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

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.
@@ -11,7 +11,46 @@
11
11
  {
12
12
  "kind": "javascript-module",
13
13
  "path": "dist/Button.js",
14
- "declarations": [],
14
+ "declarations": [
15
+ {
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\";`",
18
+ "name": "Button",
19
+ "members": [
20
+ {
21
+ "kind": "field",
22
+ "name": "disabled",
23
+ "type": {
24
+ "text": "boolean"
25
+ },
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
+ "default": "false",
28
+ "privacy": "public",
29
+ "_ui5validator": "Boolean"
30
+ }
31
+ ],
32
+ "attributes": [
33
+ {
34
+ "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
35
+ "name": "disabled",
36
+ "default": "false",
37
+ "fieldName": "disabled",
38
+ "type": {
39
+ "text": "boolean"
40
+ }
41
+ }
42
+ ],
43
+ "superclass": {
44
+ "name": "UI5Element",
45
+ "package": "@ui5/webcomponents-base",
46
+ "module": "dist/UI5Element.js"
47
+ },
48
+ "tagName": "ui5-ai-button",
49
+ "customElement": true,
50
+ "_ui5since": "2.0",
51
+ "_ui5privacy": "public"
52
+ }
53
+ ],
15
54
  "exports": [
16
55
  {
17
56
  "kind": "js",
@@ -20,17 +59,265 @@
20
59
  "name": "Button",
21
60
  "module": "dist/Button.js"
22
61
  }
62
+ },
63
+ {
64
+ "kind": "custom-element-definition",
65
+ "name": "ui5-ai-button",
66
+ "declaration": {
67
+ "name": "Button",
68
+ "module": "dist/Button.js"
69
+ }
23
70
  }
24
71
  ]
25
72
  },
