@siemens/ix 1.0.0-beta.2
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/LICENSE +21 -0
- package/dist/cjs/_commonjsHelpers-1a0c346f.js +23 -0
- package/dist/cjs/animation-dfe01edc.js +19 -0
- package/dist/cjs/anime.es-8822f296.js +1311 -0
- package/dist/cjs/base-button-eb1d47db.js +33 -0
- package/dist/cjs/default-tree-item-4597cd84.js +22 -0
- package/dist/cjs/flip-tile-state-c95639e5.js +18 -0
- package/dist/cjs/index-1e4a348f.js +1849 -0
- package/dist/cjs/index.cjs.js +96 -0
- package/dist/cjs/ix-animated-tab_2.cjs.entry.js +217 -0
- package/dist/cjs/ix-application-header.cjs.entry.js +19 -0
- package/dist/cjs/ix-basic-navigation.cjs.entry.js +44 -0
- package/dist/cjs/ix-blind.cjs.entry.js +89 -0
- package/dist/cjs/ix-breadcrumb_2.cjs.entry.js +155 -0
- package/dist/cjs/ix-button.cjs.entry.js +50 -0
- package/dist/cjs/ix-category-filter.cjs.entry.js +399 -0
- package/dist/cjs/ix-chip.cjs.entry.js +47 -0
- package/dist/cjs/ix-counter-pill.cjs.entry.js +40 -0
- package/dist/cjs/ix-date-picker_2.cjs.entry.js +8881 -0
- package/dist/cjs/ix-date-time-card.cjs.entry.js +36 -0
- package/dist/cjs/ix-datetime-picker.cjs.entry.js +44 -0
- package/dist/cjs/ix-drawer.cjs.entry.js +122 -0
- package/dist/cjs/ix-dropdown_2.cjs.entry.js +203 -0
- package/dist/cjs/ix-event-list_2.cjs.entry.js +151 -0
- package/dist/cjs/ix-expanding-search.cjs.entry.js +91 -0
- package/dist/cjs/ix-filter-chip.cjs.entry.js +30 -0
- package/dist/cjs/ix-flip-tile_2.cjs.entry.js +79 -0
- package/dist/cjs/ix-group_3.cjs.entry.js +174 -0
- package/dist/cjs/ix-icon-button.cjs.entry.js +40 -0
- package/dist/cjs/ix-icon.cjs.entry.js +33 -0
- package/dist/cjs/ix-input-group.cjs.entry.js +40 -0
- package/dist/cjs/ix-kpi.cjs.entry.js +50 -0
- package/dist/cjs/ix-map-navigation_2.cjs.entry.js +190 -0
- package/dist/cjs/ix-menu_9.cjs.entry.js +872 -0
- package/dist/cjs/ix-message-bar.cjs.entry.js +58 -0
- package/dist/cjs/ix-modal-example.cjs.entry.js +24 -0
- package/dist/cjs/ix-modal_2.cjs.entry.js +14 -0
- package/dist/cjs/ix-pill.cjs.entry.js +40 -0
- package/dist/cjs/ix-select_2.cjs.entry.js +309 -0
- package/dist/cjs/ix-spinner.cjs.entry.js +30 -0
- package/dist/cjs/ix-split-button_2.cjs.entry.js +114 -0
- package/dist/cjs/ix-tab-item.cjs.entry.js +67 -0
- package/dist/cjs/ix-tabs.cjs.entry.js +187 -0
- package/dist/cjs/ix-tile.cjs.entry.js +27 -0
- package/dist/cjs/ix-toast_2.cjs.entry.js +155 -0
- package/dist/cjs/ix-toggle.cjs.entry.js +82 -0
- package/dist/cjs/ix-tree_2.cjs.entry.js +690 -0
- package/dist/cjs/ix-upload.cjs.entry.js +139 -0
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js +107 -0
- package/dist/cjs/ix-workflow-step.cjs.entry.js +114 -0
- package/dist/cjs/ix-workflow-steps.cjs.entry.js +83 -0
- package/dist/cjs/loader.cjs.js +21 -0
- package/dist/cjs/logical-filter-operator-467e2faf.js +35 -0
- package/dist/cjs/modal-5be2b1a3.js +221 -0
- package/dist/cjs/modal-utils-5d7bb217.js +42 -0
- package/dist/cjs/mutation-observer-29bedada.js +13 -0
- package/dist/cjs/my-component.cjs.entry.js +19 -0
- package/dist/cjs/popper-d7a0f999.js +1801 -0
- package/dist/cjs/rwd.util-482d41d4.js +42 -0
- package/dist/cjs/siemens-ix.cjs.js +19 -0
- package/dist/cjs/typed-event-8f5a32a2.js +46 -0
- package/dist/cjs/upload-file-state-923b2c65.js +17 -0
- package/dist/collection/collection-manifest.json +258 -0
- package/dist/collection/components/animated-tab/animated-tab.css +14 -0
- package/dist/collection/components/animated-tab/animated-tab.js +59 -0
- package/dist/collection/components/animated-tabs/animated-tabs.css +158 -0
- package/dist/collection/components/animated-tabs/animated-tabs.js +303 -0
- package/dist/collection/components/application-header/application-header.css +29 -0
- package/dist/collection/components/application-header/application-header.js +45 -0
- package/dist/collection/components/basic-navigation/basic-navigation.css +29 -0
- package/dist/collection/components/basic-navigation/basic-navigation.js +91 -0
- package/dist/collection/components/blind/blind.css +146 -0
- package/dist/collection/components/blind/blind.js +152 -0
- package/dist/collection/components/breadcrumb/breadcrumb.css +228 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +252 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +11 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +59 -0
- package/dist/collection/components/button/base-button.js +29 -0
- package/dist/collection/components/button/button.css +12 -0
- package/dist/collection/components/button/button.js +192 -0
- package/dist/collection/components/category-filter/category-filter.css +189 -0
- package/dist/collection/components/category-filter/category-filter.js +704 -0
- package/dist/collection/components/category-filter/filter-state.js +10 -0
- package/dist/collection/components/category-filter/input-state.js +17 -0
- package/dist/collection/components/category-filter/logical-filter-operator.js +13 -0
- package/dist/collection/components/chip/chip.css +475 -0
- package/dist/collection/components/chip/chip.js +197 -0
- package/dist/collection/components/counter-pill/counter-pill.css +313 -0
- package/dist/collection/components/counter-pill/counter-pill.js +137 -0
- package/dist/collection/components/date-picker/date-picker.css +222 -0
- package/dist/collection/components/date-picker/date-picker.js +365 -0
- package/dist/collection/components/date-time-card/date-time-card.css +49 -0
- package/dist/collection/components/date-time-card/date-time-card.js +89 -0
- package/dist/collection/components/datetime-picker/datetime-picker.css +35 -0
- package/dist/collection/components/datetime-picker/datetime-picker.js +161 -0
- package/dist/collection/components/drawer/drawer.css +78 -0
- package/dist/collection/components/drawer/drawer.js +300 -0
- package/dist/collection/components/dropdown/dropdown.css +536 -0
- package/dist/collection/components/dropdown/dropdown.js +392 -0
- package/dist/collection/components/dropdown-item/dropdown-item.css +61 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js +187 -0
- package/dist/collection/components/event-list/event-list.css +58 -0
- package/dist/collection/components/event-list/event-list.js +197 -0
- package/dist/collection/components/event-list-item/event-list-item.css +109 -0
- package/dist/collection/components/event-list-item/event-list-item.js +162 -0
- package/dist/collection/components/expanding-search/expanding-search.css +124 -0
- package/dist/collection/components/expanding-search/expanding-search.js +177 -0
- package/dist/collection/components/filter-chip/filter-chip.css +82 -0
- package/dist/collection/components/filter-chip/filter-chip.js +74 -0
- package/dist/collection/components/flip-tile/flip-tile-state.js +16 -0
- package/dist/collection/components/flip-tile/flip-tile.css +143 -0
- package/dist/collection/components/flip-tile/flip-tile.js +125 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.css +12 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.js +23 -0
- package/dist/collection/components/group/group.css +170 -0
- package/dist/collection/components/group/group.js +329 -0
- package/dist/collection/components/group-dropdown-item/group-dropdown-item.css +11 -0
- package/dist/collection/components/group-dropdown-item/group-dropdown-item.js +60 -0
- package/dist/collection/components/group-item/group-item.css +116 -0
- package/dist/collection/components/group-item/group-item.js +200 -0
- package/dist/collection/components/icon/icon.css +45 -0
- package/dist/collection/components/icon/icon.js +91 -0
- package/dist/collection/components/icon-button/icon-button.js +242 -0
- package/dist/collection/components/input-group/input-group.css +27 -0
- package/dist/collection/components/input-group/input-group.js +48 -0
- package/dist/collection/components/kpi/kpi.css +131 -0
- package/dist/collection/components/kpi/kpi.js +151 -0
- package/dist/collection/components/map-navigation/map-navigation.css +161 -0
- package/dist/collection/components/map-navigation/map-navigation.js +355 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +237 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +105 -0
- package/dist/collection/components/menu/menu.css +128 -0
- package/dist/collection/components/menu/menu.js +969 -0
- package/dist/collection/components/menu-about/menu-about.css +207 -0
- package/dist/collection/components/menu-about/menu-about.js +188 -0
- package/dist/collection/components/menu-about-item/menu-about-item.css +12 -0
- package/dist/collection/components/menu-about-item/menu-about-item.js +42 -0
- package/dist/collection/components/menu-about-news/menu-about-news.css +99 -0
- package/dist/collection/components/menu-about-news/menu-about-news.js +204 -0
- package/dist/collection/components/menu-avatar/menu-avatar.css +91 -0
- package/dist/collection/components/menu-avatar/menu-avatar.js +136 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.css +12 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +79 -0
- package/dist/collection/components/menu-item/menu-item.css +140 -0
- package/dist/collection/components/menu-item/menu-item.js +166 -0
- package/dist/collection/components/menu-settings/menu-settings.css +204 -0
- package/dist/collection/components/menu-settings/menu-settings.js +151 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.css +13 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.js +42 -0
- package/dist/collection/components/message-bar/message-bar.css +68 -0
- package/dist/collection/components/message-bar/message-bar.js +125 -0
- package/dist/collection/components/modal/modal-utils.js +36 -0
- package/dist/collection/components/modal/modal.css +96 -0
- package/dist/collection/components/modal/modal.js +540 -0
- package/dist/collection/components/modal-container/modal-container.css +14 -0
- package/dist/collection/components/modal-container/modal-container.js +107 -0
- package/dist/collection/components/my-component/example-modal.js +31 -0
- package/dist/collection/components/my-component/my-component.css +34 -0
- package/dist/collection/components/my-component/my-component.js +22 -0
- package/dist/collection/components/pill/pill.css +269 -0
- package/dist/collection/components/pill/pill.js +155 -0
- package/dist/collection/components/select/select.css +176 -0
- package/dist/collection/components/select/select.js +509 -0
- package/dist/collection/components/select-item/select-item.css +14 -0
- package/dist/collection/components/select-item/select-item.js +169 -0
- package/dist/collection/components/spinner/spinner.css +42 -0
- package/dist/collection/components/spinner/spinner.js +137 -0
- package/dist/collection/components/split-button/split-button.css +11 -0
- package/dist/collection/components/split-button/split-button.js +310 -0
- package/dist/collection/components/split-button-item/split-button-item.css +12 -0
- package/dist/collection/components/split-button-item/split-button-item.js +79 -0
- package/dist/collection/components/tab-item/tab-item.css +195 -0
- package/dist/collection/components/tab-item/tab-item.js +219 -0
- package/dist/collection/components/tabs/tabs.css +84 -0
- package/dist/collection/components/tabs/tabs.js +305 -0
- package/dist/collection/components/tile/tile.css +92 -0
- package/dist/collection/components/tile/tile.js +60 -0
- package/dist/collection/components/time-picker/time-picker.css +94 -0
- package/dist/collection/components/time-picker/time-picker.js +274 -0
- package/dist/collection/components/toast/toast-container.js +170 -0
- package/dist/collection/components/toast/toast-utils.js +40 -0
- package/dist/collection/components/toast/toast.css +110 -0
- package/dist/collection/components/toast/toast.js +232 -0
- package/dist/collection/components/toggle/toggle.css +226 -0
- package/dist/collection/components/toggle/toggle.js +263 -0
- package/dist/collection/components/tree/tree-model.js +9 -0
- package/dist/collection/components/tree/tree.css +12 -0
- package/dist/collection/components/tree/tree.js +296 -0
- package/dist/collection/components/tree-item/default-tree-item.js +18 -0
- package/dist/collection/components/tree-item/tree-item.css +80 -0
- package/dist/collection/components/tree-item/tree-item.js +124 -0
- package/dist/collection/components/upload/upload-file-state.js +15 -0
- package/dist/collection/components/upload/upload.css +120 -0
- package/dist/collection/components/upload/upload.js +413 -0
- package/dist/collection/components/utils/animation.js +15 -0
- package/dist/collection/components/utils/button-variants.js +9 -0
- package/dist/collection/components/utils/mutation-observer.js +9 -0
- package/dist/collection/components/utils/notification-color.js +9 -0
- package/dist/collection/components/utils/popover.util.js +33 -0
- package/dist/collection/components/utils/rwd.util.js +37 -0
- package/dist/collection/components/utils/toggle-theme.js +24 -0
- package/dist/collection/components/utils/typed-event.js +42 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.css +235 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.js +167 -0
- package/dist/collection/components/workflow-step/workflow-step.css +131 -0
- package/dist/collection/components/workflow-step/workflow-step.js +249 -0
- package/dist/collection/components/workflow-steps/workflow-steps.css +29 -0
- package/dist/collection/components/workflow-steps/workflow-steps.js +182 -0
- package/dist/collection/env.js +9 -0
- package/dist/collection/exports.js +13 -0
- package/dist/collection/index.js +16 -0
- package/dist/collection/utils/test/index.js +9 -0
- package/dist/collection/utils/test/page.js +29 -0
- package/dist/components/_commonjsHelpers.js +19 -0
- package/dist/components/animation.js +17 -0
- package/dist/components/anime.es.js +1309 -0
- package/dist/components/application-header.js +32 -0
- package/dist/components/base-button.js +31 -0
- package/dist/components/button.js +68 -0
- package/dist/components/date-picker.js +268 -0
- package/dist/components/date-time-card.js +49 -0
- package/dist/components/default-tree-item.js +20 -0
- package/dist/components/dropdown-item.js +73 -0
- package/dist/components/dropdown.js +181 -0
- package/dist/components/filter-chip.js +48 -0
- package/dist/components/flip-tile-state.js +18 -0
- package/dist/components/group-item.js +63 -0
- package/dist/components/icon-button.js +68 -0
- package/dist/components/icon.js +47 -0
- package/dist/components/index.d.ts +26 -0
- package/dist/components/index.js +62 -0
- package/dist/components/ix-animated-tab.d.ts +11 -0
- package/dist/components/ix-animated-tab.js +35 -0
- package/dist/components/ix-animated-tabs.d.ts +11 -0
- package/dist/components/ix-animated-tabs.js +229 -0
- package/dist/components/ix-application-header.d.ts +11 -0
- package/dist/components/ix-application-header.js +6 -0
- package/dist/components/ix-basic-navigation.d.ts +11 -0
- package/dist/components/ix-basic-navigation.js +66 -0
- package/dist/components/ix-blind.d.ts +11 -0
- package/dist/components/ix-blind.js +105 -0
- package/dist/components/ix-breadcrumb-item.d.ts +11 -0
- package/dist/components/ix-breadcrumb-item.js +35 -0
- package/dist/components/ix-breadcrumb.d.ts +11 -0
- package/dist/components/ix-breadcrumb.js +180 -0
- package/dist/components/ix-button.d.ts +11 -0
- package/dist/components/ix-button.js +6 -0
- package/dist/components/ix-category-filter.d.ts +11 -0
- package/dist/components/ix-category-filter.js +447 -0
- package/dist/components/ix-chip.d.ts +11 -0
- package/dist/components/ix-chip.js +74 -0
- package/dist/components/ix-counter-pill.d.ts +11 -0
- package/dist/components/ix-counter-pill.js +59 -0
- package/dist/components/ix-date-picker.d.ts +11 -0
- package/dist/components/ix-date-picker.js +6 -0
- package/dist/components/ix-date-time-card.d.ts +11 -0
- package/dist/components/ix-date-time-card.js +6 -0
- package/dist/components/ix-datetime-picker.d.ts +11 -0
- package/dist/components/ix-datetime-picker.js +105 -0
- package/dist/components/ix-drawer.d.ts +11 -0
- package/dist/components/ix-drawer.js +155 -0
- package/dist/components/ix-dropdown-item.d.ts +11 -0
- package/dist/components/ix-dropdown-item.js +6 -0
- package/dist/components/ix-dropdown.d.ts +11 -0
- package/dist/components/ix-dropdown.js +6 -0
- package/dist/components/ix-event-list-item.d.ts +11 -0
- package/dist/components/ix-event-list-item.js +59 -0
- package/dist/components/ix-event-list.d.ts +11 -0
- package/dist/components/ix-event-list.js +135 -0
- package/dist/components/ix-expanding-search.d.ts +11 -0
- package/dist/components/ix-expanding-search.js +123 -0
- package/dist/components/ix-filter-chip.d.ts +11 -0
- package/dist/components/ix-filter-chip.js +6 -0
- package/dist/components/ix-flip-tile-content.d.ts +11 -0
- package/dist/components/ix-flip-tile-content.js +33 -0
- package/dist/components/ix-flip-tile.d.ts +11 -0
- package/dist/components/ix-flip-tile.js +96 -0
- package/dist/components/ix-group-dropdown-item.d.ts +11 -0
- package/dist/components/ix-group-dropdown-item.js +47 -0
- package/dist/components/ix-group-item.d.ts +11 -0
- package/dist/components/ix-group-item.js +6 -0
- package/dist/components/ix-group.d.ts +11 -0
- package/dist/components/ix-group.js +174 -0
- package/dist/components/ix-icon-button.d.ts +11 -0
- package/dist/components/ix-icon-button.js +6 -0
- package/dist/components/ix-icon.d.ts +11 -0
- package/dist/components/ix-icon.js +6 -0
- package/dist/components/ix-input-group.d.ts +11 -0
- package/dist/components/ix-input-group.js +53 -0
- package/dist/components/ix-kpi.d.ts +11 -0
- package/dist/components/ix-kpi.js +75 -0
- package/dist/components/ix-map-navigation-overlay.d.ts +11 -0
- package/dist/components/ix-map-navigation-overlay.js +6 -0
- package/dist/components/ix-map-navigation.d.ts +11 -0
- package/dist/components/ix-map-navigation.js +227 -0
- package/dist/components/ix-menu-about-item.d.ts +11 -0
- package/dist/components/ix-menu-about-item.js +34 -0
- package/dist/components/ix-menu-about-news.d.ts +11 -0
- package/dist/components/ix-menu-about-news.js +78 -0
- package/dist/components/ix-menu-about.d.ts +11 -0
- package/dist/components/ix-menu-about.js +6 -0
- package/dist/components/ix-menu-avatar-item.d.ts +11 -0
- package/dist/components/ix-menu-avatar-item.js +6 -0
- package/dist/components/ix-menu-avatar.d.ts +11 -0
- package/dist/components/ix-menu-avatar.js +83 -0
- package/dist/components/ix-menu-item.d.ts +11 -0
- package/dist/components/ix-menu-item.js +6 -0
- package/dist/components/ix-menu-settings-item.d.ts +11 -0
- package/dist/components/ix-menu-settings-item.js +34 -0
- package/dist/components/ix-menu-settings.d.ts +11 -0
- package/dist/components/ix-menu-settings.js +107 -0
- package/dist/components/ix-menu.d.ts +11 -0
- package/dist/components/ix-menu.js +601 -0
- package/dist/components/ix-message-bar.d.ts +11 -0
- package/dist/components/ix-message-bar.js +88 -0
- package/dist/components/ix-modal-container.d.ts +11 -0
- package/dist/components/ix-modal-container.js +6 -0
- package/dist/components/ix-modal-example.d.ts +11 -0
- package/dist/components/ix-modal-example.js +67 -0
- package/dist/components/ix-modal.d.ts +11 -0
- package/dist/components/ix-modal.js +6 -0
- package/dist/components/ix-pill.d.ts +11 -0
- package/dist/components/ix-pill.js +66 -0
- package/dist/components/ix-select-item.d.ts +11 -0
- package/dist/components/ix-select-item.js +6 -0
- package/dist/components/ix-select.d.ts +11 -0
- package/dist/components/ix-select.js +339 -0
- package/dist/components/ix-spinner.d.ts +11 -0
- package/dist/components/ix-spinner.js +6 -0
- package/dist/components/ix-split-button-item.d.ts +11 -0
- package/dist/components/ix-split-button-item.js +49 -0
- package/dist/components/ix-split-button.d.ts +11 -0
- package/dist/components/ix-split-button.js +135 -0
- package/dist/components/ix-tab-item.d.ts +11 -0
- package/dist/components/ix-tab-item.js +6 -0
- package/dist/components/ix-tabs.d.ts +11 -0
- package/dist/components/ix-tabs.js +6 -0
- package/dist/components/ix-tile.d.ts +11 -0
- package/dist/components/ix-tile.js +42 -0
- package/dist/components/ix-time-picker.d.ts +11 -0
- package/dist/components/ix-time-picker.js +6 -0
- package/dist/components/ix-toast-container.d.ts +11 -0
- package/dist/components/ix-toast-container.js +110 -0
- package/dist/components/ix-toast.d.ts +11 -0
- package/dist/components/ix-toast.js +6 -0
- package/dist/components/ix-toggle.d.ts +11 -0
- package/dist/components/ix-toggle.js +104 -0
- package/dist/components/ix-tree-item.d.ts +11 -0
- package/dist/components/ix-tree-item.js +6 -0
- package/dist/components/ix-tree.d.ts +11 -0
- package/dist/components/ix-tree.js +694 -0
- package/dist/components/ix-upload.d.ts +11 -0
- package/dist/components/ix-upload.js +178 -0
- package/dist/components/ix-validation-tooltip.d.ts +11 -0
- package/dist/components/ix-validation-tooltip.js +124 -0
- package/dist/components/ix-workflow-step.d.ts +11 -0
- package/dist/components/ix-workflow-step.js +142 -0
- package/dist/components/ix-workflow-steps.d.ts +11 -0
- package/dist/components/ix-workflow-steps.js +101 -0
- package/dist/components/logical-filter-operator.js +33 -0
- package/dist/components/luxon.js +8584 -0
- package/dist/components/map-navigation-overlay.js +53 -0
- package/dist/components/menu-about.js +120 -0
- package/dist/components/menu-avatar-item.js +46 -0
- package/dist/components/menu-item.js +65 -0
- package/dist/components/modal-container.js +99 -0
- package/dist/components/modal-utils.js +38 -0
- package/dist/components/modal.js +189 -0
- package/dist/components/mutation-observer.js +11 -0
- package/dist/components/my-component.d.ts +11 -0
- package/dist/components/my-component.js +32 -0
- package/dist/components/popover.util.js +36 -0
- package/dist/components/popper.js +1799 -0
- package/dist/components/rwd.util.js +39 -0
- package/dist/components/select-item.js +71 -0
- package/dist/components/spinner.js +43 -0
- package/dist/components/tab-item.js +86 -0
- package/dist/components/tabs.js +207 -0
- package/dist/components/time-picker.js +140 -0
- package/dist/components/toast.js +119 -0
- package/dist/components/tree-item.js +52 -0
- package/dist/components/typed-event.js +44 -0
- package/dist/components/upload-file-state.js +17 -0
- package/dist/esm/_commonjsHelpers-4bc7200a.js +19 -0
- package/dist/esm/animation-b667a4c4.js +17 -0
- package/dist/esm/anime.es-185e9087.js +1309 -0
- package/dist/esm/base-button-7bfb747f.js +31 -0
- package/dist/esm/default-tree-item-638c435a.js +20 -0
- package/dist/esm/flip-tile-state-28a1f8ce.js +18 -0
- package/dist/esm/index-55cfd20d.js +1819 -0
- package/dist/esm/index.js +64 -0
- package/dist/esm/ix-animated-tab_2.entry.js +212 -0
- package/dist/esm/ix-application-header.entry.js +15 -0
- package/dist/esm/ix-basic-navigation.entry.js +40 -0
- package/dist/esm/ix-blind.entry.js +85 -0
- package/dist/esm/ix-breadcrumb_2.entry.js +150 -0
- package/dist/esm/ix-button.entry.js +46 -0
- package/dist/esm/ix-category-filter.entry.js +395 -0
- package/dist/esm/ix-chip.entry.js +43 -0
- package/dist/esm/ix-counter-pill.entry.js +36 -0
- package/dist/esm/ix-date-picker_2.entry.js +8876 -0
- package/dist/esm/ix-date-time-card.entry.js +32 -0
- package/dist/esm/ix-datetime-picker.entry.js +40 -0
- package/dist/esm/ix-drawer.entry.js +118 -0
- package/dist/esm/ix-dropdown_2.entry.js +198 -0
- package/dist/esm/ix-event-list_2.entry.js +146 -0
- package/dist/esm/ix-expanding-search.entry.js +87 -0
- package/dist/esm/ix-filter-chip.entry.js +26 -0
- package/dist/esm/ix-flip-tile_2.entry.js +74 -0
- package/dist/esm/ix-group_3.entry.js +168 -0
- package/dist/esm/ix-icon-button.entry.js +36 -0
- package/dist/esm/ix-icon.entry.js +29 -0
- package/dist/esm/ix-input-group.entry.js +36 -0
- package/dist/esm/ix-kpi.entry.js +46 -0
- package/dist/esm/ix-map-navigation_2.entry.js +185 -0
- package/dist/esm/ix-menu_9.entry.js +860 -0
- package/dist/esm/ix-message-bar.entry.js +54 -0
- package/dist/esm/ix-modal-example.entry.js +20 -0
- package/dist/esm/ix-modal_2.entry.js +5 -0
- package/dist/esm/ix-pill.entry.js +36 -0
- package/dist/esm/ix-select_2.entry.js +304 -0
- package/dist/esm/ix-spinner.entry.js +26 -0
- package/dist/esm/ix-split-button_2.entry.js +109 -0
- package/dist/esm/ix-tab-item.entry.js +63 -0
- package/dist/esm/ix-tabs.entry.js +183 -0
- package/dist/esm/ix-tile.entry.js +23 -0
- package/dist/esm/ix-toast_2.entry.js +150 -0
- package/dist/esm/ix-toggle.entry.js +78 -0
- package/dist/esm/ix-tree_2.entry.js +685 -0
- package/dist/esm/ix-upload.entry.js +135 -0
- package/dist/esm/ix-validation-tooltip.entry.js +103 -0
- package/dist/esm/ix-workflow-step.entry.js +110 -0
- package/dist/esm/ix-workflow-steps.entry.js +79 -0
- package/dist/esm/loader.js +17 -0
- package/dist/esm/logical-filter-operator-1bf83315.js +33 -0
- package/dist/esm/modal-8ed87a6c.js +218 -0
- package/dist/esm/modal-utils-ec39c1bc.js +38 -0
- package/dist/esm/mutation-observer-379959bb.js +11 -0
- package/dist/esm/my-component.entry.js +15 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/popper-42db9fbd.js +1799 -0
- package/dist/esm/rwd.util-33a69d24.js +39 -0
- package/dist/esm/siemens-ix.js +17 -0
- package/dist/esm/typed-event-dd6c83dd.js +44 -0
- package/dist/esm/upload-file-state-631bb8a2.js +17 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/siemens-ix/index.esm.js +1 -0
- package/dist/siemens-ix/p-03d95feb.entry.js +1 -0
- package/dist/siemens-ix/p-0a12b3df.js +1 -0
- package/dist/siemens-ix/p-0bf04780.js +1 -0
- package/dist/siemens-ix/p-0e315bd7.entry.js +1 -0
- package/dist/siemens-ix/p-1c82637e.js +1 -0
- package/dist/siemens-ix/p-1d30454e.js +1 -0
- package/dist/siemens-ix/p-235606b2.entry.js +1 -0
- package/dist/siemens-ix/p-240d22b6.entry.js +1 -0
- package/dist/siemens-ix/p-2cda7278.entry.js +1 -0
- package/dist/siemens-ix/p-2ce29bcd.entry.js +1 -0
- package/dist/siemens-ix/p-301ddeb7.js +1 -0
- package/dist/siemens-ix/p-3613be96.entry.js +1 -0
- package/dist/siemens-ix/p-37417714.js +1 -0
- package/dist/siemens-ix/p-3f809fb3.entry.js +1 -0
- package/dist/siemens-ix/p-40842bea.entry.js +1 -0
- package/dist/siemens-ix/p-47ea9884.js +1 -0
- package/dist/siemens-ix/p-4ffec6ae.entry.js +1 -0
- package/dist/siemens-ix/p-504927a0.entry.js +1 -0
- package/dist/siemens-ix/p-5990f0cb.entry.js +1 -0
- package/dist/siemens-ix/p-59c81e2a.entry.js +1 -0
- package/dist/siemens-ix/p-5a1dcc74.js +1 -0
- package/dist/siemens-ix/p-5f9f25ef.entry.js +1 -0
- package/dist/siemens-ix/p-61b032bf.entry.js +1 -0
- package/dist/siemens-ix/p-662d756f.entry.js +1 -0
- package/dist/siemens-ix/p-6726f740.entry.js +1 -0
- package/dist/siemens-ix/p-67c2bca6.entry.js +1 -0
- package/dist/siemens-ix/p-6f625f0e.js +1 -0
- package/dist/siemens-ix/p-78df1e46.entry.js +1 -0
- package/dist/siemens-ix/p-7a4c744e.entry.js +1 -0
- package/dist/siemens-ix/p-7d667916.entry.js +1 -0
- package/dist/siemens-ix/p-7ec8a00e.entry.js +1 -0
- package/dist/siemens-ix/p-7f5a2e3c.entry.js +1 -0
- package/dist/siemens-ix/p-810b5232.js +1 -0
- package/dist/siemens-ix/p-81e46337.entry.js +1 -0
- package/dist/siemens-ix/p-8239c3a1.entry.js +1 -0
- package/dist/siemens-ix/p-9d9b8ad1.entry.js +1 -0
- package/dist/siemens-ix/p-ab715295.entry.js +1 -0
- package/dist/siemens-ix/p-b4003026.entry.js +1 -0
- package/dist/siemens-ix/p-bbcee9fb.entry.js +1 -0
- package/dist/siemens-ix/p-bd15d8ca.entry.js +1 -0
- package/dist/siemens-ix/p-bdd294d2.js +1 -0
- package/dist/siemens-ix/p-be1ec062.entry.js +1 -0
- package/dist/siemens-ix/p-c3738ffc.entry.js +1 -0
- package/dist/siemens-ix/p-ca71538c.entry.js +1 -0
- package/dist/siemens-ix/p-caf856f2.entry.js +1 -0
- package/dist/siemens-ix/p-cde8f20e.entry.js +1 -0
- package/dist/siemens-ix/p-d23706a7.js +1 -0
- package/dist/siemens-ix/p-d31bf6db.entry.js +1 -0
- package/dist/siemens-ix/p-da2cae32.js +1 -0
- package/dist/siemens-ix/p-df43662b.entry.js +1 -0
- package/dist/siemens-ix/p-e1f54836.entry.js +1 -0
- package/dist/siemens-ix/p-e4d1a964.entry.js +1 -0
- package/dist/siemens-ix/p-f2636faf.entry.js +1 -0
- package/dist/siemens-ix/p-f6da7e07.entry.js +1 -0
- package/dist/siemens-ix/p-f86fcdf4.js +1 -0
- package/dist/siemens-ix/p-fbe40498.js +1 -0
- package/dist/siemens-ix/p-fe020fa3.entry.js +1 -0
- package/dist/siemens-ix/p-fe5db4d1.entry.js +1 -0
- package/dist/siemens-ix/siemens-ix.css +19243 -0
- package/dist/siemens-ix/siemens-ix.esm.js +1 -0
- package/dist/types/components/animated-tab/animated-tab.d.ts +11 -0
- package/dist/types/components/animated-tabs/animated-tabs.d.ts +44 -0
- package/dist/types/components/application-header/application-header.d.ts +7 -0
- package/dist/types/components/basic-navigation/basic-navigation.d.ts +16 -0
- package/dist/types/components/blind/blind.d.ts +26 -0
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +48 -0
- package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +11 -0
- package/dist/types/components/button/base-button.d.ts +13 -0
- package/dist/types/components/button/button.d.ts +34 -0
- package/dist/types/components/category-filter/category-filter.d.ts +129 -0
- package/dist/types/components/category-filter/filter-state.d.ts +9 -0
- package/dist/types/components/category-filter/input-state.d.ts +6 -0
- package/dist/types/components/category-filter/logical-filter-operator.d.ts +4 -0
- package/dist/types/components/chip/chip.d.ts +38 -0
- package/dist/types/components/counter-pill/counter-pill.d.ts +24 -0
- package/dist/types/components/date-picker/date-picker.d.ts +56 -0
- package/dist/types/components/date-time-card/date-time-card.d.ts +14 -0
- package/dist/types/components/datetime-picker/datetime-picker.d.ts +31 -0
- package/dist/types/components/drawer/drawer.d.ts +49 -0
- package/dist/types/components/dropdown/dropdown.d.ts +70 -0
- package/dist/types/components/dropdown-item/dropdown-item.d.ts +33 -0
- package/dist/types/components/event-list/event-list.d.ts +31 -0
- package/dist/types/components/event-list-item/event-list-item.d.ts +34 -0
- package/dist/types/components/expanding-search/expanding-search.d.ts +31 -0
- package/dist/types/components/filter-chip/filter-chip.d.ts +14 -0
- package/dist/types/components/flip-tile/flip-tile-state.d.ts +7 -0
- package/dist/types/components/flip-tile/flip-tile.d.ts +22 -0
- package/dist/types/components/flip-tile-content/flip-tile-content.d.ts +3 -0
- package/dist/types/components/group/group.d.ts +59 -0
- package/dist/types/components/group-dropdown-item/group-dropdown-item.d.ts +11 -0
- package/dist/types/components/group-item/group-item.d.ts +39 -0
- package/dist/types/components/icon/icon.d.ts +15 -0
- package/dist/types/components/icon-button/icon-button.d.ts +51 -0
- package/dist/types/components/input-group/input-group.d.ts +5 -0
- package/dist/types/components/kpi/kpi.d.ts +25 -0
- package/dist/types/components/map-navigation/map-navigation.d.ts +59 -0
- package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +20 -0
- package/dist/types/components/menu/menu.d.ts +143 -0
- package/dist/types/components/menu-about/menu-about.d.ts +34 -0
- package/dist/types/components/menu-about-item/menu-about-item.d.ts +7 -0
- package/dist/types/components/menu-about-news/menu-about-news.d.ts +36 -0
- package/dist/types/components/menu-avatar/menu-avatar.d.ts +26 -0
- package/dist/types/components/menu-avatar-item/menu-avatar-item.d.ts +17 -0
- package/dist/types/components/menu-item/menu-item.d.ts +31 -0
- package/dist/types/components/menu-settings/menu-settings.d.ts +27 -0
- package/dist/types/components/menu-settings-item/menu-settings-item.d.ts +7 -0
- package/dist/types/components/message-bar/message-bar.d.ts +23 -0
- package/dist/types/components/modal/modal-utils.d.ts +26 -0
- package/dist/types/components/modal/modal.d.ts +99 -0
- package/dist/types/components/modal-container/modal-container.d.ts +15 -0
- package/dist/types/components/my-component/example-modal.d.ts +6 -0
- package/dist/types/components/my-component/my-component.d.ts +3 -0
- package/dist/types/components/pill/pill.d.ts +28 -0
- package/dist/types/components/select/select.d.ts +83 -0
- package/dist/types/components/select-item/select-item.d.ts +31 -0
- package/dist/types/components/spinner/spinner.d.ts +11 -0
- package/dist/types/components/split-button/split-button.d.ts +57 -0
- package/dist/types/components/split-button-item/split-button-item.d.ts +17 -0
- package/dist/types/components/tab-item/tab-item.d.ts +36 -0
- package/dist/types/components/tabs/tabs.d.ts +46 -0
- package/dist/types/components/tile/tile.d.ts +7 -0
- package/dist/types/components/time-picker/time-picker.d.ts +46 -0
- package/dist/types/components/toast/toast-container.d.ts +25 -0
- package/dist/types/components/toast/toast-utils.d.ts +33 -0
- package/dist/types/components/toast/toast.d.ts +39 -0
- package/dist/types/components/toggle/toggle.d.ts +45 -0
- package/dist/types/components/tree/tree-model.d.ts +17 -0
- package/dist/types/components/tree/tree.d.ts +44 -0
- package/dist/types/components/tree-item/default-tree-item.d.ts +6 -0
- package/dist/types/components/tree-item/tree-item.d.ts +25 -0
- package/dist/types/components/upload/upload-file-state.d.ts +6 -0
- package/dist/types/components/upload/upload.d.ts +70 -0
- package/dist/types/components/utils/animation.d.ts +7 -0
- package/dist/types/components/utils/button-variants.d.ts +1 -0
- package/dist/types/components/utils/mutation-observer.d.ts +1 -0
- package/dist/types/components/utils/notification-color.d.ts +4 -0
- package/dist/types/components/utils/popover.util.d.ts +9 -0
- package/dist/types/components/utils/rwd.util.d.ts +2 -0
- package/dist/types/components/utils/toggle-theme.d.ts +1 -0
- package/dist/types/components/utils/typed-event.d.ts +15 -0
- package/dist/types/components/validation-tooltip/validation-tooltip.d.ts +31 -0
- package/dist/types/components/workflow-step/workflow-step.d.ts +35 -0
- package/dist/types/components/workflow-steps/workflow-steps.d.ts +29 -0
- package/dist/types/components.d.ts +3453 -0
- package/dist/types/env.d.ts +1 -0
- package/dist/types/exports.d.ts +5 -0
- package/dist/types/index.d.ts +11 -0
- package/dist/types/stencil-public-runtime.d.ts +1565 -0
- package/dist/types/utils/test/index.d.ts +1 -0
- package/dist/types/utils/test/page.d.ts +3 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +12 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +10 -0
- package/package.json +86 -0
- package/scss/_common-variables.scss +60 -0
- package/scss/_fonts.scss +70 -0
- package/scss/_z-index.scss +18 -0
- package/scss/components/_button-group.scss +24 -0
- package/scss/components/_buttons.scss +150 -0
- package/scss/components/_checkboxes.scss +177 -0
- package/scss/components/_dropdown.scss +175 -0
- package/scss/components/_forms.scss +146 -0
- package/scss/components/_input-group.scss +34 -0
- package/scss/components/_links.scss +31 -0
- package/scss/components/_modal.scss +41 -0
- package/scss/components/_radiobuttons.scss +169 -0
- package/scss/components/_shadows.scss +35 -0
- package/scss/components/_table.scss +27 -0
- package/scss/ix.scss +95 -0
- package/scss/mixins/_animations.scss +30 -0
- package/scss/mixins/_fonts.scss +166 -0
- package/scss/mixins/_hover.scss +59 -0
- package/scss/mixins/_shadows.scss +12 -0
- package/scss/mixins/_text-truncation.scss +14 -0
- package/scss/theme/_define-theme-colors.scss +22 -0
- package/scss/theme/_define-theme-variable.scss +12 -0
- package/scss/theme/_define-theme.scss +36 -0
- package/scss/theme/_static-colors.scss +19 -0
- package/scss/theme/classic-dark/_sizes.scss +66 -0
- package/scss/theme/classic-dark/_variables.scss +827 -0
- package/scss/theme/classic-dark/index.scss +15 -0
- package/scss/theme/classic-light/_sizes.scss +66 -0
- package/scss/theme/classic-light/_variables.scss +830 -0
- package/scss/theme/classic-light/index.scss +15 -0
- package/src/components/animated-tab/readme.md +24 -0
- package/src/components/animated-tabs/readme.md +32 -0
- package/src/components/application-header/readme.md +21 -0
- package/src/components/basic-navigation/readme.md +22 -0
- package/src/components/blind/readme.md +29 -0
- package/src/components/breadcrumb/readme.md +33 -0
- package/src/components/breadcrumb-item/readme.md +22 -0
- package/src/components/button/readme.md +27 -0
- package/src/components/category-filter/readme.md +40 -0
- package/src/components/chip/readme.md +36 -0
- package/src/components/counter-pill/readme.md +25 -0
- package/src/components/date-picker/readme.md +32 -0
- package/src/components/date-time-card/readme.md +22 -0
- package/src/components/datetime-picker/readme.md +32 -0
- package/src/components/drawer/readme.md +47 -0
- package/src/components/dropdown/readme.md +49 -0
- package/src/components/dropdown-item/readme.md +45 -0
- package/src/components/event-list/readme.md +24 -0
- package/src/components/event-list-item/readme.md +32 -0
- package/src/components/expanding-search/readme.md +32 -0
- package/src/components/filter-chip/readme.md +30 -0
- package/src/components/flip-tile/readme.md +22 -0
- package/src/components/flip-tile-content/readme.md +14 -0
- package/src/components/group/readme.md +36 -0
- package/src/components/group-dropdown-item/readme.md +22 -0
- package/src/components/group-item/readme.md +34 -0
- package/src/components/icon/readme.md +23 -0
- package/src/components/icon-button/readme.md +31 -0
- package/src/components/input-group/readme.md +14 -0
- package/src/components/kpi/readme.md +27 -0
- package/src/components/map-navigation/readme.md +54 -0
- package/src/components/map-navigation-overlay/readme.md +30 -0
- package/src/components/menu/readme.md +86 -0
- package/src/components/menu-about/readme.md +31 -0
- package/src/components/menu-about-item/readme.md +21 -0
- package/src/components/menu-about-news/readme.md +34 -0
- package/src/components/menu-avatar/readme.md +30 -0
- package/src/components/menu-avatar-item/readme.md +29 -0
- package/src/components/menu-item/readme.md +26 -0
- package/src/components/menu-settings/readme.md +30 -0
- package/src/components/menu-settings-item/readme.md +21 -0
- package/src/components/message-bar/readme.md +31 -0
- package/src/components/modal/readme.md +67 -0
- package/src/components/modal-container/readme.md +29 -0
- package/src/components/my-component/readme.md +16 -0
- package/src/components/pill/readme.md +26 -0
- package/src/components/select/readme.md +37 -0
- package/src/components/select-item/readme.md +44 -0
- package/src/components/spinner/readme.md +22 -0
- package/src/components/split-button/readme.md +36 -0
- package/src/components/split-button-item/readme.md +29 -0
- package/src/components/tab-item/readme.md +28 -0
- package/src/components/tabs/readme.md +25 -0
- package/src/components/tile/readme.md +21 -0
- package/src/components/time-picker/readme.md +34 -0
- package/src/components/toast/readme.md +36 -0
- package/src/components/toggle/readme.md +35 -0
- package/src/components/tree/readme.md +32 -0
- package/src/components/tree-item/readme.md +31 -0
- package/src/components/upload/readme.md +51 -0
- package/src/components/validation-tooltip/readme.md +31 -0
- package/src/components/workflow-step/readme.md +28 -0
- package/src/components/workflow-steps/readme.md +33 -0
|
@@ -0,0 +1,3453 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This is an autogenerated file created by the Stencil compiler.
|
|
5
|
+
* It contains typing information for all components that exist in this project.
|
|
6
|
+
*/
|
|
7
|
+
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
import { Buttons } from "./components/utils/button-variants";
|
|
9
|
+
import { FilterState } from "./components/category-filter/filter-state";
|
|
10
|
+
import { InputState } from "./components/category-filter/input-state";
|
|
11
|
+
import { DateTimeCardCorners } from "./components/date-time-card/date-time-card";
|
|
12
|
+
import { DateTimeCardCorners as DateTimeCardCorners1 } from "./components/date-time-card/date-time-card";
|
|
13
|
+
import { Placement, PositioningStrategy } from "@popperjs/core";
|
|
14
|
+
import { FlipTileState } from "./components/flip-tile/flip-tile-state";
|
|
15
|
+
import { NotificationColor } from "./components/utils/notification-color";
|
|
16
|
+
import { TypedEvent } from "./components/utils/typed-event";
|
|
17
|
+
import { ModalConfig } from "./components/modal/modal-utils";
|
|
18
|
+
import { ToastConfig, ToastType } from "./components/toast/toast-utils";
|
|
19
|
+
import { TreeContext, TreeItemContext, TreeModel, UpdateCallback } from "./components/tree/tree-model";
|
|
20
|
+
import { UploadFileState } from "./components/upload/upload-file-state";
|
|
21
|
+
export namespace Components {
|
|
22
|
+
interface IxAnimatedTab {
|
|
23
|
+
/**
|
|
24
|
+
* Show notification number
|
|
25
|
+
*/
|
|
26
|
+
"count": number;
|
|
27
|
+
/**
|
|
28
|
+
* Icon of the tab
|
|
29
|
+
*/
|
|
30
|
+
"icon": string;
|
|
31
|
+
}
|
|
32
|
+
interface IxAnimatedTabs {
|
|
33
|
+
/**
|
|
34
|
+
* @deprecated - For debugging purposes only
|
|
35
|
+
*/
|
|
36
|
+
"disableAnimations": boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Current selected tab index
|
|
39
|
+
*/
|
|
40
|
+
"selectedIndex": number;
|
|
41
|
+
/**
|
|
42
|
+
* Placement of the tabs
|
|
43
|
+
*/
|
|
44
|
+
"tabPlacement": 'top' | 'bottom';
|
|
45
|
+
}
|
|
46
|
+
interface IxApplicationHeader {
|
|
47
|
+
/**
|
|
48
|
+
* Application name
|
|
49
|
+
*/
|
|
50
|
+
"name": string;
|
|
51
|
+
}
|
|
52
|
+
interface IxBasicNavigation {
|
|
53
|
+
/**
|
|
54
|
+
* Application name
|
|
55
|
+
*/
|
|
56
|
+
"applicationName": string;
|
|
57
|
+
/**
|
|
58
|
+
* Hide application header
|
|
59
|
+
*/
|
|
60
|
+
"hideHeader": boolean;
|
|
61
|
+
}
|
|
62
|
+
interface IxBlind {
|
|
63
|
+
/**
|
|
64
|
+
* Collapsed state
|
|
65
|
+
*/
|
|
66
|
+
"collapsed": boolean;
|
|
67
|
+
/**
|
|
68
|
+
* Label of blind
|
|
69
|
+
*/
|
|
70
|
+
"label": string;
|
|
71
|
+
}
|
|
72
|
+
interface IxBreadcrumb {
|
|
73
|
+
/**
|
|
74
|
+
* Ghost breadcrumbs will not show solid backgrounds on individual crumbs unless there is a mouse event (e.g. hover)
|
|
75
|
+
*/
|
|
76
|
+
"ghost": boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Items will be accessible through a dropdown
|
|
79
|
+
*/
|
|
80
|
+
"nextItems": string[];
|
|
81
|
+
/**
|
|
82
|
+
* Excess items will get hidden inside of dropdown
|
|
83
|
+
*/
|
|
84
|
+
"visibleItemCount": number;
|
|
85
|
+
}
|
|
86
|
+
interface IxBreadcrumbItem {
|
|
87
|
+
/**
|
|
88
|
+
* Icon to be displayed next ot the label
|
|
89
|
+
*/
|
|
90
|
+
"icon": string;
|
|
91
|
+
/**
|
|
92
|
+
* Breadcrumb label
|
|
93
|
+
*/
|
|
94
|
+
"label": string;
|
|
95
|
+
}
|
|
96
|
+
interface IxButton {
|
|
97
|
+
/**
|
|
98
|
+
* Disable the button
|
|
99
|
+
*/
|
|
100
|
+
"disabled": boolean;
|
|
101
|
+
/**
|
|
102
|
+
* Button with no background or outline
|
|
103
|
+
*/
|
|
104
|
+
"ghost": boolean;
|
|
105
|
+
/**
|
|
106
|
+
* Invisible button
|
|
107
|
+
* @deprecated use ghost property
|
|
108
|
+
*/
|
|
109
|
+
"invisible": boolean;
|
|
110
|
+
/**
|
|
111
|
+
* Outline button
|
|
112
|
+
*/
|
|
113
|
+
"outline": boolean;
|
|
114
|
+
/**
|
|
115
|
+
* Show button as selected. Should be used with outline or invisible
|
|
116
|
+
*/
|
|
117
|
+
"selected": boolean;
|
|
118
|
+
/**
|
|
119
|
+
* Type of the button
|
|
120
|
+
*/
|
|
121
|
+
"type": 'button' | 'submit';
|
|
122
|
+
/**
|
|
123
|
+
* Button varaint
|
|
124
|
+
*/
|
|
125
|
+
"variant": Buttons;
|
|
126
|
+
}
|
|
127
|
+
interface IxCategoryFilter {
|
|
128
|
+
/**
|
|
129
|
+
* Configuration object hash used to populate the dropwdown menu for typeahead and quick selection functionality. Each ID maps to an object with a label and an array of options to select from.
|
|
130
|
+
*/
|
|
131
|
+
"categories": {
|
|
132
|
+
[id: string]: {
|
|
133
|
+
label: string;
|
|
134
|
+
options: string[];
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
* A set of search criteria to populate the component with.
|
|
139
|
+
*/
|
|
140
|
+
"filterState": FilterState;
|
|
141
|
+
/**
|
|
142
|
+
* Allows to hide the icon inside the text input. Defaults to false
|
|
143
|
+
*/
|
|
144
|
+
"hideIcon": boolean;
|
|
145
|
+
/**
|
|
146
|
+
* i18n
|
|
147
|
+
*/
|
|
148
|
+
"i18nPlainText": string;
|
|
149
|
+
/**
|
|
150
|
+
* The icon next to the actual text input Defaults to 'search'
|
|
151
|
+
*/
|
|
152
|
+
"icon": string;
|
|
153
|
+
/**
|
|
154
|
+
* When set this will initially populate the component with the provided search criteria. This will trigger all input events accordingly.
|
|
155
|
+
* @deprecated will get removed with next major release (7.0.0). Use the member filterState instead.
|
|
156
|
+
*/
|
|
157
|
+
"initialState": FilterState;
|
|
158
|
+
/**
|
|
159
|
+
* i18n
|
|
160
|
+
*/
|
|
161
|
+
"labelCategories": string;
|
|
162
|
+
/**
|
|
163
|
+
* In certain use cases some categories are not available for selection any more. To allow proper display of set filters with these categories this ID to label mapping can be populated. Configuration object hash used to supply labels to the filter chips in the input field. Each ID maps to a string representing the label to display.
|
|
164
|
+
*/
|
|
165
|
+
"nonSelectableCategories"?: {
|
|
166
|
+
[id: string]: string;
|
|
167
|
+
};
|
|
168
|
+
/**
|
|
169
|
+
* Placeholder text to be displayed in an empty input field.
|
|
170
|
+
*/
|
|
171
|
+
"placeholder": string;
|
|
172
|
+
/**
|
|
173
|
+
* If set to true allows that a single category can be set more than once. An already set category will not appear in the category dropdown if set to false. Defaults to true
|
|
174
|
+
*/
|
|
175
|
+
"repeatCategories": boolean;
|
|
176
|
+
/**
|
|
177
|
+
* A list of strings that will be supplied as typeahead suggestions not tied to any categories.
|
|
178
|
+
*/
|
|
179
|
+
"suggestions": string[];
|
|
180
|
+
/**
|
|
181
|
+
* @deprecated For debugging purposes only!
|
|
182
|
+
*/
|
|
183
|
+
"tmpDisableScrollIntoView": boolean;
|
|
184
|
+
}
|
|
185
|
+
interface IxChip {
|
|
186
|
+
/**
|
|
187
|
+
* Display chip in active state. Only working witht `variant="primary"`
|
|
188
|
+
*/
|
|
189
|
+
"active": boolean;
|
|
190
|
+
/**
|
|
191
|
+
* Custom color for pill. Only working for `variant='custom'`
|
|
192
|
+
*/
|
|
193
|
+
"background": string | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* Show close icon
|
|
196
|
+
*/
|
|
197
|
+
"closable": boolean;
|
|
198
|
+
/**
|
|
199
|
+
* Custom font color for pill. Only working for `variant='custom'`
|
|
200
|
+
*/
|
|
201
|
+
"color": string | undefined;
|
|
202
|
+
/**
|
|
203
|
+
* Show icon
|
|
204
|
+
*/
|
|
205
|
+
"icon": string | undefined;
|
|
206
|
+
/**
|
|
207
|
+
* Show chip with outline style
|
|
208
|
+
*/
|
|
209
|
+
"outline": boolean;
|
|
210
|
+
/**
|
|
211
|
+
* Chip variant
|
|
212
|
+
*/
|
|
213
|
+
"variant": | 'primary'
|
|
214
|
+
| 'alarm'
|
|
215
|
+
| 'critical'
|
|
216
|
+
| 'warning'
|
|
217
|
+
| 'info'
|
|
218
|
+
| 'neutral'
|
|
219
|
+
| 'success'
|
|
220
|
+
| 'custom';
|
|
221
|
+
}
|
|
222
|
+
interface IxCounterPill {
|
|
223
|
+
/**
|
|
224
|
+
* Align pill content left
|
|
225
|
+
*/
|
|
226
|
+
"alignLeft": boolean;
|
|
227
|
+
/**
|
|
228
|
+
* Custom color for pill. Only working for `variant='custom'`
|
|
229
|
+
*/
|
|
230
|
+
"background": string | undefined;
|
|
231
|
+
/**
|
|
232
|
+
* Custom font color for pill. Only working for `variant='custom'`
|
|
233
|
+
*/
|
|
234
|
+
"color": string | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* Show pill as outline
|
|
237
|
+
*/
|
|
238
|
+
"outline": boolean;
|
|
239
|
+
/**
|
|
240
|
+
* Pill variant
|
|
241
|
+
*/
|
|
242
|
+
"variant": | 'primary'
|
|
243
|
+
| 'alarm'
|
|
244
|
+
| 'critical'
|
|
245
|
+
| 'warning'
|
|
246
|
+
| 'info'
|
|
247
|
+
| 'neutral'
|
|
248
|
+
| 'success'
|
|
249
|
+
| 'custom';
|
|
250
|
+
}
|
|
251
|
+
interface IxDatePicker {
|
|
252
|
+
/**
|
|
253
|
+
* Set corners style
|
|
254
|
+
*/
|
|
255
|
+
"corners": DateTimeCardCorners;
|
|
256
|
+
/**
|
|
257
|
+
* output date format
|
|
258
|
+
*/
|
|
259
|
+
"format": string;
|
|
260
|
+
/**
|
|
261
|
+
* set styles
|
|
262
|
+
*/
|
|
263
|
+
"individual": boolean;
|
|
264
|
+
/**
|
|
265
|
+
* Set range size
|
|
266
|
+
*/
|
|
267
|
+
"range": boolean;
|
|
268
|
+
}
|
|
269
|
+
interface IxDateTimeCard {
|
|
270
|
+
/**
|
|
271
|
+
* Set corners style
|
|
272
|
+
*/
|
|
273
|
+
"corners": DateTimeCardCorners;
|
|
274
|
+
/**
|
|
275
|
+
* set styles
|
|
276
|
+
*/
|
|
277
|
+
"individual": boolean;
|
|
278
|
+
}
|
|
279
|
+
interface IxDatetimePicker {
|
|
280
|
+
/**
|
|
281
|
+
* Set range size
|
|
282
|
+
*/
|
|
283
|
+
"range": boolean;
|
|
284
|
+
/**
|
|
285
|
+
* Show Hour Input
|
|
286
|
+
*/
|
|
287
|
+
"showHour": boolean;
|
|
288
|
+
/**
|
|
289
|
+
* Show Minutes Input
|
|
290
|
+
*/
|
|
291
|
+
"showMinutes": boolean;
|
|
292
|
+
/**
|
|
293
|
+
* Show Seconds Input
|
|
294
|
+
*/
|
|
295
|
+
"showSeconds": boolean;
|
|
296
|
+
/**
|
|
297
|
+
* Show Time Reference Input
|
|
298
|
+
*/
|
|
299
|
+
"showTimeReference": boolean;
|
|
300
|
+
}
|
|
301
|
+
interface IxDrawer {
|
|
302
|
+
/**
|
|
303
|
+
* Fired in case of an outside click during drawer showed state
|
|
304
|
+
*/
|
|
305
|
+
"closeOnClickOutside": boolean;
|
|
306
|
+
/**
|
|
307
|
+
* Render the drawer with maximum height
|
|
308
|
+
*/
|
|
309
|
+
"fullHeight": boolean;
|
|
310
|
+
/**
|
|
311
|
+
* Max width interpreted as REM
|
|
312
|
+
*/
|
|
313
|
+
"maxWidth": number;
|
|
314
|
+
/**
|
|
315
|
+
* Min width interpreted as REM
|
|
316
|
+
*/
|
|
317
|
+
"minWidth": number;
|
|
318
|
+
/**
|
|
319
|
+
* Show or hide the drawer
|
|
320
|
+
*/
|
|
321
|
+
"show": boolean;
|
|
322
|
+
/**
|
|
323
|
+
* Toggle or define show state of drawer
|
|
324
|
+
* @param show Overwrite toggle state with boolean
|
|
325
|
+
*/
|
|
326
|
+
"toggleDrawer": (show: boolean) => Promise<void>;
|
|
327
|
+
/**
|
|
328
|
+
* Width interpreted as REM if not set to 'auto'
|
|
329
|
+
*/
|
|
330
|
+
"width": number | 'auto';
|
|
331
|
+
}
|
|
332
|
+
interface IxDropdown {
|
|
333
|
+
/**
|
|
334
|
+
* Adjust dropdown width to the parent width
|
|
335
|
+
*/
|
|
336
|
+
"adjustDropdownWidthToReferenceWidth": boolean;
|
|
337
|
+
/**
|
|
338
|
+
* Adjust dropdown width to the parent width
|
|
339
|
+
* @deprecated - property has a typo and will get removed in the next major version. Use `adjustDropdownWidthToReferenceWidth` instead.
|
|
340
|
+
*/
|
|
341
|
+
"adjustDropdownWidthToReferenceWith": boolean;
|
|
342
|
+
/**
|
|
343
|
+
* Define an anchor element
|
|
344
|
+
*/
|
|
345
|
+
"anchor": string | HTMLElement;
|
|
346
|
+
/**
|
|
347
|
+
* Close behavior
|
|
348
|
+
*/
|
|
349
|
+
"closeBehavior": 'inside' | 'outside' | 'both' | boolean;
|
|
350
|
+
/**
|
|
351
|
+
* An optional header shown at the top of the dropdown
|
|
352
|
+
*/
|
|
353
|
+
"header"?: string;
|
|
354
|
+
/**
|
|
355
|
+
* Placement of the dropdown
|
|
356
|
+
*/
|
|
357
|
+
"placement": Placement;
|
|
358
|
+
/**
|
|
359
|
+
* Position strategy
|
|
360
|
+
*/
|
|
361
|
+
"positioningStrategy": PositioningStrategy;
|
|
362
|
+
/**
|
|
363
|
+
* Show dropdown
|
|
364
|
+
*/
|
|
365
|
+
"show": boolean;
|
|
366
|
+
/**
|
|
367
|
+
* Define an element that triggers the dropdown. A trigger can either be a string that will be interprated as id attribute or a DOM element.
|
|
368
|
+
*/
|
|
369
|
+
"trigger": string | HTMLElement;
|
|
370
|
+
/**
|
|
371
|
+
* Update position of dropdown
|
|
372
|
+
*/
|
|
373
|
+
"updatePosition": () => Promise<void>;
|
|
374
|
+
}
|
|
375
|
+
interface IxDropdownItem {
|
|
376
|
+
/**
|
|
377
|
+
* Whether the item is checked or not. If true a checkmark will mark the item as checked.
|
|
378
|
+
*/
|
|
379
|
+
"checked": boolean;
|
|
380
|
+
/**
|
|
381
|
+
* Disable item and remove event listeners
|
|
382
|
+
*/
|
|
383
|
+
"disabled": boolean;
|
|
384
|
+
/**
|
|
385
|
+
* Internal usage only
|
|
386
|
+
*/
|
|
387
|
+
"emitItemClick": () => Promise<void>;
|
|
388
|
+
/**
|
|
389
|
+
* Display hover state
|
|
390
|
+
*/
|
|
391
|
+
"hover": boolean;
|
|
392
|
+
/**
|
|
393
|
+
* Icon of dropdown item
|
|
394
|
+
*/
|
|
395
|
+
"icon": string;
|
|
396
|
+
/**
|
|
397
|
+
* Label of dropdown item
|
|
398
|
+
*/
|
|
399
|
+
"label": string;
|
|
400
|
+
}
|
|
401
|
+
interface IxEventList {
|
|
402
|
+
/**
|
|
403
|
+
* Animate state change transitions. Defaults to 'true'.
|
|
404
|
+
*/
|
|
405
|
+
"animated": boolean;
|
|
406
|
+
/**
|
|
407
|
+
* Display a chevron icon in list items. Defaults to 'false'
|
|
408
|
+
*/
|
|
409
|
+
"chevron": boolean;
|
|
410
|
+
/**
|
|
411
|
+
* Make event-list items more compact
|
|
412
|
+
*/
|
|
413
|
+
"compact": boolean;
|
|
414
|
+
/**
|
|
415
|
+
* Determines the height of list items. This can either be one of two predefined sizes ('S' or 'L') or an absolute pixel value. In case a number is supplied it will get converted to rem internally. Defaults to 'S'.
|
|
416
|
+
*/
|
|
417
|
+
"itemHeight": 'S' | 'L' | number;
|
|
418
|
+
}
|
|
419
|
+
interface IxEventListItem {
|
|
420
|
+
/**
|
|
421
|
+
* Show chevron on right side of the event list item
|
|
422
|
+
*/
|
|
423
|
+
"chevron": boolean;
|
|
424
|
+
/**
|
|
425
|
+
* Color of the status indicator. Allowed values are all Core UI color names.
|
|
426
|
+
*/
|
|
427
|
+
"color": string;
|
|
428
|
+
/**
|
|
429
|
+
* Disable event list item
|
|
430
|
+
*/
|
|
431
|
+
"disabled": boolean;
|
|
432
|
+
/**
|
|
433
|
+
* Opacity of the status indicator. Defaults to 1.0
|
|
434
|
+
* @deprecated Will be removed in 7.0.0. Use color with alpha value.
|
|
435
|
+
*/
|
|
436
|
+
"opacity": number;
|
|
437
|
+
/**
|
|
438
|
+
* Show event list item as selected
|
|
439
|
+
*/
|
|
440
|
+
"selected": boolean;
|
|
441
|
+
}
|
|
442
|
+
interface IxExpandingSearch {
|
|
443
|
+
/**
|
|
444
|
+
* Search icon
|
|
445
|
+
*/
|
|
446
|
+
"icon": string;
|
|
447
|
+
/**
|
|
448
|
+
* Placeholder text
|
|
449
|
+
*/
|
|
450
|
+
"placeholder": string;
|
|
451
|
+
/**
|
|
452
|
+
* Default value
|
|
453
|
+
*/
|
|
454
|
+
"value": string;
|
|
455
|
+
}
|
|
456
|
+
interface IxFilterChip {
|
|
457
|
+
/**
|
|
458
|
+
* If true the filter chip will be in disabled state
|
|
459
|
+
*/
|
|
460
|
+
"disabled": boolean;
|
|
461
|
+
}
|
|
462
|
+
interface IxFlipTile {
|
|
463
|
+
/**
|
|
464
|
+
* Tmp property name
|
|
465
|
+
*/
|
|
466
|
+
"footer": string;
|
|
467
|
+
/**
|
|
468
|
+
* Variation of the Flip
|
|
469
|
+
*/
|
|
470
|
+
"state": FlipTileState;
|
|
471
|
+
}
|
|
472
|
+
interface IxFlipTileContent {
|
|
473
|
+
}
|
|
474
|
+
interface IxGroup {
|
|
475
|
+
/**
|
|
476
|
+
* Whether the group is collapsed or expanded. Defaults to true.
|
|
477
|
+
*/
|
|
478
|
+
"collapsed": boolean;
|
|
479
|
+
/**
|
|
480
|
+
* Expand the group if the header is clicked
|
|
481
|
+
*/
|
|
482
|
+
"expandOnHeaderClick": boolean;
|
|
483
|
+
/**
|
|
484
|
+
* Group header
|
|
485
|
+
*/
|
|
486
|
+
"header": string;
|
|
487
|
+
/**
|
|
488
|
+
* The index of the selected group entry. If undefined no group item is selected.
|
|
489
|
+
*/
|
|
490
|
+
"index": number;
|
|
491
|
+
/**
|
|
492
|
+
* Whether the group is selected.
|
|
493
|
+
*/
|
|
494
|
+
"selected": boolean;
|
|
495
|
+
/**
|
|
496
|
+
* Group header subtitle
|
|
497
|
+
*/
|
|
498
|
+
"subHeader": string;
|
|
499
|
+
/**
|
|
500
|
+
* Prevent header from being selectable
|
|
501
|
+
*/
|
|
502
|
+
"suppressHeaderSelection": boolean;
|
|
503
|
+
}
|
|
504
|
+
interface IxGroupDropdownItem {
|
|
505
|
+
/**
|
|
506
|
+
* Group dropdown icon
|
|
507
|
+
*/
|
|
508
|
+
"icon": string;
|
|
509
|
+
/**
|
|
510
|
+
* Group dropdown label
|
|
511
|
+
*/
|
|
512
|
+
"label": string;
|
|
513
|
+
}
|
|
514
|
+
interface IxGroupItem {
|
|
515
|
+
/**
|
|
516
|
+
* The elements tabindex attribute will get set accordingly. If true tabindex will be 0, -1 otherwise.
|
|
517
|
+
*/
|
|
518
|
+
"focusable": boolean;
|
|
519
|
+
/**
|
|
520
|
+
* Group item icon
|
|
521
|
+
*/
|
|
522
|
+
"icon": string;
|
|
523
|
+
/**
|
|
524
|
+
* Index
|
|
525
|
+
*/
|
|
526
|
+
"index": number;
|
|
527
|
+
/**
|
|
528
|
+
* Group item secondary text
|
|
529
|
+
*/
|
|
530
|
+
"secondaryText": string;
|
|
531
|
+
/**
|
|
532
|
+
* Show selected state
|
|
533
|
+
*/
|
|
534
|
+
"selected": boolean;
|
|
535
|
+
/**
|
|
536
|
+
* Supress the selection of the group
|
|
537
|
+
*/
|
|
538
|
+
"suppressSelection": boolean;
|
|
539
|
+
/**
|
|
540
|
+
* Group item text
|
|
541
|
+
*/
|
|
542
|
+
"text": string;
|
|
543
|
+
}
|
|
544
|
+
interface IxIcon {
|
|
545
|
+
/**
|
|
546
|
+
* Color of the icon
|
|
547
|
+
*/
|
|
548
|
+
"color": string;
|
|
549
|
+
/**
|
|
550
|
+
* Use one of our defined icon names e.g `copy`.
|
|
551
|
+
*/
|
|
552
|
+
"name": string;
|
|
553
|
+
/**
|
|
554
|
+
* Size of the icon
|
|
555
|
+
*/
|
|
556
|
+
"size": '12' | '16' | '24' | '32';
|
|
557
|
+
}
|
|
558
|
+
interface IxIconButton {
|
|
559
|
+
/**
|
|
560
|
+
* Color of icon in button
|
|
561
|
+
*/
|
|
562
|
+
"color": string;
|
|
563
|
+
/**
|
|
564
|
+
* Disabled
|
|
565
|
+
*/
|
|
566
|
+
"disabled": boolean;
|
|
567
|
+
/**
|
|
568
|
+
* Button invisible
|
|
569
|
+
*/
|
|
570
|
+
"ghost": boolean;
|
|
571
|
+
/**
|
|
572
|
+
* Button icon
|
|
573
|
+
*/
|
|
574
|
+
"icon": string;
|
|
575
|
+
/**
|
|
576
|
+
* Button invisible
|
|
577
|
+
* @deprecated use ghost property
|
|
578
|
+
*/
|
|
579
|
+
"invisible": boolean;
|
|
580
|
+
/**
|
|
581
|
+
* Button outline
|
|
582
|
+
*/
|
|
583
|
+
"outline": boolean;
|
|
584
|
+
/**
|
|
585
|
+
* Button in oval shape
|
|
586
|
+
*/
|
|
587
|
+
"oval": boolean;
|
|
588
|
+
/**
|
|
589
|
+
* Selected state only working with outline or invisible
|
|
590
|
+
*/
|
|
591
|
+
"selected": boolean;
|
|
592
|
+
/**
|
|
593
|
+
* Size of icon in button
|
|
594
|
+
*/
|
|
595
|
+
"size": '32' | '24' | '16' | '12';
|
|
596
|
+
/**
|
|
597
|
+
* Type of the button
|
|
598
|
+
*/
|
|
599
|
+
"type": 'button' | 'submit';
|
|
600
|
+
/**
|
|
601
|
+
* Variant of button
|
|
602
|
+
*/
|
|
603
|
+
"variant": 'Primary' | 'Secondary';
|
|
604
|
+
}
|
|
605
|
+
interface IxInputGroup {
|
|
606
|
+
}
|
|
607
|
+
interface IxKpi {
|
|
608
|
+
"label": string;
|
|
609
|
+
"orientation": 'horizontal' | 'vertical';
|
|
610
|
+
"state": 'neutral' | 'warning' | 'alarm';
|
|
611
|
+
"unit": string;
|
|
612
|
+
"value": string | number;
|
|
613
|
+
}
|
|
614
|
+
interface IxMapNavigation {
|
|
615
|
+
/**
|
|
616
|
+
* Application name
|
|
617
|
+
*/
|
|
618
|
+
"applicationName": string;
|
|
619
|
+
/**
|
|
620
|
+
* Close current shown overlay
|
|
621
|
+
*/
|
|
622
|
+
"closeOverlay": () => Promise<void>;
|
|
623
|
+
/**
|
|
624
|
+
* Hide the sidebar context menu button when set to true
|
|
625
|
+
*/
|
|
626
|
+
"hideContextMenu": boolean;
|
|
627
|
+
/**
|
|
628
|
+
* Navigation title
|
|
629
|
+
*/
|
|
630
|
+
"navigationTitle": string;
|
|
631
|
+
/**
|
|
632
|
+
* Open a overlay inside content area
|
|
633
|
+
* @param name
|
|
634
|
+
* @param component
|
|
635
|
+
* @param icon
|
|
636
|
+
* @param color
|
|
637
|
+
*/
|
|
638
|
+
"openOverlay": (name: string, component: HTMLElement, icon?: string, color?: string) => Promise<void>;
|
|
639
|
+
}
|
|
640
|
+
interface IxMapNavigationOverlay {
|
|
641
|
+
/**
|
|
642
|
+
* Color of icon
|
|
643
|
+
*/
|
|
644
|
+
"color": string;
|
|
645
|
+
/**
|
|
646
|
+
* Icon of overlay
|
|
647
|
+
*/
|
|
648
|
+
"icon": string;
|
|
649
|
+
/**
|
|
650
|
+
* Title of overlay
|
|
651
|
+
*/
|
|
652
|
+
"name": string;
|
|
653
|
+
}
|
|
654
|
+
interface IxMenu {
|
|
655
|
+
/**
|
|
656
|
+
* Should only be set if you use ix-menu standalone
|
|
657
|
+
*/
|
|
658
|
+
"applicationDescription": string;
|
|
659
|
+
/**
|
|
660
|
+
* Should only be set if you use ix-menu standalone
|
|
661
|
+
*/
|
|
662
|
+
"applicationName": string;
|
|
663
|
+
/**
|
|
664
|
+
* Internal
|
|
665
|
+
*/
|
|
666
|
+
"enableMapExpand": boolean;
|
|
667
|
+
/**
|
|
668
|
+
* Is settings tab is visible
|
|
669
|
+
*/
|
|
670
|
+
"enableSettings": boolean;
|
|
671
|
+
/**
|
|
672
|
+
* Show toggle between light and dark variant. Only if the provided theme have implemented both!
|
|
673
|
+
*/
|
|
674
|
+
"enableToggleTheme": boolean;
|
|
675
|
+
/**
|
|
676
|
+
* Expand menu
|
|
677
|
+
*/
|
|
678
|
+
"expand": boolean;
|
|
679
|
+
"i18nCollapse": string;
|
|
680
|
+
"i18nExpand": string;
|
|
681
|
+
"i18nLegal": string;
|
|
682
|
+
"i18nMore": string;
|
|
683
|
+
"i18nSettings": string;
|
|
684
|
+
"i18nToggleTheme": string;
|
|
685
|
+
/**
|
|
686
|
+
* Maximum number of menu items to show in case enough vertical space is available. Extra menu items will be collapsed to 'show more' menu item.
|
|
687
|
+
*/
|
|
688
|
+
"maxVisibleMenuItems": number;
|
|
689
|
+
/**
|
|
690
|
+
* Is about tab visible
|
|
691
|
+
*/
|
|
692
|
+
"showAbout": boolean;
|
|
693
|
+
/**
|
|
694
|
+
* Is settings tab visible
|
|
695
|
+
*/
|
|
696
|
+
"showSettings": boolean;
|
|
697
|
+
/**
|
|
698
|
+
* Toggle About tabs
|
|
699
|
+
* @param show
|
|
700
|
+
*/
|
|
701
|
+
"toggleAbout": (show: boolean) => Promise<void>;
|
|
702
|
+
/**
|
|
703
|
+
* Toggle map sidebar expand
|
|
704
|
+
* @param show
|
|
705
|
+
*/
|
|
706
|
+
"toggleMapExpand": (show?: boolean) => Promise<void>;
|
|
707
|
+
/**
|
|
708
|
+
* Toggle menu
|
|
709
|
+
* @param show
|
|
710
|
+
*/
|
|
711
|
+
"toggleMenu": (show?: boolean) => Promise<void>;
|
|
712
|
+
/**
|
|
713
|
+
* Toggle Settings tabs
|
|
714
|
+
* @param show
|
|
715
|
+
*/
|
|
716
|
+
"toggleSettings": (show: boolean) => Promise<void>;
|
|
717
|
+
}
|
|
718
|
+
interface IxMenuAbout {
|
|
719
|
+
/**
|
|
720
|
+
* Active tab
|
|
721
|
+
*/
|
|
722
|
+
"activeTabLabel": string;
|
|
723
|
+
"i18nImprintLabel": string;
|
|
724
|
+
/**
|
|
725
|
+
* Label of first tab
|
|
726
|
+
*/
|
|
727
|
+
"label": string;
|
|
728
|
+
/**
|
|
729
|
+
* Internal
|
|
730
|
+
*/
|
|
731
|
+
"show": boolean;
|
|
732
|
+
}
|
|
733
|
+
interface IxMenuAboutItem {
|
|
734
|
+
/**
|
|
735
|
+
* About Item label
|
|
736
|
+
*/
|
|
737
|
+
"label": string;
|
|
738
|
+
}
|
|
739
|
+
interface IxMenuAboutNews {
|
|
740
|
+
/**
|
|
741
|
+
* Subtitle of the about news
|
|
742
|
+
*/
|
|
743
|
+
"aboutItemLabel": string;
|
|
744
|
+
/**
|
|
745
|
+
* Internal
|
|
746
|
+
*/
|
|
747
|
+
"expanded": boolean;
|
|
748
|
+
"i18nShowMore": string;
|
|
749
|
+
/**
|
|
750
|
+
* Title of the about news
|
|
751
|
+
*/
|
|
752
|
+
"label": string;
|
|
753
|
+
/**
|
|
754
|
+
* Bottom offset
|
|
755
|
+
*/
|
|
756
|
+
"offsetBottom": number;
|
|
757
|
+
/**
|
|
758
|
+
* Show about news
|
|
759
|
+
*/
|
|
760
|
+
"show": boolean;
|
|
761
|
+
}
|
|
762
|
+
interface IxMenuAvatar {
|
|
763
|
+
/**
|
|
764
|
+
* Second line of text
|
|
765
|
+
*/
|
|
766
|
+
"bottom": string;
|
|
767
|
+
"i18nLogout": string;
|
|
768
|
+
/**
|
|
769
|
+
* First line of text
|
|
770
|
+
*/
|
|
771
|
+
"top": string;
|
|
772
|
+
}
|
|
773
|
+
interface IxMenuAvatarItem {
|
|
774
|
+
/**
|
|
775
|
+
* Avatar dropdown icon
|
|
776
|
+
*/
|
|
777
|
+
"icon": string;
|
|
778
|
+
/**
|
|
779
|
+
* Avatar dropdown label
|
|
780
|
+
*/
|
|
781
|
+
"label": string;
|
|
782
|
+
}
|
|
783
|
+
interface IxMenuItem {
|
|
784
|
+
/**
|
|
785
|
+
* State to display active
|
|
786
|
+
*/
|
|
787
|
+
"active": boolean;
|
|
788
|
+
/**
|
|
789
|
+
* Place tab on bottom
|
|
790
|
+
*/
|
|
791
|
+
"bottom": boolean;
|
|
792
|
+
/**
|
|
793
|
+
* Disable tab and remove event handlers
|
|
794
|
+
*/
|
|
795
|
+
"disabled": boolean;
|
|
796
|
+
/**
|
|
797
|
+
* Move the Tab to a top position.
|
|
798
|
+
*/
|
|
799
|
+
"home": boolean;
|
|
800
|
+
/**
|
|
801
|
+
* Show notification cound on tab
|
|
802
|
+
*/
|
|
803
|
+
"notifications": number;
|
|
804
|
+
/**
|
|
805
|
+
* Icon name from @siemens/ix-icons
|
|
806
|
+
*/
|
|
807
|
+
"tabIcon": string;
|
|
808
|
+
}
|
|
809
|
+
interface IxMenuSettings {
|
|
810
|
+
/**
|
|
811
|
+
* active tab
|
|
812
|
+
*/
|
|
813
|
+
"activeTabLabel": string;
|
|
814
|
+
/**
|
|
815
|
+
* Label
|
|
816
|
+
*/
|
|
817
|
+
"label": string;
|
|
818
|
+
/**
|
|
819
|
+
* Internal
|
|
820
|
+
*/
|
|
821
|
+
"show": boolean;
|
|
822
|
+
}
|
|
823
|
+
interface IxMenuSettingsItem {
|
|
824
|
+
/**
|
|
825
|
+
* Label
|
|
826
|
+
*/
|
|
827
|
+
"label": string;
|
|
828
|
+
}
|
|
829
|
+
interface IxMessageBar {
|
|
830
|
+
/**
|
|
831
|
+
* If true, close button is enabled and alert can be dismissed by the user
|
|
832
|
+
*/
|
|
833
|
+
"dismissible": boolean;
|
|
834
|
+
/**
|
|
835
|
+
* Specifies the type of the alert.
|
|
836
|
+
*/
|
|
837
|
+
"type": 'danger' | 'warning' | 'info';
|
|
838
|
+
}
|
|
839
|
+
interface IxModal {
|
|
840
|
+
/**
|
|
841
|
+
* Should the modal be animtated
|
|
842
|
+
*/
|
|
843
|
+
"animation": boolean;
|
|
844
|
+
"ariaDescribedBy": string;
|
|
845
|
+
"ariaLabelledBy": string;
|
|
846
|
+
/**
|
|
847
|
+
* Adds a dimming layer to the modal. This should only be used when it it necessary to focus the user's attention to the dialog content (e.g. errors, warnings, complex tasks).
|
|
848
|
+
*/
|
|
849
|
+
"backdrop": boolean | 'static';
|
|
850
|
+
/**
|
|
851
|
+
* Backdrop class
|
|
852
|
+
*/
|
|
853
|
+
"backdropClass": string;
|
|
854
|
+
/**
|
|
855
|
+
* BeforeDismiss callback
|
|
856
|
+
*/
|
|
857
|
+
"beforeDismiss": (reason?: any) => boolean | Promise<boolean>;
|
|
858
|
+
/**
|
|
859
|
+
* Centered modal
|
|
860
|
+
*/
|
|
861
|
+
"centered": boolean;
|
|
862
|
+
/**
|
|
863
|
+
* Close modal
|
|
864
|
+
* @param result
|
|
865
|
+
*/
|
|
866
|
+
"close": (result: any) => Promise<void>;
|
|
867
|
+
/**
|
|
868
|
+
* Content of modal
|
|
869
|
+
*/
|
|
870
|
+
"content": HTMLElement | string;
|
|
871
|
+
/**
|
|
872
|
+
* Dismiss modal instance
|
|
873
|
+
* @param reason
|
|
874
|
+
*/
|
|
875
|
+
"dismiss": (reason?: any) => Promise<void>;
|
|
876
|
+
/**
|
|
877
|
+
* Header title
|
|
878
|
+
*/
|
|
879
|
+
"headerTitle": string;
|
|
880
|
+
/**
|
|
881
|
+
* Optional icon displayed next to the title
|
|
882
|
+
*/
|
|
883
|
+
"icon": string;
|
|
884
|
+
/**
|
|
885
|
+
* Color of the header {@link icon}
|
|
886
|
+
*/
|
|
887
|
+
"iconColor": NotificationColor;
|
|
888
|
+
/**
|
|
889
|
+
* ESC close modal dialog
|
|
890
|
+
*/
|
|
891
|
+
"keyboard": boolean;
|
|
892
|
+
/**
|
|
893
|
+
* Modal dialog class
|
|
894
|
+
*/
|
|
895
|
+
"modalDialogClass": string;
|
|
896
|
+
/**
|
|
897
|
+
* Modal scollable
|
|
898
|
+
*/
|
|
899
|
+
"scrollable": boolean;
|
|
900
|
+
/**
|
|
901
|
+
* Modal size
|
|
902
|
+
*/
|
|
903
|
+
"size": 'sm' | 'lg' | 'xl';
|
|
904
|
+
/**
|
|
905
|
+
* Window class
|
|
906
|
+
*/
|
|
907
|
+
"windowClass": string;
|
|
908
|
+
}
|
|
909
|
+
interface IxModalContainer {
|
|
910
|
+
/**
|
|
911
|
+
* Display modal dialog
|
|
912
|
+
* @param config
|
|
913
|
+
*/
|
|
914
|
+
"showModal": (config: ModalConfig) => Promise<{ onClose: TypedEvent<any>; onDismiss: TypedEvent<any>; }>;
|
|
915
|
+
}
|
|
916
|
+
interface IxModalExample {
|
|
917
|
+
}
|
|
918
|
+
interface IxPill {
|
|
919
|
+
/**
|
|
920
|
+
* Align pill content left
|
|
921
|
+
*/
|
|
922
|
+
"alignLeft": boolean;
|
|
923
|
+
/**
|
|
924
|
+
* Custom color for pill. Only working for `variant='custom'`
|
|
925
|
+
*/
|
|
926
|
+
"background": string | undefined;
|
|
927
|
+
/**
|
|
928
|
+
* Custom font color for pill. Only working for `variant='custom'`
|
|
929
|
+
*/
|
|
930
|
+
"color": string | undefined;
|
|
931
|
+
/**
|
|
932
|
+
* Show icon
|
|
933
|
+
*/
|
|
934
|
+
"icon": string | undefined;
|
|
935
|
+
/**
|
|
936
|
+
* Show pill as outline
|
|
937
|
+
*/
|
|
938
|
+
"outline": boolean;
|
|
939
|
+
/**
|
|
940
|
+
* Pill variant
|
|
941
|
+
*/
|
|
942
|
+
"variant": | 'primary'
|
|
943
|
+
| 'alarm'
|
|
944
|
+
| 'critical'
|
|
945
|
+
| 'warning'
|
|
946
|
+
| 'info'
|
|
947
|
+
| 'neutral'
|
|
948
|
+
| 'success'
|
|
949
|
+
| 'custom';
|
|
950
|
+
}
|
|
951
|
+
interface IxSelect {
|
|
952
|
+
/**
|
|
953
|
+
* Show clear button
|
|
954
|
+
*/
|
|
955
|
+
"allowClear": boolean;
|
|
956
|
+
/**
|
|
957
|
+
* If true the select will be in disabled state
|
|
958
|
+
*/
|
|
959
|
+
"disabled": boolean;
|
|
960
|
+
/**
|
|
961
|
+
* Select is extendable
|
|
962
|
+
*/
|
|
963
|
+
"editable": boolean;
|
|
964
|
+
/**
|
|
965
|
+
* Input field placeholder
|
|
966
|
+
*/
|
|
967
|
+
"i18nPlaceholder": string;
|
|
968
|
+
/**
|
|
969
|
+
* Input field placeholder for editable select
|
|
970
|
+
*/
|
|
971
|
+
"i18nPlaceholderEditable": string;
|
|
972
|
+
/**
|
|
973
|
+
* Select list header
|
|
974
|
+
*/
|
|
975
|
+
"i18nSelectListHeader": string;
|
|
976
|
+
/**
|
|
977
|
+
* Selection mode
|
|
978
|
+
*/
|
|
979
|
+
"mode": 'single' | 'multiple';
|
|
980
|
+
/**
|
|
981
|
+
* If true the select will be in readonly mode
|
|
982
|
+
*/
|
|
983
|
+
"readonly": boolean;
|
|
984
|
+
/**
|
|
985
|
+
* Indices of selected items
|
|
986
|
+
*/
|
|
987
|
+
"selectedIndices": string | string[];
|
|
988
|
+
}
|
|
989
|
+
interface IxSelectItem {
|
|
990
|
+
/**
|
|
991
|
+
* ***Internal***
|
|
992
|
+
*/
|
|
993
|
+
"hover": boolean;
|
|
994
|
+
/**
|
|
995
|
+
* Displayed name of the item
|
|
996
|
+
*/
|
|
997
|
+
"label": string;
|
|
998
|
+
/**
|
|
999
|
+
* Internal
|
|
1000
|
+
* @param event
|
|
1001
|
+
*/
|
|
1002
|
+
"onItemClick": (event?: CustomEvent<HTMLIxDropdownItemElement>) => Promise<void>;
|
|
1003
|
+
/**
|
|
1004
|
+
* Whether the item is selected.
|
|
1005
|
+
*/
|
|
1006
|
+
"selected": boolean;
|
|
1007
|
+
/**
|
|
1008
|
+
* Item value
|
|
1009
|
+
*/
|
|
1010
|
+
"value": any;
|
|
1011
|
+
}
|
|
1012
|
+
interface IxSpinner {
|
|
1013
|
+
/**
|
|
1014
|
+
* Size of spinner
|
|
1015
|
+
*/
|
|
1016
|
+
"size": 'medium' | 'large';
|
|
1017
|
+
/**
|
|
1018
|
+
* Variant of spinner
|
|
1019
|
+
*/
|
|
1020
|
+
"variant": 'primary' | 'sencodary' | 'secondary';
|
|
1021
|
+
}
|
|
1022
|
+
interface IxSplitButton {
|
|
1023
|
+
/**
|
|
1024
|
+
* Disabled
|
|
1025
|
+
*/
|
|
1026
|
+
"disabled": boolean;
|
|
1027
|
+
/**
|
|
1028
|
+
* Button invisible
|
|
1029
|
+
*/
|
|
1030
|
+
"ghost": boolean;
|
|
1031
|
+
/**
|
|
1032
|
+
* Button icon
|
|
1033
|
+
*/
|
|
1034
|
+
"icon": string;
|
|
1035
|
+
/**
|
|
1036
|
+
* Button invisible
|
|
1037
|
+
* @deprecated use ghost property
|
|
1038
|
+
*/
|
|
1039
|
+
"invisible": boolean;
|
|
1040
|
+
/**
|
|
1041
|
+
* Button label
|
|
1042
|
+
*/
|
|
1043
|
+
"label": string;
|
|
1044
|
+
/**
|
|
1045
|
+
* Button outline variant
|
|
1046
|
+
*/
|
|
1047
|
+
"outline": boolean;
|
|
1048
|
+
/**
|
|
1049
|
+
* Placement of the dropdown
|
|
1050
|
+
*/
|
|
1051
|
+
"placement": Placement;
|
|
1052
|
+
/**
|
|
1053
|
+
* Splitbutton icon
|
|
1054
|
+
*/
|
|
1055
|
+
"splitIcon": string;
|
|
1056
|
+
/**
|
|
1057
|
+
* Color variant of button
|
|
1058
|
+
*/
|
|
1059
|
+
"variant": Buttons;
|
|
1060
|
+
}
|
|
1061
|
+
interface IxSplitButtonItem {
|
|
1062
|
+
/**
|
|
1063
|
+
* Dropdown icon
|
|
1064
|
+
*/
|
|
1065
|
+
"icon": string;
|
|
1066
|
+
/**
|
|
1067
|
+
* Dropdown label
|
|
1068
|
+
*/
|
|
1069
|
+
"label": string;
|
|
1070
|
+
}
|
|
1071
|
+
interface IxTabItem {
|
|
1072
|
+
/**
|
|
1073
|
+
* Set counter value
|
|
1074
|
+
*/
|
|
1075
|
+
"counter": number;
|
|
1076
|
+
/**
|
|
1077
|
+
* Set disabled tab
|
|
1078
|
+
*/
|
|
1079
|
+
"disabled": boolean;
|
|
1080
|
+
/**
|
|
1081
|
+
* Set icon only tab
|
|
1082
|
+
*/
|
|
1083
|
+
"icon": boolean;
|
|
1084
|
+
/**
|
|
1085
|
+
* Set layout width style
|
|
1086
|
+
*/
|
|
1087
|
+
"layout": 'auto' | 'stretched';
|
|
1088
|
+
/**
|
|
1089
|
+
* Set selected placement
|
|
1090
|
+
*/
|
|
1091
|
+
"placement": 'bottom' | 'top';
|
|
1092
|
+
/**
|
|
1093
|
+
* Set rounded tab
|
|
1094
|
+
*/
|
|
1095
|
+
"rounded": boolean;
|
|
1096
|
+
/**
|
|
1097
|
+
* Set selected tab
|
|
1098
|
+
*/
|
|
1099
|
+
"selected": boolean;
|
|
1100
|
+
/**
|
|
1101
|
+
* Set small size tab
|
|
1102
|
+
*/
|
|
1103
|
+
"small": boolean;
|
|
1104
|
+
}
|
|
1105
|
+
interface IxTabs {
|
|
1106
|
+
/**
|
|
1107
|
+
* Set layout width style
|
|
1108
|
+
*/
|
|
1109
|
+
"layout": 'auto' | 'stretched';
|
|
1110
|
+
/**
|
|
1111
|
+
* Set placement style
|
|
1112
|
+
*/
|
|
1113
|
+
"placement": 'bottom' | 'top';
|
|
1114
|
+
/**
|
|
1115
|
+
* Set rounded tabs
|
|
1116
|
+
*/
|
|
1117
|
+
"rounded": boolean;
|
|
1118
|
+
/**
|
|
1119
|
+
* Set default selected tab by index
|
|
1120
|
+
*/
|
|
1121
|
+
"selected": number;
|
|
1122
|
+
/**
|
|
1123
|
+
* Set tab items to small size
|
|
1124
|
+
*/
|
|
1125
|
+
"small": boolean;
|
|
1126
|
+
}
|
|
1127
|
+
interface IxTile {
|
|
1128
|
+
/**
|
|
1129
|
+
* Size of the tile - one of 'small', 'medium' or 'large'
|
|
1130
|
+
*/
|
|
1131
|
+
"size": 'small' | 'medium' | 'big';
|
|
1132
|
+
}
|
|
1133
|
+
interface IxTimePicker {
|
|
1134
|
+
/**
|
|
1135
|
+
* Set corners style
|
|
1136
|
+
*/
|
|
1137
|
+
"corners": DateTimeCardCorners;
|
|
1138
|
+
/**
|
|
1139
|
+
* set styles
|
|
1140
|
+
*/
|
|
1141
|
+
"individual": boolean;
|
|
1142
|
+
/**
|
|
1143
|
+
* Show Hour Input
|
|
1144
|
+
*/
|
|
1145
|
+
"showHour": boolean;
|
|
1146
|
+
/**
|
|
1147
|
+
* Show Minutes Input
|
|
1148
|
+
*/
|
|
1149
|
+
"showMinutes": boolean;
|
|
1150
|
+
/**
|
|
1151
|
+
* Show Seconds Input
|
|
1152
|
+
*/
|
|
1153
|
+
"showSeconds": boolean;
|
|
1154
|
+
/**
|
|
1155
|
+
* Show Time Reference Input
|
|
1156
|
+
*/
|
|
1157
|
+
"showTimeReference": boolean;
|
|
1158
|
+
}
|
|
1159
|
+
interface IxToast {
|
|
1160
|
+
/**
|
|
1161
|
+
* Autoclose behavior
|
|
1162
|
+
*/
|
|
1163
|
+
"autoClose": boolean;
|
|
1164
|
+
/**
|
|
1165
|
+
* Autoclose title after delay
|
|
1166
|
+
*/
|
|
1167
|
+
"autoCloseDelay": number;
|
|
1168
|
+
/**
|
|
1169
|
+
* Icon of toast
|
|
1170
|
+
*/
|
|
1171
|
+
"icon": string;
|
|
1172
|
+
/**
|
|
1173
|
+
* Icon color of toast
|
|
1174
|
+
*/
|
|
1175
|
+
"iconColor": string;
|
|
1176
|
+
/**
|
|
1177
|
+
* Toast title
|
|
1178
|
+
*/
|
|
1179
|
+
"toastTitle": string;
|
|
1180
|
+
/**
|
|
1181
|
+
* Toast type
|
|
1182
|
+
*/
|
|
1183
|
+
"type": ToastType;
|
|
1184
|
+
}
|
|
1185
|
+
interface IxToastContainer {
|
|
1186
|
+
"containerClass": string;
|
|
1187
|
+
"containerId": string;
|
|
1188
|
+
"position": string;
|
|
1189
|
+
/**
|
|
1190
|
+
* Display a toast message
|
|
1191
|
+
* @param config
|
|
1192
|
+
*/
|
|
1193
|
+
"showToast": (config: ToastConfig) => Promise<{ onClose: TypedEvent<any>; close: (result?: any) => void; }>;
|
|
1194
|
+
}
|
|
1195
|
+
interface IxToggle {
|
|
1196
|
+
/**
|
|
1197
|
+
* Whether the slide-toggle element is checked or not.
|
|
1198
|
+
*/
|
|
1199
|
+
"checked": boolean;
|
|
1200
|
+
/**
|
|
1201
|
+
* Basic and status colors from color palette
|
|
1202
|
+
* @deprecated - Has no effect on the rendered control
|
|
1203
|
+
*/
|
|
1204
|
+
"color": string;
|
|
1205
|
+
/**
|
|
1206
|
+
* Whether the slide-toggle element is disabled or not.
|
|
1207
|
+
*/
|
|
1208
|
+
"disabled": boolean;
|
|
1209
|
+
/**
|
|
1210
|
+
* Hide `on` and `off` text
|
|
1211
|
+
*/
|
|
1212
|
+
"hideText": boolean;
|
|
1213
|
+
/**
|
|
1214
|
+
* If true the control is in indeterminate state
|
|
1215
|
+
*/
|
|
1216
|
+
"indeterminate": boolean;
|
|
1217
|
+
/**
|
|
1218
|
+
* Text for indeterminate state
|
|
1219
|
+
*/
|
|
1220
|
+
"textIndeterminate": string;
|
|
1221
|
+
/**
|
|
1222
|
+
* Text for off state
|
|
1223
|
+
*/
|
|
1224
|
+
"textOff": string;
|
|
1225
|
+
/**
|
|
1226
|
+
* Text for on state
|
|
1227
|
+
*/
|
|
1228
|
+
"textOn": string;
|
|
1229
|
+
}
|
|
1230
|
+
interface IxTree {
|
|
1231
|
+
/**
|
|
1232
|
+
* Selection and collapsed state management
|
|
1233
|
+
*/
|
|
1234
|
+
"context": TreeContext;
|
|
1235
|
+
/**
|
|
1236
|
+
* Tree modal
|
|
1237
|
+
*/
|
|
1238
|
+
"model": TreeModel<any>;
|
|
1239
|
+
/**
|
|
1240
|
+
* Render function of tree items
|
|
1241
|
+
*/
|
|
1242
|
+
"renderItem": <T = any>(
|
|
1243
|
+
index: number,
|
|
1244
|
+
data: T,
|
|
1245
|
+
dataList: Array<T>,
|
|
1246
|
+
context: TreeContext,
|
|
1247
|
+
update: (callback: UpdateCallback) => void
|
|
1248
|
+
) => HTMLElement;
|
|
1249
|
+
/**
|
|
1250
|
+
* Initial root element will not be rendered
|
|
1251
|
+
*/
|
|
1252
|
+
"root": string;
|
|
1253
|
+
}
|
|
1254
|
+
interface IxTreeItem {
|
|
1255
|
+
/**
|
|
1256
|
+
* Context
|
|
1257
|
+
*/
|
|
1258
|
+
"context": TreeItemContext;
|
|
1259
|
+
/**
|
|
1260
|
+
* Has tree item children
|
|
1261
|
+
*/
|
|
1262
|
+
"hasChildren": boolean;
|
|
1263
|
+
/**
|
|
1264
|
+
* Text
|
|
1265
|
+
*/
|
|
1266
|
+
"text": string;
|
|
1267
|
+
}
|
|
1268
|
+
interface IxUpload {
|
|
1269
|
+
/**
|
|
1270
|
+
* The accept attribute specifies the types of files that the server accepts (that can be submitted through a file upload). [accept]{@link https ://www.w3schools.com/tags/att_input_accept.asp}
|
|
1271
|
+
*/
|
|
1272
|
+
"accept": string;
|
|
1273
|
+
/**
|
|
1274
|
+
* Disable all input events
|
|
1275
|
+
*/
|
|
1276
|
+
"disabled": boolean;
|
|
1277
|
+
/**
|
|
1278
|
+
* Text for disabled state
|
|
1279
|
+
*/
|
|
1280
|
+
"i18nUploadDisabled": string;
|
|
1281
|
+
/**
|
|
1282
|
+
* Label for upload file button
|
|
1283
|
+
*/
|
|
1284
|
+
"i18nUploadFile": string;
|
|
1285
|
+
/**
|
|
1286
|
+
* Will be used by state = UploadFileState.LOADING
|
|
1287
|
+
*/
|
|
1288
|
+
"loadingText": string;
|
|
1289
|
+
/**
|
|
1290
|
+
* Whether the text should wrap to more than one line
|
|
1291
|
+
*/
|
|
1292
|
+
"multiline": boolean;
|
|
1293
|
+
/**
|
|
1294
|
+
* If multiple is true the user can drop or select multiple files
|
|
1295
|
+
*/
|
|
1296
|
+
"multiple": boolean;
|
|
1297
|
+
/**
|
|
1298
|
+
* Will be used by state = UploadFileState.SELECT_FILE
|
|
1299
|
+
*/
|
|
1300
|
+
"selectFileText": string;
|
|
1301
|
+
/**
|
|
1302
|
+
* Set files
|
|
1303
|
+
* @param obj
|
|
1304
|
+
*/
|
|
1305
|
+
"setFilesToUpload": (obj: any) => Promise<void>;
|
|
1306
|
+
/**
|
|
1307
|
+
* After a file is uploaded you can set the upload component to a defined state
|
|
1308
|
+
*/
|
|
1309
|
+
"state": UploadFileState;
|
|
1310
|
+
/**
|
|
1311
|
+
* Will be used by state = UploadFileState.UPLOAD_FAILED
|
|
1312
|
+
*/
|
|
1313
|
+
"uploadFailedText": string;
|
|
1314
|
+
/**
|
|
1315
|
+
* Will be used by state = UploadFileState.UPLOAD_SUCCESSED
|
|
1316
|
+
*/
|
|
1317
|
+
"uploadSuccessText": string;
|
|
1318
|
+
}
|
|
1319
|
+
interface IxValidationTooltip {
|
|
1320
|
+
/**
|
|
1321
|
+
* Message of the tooltip
|
|
1322
|
+
*/
|
|
1323
|
+
"message": string;
|
|
1324
|
+
/**
|
|
1325
|
+
* Placement of the tooltip
|
|
1326
|
+
*/
|
|
1327
|
+
"placement": Placement;
|
|
1328
|
+
}
|
|
1329
|
+
interface IxWorkflowStep {
|
|
1330
|
+
/**
|
|
1331
|
+
* Activate navigation click
|
|
1332
|
+
*/
|
|
1333
|
+
"clickable": boolean;
|
|
1334
|
+
/**
|
|
1335
|
+
* Set disabled
|
|
1336
|
+
*/
|
|
1337
|
+
"disabled": boolean;
|
|
1338
|
+
/**
|
|
1339
|
+
* Activate navigation click
|
|
1340
|
+
*/
|
|
1341
|
+
"position": 'first' | 'last' | 'undefined';
|
|
1342
|
+
/**
|
|
1343
|
+
* Set selected
|
|
1344
|
+
*/
|
|
1345
|
+
"selected": boolean;
|
|
1346
|
+
/**
|
|
1347
|
+
* Set status
|
|
1348
|
+
*/
|
|
1349
|
+
"status": 'open' | 'success' | 'done' | 'warning' | 'error';
|
|
1350
|
+
/**
|
|
1351
|
+
* Select orientation
|
|
1352
|
+
*/
|
|
1353
|
+
"vertical": boolean;
|
|
1354
|
+
}
|
|
1355
|
+
interface IxWorkflowSteps {
|
|
1356
|
+
/**
|
|
1357
|
+
* Activate navigation click
|
|
1358
|
+
*/
|
|
1359
|
+
"clickable": boolean;
|
|
1360
|
+
/**
|
|
1361
|
+
* Select linear mode
|
|
1362
|
+
*/
|
|
1363
|
+
"linear": boolean;
|
|
1364
|
+
/**
|
|
1365
|
+
* Activate navigation click
|
|
1366
|
+
*/
|
|
1367
|
+
"selectedIndex": number;
|
|
1368
|
+
/**
|
|
1369
|
+
* Select orientation
|
|
1370
|
+
*/
|
|
1371
|
+
"vertical": boolean;
|
|
1372
|
+
}
|
|
1373
|
+
interface MyComponent {
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
declare global {
|
|
1377
|
+
interface HTMLIxAnimatedTabElement extends Components.IxAnimatedTab, HTMLStencilElement {
|
|
1378
|
+
}
|
|
1379
|
+
var HTMLIxAnimatedTabElement: {
|
|
1380
|
+
prototype: HTMLIxAnimatedTabElement;
|
|
1381
|
+
new (): HTMLIxAnimatedTabElement;
|
|
1382
|
+
};
|
|
1383
|
+
interface HTMLIxAnimatedTabsElement extends Components.IxAnimatedTabs, HTMLStencilElement {
|
|
1384
|
+
}
|
|
1385
|
+
var HTMLIxAnimatedTabsElement: {
|
|
1386
|
+
prototype: HTMLIxAnimatedTabsElement;
|
|
1387
|
+
new (): HTMLIxAnimatedTabsElement;
|
|
1388
|
+
};
|
|
1389
|
+
interface HTMLIxApplicationHeaderElement extends Components.IxApplicationHeader, HTMLStencilElement {
|
|
1390
|
+
}
|
|
1391
|
+
var HTMLIxApplicationHeaderElement: {
|
|
1392
|
+
prototype: HTMLIxApplicationHeaderElement;
|
|
1393
|
+
new (): HTMLIxApplicationHeaderElement;
|
|
1394
|
+
};
|
|
1395
|
+
interface HTMLIxBasicNavigationElement extends Components.IxBasicNavigation, HTMLStencilElement {
|
|
1396
|
+
}
|
|
1397
|
+
var HTMLIxBasicNavigationElement: {
|
|
1398
|
+
prototype: HTMLIxBasicNavigationElement;
|
|
1399
|
+
new (): HTMLIxBasicNavigationElement;
|
|
1400
|
+
};
|
|
1401
|
+
interface HTMLIxBlindElement extends Components.IxBlind, HTMLStencilElement {
|
|
1402
|
+
}
|
|
1403
|
+
var HTMLIxBlindElement: {
|
|
1404
|
+
prototype: HTMLIxBlindElement;
|
|
1405
|
+
new (): HTMLIxBlindElement;
|
|
1406
|
+
};
|
|
1407
|
+
interface HTMLIxBreadcrumbElement extends Components.IxBreadcrumb, HTMLStencilElement {
|
|
1408
|
+
}
|
|
1409
|
+
var HTMLIxBreadcrumbElement: {
|
|
1410
|
+
prototype: HTMLIxBreadcrumbElement;
|
|
1411
|
+
new (): HTMLIxBreadcrumbElement;
|
|
1412
|
+
};
|
|
1413
|
+
interface HTMLIxBreadcrumbItemElement extends Components.IxBreadcrumbItem, HTMLStencilElement {
|
|
1414
|
+
}
|
|
1415
|
+
var HTMLIxBreadcrumbItemElement: {
|
|
1416
|
+
prototype: HTMLIxBreadcrumbItemElement;
|
|
1417
|
+
new (): HTMLIxBreadcrumbItemElement;
|
|
1418
|
+
};
|
|
1419
|
+
interface HTMLIxButtonElement extends Components.IxButton, HTMLStencilElement {
|
|
1420
|
+
}
|
|
1421
|
+
var HTMLIxButtonElement: {
|
|
1422
|
+
prototype: HTMLIxButtonElement;
|
|
1423
|
+
new (): HTMLIxButtonElement;
|
|
1424
|
+
};
|
|
1425
|
+
interface HTMLIxCategoryFilterElement extends Components.IxCategoryFilter, HTMLStencilElement {
|
|
1426
|
+
}
|
|
1427
|
+
var HTMLIxCategoryFilterElement: {
|
|
1428
|
+
prototype: HTMLIxCategoryFilterElement;
|
|
1429
|
+
new (): HTMLIxCategoryFilterElement;
|
|
1430
|
+
};
|
|
1431
|
+
interface HTMLIxChipElement extends Components.IxChip, HTMLStencilElement {
|
|
1432
|
+
}
|
|
1433
|
+
var HTMLIxChipElement: {
|
|
1434
|
+
prototype: HTMLIxChipElement;
|
|
1435
|
+
new (): HTMLIxChipElement;
|
|
1436
|
+
};
|
|
1437
|
+
interface HTMLIxCounterPillElement extends Components.IxCounterPill, HTMLStencilElement {
|
|
1438
|
+
}
|
|
1439
|
+
var HTMLIxCounterPillElement: {
|
|
1440
|
+
prototype: HTMLIxCounterPillElement;
|
|
1441
|
+
new (): HTMLIxCounterPillElement;
|
|
1442
|
+
};
|
|
1443
|
+
interface HTMLIxDatePickerElement extends Components.IxDatePicker, HTMLStencilElement {
|
|
1444
|
+
}
|
|
1445
|
+
var HTMLIxDatePickerElement: {
|
|
1446
|
+
prototype: HTMLIxDatePickerElement;
|
|
1447
|
+
new (): HTMLIxDatePickerElement;
|
|
1448
|
+
};
|
|
1449
|
+
interface HTMLIxDateTimeCardElement extends Components.IxDateTimeCard, HTMLStencilElement {
|
|
1450
|
+
}
|
|
1451
|
+
var HTMLIxDateTimeCardElement: {
|
|
1452
|
+
prototype: HTMLIxDateTimeCardElement;
|
|
1453
|
+
new (): HTMLIxDateTimeCardElement;
|
|
1454
|
+
};
|
|
1455
|
+
interface HTMLIxDatetimePickerElement extends Components.IxDatetimePicker, HTMLStencilElement {
|
|
1456
|
+
}
|
|
1457
|
+
var HTMLIxDatetimePickerElement: {
|
|
1458
|
+
prototype: HTMLIxDatetimePickerElement;
|
|
1459
|
+
new (): HTMLIxDatetimePickerElement;
|
|
1460
|
+
};
|
|
1461
|
+
interface HTMLIxDrawerElement extends Components.IxDrawer, HTMLStencilElement {
|
|
1462
|
+
}
|
|
1463
|
+
var HTMLIxDrawerElement: {
|
|
1464
|
+
prototype: HTMLIxDrawerElement;
|
|
1465
|
+
new (): HTMLIxDrawerElement;
|
|
1466
|
+
};
|
|
1467
|
+
interface HTMLIxDropdownElement extends Components.IxDropdown, HTMLStencilElement {
|
|
1468
|
+
}
|
|
1469
|
+
var HTMLIxDropdownElement: {
|
|
1470
|
+
prototype: HTMLIxDropdownElement;
|
|
1471
|
+
new (): HTMLIxDropdownElement;
|
|
1472
|
+
};
|
|
1473
|
+
interface HTMLIxDropdownItemElement extends Components.IxDropdownItem, HTMLStencilElement {
|
|
1474
|
+
}
|
|
1475
|
+
var HTMLIxDropdownItemElement: {
|
|
1476
|
+
prototype: HTMLIxDropdownItemElement;
|
|
1477
|
+
new (): HTMLIxDropdownItemElement;
|
|
1478
|
+
};
|
|
1479
|
+
interface HTMLIxEventListElement extends Components.IxEventList, HTMLStencilElement {
|
|
1480
|
+
}
|
|
1481
|
+
var HTMLIxEventListElement: {
|
|
1482
|
+
prototype: HTMLIxEventListElement;
|
|
1483
|
+
new (): HTMLIxEventListElement;
|
|
1484
|
+
};
|
|
1485
|
+
interface HTMLIxEventListItemElement extends Components.IxEventListItem, HTMLStencilElement {
|
|
1486
|
+
}
|
|
1487
|
+
var HTMLIxEventListItemElement: {
|
|
1488
|
+
prototype: HTMLIxEventListItemElement;
|
|
1489
|
+
new (): HTMLIxEventListItemElement;
|
|
1490
|
+
};
|
|
1491
|
+
interface HTMLIxExpandingSearchElement extends Components.IxExpandingSearch, HTMLStencilElement {
|
|
1492
|
+
}
|
|
1493
|
+
var HTMLIxExpandingSearchElement: {
|
|
1494
|
+
prototype: HTMLIxExpandingSearchElement;
|
|
1495
|
+
new (): HTMLIxExpandingSearchElement;
|
|
1496
|
+
};
|
|
1497
|
+
interface HTMLIxFilterChipElement extends Components.IxFilterChip, HTMLStencilElement {
|
|
1498
|
+
}
|
|
1499
|
+
var HTMLIxFilterChipElement: {
|
|
1500
|
+
prototype: HTMLIxFilterChipElement;
|
|
1501
|
+
new (): HTMLIxFilterChipElement;
|
|
1502
|
+
};
|
|
1503
|
+
interface HTMLIxFlipTileElement extends Components.IxFlipTile, HTMLStencilElement {
|
|
1504
|
+
}
|
|
1505
|
+
var HTMLIxFlipTileElement: {
|
|
1506
|
+
prototype: HTMLIxFlipTileElement;
|
|
1507
|
+
new (): HTMLIxFlipTileElement;
|
|
1508
|
+
};
|
|
1509
|
+
interface HTMLIxFlipTileContentElement extends Components.IxFlipTileContent, HTMLStencilElement {
|
|
1510
|
+
}
|
|
1511
|
+
var HTMLIxFlipTileContentElement: {
|
|
1512
|
+
prototype: HTMLIxFlipTileContentElement;
|
|
1513
|
+
new (): HTMLIxFlipTileContentElement;
|
|
1514
|
+
};
|
|
1515
|
+
interface HTMLIxGroupElement extends Components.IxGroup, HTMLStencilElement {
|
|
1516
|
+
}
|
|
1517
|
+
var HTMLIxGroupElement: {
|
|
1518
|
+
prototype: HTMLIxGroupElement;
|
|
1519
|
+
new (): HTMLIxGroupElement;
|
|
1520
|
+
};
|
|
1521
|
+
interface HTMLIxGroupDropdownItemElement extends Components.IxGroupDropdownItem, HTMLStencilElement {
|
|
1522
|
+
}
|
|
1523
|
+
var HTMLIxGroupDropdownItemElement: {
|
|
1524
|
+
prototype: HTMLIxGroupDropdownItemElement;
|
|
1525
|
+
new (): HTMLIxGroupDropdownItemElement;
|
|
1526
|
+
};
|
|
1527
|
+
interface HTMLIxGroupItemElement extends Components.IxGroupItem, HTMLStencilElement {
|
|
1528
|
+
}
|
|
1529
|
+
var HTMLIxGroupItemElement: {
|
|
1530
|
+
prototype: HTMLIxGroupItemElement;
|
|
1531
|
+
new (): HTMLIxGroupItemElement;
|
|
1532
|
+
};
|
|
1533
|
+
interface HTMLIxIconElement extends Components.IxIcon, HTMLStencilElement {
|
|
1534
|
+
}
|
|
1535
|
+
var HTMLIxIconElement: {
|
|
1536
|
+
prototype: HTMLIxIconElement;
|
|
1537
|
+
new (): HTMLIxIconElement;
|
|
1538
|
+
};
|
|
1539
|
+
interface HTMLIxIconButtonElement extends Components.IxIconButton, HTMLStencilElement {
|
|
1540
|
+
}
|
|
1541
|
+
var HTMLIxIconButtonElement: {
|
|
1542
|
+
prototype: HTMLIxIconButtonElement;
|
|
1543
|
+
new (): HTMLIxIconButtonElement;
|
|
1544
|
+
};
|
|
1545
|
+
interface HTMLIxInputGroupElement extends Components.IxInputGroup, HTMLStencilElement {
|
|
1546
|
+
}
|
|
1547
|
+
var HTMLIxInputGroupElement: {
|
|
1548
|
+
prototype: HTMLIxInputGroupElement;
|
|
1549
|
+
new (): HTMLIxInputGroupElement;
|
|
1550
|
+
};
|
|
1551
|
+
interface HTMLIxKpiElement extends Components.IxKpi, HTMLStencilElement {
|
|
1552
|
+
}
|
|
1553
|
+
var HTMLIxKpiElement: {
|
|
1554
|
+
prototype: HTMLIxKpiElement;
|
|
1555
|
+
new (): HTMLIxKpiElement;
|
|
1556
|
+
};
|
|
1557
|
+
interface HTMLIxMapNavigationElement extends Components.IxMapNavigation, HTMLStencilElement {
|
|
1558
|
+
}
|
|
1559
|
+
var HTMLIxMapNavigationElement: {
|
|
1560
|
+
prototype: HTMLIxMapNavigationElement;
|
|
1561
|
+
new (): HTMLIxMapNavigationElement;
|
|
1562
|
+
};
|
|
1563
|
+
interface HTMLIxMapNavigationOverlayElement extends Components.IxMapNavigationOverlay, HTMLStencilElement {
|
|
1564
|
+
}
|
|
1565
|
+
var HTMLIxMapNavigationOverlayElement: {
|
|
1566
|
+
prototype: HTMLIxMapNavigationOverlayElement;
|
|
1567
|
+
new (): HTMLIxMapNavigationOverlayElement;
|
|
1568
|
+
};
|
|
1569
|
+
interface HTMLIxMenuElement extends Components.IxMenu, HTMLStencilElement {
|
|
1570
|
+
}
|
|
1571
|
+
var HTMLIxMenuElement: {
|
|
1572
|
+
prototype: HTMLIxMenuElement;
|
|
1573
|
+
new (): HTMLIxMenuElement;
|
|
1574
|
+
};
|
|
1575
|
+
interface HTMLIxMenuAboutElement extends Components.IxMenuAbout, HTMLStencilElement {
|
|
1576
|
+
}
|
|
1577
|
+
var HTMLIxMenuAboutElement: {
|
|
1578
|
+
prototype: HTMLIxMenuAboutElement;
|
|
1579
|
+
new (): HTMLIxMenuAboutElement;
|
|
1580
|
+
};
|
|
1581
|
+
interface HTMLIxMenuAboutItemElement extends Components.IxMenuAboutItem, HTMLStencilElement {
|
|
1582
|
+
}
|
|
1583
|
+
var HTMLIxMenuAboutItemElement: {
|
|
1584
|
+
prototype: HTMLIxMenuAboutItemElement;
|
|
1585
|
+
new (): HTMLIxMenuAboutItemElement;
|
|
1586
|
+
};
|
|
1587
|
+
interface HTMLIxMenuAboutNewsElement extends Components.IxMenuAboutNews, HTMLStencilElement {
|
|
1588
|
+
}
|
|
1589
|
+
var HTMLIxMenuAboutNewsElement: {
|
|
1590
|
+
prototype: HTMLIxMenuAboutNewsElement;
|
|
1591
|
+
new (): HTMLIxMenuAboutNewsElement;
|
|
1592
|
+
};
|
|
1593
|
+
interface HTMLIxMenuAvatarElement extends Components.IxMenuAvatar, HTMLStencilElement {
|
|
1594
|
+
}
|
|
1595
|
+
var HTMLIxMenuAvatarElement: {
|
|
1596
|
+
prototype: HTMLIxMenuAvatarElement;
|
|
1597
|
+
new (): HTMLIxMenuAvatarElement;
|
|
1598
|
+
};
|
|
1599
|
+
interface HTMLIxMenuAvatarItemElement extends Components.IxMenuAvatarItem, HTMLStencilElement {
|
|
1600
|
+
}
|
|
1601
|
+
var HTMLIxMenuAvatarItemElement: {
|
|
1602
|
+
prototype: HTMLIxMenuAvatarItemElement;
|
|
1603
|
+
new (): HTMLIxMenuAvatarItemElement;
|
|
1604
|
+
};
|
|
1605
|
+
interface HTMLIxMenuItemElement extends Components.IxMenuItem, HTMLStencilElement {
|
|
1606
|
+
}
|
|
1607
|
+
var HTMLIxMenuItemElement: {
|
|
1608
|
+
prototype: HTMLIxMenuItemElement;
|
|
1609
|
+
new (): HTMLIxMenuItemElement;
|
|
1610
|
+
};
|
|
1611
|
+
interface HTMLIxMenuSettingsElement extends Components.IxMenuSettings, HTMLStencilElement {
|
|
1612
|
+
}
|
|
1613
|
+
var HTMLIxMenuSettingsElement: {
|
|
1614
|
+
prototype: HTMLIxMenuSettingsElement;
|
|
1615
|
+
new (): HTMLIxMenuSettingsElement;
|
|
1616
|
+
};
|
|
1617
|
+
interface HTMLIxMenuSettingsItemElement extends Components.IxMenuSettingsItem, HTMLStencilElement {
|
|
1618
|
+
}
|
|
1619
|
+
var HTMLIxMenuSettingsItemElement: {
|
|
1620
|
+
prototype: HTMLIxMenuSettingsItemElement;
|
|
1621
|
+
new (): HTMLIxMenuSettingsItemElement;
|
|
1622
|
+
};
|
|
1623
|
+
interface HTMLIxMessageBarElement extends Components.IxMessageBar, HTMLStencilElement {
|
|
1624
|
+
}
|
|
1625
|
+
var HTMLIxMessageBarElement: {
|
|
1626
|
+
prototype: HTMLIxMessageBarElement;
|
|
1627
|
+
new (): HTMLIxMessageBarElement;
|
|
1628
|
+
};
|
|
1629
|
+
interface HTMLIxModalElement extends Components.IxModal, HTMLStencilElement {
|
|
1630
|
+
}
|
|
1631
|
+
var HTMLIxModalElement: {
|
|
1632
|
+
prototype: HTMLIxModalElement;
|
|
1633
|
+
new (): HTMLIxModalElement;
|
|
1634
|
+
};
|
|
1635
|
+
interface HTMLIxModalContainerElement extends Components.IxModalContainer, HTMLStencilElement {
|
|
1636
|
+
}
|
|
1637
|
+
var HTMLIxModalContainerElement: {
|
|
1638
|
+
prototype: HTMLIxModalContainerElement;
|
|
1639
|
+
new (): HTMLIxModalContainerElement;
|
|
1640
|
+
};
|
|
1641
|
+
interface HTMLIxModalExampleElement extends Components.IxModalExample, HTMLStencilElement {
|
|
1642
|
+
}
|
|
1643
|
+
var HTMLIxModalExampleElement: {
|
|
1644
|
+
prototype: HTMLIxModalExampleElement;
|
|
1645
|
+
new (): HTMLIxModalExampleElement;
|
|
1646
|
+
};
|
|
1647
|
+
interface HTMLIxPillElement extends Components.IxPill, HTMLStencilElement {
|
|
1648
|
+
}
|
|
1649
|
+
var HTMLIxPillElement: {
|
|
1650
|
+
prototype: HTMLIxPillElement;
|
|
1651
|
+
new (): HTMLIxPillElement;
|
|
1652
|
+
};
|
|
1653
|
+
interface HTMLIxSelectElement extends Components.IxSelect, HTMLStencilElement {
|
|
1654
|
+
}
|
|
1655
|
+
var HTMLIxSelectElement: {
|
|
1656
|
+
prototype: HTMLIxSelectElement;
|
|
1657
|
+
new (): HTMLIxSelectElement;
|
|
1658
|
+
};
|
|
1659
|
+
interface HTMLIxSelectItemElement extends Components.IxSelectItem, HTMLStencilElement {
|
|
1660
|
+
}
|
|
1661
|
+
var HTMLIxSelectItemElement: {
|
|
1662
|
+
prototype: HTMLIxSelectItemElement;
|
|
1663
|
+
new (): HTMLIxSelectItemElement;
|
|
1664
|
+
};
|
|
1665
|
+
interface HTMLIxSpinnerElement extends Components.IxSpinner, HTMLStencilElement {
|
|
1666
|
+
}
|
|
1667
|
+
var HTMLIxSpinnerElement: {
|
|
1668
|
+
prototype: HTMLIxSpinnerElement;
|
|
1669
|
+
new (): HTMLIxSpinnerElement;
|
|
1670
|
+
};
|
|
1671
|
+
interface HTMLIxSplitButtonElement extends Components.IxSplitButton, HTMLStencilElement {
|
|
1672
|
+
}
|
|
1673
|
+
var HTMLIxSplitButtonElement: {
|
|
1674
|
+
prototype: HTMLIxSplitButtonElement;
|
|
1675
|
+
new (): HTMLIxSplitButtonElement;
|
|
1676
|
+
};
|
|
1677
|
+
interface HTMLIxSplitButtonItemElement extends Components.IxSplitButtonItem, HTMLStencilElement {
|
|
1678
|
+
}
|
|
1679
|
+
var HTMLIxSplitButtonItemElement: {
|
|
1680
|
+
prototype: HTMLIxSplitButtonItemElement;
|
|
1681
|
+
new (): HTMLIxSplitButtonItemElement;
|
|
1682
|
+
};
|
|
1683
|
+
interface HTMLIxTabItemElement extends Components.IxTabItem, HTMLStencilElement {
|
|
1684
|
+
}
|
|
1685
|
+
var HTMLIxTabItemElement: {
|
|
1686
|
+
prototype: HTMLIxTabItemElement;
|
|
1687
|
+
new (): HTMLIxTabItemElement;
|
|
1688
|
+
};
|
|
1689
|
+
interface HTMLIxTabsElement extends Components.IxTabs, HTMLStencilElement {
|
|
1690
|
+
}
|
|
1691
|
+
var HTMLIxTabsElement: {
|
|
1692
|
+
prototype: HTMLIxTabsElement;
|
|
1693
|
+
new (): HTMLIxTabsElement;
|
|
1694
|
+
};
|
|
1695
|
+
interface HTMLIxTileElement extends Components.IxTile, HTMLStencilElement {
|
|
1696
|
+
}
|
|
1697
|
+
var HTMLIxTileElement: {
|
|
1698
|
+
prototype: HTMLIxTileElement;
|
|
1699
|
+
new (): HTMLIxTileElement;
|
|
1700
|
+
};
|
|
1701
|
+
interface HTMLIxTimePickerElement extends Components.IxTimePicker, HTMLStencilElement {
|
|
1702
|
+
}
|
|
1703
|
+
var HTMLIxTimePickerElement: {
|
|
1704
|
+
prototype: HTMLIxTimePickerElement;
|
|
1705
|
+
new (): HTMLIxTimePickerElement;
|
|
1706
|
+
};
|
|
1707
|
+
interface HTMLIxToastElement extends Components.IxToast, HTMLStencilElement {
|
|
1708
|
+
}
|
|
1709
|
+
var HTMLIxToastElement: {
|
|
1710
|
+
prototype: HTMLIxToastElement;
|
|
1711
|
+
new (): HTMLIxToastElement;
|
|
1712
|
+
};
|
|
1713
|
+
interface HTMLIxToastContainerElement extends Components.IxToastContainer, HTMLStencilElement {
|
|
1714
|
+
}
|
|
1715
|
+
var HTMLIxToastContainerElement: {
|
|
1716
|
+
prototype: HTMLIxToastContainerElement;
|
|
1717
|
+
new (): HTMLIxToastContainerElement;
|
|
1718
|
+
};
|
|
1719
|
+
interface HTMLIxToggleElement extends Components.IxToggle, HTMLStencilElement {
|
|
1720
|
+
}
|
|
1721
|
+
var HTMLIxToggleElement: {
|
|
1722
|
+
prototype: HTMLIxToggleElement;
|
|
1723
|
+
new (): HTMLIxToggleElement;
|
|
1724
|
+
};
|
|
1725
|
+
interface HTMLIxTreeElement extends Components.IxTree, HTMLStencilElement {
|
|
1726
|
+
}
|
|
1727
|
+
var HTMLIxTreeElement: {
|
|
1728
|
+
prototype: HTMLIxTreeElement;
|
|
1729
|
+
new (): HTMLIxTreeElement;
|
|
1730
|
+
};
|
|
1731
|
+
interface HTMLIxTreeItemElement extends Components.IxTreeItem, HTMLStencilElement {
|
|
1732
|
+
}
|
|
1733
|
+
var HTMLIxTreeItemElement: {
|
|
1734
|
+
prototype: HTMLIxTreeItemElement;
|
|
1735
|
+
new (): HTMLIxTreeItemElement;
|
|
1736
|
+
};
|
|
1737
|
+
interface HTMLIxUploadElement extends Components.IxUpload, HTMLStencilElement {
|
|
1738
|
+
}
|
|
1739
|
+
var HTMLIxUploadElement: {
|
|
1740
|
+
prototype: HTMLIxUploadElement;
|
|
1741
|
+
new (): HTMLIxUploadElement;
|
|
1742
|
+
};
|
|
1743
|
+
interface HTMLIxValidationTooltipElement extends Components.IxValidationTooltip, HTMLStencilElement {
|
|
1744
|
+
}
|
|
1745
|
+
var HTMLIxValidationTooltipElement: {
|
|
1746
|
+
prototype: HTMLIxValidationTooltipElement;
|
|
1747
|
+
new (): HTMLIxValidationTooltipElement;
|
|
1748
|
+
};
|
|
1749
|
+
interface HTMLIxWorkflowStepElement extends Components.IxWorkflowStep, HTMLStencilElement {
|
|
1750
|
+
}
|
|
1751
|
+
var HTMLIxWorkflowStepElement: {
|
|
1752
|
+
prototype: HTMLIxWorkflowStepElement;
|
|
1753
|
+
new (): HTMLIxWorkflowStepElement;
|
|
1754
|
+
};
|
|
1755
|
+
interface HTMLIxWorkflowStepsElement extends Components.IxWorkflowSteps, HTMLStencilElement {
|
|
1756
|
+
}
|
|
1757
|
+
var HTMLIxWorkflowStepsElement: {
|
|
1758
|
+
prototype: HTMLIxWorkflowStepsElement;
|
|
1759
|
+
new (): HTMLIxWorkflowStepsElement;
|
|
1760
|
+
};
|
|
1761
|
+
interface HTMLMyComponentElement extends Components.MyComponent, HTMLStencilElement {
|
|
1762
|
+
}
|
|
1763
|
+
var HTMLMyComponentElement: {
|
|
1764
|
+
prototype: HTMLMyComponentElement;
|
|
1765
|
+
new (): HTMLMyComponentElement;
|
|
1766
|
+
};
|
|
1767
|
+
interface HTMLElementTagNameMap {
|
|
1768
|
+
"ix-animated-tab": HTMLIxAnimatedTabElement;
|
|
1769
|
+
"ix-animated-tabs": HTMLIxAnimatedTabsElement;
|
|
1770
|
+
"ix-application-header": HTMLIxApplicationHeaderElement;
|
|
1771
|
+
"ix-basic-navigation": HTMLIxBasicNavigationElement;
|
|
1772
|
+
"ix-blind": HTMLIxBlindElement;
|
|
1773
|
+
"ix-breadcrumb": HTMLIxBreadcrumbElement;
|
|
1774
|
+
"ix-breadcrumb-item": HTMLIxBreadcrumbItemElement;
|
|
1775
|
+
"ix-button": HTMLIxButtonElement;
|
|
1776
|
+
"ix-category-filter": HTMLIxCategoryFilterElement;
|
|
1777
|
+
"ix-chip": HTMLIxChipElement;
|
|
1778
|
+
"ix-counter-pill": HTMLIxCounterPillElement;
|
|
1779
|
+
"ix-date-picker": HTMLIxDatePickerElement;
|
|
1780
|
+
"ix-date-time-card": HTMLIxDateTimeCardElement;
|
|
1781
|
+
"ix-datetime-picker": HTMLIxDatetimePickerElement;
|
|
1782
|
+
"ix-drawer": HTMLIxDrawerElement;
|
|
1783
|
+
"ix-dropdown": HTMLIxDropdownElement;
|
|
1784
|
+
"ix-dropdown-item": HTMLIxDropdownItemElement;
|
|
1785
|
+
"ix-event-list": HTMLIxEventListElement;
|
|
1786
|
+
"ix-event-list-item": HTMLIxEventListItemElement;
|
|
1787
|
+
"ix-expanding-search": HTMLIxExpandingSearchElement;
|
|
1788
|
+
"ix-filter-chip": HTMLIxFilterChipElement;
|
|
1789
|
+
"ix-flip-tile": HTMLIxFlipTileElement;
|
|
1790
|
+
"ix-flip-tile-content": HTMLIxFlipTileContentElement;
|
|
1791
|
+
"ix-group": HTMLIxGroupElement;
|
|
1792
|
+
"ix-group-dropdown-item": HTMLIxGroupDropdownItemElement;
|
|
1793
|
+
"ix-group-item": HTMLIxGroupItemElement;
|
|
1794
|
+
"ix-icon": HTMLIxIconElement;
|
|
1795
|
+
"ix-icon-button": HTMLIxIconButtonElement;
|
|
1796
|
+
"ix-input-group": HTMLIxInputGroupElement;
|
|
1797
|
+
"ix-kpi": HTMLIxKpiElement;
|
|
1798
|
+
"ix-map-navigation": HTMLIxMapNavigationElement;
|
|
1799
|
+
"ix-map-navigation-overlay": HTMLIxMapNavigationOverlayElement;
|
|
1800
|
+
"ix-menu": HTMLIxMenuElement;
|
|
1801
|
+
"ix-menu-about": HTMLIxMenuAboutElement;
|
|
1802
|
+
"ix-menu-about-item": HTMLIxMenuAboutItemElement;
|
|
1803
|
+
"ix-menu-about-news": HTMLIxMenuAboutNewsElement;
|
|
1804
|
+
"ix-menu-avatar": HTMLIxMenuAvatarElement;
|
|
1805
|
+
"ix-menu-avatar-item": HTMLIxMenuAvatarItemElement;
|
|
1806
|
+
"ix-menu-item": HTMLIxMenuItemElement;
|
|
1807
|
+
"ix-menu-settings": HTMLIxMenuSettingsElement;
|
|
1808
|
+
"ix-menu-settings-item": HTMLIxMenuSettingsItemElement;
|
|
1809
|
+
"ix-message-bar": HTMLIxMessageBarElement;
|
|
1810
|
+
"ix-modal": HTMLIxModalElement;
|
|
1811
|
+
"ix-modal-container": HTMLIxModalContainerElement;
|
|
1812
|
+
"ix-modal-example": HTMLIxModalExampleElement;
|
|
1813
|
+
"ix-pill": HTMLIxPillElement;
|
|
1814
|
+
"ix-select": HTMLIxSelectElement;
|
|
1815
|
+
"ix-select-item": HTMLIxSelectItemElement;
|
|
1816
|
+
"ix-spinner": HTMLIxSpinnerElement;
|
|
1817
|
+
"ix-split-button": HTMLIxSplitButtonElement;
|
|
1818
|
+
"ix-split-button-item": HTMLIxSplitButtonItemElement;
|
|
1819
|
+
"ix-tab-item": HTMLIxTabItemElement;
|
|
1820
|
+
"ix-tabs": HTMLIxTabsElement;
|
|
1821
|
+
"ix-tile": HTMLIxTileElement;
|
|
1822
|
+
"ix-time-picker": HTMLIxTimePickerElement;
|
|
1823
|
+
"ix-toast": HTMLIxToastElement;
|
|
1824
|
+
"ix-toast-container": HTMLIxToastContainerElement;
|
|
1825
|
+
"ix-toggle": HTMLIxToggleElement;
|
|
1826
|
+
"ix-tree": HTMLIxTreeElement;
|
|
1827
|
+
"ix-tree-item": HTMLIxTreeItemElement;
|
|
1828
|
+
"ix-upload": HTMLIxUploadElement;
|
|
1829
|
+
"ix-validation-tooltip": HTMLIxValidationTooltipElement;
|
|
1830
|
+
"ix-workflow-step": HTMLIxWorkflowStepElement;
|
|
1831
|
+
"ix-workflow-steps": HTMLIxWorkflowStepsElement;
|
|
1832
|
+
"my-component": HTMLMyComponentElement;
|
|
1833
|
+
}
|
|
1834
|
+
}
|
|
1835
|
+
declare namespace LocalJSX {
|
|
1836
|
+
interface IxAnimatedTab {
|
|
1837
|
+
/**
|
|
1838
|
+
* Show notification number
|
|
1839
|
+
*/
|
|
1840
|
+
"count"?: number;
|
|
1841
|
+
/**
|
|
1842
|
+
* Icon of the tab
|
|
1843
|
+
*/
|
|
1844
|
+
"icon"?: string;
|
|
1845
|
+
}
|
|
1846
|
+
interface IxAnimatedTabs {
|
|
1847
|
+
/**
|
|
1848
|
+
* @deprecated - For debugging purposes only
|
|
1849
|
+
*/
|
|
1850
|
+
"disableAnimations"?: boolean;
|
|
1851
|
+
/**
|
|
1852
|
+
* Tab navigated
|
|
1853
|
+
*/
|
|
1854
|
+
"onTabClick"?: (event: CustomEvent<any>) => void;
|
|
1855
|
+
/**
|
|
1856
|
+
* Current selected tab index
|
|
1857
|
+
*/
|
|
1858
|
+
"selectedIndex"?: number;
|
|
1859
|
+
/**
|
|
1860
|
+
* Placement of the tabs
|
|
1861
|
+
*/
|
|
1862
|
+
"tabPlacement"?: 'top' | 'bottom';
|
|
1863
|
+
}
|
|
1864
|
+
interface IxApplicationHeader {
|
|
1865
|
+
/**
|
|
1866
|
+
* Application name
|
|
1867
|
+
*/
|
|
1868
|
+
"name"?: string;
|
|
1869
|
+
}
|
|
1870
|
+
interface IxBasicNavigation {
|
|
1871
|
+
/**
|
|
1872
|
+
* Application name
|
|
1873
|
+
*/
|
|
1874
|
+
"applicationName"?: string;
|
|
1875
|
+
/**
|
|
1876
|
+
* Hide application header
|
|
1877
|
+
*/
|
|
1878
|
+
"hideHeader"?: boolean;
|
|
1879
|
+
}
|
|
1880
|
+
interface IxBlind {
|
|
1881
|
+
/**
|
|
1882
|
+
* Collapsed state
|
|
1883
|
+
*/
|
|
1884
|
+
"collapsed"?: boolean;
|
|
1885
|
+
/**
|
|
1886
|
+
* Label of blind
|
|
1887
|
+
*/
|
|
1888
|
+
"label"?: string;
|
|
1889
|
+
/**
|
|
1890
|
+
* Collapsed state changed
|
|
1891
|
+
*/
|
|
1892
|
+
"onCollapsedChange"?: (event: CustomEvent<boolean>) => void;
|
|
1893
|
+
}
|
|
1894
|
+
interface IxBreadcrumb {
|
|
1895
|
+
/**
|
|
1896
|
+
* Ghost breadcrumbs will not show solid backgrounds on individual crumbs unless there is a mouse event (e.g. hover)
|
|
1897
|
+
*/
|
|
1898
|
+
"ghost"?: boolean;
|
|
1899
|
+
/**
|
|
1900
|
+
* Items will be accessible through a dropdown
|
|
1901
|
+
*/
|
|
1902
|
+
"nextItems"?: string[];
|
|
1903
|
+
/**
|
|
1904
|
+
* Crumb item clicked event
|
|
1905
|
+
*/
|
|
1906
|
+
"onItemClick"?: (event: CustomEvent<string>) => void;
|
|
1907
|
+
/**
|
|
1908
|
+
* Next item clicked event
|
|
1909
|
+
*/
|
|
1910
|
+
"onNextClick"?: (event: CustomEvent<{ event: UIEvent; item: string }>) => void;
|
|
1911
|
+
/**
|
|
1912
|
+
* Excess items will get hidden inside of dropdown
|
|
1913
|
+
*/
|
|
1914
|
+
"visibleItemCount"?: number;
|
|
1915
|
+
}
|
|
1916
|
+
interface IxBreadcrumbItem {
|
|
1917
|
+
/**
|
|
1918
|
+
* Icon to be displayed next ot the label
|
|
1919
|
+
*/
|
|
1920
|
+
"icon"?: string;
|
|
1921
|
+
/**
|
|
1922
|
+
* Breadcrumb label
|
|
1923
|
+
*/
|
|
1924
|
+
"label"?: string;
|
|
1925
|
+
}
|
|
1926
|
+
interface IxButton {
|
|
1927
|
+
/**
|
|
1928
|
+
* Disable the button
|
|
1929
|
+
*/
|
|
1930
|
+
"disabled"?: boolean;
|
|
1931
|
+
/**
|
|
1932
|
+
* Button with no background or outline
|
|
1933
|
+
*/
|
|
1934
|
+
"ghost"?: boolean;
|
|
1935
|
+
/**
|
|
1936
|
+
* Invisible button
|
|
1937
|
+
* @deprecated use ghost property
|
|
1938
|
+
*/
|
|
1939
|
+
"invisible"?: boolean;
|
|
1940
|
+
/**
|
|
1941
|
+
* Outline button
|
|
1942
|
+
*/
|
|
1943
|
+
"outline"?: boolean;
|
|
1944
|
+
/**
|
|
1945
|
+
* Show button as selected. Should be used with outline or invisible
|
|
1946
|
+
*/
|
|
1947
|
+
"selected"?: boolean;
|
|
1948
|
+
/**
|
|
1949
|
+
* Type of the button
|
|
1950
|
+
*/
|
|
1951
|
+
"type"?: 'button' | 'submit';
|
|
1952
|
+
/**
|
|
1953
|
+
* Button varaint
|
|
1954
|
+
*/
|
|
1955
|
+
"variant"?: Buttons;
|
|
1956
|
+
}
|
|
1957
|
+
interface IxCategoryFilter {
|
|
1958
|
+
/**
|
|
1959
|
+
* Configuration object hash used to populate the dropwdown menu for typeahead and quick selection functionality. Each ID maps to an object with a label and an array of options to select from.
|
|
1960
|
+
*/
|
|
1961
|
+
"categories"?: {
|
|
1962
|
+
[id: string]: {
|
|
1963
|
+
label: string;
|
|
1964
|
+
options: string[];
|
|
1965
|
+
};
|
|
1966
|
+
};
|
|
1967
|
+
/**
|
|
1968
|
+
* A set of search criteria to populate the component with.
|
|
1969
|
+
*/
|
|
1970
|
+
"filterState"?: FilterState;
|
|
1971
|
+
/**
|
|
1972
|
+
* Allows to hide the icon inside the text input. Defaults to false
|
|
1973
|
+
*/
|
|
1974
|
+
"hideIcon"?: boolean;
|
|
1975
|
+
/**
|
|
1976
|
+
* i18n
|
|
1977
|
+
*/
|
|
1978
|
+
"i18nPlainText"?: string;
|
|
1979
|
+
/**
|
|
1980
|
+
* The icon next to the actual text input Defaults to 'search'
|
|
1981
|
+
*/
|
|
1982
|
+
"icon"?: string;
|
|
1983
|
+
/**
|
|
1984
|
+
* When set this will initially populate the component with the provided search criteria. This will trigger all input events accordingly.
|
|
1985
|
+
* @deprecated will get removed with next major release (7.0.0). Use the member filterState instead.
|
|
1986
|
+
*/
|
|
1987
|
+
"initialState"?: FilterState;
|
|
1988
|
+
/**
|
|
1989
|
+
* i18n
|
|
1990
|
+
*/
|
|
1991
|
+
"labelCategories"?: string;
|
|
1992
|
+
/**
|
|
1993
|
+
* In certain use cases some categories are not available for selection any more. To allow proper display of set filters with these categories this ID to label mapping can be populated. Configuration object hash used to supply labels to the filter chips in the input field. Each ID maps to a string representing the label to display.
|
|
1994
|
+
*/
|
|
1995
|
+
"nonSelectableCategories"?: {
|
|
1996
|
+
[id: string]: string;
|
|
1997
|
+
};
|
|
1998
|
+
/**
|
|
1999
|
+
* Event dispatched whenever the filter state changes.
|
|
2000
|
+
*/
|
|
2001
|
+
"onFilterChanged"?: (event: CustomEvent<FilterState>) => void;
|
|
2002
|
+
/**
|
|
2003
|
+
* Event dispatched whenever the text input changes.
|
|
2004
|
+
*/
|
|
2005
|
+
"onInputChanged"?: (event: CustomEvent<InputState>) => void;
|
|
2006
|
+
/**
|
|
2007
|
+
* Placeholder text to be displayed in an empty input field.
|
|
2008
|
+
*/
|
|
2009
|
+
"placeholder"?: string;
|
|
2010
|
+
/**
|
|
2011
|
+
* If set to true allows that a single category can be set more than once. An already set category will not appear in the category dropdown if set to false. Defaults to true
|
|
2012
|
+
*/
|
|
2013
|
+
"repeatCategories"?: boolean;
|
|
2014
|
+
/**
|
|
2015
|
+
* A list of strings that will be supplied as typeahead suggestions not tied to any categories.
|
|
2016
|
+
*/
|
|
2017
|
+
"suggestions"?: string[];
|
|
2018
|
+
/**
|
|
2019
|
+
* @deprecated For debugging purposes only!
|
|
2020
|
+
*/
|
|
2021
|
+
"tmpDisableScrollIntoView"?: boolean;
|
|
2022
|
+
}
|
|
2023
|
+
interface IxChip {
|
|
2024
|
+
/**
|
|
2025
|
+
* Display chip in active state. Only working witht `variant="primary"`
|
|
2026
|
+
*/
|
|
2027
|
+
"active"?: boolean;
|
|
2028
|
+
/**
|
|
2029
|
+
* Custom color for pill. Only working for `variant='custom'`
|
|
2030
|
+
*/
|
|
2031
|
+
"background"?: string | undefined;
|
|
2032
|
+
/**
|
|
2033
|
+
* Show close icon
|
|
2034
|
+
*/
|
|
2035
|
+
"closable"?: boolean;
|
|
2036
|
+
/**
|
|
2037
|
+
* Custom font color for pill. Only working for `variant='custom'`
|
|
2038
|
+
*/
|
|
2039
|
+
"color"?: string | undefined;
|
|
2040
|
+
/**
|
|
2041
|
+
* Show icon
|
|
2042
|
+
*/
|
|
2043
|
+
"icon"?: string | undefined;
|
|
2044
|
+
/**
|
|
2045
|
+
* Fire event if close button is clicked
|
|
2046
|
+
*/
|
|
2047
|
+
"onClose"?: (event: CustomEvent<any>) => void;
|
|
2048
|
+
/**
|
|
2049
|
+
* Show chip with outline style
|
|
2050
|
+
*/
|
|
2051
|
+
"outline"?: boolean;
|
|
2052
|
+
/**
|
|
2053
|
+
* Chip variant
|
|
2054
|
+
*/
|
|
2055
|
+
"variant"?: | 'primary'
|
|
2056
|
+
| 'alarm'
|
|
2057
|
+
| 'critical'
|
|
2058
|
+
| 'warning'
|
|
2059
|
+
| 'info'
|
|
2060
|
+
| 'neutral'
|
|
2061
|
+
| 'success'
|
|
2062
|
+
| 'custom';
|
|
2063
|
+
}
|
|
2064
|
+
interface IxCounterPill {
|
|
2065
|
+
/**
|
|
2066
|
+
* Align pill content left
|
|
2067
|
+
*/
|
|
2068
|
+
"alignLeft"?: boolean;
|
|
2069
|
+
/**
|
|
2070
|
+
* Custom color for pill. Only working for `variant='custom'`
|
|
2071
|
+
*/
|
|
2072
|
+
"background"?: string | undefined;
|
|
2073
|
+
/**
|
|
2074
|
+
* Custom font color for pill. Only working for `variant='custom'`
|
|
2075
|
+
*/
|
|
2076
|
+
"color"?: string | undefined;
|
|
2077
|
+
/**
|
|
2078
|
+
* Show pill as outline
|
|
2079
|
+
*/
|
|
2080
|
+
"outline"?: boolean;
|
|
2081
|
+
/**
|
|
2082
|
+
* Pill variant
|
|
2083
|
+
*/
|
|
2084
|
+
"variant"?: | 'primary'
|
|
2085
|
+
| 'alarm'
|
|
2086
|
+
| 'critical'
|
|
2087
|
+
| 'warning'
|
|
2088
|
+
| 'info'
|
|
2089
|
+
| 'neutral'
|
|
2090
|
+
| 'success'
|
|
2091
|
+
| 'custom';
|
|
2092
|
+
}
|
|
2093
|
+
interface IxDatePicker {
|
|
2094
|
+
/**
|
|
2095
|
+
* Set corners style
|
|
2096
|
+
*/
|
|
2097
|
+
"corners"?: DateTimeCardCorners;
|
|
2098
|
+
/**
|
|
2099
|
+
* output date format
|
|
2100
|
+
*/
|
|
2101
|
+
"format"?: string;
|
|
2102
|
+
/**
|
|
2103
|
+
* set styles
|
|
2104
|
+
*/
|
|
2105
|
+
"individual"?: boolean;
|
|
2106
|
+
/**
|
|
2107
|
+
* Time change event
|
|
2108
|
+
*/
|
|
2109
|
+
"onDateChange"?: (event: CustomEvent<string>) => void;
|
|
2110
|
+
/**
|
|
2111
|
+
* done event
|
|
2112
|
+
*/
|
|
2113
|
+
"onDone"?: (event: CustomEvent<string>) => void;
|
|
2114
|
+
/**
|
|
2115
|
+
* Set range size
|
|
2116
|
+
*/
|
|
2117
|
+
"range"?: boolean;
|
|
2118
|
+
}
|
|
2119
|
+
interface IxDateTimeCard {
|
|
2120
|
+
/**
|
|
2121
|
+
* Set corners style
|
|
2122
|
+
*/
|
|
2123
|
+
"corners"?: DateTimeCardCorners;
|
|
2124
|
+
/**
|
|
2125
|
+
* set styles
|
|
2126
|
+
*/
|
|
2127
|
+
"individual"?: boolean;
|
|
2128
|
+
}
|
|
2129
|
+
interface IxDatetimePicker {
|
|
2130
|
+
/**
|
|
2131
|
+
* Time event
|
|
2132
|
+
*/
|
|
2133
|
+
"onDone"?: (event: CustomEvent<string>) => void;
|
|
2134
|
+
/**
|
|
2135
|
+
* Set range size
|
|
2136
|
+
*/
|
|
2137
|
+
"range"?: boolean;
|
|
2138
|
+
/**
|
|
2139
|
+
* Show Hour Input
|
|
2140
|
+
*/
|
|
2141
|
+
"showHour"?: boolean;
|
|
2142
|
+
/**
|
|
2143
|
+
* Show Minutes Input
|
|
2144
|
+
*/
|
|
2145
|
+
"showMinutes"?: boolean;
|
|
2146
|
+
/**
|
|
2147
|
+
* Show Seconds Input
|
|
2148
|
+
*/
|
|
2149
|
+
"showSeconds"?: boolean;
|
|
2150
|
+
/**
|
|
2151
|
+
* Show Time Reference Input
|
|
2152
|
+
*/
|
|
2153
|
+
"showTimeReference"?: boolean;
|
|
2154
|
+
}
|
|
2155
|
+
interface IxDrawer {
|
|
2156
|
+
/**
|
|
2157
|
+
* Fired in case of an outside click during drawer showed state
|
|
2158
|
+
*/
|
|
2159
|
+
"closeOnClickOutside"?: boolean;
|
|
2160
|
+
/**
|
|
2161
|
+
* Render the drawer with maximum height
|
|
2162
|
+
*/
|
|
2163
|
+
"fullHeight"?: boolean;
|
|
2164
|
+
/**
|
|
2165
|
+
* Max width interpreted as REM
|
|
2166
|
+
*/
|
|
2167
|
+
"maxWidth"?: number;
|
|
2168
|
+
/**
|
|
2169
|
+
* Min width interpreted as REM
|
|
2170
|
+
*/
|
|
2171
|
+
"minWidth"?: number;
|
|
2172
|
+
/**
|
|
2173
|
+
* Fire event after drawer is close
|
|
2174
|
+
*/
|
|
2175
|
+
"onDrawerClose"?: (event: CustomEvent<any>) => void;
|
|
2176
|
+
/**
|
|
2177
|
+
* Fire event after drawer is open
|
|
2178
|
+
*/
|
|
2179
|
+
"onOpen"?: (event: CustomEvent<any>) => void;
|
|
2180
|
+
/**
|
|
2181
|
+
* Show or hide the drawer
|
|
2182
|
+
*/
|
|
2183
|
+
"show"?: boolean;
|
|
2184
|
+
/**
|
|
2185
|
+
* Width interpreted as REM if not set to 'auto'
|
|
2186
|
+
*/
|
|
2187
|
+
"width"?: number | 'auto';
|
|
2188
|
+
}
|
|
2189
|
+
interface IxDropdown {
|
|
2190
|
+
/**
|
|
2191
|
+
* Adjust dropdown width to the parent width
|
|
2192
|
+
*/
|
|
2193
|
+
"adjustDropdownWidthToReferenceWidth"?: boolean;
|
|
2194
|
+
/**
|
|
2195
|
+
* Adjust dropdown width to the parent width
|
|
2196
|
+
* @deprecated - property has a typo and will get removed in the next major version. Use `adjustDropdownWidthToReferenceWidth` instead.
|
|
2197
|
+
*/
|
|
2198
|
+
"adjustDropdownWidthToReferenceWith"?: boolean;
|
|
2199
|
+
/**
|
|
2200
|
+
* Define an anchor element
|
|
2201
|
+
*/
|
|
2202
|
+
"anchor"?: string | HTMLElement;
|
|
2203
|
+
/**
|
|
2204
|
+
* Close behavior
|
|
2205
|
+
*/
|
|
2206
|
+
"closeBehavior"?: 'inside' | 'outside' | 'both' | boolean;
|
|
2207
|
+
/**
|
|
2208
|
+
* An optional header shown at the top of the dropdown
|
|
2209
|
+
*/
|
|
2210
|
+
"header"?: string;
|
|
2211
|
+
/**
|
|
2212
|
+
* Fire event after visibility of dropdown has changed
|
|
2213
|
+
*/
|
|
2214
|
+
"onShowChanged"?: (event: CustomEvent<boolean>) => void;
|
|
2215
|
+
/**
|
|
2216
|
+
* Placement of the dropdown
|
|
2217
|
+
*/
|
|
2218
|
+
"placement"?: Placement;
|
|
2219
|
+
/**
|
|
2220
|
+
* Position strategy
|
|
2221
|
+
*/
|
|
2222
|
+
"positioningStrategy"?: PositioningStrategy;
|
|
2223
|
+
/**
|
|
2224
|
+
* Show dropdown
|
|
2225
|
+
*/
|
|
2226
|
+
"show"?: boolean;
|
|
2227
|
+
/**
|
|
2228
|
+
* Define an element that triggers the dropdown. A trigger can either be a string that will be interprated as id attribute or a DOM element.
|
|
2229
|
+
*/
|
|
2230
|
+
"trigger"?: string | HTMLElement;
|
|
2231
|
+
}
|
|
2232
|
+
interface IxDropdownItem {
|
|
2233
|
+
/**
|
|
2234
|
+
* Whether the item is checked or not. If true a checkmark will mark the item as checked.
|
|
2235
|
+
*/
|
|
2236
|
+
"checked"?: boolean;
|
|
2237
|
+
/**
|
|
2238
|
+
* Disable item and remove event listeners
|
|
2239
|
+
*/
|
|
2240
|
+
"disabled"?: boolean;
|
|
2241
|
+
/**
|
|
2242
|
+
* Display hover state
|
|
2243
|
+
*/
|
|
2244
|
+
"hover"?: boolean;
|
|
2245
|
+
/**
|
|
2246
|
+
* Icon of dropdown item
|
|
2247
|
+
*/
|
|
2248
|
+
"icon"?: string;
|
|
2249
|
+
/**
|
|
2250
|
+
* Label of dropdown item
|
|
2251
|
+
*/
|
|
2252
|
+
"label"?: string;
|
|
2253
|
+
/**
|
|
2254
|
+
* Click on item
|
|
2255
|
+
*/
|
|
2256
|
+
"onItemClick"?: (event: CustomEvent<HTMLIxDropdownItemElement>) => void;
|
|
2257
|
+
}
|
|
2258
|
+
interface IxEventList {
|
|
2259
|
+
/**
|
|
2260
|
+
* Animate state change transitions. Defaults to 'true'.
|
|
2261
|
+
*/
|
|
2262
|
+
"animated"?: boolean;
|
|
2263
|
+
/**
|
|
2264
|
+
* Display a chevron icon in list items. Defaults to 'false'
|
|
2265
|
+
*/
|
|
2266
|
+
"chevron"?: boolean;
|
|
2267
|
+
/**
|
|
2268
|
+
* Make event-list items more compact
|
|
2269
|
+
*/
|
|
2270
|
+
"compact"?: boolean;
|
|
2271
|
+
/**
|
|
2272
|
+
* Determines the height of list items. This can either be one of two predefined sizes ('S' or 'L') or an absolute pixel value. In case a number is supplied it will get converted to rem internally. Defaults to 'S'.
|
|
2273
|
+
*/
|
|
2274
|
+
"itemHeight"?: 'S' | 'L' | number;
|
|
2275
|
+
}
|
|
2276
|
+
interface IxEventListItem {
|
|
2277
|
+
/**
|
|
2278
|
+
* Show chevron on right side of the event list item
|
|
2279
|
+
*/
|
|
2280
|
+
"chevron"?: boolean;
|
|
2281
|
+
/**
|
|
2282
|
+
* Color of the status indicator. Allowed values are all Core UI color names.
|
|
2283
|
+
*/
|
|
2284
|
+
"color"?: string;
|
|
2285
|
+
/**
|
|
2286
|
+
* Disable event list item
|
|
2287
|
+
*/
|
|
2288
|
+
"disabled"?: boolean;
|
|
2289
|
+
/**
|
|
2290
|
+
* Event list item click
|
|
2291
|
+
*/
|
|
2292
|
+
"onItemClick"?: (event: CustomEvent<any>) => void;
|
|
2293
|
+
/**
|
|
2294
|
+
* Opacity of the status indicator. Defaults to 1.0
|
|
2295
|
+
* @deprecated Will be removed in 7.0.0. Use color with alpha value.
|
|
2296
|
+
*/
|
|
2297
|
+
"opacity"?: number;
|
|
2298
|
+
/**
|
|
2299
|
+
* Show event list item as selected
|
|
2300
|
+
*/
|
|
2301
|
+
"selected"?: boolean;
|
|
2302
|
+
}
|
|
2303
|
+
interface IxExpandingSearch {
|
|
2304
|
+
/**
|
|
2305
|
+
* Search icon
|
|
2306
|
+
*/
|
|
2307
|
+
"icon"?: string;
|
|
2308
|
+
/**
|
|
2309
|
+
* Value changed
|
|
2310
|
+
*/
|
|
2311
|
+
"onValueChange"?: (event: CustomEvent<string>) => void;
|
|
2312
|
+
/**
|
|
2313
|
+
* Placeholder text
|
|
2314
|
+
*/
|
|
2315
|
+
"placeholder"?: string;
|
|
2316
|
+
/**
|
|
2317
|
+
* Default value
|
|
2318
|
+
*/
|
|
2319
|
+
"value"?: string;
|
|
2320
|
+
}
|
|
2321
|
+
interface IxFilterChip {
|
|
2322
|
+
/**
|
|
2323
|
+
* If true the filter chip will be in disabled state
|
|
2324
|
+
*/
|
|
2325
|
+
"disabled"?: boolean;
|
|
2326
|
+
/**
|
|
2327
|
+
* Close clicked
|
|
2328
|
+
*/
|
|
2329
|
+
"onCloseClick"?: (event: CustomEvent<void>) => void;
|
|
2330
|
+
}
|
|
2331
|
+
interface IxFlipTile {
|
|
2332
|
+
/**
|
|
2333
|
+
* Tmp property name
|
|
2334
|
+
*/
|
|
2335
|
+
"footer"?: string;
|
|
2336
|
+
/**
|
|
2337
|
+
* Variation of the Flip
|
|
2338
|
+
*/
|
|
2339
|
+
"state"?: FlipTileState;
|
|
2340
|
+
}
|
|
2341
|
+
interface IxFlipTileContent {
|
|
2342
|
+
}
|
|
2343
|
+
interface IxGroup {
|
|
2344
|
+
/**
|
|
2345
|
+
* Whether the group is collapsed or expanded. Defaults to true.
|
|
2346
|
+
*/
|
|
2347
|
+
"collapsed"?: boolean;
|
|
2348
|
+
/**
|
|
2349
|
+
* Expand the group if the header is clicked
|
|
2350
|
+
*/
|
|
2351
|
+
"expandOnHeaderClick"?: boolean;
|
|
2352
|
+
/**
|
|
2353
|
+
* Group header
|
|
2354
|
+
*/
|
|
2355
|
+
"header"?: string;
|
|
2356
|
+
/**
|
|
2357
|
+
* The index of the selected group entry. If undefined no group item is selected.
|
|
2358
|
+
*/
|
|
2359
|
+
"index"?: number;
|
|
2360
|
+
/**
|
|
2361
|
+
* Group collapsed
|
|
2362
|
+
*/
|
|
2363
|
+
"onCollapsedChanged"?: (event: CustomEvent<boolean>) => void;
|
|
2364
|
+
/**
|
|
2365
|
+
* Emits when whole group gets selected.
|
|
2366
|
+
*/
|
|
2367
|
+
"onSelectGroup"?: (event: CustomEvent<boolean>) => void;
|
|
2368
|
+
/**
|
|
2369
|
+
* Emits when group item gets selected.
|
|
2370
|
+
*/
|
|
2371
|
+
"onSelectItem"?: (event: CustomEvent<number>) => void;
|
|
2372
|
+
/**
|
|
2373
|
+
* Whether the group is selected.
|
|
2374
|
+
*/
|
|
2375
|
+
"selected"?: boolean;
|
|
2376
|
+
/**
|
|
2377
|
+
* Group header subtitle
|
|
2378
|
+
*/
|
|
2379
|
+
"subHeader"?: string;
|
|
2380
|
+
/**
|
|
2381
|
+
* Prevent header from being selectable
|
|
2382
|
+
*/
|
|
2383
|
+
"suppressHeaderSelection"?: boolean;
|
|
2384
|
+
}
|
|
2385
|
+
interface IxGroupDropdownItem {
|
|
2386
|
+
/**
|
|
2387
|
+
* Group dropdown icon
|
|
2388
|
+
*/
|
|
2389
|
+
"icon"?: string;
|
|
2390
|
+
/**
|
|
2391
|
+
* Group dropdown label
|
|
2392
|
+
*/
|
|
2393
|
+
"label"?: string;
|
|
2394
|
+
}
|
|
2395
|
+
interface IxGroupItem {
|
|
2396
|
+
/**
|
|
2397
|
+
* The elements tabindex attribute will get set accordingly. If true tabindex will be 0, -1 otherwise.
|
|
2398
|
+
*/
|
|
2399
|
+
"focusable"?: boolean;
|
|
2400
|
+
/**
|
|
2401
|
+
* Group item icon
|
|
2402
|
+
*/
|
|
2403
|
+
"icon"?: string;
|
|
2404
|
+
/**
|
|
2405
|
+
* Index
|
|
2406
|
+
*/
|
|
2407
|
+
"index"?: number;
|
|
2408
|
+
/**
|
|
2409
|
+
* Selection changed
|
|
2410
|
+
*/
|
|
2411
|
+
"onSelectedChanged"?: (event: CustomEvent<HTMLIxGroupItemElement>) => void;
|
|
2412
|
+
/**
|
|
2413
|
+
* Group item secondary text
|
|
2414
|
+
*/
|
|
2415
|
+
"secondaryText"?: string;
|
|
2416
|
+
/**
|
|
2417
|
+
* Show selected state
|
|
2418
|
+
*/
|
|
2419
|
+
"selected"?: boolean;
|
|
2420
|
+
/**
|
|
2421
|
+
* Supress the selection of the group
|
|
2422
|
+
*/
|
|
2423
|
+
"suppressSelection"?: boolean;
|
|
2424
|
+
/**
|
|
2425
|
+
* Group item text
|
|
2426
|
+
*/
|
|
2427
|
+
"text"?: string;
|
|
2428
|
+
}
|
|
2429
|
+
interface IxIcon {
|
|
2430
|
+
/**
|
|
2431
|
+
* Color of the icon
|
|
2432
|
+
*/
|
|
2433
|
+
"color"?: string;
|
|
2434
|
+
/**
|
|
2435
|
+
* Use one of our defined icon names e.g `copy`.
|
|
2436
|
+
*/
|
|
2437
|
+
"name"?: string;
|
|
2438
|
+
/**
|
|
2439
|
+
* Size of the icon
|
|
2440
|
+
*/
|
|
2441
|
+
"size"?: '12' | '16' | '24' | '32';
|
|
2442
|
+
}
|
|
2443
|
+
interface IxIconButton {
|
|
2444
|
+
/**
|
|
2445
|
+
* Color of icon in button
|
|
2446
|
+
*/
|
|
2447
|
+
"color"?: string;
|
|
2448
|
+
/**
|
|
2449
|
+
* Disabled
|
|
2450
|
+
*/
|
|
2451
|
+
"disabled"?: boolean;
|
|
2452
|
+
/**
|
|
2453
|
+
* Button invisible
|
|
2454
|
+
*/
|
|
2455
|
+
"ghost"?: boolean;
|
|
2456
|
+
/**
|
|
2457
|
+
* Button icon
|
|
2458
|
+
*/
|
|
2459
|
+
"icon"?: string;
|
|
2460
|
+
/**
|
|
2461
|
+
* Button invisible
|
|
2462
|
+
* @deprecated use ghost property
|
|
2463
|
+
*/
|
|
2464
|
+
"invisible"?: boolean;
|
|
2465
|
+
/**
|
|
2466
|
+
* Button outline
|
|
2467
|
+
*/
|
|
2468
|
+
"outline"?: boolean;
|
|
2469
|
+
/**
|
|
2470
|
+
* Button in oval shape
|
|
2471
|
+
*/
|
|
2472
|
+
"oval"?: boolean;
|
|
2473
|
+
/**
|
|
2474
|
+
* Selected state only working with outline or invisible
|
|
2475
|
+
*/
|
|
2476
|
+
"selected"?: boolean;
|
|
2477
|
+
/**
|
|
2478
|
+
* Size of icon in button
|
|
2479
|
+
*/
|
|
2480
|
+
"size"?: '32' | '24' | '16' | '12';
|
|
2481
|
+
/**
|
|
2482
|
+
* Type of the button
|
|
2483
|
+
*/
|
|
2484
|
+
"type"?: 'button' | 'submit';
|
|
2485
|
+
/**
|
|
2486
|
+
* Variant of button
|
|
2487
|
+
*/
|
|
2488
|
+
"variant"?: 'Primary' | 'Secondary';
|
|
2489
|
+
}
|
|
2490
|
+
interface IxInputGroup {
|
|
2491
|
+
}
|
|
2492
|
+
interface IxKpi {
|
|
2493
|
+
"label"?: string;
|
|
2494
|
+
"orientation"?: 'horizontal' | 'vertical';
|
|
2495
|
+
"state"?: 'neutral' | 'warning' | 'alarm';
|
|
2496
|
+
"unit"?: string;
|
|
2497
|
+
"value"?: string | number;
|
|
2498
|
+
}
|
|
2499
|
+
interface IxMapNavigation {
|
|
2500
|
+
/**
|
|
2501
|
+
* Application name
|
|
2502
|
+
*/
|
|
2503
|
+
"applicationName"?: string;
|
|
2504
|
+
/**
|
|
2505
|
+
* Hide the sidebar context menu button when set to true
|
|
2506
|
+
*/
|
|
2507
|
+
"hideContextMenu"?: boolean;
|
|
2508
|
+
/**
|
|
2509
|
+
* Navigation title
|
|
2510
|
+
*/
|
|
2511
|
+
"navigationTitle"?: string;
|
|
2512
|
+
/**
|
|
2513
|
+
* Context menu clicked
|
|
2514
|
+
*/
|
|
2515
|
+
"onContextMenuClick"?: (event: CustomEvent<void>) => void;
|
|
2516
|
+
/**
|
|
2517
|
+
* Navigation toggled
|
|
2518
|
+
*/
|
|
2519
|
+
"onNavigationToggled"?: (event: CustomEvent<boolean>) => void;
|
|
2520
|
+
}
|
|
2521
|
+
interface IxMapNavigationOverlay {
|
|
2522
|
+
/**
|
|
2523
|
+
* Color of icon
|
|
2524
|
+
*/
|
|
2525
|
+
"color"?: string;
|
|
2526
|
+
/**
|
|
2527
|
+
* Icon of overlay
|
|
2528
|
+
*/
|
|
2529
|
+
"icon"?: string;
|
|
2530
|
+
/**
|
|
2531
|
+
* Title of overlay
|
|
2532
|
+
*/
|
|
2533
|
+
"name"?: string;
|
|
2534
|
+
/**
|
|
2535
|
+
* Event closed
|
|
2536
|
+
*/
|
|
2537
|
+
"onCloseClick"?: (event: CustomEvent<any>) => void;
|
|
2538
|
+
}
|
|
2539
|
+
interface IxMenu {
|
|
2540
|
+
/**
|
|
2541
|
+
* Should only be set if you use ix-menu standalone
|
|
2542
|
+
*/
|
|
2543
|
+
"applicationDescription"?: string;
|
|
2544
|
+
/**
|
|
2545
|
+
* Should only be set if you use ix-menu standalone
|
|
2546
|
+
*/
|
|
2547
|
+
"applicationName"?: string;
|
|
2548
|
+
/**
|
|
2549
|
+
* Internal
|
|
2550
|
+
*/
|
|
2551
|
+
"enableMapExpand"?: boolean;
|
|
2552
|
+
/**
|
|
2553
|
+
* Is settings tab is visible
|
|
2554
|
+
*/
|
|
2555
|
+
"enableSettings"?: boolean;
|
|
2556
|
+
/**
|
|
2557
|
+
* Show toggle between light and dark variant. Only if the provided theme have implemented both!
|
|
2558
|
+
*/
|
|
2559
|
+
"enableToggleTheme"?: boolean;
|
|
2560
|
+
/**
|
|
2561
|
+
* Expand menu
|
|
2562
|
+
*/
|
|
2563
|
+
"expand"?: boolean;
|
|
2564
|
+
"i18nCollapse"?: string;
|
|
2565
|
+
"i18nExpand"?: string;
|
|
2566
|
+
"i18nLegal"?: string;
|
|
2567
|
+
"i18nMore"?: string;
|
|
2568
|
+
"i18nSettings"?: string;
|
|
2569
|
+
"i18nToggleTheme"?: string;
|
|
2570
|
+
/**
|
|
2571
|
+
* Maximum number of menu items to show in case enough vertical space is available. Extra menu items will be collapsed to 'show more' menu item.
|
|
2572
|
+
*/
|
|
2573
|
+
"maxVisibleMenuItems"?: number;
|
|
2574
|
+
/**
|
|
2575
|
+
* Menu expanded
|
|
2576
|
+
*/
|
|
2577
|
+
"onExpandChange"?: (event: CustomEvent<boolean>) => void;
|
|
2578
|
+
/**
|
|
2579
|
+
* Map Sidebar expanded
|
|
2580
|
+
*/
|
|
2581
|
+
"onMapExpandChange"?: (event: CustomEvent<boolean>) => void;
|
|
2582
|
+
/**
|
|
2583
|
+
* Is about tab visible
|
|
2584
|
+
*/
|
|
2585
|
+
"showAbout"?: boolean;
|
|
2586
|
+
/**
|
|
2587
|
+
* Is settings tab visible
|
|
2588
|
+
*/
|
|
2589
|
+
"showSettings"?: boolean;
|
|
2590
|
+
}
|
|
2591
|
+
interface IxMenuAbout {
|
|
2592
|
+
/**
|
|
2593
|
+
* Active tab
|
|
2594
|
+
*/
|
|
2595
|
+
"activeTabLabel"?: string;
|
|
2596
|
+
"i18nImprintLabel"?: string;
|
|
2597
|
+
/**
|
|
2598
|
+
* Label of first tab
|
|
2599
|
+
*/
|
|
2600
|
+
"label"?: string;
|
|
2601
|
+
/**
|
|
2602
|
+
* About and Legal closed
|
|
2603
|
+
*/
|
|
2604
|
+
"onClose"?: (event: CustomEvent<MouseEvent>) => void;
|
|
2605
|
+
/**
|
|
2606
|
+
* Internal
|
|
2607
|
+
*/
|
|
2608
|
+
"show"?: boolean;
|
|
2609
|
+
}
|
|
2610
|
+
interface IxMenuAboutItem {
|
|
2611
|
+
/**
|
|
2612
|
+
* About Item label
|
|
2613
|
+
*/
|
|
2614
|
+
"label"?: string;
|
|
2615
|
+
}
|
|
2616
|
+
interface IxMenuAboutNews {
|
|
2617
|
+
/**
|
|
2618
|
+
* Subtitle of the about news
|
|
2619
|
+
*/
|
|
2620
|
+
"aboutItemLabel"?: string;
|
|
2621
|
+
/**
|
|
2622
|
+
* Internal
|
|
2623
|
+
*/
|
|
2624
|
+
"expanded"?: boolean;
|
|
2625
|
+
"i18nShowMore"?: string;
|
|
2626
|
+
/**
|
|
2627
|
+
* Title of the about news
|
|
2628
|
+
*/
|
|
2629
|
+
"label"?: string;
|
|
2630
|
+
/**
|
|
2631
|
+
* Bottom offset
|
|
2632
|
+
*/
|
|
2633
|
+
"offsetBottom"?: number;
|
|
2634
|
+
/**
|
|
2635
|
+
* Popover closed
|
|
2636
|
+
*/
|
|
2637
|
+
"onClosePopover"?: (event: CustomEvent<void>) => void;
|
|
2638
|
+
/**
|
|
2639
|
+
* Show More button is pressed
|
|
2640
|
+
*/
|
|
2641
|
+
"onShowMore"?: (event: CustomEvent<MouseEvent>) => void;
|
|
2642
|
+
/**
|
|
2643
|
+
* Show about news
|
|
2644
|
+
*/
|
|
2645
|
+
"show"?: boolean;
|
|
2646
|
+
}
|
|
2647
|
+
interface IxMenuAvatar {
|
|
2648
|
+
/**
|
|
2649
|
+
* Second line of text
|
|
2650
|
+
*/
|
|
2651
|
+
"bottom"?: string;
|
|
2652
|
+
"i18nLogout"?: string;
|
|
2653
|
+
/**
|
|
2654
|
+
* Logout click
|
|
2655
|
+
*/
|
|
2656
|
+
"onLogoutClick"?: (event: CustomEvent<any>) => void;
|
|
2657
|
+
/**
|
|
2658
|
+
* First line of text
|
|
2659
|
+
*/
|
|
2660
|
+
"top"?: string;
|
|
2661
|
+
}
|
|
2662
|
+
interface IxMenuAvatarItem {
|
|
2663
|
+
/**
|
|
2664
|
+
* Avatar dropdown icon
|
|
2665
|
+
*/
|
|
2666
|
+
"icon"?: string;
|
|
2667
|
+
/**
|
|
2668
|
+
* Avatar dropdown label
|
|
2669
|
+
*/
|
|
2670
|
+
"label"?: string;
|
|
2671
|
+
/**
|
|
2672
|
+
* Avatar dropdown item clicked
|
|
2673
|
+
*/
|
|
2674
|
+
"onItemClick"?: (event: CustomEvent<MouseEvent>) => void;
|
|
2675
|
+
}
|
|
2676
|
+
interface IxMenuItem {
|
|
2677
|
+
/**
|
|
2678
|
+
* State to display active
|
|
2679
|
+
*/
|
|
2680
|
+
"active"?: boolean;
|
|
2681
|
+
/**
|
|
2682
|
+
* Place tab on bottom
|
|
2683
|
+
*/
|
|
2684
|
+
"bottom"?: boolean;
|
|
2685
|
+
/**
|
|
2686
|
+
* Disable tab and remove event handlers
|
|
2687
|
+
*/
|
|
2688
|
+
"disabled"?: boolean;
|
|
2689
|
+
/**
|
|
2690
|
+
* Move the Tab to a top position.
|
|
2691
|
+
*/
|
|
2692
|
+
"home"?: boolean;
|
|
2693
|
+
/**
|
|
2694
|
+
* Show notification cound on tab
|
|
2695
|
+
*/
|
|
2696
|
+
"notifications"?: number;
|
|
2697
|
+
/**
|
|
2698
|
+
* Icon name from @siemens/ix-icons
|
|
2699
|
+
*/
|
|
2700
|
+
"tabIcon"?: string;
|
|
2701
|
+
}
|
|
2702
|
+
interface IxMenuSettings {
|
|
2703
|
+
/**
|
|
2704
|
+
* active tab
|
|
2705
|
+
*/
|
|
2706
|
+
"activeTabLabel"?: string;
|
|
2707
|
+
/**
|
|
2708
|
+
* Label
|
|
2709
|
+
*/
|
|
2710
|
+
"label"?: string;
|
|
2711
|
+
/**
|
|
2712
|
+
* Popover closed
|
|
2713
|
+
*/
|
|
2714
|
+
"onClose"?: (event: CustomEvent<MouseEvent>) => void;
|
|
2715
|
+
/**
|
|
2716
|
+
* Internal
|
|
2717
|
+
*/
|
|
2718
|
+
"show"?: boolean;
|
|
2719
|
+
}
|
|
2720
|
+
interface IxMenuSettingsItem {
|
|
2721
|
+
/**
|
|
2722
|
+
* Label
|
|
2723
|
+
*/
|
|
2724
|
+
"label"?: string;
|
|
2725
|
+
}
|
|
2726
|
+
interface IxMessageBar {
|
|
2727
|
+
/**
|
|
2728
|
+
* If true, close button is enabled and alert can be dismissed by the user
|
|
2729
|
+
*/
|
|
2730
|
+
"dismissible"?: boolean;
|
|
2731
|
+
/**
|
|
2732
|
+
* An event emitted when the close button is clicked
|
|
2733
|
+
*/
|
|
2734
|
+
"onClosedChange"?: (event: CustomEvent<any>) => void;
|
|
2735
|
+
/**
|
|
2736
|
+
* Specifies the type of the alert.
|
|
2737
|
+
*/
|
|
2738
|
+
"type"?: 'danger' | 'warning' | 'info';
|
|
2739
|
+
}
|
|
2740
|
+
interface IxModal {
|
|
2741
|
+
/**
|
|
2742
|
+
* Should the modal be animtated
|
|
2743
|
+
*/
|
|
2744
|
+
"animation"?: boolean;
|
|
2745
|
+
"ariaDescribedBy"?: string;
|
|
2746
|
+
"ariaLabelledBy"?: string;
|
|
2747
|
+
/**
|
|
2748
|
+
* Adds a dimming layer to the modal. This should only be used when it it necessary to focus the user's attention to the dialog content (e.g. errors, warnings, complex tasks).
|
|
2749
|
+
*/
|
|
2750
|
+
"backdrop"?: boolean | 'static';
|
|
2751
|
+
/**
|
|
2752
|
+
* Backdrop class
|
|
2753
|
+
*/
|
|
2754
|
+
"backdropClass"?: string;
|
|
2755
|
+
/**
|
|
2756
|
+
* BeforeDismiss callback
|
|
2757
|
+
*/
|
|
2758
|
+
"beforeDismiss"?: (reason?: any) => boolean | Promise<boolean>;
|
|
2759
|
+
/**
|
|
2760
|
+
* Centered modal
|
|
2761
|
+
*/
|
|
2762
|
+
"centered"?: boolean;
|
|
2763
|
+
/**
|
|
2764
|
+
* Content of modal
|
|
2765
|
+
*/
|
|
2766
|
+
"content"?: HTMLElement | string;
|
|
2767
|
+
/**
|
|
2768
|
+
* Header title
|
|
2769
|
+
*/
|
|
2770
|
+
"headerTitle"?: string;
|
|
2771
|
+
/**
|
|
2772
|
+
* Optional icon displayed next to the title
|
|
2773
|
+
*/
|
|
2774
|
+
"icon"?: string;
|
|
2775
|
+
/**
|
|
2776
|
+
* Color of the header {@link icon}
|
|
2777
|
+
*/
|
|
2778
|
+
"iconColor"?: NotificationColor;
|
|
2779
|
+
/**
|
|
2780
|
+
* ESC close modal dialog
|
|
2781
|
+
*/
|
|
2782
|
+
"keyboard"?: boolean;
|
|
2783
|
+
/**
|
|
2784
|
+
* Modal dialog class
|
|
2785
|
+
*/
|
|
2786
|
+
"modalDialogClass"?: string;
|
|
2787
|
+
/**
|
|
2788
|
+
* Modal closed
|
|
2789
|
+
*/
|
|
2790
|
+
"onClosed"?: (event: CustomEvent<any>) => void;
|
|
2791
|
+
/**
|
|
2792
|
+
* Modal dismissed
|
|
2793
|
+
*/
|
|
2794
|
+
"onDismissed"?: (event: CustomEvent<any>) => void;
|
|
2795
|
+
/**
|
|
2796
|
+
* Modal scollable
|
|
2797
|
+
*/
|
|
2798
|
+
"scrollable"?: boolean;
|
|
2799
|
+
/**
|
|
2800
|
+
* Modal size
|
|
2801
|
+
*/
|
|
2802
|
+
"size"?: 'sm' | 'lg' | 'xl';
|
|
2803
|
+
/**
|
|
2804
|
+
* Window class
|
|
2805
|
+
*/
|
|
2806
|
+
"windowClass"?: string;
|
|
2807
|
+
}
|
|
2808
|
+
interface IxModalContainer {
|
|
2809
|
+
}
|
|
2810
|
+
interface IxModalExample {
|
|
2811
|
+
}
|
|
2812
|
+
interface IxPill {
|
|
2813
|
+
/**
|
|
2814
|
+
* Align pill content left
|
|
2815
|
+
*/
|
|
2816
|
+
"alignLeft"?: boolean;
|
|
2817
|
+
/**
|
|
2818
|
+
* Custom color for pill. Only working for `variant='custom'`
|
|
2819
|
+
*/
|
|
2820
|
+
"background"?: string | undefined;
|
|
2821
|
+
/**
|
|
2822
|
+
* Custom font color for pill. Only working for `variant='custom'`
|
|
2823
|
+
*/
|
|
2824
|
+
"color"?: string | undefined;
|
|
2825
|
+
/**
|
|
2826
|
+
* Show icon
|
|
2827
|
+
*/
|
|
2828
|
+
"icon"?: string | undefined;
|
|
2829
|
+
/**
|
|
2830
|
+
* Show pill as outline
|
|
2831
|
+
*/
|
|
2832
|
+
"outline"?: boolean;
|
|
2833
|
+
/**
|
|
2834
|
+
* Pill variant
|
|
2835
|
+
*/
|
|
2836
|
+
"variant"?: | 'primary'
|
|
2837
|
+
| 'alarm'
|
|
2838
|
+
| 'critical'
|
|
2839
|
+
| 'warning'
|
|
2840
|
+
| 'info'
|
|
2841
|
+
| 'neutral'
|
|
2842
|
+
| 'success'
|
|
2843
|
+
| 'custom';
|
|
2844
|
+
}
|
|
2845
|
+
interface IxSelect {
|
|
2846
|
+
/**
|
|
2847
|
+
* Show clear button
|
|
2848
|
+
*/
|
|
2849
|
+
"allowClear"?: boolean;
|
|
2850
|
+
/**
|
|
2851
|
+
* If true the select will be in disabled state
|
|
2852
|
+
*/
|
|
2853
|
+
"disabled"?: boolean;
|
|
2854
|
+
/**
|
|
2855
|
+
* Select is extendable
|
|
2856
|
+
*/
|
|
2857
|
+
"editable"?: boolean;
|
|
2858
|
+
/**
|
|
2859
|
+
* Input field placeholder
|
|
2860
|
+
*/
|
|
2861
|
+
"i18nPlaceholder"?: string;
|
|
2862
|
+
/**
|
|
2863
|
+
* Input field placeholder for editable select
|
|
2864
|
+
*/
|
|
2865
|
+
"i18nPlaceholderEditable"?: string;
|
|
2866
|
+
/**
|
|
2867
|
+
* Select list header
|
|
2868
|
+
*/
|
|
2869
|
+
"i18nSelectListHeader"?: string;
|
|
2870
|
+
/**
|
|
2871
|
+
* Selection mode
|
|
2872
|
+
*/
|
|
2873
|
+
"mode"?: 'single' | 'multiple';
|
|
2874
|
+
/**
|
|
2875
|
+
* Item added to selection
|
|
2876
|
+
*/
|
|
2877
|
+
"onAddItem"?: (event: CustomEvent<string>) => void;
|
|
2878
|
+
/**
|
|
2879
|
+
* Item selection changed
|
|
2880
|
+
*/
|
|
2881
|
+
"onItemSelectionChange"?: (event: CustomEvent<string | string[]>) => void;
|
|
2882
|
+
/**
|
|
2883
|
+
* If true the select will be in readonly mode
|
|
2884
|
+
*/
|
|
2885
|
+
"readonly"?: boolean;
|
|
2886
|
+
/**
|
|
2887
|
+
* Indices of selected items
|
|
2888
|
+
*/
|
|
2889
|
+
"selectedIndices"?: string | string[];
|
|
2890
|
+
}
|
|
2891
|
+
interface IxSelectItem {
|
|
2892
|
+
/**
|
|
2893
|
+
* ***Internal***
|
|
2894
|
+
*/
|
|
2895
|
+
"hover"?: boolean;
|
|
2896
|
+
/**
|
|
2897
|
+
* Displayed name of the item
|
|
2898
|
+
*/
|
|
2899
|
+
"label"?: string;
|
|
2900
|
+
/**
|
|
2901
|
+
* Item clicked
|
|
2902
|
+
*/
|
|
2903
|
+
"onItemClick"?: (event: CustomEvent<string>) => void;
|
|
2904
|
+
/**
|
|
2905
|
+
* Whether the item is selected.
|
|
2906
|
+
*/
|
|
2907
|
+
"selected"?: boolean;
|
|
2908
|
+
/**
|
|
2909
|
+
* Item value
|
|
2910
|
+
*/
|
|
2911
|
+
"value": any;
|
|
2912
|
+
}
|
|
2913
|
+
interface IxSpinner {
|
|
2914
|
+
/**
|
|
2915
|
+
* Size of spinner
|
|
2916
|
+
*/
|
|
2917
|
+
"size"?: 'medium' | 'large';
|
|
2918
|
+
/**
|
|
2919
|
+
* Variant of spinner
|
|
2920
|
+
*/
|
|
2921
|
+
"variant"?: 'primary' | 'sencodary' | 'secondary';
|
|
2922
|
+
}
|
|
2923
|
+
interface IxSplitButton {
|
|
2924
|
+
/**
|
|
2925
|
+
* Disabled
|
|
2926
|
+
*/
|
|
2927
|
+
"disabled"?: boolean;
|
|
2928
|
+
/**
|
|
2929
|
+
* Button invisible
|
|
2930
|
+
*/
|
|
2931
|
+
"ghost"?: boolean;
|
|
2932
|
+
/**
|
|
2933
|
+
* Button icon
|
|
2934
|
+
*/
|
|
2935
|
+
"icon"?: string;
|
|
2936
|
+
/**
|
|
2937
|
+
* Button invisible
|
|
2938
|
+
* @deprecated use ghost property
|
|
2939
|
+
*/
|
|
2940
|
+
"invisible"?: boolean;
|
|
2941
|
+
/**
|
|
2942
|
+
* Button label
|
|
2943
|
+
*/
|
|
2944
|
+
"label"?: string;
|
|
2945
|
+
/**
|
|
2946
|
+
* Button clicked
|
|
2947
|
+
*/
|
|
2948
|
+
"onButtonClick"?: (event: CustomEvent<MouseEvent>) => void;
|
|
2949
|
+
/**
|
|
2950
|
+
* Button outline variant
|
|
2951
|
+
*/
|
|
2952
|
+
"outline"?: boolean;
|
|
2953
|
+
/**
|
|
2954
|
+
* Placement of the dropdown
|
|
2955
|
+
*/
|
|
2956
|
+
"placement"?: Placement;
|
|
2957
|
+
/**
|
|
2958
|
+
* Splitbutton icon
|
|
2959
|
+
*/
|
|
2960
|
+
"splitIcon"?: string;
|
|
2961
|
+
/**
|
|
2962
|
+
* Color variant of button
|
|
2963
|
+
*/
|
|
2964
|
+
"variant"?: Buttons;
|
|
2965
|
+
}
|
|
2966
|
+
interface IxSplitButtonItem {
|
|
2967
|
+
/**
|
|
2968
|
+
* Dropdown icon
|
|
2969
|
+
*/
|
|
2970
|
+
"icon"?: string;
|
|
2971
|
+
/**
|
|
2972
|
+
* Dropdown label
|
|
2973
|
+
*/
|
|
2974
|
+
"label"?: string;
|
|
2975
|
+
/**
|
|
2976
|
+
* Dropdown item clicked
|
|
2977
|
+
*/
|
|
2978
|
+
"onItemClick"?: (event: CustomEvent<MouseEvent>) => void;
|
|
2979
|
+
}
|
|
2980
|
+
interface IxTabItem {
|
|
2981
|
+
/**
|
|
2982
|
+
* Set counter value
|
|
2983
|
+
*/
|
|
2984
|
+
"counter"?: number;
|
|
2985
|
+
/**
|
|
2986
|
+
* Set disabled tab
|
|
2987
|
+
*/
|
|
2988
|
+
"disabled"?: boolean;
|
|
2989
|
+
/**
|
|
2990
|
+
* Set icon only tab
|
|
2991
|
+
*/
|
|
2992
|
+
"icon"?: boolean;
|
|
2993
|
+
/**
|
|
2994
|
+
* Set layout width style
|
|
2995
|
+
*/
|
|
2996
|
+
"layout"?: 'auto' | 'stretched';
|
|
2997
|
+
/**
|
|
2998
|
+
* Set selected placement
|
|
2999
|
+
*/
|
|
3000
|
+
"placement"?: 'bottom' | 'top';
|
|
3001
|
+
/**
|
|
3002
|
+
* Set rounded tab
|
|
3003
|
+
*/
|
|
3004
|
+
"rounded"?: boolean;
|
|
3005
|
+
/**
|
|
3006
|
+
* Set selected tab
|
|
3007
|
+
*/
|
|
3008
|
+
"selected"?: boolean;
|
|
3009
|
+
/**
|
|
3010
|
+
* Set small size tab
|
|
3011
|
+
*/
|
|
3012
|
+
"small"?: boolean;
|
|
3013
|
+
}
|
|
3014
|
+
interface IxTabs {
|
|
3015
|
+
/**
|
|
3016
|
+
* Set layout width style
|
|
3017
|
+
*/
|
|
3018
|
+
"layout"?: 'auto' | 'stretched';
|
|
3019
|
+
/**
|
|
3020
|
+
* Set placement style
|
|
3021
|
+
*/
|
|
3022
|
+
"placement"?: 'bottom' | 'top';
|
|
3023
|
+
/**
|
|
3024
|
+
* Set rounded tabs
|
|
3025
|
+
*/
|
|
3026
|
+
"rounded"?: boolean;
|
|
3027
|
+
/**
|
|
3028
|
+
* Set default selected tab by index
|
|
3029
|
+
*/
|
|
3030
|
+
"selected"?: number;
|
|
3031
|
+
/**
|
|
3032
|
+
* Set tab items to small size
|
|
3033
|
+
*/
|
|
3034
|
+
"small"?: boolean;
|
|
3035
|
+
}
|
|
3036
|
+
interface IxTile {
|
|
3037
|
+
/**
|
|
3038
|
+
* Size of the tile - one of 'small', 'medium' or 'large'
|
|
3039
|
+
*/
|
|
3040
|
+
"size"?: 'small' | 'medium' | 'big';
|
|
3041
|
+
}
|
|
3042
|
+
interface IxTimePicker {
|
|
3043
|
+
/**
|
|
3044
|
+
* Set corners style
|
|
3045
|
+
*/
|
|
3046
|
+
"corners"?: DateTimeCardCorners;
|
|
3047
|
+
/**
|
|
3048
|
+
* set styles
|
|
3049
|
+
*/
|
|
3050
|
+
"individual"?: boolean;
|
|
3051
|
+
/**
|
|
3052
|
+
* Time event
|
|
3053
|
+
*/
|
|
3054
|
+
"onDone"?: (event: CustomEvent<string>) => void;
|
|
3055
|
+
/**
|
|
3056
|
+
* Time change event
|
|
3057
|
+
*/
|
|
3058
|
+
"onTimeChange"?: (event: CustomEvent<string>) => void;
|
|
3059
|
+
/**
|
|
3060
|
+
* Show Hour Input
|
|
3061
|
+
*/
|
|
3062
|
+
"showHour"?: boolean;
|
|
3063
|
+
/**
|
|
3064
|
+
* Show Minutes Input
|
|
3065
|
+
*/
|
|
3066
|
+
"showMinutes"?: boolean;
|
|
3067
|
+
/**
|
|
3068
|
+
* Show Seconds Input
|
|
3069
|
+
*/
|
|
3070
|
+
"showSeconds"?: boolean;
|
|
3071
|
+
/**
|
|
3072
|
+
* Show Time Reference Input
|
|
3073
|
+
*/
|
|
3074
|
+
"showTimeReference"?: boolean;
|
|
3075
|
+
}
|
|
3076
|
+
interface IxToast {
|
|
3077
|
+
/**
|
|
3078
|
+
* Autoclose behavior
|
|
3079
|
+
*/
|
|
3080
|
+
"autoClose"?: boolean;
|
|
3081
|
+
/**
|
|
3082
|
+
* Autoclose title after delay
|
|
3083
|
+
*/
|
|
3084
|
+
"autoCloseDelay"?: number;
|
|
3085
|
+
/**
|
|
3086
|
+
* Icon of toast
|
|
3087
|
+
*/
|
|
3088
|
+
"icon"?: string;
|
|
3089
|
+
/**
|
|
3090
|
+
* Icon color of toast
|
|
3091
|
+
*/
|
|
3092
|
+
"iconColor"?: string;
|
|
3093
|
+
/**
|
|
3094
|
+
* Toast closed
|
|
3095
|
+
*/
|
|
3096
|
+
"onCloseToast"?: (event: CustomEvent<any>) => void;
|
|
3097
|
+
/**
|
|
3098
|
+
* Toast title
|
|
3099
|
+
*/
|
|
3100
|
+
"toastTitle"?: string;
|
|
3101
|
+
/**
|
|
3102
|
+
* Toast type
|
|
3103
|
+
*/
|
|
3104
|
+
"type"?: ToastType;
|
|
3105
|
+
}
|
|
3106
|
+
interface IxToastContainer {
|
|
3107
|
+
"containerClass"?: string;
|
|
3108
|
+
"containerId"?: string;
|
|
3109
|
+
"position"?: string;
|
|
3110
|
+
}
|
|
3111
|
+
interface IxToggle {
|
|
3112
|
+
/**
|
|
3113
|
+
* Whether the slide-toggle element is checked or not.
|
|
3114
|
+
*/
|
|
3115
|
+
"checked"?: boolean;
|
|
3116
|
+
/**
|
|
3117
|
+
* Basic and status colors from color palette
|
|
3118
|
+
* @deprecated - Has no effect on the rendered control
|
|
3119
|
+
*/
|
|
3120
|
+
"color"?: string;
|
|
3121
|
+
/**
|
|
3122
|
+
* Whether the slide-toggle element is disabled or not.
|
|
3123
|
+
*/
|
|
3124
|
+
"disabled"?: boolean;
|
|
3125
|
+
/**
|
|
3126
|
+
* Hide `on` and `off` text
|
|
3127
|
+
*/
|
|
3128
|
+
"hideText"?: boolean;
|
|
3129
|
+
/**
|
|
3130
|
+
* If true the control is in indeterminate state
|
|
3131
|
+
*/
|
|
3132
|
+
"indeterminate"?: boolean;
|
|
3133
|
+
/**
|
|
3134
|
+
* An event will be dispatched each time the slide-toggle changes its value.
|
|
3135
|
+
*/
|
|
3136
|
+
"onCheckedChange"?: (event: CustomEvent<boolean>) => void;
|
|
3137
|
+
/**
|
|
3138
|
+
* Text for indeterminate state
|
|
3139
|
+
*/
|
|
3140
|
+
"textIndeterminate"?: string;
|
|
3141
|
+
/**
|
|
3142
|
+
* Text for off state
|
|
3143
|
+
*/
|
|
3144
|
+
"textOff"?: string;
|
|
3145
|
+
/**
|
|
3146
|
+
* Text for on state
|
|
3147
|
+
*/
|
|
3148
|
+
"textOn"?: string;
|
|
3149
|
+
}
|
|
3150
|
+
interface IxTree {
|
|
3151
|
+
/**
|
|
3152
|
+
* Selection and collapsed state management
|
|
3153
|
+
*/
|
|
3154
|
+
"context"?: TreeContext;
|
|
3155
|
+
/**
|
|
3156
|
+
* Tree modal
|
|
3157
|
+
*/
|
|
3158
|
+
"model"?: TreeModel<any>;
|
|
3159
|
+
/**
|
|
3160
|
+
* Context changed
|
|
3161
|
+
*/
|
|
3162
|
+
"onContextChange"?: (event: CustomEvent<TreeContext>) => void;
|
|
3163
|
+
/**
|
|
3164
|
+
* Emits removed nodes
|
|
3165
|
+
*/
|
|
3166
|
+
"onNodeRemoved"?: (event: CustomEvent<any>) => void;
|
|
3167
|
+
/**
|
|
3168
|
+
* Render function of tree items
|
|
3169
|
+
*/
|
|
3170
|
+
"renderItem"?: <T = any>(
|
|
3171
|
+
index: number,
|
|
3172
|
+
data: T,
|
|
3173
|
+
dataList: Array<T>,
|
|
3174
|
+
context: TreeContext,
|
|
3175
|
+
update: (callback: UpdateCallback) => void
|
|
3176
|
+
) => HTMLElement;
|
|
3177
|
+
/**
|
|
3178
|
+
* Initial root element will not be rendered
|
|
3179
|
+
*/
|
|
3180
|
+
"root"?: string;
|
|
3181
|
+
}
|
|
3182
|
+
interface IxTreeItem {
|
|
3183
|
+
/**
|
|
3184
|
+
* Context
|
|
3185
|
+
*/
|
|
3186
|
+
"context"?: TreeItemContext;
|
|
3187
|
+
/**
|
|
3188
|
+
* Has tree item children
|
|
3189
|
+
*/
|
|
3190
|
+
"hasChildren"?: boolean;
|
|
3191
|
+
/**
|
|
3192
|
+
* Clicked
|
|
3193
|
+
*/
|
|
3194
|
+
"onItemClick"?: (event: CustomEvent<void>) => void;
|
|
3195
|
+
/**
|
|
3196
|
+
* Expand/Collapsed toggled
|
|
3197
|
+
*/
|
|
3198
|
+
"onToggle"?: (event: CustomEvent<void>) => void;
|
|
3199
|
+
/**
|
|
3200
|
+
* Text
|
|
3201
|
+
*/
|
|
3202
|
+
"text"?: string;
|
|
3203
|
+
}
|
|
3204
|
+
interface IxUpload {
|
|
3205
|
+
/**
|
|
3206
|
+
* The accept attribute specifies the types of files that the server accepts (that can be submitted through a file upload). [accept]{@link https ://www.w3schools.com/tags/att_input_accept.asp}
|
|
3207
|
+
*/
|
|
3208
|
+
"accept"?: string;
|
|
3209
|
+
/**
|
|
3210
|
+
* Disable all input events
|
|
3211
|
+
*/
|
|
3212
|
+
"disabled"?: boolean;
|
|
3213
|
+
/**
|
|
3214
|
+
* Text for disabled state
|
|
3215
|
+
*/
|
|
3216
|
+
"i18nUploadDisabled"?: string;
|
|
3217
|
+
/**
|
|
3218
|
+
* Label for upload file button
|
|
3219
|
+
*/
|
|
3220
|
+
"i18nUploadFile"?: string;
|
|
3221
|
+
/**
|
|
3222
|
+
* Will be used by state = UploadFileState.LOADING
|
|
3223
|
+
*/
|
|
3224
|
+
"loadingText"?: string;
|
|
3225
|
+
/**
|
|
3226
|
+
* Whether the text should wrap to more than one line
|
|
3227
|
+
*/
|
|
3228
|
+
"multiline"?: boolean;
|
|
3229
|
+
/**
|
|
3230
|
+
* If multiple is true the user can drop or select multiple files
|
|
3231
|
+
*/
|
|
3232
|
+
"multiple"?: boolean;
|
|
3233
|
+
/**
|
|
3234
|
+
* You get an array of Files after drop-action or browse action is finished
|
|
3235
|
+
*/
|
|
3236
|
+
"onFilesChanged"?: (event: CustomEvent<Array<File>>) => void;
|
|
3237
|
+
/**
|
|
3238
|
+
* Will be used by state = UploadFileState.SELECT_FILE
|
|
3239
|
+
*/
|
|
3240
|
+
"selectFileText"?: string;
|
|
3241
|
+
/**
|
|
3242
|
+
* After a file is uploaded you can set the upload component to a defined state
|
|
3243
|
+
*/
|
|
3244
|
+
"state"?: UploadFileState;
|
|
3245
|
+
/**
|
|
3246
|
+
* Will be used by state = UploadFileState.UPLOAD_FAILED
|
|
3247
|
+
*/
|
|
3248
|
+
"uploadFailedText"?: string;
|
|
3249
|
+
/**
|
|
3250
|
+
* Will be used by state = UploadFileState.UPLOAD_SUCCESSED
|
|
3251
|
+
*/
|
|
3252
|
+
"uploadSuccessText"?: string;
|
|
3253
|
+
}
|
|
3254
|
+
interface IxValidationTooltip {
|
|
3255
|
+
/**
|
|
3256
|
+
* Message of the tooltip
|
|
3257
|
+
*/
|
|
3258
|
+
"message"?: string;
|
|
3259
|
+
/**
|
|
3260
|
+
* Placement of the tooltip
|
|
3261
|
+
*/
|
|
3262
|
+
"placement"?: Placement;
|
|
3263
|
+
}
|
|
3264
|
+
interface IxWorkflowStep {
|
|
3265
|
+
/**
|
|
3266
|
+
* Activate navigation click
|
|
3267
|
+
*/
|
|
3268
|
+
"clickable"?: boolean;
|
|
3269
|
+
/**
|
|
3270
|
+
* Set disabled
|
|
3271
|
+
*/
|
|
3272
|
+
"disabled"?: boolean;
|
|
3273
|
+
/**
|
|
3274
|
+
* Activate navigation click
|
|
3275
|
+
*/
|
|
3276
|
+
"position"?: 'first' | 'last' | 'undefined';
|
|
3277
|
+
/**
|
|
3278
|
+
* Set selected
|
|
3279
|
+
*/
|
|
3280
|
+
"selected"?: boolean;
|
|
3281
|
+
/**
|
|
3282
|
+
* Set status
|
|
3283
|
+
*/
|
|
3284
|
+
"status"?: 'open' | 'success' | 'done' | 'warning' | 'error';
|
|
3285
|
+
/**
|
|
3286
|
+
* Select orientation
|
|
3287
|
+
*/
|
|
3288
|
+
"vertical"?: boolean;
|
|
3289
|
+
}
|
|
3290
|
+
interface IxWorkflowSteps {
|
|
3291
|
+
/**
|
|
3292
|
+
* Activate navigation click
|
|
3293
|
+
*/
|
|
3294
|
+
"clickable"?: boolean;
|
|
3295
|
+
/**
|
|
3296
|
+
* Select linear mode
|
|
3297
|
+
*/
|
|
3298
|
+
"linear"?: boolean;
|
|
3299
|
+
/**
|
|
3300
|
+
* On step selected event
|
|
3301
|
+
*/
|
|
3302
|
+
"onStepSelected"?: (event: CustomEvent<number>) => void;
|
|
3303
|
+
/**
|
|
3304
|
+
* Activate navigation click
|
|
3305
|
+
*/
|
|
3306
|
+
"selectedIndex"?: number;
|
|
3307
|
+
/**
|
|
3308
|
+
* Select orientation
|
|
3309
|
+
*/
|
|
3310
|
+
"vertical"?: boolean;
|
|
3311
|
+
}
|
|
3312
|
+
interface MyComponent {
|
|
3313
|
+
}
|
|
3314
|
+
interface IntrinsicElements {
|
|
3315
|
+
"ix-animated-tab": IxAnimatedTab;
|
|
3316
|
+
"ix-animated-tabs": IxAnimatedTabs;
|
|
3317
|
+
"ix-application-header": IxApplicationHeader;
|
|
3318
|
+
"ix-basic-navigation": IxBasicNavigation;
|
|
3319
|
+
"ix-blind": IxBlind;
|
|
3320
|
+
"ix-breadcrumb": IxBreadcrumb;
|
|
3321
|
+
"ix-breadcrumb-item": IxBreadcrumbItem;
|
|
3322
|
+
"ix-button": IxButton;
|
|
3323
|
+
"ix-category-filter": IxCategoryFilter;
|
|
3324
|
+
"ix-chip": IxChip;
|
|
3325
|
+
"ix-counter-pill": IxCounterPill;
|
|
3326
|
+
"ix-date-picker": IxDatePicker;
|
|
3327
|
+
"ix-date-time-card": IxDateTimeCard;
|
|
3328
|
+
"ix-datetime-picker": IxDatetimePicker;
|
|
3329
|
+
"ix-drawer": IxDrawer;
|
|
3330
|
+
"ix-dropdown": IxDropdown;
|
|
3331
|
+
"ix-dropdown-item": IxDropdownItem;
|
|
3332
|
+
"ix-event-list": IxEventList;
|
|
3333
|
+
"ix-event-list-item": IxEventListItem;
|
|
3334
|
+
"ix-expanding-search": IxExpandingSearch;
|
|
3335
|
+
"ix-filter-chip": IxFilterChip;
|
|
3336
|
+
"ix-flip-tile": IxFlipTile;
|
|
3337
|
+
"ix-flip-tile-content": IxFlipTileContent;
|
|
3338
|
+
"ix-group": IxGroup;
|
|
3339
|
+
"ix-group-dropdown-item": IxGroupDropdownItem;
|
|
3340
|
+
"ix-group-item": IxGroupItem;
|
|
3341
|
+
"ix-icon": IxIcon;
|
|
3342
|
+
"ix-icon-button": IxIconButton;
|
|
3343
|
+
"ix-input-group": IxInputGroup;
|
|
3344
|
+
"ix-kpi": IxKpi;
|
|
3345
|
+
"ix-map-navigation": IxMapNavigation;
|
|
3346
|
+
"ix-map-navigation-overlay": IxMapNavigationOverlay;
|
|
3347
|
+
"ix-menu": IxMenu;
|
|
3348
|
+
"ix-menu-about": IxMenuAbout;
|
|
3349
|
+
"ix-menu-about-item": IxMenuAboutItem;
|
|
3350
|
+
"ix-menu-about-news": IxMenuAboutNews;
|
|
3351
|
+
"ix-menu-avatar": IxMenuAvatar;
|
|
3352
|
+
"ix-menu-avatar-item": IxMenuAvatarItem;
|
|
3353
|
+
"ix-menu-item": IxMenuItem;
|
|
3354
|
+
"ix-menu-settings": IxMenuSettings;
|
|
3355
|
+
"ix-menu-settings-item": IxMenuSettingsItem;
|
|
3356
|
+
"ix-message-bar": IxMessageBar;
|
|
3357
|
+
"ix-modal": IxModal;
|
|
3358
|
+
"ix-modal-container": IxModalContainer;
|
|
3359
|
+
"ix-modal-example": IxModalExample;
|
|
3360
|
+
"ix-pill": IxPill;
|
|
3361
|
+
"ix-select": IxSelect;
|
|
3362
|
+
"ix-select-item": IxSelectItem;
|
|
3363
|
+
"ix-spinner": IxSpinner;
|
|
3364
|
+
"ix-split-button": IxSplitButton;
|
|
3365
|
+
"ix-split-button-item": IxSplitButtonItem;
|
|
3366
|
+
"ix-tab-item": IxTabItem;
|
|
3367
|
+
"ix-tabs": IxTabs;
|
|
3368
|
+
"ix-tile": IxTile;
|
|
3369
|
+
"ix-time-picker": IxTimePicker;
|
|
3370
|
+
"ix-toast": IxToast;
|
|
3371
|
+
"ix-toast-container": IxToastContainer;
|
|
3372
|
+
"ix-toggle": IxToggle;
|
|
3373
|
+
"ix-tree": IxTree;
|
|
3374
|
+
"ix-tree-item": IxTreeItem;
|
|
3375
|
+
"ix-upload": IxUpload;
|
|
3376
|
+
"ix-validation-tooltip": IxValidationTooltip;
|
|
3377
|
+
"ix-workflow-step": IxWorkflowStep;
|
|
3378
|
+
"ix-workflow-steps": IxWorkflowSteps;
|
|
3379
|
+
"my-component": MyComponent;
|
|
3380
|
+
}
|
|
3381
|
+
}
|
|
3382
|
+
export { LocalJSX as JSX };
|
|
3383
|
+
declare module "@stencil/core" {
|
|
3384
|
+
export namespace JSX {
|
|
3385
|
+
interface IntrinsicElements {
|
|
3386
|
+
"ix-animated-tab": LocalJSX.IxAnimatedTab & JSXBase.HTMLAttributes<HTMLIxAnimatedTabElement>;
|
|
3387
|
+
"ix-animated-tabs": LocalJSX.IxAnimatedTabs & JSXBase.HTMLAttributes<HTMLIxAnimatedTabsElement>;
|
|
3388
|
+
"ix-application-header": LocalJSX.IxApplicationHeader & JSXBase.HTMLAttributes<HTMLIxApplicationHeaderElement>;
|
|
3389
|
+
"ix-basic-navigation": LocalJSX.IxBasicNavigation & JSXBase.HTMLAttributes<HTMLIxBasicNavigationElement>;
|
|
3390
|
+
"ix-blind": LocalJSX.IxBlind & JSXBase.HTMLAttributes<HTMLIxBlindElement>;
|
|
3391
|
+
"ix-breadcrumb": LocalJSX.IxBreadcrumb & JSXBase.HTMLAttributes<HTMLIxBreadcrumbElement>;
|
|
3392
|
+
"ix-breadcrumb-item": LocalJSX.IxBreadcrumbItem & JSXBase.HTMLAttributes<HTMLIxBreadcrumbItemElement>;
|
|
3393
|
+
"ix-button": LocalJSX.IxButton & JSXBase.HTMLAttributes<HTMLIxButtonElement>;
|
|
3394
|
+
"ix-category-filter": LocalJSX.IxCategoryFilter & JSXBase.HTMLAttributes<HTMLIxCategoryFilterElement>;
|
|
3395
|
+
"ix-chip": LocalJSX.IxChip & JSXBase.HTMLAttributes<HTMLIxChipElement>;
|
|
3396
|
+
"ix-counter-pill": LocalJSX.IxCounterPill & JSXBase.HTMLAttributes<HTMLIxCounterPillElement>;
|
|
3397
|
+
"ix-date-picker": LocalJSX.IxDatePicker & JSXBase.HTMLAttributes<HTMLIxDatePickerElement>;
|
|
3398
|
+
"ix-date-time-card": LocalJSX.IxDateTimeCard & JSXBase.HTMLAttributes<HTMLIxDateTimeCardElement>;
|
|
3399
|
+
"ix-datetime-picker": LocalJSX.IxDatetimePicker & JSXBase.HTMLAttributes<HTMLIxDatetimePickerElement>;
|
|
3400
|
+
"ix-drawer": LocalJSX.IxDrawer & JSXBase.HTMLAttributes<HTMLIxDrawerElement>;
|
|
3401
|
+
"ix-dropdown": LocalJSX.IxDropdown & JSXBase.HTMLAttributes<HTMLIxDropdownElement>;
|
|
3402
|
+
"ix-dropdown-item": LocalJSX.IxDropdownItem & JSXBase.HTMLAttributes<HTMLIxDropdownItemElement>;
|
|
3403
|
+
"ix-event-list": LocalJSX.IxEventList & JSXBase.HTMLAttributes<HTMLIxEventListElement>;
|
|
3404
|
+
"ix-event-list-item": LocalJSX.IxEventListItem & JSXBase.HTMLAttributes<HTMLIxEventListItemElement>;
|
|
3405
|
+
"ix-expanding-search": LocalJSX.IxExpandingSearch & JSXBase.HTMLAttributes<HTMLIxExpandingSearchElement>;
|
|
3406
|
+
"ix-filter-chip": LocalJSX.IxFilterChip & JSXBase.HTMLAttributes<HTMLIxFilterChipElement>;
|
|
3407
|
+
"ix-flip-tile": LocalJSX.IxFlipTile & JSXBase.HTMLAttributes<HTMLIxFlipTileElement>;
|
|
3408
|
+
"ix-flip-tile-content": LocalJSX.IxFlipTileContent & JSXBase.HTMLAttributes<HTMLIxFlipTileContentElement>;
|
|
3409
|
+
"ix-group": LocalJSX.IxGroup & JSXBase.HTMLAttributes<HTMLIxGroupElement>;
|
|
3410
|
+
"ix-group-dropdown-item": LocalJSX.IxGroupDropdownItem & JSXBase.HTMLAttributes<HTMLIxGroupDropdownItemElement>;
|
|
3411
|
+
"ix-group-item": LocalJSX.IxGroupItem & JSXBase.HTMLAttributes<HTMLIxGroupItemElement>;
|
|
3412
|
+
"ix-icon": LocalJSX.IxIcon & JSXBase.HTMLAttributes<HTMLIxIconElement>;
|
|
3413
|
+
"ix-icon-button": LocalJSX.IxIconButton & JSXBase.HTMLAttributes<HTMLIxIconButtonElement>;
|
|
3414
|
+
"ix-input-group": LocalJSX.IxInputGroup & JSXBase.HTMLAttributes<HTMLIxInputGroupElement>;
|
|
3415
|
+
"ix-kpi": LocalJSX.IxKpi & JSXBase.HTMLAttributes<HTMLIxKpiElement>;
|
|
3416
|
+
"ix-map-navigation": LocalJSX.IxMapNavigation & JSXBase.HTMLAttributes<HTMLIxMapNavigationElement>;
|
|
3417
|
+
"ix-map-navigation-overlay": LocalJSX.IxMapNavigationOverlay & JSXBase.HTMLAttributes<HTMLIxMapNavigationOverlayElement>;
|
|
3418
|
+
"ix-menu": LocalJSX.IxMenu & JSXBase.HTMLAttributes<HTMLIxMenuElement>;
|
|
3419
|
+
"ix-menu-about": LocalJSX.IxMenuAbout & JSXBase.HTMLAttributes<HTMLIxMenuAboutElement>;
|
|
3420
|
+
"ix-menu-about-item": LocalJSX.IxMenuAboutItem & JSXBase.HTMLAttributes<HTMLIxMenuAboutItemElement>;
|
|
3421
|
+
"ix-menu-about-news": LocalJSX.IxMenuAboutNews & JSXBase.HTMLAttributes<HTMLIxMenuAboutNewsElement>;
|
|
3422
|
+
"ix-menu-avatar": LocalJSX.IxMenuAvatar & JSXBase.HTMLAttributes<HTMLIxMenuAvatarElement>;
|
|
3423
|
+
"ix-menu-avatar-item": LocalJSX.IxMenuAvatarItem & JSXBase.HTMLAttributes<HTMLIxMenuAvatarItemElement>;
|
|
3424
|
+
"ix-menu-item": LocalJSX.IxMenuItem & JSXBase.HTMLAttributes<HTMLIxMenuItemElement>;
|
|
3425
|
+
"ix-menu-settings": LocalJSX.IxMenuSettings & JSXBase.HTMLAttributes<HTMLIxMenuSettingsElement>;
|
|
3426
|
+
"ix-menu-settings-item": LocalJSX.IxMenuSettingsItem & JSXBase.HTMLAttributes<HTMLIxMenuSettingsItemElement>;
|
|
3427
|
+
"ix-message-bar": LocalJSX.IxMessageBar & JSXBase.HTMLAttributes<HTMLIxMessageBarElement>;
|
|
3428
|
+
"ix-modal": LocalJSX.IxModal & JSXBase.HTMLAttributes<HTMLIxModalElement>;
|
|
3429
|
+
"ix-modal-container": LocalJSX.IxModalContainer & JSXBase.HTMLAttributes<HTMLIxModalContainerElement>;
|
|
3430
|
+
"ix-modal-example": LocalJSX.IxModalExample & JSXBase.HTMLAttributes<HTMLIxModalExampleElement>;
|
|
3431
|
+
"ix-pill": LocalJSX.IxPill & JSXBase.HTMLAttributes<HTMLIxPillElement>;
|
|
3432
|
+
"ix-select": LocalJSX.IxSelect & JSXBase.HTMLAttributes<HTMLIxSelectElement>;
|
|
3433
|
+
"ix-select-item": LocalJSX.IxSelectItem & JSXBase.HTMLAttributes<HTMLIxSelectItemElement>;
|
|
3434
|
+
"ix-spinner": LocalJSX.IxSpinner & JSXBase.HTMLAttributes<HTMLIxSpinnerElement>;
|
|
3435
|
+
"ix-split-button": LocalJSX.IxSplitButton & JSXBase.HTMLAttributes<HTMLIxSplitButtonElement>;
|
|
3436
|
+
"ix-split-button-item": LocalJSX.IxSplitButtonItem & JSXBase.HTMLAttributes<HTMLIxSplitButtonItemElement>;
|
|
3437
|
+
"ix-tab-item": LocalJSX.IxTabItem & JSXBase.HTMLAttributes<HTMLIxTabItemElement>;
|
|
3438
|
+
"ix-tabs": LocalJSX.IxTabs & JSXBase.HTMLAttributes<HTMLIxTabsElement>;
|
|
3439
|
+
"ix-tile": LocalJSX.IxTile & JSXBase.HTMLAttributes<HTMLIxTileElement>;
|
|
3440
|
+
"ix-time-picker": LocalJSX.IxTimePicker & JSXBase.HTMLAttributes<HTMLIxTimePickerElement>;
|
|
3441
|
+
"ix-toast": LocalJSX.IxToast & JSXBase.HTMLAttributes<HTMLIxToastElement>;
|
|
3442
|
+
"ix-toast-container": LocalJSX.IxToastContainer & JSXBase.HTMLAttributes<HTMLIxToastContainerElement>;
|
|
3443
|
+
"ix-toggle": LocalJSX.IxToggle & JSXBase.HTMLAttributes<HTMLIxToggleElement>;
|
|
3444
|
+
"ix-tree": LocalJSX.IxTree & JSXBase.HTMLAttributes<HTMLIxTreeElement>;
|
|
3445
|
+
"ix-tree-item": LocalJSX.IxTreeItem & JSXBase.HTMLAttributes<HTMLIxTreeItemElement>;
|
|
3446
|
+
"ix-upload": LocalJSX.IxUpload & JSXBase.HTMLAttributes<HTMLIxUploadElement>;
|
|
3447
|
+
"ix-validation-tooltip": LocalJSX.IxValidationTooltip & JSXBase.HTMLAttributes<HTMLIxValidationTooltipElement>;
|
|
3448
|
+
"ix-workflow-step": LocalJSX.IxWorkflowStep & JSXBase.HTMLAttributes<HTMLIxWorkflowStepElement>;
|
|
3449
|
+
"ix-workflow-steps": LocalJSX.IxWorkflowSteps & JSXBase.HTMLAttributes<HTMLIxWorkflowStepsElement>;
|
|
3450
|
+
"my-component": LocalJSX.MyComponent & JSXBase.HTMLAttributes<HTMLMyComponentElement>;
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3453
|
+
}
|