@siemens/ix-react 0.0.0-pr-2015-20250716160704 → 0.0.0-pr-2155-20250919111817
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/READMEOSS.html +19 -70
- package/dist/components.js +172 -172
- package/dist/components.js.map +1 -1
- package/dist/components.server.js +210 -138
- package/dist/components.server.js.map +1 -1
- package/dist/context/application-context.js.map +1 -1
- package/dist/context/context.js.map +1 -1
- package/dist/delegate.js.map +1 -1
- package/dist/internal-components.js +6 -0
- package/dist/internal-components.js.map +1 -1
- package/dist/ix-icon.js +1 -1
- package/dist/modal/index.js.map +1 -1
- package/dist/modal/portal.js.map +1 -1
- package/dist/tree/internal-tree.js +1 -1
- package/dist/tree/tree.js +16 -11
- package/dist/tree/tree.js.map +1 -1
- package/dist/types/tree/tree.d.ts +19 -4
- package/package.json +15 -8
|
@@ -1,106 +1,106 @@
|
|
|
1
|
-
import { IxActionCard as IxActionCard$1
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import { IxMenuCategory as IxMenuCategory$1
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
1
|
+
import { defineCustomElement, IxActionCard as IxActionCard$1 } from '@siemens/ix/components/ix-action-card.js';
|
|
2
|
+
import { defineCustomElement as defineCustomElement$2, IxApplicationHeader as IxApplicationHeader$1 } from '@siemens/ix/components/ix-application-header.js';
|
|
3
|
+
import { defineCustomElement as defineCustomElement$1, IxApplication as IxApplication$1 } from '@siemens/ix/components/ix-application.js';
|
|
4
|
+
import { defineCustomElement as defineCustomElement$3, IxAvatar as IxAvatar$1 } from '@siemens/ix/components/ix-avatar.js';
|
|
5
|
+
import { defineCustomElement as defineCustomElement$4, IxBasicNavigation as IxBasicNavigation$1 } from '@siemens/ix/components/ix-basic-navigation.js';
|
|
6
|
+
import { defineCustomElement as defineCustomElement$5, IxBlind as IxBlind$1 } from '@siemens/ix/components/ix-blind.js';
|
|
7
|
+
import { defineCustomElement as defineCustomElement$7, IxBreadcrumbItem as IxBreadcrumbItem$1 } from '@siemens/ix/components/ix-breadcrumb-item.js';
|
|
8
|
+
import { defineCustomElement as defineCustomElement$6, IxBreadcrumb as IxBreadcrumb$1 } from '@siemens/ix/components/ix-breadcrumb.js';
|
|
9
|
+
import { defineCustomElement as defineCustomElement$8, IxButton as IxButton$1 } from '@siemens/ix/components/ix-button.js';
|
|
10
|
+
import { defineCustomElement as defineCustomElement$a, IxCardAccordion as IxCardAccordion$1 } from '@siemens/ix/components/ix-card-accordion.js';
|
|
11
|
+
import { defineCustomElement as defineCustomElement$b, IxCardContent as IxCardContent$1 } from '@siemens/ix/components/ix-card-content.js';
|
|
12
|
+
import { defineCustomElement as defineCustomElement$c, IxCardList as IxCardList$1 } from '@siemens/ix/components/ix-card-list.js';
|
|
13
|
+
import { defineCustomElement as defineCustomElement$d, IxCardTitle as IxCardTitle$1 } from '@siemens/ix/components/ix-card-title.js';
|
|
14
|
+
import { defineCustomElement as defineCustomElement$9, IxCard as IxCard$1 } from '@siemens/ix/components/ix-card.js';
|
|
15
|
+
import { defineCustomElement as defineCustomElement$e, IxCategoryFilter as IxCategoryFilter$1 } from '@siemens/ix/components/ix-category-filter.js';
|
|
16
|
+
import { defineCustomElement as defineCustomElement$g, IxCheckboxGroup as IxCheckboxGroup$1 } from '@siemens/ix/components/ix-checkbox-group.js';
|
|
17
|
+
import { defineCustomElement as defineCustomElement$f, IxCheckbox as IxCheckbox$1 } from '@siemens/ix/components/ix-checkbox.js';
|
|
18
|
+
import { defineCustomElement as defineCustomElement$h, IxChip as IxChip$1 } from '@siemens/ix/components/ix-chip.js';
|
|
19
|
+
import { defineCustomElement as defineCustomElement$i, IxCol as IxCol$1 } from '@siemens/ix/components/ix-col.js';
|
|
20
|
+
import { defineCustomElement as defineCustomElement$k, IxContentHeader as IxContentHeader$1 } from '@siemens/ix/components/ix-content-header.js';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$j, IxContent as IxContent$1 } from '@siemens/ix/components/ix-content.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$l, IxCustomField as IxCustomField$1 } from '@siemens/ix/components/ix-custom-field.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$m, IxDateDropdown as IxDateDropdown$1 } from '@siemens/ix/components/ix-date-dropdown.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$n, IxDateInput as IxDateInput$1 } from '@siemens/ix/components/ix-date-input.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$o, IxDatePicker as IxDatePicker$1 } from '@siemens/ix/components/ix-date-picker.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$p, IxDatetimePicker as IxDatetimePicker$1 } from '@siemens/ix/components/ix-datetime-picker.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$q, IxDivider as IxDivider$1 } from '@siemens/ix/components/ix-divider.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$r, IxDrawer as IxDrawer$1 } from '@siemens/ix/components/ix-drawer.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$t, IxDropdownButton as IxDropdownButton$1 } from '@siemens/ix/components/ix-dropdown-button.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$u, IxDropdownHeader as IxDropdownHeader$1 } from '@siemens/ix/components/ix-dropdown-header.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$v, IxDropdownItem as IxDropdownItem$1 } from '@siemens/ix/components/ix-dropdown-item.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$w, IxDropdownQuickActions as IxDropdownQuickActions$1 } from '@siemens/ix/components/ix-dropdown-quick-actions.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$s, IxDropdown as IxDropdown$1 } from '@siemens/ix/components/ix-dropdown.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$x, IxEmptyState as IxEmptyState$1 } from '@siemens/ix/components/ix-empty-state.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$z, IxEventListItem as IxEventListItem$1 } from '@siemens/ix/components/ix-event-list-item.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$y, IxEventList as IxEventList$1 } from '@siemens/ix/components/ix-event-list.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$A, IxExpandingSearch as IxExpandingSearch$1 } from '@siemens/ix/components/ix-expanding-search.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$B, IxFieldLabel as IxFieldLabel$1 } from '@siemens/ix/components/ix-field-label.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$C, IxFilterChip as IxFilterChip$1 } from '@siemens/ix/components/ix-filter-chip.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$E, IxFlipTileContent as IxFlipTileContent$1 } from '@siemens/ix/components/ix-flip-tile-content.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$D, IxFlipTile as IxFlipTile$1 } from '@siemens/ix/components/ix-flip-tile.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$G, IxGroupContextMenu as IxGroupContextMenu$1 } from '@siemens/ix/components/ix-group-context-menu.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$H, IxGroupItem as IxGroupItem$1 } from '@siemens/ix/components/ix-group-item.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$F, IxGroup as IxGroup$1 } from '@siemens/ix/components/ix-group.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$I, IxHelperText as IxHelperText$1 } from '@siemens/ix/components/ix-helper-text.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$J, IxIconButton as IxIconButton$1 } from '@siemens/ix/components/ix-icon-button.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$K, IxIconToggleButton as IxIconToggleButton$1 } from '@siemens/ix/components/ix-icon-toggle-button.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$M, IxInputGroup as IxInputGroup$1 } from '@siemens/ix/components/ix-input-group.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$L, IxInput as IxInput$1 } from '@siemens/ix/components/ix-input.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$O, IxKeyValueList as IxKeyValueList$1 } from '@siemens/ix/components/ix-key-value-list.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$N, IxKeyValue as IxKeyValue$1 } from '@siemens/ix/components/ix-key-value.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$P, IxKpi as IxKpi$1 } from '@siemens/ix/components/ix-kpi.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$Q, IxLayoutAuto as IxLayoutAuto$1 } from '@siemens/ix/components/ix-layout-auto.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$R, IxLayoutGrid as IxLayoutGrid$1 } from '@siemens/ix/components/ix-layout-grid.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$S, IxLinkButton as IxLinkButton$1 } from '@siemens/ix/components/ix-link-button.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$U, IxMapNavigationOverlay as IxMapNavigationOverlay$1 } from '@siemens/ix/components/ix-map-navigation-overlay.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$T, IxMapNavigation as IxMapNavigation$1 } from '@siemens/ix/components/ix-map-navigation.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$X, IxMenuAboutItem as IxMenuAboutItem$1 } from '@siemens/ix/components/ix-menu-about-item.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$Y, IxMenuAboutNews as IxMenuAboutNews$1 } from '@siemens/ix/components/ix-menu-about-news.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$W, IxMenuAbout as IxMenuAbout$1 } from '@siemens/ix/components/ix-menu-about.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$_, IxMenuAvatarItem as IxMenuAvatarItem$1 } from '@siemens/ix/components/ix-menu-avatar-item.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$Z, IxMenuAvatar as IxMenuAvatar$1 } from '@siemens/ix/components/ix-menu-avatar.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$$, IxMenuCategory as IxMenuCategory$1 } from '@siemens/ix/components/ix-menu-category.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$10, IxMenuItem as IxMenuItem$1 } from '@siemens/ix/components/ix-menu-item.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$12, IxMenuSettingsItem as IxMenuSettingsItem$1 } from '@siemens/ix/components/ix-menu-settings-item.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$11, IxMenuSettings as IxMenuSettings$1 } from '@siemens/ix/components/ix-menu-settings.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$V, IxMenu as IxMenu$1 } from '@siemens/ix/components/ix-menu.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$13, IxMessageBar as IxMessageBar$1 } from '@siemens/ix/components/ix-message-bar.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$15, IxModalContent as IxModalContent$1 } from '@siemens/ix/components/ix-modal-content.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$16, IxModalFooter as IxModalFooter$1 } from '@siemens/ix/components/ix-modal-footer.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$17, IxModalHeader as IxModalHeader$1 } from '@siemens/ix/components/ix-modal-header.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$14, IxModal as IxModal$1 } from '@siemens/ix/components/ix-modal.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$18, IxNumberInput as IxNumberInput$1 } from '@siemens/ix/components/ix-number-input.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$19, IxPagination as IxPagination$1 } from '@siemens/ix/components/ix-pagination.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$1b, IxPaneLayout as IxPaneLayout$1 } from '@siemens/ix/components/ix-pane-layout.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$1a, IxPane as IxPane$1 } from '@siemens/ix/components/ix-pane.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$1c, IxPill as IxPill$1 } from '@siemens/ix/components/ix-pill.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$1d, IxProgressIndicator as IxProgressIndicator$1 } from '@siemens/ix/components/ix-progress-indicator.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$1e, IxPushCard as IxPushCard$1 } from '@siemens/ix/components/ix-push-card.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$1g, IxRadioGroup as IxRadioGroup$1 } from '@siemens/ix/components/ix-radio-group.js';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$1f, IxRadio as IxRadio$1 } from '@siemens/ix/components/ix-radio.js';
|
|
82
|
+
import { defineCustomElement as defineCustomElement$1h, IxRow as IxRow$1 } from '@siemens/ix/components/ix-row.js';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$1j, IxSelectItem as IxSelectItem$1 } from '@siemens/ix/components/ix-select-item.js';
|
|
84
|
+
import { defineCustomElement as defineCustomElement$1i, IxSelect as IxSelect$1 } from '@siemens/ix/components/ix-select.js';
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1k, IxSlider as IxSlider$1 } from '@siemens/ix/components/ix-slider.js';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1l, IxSpinner as IxSpinner$1 } from '@siemens/ix/components/ix-spinner.js';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1m, IxSplitButton as IxSplitButton$1 } from '@siemens/ix/components/ix-split-button.js';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1n, IxTabItem as IxTabItem$1 } from '@siemens/ix/components/ix-tab-item.js';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1o, IxTabs as IxTabs$1 } from '@siemens/ix/components/ix-tabs.js';
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1p, IxTextarea as IxTextarea$1 } from '@siemens/ix/components/ix-textarea.js';
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1q, IxTile as IxTile$1 } from '@siemens/ix/components/ix-tile.js';
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1r, IxTimeInput as IxTimeInput$1 } from '@siemens/ix/components/ix-time-input.js';
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1s, IxTimePicker as IxTimePicker$1 } from '@siemens/ix/components/ix-time-picker.js';
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1u, IxToastContainer as IxToastContainer$1 } from '@siemens/ix/components/ix-toast-container.js';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1t, IxToast as IxToast$1 } from '@siemens/ix/components/ix-toast.js';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1w, IxToggleButton as IxToggleButton$1 } from '@siemens/ix/components/ix-toggle-button.js';
|
|
97
|
+
import { defineCustomElement as defineCustomElement$1v, IxToggle as IxToggle$1 } from '@siemens/ix/components/ix-toggle.js';
|
|
98
|
+
import { defineCustomElement as defineCustomElement$1x, IxTooltip as IxTooltip$1 } from '@siemens/ix/components/ix-tooltip.js';
|
|
99
|
+
import { defineCustomElement as defineCustomElement$1y, IxTypography as IxTypography$1 } from '@siemens/ix/components/ix-typography.js';
|
|
100
|
+
import { defineCustomElement as defineCustomElement$1z, IxUpload as IxUpload$1 } from '@siemens/ix/components/ix-upload.js';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1A, IxValidationTooltip as IxValidationTooltip$1 } from '@siemens/ix/components/ix-validation-tooltip.js';
|
|
102
|
+
import { defineCustomElement as defineCustomElement$1B, IxWorkflowStep as IxWorkflowStep$1 } from '@siemens/ix/components/ix-workflow-step.js';
|
|
103
|
+
import { defineCustomElement as defineCustomElement$1C, IxWorkflowSteps as IxWorkflowSteps$1 } from '@siemens/ix/components/ix-workflow-steps.js';
|
|
104
104
|
import { createComponent } from '@stencil/react-output-target/ssr';
|
|
105
105
|
import React from 'react';
|
|
106
106
|
|
|
@@ -114,9 +114,11 @@ const IxActionCard = /*@__PURE__*/ createComponent({
|
|
|
114
114
|
properties: {
|
|
115
115
|
variant: 'variant',
|
|
116
116
|
icon: 'icon',
|
|
117
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
117
118
|
heading: 'heading',
|
|
118
119
|
subheading: 'subheading',
|
|
119
|
-
selected: 'selected'
|
|
120
|
+
selected: 'selected',
|
|
121
|
+
ariaLabelCard: 'aria-label-card'
|
|
120
122
|
},
|
|
121
123
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
122
124
|
serializeShadowRoot,
|
|
@@ -147,7 +149,17 @@ const IxApplicationHeader = /*@__PURE__*/ createComponent({
|
|
|
147
149
|
tagName: 'ix-application-header',
|
|
148
150
|
properties: {
|
|
149
151
|
name: 'name',
|
|
150
|
-
|
|
152
|
+
nameSuffix: 'name-suffix',
|
|
153
|
+
companyLogo: 'company-logo',
|
|
154
|
+
companyLogoAlt: 'company-logo-alt',
|
|
155
|
+
appIcon: 'app-icon',
|
|
156
|
+
appIconAlt: 'app-icon-alt',
|
|
157
|
+
appIconOutline: 'app-icon-outline',
|
|
158
|
+
hideBottomBorder: 'hide-bottom-border',
|
|
159
|
+
showMenu: 'show-menu',
|
|
160
|
+
ariaLabelMenuExpandIconButton: 'aria-label-menu-expand-icon-button',
|
|
161
|
+
ariaLabelAppSwitchIconButton: 'aria-label-app-switch-icon-button',
|
|
162
|
+
ariaLabelMoreMenuIconButton: 'aria-label-more-menu-icon-button'
|
|
151
163
|
},
|
|
152
164
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
153
165
|
serializeShadowRoot,
|
|
@@ -163,10 +175,13 @@ const IxApplicationHeader = /*@__PURE__*/ createComponent({
|
|
|
163
175
|
const IxAvatar = /*@__PURE__*/ createComponent({
|
|
164
176
|
tagName: 'ix-avatar',
|
|
165
177
|
properties: {
|
|
178
|
+
a11yLabel: 'a11y-label',
|
|
166
179
|
image: 'image',
|
|
167
180
|
initials: 'initials',
|
|
168
181
|
username: 'username',
|
|
169
|
-
extra: 'extra'
|
|
182
|
+
extra: 'extra',
|
|
183
|
+
tooltipText: 'tooltip-text',
|
|
184
|
+
ariaLabelTooltip: 'aria-label-tooltip'
|
|
170
185
|
},
|
|
171
186
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
172
187
|
serializeShadowRoot,
|
|
@@ -231,8 +246,12 @@ const IxBreadcrumb = /*@__PURE__*/ createComponent({
|
|
|
231
246
|
const IxBreadcrumbItem = /*@__PURE__*/ createComponent({
|
|
232
247
|
tagName: 'ix-breadcrumb-item',
|
|
233
248
|
properties: {
|
|
249
|
+
ariaLabelButton: 'aria-label-button',
|
|
234
250
|
label: 'label',
|
|
235
251
|
icon: 'icon',
|
|
252
|
+
href: 'href',
|
|
253
|
+
target: 'target',
|
|
254
|
+
rel: 'rel',
|
|
236
255
|
ghost: 'ghost',
|
|
237
256
|
visible: 'visible',
|
|
238
257
|
showChevron: 'show-chevron',
|
|
@@ -249,16 +268,19 @@ const IxBreadcrumbItem = /*@__PURE__*/ createComponent({
|
|
|
249
268
|
const IxButton = /*@__PURE__*/ createComponent({
|
|
250
269
|
tagName: 'ix-button',
|
|
251
270
|
properties: {
|
|
271
|
+
ariaLabelButton: 'aria-label-button',
|
|
252
272
|
variant: 'variant',
|
|
253
|
-
outline: 'outline',
|
|
254
|
-
ghost: 'ghost',
|
|
255
273
|
disabled: 'disabled',
|
|
256
274
|
type: 'type',
|
|
257
275
|
loading: 'loading',
|
|
258
276
|
form: 'form',
|
|
259
277
|
icon: 'icon',
|
|
278
|
+
iconRight: 'icon-right',
|
|
260
279
|
alignment: 'alignment',
|
|
261
|
-
iconSize: 'icon-size'
|
|
280
|
+
iconSize: 'icon-size',
|
|
281
|
+
href: 'href',
|
|
282
|
+
target: 'target',
|
|
283
|
+
rel: 'rel'
|
|
262
284
|
},
|
|
263
285
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
264
286
|
serializeShadowRoot,
|
|
@@ -284,7 +306,11 @@ const IxCard = /*@__PURE__*/ createComponent({
|
|
|
284
306
|
});
|
|
285
307
|
const IxCardAccordion = /*@__PURE__*/ createComponent({
|
|
286
308
|
tagName: 'ix-card-accordion',
|
|
287
|
-
properties: {
|
|
309
|
+
properties: {
|
|
310
|
+
ariaLabelExpandButton: 'aria-label-expand-button',
|
|
311
|
+
collapse: 'collapse',
|
|
312
|
+
variant: 'variant'
|
|
313
|
+
},
|
|
288
314
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
289
315
|
serializeShadowRoot,
|
|
290
316
|
elementClass: IxCardAccordion$1,
|
|
@@ -307,6 +333,7 @@ const IxCardContent = /*@__PURE__*/ createComponent({
|
|
|
307
333
|
const IxCardList = /*@__PURE__*/ createComponent({
|
|
308
334
|
tagName: 'ix-card-list',
|
|
309
335
|
properties: {
|
|
336
|
+
ariaLabelExpandButton: 'aria-label-expand-button',
|
|
310
337
|
label: 'label',
|
|
311
338
|
collapse: 'collapse',
|
|
312
339
|
listStyle: 'list-style',
|
|
@@ -356,7 +383,10 @@ const IxCategoryFilter = /*@__PURE__*/ createComponent({
|
|
|
356
383
|
repeatCategories: 'repeat-categories',
|
|
357
384
|
tmpDisableScrollIntoView: 'tmp-disable-scroll-into-view',
|
|
358
385
|
labelCategories: 'label-categories',
|
|
359
|
-
i18nPlainText: 'i-1-8n-plain-text'
|
|
386
|
+
i18nPlainText: 'i-1-8n-plain-text',
|
|
387
|
+
ariaLabelResetButton: 'aria-label-reset-button',
|
|
388
|
+
ariaLabelOperatorButton: 'aria-label-operator-button',
|
|
389
|
+
ariaLabelFilterInput: 'aria-label-filter-input'
|
|
360
390
|
},
|
|
361
391
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
362
392
|
serializeShadowRoot,
|
|
@@ -426,7 +456,8 @@ const IxChip = /*@__PURE__*/ createComponent({
|
|
|
426
456
|
chipColor: 'chip-color',
|
|
427
457
|
outline: 'outline',
|
|
428
458
|
tooltipText: 'tooltip-text',
|
|
429
|
-
centerContent: 'center-content'
|
|
459
|
+
centerContent: 'center-content',
|
|
460
|
+
ariaLabelCloseButton: 'aria-label-close-button'
|
|
430
461
|
},
|
|
431
462
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
432
463
|
serializeShadowRoot,
|
|
@@ -511,10 +542,9 @@ const IxDateDropdown = /*@__PURE__*/ createComponent({
|
|
|
511
542
|
maxDate: 'max-date',
|
|
512
543
|
dateRangeId: 'date-range-id',
|
|
513
544
|
variant: 'variant',
|
|
514
|
-
outline: 'outline',
|
|
515
|
-
ghost: 'ghost',
|
|
516
545
|
loading: 'loading',
|
|
517
546
|
showWeekNumbers: 'show-week-numbers',
|
|
547
|
+
ariaLabelDropdownButton: 'aria-label-dropdown-button',
|
|
518
548
|
customRangeAllowed: 'custom-range-allowed',
|
|
519
549
|
dateRangeOptions: 'date-range-options',
|
|
520
550
|
locale: 'locale',
|
|
@@ -538,11 +568,14 @@ const IxDateInput = /*@__PURE__*/ createComponent({
|
|
|
538
568
|
name: 'name',
|
|
539
569
|
placeholder: 'placeholder',
|
|
540
570
|
value: 'value',
|
|
571
|
+
minDate: 'min-date',
|
|
572
|
+
maxDate: 'max-date',
|
|
541
573
|
locale: 'locale',
|
|
542
574
|
format: 'format',
|
|
543
575
|
required: 'required',
|
|
544
576
|
helperText: 'helper-text',
|
|
545
577
|
label: 'label',
|
|
578
|
+
ariaLabelCalendarButton: 'aria-label-calendar-button',
|
|
546
579
|
invalidText: 'invalid-text',
|
|
547
580
|
readonly: 'readonly',
|
|
548
581
|
disabled: 'disabled',
|
|
@@ -551,7 +584,10 @@ const IxDateInput = /*@__PURE__*/ createComponent({
|
|
|
551
584
|
validText: 'valid-text',
|
|
552
585
|
showTextAsTooltip: 'show-text-as-tooltip',
|
|
553
586
|
i18nErrorDateUnparsable: 'i18n-error-date-unparsable',
|
|
554
|
-
showWeekNumbers: 'show-week-numbers'
|
|
587
|
+
showWeekNumbers: 'show-week-numbers',
|
|
588
|
+
weekStartIndex: 'week-start-index',
|
|
589
|
+
ariaLabelPreviousMonthButton: 'aria-label-previous-month-button',
|
|
590
|
+
ariaLabelNextMonthButton: 'aria-label-next-month-button'
|
|
555
591
|
},
|
|
556
592
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
557
593
|
serializeShadowRoot,
|
|
@@ -575,6 +611,8 @@ const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
|
575
611
|
minDate: 'min-date',
|
|
576
612
|
maxDate: 'max-date',
|
|
577
613
|
i18nDone: 'i18n-done',
|
|
614
|
+
ariaLabelPreviousMonthButton: 'aria-label-previous-month-button',
|
|
615
|
+
ariaLabelNextMonthButton: 'aria-label-next-month-button',
|
|
578
616
|
weekStartIndex: 'week-start-index',
|
|
579
617
|
locale: 'locale',
|
|
580
618
|
showWeekNumbers: 'show-week-numbers',
|
|
@@ -611,6 +649,8 @@ const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
|
611
649
|
timeReference: 'time-reference',
|
|
612
650
|
i18nDone: 'i18n-done',
|
|
613
651
|
i18nTime: 'i-1-8n-time',
|
|
652
|
+
ariaLabelPreviousMonthButton: 'aria-label-previous-month-button',
|
|
653
|
+
ariaLabelNextMonthButton: 'aria-label-next-month-button',
|
|
614
654
|
weekStartIndex: 'week-start-index',
|
|
615
655
|
locale: 'locale',
|
|
616
656
|
showWeekNumbers: 'show-week-numbers'
|
|
@@ -646,7 +686,8 @@ const IxDrawer = /*@__PURE__*/ createComponent({
|
|
|
646
686
|
fullHeight: 'full-height',
|
|
647
687
|
minWidth: 'min-width',
|
|
648
688
|
maxWidth: 'max-width',
|
|
649
|
-
width: 'width'
|
|
689
|
+
width: 'width',
|
|
690
|
+
ariaLabelCloseButton: 'aria-label-close-button'
|
|
650
691
|
},
|
|
651
692
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
652
693
|
serializeShadowRoot,
|
|
@@ -688,13 +729,12 @@ const IxDropdownButton = /*@__PURE__*/ createComponent({
|
|
|
688
729
|
tagName: 'ix-dropdown-button',
|
|
689
730
|
properties: {
|
|
690
731
|
variant: 'variant',
|
|
691
|
-
outline: 'outline',
|
|
692
|
-
ghost: 'ghost',
|
|
693
732
|
disabled: 'disabled',
|
|
694
733
|
label: 'label',
|
|
695
734
|
icon: 'icon',
|
|
696
735
|
closeBehavior: 'close-behavior',
|
|
697
|
-
placement: 'placement'
|
|
736
|
+
placement: 'placement',
|
|
737
|
+
ariaLabelDropdownButton: 'aria-label-dropdown-button'
|
|
698
738
|
},
|
|
699
739
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
700
740
|
serializeShadowRoot,
|
|
@@ -720,6 +760,8 @@ const IxDropdownItem = /*@__PURE__*/ createComponent({
|
|
|
720
760
|
properties: {
|
|
721
761
|
label: 'label',
|
|
722
762
|
icon: 'icon',
|
|
763
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
764
|
+
ariaLabelButton: 'aria-label-button',
|
|
723
765
|
hover: 'hover',
|
|
724
766
|
disabled: 'disabled',
|
|
725
767
|
checked: 'checked',
|
|
@@ -752,7 +794,8 @@ const IxEmptyState = /*@__PURE__*/ createComponent({
|
|
|
752
794
|
icon: 'icon',
|
|
753
795
|
header: 'header',
|
|
754
796
|
subHeader: 'sub-header',
|
|
755
|
-
action: 'action'
|
|
797
|
+
action: 'action',
|
|
798
|
+
ariaLabelEmptyStateIcon: 'aria-label-empty-state-icon'
|
|
756
799
|
},
|
|
757
800
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
758
801
|
serializeShadowRoot,
|
|
@@ -781,6 +824,7 @@ const IxEventList = /*@__PURE__*/ createComponent({
|
|
|
781
824
|
const IxEventListItem = /*@__PURE__*/ createComponent({
|
|
782
825
|
tagName: 'ix-event-list-item',
|
|
783
826
|
properties: {
|
|
827
|
+
variant: 'variant',
|
|
784
828
|
itemColor: 'item-color',
|
|
785
829
|
selected: 'selected',
|
|
786
830
|
disabled: 'disabled',
|
|
@@ -802,8 +846,9 @@ const IxExpandingSearch = /*@__PURE__*/ createComponent({
|
|
|
802
846
|
value: 'value',
|
|
803
847
|
fullWidth: 'full-width',
|
|
804
848
|
variant: 'variant',
|
|
805
|
-
|
|
806
|
-
|
|
849
|
+
ariaLabelSearchIconButton: 'aria-label-search-icon-button',
|
|
850
|
+
ariaLabelClearIconButton: 'aria-label-clear-icon-button',
|
|
851
|
+
ariaLabelSearchInput: 'aria-label-search-input'
|
|
807
852
|
},
|
|
808
853
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
809
854
|
serializeShadowRoot,
|
|
@@ -833,7 +878,8 @@ const IxFilterChip = /*@__PURE__*/ createComponent({
|
|
|
833
878
|
tagName: 'ix-filter-chip',
|
|
834
879
|
properties: {
|
|
835
880
|
disabled: 'disabled',
|
|
836
|
-
readonly: 'readonly'
|
|
881
|
+
readonly: 'readonly',
|
|
882
|
+
ariaLabelCloseIconButton: 'aria-label-close-icon-button'
|
|
837
883
|
},
|
|
838
884
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
839
885
|
serializeShadowRoot,
|
|
@@ -846,10 +892,11 @@ const IxFilterChip = /*@__PURE__*/ createComponent({
|
|
|
846
892
|
const IxFlipTile = /*@__PURE__*/ createComponent({
|
|
847
893
|
tagName: 'ix-flip-tile',
|
|
848
894
|
properties: {
|
|
849
|
-
|
|
895
|
+
variant: 'variant',
|
|
850
896
|
height: 'height',
|
|
851
897
|
width: 'width',
|
|
852
|
-
index: 'index'
|
|
898
|
+
index: 'index',
|
|
899
|
+
ariaLabelEyeIconButton: 'aria-label-eye-icon-button'
|
|
853
900
|
},
|
|
854
901
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
855
902
|
serializeShadowRoot,
|
|
@@ -908,6 +955,7 @@ const IxGroupItem = /*@__PURE__*/ createComponent({
|
|
|
908
955
|
tagName: 'ix-group-item',
|
|
909
956
|
properties: {
|
|
910
957
|
icon: 'icon',
|
|
958
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
911
959
|
text: 'text',
|
|
912
960
|
secondaryText: 'secondary-text',
|
|
913
961
|
suppressSelection: 'suppress-selection',
|
|
@@ -946,8 +994,6 @@ const IxIconButton = /*@__PURE__*/ createComponent({
|
|
|
946
994
|
properties: {
|
|
947
995
|
a11yLabel: 'a11y-label',
|
|
948
996
|
variant: 'variant',
|
|
949
|
-
outline: 'outline',
|
|
950
|
-
ghost: 'ghost',
|
|
951
997
|
oval: 'oval',
|
|
952
998
|
icon: 'icon',
|
|
953
999
|
size: 'size',
|
|
@@ -975,7 +1021,8 @@ const IxIconToggleButton = /*@__PURE__*/ createComponent({
|
|
|
975
1021
|
pressed: 'pressed',
|
|
976
1022
|
size: 'size',
|
|
977
1023
|
disabled: 'disabled',
|
|
978
|
-
loading: 'loading'
|
|
1024
|
+
loading: 'loading',
|
|
1025
|
+
ariaLabelIconButton: 'aria-label-icon-button'
|
|
979
1026
|
},
|
|
980
1027
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
981
1028
|
serializeShadowRoot,
|
|
@@ -1034,6 +1081,7 @@ const IxKeyValue = /*@__PURE__*/ createComponent({
|
|
|
1034
1081
|
tagName: 'ix-key-value',
|
|
1035
1082
|
properties: {
|
|
1036
1083
|
icon: 'icon',
|
|
1084
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
1037
1085
|
label: 'label',
|
|
1038
1086
|
labelPosition: 'label-position',
|
|
1039
1087
|
value: 'value'
|
|
@@ -1061,6 +1109,8 @@ const IxKpi = /*@__PURE__*/ createComponent({
|
|
|
1061
1109
|
tagName: 'ix-kpi',
|
|
1062
1110
|
properties: {
|
|
1063
1111
|
label: 'label',
|
|
1112
|
+
ariaLabelAlarmIcon: 'aria-label-alarm-icon',
|
|
1113
|
+
ariaLabelWarningIcon: 'aria-label-warning-icon',
|
|
1064
1114
|
value: 'value',
|
|
1065
1115
|
unit: 'unit',
|
|
1066
1116
|
state: 'state',
|
|
@@ -1120,7 +1170,8 @@ const IxMapNavigation = /*@__PURE__*/ createComponent({
|
|
|
1120
1170
|
properties: {
|
|
1121
1171
|
applicationName: 'application-name',
|
|
1122
1172
|
navigationTitle: 'navigation-title',
|
|
1123
|
-
hideContextMenu: 'hide-context-menu'
|
|
1173
|
+
hideContextMenu: 'hide-context-menu',
|
|
1174
|
+
ariaLabelContextIconButton: 'aria-label-context-icon-button'
|
|
1124
1175
|
},
|
|
1125
1176
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1126
1177
|
serializeShadowRoot,
|
|
@@ -1138,6 +1189,8 @@ const IxMapNavigationOverlay = /*@__PURE__*/ createComponent({
|
|
|
1138
1189
|
properties: {
|
|
1139
1190
|
name: 'name',
|
|
1140
1191
|
icon: 'icon',
|
|
1192
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
1193
|
+
ariaLabelCloseIconButton: 'aria-label-close-icon-button',
|
|
1141
1194
|
color: 'color',
|
|
1142
1195
|
iconColor: 'icon-color'
|
|
1143
1196
|
},
|
|
@@ -1270,7 +1323,8 @@ const IxMenuCategory = /*@__PURE__*/ createComponent({
|
|
|
1270
1323
|
properties: {
|
|
1271
1324
|
label: 'label',
|
|
1272
1325
|
icon: 'icon',
|
|
1273
|
-
notifications: 'notifications'
|
|
1326
|
+
notifications: 'notifications',
|
|
1327
|
+
tooltipText: 'tooltip-text'
|
|
1274
1328
|
},
|
|
1275
1329
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1276
1330
|
serializeShadowRoot,
|
|
@@ -1290,6 +1344,10 @@ const IxMenuItem = /*@__PURE__*/ createComponent({
|
|
|
1290
1344
|
notifications: 'notifications',
|
|
1291
1345
|
active: 'active',
|
|
1292
1346
|
disabled: 'disabled',
|
|
1347
|
+
tooltipText: 'tooltip-text',
|
|
1348
|
+
href: 'href',
|
|
1349
|
+
target: 'target',
|
|
1350
|
+
rel: 'rel',
|
|
1293
1351
|
isCategory: 'is-category'
|
|
1294
1352
|
},
|
|
1295
1353
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
@@ -1395,6 +1453,8 @@ const IxModalHeader = /*@__PURE__*/ createComponent({
|
|
|
1395
1453
|
properties: {
|
|
1396
1454
|
hideClose: 'hide-close',
|
|
1397
1455
|
icon: 'icon',
|
|
1456
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
1457
|
+
ariaLabelCloseIconButton: 'aria-label-close-icon-button',
|
|
1398
1458
|
iconColor: 'icon-color'
|
|
1399
1459
|
},
|
|
1400
1460
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
@@ -1450,7 +1510,9 @@ const IxPagination = /*@__PURE__*/ createComponent({
|
|
|
1450
1510
|
selectedPage: 'selected-page',
|
|
1451
1511
|
i18nPage: 'i-1-8n-page',
|
|
1452
1512
|
i18nOf: 'i-1-8n-of',
|
|
1453
|
-
i18nItems: 'i-1-8n-items'
|
|
1513
|
+
i18nItems: 'i-1-8n-items',
|
|
1514
|
+
ariaLabelChevronLeftIconButton: 'aria-label-chevron-left-icon-button',
|
|
1515
|
+
ariaLabelChevronRightIconButton: 'aria-label-chevron-right-icon-button'
|
|
1454
1516
|
},
|
|
1455
1517
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1456
1518
|
serializeShadowRoot,
|
|
@@ -1474,6 +1536,9 @@ const IxPane = /*@__PURE__*/ createComponent({
|
|
|
1474
1536
|
expanded: 'expanded',
|
|
1475
1537
|
composition: 'composition',
|
|
1476
1538
|
icon: 'icon',
|
|
1539
|
+
closeOnClickOutside: 'close-on-click-outside',
|
|
1540
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
1541
|
+
ariaLabelCollapseCloseButton: 'aria-label-collapse-close-button',
|
|
1477
1542
|
ignoreLayoutSettings: 'ignore-layout-settings',
|
|
1478
1543
|
isMobile: 'is-mobile'
|
|
1479
1544
|
},
|
|
@@ -1510,6 +1575,7 @@ const IxPill = /*@__PURE__*/ createComponent({
|
|
|
1510
1575
|
variant: 'variant',
|
|
1511
1576
|
outline: 'outline',
|
|
1512
1577
|
icon: 'icon',
|
|
1578
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
1513
1579
|
background: 'background',
|
|
1514
1580
|
pillColor: 'pill-color',
|
|
1515
1581
|
alignLeft: 'align-left',
|
|
@@ -1549,6 +1615,7 @@ const IxPushCard = /*@__PURE__*/ createComponent({
|
|
|
1549
1615
|
tagName: 'ix-push-card',
|
|
1550
1616
|
properties: {
|
|
1551
1617
|
icon: 'icon',
|
|
1618
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
1552
1619
|
notification: 'notification',
|
|
1553
1620
|
heading: 'heading',
|
|
1554
1621
|
subheading: 'subheading',
|
|
@@ -1624,6 +1691,8 @@ const IxSelect = /*@__PURE__*/ createComponent({
|
|
|
1624
1691
|
name: 'name',
|
|
1625
1692
|
required: 'required',
|
|
1626
1693
|
label: 'label',
|
|
1694
|
+
ariaLabelChevronDownIconButton: 'aria-label-chevron-down-icon-button',
|
|
1695
|
+
ariaLabelClearIconButton: 'aria-label-clear-icon-button',
|
|
1627
1696
|
warningText: 'warning-text',
|
|
1628
1697
|
infoText: 'info-text',
|
|
1629
1698
|
invalidText: 'invalid-text',
|
|
@@ -1714,11 +1783,11 @@ const IxSplitButton = /*@__PURE__*/ createComponent({
|
|
|
1714
1783
|
properties: {
|
|
1715
1784
|
variant: 'variant',
|
|
1716
1785
|
closeBehavior: 'close-behavior',
|
|
1717
|
-
outline: 'outline',
|
|
1718
|
-
ghost: 'ghost',
|
|
1719
1786
|
label: 'label',
|
|
1787
|
+
ariaLabelButton: 'aria-label-button',
|
|
1720
1788
|
icon: 'icon',
|
|
1721
1789
|
splitIcon: 'split-icon',
|
|
1790
|
+
ariaLabelSplitIconButton: 'aria-label-split-icon-button',
|
|
1722
1791
|
disabled: 'disabled',
|
|
1723
1792
|
placement: 'placement'
|
|
1724
1793
|
},
|
|
@@ -1757,7 +1826,9 @@ const IxTabs = /*@__PURE__*/ createComponent({
|
|
|
1757
1826
|
rounded: 'rounded',
|
|
1758
1827
|
selected: 'selected',
|
|
1759
1828
|
layout: 'layout',
|
|
1760
|
-
placement: 'placement'
|
|
1829
|
+
placement: 'placement',
|
|
1830
|
+
ariaLabelChevronLeftIconButton: 'aria-label-chevron-left-icon-button',
|
|
1831
|
+
ariaLabelChevronRightIconButton: 'aria-label-chevron-right-icon-button'
|
|
1761
1832
|
},
|
|
1762
1833
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1763
1834
|
serializeShadowRoot,
|
|
@@ -1899,7 +1970,8 @@ const IxToast = /*@__PURE__*/ createComponent({
|
|
|
1899
1970
|
autoCloseDelay: 'auto-close-delay',
|
|
1900
1971
|
autoClose: 'auto-close',
|
|
1901
1972
|
icon: 'icon',
|
|
1902
|
-
iconColor: 'icon-color'
|
|
1973
|
+
iconColor: 'icon-color',
|
|
1974
|
+
ariaLabelCloseIconButton: 'aria-label-close-icon-button'
|
|
1903
1975
|
},
|
|
1904
1976
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1905
1977
|
serializeShadowRoot,
|
|
@@ -1953,12 +2025,12 @@ const IxToggleButton = /*@__PURE__*/ createComponent({
|
|
|
1953
2025
|
tagName: 'ix-toggle-button',
|
|
1954
2026
|
properties: {
|
|
1955
2027
|
variant: 'variant',
|
|
1956
|
-
outline: 'outline',
|
|
1957
|
-
ghost: 'ghost',
|
|
1958
2028
|
disabled: 'disabled',
|
|
1959
2029
|
loading: 'loading',
|
|
1960
2030
|
icon: 'icon',
|
|
1961
|
-
|
|
2031
|
+
iconRight: 'icon-right',
|
|
2032
|
+
pressed: 'pressed',
|
|
2033
|
+
ariaLabelButton: 'aria-label-button'
|
|
1962
2034
|
},
|
|
1963
2035
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1964
2036
|
serializeShadowRoot,
|