@ui5/webcomponents-ai 2.0.0-rc.6 → 2.0.1

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.
Files changed (125) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/README.md +1 -4
  3. package/dist/Button.d.ts +76 -6
  4. package/dist/Button.js +170 -14
  5. package/dist/Button.js.map +1 -1
  6. package/dist/ButtonState.d.ts +60 -0
  7. package/dist/ButtonState.js +51 -0
  8. package/dist/ButtonState.js.map +1 -0
  9. package/dist/PromptInput.d.ts +6 -5
  10. package/dist/PromptInput.js +57 -4
  11. package/dist/PromptInput.js.map +1 -1
  12. package/dist/bundle.esm.js +1 -0
  13. package/dist/bundle.esm.js.map +1 -1
  14. package/dist/css/themes/Button.css +1 -0
  15. package/dist/custom-elements-internal.json +220 -19
  16. package/dist/custom-elements.json +193 -17
  17. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
  18. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
  19. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
  20. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
  21. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
  22. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
  23. package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
  24. package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
  25. package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
  26. package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
  27. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
  28. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
  29. package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
  30. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
  31. package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
  32. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
  33. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
  34. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
  35. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
  36. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
  37. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
  38. package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
  39. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
  40. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
  41. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
  42. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
  43. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
  44. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
  45. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
  46. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
  47. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
  48. package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
  49. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
  50. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
  51. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
  52. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
  53. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
  54. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
  55. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
  56. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
  57. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
  58. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
  59. package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
  60. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
  61. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
  62. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
  63. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
  64. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
  65. package/dist/generated/json-imports/i18n.d.ts +1 -0
  66. package/dist/generated/json-imports/i18n.js +113 -1
  67. package/dist/generated/json-imports/i18n.js.map +1 -1
  68. package/dist/generated/templates/ButtonTemplate.lit.js +2 -1
  69. package/dist/generated/templates/ButtonTemplate.lit.js.map +1 -1
  70. package/dist/generated/themes/Button.css.js +2 -1
  71. package/dist/generated/themes/Button.css.js.map +1 -1
  72. package/dist/vscode.html-custom-data.json +47 -3
  73. package/dist/web-types.json +103 -9
  74. package/package.json +7 -7
  75. package/src/Button.hbs +17 -3
  76. package/src/i18n/messagebundle_ar.properties +4 -0
  77. package/src/i18n/messagebundle_bg.properties +4 -0
  78. package/src/i18n/messagebundle_ca.properties +4 -0
  79. package/src/i18n/messagebundle_cnr.properties +4 -0
  80. package/src/i18n/messagebundle_cs.properties +4 -0
  81. package/src/i18n/messagebundle_cy.properties +4 -0
  82. package/src/i18n/messagebundle_da.properties +4 -0
  83. package/src/i18n/messagebundle_de.properties +4 -0
  84. package/src/i18n/messagebundle_el.properties +4 -0
  85. package/src/i18n/messagebundle_en.properties +4 -0
  86. package/src/i18n/messagebundle_en_GB.properties +4 -0
  87. package/src/i18n/messagebundle_en_US_saprigi.properties +4 -0
  88. package/src/i18n/messagebundle_es.properties +4 -0
  89. package/src/i18n/messagebundle_es_MX.properties +4 -0
  90. package/src/i18n/messagebundle_et.properties +4 -0
  91. package/src/i18n/messagebundle_fi.properties +4 -0
  92. package/src/i18n/messagebundle_fr.properties +4 -0
  93. package/src/i18n/messagebundle_fr_CA.properties +4 -0
  94. package/src/i18n/messagebundle_hi.properties +4 -0
  95. package/src/i18n/messagebundle_hr.properties +4 -0
  96. package/src/i18n/messagebundle_hu.properties +4 -0
  97. package/src/i18n/messagebundle_id.properties +4 -0
  98. package/src/i18n/messagebundle_it.properties +4 -0
  99. package/src/i18n/messagebundle_iw.properties +4 -0
  100. package/src/i18n/messagebundle_ja.properties +4 -0
  101. package/src/i18n/messagebundle_kk.properties +4 -0
  102. package/src/i18n/messagebundle_ko.properties +4 -0
  103. package/src/i18n/messagebundle_lt.properties +4 -0
  104. package/src/i18n/messagebundle_lv.properties +4 -0
  105. package/src/i18n/messagebundle_mk.properties +4 -0
  106. package/src/i18n/messagebundle_ms.properties +4 -0
  107. package/src/i18n/messagebundle_nl.properties +4 -0
  108. package/src/i18n/messagebundle_no.properties +4 -0
  109. package/src/i18n/messagebundle_pl.properties +4 -0
  110. package/src/i18n/messagebundle_pt.properties +4 -0
  111. package/src/i18n/messagebundle_pt_PT.properties +4 -0
  112. package/src/i18n/messagebundle_ro.properties +4 -0
  113. package/src/i18n/messagebundle_ru.properties +4 -0
  114. package/src/i18n/messagebundle_sh.properties +4 -0
  115. package/src/i18n/messagebundle_sk.properties +4 -0
  116. package/src/i18n/messagebundle_sl.properties +4 -0
  117. package/src/i18n/messagebundle_sr.properties +4 -0
  118. package/src/i18n/messagebundle_sv.properties +4 -0
  119. package/src/i18n/messagebundle_th.properties +4 -0
  120. package/src/i18n/messagebundle_tr.properties +4 -0
  121. package/src/i18n/messagebundle_uk.properties +4 -0
  122. package/src/i18n/messagebundle_vi.properties +4 -0
  123. package/src/i18n/messagebundle_zh_CN.properties +4 -0
  124. package/src/i18n/messagebundle_zh_TW.properties +4 -0
  125. package/src/themes/Button.css +88 -0
