@siemens/ix-react 3.0.0-alpha.4 → 3.0.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.
@@ -245,7 +245,8 @@ const IxCheckbox = /*@__PURE__*/ createComponent({
245
245
  react: React,
246
246
  events: {
247
247
  onCheckedChange: 'checkedChange',
248
- onValueChange: 'valueChange'
248
+ onValueChange: 'valueChange',
249
+ onIxBlur: 'ixBlur'
249
250
  },
250
251
  defineCustomElement: defineCustomElement$f
251
252
  });
@@ -809,7 +810,8 @@ const IxRadio = /*@__PURE__*/ createComponent({
809
810
  react: React,
810
811
  events: {
811
812
  onCheckedChange: 'checkedChange',
812
- onValueChange: 'valueChange'
813
+ onValueChange: 'valueChange',
814
+ onIxBlur: 'ixBlur'
813
815
  },
814
816
  defineCustomElement: defineCustomElement$1e
815
817
  });
@@ -942,7 +944,10 @@ const IxToggle = /*@__PURE__*/ createComponent({
942
944
  elementClass: IxToggle$1,
943
945
  // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
944
946
  react: React,
945
- events: { onCheckedChange: 'checkedChange' },
947
+ events: {
948
+ onCheckedChange: 'checkedChange',
949
+ onIxBlur: 'ixBlur'
950
+ },
946
951
  defineCustomElement: defineCustomElement$1t
947
952
  });
