@siemens/ix-vue 3.1.0 → 3.2.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/READMEOSS.html +19 -70
- package/dist/_virtual/_plugin-vue_export-helper.js +10 -0
- package/dist/_virtual/_plugin-vue_export-helper.js.map +1 -0
- package/dist/components.d.ts +2 -0
- package/dist/components.js +1372 -0
- package/dist/components.js.map +1 -0
- package/dist/context/IxApplicationContext.vue.d.ts +17 -0
- package/dist/context/IxApplicationContext.vue.js +17 -0
- package/dist/context/IxApplicationContext.vue.js.map +1 -0
- package/dist/context/IxApplicationContext.vue2.js +130 -0
- package/dist/context/IxApplicationContext.vue2.js.map +1 -0
- package/dist/context/context.d.ts +6 -0
- package/dist/context/context.js +11 -0
- package/dist/context/context.js.map +1 -0
- package/dist/context.d.ts +1 -0
- package/dist/delegate.d.ts +14 -0
- package/dist/delegate.js +38 -0
- package/dist/delegate.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +126 -1262
- package/dist/index.js.map +1 -1
- package/dist/internal-components.js +15 -0
- package/dist/internal-components.js.map +1 -0
- package/dist/ix-icon.js +14 -0
- package/dist/ix-icon.js.map +1 -0
- package/dist/modal/IxOverlay.vue.d.ts +14 -0
- package/dist/modal/IxOverlay.vue.js +52 -0
- package/dist/modal/IxOverlay.vue.js.map +1 -0
- package/dist/modal/IxOverlay.vue2.js +5 -0
- package/dist/modal/IxOverlay.vue2.js.map +1 -0
- package/dist/modal/Modal.vue.d.ts +108 -0
- package/dist/modal/Modal.vue.js +74 -0
- package/dist/modal/Modal.vue.js.map +1 -0
- package/dist/modal/Modal.vue2.js +5 -0
- package/dist/modal/Modal.vue2.js.map +1 -0
- package/dist/modal/constants.d.ts +2 -0
- package/dist/modal/constants.js +6 -0
- package/dist/modal/constants.js.map +1 -0
- package/dist/modal/index.d.ts +10 -0
- package/dist/modal/index.js +116 -0
- package/dist/modal/index.js.map +1 -0
- package/dist/modal/ix-view.d.ts +29 -0
- package/dist/modal/ix-view.js +31 -0
- package/dist/modal/ix-view.js.map +1 -0
- package/dist/modal/modal-slot-props.d.ts +4 -0
- package/dist/plugin.js +23 -0
- package/dist/plugin.js.map +1 -0
- package/dist/toast/toast.d.ts +3 -2
- package/dist/toast/toast.js +22 -0
- package/dist/toast/toast.js.map +1 -0
- package/dist/vue-component-lib/utils.d.ts +4 -0
- package/package.json +9 -8
package/dist/index.js
CHANGED
|
@@ -1,1264 +1,128 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
]);
|
|
128
|
-
const IxApplicationHeader = defineContainer('ix-application-header', defineCustomElement$2, [
|
|
129
|
-
'name',
|
|
130
|
-
'showMenu',
|
|
131
|
-
'menuToggle',
|
|
132
|
-
'openAppSwitch'
|
|
133
|
-
], [
|
|
134
|
-
'menuToggle',
|
|
135
|
-
'openAppSwitch'
|
|
136
|
-
]);
|
|
137
|
-
const IxAvatar = defineContainer('ix-avatar', defineCustomElement$3, [
|
|
138
|
-
'image',
|
|
139
|
-
'initials',
|
|
140
|
-
'username',
|
|
141
|
-
'extra'
|
|
142
|
-
]);
|
|
143
|
-
const IxBasicNavigation = defineContainer('ix-basic-navigation', defineCustomElement$4, [
|
|
144
|
-
'applicationName',
|
|
145
|
-
'hideHeader',
|
|
146
|
-
'forceBreakpoint',
|
|
147
|
-
'breakpoints'
|
|
148
|
-
]);
|
|
149
|
-
const IxBlind = defineContainer('ix-blind', defineCustomElement$5, [
|
|
150
|
-
'collapsed',
|
|
151
|
-
'label',
|
|
152
|
-
'sublabel',
|
|
153
|
-
'icon',
|
|
154
|
-
'variant',
|
|
155
|
-
'collapsedChange'
|
|
156
|
-
], [
|
|
157
|
-
'collapsedChange'
|
|
158
|
-
]);
|
|
159
|
-
const IxBreadcrumb = defineContainer('ix-breadcrumb', defineCustomElement$6, [
|
|
160
|
-
'visibleItemCount',
|
|
161
|
-
'nextItems',
|
|
162
|
-
'ghost',
|
|
163
|
-
'ariaLabelPreviousButton',
|
|
164
|
-
'itemClick',
|
|
165
|
-
'nextClick'
|
|
166
|
-
], [
|
|
167
|
-
'itemClick',
|
|
168
|
-
'nextClick'
|
|
169
|
-
]);
|
|
170
|
-
const IxBreadcrumbItem = defineContainer('ix-breadcrumb-item', defineCustomElement$7, [
|
|
171
|
-
'label',
|
|
172
|
-
'icon',
|
|
173
|
-
'ghost',
|
|
174
|
-
'visible',
|
|
175
|
-
'showChevron',
|
|
176
|
-
'isDropdownTrigger',
|
|
177
|
-
'itemClick'
|
|
178
|
-
], [
|
|
179
|
-
'itemClick'
|
|
180
|
-
]);
|
|
181
|
-
const IxButton = defineContainer('ix-button', defineCustomElement$8, [
|
|
182
|
-
'variant',
|
|
183
|
-
'outline',
|
|
184
|
-
'ghost',
|
|
185
|
-
'disabled',
|
|
186
|
-
'type',
|
|
187
|
-
'loading',
|
|
188
|
-
'form',
|
|
189
|
-
'icon',
|
|
190
|
-
'alignment',
|
|
191
|
-
'iconSize'
|
|
192
|
-
]);
|
|
193
|
-
const IxCard = defineContainer('ix-card', defineCustomElement$9, [
|
|
194
|
-
'variant',
|
|
195
|
-
'selected'
|
|
196
|
-
]);
|
|
197
|
-
const IxCardAccordion = defineContainer('ix-card-accordion', defineCustomElement$a, [
|
|
198
|
-
'collapse',
|
|
199
|
-
'accordionExpand'
|
|
200
|
-
], [
|
|
201
|
-
'accordionExpand'
|
|
202
|
-
]);
|
|
203
|
-
const IxCardContent = defineContainer('ix-card-content', defineCustomElement$b);
|
|
204
|
-
const IxCardList = defineContainer('ix-card-list', defineCustomElement$c, [
|
|
205
|
-
'label',
|
|
206
|
-
'collapse',
|
|
207
|
-
'listStyle',
|
|
208
|
-
'maxVisibleCards',
|
|
209
|
-
'showAllCount',
|
|
210
|
-
'suppressOverflowHandling',
|
|
211
|
-
'hideShowAll',
|
|
212
|
-
'i18nShowAll',
|
|
213
|
-
'i18nMoreCards',
|
|
214
|
-
'collapseChanged',
|
|
215
|
-
'showAllClick',
|
|
216
|
-
'showMoreCardClick'
|
|
217
|
-
], [
|
|
218
|
-
'collapseChanged',
|
|
219
|
-
'showAllClick',
|
|
220
|
-
'showMoreCardClick'
|
|
221
|
-
]);
|
|
222
|
-
const IxCardTitle = defineContainer('ix-card-title', defineCustomElement$d);
|
|
223
|
-
const IxCategoryFilter = defineContainer('ix-category-filter', defineCustomElement$e, [
|
|
224
|
-
'disabled',
|
|
225
|
-
'readonly',
|
|
226
|
-
'filterState',
|
|
227
|
-
'placeholder',
|
|
228
|
-
'categories',
|
|
229
|
-
'nonSelectableCategories',
|
|
230
|
-
'suggestions',
|
|
231
|
-
'icon',
|
|
232
|
-
'hideIcon',
|
|
233
|
-
'staticOperator',
|
|
234
|
-
'repeatCategories',
|
|
235
|
-
'tmpDisableScrollIntoView',
|
|
236
|
-
'labelCategories',
|
|
237
|
-
'i18nPlainText',
|
|
238
|
-
'categoryChanged',
|
|
239
|
-
'inputChanged',
|
|
240
|
-
'filterChanged',
|
|
241
|
-
'filterCleared'
|
|
242
|
-
], [
|
|
243
|
-
'categoryChanged',
|
|
244
|
-
'inputChanged',
|
|
245
|
-
'filterChanged',
|
|
246
|
-
'filterCleared'
|
|
247
|
-
]);
|
|
248
|
-
const IxCheckbox = defineContainer('ix-checkbox', defineCustomElement$f, [
|
|
249
|
-
'name',
|
|
250
|
-
'value',
|
|
251
|
-
'label',
|
|
252
|
-
'checked',
|
|
253
|
-
'disabled',
|
|
254
|
-
'indeterminate',
|
|
255
|
-
'required',
|
|
256
|
-
'checkedChange',
|
|
257
|
-
'valueChange',
|
|
258
|
-
'ixBlur'
|
|
259
|
-
], [
|
|
260
|
-
'checkedChange',
|
|
261
|
-
'valueChange',
|
|
262
|
-
'ixBlur'
|
|
263
|
-
], 'checked', 'checkedChange');
|
|
264
|
-
const IxCheckboxGroup = defineContainer('ix-checkbox-group', defineCustomElement$g, [
|
|
265
|
-
'helperText',
|
|
266
|
-
'label',
|
|
267
|
-
'direction',
|
|
268
|
-
'invalidText',
|
|
269
|
-
'infoText',
|
|
270
|
-
'validText',
|
|
271
|
-
'warningText',
|
|
272
|
-
'showTextAsTooltip',
|
|
273
|
-
'required'
|
|
274
|
-
]);
|
|
275
|
-
const IxChip = defineContainer('ix-chip', defineCustomElement$h, [
|
|
276
|
-
'variant',
|
|
277
|
-
'active',
|
|
278
|
-
'closable',
|
|
279
|
-
'icon',
|
|
280
|
-
'background',
|
|
281
|
-
'chipColor',
|
|
282
|
-
'outline',
|
|
283
|
-
'tooltipText',
|
|
284
|
-
'closeChip'
|
|
285
|
-
], [
|
|
286
|
-
'closeChip'
|
|
287
|
-
]);
|
|
288
|
-
const IxCol = defineContainer('ix-col', defineCustomElement$i, [
|
|
289
|
-
'size',
|
|
290
|
-
'sizeSm',
|
|
291
|
-
'sizeMd',
|
|
292
|
-
'sizeLg'
|
|
293
|
-
]);
|
|
294
|
-
const IxContent = defineContainer('ix-content', defineCustomElement$j);
|
|
295
|
-
const IxContentHeader = defineContainer('ix-content-header', defineCustomElement$k, [
|
|
296
|
-
'variant',
|
|
297
|
-
'headerTitle',
|
|
298
|
-
'headerSubtitle',
|
|
299
|
-
'hasBackButton',
|
|
300
|
-
'backButtonClick'
|
|
301
|
-
], [
|
|
302
|
-
'backButtonClick'
|
|
303
|
-
]);
|
|
304
|
-
const IxCustomField = defineContainer('ix-custom-field', defineCustomElement$l, [
|
|
305
|
-
'required',
|
|
306
|
-
'label',
|
|
307
|
-
'helperText',
|
|
308
|
-
'infoText',
|
|
309
|
-
'warningText',
|
|
310
|
-
'invalidText',
|
|
311
|
-
'validText',
|
|
312
|
-
'showTextAsTooltip'
|
|
313
|
-
]);
|
|
314
|
-
const IxDateDropdown = defineContainer('ix-date-dropdown', defineCustomElement$m, [
|
|
315
|
-
'disabled',
|
|
316
|
-
'format',
|
|
317
|
-
'range',
|
|
318
|
-
'from',
|
|
319
|
-
'to',
|
|
320
|
-
'minDate',
|
|
321
|
-
'maxDate',
|
|
322
|
-
'dateRangeId',
|
|
323
|
-
'variant',
|
|
324
|
-
'outline',
|
|
325
|
-
'ghost',
|
|
326
|
-
'loading',
|
|
327
|
-
'showWeekNumbers',
|
|
328
|
-
'customRangeAllowed',
|
|
329
|
-
'dateRangeOptions',
|
|
330
|
-
'locale',
|
|
331
|
-
'weekStartIndex',
|
|
332
|
-
'i18nCustomItem',
|
|
333
|
-
'i18nDone',
|
|
334
|
-
'i18nNoRange',
|
|
335
|
-
'today',
|
|
336
|
-
'dateRangeChange'
|
|
337
|
-
], [
|
|
338
|
-
'dateRangeChange'
|
|
339
|
-
]);
|
|
340
|
-
const IxDateInput = defineContainer('ix-date-input', defineCustomElement$n, [
|
|
341
|
-
'name',
|
|
342
|
-
'placeholder',
|
|
343
|
-
'value',
|
|
344
|
-
'locale',
|
|
345
|
-
'format',
|
|
346
|
-
'required',
|
|
347
|
-
'helperText',
|
|
348
|
-
'label',
|
|
349
|
-
'invalidText',
|
|
350
|
-
'readonly',
|
|
351
|
-
'disabled',
|
|
352
|
-
'infoText',
|
|
353
|
-
'warningText',
|
|
354
|
-
'validText',
|
|
355
|
-
'showTextAsTooltip',
|
|
356
|
-
'i18nErrorDateUnparsable',
|
|
357
|
-
'showWeekNumbers',
|
|
358
|
-
'valueChange',
|
|
359
|
-
'validityStateChange',
|
|
360
|
-
'ixFocus',
|
|
361
|
-
'ixBlur'
|
|
362
|
-
], [
|
|
363
|
-
'valueChange',
|
|
364
|
-
'validityStateChange',
|
|
365
|
-
'ixFocus',
|
|
366
|
-
'ixBlur'
|
|
367
|
-
], 'value', 'valueChange');
|
|
368
|
-
const IxDatePicker = defineContainer('ix-date-picker', defineCustomElement$o, [
|
|
369
|
-
'format',
|
|
370
|
-
'range',
|
|
371
|
-
'corners',
|
|
372
|
-
'from',
|
|
373
|
-
'to',
|
|
374
|
-
'minDate',
|
|
375
|
-
'maxDate',
|
|
376
|
-
'i18nDone',
|
|
377
|
-
'weekStartIndex',
|
|
378
|
-
'locale',
|
|
379
|
-
'showWeekNumbers',
|
|
380
|
-
'standaloneAppearance',
|
|
381
|
-
'today',
|
|
382
|
-
'dateChange',
|
|
383
|
-
'dateRangeChange',
|
|
384
|
-
'dateSelect'
|
|
385
|
-
], [
|
|
386
|
-
'dateChange',
|
|
387
|
-
'dateRangeChange',
|
|
388
|
-
'dateSelect'
|
|
389
|
-
]);
|
|
390
|
-
const IxDatetimePicker = defineContainer('ix-datetime-picker', defineCustomElement$p, [
|
|
391
|
-
'range',
|
|
392
|
-
'showHour',
|
|
393
|
-
'showMinutes',
|
|
394
|
-
'showSeconds',
|
|
395
|
-
'minDate',
|
|
396
|
-
'maxDate',
|
|
397
|
-
'dateFormat',
|
|
398
|
-
'timeFormat',
|
|
399
|
-
'from',
|
|
400
|
-
'to',
|
|
401
|
-
'time',
|
|
402
|
-
'showTimeReference',
|
|
403
|
-
'timeReference',
|
|
404
|
-
'i18nDone',
|
|
405
|
-
'i18nTime',
|
|
406
|
-
'weekStartIndex',
|
|
407
|
-
'locale',
|
|
408
|
-
'showWeekNumbers',
|
|
409
|
-
'timeChange',
|
|
410
|
-
'dateChange',
|
|
411
|
-
'dateSelect'
|
|
412
|
-
], [
|
|
413
|
-
'timeChange',
|
|
414
|
-
'dateChange',
|
|
415
|
-
'dateSelect'
|
|
416
|
-
]);
|
|
417
|
-
const IxDivider = defineContainer('ix-divider', defineCustomElement$q);
|
|
418
|
-
const IxDrawer = defineContainer('ix-drawer', defineCustomElement$r, [
|
|
419
|
-
'show',
|
|
420
|
-
'closeOnClickOutside',
|
|
421
|
-
'fullHeight',
|
|
422
|
-
'minWidth',
|
|
423
|
-
'maxWidth',
|
|
424
|
-
'width',
|
|
425
|
-
'open',
|
|
426
|
-
'drawerClose'
|
|
427
|
-
], [
|
|
428
|
-
'open',
|
|
429
|
-
'drawerClose'
|
|
430
|
-
]);
|
|
431
|
-
const IxDropdown = defineContainer('ix-dropdown', defineCustomElement$s, [
|
|
432
|
-
'suppressAutomaticPlacement',
|
|
433
|
-
'show',
|
|
434
|
-
'trigger',
|
|
435
|
-
'anchor',
|
|
436
|
-
'closeBehavior',
|
|
437
|
-
'placement',
|
|
438
|
-
'positioningStrategy',
|
|
439
|
-
'header',
|
|
440
|
-
'offset',
|
|
441
|
-
'overwriteDropdownStyle',
|
|
442
|
-
'discoverAllSubmenus',
|
|
443
|
-
'ignoreRelatedSubmenu',
|
|
444
|
-
'suppressOverflowBehavior',
|
|
445
|
-
'showChanged'
|
|
446
|
-
], [
|
|
447
|
-
'showChanged'
|
|
448
|
-
]);
|
|
449
|
-
const IxDropdownButton = defineContainer('ix-dropdown-button', defineCustomElement$t, [
|
|
450
|
-
'variant',
|
|
451
|
-
'outline',
|
|
452
|
-
'ghost',
|
|
453
|
-
'disabled',
|
|
454
|
-
'label',
|
|
455
|
-
'icon',
|
|
456
|
-
'closeBehavior',
|
|
457
|
-
'placement'
|
|
458
|
-
]);
|
|
459
|
-
const IxDropdownHeader = defineContainer('ix-dropdown-header', defineCustomElement$u, [
|
|
460
|
-
'label'
|
|
461
|
-
]);
|
|
462
|
-
const IxDropdownItem = defineContainer('ix-dropdown-item', defineCustomElement$v, [
|
|
463
|
-
'label',
|
|
464
|
-
'icon',
|
|
465
|
-
'hover',
|
|
466
|
-
'disabled',
|
|
467
|
-
'checked',
|
|
468
|
-
'isSubMenu',
|
|
469
|
-
'suppressChecked',
|
|
470
|
-
'itemClick'
|
|
471
|
-
], [
|
|
472
|
-
'itemClick'
|
|
473
|
-
]);
|
|
474
|
-
const IxDropdownQuickActions = defineContainer('ix-dropdown-quick-actions', defineCustomElement$w);
|
|
475
|
-
const IxEmptyState = defineContainer('ix-empty-state', defineCustomElement$x, [
|
|
476
|
-
'layout',
|
|
477
|
-
'icon',
|
|
478
|
-
'header',
|
|
479
|
-
'subHeader',
|
|
480
|
-
'action',
|
|
481
|
-
'actionClick'
|
|
482
|
-
], [
|
|
483
|
-
'actionClick'
|
|
484
|
-
]);
|
|
485
|
-
const IxEventList = defineContainer('ix-event-list', defineCustomElement$y, [
|
|
486
|
-
'itemHeight',
|
|
487
|
-
'compact',
|
|
488
|
-
'animated',
|
|
489
|
-
'chevron'
|
|
490
|
-
]);
|
|
491
|
-
const IxEventListItem = defineContainer('ix-event-list-item', defineCustomElement$z, [
|
|
492
|
-
'itemColor',
|
|
493
|
-
'selected',
|
|
494
|
-
'disabled',
|
|
495
|
-
'chevron',
|
|
496
|
-
'itemClick'
|
|
497
|
-
], [
|
|
498
|
-
'itemClick'
|
|
499
|
-
]);
|
|
500
|
-
const IxExpandingSearch = defineContainer('ix-expanding-search', defineCustomElement$A, [
|
|
501
|
-
'icon',
|
|
502
|
-
'placeholder',
|
|
503
|
-
'value',
|
|
504
|
-
'fullWidth',
|
|
505
|
-
'variant',
|
|
506
|
-
'outline',
|
|
507
|
-
'ghost',
|
|
508
|
-
'valueChange'
|
|
509
|
-
], [
|
|
510
|
-
'valueChange'
|
|
511
|
-
]);
|
|
512
|
-
const IxFieldLabel = defineContainer('ix-field-label', defineCustomElement$B, [
|
|
513
|
-
'required',
|
|
514
|
-
'htmlFor',
|
|
515
|
-
'controlRef',
|
|
516
|
-
'isInvalid'
|
|
517
|
-
]);
|
|
518
|
-
const IxFilterChip = defineContainer('ix-filter-chip', defineCustomElement$C, [
|
|
519
|
-
'disabled',
|
|
520
|
-
'readonly',
|
|
521
|
-
'closeClick'
|
|
522
|
-
], [
|
|
523
|
-
'closeClick'
|
|
524
|
-
]);
|
|
525
|
-
const IxFlipTile = defineContainer('ix-flip-tile', defineCustomElement$D, [
|
|
526
|
-
'state',
|
|
527
|
-
'height',
|
|
528
|
-
'width',
|
|
529
|
-
'index',
|
|
530
|
-
'toggle'
|
|
531
|
-
], [
|
|
532
|
-
'toggle'
|
|
533
|
-
]);
|
|
534
|
-
const IxFlipTileContent = defineContainer('ix-flip-tile-content', defineCustomElement$E, [
|
|
535
|
-
'contentVisible'
|
|
536
|
-
]);
|
|
537
|
-
const IxGroup = defineContainer('ix-group', defineCustomElement$F, [
|
|
538
|
-
'suppressHeaderSelection',
|
|
539
|
-
'header',
|
|
540
|
-
'subHeader',
|
|
541
|
-
'collapsed',
|
|
542
|
-
'selected',
|
|
543
|
-
'index',
|
|
544
|
-
'expandOnHeaderClick',
|
|
545
|
-
'selectGroup',
|
|
546
|
-
'selectItem',
|
|
547
|
-
'collapsedChanged'
|
|
548
|
-
], [
|
|
549
|
-
'selectGroup',
|
|
550
|
-
'selectItem',
|
|
551
|
-
'collapsedChanged'
|
|
552
|
-
]);
|
|
553
|
-
const IxGroupContextMenu = defineContainer('ix-group-context-menu', defineCustomElement$G);
|
|
554
|
-
const IxGroupItem = defineContainer('ix-group-item', defineCustomElement$H, [
|
|
555
|
-
'icon',
|
|
556
|
-
'text',
|
|
557
|
-
'secondaryText',
|
|
558
|
-
'suppressSelection',
|
|
559
|
-
'selected',
|
|
560
|
-
'focusable',
|
|
561
|
-
'index',
|
|
562
|
-
'selectedChanged'
|
|
563
|
-
], [
|
|
564
|
-
'selectedChanged'
|
|
565
|
-
]);
|
|
566
|
-
const IxHelperText = defineContainer('ix-helper-text', defineCustomElement$I, [
|
|
567
|
-
'htmlFor',
|
|
568
|
-
'helperText',
|
|
569
|
-
'invalidText',
|
|
570
|
-
'validText',
|
|
571
|
-
'infoText',
|
|
572
|
-
'warningText'
|
|
573
|
-
]);
|
|
574
|
-
const IxIconButton = defineContainer('ix-icon-button', defineCustomElement$J, [
|
|
575
|
-
'a11yLabel',
|
|
576
|
-
'variant',
|
|
577
|
-
'outline',
|
|
578
|
-
'ghost',
|
|
579
|
-
'oval',
|
|
580
|
-
'icon',
|
|
581
|
-
'size',
|
|
582
|
-
'iconColor',
|
|
583
|
-
'disabled',
|
|
584
|
-
'type',
|
|
585
|
-
'loading'
|
|
586
|
-
]);
|
|
587
|
-
const IxIconToggleButton = defineContainer('ix-icon-toggle-button', defineCustomElement$K, [
|
|
588
|
-
'variant',
|
|
589
|
-
'outline',
|
|
590
|
-
'ghost',
|
|
591
|
-
'icon',
|
|
592
|
-
'oval',
|
|
593
|
-
'pressed',
|
|
594
|
-
'size',
|
|
595
|
-
'disabled',
|
|
596
|
-
'loading',
|
|
597
|
-
'pressedChange'
|
|
598
|
-
], [
|
|
599
|
-
'pressedChange'
|
|
600
|
-
]);
|
|
601
|
-
const IxInput = defineContainer('ix-input', defineCustomElement$L, [
|
|
602
|
-
'type',
|
|
603
|
-
'name',
|
|
604
|
-
'placeholder',
|
|
605
|
-
'value',
|
|
606
|
-
'required',
|
|
607
|
-
'disabled',
|
|
608
|
-
'readonly',
|
|
609
|
-
'helperText',
|
|
610
|
-
'infoText',
|
|
611
|
-
'showTextAsTooltip',
|
|
612
|
-
'validText',
|
|
613
|
-
'warningText',
|
|
614
|
-
'label',
|
|
615
|
-
'invalidText',
|
|
616
|
-
'pattern',
|
|
617
|
-
'maxLength',
|
|
618
|
-
'minLength',
|
|
619
|
-
'allowedCharactersPattern',
|
|
620
|
-
'valueChange',
|
|
621
|
-
'validityStateChange',
|
|
622
|
-
'ixBlur'
|
|
623
|
-
], [
|
|
624
|
-
'valueChange',
|
|
625
|
-
'validityStateChange',
|
|
626
|
-
'ixBlur'
|
|
627
|
-
], 'value', 'valueChange');
|
|
628
|
-
const IxInputGroup = defineContainer('ix-input-group', defineCustomElement$M);
|
|
629
|
-
const IxKeyValue = defineContainer('ix-key-value', defineCustomElement$N, [
|
|
630
|
-
'icon',
|
|
631
|
-
'label',
|
|
632
|
-
'labelPosition',
|
|
633
|
-
'value'
|
|
634
|
-
]);
|
|
635
|
-
const IxKeyValueList = defineContainer('ix-key-value-list', defineCustomElement$O, [
|
|
636
|
-
'striped'
|
|
637
|
-
]);
|
|
638
|
-
const IxKpi = defineContainer('ix-kpi', defineCustomElement$P, [
|
|
639
|
-
'label',
|
|
640
|
-
'value',
|
|
641
|
-
'unit',
|
|
642
|
-
'state',
|
|
643
|
-
'orientation'
|
|
644
|
-
]);
|
|
645
|
-
const IxLayoutAuto = defineContainer('ix-layout-auto', defineCustomElement$Q, [
|
|
646
|
-
'layout'
|
|
647
|
-
]);
|
|
648
|
-
const IxLayoutGrid = defineContainer('ix-layout-grid', defineCustomElement$R, [
|
|
649
|
-
'noMargin',
|
|
650
|
-
'gap',
|
|
651
|
-
'columns'
|
|
652
|
-
]);
|
|
653
|
-
const IxLinkButton = defineContainer('ix-link-button', defineCustomElement$S, [
|
|
654
|
-
'disabled',
|
|
655
|
-
'url',
|
|
656
|
-
'target'
|
|
657
|
-
]);
|
|
658
|
-
const IxMapNavigation = defineContainer('ix-map-navigation', defineCustomElement$T, [
|
|
659
|
-
'applicationName',
|
|
660
|
-
'navigationTitle',
|
|
661
|
-
'hideContextMenu',
|
|
662
|
-
'navigationToggled',
|
|
663
|
-
'contextMenuClick'
|
|
664
|
-
], [
|
|
665
|
-
'navigationToggled',
|
|
666
|
-
'contextMenuClick'
|
|
667
|
-
]);
|
|
668
|
-
const IxMapNavigationOverlay = defineContainer('ix-map-navigation-overlay', defineCustomElement$U, [
|
|
669
|
-
'name',
|
|
670
|
-
'icon',
|
|
671
|
-
'color',
|
|
672
|
-
'iconColor',
|
|
673
|
-
'closeClick'
|
|
674
|
-
], [
|
|
675
|
-
'closeClick'
|
|
676
|
-
]);
|
|
677
|
-
const IxMenu = defineContainer('ix-menu', defineCustomElement$V, [
|
|
678
|
-
'showSettings',
|
|
679
|
-
'showAbout',
|
|
680
|
-
'enableToggleTheme',
|
|
681
|
-
'enableSettings',
|
|
682
|
-
'enableMapExpand',
|
|
683
|
-
'applicationName',
|
|
684
|
-
'applicationDescription',
|
|
685
|
-
'i18nExpandSidebar',
|
|
686
|
-
'expand',
|
|
687
|
-
'startExpanded',
|
|
688
|
-
'pinned',
|
|
689
|
-
'i18nLegal',
|
|
690
|
-
'i18nSettings',
|
|
691
|
-
'i18nToggleTheme',
|
|
692
|
-
'i18nExpand',
|
|
693
|
-
'i18nCollapse',
|
|
694
|
-
'expandChange',
|
|
695
|
-
'mapExpandChange',
|
|
696
|
-
'openAppSwitch',
|
|
697
|
-
'openSettings',
|
|
698
|
-
'openAbout'
|
|
699
|
-
], [
|
|
700
|
-
'expandChange',
|
|
701
|
-
'mapExpandChange',
|
|
702
|
-
'openAppSwitch',
|
|
703
|
-
'openSettings',
|
|
704
|
-
'openAbout'
|
|
705
|
-
]);
|
|
706
|
-
const IxMenuAbout = defineContainer('ix-menu-about', defineCustomElement$W, [
|
|
707
|
-
'activeTabLabel',
|
|
708
|
-
'label',
|
|
709
|
-
'show',
|
|
710
|
-
'tabChange',
|
|
711
|
-
'close'
|
|
712
|
-
], [
|
|
713
|
-
'tabChange',
|
|
714
|
-
'close'
|
|
715
|
-
]);
|
|
716
|
-
const IxMenuAboutItem = defineContainer('ix-menu-about-item', defineCustomElement$X, [
|
|
717
|
-
'label',
|
|
718
|
-
'labelChange'
|
|
719
|
-
], [
|
|
720
|
-
'labelChange'
|
|
721
|
-
]);
|
|
722
|
-
const IxMenuAboutNews = defineContainer('ix-menu-about-news', defineCustomElement$Y, [
|
|
723
|
-
'show',
|
|
724
|
-
'label',
|
|
725
|
-
'i18nShowMore',
|
|
726
|
-
'aboutItemLabel',
|
|
727
|
-
'offsetBottom',
|
|
728
|
-
'expanded',
|
|
729
|
-
'showMore',
|
|
730
|
-
'closePopover'
|
|
731
|
-
], [
|
|
732
|
-
'showMore',
|
|
733
|
-
'closePopover'
|
|
734
|
-
]);
|
|
735
|
-
const IxMenuAvatar = defineContainer('ix-menu-avatar', defineCustomElement$Z, [
|
|
736
|
-
'top',
|
|
737
|
-
'bottom',
|
|
738
|
-
'image',
|
|
739
|
-
'initials',
|
|
740
|
-
'i18nLogout',
|
|
741
|
-
'showLogoutButton',
|
|
742
|
-
'logoutClick'
|
|
743
|
-
], [
|
|
744
|
-
'logoutClick'
|
|
745
|
-
]);
|
|
746
|
-
const IxMenuAvatarItem = defineContainer('ix-menu-avatar-item', defineCustomElement$_, [
|
|
747
|
-
'icon',
|
|
748
|
-
'label',
|
|
749
|
-
'itemClick'
|
|
750
|
-
], [
|
|
751
|
-
'itemClick'
|
|
752
|
-
]);
|
|
753
|
-
const IxMenuCategory = defineContainer('ix-menu-category', defineCustomElement$$, [
|
|
754
|
-
'label',
|
|
755
|
-
'icon',
|
|
756
|
-
'notifications',
|
|
757
|
-
'closeOtherCategories'
|
|
758
|
-
], [
|
|
759
|
-
'closeOtherCategories'
|
|
760
|
-
]);
|
|
761
|
-
const IxMenuItem = defineContainer('ix-menu-item', defineCustomElement$10, [
|
|
762
|
-
'label',
|
|
763
|
-
'home',
|
|
764
|
-
'bottom',
|
|
765
|
-
'icon',
|
|
766
|
-
'notifications',
|
|
767
|
-
'active',
|
|
768
|
-
'disabled',
|
|
769
|
-
'isCategory'
|
|
770
|
-
]);
|
|
771
|
-
const IxMenuSettings = defineContainer('ix-menu-settings', defineCustomElement$11, [
|
|
772
|
-
'activeTabLabel',
|
|
773
|
-
'label',
|
|
774
|
-
'show',
|
|
775
|
-
'tabChange',
|
|
776
|
-
'close'
|
|
777
|
-
], [
|
|
778
|
-
'tabChange',
|
|
779
|
-
'close'
|
|
780
|
-
]);
|
|
781
|
-
const IxMenuSettingsItem = defineContainer('ix-menu-settings-item', defineCustomElement$12, [
|
|
782
|
-
'label',
|
|
783
|
-
'labelChange'
|
|
784
|
-
], [
|
|
785
|
-
'labelChange'
|
|
786
|
-
]);
|
|
787
|
-
const IxMessageBar = defineContainer('ix-message-bar', defineCustomElement$13, [
|
|
788
|
-
'type',
|
|
789
|
-
'dismissible',
|
|
790
|
-
'closedChange',
|
|
791
|
-
'closeAnimationCompleted'
|
|
792
|
-
], [
|
|
793
|
-
'closedChange',
|
|
794
|
-
'closeAnimationCompleted'
|
|
795
|
-
]);
|
|
796
|
-
const IxModal = defineContainer('ix-modal', defineCustomElement$14, [
|
|
797
|
-
'size',
|
|
798
|
-
'animation',
|
|
799
|
-
'backdrop',
|
|
800
|
-
'closeOnBackdropClick',
|
|
801
|
-
'beforeDismiss',
|
|
802
|
-
'centered',
|
|
803
|
-
'closeOnEscape',
|
|
804
|
-
'dialogClose',
|
|
805
|
-
'dialogDismiss'
|
|
806
|
-
], [
|
|
807
|
-
'dialogClose',
|
|
808
|
-
'dialogDismiss'
|
|
809
|
-
]);
|
|
810
|
-
const IxModalContent = defineContainer('ix-modal-content', defineCustomElement$15);
|
|
811
|
-
const IxModalFooter = defineContainer('ix-modal-footer', defineCustomElement$16);
|
|
812
|
-
const IxModalHeader = defineContainer('ix-modal-header', defineCustomElement$17, [
|
|
813
|
-
'hideClose',
|
|
814
|
-
'icon',
|
|
815
|
-
'iconColor',
|
|
816
|
-
'closeClick'
|
|
817
|
-
], [
|
|
818
|
-
'closeClick'
|
|
819
|
-
]);
|
|
820
|
-
const IxNumberInput = defineContainer('ix-number-input', defineCustomElement$18, [
|
|
821
|
-
'name',
|
|
822
|
-
'placeholder',
|
|
823
|
-
'value',
|
|
824
|
-
'required',
|
|
825
|
-
'disabled',
|
|
826
|
-
'readonly',
|
|
827
|
-
'helperText',
|
|
828
|
-
'infoText',
|
|
829
|
-
'showTextAsTooltip',
|
|
830
|
-
'validText',
|
|
831
|
-
'warningText',
|
|
832
|
-
'label',
|
|
833
|
-
'invalidText',
|
|
834
|
-
'pattern',
|
|
835
|
-
'min',
|
|
836
|
-
'max',
|
|
837
|
-
'allowedCharactersPattern',
|
|
838
|
-
'showStepperButtons',
|
|
839
|
-
'step',
|
|
840
|
-
'valueChange',
|
|
841
|
-
'validityStateChange',
|
|
842
|
-
'ixBlur'
|
|
843
|
-
], [
|
|
844
|
-
'valueChange',
|
|
845
|
-
'validityStateChange',
|
|
846
|
-
'ixBlur'
|
|
847
|
-
], 'value', 'valueChange');
|
|
848
|
-
const IxPagination = defineContainer('ix-pagination', defineCustomElement$19, [
|
|
849
|
-
'advanced',
|
|
850
|
-
'itemCount',
|
|
851
|
-
'showItemCount',
|
|
852
|
-
'count',
|
|
853
|
-
'selectedPage',
|
|
854
|
-
'i18nPage',
|
|
855
|
-
'i18nOf',
|
|
856
|
-
'i18nItems',
|
|
857
|
-
'pageSelected',
|
|
858
|
-
'itemCountChanged'
|
|
859
|
-
], [
|
|
860
|
-
'pageSelected',
|
|
861
|
-
'itemCountChanged'
|
|
862
|
-
]);
|
|
863
|
-
const IxPane = defineContainer('ix-pane', defineCustomElement$1a, [
|
|
864
|
-
'heading',
|
|
865
|
-
'variant',
|
|
866
|
-
'hideOnCollapse',
|
|
867
|
-
'size',
|
|
868
|
-
'borderless',
|
|
869
|
-
'expanded',
|
|
870
|
-
'composition',
|
|
871
|
-
'icon',
|
|
872
|
-
'ignoreLayoutSettings',
|
|
873
|
-
'isMobile',
|
|
874
|
-
'expandedChanged',
|
|
875
|
-
'variantChanged',
|
|
876
|
-
'borderlessChanged',
|
|
877
|
-
'hideOnCollapseChanged',
|
|
878
|
-
'slotChanged'
|
|
879
|
-
], [
|
|
880
|
-
'expandedChanged',
|
|
881
|
-
'variantChanged',
|
|
882
|
-
'borderlessChanged',
|
|
883
|
-
'hideOnCollapseChanged',
|
|
884
|
-
'slotChanged'
|
|
885
|
-
]);
|
|
886
|
-
const IxPaneLayout = defineContainer('ix-pane-layout', defineCustomElement$1b, [
|
|
887
|
-
'layout',
|
|
888
|
-
'variant',
|
|
889
|
-
'borderless'
|
|
890
|
-
]);
|
|
891
|
-
const IxPill = defineContainer('ix-pill', defineCustomElement$1c, [
|
|
892
|
-
'variant',
|
|
893
|
-
'outline',
|
|
894
|
-
'icon',
|
|
895
|
-
'background',
|
|
896
|
-
'pillColor',
|
|
897
|
-
'alignLeft',
|
|
898
|
-
'tooltipText'
|
|
899
|
-
]);
|
|
900
|
-
const IxPushCard = defineContainer('ix-push-card', defineCustomElement$1d, [
|
|
901
|
-
'icon',
|
|
902
|
-
'notification',
|
|
903
|
-
'heading',
|
|
904
|
-
'subheading',
|
|
905
|
-
'variant',
|
|
906
|
-
'collapse'
|
|
907
|
-
]);
|
|
908
|
-
const IxRadio = defineContainer('ix-radio', defineCustomElement$1e, [
|
|
909
|
-
'name',
|
|
910
|
-
'value',
|
|
911
|
-
'label',
|
|
912
|
-
'disabled',
|
|
913
|
-
'checked',
|
|
914
|
-
'required',
|
|
915
|
-
'checkedChange',
|
|
916
|
-
'valueChange',
|
|
917
|
-
'ixBlur'
|
|
918
|
-
], [
|
|
919
|
-
'checkedChange',
|
|
920
|
-
'valueChange',
|
|
921
|
-
'ixBlur'
|
|
922
|
-
]);
|
|
923
|
-
const IxRadioGroup = defineContainer('ix-radio-group', defineCustomElement$1f, [
|
|
924
|
-
'helperText',
|
|
925
|
-
'label',
|
|
926
|
-
'value',
|
|
927
|
-
'invalidText',
|
|
928
|
-
'infoText',
|
|
929
|
-
'warningText',
|
|
930
|
-
'validText',
|
|
931
|
-
'showTextAsTooltip',
|
|
932
|
-
'direction',
|
|
933
|
-
'required',
|
|
934
|
-
'valueChange'
|
|
935
|
-
], [
|
|
936
|
-
'valueChange'
|
|
937
|
-
]);
|
|
938
|
-
const IxRow = defineContainer('ix-row', defineCustomElement$1g);
|
|
939
|
-
const IxSelect = defineContainer('ix-select', defineCustomElement$1h, [
|
|
940
|
-
'name',
|
|
941
|
-
'required',
|
|
942
|
-
'label',
|
|
943
|
-
'warningText',
|
|
944
|
-
'infoText',
|
|
945
|
-
'invalidText',
|
|
946
|
-
'validText',
|
|
947
|
-
'helperText',
|
|
948
|
-
'showTextAsTooltip',
|
|
949
|
-
'value',
|
|
950
|
-
'allowClear',
|
|
951
|
-
'mode',
|
|
952
|
-
'editable',
|
|
953
|
-
'disabled',
|
|
954
|
-
'readonly',
|
|
955
|
-
'i18nPlaceholder',
|
|
956
|
-
'i18nPlaceholderEditable',
|
|
957
|
-
'i18nSelectListHeader',
|
|
958
|
-
'i18nNoMatches',
|
|
959
|
-
'hideListHeader',
|
|
960
|
-
'dropdownWidth',
|
|
961
|
-
'dropdownMaxWidth',
|
|
962
|
-
'valueChange',
|
|
963
|
-
'inputChange',
|
|
964
|
-
'addItem',
|
|
965
|
-
'ixBlur'
|
|
966
|
-
], [
|
|
967
|
-
'valueChange',
|
|
968
|
-
'inputChange',
|
|
969
|
-
'addItem',
|
|
970
|
-
'ixBlur'
|
|
971
|
-
], 'value', 'valueChange');
|
|
972
|
-
const IxSelectItem = defineContainer('ix-select-item', defineCustomElement$1i, [
|
|
973
|
-
'label',
|
|
974
|
-
'value',
|
|
975
|
-
'selected',
|
|
976
|
-
'hover',
|
|
977
|
-
'itemClick'
|
|
978
|
-
], [
|
|
979
|
-
'itemClick'
|
|
980
|
-
]);
|
|
981
|
-
const IxSlider = defineContainer('ix-slider', defineCustomElement$1j, [
|
|
982
|
-
'step',
|
|
983
|
-
'min',
|
|
984
|
-
'max',
|
|
985
|
-
'value',
|
|
986
|
-
'marker',
|
|
987
|
-
'trace',
|
|
988
|
-
'traceReference',
|
|
989
|
-
'disabled',
|
|
990
|
-
'error',
|
|
991
|
-
'valueChange'
|
|
992
|
-
], [
|
|
993
|
-
'valueChange'
|
|
994
|
-
]);
|
|
995
|
-
const IxSpinner = defineContainer('ix-spinner', defineCustomElement$1k, [
|
|
996
|
-
'variant',
|
|
997
|
-
'size',
|
|
998
|
-
'hideTrack'
|
|
999
|
-
]);
|
|
1000
|
-
const IxSplitButton = defineContainer('ix-split-button', defineCustomElement$1l, [
|
|
1001
|
-
'variant',
|
|
1002
|
-
'closeBehavior',
|
|
1003
|
-
'outline',
|
|
1004
|
-
'ghost',
|
|
1005
|
-
'label',
|
|
1006
|
-
'icon',
|
|
1007
|
-
'splitIcon',
|
|
1008
|
-
'disabled',
|
|
1009
|
-
'placement',
|
|
1010
|
-
'buttonClick'
|
|
1011
|
-
], [
|
|
1012
|
-
'buttonClick'
|
|
1013
|
-
]);
|
|
1014
|
-
const IxTabItem = defineContainer('ix-tab-item', defineCustomElement$1m, [
|
|
1015
|
-
'selected',
|
|
1016
|
-
'disabled',
|
|
1017
|
-
'small',
|
|
1018
|
-
'icon',
|
|
1019
|
-
'rounded',
|
|
1020
|
-
'counter',
|
|
1021
|
-
'layout',
|
|
1022
|
-
'placement',
|
|
1023
|
-
'tabClick'
|
|
1024
|
-
], [
|
|
1025
|
-
'tabClick'
|
|
1026
|
-
]);
|
|
1027
|
-
const IxTabs = defineContainer('ix-tabs', defineCustomElement$1n, [
|
|
1028
|
-
'small',
|
|
1029
|
-
'rounded',
|
|
1030
|
-
'selected',
|
|
1031
|
-
'layout',
|
|
1032
|
-
'placement',
|
|
1033
|
-
'selectedChange'
|
|
1034
|
-
], [
|
|
1035
|
-
'selectedChange'
|
|
1036
|
-
]);
|
|
1037
|
-
const IxTextarea = defineContainer('ix-textarea', defineCustomElement$1o, [
|
|
1038
|
-
'name',
|
|
1039
|
-
'placeholder',
|
|
1040
|
-
'value',
|
|
1041
|
-
'required',
|
|
1042
|
-
'disabled',
|
|
1043
|
-
'readonly',
|
|
1044
|
-
'helperText',
|
|
1045
|
-
'infoText',
|
|
1046
|
-
'showTextAsTooltip',
|
|
1047
|
-
'validText',
|
|
1048
|
-
'warningText',
|
|
1049
|
-
'label',
|
|
1050
|
-
'invalidText',
|
|
1051
|
-
'textareaHeight',
|
|
1052
|
-
'textareaWidth',
|
|
1053
|
-
'textareaRows',
|
|
1054
|
-
'textareaCols',
|
|
1055
|
-
'resizeBehavior',
|
|
1056
|
-
'maxLength',
|
|
1057
|
-
'minLength',
|
|
1058
|
-
'valueChange',
|
|
1059
|
-
'validityStateChange',
|
|
1060
|
-
'ixBlur'
|
|
1061
|
-
], [
|
|
1062
|
-
'valueChange',
|
|
1063
|
-
'validityStateChange',
|
|
1064
|
-
'ixBlur'
|
|
1065
|
-
], 'value', 'valueChange');
|
|
1066
|
-
const IxTile = defineContainer('ix-tile', defineCustomElement$1p, [
|
|
1067
|
-
'size'
|
|
1068
|
-
]);
|
|
1069
|
-
const IxTimePicker = defineContainer('ix-time-picker', defineCustomElement$1q, [
|
|
1070
|
-
'format',
|
|
1071
|
-
'corners',
|
|
1072
|
-
'standaloneAppearance',
|
|
1073
|
-
'showHour',
|
|
1074
|
-
'showMinutes',
|
|
1075
|
-
'showSeconds',
|
|
1076
|
-
'time',
|
|
1077
|
-
'timeReference',
|
|
1078
|
-
'textSelectTime',
|
|
1079
|
-
'textTime',
|
|
1080
|
-
'timeSelect',
|
|
1081
|
-
'timeChange'
|
|
1082
|
-
], [
|
|
1083
|
-
'timeSelect',
|
|
1084
|
-
'timeChange'
|
|
1085
|
-
]);
|
|
1086
|
-
const IxToast = defineContainer('ix-toast', defineCustomElement$1r, [
|
|
1087
|
-
'type',
|
|
1088
|
-
'toastTitle',
|
|
1089
|
-
'autoCloseDelay',
|
|
1090
|
-
'autoClose',
|
|
1091
|
-
'icon',
|
|
1092
|
-
'iconColor',
|
|
1093
|
-
'closeToast'
|
|
1094
|
-
], [
|
|
1095
|
-
'closeToast'
|
|
1096
|
-
]);
|
|
1097
|
-
const IxToastContainer = defineContainer('ix-toast-container', defineCustomElement$1s, [
|
|
1098
|
-
'containerId',
|
|
1099
|
-
'containerClass',
|
|
1100
|
-
'position'
|
|
1101
|
-
]);
|
|
1102
|
-
const IxToggle = defineContainer('ix-toggle', defineCustomElement$1t, [
|
|
1103
|
-
'name',
|
|
1104
|
-
'value',
|
|
1105
|
-
'checked',
|
|
1106
|
-
'disabled',
|
|
1107
|
-
'indeterminate',
|
|
1108
|
-
'textOn',
|
|
1109
|
-
'textOff',
|
|
1110
|
-
'textIndeterminate',
|
|
1111
|
-
'hideText',
|
|
1112
|
-
'required',
|
|
1113
|
-
'checkedChange',
|
|
1114
|
-
'valueChange',
|
|
1115
|
-
'ixBlur'
|
|
1116
|
-
], [
|
|
1117
|
-
'checkedChange',
|
|
1118
|
-
'valueChange',
|
|
1119
|
-
'ixBlur'
|
|
1120
|
-
]);
|
|
1121
|
-
const IxToggleButton = defineContainer('ix-toggle-button', defineCustomElement$1u, [
|
|
1122
|
-
'variant',
|
|
1123
|
-
'outline',
|
|
1124
|
-
'ghost',
|
|
1125
|
-
'disabled',
|
|
1126
|
-
'loading',
|
|
1127
|
-
'icon',
|
|
1128
|
-
'pressed',
|
|
1129
|
-
'pressedChange'
|
|
1130
|
-
], [
|
|
1131
|
-
'pressedChange'
|
|
1132
|
-
]);
|
|
1133
|
-
const IxTooltip = defineContainer('ix-tooltip', defineCustomElement$1v, [
|
|
1134
|
-
'for',
|
|
1135
|
-
'titleContent',
|
|
1136
|
-
'interactive',
|
|
1137
|
-
'placement',
|
|
1138
|
-
'showDelay',
|
|
1139
|
-
'hideDelay',
|
|
1140
|
-
'animationFrame'
|
|
1141
|
-
]);
|
|
1142
|
-
const IxTree = defineContainer('ix-tree', defineCustomElement$1w, [
|
|
1143
|
-
'root',
|
|
1144
|
-
'model',
|
|
1145
|
-
'renderItem',
|
|
1146
|
-
'context',
|
|
1147
|
-
'toggleOnItemClick',
|
|
1148
|
-
'contextChange',
|
|
1149
|
-
'nodeToggled',
|
|
1150
|
-
'nodeClicked',
|
|
1151
|
-
'nodeRemoved'
|
|
1152
|
-
], [
|
|
1153
|
-
'contextChange',
|
|
1154
|
-
'nodeToggled',
|
|
1155
|
-
'nodeClicked',
|
|
1156
|
-
'nodeRemoved'
|
|
1157
|
-
]);
|
|
1158
|
-
const IxTreeItem = defineContainer('ix-tree-item', defineCustomElement$1x, [
|
|
1159
|
-
'text',
|
|
1160
|
-
'hasChildren',
|
|
1161
|
-
'context',
|
|
1162
|
-
'toggle',
|
|
1163
|
-
'itemClick'
|
|
1164
|
-
], [
|
|
1165
|
-
'toggle',
|
|
1166
|
-
'itemClick'
|
|
1167
|
-
]);
|
|
1168
|
-
const IxTypography = defineContainer('ix-typography', defineCustomElement$1y, [
|
|
1169
|
-
'format',
|
|
1170
|
-
'textColor',
|
|
1171
|
-
'bold',
|
|
1172
|
-
'textDecoration'
|
|
1173
|
-
]);
|
|
1174
|
-
const IxUpload = defineContainer('ix-upload', defineCustomElement$1z, [
|
|
1175
|
-
'accept',
|
|
1176
|
-
'multiple',
|
|
1177
|
-
'multiline',
|
|
1178
|
-
'disabled',
|
|
1179
|
-
'state',
|
|
1180
|
-
'selectFileText',
|
|
1181
|
-
'loadingText',
|
|
1182
|
-
'uploadFailedText',
|
|
1183
|
-
'uploadSuccessText',
|
|
1184
|
-
'i18nUploadFile',
|
|
1185
|
-
'i18nUploadDisabled',
|
|
1186
|
-
'filesChanged'
|
|
1187
|
-
], [
|
|
1188
|
-
'filesChanged'
|
|
1189
|
-
]);
|
|
1190
|
-
const IxValidationTooltip = defineContainer('ix-validation-tooltip', defineCustomElement$1A, [
|
|
1191
|
-
'message',
|
|
1192
|
-
'placement',
|
|
1193
|
-
'suppressAutomaticPlacement'
|
|
1194
|
-
]);
|
|
1195
|
-
const IxWorkflowStep = defineContainer('ix-workflow-step', defineCustomElement$1B, [
|
|
1196
|
-
'vertical',
|
|
1197
|
-
'disabled',
|
|
1198
|
-
'status',
|
|
1199
|
-
'clickable',
|
|
1200
|
-
'selected',
|
|
1201
|
-
'position',
|
|
1202
|
-
'selectedChanged'
|
|
1203
|
-
], [
|
|
1204
|
-
'selectedChanged'
|
|
1205
|
-
]);
|
|
1206
|
-
const IxWorkflowSteps = defineContainer('ix-workflow-steps', defineCustomElement$1C, [
|
|
1207
|
-
'vertical',
|
|
1208
|
-
'clickable',
|
|
1209
|
-
'selectedIndex',
|
|
1210
|
-
'stepSelected'
|
|
1211
|
-
], [
|
|
1212
|
-
'stepSelected'
|
|
1213
|
-
]);
|
|
1214
|
-
|
|
1215
|
-
defineCustomElement$1D();
|
|
1216
|
-
defineCustomElement$1E();
|
|
1217
|
-
defineCustomElement$1F();
|
|
1218
|
-
defineCustomElement$1G();
|
|
1219
|
-
defineCustomElement$1H();
|
|
1220
|
-
defineCustomElement$B();
|
|
1221
|
-
|
|
1222
|
-
const IxIcon = defineContainer('ix-icon', defineCustomElement$1I, [
|
|
1223
|
-
'size',
|
|
1224
|
-
'color',
|
|
1225
|
-
'name',
|
|
1226
|
-
]);
|
|
1227
|
-
|
|
1228
|
-
function toKebabCase(name) {
|
|
1229
|
-
const kebabCase = name.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, '$1-$2');
|
|
1230
|
-
return kebabCase.toLowerCase();
|
|
1231
|
-
}
|
|
1232
|
-
const ixPlugin = {
|
|
1233
|
-
async install() {
|
|
1234
|
-
handlePlatformHelpers({
|
|
1235
|
-
ael(el, name, cb, opts) {
|
|
1236
|
-
el.addEventListener(toKebabCase(name), cb, opts);
|
|
1237
|
-
},
|
|
1238
|
-
rel(el, name, cb, opts) {
|
|
1239
|
-
el.removeEventListener(toKebabCase(name), cb, opts);
|
|
1240
|
-
},
|
|
1241
|
-
ce(name, opts) {
|
|
1242
|
-
return new CustomEvent(toKebabCase(name), opts);
|
|
1243
|
-
},
|
|
1244
|
-
});
|
|
1245
|
-
},
|
|
1
|
+
import { IxActionCard as e, IxApplication as o, IxApplicationHeader as a, IxAvatar as r, IxBasicNavigation as n, IxBlind as i, IxBreadcrumb as p, IxBreadcrumbItem as u, IxButton as l, IxCard as d, IxCardAccordion as m, IxCardContent as s, IxCardList as T, IxCardTitle as c, IxCategoryFilter as C, IxCheckbox as M, IxCheckboxGroup as g, IxChip as A, IxCol as D, IxContent as f, IxContentHeader as w, IxCustomField as B, IxDateDropdown as P, IxDateInput as y, IxDatePicker as b, IxDatetimePicker as v, IxDivider as L, IxDrawer as S, IxDropdown as h, IxDropdownButton as k, IxDropdownHeader as F, IxDropdownItem as G, IxDropdownQuickActions as R, IxEmptyState as E, IxEventList as H, IxEventListItem as N, IxExpandingSearch as O, IxFieldLabel as _, IxFilterChip as K, IxFlipTile as V, IxFlipTileContent as U, IxGroup as W, IxGroupContextMenu as Q, IxGroupItem as j, IxHelperText as q, IxIconButton as z, IxIconToggleButton as J, IxInput as X, IxInputGroup as Y, IxKeyValue as Z, IxKeyValueList as $, IxKpi as II, IxLayoutAuto as xI, IxLayoutGrid as tI, IxLinkButton as eI, IxMapNavigation as oI, IxMapNavigationOverlay as aI, IxMenu as rI, IxMenuAbout as nI, IxMenuAboutItem as iI, IxMenuAboutNews as pI, IxMenuAvatar as uI, IxMenuAvatarItem as lI, IxMenuCategory as dI, IxMenuItem as mI, IxMenuSettings as sI, IxMenuSettingsItem as TI, IxMessageBar as cI, IxModal as CI, IxModalContent as MI, IxModalFooter as gI, IxModalHeader as AI, IxNumberInput as DI, IxPagination as fI, IxPane as wI, IxPaneLayout as BI, IxPill as PI, IxProgressIndicator as yI, IxPushCard as bI, IxRadio as vI, IxRadioGroup as LI, IxRow as SI, IxSelect as hI, IxSelectItem as kI, IxSlider as FI, IxSpinner as GI, IxSplitButton as RI, IxTabItem as EI, IxTabs as HI, IxTextarea as NI, IxTile as OI, IxTimeInput as _I, IxTimePicker as KI, IxToast as VI, IxToastContainer as UI, IxToggle as WI, IxToggleButton as QI, IxTooltip as jI, IxTree as qI, IxTreeItem as zI, IxTypography as JI, IxUpload as XI, IxValidationTooltip as YI, IxWorkflowStep as ZI, IxWorkflowSteps as $I } from "./components.js";
|
|
2
|
+
import { default as xx } from "./context/IxApplicationContext.vue.js";
|
|
3
|
+
import "./internal-components.js";
|
|
4
|
+
import { IxIcon as ex } from "./ix-icon.js";
|
|
5
|
+
import { showModal as ax } from "./modal/index.js";
|
|
6
|
+
import { ixPlugin as nx } from "./plugin.js";
|
|
7
|
+
import { setToastPosition as px, showToast as ux } from "./toast/toast.js";
|
|
8
|
+
import { default as dx } from "./modal/Modal.vue.js";
|
|
9
|
+
import { default as sx } from "./modal/IxOverlay.vue.js";
|
|
10
|
+
import { DATA_PORTAL_ID_ATTRIBUTE as cx, PORTAL_ID as Cx } from "./modal/constants.js";
|
|
11
|
+
export {
|
|
12
|
+
cx as DATA_PORTAL_ID_ATTRIBUTE,
|
|
13
|
+
e as IxActionCard,
|
|
14
|
+
o as IxApplication,
|
|
15
|
+
xx as IxApplicationContext,
|
|
16
|
+
a as IxApplicationHeader,
|
|
17
|
+
r as IxAvatar,
|
|
18
|
+
n as IxBasicNavigation,
|
|
19
|
+
i as IxBlind,
|
|
20
|
+
p as IxBreadcrumb,
|
|
21
|
+
u as IxBreadcrumbItem,
|
|
22
|
+
l as IxButton,
|
|
23
|
+
d as IxCard,
|
|
24
|
+
m as IxCardAccordion,
|
|
25
|
+
s as IxCardContent,
|
|
26
|
+
T as IxCardList,
|
|
27
|
+
c as IxCardTitle,
|
|
28
|
+
C as IxCategoryFilter,
|
|
29
|
+
M as IxCheckbox,
|
|
30
|
+
g as IxCheckboxGroup,
|
|
31
|
+
A as IxChip,
|
|
32
|
+
D as IxCol,
|
|
33
|
+
f as IxContent,
|
|
34
|
+
w as IxContentHeader,
|
|
35
|
+
B as IxCustomField,
|
|
36
|
+
P as IxDateDropdown,
|
|
37
|
+
y as IxDateInput,
|
|
38
|
+
b as IxDatePicker,
|
|
39
|
+
v as IxDatetimePicker,
|
|
40
|
+
L as IxDivider,
|
|
41
|
+
S as IxDrawer,
|
|
42
|
+
h as IxDropdown,
|
|
43
|
+
k as IxDropdownButton,
|
|
44
|
+
F as IxDropdownHeader,
|
|
45
|
+
G as IxDropdownItem,
|
|
46
|
+
R as IxDropdownQuickActions,
|
|
47
|
+
E as IxEmptyState,
|
|
48
|
+
H as IxEventList,
|
|
49
|
+
N as IxEventListItem,
|
|
50
|
+
O as IxExpandingSearch,
|
|
51
|
+
_ as IxFieldLabel,
|
|
52
|
+
K as IxFilterChip,
|
|
53
|
+
V as IxFlipTile,
|
|
54
|
+
U as IxFlipTileContent,
|
|
55
|
+
W as IxGroup,
|
|
56
|
+
Q as IxGroupContextMenu,
|
|
57
|
+
j as IxGroupItem,
|
|
58
|
+
q as IxHelperText,
|
|
59
|
+
ex as IxIcon,
|
|
60
|
+
z as IxIconButton,
|
|
61
|
+
J as IxIconToggleButton,
|
|
62
|
+
X as IxInput,
|
|
63
|
+
Y as IxInputGroup,
|
|
64
|
+
Z as IxKeyValue,
|
|
65
|
+
$ as IxKeyValueList,
|
|
66
|
+
II as IxKpi,
|
|
67
|
+
xI as IxLayoutAuto,
|
|
68
|
+
tI as IxLayoutGrid,
|
|
69
|
+
eI as IxLinkButton,
|
|
70
|
+
oI as IxMapNavigation,
|
|
71
|
+
aI as IxMapNavigationOverlay,
|
|
72
|
+
rI as IxMenu,
|
|
73
|
+
nI as IxMenuAbout,
|
|
74
|
+
iI as IxMenuAboutItem,
|
|
75
|
+
pI as IxMenuAboutNews,
|
|
76
|
+
uI as IxMenuAvatar,
|
|
77
|
+
lI as IxMenuAvatarItem,
|
|
78
|
+
dI as IxMenuCategory,
|
|
79
|
+
mI as IxMenuItem,
|
|
80
|
+
sI as IxMenuSettings,
|
|
81
|
+
TI as IxMenuSettingsItem,
|
|
82
|
+
cI as IxMessageBar,
|
|
83
|
+
CI as IxModal,
|
|
84
|
+
MI as IxModalContent,
|
|
85
|
+
gI as IxModalFooter,
|
|
86
|
+
AI as IxModalHeader,
|
|
87
|
+
DI as IxNumberInput,
|
|
88
|
+
sx as IxOverlay,
|
|
89
|
+
fI as IxPagination,
|
|
90
|
+
wI as IxPane,
|
|
91
|
+
BI as IxPaneLayout,
|
|
92
|
+
PI as IxPill,
|
|
93
|
+
yI as IxProgressIndicator,
|
|
94
|
+
bI as IxPushCard,
|
|
95
|
+
vI as IxRadio,
|
|
96
|
+
LI as IxRadioGroup,
|
|
97
|
+
SI as IxRow,
|
|
98
|
+
hI as IxSelect,
|
|
99
|
+
kI as IxSelectItem,
|
|
100
|
+
FI as IxSlider,
|
|
101
|
+
GI as IxSpinner,
|
|
102
|
+
RI as IxSplitButton,
|
|
103
|
+
EI as IxTabItem,
|
|
104
|
+
HI as IxTabs,
|
|
105
|
+
NI as IxTextarea,
|
|
106
|
+
OI as IxTile,
|
|
107
|
+
_I as IxTimeInput,
|
|
108
|
+
KI as IxTimePicker,
|
|
109
|
+
VI as IxToast,
|
|
110
|
+
UI as IxToastContainer,
|
|
111
|
+
WI as IxToggle,
|
|
112
|
+
QI as IxToggleButton,
|
|
113
|
+
jI as IxTooltip,
|
|
114
|
+
qI as IxTree,
|
|
115
|
+
zI as IxTreeItem,
|
|
116
|
+
JI as IxTypography,
|
|
117
|
+
XI as IxUpload,
|
|
118
|
+
YI as IxValidationTooltip,
|
|
119
|
+
ZI as IxWorkflowStep,
|
|
120
|
+
$I as IxWorkflowSteps,
|
|
121
|
+
dx as Modal,
|
|
122
|
+
Cx as PORTAL_ID,
|
|
123
|
+
nx as ixPlugin,
|
|
124
|
+
px as setToastPosition,
|
|
125
|
+
ax as showModal,
|
|
126
|
+
ux as showToast
|
|
1246
127
|
};
|
|
1247
|
-
|
|
1248
|
-
function setToastPosition(position) {
|
|
1249
|
-
getToastContainer().position = position;
|
|
1250
|
-
}
|
|
1251
|
-
async function showToast(config) {
|
|
1252
|
-
defineCustomElement$1I();
|
|
1253
|
-
defineCustomElement$1s();
|
|
1254
|
-
defineCustomElement$1r();
|
|
1255
|
-
if (typeof config.message === 'string') {
|
|
1256
|
-
const toastInstance = await toast(config);
|
|
1257
|
-
return toastInstance;
|
|
1258
|
-
}
|
|
1259
|
-
const toastInstance = await toast(Object.assign(Object.assign({}, config), { message: config.message.cloneNode(true) }));
|
|
1260
|
-
return toastInstance;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ixPlugin, setToastPosition, showToast };
|
|
1264
128
|
//# sourceMappingURL=index.js.map
|