@syncfusion/ej2-angular-splitbuttons 26.2.10 → 27.1.48

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.
Files changed (63) hide show
  1. package/CHANGELOG.md +0 -2
  2. package/README.md +6 -6
  3. package/package.json +9 -9
  4. package/schematics/collection.json +10 -9
  5. package/schematics/ng-add/index.d.ts +3 -0
  6. package/schematics/ng-add/index.js +9 -0
  7. package/schematics/ng-add/index.ts +10 -10
  8. package/schematics/ng-add/schema.d.ts +13 -0
  9. package/schematics/ng-add/schema.js +2 -0
  10. package/schematics/ng-add/schema.json +34 -34
  11. package/schematics/ng-add/schema.ts +30 -30
  12. package/schematics/tsconfig.json +25 -25
  13. package/schematics/utils/lib-details.d.ts +4 -0
  14. package/schematics/utils/lib-details.js +6 -0
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/styles/bootstrap-dark-lite.css +1 -0
  17. package/styles/bootstrap-dark-lite.scss +1 -0
  18. package/styles/bootstrap-lite.css +1 -0
  19. package/styles/bootstrap-lite.scss +1 -0
  20. package/styles/bootstrap4-lite.css +1 -0
  21. package/styles/bootstrap4-lite.scss +1 -0
  22. package/styles/bootstrap5-dark-lite.css +1 -0
  23. package/styles/bootstrap5-dark-lite.scss +1 -0
  24. package/styles/bootstrap5-lite.css +1 -0
  25. package/styles/bootstrap5-lite.scss +1 -0
  26. package/styles/bootstrap5.3-lite.css +1 -0
  27. package/styles/bootstrap5.3-lite.scss +1 -0
  28. package/styles/bootstrap5.3.css +1 -0
  29. package/styles/bootstrap5.3.scss +4 -0
  30. package/styles/button-group/bootstrap5.3.css +1 -0
  31. package/styles/button-group/bootstrap5.3.scss +1 -0
  32. package/styles/drop-down-button/bootstrap5.3.css +1 -0
  33. package/styles/drop-down-button/bootstrap5.3.scss +1 -0
  34. package/styles/fabric-dark-lite.css +1 -0
  35. package/styles/fabric-dark-lite.scss +1 -0
  36. package/styles/fabric-lite.css +1 -0
  37. package/styles/fabric-lite.scss +1 -0
  38. package/styles/fluent-dark-lite.css +1 -0
  39. package/styles/fluent-dark-lite.scss +1 -0
  40. package/styles/fluent-lite.css +1 -0
  41. package/styles/fluent-lite.scss +1 -0
  42. package/styles/fluent2-lite.css +1 -0
  43. package/styles/fluent2-lite.scss +1 -0
  44. package/styles/highcontrast-light-lite.css +1 -0
  45. package/styles/highcontrast-light-lite.scss +1 -0
  46. package/styles/highcontrast-lite.css +1 -0
  47. package/styles/highcontrast-lite.scss +1 -0
  48. package/styles/material-dark-lite.css +1 -0
  49. package/styles/material-dark-lite.scss +1 -0
  50. package/styles/material-lite.css +1 -0
  51. package/styles/material-lite.scss +1 -0
  52. package/styles/material3-dark-lite.css +1 -0
  53. package/styles/material3-dark-lite.scss +1 -0
  54. package/styles/material3-lite.css +1 -0
  55. package/styles/material3-lite.scss +1 -0
  56. package/styles/progress-button/bootstrap5.3.css +1 -0
  57. package/styles/progress-button/bootstrap5.3.scss +1 -0
  58. package/styles/split-button/bootstrap5.3.css +1 -0
  59. package/styles/split-button/bootstrap5.3.scss +1 -0
  60. package/styles/tailwind-dark-lite.css +1 -0
  61. package/styles/tailwind-dark-lite.scss +1 -0
  62. package/styles/tailwind-lite.css +1 -0
  63. package/styles/tailwind-lite.scss +1 -0
package/CHANGELOG.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 26.1.35 (2024-06-11)
6
-
7
5
  ### DropDownButton
8
6
 
9
7
  #### Bug Fixes
