@sapui5/sap.makit 1.123.1 → 1.124.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.makit",
3
- "version": "1.123.1",
3
+ "version": "1.124.1",
4
4
  "description": "SAPUI5 Library sap.makit",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  * (c) Copyright 2009-2024 SAP SE. All rights reserved.</copyright>
8
- <version>1.123.1</version>
8
+ <version>1.124.1</version>
9
9
 
10
10
  <documentation>Mobile Chart controls based on the Sybase MAKIT charting lib.</documentation>
11
11
 
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  "sap.makit.ValueAxis",
51
51
  "sap.makit.ValueBubble"
52
52
  ],
53
- version: "1.123.1"
53
+ version: "1.124.1"
54
54
  });
55
55
 
56
56
  /**
@@ -2,7 +2,16 @@
2
2
  * SAPUI5
3
3
  * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
4
  */
5
- @import "../base/library.source.less";
5
+ /***********************************************************************************
6
+ /* Due to deprecation of sap_bluecrystal with SAPUI5 version 1.44 the
7
+ /* inheritance of the base theme is now updated to an inheritance of a static
8
+ /* copy of the base theme named sap_bluecrystal_base. The respective
9
+ /* control css files of base are copied to the sap_bluecrystal_base theme folder.
10
+ /* This decoupling of the base theme is introduced with SAPUI5 version 1.124.
11
+ ***********************************************************************************/
12
+
13
+
14
+ @import "../sap_bluecrystal_base/library.source.less";
6
15
  @import "../../../../sap/ui/core/themes/sap_bluecrystal/base.less";
7
16
  @import "../../../../sap/ui/core/themes/sap_bluecrystal/global.less";
8
17
  @import "shared.less";
