@syncfusion/ej2-angular-layouts 20.2.43 → 20.2.45-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 +551 -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
@@ -0,0 +1,125 @@
|
|
1
|
+
{
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
4
|
+
"title": "splitter-verticalsplitter",
|
5
|
+
"type": "object",
|
6
|
+
"properties": {
|
7
|
+
"path": {
|
8
|
+
"type": "string",
|
9
|
+
"format": "path",
|
10
|
+
"description": "The path to create the component.",
|
11
|
+
"visible": false
|
12
|
+
},
|
13
|
+
"project": {
|
14
|
+
"type": "string",
|
15
|
+
"description": "The name of the project.",
|
16
|
+
"$default": {
|
17
|
+
"$source": "projectName"
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"name": {
|
21
|
+
"type": "string",
|
22
|
+
"description": "The name of the component.",
|
23
|
+
"$default": {
|
24
|
+
"$source": "argv",
|
25
|
+
"index": 0
|
26
|
+
}
|
27
|
+
},
|
28
|
+
"inlineStyle": {
|
29
|
+
"description": "Specifies if the style will be in the ts file.",
|
30
|
+
"type": "boolean",
|
31
|
+
"default": false,
|
32
|
+
"alias": "s"
|
33
|
+
},
|
34
|
+
"inlineTemplate": {
|
35
|
+
"description": "Specifies if the template will be in the ts file.",
|
36
|
+
"type": "boolean",
|
37
|
+
"default": false,
|
38
|
+
"alias": "t"
|
39
|
+
},
|
40
|
+
"viewEncapsulation": {
|
41
|
+
"description": "Specifies the view encapsulation strategy.",
|
42
|
+
"enum": [
|
43
|
+
"Emulated",
|
44
|
+
"Native",
|
45
|
+
"None",
|
46
|
+
"ShadowDom"
|
47
|
+
],
|
48
|
+
"type": "string",
|
49
|
+
"alias": "v"
|
50
|
+
},
|
51
|
+
"changeDetection": {
|
52
|
+
"description": "Specifies the change detection strategy.",
|
53
|
+
"enum": [
|
54
|
+
"Default",
|
55
|
+
"OnPush"
|
56
|
+
],
|
57
|
+
"type": "string",
|
58
|
+
"default": "Default",
|
59
|
+
"alias": "c"
|
60
|
+
},
|
61
|
+
"prefix": {
|
62
|
+
"type": "string",
|
63
|
+
"description": "The prefix to apply to generated selectors.",
|
64
|
+
"alias": "p",
|
65
|
+
"oneOf": [
|
66
|
+
{
|
67
|
+
"maxLength": 0
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"minLength": 1,
|
71
|
+
"format": "html-selector"
|
72
|
+
}
|
73
|
+
]
|
74
|
+
},
|
75
|
+
"styleext": {
|
76
|
+
"description": "The file extension to be used for style files.",
|
77
|
+
"type": "string",
|
78
|
+
"default": "css"
|
79
|
+
},
|
80
|
+
"spec": {
|
81
|
+
"type": "boolean",
|
82
|
+
"description": "Specifies if a spec file is generated.",
|
83
|
+
"default": true
|
84
|
+
},
|
85
|
+
"flat": {
|
86
|
+
"type": "boolean",
|
87
|
+
"description": "Flag to indicate if a dir is created.",
|
88
|
+
"default": false
|
89
|
+
},
|
90
|
+
"skipImport": {
|
91
|
+
"type": "boolean",
|
92
|
+
"description": "Flag to skip the module import.",
|
93
|
+
"default": false
|
94
|
+
},
|
95
|
+
"selector": {
|
96
|
+
"type": "string",
|
97
|
+
"format": "html-selector",
|
98
|
+
"description": "The selector to use for the component."
|
99
|
+
},
|
100
|
+
"module": {
|
101
|
+
"type": "string",
|
102
|
+
"description": "Allows specification of the declaring module.",
|
103
|
+
"alias": "m"
|
104
|
+
},
|
105
|
+
"export": {
|
106
|
+
"type": "boolean",
|
107
|
+
"default": false,
|
108
|
+
"description": "Specifies if declaring module exports the component."
|
109
|
+
},
|
110
|
+
"entryComponent": {
|
111
|
+
"type": "boolean",
|
112
|
+
"default": false,
|
113
|
+
"description": "Specifies if the component is an entry component of declaring module."
|
114
|
+
},
|
115
|
+
"lintFix": {
|
116
|
+
"type": "boolean",
|
117
|
+
"default": false,
|
118
|
+
"description": "Specifies whether to apply lint fixes after generating the component."
|
119
|
+
}
|
120
|
+
},
|
121
|
+
"required": [
|
122
|
+
"name"
|
123
|
+
],
|
124
|
+
"id": "splitter-verticalsplitter"
|
125
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const lib_details_1 = require("./../utils/lib-details");
|
4
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
5
|
+
function default_1(options) {
|
6
|
+
const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
|
7
|
+
return schematics_1.install(options, libOptions);
|
8
|
+
}
|
9
|
+
exports.default = default_1;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export interface OptionsSchema {
|
2
|
+
skipPackageJson: boolean;
|
3
|
+
modules: string;
|
4
|
+
modulePath: string;
|
5
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
6
|
+
project?: string;
|
7
|
+
}
|
8
|
+
export interface LibOptionsSchema {
|
9
|
+
pkgName: string;
|
10
|
+
pkgVer: string;
|
11
|
+
moduleName: string;
|
12
|
+
themeVer: string;
|
13
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
3
|
+
"$id": "ngAdd",
|
4
|
+
"title": "Add Essential JS 2 Angular packages",
|
5
|
+
"type": "object",
|
6
|
+
"properties": {
|
7
|
+
"skipPackageJson": {
|
8
|
+
"type": "boolean",
|
9
|
+
"default": false,
|
10
|
+
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
11
|
+
},
|
12
|
+
"modules": {
|
13
|
+
"type": "string",
|
14
|
+
"default": "",
|
15
|
+
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
16
|
+
},
|
17
|
+
"modulePath": {
|
18
|
+
"type": "string",
|
19
|
+
"default": "",
|
20
|
+
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
21
|
+
},
|
22
|
+
"theme": {
|
23
|
+
"enum": [
|
24
|
+
"material",
|
25
|
+
"fabric",
|
26
|
+
"bootstrap",
|
27
|
+
"highcontrast"
|
28
|
+
],
|
29
|
+
"default": "material",
|
30
|
+
"description": "Used to change the theme that needs to be imported"
|
31
|
+
}
|
32
|
+
},
|
33
|
+
"required": []
|
34
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
{
|
2
|
+
"compilerOptions": {
|
3
|
+
"lib": ["es2017", "dom"],
|
4
|
+
"module": "commonjs",
|
5
|
+
"moduleResolution": "node",
|
6
|
+
"noEmitOnError": false,
|
7
|
+
"skipDefaultLibCheck": true,
|
8
|
+
"skipLibCheck": true,
|
9
|
+
"sourceMap": true,
|
10
|
+
"target": "es6",
|
11
|
+
"declaration": true,
|
12
|
+
"types": [
|
13
|
+
"jasmine",
|
14
|
+
"node"
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"exclude": [
|
18
|
+
"node_modules",
|
19
|
+
"src",
|
20
|
+
"src/**/*.ts",
|
21
|
+
"spec",
|
22
|
+
"spec/**/*.ts",
|
23
|
+
"@typings"
|
24
|
+
]
|
25
|
+
}
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-layouts';
|
2
|
-
export const pkgVer = '^20.
|
2
|
+
export const pkgVer = '^20.2.45';
|
3
3
|
export const moduleName = 'SplitterModule, DashboardLayoutModule';
|
4
|
-
export const themeVer = '~20.
|
4
|
+
export const themeVer = '~20.2.45';
|
@@ -1,11 +1,5 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "@angular/common";
|
3
|
-
import * as i2 from "./dashboardlayout.module";
|
4
1
|
/**
|
5
2
|
* NgModule definition for the DashboardLayout component with providers.
|
6
3
|
*/
|
7
4
|
export declare class DashboardLayoutAllModule {
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardLayoutAllModule, never>;
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardLayoutAllModule, never, [typeof i1.CommonModule, typeof i2.DashboardLayoutModule], [typeof i2.DashboardLayoutModule]>;
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DashboardLayoutAllModule>;
|
11
5
|
}
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
3
3
|
import { DashboardLayout } from '@syncfusion/ej2-layouts';
|
4
4
|
import { PanelsDirective } from './panels.directive';
|
5
|
-
import * as i0 from "@angular/core";
|
6
5
|
export declare const inputs: string[];
|
7
6
|
export declare const outputs: string[];
|
8
7
|
export declare const twoWays: string[];
|
@@ -37,6 +36,4 @@ export declare class DashboardLayoutComponent extends DashboardLayout implements
|
|
37
36
|
ngAfterContentChecked(): void;
|
38
37
|
registerEvents: (eventList: string[]) => void;
|
39
38
|
addTwoWay: (propList: string[]) => void;
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardLayoutComponent, never>;
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardLayoutComponent, "ejs-dashboardlayout", never, { "allowDragging": "allowDragging"; "allowFloating": "allowFloating"; "allowPushing": "allowPushing"; "allowResizing": "allowResizing"; "cellAspectRatio": "cellAspectRatio"; "cellSpacing": "cellSpacing"; "columns": "columns"; "draggableHandle": "draggableHandle"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "locale": "locale"; "mediaQuery": "mediaQuery"; "panels": "panels"; "resizableHandles": "resizableHandles"; "showGridLines": "showGridLines"; }, { "change": "change"; "created": "created"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "dragStop": "dragStop"; "resize": "resize"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; }, ["childPanels"], ["div"]>;
|
42
39
|
}
|
@@ -1,12 +1,5 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./dashboardlayout.component";
|
3
|
-
import * as i2 from "./panels.directive";
|
4
|
-
import * as i3 from "@angular/common";
|
5
1
|
/**
|
6
2
|
* NgModule definition for the DashboardLayout component.
|
7
3
|
*/
|
8
4
|
export declare class DashboardLayoutModule {
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardLayoutModule, never>;
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardLayoutModule, [typeof i1.DashboardLayoutComponent, typeof i2.PanelDirective, typeof i2.PanelsDirective], [typeof i3.CommonModule], [typeof i1.DashboardLayoutComponent, typeof i2.PanelDirective, typeof i2.PanelsDirective]>;
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DashboardLayoutModule>;
|
12
5
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
import * as i0 from "@angular/core";
|
4
3
|
/**
|
5
4
|
* 'e-panels' directive represent a panels of angular dashboardlayout
|
6
5
|
* It must be contained in a dashboardlayout component(`ej-dashboardlayout`).
|
@@ -91,8 +90,6 @@ export declare class PanelDirective extends ComplexBase<PanelDirective> {
|
|
91
90
|
*/
|
92
91
|
content: any;
|
93
92
|
constructor(viewContainerRef: ViewContainerRef);
|
94
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PanelDirective, never>;
|
95
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelDirective, "e-panels>e-panel", never, { "col": "col"; "content": "content"; "cssClass": "cssClass"; "enabled": "enabled"; "header": "header"; "id": "id"; "maxSizeX": "maxSizeX"; "maxSizeY": "maxSizeY"; "minSizeX": "minSizeX"; "minSizeY": "minSizeY"; "row": "row"; "sizeX": "sizeX"; "sizeY": "sizeY"; "zIndex": "zIndex"; }, {}, ["header", "content"]>;
|
96
93
|
}
|
97
94
|
/**
|
98
95
|
* Panel Array Directive
|
@@ -100,6 +97,4 @@ export declare class PanelDirective extends ComplexBase<PanelDirective> {
|
|
100
97
|
*/
|
101
98
|
export declare class PanelsDirective extends ArrayBase<PanelsDirective> {
|
102
99
|
constructor();
|
103
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PanelsDirective, never>;
|
104
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelsDirective, "ejs-dashboardlayout>e-panels", never, {}, {}, ["children"]>;
|
105
100
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
import * as i0 from "@angular/core";
|
4
3
|
/**
|
5
4
|
* 'e-panesettings' directive represent a panes of angular splitter
|
6
5
|
* It must be contained in a Splitter component(`ejs-splitter`).
|
@@ -68,8 +67,6 @@ export declare class PaneDirective extends ComplexBase<PaneDirective> {
|
|
68
67
|
*/
|
69
68
|
content: any;
|
70
69
|
constructor(viewContainerRef: ViewContainerRef);
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaneDirective, never>;
|
72
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PaneDirective, "e-panes>e-pane", never, { "collapsed": "collapsed"; "collapsible": "collapsible"; "content": "content"; "cssClass": "cssClass"; "max": "max"; "min": "min"; "resizable": "resizable"; "size": "size"; }, {}, ["content"]>;
|
73
70
|
}
|
74
71
|
/**
|
75
72
|
* Pane Array Directive
|
@@ -77,6 +74,4 @@ export declare class PaneDirective extends ComplexBase<PaneDirective> {
|
|
77
74
|
*/
|
78
75
|
export declare class PanesDirective extends ArrayBase<PanesDirective> {
|
79
76
|
constructor();
|
80
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PanesDirective, never>;
|
81
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PanesDirective, "ejs-splitter>e-panes", never, {}, {}, ["children"]>;
|
82
77
|
}
|
@@ -1,11 +1,5 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "@angular/common";
|
3
|
-
import * as i2 from "./splitter.module";
|
4
1
|
/**
|
5
2
|
* NgModule definition for the Splitter component with providers.
|
6
3
|
*/
|
7
4
|
export declare class SplitterAllModule {
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterAllModule, never>;
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitterAllModule, never, [typeof i1.CommonModule, typeof i2.SplitterModule], [typeof i2.SplitterModule]>;
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SplitterAllModule>;
|
11
5
|
}
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
3
3
|
import { Splitter } from '@syncfusion/ej2-layouts';
|
4
4
|
import { PanesDirective } from './panesettings.directive';
|
5
|
-
import * as i0 from "@angular/core";
|
6
5
|
export declare const inputs: string[];
|
7
6
|
export declare const outputs: string[];
|
8
7
|
export declare const twoWays: string[];
|
@@ -37,6 +36,4 @@ export declare class SplitterComponent extends Splitter implements IComponentBas
|
|
37
36
|
ngAfterContentChecked(): void;
|
38
37
|
registerEvents: (eventList: string[]) => void;
|
39
38
|
addTwoWay: (propList: string[]) => void;
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterComponent, never>;
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitterComponent, "ejs-splitter", never, { "cssClass": "cssClass"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableReversePanes": "enableReversePanes"; "enableRtl": "enableRtl"; "enabled": "enabled"; "height": "height"; "locale": "locale"; "orientation": "orientation"; "paneSettings": "paneSettings"; "separatorSize": "separatorSize"; "width": "width"; }, { "beforeCollapse": "beforeCollapse"; "beforeExpand": "beforeExpand"; "beforeSanitizeHtml": "beforeSanitizeHtml"; "collapsed": "collapsed"; "created": "created"; "expanded": "expanded"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; }, ["childPaneSettings"], ["div"]>;
|
42
39
|
}
|
@@ -1,12 +1,5 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./splitter.component";
|
3
|
-
import * as i2 from "./panesettings.directive";
|
4
|
-
import * as i3 from "@angular/common";
|
5
1
|
/**
|
6
2
|
* NgModule definition for the Splitter component.
|
7
3
|
*/
|
8
4
|
export declare class SplitterModule {
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterModule, never>;
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitterModule, [typeof i1.SplitterComponent, typeof i2.PaneDirective, typeof i2.PanesDirective], [typeof i3.CommonModule], [typeof i1.SplitterComponent, typeof i2.PaneDirective, typeof i2.PanesDirective]>;
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SplitterModule>;
|
12
5
|
}
|
@@ -337,12 +337,12 @@
|
|
337
337
|
}
|
338
338
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
339
339
|
font-size: 13px;
|
340
|
-
font-weight:
|
340
|
+
font-weight: 400;
|
341
341
|
line-height: 18px;
|
342
342
|
}
|
343
343
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
344
344
|
font-size: 12px;
|
345
|
-
font-weight:
|
345
|
+
font-weight: 400;
|
346
346
|
line-height: 14px;
|
347
347
|
padding: 0 0 8px;
|
348
348
|
}
|
@@ -450,8 +450,8 @@
|
|
450
450
|
text-overflow: ellipsis;
|
451
451
|
width: inherit;
|
452
452
|
}
|
453
|
-
.e-card .e-card-actions .e-card-btn,
|
454
|
-
.e-card .e-card-actions a {
|
453
|
+
.e-card .e-card-actions .e-card-btn else,
|
454
|
+
.e-card .e-card-actions a else {
|
455
455
|
border-radius: 2px;
|
456
456
|
}
|
457
457
|
.e-card .e-card-actions .e-card-btn,
|
@@ -487,7 +487,6 @@
|
|
487
487
|
}
|
488
488
|
|
489
489
|
/*! card theme */
|
490
|
-
/* stylelint-disable property-no-vendor-prefix */
|
491
490
|
.e-card {
|
492
491
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
493
492
|
background-color: #6e6e6e;
|
@@ -610,8 +609,8 @@
|
|
610
609
|
}
|
611
610
|
.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 {
|
612
611
|
-ms-flex-preferred-size: 0 !important;
|
613
|
-
flex-basis: 0 !important;
|
614
|
-
overflow: hidden !important;
|
612
|
+
flex-basis: 0 !important;
|
613
|
+
overflow: hidden !important;
|
615
614
|
}
|
616
615
|
.e-splitter.e-splitter-horizontal {
|
617
616
|
-ms-flex-direction: row;
|
@@ -644,8 +643,8 @@
|
|
644
643
|
}
|
645
644
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
646
645
|
-ms-flex-preferred-size: 0 !important;
|
647
|
-
flex-basis: 0 !important;
|
648
|
-
overflow: hidden !important;
|
646
|
+
flex-basis: 0 !important;
|
647
|
+
overflow: hidden !important;
|
649
648
|
}
|
650
649
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
651
650
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -1047,8 +1046,7 @@
|
|
1047
1046
|
pointer-events: none;
|
1048
1047
|
}
|
1049
1048
|
|
1050
|
-
|
1051
|
-
/* stylelint-disable */
|
1049
|
+
/*! component's theme wise override bootstrap-definitions and variables */
|
1052
1050
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1053
1051
|
height: 100%;
|
1054
1052
|
padding: 20px 0;
|
package/styles/bootstrap.css
CHANGED
@@ -338,12 +338,12 @@
|
|
338
338
|
}
|
339
339
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
340
340
|
font-size: 14px;
|
341
|
-
font-weight:
|
341
|
+
font-weight: 400;
|
342
342
|
line-height: normal;
|
343
343
|
}
|
344
344
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
345
345
|
font-size: 14px;
|
346
|
-
font-weight:
|
346
|
+
font-weight: 400;
|
347
347
|
line-height: normal;
|
348
348
|
padding: 6px 0 0;
|
349
349
|
}
|
@@ -451,8 +451,8 @@
|
|
451
451
|
text-overflow: ellipsis;
|
452
452
|
width: inherit;
|
453
453
|
}
|
454
|
-
.e-card .e-card-actions .e-card-btn,
|
455
|
-
.e-card .e-card-actions a {
|
454
|
+
.e-card .e-card-actions .e-card-btn else,
|
455
|
+
.e-card .e-card-actions a else {
|
456
456
|
border-radius: 2px;
|
457
457
|
}
|
458
458
|
.e-card .e-card-actions .e-card-btn,
|
@@ -488,7 +488,6 @@
|
|
488
488
|
}
|
489
489
|
|
490
490
|
/*! card theme */
|
491
|
-
/* stylelint-disable property-no-vendor-prefix */
|
492
491
|
.e-card {
|
493
492
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
494
493
|
background-color: #fff;
|
@@ -611,8 +610,8 @@
|
|
611
610
|
}
|
612
611
|
.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 {
|
613
612
|
-ms-flex-preferred-size: 0 !important;
|
614
|
-
flex-basis: 0 !important;
|
615
|
-
overflow: hidden !important;
|
613
|
+
flex-basis: 0 !important;
|
614
|
+
overflow: hidden !important;
|
616
615
|
}
|
617
616
|
.e-splitter.e-splitter-horizontal {
|
618
617
|
-ms-flex-direction: row;
|
@@ -645,8 +644,8 @@
|
|
645
644
|
}
|
646
645
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
647
646
|
-ms-flex-preferred-size: 0 !important;
|
648
|
-
flex-basis: 0 !important;
|
649
|
-
overflow: hidden !important;
|
647
|
+
flex-basis: 0 !important;
|
648
|
+
overflow: hidden !important;
|
650
649
|
}
|
651
650
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
652
651
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -1048,8 +1047,7 @@
|
|
1048
1047
|
pointer-events: none;
|
1049
1048
|
}
|
1050
1049
|
|
1051
|
-
|
1052
|
-
/* stylelint-disable */
|
1050
|
+
/*! component's theme wise override bootstrap-definitions and variables */
|
1053
1051
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1054
1052
|
height: 100%;
|
1055
1053
|
padding: 20px 0;
|