@syncfusion/ej2-base 25.2.7 → 26.1.35-7502
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/{README.md → ReadMe.md} +100 -100
- package/bin/syncfusion-license.js +104 -1
- package/dist/ej2-base.min.js +1 -10
- package/dist/ej2-base.umd.min.js +1 -10
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +268 -486
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +307 -522
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +1 -10
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/dist/ts/undefined +67 -0
- package/e2e/crypto.js +16 -16
- package/e2e/index.d.ts +27 -27
- package/e2e/m.protractor.config.js +286 -286
- package/e2e/modified-protractor/protractor.config.js +316 -316
- package/e2e/protractor.config.js +389 -389
- package/helpers/e2e/index.js +3 -3
- package/license +10 -10
- package/package.json +225 -161
- package/src/ajax.d.ts +1 -1
- package/src/ajax.js +3 -7
- package/src/animation-model.d.ts +41 -41
- package/src/animation.d.ts +1 -1
- package/src/animation.js +20 -22
- package/src/base.d.ts +2 -1
- package/src/base.js +4 -13
- package/src/browser.d.ts +1 -1
- package/src/browser.js +3 -4
- package/src/child-property.d.ts +1 -0
- package/src/child-property.js +2 -2
- package/src/component-model.d.ts +16 -16
- package/src/component.d.ts +4 -0
- package/src/component.js +28 -36
- package/src/dom.js +4 -11
- package/src/draggable-model.d.ts +113 -113
- package/src/draggable.js +20 -41
- package/src/droppable-model.d.ts +23 -23
- package/src/droppable.js +19 -20
- package/src/event-handler.js +2 -6
- package/src/fetch.js +1 -2
- package/src/hijri-parser.js +3 -3
- package/src/internationalization.d.ts +4 -0
- package/src/internationalization.js +0 -5
- package/src/intl/date-formatter.js +19 -33
- package/src/intl/date-parser.js +33 -62
- package/src/intl/intl-base.d.ts +9 -1
- package/src/intl/intl-base.js +19 -18
- package/src/intl/number-formatter.js +14 -7
- package/src/intl/number-parser.js +2 -6
- package/src/intl/parser-base.js +6 -11
- package/src/keyboard-model.d.ts +16 -16
- package/src/keyboard.js +19 -20
- package/src/module-loader.js +1 -0
- package/src/notify-property-change.d.ts +0 -20
- package/src/notify-property-change.js +16 -55
- package/src/observer.js +3 -6
- package/src/sanitize-helper.js +0 -1
- package/src/template-engine.js +1 -7
- package/src/template.js +13 -18
- package/src/touch-model.d.ts +39 -39
- package/src/touch.js +22 -27
- package/src/util.d.ts +4 -4
- package/src/util.js +12 -37
- package/src/validate-lic.js +4 -3
- package/styles/_all.scss +2 -2
- package/styles/_bds-dark-definition.scss +16 -15
- package/styles/_bds-definition.scss +16 -15
- package/styles/_bootstrap-dark-definition.scss +42 -42
- package/styles/_bootstrap-definition.scss +42 -42
- package/styles/_bootstrap4-definition.scss +11 -11
- package/styles/_bootstrap5-dark-definition.scss +9 -9
- package/styles/_bootstrap5-definition.scss +8 -8
- package/styles/_bootstrap5.3-dark-definition.scss +8 -0
- package/styles/_bootstrap5.3-definition.scss +8 -0
- package/styles/_fabric-dark-definition.scss +42 -42
- package/styles/_fabric-definition.scss +42 -42
- package/styles/_fluent-dark-definition.scss +9 -9
- package/styles/_fluent-definition.scss +9 -9
- package/styles/_fluent2-dark-definition.scss +9 -0
- package/styles/_fluent2-definition.scss +9 -0
- package/styles/_fluent2-highcontrast-definition.scss +9 -0
- package/styles/_fusionnew-dark-definition.scss +8 -8
- package/styles/_fusionnew-definition.scss +8 -8
- package/styles/_highcontrast-definition.scss +42 -42
- package/styles/_highcontrast-light-definition.scss +42 -42
- package/styles/_material-dark-definition.scss +49 -48
- package/styles/_material-definition.scss +50 -49
- package/styles/_material3-dark-definition.scss +15 -14
- package/styles/_material3-definition.scss +16 -15
- package/styles/_tailwind-dark-definition.scss +16 -15
- package/styles/_tailwind-definition.scss +16 -15
- package/styles/_tailwind3-dark-definition.scss +15 -0
- package/styles/_tailwind3-definition.scss +15 -0
- package/styles/animation/_all.scss +535 -560
- package/styles/bds-lite.css +3408 -0
- package/styles/bds-lite.scss +3 -0
- package/styles/bds.css +3408 -0
- package/styles/bds.scss +3 -0
- package/styles/bootstrap-dark-lite.css +3749 -0
- package/styles/bootstrap-dark-lite.scss +3 -0
- package/styles/bootstrap-dark.css +1075 -169
- package/styles/bootstrap-lite.css +3749 -0
- package/styles/bootstrap-lite.scss +3 -0
- package/styles/bootstrap.css +1075 -169
- package/styles/bootstrap4-lite.css +3390 -0
- package/styles/bootstrap4-lite.scss +3 -0
- package/styles/bootstrap4.css +1063 -169
- package/styles/bootstrap5-dark-lite.css +2966 -0
- package/styles/bootstrap5-dark-lite.scss +3 -0
- package/styles/bootstrap5-dark.css +1068 -171
- package/styles/bootstrap5-lite.css +2966 -0
- package/styles/bootstrap5-lite.scss +3 -0
- package/styles/bootstrap5.3-lite.css +3559 -0
- package/styles/bootstrap5.3-lite.scss +3 -0
- package/styles/bootstrap5.3.css +3559 -0
- package/styles/bootstrap5.3.scss +3 -0
- package/styles/bootstrap5.css +1066 -169
- package/styles/common/_all.scss +2 -2
- package/styles/common/_core.scss +111 -117
- package/styles/common/_mixin.scss +11 -9
- package/styles/definition/_bds-dark.scss +1193 -1178
- package/styles/definition/_bds.scss +1488 -1458
- package/styles/definition/_bootstrap-dark.scss +213 -219
- package/styles/definition/_bootstrap.scss +208 -215
- package/styles/definition/_bootstrap4.scss +159 -167
- package/styles/definition/_bootstrap5-dark.scss +481 -494
- package/styles/definition/_bootstrap5.3-dark.scss +1232 -0
- package/styles/definition/_bootstrap5.3.scss +1579 -0
- package/styles/definition/_bootstrap5.scss +481 -495
- package/styles/definition/_fabric-dark.scss +194 -200
- package/styles/definition/_fabric.scss +192 -198
- package/styles/definition/_fluent-dark.scss +494 -557
- package/styles/definition/_fluent.scss +494 -558
- package/styles/definition/_fluent2-dark.scss +1523 -0
- package/styles/definition/_fluent2-highcontrast.scss +1523 -0
- package/styles/definition/_fluent2.scss +2295 -0
- package/styles/definition/_fusionnew-dark.scss +330 -362
- package/styles/definition/_fusionnew.scss +331 -363
- package/styles/definition/_highcontrast-light.scss +189 -193
- package/styles/definition/_highcontrast.scss +189 -195
- package/styles/definition/_material-dark.scss +193 -198
- package/styles/definition/_material.scss +186 -192
- package/styles/definition/_material3-dark.scss +660 -710
- package/styles/definition/_material3.scss +729 -792
- package/styles/definition/_tailwind-dark.scss +445 -488
- package/styles/definition/_tailwind.scss +443 -485
- package/styles/definition/_tailwind3-dark.scss +1622 -0
- package/styles/definition/_tailwind3.scss +2093 -0
- package/styles/fabric-dark-lite.css +3734 -0
- package/styles/fabric-dark-lite.scss +3 -0
- package/styles/fabric-dark.css +1075 -169
- package/styles/fabric-lite.css +3734 -0
- package/styles/fabric-lite.scss +3 -0
- package/styles/fabric.css +1075 -169
- package/styles/fluent-dark-lite.css +2966 -0
- package/styles/fluent-dark-lite.scss +3 -0
- package/styles/fluent-dark.css +1066 -169
- package/styles/fluent-lite.css +2966 -0
- package/styles/fluent-lite.scss +3 -0
- package/styles/fluent.css +1066 -169
- package/styles/fluent2-lite.css +4017 -0
- package/styles/fluent2-lite.scss +3 -0
- package/styles/fluent2.css +4017 -0
- package/styles/fluent2.scss +3 -0
- package/styles/highcontrast-light-lite.css +3725 -0
- package/styles/highcontrast-light-lite.scss +3 -0
- package/styles/highcontrast-light.css +1075 -169
- package/styles/highcontrast-lite.css +3725 -0
- package/styles/highcontrast-lite.scss +3 -0
- package/styles/highcontrast.css +1075 -169
- package/styles/material-dark-lite.css +3702 -0
- package/styles/material-dark-lite.scss +3 -0
- package/styles/material-dark.css +1075 -169
- package/styles/material-lite.css +3702 -0
- package/styles/material-lite.scss +3 -0
- package/styles/material.css +1075 -169
- package/styles/material3-dark-lite.css +3021 -0
- package/styles/material3-dark-lite.scss +3 -0
- package/styles/material3-dark.css +1066 -170
- package/styles/material3-lite.css +3077 -0
- package/styles/material3-lite.scss +3 -0
- package/styles/material3.css +1066 -170
- package/styles/offline-theme/material-dark.css +1075 -169
- package/styles/offline-theme/material.css +1075 -169
- package/styles/offline-theme/tailwind-dark.css +1067 -170
- package/styles/offline-theme/tailwind.css +1067 -170
- package/styles/tailwind-dark-lite.css +2967 -0
- package/styles/tailwind-dark-lite.scss +3 -0
- package/styles/tailwind-dark.css +1067 -170
- package/styles/tailwind-lite.css +2967 -0
- package/styles/tailwind-lite.scss +3 -0
- package/styles/tailwind.css +1067 -170
- package/styles/tailwind3-lite.css +3775 -0
- package/styles/tailwind3-lite.scss +3 -0
- package/styles/tailwind3.css +3775 -0
- package/styles/tailwind3.scss +3 -0
- package/.eslintrc.json +0 -260
- package/CHANGELOG.md +0 -649
- package/tslint.json +0 -111
|
@@ -1,362 +1,330 @@
|
|
|
1
|
-
@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
$black:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
$
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
$
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
$gray-
|
|
24
|
-
$gray-
|
|
25
|
-
$gray-
|
|
26
|
-
$gray-
|
|
27
|
-
$gray-
|
|
28
|
-
|
|
29
|
-
$
|
|
30
|
-
$
|
|
31
|
-
$
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
$
|
|
35
|
-
$
|
|
36
|
-
$
|
|
37
|
-
$
|
|
38
|
-
$
|
|
39
|
-
|
|
40
|
-
$
|
|
41
|
-
$
|
|
42
|
-
$
|
|
43
|
-
$
|
|
44
|
-
|
|
45
|
-
$
|
|
46
|
-
$
|
|
47
|
-
$
|
|
48
|
-
$
|
|
49
|
-
$
|
|
50
|
-
$
|
|
51
|
-
$
|
|
52
|
-
$
|
|
53
|
-
$
|
|
54
|
-
$
|
|
55
|
-
$
|
|
56
|
-
$
|
|
57
|
-
$
|
|
58
|
-
$
|
|
59
|
-
$
|
|
60
|
-
$
|
|
61
|
-
|
|
62
|
-
$
|
|
63
|
-
$
|
|
64
|
-
$
|
|
65
|
-
$
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
$content-bg-color: $
|
|
69
|
-
$content-bg-color-
|
|
70
|
-
$content-bg-color-
|
|
71
|
-
$content-bg-color-
|
|
72
|
-
$content-bg-color-
|
|
73
|
-
$content-bg-color-
|
|
74
|
-
$
|
|
75
|
-
$
|
|
76
|
-
$
|
|
77
|
-
$
|
|
78
|
-
$
|
|
79
|
-
$
|
|
80
|
-
$
|
|
81
|
-
$
|
|
82
|
-
$
|
|
83
|
-
|
|
84
|
-
$
|
|
85
|
-
$
|
|
86
|
-
$
|
|
87
|
-
$
|
|
88
|
-
$
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
$
|
|
92
|
-
$
|
|
93
|
-
$
|
|
94
|
-
$
|
|
95
|
-
$
|
|
96
|
-
$
|
|
97
|
-
|
|
98
|
-
$
|
|
99
|
-
$
|
|
100
|
-
$
|
|
101
|
-
$
|
|
102
|
-
$
|
|
103
|
-
$
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
$content-text-color: $white !default;
|
|
107
|
-
$content-text-color-
|
|
108
|
-
$
|
|
109
|
-
$
|
|
110
|
-
$
|
|
111
|
-
$
|
|
112
|
-
$
|
|
113
|
-
$
|
|
114
|
-
$
|
|
115
|
-
$
|
|
116
|
-
|
|
117
|
-
$
|
|
118
|
-
$
|
|
119
|
-
$
|
|
120
|
-
$
|
|
121
|
-
|
|
122
|
-
$
|
|
123
|
-
$
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
$
|
|
127
|
-
$
|
|
128
|
-
$
|
|
129
|
-
$
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
$border-
|
|
133
|
-
$border: $
|
|
134
|
-
$
|
|
135
|
-
|
|
136
|
-
$
|
|
137
|
-
$border
|
|
138
|
-
$
|
|
139
|
-
|
|
140
|
-
$
|
|
141
|
-
$
|
|
142
|
-
$
|
|
143
|
-
$
|
|
144
|
-
$
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
$
|
|
148
|
-
$
|
|
149
|
-
$
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
$shadow: 0
|
|
153
|
-
$shadow-
|
|
154
|
-
$shadow-
|
|
155
|
-
$shadow-
|
|
156
|
-
|
|
157
|
-
$
|
|
158
|
-
|
|
159
|
-
$
|
|
160
|
-
$
|
|
161
|
-
$
|
|
162
|
-
$
|
|
163
|
-
$
|
|
164
|
-
$
|
|
165
|
-
$
|
|
166
|
-
$
|
|
167
|
-
$
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
$
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
$
|
|
175
|
-
$
|
|
176
|
-
$
|
|
177
|
-
$
|
|
178
|
-
$text-xl
|
|
179
|
-
$
|
|
180
|
-
|
|
181
|
-
$
|
|
182
|
-
$
|
|
183
|
-
$
|
|
184
|
-
$
|
|
185
|
-
$
|
|
186
|
-
$
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
$
|
|
190
|
-
$
|
|
191
|
-
$
|
|
192
|
-
$
|
|
193
|
-
$
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
$
|
|
200
|
-
$
|
|
201
|
-
$
|
|
202
|
-
$
|
|
203
|
-
$
|
|
204
|
-
$
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
$
|
|
208
|
-
$
|
|
209
|
-
$
|
|
210
|
-
|
|
211
|
-
$
|
|
212
|
-
$
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
$
|
|
217
|
-
$
|
|
218
|
-
$
|
|
219
|
-
$
|
|
220
|
-
$
|
|
221
|
-
$
|
|
222
|
-
$
|
|
223
|
-
$
|
|
224
|
-
$
|
|
225
|
-
$
|
|
226
|
-
|
|
227
|
-
$
|
|
228
|
-
$
|
|
229
|
-
$
|
|
230
|
-
$
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
$
|
|
235
|
-
$
|
|
236
|
-
$
|
|
237
|
-
$
|
|
238
|
-
$
|
|
239
|
-
$
|
|
240
|
-
$
|
|
241
|
-
$
|
|
242
|
-
|
|
243
|
-
$
|
|
244
|
-
$
|
|
245
|
-
$
|
|
246
|
-
$
|
|
247
|
-
$
|
|
248
|
-
$
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
$
|
|
253
|
-
$
|
|
254
|
-
$
|
|
255
|
-
$
|
|
256
|
-
$
|
|
257
|
-
$
|
|
258
|
-
|
|
259
|
-
$
|
|
260
|
-
$
|
|
261
|
-
$
|
|
262
|
-
$
|
|
263
|
-
$
|
|
264
|
-
$
|
|
265
|
-
$
|
|
266
|
-
$
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
$
|
|
270
|
-
$
|
|
271
|
-
$
|
|
272
|
-
$
|
|
273
|
-
$
|
|
274
|
-
|
|
275
|
-
$
|
|
276
|
-
$
|
|
277
|
-
$
|
|
278
|
-
$
|
|
279
|
-
$
|
|
280
|
-
$
|
|
281
|
-
$
|
|
282
|
-
$
|
|
283
|
-
$
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
$
|
|
287
|
-
$
|
|
288
|
-
$
|
|
289
|
-
$
|
|
290
|
-
|
|
291
|
-
$
|
|
292
|
-
$
|
|
293
|
-
$
|
|
294
|
-
$danger-
|
|
295
|
-
$
|
|
296
|
-
$
|
|
297
|
-
|
|
298
|
-
$
|
|
299
|
-
$
|
|
300
|
-
$
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
$
|
|
304
|
-
$
|
|
305
|
-
$
|
|
306
|
-
$
|
|
307
|
-
$
|
|
308
|
-
$
|
|
309
|
-
$
|
|
310
|
-
$
|
|
311
|
-
$
|
|
312
|
-
|
|
313
|
-
$
|
|
314
|
-
$
|
|
315
|
-
|
|
316
|
-
$
|
|
317
|
-
$
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
$
|
|
322
|
-
$
|
|
323
|
-
$
|
|
324
|
-
$
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
$
|
|
330
|
-
$
|
|
331
|
-
$series-4: $gray-500;
|
|
332
|
-
$series-5: #5ecb9b;
|
|
333
|
-
$series-6: #a860f1;
|
|
334
|
-
$series-7: #557ef7;
|
|
335
|
-
$series-8: #eba844;
|
|
336
|
-
$series-9: #e9599b;
|
|
337
|
-
$series-10: #3bc6cf;
|
|
338
|
-
$series-11: #74b706;
|
|
339
|
-
$series-12: #ea6266;
|
|
340
|
-
$skin-name: 'bootstrap5' !default;
|
|
341
|
-
$theme-name: 'bootstrap5-dark' !default;
|
|
342
|
-
|
|
343
|
-
//Diagram Palette color
|
|
344
|
-
$diagram-palette-background: $gray-300 !default;
|
|
345
|
-
$diagram-palette-hover-background: $gray-400 !default;
|
|
346
|
-
|
|
347
|
-
//App bar
|
|
348
|
-
//Light
|
|
349
|
-
$appbar-bg-color-alt1: $gray-800 !default;
|
|
350
|
-
$appbar-color-alt1: $white !default;
|
|
351
|
-
$appbar-border-color-alt1: $gray-800 !default;
|
|
352
|
-
$appbar-hover-bg-color-alt1: rgba(255, 255, 255, .08) !default;
|
|
353
|
-
|
|
354
|
-
//Dark
|
|
355
|
-
$appbar-bg-color-alt2: $gray-300 !default;
|
|
356
|
-
$appbar-color-alt2: $gray-900 !default;
|
|
357
|
-
$appbar-border-color-alt2: $gray-300 !default;
|
|
358
|
-
$appbar-hover-bg-color-alt2: rgba(transparent, .056) !default;
|
|
359
|
-
|
|
360
|
-
//shadow
|
|
361
|
-
$appbar-bottom-shadow: none !default;
|
|
362
|
-
$appbar-top-shadow: none !default;
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
@use 'sass:meta';
|
|
3
|
+
@use 'sass:list';
|
|
4
|
+
@import '../common/mixin.scss';
|
|
5
|
+
|
|
6
|
+
$black: #000 !default;
|
|
7
|
+
$white: #fff !default;
|
|
8
|
+
|
|
9
|
+
@function shade-color($color, $percentage) {
|
|
10
|
+
@return color.mix($black, $color, $percentage);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@function tint-color($color, $percentage) {
|
|
14
|
+
@return color.mix($white, $color, $percentage);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
$transparent: transparent;
|
|
18
|
+
|
|
19
|
+
$gray-100: #f8f9fa !default;
|
|
20
|
+
$gray-200: #e9ecef !default;
|
|
21
|
+
$gray-300: #dee2e6 !default;
|
|
22
|
+
$gray-400: #ced4da !default;
|
|
23
|
+
$gray-500: #adb5bd !default;
|
|
24
|
+
$gray-600: #6c757d !default;
|
|
25
|
+
$gray-700: #495057 !default;
|
|
26
|
+
$gray-800: #343a40 !default;
|
|
27
|
+
$gray-900: #212529 !default;
|
|
28
|
+
|
|
29
|
+
$blue: #0d6efd !default;
|
|
30
|
+
$indigo: #6610f2 !default;
|
|
31
|
+
$purple: #6f42c1 !default;
|
|
32
|
+
$pink: #d63384 !default;
|
|
33
|
+
$red: #dc3545 !default;
|
|
34
|
+
$orange: #fd7e14 !default;
|
|
35
|
+
$yellow: #ffc107 !default;
|
|
36
|
+
$green: #198754 !default;
|
|
37
|
+
$teal: #20c997 !default;
|
|
38
|
+
$cyan: #0dcaf0 !default;
|
|
39
|
+
|
|
40
|
+
$primary: $blue !default;
|
|
41
|
+
$secondary: $gray-600 !default;
|
|
42
|
+
$success: color.adjust($green, $lightness: 10%) !default;
|
|
43
|
+
$info: $cyan !default;
|
|
44
|
+
$warning: $yellow !default;
|
|
45
|
+
$danger: color.adjust($red, $lightness: 10%) !default;
|
|
46
|
+
$success-light: tint-color($success, 80%) !default;
|
|
47
|
+
$info-light: tint-color($info, 80%) !default;
|
|
48
|
+
$warning-light: tint-color($warning, 80%) !default;
|
|
49
|
+
$danger-light: tint-color($danger, 80%) !default;
|
|
50
|
+
$primary-text-color: $white !default;
|
|
51
|
+
$primary-light: tint-color($primary, 50%) !default;
|
|
52
|
+
$primary-lighter: shade-color($primary, 80%) !default;
|
|
53
|
+
$success-dark: color.adjust($success, $lightness: -10%) !default;
|
|
54
|
+
$info-dark: color.adjust($info, $lightness: -25%) !default;
|
|
55
|
+
$warning-dark: color.adjust($warning, $lightness: -25%) !default;
|
|
56
|
+
$danger-dark: color.adjust($danger, $lightness: -10%) !default;
|
|
57
|
+
$success-light-alt: color.adjust($green, $lightness: -20%) !default;
|
|
58
|
+
$info-light-alt: color.adjust($cyan, $lightness: -25%) !default;
|
|
59
|
+
$warning-light-alt: color.adjust($yellow, $lightness: -20%) !default;
|
|
60
|
+
$danger-light-alt: color.adjust($red, $lightness: -25%) !default;
|
|
61
|
+
|
|
62
|
+
$content-bg-color: $gray-900 !default;
|
|
63
|
+
$content-bg-color-alt1: color.adjust($gray-900, $lightness: 3%) !default;
|
|
64
|
+
$content-bg-color-alt2: $gray-800 !default;
|
|
65
|
+
$content-bg-color-alt3: $gray-700 !default;
|
|
66
|
+
$content-bg-color-alt4: $gray-600 !default;
|
|
67
|
+
$content-bg-color-alt5: $gray-500 !default;
|
|
68
|
+
$content-bg-color-hover: color.adjust($content-bg-color, $lightness: 7%) !default;
|
|
69
|
+
$content-bg-color-pressed: $gray-700 !default;
|
|
70
|
+
$content-bg-color-focus: $content-bg-color-hover !default;
|
|
71
|
+
$content-bg-color-selected: $primary !default;
|
|
72
|
+
$content-bg-color-dragged: $gray-800 !default;
|
|
73
|
+
$content-bg-color-disabled: $content-bg-color !default;
|
|
74
|
+
$flyout-bg-color: $gray-800 !default;
|
|
75
|
+
$flyout-bg-color-hover: color.adjust($flyout-bg-color, $lightness: 7%) !default;
|
|
76
|
+
$flyout-bg-color-pressed: $primary !default;
|
|
77
|
+
$flyout-bg-color-focus: $flyout-bg-color-hover !default;
|
|
78
|
+
$flyout-border: $gray-700 !default;
|
|
79
|
+
$overlay-bg-color: rgba($black, .4) !default;
|
|
80
|
+
$table-bg-color-hover: color.adjust($content-bg-color, $lightness: 7%) !default;
|
|
81
|
+
$table-bg-color-pressed: $gray-700 !default;
|
|
82
|
+
$table-bg-color-selected: color.adjust($content-bg-color, $lightness: 12%) !default;
|
|
83
|
+
|
|
84
|
+
$colorpicker-gradient-1: #f00 !default;
|
|
85
|
+
$colorpicker-gradient-2: #ff0 !default;
|
|
86
|
+
$ccolorpicker-gradient-3: #0f0 !default;
|
|
87
|
+
$colorpicker-gradient-4: #0ff !default;
|
|
88
|
+
$colorpicker-gradient-5: #00f !default;
|
|
89
|
+
$colorpicker-gradient-6: #f0f !default;
|
|
90
|
+
$colorpicker-gradient-7: #ff0004 !default;
|
|
91
|
+
$spreadsheet-selection-1: #673ab8;
|
|
92
|
+
$spreadsheet-selection-2: #9c27b0;
|
|
93
|
+
$spreadsheet-selection-3: #029688;
|
|
94
|
+
$spreadsheet-selection-4: #4caf51;
|
|
95
|
+
$spreadsheet-selection-5: #fe9800;
|
|
96
|
+
$spreadsheet-selection-6: #3f52b5;
|
|
97
|
+
|
|
98
|
+
$content-text-color: $white !default;
|
|
99
|
+
$content-text-color-alt1: $gray-200 !default;
|
|
100
|
+
$content-text-color-alt2: $gray-400 !default;
|
|
101
|
+
$content-text-color-alt3: color.adjust($gray-600, $lightness: 6%) !default;
|
|
102
|
+
$content-text-color-hover: $white !default;
|
|
103
|
+
$content-text-color-pressed: $white !default;
|
|
104
|
+
$content-text-color-focus: $white !default;
|
|
105
|
+
$content-text-color-selected: $primary-text-color !default;
|
|
106
|
+
$content-text-color-dragged: $white !default;
|
|
107
|
+
$content-text-color-disabled: $gray-600 !default;
|
|
108
|
+
$placeholder-text-color: $gray-600 !default;
|
|
109
|
+
$flyout-text-color: $white !default;
|
|
110
|
+
$flyout-text-color-hover: $white !default;
|
|
111
|
+
$flyout-text-color-pressed: $primary-text-color !default;
|
|
112
|
+
$flyout-text-color-focus: $white !default;
|
|
113
|
+
$table-text-color-hover: $white !default;
|
|
114
|
+
$table-text-color-pressed: $white !default;
|
|
115
|
+
$table-text-color-selected: $white !default;
|
|
116
|
+
|
|
117
|
+
$icon-color: $gray-500 !default;
|
|
118
|
+
$icon-color-hover: $gray-300 !default;
|
|
119
|
+
$icon-color-pressed: $gray-100 !default;
|
|
120
|
+
$icon-color-disabled: $gray-500 !default;
|
|
121
|
+
|
|
122
|
+
$border-light: color.adjust($gray-800, $lightness: 7%) !default;
|
|
123
|
+
$border: $gray-600 !default;
|
|
124
|
+
$border-dark: $gray-500 !default;
|
|
125
|
+
$border-hover: $gray-700 !default;
|
|
126
|
+
$border-pressed: $gray-600 !default;
|
|
127
|
+
$border-focus: $gray-700 !default;
|
|
128
|
+
$border-selected: $gray-600 !default;
|
|
129
|
+
$border-dragged: $gray-600 !default;
|
|
130
|
+
$border-disabled: $border-light !default;
|
|
131
|
+
$border-warning: color.adjust($yellow, $lightness: 10%) !default;
|
|
132
|
+
$border-error: color.adjust($red, $lightness: 10%) !default;
|
|
133
|
+
$border-success: color.adjust($green, $lightness: 10%) !default;
|
|
134
|
+
$spreadsheet-gridline: $gray-300 !default;
|
|
135
|
+
|
|
136
|
+
$tooltip-bg-color: $gray-200 !default;
|
|
137
|
+
$tooltip-border: $gray-200;
|
|
138
|
+
$toooltip-text-color: $gray-900 !default;
|
|
139
|
+
|
|
140
|
+
$shadow: 0 .8px 16px rgba($black, .15) !default;
|
|
141
|
+
$shadow-sm: 0 2px 4px rgba($black, .075) !default;
|
|
142
|
+
$shadow-md: 0 8px 12px rgba($black, .15) !default;
|
|
143
|
+
$shadow-lg: 0 16px 48px rgba($black, .175) !default;
|
|
144
|
+
$shadow-xl: 0 20px 25px -5px rgba($black, .1), 0 10px 10px -5px rgba($black, .04) !default;
|
|
145
|
+
$shadow-2xl: 0 25px 50px -12px rgba($black, .25) !default;
|
|
146
|
+
$shadow-inner: inset 0 1px 2px rgba($black, .075) !default;
|
|
147
|
+
$shadow-none: 0 0 rgba($black, 0) !default;
|
|
148
|
+
$shadow-focus-ring1: 0 0 0 4px rgba($primary, .25) !default;
|
|
149
|
+
$shadow-focus-ring2: 0 0 0 4px rgba($primary, .25) !default;
|
|
150
|
+
$primary-shadow-focus: 0 0 0 4px rgba(tint-color($primary, 15%), .5) !default;
|
|
151
|
+
$secondary-shadow-focus: 0 0 0 4px rgba(tint-color($secondary, 15%), .5) !default;
|
|
152
|
+
$success-shadow-focus: 0 0 0 4px rgba(tint-color($success, 15%), .5) !default;
|
|
153
|
+
$danger-shadow-focus: 0 0 0 4px rgba(tint-color($danger, 15%), .5) !default;
|
|
154
|
+
$info-shadow-focus: 0 0 0 4px rgba(tint-color($info, 15%), .5) !default;
|
|
155
|
+
$warning-shadow-focus: 0 0 0 4px rgba(tint-color($warning, 15%), .5) !default;
|
|
156
|
+
|
|
157
|
+
$font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !default;
|
|
158
|
+
|
|
159
|
+
$text-xxs: 10px !default;
|
|
160
|
+
$text-xs: 12px !default;
|
|
161
|
+
$text-sm: 14px !default;
|
|
162
|
+
$text-base: 16px !default;
|
|
163
|
+
$text-lg: 18px !default;
|
|
164
|
+
$text-xl: 20px !default;
|
|
165
|
+
$text-2xl: 24px !default;
|
|
166
|
+
$text-3xl: 30px !default;
|
|
167
|
+
$text-4xl: 36px !default;
|
|
168
|
+
$text-5xl: 48px !default;
|
|
169
|
+
$text-6xl: 60px !default;
|
|
170
|
+
$text-7xl: 72px !default;
|
|
171
|
+
$text-8xl: 96px !default;
|
|
172
|
+
$text-9xl: 128px !default;
|
|
173
|
+
|
|
174
|
+
$h1-font-size: 40px !default;
|
|
175
|
+
$h2-font-size: 32px !default;
|
|
176
|
+
$h3-font-size: 28px !default;
|
|
177
|
+
$h4-font-size: $text-2xl !default;
|
|
178
|
+
$h5-font-size: $text-xl !default;
|
|
179
|
+
$h6-font-size: $text-base !default;
|
|
180
|
+
|
|
181
|
+
$leading-none: 1 !default;
|
|
182
|
+
$leading-tight: 1.25 !default;
|
|
183
|
+
$leading-snug: 1.375 !default;
|
|
184
|
+
$leading-normal: 1.5 !default;
|
|
185
|
+
$leading-relaxed: 1.625 !default;
|
|
186
|
+
$leading-loose: 2 !default;
|
|
187
|
+
|
|
188
|
+
$font-weight-lighter: lighter !default;
|
|
189
|
+
$font-weight-light: 300 !default;
|
|
190
|
+
$font-weight-normal: 400 !default;
|
|
191
|
+
$font-weight-medium: 500 !default;
|
|
192
|
+
$font-weight-bold: 700 !default;
|
|
193
|
+
$font-weight-bolder: bolder !default;
|
|
194
|
+
|
|
195
|
+
$secondary-bg-color: $secondary !default;
|
|
196
|
+
$secondary-border-color: $secondary-bg-color !default;
|
|
197
|
+
$secondary-text-color: $white !default;
|
|
198
|
+
$secondary-bg-color-hover: shade-color($secondary-bg-color, 15%) !default;
|
|
199
|
+
$secondary-border-color-hover: shade-color($secondary-bg-color, 20%) !default;
|
|
200
|
+
$secondary-text-color-hover: $secondary-text-color !default;
|
|
201
|
+
$secondary-bg-color-pressed: shade-color($secondary-bg-color, 20%) !default;
|
|
202
|
+
$secondary-border-color-pressed: shade-color($secondary-bg-color, 25%) !default;
|
|
203
|
+
$secondary-text-color-pressed: $secondary-text-color !default;
|
|
204
|
+
$secondary-bg-color-focus: $secondary-bg-color-hover !default;
|
|
205
|
+
$secondary-border-color-focus: $secondary-border-color-hover !default;
|
|
206
|
+
$secondary-text-color-focus: $secondary-text-color-hover !default;
|
|
207
|
+
$secondary-bg-color-disabled: rgba($secondary-bg-color, .65) !default;
|
|
208
|
+
$secondary-border-color-disabled: $secondary-bg-color-disabled !default;
|
|
209
|
+
$secondary-text-color-disabled: rgba($secondary-text-color, .65) !default;
|
|
210
|
+
|
|
211
|
+
$primary-bg-color: $primary !default;
|
|
212
|
+
$primary-border-color: $primary !default;
|
|
213
|
+
$primary-text: $primary-text-color !default;
|
|
214
|
+
$primary-bg-color-hover: shade-color($primary-bg-color, 15%) !default;
|
|
215
|
+
$primary-border-color-hover: shade-color($primary-bg-color, 20%) !default;
|
|
216
|
+
$primary-text-hover: $primary-text !default;
|
|
217
|
+
$primary-bg-color-pressed: shade-color($primary-bg-color, 20%) !default;
|
|
218
|
+
$primary-border-color-pressed: shade-color($primary-bg-color, 25%) !default;
|
|
219
|
+
$primary-text-pressed: $primary-text-color !default;
|
|
220
|
+
$primary-bg-color-focus: $primary-bg-color-hover !default;
|
|
221
|
+
$primary-border-color-focus: $primary-border-color-hover !default;
|
|
222
|
+
$primary-text-focus: $primary-text !default;
|
|
223
|
+
$primary-bg-color-disabled: rgba($primary-bg-color, .65) !default;
|
|
224
|
+
$primary-border-color-disabled: $primary-bg-color-disabled !default;
|
|
225
|
+
$primary-text-disabled: rgba($primary-text, .65) !default;
|
|
226
|
+
|
|
227
|
+
$success-bg-color: $green !default;
|
|
228
|
+
$success-border-color: $green !default;
|
|
229
|
+
$success-text: $white !default;
|
|
230
|
+
$success-bg-color-hover: shade-color($success-bg-color, 15%) !default;
|
|
231
|
+
$success-border-color-hover: shade-color($success-bg-color, 20%) !default;
|
|
232
|
+
$success-text-hover: $success-text !default;
|
|
233
|
+
$success-bg-color-pressed: shade-color($success-bg-color, 20%) !default;
|
|
234
|
+
$success-border-color-pressed: shade-color($success-bg-color, 25%) !default;
|
|
235
|
+
$success-text-pressed: $success-text !default;
|
|
236
|
+
$success-bg-color-focus: $success-bg-color-hover !default;
|
|
237
|
+
$success-border-color-focus: $success-border-color-hover !default;
|
|
238
|
+
$success-text-focus: $success-text !default;
|
|
239
|
+
$success-bg-color-disabled: rgba($success-bg-color, .65) !default;
|
|
240
|
+
$success-border-color-disabled: $success-bg-color-disabled !default;
|
|
241
|
+
$success-text-disabled: rgba($success-text, .65) !default;
|
|
242
|
+
|
|
243
|
+
$warning-bg-color: $yellow !default;
|
|
244
|
+
$warning-border-color: $yellow !default;
|
|
245
|
+
$warning-text: $black !default;
|
|
246
|
+
$warning-bg-color-hover: tint-color($warning-bg-color, 15%) !default;
|
|
247
|
+
$warning-border-color-hover: tint-color($warning-bg-color, 10%) !default;
|
|
248
|
+
$warning-text-hover: $warning-text !default;
|
|
249
|
+
$warning-bg-color-pressed: tint-color($warning-bg-color, 20%) !default;
|
|
250
|
+
$warning-border-color-pressed: tint-color($warning-bg-color, 10%) !default;
|
|
251
|
+
$warning-text-pressed: $warning-text !default;
|
|
252
|
+
$warning-bg-color-focus: $warning-bg-color-hover !default;
|
|
253
|
+
$warning-border-color-focus: $warning-border-color-hover !default;
|
|
254
|
+
$warning-text-focus: $warning-text !default;
|
|
255
|
+
$warning-bg-color-disabled: rgba($warning-bg-color, .65) !default;
|
|
256
|
+
$warning-border-color-disabled: $warning-bg-color-disabled !default;
|
|
257
|
+
$warning-text-disabled: rgba($warning-text, .65) !default;
|
|
258
|
+
|
|
259
|
+
$danger-bg-color: $red !default;
|
|
260
|
+
$danger-border-color: $red !default;
|
|
261
|
+
$danger-text: $white !default;
|
|
262
|
+
$danger-bg-color-hover: shade-color($danger-bg-color, 15%) !default;
|
|
263
|
+
$danger-border-color-hover: shade-color($danger-bg-color, 20%) !default;
|
|
264
|
+
$danger-text-hover: $danger-text !default;
|
|
265
|
+
$danger-bg-color-pressed: shade-color($danger-bg-color, 20%) !default;
|
|
266
|
+
$danger-border-color-pressed: shade-color($danger-bg-color, 25%) !default;
|
|
267
|
+
$danger-text-pressed: $danger-text !default;
|
|
268
|
+
$danger-bg-color-focus: $danger-bg-color-hover !default;
|
|
269
|
+
$danger-border-color-focus: $danger-border-color-hover !default;
|
|
270
|
+
$danger-text-focus: $danger-text !default;
|
|
271
|
+
$danger-bg-color-disabled: rgba($danger-bg-color, .65) !default;
|
|
272
|
+
$danger-border-color-disabled: $danger-bg-color-disabled !default;
|
|
273
|
+
$danger-text-disabled: rgba($danger-text, .65) !default;
|
|
274
|
+
|
|
275
|
+
$info-bg-color: $cyan !default;
|
|
276
|
+
$info-border-color: $cyan !default;
|
|
277
|
+
$info-text: $black !default;
|
|
278
|
+
$info-bg-color-hover: tint-color($info-bg-color, 15%) !default;
|
|
279
|
+
$info-border-color-hover: tint-color($info-bg-color, 10%) !default;
|
|
280
|
+
$info-text-hover: $info-text !default;
|
|
281
|
+
$info-bg-color-pressed: tint-color($info-bg-color, 20%) !default;
|
|
282
|
+
$info-border-color-pressed: tint-color($info-bg-color, 10%) !default;
|
|
283
|
+
$info-text-pressed: $info-text !default;
|
|
284
|
+
$info-bg-color-focus: $info-bg-color-hover !default;
|
|
285
|
+
$info-border-color-focus: $info-border-color-hover !default;
|
|
286
|
+
$info-text-focus: $info-text-hover !default;
|
|
287
|
+
$info-bg-color-disabled: rgba($info-bg-color, .65) !default;
|
|
288
|
+
$info-border-color-disabled: $info-bg-color-disabled !default;
|
|
289
|
+
$info-text-disabled: rgba($info-text, .65) !default;
|
|
290
|
+
|
|
291
|
+
$primary-outline: color.adjust($primary, $lightness: 10%) !default;
|
|
292
|
+
$secondary-outline: color.adjust($secondary, $lightness: 10%) !default;
|
|
293
|
+
$warning-outline: color.adjust($warning, $lightness: 10%) !default;
|
|
294
|
+
$danger-outline: color.adjust($danger, $lightness: 10%) !default;
|
|
295
|
+
$success-outline: color.adjust($success, $lightness: 10%) !default;
|
|
296
|
+
$info-outline: color.adjust($info, $lightness: 10%) !default;
|
|
297
|
+
|
|
298
|
+
$series-1: $gray-800;
|
|
299
|
+
$series-2: $gray-700;
|
|
300
|
+
$series-3: $gray-600;
|
|
301
|
+
$series-4: $gray-500;
|
|
302
|
+
$series-5: #5ecb9b;
|
|
303
|
+
$series-6: #a860f1;
|
|
304
|
+
$series-7: #557ef7;
|
|
305
|
+
$series-8: #eba844;
|
|
306
|
+
$series-9: #e9599b;
|
|
307
|
+
$series-10: #3bc6cf;
|
|
308
|
+
$series-11: #74b706;
|
|
309
|
+
$series-12: #ea6266;
|
|
310
|
+
$skin-name: 'bootstrap5' !default;
|
|
311
|
+
$theme-name: 'bootstrap5-dark' !default;
|
|
312
|
+
|
|
313
|
+
$diagram-palette-background: $gray-300 !default;
|
|
314
|
+
$diagram-palette-hover-background: $gray-400 !default;
|
|
315
|
+
|
|
316
|
+
$appbar-bg-color-alt1: $gray-800 !default;
|
|
317
|
+
$appbar-color-alt1: $white !default;
|
|
318
|
+
$appbar-border-color-alt1: $gray-800 !default;
|
|
319
|
+
$appbar-hover-bg-color-alt1: rgba(255, 255, 255, .08) !default;
|
|
320
|
+
|
|
321
|
+
$appbar-bg-color-alt2: $gray-300 !default;
|
|
322
|
+
$appbar-color-alt2: $gray-900 !default;
|
|
323
|
+
$appbar-border-color-alt2: $gray-300 !default;
|
|
324
|
+
$appbar-hover-bg-color-alt2: rgba(transparent, .056) !default;
|
|
325
|
+
|
|
326
|
+
$appbar-bottom-shadow: none !default;
|
|
327
|
+
$appbar-top-shadow: none !default;
|
|
328
|
+
|
|
329
|
+
$frozen-shadow: rgba(0, 0, 0, .25) !default;
|
|
330
|
+
$frozen-shadow-2: rgba(0, 0, 0, .25) !default;
|