@siemens/ix-react 0.0.0-pr-1974-20250627142646 → 0.0.0-pr-2042-20250801111750
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/dist/components.js +172 -172
- package/dist/components.js.map +1 -1
- package/dist/components.server.js +181 -122
- package/dist/components.server.js.map +1 -1
- package/dist/context/application-context.js.map +1 -1
- package/dist/context/context.js.map +1 -1
- package/dist/delegate.js.map +1 -1
- package/dist/internal-components.js +6 -0
- package/dist/internal-components.js.map +1 -1
- package/dist/ix-icon.js +1 -1
- package/dist/modal/index.js.map +1 -1
- package/dist/modal/portal.js.map +1 -1
- package/dist/toast/toast.js +16 -6
- package/dist/toast/toast.js.map +1 -1
- package/dist/tree/internal-tree.js +1 -1
- package/dist/tree/tree.js +16 -11
- package/dist/tree/tree.js.map +1 -1
- package/dist/types/toast/toast.d.ts +3 -2
- package/dist/types/tree/tree.d.ts +19 -4
- package/package.json +15 -8
package/dist/components.js
CHANGED
|
@@ -1,107 +1,107 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { IxActionCard as IxActionCard$1
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import { IxModal as IxModal$1
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
2
|
+
import { defineCustomElement as defineCustomElement$1, IxActionCard as IxActionCard$1 } from '@siemens/ix/components/ix-action-card.js';
|
|
3
|
+
import { defineCustomElement as defineCustomElement$3, IxApplicationHeader as IxApplicationHeader$1 } from '@siemens/ix/components/ix-application-header.js';
|
|
4
|
+
import { defineCustomElement as defineCustomElement$2, IxApplication as IxApplication$1 } from '@siemens/ix/components/ix-application.js';
|
|
5
|
+
import { defineCustomElement as defineCustomElement$4, IxAvatar as IxAvatar$1 } from '@siemens/ix/components/ix-avatar.js';
|
|
6
|
+
import { defineCustomElement as defineCustomElement$5, IxBasicNavigation as IxBasicNavigation$1 } from '@siemens/ix/components/ix-basic-navigation.js';
|
|
7
|
+
import { defineCustomElement as defineCustomElement$6, IxBlind as IxBlind$1 } from '@siemens/ix/components/ix-blind.js';
|
|
8
|
+
import { defineCustomElement as defineCustomElement$8, IxBreadcrumbItem as IxBreadcrumbItem$1 } from '@siemens/ix/components/ix-breadcrumb-item.js';
|
|
9
|
+
import { defineCustomElement as defineCustomElement$7, IxBreadcrumb as IxBreadcrumb$1 } from '@siemens/ix/components/ix-breadcrumb.js';
|
|
10
|
+
import { defineCustomElement as defineCustomElement$9, IxButton as IxButton$1 } from '@siemens/ix/components/ix-button.js';
|
|
11
|
+
import { defineCustomElement as defineCustomElement$b, IxCardAccordion as IxCardAccordion$1 } from '@siemens/ix/components/ix-card-accordion.js';
|
|
12
|
+
import { defineCustomElement as defineCustomElement$c, IxCardContent as IxCardContent$1 } from '@siemens/ix/components/ix-card-content.js';
|
|
13
|
+
import { defineCustomElement as defineCustomElement$d, IxCardList as IxCardList$1 } from '@siemens/ix/components/ix-card-list.js';
|
|
14
|
+
import { defineCustomElement as defineCustomElement$e, IxCardTitle as IxCardTitle$1 } from '@siemens/ix/components/ix-card-title.js';
|
|
15
|
+
import { defineCustomElement as defineCustomElement$a, IxCard as IxCard$1 } from '@siemens/ix/components/ix-card.js';
|
|
16
|
+
import { defineCustomElement as defineCustomElement$f, IxCategoryFilter as IxCategoryFilter$1 } from '@siemens/ix/components/ix-category-filter.js';
|
|
17
|
+
import { defineCustomElement as defineCustomElement$h, IxCheckboxGroup as IxCheckboxGroup$1 } from '@siemens/ix/components/ix-checkbox-group.js';
|
|
18
|
+
import { defineCustomElement as defineCustomElement$g, IxCheckbox as IxCheckbox$1 } from '@siemens/ix/components/ix-checkbox.js';
|
|
19
|
+
import { defineCustomElement as defineCustomElement$i, IxChip as IxChip$1 } from '@siemens/ix/components/ix-chip.js';
|
|
20
|
+
import { defineCustomElement as defineCustomElement$j, IxCol as IxCol$1 } from '@siemens/ix/components/ix-col.js';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$l, IxContentHeader as IxContentHeader$1 } from '@siemens/ix/components/ix-content-header.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$k, IxContent as IxContent$1 } from '@siemens/ix/components/ix-content.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$m, IxCustomField as IxCustomField$1 } from '@siemens/ix/components/ix-custom-field.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$n, IxDateDropdown as IxDateDropdown$1 } from '@siemens/ix/components/ix-date-dropdown.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$o, IxDateInput as IxDateInput$1 } from '@siemens/ix/components/ix-date-input.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$p, IxDatePicker as IxDatePicker$1 } from '@siemens/ix/components/ix-date-picker.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$q, IxDatetimePicker as IxDatetimePicker$1 } from '@siemens/ix/components/ix-datetime-picker.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$r, IxDivider as IxDivider$1 } from '@siemens/ix/components/ix-divider.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$s, IxDrawer as IxDrawer$1 } from '@siemens/ix/components/ix-drawer.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$u, IxDropdownButton as IxDropdownButton$1 } from '@siemens/ix/components/ix-dropdown-button.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$v, IxDropdownHeader as IxDropdownHeader$1 } from '@siemens/ix/components/ix-dropdown-header.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$w, IxDropdownItem as IxDropdownItem$1 } from '@siemens/ix/components/ix-dropdown-item.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$x, IxDropdownQuickActions as IxDropdownQuickActions$1 } from '@siemens/ix/components/ix-dropdown-quick-actions.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$t, IxDropdown as IxDropdown$1 } from '@siemens/ix/components/ix-dropdown.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$y, IxEmptyState as IxEmptyState$1 } from '@siemens/ix/components/ix-empty-state.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$A, IxEventListItem as IxEventListItem$1 } from '@siemens/ix/components/ix-event-list-item.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$z, IxEventList as IxEventList$1 } from '@siemens/ix/components/ix-event-list.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$B, IxExpandingSearch as IxExpandingSearch$1 } from '@siemens/ix/components/ix-expanding-search.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$C, IxFieldLabel as IxFieldLabel$1 } from '@siemens/ix/components/ix-field-label.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$D, IxFilterChip as IxFilterChip$1 } from '@siemens/ix/components/ix-filter-chip.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$F, IxFlipTileContent as IxFlipTileContent$1 } from '@siemens/ix/components/ix-flip-tile-content.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$E, IxFlipTile as IxFlipTile$1 } from '@siemens/ix/components/ix-flip-tile.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$H, IxGroupContextMenu as IxGroupContextMenu$1 } from '@siemens/ix/components/ix-group-context-menu.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$I, IxGroupItem as IxGroupItem$1 } from '@siemens/ix/components/ix-group-item.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$G, IxGroup as IxGroup$1 } from '@siemens/ix/components/ix-group.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$J, IxHelperText as IxHelperText$1 } from '@siemens/ix/components/ix-helper-text.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$K, IxIconButton as IxIconButton$1 } from '@siemens/ix/components/ix-icon-button.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$L, IxIconToggleButton as IxIconToggleButton$1 } from '@siemens/ix/components/ix-icon-toggle-button.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$N, IxInputGroup as IxInputGroup$1 } from '@siemens/ix/components/ix-input-group.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$M, IxInput as IxInput$1 } from '@siemens/ix/components/ix-input.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$P, IxKeyValueList as IxKeyValueList$1 } from '@siemens/ix/components/ix-key-value-list.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$O, IxKeyValue as IxKeyValue$1 } from '@siemens/ix/components/ix-key-value.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$Q, IxKpi as IxKpi$1 } from '@siemens/ix/components/ix-kpi.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$R, IxLayoutAuto as IxLayoutAuto$1 } from '@siemens/ix/components/ix-layout-auto.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$S, IxLayoutGrid as IxLayoutGrid$1 } from '@siemens/ix/components/ix-layout-grid.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$T, IxLinkButton as IxLinkButton$1 } from '@siemens/ix/components/ix-link-button.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$V, IxMapNavigationOverlay as IxMapNavigationOverlay$1 } from '@siemens/ix/components/ix-map-navigation-overlay.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$U, IxMapNavigation as IxMapNavigation$1 } from '@siemens/ix/components/ix-map-navigation.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$Y, IxMenuAboutItem as IxMenuAboutItem$1 } from '@siemens/ix/components/ix-menu-about-item.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$Z, IxMenuAboutNews as IxMenuAboutNews$1 } from '@siemens/ix/components/ix-menu-about-news.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$X, IxMenuAbout as IxMenuAbout$1 } from '@siemens/ix/components/ix-menu-about.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$$, IxMenuAvatarItem as IxMenuAvatarItem$1 } from '@siemens/ix/components/ix-menu-avatar-item.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$_, IxMenuAvatar as IxMenuAvatar$1 } from '@siemens/ix/components/ix-menu-avatar.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$10, IxMenuCategory as IxMenuCategory$1 } from '@siemens/ix/components/ix-menu-category.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$11, IxMenuItem as IxMenuItem$1 } from '@siemens/ix/components/ix-menu-item.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$13, IxMenuSettingsItem as IxMenuSettingsItem$1 } from '@siemens/ix/components/ix-menu-settings-item.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$12, IxMenuSettings as IxMenuSettings$1 } from '@siemens/ix/components/ix-menu-settings.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$W, IxMenu as IxMenu$1 } from '@siemens/ix/components/ix-menu.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$14, IxMessageBar as IxMessageBar$1 } from '@siemens/ix/components/ix-message-bar.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$15, IxModalContent as IxModalContent$1 } from '@siemens/ix/components/ix-modal-content.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$16, IxModalFooter as IxModalFooter$1 } from '@siemens/ix/components/ix-modal-footer.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$17, IxModalHeader as IxModalHeader$1 } from '@siemens/ix/components/ix-modal-header.js';
|
|
73
|
+
import { defineCustomElement, IxModal as IxModal$1 } from '@siemens/ix/components/ix-modal.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$18, IxNumberInput as IxNumberInput$1 } from '@siemens/ix/components/ix-number-input.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$19, IxPagination as IxPagination$1 } from '@siemens/ix/components/ix-pagination.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$1b, IxPaneLayout as IxPaneLayout$1 } from '@siemens/ix/components/ix-pane-layout.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$1a, IxPane as IxPane$1 } from '@siemens/ix/components/ix-pane.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$1c, IxPill as IxPill$1 } from '@siemens/ix/components/ix-pill.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$1d, IxProgressIndicator as IxProgressIndicator$1 } from '@siemens/ix/components/ix-progress-indicator.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$1e, IxPushCard as IxPushCard$1 } from '@siemens/ix/components/ix-push-card.js';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$1g, IxRadioGroup as IxRadioGroup$1 } from '@siemens/ix/components/ix-radio-group.js';
|
|
82
|
+
import { defineCustomElement as defineCustomElement$1f, IxRadio as IxRadio$1 } from '@siemens/ix/components/ix-radio.js';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$1h, IxRow as IxRow$1 } from '@siemens/ix/components/ix-row.js';
|
|
84
|
+
import { defineCustomElement as defineCustomElement$1j, IxSelectItem as IxSelectItem$1 } from '@siemens/ix/components/ix-select-item.js';
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1i, IxSelect as IxSelect$1 } from '@siemens/ix/components/ix-select.js';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1k, IxSlider as IxSlider$1 } from '@siemens/ix/components/ix-slider.js';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1l, IxSpinner as IxSpinner$1 } from '@siemens/ix/components/ix-spinner.js';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1m, IxSplitButton as IxSplitButton$1 } from '@siemens/ix/components/ix-split-button.js';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1n, IxTabItem as IxTabItem$1 } from '@siemens/ix/components/ix-tab-item.js';
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1o, IxTabs as IxTabs$1 } from '@siemens/ix/components/ix-tabs.js';
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1p, IxTextarea as IxTextarea$1 } from '@siemens/ix/components/ix-textarea.js';
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1q, IxTile as IxTile$1 } from '@siemens/ix/components/ix-tile.js';
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1r, IxTimeInput as IxTimeInput$1 } from '@siemens/ix/components/ix-time-input.js';
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1s, IxTimePicker as IxTimePicker$1 } from '@siemens/ix/components/ix-time-picker.js';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1u, IxToastContainer as IxToastContainer$1 } from '@siemens/ix/components/ix-toast-container.js';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1t, IxToast as IxToast$1 } from '@siemens/ix/components/ix-toast.js';
|
|
97
|
+
import { defineCustomElement as defineCustomElement$1w, IxToggleButton as IxToggleButton$1 } from '@siemens/ix/components/ix-toggle-button.js';
|
|
98
|
+
import { defineCustomElement as defineCustomElement$1v, IxToggle as IxToggle$1 } from '@siemens/ix/components/ix-toggle.js';
|
|
99
|
+
import { defineCustomElement as defineCustomElement$1x, IxTooltip as IxTooltip$1 } from '@siemens/ix/components/ix-tooltip.js';
|
|
100
|
+
import { defineCustomElement as defineCustomElement$1y, IxTypography as IxTypography$1 } from '@siemens/ix/components/ix-typography.js';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1z, IxUpload as IxUpload$1 } from '@siemens/ix/components/ix-upload.js';
|
|
102
|
+
import { defineCustomElement as defineCustomElement$1A, IxValidationTooltip as IxValidationTooltip$1 } from '@siemens/ix/components/ix-validation-tooltip.js';
|
|
103
|
+
import { defineCustomElement as defineCustomElement$1B, IxWorkflowStep as IxWorkflowStep$1 } from '@siemens/ix/components/ix-workflow-step.js';
|
|
104
|
+
import { defineCustomElement as defineCustomElement$1C, IxWorkflowSteps as IxWorkflowSteps$1 } from '@siemens/ix/components/ix-workflow-steps.js';
|
|
105
105
|
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
106
106
|
import React from 'react';
|
|
107
107
|
|
|
@@ -111,7 +111,7 @@ const IxActionCard = /*@__PURE__*/ createComponent({
|
|
|
111
111
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
112
112
|
react: React,
|
|
113
113
|
events: {},
|
|
114
|
-
defineCustomElement: defineCustomElement
|
|
114
|
+
defineCustomElement: defineCustomElement$1
|
|
115
115
|
});
|
|
116
116
|
const IxApplication = /*@__PURE__*/ createComponent({
|
|
117
117
|
tagName: 'ix-application',
|
|
@@ -119,7 +119,7 @@ const IxApplication = /*@__PURE__*/ createComponent({
|
|
|
119
119
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
120
120
|
react: React,
|
|
121
121
|
events: {},
|
|
122
|
-
defineCustomElement: defineCustomElement$
|
|
122
|
+
defineCustomElement: defineCustomElement$2
|
|
123
123
|
});
|
|
124
124
|
const IxApplicationHeader = /*@__PURE__*/ createComponent({
|
|
125
125
|
tagName: 'ix-application-header',
|
|
@@ -130,7 +130,7 @@ const IxApplicationHeader = /*@__PURE__*/ createComponent({
|
|
|
130
130
|
onMenuToggle: 'menuToggle',
|
|
131
131
|
onOpenAppSwitch: 'openAppSwitch'
|
|
132
132
|
},
|
|
133
|
-
defineCustomElement: defineCustomElement$
|
|
133
|
+
defineCustomElement: defineCustomElement$3
|
|
134
134
|
});
|
|
135
135
|
const IxAvatar = /*@__PURE__*/ createComponent({
|
|
136
136
|
tagName: 'ix-avatar',
|
|
@@ -138,7 +138,7 @@ const IxAvatar = /*@__PURE__*/ createComponent({
|
|
|
138
138
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
139
139
|
react: React,
|
|
140
140
|
events: {},
|
|
141
|
-
defineCustomElement: defineCustomElement$
|
|
141
|
+
defineCustomElement: defineCustomElement$4
|
|
142
142
|
});
|
|
143
143
|
const IxBasicNavigation = /*@__PURE__*/ createComponent({
|
|
144
144
|
tagName: 'ix-basic-navigation',
|
|
@@ -146,7 +146,7 @@ const IxBasicNavigation = /*@__PURE__*/ createComponent({
|
|
|
146
146
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
147
147
|
react: React,
|
|
148
148
|
events: {},
|
|
149
|
-
defineCustomElement: defineCustomElement$
|
|
149
|
+
defineCustomElement: defineCustomElement$5
|
|
150
150
|
});
|
|
151
151
|
const IxBlind = /*@__PURE__*/ createComponent({
|
|
152
152
|
tagName: 'ix-blind',
|
|
@@ -154,7 +154,7 @@ const IxBlind = /*@__PURE__*/ createComponent({
|
|
|
154
154
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
155
155
|
react: React,
|
|
156
156
|
events: { onCollapsedChange: 'collapsedChange' },
|
|
157
|
-
defineCustomElement: defineCustomElement$
|
|
157
|
+
defineCustomElement: defineCustomElement$6
|
|
158
158
|
});
|
|
159
159
|
const IxBreadcrumb = /*@__PURE__*/ createComponent({
|
|
160
160
|
tagName: 'ix-breadcrumb',
|
|
@@ -165,7 +165,7 @@ const IxBreadcrumb = /*@__PURE__*/ createComponent({
|
|
|
165
165
|
onItemClick: 'itemClick',
|
|
166
166
|
onNextClick: 'nextClick'
|
|
167
167
|
},
|
|
168
|
-
defineCustomElement: defineCustomElement$
|
|
168
|
+
defineCustomElement: defineCustomElement$7
|
|
169
169
|
});
|
|
170
170
|
const IxBreadcrumbItem = /*@__PURE__*/ createComponent({
|
|
171
171
|
tagName: 'ix-breadcrumb-item',
|
|
@@ -173,7 +173,7 @@ const IxBreadcrumbItem = /*@__PURE__*/ createComponent({
|
|
|
173
173
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
174
174
|
react: React,
|
|
175
175
|
events: {},
|
|
176
|
-
defineCustomElement: defineCustomElement$
|
|
176
|
+
defineCustomElement: defineCustomElement$8
|
|
177
177
|
});
|
|
178
178
|
const IxButton = /*@__PURE__*/ createComponent({
|
|
179
179
|
tagName: 'ix-button',
|
|
@@ -181,7 +181,7 @@ const IxButton = /*@__PURE__*/ createComponent({
|
|
|
181
181
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
182
182
|
react: React,
|
|
183
183
|
events: {},
|
|
184
|
-
defineCustomElement: defineCustomElement$
|
|
184
|
+
defineCustomElement: defineCustomElement$9
|
|
185
185
|
});
|
|
186
186
|
const IxCard = /*@__PURE__*/ createComponent({
|
|
187
187
|
tagName: 'ix-card',
|
|
@@ -189,7 +189,7 @@ const IxCard = /*@__PURE__*/ createComponent({
|
|
|
189
189
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
190
190
|
react: React,
|
|
191
191
|
events: {},
|
|
192
|
-
defineCustomElement: defineCustomElement$
|
|
192
|
+
defineCustomElement: defineCustomElement$a
|
|
193
193
|
});
|
|
194
194
|
const IxCardAccordion = /*@__PURE__*/ createComponent({
|
|
195
195
|
tagName: 'ix-card-accordion',
|
|
@@ -197,7 +197,7 @@ const IxCardAccordion = /*@__PURE__*/ createComponent({
|
|
|
197
197
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
198
198
|
react: React,
|
|
199
199
|
events: {},
|
|
200
|
-
defineCustomElement: defineCustomElement$
|
|
200
|
+
defineCustomElement: defineCustomElement$b
|
|
201
201
|
});
|
|
202
202
|
const IxCardContent = /*@__PURE__*/ createComponent({
|
|
203
203
|
tagName: 'ix-card-content',
|
|
@@ -205,7 +205,7 @@ const IxCardContent = /*@__PURE__*/ createComponent({
|
|
|
205
205
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
206
206
|
react: React,
|
|
207
207
|
events: {},
|
|
208
|
-
defineCustomElement: defineCustomElement$
|
|
208
|
+
defineCustomElement: defineCustomElement$c
|
|
209
209
|
});
|
|
210
210
|
const IxCardList = /*@__PURE__*/ createComponent({
|
|
211
211
|
tagName: 'ix-card-list',
|
|
@@ -217,7 +217,7 @@ const IxCardList = /*@__PURE__*/ createComponent({
|
|
|
217
217
|
onShowAllClick: 'showAllClick',
|
|
218
218
|
onShowMoreCardClick: 'showMoreCardClick'
|
|
219
219
|
},
|
|
220
|
-
defineCustomElement: defineCustomElement$
|
|
220
|
+
defineCustomElement: defineCustomElement$d
|
|
221
221
|
});
|
|
222
222
|
const IxCardTitle = /*@__PURE__*/ createComponent({
|
|
223
223
|
tagName: 'ix-card-title',
|
|
@@ -225,7 +225,7 @@ const IxCardTitle = /*@__PURE__*/ createComponent({
|
|
|
225
225
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
226
226
|
react: React,
|
|
227
227
|
events: {},
|
|
228
|
-
defineCustomElement: defineCustomElement$
|
|
228
|
+
defineCustomElement: defineCustomElement$e
|
|
229
229
|
});
|
|
230
230
|
const IxCategoryFilter = /*@__PURE__*/ createComponent({
|
|
231
231
|
tagName: 'ix-category-filter',
|
|
@@ -238,7 +238,7 @@ const IxCategoryFilter = /*@__PURE__*/ createComponent({
|
|
|
238
238
|
onFilterChanged: 'filterChanged',
|
|
239
239
|
onFilterCleared: 'filterCleared'
|
|
240
240
|
},
|
|
241
|
-
defineCustomElement: defineCustomElement$
|
|
241
|
+
defineCustomElement: defineCustomElement$f
|
|
242
242
|
});
|
|
243
243
|
const IxCheckbox = /*@__PURE__*/ createComponent({
|
|
244
244
|
tagName: 'ix-checkbox',
|
|
@@ -250,7 +250,7 @@ const IxCheckbox = /*@__PURE__*/ createComponent({
|
|
|
250
250
|
onValueChange: 'valueChange',
|
|
251
251
|
onIxBlur: 'ixBlur'
|
|
252
252
|
},
|
|
253
|
-
defineCustomElement: defineCustomElement$
|
|
253
|
+
defineCustomElement: defineCustomElement$g
|
|
254
254
|
});
|
|
255
255
|
const IxCheckboxGroup = /*@__PURE__*/ createComponent({
|
|
256
256
|
tagName: 'ix-checkbox-group',
|
|
@@ -258,7 +258,7 @@ const IxCheckboxGroup = /*@__PURE__*/ createComponent({
|
|
|
258
258
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
259
259
|
react: React,
|
|
260
260
|
events: {},
|
|
261
|
-
defineCustomElement: defineCustomElement$
|
|
261
|
+
defineCustomElement: defineCustomElement$h
|
|
262
262
|
});
|
|
263
263
|
const IxChip = /*@__PURE__*/ createComponent({
|
|
264
264
|
tagName: 'ix-chip',
|
|
@@ -266,7 +266,7 @@ const IxChip = /*@__PURE__*/ createComponent({
|
|
|
266
266
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
267
267
|
react: React,
|
|
268
268
|
events: { onCloseChip: 'closeChip' },
|
|
269
|
-
defineCustomElement: defineCustomElement$
|
|
269
|
+
defineCustomElement: defineCustomElement$i
|
|
270
270
|
});
|
|
271
271
|
const IxCol = /*@__PURE__*/ createComponent({
|
|
272
272
|
tagName: 'ix-col',
|
|
@@ -274,7 +274,7 @@ const IxCol = /*@__PURE__*/ createComponent({
|
|
|
274
274
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
275
275
|
react: React,
|
|
276
276
|
events: {},
|
|
277
|
-
defineCustomElement: defineCustomElement$
|
|
277
|
+
defineCustomElement: defineCustomElement$j
|
|
278
278
|
});
|
|
279
279
|
const IxContent = /*@__PURE__*/ createComponent({
|
|
280
280
|
tagName: 'ix-content',
|
|
@@ -282,7 +282,7 @@ const IxContent = /*@__PURE__*/ createComponent({
|
|
|
282
282
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
283
283
|
react: React,
|
|
284
284
|
events: {},
|
|
285
|
-
defineCustomElement: defineCustomElement$
|
|
285
|
+
defineCustomElement: defineCustomElement$k
|
|
286
286
|
});
|
|
287
287
|
const IxContentHeader = /*@__PURE__*/ createComponent({
|
|
288
288
|
tagName: 'ix-content-header',
|
|
@@ -290,7 +290,7 @@ const IxContentHeader = /*@__PURE__*/ createComponent({
|
|
|
290
290
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
291
291
|
react: React,
|
|
292
292
|
events: { onBackButtonClick: 'backButtonClick' },
|
|
293
|
-
defineCustomElement: defineCustomElement$
|
|
293
|
+
defineCustomElement: defineCustomElement$l
|
|
294
294
|
});
|
|
295
295
|
const IxCustomField = /*@__PURE__*/ createComponent({
|
|
296
296
|
tagName: 'ix-custom-field',
|
|
@@ -298,7 +298,7 @@ const IxCustomField = /*@__PURE__*/ createComponent({
|
|
|
298
298
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
299
299
|
react: React,
|
|
300
300
|
events: {},
|
|
301
|
-
defineCustomElement: defineCustomElement$
|
|
301
|
+
defineCustomElement: defineCustomElement$m
|
|
302
302
|
});
|
|
303
303
|
const IxDateDropdown = /*@__PURE__*/ createComponent({
|
|
304
304
|
tagName: 'ix-date-dropdown',
|
|
@@ -306,7 +306,7 @@ const IxDateDropdown = /*@__PURE__*/ createComponent({
|
|
|
306
306
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
307
307
|
react: React,
|
|
308
308
|
events: { onDateRangeChange: 'dateRangeChange' },
|
|
309
|
-
defineCustomElement: defineCustomElement$
|
|
309
|
+
defineCustomElement: defineCustomElement$n
|
|
310
310
|
});
|
|
311
311
|
const IxDateInput = /*@__PURE__*/ createComponent({
|
|
312
312
|
tagName: 'ix-date-input',
|
|
@@ -317,7 +317,7 @@ const IxDateInput = /*@__PURE__*/ createComponent({
|
|
|
317
317
|
onValueChange: 'valueChange',
|
|
318
318
|
onValidityStateChange: 'validityStateChange'
|
|
319
319
|
},
|
|
320
|
-
defineCustomElement: defineCustomElement$
|
|
320
|
+
defineCustomElement: defineCustomElement$o
|
|
321
321
|
});
|
|
322
322
|
const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
323
323
|
tagName: 'ix-date-picker',
|
|
@@ -329,7 +329,7 @@ const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
|
329
329
|
onDateRangeChange: 'dateRangeChange',
|
|
330
330
|
onDateSelect: 'dateSelect'
|
|
331
331
|
},
|
|
332
|
-
defineCustomElement: defineCustomElement$
|
|
332
|
+
defineCustomElement: defineCustomElement$p
|
|
333
333
|
});
|
|
334
334
|
const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
335
335
|
tagName: 'ix-datetime-picker',
|
|
@@ -341,7 +341,7 @@ const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
|
341
341
|
onDateChange: 'dateChange',
|
|
342
342
|
onDateSelect: 'dateSelect'
|
|
343
343
|
},
|
|
344
|
-
defineCustomElement: defineCustomElement$
|
|
344
|
+
defineCustomElement: defineCustomElement$q
|
|
345
345
|
});
|
|
346
346
|
const IxDivider = /*@__PURE__*/ createComponent({
|
|
347
347
|
tagName: 'ix-divider',
|
|
@@ -349,7 +349,7 @@ const IxDivider = /*@__PURE__*/ createComponent({
|
|
|
349
349
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
350
350
|
react: React,
|
|
351
351
|
events: {},
|
|
352
|
-
defineCustomElement: defineCustomElement$
|
|
352
|
+
defineCustomElement: defineCustomElement$r
|
|
353
353
|
});
|
|
354
354
|
const IxDrawer = /*@__PURE__*/ createComponent({
|
|
355
355
|
tagName: 'ix-drawer',
|
|
@@ -360,7 +360,7 @@ const IxDrawer = /*@__PURE__*/ createComponent({
|
|
|
360
360
|
onOpen: 'open',
|
|
361
361
|
onDrawerClose: 'drawerClose'
|
|
362
362
|
},
|
|
363
|
-
defineCustomElement: defineCustomElement$
|
|
363
|
+
defineCustomElement: defineCustomElement$s
|
|
364
364
|
});
|
|
365
365
|
const IxDropdown = /*@__PURE__*/ createComponent({
|
|
366
366
|
tagName: 'ix-dropdown',
|
|
@@ -368,7 +368,7 @@ const IxDropdown = /*@__PURE__*/ createComponent({
|
|
|
368
368
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
369
369
|
react: React,
|
|
370
370
|
events: { onShowChanged: 'showChanged' },
|
|
371
|
-
defineCustomElement: defineCustomElement$
|
|
371
|
+
defineCustomElement: defineCustomElement$t
|
|
372
372
|
});
|
|
373
373
|
const IxDropdownButton = /*@__PURE__*/ createComponent({
|
|
374
374
|
tagName: 'ix-dropdown-button',
|
|
@@ -376,7 +376,7 @@ const IxDropdownButton = /*@__PURE__*/ createComponent({
|
|
|
376
376
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
377
377
|
react: React,
|
|
378
378
|
events: {},
|
|
379
|
-
defineCustomElement: defineCustomElement$
|
|
379
|
+
defineCustomElement: defineCustomElement$u
|
|
380
380
|
});
|
|
381
381
|
const IxDropdownHeader = /*@__PURE__*/ createComponent({
|
|
382
382
|
tagName: 'ix-dropdown-header',
|
|
@@ -384,7 +384,7 @@ const IxDropdownHeader = /*@__PURE__*/ createComponent({
|
|
|
384
384
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
385
385
|
react: React,
|
|
386
386
|
events: {},
|
|
387
|
-
defineCustomElement: defineCustomElement$
|
|
387
|
+
defineCustomElement: defineCustomElement$v
|
|
388
388
|
});
|
|
389
389
|
const IxDropdownItem = /*@__PURE__*/ createComponent({
|
|
390
390
|
tagName: 'ix-dropdown-item',
|
|
@@ -392,7 +392,7 @@ const IxDropdownItem = /*@__PURE__*/ createComponent({
|
|
|
392
392
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
393
393
|
react: React,
|
|
394
394
|
events: {},
|
|
395
|
-
defineCustomElement: defineCustomElement$
|
|
395
|
+
defineCustomElement: defineCustomElement$w
|
|
396
396
|
});
|
|
397
397
|
const IxDropdownQuickActions = /*@__PURE__*/ createComponent({
|
|
398
398
|
tagName: 'ix-dropdown-quick-actions',
|
|
@@ -400,7 +400,7 @@ const IxDropdownQuickActions = /*@__PURE__*/ createComponent({
|
|
|
400
400
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
401
401
|
react: React,
|
|
402
402
|
events: {},
|
|
403
|
-
defineCustomElement: defineCustomElement$
|
|
403
|
+
defineCustomElement: defineCustomElement$x
|
|
404
404
|
});
|
|
405
405
|
const IxEmptyState = /*@__PURE__*/ createComponent({
|
|
406
406
|
tagName: 'ix-empty-state',
|
|
@@ -408,7 +408,7 @@ const IxEmptyState = /*@__PURE__*/ createComponent({
|
|
|
408
408
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
409
409
|
react: React,
|
|
410
410
|
events: { onActionClick: 'actionClick' },
|
|
411
|
-
defineCustomElement: defineCustomElement$
|
|
411
|
+
defineCustomElement: defineCustomElement$y
|
|
412
412
|
});
|
|
413
413
|
const IxEventList = /*@__PURE__*/ createComponent({
|
|
414
414
|
tagName: 'ix-event-list',
|
|
@@ -416,7 +416,7 @@ const IxEventList = /*@__PURE__*/ createComponent({
|
|
|
416
416
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
417
417
|
react: React,
|
|
418
418
|
events: {},
|
|
419
|
-
defineCustomElement: defineCustomElement$
|
|
419
|
+
defineCustomElement: defineCustomElement$z
|
|
420
420
|
});
|
|
421
421
|
const IxEventListItem = /*@__PURE__*/ createComponent({
|
|
422
422
|
tagName: 'ix-event-list-item',
|
|
@@ -424,7 +424,7 @@ const IxEventListItem = /*@__PURE__*/ createComponent({
|
|
|
424
424
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
425
425
|
react: React,
|
|
426
426
|
events: { onItemClick: 'itemClick' },
|
|
427
|
-
defineCustomElement: defineCustomElement$
|
|
427
|
+
defineCustomElement: defineCustomElement$A
|
|
428
428
|
});
|
|
429
429
|
const IxExpandingSearch = /*@__PURE__*/ createComponent({
|
|
430
430
|
tagName: 'ix-expanding-search',
|
|
@@ -432,7 +432,7 @@ const IxExpandingSearch = /*@__PURE__*/ createComponent({
|
|
|
432
432
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
433
433
|
react: React,
|
|
434
434
|
events: { onValueChange: 'valueChange' },
|
|
435
|
-
defineCustomElement: defineCustomElement$
|
|
435
|
+
defineCustomElement: defineCustomElement$B
|
|
436
436
|
});
|
|
437
437
|
const IxFieldLabel = /*@__PURE__*/ createComponent({
|
|
438
438
|
tagName: 'ix-field-label',
|
|
@@ -440,7 +440,7 @@ const IxFieldLabel = /*@__PURE__*/ createComponent({
|
|
|
440
440
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
441
441
|
react: React,
|
|
442
442
|
events: {},
|
|
443
|
-
defineCustomElement: defineCustomElement$
|
|
443
|
+
defineCustomElement: defineCustomElement$C
|
|
444
444
|
});
|
|
445
445
|
const IxFilterChip = /*@__PURE__*/ createComponent({
|
|
446
446
|
tagName: 'ix-filter-chip',
|
|
@@ -448,7 +448,7 @@ const IxFilterChip = /*@__PURE__*/ createComponent({
|
|
|
448
448
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
449
449
|
react: React,
|
|
450
450
|
events: { onCloseClick: 'closeClick' },
|
|
451
|
-
defineCustomElement: defineCustomElement$
|
|
451
|
+
defineCustomElement: defineCustomElement$D
|
|
452
452
|
});
|
|
453
453
|
const IxFlipTile = /*@__PURE__*/ createComponent({
|
|
454
454
|
tagName: 'ix-flip-tile',
|
|
@@ -456,7 +456,7 @@ const IxFlipTile = /*@__PURE__*/ createComponent({
|
|
|
456
456
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
457
457
|
react: React,
|
|
458
458
|
events: { onToggle: 'toggle' },
|
|
459
|
-
defineCustomElement: defineCustomElement$
|
|
459
|
+
defineCustomElement: defineCustomElement$E
|
|
460
460
|
});
|
|
461
461
|
const IxFlipTileContent = /*@__PURE__*/ createComponent({
|
|
462
462
|
tagName: 'ix-flip-tile-content',
|
|
@@ -464,7 +464,7 @@ const IxFlipTileContent = /*@__PURE__*/ createComponent({
|
|
|
464
464
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
465
465
|
react: React,
|
|
466
466
|
events: {},
|
|
467
|
-
defineCustomElement: defineCustomElement$
|
|
467
|
+
defineCustomElement: defineCustomElement$F
|
|
468
468
|
});
|
|
469
469
|
const IxGroup = /*@__PURE__*/ createComponent({
|
|
470
470
|
tagName: 'ix-group',
|
|
@@ -476,7 +476,7 @@ const IxGroup = /*@__PURE__*/ createComponent({
|
|
|
476
476
|
onSelectItem: 'selectItem',
|
|
477
477
|
onCollapsedChanged: 'collapsedChanged'
|
|
478
478
|
},
|
|
479
|
-
defineCustomElement: defineCustomElement$
|
|
479
|
+
defineCustomElement: defineCustomElement$G
|
|
480
480
|
});
|
|
481
481
|
const IxGroupContextMenu = /*@__PURE__*/ createComponent({
|
|
482
482
|
tagName: 'ix-group-context-menu',
|
|
@@ -484,7 +484,7 @@ const IxGroupContextMenu = /*@__PURE__*/ createComponent({
|
|
|
484
484
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
485
485
|
react: React,
|
|
486
486
|
events: {},
|
|
487
|
-
defineCustomElement: defineCustomElement$
|
|
487
|
+
defineCustomElement: defineCustomElement$H
|
|
488
488
|
});
|
|
489
489
|
const IxGroupItem = /*@__PURE__*/ createComponent({
|
|
490
490
|
tagName: 'ix-group-item',
|
|
@@ -492,7 +492,7 @@ const IxGroupItem = /*@__PURE__*/ createComponent({
|
|
|
492
492
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
493
493
|
react: React,
|
|
494
494
|
events: { onSelectedChanged: 'selectedChanged' },
|
|
495
|
-
defineCustomElement: defineCustomElement$
|
|
495
|
+
defineCustomElement: defineCustomElement$I
|
|
496
496
|
});
|
|
497
497
|
const IxHelperText = /*@__PURE__*/ createComponent({
|
|
498
498
|
tagName: 'ix-helper-text',
|
|
@@ -500,7 +500,7 @@ const IxHelperText = /*@__PURE__*/ createComponent({
|
|
|
500
500
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
501
501
|
react: React,
|
|
502
502
|
events: {},
|
|
503
|
-
defineCustomElement: defineCustomElement$
|
|
503
|
+
defineCustomElement: defineCustomElement$J
|
|
504
504
|
});
|
|
505
505
|
const IxIconButton = /*@__PURE__*/ createComponent({
|
|
506
506
|
tagName: 'ix-icon-button',
|
|
@@ -508,7 +508,7 @@ const IxIconButton = /*@__PURE__*/ createComponent({
|
|
|
508
508
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
509
509
|
react: React,
|
|
510
510
|
events: {},
|
|
511
|
-
defineCustomElement: defineCustomElement$
|
|
511
|
+
defineCustomElement: defineCustomElement$K
|
|
512
512
|
});
|
|
513
513
|
const IxIconToggleButton = /*@__PURE__*/ createComponent({
|
|
514
514
|
tagName: 'ix-icon-toggle-button',
|
|
@@ -516,7 +516,7 @@ const IxIconToggleButton = /*@__PURE__*/ createComponent({
|
|
|
516
516
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
517
517
|
react: React,
|
|
518
518
|
events: { onPressedChange: 'pressedChange' },
|
|
519
|
-
defineCustomElement: defineCustomElement$
|
|
519
|
+
defineCustomElement: defineCustomElement$L
|
|
520
520
|
});
|
|
521
521
|
const IxInput = /*@__PURE__*/ createComponent({
|
|
522
522
|
tagName: 'ix-input',
|
|
@@ -528,7 +528,7 @@ const IxInput = /*@__PURE__*/ createComponent({
|
|
|
528
528
|
onValidityStateChange: 'validityStateChange',
|
|
529
529
|
onIxBlur: 'ixBlur'
|
|
530
530
|
},
|
|
531
|
-
defineCustomElement: defineCustomElement$
|
|
531
|
+
defineCustomElement: defineCustomElement$M
|
|
532
532
|
});
|
|
533
533
|
const IxInputGroup = /*@__PURE__*/ createComponent({
|
|
534
534
|
tagName: 'ix-input-group',
|
|
@@ -536,7 +536,7 @@ const IxInputGroup = /*@__PURE__*/ createComponent({
|
|
|
536
536
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
537
537
|
react: React,
|
|
538
538
|
events: {},
|
|
539
|
-
defineCustomElement: defineCustomElement$
|
|
539
|
+
defineCustomElement: defineCustomElement$N
|
|
540
540
|
});
|
|
541
541
|
const IxKeyValue = /*@__PURE__*/ createComponent({
|
|
542
542
|
tagName: 'ix-key-value',
|
|
@@ -544,7 +544,7 @@ const IxKeyValue = /*@__PURE__*/ createComponent({
|
|
|
544
544
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
545
545
|
react: React,
|
|
546
546
|
events: {},
|
|
547
|
-
defineCustomElement: defineCustomElement$
|
|
547
|
+
defineCustomElement: defineCustomElement$O
|
|
548
548
|
});
|
|
549
549
|
const IxKeyValueList = /*@__PURE__*/ createComponent({
|
|
550
550
|
tagName: 'ix-key-value-list',
|
|
@@ -552,7 +552,7 @@ const IxKeyValueList = /*@__PURE__*/ createComponent({
|
|
|
552
552
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
553
553
|
react: React,
|
|
554
554
|
events: {},
|
|
555
|
-
defineCustomElement: defineCustomElement$
|
|
555
|
+
defineCustomElement: defineCustomElement$P
|
|
556
556
|
});
|
|
557
557
|
const IxKpi = /*@__PURE__*/ createComponent({
|
|
558
558
|
tagName: 'ix-kpi',
|
|
@@ -560,7 +560,7 @@ const IxKpi = /*@__PURE__*/ createComponent({
|
|
|
560
560
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
561
561
|
react: React,
|
|
562
562
|
events: {},
|
|
563
|
-
defineCustomElement: defineCustomElement$
|
|
563
|
+
defineCustomElement: defineCustomElement$Q
|
|
564
564
|
});
|
|
565
565
|
const IxLayoutAuto = /*@__PURE__*/ createComponent({
|
|
566
566
|
tagName: 'ix-layout-auto',
|
|
@@ -568,7 +568,7 @@ const IxLayoutAuto = /*@__PURE__*/ createComponent({
|
|
|
568
568
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
569
569
|
react: React,
|
|
570
570
|
events: {},
|
|
571
|
-
defineCustomElement: defineCustomElement$
|
|
571
|
+
defineCustomElement: defineCustomElement$R
|
|
572
572
|
});
|
|
573
573
|
const IxLayoutGrid = /*@__PURE__*/ createComponent({
|
|
574
574
|
tagName: 'ix-layout-grid',
|
|
@@ -576,7 +576,7 @@ const IxLayoutGrid = /*@__PURE__*/ createComponent({
|
|
|
576
576
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
577
577
|
react: React,
|
|
578
578
|
events: {},
|
|
579
|
-
defineCustomElement: defineCustomElement$
|
|
579
|
+
defineCustomElement: defineCustomElement$S
|
|
580
580
|
});
|
|
581
581
|
const IxLinkButton = /*@__PURE__*/ createComponent({
|
|
582
582
|
tagName: 'ix-link-button',
|
|
@@ -584,7 +584,7 @@ const IxLinkButton = /*@__PURE__*/ createComponent({
|
|
|
584
584
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
585
585
|
react: React,
|
|
586
586
|
events: {},
|
|
587
|
-
defineCustomElement: defineCustomElement$
|
|
587
|
+
defineCustomElement: defineCustomElement$T
|
|
588
588
|
});
|
|
589
589
|
const IxMapNavigation = /*@__PURE__*/ createComponent({
|
|
590
590
|
tagName: 'ix-map-navigation',
|
|
@@ -595,7 +595,7 @@ const IxMapNavigation = /*@__PURE__*/ createComponent({
|
|
|
595
595
|
onNavigationToggled: 'navigationToggled',
|
|
596
596
|
onContextMenuClick: 'contextMenuClick'
|
|
597
597
|
},
|
|
598
|
-
defineCustomElement: defineCustomElement$
|
|
598
|
+
defineCustomElement: defineCustomElement$U
|
|
599
599
|
});
|
|
600
600
|
const IxMapNavigationOverlay = /*@__PURE__*/ createComponent({
|
|
601
601
|
tagName: 'ix-map-navigation-overlay',
|
|
@@ -603,7 +603,7 @@ const IxMapNavigationOverlay = /*@__PURE__*/ createComponent({
|
|
|
603
603
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
604
604
|
react: React,
|
|
605
605
|
events: { onCloseClick: 'closeClick' },
|
|
606
|
-
defineCustomElement: defineCustomElement$
|
|
606
|
+
defineCustomElement: defineCustomElement$V
|
|
607
607
|
});
|
|
608
608
|
const IxMenu = /*@__PURE__*/ createComponent({
|
|
609
609
|
tagName: 'ix-menu',
|
|
@@ -617,7 +617,7 @@ const IxMenu = /*@__PURE__*/ createComponent({
|
|
|
617
617
|
onOpenSettings: 'openSettings',
|
|
618
618
|
onOpenAbout: 'openAbout'
|
|
619
619
|
},
|
|
620
|
-
defineCustomElement: defineCustomElement$
|
|
620
|
+
defineCustomElement: defineCustomElement$W
|
|
621
621
|
});
|
|
622
622
|
const IxMenuAbout = /*@__PURE__*/ createComponent({
|
|
623
623
|
tagName: 'ix-menu-about',
|
|
@@ -628,7 +628,7 @@ const IxMenuAbout = /*@__PURE__*/ createComponent({
|
|
|
628
628
|
onTabChange: 'tabChange',
|
|
629
629
|
onClose: 'close'
|
|
630
630
|
},
|
|
631
|
-
defineCustomElement: defineCustomElement$
|
|
631
|
+
defineCustomElement: defineCustomElement$X
|
|
632
632
|
});
|
|
633
633
|
const IxMenuAboutItem = /*@__PURE__*/ createComponent({
|
|
634
634
|
tagName: 'ix-menu-about-item',
|
|
@@ -636,7 +636,7 @@ const IxMenuAboutItem = /*@__PURE__*/ createComponent({
|
|
|
636
636
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
637
637
|
react: React,
|
|
638
638
|
events: { onLabelChange: 'labelChange' },
|
|
639
|
-
defineCustomElement: defineCustomElement$
|
|
639
|
+
defineCustomElement: defineCustomElement$Y
|
|
640
640
|
});
|
|
641
641
|
const IxMenuAboutNews = /*@__PURE__*/ createComponent({
|
|
642
642
|
tagName: 'ix-menu-about-news',
|
|
@@ -647,7 +647,7 @@ const IxMenuAboutNews = /*@__PURE__*/ createComponent({
|
|
|
647
647
|
onShowMore: 'showMore',
|
|
648
648
|
onClosePopover: 'closePopover'
|
|
649
649
|
},
|
|
650
|
-
defineCustomElement: defineCustomElement$
|
|
650
|
+
defineCustomElement: defineCustomElement$Z
|
|
651
651
|
});
|
|
652
652
|
const IxMenuAvatar = /*@__PURE__*/ createComponent({
|
|
653
653
|
tagName: 'ix-menu-avatar',
|
|
@@ -655,7 +655,7 @@ const IxMenuAvatar = /*@__PURE__*/ createComponent({
|
|
|
655
655
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
656
656
|
react: React,
|
|
657
657
|
events: { onLogoutClick: 'logoutClick' },
|
|
658
|
-
defineCustomElement: defineCustomElement$
|
|
658
|
+
defineCustomElement: defineCustomElement$_
|
|
659
659
|
});
|
|
660
660
|
const IxMenuAvatarItem = /*@__PURE__*/ createComponent({
|
|
661
661
|
tagName: 'ix-menu-avatar-item',
|
|
@@ -663,7 +663,7 @@ const IxMenuAvatarItem = /*@__PURE__*/ createComponent({
|
|
|
663
663
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
664
664
|
react: React,
|
|
665
665
|
events: { onItemClick: 'itemClick' },
|
|
666
|
-
defineCustomElement: defineCustomElement
|
|
666
|
+
defineCustomElement: defineCustomElement$$
|
|
667
667
|
});
|
|
668
668
|
const IxMenuCategory = /*@__PURE__*/ createComponent({
|
|
669
669
|
tagName: 'ix-menu-category',
|
|
@@ -671,7 +671,7 @@ const IxMenuCategory = /*@__PURE__*/ createComponent({
|
|
|
671
671
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
672
672
|
react: React,
|
|
673
673
|
events: {},
|
|
674
|
-
defineCustomElement: defineCustomElement
|
|
674
|
+
defineCustomElement: defineCustomElement$10
|
|
675
675
|
});
|
|
676
676
|
const IxMenuItem = /*@__PURE__*/ createComponent({
|
|
677
677
|
tagName: 'ix-menu-item',
|
|
@@ -679,7 +679,7 @@ const IxMenuItem = /*@__PURE__*/ createComponent({
|
|
|
679
679
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
680
680
|
react: React,
|
|
681
681
|
events: {},
|
|
682
|
-
defineCustomElement: defineCustomElement$
|
|
682
|
+
defineCustomElement: defineCustomElement$11
|
|
683
683
|
});
|
|
684
684
|
const IxMenuSettings = /*@__PURE__*/ createComponent({
|
|
685
685
|
tagName: 'ix-menu-settings',
|
|
@@ -690,7 +690,7 @@ const IxMenuSettings = /*@__PURE__*/ createComponent({
|
|
|
690
690
|
onTabChange: 'tabChange',
|
|
691
691
|
onClose: 'close'
|
|
692
692
|
},
|
|
693
|
-
defineCustomElement: defineCustomElement$
|
|
693
|
+
defineCustomElement: defineCustomElement$12
|
|
694
694
|
});
|
|
695
695
|
const IxMenuSettingsItem = /*@__PURE__*/ createComponent({
|
|
696
696
|
tagName: 'ix-menu-settings-item',
|
|
@@ -698,7 +698,7 @@ const IxMenuSettingsItem = /*@__PURE__*/ createComponent({
|
|
|
698
698
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
699
699
|
react: React,
|
|
700
700
|
events: { onLabelChange: 'labelChange' },
|
|
701
|
-
defineCustomElement: defineCustomElement$
|
|
701
|
+
defineCustomElement: defineCustomElement$13
|
|
702
702
|
});
|
|
703
703
|
const IxMessageBar = /*@__PURE__*/ createComponent({
|
|
704
704
|
tagName: 'ix-message-bar',
|
|
@@ -709,7 +709,7 @@ const IxMessageBar = /*@__PURE__*/ createComponent({
|
|
|
709
709
|
onClosedChange: 'closedChange',
|
|
710
710
|
onCloseAnimationCompleted: 'closeAnimationCompleted'
|
|
711
711
|
},
|
|
712
|
-
defineCustomElement: defineCustomElement$
|
|
712
|
+
defineCustomElement: defineCustomElement$14
|
|
713
713
|
});
|
|
714
714
|
const IxModal = /*@__PURE__*/ createComponent({
|
|
715
715
|
tagName: 'ix-modal',
|
|
@@ -720,7 +720,7 @@ const IxModal = /*@__PURE__*/ createComponent({
|
|
|
720
720
|
onDialogClose: 'dialogClose',
|
|
721
721
|
onDialogDismiss: 'dialogDismiss'
|
|
722
722
|
},
|
|
723
|
-
defineCustomElement: defineCustomElement
|
|
723
|
+
defineCustomElement: defineCustomElement
|
|
724
724
|
});
|
|
725
725
|
const IxModalContent = /*@__PURE__*/ createComponent({
|
|
726
726
|
tagName: 'ix-modal-content',
|