@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
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.pkgName = '@syncfusion/ej2-angular-splitbuttons';
|
|
4
|
+
exports.pkgVer = '^20.2.45';
|
|
5
|
+
exports.moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
|
|
6
|
+
exports.themeVer = '~20.2.45';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
|
|
2
|
-
export const pkgVer = '^20.
|
|
2
|
+
export const pkgVer = '^20.2.45';
|
|
3
3
|
export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
|
|
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 "./dropdownbutton.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the DropDownButton component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class DropDownButtonAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownButtonAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownButtonModule], [typeof i2.DropDownButtonModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownButtonAllModule>;
|
|
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 { DropDownButton } from '@syncfusion/ej2-splitbuttons';
|
|
4
4
|
import { DropDownButtonItemsDirective } from './items.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[];
|
|
@@ -35,6 +34,4 @@ export declare class DropDownButtonComponent extends DropDownButton implements I
|
|
|
35
34
|
ngAfterContentChecked(): void;
|
|
36
35
|
registerEvents: (eventList: string[]) => void;
|
|
37
36
|
addTwoWay: (propList: string[]) => void;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownButtonComponent, "[ejs-dropdownbutton]", never, { "content": "content"; "createPopupOnClick": "createPopupOnClick"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "items": "items"; "locale": "locale"; "target": "target"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "close": "close"; "created": "created"; "open": "open"; "select": "select"; }, ["childItems"], ["*"]>;
|
|
40
37
|
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dropdownbutton.component";
|
|
3
|
-
import * as i2 from "./items.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the DropDownButton component.
|
|
7
3
|
*/
|
|
8
4
|
export declare class DropDownButtonModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownButtonModule, [typeof i1.DropDownButtonComponent, typeof i2.DropDownButtonItemDirective, typeof i2.DropDownButtonItemsDirective], [typeof i3.CommonModule], [typeof i1.DropDownButtonComponent, typeof i2.DropDownButtonItemDirective, typeof i2.DropDownButtonItemsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownButtonModule>;
|
|
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
|
export declare class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {
|
|
5
4
|
private viewContainerRef;
|
|
6
5
|
directivePropList: any;
|
|
@@ -36,8 +35,6 @@ export declare class DropDownButtonItemDirective extends ComplexBase<DropDownBut
|
|
|
36
35
|
*/
|
|
37
36
|
url: any;
|
|
38
37
|
constructor(viewContainerRef: ViewContainerRef);
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonItemDirective, never>;
|
|
40
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownButtonItemDirective, "e-dropdownbuttonitems>e-dropdownbuttonitem", never, { "disabled": "disabled"; "iconCss": "iconCss"; "id": "id"; "separator": "separator"; "text": "text"; "url": "url"; }, {}, never>;
|
|
41
38
|
}
|
|
42
39
|
/**
|
|
43
40
|
* DropDownButtonItem Array Directive
|
|
@@ -45,6 +42,4 @@ export declare class DropDownButtonItemDirective extends ComplexBase<DropDownBut
|
|
|
45
42
|
*/
|
|
46
43
|
export declare class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {
|
|
47
44
|
constructor();
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonItemsDirective, never>;
|
|
49
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownButtonItemsDirective, "ejs-dropdownbutton>e-dropdownbuttonitems", never, {}, {}, ["children"]>;
|
|
50
45
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./progressbutton.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the ProgressButton component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ProgressButtonAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressButtonAllModule, never, [typeof i1.CommonModule, typeof i2.ProgressButtonModule], [typeof i2.ProgressButtonModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ProgressButtonAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { ProgressButton } from '@syncfusion/ej2-splitbuttons';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -30,6 +29,4 @@ export declare class ProgressButtonComponent extends ProgressButton implements I
|
|
|
30
29
|
ngAfterContentChecked(): void;
|
|
31
30
|
registerEvents: (eventList: string[]) => void;
|
|
32
31
|
addTwoWay: (propList: string[]) => void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressButtonComponent, "[ejs-progressbutton]", never, { "animationSettings": "animationSettings"; "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "duration": "duration"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableProgress": "enableProgress"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "isPrimary": "isPrimary"; "isToggle": "isToggle"; "spinSettings": "spinSettings"; }, { "begin": "begin"; "created": "created"; "end": "end"; "fail": "fail"; "progress": "progress"; }, never, ["*"]>;
|
|
35
32
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./progressbutton.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the ProgressButton component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ProgressButtonModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressButtonModule, [typeof i1.ProgressButtonComponent], [typeof i2.CommonModule], [typeof i1.ProgressButtonComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ProgressButtonModule>;
|
|
11
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
|
export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonItemDirective> {
|
|
5
4
|
private viewContainerRef;
|
|
6
5
|
directivePropList: any;
|
|
@@ -36,8 +35,6 @@ export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonIte
|
|
|
36
35
|
*/
|
|
37
36
|
url: any;
|
|
38
37
|
constructor(viewContainerRef: ViewContainerRef);
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonItemDirective, never>;
|
|
40
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SplitButtonItemDirective, "e-splitbuttonitems>e-splitbuttonitem", never, { "disabled": "disabled"; "iconCss": "iconCss"; "id": "id"; "separator": "separator"; "text": "text"; "url": "url"; }, {}, never>;
|
|
41
38
|
}
|
|
42
39
|
/**
|
|
43
40
|
* SplitButtonItem Array Directive
|
|
@@ -45,6 +42,4 @@ export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonIte
|
|
|
45
42
|
*/
|
|
46
43
|
export declare class SplitButtonItemsDirective extends ArrayBase<SplitButtonItemsDirective> {
|
|
47
44
|
constructor();
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonItemsDirective, never>;
|
|
49
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SplitButtonItemsDirective, "ejs-splitbutton>e-splitbuttonitems", never, {}, {}, ["children"]>;
|
|
50
45
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./splitbutton.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the SplitButton component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class SplitButtonAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonAllModule, never, [typeof i1.CommonModule, typeof i2.SplitButtonModule], [typeof i2.SplitButtonModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonAllModule>;
|
|
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 { SplitButton } from '@syncfusion/ej2-splitbuttons';
|
|
4
4
|
import { SplitButtonItemsDirective } from './items.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[];
|
|
@@ -36,6 +35,4 @@ export declare class SplitButtonComponent extends SplitButton implements ICompon
|
|
|
36
35
|
ngAfterContentChecked(): void;
|
|
37
36
|
registerEvents: (eventList: string[]) => void;
|
|
38
37
|
addTwoWay: (propList: string[]) => void;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "ejs-splitbutton", never, { "content": "content"; "createPopupOnClick": "createPopupOnClick"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "items": "items"; "locale": "locale"; "target": "target"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "click": "click"; "close": "close"; "created": "created"; "open": "open"; "select": "select"; }, ["childItems"], ["*"]>;
|
|
41
38
|
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./splitbutton.component";
|
|
3
|
-
import * as i2 from "./items.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the SplitButton component.
|
|
7
3
|
*/
|
|
8
4
|
export declare class SplitButtonModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonModule, [typeof i1.SplitButtonComponent, typeof i2.SplitButtonItemDirective, typeof i2.SplitButtonItemsDirective], [typeof i3.CommonModule], [typeof i1.SplitButtonComponent, typeof i2.SplitButtonItemDirective, typeof i2.SplitButtonItemsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonModule>;
|
|
12
5
|
}
|
|
@@ -522,7 +522,6 @@
|
|
|
522
522
|
border-left-color: #676767;
|
|
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: 14px;
|
|
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);
|
|
@@ -1774,19 +1771,19 @@
|
|
|
1774
1771
|
}
|
|
1775
1772
|
|
|
1776
1773
|
*.e-flat.e-primary .e-progress {
|
|
1777
|
-
background-color: rgba(255,
|
|
1774
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1778
1775
|
}
|
|
1779
1776
|
*.e-flat.e-success .e-progress {
|
|
1780
|
-
background-color: rgba(
|
|
1777
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1781
1778
|
}
|
|
1782
1779
|
*.e-flat.e-info .e-progress {
|
|
1783
|
-
background-color: rgba(
|
|
1780
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1784
1781
|
}
|
|
1785
1782
|
*.e-flat.e-warning .e-progress {
|
|
1786
|
-
background-color: rgba(
|
|
1783
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1787
1784
|
}
|
|
1788
1785
|
*.e-flat.e-danger .e-progress {
|
|
1789
|
-
background-color: rgba(
|
|
1786
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1790
1787
|
}
|
|
1791
1788
|
|
|
1792
1789
|
*.e-outline:not(:focus).e-primary .e-progress {
|
package/styles/bootstrap.css
CHANGED
|
@@ -522,7 +522,6 @@
|
|
|
522
522
|
border-left-color: #adadad;
|
|
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: 14px;
|
|
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;
|
|
@@ -1248,7 +1246,6 @@
|
|
|
1248
1246
|
border-color: #4e0d14;
|
|
1249
1247
|
outline-color: inherit;
|
|
1250
1248
|
}
|
|
1251
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1252
1249
|
@keyframes material-spinner-rotate {
|
|
1253
1250
|
0% {
|
|
1254
1251
|
transform: rotate(0);
|
package/styles/bootstrap4.css
CHANGED
|
@@ -505,7 +505,6 @@
|
|
|
505
505
|
border-left-color: #545b62;
|
|
506
506
|
}
|
|
507
507
|
|
|
508
|
-
/* stylelint-disable */
|
|
509
508
|
*.e-btn-group,
|
|
510
509
|
*.e-css.e-btn-group {
|
|
511
510
|
display: -ms-inline-flexbox;
|
|
@@ -742,7 +741,6 @@
|
|
|
742
741
|
font-size: 16px;
|
|
743
742
|
}
|
|
744
743
|
|
|
745
|
-
/* stylelint-disable */
|
|
746
744
|
.e-btn-group:not(.e-outline),
|
|
747
745
|
.e-css.e-btn-group:not(.e-outline) {
|
|
748
746
|
box-shadow: none;
|
|
@@ -1262,7 +1260,6 @@
|
|
|
1262
1260
|
border-right: transparent;
|
|
1263
1261
|
}
|
|
1264
1262
|
|
|
1265
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1266
1263
|
@keyframes material-spinner-rotate {
|
|
1267
1264
|
0% {
|
|
1268
1265
|
transform: rotate(0);
|
|
@@ -1754,7 +1751,7 @@
|
|
|
1754
1751
|
*.e-success .e-progress,
|
|
1755
1752
|
*.e-danger .e-progress,
|
|
1756
1753
|
*.e-info .e-progress {
|
|
1757
|
-
background-color: rgba(
|
|
1754
|
+
background-color: rgba(73, 80, 87, 0.2);
|
|
1758
1755
|
}
|
|
1759
1756
|
|
|
1760
1757
|
*.e-warning .e-progress {
|
|
@@ -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: "\e70d";
|
|
@@ -217,7 +216,6 @@
|
|
|
217
216
|
border-bottom-color: #444c54;
|
|
218
217
|
}
|
|
219
218
|
|
|
220
|
-
/* stylelint-disable-line no-empty-source */
|
|
221
219
|
/*! splitbutton layout */
|
|
222
220
|
.e-split-btn-wrapper {
|
|
223
221
|
display: -ms-inline-flexbox;
|
|
@@ -520,7 +518,6 @@
|
|
|
520
518
|
border-left-color: #6c757d;
|
|
521
519
|
}
|
|
522
520
|
|
|
523
|
-
/* stylelint-disable */
|
|
524
521
|
*.e-btn-group,
|
|
525
522
|
*.e-css.e-btn-group {
|
|
526
523
|
display: -ms-inline-flexbox;
|
|
@@ -765,7 +762,6 @@
|
|
|
765
762
|
font-size: 20px;
|
|
766
763
|
}
|
|
767
764
|
|
|
768
|
-
/* stylelint-disable */
|
|
769
765
|
.e-btn-group:not(.e-outline),
|
|
770
766
|
.e-css.e-btn-group:not(.e-outline) {
|
|
771
767
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
@@ -1272,7 +1268,6 @@
|
|
|
1272
1268
|
border-right: transparent;
|
|
1273
1269
|
}
|
|
1274
1270
|
|
|
1275
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1276
1271
|
@keyframes material-spinner-rotate {
|
|
1277
1272
|
0% {
|
|
1278
1273
|
transform: rotate(0);
|
package/styles/bootstrap5.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: "\e70d";
|
|
@@ -217,7 +216,6 @@
|
|
|
217
216
|
border-bottom-color: #dee2e6;
|
|
218
217
|
}
|
|
219
218
|
|
|
220
|
-
/* stylelint-disable-line no-empty-source */
|
|
221
219
|
/*! splitbutton layout */
|
|
222
220
|
.e-split-btn-wrapper {
|
|
223
221
|
display: -ms-inline-flexbox;
|
|
@@ -520,7 +518,6 @@
|
|
|
520
518
|
border-left-color: #6c757d;
|
|
521
519
|
}
|
|
522
520
|
|
|
523
|
-
/* stylelint-disable */
|
|
524
521
|
*.e-btn-group,
|
|
525
522
|
*.e-css.e-btn-group {
|
|
526
523
|
display: -ms-inline-flexbox;
|
|
@@ -765,7 +762,6 @@
|
|
|
765
762
|
font-size: 20px;
|
|
766
763
|
}
|
|
767
764
|
|
|
768
|
-
/* stylelint-disable */
|
|
769
765
|
.e-btn-group:not(.e-outline),
|
|
770
766
|
.e-css.e-btn-group:not(.e-outline) {
|
|
771
767
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
@@ -1272,7 +1268,6 @@
|
|
|
1272
1268
|
border-right: transparent;
|
|
1273
1269
|
}
|
|
1274
1270
|
|
|
1275
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1276
1271
|
@keyframes material-spinner-rotate {
|
|
1277
1272
|
0% {
|
|
1278
1273
|
transform: rotate(0);
|
|
@@ -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: 14px;
|
|
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,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: 14px;
|
|
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,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,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable */
|
|
2
1
|
*.e-btn-group,
|
|
3
2
|
*.e-css.e-btn-group {
|
|
4
3
|
display: -ms-inline-flexbox;
|
|
@@ -243,7 +242,6 @@
|
|
|
243
242
|
font-size: 20px;
|
|
244
243
|
}
|
|
245
244
|
|
|
246
|
-
/* stylelint-disable */
|
|
247
245
|
.e-btn-group:not(.e-outline),
|
|
248
246
|
.e-css.e-btn-group:not(.e-outline) {
|
|
249
247
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
@@ -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;
|
|
@@ -243,7 +242,6 @@
|
|
|
243
242
|
font-size: 20px;
|
|
244
243
|
}
|
|
245
244
|
|
|
246
|
-
/* stylelint-disable */
|
|
247
245
|
.e-btn-group:not(.e-outline),
|
|
248
246
|
.e-css.e-btn-group:not(.e-outline) {
|
|
249
247
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
@@ -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,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,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: 20px;
|
|
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,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: 20px;
|
|
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,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,4 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/button-group/highcontrast-light.scss';
|