@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,21 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-radio-group.js";
|
|
3
|
+
const IxRadioGroup = /* @__PURE__ */ defineContainer("ix-radio-group", defineCustomElement, [
|
|
4
|
+
"helperText",
|
|
5
|
+
"label",
|
|
6
|
+
"value",
|
|
7
|
+
"invalidText",
|
|
8
|
+
"infoText",
|
|
9
|
+
"warningText",
|
|
10
|
+
"validText",
|
|
11
|
+
"showTextAsTooltip",
|
|
12
|
+
"direction",
|
|
13
|
+
"required",
|
|
14
|
+
"valueChange"
|
|
15
|
+
], [
|
|
16
|
+
"valueChange"
|
|
17
|
+
]);
|
|
18
|
+
export {
|
|
19
|
+
IxRadioGroup
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=ix-radio-group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-radio-group.js","sources":["../../src/components/ix-radio-group.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 defineIxRadioGroup } from '@siemens/ix/components/ix-radio-group.js';\n\nexport const IxRadioGroup: StencilVueComponent<JSX.IxRadioGroup> = /*@__PURE__*/ defineContainer<JSX.IxRadioGroup>('ix-radio-group', defineIxRadioGroup, [\n 'helperText',\n 'label',\n 'value',\n 'invalidText',\n 'infoText',\n 'warningText',\n 'validText',\n 'showTextAsTooltip',\n 'direction',\n 'required',\n 'valueChange'\n], [\n 'valueChange'\n]);\n"],"names":["defineIxRadioGroup"],"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;AAAA,EACA;AACF,GAAG;AAAA,EACD;AACF,CAAC;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-radio.js";
|
|
3
|
+
const IxRadio = /* @__PURE__ */ defineContainer("ix-radio", defineCustomElement, [
|
|
4
|
+
"name",
|
|
5
|
+
"value",
|
|
6
|
+
"label",
|
|
7
|
+
"disabled",
|
|
8
|
+
"checked",
|
|
9
|
+
"required",
|
|
10
|
+
"checkedChange",
|
|
11
|
+
"valueChange",
|
|
12
|
+
"ixBlur"
|
|
13
|
+
], [
|
|
14
|
+
"checkedChange",
|
|
15
|
+
"valueChange",
|
|
16
|
+
"ixBlur"
|
|
17
|
+
]);
|
|
18
|
+
export {
|
|
19
|
+
IxRadio
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=ix-radio.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-radio.js","sources":["../../src/components/ix-radio.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 defineIxRadio } from '@siemens/ix/components/ix-radio.js';\n\nexport const IxRadio: StencilVueComponent<JSX.IxRadio> = /*@__PURE__*/ defineContainer<JSX.IxRadio>('ix-radio', defineIxRadio, [\n 'name',\n 'value',\n 'label',\n 'disabled',\n 'checked',\n 'required',\n 'checkedChange',\n 'valueChange',\n 'ixBlur'\n], [\n 'checkedChange',\n 'valueChange',\n 'ixBlur'\n]);\n"],"names":["defineIxRadio"],"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;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-range-field.js";
|
|
3
|
+
const IxRangeField = /* @__PURE__ */ defineContainer("ix-range-field", defineCustomElement, [
|
|
4
|
+
"type",
|
|
5
|
+
"hideArrow"
|
|
6
|
+
]);
|
|
7
|
+
export {
|
|
8
|
+
IxRangeField
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=ix-range-field.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-range-field.js","sources":["../../src/components/ix-range-field.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 defineIxRangeField } from '@siemens/ix/components/ix-range-field.js';\n\nexport const IxRangeField: StencilVueComponent<JSX.IxRangeField> = /*@__PURE__*/ defineContainer<JSX.IxRangeField>('ix-range-field', defineIxRangeField, [\n 'type',\n 'hideArrow'\n]);\n"],"names":["defineIxRangeField"],"mappings":";;AAQO,MAAM,eAAoE,gCAAkC,kBAAkBA,qBAAoB;AAAA,EACvJ;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-row.js";
|
|
3
|
+
const IxRow = /* @__PURE__ */ defineContainer("ix-row", defineCustomElement);
|
|
4
|
+
export {
|
|
5
|
+
IxRow
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=ix-row.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-row.js","sources":["../../src/components/ix-row.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 defineIxRow } from '@siemens/ix/components/ix-row.js';\n\nexport const IxRow: StencilVueComponent<JSX.IxRow> = /*@__PURE__*/ defineContainer<JSX.IxRow>('ix-row', defineIxRow);\n"],"names":["defineIxRow"],"mappings":";;AAQO,MAAM,QAAsD,gCAA2B,UAAUA,mBAAW;"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-select-item.js";
|
|
3
|
+
const IxSelectItem = /* @__PURE__ */ defineContainer("ix-select-item", defineCustomElement, [
|
|
4
|
+
"ixFocusVisible",
|
|
5
|
+
"disableAriaSelectHandling",
|
|
6
|
+
"label",
|
|
7
|
+
"value",
|
|
8
|
+
"selected",
|
|
9
|
+
"hover",
|
|
10
|
+
"itemClick"
|
|
11
|
+
], [
|
|
12
|
+
"itemClick"
|
|
13
|
+
]);
|
|
14
|
+
export {
|
|
15
|
+
IxSelectItem
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=ix-select-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-select-item.js","sources":["../../src/components/ix-select-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 defineIxSelectItem } from '@siemens/ix/components/ix-select-item.js';\n\nexport const IxSelectItem: StencilVueComponent<JSX.IxSelectItem> = /*@__PURE__*/ defineContainer<JSX.IxSelectItem>('ix-select-item', defineIxSelectItem, [\n 'ixFocusVisible',\n 'disableAriaSelectHandling',\n 'label',\n 'value',\n 'selected',\n 'hover',\n 'itemClick'\n], [\n 'itemClick'\n]);\n"],"names":["defineIxSelectItem"],"mappings":";;AAQO,MAAM,eAAoE,gCAAkC,kBAAkBA,qBAAoB;AAAA,EACvJ;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AACF,CAAC;"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-select.js";
|
|
3
|
+
const IxSelect = /* @__PURE__ */ defineContainer(
|
|
4
|
+
"ix-select",
|
|
5
|
+
defineCustomElement,
|
|
6
|
+
[
|
|
7
|
+
"name",
|
|
8
|
+
"required",
|
|
9
|
+
"label",
|
|
10
|
+
"ariaLabelClearIconButton",
|
|
11
|
+
"ariaLabelAddItem",
|
|
12
|
+
"warningText",
|
|
13
|
+
"infoText",
|
|
14
|
+
"invalidText",
|
|
15
|
+
"validText",
|
|
16
|
+
"helperText",
|
|
17
|
+
"showTextAsTooltip",
|
|
18
|
+
"value",
|
|
19
|
+
"allowClear",
|
|
20
|
+
"mode",
|
|
21
|
+
"editable",
|
|
22
|
+
"disabled",
|
|
23
|
+
"readonly",
|
|
24
|
+
"i18nPlaceholder",
|
|
25
|
+
"i18nPlaceholderEditable",
|
|
26
|
+
"i18nSelectListHeader",
|
|
27
|
+
"i18nNoMatches",
|
|
28
|
+
"i18nAllSelected",
|
|
29
|
+
"i18nRemoveSelectedItem",
|
|
30
|
+
"hideListHeader",
|
|
31
|
+
"dropdownWidth",
|
|
32
|
+
"dropdownMaxWidth",
|
|
33
|
+
"collapseMultipleSelection",
|
|
34
|
+
"enableTopLayer",
|
|
35
|
+
"valueChange",
|
|
36
|
+
"inputChange",
|
|
37
|
+
"addItem",
|
|
38
|
+
"ixBlur"
|
|
39
|
+
],
|
|
40
|
+
[
|
|
41
|
+
"valueChange",
|
|
42
|
+
"inputChange",
|
|
43
|
+
"addItem",
|
|
44
|
+
"ixBlur"
|
|
45
|
+
],
|
|
46
|
+
"value",
|
|
47
|
+
"valueChange",
|
|
48
|
+
void 0
|
|
49
|
+
);
|
|
50
|
+
export {
|
|
51
|
+
IxSelect
|
|
52
|
+
};
|
|
53
|
+
//# sourceMappingURL=ix-select.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-select.js","sources":["../../src/components/ix-select.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 defineIxSelect } from '@siemens/ix/components/ix-select.js';\n\nexport const IxSelect: StencilVueComponent<JSX.IxSelect, JSX.IxSelect[\"value\"]> = /*@__PURE__*/ defineContainer<JSX.IxSelect, JSX.IxSelect[\"value\"]>('ix-select', defineIxSelect, [\n 'name',\n 'required',\n 'label',\n 'ariaLabelClearIconButton',\n 'ariaLabelAddItem',\n 'warningText',\n 'infoText',\n 'invalidText',\n 'validText',\n 'helperText',\n 'showTextAsTooltip',\n 'value',\n 'allowClear',\n 'mode',\n 'editable',\n 'disabled',\n 'readonly',\n 'i18nPlaceholder',\n 'i18nPlaceholderEditable',\n 'i18nSelectListHeader',\n 'i18nNoMatches',\n 'i18nAllSelected',\n 'i18nRemoveSelectedItem',\n 'hideListHeader',\n 'dropdownWidth',\n 'dropdownMaxWidth',\n 'collapseMultipleSelection',\n 'enableTopLayer',\n 'valueChange',\n 'inputChange',\n 'addItem',\n 'ixBlur'\n], [\n 'valueChange',\n 'inputChange',\n 'addItem',\n 'ixBlur'\n],\n'value', 'valueChange', undefined);\n"],"names":["defineIxSelect"],"mappings":";;AAQO,MAAM,WAAmF;AAAA,EAAqD;AAAA,EAAaA;AAAAA,EAAgB;AAAA,IAChL;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,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,26 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-slider.js";
|
|
3
|
+
const IxSlider = /* @__PURE__ */ defineContainer("ix-slider", defineCustomElement, [
|
|
4
|
+
"helperText",
|
|
5
|
+
"label",
|
|
6
|
+
"invalidText",
|
|
7
|
+
"infoText",
|
|
8
|
+
"warningText",
|
|
9
|
+
"validText",
|
|
10
|
+
"showTextAsTooltip",
|
|
11
|
+
"step",
|
|
12
|
+
"min",
|
|
13
|
+
"max",
|
|
14
|
+
"value",
|
|
15
|
+
"marker",
|
|
16
|
+
"trace",
|
|
17
|
+
"traceReference",
|
|
18
|
+
"disabled",
|
|
19
|
+
"valueChange"
|
|
20
|
+
], [
|
|
21
|
+
"valueChange"
|
|
22
|
+
]);
|
|
23
|
+
export {
|
|
24
|
+
IxSlider
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=ix-slider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-slider.js","sources":["../../src/components/ix-slider.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 defineIxSlider } from '@siemens/ix/components/ix-slider.js';\n\nexport const IxSlider: StencilVueComponent<JSX.IxSlider> = /*@__PURE__*/ defineContainer<JSX.IxSlider>('ix-slider', defineIxSlider, [\n 'helperText',\n 'label',\n 'invalidText',\n 'infoText',\n 'warningText',\n 'validText',\n 'showTextAsTooltip',\n 'step',\n 'min',\n 'max',\n 'value',\n 'marker',\n 'trace',\n 'traceReference',\n 'disabled',\n 'valueChange'\n], [\n 'valueChange'\n]);\n"],"names":["defineIxSlider"],"mappings":";;AAQO,MAAM,WAA4D,gCAA8B,aAAaA,qBAAgB;AAAA,EAClI;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;AACF,CAAC;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-spinner.js";
|
|
3
|
+
const IxSpinner = /* @__PURE__ */ defineContainer("ix-spinner", defineCustomElement, [
|
|
4
|
+
"variant",
|
|
5
|
+
"size",
|
|
6
|
+
"hideTrack"
|
|
7
|
+
]);
|
|
8
|
+
export {
|
|
9
|
+
IxSpinner
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=ix-spinner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-spinner.js","sources":["../../src/components/ix-spinner.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 defineIxSpinner } from '@siemens/ix/components/ix-spinner.js';\n\nexport const IxSpinner: StencilVueComponent<JSX.IxSpinner> = /*@__PURE__*/ defineContainer<JSX.IxSpinner>('ix-spinner', defineIxSpinner, [\n 'variant',\n 'size',\n 'hideTrack'\n]);\n"],"names":["defineIxSpinner"],"mappings":";;AAQO,MAAM,YAA8D,gCAA+B,cAAcA,qBAAiB;AAAA,EACvI;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-split-button.js";
|
|
3
|
+
const IxSplitButton = /* @__PURE__ */ defineContainer("ix-split-button", defineCustomElement, [
|
|
4
|
+
"variant",
|
|
5
|
+
"closeBehavior",
|
|
6
|
+
"label",
|
|
7
|
+
"ariaLabelButton",
|
|
8
|
+
"icon",
|
|
9
|
+
"splitIcon",
|
|
10
|
+
"ariaLabelSplitIconButton",
|
|
11
|
+
"disabled",
|
|
12
|
+
"disableButton",
|
|
13
|
+
"disableDropdownButton",
|
|
14
|
+
"enableTopLayer",
|
|
15
|
+
"buttonClick"
|
|
16
|
+
], [
|
|
17
|
+
"buttonClick"
|
|
18
|
+
]);
|
|
19
|
+
export {
|
|
20
|
+
IxSplitButton
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=ix-split-button.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-split-button.js","sources":["../../src/components/ix-split-button.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 defineIxSplitButton } from '@siemens/ix/components/ix-split-button.js';\n\nexport const IxSplitButton: StencilVueComponent<JSX.IxSplitButton> = /*@__PURE__*/ defineContainer<JSX.IxSplitButton>('ix-split-button', defineIxSplitButton, [\n 'variant',\n 'closeBehavior',\n 'label',\n 'ariaLabelButton',\n 'icon',\n 'splitIcon',\n 'ariaLabelSplitIconButton',\n 'disabled',\n 'disableButton',\n 'disableDropdownButton',\n 'enableTopLayer',\n 'buttonClick'\n], [\n 'buttonClick'\n]);\n"],"names":["defineIxSplitButton"],"mappings":";;AAQO,MAAM,gBAAsE,gCAAmC,mBAAmBA,qBAAqB;AAAA,EAC5J;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;AACF,CAAC;"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-tab-item.js";
|
|
3
|
+
const IxTabItem = /* @__PURE__ */ defineContainer("ix-tab-item", defineCustomElement, [
|
|
4
|
+
"tabKey",
|
|
5
|
+
"selected",
|
|
6
|
+
"disabled",
|
|
7
|
+
"icon",
|
|
8
|
+
"counter",
|
|
9
|
+
"closable",
|
|
10
|
+
"label",
|
|
11
|
+
"ariaLabelCloseButton",
|
|
12
|
+
"placement",
|
|
13
|
+
"rounded",
|
|
14
|
+
"small",
|
|
15
|
+
"layout",
|
|
16
|
+
"iconOnly",
|
|
17
|
+
"tabClick",
|
|
18
|
+
"tabClose"
|
|
19
|
+
], [
|
|
20
|
+
"tabClick",
|
|
21
|
+
"tabClose"
|
|
22
|
+
]);
|
|
23
|
+
export {
|
|
24
|
+
IxTabItem
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=ix-tab-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-tab-item.js","sources":["../../src/components/ix-tab-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 defineIxTabItem } from '@siemens/ix/components/ix-tab-item.js';\n\nexport const IxTabItem: StencilVueComponent<JSX.IxTabItem> = /*@__PURE__*/ defineContainer<JSX.IxTabItem>('ix-tab-item', defineIxTabItem, [\n 'tabKey',\n 'selected',\n 'disabled',\n 'icon',\n 'counter',\n 'closable',\n 'label',\n 'ariaLabelCloseButton',\n 'placement',\n 'rounded',\n 'small',\n 'layout',\n 'iconOnly',\n 'tabClick',\n 'tabClose'\n], [\n 'tabClick',\n 'tabClose'\n]);\n"],"names":["defineIxTabItem"],"mappings":";;AAQO,MAAM,YAA8D,gCAA+B,eAAeA,qBAAiB;AAAA,EACxI;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;AACF,CAAC;"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-tabs.js";
|
|
3
|
+
const IxTabs = /* @__PURE__ */ defineContainer("ix-tabs", defineCustomElement, [
|
|
4
|
+
"small",
|
|
5
|
+
"rounded",
|
|
6
|
+
"layout",
|
|
7
|
+
"placement",
|
|
8
|
+
"ariaLabelMoreTabs",
|
|
9
|
+
"activeTabKey",
|
|
10
|
+
"keyboardNavigation",
|
|
11
|
+
"tabChange",
|
|
12
|
+
"tabClose"
|
|
13
|
+
], [
|
|
14
|
+
"tabChange",
|
|
15
|
+
"tabClose"
|
|
16
|
+
]);
|
|
17
|
+
export {
|
|
18
|
+
IxTabs
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=ix-tabs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-tabs.js","sources":["../../src/components/ix-tabs.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 defineIxTabs } from '@siemens/ix/components/ix-tabs.js';\n\nexport const IxTabs: StencilVueComponent<JSX.IxTabs> = /*@__PURE__*/ defineContainer<JSX.IxTabs>('ix-tabs', defineIxTabs, [\n 'small',\n 'rounded',\n 'layout',\n 'placement',\n 'ariaLabelMoreTabs',\n 'activeTabKey',\n 'keyboardNavigation',\n 'tabChange',\n 'tabClose'\n], [\n 'tabChange',\n 'tabClose'\n]);\n"],"names":["defineIxTabs"],"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;AACF,GAAG;AAAA,EACD;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-textarea.js";
|
|
3
|
+
const IxTextarea = /* @__PURE__ */ defineContainer(
|
|
4
|
+
"ix-textarea",
|
|
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
|
+
"textareaHeight",
|
|
21
|
+
"textareaWidth",
|
|
22
|
+
"textareaRows",
|
|
23
|
+
"textareaCols",
|
|
24
|
+
"resizeBehavior",
|
|
25
|
+
"maxLength",
|
|
26
|
+
"minLength",
|
|
27
|
+
"valueChange",
|
|
28
|
+
"validityStateChange",
|
|
29
|
+
"ixBlur",
|
|
30
|
+
"ixChange"
|
|
31
|
+
],
|
|
32
|
+
[
|
|
33
|
+
"valueChange",
|
|
34
|
+
"validityStateChange",
|
|
35
|
+
"ixBlur",
|
|
36
|
+
"ixChange"
|
|
37
|
+
],
|
|
38
|
+
"value",
|
|
39
|
+
"valueChange",
|
|
40
|
+
void 0
|
|
41
|
+
);
|
|
42
|
+
export {
|
|
43
|
+
IxTextarea
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=ix-textarea.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-textarea.js","sources":["../../src/components/ix-textarea.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 defineIxTextarea } from '@siemens/ix/components/ix-textarea.js';\n\nexport const IxTextarea: StencilVueComponent<JSX.IxTextarea, JSX.IxTextarea[\"value\"]> = /*@__PURE__*/ defineContainer<JSX.IxTextarea, JSX.IxTextarea[\"value\"]>('ix-textarea', defineIxTextarea, [\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 'textareaHeight',\n 'textareaWidth',\n 'textareaRows',\n 'textareaCols',\n 'resizeBehavior',\n 'maxLength',\n 'minLength',\n 'valueChange',\n 'validityStateChange',\n 'ixBlur',\n 'ixChange'\n], [\n 'valueChange',\n 'validityStateChange',\n 'ixBlur',\n 'ixChange'\n],\n'value', 'valueChange', undefined);\n"],"names":["defineIxTextarea"],"mappings":";;AAQO,MAAM,aAAyF;AAAA,EAAyD;AAAA,EAAeA;AAAAA,EAAkB;AAAA,IAC9L;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,9 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-tile.js";
|
|
3
|
+
const IxTile = /* @__PURE__ */ defineContainer("ix-tile", defineCustomElement, [
|
|
4
|
+
"size"
|
|
5
|
+
]);
|
|
6
|
+
export {
|
|
7
|
+
IxTile
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=ix-tile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-tile.js","sources":["../../src/components/ix-tile.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 defineIxTile } from '@siemens/ix/components/ix-tile.js';\n\nexport const IxTile: StencilVueComponent<JSX.IxTile> = /*@__PURE__*/ defineContainer<JSX.IxTile>('ix-tile', defineIxTile, [\n 'size'\n]);\n"],"names":["defineIxTile"],"mappings":";;AAQO,MAAM,SAAwD,gCAA4B,WAAWA,qBAAc;AAAA,EACxH;AACF,CAAC;"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-time-input.js";
|
|
3
|
+
const IxTimeInput = /* @__PURE__ */ defineContainer("ix-time-input", defineCustomElement, [
|
|
4
|
+
"name",
|
|
5
|
+
"placeholder",
|
|
6
|
+
"value",
|
|
7
|
+
"format",
|
|
8
|
+
"minTime",
|
|
9
|
+
"maxTime",
|
|
10
|
+
"required",
|
|
11
|
+
"helperText",
|
|
12
|
+
"label",
|
|
13
|
+
"invalidText",
|
|
14
|
+
"readonly",
|
|
15
|
+
"disabled",
|
|
16
|
+
"infoText",
|
|
17
|
+
"warningText",
|
|
18
|
+
"validText",
|
|
19
|
+
"showTextAsTooltip",
|
|
20
|
+
"i18nErrorTimeUnparsable",
|
|
21
|
+
"hourInterval",
|
|
22
|
+
"minuteInterval",
|
|
23
|
+
"secondInterval",
|
|
24
|
+
"millisecondInterval",
|
|
25
|
+
"i18nSelectTime",
|
|
26
|
+
"i18nTime",
|
|
27
|
+
"i18nHourColumnHeader",
|
|
28
|
+
"i18nMinuteColumnHeader",
|
|
29
|
+
"i18nSecondColumnHeader",
|
|
30
|
+
"i18nMillisecondColumnHeader",
|
|
31
|
+
"suppressSubmitOnEnter",
|
|
32
|
+
"hideHeader",
|
|
33
|
+
"textAlignment",
|
|
34
|
+
"enableTopLayer",
|
|
35
|
+
"ariaLabelTimeToggleButton",
|
|
36
|
+
"valueChange",
|
|
37
|
+
"validityStateChange",
|
|
38
|
+
"ixFocus",
|
|
39
|
+
"ixBlur",
|
|
40
|
+
"ixChange"
|
|
41
|
+
], [
|
|
42
|
+
"valueChange",
|
|
43
|
+
"validityStateChange",
|
|
44
|
+
"ixFocus",
|
|
45
|
+
"ixBlur",
|
|
46
|
+
"ixChange"
|
|
47
|
+
]);
|
|
48
|
+
export {
|
|
49
|
+
IxTimeInput
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=ix-time-input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-time-input.js","sources":["../../src/components/ix-time-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 defineIxTimeInput } from '@siemens/ix/components/ix-time-input.js';\n\nexport const IxTimeInput: StencilVueComponent<JSX.IxTimeInput> = /*@__PURE__*/ defineContainer<JSX.IxTimeInput>('ix-time-input', defineIxTimeInput, [\n 'name',\n 'placeholder',\n 'value',\n 'format',\n 'minTime',\n 'maxTime',\n 'required',\n 'helperText',\n 'label',\n 'invalidText',\n 'readonly',\n 'disabled',\n 'infoText',\n 'warningText',\n 'validText',\n 'showTextAsTooltip',\n 'i18nErrorTimeUnparsable',\n 'hourInterval',\n 'minuteInterval',\n 'secondInterval',\n 'millisecondInterval',\n 'i18nSelectTime',\n 'i18nTime',\n 'i18nHourColumnHeader',\n 'i18nMinuteColumnHeader',\n 'i18nSecondColumnHeader',\n 'i18nMillisecondColumnHeader',\n 'suppressSubmitOnEnter',\n 'hideHeader',\n 'textAlignment',\n 'enableTopLayer',\n 'ariaLabelTimeToggleButton',\n 'valueChange',\n 'validityStateChange',\n 'ixFocus',\n 'ixBlur',\n 'ixChange'\n], [\n 'valueChange',\n 'validityStateChange',\n 'ixFocus',\n 'ixBlur',\n 'ixChange'\n]);\n"],"names":["defineIxTimeInput"],"mappings":";;AAQO,MAAM,cAAkE,gCAAiC,iBAAiBA,qBAAmB;AAAA,EAClJ;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;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;AAAA,EACA;AAAA,EACA;AACF,GAAG;AAAA,EACD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-time-picker.js";
|
|
3
|
+
const IxTimePicker = /* @__PURE__ */ defineContainer("ix-time-picker", defineCustomElement, [
|
|
4
|
+
"format",
|
|
5
|
+
"corners",
|
|
6
|
+
"embedded",
|
|
7
|
+
"dateTimePickerAppearance",
|
|
8
|
+
"hideHeader",
|
|
9
|
+
"hourInterval",
|
|
10
|
+
"minuteInterval",
|
|
11
|
+
"secondInterval",
|
|
12
|
+
"millisecondInterval",
|
|
13
|
+
"time",
|
|
14
|
+
"minTime",
|
|
15
|
+
"maxTime",
|
|
16
|
+
"i18nConfirmTime",
|
|
17
|
+
"i18nHeader",
|
|
18
|
+
"i18nHourColumnHeader",
|
|
19
|
+
"i18nMinuteColumnHeader",
|
|
20
|
+
"i18nSecondColumnHeader",
|
|
21
|
+
"i18nMillisecondColumnHeader",
|
|
22
|
+
"timeSelect",
|
|
23
|
+
"timeChange"
|
|
24
|
+
], [
|
|
25
|
+
"timeSelect",
|
|
26
|
+
"timeChange"
|
|
27
|
+
]);
|
|
28
|
+
export {
|
|
29
|
+
IxTimePicker
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=ix-time-picker.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-time-picker.js","sources":["../../src/components/ix-time-picker.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 defineIxTimePicker } from '@siemens/ix/components/ix-time-picker.js';\n\nexport const IxTimePicker: StencilVueComponent<JSX.IxTimePicker> = /*@__PURE__*/ defineContainer<JSX.IxTimePicker>('ix-time-picker', defineIxTimePicker, [\n 'format',\n 'corners',\n 'embedded',\n 'dateTimePickerAppearance',\n 'hideHeader',\n 'hourInterval',\n 'minuteInterval',\n 'secondInterval',\n 'millisecondInterval',\n 'time',\n 'minTime',\n 'maxTime',\n 'i18nConfirmTime',\n 'i18nHeader',\n 'i18nHourColumnHeader',\n 'i18nMinuteColumnHeader',\n 'i18nSecondColumnHeader',\n 'i18nMillisecondColumnHeader',\n 'timeSelect',\n 'timeChange'\n], [\n 'timeSelect',\n 'timeChange'\n]);\n"],"names":["defineIxTimePicker"],"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;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,9 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-toast-container.js";
|
|
3
|
+
const IxToastContainer = /* @__PURE__ */ defineContainer("ix-toast-container", defineCustomElement, [
|
|
4
|
+
"position"
|
|
5
|
+
]);
|
|
6
|
+
export {
|
|
7
|
+
IxToastContainer
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=ix-toast-container.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-toast-container.js","sources":["../../src/components/ix-toast-container.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 defineIxToastContainer } from '@siemens/ix/components/ix-toast-container.js';\n\nexport const IxToastContainer: StencilVueComponent<JSX.IxToastContainer> = /*@__PURE__*/ defineContainer<JSX.IxToastContainer>('ix-toast-container', defineIxToastContainer, [\n 'position'\n]);\n"],"names":["defineIxToastContainer"],"mappings":";;AAQO,MAAM,mBAA4E,gCAAsC,sBAAsBA,qBAAwB;AAAA,EAC3K;AACF,CAAC;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-toast.js";
|
|
3
|
+
const IxToast = /* @__PURE__ */ defineContainer("ix-toast", defineCustomElement, [
|
|
4
|
+
"type",
|
|
5
|
+
"toastTitle",
|
|
6
|
+
"autoCloseDelay",
|
|
7
|
+
"preventAutoClose",
|
|
8
|
+
"icon",
|
|
9
|
+
"iconColor",
|
|
10
|
+
"hideIcon",
|
|
11
|
+
"ariaLabelCloseIconButton",
|
|
12
|
+
"closeToast"
|
|
13
|
+
], [
|
|
14
|
+
"closeToast"
|
|
15
|
+
]);
|
|
16
|
+
export {
|
|
17
|
+
IxToast
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=ix-toast.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-toast.js","sources":["../../src/components/ix-toast.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 defineIxToast } from '@siemens/ix/components/ix-toast.js';\n\nexport const IxToast: StencilVueComponent<JSX.IxToast> = /*@__PURE__*/ defineContainer<JSX.IxToast>('ix-toast', defineIxToast, [\n 'type',\n 'toastTitle',\n 'autoCloseDelay',\n 'preventAutoClose',\n 'icon',\n 'iconColor',\n 'hideIcon',\n 'ariaLabelCloseIconButton',\n 'closeToast'\n], [\n 'closeToast'\n]);\n"],"names":["defineIxToast"],"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;AACF,CAAC;"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineContainer } from "@stencil/vue-output-target/runtime";
|
|
2
|
+
import { defineCustomElement } from "@siemens/ix/components/ix-toggle-button.js";
|
|
3
|
+
const IxToggleButton = /* @__PURE__ */ defineContainer("ix-toggle-button", defineCustomElement, [
|
|
4
|
+
"variant",
|
|
5
|
+
"disabled",
|
|
6
|
+
"loading",
|
|
7
|
+
"icon",
|
|
8
|
+
"iconRight",
|
|
9
|
+
"pressed",
|
|
10
|
+
"pressedChange"
|
|
11
|
+
], [
|
|
12
|
+
"pressedChange"
|
|
13
|
+
]);
|
|
14
|
+
export {
|
|
15
|
+
IxToggleButton
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=ix-toggle-button.js.map
|