@@ -14,21 +14,72 @@
14
14
  "declarations": [
15
15
  {
16
16
  "kind": "class",
17
- "description": "### Overview\n\nThe `ui5-ai-button` component represents a button used in AI-related scenarios.\nIt enables users to trigger actions by clicking or tapping the `ui5-ai-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-ai-button` UI, you can define one or more states of the button by placing `ai-button-state` components in its default slot.\nEach state have a key that identifies it and can have text, icon, end icon, next state and hasPopup type defined (in any combination) depending on the state purpose.\n\nYou can choose from a set of predefined designs that offer different styling to correspond to the triggered action.\n\nYou can set the `ui5-ai-button` as enabled or disabled. An enabled `ui5-ai-button` can be pressed by clicking or tapping it. On press `ui5-ai-button` changes its state to the next one (if defined).\nthe mouse cursor. A disabled `ui5-ai-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-ai/dist/Button.js\";`",
17
+ "description": "### Overview\n\nThe `ui5-ai-button` component represents a button used in AI-related scenarios.\nIt enables users to trigger actions by clicking or tapping the `ui5-ai-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-ai-button` UI, you can define one or more states of the button by placing `ai-button-state` components in its default slot.\nEach state have a name that identifies it and can have text, icon and end icon defined (in any combination) depending on the state purpose.\n\nYou can choose from a set of predefined designs (the same as for regular `ui5-button` component) that allow different styling to correspond to the triggered action.\n\n`ui5-ai-button` can be activated by clicking or tapping it. The state can be changed in `click` event handler.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-ai/dist/Button.js\";`",
18
18
  "name": "Button",
19
+ "slots": [
20
+ {
21
+ "name": "default",
22
+ "description": "Defines the available states of the component.\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use `ui5-ai-button-state` components in order to preserve the intended design."
23
+ }
24
+ ],
19
25
  "members": [
26
+ {
27
+ "kind": "field",
28
+ "name": "design",
29
+ "type": {
30
+ "text": "ButtonDesign | undefined",
31
+ "references": [
32
+ {
33
+ "name": "ButtonDesign",
34
+ "package": "@ui5/webcomponents",
35
+ "module": "dist/types/ButtonDesign.js"
36
+ }
37
+ ]
38
+ },
39
+ "default": "\"Default\"",
40
+ "description": "Defines the component design.",
41
+ "privacy": "public"
42
+ },
20
43
  {
21
44
  "kind": "field",
22
45
  "name": "disabled",
23
46
  "type": {
24
47
  "text": "boolean"
25
48
  },
26
- "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
27
49
  "default": "false",
50
+ "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
51
+ "privacy": "public"
52
+ },
53
+ {
54
+ "kind": "field",
55
+ "name": "state",
56
+ "type": {
57
+ "text": "string | undefined"
58
+ },
59
+ "description": "Defines the current state of the component.",
60
+ "default": "undefined",
28
61
  "privacy": "public"
29
62
  }
30
63
  ],
64
+ "events": [
65
+ {
66
+ "name": "click",
67
+ "type": {
68
+ "text": "CustomEvent"
69
+ },
70
+ "description": "Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key."
71
+ }
72
+ ],
31
73
  "attributes": [
74
+ {
75
+ "description": "Defines the component design.",
76
+ "name": "design",
77
+ "default": "\"Default\"",
78
+ "fieldName": "design",
79
+ "type": {
80
+ "text": "\"Default\" | \"Positive\" | \"Negative\" | \"Transparent\" | \"Emphasized\" | \"Attention\" | undefined"
81
+ }
82
+ },
32
83
  {
33
84
  "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
34
85
  "name": "disabled",
@@ -37,6 +88,15 @@
37
88
  "type": {
38
89
  "text": "boolean"
39
90
  }
91
+ },
92
+ {
93
+ "description": "Defines the current state of the component.",
94
+ "name": "state",
95
+ "default": "undefined",
96
+ "fieldName": "state",
97
+ "type": {
98
+ "text": "string | undefined"
99
+ }
40
100
  }
41
101
  ],
42
102
  "superclass": {
@@ -67,6 +127,122 @@
67
127
  }
68
128
  ]
69
129
  },
