@siemens/ix 1.2.1 → 1.3.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/alignment-24ae2e63.js +1372 -0
- package/dist/cjs/{index-354a8c3d.js → index-17eb8998.js} +4 -3
- package/dist/cjs/index.cjs.js +5 -2
- package/dist/cjs/ix-animated-tab_2.cjs.entry.js +1 -1
- package/dist/cjs/ix-application-header.cjs.entry.js +1 -1
- package/dist/cjs/ix-basic-navigation.cjs.entry.js +1 -1
- package/dist/cjs/ix-blind.cjs.entry.js +1 -1
- package/dist/cjs/ix-breadcrumb_2.cjs.entry.js +1 -1
- package/dist/cjs/ix-button.cjs.entry.js +5 -3
- package/dist/cjs/ix-category-filter.cjs.entry.js +9 -9
- package/dist/cjs/ix-chip.cjs.entry.js +22 -9
- package/dist/cjs/ix-counter-pill.cjs.entry.js +2 -2
- package/dist/cjs/ix-date-picker_2.cjs.entry.js +1 -1
- package/dist/cjs/ix-date-time-card.cjs.entry.js +1 -1
- package/dist/cjs/ix-datetime-picker.cjs.entry.js +1 -1
- package/dist/cjs/ix-drawer.cjs.entry.js +1 -1
- package/dist/cjs/ix-dropdown-button.cjs.entry.js +40 -0
- package/dist/cjs/ix-dropdown_2.cjs.entry.js +88 -42
- package/dist/cjs/ix-event-list_2.cjs.entry.js +1 -1
- package/dist/cjs/ix-expanding-search.cjs.entry.js +3 -3
- package/dist/cjs/ix-filter-chip.cjs.entry.js +1 -1
- package/dist/cjs/ix-flip-tile_2.cjs.entry.js +1 -1
- package/dist/cjs/ix-group-context-menu.cjs.entry.js +1 -1
- package/dist/cjs/ix-group_3.cjs.entry.js +1 -1
- package/dist/cjs/ix-icon-button.cjs.entry.js +3 -3
- package/dist/cjs/ix-icon.cjs.entry.js +1 -1
- package/dist/cjs/ix-input-group.cjs.entry.js +1 -1
- package/dist/cjs/ix-kpi.cjs.entry.js +1 -1
- package/dist/cjs/ix-map-navigation_2.cjs.entry.js +5 -4
- package/dist/cjs/ix-menu_9.cjs.entry.js +14 -95
- package/dist/cjs/ix-message-bar.cjs.entry.js +1 -1
- package/dist/cjs/ix-modal-example.cjs.entry.js +1 -1
- package/dist/cjs/ix-modal_2.cjs.entry.js +2 -2
- package/dist/cjs/ix-pill.cjs.entry.js +6 -3
- package/dist/cjs/ix-select_2.cjs.entry.js +36 -15
- package/dist/cjs/ix-spinner.cjs.entry.js +1 -1
- package/dist/cjs/ix-split-button_2.cjs.entry.js +7 -36
- package/dist/cjs/ix-tab-item.cjs.entry.js +1 -1
- package/dist/cjs/ix-tabs.cjs.entry.js +1 -1
- package/dist/cjs/ix-tile.cjs.entry.js +1 -1
- package/dist/cjs/ix-toast_2.cjs.entry.js +1 -1
- package/dist/cjs/ix-toggle.cjs.entry.js +1 -1
- package/dist/cjs/ix-tree_2.cjs.entry.js +1 -1
- package/dist/cjs/ix-upload.cjs.entry.js +1 -1
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js +72 -27
- package/dist/cjs/ix-workflow-step_2.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{modal-a5b22d3f.js → modal-dda2f6be.js} +9 -3
- package/dist/cjs/my-component.cjs.entry.js +1 -1
- package/dist/cjs/siemens-ix.cjs.js +2 -2
- package/dist/cjs/theme-switcher-6b45e082.js +92 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/button/button.css +1 -1
- package/dist/collection/components/button/button.js +4 -2
- package/dist/collection/components/category-filter/category-filter.css +4 -4
- package/dist/collection/components/category-filter/category-filter.js +7 -7
- package/dist/collection/components/chip/chip.css +20 -0
- package/dist/collection/components/chip/chip.js +22 -9
- package/dist/collection/components/counter-pill/counter-pill.css +10 -0
- package/dist/collection/components/dropdown/alignment.js +9 -0
- package/dist/collection/components/dropdown/dropdown.css +1 -0
- package/dist/collection/components/dropdown/dropdown.js +113 -50
- package/dist/collection/components/dropdown/placement.js +1 -0
- package/dist/collection/components/dropdown-button/dropdown-button.css +81 -0
- package/dist/collection/components/dropdown-button/dropdown-button.js +191 -0
- package/dist/collection/components/expanding-search/expanding-search.css +1 -0
- package/dist/collection/components/expanding-search/expanding-search.js +1 -1
- package/dist/collection/components/icon-button/icon-button.css +3 -30
- package/dist/collection/components/icon-button/icon-button.js +2 -2
- package/dist/collection/components/map-navigation/map-navigation.js +3 -2
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +9 -4
- package/dist/collection/components/menu/menu.css +1 -1
- package/dist/collection/components/menu/menu.js +6 -21
- package/dist/collection/components/menu-avatar/menu-avatar.js +4 -30
- package/dist/collection/components/modal/modal.css +1 -0
- package/dist/collection/components/modal/modal.js +7 -1
- package/dist/collection/components/pill/pill.css +10 -0
- package/dist/collection/components/pill/pill.js +4 -1
- package/dist/collection/components/select/select.css +0 -3
- package/dist/collection/components/select/select.js +13 -12
- package/dist/collection/components/select-item/events.js +16 -0
- package/dist/collection/components/select-item/select-item.js +23 -4
- package/dist/collection/components/split-button/split-button.js +7 -36
- package/dist/collection/components/tree/tree.js +1 -1
- package/dist/collection/components/utils/theme-switcher.js +86 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.css +4 -24
- package/dist/collection/components/validation-tooltip/validation-tooltip.js +75 -28
- package/dist/collection/exports.js +1 -0
- package/dist/components/alignment.js +1363 -0
- package/dist/components/button.js +5 -3
- package/dist/components/dropdown.js +88 -41
- package/dist/components/icon-button.js +3 -3
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +2 -1
- package/dist/components/ix-category-filter.js +18 -12
- package/dist/components/ix-chip.js +21 -8
- package/dist/components/ix-counter-pill.js +1 -1
- package/dist/components/ix-dropdown-button.d.ts +11 -0
- package/dist/components/ix-dropdown-button.js +86 -0
- package/dist/components/ix-expanding-search.js +2 -2
- package/dist/components/ix-map-navigation.js +3 -2
- package/dist/components/ix-menu-avatar.js +6 -19
- package/dist/components/ix-menu.js +93 -46
- package/dist/components/ix-pill.js +5 -2
- package/dist/components/ix-select.js +9 -14
- package/dist/components/ix-split-button.js +6 -35
- package/dist/components/ix-validation-tooltip.js +74 -27
- package/dist/components/map-navigation-overlay.js +1 -1
- package/dist/components/modal.js +8 -2
- package/dist/components/select-item.js +27 -1
- package/dist/esm/alignment-f63c1b89.js +1363 -0
- package/dist/esm/{index-7746a810.js → index-6f4f3582.js} +5 -3
- package/dist/esm/index.js +3 -2
- package/dist/esm/ix-animated-tab_2.entry.js +1 -1
- package/dist/esm/ix-application-header.entry.js +1 -1
- package/dist/esm/ix-basic-navigation.entry.js +1 -1
- package/dist/esm/ix-blind.entry.js +1 -1
- package/dist/esm/ix-breadcrumb_2.entry.js +1 -1
- package/dist/esm/ix-button.entry.js +5 -3
- package/dist/esm/ix-category-filter.entry.js +9 -9
- package/dist/esm/ix-chip.entry.js +22 -9
- package/dist/esm/ix-counter-pill.entry.js +2 -2
- package/dist/esm/ix-date-picker_2.entry.js +1 -1
- package/dist/esm/ix-date-time-card.entry.js +1 -1
- package/dist/esm/ix-datetime-picker.entry.js +1 -1
- package/dist/esm/ix-drawer.entry.js +1 -1
- package/dist/esm/ix-dropdown-button.entry.js +36 -0
- package/dist/esm/ix-dropdown_2.entry.js +88 -42
- package/dist/esm/ix-event-list_2.entry.js +1 -1
- package/dist/esm/ix-expanding-search.entry.js +3 -3
- package/dist/esm/ix-filter-chip.entry.js +1 -1
- package/dist/esm/ix-flip-tile_2.entry.js +1 -1
- package/dist/esm/ix-group-context-menu.entry.js +1 -1
- package/dist/esm/ix-group_3.entry.js +1 -1
- package/dist/esm/ix-icon-button.entry.js +3 -3
- package/dist/esm/ix-icon.entry.js +1 -1
- package/dist/esm/ix-input-group.entry.js +1 -1
- package/dist/esm/ix-kpi.entry.js +1 -1
- package/dist/esm/ix-map-navigation_2.entry.js +5 -4
- package/dist/esm/ix-menu_9.entry.js +14 -95
- package/dist/esm/ix-message-bar.entry.js +1 -1
- package/dist/esm/ix-modal-example.entry.js +1 -1
- package/dist/esm/ix-modal_2.entry.js +2 -2
- package/dist/esm/ix-pill.entry.js +6 -3
- package/dist/esm/ix-select_2.entry.js +36 -15
- package/dist/esm/ix-spinner.entry.js +1 -1
- package/dist/esm/ix-split-button_2.entry.js +7 -36
- package/dist/esm/ix-tab-item.entry.js +1 -1
- package/dist/esm/ix-tabs.entry.js +1 -1
- package/dist/esm/ix-tile.entry.js +1 -1
- package/dist/esm/ix-toast_2.entry.js +1 -1
- package/dist/esm/ix-toggle.entry.js +1 -1
- package/dist/esm/ix-tree_2.entry.js +1 -1
- package/dist/esm/ix-upload.entry.js +1 -1
- package/dist/esm/ix-validation-tooltip.entry.js +72 -27
- package/dist/esm/ix-workflow-step_2.entry.js +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/{modal-9c9eaf8e.js → modal-df0a62f2.js} +9 -3
- package/dist/esm/my-component.entry.js +1 -1
- package/dist/esm/siemens-ix.js +2 -2
- package/dist/esm/theme-switcher-dce1aaec.js +89 -0
- package/dist/siemens-ix/index.esm.js +1 -1
- package/dist/siemens-ix/p-03d38416.entry.js +1 -0
- package/dist/siemens-ix/{p-5e4c3828.js → p-05c16b94.js} +2 -2
- package/dist/siemens-ix/p-0e357d27.entry.js +1 -0
- package/dist/siemens-ix/{p-963c5690.entry.js → p-150d7a02.entry.js} +1 -1
- package/dist/siemens-ix/p-18d02e6f.entry.js +1 -0
- package/dist/siemens-ix/{p-b2ecf415.entry.js → p-23d79e3d.entry.js} +1 -1
- package/dist/siemens-ix/{p-91eb1fdd.entry.js → p-2bc72119.entry.js} +1 -1
- package/dist/siemens-ix/p-2bd88760.entry.js +1 -0
- package/dist/siemens-ix/p-2c5abec1.js +1 -0
- package/dist/siemens-ix/{p-dfb5730f.entry.js → p-2e24ae23.entry.js} +1 -1
- package/dist/siemens-ix/{p-4d61503b.entry.js → p-33283dbf.entry.js} +1 -1
- package/dist/siemens-ix/p-35990ac7.js +1 -0
- package/dist/siemens-ix/{p-6e915c70.entry.js → p-3663f989.entry.js} +1 -1
- package/dist/siemens-ix/{p-2f3294b8.entry.js → p-418e2d14.entry.js} +1 -1
- package/dist/siemens-ix/p-43616759.entry.js +1 -0
- package/dist/siemens-ix/{p-03687070.entry.js → p-4b170382.entry.js} +1 -1
- package/dist/siemens-ix/p-4fcb5f2b.entry.js +1 -0
- package/dist/siemens-ix/p-5631ae88.entry.js +1 -0
- package/dist/siemens-ix/{p-5871e480.entry.js → p-5661957c.entry.js} +1 -1
- package/dist/siemens-ix/{p-56771b32.entry.js → p-592f1ed3.entry.js} +1 -1
- package/dist/siemens-ix/p-5bbe9943.entry.js +1 -0
- package/dist/siemens-ix/{p-05f3c48e.entry.js → p-65e61684.entry.js} +1 -1
- package/dist/siemens-ix/p-6fe3bb9c.entry.js +1 -0
- package/dist/siemens-ix/{p-5e3700c3.entry.js → p-72f851ae.entry.js} +1 -1
- package/dist/siemens-ix/{p-e5397173.entry.js → p-7f842cdc.entry.js} +1 -1
- package/dist/siemens-ix/{p-412dbb89.entry.js → p-8a7141a6.entry.js} +1 -1
- package/dist/siemens-ix/{p-10879145.entry.js → p-8b4e4718.entry.js} +1 -1
- package/dist/siemens-ix/{p-ded3a35d.entry.js → p-9b5290d4.entry.js} +1 -1
- package/dist/siemens-ix/{p-c885685e.entry.js → p-a5fa7ae5.entry.js} +1 -1
- package/dist/siemens-ix/{p-61cb7ab7.entry.js → p-a88618e3.entry.js} +1 -1
- package/dist/siemens-ix/p-ab7949ff.entry.js +1 -0
- package/dist/siemens-ix/{p-23578bb6.entry.js → p-b242bd39.entry.js} +1 -1
- package/dist/siemens-ix/p-b3d00feb.entry.js +1 -0
- package/dist/siemens-ix/p-be641020.entry.js +1 -0
- package/dist/siemens-ix/{p-19cc942a.entry.js → p-c3e90c06.entry.js} +1 -1
- package/dist/siemens-ix/{p-558623ce.entry.js → p-c993560f.entry.js} +1 -1
- package/dist/siemens-ix/{p-35d7f18d.entry.js → p-cc0f6f6b.entry.js} +1 -1
- package/dist/siemens-ix/{p-f24f1eb7.entry.js → p-d0bb8225.entry.js} +1 -1
- package/dist/siemens-ix/p-d20119c1.entry.js +1 -0
- package/dist/siemens-ix/p-dec6114f.js +1 -0
- package/dist/siemens-ix/{p-91ecd6ac.entry.js → p-e2925222.entry.js} +1 -1
- package/dist/siemens-ix/{p-1ba8c910.entry.js → p-e7621b0a.entry.js} +1 -1
- package/dist/siemens-ix/{p-494512c0.entry.js → p-ea333007.entry.js} +1 -1
- package/dist/siemens-ix/{p-8f6809f1.entry.js → p-eb150313.entry.js} +1 -1
- package/dist/siemens-ix/{p-b0c95c22.entry.js → p-eed28e55.entry.js} +1 -1
- package/dist/siemens-ix/p-f35ce089.entry.js +1 -0
- package/dist/siemens-ix/{p-2995294d.entry.js → p-f7be9635.entry.js} +1 -1
- package/dist/siemens-ix/{p-712e8945.entry.js → p-fecf0ade.entry.js} +1 -1
- package/dist/siemens-ix/siemens-ix.css +25 -3
- package/dist/siemens-ix/siemens-ix.esm.js +1 -1
- package/dist/types/components/category-filter/category-filter.d.ts +1 -0
- package/dist/types/components/chip/chip.d.ts +2 -1
- package/dist/types/components/dropdown/alignment.d.ts +2 -0
- package/dist/types/components/dropdown/dropdown.d.ts +19 -6
- package/dist/types/components/dropdown/placement.d.ts +8 -0
- package/dist/types/components/dropdown-button/dropdown-button.d.ts +37 -0
- package/dist/types/components/menu/menu.d.ts +0 -2
- package/dist/types/components/menu-avatar/menu-avatar.d.ts +1 -5
- package/dist/types/components/modal/modal.d.ts +1 -0
- package/dist/types/components/select/select.d.ts +2 -1
- package/dist/types/components/select-item/events.d.ts +9 -0
- package/dist/types/components/select-item/select-item.d.ts +3 -2
- package/dist/types/components/split-button/split-button.d.ts +4 -6
- package/dist/types/components/tree/tree.d.ts +1 -1
- package/dist/types/components/utils/theme-switcher.d.ts +19 -0
- package/dist/types/components/validation-tooltip/validation-tooltip.d.ts +12 -4
- package/dist/types/components.d.ts +86 -15
- package/dist/types/exports.d.ts +1 -0
- package/package.json +5 -6
- package/scss/components/_buttons.scss +23 -0
- package/scss/components/_dropdown.scss +2 -0
- package/dist/cjs/popper-d7a0f999.js +0 -1801
- package/dist/collection/components/utils/popover.util.js +0 -33
- package/dist/collection/components/utils/toggle-theme.js +0 -24
- package/dist/components/popover.util.js +0 -36
- package/dist/components/popper.js +0 -1799
- package/dist/esm/popper-42db9fbd.js +0 -1799
- package/dist/siemens-ix/p-080c00b1.entry.js +0 -1
- package/dist/siemens-ix/p-263949b1.js +0 -1
- package/dist/siemens-ix/p-2709fafd.entry.js +0 -1
- package/dist/siemens-ix/p-2b69b027.entry.js +0 -1
- package/dist/siemens-ix/p-6da1e24d.entry.js +0 -1
- package/dist/siemens-ix/p-7b103473.entry.js +0 -1
- package/dist/siemens-ix/p-80d27c08.entry.js +0 -1
- package/dist/siemens-ix/p-842a7652.entry.js +0 -1
- package/dist/siemens-ix/p-9a98369e.entry.js +0 -1
- package/dist/siemens-ix/p-af8213cc.entry.js +0 -1
- package/dist/siemens-ix/p-aff5f463.entry.js +0 -1
- package/dist/siemens-ix/p-bf387a1f.entry.js +0 -1
- package/dist/siemens-ix/p-f3996fc1.entry.js +0 -1
- package/dist/siemens-ix/p-f86fcdf4.js +0 -1
- package/dist/siemens-ix/p-fe28a2be.entry.js +0 -1
- package/dist/types/components/utils/popover.util.d.ts +0 -9
- package/dist/types/components/utils/toggle-theme.d.ts +0 -1
- package/src/components/animated-tab/readme.md +0 -24
- package/src/components/animated-tabs/readme.md +0 -31
- package/src/components/application-header/readme.md +0 -21
- package/src/components/basic-navigation/readme.md +0 -22
- package/src/components/blind/readme.md +0 -29
- package/src/components/breadcrumb/readme.md +0 -33
- package/src/components/breadcrumb-item/readme.md +0 -22
- package/src/components/button/readme.md +0 -27
- package/src/components/category-filter/readme.md +0 -39
- package/src/components/chip/readme.md +0 -36
- package/src/components/counter-pill/readme.md +0 -25
- package/src/components/date-picker/readme.md +0 -53
- package/src/components/date-time-card/readme.md +0 -22
- package/src/components/datetime-picker/readme.md +0 -45
- package/src/components/drawer/readme.md +0 -47
- package/src/components/dropdown/readme.md +0 -49
- package/src/components/dropdown-item/readme.md +0 -45
- package/src/components/event-list/readme.md +0 -24
- package/src/components/event-list-item/readme.md +0 -32
- package/src/components/expanding-search/readme.md +0 -32
- package/src/components/filter-chip/readme.md +0 -30
- package/src/components/flip-tile/readme.md +0 -22
- package/src/components/flip-tile-content/readme.md +0 -14
- package/src/components/group/readme.md +0 -14
- package/src/components/group-dropdown-item/readme.md +0 -22
- package/src/components/group-item/readme.md +0 -34
- package/src/components/icon/readme.md +0 -23
- package/src/components/icon-button/readme.md +0 -31
- package/src/components/input-group/readme.md +0 -14
- package/src/components/kpi/readme.md +0 -27
- package/src/components/map-navigation/readme.md +0 -54
- package/src/components/map-navigation-overlay/readme.md +0 -30
- package/src/components/menu/readme.md +0 -86
- package/src/components/menu-about/readme.md +0 -30
- package/src/components/menu-about-item/readme.md +0 -21
- package/src/components/menu-about-news/readme.md +0 -34
- package/src/components/menu-avatar/readme.md +0 -30
- package/src/components/menu-avatar-item/readme.md +0 -29
- package/src/components/menu-item/readme.md +0 -26
- package/src/components/menu-settings/readme.md +0 -30
- package/src/components/menu-settings-item/readme.md +0 -21
- package/src/components/message-bar/readme.md +0 -31
- package/src/components/modal/readme.md +0 -67
- package/src/components/modal-container/readme.md +0 -29
- package/src/components/my-component/readme.md +0 -16
- package/src/components/pill/readme.md +0 -26
- package/src/components/select/readme.md +0 -37
- package/src/components/select-item/readme.md +0 -44
- package/src/components/spinner/readme.md +0 -22
- package/src/components/split-button/readme.md +0 -36
- package/src/components/split-button-item/readme.md +0 -29
- package/src/components/tab-item/readme.md +0 -28
- package/src/components/tabs/readme.md +0 -25
- package/src/components/tile/readme.md +0 -21
- package/src/components/time-picker/readme.md +0 -51
- package/src/components/toast/readme.md +0 -36
- package/src/components/toggle/readme.md +0 -35
- package/src/components/tree/readme.md +0 -32
- package/src/components/tree-item/readme.md +0 -31
- package/src/components/upload/readme.md +0 -51
- package/src/components/validation-tooltip/readme.md +0 -31
- package/src/components/workflow-step/readme.md +0 -28
- package/src/components/workflow-steps/readme.md +0 -33
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-group-item
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| ------------------- | -------------------- | --------------------------------------------------------------------------------------------------- | --------- | ----------- |
|
|
16
|
-
| `focusable` | `focusable` | The elements tabindex attribute will get set accordingly. If true tabindex will be 0, -1 otherwise. | `boolean` | `true` |
|
|
17
|
-
| `icon` | `icon` | Group item icon | `string` | `undefined` |
|
|
18
|
-
| `index` | `index` | Index | `number` | `undefined` |
|
|
19
|
-
| `secondaryText` | `secondary-text` | Group item secondary text | `string` | `undefined` |
|
|
20
|
-
| `selected` | `selected` | Show selected state | `boolean` | `undefined` |
|
|
21
|
-
| `suppressSelection` | `suppress-selection` | Supress the selection of the group | `boolean` | `false` |
|
|
22
|
-
| `text` | `text` | Group item text | `string` | `undefined` |
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## Events
|
|
26
|
-
|
|
27
|
-
| Event | Description | Type |
|
|
28
|
-
| ----------------- | ----------------- | ------------------------------------- |
|
|
29
|
-
| `selectedChanged` | Selection changed | `CustomEvent<HTMLIxGroupItemElement>` |
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
----------------------------------------------
|
|
33
|
-
|
|
34
|
-
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-icon
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| -------- | --------- | ---------------------------------------------- | ------------------------------ | ----------- |
|
|
16
|
-
| `color` | `color` | Color of the icon | `string` | `undefined` |
|
|
17
|
-
| `name` | `name` | Use one of our defined icon names e.g. `copy`. | `string` | `undefined` |
|
|
18
|
-
| `size` | `size` | Size of the icon | `"12" \| "16" \| "24" \| "32"` | `undefined` |
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
----------------------------------------------
|
|
22
|
-
|
|
23
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-icon-button
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| ----------- | ----------- | -------------------------------------------------------------------------------------------- | ------------------------------ | ------------- |
|
|
16
|
-
| `color` | `color` | Color of icon in button | `string` | `undefined` |
|
|
17
|
-
| `disabled` | `disabled` | Disabled | `boolean` | `false` |
|
|
18
|
-
| `ghost` | `ghost` | Button invisible | `boolean` | `undefined` |
|
|
19
|
-
| `icon` | `icon` | Button icon | `string` | `undefined` |
|
|
20
|
-
| `invisible` | `invisible` | <span style="color:red">**[DEPRECATED]**</span> Use ghost property<br/><br/>Button invisible | `boolean` | `undefined` |
|
|
21
|
-
| `outline` | `outline` | Button outline | `boolean` | `undefined` |
|
|
22
|
-
| `oval` | `oval` | Button in oval shape | `boolean` | `undefined` |
|
|
23
|
-
| `selected` | `selected` | Selected state only working with outline or invisible | `boolean` | `false` |
|
|
24
|
-
| `size` | `size` | Size of icon in button | `"12" \| "16" \| "24" \| "32"` | `'24'` |
|
|
25
|
-
| `type` | `type` | Type of the button | `"button" \| "submit"` | `'button'` |
|
|
26
|
-
| `variant` | `variant` | Variant of button | `"Primary" \| "Secondary"` | `'Secondary'` |
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
----------------------------------------------
|
|
30
|
-
|
|
31
|
-
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-kpi
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
<!-- Auto Generated Below -->
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## Properties
|
|
15
|
-
|
|
16
|
-
| Property | Attribute | Description | Type | Default |
|
|
17
|
-
| ------------- | ------------- | ----------- | ----------------------------------- | -------------- |
|
|
18
|
-
| `label` | `label` | | `string` | `undefined` |
|
|
19
|
-
| `orientation` | `orientation` | | `"horizontal" \| "vertical"` | `'horizontal'` |
|
|
20
|
-
| `state` | `state` | | `"alarm" \| "neutral" \| "warning"` | `'neutral'` |
|
|
21
|
-
| `unit` | `unit` | | `string` | `undefined` |
|
|
22
|
-
| `value` | `value` | | `number \| string` | `undefined` |
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
----------------------------------------------
|
|
26
|
-
|
|
27
|
-
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-map-navigation
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| ----------------- | ------------------- | ----------------------------------------------------- | --------- | ----------- |
|
|
16
|
-
| `applicationName` | `application-name` | Application name | `string` | `undefined` |
|
|
17
|
-
| `hideContextMenu` | `hide-context-menu` | Hide the sidebar context menu button when set to true | `boolean` | `true` |
|
|
18
|
-
| `navigationTitle` | `navigation-title` | Navigation title | `string` | `undefined` |
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## Events
|
|
22
|
-
|
|
23
|
-
| Event | Description | Type |
|
|
24
|
-
| ------------------- | -------------------- | ---------------------- |
|
|
25
|
-
| `contextMenuClick` | Context menu clicked | `CustomEvent<void>` |
|
|
26
|
-
| `navigationToggled` | Navigation toggled | `CustomEvent<boolean>` |
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## Methods
|
|
30
|
-
|
|
31
|
-
### `closeOverlay() => Promise<void>`
|
|
32
|
-
|
|
33
|
-
<span style="color:red">**[DEPRECATED]**</span> Will be removed in 2.0.0. Use slot based approach<br/><br/>Close current shown overlay
|
|
34
|
-
|
|
35
|
-
#### Returns
|
|
36
|
-
|
|
37
|
-
Type: `Promise<void>`
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### `openOverlay(name: string, component: HTMLElement, icon?: string, color?: string) => Promise<void>`
|
|
42
|
-
|
|
43
|
-
<span style="color:red">**[DEPRECATED]**</span> Will be removed in 2.0.0. Use slot based approach<br/><br/>Open a overlay inside content area
|
|
44
|
-
|
|
45
|
-
#### Returns
|
|
46
|
-
|
|
47
|
-
Type: `Promise<void>`
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
----------------------------------------------
|
|
53
|
-
|
|
54
|
-
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-map-navigation-overlay
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| -------- | --------- | ---------------- | -------- | ----------- |
|
|
16
|
-
| `color` | `color` | Color of icon | `string` | `undefined` |
|
|
17
|
-
| `icon` | `icon` | Icon of overlay | `string` | `undefined` |
|
|
18
|
-
| `name` | `name` | Title of overlay | `string` | `undefined` |
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## Events
|
|
22
|
-
|
|
23
|
-
| Event | Description | Type |
|
|
24
|
-
| ------------ | ------------ | ------------------ |
|
|
25
|
-
| `closeClick` | Event closed | `CustomEvent<any>` |
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
----------------------------------------------
|
|
29
|
-
|
|
30
|
-
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-menu
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| ------------------------ | ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ----------------------------- |
|
|
16
|
-
| `applicationDescription` | `application-description` | Should only be set if you use ix-menu standalone | `string` | `''` |
|
|
17
|
-
| `applicationName` | `application-name` | Should only be set if you use ix-menu standalone | `string` | `undefined` |
|
|
18
|
-
| `enableMapExpand` | `enable-map-expand` | Internal | `boolean` | `false` |
|
|
19
|
-
| `enableSettings` | `enable-settings` | Is settings tab is visible | `boolean` | `true` |
|
|
20
|
-
| `enableToggleTheme` | `enable-toggle-theme` | Show toggle between light and dark variant. Only if the provided theme have implemented both! | `boolean` | `false` |
|
|
21
|
-
| `expand` | `expand` | Expand menu | `boolean` | `false` |
|
|
22
|
-
| `i18nCollapse` | `i-1-8n-collapse` | | `string` | `'Collapse'` |
|
|
23
|
-
| `i18nExpand` | `i-1-8n-expand` | | `string` | `' Expand'` |
|
|
24
|
-
| `i18nLegal` | `i-1-8n-legal` | | `string` | `'About & legal information'` |
|
|
25
|
-
| `i18nMore` | `i-1-8n-more` | | `string` | `'More…'` |
|
|
26
|
-
| `i18nSettings` | `i-1-8n-settings` | | `string` | `'Settings'` |
|
|
27
|
-
| `i18nToggleTheme` | `i-1-8n-toggle-theme` | | `string` | `'Toggle theme'` |
|
|
28
|
-
| `maxVisibleMenuItems` | `max-visible-menu-items` | 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. | `number` | `9` |
|
|
29
|
-
| `showAbout` | `show-about` | Is about tab visible | `boolean` | `false` |
|
|
30
|
-
| `showSettings` | `show-settings` | Is settings tab visible | `boolean` | `false` |
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## Events
|
|
34
|
-
|
|
35
|
-
| Event | Description | Type |
|
|
36
|
-
| ----------------- | -------------------- | ---------------------- |
|
|
37
|
-
| `expandChange` | Menu expanded | `CustomEvent<boolean>` |
|
|
38
|
-
| `mapExpandChange` | Map Sidebar expanded | `CustomEvent<boolean>` |
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## Methods
|
|
42
|
-
|
|
43
|
-
### `toggleAbout(show: boolean) => Promise<void>`
|
|
44
|
-
|
|
45
|
-
Toggle About tabs
|
|
46
|
-
|
|
47
|
-
#### Returns
|
|
48
|
-
|
|
49
|
-
Type: `Promise<void>`
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### `toggleMapExpand(show?: boolean) => Promise<void>`
|
|
54
|
-
|
|
55
|
-
Toggle map sidebar expand
|
|
56
|
-
|
|
57
|
-
#### Returns
|
|
58
|
-
|
|
59
|
-
Type: `Promise<void>`
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
### `toggleMenu(show?: boolean) => Promise<void>`
|
|
64
|
-
|
|
65
|
-
Toggle menu
|
|
66
|
-
|
|
67
|
-
#### Returns
|
|
68
|
-
|
|
69
|
-
Type: `Promise<void>`
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
### `toggleSettings(show: boolean) => Promise<void>`
|
|
74
|
-
|
|
75
|
-
Toggle Settings tabs
|
|
76
|
-
|
|
77
|
-
#### Returns
|
|
78
|
-
|
|
79
|
-
Type: `Promise<void>`
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
----------------------------------------------
|
|
85
|
-
|
|
86
|
-
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-menu-about
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| ---------------- | ------------------ | ------------------ | --------- | ----------------------------- |
|
|
16
|
-
| `activeTabLabel` | `active-tab-label` | Active tab | `string` | `undefined` |
|
|
17
|
-
| `label` | `label` | Label of first tab | `string` | `'About & legal information'` |
|
|
18
|
-
| `show` | `show` | Internal | `boolean` | `false` |
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## Events
|
|
22
|
-
|
|
23
|
-
| Event | Description | Type |
|
|
24
|
-
| ------- | ---------------------- | ------------------------- |
|
|
25
|
-
| `close` | About and Legal closed | `CustomEvent<MouseEvent>` |
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
----------------------------------------------
|
|
29
|
-
|
|
30
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-menu-about-item
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| -------- | --------- | ---------------- | -------- | ----------- |
|
|
16
|
-
| `label` | `label` | About Item label | `string` | `undefined` |
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
----------------------------------------------
|
|
20
|
-
|
|
21
|
-
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-menu-about-news
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| ---------------- | ------------------ | -------------------------- | --------- | ------------- |
|
|
16
|
-
| `aboutItemLabel` | `about-item-label` | Subtitle of the about news | `string` | `undefined` |
|
|
17
|
-
| `expanded` | `expanded` | Internal | `boolean` | `false` |
|
|
18
|
-
| `i18nShowMore` | `i-1-8n-show-more` | | `string` | `'Show more'` |
|
|
19
|
-
| `label` | `label` | Title of the about news | `string` | `undefined` |
|
|
20
|
-
| `offsetBottom` | `offset-bottom` | Bottom offset | `number` | `0` |
|
|
21
|
-
| `show` | `show` | Show about news | `boolean` | `false` |
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
## Events
|
|
25
|
-
|
|
26
|
-
| Event | Description | Type |
|
|
27
|
-
| -------------- | --------------------------- | ------------------------- |
|
|
28
|
-
| `closePopover` | Popover closed | `CustomEvent<void>` |
|
|
29
|
-
| `showMore` | Show More button is pressed | `CustomEvent<MouseEvent>` |
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
----------------------------------------------
|
|
33
|
-
|
|
34
|
-
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-menu-avatar
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| ------------ | --------------- | ------------------- | -------- | ----------- |
|
|
16
|
-
| `bottom` | `bottom` | Second line of text | `string` | `undefined` |
|
|
17
|
-
| `i18nLogout` | `i-1-8n-logout` | | `string` | `'Logout'` |
|
|
18
|
-
| `top` | `top` | First line of text | `string` | `undefined` |
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## Events
|
|
22
|
-
|
|
23
|
-
| Event | Description | Type |
|
|
24
|
-
| ------------- | ------------ | ------------------ |
|
|
25
|
-
| `logoutClick` | Logout click | `CustomEvent<any>` |
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
----------------------------------------------
|
|
29
|
-
|
|
30
|
-
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-menu-avatar-item
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| -------- | --------- | --------------------- | -------- | ----------- |
|
|
16
|
-
| `icon` | `icon` | Avatar dropdown icon | `string` | `undefined` |
|
|
17
|
-
| `label` | `label` | Avatar dropdown label | `string` | `undefined` |
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
## Events
|
|
21
|
-
|
|
22
|
-
| Event | Description | Type |
|
|
23
|
-
| ----------- | ---------------------------- | ------------------------- |
|
|
24
|
-
| `itemClick` | Avatar dropdown item clicked | `CustomEvent<MouseEvent>` |
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
----------------------------------------------
|
|
28
|
-
|
|
29
|
-
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-menu-item
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| --------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ------------ |
|
|
16
|
-
| `active` | `active` | State to display active | `boolean` | `undefined` |
|
|
17
|
-
| `bottom` | `bottom` | <span style="color:red">**[DEPRECATED]**</span> Will be removed in 2.0.0. Replaced by slot based implementation<br/><br/>Caution: this is no longer working. Please use slot="bottom" instead. Place tab on bottom | `boolean` | `false` |
|
|
18
|
-
| `disabled` | `disabled` | Disable tab and remove event handlers | `boolean` | `undefined` |
|
|
19
|
-
| `home` | `home` | Move the Tab to a top position. | `boolean` | `false` |
|
|
20
|
-
| `notifications` | `notifications` | Show notification cound on tab | `number` | `undefined` |
|
|
21
|
-
| `tabIcon` | `tab-icon` | Icon name from @siemens/ix-icons | `string` | `'document'` |
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
----------------------------------------------
|
|
25
|
-
|
|
26
|
-
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-menu-settings
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| ---------------- | ------------------ | ----------- | --------- | ------------ |
|
|
16
|
-
| `activeTabLabel` | `active-tab-label` | active tab | `string` | `undefined` |
|
|
17
|
-
| `label` | `label` | Label | `string` | `'Settings'` |
|
|
18
|
-
| `show` | `show` | Internal | `boolean` | `false` |
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## Events
|
|
22
|
-
|
|
23
|
-
| Event | Description | Type |
|
|
24
|
-
| ------- | -------------- | ------------------------- |
|
|
25
|
-
| `close` | Popover closed | `CustomEvent<MouseEvent>` |
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
----------------------------------------------
|
|
29
|
-
|
|
30
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-menu-settings-item
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| -------- | --------- | ----------- | -------- | ----------- |
|
|
16
|
-
| `label` | `label` | Label | `string` | `undefined` |
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
----------------------------------------------
|
|
20
|
-
|
|
21
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# message-bar
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
<!-- Auto Generated Below -->
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## Properties
|
|
15
|
-
|
|
16
|
-
| Property | Attribute | Description | Type | Default |
|
|
17
|
-
| ------------- | ------------- | ----------------------------------------------------------------------- | --------------------------------- | -------- |
|
|
18
|
-
| `dismissible` | `dismissible` | If true, close button is enabled and alert can be dismissed by the user | `boolean` | `true` |
|
|
19
|
-
| `type` | `type` | Specifies the type of the alert. | `"danger" \| "info" \| "warning"` | `'info'` |
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## Events
|
|
23
|
-
|
|
24
|
-
| Event | Description | Type |
|
|
25
|
-
| -------------- | ------------------------------------------------- | ------------------ |
|
|
26
|
-
| `closedChange` | An event emitted when the close button is clicked | `CustomEvent<any>` |
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
----------------------------------------------
|
|
30
|
-
|
|
31
|
-
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
SPDX-FileCopyrightText: 2022 Siemens AG
|
|
3
|
-
|
|
4
|
-
SPDX-License-Identifier: MIT
|
|
5
|
-
-->
|
|
6
|
-
|
|
7
|
-
# ix-modal
|
|
8
|
-
|
|
9
|
-
<!-- Auto Generated Below -->
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
| Property | Attribute | Description | Type | Default |
|
|
15
|
-
| ------------------ | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ------------------ |
|
|
16
|
-
| `animation` | `animation` | Should the modal be animtated | `boolean` | `true` |
|
|
17
|
-
| `ariaDescribedBy` | `aria-described-by` | | `string` | `undefined` |
|
|
18
|
-
| `ariaLabelledBy` | `aria-labelled-by` | | `string` | `'modal-title'` |
|
|
19
|
-
| `backdrop` | `backdrop` | 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). | `"static" \| boolean` | `true` |
|
|
20
|
-
| `backdropClass` | `backdrop-class` | Backdrop class | `string` | `undefined` |
|
|
21
|
-
| `beforeDismiss` | -- | BeforeDismiss callback | `(reason?: any) => boolean \| Promise<boolean>` | `undefined` |
|
|
22
|
-
| `centered` | `centered` | Centered modal | `boolean` | `false` |
|
|
23
|
-
| `content` | `content` | Content of modal | `HTMLElement \| string` | `undefined` |
|
|
24
|
-
| `headerTitle` | `header-title` | Header title | `string` | `undefined` |
|
|
25
|
-
| `icon` | `icon` | Optional icon displayed next to the title | `string` | `undefined` |
|
|
26
|
-
| `iconColor` | `icon-color` | Color of the header {@see ix-icon} | `"color-alarm" \| "color-info" \| "color-std-text" \| "color-success" \| "color-warning"` | `'color-std-text'` |
|
|
27
|
-
| `keyboard` | `keyboard` | ESC close modal dialog | `boolean` | `true` |
|
|
28
|
-
| `modalDialogClass` | `modal-dialog-class` | Modal dialog class | `string` | `undefined` |
|
|
29
|
-
| `scrollable` | `scrollable` | Modal scollable | `boolean` | `true` |
|
|
30
|
-
| `size` | `size` | Modal size | `"lg" \| "sm" \| "xl"` | `'sm'` |
|
|
31
|
-
| `windowClass` | `window-class` | Window class | `string` | `undefined` |
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
## Events
|
|
35
|
-
|
|
36
|
-
| Event | Description | Type |
|
|
37
|
-
| ----------- | --------------- | ------------------ |
|
|
38
|
-
| `closed` | Modal closed | `CustomEvent<any>` |
|
|
39
|
-
| `dismissed` | Modal dismissed | `CustomEvent<any>` |
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## Methods
|
|
43
|
-
|
|
44
|
-
### `close<T = any>(result: T) => Promise<void>`
|
|
45
|
-
|
|
46
|
-
Close modal
|
|
47
|
-
|
|
48
|
-
#### Returns
|
|
49
|
-
|
|
50
|
-
Type: `Promise<void>`
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### `dismiss<T = any>(reason?: T) => Promise<void>`
|
|
55
|
-
|
|
56
|
-
Dismiss modal instance
|
|
57
|
-
|
|
58
|
-
#### Returns
|
|
59
|
-
|
|
60
|
-
Type: `Promise<void>`
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
----------------------------------------------
|
|
66
|
-
|
|
67
|
-
|