/*!
*
* Wijmo Library 5.20251.40
* https://developer.mescius.com/wijmo
*
* Copyright(c) MESCIUS inc. All rights reserved.
*
* Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
* us.sales@mescius.com
* https://developer.mescius.com/wijmo/licensing
*
*/
/**
* {@module wijmo.angular2.grid.sheet}
* Contains Angular 2 components for the wijmo.grid.sheet module.
*
* wijmo.angular2.grid.sheet is an external TypeScript module that can be imported to your code
* using its ambient module name. For example:
*
*
import * as wjSheet from 'wijmo/wijmo.angular2.grid.sheet';
*
* @Component({
* directives: [wjSheet.WjFlexSheet],
* template: `<wj-flex-sheet></wj-flex-sheet>`,
* selector: 'my-cmp',
* })
* export class MyCmp {
* }
*
*/
/**
*
*/
export declare var ___keepComment: any;
import { EventEmitter, AfterViewInit, ElementRef, Injector, OnInit, OnDestroy, SimpleChange } from '@angular/core';
import { IWjComponentMetadata, IWjComponentMeta } from 'wijmo/wijmo.angular2.directiveBase';
import * as wjcGridSheet from 'wijmo/wijmo.grid.sheet';
declare var wjFlexSheetMeta: IWjComponentMeta;
export { wjFlexSheetMeta };
/**
* Angular 2 component for the {@link wijmo.grid.sheet.FlexSheet} control.
*
* Use the wj-flex-sheet component to add FlexSheet controls to your
* Angular 2 applications. For details about Angular 2 markup syntax, see
* Angular 2 Markup.
*
* The WjFlexSheet component is derived from the FlexSheet control and
* inherits all its properties, events and methods.
*
* The wj-flex-sheet component may contain a {@link wijmo.angular2.grid.sheet.WjSheet} child component.
*/
export declare class WjFlexSheet extends wjcGridSheet.FlexSheet implements OnInit, OnDestroy, AfterViewInit {
static readonly meta: IWjComponentMetadata;
private _wjBehaviour;
/**
* Indicates whether the component has been initialized by Angular.
* Changes its value from false to true right before triggering the initialized event.
*/
isInitialized: boolean;
/**
* This event is triggered after the component has been initialized by Angular, that is
* all bound properties have been assigned and child components (if any) have been initialized.
*/
initialized: EventEmitter;
/**
* Defines a name of a property represented by [(ngModel)] directive (if specified).
* Default value is ''.
*/
wjModelProperty: string;
/**
* Allows you to override the global WjOptions.asyncBindings setting for this specific component.
* See the WjOptions.{@link WjOptions.asyncBindings} property description for details.
*/
asyncBindings: boolean;
/**
* Angular (EventEmitter) version of the Wijmo gotFocus event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional gotFocus Wijmo event name.
*/
gotFocusNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo lostFocus event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional lostFocus Wijmo event name.
*/
lostFocusNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo refreshing event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional refreshing Wijmo event name.
*/
refreshingNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo refreshed event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional refreshed Wijmo event name.
*/
refreshedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo invalidInput event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional invalidInput Wijmo event name.
*/
invalidInputNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo beginningEdit event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional beginningEdit Wijmo event name.
*/
beginningEditNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo cellEditEnded event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional cellEditEnded Wijmo event name.
*/
cellEditEndedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo cellEditEnding event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional cellEditEnding Wijmo event name.
*/
cellEditEndingNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo prepareCellForEdit event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional prepareCellForEdit Wijmo event name.
*/
prepareCellForEditNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo formatItem event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional formatItem Wijmo event name.
*/
formatItemNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo resizingColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional resizingColumn Wijmo event name.
*/
resizingColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo resizedColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional resizedColumn Wijmo event name.
*/
resizedColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo autoSizingColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional autoSizingColumn Wijmo event name.
*/
autoSizingColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo autoSizedColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional autoSizedColumn Wijmo event name.
*/
autoSizedColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo draggingColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional draggingColumn Wijmo event name.
*/
draggingColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo draggingColumnOver event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional draggingColumnOver Wijmo event name.
*/
draggingColumnOverNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo draggedColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional draggedColumn Wijmo event name.
*/
draggedColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo sortingColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional sortingColumn Wijmo event name.
*/
sortingColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo sortedColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional sortedColumn Wijmo event name.
*/
sortedColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo pinningColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional pinningColumn Wijmo event name.
*/
pinningColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo pinnedColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional pinnedColumn Wijmo event name.
*/
pinnedColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo resizingRow event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional resizingRow Wijmo event name.
*/
resizingRowNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo resizedRow event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional resizedRow Wijmo event name.
*/
resizedRowNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo autoSizingRow event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional autoSizingRow Wijmo event name.
*/
autoSizingRowNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo autoSizedRow event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional autoSizedRow Wijmo event name.
*/
autoSizedRowNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo draggingRow event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional draggingRow Wijmo event name.
*/
draggingRowNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo draggingRowOver event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional draggingRowOver Wijmo event name.
*/
draggingRowOverNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo draggedRow event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional draggedRow Wijmo event name.
*/
draggedRowNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo deletingRow event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional deletingRow Wijmo event name.
*/
deletingRowNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo deletedRow event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional deletedRow Wijmo event name.
*/
deletedRowNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo loadingRows event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional loadingRows Wijmo event name.
*/
loadingRowsNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo loadedRows event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional loadedRows Wijmo event name.
*/
loadedRowsNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo rowEditStarting event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional rowEditStarting Wijmo event name.
*/
rowEditStartingNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo rowEditStarted event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional rowEditStarted Wijmo event name.
*/
rowEditStartedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo rowEditEnding event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional rowEditEnding Wijmo event name.
*/
rowEditEndingNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo rowEditEnded event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional rowEditEnded Wijmo event name.
*/
rowEditEndedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo rowAdded event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional rowAdded Wijmo event name.
*/
rowAddedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo groupCollapsedChanging event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional groupCollapsedChanging Wijmo event name.
*/
groupCollapsedChangingNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo groupCollapsedChanged event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional groupCollapsedChanged Wijmo event name.
*/
groupCollapsedChangedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo columnGroupCollapsedChanging event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional columnGroupCollapsedChanging Wijmo event name.
*/
columnGroupCollapsedChangingNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo columnGroupCollapsedChanged event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional columnGroupCollapsedChanged Wijmo event name.
*/
columnGroupCollapsedChangedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo itemsSourceChanging event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional itemsSourceChanging Wijmo event name.
*/
itemsSourceChangingNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo itemsSourceChanged event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional itemsSourceChanged Wijmo event name.
*/
itemsSourceChangedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo selectionChanging event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional selectionChanging Wijmo event name.
*/
selectionChangingNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo selectionChanged event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional selectionChanged Wijmo event name.
*/
selectionChangedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo scrollPositionChanged event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional scrollPositionChanged Wijmo event name.
*/
scrollPositionChangedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo updatingView event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional updatingView Wijmo event name.
*/
updatingViewNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo updatedView event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional updatedView Wijmo event name.
*/
updatedViewNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo updatingLayout event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional updatingLayout Wijmo event name.
*/
updatingLayoutNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo updatedLayout event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional updatedLayout Wijmo event name.
*/
updatedLayoutNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo pasting event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional pasting Wijmo event name.
*/
pastingNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo pasted event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional pasted Wijmo event name.
*/
pastedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo pastingCell event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional pastingCell Wijmo event name.
*/
pastingCellNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo pastedCell event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional pastedCell Wijmo event name.
*/
pastedCellNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo copying event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional copying Wijmo event name.
*/
copyingNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo copied event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional copied Wijmo event name.
*/
copiedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo selectedSheetChanged event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional selectedSheetChanged Wijmo event name.
*/
selectedSheetChangedNg: EventEmitter;
/**
* This event is used to implement two-way binding to the selectedSheetIndex property.
* It's triggered when the property value changes, with the event argument holding the new property value.
* You can bind handlers to this event in templates using the selectedSheetIndexChange event name.
*/
selectedSheetIndexChangePC: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo draggingRowColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional draggingRowColumn Wijmo event name.
*/
draggingRowColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo droppingRowColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional droppingRowColumn Wijmo event name.
*/
droppingRowColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo beginDroppingRowColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional beginDroppingRowColumn Wijmo event name.
*/
beginDroppingRowColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo endDroppingRowColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional endDroppingRowColumn Wijmo event name.
*/
endDroppingRowColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo loaded event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional loaded Wijmo event name.
*/
loadedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo unknownFunction event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional unknownFunction Wijmo event name.
*/
unknownFunctionNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo sheetCleared event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional sheetCleared Wijmo event name.
*/
sheetClearedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo prepareChangingRow event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional prepareChangingRow Wijmo event name.
*/
prepareChangingRowNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo prepareChangingColumn event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional prepareChangingColumn Wijmo event name.
*/
prepareChangingColumnNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo rowChanged event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional rowChanged Wijmo event name.
*/
rowChangedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo columnChanged event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional columnChanged Wijmo event name.
*/
columnChangedNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo autoFilling event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional autoFilling Wijmo event name.
*/
autoFillingNg: EventEmitter;
/**
* Angular (EventEmitter) version of the Wijmo autoFilled event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional autoFilled Wijmo event name.
*/
autoFilledNg: EventEmitter;
constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
/**
* If you create a custom component inherited from a Wijmo component, you can override this
* method and perform necessary initializations that you usually do in a class constructor.
* This method is called in the last line of a Wijmo component constructor and allows you
* to not declare your custom component's constructor at all, thus preventing you from a necessity
* to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
*/
created(): void;
ngOnInit(): void;
ngAfterViewInit(): void;
ngOnDestroy(): void;
addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
}
declare var wjSheetMeta: IWjComponentMeta;
export { wjSheetMeta };
/**
* Angular 2 component for the {@link wijmo.grid.sheet.Sheet} class.
*
* The wj-sheet component must be
* contained in a {@link wijmo.angular2.grid.sheet.WjFlexSheet} component.
*
* Use the wj-sheet component to add Sheet controls to your
* Angular 2 applications. For details about Angular 2 markup syntax, see
* Angular 2 Markup.
*
* The WjSheet component is derived from the Sheet class and
* inherits all its properties, events and methods.
*/
export declare class WjSheet extends wjcGridSheet.Sheet implements OnInit, OnDestroy, AfterViewInit {
boundRowCount: number;
boundColumnCount: number;
static readonly meta: IWjComponentMetadata;
private _wjBehaviour;
/**
* Indicates whether the component has been initialized by Angular.
* Changes its value from false to true right before triggering the initialized event.
*/
isInitialized: boolean;
/**
* This event is triggered after the component has been initialized by Angular, that is
* all bound properties have been assigned and child components (if any) have been initialized.
*/
initialized: EventEmitter;
/**
* Gets or sets a name of a property that this component is assigned to.
* Default value is 'sheets'.
*/
wjProperty: string;
/**
* Angular (EventEmitter) version of the Wijmo nameChanged event for programmatic access.
* Use this event name if you want to subscribe to the Angular version of the event in code.
* In template bindings use the conventional nameChanged Wijmo event name.
*/
nameChangedNg: EventEmitter;
constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
/**
* If you create a custom component inherited from a Wijmo component, you can override this
* method and perform necessary initializations that you usually do in a class constructor.
* This method is called in the last line of a Wijmo component constructor and allows you
* to not declare your custom component's constructor at all, thus preventing you from a necessity
* to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
*/
created(): void;
ngOnInit(): void;
ngAfterViewInit(): void;
ngOnDestroy(): void;
ngOnChanges(changes: {
[key: string]: SimpleChange;
}): any;
}
export declare class WjGridSheetModule {
}