@syncfusion/ej2-angular-splitbuttons 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-splitbuttons.es5.js +565 -0
- package/@syncfusion/ej2-angular-splitbuttons.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-splitbuttons.js +516 -0
- package/@syncfusion/ej2-angular-splitbuttons.js.map +1 -0
- package/CHANGELOG.md +256 -0
- package/dist/ej2-angular-splitbuttons.umd.js +603 -0
- package/dist/ej2-angular-splitbuttons.umd.js.map +1 -0
- package/dist/ej2-angular-splitbuttons.umd.min.js +11 -0
- package/dist/ej2-angular-splitbuttons.umd.min.js.map +1 -0
- package/ej2-angular-splitbuttons.d.ts +7 -0
- package/ej2-angular-splitbuttons.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +25 -0
- package/schematics/generators/dropdownbutton-default/index.d.ts +3 -0
- package/schematics/generators/dropdownbutton-default/index.js +8 -0
- package/schematics/generators/dropdownbutton-default/sample-details.d.ts +5 -0
- package/schematics/generators/dropdownbutton-default/sample-details.js +7 -0
- package/schematics/generators/dropdownbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +49 -0
- package/schematics/generators/dropdownbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +18 -0
- package/schematics/generators/dropdownbutton-default/schema.d.ts +3 -0
- package/schematics/generators/dropdownbutton-default/schema.js +2 -0
- package/schematics/generators/dropdownbutton-default/schema.json +125 -0
- package/schematics/generators/progressbutton-default/index.d.ts +3 -0
- package/schematics/generators/progressbutton-default/index.js +8 -0
- package/schematics/generators/progressbutton-default/sample-details.d.ts +5 -0
- package/schematics/generators/progressbutton-default/sample-details.js +7 -0
- package/schematics/generators/progressbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +47 -0
- package/schematics/generators/progressbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +53 -0
- package/schematics/generators/progressbutton-default/schema.d.ts +3 -0
- package/schematics/generators/progressbutton-default/schema.js +2 -0
- package/schematics/generators/progressbutton-default/schema.json +125 -0
- package/schematics/generators/splitbutton-default/index.d.ts +3 -0
- package/schematics/generators/splitbutton-default/index.js +8 -0
- package/schematics/generators/splitbutton-default/sample-details.d.ts +5 -0
- package/schematics/generators/splitbutton-default/sample-details.js +7 -0
- package/schematics/generators/splitbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
- package/schematics/generators/splitbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +18 -0
- package/schematics/generators/splitbutton-default/schema.d.ts +3 -0
- package/schematics/generators/splitbutton-default/schema.js +2 -0
- package/schematics/generators/splitbutton-default/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/drop-down-button/dropdownbutton-all.module.d.ts +0 -6
- package/src/drop-down-button/dropdownbutton.component.d.ts +0 -3
- package/src/drop-down-button/dropdownbutton.module.d.ts +0 -7
- package/src/drop-down-button/items.directive.d.ts +0 -5
- package/src/progress-button/progressbutton-all.module.d.ts +0 -6
- package/src/progress-button/progressbutton.component.d.ts +0 -3
- package/src/progress-button/progressbutton.module.d.ts +0 -6
- package/src/split-button/items.directive.d.ts +0 -5
- package/src/split-button/splitbutton-all.module.d.ts +0 -6
- package/src/split-button/splitbutton.component.d.ts +0 -3
- package/src/split-button/splitbutton.module.d.ts +0 -7
- package/styles/bootstrap-dark.css +5 -8
- package/styles/bootstrap.css +0 -3
- package/styles/bootstrap4.css +1 -4
- package/styles/bootstrap5-dark.css +0 -5
- package/styles/bootstrap5.css +0 -5
- package/styles/button-group/bootstrap-dark.css +0 -2
- package/styles/button-group/bootstrap-dark.scss +1 -4
- package/styles/button-group/bootstrap.css +0 -2
- package/styles/button-group/bootstrap.scss +1 -4
- package/styles/button-group/bootstrap4.css +0 -2
- package/styles/button-group/bootstrap4.scss +1 -4
- package/styles/button-group/bootstrap5-dark.css +0 -2
- package/styles/button-group/bootstrap5-dark.scss +1 -4
- package/styles/button-group/bootstrap5.css +0 -2
- package/styles/button-group/bootstrap5.scss +1 -4
- package/styles/button-group/fabric-dark.css +0 -2
- package/styles/button-group/fabric-dark.scss +1 -4
- package/styles/button-group/fabric.css +0 -2
- package/styles/button-group/fabric.scss +1 -4
- package/styles/button-group/fluent-dark.css +0 -2
- package/styles/button-group/fluent-dark.scss +1 -4
- package/styles/button-group/fluent.css +0 -2
- package/styles/button-group/fluent.scss +1 -4
- package/styles/button-group/highcontrast-light.css +0 -2
- package/styles/button-group/highcontrast-light.scss +1 -4
- package/styles/button-group/highcontrast.css +0 -2
- package/styles/button-group/highcontrast.scss +1 -4
- package/styles/button-group/material-dark.css +0 -2
- package/styles/button-group/material-dark.scss +1 -4
- package/styles/button-group/material.css +0 -2
- package/styles/button-group/material.scss +1 -4
- package/styles/button-group/tailwind-dark.css +0 -2
- package/styles/button-group/tailwind-dark.scss +1 -4
- package/styles/button-group/tailwind.css +0 -2
- package/styles/button-group/tailwind.scss +1 -4
- package/styles/drop-down-button/bootstrap-dark.scss +1 -6
- package/styles/drop-down-button/bootstrap.scss +1 -6
- package/styles/drop-down-button/bootstrap4.scss +1 -6
- package/styles/drop-down-button/bootstrap5-dark.css +0 -1
- package/styles/drop-down-button/bootstrap5-dark.scss +1 -6
- package/styles/drop-down-button/bootstrap5.css +0 -1
- package/styles/drop-down-button/bootstrap5.scss +1 -6
- package/styles/drop-down-button/fabric-dark.scss +1 -6
- package/styles/drop-down-button/fabric.scss +1 -6
- package/styles/drop-down-button/fluent-dark.css +0 -1
- package/styles/drop-down-button/fluent-dark.scss +1 -6
- package/styles/drop-down-button/fluent.css +0 -1
- package/styles/drop-down-button/fluent.scss +1 -6
- package/styles/drop-down-button/highcontrast-light.scss +1 -6
- package/styles/drop-down-button/highcontrast.scss +1 -6
- package/styles/drop-down-button/material-dark.scss +1 -6
- package/styles/drop-down-button/material.scss +1 -6
- package/styles/drop-down-button/tailwind-dark.css +0 -1
- package/styles/drop-down-button/tailwind-dark.scss +1 -6
- package/styles/drop-down-button/tailwind.css +0 -1
- package/styles/drop-down-button/tailwind.scss +1 -6
- package/styles/fabric-dark.css +0 -3
- package/styles/fabric.css +0 -3
- package/styles/fluent-dark.css +0 -5
- package/styles/fluent.css +0 -5
- package/styles/highcontrast-light.css +0 -3
- package/styles/highcontrast.css +2 -5
- package/styles/material-dark.css +0 -3
- package/styles/material.css +0 -3
- package/styles/progress-button/bootstrap-dark.css +5 -6
- package/styles/progress-button/bootstrap-dark.scss +1 -5
- package/styles/progress-button/bootstrap.css +0 -1
- package/styles/progress-button/bootstrap.scss +1 -5
- package/styles/progress-button/bootstrap4.css +1 -2
- package/styles/progress-button/bootstrap4.scss +1 -5
- package/styles/progress-button/bootstrap5-dark.css +0 -1
- package/styles/progress-button/bootstrap5-dark.scss +1 -5
- package/styles/progress-button/bootstrap5.css +0 -1
- package/styles/progress-button/bootstrap5.scss +1 -5
- package/styles/progress-button/fabric-dark.css +0 -1
- package/styles/progress-button/fabric-dark.scss +1 -5
- package/styles/progress-button/fabric.css +0 -1
- package/styles/progress-button/fabric.scss +1 -5
- package/styles/progress-button/fluent-dark.css +0 -1
- package/styles/progress-button/fluent-dark.scss +1 -5
- package/styles/progress-button/fluent.css +0 -1
- package/styles/progress-button/fluent.scss +1 -5
- package/styles/progress-button/highcontrast-light.css +0 -1
- package/styles/progress-button/highcontrast-light.scss +1 -5
- package/styles/progress-button/highcontrast.css +2 -3
- package/styles/progress-button/highcontrast.scss +1 -5
- package/styles/progress-button/material-dark.css +0 -1
- package/styles/progress-button/material-dark.scss +1 -5
- package/styles/progress-button/material.css +0 -1
- package/styles/progress-button/material.scss +1 -5
- package/styles/progress-button/tailwind-dark.css +0 -1
- package/styles/progress-button/tailwind-dark.scss +1 -5
- package/styles/progress-button/tailwind.css +0 -1
- package/styles/progress-button/tailwind.scss +1 -5
- package/styles/split-button/bootstrap-dark.scss +1 -6
- package/styles/split-button/bootstrap.scss +1 -6
- package/styles/split-button/bootstrap4.scss +1 -6
- package/styles/split-button/bootstrap5-dark.css +0 -1
- package/styles/split-button/bootstrap5-dark.scss +1 -6
- package/styles/split-button/bootstrap5.css +0 -1
- package/styles/split-button/bootstrap5.scss +1 -6
- package/styles/split-button/fabric-dark.scss +1 -6
- package/styles/split-button/fabric.scss +1 -6
- package/styles/split-button/fluent-dark.css +0 -1
- package/styles/split-button/fluent-dark.scss +1 -6
- package/styles/split-button/fluent.css +0 -1
- package/styles/split-button/fluent.scss +1 -6
- package/styles/split-button/highcontrast-light.scss +1 -6
- package/styles/split-button/highcontrast.scss +1 -6
- package/styles/split-button/material-dark.scss +1 -6
- package/styles/split-button/material.scss +1 -6
- package/styles/split-button/tailwind-dark.css +0 -1
- package/styles/split-button/tailwind-dark.scss +1 -6
- package/styles/split-button/tailwind.css +0 -1
- package/styles/split-button/tailwind.scss +1 -6
- package/styles/tailwind-dark.css +0 -5
- package/styles/tailwind.css +0 -5
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +0 -23
- package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +0 -64
- package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +0 -34
- package/esm2020/src/drop-down-button/items.directive.mjs +0 -46
- package/esm2020/src/index.mjs +0 -13
- package/esm2020/src/progress-button/progressbutton-all.module.mjs +0 -23
- package/esm2020/src/progress-button/progressbutton.component.mjs +0 -59
- package/esm2020/src/progress-button/progressbutton.module.mjs +0 -25
- package/esm2020/src/split-button/items.directive.mjs +0 -46
- package/esm2020/src/split-button/splitbutton-all.module.mjs +0 -23
- package/esm2020/src/split-button/splitbutton.component.mjs +0 -64
- package/esm2020/src/split-button/splitbutton.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
- package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
- package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
- package/styles/button-group/_all.scss +0 -2
- package/styles/button-group/_bootstrap-dark-definition.scss +0 -33
- package/styles/button-group/_bootstrap-definition.scss +0 -30
- package/styles/button-group/_bootstrap4-definition.scss +0 -30
- package/styles/button-group/_bootstrap5-dark-definition.scss +0 -1
- package/styles/button-group/_bootstrap5-definition.scss +0 -31
- package/styles/button-group/_fabric-dark-definition.scss +0 -33
- package/styles/button-group/_fabric-definition.scss +0 -30
- package/styles/button-group/_fluent-dark-definition.scss +0 -1
- package/styles/button-group/_fluent-definition.scss +0 -31
- package/styles/button-group/_fusionnew-definition.scss +0 -31
- package/styles/button-group/_group-button-mixin.scss +0 -72
- package/styles/button-group/_highcontrast-definition.scss +0 -32
- package/styles/button-group/_highcontrast-light-definition.scss +0 -35
- package/styles/button-group/_layout.scss +0 -288
- package/styles/button-group/_material-dark-definition.scss +0 -33
- package/styles/button-group/_material-definition.scss +0 -30
- package/styles/button-group/_material3-definition.scss +0 -31
- package/styles/button-group/_tailwind-dark-definition.scss +0 -1
- package/styles/button-group/_tailwind-definition.scss +0 -31
- package/styles/button-group/_theme.scss +0 -386
- package/styles/drop-down-button/_all.scss +0 -2
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -51
- package/styles/drop-down-button/_bootstrap-definition.scss +0 -48
- package/styles/drop-down-button/_bootstrap4-definition.scss +0 -48
- package/styles/drop-down-button/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-button/_bootstrap5-definition.scss +0 -50
- package/styles/drop-down-button/_fabric-dark-definition.scss +0 -51
- package/styles/drop-down-button/_fabric-definition.scss +0 -48
- package/styles/drop-down-button/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-button/_fluent-definition.scss +0 -52
- package/styles/drop-down-button/_fusionnew-definition.scss +0 -50
- package/styles/drop-down-button/_highcontrast-definition.scss +0 -47
- package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -50
- package/styles/drop-down-button/_layout.scss +0 -218
- package/styles/drop-down-button/_material-dark-definition.scss +0 -51
- package/styles/drop-down-button/_material-definition.scss +0 -48
- package/styles/drop-down-button/_material3-definition.scss +0 -50
- package/styles/drop-down-button/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-button/_tailwind-definition.scss +0 -49
- package/styles/drop-down-button/_theme.scss +0 -58
- package/styles/drop-down-button/icons/_bootstrap-dark.scss +0 -10
- package/styles/drop-down-button/icons/_bootstrap.scss +0 -10
- package/styles/drop-down-button/icons/_bootstrap4.scss +0 -10
- package/styles/drop-down-button/icons/_bootstrap5-dark.scss +0 -1
- package/styles/drop-down-button/icons/_bootstrap5.scss +0 -10
- package/styles/drop-down-button/icons/_fabric-dark.scss +0 -10
- package/styles/drop-down-button/icons/_fabric.scss +0 -10
- package/styles/drop-down-button/icons/_fluent-dark.scss +0 -1
- package/styles/drop-down-button/icons/_fluent.scss +0 -10
- package/styles/drop-down-button/icons/_fusionnew.scss +0 -10
- package/styles/drop-down-button/icons/_highcontrast-light.scss +0 -10
- package/styles/drop-down-button/icons/_highcontrast.scss +0 -10
- package/styles/drop-down-button/icons/_material-dark.scss +0 -10
- package/styles/drop-down-button/icons/_material.scss +0 -10
- package/styles/drop-down-button/icons/_material3.scss +0 -10
- package/styles/drop-down-button/icons/_tailwind-dark.scss +0 -10
- package/styles/drop-down-button/icons/_tailwind.scss +0 -10
- package/styles/progress-button/_all.scss +0 -2
- package/styles/progress-button/_bootstrap-dark-definition.scss +0 -27
- package/styles/progress-button/_bootstrap-definition.scss +0 -24
- package/styles/progress-button/_bootstrap4-definition.scss +0 -24
- package/styles/progress-button/_bootstrap5-dark-definition.scss +0 -1
- package/styles/progress-button/_bootstrap5-definition.scss +0 -21
- package/styles/progress-button/_fabric-dark-definition.scss +0 -27
- package/styles/progress-button/_fabric-definition.scss +0 -24
- package/styles/progress-button/_fluent-dark-definition.scss +0 -1
- package/styles/progress-button/_fluent-definition.scss +0 -21
- package/styles/progress-button/_fusionnew-definition.scss +0 -21
- package/styles/progress-button/_highcontrast-definition.scss +0 -24
- package/styles/progress-button/_highcontrast-light-definition.scss +0 -24
- package/styles/progress-button/_layout.scss +0 -396
- package/styles/progress-button/_material-dark-definition.scss +0 -27
- package/styles/progress-button/_material-definition.scss +0 -24
- package/styles/progress-button/_material3-definition.scss +0 -21
- package/styles/progress-button/_tailwind-dark-definition.scss +0 -1
- package/styles/progress-button/_tailwind-definition.scss +0 -21
- package/styles/progress-button/_theme.scss +0 -457
- package/styles/split-button/_all.scss +0 -2
- package/styles/split-button/_bootstrap-dark-definition.scss +0 -26
- package/styles/split-button/_bootstrap-definition.scss +0 -23
- package/styles/split-button/_bootstrap4-definition.scss +0 -26
- package/styles/split-button/_bootstrap5-dark-definition.scss +0 -1
- package/styles/split-button/_bootstrap5-definition.scss +0 -24
- package/styles/split-button/_fabric-dark-definition.scss +0 -26
- package/styles/split-button/_fabric-definition.scss +0 -23
- package/styles/split-button/_fluent-dark-definition.scss +0 -1
- package/styles/split-button/_fluent-definition.scss +0 -24
- package/styles/split-button/_fusionnew-definition.scss +0 -24
- package/styles/split-button/_highcontrast-definition.scss +0 -23
- package/styles/split-button/_highcontrast-light-definition.scss +0 -26
- package/styles/split-button/_layout.scss +0 -420
- package/styles/split-button/_material-dark-definition.scss +0 -26
- package/styles/split-button/_material-definition.scss +0 -23
- package/styles/split-button/_material3-definition.scss +0 -24
- package/styles/split-button/_tailwind-dark-definition.scss +0 -1
- package/styles/split-button/_tailwind-definition.scss +0 -24
- package/styles/split-button/_theme.scss +0 -136
- package/syncfusion-ej2-angular-splitbuttons.d.ts +0 -5
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable */
|
|
2
1
|
*.e-btn-group,
|
|
3
2
|
*.e-css.e-btn-group {
|
|
4
3
|
display: -ms-inline-flexbox;
|
|
@@ -235,7 +234,6 @@
|
|
|
235
234
|
font-size: 16px;
|
|
236
235
|
}
|
|
237
236
|
|
|
238
|
-
/* stylelint-disable */
|
|
239
237
|
.e-btn-group:not(.e-outline),
|
|
240
238
|
.e-css.e-btn-group:not(.e-outline) {
|
|
241
239
|
box-shadow: none;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable */
|
|
3
2
|
*.e-btn-group,
|
|
4
3
|
*.e-css.e-btn-group {
|
|
5
4
|
display: -ms-inline-flexbox;
|
|
@@ -236,7 +235,6 @@
|
|
|
236
235
|
font-size: 16px;
|
|
237
236
|
}
|
|
238
237
|
|
|
239
|
-
/* stylelint-disable */
|
|
240
238
|
.e-btn-group:not(.e-outline),
|
|
241
239
|
.e-css.e-btn-group:not(.e-outline) {
|
|
242
240
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable */
|
|
3
2
|
*.e-btn-group,
|
|
4
3
|
*.e-css.e-btn-group {
|
|
5
4
|
display: -ms-inline-flexbox;
|
|
@@ -236,7 +235,6 @@
|
|
|
236
235
|
font-size: 16px;
|
|
237
236
|
}
|
|
238
237
|
|
|
239
|
-
/* stylelint-disable */
|
|
240
238
|
.e-btn-group:not(.e-outline),
|
|
241
239
|
.e-css.e-btn-group:not(.e-outline) {
|
|
242
240
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
/* stylelint-disable */
|
|
3
2
|
*.e-btn-group,
|
|
4
3
|
*.e-css.e-btn-group {
|
|
5
4
|
display: -ms-inline-flexbox;
|
|
@@ -244,7 +243,6 @@
|
|
|
244
243
|
font-size: 22px;
|
|
245
244
|
}
|
|
246
245
|
|
|
247
|
-
/* stylelint-disable */
|
|
248
246
|
.e-btn-group:not(.e-outline),
|
|
249
247
|
.e-css.e-btn-group:not(.e-outline) {
|
|
250
248
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
/* stylelint-disable */
|
|
3
2
|
*.e-btn-group,
|
|
4
3
|
*.e-css.e-btn-group {
|
|
5
4
|
display: -ms-inline-flexbox;
|
|
@@ -244,7 +243,6 @@
|
|
|
244
243
|
font-size: 22px;
|
|
245
244
|
}
|
|
246
245
|
|
|
247
|
-
/* stylelint-disable */
|
|
248
246
|
.e-btn-group:not(.e-outline),
|
|
249
247
|
.e-css.e-btn-group:not(.e-outline) {
|
|
250
248
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'icons/bootstrap-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-definition.scss';
|
|
4
|
-
@import 'bootstrap-definition.scss';
|
|
5
|
-
@import 'icons/bootstrap.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
|
|
4
|
-
@import 'bootstrap4-definition.scss';
|
|
5
|
-
@import 'icons/bootstrap4.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap4.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
|
|
4
|
-
@import 'bootstrap5-definition.scss';
|
|
5
|
-
@import 'icons/bootstrap5.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
|
|
4
|
-
@import 'fabric-dark-definition.scss';
|
|
5
|
-
@import 'icons/fabric-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/fabric-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fabric-definition.scss';
|
|
4
|
-
@import 'fabric-definition.scss';
|
|
5
|
-
@import 'icons/fabric.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/fabric.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
|
|
4
|
-
@import 'fluent-dark-definition.scss';
|
|
5
|
-
@import 'icons/fluent-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/fluent-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fluent-definition.scss';
|
|
4
|
-
@import 'fluent-definition.scss';
|
|
5
|
-
@import 'icons/fluent.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/fluent.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/highcontrast-light-definition.scss';
|
|
4
|
-
@import 'highcontrast-light-definition.scss';
|
|
5
|
-
@import 'icons/highcontrast-light.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/highcontrast-light.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/highcontrast-definition.scss';
|
|
4
|
-
@import 'highcontrast-definition.scss';
|
|
5
|
-
@import 'icons/highcontrast.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/highcontrast.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/material-dark-definition.scss';
|
|
4
|
-
@import 'material-dark-definition.scss';
|
|
5
|
-
@import 'icons/material-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/material-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/material-definition.scss';
|
|
4
|
-
@import 'material-definition.scss';
|
|
5
|
-
@import 'icons/material.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/material.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'tailwind-dark-definition.scss';
|
|
5
|
-
@import 'icons/tailwind-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/tailwind-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/tailwind-definition.scss';
|
|
4
|
-
@import 'tailwind-definition.scss';
|
|
5
|
-
@import 'icons/tailwind.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/tailwind.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -522,7 +522,6 @@
|
|
|
522
522
|
border-left-color: transparent;
|
|
523
523
|
}
|
|
524
524
|
|
|
525
|
-
/* stylelint-disable */
|
|
526
525
|
*.e-btn-group,
|
|
527
526
|
*.e-css.e-btn-group {
|
|
528
527
|
display: -ms-inline-flexbox;
|
|
@@ -759,7 +758,6 @@
|
|
|
759
758
|
font-size: 16px;
|
|
760
759
|
}
|
|
761
760
|
|
|
762
|
-
/* stylelint-disable */
|
|
763
761
|
.e-btn-group:not(.e-outline),
|
|
764
762
|
.e-css.e-btn-group:not(.e-outline) {
|
|
765
763
|
box-shadow: none;
|
|
@@ -1275,7 +1273,6 @@
|
|
|
1275
1273
|
border-right: transparent;
|
|
1276
1274
|
}
|
|
1277
1275
|
|
|
1278
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1279
1276
|
@keyframes material-spinner-rotate {
|
|
1280
1277
|
0% {
|
|
1281
1278
|
transform: rotate(0);
|
package/styles/fabric.css
CHANGED
|
@@ -519,7 +519,6 @@
|
|
|
519
519
|
border-left-color: transparent;
|
|
520
520
|
}
|
|
521
521
|
|
|
522
|
-
/* stylelint-disable */
|
|
523
522
|
*.e-btn-group,
|
|
524
523
|
*.e-css.e-btn-group {
|
|
525
524
|
display: -ms-inline-flexbox;
|
|
@@ -756,7 +755,6 @@
|
|
|
756
755
|
font-size: 16px;
|
|
757
756
|
}
|
|
758
757
|
|
|
759
|
-
/* stylelint-disable */
|
|
760
758
|
.e-btn-group:not(.e-outline),
|
|
761
759
|
.e-css.e-btn-group:not(.e-outline) {
|
|
762
760
|
box-shadow: none;
|
|
@@ -1278,7 +1276,6 @@
|
|
|
1278
1276
|
border-right: transparent;
|
|
1279
1277
|
}
|
|
1280
1278
|
|
|
1281
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1282
1279
|
@keyframes material-spinner-rotate {
|
|
1283
1280
|
0% {
|
|
1284
1281
|
transform: rotate(0);
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable-line no-empty-source */
|
|
2
1
|
.e-dropdown-btn .e-caret::before,
|
|
3
2
|
.e-dropdown-btn.e-btn .e-caret::before {
|
|
4
3
|
content: "\e729";
|
|
@@ -213,7 +212,6 @@
|
|
|
213
212
|
border-bottom-color: #292827;
|
|
214
213
|
}
|
|
215
214
|
|
|
216
|
-
/* stylelint-disable-line no-empty-source */
|
|
217
215
|
/*! splitbutton layout */
|
|
218
216
|
.e-split-btn-wrapper {
|
|
219
217
|
display: -ms-inline-flexbox;
|
|
@@ -512,7 +510,6 @@
|
|
|
512
510
|
border-left-color: #8a8886;
|
|
513
511
|
}
|
|
514
512
|
|
|
515
|
-
/* stylelint-disable */
|
|
516
513
|
*.e-btn-group,
|
|
517
514
|
*.e-css.e-btn-group {
|
|
518
515
|
display: -ms-inline-flexbox;
|
|
@@ -749,7 +746,6 @@
|
|
|
749
746
|
font-size: 20px;
|
|
750
747
|
}
|
|
751
748
|
|
|
752
|
-
/* stylelint-disable */
|
|
753
749
|
.e-btn-group:not(.e-outline),
|
|
754
750
|
.e-css.e-btn-group:not(.e-outline) {
|
|
755
751
|
box-shadow: none;
|
|
@@ -1268,7 +1264,6 @@
|
|
|
1268
1264
|
border-right: transparent;
|
|
1269
1265
|
}
|
|
1270
1266
|
|
|
1271
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1272
1267
|
@keyframes material-spinner-rotate {
|
|
1273
1268
|
0% {
|
|
1274
1269
|
transform: rotate(0);
|
package/styles/fluent.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable-line no-empty-source */
|
|
2
1
|
.e-dropdown-btn .e-caret::before,
|
|
3
2
|
.e-dropdown-btn.e-btn .e-caret::before {
|
|
4
3
|
content: "\e729";
|
|
@@ -213,7 +212,6 @@
|
|
|
213
212
|
border-bottom-color: #edebe9;
|
|
214
213
|
}
|
|
215
214
|
|
|
216
|
-
/* stylelint-disable-line no-empty-source */
|
|
217
215
|
/*! splitbutton layout */
|
|
218
216
|
.e-split-btn-wrapper {
|
|
219
217
|
display: -ms-inline-flexbox;
|
|
@@ -512,7 +510,6 @@
|
|
|
512
510
|
border-left-color: #8a8886;
|
|
513
511
|
}
|
|
514
512
|
|
|
515
|
-
/* stylelint-disable */
|
|
516
513
|
*.e-btn-group,
|
|
517
514
|
*.e-css.e-btn-group {
|
|
518
515
|
display: -ms-inline-flexbox;
|
|
@@ -749,7 +746,6 @@
|
|
|
749
746
|
font-size: 20px;
|
|
750
747
|
}
|
|
751
748
|
|
|
752
|
-
/* stylelint-disable */
|
|
753
749
|
.e-btn-group:not(.e-outline),
|
|
754
750
|
.e-css.e-btn-group:not(.e-outline) {
|
|
755
751
|
box-shadow: none;
|
|
@@ -1268,7 +1264,6 @@
|
|
|
1268
1264
|
border-right: transparent;
|
|
1269
1265
|
}
|
|
1270
1266
|
|
|
1271
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1272
1267
|
@keyframes material-spinner-rotate {
|
|
1273
1268
|
0% {
|
|
1274
1269
|
transform: rotate(0);
|
|
@@ -522,7 +522,6 @@
|
|
|
522
522
|
border-left-color: #000;
|
|
523
523
|
}
|
|
524
524
|
|
|
525
|
-
/* stylelint-disable */
|
|
526
525
|
*.e-btn-group,
|
|
527
526
|
*.e-css.e-btn-group {
|
|
528
527
|
display: -ms-inline-flexbox;
|
|
@@ -759,7 +758,6 @@
|
|
|
759
758
|
font-size: 16px;
|
|
760
759
|
}
|
|
761
760
|
|
|
762
|
-
/* stylelint-disable */
|
|
763
761
|
.e-btn-group:not(.e-outline),
|
|
764
762
|
.e-css.e-btn-group:not(.e-outline) {
|
|
765
763
|
box-shadow: none;
|
|
@@ -1275,7 +1273,6 @@
|
|
|
1275
1273
|
border-right: transparent;
|
|
1276
1274
|
}
|
|
1277
1275
|
|
|
1278
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1279
1276
|
@keyframes material-spinner-rotate {
|
|
1280
1277
|
0% {
|
|
1281
1278
|
transform: rotate(0);
|
package/styles/highcontrast.css
CHANGED
|
@@ -522,7 +522,6 @@
|
|
|
522
522
|
border-left-color: #fff;
|
|
523
523
|
}
|
|
524
524
|
|
|
525
|
-
/* stylelint-disable */
|
|
526
525
|
*.e-btn-group,
|
|
527
526
|
*.e-css.e-btn-group {
|
|
528
527
|
display: -ms-inline-flexbox;
|
|
@@ -759,7 +758,6 @@
|
|
|
759
758
|
font-size: 16px;
|
|
760
759
|
}
|
|
761
760
|
|
|
762
|
-
/* stylelint-disable */
|
|
763
761
|
.e-btn-group:not(.e-outline),
|
|
764
762
|
.e-css.e-btn-group:not(.e-outline) {
|
|
765
763
|
box-shadow: none;
|
|
@@ -1326,7 +1324,6 @@
|
|
|
1326
1324
|
border-right: transparent;
|
|
1327
1325
|
}
|
|
1328
1326
|
|
|
1329
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1330
1327
|
@keyframes material-spinner-rotate {
|
|
1331
1328
|
0% {
|
|
1332
1329
|
transform: rotate(0);
|
|
@@ -1817,11 +1814,11 @@
|
|
|
1817
1814
|
*.e-success .e-progress,
|
|
1818
1815
|
*.e-danger .e-progress,
|
|
1819
1816
|
*.e-info .e-progress {
|
|
1820
|
-
background-color: rgba(
|
|
1817
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1821
1818
|
}
|
|
1822
1819
|
|
|
1823
1820
|
*.e-warning .e-progress {
|
|
1824
|
-
background-color: rgba(
|
|
1821
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1825
1822
|
}
|
|
1826
1823
|
|
|
1827
1824
|
*.e-flat.e-primary .e-progress {
|
package/styles/material-dark.css
CHANGED
|
@@ -523,7 +523,6 @@
|
|
|
523
523
|
border-left-color: transparent;
|
|
524
524
|
}
|
|
525
525
|
|
|
526
|
-
/* stylelint-disable */
|
|
527
526
|
*.e-btn-group,
|
|
528
527
|
*.e-css.e-btn-group {
|
|
529
528
|
display: -ms-inline-flexbox;
|
|
@@ -760,7 +759,6 @@
|
|
|
760
759
|
font-size: 16px;
|
|
761
760
|
}
|
|
762
761
|
|
|
763
|
-
/* stylelint-disable */
|
|
764
762
|
.e-btn-group:not(.e-outline),
|
|
765
763
|
.e-css.e-btn-group:not(.e-outline) {
|
|
766
764
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -1276,7 +1274,6 @@
|
|
|
1276
1274
|
border-right: transparent;
|
|
1277
1275
|
}
|
|
1278
1276
|
|
|
1279
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1280
1277
|
@keyframes material-spinner-rotate {
|
|
1281
1278
|
0% {
|
|
1282
1279
|
transform: rotate(0deg);
|
package/styles/material.css
CHANGED
|
@@ -520,7 +520,6 @@
|
|
|
520
520
|
border-left-color: transparent;
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
-
/* stylelint-disable */
|
|
524
523
|
*.e-btn-group,
|
|
525
524
|
*.e-css.e-btn-group {
|
|
526
525
|
display: -ms-inline-flexbox;
|
|
@@ -757,7 +756,6 @@
|
|
|
757
756
|
font-size: 16px;
|
|
758
757
|
}
|
|
759
758
|
|
|
760
|
-
/* stylelint-disable */
|
|
761
759
|
.e-btn-group:not(.e-outline),
|
|
762
760
|
.e-css.e-btn-group:not(.e-outline) {
|
|
763
761
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -1277,7 +1275,6 @@
|
|
|
1277
1275
|
border-right: transparent;
|
|
1278
1276
|
}
|
|
1279
1277
|
|
|
1280
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1281
1278
|
@keyframes material-spinner-rotate {
|
|
1282
1279
|
0% {
|
|
1283
1280
|
transform: rotate(0deg);
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
@keyframes material-spinner-rotate {
|
|
3
2
|
0% {
|
|
4
3
|
transform: rotate(0);
|
|
@@ -497,19 +496,19 @@
|
|
|
497
496
|
}
|
|
498
497
|
|
|
499
498
|
*.e-flat.e-primary .e-progress {
|
|
500
|
-
background-color: rgba(255,
|
|
499
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
501
500
|
}
|
|
502
501
|
*.e-flat.e-success .e-progress {
|
|
503
|
-
background-color: rgba(
|
|
502
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
504
503
|
}
|
|
505
504
|
*.e-flat.e-info .e-progress {
|
|
506
|
-
background-color: rgba(
|
|
505
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
507
506
|
}
|
|
508
507
|
*.e-flat.e-warning .e-progress {
|
|
509
|
-
background-color: rgba(
|
|
508
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
510
509
|
}
|
|
511
510
|
*.e-flat.e-danger .e-progress {
|
|
512
|
-
background-color: rgba(
|
|
511
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
513
512
|
}
|
|
514
513
|
|
|
515
514
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
4
|
-
@import 'bootstrap-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
@keyframes material-spinner-rotate {
|
|
3
2
|
0% {
|
|
4
3
|
transform: rotate(0);
|
|
@@ -490,7 +489,7 @@
|
|
|
490
489
|
*.e-success .e-progress,
|
|
491
490
|
*.e-danger .e-progress,
|
|
492
491
|
*.e-info .e-progress {
|
|
493
|
-
background-color: rgba(
|
|
492
|
+
background-color: rgba(73, 80, 87, 0.2);
|
|
494
493
|
}
|
|
495
494
|
|
|
496
495
|
*.e-warning .e-progress {
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
4
|
-
@import 'bootstrap4-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap4.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap5-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
|
|
4
|
-
@import 'bootstrap5-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap5.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
|
|
4
|
-
@import 'fabric-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/fabric-dark.scss';
|