130
+ {
131
+ "kind": "javascript-module",
132
+ "path": "dist/ButtonState.js",
133
+ "declarations": [
134
+ {
135
+ "kind": "class",
136
+ "description": "### Overview\n\n`ui5-ai-button-state` is the item to use for defining states of `ui5-ai-button` components.\n\n### Usage\n\n`ui5-si-button-state` is an abstract element, representing a state of `ui5-ai-button`. It is meant to be used in the `states` slot\nof `ui5-ai-button` and should be used as standalone component.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/AiButtonState.js\";`",
137
+ "name": "ButtonState",
138
+ "members": [
139
+ {
140
+ "kind": "field",
141
+ "name": "name",
142
+ "type": {
143
+ "text": "string | undefined"
144
+ },
145
+ "description": "Defines the name of the button state.",
146
+ "default": "undefined",
147
+ "privacy": "public"
148
+ },
149
+ {
150
+ "kind": "field",
151
+ "name": "text",
152
+ "type": {
153
+ "text": "string | undefined"
154
+ },
155
+ "description": "Defines the text of the button in this state.",
156
+ "default": "undefined",
157
+ "privacy": "public"
158
+ },
159
+ {
160
+ "kind": "field",
161
+ "name": "icon",
162
+ "type": {
163
+ "text": "string | undefined"
164
+ },
165
+ "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).",
166
+ "default": "undefined",
167
+ "privacy": "public"
168
+ },
169
+ {
170
+ "kind": "field",
171
+ "name": "endIcon",
172
+ "type": {
173
+ "text": "string | undefined"
174
+ },
175
+ "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).",
176
+ "default": "undefined",
177
+ "privacy": "public"
178
+ }
179
+ ],
180
+ "attributes": [
181
+ {
182
+ "description": "Defines the name of the button state.",
183
+ "name": "name",
184
+ "default": "undefined",
185
+ "fieldName": "name",
186
+ "type": {
187
+ "text": "string | undefined"
188
+ }
189
+ },
190
+ {
191
+ "description": "Defines the text of the button in this state.",
192
+ "name": "text",
193
+ "default": "undefined",
194
+ "fieldName": "text",
195
+ "type": {
196
+ "text": "string | undefined"
197
+ }
198
+ },
199
+ {
200
+ "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).",
201
+ "name": "icon",
202
+ "default": "undefined",
203
+ "fieldName": "icon",
204
+ "type": {
205
+ "text": "string | undefined"
206
+ }
207
+ },
208
+ {
209
+ "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).",
210
+ "name": "end-icon",
211
+ "default": "undefined",
212
+ "fieldName": "endIcon",
213
+ "type": {
214
+ "text": "string | undefined"
215
+ }
216
+ }
217
+ ],
218
+ "superclass": {
219
+ "name": "UI5Element",
220
+ "package": "@ui5/webcomponents-base",
221
+ "module": "dist/UI5Element.js"
222
+ },
223
+ "tagName": "ui5-ai-button-state",
224
+ "customElement": true
225
+ }
226
+ ],
227
+ "exports": [
228
+ {
229
+ "kind": "js",
230
+ "name": "default",
231
+ "declaration": {
232
+ "name": "ButtonState",
233
+ "module": "dist/ButtonState.js"
234
+ }
235
+ },
236
+ {
237
+ "kind": "custom-element-definition",
238
+ "name": "ui5-ai-button-state",
239
+ "declaration": {
240
+ "name": "ButtonState",
241
+ "module": "dist/ButtonState.js"
242
+ }
243
+ }
244
+ ]
245
+ },
70
246
  {
71
247
  "kind": "javascript-module",
72
248
  "path": "dist/PromptInput.js",
@@ -88,28 +264,28 @@
88
264
  "type": {
89
265
  "text": "string"
90
266
  },
91
- "description": "Defines the value of the component.",
92
267
  "default": "\"\"",
268
+ "description": "Defines the value of the component.",
93
269
  "privacy": "public"
94
270
  },
