UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

12 lines (11 loc) 1.47 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { markEnum } from "igniteui-angular-core"; /** * @hidden */ export var Spreadsheet_InternalFlags_$type = markEnum('Spreadsheet_InternalFlags', 'NotifyCanExecuteChanged,1|IsInitialized,2|IsUndoEnabled,4|IsVerifyingState,8|NeedsCanUndoRedoVerification,16|CanUndo,32|CanRedo,64|HasPendingChangeNotification,128|ActiveTabChanged,256|SelectedTabsChanged,512|NeedsFormatChangeNotification,1024|NeedsWorkbookDirtiedNotification,2048|NeedsNameBoxValueVerification,4096|NeedsFormulaBarValueVerification,8192|VerifyIsRenamingWorksheet,16384|IsInitializingZoomLevel,32768|NeedsZoomLevelInitialization,65536|IsInitializingShowHeaders,131072|NeedsShowHeadersInitialization,262144|IsInitializingShowGridlines,524288|NeedsShowGridlinesInitialization,1048576|IsInitializing,2097152|VerifyIsPerformingAsyncCalculations,4194304|IsInEditMode,8388608|ActiveCellValue,16777216|IsInitializingCellEditor,33554432|NeedsInputMsgPosInitialization,67108864|HasDeferredEvents,134217728');