@syncfusion/ej2-angular-splitbuttons 33.1.49-ngcc → 33.1.49

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 (45) hide show
  1. package/CHANGELOG.md +285 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +23 -0
  4. package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +64 -0
  5. package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +34 -0
  6. package/esm2020/src/drop-down-button/items.directive.mjs +46 -0
  7. package/esm2020/src/index.mjs +13 -0
  8. package/esm2020/src/progress-button/progressbutton-all.module.mjs +23 -0
  9. package/esm2020/src/progress-button/progressbutton.component.mjs +59 -0
  10. package/esm2020/src/progress-button/progressbutton.module.mjs +25 -0
  11. package/esm2020/src/split-button/items.directive.mjs +46 -0
  12. package/esm2020/src/split-button/splitbutton-all.module.mjs +23 -0
  13. package/esm2020/src/split-button/splitbutton.component.mjs +64 -0
  14. package/esm2020/src/split-button/splitbutton.module.mjs +34 -0
  15. package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +5 -0
  16. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +403 -0
  17. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +1 -0
  18. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +403 -0
  19. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +1 -0
  20. package/package.json +28 -46
  21. package/public_api.d.ts +1 -1
  22. package/src/drop-down-button/dropdownbutton-all.module.d.ts +11 -5
  23. package/src/drop-down-button/dropdownbutton.component.d.ts +40 -37
  24. package/src/drop-down-button/dropdownbutton.module.d.ts +12 -5
  25. package/src/drop-down-button/items.directive.d.ts +50 -45
  26. package/src/index.d.ts +12 -12
  27. package/src/progress-button/progressbutton-all.module.d.ts +11 -5
  28. package/src/progress-button/progressbutton.component.d.ts +35 -32
  29. package/src/progress-button/progressbutton.module.d.ts +11 -5
  30. package/src/split-button/items.directive.d.ts +50 -45
  31. package/src/split-button/splitbutton-all.module.d.ts +11 -5
  32. package/src/split-button/splitbutton.component.d.ts +41 -38
  33. package/src/split-button/splitbutton.module.d.ts +12 -5
  34. package/syncfusion-ej2-angular-splitbuttons.d.ts +5 -0
  35. package/@syncfusion/ej2-angular-splitbuttons.es5.js +0 -565
  36. package/@syncfusion/ej2-angular-splitbuttons.es5.js.map +0 -1
  37. package/@syncfusion/ej2-angular-splitbuttons.js +0 -516
  38. package/@syncfusion/ej2-angular-splitbuttons.js.map +0 -1
  39. package/LICENSE +0 -10
  40. package/dist/ej2-angular-splitbuttons.umd.js +0 -604
  41. package/dist/ej2-angular-splitbuttons.umd.js.map +0 -1
  42. package/dist/ej2-angular-splitbuttons.umd.min.js +0 -11
  43. package/dist/ej2-angular-splitbuttons.umd.min.js.map +0 -1
  44. package/ej2-angular-splitbuttons.d.ts +0 -7
  45. package/ej2-angular-splitbuttons.metadata.json +0 -1
package/package.json CHANGED
@@ -1,45 +1,15 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-angular-splitbuttons@28.1.33",
4
- "_inBundle": false,
5
- "_integrity": "sha512-rcgX0O+1Xz0G7sQ7oXahWT8/W5jvNqV2Jtgtr7XWU8jnCDzRnKUtqx0w06gY+oLuDBRuEyAD1vb0gGj46gee8g==",
6
- "_location": "/@syncfusion/ej2-angular-splitbuttons",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-angular-splitbuttons@*",
12
- "name": "@syncfusion/ej2-angular-splitbuttons",
13
- "escapedName": "@syncfusion%2fej2-angular-splitbuttons",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-splitbuttons/-/ej2-angular-splitbuttons-28.1.33.tgz",
23
- "_shasum": "1d7010d5ab50a8958843ca2a7de2aafeac5bc45c",
24
- "_spec": "@syncfusion/ej2-angular-splitbuttons@*",
25
- "_where": "C:\\Users\\DeepikaArumugasamy\\Downloads\\ej2-nexus-branch-switching-dev 2\\release",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
2
+ "name": "@syncfusion/ej2-angular-splitbuttons",
3
+ "version": "33.1.49",
4
+ "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "schematics": "./schematics/collection.json",
33
8
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~33.1.46",
35
9
  "@syncfusion/ej2-base": "~33.1.45",