95
271
  {
96
272
  "kind": "field",
97
273
  "name": "placeholder",
98
274
  "type": {
99
- "text": "string"
275
+ "text": "string | undefined"
100
276
  },
101
277
  "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
102
- "default": "\"\"",
278
+ "default": "undefined",
103
279
  "privacy": "public"
104
280
  },
105
281
  {
106
282
  "kind": "field",
107
283
  "name": "label",
108
284
  "type": {
109
- "text": "string"
285
+ "text": "string | undefined"
110
286
  },
111
287
  "description": "Defines the label of the input field.",
112
- "default": "\"\"",
288
+ "default": "undefined",
113
289
  "privacy": "public"
114
290
  },
115
291
  {
@@ -118,8 +294,8 @@
118
294
  "type": {
119
295
  "text": "boolean"
120
296
  },
121
- "description": "Defines whether the clear icon of the input will be shown.",
122
297
  "default": "false",
298
+ "description": "Defines whether the clear icon of the input will be shown.",
123
299
  "privacy": "public"
124
300
  },
125
301
  {
@@ -128,8 +304,8 @@
128
304
  "type": {
129
305
  "text": "boolean"
130
306
  },
131
- "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.",
132
307
  "default": "false",
308
+ "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.",
133
309
  "privacy": "public"
134
310
  },
135
311
  {
@@ -138,8 +314,8 @@
138
314
  "type": {
139
315
  "text": "boolean"
140
316
  },
141
- "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
142
317
  "default": "false",
318
+ "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
143
319
  "privacy": "public"
144
320
  },
145
321
  {
@@ -148,8 +324,8 @@
148
324
  "type": {
149
325
  "text": "boolean"
150
326
  },
151
- "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.",
152
327
  "default": "false",
328
+ "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.",
153
329
  "privacy": "public"
154
330
  },
155
331
  {
@@ -175,8 +351,8 @@
175
351
  }
176
352
  ]
177
353
  },
178
- "description": "Defines the value state of the component.",
179
354
  "default": "\"None\"",
355
+ "description": "Defines the value state of the component.",
180
356
  "privacy": "public"
181
357
  }
182
358
  ],
@@ -216,19 +392,19 @@
216
392
  {
217
393
  "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
218
394
  "name": "placeholder",
219
- "default": "\"\"",
395
+ "default": "undefined",
220
396
  "fieldName": "placeholder",
221
397
  "type": {
222
- "text": "string"
398
+ "text": "string | undefined"
223
399
  }
224
400
  },
