@ui5/webcomponents-ai 2.0.1 → 2.1.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/custom-elements-internal.json +16 -32
- package/dist/web-types.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# [2.1.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.0.1...v2.1.0-rc.0) (2024-07-11)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @ui5/webcomponents-ai
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [2.0.1](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0...v2.0.1) (2024-07-05)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @ui5/webcomponents-ai
|
@@ -50,8 +50,7 @@
|
|
50
50
|
},
|
51
51
|
"default": "\"Default\"",
|
52
52
|
"description": "Defines the component design.",
|
53
|
-
"privacy": "public"
|
54
|
-
"_ui5validator": "String"
|
53
|
+
"privacy": "public"
|
55
54
|
},
|
56
55
|
{
|
57
56
|
"kind": "field",
|
@@ -61,8 +60,7 @@
|
|
61
60
|
},
|
62
61
|
"default": "false",
|
63
62
|
"description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
|
64
|
-
"privacy": "public"
|
65
|
-
"_ui5validator": "Boolean"
|
63
|
+
"privacy": "public"
|
66
64
|
},
|
67
65
|
{
|
68
66
|
"kind": "field",
|
@@ -72,8 +70,7 @@
|
|
72
70
|
},
|
73
71
|
"description": "Defines the current state of the component.",
|
74
72
|
"default": "undefined",
|
75
|
-
"privacy": "public"
|
76
|
-
"_ui5validator": "String"
|
73
|
+
"privacy": "public"
|
77
74
|
}
|
78
75
|
],
|
79
76
|
"events": [
|
@@ -163,8 +160,7 @@
|
|
163
160
|
},
|
164
161
|
"description": "Defines the name of the button state.",
|
165
162
|
"default": "undefined",
|
166
|
-
"privacy": "public"
|
167
|
-
"_ui5validator": "String"
|
163
|
+
"privacy": "public"
|
168
164
|
},
|
169
165
|
{
|
170
166
|
"kind": "field",
|
@@ -174,8 +170,7 @@
|
|
174
170
|
},
|
175
171
|
"description": "Defines the text of the button in this state.",
|
176
172
|
"default": "undefined",
|
177
|
-
"privacy": "public"
|
178
|
-
"_ui5validator": "String"
|
173
|
+
"privacy": "public"
|
179
174
|
},
|
180
175
|
{
|
181
176
|
"kind": "field",
|
@@ -185,8 +180,7 @@
|
|
185
180
|
},
|
186
181
|
"description": "Defines the icon to be displayed as graphical element within the component before the text.\nThe SAP-icons font provides numerous options.\n\n**Example:**\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
187
182
|
"default": "undefined",
|
188
|
-
"privacy": "public"
|
189
|
-
"_ui5validator": "String"
|
183
|
+
"privacy": "public"
|
190
184
|
},
|
191
185
|
{
|
192
186
|
"kind": "field",
|
@@ -196,8 +190,7 @@
|
|
196
190
|
},
|
197
191
|
"description": "Defines the icon to be displayed as graphical element within the component after the text.\nThe SAP-icons font provides numerous options.\n\n**Example:**\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
|
198
192
|
"default": "undefined",
|
199
|
-
"privacy": "public"
|
200
|
-
"_ui5validator": "String"
|
193
|
+
"privacy": "public"
|
201
194
|
}
|
202
195
|
],
|
203
196
|
"attributes": [
|
@@ -299,8 +292,7 @@
|
|
299
292
|
"default": "\"\"",
|
300
293
|
"description": "Defines the value of the component.",
|
301
294
|
"privacy": "public",
|
302
|
-
"_ui5since": "2.0.0"
|
303
|
-
"_ui5validator": "String"
|
295
|
+
"_ui5since": "2.0.0"
|
304
296
|
},
|
305
297
|
{
|
306
298
|
"kind": "field",
|
@@ -311,8 +303,7 @@
|
|
311
303
|
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
312
304
|
"default": "undefined",
|
313
305
|
"privacy": "public",
|
314
|
-
"_ui5since": "2.0.0"
|
315
|
-
"_ui5validator": "String"
|
306
|
+
"_ui5since": "2.0.0"
|
316
307
|
},
|
317
308
|
{
|
318
309
|
"kind": "field",
|
@@ -323,8 +314,7 @@
|
|
323
314
|
"description": "Defines the label of the input field.",
|
324
315
|
"default": "undefined",
|
325
316
|
"privacy": "public",
|
326
|
-
"_ui5since": "2.0.0"
|
327
|
-
"_ui5validator": "String"
|
317
|
+
"_ui5since": "2.0.0"
|
328
318
|
},
|
329
319
|
{
|
330
320
|
"kind": "field",
|
@@ -335,8 +325,7 @@
|
|
335
325
|
"default": "false",
|
336
326
|
"description": "Defines whether the clear icon of the input will be shown.",
|
337
327
|
"privacy": "public",
|
338
|
-
"_ui5since": "2.0.0"
|
339
|
-
"_ui5validator": "Boolean"
|
328
|
+
"_ui5since": "2.0.0"
|
340
329
|
},
|
341
330
|
{
|
342
331
|
"kind": "field",
|
@@ -347,8 +336,7 @@
|
|
347
336
|
"default": "false",
|
348
337
|
"description": "Determines whether the characters exceeding the maximum allowed character count are visible\nin the component.\n\nIf set to `false`, the user is not allowed to enter more characters than what is set in the\n`maxlength` property.\nIf set to `true` the characters exceeding the `maxlength` value are selected on\npaste and the counter below the component displays their number.",
|
349
338
|
"privacy": "public",
|
350
|
-
"_ui5since": "2.0.0"
|
351
|
-
"_ui5validator": "Boolean"
|
339
|
+
"_ui5since": "2.0.0"
|
352
340
|
},
|
353
341
|
{
|
354
342
|
"kind": "field",
|
@@ -359,8 +347,7 @@
|
|
359
347
|
"default": "false",
|
360
348
|
"description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
|
361
349
|
"privacy": "public",
|
362
|
-
"_ui5since": "2.0.0"
|
363
|
-
"_ui5validator": "Boolean"
|
350
|
+
"_ui5since": "2.0.0"
|
364
351
|
},
|
365
352
|
{
|
366
353
|
"kind": "field",
|
@@ -371,8 +358,7 @@
|
|
371
358
|
"default": "false",
|
372
359
|
"description": "Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.",
|
373
360
|
"privacy": "public",
|
374
|
-
"_ui5since": "2.0.0"
|
375
|
-
"_ui5validator": "Boolean"
|
361
|
+
"_ui5since": "2.0.0"
|
376
362
|
},
|
377
363
|
{
|
378
364
|
"kind": "field",
|
@@ -383,8 +369,7 @@
|
|
383
369
|
"description": "Sets the maximum number of characters available in the input field.",
|
384
370
|
"default": "undefined",
|
385
371
|
"privacy": "public",
|
386
|
-
"_ui5since": "2.0.0"
|
387
|
-
"_ui5validator": "Number"
|
372
|
+
"_ui5since": "2.0.0"
|
388
373
|
},
|
389
374
|
{
|
390
375
|
"kind": "field",
|
@@ -402,8 +387,7 @@
|
|
402
387
|
"default": "\"None\"",
|
403
388
|
"description": "Defines the value state of the component.",
|
404
389
|
"privacy": "public",
|
405
|
-
"_ui5since": "2.0.0"
|
406
|
-
"_ui5validator": "String"
|
390
|
+
"_ui5since": "2.0.0"
|
407
391
|
}
|
408
392
|
],
|
409
393
|
"events": [
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ui5/webcomponents-ai",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.1.0-rc.0",
|
4
4
|
"description": "UI5 Web Components: webcomponents.ai",
|
5
5
|
"ui5": {
|
6
6
|
"webComponentsPackage": true
|
@@ -45,14 +45,14 @@
|
|
45
45
|
"directory": "packages/ai"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@ui5/webcomponents": "2.0.
|
49
|
-
"@ui5/webcomponents-base": "2.0.
|
50
|
-
"@ui5/webcomponents-icons": "2.0.
|
51
|
-
"@ui5/webcomponents-theming": "2.0.
|
48
|
+
"@ui5/webcomponents": "2.1.0-rc.0",
|
49
|
+
"@ui5/webcomponents-base": "2.1.0-rc.0",
|
50
|
+
"@ui5/webcomponents-icons": "2.1.0-rc.0",
|
51
|
+
"@ui5/webcomponents-theming": "2.1.0-rc.0"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
|
-
"@ui5/webcomponents-tools": "2.0.
|
54
|
+
"@ui5/webcomponents-tools": "2.1.0-rc.0",
|
55
55
|
"chromedriver": "^125.0.0"
|
56
56
|
},
|
57
|
-
"gitHead": "
|
57
|
+
"gitHead": "1576c9b11cf85e71b417885e6a710420a15a2617"
|
58
58
|
}
|