@siemens/ix-react 0.0.0-pr-2198-20251023082407 → 0.0.0-v4-next-20251103080000
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.
|
@@ -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'),
|
|
@@ -213,8 +213,7 @@ 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
218
|
i18nPlainText: 'i18n-plain-text',
|
|
220
219
|
ariaLabelResetButton: 'aria-label-reset-button',
|
|
@@ -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',
|
|
@@ -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'),
|
|
@@ -835,7 +832,6 @@ const IxMenu = /*@__PURE__*/ createComponent({
|
|
|
835
832
|
showSettings: 'show-settings',
|
|
836
833
|
showAbout: 'show-about',
|
|
837
834
|
enableToggleTheme: 'enable-toggle-theme',
|
|
838
|
-
enableSettings: 'enable-settings',
|
|
839
835
|
enableMapExpand: 'enable-map-expand',
|
|
840
836
|
applicationName: 'application-name',
|
|
841
837
|
applicationDescription: 'application-description',
|
|
@@ -878,7 +874,6 @@ const IxMenuAboutNews = /*@__PURE__*/ createComponent({
|
|
|
878
874
|
label: 'label',
|
|
879
875
|
i18nShowMore: 'i18n-show-more',
|
|
880
876
|
aboutItemLabel: 'about-item-label',
|
|
881
|
-
offsetBottom: 'offset-bottom',
|
|
882
877
|
expanded: 'expanded'
|
|
883
878
|
},
|
|
884
879
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
@@ -893,7 +888,7 @@ const IxMenuAvatar = /*@__PURE__*/ createComponent({
|
|
|
893
888
|
image: 'image',
|
|
894
889
|
initials: 'initials',
|
|
895
890
|
i18nLogout: 'i18n-logout',
|
|
896
|
-
|
|
891
|
+
hideLogoutButton: 'hide-logout-button'
|
|
897
892
|
},
|
|
898
893
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
899
894
|
clientModule: clientComponents.IxMenuAvatar,
|
|
@@ -963,7 +958,7 @@ const IxMessageBar = /*@__PURE__*/ createComponent({
|
|
|
963
958
|
tagName: 'ix-message-bar',
|
|
964
959
|
properties: {
|
|
965
960
|
type: 'type',
|
|
966
|
-
|
|
961
|
+
persistent: 'persistent'
|
|
967
962
|
},
|
|
968
963
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
969
964
|
clientModule: clientComponents.IxMessageBar,
|
|
@@ -973,12 +968,12 @@ const IxModal = /*@__PURE__*/ createComponent({
|
|
|
973
968
|
tagName: 'ix-modal',
|
|
974
969
|
properties: {
|
|
975
970
|
size: 'size',
|
|
976
|
-
|
|
977
|
-
|
|
971
|
+
disableAnimation: 'disable-animation',
|
|
972
|
+
hideBackdrop: 'hide-backdrop',
|
|
978
973
|
closeOnBackdropClick: 'close-on-backdrop-click',
|
|
979
974
|
beforeDismiss: 'before-dismiss',
|
|
980
975
|
centered: 'centered',
|
|
981
|
-
|
|
976
|
+
disableEscapeClose: 'disable-escape-close'
|
|
982
977
|
},
|
|
983
978
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
984
979
|
clientModule: clientComponents.IxModal,
|
|
@@ -1043,7 +1038,7 @@ const IxPagination = /*@__PURE__*/ createComponent({
|
|
|
1043
1038
|
properties: {
|
|
1044
1039
|
advanced: 'advanced',
|
|
1045
1040
|
itemCount: 'item-count',
|
|
1046
|
-
|
|
1041
|
+
hideItemCount: 'hide-item-count',
|
|
1047
1042
|
count: 'count',
|
|
1048
1043
|
selectedPage: 'selected-page',
|
|
1049
1044
|
i18nPage: 'i18n-page',
|
|
@@ -1131,7 +1126,7 @@ const IxPushCard = /*@__PURE__*/ createComponent({
|
|
|
1131
1126
|
heading: 'heading',
|
|
1132
1127
|
subheading: 'subheading',
|
|
1133
1128
|
variant: 'variant',
|
|
1134
|
-
|
|
1129
|
+
expanded: 'expanded'
|
|
1135
1130
|
},
|
|
1136
1131
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1137
1132
|
clientModule: clientComponents.IxPushCard,
|
|
@@ -1370,21 +1365,15 @@ const IxTimePicker = /*@__PURE__*/ createComponent({
|
|
|
1370
1365
|
properties: {
|
|
1371
1366
|
format: 'format',
|
|
1372
1367
|
corners: 'corners',
|
|
1373
|
-
|
|
1368
|
+
embedded: 'embedded',
|
|
1374
1369
|
dateTimePickerAppearance: 'date-time-picker-appearance',
|
|
1375
|
-
showHour: 'show-hour',
|
|
1376
|
-
showMinutes: 'show-minutes',
|
|
1377
|
-
showSeconds: 'show-seconds',
|
|
1378
1370
|
hideHeader: 'hide-header',
|
|
1379
1371
|
hourInterval: 'hour-interval',
|
|
1380
1372
|
minuteInterval: 'minute-interval',
|
|
1381
1373
|
secondInterval: 'second-interval',
|
|
1382
1374
|
millisecondInterval: 'millisecond-interval',
|
|
1383
1375
|
time: 'time',
|
|
1384
|
-
timeReference: 'time-reference',
|
|
1385
|
-
textSelectTime: 'text-select-time',
|
|
1386
1376
|
i18nConfirmTime: 'i18n-confirm-time',
|
|
1387
|
-
textTime: 'text-time',
|
|
1388
1377
|
i18nHeader: 'i18n-header',
|
|
1389
1378
|
i18nHourColumnHeader: 'i18n-column-header',
|
|
1390
1379
|
i18nMinuteColumnHeader: 'i18n-minute-column-header',
|
|
@@ -1401,7 +1390,7 @@ const IxToast = /*@__PURE__*/ createComponent({
|
|
|
1401
1390
|
type: 'type',
|
|
1402
1391
|
toastTitle: 'toast-title',
|
|
1403
1392
|
autoCloseDelay: 'auto-close-delay',
|
|
1404
|
-
|
|
1393
|
+
preventAutoClose: 'prevent-auto-close',
|
|
1405
1394
|
icon: 'icon',
|
|
1406
1395
|
iconColor: 'icon-color',
|
|
1407
1396
|
ariaLabelCloseIconButton: 'aria-label-close-icon-button'
|