225
401
  {
226
402
  "description": "Defines the label of the input field.",
227
403
  "name": "label",
228
- "default": "\"\"",
404
+ "default": "undefined",
229
405
  "fieldName": "label",
230
406
  "type": {
231
- "text": "string"
407
+ "text": "string | undefined"
232
408
  }
233
409
  },
234
410
  {
@@ -282,7 +458,7 @@
282
458
  "default": "\"None\"",
283
459
  "fieldName": "valueState",
284
460
  "type": {
285
- "text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
461
+ "text": "\"Positive\" | \"Negative\" | \"None\" | \"Critical\" | \"Information\""
286
462
  }
287
463
  }
288
464
  ],
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"متبق {0} من الحروف","PROMPT_INPUT_CHARACTERS_EXCEEDED":"تم تجاوز الحد بمقدار {0} من الحروف"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"Остават {0} символа","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} символа над ограничението"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} caràcters restants","PROMPT_INPUT_CHARACTERS_EXCEEDED":"S''han excedit {0} caràcters"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} znakova preostaje","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} znakova prekoračeno"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} znaky zbývají","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} znaky přes limit"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} nod ar ôl","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} nod dros yr uchafswm"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} resterende tegn","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} tegn over grænsen"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} Zeichen verbleibend","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} Zeichen über Limit"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} εναπομείναντες χαρακτήρες","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} Πλεονάζοντες χαρακτήρες"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} characters remaining","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} characters over limit"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} characters remaining","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} characters over limit"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"‌‌‍‍​‌​‍​‌‌‍‌‌​​‍‌‍‌​‌​‌​‌​‍​‌‌​​‍‌‍‍‍‍​​​{0}‌‌‌ characters remaining","PROMPT_INPUT_CHARACTERS_EXCEEDED":"‌‌‌​‌‍‍‍​‍‍​​​​‌‍​‍​‌‍​‌​​​‌​​‌​​‍‍​‌‌‌​‍​​​{0}‌‌‌ characters over limit"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} caracteres restantes","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} caracteres excedidos"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"Quedan {0} caracteres","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} caracteres por encima del límite"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} märki veel","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} märki üle limiidi"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} merkkiä jäljellä","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} merkkiä yli rajan"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} caractères restants","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} caractères en trop"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} caractères restants","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} caractères en trop"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} शेष वर्ण","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} सीमा से अधिक वर्ण"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} znakova preostalo","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} znakova prekoračeno"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} karaktert írhat még","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} karakterrel túllépve"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} caratteri rimanenti","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} caratteri oltre il limite"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} תווים נותרו","PROMPT_INPUT_CHARACTERS_EXCEEDED":"חריגה של {0} תווים"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"残り {0} 文字です","PROMPT_INPUT_CHARACTERS_EXCEEDED":"上限を {0} 文字超過しています"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} таңба қалды","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} таңбаға асып кетті"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0}자 남음","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0}자 한도 초과"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"Liko simbolių: {0}","PROMPT_INPUT_CHARACTERS_EXCEEDED":"Viršytas simbolių skaičius: {0}"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"Atlikušas {0} rakstzīmes","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} rakstzīmes pārsniedz limitu"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} преостанати знаци","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} знаци над границата"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} aksara yang tinggal","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} aksara melebihi had"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} tekens over","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} tekens boven limiet"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} tegn gjenstår","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} tegn over grensen"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"Pozostała następująca liczba znaków: {0}","PROMPT_INPUT_CHARACTERS_EXCEEDED":"Przekroczono o następującą liczbę znaków: {0}"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} caracteres restantes","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} caracteres acima do limite"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} carateres restantes","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} carateres acima do limite"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} caractere rămase","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} caractere peste limită"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"Осталось символов: {0}","PROMPT_INPUT_CHARACTERS_EXCEEDED":"Символов свыше лимита: {0}"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} znakova preostaje","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} znakova prekoračeno"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} znakov zostáva","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} znakov nad limit"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"Na voljo je še toliko znakov: {0}","PROMPT_INPUT_CHARACTERS_EXCEEDED":"Preseženo za toliko znakov: {0}"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} знакова преостаје","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} знакова прекорачено"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} tecken kvar","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} tecken för mycket"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"เหลืออีก {0} อักขระ","PROMPT_INPUT_CHARACTERS_EXCEEDED":"เกินมา {0} อักขระ"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} karakter kaldı","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} karakter aşıldı"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"{0} символів залишилось","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} символів поза лімітом"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"còn lại {0} ký tự","PROMPT_INPUT_CHARACTERS_EXCEEDED":"{0} ký tự quá giới hạn"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"剩余 {0} 个字符","PROMPT_INPUT_CHARACTERS_EXCEEDED":"超过限制 {0} 个字符"}
@@ -0,0 +1 @@
1
+ {"PROMPT_INPUT_CHARACTERS_LEFT":"剩下 {0} 個字元","PROMPT_INPUT_CHARACTERS_EXCEEDED":"超過 {0} 個字元"}
@@ -0,0 +1 @@
1
+ export {};
@@ -1,2 +1,114 @@
1
- "use strict";
1
+ // @ts-nocheck
2
+ import { registerI18nLoader } from "@ui5/webcomponents-base/dist/asset-registries/i18n.js";
3
+ const importMessageBundle = async (localeId) => {
4
+ switch (localeId) {
5
+ case "ar": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-ar" */ "../assets/i18n/messagebundle_ar.json")).default;
6
+ case "bg": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-bg" */ "../assets/i18n/messagebundle_bg.json")).default;
7
+ case "ca": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-ca" */ "../assets/i18n/messagebundle_ca.json")).default;
8
+ case "cnr": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-cnr" */ "../assets/i18n/messagebundle_cnr.json")).default;
9
+ case "cs": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-cs" */ "../assets/i18n/messagebundle_cs.json")).default;
10
+ case "cy": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-cy" */ "../assets/i18n/messagebundle_cy.json")).default;
11
+ case "da": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-da" */ "../assets/i18n/messagebundle_da.json")).default;
12
+ case "de": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-de" */ "../assets/i18n/messagebundle_de.json")).default;
13
+ case "el": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-el" */ "../assets/i18n/messagebundle_el.json")).default;
14
+ case "en": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-en" */ "../assets/i18n/messagebundle_en.json")).default;
15
+ case "en_GB": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-en_GB" */ "../assets/i18n/messagebundle_en_GB.json")).default;
16
+ case "en_US_saprigi": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-en_US_saprigi" */ "../assets/i18n/messagebundle_en_US_saprigi.json")).default;
17
+ case "es": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-es" */ "../assets/i18n/messagebundle_es.json")).default;
18
+ case "es_MX": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-es_MX" */ "../assets/i18n/messagebundle_es_MX.json")).default;
19
+ case "et": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-et" */ "../assets/i18n/messagebundle_et.json")).default;
20
+ case "fi": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-fi" */ "../assets/i18n/messagebundle_fi.json")).default;
21
+ case "fr": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-fr" */ "../assets/i18n/messagebundle_fr.json")).default;
22
+ case "fr_CA": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-fr_CA" */ "../assets/i18n/messagebundle_fr_CA.json")).default;
23
+ case "hi": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-hi" */ "../assets/i18n/messagebundle_hi.json")).default;
24
+ case "hr": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-hr" */ "../assets/i18n/messagebundle_hr.json")).default;
25
+ case "hu": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-hu" */ "../assets/i18n/messagebundle_hu.json")).default;
26
+ case "it": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-it" */ "../assets/i18n/messagebundle_it.json")).default;
27
+ case "iw": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-iw" */ "../assets/i18n/messagebundle_iw.json")).default;
28
+ case "ja": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-ja" */ "../assets/i18n/messagebundle_ja.json")).default;
29
+ case "kk": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-kk" */ "../assets/i18n/messagebundle_kk.json")).default;
30
+ case "ko": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-ko" */ "../assets/i18n/messagebundle_ko.json")).default;
31
+ case "lt": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-lt" */ "../assets/i18n/messagebundle_lt.json")).default;
32
+ case "lv": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-lv" */ "../assets/i18n/messagebundle_lv.json")).default;
33
+ case "mk": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-mk" */ "../assets/i18n/messagebundle_mk.json")).default;
34
+ case "ms": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-ms" */ "../assets/i18n/messagebundle_ms.json")).default;
35
+ case "nl": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-nl" */ "../assets/i18n/messagebundle_nl.json")).default;
36
+ case "no": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-no" */ "../assets/i18n/messagebundle_no.json")).default;
37
+ case "pl": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-pl" */ "../assets/i18n/messagebundle_pl.json")).default;
38
+ case "pt": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-pt" */ "../assets/i18n/messagebundle_pt.json")).default;
39
+ case "pt_PT": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-pt_PT" */ "../assets/i18n/messagebundle_pt_PT.json")).default;
40
+ case "ro": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-ro" */ "../assets/i18n/messagebundle_ro.json")).default;
41
+ case "ru": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-ru" */ "../assets/i18n/messagebundle_ru.json")).default;
42
+ case "sh": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-sh" */ "../assets/i18n/messagebundle_sh.json")).default;
43
+ case "sk": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-sk" */ "../assets/i18n/messagebundle_sk.json")).default;
44
+ case "sl": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-sl" */ "../assets/i18n/messagebundle_sl.json")).default;
45
+ case "sr": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-sr" */ "../assets/i18n/messagebundle_sr.json")).default;
46
+ case "sv": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-sv" */ "../assets/i18n/messagebundle_sv.json")).default;
47
+ case "th": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-th" */ "../assets/i18n/messagebundle_th.json")).default;
48
+ case "tr": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-tr" */ "../assets/i18n/messagebundle_tr.json")).default;
49
+ case "uk": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-uk" */ "../assets/i18n/messagebundle_uk.json")).default;
50
+ case "vi": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-vi" */ "../assets/i18n/messagebundle_vi.json")).default;
51
+ case "zh_CN": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-zh_CN" */ "../assets/i18n/messagebundle_zh_CN.json")).default;
52
+ case "zh_TW": return (await import(/* webpackChunkName: "ui5-webcomponents-ai-messagebundle-zh_TW" */ "../assets/i18n/messagebundle_zh_TW.json")).default;
53
+ default: throw "unknown locale";
54
+ }
55
+ };
56
+ const importAndCheck = async (localeId) => {
57
+ const data = await importMessageBundle(localeId);
58
+ if (typeof data === "string" && data.endsWith(".json")) {
59
+ throw new Error(`[i18n] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build. Check the "Assets" documentation for more information.`);
60
+ }
61
+ return data;
62
+ };
63
+ const localeIds = ["ar",
64
+ "bg",
65
+ "ca",
66
+ "cnr",
67
+ "cs",
68
+ "cy",
69
+ "da",
70
+ "de",
71
+ "el",
72
+ "en",
73
+ "en_GB",
74
+ "en_US_saprigi",
75
+ "es",
76
+ "es_MX",
77
+ "et",
78
+ "fi",
79
+ "fr",
80
+ "fr_CA",
81
+ "hi",
82
+ "hr",
83
+ "hu",
84
+ "it",
85
+ "iw",
86
+ "ja",
87
+ "kk",
88
+ "ko",
89
+ "lt",
90
+ "lv",
91
+ "mk",
92
+ "ms",
93
+ "nl",
94
+ "no",
95
+ "pl",
96
+ "pt",
97
+ "pt_PT",
98
+ "ro",
99
+ "ru",
100
+ "sh",
101
+ "sk",
102
+ "sl",
103
+ "sr",
104
+ "sv",
105
+ "th",
106
+ "tr",
107
+ "uk",
108
+ "vi",
109
+ "zh_CN",
110
+ "zh_TW",];
111
+ localeIds.forEach(localeId => {
112
+ registerI18nLoader("@ui5/webcomponents-ai", localeId, importAndCheck);
113
+ });
2
114
  //# sourceMappingURL=i18n.js.map