@syncfusion/ej2-angular-layouts 20.2.39 → 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
@@ -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: #ccc;
|
@@ -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 highcontrast-definitions and variables */
|
1052
1050
|
.e-dashboardlayout.e-control .e-dashboard-gridline-table {
|
1053
1051
|
background: #e4e4e4;
|
1054
1052
|
border-collapse: collapse;
|
package/styles/highcontrast.css
CHANGED
@@ -348,13 +348,13 @@
|
|
348
348
|
}
|
349
349
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
350
350
|
font-size: 14px;
|
351
|
-
font-weight:
|
351
|
+
font-weight: 400;
|
352
352
|
font-weight: 600;
|
353
353
|
line-height: normal;
|
354
354
|
}
|
355
355
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
356
356
|
font-size: 14px;
|
357
|
-
font-weight:
|
357
|
+
font-weight: 400;
|
358
358
|
line-height: normal;
|
359
359
|
padding: 6px 0 0;
|
360
360
|
}
|
@@ -462,8 +462,8 @@
|
|
462
462
|
text-overflow: ellipsis;
|
463
463
|
width: inherit;
|
464
464
|
}
|
465
|
-
.e-card .e-card-actions .e-card-btn,
|
466
|
-
.e-card .e-card-actions a {
|
465
|
+
.e-card .e-card-actions .e-card-btn else,
|
466
|
+
.e-card .e-card-actions a else {
|
467
467
|
border-radius: 2px;
|
468
468
|
}
|
469
469
|
.e-card .e-card-actions .e-card-btn,
|
@@ -499,7 +499,6 @@
|
|
499
499
|
}
|
500
500
|
|
501
501
|
/*! card theme */
|
502
|
-
/* stylelint-disable property-no-vendor-prefix */
|
503
502
|
.e-card {
|
504
503
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
505
504
|
background-color: #000;
|
@@ -622,8 +621,8 @@
|
|
622
621
|
}
|
623
622
|
.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 {
|
624
623
|
-ms-flex-preferred-size: 0 !important;
|
625
|
-
flex-basis: 0 !important;
|
626
|
-
overflow: hidden !important;
|
624
|
+
flex-basis: 0 !important;
|
625
|
+
overflow: hidden !important;
|
627
626
|
}
|
628
627
|
.e-splitter.e-splitter-horizontal {
|
629
628
|
-ms-flex-direction: row;
|
@@ -656,8 +655,8 @@
|
|
656
655
|
}
|
657
656
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
658
657
|
-ms-flex-preferred-size: 0 !important;
|
659
|
-
flex-basis: 0 !important;
|
660
|
-
overflow: hidden !important;
|
658
|
+
flex-basis: 0 !important;
|
659
|
+
overflow: hidden !important;
|
661
660
|
}
|
662
661
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
663
662
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -1059,8 +1058,7 @@
|
|
1059
1058
|
pointer-events: none;
|
1060
1059
|
}
|
1061
1060
|
|
1062
|
-
|
1063
|
-
/* stylelint-disable */
|
1061
|
+
/*! component's theme wise override highcontrast-definitions and variables */
|
1064
1062
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1065
1063
|
height: 100%;
|
1066
1064
|
padding: 20px 0;
|
package/styles/material-dark.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: 13px;
|
341
|
-
font-weight:
|
341
|
+
font-weight: 400;
|
342
342
|
line-height: 18px;
|
343
343
|
}
|
344
344
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
345
345
|
font-size: 12px;
|
346
|
-
font-weight:
|
346
|
+
font-weight: 400;
|
347
347
|
line-height: 14px;
|
348
348
|
padding: 0 0 8px;
|
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: #303030;
|
@@ -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 material-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/material.css
CHANGED
@@ -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: normal;
|
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: normal;
|
347
347
|
padding: 6px 0 0;
|
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: #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 material-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;
|
@@ -54,8 +54,8 @@
|
|
54
54
|
}
|
55
55
|
.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 {
|
56
56
|
-ms-flex-preferred-size: 0 !important;
|
57
|
-
flex-basis: 0 !important;
|
58
|
-
overflow: hidden !important;
|
57
|
+
flex-basis: 0 !important;
|
58
|
+
overflow: hidden !important;
|
59
59
|
}
|
60
60
|
.e-splitter.e-splitter-horizontal {
|
61
61
|
-ms-flex-direction: row;
|
@@ -88,8 +88,8 @@
|
|
88
88
|
}
|
89
89
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
90
90
|
-ms-flex-preferred-size: 0 !important;
|
91
|
-
flex-basis: 0 !important;
|
92
|
-
overflow: hidden !important;
|
91
|
+
flex-basis: 0 !important;
|
92
|
+
overflow: hidden !important;
|
93
93
|
}
|
94
94
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
95
95
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -489,6 +489,4 @@
|
|
489
489
|
.e-splitter.e-disabled {
|
490
490
|
opacity: 0.4;
|
491
491
|
pointer-events: none;
|
492
|
-
}
|
493
|
-
|
494
|
-
/* stylelint-disable-line no-empty-source */
|
492
|
+
}
|
@@ -54,8 +54,8 @@
|
|
54
54
|
}
|
55
55
|
.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 {
|
56
56
|
-ms-flex-preferred-size: 0 !important;
|
57
|
-
flex-basis: 0 !important;
|
58
|
-
overflow: hidden !important;
|
57
|
+
flex-basis: 0 !important;
|
58
|
+
overflow: hidden !important;
|
59
59
|
}
|
60
60
|
.e-splitter.e-splitter-horizontal {
|
61
61
|
-ms-flex-direction: row;
|
@@ -88,8 +88,8 @@
|
|
88
88
|
}
|
89
89
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
90
90
|
-ms-flex-preferred-size: 0 !important;
|
91
|
-
flex-basis: 0 !important;
|
92
|
-
overflow: hidden !important;
|
91
|
+
flex-basis: 0 !important;
|
92
|
+
overflow: hidden !important;
|
93
93
|
}
|
94
94
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
95
95
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -489,6 +489,4 @@
|
|
489
489
|
.e-splitter.e-disabled {
|
490
490
|
opacity: 0.4;
|
491
491
|
pointer-events: none;
|
492
|
-
}
|
493
|
-
|
494
|
-
/* stylelint-disable-line no-empty-source */
|
492
|
+
}
|
@@ -53,8 +53,8 @@
|
|
53
53
|
}
|
54
54
|
.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 {
|
55
55
|
-ms-flex-preferred-size: 0 !important;
|
56
|
-
flex-basis: 0 !important;
|
57
|
-
overflow: hidden !important;
|
56
|
+
flex-basis: 0 !important;
|
57
|
+
overflow: hidden !important;
|
58
58
|
}
|
59
59
|
.e-splitter.e-splitter-horizontal {
|
60
60
|
-ms-flex-direction: row;
|
@@ -87,8 +87,8 @@
|
|
87
87
|
}
|
88
88
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
89
89
|
-ms-flex-preferred-size: 0 !important;
|
90
|
-
flex-basis: 0 !important;
|
91
|
-
overflow: hidden !important;
|
90
|
+
flex-basis: 0 !important;
|
91
|
+
overflow: hidden !important;
|
92
92
|
}
|
93
93
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
94
94
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -488,6 +488,4 @@
|
|
488
488
|
.e-splitter.e-disabled {
|
489
489
|
opacity: 0.4;
|
490
490
|
pointer-events: none;
|
491
|
-
}
|
492
|
-
|
493
|
-
/* stylelint-disable-line no-empty-source */
|
491
|
+
}
|
@@ -47,8 +47,8 @@
|
|
47
47
|
}
|
48
48
|
.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 {
|
49
49
|
-ms-flex-preferred-size: 0 !important;
|
50
|
-
flex-basis: 0 !important;
|
51
|
-
overflow: hidden !important;
|
50
|
+
flex-basis: 0 !important;
|
51
|
+
overflow: hidden !important;
|
52
52
|
}
|
53
53
|
.e-splitter.e-splitter-horizontal {
|
54
54
|
-ms-flex-direction: row;
|
@@ -81,8 +81,8 @@
|
|
81
81
|
}
|
82
82
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
83
83
|
-ms-flex-preferred-size: 0 !important;
|
84
|
-
flex-basis: 0 !important;
|
85
|
-
overflow: hidden !important;
|
84
|
+
flex-basis: 0 !important;
|
85
|
+
overflow: hidden !important;
|
86
86
|
}
|
87
87
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
88
88
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -482,6 +482,4 @@
|
|
482
482
|
.e-splitter.e-disabled {
|
483
483
|
opacity: 0.4;
|
484
484
|
pointer-events: none;
|
485
|
-
}
|
486
|
-
|
487
|
-
/* stylelint-disable-line no-empty-source */
|
485
|
+
}
|
@@ -47,8 +47,8 @@
|
|
47
47
|
}
|
48
48
|
.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 {
|
49
49
|
-ms-flex-preferred-size: 0 !important;
|
50
|
-
flex-basis: 0 !important;
|
51
|
-
overflow: hidden !important;
|
50
|
+
flex-basis: 0 !important;
|
51
|
+
overflow: hidden !important;
|
52
52
|
}
|
53
53
|
.e-splitter.e-splitter-horizontal {
|
54
54
|
-ms-flex-direction: row;
|
@@ -81,8 +81,8 @@
|
|
81
81
|
}
|
82
82
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
83
83
|
-ms-flex-preferred-size: 0 !important;
|
84
|
-
flex-basis: 0 !important;
|
85
|
-
overflow: hidden !important;
|
84
|
+
flex-basis: 0 !important;
|
85
|
+
overflow: hidden !important;
|
86
86
|
}
|
87
87
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
88
88
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -482,6 +482,4 @@
|
|
482
482
|
.e-splitter.e-disabled {
|
483
483
|
opacity: 0.4;
|
484
484
|
pointer-events: none;
|
485
|
-
}
|
486
|
-
|
487
|
-
/* stylelint-disable-line no-empty-source */
|
485
|
+
}
|
@@ -54,8 +54,8 @@
|
|
54
54
|
}
|
55
55
|
.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 {
|
56
56
|
-ms-flex-preferred-size: 0 !important;
|
57
|
-
flex-basis: 0 !important;
|
58
|
-
overflow: hidden !important;
|
57
|
+
flex-basis: 0 !important;
|
58
|
+
overflow: hidden !important;
|
59
59
|
}
|
60
60
|
.e-splitter.e-splitter-horizontal {
|
61
61
|
-ms-flex-direction: row;
|
@@ -88,8 +88,8 @@
|
|
88
88
|
}
|
89
89
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
90
90
|
-ms-flex-preferred-size: 0 !important;
|
91
|
-
flex-basis: 0 !important;
|
92
|
-
overflow: hidden !important;
|
91
|
+
flex-basis: 0 !important;
|
92
|
+
overflow: hidden !important;
|
93
93
|
}
|
94
94
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
95
95
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -489,6 +489,4 @@
|
|
489
489
|
.e-splitter.e-disabled {
|
490
490
|
opacity: 0.4;
|
491
491
|
pointer-events: none;
|
492
|
-
}
|
493
|
-
|
494
|
-
/* stylelint-disable-line no-empty-source */
|
492
|
+
}
|
@@ -54,8 +54,8 @@
|
|
54
54
|
}
|
55
55
|
.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 {
|
56
56
|
-ms-flex-preferred-size: 0 !important;
|
57
|
-
flex-basis: 0 !important;
|
58
|
-
overflow: hidden !important;
|
57
|
+
flex-basis: 0 !important;
|
58
|
+
overflow: hidden !important;
|
59
59
|
}
|
60
60
|
.e-splitter.e-splitter-horizontal {
|
61
61
|
-ms-flex-direction: row;
|
@@ -88,8 +88,8 @@
|
|
88
88
|
}
|
89
89
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
90
90
|
-ms-flex-preferred-size: 0 !important;
|
91
|
-
flex-basis: 0 !important;
|
92
|
-
overflow: hidden !important;
|
91
|
+
flex-basis: 0 !important;
|
92
|
+
overflow: hidden !important;
|
93
93
|
}
|
94
94
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
95
95
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -489,6 +489,4 @@
|
|
489
489
|
.e-splitter.e-disabled {
|
490
490
|
opacity: 0.4;
|
491
491
|
pointer-events: none;
|
492
|
-
}
|
493
|
-
|
494
|
-
/* stylelint-disable-line no-empty-source */
|
492
|
+
}
|
@@ -47,8 +47,8 @@
|
|
47
47
|
}
|
48
48
|
.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 {
|
49
49
|
-ms-flex-preferred-size: 0 !important;
|
50
|
-
flex-basis: 0 !important;
|
51
|
-
overflow: hidden !important;
|
50
|
+
flex-basis: 0 !important;
|
51
|
+
overflow: hidden !important;
|
52
52
|
}
|
53
53
|
.e-splitter.e-splitter-horizontal {
|
54
54
|
-ms-flex-direction: row;
|
@@ -81,8 +81,8 @@
|
|
81
81
|
}
|
82
82
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
83
83
|
-ms-flex-preferred-size: 0 !important;
|
84
|
-
flex-basis: 0 !important;
|
85
|
-
overflow: hidden !important;
|
84
|
+
flex-basis: 0 !important;
|
85
|
+
overflow: hidden !important;
|
86
86
|
}
|
87
87
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
88
88
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -482,6 +482,4 @@
|
|
482
482
|
.e-splitter.e-disabled {
|
483
483
|
opacity: 0.4;
|
484
484
|
pointer-events: none;
|
485
|
-
}
|
486
|
-
|
487
|
-
/* stylelint-disable-line no-empty-source */
|
485
|
+
}
|
@@ -47,8 +47,8 @@
|
|
47
47
|
}
|
48
48
|
.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 {
|
49
49
|
-ms-flex-preferred-size: 0 !important;
|
50
|
-
flex-basis: 0 !important;
|
51
|
-
overflow: hidden !important;
|
50
|
+
flex-basis: 0 !important;
|
51
|
+
overflow: hidden !important;
|
52
52
|
}
|
53
53
|
.e-splitter.e-splitter-horizontal {
|
54
54
|
-ms-flex-direction: row;
|
@@ -81,8 +81,8 @@
|
|
81
81
|
}
|
82
82
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
83
83
|
-ms-flex-preferred-size: 0 !important;
|
84
|
-
flex-basis: 0 !important;
|
85
|
-
overflow: hidden !important;
|
84
|
+
flex-basis: 0 !important;
|
85
|
+
overflow: hidden !important;
|
86
86
|
}
|
87
87
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
88
88
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -482,6 +482,4 @@
|
|
482
482
|
.e-splitter.e-disabled {
|
483
483
|
opacity: 0.4;
|
484
484
|
pointer-events: none;
|
485
|
-
}
|
486
|
-
|
487
|
-
/* stylelint-disable-line no-empty-source */
|
485
|
+
}
|
@@ -54,8 +54,8 @@
|
|
54
54
|
}
|
55
55
|
.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 {
|
56
56
|
-ms-flex-preferred-size: 0 !important;
|
57
|
-
flex-basis: 0 !important;
|
58
|
-
overflow: hidden !important;
|
57
|
+
flex-basis: 0 !important;
|
58
|
+
overflow: hidden !important;
|
59
59
|
}
|
60
60
|
.e-splitter.e-splitter-horizontal {
|
61
61
|
-ms-flex-direction: row;
|
@@ -88,8 +88,8 @@
|
|
88
88
|
}
|
89
89
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
90
90
|
-ms-flex-preferred-size: 0 !important;
|
91
|
-
flex-basis: 0 !important;
|
92
|
-
overflow: hidden !important;
|
91
|
+
flex-basis: 0 !important;
|
92
|
+
overflow: hidden !important;
|
93
93
|
}
|
94
94
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
95
95
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -489,6 +489,4 @@
|
|
489
489
|
.e-splitter.e-disabled {
|
490
490
|
opacity: 0.4;
|
491
491
|
pointer-events: none;
|
492
|
-
}
|
493
|
-
|
494
|
-
/* stylelint-disable-line no-empty-source */
|
492
|
+
}
|