@sap-ux/ui-components 1.0.15 → 1.0.17

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.
Files changed (38) hide show
  1. package/dist/components/UIComboBox/UIComboBox.scss +3 -3
  2. package/dist/components/UIContextualMenu/UIContextualMenu.js +2 -2
  3. package/dist/components/UIContextualMenu/_variables.scss +2 -2
  4. package/dist/components/UIDropdown/UIDropdown.scss +3 -3
  5. package/dist/components/UIFlexibleTable/UIFlexibleTable.scss +2 -2
  6. package/dist/components/UIIcon/UIIcon.scss +1 -1
  7. package/dist/components/UIList/UIList.js +1 -1
  8. package/dist/components/UISection/UISection.scss +3 -3
  9. package/dist/components/UISection/UISplitter.scss +2 -2
  10. package/dist/components/UIToolbar/UIToolbar.scss +3 -3
  11. package/dist/components/UITreeDropdown/UITreeDropdown.scss +1 -1
  12. package/dist/styles/_typography.scss +14 -14
  13. package/dist/styles/_variables.scss +7 -7
  14. package/dist/styles/ui-components.scss +0 -2
  15. package/package.json +22 -22
  16. package/storybook/{759.208150d1cded76b9bdda.manager.bundle.js → 285.448fd01acb16f8ccd127.manager.bundle.js} +1 -1
  17. package/storybook/31.cb2d70c3.iframe.bundle.js +292 -0
  18. package/storybook/{906.d174131a.iframe.bundle.js → 311.4a6dcd18.iframe.bundle.js} +1 -1
  19. package/storybook/{978.203f7d4f519c9cf568a7.manager.bundle.js → 362.d1d8d00f5a09e2ff832f.manager.bundle.js} +127 -130
  20. package/storybook/{730.827471d00a11e6a00f1c.manager.bundle.js → 407.07368473eaea8ca7ac9d.manager.bundle.js} +1 -1
  21. package/storybook/{975.1724f257e848e2e2dc30.manager.bundle.js → 584.9b41a59097d5712041a8.manager.bundle.js} +1 -1
  22. package/storybook/{685.c06f12049c80ce91e2a2.manager.bundle.js → 711.cb0e8eb5a7ebb3d5d193.manager.bundle.js} +1 -1
  23. package/storybook/75.9909e053baa270d2e40d.manager.bundle.js +1 -0
  24. package/storybook/{509.aba86faff3e8f5dfb646.manager.bundle.js → 855.d9527da1a6555dcc5782.manager.bundle.js} +1 -1
  25. package/storybook/iframe.html +2 -2
  26. package/storybook/index.html +2 -2
  27. package/storybook/main.be84fd27dc83cc499cdb.manager.bundle.js +1 -0
  28. package/storybook/main.f0d35c05.iframe.bundle.js +98 -0
  29. package/storybook/project.json +1 -1
  30. package/storybook/runtime~main.103c6e7f4ffd98134910.manager.bundle.js +2 -0
  31. package/storybook/{runtime~main.3e35adfa.iframe.bundle.js → runtime~main.98a45af5.iframe.bundle.js} +2 -2
  32. package/dist/styles/_color.scss +0 -435
  33. package/dist/styles/_theia_materialcolors.scss +0 -279
  34. package/storybook/93.546e1b61.iframe.bundle.js +0 -301
  35. package/storybook/983.e2b76cd09b4905c95416.manager.bundle.js +0 -1
  36. package/storybook/main.d69c2f94.iframe.bundle.js +0 -98
  37. package/storybook/main.e843f431b2692c06059a.manager.bundle.js +0 -1
  38. package/storybook/runtime~main.03e39803f94832b4519e.manager.bundle.js +0 -2
@@ -64,13 +64,13 @@
64
64
  }
65
65
  }
66
66
  &--error {
67
- @include apply-combobox-error-border(var(--vscuie-inputValidation-errorBorder));
67
+ @include apply-combobox-error-border(var(--vscode-inputValidation-errorBorder));
68
68
  }
69
69
  &--warning {
70
- @include apply-combobox-error-border(var(--vscuie-inputValidation-warningBorder));
70
+ @include apply-combobox-error-border(var(--vscode-inputValidation-warningBorder));
71
71
  }
72
72
  &--info {
73
- @include apply-combobox-error-border(var(--vscuie-inputValidation-infoBorder));
73
+ @include apply-combobox-error-border(var(--vscode-inputValidation-infoBorder));
74
74
  }
75
75
  }
76
76
 
