@syncfusion/ej2-base 25.2.5 → 26.1.35
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/.eslintrc.json +3 -2
- package/bin/syncfusion-license.js +1 -1
- package/dist/ej2-base.min.js +2 -2
- package/dist/ej2-base.umd.min.js +2 -2
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +197 -423
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +182 -405
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +2 -2
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +63 -8
- package/src/ajax.d.ts +1 -1
- package/src/ajax.js +3 -7
- package/src/animation.d.ts +1 -1
- package/src/animation.js +1 -3
- 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.d.ts +4 -0
- package/src/component.js +9 -17
- package/src/dom.js +4 -11
- package/src/draggable.js +1 -22
- package/src/droppable.js +0 -1
- package/src/event-handler.js +2 -6
- package/src/fetch.js +1 -2
- package/src/hijri-parser.js +3 -3
- 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 +7 -0
- package/src/intl/intl-base.js +16 -16
- package/src/intl/number-formatter.js +5 -5
- package/src/intl/number-parser.js +2 -6
- package/src/intl/parser-base.js +6 -11
- package/src/keyboard.js +0 -1
- 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.js +3 -8
- package/src/util.d.ts +4 -4
- package/src/util.js +13 -38
- package/src/validate-lic.js +4 -3
- package/styles/_bootstrap5.3-dark-definition.scss +8 -0
- package/styles/_bootstrap5.3-definition.scss +8 -0
- 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/animation/_all.scss +0 -1
- package/styles/bootstrap-dark.css +865 -143
- package/styles/bootstrap.css +865 -143
- package/styles/bootstrap4.css +865 -143
- package/styles/bootstrap5-dark.css +865 -143
- package/styles/bootstrap5.css +865 -143
- package/styles/common/_core.scss +3 -7
- package/styles/definition/_bds-dark.scss +45 -156
- package/styles/definition/_bds.scss +71 -202
- package/styles/definition/_bootstrap-dark.scss +1 -13
- package/styles/definition/_bootstrap.scss +0 -13
- package/styles/definition/_bootstrap4.scss +24 -38
- package/styles/definition/_bootstrap5-dark.scss +69 -88
- package/styles/definition/_bootstrap5.3-dark.scss +853 -0
- package/styles/definition/_bootstrap5.3.scss +1486 -0
- package/styles/definition/_bootstrap5.scss +64 -84
- package/styles/definition/_fabric-dark.scss +0 -12
- package/styles/definition/_fabric.scss +0 -12
- package/styles/definition/_fluent-dark.scss +27 -96
- package/styles/definition/_fluent.scss +27 -97
- package/styles/definition/_fluent2-dark.scss +1506 -0
- package/styles/definition/_fluent2-highcontrast.scss +1506 -0
- package/styles/definition/_fluent2.scss +2264 -0
- package/styles/definition/_fusionnew-dark.scss +40 -78
- package/styles/definition/_fusionnew.scss +36 -75
- package/styles/definition/_highcontrast-light.scss +0 -10
- package/styles/definition/_highcontrast.scss +0 -12
- package/styles/definition/_material-dark.scss +0 -11
- package/styles/definition/_material.scss +1 -13
- package/styles/definition/_material3-dark.scss +15 -71
- package/styles/definition/_material3.scss +15 -84
- package/styles/definition/_tailwind-dark.scss +17 -66
- package/styles/definition/_tailwind.scss +18 -66
- package/styles/fabric-dark.css +865 -143
- package/styles/fabric.css +865 -143
- package/styles/fluent-dark.css +865 -143
- package/styles/fluent.css +865 -143
- package/styles/fluent2.css +3825 -0
- package/styles/fluent2.scss +3 -0
- package/styles/highcontrast-light.css +865 -143
- package/styles/highcontrast.css +865 -143
- package/styles/material-dark.css +865 -143
- package/styles/material.css +865 -143
- package/styles/material3-dark.css +865 -144
- package/styles/material3.css +865 -144
- package/styles/offline-theme/material-dark.css +865 -143
- package/styles/offline-theme/material.css +865 -143
- package/styles/offline-theme/tailwind-dark.css +866 -144
- package/styles/offline-theme/tailwind.css +866 -144
- package/styles/tailwind-dark.css +866 -144
- package/styles/tailwind.css +866 -144
- package/CHANGELOG.md +0 -647
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
@import '../common/mixin.scss';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// black
|
|
6
|
-
$black: #000 !default;
|
|
7
|
-
|
|
8
|
-
// White
|
|
9
|
-
$white: #fff !default;
|
|
3
|
+
$black: #000 !default;
|
|
4
|
+
$white: #fff !default;
|
|
10
5
|
|
|
11
6
|
@function shade-color($color, $percentage) {
|
|
12
7
|
@return mix($black, $color, $percentage);
|
|
@@ -16,10 +11,8 @@ $white: #fff !default;
|
|
|
16
11
|
@return mix($white, $color, $percentage);
|
|
17
12
|
}
|
|
18
13
|
|
|
19
|
-
// Transparent
|
|
20
14
|
$transparent: transparent;
|
|
21
15
|
|
|
22
|
-
// scss-docs-start gray-color-variables
|
|
23
16
|
$gray-100: #f8f9fa !default;
|
|
24
17
|
$gray-200: #e9ecef !default;
|
|
25
18
|
$gray-300: #dee2e6 !default;
|
|
@@ -30,41 +23,39 @@ $gray-700: #495057 !default;
|
|
|
30
23
|
$gray-800: #343a40 !default;
|
|
31
24
|
$gray-900: #212529 !default;
|
|
32
25
|
|
|
33
|
-
|
|
34
|
-
$
|
|
35
|
-
$
|
|
36
|
-
$
|
|
37
|
-
$
|
|
38
|
-
$
|
|
39
|
-
$
|
|
40
|
-
$
|
|
41
|
-
$
|
|
42
|
-
$
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
$
|
|
46
|
-
$
|
|
47
|
-
$
|
|
48
|
-
$
|
|
49
|
-
$
|
|
50
|
-
$
|
|
51
|
-
$
|
|
52
|
-
$
|
|
53
|
-
$
|
|
54
|
-
$danger-light: tint-color($danger, 80%) !default;
|
|
26
|
+
$blue: #0d6efd !default;
|
|
27
|
+
$indigo: #6610f2 !default;
|
|
28
|
+
$purple: #6f42c1 !default;
|
|
29
|
+
$pink: #d63384 !default;
|
|
30
|
+
$red: #dc3545 !default;
|
|
31
|
+
$orange: #fd7e14 !default;
|
|
32
|
+
$yellow: #ffc107 !default;
|
|
33
|
+
$green: #198754 !default;
|
|
34
|
+
$teal: #20c997 !default;
|
|
35
|
+
$cyan: #0dcaf0 !default;
|
|
36
|
+
|
|
37
|
+
$primary: $blue !default;
|
|
38
|
+
$secondary: $gray-600 !default;
|
|
39
|
+
$success: $green !default;
|
|
40
|
+
$info: $cyan !default;
|
|
41
|
+
$warning: $yellow !default;
|
|
42
|
+
$danger: $red !default;
|
|
43
|
+
$success-light: tint-color($success, 80%) !default;
|
|
44
|
+
$info-light: tint-color($info, 80%) !default;
|
|
45
|
+
$warning-light: tint-color($warning, 80%) !default;
|
|
46
|
+
$danger-light: tint-color($danger, 80%) !default;
|
|
55
47
|
$primary-text-color: $white !default;
|
|
56
|
-
$primary-light:
|
|
57
|
-
$primary-lighter:
|
|
58
|
-
$success-dark:
|
|
59
|
-
$info-dark:
|
|
60
|
-
$warning-dark:
|
|
61
|
-
$danger-dark:
|
|
48
|
+
$primary-light: tint-color($primary, 50%) !default;
|
|
49
|
+
$primary-lighter: tint-color($primary, 90%) !default;
|
|
50
|
+
$success-dark: darken($success, 10%) !default;
|
|
51
|
+
$info-dark: darken($info, 25%) !default;
|
|
52
|
+
$warning-dark: darken($warning, 25%) !default;
|
|
53
|
+
$danger-dark: darken($danger, 10%) !default;
|
|
62
54
|
$success-light-alt: tint-color($success, 80%) !default;
|
|
63
55
|
$info-light-alt: tint-color($info, 80%) !default;
|
|
64
56
|
$warning-light-alt: tint-color($warning, 80%) !default;
|
|
65
57
|
$danger-light-alt: tint-color($danger, 80%) !default;
|
|
66
58
|
|
|
67
|
-
// backgroundcolor
|
|
68
59
|
$content-bg-color: $white !default;
|
|
69
60
|
$content-bg-color-alt1: $gray-100 !default;
|
|
70
61
|
$content-bg-color-alt2: $gray-200 !default;
|
|
@@ -86,7 +77,6 @@ $table-bg-color-hover: darken($content-bg-color-alt1, 3%) !default;
|
|
|
86
77
|
$table-bg-color-pressed: $gray-300 !default;
|
|
87
78
|
$table-bg-color-selected: darken($content-bg-color-alt1, 6%) !default;
|
|
88
79
|
|
|
89
|
-
// all theme common color
|
|
90
80
|
$colorpicker-gradient-1: #f00 !default;
|
|
91
81
|
$colorpicker-gradient-2: #ff0 !default;
|
|
92
82
|
$ccolorpicker-gradient-3: #0f0 !default;
|
|
@@ -101,7 +91,6 @@ $spreadsheet-selection-4: #4caf51;
|
|
|
101
91
|
$spreadsheet-selection-5: #fe9800;
|
|
102
92
|
$spreadsheet-selection-6: #3f52b5;
|
|
103
93
|
|
|
104
|
-
// text-color
|
|
105
94
|
$content-text-color: $gray-900 !default;
|
|
106
95
|
$content-text-color-alt1: $gray-800 !default;
|
|
107
96
|
$content-text-color-alt2: $gray-700 !default;
|
|
@@ -121,13 +110,11 @@ $table-text-color-hover: $gray-900 !default;
|
|
|
121
110
|
$table-text-color-pressed: $gray-900 !default;
|
|
122
111
|
$table-text-color-selected: $gray-900 !default;
|
|
123
112
|
|
|
124
|
-
// icon-color
|
|
125
113
|
$icon-color: $gray-600 !default;
|
|
126
114
|
$icon-color-hover: $gray-800 !default;
|
|
127
115
|
$icon-color-pressed: $gray-900 !default;
|
|
128
116
|
$icon-color-disabled: $gray-500 !default;
|
|
129
117
|
|
|
130
|
-
// border-color
|
|
131
118
|
$border-light: $gray-300 !default;
|
|
132
119
|
$border: $gray-400 !default;
|
|
133
120
|
$border-dark: $gray-500 !default;
|
|
@@ -143,16 +130,14 @@ $border-success: $success !default;
|
|
|
143
130
|
$spreadsheet-gridline: $gray-300 !default;
|
|
144
131
|
$flyout-border: $gray-300 !default;
|
|
145
132
|
|
|
146
|
-
// Tooltip
|
|
147
133
|
$tooltip-bg-color: $gray-900 !default;
|
|
148
134
|
$tooltip-border: $gray-900;
|
|
149
135
|
$toooltip-text-color: #f9fafb !default;
|
|
150
136
|
|
|
151
|
-
// shadow
|
|
152
137
|
$shadow: 0 .8px 16px rgba($black, .15) !default;
|
|
153
138
|
$shadow-sm: 0 2px 4px rgba($black, .075) !default;
|
|
154
139
|
$shadow-md: 0 8px 12px rgba($black, .15) !default;
|
|
155
|
-
$shadow-lg:
|
|
140
|
+
$shadow-lg: 0 16px 48px rgba($black, .175) !default;
|
|
156
141
|
$shadow-xl: 0 20px 25px -5px rgba($black, .1), 0 10px 10px -5px rgba($black, .04) !default;
|
|
157
142
|
$shadow-2xl: 0 25px 50px -12px rgba($black, .25) !default;
|
|
158
143
|
$shadow-inner: inset 0 1px 2px rgba($black, .075) !default;
|
|
@@ -166,10 +151,8 @@ $danger-shadow-focus: 0 0 0 4px rgba(tint-color($danger, 15%), .5) !default;
|
|
|
166
151
|
$info-shadow-focus: 0 0 0 4px rgba(tint-color($info, 15%), .5) !default;
|
|
167
152
|
$warning-shadow-focus: 0 0 0 4px rgba(tint-color($warning, 15%), .5) !default;
|
|
168
153
|
|
|
169
|
-
// fontfamily
|
|
170
154
|
$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;
|
|
171
155
|
|
|
172
|
-
// default font Size
|
|
173
156
|
$text-xxs: 10px !default;
|
|
174
157
|
$text-xs: 12px !default;
|
|
175
158
|
$text-sm: 14px !default;
|
|
@@ -185,7 +168,6 @@ $text-7xl: 72px !default;
|
|
|
185
168
|
$text-8xl: 96px !default;
|
|
186
169
|
$text-9xl: 128px !default;
|
|
187
170
|
|
|
188
|
-
// heading
|
|
189
171
|
$h1-font-size: 40px !default;
|
|
190
172
|
$h2-font-size: 32px !default;
|
|
191
173
|
$h3-font-size: 28px !default;
|
|
@@ -193,9 +175,6 @@ $h4-font-size: $text-2xl !default;
|
|
|
193
175
|
$h5-font-size: $text-xl !default;
|
|
194
176
|
$h6-font-size: $text-base !default;
|
|
195
177
|
|
|
196
|
-
// Display
|
|
197
|
-
|
|
198
|
-
// Line height
|
|
199
178
|
$leading-none: 1 !default;
|
|
200
179
|
$leading-tight: 1.25 !default;
|
|
201
180
|
$leading-snug: 1.375 !default;
|
|
@@ -203,15 +182,12 @@ $leading-normal: 1.5 !default;
|
|
|
203
182
|
$leading-relaxed: 1.625 !default;
|
|
204
183
|
$leading-loose: 2 !default;
|
|
205
184
|
|
|
206
|
-
|
|
207
|
-
$font-weight-
|
|
208
|
-
$font-weight-
|
|
209
|
-
$font-weight-
|
|
210
|
-
$font-weight-
|
|
211
|
-
$font-weight-
|
|
212
|
-
$font-weight-bolder: bolder !default;
|
|
213
|
-
|
|
214
|
-
// Secondary-button
|
|
185
|
+
$font-weight-lighter: lighter !default;
|
|
186
|
+
$font-weight-light: 300 !default;
|
|
187
|
+
$font-weight-normal: 400 !default;
|
|
188
|
+
$font-weight-medium: 500 !default;
|
|
189
|
+
$font-weight-bold: 700 !default;
|
|
190
|
+
$font-weight-bolder: bolder !default;
|
|
215
191
|
|
|
216
192
|
$secondary-bg-color: $secondary !default;
|
|
217
193
|
$secondary-border-color: $secondary-bg-color !default;
|
|
@@ -229,8 +205,6 @@ $secondary-bg-color-disabled: rgba($secondary-bg-color, .65) !default;
|
|
|
229
205
|
$secondary-border-color-disabled: $secondary-bg-color-disabled !default;
|
|
230
206
|
$secondary-text-color-disabled: rgba($secondary-text-color, .65) !default;
|
|
231
207
|
|
|
232
|
-
// Primary-button
|
|
233
|
-
|
|
234
208
|
$primary-bg-color: $primary !default;
|
|
235
209
|
$primary-border-color: $primary !default;
|
|
236
210
|
$primary-text: $primary-text-color !default;
|
|
@@ -247,8 +221,6 @@ $primary-bg-color-disabled: rgba($primary-bg-color, .65) !default;
|
|
|
247
221
|
$primary-border-color-disabled: $primary-bg-color-disabled !default;
|
|
248
222
|
$primary-text-disabled: rgba($primary-text, .65) !default;
|
|
249
223
|
|
|
250
|
-
// Success-button
|
|
251
|
-
|
|
252
224
|
$success-bg-color: $success !default;
|
|
253
225
|
$success-border-color: $success !default;
|
|
254
226
|
$success-text: $white !default;
|
|
@@ -265,7 +237,6 @@ $success-bg-color-disabled: rgba($success-bg-color, .65) !default;
|
|
|
265
237
|
$success-border-color-disabled: $success-bg-color-disabled !default;
|
|
266
238
|
$success-text-disabled: rgba($success-text, .65) !default;
|
|
267
239
|
|
|
268
|
-
// Warning-button
|
|
269
240
|
$warning-bg-color: $warning !default;
|
|
270
241
|
$warning-border-color: $warning !default;
|
|
271
242
|
$warning-text: $black !default;
|
|
@@ -282,7 +253,6 @@ $warning-bg-color-disabled: rgba($warning-bg-color, .65) !default;
|
|
|
282
253
|
$warning-border-color-disabled: $warning-bg-color-disabled !default;
|
|
283
254
|
$warning-text-disabled: rgba($warning-text, .65) !default;
|
|
284
255
|
|
|
285
|
-
// danger-button
|
|
286
256
|
$danger-bg-color: $danger !default;
|
|
287
257
|
$danger-border-color: $danger !default;
|
|
288
258
|
$danger-text: $white !default;
|
|
@@ -299,7 +269,6 @@ $danger-bg-color-disabled: rgba($danger-bg-color, .65) !default;
|
|
|
299
269
|
$danger-border-color-disabled: $danger-bg-color-disabled !default;
|
|
300
270
|
$danger-text-disabled: rgba($danger-text, .65) !default;
|
|
301
271
|
|
|
302
|
-
// Info-button
|
|
303
272
|
$info-bg-color: $info !default;
|
|
304
273
|
$info-border-color: $info !default;
|
|
305
274
|
$info-text: $black !default;
|
|
@@ -316,7 +285,6 @@ $info-bg-color-disabled: rgba($info-bg-color, .65) !default;
|
|
|
316
285
|
$info-border-color-disabled: $info-bg-color-disabled !default;
|
|
317
286
|
$info-text-disabled: rgba($info-text, .65) !default;
|
|
318
287
|
|
|
319
|
-
//Outline button
|
|
320
288
|
$primary-outline: $primary-bg-color !default;
|
|
321
289
|
$secondary-outline: $secondary-bg-color !default;
|
|
322
290
|
$warning-outline: $warning-bg-color !default;
|
|
@@ -324,8 +292,6 @@ $danger-outline: $danger-bg-color !default;
|
|
|
324
292
|
$success-outline: $success-bg-color !default;
|
|
325
293
|
$info-outline: $info-bg-color !default;
|
|
326
294
|
|
|
327
|
-
// chart series
|
|
328
|
-
|
|
329
295
|
$series-1: $gray-200;
|
|
330
296
|
$series-2: $gray-300;
|
|
331
297
|
$series-3: $gray-400;
|
|
@@ -341,13 +307,9 @@ $series-12: #f3a93c;
|
|
|
341
307
|
$skin-name: 'bootstrap5' !default;
|
|
342
308
|
$theme-name: 'bootstrap5' !default;
|
|
343
309
|
|
|
344
|
-
//Diagram Palette color
|
|
345
310
|
$diagram-palette-background: $white !default;
|
|
346
311
|
$diagram-palette-hover-background: $content-bg-color-hover !default;
|
|
347
312
|
|
|
348
|
-
//Message component
|
|
349
|
-
|
|
350
|
-
//Message Default
|
|
351
313
|
$msg-color: #41464b !default;
|
|
352
314
|
$msg-bg-color: #e2e3e5 !default;
|
|
353
315
|
$msg-border-color: #d3d6d8 !default;
|
|
@@ -366,7 +328,6 @@ $msg-close-icon-color: $icon-color !default;
|
|
|
366
328
|
$msg-close-icon-color-alt1: $icon-color !default;
|
|
367
329
|
$msg-close-icon-color-alt2: $white !default;
|
|
368
330
|
|
|
369
|
-
//Message Danger
|
|
370
331
|
$msg-danger-color: #842029 !default;
|
|
371
332
|
$msg-danger-bg-color: tint-color($danger, 80%) !default;
|
|
372
333
|
$msg-danger-border-color: #f5c2c7 !default;
|
|
@@ -385,7 +346,6 @@ $msg-danger-close-icon-color: $icon-color !default;
|
|
|
385
346
|
$msg-danger-close-icon-color-alt1: $icon-color !default;
|
|
386
347
|
$msg-danger-close-icon-color-alt2: $white !default;
|
|
387
348
|
|
|
388
|
-
//Message success
|
|
389
349
|
$msg-success-color: #0f5132 !default;
|
|
390
350
|
$msg-success-bg-color: tint-color($success, 80%) !default;
|
|
391
351
|
$msg-success-border-color:#badbcc !default;
|
|
@@ -404,7 +364,6 @@ $msg-success-close-icon-color: $icon-color !default;
|
|
|
404
364
|
$msg-success-close-icon-color-alt1: $icon-color !default;
|
|
405
365
|
$msg-success-close-icon-color-alt2: $white !default;
|
|
406
366
|
|
|
407
|
-
//Message warning
|
|
408
367
|
$msg-warning-color: #664d03 !default;
|
|
409
368
|
$msg-warning-bg-color: tint-color($warning, 80%) !default;
|
|
410
369
|
$msg-warning-border-color: #ffecb5 !default;
|
|
@@ -423,7 +382,6 @@ $msg-warning-close-icon-color: $icon-color !default;
|
|
|
423
382
|
$msg-warning-close-icon-color-alt1: $icon-color !default;
|
|
424
383
|
$msg-warning-close-icon-color-alt2: $gray-900 !default;
|
|
425
384
|
|
|
426
|
-
//Message Info
|
|
427
385
|
$msg-info-color: #055160 !default;
|
|
428
386
|
$msg-info-bg-color: #cff4fc !default;
|
|
429
387
|
$msg-info-border-color: #b5effb !default;
|
|
@@ -442,24 +400,19 @@ $msg-info-close-icon-color: $icon-color !default;
|
|
|
442
400
|
$msg-info-close-icon-color-alt1: $icon-color !default;
|
|
443
401
|
$msg-info-close-icon-color-alt2: $gray-900 !default;
|
|
444
402
|
|
|
445
|
-
//App bar
|
|
446
|
-
//Light
|
|
447
403
|
$appbar-bg-color-alt1: $gray-100 !default;
|
|
448
404
|
$appbar-color-alt1: $gray-900 !default;
|
|
449
405
|
$appbar-border-color-alt1: $gray-100 !default;
|
|
450
406
|
$appbar-hover-bg-color-alt1: rgba(transparent, .056) !default;
|
|
451
407
|
|
|
452
|
-
//Dark
|
|
453
408
|
$appbar-bg-color-alt2: $gray-900 !default;
|
|
454
409
|
$appbar-color-alt2: $white !default;
|
|
455
410
|
$appbar-border-color-alt2: $gray-900 !default;
|
|
456
411
|
$appbar-hover-bg-color-alt2: rgba(255, 255, 255, .08) !default;
|
|
457
412
|
|
|
458
|
-
//shadow
|
|
459
413
|
$appbar-bottom-shadow: none !default;
|
|
460
414
|
$appbar-top-shadow: none !default;
|
|
461
415
|
|
|
462
|
-
//rating
|
|
463
416
|
$rating-selected-color: $primary !default;
|
|
464
417
|
$rating-unrated-color: $gray-600 !default;
|
|
465
418
|
$rating-selected-disabled-color: $gray-500 !default;
|
|
@@ -468,7 +421,6 @@ $rating-selected-hover-color: $gray-600 !default;
|
|
|
468
421
|
$rating-unrated-hover-color: $primary !default;
|
|
469
422
|
$rating-pressed-color: lighten($primary, 15%) !default;
|
|
470
423
|
|
|
471
|
-
//font-icons
|
|
472
424
|
$font-icon-8: 8px !default;
|
|
473
425
|
$font-icon-9: 9px !default;
|
|
474
426
|
$font-icon-10: 10px !default;
|
|
@@ -493,3 +445,31 @@ $warning-font-color: $yellow !default;
|
|
|
493
445
|
$success-font-color: #198754 !default;
|
|
494
446
|
$information-font-color: #0dcaf0 !default;
|
|
495
447
|
$accordion-text-active-color: shade-color($primary, 10%) !default;
|
|
448
|
+
|
|
449
|
+
$badge-primary-bg-color-darken: darken($primary, 10%);
|
|
450
|
+
$badge-secondary-bg-color-darken: darken($content-bg-color-alt1, 10%);
|
|
451
|
+
$badge-success-bg-color-darken: darken($success-light, 10%);
|
|
452
|
+
$badge-danger-bg-color-darken: darken($danger-light, 10%);
|
|
453
|
+
$badge-warning-bg-color-darken: darken($warning-light, 10%);
|
|
454
|
+
$badge-info-bg-color-darken: darken($info-light, 10%);
|
|
455
|
+
$badge-light-bg-color-darken: darken($content-bg-color-alt2, 10%);
|
|
456
|
+
$badge-dark-bg-color-darken: darken($content-text-color-alt2, 10%);
|
|
457
|
+
$breadcrumb-item-hover-color: darken($primary-outline, 10%);
|
|
458
|
+
$breadcrumb-item-active-color: darken($primary-outline, 15%);
|
|
459
|
+
$breadcrumb-item-focus-border-color: darken($primary-outline, 10%);
|
|
460
|
+
$calendar-yeardecade-selected-hover-bg: darken($primary-bg-color, 10%);
|
|
461
|
+
$calendar-active-hover-bg-color: darken($primary-bg-color, 10%);
|
|
462
|
+
$tab-alt-wrap-hover-color: darken($secondary, 15%);
|
|
463
|
+
$treeview-item-active-hover-bg: darken($content-bg-color-selected, 5%);
|
|
464
|
+
$de-style-btn-bg-color: darken($secondary-bg-color, 7.5%);
|
|
465
|
+
$de-toggle-border-color: darken($secondary-bg-color, 12.5%);
|
|
466
|
+
$de-toggle-hover-color: darken($secondary-bg-color, 7.5%);
|
|
467
|
+
$de-toggle-border-hover-color: darken($secondary-bg-color, 10%);
|
|
468
|
+
$de-toggle-disabled-color: lighten($secondary-bg-color, 65%);
|
|
469
|
+
$connector-point-hover-color: darken($primary, 10%);
|
|
470
|
+
$gantt-connected-task: lighten($primary, 20%);
|
|
471
|
+
$gantt-active-parent-task: lighten($warning-text, 10%);
|
|
472
|
+
$schedule-hover-bg-color: darken($content-bg-color-alt1, 2%);
|
|
473
|
+
$timepicker-active-border-color: darken($gray-600, 10%);
|
|
474
|
+
$hdr-selection-border-color: darken($border-light, 8%);
|
|
475
|
+
$link-color: $primary;
|
|
@@ -44,9 +44,6 @@ $theme-name: 'fabric-dark' !default;
|
|
|
44
44
|
|
|
45
45
|
$font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
46
46
|
|
|
47
|
-
//Message component
|
|
48
|
-
|
|
49
|
-
//Message Default
|
|
50
47
|
$msg-color: $theme-dark-font !default;
|
|
51
48
|
$msg-bg-color: $neutral-lighter-alt !default;
|
|
52
49
|
$msg-border-color: $neutral-lighter-alt !default;
|
|
@@ -65,7 +62,6 @@ $msg-close-icon-color: $neutral-secondary !default;
|
|
|
65
62
|
$msg-close-icon-color-alt1: $neutral-secondary !default;
|
|
66
63
|
$msg-close-icon-color-alt2: $theme-dark-font !default;
|
|
67
64
|
|
|
68
|
-
//Message Danger
|
|
69
65
|
$msg-danger-color: #fcebe9 !default;
|
|
70
66
|
$msg-danger-bg-color: #432623 !default;
|
|
71
67
|
$msg-danger-border-color: $msg-danger-bg-color !default;
|
|
@@ -84,7 +80,6 @@ $msg-danger-close-icon-color: $neutral-secondary !default;
|
|
|
84
80
|
$msg-danger-close-icon-color-alt1: $neutral-secondary !default;
|
|
85
81
|
$msg-danger-close-icon-color-alt2: $theme-dark-font !default;
|
|
86
82
|
|
|
87
|
-
//Message success
|
|
88
83
|
$msg-success-color: lighten($success-bg, 40%) !default;
|
|
89
84
|
$msg-success-bg-color: darken($success-bg, 20%) !default;
|
|
90
85
|
$msg-success-border-color: darken($success-bg, 20%) !default;
|
|
@@ -103,7 +98,6 @@ $msg-success-close-icon-color: $neutral-secondary !default;
|
|
|
103
98
|
$msg-success-close-icon-color-alt1: $neutral-secondary !default;
|
|
104
99
|
$msg-success-close-icon-color-alt2: $theme-dark-font !default;
|
|
105
100
|
|
|
106
|
-
//Message warning
|
|
107
101
|
$msg-warning-color: #fff4ce !default;
|
|
108
102
|
$msg-warning-bg-color: darken($msg-warning-color, 70%) !default;
|
|
109
103
|
$msg-warning-border-color: darken($msg-warning-color, 70%) !default;
|
|
@@ -122,7 +116,6 @@ $msg-warning-close-icon-color: $neutral-secondary !default;
|
|
|
122
116
|
$msg-warning-close-icon-color-alt1: $neutral-secondary !default;
|
|
123
117
|
$msg-warning-close-icon-color-alt2: $theme-dark-font !default;
|
|
124
118
|
|
|
125
|
-
//Message Info
|
|
126
119
|
$msg-info-color: lighten($info-font, 20%) !default;
|
|
127
120
|
$msg-info-bg-color: darken($info-font, 50%) !default;
|
|
128
121
|
$msg-info-border-color: $msg-info-bg-color !default;
|
|
@@ -141,24 +134,19 @@ $msg-info-close-icon-color: $neutral-secondary !default;
|
|
|
141
134
|
$msg-info-close-icon-color-alt1: $neutral-secondary !default;
|
|
142
135
|
$msg-info-close-icon-color-alt2: $theme-dark-font !default;
|
|
143
136
|
|
|
144
|
-
//App bar
|
|
145
|
-
//Light
|
|
146
137
|
$appbar-bg-color-alt1: $neutral-lighter-alt !default;
|
|
147
138
|
$appbar-color-alt1: $neutral-primary !default;
|
|
148
139
|
$appbar-border-color-alt1: $neutral-lighter-alt !default;
|
|
149
140
|
$appbar-hover-bg-color-alt1: rgba(255, 255, 255, .08) !default;
|
|
150
141
|
|
|
151
|
-
//Dark
|
|
152
142
|
$appbar-bg-color-alt2: $neutral-quintenary !default;
|
|
153
143
|
$appbar-color-alt2: $neutral-primary !default;
|
|
154
144
|
$appbar-border-color-alt2: $neutral-quintenary !default;
|
|
155
145
|
$appbar-hover-bg-color-alt2: rgba(255, 255, 255, .08) !default;
|
|
156
146
|
|
|
157
|
-
//shadow
|
|
158
147
|
$appbar-bottom-shadow: none !default;
|
|
159
148
|
$appbar-top-shadow: none !default;
|
|
160
149
|
|
|
161
|
-
//definition
|
|
162
150
|
$font-size: 14px !default;
|
|
163
151
|
$font-weight: normal !default;
|
|
164
152
|
$font-path: 'common-images' !default;
|
|
@@ -42,9 +42,6 @@ $theme-name: 'fabric' !default;
|
|
|
42
42
|
|
|
43
43
|
$font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
44
44
|
|
|
45
|
-
//Message component
|
|
46
|
-
|
|
47
|
-
//Message Default
|
|
48
45
|
$msg-color: $theme-light-font !default;
|
|
49
46
|
$msg-bg-color: $neutral-lighter !default;
|
|
50
47
|
$msg-border-color: $neutral-lighter !default;
|
|
@@ -63,7 +60,6 @@ $msg-close-icon-color: $neutral-secondary !default;
|
|
|
63
60
|
$msg-close-icon-color-alt1: $neutral-secondary !default;
|
|
64
61
|
$msg-close-icon-color-alt2: $neutral-white !default;
|
|
65
62
|
|
|
66
|
-
//Message success
|
|
67
63
|
$msg-success-color: $theme-light-font !default;
|
|
68
64
|
$msg-success-bg-color:#dff6dd !default;
|
|
69
65
|
$msg-success-border-color:#dff6dd !default;
|
|
@@ -82,7 +78,6 @@ $msg-success-close-icon-color: $neutral-secondary !default;
|
|
|
82
78
|
$msg-success-close-icon-color-alt1: $neutral-secondary !default;
|
|
83
79
|
$msg-success-close-icon-color-alt2: $neutral-white !default;
|
|
84
80
|
|
|
85
|
-
//Message warning
|
|
86
81
|
$msg-warning-color: $theme-light-font !default;
|
|
87
82
|
$msg-warning-bg-color: #fff4ce !default;
|
|
88
83
|
$msg-warning-border-color: $msg-warning-bg-color !default;
|
|
@@ -101,7 +96,6 @@ $msg-warning-close-icon-color: $neutral-secondary !default;
|
|
|
101
96
|
$msg-warning-close-icon-color-alt1: $neutral-secondary !default;
|
|
102
97
|
$msg-warning-close-icon-color-alt2: $neutral-white !default;
|
|
103
98
|
|
|
104
|
-
//Message Danger
|
|
105
99
|
$msg-danger-color: $theme-light-font !default;
|
|
106
100
|
$msg-danger-bg-color: #fde7e9 !default;
|
|
107
101
|
$msg-danger-border-color:$msg-danger-bg-color !default;
|
|
@@ -120,7 +114,6 @@ $msg-danger-close-icon-color: $neutral-secondary !default;
|
|
|
120
114
|
$msg-danger-close-icon-color-alt1: $neutral-secondary !default;
|
|
121
115
|
$msg-danger-close-icon-color-alt2: $neutral-white !default;
|
|
122
116
|
|
|
123
|
-
//Message Info
|
|
124
117
|
$msg-info-color: $theme-light-font !default;
|
|
125
118
|
$msg-info-bg-color:#cdf4fc !default;
|
|
126
119
|
$msg-info-border-color: $msg-info-bg-color !default;
|
|
@@ -139,24 +132,19 @@ $msg-info-close-icon-color: $neutral-secondary !default;
|
|
|
139
132
|
$msg-info-close-icon-color-alt1: $neutral-secondary !default;
|
|
140
133
|
$msg-info-close-icon-color-alt2: $neutral-white !default;
|
|
141
134
|
|
|
142
|
-
//App bar
|
|
143
|
-
//Light
|
|
144
135
|
$appbar-bg-color-alt1: $neutral-lighter !default;
|
|
145
136
|
$appbar-color-alt1: $neutral-primary !default;
|
|
146
137
|
$appbar-border-color-alt1: $neutral-lighter !default;
|
|
147
138
|
$appbar-hover-bg-color-alt1: rgba(transparent, .056) !default;
|
|
148
139
|
|
|
149
|
-
//Dark
|
|
150
140
|
$appbar-bg-color-alt2: $neutral-primary !default;
|
|
151
141
|
$appbar-color-alt2: $neutral-lighter !default;
|
|
152
142
|
$appbar-border-color-alt2: $neutral-primary !default;
|
|
153
143
|
$appbar-hover-bg-color-alt2: rgba(255, 255, 255, .08) !default;
|
|
154
144
|
|
|
155
|
-
//shadow
|
|
156
145
|
$appbar-bottom-shadow: none !default;
|
|
157
146
|
$appbar-top-shadow: none !default;
|
|
158
147
|
|
|
159
|
-
//definition
|
|
160
148
|
$font-size: 14px !default;
|
|
161
149
|
$font-weight: normal !default;
|
|
162
150
|
$font-path: 'common-images' !default;
|