@syncfusion/ej2-angular-splitbuttons 31.2.12-ngcc → 32.1.19-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.
@@ -1,38 +1,38 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { SplitButton } from '@syncfusion/ej2-splitbuttons';
4
- import { SplitButtonItemsDirective } 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 SplitButton Component.
10
- * ```html
11
- * <ejs-splitbutton content='Split Button'></ejs-splitbutton>
12
- * ```
13
- */
14
- export declare class SplitButtonComponent extends SplitButton 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
- click: any;
25
- close: any;
26
- created: any;
27
- open: any;
28
- select: any;
29
- childItems: QueryList<SplitButtonItemsDirective>;
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
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { SplitButton } from '@syncfusion/ej2-splitbuttons';
4
+ import { SplitButtonItemsDirective } 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 SplitButton Component.
10
+ * ```html
11
+ * <ejs-splitbutton content='Split Button'></ejs-splitbutton>
12
+ * ```
13
+ */
14
+ export declare class SplitButtonComponent extends SplitButton 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
+ click: any;
25
+ close: any;
26
+ created: any;
27
+ open: any;
28
+ select: any;
29
+ childItems: QueryList<SplitButtonItemsDirective>;
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
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the SplitButton component.
3
- */
4
- export declare class SplitButtonModule {
5
- }
1
+ /**
2
+ * NgModule definition for the SplitButton component.
3
+ */
4
+ export declare class SplitButtonModule {
5
+ }