Skip to content

Commit beb3660

Browse files
committed
Sync with Kendo UI Professional
1 parent fa2d280 commit beb3660

File tree

3 files changed

+50
-46
lines changed

3 files changed

+50
-46
lines changed

docs/api/javascript/ui/aiprompt.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,10 +1245,14 @@ Triggered when the prompt view Generate output button is clicked. The prompt tex
12451245

12461246
The `prompt`, `output`, `history` and `isRetry` properties are available in the event argument. When the output is generated after clicking the retry button of an output, the `isRetry` property is `true` and the `output` property is the output content of the output card. The history property is an array of prompt outputs generated before the current output.
12471247

1248+
You can prevent the default behavior of the `promptRequest` event by calling `e.preventDefault()` in the event handler.
1249+
12481250
### promptResponse
12491251

12501252
Triggered when the AI service response is received. The response data is available through the event argument. Triggered only when the `serviceUrl` option is set.
12511253

1254+
You can prevent the default behavior of the `promptResponse` event by calling `e.preventDefault()` in the event handler.
1255+
12521256
#### Event Data
12531257

12541258
##### e.output `Object`

package-lock.json

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"version": "1.0.0",
1212
"devDependencies": {
1313
"@progress/kendo-svg-icons": "4.5.0",
14-
"@progress/kendo-theme-bootstrap": "11.3.2",
15-
"@progress/kendo-theme-classic": "11.3.2",
16-
"@progress/kendo-theme-core": "11.3.2",
17-
"@progress/kendo-theme-default": "11.3.2",
18-
"@progress/kendo-theme-fluent": "11.3.2",
19-
"@progress/kendo-theme-material": "11.3.2",
20-
"@progress/kendo-theme-utils": "11.3.2",
14+
"@progress/kendo-theme-bootstrap": "12.0.0",
15+
"@progress/kendo-theme-classic": "12.0.0",
16+
"@progress/kendo-theme-core": "12.0.0",
17+
"@progress/kendo-theme-default": "12.0.0",
18+
"@progress/kendo-theme-fluent": "12.0.0",
19+
"@progress/kendo-theme-material": "12.0.0",
20+
"@progress/kendo-theme-utils": "12.0.0",
2121
"@progress/wct-a11y-spec": "^2.0.9",
2222
"@rollup/plugin-node-resolve": "^13.3.0",
2323
"@rollup/plugin-virtual": "^2.1.0",

0 commit comments

Comments
 (0)