@syncfusion/ej2-angular-spreadsheet 32.1.20-ngcc → 32.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/CHANGELOG.md +1620 -0
  2. package/README.md +9 -2
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/index.mjs +14 -0
  5. package/esm2020/src/spreadsheet/cells.directive.mjs +71 -0
  6. package/esm2020/src/spreadsheet/chart.directive.mjs +46 -0
  7. package/esm2020/src/spreadsheet/columns.directive.mjs +61 -0
  8. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +61 -0
  9. package/esm2020/src/spreadsheet/definednames.directive.mjs +58 -0
  10. package/esm2020/src/spreadsheet/image.directive.mjs +46 -0
  11. package/esm2020/src/spreadsheet/ranges.directive.mjs +69 -0
  12. package/esm2020/src/spreadsheet/rows.directive.mjs +65 -0
  13. package/esm2020/src/spreadsheet/sheets.directive.mjs +68 -0
  14. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +71 -0
  15. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +181 -0
  16. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +106 -0
  17. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +5 -0
  18. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +854 -0
  19. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  20. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +854 -0
  21. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  22. package/package.json +28 -46
  23. package/src/spreadsheet/cells.directive.d.ts +17 -0
  24. package/src/spreadsheet/chart.directive.d.ts +5 -0
  25. package/src/spreadsheet/columns.directive.d.ts +5 -0
  26. package/src/spreadsheet/conditionalformats.directive.d.ts +5 -0
  27. package/src/spreadsheet/definednames.directive.d.ts +12 -4
  28. package/src/spreadsheet/image.directive.d.ts +5 -0
  29. package/src/spreadsheet/ranges.directive.d.ts +5 -0
  30. package/src/spreadsheet/rows.directive.d.ts +5 -0
  31. package/src/spreadsheet/sheets.directive.d.ts +5 -0
  32. package/src/spreadsheet/spreadsheet-all.module.d.ts +6 -0
  33. package/src/spreadsheet/spreadsheet.component.d.ts +3 -0
  34. package/src/spreadsheet/spreadsheet.module.d.ts +15 -0
  35. package/styles/bds-lite.scss +1 -1
  36. package/styles/bds.scss +2 -2
  37. package/styles/bootstrap-dark-lite.scss +1 -1
  38. package/styles/bootstrap-dark.scss +2 -2
  39. package/styles/bootstrap-lite.scss +1 -1
  40. package/styles/bootstrap.scss +2 -2
  41. package/styles/bootstrap4-lite.scss +1 -1
  42. package/styles/bootstrap4.scss +2 -2
  43. package/styles/bootstrap5-dark-lite.scss +1 -1
  44. package/styles/bootstrap5-dark.scss +2 -2
  45. package/styles/bootstrap5-lite.scss +1 -1
  46. package/styles/bootstrap5.3-lite.scss +1 -1
  47. package/styles/bootstrap5.3.scss +2 -2
  48. package/styles/bootstrap5.scss +2 -2
  49. package/styles/fabric-dark-lite.scss +1 -1
  50. package/styles/fabric-dark.scss +2 -2
  51. package/styles/fabric-lite.scss +1 -1
  52. package/styles/fabric.scss +2 -2
  53. package/styles/fluent-dark-lite.scss +1 -1
  54. package/styles/fluent-dark.scss +2 -2
  55. package/styles/fluent-lite.scss +1 -1
  56. package/styles/fluent.scss +2 -2
  57. package/styles/fluent2-lite.scss +1 -1
  58. package/styles/fluent2.scss +2 -2
  59. package/styles/highcontrast-light-lite.scss +1 -1
  60. package/styles/highcontrast-light.scss +2 -2
  61. package/styles/highcontrast-lite.scss +1 -1
  62. package/styles/highcontrast.scss +2 -2
  63. package/styles/material-dark-lite.scss +1 -1
  64. package/styles/material-dark.scss +2 -2
  65. package/styles/material-lite.scss +1 -1
  66. package/styles/material.scss +2 -2
  67. package/styles/material3-dark-lite.scss +1 -1
  68. package/styles/material3-dark.scss +2 -3
  69. package/styles/material3-lite.scss +1 -1
  70. package/styles/material3.scss +2 -3
  71. package/styles/spreadsheet/bds.scss +1 -1
  72. package/styles/spreadsheet/bootstrap-dark.scss +1 -1
  73. package/styles/spreadsheet/bootstrap.scss +1 -1
  74. package/styles/spreadsheet/bootstrap4.scss +1 -1
  75. package/styles/spreadsheet/bootstrap5-dark.scss +1 -1
  76. package/styles/spreadsheet/bootstrap5.3.scss +1 -1
  77. package/styles/spreadsheet/bootstrap5.scss +1 -1
  78. package/styles/spreadsheet/fabric-dark.scss +1 -1
  79. package/styles/spreadsheet/fabric.scss +1 -1
  80. package/styles/spreadsheet/fluent-dark.scss +1 -1
  81. package/styles/spreadsheet/fluent.scss +1 -1
  82. package/styles/spreadsheet/fluent2.scss +1 -1
  83. package/styles/spreadsheet/highcontrast-light.scss +1 -1
  84. package/styles/spreadsheet/highcontrast.scss +1 -1
  85. package/styles/spreadsheet/material-dark.scss +1 -1
  86. package/styles/spreadsheet/material.scss +1 -1
  87. package/styles/spreadsheet/material3-dark.scss +1 -2
  88. package/styles/spreadsheet/material3.scss +1 -2
  89. package/styles/spreadsheet/tailwind-dark.scss +1 -1
  90. package/styles/spreadsheet/tailwind.scss +1 -1
  91. package/styles/spreadsheet/tailwind3.scss +1 -1
  92. package/styles/spreadsheet-ribbon/bds.scss +1 -1
  93. package/styles/spreadsheet-ribbon/bootstrap-dark.scss +1 -1
  94. package/styles/spreadsheet-ribbon/bootstrap.scss +1 -1
  95. package/styles/spreadsheet-ribbon/bootstrap4.scss +1 -1
  96. package/styles/spreadsheet-ribbon/bootstrap5-dark.scss +1 -1
  97. package/styles/spreadsheet-ribbon/bootstrap5.3.scss +1 -1
  98. package/styles/spreadsheet-ribbon/bootstrap5.scss +1 -1
  99. package/styles/spreadsheet-ribbon/fabric-dark.scss +1 -1
  100. package/styles/spreadsheet-ribbon/fabric.scss +1 -1
  101. package/styles/spreadsheet-ribbon/fluent-dark.scss +1 -1
  102. package/styles/spreadsheet-ribbon/fluent.scss +1 -1
  103. package/styles/spreadsheet-ribbon/fluent2.scss +1 -1
  104. package/styles/spreadsheet-ribbon/highcontrast-light.scss +1 -1
  105. package/styles/spreadsheet-ribbon/highcontrast.scss +1 -1
  106. package/styles/spreadsheet-ribbon/material-dark.scss +1 -1
  107. package/styles/spreadsheet-ribbon/material.scss +1 -1
  108. package/styles/spreadsheet-ribbon/material3-dark.scss +1 -2
  109. package/styles/spreadsheet-ribbon/material3.scss +1 -2
  110. package/styles/spreadsheet-ribbon/tailwind-dark.scss +1 -1
  111. package/styles/spreadsheet-ribbon/tailwind.scss +1 -1
  112. package/styles/spreadsheet-ribbon/tailwind3.scss +1 -1
  113. package/styles/tailwind-dark-lite.scss +1 -1
  114. package/styles/tailwind-dark.scss +2 -2
  115. package/styles/tailwind-lite.scss +1 -1
  116. package/styles/tailwind.scss +2 -2
  117. package/styles/tailwind3-lite.scss +1 -1
  118. package/styles/tailwind3.scss +2 -2
  119. package/syncfusion-ej2-angular-spreadsheet.d.ts +5 -0
  120. package/@syncfusion/ej2-angular-spreadsheet.es5.js +0 -962
  121. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +0 -1
  122. package/@syncfusion/ej2-angular-spreadsheet.js +0 -902
  123. package/@syncfusion/ej2-angular-spreadsheet.js.map +0 -1
  124. package/dist/ej2-angular-spreadsheet.umd.js +0 -1603
  125. package/dist/ej2-angular-spreadsheet.umd.js.map +0 -1
  126. package/dist/ej2-angular-spreadsheet.umd.min.js +0 -11
  127. package/dist/ej2-angular-spreadsheet.umd.min.js.map +0 -1
  128. package/ej2-angular-spreadsheet.d.ts +0 -5
  129. package/ej2-angular-spreadsheet.metadata.json +0 -1
  130. package/license +0 -10
