@syncfusion/ej2-angular-inplace-editor 20.2.38-ngcc → 20.2.38
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +5 -0
- package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +50 -0
- package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +146 -0
- package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +221 -0
- package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +221 -0
- package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.ts +2 -2
- package/src/inplace-editor/inplaceeditor-all.module.d.ts +6 -0
- package/src/inplace-editor/inplaceeditor.component.d.ts +3 -0
- package/src/inplace-editor/inplaceeditor.module.d.ts +6 -0
- package/styles/inplace-editor/_all.scss +2 -0
- package/styles/inplace-editor/_bootstrap-dark-definition.scss +75 -0
- package/styles/inplace-editor/_bootstrap-definition.scss +76 -0
- package/styles/inplace-editor/_bootstrap4-definition.scss +76 -0
- package/styles/inplace-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/inplace-editor/_bootstrap5-definition.scss +68 -0
- package/styles/inplace-editor/_fabric-dark-definition.scss +75 -0
- package/styles/inplace-editor/_fabric-definition.scss +76 -0
- package/styles/inplace-editor/_fluent-dark-definition.scss +1 -0
- package/styles/inplace-editor/_fluent-definition.scss +69 -0
- package/styles/inplace-editor/_fusionnew-definition.scss +68 -0
- package/styles/inplace-editor/_highcontrast-definition.scss +75 -0
- package/styles/inplace-editor/_highcontrast-light-definition.scss +75 -0
- package/styles/inplace-editor/_layout.scss +659 -0
- package/styles/inplace-editor/_material-dark-definition.scss +76 -0
- package/styles/inplace-editor/_material-definition.scss +76 -0
- package/styles/inplace-editor/_material3-definition.scss +68 -0
- package/styles/inplace-editor/_tailwind-dark-definition.scss +1 -0
- package/styles/inplace-editor/_tailwind-definition.scss +69 -0
- package/styles/inplace-editor/_theme.scss +250 -0
- package/styles/inplace-editor/bootstrap-dark.scss +26 -1
- package/styles/inplace-editor/bootstrap.scss +26 -1
- package/styles/inplace-editor/bootstrap4.scss +26 -1
- package/styles/inplace-editor/bootstrap5-dark.scss +26 -1
- package/styles/inplace-editor/bootstrap5.scss +26 -1
- package/styles/inplace-editor/fabric-dark.scss +26 -1
- package/styles/inplace-editor/fabric.scss +26 -1
- package/styles/inplace-editor/fluent-dark.scss +26 -1
- package/styles/inplace-editor/fluent.scss +26 -1
- package/styles/inplace-editor/highcontrast-light.scss +26 -1
- package/styles/inplace-editor/highcontrast.scss +26 -1
- package/styles/inplace-editor/icons/_bootstrap-dark.scss +19 -0
- package/styles/inplace-editor/icons/_bootstrap.scss +19 -0
- package/styles/inplace-editor/icons/_bootstrap4.scss +19 -0
- package/styles/inplace-editor/icons/_bootstrap5-dark.scss +1 -0
- package/styles/inplace-editor/icons/_bootstrap5.scss +19 -0
- package/styles/inplace-editor/icons/_fabric-dark.scss +19 -0
- package/styles/inplace-editor/icons/_fabric.scss +19 -0
- package/styles/inplace-editor/icons/_fluent-dark.scss +1 -0
- package/styles/inplace-editor/icons/_fluent.scss +19 -0
- package/styles/inplace-editor/icons/_fusionnew.scss +19 -0
- package/styles/inplace-editor/icons/_highcontrast-light.scss +19 -0
- package/styles/inplace-editor/icons/_highcontrast.scss +19 -0
- package/styles/inplace-editor/icons/_material-dark.scss +19 -0
- package/styles/inplace-editor/icons/_material.scss +19 -0
- package/styles/inplace-editor/icons/_material3.scss +19 -0
- package/styles/inplace-editor/icons/_tailwind-dark.scss +1 -0
- package/styles/inplace-editor/icons/_tailwind.scss +19 -0
- package/styles/inplace-editor/material-dark.scss +26 -1
- package/styles/inplace-editor/material.scss +26 -1
- package/styles/inplace-editor/tailwind-dark.scss +26 -1
- package/styles/inplace-editor/tailwind.scss +26 -1
- package/syncfusion-ej2-angular-inplace-editor.d.ts +5 -0
- package/@syncfusion/ej2-angular-inplace-editor.es5.js +0 -275
- package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-inplace-editor.js +0 -256
- package/@syncfusion/ej2-angular-inplace-editor.js.map +0 -1
- package/CHANGELOG.md +0 -246
- package/dist/ej2-angular-inplace-editor.umd.js +0 -350
- package/dist/ej2-angular-inplace-editor.umd.js.map +0 -1
- package/dist/ej2-angular-inplace-editor.umd.min.js +0 -11
- package/dist/ej2-angular-inplace-editor.umd.min.js.map +0 -1
- package/ej2-angular-inplace-editor.d.ts +0 -5
- package/ej2-angular-inplace-editor.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -35
- package/schematics/generators/inplaceeditor-inline/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-inline/index.js +0 -8
- package/schematics/generators/inplaceeditor-inline/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-inline/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/inplaceeditor-inline/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-inline/schema.js +0 -2
- package/schematics/generators/inplaceeditor-inline/schema.json +0 -125
- package/schematics/generators/inplaceeditor-popup/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-popup/index.js +0 -8
- package/schematics/generators/inplaceeditor-popup/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-popup/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/inplaceeditor-popup/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-popup/schema.js +0 -2
- package/schematics/generators/inplaceeditor-popup/schema.json +0 -125
- package/schematics/generators/inplaceeditor-popup-position/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-popup-position/index.js +0 -8
- package/schematics/generators/inplaceeditor-popup-position/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-popup-position/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/inplaceeditor-popup-position/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-popup-position/schema.js +0 -2
- package/schematics/generators/inplaceeditor-popup-position/schema.json +0 -125
- package/schematics/generators/inplaceeditor-template/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-template/index.js +0 -8
- package/schematics/generators/inplaceeditor-template/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-template/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/inplaceeditor-template/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-template/schema.js +0 -2
- package/schematics/generators/inplaceeditor-template/schema.json +0 -125
- package/schematics/generators/inplaceeditor-validation/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-validation/index.js +0 -8
- package/schematics/generators/inplaceeditor-validation/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-validation/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/inplaceeditor-validation/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-validation/schema.js +0 -2
- package/schematics/generators/inplaceeditor-validation/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/*! Material theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
/*! Value element styles */
|
|
4
|
+
$inplace-skin: 'material' !default;
|
|
5
|
+
$editor-big-value-text-font-size: 14px !default;
|
|
6
|
+
$editor-nrml-value-text-font-size: 13px !default;
|
|
7
|
+
$editor-big-value-container-padding: 8px !default;
|
|
8
|
+
$editor-nrml-value-container-padding: 6px 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: 16px !default;
|
|
16
|
+
$editor-nrml-overlay-icon-size: 14px !default;
|
|
17
|
+
$editor-big-overlay-icon-container-size: 20px !default;
|
|
18
|
+
$editor-nrml-overlay-icon-container-size: 18px !default;
|
|
19
|
+
$editor-big-overlay-icon-left-right: 8px !default;
|
|
20
|
+
$editor-nrml-overlay-icon-left-right: 8px !default;
|
|
21
|
+
$editor-value-hover-bg: $grey-100 !default;
|
|
22
|
+
$editor-value-text-color: rgba($grey-light-font, .87) !default;
|
|
23
|
+
$editor-overlay-icon-color: rgba($grey-light-font, .54) !default;
|
|
24
|
+
$editor-value-text-border: 1px dashed $editor-value-text-color !default;
|
|
25
|
+
$editable-overlay-icon-height: inherit !default;
|
|
26
|
+
$editable-overlay-icon: 0 !default;
|
|
27
|
+
|
|
28
|
+
/*! Tooltip styles */
|
|
29
|
+
$editor-tip-border: 1px solid $grey-400 !default;
|
|
30
|
+
$editor-tip-bg: $grey-white !default;
|
|
31
|
+
$editor-tip-arrow-icon-color: $grey-white !default;
|
|
32
|
+
$editor-tip-title-arrow-icon-color: $grey-200 !default;
|
|
33
|
+
$editor-tip-arrow-bdr-color: $grey-400 !default;
|
|
34
|
+
$editor-tip-title-arrow-bdr-color: $grey-400 !default;
|
|
35
|
+
$editor-tip-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12) !default;
|
|
36
|
+
|
|
37
|
+
/*! Tip Content styles */
|
|
38
|
+
$editor-tip-content-bdr-radius: 2px !default;
|
|
39
|
+
$editor-popup-tip-content-bdr-radius: 2px !default;
|
|
40
|
+
|
|
41
|
+
/*! Title styles */
|
|
42
|
+
$editor-tip-title-font-weight: 500 !default;
|
|
43
|
+
$editor-big-tip-title-font-size: 14px !default;
|
|
44
|
+
$editor-nrml-tip-title-font-size: 13px !default;
|
|
45
|
+
$editor-big-tip-title-padding: 0 0 0 12px !default;
|
|
46
|
+
$editor-nrml-tip-title-padding: 0 0 0 10px !default;
|
|
47
|
+
$editor-rtl-big-tip-title-padding: 0 12px 0 0 !default;
|
|
48
|
+
$editor-rtl-nrml-tip-title-padding: 0 10px 0 0 !default;
|
|
49
|
+
$editor-big-tip-title-container-size: 36px !default;
|
|
50
|
+
$editor-nrml-tip-title-container-size: 30px !default;
|
|
51
|
+
$editor-tip-title-bg: $grey-200 !default;
|
|
52
|
+
$editor-tio-title-border-bottom: 0 !default;
|
|
53
|
+
$editor-tip-title-color: rgba($grey-light-font, .87) !default;
|
|
54
|
+
|
|
55
|
+
/*! Wrapper styles */
|
|
56
|
+
$editor-big-tip-wrapper-padding: 16px !default;
|
|
57
|
+
$editor-nrml-tip-wrapper-padding: 16px !default;
|
|
58
|
+
$editor-big-wrapper-title-with-padding: 10px 16px 16px 16px !default;
|
|
59
|
+
$editor-nrml-wrapper-title-with-padding: 10px 16px 16px 16px !default;
|
|
60
|
+
|
|
61
|
+
/*! Component group styles */
|
|
62
|
+
$editor-component-bottom-margin: 4px !default;
|
|
63
|
+
|
|
64
|
+
/*! Button styles */
|
|
65
|
+
$editor-buttons-top-margin: 4px !default;
|
|
66
|
+
$editor-btn-save-icon-size: 16px !default;
|
|
67
|
+
$editor-btn-cancel-icon-size: 16px !default;
|
|
68
|
+
$editor-big-btn-save-margin: 0 4px 0 0 !default;
|
|
69
|
+
$editor-nrml-btn-save-margin: 0 4px 0 0 !default;
|
|
70
|
+
$editor-big-btn-cancel-margin: 0 0 0 4px !default;
|
|
71
|
+
$editor-nrml-btn-cancel-margin: 0 0 0 4px !default;
|
|
72
|
+
$editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
|
|
73
|
+
$editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
|
|
74
|
+
$editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
|
|
75
|
+
$editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
|
|
76
|
+
$editor-btn-icon-color: rgba($grey-light-font , .54) !default;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
$inplace-skin: 'bootstrap5' !default;
|
|
2
|
+
//Layout Variable Start
|
|
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: 7px 12px 7px 12px !default;
|
|
6
|
+
$editor-nrml-value-container-padding: 3px 8px 5px 8px !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 30px 0 0 !default;
|
|
10
|
+
$editor-nrml-value-margin: 0 28px 0 0 !default;
|
|
11
|
+
$editor-rtl-big-value-margin: 0 0 0 30px !default;
|
|
12
|
+
$editor-rtl-nrml-value-margin: 0 0 0 28px !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: 8px !default;
|
|
19
|
+
$editor-tip-content-bdr-radius: 4px !default;
|
|
20
|
+
$editor-popup-tip-content-bdr-radius: 4px !default;
|
|
21
|
+
$editor-tip-title-font-weight: $font-weight-medium !default;
|
|
22
|
+
$editor-big-tip-title-font-size: $text-sm !default;
|
|
23
|
+
$editor-nrml-tip-title-font-size: $text-xs !default;
|
|
24
|
+
$editor-big-tip-title-padding: 12px 16px 12px 16px !default;
|
|
25
|
+
$editor-nrml-tip-title-padding: 9px 12px 9px 12px !default;
|
|
26
|
+
$editor-rtl-big-tip-title-padding: 12px 16px 12px 16px !default;
|
|
27
|
+
$editor-rtl-nrml-tip-title-padding: 9px 12px 9px 12px !default;
|
|
28
|
+
$editor-big-tip-title-container-size: 46px !default;
|
|
29
|
+
$editor-nrml-tip-title-container-size: 36px !default;
|
|
30
|
+
$editor-big-tip-wrapper-padding: 16px !default;
|
|
31
|
+
$editor-nrml-tip-wrapper-padding: 12px !default;
|
|
32
|
+
$editor-big-wrapper-title-with-padding: 16px !default;
|
|
33
|
+
$editor-nrml-wrapper-title-with-padding: 12px !default;
|
|
34
|
+
$editor-component-bottom-margin: 4px !default;
|
|
35
|
+
$editor-buttons-top-margin: 4px !default;
|
|
36
|
+
$editor-btn-save-icon-size: 16px !default;
|
|
37
|
+
$editor-btn-cancel-icon-size: 16px !default;
|
|
38
|
+
$editor-big-btn-save-margin: 0 4px 0 0 !default;
|
|
39
|
+
$editor-nrml-btn-save-margin: 0 4px 0 0 !default;
|
|
40
|
+
$editor-big-btn-cancel-margin: 0 0 0 4px !default;
|
|
41
|
+
$editor-nrml-btn-cancel-margin: 0 0 0 4px !default;
|
|
42
|
+
$editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
|
|
43
|
+
$editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
|
|
44
|
+
$editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
|
|
45
|
+
$editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
|
|
46
|
+
//Layout Variable End
|
|
47
|
+
|
|
48
|
+
//Theme Variable Start
|
|
49
|
+
$editor-value-hover-bg: $content-bg-color-alt2 !default;
|
|
50
|
+
$editor-value-text-color: $content-text-color !default;
|
|
51
|
+
$editor-overlay-icon-color: $icon-color !default;
|
|
52
|
+
$editor-value-text-border: 1px dashed $content-text-color !default;
|
|
53
|
+
$editor-background-color: $transparent !default;
|
|
54
|
+
$wrapper-background-color: $flyout-bg-color !default;
|
|
55
|
+
$editor-tip-border: 1px solid $border !default;
|
|
56
|
+
$editor-tip-bg: $content-bg-color !default;
|
|
57
|
+
$editor-tip-arrow-icon-color: $content-bg-color-alt1 !default;
|
|
58
|
+
$editor-tip-title-arrow-icon-color: $content-bg-color-alt1 !default;
|
|
59
|
+
$editor-tip-arrow-bdr-color: $content-bg-color-alt1 !default;
|
|
60
|
+
$editor-tip-title-arrow-bdr-color: $border !default;
|
|
61
|
+
$editor-tip-box-shadow: $shadow-lg !default;
|
|
62
|
+
$editor-tip-title-bg: $content-bg-color-alt1 !default;
|
|
63
|
+
$editor-tio-title-border-bottom: 0 !default;
|
|
64
|
+
$editor-tip-title-color: $content-text-color !default;
|
|
65
|
+
$editable-overlay-icon-height: inherit !default;
|
|
66
|
+
$editable-overlay-icon: 0 !default;
|
|
67
|
+
$editor-btn-icon-color: $icon-color !default;
|
|
68
|
+
//Theme Variable End
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './tailwind-definition.scss';
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
$inplace-skin: 'tailwind' !default;
|
|
2
|
+
//Layout Variable Start
|
|
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: 7px 12px 7px 12px !default;
|
|
6
|
+
$editor-nrml-value-container-padding: 3px 8px 5px 8px !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 30px 0 0 !default;
|
|
10
|
+
$editor-nrml-value-margin: 0 28px 0 0 !default;
|
|
11
|
+
$editor-rtl-big-value-margin: 0 0 0 30px !default;
|
|
12
|
+
$editor-rtl-nrml-value-margin: 0 0 0 28px !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: 8px !default;
|
|
19
|
+
$editor-tip-content-bdr-radius: 4px !default;
|
|
20
|
+
$editor-popup-tip-content-bdr-radius: 4px !default;
|
|
21
|
+
$editor-tip-title-font-weight: 500 !default;
|
|
22
|
+
$editor-big-tip-title-font-size: $text-sm !default;
|
|
23
|
+
$editor-nrml-tip-title-font-size: $text-xs !default;
|
|
24
|
+
$editor-big-tip-title-padding: 7px 16px 7px 16px !default;
|
|
25
|
+
$editor-nrml-tip-title-padding: 6px 12px 6px 12px !default;
|
|
26
|
+
$editor-rtl-big-tip-title-padding: 7px 16px 7px 16px !default;
|
|
27
|
+
$editor-rtl-nrml-tip-title-padding: 6px 12px 6px 12px !default;
|
|
28
|
+
$editor-big-tip-title-container-size: 36px !default;
|
|
29
|
+
$editor-nrml-tip-title-container-size: 30px !default;
|
|
30
|
+
$editor-big-tip-wrapper-padding: 16px !default;
|
|
31
|
+
$editor-nrml-tip-wrapper-padding: 12px !default;
|
|
32
|
+
$editor-big-wrapper-title-with-padding: 16px !default;
|
|
33
|
+
$editor-nrml-wrapper-title-with-padding: 12px !default;
|
|
34
|
+
$editor-component-bottom-margin: 4px !default;
|
|
35
|
+
$editor-buttons-top-margin: 4px !default;
|
|
36
|
+
$editor-btn-save-icon-size: 16px !default;
|
|
37
|
+
$editor-btn-cancel-icon-size: 16px !default;
|
|
38
|
+
$editor-big-btn-save-margin: 0 4px 0 0 !default;
|
|
39
|
+
$editor-nrml-btn-save-margin: 0 4px 0 0 !default;
|
|
40
|
+
$editor-big-btn-cancel-margin: 0 0 0 4px !default;
|
|
41
|
+
$editor-nrml-btn-cancel-margin: 0 0 0 4px !default;
|
|
42
|
+
$editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
|
|
43
|
+
$editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
|
|
44
|
+
$editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
|
|
45
|
+
$editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
|
|
46
|
+
//Layout Variable End
|
|
47
|
+
|
|
48
|
+
//Theme Variable Start
|
|
49
|
+
$editor-value-hover-bg: $content-bg-color-alt2 !default;
|
|
50
|
+
$content-text-color: $content-text-color !default;
|
|
51
|
+
$editor-value-text-color: $content-text-color !default;
|
|
52
|
+
$editor-overlay-icon-color: $icon-color !default;
|
|
53
|
+
$editor-value-text-border: 1px dashed $content-text-color !default;
|
|
54
|
+
$editor-background-color: $transparent !default;
|
|
55
|
+
$wrapper-background-color: $flyout-bg-color !default;
|
|
56
|
+
$editor-tip-border: 1px solid $border-light !default;
|
|
57
|
+
$editor-tip-bg: $flyout-bg-color !default;
|
|
58
|
+
$editor-tip-arrow-icon-color: $flyout-bg-color !default;
|
|
59
|
+
$editor-tip-title-arrow-icon-color: $content-bg-color-alt2 !default;
|
|
60
|
+
$editor-tip-arrow-bdr-color: $content-bg-color-alt2 !default;
|
|
61
|
+
$editor-tip-title-arrow-bdr-color: $content-bg-color-alt2 !default;
|
|
62
|
+
$editor-tip-box-shadow: $shadow-lg !default;
|
|
63
|
+
$editor-tip-title-bg: $content-bg-color-alt2 !default;
|
|
64
|
+
$editor-tio-title-border-bottom: 0 !default;
|
|
65
|
+
$editor-tip-title-color: $content-text-color-alt2 !default;
|
|
66
|
+
$editable-overlay-icon-height: inherit !default;
|
|
67
|
+
$editable-overlay-icon: 0 !default;
|
|
68
|
+
$editor-btn-icon-color: $icon-color !default;
|
|
69
|
+
//Theme Variable End
|
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
@include export-module('inplaceeditor-theme') {
|
|
2
|
+
/*! inplaceeditor theme */
|
|
3
|
+
|
|
4
|
+
.e-inplaceeditor {
|
|
5
|
+
|
|
6
|
+
.e-editable-value-wrapper {
|
|
7
|
+
|
|
8
|
+
.e-editable-value {
|
|
9
|
+
border-bottom: $editor-value-text-border;
|
|
10
|
+
color: $editor-value-text-color;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.e-editable-overlay-icon {
|
|
14
|
+
color: $editor-overlay-icon-color;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.e-loading {
|
|
18
|
+
|
|
19
|
+
.e-editable-value {
|
|
20
|
+
border-bottom: 0;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&:hover {
|
|
25
|
+
background: $editor-value-hover-bg;
|
|
26
|
+
border-radius: $editor-tip-content-bdr-radius;
|
|
27
|
+
|
|
28
|
+
.e-editable-value {
|
|
29
|
+
border-bottom-color: transparent;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-editable-value-container {
|
|
35
|
+
|
|
36
|
+
.e-editable-value {
|
|
37
|
+
border-bottom: $editor-value-text-border;
|
|
38
|
+
color: $editor-value-text-color;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-editable-overlay-icon {
|
|
42
|
+
color: $editor-overlay-icon-color;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&.e-loading {
|
|
46
|
+
|
|
47
|
+
.e-editable-value {
|
|
48
|
+
border-bottom: 0;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&:hover {
|
|
53
|
+
background: $editor-value-hover-bg;
|
|
54
|
+
border-radius: $editor-tip-content-bdr-radius;
|
|
55
|
+
|
|
56
|
+
.e-editable-value {
|
|
57
|
+
border-bottom-color: transparent;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&[data-underline = 'false'] {
|
|
63
|
+
|
|
64
|
+
.e-editable-value-wrapper {
|
|
65
|
+
|
|
66
|
+
.e-editable-value {
|
|
67
|
+
border-bottom: 0;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.e-editable-value-container {
|
|
72
|
+
|
|
73
|
+
.e-editable-value {
|
|
74
|
+
border-bottom: 0;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
&.e-disable {
|
|
80
|
+
pointer-events: none;
|
|
81
|
+
touch-action: none;
|
|
82
|
+
|
|
83
|
+
.e-editable-value-wrapper {
|
|
84
|
+
|
|
85
|
+
.e-editable-value {
|
|
86
|
+
border-bottom-color: transparent;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.e-editable-value-container {
|
|
91
|
+
|
|
92
|
+
.e-editable-value {
|
|
93
|
+
border-bottom-color: transparent;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.e-inplaceeditor,
|
|
100
|
+
.e-inplaceeditor-tip {
|
|
101
|
+
|
|
102
|
+
.e-editable-action-buttons {
|
|
103
|
+
|
|
104
|
+
.e-btn-save.e-icon-btn,
|
|
105
|
+
.e-btn-cancel.e-icon-btn {
|
|
106
|
+
|
|
107
|
+
@if $inplace-skin == 'fabric-dark' or $inplace-skin == 'bootstrap-dark' or $inplace-skin == 'highcontrast' or $inplace-skin == 'highcontrast-light' {
|
|
108
|
+
box-shadow: none;
|
|
109
|
+
}
|
|
110
|
+
@else if $inplace-skin == 'fabric' {
|
|
111
|
+
box-shadow: 0 1px 4px 0 $black-color;
|
|
112
|
+
}
|
|
113
|
+
@else if $inplace-skin == 'bootstrap' {
|
|
114
|
+
box-shadow: 0 1px 4px 0 $black-color;
|
|
115
|
+
}
|
|
116
|
+
@else if $inplace-skin == 'bootstrap4' {
|
|
117
|
+
background-color: $content-bg;
|
|
118
|
+
border: 1px solid $gray-400;
|
|
119
|
+
box-shadow: 0 1px 4px 0 $black-color;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
@else if $inplace-skin == 'bootstrap5' {
|
|
123
|
+
background-color: $content-bg-color;
|
|
124
|
+
border: 1px solid $border-light;
|
|
125
|
+
border-radius: 4px;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.e-btn-icon.e-icons {
|
|
129
|
+
color: $editor-btn-icon-color;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
@if $inplace-skin == 'bootstrap4' {
|
|
133
|
+
|
|
134
|
+
&:hover {
|
|
135
|
+
background-color: darken($gray-600, 7.5%);
|
|
136
|
+
border: 1px solid darken($gray-600, 10%);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
@else if $inplace-skin == 'bootstrap5' {
|
|
140
|
+
|
|
141
|
+
&:hover {
|
|
142
|
+
background-color: darken($gray-600, 7.5%);
|
|
143
|
+
border: 1px solid darken($gray-600, 10%);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
@if $inplace-skin == 'bootstrap4' {
|
|
149
|
+
|
|
150
|
+
&:focus {
|
|
151
|
+
background-color: $gray-600;
|
|
152
|
+
border: 1px solid $gray-600;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
@if $inplace-skin == 'bootstrap4' {
|
|
157
|
+
|
|
158
|
+
&:active {
|
|
159
|
+
background-color: darken($gray-600, 10%);
|
|
160
|
+
border: 1px solid darken($gray-600, 12.5%);
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
&:hover,
|
|
165
|
+
&:focus,
|
|
166
|
+
&:active {
|
|
167
|
+
|
|
168
|
+
.e-btn-icon.e-icons {
|
|
169
|
+
|
|
170
|
+
@if $inplace-skin == 'bootstrap4' {
|
|
171
|
+
color: $white;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
@if $inplace-skin == 'tailwind' or $inplace-skin == 'bootstrap5' {
|
|
180
|
+
.e-inplaceeditor .e-editable-value-wrapper {
|
|
181
|
+
background-color: $editor-background-color;
|
|
182
|
+
border-radius: 4px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.e-inplaceeditor .e-editable-value-wrapper.e-tooltip.e-editable-open {
|
|
186
|
+
background: $wrapper-background-color;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.e-inplaceeditor-tip {
|
|
191
|
+
|
|
192
|
+
&.e-tooltip-wrap.e-popup {
|
|
193
|
+
background: $editor-tip-bg;
|
|
194
|
+
box-shadow: $editor-tip-box-shadow;
|
|
195
|
+
@if $inplace-skin == 'FluentUI' {
|
|
196
|
+
border-radius: $editor-popup-tip-wrapper-bdr-radius;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.e-tip-content {
|
|
200
|
+
border-radius: $editor-popup-tip-content-bdr-radius;
|
|
201
|
+
color: $editor-value-text-color;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.e-arrow-tip-inner {
|
|
205
|
+
color: $editor-tip-arrow-icon-color;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.e-arrow-tip-outer {
|
|
209
|
+
|
|
210
|
+
&.e-tip-top {
|
|
211
|
+
border-bottom-color: $editor-tip-arrow-bdr-color;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
&.e-tip-bottom {
|
|
215
|
+
border-top-color: $editor-tip-arrow-bdr-color;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
&.e-popup {
|
|
220
|
+
border: $editor-tip-border;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.e-editable-title {
|
|
224
|
+
background: $editor-tip-title-bg;
|
|
225
|
+
border-bottom: $editor-tio-title-border-bottom;
|
|
226
|
+
color: $editor-tip-title-color;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
&.e-editable-tip-title {
|
|
231
|
+
|
|
232
|
+
&.e-tooltip-wrap {
|
|
233
|
+
|
|
234
|
+
.e-arrow-tip-outer {
|
|
235
|
+
|
|
236
|
+
&.e-tip-top {
|
|
237
|
+
border-bottom-color: $editor-tip-title-arrow-bdr-color;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.e-arrow-tip-inner {
|
|
242
|
+
|
|
243
|
+
&.e-tip-top {
|
|
244
|
+
color: $editor-tip-title-arrow-icon-color;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
@@ -1 +1,26 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/color-picker/bootstrap-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/maskedtextbox/bootstrap-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/slider/bootstrap-dark-definition.scss';
|
|
7
|
+
@import 'ej2-inputs/styles/textbox/bootstrap-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
9
|
+
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
10
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/calendar/bootstrap-dark-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
13
|
+
@import 'ej2-calendars/styles/daterangepicker/bootstrap-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/timepicker/bootstrap-dark-definition.scss';
|
|
16
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-dark-definition.scss';
|
|
17
|
+
@import 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition.scss';
|
|
18
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
19
|
+
@import 'ej2-dropdowns/styles/multi-select/bootstrap-dark-definition.scss';
|
|
20
|
+
@import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
|
|
21
|
+
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
22
|
+
@import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
|
|
23
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark-definition.scss';
|
|
24
|
+
@import 'bootstrap-dark-definition.scss';
|
|
25
|
+
@import 'icons/bootstrap-dark.scss';
|
|
26
|
+
@import 'all.scss';
|
|
@@ -1 +1,26 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/color-picker/bootstrap-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/maskedtextbox/bootstrap-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/slider/bootstrap-definition.scss';
|
|
7
|
+
@import 'ej2-inputs/styles/textbox/bootstrap-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
9
|
+
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
10
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/calendar/bootstrap-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
13
|
+
@import 'ej2-calendars/styles/daterangepicker/bootstrap-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/timepicker/bootstrap-definition.scss';
|
|
16
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-definition.scss';
|
|
17
|
+
@import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
|
|
18
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
19
|
+
@import 'ej2-dropdowns/styles/multi-select/bootstrap-definition.scss';
|
|
20
|
+
@import 'ej2-popups/styles/popup/bootstrap-definition.scss';
|
|
21
|
+
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
22
|
+
@import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
|
|
23
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-definition.scss';
|
|
24
|
+
@import 'bootstrap-definition.scss';
|
|
25
|
+
@import 'icons/bootstrap.scss';
|
|
26
|
+
@import 'all.scss';
|
|
@@ -1 +1,26 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap4-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/color-picker/bootstrap4-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/maskedtextbox/bootstrap4-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/slider/bootstrap4-definition.scss';
|
|
7
|
+
@import 'ej2-inputs/styles/textbox/bootstrap4-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
9
|
+
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
10
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/calendar/bootstrap4-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
13
|
+
@import 'ej2-calendars/styles/daterangepicker/bootstrap4-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/timepicker/bootstrap4-definition.scss';
|
|
16
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap4-definition.scss';
|
|
17
|
+
@import 'ej2-dropdowns/styles/combo-box/bootstrap4-definition.scss';
|
|
18
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
19
|
+
@import 'ej2-dropdowns/styles/multi-select/bootstrap4-definition.scss';
|
|
20
|
+
@import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
|
|
21
|
+
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
22
|
+
@import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
|
|
23
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap4-definition.scss';
|
|
24
|
+
@import 'bootstrap4-definition.scss';
|
|
25
|
+
@import 'icons/bootstrap4.scss';
|
|
26
|
+
@import 'all.scss';
|
|
@@ -1 +1,26 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap5-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/color-picker/bootstrap5-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/maskedtextbox/bootstrap5-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/slider/bootstrap5-dark-definition.scss';
|
|
7
|
+
@import 'ej2-inputs/styles/textbox/bootstrap5-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
9
|
+
@import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
|
|
10
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/calendar/bootstrap5-dark-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
|
|
13
|
+
@import 'ej2-calendars/styles/daterangepicker/bootstrap5-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/timepicker/bootstrap5-dark-definition.scss';
|
|
16
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark-definition.scss';
|
|
17
|
+
@import 'ej2-dropdowns/styles/combo-box/bootstrap5-dark-definition.scss';
|
|
18
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
|
|
19
|
+
@import 'ej2-dropdowns/styles/multi-select/bootstrap5-dark-definition.scss';
|
|
20
|
+
@import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
|
|
21
|
+
@import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
|
|
22
|
+
@import 'ej2-popups/styles/tooltip/bootstrap5-dark-definition.scss';
|
|
23
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-dark-definition.scss';
|
|
24
|
+
@import 'bootstrap5-dark-definition.scss';
|
|
25
|
+
@import 'icons/bootstrap5-dark.scss';
|
|
26
|
+
@import 'all.scss';
|
|
@@ -1 +1,26 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap5-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/color-picker/bootstrap5-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/maskedtextbox/bootstrap5-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/slider/bootstrap5-definition.scss';
|
|
7
|
+
@import 'ej2-inputs/styles/textbox/bootstrap5-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
9
|
+
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
10
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/calendar/bootstrap5-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
13
|
+
@import 'ej2-calendars/styles/daterangepicker/bootstrap5-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/timepicker/bootstrap5-definition.scss';
|
|
16
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-definition.scss';
|
|
17
|
+
@import 'ej2-dropdowns/styles/combo-box/bootstrap5-definition.scss';
|
|
18
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
19
|
+
@import 'ej2-dropdowns/styles/multi-select/bootstrap5-definition.scss';
|
|
20
|
+
@import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
|
|
21
|
+
@import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
|
|
22
|
+
@import 'ej2-popups/styles/tooltip/bootstrap5-definition.scss';
|
|
23
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-definition.scss';
|
|
24
|
+
@import 'bootstrap5-definition.scss';
|
|
25
|
+
@import 'icons/bootstrap5.scss';
|
|
26
|
+
@import 'all.scss';
|
|
@@ -1 +1,26 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/color-picker/fabric-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/maskedtextbox/fabric-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/slider/fabric-dark-definition.scss';
|
|
7
|
+
@import 'ej2-inputs/styles/textbox/fabric-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
9
|
+
@import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
|
|
10
|
+
@import 'ej2-buttons/styles/radio-button/fabric-dark-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/calendar/fabric-dark-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
|
|
13
|
+
@import 'ej2-calendars/styles/daterangepicker/fabric-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/timepicker/fabric-dark-definition.scss';
|
|
16
|
+
@import 'ej2-dropdowns/styles/auto-complete/fabric-dark-definition.scss';
|
|
17
|
+
@import 'ej2-dropdowns/styles/combo-box/fabric-dark-definition.scss';
|
|
18
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
|
|
19
|
+
@import 'ej2-dropdowns/styles/multi-select/fabric-dark-definition.scss';
|
|
20
|
+
@import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
|
|
21
|
+
@import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
|
|
22
|
+
@import 'ej2-popups/styles/tooltip/fabric-dark-definition.scss';
|
|
23
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/fabric-dark-definition.scss';
|
|
24
|
+
@import 'fabric-dark-definition.scss';
|
|
25
|
+
@import 'icons/fabric-dark.scss';
|
|
26
|
+
@import 'all.scss';
|
|
@@ -1 +1,26 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/fabric-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/color-picker/fabric-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/maskedtextbox/fabric-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/fabric-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/slider/fabric-definition.scss';
|
|
7
|
+
@import 'ej2-inputs/styles/textbox/fabric-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
9
|
+
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
10
|
+
@import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/calendar/fabric-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
13
|
+
@import 'ej2-calendars/styles/daterangepicker/fabric-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/timepicker/fabric-definition.scss';
|
|
16
|
+
@import 'ej2-dropdowns/styles/auto-complete/fabric-definition.scss';
|
|
17
|
+
@import 'ej2-dropdowns/styles/combo-box/fabric-definition.scss';
|
|
18
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
19
|
+
@import 'ej2-dropdowns/styles/multi-select/fabric-definition.scss';
|
|
20
|
+
@import 'ej2-popups/styles/popup/fabric-definition.scss';
|
|
21
|
+
@import 'ej2-popups/styles/spinner/fabric-definition.scss';
|
|
22
|
+
@import 'ej2-popups/styles/tooltip/fabric-definition.scss';
|
|
23
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/fabric-definition.scss';
|
|
24
|
+
@import 'fabric-definition.scss';
|
|
25
|
+
@import 'icons/fabric.scss';
|
|
26
|
+
@import 'all.scss';
|