@siemens/ix-react 0.0.0-pr-1724-20250305102750 → 0.0.0-pr-1974-20250624072317

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.
Files changed (62) hide show
  1. package/READMEOSS.html +460 -0
  2. package/dist/components.js +1032 -0
  3. package/dist/components.js.map +1 -0
  4. package/dist/components.server.js +2080 -0
  5. package/dist/components.server.js.map +1 -0
  6. package/dist/context/application-context.js +22 -0
  7. package/dist/context/application-context.js.map +1 -0
  8. package/dist/context/context.js +14 -0
  9. package/dist/context/context.js.map +1 -0
  10. package/dist/delegate.js +77 -0
  11. package/dist/delegate.js.map +1 -0
  12. package/dist/index.js +9 -855
  13. package/dist/index.js.map +1 -0
  14. package/dist/internal-components.js +13 -0
  15. package/dist/internal-components.js.map +1 -0
  16. package/dist/ix-icon.js +15 -0
  17. package/dist/ix-icon.js.map +1 -0
  18. package/dist/modal/index.js +17 -0
  19. package/dist/modal/index.js.map +1 -0
  20. package/dist/modal/modal.js +21 -0
  21. package/dist/modal/modal.js.map +1 -0
  22. package/dist/modal/portal.js +64 -0
  23. package/dist/modal/portal.js.map +1 -0
  24. package/dist/toast/toast.js +30 -0
  25. package/dist/toast/toast.js.map +1 -0
  26. package/dist/tree/internal-tree.js +21 -0
  27. package/dist/tree/internal-tree.js.map +1 -0
  28. package/dist/tree/tree.js +38 -0
  29. package/dist/tree/tree.js.map +1 -0
  30. package/dist/types/components/IxApplicationHeader.d.ts +12 -0
  31. package/dist/types/components/IxDateInput.d.ts +13 -0
  32. package/dist/types/components/IxFlipTile.d.ts +11 -0
  33. package/dist/types/components/IxMenu.d.ts +15 -0
  34. package/dist/types/components/IxMenuAbout.d.ts +13 -0
  35. package/dist/types/components/IxMenuSettings.d.ts +13 -0
  36. package/dist/types/components/IxMessageBar.d.ts +12 -0
  37. package/dist/types/components.d.ts +476 -104
  38. package/dist/types/components.server.d.ts +478 -0
  39. package/dist/types/context/application-context.d.ts +1 -1
  40. package/dist/types/ix-icon.d.ts +3 -3
  41. package/dist/types/modal/index.d.ts +0 -1
  42. package/dist/types/modal/modal.d.ts +1 -1
  43. package/dist/types/modal/portal.d.ts +2 -3
  44. package/dist/types/toast/toast.d.ts +0 -1
  45. package/dist/types/tree/internal-tree.d.ts +14 -0
  46. package/dist/types/tree/tree.d.ts +7 -6
  47. package/package.json +40 -33
  48. package/dist/index.esm.js +0 -737
  49. package/dist/types/react-component-lib/createComponent.d.ts +0 -10
  50. package/dist/types/react-component-lib/createOverlayComponent.d.ts +0 -21
  51. package/dist/types/react-component-lib/index.d.ts +0 -2
  52. package/dist/types/react-component-lib/interfaces.d.ts +0 -29
  53. package/dist/types/react-component-lib/utils/attachProps.d.ts +0 -16
  54. package/dist/types/react-component-lib/utils/case.d.ts +0 -2
  55. package/dist/types/react-component-lib/utils/dev.d.ts +0 -2
  56. package/dist/types/react-component-lib/utils/index.d.ts +0 -10
  57. package/dist/types/tests/toast/toast.d.ts +0 -3
  58. package/dist/types/tests/toast/toast.spec.d.ts +0 -1
  59. package/dist/types/tests/undefined-error/undefined-error.d.ts +0 -3
  60. package/dist/types/tests/undefined-error/undefined-error.spec.d.ts +0 -1
  61. package/dist/types/tests/validation-tooltip-null-error/validation-tooltip-null-error.d.ts +0 -3
  62. package/dist/types/tests/validation-tooltip-null-error/validation-tooltip-null-error.spec.d.ts +0 -1