@@ -0,0 +1,410 @@
1
+ /* ============================================= */
2
+ /* CSS for control sap.makit/Chart.control */
3
+ /* ============================================= */
4
+
5
+
6
+ @sapUiChartFontFamily: Helvetica;
7
+
8
+ @sapUiChartHightlight: #808080;
9
+
10
+ @sapuiChartLegendBgColor: #000000;
11
+ @sapuiChartLegendTextColor: #FFFFFF;
12
+ @sapuiChartLegendFontFamily: @sapUiChartFontFamily;
13
+ @sapuiChartLegendFontStyle: normal;
14
+ @sapuiChartLegendBorderColor: #000000;
15
+
16
+ @sapUiChartXAxisFontFamily: @sapUiChartFontFamily;
17
+ @sapUiChartXAxisFontSize: 14px;
18
+
19
+ @sapUiChartYAxisFontFamily: @sapUiChartFontFamily;
20
+ @sapUiChartYAxisFontSize: 14px;
21
+
22
+ @sapUiChartValueBubbleLegendBG: #000000;
23
+ @sapUiChartValueBubbleLegendTextColor: #FFFFFF;
24
+ @sapUiChartValueBubbleLegendFontSize: 14px;
25
+ @sapUiChartValueBubbleLegendFontWeight: Bold;
26
+ @sapUiChartValueBubbleLegendFontFamily: @sapUiChartFontFamily;
27
+
28
+ @sapUiChartRangeSelectorFontSize: 14px;
29
+ @sapUiChartRangeSelectorFontFamily: @sapUiChartFontFamily;
30
+ @sapUiChartRangeSelectorFontColor: #707070;
31
+
32
+ @sapUiChartTableFontSize: 14px;
33
+ @sapUiChartTableFontFamily: @sapUiChartFontFamily;
34
+ @sapUiChartTableHighlightColor: #0090d5;
35
+ @sapUiChartTableHighlightTextColor: #000000;
36
+
37
+ @sapUiFillPaletteColor1: #008fd3;
38
+ @sapUiFillPaletteColor2: #99d101;
39
+ @sapUiFillPaletteColor3: #f39b02;
40
+ @sapUiFillPaletteColor4: #9fcfeb;
41
+ @sapUiFillPaletteColor5: #4ba707;
42
+ @sapUiFillPaletteColor6: #f6d133;
43
+ @sapUiFillPaletteColor7: #cb4c2d;
44
+ @sapUiFillPaletteColor8: #cac7ba;
45
+ @sapUiFillPaletteColor9: #0d869c;
46
+ @sapUiFillPaletteColor10: #cdd72e;
47
+ @sapUiFillPaletteColor11: #247230;
48
+ @sapUiFillPaletteColor12: #6CDEDC;
49
+ @sapUiFillPaletteColor13: #EB7300;
50
+ @sapUiFillPaletteColor14: #B9BBD1;
51
+ @sapUiFillPaletteColor15: #006DD3;
52
+ @sapUiFillPaletteColor16: #3DB97F;
53
+
54
+
55
+ @sapUiStrokePaletteColor1: hsl( hue(@sapUiFillPaletteColor1), saturation(@sapUiFillPaletteColor1), lightness(@sapUiFillPaletteColor1)/2);
56
+ @sapUiStrokePaletteColor2: hsl( hue(@sapUiFillPaletteColor2), saturation(@sapUiFillPaletteColor2), lightness(@sapUiFillPaletteColor2)/2);
57
+ @sapUiStrokePaletteColor3: hsl( hue(@sapUiFillPaletteColor3), saturation(@sapUiFillPaletteColor3), lightness(@sapUiFillPaletteColor3)/2);
58
+ @sapUiStrokePaletteColor4: hsl( hue(@sapUiFillPaletteColor4), saturation(@sapUiFillPaletteColor4), lightness(@sapUiFillPaletteColor4)/2);
59
+ @sapUiStrokePaletteColor5: hsl( hue(@sapUiFillPaletteColor5), saturation(@sapUiFillPaletteColor5), lightness(@sapUiFillPaletteColor5)/2);
60
+ @sapUiStrokePaletteColor6: hsl( hue(@sapUiFillPaletteColor6), saturation(@sapUiFillPaletteColor6), lightness(@sapUiFillPaletteColor6)/2);
61
+ @sapUiStrokePaletteColor7: hsl( hue(@sapUiFillPaletteColor7), saturation(@sapUiFillPaletteColor7), lightness(@sapUiFillPaletteColor7)/2);
62
+ @sapUiStrokePaletteColor8: hsl( hue(@sapUiFillPaletteColor8), saturation(@sapUiFillPaletteColor8), lightness(@sapUiFillPaletteColor8)/2);
63
+ @sapUiStrokePaletteColor9: hsl( hue(@sapUiFillPaletteColor9), saturation(@sapUiFillPaletteColor9), lightness(@sapUiFillPaletteColor9)/2);
64
+ @sapUiStrokePaletteColor10: hsl( hue(@sapUiFillPaletteColor10), saturation(@sapUiFillPaletteColor10), lightness(@sapUiFillPaletteColor10)/2);
65
+ @sapUiStrokePaletteColor11: hsl( hue(@sapUiFillPaletteColor11), saturation(@sapUiFillPaletteColor11), lightness(@sapUiFillPaletteColor11)/2);
66
+ @sapUiStrokePaletteColor12: hsl( hue(@sapUiFillPaletteColor12), saturation(@sapUiFillPaletteColor12), lightness(@sapUiFillPaletteColor12)/2);
67
+ @sapUiStrokePaletteColor13: hsl( hue(@sapUiFillPaletteColor13), saturation(@sapUiFillPaletteColor13), lightness(@sapUiFillPaletteColor13)/2);
68
+ @sapUiStrokePaletteColor14: hsl( hue(@sapUiFillPaletteColor14), saturation(@sapUiFillPaletteColor14), lightness(@sapUiFillPaletteColor14)/2);
69
+ @sapUiStrokePaletteColor15: hsl( hue(@sapUiFillPaletteColor15), saturation(@sapUiFillPaletteColor15), lightness(@sapUiFillPaletteColor15)/2);
70
+ @sapUiStrokePaletteColor16: hsl( hue(@sapUiFillPaletteColor16), saturation(@sapUiFillPaletteColor16), lightness(@sapUiFillPaletteColor16)/2);
71
+
72
+ @sapUiInsetShadowPaletteColor1: hsl( hue(@sapUiFillPaletteColor1), saturation(@sapUiFillPaletteColor1), lightness(@sapUiFillPaletteColor1)*1.75);
73
+ @sapUiInsetShadowPaletteColor2: hsl( hue(@sapUiFillPaletteColor2), saturation(@sapUiFillPaletteColor2), lightness(@sapUiFillPaletteColor2)*1.75);
74
+ @sapUiInsetShadowPaletteColor3: hsl( hue(@sapUiFillPaletteColor3), saturation(@sapUiFillPaletteColor3), lightness(@sapUiFillPaletteColor3)*1.75);
75
+ @sapUiInsetShadowPaletteColor4: hsl( hue(@sapUiFillPaletteColor4), saturation(@sapUiFillPaletteColor4), lightness(@sapUiFillPaletteColor4)*1.75);
76
+ @sapUiInsetShadowPaletteColor5: hsl( hue(@sapUiFillPaletteColor5), saturation(@sapUiFillPaletteColor5), lightness(@sapUiFillPaletteColor5)*1.75);
77
+ @sapUiInsetShadowPaletteColor6: hsl( hue(@sapUiFillPaletteColor6), saturation(@sapUiFillPaletteColor6), lightness(@sapUiFillPaletteColor6)*1.75);
78
+ @sapUiInsetShadowPaletteColor7: hsl( hue(@sapUiFillPaletteColor7), saturation(@sapUiFillPaletteColor7), lightness(@sapUiFillPaletteColor7)*1.75);
79
+ @sapUiInsetShadowPaletteColor8: hsl( hue(@sapUiFillPaletteColor8), saturation(@sapUiFillPaletteColor8), lightness(@sapUiFillPaletteColor8)*1.75);
80
+ @sapUiInsetShadowPaletteColor9: hsl( hue(@sapUiFillPaletteColor9), saturation(@sapUiFillPaletteColor9), lightness(@sapUiFillPaletteColor9)*1.75);
81
+ @sapUiInsetShadowPaletteColor10: hsl( hue(@sapUiFillPaletteColor10), saturation(@sapUiFillPaletteColor10), lightness(@sapUiFillPaletteColor10)*1.75);
82
+ @sapUiInsetShadowPaletteColor11: hsl( hue(@sapUiFillPaletteColor11), saturation(@sapUiFillPaletteColor11), lightness(@sapUiFillPaletteColor11)*1.75);
83
+ @sapUiInsetShadowPaletteColor12: hsl( hue(@sapUiFillPaletteColor12), saturation(@sapUiFillPaletteColor12), lightness(@sapUiFillPaletteColor12)*1.75);
84
+ @sapUiInsetShadowPaletteColor13: hsl( hue(@sapUiFillPaletteColor13), saturation(@sapUiFillPaletteColor13), lightness(@sapUiFillPaletteColor13)*1.75);
85
+ @sapUiInsetShadowPaletteColor14: hsl( hue(@sapUiFillPaletteColor14), saturation(@sapUiFillPaletteColor14), lightness(@sapUiFillPaletteColor14)*1.75);
86
+ @sapUiInsetShadowPaletteColor15: hsl( hue(@sapUiFillPaletteColor15), saturation(@sapUiFillPaletteColor15), lightness(@sapUiFillPaletteColor15)*1.75);
87
+ @sapUiInsetShadowPaletteColor16: hsl( hue(@sapUiFillPaletteColor16), saturation(@sapUiFillPaletteColor16), lightness(@sapUiFillPaletteColor16)*1.75);
88
+
89
+ .sapMakitChart{
90
+ /* Current MAKit Chart implementation will force the main DOM
91
+ object to use class 'chart'. So there's no point to use this
92
+ class at the moment. Will consider to change in the future release. */
93
+ }
94
+
95
+ .chart {
96
+ color: @sapUiText;
97
+ background: @sapUiBaseBG;
98
+ }
99
+ .chart > * span.ui-btn-inner {
100
+ padding: .1em 5px;
101
+ }
102
+ .chart > * div.ui-slider-switch {
103
+ height: 22px;
104
+ }
105
+ .chart > * div.ui-slider {
106
+ width: 30%;
107
+ }
108
+ .chart > * div.ui-select {
109
+ width: 30%;
110
+ }
111
+ .chart > * input.ui-slider-input {
112
+ width: 70px;
113
+ }
114
+ .chart > * input.ui-input-text {
115
+ padding: .1em;
116
+ }
117
+
118
+ .chart_legend {
119
+ background: @sapuiChartLegendBgColor;
120
+ color: @sapuiChartLegendTextColor;
121
+ font-family: @sapuiChartLegendFontFamily;
122
+ font-style: @sapuiChartLegendFontStyle;
123
+ border-color: @sapuiChartLegendBorderColor;
124
+ }
125
+
126
+ .chart_xaxis {
127
+ font-family: @sapUiChartXAxisFontFamily;
128
+ font-size: @sapUiChartXAxisFontSize;
129
+ }
130
+
131
+ .chart_yaxis {
132
+ font-family: @sapUiChartYAxisFontFamily;
133
+ font-size: @sapUiChartYAxisFontSize;
134
+ }
135
+
136
+ .chart_value_bubble {
137
+ background: @sapUiChartValueBubbleLegendBG;
138
+ color: @sapUiChartValueBubbleLegendTextColor;
139
+ font-size: @sapUiChartValueBubbleLegendFontSize;
140
+ font-weight: @sapUiChartValueBubbleLegendFontWeight;
141
+ font-family: @sapUiChartValueBubbleLegendFontFamily;
142
+ }
143
+ .chart_value_bubble_outline {
144
+ background: fade(@sapUiChartHightlight, 20%);
145
+ color: @sapUiLightBG;
146
+ }
147
+ .chart_range_selector_text {
148
+ font-size: @sapUiChartRangeSelectorFontSize;/*12px;*/
149
+ font-family: @sapUiChartRangeSelectorFontFamily; /*Helvetica;*/
150
+ color: @sapUiChartRangeSelectorFontColor; /*#707070;*/
151
+ }
152
+
153
+ .chart_table {
154
+ background: @sapUiBaseBG; /* #FFFFFF */
155
+ font-size: @sapUiChartTableFontSize;
156
+ font-family: @sapUiChartTableFontFamily;
157
+ color: @sapUiText; /* #000000 */
158
+ }
159
+ .chart_table_dimension_title {
160
+ background: @sapUiExtraLightBG - #222222; /* #DDDDDD; */
161
+ }
162
+ .chart_table_row_header {
163
+ background: @sapUiExtraLightBG - #222222; /* #DDDDDD; */
164
+ }
165
+ .chart_table_column_headers {
166
+ background: @sapUiExtraLightBG - #080808; /* #F7F7F7; */
167
+ }
168
+ .chart_table_contents {
169
+ background: @sapUiExtraLightBG - #080808; /* #F7F7F7; */
170
+ }
171
+ .chart_table_highlight {
172
+ background: @sapUiChartTableHighlightColor;
173
+ color: @sapUiChartTableHighlightTextColor;
174
+ }
175
+ input[type=date]::-webkit-inner-spin-button {
176
+ -webkit-appearance: none;
177
+ }
178
+
179
+ .defaultFillPalette {
180
+ /*DO-NOT DELETE*/
181
+ }
182
+
183
+ .defaultFillPalette .color1 {
184
+ color: @sapUiFillPaletteColor1;
185
+ }
186
+ .defaultFillPalette .color2 {
187
+ color: @sapUiFillPaletteColor2;
188
+ }
189
+ .defaultFillPalette .color3 {
190
+ color: @sapUiFillPaletteColor3;
191
+ }
192
+ .defaultFillPalette .color4 {
193
+ color: @sapUiFillPaletteColor4;
194
+ }
195
+ .defaultFillPalette .color5 {
196
+ color: @sapUiFillPaletteColor5;
197
+ }
198
+ .defaultFillPalette .color6 {
199
+ color: @sapUiFillPaletteColor6;
200
+ }
201
+ .defaultFillPalette .color7 {
202
+ color: @sapUiFillPaletteColor7;
203
+ }
204
+ .defaultFillPalette .color8 {
205
+ color: @sapUiFillPaletteColor8;
206
+ }
207
+ .defaultFillPalette .color9 {
208
+ color: @sapUiFillPaletteColor9;
209
+ }
210
+ .defaultFillPalette .color10 {
211
+ color: @sapUiFillPaletteColor10;
212
+ }
213
+ .defaultFillPalette .color11 {
214
+ color: @sapUiFillPaletteColor11;
215
+ }
216
+ .defaultFillPalette .color12 {
217
+ color: @sapUiFillPaletteColor12;
218
+ }
219
+ .defaultFillPalette .color13 {
220
+ color: @sapUiFillPaletteColor13;
221
+ }
222
+ .defaultFillPalette .color14 {
223
+ color: @sapUiFillPaletteColor14;
224
+ }
225
+ .defaultFillPalette .color15 {
226
+ color: @sapUiFillPaletteColor15;
227
+ }
228
+ .defaultFillPalette .color16 {
229
+ color: @sapUiFillPaletteColor16;
230
+ }
231
+
232
+ .defaultStrokePalette {
233
+ /*DO-NOT DELETE*/
234
+ }
235
+ .defaultStrokePalette .color1 {
236
+ color: @sapUiStrokePaletteColor1;
237
+ }
238
+ .defaultStrokePalette .color2 {
239
+ color: @sapUiStrokePaletteColor2;
240
+ }
241
+ .defaultStrokePalette .color3 {
242
+ color: @sapUiStrokePaletteColor3;
243
+ }
244
+ .defaultStrokePalette .color4 {
245
+ color: @sapUiStrokePaletteColor4;
246
+ }
247
+ .defaultStrokePalette .color5 {
248
+ color: @sapUiStrokePaletteColor5;
249
+ }
250
+ .defaultStrokePalette .color6 {
251
+ color: @sapUiStrokePaletteColor6;
252
+ }
253
+ .defaultStrokePalette .color7 {
254
+ color: @sapUiStrokePaletteColor7;
255
+ }
256
+ .defaultStrokePalette .color8 {
257
+ color: @sapUiStrokePaletteColor8;
258
+ }
259
+ .defaultStrokePalette .color9 {
260
+ color: @sapUiStrokePaletteColor9;
261
+ }
262
+ .defaultStrokePalette .color10 {
263
+ color: @sapUiStrokePaletteColor10;
264
+ }
265
+ .defaultStrokePalette .color11 {
266
+ color: @sapUiStrokePaletteColor11;
267
+ }
268
+ .defaultStrokePalette .color12 {
269
+ color: @sapUiStrokePaletteColor12;
270
+ }
271
+ .defaultStrokePalette .color13 {
272
+ color: @sapUiStrokePaletteColor13;
273
+ }
274
+ .defaultStrokePalette .color14 {
275
+ color: @sapUiStrokePaletteColor14;
276
+ }
277
+ .defaultStrokePalette .color15 {
278
+ color: @sapUiStrokePaletteColor15;
279
+ }
280
+ .defaultStrokePalette .color16 {
281
+ color: @sapUiStrokePaletteColor16;
282
+ }
283
+
284
+ .defaultInsetShadowPalette {
285
+ /*DO-NOT DELETE*/
286
+ }
287
+ .defaultInsetShadowPalette .color1 {
288
+ color: @sapUiInsetShadowPaletteColor1;
289
+ }
290
+ .defaultInsetShadowPalette .color2 {
291
+ color: @sapUiInsetShadowPaletteColor2;
292
+ }
293
+ .defaultInsetShadowPalette .color3 {
294
+ color: @sapUiInsetShadowPaletteColor3;
295
+ }
296
+ .defaultInsetShadowPalette .color4 {
297
+ color: @sapUiInsetShadowPaletteColor4;
298
+ }
299
+ .defaultInsetShadowPalette .color5 {
300
+ color: @sapUiInsetShadowPaletteColor5;
301
+ }
302
+ .defaultInsetShadowPalette .color6 {
303
+ color: @sapUiInsetShadowPaletteColor6;
304
+ }
305
+ .defaultInsetShadowPalette .color7 {
306
+ color: @sapUiInsetShadowPaletteColor7;
307
+ }
308
+ .defaultInsetShadowPalette .color8 {
309
+ color: @sapUiInsetShadowPaletteColor8;
310
+ }
311
+ .defaultInsetShadowPalette .color9 {
312
+ color: @sapUiInsetShadowPaletteColor9;
313
+ }
314
+ .defaultInsetShadowPalette .color10 {
315
+ color: @sapUiInsetShadowPaletteColor10;
316
+ }
317
+ .defaultInsetShadowPalette .color11 {
318
+ color: @sapUiInsetShadowPaletteColor11;
319
+ }
320
+ .defaultInsetShadowPalette .color12 {
321
+ color: @sapUiInsetShadowPaletteColor12;
322
+ }
323
+ .defaultInsetShadowPalette .color13 {
324
+ color: @sapUiInsetShadowPaletteColor13;
325
+ }
326
+ .defaultInsetShadowPalette .color14 {
327
+ color: @sapUiInsetShadowPaletteColor14;
328
+ }
329
+ .defaultInsetShadowPalette .color15 {
330
+ color: @sapUiInsetShadowPaletteColor15;
331
+ }
332
+ .defaultInsetShadowPalette .color16 {
333
+ color: @sapUiInsetShadowPaletteColor16;
334
+ }
335
+
336
+ /*
337
+ The following styles are used by features not included in SAPUI5 Chart,
338
+ but they can't be removed (yet) because it's still used by the MAKit Chart object itself.
339
+ */
340
+ .chart_titlebar {
341
+ background: #008fd3;
342
+ }
343
+ .chart_titlebar > .chart_title {
344
+ color: #FFFFFF;
345
+ }
346
+ .chart_titlebar > .fullscreen_icon {
347
+ background: url(../base/images/fullscreen_icon.png) no-repeat;
348
+ cursor: pointer;
349
+ }
350
+ .chart_toolbar {
351
+ box-sizing: border-box;
352
+ -moz-box-sizing: border-box;
353
+ border-bottom: 1px solid #666666;
354
+ border-top: 1px solid #666666;
355
+ background: url(../base/images/chartToolbar.png) #666666 repeat-x;
356
+ white-space: nowrap;
357
+ }
358
+ .chart_toolbar > .chart_button {
359
+ border: 3px;
360
+ background: #222222;
361
+ -moz-border-radius: 6px;
362
+ -webkit-border-radius: 6px;
363
+ border-radius: 6px;
364
+ font-family: inherit;
365
+ font-size: 12px;
366
+ font-weight: bold;
367
+ color: #fff;
368
+ }
369
+ .chart_toolbar > .chart_button:hover {
370
+ background: #333333;
371
+ color: #ccc;
372
+ }
373
+ .chart_toolbar > .chart_button:active {
374
+ background: #666666;
375
+ }
376
+ .chart_toolbar > .table_button {
377
+ border: 0px;
378
+ background: url(../base/images/table_icon.png) no-repeat;
379
+ }
380
+ .chart_toolbar > .graph_button {
381
+ border: 0px;
382
+ background: url(../base/images/graph_icon.png) no-repeat;
383
+ }
384
+ .chart_toolbar > .rangeselector_button {
385
+ border: 0px;
386
+ background: url(../base/images/rangeselector_icon.png) no-repeat;
387
+ }
388
+ .chart_toolbar > .share_button {
389
+ border: 0px;
390
+ background: url(../base/images/e-mail_icon.png) no-repeat;
391
+ }
392
+ .chart_toolbar > .whatif_button {
393
+ border: 0px;
394
+ background: url(../base/images/whatif_icon.png) no-repeat;
395
+ }
396
+ .chart_toolbar > .da_button {
397
+ border: 0px;
398
+ background: url(../base/images/da_icon.png) no-repeat;
399
+ }
400
+ .chart_toolbar h1 {
401
+ overflow: hidden;
402
+ margin: auto;
403
+ font-size: 20px;
404
+ font-weight: bold;
405
+ text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
406
+ text-overflow: ellipsis;
407
+ white-space: nowrap;
408
+ color: #F0AB00;
409
+ display: inline;
410
+ }
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * SAPUI5
3
+ * (c) Copyright 2009-2024 SAP SE. All rights reserved.
4
+ */
5
+ @import "../../../../sap/ui/core/themes/base/base.less";
6
+ @import "../../../../sap/ui/core/themes/base/global.less";
7
+ @import "shared.less";
8
+
9
+ @import "Chart.less";