@siemens/ix 1.1.0 → 1.2.0-beta.0
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/cjs/index-40761405.js +178 -1
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/cjs/ix-animated-tab_2.cjs.entry.js +1 -1
- package/dist/cjs/ix-application-header.cjs.entry.js +2 -2
- package/dist/cjs/ix-category-filter.cjs.entry.js +1 -1
- package/dist/cjs/ix-date-picker_2.cjs.entry.js +1 -1
- package/dist/cjs/ix-drawer.cjs.entry.js +3 -1
- package/dist/cjs/ix-event-list_2.cjs.entry.js +4 -4
- package/dist/cjs/ix-icon.cjs.entry.js +4 -4
- package/dist/cjs/ix-map-navigation_2.cjs.entry.js +5 -5
- package/dist/cjs/ix-menu_9.cjs.entry.js +2 -2
- package/dist/cjs/ix-modal_2.cjs.entry.js +2 -2
- package/dist/cjs/ix-select_2.cjs.entry.js +45 -22
- package/dist/cjs/ix-tab-item.cjs.entry.js +12 -2
- package/dist/cjs/ix-tabs.cjs.entry.js +2 -2
- package/dist/cjs/ix-toast_2.cjs.entry.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{modal-42934387.js → modal-2112fb71.js} +1 -1
- package/dist/cjs/{rwd.util-482d41d4.js → rwd.util-2326824e.js} +2 -2
- package/dist/cjs/siemens-ix.cjs.js +1 -1
- package/dist/cjs/{typed-event-8f5a32a2.js → typed-event-5030cc6a.js} +3 -3
- package/dist/collection/components/animated-tabs/animated-tabs.js +3 -3
- package/dist/collection/components/application-header/application-header.css +1 -0
- package/dist/collection/components/application-header/application-header.js +1 -1
- package/dist/collection/components/blind/blind.js +1 -1
- package/dist/collection/components/breadcrumb/breadcrumb.js +1 -1
- package/dist/collection/components/category-filter/category-filter.js +3 -3
- package/dist/collection/components/chip/chip.js +1 -1
- package/dist/collection/components/date-picker/date-picker.js +3 -3
- package/dist/collection/components/drawer/drawer.js +4 -2
- package/dist/collection/components/dropdown/dropdown.js +3 -3
- package/dist/collection/components/dropdown-item/dropdown-item.js +1 -1
- package/dist/collection/components/event-list/event-list.css +0 -3
- package/dist/collection/components/event-list-item/event-list-item.css +2 -3
- package/dist/collection/components/event-list-item/event-list-item.js +2 -2
- package/dist/collection/components/expanding-search/expanding-search.js +1 -1
- package/dist/collection/components/filter-chip/filter-chip.js +1 -1
- package/dist/collection/components/group/group.js +1 -1
- package/dist/collection/components/group-item/group-item.js +1 -1
- package/dist/collection/components/icon/icon.js +4 -4
- package/dist/collection/components/icon-button/icon-button.js +1 -1
- package/dist/collection/components/map-navigation/map-navigation.css +1 -19
- package/dist/collection/components/map-navigation/map-navigation.js +5 -5
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +1 -1
- package/dist/collection/components/menu-avatar/menu-avatar.css +1 -1
- package/dist/collection/components/menu-avatar/menu-avatar.js +1 -1
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +1 -1
- package/dist/collection/components/menu-item/menu-item.js +1 -1
- package/dist/collection/components/message-bar/message-bar.js +1 -1
- package/dist/collection/components/select/select.js +48 -24
- package/dist/collection/components/select-item/select-item.js +1 -1
- package/dist/collection/components/split-button/split-button.js +3 -3
- package/dist/collection/components/split-button-item/split-button-item.js +1 -1
- package/dist/collection/components/tab-item/tab-item.js +12 -2
- package/dist/collection/components/tabs/tabs.js +2 -2
- package/dist/collection/components/time-picker/time-picker.js +2 -2
- package/dist/collection/components/toast/toast.js +2 -2
- package/dist/collection/components/toggle/toggle.js +2 -2
- package/dist/collection/components/tree/tree.js +1 -1
- package/dist/collection/components/utils/rwd.util.js +2 -2
- package/dist/collection/components/utils/typed-event.js +3 -3
- package/dist/collection/components/workflow-step/workflow-step.js +1 -1
- package/dist/components/application-header.js +2 -2
- package/dist/components/date-picker.js +1 -1
- package/dist/components/icon.js +4 -4
- package/dist/components/ix-drawer.js +3 -1
- package/dist/components/ix-event-list-item.js +2 -2
- package/dist/components/ix-event-list.js +1 -1
- package/dist/components/ix-map-navigation.js +11 -5
- package/dist/components/ix-menu-avatar.js +1 -1
- package/dist/components/ix-select.js +47 -23
- package/dist/components/map-navigation-overlay.js +1 -1
- package/dist/components/rwd.util.js +2 -2
- package/dist/components/tab-item.js +12 -2
- package/dist/components/tabs.js +2 -2
- package/dist/components/toast.js +1 -1
- package/dist/components/typed-event.js +3 -3
- package/dist/esm/index-b22287de.js +178 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/ix-animated-tab_2.entry.js +1 -1
- package/dist/esm/ix-application-header.entry.js +2 -2
- package/dist/esm/ix-category-filter.entry.js +1 -1
- package/dist/esm/ix-date-picker_2.entry.js +1 -1
- package/dist/esm/ix-drawer.entry.js +3 -1
- package/dist/esm/ix-event-list_2.entry.js +4 -4
- package/dist/esm/ix-icon.entry.js +4 -4
- package/dist/esm/ix-map-navigation_2.entry.js +5 -5
- package/dist/esm/ix-menu_9.entry.js +2 -2
- package/dist/esm/ix-modal_2.entry.js +2 -2
- package/dist/esm/ix-select_2.entry.js +45 -22
- package/dist/esm/ix-tab-item.entry.js +12 -2
- package/dist/esm/ix-tabs.entry.js +2 -2
- package/dist/esm/ix-toast_2.entry.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{modal-f1e45879.js → modal-309a156f.js} +1 -1
- package/dist/esm/{rwd.util-33a69d24.js → rwd.util-4a61a4b8.js} +2 -2
- package/dist/esm/siemens-ix.js +1 -1
- package/dist/esm/{typed-event-dd6c83dd.js → typed-event-ab58c27e.js} +3 -3
- package/dist/siemens-ix/index.esm.js +1 -1
- package/dist/siemens-ix/p-0e3aab52.entry.js +1 -0
- package/dist/siemens-ix/p-25fda9f7.entry.js +1 -0
- package/dist/siemens-ix/{p-003b58b3.js → p-2f07c86a.js} +1 -1
- package/dist/siemens-ix/{p-8c5948e2.entry.js → p-41e42413.entry.js} +1 -1
- package/dist/siemens-ix/{p-6f625f0e.js → p-4944ad0b.js} +0 -0
- package/dist/siemens-ix/{p-a4ed41f9.entry.js → p-6e8a38c4.entry.js} +1 -1
- package/dist/siemens-ix/p-74e15a57.entry.js +1 -0
- package/dist/siemens-ix/{p-fca4a226.entry.js → p-8ee057c1.entry.js} +1 -1
- package/dist/siemens-ix/p-a8b6454f.entry.js +1 -0
- package/dist/siemens-ix/{p-9cc43bf2.entry.js → p-abd3b0f8.entry.js} +1 -1
- package/dist/siemens-ix/p-b50dc630.entry.js +1 -0
- package/dist/siemens-ix/{p-0bf04780.js → p-c8cc3bb3.js} +0 -0
- package/dist/siemens-ix/siemens-ix.css +44 -31
- package/dist/siemens-ix/siemens-ix.esm.js +1 -1
- package/dist/types/components/animated-tabs/animated-tabs.d.ts +1 -1
- package/dist/types/components/category-filter/category-filter.d.ts +2 -2
- package/dist/types/components/date-picker/date-picker.d.ts +2 -2
- package/dist/types/components/dropdown/dropdown.d.ts +1 -1
- package/dist/types/components/event-list-item/event-list-item.d.ts +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts +1 -1
- package/dist/types/components/map-navigation/map-navigation.d.ts +2 -2
- package/dist/types/components/menu-item/menu-item.d.ts +1 -1
- package/dist/types/components/select/select.d.ts +8 -5
- package/dist/types/components/split-button/split-button.d.ts +1 -1
- package/dist/types/components/time-picker/time-picker.d.ts +1 -1
- package/dist/types/components/toggle/toggle.d.ts +1 -1
- package/dist/types/components.d.ts +21 -35
- package/package.json +2 -2
- package/scss/components/_button-group.scss +2 -0
- package/scss/components/_buttons.scss +5 -0
- package/scss/components/_checkboxes.scss +19 -16
- package/scss/components/_radiobuttons.scss +12 -12
- package/src/components/animated-tabs/readme.md +4 -5
- package/src/components/category-filter/readme.md +13 -14
- package/src/components/date-picker/readme.md +2 -2
- package/src/components/dropdown/readme.md +11 -11
- package/src/components/event-list-item/readme.md +7 -7
- package/src/components/icon-button/readme.md +1 -1
- package/src/components/map-navigation/readme.md +2 -2
- package/src/components/menu-item/readme.md +8 -8
- package/src/components/split-button/readme.md +11 -11
- package/src/components/time-picker/readme.md +12 -12
- package/src/components/toggle/readme.md +10 -10
- package/dist/siemens-ix/p-0419f23d.entry.js +0 -1
- package/dist/siemens-ix/p-1686ce8c.entry.js +0 -1
- package/dist/siemens-ix/p-a2e33741.entry.js +0 -1
- package/dist/siemens-ix/p-a3760331.entry.js +0 -1
- package/dist/siemens-ix/p-ca8a41ea.entry.js +0 -1
|
@@ -1952,7 +1952,184 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
1952
1952
|
if (module) {
|
|
1953
1953
|
return module[exportName];
|
|
1954
1954
|
}
|
|
1955
|
-
|
|
1955
|
+
|
|
1956
|
+
if (!hmrVersionId || !BUILD.hotModuleReplacement) {
|
|
1957
|
+
const processMod = importedModule => {
|
|
1958
|
+
cmpModules.set(bundleId, importedModule);
|
|
1959
|
+
return importedModule[exportName];
|
|
1960
|
+
}
|
|
1961
|
+
switch(bundleId) {
|
|
1962
|
+
|
|
1963
|
+
case 'ix-application-header.cjs':
|
|
1964
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1965
|
+
/* webpackMode: "lazy" */
|
|
1966
|
+
'./ix-application-header.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1967
|
+
case 'ix-basic-navigation.cjs':
|
|
1968
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1969
|
+
/* webpackMode: "lazy" */
|
|
1970
|
+
'./ix-basic-navigation.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1971
|
+
case 'ix-blind.cjs':
|
|
1972
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1973
|
+
/* webpackMode: "lazy" */
|
|
1974
|
+
'./ix-blind.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1975
|
+
case 'ix-button.cjs':
|
|
1976
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1977
|
+
/* webpackMode: "lazy" */
|
|
1978
|
+
'./ix-button.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1979
|
+
case 'ix-category-filter.cjs':
|
|
1980
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1981
|
+
/* webpackMode: "lazy" */
|
|
1982
|
+
'./ix-category-filter.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1983
|
+
case 'ix-chip.cjs':
|
|
1984
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1985
|
+
/* webpackMode: "lazy" */
|
|
1986
|
+
'./ix-chip.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1987
|
+
case 'ix-counter-pill.cjs':
|
|
1988
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1989
|
+
/* webpackMode: "lazy" */
|
|
1990
|
+
'./ix-counter-pill.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1991
|
+
case 'ix-drawer.cjs':
|
|
1992
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1993
|
+
/* webpackMode: "lazy" */
|
|
1994
|
+
'./ix-drawer.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1995
|
+
case 'ix-expanding-search.cjs':
|
|
1996
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1997
|
+
/* webpackMode: "lazy" */
|
|
1998
|
+
'./ix-expanding-search.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1999
|
+
case 'ix-filter-chip.cjs':
|
|
2000
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2001
|
+
/* webpackMode: "lazy" */
|
|
2002
|
+
'./ix-filter-chip.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2003
|
+
case 'ix-icon.cjs':
|
|
2004
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2005
|
+
/* webpackMode: "lazy" */
|
|
2006
|
+
'./ix-icon.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2007
|
+
case 'ix-icon-button.cjs':
|
|
2008
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2009
|
+
/* webpackMode: "lazy" */
|
|
2010
|
+
'./ix-icon-button.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2011
|
+
case 'ix-input-group.cjs':
|
|
2012
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2013
|
+
/* webpackMode: "lazy" */
|
|
2014
|
+
'./ix-input-group.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2015
|
+
case 'ix-message-bar.cjs':
|
|
2016
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2017
|
+
/* webpackMode: "lazy" */
|
|
2018
|
+
'./ix-message-bar.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2019
|
+
case 'ix-pill.cjs':
|
|
2020
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2021
|
+
/* webpackMode: "lazy" */
|
|
2022
|
+
'./ix-pill.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2023
|
+
case 'ix-spinner.cjs':
|
|
2024
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2025
|
+
/* webpackMode: "lazy" */
|
|
2026
|
+
'./ix-spinner.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2027
|
+
case 'ix-tile.cjs':
|
|
2028
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2029
|
+
/* webpackMode: "lazy" */
|
|
2030
|
+
'./ix-tile.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2031
|
+
case 'ix-toggle.cjs':
|
|
2032
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2033
|
+
/* webpackMode: "lazy" */
|
|
2034
|
+
'./ix-toggle.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2035
|
+
case 'ix-upload.cjs':
|
|
2036
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2037
|
+
/* webpackMode: "lazy" */
|
|
2038
|
+
'./ix-upload.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2039
|
+
case 'ix-animated-tab_2.cjs':
|
|
2040
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2041
|
+
/* webpackMode: "lazy" */
|
|
2042
|
+
'./ix-animated-tab_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2043
|
+
case 'ix-breadcrumb_2.cjs':
|
|
2044
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2045
|
+
/* webpackMode: "lazy" */
|
|
2046
|
+
'./ix-breadcrumb_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2047
|
+
case 'ix-dropdown_2.cjs':
|
|
2048
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2049
|
+
/* webpackMode: "lazy" */
|
|
2050
|
+
'./ix-dropdown_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2051
|
+
case 'ix-event-list_2.cjs':
|
|
2052
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2053
|
+
/* webpackMode: "lazy" */
|
|
2054
|
+
'./ix-event-list_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2055
|
+
case 'ix-flip-tile_2.cjs':
|
|
2056
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2057
|
+
/* webpackMode: "lazy" */
|
|
2058
|
+
'./ix-flip-tile_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2059
|
+
case 'ix-map-navigation_2.cjs':
|
|
2060
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2061
|
+
/* webpackMode: "lazy" */
|
|
2062
|
+
'./ix-map-navigation_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2063
|
+
case 'ix-modal_2.cjs':
|
|
2064
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2065
|
+
/* webpackMode: "lazy" */
|
|
2066
|
+
'./ix-modal_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2067
|
+
case 'ix-select_2.cjs':
|
|
2068
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2069
|
+
/* webpackMode: "lazy" */
|
|
2070
|
+
'./ix-select_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2071
|
+
case 'ix-split-button_2.cjs':
|
|
2072
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2073
|
+
/* webpackMode: "lazy" */
|
|
2074
|
+
'./ix-split-button_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2075
|
+
case 'ix-toast_2.cjs':
|
|
2076
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2077
|
+
/* webpackMode: "lazy" */
|
|
2078
|
+
'./ix-toast_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2079
|
+
case 'ix-tree_2.cjs':
|
|
2080
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2081
|
+
/* webpackMode: "lazy" */
|
|
2082
|
+
'./ix-tree_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2083
|
+
case 'ix-workflow-step_2.cjs':
|
|
2084
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2085
|
+
/* webpackMode: "lazy" */
|
|
2086
|
+
'./ix-workflow-step_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2087
|
+
case 'ix-group_3.cjs':
|
|
2088
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2089
|
+
/* webpackMode: "lazy" */
|
|
2090
|
+
'./ix-group_3.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2091
|
+
case 'ix-menu_9.cjs':
|
|
2092
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2093
|
+
/* webpackMode: "lazy" */
|
|
2094
|
+
'./ix-menu_9.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2095
|
+
case 'ix-datetime-picker.cjs':
|
|
2096
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2097
|
+
/* webpackMode: "lazy" */
|
|
2098
|
+
'./ix-datetime-picker.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2099
|
+
case 'ix-kpi.cjs':
|
|
2100
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2101
|
+
/* webpackMode: "lazy" */
|
|
2102
|
+
'./ix-kpi.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2103
|
+
case 'ix-modal-example.cjs':
|
|
2104
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2105
|
+
/* webpackMode: "lazy" */
|
|
2106
|
+
'./ix-modal-example.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2107
|
+
case 'ix-validation-tooltip.cjs':
|
|
2108
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2109
|
+
/* webpackMode: "lazy" */
|
|
2110
|
+
'./ix-validation-tooltip.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2111
|
+
case 'my-component.cjs':
|
|
2112
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2113
|
+
/* webpackMode: "lazy" */
|
|
2114
|
+
'./my-component.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2115
|
+
case 'ix-date-picker_2.cjs':
|
|
2116
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2117
|
+
/* webpackMode: "lazy" */
|
|
2118
|
+
'./ix-date-picker_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2119
|
+
case 'ix-tab-item.cjs':
|
|
2120
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2121
|
+
/* webpackMode: "lazy" */
|
|
2122
|
+
'./ix-tab-item.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2123
|
+
case 'ix-tabs.cjs':
|
|
2124
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2125
|
+
/* webpackMode: "lazy" */
|
|
2126
|
+
'./ix-tabs.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2127
|
+
case 'ix-date-time-card.cjs':
|
|
2128
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2129
|
+
/* webpackMode: "lazy" */
|
|
2130
|
+
'./ix-date-time-card.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2131
|
+
}
|
|
2132
|
+
}
|
|
1956
2133
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1957
2134
|
/* @vite-ignore */
|
|
1958
2135
|
/* webpackInclude: /\.entry\.js$/ */
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const logicalFilterOperator = require('./logical-filter-operator-467e2faf.js');
|
|
6
6
|
const flipTileState = require('./flip-tile-state-c95639e5.js');
|
|
7
|
-
const modal = require('./modal-
|
|
8
|
-
const rwd_util = require('./rwd.util-
|
|
7
|
+
const modal = require('./modal-2112fb71.js');
|
|
8
|
+
const rwd_util = require('./rwd.util-2326824e.js');
|
|
9
9
|
const modalUtils = require('./modal-utils-5d7bb217.js');
|
|
10
10
|
const defaultTreeItem = require('./default-tree-item-4597cd84.js');
|
|
11
11
|
const uploadFileState = require('./upload-file-state-923b2c65.js');
|
|
12
12
|
require('./index-40761405.js');
|
|
13
|
-
require('./typed-event-
|
|
13
|
+
require('./typed-event-5030cc6a.js');
|
|
14
14
|
require('./anime.es-8822f296.js');
|
|
15
15
|
require('./animation-dfe01edc.js');
|
|
16
16
|
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-40761405.js');
|
|
6
6
|
const anime_es = require('./anime.es-8822f296.js');
|
|
7
7
|
const animation = require('./animation-dfe01edc.js');
|
|
8
|
-
const rwd_util = require('./rwd.util-
|
|
8
|
+
const rwd_util = require('./rwd.util-2326824e.js');
|
|
9
9
|
|
|
10
10
|
const animatedTabCss = ".sc-ix-animated-tab-h{display:block;height:100%;width:100%;position:absolute}";
|
|
11
11
|
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-40761405.js');
|
|
6
6
|
|
|
7
|
-
const applicationHeaderCss = ":host{display:flex;align-items:center;position:relative;width:100%;height:2.75rem;padding-left:1rem;color:var(--theme-app-header-logo--color);background-color:var(--theme-app-header--background);border-bottom:var(--theme-app-header--border-width) solid var(--theme-app-header--border-color)}:host .name{margin-left:2.5rem;margin-right:2.5rem}:host .logo{display:inline-flex;align-items:center;position:relative;height:32px;overflow:hidden}";
|
|
7
|
+
const applicationHeaderCss = ":host{display:flex;align-items:center;position:relative;width:100%;height:2.75rem;padding-left:1rem;color:var(--theme-app-header-logo--color);background-color:var(--theme-app-header--background);border-bottom:var(--theme-app-header--border-width) solid var(--theme-app-header--border-color)}:host .name{margin-left:2.5rem;margin-right:2.5rem}:host .logo{display:inline-flex;align-items:center;position:relative;height:32px;overflow:hidden;line-height:0rem}";
|
|
8
8
|
|
|
9
9
|
const ApplicationHeader = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -22,7 +22,7 @@ const ApplicationHeader = class {
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
render() {
|
|
25
|
-
return (index.h(index.Host, null, index.h("div", { class: "logo" }, index.h("slot", { name: "logo" })), index.h("
|
|
25
|
+
return (index.h(index.Host, null, index.h("div", { class: "logo" }, index.h("slot", { name: "logo" })), index.h("div", { class: "name" }, this.name), index.h("slot", null)));
|
|
26
26
|
}
|
|
27
27
|
get host() { return index.getElement(this); }
|
|
28
28
|
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-40761405.js');
|
|
6
|
-
const rwd_util = require('./rwd.util-
|
|
6
|
+
const rwd_util = require('./rwd.util-2326824e.js');
|
|
7
7
|
const logicalFilterOperator = require('./logical-filter-operator-467e2faf.js');
|
|
8
8
|
|
|
9
9
|
const categoryFilterCss = ".sc-ix-category-filter-h{display:block;position:relative}.sc-ix-category-filter-h .focus.sc-ix-category-filter{border-color:var(--theme-color-primary);box-shadow:0 0 0.25rem 0 var(--theme-color-primary) !important}.sc-ix-category-filter-h .btn-close.sc-ix-category-filter{position:absolute;top:0.25rem;right:0.25rem;min-width:1.5rem;width:1.5rem;height:1.5rem}.sc-ix-category-filter-h .input-container.sc-ix-category-filter{display:flex;height:100%;max-height:3.75rem;padding:1px 1.5rem 1px 2rem}.sc-ix-category-filter-h .input-container.no-icon.sc-ix-category-filter{padding-left:0.25rem}.sc-ix-category-filter-h .token-container.sc-ix-category-filter{flex-grow:1;overflow:hidden}.sc-ix-category-filter-h .text-input.sc-ix-category-filter{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);background:transparent;flex-grow:1;height:1.75rem}.sc-ix-category-filter-h .text-input.sc-ix-category-filter,.sc-ix-category-filter-h .text-input.sc-ix-category-filter:hover,.sc-ix-category-filter-h .text-input.sc-ix-category-filter:focus-visible{border:none;outline:none}.sc-ix-category-filter-h .text-input.hide-placeholder.sc-ix-category-filter::-moz-placeholder{opacity:0}.sc-ix-category-filter-h .text-input.hide-placeholder.sc-ix-category-filter::placeholder{opacity:0}.sc-ix-category-filter-h .list-unstyled.sc-ix-category-filter{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;overflow-y:auto}.sc-ix-category-filter-h ix-icon.sc-ix-category-filter{position:absolute;top:0.5rem;left:0.5rem}.sc-ix-category-filter-h ix-filter-chip.sc-ix-category-filter{margin-right:0.5rem}.sc-ix-category-filter-h .category-preview.sc-ix-category-filter{display:flex;align-items:center;height:1.5rem;background-color:var(--theme-bg-3);border-top-left-radius:1rem;border-bottom-left-radius:1rem;padding:0.5rem;margin:2px 0}.sc-ix-category-filter-h .category-selection-container.sc-ix-category-filter{box-shadow:var(--theme-box-shadow-level-1);background:var(--theme-color-1);position:absolute;top:2rem;overflow-y:auto;min-width:10rem;border:var(--theme-std-bdr-1);border-radius:0.25rem;padding:0.5rem;z-index:1}.sc-ix-category-filter-h .category-selection-container.sc-ix-category-filter .category-item.sc-ix-category-filter,.sc-ix-category-filter-h .category-selection-container.sc-ix-category-filter .category-item-header.sc-ix-category-filter{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:2rem;padding:0.5rem}.sc-ix-category-filter-h .category-selection-container.sc-ix-category-filter .category-item-header.sc-ix-category-filter{color:var(--theme-color-soft-text)}.sc-ix-category-filter-h .category-selection-container.sc-ix-category-filter .category-item-id.sc-ix-category-filter{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.sc-ix-category-filter-h .category-selection-container.sc-ix-category-filter .category-item-value.sc-ix-category-filter{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.sc-ix-category-filter-h .category-selection-container.sc-ix-category-filter .category-item.sc-ix-category-filter{cursor:pointer}.sc-ix-category-filter-h .category-selection-container.sc-ix-category-filter .category-item.sc-ix-category-filter:focus{background-color:var(--theme-generic-bg-active);outline:none}.sc-ix-category-filter-h .category-selection-container.sc-ix-category-filter .plain-text-suggestion.sc-ix-category-filter{border-radius:1rem}.sc-ix-category-filter-h ul.sc-ix-category-filter{height:100%}.sc-ix-category-filter-h ul.sc-ix-category-filter>li.sc-ix-category-filter,.sc-ix-category-filter-h input.sc-ix-category-filter{padding-top:2px;padding-bottom:2px}";
|
|
@@ -8692,7 +8692,7 @@ const DatePicker = class {
|
|
|
8692
8692
|
weekdays = days.reduce((result, item, index) => {
|
|
8693
8693
|
const weekIndex = Math.floor(index / this.daysInWeek);
|
|
8694
8694
|
if (!result[weekIndex])
|
|
8695
|
-
result[weekIndex] = [];
|
|
8695
|
+
result[weekIndex] = [];
|
|
8696
8696
|
result[weekIndex].push(item);
|
|
8697
8697
|
return result;
|
|
8698
8698
|
}, []);
|
|
@@ -54,7 +54,9 @@ const Drawer = class {
|
|
|
54
54
|
const target = evt.target;
|
|
55
55
|
const closestElement = target.closest('#div-container');
|
|
56
56
|
const btn = target.closest('#drawer-btn');
|
|
57
|
-
if (evt.target.type !==
|
|
57
|
+
if (evt.target.type !== 'button' &&
|
|
58
|
+
closestElement !== this.divElement &&
|
|
59
|
+
target !== btn) {
|
|
58
60
|
this.show = false;
|
|
59
61
|
}
|
|
60
62
|
}
|
|
@@ -4,9 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-40761405.js');
|
|
6
6
|
const mutationObserver = require('./mutation-observer-29bedada.js');
|
|
7
|
-
const rwd_util = require('./rwd.util-
|
|
7
|
+
const rwd_util = require('./rwd.util-2326824e.js');
|
|
8
8
|
|
|
9
|
-
const eventListCss = ".sc-ix-event-list-h{display:block;position:relative}ul.sc-ix-event-list{list-style:none;padding:0;margin-bottom:0}.sc-ix-event-list-s>.sc-ix-event-list-h:not(.item-size-s) .ix-event-list-item,.sc-ix-event-list-h:not(.item-size-l) .ix-event-list-item.sc-ix-event-list{display:none}.sc-ix-event-list-h.chevron .sc-ix-event-list-s .ix-event-list-item .chevron-icon{display:initial}.item-size-l .sc-ix-event-list-s .ix-event-list-item{height:6.5rem;max-height:6.5rem}.item-size-l .sc-ix-event-list-s .ix-event-list-item .event-content{height:6.5rem;max-height:6.5rem;white-space:normal}.compact .sc-ix-event-list-s .ix-event-list-item{margin-bottom:0px;border-radius:0px}.compact .sc-ix-event-list-s .ix-event-list-item .indicator{border-top-left-radius:0px;border-bottom-left-radius:0px}.compact .sc-ix-event-list-s .ix-event-list-item .event-list-item-container{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.compact
|
|
9
|
+
const eventListCss = ".sc-ix-event-list-h{display:block;position:relative}ul.sc-ix-event-list{list-style:none;padding:0;margin-bottom:0}.sc-ix-event-list-s>.sc-ix-event-list-h:not(.item-size-s) .ix-event-list-item,.sc-ix-event-list-h:not(.item-size-l) .ix-event-list-item.sc-ix-event-list{display:none}.sc-ix-event-list-h.chevron .sc-ix-event-list-s .ix-event-list-item .chevron-icon{display:initial}.item-size-l .sc-ix-event-list-s .ix-event-list-item{height:6.5rem;max-height:6.5rem}.item-size-l .sc-ix-event-list-s .ix-event-list-item .event-content{height:6.5rem;max-height:6.5rem;white-space:normal}.compact .sc-ix-event-list-s .ix-event-list-item{margin-bottom:0px;border-radius:0px}.compact .sc-ix-event-list-s .ix-event-list-item .indicator{border-top-left-radius:0px;border-bottom-left-radius:0px}.compact .sc-ix-event-list-s .ix-event-list-item .event-list-item-container{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.compact.sc-ix-event-list .compact.sc-ix-event-list:not(:last-child) .event-list-item-container.sc-ix-event-list{border-bottom:none}";
|
|
10
10
|
|
|
11
11
|
const EventList = class {
|
|
12
12
|
constructor(hostRef) {
|
|
@@ -103,7 +103,7 @@ EventList.fadeOutDuration = 50;
|
|
|
103
103
|
EventList.fadeInDuration = 150;
|
|
104
104
|
EventList.style = eventListCss;
|
|
105
105
|
|
|
106
|
-
const eventListItemCss = ".ix-event-list-item{display:flex;align-items:center;position:relative;height:2.5rem;max-height:2.5rem;border-radius:0.25rem;background-color:var(--theme-event-
|
|
106
|
+
const eventListItemCss = ".ix-event-list-item{display:flex;align-items:center;position:relative;height:2.5rem;max-height:2.5rem;border-radius:0.25rem;background-color:var(--theme-event-item--background);overflow:hidden;cursor:pointer;margin-bottom:0.5rem}.ix-event-list-item:not(.disabled):not(:disabled){cursor:pointer}.ix-event-list-item:not(.disabled):not(:disabled):hover{background-color:var(--theme-event-item--background--hover)}.ix-event-list-item:not(.disabled):not(:disabled){cursor:pointer}.ix-event-list-item:not(.disabled):not(:disabled):active{background-color:var(--theme-event-item--background--active)}.ix-event-list-item .indicator{height:100%;width:0.5rem;max-width:0.5rem;min-width:0.5rem;border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem}.ix-event-list-item .indicator-empty{border:var(--theme-weak-bdr-1);border-right:none}.ix-event-list-item .event-list-item-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;flex-grow:1;width:calc(100% - (1rem + 0.5rem));height:100%;border:0.062rem solid;border-color:var(--theme-event-item--border);border-top-left-radius:0;border-top-right-radius:0.25rem;border-bottom-left-radius:0;border-bottom-right-radius:0.25rem;border-left:none;padding-left:1rem}.ix-event-list-item .event-list-item-container:not(.disabled):not(:disabled){cursor:pointer}.ix-event-list-item .event-list-item-container:not(.disabled):not(:disabled):hover{border-color:var(--theme-event-item--border--hover)}.ix-event-list-item .event-list-item-container:not(.disabled):not(:disabled){cursor:pointer}.ix-event-list-item .event-list-item-container:not(.disabled):not(:disabled):active{border-color:var(--theme-event-item--border--active)}.ix-event-list-item.selected:not(:active,.active) .event-list-item-container{background-color:var(--theme-event-item--background--selected);border-color:var(--theme-event-item--border--selected)}.ix-event-list-item[disabled],.ix-event-list-item.disabled{pointer-events:none}.ix-event-list-item[disabled] .event-list-item-container,.ix-event-list-item.disabled .event-list-item-container{background-color:var(--theme-event-item--background--disabled);border-color:var(--theme-event-item--border--disabled)}.ix-event-list-item .chevron-icon{margin-left:auto;margin-right:0.5rem;opacity:0.6;align-self:center}.ix-event-list-item .event-content{display:flex;align-items:center;width:100%;height:100%;overflow:hidden}";
|
|
107
107
|
|
|
108
108
|
const EventListItem = class {
|
|
109
109
|
constructor(hostRef) {
|
|
@@ -128,7 +128,7 @@ const EventListItem = class {
|
|
|
128
128
|
? `var(--theme-${this.color})`
|
|
129
129
|
: 'inherit',
|
|
130
130
|
opacity: `${this.disabled ? 0.4 : this.opacity}`,
|
|
131
|
-
} }), index.h("div", { class: "event-list-item-container" }, index.h("div", { class: "event-content" }, index.h("slot", null)), index.h("i", { class: "glyph glyph-16 glyph-chevron-right chevron-icon" }))));
|
|
131
|
+
} }), index.h("div", { class: "event-list-item-container" }, index.h("div", { class: "event-content" }, index.h("slot", null)), this.chevron ? (index.h("i", { class: "glyph glyph-16 glyph-chevron-right chevron-icon" })) : (''))));
|
|
132
132
|
}
|
|
133
133
|
get el() { return index.getElement(this); }
|
|
134
134
|
};
|
|
@@ -17,10 +17,10 @@ const Icon = class {
|
|
|
17
17
|
return (index.h(index.Host, { style: {
|
|
18
18
|
color: this.color ? `var(--theme-${this.color})` : 'inherit',
|
|
19
19
|
}, class: {
|
|
20
|
-
[
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
20
|
+
['size-12']: this.size === '12',
|
|
21
|
+
['size-16']: this.size === '16',
|
|
22
|
+
['size-24']: this.size === '24',
|
|
23
|
+
['size-32']: this.size === '32',
|
|
24
24
|
} }, index.h("i", { class: {
|
|
25
25
|
glyph: true,
|
|
26
26
|
[`glyph-${this.name}`]: true,
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-40761405.js');
|
|
6
6
|
const anime_es = require('./anime.es-8822f296.js');
|
|
7
7
|
|
|
8
|
-
const mapNavigationCss = ".sc-ix-map-navigation-h{display:flex;position:relative;width:100%;height:100%}.sc-ix-map-navigation-h .map-nav.sc-ix-map-navigation{display:flex;margin-left:4rem;position:relative;height:100%;flex-grow:1;overflow:hidden}.sc-ix-map-navigation-h .map-nav-sidebar.sc-ix-map-navigation{display:flex;flex-direction:column;align-items:center;width:29.75rem;max-width:29.75rem;min-width:29.75rem;height:100%;left:4rem;background-color:var(--theme-map-navigation--background);-webkit-border-end:0.125rem solid var(--theme-map-navigation-separator--background);border-inline-end:0.125rem solid var(--theme-map-navigation-separator--background);z-index:99}.sc-ix-map-navigation-h .map-nav-sidebar-content.sc-ix-map-navigation{align-items:center;position:relative;overflow:auto;height:100%;width:100%}.sc-ix-map-navigation-h .map-nav-sidebar-content.sc-ix-map-navigation .map-nav-sidebar-static-content.sc-ix-map-navigation{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);display:flex;justify-content:space-between;margin-top:0.437rem;margin-bottom:0.812rem;margin-left:1rem;margin-right:1rem}.sc-ix-map-navigation-h .map-nav-header.sc-ix-map-navigation{display:flex;position:relative;align-items:center;height:3.5rem;min-height:3.5rem;width:100%}.sc-ix-map-navigation-h .map-nav-header.sc-ix-map-navigation .map-nav-header-brand.sc-ix-map-navigation{background-color:var(--theme-map-navigation-background);display:flex;align-items:center;height:100%;width:100%;padding:0 1rem
|
|
8
|
+
const mapNavigationCss = ".sc-ix-map-navigation-h{display:flex;position:relative;width:100%;height:100%}.sc-ix-map-navigation-h .map-nav.sc-ix-map-navigation{display:flex;margin-left:4rem;position:relative;height:100%;flex-grow:1;overflow:hidden}.sc-ix-map-navigation-h .map-nav-sidebar.sc-ix-map-navigation{display:flex;flex-direction:column;align-items:center;width:29.75rem;max-width:29.75rem;min-width:29.75rem;height:100%;left:4rem;background-color:var(--theme-map-navigation--background);-webkit-border-end:0.125rem solid var(--theme-map-navigation-separator--background);border-inline-end:0.125rem solid var(--theme-map-navigation-separator--background);z-index:99}.sc-ix-map-navigation-h .map-nav-sidebar-content.sc-ix-map-navigation{align-items:center;position:relative;overflow:auto;height:100%;width:100%}.sc-ix-map-navigation-h .map-nav-sidebar-content.sc-ix-map-navigation .map-nav-sidebar-static-content.sc-ix-map-navigation{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);display:flex;justify-content:space-between;margin-top:0.437rem;margin-bottom:0.812rem;margin-left:1rem;margin-right:1rem}.sc-ix-map-navigation-h .map-nav-header.sc-ix-map-navigation{display:flex;position:relative;align-items:center;height:3.5rem;min-height:3.5rem;width:100%}.sc-ix-map-navigation-h .map-nav-header.sc-ix-map-navigation .map-nav-header-brand.sc-ix-map-navigation{background-color:var(--theme-map-navigation-background);display:flex;align-items:center;height:100%;width:100%;padding:0 1rem;--theme-app-header-logo--color:var(--theme-color-std-text)}.sc-ix-map-navigation-h .map-nav-header.sc-ix-map-navigation .map-nav-header-brand.sc-ix-map-navigation button.sc-ix-map-navigation{margin-left:1rem}.sc-ix-map-navigation-h .map-nav-header-content.sc-ix-map-navigation{display:flex;height:3.5rem;align-items:center;overflow:hidden;padding:0 1rem}.sc-ix-map-navigation-h .map-nav-header-content.sc-ix-map-navigation:empty{height:0}.sc-ix-map-navigation-h .map-nav-title.sc-ix-map-navigation{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);display:flex;align-items:center;flex-grow:1}.sc-ix-map-navigation-h .content.sc-ix-map-navigation{display:block;flex-grow:1;position:relative;height:100%;overflow:hidden;z-index:calc(var(--theme-z-index-sticky) - 1)}";
|
|
9
9
|
|
|
10
10
|
const MapNavigation = class {
|
|
11
11
|
constructor(hostRef) {
|
|
@@ -86,7 +86,7 @@ const MapNavigation = class {
|
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* Open a overlay inside content area
|
|
89
|
-
* @deprecated
|
|
89
|
+
* @deprecated Will be removed in 2.0.0. Use slot based approach
|
|
90
90
|
*
|
|
91
91
|
* @param name
|
|
92
92
|
* @param component
|
|
@@ -115,7 +115,7 @@ const MapNavigation = class {
|
|
|
115
115
|
}
|
|
116
116
|
/**
|
|
117
117
|
* Close current shown overlay
|
|
118
|
-
* @deprecated
|
|
118
|
+
* @deprecated Will be removed in 2.0.0. Use slot based approach
|
|
119
119
|
*/
|
|
120
120
|
async closeOverlay() {
|
|
121
121
|
anime_es.anime({
|
|
@@ -136,7 +136,7 @@ const MapNavigation = class {
|
|
|
136
136
|
});
|
|
137
137
|
}
|
|
138
138
|
render() {
|
|
139
|
-
return (index.h(index.Host, null, index.h("div", { id: "menu-placeholder" }), index.h("div", { class: "map-nav" }, index.h("div", { class: "map-nav-sidebar" }, index.h("div", { class: "map-nav-header" }, index.h("
|
|
139
|
+
return (index.h(index.Host, null, index.h("div", { id: "menu-placeholder" }), index.h("div", { class: "map-nav" }, index.h("div", { class: "map-nav-sidebar" }, index.h("div", { class: "map-nav-header" }, index.h("ix-application-header", { name: this.applicationName, class: "map-nav-header-brand" }, index.h("slot", { name: "logo" }))), index.h("div", { class: "map-nav-sidebar-content" }, index.h("div", { class: "map-nav-sidebar-static-content" }, index.h("div", { class: "map-nav-title" }, this.navigationTitle), this.hideContextMenu ? ('') : (index.h("ix-icon-button", { icon: "context-menu", ghost: true, size: "24", variant: "Secondary", onClick: (_) => this.contextMenuClick.emit() }))), index.h("div", { class: "map-nav-sidebar-user-content" }, index.h("slot", { name: "sidebar-content" })))), index.h("div", { class: "content" }, index.h("div", { class: "map-nav-header-content bg-2" }, index.h("slot", { name: "content-header" })), index.h("main", null, index.h("slot", null))))));
|
|
140
140
|
}
|
|
141
141
|
get hostElement() { return index.getElement(this); }
|
|
142
142
|
};
|
|
@@ -164,7 +164,7 @@ const MapNavigationOverlay = class {
|
|
|
164
164
|
easing: 'easeOutSine',
|
|
165
165
|
begin: () => {
|
|
166
166
|
this.hostElement.classList.remove('d-none');
|
|
167
|
-
}
|
|
167
|
+
},
|
|
168
168
|
});
|
|
169
169
|
}
|
|
170
170
|
closeOverlay() {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-40761405.js');
|
|
6
|
-
const rwd_util = require('./rwd.util-
|
|
6
|
+
const rwd_util = require('./rwd.util-2326824e.js');
|
|
7
7
|
|
|
8
8
|
/*
|
|
9
9
|
* SPDX-FileCopyrightText: 2022 Siemens AG
|
|
@@ -670,7 +670,7 @@ const MenuAboutNews = class {
|
|
|
670
670
|
};
|
|
671
671
|
MenuAboutNews.style = menuAboutNewsCss;
|
|
672
672
|
|
|
673
|
-
const menuAvatarCss = ".sc-ix-menu-avatar-h{display:block;position:relative;margin-bottom:0.5rem}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar{display:flex;align-items:center;height:2.5rem;max-height:2.5rem;padding-left:0.25rem;margin-left:0.75rem;margin-right:0.75rem;transition:0.15s;border-radius:1.25rem}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar>svg.sc-ix-menu-avatar{height:2rem;width:2rem;min-height:2rem;min-width:2rem}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar #avatar-path-background.sc-ix-menu-avatar{fill:var(--theme-avatar--background)}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar #avatar-path-person.sc-ix-menu-avatar{fill:var(--theme-
|
|
673
|
+
const menuAvatarCss = ".sc-ix-menu-avatar-h{display:block;position:relative;margin-bottom:0.5rem}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar{display:flex;align-items:center;height:2.5rem;max-height:2.5rem;padding-left:0.25rem;margin-left:0.75rem;margin-right:0.75rem;transition:0.15s;border-radius:1.25rem}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar>svg.sc-ix-menu-avatar{height:2rem;width:2rem;min-height:2rem;min-width:2rem}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar #avatar-path-background.sc-ix-menu-avatar{fill:var(--theme-avatar--background)}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar #avatar-path-person.sc-ix-menu-avatar{fill:var(--theme-color-4)}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar .avatar-name.sc-ix-menu-avatar{display:flex;flex-direction:column;overflow:hidden;white-space:nowrap;margin-left:1rem;line-height:1.14}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar .avatar-name.sc-ix-menu-avatar .text-default-single.sc-ix-menu-avatar{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar:not(.disabled):not(:disabled){cursor:pointer}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar:not(.disabled):not(:disabled):hover{background-color:var(--theme-avatar-btn--background--hover);color:var(--theme-avatar-btn--color--hover)}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar:not(.disabled):not(:disabled){cursor:pointer}.sc-ix-menu-avatar-h .avatar.sc-ix-menu-avatar:not(.disabled):not(:disabled):active{background-color:var(--theme-avatar-btn--background--active);color:var(--theme-avatar-btn--color--active)}";
|
|
674
674
|
|
|
675
675
|
const MenuAvatar = class {
|
|
676
676
|
constructor(hostRef) {
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const modal = require('./modal-
|
|
5
|
+
const modal = require('./modal-2112fb71.js');
|
|
6
6
|
require('./index-40761405.js');
|
|
7
|
-
require('./typed-event-
|
|
7
|
+
require('./typed-event-5030cc6a.js');
|
|
8
8
|
require('./anime.es-8822f296.js');
|
|
9
9
|
require('./animation-dfe01edc.js');
|
|
10
10
|
|
|
@@ -27,7 +27,8 @@ const Select = class {
|
|
|
27
27
|
this.isDropdownEmpty = false;
|
|
28
28
|
this.hasFocus = false;
|
|
29
29
|
this.navigationItem = undefined;
|
|
30
|
-
this.
|
|
30
|
+
this.inputFilterText = undefined;
|
|
31
|
+
this.inputValue = undefined;
|
|
31
32
|
}
|
|
32
33
|
get items() {
|
|
33
34
|
return Array.from(this.hostElement.querySelectorAll('ix-select-item'));
|
|
@@ -45,9 +46,15 @@ const Select = class {
|
|
|
45
46
|
return this.mode === 'multiple';
|
|
46
47
|
}
|
|
47
48
|
watchSelectedIndices(newId) {
|
|
48
|
-
if (newId) {
|
|
49
|
+
if (!newId) {
|
|
50
|
+
this.selectValue([]);
|
|
51
|
+
return;
|
|
52
|
+
}
|
|
53
|
+
if (Array.isArray(newId)) {
|
|
49
54
|
this.selectValue([...newId]);
|
|
55
|
+
return;
|
|
50
56
|
}
|
|
57
|
+
this.selectValue([newId]);
|
|
51
58
|
}
|
|
52
59
|
onItemClicked(event) {
|
|
53
60
|
const newId = event.detail;
|
|
@@ -89,10 +96,16 @@ const Select = class {
|
|
|
89
96
|
this.addItem.emit(value);
|
|
90
97
|
}
|
|
91
98
|
selectValue(ids) {
|
|
99
|
+
var _a;
|
|
92
100
|
this.items.forEach((item) => {
|
|
93
101
|
item.selected = ids.some((i) => i === item.value);
|
|
94
102
|
});
|
|
95
103
|
this.value = this.selectedItems.map((item) => item.label);
|
|
104
|
+
if (this.isSingleMode) {
|
|
105
|
+
this.inputValue = ((_a = this.value) === null || _a === void 0 ? void 0 : _a.length) ? this.value[0] : null;
|
|
106
|
+
return;
|
|
107
|
+
}
|
|
108
|
+
this.inputValue = null;
|
|
96
109
|
}
|
|
97
110
|
componentWillLoad() {
|
|
98
111
|
if (this.selectedIndices) {
|
|
@@ -101,6 +114,23 @@ const Select = class {
|
|
|
101
114
|
: [this.selectedIndices]);
|
|
102
115
|
}
|
|
103
116
|
}
|
|
117
|
+
componentDidLoad() {
|
|
118
|
+
this.labelMutationObserver = new MutationObserver(() => {
|
|
119
|
+
this.selectValue(Array.isArray(this.selectedIndices)
|
|
120
|
+
? this.selectedIndices
|
|
121
|
+
: [this.selectedIndices]);
|
|
122
|
+
});
|
|
123
|
+
this.labelMutationObserver.observe(this.hostElement, {
|
|
124
|
+
subtree: true,
|
|
125
|
+
attributes: true,
|
|
126
|
+
attributeFilter: ['label'],
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
disconnectedCallback() {
|
|
130
|
+
if (this.labelMutationObserver) {
|
|
131
|
+
this.labelMutationObserver.disconnect();
|
|
132
|
+
}
|
|
133
|
+
}
|
|
104
134
|
itemExists(item) {
|
|
105
135
|
return this.items.find((i) => i.label === item);
|
|
106
136
|
}
|
|
@@ -131,8 +161,8 @@ const Select = class {
|
|
|
131
161
|
}
|
|
132
162
|
async onEnterNavigation() {
|
|
133
163
|
var _a, _b;
|
|
134
|
-
if (this.editable && !this.itemExists(this.
|
|
135
|
-
this.emitAddItem(this.
|
|
164
|
+
if (this.editable && !this.itemExists(this.inputFilterText)) {
|
|
165
|
+
this.emitAddItem(this.inputFilterText);
|
|
136
166
|
this.navigationItem = this.items[this.items.length - 1];
|
|
137
167
|
}
|
|
138
168
|
(_a = this.navigationItem) === null || _a === void 0 ? void 0 : _a.onItemClick();
|
|
@@ -160,11 +190,11 @@ const Select = class {
|
|
|
160
190
|
});
|
|
161
191
|
}
|
|
162
192
|
filterItemsWithTypeahead() {
|
|
163
|
-
this.
|
|
164
|
-
if (this.
|
|
193
|
+
this.inputFilterText = this.inputRef.value;
|
|
194
|
+
if (this.inputFilterText) {
|
|
165
195
|
this.items.forEach((item) => {
|
|
166
196
|
item.classList.remove('d-none');
|
|
167
|
-
if (!item.label.toLowerCase().includes(this.
|
|
197
|
+
if (!item.label.toLowerCase().includes(this.inputFilterText.toLowerCase())) {
|
|
168
198
|
item.classList.add('d-none');
|
|
169
199
|
}
|
|
170
200
|
});
|
|
@@ -181,7 +211,7 @@ const Select = class {
|
|
|
181
211
|
}
|
|
182
212
|
clearInput() {
|
|
183
213
|
this.inputRef.value = '';
|
|
184
|
-
this.
|
|
214
|
+
this.inputFilterText = '';
|
|
185
215
|
}
|
|
186
216
|
clear() {
|
|
187
217
|
this.clearInput();
|
|
@@ -189,13 +219,6 @@ const Select = class {
|
|
|
189
219
|
this.selectedIndices = [];
|
|
190
220
|
this.itemSelectionChange.emit(null);
|
|
191
221
|
}
|
|
192
|
-
getInputValue() {
|
|
193
|
-
var _a;
|
|
194
|
-
if (this.isSingleMode) {
|
|
195
|
-
return ((_a = this.value) === null || _a === void 0 ? void 0 : _a.length) ? this.value[0] : null;
|
|
196
|
-
}
|
|
197
|
-
return null;
|
|
198
|
-
}
|
|
199
222
|
render() {
|
|
200
223
|
var _a, _b, _c;
|
|
201
224
|
return (index.h(index.Host, null, index.h("div", { class: {
|
|
@@ -217,10 +240,10 @@ const Select = class {
|
|
|
217
240
|
'allow-clear': this.allowClear && !!((_b = this.value) === null || _b === void 0 ? void 0 : _b.length),
|
|
218
241
|
}, placeholder: this.editable
|
|
219
242
|
? this.i18nPlaceholderEditable
|
|
220
|
-
: this.i18nPlaceholder, value: this.
|
|
243
|
+
: this.i18nPlaceholder, value: this.inputValue, ref: (ref) => (this.inputRef = ref), onInput: () => this.filterItemsWithTypeahead() }), this.disabled || this.readonly ? null : (index.h("div", { class: "chevron-down-container", ref: (ref) => {
|
|
221
244
|
if (this.editable)
|
|
222
245
|
this.dropdownWrapperRef = ref;
|
|
223
|
-
} }, index.h("ix-icon", { class: "chevron", name: "chevron-down-small" }))))), this.allowClear && (((_c = this.value) === null || _c === void 0 ? void 0 : _c.length) || this.
|
|
246
|
+
} }, index.h("ix-icon", { class: "chevron", name: "chevron-down-small" }))))), this.allowClear && (((_c = this.value) === null || _c === void 0 ? void 0 : _c.length) || this.inputFilterText) ? (index.h("ix-icon-button", { class: "clear", icon: "clear", ghost: true, oval: true, size: "24", onClick: (e) => {
|
|
224
247
|
e.preventDefault();
|
|
225
248
|
e.stopPropagation();
|
|
226
249
|
this.clear();
|
|
@@ -230,19 +253,19 @@ const Select = class {
|
|
|
230
253
|
'd-none': this.disabled ||
|
|
231
254
|
this.readonly ||
|
|
232
255
|
(this.isDropdownEmpty && !this.editable),
|
|
233
|
-
}, anchor: this.dropdownAnchor, trigger: this.dropdownWrapperRef, onShowChanged: (e) => this.dropdownVisibilityChanged(e), placement: "bottom", positioningStrategy: 'fixed', adjustDropdownWidthToReferenceWidth: true }, index.h("div", { class: "select-list-header" }, this.i18nSelectListHeader), index.h("slot", null), index.h("div", { ref: (ref) => (this.addItemRef = ref), class: "d-contents" }), this.itemExists(this.
|
|
256
|
+
}, anchor: this.dropdownAnchor, trigger: this.dropdownWrapperRef, onShowChanged: (e) => this.dropdownVisibilityChanged(e), placement: "bottom", positioningStrategy: 'fixed', adjustDropdownWidthToReferenceWidth: true }, index.h("div", { class: "select-list-header" }, this.i18nSelectListHeader), index.h("slot", null), index.h("div", { ref: (ref) => (this.addItemRef = ref), class: "d-contents" }), this.itemExists(this.inputFilterText) ? ('') : (index.h("ix-dropdown-item", { "data-testid": "add-item", icon: "plus", class: {
|
|
234
257
|
'add-item': true,
|
|
235
|
-
'd-none': !(this.editable && this.
|
|
236
|
-
}, label: this.
|
|
258
|
+
'd-none': !(this.editable && this.inputFilterText),
|
|
259
|
+
}, label: this.inputFilterText, onItemClick: (e) => {
|
|
237
260
|
e.preventDefault();
|
|
238
261
|
e.stopPropagation();
|
|
239
|
-
this.emitAddItem(this.
|
|
262
|
+
this.emitAddItem(this.inputFilterText);
|
|
240
263
|
} })))));
|
|
241
264
|
}
|
|
242
265
|
get hostElement() { return index.getElement(this); }
|
|
243
266
|
static get watchers() { return {
|
|
244
267
|
"selectedIndices": ["watchSelectedIndices"],
|
|
245
|
-
"
|
|
268
|
+
"inputFilterText": ["watchInputText"]
|
|
246
269
|
}; }
|
|
247
270
|
};
|
|
248
271
|
Select.style = selectCss;
|
|
@@ -27,7 +27,7 @@ const TabItem = class {
|
|
|
27
27
|
stretched: props.layout === 'stretched',
|
|
28
28
|
bottom: props.placement === 'bottom',
|
|
29
29
|
top: props.placement === 'top',
|
|
30
|
-
circle: props.circle
|
|
30
|
+
circle: props.circle,
|
|
31
31
|
};
|
|
32
32
|
}
|
|
33
33
|
render() {
|
|
@@ -39,7 +39,17 @@ const TabItem = class {
|
|
|
39
39
|
layout: this.layout,
|
|
40
40
|
placement: this.placement,
|
|
41
41
|
circle: this.rounded,
|
|
42
|
-
}), tabIndex: 0 }, index.h("div", { class: {
|
|
42
|
+
}), tabIndex: 0 }, index.h("div", { class: {
|
|
43
|
+
circle: this.rounded,
|
|
44
|
+
text: !this.rounded,
|
|
45
|
+
selected: this.selected,
|
|
46
|
+
disabled: this.disabled,
|
|
47
|
+
} }, index.h("slot", null)), index.h("div", { class: {
|
|
48
|
+
counter: true,
|
|
49
|
+
selected: this.selected,
|
|
50
|
+
hidden: !(this.rounded && this.counter !== undefined),
|
|
51
|
+
disabled: this.disabled,
|
|
52
|
+
} }, this.counter)));
|
|
43
53
|
}
|
|
44
54
|
};
|
|
45
55
|
TabItem.style = tabItemCss;
|
|
@@ -86,7 +86,7 @@ const Tabs = class {
|
|
|
86
86
|
amount = amount > 0 ? 0 : amount < maxScrollWidth ? maxScrollWidth : amount;
|
|
87
87
|
const styles = [
|
|
88
88
|
`transform: translateX(${amount}px);`,
|
|
89
|
-
click ?
|
|
89
|
+
click ? 'transition: all ease-in-out 400ms;' : '',
|
|
90
90
|
].join('');
|
|
91
91
|
tabWrapper.setAttribute('style', styles);
|
|
92
92
|
if (click)
|
|
@@ -114,7 +114,7 @@ const Tabs = class {
|
|
|
114
114
|
if (!this.showArrows())
|
|
115
115
|
return;
|
|
116
116
|
if (event.button > 0)
|
|
117
|
-
return;
|
|
117
|
+
return;
|
|
118
118
|
this.clickAction.timeout =
|
|
119
119
|
this.clickAction.timeout === null
|
|
120
120
|
? setTimeout(() => (this.clickAction.isClick = false), 300)
|