@siemens/ix-react 4.4.0 → 5.1.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} +194 -140
- package/dist/components/components.js.map +1 -0
- package/dist/components/components.server.js +1612 -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 +492 -0
- package/dist/types/components/components.server.d.ts +494 -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,62 +47,64 @@ 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$1a,
|
|
77
|
-
import { defineCustomElement as defineCustomElement$1b,
|
|
78
|
-
import { defineCustomElement as defineCustomElement$
|
|
79
|
-
import { defineCustomElement as defineCustomElement$
|
|
80
|
-
import { defineCustomElement as defineCustomElement$
|
|
81
|
-
import { defineCustomElement as defineCustomElement$
|
|
82
|
-
import { defineCustomElement as defineCustomElement$1f,
|
|
83
|
-
import { defineCustomElement as defineCustomElement$1h,
|
|
84
|
-
import { defineCustomElement as defineCustomElement$
|
|
85
|
-
import { defineCustomElement as defineCustomElement$
|
|
86
|
-
import { defineCustomElement as defineCustomElement$
|
|
87
|
-
import { defineCustomElement as defineCustomElement$1l,
|
|
88
|
-
import { defineCustomElement as defineCustomElement$
|
|
89
|
-
import { defineCustomElement as defineCustomElement$
|
|
90
|
-
import { defineCustomElement as defineCustomElement$
|
|
91
|
-
import { defineCustomElement as defineCustomElement$
|
|
92
|
-
import { defineCustomElement as defineCustomElement$
|
|
93
|
-
import { defineCustomElement as defineCustomElement$1q,
|
|
94
|
-
import { defineCustomElement as defineCustomElement$
|
|
95
|
-
import { defineCustomElement as defineCustomElement$1s,
|
|
96
|
-
import { defineCustomElement as defineCustomElement$
|
|
97
|
-
import { defineCustomElement as defineCustomElement$
|
|
98
|
-
import { defineCustomElement as defineCustomElement$1w,
|
|
99
|
-
import { defineCustomElement as defineCustomElement$
|
|
100
|
-
import { defineCustomElement as defineCustomElement$1y,
|
|
101
|
-
import { defineCustomElement as defineCustomElement$
|
|
102
|
-
import {
|
|
103
|
-
import
|
|
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$1a, IxPopoverContent as IxPopoverContent$1 } from '@siemens/ix/components/ix-popover-content.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$1b, IxPopoverFooter as IxPopoverFooter$1 } from '@siemens/ix/components/ix-popover-footer.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$1c, IxPopoverHeader as IxPopoverHeader$1 } from '@siemens/ix/components/ix-popover-header.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$1d, IxPopoverImage as IxPopoverImage$1 } from '@siemens/ix/components/ix-popover-image.js';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$19, IxPopover as IxPopover$1 } from '@siemens/ix/components/ix-popover.js';
|
|
82
|
+
import { defineCustomElement as defineCustomElement$1e, IxProgressIndicator as IxProgressIndicator$1 } from '@siemens/ix/components/ix-progress-indicator.js';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$1f, IxPushCard as IxPushCard$1 } from '@siemens/ix/components/ix-push-card.js';
|
|
84
|
+
import { defineCustomElement as defineCustomElement$1h, IxRadioGroup as IxRadioGroup$1 } from '@siemens/ix/components/ix-radio-group.js';
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1g, IxRadio as IxRadio$1 } from '@siemens/ix/components/ix-radio.js';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1i, IxRangeField as IxRangeField$1 } from '@siemens/ix/components/ix-range-field.js';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1j, IxRow as IxRow$1 } from '@siemens/ix/components/ix-row.js';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1l, IxSelectItem as IxSelectItem$1 } from '@siemens/ix/components/ix-select-item.js';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1k, IxSelect as IxSelect$1 } from '@siemens/ix/components/ix-select.js';
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1m, IxSlider as IxSlider$1 } from '@siemens/ix/components/ix-slider.js';
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1n, IxSpinner as IxSpinner$1 } from '@siemens/ix/components/ix-spinner.js';
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1o, IxSplitButton as IxSplitButton$1 } from '@siemens/ix/components/ix-split-button.js';
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1p, IxTabItem as IxTabItem$1 } from '@siemens/ix/components/ix-tab-item.js';
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1q, IxTabs as IxTabs$1 } from '@siemens/ix/components/ix-tabs.js';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1r, IxTextarea as IxTextarea$1 } from '@siemens/ix/components/ix-textarea.js';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1s, IxTile as IxTile$1 } from '@siemens/ix/components/ix-tile.js';
|
|
97
|
+
import { defineCustomElement as defineCustomElement$1t, IxTimeInput as IxTimeInput$1 } from '@siemens/ix/components/ix-time-input.js';
|
|
98
|
+
import { defineCustomElement as defineCustomElement$1u, IxTimePicker as IxTimePicker$1 } from '@siemens/ix/components/ix-time-picker.js';
|
|
99
|
+
import { defineCustomElement as defineCustomElement$1w, IxToastContainer as IxToastContainer$1 } from '@siemens/ix/components/ix-toast-container.js';
|
|
100
|
+
import { defineCustomElement as defineCustomElement$1v, IxToast as IxToast$1 } from '@siemens/ix/components/ix-toast.js';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1y, IxToggleButton as IxToggleButton$1 } from '@siemens/ix/components/ix-toggle-button.js';
|
|
102
|
+
import { defineCustomElement as defineCustomElement$1x, IxToggle as IxToggle$1 } from '@siemens/ix/components/ix-toggle.js';
|
|
103
|
+
import { defineCustomElement as defineCustomElement$1z, IxTooltip as IxTooltip$1 } from '@siemens/ix/components/ix-tooltip.js';
|
|
104
|
+
import { defineCustomElement as defineCustomElement$1A, IxTypography as IxTypography$1 } from '@siemens/ix/components/ix-typography.js';
|
|
105
|
+
import { defineCustomElement as defineCustomElement$1B, IxUpload as IxUpload$1 } from '@siemens/ix/components/ix-upload.js';
|
|
106
|
+
import { defineCustomElement as defineCustomElement$1C, IxWorkflowStep as IxWorkflowStep$1 } from '@siemens/ix/components/ix-workflow-step.js';
|
|
107
|
+
import { defineCustomElement as defineCustomElement$1D, IxWorkflowSteps as IxWorkflowSteps$1 } from '@siemens/ix/components/ix-workflow-steps.js';
|
|
104
108
|
|
|
105
109
|
const IxActionCard = /*@__PURE__*/ createComponent({
|
|
106
110
|
tagName: 'ix-action-card',
|
|
@@ -321,6 +325,20 @@ const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
|
321
325
|
},
|
|
322
326
|
defineCustomElement: defineCustomElement$o
|
|
323
327
|
});
|
|
328
|
+
const IxDatetimeInput = /*@__PURE__*/ createComponent({
|
|
329
|
+
tagName: 'ix-datetime-input',
|
|
330
|
+
elementClass: IxDatetimeInput$1,
|
|
331
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
332
|
+
react: React,
|
|
333
|
+
events: {
|
|
334
|
+
onValueChange: 'valueChange',
|
|
335
|
+
onValidityStateChange: 'validityStateChange',
|
|
336
|
+
onIxFocus: 'ixFocus',
|
|
337
|
+
onIxBlur: 'ixBlur',
|
|
338
|
+
onIxChange: 'ixChange'
|
|
339
|
+
},
|
|
340
|
+
defineCustomElement: defineCustomElement$p
|
|
341
|
+
});
|
|
324
342
|
const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
325
343
|
tagName: 'ix-datetime-picker',
|
|
326
344
|
elementClass: IxDatetimePicker$1,
|
|
@@ -331,7 +349,7 @@ const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
|
331
349
|
onDateChange: 'dateChange',
|
|
332
350
|
onDateSelect: 'dateSelect'
|
|
333
351
|
},
|
|
334
|
-
defineCustomElement: defineCustomElement$
|
|
352
|
+
defineCustomElement: defineCustomElement$q
|
|
335
353
|
});
|
|
336
354
|
const IxDivider = /*@__PURE__*/ createComponent({
|
|
337
355
|
tagName: 'ix-divider',
|
|
@@ -339,17 +357,6 @@ const IxDivider = /*@__PURE__*/ createComponent({
|
|
|
339
357
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
340
358
|
react: React,
|
|
341
359
|
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
360
|
defineCustomElement: defineCustomElement$r
|
|
354
361
|
});
|
|
355
362
|
const IxDropdown = /*@__PURE__*/ createComponent({
|
|
@@ -357,7 +364,10 @@ const IxDropdown = /*@__PURE__*/ createComponent({
|
|
|
357
364
|
elementClass: IxDropdown$1,
|
|
358
365
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
359
366
|
react: React,
|
|
360
|
-
events: {
|
|
367
|
+
events: {
|
|
368
|
+
onShowChange: 'showChange',
|
|
369
|
+
onShowChanged: 'showChanged'
|
|
370
|
+
},
|
|
361
371
|
defineCustomElement: defineCustomElement$s
|
|
362
372
|
});
|
|
363
373
|
const IxDropdownButton = /*@__PURE__*/ createComponent({
|
|
@@ -365,7 +375,10 @@ const IxDropdownButton = /*@__PURE__*/ createComponent({
|
|
|
365
375
|
elementClass: IxDropdownButton$1,
|
|
366
376
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
367
377
|
react: React,
|
|
368
|
-
events: {
|
|
378
|
+
events: {
|
|
379
|
+
onShowChange: 'showChange',
|
|
380
|
+
onShowChanged: 'showChanged'
|
|
381
|
+
},
|
|
369
382
|
defineCustomElement: defineCustomElement$t
|
|
370
383
|
});
|
|
371
384
|
const IxDropdownHeader = /*@__PURE__*/ createComponent({
|
|
@@ -521,21 +534,13 @@ const IxInput = /*@__PURE__*/ createComponent({
|
|
|
521
534
|
},
|
|
522
535
|
defineCustomElement: defineCustomElement$L
|
|
523
536
|
});
|
|
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
537
|
const IxKeyValue = /*@__PURE__*/ createComponent({
|
|
533
538
|
tagName: 'ix-key-value',
|
|
534
539
|
elementClass: IxKeyValue$1,
|
|
535
540
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
536
541
|
react: React,
|
|
537
542
|
events: {},
|
|
538
|
-
defineCustomElement: defineCustomElement$
|
|
543
|
+
defineCustomElement: defineCustomElement$M
|
|
539
544
|
});
|
|
540
545
|
const IxKeyValueList = /*@__PURE__*/ createComponent({
|
|
541
546
|
tagName: 'ix-key-value-list',
|
|
@@ -543,7 +548,7 @@ const IxKeyValueList = /*@__PURE__*/ createComponent({
|
|
|
543
548
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
544
549
|
react: React,
|
|
545
550
|
events: {},
|
|
546
|
-
defineCustomElement: defineCustomElement$
|
|
551
|
+
defineCustomElement: defineCustomElement$N
|
|
547
552
|
});
|
|
548
553
|
const IxKpi = /*@__PURE__*/ createComponent({
|
|
549
554
|
tagName: 'ix-kpi',
|
|
@@ -551,7 +556,7 @@ const IxKpi = /*@__PURE__*/ createComponent({
|
|
|
551
556
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
552
557
|
react: React,
|
|
553
558
|
events: {},
|
|
554
|
-
defineCustomElement: defineCustomElement$
|
|
559
|
+
defineCustomElement: defineCustomElement$O
|
|
555
560
|
});
|
|
556
561
|
const IxLayoutAuto = /*@__PURE__*/ createComponent({
|
|
557
562
|
tagName: 'ix-layout-auto',
|
|
@@ -559,7 +564,7 @@ const IxLayoutAuto = /*@__PURE__*/ createComponent({
|
|
|
559
564
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
560
565
|
react: React,
|
|
561
566
|
events: {},
|
|
562
|
-
defineCustomElement: defineCustomElement$
|
|
567
|
+
defineCustomElement: defineCustomElement$P
|
|
563
568
|
});
|
|
564
569
|
const IxLayoutGrid = /*@__PURE__*/ createComponent({
|
|
565
570
|
tagName: 'ix-layout-grid',
|
|
@@ -567,7 +572,7 @@ const IxLayoutGrid = /*@__PURE__*/ createComponent({
|
|
|
567
572
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
568
573
|
react: React,
|
|
569
574
|
events: {},
|
|
570
|
-
defineCustomElement: defineCustomElement$
|
|
575
|
+
defineCustomElement: defineCustomElement$Q
|
|
571
576
|
});
|
|
572
577
|
const IxLinkButton = /*@__PURE__*/ createComponent({
|
|
573
578
|
tagName: 'ix-link-button',
|
|
@@ -575,7 +580,7 @@ const IxLinkButton = /*@__PURE__*/ createComponent({
|
|
|
575
580
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
576
581
|
react: React,
|
|
577
582
|
events: {},
|
|
578
|
-
defineCustomElement: defineCustomElement$
|
|
583
|
+
defineCustomElement: defineCustomElement$R
|
|
579
584
|
});
|
|
580
585
|
const IxMenu = /*@__PURE__*/ createComponent({
|
|
581
586
|
tagName: 'ix-menu',
|
|
@@ -589,7 +594,7 @@ const IxMenu = /*@__PURE__*/ createComponent({
|
|
|
589
594
|
onOpenSettings: 'openSettings',
|
|
590
595
|
onOpenAbout: 'openAbout'
|
|
591
596
|
},
|
|
592
|
-
defineCustomElement: defineCustomElement$
|
|
597
|
+
defineCustomElement: defineCustomElement$S
|
|
593
598
|
});
|
|
594
599
|
const IxMenuAbout = /*@__PURE__*/ createComponent({
|
|
595
600
|
tagName: 'ix-menu-about',
|
|
@@ -600,7 +605,7 @@ const IxMenuAbout = /*@__PURE__*/ createComponent({
|
|
|
600
605
|
onTabChange: 'tabChange',
|
|
601
606
|
onClose: 'close'
|
|
602
607
|
},
|
|
603
|
-
defineCustomElement: defineCustomElement$
|
|
608
|
+
defineCustomElement: defineCustomElement$T
|
|
604
609
|
});
|
|
605
610
|
const IxMenuAboutItem = /*@__PURE__*/ createComponent({
|
|
606
611
|
tagName: 'ix-menu-about-item',
|
|
@@ -608,7 +613,7 @@ const IxMenuAboutItem = /*@__PURE__*/ createComponent({
|
|
|
608
613
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
609
614
|
react: React,
|
|
610
615
|
events: { onLabelChange: 'labelChange' },
|
|
611
|
-
defineCustomElement: defineCustomElement$
|
|
616
|
+
defineCustomElement: defineCustomElement$U
|
|
612
617
|
});
|
|
613
618
|
const IxMenuAboutNews = /*@__PURE__*/ createComponent({
|
|
614
619
|
tagName: 'ix-menu-about-news',
|
|
@@ -619,7 +624,7 @@ const IxMenuAboutNews = /*@__PURE__*/ createComponent({
|
|
|
619
624
|
onShowMore: 'showMore',
|
|
620
625
|
onClosePopover: 'closePopover'
|
|
621
626
|
},
|
|
622
|
-
defineCustomElement: defineCustomElement$
|
|
627
|
+
defineCustomElement: defineCustomElement$V
|
|
623
628
|
});
|
|
624
629
|
const IxMenuAvatar = /*@__PURE__*/ createComponent({
|
|
625
630
|
tagName: 'ix-menu-avatar',
|
|
@@ -627,7 +632,7 @@ const IxMenuAvatar = /*@__PURE__*/ createComponent({
|
|
|
627
632
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
628
633
|
react: React,
|
|
629
634
|
events: { onLogoutClick: 'logoutClick' },
|
|
630
|
-
defineCustomElement: defineCustomElement$
|
|
635
|
+
defineCustomElement: defineCustomElement$W
|
|
631
636
|
});
|
|
632
637
|
const IxMenuAvatarItem = /*@__PURE__*/ createComponent({
|
|
633
638
|
tagName: 'ix-menu-avatar-item',
|
|
@@ -635,7 +640,7 @@ const IxMenuAvatarItem = /*@__PURE__*/ createComponent({
|
|
|
635
640
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
636
641
|
react: React,
|
|
637
642
|
events: { onItemClick: 'itemClick' },
|
|
638
|
-
defineCustomElement: defineCustomElement$
|
|
643
|
+
defineCustomElement: defineCustomElement$X
|
|
639
644
|
});
|
|
640
645
|
const IxMenuCategory = /*@__PURE__*/ createComponent({
|
|
641
646
|
tagName: 'ix-menu-category',
|
|
@@ -643,7 +648,7 @@ const IxMenuCategory = /*@__PURE__*/ createComponent({
|
|
|
643
648
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
644
649
|
react: React,
|
|
645
650
|
events: {},
|
|
646
|
-
defineCustomElement: defineCustomElement$
|
|
651
|
+
defineCustomElement: defineCustomElement$Y
|
|
647
652
|
});
|
|
648
653
|
const IxMenuItem = /*@__PURE__*/ createComponent({
|
|
649
654
|
tagName: 'ix-menu-item',
|
|
@@ -651,7 +656,7 @@ const IxMenuItem = /*@__PURE__*/ createComponent({
|
|
|
651
656
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
652
657
|
react: React,
|
|
653
658
|
events: {},
|
|
654
|
-
defineCustomElement: defineCustomElement$
|
|
659
|
+
defineCustomElement: defineCustomElement$Z
|
|
655
660
|
});
|
|
656
661
|
const IxMenuSettings = /*@__PURE__*/ createComponent({
|
|
657
662
|
tagName: 'ix-menu-settings',
|
|
@@ -662,15 +667,15 @@ const IxMenuSettings = /*@__PURE__*/ createComponent({
|
|
|
662
667
|
onTabChange: 'tabChange',
|
|
663
668
|
onClose: 'close'
|
|
664
669
|
},
|
|
665
|
-
defineCustomElement: defineCustomElement
|
|
670
|
+
defineCustomElement: defineCustomElement$_
|
|
666
671
|
});
|
|
667
672
|
const IxMenuSettingsItem = /*@__PURE__*/ createComponent({
|
|
668
673
|
tagName: 'ix-menu-settings-item',
|
|
669
674
|
elementClass: IxMenuSettingsItem$1,
|
|
670
675
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
671
676
|
react: React,
|
|
672
|
-
events: {
|
|
673
|
-
defineCustomElement: defineCustomElement
|
|
677
|
+
events: {},
|
|
678
|
+
defineCustomElement: defineCustomElement$$
|
|
674
679
|
});
|
|
675
680
|
const IxMessageBar = /*@__PURE__*/ createComponent({
|
|
676
681
|
tagName: 'ix-message-bar',
|
|
@@ -681,7 +686,7 @@ const IxMessageBar = /*@__PURE__*/ createComponent({
|
|
|
681
686
|
onClosedChange: 'closedChange',
|
|
682
687
|
onCloseAnimationCompleted: 'closeAnimationCompleted'
|
|
683
688
|
},
|
|
684
|
-
defineCustomElement: defineCustomElement$
|
|
689
|
+
defineCustomElement: defineCustomElement$10
|
|
685
690
|
});
|
|
686
691
|
const IxModal = /*@__PURE__*/ createComponent({
|
|
687
692
|
tagName: 'ix-modal',
|
|
@@ -700,7 +705,7 @@ const IxModalContent = /*@__PURE__*/ createComponent({
|
|
|
700
705
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
701
706
|
react: React,
|
|
702
707
|
events: {},
|
|
703
|
-
defineCustomElement: defineCustomElement$
|
|
708
|
+
defineCustomElement: defineCustomElement$11
|
|
704
709
|
});
|
|
705
710
|
const IxModalFooter = /*@__PURE__*/ createComponent({
|
|
706
711
|
tagName: 'ix-modal-footer',
|
|
@@ -708,7 +713,7 @@ const IxModalFooter = /*@__PURE__*/ createComponent({
|
|
|
708
713
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
709
714
|
react: React,
|
|
710
715
|
events: {},
|
|
711
|
-
defineCustomElement: defineCustomElement$
|
|
716
|
+
defineCustomElement: defineCustomElement$12
|
|
712
717
|
});
|
|
713
718
|
const IxModalHeader = /*@__PURE__*/ createComponent({
|
|
714
719
|
tagName: 'ix-modal-header',
|
|
@@ -716,7 +721,7 @@ const IxModalHeader = /*@__PURE__*/ createComponent({
|
|
|
716
721
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
717
722
|
react: React,
|
|
718
723
|
events: { onCloseClick: 'closeClick' },
|
|
719
|
-
defineCustomElement: defineCustomElement$
|
|
724
|
+
defineCustomElement: defineCustomElement$13
|
|
720
725
|
});
|
|
721
726
|
const IxNumberInput = /*@__PURE__*/ createComponent({
|
|
722
727
|
tagName: 'ix-number-input',
|
|
@@ -729,7 +734,7 @@ const IxNumberInput = /*@__PURE__*/ createComponent({
|
|
|
729
734
|
onIxBlur: 'ixBlur',
|
|
730
735
|
onIxChange: 'ixChange'
|
|
731
736
|
},
|
|
732
|
-
defineCustomElement: defineCustomElement$
|
|
737
|
+
defineCustomElement: defineCustomElement$14
|
|
733
738
|
});
|
|
734
739
|
const IxPagination = /*@__PURE__*/ createComponent({
|
|
735
740
|
tagName: 'ix-pagination',
|
|
@@ -740,7 +745,7 @@ const IxPagination = /*@__PURE__*/ createComponent({
|
|
|
740
745
|
onPageSelected: 'pageSelected',
|
|
741
746
|
onItemCountChanged: 'itemCountChanged'
|
|
742
747
|
},
|
|
743
|
-
defineCustomElement: defineCustomElement$
|
|
748
|
+
defineCustomElement: defineCustomElement$15
|
|
744
749
|
});
|
|
745
750
|
const IxPane = /*@__PURE__*/ createComponent({
|
|
746
751
|
tagName: 'ix-pane',
|
|
@@ -752,7 +757,7 @@ const IxPane = /*@__PURE__*/ createComponent({
|
|
|
752
757
|
onVariantChanged: 'variantChanged',
|
|
753
758
|
onBorderlessChanged: 'borderlessChanged'
|
|
754
759
|
},
|
|
755
|
-
defineCustomElement: defineCustomElement$
|
|
760
|
+
defineCustomElement: defineCustomElement$16
|
|
756
761
|
});
|
|
757
762
|
const IxPaneLayout = /*@__PURE__*/ createComponent({
|
|
758
763
|
tagName: 'ix-pane-layout',
|
|
@@ -760,7 +765,7 @@ const IxPaneLayout = /*@__PURE__*/ createComponent({
|
|
|
760
765
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
761
766
|
react: React,
|
|
762
767
|
events: {},
|
|
763
|
-
defineCustomElement: defineCustomElement$
|
|
768
|
+
defineCustomElement: defineCustomElement$17
|
|
764
769
|
});
|
|
765
770
|
const IxPill = /*@__PURE__*/ createComponent({
|
|
766
771
|
tagName: 'ix-pill',
|
|
@@ -768,15 +773,58 @@ const IxPill = /*@__PURE__*/ createComponent({
|
|
|
768
773
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
769
774
|
react: React,
|
|
770
775
|
events: {},
|
|
776
|
+
defineCustomElement: defineCustomElement$18
|
|
777
|
+
});
|
|
778
|
+
const IxPopover = /*@__PURE__*/ createComponent({
|
|
779
|
+
tagName: 'ix-popover',
|
|
780
|
+
elementClass: IxPopover$1,
|
|
781
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
782
|
+
react: React,
|
|
783
|
+
events: {
|
|
784
|
+
onShowChange: 'showChange',
|
|
785
|
+
onShowChanged: 'showChanged'
|
|
786
|
+
},
|
|
771
787
|
defineCustomElement: defineCustomElement$19
|
|
772
788
|
});
|
|
789
|
+
const IxPopoverContent = /*@__PURE__*/ createComponent({
|
|
790
|
+
tagName: 'ix-popover-content',
|
|
791
|
+
elementClass: IxPopoverContent$1,
|
|
792
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
793
|
+
react: React,
|
|
794
|
+
events: {},
|
|
795
|
+
defineCustomElement: defineCustomElement$1a
|
|
796
|
+
});
|
|
797
|
+
const IxPopoverFooter = /*@__PURE__*/ createComponent({
|
|
798
|
+
tagName: 'ix-popover-footer',
|
|
799
|
+
elementClass: IxPopoverFooter$1,
|
|
800
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
801
|
+
react: React,
|
|
802
|
+
events: {},
|
|
803
|
+
defineCustomElement: defineCustomElement$1b
|
|
804
|
+
});
|
|
805
|
+
const IxPopoverHeader = /*@__PURE__*/ createComponent({
|
|
806
|
+
tagName: 'ix-popover-header',
|
|
807
|
+
elementClass: IxPopoverHeader$1,
|
|
808
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
809
|
+
react: React,
|
|
810
|
+
events: { onCloseClick: 'closeClick' },
|
|
811
|
+
defineCustomElement: defineCustomElement$1c
|
|
812
|
+
});
|
|
813
|
+
const IxPopoverImage = /*@__PURE__*/ createComponent({
|
|
814
|
+
tagName: 'ix-popover-image',
|
|
815
|
+
elementClass: IxPopoverImage$1,
|
|
816
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
817
|
+
react: React,
|
|
818
|
+
events: {},
|
|
819
|
+
defineCustomElement: defineCustomElement$1d
|
|
820
|
+
});
|
|
773
821
|
const IxProgressIndicator = /*@__PURE__*/ createComponent({
|
|
774
822
|
tagName: 'ix-progress-indicator',
|
|
775
823
|
elementClass: IxProgressIndicator$1,
|
|
776
824
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
777
825
|
react: React,
|
|
778
826
|
events: {},
|
|
779
|
-
defineCustomElement: defineCustomElement$
|
|
827
|
+
defineCustomElement: defineCustomElement$1e
|
|
780
828
|
});
|
|
781
829
|
const IxPushCard = /*@__PURE__*/ createComponent({
|
|
782
830
|
tagName: 'ix-push-card',
|
|
@@ -784,7 +832,7 @@ const IxPushCard = /*@__PURE__*/ createComponent({
|
|
|
784
832
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
785
833
|
react: React,
|
|
786
834
|
events: {},
|
|
787
|
-
defineCustomElement: defineCustomElement$
|
|
835
|
+
defineCustomElement: defineCustomElement$1f
|
|
788
836
|
});
|
|
789
837
|
const IxRadio = /*@__PURE__*/ createComponent({
|
|
790
838
|
tagName: 'ix-radio',
|
|
@@ -796,7 +844,7 @@ const IxRadio = /*@__PURE__*/ createComponent({
|
|
|
796
844
|
onValueChange: 'valueChange',
|
|
797
845
|
onIxBlur: 'ixBlur'
|
|
798
846
|
},
|
|
799
|
-
defineCustomElement: defineCustomElement$
|
|
847
|
+
defineCustomElement: defineCustomElement$1g
|
|
800
848
|
});
|
|
801
849
|
const IxRadioGroup = /*@__PURE__*/ createComponent({
|
|
802
850
|
tagName: 'ix-radio-group',
|
|
@@ -804,7 +852,15 @@ const IxRadioGroup = /*@__PURE__*/ createComponent({
|
|
|
804
852
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
805
853
|
react: React,
|
|
806
854
|
events: { onValueChange: 'valueChange' },
|
|
807
|
-
defineCustomElement: defineCustomElement$
|
|
855
|
+
defineCustomElement: defineCustomElement$1h
|
|
856
|
+
});
|
|
857
|
+
const IxRangeField = /*@__PURE__*/ createComponent({
|
|
858
|
+
tagName: 'ix-range-field',
|
|
859
|
+
elementClass: IxRangeField$1,
|
|
860
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
861
|
+
react: React,
|
|
862
|
+
events: {},
|
|
863
|
+
defineCustomElement: defineCustomElement$1i
|
|
808
864
|
});
|
|
809
865
|
const IxRow = /*@__PURE__*/ createComponent({
|
|
810
866
|
tagName: 'ix-row',
|
|
@@ -812,7 +868,7 @@ const IxRow = /*@__PURE__*/ createComponent({
|
|
|
812
868
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
813
869
|
react: React,
|
|
814
870
|
events: {},
|
|
815
|
-
defineCustomElement: defineCustomElement$
|
|
871
|
+
defineCustomElement: defineCustomElement$1j
|
|
816
872
|
});
|
|
817
873
|
const IxSelect = /*@__PURE__*/ createComponent({
|
|
818
874
|
tagName: 'ix-select',
|
|
@@ -825,7 +881,7 @@ const IxSelect = /*@__PURE__*/ createComponent({
|
|
|
825
881
|
onAddItem: 'addItem',
|
|
826
882
|
onIxBlur: 'ixBlur'
|
|
827
883
|
},
|
|
828
|
-
defineCustomElement: defineCustomElement$
|
|
884
|
+
defineCustomElement: defineCustomElement$1k
|
|
829
885
|
});
|
|
830
886
|
const IxSelectItem = /*@__PURE__*/ createComponent({
|
|
831
887
|
tagName: 'ix-select-item',
|
|
@@ -833,7 +889,7 @@ const IxSelectItem = /*@__PURE__*/ createComponent({
|
|
|
833
889
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
834
890
|
react: React,
|
|
835
891
|
events: { onItemClick: 'itemClick' },
|
|
836
|
-
defineCustomElement: defineCustomElement$
|
|
892
|
+
defineCustomElement: defineCustomElement$1l
|
|
837
893
|
});
|
|
838
894
|
const IxSlider = /*@__PURE__*/ createComponent({
|
|
839
895
|
tagName: 'ix-slider',
|
|
@@ -841,7 +897,7 @@ const IxSlider = /*@__PURE__*/ createComponent({
|
|
|
841
897
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
842
898
|
react: React,
|
|
843
899
|
events: { onValueChange: 'valueChange' },
|
|
844
|
-
defineCustomElement: defineCustomElement$
|
|
900
|
+
defineCustomElement: defineCustomElement$1m
|
|
845
901
|
});
|
|
846
902
|
const IxSpinner = /*@__PURE__*/ createComponent({
|
|
847
903
|
tagName: 'ix-spinner',
|
|
@@ -849,7 +905,7 @@ const IxSpinner = /*@__PURE__*/ createComponent({
|
|
|
849
905
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
850
906
|
react: React,
|
|
851
907
|
events: {},
|
|
852
|
-
defineCustomElement: defineCustomElement$
|
|
908
|
+
defineCustomElement: defineCustomElement$1n
|
|
853
909
|
});
|
|
854
910
|
const IxSplitButton = /*@__PURE__*/ createComponent({
|
|
855
911
|
tagName: 'ix-split-button',
|
|
@@ -857,23 +913,29 @@ const IxSplitButton = /*@__PURE__*/ createComponent({
|
|
|
857
913
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
858
914
|
react: React,
|
|
859
915
|
events: { onButtonClick: 'buttonClick' },
|
|
860
|
-
defineCustomElement: defineCustomElement$
|
|
916
|
+
defineCustomElement: defineCustomElement$1o
|
|
861
917
|
});
|
|
862
918
|
const IxTabItem = /*@__PURE__*/ createComponent({
|
|
863
919
|
tagName: 'ix-tab-item',
|
|
864
920
|
elementClass: IxTabItem$1,
|
|
865
921
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
866
922
|
react: React,
|
|
867
|
-
events: {
|
|
868
|
-
|
|
923
|
+
events: {
|
|
924
|
+
onTabClick: 'tabClick',
|
|
925
|
+
onTabClose: 'tabClose'
|
|
926
|
+
},
|
|
927
|
+
defineCustomElement: defineCustomElement$1p
|
|
869
928
|
});
|
|
870
929
|
const IxTabs = /*@__PURE__*/ createComponent({
|
|
871
930
|
tagName: 'ix-tabs',
|
|
872
931
|
elementClass: IxTabs$1,
|
|
873
932
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
874
933
|
react: React,
|
|
875
|
-
events: {
|
|
876
|
-
|
|
934
|
+
events: {
|
|
935
|
+
onTabChange: 'tabChange',
|
|
936
|
+
onTabClose: 'tabClose'
|
|
937
|
+
},
|
|
938
|
+
defineCustomElement: defineCustomElement$1q
|
|
877
939
|
});
|
|
878
940
|
const IxTextarea = /*@__PURE__*/ createComponent({
|
|
879
941
|
tagName: 'ix-textarea',
|
|
@@ -886,7 +948,7 @@ const IxTextarea = /*@__PURE__*/ createComponent({
|
|
|
886
948
|
onIxBlur: 'ixBlur',
|
|
887
949
|
onIxChange: 'ixChange'
|
|
888
950
|
},
|
|
889
|
-
defineCustomElement: defineCustomElement$
|
|
951
|
+
defineCustomElement: defineCustomElement$1r
|
|
890
952
|
});
|
|
891
953
|
const IxTile = /*@__PURE__*/ createComponent({
|
|
892
954
|
tagName: 'ix-tile',
|
|
@@ -894,7 +956,7 @@ const IxTile = /*@__PURE__*/ createComponent({
|
|
|
894
956
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
895
957
|
react: React,
|
|
896
958
|
events: {},
|
|
897
|
-
defineCustomElement: defineCustomElement$
|
|
959
|
+
defineCustomElement: defineCustomElement$1s
|
|
898
960
|
});
|
|
899
961
|
const IxTimeInput = /*@__PURE__*/ createComponent({
|
|
900
962
|
tagName: 'ix-time-input',
|
|
@@ -906,7 +968,7 @@ const IxTimeInput = /*@__PURE__*/ createComponent({
|
|
|
906
968
|
onValidityStateChange: 'validityStateChange',
|
|
907
969
|
onIxChange: 'ixChange'
|
|
908
970
|
},
|
|
909
|
-
defineCustomElement: defineCustomElement$
|
|
971
|
+
defineCustomElement: defineCustomElement$1t
|
|
910
972
|
});
|
|
911
973
|
const IxTimePicker = /*@__PURE__*/ createComponent({
|
|
912
974
|
tagName: 'ix-time-picker',
|
|
@@ -917,7 +979,7 @@ const IxTimePicker = /*@__PURE__*/ createComponent({
|
|
|
917
979
|
onTimeSelect: 'timeSelect',
|
|
918
980
|
onTimeChange: 'timeChange'
|
|
919
981
|
},
|
|
920
|
-
defineCustomElement: defineCustomElement$
|
|
982
|
+
defineCustomElement: defineCustomElement$1u
|
|
921
983
|
});
|
|
922
984
|
const IxToast = /*@__PURE__*/ createComponent({
|
|
923
985
|
tagName: 'ix-toast',
|
|
@@ -925,7 +987,7 @@ const IxToast = /*@__PURE__*/ createComponent({
|
|
|
925
987
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
926
988
|
react: React,
|
|
927
989
|
events: { onCloseToast: 'closeToast' },
|
|
928
|
-
defineCustomElement: defineCustomElement$
|
|
990
|
+
defineCustomElement: defineCustomElement$1v
|
|
929
991
|
});
|
|
930
992
|
const IxToastContainer = /*@__PURE__*/ createComponent({
|
|
931
993
|
tagName: 'ix-toast-container',
|
|
@@ -933,7 +995,7 @@ const IxToastContainer = /*@__PURE__*/ createComponent({
|
|
|
933
995
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
934
996
|
react: React,
|
|
935
997
|
events: {},
|
|
936
|
-
defineCustomElement: defineCustomElement$
|
|
998
|
+
defineCustomElement: defineCustomElement$1w
|
|
937
999
|
});
|
|
938
1000
|
const IxToggle = /*@__PURE__*/ createComponent({
|
|
939
1001
|
tagName: 'ix-toggle',
|
|
@@ -944,7 +1006,7 @@ const IxToggle = /*@__PURE__*/ createComponent({
|
|
|
944
1006
|
onCheckedChange: 'checkedChange',
|
|
945
1007
|
onIxBlur: 'ixBlur'
|
|
946
1008
|
},
|
|
947
|
-
defineCustomElement: defineCustomElement$
|
|
1009
|
+
defineCustomElement: defineCustomElement$1x
|
|
948
1010
|
});
|
|
949
1011
|
const IxToggleButton = /*@__PURE__*/ createComponent({
|
|
950
1012
|
tagName: 'ix-toggle-button',
|
|
@@ -952,7 +1014,7 @@ const IxToggleButton = /*@__PURE__*/ createComponent({
|
|
|
952
1014
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
953
1015
|
react: React,
|
|
954
1016
|
events: { onPressedChange: 'pressedChange' },
|
|
955
|
-
defineCustomElement: defineCustomElement$
|
|
1017
|
+
defineCustomElement: defineCustomElement$1y
|
|
956
1018
|
});
|
|
957
1019
|
const IxTooltip = /*@__PURE__*/ createComponent({
|
|
958
1020
|
tagName: 'ix-tooltip',
|
|
@@ -960,7 +1022,7 @@ const IxTooltip = /*@__PURE__*/ createComponent({
|
|
|
960
1022
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
961
1023
|
react: React,
|
|
962
1024
|
events: {},
|
|
963
|
-
defineCustomElement: defineCustomElement$
|
|
1025
|
+
defineCustomElement: defineCustomElement$1z
|
|
964
1026
|
});
|
|
965
1027
|
const IxTypography = /*@__PURE__*/ createComponent({
|
|
966
1028
|
tagName: 'ix-typography',
|
|
@@ -968,7 +1030,7 @@ const IxTypography = /*@__PURE__*/ createComponent({
|
|
|
968
1030
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
969
1031
|
react: React,
|
|
970
1032
|
events: {},
|
|
971
|
-
defineCustomElement: defineCustomElement$
|
|
1033
|
+
defineCustomElement: defineCustomElement$1A
|
|
972
1034
|
});
|
|
973
1035
|
const IxUpload = /*@__PURE__*/ createComponent({
|
|
974
1036
|
tagName: 'ix-upload',
|
|
@@ -976,15 +1038,7 @@ const IxUpload = /*@__PURE__*/ createComponent({
|
|
|
976
1038
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
977
1039
|
react: React,
|
|
978
1040
|
events: { onFilesChanged: 'filesChanged' },
|
|
979
|
-
defineCustomElement: defineCustomElement$
|
|
980
|
-
});
|
|
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
|
|
1041
|
+
defineCustomElement: defineCustomElement$1B
|
|
988
1042
|
});
|
|
989
1043
|
const IxWorkflowStep = /*@__PURE__*/ createComponent({
|
|
990
1044
|
tagName: 'ix-workflow-step',
|
|
@@ -992,7 +1046,7 @@ const IxWorkflowStep = /*@__PURE__*/ createComponent({
|
|
|
992
1046
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
993
1047
|
react: React,
|
|
994
1048
|
events: {},
|
|
995
|
-
defineCustomElement: defineCustomElement$
|
|
1049
|
+
defineCustomElement: defineCustomElement$1C
|
|
996
1050
|
});
|
|
997
1051
|
const IxWorkflowSteps = /*@__PURE__*/ createComponent({
|
|
998
1052
|
tagName: 'ix-workflow-steps',
|
|
@@ -1000,8 +1054,8 @@ const IxWorkflowSteps = /*@__PURE__*/ createComponent({
|
|
|
1000
1054
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1001
1055
|
react: React,
|
|
1002
1056
|
events: { onStepSelected: 'stepSelected' },
|
|
1003
|
-
defineCustomElement: defineCustomElement$
|
|
1057
|
+
defineCustomElement: defineCustomElement$1D
|
|
1004
1058
|
});
|
|
1005
1059
|
|
|
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,
|
|
1060
|
+
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, IxPopover, IxPopoverContent, IxPopoverFooter, IxPopoverHeader, IxPopoverImage, 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
1061
|
//# sourceMappingURL=components.js.map
|