@baloise/ds-testing 17.4.1 → 18.0.0-nightly.20250212
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/add-custom-commands.esm.js +1 -1
- package/add-override-commands.esm.js +541 -3
- package/bal-input-stepper.command.esm.js +165 -165
- package/helpers.esm.js +43 -42
- package/index.esm.js +2 -800
- package/package.json +3 -4
- package/selectors.esm.js +1 -1
- package/selectors.esm2.js +179 -0
- package/src/add-custom-commands.d.ts +34 -34
- package/src/add-override-commands.d.ts +9 -9
- package/src/commands/custom/bal-accordion.command.d.ts +1 -1
- package/src/commands/custom/bal-accordion.types.d.ts +15 -15
- package/src/commands/custom/bal-field.command.d.ts +1 -1
- package/src/commands/custom/bal-field.types.d.ts +11 -11
- package/src/commands/custom/bal-hint.command.d.ts +1 -1
- package/src/commands/custom/bal-hint.types.d.ts +15 -15
- package/src/commands/custom/bal-input-stepper.command.d.ts +1 -1
- package/src/commands/custom/bal-input-stepper.types.d.ts +15 -15
- package/src/commands/custom/bal-modal.command.d.ts +1 -1
- package/src/commands/custom/bal-modal.types.d.ts +24 -24
- package/src/commands/custom/bal-pagination.command.d.ts +1 -1
- package/src/commands/custom/bal-pagination.types.d.ts +23 -23
- package/src/commands/custom/bal-popover.command.d.ts +1 -1
- package/src/commands/custom/bal-popover.types.d.ts +27 -27
- package/src/commands/custom/bal-popup.command.d.ts +1 -1
- package/src/commands/custom/bal-popup.types.d.ts +15 -15
- package/src/commands/custom/bal-select.command.d.ts +1 -1
- package/src/commands/custom/bal-select.types.d.ts +19 -19
- package/src/commands/custom/bal-snackbar.command.d.ts +1 -1
- package/src/commands/custom/bal-snackbar.types.d.ts +11 -11
- package/src/commands/custom/bal-steps.command.d.ts +1 -1
- package/src/commands/custom/bal-steps.types.d.ts +27 -27
- package/src/commands/custom/bal-tabs.command.d.ts +1 -1
- package/src/commands/custom/bal-tabs.types.d.ts +31 -31
- package/src/commands/custom/bal-toast.command.d.ts +1 -1
- package/src/commands/custom/bal-toast.types.d.ts +11 -11
- package/src/commands/custom/component.command.d.ts +1 -1
- package/src/commands/custom/component.types.d.ts +47 -47
- package/src/commands/custom/get.command.d.ts +1 -1
- package/src/commands/custom/get.types.d.ts +43 -43
- package/src/commands/custom/platform.command.d.ts +1 -1
- package/src/commands/custom/platform.types.d.ts +11 -11
- package/src/commands/custom/visit.command.d.ts +1 -1
- package/src/commands/custom/visit.types.d.ts +10 -10
- package/src/commands/helpers.d.ts +48 -48
- package/src/commands/overrides/blur.command.d.ts +1 -1
- package/src/commands/overrides/check.command.d.ts +1 -1
- package/src/commands/overrides/clear.command.d.ts +1 -1
- package/src/commands/overrides/click.command.d.ts +1 -1
- package/src/commands/overrides/focus.command.d.ts +1 -1
- package/src/commands/overrides/select.command.d.ts +1 -1
- package/src/commands/overrides/should.command.d.ts +1 -1
- package/src/commands/overrides/type.command.d.ts +1 -1
- package/src/commands/overrides/uncheck.command.d.ts +1 -1
- package/src/index.d.ts +21 -25
- package/src/selectors/index.d.ts +354 -354
- package/src/selectors/selectors.util.d.ts +4 -4
- package/src/selectors.d.ts +1 -1
- package/src/viewports.d.ts +7 -7
- package/index.esm2.js +0 -317
- package/src/legacy/accessors/accordion.accessor.d.ts +0 -29
- package/src/legacy/accessors/button.accessor.d.ts +0 -23
- package/src/legacy/accessors/checkbox.accessor.d.ts +0 -25
- package/src/legacy/accessors/drop-down.accessor.d.ts +0 -31
- package/src/legacy/accessors/error.accessor.d.ts +0 -25
- package/src/legacy/accessors/icon-accessor.d.ts +0 -23
- package/src/legacy/accessors/input.accessor.d.ts +0 -30
- package/src/legacy/accessors/link.accessor.d.ts +0 -39
- package/src/legacy/accessors/list.accessor.d.ts +0 -23
- package/src/legacy/accessors/mixins/andable.d.ts +0 -5
- package/src/legacy/accessors/mixins/attachable.d.ts +0 -6
- package/src/legacy/accessors/mixins/attributable.d.ts +0 -7
- package/src/legacy/accessors/mixins/blurable.d.ts +0 -6
- package/src/legacy/accessors/mixins/checkable.d.ts +0 -7
- package/src/legacy/accessors/mixins/clearable.d.ts +0 -6
- package/src/legacy/accessors/mixins/clickable.d.ts +0 -7
- package/src/legacy/accessors/mixins/containable.d.ts +0 -5
- package/src/legacy/accessors/mixins/disableable.d.ts +0 -5
- package/src/legacy/accessors/mixins/eachable.d.ts +0 -5
- package/src/legacy/accessors/mixins/existable.d.ts +0 -5
- package/src/legacy/accessors/mixins/findable.d.ts +0 -5
- package/src/legacy/accessors/mixins/invokable.d.ts +0 -5
- package/src/legacy/accessors/mixins/lengthable.d.ts +0 -5
- package/src/legacy/accessors/mixins/mixins.d.ts +0 -12
- package/src/legacy/accessors/mixins/nthSelectable.d.ts +0 -7
- package/src/legacy/accessors/mixins/selectable.d.ts +0 -4
- package/src/legacy/accessors/mixins/shouldable.d.ts +0 -5
- package/src/legacy/accessors/mixins/thenable.d.ts +0 -5
- package/src/legacy/accessors/mixins/typeable.d.ts +0 -6
- package/src/legacy/accessors/mixins/urlable.d.ts +0 -6
- package/src/legacy/accessors/mixins/visible.d.ts +0 -5
- package/src/legacy/accessors/mixins/waitable.d.ts +0 -5
- package/src/legacy/accessors/multi-select-button.accessor.d.ts +0 -24
- package/src/legacy/accessors/navigation.accessor.d.ts +0 -22
- package/src/legacy/accessors/radio.accessor.d.ts +0 -23
- package/src/legacy/accessors/select-button.accessor.d.ts +0 -24
- package/src/legacy/accessors/table.accessor.d.ts +0 -27
- package/src/legacy/accessors/tabs.accessor.d.ts +0 -26
- package/src/legacy/accessors/text.accessor.d.ts +0 -23
- package/src/legacy/accessors/tile.accessor.d.ts +0 -27
- package/src/legacy/accessors/toast.accessor.d.ts +0 -24
- package/src/legacy/accessors/tooltip.accessor.d.ts +0 -23
- package/src/legacy/accessors/typeahead.accessor.d.ts +0 -26
- package/src/legacy/index.d.ts +0 -43
- package/type.command.esm.js +0 -541
package/src/selectors/index.d.ts
CHANGED
|
@@ -1,354 +1,354 @@
|
|
|
1
|
-
export { byTestId, dataTestSelector, parseDataTestID } from './selectors.util';
|
|
2
|
-
/**
|
|
3
|
-
* Selectors
|
|
4
|
-
*/
|
|
5
|
-
export declare const selectors: {
|
|
6
|
-
accordion: {
|
|
7
|
-
/**
|
|
8
|
-
* The trigger button, which shows and hides the content / details.
|
|
9
|
-
*/
|
|
10
|
-
trigger: string;
|
|
11
|
-
/**
|
|
12
|
-
* The content or the hidden part of the accordion.
|
|
13
|
-
*/
|
|
14
|
-
details: string;
|
|
15
|
-
/**
|
|
16
|
-
* The header or visible part of the accordion
|
|
17
|
-
*/
|
|
18
|
-
summary: string;
|
|
19
|
-
};
|
|
20
|
-
badge: {
|
|
21
|
-
/**
|
|
22
|
-
* Badge label.
|
|
23
|
-
*/
|
|
24
|
-
label: string;
|
|
25
|
-
};
|
|
26
|
-
button: {
|
|
27
|
-
/**
|
|
28
|
-
* Native button element.
|
|
29
|
-
*/
|
|
30
|
-
native: string;
|
|
31
|
-
/**
|
|
32
|
-
* Button label.
|
|
33
|
-
*/
|
|
34
|
-
label: string;
|
|
35
|
-
};
|
|
36
|
-
carousel: {
|
|
37
|
-
/**
|
|
38
|
-
* Pagination left control.
|
|
39
|
-
*/
|
|
40
|
-
paginationPrevious: string;
|
|
41
|
-
/**
|
|
42
|
-
* Pagination right control.
|
|
43
|
-
*/
|
|
44
|
-
paginationNext: string;
|
|
45
|
-
/**
|
|
46
|
-
* Carousel right control.
|
|
47
|
-
*/
|
|
48
|
-
carouselControlPrevious: string;
|
|
49
|
-
/**
|
|
50
|
-
* Carousel left control.
|
|
51
|
-
*/
|
|
52
|
-
carouselControlNext: string;
|
|
53
|
-
};
|
|
54
|
-
close: {
|
|
55
|
-
/**
|
|
56
|
-
* The trigger button.
|
|
57
|
-
*/
|
|
58
|
-
button: string;
|
|
59
|
-
};
|
|
60
|
-
data: {
|
|
61
|
-
/**
|
|
62
|
-
* Editable button.
|
|
63
|
-
*/
|
|
64
|
-
editable: string;
|
|
65
|
-
};
|
|
66
|
-
footer: {
|
|
67
|
-
/**
|
|
68
|
-
* Language select element.
|
|
69
|
-
*/
|
|
70
|
-
language: string;
|
|
71
|
-
};
|
|
72
|
-
heading: {
|
|
73
|
-
/**
|
|
74
|
-
* Native h1 element.
|
|
75
|
-
*/
|
|
76
|
-
native: string;
|
|
77
|
-
};
|
|
78
|
-
notification: {
|
|
79
|
-
/**
|
|
80
|
-
* Notification content element.
|
|
81
|
-
*/
|
|
82
|
-
content: string;
|
|
83
|
-
};
|
|
84
|
-
pagination: {
|
|
85
|
-
/**
|
|
86
|
-
* Pagination left control.
|
|
87
|
-
*/
|
|
88
|
-
previous: string;
|
|
89
|
-
/**
|
|
90
|
-
* Pagination right control.
|
|
91
|
-
*/
|
|
92
|
-
next: string;
|
|
93
|
-
/**
|
|
94
|
-
* Pagination ul list.
|
|
95
|
-
*/
|
|
96
|
-
list: string;
|
|
97
|
-
/**
|
|
98
|
-
* The number of the page.
|
|
99
|
-
*/
|
|
100
|
-
pageNumber: string;
|
|
101
|
-
/**
|
|
102
|
-
* bal-button of the number of the page..
|
|
103
|
-
*/
|
|
104
|
-
pages: string;
|
|
105
|
-
/**
|
|
106
|
-
* The native button of the number of the page.
|
|
107
|
-
*/
|
|
108
|
-
button: string;
|
|
109
|
-
};
|
|
110
|
-
tag: {
|
|
111
|
-
/**
|
|
112
|
-
* Tag label..
|
|
113
|
-
*/
|
|
114
|
-
label: string;
|
|
115
|
-
/**
|
|
116
|
-
* Close button.
|
|
117
|
-
*/
|
|
118
|
-
close: string;
|
|
119
|
-
};
|
|
120
|
-
text: {
|
|
121
|
-
/**
|
|
122
|
-
* Native p element.
|
|
123
|
-
*/
|
|
124
|
-
native: string;
|
|
125
|
-
};
|
|
126
|
-
checkbox: {
|
|
127
|
-
/**
|
|
128
|
-
* Native input element.
|
|
129
|
-
*/
|
|
130
|
-
input: string;
|
|
131
|
-
/**
|
|
132
|
-
* Label element.
|
|
133
|
-
*/
|
|
134
|
-
label: string;
|
|
135
|
-
/**
|
|
136
|
-
* Label span element.
|
|
137
|
-
*/
|
|
138
|
-
text: string;
|
|
139
|
-
};
|
|
140
|
-
field: {
|
|
141
|
-
/**
|
|
142
|
-
* Hint element.
|
|
143
|
-
*/
|
|
144
|
-
hint: string;
|
|
145
|
-
};
|
|
146
|
-
fileUpload: {
|
|
147
|
-
/**
|
|
148
|
-
* Native input element.
|
|
149
|
-
*/
|
|
150
|
-
input: string;
|
|
151
|
-
/**
|
|
152
|
-
* Native span element.
|
|
153
|
-
*/
|
|
154
|
-
label: string;
|
|
155
|
-
};
|
|
156
|
-
slider: {
|
|
157
|
-
/**
|
|
158
|
-
* Native input element.
|
|
159
|
-
*/
|
|
160
|
-
native: string;
|
|
161
|
-
};
|
|
162
|
-
inputStepper: {
|
|
163
|
-
/**
|
|
164
|
-
* Decrease button.
|
|
165
|
-
*/
|
|
166
|
-
decrease: string;
|
|
167
|
-
/**
|
|
168
|
-
* Increase button.
|
|
169
|
-
*/
|
|
170
|
-
increase: string;
|
|
171
|
-
/**
|
|
172
|
-
* Native input element.
|
|
173
|
-
*/
|
|
174
|
-
native: string;
|
|
175
|
-
/**
|
|
176
|
-
* Text element.
|
|
177
|
-
*/
|
|
178
|
-
text: string;
|
|
179
|
-
};
|
|
180
|
-
input: {
|
|
181
|
-
/**
|
|
182
|
-
* Native input element.
|
|
183
|
-
*/
|
|
184
|
-
native: string;
|
|
185
|
-
};
|
|
186
|
-
dateInput: {
|
|
187
|
-
/**
|
|
188
|
-
* Native input element.
|
|
189
|
-
*/
|
|
190
|
-
native: string;
|
|
191
|
-
};
|
|
192
|
-
numberInput: {
|
|
193
|
-
/**
|
|
194
|
-
* Native input element.
|
|
195
|
-
*/
|
|
196
|
-
native: string;
|
|
197
|
-
};
|
|
198
|
-
radio: {
|
|
199
|
-
/**
|
|
200
|
-
* Native input element.
|
|
201
|
-
*/
|
|
202
|
-
input: string;
|
|
203
|
-
/**
|
|
204
|
-
* Native label element.
|
|
205
|
-
*/
|
|
206
|
-
label: string;
|
|
207
|
-
/**
|
|
208
|
-
* Native span element.
|
|
209
|
-
*/
|
|
210
|
-
text: string;
|
|
211
|
-
};
|
|
212
|
-
select: {
|
|
213
|
-
/**
|
|
214
|
-
* Native input element.
|
|
215
|
-
*/
|
|
216
|
-
input: string;
|
|
217
|
-
/**
|
|
218
|
-
* Select option.
|
|
219
|
-
*/
|
|
220
|
-
options: string;
|
|
221
|
-
/**
|
|
222
|
-
* Multi select tag .
|
|
223
|
-
*/
|
|
224
|
-
chips: string;
|
|
225
|
-
};
|
|
226
|
-
dropdown: {
|
|
227
|
-
/**
|
|
228
|
-
* Native input element.
|
|
229
|
-
*/
|
|
230
|
-
input: string;
|
|
231
|
-
/**
|
|
232
|
-
* Select option.
|
|
233
|
-
*/
|
|
234
|
-
options: string;
|
|
235
|
-
/**
|
|
236
|
-
* Trigger to open and close the popup.
|
|
237
|
-
*/
|
|
238
|
-
trigger: string;
|
|
239
|
-
/**
|
|
240
|
-
* Multi select tag .
|
|
241
|
-
*/
|
|
242
|
-
chips: string;
|
|
243
|
-
};
|
|
244
|
-
popover: {
|
|
245
|
-
/**
|
|
246
|
-
* Popover trigger.
|
|
247
|
-
*/
|
|
248
|
-
trigger: string;
|
|
249
|
-
/**
|
|
250
|
-
* Popover content element.
|
|
251
|
-
*/
|
|
252
|
-
content: string;
|
|
253
|
-
};
|
|
254
|
-
popup: {
|
|
255
|
-
/**
|
|
256
|
-
* Popup trigger.
|
|
257
|
-
*/
|
|
258
|
-
trigger: string;
|
|
259
|
-
/**
|
|
260
|
-
* Popup content element.
|
|
261
|
-
*/
|
|
262
|
-
content: string;
|
|
263
|
-
/**
|
|
264
|
-
* Popup close button in the head.
|
|
265
|
-
*/
|
|
266
|
-
close: string;
|
|
267
|
-
/**
|
|
268
|
-
* Popup label / heading element.
|
|
269
|
-
*/
|
|
270
|
-
label: string;
|
|
271
|
-
};
|
|
272
|
-
textarea: {
|
|
273
|
-
/**
|
|
274
|
-
* Native input element.
|
|
275
|
-
*/
|
|
276
|
-
native: string;
|
|
277
|
-
};
|
|
278
|
-
modal: {
|
|
279
|
-
/**
|
|
280
|
-
* Modal element.
|
|
281
|
-
*/
|
|
282
|
-
main: string;
|
|
283
|
-
};
|
|
284
|
-
steps: {
|
|
285
|
-
/**
|
|
286
|
-
* Step option
|
|
287
|
-
*/
|
|
288
|
-
option: string;
|
|
289
|
-
/**
|
|
290
|
-
* Step option label
|
|
291
|
-
*/
|
|
292
|
-
optionLabel: string;
|
|
293
|
-
};
|
|
294
|
-
tabs: {
|
|
295
|
-
/**
|
|
296
|
-
* Tab item.
|
|
297
|
-
*/
|
|
298
|
-
item: string;
|
|
299
|
-
/**
|
|
300
|
-
* Tab item label.
|
|
301
|
-
*/
|
|
302
|
-
itemLabel: string;
|
|
303
|
-
};
|
|
304
|
-
toast: {
|
|
305
|
-
/**
|
|
306
|
-
* Toast element.
|
|
307
|
-
*/
|
|
308
|
-
main: string;
|
|
309
|
-
/**
|
|
310
|
-
* Toast label element.
|
|
311
|
-
*/
|
|
312
|
-
label: string;
|
|
313
|
-
/**
|
|
314
|
-
* Toast close element.
|
|
315
|
-
*/
|
|
316
|
-
close: string;
|
|
317
|
-
};
|
|
318
|
-
snackbar: {
|
|
319
|
-
/**
|
|
320
|
-
* Snackbar element.
|
|
321
|
-
*/
|
|
322
|
-
main: string;
|
|
323
|
-
/**
|
|
324
|
-
* Snackbar heading element.
|
|
325
|
-
*/
|
|
326
|
-
heading: string;
|
|
327
|
-
/**
|
|
328
|
-
* Snackbar label element.
|
|
329
|
-
*/
|
|
330
|
-
label: string;
|
|
331
|
-
/**
|
|
332
|
-
* Snackbar close element.
|
|
333
|
-
*/
|
|
334
|
-
close: string;
|
|
335
|
-
/**
|
|
336
|
-
* Snackbar action element.
|
|
337
|
-
*/
|
|
338
|
-
action: string;
|
|
339
|
-
};
|
|
340
|
-
hint: {
|
|
341
|
-
/**
|
|
342
|
-
* Hint trigger element.
|
|
343
|
-
*/
|
|
344
|
-
trigger: string;
|
|
345
|
-
/**
|
|
346
|
-
* Hint content element.
|
|
347
|
-
*/
|
|
348
|
-
content: string;
|
|
349
|
-
/**
|
|
350
|
-
* Hint close element.
|
|
351
|
-
*/
|
|
352
|
-
close: string;
|
|
353
|
-
};
|
|
354
|
-
};
|
|
1
|
+
export { byTestId, dataTestSelector, parseDataTestID } from './selectors.util';
|
|
2
|
+
/**
|
|
3
|
+
* Selectors
|
|
4
|
+
*/
|
|
5
|
+
export declare const selectors: {
|
|
6
|
+
accordion: {
|
|
7
|
+
/**
|
|
8
|
+
* The trigger button, which shows and hides the content / details.
|
|
9
|
+
*/
|
|
10
|
+
trigger: string;
|
|
11
|
+
/**
|
|
12
|
+
* The content or the hidden part of the accordion.
|
|
13
|
+
*/
|
|
14
|
+
details: string;
|
|
15
|
+
/**
|
|
16
|
+
* The header or visible part of the accordion
|
|
17
|
+
*/
|
|
18
|
+
summary: string;
|
|
19
|
+
};
|
|
20
|
+
badge: {
|
|
21
|
+
/**
|
|
22
|
+
* Badge label.
|
|
23
|
+
*/
|
|
24
|
+
label: string;
|
|
25
|
+
};
|
|
26
|
+
button: {
|
|
27
|
+
/**
|
|
28
|
+
* Native button element.
|
|
29
|
+
*/
|
|
30
|
+
native: string;
|
|
31
|
+
/**
|
|
32
|
+
* Button label.
|
|
33
|
+
*/
|
|
34
|
+
label: string;
|
|
35
|
+
};
|
|
36
|
+
carousel: {
|
|
37
|
+
/**
|
|
38
|
+
* Pagination left control.
|
|
39
|
+
*/
|
|
40
|
+
paginationPrevious: string;
|
|
41
|
+
/**
|
|
42
|
+
* Pagination right control.
|
|
43
|
+
*/
|
|
44
|
+
paginationNext: string;
|
|
45
|
+
/**
|
|
46
|
+
* Carousel right control.
|
|
47
|
+
*/
|
|
48
|
+
carouselControlPrevious: string;
|
|
49
|
+
/**
|
|
50
|
+
* Carousel left control.
|
|
51
|
+
*/
|
|
52
|
+
carouselControlNext: string;
|
|
53
|
+
};
|
|
54
|
+
close: {
|
|
55
|
+
/**
|
|
56
|
+
* The trigger button.
|
|
57
|
+
*/
|
|
58
|
+
button: string;
|
|
59
|
+
};
|
|
60
|
+
data: {
|
|
61
|
+
/**
|
|
62
|
+
* Editable button.
|
|
63
|
+
*/
|
|
64
|
+
editable: string;
|
|
65
|
+
};
|
|
66
|
+
footer: {
|
|
67
|
+
/**
|
|
68
|
+
* Language select element.
|
|
69
|
+
*/
|
|
70
|
+
language: string;
|
|
71
|
+
};
|
|
72
|
+
heading: {
|
|
73
|
+
/**
|
|
74
|
+
* Native h1 element.
|
|
75
|
+
*/
|
|
76
|
+
native: string;
|
|
77
|
+
};
|
|
78
|
+
notification: {
|
|
79
|
+
/**
|
|
80
|
+
* Notification content element.
|
|
81
|
+
*/
|
|
82
|
+
content: string;
|
|
83
|
+
};
|
|
84
|
+
pagination: {
|
|
85
|
+
/**
|
|
86
|
+
* Pagination left control.
|
|
87
|
+
*/
|
|
88
|
+
previous: string;
|
|
89
|
+
/**
|
|
90
|
+
* Pagination right control.
|
|
91
|
+
*/
|
|
92
|
+
next: string;
|
|
93
|
+
/**
|
|
94
|
+
* Pagination ul list.
|
|
95
|
+
*/
|
|
96
|
+
list: string;
|
|
97
|
+
/**
|
|
98
|
+
* The number of the page.
|
|
99
|
+
*/
|
|
100
|
+
pageNumber: string;
|
|
101
|
+
/**
|
|
102
|
+
* bal-button of the number of the page..
|
|
103
|
+
*/
|
|
104
|
+
pages: string;
|
|
105
|
+
/**
|
|
106
|
+
* The native button of the number of the page.
|
|
107
|
+
*/
|
|
108
|
+
button: string;
|
|
109
|
+
};
|
|
110
|
+
tag: {
|
|
111
|
+
/**
|
|
112
|
+
* Tag label..
|
|
113
|
+
*/
|
|
114
|
+
label: string;
|
|
115
|
+
/**
|
|
116
|
+
* Close button.
|
|
117
|
+
*/
|
|
118
|
+
close: string;
|
|
119
|
+
};
|
|
120
|
+
text: {
|
|
121
|
+
/**
|
|
122
|
+
* Native p element.
|
|
123
|
+
*/
|
|
124
|
+
native: string;
|
|
125
|
+
};
|
|
126
|
+
checkbox: {
|
|
127
|
+
/**
|
|
128
|
+
* Native input element.
|
|
129
|
+
*/
|
|
130
|
+
input: string;
|
|
131
|
+
/**
|
|
132
|
+
* Label element.
|
|
133
|
+
*/
|
|
134
|
+
label: string;
|
|
135
|
+
/**
|
|
136
|
+
* Label span element.
|
|
137
|
+
*/
|
|
138
|
+
text: string;
|
|
139
|
+
};
|
|
140
|
+
field: {
|
|
141
|
+
/**
|
|
142
|
+
* Hint element.
|
|
143
|
+
*/
|
|
144
|
+
hint: string;
|
|
145
|
+
};
|
|
146
|
+
fileUpload: {
|
|
147
|
+
/**
|
|
148
|
+
* Native input element.
|
|
149
|
+
*/
|
|
150
|
+
input: string;
|
|
151
|
+
/**
|
|
152
|
+
* Native span element.
|
|
153
|
+
*/
|
|
154
|
+
label: string;
|
|
155
|
+
};
|
|
156
|
+
slider: {
|
|
157
|
+
/**
|
|
158
|
+
* Native input element.
|
|
159
|
+
*/
|
|
160
|
+
native: string;
|
|
161
|
+
};
|
|
162
|
+
inputStepper: {
|
|
163
|
+
/**
|
|
164
|
+
* Decrease button.
|
|
165
|
+
*/
|
|
166
|
+
decrease: string;
|
|
167
|
+
/**
|
|
168
|
+
* Increase button.
|
|
169
|
+
*/
|
|
170
|
+
increase: string;
|
|
171
|
+
/**
|
|
172
|
+
* Native input element.
|
|
173
|
+
*/
|
|
174
|
+
native: string;
|
|
175
|
+
/**
|
|
176
|
+
* Text element.
|
|
177
|
+
*/
|
|
178
|
+
text: string;
|
|
179
|
+
};
|
|
180
|
+
input: {
|
|
181
|
+
/**
|
|
182
|
+
* Native input element.
|
|
183
|
+
*/
|
|
184
|
+
native: string;
|
|
185
|
+
};
|
|
186
|
+
dateInput: {
|
|
187
|
+
/**
|
|
188
|
+
* Native input element.
|
|
189
|
+
*/
|
|
190
|
+
native: string;
|
|
191
|
+
};
|
|
192
|
+
numberInput: {
|
|
193
|
+
/**
|
|
194
|
+
* Native input element.
|
|
195
|
+
*/
|
|
196
|
+
native: string;
|
|
197
|
+
};
|
|
198
|
+
radio: {
|
|
199
|
+
/**
|
|
200
|
+
* Native input element.
|
|
201
|
+
*/
|
|
202
|
+
input: string;
|
|
203
|
+
/**
|
|
204
|
+
* Native label element.
|
|
205
|
+
*/
|
|
206
|
+
label: string;
|
|
207
|
+
/**
|
|
208
|
+
* Native span element.
|
|
209
|
+
*/
|
|
210
|
+
text: string;
|
|
211
|
+
};
|
|
212
|
+
select: {
|
|
213
|
+
/**
|
|
214
|
+
* Native input element.
|
|
215
|
+
*/
|
|
216
|
+
input: string;
|
|
217
|
+
/**
|
|
218
|
+
* Select option.
|
|
219
|
+
*/
|
|
220
|
+
options: string;
|
|
221
|
+
/**
|
|
222
|
+
* Multi select tag .
|
|
223
|
+
*/
|
|
224
|
+
chips: string;
|
|
225
|
+
};
|
|
226
|
+
dropdown: {
|
|
227
|
+
/**
|
|
228
|
+
* Native input element.
|
|
229
|
+
*/
|
|
230
|
+
input: string;
|
|
231
|
+
/**
|
|
232
|
+
* Select option.
|
|
233
|
+
*/
|
|
234
|
+
options: string;
|
|
235
|
+
/**
|
|
236
|
+
* Trigger to open and close the popup.
|
|
237
|
+
*/
|
|
238
|
+
trigger: string;
|
|
239
|
+
/**
|
|
240
|
+
* Multi select tag .
|
|
241
|
+
*/
|
|
242
|
+
chips: string;
|
|
243
|
+
};
|
|
244
|
+
popover: {
|
|
245
|
+
/**
|
|
246
|
+
* Popover trigger.
|
|
247
|
+
*/
|
|
248
|
+
trigger: string;
|
|
249
|
+
/**
|
|
250
|
+
* Popover content element.
|
|
251
|
+
*/
|
|
252
|
+
content: string;
|
|
253
|
+
};
|
|
254
|
+
popup: {
|
|
255
|
+
/**
|
|
256
|
+
* Popup trigger.
|
|
257
|
+
*/
|
|
258
|
+
trigger: string;
|
|
259
|
+
/**
|
|
260
|
+
* Popup content element.
|
|
261
|
+
*/
|
|
262
|
+
content: string;
|
|
263
|
+
/**
|
|
264
|
+
* Popup close button in the head.
|
|
265
|
+
*/
|
|
266
|
+
close: string;
|
|
267
|
+
/**
|
|
268
|
+
* Popup label / heading element.
|
|
269
|
+
*/
|
|
270
|
+
label: string;
|
|
271
|
+
};
|
|
272
|
+
textarea: {
|
|
273
|
+
/**
|
|
274
|
+
* Native input element.
|
|
275
|
+
*/
|
|
276
|
+
native: string;
|
|
277
|
+
};
|
|
278
|
+
modal: {
|
|
279
|
+
/**
|
|
280
|
+
* Modal element.
|
|
281
|
+
*/
|
|
282
|
+
main: string;
|
|
283
|
+
};
|
|
284
|
+
steps: {
|
|
285
|
+
/**
|
|
286
|
+
* Step option
|
|
287
|
+
*/
|
|
288
|
+
option: string;
|
|
289
|
+
/**
|
|
290
|
+
* Step option label
|
|
291
|
+
*/
|
|
292
|
+
optionLabel: string;
|
|
293
|
+
};
|
|
294
|
+
tabs: {
|
|
295
|
+
/**
|
|
296
|
+
* Tab item.
|
|
297
|
+
*/
|
|
298
|
+
item: string;
|
|
299
|
+
/**
|
|
300
|
+
* Tab item label.
|
|
301
|
+
*/
|
|
302
|
+
itemLabel: string;
|
|
303
|
+
};
|
|
304
|
+
toast: {
|
|
305
|
+
/**
|
|
306
|
+
* Toast element.
|
|
307
|
+
*/
|
|
308
|
+
main: string;
|
|
309
|
+
/**
|
|
310
|
+
* Toast label element.
|
|
311
|
+
*/
|
|
312
|
+
label: string;
|
|
313
|
+
/**
|
|
314
|
+
* Toast close element.
|
|
315
|
+
*/
|
|
316
|
+
close: string;
|
|
317
|
+
};
|
|
318
|
+
snackbar: {
|
|
319
|
+
/**
|
|
320
|
+
* Snackbar element.
|
|
321
|
+
*/
|
|
322
|
+
main: string;
|
|
323
|
+
/**
|
|
324
|
+
* Snackbar heading element.
|
|
325
|
+
*/
|
|
326
|
+
heading: string;
|
|
327
|
+
/**
|
|
328
|
+
* Snackbar label element.
|
|
329
|
+
*/
|
|
330
|
+
label: string;
|
|
331
|
+
/**
|
|
332
|
+
* Snackbar close element.
|
|
333
|
+
*/
|
|
334
|
+
close: string;
|
|
335
|
+
/**
|
|
336
|
+
* Snackbar action element.
|
|
337
|
+
*/
|
|
338
|
+
action: string;
|
|
339
|
+
};
|
|
340
|
+
hint: {
|
|
341
|
+
/**
|
|
342
|
+
* Hint trigger element.
|
|
343
|
+
*/
|
|
344
|
+
trigger: string;
|
|
345
|
+
/**
|
|
346
|
+
* Hint content element.
|
|
347
|
+
*/
|
|
348
|
+
content: string;
|
|
349
|
+
/**
|
|
350
|
+
* Hint close element.
|
|
351
|
+
*/
|
|
352
|
+
close: string;
|
|
353
|
+
};
|
|
354
|
+
};
|