@siemens/ix-vue 4.3.0 → 5.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.
- package/READMEOSS.html +419 -1613
- package/dist/_virtual/_plugin-vue_export-helper.js +7 -6
- package/dist/_virtual/_plugin-vue_export-helper.js.map +1 -1
- package/dist/components/components.d.ts +101 -0
- package/dist/components/ix-action-card.d.ts +3 -0
- package/dist/components/ix-action-card.js +16 -0
- package/dist/components/ix-action-card.js.map +1 -0
- package/dist/components/ix-application-header.d.ts +3 -0
- package/dist/components/ix-application-header.js +25 -0
- package/dist/components/ix-application-header.js.map +1 -0
- package/dist/components/ix-application.d.ts +3 -0
- package/dist/components/ix-application.js +13 -0
- package/dist/components/ix-application.js.map +1 -0
- package/dist/components/ix-avatar.d.ts +3 -0
- package/dist/components/ix-avatar.js +14 -0
- package/dist/components/ix-avatar.js.map +1 -0
- package/dist/components/ix-blind.d.ts +3 -0
- package/dist/components/ix-blind.js +16 -0
- package/dist/components/ix-blind.js.map +1 -0
- package/dist/components/ix-breadcrumb-item.d.ts +3 -0
- package/dist/components/ix-breadcrumb-item.js +22 -0
- package/dist/components/ix-breadcrumb-item.js.map +1 -0
- package/dist/components/ix-breadcrumb.d.ts +3 -0
- package/dist/components/ix-breadcrumb.js +18 -0
- package/dist/components/ix-breadcrumb.js.map +1 -0
- package/dist/components/ix-button.d.ts +3 -0
- package/dist/components/ix-button.js +20 -0
- package/dist/components/ix-button.js.map +1 -0
- package/dist/components/ix-card-accordion.d.ts +3 -0
- package/dist/components/ix-card-accordion.js +14 -0
- package/dist/components/ix-card-accordion.js.map +1 -0
- package/dist/components/ix-card-content.d.ts +3 -0
- package/dist/components/ix-card-content.js +7 -0
- package/dist/components/ix-card-content.js.map +1 -0
- package/dist/components/ix-card-list.d.ts +3 -0
- package/dist/components/ix-card-list.js +26 -0
- package/dist/components/ix-card-list.js.map +1 -0
- package/dist/components/ix-card-title.d.ts +3 -0
- package/dist/components/ix-card-title.js +7 -0
- package/dist/components/ix-card-title.js.map +1 -0
- package/dist/components/ix-card.d.ts +3 -0
- package/dist/components/ix-card.js +11 -0
- package/dist/components/ix-card.js.map +1 -0
- package/dist/components/ix-category-filter.d.ts +3 -0
- package/dist/components/ix-category-filter.js +34 -0
- package/dist/components/ix-category-filter.js.map +1 -0
- package/dist/components/ix-checkbox-group.d.ts +3 -0
- package/dist/components/ix-checkbox-group.js +17 -0
- package/dist/components/ix-checkbox-group.js.map +1 -0
- package/dist/components/ix-checkbox.d.ts +3 -0
- package/dist/components/ix-checkbox.js +30 -0
- package/dist/components/ix-checkbox.js.map +1 -0
- package/dist/components/ix-chip.d.ts +3 -0
- package/dist/components/ix-chip.js +22 -0
- package/dist/components/ix-chip.js.map +1 -0
- package/dist/components/ix-col.d.ts +3 -0
- package/dist/components/ix-col.js +12 -0
- package/dist/components/ix-col.js.map +1 -0
- package/dist/components/ix-content-header.d.ts +3 -0
- package/dist/components/ix-content-header.js +15 -0
- package/dist/components/ix-content-header.js.map +1 -0
- package/dist/components/ix-content.d.ts +3 -0
- package/dist/components/ix-content.js +7 -0
- package/dist/components/ix-content.js.map +1 -0
- package/dist/components/ix-custom-field.d.ts +3 -0
- package/dist/components/ix-custom-field.js +16 -0
- package/dist/components/ix-custom-field.js.map +1 -0
- package/dist/components/ix-date-dropdown.d.ts +3 -0
- package/dist/components/ix-date-dropdown.js +29 -0
- package/dist/components/ix-date-dropdown.js.map +1 -0
- package/dist/components/ix-date-input.d.ts +3 -0
- package/dist/components/ix-date-input.js +53 -0
- package/dist/components/ix-date-input.js.map +1 -0
- package/dist/components/ix-date-picker.d.ts +3 -0
- package/dist/components/ix-date-picker.js +33 -0
- package/dist/components/ix-date-picker.js.map +1 -0
- package/dist/components/ix-datetime-input.d.ts +3 -0
- package/dist/components/ix-datetime-input.js +49 -0
- package/dist/components/ix-datetime-input.js.map +1 -0
- package/dist/components/ix-datetime-picker.d.ts +3 -0
- package/dist/components/ix-datetime-picker.js +35 -0
- package/dist/components/ix-datetime-picker.js.map +1 -0
- package/dist/components/ix-divider.d.ts +3 -0
- package/dist/components/ix-divider.js +7 -0
- package/dist/components/ix-divider.js.map +1 -0
- package/dist/components/ix-dropdown-button.d.ts +3 -0
- package/dist/components/ix-dropdown-button.js +23 -0
- package/dist/components/ix-dropdown-button.js.map +1 -0
- package/dist/components/ix-dropdown-header.d.ts +3 -0
- package/dist/components/ix-dropdown-header.js +9 -0
- package/dist/components/ix-dropdown-header.js.map +1 -0
- package/dist/components/ix-dropdown-item.d.ts +3 -0
- package/dist/components/ix-dropdown-item.js +24 -0
- package/dist/components/ix-dropdown-item.js.map +1 -0
- package/dist/components/ix-dropdown-quick-actions.d.ts +3 -0
- package/dist/components/ix-dropdown-quick-actions.js +7 -0
- package/dist/components/ix-dropdown-quick-actions.js.map +1 -0
- package/dist/components/ix-dropdown.d.ts +3 -0
- package/dist/components/ix-dropdown.js +41 -0
- package/dist/components/ix-dropdown.js.map +1 -0
- package/dist/components/ix-empty-state.d.ts +3 -0
- package/dist/components/ix-empty-state.js +17 -0
- package/dist/components/ix-empty-state.js.map +1 -0
- package/dist/components/ix-event-list-item.d.ts +3 -0
- package/dist/components/ix-event-list-item.js +16 -0
- package/dist/components/ix-event-list-item.js.map +1 -0
- package/dist/components/ix-event-list.d.ts +3 -0
- package/dist/components/ix-event-list.js +12 -0
- package/dist/components/ix-event-list.js.map +1 -0
- package/dist/components/ix-expanding-search.d.ts +3 -0
- package/dist/components/ix-expanding-search.js +19 -0
- package/dist/components/ix-expanding-search.js.map +1 -0
- package/dist/components/ix-field-label.d.ts +3 -0
- package/dist/components/ix-field-label.js +12 -0
- package/dist/components/ix-field-label.js.map +1 -0
- package/dist/components/ix-filter-chip.d.ts +3 -0
- package/dist/components/ix-filter-chip.js +14 -0
- package/dist/components/ix-filter-chip.js.map +1 -0
- package/dist/components/ix-flip-tile-content.d.ts +3 -0
- package/dist/components/ix-flip-tile-content.js +9 -0
- package/dist/components/ix-flip-tile-content.js.map +1 -0
- package/dist/components/ix-flip-tile.d.ts +3 -0
- package/dist/components/ix-flip-tile.js +16 -0
- package/dist/components/ix-flip-tile.js.map +1 -0
- package/dist/components/ix-group-context-menu.d.ts +3 -0
- package/dist/components/ix-group-context-menu.js +7 -0
- package/dist/components/ix-group-context-menu.js.map +1 -0
- package/dist/components/ix-group-item.d.ts +3 -0
- package/dist/components/ix-group-item.js +20 -0
- package/dist/components/ix-group-item.js.map +1 -0
- package/dist/components/ix-group.d.ts +3 -0
- package/dist/components/ix-group.js +22 -0
- package/dist/components/ix-group.js.map +1 -0
- package/dist/components/ix-helper-text.d.ts +3 -0
- package/dist/components/ix-helper-text.js +14 -0
- package/dist/components/ix-helper-text.js.map +1 -0
- package/dist/components/ix-icon-button.d.ts +3 -0
- package/dist/components/ix-icon-button.js +16 -0
- package/dist/components/ix-icon-button.js.map +1 -0
- package/dist/components/ix-icon-toggle-button.d.ts +3 -0
- package/dist/components/ix-icon-toggle-button.js +20 -0
- package/dist/components/ix-icon-toggle-button.js.map +1 -0
- package/dist/components/ix-input.d.ts +3 -0
- package/dist/components/ix-input.js +45 -0
- package/dist/components/ix-input.js.map +1 -0
- package/dist/components/ix-key-value-list.d.ts +3 -0
- package/dist/components/ix-key-value-list.js +9 -0
- package/dist/components/ix-key-value-list.js.map +1 -0
- package/dist/components/ix-key-value.d.ts +3 -0
- package/dist/components/ix-key-value.js +13 -0
- package/dist/components/ix-key-value.js.map +1 -0
- package/dist/components/ix-kpi.d.ts +3 -0
- package/dist/components/ix-kpi.js +15 -0
- package/dist/components/ix-kpi.js.map +1 -0
- package/dist/components/ix-layout-auto.d.ts +3 -0
- package/dist/components/ix-layout-auto.js +9 -0
- package/dist/components/ix-layout-auto.js.map +1 -0
- package/dist/components/ix-layout-grid.d.ts +3 -0
- package/dist/components/ix-layout-grid.js +11 -0
- package/dist/components/ix-layout-grid.js.map +1 -0
- package/dist/components/ix-link-button.d.ts +3 -0
- package/dist/components/ix-link-button.js +11 -0
- package/dist/components/ix-link-button.js.map +1 -0
- package/dist/components/ix-menu-about-item.d.ts +3 -0
- package/dist/components/ix-menu-about-item.js +13 -0
- package/dist/components/ix-menu-about-item.js.map +1 -0
- package/dist/components/ix-menu-about-news.d.ts +3 -0
- package/dist/components/ix-menu-about-news.js +19 -0
- package/dist/components/ix-menu-about-news.js.map +1 -0
- package/dist/components/ix-menu-about.d.ts +3 -0
- package/dist/components/ix-menu-about.js +18 -0
- package/dist/components/ix-menu-about.js.map +1 -0
- package/dist/components/ix-menu-avatar-item.d.ts +3 -0
- package/dist/components/ix-menu-avatar-item.js +13 -0
- package/dist/components/ix-menu-avatar-item.js.map +1 -0
- package/dist/components/ix-menu-avatar.d.ts +3 -0
- package/dist/components/ix-menu-avatar.js +20 -0
- package/dist/components/ix-menu-avatar.js.map +1 -0
- package/dist/components/ix-menu-category.d.ts +3 -0
- package/dist/components/ix-menu-category.js +15 -0
- package/dist/components/ix-menu-category.js.map +1 -0
- package/dist/components/ix-menu-item.d.ts +3 -0
- package/dist/components/ix-menu-item.js +20 -0
- package/dist/components/ix-menu-item.js.map +1 -0
- package/dist/components/ix-menu-settings-item.d.ts +3 -0
- package/dist/components/ix-menu-settings-item.js +13 -0
- package/dist/components/ix-menu-settings-item.js.map +1 -0
- package/dist/components/ix-menu-settings.d.ts +3 -0
- package/dist/components/ix-menu-settings.js +18 -0
- package/dist/components/ix-menu-settings.js.map +1 -0
- package/dist/components/ix-menu.d.ts +3 -0
- package/dist/components/ix-menu.js +32 -0
- package/dist/components/ix-menu.js.map +1 -0
- package/dist/components/ix-message-bar.d.ts +3 -0
- package/dist/components/ix-message-bar.js +15 -0
- package/dist/components/ix-message-bar.js.map +1 -0
- package/dist/components/ix-modal-content.d.ts +3 -0
- package/dist/components/ix-modal-content.js +7 -0
- package/dist/components/ix-modal-content.js.map +1 -0
- package/dist/components/ix-modal-footer.d.ts +3 -0
- package/dist/components/ix-modal-footer.js +7 -0
- package/dist/components/ix-modal-footer.js.map +1 -0
- package/dist/components/ix-modal-header.d.ts +3 -0
- package/dist/components/ix-modal-header.js +16 -0
- package/dist/components/ix-modal-header.js.map +1 -0
- package/dist/components/ix-modal.d.ts +3 -0
- package/dist/components/ix-modal.js +20 -0
- package/dist/components/ix-modal.js.map +1 -0
- package/dist/components/ix-number-input.d.ts +3 -0
- package/dist/components/ix-number-input.js +47 -0
- package/dist/components/ix-number-input.js.map +1 -0
- package/dist/components/ix-pagination.d.ts +3 -0
- package/dist/components/ix-pagination.js +25 -0
- package/dist/components/ix-pagination.js.map +1 -0
- package/dist/components/ix-pane-layout.d.ts +3 -0
- package/dist/components/ix-pane-layout.js +11 -0
- package/dist/components/ix-pane-layout.js.map +1 -0
- package/dist/components/ix-pane.d.ts +3 -0
- package/dist/components/ix-pane.js +32 -0
- package/dist/components/ix-pane.js.map +1 -0
- package/dist/components/ix-pill.d.ts +3 -0
- package/dist/components/ix-pill.js +16 -0
- package/dist/components/ix-pill.js.map +1 -0
- package/dist/components/ix-progress-indicator.d.ts +3 -0
- package/dist/components/ix-progress-indicator.js +18 -0
- package/dist/components/ix-progress-indicator.js.map +1 -0
- package/dist/components/ix-push-card.d.ts +3 -0
- package/dist/components/ix-push-card.js +16 -0
- package/dist/components/ix-push-card.js.map +1 -0
- package/dist/components/ix-radio-group.d.ts +3 -0
- package/dist/components/ix-radio-group.js +21 -0
- package/dist/components/ix-radio-group.js.map +1 -0
- package/dist/components/ix-radio.d.ts +3 -0
- package/dist/components/ix-radio.js +21 -0
- package/dist/components/ix-radio.js.map +1 -0
- package/dist/components/ix-range-field.d.ts +3 -0
- package/dist/components/ix-range-field.js +10 -0
- package/dist/components/ix-range-field.js.map +1 -0
- package/dist/components/ix-row.d.ts +3 -0
- package/dist/components/ix-row.js +7 -0
- package/dist/components/ix-row.js.map +1 -0
- package/dist/components/ix-select-item.d.ts +3 -0
- package/dist/components/ix-select-item.js +17 -0
- package/dist/components/ix-select-item.js.map +1 -0
- package/dist/components/ix-select.d.ts +3 -0
- package/dist/components/ix-select.js +53 -0
- package/dist/components/ix-select.js.map +1 -0
- package/dist/components/ix-slider.d.ts +3 -0
- package/dist/components/ix-slider.js +26 -0
- package/dist/components/ix-slider.js.map +1 -0
- package/dist/components/ix-spinner.d.ts +3 -0
- package/dist/components/ix-spinner.js +11 -0
- package/dist/components/ix-spinner.js.map +1 -0
- package/dist/components/ix-split-button.d.ts +3 -0
- package/dist/components/ix-split-button.js +22 -0
- package/dist/components/ix-split-button.js.map +1 -0
- package/dist/components/ix-tab-item.d.ts +3 -0
- package/dist/components/ix-tab-item.js +26 -0
- package/dist/components/ix-tab-item.js.map +1 -0
- package/dist/components/ix-tabs.d.ts +3 -0
- package/dist/components/ix-tabs.js +20 -0
- package/dist/components/ix-tabs.js.map +1 -0
- package/dist/components/ix-textarea.d.ts +3 -0
- package/dist/components/ix-textarea.js +45 -0
- package/dist/components/ix-textarea.js.map +1 -0
- package/dist/components/ix-tile.d.ts +3 -0
- package/dist/components/ix-tile.js +9 -0
- package/dist/components/ix-tile.js.map +1 -0
- package/dist/components/ix-time-input.d.ts +3 -0
- package/dist/components/ix-time-input.js +51 -0
- package/dist/components/ix-time-input.js.map +1 -0
- package/dist/components/ix-time-picker.d.ts +3 -0
- package/dist/components/ix-time-picker.js +31 -0
- package/dist/components/ix-time-picker.js.map +1 -0
- package/dist/components/ix-toast-container.d.ts +3 -0
- package/dist/components/ix-toast-container.js +9 -0
- package/dist/components/ix-toast-container.js.map +1 -0
- package/dist/components/ix-toast.d.ts +3 -0
- package/dist/components/ix-toast.js +19 -0
- package/dist/components/ix-toast.js.map +1 -0
- package/dist/components/ix-toggle-button.d.ts +3 -0
- package/dist/components/ix-toggle-button.js +17 -0
- package/dist/components/ix-toggle-button.js.map +1 -0
- package/dist/components/ix-toggle.d.ts +3 -0
- package/dist/components/ix-toggle.js +25 -0
- package/dist/components/ix-toggle.js.map +1 -0
- package/dist/components/ix-tooltip.d.ts +3 -0
- package/dist/components/ix-tooltip.js +15 -0
- package/dist/components/ix-tooltip.js.map +1 -0
- package/dist/components/ix-tree-item.d.ts +3 -0
- package/dist/components/ix-tree-item.js +18 -0
- package/dist/components/ix-tree-item.js.map +1 -0
- package/dist/components/ix-tree.d.ts +3 -0
- package/dist/components/ix-tree.js +22 -0
- package/dist/components/ix-tree.js.map +1 -0
- package/dist/components/ix-typography.d.ts +3 -0
- package/dist/components/ix-typography.js +12 -0
- package/dist/components/ix-typography.js.map +1 -0
- package/dist/components/ix-upload.d.ts +3 -0
- package/dist/components/ix-upload.js +23 -0
- package/dist/components/ix-upload.js.map +1 -0
- package/dist/components/ix-workflow-step.d.ts +3 -0
- package/dist/components/ix-workflow-step.js +17 -0
- package/dist/components/ix-workflow-step.js.map +1 -0
- package/dist/components/ix-workflow-steps.d.ts +3 -0
- package/dist/components/ix-workflow-steps.js +14 -0
- package/dist/components/ix-workflow-steps.js.map +1 -0
- package/dist/components.d.ts +1 -104
- package/dist/context/IxApplicationContext.vue.js +12 -12
- package/dist/context/IxApplicationContext.vue.js.map +1 -1
- package/dist/context/IxApplicationContext.vue2.js +15 -14
- package/dist/context/IxApplicationContext.vue2.js.map +1 -1
- package/dist/context/context.js +5 -5
- package/dist/context/context.js.map +1 -1
- package/dist/delegate.d.ts +1 -1
- package/dist/delegate.js +23 -18
- package/dist/delegate.js.map +1 -1
- package/dist/index.js +225 -126
- package/dist/index.js.map +1 -1
- package/dist/internal-components.js +4 -14
- package/dist/internal-components.js.map +1 -1
- package/dist/ix-icon.js +5 -5
- package/dist/ix-icon.js.map +1 -1
- package/dist/message/message.d.ts +1 -27
- package/dist/message/message.js +14 -20
- package/dist/message/message.js.map +1 -1
- package/dist/modal/IxOverlay.vue.js +62 -37
- package/dist/modal/IxOverlay.vue.js.map +1 -1
- package/dist/modal/IxOverlay.vue2.js +2 -2
- package/dist/modal/Modal.vue.js +141 -34
- package/dist/modal/Modal.vue.js.map +1 -1
- package/dist/modal/Modal.vue2.js +2 -2
- package/dist/modal/constants.js +4 -3
- package/dist/modal/constants.js.map +1 -1
- package/dist/modal/index.d.ts +3 -2
- package/dist/modal/index.js +28 -18
- package/dist/modal/index.js.map +1 -1
- package/dist/modal/ix-view.js +10 -10
- package/dist/modal/ix-view.js.map +1 -1
- package/dist/plugin.js +2 -2
- package/dist/plugin.js.map +1 -1
- package/dist/tab-set.d.ts +17 -0
- package/dist/toast/toast.d.ts +1 -1
- package/dist/toast/toast.js +31 -16
- package/dist/toast/toast.js.map +1 -1
- package/package.json +12 -12
- package/dist/components.js +0 -1390
- package/dist/components.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-menu-about.js","sources":["../../src/components/ix-menu-about.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxMenuAbout } from '@siemens/ix/components/ix-menu-about.js';\n\nexport const IxMenuAbout: StencilVueComponent<JSX.IxMenuAbout> = /*@__PURE__*/ defineContainer<JSX.IxMenuAbout>('ix-menu-about', defineIxMenuAbout, [\n 'suppressLegacyTabs',\n 'activeTabKey',\n 'label',\n 'ariaLabelCloseButton',\n 'show',\n 'tabChange',\n 'close'\n], [\n 'tabChange',\n 'close'\n]);\n"],"names":["defineIxMenuAbout"],"mappings":";;AAQO,MAAM,cAAkE,gCAAiC,iBAAiBA,qBAAmB;AAAA,EAClJ;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-menu-avatar-item.js";
|
|
3
|
+
const IxMenuAvatarItem = /* @__PURE__ */ defineContainer("ix-menu-avatar-item", defineCustomElement, [
|
|
4
|
+
"icon",
|
|
5
|
+
"label",
|
|
6
|
+
"itemClick"
|
|
7
|
+
], [
|
|
8
|
+
"itemClick"
|
|
9
|
+
]);
|
|
10
|
+
export {
|
|
11
|
+
IxMenuAvatarItem
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=ix-menu-avatar-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-menu-avatar-item.js","sources":["../../src/components/ix-menu-avatar-item.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxMenuAvatarItem } from '@siemens/ix/components/ix-menu-avatar-item.js';\n\nexport const IxMenuAvatarItem: StencilVueComponent<JSX.IxMenuAvatarItem> = /*@__PURE__*/ defineContainer<JSX.IxMenuAvatarItem>('ix-menu-avatar-item', defineIxMenuAvatarItem, [\n 'icon',\n 'label',\n 'itemClick'\n], [\n 'itemClick'\n]);\n"],"names":["defineIxMenuAvatarItem"],"mappings":";;AAQO,MAAM,mBAA4E,gCAAsC,uBAAuBA,qBAAwB;AAAA,EAC5K;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AACF,CAAC;"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-menu-avatar.js";
|
|
3
|
+
const IxMenuAvatar = /* @__PURE__ */ defineContainer("ix-menu-avatar", defineCustomElement, [
|
|
4
|
+
"top",
|
|
5
|
+
"bottom",
|
|
6
|
+
"image",
|
|
7
|
+
"initials",
|
|
8
|
+
"tooltipText",
|
|
9
|
+
"ariaLabelTooltip",
|
|
10
|
+
"i18nLogout",
|
|
11
|
+
"hideLogoutButton",
|
|
12
|
+
"enableTopLayer",
|
|
13
|
+
"logoutClick"
|
|
14
|
+
], [
|
|
15
|
+
"logoutClick"
|
|
16
|
+
]);
|
|
17
|
+
export {
|
|
18
|
+
IxMenuAvatar
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=ix-menu-avatar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-menu-avatar.js","sources":["../../src/components/ix-menu-avatar.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxMenuAvatar } from '@siemens/ix/components/ix-menu-avatar.js';\n\nexport const IxMenuAvatar: StencilVueComponent<JSX.IxMenuAvatar> = /*@__PURE__*/ defineContainer<JSX.IxMenuAvatar>('ix-menu-avatar', defineIxMenuAvatar, [\n 'top',\n 'bottom',\n 'image',\n 'initials',\n 'tooltipText',\n 'ariaLabelTooltip',\n 'i18nLogout',\n 'hideLogoutButton',\n 'enableTopLayer',\n 'logoutClick'\n], [\n 'logoutClick'\n]);\n"],"names":["defineIxMenuAvatar"],"mappings":";;AAQO,MAAM,eAAoE,gCAAkC,kBAAkBA,qBAAoB;AAAA,EACvJ;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AACF,CAAC;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-menu-category.js";
|
|
3
|
+
const IxMenuCategory = /* @__PURE__ */ defineContainer("ix-menu-category", defineCustomElement, [
|
|
4
|
+
"label",
|
|
5
|
+
"icon",
|
|
6
|
+
"notifications",
|
|
7
|
+
"tooltipText",
|
|
8
|
+
"closeOtherCategories"
|
|
9
|
+
], [
|
|
10
|
+
"closeOtherCategories"
|
|
11
|
+
]);
|
|
12
|
+
export {
|
|
13
|
+
IxMenuCategory
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=ix-menu-category.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-menu-category.js","sources":["../../src/components/ix-menu-category.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxMenuCategory } from '@siemens/ix/components/ix-menu-category.js';\n\nexport const IxMenuCategory: StencilVueComponent<JSX.IxMenuCategory> = /*@__PURE__*/ defineContainer<JSX.IxMenuCategory>('ix-menu-category', defineIxMenuCategory, [\n 'label',\n 'icon',\n 'notifications',\n 'tooltipText',\n 'closeOtherCategories'\n], [\n 'closeOtherCategories'\n]);\n"],"names":["defineIxMenuCategory"],"mappings":";;AAQO,MAAM,iBAAwE,gCAAoC,oBAAoBA,qBAAsB;AAAA,EACjK;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AACF,CAAC;"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-menu-item.js";
|
|
3
|
+
const IxMenuItem = /* @__PURE__ */ defineContainer("ix-menu-item", defineCustomElement, [
|
|
4
|
+
"label",
|
|
5
|
+
"home",
|
|
6
|
+
"bottom",
|
|
7
|
+
"icon",
|
|
8
|
+
"notifications",
|
|
9
|
+
"active",
|
|
10
|
+
"disabled",
|
|
11
|
+
"tooltipText",
|
|
12
|
+
"href",
|
|
13
|
+
"target",
|
|
14
|
+
"rel",
|
|
15
|
+
"isCategory"
|
|
16
|
+
]);
|
|
17
|
+
export {
|
|
18
|
+
IxMenuItem
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=ix-menu-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-menu-item.js","sources":["../../src/components/ix-menu-item.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxMenuItem } from '@siemens/ix/components/ix-menu-item.js';\n\nexport const IxMenuItem: StencilVueComponent<JSX.IxMenuItem> = /*@__PURE__*/ defineContainer<JSX.IxMenuItem>('ix-menu-item', defineIxMenuItem, [\n 'label',\n 'home',\n 'bottom',\n 'icon',\n 'notifications',\n 'active',\n 'disabled',\n 'tooltipText',\n 'href',\n 'target',\n 'rel',\n 'isCategory'\n]);\n"],"names":["defineIxMenuItem"],"mappings":";;AAQO,MAAM,aAAgE,gCAAgC,gBAAgBA,qBAAkB;AAAA,EAC7I;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-menu-settings-item.js";
|
|
3
|
+
const IxMenuSettingsItem = /* @__PURE__ */ defineContainer("ix-menu-settings-item", defineCustomElement, [
|
|
4
|
+
"tabKey",
|
|
5
|
+
"label",
|
|
6
|
+
"labelChange"
|
|
7
|
+
], [
|
|
8
|
+
"labelChange"
|
|
9
|
+
]);
|
|
10
|
+
export {
|
|
11
|
+
IxMenuSettingsItem
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=ix-menu-settings-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-menu-settings-item.js","sources":["../../src/components/ix-menu-settings-item.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxMenuSettingsItem } from '@siemens/ix/components/ix-menu-settings-item.js';\n\nexport const IxMenuSettingsItem: StencilVueComponent<JSX.IxMenuSettingsItem> = /*@__PURE__*/ defineContainer<JSX.IxMenuSettingsItem>('ix-menu-settings-item', defineIxMenuSettingsItem, [\n 'tabKey',\n 'label',\n 'labelChange'\n], [\n 'labelChange'\n]);\n"],"names":["defineIxMenuSettingsItem"],"mappings":";;AAQO,MAAM,qBAAgF,gCAAwC,yBAAyBA,qBAA0B;AAAA,EACtL;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AACF,CAAC;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-menu-settings.js";
|
|
3
|
+
const IxMenuSettings = /* @__PURE__ */ defineContainer("ix-menu-settings", defineCustomElement, [
|
|
4
|
+
"suppressLegacyTabs",
|
|
5
|
+
"activeTabKey",
|
|
6
|
+
"label",
|
|
7
|
+
"ariaLabelCloseButton",
|
|
8
|
+
"show",
|
|
9
|
+
"tabChange",
|
|
10
|
+
"close"
|
|
11
|
+
], [
|
|
12
|
+
"tabChange",
|
|
13
|
+
"close"
|
|
14
|
+
]);
|
|
15
|
+
export {
|
|
16
|
+
IxMenuSettings
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=ix-menu-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-menu-settings.js","sources":["../../src/components/ix-menu-settings.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxMenuSettings } from '@siemens/ix/components/ix-menu-settings.js';\n\nexport const IxMenuSettings: StencilVueComponent<JSX.IxMenuSettings> = /*@__PURE__*/ defineContainer<JSX.IxMenuSettings>('ix-menu-settings', defineIxMenuSettings, [\n 'suppressLegacyTabs',\n 'activeTabKey',\n 'label',\n 'ariaLabelCloseButton',\n 'show',\n 'tabChange',\n 'close'\n], [\n 'tabChange',\n 'close'\n]);\n"],"names":["defineIxMenuSettings"],"mappings":";;AAQO,MAAM,iBAAwE,gCAAoC,oBAAoBA,qBAAsB;AAAA,EACjK;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-menu.js";
|
|
3
|
+
const IxMenu = /* @__PURE__ */ defineContainer("ix-menu", defineCustomElement, [
|
|
4
|
+
"showSettings",
|
|
5
|
+
"showAbout",
|
|
6
|
+
"enableToggleTheme",
|
|
7
|
+
"applicationName",
|
|
8
|
+
"applicationDescription",
|
|
9
|
+
"expand",
|
|
10
|
+
"startExpanded",
|
|
11
|
+
"pinned",
|
|
12
|
+
"i18nLegal",
|
|
13
|
+
"i18nSettings",
|
|
14
|
+
"i18nToggleTheme",
|
|
15
|
+
"i18nExpand",
|
|
16
|
+
"i18nCollapse",
|
|
17
|
+
"expandChange",
|
|
18
|
+
"mapExpandChange",
|
|
19
|
+
"openAppSwitch",
|
|
20
|
+
"openSettings",
|
|
21
|
+
"openAbout"
|
|
22
|
+
], [
|
|
23
|
+
"expandChange",
|
|
24
|
+
"mapExpandChange",
|
|
25
|
+
"openAppSwitch",
|
|
26
|
+
"openSettings",
|
|
27
|
+
"openAbout"
|
|
28
|
+
]);
|
|
29
|
+
export {
|
|
30
|
+
IxMenu
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=ix-menu.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-menu.js","sources":["../../src/components/ix-menu.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxMenu } from '@siemens/ix/components/ix-menu.js';\n\nexport const IxMenu: StencilVueComponent<JSX.IxMenu> = /*@__PURE__*/ defineContainer<JSX.IxMenu>('ix-menu', defineIxMenu, [\n 'showSettings',\n 'showAbout',\n 'enableToggleTheme',\n 'applicationName',\n 'applicationDescription',\n 'expand',\n 'startExpanded',\n 'pinned',\n 'i18nLegal',\n 'i18nSettings',\n 'i18nToggleTheme',\n 'i18nExpand',\n 'i18nCollapse',\n 'expandChange',\n 'mapExpandChange',\n 'openAppSwitch',\n 'openSettings',\n 'openAbout'\n], [\n 'expandChange',\n 'mapExpandChange',\n 'openAppSwitch',\n 'openSettings',\n 'openAbout'\n]);\n"],"names":["defineIxMenu"],"mappings":";;AAQO,MAAM,SAAwD,gCAA4B,WAAWA,qBAAc;AAAA,EACxH;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-message-bar.js";
|
|
3
|
+
const IxMessageBar = /* @__PURE__ */ defineContainer("ix-message-bar", defineCustomElement, [
|
|
4
|
+
"type",
|
|
5
|
+
"persistent",
|
|
6
|
+
"closedChange",
|
|
7
|
+
"closeAnimationCompleted"
|
|
8
|
+
], [
|
|
9
|
+
"closedChange",
|
|
10
|
+
"closeAnimationCompleted"
|
|
11
|
+
]);
|
|
12
|
+
export {
|
|
13
|
+
IxMessageBar
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=ix-message-bar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-message-bar.js","sources":["../../src/components/ix-message-bar.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxMessageBar } from '@siemens/ix/components/ix-message-bar.js';\n\nexport const IxMessageBar: StencilVueComponent<JSX.IxMessageBar> = /*@__PURE__*/ defineContainer<JSX.IxMessageBar>('ix-message-bar', defineIxMessageBar, [\n 'type',\n 'persistent',\n 'closedChange',\n 'closeAnimationCompleted'\n], [\n 'closedChange',\n 'closeAnimationCompleted'\n]);\n"],"names":["defineIxMessageBar"],"mappings":";;AAQO,MAAM,eAAoE,gCAAkC,kBAAkBA,qBAAoB;AAAA,EACvJ;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-modal-content.js";
|
|
3
|
+
const IxModalContent = /* @__PURE__ */ defineContainer("ix-modal-content", defineCustomElement);
|
|
4
|
+
export {
|
|
5
|
+
IxModalContent
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=ix-modal-content.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-modal-content.js","sources":["../../src/components/ix-modal-content.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxModalContent } from '@siemens/ix/components/ix-modal-content.js';\n\nexport const IxModalContent: StencilVueComponent<JSX.IxModalContent> = /*@__PURE__*/ defineContainer<JSX.IxModalContent>('ix-modal-content', defineIxModalContent);\n"],"names":["defineIxModalContent"],"mappings":";;AAQO,MAAM,iBAAwE,gCAAoC,oBAAoBA,mBAAoB;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-modal-footer.js";
|
|
3
|
+
const IxModalFooter = /* @__PURE__ */ defineContainer("ix-modal-footer", defineCustomElement);
|
|
4
|
+
export {
|
|
5
|
+
IxModalFooter
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=ix-modal-footer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-modal-footer.js","sources":["../../src/components/ix-modal-footer.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxModalFooter } from '@siemens/ix/components/ix-modal-footer.js';\n\nexport const IxModalFooter: StencilVueComponent<JSX.IxModalFooter> = /*@__PURE__*/ defineContainer<JSX.IxModalFooter>('ix-modal-footer', defineIxModalFooter);\n"],"names":["defineIxModalFooter"],"mappings":";;AAQO,MAAM,gBAAsE,gCAAmC,mBAAmBA,mBAAmB;"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-modal-header.js";
|
|
3
|
+
const IxModalHeader = /* @__PURE__ */ defineContainer("ix-modal-header", defineCustomElement, [
|
|
4
|
+
"hideClose",
|
|
5
|
+
"icon",
|
|
6
|
+
"ariaLabelIcon",
|
|
7
|
+
"ariaLabelCloseIconButton",
|
|
8
|
+
"iconColor",
|
|
9
|
+
"closeClick"
|
|
10
|
+
], [
|
|
11
|
+
"closeClick"
|
|
12
|
+
]);
|
|
13
|
+
export {
|
|
14
|
+
IxModalHeader
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ix-modal-header.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-modal-header.js","sources":["../../src/components/ix-modal-header.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxModalHeader } from '@siemens/ix/components/ix-modal-header.js';\n\nexport const IxModalHeader: StencilVueComponent<JSX.IxModalHeader> = /*@__PURE__*/ defineContainer<JSX.IxModalHeader>('ix-modal-header', defineIxModalHeader, [\n 'hideClose',\n 'icon',\n 'ariaLabelIcon',\n 'ariaLabelCloseIconButton',\n 'iconColor',\n 'closeClick'\n], [\n 'closeClick'\n]);\n"],"names":["defineIxModalHeader"],"mappings":";;AAQO,MAAM,gBAAsE,gCAAmC,mBAAmBA,qBAAqB;AAAA,EAC5J;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AACF,CAAC;"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-modal.js";
|
|
3
|
+
const IxModal = /* @__PURE__ */ defineContainer("ix-modal", defineCustomElement, [
|
|
4
|
+
"size",
|
|
5
|
+
"disableAnimation",
|
|
6
|
+
"hideBackdrop",
|
|
7
|
+
"closeOnBackdropClick",
|
|
8
|
+
"beforeDismiss",
|
|
9
|
+
"centered",
|
|
10
|
+
"isNonBlocking",
|
|
11
|
+
"dialogClose",
|
|
12
|
+
"dialogDismiss"
|
|
13
|
+
], [
|
|
14
|
+
"dialogClose",
|
|
15
|
+
"dialogDismiss"
|
|
16
|
+
]);
|
|
17
|
+
export {
|
|
18
|
+
IxModal
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=ix-modal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-modal.js","sources":["../../src/components/ix-modal.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxModal } from '@siemens/ix/components/ix-modal.js';\n\nexport const IxModal: StencilVueComponent<JSX.IxModal> = /*@__PURE__*/ defineContainer<JSX.IxModal>('ix-modal', defineIxModal, [\n 'size',\n 'disableAnimation',\n 'hideBackdrop',\n 'closeOnBackdropClick',\n 'beforeDismiss',\n 'centered',\n 'isNonBlocking',\n 'dialogClose',\n 'dialogDismiss'\n], [\n 'dialogClose',\n 'dialogDismiss'\n]);\n"],"names":["defineIxModal"],"mappings":";;AAQO,MAAM,UAA0D,gCAA6B,YAAYA,qBAAe;AAAA,EAC7H;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-number-input.js";
|
|
3
|
+
const IxNumberInput = /* @__PURE__ */ defineContainer(
|
|
4
|
+
"ix-number-input",
|
|
5
|
+
defineCustomElement,
|
|
6
|
+
[
|
|
7
|
+
"name",
|
|
8
|
+
"placeholder",
|
|
9
|
+
"value",
|
|
10
|
+
"required",
|
|
11
|
+
"disabled",
|
|
12
|
+
"readonly",
|
|
13
|
+
"helperText",
|
|
14
|
+
"infoText",
|
|
15
|
+
"showTextAsTooltip",
|
|
16
|
+
"validText",
|
|
17
|
+
"warningText",
|
|
18
|
+
"label",
|
|
19
|
+
"invalidText",
|
|
20
|
+
"pattern",
|
|
21
|
+
"min",
|
|
22
|
+
"max",
|
|
23
|
+
"allowedCharactersPattern",
|
|
24
|
+
"showStepperButtons",
|
|
25
|
+
"step",
|
|
26
|
+
"suppressSubmitOnEnter",
|
|
27
|
+
"textAlignment",
|
|
28
|
+
"allowEmptyValueChange",
|
|
29
|
+
"valueChange",
|
|
30
|
+
"validityStateChange",
|
|
31
|
+
"ixBlur",
|
|
32
|
+
"ixChange"
|
|
33
|
+
],
|
|
34
|
+
[
|
|
35
|
+
"valueChange",
|
|
36
|
+
"validityStateChange",
|
|
37
|
+
"ixBlur",
|
|
38
|
+
"ixChange"
|
|
39
|
+
],
|
|
40
|
+
"value",
|
|
41
|
+
"valueChange",
|
|
42
|
+
void 0
|
|
43
|
+
);
|
|
44
|
+
export {
|
|
45
|
+
IxNumberInput
|
|
46
|
+
};
|
|
47
|
+
//# sourceMappingURL=ix-number-input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-number-input.js","sources":["../../src/components/ix-number-input.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxNumberInput } from '@siemens/ix/components/ix-number-input.js';\n\nexport const IxNumberInput: StencilVueComponent<JSX.IxNumberInput, JSX.IxNumberInput[\"value\"]> = /*@__PURE__*/ defineContainer<JSX.IxNumberInput, JSX.IxNumberInput[\"value\"]>('ix-number-input', defineIxNumberInput, [\n 'name',\n 'placeholder',\n 'value',\n 'required',\n 'disabled',\n 'readonly',\n 'helperText',\n 'infoText',\n 'showTextAsTooltip',\n 'validText',\n 'warningText',\n 'label',\n 'invalidText',\n 'pattern',\n 'min',\n 'max',\n 'allowedCharactersPattern',\n 'showStepperButtons',\n 'step',\n 'suppressSubmitOnEnter',\n 'textAlignment',\n 'allowEmptyValueChange',\n 'valueChange',\n 'validityStateChange',\n 'ixBlur',\n 'ixChange'\n], [\n 'valueChange',\n 'validityStateChange',\n 'ixBlur',\n 'ixChange'\n],\n'value', 'valueChange', undefined);\n"],"names":["defineIxNumberInput"],"mappings":";;AAQO,MAAM,gBAAkG;AAAA,EAA+D;AAAA,EAAmBA;AAAAA,EAAqB;AAAA,IACpN;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA;AAAA,EACC;AAAA,IACD;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA;AAAA,EAEF;AAAA,EAAS;AAAA,EAAe;AAAS;"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-pagination.js";
|
|
3
|
+
const IxPagination = /* @__PURE__ */ defineContainer("ix-pagination", defineCustomElement, [
|
|
4
|
+
"advanced",
|
|
5
|
+
"itemCount",
|
|
6
|
+
"hideItemCount",
|
|
7
|
+
"itemCountOptions",
|
|
8
|
+
"count",
|
|
9
|
+
"selectedPage",
|
|
10
|
+
"i18nPage",
|
|
11
|
+
"i18nOf",
|
|
12
|
+
"i18nItems",
|
|
13
|
+
"ariaLabelChevronLeftIconButton",
|
|
14
|
+
"ariaLabelChevronRightIconButton",
|
|
15
|
+
"ariaLabelPageSelection",
|
|
16
|
+
"pageSelected",
|
|
17
|
+
"itemCountChanged"
|
|
18
|
+
], [
|
|
19
|
+
"pageSelected",
|
|
20
|
+
"itemCountChanged"
|
|
21
|
+
]);
|
|
22
|
+
export {
|
|
23
|
+
IxPagination
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=ix-pagination.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-pagination.js","sources":["../../src/components/ix-pagination.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxPagination } from '@siemens/ix/components/ix-pagination.js';\n\nexport const IxPagination: StencilVueComponent<JSX.IxPagination> = /*@__PURE__*/ defineContainer<JSX.IxPagination>('ix-pagination', defineIxPagination, [\n 'advanced',\n 'itemCount',\n 'hideItemCount',\n 'itemCountOptions',\n 'count',\n 'selectedPage',\n 'i18nPage',\n 'i18nOf',\n 'i18nItems',\n 'ariaLabelChevronLeftIconButton',\n 'ariaLabelChevronRightIconButton',\n 'ariaLabelPageSelection',\n 'pageSelected',\n 'itemCountChanged'\n], [\n 'pageSelected',\n 'itemCountChanged'\n]);\n"],"names":["defineIxPagination"],"mappings":";;AAQO,MAAM,eAAoE,gCAAkC,iBAAiBA,qBAAoB;AAAA,EACtJ;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-pane-layout.js";
|
|
3
|
+
const IxPaneLayout = /* @__PURE__ */ defineContainer("ix-pane-layout", defineCustomElement, [
|
|
4
|
+
"layout",
|
|
5
|
+
"variant",
|
|
6
|
+
"borderless"
|
|
7
|
+
]);
|
|
8
|
+
export {
|
|
9
|
+
IxPaneLayout
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=ix-pane-layout.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-pane-layout.js","sources":["../../src/components/ix-pane-layout.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxPaneLayout } from '@siemens/ix/components/ix-pane-layout.js';\n\nexport const IxPaneLayout: StencilVueComponent<JSX.IxPaneLayout> = /*@__PURE__*/ defineContainer<JSX.IxPaneLayout>('ix-pane-layout', defineIxPaneLayout, [\n 'layout',\n 'variant',\n 'borderless'\n]);\n"],"names":["defineIxPaneLayout"],"mappings":";;AAQO,MAAM,eAAoE,gCAAkC,kBAAkBA,qBAAoB;AAAA,EACvJ;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-pane.js";
|
|
3
|
+
const IxPane = /* @__PURE__ */ defineContainer("ix-pane", defineCustomElement, [
|
|
4
|
+
"heading",
|
|
5
|
+
"variant",
|
|
6
|
+
"hideOnCollapse",
|
|
7
|
+
"size",
|
|
8
|
+
"borderless",
|
|
9
|
+
"expanded",
|
|
10
|
+
"composition",
|
|
11
|
+
"icon",
|
|
12
|
+
"closeOnClickOutside",
|
|
13
|
+
"ariaLabelIcon",
|
|
14
|
+
"ariaLabelCollapseCloseButton",
|
|
15
|
+
"ignoreLayoutSettings",
|
|
16
|
+
"isMobile",
|
|
17
|
+
"expandedChanged",
|
|
18
|
+
"variantChanged",
|
|
19
|
+
"borderlessChanged",
|
|
20
|
+
"hideOnCollapseChanged",
|
|
21
|
+
"slotChanged"
|
|
22
|
+
], [
|
|
23
|
+
"expandedChanged",
|
|
24
|
+
"variantChanged",
|
|
25
|
+
"borderlessChanged",
|
|
26
|
+
"hideOnCollapseChanged",
|
|
27
|
+
"slotChanged"
|
|
28
|
+
]);
|
|
29
|
+
export {
|
|
30
|
+
IxPane
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=ix-pane.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-pane.js","sources":["../../src/components/ix-pane.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxPane } from '@siemens/ix/components/ix-pane.js';\n\nexport const IxPane: StencilVueComponent<JSX.IxPane> = /*@__PURE__*/ defineContainer<JSX.IxPane>('ix-pane', defineIxPane, [\n 'heading',\n 'variant',\n 'hideOnCollapse',\n 'size',\n 'borderless',\n 'expanded',\n 'composition',\n 'icon',\n 'closeOnClickOutside',\n 'ariaLabelIcon',\n 'ariaLabelCollapseCloseButton',\n 'ignoreLayoutSettings',\n 'isMobile',\n 'expandedChanged',\n 'variantChanged',\n 'borderlessChanged',\n 'hideOnCollapseChanged',\n 'slotChanged'\n], [\n 'expandedChanged',\n 'variantChanged',\n 'borderlessChanged',\n 'hideOnCollapseChanged',\n 'slotChanged'\n]);\n"],"names":["defineIxPane"],"mappings":";;AAQO,MAAM,SAAwD,gCAA4B,WAAWA,qBAAc;AAAA,EACxH;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-pill.js";
|
|
3
|
+
const IxPill = /* @__PURE__ */ defineContainer("ix-pill", defineCustomElement, [
|
|
4
|
+
"variant",
|
|
5
|
+
"outline",
|
|
6
|
+
"icon",
|
|
7
|
+
"ariaLabelIcon",
|
|
8
|
+
"background",
|
|
9
|
+
"pillColor",
|
|
10
|
+
"alignLeft",
|
|
11
|
+
"tooltipText"
|
|
12
|
+
]);
|
|
13
|
+
export {
|
|
14
|
+
IxPill
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ix-pill.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-pill.js","sources":["../../src/components/ix-pill.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxPill } from '@siemens/ix/components/ix-pill.js';\n\nexport const IxPill: StencilVueComponent<JSX.IxPill> = /*@__PURE__*/ defineContainer<JSX.IxPill>('ix-pill', defineIxPill, [\n 'variant',\n 'outline',\n 'icon',\n 'ariaLabelIcon',\n 'background',\n 'pillColor',\n 'alignLeft',\n 'tooltipText'\n]);\n"],"names":["defineIxPill"],"mappings":";;AAQO,MAAM,SAAwD,gCAA4B,WAAWA,qBAAc;AAAA,EACxH;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-progress-indicator.js";
|
|
3
|
+
const IxProgressIndicator = /* @__PURE__ */ defineContainer("ix-progress-indicator", defineCustomElement, [
|
|
4
|
+
"type",
|
|
5
|
+
"size",
|
|
6
|
+
"value",
|
|
7
|
+
"min",
|
|
8
|
+
"max",
|
|
9
|
+
"status",
|
|
10
|
+
"label",
|
|
11
|
+
"helperText",
|
|
12
|
+
"textAlignment",
|
|
13
|
+
"showTextAsTooltip"
|
|
14
|
+
]);
|
|
15
|
+
export {
|
|
16
|
+
IxProgressIndicator
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=ix-progress-indicator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-progress-indicator.js","sources":["../../src/components/ix-progress-indicator.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxProgressIndicator } from '@siemens/ix/components/ix-progress-indicator.js';\n\nexport const IxProgressIndicator: StencilVueComponent<JSX.IxProgressIndicator> = /*@__PURE__*/ defineContainer<JSX.IxProgressIndicator>('ix-progress-indicator', defineIxProgressIndicator, [\n 'type',\n 'size',\n 'value',\n 'min',\n 'max',\n 'status',\n 'label',\n 'helperText',\n 'textAlignment',\n 'showTextAsTooltip'\n]);\n"],"names":["defineIxProgressIndicator"],"mappings":";;AAQO,MAAM,sBAAkF,gCAAyC,yBAAyBA,qBAA2B;AAAA,EAC1L;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-push-card.js";
|
|
3
|
+
const IxPushCard = /* @__PURE__ */ defineContainer("ix-push-card", defineCustomElement, [
|
|
4
|
+
"icon",
|
|
5
|
+
"ariaLabelIcon",
|
|
6
|
+
"notification",
|
|
7
|
+
"heading",
|
|
8
|
+
"subheading",
|
|
9
|
+
"variant",
|
|
10
|
+
"expanded",
|
|
11
|
+
"passive"
|
|
12
|
+
]);
|
|
13
|
+
export {
|
|
14
|
+
IxPushCard
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ix-push-card.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-push-card.js","sources":["../../src/components/ix-push-card.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxy */\nimport { defineContainer, type StencilVueComponent } from '@stencil/vue-output-target/runtime';\n\nimport type { JSX } from '@siemens/ix';\nimport { defineCustomElement as defineIxPushCard } from '@siemens/ix/components/ix-push-card.js';\n\nexport const IxPushCard: StencilVueComponent<JSX.IxPushCard> = /*@__PURE__*/ defineContainer<JSX.IxPushCard>('ix-push-card', defineIxPushCard, [\n 'icon',\n 'ariaLabelIcon',\n 'notification',\n 'heading',\n 'subheading',\n 'variant',\n 'expanded',\n 'passive'\n]);\n"],"names":["defineIxPushCard"],"mappings":";;AAQO,MAAM,aAAgE,gCAAgC,gBAAgBA,qBAAkB;AAAA,EAC7I;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}
|