10
+ "@syncfusion/ej2-angular-base": "~33.1.46",
36
11
  "@syncfusion/ej2-splitbuttons": "33.1.49"
37
12
  },
38
- "deprecated": false,
39
- "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
40
- "devDependencies": {},
41
- "es2015": "@syncfusion/ej2-angular-splitbuttons.js",
42
- "homepage": "https://www.syncfusion.com/angular-components",
43
13
  "keywords": [
44
14
  "angular",
45
15
  "ng",
@@ -57,17 +27,29 @@
57
27
  "ng spinner",
58
28
  "angular spinner"
59
29
  ],
60
- "license": "SEE LICENSE IN license",
61
- "main": "dist/ej2-angular-splitbuttons.umd.js",
62
- "metadata": "ej2-angular-splitbuttons.metadata.json",
63
- "module": "@syncfusion/ej2-angular-splitbuttons.es5.js",
64
- "name": "@syncfusion/ej2-angular-splitbuttons",
65
30
  "repository": {
66
31
  "type": "git",
67
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
32
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
68
33
  },
69
- "schematics": "./schematics/collection.json",
70
34
  "sideEffects": false,
71
- "typings": "ej2-angular-splitbuttons.d.ts",
72
- "version": "33.1.49-ngcc"
35
+ "module": "fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
36
+ "es2020": "fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
37
+ "esm2020": "esm2020/syncfusion-ej2-angular-splitbuttons.mjs",
38
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
39
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
40
+ "typings": "syncfusion-ej2-angular-splitbuttons.d.ts",
41
+ "exports": {
42
+ "./package.json": {
43
+ "default": "./package.json"
44
+ },
45
+ ".": {
46
+ "types": "./syncfusion-ej2-angular-splitbuttons.d.ts",
47
+ "esm2020": "./esm2020/syncfusion-ej2-angular-splitbuttons.mjs",
48
+ "es2020": "./fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
49
+ "es2015": "./fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
50
+ "node": "./fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
51
+ "default": "./fesm2020/syncfusion-ej2-angular-splitbuttons.mjs"
52
+ }
53
+ },
54
+ "homepage": "https://www.syncfusion.com/angular-components"
73
55
  }
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';
@@ -1,5 +1,11 @@
1
- /**
2
- * NgModule definition for the DropDownButton component with providers.
3
- */
4
- export declare class DropDownButtonAllModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./dropdownbutton.module";
4
+ /**
5
+ * NgModule definition for the DropDownButton component with providers.
6
+ */
7
+ 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
+ }
@@ -1,37 +1,40 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
4
- import { DropDownButtonItemsDirective } from './items.directive';
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the Angular DropDownButton Component.
10
- * ```html
11
- * <button ejs-dropdownbutton>DropDownButton</button>
12
- * ```
13
- */
14
- export declare class DropDownButtonComponent extends DropDownButton implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- containerContext: any;
20
- tagObjects: any;
21
- beforeClose: any;
22
- beforeItemRender: any;
23
- beforeOpen: any;
24
- close: any;
25
- created: any;
26
- open: any;
27
- select: any;
28
- childItems: QueryList<DropDownButtonItemsDirective>;
29
- tags: string[];
30
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
31
- ngOnInit(): void;
32
- ngAfterViewInit(): void;
33
- ngOnDestroy(): void;
34
- ngAfterContentChecked(): void;
35
- registerEvents: (eventList: string[]) => void;
36
- addTwoWay: (propList: string[]) => void;
37
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
4
+ import { DropDownButtonItemsDirective } from './items.directive';
5
+ import * as i0 from "@angular/core";
6
+ export declare const inputs: string[];
7
+ export declare const outputs: string[];
8
+ export declare const twoWays: string[];
9
+ /**
10
+ * Represents the Angular DropDownButton Component.
11
+ * ```html
12
+ * <button ejs-dropdownbutton>DropDownButton</button>
13
+ * ```
14
+ */
15
+ export declare class DropDownButtonComponent extends DropDownButton implements IComponentBase {
16
+ private ngEle;
17
+ private srenderer;
18
+ private viewContainerRef;
19
+ private injector;
20
+ containerContext: any;
21
+ tagObjects: any;
22
+ beforeClose: any;
23
+ beforeItemRender: any;
24
+ beforeOpen: any;
25
+ close: any;
26
+ created: any;
27
+ open: any;
28
+ select: any;
29
+ childItems: QueryList<DropDownButtonItemsDirective>;
30
+ tags: string[];
31
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
32
+ ngOnInit(): void;
33
+ ngAfterViewInit(): void;
34
+ ngOnDestroy(): void;
35
+ ngAfterContentChecked(): void;
36
+ registerEvents: (eventList: string[]) => void;
37
+ addTwoWay: (propList: string[]) => void;
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonComponent, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropDownButtonComponent, "[ejs-dropdownbutton]", never, { "animationSettings": "animationSettings"; "closeActionEvents": "closeActionEvents"; "content": "content"; "createPopupOnClick": "createPopupOnClick"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "popupWidth": "popupWidth"; "target": "target"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "close": "close"; "created": "created"; "open": "open"; "select": "select"; }, ["childItems"], ["*"]>;
40
+ }
@@ -1,5 +1,12 @@
1
- /**
2
- * NgModule definition for the DropDownButton component.
3
- */
4
- export declare class DropDownButtonModule {
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
+ /**
6
+ * NgModule definition for the DropDownButton component.
7
+ */
8
+ 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
+ }
@@ -1,45 +1,50 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- export declare class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {
4
- private viewContainerRef;
5
- directivePropList: any;
6
- /**
7
- * Used to enable or disable the item.
8
- * @default false
9
- */
10
- disabled: any;
11
- /**
12
- * Defines class/multiple classes separated by a space for the item that is used to include an icon.
13
- * Action item can include font icon and sprite image.
14
- * @default ''
15
- */
16
- iconCss: any;
17
- /**
18
- * Specifies the id for item.
19
- * @default ''
20
- */
21
- id: any;
22
- /**
23
- * Specifies separator between the items. Separator are horizontal lines used to group action items.
24
- * @default false
25
- */
26
- separator: any;
27
- /**
28
- * Specifies text for item.
29
- * @default ''
30
- */
31
- text: any;
32
- /**
33
- * Specifies url for item that creates the anchor link to navigate to the url provided.
34
- * @default ''
35
- */
36
- url: any;
37
- constructor(viewContainerRef: ViewContainerRef);
38
- }
39
- /**
40
- * DropDownButtonItem Array Directive
41
- * @private
42
- */
43
- export declare class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {
44
- constructor();
45
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {
5
+ private viewContainerRef;
6
+ directivePropList: any;
7
+ /**
8
+ * Used to enable or disable the item.
9
+ * @default false
10
+ */
11
+ disabled: any;
12
+ /**
13
+ * Defines class/multiple classes separated by a space for the item that is used to include an icon.
14
+ * Action item can include font icon and sprite image.
15
+ * @default ''
16
+ */
17
+ iconCss: any;
18
+ /**
19
+ * Specifies the id for item.
20
+ * @default ''
21
+ */
22
+ id: any;
23
+ /**
24
+ * Specifies separator between the items. Separator are horizontal lines used to group action items.
25
+ * @default false
26
+ */
27
+ separator: any;
28
+ /**
29
+ * Specifies text for item.
30
+ * @default ''
31
+ */
32
+ text: any;
33
+ /**
34
+ * Specifies url for item that creates the anchor link to navigate to the url provided.
35
+ * @default ''
36
+ */
37
+ url: any;
38
+ 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
+ }
42
+ /**
43
+ * DropDownButtonItem Array Directive
44
+ * @private
45
+ */
46
+ export declare class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {
47
+ constructor();
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonItemsDirective, never>;
49
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownButtonItemsDirective, "ejs-dropdownbutton>e-dropdownbuttonitems", never, {}, {}, ["children"]>;
50
+ }
package/src/index.d.ts CHANGED
@@ -1,12 +1,12 @@
1
- export { DropDownButtonItemDirective, DropDownButtonItemsDirective } from './drop-down-button/items.directive';
2
- export { DropDownButtonComponent } from './drop-down-button/dropdownbutton.component';
3
- export { DropDownButtonModule } from './drop-down-button/dropdownbutton.module';
4
- export { DropDownButtonAllModule } from './drop-down-button/dropdownbutton-all.module';
5
- export { SplitButtonItemDirective, SplitButtonItemsDirective } from './split-button/items.directive';
6
- export { SplitButtonComponent } from './split-button/splitbutton.component';
7
- export { SplitButtonModule } from './split-button/splitbutton.module';
8
- export { SplitButtonAllModule } from './split-button/splitbutton-all.module';
9
- export { ProgressButtonComponent } from './progress-button/progressbutton.component';
10
- export { ProgressButtonModule } from './progress-button/progressbutton.module';
11
- export { ProgressButtonAllModule } from './progress-button/progressbutton-all.module';
12
- export * from '@syncfusion/ej2-splitbuttons';
1
+ export { DropDownButtonItemDirective, DropDownButtonItemsDirective } from './drop-down-button/items.directive';
2
+ export { DropDownButtonComponent } from './drop-down-button/dropdownbutton.component';
3
+ export { DropDownButtonModule } from './drop-down-button/dropdownbutton.module';
4
+ export { DropDownButtonAllModule } from './drop-down-button/dropdownbutton-all.module';
5
+ export { SplitButtonItemDirective, SplitButtonItemsDirective } from './split-button/items.directive';
6
+ export { SplitButtonComponent } from './split-button/splitbutton.component';
7
+ export { SplitButtonModule } from './split-button/splitbutton.module';
8
+ export { SplitButtonAllModule } from './split-button/splitbutton-all.module';
9
+ export { ProgressButtonComponent } from './progress-button/progressbutton.component';
10
+ export { ProgressButtonModule } from './progress-button/progressbutton.module';
11
+ export { ProgressButtonAllModule } from './progress-button/progressbutton-all.module';
12
+ export * from '@syncfusion/ej2-splitbuttons';
@@ -1,5 +1,11 @@
1
- /**
2
- * NgModule definition for the ProgressButton component with providers.
3
- */
4
- export declare class ProgressButtonAllModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./progressbutton.module";
4
+ /**
5
+ * NgModule definition for the ProgressButton component with providers.
6
+ */
7
+ 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
+ }
@@ -1,32 +1,35 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { ProgressButton } from '@syncfusion/ej2-splitbuttons';
4
- export declare const inputs: string[];
5
- export declare const outputs: string[];
6
- export declare const twoWays: string[];
7
- /**
8
- * Represents the Angular ProgressButton Component.
9
- * ```html
10
- * <button ejs-progressbutton content='Progress Button'></button>
11
- * ```
12
- */
13
- export declare class ProgressButtonComponent extends ProgressButton implements IComponentBase {
14
- private ngEle;
15
- private srenderer;
16
- private viewContainerRef;
17
- private injector;
18
- containerContext: any;
19
- tagObjects: any;
20
- begin: any;
21
- created: any;
22
- end: any;
23
- fail: any;
24
- progress: any;
25
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
26
- ngOnInit(): void;
27
- ngAfterViewInit(): void;
28
- ngOnDestroy(): void;
29
- ngAfterContentChecked(): void;
30
- registerEvents: (eventList: string[]) => void;
31
- addTwoWay: (propList: string[]) => void;
32
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { ProgressButton } from '@syncfusion/ej2-splitbuttons';
4
+ import * as i0 from "@angular/core";
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * Represents the Angular ProgressButton Component.
10
+ * ```html
11
+ * <button ejs-progressbutton content='Progress Button'></button>
12
+ * ```
13
+ */
14
+ export declare class ProgressButtonComponent extends ProgressButton implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ containerContext: any;
20
+ tagObjects: any;
21
+ begin: any;
22
+ created: any;
23
+ end: any;
24
+ fail: any;
25
+ progress: any;
26
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
27
+ ngOnInit(): void;
28
+ ngAfterViewInit(): void;
29
+ ngOnDestroy(): void;
30
+ ngAfterContentChecked(): void;
31
+ registerEvents: (eventList: string[]) => void;
32
+ 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
+ }
@@ -1,5 +1,11 @@
1
- /**
2
- * NgModule definition for the ProgressButton component.
3
- */
4
- export declare class ProgressButtonModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./progressbutton.component";
3
+ import * as i2 from "@angular/common";
4
+ /**
5
+ * NgModule definition for the ProgressButton component.
6
+ */
7
+ 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
+ }
@@ -1,45 +1,50 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonItemDirective> {
4
- private viewContainerRef;
5
- directivePropList: any;
6
- /**
7
- * Used to enable or disable the item.
8
- * @default false
9
- */
10
- disabled: any;
11
- /**
12
- * Defines class/multiple classes separated by a space for the item that is used to include an icon.
13
- * Action item can include font icon and sprite image.
14
- * @default ''
15
- */
16
- iconCss: any;
17
- /**
18
- * Specifies the id for item.
19
- * @default ''
20
- */
21
- id: any;
22
- /**
23
- * Specifies separator between the items. Separator are horizontal lines used to group action items.
24
- * @default false
25
- */
26
- separator: any;
27
- /**
28
- * Specifies text for item.
29
- * @default ''
30
- */
31
- text: any;
32
- /**
33
- * Specifies url for item that creates the anchor link to navigate to the url provided.
34
- * @default ''
35
- */
36
- url: any;
37
- constructor(viewContainerRef: ViewContainerRef);
38
- }
39
- /**
40
- * SplitButtonItem Array Directive
41
- * @private
42
- */
43
- export declare class SplitButtonItemsDirective extends ArrayBase<SplitButtonItemsDirective> {
44
- constructor();
45
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonItemDirective> {
5
+ private viewContainerRef;
6
+ directivePropList: any;
7
+ /**
8
+ * Used to enable or disable the item.
9
+ * @default false
10
+ */
11
+ disabled: any;
12
+ /**
13
+ * Defines class/multiple classes separated by a space for the item that is used to include an icon.
14
+ * Action item can include font icon and sprite image.
15
+ * @default ''
16
+ */
17
+ iconCss: any;
18
+ /**
19
+ * Specifies the id for item.
20
+ * @default ''
21
+ */
22
+ id: any;
23
+ /**
24
+ * Specifies separator between the items. Separator are horizontal lines used to group action items.
25
+ * @default false
26
+ */
27
+ separator: any;
28
+ /**
29
+ * Specifies text for item.
30
+ * @default ''
31
+ */
32
+ text: any;
33
+ /**
34
+ * Specifies url for item that creates the anchor link to navigate to the url provided.
35
+ * @default ''
36
+ */
37
+ url: any;
38
+ 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
+ }
42
+ /**
43
+ * SplitButtonItem Array Directive
44
+ * @private
45
+ */
46
+ export declare class SplitButtonItemsDirective extends ArrayBase<SplitButtonItemsDirective> {
47
+ constructor();
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonItemsDirective, never>;
49
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SplitButtonItemsDirective, "ejs-splitbutton>e-splitbuttonitems", never, {}, {}, ["children"]>;
50
+ }
@@ -1,5 +1,11 @@
1
- /**
2
- * NgModule definition for the SplitButton component with providers.
3
- */
4
- export declare class SplitButtonAllModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./splitbutton.module";
4
+ /**
5
+ * NgModule definition for the SplitButton component with providers.
6
+ */
7
+ 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
+ }