@syncfusion/ej2-angular-spreadsheet 24.2.9-ngcc → 25.1.35-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 +15 -42
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-spreadsheet.js +15 -42
- package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -1
- package/CHANGELOG.md +5 -63
- package/dist/ej2-angular-spreadsheet.umd.js +16 -50
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -1
- package/dist/ej2-angular-spreadsheet.umd.min.js +2 -2
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -1
- package/ej2-angular-spreadsheet.metadata.json +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -1
- package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import {
|
|
3
|
+
import { CellFormat, Clipboard, ContextMenu, DataBind, Edit, Formula, FormulaBar, KeyboardNavigation, KeyboardShortcut, NumberFormat, Open, Ribbon, Save, Selection, SheetTabs, Spreadsheet } from '@syncfusion/ej2-spreadsheet';
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
5
|
|
|
6
6
|
let input = ['height', 'id', 'left', 'src', 'top', 'width'];
|
|
@@ -585,7 +585,7 @@ var __decorate$1 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
585
585
|
var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
586
586
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
587
587
|
};
|
|
588
|
-
const inputs = ['activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowFreezePane', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'currencyCode', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showAggregate', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width'];
|
|
588
|
+
const inputs = ['activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowFreezePane', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'currencyCode', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'listSeparator', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showAggregate', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width'];
|
|
589
589
|
const outputs$9 = ['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'];
|
|
590
590
|
const twoWays = [''];
|
|
591
591
|
/**
|
|
@@ -638,104 +638,83 @@ let SpreadsheetComponent = class SpreadsheetComponent extends Spreadsheet {
|
|
|
638
638
|
}
|
|
639
639
|
}
|
|
640
640
|
catch (_d) { }
|
|
641
|
-
try {
|
|
642
|
-
let mod = this.injector.get('SpreadsheetCollaborativeEditing');
|
|
643
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
644
|
-
this.injectedModules.push(mod);
|
|
645
|
-
}
|
|
646
|
-
}
|
|
647
|
-
catch (_e) { }
|
|
648
641
|
try {
|
|
649
642
|
let mod = this.injector.get('SpreadsheetSelection');
|
|
650
643
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
651
644
|
this.injectedModules.push(mod);
|
|
652
645
|
}
|
|
653
646
|
}
|
|
654
|
-
catch (
|
|
647
|
+
catch (_e) { }
|
|
655
648
|
try {
|
|
656
649
|
let mod = this.injector.get('SpreadsheetContextMenu');
|
|
657
650
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
658
651
|
this.injectedModules.push(mod);
|
|
659
652
|
}
|
|
660
653
|
}
|
|
661
|
-
catch (
|
|
654
|
+
catch (_f) { }
|
|
662
655
|
try {
|
|
663
656
|
let mod = this.injector.get('SpreadsheetFormulaBar');
|
|
664
657
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
665
658
|
this.injectedModules.push(mod);
|
|
666
659
|
}
|
|
667
660
|
}
|
|
668
|
-
catch (
|
|
661
|
+
catch (_g) { }
|
|
669
662
|
try {
|
|
670
663
|
let mod = this.injector.get('SpreadsheetRibbon');
|
|
671
664
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
672
665
|
this.injectedModules.push(mod);
|
|
673
666
|
}
|
|
674
667
|
}
|
|
675
|
-
catch (
|
|
668
|
+
catch (_h) { }
|
|
676
669
|
try {
|
|
677
670
|
let mod = this.injector.get('SpreadsheetSave');
|
|
678
671
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
679
672
|
this.injectedModules.push(mod);
|
|
680
673
|
}
|
|
681
674
|
}
|
|
682
|
-
catch (
|
|
675
|
+
catch (_j) { }
|
|
683
676
|
try {
|
|
684
677
|
let mod = this.injector.get('SpreadsheetOpen');
|
|
685
678
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
686
679
|
this.injectedModules.push(mod);
|
|
687
680
|
}
|
|
688
681
|
}
|
|
689
|
-
catch (
|
|
682
|
+
catch (_k) { }
|
|
690
683
|
try {
|
|
691
684
|
let mod = this.injector.get('SpreadsheetSheetTabs');
|
|
692
685
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
693
686
|
this.injectedModules.push(mod);
|
|
694
687
|
}
|
|
695
688
|
}
|
|
696
|
-
catch (
|
|
689
|
+
catch (_l) { }
|
|
697
690
|
try {
|
|
698
691
|
let mod = this.injector.get('SpreadsheetDataBind');
|
|
699
692
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
700
693
|
this.injectedModules.push(mod);
|
|
701
694
|
}
|
|
702
695
|
}
|
|
703
|
-
catch (
|
|
704
|
-
try {
|
|
705
|
-
let mod = this.injector.get('SpreadsheetAllModule');
|
|
706
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
707
|
-
this.injectedModules.push(mod);
|
|
708
|
-
}
|
|
709
|
-
}
|
|
710
|
-
catch (_p) { }
|
|
711
|
-
try {
|
|
712
|
-
let mod = this.injector.get('SpreadsheetBasicModule');
|
|
713
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
714
|
-
this.injectedModules.push(mod);
|
|
715
|
-
}
|
|
716
|
-
}
|
|
717
|
-
catch (_q) { }
|
|
696
|
+
catch (_m) { }
|
|
718
697
|
try {
|
|
719
698
|
let mod = this.injector.get('SpreadsheetCellFormat');
|
|
720
699
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
721
700
|
this.injectedModules.push(mod);
|
|
722
701
|
}
|
|
723
702
|
}
|
|
724
|
-
catch (
|
|
703
|
+
catch (_o) { }
|
|
725
704
|
try {
|
|
726
705
|
let mod = this.injector.get('SpreadsheetNumberFormat');
|
|
727
706
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
728
707
|
this.injectedModules.push(mod);
|
|
729
708
|
}
|
|
730
709
|
}
|
|
731
|
-
catch (
|
|
710
|
+
catch (_p) { }
|
|
732
711
|
try {
|
|
733
712
|
let mod = this.injector.get('SpreadsheetFormula');
|
|
734
713
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
735
714
|
this.injectedModules.push(mod);
|
|
736
715
|
}
|
|
737
716
|
}
|
|
738
|
-
catch (
|
|
717
|
+
catch (_q) { }
|
|
739
718
|
this.registerEvents(outputs$9);
|
|
740
719
|
this.addTwoWay.call(this, twoWays);
|
|
741
720
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
@@ -868,7 +847,6 @@ const ClipboardService = { provide: 'SpreadsheetClipboard', useValue: Clipboard
|
|
|
868
847
|
const EditService = { provide: 'SpreadsheetEdit', useValue: Edit };
|
|
869
848
|
const KeyboardNavigationService = { provide: 'SpreadsheetKeyboardNavigation', useValue: KeyboardNavigation };
|
|
870
849
|
const KeyboardShortcutService = { provide: 'SpreadsheetKeyboardShortcut', useValue: KeyboardShortcut };
|
|
871
|
-
const CollaborativeEditingService = { provide: 'SpreadsheetCollaborativeEditing', useValue: CollaborativeEditing };
|
|
872
850
|
const SelectionService = { provide: 'SpreadsheetSelection', useValue: Selection };
|
|
873
851
|
const ContextMenuService = { provide: 'SpreadsheetContextMenu', useValue: ContextMenu };
|
|
874
852
|
const FormulaBarService = { provide: 'SpreadsheetFormulaBar', useValue: FormulaBar };
|
|
@@ -877,8 +855,6 @@ const SaveService = { provide: 'SpreadsheetSave', useValue: Save };
|
|
|
877
855
|
const OpenService = { provide: 'SpreadsheetOpen', useValue: Open };
|
|
878
856
|
const SheetTabsService = { provide: 'SpreadsheetSheetTabs', useValue: SheetTabs };
|
|
879
857
|
const DataBindService = { provide: 'SpreadsheetDataBind', useValue: DataBind };
|
|
880
|
-
const AllModuleService = { provide: 'SpreadsheetAllModule', useValue: AllModule };
|
|
881
|
-
const BasicModuleService = { provide: 'SpreadsheetBasicModule', useValue: BasicModule };
|
|
882
858
|
const CellFormatService = { provide: 'SpreadsheetCellFormat', useValue: CellFormat };
|
|
883
859
|
const NumberFormatService = { provide: 'SpreadsheetNumberFormat', useValue: NumberFormat };
|
|
884
860
|
const FormulaService = { provide: 'SpreadsheetFormula', useValue: Formula };
|
|
@@ -898,7 +874,6 @@ SpreadsheetAllModule.decorators = [
|
|
|
898
874
|
EditService,
|
|
899
875
|
KeyboardNavigationService,
|
|
900
876
|
KeyboardShortcutService,
|
|
901
|
-
CollaborativeEditingService,
|
|
902
877
|
SelectionService,
|
|
903
878
|
ContextMenuService,
|
|
904
879
|
FormulaBarService,
|
|
@@ -907,8 +882,6 @@ SpreadsheetAllModule.decorators = [
|
|
|
907
882
|
OpenService,
|
|
908
883
|
SheetTabsService,
|
|
909
884
|
DataBindService,
|
|
910
|
-
AllModuleService,
|
|
911
|
-
BasicModuleService,
|
|
912
885
|
CellFormatService,
|
|
913
886
|
NumberFormatService,
|
|
914
887
|
FormulaService
|
|
@@ -924,6 +897,6 @@ SpreadsheetAllModule.ctorParameters = () => [];
|
|
|
924
897
|
* Generated bundle index. Do not edit.
|
|
925
898
|
*/
|
|
926
899
|
|
|
927
|
-
export { ImageDirective, ImagesDirective, ChartDirective, ChartsDirective, CellDirective, CellsDirective, RowDirective, RowsDirective, ColumnDirective, ColumnsDirective, RangeDirective, RangesDirective, ConditionalFormatDirective, ConditionalFormatsDirective, SheetDirective, SheetsDirective, DefinedNameDirective, DefinedNamesDirective, SpreadsheetComponent, SpreadsheetModule, SpreadsheetAllModule, ClipboardService, EditService, KeyboardNavigationService, KeyboardShortcutService,
|
|
928
|
-
export { Workbook, Range, UsedRange, Sheet, getSheetIndex, getSheetIndexFromId, getSheetNameFromAddress, getSheetIndexByName, updateSelectedRange, getSelectedRange, getSingleSelectedRange, getSheet, getSheetNameCount, getMaxSheetId, initSheet, getSheetName, moveSheet, duplicateSheet, Row, getRow, setRow, isHiddenRow, isFilterHidden, getRowHeight, setRowHeight, getRowsHeight, Column, getColumn, setColumn, getColumnWidth, getColumnsWidth, isHiddenCol, checkColumnValidation, Cell, getCell, setCell, skipDefaultValue, wrap, getColorCode, getCustomColors, isCustomDateTime, getData, getValueFromFormat, getModel, processIdx, getRangeIndexes, getCellIndexes, getColIndex, getCellAddress, getRangeAddress, getColumnHeaderText, getIndexesFromAddress, getRangeFromAddress, getAddressFromSelectedRange, getAddressInfo, getSheetIndexFromAddress, getSwapRange, isSingleCell, executeTaskAsync,
|
|
900
|
+
export { ImageDirective, ImagesDirective, ChartDirective, ChartsDirective, CellDirective, CellsDirective, RowDirective, RowsDirective, ColumnDirective, ColumnsDirective, RangeDirective, RangesDirective, ConditionalFormatDirective, ConditionalFormatsDirective, SheetDirective, SheetsDirective, DefinedNameDirective, DefinedNamesDirective, SpreadsheetComponent, SpreadsheetModule, SpreadsheetAllModule, ClipboardService, EditService, KeyboardNavigationService, KeyboardShortcutService, SelectionService, ContextMenuService, FormulaBarService, RibbonService, SaveService, OpenService, SheetTabsService, DataBindService, CellFormatService, NumberFormatService, FormulaService, inputs as ɵa, outputs$9 as ɵb };
|
|
901
|
+
export { Workbook, Range, UsedRange, Sheet, getSheetIndex, getSheetIndexFromId, getSheetNameFromAddress, getSheetIndexByName, updateSelectedRange, getSelectedRange, getSingleSelectedRange, getSheet, getSheetNameCount, getMaxSheetId, initSheet, getSheetName, moveSheet, duplicateSheet, Row, getRow, setRow, isHiddenRow, isFilterHidden, getRowHeight, setRowHeight, getRowsHeight, Column, getColumn, setColumn, getColumnWidth, getColumnsWidth, isHiddenCol, checkColumnValidation, Cell, getCell, setCell, skipDefaultValue, wrap, getColorCode, getCustomColors, isCustomDateTime, getData, getValueFromFormat, getModel, processIdx, getRangeIndexes, getCellIndexes, getColIndex, getCellAddress, getRangeAddress, getColumnHeaderText, getIndexesFromAddress, getRangeFromAddress, getAddressFromSelectedRange, getAddressInfo, getSheetIndexFromAddress, getSwapRange, isSingleCell, executeTaskAsync, getWorkbookRequiredModules, CellStyle, FilterCollection, SortCollection, DefineName, ProtectSettings, Hyperlink, Validation, Format, ConditionalFormat, LegendSettings, DataLabelSettings, Border, MarkerSettings, MajorGridLines, MinorGridLines, Axis, Chart, Image, AutoFillSettings, workbookDestroyed, updateSheetFromDataSource, dataSourceChanged, dataChanged, triggerDataChange, workbookOpen, beginSave, beginAction, sortImport, findToolDlg, exportDialog, setFilteredCollection, saveCompleted, applyNumberFormatting, getFormattedCellObject, refreshCellElement, setCellFormat, findAllValues, textDecorationUpdate, applyCellFormat, updateUsedRange, updateRowColCount, workbookFormulaOperation, workbookEditOperation, checkDateFormat, checkNumberFormat, parseDecimalNumber, getFormattedBarText, activeCellChanged, openSuccess, openFailure, sheetCreated, sheetsDestroyed, aggregateComputation, getUniqueRange, removeUniquecol, checkUniqueRange, reApplyFormula, clearFormulaDependentCells, formulaInValidation, beforeSort, initiateSort, updateSortedDataOnCell, sortComplete, sortRangeAlert, initiatelink, beforeHyperlinkCreate, afterHyperlinkCreate, beforeHyperlinkClick, afterHyperlinkClick, addHyperlink, setLinkModel, beforeFilter, initiateFilter, filterComplete, filterRangeAlert, clearAllFilter, wrapEvent, onSave, insert, deleteAction, insertModel, deleteModel, isValidation, cellValidation, addHighlight, dataValidate, find, goto, findWorkbookHandler, replace, replaceAll, showFindAlert, findKeyUp, removeHighlight, queryCellInfo, count, findCount, protectSheetWorkBook, updateToggle, protectsheetHandler, replaceAllDialog, unprotectsheetHandler, workBookeditAlert, setLockCells, applyLockCells, setMerge, applyMerge, mergedRange, activeCellMergedRange, insertMerge, hideShow, setCFRule, applyCF, clearCFRule, clear, clearCF, setImage, setChart, initiateChart, refreshRibbonIcons, refreshChart, refreshChartSize, updateChart, deleteChartColl, initiateChartModel, focusChartBorder, saveError, validationHighlight, beforeInsert, beforeDelete, deleteHyperlink, moveOrDuplicateSheet, setAutoFill, refreshCell, getFillInfo, getautofillDDB, rowFillHandler, getTextSpace, refreshClipboard, updateView, selectionComplete, refreshInsertDelete, getUpdatedFormulaOnInsertDelete, beforeCellUpdate, duplicateSheetFilterHandler, unMerge, addFormatToCustomFormatDlg, checkFormulaRef, parseFormulaArgument, checkIsFormula, isCellReference, isChar, isRowSelected, isColumnSelected, inRange, isInMultipleRange, isInRange, getSplittedAddressForColumn, isLocked, isValidCellReference, columnIndex, skipHiddenIdx, isHeightCheckNeeded, getUpdatedFormula, updateCell, getDataRange, insertFormatRange, deleteFormatRange, updateCFModel, checkRange, parseLocaleNumber, getViewportIndexes, setVisibleMergeIndex, getAutoDetectFormatParser, toFraction, getGcd, intToDate, dateToInt, isDateTime, isNumber, toDate, parseIntValue, workbookLocale, localeData, currencyFormat, DataBind, WorkbookOpen, WorkbookSave, WorkbookFormula, WorkbookNumberFormat, getFormatFromType, getTypeFromFormat, WorkbookSort, WorkbookFilter, WorkbookImage, WorkbookChart, WorkbookCellFormat, WorkbookEdit, WorkbookHyperlink, WorkbookInsert, WorkbookDelete, WorkbookDataValidation, WorkbookFindAndReplace, WorkbookProtectSheet, WorkbookMerge, WorkbookConditionalFormat, WorkbookAutoFill, getRequiredModules, ribbon, formulaBar, sheetTabs, refreshSheetTabs, isFormulaBarEdit, contentLoaded, mouseDown, spreadsheetDestroyed, editOperation, formulaOperation, formulaBarOperation, click, keyUp, keyDown, formulaKeyUp, formulaBarUpdate, onVerticalScroll, onHorizontalScroll, beforeContentLoaded, beforeVirtualContentLoaded, virtualContentLoaded, contextMenuOpen, cellNavigate, mouseUpAfterSelection, cMenuBeforeOpen, insertSheetTab, removeSheetTab, renameSheetTab, ribbonClick, refreshRibbon, enableToolbarItems, tabSwitch, selectRange, rangeSelectionByKeydown, cut, copy, paste, clearCopy, dataBound, beforeDataBound, addContextMenuItems, removeContextMenuItems, enableContextMenuItems, enableFileMenuItems, hideFileMenuItems, addFileMenuItems, hideRibbonTabs, enableRibbonTabs, addRibbonTabs, addToolbarItems, hideToolbarItems, beforeRibbonCreate, rowHeightChanged, colWidthChanged, onContentScroll, deInitProperties, activeSheetChanged, initiateCustomSort, applySort, collaborativeUpdate, autoFit, updateToggleItem, initiateHyperlink, editHyperlink, openHyperlink, removeHyperlink, createHyperlinkElement, sheetNameUpdate, hideSheet, performUndoRedo, updateUndoRedoCollection, setActionData, getBeforeActionData, clearUndoRedoCollection, initiateFilterUI, renderFilterCell, refreshFilterRange, updateSortCollection, reapplyFilter, filterByCellValue, clearFilter, getFilteredColumn, completeAction, filterCellKeyDown, getFilterRange, setAutoFit, refreshFormulaDatasource, setScrollEvent, initiateDataValidation, validationError, startEdit, invalidData, clearInvalid, protectSheet, applyProtect, unprotectSheet, protectCellFormat, gotoDlg, findDlg, findHandler, created, editAlert, setUndoRedo, enableFormulaInput, protectSelection, hiddenMerge, checkPrevMerge, checkMerge, removeDataValidation, showAggregate, goToSheet, showSheet, renderCFDlg, clearViewer, initiateFormulaReference, initiateCur, clearCellRef, editValue, addressHandle, initiateEdit, forRefSelRender, insertImage, refreshOverlayElem, refreshImgCellObj, getRowIdxFromClientY, getColIdxFromClientX, createImageElement, deleteImage, deleteChart, refreshChartCellObj, refreshChartCellModel, refreshImagePosition, updateTableWidth, focusBorder, clearChartBorder, insertChart, chartRangeSelection, insertDesignChart, removeDesignChart, chartDesignTab, addChartEle, undoRedoForChartDesign, protectWorkbook, unProtectWorkbook, getPassWord, setProtectWorkbook, removeWorkbookProtection, importProtectWorkbook, selectionStatus, freeze, overlayEleSize, updateScroll, positionAutoFillElement, hideAutoFillOptions, performAutoFill, selectAutoFillRange, autoFill, hideAutoFillElement, unProtectSheetPassword, updateTranslate, getUpdatedScrollPosition, updateScrollValue, beforeCheckboxRender, refreshCheckbox, renderInsertDlg, toggleProtect, getUpdateUsingRaf, removeAllChildren, getColGroupWidth, getScrollBarWidth, getSiblingsHeight, inView, getCellPosition, setPosition, removeRangeEle, locateElem, setStyleAttribute, getStartEvent, getMoveEvent, getEndEvent, isTouchStart, isTouchMove, isTouchEnd, isMouseDown, isMouseMove, isMouseUp, isNavigationKey, getClientX, getClientY, getPageX, getPageY, getDPRValue, setAriaOptions, destroyComponent, setResize, setWidthAndHeight, setTextLineHeight, findMaxValue, updateAction, hasTemplate, setRowEleHeight, getTextHeight, getLineHeight, getTextWidth, getLines, getBorderHeight, getExcludedColumnWidth, getTextHeightWithBorder, setMaxHgt, getMaxHgt, focus, isLockedCells, isDiscontinuousRange, clearRange, isImported, getBottomOffset, getRightIdx, setColMinWidth, addDPRValue, getSheetProperties, getChartsIndexes, ScrollSettings, SelectionSettings, DISABLED, WRAPTEXT, locale, dialog, actionEvents, overlay, fontColor, fillColor, keyCodes, defaultLocale, Spreadsheet, Clipboard, Edit, Selection, Scroll, VirtualScroll, KeyboardNavigation, KeyboardShortcut, CellFormat, Resize, ShowHide, SpreadsheetHyperlink, UndoRedo, WrapText, Insert, Delete, DataValidation, ProtectSheet, FindAndReplace, Merge, ConditionalFormatting, AutoFill, Ribbon, FormulaBar, Formula, SheetTabs, Open, Save, ContextMenu, NumberFormat, Sort, Filter, SpreadsheetImage, SpreadsheetChart, Render, SheetRender, RowRenderer, CellRenderer, Calculate, FormulaError, FormulaInfo, CalcSheetFamilyItem, getAlphalabel, ValueChangedArgs, Parser, CalculateCommon, isUndefined, getSkeletonVal, isExternalFileLink, getModules, getValue, setValue, ModuleLoader, CommonErrors, FormulasErrorsStrings, ExcelFileFormats, BasicFormulas } from '@syncfusion/ej2-spreadsheet';
|
|
929
902
|
//# sourceMappingURL=ej2-angular-spreadsheet.js.map
|