@@ -19,7 +19,7 @@ function getUIcontextualMenuStyles() {
19
19
  return {
20
20
  root: {
21
21
  minWidth: 190,
22
- background: 'var(--vscuie-input-background)',
22
+ background: 'var(--vscode-input-background)',
23
23
  border: 0
24
24
  }
25
25
  };
@@ -44,7 +44,7 @@ function getUIContextualMenuItemStyles() {
44
44
  marginRight: 6
45
45
  },
46
46
  label: {
47
- fontFamily: 'var(--vscuie-font-family)',
47
+ fontFamily: 'var(--vscode-font-family)',
48
48
  lineHeight: 18,
49
49
  height: 18
50
50
  },
@@ -1,9 +1,9 @@
1
1
  @import '../../styles/_variables.scss';
2
2
  @import '../../styles/_mixins.scss';
3
3
 
4
- $menu-background: var(--vscode-menu-background, var(--vscuie-input-background));
4
+ $menu-background: var(--vscode-menu-background, var(--vscode-input-background));
5
5
  $menu-color: var(--vscode-editorSuggestWidget-foreground);
6
- $menu-border-color: var(--vscuie-focusBorder);
6
+ $menu-border-color: var(--vscode-focusBorder);
7
7
 
8
8
  $menu-item-height: 22px;
9
9
  $menu-item-horizontal-padding: 8px;
@@ -61,13 +61,13 @@
61
61
  }
62
62
  }
63
63
  &--error {
64
- @include apply-dropdown-error-border(var(--vscuie-inputValidation-errorBorder));
64
+ @include apply-dropdown-error-border(var(--vscode-inputValidation-errorBorder));
65
65
  }
66
66
  &--warning {
67
- @include apply-dropdown-error-border(var(--vscuie-inputValidation-warningBorder));
67
+ @include apply-dropdown-error-border(var(--vscode-inputValidation-warningBorder));
68
68
  }
69
69
  &--info {
70
- @include apply-dropdown-error-border(var(--vscuie-inputValidation-infoBorder));
70
+ @include apply-dropdown-error-border(var(--vscode-inputValidation-infoBorder));
71
71
  }
72
72
  }
73
73
 
@@ -76,12 +76,12 @@ $readonly-labels-opacity: 0.4;
76
76
  background: var(--vscode-editor-background);
77
77
  }
78
78
  &.odd {
79
- background: var(--vscuie-sideBar-background);
79
+ background: var(--vscode-sideBar-background);
80
80
  }
81
81
  // Reverse background for zebra pattern
82
82
  &.reverse-background {
83
83
  &.even {
84
- background: var(--vscuie-sideBar-background);
84
+ background: var(--vscode-sideBar-background);
85
85
  }
86
86
  &.odd {
87
87
  background: var(--vscode-editor-background);
@@ -1,3 +1,3 @@
1
1
  .ts-icon {
2
- fill: var(--vscuie-foreground);
2
+ fill: var(--vscode-foreground);
3
3
  }
@@ -73,7 +73,7 @@ class UIList extends react_1.default.Component {
73
73
  fontWeight: 'normal',
74
74
  paddingLeft: 0,
75
75
  height: 20,
76
- color: 'var(--vscuie-settings-textInputForeground)'
76
+ color: 'var(--vscode-settings-textInputForeground)'
77
77
  }
78
78
  }
79
79
  });
@@ -8,7 +8,7 @@
8
8
  &__header {
9
9
  > div {
10
10
  flex: 0 1 auto;
11
- background: var(--vscuie-sideBarSectionHeader-background);
11
+ background: var(--vscode-sideBarSectionHeader-background);
12
12
  min-height: 40px;
13
13
  display: flex;
14
14
  align-items: center;
@@ -16,7 +16,7 @@
16
16
  white-space: nowrap;
17
17
  overflow: hidden;
18
18
  text-overflow: ellipsis;
19
- color: var(--vscuie-sideBarTitle-foreground);
19
+ color: var(--vscode-sideBarTitle-foreground);
20
20
  }
21
21
 
22
22
  &__title {
@@ -57,7 +57,7 @@
57
57
 
58
58
  &--extended {
59
59
  .section__header {
60
- background-color: var(--vscuie-sideBar-background);
60
+ background-color: var(--vscode-sideBar-background);
61
61
  }
62
62
  }
63
63
 
@@ -13,10 +13,10 @@
13
13
 
14
14
  $splitter-contrast-border: 1px solid var(--vscode-contrastBorder);
15
15
  $splitter-hover-contrast-border: 1px dashed var(--vscode-contrastActiveBorder);
16
- $splitter-focus-border: 1px solid var(--vscuie-focusBorder);
16
+ $splitter-focus-border: 1px solid var(--vscode-focusBorder);
17
17
 
18
18
  .splitter {
19
- background-color: var(--vscuie-splitter-background);
19
+ background-color: var(--vscode-splitter-background);
20
20
  position: absolute;
21
21
  outline: none;
22
22
 
@@ -10,8 +10,8 @@
10
10
  }
11
11
 
12
12
  &__content {
13
- border-bottom: 1px solid var(--vscode-contrastBorder, var(--vscuie-editorIndentGuide-background));
14
- background-color: var(--vscuie-editor-background);
13
+ border-bottom: 1px solid var(--vscode-contrastBorder, var(--vscode-editorIndentGuide-background));
14
+ background-color: var(--vscode-editor-background);
15
15
  display: flex;
16
16
  flex-wrap: wrap;
17
17
  min-width: 400px;
@@ -21,7 +21,7 @@
21
21
  display: inline-block;
22
22
  height: 20px;
23
23
  margin: 3px 10px 3px;
24
- border-right: 1px solid var(--vscode-contrastBorder, var(--vscuie-editorIndentGuide-background));
24
+ border-right: 1px solid var(--vscode-contrastBorder, var(--vscode-editorIndentGuide-background));
25
25
  }
26
26
 
27
27
  &__column {
@@ -34,7 +34,7 @@
34
34
  border: 1px solid $dropdown-input-focus-border-color;
35
35
  }
36
36
  &-close {
37
- border: 1px solid var(--vscuie-editorWidget-border);
37
+ border: 1px solid var(--vscode-editorWidget-border);
38
38
  }
39
39
  }
40
40
  }
