@siemens/ix-react 4.4.0 → 5.0.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 +33 -19
- package/dist/{components.js → components/components.js} +108 -102
- package/dist/components/components.js.map +1 -0
- package/dist/components/components.server.js +1555 -0
- package/dist/components/components.server.js.map +1 -0
- package/dist/components.server.js +1 -1514
- package/dist/components.server.js.map +1 -1
- package/dist/delegate.js +1 -9
- package/dist/delegate.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/internal-components.js +1 -9
- package/dist/internal-components.js.map +1 -1
- package/dist/message/message.js +12 -16
- package/dist/message/message.js.map +1 -1
- package/dist/modal/index.js +15 -8
- package/dist/modal/index.js.map +1 -1
- package/dist/modal/modal.js +3 -2
- package/dist/modal/modal.js.map +1 -1
- package/dist/toast/toast.js +1 -1
- package/dist/toast/toast.js.map +1 -1
- package/dist/tree/tree.js +2 -0
- package/dist/tree/tree.js.map +1 -1
- package/dist/types/components/components.d.ts +472 -0
- package/dist/types/components/components.server.d.ts +474 -0
- package/dist/types/components.d.ts +1 -467
- package/dist/types/components.server.d.ts +1 -465
- package/dist/types/delegate.d.ts +1 -1
- package/dist/types/message/message.d.ts +1 -27
- package/dist/types/modal/index.d.ts +2 -4
- package/dist/types/modal/modal.d.ts +4 -3
- package/dist/types/tabs/index.d.ts +3 -0
- package/dist/types/tabs/internal-tab-panel.d.ts +6 -0
- package/dist/types/tabs/internal-tab-set.d.ts +6 -0
- package/dist/types/tabs/tab-set.d.ts +7 -0
- package/dist/types/toast/toast.d.ts +1 -1
- package/dist/types/tree/tree.d.ts +2 -2
- package/package.json +6 -6
- package/dist/components.js.map +0 -1
- package/dist/types/components/IxApplicationHeader.d.ts +0 -12
- package/dist/types/components/IxDateInput.d.ts +0 -13
- package/dist/types/components/IxFlipTile.d.ts +0 -11
- package/dist/types/components/IxMenu.d.ts +0 -15
- package/dist/types/components/IxMenuAbout.d.ts +0 -13
- package/dist/types/components/IxMenuSettings.d.ts +0 -13
- package/dist/types/components/IxMessageBar.d.ts +0 -12
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
2
4
|
import { defineCustomElement as defineCustomElement$1, IxActionCard as IxActionCard$1 } from '@siemens/ix/components/ix-action-card.js';
|
|
3
5
|
import { defineCustomElement as defineCustomElement$3, IxApplicationHeader as IxApplicationHeader$1 } from '@siemens/ix/components/ix-application-header.js';
|
|
4
6
|
import { defineCustomElement as defineCustomElement$2, IxApplication as IxApplication$1 } from '@siemens/ix/components/ix-application.js';
|
|
@@ -23,9 +25,9 @@ import { defineCustomElement as defineCustomElement$l, IxCustomField as IxCustom
|
|
|
23
25
|
import { defineCustomElement as defineCustomElement$m, IxDateDropdown as IxDateDropdown$1 } from '@siemens/ix/components/ix-date-dropdown.js';
|
|
24
26
|
import { defineCustomElement as defineCustomElement$n, IxDateInput as IxDateInput$1 } from '@siemens/ix/components/ix-date-input.js';
|
|
25
27
|
import { defineCustomElement as defineCustomElement$o, IxDatePicker as IxDatePicker$1 } from '@siemens/ix/components/ix-date-picker.js';
|
|
26
|
-
import { defineCustomElement as defineCustomElement$p,
|
|
27
|
-
import { defineCustomElement as defineCustomElement$q,
|
|
28
|
-
import { defineCustomElement as defineCustomElement$r,
|
|
28
|
+
import { defineCustomElement as defineCustomElement$p, IxDatetimeInput as IxDatetimeInput$1 } from '@siemens/ix/components/ix-datetime-input.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$q, IxDatetimePicker as IxDatetimePicker$1 } from '@siemens/ix/components/ix-datetime-picker.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$r, IxDivider as IxDivider$1 } from '@siemens/ix/components/ix-divider.js';
|
|
29
31
|
import { defineCustomElement as defineCustomElement$t, IxDropdownButton as IxDropdownButton$1 } from '@siemens/ix/components/ix-dropdown-button.js';
|
|
30
32
|
import { defineCustomElement as defineCustomElement$u, IxDropdownHeader as IxDropdownHeader$1 } from '@siemens/ix/components/ix-dropdown-header.js';
|
|
31
33
|
import { defineCustomElement as defineCustomElement$v, IxDropdownItem as IxDropdownItem$1 } from '@siemens/ix/components/ix-dropdown-item.js';
|
|
@@ -45,38 +47,38 @@ import { defineCustomElement as defineCustomElement$F, IxGroup as IxGroup$1 } fr
|
|
|
45
47
|
import { defineCustomElement as defineCustomElement$I, IxHelperText as IxHelperText$1 } from '@siemens/ix/components/ix-helper-text.js';
|
|
46
48
|
import { defineCustomElement as defineCustomElement$J, IxIconButton as IxIconButton$1 } from '@siemens/ix/components/ix-icon-button.js';
|
|
47
49
|
import { defineCustomElement as defineCustomElement$K, IxIconToggleButton as IxIconToggleButton$1 } from '@siemens/ix/components/ix-icon-toggle-button.js';
|
|
48
|
-
import { defineCustomElement as defineCustomElement$M, IxInputGroup as IxInputGroup$1 } from '@siemens/ix/components/ix-input-group.js';
|
|
49
50
|
import { defineCustomElement as defineCustomElement$L, IxInput as IxInput$1 } from '@siemens/ix/components/ix-input.js';
|
|
50
|
-
import { defineCustomElement as defineCustomElement$
|
|
51
|
-
import { defineCustomElement as defineCustomElement$
|
|
52
|
-
import { defineCustomElement as defineCustomElement$
|
|
53
|
-
import { defineCustomElement as defineCustomElement$
|
|
54
|
-
import { defineCustomElement as defineCustomElement$
|
|
55
|
-
import { defineCustomElement as defineCustomElement$
|
|
56
|
-
import { defineCustomElement as defineCustomElement$
|
|
57
|
-
import { defineCustomElement as defineCustomElement$
|
|
58
|
-
import { defineCustomElement as defineCustomElement$
|
|
59
|
-
import { defineCustomElement as defineCustomElement$
|
|
60
|
-
import { defineCustomElement as defineCustomElement$
|
|
61
|
-
import { defineCustomElement as defineCustomElement$
|
|
62
|
-
import { defineCustomElement as defineCustomElement$
|
|
63
|
-
import { defineCustomElement as defineCustomElement
|
|
64
|
-
import { defineCustomElement as defineCustomElement
|
|
65
|
-
import { defineCustomElement as defineCustomElement$
|
|
66
|
-
import { defineCustomElement as defineCustomElement$
|
|
67
|
-
import { defineCustomElement as defineCustomElement$
|
|
68
|
-
import { defineCustomElement as defineCustomElement$
|
|
69
|
-
import { defineCustomElement as defineCustomElement$
|
|
51
|
+
import { defineCustomElement as defineCustomElement$N, IxKeyValueList as IxKeyValueList$1 } from '@siemens/ix/components/ix-key-value-list.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$M, IxKeyValue as IxKeyValue$1 } from '@siemens/ix/components/ix-key-value.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$O, IxKpi as IxKpi$1 } from '@siemens/ix/components/ix-kpi.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$P, IxLayoutAuto as IxLayoutAuto$1 } from '@siemens/ix/components/ix-layout-auto.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$Q, IxLayoutGrid as IxLayoutGrid$1 } from '@siemens/ix/components/ix-layout-grid.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$R, IxLinkButton as IxLinkButton$1 } from '@siemens/ix/components/ix-link-button.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$U, IxMenuAboutItem as IxMenuAboutItem$1 } from '@siemens/ix/components/ix-menu-about-item.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$V, IxMenuAboutNews as IxMenuAboutNews$1 } from '@siemens/ix/components/ix-menu-about-news.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$T, IxMenuAbout as IxMenuAbout$1 } from '@siemens/ix/components/ix-menu-about.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$X, IxMenuAvatarItem as IxMenuAvatarItem$1 } from '@siemens/ix/components/ix-menu-avatar-item.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$W, IxMenuAvatar as IxMenuAvatar$1 } from '@siemens/ix/components/ix-menu-avatar.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$Y, IxMenuCategory as IxMenuCategory$1 } from '@siemens/ix/components/ix-menu-category.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$Z, IxMenuItem as IxMenuItem$1 } from '@siemens/ix/components/ix-menu-item.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$$, IxMenuSettingsItem as IxMenuSettingsItem$1 } from '@siemens/ix/components/ix-menu-settings-item.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$_, IxMenuSettings as IxMenuSettings$1 } from '@siemens/ix/components/ix-menu-settings.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$S, IxMenu as IxMenu$1 } from '@siemens/ix/components/ix-menu.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$10, IxMessageBar as IxMessageBar$1 } from '@siemens/ix/components/ix-message-bar.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$11, IxModalContent as IxModalContent$1 } from '@siemens/ix/components/ix-modal-content.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$12, IxModalFooter as IxModalFooter$1 } from '@siemens/ix/components/ix-modal-footer.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$13, IxModalHeader as IxModalHeader$1 } from '@siemens/ix/components/ix-modal-header.js';
|
|
70
71
|
import { defineCustomElement, IxModal as IxModal$1 } from '@siemens/ix/components/ix-modal.js';
|
|
71
|
-
import { defineCustomElement as defineCustomElement$
|
|
72
|
-
import { defineCustomElement as defineCustomElement$
|
|
73
|
-
import { defineCustomElement as defineCustomElement$
|
|
74
|
-
import { defineCustomElement as defineCustomElement$
|
|
75
|
-
import { defineCustomElement as defineCustomElement$
|
|
76
|
-
import { defineCustomElement as defineCustomElement$
|
|
77
|
-
import { defineCustomElement as defineCustomElement$
|
|
78
|
-
import { defineCustomElement as defineCustomElement$
|
|
79
|
-
import { defineCustomElement as defineCustomElement$
|
|
72
|
+
import { defineCustomElement as defineCustomElement$14, IxNumberInput as IxNumberInput$1 } from '@siemens/ix/components/ix-number-input.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$15, IxPagination as IxPagination$1 } from '@siemens/ix/components/ix-pagination.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$17, IxPaneLayout as IxPaneLayout$1 } from '@siemens/ix/components/ix-pane-layout.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$16, IxPane as IxPane$1 } from '@siemens/ix/components/ix-pane.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$18, IxPill as IxPill$1 } from '@siemens/ix/components/ix-pill.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$19, IxProgressIndicator as IxProgressIndicator$1 } from '@siemens/ix/components/ix-progress-indicator.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$1a, IxPushCard as IxPushCard$1 } from '@siemens/ix/components/ix-push-card.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$1c, IxRadioGroup as IxRadioGroup$1 } from '@siemens/ix/components/ix-radio-group.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$1b, IxRadio as IxRadio$1 } from '@siemens/ix/components/ix-radio.js';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$1d, IxRangeField as IxRangeField$1 } from '@siemens/ix/components/ix-range-field.js';
|
|
80
82
|
import { defineCustomElement as defineCustomElement$1e, IxRow as IxRow$1 } from '@siemens/ix/components/ix-row.js';
|
|
81
83
|
import { defineCustomElement as defineCustomElement$1g, IxSelectItem as IxSelectItem$1 } from '@siemens/ix/components/ix-select-item.js';
|
|
82
84
|
import { defineCustomElement as defineCustomElement$1f, IxSelect as IxSelect$1 } from '@siemens/ix/components/ix-select.js';
|
|
@@ -96,11 +98,8 @@ import { defineCustomElement as defineCustomElement$1s, IxToggle as IxToggle$1 }
|
|
|
96
98
|
import { defineCustomElement as defineCustomElement$1u, IxTooltip as IxTooltip$1 } from '@siemens/ix/components/ix-tooltip.js';
|
|
97
99
|
import { defineCustomElement as defineCustomElement$1v, IxTypography as IxTypography$1 } from '@siemens/ix/components/ix-typography.js';
|
|
98
100
|
import { defineCustomElement as defineCustomElement$1w, IxUpload as IxUpload$1 } from '@siemens/ix/components/ix-upload.js';
|
|
99
|
-
import { defineCustomElement as defineCustomElement$1x,
|
|
100
|
-
import { defineCustomElement as defineCustomElement$1y,
|
|
101
|
-
import { defineCustomElement as defineCustomElement$1z, IxWorkflowSteps as IxWorkflowSteps$1 } from '@siemens/ix/components/ix-workflow-steps.js';
|
|
102
|
-
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
103
|
-
import React from 'react';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1x, IxWorkflowStep as IxWorkflowStep$1 } from '@siemens/ix/components/ix-workflow-step.js';
|
|
102
|
+
import { defineCustomElement as defineCustomElement$1y, IxWorkflowSteps as IxWorkflowSteps$1 } from '@siemens/ix/components/ix-workflow-steps.js';
|
|
104
103
|
|
|
105
104
|
const IxActionCard = /*@__PURE__*/ createComponent({
|
|
106
105
|
tagName: 'ix-action-card',
|
|
@@ -321,6 +320,20 @@ const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
|
321
320
|
},
|
|
322
321
|
defineCustomElement: defineCustomElement$o
|
|
323
322
|
});
|
|
323
|
+
const IxDatetimeInput = /*@__PURE__*/ createComponent({
|
|
324
|
+
tagName: 'ix-datetime-input',
|
|
325
|
+
elementClass: IxDatetimeInput$1,
|
|
326
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
327
|
+
react: React,
|
|
328
|
+
events: {
|
|
329
|
+
onValueChange: 'valueChange',
|
|
330
|
+
onValidityStateChange: 'validityStateChange',
|
|
331
|
+
onIxFocus: 'ixFocus',
|
|
332
|
+
onIxBlur: 'ixBlur',
|
|
333
|
+
onIxChange: 'ixChange'
|
|
334
|
+
},
|
|
335
|
+
defineCustomElement: defineCustomElement$p
|
|
336
|
+
});
|
|
324
337
|
const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
325
338
|
tagName: 'ix-datetime-picker',
|
|
326
339
|
elementClass: IxDatetimePicker$1,
|
|
@@ -331,7 +344,7 @@ const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
|
331
344
|
onDateChange: 'dateChange',
|
|
332
345
|
onDateSelect: 'dateSelect'
|
|
333
346
|
},
|
|
334
|
-
defineCustomElement: defineCustomElement$
|
|
347
|
+
defineCustomElement: defineCustomElement$q
|
|
335
348
|
});
|
|
336
349
|
const IxDivider = /*@__PURE__*/ createComponent({
|
|
337
350
|
tagName: 'ix-divider',
|
|
@@ -339,17 +352,6 @@ const IxDivider = /*@__PURE__*/ createComponent({
|
|
|
339
352
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
340
353
|
react: React,
|
|
341
354
|
events: {},
|
|
342
|
-
defineCustomElement: defineCustomElement$q
|
|
343
|
-
});
|
|
344
|
-
const IxDrawer = /*@__PURE__*/ createComponent({
|
|
345
|
-
tagName: 'ix-drawer',
|
|
346
|
-
elementClass: IxDrawer$1,
|
|
347
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
348
|
-
react: React,
|
|
349
|
-
events: {
|
|
350
|
-
onOpen: 'open',
|
|
351
|
-
onDrawerClose: 'drawerClose'
|
|
352
|
-
},
|
|
353
355
|
defineCustomElement: defineCustomElement$r
|
|
354
356
|
});
|
|
355
357
|
const IxDropdown = /*@__PURE__*/ createComponent({
|
|
@@ -357,7 +359,10 @@ const IxDropdown = /*@__PURE__*/ createComponent({
|
|
|
357
359
|
elementClass: IxDropdown$1,
|
|
358
360
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
359
361
|
react: React,
|
|
360
|
-
events: {
|
|
362
|
+
events: {
|
|
363
|
+
onShowChange: 'showChange',
|
|
364
|
+
onShowChanged: 'showChanged'
|
|
365
|
+
},
|
|
361
366
|
defineCustomElement: defineCustomElement$s
|
|
362
367
|
});
|
|
363
368
|
const IxDropdownButton = /*@__PURE__*/ createComponent({
|
|
@@ -365,7 +370,10 @@ const IxDropdownButton = /*@__PURE__*/ createComponent({
|
|
|
365
370
|
elementClass: IxDropdownButton$1,
|
|
366
371
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
367
372
|
react: React,
|
|
368
|
-
events: {
|
|
373
|
+
events: {
|
|
374
|
+
onShowChange: 'showChange',
|
|
375
|
+
onShowChanged: 'showChanged'
|
|
376
|
+
},
|
|
369
377
|
defineCustomElement: defineCustomElement$t
|
|
370
378
|
});
|
|
371
379
|
const IxDropdownHeader = /*@__PURE__*/ createComponent({
|
|
@@ -521,21 +529,13 @@ const IxInput = /*@__PURE__*/ createComponent({
|
|
|
521
529
|
},
|
|
522
530
|
defineCustomElement: defineCustomElement$L
|
|
523
531
|
});
|
|
524
|
-
const IxInputGroup = /*@__PURE__*/ createComponent({
|
|
525
|
-
tagName: 'ix-input-group',
|
|
526
|
-
elementClass: IxInputGroup$1,
|
|
527
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
528
|
-
react: React,
|
|
529
|
-
events: {},
|
|
530
|
-
defineCustomElement: defineCustomElement$M
|
|
531
|
-
});
|
|
532
532
|
const IxKeyValue = /*@__PURE__*/ createComponent({
|
|
533
533
|
tagName: 'ix-key-value',
|
|
534
534
|
elementClass: IxKeyValue$1,
|
|
535
535
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
536
536
|
react: React,
|
|
537
537
|
events: {},
|
|
538
|
-
defineCustomElement: defineCustomElement$
|
|
538
|
+
defineCustomElement: defineCustomElement$M
|
|
539
539
|
});
|
|
540
540
|
const IxKeyValueList = /*@__PURE__*/ createComponent({
|
|
541
541
|
tagName: 'ix-key-value-list',
|
|
@@ -543,7 +543,7 @@ const IxKeyValueList = /*@__PURE__*/ createComponent({
|
|
|
543
543
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
544
544
|
react: React,
|
|
545
545
|
events: {},
|
|
546
|
-
defineCustomElement: defineCustomElement$
|
|
546
|
+
defineCustomElement: defineCustomElement$N
|
|
547
547
|
});
|
|
548
548
|
const IxKpi = /*@__PURE__*/ createComponent({
|
|
549
549
|
tagName: 'ix-kpi',
|
|
@@ -551,7 +551,7 @@ const IxKpi = /*@__PURE__*/ createComponent({
|
|
|
551
551
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
552
552
|
react: React,
|
|
553
553
|
events: {},
|
|
554
|
-
defineCustomElement: defineCustomElement$
|
|
554
|
+
defineCustomElement: defineCustomElement$O
|
|
555
555
|
});
|
|
556
556
|
const IxLayoutAuto = /*@__PURE__*/ createComponent({
|
|
557
557
|
tagName: 'ix-layout-auto',
|
|
@@ -559,7 +559,7 @@ const IxLayoutAuto = /*@__PURE__*/ createComponent({
|
|
|
559
559
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
560
560
|
react: React,
|
|
561
561
|
events: {},
|
|
562
|
-
defineCustomElement: defineCustomElement$
|
|
562
|
+
defineCustomElement: defineCustomElement$P
|
|
563
563
|
});
|
|
564
564
|
const IxLayoutGrid = /*@__PURE__*/ createComponent({
|
|
565
565
|
tagName: 'ix-layout-grid',
|
|
@@ -567,7 +567,7 @@ const IxLayoutGrid = /*@__PURE__*/ createComponent({
|
|
|
567
567
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
568
568
|
react: React,
|
|
569
569
|
events: {},
|
|
570
|
-
defineCustomElement: defineCustomElement$
|
|
570
|
+
defineCustomElement: defineCustomElement$Q
|
|
571
571
|
});
|
|
572
572
|
const IxLinkButton = /*@__PURE__*/ createComponent({
|
|
573
573
|
tagName: 'ix-link-button',
|
|
@@ -575,7 +575,7 @@ const IxLinkButton = /*@__PURE__*/ createComponent({
|
|
|
575
575
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
576
576
|
react: React,
|
|
577
577
|
events: {},
|
|
578
|
-
defineCustomElement: defineCustomElement$
|
|
578
|
+
defineCustomElement: defineCustomElement$R
|
|
579
579
|
});
|
|
580
580
|
const IxMenu = /*@__PURE__*/ createComponent({
|
|
581
581
|
tagName: 'ix-menu',
|
|
@@ -589,7 +589,7 @@ const IxMenu = /*@__PURE__*/ createComponent({
|
|
|
589
589
|
onOpenSettings: 'openSettings',
|
|
590
590
|
onOpenAbout: 'openAbout'
|
|
591
591
|
},
|
|
592
|
-
defineCustomElement: defineCustomElement$
|
|
592
|
+
defineCustomElement: defineCustomElement$S
|
|
593
593
|
});
|
|
594
594
|
const IxMenuAbout = /*@__PURE__*/ createComponent({
|
|
595
595
|
tagName: 'ix-menu-about',
|
|
@@ -600,7 +600,7 @@ const IxMenuAbout = /*@__PURE__*/ createComponent({
|
|
|
600
600
|
onTabChange: 'tabChange',
|
|
601
601
|
onClose: 'close'
|
|
602
602
|
},
|
|
603
|
-
defineCustomElement: defineCustomElement$
|
|
603
|
+
defineCustomElement: defineCustomElement$T
|
|
604
604
|
});
|
|
605
605
|
const IxMenuAboutItem = /*@__PURE__*/ createComponent({
|
|
606
606
|
tagName: 'ix-menu-about-item',
|
|
@@ -608,7 +608,7 @@ const IxMenuAboutItem = /*@__PURE__*/ createComponent({
|
|
|
608
608
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
609
609
|
react: React,
|
|
610
610
|
events: { onLabelChange: 'labelChange' },
|
|
611
|
-
defineCustomElement: defineCustomElement$
|
|
611
|
+
defineCustomElement: defineCustomElement$U
|
|
612
612
|
});
|
|
613
613
|
const IxMenuAboutNews = /*@__PURE__*/ createComponent({
|
|
614
614
|
tagName: 'ix-menu-about-news',
|
|
@@ -619,7 +619,7 @@ const IxMenuAboutNews = /*@__PURE__*/ createComponent({
|
|
|
619
619
|
onShowMore: 'showMore',
|
|
620
620
|
onClosePopover: 'closePopover'
|
|
621
621
|
},
|
|
622
|
-
defineCustomElement: defineCustomElement$
|
|
622
|
+
defineCustomElement: defineCustomElement$V
|
|
623
623
|
});
|
|
624
624
|
const IxMenuAvatar = /*@__PURE__*/ createComponent({
|
|
625
625
|
tagName: 'ix-menu-avatar',
|
|
@@ -627,7 +627,7 @@ const IxMenuAvatar = /*@__PURE__*/ createComponent({
|
|
|
627
627
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
628
628
|
react: React,
|
|
629
629
|
events: { onLogoutClick: 'logoutClick' },
|
|
630
|
-
defineCustomElement: defineCustomElement$
|
|
630
|
+
defineCustomElement: defineCustomElement$W
|
|
631
631
|
});
|
|
632
632
|
const IxMenuAvatarItem = /*@__PURE__*/ createComponent({
|
|
633
633
|
tagName: 'ix-menu-avatar-item',
|
|
@@ -635,7 +635,7 @@ const IxMenuAvatarItem = /*@__PURE__*/ createComponent({
|
|
|
635
635
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
636
636
|
react: React,
|
|
637
637
|
events: { onItemClick: 'itemClick' },
|
|
638
|
-
defineCustomElement: defineCustomElement$
|
|
638
|
+
defineCustomElement: defineCustomElement$X
|
|
639
639
|
});
|
|
640
640
|
const IxMenuCategory = /*@__PURE__*/ createComponent({
|
|
641
641
|
tagName: 'ix-menu-category',
|
|
@@ -643,7 +643,7 @@ const IxMenuCategory = /*@__PURE__*/ createComponent({
|
|
|
643
643
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
644
644
|
react: React,
|
|
645
645
|
events: {},
|
|
646
|
-
defineCustomElement: defineCustomElement$
|
|
646
|
+
defineCustomElement: defineCustomElement$Y
|
|
647
647
|
});
|
|
648
648
|
const IxMenuItem = /*@__PURE__*/ createComponent({
|
|
649
649
|
tagName: 'ix-menu-item',
|
|
@@ -651,7 +651,7 @@ const IxMenuItem = /*@__PURE__*/ createComponent({
|
|
|
651
651
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
652
652
|
react: React,
|
|
653
653
|
events: {},
|
|
654
|
-
defineCustomElement: defineCustomElement$
|
|
654
|
+
defineCustomElement: defineCustomElement$Z
|
|
655
655
|
});
|
|
656
656
|
const IxMenuSettings = /*@__PURE__*/ createComponent({
|
|
657
657
|
tagName: 'ix-menu-settings',
|
|
@@ -662,15 +662,15 @@ const IxMenuSettings = /*@__PURE__*/ createComponent({
|
|
|
662
662
|
onTabChange: 'tabChange',
|
|
663
663
|
onClose: 'close'
|
|
664
664
|
},
|
|
665
|
-
defineCustomElement: defineCustomElement
|
|
665
|
+
defineCustomElement: defineCustomElement$_
|
|
666
666
|
});
|
|
667
667
|
const IxMenuSettingsItem = /*@__PURE__*/ createComponent({
|
|
668
668
|
tagName: 'ix-menu-settings-item',
|
|
669
669
|
elementClass: IxMenuSettingsItem$1,
|
|
670
670
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
671
671
|
react: React,
|
|
672
|
-
events: {
|
|
673
|
-
defineCustomElement: defineCustomElement
|
|
672
|
+
events: {},
|
|
673
|
+
defineCustomElement: defineCustomElement$$
|
|
674
674
|
});
|
|
675
675
|
const IxMessageBar = /*@__PURE__*/ createComponent({
|
|
676
676
|
tagName: 'ix-message-bar',
|
|
@@ -681,7 +681,7 @@ const IxMessageBar = /*@__PURE__*/ createComponent({
|
|
|
681
681
|
onClosedChange: 'closedChange',
|
|
682
682
|
onCloseAnimationCompleted: 'closeAnimationCompleted'
|
|
683
683
|
},
|
|
684
|
-
defineCustomElement: defineCustomElement$
|
|
684
|
+
defineCustomElement: defineCustomElement$10
|
|
685
685
|
});
|
|
686
686
|
const IxModal = /*@__PURE__*/ createComponent({
|
|
687
687
|
tagName: 'ix-modal',
|
|
@@ -700,7 +700,7 @@ const IxModalContent = /*@__PURE__*/ createComponent({
|
|
|
700
700
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
701
701
|
react: React,
|
|
702
702
|
events: {},
|
|
703
|
-
defineCustomElement: defineCustomElement$
|
|
703
|
+
defineCustomElement: defineCustomElement$11
|
|
704
704
|
});
|
|
705
705
|
const IxModalFooter = /*@__PURE__*/ createComponent({
|
|
706
706
|
tagName: 'ix-modal-footer',
|
|
@@ -708,7 +708,7 @@ const IxModalFooter = /*@__PURE__*/ createComponent({
|
|
|
708
708
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
709
709
|
react: React,
|
|
710
710
|
events: {},
|
|
711
|
-
defineCustomElement: defineCustomElement$
|
|
711
|
+
defineCustomElement: defineCustomElement$12
|
|
712
712
|
});
|
|
713
713
|
const IxModalHeader = /*@__PURE__*/ createComponent({
|
|
714
714
|
tagName: 'ix-modal-header',
|
|
@@ -716,7 +716,7 @@ const IxModalHeader = /*@__PURE__*/ createComponent({
|
|
|
716
716
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
717
717
|
react: React,
|
|
718
718
|
events: { onCloseClick: 'closeClick' },
|
|
719
|
-
defineCustomElement: defineCustomElement$
|
|
719
|
+
defineCustomElement: defineCustomElement$13
|
|
720
720
|
});
|
|
721
721
|
const IxNumberInput = /*@__PURE__*/ createComponent({
|
|
722
722
|
tagName: 'ix-number-input',
|
|
@@ -729,7 +729,7 @@ const IxNumberInput = /*@__PURE__*/ createComponent({
|
|
|
729
729
|
onIxBlur: 'ixBlur',
|
|
730
730
|
onIxChange: 'ixChange'
|
|
731
731
|
},
|
|
732
|
-
defineCustomElement: defineCustomElement$
|
|
732
|
+
defineCustomElement: defineCustomElement$14
|
|
733
733
|
});
|
|
734
734
|
const IxPagination = /*@__PURE__*/ createComponent({
|
|
735
735
|
tagName: 'ix-pagination',
|
|
@@ -740,7 +740,7 @@ const IxPagination = /*@__PURE__*/ createComponent({
|
|
|
740
740
|
onPageSelected: 'pageSelected',
|
|
741
741
|
onItemCountChanged: 'itemCountChanged'
|
|
742
742
|
},
|
|
743
|
-
defineCustomElement: defineCustomElement$
|
|
743
|
+
defineCustomElement: defineCustomElement$15
|
|
744
744
|
});
|
|
745
745
|
const IxPane = /*@__PURE__*/ createComponent({
|
|
746
746
|
tagName: 'ix-pane',
|
|
@@ -752,7 +752,7 @@ const IxPane = /*@__PURE__*/ createComponent({
|
|
|
752
752
|
onVariantChanged: 'variantChanged',
|
|
753
753
|
onBorderlessChanged: 'borderlessChanged'
|
|
754
754
|
},
|
|
755
|
-
defineCustomElement: defineCustomElement$
|
|
755
|
+
defineCustomElement: defineCustomElement$16
|
|
756
756
|
});
|
|
757
757
|
const IxPaneLayout = /*@__PURE__*/ createComponent({
|
|
758
758
|
tagName: 'ix-pane-layout',
|
|
@@ -760,7 +760,7 @@ const IxPaneLayout = /*@__PURE__*/ createComponent({
|
|
|
760
760
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
761
761
|
react: React,
|
|
762
762
|
events: {},
|
|
763
|
-
defineCustomElement: defineCustomElement$
|
|
763
|
+
defineCustomElement: defineCustomElement$17
|
|
764
764
|
});
|
|
765
765
|
const IxPill = /*@__PURE__*/ createComponent({
|
|
766
766
|
tagName: 'ix-pill',
|
|
@@ -768,7 +768,7 @@ const IxPill = /*@__PURE__*/ createComponent({
|
|
|
768
768
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
769
769
|
react: React,
|
|
770
770
|
events: {},
|
|
771
|
-
defineCustomElement: defineCustomElement$
|
|
771
|
+
defineCustomElement: defineCustomElement$18
|
|
772
772
|
});
|
|
773
773
|
const IxProgressIndicator = /*@__PURE__*/ createComponent({
|
|
774
774
|
tagName: 'ix-progress-indicator',
|
|
@@ -776,7 +776,7 @@ const IxProgressIndicator = /*@__PURE__*/ createComponent({
|
|
|
776
776
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
777
777
|
react: React,
|
|
778
778
|
events: {},
|
|
779
|
-
defineCustomElement: defineCustomElement$
|
|
779
|
+
defineCustomElement: defineCustomElement$19
|
|
780
780
|
});
|
|
781
781
|
const IxPushCard = /*@__PURE__*/ createComponent({
|
|
782
782
|
tagName: 'ix-push-card',
|
|
@@ -784,7 +784,7 @@ const IxPushCard = /*@__PURE__*/ createComponent({
|
|
|
784
784
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
785
785
|
react: React,
|
|
786
786
|
events: {},
|
|
787
|
-
defineCustomElement: defineCustomElement$
|
|
787
|
+
defineCustomElement: defineCustomElement$1a
|
|
788
788
|
});
|
|
789
789
|
const IxRadio = /*@__PURE__*/ createComponent({
|
|
790
790
|
tagName: 'ix-radio',
|
|
@@ -796,7 +796,7 @@ const IxRadio = /*@__PURE__*/ createComponent({
|
|
|
796
796
|
onValueChange: 'valueChange',
|
|
797
797
|
onIxBlur: 'ixBlur'
|
|
798
798
|
},
|
|
799
|
-
defineCustomElement: defineCustomElement$
|
|
799
|
+
defineCustomElement: defineCustomElement$1b
|
|
800
800
|
});
|
|
801
801
|
const IxRadioGroup = /*@__PURE__*/ createComponent({
|
|
802
802
|
tagName: 'ix-radio-group',
|
|
@@ -804,6 +804,14 @@ const IxRadioGroup = /*@__PURE__*/ createComponent({
|
|
|
804
804
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
805
805
|
react: React,
|
|
806
806
|
events: { onValueChange: 'valueChange' },
|
|
807
|
+
defineCustomElement: defineCustomElement$1c
|
|
808
|
+
});
|
|
809
|
+
const IxRangeField = /*@__PURE__*/ createComponent({
|
|
810
|
+
tagName: 'ix-range-field',
|
|
811
|
+
elementClass: IxRangeField$1,
|
|
812
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
813
|
+
react: React,
|
|
814
|
+
events: {},
|
|
807
815
|
defineCustomElement: defineCustomElement$1d
|
|
808
816
|
});
|
|
809
817
|
const IxRow = /*@__PURE__*/ createComponent({
|
|
@@ -864,7 +872,10 @@ const IxTabItem = /*@__PURE__*/ createComponent({
|
|
|
864
872
|
elementClass: IxTabItem$1,
|
|
865
873
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
866
874
|
react: React,
|
|
867
|
-
events: {
|
|
875
|
+
events: {
|
|
876
|
+
onTabClick: 'tabClick',
|
|
877
|
+
onTabClose: 'tabClose'
|
|
878
|
+
},
|
|
868
879
|
defineCustomElement: defineCustomElement$1k
|
|
869
880
|
});
|
|
870
881
|
const IxTabs = /*@__PURE__*/ createComponent({
|
|
@@ -872,7 +883,10 @@ const IxTabs = /*@__PURE__*/ createComponent({
|
|
|
872
883
|
elementClass: IxTabs$1,
|
|
873
884
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
874
885
|
react: React,
|
|
875
|
-
events: {
|
|
886
|
+
events: {
|
|
887
|
+
onTabChange: 'tabChange',
|
|
888
|
+
onTabClose: 'tabClose'
|
|
889
|
+
},
|
|
876
890
|
defineCustomElement: defineCustomElement$1l
|
|
877
891
|
});
|
|
878
892
|
const IxTextarea = /*@__PURE__*/ createComponent({
|
|
@@ -978,21 +992,13 @@ const IxUpload = /*@__PURE__*/ createComponent({
|
|
|
978
992
|
events: { onFilesChanged: 'filesChanged' },
|
|
979
993
|
defineCustomElement: defineCustomElement$1w
|
|
980
994
|
});
|
|
981
|
-
const IxValidationTooltip = /*@__PURE__*/ createComponent({
|
|
982
|
-
tagName: 'ix-validation-tooltip',
|
|
983
|
-
elementClass: IxValidationTooltip$1,
|
|
984
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
985
|
-
react: React,
|
|
986
|
-
events: {},
|
|
987
|
-
defineCustomElement: defineCustomElement$1x
|
|
988
|
-
});
|
|
989
995
|
const IxWorkflowStep = /*@__PURE__*/ createComponent({
|
|
990
996
|
tagName: 'ix-workflow-step',
|
|
991
997
|
elementClass: IxWorkflowStep$1,
|
|
992
998
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
993
999
|
react: React,
|
|
994
1000
|
events: {},
|
|
995
|
-
defineCustomElement: defineCustomElement$
|
|
1001
|
+
defineCustomElement: defineCustomElement$1x
|
|
996
1002
|
});
|
|
997
1003
|
const IxWorkflowSteps = /*@__PURE__*/ createComponent({
|
|
998
1004
|
tagName: 'ix-workflow-steps',
|
|
@@ -1000,8 +1006,8 @@ const IxWorkflowSteps = /*@__PURE__*/ createComponent({
|
|
|
1000
1006
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1001
1007
|
react: React,
|
|
1002
1008
|
events: { onStepSelected: 'stepSelected' },
|
|
1003
|
-
defineCustomElement: defineCustomElement$
|
|
1009
|
+
defineCustomElement: defineCustomElement$1y
|
|
1004
1010
|
});
|
|
1005
1011
|
|
|
1006
|
-
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider,
|
|
1012
|
+
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimeInput, IxDatetimePicker, IxDivider, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRangeField, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps };
|
|
1007
1013
|
//# sourceMappingURL=components.js.map
|