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