@siemens/ix-react 0.0.0-pr-1974-20250627142646 → 0.0.0-pr-2042-20250801111750
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/components.js +172 -172
- package/dist/components.js.map +1 -1
- package/dist/components.server.js +181 -122
- 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/toast/toast.js +16 -6
- package/dist/toast/toast.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/toast/toast.d.ts +3 -2
- 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,10 @@ const IxApplicationHeader = /*@__PURE__*/ createComponent({
|
|
|
147
149
|
tagName: 'ix-application-header',
|
|
148
150
|
properties: {
|
|
149
151
|
name: 'name',
|
|
150
|
-
showMenu: 'show-menu'
|
|
152
|
+
showMenu: 'show-menu',
|
|
153
|
+
ariaLabelMenuExpandIconButton: 'aria-label-menu-expand-icon-button',
|
|
154
|
+
ariaLabelAppSwitchIconButton: 'aria-label-app-switch-icon-button',
|
|
155
|
+
ariaLabelMoreMenuIconButton: 'aria-label-more-menu-icon-button'
|
|
151
156
|
},
|
|
152
157
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
153
158
|
serializeShadowRoot,
|
|
@@ -163,6 +168,7 @@ const IxApplicationHeader = /*@__PURE__*/ createComponent({
|
|
|
163
168
|
const IxAvatar = /*@__PURE__*/ createComponent({
|
|
164
169
|
tagName: 'ix-avatar',
|
|
165
170
|
properties: {
|
|
171
|
+
a11yLabel: 'a11y-label',
|
|
166
172
|
image: 'image',
|
|
167
173
|
initials: 'initials',
|
|
168
174
|
username: 'username',
|
|
@@ -231,6 +237,7 @@ const IxBreadcrumb = /*@__PURE__*/ createComponent({
|
|
|
231
237
|
const IxBreadcrumbItem = /*@__PURE__*/ createComponent({
|
|
232
238
|
tagName: 'ix-breadcrumb-item',
|
|
233
239
|
properties: {
|
|
240
|
+
ariaLabelButton: 'aria-label-button',
|
|
234
241
|
label: 'label',
|
|
235
242
|
icon: 'icon',
|
|
236
243
|
ghost: 'ghost',
|
|
@@ -249,6 +256,7 @@ const IxBreadcrumbItem = /*@__PURE__*/ createComponent({
|
|
|
249
256
|
const IxButton = /*@__PURE__*/ createComponent({
|
|
250
257
|
tagName: 'ix-button',
|
|
251
258
|
properties: {
|
|
259
|
+
ariaLabelButton: 'aria-label-button',
|
|
252
260
|
variant: 'variant',
|
|
253
261
|
outline: 'outline',
|
|
254
262
|
ghost: 'ghost',
|
|
@@ -284,7 +292,10 @@ const IxCard = /*@__PURE__*/ createComponent({
|
|
|
284
292
|
});
|
|
285
293
|
const IxCardAccordion = /*@__PURE__*/ createComponent({
|
|
286
294
|
tagName: 'ix-card-accordion',
|
|
287
|
-
properties: {
|
|
295
|
+
properties: {
|
|
296
|
+
ariaLabelExpandButton: 'aria-label-expand-button',
|
|
297
|
+
collapse: 'collapse'
|
|
298
|
+
},
|
|
288
299
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
289
300
|
serializeShadowRoot,
|
|
290
301
|
elementClass: IxCardAccordion$1,
|
|
@@ -307,6 +318,7 @@ const IxCardContent = /*@__PURE__*/ createComponent({
|
|
|
307
318
|
const IxCardList = /*@__PURE__*/ createComponent({
|
|
308
319
|
tagName: 'ix-card-list',
|
|
309
320
|
properties: {
|
|
321
|
+
ariaLabelExpandButton: 'aria-label-expand-button',
|
|
310
322
|
label: 'label',
|
|
311
323
|
collapse: 'collapse',
|
|
312
324
|
listStyle: 'list-style',
|
|
@@ -356,7 +368,10 @@ const IxCategoryFilter = /*@__PURE__*/ createComponent({
|
|
|
356
368
|
repeatCategories: 'repeat-categories',
|
|
357
369
|
tmpDisableScrollIntoView: 'tmp-disable-scroll-into-view',
|
|
358
370
|
labelCategories: 'label-categories',
|
|
359
|
-
i18nPlainText: 'i-1-8n-plain-text'
|
|
371
|
+
i18nPlainText: 'i-1-8n-plain-text',
|
|
372
|
+
ariaLabelResetButton: 'aria-label-reset-button',
|
|
373
|
+
ariaLabelOperatorButton: 'aria-label-operator-button',
|
|
374
|
+
ariaLabelFilterInput: 'aria-label-filter-input'
|
|
360
375
|
},
|
|
361
376
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
362
377
|
serializeShadowRoot,
|
|
@@ -426,7 +441,8 @@ const IxChip = /*@__PURE__*/ createComponent({
|
|
|
426
441
|
chipColor: 'chip-color',
|
|
427
442
|
outline: 'outline',
|
|
428
443
|
tooltipText: 'tooltip-text',
|
|
429
|
-
centerContent: 'center-content'
|
|
444
|
+
centerContent: 'center-content',
|
|
445
|
+
ariaLabelCloseButton: 'aria-label-close-button'
|
|
430
446
|
},
|
|
431
447
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
432
448
|
serializeShadowRoot,
|
|
@@ -515,6 +531,7 @@ const IxDateDropdown = /*@__PURE__*/ createComponent({
|
|
|
515
531
|
ghost: 'ghost',
|
|
516
532
|
loading: 'loading',
|
|
517
533
|
showWeekNumbers: 'show-week-numbers',
|
|
534
|
+
ariaLabelDropdownButton: 'aria-label-dropdown-button',
|
|
518
535
|
customRangeAllowed: 'custom-range-allowed',
|
|
519
536
|
dateRangeOptions: 'date-range-options',
|
|
520
537
|
locale: 'locale',
|
|
@@ -538,11 +555,14 @@ const IxDateInput = /*@__PURE__*/ createComponent({
|
|
|
538
555
|
name: 'name',
|
|
539
556
|
placeholder: 'placeholder',
|
|
540
557
|
value: 'value',
|
|
558
|
+
minDate: 'min-date',
|
|
559
|
+
maxDate: 'max-date',
|
|
541
560
|
locale: 'locale',
|
|
542
561
|
format: 'format',
|
|
543
562
|
required: 'required',
|
|
544
563
|
helperText: 'helper-text',
|
|
545
564
|
label: 'label',
|
|
565
|
+
ariaLabelCalendarButton: 'aria-label-calendar-button',
|
|
546
566
|
invalidText: 'invalid-text',
|
|
547
567
|
readonly: 'readonly',
|
|
548
568
|
disabled: 'disabled',
|
|
@@ -551,7 +571,10 @@ const IxDateInput = /*@__PURE__*/ createComponent({
|
|
|
551
571
|
validText: 'valid-text',
|
|
552
572
|
showTextAsTooltip: 'show-text-as-tooltip',
|
|
553
573
|
i18nErrorDateUnparsable: 'i18n-error-date-unparsable',
|
|
554
|
-
showWeekNumbers: 'show-week-numbers'
|
|
574
|
+
showWeekNumbers: 'show-week-numbers',
|
|
575
|
+
weekStartIndex: 'week-start-index',
|
|
576
|
+
ariaLabelPreviousMonthButton: 'aria-label-previous-month-button',
|
|
577
|
+
ariaLabelNextMonthButton: 'aria-label-next-month-button'
|
|
555
578
|
},
|
|
556
579
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
557
580
|
serializeShadowRoot,
|
|
@@ -575,6 +598,8 @@ const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
|
575
598
|
minDate: 'min-date',
|
|
576
599
|
maxDate: 'max-date',
|
|
577
600
|
i18nDone: 'i18n-done',
|
|
601
|
+
ariaLabelPreviousMonthButton: 'aria-label-previous-month-button',
|
|
602
|
+
ariaLabelNextMonthButton: 'aria-label-next-month-button',
|
|
578
603
|
weekStartIndex: 'week-start-index',
|
|
579
604
|
locale: 'locale',
|
|
580
605
|
showWeekNumbers: 'show-week-numbers',
|
|
@@ -611,6 +636,8 @@ const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
|
611
636
|
timeReference: 'time-reference',
|
|
612
637
|
i18nDone: 'i18n-done',
|
|
613
638
|
i18nTime: 'i-1-8n-time',
|
|
639
|
+
ariaLabelPreviousMonthButton: 'aria-label-previous-month-button',
|
|
640
|
+
ariaLabelNextMonthButton: 'aria-label-next-month-button',
|
|
614
641
|
weekStartIndex: 'week-start-index',
|
|
615
642
|
locale: 'locale',
|
|
616
643
|
showWeekNumbers: 'show-week-numbers'
|
|
@@ -646,7 +673,8 @@ const IxDrawer = /*@__PURE__*/ createComponent({
|
|
|
646
673
|
fullHeight: 'full-height',
|
|
647
674
|
minWidth: 'min-width',
|
|
648
675
|
maxWidth: 'max-width',
|
|
649
|
-
width: 'width'
|
|
676
|
+
width: 'width',
|
|
677
|
+
ariaLabelCloseButton: 'aria-label-close-button'
|
|
650
678
|
},
|
|
651
679
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
652
680
|
serializeShadowRoot,
|
|
@@ -694,7 +722,8 @@ const IxDropdownButton = /*@__PURE__*/ createComponent({
|
|
|
694
722
|
label: 'label',
|
|
695
723
|
icon: 'icon',
|
|
696
724
|
closeBehavior: 'close-behavior',
|
|
697
|
-
placement: 'placement'
|
|
725
|
+
placement: 'placement',
|
|
726
|
+
ariaLabelDropdownButton: 'aria-label-dropdown-button'
|
|
698
727
|
},
|
|
699
728
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
700
729
|
serializeShadowRoot,
|
|
@@ -720,6 +749,8 @@ const IxDropdownItem = /*@__PURE__*/ createComponent({
|
|
|
720
749
|
properties: {
|
|
721
750
|
label: 'label',
|
|
722
751
|
icon: 'icon',
|
|
752
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
753
|
+
ariaLabelButton: 'aria-label-button',
|
|
723
754
|
hover: 'hover',
|
|
724
755
|
disabled: 'disabled',
|
|
725
756
|
checked: 'checked',
|
|
@@ -752,7 +783,8 @@ const IxEmptyState = /*@__PURE__*/ createComponent({
|
|
|
752
783
|
icon: 'icon',
|
|
753
784
|
header: 'header',
|
|
754
785
|
subHeader: 'sub-header',
|
|
755
|
-
action: 'action'
|
|
786
|
+
action: 'action',
|
|
787
|
+
ariaLabelEmptyStateIcon: 'aria-label-empty-state-icon'
|
|
756
788
|
},
|
|
757
789
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
758
790
|
serializeShadowRoot,
|
|
@@ -803,7 +835,10 @@ const IxExpandingSearch = /*@__PURE__*/ createComponent({
|
|
|
803
835
|
fullWidth: 'full-width',
|
|
804
836
|
variant: 'variant',
|
|
805
837
|
outline: 'outline',
|
|
806
|
-
ghost: 'ghost'
|
|
838
|
+
ghost: 'ghost',
|
|
839
|
+
ariaLabelSearchIconButton: 'aria-label-search-icon-button',
|
|
840
|
+
ariaLabelClearIconButton: 'aria-label-clear-icon-button',
|
|
841
|
+
ariaLabelSearchInput: 'aria-label-search-input'
|
|
807
842
|
},
|
|
808
843
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
809
844
|
serializeShadowRoot,
|
|
@@ -833,7 +868,8 @@ const IxFilterChip = /*@__PURE__*/ createComponent({
|
|
|
833
868
|
tagName: 'ix-filter-chip',
|
|
834
869
|
properties: {
|
|
835
870
|
disabled: 'disabled',
|
|
836
|
-
readonly: 'readonly'
|
|
871
|
+
readonly: 'readonly',
|
|
872
|
+
ariaLabelCloseIconButton: 'aria-label-close-icon-button'
|
|
837
873
|
},
|
|
838
874
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
839
875
|
serializeShadowRoot,
|
|
@@ -849,7 +885,8 @@ const IxFlipTile = /*@__PURE__*/ createComponent({
|
|
|
849
885
|
state: 'state',
|
|
850
886
|
height: 'height',
|
|
851
887
|
width: 'width',
|
|
852
|
-
index: 'index'
|
|
888
|
+
index: 'index',
|
|
889
|
+
ariaLabelEyeIconButton: 'aria-label-eye-icon-button'
|
|
853
890
|
},
|
|
854
891
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
855
892
|
serializeShadowRoot,
|
|
@@ -908,6 +945,7 @@ const IxGroupItem = /*@__PURE__*/ createComponent({
|
|
|
908
945
|
tagName: 'ix-group-item',
|
|
909
946
|
properties: {
|
|
910
947
|
icon: 'icon',
|
|
948
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
911
949
|
text: 'text',
|
|
912
950
|
secondaryText: 'secondary-text',
|
|
913
951
|
suppressSelection: 'suppress-selection',
|
|
@@ -975,7 +1013,8 @@ const IxIconToggleButton = /*@__PURE__*/ createComponent({
|
|
|
975
1013
|
pressed: 'pressed',
|
|
976
1014
|
size: 'size',
|
|
977
1015
|
disabled: 'disabled',
|
|
978
|
-
loading: 'loading'
|
|
1016
|
+
loading: 'loading',
|
|
1017
|
+
ariaLabelIconButton: 'aria-label-icon-button'
|
|
979
1018
|
},
|
|
980
1019
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
981
1020
|
serializeShadowRoot,
|
|
@@ -1034,6 +1073,7 @@ const IxKeyValue = /*@__PURE__*/ createComponent({
|
|
|
1034
1073
|
tagName: 'ix-key-value',
|
|
1035
1074
|
properties: {
|
|
1036
1075
|
icon: 'icon',
|
|
1076
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
1037
1077
|
label: 'label',
|
|
1038
1078
|
labelPosition: 'label-position',
|
|
1039
1079
|
value: 'value'
|
|
@@ -1061,6 +1101,8 @@ const IxKpi = /*@__PURE__*/ createComponent({
|
|
|
1061
1101
|
tagName: 'ix-kpi',
|
|
1062
1102
|
properties: {
|
|
1063
1103
|
label: 'label',
|
|
1104
|
+
ariaLabelAlarmIcon: 'aria-label-alarm-icon',
|
|
1105
|
+
ariaLabelWarningIcon: 'aria-label-warning-icon',
|
|
1064
1106
|
value: 'value',
|
|
1065
1107
|
unit: 'unit',
|
|
1066
1108
|
state: 'state',
|
|
@@ -1120,7 +1162,8 @@ const IxMapNavigation = /*@__PURE__*/ createComponent({
|
|
|
1120
1162
|
properties: {
|
|
1121
1163
|
applicationName: 'application-name',
|
|
1122
1164
|
navigationTitle: 'navigation-title',
|
|
1123
|
-
hideContextMenu: 'hide-context-menu'
|
|
1165
|
+
hideContextMenu: 'hide-context-menu',
|
|
1166
|
+
ariaLabelContextIconButton: 'aria-label-context-icon-button'
|
|
1124
1167
|
},
|
|
1125
1168
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1126
1169
|
serializeShadowRoot,
|
|
@@ -1138,6 +1181,8 @@ const IxMapNavigationOverlay = /*@__PURE__*/ createComponent({
|
|
|
1138
1181
|
properties: {
|
|
1139
1182
|
name: 'name',
|
|
1140
1183
|
icon: 'icon',
|
|
1184
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
1185
|
+
ariaLabelCloseIconButton: 'aria-label-close-icon-button',
|
|
1141
1186
|
color: 'color',
|
|
1142
1187
|
iconColor: 'icon-color'
|
|
1143
1188
|
},
|
|
@@ -1395,6 +1440,8 @@ const IxModalHeader = /*@__PURE__*/ createComponent({
|
|
|
1395
1440
|
properties: {
|
|
1396
1441
|
hideClose: 'hide-close',
|
|
1397
1442
|
icon: 'icon',
|
|
1443
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
1444
|
+
ariaLabelCloseIconButton: 'aria-label-close-icon-button',
|
|
1398
1445
|
iconColor: 'icon-color'
|
|
1399
1446
|
},
|
|
1400
1447
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
@@ -1450,7 +1497,9 @@ const IxPagination = /*@__PURE__*/ createComponent({
|
|
|
1450
1497
|
selectedPage: 'selected-page',
|
|
1451
1498
|
i18nPage: 'i-1-8n-page',
|
|
1452
1499
|
i18nOf: 'i-1-8n-of',
|
|
1453
|
-
i18nItems: 'i-1-8n-items'
|
|
1500
|
+
i18nItems: 'i-1-8n-items',
|
|
1501
|
+
ariaLabelChevronLeftIconButton: 'aria-label-chevron-left-icon-button',
|
|
1502
|
+
ariaLabelChevronRightIconButton: 'aria-label-chevron-right-icon-button'
|
|
1454
1503
|
},
|
|
1455
1504
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1456
1505
|
serializeShadowRoot,
|
|
@@ -1474,6 +1523,7 @@ const IxPane = /*@__PURE__*/ createComponent({
|
|
|
1474
1523
|
expanded: 'expanded',
|
|
1475
1524
|
composition: 'composition',
|
|
1476
1525
|
icon: 'icon',
|
|
1526
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
1477
1527
|
ignoreLayoutSettings: 'ignore-layout-settings',
|
|
1478
1528
|
isMobile: 'is-mobile'
|
|
1479
1529
|
},
|
|
@@ -1510,6 +1560,7 @@ const IxPill = /*@__PURE__*/ createComponent({
|
|
|
1510
1560
|
variant: 'variant',
|
|
1511
1561
|
outline: 'outline',
|
|
1512
1562
|
icon: 'icon',
|
|
1563
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
1513
1564
|
background: 'background',
|
|
1514
1565
|
pillColor: 'pill-color',
|
|
1515
1566
|
alignLeft: 'align-left',
|
|
@@ -1549,6 +1600,7 @@ const IxPushCard = /*@__PURE__*/ createComponent({
|
|
|
1549
1600
|
tagName: 'ix-push-card',
|
|
1550
1601
|
properties: {
|
|
1551
1602
|
icon: 'icon',
|
|
1603
|
+
ariaLabelIcon: 'aria-label-icon',
|
|
1552
1604
|
notification: 'notification',
|
|
1553
1605
|
heading: 'heading',
|
|
1554
1606
|
subheading: 'subheading',
|
|
@@ -1624,6 +1676,8 @@ const IxSelect = /*@__PURE__*/ createComponent({
|
|
|
1624
1676
|
name: 'name',
|
|
1625
1677
|
required: 'required',
|
|
1626
1678
|
label: 'label',
|
|
1679
|
+
ariaLabelChevronDownIconButton: 'aria-label-chevron-down-icon-button',
|
|
1680
|
+
ariaLabelClearIconButton: 'aria-label-clear-icon-button',
|
|
1627
1681
|
warningText: 'warning-text',
|
|
1628
1682
|
infoText: 'info-text',
|
|
1629
1683
|
invalidText: 'invalid-text',
|
|
@@ -1717,8 +1771,10 @@ const IxSplitButton = /*@__PURE__*/ createComponent({
|
|
|
1717
1771
|
outline: 'outline',
|
|
1718
1772
|
ghost: 'ghost',
|
|
1719
1773
|
label: 'label',
|
|
1774
|
+
ariaLabelButton: 'aria-label-button',
|
|
1720
1775
|
icon: 'icon',
|
|
1721
1776
|
splitIcon: 'split-icon',
|
|
1777
|
+
ariaLabelSplitIconButton: 'aria-label-split-icon-button',
|
|
1722
1778
|
disabled: 'disabled',
|
|
1723
1779
|
placement: 'placement'
|
|
1724
1780
|
},
|
|
@@ -1757,7 +1813,9 @@ const IxTabs = /*@__PURE__*/ createComponent({
|
|
|
1757
1813
|
rounded: 'rounded',
|
|
1758
1814
|
selected: 'selected',
|
|
1759
1815
|
layout: 'layout',
|
|
1760
|
-
placement: 'placement'
|
|
1816
|
+
placement: 'placement',
|
|
1817
|
+
ariaLabelChevronLeftIconButton: 'aria-label-chevron-left-icon-button',
|
|
1818
|
+
ariaLabelChevronRightIconButton: 'aria-label-chevron-right-icon-button'
|
|
1761
1819
|
},
|
|
1762
1820
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1763
1821
|
serializeShadowRoot,
|
|
@@ -1820,7 +1878,6 @@ const IxTimeInput = /*@__PURE__*/ createComponent({
|
|
|
1820
1878
|
name: 'name',
|
|
1821
1879
|
placeholder: 'placeholder',
|
|
1822
1880
|
value: 'value',
|
|
1823
|
-
locale: 'locale',
|
|
1824
1881
|
format: 'format',
|
|
1825
1882
|
required: 'required',
|
|
1826
1883
|
helperText: 'helper-text',
|
|
@@ -1900,7 +1957,8 @@ const IxToast = /*@__PURE__*/ createComponent({
|
|
|
1900
1957
|
autoCloseDelay: 'auto-close-delay',
|
|
1901
1958
|
autoClose: 'auto-close',
|
|
1902
1959
|
icon: 'icon',
|
|
1903
|
-
iconColor: 'icon-color'
|
|
1960
|
+
iconColor: 'icon-color',
|
|
1961
|
+
ariaLabelCloseIconButton: 'aria-label-close-icon-button'
|
|
1904
1962
|
},
|
|
1905
1963
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1906
1964
|
serializeShadowRoot,
|
|
@@ -1959,7 +2017,8 @@ const IxToggleButton = /*@__PURE__*/ createComponent({
|
|
|
1959
2017
|
disabled: 'disabled',
|
|
1960
2018
|
loading: 'loading',
|
|
1961
2019
|
icon: 'icon',
|
|
1962
|
-
pressed: 'pressed'
|
|
2020
|
+
pressed: 'pressed',
|
|
2021
|
+
ariaLabelButton: 'aria-label-button'
|
|
1963
2022
|
},
|
|
1964
2023
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1965
2024
|
serializeShadowRoot,
|