@@ -0,0 +1 @@
1
+ {"version":3,"file":"syncfusion-ej2-angular-spreadsheet.mjs","sources":["../../src/spreadsheet/image.directive.ts","../../src/spreadsheet/chart.directive.ts","../../src/spreadsheet/cells.directive.ts","../../src/spreadsheet/rows.directive.ts","../../src/spreadsheet/columns.directive.ts","../../src/spreadsheet/ranges.directive.ts","../../src/spreadsheet/conditionalformats.directive.ts","../../src/spreadsheet/sheets.directive.ts","../../src/spreadsheet/definednames.directive.ts","../../src/spreadsheet/spreadsheet.component.ts","../../src/spreadsheet/spreadsheet.module.ts","../../src/spreadsheet/spreadsheet-all.module.ts","../../syncfusion-ej2-angular-spreadsheet.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', 'comment', '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 * Represents the threaded comment associated with the cell. \n * A threaded comment allows users to add a main comment and maintain a discussion through replies. \n * Each cell supports a single comment thread, which includes: \n * - **author**: The name of the person who created the comment. \n * - **text**: The main content of the comment. \n * - **createdTime**: The timestamp indicating when the comment was added. \n * - **isResolved**: Indicates whether the thread is marked as resolved. \n * - **replies**: A collection of reply comments, each with its own `author`, `text`, and `createdTime`.\n * @default null\n */\n public comment: any;\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 * Provides a comment or description for the defined name.\n * @default ''\n */\n public comment: any;\n /** \n * Specifies a unique name for the defined name, which can be used in formulas.\n * @default ''\n */\n public name: any;\n /** \n * Specifies the cell or range reference associated with the defined name. \n * The reference can be provided with or without the `=` prefix.\n * @default ''\n */\n public refersTo: any;\n /** \n * Defines the scope of the name. \n * If not specified, the name is scoped to the entire workbook. \n * If a sheet name is provided, the name will be available only within that specific sheet.\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','author','autoFillSettings','calculationMode','cellStyle','cssClass','currencyCode','definedNames','enableClipboard','enableContextMenu','enableKeyboardNavigation','enableKeyboardShortcut','enableNotes','enablePersistence','enableRtl','height','isProtected','listSeparator','locale','openSettings','openUrl','password','saveUrl','scrollSettings','selectionSettings','sheets','showAggregate','showCommentsPane','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\r try {\n let mod = this.injector.get('SpreadsheetEdit');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetKeyboardNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetKeyboardShortcut');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetContextMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetFormulaBar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetRibbon');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetSave');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetOpen');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetSheetTabs');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetDataBind');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetCellFormat');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetNumberFormat');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SpreadsheetFormula');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\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 { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["input","outputs"],"mappings":"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"}
package/package.json CHANGED
@@ -1,60 +1,42 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-angular-spreadsheet@32.1.1",
4
- "_inBundle": false,
5
- "_integrity": "sha512-w1KCZBZLuChY/hYEHV/+J8VVh4EQl7M6W305kmMwgXjRlhnGEAtjhmwMpBy86/p6UH62TuHJWjWI9fS8ctGKeg==",
6
- "_location": "/@syncfusion/ej2-angular-spreadsheet",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-angular-spreadsheet@*",
12
- "name": "@syncfusion/ej2-angular-spreadsheet",
13
- "escapedName": "@syncfusion%2fej2-angular-spreadsheet",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-32.1.1.tgz",
23
- "_shasum": "93f06c1744e603662145d8c655a05584d74ef8fd",
24
- "_spec": "@syncfusion/ej2-angular-spreadsheet@*",
25
- "_where": "D:\\SF3992\\WFH\\Nexus\\release",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
2
+ "name": "@syncfusion/ej2-angular-spreadsheet",
3
+ "version": "32.1.20",
4
+ "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "schematics": "./schematics/collection.json",
33
8
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~32.1.19",
35
9
  "@syncfusion/ej2-base": "~32.1.19",
10
+ "@syncfusion/ej2-angular-base": "~32.1.19",
36
11
  "@syncfusion/ej2-spreadsheet": "32.1.20"
37
12
  },
38
- "deprecated": false,
39
- "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
40
- "devDependencies": {},
41
- "es2015": "@syncfusion/ej2-angular-spreadsheet.js",
42
- "homepage": "https://www.syncfusion.com/angular-components",
43
13
  "keywords": [
44
14
  "angular",
45
15
  "angular-spreadsheet"
46
16
  ],
47
- "license": "SEE LICENSE IN license",
48
- "main": "dist/ej2-angular-spreadsheet.umd.js",
49
- "metadata": "ej2-angular-spreadsheet.metadata.json",
50
- "module": "@syncfusion/ej2-angular-spreadsheet.es5.js",
51
- "name": "@syncfusion/ej2-angular-spreadsheet",
52
17
  "repository": {
53
18
  "type": "git",
54
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
19
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
55
20
  },
56
- "schematics": "./schematics/collection.json",
57
21
  "sideEffects": false,
58
- "typings": "ej2-angular-spreadsheet.d.ts",
59
- "version": "32.1.20-ngcc"
22
+ "module": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
23
+ "es2020": "fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
24
+ "esm2020": "esm2020/syncfusion-ej2-angular-spreadsheet.mjs",
25
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
26
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
27
+ "typings": "syncfusion-ej2-angular-spreadsheet.d.ts",
28
+ "exports": {
29
+ "./package.json": {
30
+ "default": "./package.json"
31
+ },
32
+ ".": {
33
+ "types": "./syncfusion-ej2-angular-spreadsheet.d.ts",
34
+ "esm2020": "./esm2020/syncfusion-ej2-angular-spreadsheet.mjs",
35
+ "es2020": "./fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
36
+ "es2015": "./fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
37
+ "node": "./fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
38
+ "default": "./fesm2020/syncfusion-ej2-angular-spreadsheet.mjs"
39
+ }
40
+ },
41
+ "homepage": "https://www.syncfusion.com/angular-components"
60
42
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-cell` directive represent a cell of the Angular Spreadsheet.
5
6
  * It must be contained in a `e-row` directive.
@@ -25,6 +26,18 @@ export declare class CellDirective extends ComplexBase<CellDirective> {
25
26
  childImage: any;
26
27
  childChart: any;
27
28
  tags: string[];
29
+ /**
30
+ * Represents the threaded comment associated with the cell.
31
+ * A threaded comment allows users to add a main comment and maintain a discussion through replies.
32
+ * Each cell supports a single comment thread, which includes:
33
+ * - **author**: The name of the person who created the comment.
34
+ * - **text**: The main content of the comment.
35
+ * - **createdTime**: The timestamp indicating when the comment was added.
36
+ * - **isResolved**: Indicates whether the thread is marked as resolved.
37
+ * - **replies**: A collection of reply comments, each with its own `author`, `text`, and `createdTime`.
38
+ * @default null
39
+ */
40
+ comment: any;
28
41
  /**
29
42
  * Specifies the chart of the cell.
30
43
  * @default []
@@ -105,6 +118,8 @@ export declare class CellDirective extends ComplexBase<CellDirective> {
105
118
  */
106
119
  wrap: any;
107
120
  constructor(viewContainerRef: ViewContainerRef);
121
+ static ɵfac: i0.ɵɵFactoryDeclaration<CellDirective, never>;
122
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CellDirective, "e-cells>e-cell", never, { "chart": "chart"; "colSpan": "colSpan"; "comment": "comment"; "format": "format"; "formula": "formula"; "hyperlink": "hyperlink"; "image": "image"; "index": "index"; "isLocked": "isLocked"; "isReadOnly": "isReadOnly"; "notes": "notes"; "rowSpan": "rowSpan"; "style": "style"; "validation": "validation"; "value": "value"; "wrap": "wrap"; }, {}, ["childImage", "childChart"]>;
108
123
  }
109
124
  /**
110
125
  * Cell Array Directive
@@ -112,4 +127,6 @@ export declare class CellDirective extends ComplexBase<CellDirective> {
112
127
  */
113
128
  export declare class CellsDirective extends ArrayBase<CellsDirective> {
114
129
  constructor();
130
+ static ɵfac: i0.ɵɵFactoryDeclaration<CellsDirective, never>;
131
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CellsDirective, "e-row>e-cells", never, {}, {}, ["children"]>;
115
132
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ChartDirective extends ComplexBase<ChartDirective> {
4
5
  private viewContainerRef;
5
6
  directivePropList: any;
@@ -69,6 +70,8 @@ export declare class ChartDirective extends ComplexBase<ChartDirective> {
69
70
  */
70
71
  width: any;
71
72
  constructor(viewContainerRef: ViewContainerRef);
73
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartDirective, never>;
74
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ChartDirective, "e-charts>e-chart", never, { "dataLabelSettings": "dataLabelSettings"; "height": "height"; "id": "id"; "isSeriesInRows": "isSeriesInRows"; "legendSettings": "legendSettings"; "markerSettings": "markerSettings"; "primaryXAxis": "primaryXAxis"; "primaryYAxis": "primaryYAxis"; "range": "range"; "theme": "theme"; "title": "title"; "type": "type"; "width": "width"; }, {}, never>;
72
75
  }
73
76
  /**
74
77
  * Chart Array Directive
@@ -76,4 +79,6 @@ export declare class ChartDirective extends ComplexBase<ChartDirective> {
76
79
  */
77
80
  export declare class ChartsDirective extends ArrayBase<ChartsDirective> {
78
81
  constructor();
82
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsDirective, never>;
83
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ChartsDirective, "e-cell>e-charts", never, {}, {}, ["children"]>;
79
84
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-column` directive represent a column of the Angular Spreadsheet.
5
6
  * It must be contained in a `e-sheet` directive.
@@ -61,6 +62,8 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
61
62
  */
62
63
  width: any;
63
64
  constructor(viewContainerRef: ViewContainerRef);
65
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
66
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "e-columns>e-column", never, { "customWidth": "customWidth"; "format": "format"; "hidden": "hidden"; "index": "index"; "isLocked": "isLocked"; "isReadOnly": "isReadOnly"; "validation": "validation"; "width": "width"; }, {}, never>;
64
67
  }