package/README.md CHANGED
@@ -4,9 +4,9 @@ A package of Syncfusion Angular UI Components (Essential JS 2) DropDownButton, S
4
4
 
5
5
  ![SplitButton](https://ej2.syncfusion.com/products/images/splitbutton/readme.gif)
6
6
 
7
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
7
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
8
8
 
9
- > A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
9
+ > A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
10
10
 
11
11
  ## Setup
12
12
 
@@ -22,22 +22,22 @@ Following list of components are available in the package.
22
22
 
23
23
  * DropDownButton - `DropDownButton` is used to toggle contextual overlays for displaying list of action items.
24
24
  * [Getting Started](https://ej2.syncfusion.com/angular/documentation/drop-down-button/getting-started?utm_source=npm&utm_campaign=drop-down-button)
25
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=drop-down-button#/material/button/drop-down-button)
25
+ * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=drop-down-button#/fluent2/button/dropdown-button)
26
26
  * [Product Page](https://www.syncfusion.com/angular-ui-components/dropdown-menu)
27
27
 
28
28
  * SplitButton - `SplitButton` has primary and secondary button. Primary button is used to select default action and secondary button is used to toggle contextual overlays for displaying list of action items.
29
29
  * [Getting Started](https://ej2.syncfusion.com/angular/documentation/split-button/getting-started?utm_source=npm&utm_campaign=split-button)
30
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=split-button#/material/button/split-button)
30
+ * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=split-button#/fluent2/button/split-button)
31
31
  * [Product Page](https://www.syncfusion.com/angular-ui-components/split-button)
32
32
 
33
33
  * ProgressButton - `ProgressButton` visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.
34
34
  * [Getting Started](https://ej2.syncfusion.com/angular/documentation/progress-button/getting-started?utm_source=npm&utm_campaign=progress-button)
35
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=progress-button#/material/button/progress-button)
35
+ * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=progress-button#/fluent2/button/progress-button)
36
36
  * [Product Page](https://www.syncfusion.com/angular-ui-components/progress-button)
37
37
 
38
38
  * ButtonGroup - `ButtonGroup` is a graphical user interface that groups series of buttons horizontally or vertically.
39
39
  * [Getting Started](https://ej2.syncfusion.com/angular/documentation/button-group/getting-started?utm_source=npm&utm_campaign=button-group)
40
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=button-group#/material/button/button-group)
40
+ * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=button-group#/fluent2/button/button-group)
41
41
  * [Product Page](https://www.syncfusion.com/angular-ui-components/button-group)
42
42
 
43
43
  ## Supported Frameworks
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-angular-splitbuttons@26.2.5",
3
+ "_id": "@syncfusion/ej2-angular-splitbuttons@19.16.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-va2jm7c5SJ/3/4ygU2Q45EcgHpn0sRYWbiwLk9bNbmKWB/4kM0N7Olmo6wvxive/DM7semh5ENvTBQLDNzgVqA==",
5
+ "_integrity": "sha512-BDhcI/5D4HrDtHPflSl6P5a9UppPr78icX1SLxEc+ARCHVG+OOHlQ9iUEoeygo+4dKPaoL3G91P3dhA01PyTQw==",
6
6
  "_location": "/@syncfusion/ej2-angular-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-splitbuttons/-/ej2-angular-splitbuttons-26.2.5.tgz",
23
- "_shasum": "2706440945fb87a24d5bf2a6b080e35a5e6db7c3",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-splitbuttons/-/ej2-angular-splitbuttons-19.16.4.tgz",
23
+ "_shasum": "0d0edda497e1979e11ed18e90353285657d204d9",
24
24
  "_spec": "@syncfusion/ej2-angular-splitbuttons@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~26.2.10",
35
- "@syncfusion/ej2-base": "~26.2.10",
36
- "@syncfusion/ej2-splitbuttons": "26.2.10",
34
+ "@syncfusion/ej2-angular-base": "~27.1.48",
35
+ "@syncfusion/ej2-base": "~27.1.48",
36
+ "@syncfusion/ej2-splitbuttons": "27.1.48",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -83,5 +83,5 @@
83
83
  "schematics": "./schematics/collection.json",
84
84
  "sideEffects": false,
85
85
  "typings": "syncfusion-ej2-angular-splitbuttons.d.ts",
86
- "version": "26.2.10"
86
+ "version": "27.1.48"
87
87
  }
@@ -1,10 +1,11 @@
1
1
  {
2
- "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
- "schematics": {
4
- "ng-add": {
5
- "description": "Adds Essential JS 2 specific Angular package to an application",
6
- "factory": "./ng-add",
7
- "schema": "./ng-add/schema.json"
8
- }
9
- }
10
- }
2
+ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
+ "schematics": {
4
+ "ng-add": {
5
+ "description": "Adds Essential JS 2 specific Angular package to an application",
6
+ "factory": "./ng-add",
7
+ "schema": "./ng-add/schema.json"
8
+ }
9
+ }
10
+ }
11
+
@@ -0,0 +1,3 @@
1
+ import { OptionsSchema } from './schema';
2
+ import { Rule } from '@angular-devkit/schematics';
3
+ export default function (options: OptionsSchema): Rule;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const lib_details_1 = require("./../utils/lib-details");
4
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
5
+ function default_1(options) {
6
+ const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
7
+ return schematics_1.install(options, libOptions);
8
+ }
9
+ exports.default = default_1;
@@ -1,10 +1,10 @@
1
- import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
- import { install } from '@syncfusion/ej2-angular-base/schematics';
3
- import { OptionsSchema, LibOptionsSchema } from './schema';
4
- import { Rule } from '@angular-devkit/schematics';
5
-
6
- export default function (options: OptionsSchema): Rule {
7
- const libOptions: LibOptionsSchema = Object.assign({},
8
- { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
- return install(options, libOptions);
10
- }
1
+ import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
+ import { install } from '@syncfusion/ej2-angular-base/schematics';
3
+ import { OptionsSchema, LibOptionsSchema } from './schema';
4
+ import { Rule } from '@angular-devkit/schematics';
5
+
6
+ export default function (options: OptionsSchema): Rule {
7
+ const libOptions: LibOptionsSchema = Object.assign({},
8
+ { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
+ return install(options, libOptions);
10
+ }
@@ -0,0 +1,13 @@
1
+ export interface OptionsSchema {
2
+ skipPackageJson: boolean;
3
+ modules: string;
4
+ modulePath: string;
5
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
6
+ project?: string;
7
+ }
8
+ export interface LibOptionsSchema {
9
+ pkgName: string;
10
+ pkgVer: string;
11
+ moduleName: string;
12
+ themeVer: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,34 +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
- }
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
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
1
+ {
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,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-splitbuttons";
2
+ export declare const pkgVer = "^19.16.4";
3
+ export declare const moduleName = "DropDownButtonModule, SplitButtonModule, ProgressButtonModule";
4
+ export declare const themeVer = "~19.16.4";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-splitbuttons';
4
+ exports.pkgVer = '^27.1.48';
5
+ exports.moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
6
+ exports.themeVer = '~27.1.48';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
2
- export const pkgVer = '^26.2.5';
2
+ export const pkgVer = '^27.1.48';
3
3
  export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
4
- export const themeVer = '~26.2.5';
4
+ export const themeVer = '~27.1.48';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/bootstrap-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/bootstrap-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/bootstrap-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/bootstrap-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/bootstrap4-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/bootstrap4-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/bootstrap5-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/bootstrap5-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/bootstrap5-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/bootstrap5-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/bootstrap5.3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/bootstrap5.3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/bootstrap5.3.css';
@@ -0,0 +1,4 @@
1
+ @import 'drop-down-button/bootstrap5.3.scss';
2
+ @import 'split-button/bootstrap5.3.scss';
3
+ @import 'button-group/bootstrap5.3.scss';
4
+ @import 'progress-button/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/button-group/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/button-group/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/drop-down-button/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/fabric-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/fabric-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/fabric-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/fabric-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/fluent-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/fluent-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/fluent-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/fluent-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/fluent2-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/fluent2-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/highcontrast-light-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/highcontrast-light-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/highcontrast-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/highcontrast-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/material-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/material-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/material-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/material-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/material3-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/material3-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/material3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/material3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/progress-button/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/progress-button/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/split-button/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/split-button/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/tailwind-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/tailwind-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-splitbuttons/styles/tailwind-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/tailwind-lite.scss';