@syncfusion/ej2-angular-layouts 22.1.37-ngcc → 22.1.37
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/dashboard-layout/dashboardlayout-all.module.mjs +23 -0
- package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +64 -0
- package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +34 -0
- package/esm2020/src/dashboard-layout/panels.directive.mjs +72 -0
- package/esm2020/src/index.mjs +10 -0
- package/esm2020/src/splitter/panesettings.directive.mjs +66 -0
- package/esm2020/src/splitter/splitter-all.module.mjs +23 -0
- package/esm2020/src/splitter/splitter.component.mjs +64 -0
- package/esm2020/src/splitter/splitter.module.mjs +34 -0
- package/esm2020/syncfusion-ej2-angular-layouts.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs +354 -0
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs +354 -0
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +1 -0
- package/package.json +26 -12
- package/src/dashboard-layout/dashboardlayout-all.module.d.ts +6 -0
- package/src/dashboard-layout/dashboardlayout.component.d.ts +3 -0
- package/src/dashboard-layout/dashboardlayout.module.d.ts +7 -0
- package/src/dashboard-layout/panels.directive.d.ts +5 -0
- package/src/splitter/panesettings.directive.d.ts +5 -0
- package/src/splitter/splitter-all.module.d.ts +6 -0
- package/src/splitter/splitter.component.d.ts +3 -0
- package/src/splitter/splitter.module.d.ts +7 -0
- package/styles/avatar/_all.scss +1 -0
- package/styles/avatar/_bootstrap-dark-definition.scss +18 -0
- package/styles/avatar/_bootstrap-definition.scss +18 -0
- package/styles/avatar/_bootstrap4-definition.scss +18 -0
- package/styles/avatar/_bootstrap5-dark-definition.scss +1 -0
- package/styles/avatar/_bootstrap5-definition.scss +26 -0
- package/styles/avatar/_fabric-dark-definition.scss +18 -0
- package/styles/avatar/_fabric-definition.scss +18 -0
- package/styles/avatar/_fluent-dark-definition.scss +1 -0
- package/styles/avatar/_fluent-definition.scss +25 -0
- package/styles/avatar/_fusionnew-definition.scss +26 -0
- package/styles/avatar/_highcontrast-definition.scss +18 -0
- package/styles/avatar/_highcontrast-light-definition.scss +18 -0
- package/styles/avatar/_layout.scss +79 -0
- package/styles/avatar/_material-dark-definition.scss +18 -0
- package/styles/avatar/_material-definition.scss +18 -0
- package/styles/avatar/_material3-dark-definition.scss +1 -0
- package/styles/avatar/_material3-definition.scss +26 -0
- package/styles/avatar/_tailwind-dark-definition.scss +1 -0
- package/styles/avatar/_tailwind-definition.scss +25 -0
- package/styles/avatar/_theme.scss +1 -0
- package/styles/avatar/bootstrap-dark.scss +3 -1
- package/styles/avatar/bootstrap.scss +3 -1
- package/styles/avatar/bootstrap4.scss +3 -1
- package/styles/avatar/bootstrap5-dark.scss +3 -1
- package/styles/avatar/bootstrap5.scss +3 -1
- package/styles/avatar/fabric-dark.scss +3 -1
- package/styles/avatar/fabric.scss +3 -1
- package/styles/avatar/fluent-dark.scss +3 -1
- package/styles/avatar/fluent.scss +3 -1
- package/styles/avatar/highcontrast-light.scss +3 -1
- package/styles/avatar/highcontrast.scss +3 -1
- package/styles/avatar/material-dark.scss +3 -1
- package/styles/avatar/material.scss +3 -1
- package/styles/avatar/material3-dark.scss +3 -1
- package/styles/avatar/material3.scss +3 -1
- package/styles/avatar/tailwind-dark.scss +3 -1
- package/styles/avatar/tailwind.scss +3 -1
- package/styles/card/_all.scss +2 -0
- package/styles/card/_bootstrap-dark-definition.scss +245 -0
- package/styles/card/_bootstrap-definition.scss +125 -0
- package/styles/card/_bootstrap4-definition.scss +127 -0
- package/styles/card/_bootstrap5-dark-definition.scss +1 -0
- package/styles/card/_bootstrap5-definition.scss +125 -0
- package/styles/card/_fabric-dark-definition.scss +233 -0
- package/styles/card/_fabric-definition.scss +124 -0
- package/styles/card/_fluent-dark-definition.scss +1 -0
- package/styles/card/_fluent-definition.scss +130 -0
- package/styles/card/_fusionnew-definition.scss +125 -0
- package/styles/card/_highcontrast-definition.scss +125 -0
- package/styles/card/_highcontrast-light-definition.scss +246 -0
- package/styles/card/_layout.scss +528 -0
- package/styles/card/_material-dark-definition.scss +240 -0
- package/styles/card/_material-definition.scss +124 -0
- package/styles/card/_material3-dark-definition.scss +1 -0
- package/styles/card/_material3-definition.scss +125 -0
- package/styles/card/_tailwind-dark-definition.scss +1 -0
- package/styles/card/_tailwind-definition.scss +123 -0
- package/styles/card/_theme.scss +104 -0
- package/styles/card/bootstrap-dark.scss +3 -1
- package/styles/card/bootstrap.scss +3 -1
- package/styles/card/bootstrap4.scss +3 -1
- package/styles/card/bootstrap5-dark.scss +3 -1
- package/styles/card/bootstrap5.scss +3 -1
- package/styles/card/fabric-dark.scss +3 -1
- package/styles/card/fabric.scss +3 -1
- package/styles/card/fluent-dark.scss +3 -1
- package/styles/card/fluent.scss +3 -1
- package/styles/card/highcontrast-light.scss +3 -1
- package/styles/card/highcontrast.scss +3 -1
- package/styles/card/material-dark.scss +3 -1
- package/styles/card/material.scss +3 -1
- package/styles/card/material3-dark.scss +3 -1
- package/styles/card/material3.scss +3 -1
- package/styles/card/tailwind-dark.scss +3 -1
- package/styles/card/tailwind.scss +3 -1
- package/styles/dashboard-layout/_all.scss +2 -0
- package/styles/dashboard-layout/_bootstrap-dark-definition.scss +102 -0
- package/styles/dashboard-layout/_bootstrap-definition.scss +102 -0
- package/styles/dashboard-layout/_bootstrap4-definition.scss +102 -0
- package/styles/dashboard-layout/_bootstrap5-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_bootstrap5-definition.scss +108 -0
- package/styles/dashboard-layout/_fabric-dark-definition.scss +103 -0
- package/styles/dashboard-layout/_fabric-definition.scss +102 -0
- package/styles/dashboard-layout/_fluent-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_fluent-definition.scss +111 -0
- package/styles/dashboard-layout/_fusionnew-definition.scss +108 -0
- package/styles/dashboard-layout/_highcontrast-definition.scss +100 -0
- package/styles/dashboard-layout/_highcontrast-light-definition.scss +100 -0
- package/styles/dashboard-layout/_layout.scss +263 -0
- package/styles/dashboard-layout/_material-dark-definition.scss +103 -0
- package/styles/dashboard-layout/_material-definition.scss +102 -0
- package/styles/dashboard-layout/_material3-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_material3-definition.scss +108 -0
- package/styles/dashboard-layout/_tailwind-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_tailwind-definition.scss +109 -0
- package/styles/dashboard-layout/_theme.scss +128 -0
- package/styles/dashboard-layout/bootstrap-dark.scss +4 -1
- package/styles/dashboard-layout/bootstrap.scss +4 -1
- package/styles/dashboard-layout/bootstrap4.scss +4 -1
- package/styles/dashboard-layout/bootstrap5-dark.scss +4 -1
- package/styles/dashboard-layout/bootstrap5.scss +4 -1
- package/styles/dashboard-layout/fabric-dark.scss +4 -1
- package/styles/dashboard-layout/fabric.scss +4 -1
- package/styles/dashboard-layout/fluent-dark.scss +4 -1
- package/styles/dashboard-layout/fluent.scss +4 -1
- package/styles/dashboard-layout/highcontrast-light.scss +3 -1
- package/styles/dashboard-layout/highcontrast.scss +4 -1
- package/styles/dashboard-layout/icons/_bootstrap-dark.scss +80 -0
- package/styles/dashboard-layout/icons/_bootstrap.scss +80 -0
- package/styles/dashboard-layout/icons/_bootstrap4.scss +80 -0
- package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +1 -0
- package/styles/dashboard-layout/icons/_bootstrap5.scss +80 -0
- package/styles/dashboard-layout/icons/_fabric-dark.scss +80 -0
- package/styles/dashboard-layout/icons/_fabric.scss +80 -0
- package/styles/dashboard-layout/icons/_fluent-dark.scss +1 -0
- package/styles/dashboard-layout/icons/_fluent.scss +80 -0
- package/styles/dashboard-layout/icons/_fusionnew.scss +80 -0
- package/styles/dashboard-layout/icons/_highcontrast.scss +80 -0
- package/styles/dashboard-layout/icons/_material-dark.scss +80 -0
- package/styles/dashboard-layout/icons/_material.scss +80 -0
- package/styles/dashboard-layout/icons/_material3-dark.scss +1 -0
- package/styles/dashboard-layout/icons/_material3.scss +80 -0
- package/styles/dashboard-layout/icons/_tailwind-dark.scss +80 -0
- package/styles/dashboard-layout/icons/_tailwind.scss +80 -0
- package/styles/dashboard-layout/material-dark.scss +4 -1
- package/styles/dashboard-layout/material.scss +4 -1
- package/styles/dashboard-layout/material3-dark.scss +4 -1
- package/styles/dashboard-layout/material3.scss +4 -1
- package/styles/dashboard-layout/tailwind-dark.scss +4 -1
- package/styles/dashboard-layout/tailwind.scss +4 -1
- package/styles/material3-dark.css +1 -170
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +1 -335
- package/styles/material3.scss +1 -0
- package/styles/splitter/_all.scss +3 -0
- package/styles/splitter/_bootstrap-dark-definition.scss +26 -0
- package/styles/splitter/_bootstrap-definition.scss +26 -0
- package/styles/splitter/_bootstrap4-definition.scss +26 -0
- package/styles/splitter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/splitter/_bootstrap5-definition.scss +31 -0
- package/styles/splitter/_definition.scss +1 -0
- package/styles/splitter/_fabric-dark-definition.scss +26 -0
- package/styles/splitter/_fabric-definition.scss +26 -0
- package/styles/splitter/_fluent-dark-definition.scss +1 -0
- package/styles/splitter/_fluent-definition.scss +31 -0
- package/styles/splitter/_fusionnew-definition.scss +31 -0
- package/styles/splitter/_highcontrast-definition.scss +26 -0
- package/styles/splitter/_highcontrast-light-definition.scss +26 -0
- package/styles/splitter/_layout.scss +416 -0
- package/styles/splitter/_material-dark-definition.scss +26 -0
- package/styles/splitter/_material-definition.scss +27 -0
- package/styles/splitter/_material3-dark-definition.scss +1 -0
- package/styles/splitter/_material3-definition.scss +31 -0
- package/styles/splitter/_responsive.scss +1 -0
- package/styles/splitter/_tailwind-dark-definition.scss +1 -0
- package/styles/splitter/_tailwind-definition.scss +31 -0
- package/styles/splitter/_theme.scss +207 -0
- package/styles/splitter/bootstrap-dark.scss +4 -1
- package/styles/splitter/bootstrap.scss +4 -1
- package/styles/splitter/bootstrap4.scss +4 -1
- package/styles/splitter/bootstrap5-dark.scss +4 -1
- package/styles/splitter/bootstrap5.scss +4 -1
- package/styles/splitter/fabric-dark.scss +4 -1
- package/styles/splitter/fabric.scss +4 -1
- package/styles/splitter/fluent-dark.scss +4 -1
- package/styles/splitter/fluent.scss +4 -1
- package/styles/splitter/highcontrast-light.scss +4 -1
- package/styles/splitter/highcontrast.scss +4 -1
- package/styles/splitter/icons/_bootstrap-dark.scss +52 -0
- package/styles/splitter/icons/_bootstrap.scss +52 -0
- package/styles/splitter/icons/_bootstrap4.scss +51 -0
- package/styles/splitter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/splitter/icons/_bootstrap5.scss +39 -0
- package/styles/splitter/icons/_fabric-dark.scss +52 -0
- package/styles/splitter/icons/_fabric.scss +52 -0
- package/styles/splitter/icons/_fluent-dark.scss +1 -0
- package/styles/splitter/icons/_fluent.scss +39 -0
- package/styles/splitter/icons/_fusionnew.scss +39 -0
- package/styles/splitter/icons/_highcontrast-light.scss +52 -0
- package/styles/splitter/icons/_highcontrast.scss +52 -0
- package/styles/splitter/icons/_material-dark.scss +51 -0
- package/styles/splitter/icons/_material.scss +51 -0
- package/styles/splitter/icons/_material3-dark.scss +1 -0
- package/styles/splitter/icons/_material3.scss +39 -0
- package/styles/splitter/icons/_tailwind-dark.scss +1 -0
- package/styles/splitter/icons/_tailwind.scss +39 -0
- package/styles/splitter/material-dark.scss +4 -1
- package/styles/splitter/material.scss +4 -1
- package/styles/splitter/material3-dark.scss +4 -1
- package/styles/splitter/material3.scss +4 -1
- package/styles/splitter/tailwind-dark.scss +4 -1
- package/styles/splitter/tailwind.scss +4 -1
- package/syncfusion-ej2-angular-layouts.d.ts +5 -0
- package/@syncfusion/ej2-angular-layouts.es5.js +0 -495
- package/@syncfusion/ej2-angular-layouts.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-layouts.js +0 -447
- package/@syncfusion/ej2-angular-layouts.js.map +0 -1
- package/CHANGELOG.md +0 -612
- package/dist/ej2-angular-layouts.umd.js +0 -522
- package/dist/ej2-angular-layouts.umd.js.map +0 -1
- package/dist/ej2-angular-layouts.umd.min.js +0 -11
- package/dist/ej2-angular-layouts.umd.min.js.map +0 -1
- package/ej2-angular-layouts.d.ts +0 -6
- package/ej2-angular-layouts.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
@@ -1,7 +1,4 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
2
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
4
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
5
2
|
:root {
|
6
3
|
--color-sf-black: 0, 0, 0;
|
7
4
|
--color-sf-white: 255, 255, 255;
|
@@ -116,61 +113,6 @@
|
|
116
113
|
width: 56px;
|
117
114
|
}
|
118
115
|
|
119
|
-
:root {
|
120
|
-
--color-sf-black: 0, 0, 0;
|
121
|
-
--color-sf-white: 255, 255, 255;
|
122
|
-
--color-sf-primary: 208, 188, 255;
|
123
|
-
--color-sf-primary-container: 79, 55, 139;
|
124
|
-
--color-sf-secondary: 204, 194, 220;
|
125
|
-
--color-sf-secondary-container: 74, 68, 88;
|
126
|
-
--color-sf-tertiary: 239, 184, 200;
|
127
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
128
|
-
--color-sf-surface: 28, 27, 31;
|
129
|
-
--color-sf-surface-variant: 73, 69, 79;
|
130
|
-
--color-sf-background: var(--color-sf-surface);
|
131
|
-
--color-sf-on-primary: 55, 30, 115;
|
132
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
133
|
-
--color-sf-on-secondary: 51, 45, 65;
|
134
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
135
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
136
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
137
|
-
--color-sf-on-surface: 230, 225, 229;
|
138
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
139
|
-
--color-sf-on-background: 230, 225, 229;
|
140
|
-
--color-sf-outline: 147, 143, 153;
|
141
|
-
--color-sf-outline-variant: 68, 71, 70;
|
142
|
-
--color-sf-shadow: 0, 0, 0;
|
143
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
144
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
145
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
146
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
147
|
-
--color-sf-scrim: 0, 0, 0;
|
148
|
-
--color-sf-error: 242, 184, 181;
|
149
|
-
--color-sf-error-container: 140, 29, 24;
|
150
|
-
--color-sf-on-error: 96, 20, 16;
|
151
|
-
--color-sf-on-error-container: 249, 222, 220;
|
152
|
-
--color-sf-success: 83, 202, 23;
|
153
|
-
--color-sf-success-container: 22, 62, 2;
|
154
|
-
--color-sf-on-success: 13, 39, 0;
|
155
|
-
--color-sf-on-success-container: 183, 250, 150;
|
156
|
-
--color-sf-info: 71, 172, 251;
|
157
|
-
--color-sf-info-container: 0, 67, 120;
|
158
|
-
--color-sf-on-info: 0, 51, 91;
|
159
|
-
--color-sf-on-info-container: 173, 219, 255;
|
160
|
-
--color-sf-warning: 245, 180, 130;
|
161
|
-
--color-sf-warning-container: 123, 65, 0;
|
162
|
-
--color-sf-on-warning: 99, 52, 0;
|
163
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
164
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
165
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
166
|
-
--color-sf-success-text: 0, 0, 0;
|
167
|
-
--color-sf-warning-text: 0, 0, 0;
|
168
|
-
--color-sf-info-text: 0, 0, 0;
|
169
|
-
--color-sf-danger-text: 0, 0, 0;
|
170
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
171
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
172
|
-
}
|
173
|
-
|
174
116
|
/*! card layout */
|
175
117
|
.e-bigger .e-card,
|
176
118
|
.e-bigger.e-card {
|
@@ -683,61 +625,6 @@
|
|
683
625
|
color: rgba(var(--color-sf-on-surface));
|
684
626
|
}
|
685
627
|
|
686
|
-
:root {
|
687
|
-
--color-sf-black: 0, 0, 0;
|
688
|
-
--color-sf-white: 255, 255, 255;
|
689
|
-
--color-sf-primary: 208, 188, 255;
|
690
|
-
--color-sf-primary-container: 79, 55, 139;
|
691
|
-
--color-sf-secondary: 204, 194, 220;
|
692
|
-
--color-sf-secondary-container: 74, 68, 88;
|
693
|
-
--color-sf-tertiary: 239, 184, 200;
|
694
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
695
|
-
--color-sf-surface: 28, 27, 31;
|
696
|
-
--color-sf-surface-variant: 73, 69, 79;
|
697
|
-
--color-sf-background: var(--color-sf-surface);
|
698
|
-
--color-sf-on-primary: 55, 30, 115;
|
699
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
700
|
-
--color-sf-on-secondary: 51, 45, 65;
|
701
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
702
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
703
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
704
|
-
--color-sf-on-surface: 230, 225, 229;
|
705
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
706
|
-
--color-sf-on-background: 230, 225, 229;
|
707
|
-
--color-sf-outline: 147, 143, 153;
|
708
|
-
--color-sf-outline-variant: 68, 71, 70;
|
709
|
-
--color-sf-shadow: 0, 0, 0;
|
710
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
711
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
712
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
713
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
714
|
-
--color-sf-scrim: 0, 0, 0;
|
715
|
-
--color-sf-error: 242, 184, 181;
|
716
|
-
--color-sf-error-container: 140, 29, 24;
|
717
|
-
--color-sf-on-error: 96, 20, 16;
|
718
|
-
--color-sf-on-error-container: 249, 222, 220;
|
719
|
-
--color-sf-success: 83, 202, 23;
|
720
|
-
--color-sf-success-container: 22, 62, 2;
|
721
|
-
--color-sf-on-success: 13, 39, 0;
|
722
|
-
--color-sf-on-success-container: 183, 250, 150;
|
723
|
-
--color-sf-info: 71, 172, 251;
|
724
|
-
--color-sf-info-container: 0, 67, 120;
|
725
|
-
--color-sf-on-info: 0, 51, 91;
|
726
|
-
--color-sf-on-info-container: 173, 219, 255;
|
727
|
-
--color-sf-warning: 245, 180, 130;
|
728
|
-
--color-sf-warning-container: 123, 65, 0;
|
729
|
-
--color-sf-on-warning: 99, 52, 0;
|
730
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
731
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
732
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
733
|
-
--color-sf-success-text: 0, 0, 0;
|
734
|
-
--color-sf-warning-text: 0, 0, 0;
|
735
|
-
--color-sf-info-text: 0, 0, 0;
|
736
|
-
--color-sf-danger-text: 0, 0, 0;
|
737
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
738
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
739
|
-
}
|
740
|
-
|
741
628
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
|
742
629
|
content: "\e7e3";
|
743
630
|
font-family: "e-icons";
|
@@ -1226,63 +1113,7 @@
|
|
1226
1113
|
pointer-events: none;
|
1227
1114
|
}
|
1228
1115
|
|
1229
|
-
/* stylelint-disable-line no-empty-source */
|
1230
|
-
:root {
|
1231
|
-
--color-sf-black: 0, 0, 0;
|
1232
|
-
--color-sf-white: 255, 255, 255;
|
1233
|
-
--color-sf-primary: 208, 188, 255;
|
1234
|
-
--color-sf-primary-container: 79, 55, 139;
|
1235
|
-
--color-sf-secondary: 204, 194, 220;
|
1236
|
-
--color-sf-secondary-container: 74, 68, 88;
|
1237
|
-
--color-sf-tertiary: 239, 184, 200;
|
1238
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
1239
|
-
--color-sf-surface: 28, 27, 31;
|
1240
|
-
--color-sf-surface-variant: 73, 69, 79;
|
1241
|
-
--color-sf-background: var(--color-sf-surface);
|
1242
|
-
--color-sf-on-primary: 55, 30, 115;
|
1243
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
1244
|
-
--color-sf-on-secondary: 51, 45, 65;
|
1245
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
1246
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
1247
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
1248
|
-
--color-sf-on-surface: 230, 225, 229;
|
1249
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
1250
|
-
--color-sf-on-background: 230, 225, 229;
|
1251
|
-
--color-sf-outline: 147, 143, 153;
|
1252
|
-
--color-sf-outline-variant: 68, 71, 70;
|
1253
|
-
--color-sf-shadow: 0, 0, 0;
|
1254
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
1255
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
1256
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
1257
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
1258
|
-
--color-sf-scrim: 0, 0, 0;
|
1259
|
-
--color-sf-error: 242, 184, 181;
|
1260
|
-
--color-sf-error-container: 140, 29, 24;
|
1261
|
-
--color-sf-on-error: 96, 20, 16;
|
1262
|
-
--color-sf-on-error-container: 249, 222, 220;
|
1263
|
-
--color-sf-success: 83, 202, 23;
|
1264
|
-
--color-sf-success-container: 22, 62, 2;
|
1265
|
-
--color-sf-on-success: 13, 39, 0;
|
1266
|
-
--color-sf-on-success-container: 183, 250, 150;
|
1267
|
-
--color-sf-info: 71, 172, 251;
|
1268
|
-
--color-sf-info-container: 0, 67, 120;
|
1269
|
-
--color-sf-on-info: 0, 51, 91;
|
1270
|
-
--color-sf-on-info-container: 173, 219, 255;
|
1271
|
-
--color-sf-warning: 245, 180, 130;
|
1272
|
-
--color-sf-warning-container: 123, 65, 0;
|
1273
|
-
--color-sf-on-warning: 99, 52, 0;
|
1274
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
1275
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
1276
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
1277
|
-
--color-sf-success-text: 0, 0, 0;
|
1278
|
-
--color-sf-warning-text: 0, 0, 0;
|
1279
|
-
--color-sf-info-text: 0, 0, 0;
|
1280
|
-
--color-sf-danger-text: 0, 0, 0;
|
1281
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
1282
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
1283
|
-
}
|
1284
|
-
|
1285
|
-
/*! component's theme wise override material 3 definitions and variables */
|
1116
|
+
/* stylelint-disable-line no-empty-source */ /*! component's theme wise override material 3 definitions and variables */
|
1286
1117
|
/* stylelint-disable */
|
1287
1118
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1288
1119
|
height: 100%;
|
package/styles/material3.css
CHANGED
@@ -169,117 +169,6 @@
|
|
169
169
|
width: 56px;
|
170
170
|
}
|
171
171
|
|
172
|
-
:root {
|
173
|
-
--color-sf-black: 0, 0, 0;
|
174
|
-
--color-sf-white: 255, 255, 255;
|
175
|
-
--color-sf-primary: 103, 80, 164;
|
176
|
-
--color-sf-primary-container: 234, 221, 255;
|
177
|
-
--color-sf-secondary: 98, 91, 113;
|
178
|
-
--color-sf-secondary-container: 232, 222, 248;
|
179
|
-
--color-sf-tertiary: 125, 82, 96;
|
180
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
181
|
-
--color-sf-surface: 255, 255, 255;
|
182
|
-
--color-sf-surface-variant: 231, 224, 236;
|
183
|
-
--color-sf-background: var(--color-sf-surface);
|
184
|
-
--color-sf-on-primary: 255, 255, 255;
|
185
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
186
|
-
--color-sf-on-secondary: 255, 255, 255;
|
187
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
188
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
189
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
190
|
-
--color-sf-on-surface: 28, 27, 31;
|
191
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
192
|
-
--color-sf-on-background: 28, 27, 31;
|
193
|
-
--color-sf-outline: 121, 116, 126;
|
194
|
-
--color-sf-outline-variant: 196, 199, 197;
|
195
|
-
--color-sf-shadow: 0, 0, 0;
|
196
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
197
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
198
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
199
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
200
|
-
--color-sf-scrim: 0, 0, 0;
|
201
|
-
--color-sf-error: 179, 38, 30;
|
202
|
-
--color-sf-error-container: 249, 222, 220;
|
203
|
-
--color-sf-on-error: 255, 250, 250;
|
204
|
-
--color-sf-on-error-container: 65, 14, 11;
|
205
|
-
--color-sf-success: 32, 81, 7;
|
206
|
-
--color-sf-success-container: 209, 255, 186;
|
207
|
-
--color-sf-on-success: 244, 255, 239;
|
208
|
-
--color-sf-on-success-container: 13, 39, 0;
|
209
|
-
--color-sf-info: 1, 87, 155;
|
210
|
-
--color-sf-info-container: 233, 245, 255;
|
211
|
-
--color-sf-on-info: 250, 253, 255;
|
212
|
-
--color-sf-on-info-container: 0, 51, 91;
|
213
|
-
--color-sf-warning: 145, 76, 0;
|
214
|
-
--color-sf-warning-container: 254, 236, 222;
|
215
|
-
--color-sf-on-warning: 255, 255, 255;
|
216
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
217
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
218
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
219
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
220
|
-
--color-sf-success-text: 255, 255, 255;
|
221
|
-
--color-sf-warning-text: 255, 255, 255;
|
222
|
-
--color-sf-danger-text: 255, 255, 255;
|
223
|
-
--color-sf-info-text: 255, 255, 255;
|
224
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
225
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
226
|
-
}
|
227
|
-
|
228
|
-
.e-dark-mode {
|
229
|
-
--color-sf-black: 0, 0, 0;
|
230
|
-
--color-sf-white: 255, 255, 255;
|
231
|
-
--color-sf-primary: 208, 188, 255;
|
232
|
-
--color-sf-primary-container: 79, 55, 139;
|
233
|
-
--color-sf-secondary: 204, 194, 220;
|
234
|
-
--color-sf-secondary-container: 74, 68, 88;
|
235
|
-
--color-sf-tertiary: 239, 184, 200;
|
236
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
237
|
-
--color-sf-surface: 28, 27, 31;
|
238
|
-
--color-sf-surface-variant: 28, 27, 31;
|
239
|
-
--color-sf-background: var(--color-sf-surface);
|
240
|
-
--color-sf-on-primary: 55, 30, 115;
|
241
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
242
|
-
--color-sf-on-secondary: 51, 45, 65;
|
243
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
244
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
245
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
246
|
-
--color-sf-on-surface: 230, 225, 229;
|
247
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
248
|
-
--color-sf-on-background: 230, 225, 229;
|
249
|
-
--color-sf-outline: 147, 143, 153;
|
250
|
-
--color-sf-outline-variant: 68, 71, 70;
|
251
|
-
--color-sf-shadow: 0, 0, 0;
|
252
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
253
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
254
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
255
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
256
|
-
--color-sf-scrim: 0, 0, 0;
|
257
|
-
--color-sf-error: 242, 184, 181;
|
258
|
-
--color-sf-error-container: 140, 29, 24;
|
259
|
-
--color-sf-on-error: 96, 20, 16;
|
260
|
-
--color-sf-on-error-container: 249, 222, 220;
|
261
|
-
--color-sf-success: 83, 202, 23;
|
262
|
-
--color-sf-success-container: 22, 62, 2;
|
263
|
-
--color-sf-on-success: 13, 39, 0;
|
264
|
-
--color-sf-on-success-container: 183, 250, 150;
|
265
|
-
--color-sf-info: 71, 172, 251;
|
266
|
-
--color-sf-info-container: 0, 67, 120;
|
267
|
-
--color-sf-on-info: 0, 51, 91;
|
268
|
-
--color-sf-on-info-container: 173, 219, 255;
|
269
|
-
--color-sf-warning: 245, 180, 130;
|
270
|
-
--color-sf-warning-container: 123, 65, 0;
|
271
|
-
--color-sf-on-warning: 99, 52, 0;
|
272
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
273
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
274
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
275
|
-
--color-sf-success-text: 0, 0, 0;
|
276
|
-
--color-sf-warning-text: 0, 0, 0;
|
277
|
-
--color-sf-info-text: 0, 0, 0;
|
278
|
-
--color-sf-danger-text: 0, 0, 0;
|
279
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
280
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
281
|
-
}
|
282
|
-
|
283
172
|
/*! card layout */
|
284
173
|
.e-bigger .e-card,
|
285
174
|
.e-bigger.e-card {
|
@@ -792,117 +681,6 @@
|
|
792
681
|
color: rgba(var(--color-sf-on-surface));
|
793
682
|
}
|
794
683
|
|
795
|
-
:root {
|
796
|
-
--color-sf-black: 0, 0, 0;
|
797
|
-
--color-sf-white: 255, 255, 255;
|
798
|
-
--color-sf-primary: 103, 80, 164;
|
799
|
-
--color-sf-primary-container: 234, 221, 255;
|
800
|
-
--color-sf-secondary: 98, 91, 113;
|
801
|
-
--color-sf-secondary-container: 232, 222, 248;
|
802
|
-
--color-sf-tertiary: 125, 82, 96;
|
803
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
804
|
-
--color-sf-surface: 255, 255, 255;
|
805
|
-
--color-sf-surface-variant: 231, 224, 236;
|
806
|
-
--color-sf-background: var(--color-sf-surface);
|
807
|
-
--color-sf-on-primary: 255, 255, 255;
|
808
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
809
|
-
--color-sf-on-secondary: 255, 255, 255;
|
810
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
811
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
812
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
813
|
-
--color-sf-on-surface: 28, 27, 31;
|
814
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
815
|
-
--color-sf-on-background: 28, 27, 31;
|
816
|
-
--color-sf-outline: 121, 116, 126;
|
817
|
-
--color-sf-outline-variant: 196, 199, 197;
|
818
|
-
--color-sf-shadow: 0, 0, 0;
|
819
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
820
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
821
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
822
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
823
|
-
--color-sf-scrim: 0, 0, 0;
|
824
|
-
--color-sf-error: 179, 38, 30;
|
825
|
-
--color-sf-error-container: 249, 222, 220;
|
826
|
-
--color-sf-on-error: 255, 250, 250;
|
827
|
-
--color-sf-on-error-container: 65, 14, 11;
|
828
|
-
--color-sf-success: 32, 81, 7;
|
829
|
-
--color-sf-success-container: 209, 255, 186;
|
830
|
-
--color-sf-on-success: 244, 255, 239;
|
831
|
-
--color-sf-on-success-container: 13, 39, 0;
|
832
|
-
--color-sf-info: 1, 87, 155;
|
833
|
-
--color-sf-info-container: 233, 245, 255;
|
834
|
-
--color-sf-on-info: 250, 253, 255;
|
835
|
-
--color-sf-on-info-container: 0, 51, 91;
|
836
|
-
--color-sf-warning: 145, 76, 0;
|
837
|
-
--color-sf-warning-container: 254, 236, 222;
|
838
|
-
--color-sf-on-warning: 255, 255, 255;
|
839
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
840
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
841
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
842
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
843
|
-
--color-sf-success-text: 255, 255, 255;
|
844
|
-
--color-sf-warning-text: 255, 255, 255;
|
845
|
-
--color-sf-danger-text: 255, 255, 255;
|
846
|
-
--color-sf-info-text: 255, 255, 255;
|
847
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
848
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
849
|
-
}
|
850
|
-
|
851
|
-
.e-dark-mode {
|
852
|
-
--color-sf-black: 0, 0, 0;
|
853
|
-
--color-sf-white: 255, 255, 255;
|
854
|
-
--color-sf-primary: 208, 188, 255;
|
855
|
-
--color-sf-primary-container: 79, 55, 139;
|
856
|
-
--color-sf-secondary: 204, 194, 220;
|
857
|
-
--color-sf-secondary-container: 74, 68, 88;
|
858
|
-
--color-sf-tertiary: 239, 184, 200;
|
859
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
860
|
-
--color-sf-surface: 28, 27, 31;
|
861
|
-
--color-sf-surface-variant: 28, 27, 31;
|
862
|
-
--color-sf-background: var(--color-sf-surface);
|
863
|
-
--color-sf-on-primary: 55, 30, 115;
|
864
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
865
|
-
--color-sf-on-secondary: 51, 45, 65;
|
866
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
867
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
868
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
869
|
-
--color-sf-on-surface: 230, 225, 229;
|
870
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
871
|
-
--color-sf-on-background: 230, 225, 229;
|
872
|
-
--color-sf-outline: 147, 143, 153;
|
873
|
-
--color-sf-outline-variant: 68, 71, 70;
|
874
|
-
--color-sf-shadow: 0, 0, 0;
|
875
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
876
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
877
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
878
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
879
|
-
--color-sf-scrim: 0, 0, 0;
|
880
|
-
--color-sf-error: 242, 184, 181;
|
881
|
-
--color-sf-error-container: 140, 29, 24;
|
882
|
-
--color-sf-on-error: 96, 20, 16;
|
883
|
-
--color-sf-on-error-container: 249, 222, 220;
|
884
|
-
--color-sf-success: 83, 202, 23;
|
885
|
-
--color-sf-success-container: 22, 62, 2;
|
886
|
-
--color-sf-on-success: 13, 39, 0;
|
887
|
-
--color-sf-on-success-container: 183, 250, 150;
|
888
|
-
--color-sf-info: 71, 172, 251;
|
889
|
-
--color-sf-info-container: 0, 67, 120;
|
890
|
-
--color-sf-on-info: 0, 51, 91;
|
891
|
-
--color-sf-on-info-container: 173, 219, 255;
|
892
|
-
--color-sf-warning: 245, 180, 130;
|
893
|
-
--color-sf-warning-container: 123, 65, 0;
|
894
|
-
--color-sf-on-warning: 99, 52, 0;
|
895
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
896
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
897
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
898
|
-
--color-sf-success-text: 0, 0, 0;
|
899
|
-
--color-sf-warning-text: 0, 0, 0;
|
900
|
-
--color-sf-info-text: 0, 0, 0;
|
901
|
-
--color-sf-danger-text: 0, 0, 0;
|
902
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
903
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
904
|
-
}
|
905
|
-
|
906
684
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
|
907
685
|
content: "\e7e3";
|
908
686
|
font-family: "e-icons";
|
@@ -1391,119 +1169,7 @@
|
|
1391
1169
|
pointer-events: none;
|
1392
1170
|
}
|
1393
1171
|
|
1394
|
-
/* stylelint-disable-line no-empty-source */
|
1395
|
-
:root {
|
1396
|
-
--color-sf-black: 0, 0, 0;
|
1397
|
-
--color-sf-white: 255, 255, 255;
|
1398
|
-
--color-sf-primary: 103, 80, 164;
|
1399
|
-
--color-sf-primary-container: 234, 221, 255;
|
1400
|
-
--color-sf-secondary: 98, 91, 113;
|
1401
|
-
--color-sf-secondary-container: 232, 222, 248;
|
1402
|
-
--color-sf-tertiary: 125, 82, 96;
|
1403
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
1404
|
-
--color-sf-surface: 255, 255, 255;
|
1405
|
-
--color-sf-surface-variant: 231, 224, 236;
|
1406
|
-
--color-sf-background: var(--color-sf-surface);
|
1407
|
-
--color-sf-on-primary: 255, 255, 255;
|
1408
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
1409
|
-
--color-sf-on-secondary: 255, 255, 255;
|
1410
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
1411
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
1412
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
1413
|
-
--color-sf-on-surface: 28, 27, 31;
|
1414
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
1415
|
-
--color-sf-on-background: 28, 27, 31;
|
1416
|
-
--color-sf-outline: 121, 116, 126;
|
1417
|
-
--color-sf-outline-variant: 196, 199, 197;
|
1418
|
-
--color-sf-shadow: 0, 0, 0;
|
1419
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
1420
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
1421
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
1422
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
1423
|
-
--color-sf-scrim: 0, 0, 0;
|
1424
|
-
--color-sf-error: 179, 38, 30;
|
1425
|
-
--color-sf-error-container: 249, 222, 220;
|
1426
|
-
--color-sf-on-error: 255, 250, 250;
|
1427
|
-
--color-sf-on-error-container: 65, 14, 11;
|
1428
|
-
--color-sf-success: 32, 81, 7;
|
1429
|
-
--color-sf-success-container: 209, 255, 186;
|
1430
|
-
--color-sf-on-success: 244, 255, 239;
|
1431
|
-
--color-sf-on-success-container: 13, 39, 0;
|
1432
|
-
--color-sf-info: 1, 87, 155;
|
1433
|
-
--color-sf-info-container: 233, 245, 255;
|
1434
|
-
--color-sf-on-info: 250, 253, 255;
|
1435
|
-
--color-sf-on-info-container: 0, 51, 91;
|
1436
|
-
--color-sf-warning: 145, 76, 0;
|
1437
|
-
--color-sf-warning-container: 254, 236, 222;
|
1438
|
-
--color-sf-on-warning: 255, 255, 255;
|
1439
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
1440
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
1441
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
1442
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
1443
|
-
--color-sf-success-text: 255, 255, 255;
|
1444
|
-
--color-sf-warning-text: 255, 255, 255;
|
1445
|
-
--color-sf-danger-text: 255, 255, 255;
|
1446
|
-
--color-sf-info-text: 255, 255, 255;
|
1447
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
1448
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
1449
|
-
}
|
1450
|
-
|
1451
|
-
.e-dark-mode {
|
1452
|
-
--color-sf-black: 0, 0, 0;
|
1453
|
-
--color-sf-white: 255, 255, 255;
|
1454
|
-
--color-sf-primary: 208, 188, 255;
|
1455
|
-
--color-sf-primary-container: 79, 55, 139;
|
1456
|
-
--color-sf-secondary: 204, 194, 220;
|
1457
|
-
--color-sf-secondary-container: 74, 68, 88;
|
1458
|
-
--color-sf-tertiary: 239, 184, 200;
|
1459
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
1460
|
-
--color-sf-surface: 28, 27, 31;
|
1461
|
-
--color-sf-surface-variant: 28, 27, 31;
|
1462
|
-
--color-sf-background: var(--color-sf-surface);
|
1463
|
-
--color-sf-on-primary: 55, 30, 115;
|
1464
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
1465
|
-
--color-sf-on-secondary: 51, 45, 65;
|
1466
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
1467
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
1468
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
1469
|
-
--color-sf-on-surface: 230, 225, 229;
|
1470
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
1471
|
-
--color-sf-on-background: 230, 225, 229;
|
1472
|
-
--color-sf-outline: 147, 143, 153;
|
1473
|
-
--color-sf-outline-variant: 68, 71, 70;
|
1474
|
-
--color-sf-shadow: 0, 0, 0;
|
1475
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
1476
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
1477
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
1478
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
1479
|
-
--color-sf-scrim: 0, 0, 0;
|
1480
|
-
--color-sf-error: 242, 184, 181;
|
1481
|
-
--color-sf-error-container: 140, 29, 24;
|
1482
|
-
--color-sf-on-error: 96, 20, 16;
|
1483
|
-
--color-sf-on-error-container: 249, 222, 220;
|
1484
|
-
--color-sf-success: 83, 202, 23;
|
1485
|
-
--color-sf-success-container: 22, 62, 2;
|
1486
|
-
--color-sf-on-success: 13, 39, 0;
|
1487
|
-
--color-sf-on-success-container: 183, 250, 150;
|
1488
|
-
--color-sf-info: 71, 172, 251;
|
1489
|
-
--color-sf-info-container: 0, 67, 120;
|
1490
|
-
--color-sf-on-info: 0, 51, 91;
|
1491
|
-
--color-sf-on-info-container: 173, 219, 255;
|
1492
|
-
--color-sf-warning: 245, 180, 130;
|
1493
|
-
--color-sf-warning-container: 123, 65, 0;
|
1494
|
-
--color-sf-on-warning: 99, 52, 0;
|
1495
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
1496
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
1497
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
1498
|
-
--color-sf-success-text: 0, 0, 0;
|
1499
|
-
--color-sf-warning-text: 0, 0, 0;
|
1500
|
-
--color-sf-info-text: 0, 0, 0;
|
1501
|
-
--color-sf-danger-text: 0, 0, 0;
|
1502
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
1503
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
1504
|
-
}
|
1505
|
-
|
1506
|
-
/*! component's theme wise override material 3 definitions and variables */
|
1172
|
+
/* stylelint-disable-line no-empty-source */ /*! component's theme wise override material 3 definitions and variables */
|
1507
1173
|
/* stylelint-disable */
|
1508
1174
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1509
1175
|
height: 100%;
|
package/styles/material3.scss
CHANGED
@@ -0,0 +1,26 @@
|
|
1
|
+
$navigation-arrow-background: #fff !default;
|
2
|
+
$navigation-icon-background-hover: #0070f0 !default;
|
3
|
+
$navigation-icon-border-hover: rgba(0, 112, 240, .5) !default;
|
4
|
+
$splitter-border-color: $grey-88 !default;
|
5
|
+
$splitter-background-color: #fff !default;
|
6
|
+
$splitpane-font-size: 14px !default;
|
7
|
+
$splitpane-font-weight: normal !default;
|
8
|
+
$splitpane-font-family: $font-family !default;
|
9
|
+
$splitpane-font-color: $grey-dark-font !default;
|
10
|
+
$splitbar-border-color: $grey-88 !default;
|
11
|
+
$splitbar-hover-border-color: $brand-primary !default;
|
12
|
+
$resize-icon-hover-color: $splitbar-hover-border-color !default;
|
13
|
+
$splitbar-icon-color: $grey-dark-font !default;
|
14
|
+
$splitbar-icon-size: 14px !default;
|
15
|
+
$collapse-icon-bg-color: $grey-base !default;
|
16
|
+
$splitbar-icon-gap: 18px !default;
|
17
|
+
$resize-icon-bg-color: $grey-base !default;
|
18
|
+
$split-bar-border-left: none !default;
|
19
|
+
$split-bar-border-right: none !default;
|
20
|
+
$split-bar-hover-border-left: none !default;
|
21
|
+
$split-bar-hover-border-right: none !default;
|
22
|
+
|
23
|
+
// Bigger style
|
24
|
+
$bigger-splitbar-icon-gap: 20px !default;
|
25
|
+
$bigger-splitpane-font-size: 14px !default;
|
26
|
+
$bigger-splitbar-icon-size: 16px !default;
|
@@ -0,0 +1,26 @@
|
|
1
|
+
$navigation-arrow-background: $grey-white !default;
|
2
|
+
$navigation-icon-background-hover: $brand-primary !default;
|
3
|
+
$navigation-icon-border-hover: rgba(49, 122, 185, .5) !default;
|
4
|
+
$splitter-border-color: $grey-dd !default;
|
5
|
+
$splitter-background-color: #fff !default;
|
6
|
+
$splitpane-font-size: 14px !default;
|
7
|
+
$splitpane-font-weight: normal !default;
|
8
|
+
$splitpane-font-family: $font-family !default;
|
9
|
+
$splitpane-font-color: $grey !default;
|
10
|
+
$splitbar-border-color: $grey-dd !default;
|
11
|
+
$splitbar-hover-border-color: $brand-primary !default;
|
12
|
+
$resize-icon-hover-color: $splitbar-hover-border-color !default;
|
13
|
+
$splitbar-icon-color: $grey-light-font !default;
|
14
|
+
$splitbar-icon-size: 14px !default;
|
15
|
+
$collapse-icon-bg-color: $grey-white !default;
|
16
|
+
$splitbar-icon-gap: 18px !default;
|
17
|
+
$resize-icon-bg-color: $grey-white !default;
|
18
|
+
$split-bar-border-left: none !default;
|
19
|
+
$split-bar-border-right: none !default;
|
20
|
+
$split-bar-hover-border-left: none !default;
|
21
|
+
$split-bar-hover-border-right: none !default;
|
22
|
+
|
23
|
+
// Bigger style
|
24
|
+
$bigger-splitbar-icon-gap: 20px !default;
|
25
|
+
$bigger-splitpane-font-size: 14px !default;
|
26
|
+
$bigger-splitbar-icon-size: 16px !default;
|
@@ -0,0 +1,26 @@
|
|
1
|
+
$navigation-arrow-background: $white !default;
|
2
|
+
$navigation-icon-background-hover: $primary !default;
|
3
|
+
$navigation-icon-border-hover: rgba(0, 123, 255, .5) !default;
|
4
|
+
$splitter-border-color: $gray-300 !default;
|
5
|
+
$splitter-background-color: #fff !default;
|
6
|
+
$splitpane-font-size: 14px !default;
|
7
|
+
$splitpane-font-weight: normal !default;
|
8
|
+
$splitpane-font-family: $font-family !default;
|
9
|
+
$splitpane-font-color: $gray-900 !default;
|
10
|
+
$splitbar-border-color: $gray-300 !default;
|
11
|
+
$splitbar-hover-border-color: $primary !default;
|
12
|
+
$resize-icon-hover-color: $splitbar-hover-border-color !default;
|
13
|
+
$splitbar-icon-color: $gray-700 !default;
|
14
|
+
$splitbar-icon-size: 14px !default;
|
15
|
+
$collapse-icon-bg-color: $white !default;
|
16
|
+
$splitbar-icon-gap: 18px !default;
|
17
|
+
$resize-icon-bg-color: $white !default;
|
18
|
+
$split-bar-border-left: none !default;
|
19
|
+
$split-bar-border-right: none !default;
|
20
|
+
$split-bar-hover-border-left: none !default;
|
21
|
+
$split-bar-hover-border-right: none !default;
|
22
|
+
|
23
|
+
// Bigger style
|
24
|
+
$bigger-splitbar-icon-gap: 20px !default;
|
25
|
+
$bigger-splitpane-font-size: 14px !default;
|
26
|
+
$bigger-splitbar-icon-size: 16px !default;
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './bootstrap5-definition.scss';
|
@@ -0,0 +1,31 @@
|
|
1
|
+
//Layout Variables Start
|
2
|
+
$splitpane-font-size: $text-sm !default;
|
3
|
+
$splitpane-font-weight: $font-weight-normal !default;
|
4
|
+
$splitpane-font-family: $font-family !default;
|
5
|
+
$splitbar-icon-size: 14px !default;
|
6
|
+
$splitbar-icon-gap: 18px !default;
|
7
|
+
$bigger-splitbar-icon-gap: 20px !default;
|
8
|
+
$bigger-splitpane-font-size: $text-base !default;
|
9
|
+
$bigger-splitbar-icon-size: 16px !default;
|
10
|
+
|
11
|
+
//Layout Variables End
|
12
|
+
|
13
|
+
//Theme Variables Start
|
14
|
+
$navigation-arrow-background: $transparent !default;
|
15
|
+
$navigation-icon-background-hover: $primary !default;
|
16
|
+
$navigation-icon-border-hover: $primary !default;
|
17
|
+
$splitter-border-color: $border-light !default;
|
18
|
+
$splitter-background-color: $primary-text-color !default;
|
19
|
+
$splitpane-font-color: $content-text-color !default;
|
20
|
+
$splitbar-border-color: $border-light !default;
|
21
|
+
$splitbar-hover-border-color: $primary !default;
|
22
|
+
$resize-icon-hover-color: $splitbar-hover-border-color !default;
|
23
|
+
$splitbar-icon-color: $icon-color !default;
|
24
|
+
$collapse-icon-bg-color: $primary-text-color !default;
|
25
|
+
$resize-icon-bg-color: $content-bg-color !default;
|
26
|
+
$split-bar-border-left: none !default;
|
27
|
+
$split-bar-border-right: none !default;
|
28
|
+
$split-bar-hover-border-left: none !default;
|
29
|
+
$split-bar-hover-border-right: none !default;
|
30
|
+
|
31
|
+
//Theme Variables End
|
@@ -0,0 +1 @@
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|