@@ -3,70 +3,70 @@
3
3
 
4
4
  // H1
5
5
  .ui-large-header {
6
- font-family: var(--vscuie-font-family);
6
+ font-family: var(--vscode-font-family);
7
7
  font-weight: bold;
8
8
  font-size: 24px;
9
9
  font-style: normal;
10
10
  line-height: 29px;
11
- color: var(--vscuie-settings-headerForeground);
11
+ color: var(--vscode-settings-headerForeground);
12
12
  }
13
13
 
14
14
  // H2
15
15
  .ui-medium-header {
16
- font-family: var(--vscuie-font-family);
16
+ font-family: var(--vscode-font-family);
17
17
  font-weight: bold;
18
18
  font-size: 14px;
19
19
  font-style: normal;
20
20
  line-height: 16px;
21
- color: var(--vscuie-settings-headerForeground);
21
+ color: var(--vscode-settings-headerForeground);
22
22
  }
23
23
 
24
24
  // H3
25
25
  .ui-small-header {
26
- font-family: var(--vscuie-font-family);
26
+ font-family: var(--vscode-font-family);
27
27
  font-weight: bold;
28
28
  font-size: 13px;
29
29
  font-style: normal;
30
30
  line-height: 15px;
31
- color: var(--vscuie-settings-textInputForeground);
31
+ color: var(--vscode-settings-textInputForeground);
32
32
  }
33
33
 
34
34
  // T1
35
35
  .ui-medium-text {
36
- font-family: var(--vscuie-font-family);
36
+ font-family: var(--vscode-font-family);
37
37
  font-weight: normal;
38
38
  font-size: 13px;
39
39
  font-style: normal;
40
40
  line-height: 18px;
41
- color: var(--vscuie-settings-textInputForeground);
41
+ color: var(--vscode-settings-textInputForeground);
42
42
  }
43
43
 
44
44
  // T2
45
45
  .ui-medium-italic-text {
46
- font-family: var(--vscuie-font-family);
46
+ font-family: var(--vscode-font-family);
47
47
  font-weight: normal;
48
48
  font-size: 13px;
49
49
  font-style: italic;
50
50
  line-height: 18px;
51
- color: var(--vscuie-settings-textInputForeground);
51
+ color: var(--vscode-settings-textInputForeground);
52
52
  }
53
53
 
54
54
  // T3
55
55
  .ui-small-text {
56
- font-family: var(--vscuie-font-family);
56
+ font-family: var(--vscode-font-family);
57
57
  font-weight: normal;
58
58
  font-size: 11px;
59
59
  font-style: normal;
60
60
  line-height: 15px;
61
- color: var(--vscuie-settings-textInputForeground);
61
+ color: var(--vscode-settings-textInputForeground);
62
62
  }
63
63
 
64
64
  // T4
65
65
  .ui-small-italic-text {
66
- font-family: var(--vscuie-font-family);
66
+ font-family: var(--vscode-font-family);
67
67
  font-weight: normal;
68
68
  font-size: 11px;
69
69
  font-style: italic;
70
70
  line-height: 15px;
71
- color: var(--vscuie-settings-textInputForeground);
71
+ color: var(--vscode-settings-textInputForeground);
72
72
  }
@@ -1,8 +1,8 @@
1
1
  // Typography
2
2
 
3
- $font-family-base: var(--vscuie-font-family);
4
- $font-size-base: var(--vscuie-font-size);
5
- $font-weight-base: var(--vscuie-font-weight);
3
+ $font-family-base: var(--vscode-font-family);
4
+ $font-size-base: var(--vscode-font-size);
5
+ $font-weight-base: var(--vscode-font-weight);
6
6
 
