@siemens/ix-react 3.0.0-alpha.0 → 3.0.0-alpha.3
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 +1006 -0
- package/dist/components.js.map +1 -0
- package/dist/components.server.js +1283 -0
- package/dist/components.server.js.map +1 -0
- package/dist/context/application-context.js +22 -0
- package/dist/context/application-context.js.map +1 -0
- package/dist/context/context.js +14 -0
- package/dist/context/context.js.map +1 -0
- package/dist/delegate.js +77 -0
- package/dist/delegate.js.map +1 -0
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -0
- package/dist/internal-components.js +13 -0
- package/dist/internal-components.js.map +1 -0
- package/dist/ix-icon.js +15 -0
- package/dist/ix-icon.js.map +1 -0
- package/dist/modal/index.js +17 -0
- package/dist/modal/index.js.map +1 -0
- package/dist/modal/modal.js +21 -0
- package/dist/modal/modal.js.map +1 -0
- package/dist/modal/portal.js +64 -0
- package/dist/modal/portal.js.map +1 -0
- package/dist/toast/toast.js +30 -0
- package/dist/toast/toast.js.map +1 -0
- package/dist/tree/internal-tree.js +21 -0
- package/dist/tree/internal-tree.js.map +1 -0
- package/dist/tree/tree.js +38 -0
- package/dist/tree/tree.js.map +1 -0
- package/dist/types/components/IxApplicationHeader.d.ts +12 -0
- package/dist/types/components/IxDateInput.d.ts +13 -0
- package/dist/types/components/IxFlipTile.d.ts +11 -0
- package/dist/types/components/IxMenu.d.ts +15 -0
- package/dist/types/components/IxMenuAbout.d.ts +13 -0
- package/dist/types/components/IxMenuSettings.d.ts +13 -0
- package/dist/types/components/IxMessageBar.d.ts +12 -0
- package/dist/types/components.d.ts +464 -0
- package/dist/types/components.server.d.ts +469 -0
- package/dist/types/context/application-context.d.ts +7 -0
- package/dist/types/context/context.d.ts +5 -0
- package/dist/types/context.d.ts +1 -0
- package/dist/types/delegate.d.ts +14 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/internal-components.d.ts +1 -0
- package/dist/types/ix-icon.d.ts +3 -0
- package/dist/types/modal/index.d.ts +6 -0
- package/dist/types/modal/modal.d.ts +9 -0
- package/dist/types/modal/portal.d.ts +5 -0
- package/dist/types/toast/index.d.ts +1 -0
- package/dist/types/toast/toast.d.ts +5 -0
- package/dist/types/tree/index.d.ts +1 -0
- package/dist/types/tree/internal-tree.d.ts +14 -0
- package/dist/types/tree/tree.d.ts +8 -0
- package/package.json +18 -12
|
@@ -0,0 +1,469 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { type BorderlessChangedEvent, type CustomCloseEvent, type CustomLabelChangeEvent, type DateChangeEvent, type DateInputValidityState, type DateRangeChangeEvent, type DateTimeDateChangeEvent, type DateTimeSelectEvent, type ExpandedChangedEvent, type FilterState, type InputState, type IxBreadcrumbCustomEvent, type IxCardListCustomEvent, type IxCategoryFilterCustomEvent, type IxDateDropdownCustomEvent, type IxDateInputCustomEvent, type IxDatePickerCustomEvent, type IxDatetimePickerCustomEvent, type IxGroupItemCustomEvent, type IxInputCustomEvent, type IxMenuAboutCustomEvent, type IxMenuAboutItemCustomEvent, type IxMenuAboutNewsCustomEvent, type IxMenuAvatarItemCustomEvent, type IxMenuSettingsCustomEvent, type IxMenuSettingsItemCustomEvent, type IxModalHeaderCustomEvent, type IxNumberInputCustomEvent, type IxPaneCustomEvent, type IxSplitButtonCustomEvent, type IxTabItemCustomEvent, type IxTextareaCustomEvent, type IxUploadCustomEvent, type TabClickDetail, type VariantChangedEvent } from "@siemens/ix";
|
|
9
|
+
import { IxActionCard as IxActionCardElement } from "@siemens/ix/components/ix-action-card.js";
|
|
10
|
+
import { IxApplicationHeader as IxApplicationHeaderElement } from "@siemens/ix/components/ix-application-header.js";
|
|
11
|
+
import { IxApplication as IxApplicationElement } from "@siemens/ix/components/ix-application.js";
|
|
12
|
+
import { IxAvatar as IxAvatarElement } from "@siemens/ix/components/ix-avatar.js";
|
|
13
|
+
import { IxBasicNavigation as IxBasicNavigationElement } from "@siemens/ix/components/ix-basic-navigation.js";
|
|
14
|
+
import { IxBlind as IxBlindElement } from "@siemens/ix/components/ix-blind.js";
|
|
15
|
+
import { IxBreadcrumbItem as IxBreadcrumbItemElement } from "@siemens/ix/components/ix-breadcrumb-item.js";
|
|
16
|
+
import { IxBreadcrumb as IxBreadcrumbElement } from "@siemens/ix/components/ix-breadcrumb.js";
|
|
17
|
+
import { IxButton as IxButtonElement } from "@siemens/ix/components/ix-button.js";
|
|
18
|
+
import { IxCardAccordion as IxCardAccordionElement } from "@siemens/ix/components/ix-card-accordion.js";
|
|
19
|
+
import { IxCardContent as IxCardContentElement } from "@siemens/ix/components/ix-card-content.js";
|
|
20
|
+
import { IxCardList as IxCardListElement } from "@siemens/ix/components/ix-card-list.js";
|
|
21
|
+
import { IxCardTitle as IxCardTitleElement } from "@siemens/ix/components/ix-card-title.js";
|
|
22
|
+
import { IxCard as IxCardElement } from "@siemens/ix/components/ix-card.js";
|
|
23
|
+
import { IxCategoryFilter as IxCategoryFilterElement } from "@siemens/ix/components/ix-category-filter.js";
|
|
24
|
+
import { IxCheckboxGroup as IxCheckboxGroupElement } from "@siemens/ix/components/ix-checkbox-group.js";
|
|
25
|
+
import { IxCheckbox as IxCheckboxElement } from "@siemens/ix/components/ix-checkbox.js";
|
|
26
|
+
import { IxChip as IxChipElement } from "@siemens/ix/components/ix-chip.js";
|
|
27
|
+
import { IxCol as IxColElement } from "@siemens/ix/components/ix-col.js";
|
|
28
|
+
import { IxContentHeader as IxContentHeaderElement } from "@siemens/ix/components/ix-content-header.js";
|
|
29
|
+
import { IxContent as IxContentElement } from "@siemens/ix/components/ix-content.js";
|
|
30
|
+
import { IxCustomField as IxCustomFieldElement } from "@siemens/ix/components/ix-custom-field.js";
|
|
31
|
+
import { IxDateDropdown as IxDateDropdownElement } from "@siemens/ix/components/ix-date-dropdown.js";
|
|
32
|
+
import { IxDateInput as IxDateInputElement } from "@siemens/ix/components/ix-date-input.js";
|
|
33
|
+
import { IxDatePicker as IxDatePickerElement } from "@siemens/ix/components/ix-date-picker.js";
|
|
34
|
+
import { IxDatetimePicker as IxDatetimePickerElement } from "@siemens/ix/components/ix-datetime-picker.js";
|
|
35
|
+
import { IxDivider as IxDividerElement } from "@siemens/ix/components/ix-divider.js";
|
|
36
|
+
import { IxDrawer as IxDrawerElement } from "@siemens/ix/components/ix-drawer.js";
|
|
37
|
+
import { IxDropdownButton as IxDropdownButtonElement } from "@siemens/ix/components/ix-dropdown-button.js";
|
|
38
|
+
import { IxDropdownHeader as IxDropdownHeaderElement } from "@siemens/ix/components/ix-dropdown-header.js";
|
|
39
|
+
import { IxDropdownItem as IxDropdownItemElement } from "@siemens/ix/components/ix-dropdown-item.js";
|
|
40
|
+
import { IxDropdownQuickActions as IxDropdownQuickActionsElement } from "@siemens/ix/components/ix-dropdown-quick-actions.js";
|
|
41
|
+
import { IxDropdown as IxDropdownElement } from "@siemens/ix/components/ix-dropdown.js";
|
|
42
|
+
import { IxEmptyState as IxEmptyStateElement } from "@siemens/ix/components/ix-empty-state.js";
|
|
43
|
+
import { IxEventListItem as IxEventListItemElement } from "@siemens/ix/components/ix-event-list-item.js";
|
|
44
|
+
import { IxEventList as IxEventListElement } from "@siemens/ix/components/ix-event-list.js";
|
|
45
|
+
import { IxExpandingSearch as IxExpandingSearchElement } from "@siemens/ix/components/ix-expanding-search.js";
|
|
46
|
+
import { IxFieldLabel as IxFieldLabelElement } from "@siemens/ix/components/ix-field-label.js";
|
|
47
|
+
import { IxFilterChip as IxFilterChipElement } from "@siemens/ix/components/ix-filter-chip.js";
|
|
48
|
+
import { IxFlipTileContent as IxFlipTileContentElement } from "@siemens/ix/components/ix-flip-tile-content.js";
|
|
49
|
+
import { IxFlipTile as IxFlipTileElement } from "@siemens/ix/components/ix-flip-tile.js";
|
|
50
|
+
import { IxGroupContextMenu as IxGroupContextMenuElement } from "@siemens/ix/components/ix-group-context-menu.js";
|
|
51
|
+
import { IxGroupItem as IxGroupItemElement } from "@siemens/ix/components/ix-group-item.js";
|
|
52
|
+
import { IxGroup as IxGroupElement } from "@siemens/ix/components/ix-group.js";
|
|
53
|
+
import { IxHelperText as IxHelperTextElement } from "@siemens/ix/components/ix-helper-text.js";
|
|
54
|
+
import { IxIconButton as IxIconButtonElement } from "@siemens/ix/components/ix-icon-button.js";
|
|
55
|
+
import { IxIconToggleButton as IxIconToggleButtonElement } from "@siemens/ix/components/ix-icon-toggle-button.js";
|
|
56
|
+
import { IxInputGroup as IxInputGroupElement } from "@siemens/ix/components/ix-input-group.js";
|
|
57
|
+
import { IxInput as IxInputElement } from "@siemens/ix/components/ix-input.js";
|
|
58
|
+
import { IxKeyValueList as IxKeyValueListElement } from "@siemens/ix/components/ix-key-value-list.js";
|
|
59
|
+
import { IxKeyValue as IxKeyValueElement } from "@siemens/ix/components/ix-key-value.js";
|
|
60
|
+
import { IxKpi as IxKpiElement } from "@siemens/ix/components/ix-kpi.js";
|
|
61
|
+
import { IxLayoutAuto as IxLayoutAutoElement } from "@siemens/ix/components/ix-layout-auto.js";
|
|
62
|
+
import { IxLayoutGrid as IxLayoutGridElement } from "@siemens/ix/components/ix-layout-grid.js";
|
|
63
|
+
import { IxLinkButton as IxLinkButtonElement } from "@siemens/ix/components/ix-link-button.js";
|
|
64
|
+
import { IxMapNavigationOverlay as IxMapNavigationOverlayElement } from "@siemens/ix/components/ix-map-navigation-overlay.js";
|
|
65
|
+
import { IxMapNavigation as IxMapNavigationElement } from "@siemens/ix/components/ix-map-navigation.js";
|
|
66
|
+
import { IxMenuAboutItem as IxMenuAboutItemElement } from "@siemens/ix/components/ix-menu-about-item.js";
|
|
67
|
+
import { IxMenuAboutNews as IxMenuAboutNewsElement } from "@siemens/ix/components/ix-menu-about-news.js";
|
|
68
|
+
import { IxMenuAbout as IxMenuAboutElement } from "@siemens/ix/components/ix-menu-about.js";
|
|
69
|
+
import { IxMenuAvatarItem as IxMenuAvatarItemElement } from "@siemens/ix/components/ix-menu-avatar-item.js";
|
|
70
|
+
import { IxMenuAvatar as IxMenuAvatarElement } from "@siemens/ix/components/ix-menu-avatar.js";
|
|
71
|
+
import { IxMenuCategory as IxMenuCategoryElement } from "@siemens/ix/components/ix-menu-category.js";
|
|
72
|
+
import { IxMenuItem as IxMenuItemElement } from "@siemens/ix/components/ix-menu-item.js";
|
|
73
|
+
import { IxMenuSettingsItem as IxMenuSettingsItemElement } from "@siemens/ix/components/ix-menu-settings-item.js";
|
|
74
|
+
import { IxMenuSettings as IxMenuSettingsElement } from "@siemens/ix/components/ix-menu-settings.js";
|
|
75
|
+
import { IxMenu as IxMenuElement } from "@siemens/ix/components/ix-menu.js";
|
|
76
|
+
import { IxMessageBar as IxMessageBarElement } from "@siemens/ix/components/ix-message-bar.js";
|
|
77
|
+
import { IxModalContent as IxModalContentElement } from "@siemens/ix/components/ix-modal-content.js";
|
|
78
|
+
import { IxModalFooter as IxModalFooterElement } from "@siemens/ix/components/ix-modal-footer.js";
|
|
79
|
+
import { IxModalHeader as IxModalHeaderElement } from "@siemens/ix/components/ix-modal-header.js";
|
|
80
|
+
import { IxModal as IxModalElement } from "@siemens/ix/components/ix-modal.js";
|
|
81
|
+
import { IxNumberInput as IxNumberInputElement } from "@siemens/ix/components/ix-number-input.js";
|
|
82
|
+
import { IxPagination as IxPaginationElement } from "@siemens/ix/components/ix-pagination.js";
|
|
83
|
+
import { IxPaneLayout as IxPaneLayoutElement } from "@siemens/ix/components/ix-pane-layout.js";
|
|
84
|
+
import { IxPane as IxPaneElement } from "@siemens/ix/components/ix-pane.js";
|
|
85
|
+
import { IxPill as IxPillElement } from "@siemens/ix/components/ix-pill.js";
|
|
86
|
+
import { IxPushCard as IxPushCardElement } from "@siemens/ix/components/ix-push-card.js";
|
|
87
|
+
import { IxRadioGroup as IxRadioGroupElement } from "@siemens/ix/components/ix-radio-group.js";
|
|
88
|
+
import { IxRadio as IxRadioElement } from "@siemens/ix/components/ix-radio.js";
|
|
89
|
+
import { IxRow as IxRowElement } from "@siemens/ix/components/ix-row.js";
|
|
90
|
+
import { IxSelectItem as IxSelectItemElement } from "@siemens/ix/components/ix-select-item.js";
|
|
91
|
+
import { IxSelect as IxSelectElement } from "@siemens/ix/components/ix-select.js";
|
|
92
|
+
import { IxSlider as IxSliderElement } from "@siemens/ix/components/ix-slider.js";
|
|
93
|
+
import { IxSpinner as IxSpinnerElement } from "@siemens/ix/components/ix-spinner.js";
|
|
94
|
+
import { IxSplitButton as IxSplitButtonElement } from "@siemens/ix/components/ix-split-button.js";
|
|
95
|
+
import { IxTabItem as IxTabItemElement } from "@siemens/ix/components/ix-tab-item.js";
|
|
96
|
+
import { IxTabs as IxTabsElement } from "@siemens/ix/components/ix-tabs.js";
|
|
97
|
+
import { IxTextarea as IxTextareaElement } from "@siemens/ix/components/ix-textarea.js";
|
|
98
|
+
import { IxTile as IxTileElement } from "@siemens/ix/components/ix-tile.js";
|
|
99
|
+
import { IxTimePicker as IxTimePickerElement } from "@siemens/ix/components/ix-time-picker.js";
|
|
100
|
+
import { IxToastContainer as IxToastContainerElement } from "@siemens/ix/components/ix-toast-container.js";
|
|
101
|
+
import { IxToast as IxToastElement } from "@siemens/ix/components/ix-toast.js";
|
|
102
|
+
import { IxToggleButton as IxToggleButtonElement } from "@siemens/ix/components/ix-toggle-button.js";
|
|
103
|
+
import { IxToggle as IxToggleElement } from "@siemens/ix/components/ix-toggle.js";
|
|
104
|
+
import { IxTooltip as IxTooltipElement } from "@siemens/ix/components/ix-tooltip.js";
|
|
105
|
+
import { IxTypography as IxTypographyElement } from "@siemens/ix/components/ix-typography.js";
|
|
106
|
+
import { IxUpload as IxUploadElement } from "@siemens/ix/components/ix-upload.js";
|
|
107
|
+
import { IxValidationTooltip as IxValidationTooltipElement } from "@siemens/ix/components/ix-validation-tooltip.js";
|
|
108
|
+
import { IxWorkflowStep as IxWorkflowStepElement } from "@siemens/ix/components/ix-workflow-step.js";
|
|
109
|
+
import { IxWorkflowSteps as IxWorkflowStepsElement } from "@siemens/ix/components/ix-workflow-steps.js";
|
|
110
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
111
|
+
import { type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';
|
|
112
|
+
export declare const serializeShadowRoot: SerializeShadowRootOptions;
|
|
113
|
+
export type IxActionCardEvents = NonNullable<unknown>;
|
|
114
|
+
export declare const IxActionCard: StencilReactComponent<IxActionCardElement, IxActionCardEvents>;
|
|
115
|
+
export type IxApplicationEvents = NonNullable<unknown>;
|
|
116
|
+
export declare const IxApplication: StencilReactComponent<IxApplicationElement, IxApplicationEvents>;
|
|
117
|
+
export type IxApplicationHeaderEvents = {
|
|
118
|
+
onMenuToggle: EventName<CustomEvent<boolean>>;
|
|
119
|
+
onOpenAppSwitch: EventName<CustomEvent<void>>;
|
|
120
|
+
};
|
|
121
|
+
export declare const IxApplicationHeader: StencilReactComponent<IxApplicationHeaderElement, IxApplicationHeaderEvents>;
|
|
122
|
+
export type IxAvatarEvents = NonNullable<unknown>;
|
|
123
|
+
export declare const IxAvatar: StencilReactComponent<IxAvatarElement, IxAvatarEvents>;
|
|
124
|
+
export type IxBasicNavigationEvents = NonNullable<unknown>;
|
|
125
|
+
export declare const IxBasicNavigation: StencilReactComponent<IxBasicNavigationElement, IxBasicNavigationEvents>;
|
|
126
|
+
export type IxBlindEvents = {
|
|
127
|
+
onCollapsedChange: EventName<CustomEvent<boolean>>;
|
|
128
|
+
};
|
|
129
|
+
export declare const IxBlind: StencilReactComponent<IxBlindElement, IxBlindEvents>;
|
|
130
|
+
export type IxBreadcrumbEvents = {
|
|
131
|
+
onItemClick: EventName<CustomEvent<string>>;
|
|
132
|
+
onNextClick: EventName<IxBreadcrumbCustomEvent<{
|
|
133
|
+
event: UIEvent;
|
|
134
|
+
item: string;
|
|
135
|
+
}>>;
|
|
136
|
+
};
|
|
137
|
+
export declare const IxBreadcrumb: StencilReactComponent<IxBreadcrumbElement, IxBreadcrumbEvents>;
|
|
138
|
+
export type IxBreadcrumbItemEvents = NonNullable<unknown>;
|
|
139
|
+
export declare const IxBreadcrumbItem: StencilReactComponent<IxBreadcrumbItemElement, IxBreadcrumbItemEvents>;
|
|
140
|
+
export type IxButtonEvents = NonNullable<unknown>;
|
|
141
|
+
export declare const IxButton: StencilReactComponent<IxButtonElement, IxButtonEvents>;
|
|
142
|
+
export type IxCardEvents = NonNullable<unknown>;
|
|
143
|
+
export declare const IxCard: StencilReactComponent<IxCardElement, IxCardEvents>;
|
|
144
|
+
export type IxCardAccordionEvents = NonNullable<unknown>;
|
|
145
|
+
export declare const IxCardAccordion: StencilReactComponent<IxCardAccordionElement, IxCardAccordionEvents>;
|
|
146
|
+
export type IxCardContentEvents = NonNullable<unknown>;
|
|
147
|
+
export declare const IxCardContent: StencilReactComponent<IxCardContentElement, IxCardContentEvents>;
|
|
148
|
+
export type IxCardListEvents = {
|
|
149
|
+
onCollapseChanged: EventName<CustomEvent<boolean>>;
|
|
150
|
+
onShowAllClick: EventName<IxCardListCustomEvent<{
|
|
151
|
+
nativeEvent: MouseEvent;
|
|
152
|
+
}>>;
|
|
153
|
+
onShowMoreCardClick: EventName<IxCardListCustomEvent<{
|
|
154
|
+
nativeEvent: MouseEvent;
|
|
155
|
+
}>>;
|
|
156
|
+
};
|
|
157
|
+
export declare const IxCardList: StencilReactComponent<IxCardListElement, IxCardListEvents>;
|
|
158
|
+
export type IxCardTitleEvents = NonNullable<unknown>;
|
|
159
|
+
export declare const IxCardTitle: StencilReactComponent<IxCardTitleElement, IxCardTitleEvents>;
|
|
160
|
+
export type IxCategoryFilterEvents = {
|
|
161
|
+
onCategoryChanged: EventName<CustomEvent<string>>;
|
|
162
|
+
onInputChanged: EventName<IxCategoryFilterCustomEvent<InputState>>;
|
|
163
|
+
onFilterChanged: EventName<IxCategoryFilterCustomEvent<FilterState>>;
|
|
164
|
+
onFilterCleared: EventName<CustomEvent<void>>;
|
|
165
|
+
};
|
|
166
|
+
export declare const IxCategoryFilter: StencilReactComponent<IxCategoryFilterElement, IxCategoryFilterEvents>;
|
|
167
|
+
export type IxCheckboxEvents = {
|
|
168
|
+
onCheckedChange: EventName<CustomEvent<boolean>>;
|
|
169
|
+
onValueChange: EventName<CustomEvent<string>>;
|
|
170
|
+
};
|
|
171
|
+
export declare const IxCheckbox: StencilReactComponent<IxCheckboxElement, IxCheckboxEvents>;
|
|
172
|
+
export type IxCheckboxGroupEvents = NonNullable<unknown>;
|
|
173
|
+
export declare const IxCheckboxGroup: StencilReactComponent<IxCheckboxGroupElement, IxCheckboxGroupEvents>;
|
|
174
|
+
export type IxChipEvents = {
|
|
175
|
+
onCloseChip: EventName<CustomEvent<any>>;
|
|
176
|
+
};
|
|
177
|
+
export declare const IxChip: StencilReactComponent<IxChipElement, IxChipEvents>;
|
|
178
|
+
export type IxColEvents = NonNullable<unknown>;
|
|
179
|
+
export declare const IxCol: StencilReactComponent<IxColElement, IxColEvents>;
|
|
180
|
+
export type IxContentEvents = NonNullable<unknown>;
|
|
181
|
+
export declare const IxContent: StencilReactComponent<IxContentElement, IxContentEvents>;
|
|
182
|
+
export type IxContentHeaderEvents = {
|
|
183
|
+
onBackButtonClick: EventName<CustomEvent<void>>;
|
|
184
|
+
};
|
|
185
|
+
export declare const IxContentHeader: StencilReactComponent<IxContentHeaderElement, IxContentHeaderEvents>;
|
|
186
|
+
export type IxCustomFieldEvents = NonNullable<unknown>;
|
|
187
|
+
export declare const IxCustomField: StencilReactComponent<IxCustomFieldElement, IxCustomFieldEvents>;
|
|
188
|
+
export type IxDateDropdownEvents = {
|
|
189
|
+
onDateRangeChange: EventName<IxDateDropdownCustomEvent<DateRangeChangeEvent>>;
|
|
190
|
+
};
|
|
191
|
+
export declare const IxDateDropdown: StencilReactComponent<IxDateDropdownElement, IxDateDropdownEvents>;
|
|
192
|
+
export type IxDateInputEvents = {
|
|
193
|
+
onValueChange: EventName<CustomEvent<string | undefined>>;
|
|
194
|
+
onValidityStateChange: EventName<IxDateInputCustomEvent<DateInputValidityState>>;
|
|
195
|
+
};
|
|
196
|
+
export declare const IxDateInput: StencilReactComponent<IxDateInputElement, IxDateInputEvents>;
|
|
197
|
+
export type IxDatePickerEvents = {
|
|
198
|
+
onDateChange: EventName<IxDatePickerCustomEvent<DateChangeEvent>>;
|
|
199
|
+
onDateRangeChange: EventName<IxDatePickerCustomEvent<DateChangeEvent>>;
|
|
200
|
+
onDateSelect: EventName<IxDatePickerCustomEvent<DateChangeEvent>>;
|
|
201
|
+
};
|
|
202
|
+
export declare const IxDatePicker: StencilReactComponent<IxDatePickerElement, IxDatePickerEvents>;
|
|
203
|
+
export type IxDatetimePickerEvents = {
|
|
204
|
+
onTimeChange: EventName<CustomEvent<string>>;
|
|
205
|
+
onDateChange: EventName<IxDatetimePickerCustomEvent<DateTimeDateChangeEvent>>;
|
|
206
|
+
onDateSelect: EventName<IxDatetimePickerCustomEvent<DateTimeSelectEvent>>;
|
|
207
|
+
};
|
|
208
|
+
export declare const IxDatetimePicker: StencilReactComponent<IxDatetimePickerElement, IxDatetimePickerEvents>;
|
|
209
|
+
export type IxDividerEvents = NonNullable<unknown>;
|
|
210
|
+
export declare const IxDivider: StencilReactComponent<IxDividerElement, IxDividerEvents>;
|
|
211
|
+
export type IxDrawerEvents = {
|
|
212
|
+
onOpen: EventName<CustomEvent<any>>;
|
|
213
|
+
onDrawerClose: EventName<CustomEvent<any>>;
|
|
214
|
+
};
|
|
215
|
+
export declare const IxDrawer: StencilReactComponent<IxDrawerElement, IxDrawerEvents>;
|
|
216
|
+
export type IxDropdownEvents = {
|
|
217
|
+
onShowChanged: EventName<CustomEvent<boolean>>;
|
|
218
|
+
};
|
|
219
|
+
export declare const IxDropdown: StencilReactComponent<IxDropdownElement, IxDropdownEvents>;
|
|
220
|
+
export type IxDropdownButtonEvents = NonNullable<unknown>;
|
|
221
|
+
export declare const IxDropdownButton: StencilReactComponent<IxDropdownButtonElement, IxDropdownButtonEvents>;
|
|
222
|
+
export type IxDropdownHeaderEvents = NonNullable<unknown>;
|
|
223
|
+
export declare const IxDropdownHeader: StencilReactComponent<IxDropdownHeaderElement, IxDropdownHeaderEvents>;
|
|
224
|
+
export type IxDropdownItemEvents = NonNullable<unknown>;
|
|
225
|
+
export declare const IxDropdownItem: StencilReactComponent<IxDropdownItemElement, IxDropdownItemEvents>;
|
|
226
|
+
export type IxDropdownQuickActionsEvents = NonNullable<unknown>;
|
|
227
|
+
export declare const IxDropdownQuickActions: StencilReactComponent<IxDropdownQuickActionsElement, IxDropdownQuickActionsEvents>;
|
|
228
|
+
export type IxEmptyStateEvents = {
|
|
229
|
+
onActionClick: EventName<CustomEvent<void>>;
|
|
230
|
+
};
|
|
231
|
+
export declare const IxEmptyState: StencilReactComponent<IxEmptyStateElement, IxEmptyStateEvents>;
|
|
232
|
+
export type IxEventListEvents = NonNullable<unknown>;
|
|
233
|
+
export declare const IxEventList: StencilReactComponent<IxEventListElement, IxEventListEvents>;
|
|
234
|
+
export type IxEventListItemEvents = {
|
|
235
|
+
onItemClick: EventName<CustomEvent<any>>;
|
|
236
|
+
};
|
|
237
|
+
export declare const IxEventListItem: StencilReactComponent<IxEventListItemElement, IxEventListItemEvents>;
|
|
238
|
+
export type IxExpandingSearchEvents = {
|
|
239
|
+
onValueChange: EventName<CustomEvent<string>>;
|
|
240
|
+
};
|
|
241
|
+
export declare const IxExpandingSearch: StencilReactComponent<IxExpandingSearchElement, IxExpandingSearchEvents>;
|
|
242
|
+
export type IxFieldLabelEvents = NonNullable<unknown>;
|
|
243
|
+
export declare const IxFieldLabel: StencilReactComponent<IxFieldLabelElement, IxFieldLabelEvents>;
|
|
244
|
+
export type IxFilterChipEvents = {
|
|
245
|
+
onCloseClick: EventName<CustomEvent<void>>;
|
|
246
|
+
};
|
|
247
|
+
export declare const IxFilterChip: StencilReactComponent<IxFilterChipElement, IxFilterChipEvents>;
|
|
248
|
+
export type IxFlipTileEvents = {
|
|
249
|
+
onToggle: EventName<CustomEvent<number>>;
|
|
250
|
+
};
|
|
251
|
+
export declare const IxFlipTile: StencilReactComponent<IxFlipTileElement, IxFlipTileEvents>;
|
|
252
|
+
export type IxFlipTileContentEvents = NonNullable<unknown>;
|
|
253
|
+
export declare const IxFlipTileContent: StencilReactComponent<IxFlipTileContentElement, IxFlipTileContentEvents>;
|
|
254
|
+
export type IxGroupEvents = {
|
|
255
|
+
onSelectGroup: EventName<CustomEvent<boolean>>;
|
|
256
|
+
onSelectItem: EventName<CustomEvent<number>>;
|
|
257
|
+
onCollapsedChanged: EventName<CustomEvent<boolean>>;
|
|
258
|
+
};
|
|
259
|
+
export declare const IxGroup: StencilReactComponent<IxGroupElement, IxGroupEvents>;
|
|
260
|
+
export type IxGroupContextMenuEvents = NonNullable<unknown>;
|
|
261
|
+
export declare const IxGroupContextMenu: StencilReactComponent<IxGroupContextMenuElement, IxGroupContextMenuEvents>;
|
|
262
|
+
export type IxGroupItemEvents = {
|
|
263
|
+
onSelectedChanged: EventName<IxGroupItemCustomEvent<HTMLIxGroupItemElement>>;
|
|
264
|
+
};
|
|
265
|
+
export declare const IxGroupItem: StencilReactComponent<IxGroupItemElement, IxGroupItemEvents>;
|
|
266
|
+
export type IxHelperTextEvents = NonNullable<unknown>;
|
|
267
|
+
export declare const IxHelperText: StencilReactComponent<IxHelperTextElement, IxHelperTextEvents>;
|
|
268
|
+
export type IxIconButtonEvents = NonNullable<unknown>;
|
|
269
|
+
export declare const IxIconButton: StencilReactComponent<IxIconButtonElement, IxIconButtonEvents>;
|
|
270
|
+
export type IxIconToggleButtonEvents = {
|
|
271
|
+
onPressedChange: EventName<CustomEvent<boolean>>;
|
|
272
|
+
};
|
|
273
|
+
export declare const IxIconToggleButton: StencilReactComponent<IxIconToggleButtonElement, IxIconToggleButtonEvents>;
|
|
274
|
+
export type IxInputEvents = {
|
|
275
|
+
onValueChange: EventName<CustomEvent<string>>;
|
|
276
|
+
onValidityStateChange: EventName<IxInputCustomEvent<ValidityState>>;
|
|
277
|
+
onIxBlur: EventName<CustomEvent<void>>;
|
|
278
|
+
};
|
|
279
|
+
export declare const IxInput: StencilReactComponent<IxInputElement, IxInputEvents>;
|
|
280
|
+
export type IxInputGroupEvents = NonNullable<unknown>;
|
|
281
|
+
export declare const IxInputGroup: StencilReactComponent<IxInputGroupElement, IxInputGroupEvents>;
|
|
282
|
+
export type IxKeyValueEvents = NonNullable<unknown>;
|
|
283
|
+
export declare const IxKeyValue: StencilReactComponent<IxKeyValueElement, IxKeyValueEvents>;
|
|
284
|
+
export type IxKeyValueListEvents = NonNullable<unknown>;
|
|
285
|
+
export declare const IxKeyValueList: StencilReactComponent<IxKeyValueListElement, IxKeyValueListEvents>;
|
|
286
|
+
export type IxKpiEvents = NonNullable<unknown>;
|
|
287
|
+
export declare const IxKpi: StencilReactComponent<IxKpiElement, IxKpiEvents>;
|
|
288
|
+
export type IxLayoutAutoEvents = NonNullable<unknown>;
|
|
289
|
+
export declare const IxLayoutAuto: StencilReactComponent<IxLayoutAutoElement, IxLayoutAutoEvents>;
|
|
290
|
+
export type IxLayoutGridEvents = NonNullable<unknown>;
|
|
291
|
+
export declare const IxLayoutGrid: StencilReactComponent<IxLayoutGridElement, IxLayoutGridEvents>;
|
|
292
|
+
export type IxLinkButtonEvents = NonNullable<unknown>;
|
|
293
|
+
export declare const IxLinkButton: StencilReactComponent<IxLinkButtonElement, IxLinkButtonEvents>;
|
|
294
|
+
export type IxMapNavigationEvents = {
|
|
295
|
+
onNavigationToggled: EventName<CustomEvent<boolean>>;
|
|
296
|
+
onContextMenuClick: EventName<CustomEvent<void>>;
|
|
297
|
+
};
|
|
298
|
+
export declare const IxMapNavigation: StencilReactComponent<IxMapNavigationElement, IxMapNavigationEvents>;
|
|
299
|
+
export type IxMapNavigationOverlayEvents = {
|
|
300
|
+
onCloseClick: EventName<CustomEvent<any>>;
|
|
301
|
+
};
|
|
302
|
+
export declare const IxMapNavigationOverlay: StencilReactComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents>;
|
|
303
|
+
export type IxMenuEvents = {
|
|
304
|
+
onExpandChange: EventName<CustomEvent<boolean>>;
|
|
305
|
+
onMapExpandChange: EventName<CustomEvent<boolean>>;
|
|
306
|
+
onOpenAppSwitch: EventName<CustomEvent<void>>;
|
|
307
|
+
onOpenSettings: EventName<CustomEvent<void>>;
|
|
308
|
+
onOpenAbout: EventName<CustomEvent<void>>;
|
|
309
|
+
};
|
|
310
|
+
export declare const IxMenu: StencilReactComponent<IxMenuElement, IxMenuEvents>;
|
|
311
|
+
export type IxMenuAboutEvents = {
|
|
312
|
+
onTabChange: EventName<CustomEvent<string>>;
|
|
313
|
+
onClose: EventName<IxMenuAboutCustomEvent<CustomCloseEvent>>;
|
|
314
|
+
};
|
|
315
|
+
export declare const IxMenuAbout: StencilReactComponent<IxMenuAboutElement, IxMenuAboutEvents>;
|
|
316
|
+
export type IxMenuAboutItemEvents = {
|
|
317
|
+
onLabelChange: EventName<IxMenuAboutItemCustomEvent<CustomLabelChangeEvent>>;
|
|
318
|
+
};
|
|
319
|
+
export declare const IxMenuAboutItem: StencilReactComponent<IxMenuAboutItemElement, IxMenuAboutItemEvents>;
|
|
320
|
+
export type IxMenuAboutNewsEvents = {
|
|
321
|
+
onShowMore: EventName<IxMenuAboutNewsCustomEvent<MouseEvent>>;
|
|
322
|
+
onClosePopover: EventName<CustomEvent<void>>;
|
|
323
|
+
};
|
|
324
|
+
export declare const IxMenuAboutNews: StencilReactComponent<IxMenuAboutNewsElement, IxMenuAboutNewsEvents>;
|
|
325
|
+
export type IxMenuAvatarEvents = {
|
|
326
|
+
onLogoutClick: EventName<CustomEvent<any>>;
|
|
327
|
+
};
|
|
328
|
+
export declare const IxMenuAvatar: StencilReactComponent<IxMenuAvatarElement, IxMenuAvatarEvents>;
|
|
329
|
+
export type IxMenuAvatarItemEvents = {
|
|
330
|
+
onItemClick: EventName<IxMenuAvatarItemCustomEvent<MouseEvent>>;
|
|
331
|
+
};
|
|
332
|
+
export declare const IxMenuAvatarItem: StencilReactComponent<IxMenuAvatarItemElement, IxMenuAvatarItemEvents>;
|
|
333
|
+
export type IxMenuCategoryEvents = NonNullable<unknown>;
|
|
334
|
+
export declare const IxMenuCategory: StencilReactComponent<IxMenuCategoryElement, IxMenuCategoryEvents>;
|
|
335
|
+
export type IxMenuItemEvents = NonNullable<unknown>;
|
|
336
|
+
export declare const IxMenuItem: StencilReactComponent<IxMenuItemElement, IxMenuItemEvents>;
|
|
337
|
+
export type IxMenuSettingsEvents = {
|
|
338
|
+
onTabChange: EventName<CustomEvent<string>>;
|
|
339
|
+
onClose: EventName<IxMenuSettingsCustomEvent<CustomCloseEvent>>;
|
|
340
|
+
};
|
|
341
|
+
export declare const IxMenuSettings: StencilReactComponent<IxMenuSettingsElement, IxMenuSettingsEvents>;
|
|
342
|
+
export type IxMenuSettingsItemEvents = {
|
|
343
|
+
onLabelChange: EventName<IxMenuSettingsItemCustomEvent<CustomLabelChangeEvent>>;
|
|
344
|
+
};
|
|
345
|
+
export declare const IxMenuSettingsItem: StencilReactComponent<IxMenuSettingsItemElement, IxMenuSettingsItemEvents>;
|
|
346
|
+
export type IxMessageBarEvents = {
|
|
347
|
+
onClosedChange: EventName<CustomEvent<any>>;
|
|
348
|
+
onCloseAnimationCompleted: EventName<CustomEvent<any>>;
|
|
349
|
+
};
|
|
350
|
+
export declare const IxMessageBar: StencilReactComponent<IxMessageBarElement, IxMessageBarEvents>;
|
|
351
|
+
export type IxModalEvents = {
|
|
352
|
+
onDialogClose: EventName<CustomEvent<any>>;
|
|
353
|
+
onDialogDismiss: EventName<CustomEvent<any>>;
|
|
354
|
+
};
|
|
355
|
+
export declare const IxModal: StencilReactComponent<IxModalElement, IxModalEvents>;
|
|
356
|
+
export type IxModalContentEvents = NonNullable<unknown>;
|
|
357
|
+
export declare const IxModalContent: StencilReactComponent<IxModalContentElement, IxModalContentEvents>;
|
|
358
|
+
export type IxModalFooterEvents = NonNullable<unknown>;
|
|
359
|
+
export declare const IxModalFooter: StencilReactComponent<IxModalFooterElement, IxModalFooterEvents>;
|
|
360
|
+
export type IxModalHeaderEvents = {
|
|
361
|
+
onCloseClick: EventName<IxModalHeaderCustomEvent<MouseEvent>>;
|
|
362
|
+
};
|
|
363
|
+
export declare const IxModalHeader: StencilReactComponent<IxModalHeaderElement, IxModalHeaderEvents>;
|
|
364
|
+
export type IxNumberInputEvents = {
|
|
365
|
+
onValueChange: EventName<CustomEvent<number>>;
|
|
366
|
+
onValidityStateChange: EventName<IxNumberInputCustomEvent<ValidityState>>;
|
|
367
|
+
onIxBlur: EventName<CustomEvent<void>>;
|
|
368
|
+
};
|
|
369
|
+
export declare const IxNumberInput: StencilReactComponent<IxNumberInputElement, IxNumberInputEvents>;
|
|
370
|
+
export type IxPaginationEvents = {
|
|
371
|
+
onPageSelected: EventName<CustomEvent<number>>;
|
|
372
|
+
onItemCountChanged: EventName<CustomEvent<number>>;
|
|
373
|
+
};
|
|
374
|
+
export declare const IxPagination: StencilReactComponent<IxPaginationElement, IxPaginationEvents>;
|
|
375
|
+
export type IxPaneEvents = {
|
|
376
|
+
onExpandedChanged: EventName<IxPaneCustomEvent<ExpandedChangedEvent>>;
|
|
377
|
+
onVariantChanged: EventName<IxPaneCustomEvent<VariantChangedEvent>>;
|
|
378
|
+
onBorderlessChanged: EventName<IxPaneCustomEvent<BorderlessChangedEvent>>;
|
|
379
|
+
};
|
|
380
|
+
export declare const IxPane: StencilReactComponent<IxPaneElement, IxPaneEvents>;
|
|
381
|
+
export type IxPaneLayoutEvents = NonNullable<unknown>;
|
|
382
|
+
export declare const IxPaneLayout: StencilReactComponent<IxPaneLayoutElement, IxPaneLayoutEvents>;
|
|
383
|
+
export type IxPillEvents = NonNullable<unknown>;
|
|
384
|
+
export declare const IxPill: StencilReactComponent<IxPillElement, IxPillEvents>;
|
|
385
|
+
export type IxPushCardEvents = NonNullable<unknown>;
|
|
386
|
+
export declare const IxPushCard: StencilReactComponent<IxPushCardElement, IxPushCardEvents>;
|
|
387
|
+
export type IxRadioEvents = {
|
|
388
|
+
onCheckedChange: EventName<CustomEvent<boolean>>;
|
|
389
|
+
onValueChange: EventName<CustomEvent<string>>;
|
|
390
|
+
};
|
|
391
|
+
export declare const IxRadio: StencilReactComponent<IxRadioElement, IxRadioEvents>;
|
|
392
|
+
export type IxRadioGroupEvents = {
|
|
393
|
+
onValueChange: EventName<CustomEvent<string>>;
|
|
394
|
+
};
|
|
395
|
+
export declare const IxRadioGroup: StencilReactComponent<IxRadioGroupElement, IxRadioGroupEvents>;
|
|
396
|
+
export type IxRowEvents = NonNullable<unknown>;
|
|
397
|
+
export declare const IxRow: StencilReactComponent<IxRowElement, IxRowEvents>;
|
|
398
|
+
export type IxSelectEvents = {
|
|
399
|
+
onValueChange: EventName<CustomEvent<string | string[]>>;
|
|
400
|
+
onInputChange: EventName<CustomEvent<string>>;
|
|
401
|
+
onAddItem: EventName<CustomEvent<string>>;
|
|
402
|
+
onIxBlur: EventName<CustomEvent<void>>;
|
|
403
|
+
};
|
|
404
|
+
export declare const IxSelect: StencilReactComponent<IxSelectElement, IxSelectEvents>;
|
|
405
|
+
export type IxSelectItemEvents = {
|
|
406
|
+
onItemClick: EventName<CustomEvent<string>>;
|
|
407
|
+
};
|
|
408
|
+
export declare const IxSelectItem: StencilReactComponent<IxSelectItemElement, IxSelectItemEvents>;
|
|
409
|
+
export type IxSliderEvents = {
|
|
410
|
+
onValueChange: EventName<CustomEvent<number>>;
|
|
411
|
+
};
|
|
412
|
+
export declare const IxSlider: StencilReactComponent<IxSliderElement, IxSliderEvents>;
|
|
413
|
+
export type IxSpinnerEvents = NonNullable<unknown>;
|
|
414
|
+
export declare const IxSpinner: StencilReactComponent<IxSpinnerElement, IxSpinnerEvents>;
|
|
415
|
+
export type IxSplitButtonEvents = {
|
|
416
|
+
onButtonClick: EventName<IxSplitButtonCustomEvent<MouseEvent>>;
|
|
417
|
+
};
|
|
418
|
+
export declare const IxSplitButton: StencilReactComponent<IxSplitButtonElement, IxSplitButtonEvents>;
|
|
419
|
+
export type IxTabItemEvents = {
|
|
420
|
+
onTabClick: EventName<IxTabItemCustomEvent<TabClickDetail>>;
|
|
421
|
+
};
|
|
422
|
+
export declare const IxTabItem: StencilReactComponent<IxTabItemElement, IxTabItemEvents>;
|
|
423
|
+
export type IxTabsEvents = {
|
|
424
|
+
onSelectedChange: EventName<CustomEvent<number>>;
|
|
425
|
+
};
|
|
426
|
+
export declare const IxTabs: StencilReactComponent<IxTabsElement, IxTabsEvents>;
|
|
427
|
+
export type IxTextareaEvents = {
|
|
428
|
+
onValueChange: EventName<CustomEvent<string>>;
|
|
429
|
+
onValidityStateChange: EventName<IxTextareaCustomEvent<ValidityState>>;
|
|
430
|
+
onIxBlur: EventName<CustomEvent<void>>;
|
|
431
|
+
};
|
|
432
|
+
export declare const IxTextarea: StencilReactComponent<IxTextareaElement, IxTextareaEvents>;
|
|
433
|
+
export type IxTileEvents = NonNullable<unknown>;
|
|
434
|
+
export declare const IxTile: StencilReactComponent<IxTileElement, IxTileEvents>;
|
|
435
|
+
export type IxTimePickerEvents = {
|
|
436
|
+
onTimeSelect: EventName<CustomEvent<string>>;
|
|
437
|
+
onTimeChange: EventName<CustomEvent<string>>;
|
|
438
|
+
};
|
|
439
|
+
export declare const IxTimePicker: StencilReactComponent<IxTimePickerElement, IxTimePickerEvents>;
|
|
440
|
+
export type IxToastEvents = {
|
|
441
|
+
onCloseToast: EventName<CustomEvent<any>>;
|
|
442
|
+
};
|
|
443
|
+
export declare const IxToast: StencilReactComponent<IxToastElement, IxToastEvents>;
|
|
444
|
+
export type IxToastContainerEvents = NonNullable<unknown>;
|
|
445
|
+
export declare const IxToastContainer: StencilReactComponent<IxToastContainerElement, IxToastContainerEvents>;
|
|
446
|
+
export type IxToggleEvents = {
|
|
447
|
+
onCheckedChange: EventName<CustomEvent<boolean>>;
|
|
448
|
+
};
|
|
449
|
+
export declare const IxToggle: StencilReactComponent<IxToggleElement, IxToggleEvents>;
|
|
450
|
+
export type IxToggleButtonEvents = {
|
|
451
|
+
onPressedChange: EventName<CustomEvent<boolean>>;
|
|
452
|
+
};
|
|
453
|
+
export declare const IxToggleButton: StencilReactComponent<IxToggleButtonElement, IxToggleButtonEvents>;
|
|
454
|
+
export type IxTooltipEvents = NonNullable<unknown>;
|
|
455
|
+
export declare const IxTooltip: StencilReactComponent<IxTooltipElement, IxTooltipEvents>;
|
|
456
|
+
export type IxTypographyEvents = NonNullable<unknown>;
|
|
457
|
+
export declare const IxTypography: StencilReactComponent<IxTypographyElement, IxTypographyEvents>;
|
|
458
|
+
export type IxUploadEvents = {
|
|
459
|
+
onFilesChanged: EventName<IxUploadCustomEvent<Array<File>>>;
|
|
460
|
+
};
|
|
461
|
+
export declare const IxUpload: StencilReactComponent<IxUploadElement, IxUploadEvents>;
|
|
462
|
+
export type IxValidationTooltipEvents = NonNullable<unknown>;
|
|
463
|
+
export declare const IxValidationTooltip: StencilReactComponent<IxValidationTooltipElement, IxValidationTooltipEvents>;
|
|
464
|
+
export type IxWorkflowStepEvents = NonNullable<unknown>;
|
|
465
|
+
export declare const IxWorkflowStep: StencilReactComponent<IxWorkflowStepElement, IxWorkflowStepEvents>;
|
|
466
|
+
export type IxWorkflowStepsEvents = {
|
|
467
|
+
onStepSelected: EventName<CustomEvent<number>>;
|
|
468
|
+
};
|
|
469
|
+
export declare const IxWorkflowSteps: StencilReactComponent<IxWorkflowStepsElement, IxWorkflowStepsEvents>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React, { PropsWithChildren } from 'react';
|
|
2
|
+
export type IxApplicationContextProps = PropsWithChildren;
|
|
3
|
+
export declare class IxApplicationContext extends React.Component<IxApplicationContextProps> {
|
|
4
|
+
private delegate;
|
|
5
|
+
constructor(props: IxApplicationContextProps);
|
|
6
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './context/application-context';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FrameworkDelegate } from '@siemens/ix';
|
|
2
|
+
export declare class ReactFrameworkDelegate implements FrameworkDelegate {
|
|
3
|
+
attachViewToPortal?: (id: string, view: any) => Promise<Element>;
|
|
4
|
+
removeViewFromPortal?: (id: string) => void;
|
|
5
|
+
resolvePortalInitPromise: (() => void) | undefined;
|
|
6
|
+
portalInitPromise: Promise<void>;
|
|
7
|
+
isUsingReactPortal: boolean;
|
|
8
|
+
constructor();
|
|
9
|
+
attachView(view: any): Promise<any>;
|
|
10
|
+
removeView(view: any): Promise<void>;
|
|
11
|
+
portalReady(): void;
|
|
12
|
+
private isPortalReady;
|
|
13
|
+
}
|
|
14
|
+
export declare const reactFrameworkDelegate: ReactFrameworkDelegate;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ModalConfig as IxModalConfig } from '@siemens/ix';
|
|
2
|
+
export * from './modal';
|
|
3
|
+
export type ModalConfig = {
|
|
4
|
+
content: React.ReactNode | string;
|
|
5
|
+
};
|
|
6
|
+
export declare function showModal(config: Omit<IxModalConfig, 'content'> & ModalConfig): Promise<import("@siemens/ix").ModalInstance<any>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ModalRef {
|
|
3
|
+
close: <T = any>(result: T) => void;
|
|
4
|
+
dismiss: <T = any>(result?: T) => void;
|
|
5
|
+
modalElement: HTMLIxModalElement | null;
|
|
6
|
+
}
|
|
7
|
+
export declare const Modal: React.ForwardRefExoticComponent<{
|
|
8
|
+
children?: React.ReactNode | undefined;
|
|
9
|
+
} & React.RefAttributes<ModalRef>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './toast';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './tree';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type IxTreeCustomEvent, type TreeContext } from '@siemens/ix';
|
|
2
|
+
import { IxTree as IxTreeElement } from '@siemens/ix/components/ix-tree.js';
|
|
3
|
+
import { type EventName, type StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
4
|
+
type IxTreeEvents = {
|
|
5
|
+
onContextChange: EventName<IxTreeCustomEvent<TreeContext>>;
|
|
6
|
+
onNodeToggled: EventName<CustomEvent<{
|
|
7
|
+
id: string;
|
|
8
|
+
isExpaned: boolean;
|
|
9
|
+
}>>;
|
|
10
|
+
onNodeClicked: EventName<CustomEvent<string>>;
|
|
11
|
+
onNodeRemoved: EventName<CustomEvent<any>>;
|
|
12
|
+
};
|
|
13
|
+
declare const InternalIxTree: StencilReactComponent<IxTreeElement, IxTreeEvents>;
|
|
14
|
+
export default InternalIxTree;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import InternalIxTree from './internal-tree';
|
|
3
|
+
type ExtractProps<TComponentOrTProps> = TComponentOrTProps extends React.ComponentType<infer TProps> ? TProps : TComponentOrTProps;
|
|
4
|
+
type IxTreeProps = ExtractProps<typeof InternalIxTree> & {
|
|
5
|
+
renderItem?: (data: any) => React.ReactNode;
|
|
6
|
+
};
|
|
7
|
+
export declare const IxTree: (props: IxTreeProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IxTree;
|