@siemens/ix-react 0.0.0-pr-2166-20251001134702 → 0.0.0-pr-2214-20251017134939
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 +29 -29
- package/dist/components.js +124 -106
- package/dist/components.js.map +1 -1
- package/dist/components.server.js +54 -25
- package/dist/components.server.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/types/components.d.ts +7 -1
- package/dist/types/components.server.d.ts +7 -1
- package/package.json +4 -4
|
@@ -101,7 +101,7 @@ const IxBreadcrumb = /*@__PURE__*/ createComponent({
|
|
|
101
101
|
properties: {
|
|
102
102
|
visibleItemCount: 'visible-item-count',
|
|
103
103
|
nextItems: 'next-items',
|
|
104
|
-
|
|
104
|
+
ghost: 'ghost',
|
|
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
|
+
ghost: 'ghost',
|
|
121
|
+
visible: 'visible',
|
|
122
|
+
showChevron: 'show-chevron',
|
|
123
123
|
isDropdownTrigger: 'is-dropdown-trigger'
|
|
124
124
|
},
|
|
125
125
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
@@ -213,7 +213,8 @@ const IxCategoryFilter = /*@__PURE__*/ createComponent({
|
|
|
213
213
|
icon: 'icon',
|
|
214
214
|
hideIcon: 'hide-icon',
|
|
215
215
|
staticOperator: 'static-operator',
|
|
216
|
-
|
|
216
|
+
repeatCategories: 'repeat-categories',
|
|
217
|
+
tmpDisableScrollIntoView: 'tmp-disable-scroll-into-view',
|
|
217
218
|
labelCategories: 'label-categories',
|
|
218
219
|
i18nPlainText: 'i18n-plain-text',
|
|
219
220
|
ariaLabelResetButton: 'aria-label-reset-button',
|
|
@@ -260,7 +261,7 @@ const IxChip = /*@__PURE__*/ createComponent({
|
|
|
260
261
|
tagName: 'ix-chip',
|
|
261
262
|
properties: {
|
|
262
263
|
variant: 'variant',
|
|
263
|
-
|
|
264
|
+
active: 'active',
|
|
264
265
|
closable: 'closable',
|
|
265
266
|
icon: 'icon',
|
|
266
267
|
background: 'background',
|
|
@@ -326,7 +327,7 @@ const IxDateDropdown = /*@__PURE__*/ createComponent({
|
|
|
326
327
|
properties: {
|
|
327
328
|
disabled: 'disabled',
|
|
328
329
|
format: 'format',
|
|
329
|
-
|
|
330
|
+
range: 'range',
|
|
330
331
|
from: 'from',
|
|
331
332
|
to: 'to',
|
|
332
333
|
minDate: 'min-date',
|
|
@@ -336,7 +337,7 @@ const IxDateDropdown = /*@__PURE__*/ createComponent({
|
|
|
336
337
|
loading: 'loading',
|
|
337
338
|
showWeekNumbers: 'show-week-numbers',
|
|
338
339
|
ariaLabelDropdownButton: 'aria-label-dropdown-button',
|
|
339
|
-
|
|
340
|
+
customRangeAllowed: 'custom-range-allowed',
|
|
340
341
|
dateRangeOptions: 'date-range-options',
|
|
341
342
|
locale: 'locale',
|
|
342
343
|
weekStartIndex: 'week-start-index',
|
|
@@ -384,7 +385,7 @@ const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
|
384
385
|
tagName: 'ix-date-picker',
|
|
385
386
|
properties: {
|
|
386
387
|
format: 'format',
|
|
387
|
-
|
|
388
|
+
range: 'range',
|
|
388
389
|
corners: 'corners',
|
|
389
390
|
from: 'from',
|
|
390
391
|
to: 'to',
|
|
@@ -396,7 +397,7 @@ const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
|
396
397
|
weekStartIndex: 'week-start-index',
|
|
397
398
|
locale: 'locale',
|
|
398
399
|
showWeekNumbers: 'show-week-numbers',
|
|
399
|
-
|
|
400
|
+
standaloneAppearance: 'standalone-appearance',
|
|
400
401
|
today: 'today'
|
|
401
402
|
},
|
|
402
403
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
@@ -406,7 +407,10 @@ const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
|
406
407
|
const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
407
408
|
tagName: 'ix-datetime-picker',
|
|
408
409
|
properties: {
|
|
409
|
-
|
|
410
|
+
range: 'range',
|
|
411
|
+
showHour: 'show-hour',
|
|
412
|
+
showMinutes: 'show-minutes',
|
|
413
|
+
showSeconds: 'show-seconds',
|
|
410
414
|
minDate: 'min-date',
|
|
411
415
|
maxDate: 'max-date',
|
|
412
416
|
dateFormat: 'date-format',
|
|
@@ -621,7 +625,7 @@ const IxGroup = /*@__PURE__*/ createComponent({
|
|
|
621
625
|
suppressHeaderSelection: 'suppress-header-selection',
|
|
622
626
|
header: 'header',
|
|
623
627
|
subHeader: 'sub-header',
|
|
624
|
-
|
|
628
|
+
collapsed: 'collapsed',
|
|
625
629
|
selected: 'selected',
|
|
626
630
|
index: 'index',
|
|
627
631
|
expandOnHeaderClick: 'expand-on-header-click'
|
|
@@ -645,9 +649,8 @@ const IxGroupItem = /*@__PURE__*/ createComponent({
|
|
|
645
649
|
text: 'text',
|
|
646
650
|
secondaryText: 'secondary-text',
|
|
647
651
|
suppressSelection: 'suppress-selection',
|
|
648
|
-
groupFooter: 'group-footer',
|
|
649
652
|
selected: 'selected',
|
|
650
|
-
|
|
653
|
+
focusable: 'focusable',
|
|
651
654
|
index: 'index'
|
|
652
655
|
},
|
|
653
656
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
@@ -729,6 +732,13 @@ const IxInput = /*@__PURE__*/ createComponent({
|
|
|
729
732
|
clientModule: clientComponents.IxInput,
|
|
730
733
|
serializeShadowRoot,
|
|
731
734
|
});
|
|
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
|
+
});
|
|
732
742
|
const IxKeyValue = /*@__PURE__*/ createComponent({
|
|
733
743
|
tagName: 'ix-key-value',
|
|
734
744
|
properties: {
|
|
@@ -825,6 +835,7 @@ const IxMenu = /*@__PURE__*/ createComponent({
|
|
|
825
835
|
showSettings: 'show-settings',
|
|
826
836
|
showAbout: 'show-about',
|
|
827
837
|
enableToggleTheme: 'enable-toggle-theme',
|
|
838
|
+
enableSettings: 'enable-settings',
|
|
828
839
|
enableMapExpand: 'enable-map-expand',
|
|
829
840
|
applicationName: 'application-name',
|
|
830
841
|
applicationDescription: 'application-description',
|
|
@@ -882,7 +893,7 @@ const IxMenuAvatar = /*@__PURE__*/ createComponent({
|
|
|
882
893
|
image: 'image',
|
|
883
894
|
initials: 'initials',
|
|
884
895
|
i18nLogout: 'i18n-logout',
|
|
885
|
-
|
|
896
|
+
showLogoutButton: 'show-logout-button'
|
|
886
897
|
},
|
|
887
898
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
888
899
|
clientModule: clientComponents.IxMenuAvatar,
|
|
@@ -952,7 +963,7 @@ const IxMessageBar = /*@__PURE__*/ createComponent({
|
|
|
952
963
|
tagName: 'ix-message-bar',
|
|
953
964
|
properties: {
|
|
954
965
|
type: 'type',
|
|
955
|
-
|
|
966
|
+
dismissible: 'dismissible'
|
|
956
967
|
},
|
|
957
968
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
958
969
|
clientModule: clientComponents.IxMessageBar,
|
|
@@ -962,12 +973,12 @@ const IxModal = /*@__PURE__*/ createComponent({
|
|
|
962
973
|
tagName: 'ix-modal',
|
|
963
974
|
properties: {
|
|
964
975
|
size: 'size',
|
|
965
|
-
|
|
966
|
-
|
|
976
|
+
animation: 'animation',
|
|
977
|
+
backdrop: 'backdrop',
|
|
967
978
|
closeOnBackdropClick: 'close-on-backdrop-click',
|
|
968
979
|
beforeDismiss: 'before-dismiss',
|
|
969
980
|
centered: 'centered',
|
|
970
|
-
|
|
981
|
+
closeOnEscape: 'close-on-escape'
|
|
971
982
|
},
|
|
972
983
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
973
984
|
clientModule: clientComponents.IxModal,
|
|
@@ -1032,7 +1043,7 @@ const IxPagination = /*@__PURE__*/ createComponent({
|
|
|
1032
1043
|
properties: {
|
|
1033
1044
|
advanced: 'advanced',
|
|
1034
1045
|
itemCount: 'item-count',
|
|
1035
|
-
|
|
1046
|
+
showItemCount: 'show-item-count',
|
|
1036
1047
|
count: 'count',
|
|
1037
1048
|
selectedPage: 'selected-page',
|
|
1038
1049
|
i18nPage: 'i18n-page',
|
|
@@ -1120,7 +1131,7 @@ const IxPushCard = /*@__PURE__*/ createComponent({
|
|
|
1120
1131
|
heading: 'heading',
|
|
1121
1132
|
subheading: 'subheading',
|
|
1122
1133
|
variant: 'variant',
|
|
1123
|
-
|
|
1134
|
+
collapse: 'collapse'
|
|
1124
1135
|
},
|
|
1125
1136
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1126
1137
|
clientModule: clientComponents.IxPushCard,
|
|
@@ -1347,7 +1358,8 @@ const IxTimeInput = /*@__PURE__*/ createComponent({
|
|
|
1347
1358
|
i18nHourColumnHeader: 'i18n-hour-column-header',
|
|
1348
1359
|
i18nMinuteColumnHeader: 'i18n-minute-column-header',
|
|
1349
1360
|
i18nSecondColumnHeader: 'i18n-second-column-header',
|
|
1350
|
-
i18nMillisecondColumnHeader: 'i18n-millisecond-column-header'
|
|
1361
|
+
i18nMillisecondColumnHeader: 'i18n-millisecond-column-header',
|
|
1362
|
+
hideHeader: 'hide-header'
|
|
1351
1363
|
},
|
|
1352
1364
|
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1353
1365
|
clientModule: clientComponents.IxTimeInput,
|
|
@@ -1358,15 +1370,21 @@ const IxTimePicker = /*@__PURE__*/ createComponent({
|
|
|
1358
1370
|
properties: {
|
|
1359
1371
|
format: 'format',
|
|
1360
1372
|
corners: 'corners',
|
|
1361
|
-
|
|
1373
|
+
standaloneAppearance: 'standalone-appearance',
|
|
1362
1374
|
dateTimePickerAppearance: 'date-time-picker-appearance',
|
|
1375
|
+
showHour: 'show-hour',
|
|
1376
|
+
showMinutes: 'show-minutes',
|
|
1377
|
+
showSeconds: 'show-seconds',
|
|
1363
1378
|
hideHeader: 'hide-header',
|
|
1364
1379
|
hourInterval: 'hour-interval',
|
|
1365
1380
|
minuteInterval: 'minute-interval',
|
|
1366
1381
|
secondInterval: 'second-interval',
|
|
1367
1382
|
millisecondInterval: 'millisecond-interval',
|
|
1368
1383
|
time: 'time',
|
|
1384
|
+
timeReference: 'time-reference',
|
|
1385
|
+
textSelectTime: 'text-select-time',
|
|
1369
1386
|
i18nConfirmTime: 'i18n-confirm-time',
|
|
1387
|
+
textTime: 'text-time',
|
|
1370
1388
|
i18nHeader: 'i18n-header',
|
|
1371
1389
|
i18nHourColumnHeader: 'i18n-column-header',
|
|
1372
1390
|
i18nMinuteColumnHeader: 'i18n-minute-column-header',
|
|
@@ -1383,7 +1401,7 @@ const IxToast = /*@__PURE__*/ createComponent({
|
|
|
1383
1401
|
type: 'type',
|
|
1384
1402
|
toastTitle: 'toast-title',
|
|
1385
1403
|
autoCloseDelay: 'auto-close-delay',
|
|
1386
|
-
|
|
1404
|
+
autoClose: 'auto-close',
|
|
1387
1405
|
icon: 'icon',
|
|
1388
1406
|
iconColor: 'icon-color',
|
|
1389
1407
|
ariaLabelCloseIconButton: 'aria-label-close-icon-button'
|
|
@@ -1482,6 +1500,17 @@ const IxUpload = /*@__PURE__*/ createComponent({
|
|
|
1482
1500
|
clientModule: clientComponents.IxUpload,
|
|
1483
1501
|
serializeShadowRoot,
|
|
1484
1502
|
});
|
|
1503
|
+
const IxValidationTooltip = /*@__PURE__*/ createComponent({
|
|
1504
|
+
tagName: 'ix-validation-tooltip',
|
|
1505
|
+
properties: {
|
|
1506
|
+
message: 'message',
|
|
1507
|
+
placement: 'placement',
|
|
1508
|
+
suppressAutomaticPlacement: 'suppress-automatic-placement'
|
|
1509
|
+
},
|
|
1510
|
+
hydrateModule: import('@siemens/ix/hydrate'),
|
|
1511
|
+
clientModule: clientComponents.IxValidationTooltip,
|
|
1512
|
+
serializeShadowRoot,
|
|
1513
|
+
});
|
|
1485
1514
|
const IxWorkflowStep = /*@__PURE__*/ createComponent({
|
|
1486
1515
|
tagName: 'ix-workflow-step',
|
|
1487
1516
|
properties: {
|
|
@@ -1508,5 +1537,5 @@ const IxWorkflowSteps = /*@__PURE__*/ createComponent({
|
|
|
1508
1537
|
serializeShadowRoot,
|
|
1509
1538
|
});
|
|
1510
1539
|
|
|
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
|
+
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, IxInputGroup, 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, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, serializeShadowRoot };
|
|
1512
1541
|
//# sourceMappingURL=components.server.js.map
|