@syncfusion/ej2-angular-layouts 21.2.9 → 22.1.34
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/license +10 -0
- package/package.json +17 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/avatar/_material3-dark-definition.scss +1 -0
- package/styles/avatar/_material3-definition.scss +26 -0
- package/styles/avatar/material3-dark.css +114 -0
- package/styles/avatar/material3-dark.scss +4 -0
- package/styles/avatar/material3.css +170 -0
- package/styles/avatar/material3.scss +4 -0
- package/styles/bootstrap4.css +3 -2
- package/styles/card/_bootstrap4-definition.scss +3 -2
- package/styles/card/_layout.scss +2 -2
- package/styles/card/_material3-dark-definition.scss +1 -0
- package/styles/card/_material3-definition.scss +125 -0
- package/styles/card/bootstrap4.css +3 -2
- package/styles/card/fabric.css +1 -1
- package/styles/card/highcontrast.css +1 -1
- package/styles/card/material3-dark.css +567 -0
- package/styles/card/material3-dark.scss +4 -0
- package/styles/card/material3.css +623 -0
- package/styles/card/material3.scss +4 -0
- package/styles/dashboard-layout/_layout.scss +1 -1
- package/styles/dashboard-layout/_material3-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_material3-definition.scss +108 -0
- package/styles/dashboard-layout/_theme.scss +1 -1
- package/styles/dashboard-layout/icons/_material3-dark.scss +1 -0
- package/styles/dashboard-layout/material3-dark.css +357 -0
- package/styles/dashboard-layout/material3-dark.scss +5 -0
- package/styles/dashboard-layout/material3.css +413 -0
- package/styles/dashboard-layout/material3.scss +5 -0
- package/styles/fabric.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material3-dark.css +1414 -0
- package/styles/material3-dark.scss +6 -0
- package/styles/material3.css +1470 -0
- package/styles/material3.scss +6 -0
- package/styles/splitter/_material3-dark-definition.scss +1 -0
- package/styles/splitter/_material3-definition.scss +31 -0
- package/styles/splitter/icons/_material3-dark.scss +1 -0
- package/styles/splitter/material3-dark.css +543 -0
- package/styles/splitter/material3-dark.scss +5 -0
- package/styles/splitter/material3.css +599 -0
- package/styles/splitter/material3.scss +5 -0
- package/schematics/collection.json +0 -50
- package/schematics/generators/dashboardlayout-default/index.d.ts +0 -3
- package/schematics/generators/dashboardlayout-default/index.js +0 -8
- package/schematics/generators/dashboardlayout-default/sample-details.d.ts +0 -5
- package/schematics/generators/dashboardlayout-default/sample-details.js +0 -7
- package/schematics/generators/dashboardlayout-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
- package/schematics/generators/dashboardlayout-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/dashboardlayout-default/schema.d.ts +0 -3
- package/schematics/generators/dashboardlayout-default/schema.js +0 -2
- package/schematics/generators/dashboardlayout-default/schema.json +0 -125
- package/schematics/generators/dashboardlayout-dragging/index.d.ts +0 -3
- package/schematics/generators/dashboardlayout-dragging/index.js +0 -8
- package/schematics/generators/dashboardlayout-dragging/sample-details.d.ts +0 -5
- package/schematics/generators/dashboardlayout-dragging/sample-details.js +0 -7
- package/schematics/generators/dashboardlayout-dragging/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
- package/schematics/generators/dashboardlayout-dragging/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/dashboardlayout-dragging/schema.d.ts +0 -3
- package/schematics/generators/dashboardlayout-dragging/schema.js +0 -2
- package/schematics/generators/dashboardlayout-dragging/schema.json +0 -125
- package/schematics/generators/dashboardlayout-floating/index.d.ts +0 -3
- package/schematics/generators/dashboardlayout-floating/index.js +0 -8
- package/schematics/generators/dashboardlayout-floating/sample-details.d.ts +0 -5
- package/schematics/generators/dashboardlayout-floating/sample-details.js +0 -7
- package/schematics/generators/dashboardlayout-floating/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -45
- package/schematics/generators/dashboardlayout-floating/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/dashboardlayout-floating/schema.d.ts +0 -3
- package/schematics/generators/dashboardlayout-floating/schema.js +0 -2
- package/schematics/generators/dashboardlayout-floating/schema.json +0 -125
- package/schematics/generators/dashboardlayout-media-query/index.d.ts +0 -3
- package/schematics/generators/dashboardlayout-media-query/index.js +0 -8
- package/schematics/generators/dashboardlayout-media-query/sample-details.d.ts +0 -5
- package/schematics/generators/dashboardlayout-media-query/sample-details.js +0 -7
- package/schematics/generators/dashboardlayout-media-query/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
- package/schematics/generators/dashboardlayout-media-query/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/dashboardlayout-media-query/schema.d.ts +0 -3
- package/schematics/generators/dashboardlayout-media-query/schema.js +0 -2
- package/schematics/generators/dashboardlayout-media-query/schema.json +0 -125
- package/schematics/generators/dashboardlayout-resizing/index.d.ts +0 -3
- package/schematics/generators/dashboardlayout-resizing/index.js +0 -8
- package/schematics/generators/dashboardlayout-resizing/sample-details.d.ts +0 -5
- package/schematics/generators/dashboardlayout-resizing/sample-details.js +0 -7
- package/schematics/generators/dashboardlayout-resizing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
- package/schematics/generators/dashboardlayout-resizing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/dashboardlayout-resizing/schema.d.ts +0 -3
- package/schematics/generators/dashboardlayout-resizing/schema.js +0 -2
- package/schematics/generators/dashboardlayout-resizing/schema.json +0 -125
- package/schematics/generators/splitter-horizontalsplitter/index.d.ts +0 -3
- package/schematics/generators/splitter-horizontalsplitter/index.js +0 -8
- package/schematics/generators/splitter-horizontalsplitter/sample-details.d.ts +0 -5
- package/schematics/generators/splitter-horizontalsplitter/sample-details.js +0 -7
- package/schematics/generators/splitter-horizontalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -20
- package/schematics/generators/splitter-horizontalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -30
- package/schematics/generators/splitter-horizontalsplitter/schema.d.ts +0 -3
- package/schematics/generators/splitter-horizontalsplitter/schema.js +0 -2
- package/schematics/generators/splitter-horizontalsplitter/schema.json +0 -125
- package/schematics/generators/splitter-nestedsplitter/index.d.ts +0 -3
- package/schematics/generators/splitter-nestedsplitter/index.js +0 -8
- package/schematics/generators/splitter-nestedsplitter/sample-details.d.ts +0 -5
- package/schematics/generators/splitter-nestedsplitter/sample-details.js +0 -7
- package/schematics/generators/splitter-nestedsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -29
- package/schematics/generators/splitter-nestedsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -17
- package/schematics/generators/splitter-nestedsplitter/schema.d.ts +0 -3
- package/schematics/generators/splitter-nestedsplitter/schema.js +0 -2
- package/schematics/generators/splitter-nestedsplitter/schema.json +0 -125
- package/schematics/generators/splitter-verticalsplitter/index.d.ts +0 -3
- package/schematics/generators/splitter-verticalsplitter/index.js +0 -8
- package/schematics/generators/splitter-verticalsplitter/sample-details.d.ts +0 -5
- package/schematics/generators/splitter-verticalsplitter/sample-details.js +0 -7
- package/schematics/generators/splitter-verticalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -20
- package/schematics/generators/splitter-verticalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -31
- package/schematics/generators/splitter-verticalsplitter/schema.d.ts +0 -3
- package/schematics/generators/splitter-verticalsplitter/schema.js +0 -2
- package/schematics/generators/splitter-verticalsplitter/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
package/license
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
|
2
|
+
|
3
|
+
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
|
4
|
+
|
5
|
+
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
|
6
|
+
|
7
|
+
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
|
8
|
+
|
9
|
+
The Syncfusion license that contains the terms and conditions can be found at
|
10
|
+
https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"_from": "@syncfusion/ej2-angular-layouts@*",
|
3
|
-
"_id": "@syncfusion/ej2-angular-layouts@
|
3
|
+
"_id": "@syncfusion/ej2-angular-layouts@20.1.58",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512
|
5
|
+
"_integrity": "sha512-L+OQqsOLo+EOYFKVuLOJ6fMnFmhLLjwVHzI72XBKfYHz6i51KIUqHpzWjMEbX9sP0Sz6HEStGpq5F0Z9CTfpCA==",
|
6
6
|
"_location": "/@syncfusion/ej2-angular-layouts",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-layouts/-/ej2-angular-layouts-20.1.58.tgz",
|
23
|
+
"_shasum": "38a553b2041347f7fa8305ad38f30ff2fcd5f731",
|
24
24
|
"_spec": "@syncfusion/ej2-angular-layouts@*",
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
|
26
26
|
"author": {
|
@@ -31,9 +31,9 @@
|
|
31
31
|
},
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
35
|
-
"@syncfusion/ej2-base": "~
|
36
|
-
"@syncfusion/ej2-layouts": "
|
34
|
+
"@syncfusion/ej2-angular-base": "~22.1.34",
|
35
|
+
"@syncfusion/ej2-base": "~22.1.34",
|
36
|
+
"@syncfusion/ej2-layouts": "22.1.34",
|
37
37
|
"tslib": "^2.3.0"
|
38
38
|
},
|
39
39
|
"deprecated": false,
|
@@ -57,6 +57,15 @@
|
|
57
57
|
"fesm2020": "fesm2020/syncfusion-ej2-angular-layouts.mjs",
|
58
58
|
"homepage": "https://www.syncfusion.com/angular-components",
|
59
59
|
"keywords": [
|
60
|
+
"splitter",
|
61
|
+
"split-panes",
|
62
|
+
"split-layout",
|
63
|
+
"split-view",
|
64
|
+
"split-area",
|
65
|
+
"resizable-splitter",
|
66
|
+
"split-container",
|
67
|
+
"dashboardlayout",
|
68
|
+
"panels",
|
60
69
|
"angular-splitter",
|
61
70
|
"ng-splitter",
|
62
71
|
"angular-split-panes",
|
@@ -76,5 +85,5 @@
|
|
76
85
|
"schematics": "./schematics/collection.json",
|
77
86
|
"sideEffects": false,
|
78
87
|
"typings": "syncfusion-ej2-angular-layouts.d.ts",
|
79
|
-
"version": "
|
88
|
+
"version": "22.1.34"
|
80
89
|
}
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-layouts';
|
2
|
-
export const pkgVer = '^
|
2
|
+
export const pkgVer = '^20.1.58';
|
3
3
|
export const moduleName = 'SplitterModule, DashboardLayoutModule';
|
4
|
-
export const themeVer = '~
|
4
|
+
export const themeVer = '~20.1.58';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './material3-definition.scss';
|
@@ -0,0 +1,26 @@
|
|
1
|
+
// Avatar Base
|
2
|
+
$avatar-base-border-radius: 4px !default;
|
3
|
+
$avatar-base-background-color: rgba($primary-light) !default;
|
4
|
+
$avatar-base-font-size: $text-xl !default;
|
5
|
+
$avatar-base-width: 40px !default;
|
6
|
+
$avatar-base-height: 40px !default;
|
7
|
+
$avatar-base-line-height: 20px !default;
|
8
|
+
$avatar-base-text-color: rgba($primary-darker) !default;
|
9
|
+
$avatar-base-font-weight: 500 !default;
|
10
|
+
$avatar-base-img-height: 100% !default;
|
11
|
+
|
12
|
+
// Circle Avatar
|
13
|
+
$avatar-circle-border-radius: 50% !default;
|
14
|
+
|
15
|
+
// Avatar size
|
16
|
+
$avatar-xsmall-font-size: 14px !default;
|
17
|
+
$avatar-small-font-size: 18px !default;
|
18
|
+
$avatar-large-font-size: 26px !default;
|
19
|
+
$avatar-xlarge-font-size: 30px !default;
|
20
|
+
$avatar-large-border-radius: 4px !default;
|
21
|
+
|
22
|
+
// Avatar Line Height
|
23
|
+
$avatar-base-xsmall-line-height: 14px !default;
|
24
|
+
$avatar-base-small-line-height: 18px !default;
|
25
|
+
$avatar-base-large-line-height: 26px !default;
|
26
|
+
$avatar-base-xlarge-line-height: 30px !default;
|
@@ -0,0 +1,114 @@
|
|
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
|
+
:root {
|
3
|
+
--color-sf-black: 0, 0, 0;
|
4
|
+
--color-sf-white: 255, 255, 255;
|
5
|
+
--color-sf-primary: 208, 188, 255;
|
6
|
+
--color-sf-primary-container: 79, 55, 139;
|
7
|
+
--color-sf-secondary: 204, 194, 220;
|
8
|
+
--color-sf-secondary-container: 74, 68, 88;
|
9
|
+
--color-sf-tertiary: 239, 184, 200;
|
10
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
11
|
+
--color-sf-surface: 28, 27, 31;
|
12
|
+
--color-sf-surface-variant: 73, 69, 79;
|
13
|
+
--color-sf-background: var(--color-sf-surface);
|
14
|
+
--color-sf-on-primary: 55, 30, 115;
|
15
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
16
|
+
--color-sf-on-secondary: 51, 45, 65;
|
17
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
18
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
19
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
20
|
+
--color-sf-on-surface: 230, 225, 229;
|
21
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
22
|
+
--color-sf-on-background: 230, 225, 229;
|
23
|
+
--color-sf-outline: 147, 143, 153;
|
24
|
+
--color-sf-outline-variant: 68, 71, 70;
|
25
|
+
--color-sf-shadow: 0, 0, 0;
|
26
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
27
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
28
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
29
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
30
|
+
--color-sf-scrim: 0, 0, 0;
|
31
|
+
--color-sf-error: 242, 184, 181;
|
32
|
+
--color-sf-error-container: 140, 29, 24;
|
33
|
+
--color-sf-on-error: 96, 20, 16;
|
34
|
+
--color-sf-on-error-container: 249, 222, 220;
|
35
|
+
--color-sf-success: 83, 202, 23;
|
36
|
+
--color-sf-success-container: 22, 62, 2;
|
37
|
+
--color-sf-on-success: 13, 39, 0;
|
38
|
+
--color-sf-on-success-container: 183, 250, 150;
|
39
|
+
--color-sf-info: 71, 172, 251;
|
40
|
+
--color-sf-info-container: 0, 67, 120;
|
41
|
+
--color-sf-on-info: 0, 51, 91;
|
42
|
+
--color-sf-on-info-container: 173, 219, 255;
|
43
|
+
--color-sf-warning: 245, 180, 130;
|
44
|
+
--color-sf-warning-container: 123, 65, 0;
|
45
|
+
--color-sf-on-warning: 99, 52, 0;
|
46
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
47
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
48
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
49
|
+
--color-sf-success-text: 0, 0, 0;
|
50
|
+
--color-sf-warning-text: 0, 0, 0;
|
51
|
+
--color-sf-info-text: 0, 0, 0;
|
52
|
+
--color-sf-danger-text: 0, 0, 0;
|
53
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
54
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
55
|
+
}
|
56
|
+
|
57
|
+
.e-avatar {
|
58
|
+
-ms-flex-line-pack: center;
|
59
|
+
align-content: center;
|
60
|
+
-ms-flex-align: center;
|
61
|
+
align-items: center;
|
62
|
+
background-color: rgba(var(--color-sf-primary-container));
|
63
|
+
background-position: center;
|
64
|
+
background-repeat: no-repeat;
|
65
|
+
background-size: cover;
|
66
|
+
border-radius: 4px;
|
67
|
+
color: rgba(var(--color-sf-on-primary-container));
|
68
|
+
display: -ms-inline-flexbox;
|
69
|
+
display: inline-flex;
|
70
|
+
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
|
71
|
+
font-size: 20px;
|
72
|
+
font-weight: 500;
|
73
|
+
height: 40px;
|
74
|
+
-ms-flex-pack: center;
|
75
|
+
justify-content: center;
|
76
|
+
overflow: hidden;
|
77
|
+
position: relative;
|
78
|
+
width: 40px;
|
79
|
+
line-height: 20px;
|
80
|
+
}
|
81
|
+
.e-avatar img {
|
82
|
+
height: 100%;
|
83
|
+
width: auto;
|
84
|
+
}
|
85
|
+
.e-avatar.e-avatar-circle {
|
86
|
+
border-radius: 50%;
|
87
|
+
}
|
88
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
89
|
+
border-radius: 50%;
|
90
|
+
}
|
91
|
+
.e-avatar.e-avatar-xsmall {
|
92
|
+
font-size: 14px;
|
93
|
+
height: 24px;
|
94
|
+
line-height: 14px;
|
95
|
+
width: 24px;
|
96
|
+
}
|
97
|
+
.e-avatar.e-avatar-small {
|
98
|
+
font-size: 18px;
|
99
|
+
height: 32px;
|
100
|
+
line-height: 18px;
|
101
|
+
width: 32px;
|
102
|
+
}
|
103
|
+
.e-avatar.e-avatar-large {
|
104
|
+
font-size: 26px;
|
105
|
+
height: 48px;
|
106
|
+
line-height: 26px;
|
107
|
+
width: 48px;
|
108
|
+
}
|
109
|
+
.e-avatar.e-avatar-xlarge {
|
110
|
+
font-size: 30px;
|
111
|
+
height: 56px;
|
112
|
+
line-height: 30px;
|
113
|
+
width: 56px;
|
114
|
+
}
|
@@ -0,0 +1,170 @@
|
|
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
|
+
:root {
|
3
|
+
--color-sf-black: 0, 0, 0;
|
4
|
+
--color-sf-white: 255, 255, 255;
|
5
|
+
--color-sf-primary: 103, 80, 164;
|
6
|
+
--color-sf-primary-container: 234, 221, 255;
|
7
|
+
--color-sf-secondary: 98, 91, 113;
|
8
|
+
--color-sf-secondary-container: 232, 222, 248;
|
9
|
+
--color-sf-tertiary: 125, 82, 96;
|
10
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
11
|
+
--color-sf-surface: 255, 255, 255;
|
12
|
+
--color-sf-surface-variant: 231, 224, 236;
|
13
|
+
--color-sf-background: var(--color-sf-surface);
|
14
|
+
--color-sf-on-primary: 255, 255, 255;
|
15
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
16
|
+
--color-sf-on-secondary: 255, 255, 255;
|
17
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
18
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
19
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
20
|
+
--color-sf-on-surface: 28, 27, 31;
|
21
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
22
|
+
--color-sf-on-background: 28, 27, 31;
|
23
|
+
--color-sf-outline: 121, 116, 126;
|
24
|
+
--color-sf-outline-variant: 196, 199, 197;
|
25
|
+
--color-sf-shadow: 0, 0, 0;
|
26
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
27
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
28
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
29
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
30
|
+
--color-sf-scrim: 0, 0, 0;
|
31
|
+
--color-sf-error: 179, 38, 30;
|
32
|
+
--color-sf-error-container: 249, 222, 220;
|
33
|
+
--color-sf-on-error: 255, 250, 250;
|
34
|
+
--color-sf-on-error-container: 65, 14, 11;
|
35
|
+
--color-sf-success: 32, 81, 7;
|
36
|
+
--color-sf-success-container: 209, 255, 186;
|
37
|
+
--color-sf-on-success: 244, 255, 239;
|
38
|
+
--color-sf-on-success-container: 13, 39, 0;
|
39
|
+
--color-sf-info: 1, 87, 155;
|
40
|
+
--color-sf-info-container: 233, 245, 255;
|
41
|
+
--color-sf-on-info: 250, 253, 255;
|
42
|
+
--color-sf-on-info-container: 0, 51, 91;
|
43
|
+
--color-sf-warning: 145, 76, 0;
|
44
|
+
--color-sf-warning-container: 254, 236, 222;
|
45
|
+
--color-sf-on-warning: 255, 255, 255;
|
46
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
47
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
48
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
49
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
50
|
+
--color-sf-success-text: 255, 255, 255;
|
51
|
+
--color-sf-warning-text: 255, 255, 255;
|
52
|
+
--color-sf-danger-text: 255, 255, 255;
|
53
|
+
--color-sf-info-text: 255, 255, 255;
|
54
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
55
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
56
|
+
}
|
57
|
+
|
58
|
+
.e-dark-mode {
|
59
|
+
--color-sf-black: 0, 0, 0;
|
60
|
+
--color-sf-white: 255, 255, 255;
|
61
|
+
--color-sf-primary: 208, 188, 255;
|
62
|
+
--color-sf-primary-container: 79, 55, 139;
|
63
|
+
--color-sf-secondary: 204, 194, 220;
|
64
|
+
--color-sf-secondary-container: 74, 68, 88;
|
65
|
+
--color-sf-tertiary: 239, 184, 200;
|
66
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
67
|
+
--color-sf-surface: 28, 27, 31;
|
68
|
+
--color-sf-surface-variant: 28, 27, 31;
|
69
|
+
--color-sf-background: var(--color-sf-surface);
|
70
|
+
--color-sf-on-primary: 55, 30, 115;
|
71
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
72
|
+
--color-sf-on-secondary: 51, 45, 65;
|
73
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
74
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
75
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
76
|
+
--color-sf-on-surface: 230, 225, 229;
|
77
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
78
|
+
--color-sf-on-background: 230, 225, 229;
|
79
|
+
--color-sf-outline: 147, 143, 153;
|
80
|
+
--color-sf-outline-variant: 68, 71, 70;
|
81
|
+
--color-sf-shadow: 0, 0, 0;
|
82
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
83
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
84
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
85
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
86
|
+
--color-sf-scrim: 0, 0, 0;
|
87
|
+
--color-sf-error: 242, 184, 181;
|
88
|
+
--color-sf-error-container: 140, 29, 24;
|
89
|
+
--color-sf-on-error: 96, 20, 16;
|
90
|
+
--color-sf-on-error-container: 249, 222, 220;
|
91
|
+
--color-sf-success: 83, 202, 23;
|
92
|
+
--color-sf-success-container: 22, 62, 2;
|
93
|
+
--color-sf-on-success: 13, 39, 0;
|
94
|
+
--color-sf-on-success-container: 183, 250, 150;
|
95
|
+
--color-sf-info: 71, 172, 251;
|
96
|
+
--color-sf-info-container: 0, 67, 120;
|
97
|
+
--color-sf-on-info: 0, 51, 91;
|
98
|
+
--color-sf-on-info-container: 173, 219, 255;
|
99
|
+
--color-sf-warning: 245, 180, 130;
|
100
|
+
--color-sf-warning-container: 123, 65, 0;
|
101
|
+
--color-sf-on-warning: 99, 52, 0;
|
102
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
103
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
104
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
105
|
+
--color-sf-success-text: 0, 0, 0;
|
106
|
+
--color-sf-warning-text: 0, 0, 0;
|
107
|
+
--color-sf-info-text: 0, 0, 0;
|
108
|
+
--color-sf-danger-text: 0, 0, 0;
|
109
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
110
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
111
|
+
}
|
112
|
+
|
113
|
+
.e-avatar {
|
114
|
+
-ms-flex-line-pack: center;
|
115
|
+
align-content: center;
|
116
|
+
-ms-flex-align: center;
|
117
|
+
align-items: center;
|
118
|
+
background-color: rgba(var(--color-sf-primary-container));
|
119
|
+
background-position: center;
|
120
|
+
background-repeat: no-repeat;
|
121
|
+
background-size: cover;
|
122
|
+
border-radius: 4px;
|
123
|
+
color: rgba(var(--color-sf-on-primary-container));
|
124
|
+
display: -ms-inline-flexbox;
|
125
|
+
display: inline-flex;
|
126
|
+
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
|
127
|
+
font-size: 20px;
|
128
|
+
font-weight: 500;
|
129
|
+
height: 40px;
|
130
|
+
-ms-flex-pack: center;
|
131
|
+
justify-content: center;
|
132
|
+
overflow: hidden;
|
133
|
+
position: relative;
|
134
|
+
width: 40px;
|
135
|
+
line-height: 20px;
|
136
|
+
}
|
137
|
+
.e-avatar img {
|
138
|
+
height: 100%;
|
139
|
+
width: auto;
|
140
|
+
}
|
141
|
+
.e-avatar.e-avatar-circle {
|
142
|
+
border-radius: 50%;
|
143
|
+
}
|
144
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
145
|
+
border-radius: 50%;
|
146
|
+
}
|
147
|
+
.e-avatar.e-avatar-xsmall {
|
148
|
+
font-size: 14px;
|
149
|
+
height: 24px;
|
150
|
+
line-height: 14px;
|
151
|
+
width: 24px;
|
152
|
+
}
|
153
|
+
.e-avatar.e-avatar-small {
|
154
|
+
font-size: 18px;
|
155
|
+
height: 32px;
|
156
|
+
line-height: 18px;
|
157
|
+
width: 32px;
|
158
|
+
}
|
159
|
+
.e-avatar.e-avatar-large {
|
160
|
+
font-size: 26px;
|
161
|
+
height: 48px;
|
162
|
+
line-height: 26px;
|
163
|
+
width: 48px;
|
164
|
+
}
|
165
|
+
.e-avatar.e-avatar-xlarge {
|
166
|
+
font-size: 30px;
|
167
|
+
height: 56px;
|
168
|
+
line-height: 30px;
|
169
|
+
width: 56px;
|
170
|
+
}
|
package/styles/bootstrap4.css
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
}
|
57
57
|
.e-bigger .e-card .e-card-content,
|
58
58
|
.e-bigger.e-card .e-card-content {
|
59
|
-
font-size:
|
59
|
+
font-size: 14px;
|
60
60
|
}
|
61
61
|
.e-bigger .e-card > .e-card-header-title,
|
62
62
|
.e-bigger.e-card > .e-card-header-title {
|
@@ -92,6 +92,7 @@
|
|
92
92
|
.e-bigger.e-card .e-card-header {
|
93
93
|
min-height: 30px;
|
94
94
|
padding: 20px;
|
95
|
+
padding-bottom: 0;
|
95
96
|
}
|
96
97
|
.e-bigger .e-card .e-card-header .e-card-content,
|
97
98
|
.e-bigger.e-card .e-card-header .e-card-content {
|
@@ -178,7 +179,7 @@
|
|
178
179
|
}
|
179
180
|
.e-bigger .e-card .e-card-content,
|
180
181
|
.e-bigger.e-card .e-card-content {
|
181
|
-
padding:
|
182
|
+
padding: 16px;
|
182
183
|
}
|
183
184
|
.e-bigger .e-card .e-card-content + :not(.e-card-content),
|
184
185
|
.e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical,
|
@@ -60,6 +60,7 @@ $card-hor-image-bigger-margin: 2px !default;
|
|
60
60
|
$card-sep-bigger-margin: 16px 0 !default;
|
61
61
|
$card-header-bigger-minheight: 30px !default;
|
62
62
|
$card-header-bigger-padding: 20px !default;
|
63
|
+
$card-header-bigger-padding-bottom: 0 !default;
|
63
64
|
$card-header-txt-bigger-padding: 0 0 0 12px !default;
|
64
65
|
$card-header-txt-title-bigger-lheight: 24px !default;
|
65
66
|
$card-header-txt-title-bigger-padding: 12px 0 0 !default;
|
@@ -76,10 +77,10 @@ $card-action-bigger-btn-vertical-margin: 0 0 10px 0 !default;
|
|
76
77
|
$card-action-btn-bigger-height: 38px !default;
|
77
78
|
$card-action-btn-bigger-margin: 0 0 0 20px !default;
|
78
79
|
$card-action-btn-bigger-padding: 0 6px !default;
|
79
|
-
$card-bigger-content-padding:
|
80
|
+
$card-bigger-content-padding: 16px !default;
|
80
81
|
$card-header-txt-bigger-title-font: 20px !default;
|
81
82
|
$card-txt-bigger-title-font: 20px !default;
|
82
|
-
$card-content-bigger-font-size:
|
83
|
+
$card-content-bigger-font-size: 14px !default;
|
83
84
|
$card-header-txt-bigger-subtitle-font: 16px !default;
|
84
85
|
$card-image-title-bigger-font: 20px !default;
|
85
86
|
$card-action-btn-bigger-icon-width: 24px !default;
|
package/styles/card/_layout.scss
CHANGED
@@ -52,7 +52,7 @@
|
|
52
52
|
min-height: $card-header-bigger-minheight;
|
53
53
|
padding: $card-header-bigger-padding;
|
54
54
|
|
55
|
-
@if $skin-name == 'bootstrap5' {
|
55
|
+
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap4' {
|
56
56
|
padding-bottom: $card-header-bigger-padding-bottom;
|
57
57
|
}
|
58
58
|
|
@@ -178,7 +178,7 @@
|
|
178
178
|
&:hover {
|
179
179
|
@if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
|
180
180
|
border-width: 2px;
|
181
|
-
padding:
|
181
|
+
padding: 1px;
|
182
182
|
}
|
183
183
|
}
|
184
184
|
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './material3-definition.scss';
|
@@ -0,0 +1,125 @@
|
|
1
|
+
//Layout Variables Start
|
2
|
+
$card-img-brdr-radious: 50% !default;
|
3
|
+
$card-brdr-radious: 12px !default;
|
4
|
+
$card-action-btn-txt-transform: none !default;
|
5
|
+
|
6
|
+
// Font
|
7
|
+
$card-header-font: $text-sm !default;
|
8
|
+
$card-title-font: $text-sm !default;
|
9
|
+
$card-action-btn-icon-font: $text-xs !default;
|
10
|
+
$card-action-btn-font: $text-xs !default;
|
11
|
+
$card-content-font-size: $text-sm !default;
|
12
|
+
$card-content-bigger-font-size: $text-sm !default;
|
13
|
+
$card-header-title-font: $text-sm !default;
|
14
|
+
$card-header-sub-title-font: $text-xs !default;
|
15
|
+
|
16
|
+
// Mouse
|
17
|
+
$card-content-line-height: $leading-normal !default;
|
18
|
+
$card-nrml-lheight: 36px !default;
|
19
|
+
$card-nrml-mheight: 36px !default;
|
20
|
+
$card-header-padding: 12px !default;
|
21
|
+
$card-header-lheight: $leading-snug !default;
|
22
|
+
$card-title-nrml-padding: 12px !default;
|
23
|
+
$card-title-nrml-lheight: $leading-normal !default;
|
24
|
+
$card-hor-image-margin: 2px !default;
|
25
|
+
$card-sep-margin: 12px 0 !default;
|
26
|
+
$card-header-minheight: 22.5px !default;
|
27
|
+
$card-header-nrml-padding: 12px !default;
|
28
|
+
$card-header-nrml-padding-bottom: 0 !default;
|
29
|
+
$card-header-txt-nrml-padding: 0 0 0 12px !default;
|
30
|
+
$card-header-txt-title-lheight: $leading-normal !default;
|
31
|
+
$card-header-txt-title-nrml-padding: 4px 0 0 !default;
|
32
|
+
$card-header-txt-subtitle-lheight: $leading-normal !default;
|
33
|
+
$card-header-image-width: 52px !default;
|
34
|
+
$card-header-image-height: 50px !default;
|
35
|
+
$card-image-mheight: 112.5px !default;
|
36
|
+
$card-image-title-lheight: 30px !default;
|
37
|
+
$card-image-title-mheight: 30px !default;
|
38
|
+
$card-action-nrml-vertical-padding: 12px !default;
|
39
|
+
$card-action-nrml-btn-vertical-margin: 0 0 0 8px !default;
|
40
|
+
$card-action-btn-nrml-height: 30px !default;
|
41
|
+
$card-action-btn-nrml-margin: 0 0 0 8px !default;
|
42
|
+
$card-action-btn-nrml-padding: 0 6px !default;
|
43
|
+
$card-nrml-content-padding: 12px !default;
|
44
|
+
$card-header-txt-nrml-title-font: $text-sm !default;
|
45
|
+
$card-header-txt-nrml-subtitle-font: $text-xs !default;
|
46
|
+
$card-image-title-font: $text-sm !default;
|
47
|
+
$card-action-btn-icon-width: 24px !default;
|
48
|
+
$card-action-btn-icon-height: 24px !default;
|
49
|
+
|
50
|
+
// Touch
|
51
|
+
$card-bigger-lheight: 48px !default;
|
52
|
+
$card-bigger-mheight: 48px !default;
|
53
|
+
$card-header-bigger-padding: 16px !default;
|
54
|
+
$card-header-bigger-padding-bottom: 0 !default;
|
55
|
+
$card-header-bigger-lheight: $leading-normal !default;
|
56
|
+
$card-title-bigger-margin: 16px !default;
|
57
|
+
$card-title-bigger-lheight: $leading-normal !default;
|
58
|
+
$card-hor-image-bigger-margin: 2px !default;
|
59
|
+
$card-sep-bigger-margin: 16px 0 !default;
|
60
|
+
$card-header-bigger-minheight: 30px !default;
|
61
|
+
$card-header-txt-bigger-padding: 0 0 0 16px !default;
|
62
|
+
$card-header-txt-title-bigger-lheight: $leading-normal !default;
|
63
|
+
$card-header-txt-title-bigger-padding: 8px 0 0 !default;
|
64
|
+
$card-header-txt-subtitle-bigger-lheight: $leading-normal !default;
|
65
|
+
$card-header-image-bigger-width: 55px !default;
|
66
|
+
$card-header-image-bigger-height: 60px !default;
|
67
|
+
$card-image-bigger-mheight: 150px !default;
|
68
|
+
$card-image-title-bigger-lheight: $leading-tight !default;
|
69
|
+
$card-image-title-bigger-mheight: 40px !default;
|
70
|
+
$card-img-title-bigger-padding: 12px 16px !default;
|
71
|
+
$card-action-bigger-padding: 16px !default;
|
72
|
+
$card-action-bigger-vertical-padding: 16px 20px !default;
|
73
|
+
$card-action-bigger-btn-vertical-margin: 0 0 7px 0 !default;
|
74
|
+
$card-action-btn-bigger-height: 38px !default;
|
75
|
+
$card-action-btn-bigger-margin: 0 0 0 13px !default;
|
76
|
+
$card-action-btn-bigger-padding: 0 8px !default;
|
77
|
+
$card-bigger-content-padding: 16px !default;
|
78
|
+
$card-header-txt-bigger-title-font: $text-base !default;
|
79
|
+
$card-header-txt-bigger-subtitle-font: $text-sm !default;
|
80
|
+
$card-image-title-bigger-font: 16px !default;
|
81
|
+
$card-action-btn-bigger-icon-width: 24px !default;
|
82
|
+
$card-action-btn-bigger-icon-height: 24px !default;
|
83
|
+
$card-image-title-nrml-padding: 12px 16px !default;
|
84
|
+
$card-action-nrml-padding: 12px !default;
|
85
|
+
|
86
|
+
//Layout Variables End
|
87
|
+
|
88
|
+
//Theme Variables Start
|
89
|
+
$card-highlight-color: rgba($primary) !default;
|
90
|
+
$card-bg-color: $content-bg-color-alt1 !default;
|
91
|
+
$card-focus-bg-color: $content-bg-color-alt1 !default;
|
92
|
+
$card-hover-bg-color: $content-bg-color-alt1 !default;
|
93
|
+
$card-active-bg-color: $content-bg-color-alt1 !default;
|
94
|
+
$card-focus-brdr-color: rgba($border-light) !default;
|
95
|
+
$card-hover-brdr-color: $border-dark !default;
|
96
|
+
$card-active-brdr-color: rgba($primary) !default;
|
97
|
+
$card-brdr-size: none !default;
|
98
|
+
$card-brdr-type: none !default;
|
99
|
+
$card-brdr-color: none !default;
|
100
|
+
$card-sep-brdr-size: 1px !default;
|
101
|
+
$card-sep-brdr-type: solid !default;
|
102
|
+
$card-sep-brdr-color: rgba($border-light) !default;
|
103
|
+
$card-image-title-color: rgba($white) !default;
|
104
|
+
$card-image-title-bg: $overlay-bg-color !default;
|
105
|
+
$card-action-btn-bg-color: rgba($primary-bg-color) !default;
|
106
|
+
$card-action-btn-font-color: rgba($primary-text) !default;
|
107
|
+
$card-action-btn-border: 1px solid rgba($primary) !default;
|
108
|
+
$card-action-btn-hover-bg: rgba($primary) !default;
|
109
|
+
$card-action-btn-hover-border: 1px solid $secondary-border-color-hover !default;
|
110
|
+
$card-action-btn-hover-font: rgba($primary-text) !default;
|
111
|
+
$card-action-btn-focus-bg: $secondary-bg-color-focus !default;
|
112
|
+
$card-action-btn-focus-border: 1px solid !default;
|
113
|
+
$card-action-btn-focus-font: $secondary-text-color-focus !default;
|
114
|
+
$card-action-btn-pressed-bg: $secondary-bg-color-pressed !default;
|
115
|
+
$card-action-btn-pressed-border: 1px solid $secondary-border-color-pressed !default;
|
116
|
+
$card-action-btn-pressed-font: rgba($secondary-text-color-pressed) !default;
|
117
|
+
$card-font-color: rgba($content-text-color) !default;
|
118
|
+
$card-header-txt-title-color: rgba($content-text-color) !default;
|
119
|
+
$card-header-txt-subtitle-color: rgba($content-text-color) !default;
|
120
|
+
$card-content-font-color: rgba($content-text-color) !default;
|
121
|
+
$card-box-shadow: $shadow-md !default;
|
122
|
+
$card-action-btn-icon-color: rgba($primary) !default;
|
123
|
+
$card-hover-box-shadow: $shadow-lg !default;
|
124
|
+
|
125
|
+
//Theme Variables End
|
@@ -10,7 +10,7 @@
|
|
10
10
|
}
|
11
11
|
.e-bigger .e-card .e-card-content,
|
12
12
|
.e-bigger.e-card .e-card-content {
|
13
|
-
font-size:
|
13
|
+
font-size: 14px;
|
14
14
|
}
|
15
15
|
.e-bigger .e-card > .e-card-header-title,
|
16
16
|
.e-bigger.e-card > .e-card-header-title {
|
@@ -46,6 +46,7 @@
|
|
46
46
|
.e-bigger.e-card .e-card-header {
|
47
47
|
min-height: 30px;
|
48
48
|
padding: 20px;
|
49
|
+
padding-bottom: 0;
|
49
50
|
}
|
50
51
|
.e-bigger .e-card .e-card-header .e-card-content,
|
51
52
|
.e-bigger.e-card .e-card-header .e-card-content {
|
@@ -132,7 +133,7 @@
|
|
132
133
|
}
|
133
134
|
.e-bigger .e-card .e-card-content,
|
134
135
|
.e-bigger.e-card .e-card-content {
|
135
|
-
padding:
|
136
|
+
padding: 16px;
|
136
137
|
}
|
137
138
|
.e-bigger .e-card .e-card-content + :not(.e-card-content),
|
138
139
|
.e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical,
|
package/styles/card/fabric.css
CHANGED