Skip to content

Commit a464da7

Browse files
authored
feat(inlineaiprompt): add component messages
1 parent 3a6a934 commit a464da7

File tree

71 files changed

+897
-271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+897
-271
lines changed

.github/workflows/cd.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
packages: read
2121

2222
steps:
23+
- name: Use NodeJS v1
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: '20'
27+
2328
- name: Import Secrets
2429
id: import-secrets
2530
uses: LanceMcCarthy/akeyless-action@v3
@@ -33,7 +38,7 @@ jobs:
3338
export-secrets-to-environment: false
3439

3540
- name: Check out branch
36-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
3742
with:
3843
fetch-depth: 0 # Fetch all branches
3944

@@ -42,6 +47,7 @@ jobs:
4247

4348
- name: Lint
4449
run: npm run lint
50+
shell: bash
4551

4652
- name: Publish release
4753
run: npx semantic-release

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ jobs:
2222
cancel-in-progress: true
2323

2424
steps:
25+
- name: Use NodeJS
26+
uses: actions/setup-node@v4
27+
with:
28+
node-version: "20"
2529
- name: Check out repository
26-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
2731

2832
- name: Install modules
2933
run: npm ci --ignore-scripts
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
kendo:
2+
inlineaiprompt:
3+
# The text of the `Commands` button title.
4+
commandsButtonTitle: Command Menu
5+
6+
# The text of the `Generate` button title.
7+
generateButtonTitle: Generate
8+
9+
# The text of the `Speech to Text` button title.
10+
speechToTextButtonTitle: Speech to Text
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
kendo:
2+
inlineaiprompt:
3+
# The text of the `Commands` button title.
4+
commandsButtonTitle: Меню с команди
5+
6+
# The text of the `Generate` button title.
7+
generateButtonTitle: Генерирай
8+
9+
# The text of the `Speech to Text` button title.
10+
speechToTextButtonTitle: Диктуване на текст
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
kendo:
2+
inlineaiprompt:
3+
# The text of the `Commands` button title.
4+
commandsButtonTitle: Command Menu
5+
6+
# The text of the `Generate` button title.
7+
generateButtonTitle: Generate
8+
9+
# The text of the `Speech to Text` button title.
10+
speechToTextButtonTitle: Speech to Text
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
kendo:
2+
inlineaiprompt:
3+
# The text of the `Commands` button title.
4+
commandsButtonTitle: Command Menu
5+
6+
# The text of the `Generate` button title.
7+
generateButtonTitle: Generate
8+
9+
# The text of the `Speech to Text` button title.
10+
speechToTextButtonTitle: Speech to Text
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
kendo:
2+
inlineaiprompt:
3+
# The text of the `Commands` button title.
4+
commandsButtonTitle: Command Menu
5+
6+
# The text of the `Generate` button title.
7+
generateButtonTitle: Generate
8+
9+
# The text of the `Speech to Text` button title.
10+
speechToTextButtonTitle: Speech to Text
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
kendo:
2+
inlineaiprompt:
3+
# The text of the `Commands` button title.
4+
commandsButtonTitle: Command Menu
5+
6+
# The text of the `Generate` button title.
7+
generateButtonTitle: Generate
8+
9+
# The text of the `Speech to Text` button title.
10+
speechToTextButtonTitle: Speech to Text
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
kendo:
2+
inlineaiprompt:
3+
# The text of the `Commands` button title.
4+
commandsButtonTitle: Command Menu
5+
6+
# The text of the `Generate` button title.
7+
generateButtonTitle: Generate
8+
9+
# The text of the `Speech to Text` button title.
10+
speechToTextButtonTitle: Speech to Text
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
kendo:
2+
inlineaiprompt:
3+
# The text of the `Commands` button title.
4+
commandsButtonTitle: Command Menu
5+
6+
# The text of the `Generate` button title.
7+
generateButtonTitle: Generate
8+
9+
# The text of the `Speech to Text` button title.
10+
speechToTextButtonTitle: Speech to Text

0 commit comments

Comments
 (0)