@siemens/ix-react 0.0.0-pr-2155-20250929074944 → 0.0.0-pr-2166-20251001083917
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 +106 -124
- package/dist/components.js.map +1 -1
- package/dist/components.server.js +45 -73
- package/dist/components.server.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/tree/tree.js.map +1 -1
- package/dist/types/components.d.ts +1 -7
- package/dist/types/components.server.d.ts +1 -7
- package/dist/types/tree/tree.d.ts +2 -2
- package/package.json +3 -3
|
@@ -101,7 +101,7 @@ const IxBreadcrumb = /*@__PURE__*/ createComponent({
|
|
|
101
101
|
properties: {
|
|
102
102
|
visibleItemCount: 'visible-item-count',
|
|
103
103
|
nextItems: 'next-items',
|
|
104
|
-
|
|
104
|
+
subtle: 'subtle',
|
|
105
105
|
ariaLabelPreviousButton: 'aria-label-previous-button'
|
|
106
106
|
},
|
|
107
107
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
@@ -117,9 +117,9 @@ const IxBreadcrumbItem = /*@__PURE__*/ createComponent({
|
|
|
117
117
|
href: 'href',
|
|
118
118
|
target: 'target',
|
|
119
119
|
rel: 'rel',
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
120
|
+
subtle: 'subtle',
|
|
121
|
+
invisible: 'invisible',
|
|
122
|
+
hideChevron: 'hide-chevron',
|
|
123
123
|
isDropdownTrigger: 'is-dropdown-trigger'
|
|
124
124
|
},
|
|
125
125
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
@@ -186,8 +186,8 @@ const IxCardList = /*@__PURE__*/ createComponent({
|
|
|
186
186
|
showAllCount: 'show-all-count',
|
|
187
187
|
suppressOverflowHandling: 'suppress-overflow-handling',
|
|
188
188
|
hideShowAll: 'hide-show-all',
|
|
189
|
-
i18nShowAll: '
|
|
190
|
-
i18nMoreCards: '
|
|
189
|
+
i18nShowAll: 'i18n-show-all',
|
|
190
|
+
i18nMoreCards: 'i18n-more-cards'
|
|
191
191
|
},
|
|
192
192
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
193
193
|
clientModule: clientComponents.IxCardList,
|
|
@@ -213,10 +213,9 @@ const IxCategoryFilter = /*@__PURE__*/ createComponent({
|
|
|
213
213
|
icon: 'icon',
|
|
214
214
|
hideIcon: 'hide-icon',
|
|
215
215
|
staticOperator: 'static-operator',
|
|
216
|
-
|
|
217
|
-
tmpDisableScrollIntoView: 'tmp-disable-scroll-into-view',
|
|
216
|
+
uniqueCategories: 'unique-categories',
|
|
218
217
|
labelCategories: 'label-categories',
|
|
219
|
-
i18nPlainText: '
|
|
218
|
+
i18nPlainText: 'i18n-plain-text',
|
|
220
219
|
ariaLabelResetButton: 'aria-label-reset-button',
|
|
221
220
|
ariaLabelOperatorButton: 'aria-label-operator-button',
|
|
222
221
|
ariaLabelFilterInput: 'aria-label-filter-input'
|
|
@@ -261,7 +260,7 @@ const IxChip = /*@__PURE__*/ createComponent({
|
|
|
261
260
|
tagName: 'ix-chip',
|
|
262
261
|
properties: {
|
|
263
262
|
variant: 'variant',
|
|
264
|
-
|
|
263
|
+
inactive: 'inactive',
|
|
265
264
|
closable: 'closable',
|
|
266
265
|
icon: 'icon',
|
|
267
266
|
background: 'background',
|
|
@@ -327,7 +326,7 @@ const IxDateDropdown = /*@__PURE__*/ createComponent({
|
|
|
327
326
|
properties: {
|
|
328
327
|
disabled: 'disabled',
|
|
329
328
|
format: 'format',
|
|
330
|
-
|
|
329
|
+
singleSelection: 'single-selection',
|
|
331
330
|
from: 'from',
|
|
332
331
|
to: 'to',
|
|
333
332
|
minDate: 'min-date',
|
|
@@ -337,7 +336,7 @@ const IxDateDropdown = /*@__PURE__*/ createComponent({
|
|
|
337
336
|
loading: 'loading',
|
|
338
337
|
showWeekNumbers: 'show-week-numbers',
|
|
339
338
|
ariaLabelDropdownButton: 'aria-label-dropdown-button',
|
|
340
|
-
|
|
339
|
+
customRangeDisabled: 'custom-range-disabled',
|
|
341
340
|
dateRangeOptions: 'date-range-options',
|
|
342
341
|
locale: 'locale',
|
|
343
342
|
weekStartIndex: 'week-start-index',
|
|
@@ -385,7 +384,7 @@ const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
|
385
384
|
tagName: 'ix-date-picker',
|
|
386
385
|
properties: {
|
|
387
386
|
format: 'format',
|
|
388
|
-
|
|
387
|
+
singleSelection: 'single-selection',
|
|
389
388
|
corners: 'corners',
|
|
390
389
|
from: 'from',
|
|
391
390
|
to: 'to',
|
|
@@ -397,7 +396,7 @@ const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
|
397
396
|
weekStartIndex: 'week-start-index',
|
|
398
397
|
locale: 'locale',
|
|
399
398
|
showWeekNumbers: 'show-week-numbers',
|
|
400
|
-
|
|
399
|
+
embedded: 'embedded',
|
|
401
400
|
today: 'today'
|
|
402
401
|
},
|
|
403
402
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
@@ -407,10 +406,7 @@ const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
|
407
406
|
const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
408
407
|
tagName: 'ix-datetime-picker',
|
|
409
408
|
properties: {
|
|
410
|
-
|
|
411
|
-
showHour: 'show-hour',
|
|
412
|
-
showMinutes: 'show-minutes',
|
|
413
|
-
showSeconds: 'show-seconds',
|
|
409
|
+
singleSelection: 'single-selection',
|
|
414
410
|
minDate: 'min-date',
|
|
415
411
|
maxDate: 'max-date',
|
|
416
412
|
dateFormat: 'date-format',
|
|
@@ -421,7 +417,7 @@ const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
|
421
417
|
showTimeReference: 'show-time-reference',
|
|
422
418
|
timeReference: 'time-reference',
|
|
423
419
|
i18nDone: 'i18n-done',
|
|
424
|
-
i18nTime: '
|
|
420
|
+
i18nTime: 'i18n-time',
|
|
425
421
|
ariaLabelPreviousMonthButton: 'aria-label-previous-month-button',
|
|
426
422
|
ariaLabelNextMonthButton: 'aria-label-next-month-button',
|
|
427
423
|
weekStartIndex: 'week-start-index',
|
|
@@ -625,7 +621,7 @@ const IxGroup = /*@__PURE__*/ createComponent({
|
|
|
625
621
|
suppressHeaderSelection: 'suppress-header-selection',
|
|
626
622
|
header: 'header',
|
|
627
623
|
subHeader: 'sub-header',
|
|
628
|
-
|
|
624
|
+
expanded: 'expanded',
|
|
629
625
|
selected: 'selected',
|
|
630
626
|
index: 'index',
|
|
631
627
|
expandOnHeaderClick: 'expand-on-header-click'
|
|
@@ -649,8 +645,9 @@ const IxGroupItem = /*@__PURE__*/ createComponent({
|
|
|
649
645
|
text: 'text',
|
|
650
646
|
secondaryText: 'secondary-text',
|
|
651
647
|
suppressSelection: 'suppress-selection',
|
|
648
|
+
groupFooter: 'group-footer',
|
|
652
649
|
selected: 'selected',
|
|
653
|
-
|
|
650
|
+
disabled: 'disabled',
|
|
654
651
|
index: 'index'
|
|
655
652
|
},
|
|
656
653
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
@@ -732,13 +729,6 @@ const IxInput = /*@__PURE__*/ createComponent({
|
|
|
732
729
|
clientModule: clientComponents.IxInput,
|
|
733
730
|
serializeShadowRoot,
|
|
734
731
|
});
|
|
735
|
-
const IxInputGroup = /*@__PURE__*/ createComponent({
|
|
736
|
-
tagName: 'ix-input-group',
|
|
737
|
-
properties: {},
|
|
738
|
-
hydrateModule: import('@siemens/ix/hydrate'),
|
|
739
|
-
clientModule: clientComponents.IxInputGroup,
|
|
740
|
-
serializeShadowRoot,
|
|
741
|
-
});
|
|
742
732
|
const IxKeyValue = /*@__PURE__*/ createComponent({
|
|
743
733
|
tagName: 'ix-key-value',
|
|
744
734
|
properties: {
|
|
@@ -835,19 +825,18 @@ const IxMenu = /*@__PURE__*/ createComponent({
|
|
|
835
825
|
showSettings: 'show-settings',
|
|
836
826
|
showAbout: 'show-about',
|
|
837
827
|
enableToggleTheme: 'enable-toggle-theme',
|
|
838
|
-
enableSettings: 'enable-settings',
|
|
839
828
|
enableMapExpand: 'enable-map-expand',
|
|
840
829
|
applicationName: 'application-name',
|
|
841
830
|
applicationDescription: 'application-description',
|
|
842
|
-
i18nExpandSidebar: '
|
|
831
|
+
i18nExpandSidebar: 'i18n-expand-sidebar',
|
|
843
832
|
expand: 'expand',
|
|
844
833
|
startExpanded: 'start-expanded',
|
|
845
834
|
pinned: 'pinned',
|
|
846
|
-
i18nLegal: '
|
|
847
|
-
i18nSettings: '
|
|
848
|
-
i18nToggleTheme: '
|
|
849
|
-
i18nExpand: '
|
|
850
|
-
i18nCollapse: '
|
|
835
|
+
i18nLegal: 'i18n-legal',
|
|
836
|
+
i18nSettings: 'i18n-settings',
|
|
837
|
+
i18nToggleTheme: 'i18n-toggle-theme',
|
|
838
|
+
i18nExpand: 'i18n-expand',
|
|
839
|
+
i18nCollapse: 'i18n-collapse'
|
|
851
840
|
},
|
|
852
841
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
853
842
|
clientModule: clientComponents.IxMenu,
|
|
@@ -876,7 +865,7 @@ const IxMenuAboutNews = /*@__PURE__*/ createComponent({
|
|
|
876
865
|
properties: {
|
|
877
866
|
show: 'show',
|
|
878
867
|
label: 'label',
|
|
879
|
-
i18nShowMore: '
|
|
868
|
+
i18nShowMore: 'i18n-show-more',
|
|
880
869
|
aboutItemLabel: 'about-item-label',
|
|
881
870
|
offsetBottom: 'offset-bottom',
|
|
882
871
|
expanded: 'expanded'
|
|
@@ -892,8 +881,8 @@ const IxMenuAvatar = /*@__PURE__*/ createComponent({
|
|
|
892
881
|
bottom: 'bottom',
|
|
893
882
|
image: 'image',
|
|
894
883
|
initials: 'initials',
|
|
895
|
-
i18nLogout: '
|
|
896
|
-
|
|
884
|
+
i18nLogout: 'i18n-logout',
|
|
885
|
+
hideLogoutButton: 'hide-logout-button'
|
|
897
886
|
},
|
|
898
887
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
899
888
|
clientModule: clientComponents.IxMenuAvatar,
|
|
@@ -963,7 +952,7 @@ const IxMessageBar = /*@__PURE__*/ createComponent({
|
|
|
963
952
|
tagName: 'ix-message-bar',
|
|
964
953
|
properties: {
|
|
965
954
|
type: 'type',
|
|
966
|
-
|
|
955
|
+
persistent: 'persistent'
|
|
967
956
|
},
|
|
968
957
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
969
958
|
clientModule: clientComponents.IxMessageBar,
|
|
@@ -973,12 +962,12 @@ const IxModal = /*@__PURE__*/ createComponent({
|
|
|
973
962
|
tagName: 'ix-modal',
|
|
974
963
|
properties: {
|
|
975
964
|
size: 'size',
|
|
976
|
-
|
|
977
|
-
|
|
965
|
+
disableAnimation: 'disable-animation',
|
|
966
|
+
hideBackdrop: 'hide-backdrop',
|
|
978
967
|
closeOnBackdropClick: 'close-on-backdrop-click',
|
|
979
968
|
beforeDismiss: 'before-dismiss',
|
|
980
969
|
centered: 'centered',
|
|
981
|
-
|
|
970
|
+
disableEscapeClose: 'disable-escape-close'
|
|
982
971
|
},
|
|
983
972
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
984
973
|
clientModule: clientComponents.IxModal,
|
|
@@ -1043,12 +1032,12 @@ const IxPagination = /*@__PURE__*/ createComponent({
|
|
|
1043
1032
|
properties: {
|
|
1044
1033
|
advanced: 'advanced',
|
|
1045
1034
|
itemCount: 'item-count',
|
|
1046
|
-
|
|
1035
|
+
hideItemCount: 'hide-item-count',
|
|
1047
1036
|
count: 'count',
|
|
1048
1037
|
selectedPage: 'selected-page',
|
|
1049
|
-
i18nPage: '
|
|
1050
|
-
i18nOf: '
|
|
1051
|
-
i18nItems: '
|
|
1038
|
+
i18nPage: 'i18n-page',
|
|
1039
|
+
i18nOf: 'i18n-of',
|
|
1040
|
+
i18nItems: 'i18n-items',
|
|
1052
1041
|
ariaLabelChevronLeftIconButton: 'aria-label-chevron-left-icon-button',
|
|
1053
1042
|
ariaLabelChevronRightIconButton: 'aria-label-chevron-right-icon-button'
|
|
1054
1043
|
},
|
|
@@ -1131,7 +1120,7 @@ const IxPushCard = /*@__PURE__*/ createComponent({
|
|
|
1131
1120
|
heading: 'heading',
|
|
1132
1121
|
subheading: 'subheading',
|
|
1133
1122
|
variant: 'variant',
|
|
1134
|
-
|
|
1123
|
+
expanded: 'expanded'
|
|
1135
1124
|
},
|
|
1136
1125
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1137
1126
|
clientModule: clientComponents.IxPushCard,
|
|
@@ -1196,10 +1185,10 @@ const IxSelect = /*@__PURE__*/ createComponent({
|
|
|
1196
1185
|
editable: 'editable',
|
|
1197
1186
|
disabled: 'disabled',
|
|
1198
1187
|
readonly: 'readonly',
|
|
1199
|
-
i18nPlaceholder: '
|
|
1200
|
-
i18nPlaceholderEditable: '
|
|
1201
|
-
i18nSelectListHeader: '
|
|
1202
|
-
i18nNoMatches: '
|
|
1188
|
+
i18nPlaceholder: 'i18n-placeholder',
|
|
1189
|
+
i18nPlaceholderEditable: 'i18n-placeholder-editable',
|
|
1190
|
+
i18nSelectListHeader: 'i18n-select-list-header',
|
|
1191
|
+
i18nNoMatches: 'i18n-no-matches',
|
|
1203
1192
|
hideListHeader: 'hide-list-header',
|
|
1204
1193
|
dropdownWidth: 'dropdown-width',
|
|
1205
1194
|
dropdownMaxWidth: 'dropdown-max-width'
|
|
@@ -1369,21 +1358,15 @@ const IxTimePicker = /*@__PURE__*/ createComponent({
|
|
|
1369
1358
|
properties: {
|
|
1370
1359
|
format: 'format',
|
|
1371
1360
|
corners: 'corners',
|
|
1372
|
-
|
|
1361
|
+
embedded: 'embedded',
|
|
1373
1362
|
dateTimePickerAppearance: 'date-time-picker-appearance',
|
|
1374
|
-
showHour: 'show-hour',
|
|
1375
|
-
showMinutes: 'show-minutes',
|
|
1376
|
-
showSeconds: 'show-seconds',
|
|
1377
1363
|
hideHeader: 'hide-header',
|
|
1378
1364
|
hourInterval: 'hour-interval',
|
|
1379
1365
|
minuteInterval: 'minute-interval',
|
|
1380
1366
|
secondInterval: 'second-interval',
|
|
1381
1367
|
millisecondInterval: 'millisecond-interval',
|
|
1382
1368
|
time: 'time',
|
|
1383
|
-
timeReference: 'time-reference',
|
|
1384
|
-
textSelectTime: 'text-select-time',
|
|
1385
1369
|
i18nConfirmTime: 'i18n-confirm-time',
|
|
1386
|
-
textTime: 'text-time',
|
|
1387
1370
|
i18nHeader: 'i18n-header',
|
|
1388
1371
|
i18nHourColumnHeader: 'i18n-column-header',
|
|
1389
1372
|
i18nMinuteColumnHeader: 'i18n-minute-column-header',
|
|
@@ -1400,7 +1383,7 @@ const IxToast = /*@__PURE__*/ createComponent({
|
|
|
1400
1383
|
type: 'type',
|
|
1401
1384
|
toastTitle: 'toast-title',
|
|
1402
1385
|
autoCloseDelay: 'auto-close-delay',
|
|
1403
|
-
|
|
1386
|
+
preventAutoClose: 'prevent-auto-close',
|
|
1404
1387
|
icon: 'icon',
|
|
1405
1388
|
iconColor: 'icon-color',
|
|
1406
1389
|
ariaLabelCloseIconButton: 'aria-label-close-icon-button'
|
|
@@ -1492,24 +1475,13 @@ const IxUpload = /*@__PURE__*/ createComponent({
|
|
|
1492
1475
|
loadingText: 'loading-text',
|
|
1493
1476
|
uploadFailedText: 'upload-failed-text',
|
|
1494
1477
|
uploadSuccessText: 'upload-success-text',
|
|
1495
|
-
i18nUploadFile: '
|
|
1496
|
-
i18nUploadDisabled: '
|
|
1478
|
+
i18nUploadFile: 'i18n-upload-file',
|
|
1479
|
+
i18nUploadDisabled: 'i18n-upload-disabled'
|
|
1497
1480
|
},
|
|
1498
1481
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1499
1482
|
clientModule: clientComponents.IxUpload,
|
|
1500
1483
|
serializeShadowRoot,
|
|
1501
1484
|
});
|
|
1502
|
-
const IxValidationTooltip = /*@__PURE__*/ createComponent({
|
|
1503
|
-
tagName: 'ix-validation-tooltip',
|
|
1504
|
-
properties: {
|
|
1505
|
-
message: 'message',
|
|
1506
|
-
placement: 'placement',
|
|
1507
|
-
suppressAutomaticPlacement: 'suppress-automatic-placement'
|
|
1508
|
-
},
|
|
1509
|
-
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1510
|
-
clientModule: clientComponents.IxValidationTooltip,
|
|
1511
|
-
serializeShadowRoot,
|
|
1512
|
-
});
|
|
1513
1485
|
const IxWorkflowStep = /*@__PURE__*/ createComponent({
|
|
1514
1486
|
tagName: 'ix-workflow-step',
|
|
1515
1487
|
properties: {
|
|
@@ -1536,5 +1508,5 @@ const IxWorkflowSteps = /*@__PURE__*/ createComponent({
|
|
|
1536
1508
|
serializeShadowRoot,
|
|
1537
1509
|
});
|
|
1538
1510
|
|
|
1539
|
-
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput,
|
|
1511
|
+
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, serializeShadowRoot };
|
|
1540
1512
|
//# sourceMappingURL=components.server.js.map
|