65
68
  /**
66
69
  * Column Array Directive
@@ -68,4 +71,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
68
71
  */
69
72
  export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
70
73
  constructor();
74
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
75
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "e-sheet>e-columns", never, {}, {}, ["children"]>;
71
76
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-conditionalformat` directive represent a conditionalformat of the Angular Spreadsheet.
5
6
  * It must be contained in a `e-sheet` directive.
@@ -45,6 +46,8 @@ export declare class ConditionalFormatDirective extends ComplexBase<ConditionalF
45
46
  */
46
47
  value: any;
47
48
  constructor(viewContainerRef: ViewContainerRef);
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConditionalFormatDirective, never>;
50
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ConditionalFormatDirective, "e-conditionalformats>e-conditionalformat", never, { "cFColor": "cFColor"; "format": "format"; "range": "range"; "type": "type"; "value": "value"; }, {}, never>;
48
51
  }
49
52
  /**
50
53
  * ConditionalFormat Array Directive
@@ -52,4 +55,6 @@ export declare class ConditionalFormatDirective extends ComplexBase<ConditionalF
52
55
  */
53
56
  export declare class ConditionalFormatsDirective extends ArrayBase<ConditionalFormatsDirective> {
54
57
  constructor();
58
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConditionalFormatsDirective, never>;
59
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ConditionalFormatsDirective, "e-sheet>e-conditionalformats", never, {}, {}, ["children"]>;
55
60
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-definedname` directive represent a defined name of the Angular Spreadsheet.
5
6
  * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).