26
73
  {
27
74
  "kind": "javascript-module",
28
- "path": "dist/PromtInput.js",
75
+ "path": "dist/PromptInput.js",
29
76
  "declarations": [
30
77
  {
31
78
  "kind": "class",
32
- "description": "",
79
+ "description": "### Overview\n\nThe `ui5-ai-prompt-input` component allows the user to write custom instructions in natural language, so that AI is guided to generate content tailored to user needs.\n\n**Note:** The web component is in an experimental state\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-ai/dist/PromptInput.js",
33
80
  "name": "PromptInput",
81
+ "slots": [
82
+ {
83
+ "name": "valueStateMessage",
84
+ "description": "Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
85
+ "_ui5since": "2.0.0",
86
+ "_ui5type": {
87
+ "text": "Array<HTMLElement>"
88
+ },
89
+ "_ui5privacy": "public"
90
+ }
91
+ ],
92
+ "members": [
93
+ {
94
+ "kind": "field",
95
+ "name": "value",
96
+ "type": {
97
+ "text": "string"
98
+ },
99
+ "description": "Defines the value of the component.",
100
+ "default": "\"\"",
101
+ "privacy": "public",
102
+ "_ui5since": "2.0.0",
103
+ "_ui5validator": "String"
104
+ },
105
+ {
106
+ "kind": "field",
107
+ "name": "placeholder",
108
+ "type": {
109
+ "text": "string"
110
+ },
111
+ "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
112
+ "default": "\"\"",
113
+ "privacy": "public",
114
+ "_ui5since": "2.0.0",
115
+ "_ui5validator": "String"
116
+ },
117
+ {
118
+ "kind": "field",
119
+ "name": "label",
120
+ "type": {
121
+ "text": "string"
122
+ },
123
+ "description": "Defines the label of the input field.",
124
+ "default": "\"\"",
125
+ "privacy": "public",
126
+ "_ui5since": "2.0.0",
127
+ "_ui5validator": "String"
128
+ },
129
+ {
130
+ "kind": "field",
131
+ "name": "showClearIcon",
132
+ "type": {
133
+ "text": "boolean"
134
+ },
135
+ "description": "Defines whether the clear icon of the input will be shown.",
136
+ "default": "false",
137
+ "privacy": "public",
138
+ "_ui5since": "2.0.0",
139
+ "_ui5validator": "Boolean"
140
+ },
141
+ {
142
+ "kind": "field",
143
+ "name": "showExceededText",
144
+ "type": {
145
+ "text": "boolean"
146
+ },
147
+ "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.",
148
+ "default": "false",
149
+ "privacy": "public",
150
+ "_ui5since": "2.0.0",
151
+ "_ui5validator": "Boolean"
152
+ },
153
+ {
154
+ "kind": "field",
155
+ "name": "disabled",
156
+ "type": {
157
+ "text": "boolean"
158
+ },
159
+ "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
160
+ "default": "false",
161
+ "privacy": "public",
162
+ "_ui5since": "2.0.0",
163
+ "_ui5validator": "Boolean"
164
+ },
165
+ {
166
+ "kind": "field",
167
+ "name": "readonly",
168
+ "type": {
169
+ "text": "boolean"
170
+ },
171
+ "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.",
172
+ "default": "false",
173
+ "privacy": "public",
174
+ "_ui5since": "2.0.0",
175
+ "_ui5validator": "Boolean"
176
+ },
177
+ {
178
+ "kind": "field",
179
+ "name": "maxlength",
180
+ "type": {
181
+ "text": "number | undefined"
182
+ },
183
+ "description": "Sets the maximum number of characters available in the input field.",
184
+ "default": "undefined",
185
+ "privacy": "public",
186
+ "_ui5since": "2.0.0",
187
+ "_ui5validator": "Integer"
188
+ },
189
+ {
190
+ "kind": "field",
191
+ "name": "valueState",
192
+ "type": {
193
+ "text": "ValueState",
194
+ "references": [
195
+ {
196
+ "name": "ValueState",
197
+ "package": "@ui5/webcomponents-base",
198
+ "module": "dist/types/ValueState.js"
199
+ }
200
+ ]
201
+ },
202
+ "description": "Defines the value state of the component.",
203
+ "default": "\"None\"",
204
+ "privacy": "public",
205
+ "_ui5since": "2.0.0",
206
+ "_ui5validator": "ValueState"
207
+ }
208
+ ],
209
+ "events": [
210
+ {
211
+ "name": "submit",
212
+ "_ui5privacy": "public",
213
+ "type": {
214
+ "text": "CustomEvent"
215
+ },
216
+ "description": "Fired when the input operation has finished by pressing Enter\nor AI button is clicked.",
217
+ "_ui5since": "2.0.0"
218
+ },
219
+ {
220
+ "name": "input",
221
+ "_ui5privacy": "public",
222
+ "type": {
223
+ "text": "CustomEvent"
224
+ },
225
+ "description": "Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.",
226
+ "_ui5since": "2.0.0"
227
+ },
228
+ {
229
+ "name": "change",
230
+ "_ui5privacy": "public",
231
+ "type": {
232
+ "text": "CustomEvent"
233
+ },
234
+ "description": "Fired when the input operation has finished by pressing Enter\nor on focusout.",
235
+ "_ui5since": "2.0.0"
236
+ }
237
+ ],
238
+ "attributes": [
239
+ {
240
+ "description": "Defines the value of the component.",
241
+ "name": "value",
242
+ "default": "\"\"",
243
+ "fieldName": "value",
244
+ "type": {
245
+ "text": "string"
246
+ }
247
+ },
248
+ {
249
+ "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
250
+ "name": "placeholder",
251
+ "default": "\"\"",
252
+ "fieldName": "placeholder",
253
+ "type": {
254
+ "text": "string"
255
+ }
256
+ },
257
+ {
258
+ "description": "Defines the label of the input field.",
259
+ "name": "label",
260
+ "default": "\"\"",
261
+ "fieldName": "label",
262
+ "type": {
263
+ "text": "string"
264
+ }
265
+ },
266
+ {
267
+ "description": "Defines whether the clear icon of the input will be shown.",
268
+ "name": "show-clear-icon",
269
+ "default": "false",
270
+ "fieldName": "showClearIcon",
271
+ "type": {
272
+ "text": "boolean"
273
+ }
274
+ },
275
+ {
276
+ "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.",
277
+ "name": "show-exceeded-text",
278
+ "default": "false",
279
+ "fieldName": "showExceededText",
280
+ "type": {
281
+ "text": "boolean"
282
+ }
283
+ },
284
+ {
285
+ "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
286
+ "name": "disabled",
287
+ "default": "false",
288
+ "fieldName": "disabled",
289
+ "type": {
290
+ "text": "boolean"
291
+ }
292
+ },
293
+ {
294
+ "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.",
295
+ "name": "readonly",
296
+ "default": "false",
297
+ "fieldName": "readonly",
298
+ "type": {
299
+ "text": "boolean"
300
+ }
301
+ },
302
+ {
303
+ "description": "Sets the maximum number of characters available in the input field.",
304
+ "name": "maxlength",
305
+ "default": "undefined",
306
+ "fieldName": "maxlength",
307
+ "type": {
308
+ "text": "number | undefined"
309
+ }
310
+ },
311
+ {
312
+ "description": "Defines the value state of the component.",
313
+ "name": "value-state",
314
+ "default": "\"None\"",
315
+ "fieldName": "valueState",
316
+ "type": {
317
+ "text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
318
+ }
319
+ }
320
+ ],
34
321
  "superclass": {
35
322
  "name": "UI5Element",
36
323
  "package": "@ui5/webcomponents-base",
@@ -47,7 +334,7 @@
47
334
  "name": "default",
48
335
  "declaration": {
49
336
  "name": "PromptInput",
50
- "module": "dist/PromtInput.js"
337
+ "module": "dist/PromptInput.js"
51
338
  }
52
339
  },
53
340
  {
@@ -55,7 +342,7 @@
55
342
  "name": "ui5-ai-prompt-input",
56
343
  "declaration": {
57
344
  "name": "PromptInput",
58
- "module": "dist/PromtInput.js"
345
+ "module": "dist/PromptInput.js"
59
346
  }
60
347
  }
61
348
  ]
@@ -11,7 +11,43 @@
11
11
  {
12
12
  "kind": "javascript-module",
13
13
  "path": "dist/Button.js",
14
- "declarations": [],
14
+ "declarations": [
15
+ {
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\";`",
18
+ "name": "Button",
19
+ "members": [
20
+ {
21
+ "kind": "field",
22
+ "name": "disabled",
23
+ "type": {
24
+ "text": "boolean"
25
+ },
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
+ "default": "false",
28
+ "privacy": "public"
29
+ }
30
+ ],
31
+ "attributes": [
32
+ {
33
+ "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
+ "name": "disabled",
35
+ "default": "false",
36
+ "fieldName": "disabled",
37
+ "type": {
38
+ "text": "boolean"
39
+ }
40
+ }
41
+ ],
42
+ "superclass": {
43
+ "name": "UI5Element",
44
+ "package": "@ui5/webcomponents-base",
45
+ "module": "dist/UI5Element.js"
46
+ },
47
+ "tagName": "ui5-ai-button",
48
+ "customElement": true
49
+ }
50
+ ],
15
51
  "exports": [
16
52
  {
17
53
  "kind": "js",
@@ -20,17 +56,236 @@
20
56
  "name": "Button",
21
57
  "module": "dist/Button.js"
22
58
  }
59
+ },
60
+ {
61
+ "kind": "custom-element-definition",
62
+ "name": "ui5-ai-button",
63
+ "declaration": {
64
+ "name": "Button",
65
+ "module": "dist/Button.js"
66
+ }
23
67
  }
24
68
  ]
25
69
  },
26
70
  {
27
71
  "kind": "javascript-module",
28
- "path": "dist/PromtInput.js",
72
+ "path": "dist/PromptInput.js",
29
73
  "declarations": [
30
74
  {
31
75
  "kind": "class",
32
- "description": "",
76
+ "description": "### Overview\n\nThe `ui5-ai-prompt-input` component allows the user to write custom instructions in natural language, so that AI is guided to generate content tailored to user needs.\n\n**Note:** The web component is in an experimental state\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-ai/dist/PromptInput.js",
33
77
  "name": "PromptInput",
78
+ "slots": [
79
+ {
80
+ "name": "valueStateMessage",
81
+ "description": "Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state."
82
+ }
83
+ ],
84
+ "members": [
85
+ {
86
+ "kind": "field",
87
+ "name": "value",
88
+ "type": {
89
+ "text": "string"
90
+ },
91
+ "description": "Defines the value of the component.",
92
+ "default": "\"\"",
93
+ "privacy": "public"
94
+ },
95
+ {
96
+ "kind": "field",
97
+ "name": "placeholder",
98
+ "type": {
99
+ "text": "string"
100
+ },
101
+ "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
102
+ "default": "\"\"",
103
+ "privacy": "public"
104
+ },
105
+ {
106
+ "kind": "field",
107
+ "name": "label",
108
+ "type": {
109
+ "text": "string"
110
+ },
111
+ "description": "Defines the label of the input field.",
112
+ "default": "\"\"",
113
+ "privacy": "public"
114
+ },
115
+ {
116
+ "kind": "field",
117
+ "name": "showClearIcon",
118
+ "type": {
119
+ "text": "boolean"
120
+ },
121
+ "description": "Defines whether the clear icon of the input will be shown.",
122
+ "default": "false",
123
+ "privacy": "public"
124
+ },
125
+ {
126
+ "kind": "field",
127
+ "name": "showExceededText",
128
+ "type": {
129
+ "text": "boolean"
130
+ },
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
+ "default": "false",
133
+ "privacy": "public"
134
+ },
135
+ {
136
+ "kind": "field",
137
+ "name": "disabled",
138
+ "type": {
139
+ "text": "boolean"
140
+ },
141
+ "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
142
+ "default": "false",
143
+ "privacy": "public"
144
+ },
145
+ {
146
+ "kind": "field",
147
+ "name": "readonly",
148
+ "type": {
149
+ "text": "boolean"
150
+ },
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
+ "default": "false",
153
+ "privacy": "public"
154
+ },
155
+ {
156
+ "kind": "field",
157
+ "name": "maxlength",
158
+ "type": {
159
+ "text": "number | undefined"
160
+ },
161
+ "description": "Sets the maximum number of characters available in the input field.",
162
+ "default": "undefined",
163
+ "privacy": "public"
164
+ },
165
+ {
166
+ "kind": "field",
167
+ "name": "valueState",
168
+ "type": {
169
+ "text": "ValueState",
170
+ "references": [
171
+ {
172
+ "name": "ValueState",
173
+ "package": "@ui5/webcomponents-base",
174
+ "module": "dist/types/ValueState.js"
175
+ }
176
+ ]
177
+ },
178
+ "description": "Defines the value state of the component.",
179
+ "default": "\"None\"",
180
+ "privacy": "public"
181
+ }
182
+ ],
183
+ "events": [
184
+ {
185
+ "name": "submit",
186
+ "type": {
187
+ "text": "CustomEvent"
188
+ },
189
+ "description": "Fired when the input operation has finished by pressing Enter\nor AI button is clicked."
190
+ },
191
+ {
192
+ "name": "input",
193
+ "type": {
194
+ "text": "CustomEvent"
195
+ },
196
+ "description": "Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected."
197
+ },
198
+ {
199
+ "name": "change",
200
+ "type": {
201
+ "text": "CustomEvent"
202
+ },
203
+ "description": "Fired when the input operation has finished by pressing Enter\nor on focusout."
204
+ }
205
+ ],
206
+ "attributes": [
207
+ {
208
+ "description": "Defines the value of the component.",
209
+ "name": "value",
210
+ "default": "\"\"",
211
+ "fieldName": "value",
212
+ "type": {
213
+ "text": "string"
214
+ }
215
+ },
216
+ {
217
+ "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
218
+ "name": "placeholder",
219
+ "default": "\"\"",
220
+ "fieldName": "placeholder",
221
+ "type": {
222
+ "text": "string"
223
+ }
224
+ },
225
+ {
226
+ "description": "Defines the label of the input field.",
227
+ "name": "label",
228
+ "default": "\"\"",
229
+ "fieldName": "label",
230
+ "type": {
231
+ "text": "string"
232
+ }
233
+ },
234
+ {
235
+ "description": "Defines whether the clear icon of the input will be shown.",
236
+ "name": "show-clear-icon",
237
+ "default": "false",
238
+ "fieldName": "showClearIcon",
239
+ "type": {
240
+ "text": "boolean"
241
+ }
242
+ },
243
+ {
244
+ "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.",
245
+ "name": "show-exceeded-text",
246
+ "default": "false",
247
+ "fieldName": "showExceededText",
248
+ "type": {
249
+ "text": "boolean"
250
+ }
251
+ },
252
+ {
253
+ "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
254
+ "name": "disabled",
255
+ "default": "false",
256
+ "fieldName": "disabled",
257
+ "type": {
258
+ "text": "boolean"
259
+ }
260
+ },
261
+ {
262
+ "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.",
263
+ "name": "readonly",
264
+ "default": "false",
265
+ "fieldName": "readonly",
266
+ "type": {
267
+ "text": "boolean"
268
+ }
269
+ },
270
+ {
271
+ "description": "Sets the maximum number of characters available in the input field.",
272
+ "name": "maxlength",
273
+ "default": "undefined",
274
+ "fieldName": "maxlength",
275
+ "type": {
276
+ "text": "number | undefined"
277
+ }
278
+ },
279
+ {
280
+ "description": "Defines the value state of the component.",
281
+ "name": "value-state",
282
+ "default": "\"None\"",
283
+ "fieldName": "valueState",
284
+ "type": {
285
+ "text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
286
+ }
287
+ }
288
+ ],
34
289
  "superclass": {
35
290
  "name": "UI5Element",
36
291
  "package": "@ui5/webcomponents-base",
@@ -46,7 +301,7 @@
46
301
  "name": "default",
47
302
  "declaration": {
48
303
  "name": "PromptInput",
49
- "module": "dist/PromtInput.js"
304
+ "module": "dist/PromptInput.js"
50
305
  }
51
306
  },
52
307
  {
@@ -54,7 +309,7 @@
54
309
  "name": "ui5-ai-prompt-input",
55
310
  "declaration": {
56
311
  "name": "PromptInput",
57
- "module": "dist/PromtInput.js"
312
+ "module": "dist/PromptInput.js"
58
313
  }
59
314
  }
60
315
  ]
@@ -1 +1,4 @@
1
- export {};
1
+ import { I18nText } from "@ui5/webcomponents-base/dist/i18nBundle.js";
2
+ declare const PROMPT_INPUT_CHARACTERS_LEFT: I18nText;
3
+ declare const PROMPT_INPUT_CHARACTERS_EXCEEDED: I18nText;
4
+ export { PROMPT_INPUT_CHARACTERS_LEFT, PROMPT_INPUT_CHARACTERS_EXCEEDED };
@@ -1,2 +1,5 @@
1
1
  import "@ui5/webcomponents-base/dist/i18nBundle.js";
2
+ const PROMPT_INPUT_CHARACTERS_LEFT = { key: "PROMPT_INPUT_CHARACTERS_LEFT", defaultText: "{0} characters remaining" };
3
+ const PROMPT_INPUT_CHARACTERS_EXCEEDED = { key: "PROMPT_INPUT_CHARACTERS_EXCEEDED", defaultText: "{0} characters over limit" };
4
+ export { PROMPT_INPUT_CHARACTERS_LEFT, PROMPT_INPUT_CHARACTERS_EXCEEDED };
2
5
  //# sourceMappingURL=i18n-defaults.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"i18n-defaults.js","sourceRoot":"","sources":["../../../src/generated/i18n/i18n-defaults.ts"],"names":[],"mappings":"AAAA,OAAyB,4CAA4C,CAAC","sourcesContent":["import { I18nText } from \"@ui5/webcomponents-base/dist/i18nBundle.js\";\n\nexport {};"]}
1
+ {"version":3,"file":"i18n-defaults.js","sourceRoot":"","sources":["../../../src/generated/i18n/i18n-defaults.ts"],"names":[],"mappings":"AAAA,OAAyB,4CAA4C,CAAC;AACtE,MAAM,4BAA4B,GAAa,EAAC,GAAG,EAAE,8BAA8B,EAAE,WAAW,EAAE,0BAA0B,EAAC,CAAC;AAAA,MAAM,gCAAgC,GAAa,EAAC,GAAG,EAAE,kCAAkC,EAAE,WAAW,EAAE,2BAA2B,EAAC,CAAC;AACrQ,OAAO,EAAC,4BAA4B,EAAC,gCAAgC,EAAC,CAAC","sourcesContent":["import { I18nText } from \"@ui5/webcomponents-base/dist/i18nBundle.js\";\nconst PROMPT_INPUT_CHARACTERS_LEFT: I18nText = {key: \"PROMPT_INPUT_CHARACTERS_LEFT\", defaultText: \"{0} characters remaining\"};const PROMPT_INPUT_CHARACTERS_EXCEEDED: I18nText = {key: \"PROMPT_INPUT_CHARACTERS_EXCEEDED\", defaultText: \"{0} characters over limit\"};\nexport {PROMPT_INPUT_CHARACTERS_LEFT,PROMPT_INPUT_CHARACTERS_EXCEEDED};"]}
@@ -0,0 +1,4 @@
1
+ import type UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
2
+ import type PromptInput from "../../PromptInput.js";
3
+ declare function block0(this: PromptInput, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
4
+ export default block0;