@@ -0,0 +1,1032 @@
1
+ "use client";
2
+ import { IxActionCard as IxActionCard$1, defineCustomElement } from '@siemens/ix/components/ix-action-card.js';
3
+ import { IxApplicationHeader as IxApplicationHeader$1, defineCustomElement as defineCustomElement$2 } from '@siemens/ix/components/ix-application-header.js';
4
+ import { IxApplication as IxApplication$1, defineCustomElement as defineCustomElement$1 } from '@siemens/ix/components/ix-application.js';
5
+ import { IxAvatar as IxAvatar$1, defineCustomElement as defineCustomElement$3 } from '@siemens/ix/components/ix-avatar.js';
6
+ import { IxBasicNavigation as IxBasicNavigation$1, defineCustomElement as defineCustomElement$4 } from '@siemens/ix/components/ix-basic-navigation.js';
7
+ import { IxBlind as IxBlind$1, defineCustomElement as defineCustomElement$5 } from '@siemens/ix/components/ix-blind.js';
8
+ import { IxBreadcrumbItem as IxBreadcrumbItem$1, defineCustomElement as defineCustomElement$7 } from '@siemens/ix/components/ix-breadcrumb-item.js';
9
+ import { IxBreadcrumb as IxBreadcrumb$1, defineCustomElement as defineCustomElement$6 } from '@siemens/ix/components/ix-breadcrumb.js';
10
+ import { IxButton as IxButton$1, defineCustomElement as defineCustomElement$8 } from '@siemens/ix/components/ix-button.js';
11
+ import { IxCardAccordion as IxCardAccordion$1, defineCustomElement as defineCustomElement$a } from '@siemens/ix/components/ix-card-accordion.js';
12
+ import { IxCardContent as IxCardContent$1, defineCustomElement as defineCustomElement$b } from '@siemens/ix/components/ix-card-content.js';
13
+ import { IxCardList as IxCardList$1, defineCustomElement as defineCustomElement$c } from '@siemens/ix/components/ix-card-list.js';
14
+ import { IxCardTitle as IxCardTitle$1, defineCustomElement as defineCustomElement$d } from '@siemens/ix/components/ix-card-title.js';
15
+ import { IxCard as IxCard$1, defineCustomElement as defineCustomElement$9 } from '@siemens/ix/components/ix-card.js';
16
+ import { IxCategoryFilter as IxCategoryFilter$1, defineCustomElement as defineCustomElement$e } from '@siemens/ix/components/ix-category-filter.js';
17
+ import { IxCheckboxGroup as IxCheckboxGroup$1, defineCustomElement as defineCustomElement$g } from '@siemens/ix/components/ix-checkbox-group.js';
18
+ import { IxCheckbox as IxCheckbox$1, defineCustomElement as defineCustomElement$f } from '@siemens/ix/components/ix-checkbox.js';
19
+ import { IxChip as IxChip$1, defineCustomElement as defineCustomElement$h } from '@siemens/ix/components/ix-chip.js';
20
+ import { IxCol as IxCol$1, defineCustomElement as defineCustomElement$i } from '@siemens/ix/components/ix-col.js';
21
+ import { IxContentHeader as IxContentHeader$1, defineCustomElement as defineCustomElement$k } from '@siemens/ix/components/ix-content-header.js';
22
+ import { IxContent as IxContent$1, defineCustomElement as defineCustomElement$j } from '@siemens/ix/components/ix-content.js';
23
+ import { IxCustomField as IxCustomField$1, defineCustomElement as defineCustomElement$l } from '@siemens/ix/components/ix-custom-field.js';
24
+ import { IxDateDropdown as IxDateDropdown$1, defineCustomElement as defineCustomElement$m } from '@siemens/ix/components/ix-date-dropdown.js';
25
+ import { IxDateInput as IxDateInput$1, defineCustomElement as defineCustomElement$n } from '@siemens/ix/components/ix-date-input.js';
26
+ import { IxDatePicker as IxDatePicker$1, defineCustomElement as defineCustomElement$o } from '@siemens/ix/components/ix-date-picker.js';
27
+ import { IxDatetimePicker as IxDatetimePicker$1, defineCustomElement as defineCustomElement$p } from '@siemens/ix/components/ix-datetime-picker.js';
28
+ import { IxDivider as IxDivider$1, defineCustomElement as defineCustomElement$q } from '@siemens/ix/components/ix-divider.js';
29
+ import { IxDrawer as IxDrawer$1, defineCustomElement as defineCustomElement$r } from '@siemens/ix/components/ix-drawer.js';
30
+ import { IxDropdownButton as IxDropdownButton$1, defineCustomElement as defineCustomElement$t } from '@siemens/ix/components/ix-dropdown-button.js';
31
+ import { IxDropdownHeader as IxDropdownHeader$1, defineCustomElement as defineCustomElement$u } from '@siemens/ix/components/ix-dropdown-header.js';
32
+ import { IxDropdownItem as IxDropdownItem$1, defineCustomElement as defineCustomElement$v } from '@siemens/ix/components/ix-dropdown-item.js';
33
+ import { IxDropdownQuickActions as IxDropdownQuickActions$1, defineCustomElement as defineCustomElement$w } from '@siemens/ix/components/ix-dropdown-quick-actions.js';
34
+ import { IxDropdown as IxDropdown$1, defineCustomElement as defineCustomElement$s } from '@siemens/ix/components/ix-dropdown.js';
35
+ import { IxEmptyState as IxEmptyState$1, defineCustomElement as defineCustomElement$x } from '@siemens/ix/components/ix-empty-state.js';
36
+ import { IxEventListItem as IxEventListItem$1, defineCustomElement as defineCustomElement$z } from '@siemens/ix/components/ix-event-list-item.js';
37
+ import { IxEventList as IxEventList$1, defineCustomElement as defineCustomElement$y } from '@siemens/ix/components/ix-event-list.js';
38
+ import { IxExpandingSearch as IxExpandingSearch$1, defineCustomElement as defineCustomElement$A } from '@siemens/ix/components/ix-expanding-search.js';
39
+ import { IxFieldLabel as IxFieldLabel$1, defineCustomElement as defineCustomElement$B } from '@siemens/ix/components/ix-field-label.js';
40
+ import { IxFilterChip as IxFilterChip$1, defineCustomElement as defineCustomElement$C } from '@siemens/ix/components/ix-filter-chip.js';
41
+ import { IxFlipTileContent as IxFlipTileContent$1, defineCustomElement as defineCustomElement$E } from '@siemens/ix/components/ix-flip-tile-content.js';
42
+ import { IxFlipTile as IxFlipTile$1, defineCustomElement as defineCustomElement$D } from '@siemens/ix/components/ix-flip-tile.js';
43
+ import { IxGroupContextMenu as IxGroupContextMenu$1, defineCustomElement as defineCustomElement$G } from '@siemens/ix/components/ix-group-context-menu.js';
44
+ import { IxGroupItem as IxGroupItem$1, defineCustomElement as defineCustomElement$H } from '@siemens/ix/components/ix-group-item.js';
45
+ import { IxGroup as IxGroup$1, defineCustomElement as defineCustomElement$F } from '@siemens/ix/components/ix-group.js';
46
+ import { IxHelperText as IxHelperText$1, defineCustomElement as defineCustomElement$I } from '@siemens/ix/components/ix-helper-text.js';
47
+ import { IxIconButton as IxIconButton$1, defineCustomElement as defineCustomElement$J } from '@siemens/ix/components/ix-icon-button.js';
48
+ import { IxIconToggleButton as IxIconToggleButton$1, defineCustomElement as defineCustomElement$K } from '@siemens/ix/components/ix-icon-toggle-button.js';
49
+ import { IxInputGroup as IxInputGroup$1, defineCustomElement as defineCustomElement$M } from '@siemens/ix/components/ix-input-group.js';
50
+ import { IxInput as IxInput$1, defineCustomElement as defineCustomElement$L } from '@siemens/ix/components/ix-input.js';
51
+ import { IxKeyValueList as IxKeyValueList$1, defineCustomElement as defineCustomElement$O } from '@siemens/ix/components/ix-key-value-list.js';
52
+ import { IxKeyValue as IxKeyValue$1, defineCustomElement as defineCustomElement$N } from '@siemens/ix/components/ix-key-value.js';
53
+ import { IxKpi as IxKpi$1, defineCustomElement as defineCustomElement$P } from '@siemens/ix/components/ix-kpi.js';
54
+ import { IxLayoutAuto as IxLayoutAuto$1, defineCustomElement as defineCustomElement$Q } from '@siemens/ix/components/ix-layout-auto.js';
55
+ import { IxLayoutGrid as IxLayoutGrid$1, defineCustomElement as defineCustomElement$R } from '@siemens/ix/components/ix-layout-grid.js';
56
+ import { IxLinkButton as IxLinkButton$1, defineCustomElement as defineCustomElement$S } from '@siemens/ix/components/ix-link-button.js';
57
+ import { IxMapNavigationOverlay as IxMapNavigationOverlay$1, defineCustomElement as defineCustomElement$U } from '@siemens/ix/components/ix-map-navigation-overlay.js';
58
+ import { IxMapNavigation as IxMapNavigation$1, defineCustomElement as defineCustomElement$T } from '@siemens/ix/components/ix-map-navigation.js';
59
+ import { IxMenuAboutItem as IxMenuAboutItem$1, defineCustomElement as defineCustomElement$X } from '@siemens/ix/components/ix-menu-about-item.js';
60
+ import { IxMenuAboutNews as IxMenuAboutNews$1, defineCustomElement as defineCustomElement$Y } from '@siemens/ix/components/ix-menu-about-news.js';
61
+ import { IxMenuAbout as IxMenuAbout$1, defineCustomElement as defineCustomElement$W } from '@siemens/ix/components/ix-menu-about.js';
62
+ import { IxMenuAvatarItem as IxMenuAvatarItem$1, defineCustomElement as defineCustomElement$_ } from '@siemens/ix/components/ix-menu-avatar-item.js';
63
+ import { IxMenuAvatar as IxMenuAvatar$1, defineCustomElement as defineCustomElement$Z } from '@siemens/ix/components/ix-menu-avatar.js';
64
+ import { IxMenuCategory as IxMenuCategory$1, defineCustomElement as defineCustomElement$$ } from '@siemens/ix/components/ix-menu-category.js';
65
+ import { IxMenuItem as IxMenuItem$1, defineCustomElement as defineCustomElement$10 } from '@siemens/ix/components/ix-menu-item.js';
66
+ import { IxMenuSettingsItem as IxMenuSettingsItem$1, defineCustomElement as defineCustomElement$12 } from '@siemens/ix/components/ix-menu-settings-item.js';
67
+ import { IxMenuSettings as IxMenuSettings$1, defineCustomElement as defineCustomElement$11 } from '@siemens/ix/components/ix-menu-settings.js';
68
+ import { IxMenu as IxMenu$1, defineCustomElement as defineCustomElement$V } from '@siemens/ix/components/ix-menu.js';
69
+ import { IxMessageBar as IxMessageBar$1, defineCustomElement as defineCustomElement$13 } from '@siemens/ix/components/ix-message-bar.js';
70
+ import { IxModalContent as IxModalContent$1, defineCustomElement as defineCustomElement$15 } from '@siemens/ix/components/ix-modal-content.js';
71
+ import { IxModalFooter as IxModalFooter$1, defineCustomElement as defineCustomElement$16 } from '@siemens/ix/components/ix-modal-footer.js';
72
+ import { IxModalHeader as IxModalHeader$1, defineCustomElement as defineCustomElement$17 } from '@siemens/ix/components/ix-modal-header.js';
73
+ import { IxModal as IxModal$1, defineCustomElement as defineCustomElement$14 } from '@siemens/ix/components/ix-modal.js';
74
+ import { IxNumberInput as IxNumberInput$1, defineCustomElement as defineCustomElement$18 } from '@siemens/ix/components/ix-number-input.js';
75
+ import { IxPagination as IxPagination$1, defineCustomElement as defineCustomElement$19 } from '@siemens/ix/components/ix-pagination.js';
76
+ import { IxPaneLayout as IxPaneLayout$1, defineCustomElement as defineCustomElement$1b } from '@siemens/ix/components/ix-pane-layout.js';
77
+ import { IxPane as IxPane$1, defineCustomElement as defineCustomElement$1a } from '@siemens/ix/components/ix-pane.js';
78
+ import { IxPill as IxPill$1, defineCustomElement as defineCustomElement$1c } from '@siemens/ix/components/ix-pill.js';
79
+ import { IxProgressIndicator as IxProgressIndicator$1, defineCustomElement as defineCustomElement$1d } from '@siemens/ix/components/ix-progress-indicator.js';
80
+ import { IxPushCard as IxPushCard$1, defineCustomElement as defineCustomElement$1e } from '@siemens/ix/components/ix-push-card.js';
81
+ import { IxRadioGroup as IxRadioGroup$1, defineCustomElement as defineCustomElement$1g } from '@siemens/ix/components/ix-radio-group.js';
82
+ import { IxRadio as IxRadio$1, defineCustomElement as defineCustomElement$1f } from '@siemens/ix/components/ix-radio.js';
83
+ import { IxRow as IxRow$1, defineCustomElement as defineCustomElement$1h } from '@siemens/ix/components/ix-row.js';
84
+ import { IxSelectItem as IxSelectItem$1, defineCustomElement as defineCustomElement$1j } from '@siemens/ix/components/ix-select-item.js';
85
+ import { IxSelect as IxSelect$1, defineCustomElement as defineCustomElement$1i } from '@siemens/ix/components/ix-select.js';
86
+ import { IxSlider as IxSlider$1, defineCustomElement as defineCustomElement$1k } from '@siemens/ix/components/ix-slider.js';
87
+ import { IxSpinner as IxSpinner$1, defineCustomElement as defineCustomElement$1l } from '@siemens/ix/components/ix-spinner.js';
88
+ import { IxSplitButton as IxSplitButton$1, defineCustomElement as defineCustomElement$1m } from '@siemens/ix/components/ix-split-button.js';
89
+ import { IxTabItem as IxTabItem$1, defineCustomElement as defineCustomElement$1n } from '@siemens/ix/components/ix-tab-item.js';
90
+ import { IxTabs as IxTabs$1, defineCustomElement as defineCustomElement$1o } from '@siemens/ix/components/ix-tabs.js';
91
+ import { IxTextarea as IxTextarea$1, defineCustomElement as defineCustomElement$1p } from '@siemens/ix/components/ix-textarea.js';
92
+ import { IxTile as IxTile$1, defineCustomElement as defineCustomElement$1q } from '@siemens/ix/components/ix-tile.js';
93
+ import { IxTimeInput as IxTimeInput$1, defineCustomElement as defineCustomElement$1r } from '@siemens/ix/components/ix-time-input.js';
94
+ import { IxTimePicker as IxTimePicker$1, defineCustomElement as defineCustomElement$1s } from '@siemens/ix/components/ix-time-picker.js';
95
+ import { IxToastContainer as IxToastContainer$1, defineCustomElement as defineCustomElement$1u } from '@siemens/ix/components/ix-toast-container.js';
96
+ import { IxToast as IxToast$1, defineCustomElement as defineCustomElement$1t } from '@siemens/ix/components/ix-toast.js';
97
+ import { IxToggleButton as IxToggleButton$1, defineCustomElement as defineCustomElement$1w } from '@siemens/ix/components/ix-toggle-button.js';
98
+ import { IxToggle as IxToggle$1, defineCustomElement as defineCustomElement$1v } from '@siemens/ix/components/ix-toggle.js';
99
+ import { IxTooltip as IxTooltip$1, defineCustomElement as defineCustomElement$1x } from '@siemens/ix/components/ix-tooltip.js';
100
+ import { IxTypography as IxTypography$1, defineCustomElement as defineCustomElement$1y } from '@siemens/ix/components/ix-typography.js';
101
+ import { IxUpload as IxUpload$1, defineCustomElement as defineCustomElement$1z } from '@siemens/ix/components/ix-upload.js';
102
+ import { IxValidationTooltip as IxValidationTooltip$1, defineCustomElement as defineCustomElement$1A } from '@siemens/ix/components/ix-validation-tooltip.js';
103
+ import { IxWorkflowStep as IxWorkflowStep$1, defineCustomElement as defineCustomElement$1B } from '@siemens/ix/components/ix-workflow-step.js';
104
+ import { IxWorkflowSteps as IxWorkflowSteps$1, defineCustomElement as defineCustomElement$1C } from '@siemens/ix/components/ix-workflow-steps.js';
105
+ import { createComponent } from '@stencil/react-output-target/runtime';
106
+ import React from 'react';
107
+
108
+ const IxActionCard = /*@__PURE__*/ createComponent({
109
+ tagName: 'ix-action-card',
110
+ elementClass: IxActionCard$1,
111
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
112
+ react: React,
113
+ events: {},
114
+ defineCustomElement: defineCustomElement
115
+ });
116
+ const IxApplication = /*@__PURE__*/ createComponent({
117
+ tagName: 'ix-application',
118
+ elementClass: IxApplication$1,
119
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
120
+ react: React,
121
+ events: {},
122
+ defineCustomElement: defineCustomElement$1
123
+ });
124
+ const IxApplicationHeader = /*@__PURE__*/ createComponent({
125
+ tagName: 'ix-application-header',
126
+ elementClass: IxApplicationHeader$1,
127
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
128
+ react: React,
129
+ events: {
130
+ onMenuToggle: 'menuToggle',
131
+ onOpenAppSwitch: 'openAppSwitch'
132
+ },
133
+ defineCustomElement: defineCustomElement$2
134
+ });
135
+ const IxAvatar = /*@__PURE__*/ createComponent({
136
+ tagName: 'ix-avatar',
137
+ elementClass: IxAvatar$1,
138
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
139
+ react: React,
140
+ events: {},
141
+ defineCustomElement: defineCustomElement$3
142
+ });
143
+ const IxBasicNavigation = /*@__PURE__*/ createComponent({
144
+ tagName: 'ix-basic-navigation',
145
+ elementClass: IxBasicNavigation$1,
146
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
147
+ react: React,
148
+ events: {},
149
+ defineCustomElement: defineCustomElement$4
150
+ });
151
+ const IxBlind = /*@__PURE__*/ createComponent({
152
+ tagName: 'ix-blind',
153
+ elementClass: IxBlind$1,
154
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
155
+ react: React,
156
+ events: { onCollapsedChange: 'collapsedChange' },
157
+ defineCustomElement: defineCustomElement$5
158
+ });
159
+ const IxBreadcrumb = /*@__PURE__*/ createComponent({
160
+ tagName: 'ix-breadcrumb',
161
+ elementClass: IxBreadcrumb$1,
162
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
163
+ react: React,
164
+ events: {
165
+ onItemClick: 'itemClick',
166
+ onNextClick: 'nextClick'
167
+ },
168
+ defineCustomElement: defineCustomElement$6
169
+ });
170
+ const IxBreadcrumbItem = /*@__PURE__*/ createComponent({
171
+ tagName: 'ix-breadcrumb-item',
172
+ elementClass: IxBreadcrumbItem$1,
173
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
174
+ react: React,
175
+ events: {},
176
+ defineCustomElement: defineCustomElement$7
177
+ });
178
+ const IxButton = /*@__PURE__*/ createComponent({
179
+ tagName: 'ix-button',
180
+ elementClass: IxButton$1,
181
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
182
+ react: React,
183
+ events: {},
184
+ defineCustomElement: defineCustomElement$8
185
+ });
186
+ const IxCard = /*@__PURE__*/ createComponent({
187
+ tagName: 'ix-card',
188
+ elementClass: IxCard$1,
189
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
190
+ react: React,
191
+ events: {},
192
+ defineCustomElement: defineCustomElement$9
193
+ });
194
+ const IxCardAccordion = /*@__PURE__*/ createComponent({
195
+ tagName: 'ix-card-accordion',
196
+ elementClass: IxCardAccordion$1,
197
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
198
+ react: React,
199
+ events: {},
200
+ defineCustomElement: defineCustomElement$a
201
+ });
202
+ const IxCardContent = /*@__PURE__*/ createComponent({
203
+ tagName: 'ix-card-content',
204
+ elementClass: IxCardContent$1,
205
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
206
+ react: React,
207
+ events: {},
208
+ defineCustomElement: defineCustomElement$b
209
+ });
210
+ const IxCardList = /*@__PURE__*/ createComponent({
211
+ tagName: 'ix-card-list',
212
+ elementClass: IxCardList$1,
213
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
214
+ react: React,
215
+ events: {
216
+ onCollapseChanged: 'collapseChanged',
217
+ onShowAllClick: 'showAllClick',
218
+ onShowMoreCardClick: 'showMoreCardClick'
219
+ },
220
+ defineCustomElement: defineCustomElement$c
221
+ });
222
+ const IxCardTitle = /*@__PURE__*/ createComponent({
223
+ tagName: 'ix-card-title',
224
+ elementClass: IxCardTitle$1,
225
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
226
+ react: React,
227
+ events: {},
228
+ defineCustomElement: defineCustomElement$d
229
+ });
230
+ const IxCategoryFilter = /*@__PURE__*/ createComponent({
231
+ tagName: 'ix-category-filter',
232
+ elementClass: IxCategoryFilter$1,
233
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
234
+ react: React,
235
+ events: {
236
+ onCategoryChanged: 'categoryChanged',
237
+ onInputChanged: 'inputChanged',
238
+ onFilterChanged: 'filterChanged',
239
+ onFilterCleared: 'filterCleared'
240
+ },
241
+ defineCustomElement: defineCustomElement$e
242
+ });
243
+ const IxCheckbox = /*@__PURE__*/ createComponent({
244
+ tagName: 'ix-checkbox',
245
+ elementClass: IxCheckbox$1,
246
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
247
+ react: React,
248
+ events: {
249
+ onCheckedChange: 'checkedChange',
250
+ onValueChange: 'valueChange',
251
+ onIxBlur: 'ixBlur'
252
+ },
253
+ defineCustomElement: defineCustomElement$f
254
+ });
255
+ const IxCheckboxGroup = /*@__PURE__*/ createComponent({
256
+ tagName: 'ix-checkbox-group',
257
+ elementClass: IxCheckboxGroup$1,
258
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
259
+ react: React,
260
+ events: {},
261
+ defineCustomElement: defineCustomElement$g
262
+ });
263
+ const IxChip = /*@__PURE__*/ createComponent({
264
+ tagName: 'ix-chip',
265
+ elementClass: IxChip$1,
266
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
267
+ react: React,
268
+ events: { onCloseChip: 'closeChip' },
269
+ defineCustomElement: defineCustomElement$h
270
+ });
271
+ const IxCol = /*@__PURE__*/ createComponent({
272
+ tagName: 'ix-col',
273
+ elementClass: IxCol$1,
274
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
275
+ react: React,
276
+ events: {},
277
+ defineCustomElement: defineCustomElement$i
278
+ });
279
+ const IxContent = /*@__PURE__*/ createComponent({
280
+ tagName: 'ix-content',
281
+ elementClass: IxContent$1,
282
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
283
+ react: React,
284
+ events: {},
285
+ defineCustomElement: defineCustomElement$j
286
+ });
287
+ const IxContentHeader = /*@__PURE__*/ createComponent({
288
+ tagName: 'ix-content-header',
289
+ elementClass: IxContentHeader$1,
290
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
291
+ react: React,
292
+ events: { onBackButtonClick: 'backButtonClick' },
293
+ defineCustomElement: defineCustomElement$k
294
+ });
295
+ const IxCustomField = /*@__PURE__*/ createComponent({
296
+ tagName: 'ix-custom-field',
297
+ elementClass: IxCustomField$1,
298
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
299
+ react: React,
300
+ events: {},
301
+ defineCustomElement: defineCustomElement$l
302
+ });
303
+ const IxDateDropdown = /*@__PURE__*/ createComponent({
304
+ tagName: 'ix-date-dropdown',
305
+ elementClass: IxDateDropdown$1,
306
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
307
+ react: React,
308
+ events: { onDateRangeChange: 'dateRangeChange' },
309
+ defineCustomElement: defineCustomElement$m
310
+ });
311
+ const IxDateInput = /*@__PURE__*/ createComponent({
312
+ tagName: 'ix-date-input',
313
+ elementClass: IxDateInput$1,
314
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
315
+ react: React,
316
+ events: {
317
+ onValueChange: 'valueChange',
318
+ onValidityStateChange: 'validityStateChange'
319
+ },
320
+ defineCustomElement: defineCustomElement$n
321
+ });
322
+ const IxDatePicker = /*@__PURE__*/ createComponent({
323
+ tagName: 'ix-date-picker',
324
+ elementClass: IxDatePicker$1,
325
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
326
+ react: React,
327
+ events: {
328
+ onDateChange: 'dateChange',
329
+ onDateRangeChange: 'dateRangeChange',
330
+ onDateSelect: 'dateSelect'
331
+ },
332
+ defineCustomElement: defineCustomElement$o
333
+ });
334
+ const IxDatetimePicker = /*@__PURE__*/ createComponent({
335
+ tagName: 'ix-datetime-picker',
336
+ elementClass: IxDatetimePicker$1,
337
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
338
+ react: React,
339
+ events: {
340
+ onTimeChange: 'timeChange',
341
+ onDateChange: 'dateChange',
342
+ onDateSelect: 'dateSelect'
343
+ },
344
+ defineCustomElement: defineCustomElement$p
345
+ });
346
+ const IxDivider = /*@__PURE__*/ createComponent({
347
+ tagName: 'ix-divider',
348
+ elementClass: IxDivider$1,
349
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
350
+ react: React,
351
+ events: {},
352
+ defineCustomElement: defineCustomElement$q
353
+ });
354
+ const IxDrawer = /*@__PURE__*/ createComponent({
355
+ tagName: 'ix-drawer',
356
+ elementClass: IxDrawer$1,
357
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
358
+ react: React,
359
+ events: {
360
+ onOpen: 'open',
361
+ onDrawerClose: 'drawerClose'
362
+ },
363
+ defineCustomElement: defineCustomElement$r
364
+ });
365
+ const IxDropdown = /*@__PURE__*/ createComponent({
366
+ tagName: 'ix-dropdown',
367
+ elementClass: IxDropdown$1,
368
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
369
+ react: React,
370
+ events: { onShowChanged: 'showChanged' },
371
+ defineCustomElement: defineCustomElement$s
372
+ });
373
+ const IxDropdownButton = /*@__PURE__*/ createComponent({
374
+ tagName: 'ix-dropdown-button',
375
+ elementClass: IxDropdownButton$1,
376
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
377
+ react: React,
378
+ events: {},
379
+ defineCustomElement: defineCustomElement$t
380
+ });
381
+ const IxDropdownHeader = /*@__PURE__*/ createComponent({
382
+ tagName: 'ix-dropdown-header',
383
+ elementClass: IxDropdownHeader$1,
384
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
385
+ react: React,
386
+ events: {},
387
+ defineCustomElement: defineCustomElement$u
388
+ });
389
+ const IxDropdownItem = /*@__PURE__*/ createComponent({
390
+ tagName: 'ix-dropdown-item',
391
+ elementClass: IxDropdownItem$1,
392
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
393
+ react: React,
394
+ events: {},
395
+ defineCustomElement: defineCustomElement$v
396
+ });
397
+ const IxDropdownQuickActions = /*@__PURE__*/ createComponent({
398
+ tagName: 'ix-dropdown-quick-actions',
399
+ elementClass: IxDropdownQuickActions$1,
400
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
401
+ react: React,
402
+ events: {},
403
+ defineCustomElement: defineCustomElement$w
404
+ });
405
+ const IxEmptyState = /*@__PURE__*/ createComponent({
406
+ tagName: 'ix-empty-state',
407
+ elementClass: IxEmptyState$1,
408
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
409
+ react: React,
410
+ events: { onActionClick: 'actionClick' },
411
+ defineCustomElement: defineCustomElement$x
412
+ });
413
+ const IxEventList = /*@__PURE__*/ createComponent({
414
+ tagName: 'ix-event-list',
415
+ elementClass: IxEventList$1,
416
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
417
+ react: React,
418
+ events: {},
419
+ defineCustomElement: defineCustomElement$y
420
+ });
421
+ const IxEventListItem = /*@__PURE__*/ createComponent({
422
+ tagName: 'ix-event-list-item',
423
+ elementClass: IxEventListItem$1,
424
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
425
+ react: React,
426
+ events: { onItemClick: 'itemClick' },
427
+ defineCustomElement: defineCustomElement$z
428
+ });
429
+ const IxExpandingSearch = /*@__PURE__*/ createComponent({
430
+ tagName: 'ix-expanding-search',
431
+ elementClass: IxExpandingSearch$1,
432
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
433
+ react: React,
434
+ events: { onValueChange: 'valueChange' },
435
+ defineCustomElement: defineCustomElement$A
436
+ });
437
+ const IxFieldLabel = /*@__PURE__*/ createComponent({
438
+ tagName: 'ix-field-label',
439
+ elementClass: IxFieldLabel$1,
440
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
441
+ react: React,
442
+ events: {},
443
+ defineCustomElement: defineCustomElement$B
444
+ });
445
+ const IxFilterChip = /*@__PURE__*/ createComponent({
446
+ tagName: 'ix-filter-chip',
447
+ elementClass: IxFilterChip$1,
448
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
449
+ react: React,
450
+ events: { onCloseClick: 'closeClick' },
451
+ defineCustomElement: defineCustomElement$C
452
+ });
453
+ const IxFlipTile = /*@__PURE__*/ createComponent({
454
+ tagName: 'ix-flip-tile',
455
+ elementClass: IxFlipTile$1,
456
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
457
+ react: React,
458
+ events: { onToggle: 'toggle' },
459
+ defineCustomElement: defineCustomElement$D
460
+ });
461
+ const IxFlipTileContent = /*@__PURE__*/ createComponent({
462
+ tagName: 'ix-flip-tile-content',
463
+ elementClass: IxFlipTileContent$1,
464
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
465
+ react: React,
466
+ events: {},
467
+ defineCustomElement: defineCustomElement$E
468
+ });
469
+ const IxGroup = /*@__PURE__*/ createComponent({
470
+ tagName: 'ix-group',
471
+ elementClass: IxGroup$1,
472
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
473
+ react: React,
474
+ events: {
475
+ onSelectGroup: 'selectGroup',
476
+ onSelectItem: 'selectItem',
477
+ onCollapsedChanged: 'collapsedChanged'
478
+ },
479
+ defineCustomElement: defineCustomElement$F
480
+ });
481
+ const IxGroupContextMenu = /*@__PURE__*/ createComponent({
482
+ tagName: 'ix-group-context-menu',
483
+ elementClass: IxGroupContextMenu$1,
484
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
485
+ react: React,
486
+ events: {},
487
+ defineCustomElement: defineCustomElement$G
488
+ });
489
+ const IxGroupItem = /*@__PURE__*/ createComponent({
490
+ tagName: 'ix-group-item',
491
+ elementClass: IxGroupItem$1,
492
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
493
+ react: React,
494
+ events: { onSelectedChanged: 'selectedChanged' },
495
+ defineCustomElement: defineCustomElement$H
496
+ });
497
+ const IxHelperText = /*@__PURE__*/ createComponent({
498
+ tagName: 'ix-helper-text',
499
+ elementClass: IxHelperText$1,
500
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
501
+ react: React,
502
+ events: {},
503
+ defineCustomElement: defineCustomElement$I
504
+ });
505
+ const IxIconButton = /*@__PURE__*/ createComponent({
506
+ tagName: 'ix-icon-button',
507
+ elementClass: IxIconButton$1,
508
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
509
+ react: React,
510
+ events: {},
511
+ defineCustomElement: defineCustomElement$J
512
+ });
513
+ const IxIconToggleButton = /*@__PURE__*/ createComponent({
514
+ tagName: 'ix-icon-toggle-button',
515
+ elementClass: IxIconToggleButton$1,
516
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
517
+ react: React,
518
+ events: { onPressedChange: 'pressedChange' },
519
+ defineCustomElement: defineCustomElement$K
520
+ });
521
+ const IxInput = /*@__PURE__*/ createComponent({
522
+ tagName: 'ix-input',
523
+ elementClass: IxInput$1,
524
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
525
+ react: React,
526
+ events: {
527
+ onValueChange: 'valueChange',
528
+ onValidityStateChange: 'validityStateChange',
529
+ onIxBlur: 'ixBlur'
530
+ },
531
+ defineCustomElement: defineCustomElement$L
532
+ });
533
+ const IxInputGroup = /*@__PURE__*/ createComponent({
534
+ tagName: 'ix-input-group',
535
+ elementClass: IxInputGroup$1,
536
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
537
+ react: React,
538
+ events: {},
539
+ defineCustomElement: defineCustomElement$M
540
+ });
541
+ const IxKeyValue = /*@__PURE__*/ createComponent({
542
+ tagName: 'ix-key-value',
543
+ elementClass: IxKeyValue$1,
544
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
545
+ react: React,
546
+ events: {},
547
+ defineCustomElement: defineCustomElement$N
548
+ });
549
+ const IxKeyValueList = /*@__PURE__*/ createComponent({
550
+ tagName: 'ix-key-value-list',
551
+ elementClass: IxKeyValueList$1,
552
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
553
+ react: React,
554
+ events: {},
555
+ defineCustomElement: defineCustomElement$O
556
+ });
557
+ const IxKpi = /*@__PURE__*/ createComponent({
558
+ tagName: 'ix-kpi',
559
+ elementClass: IxKpi$1,
560
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
561
+ react: React,
562
+ events: {},
563
+ defineCustomElement: defineCustomElement$P
564
+ });
565
+ const IxLayoutAuto = /*@__PURE__*/ createComponent({
566
+ tagName: 'ix-layout-auto',
567
+ elementClass: IxLayoutAuto$1,
568
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
569
+ react: React,
570
+ events: {},
571
+ defineCustomElement: defineCustomElement$Q
572
+ });
573
+ const IxLayoutGrid = /*@__PURE__*/ createComponent({
574
+ tagName: 'ix-layout-grid',
575
+ elementClass: IxLayoutGrid$1,
576
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
577
+ react: React,
578
+ events: {},
579
+ defineCustomElement: defineCustomElement$R
580
+ });
581
+ const IxLinkButton = /*@__PURE__*/ createComponent({
582
+ tagName: 'ix-link-button',
583
+ elementClass: IxLinkButton$1,
584
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
585
+ react: React,
586
+ events: {},
587
+ defineCustomElement: defineCustomElement$S
588
+ });
589
+ const IxMapNavigation = /*@__PURE__*/ createComponent({
590
+ tagName: 'ix-map-navigation',
591
+ elementClass: IxMapNavigation$1,
592
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
593
+ react: React,
594
+ events: {
595
+ onNavigationToggled: 'navigationToggled',
596
+ onContextMenuClick: 'contextMenuClick'
597
+ },
598
+ defineCustomElement: defineCustomElement$T
599
+ });
600
+ const IxMapNavigationOverlay = /*@__PURE__*/ createComponent({
601
+ tagName: 'ix-map-navigation-overlay',
602
+ elementClass: IxMapNavigationOverlay$1,
603
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
604
+ react: React,
605
+ events: { onCloseClick: 'closeClick' },
606
+ defineCustomElement: defineCustomElement$U
607
+ });
608
+ const IxMenu = /*@__PURE__*/ createComponent({
609
+ tagName: 'ix-menu',
610
+ elementClass: IxMenu$1,
611
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
612
+ react: React,
613
+ events: {
614
+ onExpandChange: 'expandChange',
615
+ onMapExpandChange: 'mapExpandChange',
616
+ onOpenAppSwitch: 'openAppSwitch',
617
+ onOpenSettings: 'openSettings',
618
+ onOpenAbout: 'openAbout'
619
+ },
620
+ defineCustomElement: defineCustomElement$V
621
+ });
622
+ const IxMenuAbout = /*@__PURE__*/ createComponent({
623
+ tagName: 'ix-menu-about',
624
+ elementClass: IxMenuAbout$1,
625
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
626
+ react: React,
627
+ events: {
628
+ onTabChange: 'tabChange',
629
+ onClose: 'close'
630
+ },
631
+ defineCustomElement: defineCustomElement$W
632
+ });
633
+ const IxMenuAboutItem = /*@__PURE__*/ createComponent({
634
+ tagName: 'ix-menu-about-item',
635
+ elementClass: IxMenuAboutItem$1,
636
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
637
+ react: React,
638
+ events: { onLabelChange: 'labelChange' },
639
+ defineCustomElement: defineCustomElement$X
640
+ });
641
+ const IxMenuAboutNews = /*@__PURE__*/ createComponent({
642
+ tagName: 'ix-menu-about-news',
643
+ elementClass: IxMenuAboutNews$1,
644
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
645
+ react: React,
646
+ events: {
647
+ onShowMore: 'showMore',
648
+ onClosePopover: 'closePopover'
649
+ },
650
+ defineCustomElement: defineCustomElement$Y
651
+ });
652
+ const IxMenuAvatar = /*@__PURE__*/ createComponent({
653
+ tagName: 'ix-menu-avatar',
654
+ elementClass: IxMenuAvatar$1,
655
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
656
+ react: React,
657
+ events: { onLogoutClick: 'logoutClick' },
658
+ defineCustomElement: defineCustomElement$Z
659
+ });
660
+ const IxMenuAvatarItem = /*@__PURE__*/ createComponent({
661
+ tagName: 'ix-menu-avatar-item',
662
+ elementClass: IxMenuAvatarItem$1,
663
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
664
+ react: React,
665
+ events: { onItemClick: 'itemClick' },
666
+ defineCustomElement: defineCustomElement$_
667
+ });
668
+ const IxMenuCategory = /*@__PURE__*/ createComponent({
669
+ tagName: 'ix-menu-category',
670
+ elementClass: IxMenuCategory$1,
671
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
672
+ react: React,
673
+ events: {},
674
+ defineCustomElement: defineCustomElement$$
675
+ });
676
+ const IxMenuItem = /*@__PURE__*/ createComponent({
677
+ tagName: 'ix-menu-item',
678
+ elementClass: IxMenuItem$1,
679
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
680
+ react: React,
681
+ events: {},
682
+ defineCustomElement: defineCustomElement$10
683
+ });
684
+ const IxMenuSettings = /*@__PURE__*/ createComponent({
685
+ tagName: 'ix-menu-settings',
686
+ elementClass: IxMenuSettings$1,
687
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
688
+ react: React,
689
+ events: {
690
+ onTabChange: 'tabChange',
691
+ onClose: 'close'
692
+ },
693
+ defineCustomElement: defineCustomElement$11
694
+ });
695
+ const IxMenuSettingsItem = /*@__PURE__*/ createComponent({
696
+ tagName: 'ix-menu-settings-item',
697
+ elementClass: IxMenuSettingsItem$1,
698
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
699
+ react: React,
700
+ events: { onLabelChange: 'labelChange' },
701
+ defineCustomElement: defineCustomElement$12
702
+ });
703
+ const IxMessageBar = /*@__PURE__*/ createComponent({
704
+ tagName: 'ix-message-bar',
705
+ elementClass: IxMessageBar$1,
706
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
707
+ react: React,
708
+ events: {
709
+ onClosedChange: 'closedChange',
710
+ onCloseAnimationCompleted: 'closeAnimationCompleted'
711
+ },
712
+ defineCustomElement: defineCustomElement$13
713
+ });
714
+ const IxModal = /*@__PURE__*/ createComponent({
715
+ tagName: 'ix-modal',
716
+ elementClass: IxModal$1,
717
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
718
+ react: React,
719
+ events: {
720
+ onDialogClose: 'dialogClose',
721
+ onDialogDismiss: 'dialogDismiss'
722
+ },
723
+ defineCustomElement: defineCustomElement$14
724
+ });
725
+ const IxModalContent = /*@__PURE__*/ createComponent({
726
+ tagName: 'ix-modal-content',
727
+ elementClass: IxModalContent$1,
728
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
729
+ react: React,
730
+ events: {},
731
+ defineCustomElement: defineCustomElement$15
732
+ });
733
+ const IxModalFooter = /*@__PURE__*/ createComponent({
734
+ tagName: 'ix-modal-footer',
735
+ elementClass: IxModalFooter$1,
736
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
737
+ react: React,
738
+ events: {},
739
+ defineCustomElement: defineCustomElement$16
740
+ });
741
+ const IxModalHeader = /*@__PURE__*/ createComponent({
742
+ tagName: 'ix-modal-header',
743
+ elementClass: IxModalHeader$1,
744
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
745
+ react: React,
746
+ events: { onCloseClick: 'closeClick' },
747
+ defineCustomElement: defineCustomElement$17
748
+ });
749
+ const IxNumberInput = /*@__PURE__*/ createComponent({
750
+ tagName: 'ix-number-input',
751
+ elementClass: IxNumberInput$1,
752
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
753
+ react: React,
754
+ events: {
755
+ onValueChange: 'valueChange',
756
+ onValidityStateChange: 'validityStateChange',
757
+ onIxBlur: 'ixBlur'
758
+ },
759
+ defineCustomElement: defineCustomElement$18
760
+ });
761
+ const IxPagination = /*@__PURE__*/ createComponent({
762
+ tagName: 'ix-pagination',
763
+ elementClass: IxPagination$1,
764
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
765
+ react: React,
766
+ events: {
767
+ onPageSelected: 'pageSelected',
768
+ onItemCountChanged: 'itemCountChanged'
769
+ },
770
+ defineCustomElement: defineCustomElement$19
771
+ });
772
+ const IxPane = /*@__PURE__*/ createComponent({
773
+ tagName: 'ix-pane',
774
+ elementClass: IxPane$1,
775
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
776
+ react: React,
777
+ events: {
778
+ onExpandedChanged: 'expandedChanged',
779
+ onVariantChanged: 'variantChanged',
780
+ onBorderlessChanged: 'borderlessChanged'
781
+ },
782
+ defineCustomElement: defineCustomElement$1a
783
+ });
784
+ const IxPaneLayout = /*@__PURE__*/ createComponent({
785
+ tagName: 'ix-pane-layout',
786
+ elementClass: IxPaneLayout$1,
787
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
788
+ react: React,
789
+ events: {},
790
+ defineCustomElement: defineCustomElement$1b
791
+ });
792
+ const IxPill = /*@__PURE__*/ createComponent({
793
+ tagName: 'ix-pill',
794
+ elementClass: IxPill$1,
795
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
796
+ react: React,
797
+ events: {},
798
+ defineCustomElement: defineCustomElement$1c
799
+ });
800
+ const IxProgressIndicator = /*@__PURE__*/ createComponent({
801
+ tagName: 'ix-progress-indicator',
802
+ elementClass: IxProgressIndicator$1,
803
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
804
+ react: React,
805
+ events: {},
806
+ defineCustomElement: defineCustomElement$1d
807
+ });
808
+ const IxPushCard = /*@__PURE__*/ createComponent({
809
+ tagName: 'ix-push-card',
810
+ elementClass: IxPushCard$1,
811
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
812
+ react: React,
813
+ events: {},
814
+ defineCustomElement: defineCustomElement$1e
815
+ });
816
+ const IxRadio = /*@__PURE__*/ createComponent({
817
+ tagName: 'ix-radio',
818
+ elementClass: IxRadio$1,
819
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
820
+ react: React,
821
+ events: {
822
+ onCheckedChange: 'checkedChange',
823
+ onValueChange: 'valueChange',
824
+ onIxBlur: 'ixBlur'
825
+ },
826
+ defineCustomElement: defineCustomElement$1f
827
+ });
828
+ const IxRadioGroup = /*@__PURE__*/ createComponent({
829
+ tagName: 'ix-radio-group',
830
+ elementClass: IxRadioGroup$1,
831
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
832
+ react: React,
833
+ events: { onValueChange: 'valueChange' },
834
+ defineCustomElement: defineCustomElement$1g
835
+ });
836
+ const IxRow = /*@__PURE__*/ createComponent({
837
+ tagName: 'ix-row',
838
+ elementClass: IxRow$1,
839
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
840
+ react: React,
841
+ events: {},
842
+ defineCustomElement: defineCustomElement$1h
843
+ });
844
+ const IxSelect = /*@__PURE__*/ createComponent({
845
+ tagName: 'ix-select',
846
+ elementClass: IxSelect$1,
847
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
848
+ react: React,
849
+ events: {
850
+ onValueChange: 'valueChange',
851
+ onInputChange: 'inputChange',
852
+ onAddItem: 'addItem',
853
+ onIxBlur: 'ixBlur'
854
+ },
855
+ defineCustomElement: defineCustomElement$1i
856
+ });
857
+ const IxSelectItem = /*@__PURE__*/ createComponent({
858
+ tagName: 'ix-select-item',
859
+ elementClass: IxSelectItem$1,
860
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
861
+ react: React,
862
+ events: { onItemClick: 'itemClick' },
863
+ defineCustomElement: defineCustomElement$1j
864
+ });
865
+ const IxSlider = /*@__PURE__*/ createComponent({
866
+ tagName: 'ix-slider',
867
+ elementClass: IxSlider$1,
868
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
869
+ react: React,
870
+ events: { onValueChange: 'valueChange' },
871
+ defineCustomElement: defineCustomElement$1k
872
+ });
873
+ const IxSpinner = /*@__PURE__*/ createComponent({
874
+ tagName: 'ix-spinner',
875
+ elementClass: IxSpinner$1,
876
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
877
+ react: React,
878
+ events: {},
879
+ defineCustomElement: defineCustomElement$1l
880
+ });
881
+ const IxSplitButton = /*@__PURE__*/ createComponent({
882
+ tagName: 'ix-split-button',
883
+ elementClass: IxSplitButton$1,
884
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
885
+ react: React,
886
+ events: { onButtonClick: 'buttonClick' },
887
+ defineCustomElement: defineCustomElement$1m
888
+ });
889
+ const IxTabItem = /*@__PURE__*/ createComponent({
890
+ tagName: 'ix-tab-item',
891
+ elementClass: IxTabItem$1,
892
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
893
+ react: React,
894
+ events: { onTabClick: 'tabClick' },
895
+ defineCustomElement: defineCustomElement$1n
896
+ });
897
+ const IxTabs = /*@__PURE__*/ createComponent({
898
+ tagName: 'ix-tabs',
899
+ elementClass: IxTabs$1,
900
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
901
+ react: React,
902
+ events: { onSelectedChange: 'selectedChange' },
903
+ defineCustomElement: defineCustomElement$1o
904
+ });
905
+ const IxTextarea = /*@__PURE__*/ createComponent({
906
+ tagName: 'ix-textarea',
907
+ elementClass: IxTextarea$1,
908
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
909
+ react: React,
910
+ events: {
911
+ onValueChange: 'valueChange',
912
+ onValidityStateChange: 'validityStateChange',
913
+ onIxBlur: 'ixBlur'
914
+ },
915
+ defineCustomElement: defineCustomElement$1p
916
+ });
917
+ const IxTile = /*@__PURE__*/ createComponent({
918
+ tagName: 'ix-tile',
919
+ elementClass: IxTile$1,
920
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
921
+ react: React,
922
+ events: {},
923
+ defineCustomElement: defineCustomElement$1q
924
+ });
925
+ const IxTimeInput = /*@__PURE__*/ createComponent({
926
+ tagName: 'ix-time-input',
927
+ elementClass: IxTimeInput$1,
928
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
929
+ react: React,
930
+ events: {
931
+ onValueChange: 'valueChange',
932
+ onValidityStateChange: 'validityStateChange'
933
+ },
934
+ defineCustomElement: defineCustomElement$1r
935
+ });
936
+ const IxTimePicker = /*@__PURE__*/ createComponent({
937
+ tagName: 'ix-time-picker',
938
+ elementClass: IxTimePicker$1,
939
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
940
+ react: React,
941
+ events: {
942
+ onTimeSelect: 'timeSelect',
943
+ onTimeChange: 'timeChange'
944
+ },
945
+ defineCustomElement: defineCustomElement$1s
946
+ });
947
+ const IxToast = /*@__PURE__*/ createComponent({
948
+ tagName: 'ix-toast',
949
+ elementClass: IxToast$1,
950
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
951
+ react: React,
952
+ events: { onCloseToast: 'closeToast' },
953
+ defineCustomElement: defineCustomElement$1t
954
+ });
955
+ const IxToastContainer = /*@__PURE__*/ createComponent({
956
+ tagName: 'ix-toast-container',
957
+ elementClass: IxToastContainer$1,
958
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
959
+ react: React,
960
+ events: {},
961
+ defineCustomElement: defineCustomElement$1u
962
+ });
963
+ const IxToggle = /*@__PURE__*/ createComponent({
964
+ tagName: 'ix-toggle',
965
+ elementClass: IxToggle$1,
966
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
967
+ react: React,
968
+ events: {
969
+ onCheckedChange: 'checkedChange',
970
+ onIxBlur: 'ixBlur'
971
+ },
972
+ defineCustomElement: defineCustomElement$1v
973
+ });
974
+ const IxToggleButton = /*@__PURE__*/ createComponent({
975
+ tagName: 'ix-toggle-button',
976
+ elementClass: IxToggleButton$1,
977
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
978
+ react: React,
979
+ events: { onPressedChange: 'pressedChange' },
980
+ defineCustomElement: defineCustomElement$1w
981
+ });
982
+ const IxTooltip = /*@__PURE__*/ createComponent({
983
+ tagName: 'ix-tooltip',
984
+ elementClass: IxTooltip$1,
985
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
986
+ react: React,
987
+ events: {},
988
+ defineCustomElement: defineCustomElement$1x
989
+ });
990
+ const IxTypography = /*@__PURE__*/ createComponent({
991
+ tagName: 'ix-typography',
992
+ elementClass: IxTypography$1,
993
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
994
+ react: React,
995
+ events: {},
996
+ defineCustomElement: defineCustomElement$1y
997
+ });
998
+ const IxUpload = /*@__PURE__*/ createComponent({
999
+ tagName: 'ix-upload',
1000
+ elementClass: IxUpload$1,
1001
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1002
+ react: React,
1003
+ events: { onFilesChanged: 'filesChanged' },
1004
+ defineCustomElement: defineCustomElement$1z
1005
+ });
1006
+ const IxValidationTooltip = /*@__PURE__*/ createComponent({
1007
+ tagName: 'ix-validation-tooltip',
1008
+ elementClass: IxValidationTooltip$1,
1009
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1010
+ react: React,
1011
+ events: {},
1012
+ defineCustomElement: defineCustomElement$1A
1013
+ });
1014
+ const IxWorkflowStep = /*@__PURE__*/ createComponent({
1015
+ tagName: 'ix-workflow-step',
1016
+ elementClass: IxWorkflowStep$1,
1017
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1018
+ react: React,
1019
+ events: {},
1020
+ defineCustomElement: defineCustomElement$1B
1021
+ });
1022
+ const IxWorkflowSteps = /*@__PURE__*/ createComponent({
1023
+ tagName: 'ix-workflow-steps',
1024
+ elementClass: IxWorkflowSteps$1,
1025
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
1026
+ react: React,
1027
+ events: { onStepSelected: 'stepSelected' },
1028
+ defineCustomElement: defineCustomElement$1C
1029
+ });
1030
+
1031
+ 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, 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, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps };
1032
+ //# sourceMappingURL=components.js.map