@@ -16,26 +17,31 @@ export declare class DefinedNameDirective extends ComplexBase<DefinedNameDirecti
16
17
  private viewContainerRef;
17
18
  directivePropList: any;
18
19
  /**
19
- * Specifies comment for the defined name.
20
+ * Provides a comment or description for the defined name.
20
21
  * @default ''
21
22
  */
22
23
  comment: any;
23
24
  /**
24
- * Specifies name for the defined name, which can be used in formula.
25
+ * Specifies a unique name for the defined name, which can be used in formulas.
25
26
  * @default ''
26
27
  */
27
28
  name: any;
28
29
  /**
29
- * Specifies reference for the defined name.
30
+ * Specifies the cell or range reference associated with the defined name.
31
+ * The reference can be provided with or without the `=` prefix.
30
32
  * @default ''
31
33
  */
32
34
  refersTo: any;
33
35
  /**
34
- * Specifies scope for the defined name.
36
+ * Defines the scope of the name.
37
+ * If not specified, the name is scoped to the entire workbook.
38
+ * If a sheet name is provided, the name will be available only within that specific sheet.
35
39
  * @default ''
36
40
  */
37
41
  scope: any;
38
42
  constructor(viewContainerRef: ViewContainerRef);
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<DefinedNameDirective, never>;
44
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DefinedNameDirective, "e-definednames>e-definedname", never, { "comment": "comment"; "name": "name"; "refersTo": "refersTo"; "scope": "scope"; }, {}, never>;
39
45
  }
