@syncfusion/ej2-angular-layouts 20.2.45 → 20.2.46-ngcc
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/@syncfusion/ej2-angular-layouts.es5.js +495 -0
- package/@syncfusion/ej2-angular-layouts.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-layouts.js +447 -0
- package/@syncfusion/ej2-angular-layouts.js.map +1 -0
- package/CHANGELOG.md +557 -0
- package/dist/ej2-angular-layouts.umd.js +522 -0
- package/dist/ej2-angular-layouts.umd.js.map +1 -0
- package/dist/ej2-angular-layouts.umd.min.js +11 -0
- package/dist/ej2-angular-layouts.umd.min.js.map +1 -0
- package/ej2-angular-layouts.d.ts +6 -0
- package/ej2-angular-layouts.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +50 -0
- package/schematics/generators/dashboardlayout-default/index.d.ts +3 -0
- package/schematics/generators/dashboardlayout-default/index.js +8 -0
- package/schematics/generators/dashboardlayout-default/sample-details.d.ts +5 -0
- package/schematics/generators/dashboardlayout-default/sample-details.js +7 -0
- package/schematics/generators/dashboardlayout-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +14 -0
- package/schematics/generators/dashboardlayout-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/dashboardlayout-default/schema.d.ts +3 -0
- package/schematics/generators/dashboardlayout-default/schema.js +2 -0
- package/schematics/generators/dashboardlayout-default/schema.json +125 -0
- package/schematics/generators/dashboardlayout-dragging/index.d.ts +3 -0
- package/schematics/generators/dashboardlayout-dragging/index.js +8 -0
- package/schematics/generators/dashboardlayout-dragging/sample-details.d.ts +5 -0
- package/schematics/generators/dashboardlayout-dragging/sample-details.js +7 -0
- package/schematics/generators/dashboardlayout-dragging/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +14 -0
- package/schematics/generators/dashboardlayout-dragging/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/dashboardlayout-dragging/schema.d.ts +3 -0
- package/schematics/generators/dashboardlayout-dragging/schema.js +2 -0
- package/schematics/generators/dashboardlayout-dragging/schema.json +125 -0
- package/schematics/generators/dashboardlayout-floating/index.d.ts +3 -0
- package/schematics/generators/dashboardlayout-floating/index.js +8 -0
- package/schematics/generators/dashboardlayout-floating/sample-details.d.ts +5 -0
- package/schematics/generators/dashboardlayout-floating/sample-details.js +7 -0
- package/schematics/generators/dashboardlayout-floating/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +45 -0
- package/schematics/generators/dashboardlayout-floating/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/dashboardlayout-floating/schema.d.ts +3 -0
- package/schematics/generators/dashboardlayout-floating/schema.js +2 -0
- package/schematics/generators/dashboardlayout-floating/schema.json +125 -0
- package/schematics/generators/dashboardlayout-media-query/index.d.ts +3 -0
- package/schematics/generators/dashboardlayout-media-query/index.js +8 -0
- package/schematics/generators/dashboardlayout-media-query/sample-details.d.ts +5 -0
- package/schematics/generators/dashboardlayout-media-query/sample-details.js +7 -0
- package/schematics/generators/dashboardlayout-media-query/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +14 -0
- package/schematics/generators/dashboardlayout-media-query/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/dashboardlayout-media-query/schema.d.ts +3 -0
- package/schematics/generators/dashboardlayout-media-query/schema.js +2 -0
- package/schematics/generators/dashboardlayout-media-query/schema.json +125 -0
- package/schematics/generators/dashboardlayout-resizing/index.d.ts +3 -0
- package/schematics/generators/dashboardlayout-resizing/index.js +8 -0
- package/schematics/generators/dashboardlayout-resizing/sample-details.d.ts +5 -0
- package/schematics/generators/dashboardlayout-resizing/sample-details.js +7 -0
- package/schematics/generators/dashboardlayout-resizing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +14 -0
- package/schematics/generators/dashboardlayout-resizing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/dashboardlayout-resizing/schema.d.ts +3 -0
- package/schematics/generators/dashboardlayout-resizing/schema.js +2 -0
- package/schematics/generators/dashboardlayout-resizing/schema.json +125 -0
- package/schematics/generators/splitter-horizontalsplitter/index.d.ts +3 -0
- package/schematics/generators/splitter-horizontalsplitter/index.js +8 -0
- package/schematics/generators/splitter-horizontalsplitter/sample-details.d.ts +5 -0
- package/schematics/generators/splitter-horizontalsplitter/sample-details.js +7 -0
- package/schematics/generators/splitter-horizontalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +20 -0
- package/schematics/generators/splitter-horizontalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +30 -0
- package/schematics/generators/splitter-horizontalsplitter/schema.d.ts +3 -0
- package/schematics/generators/splitter-horizontalsplitter/schema.js +2 -0
- package/schematics/generators/splitter-horizontalsplitter/schema.json +125 -0
- package/schematics/generators/splitter-nestedsplitter/index.d.ts +3 -0
- package/schematics/generators/splitter-nestedsplitter/index.js +8 -0
- package/schematics/generators/splitter-nestedsplitter/sample-details.d.ts +5 -0
- package/schematics/generators/splitter-nestedsplitter/sample-details.js +7 -0
- package/schematics/generators/splitter-nestedsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +29 -0
- package/schematics/generators/splitter-nestedsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
- package/schematics/generators/splitter-nestedsplitter/schema.d.ts +3 -0
- package/schematics/generators/splitter-nestedsplitter/schema.js +2 -0
- package/schematics/generators/splitter-nestedsplitter/schema.json +125 -0
- package/schematics/generators/splitter-verticalsplitter/index.d.ts +3 -0
- package/schematics/generators/splitter-verticalsplitter/index.js +8 -0
- package/schematics/generators/splitter-verticalsplitter/sample-details.d.ts +5 -0
- package/schematics/generators/splitter-verticalsplitter/sample-details.js +7 -0
- package/schematics/generators/splitter-verticalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +20 -0
- package/schematics/generators/splitter-verticalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +31 -0
- package/schematics/generators/splitter-verticalsplitter/schema.d.ts +3 -0
- package/schematics/generators/splitter-verticalsplitter/schema.js +2 -0
- package/schematics/generators/splitter-verticalsplitter/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/dashboard-layout/dashboardlayout-all.module.d.ts +0 -6
- package/src/dashboard-layout/dashboardlayout.component.d.ts +0 -3
- package/src/dashboard-layout/dashboardlayout.module.d.ts +0 -7
- package/src/dashboard-layout/panels.directive.d.ts +0 -5
- package/src/splitter/panesettings.directive.d.ts +0 -5
- package/src/splitter/splitter-all.module.d.ts +0 -6
- package/src/splitter/splitter.component.d.ts +0 -3
- package/src/splitter/splitter.module.d.ts +0 -7
- package/styles/avatar/bootstrap-dark.scss +1 -3
- package/styles/avatar/bootstrap.scss +1 -3
- package/styles/avatar/bootstrap4.scss +1 -3
- package/styles/avatar/bootstrap5-dark.scss +1 -3
- package/styles/avatar/bootstrap5.scss +1 -3
- package/styles/avatar/fabric-dark.scss +1 -3
- package/styles/avatar/fabric.scss +1 -3
- package/styles/avatar/fluent-dark.scss +1 -3
- package/styles/avatar/fluent.scss +1 -3
- package/styles/avatar/highcontrast-light.scss +1 -3
- package/styles/avatar/highcontrast.scss +1 -3
- package/styles/avatar/material-dark.scss +1 -3
- package/styles/avatar/material.scss +1 -3
- package/styles/avatar/tailwind-dark.scss +1 -3
- package/styles/avatar/tailwind.scss +1 -3
- package/styles/bootstrap-dark.css +9 -11
- package/styles/bootstrap.css +9 -11
- package/styles/bootstrap4.css +9 -11
- package/styles/bootstrap5-dark.css +9 -11
- package/styles/bootstrap5.css +9 -11
- package/styles/card/bootstrap-dark.css +4 -5
- package/styles/card/bootstrap-dark.scss +1 -3
- package/styles/card/bootstrap.css +4 -5
- package/styles/card/bootstrap.scss +1 -3
- package/styles/card/bootstrap4.css +4 -5
- package/styles/card/bootstrap4.scss +1 -3
- package/styles/card/bootstrap5-dark.css +4 -5
- package/styles/card/bootstrap5-dark.scss +1 -3
- package/styles/card/bootstrap5.css +4 -5
- package/styles/card/bootstrap5.scss +1 -3
- package/styles/card/fabric-dark.css +4 -5
- package/styles/card/fabric-dark.scss +1 -3
- package/styles/card/fabric.css +4 -5
- package/styles/card/fabric.scss +1 -3
- package/styles/card/fluent-dark.css +4 -5
- package/styles/card/fluent-dark.scss +1 -3
- package/styles/card/fluent.css +4 -5
- package/styles/card/fluent.scss +1 -3
- package/styles/card/highcontrast-light.css +4 -5
- package/styles/card/highcontrast-light.scss +1 -3
- package/styles/card/highcontrast.css +4 -5
- package/styles/card/highcontrast.scss +1 -3
- package/styles/card/material-dark.css +4 -5
- package/styles/card/material-dark.scss +1 -3
- package/styles/card/material.css +4 -5
- package/styles/card/material.scss +1 -3
- package/styles/card/tailwind-dark.css +6 -3
- package/styles/card/tailwind-dark.scss +1 -3
- package/styles/card/tailwind.css +6 -3
- package/styles/card/tailwind.scss +1 -3
- package/styles/dashboard-layout/bootstrap-dark.css +0 -1
- package/styles/dashboard-layout/bootstrap-dark.scss +1 -4
- package/styles/dashboard-layout/bootstrap.css +0 -1
- package/styles/dashboard-layout/bootstrap.scss +1 -4
- package/styles/dashboard-layout/bootstrap4.css +0 -1
- package/styles/dashboard-layout/bootstrap4.scss +1 -4
- package/styles/dashboard-layout/bootstrap5-dark.css +0 -1
- package/styles/dashboard-layout/bootstrap5-dark.scss +1 -4
- package/styles/dashboard-layout/bootstrap5.css +0 -1
- package/styles/dashboard-layout/bootstrap5.scss +1 -4
- package/styles/dashboard-layout/fabric-dark.css +0 -1
- package/styles/dashboard-layout/fabric-dark.scss +1 -4
- package/styles/dashboard-layout/fabric.css +0 -1
- package/styles/dashboard-layout/fabric.scss +1 -4
- package/styles/dashboard-layout/fluent-dark.css +0 -1
- package/styles/dashboard-layout/fluent-dark.scss +1 -4
- package/styles/dashboard-layout/fluent.css +0 -1
- package/styles/dashboard-layout/fluent.scss +1 -4
- package/styles/dashboard-layout/highcontrast-light.css +0 -1
- package/styles/dashboard-layout/highcontrast-light.scss +1 -3
- package/styles/dashboard-layout/highcontrast.css +0 -1
- package/styles/dashboard-layout/highcontrast.scss +1 -4
- package/styles/dashboard-layout/material-dark.css +0 -1
- package/styles/dashboard-layout/material-dark.scss +1 -4
- package/styles/dashboard-layout/material.css +0 -1
- package/styles/dashboard-layout/material.scss +1 -4
- package/styles/dashboard-layout/tailwind-dark.css +0 -1
- package/styles/dashboard-layout/tailwind-dark.scss +1 -4
- package/styles/dashboard-layout/tailwind.css +0 -1
- package/styles/dashboard-layout/tailwind.scss +1 -4
- package/styles/fabric-dark.css +9 -11
- package/styles/fabric.css +9 -11
- package/styles/fluent-dark.css +9 -11
- package/styles/fluent.css +9 -11
- package/styles/highcontrast-light.css +9 -11
- package/styles/highcontrast.css +9 -11
- package/styles/material-dark.css +9 -11
- package/styles/material.css +9 -11
- package/styles/splitter/bootstrap-dark.css +5 -7
- package/styles/splitter/bootstrap-dark.scss +1 -4
- package/styles/splitter/bootstrap.css +5 -7
- package/styles/splitter/bootstrap.scss +1 -4
- package/styles/splitter/bootstrap4.css +5 -7
- package/styles/splitter/bootstrap4.scss +1 -4
- package/styles/splitter/bootstrap5-dark.css +5 -7
- package/styles/splitter/bootstrap5-dark.scss +1 -4
- package/styles/splitter/bootstrap5.css +5 -7
- package/styles/splitter/bootstrap5.scss +1 -4
- package/styles/splitter/fabric-dark.css +5 -7
- package/styles/splitter/fabric-dark.scss +1 -4
- package/styles/splitter/fabric.css +5 -7
- package/styles/splitter/fabric.scss +1 -4
- package/styles/splitter/fluent-dark.css +5 -7
- package/styles/splitter/fluent-dark.scss +1 -4
- package/styles/splitter/fluent.css +5 -7
- package/styles/splitter/fluent.scss +1 -4
- package/styles/splitter/highcontrast-light.css +5 -7
- package/styles/splitter/highcontrast-light.scss +1 -4
- package/styles/splitter/highcontrast.css +5 -7
- package/styles/splitter/highcontrast.scss +1 -4
- package/styles/splitter/material-dark.css +5 -7
- package/styles/splitter/material-dark.scss +1 -4
- package/styles/splitter/material.css +5 -7
- package/styles/splitter/material.scss +1 -4
- package/styles/splitter/tailwind-dark.css +5 -7
- package/styles/splitter/tailwind-dark.scss +1 -4
- package/styles/splitter/tailwind.css +5 -7
- package/styles/splitter/tailwind.scss +1 -4
- package/styles/tailwind-dark.css +11 -9
- package/styles/tailwind.css +11 -9
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +0 -23
- package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +0 -64
- package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +0 -34
- package/esm2020/src/dashboard-layout/panels.directive.mjs +0 -72
- package/esm2020/src/index.mjs +0 -10
- package/esm2020/src/splitter/panesettings.directive.mjs +0 -66
- package/esm2020/src/splitter/splitter-all.module.mjs +0 -23
- package/esm2020/src/splitter/splitter.component.mjs +0 -64
- package/esm2020/src/splitter/splitter.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-layouts.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs +0 -354
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs +0 -354
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +0 -1
- package/styles/avatar/_all.scss +0 -1
- package/styles/avatar/_bootstrap-dark-definition.scss +0 -18
- package/styles/avatar/_bootstrap-definition.scss +0 -18
- package/styles/avatar/_bootstrap4-definition.scss +0 -18
- package/styles/avatar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/avatar/_bootstrap5-definition.scss +0 -26
- package/styles/avatar/_fabric-dark-definition.scss +0 -18
- package/styles/avatar/_fabric-definition.scss +0 -18
- package/styles/avatar/_fluent-dark-definition.scss +0 -1
- package/styles/avatar/_fluent-definition.scss +0 -25
- package/styles/avatar/_fusionnew-definition.scss +0 -26
- package/styles/avatar/_highcontrast-definition.scss +0 -18
- package/styles/avatar/_highcontrast-light-definition.scss +0 -18
- package/styles/avatar/_layout.scss +0 -75
- package/styles/avatar/_material-dark-definition.scss +0 -18
- package/styles/avatar/_material-definition.scss +0 -18
- package/styles/avatar/_material3-definition.scss +0 -26
- package/styles/avatar/_tailwind-dark-definition.scss +0 -1
- package/styles/avatar/_tailwind-definition.scss +0 -25
- package/styles/avatar/_theme.scss +0 -1
- package/styles/card/_all.scss +0 -2
- package/styles/card/_bootstrap-dark-definition.scss +0 -246
- package/styles/card/_bootstrap-definition.scss +0 -126
- package/styles/card/_bootstrap4-definition.scss +0 -127
- package/styles/card/_bootstrap5-dark-definition.scss +0 -1
- package/styles/card/_bootstrap5-definition.scss +0 -127
- package/styles/card/_fabric-dark-definition.scss +0 -234
- package/styles/card/_fabric-definition.scss +0 -125
- package/styles/card/_fluent-dark-definition.scss +0 -1
- package/styles/card/_fluent-definition.scss +0 -132
- package/styles/card/_fusionnew-definition.scss +0 -127
- package/styles/card/_highcontrast-definition.scss +0 -126
- package/styles/card/_highcontrast-light-definition.scss +0 -247
- package/styles/card/_layout.scss +0 -527
- package/styles/card/_material-dark-definition.scss +0 -241
- package/styles/card/_material-definition.scss +0 -125
- package/styles/card/_material3-definition.scss +0 -127
- package/styles/card/_tailwind-dark-definition.scss +0 -1
- package/styles/card/_tailwind-definition.scss +0 -125
- package/styles/card/_theme.scss +0 -104
- package/styles/dashboard-layout/_all.scss +0 -2
- package/styles/dashboard-layout/_bootstrap-dark-definition.scss +0 -102
- package/styles/dashboard-layout/_bootstrap-definition.scss +0 -102
- package/styles/dashboard-layout/_bootstrap4-definition.scss +0 -102
- package/styles/dashboard-layout/_bootstrap5-dark-definition.scss +0 -1
- package/styles/dashboard-layout/_bootstrap5-definition.scss +0 -108
- package/styles/dashboard-layout/_fabric-dark-definition.scss +0 -103
- package/styles/dashboard-layout/_fabric-definition.scss +0 -102
- package/styles/dashboard-layout/_fluent-dark-definition.scss +0 -1
- package/styles/dashboard-layout/_fluent-definition.scss +0 -111
- package/styles/dashboard-layout/_fusionnew-definition.scss +0 -108
- package/styles/dashboard-layout/_highcontrast-definition.scss +0 -100
- package/styles/dashboard-layout/_highcontrast-light-definition.scss +0 -100
- package/styles/dashboard-layout/_layout.scss +0 -263
- package/styles/dashboard-layout/_material-dark-definition.scss +0 -103
- package/styles/dashboard-layout/_material-definition.scss +0 -102
- package/styles/dashboard-layout/_material3-definition.scss +0 -108
- package/styles/dashboard-layout/_tailwind-dark-definition.scss +0 -1
- package/styles/dashboard-layout/_tailwind-definition.scss +0 -109
- package/styles/dashboard-layout/_theme.scss +0 -128
- package/styles/dashboard-layout/icons/_bootstrap-dark.scss +0 -80
- package/styles/dashboard-layout/icons/_bootstrap.scss +0 -80
- package/styles/dashboard-layout/icons/_bootstrap4.scss +0 -80
- package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_bootstrap5.scss +0 -80
- package/styles/dashboard-layout/icons/_fabric-dark.scss +0 -80
- package/styles/dashboard-layout/icons/_fabric.scss +0 -80
- package/styles/dashboard-layout/icons/_fluent-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_fluent.scss +0 -80
- package/styles/dashboard-layout/icons/_fusionnew.scss +0 -80
- package/styles/dashboard-layout/icons/_highcontrast.scss +0 -80
- package/styles/dashboard-layout/icons/_material-dark.scss +0 -80
- package/styles/dashboard-layout/icons/_material.scss +0 -80
- package/styles/dashboard-layout/icons/_material3.scss +0 -80
- package/styles/dashboard-layout/icons/_tailwind-dark.scss +0 -80
- package/styles/dashboard-layout/icons/_tailwind.scss +0 -80
- package/styles/splitter/_all.scss +0 -3
- package/styles/splitter/_bootstrap-dark-definition.scss +0 -27
- package/styles/splitter/_bootstrap-definition.scss +0 -27
- package/styles/splitter/_bootstrap4-definition.scss +0 -27
- package/styles/splitter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/splitter/_bootstrap5-definition.scss +0 -33
- package/styles/splitter/_definition.scss +0 -1
- package/styles/splitter/_fabric-dark-definition.scss +0 -27
- package/styles/splitter/_fabric-definition.scss +0 -27
- package/styles/splitter/_fluent-dark-definition.scss +0 -1
- package/styles/splitter/_fluent-definition.scss +0 -31
- package/styles/splitter/_fusionnew-definition.scss +0 -33
- package/styles/splitter/_highcontrast-definition.scss +0 -27
- package/styles/splitter/_highcontrast-light-definition.scss +0 -27
- package/styles/splitter/_layout.scss +0 -416
- package/styles/splitter/_material-dark-definition.scss +0 -27
- package/styles/splitter/_material-definition.scss +0 -28
- package/styles/splitter/_material3-definition.scss +0 -33
- package/styles/splitter/_responsive.scss +0 -1
- package/styles/splitter/_tailwind-dark-definition.scss +0 -1
- package/styles/splitter/_tailwind-definition.scss +0 -33
- package/styles/splitter/_theme.scss +0 -205
- package/styles/splitter/icons/_bootstrap-dark.scss +0 -52
- package/styles/splitter/icons/_bootstrap.scss +0 -52
- package/styles/splitter/icons/_bootstrap4.scss +0 -51
- package/styles/splitter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/splitter/icons/_bootstrap5.scss +0 -39
- package/styles/splitter/icons/_fabric-dark.scss +0 -52
- package/styles/splitter/icons/_fabric.scss +0 -52
- package/styles/splitter/icons/_fluent-dark.scss +0 -1
- package/styles/splitter/icons/_fluent.scss +0 -39
- package/styles/splitter/icons/_fusionnew.scss +0 -39
- package/styles/splitter/icons/_highcontrast-light.scss +0 -52
- package/styles/splitter/icons/_highcontrast.scss +0 -52
- package/styles/splitter/icons/_material-dark.scss +0 -51
- package/styles/splitter/icons/_material.scss +0 -51
- package/styles/splitter/icons/_material3.scss +0 -39
- package/styles/splitter/icons/_tailwind-dark.scss +0 -1
- package/styles/splitter/icons/_tailwind.scss +0 -39
- package/syncfusion-ej2-angular-layouts.d.ts +0 -5
package/styles/bootstrap4.css
CHANGED
@@ -343,12 +343,12 @@
|
|
343
343
|
}
|
344
344
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
345
345
|
font-size: 14px;
|
346
|
-
font-weight:
|
346
|
+
font-weight: 400;
|
347
347
|
line-height: 21px;
|
348
348
|
}
|
349
349
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
350
350
|
font-size: 14px;
|
351
|
-
font-weight:
|
351
|
+
font-weight: 400;
|
352
352
|
line-height: 16px;
|
353
353
|
padding: 10px 0 0;
|
354
354
|
}
|
@@ -456,8 +456,8 @@
|
|
456
456
|
text-overflow: ellipsis;
|
457
457
|
width: inherit;
|
458
458
|
}
|
459
|
-
.e-card .e-card-actions .e-card-btn,
|
460
|
-
.e-card .e-card-actions a {
|
459
|
+
.e-card .e-card-actions .e-card-btn else,
|
460
|
+
.e-card .e-card-actions a else {
|
461
461
|
border-radius: 2px;
|
462
462
|
}
|
463
463
|
.e-card .e-card-actions .e-card-btn,
|
@@ -493,7 +493,6 @@
|
|
493
493
|
}
|
494
494
|
|
495
495
|
/*! card theme */
|
496
|
-
/* stylelint-disable property-no-vendor-prefix */
|
497
496
|
.e-card {
|
498
497
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
499
498
|
background-color: #fff;
|
@@ -615,8 +614,8 @@
|
|
615
614
|
}
|
616
615
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
617
616
|
-ms-flex-preferred-size: 0 !important;
|
618
|
-
flex-basis: 0 !important;
|
619
|
-
overflow: hidden !important;
|
617
|
+
flex-basis: 0 !important;
|
618
|
+
overflow: hidden !important;
|
620
619
|
}
|
621
620
|
.e-splitter.e-splitter-horizontal {
|
622
621
|
-ms-flex-direction: row;
|
@@ -649,8 +648,8 @@
|
|
649
648
|
}
|
650
649
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
651
650
|
-ms-flex-preferred-size: 0 !important;
|
652
|
-
flex-basis: 0 !important;
|
653
|
-
overflow: hidden !important;
|
651
|
+
flex-basis: 0 !important;
|
652
|
+
overflow: hidden !important;
|
654
653
|
}
|
655
654
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
656
655
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -1052,8 +1051,7 @@
|
|
1052
1051
|
pointer-events: none;
|
1053
1052
|
}
|
1054
1053
|
|
1055
|
-
|
1056
|
-
/* stylelint-disable */
|
1054
|
+
/*! component's theme wise override bootstrap-definitions and variables */
|
1057
1055
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1058
1056
|
height: 100%;
|
1059
1057
|
padding: 20px 0;
|
@@ -352,12 +352,12 @@
|
|
352
352
|
}
|
353
353
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
354
354
|
font-size: 16px;
|
355
|
-
font-weight:
|
355
|
+
font-weight: 400;
|
356
356
|
line-height: 1.5;
|
357
357
|
}
|
358
358
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
359
359
|
font-size: 14px;
|
360
|
-
font-weight:
|
360
|
+
font-weight: 400;
|
361
361
|
line-height: 1.5;
|
362
362
|
padding: 4px 0 0;
|
363
363
|
}
|
@@ -465,8 +465,8 @@
|
|
465
465
|
text-overflow: ellipsis;
|
466
466
|
width: inherit;
|
467
467
|
}
|
468
|
-
.e-card .e-card-actions .e-card-btn,
|
469
|
-
.e-card .e-card-actions a {
|
468
|
+
.e-card .e-card-actions .e-card-btn else,
|
469
|
+
.e-card .e-card-actions a else {
|
470
470
|
border-radius: 2px;
|
471
471
|
}
|
472
472
|
.e-card .e-card-actions .e-card-btn,
|
@@ -502,7 +502,6 @@
|
|
502
502
|
}
|
503
503
|
|
504
504
|
/*! card theme */
|
505
|
-
/* stylelint-disable property-no-vendor-prefix */
|
506
505
|
.e-card {
|
507
506
|
-webkit-tap-highlight-color: #0d6efd;
|
508
507
|
background-color: #212529;
|
@@ -618,8 +617,8 @@
|
|
618
617
|
}
|
619
618
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
620
619
|
-ms-flex-preferred-size: 0 !important;
|
621
|
-
flex-basis: 0 !important;
|
622
|
-
overflow: hidden !important;
|
620
|
+
flex-basis: 0 !important;
|
621
|
+
overflow: hidden !important;
|
623
622
|
}
|
624
623
|
.e-splitter.e-splitter-horizontal {
|
625
624
|
-ms-flex-direction: row;
|
@@ -652,8 +651,8 @@
|
|
652
651
|
}
|
653
652
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
654
653
|
-ms-flex-preferred-size: 0 !important;
|
655
|
-
flex-basis: 0 !important;
|
656
|
-
overflow: hidden !important;
|
654
|
+
flex-basis: 0 !important;
|
655
|
+
overflow: hidden !important;
|
657
656
|
}
|
658
657
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
659
658
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -1055,8 +1054,7 @@
|
|
1055
1054
|
pointer-events: none;
|
1056
1055
|
}
|
1057
1056
|
|
1058
|
-
|
1059
|
-
/* stylelint-disable */
|
1057
|
+
/*! component's theme wise override tailwind-definitions and variables */
|
1060
1058
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1061
1059
|
height: 100%;
|
1062
1060
|
padding: 20px 0;
|
package/styles/bootstrap5.css
CHANGED
@@ -352,12 +352,12 @@
|
|
352
352
|
}
|
353
353
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
354
354
|
font-size: 16px;
|
355
|
-
font-weight:
|
355
|
+
font-weight: 400;
|
356
356
|
line-height: 1.5;
|
357
357
|
}
|
358
358
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
359
359
|
font-size: 14px;
|
360
|
-
font-weight:
|
360
|
+
font-weight: 400;
|
361
361
|
line-height: 1.5;
|
362
362
|
padding: 4px 0 0;
|
363
363
|
}
|
@@ -465,8 +465,8 @@
|
|
465
465
|
text-overflow: ellipsis;
|
466
466
|
width: inherit;
|
467
467
|
}
|
468
|
-
.e-card .e-card-actions .e-card-btn,
|
469
|
-
.e-card .e-card-actions a {
|
468
|
+
.e-card .e-card-actions .e-card-btn else,
|
469
|
+
.e-card .e-card-actions a else {
|
470
470
|
border-radius: 2px;
|
471
471
|
}
|
472
472
|
.e-card .e-card-actions .e-card-btn,
|
@@ -502,7 +502,6 @@
|
|
502
502
|
}
|
503
503
|
|
504
504
|
/*! card theme */
|
505
|
-
/* stylelint-disable property-no-vendor-prefix */
|
506
505
|
.e-card {
|
507
506
|
-webkit-tap-highlight-color: #0d6efd;
|
508
507
|
background-color: #fff;
|
@@ -618,8 +617,8 @@
|
|
618
617
|
}
|
619
618
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
620
619
|
-ms-flex-preferred-size: 0 !important;
|
621
|
-
flex-basis: 0 !important;
|
622
|
-
overflow: hidden !important;
|
620
|
+
flex-basis: 0 !important;
|
621
|
+
overflow: hidden !important;
|
623
622
|
}
|
624
623
|
.e-splitter.e-splitter-horizontal {
|
625
624
|
-ms-flex-direction: row;
|
@@ -652,8 +651,8 @@
|
|
652
651
|
}
|
653
652
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
654
653
|
-ms-flex-preferred-size: 0 !important;
|
655
|
-
flex-basis: 0 !important;
|
656
|
-
overflow: hidden !important;
|
654
|
+
flex-basis: 0 !important;
|
655
|
+
overflow: hidden !important;
|
657
656
|
}
|
658
657
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
659
658
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -1055,8 +1054,7 @@
|
|
1055
1054
|
pointer-events: none;
|
1056
1055
|
}
|
1057
1056
|
|
1058
|
-
|
1059
|
-
/* stylelint-disable */
|
1057
|
+
/*! component's theme wise override tailwind-definitions and variables */
|
1060
1058
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1061
1059
|
height: 100%;
|
1062
1060
|
padding: 20px 0;
|
@@ -294,12 +294,12 @@
|
|
294
294
|
}
|
295
295
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
296
296
|
font-size: 13px;
|
297
|
-
font-weight:
|
297
|
+
font-weight: 400;
|
298
298
|
line-height: 18px;
|
299
299
|
}
|
300
300
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
301
301
|
font-size: 12px;
|
302
|
-
font-weight:
|
302
|
+
font-weight: 400;
|
303
303
|
line-height: 14px;
|
304
304
|
padding: 0 0 8px;
|
305
305
|
}
|
@@ -407,8 +407,8 @@
|
|
407
407
|
text-overflow: ellipsis;
|
408
408
|
width: inherit;
|
409
409
|
}
|
410
|
-
.e-card .e-card-actions .e-card-btn,
|
411
|
-
.e-card .e-card-actions a {
|
410
|
+
.e-card .e-card-actions .e-card-btn else,
|
411
|
+
.e-card .e-card-actions a else {
|
412
412
|
border-radius: 2px;
|
413
413
|
}
|
414
414
|
.e-card .e-card-actions .e-card-btn,
|
@@ -444,7 +444,6 @@
|
|
444
444
|
}
|
445
445
|
|
446
446
|
/*! card theme */
|
447
|
-
/* stylelint-disable property-no-vendor-prefix */
|
448
447
|
.e-card {
|
449
448
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
450
449
|
background-color: #6e6e6e;
|
@@ -295,12 +295,12 @@
|
|
295
295
|
}
|
296
296
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
297
297
|
font-size: 14px;
|
298
|
-
font-weight:
|
298
|
+
font-weight: 400;
|
299
299
|
line-height: normal;
|
300
300
|
}
|
301
301
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
302
302
|
font-size: 14px;
|
303
|
-
font-weight:
|
303
|
+
font-weight: 400;
|
304
304
|
line-height: normal;
|
305
305
|
padding: 6px 0 0;
|
306
306
|
}
|
@@ -408,8 +408,8 @@
|
|
408
408
|
text-overflow: ellipsis;
|
409
409
|
width: inherit;
|
410
410
|
}
|
411
|
-
.e-card .e-card-actions .e-card-btn,
|
412
|
-
.e-card .e-card-actions a {
|
411
|
+
.e-card .e-card-actions .e-card-btn else,
|
412
|
+
.e-card .e-card-actions a else {
|
413
413
|
border-radius: 2px;
|
414
414
|
}
|
415
415
|
.e-card .e-card-actions .e-card-btn,
|
@@ -445,7 +445,6 @@
|
|
445
445
|
}
|
446
446
|
|
447
447
|
/*! card theme */
|
448
|
-
/* stylelint-disable property-no-vendor-prefix */
|
449
448
|
.e-card {
|
450
449
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
451
450
|
background-color: #fff;
|
@@ -300,12 +300,12 @@
|
|
300
300
|
}
|
301
301
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
302
302
|
font-size: 14px;
|
303
|
-
font-weight:
|
303
|
+
font-weight: 400;
|
304
304
|
line-height: 21px;
|
305
305
|
}
|
306
306
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
307
307
|
font-size: 14px;
|
308
|
-
font-weight:
|
308
|
+
font-weight: 400;
|
309
309
|
line-height: 16px;
|
310
310
|
padding: 10px 0 0;
|
311
311
|
}
|
@@ -413,8 +413,8 @@
|
|
413
413
|
text-overflow: ellipsis;
|
414
414
|
width: inherit;
|
415
415
|
}
|
416
|
-
.e-card .e-card-actions .e-card-btn,
|
417
|
-
.e-card .e-card-actions a {
|
416
|
+
.e-card .e-card-actions .e-card-btn else,
|
417
|
+
.e-card .e-card-actions a else {
|
418
418
|
border-radius: 2px;
|
419
419
|
}
|
420
420
|
.e-card .e-card-actions .e-card-btn,
|
@@ -450,7 +450,6 @@
|
|
450
450
|
}
|
451
451
|
|
452
452
|
/*! card theme */
|
453
|
-
/* stylelint-disable property-no-vendor-prefix */
|
454
453
|
.e-card {
|
455
454
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
456
455
|
background-color: #fff;
|
@@ -294,12 +294,12 @@
|
|
294
294
|
}
|
295
295
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
296
296
|
font-size: 16px;
|
297
|
-
font-weight:
|
297
|
+
font-weight: 400;
|
298
298
|
line-height: 1.5;
|
299
299
|
}
|
300
300
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
301
301
|
font-size: 14px;
|
302
|
-
font-weight:
|
302
|
+
font-weight: 400;
|
303
303
|
line-height: 1.5;
|
304
304
|
padding: 4px 0 0;
|
305
305
|
}
|
@@ -407,8 +407,8 @@
|
|
407
407
|
text-overflow: ellipsis;
|
408
408
|
width: inherit;
|
409
409
|
}
|
410
|
-
.e-card .e-card-actions .e-card-btn,
|
411
|
-
.e-card .e-card-actions a {
|
410
|
+
.e-card .e-card-actions .e-card-btn else,
|
411
|
+
.e-card .e-card-actions a else {
|
412
412
|
border-radius: 2px;
|
413
413
|
}
|
414
414
|
.e-card .e-card-actions .e-card-btn,
|
@@ -444,7 +444,6 @@
|
|
444
444
|
}
|
445
445
|
|
446
446
|
/*! card theme */
|
447
|
-
/* stylelint-disable property-no-vendor-prefix */
|
448
447
|
.e-card {
|
449
448
|
-webkit-tap-highlight-color: #0d6efd;
|
450
449
|
background-color: #212529;
|
@@ -294,12 +294,12 @@
|
|
294
294
|
}
|
295
295
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
296
296
|
font-size: 16px;
|
297
|
-
font-weight:
|
297
|
+
font-weight: 400;
|
298
298
|
line-height: 1.5;
|
299
299
|
}
|
300
300
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
301
301
|
font-size: 14px;
|
302
|
-
font-weight:
|
302
|
+
font-weight: 400;
|
303
303
|
line-height: 1.5;
|
304
304
|
padding: 4px 0 0;
|
305
305
|
}
|
@@ -407,8 +407,8 @@
|
|
407
407
|
text-overflow: ellipsis;
|
408
408
|
width: inherit;
|
409
409
|
}
|
410
|
-
.e-card .e-card-actions .e-card-btn,
|
411
|
-
.e-card .e-card-actions a {
|
410
|
+
.e-card .e-card-actions .e-card-btn else,
|
411
|
+
.e-card .e-card-actions a else {
|
412
412
|
border-radius: 2px;
|
413
413
|
}
|
414
414
|
.e-card .e-card-actions .e-card-btn,
|
@@ -444,7 +444,6 @@
|
|
444
444
|
}
|
445
445
|
|
446
446
|
/*! card theme */
|
447
|
-
/* stylelint-disable property-no-vendor-prefix */
|
448
447
|
.e-card {
|
449
448
|
-webkit-tap-highlight-color: #0d6efd;
|
450
449
|
background-color: #fff;
|
@@ -294,12 +294,12 @@
|
|
294
294
|
}
|
295
295
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
296
296
|
font-size: 13px;
|
297
|
-
font-weight:
|
297
|
+
font-weight: 400;
|
298
298
|
line-height: 18px;
|
299
299
|
}
|
300
300
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
301
301
|
font-size: 12px;
|
302
|
-
font-weight:
|
302
|
+
font-weight: 400;
|
303
303
|
line-height: 14px;
|
304
304
|
padding: 0 0 8px;
|
305
305
|
}
|
@@ -407,8 +407,8 @@
|
|
407
407
|
text-overflow: ellipsis;
|
408
408
|
width: inherit;
|
409
409
|
}
|
410
|
-
.e-card .e-card-actions .e-card-btn,
|
411
|
-
.e-card .e-card-actions a {
|
410
|
+
.e-card .e-card-actions .e-card-btn else,
|
411
|
+
.e-card .e-card-actions a else {
|
412
412
|
border-radius: 2px;
|
413
413
|
}
|
414
414
|
.e-card .e-card-actions .e-card-btn,
|
@@ -444,7 +444,6 @@
|
|
444
444
|
}
|
445
445
|
|
446
446
|
/*! card theme */
|
447
|
-
/* stylelint-disable property-no-vendor-prefix */
|
448
447
|
.e-card {
|
449
448
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
450
449
|
background-color: #201f1f;
|
package/styles/card/fabric.css
CHANGED
@@ -304,13 +304,13 @@
|
|
304
304
|
}
|
305
305
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
306
306
|
font-size: 14px;
|
307
|
-
font-weight:
|
307
|
+
font-weight: 400;
|
308
308
|
font-weight: 600;
|
309
309
|
line-height: normal;
|
310
310
|
}
|
311
311
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
312
312
|
font-size: 14px;
|
313
|
-
font-weight:
|
313
|
+
font-weight: 400;
|
314
314
|
line-height: normal;
|
315
315
|
padding: 6px 0 0;
|
316
316
|
}
|
@@ -418,8 +418,8 @@
|
|
418
418
|
text-overflow: ellipsis;
|
419
419
|
width: inherit;
|
420
420
|
}
|
421
|
-
.e-card .e-card-actions .e-card-btn,
|
422
|
-
.e-card .e-card-actions a {
|
421
|
+
.e-card .e-card-actions .e-card-btn else,
|
422
|
+
.e-card .e-card-actions a else {
|
423
423
|
border-radius: 2px;
|
424
424
|
}
|
425
425
|
.e-card .e-card-actions .e-card-btn,
|
@@ -455,7 +455,6 @@
|
|
455
455
|
}
|
456
456
|
|
457
457
|
/*! card theme */
|
458
|
-
/* stylelint-disable property-no-vendor-prefix */
|
459
458
|
.e-card {
|
460
459
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
461
460
|
background-color: #fff;
|
package/styles/card/fabric.scss
CHANGED
@@ -300,12 +300,12 @@
|
|
300
300
|
}
|
301
301
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
302
302
|
font-size: 16px;
|
303
|
-
font-weight:
|
303
|
+
font-weight: 400;
|
304
304
|
line-height: 1.5;
|
305
305
|
}
|
306
306
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
307
307
|
font-size: 12px;
|
308
|
-
font-weight:
|
308
|
+
font-weight: 400;
|
309
309
|
line-height: 1.5;
|
310
310
|
padding: 4px 0 0;
|
311
311
|
}
|
@@ -416,8 +416,8 @@
|
|
416
416
|
text-overflow: ellipsis;
|
417
417
|
width: inherit;
|
418
418
|
}
|
419
|
-
.e-card .e-card-actions .e-card-btn,
|
420
|
-
.e-card .e-card-actions a {
|
419
|
+
.e-card .e-card-actions .e-card-btn else,
|
420
|
+
.e-card .e-card-actions a else {
|
421
421
|
border-radius: 2px;
|
422
422
|
}
|
423
423
|
.e-card .e-card-actions .e-card-btn,
|
@@ -456,7 +456,6 @@
|
|
456
456
|
}
|
457
457
|
|
458
458
|
/*! card theme */
|
459
|
-
/* stylelint-disable property-no-vendor-prefix */
|
460
459
|
.e-card {
|
461
460
|
-webkit-tap-highlight-color: #0078d4;
|
462
461
|
background-color: #252423;
|
package/styles/card/fluent.css
CHANGED
@@ -300,12 +300,12 @@
|
|
300
300
|
}
|
301
301
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
302
302
|
font-size: 16px;
|
303
|
-
font-weight:
|
303
|
+
font-weight: 400;
|
304
304
|
line-height: 1.5;
|
305
305
|
}
|
306
306
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
307
307
|
font-size: 12px;
|
308
|
-
font-weight:
|
308
|
+
font-weight: 400;
|
309
309
|
line-height: 1.5;
|
310
310
|
padding: 4px 0 0;
|
311
311
|
}
|
@@ -416,8 +416,8 @@
|
|
416
416
|
text-overflow: ellipsis;
|
417
417
|
width: inherit;
|
418
418
|
}
|
419
|
-
.e-card .e-card-actions .e-card-btn,
|
420
|
-
.e-card .e-card-actions a {
|
419
|
+
.e-card .e-card-actions .e-card-btn else,
|
420
|
+
.e-card .e-card-actions a else {
|
421
421
|
border-radius: 2px;
|
422
422
|
}
|
423
423
|
.e-card .e-card-actions .e-card-btn,
|
@@ -456,7 +456,6 @@
|
|
456
456
|
}
|
457
457
|
|
458
458
|
/*! card theme */
|
459
|
-
/* stylelint-disable property-no-vendor-prefix */
|
460
459
|
.e-card {
|
461
460
|
-webkit-tap-highlight-color: #0078d4;
|
462
461
|
background-color: #fff;
|
package/styles/card/fluent.scss
CHANGED
@@ -294,12 +294,12 @@
|
|
294
294
|
}
|
295
295
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
296
296
|
font-size: 13px;
|
297
|
-
font-weight:
|
297
|
+
font-weight: 400;
|
298
298
|
line-height: 18px;
|
299
299
|
}
|
300
300
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
301
301
|
font-size: 12px;
|
302
|
-
font-weight:
|
302
|
+
font-weight: 400;
|
303
303
|
line-height: 14px;
|
304
304
|
padding: 0 0 8px;
|
305
305
|
}
|
@@ -407,8 +407,8 @@
|
|
407
407
|
text-overflow: ellipsis;
|
408
408
|
width: inherit;
|
409
409
|
}
|
410
|
-
.e-card .e-card-actions .e-card-btn,
|
411
|
-
.e-card .e-card-actions a {
|
410
|
+
.e-card .e-card-actions .e-card-btn else,
|
411
|
+
.e-card .e-card-actions a else {
|
412
412
|
border-radius: 2px;
|
413
413
|
}
|
414
414
|
.e-card .e-card-actions .e-card-btn,
|
@@ -444,7 +444,6 @@
|
|
444
444
|
}
|
445
445
|
|
446
446
|
/*! card theme */
|
447
|
-
/* stylelint-disable property-no-vendor-prefix */
|
448
447
|
.e-card {
|
449
448
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
450
449
|
background-color: #ccc;
|
@@ -305,13 +305,13 @@
|
|
305
305
|
}
|
306
306
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
307
307
|
font-size: 14px;
|
308
|
-
font-weight:
|
308
|
+
font-weight: 400;
|
309
309
|
font-weight: 600;
|
310
310
|
line-height: normal;
|
311
311
|
}
|
312
312
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
313
313
|
font-size: 14px;
|
314
|
-
font-weight:
|
314
|
+
font-weight: 400;
|
315
315
|
line-height: normal;
|
316
316
|
padding: 6px 0 0;
|
317
317
|
}
|
@@ -419,8 +419,8 @@
|
|
419
419
|
text-overflow: ellipsis;
|
420
420
|
width: inherit;
|
421
421
|
}
|
422
|
-
.e-card .e-card-actions .e-card-btn,
|
423
|
-
.e-card .e-card-actions a {
|
422
|
+
.e-card .e-card-actions .e-card-btn else,
|
423
|
+
.e-card .e-card-actions a else {
|
424
424
|
border-radius: 2px;
|
425
425
|
}
|
426
426
|
.e-card .e-card-actions .e-card-btn,
|
@@ -456,7 +456,6 @@
|
|
456
456
|
}
|
457
457
|
|
458
458
|
/*! card theme */
|
459
|
-
/* stylelint-disable property-no-vendor-prefix */
|
460
459
|
.e-card {
|
461
460
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
462
461
|
background-color: #000;
|
@@ -295,12 +295,12 @@
|
|
295
295
|
}
|
296
296
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
297
297
|
font-size: 13px;
|
298
|
-
font-weight:
|
298
|
+
font-weight: 400;
|
299
299
|
line-height: 18px;
|
300
300
|
}
|
301
301
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
302
302
|
font-size: 12px;
|
303
|
-
font-weight:
|
303
|
+
font-weight: 400;
|
304
304
|
line-height: 14px;
|
305
305
|
padding: 0 0 8px;
|
306
306
|
}
|
@@ -408,8 +408,8 @@
|
|
408
408
|
text-overflow: ellipsis;
|
409
409
|
width: inherit;
|
410
410
|
}
|
411
|
-
.e-card .e-card-actions .e-card-btn,
|
412
|
-
.e-card .e-card-actions a {
|
411
|
+
.e-card .e-card-actions .e-card-btn else,
|
412
|
+
.e-card .e-card-actions a else {
|
413
413
|
border-radius: 2px;
|
414
414
|
}
|
415
415
|
.e-card .e-card-actions .e-card-btn,
|
@@ -445,7 +445,6 @@
|
|
445
445
|
}
|
446
446
|
|
447
447
|
/*! card theme */
|
448
|
-
/* stylelint-disable property-no-vendor-prefix */
|
449
448
|
.e-card {
|
450
449
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
451
450
|
background-color: #303030;
|