@syncfusion/ej2-inplace-editor 31.2.2 → 32.1.19
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 +4 -29
- package/README.md +36 -24
- package/dist/ej2-inplace-editor.min.js +1 -10
- package/dist/ej2-inplace-editor.umd.min.js +0 -9
- package/dist/global/ej2-inplace-editor.min.js +0 -9
- package/dist/global/index.d.ts +0 -9
- package/package.json +23 -59
- package/styles/bds-lite.css +6 -6
- package/styles/bds-lite.scss +25 -26
- package/styles/bds.css +6 -6
- package/styles/bds.scss +26 -27
- package/styles/bootstrap-dark-lite.css +0 -4
- package/styles/bootstrap-dark-lite.scss +25 -26
- package/styles/bootstrap-dark.css +0 -4
- package/styles/bootstrap-dark.scss +26 -27
- package/styles/bootstrap-lite.css +3 -63
- package/styles/bootstrap-lite.scss +25 -26
- package/styles/bootstrap.css +3 -63
- package/styles/bootstrap.scss +26 -27
- package/styles/bootstrap4-lite.css +11 -87
- package/styles/bootstrap4-lite.scss +25 -26
- package/styles/bootstrap4.css +11 -87
- package/styles/bootstrap4.scss +26 -27
- package/styles/bootstrap5-dark-lite.scss +25 -26
- package/styles/bootstrap5-dark.scss +26 -27
- package/styles/bootstrap5-lite.scss +26 -26
- package/styles/bootstrap5.3-lite.css +88 -8
- package/styles/bootstrap5.3-lite.scss +26 -26
- package/styles/bootstrap5.3.css +88 -8
- package/styles/bootstrap5.3.scss +27 -27
- package/styles/bootstrap5.scss +27 -27
- package/styles/fabric-dark-lite.scss +26 -26
- package/styles/fabric-dark.scss +27 -27
- package/styles/fabric-lite.scss +26 -26
- package/styles/fabric.scss +27 -27
- package/styles/fluent-dark-lite.scss +26 -26
- package/styles/fluent-dark.scss +27 -27
- package/styles/fluent-lite.scss +26 -26
- package/styles/fluent.scss +27 -27
- package/styles/fluent2-lite.css +247 -14
- package/styles/fluent2-lite.scss +26 -26
- package/styles/fluent2.css +247 -14
- package/styles/fluent2.scss +27 -27
- package/styles/highcontrast-light-lite.scss +26 -26
- package/styles/highcontrast-light.scss +27 -27
- package/styles/highcontrast-lite.scss +26 -26
- package/styles/highcontrast.scss +27 -27
- package/styles/inplace-editor/_all.scss +2 -2
- package/styles/inplace-editor/_bds-definition.scss +11 -0
- package/styles/inplace-editor/_bigger.scss +8 -6
- package/styles/inplace-editor/_bootstrap-dark-definition.scss +10 -0
- package/styles/inplace-editor/_bootstrap-definition.scss +10 -0
- package/styles/inplace-editor/_bootstrap4-definition.scss +9 -0
- package/styles/inplace-editor/_bootstrap5-dark-definition.scss +80 -1
- package/styles/inplace-editor/_bootstrap5-definition.scss +11 -0
- package/styles/inplace-editor/_bootstrap5.3-definition.scss +13 -2
- package/styles/inplace-editor/_fabric-dark-definition.scss +10 -0
- package/styles/inplace-editor/_fabric-definition.scss +10 -0
- package/styles/inplace-editor/_fluent-dark-definition.scss +80 -1
- package/styles/inplace-editor/_fluent-definition.scss +10 -0
- package/styles/inplace-editor/_fluent2-definition.scss +12 -2
- package/styles/inplace-editor/_fusionnew-definition.scss +10 -0
- package/styles/inplace-editor/_highcontrast-definition.scss +10 -0
- package/styles/inplace-editor/_highcontrast-light-definition.scss +10 -0
- package/styles/inplace-editor/_layout.scss +25 -23
- package/styles/inplace-editor/_material-dark-definition.scss +10 -0
- package/styles/inplace-editor/_material-definition.scss +10 -0
- package/styles/inplace-editor/_material3-dark-definition.scss +72 -1
- package/styles/inplace-editor/_material3-definition.scss +12 -3
- package/styles/inplace-editor/_tailwind-dark-definition.scss +81 -1
- package/styles/inplace-editor/_tailwind-definition.scss +11 -0
- package/styles/inplace-editor/_tailwind3-definition.scss +14 -2
- package/styles/inplace-editor/_theme-variables.scss +1 -0
- package/styles/inplace-editor/_theme.scss +2 -1
- package/styles/inplace-editor/bds.css +6 -6
- package/styles/inplace-editor/bds.scss +27 -27
- package/styles/inplace-editor/bootstrap-dark.css +0 -4
- package/styles/inplace-editor/bootstrap-dark.scss +27 -27
- package/styles/inplace-editor/bootstrap.css +3 -63
- package/styles/inplace-editor/bootstrap.scss +27 -27
- package/styles/inplace-editor/bootstrap4.css +11 -87
- package/styles/inplace-editor/bootstrap4.scss +27 -27
- package/styles/inplace-editor/bootstrap5-dark.scss +27 -27
- package/styles/inplace-editor/bootstrap5.3.css +88 -8
- package/styles/inplace-editor/bootstrap5.3.scss +27 -27
- package/styles/inplace-editor/bootstrap5.scss +27 -27
- package/styles/inplace-editor/fabric-dark.scss +27 -27
- package/styles/inplace-editor/fabric.scss +27 -27
- package/styles/inplace-editor/fluent-dark.scss +27 -27
- package/styles/inplace-editor/fluent.scss +27 -27
- package/styles/inplace-editor/fluent2.css +247 -14
- package/styles/inplace-editor/fluent2.scss +27 -27
- package/styles/inplace-editor/highcontrast-light.scss +27 -27
- package/styles/inplace-editor/highcontrast.scss +27 -27
- package/styles/inplace-editor/icons/_bds.scss +1 -0
- package/styles/inplace-editor/icons/_bootstrap-dark.scss +2 -1
- package/styles/inplace-editor/icons/_bootstrap.scss +2 -1
- package/styles/inplace-editor/icons/_bootstrap4.scss +2 -1
- package/styles/inplace-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/inplace-editor/icons/_bootstrap5.3.scss +1 -0
- package/styles/inplace-editor/icons/_bootstrap5.scss +1 -0
- package/styles/inplace-editor/icons/_fabric-dark.scss +2 -1
- package/styles/inplace-editor/icons/_fabric.scss +2 -1
- package/styles/inplace-editor/icons/_fluent-dark.scss +1 -1
- package/styles/inplace-editor/icons/_fluent.scss +1 -0
- package/styles/inplace-editor/icons/_fluent2.scss +1 -0
- package/styles/inplace-editor/icons/_fusionnew.scss +1 -0
- package/styles/inplace-editor/icons/_highcontrast-light.scss +2 -1
- package/styles/inplace-editor/icons/_highcontrast.scss +2 -1
- package/styles/inplace-editor/icons/_material-dark.scss +2 -1
- package/styles/inplace-editor/icons/_material.scss +2 -1
- package/styles/inplace-editor/icons/_material3-dark.scss +1 -1
- package/styles/inplace-editor/icons/_material3.scss +1 -0
- package/styles/inplace-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/inplace-editor/icons/_tailwind.scss +1 -0
- package/styles/inplace-editor/icons/_tailwind3.scss +1 -0
- package/styles/inplace-editor/material-dark.scss +27 -27
- package/styles/inplace-editor/material.css +9 -0
- package/styles/inplace-editor/material.scss +27 -27
- package/styles/inplace-editor/material3-dark.css +427 -4
- package/styles/inplace-editor/material3-dark.scss +27 -28
- package/styles/inplace-editor/material3.css +431 -8
- package/styles/inplace-editor/material3.scss +27 -28
- package/styles/inplace-editor/tailwind-dark.scss +27 -27
- package/styles/inplace-editor/tailwind.scss +27 -27
- package/styles/inplace-editor/tailwind3.css +128 -9
- package/styles/inplace-editor/tailwind3.scss +27 -27
- package/styles/material-dark-lite.scss +26 -26
- package/styles/material-dark.scss +27 -27
- package/styles/material-lite.css +9 -0
- package/styles/material-lite.scss +25 -26
- package/styles/material.css +9 -0
- package/styles/material.scss +26 -27
- package/styles/material3-dark-lite.css +427 -4
- package/styles/material3-dark-lite.scss +26 -26
- package/styles/material3-dark.css +427 -4
- package/styles/material3-dark.scss +27 -29
- package/styles/material3-lite.css +431 -8
- package/styles/material3-lite.scss +26 -26
- package/styles/material3.css +431 -8
- package/styles/material3.scss +27 -29
- package/styles/tailwind-dark-lite.scss +26 -26
- package/styles/tailwind-dark.scss +27 -27
- package/styles/tailwind-lite.scss +26 -26
- package/styles/tailwind.scss +27 -27
- package/styles/tailwind3-lite.css +128 -9
- package/styles/tailwind3-lite.scss +26 -26
- package/styles/tailwind3.css +128 -9
- package/styles/tailwind3.scss +27 -27
- package/dist/ts/index.d.ts +0 -4
- package/dist/ts/index.ts +0 -4
- package/dist/ts/inplace-editor/base/classes.d.ts +0 -63
- package/dist/ts/inplace-editor/base/classes.ts +0 -63
- package/dist/ts/inplace-editor/base/events.d.ts +0 -17
- package/dist/ts/inplace-editor/base/events.ts +0 -18
- package/dist/ts/inplace-editor/base/index.d.ts +0 -10
- package/dist/ts/inplace-editor/base/index.ts +0 -10
- package/dist/ts/inplace-editor/base/inplace-editor-model.d.ts +0 -344
- package/dist/ts/inplace-editor/base/inplace-editor.d.ts +0 -623
- package/dist/ts/inplace-editor/base/inplace-editor.ts +0 -1762
- package/dist/ts/inplace-editor/base/interface.d.ts +0 -117
- package/dist/ts/inplace-editor/base/interface.ts +0 -127
- package/dist/ts/inplace-editor/base/models-model.d.ts +0 -22
- package/dist/ts/inplace-editor/base/models.d.ts +0 -31
- package/dist/ts/inplace-editor/base/models.ts +0 -45
- package/dist/ts/inplace-editor/base/util.d.ts +0 -28
- package/dist/ts/inplace-editor/base/util.ts +0 -104
- package/dist/ts/inplace-editor/index.d.ts +0 -5
- package/dist/ts/inplace-editor/index.ts +0 -5
- package/dist/ts/inplace-editor/modules/auto-complete.d.ts +0 -34
- package/dist/ts/inplace-editor/modules/auto-complete.ts +0 -65
- package/dist/ts/inplace-editor/modules/base-module.d.ts +0 -19
- package/dist/ts/inplace-editor/modules/base-module.ts +0 -74
- package/dist/ts/inplace-editor/modules/color-picker.d.ts +0 -29
- package/dist/ts/inplace-editor/modules/color-picker.ts +0 -55
- package/dist/ts/inplace-editor/modules/combo-box.d.ts +0 -34
- package/dist/ts/inplace-editor/modules/combo-box.ts +0 -63
- package/dist/ts/inplace-editor/modules/date-range-picker.d.ts +0 -29
- package/dist/ts/inplace-editor/modules/date-range-picker.ts +0 -55
- package/dist/ts/inplace-editor/modules/index.d.ts +0 -12
- package/dist/ts/inplace-editor/modules/index.ts +0 -12
- package/dist/ts/inplace-editor/modules/multi-select.d.ts +0 -35
- package/dist/ts/inplace-editor/modules/multi-select.ts +0 -88
- package/dist/ts/inplace-editor/modules/rte.d.ts +0 -31
- package/dist/ts/inplace-editor/modules/rte.ts +0 -73
- package/dist/ts/inplace-editor/modules/slider.d.ts +0 -30
- package/dist/ts/inplace-editor/modules/slider.ts +0 -59
- package/dist/ts/inplace-editor/modules/time-picker.d.ts +0 -29
- package/dist/ts/inplace-editor/modules/time-picker.ts +0 -54
- package/tslint.json +0 -111
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
2
|
+
@use './theme-variables' as *;
|
|
1
3
|
@include export-module('inplaceeditor-layout') {
|
|
2
4
|
.e-inplaceeditor {
|
|
3
5
|
display: inline-block;
|
|
4
6
|
position: relative;
|
|
5
|
-
width:
|
|
7
|
+
width: $editable-bgr-tip-width;
|
|
6
8
|
|
|
7
9
|
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
|
|
8
10
|
display: block;
|
|
@@ -18,7 +20,7 @@
|
|
|
18
20
|
display: inline-block;
|
|
19
21
|
padding: $editor-nrml-value-container-padding;
|
|
20
22
|
position: relative;
|
|
21
|
-
width:
|
|
23
|
+
width: $editable-bgr-tip-width;
|
|
22
24
|
word-break: break-word;
|
|
23
25
|
|
|
24
26
|
.e-editable-value {
|
|
@@ -85,7 +87,7 @@
|
|
|
85
87
|
display: inline-block;
|
|
86
88
|
padding: $editor-nrml-value-container-padding;
|
|
87
89
|
position: relative;
|
|
88
|
-
width:
|
|
90
|
+
width: $editable-bgr-tip-width;
|
|
89
91
|
word-break: break-word;
|
|
90
92
|
|
|
91
93
|
.e-editable-value {
|
|
@@ -100,13 +102,13 @@
|
|
|
100
102
|
}
|
|
101
103
|
|
|
102
104
|
.e-editable-overlay-icon {
|
|
103
|
-
bottom:
|
|
105
|
+
bottom: $padding-zero;
|
|
104
106
|
cursor: pointer;
|
|
105
107
|
display: inline-flex;
|
|
106
108
|
height: inherit;
|
|
107
109
|
position: absolute;
|
|
108
110
|
right: $editor-nrml-overlay-icon-left-right;
|
|
109
|
-
top:
|
|
111
|
+
top: $padding-zero;
|
|
110
112
|
visibility: hidden;
|
|
111
113
|
width: $editor-nrml-overlay-icon-container-size;
|
|
112
114
|
|
|
@@ -150,7 +152,7 @@
|
|
|
150
152
|
.e-editable-action-buttons {
|
|
151
153
|
margin-top: $editor-buttons-top-margin;
|
|
152
154
|
position: absolute;
|
|
153
|
-
right:
|
|
155
|
+
right: $padding-zero;
|
|
154
156
|
z-index: 100;
|
|
155
157
|
}
|
|
156
158
|
|
|
@@ -166,7 +168,7 @@
|
|
|
166
168
|
|
|
167
169
|
.e-editable-overlay-icon {
|
|
168
170
|
left: $editor-nrml-overlay-icon-left-right;
|
|
169
|
-
right:
|
|
171
|
+
right: $editable-bgr-tip-width;
|
|
170
172
|
}
|
|
171
173
|
|
|
172
174
|
.e-spinner-pane {
|
|
@@ -186,7 +188,7 @@
|
|
|
186
188
|
|
|
187
189
|
.e-editable-overlay-icon {
|
|
188
190
|
left: $editor-nrml-overlay-icon-left-right;
|
|
189
|
-
right:
|
|
191
|
+
right: $editable-bgr-tip-width;
|
|
190
192
|
}
|
|
191
193
|
|
|
192
194
|
.e-spinner-pane {
|
|
@@ -200,8 +202,8 @@
|
|
|
200
202
|
}
|
|
201
203
|
|
|
202
204
|
.e-editable-action-buttons {
|
|
203
|
-
left:
|
|
204
|
-
right:
|
|
205
|
+
left: $padding-zero;
|
|
206
|
+
right: $editable-bgr-tip-width;
|
|
205
207
|
}
|
|
206
208
|
}
|
|
207
209
|
}
|
|
@@ -241,14 +243,14 @@
|
|
|
241
243
|
display: none;
|
|
242
244
|
min-height: 100%;
|
|
243
245
|
position: absolute;
|
|
244
|
-
top:
|
|
246
|
+
top: $padding-zero;
|
|
245
247
|
|
|
246
248
|
&.e-show {
|
|
247
249
|
display: block;
|
|
248
250
|
|
|
249
251
|
&:not(.e-rte-spin-wrap) .e-spinner-inner {
|
|
250
|
-
left:
|
|
251
|
-
right:
|
|
252
|
+
left: $editable-bgr-tip-width;
|
|
253
|
+
right: $editor-rtl-spinner-right;
|
|
252
254
|
transform: translateX(-30%) translateY(-50%);
|
|
253
255
|
}
|
|
254
256
|
}
|
|
@@ -324,8 +326,8 @@
|
|
|
324
326
|
}
|
|
325
327
|
|
|
326
328
|
.e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
|
|
327
|
-
left:
|
|
328
|
-
right:
|
|
329
|
+
left: $editor-rtl-spinner-right;
|
|
330
|
+
right: $editable-bgr-tip-width;
|
|
329
331
|
transform: translateX(30%) translateY(-50%);
|
|
330
332
|
}
|
|
331
333
|
}
|
|
@@ -335,7 +337,7 @@
|
|
|
335
337
|
|
|
336
338
|
.e-inplaceeditor-tip {
|
|
337
339
|
opacity: 1;
|
|
338
|
-
width:
|
|
340
|
+
width: $editable-bgr-tip-width;
|
|
339
341
|
|
|
340
342
|
&.e-tooltip-wrap {
|
|
341
343
|
max-width: 100%;
|
|
@@ -347,7 +349,7 @@
|
|
|
347
349
|
}
|
|
348
350
|
|
|
349
351
|
.e-tip-content {
|
|
350
|
-
padding:
|
|
352
|
+
padding: $padding-zero;
|
|
351
353
|
|
|
352
354
|
.e-editable-title {
|
|
353
355
|
align-content: center;
|
|
@@ -369,8 +371,8 @@
|
|
|
369
371
|
float: right;
|
|
370
372
|
margin-top: $editor-buttons-top-margin;
|
|
371
373
|
position: relative;
|
|
372
|
-
right:
|
|
373
|
-
top:
|
|
374
|
+
right: $editable-bgr-tip-width;
|
|
375
|
+
top: $editable-bgr-tip-width;
|
|
374
376
|
}
|
|
375
377
|
}
|
|
376
378
|
|
|
@@ -382,8 +384,8 @@
|
|
|
382
384
|
float: right;
|
|
383
385
|
margin-top: $editor-buttons-top-margin;
|
|
384
386
|
position: relative;
|
|
385
|
-
right:
|
|
386
|
-
top:
|
|
387
|
+
right: $editable-bgr-tip-width;
|
|
388
|
+
top: $editable-bgr-tip-width;
|
|
387
389
|
}
|
|
388
390
|
}
|
|
389
391
|
|
|
@@ -424,14 +426,14 @@
|
|
|
424
426
|
|
|
425
427
|
.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
|
|
426
428
|
background-size: 150px 60px;
|
|
427
|
-
min-height:
|
|
429
|
+
min-height: $editor-content-min-height;
|
|
428
430
|
}
|
|
429
431
|
|
|
430
432
|
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
431
433
|
.e-control .e-inplaceeditor,
|
|
432
434
|
.e-tooltip-wrap.e-popup.e-inplaceeditor-tip.e-popup-open,
|
|
433
435
|
.e-inplaceeditor .e-input-group.e-control-wrapper.e-editable-elements {
|
|
434
|
-
border-radius:
|
|
436
|
+
border-radius: $inplace-editor-editable-radius;
|
|
435
437
|
}
|
|
436
438
|
}
|
|
437
439
|
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/material-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material-dark';
|
|
3
|
+
|
|
1
4
|
/*! Material dark theme definitions and variables */
|
|
2
5
|
|
|
3
6
|
/*! Value element styles */
|
|
@@ -73,3 +76,10 @@ $editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
|
|
|
73
76
|
$editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
|
|
74
77
|
$editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
|
|
75
78
|
$editor-btn-icon-color: $grey-dark-font !default;
|
|
79
|
+
|
|
80
|
+
$padding-zero: 0;
|
|
81
|
+
$editor-bgr-content-min-height: 70px !default;
|
|
82
|
+
$editor-value-min-height: 38px !default;
|
|
83
|
+
$editor-content-min-height: 60px !default;
|
|
84
|
+
$editable-bgr-tip-width: auto !default;
|
|
85
|
+
$editor-rtl-spinner-right: 5px !default;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/material' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material';
|
|
3
|
+
|
|
1
4
|
/*! Material theme definitions and variables */
|
|
2
5
|
|
|
3
6
|
/*! Value element styles */
|
|
@@ -73,3 +76,10 @@ $editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
|
|
|
73
76
|
$editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
|
|
74
77
|
$editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
|
|
75
78
|
$editor-btn-icon-color: rgba($grey-light-font, .54) !default;
|
|
79
|
+
|
|
80
|
+
$padding-zero: 0;
|
|
81
|
+
$editor-bgr-content-min-height: 70px !default;
|
|
82
|
+
$editor-value-min-height: 38px !default;
|
|
83
|
+
$editor-content-min-height: 60px !default;
|
|
84
|
+
$editable-bgr-tip-width: auto !default;
|
|
85
|
+
$editor-rtl-spinner-right: 5px !default;
|
|
@@ -1 +1,72 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/material3-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material3-dark';
|
|
3
|
+
$editor-big-value-text-font-size: $text-base !default;
|
|
4
|
+
$editor-nrml-value-text-font-size: $text-sm !default;
|
|
5
|
+
$editor-big-value-container-padding: 8px 36px 8px 16px !default;
|
|
6
|
+
$editor-nrml-value-container-padding: 6px 30px 6px 12px !default;
|
|
7
|
+
$editor-big-value-container-spin-padding: 8px !default;
|
|
8
|
+
$editor-nrml-value-container-spin-padding: 8px !default;
|
|
9
|
+
$editor-big-value-margin: 0 !default;
|
|
10
|
+
$editor-nrml-value-margin: 0 8px 0 0 !default;
|
|
11
|
+
$editor-rtl-big-value-margin: 0 0 0 28px !default;
|
|
12
|
+
$editor-rtl-nrml-value-margin: 0 0 0 32px !default;
|
|
13
|
+
$editor-big-overlay-icon-size: $text-base !default;
|
|
14
|
+
$editor-nrml-overlay-icon-size: $text-sm !default;
|
|
15
|
+
$editor-big-overlay-icon-container-size: 20px !default;
|
|
16
|
+
$editor-nrml-overlay-icon-container-size: 20px !default;
|
|
17
|
+
$editor-big-overlay-icon-left-right: 8px !default;
|
|
18
|
+
$editor-nrml-overlay-icon-left-right: 0 !default;
|
|
19
|
+
$editor-tip-content-bdr-radius: 4px !default;
|
|
20
|
+
$editor-popup-tip-content-bdr-radius: 20px !default;
|
|
21
|
+
$editor-popup-tip-wrapper-bdr-radius: 0 !default;
|
|
22
|
+
$editor-tip-title-font-weight: $font-weight-normal !default;
|
|
23
|
+
$editor-big-tip-title-font-size: $text-2xl !default;
|
|
24
|
+
$editor-nrml-tip-title-font-size: $text-base !default;
|
|
25
|
+
$editor-big-tip-title-padding: 24px !default;
|
|
26
|
+
$editor-nrml-tip-title-padding: 20px 20px 12px 20px !default;
|
|
27
|
+
$editor-rtl-big-tip-title-padding: 12px 16px 12px 16px !default;
|
|
28
|
+
$editor-rtl-nrml-tip-title-padding: 9px 12px 9px 12px !default;
|
|
29
|
+
$editor-big-tip-title-container-size: 46px !default;
|
|
30
|
+
$editor-nrml-tip-title-container-size: 24px !default;
|
|
31
|
+
$editor-big-tip-wrapper-padding: 24px !default;
|
|
32
|
+
$editor-nrml-tip-wrapper-padding: 20px !default;
|
|
33
|
+
$editor-big-wrapper-title-with-padding: 24px !default;
|
|
34
|
+
$editor-nrml-wrapper-title-with-padding: 20px !default;
|
|
35
|
+
$editor-component-bottom-margin: 4px !default;
|
|
36
|
+
$editor-buttons-top-margin: 4px !default;
|
|
37
|
+
$editor-btn-save-icon-size: 16px !default;
|
|
38
|
+
$editor-btn-cancel-icon-size: 16px !default;
|
|
39
|
+
$editor-big-btn-save-margin: 0 4px 0 0 !default;
|
|
40
|
+
$editor-nrml-btn-save-margin: 0 6px 0 0 !default;
|
|
41
|
+
$editor-big-btn-cancel-margin: 0 0 0 4px !default;
|
|
42
|
+
$editor-nrml-btn-cancel-margin: 0 0 0 6px !default;
|
|
43
|
+
$editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
|
|
44
|
+
$editor-rtl-nrml-btn-save-margin: 0 0 0 6px !default;
|
|
45
|
+
$editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
|
|
46
|
+
$editor-rtl-nrml-btn-cancel-margin: 0 6px 0 0 !default;
|
|
47
|
+
$editor-value-hover-bg: $content-bg-color-alt2 !default;
|
|
48
|
+
$editor-value-text-color: rgba($content-text-color) !default;
|
|
49
|
+
$editor-overlay-icon-color: rgba($icon-color) !default;
|
|
50
|
+
$editor-value-text-border: 1px solid rgba($content-text-color) !default;
|
|
51
|
+
$editor-background-color: $transparent !default;
|
|
52
|
+
$wrapper-background-color: $flyout-bg-color !default;
|
|
53
|
+
$editor-tip-border: 0 !default;
|
|
54
|
+
$editor-tip-bg: $flyout-bg-color !default;
|
|
55
|
+
$editor-tip-arrow-icon-color: $flyout-bg-color !default;
|
|
56
|
+
$editor-tip-title-arrow-icon-color: $content-bg-color-alt1 !default;
|
|
57
|
+
$editor-tip-arrow-bdr-color: $flyout-bg-color !default;
|
|
58
|
+
$editor-tip-title-arrow-bdr-color: rgba($border) !default;
|
|
59
|
+
$editor-tip-box-shadow: $shadow-lg !default;
|
|
60
|
+
$editor-tip-title-bg: $flyout-bg-color !default;
|
|
61
|
+
$editor-tio-title-border-bottom: 0 !default;
|
|
62
|
+
$editor-tip-title-color: rgba($content-text-color) !default;
|
|
63
|
+
$editable-overlay-icon-height: inherit !default;
|
|
64
|
+
$editable-overlay-icon: 0 !default;
|
|
65
|
+
$editor-btn-icon-color: rgba($icon-color) !default;
|
|
66
|
+
|
|
67
|
+
$padding-zero: 0;
|
|
68
|
+
$editor-bgr-content-min-height: 70px !default;
|
|
69
|
+
$editor-value-min-height: 38px !default;
|
|
70
|
+
$editor-content-min-height: 60px !default;
|
|
71
|
+
$editable-bgr-tip-width: auto !default;
|
|
72
|
+
$editor-rtl-spinner-right: 5px !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/material3' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material3';
|
|
1
3
|
$editor-big-value-text-font-size: $text-base !default;
|
|
2
4
|
$editor-nrml-value-text-font-size: $text-sm !default;
|
|
3
5
|
$editor-big-value-container-padding: 8px 36px 8px 16px !default;
|
|
@@ -14,9 +16,9 @@ $editor-big-overlay-icon-container-size: 20px !default;
|
|
|
14
16
|
$editor-nrml-overlay-icon-container-size: 20px !default;
|
|
15
17
|
$editor-big-overlay-icon-left-right: 8px !default;
|
|
16
18
|
$editor-nrml-overlay-icon-left-right: 0 !default;
|
|
17
|
-
$editor-tip-content-bdr-radius:
|
|
18
|
-
$editor-popup-tip-content-bdr-radius:
|
|
19
|
-
$editor-popup-tip-wrapper-bdr-radius: 0 !default;
|
|
19
|
+
$editor-tip-content-bdr-radius: $radius-4 !default;
|
|
20
|
+
$editor-popup-tip-content-bdr-radius: $radius-20 !default;
|
|
21
|
+
$editor-popup-tip-wrapper-bdr-radius: $radius-0 !default;
|
|
20
22
|
$editor-tip-title-font-weight: $font-weight-normal !default;
|
|
21
23
|
$editor-big-tip-title-font-size: $text-2xl !default;
|
|
22
24
|
$editor-nrml-tip-title-font-size: $text-base !default;
|
|
@@ -61,3 +63,10 @@ $editor-tip-title-color: rgba($content-text-color) !default;
|
|
|
61
63
|
$editable-overlay-icon-height: inherit !default;
|
|
62
64
|
$editable-overlay-icon: 0 !default;
|
|
63
65
|
$editor-btn-icon-color: rgba($icon-color) !default;
|
|
66
|
+
|
|
67
|
+
$padding-zero: 0;
|
|
68
|
+
$editor-bgr-content-min-height: 70px !default;
|
|
69
|
+
$editor-value-min-height: 38px !default;
|
|
70
|
+
$editor-content-min-height: 60px !default;
|
|
71
|
+
$editable-bgr-tip-width: auto !default;
|
|
72
|
+
$editor-rtl-spinner-right: 5px !default;
|
|
@@ -1 +1,81 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/tailwind-dark';
|
|
3
|
+
|
|
4
|
+
//Layout Variable Start
|
|
5
|
+
$editor-big-value-text-font-size: $text-base !default;
|
|
6
|
+
$editor-nrml-value-text-font-size: $text-sm !default;
|
|
7
|
+
$editor-big-value-container-padding: 7px 12px 7px 12px !default;
|
|
8
|
+
$editor-nrml-value-container-padding: 3px 8px 5px 8px !default;
|
|
9
|
+
$editor-big-value-container-spin-padding: 8px !default;
|
|
10
|
+
$editor-nrml-value-container-spin-padding: 8px !default;
|
|
11
|
+
$editor-big-value-margin: 0 30px 0 0 !default;
|
|
12
|
+
$editor-nrml-value-margin: 0 28px 0 0 !default;
|
|
13
|
+
$editor-rtl-big-value-margin: 0 0 0 30px !default;
|
|
14
|
+
$editor-rtl-nrml-value-margin: 0 0 0 28px !default;
|
|
15
|
+
$editor-big-overlay-icon-size: $text-base !default;
|
|
16
|
+
$editor-nrml-overlay-icon-size: $text-sm !default;
|
|
17
|
+
$editor-big-overlay-icon-container-size: 20px !default;
|
|
18
|
+
$editor-nrml-overlay-icon-container-size: 20px !default;
|
|
19
|
+
$editor-big-overlay-icon-left-right: 8px !default;
|
|
20
|
+
$editor-nrml-overlay-icon-left-right: 8px !default;
|
|
21
|
+
$editor-tip-content-bdr-radius: 4px !default;
|
|
22
|
+
$editor-popup-tip-content-bdr-radius: 4px !default;
|
|
23
|
+
$editor-tip-title-font-weight: 500 !default;
|
|
24
|
+
$editor-big-tip-title-font-size: $text-sm !default;
|
|
25
|
+
$editor-nrml-tip-title-font-size: $text-xs !default;
|
|
26
|
+
$editor-big-tip-title-padding: 7px 16px 7px 16px !default;
|
|
27
|
+
$editor-nrml-tip-title-padding: 6px 12px 6px 12px !default;
|
|
28
|
+
$editor-rtl-big-tip-title-padding: 7px 16px 7px 16px !default;
|
|
29
|
+
$editor-rtl-nrml-tip-title-padding: 6px 12px 6px 12px !default;
|
|
30
|
+
$editor-big-tip-title-container-size: 36px !default;
|
|
31
|
+
$editor-nrml-tip-title-container-size: 30px !default;
|
|
32
|
+
$editor-big-tip-wrapper-padding: 16px !default;
|
|
33
|
+
$editor-nrml-tip-wrapper-padding: 12px !default;
|
|
34
|
+
$editor-big-wrapper-title-with-padding: 16px !default;
|
|
35
|
+
$editor-nrml-wrapper-title-with-padding: 12px !default;
|
|
36
|
+
$editor-component-bottom-margin: 4px !default;
|
|
37
|
+
$editor-buttons-top-margin: 4px !default;
|
|
38
|
+
$editor-btn-save-icon-size: 16px !default;
|
|
39
|
+
$editor-btn-cancel-icon-size: 16px !default;
|
|
40
|
+
$editor-big-btn-save-margin: 0 4px 0 0 !default;
|
|
41
|
+
$editor-nrml-btn-save-margin: 0 4px 0 0 !default;
|
|
42
|
+
$editor-big-btn-cancel-margin: 0 0 0 4px !default;
|
|
43
|
+
$editor-nrml-btn-cancel-margin: 0 0 0 4px !default;
|
|
44
|
+
$editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
|
|
45
|
+
$editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
|
|
46
|
+
$editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
|
|
47
|
+
$editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
|
|
48
|
+
|
|
49
|
+
//Layout Variable End
|
|
50
|
+
|
|
51
|
+
//Theme Variable Start
|
|
52
|
+
$editor-value-hover-bg: $content-bg-color-alt2 !default;
|
|
53
|
+
$content-text-color: $content-text-color !default;
|
|
54
|
+
$editor-value-text-color: $content-text-color !default;
|
|
55
|
+
$editor-overlay-icon-color: $icon-color !default;
|
|
56
|
+
$editor-value-text-border: 1px dashed $content-text-color !default;
|
|
57
|
+
$editor-background-color: $transparent !default;
|
|
58
|
+
$wrapper-background-color: $flyout-bg-color !default;
|
|
59
|
+
$editor-tip-border: 1px solid $border-light !default;
|
|
60
|
+
$editor-tip-bg: $flyout-bg-color !default;
|
|
61
|
+
$editor-tip-arrow-icon-color: $flyout-bg-color !default;
|
|
62
|
+
$editor-tip-title-arrow-icon-color: $content-bg-color-alt2 !default;
|
|
63
|
+
$editor-tip-arrow-bdr-color: $content-bg-color-alt2 !default;
|
|
64
|
+
$editor-tip-title-arrow-bdr-color: $content-bg-color-alt2 !default;
|
|
65
|
+
$editor-tip-box-shadow: $shadow-lg !default;
|
|
66
|
+
$editor-tip-title-bg: $content-bg-color-alt2 !default;
|
|
67
|
+
$editor-tio-title-border-bottom: 0 !default;
|
|
68
|
+
$editor-tip-title-color: $content-text-color-alt2 !default;
|
|
69
|
+
$editable-overlay-icon-height: inherit !default;
|
|
70
|
+
$editable-overlay-icon: 0 !default;
|
|
71
|
+
$editor-btn-icon-color: $icon-color !default;
|
|
72
|
+
|
|
73
|
+
//Theme Variable End
|
|
74
|
+
|
|
75
|
+
$padding-zero: 0;
|
|
76
|
+
$editor-bgr-content-min-height: 70px !default;
|
|
77
|
+
$editor-value-min-height: 38px !default;
|
|
78
|
+
$editor-content-min-height: 60px !default;
|
|
79
|
+
$editable-bgr-tip-width: auto !default;
|
|
80
|
+
$editor-rtl-spinner-right: 5px !default;
|
|
81
|
+
$inplace-editor-editable-radius: 4px !default;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/tailwind';
|
|
3
|
+
|
|
1
4
|
//Layout Variable Start
|
|
2
5
|
$editor-big-value-text-font-size: $text-base !default;
|
|
3
6
|
$editor-nrml-value-text-font-size: $text-sm !default;
|
|
@@ -68,3 +71,11 @@ $editable-overlay-icon: 0 !default;
|
|
|
68
71
|
$editor-btn-icon-color: $icon-color !default;
|
|
69
72
|
|
|
70
73
|
//Theme Variable End
|
|
74
|
+
|
|
75
|
+
$padding-zero: 0;
|
|
76
|
+
$editor-bgr-content-min-height: 70px !default;
|
|
77
|
+
$editor-value-min-height: 38px !default;
|
|
78
|
+
$editor-content-min-height: 60px !default;
|
|
79
|
+
$editable-bgr-tip-width: auto !default;
|
|
80
|
+
$editor-rtl-spinner-right: 5px !default;
|
|
81
|
+
$inplace-editor-editable-radius: 4px !default;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind3' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/tailwind3';
|
|
3
|
+
|
|
1
4
|
//Layout Variable Start
|
|
2
5
|
$editor-big-value-text-font-size: $text-base !default;
|
|
3
6
|
$editor-nrml-value-text-font-size: $text-sm !default;
|
|
@@ -15,8 +18,8 @@ $editor-big-overlay-icon-container-size: 20px !default;
|
|
|
15
18
|
$editor-nrml-overlay-icon-container-size: 20px !default;
|
|
16
19
|
$editor-big-overlay-icon-left-right: 8px !default;
|
|
17
20
|
$editor-nrml-overlay-icon-left-right: 8px !default;
|
|
18
|
-
$editor-tip-content-bdr-radius:
|
|
19
|
-
$editor-popup-tip-content-bdr-radius:
|
|
21
|
+
$editor-tip-content-bdr-radius: $radius-4 !default;
|
|
22
|
+
$editor-popup-tip-content-bdr-radius: $radius-4 !default;
|
|
20
23
|
$editor-tip-title-font-weight: $font-weight-medium !default;
|
|
21
24
|
$editor-big-tip-title-font-size: 16px !default;
|
|
22
25
|
$editor-nrml-tip-title-font-size: 14px !default;
|
|
@@ -68,3 +71,12 @@ $editable-overlay-icon: 0 !default;
|
|
|
68
71
|
$editor-btn-icon-color: $icon-color !default;
|
|
69
72
|
|
|
70
73
|
//Theme Variable End
|
|
74
|
+
|
|
75
|
+
$padding-zero: 0;
|
|
76
|
+
$editor-btn-save-tailwind3-padding: 7px 11px;
|
|
77
|
+
$editor-btn-cancel-tailwind3-padding: 7px 11px;
|
|
78
|
+
$editor-bgr-content-min-height: 70px !default;
|
|
79
|
+
$editor-value-min-height: 38px !default;
|
|
80
|
+
$editor-content-min-height: 60px !default;
|
|
81
|
+
$editable-bgr-tip-width: auto !default;
|
|
82
|
+
$editor-rtl-spinner-right: 5px !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_tailwind3-definition';
|
|
@@ -148,12 +148,6 @@
|
|
|
148
148
|
color: var(--color-sf-utility-danger) !important;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
/* stylelint-disable */
|
|
152
|
-
.e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled {
|
|
153
|
-
background-color: var(--color-sf-bg-disabled) !important;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
/* stylelint-disable-line no-empty-source */
|
|
157
151
|
/* stylelint-disable */
|
|
158
152
|
.e-btn.e-primary:focus {
|
|
159
153
|
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
@@ -213,6 +207,12 @@
|
|
|
213
207
|
font-weight: 600;
|
|
214
208
|
}
|
|
215
209
|
|
|
210
|
+
/* stylelint-disable */
|
|
211
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled {
|
|
212
|
+
background-color: var(--color-sf-bg-disabled) !important;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
/* stylelint-disable-line no-empty-source */
|
|
216
216
|
/*! calendar theme variables */
|
|
217
217
|
/* stylelint-disable */
|
|
218
218
|
.e-daterangepicker.e-popup .e-footer {
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
27
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bds' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/bds-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/color-picker/bds-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/maskedtextbox/bds-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/numerictextbox/bds-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/slider/bds-definition' as *;
|
|
7
|
+
@use 'ej2-inputs/styles/textbox/bds-definition' as *;
|
|
8
|
+
@use 'ej2-buttons/styles/button/bds-definition' as *;
|
|
9
|
+
@use 'ej2-buttons/styles/check-box/bds-definition' as *;
|
|
10
|
+
@use 'ej2-buttons/styles/radio-button/bds-definition' as *;
|
|
11
|
+
@use 'ej2-calendars/styles/calendar/bds-definition' as *;
|
|
12
|
+
@use 'ej2-calendars/styles/datepicker/bds-definition' as *;
|
|
13
|
+
@use 'ej2-calendars/styles/daterangepicker/bds-definition' as *;
|
|
14
|
+
@use 'ej2-calendars/styles/datetimepicker/bds-definition' as *;
|
|
15
|
+
@use 'ej2-calendars/styles/timepicker/bds-definition' as *;
|
|
16
|
+
@use 'ej2-dropdowns/styles/auto-complete/bds-definition' as *;
|
|
17
|
+
@use 'ej2-dropdowns/styles/combo-box/bds-definition' as *;
|
|
18
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bds-definition' as *;
|
|
19
|
+
@use 'ej2-dropdowns/styles/multi-select/bds-definition' as *;
|
|
20
|
+
@use 'ej2-popups/styles/popup/bds-definition' as *;
|
|
21
|
+
@use 'ej2-popups/styles/spinner/bds-definition' as *;
|
|
22
|
+
@use 'ej2-popups/styles/tooltip/bds-definition' as *;
|
|
23
|
+
@use 'ej2-richtexteditor/styles/rich-text-editor/bds-definition' as *;
|
|
24
|
+
@use 'bds-definition' as *;
|
|
25
|
+
@use 'icons/bds' as *;
|
|
26
|
+
@use 'all' as *;
|
|
27
|
+
@use 'bigger' as *;
|
|
@@ -127,12 +127,8 @@
|
|
|
127
127
|
transform: rotate(360deg);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
-
.e-rte-toolbar .e-toolbar-popup .e-rte-backgroundcolor-dropdown.e-active,
|
|
131
|
-
.e-rte-toolbar .e-toolbar-popup .e-rte-fontcolor-dropdown.e-active,
|
|
132
130
|
.e-rte-toolbar .e-toolbar-popup .e-rte-numberformatlist-dropdown.e-active,
|
|
133
131
|
.e-rte-toolbar .e-toolbar-popup .e-rte-bulletformatlist-dropdown.e-active,
|
|
134
|
-
.e-rte-toolbar.e-extended-toolbar .e-toolbar-popup .e-rte-backgroundcolor-dropdown.e-active,
|
|
135
|
-
.e-rte-toolbar.e-extended-toolbar .e-toolbar-popup .e-rte-fontcolor-dropdown.e-active,
|
|
136
132
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-popup .e-rte-numberformatlist-dropdown.e-active,
|
|
137
133
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-popup .e-rte-bulletformatlist-dropdown.e-active {
|
|
138
134
|
border-radius: 4px;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
27
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap-dark' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/bootstrap-dark-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/color-picker/bootstrap-dark-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/maskedtextbox/bootstrap-dark-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/slider/bootstrap-dark-definition' as *;
|
|
7
|
+
@use 'ej2-inputs/styles/textbox/bootstrap-dark-definition' as *;
|
|
8
|
+
@use 'ej2-buttons/styles/button/bootstrap-dark-definition' as *;
|
|
9
|
+
@use 'ej2-buttons/styles/check-box/bootstrap-dark-definition' as *;
|
|
10
|
+
@use 'ej2-buttons/styles/radio-button/bootstrap-dark-definition' as *;
|
|
11
|
+
@use 'ej2-calendars/styles/calendar/bootstrap-dark-definition' as *;
|
|
12
|
+
@use 'ej2-calendars/styles/datepicker/bootstrap-dark-definition' as *;
|
|
13
|
+
@use 'ej2-calendars/styles/daterangepicker/bootstrap-dark-definition' as *;
|
|
14
|
+
@use 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition' as *;
|
|
15
|
+
@use 'ej2-calendars/styles/timepicker/bootstrap-dark-definition' as *;
|
|
16
|
+
@use 'ej2-dropdowns/styles/auto-complete/bootstrap-dark-definition' as *;
|
|
17
|
+
@use 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition' as *;
|
|
18
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition' as *;
|
|
19
|
+
@use 'ej2-dropdowns/styles/multi-select/bootstrap-dark-definition' as *;
|
|
20
|
+
@use 'ej2-popups/styles/popup/bootstrap-dark-definition' as *;
|
|
21
|
+
@use 'ej2-popups/styles/spinner/bootstrap-dark-definition' as *;
|
|
22
|
+
@use 'ej2-popups/styles/tooltip/bootstrap-dark-definition' as *;
|
|
23
|
+
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark-definition' as *;
|
|
24
|
+
@use 'bootstrap-dark-definition' as *;
|
|
25
|
+
@use 'icons/bootstrap-dark' as *;
|
|
26
|
+
@use 'all' as *;
|
|
27
|
+
@use 'bigger' as *;
|