948
953
  const IxToggleButton = /*@__PURE__*/ createComponent({
@@ -1 +1 @@
1
- {"version":3,"file":"components.js","sources":["../src/components.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { 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\";\nimport { IxActionCard as IxActionCardElement, defineCustomElement as defineIxActionCard } from \"@siemens/ix/components/ix-action-card.js\";\nimport { IxApplicationHeader as IxApplicationHeaderElement, defineCustomElement as defineIxApplicationHeader } from \"@siemens/ix/components/ix-application-header.js\";\nimport { IxApplication as IxApplicationElement, defineCustomElement as defineIxApplication } from \"@siemens/ix/components/ix-application.js\";\nimport { IxAvatar as IxAvatarElement, defineCustomElement as defineIxAvatar } from \"@siemens/ix/components/ix-avatar.js\";\nimport { IxBasicNavigation as IxBasicNavigationElement, defineCustomElement as defineIxBasicNavigation } from \"@siemens/ix/components/ix-basic-navigation.js\";\nimport { IxBlind as IxBlindElement, defineCustomElement as defineIxBlind } from \"@siemens/ix/components/ix-blind.js\";\nimport { IxBreadcrumbItem as IxBreadcrumbItemElement, defineCustomElement as defineIxBreadcrumbItem } from \"@siemens/ix/components/ix-breadcrumb-item.js\";\nimport { IxBreadcrumb as IxBreadcrumbElement, defineCustomElement as defineIxBreadcrumb } from \"@siemens/ix/components/ix-breadcrumb.js\";\nimport { IxButton as IxButtonElement, defineCustomElement as defineIxButton } from \"@siemens/ix/components/ix-button.js\";\nimport { IxCardAccordion as IxCardAccordionElement, defineCustomElement as defineIxCardAccordion } from \"@siemens/ix/components/ix-card-accordion.js\";\nimport { IxCardContent as IxCardContentElement, defineCustomElement as defineIxCardContent } from \"@siemens/ix/components/ix-card-content.js\";\nimport { IxCardList as IxCardListElement, defineCustomElement as defineIxCardList } from \"@siemens/ix/components/ix-card-list.js\";\nimport { IxCardTitle as IxCardTitleElement, defineCustomElement as defineIxCardTitle } from \"@siemens/ix/components/ix-card-title.js\";\nimport { IxCard as IxCardElement, defineCustomElement as defineIxCard } from \"@siemens/ix/components/ix-card.js\";\nimport { IxCategoryFilter as IxCategoryFilterElement, defineCustomElement as defineIxCategoryFilter } from \"@siemens/ix/components/ix-category-filter.js\";\nimport { IxCheckboxGroup as IxCheckboxGroupElement, defineCustomElement as defineIxCheckboxGroup } from \"@siemens/ix/components/ix-checkbox-group.js\";\nimport { IxCheckbox as IxCheckboxElement, defineCustomElement as defineIxCheckbox } from \"@siemens/ix/components/ix-checkbox.js\";\nimport { IxChip as IxChipElement, defineCustomElement as defineIxChip } from \"@siemens/ix/components/ix-chip.js\";\nimport { IxCol as IxColElement, defineCustomElement as defineIxCol } from \"@siemens/ix/components/ix-col.js\";\nimport { IxContentHeader as IxContentHeaderElement, defineCustomElement as defineIxContentHeader } from \"@siemens/ix/components/ix-content-header.js\";\nimport { IxContent as IxContentElement, defineCustomElement as defineIxContent } from \"@siemens/ix/components/ix-content.js\";\nimport { IxCustomField as IxCustomFieldElement, defineCustomElement as defineIxCustomField } from \"@siemens/ix/components/ix-custom-field.js\";\nimport { IxDateDropdown as IxDateDropdownElement, defineCustomElement as defineIxDateDropdown } from \"@siemens/ix/components/ix-date-dropdown.js\";\nimport { IxDateInput as IxDateInputElement, defineCustomElement as defineIxDateInput } from \"@siemens/ix/components/ix-date-input.js\";\nimport { IxDatePicker as IxDatePickerElement, defineCustomElement as defineIxDatePicker } from \"@siemens/ix/components/ix-date-picker.js\";\nimport { IxDatetimePicker as IxDatetimePickerElement, defineCustomElement as defineIxDatetimePicker } from \"@siemens/ix/components/ix-datetime-picker.js\";\nimport { IxDivider as IxDividerElement, defineCustomElement as defineIxDivider } from \"@siemens/ix/components/ix-divider.js\";\nimport { IxDrawer as IxDrawerElement, defineCustomElement as defineIxDrawer } from \"@siemens/ix/components/ix-drawer.js\";\nimport { IxDropdownButton as IxDropdownButtonElement, defineCustomElement as defineIxDropdownButton } from \"@siemens/ix/components/ix-dropdown-button.js\";\nimport { IxDropdownHeader as IxDropdownHeaderElement, defineCustomElement as defineIxDropdownHeader } from \"@siemens/ix/components/ix-dropdown-header.js\";\nimport { IxDropdownItem as IxDropdownItemElement, defineCustomElement as defineIxDropdownItem } from \"@siemens/ix/components/ix-dropdown-item.js\";\nimport { IxDropdownQuickActions as IxDropdownQuickActionsElement, defineCustomElement as defineIxDropdownQuickActions } from \"@siemens/ix/components/ix-dropdown-quick-actions.js\";\nimport { IxDropdown as IxDropdownElement, defineCustomElement as defineIxDropdown } from \"@siemens/ix/components/ix-dropdown.js\";\nimport { IxEmptyState as IxEmptyStateElement, defineCustomElement as defineIxEmptyState } from \"@siemens/ix/components/ix-empty-state.js\";\nimport { IxEventListItem as IxEventListItemElement, defineCustomElement as defineIxEventListItem } from \"@siemens/ix/components/ix-event-list-item.js\";\nimport { IxEventList as IxEventListElement, defineCustomElement as defineIxEventList } from \"@siemens/ix/components/ix-event-list.js\";\nimport { IxExpandingSearch as IxExpandingSearchElement, defineCustomElement as defineIxExpandingSearch } from \"@siemens/ix/components/ix-expanding-search.js\";\nimport { IxFieldLabel as IxFieldLabelElement, defineCustomElement as defineIxFieldLabel } from \"@siemens/ix/components/ix-field-label.js\";\nimport { IxFilterChip as IxFilterChipElement, defineCustomElement as defineIxFilterChip } from \"@siemens/ix/components/ix-filter-chip.js\";\nimport { IxFlipTileContent as IxFlipTileContentElement, defineCustomElement as defineIxFlipTileContent } from \"@siemens/ix/components/ix-flip-tile-content.js\";\nimport { IxFlipTile as IxFlipTileElement, defineCustomElement as defineIxFlipTile } from \"@siemens/ix/components/ix-flip-tile.js\";\nimport { IxGroupContextMenu as IxGroupContextMenuElement, defineCustomElement as defineIxGroupContextMenu } from \"@siemens/ix/components/ix-group-context-menu.js\";\nimport { IxGroupItem as IxGroupItemElement, defineCustomElement as defineIxGroupItem } from \"@siemens/ix/components/ix-group-item.js\";\nimport { IxGroup as IxGroupElement, defineCustomElement as defineIxGroup } from \"@siemens/ix/components/ix-group.js\";\nimport { IxHelperText as IxHelperTextElement, defineCustomElement as defineIxHelperText } from \"@siemens/ix/components/ix-helper-text.js\";\nimport { IxIconButton as IxIconButtonElement, defineCustomElement as defineIxIconButton } from \"@siemens/ix/components/ix-icon-button.js\";\nimport { IxIconToggleButton as IxIconToggleButtonElement, defineCustomElement as defineIxIconToggleButton } from \"@siemens/ix/components/ix-icon-toggle-button.js\";\nimport { IxInputGroup as IxInputGroupElement, defineCustomElement as defineIxInputGroup } from \"@siemens/ix/components/ix-input-group.js\";\nimport { IxInput as IxInputElement, defineCustomElement as defineIxInput } from \"@siemens/ix/components/ix-input.js\";\nimport { IxKeyValueList as IxKeyValueListElement, defineCustomElement as defineIxKeyValueList } from \"@siemens/ix/components/ix-key-value-list.js\";\nimport { IxKeyValue as IxKeyValueElement, defineCustomElement as defineIxKeyValue } from \"@siemens/ix/components/ix-key-value.js\";\nimport { IxKpi as IxKpiElement, defineCustomElement as defineIxKpi } from \"@siemens/ix/components/ix-kpi.js\";\nimport { IxLayoutAuto as IxLayoutAutoElement, defineCustomElement as defineIxLayoutAuto } from \"@siemens/ix/components/ix-layout-auto.js\";\nimport { IxLayoutGrid as IxLayoutGridElement, defineCustomElement as defineIxLayoutGrid } from \"@siemens/ix/components/ix-layout-grid.js\";\nimport { IxLinkButton as IxLinkButtonElement, defineCustomElement as defineIxLinkButton } from \"@siemens/ix/components/ix-link-button.js\";\nimport { IxMapNavigationOverlay as IxMapNavigationOverlayElement, defineCustomElement as defineIxMapNavigationOverlay } from \"@siemens/ix/components/ix-map-navigation-overlay.js\";\nimport { IxMapNavigation as IxMapNavigationElement, defineCustomElement as defineIxMapNavigation } from \"@siemens/ix/components/ix-map-navigation.js\";\nimport { IxMenuAboutItem as IxMenuAboutItemElement, defineCustomElement as defineIxMenuAboutItem } from \"@siemens/ix/components/ix-menu-about-item.js\";\nimport { IxMenuAboutNews as IxMenuAboutNewsElement, defineCustomElement as defineIxMenuAboutNews } from \"@siemens/ix/components/ix-menu-about-news.js\";\nimport { IxMenuAbout as IxMenuAboutElement, defineCustomElement as defineIxMenuAbout } from \"@siemens/ix/components/ix-menu-about.js\";\nimport { IxMenuAvatarItem as IxMenuAvatarItemElement, defineCustomElement as defineIxMenuAvatarItem } from \"@siemens/ix/components/ix-menu-avatar-item.js\";\nimport { IxMenuAvatar as IxMenuAvatarElement, defineCustomElement as defineIxMenuAvatar } from \"@siemens/ix/components/ix-menu-avatar.js\";\nimport { IxMenuCategory as IxMenuCategoryElement, defineCustomElement as defineIxMenuCategory } from \"@siemens/ix/components/ix-menu-category.js\";\nimport { IxMenuItem as IxMenuItemElement, defineCustomElement as defineIxMenuItem } from \"@siemens/ix/components/ix-menu-item.js\";\nimport { IxMenuSettingsItem as IxMenuSettingsItemElement, defineCustomElement as defineIxMenuSettingsItem } from \"@siemens/ix/components/ix-menu-settings-item.js\";\nimport { IxMenuSettings as IxMenuSettingsElement, defineCustomElement as defineIxMenuSettings } from \"@siemens/ix/components/ix-menu-settings.js\";\nimport { IxMenu as IxMenuElement, defineCustomElement as defineIxMenu } from \"@siemens/ix/components/ix-menu.js\";\nimport { IxMessageBar as IxMessageBarElement, defineCustomElement as defineIxMessageBar } from \"@siemens/ix/components/ix-message-bar.js\";\nimport { IxModalContent as IxModalContentElement, defineCustomElement as defineIxModalContent } from \"@siemens/ix/components/ix-modal-content.js\";\nimport { IxModalFooter as IxModalFooterElement, defineCustomElement as defineIxModalFooter } from \"@siemens/ix/components/ix-modal-footer.js\";\nimport { IxModalHeader as IxModalHeaderElement, defineCustomElement as defineIxModalHeader } from \"@siemens/ix/components/ix-modal-header.js\";\nimport { IxModal as IxModalElement, defineCustomElement as defineIxModal } from \"@siemens/ix/components/ix-modal.js\";\nimport { IxNumberInput as IxNumberInputElement, defineCustomElement as defineIxNumberInput } from \"@siemens/ix/components/ix-number-input.js\";\nimport { IxPagination as IxPaginationElement, defineCustomElement as defineIxPagination } from \"@siemens/ix/components/ix-pagination.js\";\nimport { IxPaneLayout as IxPaneLayoutElement, defineCustomElement as defineIxPaneLayout } from \"@siemens/ix/components/ix-pane-layout.js\";\nimport { IxPane as IxPaneElement, defineCustomElement as defineIxPane } from \"@siemens/ix/components/ix-pane.js\";\nimport { IxPill as IxPillElement, defineCustomElement as defineIxPill } from \"@siemens/ix/components/ix-pill.js\";\nimport { IxPushCard as IxPushCardElement, defineCustomElement as defineIxPushCard } from \"@siemens/ix/components/ix-push-card.js\";\nimport { IxRadioGroup as IxRadioGroupElement, defineCustomElement as defineIxRadioGroup } from \"@siemens/ix/components/ix-radio-group.js\";\nimport { IxRadio as IxRadioElement, defineCustomElement as defineIxRadio } from \"@siemens/ix/components/ix-radio.js\";\nimport { IxRow as IxRowElement, defineCustomElement as defineIxRow } from \"@siemens/ix/components/ix-row.js\";\nimport { IxSelectItem as IxSelectItemElement, defineCustomElement as defineIxSelectItem } from \"@siemens/ix/components/ix-select-item.js\";\nimport { IxSelect as IxSelectElement, defineCustomElement as defineIxSelect } from \"@siemens/ix/components/ix-select.js\";\nimport { IxSlider as IxSliderElement, defineCustomElement as defineIxSlider } from \"@siemens/ix/components/ix-slider.js\";\nimport { IxSpinner as IxSpinnerElement, defineCustomElement as defineIxSpinner } from \"@siemens/ix/components/ix-spinner.js\";\nimport { IxSplitButton as IxSplitButtonElement, defineCustomElement as defineIxSplitButton } from \"@siemens/ix/components/ix-split-button.js\";\nimport { IxTabItem as IxTabItemElement, defineCustomElement as defineIxTabItem } from \"@siemens/ix/components/ix-tab-item.js\";\nimport { IxTabs as IxTabsElement, defineCustomElement as defineIxTabs } from \"@siemens/ix/components/ix-tabs.js\";\nimport { IxTextarea as IxTextareaElement, defineCustomElement as defineIxTextarea } from \"@siemens/ix/components/ix-textarea.js\";\nimport { IxTile as IxTileElement, defineCustomElement as defineIxTile } from \"@siemens/ix/components/ix-tile.js\";\nimport { IxTimePicker as IxTimePickerElement, defineCustomElement as defineIxTimePicker } from \"@siemens/ix/components/ix-time-picker.js\";\nimport { IxToastContainer as IxToastContainerElement, defineCustomElement as defineIxToastContainer } from \"@siemens/ix/components/ix-toast-container.js\";\nimport { IxToast as IxToastElement, defineCustomElement as defineIxToast } from \"@siemens/ix/components/ix-toast.js\";\nimport { IxToggleButton as IxToggleButtonElement, defineCustomElement as defineIxToggleButton } from \"@siemens/ix/components/ix-toggle-button.js\";\nimport { IxToggle as IxToggleElement, defineCustomElement as defineIxToggle } from \"@siemens/ix/components/ix-toggle.js\";\nimport { IxTooltip as IxTooltipElement, defineCustomElement as defineIxTooltip } from \"@siemens/ix/components/ix-tooltip.js\";\nimport { IxTypography as IxTypographyElement, defineCustomElement as defineIxTypography } from \"@siemens/ix/components/ix-typography.js\";\nimport { IxUpload as IxUploadElement, defineCustomElement as defineIxUpload } from \"@siemens/ix/components/ix-upload.js\";\nimport { IxValidationTooltip as IxValidationTooltipElement, defineCustomElement as defineIxValidationTooltip } from \"@siemens/ix/components/ix-validation-tooltip.js\";\nimport { IxWorkflowStep as IxWorkflowStepElement, defineCustomElement as defineIxWorkflowStep } from \"@siemens/ix/components/ix-workflow-step.js\";\nimport { IxWorkflowSteps as IxWorkflowStepsElement, defineCustomElement as defineIxWorkflowSteps } from \"@siemens/ix/components/ix-workflow-steps.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\nexport type IxActionCardEvents = NonNullable<unknown>;\n\nexport const IxActionCard: StencilReactComponent<IxActionCardElement, IxActionCardEvents> = /*@__PURE__*/ createComponent<IxActionCardElement, IxActionCardEvents>({\n tagName: 'ix-action-card',\n elementClass: IxActionCardElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxActionCardEvents,\n defineCustomElement: defineIxActionCard\n});\n\nexport type IxApplicationEvents = NonNullable<unknown>;\n\nexport const IxApplication: StencilReactComponent<IxApplicationElement, IxApplicationEvents> = /*@__PURE__*/ createComponent<IxApplicationElement, IxApplicationEvents>({\n tagName: 'ix-application',\n elementClass: IxApplicationElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxApplicationEvents,\n defineCustomElement: defineIxApplication\n});\n\nexport type IxApplicationHeaderEvents = {\n onMenuToggle: EventName<CustomEvent<boolean>>,\n onOpenAppSwitch: EventName<CustomEvent<void>>\n};\n\nexport const IxApplicationHeader: StencilReactComponent<IxApplicationHeaderElement, IxApplicationHeaderEvents> = /*@__PURE__*/ createComponent<IxApplicationHeaderElement, IxApplicationHeaderEvents>({\n tagName: 'ix-application-header',\n elementClass: IxApplicationHeaderElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onMenuToggle: 'menuToggle',\n onOpenAppSwitch: 'openAppSwitch'\n } as IxApplicationHeaderEvents,\n defineCustomElement: defineIxApplicationHeader\n});\n\nexport type IxAvatarEvents = NonNullable<unknown>;\n\nexport const IxAvatar: StencilReactComponent<IxAvatarElement, IxAvatarEvents> = /*@__PURE__*/ createComponent<IxAvatarElement, IxAvatarEvents>({\n tagName: 'ix-avatar',\n elementClass: IxAvatarElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxAvatarEvents,\n defineCustomElement: defineIxAvatar\n});\n\nexport type IxBasicNavigationEvents = NonNullable<unknown>;\n\nexport const IxBasicNavigation: StencilReactComponent<IxBasicNavigationElement, IxBasicNavigationEvents> = /*@__PURE__*/ createComponent<IxBasicNavigationElement, IxBasicNavigationEvents>({\n tagName: 'ix-basic-navigation',\n elementClass: IxBasicNavigationElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxBasicNavigationEvents,\n defineCustomElement: defineIxBasicNavigation\n});\n\nexport type IxBlindEvents = { onCollapsedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxBlind: StencilReactComponent<IxBlindElement, IxBlindEvents> = /*@__PURE__*/ createComponent<IxBlindElement, IxBlindEvents>({\n tagName: 'ix-blind',\n elementClass: IxBlindElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCollapsedChange: 'collapsedChange' } as IxBlindEvents,\n defineCustomElement: defineIxBlind\n});\n\nexport type IxBreadcrumbEvents = {\n onItemClick: EventName<CustomEvent<string>>,\n onNextClick: EventName<IxBreadcrumbCustomEvent<{ event: UIEvent; item: string }>>\n};\n\nexport const IxBreadcrumb: StencilReactComponent<IxBreadcrumbElement, IxBreadcrumbEvents> = /*@__PURE__*/ createComponent<IxBreadcrumbElement, IxBreadcrumbEvents>({\n tagName: 'ix-breadcrumb',\n elementClass: IxBreadcrumbElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onItemClick: 'itemClick',\n onNextClick: 'nextClick'\n } as IxBreadcrumbEvents,\n defineCustomElement: defineIxBreadcrumb\n});\n\nexport type IxBreadcrumbItemEvents = NonNullable<unknown>;\n\nexport const IxBreadcrumbItem: StencilReactComponent<IxBreadcrumbItemElement, IxBreadcrumbItemEvents> = /*@__PURE__*/ createComponent<IxBreadcrumbItemElement, IxBreadcrumbItemEvents>({\n tagName: 'ix-breadcrumb-item',\n elementClass: IxBreadcrumbItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxBreadcrumbItemEvents,\n defineCustomElement: defineIxBreadcrumbItem\n});\n\nexport type IxButtonEvents = NonNullable<unknown>;\n\nexport const IxButton: StencilReactComponent<IxButtonElement, IxButtonEvents> = /*@__PURE__*/ createComponent<IxButtonElement, IxButtonEvents>({\n tagName: 'ix-button',\n elementClass: IxButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxButtonEvents,\n defineCustomElement: defineIxButton\n});\n\nexport type IxCardEvents = NonNullable<unknown>;\n\nexport const IxCard: StencilReactComponent<IxCardElement, IxCardEvents> = /*@__PURE__*/ createComponent<IxCardElement, IxCardEvents>({\n tagName: 'ix-card',\n elementClass: IxCardElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxCardEvents,\n defineCustomElement: defineIxCard\n});\n\nexport type IxCardAccordionEvents = NonNullable<unknown>;\n\nexport const IxCardAccordion: StencilReactComponent<IxCardAccordionElement, IxCardAccordionEvents> = /*@__PURE__*/ createComponent<IxCardAccordionElement, IxCardAccordionEvents>({\n tagName: 'ix-card-accordion',\n elementClass: IxCardAccordionElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxCardAccordionEvents,\n defineCustomElement: defineIxCardAccordion\n});\n\nexport type IxCardContentEvents = NonNullable<unknown>;\n\nexport const IxCardContent: StencilReactComponent<IxCardContentElement, IxCardContentEvents> = /*@__PURE__*/ createComponent<IxCardContentElement, IxCardContentEvents>({\n tagName: 'ix-card-content',\n elementClass: IxCardContentElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxCardContentEvents,\n defineCustomElement: defineIxCardContent\n});\n\nexport type IxCardListEvents = {\n onCollapseChanged: EventName<CustomEvent<boolean>>,\n onShowAllClick: EventName<IxCardListCustomEvent<{\n nativeEvent: MouseEvent;\n }>>,\n onShowMoreCardClick: EventName<IxCardListCustomEvent<{\n nativeEvent: MouseEvent;\n }>>\n};\n\nexport const IxCardList: StencilReactComponent<IxCardListElement, IxCardListEvents> = /*@__PURE__*/ createComponent<IxCardListElement, IxCardListEvents>({\n tagName: 'ix-card-list',\n elementClass: IxCardListElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onCollapseChanged: 'collapseChanged',\n onShowAllClick: 'showAllClick',\n onShowMoreCardClick: 'showMoreCardClick'\n } as IxCardListEvents,\n defineCustomElement: defineIxCardList\n});\n\nexport type IxCardTitleEvents = NonNullable<unknown>;\n\nexport const IxCardTitle: StencilReactComponent<IxCardTitleElement, IxCardTitleEvents> = /*@__PURE__*/ createComponent<IxCardTitleElement, IxCardTitleEvents>({\n tagName: 'ix-card-title',\n elementClass: IxCardTitleElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxCardTitleEvents,\n defineCustomElement: defineIxCardTitle\n});\n\nexport type IxCategoryFilterEvents = {\n onCategoryChanged: EventName<CustomEvent<string>>,\n onInputChanged: EventName<IxCategoryFilterCustomEvent<InputState>>,\n onFilterChanged: EventName<IxCategoryFilterCustomEvent<FilterState>>,\n onFilterCleared: EventName<CustomEvent<void>>\n};\n\nexport const IxCategoryFilter: StencilReactComponent<IxCategoryFilterElement, IxCategoryFilterEvents> = /*@__PURE__*/ createComponent<IxCategoryFilterElement, IxCategoryFilterEvents>({\n tagName: 'ix-category-filter',\n elementClass: IxCategoryFilterElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onCategoryChanged: 'categoryChanged',\n onInputChanged: 'inputChanged',\n onFilterChanged: 'filterChanged',\n onFilterCleared: 'filterCleared'\n } as IxCategoryFilterEvents,\n defineCustomElement: defineIxCategoryFilter\n});\n\nexport type IxCheckboxEvents = {\n onCheckedChange: EventName<CustomEvent<boolean>>,\n onValueChange: EventName<CustomEvent<string>>\n};\n\nexport const IxCheckbox: StencilReactComponent<IxCheckboxElement, IxCheckboxEvents> = /*@__PURE__*/ createComponent<IxCheckboxElement, IxCheckboxEvents>({\n tagName: 'ix-checkbox',\n elementClass: IxCheckboxElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onCheckedChange: 'checkedChange',\n onValueChange: 'valueChange'\n } as IxCheckboxEvents,\n defineCustomElement: defineIxCheckbox\n});\n\nexport type IxCheckboxGroupEvents = NonNullable<unknown>;\n\nexport const IxCheckboxGroup: StencilReactComponent<IxCheckboxGroupElement, IxCheckboxGroupEvents> = /*@__PURE__*/ createComponent<IxCheckboxGroupElement, IxCheckboxGroupEvents>({\n tagName: 'ix-checkbox-group',\n elementClass: IxCheckboxGroupElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxCheckboxGroupEvents,\n defineCustomElement: defineIxCheckboxGroup\n});\n\nexport type IxChipEvents = { onCloseChip: EventName<CustomEvent<any>> };\n\nexport const IxChip: StencilReactComponent<IxChipElement, IxChipEvents> = /*@__PURE__*/ createComponent<IxChipElement, IxChipEvents>({\n tagName: 'ix-chip',\n elementClass: IxChipElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCloseChip: 'closeChip' } as IxChipEvents,\n defineCustomElement: defineIxChip\n});\n\nexport type IxColEvents = NonNullable<unknown>;\n\nexport const IxCol: StencilReactComponent<IxColElement, IxColEvents> = /*@__PURE__*/ createComponent<IxColElement, IxColEvents>({\n tagName: 'ix-col',\n elementClass: IxColElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxColEvents,\n defineCustomElement: defineIxCol\n});\n\nexport type IxContentEvents = NonNullable<unknown>;\n\nexport const IxContent: StencilReactComponent<IxContentElement, IxContentEvents> = /*@__PURE__*/ createComponent<IxContentElement, IxContentEvents>({\n tagName: 'ix-content',\n elementClass: IxContentElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxContentEvents,\n defineCustomElement: defineIxContent\n});\n\nexport type IxContentHeaderEvents = { onBackButtonClick: EventName<CustomEvent<void>> };\n\nexport const IxContentHeader: StencilReactComponent<IxContentHeaderElement, IxContentHeaderEvents> = /*@__PURE__*/ createComponent<IxContentHeaderElement, IxContentHeaderEvents>({\n tagName: 'ix-content-header',\n elementClass: IxContentHeaderElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onBackButtonClick: 'backButtonClick' } as IxContentHeaderEvents,\n defineCustomElement: defineIxContentHeader\n});\n\nexport type IxCustomFieldEvents = NonNullable<unknown>;\n\nexport const IxCustomField: StencilReactComponent<IxCustomFieldElement, IxCustomFieldEvents> = /*@__PURE__*/ createComponent<IxCustomFieldElement, IxCustomFieldEvents>({\n tagName: 'ix-custom-field',\n elementClass: IxCustomFieldElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxCustomFieldEvents,\n defineCustomElement: defineIxCustomField\n});\n\nexport type IxDateDropdownEvents = { onDateRangeChange: EventName<IxDateDropdownCustomEvent<DateRangeChangeEvent>> };\n\nexport const IxDateDropdown: StencilReactComponent<IxDateDropdownElement, IxDateDropdownEvents> = /*@__PURE__*/ createComponent<IxDateDropdownElement, IxDateDropdownEvents>({\n tagName: 'ix-date-dropdown',\n elementClass: IxDateDropdownElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onDateRangeChange: 'dateRangeChange' } as IxDateDropdownEvents,\n defineCustomElement: defineIxDateDropdown\n});\n\nexport type IxDateInputEvents = {\n onValueChange: EventName<CustomEvent<string | undefined>>,\n onValidityStateChange: EventName<IxDateInputCustomEvent<DateInputValidityState>>\n};\n\nexport const IxDateInput: StencilReactComponent<IxDateInputElement, IxDateInputEvents> = /*@__PURE__*/ createComponent<IxDateInputElement, IxDateInputEvents>({\n tagName: 'ix-date-input',\n elementClass: IxDateInputElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onValueChange: 'valueChange',\n onValidityStateChange: 'validityStateChange'\n } as IxDateInputEvents,\n defineCustomElement: defineIxDateInput\n});\n\nexport type IxDatePickerEvents = {\n onDateChange: EventName<IxDatePickerCustomEvent<DateChangeEvent>>,\n onDateRangeChange: EventName<IxDatePickerCustomEvent<DateChangeEvent>>,\n onDateSelect: EventName<IxDatePickerCustomEvent<DateChangeEvent>>\n};\n\nexport const IxDatePicker: StencilReactComponent<IxDatePickerElement, IxDatePickerEvents> = /*@__PURE__*/ createComponent<IxDatePickerElement, IxDatePickerEvents>({\n tagName: 'ix-date-picker',\n elementClass: IxDatePickerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onDateChange: 'dateChange',\n onDateRangeChange: 'dateRangeChange',\n onDateSelect: 'dateSelect'\n } as IxDatePickerEvents,\n defineCustomElement: defineIxDatePicker\n});\n\nexport type IxDatetimePickerEvents = {\n onTimeChange: EventName<CustomEvent<string>>,\n onDateChange: EventName<IxDatetimePickerCustomEvent<DateTimeDateChangeEvent>>,\n onDateSelect: EventName<IxDatetimePickerCustomEvent<DateTimeSelectEvent>>\n};\n\nexport const IxDatetimePicker: StencilReactComponent<IxDatetimePickerElement, IxDatetimePickerEvents> = /*@__PURE__*/ createComponent<IxDatetimePickerElement, IxDatetimePickerEvents>({\n tagName: 'ix-datetime-picker',\n elementClass: IxDatetimePickerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onTimeChange: 'timeChange',\n onDateChange: 'dateChange',\n onDateSelect: 'dateSelect'\n } as IxDatetimePickerEvents,\n defineCustomElement: defineIxDatetimePicker\n});\n\nexport type IxDividerEvents = NonNullable<unknown>;\n\nexport const IxDivider: StencilReactComponent<IxDividerElement, IxDividerEvents> = /*@__PURE__*/ createComponent<IxDividerElement, IxDividerEvents>({\n tagName: 'ix-divider',\n elementClass: IxDividerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxDividerEvents,\n defineCustomElement: defineIxDivider\n});\n\nexport type IxDrawerEvents = {\n onOpen: EventName<CustomEvent<any>>,\n onDrawerClose: EventName<CustomEvent<any>>\n};\n\nexport const IxDrawer: StencilReactComponent<IxDrawerElement, IxDrawerEvents> = /*@__PURE__*/ createComponent<IxDrawerElement, IxDrawerEvents>({\n tagName: 'ix-drawer',\n elementClass: IxDrawerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onOpen: 'open',\n onDrawerClose: 'drawerClose'\n } as IxDrawerEvents,\n defineCustomElement: defineIxDrawer\n});\n\nexport type IxDropdownEvents = { onShowChanged: EventName<CustomEvent<boolean>> };\n\nexport const IxDropdown: StencilReactComponent<IxDropdownElement, IxDropdownEvents> = /*@__PURE__*/ createComponent<IxDropdownElement, IxDropdownEvents>({\n tagName: 'ix-dropdown',\n elementClass: IxDropdownElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onShowChanged: 'showChanged' } as IxDropdownEvents,\n defineCustomElement: defineIxDropdown\n});\n\nexport type IxDropdownButtonEvents = NonNullable<unknown>;\n\nexport const IxDropdownButton: StencilReactComponent<IxDropdownButtonElement, IxDropdownButtonEvents> = /*@__PURE__*/ createComponent<IxDropdownButtonElement, IxDropdownButtonEvents>({\n tagName: 'ix-dropdown-button',\n elementClass: IxDropdownButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxDropdownButtonEvents,\n defineCustomElement: defineIxDropdownButton\n});\n\nexport type IxDropdownHeaderEvents = NonNullable<unknown>;\n\nexport const IxDropdownHeader: StencilReactComponent<IxDropdownHeaderElement, IxDropdownHeaderEvents> = /*@__PURE__*/ createComponent<IxDropdownHeaderElement, IxDropdownHeaderEvents>({\n tagName: 'ix-dropdown-header',\n elementClass: IxDropdownHeaderElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxDropdownHeaderEvents,\n defineCustomElement: defineIxDropdownHeader\n});\n\nexport type IxDropdownItemEvents = NonNullable<unknown>;\n\nexport const IxDropdownItem: StencilReactComponent<IxDropdownItemElement, IxDropdownItemEvents> = /*@__PURE__*/ createComponent<IxDropdownItemElement, IxDropdownItemEvents>({\n tagName: 'ix-dropdown-item',\n elementClass: IxDropdownItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxDropdownItemEvents,\n defineCustomElement: defineIxDropdownItem\n});\n\nexport type IxDropdownQuickActionsEvents = NonNullable<unknown>;\n\nexport const IxDropdownQuickActions: StencilReactComponent<IxDropdownQuickActionsElement, IxDropdownQuickActionsEvents> = /*@__PURE__*/ createComponent<IxDropdownQuickActionsElement, IxDropdownQuickActionsEvents>({\n tagName: 'ix-dropdown-quick-actions',\n elementClass: IxDropdownQuickActionsElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxDropdownQuickActionsEvents,\n defineCustomElement: defineIxDropdownQuickActions\n});\n\nexport type IxEmptyStateEvents = { onActionClick: EventName<CustomEvent<void>> };\n\nexport const IxEmptyState: StencilReactComponent<IxEmptyStateElement, IxEmptyStateEvents> = /*@__PURE__*/ createComponent<IxEmptyStateElement, IxEmptyStateEvents>({\n tagName: 'ix-empty-state',\n elementClass: IxEmptyStateElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onActionClick: 'actionClick' } as IxEmptyStateEvents,\n defineCustomElement: defineIxEmptyState\n});\n\nexport type IxEventListEvents = NonNullable<unknown>;\n\nexport const IxEventList: StencilReactComponent<IxEventListElement, IxEventListEvents> = /*@__PURE__*/ createComponent<IxEventListElement, IxEventListEvents>({\n tagName: 'ix-event-list',\n elementClass: IxEventListElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxEventListEvents,\n defineCustomElement: defineIxEventList\n});\n\nexport type IxEventListItemEvents = { onItemClick: EventName<CustomEvent<any>> };\n\nexport const IxEventListItem: StencilReactComponent<IxEventListItemElement, IxEventListItemEvents> = /*@__PURE__*/ createComponent<IxEventListItemElement, IxEventListItemEvents>({\n tagName: 'ix-event-list-item',\n elementClass: IxEventListItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onItemClick: 'itemClick' } as IxEventListItemEvents,\n defineCustomElement: defineIxEventListItem\n});\n\nexport type IxExpandingSearchEvents = { onValueChange: EventName<CustomEvent<string>> };\n\nexport const IxExpandingSearch: StencilReactComponent<IxExpandingSearchElement, IxExpandingSearchEvents> = /*@__PURE__*/ createComponent<IxExpandingSearchElement, IxExpandingSearchEvents>({\n tagName: 'ix-expanding-search',\n elementClass: IxExpandingSearchElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onValueChange: 'valueChange' } as IxExpandingSearchEvents,\n defineCustomElement: defineIxExpandingSearch\n});\n\nexport type IxFieldLabelEvents = NonNullable<unknown>;\n\nexport const IxFieldLabel: StencilReactComponent<IxFieldLabelElement, IxFieldLabelEvents> = /*@__PURE__*/ createComponent<IxFieldLabelElement, IxFieldLabelEvents>({\n tagName: 'ix-field-label',\n elementClass: IxFieldLabelElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxFieldLabelEvents,\n defineCustomElement: defineIxFieldLabel\n});\n\nexport type IxFilterChipEvents = { onCloseClick: EventName<CustomEvent<void>> };\n\nexport const IxFilterChip: StencilReactComponent<IxFilterChipElement, IxFilterChipEvents> = /*@__PURE__*/ createComponent<IxFilterChipElement, IxFilterChipEvents>({\n tagName: 'ix-filter-chip',\n elementClass: IxFilterChipElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCloseClick: 'closeClick' } as IxFilterChipEvents,\n defineCustomElement: defineIxFilterChip\n});\n\nexport type IxFlipTileEvents = { onToggle: EventName<CustomEvent<number>> };\n\nexport const IxFlipTile: StencilReactComponent<IxFlipTileElement, IxFlipTileEvents> = /*@__PURE__*/ createComponent<IxFlipTileElement, IxFlipTileEvents>({\n tagName: 'ix-flip-tile',\n elementClass: IxFlipTileElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onToggle: 'toggle' } as IxFlipTileEvents,\n defineCustomElement: defineIxFlipTile\n});\n\nexport type IxFlipTileContentEvents = NonNullable<unknown>;\n\nexport const IxFlipTileContent: StencilReactComponent<IxFlipTileContentElement, IxFlipTileContentEvents> = /*@__PURE__*/ createComponent<IxFlipTileContentElement, IxFlipTileContentEvents>({\n tagName: 'ix-flip-tile-content',\n elementClass: IxFlipTileContentElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxFlipTileContentEvents,\n defineCustomElement: defineIxFlipTileContent\n});\n\nexport type IxGroupEvents = {\n onSelectGroup: EventName<CustomEvent<boolean>>,\n onSelectItem: EventName<CustomEvent<number>>,\n onCollapsedChanged: EventName<CustomEvent<boolean>>\n};\n\nexport const IxGroup: StencilReactComponent<IxGroupElement, IxGroupEvents> = /*@__PURE__*/ createComponent<IxGroupElement, IxGroupEvents>({\n tagName: 'ix-group',\n elementClass: IxGroupElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onSelectGroup: 'selectGroup',\n onSelectItem: 'selectItem',\n onCollapsedChanged: 'collapsedChanged'\n } as IxGroupEvents,\n defineCustomElement: defineIxGroup\n});\n\nexport type IxGroupContextMenuEvents = NonNullable<unknown>;\n\nexport const IxGroupContextMenu: StencilReactComponent<IxGroupContextMenuElement, IxGroupContextMenuEvents> = /*@__PURE__*/ createComponent<IxGroupContextMenuElement, IxGroupContextMenuEvents>({\n tagName: 'ix-group-context-menu',\n elementClass: IxGroupContextMenuElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxGroupContextMenuEvents,\n defineCustomElement: defineIxGroupContextMenu\n});\n\nexport type IxGroupItemEvents = { onSelectedChanged: EventName<IxGroupItemCustomEvent<HTMLIxGroupItemElement>> };\n\nexport const IxGroupItem: StencilReactComponent<IxGroupItemElement, IxGroupItemEvents> = /*@__PURE__*/ createComponent<IxGroupItemElement, IxGroupItemEvents>({\n tagName: 'ix-group-item',\n elementClass: IxGroupItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onSelectedChanged: 'selectedChanged' } as IxGroupItemEvents,\n defineCustomElement: defineIxGroupItem\n});\n\nexport type IxHelperTextEvents = NonNullable<unknown>;\n\nexport const IxHelperText: StencilReactComponent<IxHelperTextElement, IxHelperTextEvents> = /*@__PURE__*/ createComponent<IxHelperTextElement, IxHelperTextEvents>({\n tagName: 'ix-helper-text',\n elementClass: IxHelperTextElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxHelperTextEvents,\n defineCustomElement: defineIxHelperText\n});\n\nexport type IxIconButtonEvents = NonNullable<unknown>;\n\nexport const IxIconButton: StencilReactComponent<IxIconButtonElement, IxIconButtonEvents> = /*@__PURE__*/ createComponent<IxIconButtonElement, IxIconButtonEvents>({\n tagName: 'ix-icon-button',\n elementClass: IxIconButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxIconButtonEvents,\n defineCustomElement: defineIxIconButton\n});\n\nexport type IxIconToggleButtonEvents = { onPressedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxIconToggleButton: StencilReactComponent<IxIconToggleButtonElement, IxIconToggleButtonEvents> = /*@__PURE__*/ createComponent<IxIconToggleButtonElement, IxIconToggleButtonEvents>({\n tagName: 'ix-icon-toggle-button',\n elementClass: IxIconToggleButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onPressedChange: 'pressedChange' } as IxIconToggleButtonEvents,\n defineCustomElement: defineIxIconToggleButton\n});\n\nexport type IxInputEvents = {\n onValueChange: EventName<CustomEvent<string>>,\n onValidityStateChange: EventName<IxInputCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxInput: StencilReactComponent<IxInputElement, IxInputEvents> = /*@__PURE__*/ createComponent<IxInputElement, IxInputEvents>({\n tagName: 'ix-input',\n elementClass: IxInputElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onValueChange: 'valueChange',\n onValidityStateChange: 'validityStateChange',\n onIxBlur: 'ixBlur'\n } as IxInputEvents,\n defineCustomElement: defineIxInput\n});\n\nexport type IxInputGroupEvents = NonNullable<unknown>;\n\nexport const IxInputGroup: StencilReactComponent<IxInputGroupElement, IxInputGroupEvents> = /*@__PURE__*/ createComponent<IxInputGroupElement, IxInputGroupEvents>({\n tagName: 'ix-input-group',\n elementClass: IxInputGroupElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxInputGroupEvents,\n defineCustomElement: defineIxInputGroup\n});\n\nexport type IxKeyValueEvents = NonNullable<unknown>;\n\nexport const IxKeyValue: StencilReactComponent<IxKeyValueElement, IxKeyValueEvents> = /*@__PURE__*/ createComponent<IxKeyValueElement, IxKeyValueEvents>({\n tagName: 'ix-key-value',\n elementClass: IxKeyValueElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxKeyValueEvents,\n defineCustomElement: defineIxKeyValue\n});\n\nexport type IxKeyValueListEvents = NonNullable<unknown>;\n\nexport const IxKeyValueList: StencilReactComponent<IxKeyValueListElement, IxKeyValueListEvents> = /*@__PURE__*/ createComponent<IxKeyValueListElement, IxKeyValueListEvents>({\n tagName: 'ix-key-value-list',\n elementClass: IxKeyValueListElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxKeyValueListEvents,\n defineCustomElement: defineIxKeyValueList\n});\n\nexport type IxKpiEvents = NonNullable<unknown>;\n\nexport const IxKpi: StencilReactComponent<IxKpiElement, IxKpiEvents> = /*@__PURE__*/ createComponent<IxKpiElement, IxKpiEvents>({\n tagName: 'ix-kpi',\n elementClass: IxKpiElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxKpiEvents,\n defineCustomElement: defineIxKpi\n});\n\nexport type IxLayoutAutoEvents = NonNullable<unknown>;\n\nexport const IxLayoutAuto: StencilReactComponent<IxLayoutAutoElement, IxLayoutAutoEvents> = /*@__PURE__*/ createComponent<IxLayoutAutoElement, IxLayoutAutoEvents>({\n tagName: 'ix-layout-auto',\n elementClass: IxLayoutAutoElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxLayoutAutoEvents,\n defineCustomElement: defineIxLayoutAuto\n});\n\nexport type IxLayoutGridEvents = NonNullable<unknown>;\n\nexport const IxLayoutGrid: StencilReactComponent<IxLayoutGridElement, IxLayoutGridEvents> = /*@__PURE__*/ createComponent<IxLayoutGridElement, IxLayoutGridEvents>({\n tagName: 'ix-layout-grid',\n elementClass: IxLayoutGridElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxLayoutGridEvents,\n defineCustomElement: defineIxLayoutGrid\n});\n\nexport type IxLinkButtonEvents = NonNullable<unknown>;\n\nexport const IxLinkButton: StencilReactComponent<IxLinkButtonElement, IxLinkButtonEvents> = /*@__PURE__*/ createComponent<IxLinkButtonElement, IxLinkButtonEvents>({\n tagName: 'ix-link-button',\n elementClass: IxLinkButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxLinkButtonEvents,\n defineCustomElement: defineIxLinkButton\n});\n\nexport type IxMapNavigationEvents = {\n onNavigationToggled: EventName<CustomEvent<boolean>>,\n onContextMenuClick: EventName<CustomEvent<void>>\n};\n\nexport const IxMapNavigation: StencilReactComponent<IxMapNavigationElement, IxMapNavigationEvents> = /*@__PURE__*/ createComponent<IxMapNavigationElement, IxMapNavigationEvents>({\n tagName: 'ix-map-navigation',\n elementClass: IxMapNavigationElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onNavigationToggled: 'navigationToggled',\n onContextMenuClick: 'contextMenuClick'\n } as IxMapNavigationEvents,\n defineCustomElement: defineIxMapNavigation\n});\n\nexport type IxMapNavigationOverlayEvents = { onCloseClick: EventName<CustomEvent<any>> };\n\nexport const IxMapNavigationOverlay: StencilReactComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents> = /*@__PURE__*/ createComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents>({\n tagName: 'ix-map-navigation-overlay',\n elementClass: IxMapNavigationOverlayElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCloseClick: 'closeClick' } as IxMapNavigationOverlayEvents,\n defineCustomElement: defineIxMapNavigationOverlay\n});\n\nexport type IxMenuEvents = {\n onExpandChange: EventName<CustomEvent<boolean>>,\n onMapExpandChange: EventName<CustomEvent<boolean>>,\n onOpenAppSwitch: EventName<CustomEvent<void>>,\n onOpenSettings: EventName<CustomEvent<void>>,\n onOpenAbout: EventName<CustomEvent<void>>\n};\n\nexport const IxMenu: StencilReactComponent<IxMenuElement, IxMenuEvents> = /*@__PURE__*/ createComponent<IxMenuElement, IxMenuEvents>({\n tagName: 'ix-menu',\n elementClass: IxMenuElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onExpandChange: 'expandChange',\n onMapExpandChange: 'mapExpandChange',\n onOpenAppSwitch: 'openAppSwitch',\n onOpenSettings: 'openSettings',\n onOpenAbout: 'openAbout'\n } as IxMenuEvents,\n defineCustomElement: defineIxMenu\n});\n\nexport type IxMenuAboutEvents = {\n onTabChange: EventName<CustomEvent<string>>,\n onClose: EventName<IxMenuAboutCustomEvent<CustomCloseEvent>>\n};\n\nexport const IxMenuAbout: StencilReactComponent<IxMenuAboutElement, IxMenuAboutEvents> = /*@__PURE__*/ createComponent<IxMenuAboutElement, IxMenuAboutEvents>({\n tagName: 'ix-menu-about',\n elementClass: IxMenuAboutElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onTabChange: 'tabChange',\n onClose: 'close'\n } as IxMenuAboutEvents,\n defineCustomElement: defineIxMenuAbout\n});\n\nexport type IxMenuAboutItemEvents = { onLabelChange: EventName<IxMenuAboutItemCustomEvent<CustomLabelChangeEvent>> };\n\nexport const IxMenuAboutItem: StencilReactComponent<IxMenuAboutItemElement, IxMenuAboutItemEvents> = /*@__PURE__*/ createComponent<IxMenuAboutItemElement, IxMenuAboutItemEvents>({\n tagName: 'ix-menu-about-item',\n elementClass: IxMenuAboutItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onLabelChange: 'labelChange' } as IxMenuAboutItemEvents,\n defineCustomElement: defineIxMenuAboutItem\n});\n\nexport type IxMenuAboutNewsEvents = {\n onShowMore: EventName<IxMenuAboutNewsCustomEvent<MouseEvent>>,\n onClosePopover: EventName<CustomEvent<void>>\n};\n\nexport const IxMenuAboutNews: StencilReactComponent<IxMenuAboutNewsElement, IxMenuAboutNewsEvents> = /*@__PURE__*/ createComponent<IxMenuAboutNewsElement, IxMenuAboutNewsEvents>({\n tagName: 'ix-menu-about-news',\n elementClass: IxMenuAboutNewsElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onShowMore: 'showMore',\n onClosePopover: 'closePopover'\n } as IxMenuAboutNewsEvents,\n defineCustomElement: defineIxMenuAboutNews\n});\n\nexport type IxMenuAvatarEvents = { onLogoutClick: EventName<CustomEvent<any>> };\n\nexport const IxMenuAvatar: StencilReactComponent<IxMenuAvatarElement, IxMenuAvatarEvents> = /*@__PURE__*/ createComponent<IxMenuAvatarElement, IxMenuAvatarEvents>({\n tagName: 'ix-menu-avatar',\n elementClass: IxMenuAvatarElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onLogoutClick: 'logoutClick' } as IxMenuAvatarEvents,\n defineCustomElement: defineIxMenuAvatar\n});\n\nexport type IxMenuAvatarItemEvents = { onItemClick: EventName<IxMenuAvatarItemCustomEvent<MouseEvent>> };\n\nexport const IxMenuAvatarItem: StencilReactComponent<IxMenuAvatarItemElement, IxMenuAvatarItemEvents> = /*@__PURE__*/ createComponent<IxMenuAvatarItemElement, IxMenuAvatarItemEvents>({\n tagName: 'ix-menu-avatar-item',\n elementClass: IxMenuAvatarItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onItemClick: 'itemClick' } as IxMenuAvatarItemEvents,\n defineCustomElement: defineIxMenuAvatarItem\n});\n\nexport type IxMenuCategoryEvents = NonNullable<unknown>;\n\nexport const IxMenuCategory: StencilReactComponent<IxMenuCategoryElement, IxMenuCategoryEvents> = /*@__PURE__*/ createComponent<IxMenuCategoryElement, IxMenuCategoryEvents>({\n tagName: 'ix-menu-category',\n elementClass: IxMenuCategoryElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxMenuCategoryEvents,\n defineCustomElement: defineIxMenuCategory\n});\n\nexport type IxMenuItemEvents = NonNullable<unknown>;\n\nexport const IxMenuItem: StencilReactComponent<IxMenuItemElement, IxMenuItemEvents> = /*@__PURE__*/ createComponent<IxMenuItemElement, IxMenuItemEvents>({\n tagName: 'ix-menu-item',\n elementClass: IxMenuItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxMenuItemEvents,\n defineCustomElement: defineIxMenuItem\n});\n\nexport type IxMenuSettingsEvents = {\n onTabChange: EventName<CustomEvent<string>>,\n onClose: EventName<IxMenuSettingsCustomEvent<CustomCloseEvent>>\n};\n\nexport const IxMenuSettings: StencilReactComponent<IxMenuSettingsElement, IxMenuSettingsEvents> = /*@__PURE__*/ createComponent<IxMenuSettingsElement, IxMenuSettingsEvents>({\n tagName: 'ix-menu-settings',\n elementClass: IxMenuSettingsElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onTabChange: 'tabChange',\n onClose: 'close'\n } as IxMenuSettingsEvents,\n defineCustomElement: defineIxMenuSettings\n});\n\nexport type IxMenuSettingsItemEvents = { onLabelChange: EventName<IxMenuSettingsItemCustomEvent<CustomLabelChangeEvent>> };\n\nexport const IxMenuSettingsItem: StencilReactComponent<IxMenuSettingsItemElement, IxMenuSettingsItemEvents> = /*@__PURE__*/ createComponent<IxMenuSettingsItemElement, IxMenuSettingsItemEvents>({\n tagName: 'ix-menu-settings-item',\n elementClass: IxMenuSettingsItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onLabelChange: 'labelChange' } as IxMenuSettingsItemEvents,\n defineCustomElement: defineIxMenuSettingsItem\n});\n\nexport type IxMessageBarEvents = {\n onClosedChange: EventName<CustomEvent<any>>,\n onCloseAnimationCompleted: EventName<CustomEvent<any>>\n};\n\nexport const IxMessageBar: StencilReactComponent<IxMessageBarElement, IxMessageBarEvents> = /*@__PURE__*/ createComponent<IxMessageBarElement, IxMessageBarEvents>({\n tagName: 'ix-message-bar',\n elementClass: IxMessageBarElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onClosedChange: 'closedChange',\n onCloseAnimationCompleted: 'closeAnimationCompleted'\n } as IxMessageBarEvents,\n defineCustomElement: defineIxMessageBar\n});\n\nexport type IxModalEvents = {\n onDialogClose: EventName<CustomEvent<any>>,\n onDialogDismiss: EventName<CustomEvent<any>>\n};\n\nexport const IxModal: StencilReactComponent<IxModalElement, IxModalEvents> = /*@__PURE__*/ createComponent<IxModalElement, IxModalEvents>({\n tagName: 'ix-modal',\n elementClass: IxModalElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onDialogClose: 'dialogClose',\n onDialogDismiss: 'dialogDismiss'\n } as IxModalEvents,\n defineCustomElement: defineIxModal\n});\n\nexport type IxModalContentEvents = NonNullable<unknown>;\n\nexport const IxModalContent: StencilReactComponent<IxModalContentElement, IxModalContentEvents> = /*@__PURE__*/ createComponent<IxModalContentElement, IxModalContentEvents>({\n tagName: 'ix-modal-content',\n elementClass: IxModalContentElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxModalContentEvents,\n defineCustomElement: defineIxModalContent\n});\n\nexport type IxModalFooterEvents = NonNullable<unknown>;\n\nexport const IxModalFooter: StencilReactComponent<IxModalFooterElement, IxModalFooterEvents> = /*@__PURE__*/ createComponent<IxModalFooterElement, IxModalFooterEvents>({\n tagName: 'ix-modal-footer',\n elementClass: IxModalFooterElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxModalFooterEvents,\n defineCustomElement: defineIxModalFooter\n});\n\nexport type IxModalHeaderEvents = { onCloseClick: EventName<IxModalHeaderCustomEvent<MouseEvent>> };\n\nexport const IxModalHeader: StencilReactComponent<IxModalHeaderElement, IxModalHeaderEvents> = /*@__PURE__*/ createComponent<IxModalHeaderElement, IxModalHeaderEvents>({\n tagName: 'ix-modal-header',\n elementClass: IxModalHeaderElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCloseClick: 'closeClick' } as IxModalHeaderEvents,\n defineCustomElement: defineIxModalHeader\n});\n\nexport type IxNumberInputEvents = {\n onValueChange: EventName<CustomEvent<number>>,\n onValidityStateChange: EventName<IxNumberInputCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxNumberInput: StencilReactComponent<IxNumberInputElement, IxNumberInputEvents> = /*@__PURE__*/ createComponent<IxNumberInputElement, IxNumberInputEvents>({\n tagName: 'ix-number-input',\n elementClass: IxNumberInputElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onValueChange: 'valueChange',\n onValidityStateChange: 'validityStateChange',\n onIxBlur: 'ixBlur'\n } as IxNumberInputEvents,\n defineCustomElement: defineIxNumberInput\n});\n\nexport type IxPaginationEvents = {\n onPageSelected: EventName<CustomEvent<number>>,\n onItemCountChanged: EventName<CustomEvent<number>>\n};\n\nexport const IxPagination: StencilReactComponent<IxPaginationElement, IxPaginationEvents> = /*@__PURE__*/ createComponent<IxPaginationElement, IxPaginationEvents>({\n tagName: 'ix-pagination',\n elementClass: IxPaginationElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onPageSelected: 'pageSelected',\n onItemCountChanged: 'itemCountChanged'\n } as IxPaginationEvents,\n defineCustomElement: defineIxPagination\n});\n\nexport type IxPaneEvents = {\n onExpandedChanged: EventName<IxPaneCustomEvent<ExpandedChangedEvent>>,\n onVariantChanged: EventName<IxPaneCustomEvent<VariantChangedEvent>>,\n onBorderlessChanged: EventName<IxPaneCustomEvent<BorderlessChangedEvent>>\n};\n\nexport const IxPane: StencilReactComponent<IxPaneElement, IxPaneEvents> = /*@__PURE__*/ createComponent<IxPaneElement, IxPaneEvents>({\n tagName: 'ix-pane',\n elementClass: IxPaneElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onExpandedChanged: 'expandedChanged',\n onVariantChanged: 'variantChanged',\n onBorderlessChanged: 'borderlessChanged'\n } as IxPaneEvents,\n defineCustomElement: defineIxPane\n});\n\nexport type IxPaneLayoutEvents = NonNullable<unknown>;\n\nexport const IxPaneLayout: StencilReactComponent<IxPaneLayoutElement, IxPaneLayoutEvents> = /*@__PURE__*/ createComponent<IxPaneLayoutElement, IxPaneLayoutEvents>({\n tagName: 'ix-pane-layout',\n elementClass: IxPaneLayoutElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxPaneLayoutEvents,\n defineCustomElement: defineIxPaneLayout\n});\n\nexport type IxPillEvents = NonNullable<unknown>;\n\nexport const IxPill: StencilReactComponent<IxPillElement, IxPillEvents> = /*@__PURE__*/ createComponent<IxPillElement, IxPillEvents>({\n tagName: 'ix-pill',\n elementClass: IxPillElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxPillEvents,\n defineCustomElement: defineIxPill\n});\n\nexport type IxPushCardEvents = NonNullable<unknown>;\n\nexport const IxPushCard: StencilReactComponent<IxPushCardElement, IxPushCardEvents> = /*@__PURE__*/ createComponent<IxPushCardElement, IxPushCardEvents>({\n tagName: 'ix-push-card',\n elementClass: IxPushCardElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxPushCardEvents,\n defineCustomElement: defineIxPushCard\n});\n\nexport type IxRadioEvents = {\n onCheckedChange: EventName<CustomEvent<boolean>>,\n onValueChange: EventName<CustomEvent<string>>\n};\n\nexport const IxRadio: StencilReactComponent<IxRadioElement, IxRadioEvents> = /*@__PURE__*/ createComponent<IxRadioElement, IxRadioEvents>({\n tagName: 'ix-radio',\n elementClass: IxRadioElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onCheckedChange: 'checkedChange',\n onValueChange: 'valueChange'\n } as IxRadioEvents,\n defineCustomElement: defineIxRadio\n});\n\nexport type IxRadioGroupEvents = { onValueChange: EventName<CustomEvent<string>> };\n\nexport const IxRadioGroup: StencilReactComponent<IxRadioGroupElement, IxRadioGroupEvents> = /*@__PURE__*/ createComponent<IxRadioGroupElement, IxRadioGroupEvents>({\n tagName: 'ix-radio-group',\n elementClass: IxRadioGroupElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onValueChange: 'valueChange' } as IxRadioGroupEvents,\n defineCustomElement: defineIxRadioGroup\n});\n\nexport type IxRowEvents = NonNullable<unknown>;\n\nexport const IxRow: StencilReactComponent<IxRowElement, IxRowEvents> = /*@__PURE__*/ createComponent<IxRowElement, IxRowEvents>({\n tagName: 'ix-row',\n elementClass: IxRowElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxRowEvents,\n defineCustomElement: defineIxRow\n});\n\nexport type IxSelectEvents = {\n onValueChange: EventName<CustomEvent<string | string[]>>,\n onInputChange: EventName<CustomEvent<string>>,\n onAddItem: EventName<CustomEvent<string>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxSelect: StencilReactComponent<IxSelectElement, IxSelectEvents> = /*@__PURE__*/ createComponent<IxSelectElement, IxSelectEvents>({\n tagName: 'ix-select',\n elementClass: IxSelectElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onValueChange: 'valueChange',\n onInputChange: 'inputChange',\n onAddItem: 'addItem',\n onIxBlur: 'ixBlur'\n } as IxSelectEvents,\n defineCustomElement: defineIxSelect\n});\n\nexport type IxSelectItemEvents = { onItemClick: EventName<CustomEvent<string>> };\n\nexport const IxSelectItem: StencilReactComponent<IxSelectItemElement, IxSelectItemEvents> = /*@__PURE__*/ createComponent<IxSelectItemElement, IxSelectItemEvents>({\n tagName: 'ix-select-item',\n elementClass: IxSelectItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onItemClick: 'itemClick' } as IxSelectItemEvents,\n defineCustomElement: defineIxSelectItem\n});\n\nexport type IxSliderEvents = { onValueChange: EventName<CustomEvent<number>> };\n\nexport const IxSlider: StencilReactComponent<IxSliderElement, IxSliderEvents> = /*@__PURE__*/ createComponent<IxSliderElement, IxSliderEvents>({\n tagName: 'ix-slider',\n elementClass: IxSliderElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onValueChange: 'valueChange' } as IxSliderEvents,\n defineCustomElement: defineIxSlider\n});\n\nexport type IxSpinnerEvents = NonNullable<unknown>;\n\nexport const IxSpinner: StencilReactComponent<IxSpinnerElement, IxSpinnerEvents> = /*@__PURE__*/ createComponent<IxSpinnerElement, IxSpinnerEvents>({\n tagName: 'ix-spinner',\n elementClass: IxSpinnerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxSpinnerEvents,\n defineCustomElement: defineIxSpinner\n});\n\nexport type IxSplitButtonEvents = { onButtonClick: EventName<IxSplitButtonCustomEvent<MouseEvent>> };\n\nexport const IxSplitButton: StencilReactComponent<IxSplitButtonElement, IxSplitButtonEvents> = /*@__PURE__*/ createComponent<IxSplitButtonElement, IxSplitButtonEvents>({\n tagName: 'ix-split-button',\n elementClass: IxSplitButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onButtonClick: 'buttonClick' } as IxSplitButtonEvents,\n defineCustomElement: defineIxSplitButton\n});\n\nexport type IxTabItemEvents = { onTabClick: EventName<IxTabItemCustomEvent<TabClickDetail>> };\n\nexport const IxTabItem: StencilReactComponent<IxTabItemElement, IxTabItemEvents> = /*@__PURE__*/ createComponent<IxTabItemElement, IxTabItemEvents>({\n tagName: 'ix-tab-item',\n elementClass: IxTabItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onTabClick: 'tabClick' } as IxTabItemEvents,\n defineCustomElement: defineIxTabItem\n});\n\nexport type IxTabsEvents = { onSelectedChange: EventName<CustomEvent<number>> };\n\nexport const IxTabs: StencilReactComponent<IxTabsElement, IxTabsEvents> = /*@__PURE__*/ createComponent<IxTabsElement, IxTabsEvents>({\n tagName: 'ix-tabs',\n elementClass: IxTabsElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onSelectedChange: 'selectedChange' } as IxTabsEvents,\n defineCustomElement: defineIxTabs\n});\n\nexport type IxTextareaEvents = {\n onValueChange: EventName<CustomEvent<string>>,\n onValidityStateChange: EventName<IxTextareaCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxTextarea: StencilReactComponent<IxTextareaElement, IxTextareaEvents> = /*@__PURE__*/ createComponent<IxTextareaElement, IxTextareaEvents>({\n tagName: 'ix-textarea',\n elementClass: IxTextareaElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onValueChange: 'valueChange',\n onValidityStateChange: 'validityStateChange',\n onIxBlur: 'ixBlur'\n } as IxTextareaEvents,\n defineCustomElement: defineIxTextarea\n});\n\nexport type IxTileEvents = NonNullable<unknown>;\n\nexport const IxTile: StencilReactComponent<IxTileElement, IxTileEvents> = /*@__PURE__*/ createComponent<IxTileElement, IxTileEvents>({\n tagName: 'ix-tile',\n elementClass: IxTileElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxTileEvents,\n defineCustomElement: defineIxTile\n});\n\nexport type IxTimePickerEvents = {\n onTimeSelect: EventName<CustomEvent<string>>,\n onTimeChange: EventName<CustomEvent<string>>\n};\n\nexport const IxTimePicker: StencilReactComponent<IxTimePickerElement, IxTimePickerEvents> = /*@__PURE__*/ createComponent<IxTimePickerElement, IxTimePickerEvents>({\n tagName: 'ix-time-picker',\n elementClass: IxTimePickerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onTimeSelect: 'timeSelect',\n onTimeChange: 'timeChange'\n } as IxTimePickerEvents,\n defineCustomElement: defineIxTimePicker\n});\n\nexport type IxToastEvents = { onCloseToast: EventName<CustomEvent<any>> };\n\nexport const IxToast: StencilReactComponent<IxToastElement, IxToastEvents> = /*@__PURE__*/ createComponent<IxToastElement, IxToastEvents>({\n tagName: 'ix-toast',\n elementClass: IxToastElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCloseToast: 'closeToast' } as IxToastEvents,\n defineCustomElement: defineIxToast\n});\n\nexport type IxToastContainerEvents = NonNullable<unknown>;\n\nexport const IxToastContainer: StencilReactComponent<IxToastContainerElement, IxToastContainerEvents> = /*@__PURE__*/ createComponent<IxToastContainerElement, IxToastContainerEvents>({\n tagName: 'ix-toast-container',\n elementClass: IxToastContainerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxToastContainerEvents,\n defineCustomElement: defineIxToastContainer\n});\n\nexport type IxToggleEvents = { onCheckedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxToggle: StencilReactComponent<IxToggleElement, IxToggleEvents> = /*@__PURE__*/ createComponent<IxToggleElement, IxToggleEvents>({\n tagName: 'ix-toggle',\n elementClass: IxToggleElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCheckedChange: 'checkedChange' } as IxToggleEvents,\n defineCustomElement: defineIxToggle\n});\n\nexport type IxToggleButtonEvents = { onPressedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxToggleButton: StencilReactComponent<IxToggleButtonElement, IxToggleButtonEvents> = /*@__PURE__*/ createComponent<IxToggleButtonElement, IxToggleButtonEvents>({\n tagName: 'ix-toggle-button',\n elementClass: IxToggleButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onPressedChange: 'pressedChange' } as IxToggleButtonEvents,\n defineCustomElement: defineIxToggleButton\n});\n\nexport type IxTooltipEvents = NonNullable<unknown>;\n\nexport const IxTooltip: StencilReactComponent<IxTooltipElement, IxTooltipEvents> = /*@__PURE__*/ createComponent<IxTooltipElement, IxTooltipEvents>({\n tagName: 'ix-tooltip',\n elementClass: IxTooltipElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxTooltipEvents,\n defineCustomElement: defineIxTooltip\n});\n\nexport type IxTypographyEvents = NonNullable<unknown>;\n\nexport const IxTypography: StencilReactComponent<IxTypographyElement, IxTypographyEvents> = /*@__PURE__*/ createComponent<IxTypographyElement, IxTypographyEvents>({\n tagName: 'ix-typography',\n elementClass: IxTypographyElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxTypographyEvents,\n defineCustomElement: defineIxTypography\n});\n\nexport type IxUploadEvents = { onFilesChanged: EventName<IxUploadCustomEvent<Array<File>>> };\n\nexport const IxUpload: StencilReactComponent<IxUploadElement, IxUploadEvents> = /*@__PURE__*/ createComponent<IxUploadElement, IxUploadEvents>({\n tagName: 'ix-upload',\n elementClass: IxUploadElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onFilesChanged: 'filesChanged' } as IxUploadEvents,\n defineCustomElement: defineIxUpload\n});\n\nexport type IxValidationTooltipEvents = NonNullable<unknown>;\n\nexport const IxValidationTooltip: StencilReactComponent<IxValidationTooltipElement, IxValidationTooltipEvents> = /*@__PURE__*/ createComponent<IxValidationTooltipElement, IxValidationTooltipEvents>({\n tagName: 'ix-validation-tooltip',\n elementClass: IxValidationTooltipElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxValidationTooltipEvents,\n defineCustomElement: defineIxValidationTooltip\n});\n\nexport type IxWorkflowStepEvents = NonNullable<unknown>;\n\nexport const IxWorkflowStep: StencilReactComponent<IxWorkflowStepElement, IxWorkflowStepEvents> = /*@__PURE__*/ createComponent<IxWorkflowStepElement, IxWorkflowStepEvents>({\n tagName: 'ix-workflow-step',\n elementClass: IxWorkflowStepElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxWorkflowStepEvents,\n defineCustomElement: defineIxWorkflowStep\n});\n\nexport type IxWorkflowStepsEvents = { onStepSelected: EventName<CustomEvent<number>> };\n\nexport const IxWorkflowSteps: StencilReactComponent<IxWorkflowStepsElement, IxWorkflowStepsEvents> = /*@__PURE__*/ createComponent<IxWorkflowStepsElement, IxWorkflowStepsEvents>({\n tagName: 'ix-workflow-steps',\n elementClass: IxWorkflowStepsElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onStepSelected: 'stepSelected' } as IxWorkflowStepsEvents,\n defineCustomElement: defineIxWorkflowSteps\n});\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqHa;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AAC0B;AAC9B;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACmB;AACvB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAYY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACiB;AACrB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AASY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACA;AACuB;AAC3B;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACiB;AACrB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACkB;AACtB;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACmB;AACvB;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACuB;AAC3B;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACe;AACnB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACc;AAClB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACc;AAClB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACsB;AAC1B;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAUY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACA;AACA;AACa;AACjB;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACkB;AACtB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACsB;AAC1B;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACqB;AACzB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACmB;AACvB;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACc;AAClB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACoB;AACxB;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACmB;AACvB;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACa;AACjB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACc;AAClB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AASY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACA;AACe;AACnB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACiB;AACrB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACmB;AACvB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;;"}
1
+ {"version":3,"file":"components.js","sources":["../src/components.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport { 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\";\nimport { IxActionCard as IxActionCardElement, defineCustomElement as defineIxActionCard } from \"@siemens/ix/components/ix-action-card.js\";\nimport { IxApplicationHeader as IxApplicationHeaderElement, defineCustomElement as defineIxApplicationHeader } from \"@siemens/ix/components/ix-application-header.js\";\nimport { IxApplication as IxApplicationElement, defineCustomElement as defineIxApplication } from \"@siemens/ix/components/ix-application.js\";\nimport { IxAvatar as IxAvatarElement, defineCustomElement as defineIxAvatar } from \"@siemens/ix/components/ix-avatar.js\";\nimport { IxBasicNavigation as IxBasicNavigationElement, defineCustomElement as defineIxBasicNavigation } from \"@siemens/ix/components/ix-basic-navigation.js\";\nimport { IxBlind as IxBlindElement, defineCustomElement as defineIxBlind } from \"@siemens/ix/components/ix-blind.js\";\nimport { IxBreadcrumbItem as IxBreadcrumbItemElement, defineCustomElement as defineIxBreadcrumbItem } from \"@siemens/ix/components/ix-breadcrumb-item.js\";\nimport { IxBreadcrumb as IxBreadcrumbElement, defineCustomElement as defineIxBreadcrumb } from \"@siemens/ix/components/ix-breadcrumb.js\";\nimport { IxButton as IxButtonElement, defineCustomElement as defineIxButton } from \"@siemens/ix/components/ix-button.js\";\nimport { IxCardAccordion as IxCardAccordionElement, defineCustomElement as defineIxCardAccordion } from \"@siemens/ix/components/ix-card-accordion.js\";\nimport { IxCardContent as IxCardContentElement, defineCustomElement as defineIxCardContent } from \"@siemens/ix/components/ix-card-content.js\";\nimport { IxCardList as IxCardListElement, defineCustomElement as defineIxCardList } from \"@siemens/ix/components/ix-card-list.js\";\nimport { IxCardTitle as IxCardTitleElement, defineCustomElement as defineIxCardTitle } from \"@siemens/ix/components/ix-card-title.js\";\nimport { IxCard as IxCardElement, defineCustomElement as defineIxCard } from \"@siemens/ix/components/ix-card.js\";\nimport { IxCategoryFilter as IxCategoryFilterElement, defineCustomElement as defineIxCategoryFilter } from \"@siemens/ix/components/ix-category-filter.js\";\nimport { IxCheckboxGroup as IxCheckboxGroupElement, defineCustomElement as defineIxCheckboxGroup } from \"@siemens/ix/components/ix-checkbox-group.js\";\nimport { IxCheckbox as IxCheckboxElement, defineCustomElement as defineIxCheckbox } from \"@siemens/ix/components/ix-checkbox.js\";\nimport { IxChip as IxChipElement, defineCustomElement as defineIxChip } from \"@siemens/ix/components/ix-chip.js\";\nimport { IxCol as IxColElement, defineCustomElement as defineIxCol } from \"@siemens/ix/components/ix-col.js\";\nimport { IxContentHeader as IxContentHeaderElement, defineCustomElement as defineIxContentHeader } from \"@siemens/ix/components/ix-content-header.js\";\nimport { IxContent as IxContentElement, defineCustomElement as defineIxContent } from \"@siemens/ix/components/ix-content.js\";\nimport { IxCustomField as IxCustomFieldElement, defineCustomElement as defineIxCustomField } from \"@siemens/ix/components/ix-custom-field.js\";\nimport { IxDateDropdown as IxDateDropdownElement, defineCustomElement as defineIxDateDropdown } from \"@siemens/ix/components/ix-date-dropdown.js\";\nimport { IxDateInput as IxDateInputElement, defineCustomElement as defineIxDateInput } from \"@siemens/ix/components/ix-date-input.js\";\nimport { IxDatePicker as IxDatePickerElement, defineCustomElement as defineIxDatePicker } from \"@siemens/ix/components/ix-date-picker.js\";\nimport { IxDatetimePicker as IxDatetimePickerElement, defineCustomElement as defineIxDatetimePicker } from \"@siemens/ix/components/ix-datetime-picker.js\";\nimport { IxDivider as IxDividerElement, defineCustomElement as defineIxDivider } from \"@siemens/ix/components/ix-divider.js\";\nimport { IxDrawer as IxDrawerElement, defineCustomElement as defineIxDrawer } from \"@siemens/ix/components/ix-drawer.js\";\nimport { IxDropdownButton as IxDropdownButtonElement, defineCustomElement as defineIxDropdownButton } from \"@siemens/ix/components/ix-dropdown-button.js\";\nimport { IxDropdownHeader as IxDropdownHeaderElement, defineCustomElement as defineIxDropdownHeader } from \"@siemens/ix/components/ix-dropdown-header.js\";\nimport { IxDropdownItem as IxDropdownItemElement, defineCustomElement as defineIxDropdownItem } from \"@siemens/ix/components/ix-dropdown-item.js\";\nimport { IxDropdownQuickActions as IxDropdownQuickActionsElement, defineCustomElement as defineIxDropdownQuickActions } from \"@siemens/ix/components/ix-dropdown-quick-actions.js\";\nimport { IxDropdown as IxDropdownElement, defineCustomElement as defineIxDropdown } from \"@siemens/ix/components/ix-dropdown.js\";\nimport { IxEmptyState as IxEmptyStateElement, defineCustomElement as defineIxEmptyState } from \"@siemens/ix/components/ix-empty-state.js\";\nimport { IxEventListItem as IxEventListItemElement, defineCustomElement as defineIxEventListItem } from \"@siemens/ix/components/ix-event-list-item.js\";\nimport { IxEventList as IxEventListElement, defineCustomElement as defineIxEventList } from \"@siemens/ix/components/ix-event-list.js\";\nimport { IxExpandingSearch as IxExpandingSearchElement, defineCustomElement as defineIxExpandingSearch } from \"@siemens/ix/components/ix-expanding-search.js\";\nimport { IxFieldLabel as IxFieldLabelElement, defineCustomElement as defineIxFieldLabel } from \"@siemens/ix/components/ix-field-label.js\";\nimport { IxFilterChip as IxFilterChipElement, defineCustomElement as defineIxFilterChip } from \"@siemens/ix/components/ix-filter-chip.js\";\nimport { IxFlipTileContent as IxFlipTileContentElement, defineCustomElement as defineIxFlipTileContent } from \"@siemens/ix/components/ix-flip-tile-content.js\";\nimport { IxFlipTile as IxFlipTileElement, defineCustomElement as defineIxFlipTile } from \"@siemens/ix/components/ix-flip-tile.js\";\nimport { IxGroupContextMenu as IxGroupContextMenuElement, defineCustomElement as defineIxGroupContextMenu } from \"@siemens/ix/components/ix-group-context-menu.js\";\nimport { IxGroupItem as IxGroupItemElement, defineCustomElement as defineIxGroupItem } from \"@siemens/ix/components/ix-group-item.js\";\nimport { IxGroup as IxGroupElement, defineCustomElement as defineIxGroup } from \"@siemens/ix/components/ix-group.js\";\nimport { IxHelperText as IxHelperTextElement, defineCustomElement as defineIxHelperText } from \"@siemens/ix/components/ix-helper-text.js\";\nimport { IxIconButton as IxIconButtonElement, defineCustomElement as defineIxIconButton } from \"@siemens/ix/components/ix-icon-button.js\";\nimport { IxIconToggleButton as IxIconToggleButtonElement, defineCustomElement as defineIxIconToggleButton } from \"@siemens/ix/components/ix-icon-toggle-button.js\";\nimport { IxInputGroup as IxInputGroupElement, defineCustomElement as defineIxInputGroup } from \"@siemens/ix/components/ix-input-group.js\";\nimport { IxInput as IxInputElement, defineCustomElement as defineIxInput } from \"@siemens/ix/components/ix-input.js\";\nimport { IxKeyValueList as IxKeyValueListElement, defineCustomElement as defineIxKeyValueList } from \"@siemens/ix/components/ix-key-value-list.js\";\nimport { IxKeyValue as IxKeyValueElement, defineCustomElement as defineIxKeyValue } from \"@siemens/ix/components/ix-key-value.js\";\nimport { IxKpi as IxKpiElement, defineCustomElement as defineIxKpi } from \"@siemens/ix/components/ix-kpi.js\";\nimport { IxLayoutAuto as IxLayoutAutoElement, defineCustomElement as defineIxLayoutAuto } from \"@siemens/ix/components/ix-layout-auto.js\";\nimport { IxLayoutGrid as IxLayoutGridElement, defineCustomElement as defineIxLayoutGrid } from \"@siemens/ix/components/ix-layout-grid.js\";\nimport { IxLinkButton as IxLinkButtonElement, defineCustomElement as defineIxLinkButton } from \"@siemens/ix/components/ix-link-button.js\";\nimport { IxMapNavigationOverlay as IxMapNavigationOverlayElement, defineCustomElement as defineIxMapNavigationOverlay } from \"@siemens/ix/components/ix-map-navigation-overlay.js\";\nimport { IxMapNavigation as IxMapNavigationElement, defineCustomElement as defineIxMapNavigation } from \"@siemens/ix/components/ix-map-navigation.js\";\nimport { IxMenuAboutItem as IxMenuAboutItemElement, defineCustomElement as defineIxMenuAboutItem } from \"@siemens/ix/components/ix-menu-about-item.js\";\nimport { IxMenuAboutNews as IxMenuAboutNewsElement, defineCustomElement as defineIxMenuAboutNews } from \"@siemens/ix/components/ix-menu-about-news.js\";\nimport { IxMenuAbout as IxMenuAboutElement, defineCustomElement as defineIxMenuAbout } from \"@siemens/ix/components/ix-menu-about.js\";\nimport { IxMenuAvatarItem as IxMenuAvatarItemElement, defineCustomElement as defineIxMenuAvatarItem } from \"@siemens/ix/components/ix-menu-avatar-item.js\";\nimport { IxMenuAvatar as IxMenuAvatarElement, defineCustomElement as defineIxMenuAvatar } from \"@siemens/ix/components/ix-menu-avatar.js\";\nimport { IxMenuCategory as IxMenuCategoryElement, defineCustomElement as defineIxMenuCategory } from \"@siemens/ix/components/ix-menu-category.js\";\nimport { IxMenuItem as IxMenuItemElement, defineCustomElement as defineIxMenuItem } from \"@siemens/ix/components/ix-menu-item.js\";\nimport { IxMenuSettingsItem as IxMenuSettingsItemElement, defineCustomElement as defineIxMenuSettingsItem } from \"@siemens/ix/components/ix-menu-settings-item.js\";\nimport { IxMenuSettings as IxMenuSettingsElement, defineCustomElement as defineIxMenuSettings } from \"@siemens/ix/components/ix-menu-settings.js\";\nimport { IxMenu as IxMenuElement, defineCustomElement as defineIxMenu } from \"@siemens/ix/components/ix-menu.js\";\nimport { IxMessageBar as IxMessageBarElement, defineCustomElement as defineIxMessageBar } from \"@siemens/ix/components/ix-message-bar.js\";\nimport { IxModalContent as IxModalContentElement, defineCustomElement as defineIxModalContent } from \"@siemens/ix/components/ix-modal-content.js\";\nimport { IxModalFooter as IxModalFooterElement, defineCustomElement as defineIxModalFooter } from \"@siemens/ix/components/ix-modal-footer.js\";\nimport { IxModalHeader as IxModalHeaderElement, defineCustomElement as defineIxModalHeader } from \"@siemens/ix/components/ix-modal-header.js\";\nimport { IxModal as IxModalElement, defineCustomElement as defineIxModal } from \"@siemens/ix/components/ix-modal.js\";\nimport { IxNumberInput as IxNumberInputElement, defineCustomElement as defineIxNumberInput } from \"@siemens/ix/components/ix-number-input.js\";\nimport { IxPagination as IxPaginationElement, defineCustomElement as defineIxPagination } from \"@siemens/ix/components/ix-pagination.js\";\nimport { IxPaneLayout as IxPaneLayoutElement, defineCustomElement as defineIxPaneLayout } from \"@siemens/ix/components/ix-pane-layout.js\";\nimport { IxPane as IxPaneElement, defineCustomElement as defineIxPane } from \"@siemens/ix/components/ix-pane.js\";\nimport { IxPill as IxPillElement, defineCustomElement as defineIxPill } from \"@siemens/ix/components/ix-pill.js\";\nimport { IxPushCard as IxPushCardElement, defineCustomElement as defineIxPushCard } from \"@siemens/ix/components/ix-push-card.js\";\nimport { IxRadioGroup as IxRadioGroupElement, defineCustomElement as defineIxRadioGroup } from \"@siemens/ix/components/ix-radio-group.js\";\nimport { IxRadio as IxRadioElement, defineCustomElement as defineIxRadio } from \"@siemens/ix/components/ix-radio.js\";\nimport { IxRow as IxRowElement, defineCustomElement as defineIxRow } from \"@siemens/ix/components/ix-row.js\";\nimport { IxSelectItem as IxSelectItemElement, defineCustomElement as defineIxSelectItem } from \"@siemens/ix/components/ix-select-item.js\";\nimport { IxSelect as IxSelectElement, defineCustomElement as defineIxSelect } from \"@siemens/ix/components/ix-select.js\";\nimport { IxSlider as IxSliderElement, defineCustomElement as defineIxSlider } from \"@siemens/ix/components/ix-slider.js\";\nimport { IxSpinner as IxSpinnerElement, defineCustomElement as defineIxSpinner } from \"@siemens/ix/components/ix-spinner.js\";\nimport { IxSplitButton as IxSplitButtonElement, defineCustomElement as defineIxSplitButton } from \"@siemens/ix/components/ix-split-button.js\";\nimport { IxTabItem as IxTabItemElement, defineCustomElement as defineIxTabItem } from \"@siemens/ix/components/ix-tab-item.js\";\nimport { IxTabs as IxTabsElement, defineCustomElement as defineIxTabs } from \"@siemens/ix/components/ix-tabs.js\";\nimport { IxTextarea as IxTextareaElement, defineCustomElement as defineIxTextarea } from \"@siemens/ix/components/ix-textarea.js\";\nimport { IxTile as IxTileElement, defineCustomElement as defineIxTile } from \"@siemens/ix/components/ix-tile.js\";\nimport { IxTimePicker as IxTimePickerElement, defineCustomElement as defineIxTimePicker } from \"@siemens/ix/components/ix-time-picker.js\";\nimport { IxToastContainer as IxToastContainerElement, defineCustomElement as defineIxToastContainer } from \"@siemens/ix/components/ix-toast-container.js\";\nimport { IxToast as IxToastElement, defineCustomElement as defineIxToast } from \"@siemens/ix/components/ix-toast.js\";\nimport { IxToggleButton as IxToggleButtonElement, defineCustomElement as defineIxToggleButton } from \"@siemens/ix/components/ix-toggle-button.js\";\nimport { IxToggle as IxToggleElement, defineCustomElement as defineIxToggle } from \"@siemens/ix/components/ix-toggle.js\";\nimport { IxTooltip as IxTooltipElement, defineCustomElement as defineIxTooltip } from \"@siemens/ix/components/ix-tooltip.js\";\nimport { IxTypography as IxTypographyElement, defineCustomElement as defineIxTypography } from \"@siemens/ix/components/ix-typography.js\";\nimport { IxUpload as IxUploadElement, defineCustomElement as defineIxUpload } from \"@siemens/ix/components/ix-upload.js\";\nimport { IxValidationTooltip as IxValidationTooltipElement, defineCustomElement as defineIxValidationTooltip } from \"@siemens/ix/components/ix-validation-tooltip.js\";\nimport { IxWorkflowStep as IxWorkflowStepElement, defineCustomElement as defineIxWorkflowStep } from \"@siemens/ix/components/ix-workflow-step.js\";\nimport { IxWorkflowSteps as IxWorkflowStepsElement, defineCustomElement as defineIxWorkflowSteps } from \"@siemens/ix/components/ix-workflow-steps.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\n\nexport type IxActionCardEvents = NonNullable<unknown>;\n\nexport const IxActionCard: StencilReactComponent<IxActionCardElement, IxActionCardEvents> = /*@__PURE__*/ createComponent<IxActionCardElement, IxActionCardEvents>({\n tagName: 'ix-action-card',\n elementClass: IxActionCardElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxActionCardEvents,\n defineCustomElement: defineIxActionCard\n});\n\nexport type IxApplicationEvents = NonNullable<unknown>;\n\nexport const IxApplication: StencilReactComponent<IxApplicationElement, IxApplicationEvents> = /*@__PURE__*/ createComponent<IxApplicationElement, IxApplicationEvents>({\n tagName: 'ix-application',\n elementClass: IxApplicationElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxApplicationEvents,\n defineCustomElement: defineIxApplication\n});\n\nexport type IxApplicationHeaderEvents = {\n onMenuToggle: EventName<CustomEvent<boolean>>,\n onOpenAppSwitch: EventName<CustomEvent<void>>\n};\n\nexport const IxApplicationHeader: StencilReactComponent<IxApplicationHeaderElement, IxApplicationHeaderEvents> = /*@__PURE__*/ createComponent<IxApplicationHeaderElement, IxApplicationHeaderEvents>({\n tagName: 'ix-application-header',\n elementClass: IxApplicationHeaderElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onMenuToggle: 'menuToggle',\n onOpenAppSwitch: 'openAppSwitch'\n } as IxApplicationHeaderEvents,\n defineCustomElement: defineIxApplicationHeader\n});\n\nexport type IxAvatarEvents = NonNullable<unknown>;\n\nexport const IxAvatar: StencilReactComponent<IxAvatarElement, IxAvatarEvents> = /*@__PURE__*/ createComponent<IxAvatarElement, IxAvatarEvents>({\n tagName: 'ix-avatar',\n elementClass: IxAvatarElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxAvatarEvents,\n defineCustomElement: defineIxAvatar\n});\n\nexport type IxBasicNavigationEvents = NonNullable<unknown>;\n\nexport const IxBasicNavigation: StencilReactComponent<IxBasicNavigationElement, IxBasicNavigationEvents> = /*@__PURE__*/ createComponent<IxBasicNavigationElement, IxBasicNavigationEvents>({\n tagName: 'ix-basic-navigation',\n elementClass: IxBasicNavigationElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxBasicNavigationEvents,\n defineCustomElement: defineIxBasicNavigation\n});\n\nexport type IxBlindEvents = { onCollapsedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxBlind: StencilReactComponent<IxBlindElement, IxBlindEvents> = /*@__PURE__*/ createComponent<IxBlindElement, IxBlindEvents>({\n tagName: 'ix-blind',\n elementClass: IxBlindElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCollapsedChange: 'collapsedChange' } as IxBlindEvents,\n defineCustomElement: defineIxBlind\n});\n\nexport type IxBreadcrumbEvents = {\n onItemClick: EventName<CustomEvent<string>>,\n onNextClick: EventName<IxBreadcrumbCustomEvent<{ event: UIEvent; item: string }>>\n};\n\nexport const IxBreadcrumb: StencilReactComponent<IxBreadcrumbElement, IxBreadcrumbEvents> = /*@__PURE__*/ createComponent<IxBreadcrumbElement, IxBreadcrumbEvents>({\n tagName: 'ix-breadcrumb',\n elementClass: IxBreadcrumbElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onItemClick: 'itemClick',\n onNextClick: 'nextClick'\n } as IxBreadcrumbEvents,\n defineCustomElement: defineIxBreadcrumb\n});\n\nexport type IxBreadcrumbItemEvents = NonNullable<unknown>;\n\nexport const IxBreadcrumbItem: StencilReactComponent<IxBreadcrumbItemElement, IxBreadcrumbItemEvents> = /*@__PURE__*/ createComponent<IxBreadcrumbItemElement, IxBreadcrumbItemEvents>({\n tagName: 'ix-breadcrumb-item',\n elementClass: IxBreadcrumbItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxBreadcrumbItemEvents,\n defineCustomElement: defineIxBreadcrumbItem\n});\n\nexport type IxButtonEvents = NonNullable<unknown>;\n\nexport const IxButton: StencilReactComponent<IxButtonElement, IxButtonEvents> = /*@__PURE__*/ createComponent<IxButtonElement, IxButtonEvents>({\n tagName: 'ix-button',\n elementClass: IxButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxButtonEvents,\n defineCustomElement: defineIxButton\n});\n\nexport type IxCardEvents = NonNullable<unknown>;\n\nexport const IxCard: StencilReactComponent<IxCardElement, IxCardEvents> = /*@__PURE__*/ createComponent<IxCardElement, IxCardEvents>({\n tagName: 'ix-card',\n elementClass: IxCardElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxCardEvents,\n defineCustomElement: defineIxCard\n});\n\nexport type IxCardAccordionEvents = NonNullable<unknown>;\n\nexport const IxCardAccordion: StencilReactComponent<IxCardAccordionElement, IxCardAccordionEvents> = /*@__PURE__*/ createComponent<IxCardAccordionElement, IxCardAccordionEvents>({\n tagName: 'ix-card-accordion',\n elementClass: IxCardAccordionElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxCardAccordionEvents,\n defineCustomElement: defineIxCardAccordion\n});\n\nexport type IxCardContentEvents = NonNullable<unknown>;\n\nexport const IxCardContent: StencilReactComponent<IxCardContentElement, IxCardContentEvents> = /*@__PURE__*/ createComponent<IxCardContentElement, IxCardContentEvents>({\n tagName: 'ix-card-content',\n elementClass: IxCardContentElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxCardContentEvents,\n defineCustomElement: defineIxCardContent\n});\n\nexport type IxCardListEvents = {\n onCollapseChanged: EventName<CustomEvent<boolean>>,\n onShowAllClick: EventName<IxCardListCustomEvent<{\n nativeEvent: MouseEvent;\n }>>,\n onShowMoreCardClick: EventName<IxCardListCustomEvent<{\n nativeEvent: MouseEvent;\n }>>\n};\n\nexport const IxCardList: StencilReactComponent<IxCardListElement, IxCardListEvents> = /*@__PURE__*/ createComponent<IxCardListElement, IxCardListEvents>({\n tagName: 'ix-card-list',\n elementClass: IxCardListElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onCollapseChanged: 'collapseChanged',\n onShowAllClick: 'showAllClick',\n onShowMoreCardClick: 'showMoreCardClick'\n } as IxCardListEvents,\n defineCustomElement: defineIxCardList\n});\n\nexport type IxCardTitleEvents = NonNullable<unknown>;\n\nexport const IxCardTitle: StencilReactComponent<IxCardTitleElement, IxCardTitleEvents> = /*@__PURE__*/ createComponent<IxCardTitleElement, IxCardTitleEvents>({\n tagName: 'ix-card-title',\n elementClass: IxCardTitleElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxCardTitleEvents,\n defineCustomElement: defineIxCardTitle\n});\n\nexport type IxCategoryFilterEvents = {\n onCategoryChanged: EventName<CustomEvent<string>>,\n onInputChanged: EventName<IxCategoryFilterCustomEvent<InputState>>,\n onFilterChanged: EventName<IxCategoryFilterCustomEvent<FilterState>>,\n onFilterCleared: EventName<CustomEvent<void>>\n};\n\nexport const IxCategoryFilter: StencilReactComponent<IxCategoryFilterElement, IxCategoryFilterEvents> = /*@__PURE__*/ createComponent<IxCategoryFilterElement, IxCategoryFilterEvents>({\n tagName: 'ix-category-filter',\n elementClass: IxCategoryFilterElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onCategoryChanged: 'categoryChanged',\n onInputChanged: 'inputChanged',\n onFilterChanged: 'filterChanged',\n onFilterCleared: 'filterCleared'\n } as IxCategoryFilterEvents,\n defineCustomElement: defineIxCategoryFilter\n});\n\nexport type IxCheckboxEvents = {\n onCheckedChange: EventName<CustomEvent<boolean>>,\n onValueChange: EventName<CustomEvent<string>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxCheckbox: StencilReactComponent<IxCheckboxElement, IxCheckboxEvents> = /*@__PURE__*/ createComponent<IxCheckboxElement, IxCheckboxEvents>({\n tagName: 'ix-checkbox',\n elementClass: IxCheckboxElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onCheckedChange: 'checkedChange',\n onValueChange: 'valueChange',\n onIxBlur: 'ixBlur'\n } as IxCheckboxEvents,\n defineCustomElement: defineIxCheckbox\n});\n\nexport type IxCheckboxGroupEvents = NonNullable<unknown>;\n\nexport const IxCheckboxGroup: StencilReactComponent<IxCheckboxGroupElement, IxCheckboxGroupEvents> = /*@__PURE__*/ createComponent<IxCheckboxGroupElement, IxCheckboxGroupEvents>({\n tagName: 'ix-checkbox-group',\n elementClass: IxCheckboxGroupElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxCheckboxGroupEvents,\n defineCustomElement: defineIxCheckboxGroup\n});\n\nexport type IxChipEvents = { onCloseChip: EventName<CustomEvent<any>> };\n\nexport const IxChip: StencilReactComponent<IxChipElement, IxChipEvents> = /*@__PURE__*/ createComponent<IxChipElement, IxChipEvents>({\n tagName: 'ix-chip',\n elementClass: IxChipElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCloseChip: 'closeChip' } as IxChipEvents,\n defineCustomElement: defineIxChip\n});\n\nexport type IxColEvents = NonNullable<unknown>;\n\nexport const IxCol: StencilReactComponent<IxColElement, IxColEvents> = /*@__PURE__*/ createComponent<IxColElement, IxColEvents>({\n tagName: 'ix-col',\n elementClass: IxColElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxColEvents,\n defineCustomElement: defineIxCol\n});\n\nexport type IxContentEvents = NonNullable<unknown>;\n\nexport const IxContent: StencilReactComponent<IxContentElement, IxContentEvents> = /*@__PURE__*/ createComponent<IxContentElement, IxContentEvents>({\n tagName: 'ix-content',\n elementClass: IxContentElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxContentEvents,\n defineCustomElement: defineIxContent\n});\n\nexport type IxContentHeaderEvents = { onBackButtonClick: EventName<CustomEvent<void>> };\n\nexport const IxContentHeader: StencilReactComponent<IxContentHeaderElement, IxContentHeaderEvents> = /*@__PURE__*/ createComponent<IxContentHeaderElement, IxContentHeaderEvents>({\n tagName: 'ix-content-header',\n elementClass: IxContentHeaderElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onBackButtonClick: 'backButtonClick' } as IxContentHeaderEvents,\n defineCustomElement: defineIxContentHeader\n});\n\nexport type IxCustomFieldEvents = NonNullable<unknown>;\n\nexport const IxCustomField: StencilReactComponent<IxCustomFieldElement, IxCustomFieldEvents> = /*@__PURE__*/ createComponent<IxCustomFieldElement, IxCustomFieldEvents>({\n tagName: 'ix-custom-field',\n elementClass: IxCustomFieldElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxCustomFieldEvents,\n defineCustomElement: defineIxCustomField\n});\n\nexport type IxDateDropdownEvents = { onDateRangeChange: EventName<IxDateDropdownCustomEvent<DateRangeChangeEvent>> };\n\nexport const IxDateDropdown: StencilReactComponent<IxDateDropdownElement, IxDateDropdownEvents> = /*@__PURE__*/ createComponent<IxDateDropdownElement, IxDateDropdownEvents>({\n tagName: 'ix-date-dropdown',\n elementClass: IxDateDropdownElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onDateRangeChange: 'dateRangeChange' } as IxDateDropdownEvents,\n defineCustomElement: defineIxDateDropdown\n});\n\nexport type IxDateInputEvents = {\n onValueChange: EventName<CustomEvent<string | undefined>>,\n onValidityStateChange: EventName<IxDateInputCustomEvent<DateInputValidityState>>\n};\n\nexport const IxDateInput: StencilReactComponent<IxDateInputElement, IxDateInputEvents> = /*@__PURE__*/ createComponent<IxDateInputElement, IxDateInputEvents>({\n tagName: 'ix-date-input',\n elementClass: IxDateInputElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onValueChange: 'valueChange',\n onValidityStateChange: 'validityStateChange'\n } as IxDateInputEvents,\n defineCustomElement: defineIxDateInput\n});\n\nexport type IxDatePickerEvents = {\n onDateChange: EventName<IxDatePickerCustomEvent<DateChangeEvent>>,\n onDateRangeChange: EventName<IxDatePickerCustomEvent<DateChangeEvent>>,\n onDateSelect: EventName<IxDatePickerCustomEvent<DateChangeEvent>>\n};\n\nexport const IxDatePicker: StencilReactComponent<IxDatePickerElement, IxDatePickerEvents> = /*@__PURE__*/ createComponent<IxDatePickerElement, IxDatePickerEvents>({\n tagName: 'ix-date-picker',\n elementClass: IxDatePickerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onDateChange: 'dateChange',\n onDateRangeChange: 'dateRangeChange',\n onDateSelect: 'dateSelect'\n } as IxDatePickerEvents,\n defineCustomElement: defineIxDatePicker\n});\n\nexport type IxDatetimePickerEvents = {\n onTimeChange: EventName<CustomEvent<string>>,\n onDateChange: EventName<IxDatetimePickerCustomEvent<DateTimeDateChangeEvent>>,\n onDateSelect: EventName<IxDatetimePickerCustomEvent<DateTimeSelectEvent>>\n};\n\nexport const IxDatetimePicker: StencilReactComponent<IxDatetimePickerElement, IxDatetimePickerEvents> = /*@__PURE__*/ createComponent<IxDatetimePickerElement, IxDatetimePickerEvents>({\n tagName: 'ix-datetime-picker',\n elementClass: IxDatetimePickerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onTimeChange: 'timeChange',\n onDateChange: 'dateChange',\n onDateSelect: 'dateSelect'\n } as IxDatetimePickerEvents,\n defineCustomElement: defineIxDatetimePicker\n});\n\nexport type IxDividerEvents = NonNullable<unknown>;\n\nexport const IxDivider: StencilReactComponent<IxDividerElement, IxDividerEvents> = /*@__PURE__*/ createComponent<IxDividerElement, IxDividerEvents>({\n tagName: 'ix-divider',\n elementClass: IxDividerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxDividerEvents,\n defineCustomElement: defineIxDivider\n});\n\nexport type IxDrawerEvents = {\n onOpen: EventName<CustomEvent<any>>,\n onDrawerClose: EventName<CustomEvent<any>>\n};\n\nexport const IxDrawer: StencilReactComponent<IxDrawerElement, IxDrawerEvents> = /*@__PURE__*/ createComponent<IxDrawerElement, IxDrawerEvents>({\n tagName: 'ix-drawer',\n elementClass: IxDrawerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onOpen: 'open',\n onDrawerClose: 'drawerClose'\n } as IxDrawerEvents,\n defineCustomElement: defineIxDrawer\n});\n\nexport type IxDropdownEvents = { onShowChanged: EventName<CustomEvent<boolean>> };\n\nexport const IxDropdown: StencilReactComponent<IxDropdownElement, IxDropdownEvents> = /*@__PURE__*/ createComponent<IxDropdownElement, IxDropdownEvents>({\n tagName: 'ix-dropdown',\n elementClass: IxDropdownElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onShowChanged: 'showChanged' } as IxDropdownEvents,\n defineCustomElement: defineIxDropdown\n});\n\nexport type IxDropdownButtonEvents = NonNullable<unknown>;\n\nexport const IxDropdownButton: StencilReactComponent<IxDropdownButtonElement, IxDropdownButtonEvents> = /*@__PURE__*/ createComponent<IxDropdownButtonElement, IxDropdownButtonEvents>({\n tagName: 'ix-dropdown-button',\n elementClass: IxDropdownButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxDropdownButtonEvents,\n defineCustomElement: defineIxDropdownButton\n});\n\nexport type IxDropdownHeaderEvents = NonNullable<unknown>;\n\nexport const IxDropdownHeader: StencilReactComponent<IxDropdownHeaderElement, IxDropdownHeaderEvents> = /*@__PURE__*/ createComponent<IxDropdownHeaderElement, IxDropdownHeaderEvents>({\n tagName: 'ix-dropdown-header',\n elementClass: IxDropdownHeaderElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxDropdownHeaderEvents,\n defineCustomElement: defineIxDropdownHeader\n});\n\nexport type IxDropdownItemEvents = NonNullable<unknown>;\n\nexport const IxDropdownItem: StencilReactComponent<IxDropdownItemElement, IxDropdownItemEvents> = /*@__PURE__*/ createComponent<IxDropdownItemElement, IxDropdownItemEvents>({\n tagName: 'ix-dropdown-item',\n elementClass: IxDropdownItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxDropdownItemEvents,\n defineCustomElement: defineIxDropdownItem\n});\n\nexport type IxDropdownQuickActionsEvents = NonNullable<unknown>;\n\nexport const IxDropdownQuickActions: StencilReactComponent<IxDropdownQuickActionsElement, IxDropdownQuickActionsEvents> = /*@__PURE__*/ createComponent<IxDropdownQuickActionsElement, IxDropdownQuickActionsEvents>({\n tagName: 'ix-dropdown-quick-actions',\n elementClass: IxDropdownQuickActionsElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxDropdownQuickActionsEvents,\n defineCustomElement: defineIxDropdownQuickActions\n});\n\nexport type IxEmptyStateEvents = { onActionClick: EventName<CustomEvent<void>> };\n\nexport const IxEmptyState: StencilReactComponent<IxEmptyStateElement, IxEmptyStateEvents> = /*@__PURE__*/ createComponent<IxEmptyStateElement, IxEmptyStateEvents>({\n tagName: 'ix-empty-state',\n elementClass: IxEmptyStateElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onActionClick: 'actionClick' } as IxEmptyStateEvents,\n defineCustomElement: defineIxEmptyState\n});\n\nexport type IxEventListEvents = NonNullable<unknown>;\n\nexport const IxEventList: StencilReactComponent<IxEventListElement, IxEventListEvents> = /*@__PURE__*/ createComponent<IxEventListElement, IxEventListEvents>({\n tagName: 'ix-event-list',\n elementClass: IxEventListElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxEventListEvents,\n defineCustomElement: defineIxEventList\n});\n\nexport type IxEventListItemEvents = { onItemClick: EventName<CustomEvent<any>> };\n\nexport const IxEventListItem: StencilReactComponent<IxEventListItemElement, IxEventListItemEvents> = /*@__PURE__*/ createComponent<IxEventListItemElement, IxEventListItemEvents>({\n tagName: 'ix-event-list-item',\n elementClass: IxEventListItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onItemClick: 'itemClick' } as IxEventListItemEvents,\n defineCustomElement: defineIxEventListItem\n});\n\nexport type IxExpandingSearchEvents = { onValueChange: EventName<CustomEvent<string>> };\n\nexport const IxExpandingSearch: StencilReactComponent<IxExpandingSearchElement, IxExpandingSearchEvents> = /*@__PURE__*/ createComponent<IxExpandingSearchElement, IxExpandingSearchEvents>({\n tagName: 'ix-expanding-search',\n elementClass: IxExpandingSearchElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onValueChange: 'valueChange' } as IxExpandingSearchEvents,\n defineCustomElement: defineIxExpandingSearch\n});\n\nexport type IxFieldLabelEvents = NonNullable<unknown>;\n\nexport const IxFieldLabel: StencilReactComponent<IxFieldLabelElement, IxFieldLabelEvents> = /*@__PURE__*/ createComponent<IxFieldLabelElement, IxFieldLabelEvents>({\n tagName: 'ix-field-label',\n elementClass: IxFieldLabelElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxFieldLabelEvents,\n defineCustomElement: defineIxFieldLabel\n});\n\nexport type IxFilterChipEvents = { onCloseClick: EventName<CustomEvent<void>> };\n\nexport const IxFilterChip: StencilReactComponent<IxFilterChipElement, IxFilterChipEvents> = /*@__PURE__*/ createComponent<IxFilterChipElement, IxFilterChipEvents>({\n tagName: 'ix-filter-chip',\n elementClass: IxFilterChipElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCloseClick: 'closeClick' } as IxFilterChipEvents,\n defineCustomElement: defineIxFilterChip\n});\n\nexport type IxFlipTileEvents = { onToggle: EventName<CustomEvent<number>> };\n\nexport const IxFlipTile: StencilReactComponent<IxFlipTileElement, IxFlipTileEvents> = /*@__PURE__*/ createComponent<IxFlipTileElement, IxFlipTileEvents>({\n tagName: 'ix-flip-tile',\n elementClass: IxFlipTileElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onToggle: 'toggle' } as IxFlipTileEvents,\n defineCustomElement: defineIxFlipTile\n});\n\nexport type IxFlipTileContentEvents = NonNullable<unknown>;\n\nexport const IxFlipTileContent: StencilReactComponent<IxFlipTileContentElement, IxFlipTileContentEvents> = /*@__PURE__*/ createComponent<IxFlipTileContentElement, IxFlipTileContentEvents>({\n tagName: 'ix-flip-tile-content',\n elementClass: IxFlipTileContentElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxFlipTileContentEvents,\n defineCustomElement: defineIxFlipTileContent\n});\n\nexport type IxGroupEvents = {\n onSelectGroup: EventName<CustomEvent<boolean>>,\n onSelectItem: EventName<CustomEvent<number>>,\n onCollapsedChanged: EventName<CustomEvent<boolean>>\n};\n\nexport const IxGroup: StencilReactComponent<IxGroupElement, IxGroupEvents> = /*@__PURE__*/ createComponent<IxGroupElement, IxGroupEvents>({\n tagName: 'ix-group',\n elementClass: IxGroupElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onSelectGroup: 'selectGroup',\n onSelectItem: 'selectItem',\n onCollapsedChanged: 'collapsedChanged'\n } as IxGroupEvents,\n defineCustomElement: defineIxGroup\n});\n\nexport type IxGroupContextMenuEvents = NonNullable<unknown>;\n\nexport const IxGroupContextMenu: StencilReactComponent<IxGroupContextMenuElement, IxGroupContextMenuEvents> = /*@__PURE__*/ createComponent<IxGroupContextMenuElement, IxGroupContextMenuEvents>({\n tagName: 'ix-group-context-menu',\n elementClass: IxGroupContextMenuElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxGroupContextMenuEvents,\n defineCustomElement: defineIxGroupContextMenu\n});\n\nexport type IxGroupItemEvents = { onSelectedChanged: EventName<IxGroupItemCustomEvent<HTMLIxGroupItemElement>> };\n\nexport const IxGroupItem: StencilReactComponent<IxGroupItemElement, IxGroupItemEvents> = /*@__PURE__*/ createComponent<IxGroupItemElement, IxGroupItemEvents>({\n tagName: 'ix-group-item',\n elementClass: IxGroupItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onSelectedChanged: 'selectedChanged' } as IxGroupItemEvents,\n defineCustomElement: defineIxGroupItem\n});\n\nexport type IxHelperTextEvents = NonNullable<unknown>;\n\nexport const IxHelperText: StencilReactComponent<IxHelperTextElement, IxHelperTextEvents> = /*@__PURE__*/ createComponent<IxHelperTextElement, IxHelperTextEvents>({\n tagName: 'ix-helper-text',\n elementClass: IxHelperTextElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxHelperTextEvents,\n defineCustomElement: defineIxHelperText\n});\n\nexport type IxIconButtonEvents = NonNullable<unknown>;\n\nexport const IxIconButton: StencilReactComponent<IxIconButtonElement, IxIconButtonEvents> = /*@__PURE__*/ createComponent<IxIconButtonElement, IxIconButtonEvents>({\n tagName: 'ix-icon-button',\n elementClass: IxIconButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxIconButtonEvents,\n defineCustomElement: defineIxIconButton\n});\n\nexport type IxIconToggleButtonEvents = { onPressedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxIconToggleButton: StencilReactComponent<IxIconToggleButtonElement, IxIconToggleButtonEvents> = /*@__PURE__*/ createComponent<IxIconToggleButtonElement, IxIconToggleButtonEvents>({\n tagName: 'ix-icon-toggle-button',\n elementClass: IxIconToggleButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onPressedChange: 'pressedChange' } as IxIconToggleButtonEvents,\n defineCustomElement: defineIxIconToggleButton\n});\n\nexport type IxInputEvents = {\n onValueChange: EventName<CustomEvent<string>>,\n onValidityStateChange: EventName<IxInputCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxInput: StencilReactComponent<IxInputElement, IxInputEvents> = /*@__PURE__*/ createComponent<IxInputElement, IxInputEvents>({\n tagName: 'ix-input',\n elementClass: IxInputElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onValueChange: 'valueChange',\n onValidityStateChange: 'validityStateChange',\n onIxBlur: 'ixBlur'\n } as IxInputEvents,\n defineCustomElement: defineIxInput\n});\n\nexport type IxInputGroupEvents = NonNullable<unknown>;\n\nexport const IxInputGroup: StencilReactComponent<IxInputGroupElement, IxInputGroupEvents> = /*@__PURE__*/ createComponent<IxInputGroupElement, IxInputGroupEvents>({\n tagName: 'ix-input-group',\n elementClass: IxInputGroupElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxInputGroupEvents,\n defineCustomElement: defineIxInputGroup\n});\n\nexport type IxKeyValueEvents = NonNullable<unknown>;\n\nexport const IxKeyValue: StencilReactComponent<IxKeyValueElement, IxKeyValueEvents> = /*@__PURE__*/ createComponent<IxKeyValueElement, IxKeyValueEvents>({\n tagName: 'ix-key-value',\n elementClass: IxKeyValueElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxKeyValueEvents,\n defineCustomElement: defineIxKeyValue\n});\n\nexport type IxKeyValueListEvents = NonNullable<unknown>;\n\nexport const IxKeyValueList: StencilReactComponent<IxKeyValueListElement, IxKeyValueListEvents> = /*@__PURE__*/ createComponent<IxKeyValueListElement, IxKeyValueListEvents>({\n tagName: 'ix-key-value-list',\n elementClass: IxKeyValueListElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxKeyValueListEvents,\n defineCustomElement: defineIxKeyValueList\n});\n\nexport type IxKpiEvents = NonNullable<unknown>;\n\nexport const IxKpi: StencilReactComponent<IxKpiElement, IxKpiEvents> = /*@__PURE__*/ createComponent<IxKpiElement, IxKpiEvents>({\n tagName: 'ix-kpi',\n elementClass: IxKpiElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxKpiEvents,\n defineCustomElement: defineIxKpi\n});\n\nexport type IxLayoutAutoEvents = NonNullable<unknown>;\n\nexport const IxLayoutAuto: StencilReactComponent<IxLayoutAutoElement, IxLayoutAutoEvents> = /*@__PURE__*/ createComponent<IxLayoutAutoElement, IxLayoutAutoEvents>({\n tagName: 'ix-layout-auto',\n elementClass: IxLayoutAutoElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxLayoutAutoEvents,\n defineCustomElement: defineIxLayoutAuto\n});\n\nexport type IxLayoutGridEvents = NonNullable<unknown>;\n\nexport const IxLayoutGrid: StencilReactComponent<IxLayoutGridElement, IxLayoutGridEvents> = /*@__PURE__*/ createComponent<IxLayoutGridElement, IxLayoutGridEvents>({\n tagName: 'ix-layout-grid',\n elementClass: IxLayoutGridElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxLayoutGridEvents,\n defineCustomElement: defineIxLayoutGrid\n});\n\nexport type IxLinkButtonEvents = NonNullable<unknown>;\n\nexport const IxLinkButton: StencilReactComponent<IxLinkButtonElement, IxLinkButtonEvents> = /*@__PURE__*/ createComponent<IxLinkButtonElement, IxLinkButtonEvents>({\n tagName: 'ix-link-button',\n elementClass: IxLinkButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxLinkButtonEvents,\n defineCustomElement: defineIxLinkButton\n});\n\nexport type IxMapNavigationEvents = {\n onNavigationToggled: EventName<CustomEvent<boolean>>,\n onContextMenuClick: EventName<CustomEvent<void>>\n};\n\nexport const IxMapNavigation: StencilReactComponent<IxMapNavigationElement, IxMapNavigationEvents> = /*@__PURE__*/ createComponent<IxMapNavigationElement, IxMapNavigationEvents>({\n tagName: 'ix-map-navigation',\n elementClass: IxMapNavigationElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onNavigationToggled: 'navigationToggled',\n onContextMenuClick: 'contextMenuClick'\n } as IxMapNavigationEvents,\n defineCustomElement: defineIxMapNavigation\n});\n\nexport type IxMapNavigationOverlayEvents = { onCloseClick: EventName<CustomEvent<any>> };\n\nexport const IxMapNavigationOverlay: StencilReactComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents> = /*@__PURE__*/ createComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents>({\n tagName: 'ix-map-navigation-overlay',\n elementClass: IxMapNavigationOverlayElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCloseClick: 'closeClick' } as IxMapNavigationOverlayEvents,\n defineCustomElement: defineIxMapNavigationOverlay\n});\n\nexport type IxMenuEvents = {\n onExpandChange: EventName<CustomEvent<boolean>>,\n onMapExpandChange: EventName<CustomEvent<boolean>>,\n onOpenAppSwitch: EventName<CustomEvent<void>>,\n onOpenSettings: EventName<CustomEvent<void>>,\n onOpenAbout: EventName<CustomEvent<void>>\n};\n\nexport const IxMenu: StencilReactComponent<IxMenuElement, IxMenuEvents> = /*@__PURE__*/ createComponent<IxMenuElement, IxMenuEvents>({\n tagName: 'ix-menu',\n elementClass: IxMenuElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onExpandChange: 'expandChange',\n onMapExpandChange: 'mapExpandChange',\n onOpenAppSwitch: 'openAppSwitch',\n onOpenSettings: 'openSettings',\n onOpenAbout: 'openAbout'\n } as IxMenuEvents,\n defineCustomElement: defineIxMenu\n});\n\nexport type IxMenuAboutEvents = {\n onTabChange: EventName<CustomEvent<string>>,\n onClose: EventName<IxMenuAboutCustomEvent<CustomCloseEvent>>\n};\n\nexport const IxMenuAbout: StencilReactComponent<IxMenuAboutElement, IxMenuAboutEvents> = /*@__PURE__*/ createComponent<IxMenuAboutElement, IxMenuAboutEvents>({\n tagName: 'ix-menu-about',\n elementClass: IxMenuAboutElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onTabChange: 'tabChange',\n onClose: 'close'\n } as IxMenuAboutEvents,\n defineCustomElement: defineIxMenuAbout\n});\n\nexport type IxMenuAboutItemEvents = { onLabelChange: EventName<IxMenuAboutItemCustomEvent<CustomLabelChangeEvent>> };\n\nexport const IxMenuAboutItem: StencilReactComponent<IxMenuAboutItemElement, IxMenuAboutItemEvents> = /*@__PURE__*/ createComponent<IxMenuAboutItemElement, IxMenuAboutItemEvents>({\n tagName: 'ix-menu-about-item',\n elementClass: IxMenuAboutItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onLabelChange: 'labelChange' } as IxMenuAboutItemEvents,\n defineCustomElement: defineIxMenuAboutItem\n});\n\nexport type IxMenuAboutNewsEvents = {\n onShowMore: EventName<IxMenuAboutNewsCustomEvent<MouseEvent>>,\n onClosePopover: EventName<CustomEvent<void>>\n};\n\nexport const IxMenuAboutNews: StencilReactComponent<IxMenuAboutNewsElement, IxMenuAboutNewsEvents> = /*@__PURE__*/ createComponent<IxMenuAboutNewsElement, IxMenuAboutNewsEvents>({\n tagName: 'ix-menu-about-news',\n elementClass: IxMenuAboutNewsElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onShowMore: 'showMore',\n onClosePopover: 'closePopover'\n } as IxMenuAboutNewsEvents,\n defineCustomElement: defineIxMenuAboutNews\n});\n\nexport type IxMenuAvatarEvents = { onLogoutClick: EventName<CustomEvent<any>> };\n\nexport const IxMenuAvatar: StencilReactComponent<IxMenuAvatarElement, IxMenuAvatarEvents> = /*@__PURE__*/ createComponent<IxMenuAvatarElement, IxMenuAvatarEvents>({\n tagName: 'ix-menu-avatar',\n elementClass: IxMenuAvatarElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onLogoutClick: 'logoutClick' } as IxMenuAvatarEvents,\n defineCustomElement: defineIxMenuAvatar\n});\n\nexport type IxMenuAvatarItemEvents = { onItemClick: EventName<IxMenuAvatarItemCustomEvent<MouseEvent>> };\n\nexport const IxMenuAvatarItem: StencilReactComponent<IxMenuAvatarItemElement, IxMenuAvatarItemEvents> = /*@__PURE__*/ createComponent<IxMenuAvatarItemElement, IxMenuAvatarItemEvents>({\n tagName: 'ix-menu-avatar-item',\n elementClass: IxMenuAvatarItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onItemClick: 'itemClick' } as IxMenuAvatarItemEvents,\n defineCustomElement: defineIxMenuAvatarItem\n});\n\nexport type IxMenuCategoryEvents = NonNullable<unknown>;\n\nexport const IxMenuCategory: StencilReactComponent<IxMenuCategoryElement, IxMenuCategoryEvents> = /*@__PURE__*/ createComponent<IxMenuCategoryElement, IxMenuCategoryEvents>({\n tagName: 'ix-menu-category',\n elementClass: IxMenuCategoryElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxMenuCategoryEvents,\n defineCustomElement: defineIxMenuCategory\n});\n\nexport type IxMenuItemEvents = NonNullable<unknown>;\n\nexport const IxMenuItem: StencilReactComponent<IxMenuItemElement, IxMenuItemEvents> = /*@__PURE__*/ createComponent<IxMenuItemElement, IxMenuItemEvents>({\n tagName: 'ix-menu-item',\n elementClass: IxMenuItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxMenuItemEvents,\n defineCustomElement: defineIxMenuItem\n});\n\nexport type IxMenuSettingsEvents = {\n onTabChange: EventName<CustomEvent<string>>,\n onClose: EventName<IxMenuSettingsCustomEvent<CustomCloseEvent>>\n};\n\nexport const IxMenuSettings: StencilReactComponent<IxMenuSettingsElement, IxMenuSettingsEvents> = /*@__PURE__*/ createComponent<IxMenuSettingsElement, IxMenuSettingsEvents>({\n tagName: 'ix-menu-settings',\n elementClass: IxMenuSettingsElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onTabChange: 'tabChange',\n onClose: 'close'\n } as IxMenuSettingsEvents,\n defineCustomElement: defineIxMenuSettings\n});\n\nexport type IxMenuSettingsItemEvents = { onLabelChange: EventName<IxMenuSettingsItemCustomEvent<CustomLabelChangeEvent>> };\n\nexport const IxMenuSettingsItem: StencilReactComponent<IxMenuSettingsItemElement, IxMenuSettingsItemEvents> = /*@__PURE__*/ createComponent<IxMenuSettingsItemElement, IxMenuSettingsItemEvents>({\n tagName: 'ix-menu-settings-item',\n elementClass: IxMenuSettingsItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onLabelChange: 'labelChange' } as IxMenuSettingsItemEvents,\n defineCustomElement: defineIxMenuSettingsItem\n});\n\nexport type IxMessageBarEvents = {\n onClosedChange: EventName<CustomEvent<any>>,\n onCloseAnimationCompleted: EventName<CustomEvent<any>>\n};\n\nexport const IxMessageBar: StencilReactComponent<IxMessageBarElement, IxMessageBarEvents> = /*@__PURE__*/ createComponent<IxMessageBarElement, IxMessageBarEvents>({\n tagName: 'ix-message-bar',\n elementClass: IxMessageBarElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onClosedChange: 'closedChange',\n onCloseAnimationCompleted: 'closeAnimationCompleted'\n } as IxMessageBarEvents,\n defineCustomElement: defineIxMessageBar\n});\n\nexport type IxModalEvents = {\n onDialogClose: EventName<CustomEvent<any>>,\n onDialogDismiss: EventName<CustomEvent<any>>\n};\n\nexport const IxModal: StencilReactComponent<IxModalElement, IxModalEvents> = /*@__PURE__*/ createComponent<IxModalElement, IxModalEvents>({\n tagName: 'ix-modal',\n elementClass: IxModalElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onDialogClose: 'dialogClose',\n onDialogDismiss: 'dialogDismiss'\n } as IxModalEvents,\n defineCustomElement: defineIxModal\n});\n\nexport type IxModalContentEvents = NonNullable<unknown>;\n\nexport const IxModalContent: StencilReactComponent<IxModalContentElement, IxModalContentEvents> = /*@__PURE__*/ createComponent<IxModalContentElement, IxModalContentEvents>({\n tagName: 'ix-modal-content',\n elementClass: IxModalContentElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxModalContentEvents,\n defineCustomElement: defineIxModalContent\n});\n\nexport type IxModalFooterEvents = NonNullable<unknown>;\n\nexport const IxModalFooter: StencilReactComponent<IxModalFooterElement, IxModalFooterEvents> = /*@__PURE__*/ createComponent<IxModalFooterElement, IxModalFooterEvents>({\n tagName: 'ix-modal-footer',\n elementClass: IxModalFooterElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxModalFooterEvents,\n defineCustomElement: defineIxModalFooter\n});\n\nexport type IxModalHeaderEvents = { onCloseClick: EventName<IxModalHeaderCustomEvent<MouseEvent>> };\n\nexport const IxModalHeader: StencilReactComponent<IxModalHeaderElement, IxModalHeaderEvents> = /*@__PURE__*/ createComponent<IxModalHeaderElement, IxModalHeaderEvents>({\n tagName: 'ix-modal-header',\n elementClass: IxModalHeaderElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCloseClick: 'closeClick' } as IxModalHeaderEvents,\n defineCustomElement: defineIxModalHeader\n});\n\nexport type IxNumberInputEvents = {\n onValueChange: EventName<CustomEvent<number>>,\n onValidityStateChange: EventName<IxNumberInputCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxNumberInput: StencilReactComponent<IxNumberInputElement, IxNumberInputEvents> = /*@__PURE__*/ createComponent<IxNumberInputElement, IxNumberInputEvents>({\n tagName: 'ix-number-input',\n elementClass: IxNumberInputElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onValueChange: 'valueChange',\n onValidityStateChange: 'validityStateChange',\n onIxBlur: 'ixBlur'\n } as IxNumberInputEvents,\n defineCustomElement: defineIxNumberInput\n});\n\nexport type IxPaginationEvents = {\n onPageSelected: EventName<CustomEvent<number>>,\n onItemCountChanged: EventName<CustomEvent<number>>\n};\n\nexport const IxPagination: StencilReactComponent<IxPaginationElement, IxPaginationEvents> = /*@__PURE__*/ createComponent<IxPaginationElement, IxPaginationEvents>({\n tagName: 'ix-pagination',\n elementClass: IxPaginationElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onPageSelected: 'pageSelected',\n onItemCountChanged: 'itemCountChanged'\n } as IxPaginationEvents,\n defineCustomElement: defineIxPagination\n});\n\nexport type IxPaneEvents = {\n onExpandedChanged: EventName<IxPaneCustomEvent<ExpandedChangedEvent>>,\n onVariantChanged: EventName<IxPaneCustomEvent<VariantChangedEvent>>,\n onBorderlessChanged: EventName<IxPaneCustomEvent<BorderlessChangedEvent>>\n};\n\nexport const IxPane: StencilReactComponent<IxPaneElement, IxPaneEvents> = /*@__PURE__*/ createComponent<IxPaneElement, IxPaneEvents>({\n tagName: 'ix-pane',\n elementClass: IxPaneElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onExpandedChanged: 'expandedChanged',\n onVariantChanged: 'variantChanged',\n onBorderlessChanged: 'borderlessChanged'\n } as IxPaneEvents,\n defineCustomElement: defineIxPane\n});\n\nexport type IxPaneLayoutEvents = NonNullable<unknown>;\n\nexport const IxPaneLayout: StencilReactComponent<IxPaneLayoutElement, IxPaneLayoutEvents> = /*@__PURE__*/ createComponent<IxPaneLayoutElement, IxPaneLayoutEvents>({\n tagName: 'ix-pane-layout',\n elementClass: IxPaneLayoutElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxPaneLayoutEvents,\n defineCustomElement: defineIxPaneLayout\n});\n\nexport type IxPillEvents = NonNullable<unknown>;\n\nexport const IxPill: StencilReactComponent<IxPillElement, IxPillEvents> = /*@__PURE__*/ createComponent<IxPillElement, IxPillEvents>({\n tagName: 'ix-pill',\n elementClass: IxPillElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxPillEvents,\n defineCustomElement: defineIxPill\n});\n\nexport type IxPushCardEvents = NonNullable<unknown>;\n\nexport const IxPushCard: StencilReactComponent<IxPushCardElement, IxPushCardEvents> = /*@__PURE__*/ createComponent<IxPushCardElement, IxPushCardEvents>({\n tagName: 'ix-push-card',\n elementClass: IxPushCardElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxPushCardEvents,\n defineCustomElement: defineIxPushCard\n});\n\nexport type IxRadioEvents = {\n onCheckedChange: EventName<CustomEvent<boolean>>,\n onValueChange: EventName<CustomEvent<string>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxRadio: StencilReactComponent<IxRadioElement, IxRadioEvents> = /*@__PURE__*/ createComponent<IxRadioElement, IxRadioEvents>({\n tagName: 'ix-radio',\n elementClass: IxRadioElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onCheckedChange: 'checkedChange',\n onValueChange: 'valueChange',\n onIxBlur: 'ixBlur'\n } as IxRadioEvents,\n defineCustomElement: defineIxRadio\n});\n\nexport type IxRadioGroupEvents = { onValueChange: EventName<CustomEvent<string>> };\n\nexport const IxRadioGroup: StencilReactComponent<IxRadioGroupElement, IxRadioGroupEvents> = /*@__PURE__*/ createComponent<IxRadioGroupElement, IxRadioGroupEvents>({\n tagName: 'ix-radio-group',\n elementClass: IxRadioGroupElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onValueChange: 'valueChange' } as IxRadioGroupEvents,\n defineCustomElement: defineIxRadioGroup\n});\n\nexport type IxRowEvents = NonNullable<unknown>;\n\nexport const IxRow: StencilReactComponent<IxRowElement, IxRowEvents> = /*@__PURE__*/ createComponent<IxRowElement, IxRowEvents>({\n tagName: 'ix-row',\n elementClass: IxRowElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxRowEvents,\n defineCustomElement: defineIxRow\n});\n\nexport type IxSelectEvents = {\n onValueChange: EventName<CustomEvent<string | string[]>>,\n onInputChange: EventName<CustomEvent<string>>,\n onAddItem: EventName<CustomEvent<string>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxSelect: StencilReactComponent<IxSelectElement, IxSelectEvents> = /*@__PURE__*/ createComponent<IxSelectElement, IxSelectEvents>({\n tagName: 'ix-select',\n elementClass: IxSelectElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onValueChange: 'valueChange',\n onInputChange: 'inputChange',\n onAddItem: 'addItem',\n onIxBlur: 'ixBlur'\n } as IxSelectEvents,\n defineCustomElement: defineIxSelect\n});\n\nexport type IxSelectItemEvents = { onItemClick: EventName<CustomEvent<string>> };\n\nexport const IxSelectItem: StencilReactComponent<IxSelectItemElement, IxSelectItemEvents> = /*@__PURE__*/ createComponent<IxSelectItemElement, IxSelectItemEvents>({\n tagName: 'ix-select-item',\n elementClass: IxSelectItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onItemClick: 'itemClick' } as IxSelectItemEvents,\n defineCustomElement: defineIxSelectItem\n});\n\nexport type IxSliderEvents = { onValueChange: EventName<CustomEvent<number>> };\n\nexport const IxSlider: StencilReactComponent<IxSliderElement, IxSliderEvents> = /*@__PURE__*/ createComponent<IxSliderElement, IxSliderEvents>({\n tagName: 'ix-slider',\n elementClass: IxSliderElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onValueChange: 'valueChange' } as IxSliderEvents,\n defineCustomElement: defineIxSlider\n});\n\nexport type IxSpinnerEvents = NonNullable<unknown>;\n\nexport const IxSpinner: StencilReactComponent<IxSpinnerElement, IxSpinnerEvents> = /*@__PURE__*/ createComponent<IxSpinnerElement, IxSpinnerEvents>({\n tagName: 'ix-spinner',\n elementClass: IxSpinnerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxSpinnerEvents,\n defineCustomElement: defineIxSpinner\n});\n\nexport type IxSplitButtonEvents = { onButtonClick: EventName<IxSplitButtonCustomEvent<MouseEvent>> };\n\nexport const IxSplitButton: StencilReactComponent<IxSplitButtonElement, IxSplitButtonEvents> = /*@__PURE__*/ createComponent<IxSplitButtonElement, IxSplitButtonEvents>({\n tagName: 'ix-split-button',\n elementClass: IxSplitButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onButtonClick: 'buttonClick' } as IxSplitButtonEvents,\n defineCustomElement: defineIxSplitButton\n});\n\nexport type IxTabItemEvents = { onTabClick: EventName<IxTabItemCustomEvent<TabClickDetail>> };\n\nexport const IxTabItem: StencilReactComponent<IxTabItemElement, IxTabItemEvents> = /*@__PURE__*/ createComponent<IxTabItemElement, IxTabItemEvents>({\n tagName: 'ix-tab-item',\n elementClass: IxTabItemElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onTabClick: 'tabClick' } as IxTabItemEvents,\n defineCustomElement: defineIxTabItem\n});\n\nexport type IxTabsEvents = { onSelectedChange: EventName<CustomEvent<number>> };\n\nexport const IxTabs: StencilReactComponent<IxTabsElement, IxTabsEvents> = /*@__PURE__*/ createComponent<IxTabsElement, IxTabsEvents>({\n tagName: 'ix-tabs',\n elementClass: IxTabsElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onSelectedChange: 'selectedChange' } as IxTabsEvents,\n defineCustomElement: defineIxTabs\n});\n\nexport type IxTextareaEvents = {\n onValueChange: EventName<CustomEvent<string>>,\n onValidityStateChange: EventName<IxTextareaCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxTextarea: StencilReactComponent<IxTextareaElement, IxTextareaEvents> = /*@__PURE__*/ createComponent<IxTextareaElement, IxTextareaEvents>({\n tagName: 'ix-textarea',\n elementClass: IxTextareaElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onValueChange: 'valueChange',\n onValidityStateChange: 'validityStateChange',\n onIxBlur: 'ixBlur'\n } as IxTextareaEvents,\n defineCustomElement: defineIxTextarea\n});\n\nexport type IxTileEvents = NonNullable<unknown>;\n\nexport const IxTile: StencilReactComponent<IxTileElement, IxTileEvents> = /*@__PURE__*/ createComponent<IxTileElement, IxTileEvents>({\n tagName: 'ix-tile',\n elementClass: IxTileElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxTileEvents,\n defineCustomElement: defineIxTile\n});\n\nexport type IxTimePickerEvents = {\n onTimeSelect: EventName<CustomEvent<string>>,\n onTimeChange: EventName<CustomEvent<string>>\n};\n\nexport const IxTimePicker: StencilReactComponent<IxTimePickerElement, IxTimePickerEvents> = /*@__PURE__*/ createComponent<IxTimePickerElement, IxTimePickerEvents>({\n tagName: 'ix-time-picker',\n elementClass: IxTimePickerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onTimeSelect: 'timeSelect',\n onTimeChange: 'timeChange'\n } as IxTimePickerEvents,\n defineCustomElement: defineIxTimePicker\n});\n\nexport type IxToastEvents = { onCloseToast: EventName<CustomEvent<any>> };\n\nexport const IxToast: StencilReactComponent<IxToastElement, IxToastEvents> = /*@__PURE__*/ createComponent<IxToastElement, IxToastEvents>({\n tagName: 'ix-toast',\n elementClass: IxToastElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onCloseToast: 'closeToast' } as IxToastEvents,\n defineCustomElement: defineIxToast\n});\n\nexport type IxToastContainerEvents = NonNullable<unknown>;\n\nexport const IxToastContainer: StencilReactComponent<IxToastContainerElement, IxToastContainerEvents> = /*@__PURE__*/ createComponent<IxToastContainerElement, IxToastContainerEvents>({\n tagName: 'ix-toast-container',\n elementClass: IxToastContainerElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxToastContainerEvents,\n defineCustomElement: defineIxToastContainer\n});\n\nexport type IxToggleEvents = {\n onCheckedChange: EventName<CustomEvent<boolean>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxToggle: StencilReactComponent<IxToggleElement, IxToggleEvents> = /*@__PURE__*/ createComponent<IxToggleElement, IxToggleEvents>({\n tagName: 'ix-toggle',\n elementClass: IxToggleElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {\n onCheckedChange: 'checkedChange',\n onIxBlur: 'ixBlur'\n } as IxToggleEvents,\n defineCustomElement: defineIxToggle\n});\n\nexport type IxToggleButtonEvents = { onPressedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxToggleButton: StencilReactComponent<IxToggleButtonElement, IxToggleButtonEvents> = /*@__PURE__*/ createComponent<IxToggleButtonElement, IxToggleButtonEvents>({\n tagName: 'ix-toggle-button',\n elementClass: IxToggleButtonElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onPressedChange: 'pressedChange' } as IxToggleButtonEvents,\n defineCustomElement: defineIxToggleButton\n});\n\nexport type IxTooltipEvents = NonNullable<unknown>;\n\nexport const IxTooltip: StencilReactComponent<IxTooltipElement, IxTooltipEvents> = /*@__PURE__*/ createComponent<IxTooltipElement, IxTooltipEvents>({\n tagName: 'ix-tooltip',\n elementClass: IxTooltipElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxTooltipEvents,\n defineCustomElement: defineIxTooltip\n});\n\nexport type IxTypographyEvents = NonNullable<unknown>;\n\nexport const IxTypography: StencilReactComponent<IxTypographyElement, IxTypographyEvents> = /*@__PURE__*/ createComponent<IxTypographyElement, IxTypographyEvents>({\n tagName: 'ix-typography',\n elementClass: IxTypographyElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxTypographyEvents,\n defineCustomElement: defineIxTypography\n});\n\nexport type IxUploadEvents = { onFilesChanged: EventName<IxUploadCustomEvent<Array<File>>> };\n\nexport const IxUpload: StencilReactComponent<IxUploadElement, IxUploadEvents> = /*@__PURE__*/ createComponent<IxUploadElement, IxUploadEvents>({\n tagName: 'ix-upload',\n elementClass: IxUploadElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onFilesChanged: 'filesChanged' } as IxUploadEvents,\n defineCustomElement: defineIxUpload\n});\n\nexport type IxValidationTooltipEvents = NonNullable<unknown>;\n\nexport const IxValidationTooltip: StencilReactComponent<IxValidationTooltipElement, IxValidationTooltipEvents> = /*@__PURE__*/ createComponent<IxValidationTooltipElement, IxValidationTooltipEvents>({\n tagName: 'ix-validation-tooltip',\n elementClass: IxValidationTooltipElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxValidationTooltipEvents,\n defineCustomElement: defineIxValidationTooltip\n});\n\nexport type IxWorkflowStepEvents = NonNullable<unknown>;\n\nexport const IxWorkflowStep: StencilReactComponent<IxWorkflowStepElement, IxWorkflowStepEvents> = /*@__PURE__*/ createComponent<IxWorkflowStepElement, IxWorkflowStepEvents>({\n tagName: 'ix-workflow-step',\n elementClass: IxWorkflowStepElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: {} as IxWorkflowStepEvents,\n defineCustomElement: defineIxWorkflowStep\n});\n\nexport type IxWorkflowStepsEvents = { onStepSelected: EventName<CustomEvent<number>> };\n\nexport const IxWorkflowSteps: StencilReactComponent<IxWorkflowStepsElement, IxWorkflowStepsEvents> = /*@__PURE__*/ createComponent<IxWorkflowStepsElement, IxWorkflowStepsEvents>({\n tagName: 'ix-workflow-steps',\n elementClass: IxWorkflowStepsElement,\n // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.\n react: React,\n events: { onStepSelected: 'stepSelected' } as IxWorkflowStepsEvents,\n defineCustomElement: defineIxWorkflowSteps\n});\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqHa;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AAC0B;AAC9B;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACmB;AACvB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAYY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACiB;AACrB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AASY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACA;AACuB;AAC3B;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACiB;AACrB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACkB;AACtB;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACmB;AACvB;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACuB;AAC3B;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACe;AACnB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACc;AAClB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACc;AAClB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACsB;AAC1B;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAUY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACA;AACA;AACa;AACjB;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACkB;AACtB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACsB;AAC1B;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACqB;AACzB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACmB;AACvB;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACc;AAClB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACoB;AACxB;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACmB;AACvB;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACa;AACjB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACc;AAClB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AASY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACA;AACe;AACnB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAQY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACA;AACiB;AACrB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACmB;AACvB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAOY;AACT;AACA;;AAEA;AACA;AACI;AACA;AACe;AACnB;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;AAIY;AACT;AACA;;AAEA;AACA;AACA;AACH;;"}
@@ -203,7 +203,8 @@ const IxCheckboxGroup = /*@__PURE__*/ createComponent({
203
203
  infoText: 'info-text',
204
204
  validText: 'valid-text',
205
205
  warningText: 'warning-text',
206
- showTextAsTooltip: 'show-text-as-tooltip'
206
+ showTextAsTooltip: 'show-text-as-tooltip',
207
+ required: 'required'
207
208
  },
208
209
  hydrateModule: import('@siemens/ix/hydrate'),
209
210
  serializeShadowRoot
@@ -895,7 +896,8 @@ const IxNumberInput = /*@__PURE__*/ createComponent({
895
896
  min: 'min',
896
897
  max: 'max',
897
898
  allowedCharactersPattern: 'allowed-characters-pattern',
898
- showStepperButtons: 'show-stepper-buttons'
899
+ showStepperButtons: 'show-stepper-buttons',
900
+ step: 'step'
899
901
  },
900
902
  hydrateModule: import('@siemens/ix/hydrate'),
901
903
  serializeShadowRoot
@@ -976,7 +978,8 @@ const IxRadio = /*@__PURE__*/ createComponent({
976
978
  value: 'value',
977
979
  label: 'label',
978
980
  disabled: 'disabled',
979
- checked: 'checked'
981
+ checked: 'checked',
982
+ required: 'required'
980
983
  },
981
984
  hydrateModule: import('@siemens/ix/hydrate'),
982
985
  serializeShadowRoot
@@ -992,7 +995,8 @@ const IxRadioGroup = /*@__PURE__*/ createComponent({
992
995
  warningText: 'warning-text',
993
996
  validText: 'valid-text',
994
997
  showTextAsTooltip: 'show-text-as-tooltip',
995
- direction: 'direction'
998
+ direction: 'direction',
999
+ required: 'required'
996
1000
  },
997
1001
  hydrateModule: import('@siemens/ix/hydrate'),
998
1002
  serializeShadowRoot
@@ -1 +1 @@
1
- {"version":3,"file":"components.server.js","sources":["../src/components.server.ts"],"sourcesContent":["/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n * Do __not__ import components from this file as server side rendered components\n * may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'\n * file that re-exports all components with the 'use client' directive.\n */\n\n/* eslint-disable */\n\nimport { 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\";\nimport { IxActionCard as IxActionCardElement } from \"@siemens/ix/components/ix-action-card.js\";\nimport { IxApplicationHeader as IxApplicationHeaderElement } from \"@siemens/ix/components/ix-application-header.js\";\nimport { IxApplication as IxApplicationElement } from \"@siemens/ix/components/ix-application.js\";\nimport { IxAvatar as IxAvatarElement } from \"@siemens/ix/components/ix-avatar.js\";\nimport { IxBasicNavigation as IxBasicNavigationElement } from \"@siemens/ix/components/ix-basic-navigation.js\";\nimport { IxBlind as IxBlindElement } from \"@siemens/ix/components/ix-blind.js\";\nimport { IxBreadcrumbItem as IxBreadcrumbItemElement } from \"@siemens/ix/components/ix-breadcrumb-item.js\";\nimport { IxBreadcrumb as IxBreadcrumbElement } from \"@siemens/ix/components/ix-breadcrumb.js\";\nimport { IxButton as IxButtonElement } from \"@siemens/ix/components/ix-button.js\";\nimport { IxCardAccordion as IxCardAccordionElement } from \"@siemens/ix/components/ix-card-accordion.js\";\nimport { IxCardContent as IxCardContentElement } from \"@siemens/ix/components/ix-card-content.js\";\nimport { IxCardList as IxCardListElement } from \"@siemens/ix/components/ix-card-list.js\";\nimport { IxCardTitle as IxCardTitleElement } from \"@siemens/ix/components/ix-card-title.js\";\nimport { IxCard as IxCardElement } from \"@siemens/ix/components/ix-card.js\";\nimport { IxCategoryFilter as IxCategoryFilterElement } from \"@siemens/ix/components/ix-category-filter.js\";\nimport { IxCheckboxGroup as IxCheckboxGroupElement } from \"@siemens/ix/components/ix-checkbox-group.js\";\nimport { IxCheckbox as IxCheckboxElement } from \"@siemens/ix/components/ix-checkbox.js\";\nimport { IxChip as IxChipElement } from \"@siemens/ix/components/ix-chip.js\";\nimport { IxCol as IxColElement } from \"@siemens/ix/components/ix-col.js\";\nimport { IxContentHeader as IxContentHeaderElement } from \"@siemens/ix/components/ix-content-header.js\";\nimport { IxContent as IxContentElement } from \"@siemens/ix/components/ix-content.js\";\nimport { IxCustomField as IxCustomFieldElement } from \"@siemens/ix/components/ix-custom-field.js\";\nimport { IxDateDropdown as IxDateDropdownElement } from \"@siemens/ix/components/ix-date-dropdown.js\";\nimport { IxDateInput as IxDateInputElement } from \"@siemens/ix/components/ix-date-input.js\";\nimport { IxDatePicker as IxDatePickerElement } from \"@siemens/ix/components/ix-date-picker.js\";\nimport { IxDatetimePicker as IxDatetimePickerElement } from \"@siemens/ix/components/ix-datetime-picker.js\";\nimport { IxDivider as IxDividerElement } from \"@siemens/ix/components/ix-divider.js\";\nimport { IxDrawer as IxDrawerElement } from \"@siemens/ix/components/ix-drawer.js\";\nimport { IxDropdownButton as IxDropdownButtonElement } from \"@siemens/ix/components/ix-dropdown-button.js\";\nimport { IxDropdownHeader as IxDropdownHeaderElement } from \"@siemens/ix/components/ix-dropdown-header.js\";\nimport { IxDropdownItem as IxDropdownItemElement } from \"@siemens/ix/components/ix-dropdown-item.js\";\nimport { IxDropdownQuickActions as IxDropdownQuickActionsElement } from \"@siemens/ix/components/ix-dropdown-quick-actions.js\";\nimport { IxDropdown as IxDropdownElement } from \"@siemens/ix/components/ix-dropdown.js\";\nimport { IxEmptyState as IxEmptyStateElement } from \"@siemens/ix/components/ix-empty-state.js\";\nimport { IxEventListItem as IxEventListItemElement } from \"@siemens/ix/components/ix-event-list-item.js\";\nimport { IxEventList as IxEventListElement } from \"@siemens/ix/components/ix-event-list.js\";\nimport { IxExpandingSearch as IxExpandingSearchElement } from \"@siemens/ix/components/ix-expanding-search.js\";\nimport { IxFieldLabel as IxFieldLabelElement } from \"@siemens/ix/components/ix-field-label.js\";\nimport { IxFilterChip as IxFilterChipElement } from \"@siemens/ix/components/ix-filter-chip.js\";\nimport { IxFlipTileContent as IxFlipTileContentElement } from \"@siemens/ix/components/ix-flip-tile-content.js\";\nimport { IxFlipTile as IxFlipTileElement } from \"@siemens/ix/components/ix-flip-tile.js\";\nimport { IxGroupContextMenu as IxGroupContextMenuElement } from \"@siemens/ix/components/ix-group-context-menu.js\";\nimport { IxGroupItem as IxGroupItemElement } from \"@siemens/ix/components/ix-group-item.js\";\nimport { IxGroup as IxGroupElement } from \"@siemens/ix/components/ix-group.js\";\nimport { IxHelperText as IxHelperTextElement } from \"@siemens/ix/components/ix-helper-text.js\";\nimport { IxIconButton as IxIconButtonElement } from \"@siemens/ix/components/ix-icon-button.js\";\nimport { IxIconToggleButton as IxIconToggleButtonElement } from \"@siemens/ix/components/ix-icon-toggle-button.js\";\nimport { IxInputGroup as IxInputGroupElement } from \"@siemens/ix/components/ix-input-group.js\";\nimport { IxInput as IxInputElement } from \"@siemens/ix/components/ix-input.js\";\nimport { IxKeyValueList as IxKeyValueListElement } from \"@siemens/ix/components/ix-key-value-list.js\";\nimport { IxKeyValue as IxKeyValueElement } from \"@siemens/ix/components/ix-key-value.js\";\nimport { IxKpi as IxKpiElement } from \"@siemens/ix/components/ix-kpi.js\";\nimport { IxLayoutAuto as IxLayoutAutoElement } from \"@siemens/ix/components/ix-layout-auto.js\";\nimport { IxLayoutGrid as IxLayoutGridElement } from \"@siemens/ix/components/ix-layout-grid.js\";\nimport { IxLinkButton as IxLinkButtonElement } from \"@siemens/ix/components/ix-link-button.js\";\nimport { IxMapNavigationOverlay as IxMapNavigationOverlayElement } from \"@siemens/ix/components/ix-map-navigation-overlay.js\";\nimport { IxMapNavigation as IxMapNavigationElement } from \"@siemens/ix/components/ix-map-navigation.js\";\nimport { IxMenuAboutItem as IxMenuAboutItemElement } from \"@siemens/ix/components/ix-menu-about-item.js\";\nimport { IxMenuAboutNews as IxMenuAboutNewsElement } from \"@siemens/ix/components/ix-menu-about-news.js\";\nimport { IxMenuAbout as IxMenuAboutElement } from \"@siemens/ix/components/ix-menu-about.js\";\nimport { IxMenuAvatarItem as IxMenuAvatarItemElement } from \"@siemens/ix/components/ix-menu-avatar-item.js\";\nimport { IxMenuAvatar as IxMenuAvatarElement } from \"@siemens/ix/components/ix-menu-avatar.js\";\nimport { IxMenuCategory as IxMenuCategoryElement } from \"@siemens/ix/components/ix-menu-category.js\";\nimport { IxMenuItem as IxMenuItemElement } from \"@siemens/ix/components/ix-menu-item.js\";\nimport { IxMenuSettingsItem as IxMenuSettingsItemElement } from \"@siemens/ix/components/ix-menu-settings-item.js\";\nimport { IxMenuSettings as IxMenuSettingsElement } from \"@siemens/ix/components/ix-menu-settings.js\";\nimport { IxMenu as IxMenuElement } from \"@siemens/ix/components/ix-menu.js\";\nimport { IxMessageBar as IxMessageBarElement } from \"@siemens/ix/components/ix-message-bar.js\";\nimport { IxModalContent as IxModalContentElement } from \"@siemens/ix/components/ix-modal-content.js\";\nimport { IxModalFooter as IxModalFooterElement } from \"@siemens/ix/components/ix-modal-footer.js\";\nimport { IxModalHeader as IxModalHeaderElement } from \"@siemens/ix/components/ix-modal-header.js\";\nimport { IxModal as IxModalElement } from \"@siemens/ix/components/ix-modal.js\";\nimport { IxNumberInput as IxNumberInputElement } from \"@siemens/ix/components/ix-number-input.js\";\nimport { IxPagination as IxPaginationElement } from \"@siemens/ix/components/ix-pagination.js\";\nimport { IxPaneLayout as IxPaneLayoutElement } from \"@siemens/ix/components/ix-pane-layout.js\";\nimport { IxPane as IxPaneElement } from \"@siemens/ix/components/ix-pane.js\";\nimport { IxPill as IxPillElement } from \"@siemens/ix/components/ix-pill.js\";\nimport { IxPushCard as IxPushCardElement } from \"@siemens/ix/components/ix-push-card.js\";\nimport { IxRadioGroup as IxRadioGroupElement } from \"@siemens/ix/components/ix-radio-group.js\";\nimport { IxRadio as IxRadioElement } from \"@siemens/ix/components/ix-radio.js\";\nimport { IxRow as IxRowElement } from \"@siemens/ix/components/ix-row.js\";\nimport { IxSelectItem as IxSelectItemElement } from \"@siemens/ix/components/ix-select-item.js\";\nimport { IxSelect as IxSelectElement } from \"@siemens/ix/components/ix-select.js\";\nimport { IxSlider as IxSliderElement } from \"@siemens/ix/components/ix-slider.js\";\nimport { IxSpinner as IxSpinnerElement } from \"@siemens/ix/components/ix-spinner.js\";\nimport { IxSplitButton as IxSplitButtonElement } from \"@siemens/ix/components/ix-split-button.js\";\nimport { IxTabItem as IxTabItemElement } from \"@siemens/ix/components/ix-tab-item.js\";\nimport { IxTabs as IxTabsElement } from \"@siemens/ix/components/ix-tabs.js\";\nimport { IxTextarea as IxTextareaElement } from \"@siemens/ix/components/ix-textarea.js\";\nimport { IxTile as IxTileElement } from \"@siemens/ix/components/ix-tile.js\";\nimport { IxTimePicker as IxTimePickerElement } from \"@siemens/ix/components/ix-time-picker.js\";\nimport { IxToastContainer as IxToastContainerElement } from \"@siemens/ix/components/ix-toast-container.js\";\nimport { IxToast as IxToastElement } from \"@siemens/ix/components/ix-toast.js\";\nimport { IxToggleButton as IxToggleButtonElement } from \"@siemens/ix/components/ix-toggle-button.js\";\nimport { IxToggle as IxToggleElement } from \"@siemens/ix/components/ix-toggle.js\";\nimport { IxTooltip as IxTooltipElement } from \"@siemens/ix/components/ix-tooltip.js\";\nimport { IxTypography as IxTypographyElement } from \"@siemens/ix/components/ix-typography.js\";\nimport { IxUpload as IxUploadElement } from \"@siemens/ix/components/ix-upload.js\";\nimport { IxValidationTooltip as IxValidationTooltipElement } from \"@siemens/ix/components/ix-validation-tooltip.js\";\nimport { IxWorkflowStep as IxWorkflowStepElement } from \"@siemens/ix/components/ix-workflow-step.js\";\nimport { IxWorkflowSteps as IxWorkflowStepsElement } from \"@siemens/ix/components/ix-workflow-steps.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent, type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';\n\nexport const serializeShadowRoot: SerializeShadowRootOptions = { \"scoped\": [], \"default\": \"declarative-shadow-dom\" };\n\nexport type IxActionCardEvents = NonNullable<unknown>;\n\nexport const IxActionCard: StencilReactComponent<IxActionCardElement, IxActionCardEvents> = /*@__PURE__*/ createComponent<IxActionCardElement, IxActionCardEvents>({\n tagName: 'ix-action-card',\n properties: {\n variant: 'variant',\n icon: 'icon',\n heading: 'heading',\n subheading: 'subheading',\n selected: 'selected'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxApplicationEvents = NonNullable<unknown>;\n\nexport const IxApplication: StencilReactComponent<IxApplicationElement, IxApplicationEvents> = /*@__PURE__*/ createComponent<IxApplicationElement, IxApplicationEvents>({\n tagName: 'ix-application',\n properties: {\n theme: 'theme',\n themeSystemAppearance: 'theme-system-appearance',\n forceBreakpoint: 'force-breakpoint',\n breakpoints: 'breakpoints',\n appSwitchConfig: 'app-switch-config'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxApplicationHeaderEvents = {\n onMenuToggle: EventName<CustomEvent<boolean>>,\n onOpenAppSwitch: EventName<CustomEvent<void>>\n};\n\nexport const IxApplicationHeader: StencilReactComponent<IxApplicationHeaderElement, IxApplicationHeaderEvents> = /*@__PURE__*/ createComponent<IxApplicationHeaderElement, IxApplicationHeaderEvents>({\n tagName: 'ix-application-header',\n properties: {\n name: 'name',\n showMenu: 'show-menu'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxAvatarEvents = NonNullable<unknown>;\n\nexport const IxAvatar: StencilReactComponent<IxAvatarElement, IxAvatarEvents> = /*@__PURE__*/ createComponent<IxAvatarElement, IxAvatarEvents>({\n tagName: 'ix-avatar',\n properties: {\n image: 'image',\n initials: 'initials',\n username: 'username',\n extra: 'extra'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxBasicNavigationEvents = NonNullable<unknown>;\n\nexport const IxBasicNavigation: StencilReactComponent<IxBasicNavigationElement, IxBasicNavigationEvents> = /*@__PURE__*/ createComponent<IxBasicNavigationElement, IxBasicNavigationEvents>({\n tagName: 'ix-basic-navigation',\n properties: {\n applicationName: 'application-name',\n hideHeader: 'hide-header',\n forceBreakpoint: 'force-breakpoint',\n breakpoints: 'breakpoints'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxBlindEvents = { onCollapsedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxBlind: StencilReactComponent<IxBlindElement, IxBlindEvents> = /*@__PURE__*/ createComponent<IxBlindElement, IxBlindEvents>({\n tagName: 'ix-blind',\n properties: {\n collapsed: 'collapsed',\n label: 'label',\n sublabel: 'sublabel',\n icon: 'icon',\n variant: 'variant'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxBreadcrumbEvents = {\n onItemClick: EventName<CustomEvent<string>>,\n onNextClick: EventName<IxBreadcrumbCustomEvent<{ event: UIEvent; item: string }>>\n};\n\nexport const IxBreadcrumb: StencilReactComponent<IxBreadcrumbElement, IxBreadcrumbEvents> = /*@__PURE__*/ createComponent<IxBreadcrumbElement, IxBreadcrumbEvents>({\n tagName: 'ix-breadcrumb',\n properties: {\n visibleItemCount: 'visible-item-count',\n nextItems: 'next-items',\n ghost: 'ghost',\n ariaLabelPreviousButton: 'aria-label-previous-button'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxBreadcrumbItemEvents = NonNullable<unknown>;\n\nexport const IxBreadcrumbItem: StencilReactComponent<IxBreadcrumbItemElement, IxBreadcrumbItemEvents> = /*@__PURE__*/ createComponent<IxBreadcrumbItemElement, IxBreadcrumbItemEvents>({\n tagName: 'ix-breadcrumb-item',\n properties: {\n label: 'label',\n icon: 'icon',\n ghost: 'ghost',\n visible: 'visible',\n showChevron: 'show-chevron',\n isDropdownTrigger: 'is-dropdown-trigger'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxButtonEvents = NonNullable<unknown>;\n\nexport const IxButton: StencilReactComponent<IxButtonElement, IxButtonEvents> = /*@__PURE__*/ createComponent<IxButtonElement, IxButtonEvents>({\n tagName: 'ix-button',\n properties: {\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost',\n disabled: 'disabled',\n type: 'type',\n loading: 'loading',\n icon: 'icon',\n alignment: 'alignment',\n iconSize: 'icon-size'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCardEvents = NonNullable<unknown>;\n\nexport const IxCard: StencilReactComponent<IxCardElement, IxCardEvents> = /*@__PURE__*/ createComponent<IxCardElement, IxCardEvents>({\n tagName: 'ix-card',\n properties: {\n variant: 'variant',\n selected: 'selected'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCardAccordionEvents = NonNullable<unknown>;\n\nexport const IxCardAccordion: StencilReactComponent<IxCardAccordionElement, IxCardAccordionEvents> = /*@__PURE__*/ createComponent<IxCardAccordionElement, IxCardAccordionEvents>({\n tagName: 'ix-card-accordion',\n properties: { collapse: 'collapse' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCardContentEvents = NonNullable<unknown>;\n\nexport const IxCardContent: StencilReactComponent<IxCardContentElement, IxCardContentEvents> = /*@__PURE__*/ createComponent<IxCardContentElement, IxCardContentEvents>({\n tagName: 'ix-card-content',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCardListEvents = {\n onCollapseChanged: EventName<CustomEvent<boolean>>,\n onShowAllClick: EventName<IxCardListCustomEvent<{\n nativeEvent: MouseEvent;\n }>>,\n onShowMoreCardClick: EventName<IxCardListCustomEvent<{\n nativeEvent: MouseEvent;\n }>>\n};\n\nexport const IxCardList: StencilReactComponent<IxCardListElement, IxCardListEvents> = /*@__PURE__*/ createComponent<IxCardListElement, IxCardListEvents>({\n tagName: 'ix-card-list',\n properties: {\n label: 'label',\n collapse: 'collapse',\n listStyle: 'list-style',\n maxVisibleCards: 'max-visible-cards',\n showAllCount: 'show-all-count',\n suppressOverflowHandling: 'suppress-overflow-handling',\n hideShowAll: 'hide-show-all',\n i18nShowAll: 'i-1-8n-show-all',\n i18nMoreCards: 'i-1-8n-more-cards'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCardTitleEvents = NonNullable<unknown>;\n\nexport const IxCardTitle: StencilReactComponent<IxCardTitleElement, IxCardTitleEvents> = /*@__PURE__*/ createComponent<IxCardTitleElement, IxCardTitleEvents>({\n tagName: 'ix-card-title',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCategoryFilterEvents = {\n onCategoryChanged: EventName<CustomEvent<string>>,\n onInputChanged: EventName<IxCategoryFilterCustomEvent<InputState>>,\n onFilterChanged: EventName<IxCategoryFilterCustomEvent<FilterState>>,\n onFilterCleared: EventName<CustomEvent<void>>\n};\n\nexport const IxCategoryFilter: StencilReactComponent<IxCategoryFilterElement, IxCategoryFilterEvents> = /*@__PURE__*/ createComponent<IxCategoryFilterElement, IxCategoryFilterEvents>({\n tagName: 'ix-category-filter',\n properties: {\n disabled: 'disabled',\n readonly: 'readonly',\n filterState: 'filter-state',\n placeholder: 'placeholder',\n categories: 'categories',\n nonSelectableCategories: 'non-selectable-categories',\n suggestions: 'suggestions',\n icon: 'icon',\n hideIcon: 'hide-icon',\n staticOperator: 'static-operator',\n repeatCategories: 'repeat-categories',\n tmpDisableScrollIntoView: 'tmp-disable-scroll-into-view',\n labelCategories: 'label-categories',\n i18nPlainText: 'i-1-8n-plain-text'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCheckboxEvents = {\n onCheckedChange: EventName<CustomEvent<boolean>>,\n onValueChange: EventName<CustomEvent<string>>\n};\n\nexport const IxCheckbox: StencilReactComponent<IxCheckboxElement, IxCheckboxEvents> = /*@__PURE__*/ createComponent<IxCheckboxElement, IxCheckboxEvents>({\n tagName: 'ix-checkbox',\n properties: {\n name: 'name',\n value: 'value',\n label: 'label',\n checked: 'checked',\n disabled: 'disabled',\n indeterminate: 'indeterminate',\n required: 'required'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCheckboxGroupEvents = NonNullable<unknown>;\n\nexport const IxCheckboxGroup: StencilReactComponent<IxCheckboxGroupElement, IxCheckboxGroupEvents> = /*@__PURE__*/ createComponent<IxCheckboxGroupElement, IxCheckboxGroupEvents>({\n tagName: 'ix-checkbox-group',\n properties: {\n helperText: 'helper-text',\n label: 'label',\n direction: 'direction',\n invalidText: 'invalid-text',\n infoText: 'info-text',\n validText: 'valid-text',\n warningText: 'warning-text',\n showTextAsTooltip: 'show-text-as-tooltip'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxChipEvents = { onCloseChip: EventName<CustomEvent<any>> };\n\nexport const IxChip: StencilReactComponent<IxChipElement, IxChipEvents> = /*@__PURE__*/ createComponent<IxChipElement, IxChipEvents>({\n tagName: 'ix-chip',\n properties: {\n variant: 'variant',\n active: 'active',\n closable: 'closable',\n icon: 'icon',\n background: 'background',\n chipColor: 'chip-color',\n outline: 'outline',\n tooltipText: 'tooltip-text'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxColEvents = NonNullable<unknown>;\n\nexport const IxCol: StencilReactComponent<IxColElement, IxColEvents> = /*@__PURE__*/ createComponent<IxColElement, IxColEvents>({\n tagName: 'ix-col',\n properties: {\n size: 'size',\n sizeSm: 'size-sm',\n sizeMd: 'size-md',\n sizeLg: 'size-lg'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxContentEvents = NonNullable<unknown>;\n\nexport const IxContent: StencilReactComponent<IxContentElement, IxContentEvents> = /*@__PURE__*/ createComponent<IxContentElement, IxContentEvents>({\n tagName: 'ix-content',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxContentHeaderEvents = { onBackButtonClick: EventName<CustomEvent<void>> };\n\nexport const IxContentHeader: StencilReactComponent<IxContentHeaderElement, IxContentHeaderEvents> = /*@__PURE__*/ createComponent<IxContentHeaderElement, IxContentHeaderEvents>({\n tagName: 'ix-content-header',\n properties: {\n variant: 'variant',\n headerTitle: 'header-title',\n headerSubtitle: 'header-subtitle',\n hasBackButton: 'has-back-button'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCustomFieldEvents = NonNullable<unknown>;\n\nexport const IxCustomField: StencilReactComponent<IxCustomFieldElement, IxCustomFieldEvents> = /*@__PURE__*/ createComponent<IxCustomFieldElement, IxCustomFieldEvents>({\n tagName: 'ix-custom-field',\n properties: {\n required: 'required',\n label: 'label',\n helperText: 'helper-text',\n infoText: 'info-text',\n warningText: 'warning-text',\n invalidText: 'invalid-text',\n validText: 'valid-text',\n showTextAsTooltip: 'show-text-as-tooltip'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDateDropdownEvents = { onDateRangeChange: EventName<IxDateDropdownCustomEvent<DateRangeChangeEvent>> };\n\nexport const IxDateDropdown: StencilReactComponent<IxDateDropdownElement, IxDateDropdownEvents> = /*@__PURE__*/ createComponent<IxDateDropdownElement, IxDateDropdownEvents>({\n tagName: 'ix-date-dropdown',\n properties: {\n disabled: 'disabled',\n format: 'format',\n range: 'range',\n from: 'from',\n to: 'to',\n minDate: 'min-date',\n maxDate: 'max-date',\n dateRangeId: 'date-range-id',\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost',\n loading: 'loading',\n showWeekNumbers: 'show-week-numbers',\n customRangeAllowed: 'custom-range-allowed',\n dateRangeOptions: 'date-range-options',\n locale: 'locale',\n weekStartIndex: 'week-start-index',\n i18nCustomItem: 'i18n-custom-item',\n i18nDone: 'i18n-done',\n i18nNoRange: 'i18n-no-range',\n today: 'today'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDateInputEvents = {\n onValueChange: EventName<CustomEvent<string | undefined>>,\n onValidityStateChange: EventName<IxDateInputCustomEvent<DateInputValidityState>>\n};\n\nexport const IxDateInput: StencilReactComponent<IxDateInputElement, IxDateInputEvents> = /*@__PURE__*/ createComponent<IxDateInputElement, IxDateInputEvents>({\n tagName: 'ix-date-input',\n properties: {\n name: 'name',\n placeholder: 'placeholder',\n value: 'value',\n locale: 'locale',\n format: 'format',\n required: 'required',\n helperText: 'helper-text',\n label: 'label',\n invalidText: 'invalid-text',\n readonly: 'readonly',\n disabled: 'disabled',\n infoText: 'info-text',\n warningText: 'warning-text',\n validText: 'valid-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n i18nErrorDateUnparsable: 'i18n-error-date-unparsable',\n showWeekNumbers: 'show-week-numbers'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDatePickerEvents = {\n onDateChange: EventName<IxDatePickerCustomEvent<DateChangeEvent>>,\n onDateRangeChange: EventName<IxDatePickerCustomEvent<DateChangeEvent>>,\n onDateSelect: EventName<IxDatePickerCustomEvent<DateChangeEvent>>\n};\n\nexport const IxDatePicker: StencilReactComponent<IxDatePickerElement, IxDatePickerEvents> = /*@__PURE__*/ createComponent<IxDatePickerElement, IxDatePickerEvents>({\n tagName: 'ix-date-picker',\n properties: {\n format: 'format',\n range: 'range',\n corners: 'corners',\n from: 'from',\n to: 'to',\n minDate: 'min-date',\n maxDate: 'max-date',\n i18nDone: 'i18n-done',\n weekStartIndex: 'week-start-index',\n locale: 'locale',\n showWeekNumbers: 'show-week-numbers',\n standaloneAppearance: 'standalone-appearance',\n today: 'today'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDatetimePickerEvents = {\n onTimeChange: EventName<CustomEvent<string>>,\n onDateChange: EventName<IxDatetimePickerCustomEvent<DateTimeDateChangeEvent>>,\n onDateSelect: EventName<IxDatetimePickerCustomEvent<DateTimeSelectEvent>>\n};\n\nexport const IxDatetimePicker: StencilReactComponent<IxDatetimePickerElement, IxDatetimePickerEvents> = /*@__PURE__*/ createComponent<IxDatetimePickerElement, IxDatetimePickerEvents>({\n tagName: 'ix-datetime-picker',\n properties: {\n range: 'range',\n showHour: 'show-hour',\n showMinutes: 'show-minutes',\n showSeconds: 'show-seconds',\n minDate: 'min-date',\n maxDate: 'max-date',\n dateFormat: 'date-format',\n timeFormat: 'time-format',\n from: 'from',\n to: 'to',\n time: 'time',\n showTimeReference: 'show-time-reference',\n timeReference: 'time-reference',\n i18nDone: 'i18n-done',\n i18nTime: 'i-1-8n-time',\n weekStartIndex: 'week-start-index',\n locale: 'locale',\n showWeekNumbers: 'show-week-numbers'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDividerEvents = NonNullable<unknown>;\n\nexport const IxDivider: StencilReactComponent<IxDividerElement, IxDividerEvents> = /*@__PURE__*/ createComponent<IxDividerElement, IxDividerEvents>({\n tagName: 'ix-divider',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDrawerEvents = {\n onOpen: EventName<CustomEvent<any>>,\n onDrawerClose: EventName<CustomEvent<any>>\n};\n\nexport const IxDrawer: StencilReactComponent<IxDrawerElement, IxDrawerEvents> = /*@__PURE__*/ createComponent<IxDrawerElement, IxDrawerEvents>({\n tagName: 'ix-drawer',\n properties: {\n show: 'show',\n closeOnClickOutside: 'close-on-click-outside',\n fullHeight: 'full-height',\n minWidth: 'min-width',\n maxWidth: 'max-width',\n width: 'width'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDropdownEvents = { onShowChanged: EventName<CustomEvent<boolean>> };\n\nexport const IxDropdown: StencilReactComponent<IxDropdownElement, IxDropdownEvents> = /*@__PURE__*/ createComponent<IxDropdownElement, IxDropdownEvents>({\n tagName: 'ix-dropdown',\n properties: {\n suppressAutomaticPlacement: 'suppress-automatic-placement',\n show: 'show',\n trigger: 'trigger',\n anchor: 'anchor',\n closeBehavior: 'close-behavior',\n placement: 'placement',\n positioningStrategy: 'positioning-strategy',\n header: 'header',\n offset: 'offset',\n overwriteDropdownStyle: 'overwrite-dropdown-style',\n discoverAllSubmenus: 'discover-all-submenus',\n ignoreRelatedSubmenu: 'ignore-related-submenu',\n suppressOverflowBehavior: 'suppress-overflow-behavior'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDropdownButtonEvents = NonNullable<unknown>;\n\nexport const IxDropdownButton: StencilReactComponent<IxDropdownButtonElement, IxDropdownButtonEvents> = /*@__PURE__*/ createComponent<IxDropdownButtonElement, IxDropdownButtonEvents>({\n tagName: 'ix-dropdown-button',\n properties: {\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost',\n disabled: 'disabled',\n label: 'label',\n icon: 'icon',\n closeBehavior: 'close-behavior',\n placement: 'placement'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDropdownHeaderEvents = NonNullable<unknown>;\n\nexport const IxDropdownHeader: StencilReactComponent<IxDropdownHeaderElement, IxDropdownHeaderEvents> = /*@__PURE__*/ createComponent<IxDropdownHeaderElement, IxDropdownHeaderEvents>({\n tagName: 'ix-dropdown-header',\n properties: { label: 'label' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDropdownItemEvents = NonNullable<unknown>;\n\nexport const IxDropdownItem: StencilReactComponent<IxDropdownItemElement, IxDropdownItemEvents> = /*@__PURE__*/ createComponent<IxDropdownItemElement, IxDropdownItemEvents>({\n tagName: 'ix-dropdown-item',\n properties: {\n label: 'label',\n icon: 'icon',\n hover: 'hover',\n disabled: 'disabled',\n checked: 'checked',\n isSubMenu: 'is-sub-menu',\n suppressChecked: 'suppress-checked'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDropdownQuickActionsEvents = NonNullable<unknown>;\n\nexport const IxDropdownQuickActions: StencilReactComponent<IxDropdownQuickActionsElement, IxDropdownQuickActionsEvents> = /*@__PURE__*/ createComponent<IxDropdownQuickActionsElement, IxDropdownQuickActionsEvents>({\n tagName: 'ix-dropdown-quick-actions',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxEmptyStateEvents = { onActionClick: EventName<CustomEvent<void>> };\n\nexport const IxEmptyState: StencilReactComponent<IxEmptyStateElement, IxEmptyStateEvents> = /*@__PURE__*/ createComponent<IxEmptyStateElement, IxEmptyStateEvents>({\n tagName: 'ix-empty-state',\n properties: {\n layout: 'layout',\n icon: 'icon',\n header: 'header',\n subHeader: 'sub-header',\n action: 'action'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxEventListEvents = NonNullable<unknown>;\n\nexport const IxEventList: StencilReactComponent<IxEventListElement, IxEventListEvents> = /*@__PURE__*/ createComponent<IxEventListElement, IxEventListEvents>({\n tagName: 'ix-event-list',\n properties: {\n itemHeight: 'item-height',\n compact: 'compact',\n animated: 'animated',\n chevron: 'chevron'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxEventListItemEvents = { onItemClick: EventName<CustomEvent<any>> };\n\nexport const IxEventListItem: StencilReactComponent<IxEventListItemElement, IxEventListItemEvents> = /*@__PURE__*/ createComponent<IxEventListItemElement, IxEventListItemEvents>({\n tagName: 'ix-event-list-item',\n properties: {\n itemColor: 'item-color',\n selected: 'selected',\n disabled: 'disabled',\n chevron: 'chevron'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxExpandingSearchEvents = { onValueChange: EventName<CustomEvent<string>> };\n\nexport const IxExpandingSearch: StencilReactComponent<IxExpandingSearchElement, IxExpandingSearchEvents> = /*@__PURE__*/ createComponent<IxExpandingSearchElement, IxExpandingSearchEvents>({\n tagName: 'ix-expanding-search',\n properties: {\n icon: 'icon',\n placeholder: 'placeholder',\n value: 'value',\n fullWidth: 'full-width',\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxFieldLabelEvents = NonNullable<unknown>;\n\nexport const IxFieldLabel: StencilReactComponent<IxFieldLabelElement, IxFieldLabelEvents> = /*@__PURE__*/ createComponent<IxFieldLabelElement, IxFieldLabelEvents>({\n tagName: 'ix-field-label',\n properties: {\n required: 'required',\n htmlFor: 'html-for',\n controlRef: 'control-ref',\n isInvalid: 'is-invalid'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxFilterChipEvents = { onCloseClick: EventName<CustomEvent<void>> };\n\nexport const IxFilterChip: StencilReactComponent<IxFilterChipElement, IxFilterChipEvents> = /*@__PURE__*/ createComponent<IxFilterChipElement, IxFilterChipEvents>({\n tagName: 'ix-filter-chip',\n properties: {\n disabled: 'disabled',\n readonly: 'readonly'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxFlipTileEvents = { onToggle: EventName<CustomEvent<number>> };\n\nexport const IxFlipTile: StencilReactComponent<IxFlipTileElement, IxFlipTileEvents> = /*@__PURE__*/ createComponent<IxFlipTileElement, IxFlipTileEvents>({\n tagName: 'ix-flip-tile',\n properties: {\n state: 'state',\n height: 'height',\n width: 'width',\n index: 'index'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxFlipTileContentEvents = NonNullable<unknown>;\n\nexport const IxFlipTileContent: StencilReactComponent<IxFlipTileContentElement, IxFlipTileContentEvents> = /*@__PURE__*/ createComponent<IxFlipTileContentElement, IxFlipTileContentEvents>({\n tagName: 'ix-flip-tile-content',\n properties: { contentVisible: 'content-visible' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxGroupEvents = {\n onSelectGroup: EventName<CustomEvent<boolean>>,\n onSelectItem: EventName<CustomEvent<number>>,\n onCollapsedChanged: EventName<CustomEvent<boolean>>\n};\n\nexport const IxGroup: StencilReactComponent<IxGroupElement, IxGroupEvents> = /*@__PURE__*/ createComponent<IxGroupElement, IxGroupEvents>({\n tagName: 'ix-group',\n properties: {\n suppressHeaderSelection: 'suppress-header-selection',\n header: 'header',\n subHeader: 'sub-header',\n collapsed: 'collapsed',\n selected: 'selected',\n index: 'index',\n expandOnHeaderClick: 'expand-on-header-click'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxGroupContextMenuEvents = NonNullable<unknown>;\n\nexport const IxGroupContextMenu: StencilReactComponent<IxGroupContextMenuElement, IxGroupContextMenuEvents> = /*@__PURE__*/ createComponent<IxGroupContextMenuElement, IxGroupContextMenuEvents>({\n tagName: 'ix-group-context-menu',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxGroupItemEvents = { onSelectedChanged: EventName<IxGroupItemCustomEvent<HTMLIxGroupItemElement>> };\n\nexport const IxGroupItem: StencilReactComponent<IxGroupItemElement, IxGroupItemEvents> = /*@__PURE__*/ createComponent<IxGroupItemElement, IxGroupItemEvents>({\n tagName: 'ix-group-item',\n properties: {\n icon: 'icon',\n text: 'text',\n secondaryText: 'secondary-text',\n suppressSelection: 'suppress-selection',\n selected: 'selected',\n focusable: 'focusable',\n index: 'index'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxHelperTextEvents = NonNullable<unknown>;\n\nexport const IxHelperText: StencilReactComponent<IxHelperTextElement, IxHelperTextEvents> = /*@__PURE__*/ createComponent<IxHelperTextElement, IxHelperTextEvents>({\n tagName: 'ix-helper-text',\n properties: {\n htmlFor: 'html-for',\n helperText: 'helper-text',\n invalidText: 'invalid-text',\n validText: 'valid-text',\n infoText: 'info-text',\n warningText: 'warning-text'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxIconButtonEvents = NonNullable<unknown>;\n\nexport const IxIconButton: StencilReactComponent<IxIconButtonElement, IxIconButtonEvents> = /*@__PURE__*/ createComponent<IxIconButtonElement, IxIconButtonEvents>({\n tagName: 'ix-icon-button',\n properties: {\n a11yLabel: 'a11y-label',\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost',\n oval: 'oval',\n icon: 'icon',\n size: 'size',\n iconColor: 'icon-color',\n disabled: 'disabled',\n type: 'type',\n loading: 'loading'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxIconToggleButtonEvents = { onPressedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxIconToggleButton: StencilReactComponent<IxIconToggleButtonElement, IxIconToggleButtonEvents> = /*@__PURE__*/ createComponent<IxIconToggleButtonElement, IxIconToggleButtonEvents>({\n tagName: 'ix-icon-toggle-button',\n properties: {\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost',\n icon: 'icon',\n pressed: 'pressed',\n size: 'size',\n disabled: 'disabled',\n loading: 'loading'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxInputEvents = {\n onValueChange: EventName<CustomEvent<string>>,\n onValidityStateChange: EventName<IxInputCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxInput: StencilReactComponent<IxInputElement, IxInputEvents> = /*@__PURE__*/ createComponent<IxInputElement, IxInputEvents>({\n tagName: 'ix-input',\n properties: {\n type: 'type',\n name: 'name',\n placeholder: 'placeholder',\n value: 'value',\n required: 'required',\n disabled: 'disabled',\n readonly: 'readonly',\n helperText: 'helper-text',\n infoText: 'info-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n validText: 'valid-text',\n warningText: 'warning-text',\n label: 'label',\n invalidText: 'invalid-text',\n pattern: 'pattern',\n maxLength: 'max-length',\n minLength: 'min-length',\n allowedCharactersPattern: 'allowed-characters-pattern'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxInputGroupEvents = NonNullable<unknown>;\n\nexport const IxInputGroup: StencilReactComponent<IxInputGroupElement, IxInputGroupEvents> = /*@__PURE__*/ createComponent<IxInputGroupElement, IxInputGroupEvents>({\n tagName: 'ix-input-group',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxKeyValueEvents = NonNullable<unknown>;\n\nexport const IxKeyValue: StencilReactComponent<IxKeyValueElement, IxKeyValueEvents> = /*@__PURE__*/ createComponent<IxKeyValueElement, IxKeyValueEvents>({\n tagName: 'ix-key-value',\n properties: {\n icon: 'icon',\n label: 'label',\n labelPosition: 'label-position',\n value: 'value'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxKeyValueListEvents = NonNullable<unknown>;\n\nexport const IxKeyValueList: StencilReactComponent<IxKeyValueListElement, IxKeyValueListEvents> = /*@__PURE__*/ createComponent<IxKeyValueListElement, IxKeyValueListEvents>({\n tagName: 'ix-key-value-list',\n properties: { striped: 'striped' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxKpiEvents = NonNullable<unknown>;\n\nexport const IxKpi: StencilReactComponent<IxKpiElement, IxKpiEvents> = /*@__PURE__*/ createComponent<IxKpiElement, IxKpiEvents>({\n tagName: 'ix-kpi',\n properties: {\n label: 'label',\n value: 'value',\n unit: 'unit',\n state: 'state',\n orientation: 'orientation'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxLayoutAutoEvents = NonNullable<unknown>;\n\nexport const IxLayoutAuto: StencilReactComponent<IxLayoutAutoElement, IxLayoutAutoEvents> = /*@__PURE__*/ createComponent<IxLayoutAutoElement, IxLayoutAutoEvents>({\n tagName: 'ix-layout-auto',\n properties: { layout: 'layout' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxLayoutGridEvents = NonNullable<unknown>;\n\nexport const IxLayoutGrid: StencilReactComponent<IxLayoutGridElement, IxLayoutGridEvents> = /*@__PURE__*/ createComponent<IxLayoutGridElement, IxLayoutGridEvents>({\n tagName: 'ix-layout-grid',\n properties: {\n noMargin: 'no-margin',\n gap: 'gap',\n columns: 'columns'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxLinkButtonEvents = NonNullable<unknown>;\n\nexport const IxLinkButton: StencilReactComponent<IxLinkButtonElement, IxLinkButtonEvents> = /*@__PURE__*/ createComponent<IxLinkButtonElement, IxLinkButtonEvents>({\n tagName: 'ix-link-button',\n properties: {\n disabled: 'disabled',\n url: 'url',\n target: 'target'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMapNavigationEvents = {\n onNavigationToggled: EventName<CustomEvent<boolean>>,\n onContextMenuClick: EventName<CustomEvent<void>>\n};\n\nexport const IxMapNavigation: StencilReactComponent<IxMapNavigationElement, IxMapNavigationEvents> = /*@__PURE__*/ createComponent<IxMapNavigationElement, IxMapNavigationEvents>({\n tagName: 'ix-map-navigation',\n properties: {\n applicationName: 'application-name',\n navigationTitle: 'navigation-title',\n hideContextMenu: 'hide-context-menu'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMapNavigationOverlayEvents = { onCloseClick: EventName<CustomEvent<any>> };\n\nexport const IxMapNavigationOverlay: StencilReactComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents> = /*@__PURE__*/ createComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents>({\n tagName: 'ix-map-navigation-overlay',\n properties: {\n name: 'name',\n icon: 'icon',\n color: 'color',\n iconColor: 'icon-color'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuEvents = {\n onExpandChange: EventName<CustomEvent<boolean>>,\n onMapExpandChange: EventName<CustomEvent<boolean>>,\n onOpenAppSwitch: EventName<CustomEvent<void>>,\n onOpenSettings: EventName<CustomEvent<void>>,\n onOpenAbout: EventName<CustomEvent<void>>\n};\n\nexport const IxMenu: StencilReactComponent<IxMenuElement, IxMenuEvents> = /*@__PURE__*/ createComponent<IxMenuElement, IxMenuEvents>({\n tagName: 'ix-menu',\n properties: {\n showSettings: 'show-settings',\n showAbout: 'show-about',\n enableToggleTheme: 'enable-toggle-theme',\n enableSettings: 'enable-settings',\n enableMapExpand: 'enable-map-expand',\n applicationName: 'application-name',\n applicationDescription: 'application-description',\n i18nExpandSidebar: 'i-1-8n-expand-sidebar',\n expand: 'expand',\n startExpanded: 'start-expanded',\n pinned: 'pinned',\n i18nLegal: 'i-1-8n-legal',\n i18nSettings: 'i-1-8n-settings',\n i18nToggleTheme: 'i-1-8n-toggle-theme',\n i18nExpand: 'i-1-8n-expand',\n i18nCollapse: 'i-1-8n-collapse'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuAboutEvents = {\n onTabChange: EventName<CustomEvent<string>>,\n onClose: EventName<IxMenuAboutCustomEvent<CustomCloseEvent>>\n};\n\nexport const IxMenuAbout: StencilReactComponent<IxMenuAboutElement, IxMenuAboutEvents> = /*@__PURE__*/ createComponent<IxMenuAboutElement, IxMenuAboutEvents>({\n tagName: 'ix-menu-about',\n properties: {\n activeTabLabel: 'active-tab-label',\n label: 'label',\n show: 'show'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuAboutItemEvents = { onLabelChange: EventName<IxMenuAboutItemCustomEvent<CustomLabelChangeEvent>> };\n\nexport const IxMenuAboutItem: StencilReactComponent<IxMenuAboutItemElement, IxMenuAboutItemEvents> = /*@__PURE__*/ createComponent<IxMenuAboutItemElement, IxMenuAboutItemEvents>({\n tagName: 'ix-menu-about-item',\n properties: { label: 'label' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuAboutNewsEvents = {\n onShowMore: EventName<IxMenuAboutNewsCustomEvent<MouseEvent>>,\n onClosePopover: EventName<CustomEvent<void>>\n};\n\nexport const IxMenuAboutNews: StencilReactComponent<IxMenuAboutNewsElement, IxMenuAboutNewsEvents> = /*@__PURE__*/ createComponent<IxMenuAboutNewsElement, IxMenuAboutNewsEvents>({\n tagName: 'ix-menu-about-news',\n properties: {\n show: 'show',\n label: 'label',\n i18nShowMore: 'i-1-8n-show-more',\n aboutItemLabel: 'about-item-label',\n offsetBottom: 'offset-bottom',\n expanded: 'expanded'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuAvatarEvents = { onLogoutClick: EventName<CustomEvent<any>> };\n\nexport const IxMenuAvatar: StencilReactComponent<IxMenuAvatarElement, IxMenuAvatarEvents> = /*@__PURE__*/ createComponent<IxMenuAvatarElement, IxMenuAvatarEvents>({\n tagName: 'ix-menu-avatar',\n properties: {\n top: 'top',\n bottom: 'bottom',\n image: 'image',\n initials: 'initials',\n i18nLogout: 'i-1-8n-logout',\n showLogoutButton: 'show-logout-button'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuAvatarItemEvents = { onItemClick: EventName<IxMenuAvatarItemCustomEvent<MouseEvent>> };\n\nexport const IxMenuAvatarItem: StencilReactComponent<IxMenuAvatarItemElement, IxMenuAvatarItemEvents> = /*@__PURE__*/ createComponent<IxMenuAvatarItemElement, IxMenuAvatarItemEvents>({\n tagName: 'ix-menu-avatar-item',\n properties: {\n icon: 'icon',\n label: 'label'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuCategoryEvents = NonNullable<unknown>;\n\nexport const IxMenuCategory: StencilReactComponent<IxMenuCategoryElement, IxMenuCategoryEvents> = /*@__PURE__*/ createComponent<IxMenuCategoryElement, IxMenuCategoryEvents>({\n tagName: 'ix-menu-category',\n properties: {\n label: 'label',\n icon: 'icon',\n notifications: 'notifications'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuItemEvents = NonNullable<unknown>;\n\nexport const IxMenuItem: StencilReactComponent<IxMenuItemElement, IxMenuItemEvents> = /*@__PURE__*/ createComponent<IxMenuItemElement, IxMenuItemEvents>({\n tagName: 'ix-menu-item',\n properties: {\n label: 'label',\n home: 'home',\n bottom: 'bottom',\n icon: 'icon',\n notifications: 'notifications',\n active: 'active',\n disabled: 'disabled',\n isCategory: 'is-category'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuSettingsEvents = {\n onTabChange: EventName<CustomEvent<string>>,\n onClose: EventName<IxMenuSettingsCustomEvent<CustomCloseEvent>>\n};\n\nexport const IxMenuSettings: StencilReactComponent<IxMenuSettingsElement, IxMenuSettingsEvents> = /*@__PURE__*/ createComponent<IxMenuSettingsElement, IxMenuSettingsEvents>({\n tagName: 'ix-menu-settings',\n properties: {\n activeTabLabel: 'active-tab-label',\n label: 'label',\n show: 'show'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuSettingsItemEvents = { onLabelChange: EventName<IxMenuSettingsItemCustomEvent<CustomLabelChangeEvent>> };\n\nexport const IxMenuSettingsItem: StencilReactComponent<IxMenuSettingsItemElement, IxMenuSettingsItemEvents> = /*@__PURE__*/ createComponent<IxMenuSettingsItemElement, IxMenuSettingsItemEvents>({\n tagName: 'ix-menu-settings-item',\n properties: { label: 'label' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMessageBarEvents = {\n onClosedChange: EventName<CustomEvent<any>>,\n onCloseAnimationCompleted: EventName<CustomEvent<any>>\n};\n\nexport const IxMessageBar: StencilReactComponent<IxMessageBarElement, IxMessageBarEvents> = /*@__PURE__*/ createComponent<IxMessageBarElement, IxMessageBarEvents>({\n tagName: 'ix-message-bar',\n properties: {\n type: 'type',\n dismissible: 'dismissible'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxModalEvents = {\n onDialogClose: EventName<CustomEvent<any>>,\n onDialogDismiss: EventName<CustomEvent<any>>\n};\n\nexport const IxModal: StencilReactComponent<IxModalElement, IxModalEvents> = /*@__PURE__*/ createComponent<IxModalElement, IxModalEvents>({\n tagName: 'ix-modal',\n properties: {\n size: 'size',\n animation: 'animation',\n backdrop: 'backdrop',\n closeOnBackdropClick: 'close-on-backdrop-click',\n beforeDismiss: 'before-dismiss',\n centered: 'centered',\n closeOnEscape: 'close-on-escape'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxModalContentEvents = NonNullable<unknown>;\n\nexport const IxModalContent: StencilReactComponent<IxModalContentElement, IxModalContentEvents> = /*@__PURE__*/ createComponent<IxModalContentElement, IxModalContentEvents>({\n tagName: 'ix-modal-content',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxModalFooterEvents = NonNullable<unknown>;\n\nexport const IxModalFooter: StencilReactComponent<IxModalFooterElement, IxModalFooterEvents> = /*@__PURE__*/ createComponent<IxModalFooterElement, IxModalFooterEvents>({\n tagName: 'ix-modal-footer',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxModalHeaderEvents = { onCloseClick: EventName<IxModalHeaderCustomEvent<MouseEvent>> };\n\nexport const IxModalHeader: StencilReactComponent<IxModalHeaderElement, IxModalHeaderEvents> = /*@__PURE__*/ createComponent<IxModalHeaderElement, IxModalHeaderEvents>({\n tagName: 'ix-modal-header',\n properties: {\n hideClose: 'hide-close',\n icon: 'icon',\n iconColor: 'icon-color'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxNumberInputEvents = {\n onValueChange: EventName<CustomEvent<number>>,\n onValidityStateChange: EventName<IxNumberInputCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxNumberInput: StencilReactComponent<IxNumberInputElement, IxNumberInputEvents> = /*@__PURE__*/ createComponent<IxNumberInputElement, IxNumberInputEvents>({\n tagName: 'ix-number-input',\n properties: {\n name: 'name',\n placeholder: 'placeholder',\n value: 'value',\n required: 'required',\n disabled: 'disabled',\n readonly: 'readonly',\n helperText: 'helper-text',\n infoText: 'info-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n validText: 'valid-text',\n warningText: 'warning-text',\n label: 'label',\n invalidText: 'invalid-text',\n pattern: 'pattern',\n min: 'min',\n max: 'max',\n allowedCharactersPattern: 'allowed-characters-pattern',\n showStepperButtons: 'show-stepper-buttons'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxPaginationEvents = {\n onPageSelected: EventName<CustomEvent<number>>,\n onItemCountChanged: EventName<CustomEvent<number>>\n};\n\nexport const IxPagination: StencilReactComponent<IxPaginationElement, IxPaginationEvents> = /*@__PURE__*/ createComponent<IxPaginationElement, IxPaginationEvents>({\n tagName: 'ix-pagination',\n properties: {\n advanced: 'advanced',\n itemCount: 'item-count',\n showItemCount: 'show-item-count',\n count: 'count',\n selectedPage: 'selected-page',\n i18nPage: 'i-1-8n-page',\n i18nOf: 'i-1-8n-of',\n i18nItems: 'i-1-8n-items'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxPaneEvents = {\n onExpandedChanged: EventName<IxPaneCustomEvent<ExpandedChangedEvent>>,\n onVariantChanged: EventName<IxPaneCustomEvent<VariantChangedEvent>>,\n onBorderlessChanged: EventName<IxPaneCustomEvent<BorderlessChangedEvent>>\n};\n\nexport const IxPane: StencilReactComponent<IxPaneElement, IxPaneEvents> = /*@__PURE__*/ createComponent<IxPaneElement, IxPaneEvents>({\n tagName: 'ix-pane',\n properties: {\n heading: 'heading',\n variant: 'variant',\n hideOnCollapse: 'hide-on-collapse',\n size: 'size',\n borderless: 'borderless',\n expanded: 'expanded',\n composition: 'composition',\n icon: 'icon',\n ignoreLayoutSettings: 'ignore-layout-settings',\n isMobile: 'is-mobile'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxPaneLayoutEvents = NonNullable<unknown>;\n\nexport const IxPaneLayout: StencilReactComponent<IxPaneLayoutElement, IxPaneLayoutEvents> = /*@__PURE__*/ createComponent<IxPaneLayoutElement, IxPaneLayoutEvents>({\n tagName: 'ix-pane-layout',\n properties: {\n layout: 'layout',\n variant: 'variant',\n borderless: 'borderless'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxPillEvents = NonNullable<unknown>;\n\nexport const IxPill: StencilReactComponent<IxPillElement, IxPillEvents> = /*@__PURE__*/ createComponent<IxPillElement, IxPillEvents>({\n tagName: 'ix-pill',\n properties: {\n variant: 'variant',\n outline: 'outline',\n icon: 'icon',\n background: 'background',\n pillColor: 'pill-color',\n alignLeft: 'align-left',\n tooltipText: 'tooltip-text'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxPushCardEvents = NonNullable<unknown>;\n\nexport const IxPushCard: StencilReactComponent<IxPushCardElement, IxPushCardEvents> = /*@__PURE__*/ createComponent<IxPushCardElement, IxPushCardEvents>({\n tagName: 'ix-push-card',\n properties: {\n icon: 'icon',\n notification: 'notification',\n heading: 'heading',\n subheading: 'subheading',\n variant: 'variant',\n collapse: 'collapse'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxRadioEvents = {\n onCheckedChange: EventName<CustomEvent<boolean>>,\n onValueChange: EventName<CustomEvent<string>>\n};\n\nexport const IxRadio: StencilReactComponent<IxRadioElement, IxRadioEvents> = /*@__PURE__*/ createComponent<IxRadioElement, IxRadioEvents>({\n tagName: 'ix-radio',\n properties: {\n name: 'name',\n value: 'value',\n label: 'label',\n disabled: 'disabled',\n checked: 'checked'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxRadioGroupEvents = { onValueChange: EventName<CustomEvent<string>> };\n\nexport const IxRadioGroup: StencilReactComponent<IxRadioGroupElement, IxRadioGroupEvents> = /*@__PURE__*/ createComponent<IxRadioGroupElement, IxRadioGroupEvents>({\n tagName: 'ix-radio-group',\n properties: {\n helperText: 'helper-text',\n label: 'label',\n value: 'value',\n invalidText: 'invalid-text',\n infoText: 'info-text',\n warningText: 'warning-text',\n validText: 'valid-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n direction: 'direction'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxRowEvents = NonNullable<unknown>;\n\nexport const IxRow: StencilReactComponent<IxRowElement, IxRowEvents> = /*@__PURE__*/ createComponent<IxRowElement, IxRowEvents>({\n tagName: 'ix-row',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxSelectEvents = {\n onValueChange: EventName<CustomEvent<string | string[]>>,\n onInputChange: EventName<CustomEvent<string>>,\n onAddItem: EventName<CustomEvent<string>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxSelect: StencilReactComponent<IxSelectElement, IxSelectEvents> = /*@__PURE__*/ createComponent<IxSelectElement, IxSelectEvents>({\n tagName: 'ix-select',\n properties: {\n name: 'name',\n required: 'required',\n label: 'label',\n warningText: 'warning-text',\n infoText: 'info-text',\n invalidText: 'invalid-text',\n validText: 'valid-text',\n helperText: 'helper-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n value: 'value',\n allowClear: 'allow-clear',\n mode: 'mode',\n editable: 'editable',\n disabled: 'disabled',\n readonly: 'readonly',\n i18nPlaceholder: 'i-1-8n-placeholder',\n i18nPlaceholderEditable: 'i-1-8n-placeholder-editable',\n i18nSelectListHeader: 'i-1-8n-select-list-header',\n i18nNoMatches: 'i-1-8n-no-matches',\n hideListHeader: 'hide-list-header',\n dropdownWidth: 'dropdown-width',\n dropdownMaxWidth: 'dropdown-max-width'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxSelectItemEvents = { onItemClick: EventName<CustomEvent<string>> };\n\nexport const IxSelectItem: StencilReactComponent<IxSelectItemElement, IxSelectItemEvents> = /*@__PURE__*/ createComponent<IxSelectItemElement, IxSelectItemEvents>({\n tagName: 'ix-select-item',\n properties: {\n label: 'label',\n value: 'value',\n selected: 'selected',\n hover: 'hover'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxSliderEvents = { onValueChange: EventName<CustomEvent<number>> };\n\nexport const IxSlider: StencilReactComponent<IxSliderElement, IxSliderEvents> = /*@__PURE__*/ createComponent<IxSliderElement, IxSliderEvents>({\n tagName: 'ix-slider',\n properties: {\n step: 'step',\n min: 'min',\n max: 'max',\n value: 'value',\n marker: 'marker',\n trace: 'trace',\n traceReference: 'trace-reference',\n disabled: 'disabled',\n error: 'error'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxSpinnerEvents = NonNullable<unknown>;\n\nexport const IxSpinner: StencilReactComponent<IxSpinnerElement, IxSpinnerEvents> = /*@__PURE__*/ createComponent<IxSpinnerElement, IxSpinnerEvents>({\n tagName: 'ix-spinner',\n properties: {\n variant: 'variant',\n size: 'size',\n hideTrack: 'hide-track'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxSplitButtonEvents = { onButtonClick: EventName<IxSplitButtonCustomEvent<MouseEvent>> };\n\nexport const IxSplitButton: StencilReactComponent<IxSplitButtonElement, IxSplitButtonEvents> = /*@__PURE__*/ createComponent<IxSplitButtonElement, IxSplitButtonEvents>({\n tagName: 'ix-split-button',\n properties: {\n variant: 'variant',\n closeBehavior: 'close-behavior',\n outline: 'outline',\n ghost: 'ghost',\n label: 'label',\n icon: 'icon',\n splitIcon: 'split-icon',\n disabled: 'disabled',\n placement: 'placement'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTabItemEvents = { onTabClick: EventName<IxTabItemCustomEvent<TabClickDetail>> };\n\nexport const IxTabItem: StencilReactComponent<IxTabItemElement, IxTabItemEvents> = /*@__PURE__*/ createComponent<IxTabItemElement, IxTabItemEvents>({\n tagName: 'ix-tab-item',\n properties: {\n selected: 'selected',\n disabled: 'disabled',\n small: 'small',\n icon: 'icon',\n rounded: 'rounded',\n counter: 'counter',\n layout: 'layout',\n placement: 'placement'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTabsEvents = { onSelectedChange: EventName<CustomEvent<number>> };\n\nexport const IxTabs: StencilReactComponent<IxTabsElement, IxTabsEvents> = /*@__PURE__*/ createComponent<IxTabsElement, IxTabsEvents>({\n tagName: 'ix-tabs',\n properties: {\n small: 'small',\n rounded: 'rounded',\n selected: 'selected',\n layout: 'layout',\n placement: 'placement'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTextareaEvents = {\n onValueChange: EventName<CustomEvent<string>>,\n onValidityStateChange: EventName<IxTextareaCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxTextarea: StencilReactComponent<IxTextareaElement, IxTextareaEvents> = /*@__PURE__*/ createComponent<IxTextareaElement, IxTextareaEvents>({\n tagName: 'ix-textarea',\n properties: {\n name: 'name',\n placeholder: 'placeholder',\n value: 'value',\n required: 'required',\n disabled: 'disabled',\n readonly: 'readonly',\n helperText: 'helper-text',\n infoText: 'info-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n validText: 'valid-text',\n warningText: 'warning-text',\n label: 'label',\n invalidText: 'invalid-text',\n textareaHeight: 'textarea-height',\n textareaWidth: 'textarea-width',\n textareaRows: 'textarea-rows',\n textareaCols: 'textarea-cols',\n resizeBehavior: 'resize-behavior',\n maxLength: 'max-length',\n minLength: 'min-length'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTileEvents = NonNullable<unknown>;\n\nexport const IxTile: StencilReactComponent<IxTileElement, IxTileEvents> = /*@__PURE__*/ createComponent<IxTileElement, IxTileEvents>({\n tagName: 'ix-tile',\n properties: { size: 'size' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTimePickerEvents = {\n onTimeSelect: EventName<CustomEvent<string>>,\n onTimeChange: EventName<CustomEvent<string>>\n};\n\nexport const IxTimePicker: StencilReactComponent<IxTimePickerElement, IxTimePickerEvents> = /*@__PURE__*/ createComponent<IxTimePickerElement, IxTimePickerEvents>({\n tagName: 'ix-time-picker',\n properties: {\n format: 'format',\n corners: 'corners',\n standaloneAppearance: 'standalone-appearance',\n showHour: 'show-hour',\n showMinutes: 'show-minutes',\n showSeconds: 'show-seconds',\n time: 'time',\n timeReference: 'time-reference',\n textSelectTime: 'text-select-time',\n textTime: 'text-time'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxToastEvents = { onCloseToast: EventName<CustomEvent<any>> };\n\nexport const IxToast: StencilReactComponent<IxToastElement, IxToastEvents> = /*@__PURE__*/ createComponent<IxToastElement, IxToastEvents>({\n tagName: 'ix-toast',\n properties: {\n type: 'type',\n toastTitle: 'toast-title',\n autoCloseDelay: 'auto-close-delay',\n autoClose: 'auto-close',\n icon: 'icon',\n iconColor: 'icon-color'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxToastContainerEvents = NonNullable<unknown>;\n\nexport const IxToastContainer: StencilReactComponent<IxToastContainerElement, IxToastContainerEvents> = /*@__PURE__*/ createComponent<IxToastContainerElement, IxToastContainerEvents>({\n tagName: 'ix-toast-container',\n properties: {\n containerId: 'container-id',\n containerClass: 'container-class',\n position: 'position'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxToggleEvents = { onCheckedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxToggle: StencilReactComponent<IxToggleElement, IxToggleEvents> = /*@__PURE__*/ createComponent<IxToggleElement, IxToggleEvents>({\n tagName: 'ix-toggle',\n properties: {\n name: 'name',\n value: 'value',\n checked: 'checked',\n disabled: 'disabled',\n indeterminate: 'indeterminate',\n textOn: 'text-on',\n textOff: 'text-off',\n textIndeterminate: 'text-indeterminate',\n hideText: 'hide-text',\n required: 'required'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxToggleButtonEvents = { onPressedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxToggleButton: StencilReactComponent<IxToggleButtonElement, IxToggleButtonEvents> = /*@__PURE__*/ createComponent<IxToggleButtonElement, IxToggleButtonEvents>({\n tagName: 'ix-toggle-button',\n properties: {\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost',\n disabled: 'disabled',\n loading: 'loading',\n icon: 'icon',\n pressed: 'pressed'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTooltipEvents = NonNullable<unknown>;\n\nexport const IxTooltip: StencilReactComponent<IxTooltipElement, IxTooltipEvents> = /*@__PURE__*/ createComponent<IxTooltipElement, IxTooltipEvents>({\n tagName: 'ix-tooltip',\n properties: {\n for: 'for',\n titleContent: 'title-content',\n interactive: 'interactive',\n placement: 'placement',\n showDelay: 'show-delay',\n hideDelay: 'hide-delay',\n animationFrame: 'animation-frame'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTypographyEvents = NonNullable<unknown>;\n\nexport const IxTypography: StencilReactComponent<IxTypographyElement, IxTypographyEvents> = /*@__PURE__*/ createComponent<IxTypographyElement, IxTypographyEvents>({\n tagName: 'ix-typography',\n properties: {\n format: 'format',\n textColor: 'text-color',\n bold: 'bold',\n textDecoration: 'text-decoration'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxUploadEvents = { onFilesChanged: EventName<IxUploadCustomEvent<Array<File>>> };\n\nexport const IxUpload: StencilReactComponent<IxUploadElement, IxUploadEvents> = /*@__PURE__*/ createComponent<IxUploadElement, IxUploadEvents>({\n tagName: 'ix-upload',\n properties: {\n accept: 'accept',\n multiple: 'multiple',\n multiline: 'multiline',\n disabled: 'disabled',\n state: 'state',\n selectFileText: 'select-file-text',\n loadingText: 'loading-text',\n uploadFailedText: 'upload-failed-text',\n uploadSuccessText: 'upload-success-text',\n i18nUploadFile: 'i-1-8n-upload-file',\n i18nUploadDisabled: 'i-1-8n-upload-disabled'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxValidationTooltipEvents = NonNullable<unknown>;\n\nexport const IxValidationTooltip: StencilReactComponent<IxValidationTooltipElement, IxValidationTooltipEvents> = /*@__PURE__*/ createComponent<IxValidationTooltipElement, IxValidationTooltipEvents>({\n tagName: 'ix-validation-tooltip',\n properties: {\n message: 'message',\n placement: 'placement',\n suppressAutomaticPlacement: 'suppress-automatic-placement'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxWorkflowStepEvents = NonNullable<unknown>;\n\nexport const IxWorkflowStep: StencilReactComponent<IxWorkflowStepElement, IxWorkflowStepEvents> = /*@__PURE__*/ createComponent<IxWorkflowStepElement, IxWorkflowStepEvents>({\n tagName: 'ix-workflow-step',\n properties: {\n vertical: 'vertical',\n disabled: 'disabled',\n status: 'status',\n clickable: 'clickable',\n selected: 'selected',\n position: 'position'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxWorkflowStepsEvents = { onStepSelected: EventName<CustomEvent<number>> };\n\nexport const IxWorkflowSteps: StencilReactComponent<IxWorkflowStepsElement, IxWorkflowStepsEvents> = /*@__PURE__*/ createComponent<IxWorkflowStepsElement, IxWorkflowStepsEvents>({\n tagName: 'ix-workflow-steps',\n properties: {\n vertical: 'vertical',\n clickable: 'clickable',\n selectedIndex: 'selected-index'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"components.server.js","sources":["../src/components.server.ts"],"sourcesContent":["/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n * Do __not__ import components from this file as server side rendered components\n * may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'\n * file that re-exports all components with the 'use client' directive.\n */\n\n/* eslint-disable */\n\nimport { 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\";\nimport { IxActionCard as IxActionCardElement } from \"@siemens/ix/components/ix-action-card.js\";\nimport { IxApplicationHeader as IxApplicationHeaderElement } from \"@siemens/ix/components/ix-application-header.js\";\nimport { IxApplication as IxApplicationElement } from \"@siemens/ix/components/ix-application.js\";\nimport { IxAvatar as IxAvatarElement } from \"@siemens/ix/components/ix-avatar.js\";\nimport { IxBasicNavigation as IxBasicNavigationElement } from \"@siemens/ix/components/ix-basic-navigation.js\";\nimport { IxBlind as IxBlindElement } from \"@siemens/ix/components/ix-blind.js\";\nimport { IxBreadcrumbItem as IxBreadcrumbItemElement } from \"@siemens/ix/components/ix-breadcrumb-item.js\";\nimport { IxBreadcrumb as IxBreadcrumbElement } from \"@siemens/ix/components/ix-breadcrumb.js\";\nimport { IxButton as IxButtonElement } from \"@siemens/ix/components/ix-button.js\";\nimport { IxCardAccordion as IxCardAccordionElement } from \"@siemens/ix/components/ix-card-accordion.js\";\nimport { IxCardContent as IxCardContentElement } from \"@siemens/ix/components/ix-card-content.js\";\nimport { IxCardList as IxCardListElement } from \"@siemens/ix/components/ix-card-list.js\";\nimport { IxCardTitle as IxCardTitleElement } from \"@siemens/ix/components/ix-card-title.js\";\nimport { IxCard as IxCardElement } from \"@siemens/ix/components/ix-card.js\";\nimport { IxCategoryFilter as IxCategoryFilterElement } from \"@siemens/ix/components/ix-category-filter.js\";\nimport { IxCheckboxGroup as IxCheckboxGroupElement } from \"@siemens/ix/components/ix-checkbox-group.js\";\nimport { IxCheckbox as IxCheckboxElement } from \"@siemens/ix/components/ix-checkbox.js\";\nimport { IxChip as IxChipElement } from \"@siemens/ix/components/ix-chip.js\";\nimport { IxCol as IxColElement } from \"@siemens/ix/components/ix-col.js\";\nimport { IxContentHeader as IxContentHeaderElement } from \"@siemens/ix/components/ix-content-header.js\";\nimport { IxContent as IxContentElement } from \"@siemens/ix/components/ix-content.js\";\nimport { IxCustomField as IxCustomFieldElement } from \"@siemens/ix/components/ix-custom-field.js\";\nimport { IxDateDropdown as IxDateDropdownElement } from \"@siemens/ix/components/ix-date-dropdown.js\";\nimport { IxDateInput as IxDateInputElement } from \"@siemens/ix/components/ix-date-input.js\";\nimport { IxDatePicker as IxDatePickerElement } from \"@siemens/ix/components/ix-date-picker.js\";\nimport { IxDatetimePicker as IxDatetimePickerElement } from \"@siemens/ix/components/ix-datetime-picker.js\";\nimport { IxDivider as IxDividerElement } from \"@siemens/ix/components/ix-divider.js\";\nimport { IxDrawer as IxDrawerElement } from \"@siemens/ix/components/ix-drawer.js\";\nimport { IxDropdownButton as IxDropdownButtonElement } from \"@siemens/ix/components/ix-dropdown-button.js\";\nimport { IxDropdownHeader as IxDropdownHeaderElement } from \"@siemens/ix/components/ix-dropdown-header.js\";\nimport { IxDropdownItem as IxDropdownItemElement } from \"@siemens/ix/components/ix-dropdown-item.js\";\nimport { IxDropdownQuickActions as IxDropdownQuickActionsElement } from \"@siemens/ix/components/ix-dropdown-quick-actions.js\";\nimport { IxDropdown as IxDropdownElement } from \"@siemens/ix/components/ix-dropdown.js\";\nimport { IxEmptyState as IxEmptyStateElement } from \"@siemens/ix/components/ix-empty-state.js\";\nimport { IxEventListItem as IxEventListItemElement } from \"@siemens/ix/components/ix-event-list-item.js\";\nimport { IxEventList as IxEventListElement } from \"@siemens/ix/components/ix-event-list.js\";\nimport { IxExpandingSearch as IxExpandingSearchElement } from \"@siemens/ix/components/ix-expanding-search.js\";\nimport { IxFieldLabel as IxFieldLabelElement } from \"@siemens/ix/components/ix-field-label.js\";\nimport { IxFilterChip as IxFilterChipElement } from \"@siemens/ix/components/ix-filter-chip.js\";\nimport { IxFlipTileContent as IxFlipTileContentElement } from \"@siemens/ix/components/ix-flip-tile-content.js\";\nimport { IxFlipTile as IxFlipTileElement } from \"@siemens/ix/components/ix-flip-tile.js\";\nimport { IxGroupContextMenu as IxGroupContextMenuElement } from \"@siemens/ix/components/ix-group-context-menu.js\";\nimport { IxGroupItem as IxGroupItemElement } from \"@siemens/ix/components/ix-group-item.js\";\nimport { IxGroup as IxGroupElement } from \"@siemens/ix/components/ix-group.js\";\nimport { IxHelperText as IxHelperTextElement } from \"@siemens/ix/components/ix-helper-text.js\";\nimport { IxIconButton as IxIconButtonElement } from \"@siemens/ix/components/ix-icon-button.js\";\nimport { IxIconToggleButton as IxIconToggleButtonElement } from \"@siemens/ix/components/ix-icon-toggle-button.js\";\nimport { IxInputGroup as IxInputGroupElement } from \"@siemens/ix/components/ix-input-group.js\";\nimport { IxInput as IxInputElement } from \"@siemens/ix/components/ix-input.js\";\nimport { IxKeyValueList as IxKeyValueListElement } from \"@siemens/ix/components/ix-key-value-list.js\";\nimport { IxKeyValue as IxKeyValueElement } from \"@siemens/ix/components/ix-key-value.js\";\nimport { IxKpi as IxKpiElement } from \"@siemens/ix/components/ix-kpi.js\";\nimport { IxLayoutAuto as IxLayoutAutoElement } from \"@siemens/ix/components/ix-layout-auto.js\";\nimport { IxLayoutGrid as IxLayoutGridElement } from \"@siemens/ix/components/ix-layout-grid.js\";\nimport { IxLinkButton as IxLinkButtonElement } from \"@siemens/ix/components/ix-link-button.js\";\nimport { IxMapNavigationOverlay as IxMapNavigationOverlayElement } from \"@siemens/ix/components/ix-map-navigation-overlay.js\";\nimport { IxMapNavigation as IxMapNavigationElement } from \"@siemens/ix/components/ix-map-navigation.js\";\nimport { IxMenuAboutItem as IxMenuAboutItemElement } from \"@siemens/ix/components/ix-menu-about-item.js\";\nimport { IxMenuAboutNews as IxMenuAboutNewsElement } from \"@siemens/ix/components/ix-menu-about-news.js\";\nimport { IxMenuAbout as IxMenuAboutElement } from \"@siemens/ix/components/ix-menu-about.js\";\nimport { IxMenuAvatarItem as IxMenuAvatarItemElement } from \"@siemens/ix/components/ix-menu-avatar-item.js\";\nimport { IxMenuAvatar as IxMenuAvatarElement } from \"@siemens/ix/components/ix-menu-avatar.js\";\nimport { IxMenuCategory as IxMenuCategoryElement } from \"@siemens/ix/components/ix-menu-category.js\";\nimport { IxMenuItem as IxMenuItemElement } from \"@siemens/ix/components/ix-menu-item.js\";\nimport { IxMenuSettingsItem as IxMenuSettingsItemElement } from \"@siemens/ix/components/ix-menu-settings-item.js\";\nimport { IxMenuSettings as IxMenuSettingsElement } from \"@siemens/ix/components/ix-menu-settings.js\";\nimport { IxMenu as IxMenuElement } from \"@siemens/ix/components/ix-menu.js\";\nimport { IxMessageBar as IxMessageBarElement } from \"@siemens/ix/components/ix-message-bar.js\";\nimport { IxModalContent as IxModalContentElement } from \"@siemens/ix/components/ix-modal-content.js\";\nimport { IxModalFooter as IxModalFooterElement } from \"@siemens/ix/components/ix-modal-footer.js\";\nimport { IxModalHeader as IxModalHeaderElement } from \"@siemens/ix/components/ix-modal-header.js\";\nimport { IxModal as IxModalElement } from \"@siemens/ix/components/ix-modal.js\";\nimport { IxNumberInput as IxNumberInputElement } from \"@siemens/ix/components/ix-number-input.js\";\nimport { IxPagination as IxPaginationElement } from \"@siemens/ix/components/ix-pagination.js\";\nimport { IxPaneLayout as IxPaneLayoutElement } from \"@siemens/ix/components/ix-pane-layout.js\";\nimport { IxPane as IxPaneElement } from \"@siemens/ix/components/ix-pane.js\";\nimport { IxPill as IxPillElement } from \"@siemens/ix/components/ix-pill.js\";\nimport { IxPushCard as IxPushCardElement } from \"@siemens/ix/components/ix-push-card.js\";\nimport { IxRadioGroup as IxRadioGroupElement } from \"@siemens/ix/components/ix-radio-group.js\";\nimport { IxRadio as IxRadioElement } from \"@siemens/ix/components/ix-radio.js\";\nimport { IxRow as IxRowElement } from \"@siemens/ix/components/ix-row.js\";\nimport { IxSelectItem as IxSelectItemElement } from \"@siemens/ix/components/ix-select-item.js\";\nimport { IxSelect as IxSelectElement } from \"@siemens/ix/components/ix-select.js\";\nimport { IxSlider as IxSliderElement } from \"@siemens/ix/components/ix-slider.js\";\nimport { IxSpinner as IxSpinnerElement } from \"@siemens/ix/components/ix-spinner.js\";\nimport { IxSplitButton as IxSplitButtonElement } from \"@siemens/ix/components/ix-split-button.js\";\nimport { IxTabItem as IxTabItemElement } from \"@siemens/ix/components/ix-tab-item.js\";\nimport { IxTabs as IxTabsElement } from \"@siemens/ix/components/ix-tabs.js\";\nimport { IxTextarea as IxTextareaElement } from \"@siemens/ix/components/ix-textarea.js\";\nimport { IxTile as IxTileElement } from \"@siemens/ix/components/ix-tile.js\";\nimport { IxTimePicker as IxTimePickerElement } from \"@siemens/ix/components/ix-time-picker.js\";\nimport { IxToastContainer as IxToastContainerElement } from \"@siemens/ix/components/ix-toast-container.js\";\nimport { IxToast as IxToastElement } from \"@siemens/ix/components/ix-toast.js\";\nimport { IxToggleButton as IxToggleButtonElement } from \"@siemens/ix/components/ix-toggle-button.js\";\nimport { IxToggle as IxToggleElement } from \"@siemens/ix/components/ix-toggle.js\";\nimport { IxTooltip as IxTooltipElement } from \"@siemens/ix/components/ix-tooltip.js\";\nimport { IxTypography as IxTypographyElement } from \"@siemens/ix/components/ix-typography.js\";\nimport { IxUpload as IxUploadElement } from \"@siemens/ix/components/ix-upload.js\";\nimport { IxValidationTooltip as IxValidationTooltipElement } from \"@siemens/ix/components/ix-validation-tooltip.js\";\nimport { IxWorkflowStep as IxWorkflowStepElement } from \"@siemens/ix/components/ix-workflow-step.js\";\nimport { IxWorkflowSteps as IxWorkflowStepsElement } from \"@siemens/ix/components/ix-workflow-steps.js\";\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent, type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';\n\nexport const serializeShadowRoot: SerializeShadowRootOptions = { \"scoped\": [], \"default\": \"declarative-shadow-dom\" };\n\nexport type IxActionCardEvents = NonNullable<unknown>;\n\nexport const IxActionCard: StencilReactComponent<IxActionCardElement, IxActionCardEvents> = /*@__PURE__*/ createComponent<IxActionCardElement, IxActionCardEvents>({\n tagName: 'ix-action-card',\n properties: {\n variant: 'variant',\n icon: 'icon',\n heading: 'heading',\n subheading: 'subheading',\n selected: 'selected'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxApplicationEvents = NonNullable<unknown>;\n\nexport const IxApplication: StencilReactComponent<IxApplicationElement, IxApplicationEvents> = /*@__PURE__*/ createComponent<IxApplicationElement, IxApplicationEvents>({\n tagName: 'ix-application',\n properties: {\n theme: 'theme',\n themeSystemAppearance: 'theme-system-appearance',\n forceBreakpoint: 'force-breakpoint',\n breakpoints: 'breakpoints',\n appSwitchConfig: 'app-switch-config'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxApplicationHeaderEvents = {\n onMenuToggle: EventName<CustomEvent<boolean>>,\n onOpenAppSwitch: EventName<CustomEvent<void>>\n};\n\nexport const IxApplicationHeader: StencilReactComponent<IxApplicationHeaderElement, IxApplicationHeaderEvents> = /*@__PURE__*/ createComponent<IxApplicationHeaderElement, IxApplicationHeaderEvents>({\n tagName: 'ix-application-header',\n properties: {\n name: 'name',\n showMenu: 'show-menu'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxAvatarEvents = NonNullable<unknown>;\n\nexport const IxAvatar: StencilReactComponent<IxAvatarElement, IxAvatarEvents> = /*@__PURE__*/ createComponent<IxAvatarElement, IxAvatarEvents>({\n tagName: 'ix-avatar',\n properties: {\n image: 'image',\n initials: 'initials',\n username: 'username',\n extra: 'extra'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxBasicNavigationEvents = NonNullable<unknown>;\n\nexport const IxBasicNavigation: StencilReactComponent<IxBasicNavigationElement, IxBasicNavigationEvents> = /*@__PURE__*/ createComponent<IxBasicNavigationElement, IxBasicNavigationEvents>({\n tagName: 'ix-basic-navigation',\n properties: {\n applicationName: 'application-name',\n hideHeader: 'hide-header',\n forceBreakpoint: 'force-breakpoint',\n breakpoints: 'breakpoints'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxBlindEvents = { onCollapsedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxBlind: StencilReactComponent<IxBlindElement, IxBlindEvents> = /*@__PURE__*/ createComponent<IxBlindElement, IxBlindEvents>({\n tagName: 'ix-blind',\n properties: {\n collapsed: 'collapsed',\n label: 'label',\n sublabel: 'sublabel',\n icon: 'icon',\n variant: 'variant'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxBreadcrumbEvents = {\n onItemClick: EventName<CustomEvent<string>>,\n onNextClick: EventName<IxBreadcrumbCustomEvent<{ event: UIEvent; item: string }>>\n};\n\nexport const IxBreadcrumb: StencilReactComponent<IxBreadcrumbElement, IxBreadcrumbEvents> = /*@__PURE__*/ createComponent<IxBreadcrumbElement, IxBreadcrumbEvents>({\n tagName: 'ix-breadcrumb',\n properties: {\n visibleItemCount: 'visible-item-count',\n nextItems: 'next-items',\n ghost: 'ghost',\n ariaLabelPreviousButton: 'aria-label-previous-button'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxBreadcrumbItemEvents = NonNullable<unknown>;\n\nexport const IxBreadcrumbItem: StencilReactComponent<IxBreadcrumbItemElement, IxBreadcrumbItemEvents> = /*@__PURE__*/ createComponent<IxBreadcrumbItemElement, IxBreadcrumbItemEvents>({\n tagName: 'ix-breadcrumb-item',\n properties: {\n label: 'label',\n icon: 'icon',\n ghost: 'ghost',\n visible: 'visible',\n showChevron: 'show-chevron',\n isDropdownTrigger: 'is-dropdown-trigger'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxButtonEvents = NonNullable<unknown>;\n\nexport const IxButton: StencilReactComponent<IxButtonElement, IxButtonEvents> = /*@__PURE__*/ createComponent<IxButtonElement, IxButtonEvents>({\n tagName: 'ix-button',\n properties: {\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost',\n disabled: 'disabled',\n type: 'type',\n loading: 'loading',\n icon: 'icon',\n alignment: 'alignment',\n iconSize: 'icon-size'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCardEvents = NonNullable<unknown>;\n\nexport const IxCard: StencilReactComponent<IxCardElement, IxCardEvents> = /*@__PURE__*/ createComponent<IxCardElement, IxCardEvents>({\n tagName: 'ix-card',\n properties: {\n variant: 'variant',\n selected: 'selected'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCardAccordionEvents = NonNullable<unknown>;\n\nexport const IxCardAccordion: StencilReactComponent<IxCardAccordionElement, IxCardAccordionEvents> = /*@__PURE__*/ createComponent<IxCardAccordionElement, IxCardAccordionEvents>({\n tagName: 'ix-card-accordion',\n properties: { collapse: 'collapse' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCardContentEvents = NonNullable<unknown>;\n\nexport const IxCardContent: StencilReactComponent<IxCardContentElement, IxCardContentEvents> = /*@__PURE__*/ createComponent<IxCardContentElement, IxCardContentEvents>({\n tagName: 'ix-card-content',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCardListEvents = {\n onCollapseChanged: EventName<CustomEvent<boolean>>,\n onShowAllClick: EventName<IxCardListCustomEvent<{\n nativeEvent: MouseEvent;\n }>>,\n onShowMoreCardClick: EventName<IxCardListCustomEvent<{\n nativeEvent: MouseEvent;\n }>>\n};\n\nexport const IxCardList: StencilReactComponent<IxCardListElement, IxCardListEvents> = /*@__PURE__*/ createComponent<IxCardListElement, IxCardListEvents>({\n tagName: 'ix-card-list',\n properties: {\n label: 'label',\n collapse: 'collapse',\n listStyle: 'list-style',\n maxVisibleCards: 'max-visible-cards',\n showAllCount: 'show-all-count',\n suppressOverflowHandling: 'suppress-overflow-handling',\n hideShowAll: 'hide-show-all',\n i18nShowAll: 'i-1-8n-show-all',\n i18nMoreCards: 'i-1-8n-more-cards'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCardTitleEvents = NonNullable<unknown>;\n\nexport const IxCardTitle: StencilReactComponent<IxCardTitleElement, IxCardTitleEvents> = /*@__PURE__*/ createComponent<IxCardTitleElement, IxCardTitleEvents>({\n tagName: 'ix-card-title',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCategoryFilterEvents = {\n onCategoryChanged: EventName<CustomEvent<string>>,\n onInputChanged: EventName<IxCategoryFilterCustomEvent<InputState>>,\n onFilterChanged: EventName<IxCategoryFilterCustomEvent<FilterState>>,\n onFilterCleared: EventName<CustomEvent<void>>\n};\n\nexport const IxCategoryFilter: StencilReactComponent<IxCategoryFilterElement, IxCategoryFilterEvents> = /*@__PURE__*/ createComponent<IxCategoryFilterElement, IxCategoryFilterEvents>({\n tagName: 'ix-category-filter',\n properties: {\n disabled: 'disabled',\n readonly: 'readonly',\n filterState: 'filter-state',\n placeholder: 'placeholder',\n categories: 'categories',\n nonSelectableCategories: 'non-selectable-categories',\n suggestions: 'suggestions',\n icon: 'icon',\n hideIcon: 'hide-icon',\n staticOperator: 'static-operator',\n repeatCategories: 'repeat-categories',\n tmpDisableScrollIntoView: 'tmp-disable-scroll-into-view',\n labelCategories: 'label-categories',\n i18nPlainText: 'i-1-8n-plain-text'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCheckboxEvents = {\n onCheckedChange: EventName<CustomEvent<boolean>>,\n onValueChange: EventName<CustomEvent<string>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxCheckbox: StencilReactComponent<IxCheckboxElement, IxCheckboxEvents> = /*@__PURE__*/ createComponent<IxCheckboxElement, IxCheckboxEvents>({\n tagName: 'ix-checkbox',\n properties: {\n name: 'name',\n value: 'value',\n label: 'label',\n checked: 'checked',\n disabled: 'disabled',\n indeterminate: 'indeterminate',\n required: 'required'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCheckboxGroupEvents = NonNullable<unknown>;\n\nexport const IxCheckboxGroup: StencilReactComponent<IxCheckboxGroupElement, IxCheckboxGroupEvents> = /*@__PURE__*/ createComponent<IxCheckboxGroupElement, IxCheckboxGroupEvents>({\n tagName: 'ix-checkbox-group',\n properties: {\n helperText: 'helper-text',\n label: 'label',\n direction: 'direction',\n invalidText: 'invalid-text',\n infoText: 'info-text',\n validText: 'valid-text',\n warningText: 'warning-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n required: 'required'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxChipEvents = { onCloseChip: EventName<CustomEvent<any>> };\n\nexport const IxChip: StencilReactComponent<IxChipElement, IxChipEvents> = /*@__PURE__*/ createComponent<IxChipElement, IxChipEvents>({\n tagName: 'ix-chip',\n properties: {\n variant: 'variant',\n active: 'active',\n closable: 'closable',\n icon: 'icon',\n background: 'background',\n chipColor: 'chip-color',\n outline: 'outline',\n tooltipText: 'tooltip-text'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxColEvents = NonNullable<unknown>;\n\nexport const IxCol: StencilReactComponent<IxColElement, IxColEvents> = /*@__PURE__*/ createComponent<IxColElement, IxColEvents>({\n tagName: 'ix-col',\n properties: {\n size: 'size',\n sizeSm: 'size-sm',\n sizeMd: 'size-md',\n sizeLg: 'size-lg'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxContentEvents = NonNullable<unknown>;\n\nexport const IxContent: StencilReactComponent<IxContentElement, IxContentEvents> = /*@__PURE__*/ createComponent<IxContentElement, IxContentEvents>({\n tagName: 'ix-content',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxContentHeaderEvents = { onBackButtonClick: EventName<CustomEvent<void>> };\n\nexport const IxContentHeader: StencilReactComponent<IxContentHeaderElement, IxContentHeaderEvents> = /*@__PURE__*/ createComponent<IxContentHeaderElement, IxContentHeaderEvents>({\n tagName: 'ix-content-header',\n properties: {\n variant: 'variant',\n headerTitle: 'header-title',\n headerSubtitle: 'header-subtitle',\n hasBackButton: 'has-back-button'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxCustomFieldEvents = NonNullable<unknown>;\n\nexport const IxCustomField: StencilReactComponent<IxCustomFieldElement, IxCustomFieldEvents> = /*@__PURE__*/ createComponent<IxCustomFieldElement, IxCustomFieldEvents>({\n tagName: 'ix-custom-field',\n properties: {\n required: 'required',\n label: 'label',\n helperText: 'helper-text',\n infoText: 'info-text',\n warningText: 'warning-text',\n invalidText: 'invalid-text',\n validText: 'valid-text',\n showTextAsTooltip: 'show-text-as-tooltip'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDateDropdownEvents = { onDateRangeChange: EventName<IxDateDropdownCustomEvent<DateRangeChangeEvent>> };\n\nexport const IxDateDropdown: StencilReactComponent<IxDateDropdownElement, IxDateDropdownEvents> = /*@__PURE__*/ createComponent<IxDateDropdownElement, IxDateDropdownEvents>({\n tagName: 'ix-date-dropdown',\n properties: {\n disabled: 'disabled',\n format: 'format',\n range: 'range',\n from: 'from',\n to: 'to',\n minDate: 'min-date',\n maxDate: 'max-date',\n dateRangeId: 'date-range-id',\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost',\n loading: 'loading',\n showWeekNumbers: 'show-week-numbers',\n customRangeAllowed: 'custom-range-allowed',\n dateRangeOptions: 'date-range-options',\n locale: 'locale',\n weekStartIndex: 'week-start-index',\n i18nCustomItem: 'i18n-custom-item',\n i18nDone: 'i18n-done',\n i18nNoRange: 'i18n-no-range',\n today: 'today'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDateInputEvents = {\n onValueChange: EventName<CustomEvent<string | undefined>>,\n onValidityStateChange: EventName<IxDateInputCustomEvent<DateInputValidityState>>\n};\n\nexport const IxDateInput: StencilReactComponent<IxDateInputElement, IxDateInputEvents> = /*@__PURE__*/ createComponent<IxDateInputElement, IxDateInputEvents>({\n tagName: 'ix-date-input',\n properties: {\n name: 'name',\n placeholder: 'placeholder',\n value: 'value',\n locale: 'locale',\n format: 'format',\n required: 'required',\n helperText: 'helper-text',\n label: 'label',\n invalidText: 'invalid-text',\n readonly: 'readonly',\n disabled: 'disabled',\n infoText: 'info-text',\n warningText: 'warning-text',\n validText: 'valid-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n i18nErrorDateUnparsable: 'i18n-error-date-unparsable',\n showWeekNumbers: 'show-week-numbers'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDatePickerEvents = {\n onDateChange: EventName<IxDatePickerCustomEvent<DateChangeEvent>>,\n onDateRangeChange: EventName<IxDatePickerCustomEvent<DateChangeEvent>>,\n onDateSelect: EventName<IxDatePickerCustomEvent<DateChangeEvent>>\n};\n\nexport const IxDatePicker: StencilReactComponent<IxDatePickerElement, IxDatePickerEvents> = /*@__PURE__*/ createComponent<IxDatePickerElement, IxDatePickerEvents>({\n tagName: 'ix-date-picker',\n properties: {\n format: 'format',\n range: 'range',\n corners: 'corners',\n from: 'from',\n to: 'to',\n minDate: 'min-date',\n maxDate: 'max-date',\n i18nDone: 'i18n-done',\n weekStartIndex: 'week-start-index',\n locale: 'locale',\n showWeekNumbers: 'show-week-numbers',\n standaloneAppearance: 'standalone-appearance',\n today: 'today'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDatetimePickerEvents = {\n onTimeChange: EventName<CustomEvent<string>>,\n onDateChange: EventName<IxDatetimePickerCustomEvent<DateTimeDateChangeEvent>>,\n onDateSelect: EventName<IxDatetimePickerCustomEvent<DateTimeSelectEvent>>\n};\n\nexport const IxDatetimePicker: StencilReactComponent<IxDatetimePickerElement, IxDatetimePickerEvents> = /*@__PURE__*/ createComponent<IxDatetimePickerElement, IxDatetimePickerEvents>({\n tagName: 'ix-datetime-picker',\n properties: {\n range: 'range',\n showHour: 'show-hour',\n showMinutes: 'show-minutes',\n showSeconds: 'show-seconds',\n minDate: 'min-date',\n maxDate: 'max-date',\n dateFormat: 'date-format',\n timeFormat: 'time-format',\n from: 'from',\n to: 'to',\n time: 'time',\n showTimeReference: 'show-time-reference',\n timeReference: 'time-reference',\n i18nDone: 'i18n-done',\n i18nTime: 'i-1-8n-time',\n weekStartIndex: 'week-start-index',\n locale: 'locale',\n showWeekNumbers: 'show-week-numbers'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDividerEvents = NonNullable<unknown>;\n\nexport const IxDivider: StencilReactComponent<IxDividerElement, IxDividerEvents> = /*@__PURE__*/ createComponent<IxDividerElement, IxDividerEvents>({\n tagName: 'ix-divider',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDrawerEvents = {\n onOpen: EventName<CustomEvent<any>>,\n onDrawerClose: EventName<CustomEvent<any>>\n};\n\nexport const IxDrawer: StencilReactComponent<IxDrawerElement, IxDrawerEvents> = /*@__PURE__*/ createComponent<IxDrawerElement, IxDrawerEvents>({\n tagName: 'ix-drawer',\n properties: {\n show: 'show',\n closeOnClickOutside: 'close-on-click-outside',\n fullHeight: 'full-height',\n minWidth: 'min-width',\n maxWidth: 'max-width',\n width: 'width'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDropdownEvents = { onShowChanged: EventName<CustomEvent<boolean>> };\n\nexport const IxDropdown: StencilReactComponent<IxDropdownElement, IxDropdownEvents> = /*@__PURE__*/ createComponent<IxDropdownElement, IxDropdownEvents>({\n tagName: 'ix-dropdown',\n properties: {\n suppressAutomaticPlacement: 'suppress-automatic-placement',\n show: 'show',\n trigger: 'trigger',\n anchor: 'anchor',\n closeBehavior: 'close-behavior',\n placement: 'placement',\n positioningStrategy: 'positioning-strategy',\n header: 'header',\n offset: 'offset',\n overwriteDropdownStyle: 'overwrite-dropdown-style',\n discoverAllSubmenus: 'discover-all-submenus',\n ignoreRelatedSubmenu: 'ignore-related-submenu',\n suppressOverflowBehavior: 'suppress-overflow-behavior'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDropdownButtonEvents = NonNullable<unknown>;\n\nexport const IxDropdownButton: StencilReactComponent<IxDropdownButtonElement, IxDropdownButtonEvents> = /*@__PURE__*/ createComponent<IxDropdownButtonElement, IxDropdownButtonEvents>({\n tagName: 'ix-dropdown-button',\n properties: {\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost',\n disabled: 'disabled',\n label: 'label',\n icon: 'icon',\n closeBehavior: 'close-behavior',\n placement: 'placement'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDropdownHeaderEvents = NonNullable<unknown>;\n\nexport const IxDropdownHeader: StencilReactComponent<IxDropdownHeaderElement, IxDropdownHeaderEvents> = /*@__PURE__*/ createComponent<IxDropdownHeaderElement, IxDropdownHeaderEvents>({\n tagName: 'ix-dropdown-header',\n properties: { label: 'label' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDropdownItemEvents = NonNullable<unknown>;\n\nexport const IxDropdownItem: StencilReactComponent<IxDropdownItemElement, IxDropdownItemEvents> = /*@__PURE__*/ createComponent<IxDropdownItemElement, IxDropdownItemEvents>({\n tagName: 'ix-dropdown-item',\n properties: {\n label: 'label',\n icon: 'icon',\n hover: 'hover',\n disabled: 'disabled',\n checked: 'checked',\n isSubMenu: 'is-sub-menu',\n suppressChecked: 'suppress-checked'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxDropdownQuickActionsEvents = NonNullable<unknown>;\n\nexport const IxDropdownQuickActions: StencilReactComponent<IxDropdownQuickActionsElement, IxDropdownQuickActionsEvents> = /*@__PURE__*/ createComponent<IxDropdownQuickActionsElement, IxDropdownQuickActionsEvents>({\n tagName: 'ix-dropdown-quick-actions',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxEmptyStateEvents = { onActionClick: EventName<CustomEvent<void>> };\n\nexport const IxEmptyState: StencilReactComponent<IxEmptyStateElement, IxEmptyStateEvents> = /*@__PURE__*/ createComponent<IxEmptyStateElement, IxEmptyStateEvents>({\n tagName: 'ix-empty-state',\n properties: {\n layout: 'layout',\n icon: 'icon',\n header: 'header',\n subHeader: 'sub-header',\n action: 'action'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxEventListEvents = NonNullable<unknown>;\n\nexport const IxEventList: StencilReactComponent<IxEventListElement, IxEventListEvents> = /*@__PURE__*/ createComponent<IxEventListElement, IxEventListEvents>({\n tagName: 'ix-event-list',\n properties: {\n itemHeight: 'item-height',\n compact: 'compact',\n animated: 'animated',\n chevron: 'chevron'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxEventListItemEvents = { onItemClick: EventName<CustomEvent<any>> };\n\nexport const IxEventListItem: StencilReactComponent<IxEventListItemElement, IxEventListItemEvents> = /*@__PURE__*/ createComponent<IxEventListItemElement, IxEventListItemEvents>({\n tagName: 'ix-event-list-item',\n properties: {\n itemColor: 'item-color',\n selected: 'selected',\n disabled: 'disabled',\n chevron: 'chevron'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxExpandingSearchEvents = { onValueChange: EventName<CustomEvent<string>> };\n\nexport const IxExpandingSearch: StencilReactComponent<IxExpandingSearchElement, IxExpandingSearchEvents> = /*@__PURE__*/ createComponent<IxExpandingSearchElement, IxExpandingSearchEvents>({\n tagName: 'ix-expanding-search',\n properties: {\n icon: 'icon',\n placeholder: 'placeholder',\n value: 'value',\n fullWidth: 'full-width',\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxFieldLabelEvents = NonNullable<unknown>;\n\nexport const IxFieldLabel: StencilReactComponent<IxFieldLabelElement, IxFieldLabelEvents> = /*@__PURE__*/ createComponent<IxFieldLabelElement, IxFieldLabelEvents>({\n tagName: 'ix-field-label',\n properties: {\n required: 'required',\n htmlFor: 'html-for',\n controlRef: 'control-ref',\n isInvalid: 'is-invalid'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxFilterChipEvents = { onCloseClick: EventName<CustomEvent<void>> };\n\nexport const IxFilterChip: StencilReactComponent<IxFilterChipElement, IxFilterChipEvents> = /*@__PURE__*/ createComponent<IxFilterChipElement, IxFilterChipEvents>({\n tagName: 'ix-filter-chip',\n properties: {\n disabled: 'disabled',\n readonly: 'readonly'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxFlipTileEvents = { onToggle: EventName<CustomEvent<number>> };\n\nexport const IxFlipTile: StencilReactComponent<IxFlipTileElement, IxFlipTileEvents> = /*@__PURE__*/ createComponent<IxFlipTileElement, IxFlipTileEvents>({\n tagName: 'ix-flip-tile',\n properties: {\n state: 'state',\n height: 'height',\n width: 'width',\n index: 'index'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxFlipTileContentEvents = NonNullable<unknown>;\n\nexport const IxFlipTileContent: StencilReactComponent<IxFlipTileContentElement, IxFlipTileContentEvents> = /*@__PURE__*/ createComponent<IxFlipTileContentElement, IxFlipTileContentEvents>({\n tagName: 'ix-flip-tile-content',\n properties: { contentVisible: 'content-visible' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxGroupEvents = {\n onSelectGroup: EventName<CustomEvent<boolean>>,\n onSelectItem: EventName<CustomEvent<number>>,\n onCollapsedChanged: EventName<CustomEvent<boolean>>\n};\n\nexport const IxGroup: StencilReactComponent<IxGroupElement, IxGroupEvents> = /*@__PURE__*/ createComponent<IxGroupElement, IxGroupEvents>({\n tagName: 'ix-group',\n properties: {\n suppressHeaderSelection: 'suppress-header-selection',\n header: 'header',\n subHeader: 'sub-header',\n collapsed: 'collapsed',\n selected: 'selected',\n index: 'index',\n expandOnHeaderClick: 'expand-on-header-click'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxGroupContextMenuEvents = NonNullable<unknown>;\n\nexport const IxGroupContextMenu: StencilReactComponent<IxGroupContextMenuElement, IxGroupContextMenuEvents> = /*@__PURE__*/ createComponent<IxGroupContextMenuElement, IxGroupContextMenuEvents>({\n tagName: 'ix-group-context-menu',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxGroupItemEvents = { onSelectedChanged: EventName<IxGroupItemCustomEvent<HTMLIxGroupItemElement>> };\n\nexport const IxGroupItem: StencilReactComponent<IxGroupItemElement, IxGroupItemEvents> = /*@__PURE__*/ createComponent<IxGroupItemElement, IxGroupItemEvents>({\n tagName: 'ix-group-item',\n properties: {\n icon: 'icon',\n text: 'text',\n secondaryText: 'secondary-text',\n suppressSelection: 'suppress-selection',\n selected: 'selected',\n focusable: 'focusable',\n index: 'index'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxHelperTextEvents = NonNullable<unknown>;\n\nexport const IxHelperText: StencilReactComponent<IxHelperTextElement, IxHelperTextEvents> = /*@__PURE__*/ createComponent<IxHelperTextElement, IxHelperTextEvents>({\n tagName: 'ix-helper-text',\n properties: {\n htmlFor: 'html-for',\n helperText: 'helper-text',\n invalidText: 'invalid-text',\n validText: 'valid-text',\n infoText: 'info-text',\n warningText: 'warning-text'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxIconButtonEvents = NonNullable<unknown>;\n\nexport const IxIconButton: StencilReactComponent<IxIconButtonElement, IxIconButtonEvents> = /*@__PURE__*/ createComponent<IxIconButtonElement, IxIconButtonEvents>({\n tagName: 'ix-icon-button',\n properties: {\n a11yLabel: 'a11y-label',\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost',\n oval: 'oval',\n icon: 'icon',\n size: 'size',\n iconColor: 'icon-color',\n disabled: 'disabled',\n type: 'type',\n loading: 'loading'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxIconToggleButtonEvents = { onPressedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxIconToggleButton: StencilReactComponent<IxIconToggleButtonElement, IxIconToggleButtonEvents> = /*@__PURE__*/ createComponent<IxIconToggleButtonElement, IxIconToggleButtonEvents>({\n tagName: 'ix-icon-toggle-button',\n properties: {\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost',\n icon: 'icon',\n pressed: 'pressed',\n size: 'size',\n disabled: 'disabled',\n loading: 'loading'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxInputEvents = {\n onValueChange: EventName<CustomEvent<string>>,\n onValidityStateChange: EventName<IxInputCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxInput: StencilReactComponent<IxInputElement, IxInputEvents> = /*@__PURE__*/ createComponent<IxInputElement, IxInputEvents>({\n tagName: 'ix-input',\n properties: {\n type: 'type',\n name: 'name',\n placeholder: 'placeholder',\n value: 'value',\n required: 'required',\n disabled: 'disabled',\n readonly: 'readonly',\n helperText: 'helper-text',\n infoText: 'info-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n validText: 'valid-text',\n warningText: 'warning-text',\n label: 'label',\n invalidText: 'invalid-text',\n pattern: 'pattern',\n maxLength: 'max-length',\n minLength: 'min-length',\n allowedCharactersPattern: 'allowed-characters-pattern'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxInputGroupEvents = NonNullable<unknown>;\n\nexport const IxInputGroup: StencilReactComponent<IxInputGroupElement, IxInputGroupEvents> = /*@__PURE__*/ createComponent<IxInputGroupElement, IxInputGroupEvents>({\n tagName: 'ix-input-group',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxKeyValueEvents = NonNullable<unknown>;\n\nexport const IxKeyValue: StencilReactComponent<IxKeyValueElement, IxKeyValueEvents> = /*@__PURE__*/ createComponent<IxKeyValueElement, IxKeyValueEvents>({\n tagName: 'ix-key-value',\n properties: {\n icon: 'icon',\n label: 'label',\n labelPosition: 'label-position',\n value: 'value'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxKeyValueListEvents = NonNullable<unknown>;\n\nexport const IxKeyValueList: StencilReactComponent<IxKeyValueListElement, IxKeyValueListEvents> = /*@__PURE__*/ createComponent<IxKeyValueListElement, IxKeyValueListEvents>({\n tagName: 'ix-key-value-list',\n properties: { striped: 'striped' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxKpiEvents = NonNullable<unknown>;\n\nexport const IxKpi: StencilReactComponent<IxKpiElement, IxKpiEvents> = /*@__PURE__*/ createComponent<IxKpiElement, IxKpiEvents>({\n tagName: 'ix-kpi',\n properties: {\n label: 'label',\n value: 'value',\n unit: 'unit',\n state: 'state',\n orientation: 'orientation'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxLayoutAutoEvents = NonNullable<unknown>;\n\nexport const IxLayoutAuto: StencilReactComponent<IxLayoutAutoElement, IxLayoutAutoEvents> = /*@__PURE__*/ createComponent<IxLayoutAutoElement, IxLayoutAutoEvents>({\n tagName: 'ix-layout-auto',\n properties: { layout: 'layout' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxLayoutGridEvents = NonNullable<unknown>;\n\nexport const IxLayoutGrid: StencilReactComponent<IxLayoutGridElement, IxLayoutGridEvents> = /*@__PURE__*/ createComponent<IxLayoutGridElement, IxLayoutGridEvents>({\n tagName: 'ix-layout-grid',\n properties: {\n noMargin: 'no-margin',\n gap: 'gap',\n columns: 'columns'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxLinkButtonEvents = NonNullable<unknown>;\n\nexport const IxLinkButton: StencilReactComponent<IxLinkButtonElement, IxLinkButtonEvents> = /*@__PURE__*/ createComponent<IxLinkButtonElement, IxLinkButtonEvents>({\n tagName: 'ix-link-button',\n properties: {\n disabled: 'disabled',\n url: 'url',\n target: 'target'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMapNavigationEvents = {\n onNavigationToggled: EventName<CustomEvent<boolean>>,\n onContextMenuClick: EventName<CustomEvent<void>>\n};\n\nexport const IxMapNavigation: StencilReactComponent<IxMapNavigationElement, IxMapNavigationEvents> = /*@__PURE__*/ createComponent<IxMapNavigationElement, IxMapNavigationEvents>({\n tagName: 'ix-map-navigation',\n properties: {\n applicationName: 'application-name',\n navigationTitle: 'navigation-title',\n hideContextMenu: 'hide-context-menu'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMapNavigationOverlayEvents = { onCloseClick: EventName<CustomEvent<any>> };\n\nexport const IxMapNavigationOverlay: StencilReactComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents> = /*@__PURE__*/ createComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents>({\n tagName: 'ix-map-navigation-overlay',\n properties: {\n name: 'name',\n icon: 'icon',\n color: 'color',\n iconColor: 'icon-color'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuEvents = {\n onExpandChange: EventName<CustomEvent<boolean>>,\n onMapExpandChange: EventName<CustomEvent<boolean>>,\n onOpenAppSwitch: EventName<CustomEvent<void>>,\n onOpenSettings: EventName<CustomEvent<void>>,\n onOpenAbout: EventName<CustomEvent<void>>\n};\n\nexport const IxMenu: StencilReactComponent<IxMenuElement, IxMenuEvents> = /*@__PURE__*/ createComponent<IxMenuElement, IxMenuEvents>({\n tagName: 'ix-menu',\n properties: {\n showSettings: 'show-settings',\n showAbout: 'show-about',\n enableToggleTheme: 'enable-toggle-theme',\n enableSettings: 'enable-settings',\n enableMapExpand: 'enable-map-expand',\n applicationName: 'application-name',\n applicationDescription: 'application-description',\n i18nExpandSidebar: 'i-1-8n-expand-sidebar',\n expand: 'expand',\n startExpanded: 'start-expanded',\n pinned: 'pinned',\n i18nLegal: 'i-1-8n-legal',\n i18nSettings: 'i-1-8n-settings',\n i18nToggleTheme: 'i-1-8n-toggle-theme',\n i18nExpand: 'i-1-8n-expand',\n i18nCollapse: 'i-1-8n-collapse'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuAboutEvents = {\n onTabChange: EventName<CustomEvent<string>>,\n onClose: EventName<IxMenuAboutCustomEvent<CustomCloseEvent>>\n};\n\nexport const IxMenuAbout: StencilReactComponent<IxMenuAboutElement, IxMenuAboutEvents> = /*@__PURE__*/ createComponent<IxMenuAboutElement, IxMenuAboutEvents>({\n tagName: 'ix-menu-about',\n properties: {\n activeTabLabel: 'active-tab-label',\n label: 'label',\n show: 'show'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuAboutItemEvents = { onLabelChange: EventName<IxMenuAboutItemCustomEvent<CustomLabelChangeEvent>> };\n\nexport const IxMenuAboutItem: StencilReactComponent<IxMenuAboutItemElement, IxMenuAboutItemEvents> = /*@__PURE__*/ createComponent<IxMenuAboutItemElement, IxMenuAboutItemEvents>({\n tagName: 'ix-menu-about-item',\n properties: { label: 'label' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuAboutNewsEvents = {\n onShowMore: EventName<IxMenuAboutNewsCustomEvent<MouseEvent>>,\n onClosePopover: EventName<CustomEvent<void>>\n};\n\nexport const IxMenuAboutNews: StencilReactComponent<IxMenuAboutNewsElement, IxMenuAboutNewsEvents> = /*@__PURE__*/ createComponent<IxMenuAboutNewsElement, IxMenuAboutNewsEvents>({\n tagName: 'ix-menu-about-news',\n properties: {\n show: 'show',\n label: 'label',\n i18nShowMore: 'i-1-8n-show-more',\n aboutItemLabel: 'about-item-label',\n offsetBottom: 'offset-bottom',\n expanded: 'expanded'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuAvatarEvents = { onLogoutClick: EventName<CustomEvent<any>> };\n\nexport const IxMenuAvatar: StencilReactComponent<IxMenuAvatarElement, IxMenuAvatarEvents> = /*@__PURE__*/ createComponent<IxMenuAvatarElement, IxMenuAvatarEvents>({\n tagName: 'ix-menu-avatar',\n properties: {\n top: 'top',\n bottom: 'bottom',\n image: 'image',\n initials: 'initials',\n i18nLogout: 'i-1-8n-logout',\n showLogoutButton: 'show-logout-button'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuAvatarItemEvents = { onItemClick: EventName<IxMenuAvatarItemCustomEvent<MouseEvent>> };\n\nexport const IxMenuAvatarItem: StencilReactComponent<IxMenuAvatarItemElement, IxMenuAvatarItemEvents> = /*@__PURE__*/ createComponent<IxMenuAvatarItemElement, IxMenuAvatarItemEvents>({\n tagName: 'ix-menu-avatar-item',\n properties: {\n icon: 'icon',\n label: 'label'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuCategoryEvents = NonNullable<unknown>;\n\nexport const IxMenuCategory: StencilReactComponent<IxMenuCategoryElement, IxMenuCategoryEvents> = /*@__PURE__*/ createComponent<IxMenuCategoryElement, IxMenuCategoryEvents>({\n tagName: 'ix-menu-category',\n properties: {\n label: 'label',\n icon: 'icon',\n notifications: 'notifications'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuItemEvents = NonNullable<unknown>;\n\nexport const IxMenuItem: StencilReactComponent<IxMenuItemElement, IxMenuItemEvents> = /*@__PURE__*/ createComponent<IxMenuItemElement, IxMenuItemEvents>({\n tagName: 'ix-menu-item',\n properties: {\n label: 'label',\n home: 'home',\n bottom: 'bottom',\n icon: 'icon',\n notifications: 'notifications',\n active: 'active',\n disabled: 'disabled',\n isCategory: 'is-category'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuSettingsEvents = {\n onTabChange: EventName<CustomEvent<string>>,\n onClose: EventName<IxMenuSettingsCustomEvent<CustomCloseEvent>>\n};\n\nexport const IxMenuSettings: StencilReactComponent<IxMenuSettingsElement, IxMenuSettingsEvents> = /*@__PURE__*/ createComponent<IxMenuSettingsElement, IxMenuSettingsEvents>({\n tagName: 'ix-menu-settings',\n properties: {\n activeTabLabel: 'active-tab-label',\n label: 'label',\n show: 'show'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMenuSettingsItemEvents = { onLabelChange: EventName<IxMenuSettingsItemCustomEvent<CustomLabelChangeEvent>> };\n\nexport const IxMenuSettingsItem: StencilReactComponent<IxMenuSettingsItemElement, IxMenuSettingsItemEvents> = /*@__PURE__*/ createComponent<IxMenuSettingsItemElement, IxMenuSettingsItemEvents>({\n tagName: 'ix-menu-settings-item',\n properties: { label: 'label' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxMessageBarEvents = {\n onClosedChange: EventName<CustomEvent<any>>,\n onCloseAnimationCompleted: EventName<CustomEvent<any>>\n};\n\nexport const IxMessageBar: StencilReactComponent<IxMessageBarElement, IxMessageBarEvents> = /*@__PURE__*/ createComponent<IxMessageBarElement, IxMessageBarEvents>({\n tagName: 'ix-message-bar',\n properties: {\n type: 'type',\n dismissible: 'dismissible'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxModalEvents = {\n onDialogClose: EventName<CustomEvent<any>>,\n onDialogDismiss: EventName<CustomEvent<any>>\n};\n\nexport const IxModal: StencilReactComponent<IxModalElement, IxModalEvents> = /*@__PURE__*/ createComponent<IxModalElement, IxModalEvents>({\n tagName: 'ix-modal',\n properties: {\n size: 'size',\n animation: 'animation',\n backdrop: 'backdrop',\n closeOnBackdropClick: 'close-on-backdrop-click',\n beforeDismiss: 'before-dismiss',\n centered: 'centered',\n closeOnEscape: 'close-on-escape'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxModalContentEvents = NonNullable<unknown>;\n\nexport const IxModalContent: StencilReactComponent<IxModalContentElement, IxModalContentEvents> = /*@__PURE__*/ createComponent<IxModalContentElement, IxModalContentEvents>({\n tagName: 'ix-modal-content',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxModalFooterEvents = NonNullable<unknown>;\n\nexport const IxModalFooter: StencilReactComponent<IxModalFooterElement, IxModalFooterEvents> = /*@__PURE__*/ createComponent<IxModalFooterElement, IxModalFooterEvents>({\n tagName: 'ix-modal-footer',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxModalHeaderEvents = { onCloseClick: EventName<IxModalHeaderCustomEvent<MouseEvent>> };\n\nexport const IxModalHeader: StencilReactComponent<IxModalHeaderElement, IxModalHeaderEvents> = /*@__PURE__*/ createComponent<IxModalHeaderElement, IxModalHeaderEvents>({\n tagName: 'ix-modal-header',\n properties: {\n hideClose: 'hide-close',\n icon: 'icon',\n iconColor: 'icon-color'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxNumberInputEvents = {\n onValueChange: EventName<CustomEvent<number>>,\n onValidityStateChange: EventName<IxNumberInputCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxNumberInput: StencilReactComponent<IxNumberInputElement, IxNumberInputEvents> = /*@__PURE__*/ createComponent<IxNumberInputElement, IxNumberInputEvents>({\n tagName: 'ix-number-input',\n properties: {\n name: 'name',\n placeholder: 'placeholder',\n value: 'value',\n required: 'required',\n disabled: 'disabled',\n readonly: 'readonly',\n helperText: 'helper-text',\n infoText: 'info-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n validText: 'valid-text',\n warningText: 'warning-text',\n label: 'label',\n invalidText: 'invalid-text',\n pattern: 'pattern',\n min: 'min',\n max: 'max',\n allowedCharactersPattern: 'allowed-characters-pattern',\n showStepperButtons: 'show-stepper-buttons',\n step: 'step'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxPaginationEvents = {\n onPageSelected: EventName<CustomEvent<number>>,\n onItemCountChanged: EventName<CustomEvent<number>>\n};\n\nexport const IxPagination: StencilReactComponent<IxPaginationElement, IxPaginationEvents> = /*@__PURE__*/ createComponent<IxPaginationElement, IxPaginationEvents>({\n tagName: 'ix-pagination',\n properties: {\n advanced: 'advanced',\n itemCount: 'item-count',\n showItemCount: 'show-item-count',\n count: 'count',\n selectedPage: 'selected-page',\n i18nPage: 'i-1-8n-page',\n i18nOf: 'i-1-8n-of',\n i18nItems: 'i-1-8n-items'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxPaneEvents = {\n onExpandedChanged: EventName<IxPaneCustomEvent<ExpandedChangedEvent>>,\n onVariantChanged: EventName<IxPaneCustomEvent<VariantChangedEvent>>,\n onBorderlessChanged: EventName<IxPaneCustomEvent<BorderlessChangedEvent>>\n};\n\nexport const IxPane: StencilReactComponent<IxPaneElement, IxPaneEvents> = /*@__PURE__*/ createComponent<IxPaneElement, IxPaneEvents>({\n tagName: 'ix-pane',\n properties: {\n heading: 'heading',\n variant: 'variant',\n hideOnCollapse: 'hide-on-collapse',\n size: 'size',\n borderless: 'borderless',\n expanded: 'expanded',\n composition: 'composition',\n icon: 'icon',\n ignoreLayoutSettings: 'ignore-layout-settings',\n isMobile: 'is-mobile'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxPaneLayoutEvents = NonNullable<unknown>;\n\nexport const IxPaneLayout: StencilReactComponent<IxPaneLayoutElement, IxPaneLayoutEvents> = /*@__PURE__*/ createComponent<IxPaneLayoutElement, IxPaneLayoutEvents>({\n tagName: 'ix-pane-layout',\n properties: {\n layout: 'layout',\n variant: 'variant',\n borderless: 'borderless'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxPillEvents = NonNullable<unknown>;\n\nexport const IxPill: StencilReactComponent<IxPillElement, IxPillEvents> = /*@__PURE__*/ createComponent<IxPillElement, IxPillEvents>({\n tagName: 'ix-pill',\n properties: {\n variant: 'variant',\n outline: 'outline',\n icon: 'icon',\n background: 'background',\n pillColor: 'pill-color',\n alignLeft: 'align-left',\n tooltipText: 'tooltip-text'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxPushCardEvents = NonNullable<unknown>;\n\nexport const IxPushCard: StencilReactComponent<IxPushCardElement, IxPushCardEvents> = /*@__PURE__*/ createComponent<IxPushCardElement, IxPushCardEvents>({\n tagName: 'ix-push-card',\n properties: {\n icon: 'icon',\n notification: 'notification',\n heading: 'heading',\n subheading: 'subheading',\n variant: 'variant',\n collapse: 'collapse'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxRadioEvents = {\n onCheckedChange: EventName<CustomEvent<boolean>>,\n onValueChange: EventName<CustomEvent<string>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxRadio: StencilReactComponent<IxRadioElement, IxRadioEvents> = /*@__PURE__*/ createComponent<IxRadioElement, IxRadioEvents>({\n tagName: 'ix-radio',\n properties: {\n name: 'name',\n value: 'value',\n label: 'label',\n disabled: 'disabled',\n checked: 'checked',\n required: 'required'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxRadioGroupEvents = { onValueChange: EventName<CustomEvent<string>> };\n\nexport const IxRadioGroup: StencilReactComponent<IxRadioGroupElement, IxRadioGroupEvents> = /*@__PURE__*/ createComponent<IxRadioGroupElement, IxRadioGroupEvents>({\n tagName: 'ix-radio-group',\n properties: {\n helperText: 'helper-text',\n label: 'label',\n value: 'value',\n invalidText: 'invalid-text',\n infoText: 'info-text',\n warningText: 'warning-text',\n validText: 'valid-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n direction: 'direction',\n required: 'required'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxRowEvents = NonNullable<unknown>;\n\nexport const IxRow: StencilReactComponent<IxRowElement, IxRowEvents> = /*@__PURE__*/ createComponent<IxRowElement, IxRowEvents>({\n tagName: 'ix-row',\n properties: {},\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxSelectEvents = {\n onValueChange: EventName<CustomEvent<string | string[]>>,\n onInputChange: EventName<CustomEvent<string>>,\n onAddItem: EventName<CustomEvent<string>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxSelect: StencilReactComponent<IxSelectElement, IxSelectEvents> = /*@__PURE__*/ createComponent<IxSelectElement, IxSelectEvents>({\n tagName: 'ix-select',\n properties: {\n name: 'name',\n required: 'required',\n label: 'label',\n warningText: 'warning-text',\n infoText: 'info-text',\n invalidText: 'invalid-text',\n validText: 'valid-text',\n helperText: 'helper-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n value: 'value',\n allowClear: 'allow-clear',\n mode: 'mode',\n editable: 'editable',\n disabled: 'disabled',\n readonly: 'readonly',\n i18nPlaceholder: 'i-1-8n-placeholder',\n i18nPlaceholderEditable: 'i-1-8n-placeholder-editable',\n i18nSelectListHeader: 'i-1-8n-select-list-header',\n i18nNoMatches: 'i-1-8n-no-matches',\n hideListHeader: 'hide-list-header',\n dropdownWidth: 'dropdown-width',\n dropdownMaxWidth: 'dropdown-max-width'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxSelectItemEvents = { onItemClick: EventName<CustomEvent<string>> };\n\nexport const IxSelectItem: StencilReactComponent<IxSelectItemElement, IxSelectItemEvents> = /*@__PURE__*/ createComponent<IxSelectItemElement, IxSelectItemEvents>({\n tagName: 'ix-select-item',\n properties: {\n label: 'label',\n value: 'value',\n selected: 'selected',\n hover: 'hover'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxSliderEvents = { onValueChange: EventName<CustomEvent<number>> };\n\nexport const IxSlider: StencilReactComponent<IxSliderElement, IxSliderEvents> = /*@__PURE__*/ createComponent<IxSliderElement, IxSliderEvents>({\n tagName: 'ix-slider',\n properties: {\n step: 'step',\n min: 'min',\n max: 'max',\n value: 'value',\n marker: 'marker',\n trace: 'trace',\n traceReference: 'trace-reference',\n disabled: 'disabled',\n error: 'error'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxSpinnerEvents = NonNullable<unknown>;\n\nexport const IxSpinner: StencilReactComponent<IxSpinnerElement, IxSpinnerEvents> = /*@__PURE__*/ createComponent<IxSpinnerElement, IxSpinnerEvents>({\n tagName: 'ix-spinner',\n properties: {\n variant: 'variant',\n size: 'size',\n hideTrack: 'hide-track'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxSplitButtonEvents = { onButtonClick: EventName<IxSplitButtonCustomEvent<MouseEvent>> };\n\nexport const IxSplitButton: StencilReactComponent<IxSplitButtonElement, IxSplitButtonEvents> = /*@__PURE__*/ createComponent<IxSplitButtonElement, IxSplitButtonEvents>({\n tagName: 'ix-split-button',\n properties: {\n variant: 'variant',\n closeBehavior: 'close-behavior',\n outline: 'outline',\n ghost: 'ghost',\n label: 'label',\n icon: 'icon',\n splitIcon: 'split-icon',\n disabled: 'disabled',\n placement: 'placement'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTabItemEvents = { onTabClick: EventName<IxTabItemCustomEvent<TabClickDetail>> };\n\nexport const IxTabItem: StencilReactComponent<IxTabItemElement, IxTabItemEvents> = /*@__PURE__*/ createComponent<IxTabItemElement, IxTabItemEvents>({\n tagName: 'ix-tab-item',\n properties: {\n selected: 'selected',\n disabled: 'disabled',\n small: 'small',\n icon: 'icon',\n rounded: 'rounded',\n counter: 'counter',\n layout: 'layout',\n placement: 'placement'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTabsEvents = { onSelectedChange: EventName<CustomEvent<number>> };\n\nexport const IxTabs: StencilReactComponent<IxTabsElement, IxTabsEvents> = /*@__PURE__*/ createComponent<IxTabsElement, IxTabsEvents>({\n tagName: 'ix-tabs',\n properties: {\n small: 'small',\n rounded: 'rounded',\n selected: 'selected',\n layout: 'layout',\n placement: 'placement'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTextareaEvents = {\n onValueChange: EventName<CustomEvent<string>>,\n onValidityStateChange: EventName<IxTextareaCustomEvent<ValidityState>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxTextarea: StencilReactComponent<IxTextareaElement, IxTextareaEvents> = /*@__PURE__*/ createComponent<IxTextareaElement, IxTextareaEvents>({\n tagName: 'ix-textarea',\n properties: {\n name: 'name',\n placeholder: 'placeholder',\n value: 'value',\n required: 'required',\n disabled: 'disabled',\n readonly: 'readonly',\n helperText: 'helper-text',\n infoText: 'info-text',\n showTextAsTooltip: 'show-text-as-tooltip',\n validText: 'valid-text',\n warningText: 'warning-text',\n label: 'label',\n invalidText: 'invalid-text',\n textareaHeight: 'textarea-height',\n textareaWidth: 'textarea-width',\n textareaRows: 'textarea-rows',\n textareaCols: 'textarea-cols',\n resizeBehavior: 'resize-behavior',\n maxLength: 'max-length',\n minLength: 'min-length'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTileEvents = NonNullable<unknown>;\n\nexport const IxTile: StencilReactComponent<IxTileElement, IxTileEvents> = /*@__PURE__*/ createComponent<IxTileElement, IxTileEvents>({\n tagName: 'ix-tile',\n properties: { size: 'size' },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTimePickerEvents = {\n onTimeSelect: EventName<CustomEvent<string>>,\n onTimeChange: EventName<CustomEvent<string>>\n};\n\nexport const IxTimePicker: StencilReactComponent<IxTimePickerElement, IxTimePickerEvents> = /*@__PURE__*/ createComponent<IxTimePickerElement, IxTimePickerEvents>({\n tagName: 'ix-time-picker',\n properties: {\n format: 'format',\n corners: 'corners',\n standaloneAppearance: 'standalone-appearance',\n showHour: 'show-hour',\n showMinutes: 'show-minutes',\n showSeconds: 'show-seconds',\n time: 'time',\n timeReference: 'time-reference',\n textSelectTime: 'text-select-time',\n textTime: 'text-time'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxToastEvents = { onCloseToast: EventName<CustomEvent<any>> };\n\nexport const IxToast: StencilReactComponent<IxToastElement, IxToastEvents> = /*@__PURE__*/ createComponent<IxToastElement, IxToastEvents>({\n tagName: 'ix-toast',\n properties: {\n type: 'type',\n toastTitle: 'toast-title',\n autoCloseDelay: 'auto-close-delay',\n autoClose: 'auto-close',\n icon: 'icon',\n iconColor: 'icon-color'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxToastContainerEvents = NonNullable<unknown>;\n\nexport const IxToastContainer: StencilReactComponent<IxToastContainerElement, IxToastContainerEvents> = /*@__PURE__*/ createComponent<IxToastContainerElement, IxToastContainerEvents>({\n tagName: 'ix-toast-container',\n properties: {\n containerId: 'container-id',\n containerClass: 'container-class',\n position: 'position'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxToggleEvents = {\n onCheckedChange: EventName<CustomEvent<boolean>>,\n onIxBlur: EventName<CustomEvent<void>>\n};\n\nexport const IxToggle: StencilReactComponent<IxToggleElement, IxToggleEvents> = /*@__PURE__*/ createComponent<IxToggleElement, IxToggleEvents>({\n tagName: 'ix-toggle',\n properties: {\n name: 'name',\n value: 'value',\n checked: 'checked',\n disabled: 'disabled',\n indeterminate: 'indeterminate',\n textOn: 'text-on',\n textOff: 'text-off',\n textIndeterminate: 'text-indeterminate',\n hideText: 'hide-text',\n required: 'required'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxToggleButtonEvents = { onPressedChange: EventName<CustomEvent<boolean>> };\n\nexport const IxToggleButton: StencilReactComponent<IxToggleButtonElement, IxToggleButtonEvents> = /*@__PURE__*/ createComponent<IxToggleButtonElement, IxToggleButtonEvents>({\n tagName: 'ix-toggle-button',\n properties: {\n variant: 'variant',\n outline: 'outline',\n ghost: 'ghost',\n disabled: 'disabled',\n loading: 'loading',\n icon: 'icon',\n pressed: 'pressed'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTooltipEvents = NonNullable<unknown>;\n\nexport const IxTooltip: StencilReactComponent<IxTooltipElement, IxTooltipEvents> = /*@__PURE__*/ createComponent<IxTooltipElement, IxTooltipEvents>({\n tagName: 'ix-tooltip',\n properties: {\n for: 'for',\n titleContent: 'title-content',\n interactive: 'interactive',\n placement: 'placement',\n showDelay: 'show-delay',\n hideDelay: 'hide-delay',\n animationFrame: 'animation-frame'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxTypographyEvents = NonNullable<unknown>;\n\nexport const IxTypography: StencilReactComponent<IxTypographyElement, IxTypographyEvents> = /*@__PURE__*/ createComponent<IxTypographyElement, IxTypographyEvents>({\n tagName: 'ix-typography',\n properties: {\n format: 'format',\n textColor: 'text-color',\n bold: 'bold',\n textDecoration: 'text-decoration'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxUploadEvents = { onFilesChanged: EventName<IxUploadCustomEvent<Array<File>>> };\n\nexport const IxUpload: StencilReactComponent<IxUploadElement, IxUploadEvents> = /*@__PURE__*/ createComponent<IxUploadElement, IxUploadEvents>({\n tagName: 'ix-upload',\n properties: {\n accept: 'accept',\n multiple: 'multiple',\n multiline: 'multiline',\n disabled: 'disabled',\n state: 'state',\n selectFileText: 'select-file-text',\n loadingText: 'loading-text',\n uploadFailedText: 'upload-failed-text',\n uploadSuccessText: 'upload-success-text',\n i18nUploadFile: 'i-1-8n-upload-file',\n i18nUploadDisabled: 'i-1-8n-upload-disabled'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxValidationTooltipEvents = NonNullable<unknown>;\n\nexport const IxValidationTooltip: StencilReactComponent<IxValidationTooltipElement, IxValidationTooltipEvents> = /*@__PURE__*/ createComponent<IxValidationTooltipElement, IxValidationTooltipEvents>({\n tagName: 'ix-validation-tooltip',\n properties: {\n message: 'message',\n placement: 'placement',\n suppressAutomaticPlacement: 'suppress-automatic-placement'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxWorkflowStepEvents = NonNullable<unknown>;\n\nexport const IxWorkflowStep: StencilReactComponent<IxWorkflowStepElement, IxWorkflowStepEvents> = /*@__PURE__*/ createComponent<IxWorkflowStepElement, IxWorkflowStepEvents>({\n tagName: 'ix-workflow-step',\n properties: {\n vertical: 'vertical',\n disabled: 'disabled',\n status: 'status',\n clickable: 'clickable',\n selected: 'selected',\n position: 'position'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n\nexport type IxWorkflowStepsEvents = { onStepSelected: EventName<CustomEvent<number>> };\n\nexport const IxWorkflowSteps: StencilReactComponent<IxWorkflowStepsElement, IxWorkflowStepsEvents> = /*@__PURE__*/ createComponent<IxWorkflowStepsElement, IxWorkflowStepsEvents>({\n tagName: 'ix-workflow-steps',\n properties: {\n vertical: 'vertical',\n clickable: 'clickable',\n selectedIndex: 'selected-index'\n },\n hydrateModule: import('@siemens/ix/hydrate'),\n serializeShadowRoot\n});\n"],"names":[],"mappings":";;AAAA;;;;;;AAMG;AA6GI,MAAM,mBAAmB,GAA+B,EAAE,QAAQ,EAAE,EAAE,EAAE,SAAS,EAAE,wBAAwB,GAAG;AAIxG,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,UAAU,EAAE,YAAY;AACxB,QAAA,QAAQ,EAAE,UAAU;AACvB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,aAAa,iBAAmF,eAAe,CAA4C;AACpK,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,qBAAqB,EAAE,yBAAyB;AAChD,QAAA,eAAe,EAAE,kBAAkB;AACnC,QAAA,WAAW,EAAE,aAAa;AAC1B,QAAA,eAAe,EAAE,mBAAmB;AACvC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,mBAAmB,iBAA+F,eAAe,CAAwD;AAClM,IAAA,OAAO,EAAE,uBAAuB;AAChC,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,QAAQ,EAAE,WAAW;AACxB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,QAAQ,iBAAyE,eAAe,CAAkC;AAC3I,IAAA,OAAO,EAAE,WAAW;AACpB,IAAA,UAAU,EAAE;AACR,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,KAAK,EAAE,OAAO;AACjB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,iBAAiB,iBAA2F,eAAe,CAAoD;AACxL,IAAA,OAAO,EAAE,qBAAqB;AAC9B,IAAA,UAAU,EAAE;AACR,QAAA,eAAe,EAAE,kBAAkB;AACnC,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,eAAe,EAAE,kBAAkB;AACnC,QAAA,WAAW,EAAE,aAAa;AAC7B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,OAAO,iBAAuE,eAAe,CAAgC;AACtI,IAAA,OAAO,EAAE,UAAU;AACnB,IAAA,UAAU,EAAE;AACR,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,OAAO,EAAE,SAAS;AACrB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,eAAe;AACxB,IAAA,UAAU,EAAE;AACR,QAAA,gBAAgB,EAAE,oBAAoB;AACtC,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,uBAAuB,EAAE,4BAA4B;AACxD,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,gBAAgB,iBAAyF,eAAe,CAAkD;AACnL,IAAA,OAAO,EAAE,oBAAoB;AAC7B,IAAA,UAAU,EAAE;AACR,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,iBAAiB,EAAE,qBAAqB;AAC3C,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,QAAQ,iBAAyE,eAAe,CAAkC;AAC3I,IAAA,OAAO,EAAE,WAAW;AACpB,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,QAAQ,EAAE,WAAW;AACxB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,MAAM,iBAAqE,eAAe,CAA8B;AACjI,IAAA,OAAO,EAAE,SAAS;AAClB,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,QAAQ,EAAE,UAAU;AACvB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,eAAe,iBAAuF,eAAe,CAAgD;AAC9K,IAAA,OAAO,EAAE,mBAAmB;AAC5B,IAAA,UAAU,EAAE,EAAE,QAAQ,EAAE,UAAU,EAAE;AACpC,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,aAAa,iBAAmF,eAAe,CAA4C;AACpK,IAAA,OAAO,EAAE,iBAAiB;AAC1B,IAAA,UAAU,EAAE,EAAE;AACd,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAYU,MAAA,UAAU,iBAA6E,eAAe,CAAsC;AACrJ,IAAA,OAAO,EAAE,cAAc;AACvB,IAAA,UAAU,EAAE;AACR,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,eAAe,EAAE,mBAAmB;AACpC,QAAA,YAAY,EAAE,gBAAgB;AAC9B,QAAA,wBAAwB,EAAE,4BAA4B;AACtD,QAAA,WAAW,EAAE,eAAe;AAC5B,QAAA,WAAW,EAAE,iBAAiB;AAC9B,QAAA,aAAa,EAAE,mBAAmB;AACrC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,WAAW,iBAA+E,eAAe,CAAwC;AAC1J,IAAA,OAAO,EAAE,eAAe;AACxB,IAAA,UAAU,EAAE,EAAE;AACd,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AASU,MAAA,gBAAgB,iBAAyF,eAAe,CAAkD;AACnL,IAAA,OAAO,EAAE,oBAAoB;AAC7B,IAAA,UAAU,EAAE;AACR,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,WAAW,EAAE,aAAa;AAC1B,QAAA,UAAU,EAAE,YAAY;AACxB,QAAA,uBAAuB,EAAE,2BAA2B;AACpD,QAAA,WAAW,EAAE,aAAa;AAC1B,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,cAAc,EAAE,iBAAiB;AACjC,QAAA,gBAAgB,EAAE,mBAAmB;AACrC,QAAA,wBAAwB,EAAE,8BAA8B;AACxD,QAAA,eAAe,EAAE,kBAAkB;AACnC,QAAA,aAAa,EAAE,mBAAmB;AACrC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAQU,MAAA,UAAU,iBAA6E,eAAe,CAAsC;AACrJ,IAAA,OAAO,EAAE,aAAa;AACtB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,aAAa,EAAE,eAAe;AAC9B,QAAA,QAAQ,EAAE,UAAU;AACvB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,eAAe,iBAAuF,eAAe,CAAgD;AAC9K,IAAA,OAAO,EAAE,mBAAmB;AAC5B,IAAA,UAAU,EAAE;AACR,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,iBAAiB,EAAE,sBAAsB;AACzC,QAAA,QAAQ,EAAE,UAAU;AACvB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,MAAM,iBAAqE,eAAe,CAA8B;AACjI,IAAA,OAAO,EAAE,SAAS;AAClB,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,UAAU,EAAE,YAAY;AACxB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,WAAW,EAAE,cAAc;AAC9B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,KAAK,iBAAmE,eAAe,CAA4B;AAC5H,IAAA,OAAO,EAAE,QAAQ;AACjB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,MAAM,EAAE,SAAS;AACjB,QAAA,MAAM,EAAE,SAAS;AACjB,QAAA,MAAM,EAAE,SAAS;AACpB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,SAAS,iBAA2E,eAAe,CAAoC;AAChJ,IAAA,OAAO,EAAE,YAAY;AACrB,IAAA,UAAU,EAAE,EAAE;AACd,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,eAAe,iBAAuF,eAAe,CAAgD;AAC9K,IAAA,OAAO,EAAE,mBAAmB;AAC5B,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,cAAc,EAAE,iBAAiB;AACjC,QAAA,aAAa,EAAE,iBAAiB;AACnC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,aAAa,iBAAmF,eAAe,CAA4C;AACpK,IAAA,OAAO,EAAE,iBAAiB;AAC1B,IAAA,UAAU,EAAE;AACR,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,iBAAiB,EAAE,sBAAsB;AAC5C,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,cAAc,iBAAqF,eAAe,CAA8C;AACzK,IAAA,OAAO,EAAE,kBAAkB;AAC3B,IAAA,UAAU,EAAE;AACR,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,EAAE,EAAE,IAAI;AACR,QAAA,OAAO,EAAE,UAAU;AACnB,QAAA,OAAO,EAAE,UAAU;AACnB,QAAA,WAAW,EAAE,eAAe;AAC5B,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,eAAe,EAAE,mBAAmB;AACpC,QAAA,kBAAkB,EAAE,sBAAsB;AAC1C,QAAA,gBAAgB,EAAE,oBAAoB;AACtC,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,WAAW,EAAE,eAAe;AAC5B,QAAA,KAAK,EAAE,OAAO;AACjB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,WAAW,iBAA+E,eAAe,CAAwC;AAC1J,IAAA,OAAO,EAAE,eAAe;AACxB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,WAAW,EAAE,aAAa;AAC1B,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,iBAAiB,EAAE,sBAAsB;AACzC,QAAA,uBAAuB,EAAE,4BAA4B;AACrD,QAAA,eAAe,EAAE,mBAAmB;AACvC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAQU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,EAAE,EAAE,IAAI;AACR,QAAA,OAAO,EAAE,UAAU;AACnB,QAAA,OAAO,EAAE,UAAU;AACnB,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,eAAe,EAAE,mBAAmB;AACpC,QAAA,oBAAoB,EAAE,uBAAuB;AAC7C,QAAA,KAAK,EAAE,OAAO;AACjB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAQU,MAAA,gBAAgB,iBAAyF,eAAe,CAAkD;AACnL,IAAA,OAAO,EAAE,oBAAoB;AAC7B,IAAA,UAAU,EAAE;AACR,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,OAAO,EAAE,UAAU;AACnB,QAAA,OAAO,EAAE,UAAU;AACnB,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,EAAE,EAAE,IAAI;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,iBAAiB,EAAE,qBAAqB;AACxC,QAAA,aAAa,EAAE,gBAAgB;AAC/B,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,QAAQ,EAAE,aAAa;AACvB,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,eAAe,EAAE,mBAAmB;AACvC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,SAAS,iBAA2E,eAAe,CAAoC;AAChJ,IAAA,OAAO,EAAE,YAAY;AACrB,IAAA,UAAU,EAAE,EAAE;AACd,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,QAAQ,iBAAyE,eAAe,CAAkC;AAC3I,IAAA,OAAO,EAAE,WAAW;AACpB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,mBAAmB,EAAE,wBAAwB;AAC7C,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,KAAK,EAAE,OAAO;AACjB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,UAAU,iBAA6E,eAAe,CAAsC;AACrJ,IAAA,OAAO,EAAE,aAAa;AACtB,IAAA,UAAU,EAAE;AACR,QAAA,0BAA0B,EAAE,8BAA8B;AAC1D,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,aAAa,EAAE,gBAAgB;AAC/B,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,mBAAmB,EAAE,sBAAsB;AAC3C,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,sBAAsB,EAAE,0BAA0B;AAClD,QAAA,mBAAmB,EAAE,uBAAuB;AAC5C,QAAA,oBAAoB,EAAE,wBAAwB;AAC9C,QAAA,wBAAwB,EAAE,4BAA4B;AACzD,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,gBAAgB,iBAAyF,eAAe,CAAkD;AACnL,IAAA,OAAO,EAAE,oBAAoB;AAC7B,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,aAAa,EAAE,gBAAgB;AAC/B,QAAA,SAAS,EAAE,WAAW;AACzB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,gBAAgB,iBAAyF,eAAe,CAAkD;AACnL,IAAA,OAAO,EAAE,oBAAoB;AAC7B,IAAA,UAAU,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AAC9B,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,cAAc,iBAAqF,eAAe,CAA8C;AACzK,IAAA,OAAO,EAAE,kBAAkB;AAC3B,IAAA,UAAU,EAAE;AACR,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,SAAS,EAAE,aAAa;AACxB,QAAA,eAAe,EAAE,kBAAkB;AACtC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,sBAAsB,iBAAqG,eAAe,CAA8D;AACjN,IAAA,OAAO,EAAE,2BAA2B;AACpC,IAAA,UAAU,EAAE,EAAE;AACd,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,MAAM,EAAE,QAAQ;AACnB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,WAAW,iBAA+E,eAAe,CAAwC;AAC1J,IAAA,OAAO,EAAE,eAAe;AACxB,IAAA,UAAU,EAAE;AACR,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,OAAO,EAAE,SAAS;AACrB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,eAAe,iBAAuF,eAAe,CAAgD;AAC9K,IAAA,OAAO,EAAE,oBAAoB;AAC7B,IAAA,UAAU,EAAE;AACR,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,OAAO,EAAE,SAAS;AACrB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,iBAAiB,iBAA2F,eAAe,CAAoD;AACxL,IAAA,OAAO,EAAE,qBAAqB;AAC9B,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,WAAW,EAAE,aAAa;AAC1B,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,KAAK,EAAE,OAAO;AACjB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,OAAO,EAAE,UAAU;AACnB,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,SAAS,EAAE,YAAY;AAC1B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACvB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,UAAU,iBAA6E,eAAe,CAAsC;AACrJ,IAAA,OAAO,EAAE,cAAc;AACvB,IAAA,UAAU,EAAE;AACR,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,KAAK,EAAE,OAAO;AACjB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,iBAAiB,iBAA2F,eAAe,CAAoD;AACxL,IAAA,OAAO,EAAE,sBAAsB;AAC/B,IAAA,UAAU,EAAE,EAAE,cAAc,EAAE,iBAAiB,EAAE;AACjD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAQU,MAAA,OAAO,iBAAuE,eAAe,CAAgC;AACtI,IAAA,OAAO,EAAE,UAAU;AACnB,IAAA,UAAU,EAAE;AACR,QAAA,uBAAuB,EAAE,2BAA2B;AACpD,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,mBAAmB,EAAE,wBAAwB;AAChD,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,kBAAkB,iBAA6F,eAAe,CAAsD;AAC7L,IAAA,OAAO,EAAE,uBAAuB;AAChC,IAAA,UAAU,EAAE,EAAE;AACd,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,WAAW,iBAA+E,eAAe,CAAwC;AAC1J,IAAA,OAAO,EAAE,eAAe;AACxB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,aAAa,EAAE,gBAAgB;AAC/B,QAAA,iBAAiB,EAAE,oBAAoB;AACvC,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,KAAK,EAAE,OAAO;AACjB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,UAAU;AACnB,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,WAAW,EAAE,cAAc;AAC9B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,OAAO,EAAE,SAAS;AACrB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,kBAAkB,iBAA6F,eAAe,CAAsD;AAC7L,IAAA,OAAO,EAAE,uBAAuB;AAChC,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,OAAO,EAAE,SAAS;AACrB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAQU,MAAA,OAAO,iBAAuE,eAAe,CAAgC;AACtI,IAAA,OAAO,EAAE,UAAU;AACnB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,WAAW,EAAE,aAAa;AAC1B,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,iBAAiB,EAAE,sBAAsB;AACzC,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,wBAAwB,EAAE,4BAA4B;AACzD,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE,EAAE;AACd,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,UAAU,iBAA6E,eAAe,CAAsC;AACrJ,IAAA,OAAO,EAAE,cAAc;AACvB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,aAAa,EAAE,gBAAgB;AAC/B,QAAA,KAAK,EAAE,OAAO;AACjB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,cAAc,iBAAqF,eAAe,CAA8C;AACzK,IAAA,OAAO,EAAE,mBAAmB;AAC5B,IAAA,UAAU,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE;AAClC,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,KAAK,iBAAmE,eAAe,CAA4B;AAC5H,IAAA,OAAO,EAAE,QAAQ;AACjB,IAAA,UAAU,EAAE;AACR,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,WAAW,EAAE,aAAa;AAC7B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;AAChC,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,GAAG,EAAE,KAAK;AACV,QAAA,OAAO,EAAE,SAAS;AACrB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,GAAG,EAAE,KAAK;AACV,QAAA,MAAM,EAAE,QAAQ;AACnB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,eAAe,iBAAuF,eAAe,CAAgD;AAC9K,IAAA,OAAO,EAAE,mBAAmB;AAC5B,IAAA,UAAU,EAAE;AACR,QAAA,eAAe,EAAE,kBAAkB;AACnC,QAAA,eAAe,EAAE,kBAAkB;AACnC,QAAA,eAAe,EAAE,mBAAmB;AACvC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,sBAAsB,iBAAqG,eAAe,CAA8D;AACjN,IAAA,OAAO,EAAE,2BAA2B;AACpC,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,SAAS,EAAE,YAAY;AAC1B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAUU,MAAA,MAAM,iBAAqE,eAAe,CAA8B;AACjI,IAAA,OAAO,EAAE,SAAS;AAClB,IAAA,UAAU,EAAE;AACR,QAAA,YAAY,EAAE,eAAe;AAC7B,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,iBAAiB,EAAE,qBAAqB;AACxC,QAAA,cAAc,EAAE,iBAAiB;AACjC,QAAA,eAAe,EAAE,mBAAmB;AACpC,QAAA,eAAe,EAAE,kBAAkB;AACnC,QAAA,sBAAsB,EAAE,yBAAyB;AACjD,QAAA,iBAAiB,EAAE,uBAAuB;AAC1C,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,aAAa,EAAE,gBAAgB;AAC/B,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,SAAS,EAAE,cAAc;AACzB,QAAA,YAAY,EAAE,iBAAiB;AAC/B,QAAA,eAAe,EAAE,qBAAqB;AACtC,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,YAAY,EAAE,iBAAiB;AAClC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,WAAW,iBAA+E,eAAe,CAAwC;AAC1J,IAAA,OAAO,EAAE,eAAe;AACxB,IAAA,UAAU,EAAE;AACR,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACf,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,eAAe,iBAAuF,eAAe,CAAgD;AAC9K,IAAA,OAAO,EAAE,oBAAoB;AAC7B,IAAA,UAAU,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AAC9B,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,eAAe,iBAAuF,eAAe,CAAgD;AAC9K,IAAA,OAAO,EAAE,oBAAoB;AAC7B,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,YAAY,EAAE,kBAAkB;AAChC,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,YAAY,EAAE,eAAe;AAC7B,QAAA,QAAQ,EAAE,UAAU;AACvB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,GAAG,EAAE,KAAK;AACV,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,gBAAgB,EAAE,oBAAoB;AACzC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,gBAAgB,iBAAyF,eAAe,CAAkD;AACnL,IAAA,OAAO,EAAE,qBAAqB;AAC9B,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,KAAK,EAAE,OAAO;AACjB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,cAAc,iBAAqF,eAAe,CAA8C;AACzK,IAAA,OAAO,EAAE,kBAAkB;AAC3B,IAAA,UAAU,EAAE;AACR,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,aAAa,EAAE,eAAe;AACjC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,UAAU,iBAA6E,eAAe,CAAsC;AACrJ,IAAA,OAAO,EAAE,cAAc;AACvB,IAAA,UAAU,EAAE;AACR,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,aAAa,EAAE,eAAe;AAC9B,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,UAAU,EAAE,aAAa;AAC5B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,cAAc,iBAAqF,eAAe,CAA8C;AACzK,IAAA,OAAO,EAAE,kBAAkB;AAC3B,IAAA,UAAU,EAAE;AACR,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACf,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,kBAAkB,iBAA6F,eAAe,CAAsD;AAC7L,IAAA,OAAO,EAAE,uBAAuB;AAChC,IAAA,UAAU,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AAC9B,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,WAAW,EAAE,aAAa;AAC7B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,OAAO,iBAAuE,eAAe,CAAgC;AACtI,IAAA,OAAO,EAAE,UAAU;AACnB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,oBAAoB,EAAE,yBAAyB;AAC/C,QAAA,aAAa,EAAE,gBAAgB;AAC/B,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,aAAa,EAAE,iBAAiB;AACnC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,cAAc,iBAAqF,eAAe,CAA8C;AACzK,IAAA,OAAO,EAAE,kBAAkB;AAC3B,IAAA,UAAU,EAAE,EAAE;AACd,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,aAAa,iBAAmF,eAAe,CAA4C;AACpK,IAAA,OAAO,EAAE,iBAAiB;AAC1B,IAAA,UAAU,EAAE,EAAE;AACd,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,aAAa,iBAAmF,eAAe,CAA4C;AACpK,IAAA,OAAO,EAAE,iBAAiB;AAC1B,IAAA,UAAU,EAAE;AACR,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,SAAS,EAAE,YAAY;AAC1B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAQU,MAAA,aAAa,iBAAmF,eAAe,CAA4C;AACpK,IAAA,OAAO,EAAE,iBAAiB;AAC1B,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,WAAW,EAAE,aAAa;AAC1B,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,iBAAiB,EAAE,sBAAsB;AACzC,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,GAAG,EAAE,KAAK;AACV,QAAA,GAAG,EAAE,KAAK;AACV,QAAA,wBAAwB,EAAE,4BAA4B;AACtD,QAAA,kBAAkB,EAAE,sBAAsB;AAC1C,QAAA,IAAI,EAAE,MAAM;AACf,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,eAAe;AACxB,IAAA,UAAU,EAAE;AACR,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,aAAa,EAAE,iBAAiB;AAChC,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,YAAY,EAAE,eAAe;AAC7B,QAAA,QAAQ,EAAE,aAAa;AACvB,QAAA,MAAM,EAAE,WAAW;AACnB,QAAA,SAAS,EAAE,cAAc;AAC5B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAQU,MAAA,MAAM,iBAAqE,eAAe,CAA8B;AACjI,IAAA,OAAO,EAAE,SAAS;AAClB,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,UAAU,EAAE,YAAY;AACxB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,WAAW,EAAE,aAAa;AAC1B,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,oBAAoB,EAAE,wBAAwB;AAC9C,QAAA,QAAQ,EAAE,WAAW;AACxB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,UAAU,EAAE,YAAY;AAC3B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,MAAM,iBAAqE,eAAe,CAA8B;AACjI,IAAA,OAAO,EAAE,SAAS;AAClB,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,UAAU,EAAE,YAAY;AACxB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,WAAW,EAAE,cAAc;AAC9B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,UAAU,iBAA6E,eAAe,CAAsC;AACrJ,IAAA,OAAO,EAAE,cAAc;AACvB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,YAAY,EAAE,cAAc;AAC5B,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,UAAU,EAAE,YAAY;AACxB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,QAAQ,EAAE,UAAU;AACvB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAQU,MAAA,OAAO,iBAAuE,eAAe,CAAgC;AACtI,IAAA,OAAO,EAAE,UAAU;AACnB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,QAAQ,EAAE,UAAU;AACvB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,iBAAiB,EAAE,sBAAsB;AACzC,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,QAAQ,EAAE,UAAU;AACvB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,KAAK,iBAAmE,eAAe,CAA4B;AAC5H,IAAA,OAAO,EAAE,QAAQ;AACjB,IAAA,UAAU,EAAE,EAAE;AACd,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AASU,MAAA,QAAQ,iBAAyE,eAAe,CAAkC;AAC3I,IAAA,OAAO,EAAE,WAAW;AACpB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,iBAAiB,EAAE,sBAAsB;AACzC,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,eAAe,EAAE,oBAAoB;AACrC,QAAA,uBAAuB,EAAE,6BAA6B;AACtD,QAAA,oBAAoB,EAAE,2BAA2B;AACjD,QAAA,aAAa,EAAE,mBAAmB;AAClC,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,aAAa,EAAE,gBAAgB;AAC/B,QAAA,gBAAgB,EAAE,oBAAoB;AACzC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,KAAK,EAAE,OAAO;AACjB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,QAAQ,iBAAyE,eAAe,CAAkC;AAC3I,IAAA,OAAO,EAAE,WAAW;AACpB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,GAAG,EAAE,KAAK;AACV,QAAA,GAAG,EAAE,KAAK;AACV,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,cAAc,EAAE,iBAAiB;AACjC,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,KAAK,EAAE,OAAO;AACjB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,SAAS,iBAA2E,eAAe,CAAoC;AAChJ,IAAA,OAAO,EAAE,YAAY;AACrB,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,SAAS,EAAE,YAAY;AAC1B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,aAAa,iBAAmF,eAAe,CAA4C;AACpK,IAAA,OAAO,EAAE,iBAAiB;AAC1B,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,aAAa,EAAE,gBAAgB;AAC/B,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,SAAS,EAAE,WAAW;AACzB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,SAAS,iBAA2E,eAAe,CAAoC;AAChJ,IAAA,OAAO,EAAE,aAAa;AACtB,IAAA,UAAU,EAAE;AACR,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,SAAS,EAAE,WAAW;AACzB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,MAAM,iBAAqE,eAAe,CAA8B;AACjI,IAAA,OAAO,EAAE,SAAS;AAClB,IAAA,UAAU,EAAE;AACR,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,SAAS,EAAE,WAAW;AACzB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAQU,MAAA,UAAU,iBAA6E,eAAe,CAAsC;AACrJ,IAAA,OAAO,EAAE,aAAa;AACtB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,WAAW,EAAE,aAAa;AAC1B,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,iBAAiB,EAAE,sBAAsB;AACzC,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,cAAc,EAAE,iBAAiB;AACjC,QAAA,aAAa,EAAE,gBAAgB;AAC/B,QAAA,YAAY,EAAE,eAAe;AAC7B,QAAA,YAAY,EAAE,eAAe;AAC7B,QAAA,cAAc,EAAE,iBAAiB;AACjC,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,SAAS,EAAE,YAAY;AAC1B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,MAAM,iBAAqE,eAAe,CAA8B;AACjI,IAAA,OAAO,EAAE,SAAS;AAClB,IAAA,UAAU,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;AAC5B,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,gBAAgB;AACzB,IAAA,UAAU,EAAE;AACR,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,oBAAoB,EAAE,uBAAuB;AAC7C,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,aAAa,EAAE,gBAAgB;AAC/B,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,QAAQ,EAAE,WAAW;AACxB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,OAAO,iBAAuE,eAAe,CAAgC;AACtI,IAAA,OAAO,EAAE,UAAU;AACnB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,UAAU,EAAE,aAAa;AACzB,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,SAAS,EAAE,YAAY;AAC1B,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,gBAAgB,iBAAyF,eAAe,CAAkD;AACnL,IAAA,OAAO,EAAE,oBAAoB;AAC7B,IAAA,UAAU,EAAE;AACR,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,cAAc,EAAE,iBAAiB;AACjC,QAAA,QAAQ,EAAE,UAAU;AACvB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAOU,MAAA,QAAQ,iBAAyE,eAAe,CAAkC;AAC3I,IAAA,OAAO,EAAE,WAAW;AACpB,IAAA,UAAU,EAAE;AACR,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,aAAa,EAAE,eAAe;AAC9B,QAAA,MAAM,EAAE,SAAS;AACjB,QAAA,OAAO,EAAE,UAAU;AACnB,QAAA,iBAAiB,EAAE,oBAAoB;AACvC,QAAA,QAAQ,EAAE,WAAW;AACrB,QAAA,QAAQ,EAAE,UAAU;AACvB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,cAAc,iBAAqF,eAAe,CAA8C;AACzK,IAAA,OAAO,EAAE,kBAAkB;AAC3B,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,OAAO,EAAE,SAAS;AACrB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,SAAS,iBAA2E,eAAe,CAAoC;AAChJ,IAAA,OAAO,EAAE,YAAY;AACrB,IAAA,UAAU,EAAE;AACR,QAAA,GAAG,EAAE,KAAK;AACV,QAAA,YAAY,EAAE,eAAe;AAC7B,QAAA,WAAW,EAAE,aAAa;AAC1B,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,cAAc,EAAE,iBAAiB;AACpC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,YAAY,iBAAiF,eAAe,CAA0C;AAC/J,IAAA,OAAO,EAAE,eAAe;AACxB,IAAA,UAAU,EAAE;AACR,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,IAAI,EAAE,MAAM;AACZ,QAAA,cAAc,EAAE,iBAAiB;AACpC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,QAAQ,iBAAyE,eAAe,CAAkC;AAC3I,IAAA,OAAO,EAAE,WAAW;AACpB,IAAA,UAAU,EAAE;AACR,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,KAAK,EAAE,OAAO;AACd,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,WAAW,EAAE,cAAc;AAC3B,QAAA,gBAAgB,EAAE,oBAAoB;AACtC,QAAA,iBAAiB,EAAE,qBAAqB;AACxC,QAAA,cAAc,EAAE,oBAAoB;AACpC,QAAA,kBAAkB,EAAE,wBAAwB;AAC/C,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,mBAAmB,iBAA+F,eAAe,CAAwD;AAClM,IAAA,OAAO,EAAE,uBAAuB;AAChC,IAAA,UAAU,EAAE;AACR,QAAA,OAAO,EAAE,SAAS;AAClB,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,0BAA0B,EAAE,8BAA8B;AAC7D,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,cAAc,iBAAqF,eAAe,CAA8C;AACzK,IAAA,OAAO,EAAE,kBAAkB;AAC3B,IAAA,UAAU,EAAE;AACR,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,MAAM,EAAE,QAAQ;AAChB,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,QAAQ,EAAE,UAAU;AACvB,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA,EAAE;AAIU,MAAA,eAAe,iBAAuF,eAAe,CAAgD;AAC9K,IAAA,OAAO,EAAE,mBAAmB;AAC5B,IAAA,UAAU,EAAE;AACR,QAAA,QAAQ,EAAE,UAAU;AACpB,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,aAAa,EAAE,gBAAgB;AAClC,KAAA;AACD,IAAA,aAAa,EAAE,OAAO,qBAAqB,CAAC;IAC5C,mBAAmB;AACtB,CAAA;;;;"}
@@ -162,6 +162,7 @@ export declare const IxCategoryFilter: StencilReactComponent<IxCategoryFilterEle
162
162
  export type IxCheckboxEvents = {
163
163
  onCheckedChange: EventName<CustomEvent<boolean>>;
164
164
  onValueChange: EventName<CustomEvent<string>>;
165
+ onIxBlur: EventName<CustomEvent<void>>;
165
166
  };
166
167
  export declare const IxCheckbox: StencilReactComponent<IxCheckboxElement, IxCheckboxEvents>;
167
168
  export type IxCheckboxGroupEvents = NonNullable<unknown>;
@@ -382,6 +383,7 @@ export declare const IxPushCard: StencilReactComponent<IxPushCardElement, IxPush
382
383
  export type IxRadioEvents = {
383
384
  onCheckedChange: EventName<CustomEvent<boolean>>;
384
385
  onValueChange: EventName<CustomEvent<string>>;
386
+ onIxBlur: EventName<CustomEvent<void>>;
385
387
  };
386
388
  export declare const IxRadio: StencilReactComponent<IxRadioElement, IxRadioEvents>;
387
389
  export type IxRadioGroupEvents = {
@@ -440,6 +442,7 @@ export type IxToastContainerEvents = NonNullable<unknown>;
440
442
  export declare const IxToastContainer: StencilReactComponent<IxToastContainerElement, IxToastContainerEvents>;
441
443
  export type IxToggleEvents = {
442
444
  onCheckedChange: EventName<CustomEvent<boolean>>;
445
+ onIxBlur: EventName<CustomEvent<void>>;
443
446
  };
444
447
  export declare const IxToggle: StencilReactComponent<IxToggleElement, IxToggleEvents>;
445
448
  export type IxToggleButtonEvents = {
@@ -167,6 +167,7 @@ export declare const IxCategoryFilter: StencilReactComponent<IxCategoryFilterEle
167
167
  export type IxCheckboxEvents = {
168
168
  onCheckedChange: EventName<CustomEvent<boolean>>;
169
169
  onValueChange: EventName<CustomEvent<string>>;
170
+ onIxBlur: EventName<CustomEvent<void>>;
170
171
  };
171
172
  export declare const IxCheckbox: StencilReactComponent<IxCheckboxElement, IxCheckboxEvents>;
172
173
  export type IxCheckboxGroupEvents = NonNullable<unknown>;
@@ -387,6 +388,7 @@ export declare const IxPushCard: StencilReactComponent<IxPushCardElement, IxPush
387
388
  export type IxRadioEvents = {
388
389
  onCheckedChange: EventName<CustomEvent<boolean>>;
389
390
  onValueChange: EventName<CustomEvent<string>>;
391
+ onIxBlur: EventName<CustomEvent<void>>;
390
392
  };
391
393
  export declare const IxRadio: StencilReactComponent<IxRadioElement, IxRadioEvents>;
392
394
  export type IxRadioGroupEvents = {
@@ -445,6 +447,7 @@ export type IxToastContainerEvents = NonNullable<unknown>;
445
447
  export declare const IxToastContainer: StencilReactComponent<IxToastContainerElement, IxToastContainerEvents>;
446
448
  export type IxToggleEvents = {
447
449
  onCheckedChange: EventName<CustomEvent<boolean>>;
450
+ onIxBlur: EventName<CustomEvent<void>>;
448
451
  };
449
452
  export declare const IxToggle: StencilReactComponent<IxToggleElement, IxToggleEvents>;
450
453
  export type IxToggleButtonEvents = {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/siemens/ix",
8
8
  "directory": "packages/react"
9
9
  },
10
- "version": "3.0.0-alpha.4",
10
+ "version": "3.0.0",
11
11
  "description": "Siemens iX for React",
12
12
  "files": [
13
13
  "LICENSE",
@@ -50,16 +50,16 @@
50
50
  "shadow-dom-testing-library": "^1.11.2",
51
51
  "typescript": "^5.6.3",
52
52
  "vitest": "^2.1.3",
53
- "@siemens/ix": "3.0.0-alpha.4",
53
+ "@siemens/ix": "3.0.0",
54
54
  "eslint-config-ix": "1.0.0"
55
55
  },
56
56
  "peerDependencies": {
57
- "@siemens/ix-icons": "3.0.0-alpha.1",
57
+ "@siemens/ix-icons": "^3.0.0",
58
58
  "react": "^18 || ^19",
59
59
  "react-dom": "^18 || ^19"
60
60
  },
61
61
  "dependencies": {
62
- "@siemens/ix": "~3.0.0-alpha.4",
62
+ "@siemens/ix": "~3.0.0",
63
63
  "@stencil/react-output-target": "^1.0.2",
64
64
  "tslib": "*"
65
65
  },