@aquera/ngx-smart-table 0.0.34 → 0.0.37
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/package.json
CHANGED
|
@@ -4835,6 +4835,7 @@ declare class StTableComponent implements OnInit, OnChanges, OnDestroy, AfterVie
|
|
|
4835
4835
|
readonly columnResized: _angular_core.OutputEmitterRef<ColumnResizeEvent>;
|
|
4836
4836
|
readonly columnMoved: _angular_core.OutputEmitterRef<ColumnMoveEvent>;
|
|
4837
4837
|
readonly configValidationErrors: _angular_core.OutputEmitterRef<SchemaValidationError[]>;
|
|
4838
|
+
readonly addColumnClicked: _angular_core.OutputEmitterRef<void>;
|
|
4838
4839
|
readonly columnAdded: _angular_core.OutputEmitterRef<ColumnAddEvent>;
|
|
4839
4840
|
readonly rowAction: _angular_core.OutputEmitterRef<RowActionEvent>;
|
|
4840
4841
|
readonly validationStateChange: _angular_core.OutputEmitterRef<TableValidationState>;
|
|
@@ -5099,7 +5100,7 @@ declare class StTableComponent implements OnInit, OnChanges, OnDestroy, AfterVie
|
|
|
5099
5100
|
onDocumentClick(event: MouseEvent): void;
|
|
5100
5101
|
ngOnDestroy(): void;
|
|
5101
5102
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<StTableComponent, never>;
|
|
5102
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<StTableComponent, "st-table", never, { "tableConfig": { "alias": "tableConfig"; "required": true; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "data$": { "alias": "data$"; "required": false; "isSignal": true; }; "tableState": { "alias": "tableState"; "required": false; "isSignal": true; }; "enableSorting": { "alias": "enableSorting"; "required": false; "isSignal": true; }; "enableFiltering": { "alias": "enableFiltering"; "required": false; "isSignal": true; }; "validateConfig": { "alias": "validateConfig"; "required": false; "isSignal": true; }; }, { "stateChange": "stateChange"; "dataChange": "dataChange"; "cellEdit": "cellEdit"; "cellSave": "cellSave"; "cellCancel": "cellCancel"; "cellChange": "cellChange"; "columnResized": "columnResized"; "columnMoved": "columnMoved"; "configValidationErrors": "configValidationErrors"; "columnAdded": "columnAdded"; "rowAction": "rowAction"; "validationStateChange": "validationStateChange"; "requestAddRow": "requestAddRow"; "requestFocusTabs": "requestFocusTabs"; }, never, never, true, never>;
|
|
5103
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<StTableComponent, "st-table", never, { "tableConfig": { "alias": "tableConfig"; "required": true; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "data$": { "alias": "data$"; "required": false; "isSignal": true; }; "tableState": { "alias": "tableState"; "required": false; "isSignal": true; }; "enableSorting": { "alias": "enableSorting"; "required": false; "isSignal": true; }; "enableFiltering": { "alias": "enableFiltering"; "required": false; "isSignal": true; }; "validateConfig": { "alias": "validateConfig"; "required": false; "isSignal": true; }; }, { "stateChange": "stateChange"; "dataChange": "dataChange"; "cellEdit": "cellEdit"; "cellSave": "cellSave"; "cellCancel": "cellCancel"; "cellChange": "cellChange"; "columnResized": "columnResized"; "columnMoved": "columnMoved"; "configValidationErrors": "configValidationErrors"; "addColumnClicked": "addColumnClicked"; "columnAdded": "columnAdded"; "rowAction": "rowAction"; "validationStateChange": "validationStateChange"; "requestAddRow": "requestAddRow"; "requestFocusTabs": "requestFocusTabs"; }, never, never, true, never>;
|
|
5103
5104
|
}
|
|
5104
5105
|
|
|
5105
5106
|
/**
|