7
7
  $base-element-height: 26px;
8
8
  $button-font-size: $font-size-base;
@@ -10,10 +10,10 @@ $button-font-size: $font-size-base;
10
10
  // Dropdowns
11
11
  // colors
12
12
  $dropdown-input-height: $base-element-height;
13
- $dropdown-input-color: var(--vscuie-foreground);
14
- $dropdown-input-background: var(--vscuie-input-background);
15
- $dropdown-input-border-color: var(--vscuie-editorWidget-border);
16
- $dropdown-input-focus-border-color: var(--vscuie-focusBorder);
13
+ $dropdown-input-color: var(--vscode-foreground);
14
+ $dropdown-input-background: var(--vscode-input-background);
15
+ $dropdown-input-border-color: var(--vscode-editorWidget-border);
16
+ $dropdown-input-focus-border-color: var(--vscode-focusBorder);
17
17
  // misc
18
18
  $dropdown-input-border-radius: 0;
19
19
  $dropdown-input-expand-icon-size: 16px;
@@ -1,5 +1,3 @@
1
- @import 'color';
2
- @import 'theia_materialcolors';
3
1
  @import 'variables';
4
2
  @import 'typography';
5
3
  @import 'mixins';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/ui-components",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "license": "Apache-2.0",
5
5
  "description": "SAP UI Components Library",
6
6
  "repository": {
@@ -19,10 +19,10 @@
19
19
  ],
20
20
  "main": "dist/index.js",
21
21
  "dependencies": {
22
- "@fluentui/react": "8.66.2",
22
+ "@fluentui/react": "8.100.0",
23
23
  "react-movable": "2.4.0",
24
24
  "react-virtualized": "9.22.3",
25
- "sanitize-html": "2.7.1",
25
+ "sanitize-html": "2.7.3",
26
26
  "uuid": "3.4.0"
27
27
  },
28
28
  "peerDependencies": {
@@ -31,35 +31,35 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "storybook-addon-turbo-build": "1.1.0",
34
- "@babel/core": "7.14.8",
35
- "@babel/helper-define-map": "7.14.5",
36
- "@storybook/builder-webpack5": "6.5.10",
37
- "@storybook/manager-webpack5": "6.5.10",
38
- "@storybook/react": "6.5.10",
39
- "@types/enzyme": "3.10.5",
34
+ "@babel/core": "7.20.2",
35
+ "@babel/helper-define-map": "7.18.6",
36
+ "@storybook/builder-webpack5": "6.5.13",
37
+ "@storybook/manager-webpack5": "6.5.13",
38
+ "@storybook/react": "6.5.13",
39
+ "@types/enzyme": "3.10.12",
40
40
  "@types/enzyme-adapter-react-16": "1.0.6",
41
41
  "@types/react": "16.14.0",
42
42
  "@types/react-dom": "16.8.5",
43
- "@types/react-virtualized": "9.21.11",
44
- "@types/sanitize-html": "2.3.2",
43
+ "@types/react-virtualized": "9.21.21",
44
+ "@types/sanitize-html": "2.6.2",
45
45
  "@types/uuid": "3.4.7",
46
- "babel-jest": "^24.8.0",
47
- "babel-loader": "8.1.0",
48
- "copyfiles": "2.1.1",
49
- "css-loader": "^5.2.6",
46
+ "babel-jest": "24.8.0",
47
+ "babel-loader": "9.1.0",
48
+ "copyfiles": "2.4.1",
49
+ "css-loader": "6.7.1",
50
50
  "enzyme": "3.11.0",
51
- "enzyme-adapter-react-16": "1.15.2",
52
- "eslint": "8.21.0",
53
- "eslint-plugin-react": "7.31.6",
51
+ "enzyme-adapter-react-16": "1.15.7",
52
+ "eslint": "8.23.0",
53
+ "eslint-plugin-react": "7.31.10",
54
54
  "jest-scss-transform": "1.0.3",
55
55
  "npm-run-all": "4.1.5",
56
56
  "react": "16.14.0",
57
57
  "react-dom": "16.14.0",
58
58
  "require-from-string": "2.0.2",
59
- "sass": "1.54.8",
60
- "sass-loader": "13.0.2",
61
- "style-loader": "0.23.1",
62
- "ts-loader": "9.2.3",
59
+ "sass": "1.56.0",
60
+ "sass-loader": "13.1.0",
61
+ "style-loader": "3.3.1",
62
+ "ts-loader": "9.4.1",
63
63
  "typescript": "4.3.5",
64
64
  "webpack": "5.74.0"
65
65
  },
