@syncfusion/ej2-angular-spreadsheet 26.2.7 → 26.2.9-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-spreadsheet.es5.js +962 -0
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-spreadsheet.js +902 -0
- package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -0
- package/dist/ej2-angular-spreadsheet.umd.js +1589 -0
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
- package/ej2-angular-spreadsheet.d.ts +5 -0
- package/ej2-angular-spreadsheet.metadata.json +1 -0
- package/license +10 -0
- package/package.json +13 -27
- package/schematics/utils/lib-details.ts +2 -2
- package/src/spreadsheet/cells.directive.d.ts +0 -5
- package/src/spreadsheet/chart.directive.d.ts +0 -5
- package/src/spreadsheet/columns.directive.d.ts +0 -5
- package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
- package/src/spreadsheet/definednames.directive.d.ts +0 -5
- package/src/spreadsheet/image.directive.d.ts +0 -5
- package/src/spreadsheet/ranges.directive.d.ts +0 -5
- package/src/spreadsheet/rows.directive.d.ts +0 -5
- package/src/spreadsheet/sheets.directive.d.ts +0 -5
- package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
- package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
- package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
- package/CHANGELOG.md +0 -1532
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -14
- package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
- package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
- package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
- package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
- package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
- package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -71
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -181
- package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
- package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -854
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -854
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ej2-angular-spreadsheet.umd.js","sources":["~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/spreadsheet-all.module.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/spreadsheet.module.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/spreadsheet.component.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/definednames.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/sheets.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/conditionalformats.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/ranges.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/columns.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/rows.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/cells.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/chart.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/image.directive.ts"],"sourcesContent":["import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ImageDirective, ImagesDirective } from './image.directive';\nimport { ChartDirective, ChartsDirective } from './chart.directive';\nimport { CellDirective, CellsDirective } from './cells.directive';\nimport { RowDirective, RowsDirective } from './rows.directive';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { RangeDirective, RangesDirective } from './ranges.directive';\nimport { ConditionalFormatDirective, ConditionalFormatsDirective } from './conditionalformats.directive';\nimport { SheetDirective, SheetsDirective } from './sheets.directive';\nimport { DefinedNameDirective, DefinedNamesDirective } from './definednames.directive';\nimport { SpreadsheetComponent } from './spreadsheet.component';\nimport { SpreadsheetModule } from './spreadsheet.module';\nimport {Clipboard, Edit, KeyboardNavigation, KeyboardShortcut, Selection, ContextMenu, FormulaBar, Ribbon, Save, Open, SheetTabs, DataBind, CellFormat, NumberFormat, Formula} from '@syncfusion/ej2-spreadsheet';\n\n\nexport const /** @type {?} */ ClipboardService: ValueProvider = { provide: 'SpreadsheetClipboard', useValue: Clipboard};\nexport const /** @type {?} */ EditService: ValueProvider = { provide: 'SpreadsheetEdit', useValue: Edit};\nexport const /** @type {?} */ KeyboardNavigationService: ValueProvider = { provide: 'SpreadsheetKeyboardNavigation', useValue: KeyboardNavigation};\nexport const /** @type {?} */ KeyboardShortcutService: ValueProvider = { provide: 'SpreadsheetKeyboardShortcut', useValue: KeyboardShortcut};\nexport const /** @type {?} */ SelectionService: ValueProvider = { provide: 'SpreadsheetSelection', useValue: Selection};\nexport const /** @type {?} */ ContextMenuService: ValueProvider = { provide: 'SpreadsheetContextMenu', useValue: ContextMenu};\nexport const /** @type {?} */ FormulaBarService: ValueProvider = { provide: 'SpreadsheetFormulaBar', useValue: FormulaBar};\nexport const /** @type {?} */ RibbonService: ValueProvider = { provide: 'SpreadsheetRibbon', useValue: Ribbon};\nexport const /** @type {?} */ SaveService: ValueProvider = { provide: 'SpreadsheetSave', useValue: Save};\nexport const /** @type {?} */ OpenService: ValueProvider = { provide: 'SpreadsheetOpen', useValue: Open};\nexport const /** @type {?} */ SheetTabsService: ValueProvider = { provide: 'SpreadsheetSheetTabs', useValue: SheetTabs};\nexport const /** @type {?} */ DataBindService: ValueProvider = { provide: 'SpreadsheetDataBind', useValue: DataBind};\nexport const /** @type {?} */ CellFormatService: ValueProvider = { provide: 'SpreadsheetCellFormat', useValue: CellFormat};\nexport const /** @type {?} */ NumberFormatService: ValueProvider = { provide: 'SpreadsheetNumberFormat', useValue: NumberFormat};\nexport const /** @type {?} */ FormulaService: ValueProvider = { provide: 'SpreadsheetFormula', useValue: Formula};\n/**\n * NgModule definition for the Spreadsheet component with providers.\n */\nexport class SpreadsheetAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SpreadsheetModule],\n exports: [\n SpreadsheetModule\n ],\n providers:[\n ClipboardService,\n EditService,\n KeyboardNavigationService,\n KeyboardShortcutService,\n SelectionService,\n ContextMenuService,\n FormulaBarService,\n RibbonService,\n SaveService,\n OpenService,\n SheetTabsService,\n DataBindService,\n CellFormatService,\n NumberFormatService,\n FormulaService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SpreadsheetAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSpreadsheetAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSpreadsheetAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ImageDirective, ImagesDirective } from './image.directive';\nimport { ChartDirective, ChartsDirective } from './chart.directive';\nimport { CellDirective, CellsDirective } from './cells.directive';\nimport { RowDirective, RowsDirective } from './rows.directive';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { RangeDirective, RangesDirective } from './ranges.directive';\nimport { ConditionalFormatDirective, ConditionalFormatsDirective } from './conditionalformats.directive';\nimport { SheetDirective, SheetsDirective } from './sheets.directive';\nimport { DefinedNameDirective, DefinedNamesDirective } from './definednames.directive';\nimport { SpreadsheetComponent } from './spreadsheet.component';\n/**\n * NgModule definition for the Spreadsheet component.\n */\nexport class SpreadsheetModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SpreadsheetComponent,\n ImageDirective,\n ImagesDirective,\n ChartDirective,\n ChartsDirective,\n CellDirective,\n CellsDirective,\n RowDirective,\n RowsDirective,\n ColumnDirective,\n ColumnsDirective,\n RangeDirective,\n RangesDirective,\n ConditionalFormatDirective,\n ConditionalFormatsDirective,\n SheetDirective,\n SheetsDirective,\n DefinedNameDirective,\n DefinedNamesDirective\n ],\n exports: [\n SpreadsheetComponent,\n ImageDirective,\n ImagesDirective,\n ChartDirective,\n ChartsDirective,\n CellDirective,\n CellsDirective,\n RowDirective,\n RowsDirective,\n ColumnDirective,\n ColumnsDirective,\n RangeDirective,\n RangesDirective,\n ConditionalFormatDirective,\n ConditionalFormatsDirective,\n SheetDirective,\n SheetsDirective,\n DefinedNameDirective,\n DefinedNamesDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SpreadsheetModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSpreadsheetModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSpreadsheetModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Spreadsheet } from '@syncfusion/ej2-spreadsheet';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { SheetsDirective } from './sheets.directive';\nimport { DefinedNamesDirective } from './definednames.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['activeSheetIndex','allowAutoFill','allowCellFormatting','allowChart','allowConditionalFormat','allowDataValidation','allowDelete','allowEditing','allowFiltering','allowFindAndReplace','allowFreezePane','allowHyperlink','allowImage','allowInsert','allowMerge','allowNumberFormatting','allowOpen','allowPrint','allowResizing','allowSave','allowScrolling','allowSorting','allowUndoRedo','allowWrap','autoFillSettings','cellStyle','cssClass','currencyCode','definedNames','enableClipboard','enableContextMenu','enableKeyboardNavigation','enableKeyboardShortcut','enableNotes','enablePersistence','enableRtl','height','isProtected','listSeparator','locale','openUrl','password','saveUrl','scrollSettings','selectionSettings','sheets','showAggregate','showFormulaBar','showRibbon','showSheetTabs','width'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','afterHyperlinkClick','afterHyperlinkCreate','beforeCellFormat','beforeCellRender','beforeCellSave','beforeCellUpdate','beforeConditionalFormat','beforeDataBound','beforeHyperlinkClick','beforeHyperlinkCreate','beforeOpen','beforeSave','beforeSelect','beforeSort','cellEdit','cellEdited','cellEditing','cellSave','contextMenuBeforeClose','contextMenuBeforeOpen','contextMenuItemSelect','created','dataBound','dataSourceChanged','dialogBeforeOpen','fileMenuBeforeClose','fileMenuBeforeOpen','fileMenuItemSelect','openComplete','openFailure','queryCellInfo','saveComplete','select','sortComplete'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * `ejs-spreadsheet` represents the Angular Spreadsheet Component.\n * ```html\n * <ejs-spreadsheet></ejs-spreadsheet>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SpreadsheetComponent extends Spreadsheet implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tafterHyperlinkClick: any;\n\tafterHyperlinkCreate: any;\n\tbeforeCellFormat: any;\n\tbeforeCellRender: any;\n\tbeforeCellSave: any;\n\tbeforeCellUpdate: any;\n\tbeforeConditionalFormat: any;\n\tbeforeDataBound: any;\n\tbeforeHyperlinkClick: any;\n\tbeforeHyperlinkCreate: any;\n\tbeforeOpen: any;\n\tbeforeSave: any;\n\tbeforeSelect: any;\n\tbeforeSort: any;\n\tcellEdit: any;\n\tcellEdited: any;\n\tcellEditing: any;\n\tcellSave: any;\n\tcontextMenuBeforeClose: any;\n\tcontextMenuBeforeOpen: any;\n\tcontextMenuItemSelect: any;\n\tcreated: any;\n\tdataBound: any;\n\tdataSourceChanged: any;\n\tdialogBeforeOpen: any;\n\tfileMenuBeforeClose: any;\n\tfileMenuBeforeOpen: any;\n\tfileMenuItemSelect: any;\n\topenComplete: any;\n\topenFailure: any;\n\tqueryCellInfo: any;\n\tsaveComplete: any;\n\tselect: any;\npublic sortComplete: any;\npublic childSheets: QueryList<SheetsDirective>;\npublic childDefinedNames: QueryList<DefinedNamesDirective>;\npublic tags: string[] = ['sheets', 'definedNames'];\n \n @Template()\npublic template: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('SpreadsheetClipboard');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetEdit');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetKeyboardNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetKeyboardShortcut');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetContextMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetFormulaBar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetRibbon');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetSave');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetOpen');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetSheetTabs');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetDataBind');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetCellFormat');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetNumberFormat');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetFormula');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childSheets;\n if (this.childDefinedNames) {\n this.tagObjects[1].instance = /** @type {?} */(( this.childDefinedNames as any));\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-spreadsheet',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childSheets: new ContentChild(SheetsDirective), \n childDefinedNames: new ContentChild(DefinedNamesDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction SpreadsheetComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSpreadsheetComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSpreadsheetComponent.ctorParameters;\n/** @type {?} */\nSpreadsheetComponent.propDecorators;\n/** @type {?} */\nSpreadsheetComponent.prototype.context;\n/** @type {?} */\nSpreadsheetComponent.prototype.tagObjects;\n/** @type {?} */\nSpreadsheetComponent.prototype.actionBegin;\n/** @type {?} */\nSpreadsheetComponent.prototype.actionComplete;\n/** @type {?} */\nSpreadsheetComponent.prototype.afterHyperlinkClick;\n/** @type {?} */\nSpreadsheetComponent.prototype.afterHyperlinkCreate;\n/** @type {?} */\nSpreadsheetComponent.prototype.beforeCellFormat;\n/** @type {?} */\nSpreadsheetComponent.prototype.beforeCellRender;\n/** @type {?} */\nSpreadsheetComponent.prototype.beforeCellSave;\n/** @type {?} */\nSpreadsheetComponent.prototype.beforeCellUpdate;\n/** @type {?} */\nSpreadsheetComponent.prototype.beforeConditionalFormat;\n/** @type {?} */\nSpreadsheetComponent.prototype.beforeDataBound;\n/** @type {?} */\nSpreadsheetComponent.prototype.beforeHyperlinkClick;\n/** @type {?} */\nSpreadsheetComponent.prototype.beforeHyperlinkCreate;\n/** @type {?} */\nSpreadsheetComponent.prototype.beforeOpen;\n/** @type {?} */\nSpreadsheetComponent.prototype.beforeSave;\n/** @type {?} */\nSpreadsheetComponent.prototype.beforeSelect;\n/** @type {?} */\nSpreadsheetComponent.prototype.beforeSort;\n/** @type {?} */\nSpreadsheetComponent.prototype.cellEdit;\n/** @type {?} */\nSpreadsheetComponent.prototype.cellEdited;\n/** @type {?} */\nSpreadsheetComponent.prototype.cellEditing;\n/** @type {?} */\nSpreadsheetComponent.prototype.cellSave;\n/** @type {?} */\nSpreadsheetComponent.prototype.contextMenuBeforeClose;\n/** @type {?} */\nSpreadsheetComponent.prototype.contextMenuBeforeOpen;\n/** @type {?} */\nSpreadsheetComponent.prototype.contextMenuItemSelect;\n/** @type {?} */\nSpreadsheetComponent.prototype.created;\n/** @type {?} */\nSpreadsheetComponent.prototype.dataBound;\n/** @type {?} */\nSpreadsheetComponent.prototype.dataSourceChanged;\n/** @type {?} */\nSpreadsheetComponent.prototype.dialogBeforeOpen;\n/** @type {?} */\nSpreadsheetComponent.prototype.fileMenuBeforeClose;\n/** @type {?} */\nSpreadsheetComponent.prototype.fileMenuBeforeOpen;\n/** @type {?} */\nSpreadsheetComponent.prototype.fileMenuItemSelect;\n/** @type {?} */\nSpreadsheetComponent.prototype.openComplete;\n/** @type {?} */\nSpreadsheetComponent.prototype.openFailure;\n/** @type {?} */\nSpreadsheetComponent.prototype.queryCellInfo;\n/** @type {?} */\nSpreadsheetComponent.prototype.saveComplete;\n/** @type {?} */\nSpreadsheetComponent.prototype.select;\n/** @type {?} */\nSpreadsheetComponent.prototype.sortComplete;\n/** @type {?} */\nSpreadsheetComponent.prototype.childSheets;\n/** @type {?} */\nSpreadsheetComponent.prototype.childDefinedNames;\n/** @type {?} */\nSpreadsheetComponent.prototype.tags;\n/** @type {?} */\nSpreadsheetComponent.prototype.template;\n/** @type {?} */\nSpreadsheetComponent.prototype.registerEvents;\n/** @type {?} */\nSpreadsheetComponent.prototype.addTwoWay;\n/** @type {?} */\nSpreadsheetComponent.prototype.ngEle;\n/** @type {?} */\nSpreadsheetComponent.prototype.srenderer;\n/** @type {?} */\nSpreadsheetComponent.prototype.viewContainerRef;\n/** @type {?} */\nSpreadsheetComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['comment', 'name', 'refersTo', 'scope'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-definedname` directive represent a defined name of the Angular Spreadsheet.\n * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).\n * ```html\n * <ejs-spreadsheet>\n * <e-definednames>\n * <e-definedname></e-definedname>\n * <e-definedname></e-definedname>\n * </e-definednames>\n * </ejs-spreadsheet>\n * ```\n */\nexport class DefinedNameDirective extends ComplexBase<DefinedNameDirective> {\npublic directivePropList: any;\n/**\n * Specifies comment for the defined name.\n * \\@default ''\n */\npublic comment: any;\n/**\n * Specifies name for the defined name, which can be used in formula.\n * \\@default ''\n */\npublic name: any;\n/**\n * Specifies reference for the defined name.\n * \\@default ''\n */\npublic refersTo: any;\n/**\n * Specifies scope for the defined name.\n * \\@default ''\n */\npublic scope: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-definednames>e-definedname',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction DefinedNameDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nDefinedNameDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDefinedNameDirective.ctorParameters;\n/** @type {?} */\nDefinedNameDirective.prototype.directivePropList;\n/**\n * Specifies comment for the defined name.\n * \\@default ''\n * @type {?}\n */\nDefinedNameDirective.prototype.comment;\n/**\n * Specifies name for the defined name, which can be used in formula.\n * \\@default ''\n * @type {?}\n */\nDefinedNameDirective.prototype.name;\n/**\n * Specifies reference for the defined name.\n * \\@default ''\n * @type {?}\n */\nDefinedNameDirective.prototype.refersTo;\n/**\n * Specifies scope for the defined name.\n * \\@default ''\n * @type {?}\n */\nDefinedNameDirective.prototype.scope;\n/** @type {?} */\nDefinedNameDirective.prototype.viewContainerRef;\n}\n\n/**\n * DefinedName Array Directive\n */\nexport class DefinedNamesDirective extends ArrayBase<DefinedNamesDirective> {\nconstructor() {\n super('definednames');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-spreadsheet>e-definednames',\n queries: {\n children: new ContentChildren(DefinedNameDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DefinedNamesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nDefinedNamesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDefinedNamesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RowsDirective } from './rows.directive';\nimport { ColumnsDirective } from './columns.directive';\nimport { RangesDirective } from './ranges.directive';\nimport { ConditionalFormatsDirective } from './conditionalformats.directive';\n\nlet /** @type {?} */ input: string[] = ['activeCell', 'colCount', 'columns', 'conditionalFormats', 'frozenColumns', 'frozenRows', 'index', 'isProtected', 'name', 'paneTopLeftCell', 'password', 'protectSettings', 'ranges', 'rowCount', 'rows', 'selectedRange', 'showGridLines', 'showHeaders', 'standardHeight', 'state', 'topLeftCell', 'usedRange'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-sheet` directive represent a sheet of the Angular Spreadsheet.\n * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).\n * ```html\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet></e-sheet>\n * <e-sheet></e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nexport class SheetDirective extends ComplexBase<SheetDirective> {\npublic directivePropList: any;\npublic childRows: any;\npublic childColumns: any;\npublic childRanges: any;\npublic childConditionalFormats: any;\npublic tags: string[] = ['rows', 'columns', 'ranges', 'conditionalFormats'];\n/**\n * Specifies active cell within `selectedRange` in the sheet.\n * \\@default 'A1'\n */\npublic activeCell: any;\n/**\n * Defines the number of columns to be rendered in the sheet.\n * \\@default 100\n * \\@asptype int\n */\npublic colCount: any;\n/**\n * Configures column and its properties for the sheet.\n * \\@default null\n */\npublic columns: any;\n/**\n * Specifies the conditional formatting for the sheet.\n * \\@default []\n */\npublic conditionalFormats: any;\n/**\n * Gets or sets the number of frozen columns.\n * \\@default 0\n * \\@asptype int\n */\npublic frozenColumns: any;\n/**\n * Gets or sets the number of frozen rows.\n * \\@default 0\n * \\@asptype int\n */\npublic frozenRows: any;\n/**\n * Specifies index of the sheet. Based on the index, sheet properties are applied.\n * \\@default 0\n * \\@asptype int\n */\npublic index: any;\n/**\n * Specifies to protect the cells in the sheet.\n * \\@default false\n */\npublic isProtected: any;\n/**\n * Specifies the name of the sheet, the name will show in the sheet tabs.\n * \\@default ''\n */\npublic name: any;\n/**\n * Represents the freeze pane top left cell. Its default value would be based on the number of freeze rows and columns.\n * \\@default 'A1'\n */\npublic paneTopLeftCell: any;\n/**\n * Specifies the password.\n * \\@default ''\n */\npublic password: any;\n/**\n * Configures protect and its options.\n * \\@default { selectCells: false, formatCells: false, formatRows: false, formatColumns: false, insertLink: false }\n */\npublic protectSettings: any;\n/**\n * Specifies the collection of range for the sheet.\n * \\@default []\n */\npublic ranges: any;\n/**\n * Defines the number of rows to be rendered in the sheet.\n * \\@default 100\n * \\@asptype int\n */\npublic rowCount: any;\n/**\n * Configures row and its properties for the sheet.\n * \\@default null\n */\npublic rows: any;\n/**\n * Specifies selected range in the sheet. \n * \n * \\@default 'A1:A1'\n */\npublic selectedRange: any;\n/**\n * Specifies to show / hide grid lines in the sheet.\n * \\@default true\n */\npublic showGridLines: any;\n/**\n * Specifies to show / hide column and row headers in the sheet.\n * \\@default true\n */\npublic showHeaders: any;\n/**\n * Represents the standard height of the sheet.\n * \\@default null\n * \\@asptype double\n * \\@aspdefaultvalue null\n */\npublic standardHeight: any;\n/**\n * Specifies the sheet visibility state. There must be at least one visible sheet in Spreadsheet.\n * \\@default 'Visible'\n */\npublic state: any;\n/**\n * Specified cell will be positioned at the upper-left corner of the sheet.\n * \\@default 'A1'\n */\npublic topLeftCell: any;\n/**\n * Defines the used range of the sheet.\n * \\@default { rowIndex: 0, colIndex: 0 }\n */\npublic usedRange: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-sheets>e-sheet',\n inputs: input,\n outputs: outputs, \n queries: {\n childRows: new ContentChild(RowsDirective), \n childColumns: new ContentChild(ColumnsDirective), \n childRanges: new ContentChild(RangesDirective), \n childConditionalFormats: new ContentChild(ConditionalFormatsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction SheetDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSheetDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSheetDirective.ctorParameters;\n/** @type {?} */\nSheetDirective.prototype.directivePropList;\n/** @type {?} */\nSheetDirective.prototype.childRows;\n/** @type {?} */\nSheetDirective.prototype.childColumns;\n/** @type {?} */\nSheetDirective.prototype.childRanges;\n/** @type {?} */\nSheetDirective.prototype.childConditionalFormats;\n/** @type {?} */\nSheetDirective.prototype.tags;\n/**\n * Specifies active cell within `selectedRange` in the sheet.\n * \\@default 'A1'\n * @type {?}\n */\nSheetDirective.prototype.activeCell;\n/**\n * Defines the number of columns to be rendered in the sheet.\n * \\@default 100\n * \\@asptype int\n * @type {?}\n */\nSheetDirective.prototype.colCount;\n/**\n * Configures column and its properties for the sheet.\n * \\@default null\n * @type {?}\n */\nSheetDirective.prototype.columns;\n/**\n * Specifies the conditional formatting for the sheet.\n * \\@default []\n * @type {?}\n */\nSheetDirective.prototype.conditionalFormats;\n/**\n * Gets or sets the number of frozen columns.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nSheetDirective.prototype.frozenColumns;\n/**\n * Gets or sets the number of frozen rows.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nSheetDirective.prototype.frozenRows;\n/**\n * Specifies index of the sheet. Based on the index, sheet properties are applied.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nSheetDirective.prototype.index;\n/**\n * Specifies to protect the cells in the sheet.\n * \\@default false\n * @type {?}\n */\nSheetDirective.prototype.isProtected;\n/**\n * Specifies the name of the sheet, the name will show in the sheet tabs.\n * \\@default ''\n * @type {?}\n */\nSheetDirective.prototype.name;\n/**\n * Represents the freeze pane top left cell. Its default value would be based on the number of freeze rows and columns.\n * \\@default 'A1'\n * @type {?}\n */\nSheetDirective.prototype.paneTopLeftCell;\n/**\n * Specifies the password.\n * \\@default ''\n * @type {?}\n */\nSheetDirective.prototype.password;\n/**\n * Configures protect and its options.\n * \\@default { selectCells: false, formatCells: false, formatRows: false, formatColumns: false, insertLink: false }\n * @type {?}\n */\nSheetDirective.prototype.protectSettings;\n/**\n * Specifies the collection of range for the sheet.\n * \\@default []\n * @type {?}\n */\nSheetDirective.prototype.ranges;\n/**\n * Defines the number of rows to be rendered in the sheet.\n * \\@default 100\n * \\@asptype int\n * @type {?}\n */\nSheetDirective.prototype.rowCount;\n/**\n * Configures row and its properties for the sheet.\n * \\@default null\n * @type {?}\n */\nSheetDirective.prototype.rows;\n/**\n * Specifies selected range in the sheet. \n * \n * \\@default 'A1:A1'\n * @type {?}\n */\nSheetDirective.prototype.selectedRange;\n/**\n * Specifies to show / hide grid lines in the sheet.\n * \\@default true\n * @type {?}\n */\nSheetDirective.prototype.showGridLines;\n/**\n * Specifies to show / hide column and row headers in the sheet.\n * \\@default true\n * @type {?}\n */\nSheetDirective.prototype.showHeaders;\n/**\n * Represents the standard height of the sheet.\n * \\@default null\n * \\@asptype double\n * \\@aspdefaultvalue null\n * @type {?}\n */\nSheetDirective.prototype.standardHeight;\n/**\n * Specifies the sheet visibility state. There must be at least one visible sheet in Spreadsheet.\n * \\@default 'Visible'\n * @type {?}\n */\nSheetDirective.prototype.state;\n/**\n * Specified cell will be positioned at the upper-left corner of the sheet.\n * \\@default 'A1'\n * @type {?}\n */\nSheetDirective.prototype.topLeftCell;\n/**\n * Defines the used range of the sheet.\n * \\@default { rowIndex: 0, colIndex: 0 }\n * @type {?}\n */\nSheetDirective.prototype.usedRange;\n/** @type {?} */\nSheetDirective.prototype.viewContainerRef;\n}\n\n/**\n * Sheet Array Directive\n */\nexport class SheetsDirective extends ArrayBase<SheetsDirective> {\nconstructor() {\n super('sheets');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-spreadsheet>e-sheets',\n queries: {\n children: new ContentChildren(SheetDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SheetsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSheetsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSheetsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['cFColor', 'format', 'range', 'type', 'value'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-conditionalformat` directive represent a conditionalformat of the Angular Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```html\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-conditionalformats>\n * <e-conditionalformat></e-conditionalformat>\n * </e-conditionalformats>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nexport class ConditionalFormatDirective extends ComplexBase<ConditionalFormatDirective> {\npublic directivePropList: any;\n/**\n * Specifies Conditional formatting Type.\n * \\@default 'GreaterThan'\n * \\@aspignore\n */\npublic type: any;\n/**\n * Specifies Conditional formatting Highlight Color.\n * \\@default 'RedFT'\n */\npublic cFColor: any;\n/**\n * Specifies format.\n * \\@default {}\n */\npublic format: any;\n/**\n * Specifies Conditional formatting range.\n * \\@default ''\n */\npublic range: any;\n/**\n * Specifies Conditional formatting Value.\n * \\@default ''\n */\npublic value: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-conditionalformats>e-conditionalformat',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction ConditionalFormatDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nConditionalFormatDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nConditionalFormatDirective.ctorParameters;\n/** @type {?} */\nConditionalFormatDirective.prototype.directivePropList;\n/**\n * Specifies Conditional formatting Type.\n * \\@default 'GreaterThan'\n * \\@aspignore\n * @type {?}\n */\nConditionalFormatDirective.prototype.type;\n/**\n * Specifies Conditional formatting Highlight Color.\n * \\@default 'RedFT'\n * @type {?}\n */\nConditionalFormatDirective.prototype.cFColor;\n/**\n * Specifies format.\n * \\@default {}\n * @type {?}\n */\nConditionalFormatDirective.prototype.format;\n/**\n * Specifies Conditional formatting range.\n * \\@default ''\n * @type {?}\n */\nConditionalFormatDirective.prototype.range;\n/**\n * Specifies Conditional formatting Value.\n * \\@default ''\n * @type {?}\n */\nConditionalFormatDirective.prototype.value;\n/** @type {?} */\nConditionalFormatDirective.prototype.viewContainerRef;\n}\n\n/**\n * ConditionalFormat Array Directive\n */\nexport class ConditionalFormatsDirective extends ArrayBase<ConditionalFormatsDirective> {\nconstructor() {\n super('conditionalformats');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-sheet>e-conditionalformats',\n queries: {\n children: new ContentChildren(ConditionalFormatDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ConditionalFormatsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nConditionalFormatsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nConditionalFormatsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['address', 'dataSource', 'fieldsOrder', 'query', 'showFieldAsHeader', 'startCell', 'template'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-range` directive represent a range of the Angular Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```html\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-ranges>\n * <e-range [dataSource]='data'></e-range>\n * </e-ranges>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nexport class RangeDirective extends ComplexBase<RangeDirective> {\npublic directivePropList: any;\n/**\n * Specifies the address for updating the dataSource or template.\n * \\@default 'A1'\n */\npublic address: any;\n/**\n * Specifies the data as JSON / Data manager to the sheet.\n * \\@default null\n */\npublic dataSource: any;\n/**\n * By default, when a sheet is bound to a data source, columns are assigned to data source fields sequentially. \n * This means that the first data field is assigned to Column A, the second to Column B, and so on. \n * You can customize these assignments by specifying the field names in the desired column order using the 'fieldsOrder' property.\n * \\@default null\n */\npublic fieldsOrder: any;\n/**\n * Defines the external [`Query`](https://ej2.syncfusion.com/documentation/data/api-query.html) \n * that will be executed along with data processing.\n * \\@default null\n */\npublic query: any;\n/**\n * Show/Hide the field of the datasource as header.\n * \\@default true\n */\npublic showFieldAsHeader: any;\n/**\n * Specifies the start cell from which the datasource will be populated.\n * \\@default 'A1'\n */\npublic startCell: any;\n/**\n * Template helps to compiles the given HTML String (or HTML Element ID) into HtML Element and append to the Cell.\n * \\@default ''\n * \\@asptype string\n */\n@Template()\n public template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ranges>e-range',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction RangeDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRangeDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRangeDirective.ctorParameters;\n/** @type {?} */\nRangeDirective.propDecorators;\n/** @type {?} */\nRangeDirective.prototype.directivePropList;\n/**\n * Specifies the address for updating the dataSource or template.\n * \\@default 'A1'\n * @type {?}\n */\nRangeDirective.prototype.address;\n/**\n * Specifies the data as JSON / Data manager to the sheet.\n * \\@default null\n * @type {?}\n */\nRangeDirective.prototype.dataSource;\n/**\n * By default, when a sheet is bound to a data source, columns are assigned to data source fields sequentially. \n * This means that the first data field is assigned to Column A, the second to Column B, and so on. \n * You can customize these assignments by specifying the field names in the desired column order using the 'fieldsOrder' property.\n * \\@default null\n * @type {?}\n */\nRangeDirective.prototype.fieldsOrder;\n/**\n * Defines the external [`Query`](https://ej2.syncfusion.com/documentation/data/api-query.html) \n * that will be executed along with data processing.\n * \\@default null\n * @type {?}\n */\nRangeDirective.prototype.query;\n/**\n * Show/Hide the field of the datasource as header.\n * \\@default true\n * @type {?}\n */\nRangeDirective.prototype.showFieldAsHeader;\n/**\n * Specifies the start cell from which the datasource will be populated.\n * \\@default 'A1'\n * @type {?}\n */\nRangeDirective.prototype.startCell;\n/**\n * Template helps to compiles the given HTML String (or HTML Element ID) into HtML Element and append to the Cell.\n * \\@default ''\n * \\@asptype string\n * @type {?}\n */\nRangeDirective.prototype.template;\n/** @type {?} */\nRangeDirective.prototype.viewContainerRef;\n}\n\n/**\n * Range Array Directive\n */\nexport class RangesDirective extends ArrayBase<RangesDirective> {\nconstructor() {\n super('ranges');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-sheet>e-ranges',\n queries: {\n children: new ContentChildren(RangeDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RangesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRangesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRangesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['customWidth', 'format', 'hidden', 'index', 'isLocked', 'isReadOnly', 'validation', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-column` directive represent a column of the Angular Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```html\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-columns>\n * <e-column width='100'></e-column>\n * </e-columns>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nexport class ColumnDirective extends ComplexBase<ColumnDirective> {\npublic directivePropList: any;\n/**\n * specifies custom width of the column.\n * \\@default false\n */\npublic customWidth: any;\n/**\n * Specifies format of the column.\n * \\@default {}\n */\npublic format: any;\n/**\n * To hide/show the column in spreadsheet.\n * \\@default false\n */\npublic hidden: any;\n/**\n * Specifies index of the column. Based on the index, column properties are applied.\n * \\@default 0\n * \\@asptype int\n */\npublic index: any;\n/**\n * To lock/unlock the column in the protected sheet.\n * \\@default true\n */\npublic isLocked: any;\n/**\n * Represents whether a column in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.\n * \\@default false\n */\npublic isReadOnly: any;\n/**\n * Specifies the validation of the column.\n * \\@default ''\n */\npublic validation: any;\n/**\n * Specifies width of the column.\n * \\@default 64\n * \\@asptype int\n */\npublic width: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-columns>e-column',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction ColumnDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColumnDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColumnDirective.ctorParameters;\n/** @type {?} */\nColumnDirective.prototype.directivePropList;\n/**\n * specifies custom width of the column.\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.customWidth;\n/**\n * Specifies format of the column.\n * \\@default {}\n * @type {?}\n */\nColumnDirective.prototype.format;\n/**\n * To hide/show the column in spreadsheet.\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.hidden;\n/**\n * Specifies index of the column. Based on the index, column properties are applied.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nColumnDirective.prototype.index;\n/**\n * To lock/unlock the column in the protected sheet.\n * \\@default true\n * @type {?}\n */\nColumnDirective.prototype.isLocked;\n/**\n * Represents whether a column in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.\n * \\@default false\n * @type {?}\n */\nColumnDirective.prototype.isReadOnly;\n/**\n * Specifies the validation of the column.\n * \\@default ''\n * @type {?}\n */\nColumnDirective.prototype.validation;\n/**\n * Specifies width of the column.\n * \\@default 64\n * \\@asptype int\n * @type {?}\n */\nColumnDirective.prototype.width;\n/** @type {?} */\nColumnDirective.prototype.viewContainerRef;\n}\n\n/**\n * Column Array Directive\n */\nexport class ColumnsDirective extends ArrayBase<ColumnsDirective> {\nconstructor() {\n super('columns');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-sheet>e-columns',\n queries: {\n children: new ContentChildren(ColumnDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ColumnsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColumnsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColumnsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { CellsDirective } from './cells.directive';\n\nlet /** @type {?} */ input: string[] = ['cells', 'customHeight', 'format', 'height', 'hidden', 'index', 'isReadOnly'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-row` directive represent a row of the Angular Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```html\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-rows>\n * <e-row></e-row>\n * </e-rows>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nexport class RowDirective extends ComplexBase<RowDirective> {\npublic directivePropList: any;\npublic childCells: any;\npublic tags: string[] = ['cells'];\n/**\n * Specifies cell and its properties for the row.\n * \\@default []\n */\npublic cells: any;\n/**\n * specifies custom height of the row.\n * \\@default false\n */\npublic customHeight: any;\n/**\n * Specifies format of the row.\n * \\@default {}\n */\npublic format: any;\n/**\n * Specifies height of the row.\n * \\@default 20\n * \\@asptype double\n * \\@aspdefaultvalue 20.0\n */\npublic height: any;\n/**\n * To hide/show the row in spreadsheet.\n * \\@default false\n */\npublic hidden: any;\n/**\n * Specifies the index to the row. Based on the index, row properties are applied.\n * \\@default 0\n * \\@asptype int\n */\npublic index: any;\n/**\n * Represents whether a row in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.\n * \\@default false\n */\npublic isReadOnly: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-rows>e-row',\n inputs: input,\n outputs: outputs, \n queries: {\n childCells: new ContentChild(CellsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RowDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRowDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRowDirective.ctorParameters;\n/** @type {?} */\nRowDirective.prototype.directivePropList;\n/** @type {?} */\nRowDirective.prototype.childCells;\n/** @type {?} */\nRowDirective.prototype.tags;\n/**\n * Specifies cell and its properties for the row.\n * \\@default []\n * @type {?}\n */\nRowDirective.prototype.cells;\n/**\n * specifies custom height of the row.\n * \\@default false\n * @type {?}\n */\nRowDirective.prototype.customHeight;\n/**\n * Specifies format of the row.\n * \\@default {}\n * @type {?}\n */\nRowDirective.prototype.format;\n/**\n * Specifies height of the row.\n * \\@default 20\n * \\@asptype double\n * \\@aspdefaultvalue 20.0\n * @type {?}\n */\nRowDirective.prototype.height;\n/**\n * To hide/show the row in spreadsheet.\n * \\@default false\n * @type {?}\n */\nRowDirective.prototype.hidden;\n/**\n * Specifies the index to the row. Based on the index, row properties are applied.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nRowDirective.prototype.index;\n/**\n * Represents whether a row in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.\n * \\@default false\n * @type {?}\n */\nRowDirective.prototype.isReadOnly;\n/** @type {?} */\nRowDirective.prototype.viewContainerRef;\n}\n\n/**\n * Row Array Directive\n */\nexport class RowsDirective extends ArrayBase<RowsDirective> {\nconstructor() {\n super('rows');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-sheet>e-rows',\n queries: {\n children: new ContentChildren(RowDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RowsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRowsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRowsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { ImagesDirective } from './image.directive';\nimport { ChartsDirective } from './chart.directive';\n\nlet /** @type {?} */ input: string[] = ['chart', 'colSpan', 'format', 'formula', 'hyperlink', 'image', 'index', 'isLocked', 'isReadOnly', 'notes', 'rowSpan', 'style', 'validation', 'value', 'wrap'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-cell` directive represent a cell of the Angular Spreadsheet.\n * It must be contained in a `e-row` directive.\n * ```html\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-rows>\n * <e-row>\n * <e-cells>\n * <e-cell value='A1'></e-cell>\n * </e-cells>\n * </e-row>\n * </e-rows>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nexport class CellDirective extends ComplexBase<CellDirective> {\npublic directivePropList: any;\npublic childImage: any;\npublic childChart: any;\npublic tags: string[] = ['image', 'chart'];\n/**\n * Specifies the chart of the cell.\n * \\@default []\n */\npublic chart: any;\n/**\n * Specifies the column-wise cell merge count.\n * \\@default 1\n * \\@asptype int\n */\npublic colSpan: any;\n/**\n * Specifies the number format code to display value in specified number format.\n * \\@default 'General'\n */\npublic format: any;\n/**\n * Defines the formula or expression of the cell.\n * \\@default ''\n */\npublic formula: any;\n/**\n * Specifies the hyperlink of the cell.\n * \\@default ''\n */\npublic hyperlink: any;\n/**\n * Specifies the image of the cell.\n * \\@default []\n */\npublic image: any;\n/**\n * Specifies the index of the cell.\n * \\@default 0\n * \\@asptype int\n */\npublic index: any;\n/**\n * Specifies the cell is locked or not, for allow edit range in spreadsheet protect option.\n * \\@default true\n */\npublic isLocked: any;\n/**\n * Represents whether a cell in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.\n * \\@default false\n */\npublic isReadOnly: any;\n/**\n * Specifies the note of the cell.\n * \\@default ''\n */\npublic notes: any;\n/**\n * Specifies the row-wise cell merge count.\n * \\@default 1\n * \\@asptype int\n */\npublic rowSpan: any;\n/**\n * Specifies the cell style options. \n * \n * \\@default {}\n */\npublic style: any;\n/**\n * Specifies the validation of the cell.\n * \\@default ''\n */\npublic validation: any;\n/**\n * Defines the value of the cell which can be text or number.\n * \\@default ''\n */\npublic value: any;\n/**\n * Wraps the cell text to the next line, if the text width exceeds the column width.\n * \\@default false\n */\npublic wrap: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-cells>e-cell',\n inputs: input,\n outputs: outputs, \n queries: {\n childImage: new ContentChild(ImagesDirective), \n childChart: new ContentChild(ChartsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction CellDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nCellDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCellDirective.ctorParameters;\n/** @type {?} */\nCellDirective.prototype.directivePropList;\n/** @type {?} */\nCellDirective.prototype.childImage;\n/** @type {?} */\nCellDirective.prototype.childChart;\n/** @type {?} */\nCellDirective.prototype.tags;\n/**\n * Specifies the chart of the cell.\n * \\@default []\n * @type {?}\n */\nCellDirective.prototype.chart;\n/**\n * Specifies the column-wise cell merge count.\n * \\@default 1\n * \\@asptype int\n * @type {?}\n */\nCellDirective.prototype.colSpan;\n/**\n * Specifies the number format code to display value in specified number format.\n * \\@default 'General'\n * @type {?}\n */\nCellDirective.prototype.format;\n/**\n * Defines the formula or expression of the cell.\n * \\@default ''\n * @type {?}\n */\nCellDirective.prototype.formula;\n/**\n * Specifies the hyperlink of the cell.\n * \\@default ''\n * @type {?}\n */\nCellDirective.prototype.hyperlink;\n/**\n * Specifies the image of the cell.\n * \\@default []\n * @type {?}\n */\nCellDirective.prototype.image;\n/**\n * Specifies the index of the cell.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nCellDirective.prototype.index;\n/**\n * Specifies the cell is locked or not, for allow edit range in spreadsheet protect option.\n * \\@default true\n * @type {?}\n */\nCellDirective.prototype.isLocked;\n/**\n * Represents whether a cell in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.\n * \\@default false\n * @type {?}\n */\nCellDirective.prototype.isReadOnly;\n/**\n * Specifies the note of the cell.\n * \\@default ''\n * @type {?}\n */\nCellDirective.prototype.notes;\n/**\n * Specifies the row-wise cell merge count.\n * \\@default 1\n * \\@asptype int\n * @type {?}\n */\nCellDirective.prototype.rowSpan;\n/**\n * Specifies the cell style options. \n * \n * \\@default {}\n * @type {?}\n */\nCellDirective.prototype.style;\n/**\n * Specifies the validation of the cell.\n * \\@default ''\n * @type {?}\n */\nCellDirective.prototype.validation;\n/**\n * Defines the value of the cell which can be text or number.\n * \\@default ''\n * @type {?}\n */\nCellDirective.prototype.value;\n/**\n * Wraps the cell text to the next line, if the text width exceeds the column width.\n * \\@default false\n * @type {?}\n */\nCellDirective.prototype.wrap;\n/** @type {?} */\nCellDirective.prototype.viewContainerRef;\n}\n\n/**\n * Cell Array Directive\n */\nexport class CellsDirective extends ArrayBase<CellsDirective> {\nconstructor() {\n super('cells');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-row>e-cells',\n queries: {\n children: new ContentChildren(CellDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CellsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nCellsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCellsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['dataLabelSettings', 'height', 'id', 'isSeriesInRows', 'legendSettings', 'markerSettings', 'primaryXAxis', 'primaryYAxis', 'range', 'theme', 'title', 'type', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class ChartDirective extends ComplexBase<ChartDirective> {\npublic directivePropList: any;\n/**\n * Specifies the type of a chart.\n * \\@default 'Line'\n */\npublic type: any;\n/**\n * The data label for the series.\n * \\@default {}\n */\npublic dataLabelSettings: any;\n/**\n * Specifies the height of the chart.\n * \\@default 290\n */\npublic height: any;\n/**\n * Specifies chart element id.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies to switch the row or a column.\n * \\@default false\n */\npublic isSeriesInRows: any;\n/**\n * Options for customizing the legend of the chart.\n * \\@default {}\n */\npublic legendSettings: any;\n/**\n * Options to configure the marker\n * \\@default {}\n */\npublic markerSettings: any;\n/**\n * Options to configure the horizontal axis.\n * \\@default {}\n */\npublic primaryXAxis: any;\n/**\n * Options to configure the vertical axis.\n * \\@default {}\n */\npublic primaryYAxis: any;\n/**\n * Specifies the selected range or specified range.\n * \\@default ''\n */\npublic range: any;\n/**\n * Specifies the theme of a chart.\n * \\@default 'Material'\n */\npublic theme: any;\n/**\n * Title of the chart\n * \\@default ''\n */\npublic title: any;\n/**\n * Specifies the width of the chart.\n * \\@default 480\n */\npublic width: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-charts>e-chart',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction ChartDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nChartDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChartDirective.ctorParameters;\n/** @type {?} */\nChartDirective.prototype.directivePropList;\n/**\n * Specifies the type of a chart.\n * \\@default 'Line'\n * @type {?}\n */\nChartDirective.prototype.type;\n/**\n * The data label for the series.\n * \\@default {}\n * @type {?}\n */\nChartDirective.prototype.dataLabelSettings;\n/**\n * Specifies the height of the chart.\n * \\@default 290\n * @type {?}\n */\nChartDirective.prototype.height;\n/**\n * Specifies chart element id.\n * \\@default ''\n * @type {?}\n */\nChartDirective.prototype.id;\n/**\n * Specifies to switch the row or a column.\n * \\@default false\n * @type {?}\n */\nChartDirective.prototype.isSeriesInRows;\n/**\n * Options for customizing the legend of the chart.\n * \\@default {}\n * @type {?}\n */\nChartDirective.prototype.legendSettings;\n/**\n * Options to configure the marker\n * \\@default {}\n * @type {?}\n */\nChartDirective.prototype.markerSettings;\n/**\n * Options to configure the horizontal axis.\n * \\@default {}\n * @type {?}\n */\nChartDirective.prototype.primaryXAxis;\n/**\n * Options to configure the vertical axis.\n * \\@default {}\n * @type {?}\n */\nChartDirective.prototype.primaryYAxis;\n/**\n * Specifies the selected range or specified range.\n * \\@default ''\n * @type {?}\n */\nChartDirective.prototype.range;\n/**\n * Specifies the theme of a chart.\n * \\@default 'Material'\n * @type {?}\n */\nChartDirective.prototype.theme;\n/**\n * Title of the chart\n * \\@default ''\n * @type {?}\n */\nChartDirective.prototype.title;\n/**\n * Specifies the width of the chart.\n * \\@default 480\n * @type {?}\n */\nChartDirective.prototype.width;\n/** @type {?} */\nChartDirective.prototype.viewContainerRef;\n}\n\n/**\n * Chart Array Directive\n */\nexport class ChartsDirective extends ArrayBase<ChartsDirective> {\nconstructor() {\n super('chart');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-cell>e-charts',\n queries: {\n children: new ContentChildren(ChartDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ChartsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nChartsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChartsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['height', 'id', 'left', 'src', 'top', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class ImageDirective extends ComplexBase<ImageDirective> {\npublic directivePropList: any;\n/**\n * Specifies the height of the image.\n * \\@default 300\n * \\@asptype double\n */\npublic height: any;\n/**\n * Specifies image element id.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies the width of the image.\n * \\@default 0\n * \\@asptype double\n */\npublic left: any;\n/**\n * Specifies the image source.\n * \\@default ''\n */\npublic src: any;\n/**\n * Specifies the height of the image.\n * \\@default 0\n * \\@asptype double\n */\npublic top: any;\n/**\n * Specifies the width of the image.\n * \\@default 400\n * \\@asptype double\n */\npublic width: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-images>e-image',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction ImageDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nImageDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nImageDirective.ctorParameters;\n/** @type {?} */\nImageDirective.prototype.directivePropList;\n/**\n * Specifies the height of the image.\n * \\@default 300\n * \\@asptype double\n * @type {?}\n */\nImageDirective.prototype.height;\n/**\n * Specifies image element id.\n * \\@default ''\n * @type {?}\n */\nImageDirective.prototype.id;\n/**\n * Specifies the width of the image.\n * \\@default 0\n * \\@asptype double\n * @type {?}\n */\nImageDirective.prototype.left;\n/**\n * Specifies the image source.\n * \\@default ''\n * @type {?}\n */\nImageDirective.prototype.src;\n/**\n * Specifies the height of the image.\n * \\@default 0\n * \\@asptype double\n * @type {?}\n */\nImageDirective.prototype.top;\n/**\n * Specifies the width of the image.\n * \\@default 400\n * \\@asptype double\n * @type {?}\n */\nImageDirective.prototype.width;\n/** @type {?} */\nImageDirective.prototype.viewContainerRef;\n}\n\n/**\n * Image Array Directive\n */\nexport class ImagesDirective extends ArrayBase<ImagesDirective> {\nconstructor() {\n super('image');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-cell>e-images',\n queries: {\n children: new ContentChildren(ImageDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ImagesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nImagesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nImagesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","Formula","NumberFormat","CellFormat","DataBind","SheetTabs","Open","Save","Ribbon","FormulaBar","ContextMenu","Selection","KeyboardShortcut","KeyboardNavigation","Edit","Clipboard","SpreadsheetComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","Template","ContentChild","ChangeDetectionStrategy","outputs","Component","Spreadsheet","setValue","ContentChildren","Directive","ArrayBase","input","ComplexBase"],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-angular-spreadsheet.umd.min.js
|
|
3
|
+
* version : 26.2.9
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-spreadsheet"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-spreadsheet","@angular/common"],t):t(e["ej2-angular-spreadsheet"]={},e.ng.core,e.ej2.angular.base,e.ej2.spreadsheet,e.ng.common)}(this,function(e,t,F,r,E){"use strict";var B,o,a=this&&this.__extends||(B=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(e,t){e.__proto__=t}:function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])}),function(e,t){function r(){this.constructor=e}B(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),W=["height","id","left","src","top","width"],j=[],n=(o=F.ComplexBase,a(N,o),N);function N(e){var t=o.call(this)||this;return t.viewContainerRef=e,F.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(j),t.directivePropList=W,t}n.decorators=[{type:t.Directive,args:[{selector:"e-images>e-image",inputs:W,outputs:j,queries:{}}]}],n.ctorParameters=function(){return[{type:t.ViewContainerRef}]};i=F.ArrayBase,a(L,i);var i,l=L;function L(){return i.call(this,"image")||this}l.decorators=[{type:t.Directive,args:[{selector:"e-cell>e-images",queries:{children:new t.ContentChildren(n)}}]}],l.ctorParameters=function(){return[]};var s,U=["dataLabelSettings","height","id","isSeriesInRows","legendSettings","markerSettings","primaryXAxis","primaryYAxis","range","theme","title","type","width"],q=[],d=(s=F.ComplexBase,a(K,s),K);function K(e){var t=s.call(this)||this;return t.viewContainerRef=e,F.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(q),t.directivePropList=U,t}d.decorators=[{type:t.Directive,args:[{selector:"e-charts>e-chart",inputs:U,outputs:q,queries:{}}]}],d.ctorParameters=function(){return[{type:t.ViewContainerRef}]};c=F.ArrayBase,a(_,c);var c,u=_;function _(){return c.call(this,"chart")||this}u.decorators=[{type:t.Directive,args:[{selector:"e-cell>e-charts",queries:{children:new t.ContentChildren(d)}}]}],u.ctorParameters=function(){return[]};var g,z=["chart","colSpan","format","formula","hyperlink","image","index","isLocked","isReadOnly","notes","rowSpan","style","validation","value","wrap"],X=[],h=(g=F.ComplexBase,a(G,g),G);function G(e){var t=g.call(this)||this;return t.viewContainerRef=e,t.tags=["image","chart"],F.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(X),t.directivePropList=z,t}h.decorators=[{type:t.Directive,args:[{selector:"e-cells>e-cell",inputs:z,outputs:X,queries:{childImage:new t.ContentChild(l),childChart:new t.ContentChild(u)}}]}],h.ctorParameters=function(){return[{type:t.ViewContainerRef}]};p=F.ArrayBase,a(Y,p);var p,m=Y;function Y(){return p.call(this,"cells")||this}m.decorators=[{type:t.Directive,args:[{selector:"e-row>e-cells",queries:{children:new t.ContentChildren(h)}}]}],m.ctorParameters=function(){return[]};var C,J=["cells","customHeight","format","height","hidden","index","isReadOnly"],Q=[],f=(C=F.ComplexBase,a(Z,C),Z);function Z(e){var t=C.call(this)||this;return t.viewContainerRef=e,t.tags=["cells"],F.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(Q),t.directivePropList=J,t}f.decorators=[{type:t.Directive,args:[{selector:"e-rows>e-row",inputs:J,outputs:Q,queries:{childCells:new t.ContentChild(m)}}]}],f.ctorParameters=function(){return[{type:t.ViewContainerRef}]};S=F.ArrayBase,a($,S);var S,b=$;function $(){return S.call(this,"rows")||this}b.decorators=[{type:t.Directive,args:[{selector:"e-sheet>e-rows",queries:{children:new t.ContentChildren(f)}}]}],b.ctorParameters=function(){return[]};var v,ee=["customWidth","format","hidden","index","isLocked","isReadOnly","validation","width"],te=[],R=(v=F.ComplexBase,a(re,v),re);function re(e){var t=v.call(this)||this;return t.viewContainerRef=e,F.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(te),t.directivePropList=ee,t}R.decorators=[{type:t.Directive,args:[{selector:"e-columns>e-column",inputs:ee,outputs:te,queries:{}}]}],R.ctorParameters=function(){return[{type:t.ViewContainerRef}]};k=F.ArrayBase,a(oe,k);var k,y=oe;function oe(){return k.call(this,"columns")||this}y.decorators=[{type:t.Directive,args:[{selector:"e-sheet>e-columns",queries:{children:new t.ContentChildren(R)}}]}],y.ctorParameters=function(){return[]};var ae,w=this&&this.__decorate||function(e,t,r,o){var a,n=arguments.length,i=n<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,o);else for(var l=e.length-1;0<=l;l--)(a=e[l])&&(i=(n<3?a(i):3<n?a(t,r,i):a(t,r))||i);return 3<n&&i&&Object.defineProperty(t,r,i),i},D=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},ne=["address","dataSource","fieldsOrder","query","showFieldAsHeader","startCell","template"],ie=[],I=(ae=F.ComplexBase,a(le,ae),le);function le(e){var t=ae.call(this)||this;return t.viewContainerRef=e,F.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(ie),t.directivePropList=ne,t}I.decorators=[{type:t.Directive,args:[{selector:"e-ranges>e-range",inputs:ne,outputs:ie,queries:{}}]}],I.ctorParameters=function(){return[{type:t.ViewContainerRef}]},I.propDecorators={template:[{type:t.ContentChild,args:["template"]}]},w([F.Template(),D("design:type",Object)],I.prototype,"template",void 0);se=F.ArrayBase,a(de,se);var se,D=de;function de(){return se.call(this,"ranges")||this}D.decorators=[{type:t.Directive,args:[{selector:"e-sheet>e-ranges",queries:{children:new t.ContentChildren(I)}}]}],D.ctorParameters=function(){return[]};var ce,ue=["cFColor","format","range","type","value"],ge=[],w=(ce=F.ComplexBase,a(he,ce),he);function he(e){var t=ce.call(this)||this;return t.viewContainerRef=e,F.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(ge),t.directivePropList=ue,t}w.decorators=[{type:t.Directive,args:[{selector:"e-conditionalformats>e-conditionalformat",inputs:ue,outputs:ge,queries:{}}]}],w.ctorParameters=function(){return[{type:t.ViewContainerRef}]};pe=F.ArrayBase,a(me,pe);var pe,M=me;function me(){return pe.call(this,"conditionalformats")||this}M.decorators=[{type:t.Directive,args:[{selector:"e-sheet>e-conditionalformats",queries:{children:new t.ContentChildren(w)}}]}],M.ctorParameters=function(){return[]};var Ce,fe=["activeCell","colCount","columns","conditionalFormats","frozenColumns","frozenRows","index","isProtected","name","paneTopLeftCell","password","protectSettings","ranges","rowCount","rows","selectedRange","showGridLines","showHeaders","standardHeight","state","topLeftCell","usedRange"],Se=[],x=(Ce=F.ComplexBase,a(be,Ce),be);function be(e){var t=Ce.call(this)||this;return t.viewContainerRef=e,t.tags=["rows","columns","ranges","conditionalFormats"],F.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(Se),t.directivePropList=fe,t}x.decorators=[{type:t.Directive,args:[{selector:"e-sheets>e-sheet",inputs:fe,outputs:Se,queries:{childRows:new t.ContentChild(b),childColumns:new t.ContentChild(y),childRanges:new t.ContentChild(D),childConditionalFormats:new t.ContentChild(M)}}]}],x.ctorParameters=function(){return[{type:t.ViewContainerRef}]};ve=F.ArrayBase,a(Fe,ve);var ve,A=Fe;function Fe(){return ve.call(this,"sheets")||this}A.decorators=[{type:t.Directive,args:[{selector:"ejs-spreadsheet>e-sheets",queries:{children:new t.ContentChildren(x)}}]}],A.ctorParameters=function(){return[]};var Re,ke=["comment","name","refersTo","scope"],ye=[],H=(Re=F.ComplexBase,a(we,Re),we);function we(e){var t=Re.call(this)||this;return t.viewContainerRef=e,F.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(ye),t.directivePropList=ke,t}H.decorators=[{type:t.Directive,args:[{selector:"e-definednames>e-definedname",inputs:ke,outputs:ye,queries:{}}]}],H.ctorParameters=function(){return[{type:t.ViewContainerRef}]};De=F.ArrayBase,a(Ie,De);var De,V=Ie;function Ie(){return De.call(this,"definednames")||this}V.decorators=[{type:t.Directive,args:[{selector:"ejs-spreadsheet>e-definednames",queries:{children:new t.ContentChildren(H)}}]}],V.ctorParameters=function(){return[]};var Me,P=this&&this.__decorate||function(e,t,r,o){var a,n=arguments.length,i=n<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,o);else for(var l=e.length-1;0<=l;l--)(a=e[l])&&(i=(n<3?a(i):3<n?a(t,r,i):a(t,r))||i);return 3<n&&i&&Object.defineProperty(t,r,i),i},O=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},xe=["activeSheetIndex","allowAutoFill","allowCellFormatting","allowChart","allowConditionalFormat","allowDataValidation","allowDelete","allowEditing","allowFiltering","allowFindAndReplace","allowFreezePane","allowHyperlink","allowImage","allowInsert","allowMerge","allowNumberFormatting","allowOpen","allowPrint","allowResizing","allowSave","allowScrolling","allowSorting","allowUndoRedo","allowWrap","autoFillSettings","cellStyle","cssClass","currencyCode","definedNames","enableClipboard","enableContextMenu","enableKeyboardNavigation","enableKeyboardShortcut","enableNotes","enablePersistence","enableRtl","height","isProtected","listSeparator","locale","openUrl","password","saveUrl","scrollSettings","selectionSettings","sheets","showAggregate","showFormulaBar","showRibbon","showSheetTabs","width"],Ae=["actionBegin","actionComplete","afterHyperlinkClick","afterHyperlinkCreate","beforeCellFormat","beforeCellRender","beforeCellSave","beforeCellUpdate","beforeConditionalFormat","beforeDataBound","beforeHyperlinkClick","beforeHyperlinkCreate","beforeOpen","beforeSave","beforeSelect","beforeSort","cellEdit","cellEdited","cellEditing","cellSave","contextMenuBeforeClose","contextMenuBeforeOpen","contextMenuItemSelect","created","dataBound","dataSourceChanged","dialogBeforeOpen","fileMenuBeforeClose","fileMenuBeforeOpen","fileMenuItemSelect","openComplete","openFailure","queryCellInfo","saveComplete","select","sortComplete"],He=[""];function T(e,t,r,o){var a=Me.call(this)||this;a.ngEle=e,a.srenderer=t,a.viewContainerRef=r,a.injector=o,a.tags=["sheets","definedNames"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var n=a.injector.get("SpreadsheetClipboard");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(i){}try{n=a.injector.get("SpreadsheetEdit");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(l){}try{n=a.injector.get("SpreadsheetKeyboardNavigation");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(s){}try{n=a.injector.get("SpreadsheetKeyboardShortcut");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(d){}try{n=a.injector.get("SpreadsheetSelection");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(c){}try{n=a.injector.get("SpreadsheetContextMenu");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(u){}try{n=a.injector.get("SpreadsheetFormulaBar");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(g){}try{n=a.injector.get("SpreadsheetRibbon");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(h){}try{n=a.injector.get("SpreadsheetSave");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(p){}try{n=a.injector.get("SpreadsheetOpen");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(m){}try{n=a.injector.get("SpreadsheetSheetTabs");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(C){}try{n=a.injector.get("SpreadsheetDataBind");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(f){}try{n=a.injector.get("SpreadsheetCellFormat");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(S){}try{n=a.injector.get("SpreadsheetNumberFormat");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(b){}try{n=a.injector.get("SpreadsheetFormula");-1===a.injectedModules.indexOf(n)&&a.injectedModules.push(n)}catch(v){}return a.registerEvents(Ae),a.addTwoWay.call(a,He),F.setValue("currentInstance",a,a.viewContainerRef),a.context=new F.ComponentBase,a}e.SpreadsheetComponent=(Me=r.Spreadsheet,a(T,Me),T.prototype.ngOnInit=function(){this.context.ngOnInit(this)},T.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},T.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},T.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSheets,this.childDefinedNames&&(this.tagObjects[1].instance=this.childDefinedNames),this.context.ngAfterContentChecked(this)},T),e.SpreadsheetComponent.decorators=[{type:t.Component,args:[{selector:"ejs-spreadsheet",inputs:xe,outputs:Ae,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSheets:new t.ContentChild(A),childDefinedNames:new t.ContentChild(V)}}]}],e.SpreadsheetComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.SpreadsheetComponent.propDecorators={template:[{type:t.ContentChild,args:["template"]}]},P([F.Template(),O("design:type",Object)],e.SpreadsheetComponent.prototype,"template",void 0),e.SpreadsheetComponent=P([F.ComponentMixins([F.ComponentBase]),O("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.SpreadsheetComponent);var a=function(){},O=(a.decorators=[{type:t.NgModule,args:[{imports:[E.CommonModule],declarations:[e.SpreadsheetComponent,n,l,d,u,h,m,f,b,R,y,I,D,w,M,x,A,H,V],exports:[e.SpreadsheetComponent,n,l,d,u,h,m,f,b,R,y,I,D,w,M,x,A,H,V]}]}],a.ctorParameters=function(){return[]},{provide:"SpreadsheetClipboard",useValue:r.Clipboard}),P={provide:"SpreadsheetEdit",useValue:r.Edit},Ve={provide:"SpreadsheetKeyboardNavigation",useValue:r.KeyboardNavigation},Pe={provide:"SpreadsheetKeyboardShortcut",useValue:r.KeyboardShortcut},Oe={provide:"SpreadsheetSelection",useValue:r.Selection},Te={provide:"SpreadsheetContextMenu",useValue:r.ContextMenu},Ee={provide:"SpreadsheetFormulaBar",useValue:r.FormulaBar},Be={provide:"SpreadsheetRibbon",useValue:r.Ribbon},We={provide:"SpreadsheetSave",useValue:r.Save},je={provide:"SpreadsheetOpen",useValue:r.Open},Ne={provide:"SpreadsheetSheetTabs",useValue:r.SheetTabs},Le={provide:"SpreadsheetDataBind",useValue:r.DataBind},Ue={provide:"SpreadsheetCellFormat",useValue:r.CellFormat},qe={provide:"SpreadsheetNumberFormat",useValue:r.NumberFormat},Ke={provide:"SpreadsheetFormula",useValue:r.Formula},_e=function(){};_e.decorators=[{type:t.NgModule,args:[{imports:[E.CommonModule,a],exports:[a],providers:[O,P,Ve,Pe,Oe,Te,Ee,Be,We,je,Ne,Le,Ue,qe,Ke]}]}],_e.ctorParameters=function(){return[]},e.ImageDirective=n,e.ImagesDirective=l,e.ChartDirective=d,e.ChartsDirective=u,e.CellDirective=h,e.CellsDirective=m,e.RowDirective=f,e.RowsDirective=b,e.ColumnDirective=R,e.ColumnsDirective=y,e.RangeDirective=I,e.RangesDirective=D,e.ConditionalFormatDirective=w,e.ConditionalFormatsDirective=M,e.SheetDirective=x,e.SheetsDirective=A,e.DefinedNameDirective=H,e.DefinedNamesDirective=V,e.SpreadsheetModule=a,e.SpreadsheetAllModule=_e,e.ClipboardService=O,e.EditService=P,e.KeyboardNavigationService=Ve,e.KeyboardShortcutService=Pe,e.SelectionService=Oe,e.ContextMenuService=Te,e.FormulaBarService=Ee,e.RibbonService=Be,e.SaveService=We,e.OpenService=je,e.SheetTabsService=Ne,e.DataBindService=Le,e.CellFormatService=Ue,e.NumberFormatService=qe,e.FormulaService=Ke,e.ɵa=xe,e.ɵb=Ae,e.Workbook=r.Workbook,e.Range=r.Range,e.UsedRange=r.UsedRange,e.Sheet=r.Sheet,e.getSheetIndex=r.getSheetIndex,e.getSheetIndexFromId=r.getSheetIndexFromId,e.getSheetNameFromAddress=r.getSheetNameFromAddress,e.getSheetIndexByName=r.getSheetIndexByName,e.updateSelectedRange=r.updateSelectedRange,e.getSelectedRange=r.getSelectedRange,e.getSingleSelectedRange=r.getSingleSelectedRange,e.getSheet=r.getSheet,e.getSheetNameCount=r.getSheetNameCount,e.getMaxSheetId=r.getMaxSheetId,e.initSheet=r.initSheet,e.getSheetName=r.getSheetName,e.moveSheet=r.moveSheet,e.duplicateSheet=r.duplicateSheet,e.Row=r.Row,e.getRow=r.getRow,e.setRow=r.setRow,e.isHiddenRow=r.isHiddenRow,e.isFilterHidden=r.isFilterHidden,e.getRowHeight=r.getRowHeight,e.setRowHeight=r.setRowHeight,e.getRowsHeight=r.getRowsHeight,e.Column=r.Column,e.getColumn=r.getColumn,e.setColumn=r.setColumn,e.getColumnWidth=r.getColumnWidth,e.getColumnsWidth=r.getColumnsWidth,e.isHiddenCol=r.isHiddenCol,e.checkColumnValidation=r.checkColumnValidation,e.Cell=r.Cell,e.getCell=r.getCell,e.setCell=r.setCell,e.skipDefaultValue=r.skipDefaultValue,e.wrap=r.wrap,e.getColorCode=r.getColorCode,e.getCustomColors=r.getCustomColors,e.isCustomDateTime=r.isCustomDateTime,e.getData=r.getData,e.getValueFromFormat=r.getValueFromFormat,e.getModel=r.getModel,e.processIdx=r.processIdx,e.getRangeIndexes=r.getRangeIndexes,e.getCellIndexes=r.getCellIndexes,e.getColIndex=r.getColIndex,e.getCellAddress=r.getCellAddress,e.getRangeAddress=r.getRangeAddress,e.getColumnHeaderText=r.getColumnHeaderText,e.getIndexesFromAddress=r.getIndexesFromAddress,e.getRangeFromAddress=r.getRangeFromAddress,e.getAddressFromSelectedRange=r.getAddressFromSelectedRange,e.getAddressInfo=r.getAddressInfo,e.getSheetIndexFromAddress=r.getSheetIndexFromAddress,e.getSwapRange=r.getSwapRange,e.isSingleCell=r.isSingleCell,e.executeTaskAsync=r.executeTaskAsync,e.getWorkbookRequiredModules=r.getWorkbookRequiredModules,e.CellStyle=r.CellStyle,e.FilterCollection=r.FilterCollection,e.SortCollection=r.SortCollection,e.DefineName=r.DefineName,e.ProtectSettings=r.ProtectSettings,e.Hyperlink=r.Hyperlink,e.Validation=r.Validation,e.Format=r.Format,e.ConditionalFormat=r.ConditionalFormat,e.LegendSettings=r.LegendSettings,e.DataLabelSettings=r.DataLabelSettings,e.Border=r.Border,e.MarkerSettings=r.MarkerSettings,e.MajorGridLines=r.MajorGridLines,e.MinorGridLines=r.MinorGridLines,e.Axis=r.Axis,e.Chart=r.Chart,e.Image=r.Image,e.AutoFillSettings=r.AutoFillSettings,e.workbookDestroyed=r.workbookDestroyed,e.updateSheetFromDataSource=r.updateSheetFromDataSource,e.dataSourceChanged=r.dataSourceChanged,e.dataChanged=r.dataChanged,e.triggerDataChange=r.triggerDataChange,e.workbookOpen=r.workbookOpen,e.beginSave=r.beginSave,e.beginAction=r.beginAction,e.sortImport=r.sortImport,e.findToolDlg=r.findToolDlg,e.exportDialog=r.exportDialog,e.setFilteredCollection=r.setFilteredCollection,e.saveCompleted=r.saveCompleted,e.applyNumberFormatting=r.applyNumberFormatting,e.getFormattedCellObject=r.getFormattedCellObject,e.refreshCellElement=r.refreshCellElement,e.setCellFormat=r.setCellFormat,e.findAllValues=r.findAllValues,e.textDecorationUpdate=r.textDecorationUpdate,e.applyCellFormat=r.applyCellFormat,e.updateUsedRange=r.updateUsedRange,e.updateRowColCount=r.updateRowColCount,e.workbookFormulaOperation=r.workbookFormulaOperation,e.workbookEditOperation=r.workbookEditOperation,e.checkDateFormat=r.checkDateFormat,e.checkNumberFormat=r.checkNumberFormat,e.parseDecimalNumber=r.parseDecimalNumber,e.getFormattedBarText=r.getFormattedBarText,e.activeCellChanged=r.activeCellChanged,e.openSuccess=r.openSuccess,e.openFailure=r.openFailure,e.sheetCreated=r.sheetCreated,e.sheetsDestroyed=r.sheetsDestroyed,e.aggregateComputation=r.aggregateComputation,e.getUniqueRange=r.getUniqueRange,e.removeUniquecol=r.removeUniquecol,e.checkUniqueRange=r.checkUniqueRange,e.reApplyFormula=r.reApplyFormula,e.clearFormulaDependentCells=r.clearFormulaDependentCells,e.formulaInValidation=r.formulaInValidation,e.beforeSort=r.beforeSort,e.initiateSort=r.initiateSort,e.updateSortedDataOnCell=r.updateSortedDataOnCell,e.sortComplete=r.sortComplete,e.sortRangeAlert=r.sortRangeAlert,e.initiatelink=r.initiatelink,e.beforeHyperlinkCreate=r.beforeHyperlinkCreate,e.afterHyperlinkCreate=r.afterHyperlinkCreate,e.beforeHyperlinkClick=r.beforeHyperlinkClick,e.afterHyperlinkClick=r.afterHyperlinkClick,e.addHyperlink=r.addHyperlink,e.setLinkModel=r.setLinkModel,e.beforeFilter=r.beforeFilter,e.initiateFilter=r.initiateFilter,e.filterComplete=r.filterComplete,e.filterRangeAlert=r.filterRangeAlert,e.clearAllFilter=r.clearAllFilter,e.wrapEvent=r.wrapEvent,e.onSave=r.onSave,e.insert=r.insert,e.deleteAction=r.deleteAction,e.insertModel=r.insertModel,e.deleteModel=r.deleteModel,e.isValidation=r.isValidation,e.cellValidation=r.cellValidation,e.addHighlight=r.addHighlight,e.dataValidate=r.dataValidate,e.find=r.find,e["goto"]=r["goto"],e.findWorkbookHandler=r.findWorkbookHandler,e.replace=r.replace,e.replaceAll=r.replaceAll,e.showFindAlert=r.showFindAlert,e.findKeyUp=r.findKeyUp,e.removeHighlight=r.removeHighlight,e.queryCellInfo=r.queryCellInfo,e.count=r.count,e.findCount=r.findCount,e.protectSheetWorkBook=r.protectSheetWorkBook,e.updateToggle=r.updateToggle,e.protectsheetHandler=r.protectsheetHandler,e.replaceAllDialog=r.replaceAllDialog,e.unprotectsheetHandler=r.unprotectsheetHandler,e.workBookeditAlert=r.workBookeditAlert,e.workbookReadonlyAlert=r.workbookReadonlyAlert,e.setLockCells=r.setLockCells,e.applyLockCells=r.applyLockCells,e.setMerge=r.setMerge,e.applyMerge=r.applyMerge,e.mergedRange=r.mergedRange,e.activeCellMergedRange=r.activeCellMergedRange,e.insertMerge=r.insertMerge,e.hideShow=r.hideShow,e.setCFRule=r.setCFRule,e.applyCF=r.applyCF,e.clearCFRule=r.clearCFRule,e.clear=r.clear,e.clearCF=r.clearCF,e.setImage=r.setImage,e.setChart=r.setChart,e.initiateChart=r.initiateChart,e.refreshRibbonIcons=r.refreshRibbonIcons,e.refreshChart=r.refreshChart,e.refreshChartSize=r.refreshChartSize,e.updateChart=r.updateChart,e.deleteChartColl=r.deleteChartColl,e.initiateChartModel=r.initiateChartModel,e.focusChartBorder=r.focusChartBorder,e.saveError=r.saveError,e.validationHighlight=r.validationHighlight,e.beforeInsert=r.beforeInsert,e.beforeDelete=r.beforeDelete,e.deleteHyperlink=r.deleteHyperlink,e.moveOrDuplicateSheet=r.moveOrDuplicateSheet,e.setAutoFill=r.setAutoFill,e.refreshCell=r.refreshCell,e.getFillInfo=r.getFillInfo,e.getautofillDDB=r.getautofillDDB,e.rowFillHandler=r.rowFillHandler,e.getTextSpace=r.getTextSpace,e.refreshClipboard=r.refreshClipboard,e.updateView=r.updateView,e.selectionComplete=r.selectionComplete,e.refreshInsertDelete=r.refreshInsertDelete,e.getUpdatedFormulaOnInsertDelete=r.getUpdatedFormulaOnInsertDelete,e.beforeCellUpdate=r.beforeCellUpdate,e.duplicateSheetFilterHandler=r.duplicateSheetFilterHandler,e.unMerge=r.unMerge,e.addFormatToCustomFormatDlg=r.addFormatToCustomFormatDlg,e.checkFormulaRef=r.checkFormulaRef,e.parseFormulaArgument=r.parseFormulaArgument,e.getChartRowIdxFromClientY=r.getChartRowIdxFromClientY,e.getChartColIdxFromClientX=r.getChartColIdxFromClientX,e.refreshChartCellOnInit=r.refreshChartCellOnInit,e.checkIsFormula=r.checkIsFormula,e.isCellReference=r.isCellReference,e.isChar=r.isChar,e.isRowSelected=r.isRowSelected,e.isColumnSelected=r.isColumnSelected,e.inRange=r.inRange,e.isInMultipleRange=r.isInMultipleRange,e.isInRange=r.isInRange,e.getSplittedAddressForColumn=r.getSplittedAddressForColumn,e.isLocked=r.isLocked,e.isValidCellReference=r.isValidCellReference,e.columnIndex=r.columnIndex,e.skipHiddenIdx=r.skipHiddenIdx,e.isHeightCheckNeeded=r.isHeightCheckNeeded,e.getUpdatedFormula=r.getUpdatedFormula,e.getLeadingSpaces=r.getLeadingSpaces,e.getTrailingSpaces=r.getTrailingSpaces,e.updateCell=r.updateCell,e.getDataRange=r.getDataRange,e.insertFormatRange=r.insertFormatRange,e.deleteFormatRange=r.deleteFormatRange,e.updateCFModel=r.updateCFModel,e.checkRange=r.checkRange,e.parseLocaleNumber=r.parseLocaleNumber,e.getViewportIndexes=r.getViewportIndexes,e.setVisibleMergeIndex=r.setVisibleMergeIndex,e.getAutoDetectFormatParser=r.getAutoDetectFormatParser,e.applyPredicates=r.applyPredicates,e.isReadOnly=r.isReadOnly,e.toFraction=r.toFraction,e.getGcd=r.getGcd,e.intToDate=r.intToDate,e.dateToInt=r.dateToInt,e.isDateTime=r.isDateTime,e.isNumber=r.isNumber,e.toDate=r.toDate,e.parseIntValue=r.parseIntValue,e.workbookLocale=r.workbookLocale,e.localeData=r.localeData,e.currencyFormat=r.currencyFormat,e.DataBind=r.DataBind,e.WorkbookOpen=r.WorkbookOpen,e.WorkbookSave=r.WorkbookSave,e.WorkbookFormula=r.WorkbookFormula,e.WorkbookNumberFormat=r.WorkbookNumberFormat,e.getFormatFromType=r.getFormatFromType,e.getTypeFromFormat=r.getTypeFromFormat,e.WorkbookSort=r.WorkbookSort,e.WorkbookFilter=r.WorkbookFilter,e.WorkbookImage=r.WorkbookImage,e.WorkbookChart=r.WorkbookChart,e.WorkbookCellFormat=r.WorkbookCellFormat,e.WorkbookEdit=r.WorkbookEdit,e.WorkbookHyperlink=r.WorkbookHyperlink,e.WorkbookInsert=r.WorkbookInsert,e.WorkbookDelete=r.WorkbookDelete,e.WorkbookDataValidation=r.WorkbookDataValidation,e.WorkbookFindAndReplace=r.WorkbookFindAndReplace,e.WorkbookProtectSheet=r.WorkbookProtectSheet,e.WorkbookMerge=r.WorkbookMerge,e.WorkbookConditionalFormat=r.WorkbookConditionalFormat,e.WorkbookAutoFill=r.WorkbookAutoFill,e.getRequiredModules=r.getRequiredModules,e.ribbon=r.ribbon,e.formulaBar=r.formulaBar,e.sheetTabs=r.sheetTabs,e.refreshSheetTabs=r.refreshSheetTabs,e.isFormulaBarEdit=r.isFormulaBarEdit,e.contentLoaded=r.contentLoaded,e.mouseDown=r.mouseDown,e.spreadsheetDestroyed=r.spreadsheetDestroyed,e.editOperation=r.editOperation,e.formulaOperation=r.formulaOperation,e.formulaBarOperation=r.formulaBarOperation,e.click=r.click,e.keyUp=r.keyUp,e.keyDown=r.keyDown,e.formulaKeyUp=r.formulaKeyUp,e.formulaBarUpdate=r.formulaBarUpdate,e.onVerticalScroll=r.onVerticalScroll,e.onHorizontalScroll=r.onHorizontalScroll,e.beforeContentLoaded=r.beforeContentLoaded,e.beforeVirtualContentLoaded=r.beforeVirtualContentLoaded,e.virtualContentLoaded=r.virtualContentLoaded,e.contextMenuOpen=r.contextMenuOpen,e.cellNavigate=r.cellNavigate,e.mouseUpAfterSelection=r.mouseUpAfterSelection,e.cMenuBeforeOpen=r.cMenuBeforeOpen,e.insertSheetTab=r.insertSheetTab,e.removeSheetTab=r.removeSheetTab,e.renameSheetTab=r.renameSheetTab,e.ribbonClick=r.ribbonClick,e.refreshRibbon=r.refreshRibbon,e.enableToolbarItems=r.enableToolbarItems,e.tabSwitch=r.tabSwitch,e.selectRange=r.selectRange,e.rangeSelectionByKeydown=r.rangeSelectionByKeydown,e.cut=r.cut,e.copy=r.copy,e.paste=r.paste,e.clearCopy=r.clearCopy,e.dataBound=r.dataBound,e.beforeDataBound=r.beforeDataBound,e.addContextMenuItems=r.addContextMenuItems,e.removeContextMenuItems=r.removeContextMenuItems,e.enableContextMenuItems=r.enableContextMenuItems,e.enableFileMenuItems=r.enableFileMenuItems,e.hideFileMenuItems=r.hideFileMenuItems,e.addFileMenuItems=r.addFileMenuItems,e.hideRibbonTabs=r.hideRibbonTabs,e.enableRibbonTabs=r.enableRibbonTabs,e.addRibbonTabs=r.addRibbonTabs,e.addToolbarItems=r.addToolbarItems,e.hideToolbarItems=r.hideToolbarItems,e.beforeRibbonCreate=r.beforeRibbonCreate,e.rowHeightChanged=r.rowHeightChanged,e.colWidthChanged=r.colWidthChanged,e.onContentScroll=r.onContentScroll,e.deInitProperties=r.deInitProperties,e.activeSheetChanged=r.activeSheetChanged,e.initiateCustomSort=r.initiateCustomSort,e.applySort=r.applySort,e.collaborativeUpdate=r.collaborativeUpdate,e.autoFit=r.autoFit,e.resizeRowHeight=r.resizeRowHeight,e.updateToggleItem=r.updateToggleItem,e.initiateHyperlink=r.initiateHyperlink,e.editHyperlink=r.editHyperlink,e.openHyperlink=r.openHyperlink,e.addNote=r.addNote,e.editNote=r.editNote,e.deleteNote=r.deleteNote,e.showNote=r.showNote,e.createNoteIndicator=r.createNoteIndicator,e.updateNoteContainer=r.updateNoteContainer,e.removeNoteContainer=r.removeNoteContainer,e.removeHyperlink=r.removeHyperlink,e.createHyperlinkElement=r.createHyperlinkElement,e.sheetNameUpdate=r.sheetNameUpdate,e.hideSheet=r.hideSheet,e.performUndoRedo=r.performUndoRedo,e.updateUndoRedoCollection=r.updateUndoRedoCollection,e.setActionData=r.setActionData,e.getBeforeActionData=r.getBeforeActionData,e.clearUndoRedoCollection=r.clearUndoRedoCollection,e.initiateFilterUI=r.initiateFilterUI,e.renderFilterCell=r.renderFilterCell,e.refreshFilterRange=r.refreshFilterRange,e.updateSortCollection=r.updateSortCollection,e.reapplyFilter=r.reapplyFilter,e.filterByCellValue=r.filterByCellValue,e.clearFilter=r.clearFilter,e.getFilteredColumn=r.getFilteredColumn,e.completeAction=r.completeAction,e.filterCellKeyDown=r.filterCellKeyDown,e.getFilterRange=r.getFilterRange,e.setAutoFit=r.setAutoFit,e.refreshFormulaDatasource=r.refreshFormulaDatasource,e.setScrollEvent=r.setScrollEvent,e.initiateDataValidation=r.initiateDataValidation,e.validationError=r.validationError,e.startEdit=r.startEdit,e.invalidData=r.invalidData,e.clearInvalid=r.clearInvalid,e.protectSheet=r.protectSheet,e.applyProtect=r.applyProtect,e.unprotectSheet=r.unprotectSheet,e.protectCellFormat=r.protectCellFormat,e.gotoDlg=r.gotoDlg,e.findDlg=r.findDlg,e.findHandler=r.findHandler,e.created=r.created,e.editAlert=r.editAlert,e.readonlyAlert=r.readonlyAlert,e.setUndoRedo=r.setUndoRedo,e.enableFormulaInput=r.enableFormulaInput,e.protectSelection=r.protectSelection,e.hiddenMerge=r.hiddenMerge,e.checkPrevMerge=r.checkPrevMerge,e.checkMerge=r.checkMerge,e.removeDataValidation=r.removeDataValidation,e.showAggregate=r.showAggregate,e.goToSheet=r.goToSheet,e.showSheet=r.showSheet,e.renderCFDlg=r.renderCFDlg,e.clearViewer=r.clearViewer,e.initiateFormulaReference=r.initiateFormulaReference,e.initiateCur=r.initiateCur,e.clearCellRef=r.clearCellRef,e.editValue=r.editValue,e.addressHandle=r.addressHandle,e.initiateEdit=r.initiateEdit,e.forRefSelRender=r.forRefSelRender,e.insertImage=r.insertImage,e.refreshOverlayElem=r.refreshOverlayElem,e.refreshImgCellObj=r.refreshImgCellObj,e.getRowIdxFromClientY=r.getRowIdxFromClientY,e.getColIdxFromClientX=r.getColIdxFromClientX,e.createImageElement=r.createImageElement,e.deleteImage=r.deleteImage,e.deleteChart=r.deleteChart,e.refreshChartCellObj=r.refreshChartCellObj,e.refreshChartCellModel=r.refreshChartCellModel,e.refreshImagePosition=r.refreshImagePosition,e.updateTableWidth=r.updateTableWidth,e.focusBorder=r.focusBorder,e.clearChartBorder=r.clearChartBorder,e.insertChart=r.insertChart,e.chartRangeSelection=r.chartRangeSelection,e.insertDesignChart=r.insertDesignChart,e.removeDesignChart=r.removeDesignChart,e.chartDesignTab=r.chartDesignTab,e.addChartEle=r.addChartEle,e.undoRedoForChartDesign=r.undoRedoForChartDesign,e.protectWorkbook=r.protectWorkbook,e.unProtectWorkbook=r.unProtectWorkbook,e.getPassWord=r.getPassWord,e.setProtectWorkbook=r.setProtectWorkbook,e.removeWorkbookProtection=r.removeWorkbookProtection,e.importProtectWorkbook=r.importProtectWorkbook,e.selectionStatus=r.selectionStatus,e.freeze=r.freeze,e.overlayEleSize=r.overlayEleSize,e.updateScroll=r.updateScroll,e.positionAutoFillElement=r.positionAutoFillElement,e.hideAutoFillOptions=r.hideAutoFillOptions,e.performAutoFill=r.performAutoFill,e.selectAutoFillRange=r.selectAutoFillRange,e.autoFill=r.autoFill,e.hideAutoFillElement=r.hideAutoFillElement,e.unProtectSheetPassword=r.unProtectSheetPassword,e.updateTranslate=r.updateTranslate,e.getUpdatedScrollPosition=r.getUpdatedScrollPosition,e.updateScrollValue=r.updateScrollValue,e.beforeCheckboxRender=r.beforeCheckboxRender,e.refreshCheckbox=r.refreshCheckbox,e.renderInsertDlg=r.renderInsertDlg,e.toggleProtect=r.toggleProtect,e.getUpdateUsingRaf=r.getUpdateUsingRaf,e.removeAllChildren=r.removeAllChildren,e.getColGroupWidth=r.getColGroupWidth,e.getScrollBarWidth=r.getScrollBarWidth,e.getSiblingsHeight=r.getSiblingsHeight,e.inView=r.inView,e.getCellPosition=r.getCellPosition,e.setPosition=r.setPosition,e.removeRangeEle=r.removeRangeEle,e.locateElem=r.locateElem,e.setStyleAttribute=r.setStyleAttribute,e.getStartEvent=r.getStartEvent,e.getMoveEvent=r.getMoveEvent,e.getEndEvent=r.getEndEvent,e.isTouchStart=r.isTouchStart,e.isTouchMove=r.isTouchMove,e.isTouchEnd=r.isTouchEnd,e.isMouseDown=r.isMouseDown,e.isMouseMove=r.isMouseMove,e.isMouseUp=r.isMouseUp,e.isNavigationKey=r.isNavigationKey,e.getClientX=r.getClientX,e.getClientY=r.getClientY,e.getPageX=r.getPageX,e.getPageY=r.getPageY,e.getDPRValue=r.getDPRValue,e.setAriaOptions=r.setAriaOptions,e.destroyComponent=r.destroyComponent,e.setResize=r.setResize,e.setWidthAndHeight=r.setWidthAndHeight,e.setTextLineHeight=r.setTextLineHeight,e.findMaxValue=r.findMaxValue,e.updateAction=r.updateAction,e.hasTemplate=r.hasTemplate,e.setRowEleHeight=r.setRowEleHeight,e.getTextHeight=r.getTextHeight,e.getLineHeight=r.getLineHeight,e.getTextWidth=r.getTextWidth,e.getLines=r.getLines,e.getBorderHeight=r.getBorderHeight,e.getExcludedColumnWidth=r.getExcludedColumnWidth,e.getTextHeightWithBorder=r.getTextHeightWithBorder,e.setMaxHgt=r.setMaxHgt,e.getMaxHgt=r.getMaxHgt,e.focus=r.focus,e.isLockedCells=r.isLockedCells,e.isDiscontinuousRange=r.isDiscontinuousRange,e.clearRange=r.clearRange,e.isImported=r.isImported,e.getBottomOffset=r.getBottomOffset,e.getRightIdx=r.getRightIdx,e.setColMinWidth=r.setColMinWidth,e.addDPRValue=r.addDPRValue,e.getSheetProperties=r.getSheetProperties,e.getChartsIndexes=r.getChartsIndexes,e.isReadOnlyCells=r.isReadOnlyCells,e.setStandardHeight=r.setStandardHeight,e.getStandardHeight=r.getStandardHeight,e.ScrollSettings=r.ScrollSettings,e.SelectionSettings=r.SelectionSettings,e.DISABLED=r.DISABLED,e.WRAPTEXT=r.WRAPTEXT,e.locale=r.locale,e.dialog=r.dialog,e.actionEvents=r.actionEvents,e.overlay=r.overlay,e.fontColor=r.fontColor,e.fillColor=r.fillColor,e.keyCodes=r.keyCodes,e.defaultLocale=r.defaultLocale,e.Spreadsheet=r.Spreadsheet,e.Clipboard=r.Clipboard,e.Edit=r.Edit,e.Selection=r.Selection,e.Scroll=r.Scroll,e.VirtualScroll=r.VirtualScroll,e.KeyboardNavigation=r.KeyboardNavigation,e.KeyboardShortcut=r.KeyboardShortcut,e.CellFormat=r.CellFormat,e.Resize=r.Resize,e.ShowHide=r.ShowHide,e.SpreadsheetHyperlink=r.SpreadsheetHyperlink,e.UndoRedo=r.UndoRedo,e.WrapText=r.WrapText,e.Insert=r.Insert,e.Delete=r.Delete,e.DataValidation=r.DataValidation,e.ProtectSheet=r.ProtectSheet,e.FindAndReplace=r.FindAndReplace,e.Merge=r.Merge,e.ConditionalFormatting=r.ConditionalFormatting,e.AutoFill=r.AutoFill,e.SpreadsheetNote=r.SpreadsheetNote,e.Ribbon=r.Ribbon,e.FormulaBar=r.FormulaBar,e.Formula=r.Formula,e.SheetTabs=r.SheetTabs,e.Open=r.Open,e.Save=r.Save,e.ContextMenu=r.ContextMenu,e.NumberFormat=r.NumberFormat,e.Sort=r.Sort,e.Filter=r.Filter,e.SpreadsheetImage=r.SpreadsheetImage,e.SpreadsheetChart=r.SpreadsheetChart,e.Render=r.Render,e.SheetRender=r.SheetRender,e.RowRenderer=r.RowRenderer,e.CellRenderer=r.CellRenderer,e.Calculate=r.Calculate,e.FormulaError=r.FormulaError,e.FormulaInfo=r.FormulaInfo,e.CalcSheetFamilyItem=r.CalcSheetFamilyItem,e.getAlphalabel=r.getAlphalabel,e.ValueChangedArgs=r.ValueChangedArgs,e.Parser=r.Parser,e.CalculateCommon=r.CalculateCommon,e.isUndefined=r.isUndefined,e.getSkeletonVal=r.getSkeletonVal,e.isExternalFileLink=r.isExternalFileLink,e.getModules=r.getModules,e.getValue=r.getValue,e.setValue=r.setValue,e.ModuleLoader=r.ModuleLoader,e.CommonErrors=r.CommonErrors,e.FormulasErrorsStrings=r.FormulasErrorsStrings,e.ExcelFileFormats=r.ExcelFileFormats,e.BasicFormulas=r.BasicFormulas,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
|
+
//# sourceMappingURL=ej2-angular-spreadsheet.umd.min.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ej2-angular-spreadsheet.umd.min.js","sources":["~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/image.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/chart.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/cells.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/rows.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/columns.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/ranges.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/conditionalformats.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/sheets.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/definednames.directive.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/spreadsheet.component.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/spreadsheet.module.ts","~/@syncfusion/ej2-angular-spreadsheet/src/spreadsheet/spreadsheet-all.module.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['height', 'id', 'left', 'src', 'top', 'width'];\nlet outputs: string[] = [];\n\n@Directive({\n selector: 'e-images>e-image',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ImageDirective extends ComplexBase<ImageDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Specifies the height of the image.\n * @default 300\n * @asptype double\n */\n public height: any;\n /** \n * Specifies image element id.\n * @default ''\n */\n public id: any;\n /** \n * Specifies the width of the image.\n * @default 0\n * @asptype double\n */\n public left: any;\n /** \n * Specifies the image source.\n * @default ''\n */\n public src: any;\n /** \n * Specifies the height of the image.\n * @default 0\n * @asptype double\n */\n public top: any;\n /** \n * Specifies the width of the image.\n * @default 400\n * @asptype double\n */\n public width: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Image Array Directive\n * @private\n */\n@Directive({\n selector: 'e-cell>e-images',\n queries: {\n children: new ContentChildren(ImageDirective)\n },\n})\nexport class ImagesDirective extends ArrayBase<ImagesDirective> {\n constructor() {\n super('image');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['dataLabelSettings', 'height', 'id', 'isSeriesInRows', 'legendSettings', 'markerSettings', 'primaryXAxis', 'primaryYAxis', 'range', 'theme', 'title', 'type', 'width'];\nlet outputs: string[] = [];\n\n@Directive({\n selector: 'e-charts>e-chart',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ChartDirective extends ComplexBase<ChartDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Specifies the type of a chart.\n * @default 'Line'\n */\n public type: any;\n /** \n * The data label for the series.\n * @default {}\n */\n public dataLabelSettings: any;\n /** \n * Specifies the height of the chart.\n * @default 290\n */\n public height: any;\n /** \n * Specifies chart element id.\n * @default ''\n */\n public id: any;\n /** \n * Specifies to switch the row or a column.\n * @default false\n */\n public isSeriesInRows: any;\n /** \n * Options for customizing the legend of the chart.\n * @default {}\n */\n public legendSettings: any;\n /** \n * Options to configure the marker\n * @default {}\n */\n public markerSettings: any;\n /** \n * Options to configure the horizontal axis.\n * @default {}\n */\n public primaryXAxis: any;\n /** \n * Options to configure the vertical axis.\n * @default {}\n */\n public primaryYAxis: any;\n /** \n * Specifies the selected range or specified range.\n * @default ''\n */\n public range: any;\n /** \n * Specifies the theme of a chart.\n * @default 'Material'\n */\n public theme: any;\n /** \n * Title of the chart\n * @default ''\n */\n public title: any;\n /** \n * Specifies the width of the chart.\n * @default 480\n */\n public width: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Chart Array Directive\n * @private\n */\n@Directive({\n selector: 'e-cell>e-charts',\n queries: {\n children: new ContentChildren(ChartDirective)\n },\n})\nexport class ChartsDirective extends ArrayBase<ChartsDirective> {\n constructor() {\n super('chart');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { ImagesDirective } from './image.directive';\nimport { ChartsDirective } from './chart.directive';\n\nlet input: string[] = ['chart', 'colSpan', 'format', 'formula', 'hyperlink', 'image', 'index', 'isLocked', 'isReadOnly', 'notes', 'rowSpan', 'style', 'validation', 'value', 'wrap'];\nlet outputs: string[] = [];\n/**\n * `e-cell` directive represent a cell of the Angular Spreadsheet.\n * It must be contained in a `e-row` directive.\n * ```html\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-rows>\n * <e-row>\n * <e-cells>\n * <e-cell value='A1'></e-cell>\n * </e-cells>\n * </e-row>\n * </e-rows>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\n@Directive({\n selector: 'e-cells>e-cell',\n inputs: input,\n outputs: outputs, \n queries: {\n childImage: new ContentChild(ImagesDirective), \n childChart: new ContentChild(ChartsDirective)\n }\n})\nexport class CellDirective extends ComplexBase<CellDirective> {\n public directivePropList: any;\n\t\n public childImage: any;\n public childChart: any;\n public tags: string[] = ['image', 'chart'];\n /** \n * Specifies the chart of the cell.\n * @default []\n */\n public chart: any;\n /** \n * Specifies the column-wise cell merge count.\n * @default 1\n * @asptype int\n */\n public colSpan: any;\n /** \n * Specifies the number format code to display value in specified number format.\n * @default 'General'\n */\n public format: any;\n /** \n * Defines the formula or expression of the cell.\n * @default ''\n */\n public formula: any;\n /** \n * Specifies the hyperlink of the cell.\n * @default ''\n */\n public hyperlink: any;\n /** \n * Specifies the image of the cell.\n * @default []\n */\n public image: any;\n /** \n * Specifies the index of the cell.\n * @default 0\n * @asptype int\n */\n public index: any;\n /** \n * Specifies the cell is locked or not, for allow edit range in spreadsheet protect option.\n * @default true\n */\n public isLocked: any;\n /** \n * Represents whether a cell in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.\n * @default false\n */\n public isReadOnly: any;\n /** \n * Specifies the note of the cell.\n * @default ''\n */\n public notes: any;\n /** \n * Specifies the row-wise cell merge count.\n * @default 1\n * @asptype int\n */\n public rowSpan: any;\n /** \n * Specifies the cell style options. \n * \n * @default {}\n */\n public style: any;\n /** \n * Specifies the validation of the cell.\n * @default ''\n */\n public validation: any;\n /** \n * Defines the value of the cell which can be text or number.\n * @default ''\n */\n public value: any;\n /** \n * Wraps the cell text to the next line, if the text width exceeds the column width.\n * @default false\n */\n public wrap: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Cell Array Directive\n * @private\n */\n@Directive({\n selector: 'e-row>e-cells',\n queries: {\n children: new ContentChildren(CellDirective)\n },\n})\nexport class CellsDirective extends ArrayBase<CellsDirective> {\n constructor() {\n super('cells');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { CellsDirective } from './cells.directive';\n\nlet input: string[] = ['cells', 'customHeight', 'format', 'height', 'hidden', 'index', 'isReadOnly'];\nlet outputs: string[] = [];\n/**\n * `e-row` directive represent a row of the Angular Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```html\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-rows>\n * <e-row></e-row>\n * </e-rows>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\n@Directive({\n selector: 'e-rows>e-row',\n inputs: input,\n outputs: outputs, \n queries: {\n childCells: new ContentChild(CellsDirective)\n }\n})\nexport class RowDirective extends ComplexBase<RowDirective> {\n public directivePropList: any;\n\t\n public childCells: any;\n public tags: string[] = ['cells'];\n /** \n * Specifies cell and its properties for the row.\n * @default []\n */\n public cells: any;\n /** \n * specifies custom height of the row.\n * @default false\n */\n public customHeight: any;\n /** \n * Specifies format of the row.\n * @default {}\n */\n public format: any;\n /** \n * Specifies height of the row.\n * @default 20\n * @asptype double\n * @aspdefaultvalue 20.0\n */\n public height: any;\n /** \n * To hide/show the row in spreadsheet.\n * @default false\n */\n public hidden: any;\n /** \n * Specifies the index to the row. Based on the index, row properties are applied.\n * @default 0\n * @asptype int\n */\n public index: any;\n /** \n * Represents whether a row in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.\n * @default false\n */\n public isReadOnly: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Row Array Directive\n * @private\n */\n@Directive({\n selector: 'e-sheet>e-rows',\n queries: {\n children: new ContentChildren(RowDirective)\n },\n})\nexport class RowsDirective extends ArrayBase<RowsDirective> {\n constructor() {\n super('rows');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['customWidth', 'format', 'hidden', 'index', 'isLocked', 'isReadOnly', 'validation', 'width'];\nlet outputs: string[] = [];\n/**\n * `e-column` directive represent a column of the Angular Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```html\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-columns>\n * <e-column width='100'></e-column>\n * </e-columns>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\n@Directive({\n selector: 'e-columns>e-column',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ColumnDirective extends ComplexBase<ColumnDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * specifies custom width of the column.\n * @default false\n */\n public customWidth: any;\n /** \n * Specifies format of the column.\n * @default {}\n */\n public format: any;\n /** \n * To hide/show the column in spreadsheet.\n * @default false\n */\n public hidden: any;\n /** \n * Specifies index of the column. Based on the index, column properties are applied.\n * @default 0\n * @asptype int\n */\n public index: any;\n /** \n * To lock/unlock the column in the protected sheet.\n * @default true\n */\n public isLocked: any;\n /** \n * Represents whether a column in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.\n * @default false\n */\n public isReadOnly: any;\n /** \n * Specifies the validation of the column.\n * @default ''\n */\n public validation: any;\n /** \n * Specifies width of the column.\n * @default 64\n * @asptype int\n */\n public width: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Column Array Directive\n * @private\n */\n@Directive({\n selector: 'e-sheet>e-columns',\n queries: {\n children: new ContentChildren(ColumnDirective)\n },\n})\nexport class ColumnsDirective extends ArrayBase<ColumnsDirective> {\n constructor() {\n super('columns');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['address', 'dataSource', 'fieldsOrder', 'query', 'showFieldAsHeader', 'startCell', 'template'];\nlet outputs: string[] = [];\n/**\n * `e-range` directive represent a range of the Angular Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```html\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-ranges>\n * <e-range [dataSource]='data'></e-range>\n * </e-ranges>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\n@Directive({\n selector: 'e-ranges>e-range',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class RangeDirective extends ComplexBase<RangeDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Specifies the address for updating the dataSource or template.\n * @default 'A1'\n */\n public address: any;\n /** \n * Specifies the data as JSON / Data manager to the sheet.\n * @default null\n */\n public dataSource: any;\n /** \n * By default, when a sheet is bound to a data source, columns are assigned to data source fields sequentially. \n * This means that the first data field is assigned to Column A, the second to Column B, and so on. \n * You can customize these assignments by specifying the field names in the desired column order using the 'fieldsOrder' property.\n * @default null\n */\n public fieldsOrder: any;\n /** \n * Defines the external [`Query`](https://ej2.syncfusion.com/documentation/data/api-query.html) \n * that will be executed along with data processing.\n * @default null\n */\n public query: any;\n /** \n * Show/Hide the field of the datasource as header.\n * @default true\n */\n public showFieldAsHeader: any;\n /** \n * Specifies the start cell from which the datasource will be populated.\n * @default 'A1'\n */\n public startCell: any;\n /** \n * Template helps to compiles the given HTML String (or HTML Element ID) into HtML Element and append to the Cell.\n * @default ''\n * @asptype string\n */\n @ContentChild('template')\n @Template()\n public template: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Range Array Directive\n * @private\n */\n@Directive({\n selector: 'e-sheet>e-ranges',\n queries: {\n children: new ContentChildren(RangeDirective)\n },\n})\nexport class RangesDirective extends ArrayBase<RangesDirective> {\n constructor() {\n super('ranges');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['cFColor', 'format', 'range', 'type', 'value'];\nlet outputs: string[] = [];\n/**\n * `e-conditionalformat` directive represent a conditionalformat of the Angular Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```html\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-conditionalformats>\n * <e-conditionalformat></e-conditionalformat>\n * </e-conditionalformats>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\n@Directive({\n selector: 'e-conditionalformats>e-conditionalformat',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ConditionalFormatDirective extends ComplexBase<ConditionalFormatDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Specifies Conditional formatting Type.\n * @default 'GreaterThan'\n * @aspignore \n */\n public type: any;\n /** \n * Specifies Conditional formatting Highlight Color.\n * @default 'RedFT'\n */\n public cFColor: any;\n /** \n * Specifies format.\n * @default {}\n */\n public format: any;\n /** \n * Specifies Conditional formatting range.\n * @default ''\n */\n public range: any;\n /** \n * Specifies Conditional formatting Value.\n * @default ''\n */\n public value: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * ConditionalFormat Array Directive\n * @private\n */\n@Directive({\n selector: 'e-sheet>e-conditionalformats',\n queries: {\n children: new ContentChildren(ConditionalFormatDirective)\n },\n})\nexport class ConditionalFormatsDirective extends ArrayBase<ConditionalFormatsDirective> {\n constructor() {\n super('conditionalformats');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RowsDirective } from './rows.directive';\nimport { ColumnsDirective } from './columns.directive';\nimport { RangesDirective } from './ranges.directive';\nimport { ConditionalFormatsDirective } from './conditionalformats.directive';\n\nlet input: string[] = ['activeCell', 'colCount', 'columns', 'conditionalFormats', 'frozenColumns', 'frozenRows', 'index', 'isProtected', 'name', 'paneTopLeftCell', 'password', 'protectSettings', 'ranges', 'rowCount', 'rows', 'selectedRange', 'showGridLines', 'showHeaders', 'standardHeight', 'state', 'topLeftCell', 'usedRange'];\nlet outputs: string[] = [];\n/**\n * `e-sheet` directive represent a sheet of the Angular Spreadsheet.\n * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).\n * ```html\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet></e-sheet>\n * <e-sheet></e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\n@Directive({\n selector: 'e-sheets>e-sheet',\n inputs: input,\n outputs: outputs, \n queries: {\n childRows: new ContentChild(RowsDirective), \n childColumns: new ContentChild(ColumnsDirective), \n childRanges: new ContentChild(RangesDirective), \n childConditionalFormats: new ContentChild(ConditionalFormatsDirective)\n }\n})\nexport class SheetDirective extends ComplexBase<SheetDirective> {\n public directivePropList: any;\n\t\n public childRows: any;\n public childColumns: any;\n public childRanges: any;\n public childConditionalFormats: any;\n public tags: string[] = ['rows', 'columns', 'ranges', 'conditionalFormats'];\n /** \n * Specifies active cell within `selectedRange` in the sheet.\n * @default 'A1'\n */\n public activeCell: any;\n /** \n * Defines the number of columns to be rendered in the sheet.\n * @default 100\n * @asptype int\n */\n public colCount: any;\n /** \n * Configures column and its properties for the sheet.\n * @default null\n */\n public columns: any;\n /** \n * Specifies the conditional formatting for the sheet.\n * @default []\n */\n public conditionalFormats: any;\n /** \n * Gets or sets the number of frozen columns.\n * @default 0\n * @asptype int\n */\n public frozenColumns: any;\n /** \n * Gets or sets the number of frozen rows.\n * @default 0\n * @asptype int\n */\n public frozenRows: any;\n /** \n * Specifies index of the sheet. Based on the index, sheet properties are applied.\n * @default 0\n * @asptype int\n */\n public index: any;\n /** \n * Specifies to protect the cells in the sheet.\n * @default false\n */\n public isProtected: any;\n /** \n * Specifies the name of the sheet, the name will show in the sheet tabs.\n * @default ''\n */\n public name: any;\n /** \n * Represents the freeze pane top left cell. Its default value would be based on the number of freeze rows and columns.\n * @default 'A1'\n */\n public paneTopLeftCell: any;\n /** \n * Specifies the password.\n * @default ''\n */\n public password: any;\n /** \n * Configures protect and its options.\n * @default { selectCells: false, formatCells: false, formatRows: false, formatColumns: false, insertLink: false }\n */\n public protectSettings: any;\n /** \n * Specifies the collection of range for the sheet.\n * @default []\n */\n public ranges: any;\n /** \n * Defines the number of rows to be rendered in the sheet.\n * @default 100\n * @asptype int\n */\n public rowCount: any;\n /** \n * Configures row and its properties for the sheet.\n * @default null\n */\n public rows: any;\n /** \n * Specifies selected range in the sheet. \n * \n * @default 'A1:A1'\n */\n public selectedRange: any;\n /** \n * Specifies to show / hide grid lines in the sheet.\n * @default true\n */\n public showGridLines: any;\n /** \n * Specifies to show / hide column and row headers in the sheet.\n * @default true\n */\n public showHeaders: any;\n /** \n * Represents the standard height of the sheet.\n * @default null\n * @asptype double\n * @aspdefaultvalue null\n */\n public standardHeight: any;\n /** \n * Specifies the sheet visibility state. There must be at least one visible sheet in Spreadsheet.\n * @default 'Visible'\n */\n public state: any;\n /** \n * Specified cell will be positioned at the upper-left corner of the sheet.\n * @default 'A1'\n */\n public topLeftCell: any;\n /** \n * Defines the used range of the sheet.\n * @default { rowIndex: 0, colIndex: 0 }\n */\n public usedRange: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Sheet Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-spreadsheet>e-sheets',\n queries: {\n children: new ContentChildren(SheetDirective)\n },\n})\nexport class SheetsDirective extends ArrayBase<SheetsDirective> {\n constructor() {\n super('sheets');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['comment', 'name', 'refersTo', 'scope'];\nlet outputs: string[] = [];\n/**\n * `e-definedname` directive represent a defined name of the Angular Spreadsheet.\n * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).\n * ```html\n * <ejs-spreadsheet>\n * <e-definednames>\n * <e-definedname></e-definedname>\n * <e-definedname></e-definedname>\n * </e-definednames>\n * </ejs-spreadsheet>\n * ```\n */\n@Directive({\n selector: 'e-definednames>e-definedname',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class DefinedNameDirective extends ComplexBase<DefinedNameDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Specifies comment for the defined name.\n * @default ''\n */\n public comment: any;\n /** \n * Specifies name for the defined name, which can be used in formula.\n * @default ''\n */\n public name: any;\n /** \n * Specifies reference for the defined name.\n * @default ''\n */\n public refersTo: any;\n /** \n * Specifies scope for the defined name.\n * @default ''\n */\n public scope: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * DefinedName Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-spreadsheet>e-definednames',\n queries: {\n children: new ContentChildren(DefinedNameDirective)\n },\n})\nexport class DefinedNamesDirective extends ArrayBase<DefinedNamesDirective> {\n constructor() {\n super('definednames');\n }\n}","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Spreadsheet } from '@syncfusion/ej2-spreadsheet';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { SheetsDirective } from './sheets.directive';\nimport { DefinedNamesDirective } from './definednames.directive';\n\nexport const inputs: string[] = ['activeSheetIndex','allowAutoFill','allowCellFormatting','allowChart','allowConditionalFormat','allowDataValidation','allowDelete','allowEditing','allowFiltering','allowFindAndReplace','allowFreezePane','allowHyperlink','allowImage','allowInsert','allowMerge','allowNumberFormatting','allowOpen','allowPrint','allowResizing','allowSave','allowScrolling','allowSorting','allowUndoRedo','allowWrap','autoFillSettings','cellStyle','cssClass','currencyCode','definedNames','enableClipboard','enableContextMenu','enableKeyboardNavigation','enableKeyboardShortcut','enableNotes','enablePersistence','enableRtl','height','isProtected','listSeparator','locale','openUrl','password','saveUrl','scrollSettings','selectionSettings','sheets','showAggregate','showFormulaBar','showRibbon','showSheetTabs','width'];\nexport const outputs: string[] = ['actionBegin','actionComplete','afterHyperlinkClick','afterHyperlinkCreate','beforeCellFormat','beforeCellRender','beforeCellSave','beforeCellUpdate','beforeConditionalFormat','beforeDataBound','beforeHyperlinkClick','beforeHyperlinkCreate','beforeOpen','beforeSave','beforeSelect','beforeSort','cellEdit','cellEdited','cellEditing','cellSave','contextMenuBeforeClose','contextMenuBeforeOpen','contextMenuItemSelect','created','dataBound','dataSourceChanged','dialogBeforeOpen','fileMenuBeforeClose','fileMenuBeforeOpen','fileMenuItemSelect','openComplete','openFailure','queryCellInfo','saveComplete','select','sortComplete'];\nexport const twoWays: string[] = [''];\n\n/**\n * `ejs-spreadsheet` represents the Angular Spreadsheet Component.\n * ```html\n * <ejs-spreadsheet></ejs-spreadsheet>\n * ```\n */\n@Component({\n selector: 'ejs-spreadsheet',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childSheets: new ContentChild(SheetsDirective), \n childDefinedNames: new ContentChild(DefinedNamesDirective)\n }\n})\n@ComponentMixins([ComponentBase])\nexport class SpreadsheetComponent extends Spreadsheet implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tafterHyperlinkClick: any;\n\tafterHyperlinkCreate: any;\n\tbeforeCellFormat: any;\n\tbeforeCellRender: any;\n\tbeforeCellSave: any;\n\tbeforeCellUpdate: any;\n\tbeforeConditionalFormat: any;\n\tbeforeDataBound: any;\n\tbeforeHyperlinkClick: any;\n\tbeforeHyperlinkCreate: any;\n\tbeforeOpen: any;\n\tbeforeSave: any;\n\tbeforeSelect: any;\n\tbeforeSort: any;\n\tcellEdit: any;\n\tcellEdited: any;\n\tcellEditing: any;\n\tcellSave: any;\n\tcontextMenuBeforeClose: any;\n\tcontextMenuBeforeOpen: any;\n\tcontextMenuItemSelect: any;\n\tcreated: any;\n\tdataBound: any;\n\tdataSourceChanged: any;\n\tdialogBeforeOpen: any;\n\tfileMenuBeforeClose: any;\n\tfileMenuBeforeOpen: any;\n\tfileMenuItemSelect: any;\n\topenComplete: any;\n\topenFailure: any;\n\tqueryCellInfo: any;\n\tsaveComplete: any;\n\tselect: any;\n\tpublic sortComplete: any;\n public childSheets: QueryList<SheetsDirective>;\n public childDefinedNames: QueryList<DefinedNamesDirective>;\n public tags: string[] = ['sheets', 'definedNames'];\n @ContentChild('template')\n @Template()\n public template: any;\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('SpreadsheetClipboard');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetEdit');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetKeyboardNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetKeyboardShortcut');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetContextMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetFormulaBar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetRibbon');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetSave');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetOpen');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetSheetTabs');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetDataBind');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetCellFormat');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetNumberFormat');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SpreadsheetFormula');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childSheets;\n if (this.childDefinedNames) {\n this.tagObjects[1].instance = this.childDefinedNames as any;\n }\n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ImageDirective, ImagesDirective } from './image.directive';\nimport { ChartDirective, ChartsDirective } from './chart.directive';\nimport { CellDirective, CellsDirective } from './cells.directive';\nimport { RowDirective, RowsDirective } from './rows.directive';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { RangeDirective, RangesDirective } from './ranges.directive';\nimport { ConditionalFormatDirective, ConditionalFormatsDirective } from './conditionalformats.directive';\nimport { SheetDirective, SheetsDirective } from './sheets.directive';\nimport { DefinedNameDirective, DefinedNamesDirective } from './definednames.directive';\nimport { SpreadsheetComponent } from './spreadsheet.component';\n\n/**\n * NgModule definition for the Spreadsheet component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n SpreadsheetComponent,\n ImageDirective,\n ImagesDirective,\n ChartDirective,\n ChartsDirective,\n CellDirective,\n CellsDirective,\n RowDirective,\n RowsDirective,\n ColumnDirective,\n ColumnsDirective,\n RangeDirective,\n RangesDirective,\n ConditionalFormatDirective,\n ConditionalFormatsDirective,\n SheetDirective,\n SheetsDirective,\n DefinedNameDirective,\n DefinedNamesDirective\n ],\n exports: [\n SpreadsheetComponent,\n ImageDirective,\n ImagesDirective,\n ChartDirective,\n ChartsDirective,\n CellDirective,\n CellsDirective,\n RowDirective,\n RowsDirective,\n ColumnDirective,\n ColumnsDirective,\n RangeDirective,\n RangesDirective,\n ConditionalFormatDirective,\n ConditionalFormatsDirective,\n SheetDirective,\n SheetsDirective,\n DefinedNameDirective,\n DefinedNamesDirective\n ]\n})\nexport class SpreadsheetModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ImageDirective, ImagesDirective } from './image.directive';\nimport { ChartDirective, ChartsDirective } from './chart.directive';\nimport { CellDirective, CellsDirective } from './cells.directive';\nimport { RowDirective, RowsDirective } from './rows.directive';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { RangeDirective, RangesDirective } from './ranges.directive';\nimport { ConditionalFormatDirective, ConditionalFormatsDirective } from './conditionalformats.directive';\nimport { SheetDirective, SheetsDirective } from './sheets.directive';\nimport { DefinedNameDirective, DefinedNamesDirective } from './definednames.directive';\nimport { SpreadsheetComponent } from './spreadsheet.component';\nimport { SpreadsheetModule } from './spreadsheet.module';\nimport {Clipboard, Edit, KeyboardNavigation, KeyboardShortcut, Selection, ContextMenu, FormulaBar, Ribbon, Save, Open, SheetTabs, DataBind, CellFormat, NumberFormat, Formula} from '@syncfusion/ej2-spreadsheet'\n\n\nexport const ClipboardService: ValueProvider = { provide: 'SpreadsheetClipboard', useValue: Clipboard};\nexport const EditService: ValueProvider = { provide: 'SpreadsheetEdit', useValue: Edit};\nexport const KeyboardNavigationService: ValueProvider = { provide: 'SpreadsheetKeyboardNavigation', useValue: KeyboardNavigation};\nexport const KeyboardShortcutService: ValueProvider = { provide: 'SpreadsheetKeyboardShortcut', useValue: KeyboardShortcut};\nexport const SelectionService: ValueProvider = { provide: 'SpreadsheetSelection', useValue: Selection};\nexport const ContextMenuService: ValueProvider = { provide: 'SpreadsheetContextMenu', useValue: ContextMenu};\nexport const FormulaBarService: ValueProvider = { provide: 'SpreadsheetFormulaBar', useValue: FormulaBar};\nexport const RibbonService: ValueProvider = { provide: 'SpreadsheetRibbon', useValue: Ribbon};\nexport const SaveService: ValueProvider = { provide: 'SpreadsheetSave', useValue: Save};\nexport const OpenService: ValueProvider = { provide: 'SpreadsheetOpen', useValue: Open};\nexport const SheetTabsService: ValueProvider = { provide: 'SpreadsheetSheetTabs', useValue: SheetTabs};\nexport const DataBindService: ValueProvider = { provide: 'SpreadsheetDataBind', useValue: DataBind};\nexport const CellFormatService: ValueProvider = { provide: 'SpreadsheetCellFormat', useValue: CellFormat};\nexport const NumberFormatService: ValueProvider = { provide: 'SpreadsheetNumberFormat', useValue: NumberFormat};\nexport const FormulaService: ValueProvider = { provide: 'SpreadsheetFormula', useValue: Formula};\n\n/**\n * NgModule definition for the Spreadsheet component with providers.\n */\n@NgModule({\n imports: [CommonModule, SpreadsheetModule],\n exports: [\n SpreadsheetModule\n ],\n providers:[\n ClipboardService,\n EditService,\n KeyboardNavigationService,\n KeyboardShortcutService,\n SelectionService,\n ContextMenuService,\n FormulaBarService,\n RibbonService,\n SaveService,\n OpenService,\n SheetTabsService,\n DataBindService,\n CellFormatService,\n NumberFormatService,\n FormulaService\n ]\n})\nexport class SpreadsheetAllModule { }"],"names":["_super","input","outputs","ImageDirective","ComplexBase","__extends","viewContainerRef","_this","call","this","setValue","registerEvents","directivePropList","decorators","type","Directive","args","selector","inputs","queries","ctorParameters","ViewContainerRef","ArrayBase","ImagesDirective","children","ContentChildren","ChartDirective","ChartsDirective","CellDirective","tags","childImage","ContentChild","childChart","CellsDirective","RowDirective","childCells","RowsDirective","ColumnDirective","ColumnsDirective","RangeDirective","propDecorators","template","__decorate","Template","prototype","RangesDirective","ConditionalFormatDirective","ConditionalFormatsDirective","SheetDirective","childRows","childColumns","childRanges","childConditionalFormats","SheetsDirective","DefinedNameDirective","DefinedNamesDirective","twoWays","SpreadsheetComponent","ngEle","srenderer","injector","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","_e","_f","_g","_h","_j","_k","_l","_m","_o","_p","_q","addTwoWay","context","ComponentBase","exports","Spreadsheet","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","tagObjects","instance","childSheets","childDefinedNames","Component","changeDetection","ChangeDetectionStrategy","OnPush","ElementRef","Renderer2","Injector","ComponentMixins","__metadata","SpreadsheetModule","ClipboardService","NgModule","imports","CommonModule","declarations","provide","useValue","Clipboard","EditService","Edit","KeyboardNavigationService","KeyboardNavigation","KeyboardShortcutService","KeyboardShortcut","SelectionService","Selection","ContextMenuService","ContextMenu","FormulaBarService","FormulaBar","RibbonService","Ribbon","SaveService","Save","OpenService","Open","SheetTabsService","SheetTabs","DataBindService","DataBind","CellFormatService","CellFormat","NumberFormatService","NumberFormat","FormulaService","Formula","SpreadsheetAllModule","providers"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-spreadsheet"}],"metadata":{"ɵa":["activeSheetIndex","allowAutoFill","allowCellFormatting","allowChart","allowConditionalFormat","allowDataValidation","allowDelete","allowEditing","allowFiltering","allowFindAndReplace","allowFreezePane","allowHyperlink","allowImage","allowInsert","allowMerge","allowNumberFormatting","allowOpen","allowPrint","allowResizing","allowSave","allowScrolling","allowSorting","allowUndoRedo","allowWrap","autoFillSettings","cellStyle","cssClass","currencyCode","definedNames","enableClipboard","enableContextMenu","enableKeyboardNavigation","enableKeyboardShortcut","enableNotes","enablePersistence","enableRtl","height","isProtected","listSeparator","locale","openUrl","password","saveUrl","scrollSettings","selectionSettings","sheets","showAggregate","showFormulaBar","showRibbon","showSheetTabs","width"],"ɵb":["actionBegin","actionComplete","afterHyperlinkClick","afterHyperlinkCreate","beforeCellFormat","beforeCellRender","beforeCellSave","beforeCellUpdate","beforeConditionalFormat","beforeDataBound","beforeHyperlinkClick","beforeHyperlinkCreate","beforeOpen","beforeSave","beforeSelect","beforeSort","cellEdit","cellEdited","cellEditing","cellSave","contextMenuBeforeClose","contextMenuBeforeOpen","contextMenuItemSelect","created","dataBound","dataSourceChanged","dialogBeforeOpen","fileMenuBeforeClose","fileMenuBeforeOpen","fileMenuItemSelect","openComplete","openFailure","queryCellInfo","saveComplete","select","sortComplete"],"ImageDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-images>e-image","inputs":["height","id","left","src","top","width"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ImagesDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-cell>e-images","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ImageDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"ChartDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-charts>e-chart","inputs":["dataLabelSettings","height","id","isSeriesInRows","legendSettings","markerSettings","primaryXAxis","primaryYAxis","range","theme","title","type","width"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ChartsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-cell>e-charts","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ChartDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"CellDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-cells>e-cell","inputs":["chart","colSpan","format","formula","hyperlink","image","index","isLocked","isReadOnly","notes","rowSpan","style","validation","value","wrap"],"outputs":[],"queries":{"childImage":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"ImagesDirective"}]},"childChart":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"ChartsDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"CellsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-row>e-cells","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"CellDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"RowDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-rows>e-row","inputs":["cells","customHeight","format","height","hidden","index","isReadOnly"],"outputs":[],"queries":{"childCells":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"CellsDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"RowsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-sheet>e-rows","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"RowDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"ColumnDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-columns>e-column","inputs":["customWidth","format","hidden","index","isLocked","isReadOnly","validation","width"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ColumnsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-sheet>e-columns","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ColumnDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"RangeDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-ranges>e-range","inputs":["address","dataSource","fieldsOrder","query","showFieldAsHeader","startCell","template"],"outputs":[],"queries":{}}]}],"members":{"template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["template"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"RangesDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-sheet>e-ranges","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"RangeDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"ConditionalFormatDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-conditionalformats>e-conditionalformat","inputs":["cFColor","format","range","type","value"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ConditionalFormatsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-sheet>e-conditionalformats","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ConditionalFormatDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"SheetDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-sheets>e-sheet","inputs":["activeCell","colCount","columns","conditionalFormats","frozenColumns","frozenRows","index","isProtected","name","paneTopLeftCell","password","protectSettings","ranges","rowCount","rows","selectedRange","showGridLines","showHeaders","standardHeight","state","topLeftCell","usedRange"],"outputs":[],"queries":{"childRows":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"RowsDirective"}]},"childColumns":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"ColumnsDirective"}]},"childRanges":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"RangesDirective"}]},"childConditionalFormats":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"ConditionalFormatsDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"SheetsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-spreadsheet>e-sheets","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"SheetDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"DefinedNameDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-definednames>e-definedname","inputs":["comment","name","refersTo","scope"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"DefinedNamesDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-spreadsheet>e-definednames","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"DefinedNameDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"SpreadsheetComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"Spreadsheet"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-spreadsheet","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childSheets":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"SheetsDirective"}]},"childDefinedNames":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"DefinedNamesDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["template"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"SpreadsheetModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"SpreadsheetComponent"},{"__symbolic":"reference","name":"ImageDirective"},{"__symbolic":"reference","name":"ImagesDirective"},{"__symbolic":"reference","name":"ChartDirective"},{"__symbolic":"reference","name":"ChartsDirective"},{"__symbolic":"reference","name":"CellDirective"},{"__symbolic":"reference","name":"CellsDirective"},{"__symbolic":"reference","name":"RowDirective"},{"__symbolic":"reference","name":"RowsDirective"},{"__symbolic":"reference","name":"ColumnDirective"},{"__symbolic":"reference","name":"ColumnsDirective"},{"__symbolic":"reference","name":"RangeDirective"},{"__symbolic":"reference","name":"RangesDirective"},{"__symbolic":"reference","name":"ConditionalFormatDirective"},{"__symbolic":"reference","name":"ConditionalFormatsDirective"},{"__symbolic":"reference","name":"SheetDirective"},{"__symbolic":"reference","name":"SheetsDirective"},{"__symbolic":"reference","name":"DefinedNameDirective"},{"__symbolic":"reference","name":"DefinedNamesDirective"}],"exports":[{"__symbolic":"reference","name":"SpreadsheetComponent"},{"__symbolic":"reference","name":"ImageDirective"},{"__symbolic":"reference","name":"ImagesDirective"},{"__symbolic":"reference","name":"ChartDirective"},{"__symbolic":"reference","name":"ChartsDirective"},{"__symbolic":"reference","name":"CellDirective"},{"__symbolic":"reference","name":"CellsDirective"},{"__symbolic":"reference","name":"RowDirective"},{"__symbolic":"reference","name":"RowsDirective"},{"__symbolic":"reference","name":"ColumnDirective"},{"__symbolic":"reference","name":"ColumnsDirective"},{"__symbolic":"reference","name":"RangeDirective"},{"__symbolic":"reference","name":"RangesDirective"},{"__symbolic":"reference","name":"ConditionalFormatDirective"},{"__symbolic":"reference","name":"ConditionalFormatsDirective"},{"__symbolic":"reference","name":"SheetDirective"},{"__symbolic":"reference","name":"SheetsDirective"},{"__symbolic":"reference","name":"DefinedNameDirective"},{"__symbolic":"reference","name":"DefinedNamesDirective"}]}]}],"members":{}},"SpreadsheetAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"SpreadsheetModule"}],"exports":[{"__symbolic":"reference","name":"SpreadsheetModule"}],"providers":[{"__symbolic":"reference","name":"ClipboardService"},{"__symbolic":"reference","name":"EditService"},{"__symbolic":"reference","name":"KeyboardNavigationService"},{"__symbolic":"reference","name":"KeyboardShortcutService"},{"__symbolic":"reference","name":"SelectionService"},{"__symbolic":"reference","name":"ContextMenuService"},{"__symbolic":"reference","name":"FormulaBarService"},{"__symbolic":"reference","name":"RibbonService"},{"__symbolic":"reference","name":"SaveService"},{"__symbolic":"reference","name":"OpenService"},{"__symbolic":"reference","name":"SheetTabsService"},{"__symbolic":"reference","name":"DataBindService"},{"__symbolic":"reference","name":"CellFormatService"},{"__symbolic":"reference","name":"NumberFormatService"},{"__symbolic":"reference","name":"FormulaService"}]}]}],"members":{}},"ClipboardService":{"provide":"SpreadsheetClipboard","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"Clipboard"}},"EditService":{"provide":"SpreadsheetEdit","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"Edit"}},"KeyboardNavigationService":{"provide":"SpreadsheetKeyboardNavigation","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"KeyboardNavigation"}},"KeyboardShortcutService":{"provide":"SpreadsheetKeyboardShortcut","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"KeyboardShortcut"}},"SelectionService":{"provide":"SpreadsheetSelection","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"Selection"}},"ContextMenuService":{"provide":"SpreadsheetContextMenu","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"ContextMenu"}},"FormulaBarService":{"provide":"SpreadsheetFormulaBar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"FormulaBar"}},"RibbonService":{"provide":"SpreadsheetRibbon","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"Ribbon"}},"SaveService":{"provide":"SpreadsheetSave","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"Save"}},"OpenService":{"provide":"SpreadsheetOpen","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"Open"}},"SheetTabsService":{"provide":"SpreadsheetSheetTabs","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"SheetTabs"}},"DataBindService":{"provide":"SpreadsheetDataBind","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"DataBind"}},"CellFormatService":{"provide":"SpreadsheetCellFormat","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"CellFormat"}},"NumberFormatService":{"provide":"SpreadsheetNumberFormat","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"NumberFormat"}},"FormulaService":{"provide":"SpreadsheetFormula","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-spreadsheet","name":"Formula"}}},"origins":{"ɵa":"./src/spreadsheet/spreadsheet.component","ɵb":"./src/spreadsheet/spreadsheet.component","ImageDirective":"./src/spreadsheet/image.directive","ImagesDirective":"./src/spreadsheet/image.directive","ChartDirective":"./src/spreadsheet/chart.directive","ChartsDirective":"./src/spreadsheet/chart.directive","CellDirective":"./src/spreadsheet/cells.directive","CellsDirective":"./src/spreadsheet/cells.directive","RowDirective":"./src/spreadsheet/rows.directive","RowsDirective":"./src/spreadsheet/rows.directive","ColumnDirective":"./src/spreadsheet/columns.directive","ColumnsDirective":"./src/spreadsheet/columns.directive","RangeDirective":"./src/spreadsheet/ranges.directive","RangesDirective":"./src/spreadsheet/ranges.directive","ConditionalFormatDirective":"./src/spreadsheet/conditionalformats.directive","ConditionalFormatsDirective":"./src/spreadsheet/conditionalformats.directive","SheetDirective":"./src/spreadsheet/sheets.directive","SheetsDirective":"./src/spreadsheet/sheets.directive","DefinedNameDirective":"./src/spreadsheet/definednames.directive","DefinedNamesDirective":"./src/spreadsheet/definednames.directive","SpreadsheetComponent":"./src/spreadsheet/spreadsheet.component","SpreadsheetModule":"./src/spreadsheet/spreadsheet.module","SpreadsheetAllModule":"./src/spreadsheet/spreadsheet-all.module","ClipboardService":"./src/spreadsheet/spreadsheet-all.module","EditService":"./src/spreadsheet/spreadsheet-all.module","KeyboardNavigationService":"./src/spreadsheet/spreadsheet-all.module","KeyboardShortcutService":"./src/spreadsheet/spreadsheet-all.module","SelectionService":"./src/spreadsheet/spreadsheet-all.module","ContextMenuService":"./src/spreadsheet/spreadsheet-all.module","FormulaBarService":"./src/spreadsheet/spreadsheet-all.module","RibbonService":"./src/spreadsheet/spreadsheet-all.module","SaveService":"./src/spreadsheet/spreadsheet-all.module","OpenService":"./src/spreadsheet/spreadsheet-all.module","SheetTabsService":"./src/spreadsheet/spreadsheet-all.module","DataBindService":"./src/spreadsheet/spreadsheet-all.module","CellFormatService":"./src/spreadsheet/spreadsheet-all.module","NumberFormatService":"./src/spreadsheet/spreadsheet-all.module","FormulaService":"./src/spreadsheet/spreadsheet-all.module"},"importAs":"@syncfusion/ej2-angular-spreadsheet"}
|