@syncfusion/ej2-angular-spreadsheet 30.1.37-ngcc → 30.1.38-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,69 +1,69 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Spreadsheet } from '@syncfusion/ej2-spreadsheet';
4
- import { SheetsDirective } from './sheets.directive';
5
- import { DefinedNamesDirective } from './definednames.directive';
6
- export declare const inputs: string[];
7
- export declare const outputs: string[];
8
- export declare const twoWays: string[];
9
- /**
10
- * `ejs-spreadsheet` represents the Angular Spreadsheet Component.
11
- * ```html
12
- * <ejs-spreadsheet></ejs-spreadsheet>
13
- * ```
14
- */
15
- export declare class SpreadsheetComponent extends Spreadsheet implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- context: any;
21
- tagObjects: any;
22
- actionBegin: any;
23
- actionComplete: any;
24
- afterHyperlinkClick: any;
25
- afterHyperlinkCreate: any;
26
- beforeCellFormat: any;
27
- beforeCellRender: any;
28
- beforeCellSave: any;
29
- beforeCellUpdate: any;
30
- beforeConditionalFormat: any;
31
- beforeDataBound: any;
32
- beforeHyperlinkClick: any;
33
- beforeHyperlinkCreate: any;
34
- beforeOpen: any;
35
- beforeSave: any;
36
- beforeSelect: any;
37
- beforeSort: any;
38
- cellEdit: any;
39
- cellEdited: any;
40
- cellEditing: any;
41
- cellSave: any;
42
- contextMenuBeforeClose: any;
43
- contextMenuBeforeOpen: any;
44
- contextMenuItemSelect: any;
45
- created: any;
46
- dataBound: any;
47
- dataSourceChanged: any;
48
- dialogBeforeOpen: any;
49
- fileMenuBeforeClose: any;
50
- fileMenuBeforeOpen: any;
51
- fileMenuItemSelect: any;
52
- openComplete: any;
53
- openFailure: any;
54
- queryCellInfo: any;
55
- saveComplete: any;
56
- select: any;
57
- sortComplete: any;
58
- childSheets: QueryList<SheetsDirective>;
59
- childDefinedNames: QueryList<DefinedNamesDirective>;
60
- tags: string[];
61
- template: any;
62
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
63
- ngOnInit(): void;
64
- ngAfterViewInit(): void;
65
- ngOnDestroy(): void;
66
- ngAfterContentChecked(): void;
67
- registerEvents: (eventList: string[]) => void;
68
- addTwoWay: (propList: string[]) => void;
69
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Spreadsheet } from '@syncfusion/ej2-spreadsheet';
4
+ import { SheetsDirective } from './sheets.directive';
5
+ import { DefinedNamesDirective } from './definednames.directive';
6
+ export declare const inputs: string[];
7
+ export declare const outputs: string[];
8
+ export declare const twoWays: string[];
9
+ /**
10
+ * `ejs-spreadsheet` represents the Angular Spreadsheet Component.
11
+ * ```html
12
+ * <ejs-spreadsheet></ejs-spreadsheet>
13
+ * ```
14
+ */
15
+ export declare class SpreadsheetComponent extends Spreadsheet implements IComponentBase {
16
+ private ngEle;
17
+ private srenderer;
18
+ private viewContainerRef;
19
+ private injector;
20
+ context: any;
21
+ tagObjects: any;
22
+ actionBegin: any;
23
+ actionComplete: any;
24
+ afterHyperlinkClick: any;
25
+ afterHyperlinkCreate: any;
26
+ beforeCellFormat: any;
27
+ beforeCellRender: any;
28
+ beforeCellSave: any;
29
+ beforeCellUpdate: any;
30
+ beforeConditionalFormat: any;
31
+ beforeDataBound: any;
32
+ beforeHyperlinkClick: any;
33
+ beforeHyperlinkCreate: any;
34
+ beforeOpen: any;
35
+ beforeSave: any;
36
+ beforeSelect: any;
37
+ beforeSort: any;
38
+ cellEdit: any;
39
+ cellEdited: any;
40
+ cellEditing: any;
41
+ cellSave: any;
42
+ contextMenuBeforeClose: any;
43
+ contextMenuBeforeOpen: any;
44
+ contextMenuItemSelect: any;
45
+ created: any;
46
+ dataBound: any;
47
+ dataSourceChanged: any;
48
+ dialogBeforeOpen: any;
49
+ fileMenuBeforeClose: any;
50
+ fileMenuBeforeOpen: any;
51
+ fileMenuItemSelect: any;
52
+ openComplete: any;
53
+ openFailure: any;
54
+ queryCellInfo: any;
55
+ saveComplete: any;
56
+ select: any;
57
+ sortComplete: any;
58
+ childSheets: QueryList<SheetsDirective>;
59
+ childDefinedNames: QueryList<DefinedNamesDirective>;
60
+ tags: string[];
61
+ template: any;
62
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
63
+ ngOnInit(): void;
64
+ ngAfterViewInit(): void;
65
+ ngOnDestroy(): void;
66
+ ngAfterContentChecked(): void;
67
+ registerEvents: (eventList: string[]) => void;
68
+ addTwoWay: (propList: string[]) => void;
69
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Spreadsheet component.
3
- */
4
- export declare class SpreadsheetModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Spreadsheet component.
3
+ */
4
+ export declare class SpreadsheetModule {
5
+ }