@@ -1,4 +1,4 @@
1
- (self.webpackChunk_sap_ux_ui_components=self.webpackChunk_sap_ux_ui_components||[]).push([[759],{52759:(Ee,je,E)=>{"use strict";E.r(je),E.d(je,{formatter:()=>Pb});var K=E(96319),J=E.n(K),Y=E(44154),ne=E.n(Y),le=E(70264),re=E.n(le),ge=E(37539),Qe=E.n(ge),Ie=E(21841),$e=E.n(Ie),Xe=E(29854),Je=E.n(Xe),Re=E(34126),Be=E.n(Re),ke=E(28742),ft=E.n(ke),Yt=E(65145),Ft=E.n(Yt),gt=E(95017),nt=E.n(gt),lr=E(15457),Wt=E.n(lr),Tn=E(49084),Qt=E.n(Tn),Zt=E(98972),ju=E.n(Zt),xn=E(15720),Fi=E.n(xn),fu=E(50196),Ca=E.n(fu),kr=E(1338),Zo=E.n(kr),er=E(54907),Kr=E.n(er),Kn=E(50998),un=E.n(Kn),du=E(80554),es=E.n(du),bi=E(58864),ts=E.n(bi),Ru=E(29314),rs=E.n(Ru),Si=E(64685),_u=E.n(Si),st=E(56794),Nt=E.n(st),Pt=E(69714),Bn=E.n(Pt),Ir=E(8807),an=E.n(Ir),ns=E(11316),Jl=E.n(ns),Yl=E(8481),Mf=E.n(Yl),Vt=E(45979),Et=E.n(Vt),_t=E(4489),yt=E.n(_t),hu=E(74751),rm=E.n(hu),jf=E(28551),Du=E.n(jf),Tt=E(56322),wn=E.n(Tt),Ql=E(46868),nm=E.n(Ql),Rf=E(38892),um=E.n(Rf),_f=E(76689),cr=E.n(_f),vt=E(60002),tr=E.n(vt),zn=E(33861),Uf=E.n(zn),Ti=E(37189),us=E.n(Ti),qn=E(82138),xi=E.n(qn),as=E(7642),v7=E.n(as),AF=E(31746),y7=E.n(AF),FF=E(57002),E7=E.n(FF),bF=E(87093),C7=E.n(bF),SF=E(77096),A7=E.n(SF),TF=E(51900),F7=E.n(TF),xF=E(98026),b7=E.n(xF),BF=E(85202),S7=E.n(BF),wF=E(70286),T7=E.n(wF),PF=E(7401),x7=E.n(PF),NF=E(34201),B7=E.n(NF),OF=E(73361),w7=E.n(OF),kF=E(16242),P7=E.n(kF),IF=E(53814),N7=E.n(IF),LF=E(2663),O7=E.n(LF),MF=E(79628),k7=E.n(MF),jF=E(21030),I7=E.n(jF),RF=E(91637),L7=E.n(RF),_F=E(61561),M7=E.n(_F),UF=E(74735),j7=E.n(UF),$F=E(74513),R7=E.n($F),WF=E(2203),_7=E.n(WF),VF=E(69011),U7=E.n(VF),GF=E(78013),$7=E.n(GF),HF=E(3600),W7=E.n(HF),KF=E(334),V7=E.n(KF),zF=E(99526),G7=E.n(zF),qF=E(2876),H7=E.n(qF),XF=E(21203),K7=E.n(XF),JF=E(3805),z7=E.n(JF),YF=E(51080),q7=E.n(YF),QF=E(24991),X7=E.n(QF),ZF=E(22603),J7=E.n(ZF),eb=E(60144),Y7=E.n(eb),tb=E(16699),Q7=E.n(tb),rb=E(65348),Z7=E.n(rb),nb=E(6355),eL=E.n(nb),ub=E(5562),tL=E.n(ub),ab=E(24289),rL=E.n(ab),ib=E(7334),nL=E.n(ib),ob=E(68903),uL=E.n(ob),sb=E(31075),aL=E.n(sb),lb=E(34258),iL=E.n(lb),cb=E(26825),oL=E.n(cb),pb=E(8020),sL=E.n(pb),fb=E(20377),lL=E.n(fb),db=E(43522),cL=E.n(db),hb=E(28417),pL=E.n(hb),Db=E(40907),fL=E.n(Db),mb=E(37314),dL=E.n(mb),gb=E(91622),hL=E.n(gb),vb=E(69469),yb=E.n(vb),mu=E(23481),DL=E(96832),Eb=E(58897),mL=E.n(Eb),Cb=E(79119),gL=E.n(Cb);function Bi(ee){var ve=typeof Map=="function"?new Map:void 0;return Bi=function(Ne){if(Ne===null||!Ab(Ne))return Ne;if(typeof Ne!="function")throw new TypeError("Super expression must either be null or a function");if(typeof ve!="undefined"){if(ve.has(Ne))return ve.get(Ne);ve.set(Ne,dt)}function dt(){return Zl(Ne,arguments,Xn(this).constructor)}return dt.prototype=Object.create(Ne.prototype,{constructor:{value:dt,enumerable:!1,writable:!0,configurable:!0}}),is(dt,Ne)},Bi(ee)}function Zl(ee,ve,Pe){return om()?Zl=Reflect.construct:Zl=function(dt,bt,Er){var Ge=[null];Ge.push.apply(Ge,bt);var xt=Function.bind.apply(dt,Ge),zr=new xt;return Er&&is(zr,Er.prototype),zr},Zl.apply(null,arguments)}function Ab(ee){return Function.toString.call(ee).indexOf("[native code]")!==-1}function am(ee){return cm(ee)||sm(ee)||ec(ee)||lm()}function Aa(){return typeof Reflect!="undefined"&&Reflect.get?Aa=Reflect.get:Aa=function(ve,Pe,Ne){var dt=Fb(ve,Pe);if(!!dt){var bt=Object.getOwnPropertyDescriptor(dt,Pe);return bt.get?bt.get.call(arguments.length<3?ve:Ne):bt.value}},Aa.apply(this,arguments)}function Fb(ee,ve){for(;!Object.prototype.hasOwnProperty.call(ee,ve)&&(ee=Xn(ee),ee!==null););return ee}function Gt(ee,ve){if(typeof ve!="function"&&ve!==null)throw new TypeError("Super expression must either be null or a function");ee.prototype=Object.create(ve&&ve.prototype,{constructor:{value:ee,writable:!0,configurable:!0}}),Object.defineProperty(ee,"prototype",{writable:!1}),ve&&is(ee,ve)}function is(ee,ve){return is=Object.setPrototypeOf||function(Ne,dt){return Ne.__proto__=dt,Ne},is(ee,ve)}function Ht(ee){var ve=om();return function(){var Ne=Xn(ee),dt;if(ve){var bt=Xn(this).constructor;dt=Reflect.construct(Ne,arguments,bt)}else dt=Ne.apply(this,arguments);return im(this,dt)}}function im(ee,ve){if(ve&&(we(ve)==="object"||typeof ve=="function"))return ve;if(ve!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return bb(ee)}function bb(ee){if(ee===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ee}function om(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(ee){return!1}}function Xn(ee){return Xn=Object.setPrototypeOf?Object.getPrototypeOf:function(Pe){return Pe.__proto__||Object.getPrototypeOf(Pe)},Xn(ee)}function de(ee,ve){var Pe=typeof Symbol!="undefined"&&ee[Symbol.iterator]||ee["@@iterator"];if(!Pe){if(Array.isArray(ee)||(Pe=ec(ee))||ve&&ee&&typeof ee.length=="number"){Pe&&(ee=Pe);var Ne=0,dt=function(){};return{s:dt,n:function(){return Ne>=ee.length?{done:!0}:{done:!1,value:ee[Ne++]}},e:function(zr){throw zr},f:dt}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
1
+ (self.webpackChunk_sap_ux_ui_components=self.webpackChunk_sap_ux_ui_components||[]).push([[285],{31285:(Ee,je,E)=>{"use strict";E.r(je),E.d(je,{formatter:()=>Pb});var K=E(96319),J=E.n(K),Y=E(44154),ne=E.n(Y),le=E(70264),re=E.n(le),ge=E(37539),Qe=E.n(ge),Ie=E(21841),$e=E.n(Ie),Xe=E(29854),Je=E.n(Xe),Re=E(34126),Be=E.n(Re),ke=E(28742),ft=E.n(ke),Yt=E(65145),Ft=E.n(Yt),gt=E(95017),nt=E.n(gt),lr=E(15457),Wt=E.n(lr),Tn=E(49084),Qt=E.n(Tn),Zt=E(98972),ju=E.n(Zt),xn=E(15720),Fi=E.n(xn),fu=E(50196),Ca=E.n(fu),kr=E(1338),Zo=E.n(kr),er=E(54907),Kr=E.n(er),Kn=E(50998),un=E.n(Kn),du=E(80554),es=E.n(du),bi=E(58864),ts=E.n(bi),Ru=E(29314),rs=E.n(Ru),Si=E(64685),_u=E.n(Si),st=E(56794),Nt=E.n(st),Pt=E(69714),Bn=E.n(Pt),Ir=E(8807),an=E.n(Ir),ns=E(11316),Jl=E.n(ns),Yl=E(8481),Mf=E.n(Yl),Vt=E(45979),Et=E.n(Vt),_t=E(4489),yt=E.n(_t),hu=E(74751),rm=E.n(hu),jf=E(28551),Du=E.n(jf),Tt=E(56322),wn=E.n(Tt),Ql=E(46868),nm=E.n(Ql),Rf=E(38892),um=E.n(Rf),_f=E(76689),cr=E.n(_f),vt=E(60002),tr=E.n(vt),zn=E(33861),Uf=E.n(zn),Ti=E(37189),us=E.n(Ti),qn=E(82138),xi=E.n(qn),as=E(7642),v7=E.n(as),AF=E(31746),y7=E.n(AF),FF=E(57002),E7=E.n(FF),bF=E(87093),C7=E.n(bF),SF=E(77096),A7=E.n(SF),TF=E(51900),F7=E.n(TF),xF=E(98026),b7=E.n(xF),BF=E(85202),S7=E.n(BF),wF=E(70286),T7=E.n(wF),PF=E(7401),x7=E.n(PF),NF=E(34201),B7=E.n(NF),OF=E(73361),w7=E.n(OF),kF=E(16242),P7=E.n(kF),IF=E(53814),N7=E.n(IF),LF=E(2663),O7=E.n(LF),MF=E(79628),k7=E.n(MF),jF=E(21030),I7=E.n(jF),RF=E(91637),L7=E.n(RF),_F=E(61561),M7=E.n(_F),UF=E(74735),j7=E.n(UF),$F=E(74513),R7=E.n($F),WF=E(2203),_7=E.n(WF),VF=E(69011),U7=E.n(VF),GF=E(78013),$7=E.n(GF),HF=E(3600),W7=E.n(HF),KF=E(334),V7=E.n(KF),zF=E(99526),G7=E.n(zF),qF=E(2876),H7=E.n(qF),XF=E(21203),K7=E.n(XF),JF=E(3805),z7=E.n(JF),YF=E(51080),q7=E.n(YF),QF=E(24991),X7=E.n(QF),ZF=E(22603),J7=E.n(ZF),eb=E(60144),Y7=E.n(eb),tb=E(16699),Q7=E.n(tb),rb=E(65348),Z7=E.n(rb),nb=E(6355),eL=E.n(nb),ub=E(5562),tL=E.n(ub),ab=E(24289),rL=E.n(ab),ib=E(7334),nL=E.n(ib),ob=E(68903),uL=E.n(ob),sb=E(31075),aL=E.n(sb),lb=E(34258),iL=E.n(lb),cb=E(26825),oL=E.n(cb),pb=E(8020),sL=E.n(pb),fb=E(20377),lL=E.n(fb),db=E(43522),cL=E.n(db),hb=E(28417),pL=E.n(hb),Db=E(40907),fL=E.n(Db),mb=E(37314),dL=E.n(mb),gb=E(91622),hL=E.n(gb),vb=E(69469),yb=E.n(vb),mu=E(34285),DL=E(96832),Eb=E(58897),mL=E.n(Eb),Cb=E(79119),gL=E.n(Cb);function Bi(ee){var ve=typeof Map=="function"?new Map:void 0;return Bi=function(Ne){if(Ne===null||!Ab(Ne))return Ne;if(typeof Ne!="function")throw new TypeError("Super expression must either be null or a function");if(typeof ve!="undefined"){if(ve.has(Ne))return ve.get(Ne);ve.set(Ne,dt)}function dt(){return Zl(Ne,arguments,Xn(this).constructor)}return dt.prototype=Object.create(Ne.prototype,{constructor:{value:dt,enumerable:!1,writable:!0,configurable:!0}}),is(dt,Ne)},Bi(ee)}function Zl(ee,ve,Pe){return om()?Zl=Reflect.construct:Zl=function(dt,bt,Er){var Ge=[null];Ge.push.apply(Ge,bt);var xt=Function.bind.apply(dt,Ge),zr=new xt;return Er&&is(zr,Er.prototype),zr},Zl.apply(null,arguments)}function Ab(ee){return Function.toString.call(ee).indexOf("[native code]")!==-1}function am(ee){return cm(ee)||sm(ee)||ec(ee)||lm()}function Aa(){return typeof Reflect!="undefined"&&Reflect.get?Aa=Reflect.get:Aa=function(ve,Pe,Ne){var dt=Fb(ve,Pe);if(!!dt){var bt=Object.getOwnPropertyDescriptor(dt,Pe);return bt.get?bt.get.call(arguments.length<3?ve:Ne):bt.value}},Aa.apply(this,arguments)}function Fb(ee,ve){for(;!Object.prototype.hasOwnProperty.call(ee,ve)&&(ee=Xn(ee),ee!==null););return ee}function Gt(ee,ve){if(typeof ve!="function"&&ve!==null)throw new TypeError("Super expression must either be null or a function");ee.prototype=Object.create(ve&&ve.prototype,{constructor:{value:ee,writable:!0,configurable:!0}}),Object.defineProperty(ee,"prototype",{writable:!1}),ve&&is(ee,ve)}function is(ee,ve){return is=Object.setPrototypeOf||function(Ne,dt){return Ne.__proto__=dt,Ne},is(ee,ve)}function Ht(ee){var ve=om();return function(){var Ne=Xn(ee),dt;if(ve){var bt=Xn(this).constructor;dt=Reflect.construct(Ne,arguments,bt)}else dt=Ne.apply(this,arguments);return im(this,dt)}}function im(ee,ve){if(ve&&(we(ve)==="object"||typeof ve=="function"))return ve;if(ve!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return bb(ee)}function bb(ee){if(ee===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ee}function om(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(ee){return!1}}function Xn(ee){return Xn=Object.setPrototypeOf?Object.getPrototypeOf:function(Pe){return Pe.__proto__||Object.getPrototypeOf(Pe)},Xn(ee)}function de(ee,ve){var Pe=typeof Symbol!="undefined"&&ee[Symbol.iterator]||ee["@@iterator"];if(!Pe){if(Array.isArray(ee)||(Pe=ec(ee))||ve&&ee&&typeof ee.length=="number"){Pe&&(ee=Pe);var Ne=0,dt=function(){};return{s:dt,n:function(){return Ne>=ee.length?{done:!0}:{done:!1,value:ee[Ne++]}},e:function(zr){throw zr},f:dt}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
2
2
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var bt=!0,Er=!1,Ge;return{s:function(){Pe=Pe.call(ee)},n:function(){var zr=Pe.next();return bt=zr.done,zr},e:function(zr){Er=!0,Ge=zr},f:function(){try{!bt&&Pe.return!=null&&Pe.return()}finally{if(Er)throw Ge}}}}function gu(ee,ve,Pe){return ve in ee?Object.defineProperty(ee,ve,{value:Pe,enumerable:!0,configurable:!0,writable:!0}):ee[ve]=Pe,ee}function Z(ee){return Tb(ee)||sm(ee)||ec(ee)||Sb()}function Sb(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
3
3
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function sm(ee){if(typeof Symbol!="undefined"&&ee[Symbol.iterator]!=null||ee["@@iterator"]!=null)return Array.from(ee)}function Tb(ee){if(Array.isArray(ee))return $f(ee)}function _e(ee,ve){return cm(ee)||xb(ee,ve)||ec(ee,ve)||lm()}function lm(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
4
4
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ec(ee,ve){if(!!ee){if(typeof ee=="string")return $f(ee,ve);var Pe=Object.prototype.toString.call(ee).slice(8,-1);if(Pe==="Object"&&ee.constructor&&(Pe=ee.constructor.name),Pe==="Map"||Pe==="Set")return Array.from(ee);if(Pe==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Pe))return $f(ee,ve)}}function $f(ee,ve){(ve==null||ve>ee.length)&&(ve=ee.length);for(var Pe=0,Ne=new Array(ve);Pe<ve;Pe++)Ne[Pe]=ee[Pe];return Ne}function xb(ee,ve){var Pe=ee==null?null:typeof Symbol!="undefined"&&ee[Symbol.iterator]||ee["@@iterator"];if(Pe!=null){var Ne=[],dt=!0,bt=!1,Er,Ge;try{for(Pe=Pe.call(ee);!(dt=(Er=Pe.next()).done)&&(Ne.push(Er.value),!(ve&&Ne.length===ve));dt=!0);}catch(xt){bt=!0,Ge=xt}finally{try{!dt&&Pe.return!=null&&Pe.return()}finally{if(bt)throw Ge}}return Ne}}function cm(ee){if(Array.isArray(ee))return ee}function we(ee){return we=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(ve){return typeof ve}:function(ve){return ve&&typeof Symbol=="function"&&ve.constructor===Symbol&&ve!==Symbol.prototype?"symbol":typeof ve},we(ee)}function pe(ee,ve){if(!(ee instanceof ve))throw new TypeError("Cannot call a class as a function")}function pm(ee,ve){for(var Pe=0;Pe<ve.length;Pe++){var Ne=ve[Pe];Ne.enumerable=Ne.enumerable||!1,Ne.configurable=!0,"value"in Ne&&(Ne.writable=!0),Object.defineProperty(ee,Ne.key,Ne)}}function fe(ee,ve,Pe){return ve&&pm(ee.prototype,ve),Pe&&pm(ee,Pe),Object.defineProperty(ee,"prototype",{writable:!1}),ee}var fm={exports:{}};(function(ee,ve){(function(Pe,Ne){ee.exports=Ne()})(mu.c,function(){var Pe=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof mu.c!="undefined"?mu.c:typeof self!="undefined"?self:{};function Ne(C){var h={exports:{}};return C(h,h.exports),h.exports}var dt=Ne(function(C,h){function m(g){return h.$0<=g&&g<=h.$9}/**