40
46
  /**
41
47
  * DefinedName Array Directive
@@ -43,4 +49,6 @@ export declare class DefinedNameDirective extends ComplexBase<DefinedNameDirecti
43
49
  */
44
50
  export declare class DefinedNamesDirective extends ArrayBase<DefinedNamesDirective> {
45
51
  constructor();
52
+ static ɵfac: i0.ɵɵFactoryDeclaration<DefinedNamesDirective, never>;
53
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DefinedNamesDirective, "ejs-spreadsheet>e-definednames", never, {}, {}, ["children"]>;
46
54
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ImageDirective extends ComplexBase<ImageDirective> {
4
5
  private viewContainerRef;
5
6
  directivePropList: any;
@@ -38,6 +39,8 @@ export declare class ImageDirective extends ComplexBase<ImageDirective> {
38
39
  */
39
40
  width: any;
40
41
  constructor(viewContainerRef: ViewContainerRef);
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImageDirective, never>;
43
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ImageDirective, "e-images>e-image", never, { "height": "height"; "id": "id"; "left": "left"; "src": "src"; "top": "top"; "width": "width"; }, {}, never>;
41
44
  }
42
45
  /**
43
46
  * Image Array Directive
@@ -45,4 +48,6 @@ export declare class ImageDirective extends ComplexBase<ImageDirective> {
45
48
  */
46
49
  export declare class ImagesDirective extends ArrayBase<ImagesDirective> {
47
50
  constructor();
51
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImagesDirective, never>;
52
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ImagesDirective, "e-cell>e-images", never, {}, {}, ["children"]>;
48
53
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-range` directive represent a range of the Angular Spreadsheet.
5
6
  * It must be contained in a `e-sheet` directive.
@@ -58,6 +59,8 @@ export declare class RangeDirective extends ComplexBase<RangeDirective> {
58
59
  */
59
60
  template: any;
60
61
  constructor(viewContainerRef: ViewContainerRef);
62
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeDirective, never>;
63
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RangeDirective, "e-ranges>e-range", never, { "address": "address"; "dataSource": "dataSource"; "fieldsOrder": "fieldsOrder"; "query": "query"; "showFieldAsHeader": "showFieldAsHeader"; "startCell": "startCell"; "template": "template"; }, {}, ["template"]>;
61
64
  }
62
65
  /**
63
66
  * Range Array Directive
@@ -65,4 +68,6 @@ export declare class RangeDirective extends ComplexBase<RangeDirective> {
65
68
  */
66
69
  export declare class RangesDirective extends ArrayBase<RangesDirective> {
67
70
  constructor();
71
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangesDirective, never>;
72
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RangesDirective, "e-sheet>e-ranges", never, {}, {}, ["children"]>;
68
73
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-row` directive represent a row of the Angular Spreadsheet.
5
6
  * It must be contained in a `e-sheet` directive.
@@ -59,6 +60,8 @@ export declare class RowDirective extends ComplexBase<RowDirective> {
59
60
  */
60
61
  isReadOnly: any;
61
62
  constructor(viewContainerRef: ViewContainerRef);
63
+ static ɵfac: i0.ɵɵFactoryDeclaration<RowDirective, never>;
64
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RowDirective, "e-rows>e-row", never, { "cells": "cells"; "customHeight": "customHeight"; "format": "format"; "height": "height"; "hidden": "hidden"; "index": "index"; "isReadOnly": "isReadOnly"; }, {}, ["childCells"]>;
62
65
  }
63
66
  /**
64
67
  * Row Array Directive
@@ -66,4 +69,6 @@ export declare class RowDirective extends ComplexBase<RowDirective> {
66
69
  */
67
70
  export declare class RowsDirective extends ArrayBase<RowsDirective> {
68
71
  constructor();
72
+ static ɵfac: i0.ɵɵFactoryDeclaration<RowsDirective, never>;
73
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RowsDirective, "e-sheet>e-rows", never, {}, {}, ["children"]>;
69
74
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-sheet` directive represent a sheet of the Angular Spreadsheet.
5
6
  * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).
@@ -139,6 +140,8 @@ export declare class SheetDirective extends ComplexBase<SheetDirective> {
139
140
  */
140
141
  usedRange: any;
141
142
  constructor(viewContainerRef: ViewContainerRef);
143
+ static ɵfac: i0.ɵɵFactoryDeclaration<SheetDirective, never>;
144
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SheetDirective, "e-sheets>e-sheet", never, { "activeCell": "activeCell"; "colCount": "colCount"; "columns": "columns"; "conditionalFormats": "conditionalFormats"; "frozenColumns": "frozenColumns"; "frozenRows": "frozenRows"; "index": "index"; "isProtected": "isProtected"; "name": "name"; "paneTopLeftCell": "paneTopLeftCell"; "password": "password"; "protectSettings": "protectSettings"; "ranges": "ranges"; "rowCount": "rowCount"; "rows": "rows"; "selectedRange": "selectedRange"; "showGridLines": "showGridLines"; "showHeaders": "showHeaders"; "standardHeight": "standardHeight"; "state": "state"; "topLeftCell": "topLeftCell"; "usedRange": "usedRange"; }, {}, ["childRows", "childColumns", "childRanges", "childConditionalFormats"]>;
142
145
  }
143
146
  /**
144
147
  * Sheet Array Directive
@@ -146,4 +149,6 @@ export declare class SheetDirective extends ComplexBase<SheetDirective> {
146
149
  */
147
150
  export declare class SheetsDirective extends ArrayBase<SheetsDirective> {
148
151
  constructor();
152
+ static ɵfac: i0.ɵɵFactoryDeclaration<SheetsDirective, never>;
153
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SheetsDirective, "ejs-spreadsheet>e-sheets", never, {}, {}, ["children"]>;
149
154
  }
@@ -1,4 +1,7 @@
1
1
  import { ValueProvider } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "./spreadsheet.module";
2
5
  export declare const ClipboardService: ValueProvider;
3
6
  export declare const EditService: ValueProvider;
4
7
  export declare const KeyboardNavigationService: ValueProvider;
@@ -18,4 +21,7 @@ export declare const FormulaService: ValueProvider;
18
21
  * NgModule definition for the Spreadsheet component with providers.
19
22
  */
20
23
  export declare class SpreadsheetAllModule {
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetAllModule, never>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SpreadsheetAllModule, never, [typeof i1.CommonModule, typeof i2.SpreadsheetModule], [typeof i2.SpreadsheetModule]>;
26
+ static ɵinj: i0.ɵɵInjectorDeclaration<SpreadsheetAllModule>;
21
27
  }
@@ -3,6 +3,7 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Spreadsheet } from '@syncfusion/ej2-spreadsheet';
4
4
  import { SheetsDirective } from './sheets.directive';
5
5
  import { DefinedNamesDirective } from './definednames.directive';
6
+ import * as i0 from "@angular/core";
6
7
  export declare const inputs: string[];
7
8
  export declare const outputs: string[];
8
9
  export declare const twoWays: string[];
@@ -66,4 +67,6 @@ export declare class SpreadsheetComponent extends Spreadsheet implements ICompon
66
67
  ngAfterContentChecked(): void;
67
68
  registerEvents: (eventList: string[]) => void;
68
69
  addTwoWay: (propList: string[]) => void;
70
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetComponent, never>;
71
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpreadsheetComponent, "ejs-spreadsheet", never, { "activeSheetIndex": "activeSheetIndex"; "allowAutoFill": "allowAutoFill"; "allowCellFormatting": "allowCellFormatting"; "allowChart": "allowChart"; "allowConditionalFormat": "allowConditionalFormat"; "allowDataValidation": "allowDataValidation"; "allowDelete": "allowDelete"; "allowEditing": "allowEditing"; "allowFiltering": "allowFiltering"; "allowFindAndReplace": "allowFindAndReplace"; "allowFreezePane": "allowFreezePane"; "allowHyperlink": "allowHyperlink"; "allowImage": "allowImage"; "allowInsert": "allowInsert"; "allowMerge": "allowMerge"; "allowNumberFormatting": "allowNumberFormatting"; "allowOpen": "allowOpen"; "allowPrint": "allowPrint"; "allowResizing": "allowResizing"; "allowSave": "allowSave"; "allowScrolling": "allowScrolling"; "allowSorting": "allowSorting"; "allowUndoRedo": "allowUndoRedo"; "allowWrap": "allowWrap"; "author": "author"; "autoFillSettings": "autoFillSettings"; "calculationMode": "calculationMode"; "cellStyle": "cellStyle"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "definedNames": "definedNames"; "enableClipboard": "enableClipboard"; "enableContextMenu": "enableContextMenu"; "enableKeyboardNavigation": "enableKeyboardNavigation"; "enableKeyboardShortcut": "enableKeyboardShortcut"; "enableNotes": "enableNotes"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "isProtected": "isProtected"; "listSeparator": "listSeparator"; "locale": "locale"; "openSettings": "openSettings"; "openUrl": "openUrl"; "password": "password"; "saveUrl": "saveUrl"; "scrollSettings": "scrollSettings"; "selectionSettings": "selectionSettings"; "sheets": "sheets"; "showAggregate": "showAggregate"; "showCommentsPane": "showCommentsPane"; "showFormulaBar": "showFormulaBar"; "showRibbon": "showRibbon"; "showSheetTabs": "showSheetTabs"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "afterHyperlinkClick": "afterHyperlinkClick"; "afterHyperlinkCreate": "afterHyperlinkCreate"; "beforeCellFormat": "beforeCellFormat"; "beforeCellRender": "beforeCellRender"; "beforeCellSave": "beforeCellSave"; "beforeCellUpdate": "beforeCellUpdate"; "beforeConditionalFormat": "beforeConditionalFormat"; "beforeDataBound": "beforeDataBound"; "beforeHyperlinkClick": "beforeHyperlinkClick"; "beforeHyperlinkCreate": "beforeHyperlinkCreate"; "beforeOpen": "beforeOpen"; "beforeSave": "beforeSave"; "beforeSelect": "beforeSelect"; "beforeSort": "beforeSort"; "cellEdit": "cellEdit"; "cellEdited": "cellEdited"; "cellEditing": "cellEditing"; "cellSave": "cellSave"; "contextMenuBeforeClose": "contextMenuBeforeClose"; "contextMenuBeforeOpen": "contextMenuBeforeOpen"; "contextMenuItemSelect": "contextMenuItemSelect"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "dialogBeforeOpen": "dialogBeforeOpen"; "fileMenuBeforeClose": "fileMenuBeforeClose"; "fileMenuBeforeOpen": "fileMenuBeforeOpen"; "fileMenuItemSelect": "fileMenuItemSelect"; "openComplete": "openComplete"; "openFailure": "openFailure"; "queryCellInfo": "queryCellInfo"; "saveComplete": "saveComplete"; "select": "select"; "sortComplete": "sortComplete"; }, ["template", "childSheets", "childDefinedNames"], never>;
69
72
  }
@@ -1,5 +1,20 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./spreadsheet.component";
3
+ import * as i2 from "./image.directive";
4
+ import * as i3 from "./chart.directive";
5
+ import * as i4 from "./cells.directive";
6
+ import * as i5 from "./rows.directive";
7
+ import * as i6 from "./columns.directive";
8
+ import * as i7 from "./ranges.directive";
9
+ import * as i8 from "./conditionalformats.directive";
10
+ import * as i9 from "./sheets.directive";
11
+ import * as i10 from "./definednames.directive";
12
+ import * as i11 from "@angular/common";
1
13
  /**
2
14
  * NgModule definition for the Spreadsheet component.
3
15
  */
4
16
  export declare class SpreadsheetModule {
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetModule, never>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SpreadsheetModule, [typeof i1.SpreadsheetComponent, typeof i2.ImageDirective, typeof i2.ImagesDirective, typeof i3.ChartDirective, typeof i3.ChartsDirective, typeof i4.CellDirective, typeof i4.CellsDirective, typeof i5.RowDirective, typeof i5.RowsDirective, typeof i6.ColumnDirective, typeof i6.ColumnsDirective, typeof i7.RangeDirective, typeof i7.RangesDirective, typeof i8.ConditionalFormatDirective, typeof i8.ConditionalFormatsDirective, typeof i9.SheetDirective, typeof i9.SheetsDirective, typeof i10.DefinedNameDirective, typeof i10.DefinedNamesDirective], [typeof i11.CommonModule], [typeof i1.SpreadsheetComponent, typeof i2.ImageDirective, typeof i2.ImagesDirective, typeof i3.ChartDirective, typeof i3.ChartsDirective, typeof i4.CellDirective, typeof i4.CellsDirective, typeof i5.RowDirective, typeof i5.RowsDirective, typeof i6.ColumnDirective, typeof i6.ColumnsDirective, typeof i7.RangeDirective, typeof i7.RangesDirective, typeof i8.ConditionalFormatDirective, typeof i8.ConditionalFormatsDirective, typeof i9.SheetDirective, typeof i9.SheetsDirective, typeof i10.DefinedNameDirective, typeof i10.DefinedNamesDirective]>;
19
+ static ɵinj: i0.ɵɵInjectorDeclaration<SpreadsheetModule>;
5
20
  }
@@ -1 +1 @@
1
- @import 'ej2-spreadsheet/styles/bds-lite.scss';
1
+ @use 'ej2-spreadsheet/bds-lite' as *;
package/styles/bds.scss CHANGED
@@ -1,2 +1,2 @@
1
- @import 'spreadsheet/bds.scss';
2
- @import 'spreadsheet-ribbon/bds.scss';
1
+ @use 'spreadsheet/bds' as *;
2
+ @use 'spreadsheet-ribbon/bds' as *;
@@ -1 +1 @@
1
- @import 'ej2-spreadsheet/styles/bootstrap-dark-lite.scss';
1
+ @use 'ej2-spreadsheet/bootstrap-dark-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'spreadsheet/bootstrap-dark.scss';
2
- @import 'spreadsheet-ribbon/bootstrap-dark.scss';
1
+ @use 'spreadsheet/bootstrap-dark' as *;
2
+ @use 'spreadsheet-ribbon/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-spreadsheet/styles/bootstrap-lite.scss';
1
+ @use 'ej2-spreadsheet/bootstrap-lite' as *;