@bryntum/grid-angular 7.2.1 → 7.2.2
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/bundles/bryntum-grid-angular.umd.js +41 -8
- package/bundles/bryntum-grid-angular.umd.js.map +1 -1
- package/esm2015/lib/bryntum-a-i-filter-field.component.js +1 -1
- package/esm2015/lib/bryntum-checkbox.component.js +1 -1
- package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
- package/esm2015/lib/bryntum-chip-view.component.js +1 -1
- package/esm2015/lib/bryntum-color-field.component.js +1 -1
- package/esm2015/lib/bryntum-combo.component.js +1 -1
- package/esm2015/lib/bryntum-date-field.component.js +1 -1
- package/esm2015/lib/bryntum-date-range-field.component.js +1 -1
- package/esm2015/lib/bryntum-date-time-field.component.js +1 -1
- package/esm2015/lib/bryntum-display-field.component.js +1 -1
- package/esm2015/lib/bryntum-duration-field.component.js +1 -1
- package/esm2015/lib/bryntum-editor.component.js +3 -3
- package/esm2015/lib/bryntum-file-field.component.js +1 -1
- package/esm2015/lib/bryntum-filter-field.component.js +1 -1
- package/esm2015/lib/bryntum-grid-base.component.js +14 -3
- package/esm2015/lib/bryntum-grid.component.js +14 -3
- package/esm2015/lib/bryntum-group-bar.component.js +1 -1
- package/esm2015/lib/bryntum-hint.component.js +1 -1
- package/esm2015/lib/bryntum-list.component.js +1 -1
- package/esm2015/lib/bryntum-menu.component.js +1 -1
- package/esm2015/lib/bryntum-number-field.component.js +1 -1
- package/esm2015/lib/bryntum-password-field.component.js +1 -1
- package/esm2015/lib/bryntum-radio.component.js +1 -1
- package/esm2015/lib/bryntum-slide-toggle.component.js +1 -1
- package/esm2015/lib/bryntum-slider.component.js +1 -1
- package/esm2015/lib/bryntum-text-area-field.component.js +1 -1
- package/esm2015/lib/bryntum-text-area-picker-field.component.js +1 -1
- package/esm2015/lib/bryntum-text-field.component.js +1 -1
- package/esm2015/lib/bryntum-time-field.component.js +1 -1
- package/esm2015/lib/bryntum-tree-combo.component.js +1 -1
- package/esm2015/lib/bryntum-tree-grid.component.js +14 -3
- package/fesm2015/bryntum-grid-angular.js +41 -8
- package/fesm2015/bryntum-grid-angular.js.map +1 -1
- package/lib/bryntum-a-i-filter-field.component.d.ts +1 -1
- package/lib/bryntum-checkbox.component.d.ts +1 -1
- package/lib/bryntum-checklist-filter-combo.component.d.ts +2 -2
- package/lib/bryntum-chip-view.component.d.ts +1 -1
- package/lib/bryntum-color-field.component.d.ts +1 -1
- package/lib/bryntum-combo.component.d.ts +2 -2
- package/lib/bryntum-date-field.component.d.ts +1 -1
- package/lib/bryntum-date-range-field.component.d.ts +1 -1
- package/lib/bryntum-date-time-field.component.d.ts +1 -1
- package/lib/bryntum-display-field.component.d.ts +1 -1
- package/lib/bryntum-duration-field.component.d.ts +1 -1
- package/lib/bryntum-editor.component.d.ts +3 -3
- package/lib/bryntum-file-field.component.d.ts +1 -1
- package/lib/bryntum-filter-field.component.d.ts +1 -1
- package/lib/bryntum-grid-base.component.d.ts +14 -6
- package/lib/bryntum-grid.component.d.ts +14 -6
- package/lib/bryntum-group-bar.component.d.ts +1 -1
- package/lib/bryntum-hint.component.d.ts +1 -1
- package/lib/bryntum-list.component.d.ts +1 -1
- package/lib/bryntum-menu.component.d.ts +1 -1
- package/lib/bryntum-number-field.component.d.ts +1 -1
- package/lib/bryntum-password-field.component.d.ts +1 -1
- package/lib/bryntum-radio.component.d.ts +1 -1
- package/lib/bryntum-slide-toggle.component.d.ts +1 -1
- package/lib/bryntum-slider.component.d.ts +1 -1
- package/lib/bryntum-text-area-field.component.d.ts +1 -1
- package/lib/bryntum-text-area-picker-field.component.d.ts +1 -1
- package/lib/bryntum-text-field.component.d.ts +1 -1
- package/lib/bryntum-time-field.component.d.ts +1 -1
- package/lib/bryntum-tree-combo.component.d.ts +2 -2
- package/lib/bryntum-tree-grid.component.d.ts +14 -6
- package/package.json +1 -1
- package/src/lib/bryntum-a-i-filter-field.component.ts +1 -1
- package/src/lib/bryntum-checkbox.component.ts +1 -1
- package/src/lib/bryntum-checklist-filter-combo.component.ts +2 -2
- package/src/lib/bryntum-chip-view.component.ts +1 -1
- package/src/lib/bryntum-color-field.component.ts +1 -1
- package/src/lib/bryntum-combo.component.ts +2 -2
- package/src/lib/bryntum-date-field.component.ts +1 -1
- package/src/lib/bryntum-date-range-field.component.ts +1 -1
- package/src/lib/bryntum-date-time-field.component.ts +1 -1
- package/src/lib/bryntum-display-field.component.ts +1 -1
- package/src/lib/bryntum-duration-field.component.ts +1 -1
- package/src/lib/bryntum-editor.component.ts +3 -3
- package/src/lib/bryntum-file-field.component.ts +1 -1
- package/src/lib/bryntum-filter-field.component.ts +1 -1
- package/src/lib/bryntum-grid-base.component.ts +15 -6
- package/src/lib/bryntum-grid.component.ts +15 -6
- package/src/lib/bryntum-group-bar.component.ts +1 -1
- package/src/lib/bryntum-hint.component.ts +1 -1
- package/src/lib/bryntum-list.component.ts +1 -1
- package/src/lib/bryntum-menu.component.ts +1 -1
- package/src/lib/bryntum-number-field.component.ts +1 -1
- package/src/lib/bryntum-password-field.component.ts +1 -1
- package/src/lib/bryntum-radio.component.ts +1 -1
- package/src/lib/bryntum-slide-toggle.component.ts +1 -1
- package/src/lib/bryntum-slider.component.ts +1 -1
- package/src/lib/bryntum-text-area-field.component.ts +1 -1
- package/src/lib/bryntum-text-area-picker-field.component.ts +1 -1
- package/src/lib/bryntum-text-field.component.ts +1 -1
- package/src/lib/bryntum-time-field.component.ts +1 -1
- package/src/lib/bryntum-tree-combo.component.ts +2 -2
- package/src/lib/bryntum-tree-grid.component.ts +15 -6
|
@@ -567,7 +567,7 @@ export declare type BryntumTreeGridProps = {
|
|
|
567
567
|
rootElement?: ShadowRoot | HTMLElement;
|
|
568
568
|
/**
|
|
569
569
|
* Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
|
|
570
|
-
*
|
|
570
|
+
* overridden by specifying a [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
|
|
571
571
|
* a column [renderer](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-renderer).
|
|
572
572
|
* ...
|
|
573
573
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-rowHeight)
|
|
@@ -793,7 +793,7 @@ export declare type BryntumTreeGridProps = {
|
|
|
793
793
|
cellEditFeature?: object | boolean | string | CellEdit | CellEditConfig;
|
|
794
794
|
/**
|
|
795
795
|
* Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
|
|
796
|
-
*
|
|
796
|
+
* <kbd>Space</kbd> key when the cell is focused.
|
|
797
797
|
* ...
|
|
798
798
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellMenu)
|
|
799
799
|
*/
|
|
@@ -893,8 +893,8 @@ export declare type BryntumTreeGridProps = {
|
|
|
893
893
|
filterBarFeature?: object | boolean | string | FilterBar | FilterBarConfig;
|
|
894
894
|
/**
|
|
895
895
|
* Enables rendering and handling of row groups. The actual grouping is done in the store, but triggered by
|
|
896
|
-
* <kbd>
|
|
897
|
-
* one anywhere on grid). Use <kbd>
|
|
896
|
+
* <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
|
|
897
|
+
* one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
|
|
898
898
|
* grouper.
|
|
899
899
|
* ...
|
|
900
900
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Group)
|
|
@@ -1301,7 +1301,7 @@ export declare class BryntumTreeGridComponent implements OnInit, OnDestroy {
|
|
|
1301
1301
|
*/
|
|
1302
1302
|
onBeforeCellEditStart: any;
|
|
1303
1303
|
/**
|
|
1304
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
1304
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
1305
1305
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
1306
1306
|
* @param {object} event Event object
|
|
1307
1307
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -2276,6 +2276,14 @@ export declare class BryntumTreeGridComponent implements OnInit, OnDestroy {
|
|
|
2276
2276
|
* @param {Core.widget.Tool} event.tool The tool which is being clicked.
|
|
2277
2277
|
*/
|
|
2278
2278
|
onToolClick: any;
|
|
2279
|
+
/**
|
|
2280
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
2281
|
+
* @param {object} event Event object
|
|
2282
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
2283
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
2284
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
2285
|
+
*/
|
|
2286
|
+
onTreeGroup: any;
|
|
2279
2287
|
/**
|
|
2280
2288
|
* Fires when row locking is disabled.
|
|
2281
2289
|
* @param {object} event Event object
|
|
@@ -2300,5 +2308,5 @@ export declare class BryntumTreeGridComponent implements OnInit, OnDestroy {
|
|
|
2300
2308
|
*/
|
|
2301
2309
|
ngOnDestroy(): void;
|
|
2302
2310
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumTreeGridComponent, never>;
|
|
2303
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumTreeGridComponent, "bryntum-tree-grid", never, { "adopt": "adopt"; "animateFilterRemovals": "animateFilterRemovals"; "animateRemovingRows": "animateRemovingRows"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoHeight": "autoHeight"; "bbar": "bbar"; "bodyCls": "bodyCls"; "border": "border"; "bubbleEvents": "bubbleEvents"; "collapsible": "collapsible"; "color": "color"; "config": "config"; "contentElementCls": "contentElementCls"; "contextMenuTriggerEvent": "contextMenuTriggerEvent"; "dataField": "dataField"; "defaultRegion": "defaultRegion"; "destroyStore": "destroyStore"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "disableGridColumnIdWarning": "disableGridColumnIdWarning"; "disableGridRowModelWarning": "disableGridRowModelWarning"; "dock": "dock"; "drawer": "drawer"; "elementAttributes": "elementAttributes"; "enableSticky": "enableSticky"; "enableTextSelection": "enableTextSelection"; "fillLastColumn": "fillLastColumn"; "fixedRowHeight": "fixedRowHeight"; "footer": "footer"; "formulaProviders": "formulaProviders"; "fullRowRefresh": "fullRowRefresh"; "getRowHeight": "getRowHeight"; "header": "header"; "hideHorizontalScrollbar": "hideHorizontalScrollbar"; "hoverCls": "hoverCls"; "icon": "icon"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "listeners": "listeners"; "loadMask": "loadMask"; "loadMaskDefaults": "loadMaskDefaults"; "loadMaskError": "loadMaskError"; "localizable": "localizable"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "owner": "owner"; "plugins": "plugins"; "preserveFocusOnDatasetChange": "preserveFocusOnDatasetChange"; "preserveScrollOnDatasetChange": "preserveScrollOnDatasetChange"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "resizable": "resizable"; "resizeToFitIncludesHeader": "resizeToFitIncludesHeader"; "responsiveLevels": "responsiveLevels"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollerClass": "scrollerClass"; "scrollManager": "scrollManager"; "showDirty": "showDirty"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateId": "stateId"; "stateProvider": "stateProvider"; "strips": "strips"; "subGridConfigs": "subGridConfigs"; "syncMask": "syncMask"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tbar": "tbar"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "animateTreeNodeToggle": "animateTreeNodeToggle"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cellEllipsis": "cellEllipsis"; "cls": "cls"; "collapsed": "collapsed"; "column": "column"; "columnLines": "columnLines"; "columns": "columns"; "data": "data"; "dataset": "dataset"; "disabled": "disabled"; "emptyText": "emptyText"; "enableUndoRedoKeys": "enableUndoRedoKeys"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "hideFooters": "hideFooters"; "hideHeaders": "hideHeaders"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "longPressTime": "longPressTime"; "margin": "margin"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "preserveScroll": "preserveScroll"; "readOnly": "readOnly"; "rendition": "rendition"; "rowHeight": "rowHeight"; "rowLines": "rowLines"; "rtl": "rtl"; "scrollable": "scrollable"; "selectionMode": "selectionMode"; "span": "span"; "stateSettings": "stateSettings"; "store": "store"; "title": "title"; "tools": "tools"; "transition": "transition"; "transitionDuration": "transitionDuration"; "width": "width"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "originalStore": "originalStore"; "parent": "parent"; "selectedCell": "selectedCell"; "selectedCells": "selectedCells"; "selectedRecord": "selectedRecord"; "selectedRecords": "selectedRecords"; "selectedRows": "selectedRows"; "state": "state"; "tooltip": "tooltip"; "aiFeature": "aiFeature"; "aiFilterFeature": "aiFilterFeature"; "cellCopyPasteFeature": "cellCopyPasteFeature"; "cellEditFeature": "cellEditFeature"; "cellMenuFeature": "cellMenuFeature"; "cellTooltipFeature": "cellTooltipFeature"; "chartsFeature": "chartsFeature"; "columnAutoWidthFeature": "columnAutoWidthFeature"; "columnDragToolbarFeature": "columnDragToolbarFeature"; "columnPickerFeature": "columnPickerFeature"; "columnRenameFeature": "columnRenameFeature"; "columnReorderFeature": "columnReorderFeature"; "columnResizeFeature": "columnResizeFeature"; "excelExporterFeature": "excelExporterFeature"; "fileDropFeature": "fileDropFeature"; "fillHandleFeature": "fillHandleFeature"; "filterFeature": "filterFeature"; "filterBarFeature": "filterBarFeature"; "groupFeature": "groupFeature"; "groupSummaryFeature": "groupSummaryFeature"; "headerMenuFeature": "headerMenuFeature"; "lockRowsFeature": "lockRowsFeature"; "mergeCellsFeature": "mergeCellsFeature"; "pdfExportFeature": "pdfExportFeature"; "pinColumnsFeature": "pinColumnsFeature"; "printFeature": "printFeature"; "quickFindFeature": "quickFindFeature"; "regionResizeFeature": "regionResizeFeature"; "rowCopyPasteFeature": "rowCopyPasteFeature"; "rowEditFeature": "rowEditFeature"; "rowExpanderFeature": "rowExpanderFeature"; "rowReorderFeature": "rowReorderFeature"; "rowResizeFeature": "rowResizeFeature"; "searchFeature": "searchFeature"; "sortFeature": "sortFeature"; "splitFeature": "splitFeature"; "stickyCellsFeature": "stickyCellsFeature"; "stripeFeature": "stripeFeature"; "summaryFeature": "summaryFeature"; "treeFeature": "treeFeature"; "treeGroupFeature": "treeGroupFeature"; }, { "onBeforeCancelCellEdit": "onBeforeCancelCellEdit"; "onBeforeCancelRowEdit": "onBeforeCancelRowEdit"; "onBeforeCellEditStart": "onBeforeCellEditStart"; "onBeforeCellRangeDelete": "onBeforeCellRangeDelete"; "onBeforeCellRangeEdit": "onBeforeCellRangeEdit"; "onBeforeColumnCollapseToggle": "onBeforeColumnCollapseToggle"; "onBeforeColumnDragStart": "onBeforeColumnDragStart"; "onBeforeColumnDropFinalize": "onBeforeColumnDropFinalize"; "onBeforeColumnResize": "onBeforeColumnResize"; "onBeforeCopy": "onBeforeCopy"; "onBeforeCSVExport": "onBeforeCSVExport"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeExcelExport": "onBeforeExcelExport"; "onBeforeFillHandleDragStart": "onBeforeFillHandleDragStart"; "onBeforeFinishCellEdit": "onBeforeFinishCellEdit"; "onBeforeFinishRowEdit": "onBeforeFinishRowEdit"; "onBeforeHide": "onBeforeHide"; "onBeforePaste": "onBeforePaste"; "onBeforePdfExport": "onBeforePdfExport"; "onBeforeRenderRow": "onBeforeRenderRow"; "onBeforeRenderRows": "onBeforeRenderRows"; "onBeforeRowCollapse": "onBeforeRowCollapse"; "onBeforeRowExpand": "onBeforeRowExpand"; "onBeforeSelectionChange": "onBeforeSelectionChange"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStartRowEdit": "onBeforeStartRowEdit"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onBeforeToggleGroup": "onBeforeToggleGroup"; "onBeforeToggleNode": "onBeforeToggleNode"; "onCancelCellEdit": "onCancelCellEdit"; "onCatchAll": "onCatchAll"; "onCellClick": "onCellClick"; "onCellContextMenu": "onCellContextMenu"; "onCellDblClick": "onCellDblClick"; "onCellMenuBeforeShow": "onCellMenuBeforeShow"; "onCellMenuItem": "onCellMenuItem"; "onCellMenuShow": "onCellMenuShow"; "onCellMenuToggleItem": "onCellMenuToggleItem"; "onCellMouseEnter": "onCellMouseEnter"; "onCellMouseLeave": "onCellMouseLeave"; "onCellMouseOut": "onCellMouseOut"; "onCellMouseOver": "onCellMouseOver"; "onCollapse": "onCollapse"; "onCollapseNode": "onCollapseNode"; "onColumnCollapseToggle": "onColumnCollapseToggle"; "onColumnDrag": "onColumnDrag"; "onColumnDragStart": "onColumnDragStart"; "onColumnDrop": "onColumnDrop"; "onColumnResize": "onColumnResize"; "onColumnResizeStart": "onColumnResizeStart"; "onContextMenuItem": "onContextMenuItem"; "onContextMenuToggleItem": "onContextMenuToggleItem"; "onCopy": "onCopy"; "onDataChange": "onDataChange"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onDragSelecting": "onDragSelecting"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onExpandNode": "onExpandNode"; "onFileDrop": "onFileDrop"; "onFillHandleBeforeDragFinalize": "onFillHandleBeforeDragFinalize"; "onFillHandleDrag": "onFillHandleDrag"; "onFillHandleDragAbort": "onFillHandleDragAbort"; "onFillHandleDragEnd": "onFillHandleDragEnd"; "onFillHandleDragStart": "onFillHandleDragStart"; "onFinishCellEdit": "onFinishCellEdit"; "onFinishRowEdit": "onFinishRowEdit"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onGridRowBeforeDragStart": "onGridRowBeforeDragStart"; "onGridRowBeforeDropFinalize": "onGridRowBeforeDropFinalize"; "onGridRowDrag": "onGridRowDrag"; "onGridRowDragAbort": "onGridRowDragAbort"; "onGridRowDragStart": "onGridRowDragStart"; "onGridRowDrop": "onGridRowDrop"; "onHeaderClick": "onHeaderClick"; "onHeaderMenuBeforeShow": "onHeaderMenuBeforeShow"; "onHeaderMenuItem": "onHeaderMenuItem"; "onHeaderMenuShow": "onHeaderMenuShow"; "onHeaderMenuToggleItem": "onHeaderMenuToggleItem"; "onHide": "onHide"; "onLockRows": "onLockRows"; "onMouseOut": "onMouseOut"; "onMouseOver": "onMouseOver"; "onPaint": "onPaint"; "onPaste": "onPaste"; "onPdfExport": "onPdfExport"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onRenderRow": "onRenderRow"; "onRenderRows": "onRenderRows"; "onResize": "onResize"; "onResponsive": "onResponsive"; "onRowCollapse": "onRowCollapse"; "onRowExpand": "onRowExpand"; "onRowMouseEnter": "onRowMouseEnter"; "onRowMouseLeave": "onRowMouseLeave"; "onScroll": "onScroll"; "onSelectionChange": "onSelectionChange"; "onSelectionModeChange": "onSelectionModeChange"; "onShow": "onShow"; "onSplit": "onSplit"; "onSplitterCollapseClick": "onSplitterCollapseClick"; "onSplitterDragEnd": "onSplitterDragEnd"; "onSplitterDragStart": "onSplitterDragStart"; "onSplitterExpandClick": "onSplitterExpandClick"; "onStartCellEdit": "onStartCellEdit"; "onStartRowEdit": "onStartRowEdit"; "onSubGridCollapse": "onSubGridCollapse"; "onSubGridExpand": "onSubGridExpand"; "onToggleGroup": "onToggleGroup"; "onToggleNode": "onToggleNode"; "onToolClick": "onToolClick"; "onUnlockRows": "onUnlockRows"; "onUnsplit": "onUnsplit"; }, never, never>;
|
|
2311
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumTreeGridComponent, "bryntum-tree-grid", never, { "adopt": "adopt"; "animateFilterRemovals": "animateFilterRemovals"; "animateRemovingRows": "animateRemovingRows"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoHeight": "autoHeight"; "bbar": "bbar"; "bodyCls": "bodyCls"; "border": "border"; "bubbleEvents": "bubbleEvents"; "collapsible": "collapsible"; "color": "color"; "config": "config"; "contentElementCls": "contentElementCls"; "contextMenuTriggerEvent": "contextMenuTriggerEvent"; "dataField": "dataField"; "defaultRegion": "defaultRegion"; "destroyStore": "destroyStore"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "disableGridColumnIdWarning": "disableGridColumnIdWarning"; "disableGridRowModelWarning": "disableGridRowModelWarning"; "dock": "dock"; "drawer": "drawer"; "elementAttributes": "elementAttributes"; "enableSticky": "enableSticky"; "enableTextSelection": "enableTextSelection"; "fillLastColumn": "fillLastColumn"; "fixedRowHeight": "fixedRowHeight"; "footer": "footer"; "formulaProviders": "formulaProviders"; "fullRowRefresh": "fullRowRefresh"; "getRowHeight": "getRowHeight"; "header": "header"; "hideHorizontalScrollbar": "hideHorizontalScrollbar"; "hoverCls": "hoverCls"; "icon": "icon"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "listeners": "listeners"; "loadMask": "loadMask"; "loadMaskDefaults": "loadMaskDefaults"; "loadMaskError": "loadMaskError"; "localizable": "localizable"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "owner": "owner"; "plugins": "plugins"; "preserveFocusOnDatasetChange": "preserveFocusOnDatasetChange"; "preserveScrollOnDatasetChange": "preserveScrollOnDatasetChange"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "resizable": "resizable"; "resizeToFitIncludesHeader": "resizeToFitIncludesHeader"; "responsiveLevels": "responsiveLevels"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollerClass": "scrollerClass"; "scrollManager": "scrollManager"; "showDirty": "showDirty"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateId": "stateId"; "stateProvider": "stateProvider"; "strips": "strips"; "subGridConfigs": "subGridConfigs"; "syncMask": "syncMask"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tbar": "tbar"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "animateTreeNodeToggle": "animateTreeNodeToggle"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cellEllipsis": "cellEllipsis"; "cls": "cls"; "collapsed": "collapsed"; "column": "column"; "columnLines": "columnLines"; "columns": "columns"; "data": "data"; "dataset": "dataset"; "disabled": "disabled"; "emptyText": "emptyText"; "enableUndoRedoKeys": "enableUndoRedoKeys"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "hideFooters": "hideFooters"; "hideHeaders": "hideHeaders"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "longPressTime": "longPressTime"; "margin": "margin"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "preserveScroll": "preserveScroll"; "readOnly": "readOnly"; "rendition": "rendition"; "rowHeight": "rowHeight"; "rowLines": "rowLines"; "rtl": "rtl"; "scrollable": "scrollable"; "selectionMode": "selectionMode"; "span": "span"; "stateSettings": "stateSettings"; "store": "store"; "title": "title"; "tools": "tools"; "transition": "transition"; "transitionDuration": "transitionDuration"; "width": "width"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "originalStore": "originalStore"; "parent": "parent"; "selectedCell": "selectedCell"; "selectedCells": "selectedCells"; "selectedRecord": "selectedRecord"; "selectedRecords": "selectedRecords"; "selectedRows": "selectedRows"; "state": "state"; "tooltip": "tooltip"; "aiFeature": "aiFeature"; "aiFilterFeature": "aiFilterFeature"; "cellCopyPasteFeature": "cellCopyPasteFeature"; "cellEditFeature": "cellEditFeature"; "cellMenuFeature": "cellMenuFeature"; "cellTooltipFeature": "cellTooltipFeature"; "chartsFeature": "chartsFeature"; "columnAutoWidthFeature": "columnAutoWidthFeature"; "columnDragToolbarFeature": "columnDragToolbarFeature"; "columnPickerFeature": "columnPickerFeature"; "columnRenameFeature": "columnRenameFeature"; "columnReorderFeature": "columnReorderFeature"; "columnResizeFeature": "columnResizeFeature"; "excelExporterFeature": "excelExporterFeature"; "fileDropFeature": "fileDropFeature"; "fillHandleFeature": "fillHandleFeature"; "filterFeature": "filterFeature"; "filterBarFeature": "filterBarFeature"; "groupFeature": "groupFeature"; "groupSummaryFeature": "groupSummaryFeature"; "headerMenuFeature": "headerMenuFeature"; "lockRowsFeature": "lockRowsFeature"; "mergeCellsFeature": "mergeCellsFeature"; "pdfExportFeature": "pdfExportFeature"; "pinColumnsFeature": "pinColumnsFeature"; "printFeature": "printFeature"; "quickFindFeature": "quickFindFeature"; "regionResizeFeature": "regionResizeFeature"; "rowCopyPasteFeature": "rowCopyPasteFeature"; "rowEditFeature": "rowEditFeature"; "rowExpanderFeature": "rowExpanderFeature"; "rowReorderFeature": "rowReorderFeature"; "rowResizeFeature": "rowResizeFeature"; "searchFeature": "searchFeature"; "sortFeature": "sortFeature"; "splitFeature": "splitFeature"; "stickyCellsFeature": "stickyCellsFeature"; "stripeFeature": "stripeFeature"; "summaryFeature": "summaryFeature"; "treeFeature": "treeFeature"; "treeGroupFeature": "treeGroupFeature"; }, { "onBeforeCancelCellEdit": "onBeforeCancelCellEdit"; "onBeforeCancelRowEdit": "onBeforeCancelRowEdit"; "onBeforeCellEditStart": "onBeforeCellEditStart"; "onBeforeCellRangeDelete": "onBeforeCellRangeDelete"; "onBeforeCellRangeEdit": "onBeforeCellRangeEdit"; "onBeforeColumnCollapseToggle": "onBeforeColumnCollapseToggle"; "onBeforeColumnDragStart": "onBeforeColumnDragStart"; "onBeforeColumnDropFinalize": "onBeforeColumnDropFinalize"; "onBeforeColumnResize": "onBeforeColumnResize"; "onBeforeCopy": "onBeforeCopy"; "onBeforeCSVExport": "onBeforeCSVExport"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeExcelExport": "onBeforeExcelExport"; "onBeforeFillHandleDragStart": "onBeforeFillHandleDragStart"; "onBeforeFinishCellEdit": "onBeforeFinishCellEdit"; "onBeforeFinishRowEdit": "onBeforeFinishRowEdit"; "onBeforeHide": "onBeforeHide"; "onBeforePaste": "onBeforePaste"; "onBeforePdfExport": "onBeforePdfExport"; "onBeforeRenderRow": "onBeforeRenderRow"; "onBeforeRenderRows": "onBeforeRenderRows"; "onBeforeRowCollapse": "onBeforeRowCollapse"; "onBeforeRowExpand": "onBeforeRowExpand"; "onBeforeSelectionChange": "onBeforeSelectionChange"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStartRowEdit": "onBeforeStartRowEdit"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onBeforeToggleGroup": "onBeforeToggleGroup"; "onBeforeToggleNode": "onBeforeToggleNode"; "onCancelCellEdit": "onCancelCellEdit"; "onCatchAll": "onCatchAll"; "onCellClick": "onCellClick"; "onCellContextMenu": "onCellContextMenu"; "onCellDblClick": "onCellDblClick"; "onCellMenuBeforeShow": "onCellMenuBeforeShow"; "onCellMenuItem": "onCellMenuItem"; "onCellMenuShow": "onCellMenuShow"; "onCellMenuToggleItem": "onCellMenuToggleItem"; "onCellMouseEnter": "onCellMouseEnter"; "onCellMouseLeave": "onCellMouseLeave"; "onCellMouseOut": "onCellMouseOut"; "onCellMouseOver": "onCellMouseOver"; "onCollapse": "onCollapse"; "onCollapseNode": "onCollapseNode"; "onColumnCollapseToggle": "onColumnCollapseToggle"; "onColumnDrag": "onColumnDrag"; "onColumnDragStart": "onColumnDragStart"; "onColumnDrop": "onColumnDrop"; "onColumnResize": "onColumnResize"; "onColumnResizeStart": "onColumnResizeStart"; "onContextMenuItem": "onContextMenuItem"; "onContextMenuToggleItem": "onContextMenuToggleItem"; "onCopy": "onCopy"; "onDataChange": "onDataChange"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onDragSelecting": "onDragSelecting"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onExpandNode": "onExpandNode"; "onFileDrop": "onFileDrop"; "onFillHandleBeforeDragFinalize": "onFillHandleBeforeDragFinalize"; "onFillHandleDrag": "onFillHandleDrag"; "onFillHandleDragAbort": "onFillHandleDragAbort"; "onFillHandleDragEnd": "onFillHandleDragEnd"; "onFillHandleDragStart": "onFillHandleDragStart"; "onFinishCellEdit": "onFinishCellEdit"; "onFinishRowEdit": "onFinishRowEdit"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onGridRowBeforeDragStart": "onGridRowBeforeDragStart"; "onGridRowBeforeDropFinalize": "onGridRowBeforeDropFinalize"; "onGridRowDrag": "onGridRowDrag"; "onGridRowDragAbort": "onGridRowDragAbort"; "onGridRowDragStart": "onGridRowDragStart"; "onGridRowDrop": "onGridRowDrop"; "onHeaderClick": "onHeaderClick"; "onHeaderMenuBeforeShow": "onHeaderMenuBeforeShow"; "onHeaderMenuItem": "onHeaderMenuItem"; "onHeaderMenuShow": "onHeaderMenuShow"; "onHeaderMenuToggleItem": "onHeaderMenuToggleItem"; "onHide": "onHide"; "onLockRows": "onLockRows"; "onMouseOut": "onMouseOut"; "onMouseOver": "onMouseOver"; "onPaint": "onPaint"; "onPaste": "onPaste"; "onPdfExport": "onPdfExport"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onRenderRow": "onRenderRow"; "onRenderRows": "onRenderRows"; "onResize": "onResize"; "onResponsive": "onResponsive"; "onRowCollapse": "onRowCollapse"; "onRowExpand": "onRowExpand"; "onRowMouseEnter": "onRowMouseEnter"; "onRowMouseLeave": "onRowMouseLeave"; "onScroll": "onScroll"; "onSelectionChange": "onSelectionChange"; "onSelectionModeChange": "onSelectionModeChange"; "onShow": "onShow"; "onSplit": "onSplit"; "onSplitterCollapseClick": "onSplitterCollapseClick"; "onSplitterDragEnd": "onSplitterDragEnd"; "onSplitterDragStart": "onSplitterDragStart"; "onSplitterExpandClick": "onSplitterExpandClick"; "onStartCellEdit": "onStartCellEdit"; "onStartRowEdit": "onStartRowEdit"; "onSubGridCollapse": "onSubGridCollapse"; "onSubGridExpand": "onSubGridExpand"; "onToggleGroup": "onToggleGroup"; "onToggleNode": "onToggleNode"; "onToolClick": "onToolClick"; "onTreeGroup": "onTreeGroup"; "onUnlockRows": "onUnlockRows"; "onUnsplit": "onUnsplit"; }, never, never>;
|
|
2304
2312
|
}
|
package/package.json
CHANGED
|
@@ -510,7 +510,7 @@ export type BryntumAIFilterFieldProps = {
|
|
|
510
510
|
required ? : boolean
|
|
511
511
|
/**
|
|
512
512
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
513
|
-
* the
|
|
513
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
514
514
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
515
515
|
* behaviour will be activated.
|
|
516
516
|
*/
|
|
@@ -484,7 +484,7 @@ export type BryntumCheckboxProps = {
|
|
|
484
484
|
required ? : boolean
|
|
485
485
|
/**
|
|
486
486
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
487
|
-
* the
|
|
487
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
488
488
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
489
489
|
* behaviour will be activated.
|
|
490
490
|
*/
|
|
@@ -185,7 +185,7 @@ export type BryntumChecklistFilterComboProps = {
|
|
|
185
185
|
contentElementCls ? : string|object
|
|
186
186
|
/**
|
|
187
187
|
* If configured as `true`, this means that when an unmatched string is typed into the
|
|
188
|
-
* combo's input field, and
|
|
188
|
+
* combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
|
|
189
189
|
* a new record will be created using the typed string as the [displayField](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-displayField).
|
|
190
190
|
* ...
|
|
191
191
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-createOnUnmatched)
|
|
@@ -680,7 +680,7 @@ export type BryntumChecklistFilterComboProps = {
|
|
|
680
680
|
required ? : boolean
|
|
681
681
|
/**
|
|
682
682
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
683
|
-
* the
|
|
683
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
684
684
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
685
685
|
* behaviour will be activated.
|
|
686
686
|
*/
|
|
@@ -534,7 +534,7 @@ export type BryntumChipViewProps = {
|
|
|
534
534
|
*/
|
|
535
535
|
title ? : string
|
|
536
536
|
/**
|
|
537
|
-
* Select/deselect all if
|
|
537
|
+
* Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
|
|
538
538
|
*/
|
|
539
539
|
toggleAllIfCtrlPressed ? : boolean
|
|
540
540
|
/**
|
|
@@ -506,7 +506,7 @@ export type BryntumColorFieldProps = {
|
|
|
506
506
|
required ? : boolean
|
|
507
507
|
/**
|
|
508
508
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
509
|
-
* the
|
|
509
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
510
510
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
511
511
|
* behaviour will be activated.
|
|
512
512
|
*/
|
|
@@ -185,7 +185,7 @@ export type BryntumComboProps = {
|
|
|
185
185
|
contentElementCls ? : string|object
|
|
186
186
|
/**
|
|
187
187
|
* If configured as `true`, this means that when an unmatched string is typed into the
|
|
188
|
-
* combo's input field, and
|
|
188
|
+
* combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
|
|
189
189
|
* a new record will be created using the typed string as the [displayField](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-displayField).
|
|
190
190
|
* ...
|
|
191
191
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-createOnUnmatched)
|
|
@@ -680,7 +680,7 @@ export type BryntumComboProps = {
|
|
|
680
680
|
required ? : boolean
|
|
681
681
|
/**
|
|
682
682
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
683
|
-
* the
|
|
683
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
684
684
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
685
685
|
* behaviour will be activated.
|
|
686
686
|
*/
|
|
@@ -542,7 +542,7 @@ export type BryntumDateFieldProps = {
|
|
|
542
542
|
required ? : boolean
|
|
543
543
|
/**
|
|
544
544
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
545
|
-
* the
|
|
545
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
546
546
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
547
547
|
* behaviour will be activated.
|
|
548
548
|
*/
|
|
@@ -553,7 +553,7 @@ export type BryntumDateRangeFieldProps = {
|
|
|
553
553
|
required ? : boolean
|
|
554
554
|
/**
|
|
555
555
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
556
|
-
* the
|
|
556
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
557
557
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
558
558
|
* behaviour will be activated.
|
|
559
559
|
*/
|
|
@@ -474,7 +474,7 @@ export type BryntumDateTimeFieldProps = {
|
|
|
474
474
|
required ? : boolean
|
|
475
475
|
/**
|
|
476
476
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
477
|
-
* the
|
|
477
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
478
478
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
479
479
|
* behaviour will be activated.
|
|
480
480
|
*/
|
|
@@ -487,7 +487,7 @@ export type BryntumDisplayFieldProps = {
|
|
|
487
487
|
required ? : boolean
|
|
488
488
|
/**
|
|
489
489
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
490
|
-
* the
|
|
490
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
491
491
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
492
492
|
* behaviour will be activated.
|
|
493
493
|
*/
|
|
@@ -527,7 +527,7 @@ export type BryntumDurationFieldProps = {
|
|
|
527
527
|
required ? : boolean
|
|
528
528
|
/**
|
|
529
529
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
530
|
-
* the
|
|
530
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
531
531
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
532
532
|
* behaviour will be activated.
|
|
533
533
|
*/
|
|
@@ -63,7 +63,7 @@ export type BryntumEditorProps = {
|
|
|
63
63
|
*/
|
|
64
64
|
autoUpdateRecord ? : boolean
|
|
65
65
|
/**
|
|
66
|
-
* What action should be taken when focus moves out of the editor, either by
|
|
66
|
+
* What action should be taken when focus moves out of the editor, either by <kbd>Tab</kbd> or clicking outside.
|
|
67
67
|
* May be `'complete'` or `'cancel`'. Any other value results in no action being taken upon focus leaving the editor
|
|
68
68
|
* leaving the application to listen for the [focusOut](https://bryntum.com/products/grid/docs/api/Core/widget/Editor#event-focusOut) event.
|
|
69
69
|
*/
|
|
@@ -1057,7 +1057,7 @@ export class BryntumEditorComponent implements OnInit, OnDestroy {
|
|
|
1057
1057
|
*/
|
|
1058
1058
|
@Output() onAfterEdit: any = new EventEmitter<((event: { source: Editor, record?: Model }) => void)|string>();
|
|
1059
1059
|
/**
|
|
1060
|
-
* Fired when cancellation has been requested, either by
|
|
1060
|
+
* Fired when cancellation has been requested, either by <kbd>Escape</kbd>, or focus loss (if configured to cancel on blur).
|
|
1061
1061
|
* The cancellation may be vetoed, in which case, focus is moved back into the editor.
|
|
1062
1062
|
* @param {object} event Event object
|
|
1063
1063
|
* @param {object} event.oldValue The original value.
|
|
@@ -1067,7 +1067,7 @@ export class BryntumEditorComponent implements OnInit, OnDestroy {
|
|
|
1067
1067
|
*/
|
|
1068
1068
|
@Output() onBeforeCancel: any = new EventEmitter<((event: { oldValue: object, value: object, event: Event, source: Editor }) => Promise<boolean>|boolean|void)|string>();
|
|
1069
1069
|
/**
|
|
1070
|
-
* Fired when an edit completion has been requested, either by
|
|
1070
|
+
* Fired when an edit completion has been requested, either by <kbd>Enter</kbd>, or focus loss (if configured to complete on blur).
|
|
1071
1071
|
* The completion may be vetoed, in which case, focus is moved back into the editor.
|
|
1072
1072
|
* @param {object} event Event object
|
|
1073
1073
|
* @param {object} event.oldValue The original value.
|
|
@@ -498,7 +498,7 @@ export type BryntumFileFieldProps = {
|
|
|
498
498
|
required ? : boolean
|
|
499
499
|
/**
|
|
500
500
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
501
|
-
* the
|
|
501
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
502
502
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
503
503
|
* behaviour will be activated.
|
|
504
504
|
*/
|
|
@@ -528,7 +528,7 @@ export type BryntumFilterFieldProps = {
|
|
|
528
528
|
required ? : boolean
|
|
529
529
|
/**
|
|
530
530
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
531
|
-
* the
|
|
531
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
532
532
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
533
533
|
* behaviour will be activated.
|
|
534
534
|
*/
|
|
@@ -563,7 +563,7 @@ export type BryntumGridBaseProps = {
|
|
|
563
563
|
rootElement ? : ShadowRoot|HTMLElement
|
|
564
564
|
/**
|
|
565
565
|
* Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
|
|
566
|
-
*
|
|
566
|
+
* overridden by specifying a [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
|
|
567
567
|
* a column [renderer](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-renderer).
|
|
568
568
|
* ...
|
|
569
569
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-rowHeight)
|
|
@@ -790,7 +790,7 @@ export type BryntumGridBaseProps = {
|
|
|
790
790
|
cellEditFeature ? : object|boolean|string|CellEdit|CellEditConfig
|
|
791
791
|
/**
|
|
792
792
|
* Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
|
|
793
|
-
*
|
|
793
|
+
* <kbd>Space</kbd> key when the cell is focused.
|
|
794
794
|
* ...
|
|
795
795
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellMenu)
|
|
796
796
|
*/
|
|
@@ -890,8 +890,8 @@ export type BryntumGridBaseProps = {
|
|
|
890
890
|
filterBarFeature ? : object|boolean|string|FilterBar|FilterBarConfig
|
|
891
891
|
/**
|
|
892
892
|
* Enables rendering and handling of row groups. The actual grouping is done in the store, but triggered by
|
|
893
|
-
* <kbd>
|
|
894
|
-
* one anywhere on grid). Use <kbd>
|
|
893
|
+
* <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
|
|
894
|
+
* one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
|
|
895
895
|
* grouper.
|
|
896
896
|
* ...
|
|
897
897
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Group)
|
|
@@ -1176,6 +1176,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1176
1176
|
'onToggleGroup',
|
|
1177
1177
|
'onToggleNode',
|
|
1178
1178
|
'onToolClick',
|
|
1179
|
+
'onTreeGroup',
|
|
1179
1180
|
'onUnlockRows',
|
|
1180
1181
|
'onUnsplit'
|
|
1181
1182
|
];
|
|
@@ -1737,7 +1738,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1737
1738
|
*/
|
|
1738
1739
|
@Output() onBeforeCellEditStart: any = new EventEmitter<((event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void)|string>();
|
|
1739
1740
|
/**
|
|
1740
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
1741
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
1741
1742
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
1742
1743
|
* @param {object} event Event object
|
|
1743
1744
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -2501,7 +2502,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
2501
2502
|
* @param {Response} event.response Optional response, if received
|
|
2502
2503
|
* @param {Error} event.error Optional error, if exception occurred
|
|
2503
2504
|
*/
|
|
2504
|
-
@Output() onPdfExport: any = new EventEmitter<((event: { response?:
|
|
2505
|
+
@Output() onPdfExport: any = new EventEmitter<((event: { response?: Response, error?: Error }) => void)|string>();
|
|
2505
2506
|
/**
|
|
2506
2507
|
* Fired when a Widget's read only state is toggled
|
|
2507
2508
|
* @param {object} event Event object
|
|
@@ -2712,6 +2713,14 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
2712
2713
|
* @param {Core.widget.Tool} event.tool The tool which is being clicked.
|
|
2713
2714
|
*/
|
|
2714
2715
|
@Output() onToolClick: any = new EventEmitter<((event: { source: Tool, tool: Tool }) => void)|string>();
|
|
2716
|
+
/**
|
|
2717
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
2718
|
+
* @param {object} event Event object
|
|
2719
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
2720
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
2721
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
2722
|
+
*/
|
|
2723
|
+
@Output() onTreeGroup: any = new EventEmitter<((event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void)|string>();
|
|
2715
2724
|
/**
|
|
2716
2725
|
* Fires when row locking is disabled.
|
|
2717
2726
|
* @param {object} event Event object
|
|
@@ -563,7 +563,7 @@ export type BryntumGridProps = {
|
|
|
563
563
|
rootElement ? : ShadowRoot|HTMLElement
|
|
564
564
|
/**
|
|
565
565
|
* Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
|
|
566
|
-
*
|
|
566
|
+
* overridden by specifying a [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
|
|
567
567
|
* a column [renderer](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-renderer).
|
|
568
568
|
* ...
|
|
569
569
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-rowHeight)
|
|
@@ -791,7 +791,7 @@ export type BryntumGridProps = {
|
|
|
791
791
|
cellEditFeature ? : object|boolean|string|CellEdit|CellEditConfig
|
|
792
792
|
/**
|
|
793
793
|
* Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
|
|
794
|
-
*
|
|
794
|
+
* <kbd>Space</kbd> key when the cell is focused.
|
|
795
795
|
* ...
|
|
796
796
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellMenu)
|
|
797
797
|
*/
|
|
@@ -891,8 +891,8 @@ export type BryntumGridProps = {
|
|
|
891
891
|
filterBarFeature ? : object|boolean|string|FilterBar|FilterBarConfig
|
|
892
892
|
/**
|
|
893
893
|
* Enables rendering and handling of row groups. The actual grouping is done in the store, but triggered by
|
|
894
|
-
* <kbd>
|
|
895
|
-
* one anywhere on grid). Use <kbd>
|
|
894
|
+
* <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
|
|
895
|
+
* one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
|
|
896
896
|
* grouper.
|
|
897
897
|
* ...
|
|
898
898
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Group)
|
|
@@ -1177,6 +1177,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
|
|
|
1177
1177
|
'onToggleGroup',
|
|
1178
1178
|
'onToggleNode',
|
|
1179
1179
|
'onToolClick',
|
|
1180
|
+
'onTreeGroup',
|
|
1180
1181
|
'onUnlockRows',
|
|
1181
1182
|
'onUnsplit'
|
|
1182
1183
|
];
|
|
@@ -1741,7 +1742,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
|
|
|
1741
1742
|
*/
|
|
1742
1743
|
@Output() onBeforeCellEditStart: any = new EventEmitter<((event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void)|string>();
|
|
1743
1744
|
/**
|
|
1744
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
1745
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
1745
1746
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
1746
1747
|
* @param {object} event Event object
|
|
1747
1748
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -2505,7 +2506,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
|
|
|
2505
2506
|
* @param {Response} event.response Optional response, if received
|
|
2506
2507
|
* @param {Error} event.error Optional error, if exception occurred
|
|
2507
2508
|
*/
|
|
2508
|
-
@Output() onPdfExport: any = new EventEmitter<((event: { response?:
|
|
2509
|
+
@Output() onPdfExport: any = new EventEmitter<((event: { response?: Response, error?: Error }) => void)|string>();
|
|
2509
2510
|
/**
|
|
2510
2511
|
* Fired when a Widget's read only state is toggled
|
|
2511
2512
|
* @param {object} event Event object
|
|
@@ -2716,6 +2717,14 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
|
|
|
2716
2717
|
* @param {Core.widget.Tool} event.tool The tool which is being clicked.
|
|
2717
2718
|
*/
|
|
2718
2719
|
@Output() onToolClick: any = new EventEmitter<((event: { source: Tool, tool: Tool }) => void)|string>();
|
|
2720
|
+
/**
|
|
2721
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
2722
|
+
* @param {object} event Event object
|
|
2723
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
2724
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
2725
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
2726
|
+
*/
|
|
2727
|
+
@Output() onTreeGroup: any = new EventEmitter<((event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void)|string>();
|
|
2719
2728
|
/**
|
|
2720
2729
|
* Fires when row locking is disabled.
|
|
2721
2730
|
* @param {object} event Event object
|
|
@@ -534,7 +534,7 @@ export type BryntumGroupBarProps = {
|
|
|
534
534
|
*/
|
|
535
535
|
title ? : string
|
|
536
536
|
/**
|
|
537
|
-
* Select/deselect all if
|
|
537
|
+
* Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
|
|
538
538
|
*/
|
|
539
539
|
toggleAllIfCtrlPressed ? : boolean
|
|
540
540
|
/**
|
|
@@ -514,7 +514,7 @@ export type BryntumListProps = {
|
|
|
514
514
|
*/
|
|
515
515
|
title ? : string
|
|
516
516
|
/**
|
|
517
|
-
* Select/deselect all if
|
|
517
|
+
* Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
|
|
518
518
|
*/
|
|
519
519
|
toggleAllIfCtrlPressed ? : boolean
|
|
520
520
|
/**
|
|
@@ -526,7 +526,7 @@ export type BryntumNumberFieldProps = {
|
|
|
526
526
|
required ? : boolean
|
|
527
527
|
/**
|
|
528
528
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
529
|
-
* the
|
|
529
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
530
530
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
531
531
|
* behaviour will be activated.
|
|
532
532
|
*/
|
|
@@ -487,7 +487,7 @@ export type BryntumPasswordFieldProps = {
|
|
|
487
487
|
required ? : boolean
|
|
488
488
|
/**
|
|
489
489
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
490
|
-
* the
|
|
490
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
491
491
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
492
492
|
* behaviour will be activated.
|
|
493
493
|
*/
|
|
@@ -484,7 +484,7 @@ export type BryntumRadioProps = {
|
|
|
484
484
|
required ? : boolean
|
|
485
485
|
/**
|
|
486
486
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
487
|
-
* the
|
|
487
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
488
488
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
489
489
|
* behaviour will be activated.
|
|
490
490
|
*/
|
|
@@ -484,7 +484,7 @@ export type BryntumSlideToggleProps = {
|
|
|
484
484
|
required ? : boolean
|
|
485
485
|
/**
|
|
486
486
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
487
|
-
* the
|
|
487
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
488
488
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
489
489
|
* behaviour will be activated.
|
|
490
490
|
*/
|
|
@@ -495,7 +495,7 @@ export type BryntumSliderProps = {
|
|
|
495
495
|
unit ? : string
|
|
496
496
|
/**
|
|
497
497
|
* Initial value.
|
|
498
|
-
* `String` value allows
|
|
498
|
+
* `String` value allows linking value by reference name.
|
|
499
499
|
* ...
|
|
500
500
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-value)
|
|
501
501
|
*/
|
|
@@ -497,7 +497,7 @@ export type BryntumTextAreaFieldProps = {
|
|
|
497
497
|
resize ? : 'none'|'both'|'horizontal'|'vertical'
|
|
498
498
|
/**
|
|
499
499
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
500
|
-
* the
|
|
500
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
501
501
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
502
502
|
* behaviour will be activated.
|
|
503
503
|
*/
|
|
@@ -512,7 +512,7 @@ export type BryntumTextAreaPickerFieldProps = {
|
|
|
512
512
|
resize ? : 'none'|'both'|'horizontal'|'vertical'
|
|
513
513
|
/**
|
|
514
514
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
515
|
-
* the
|
|
515
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
516
516
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
517
517
|
* behaviour will be activated.
|
|
518
518
|
*/
|
|
@@ -501,7 +501,7 @@ export type BryntumTextFieldProps = {
|
|
|
501
501
|
required ? : boolean
|
|
502
502
|
/**
|
|
503
503
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
504
|
-
* the
|
|
504
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
505
505
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
506
506
|
* behaviour will be activated.
|
|
507
507
|
*/
|
|
@@ -538,7 +538,7 @@ export type BryntumTimeFieldProps = {
|
|
|
538
538
|
required ? : boolean
|
|
539
539
|
/**
|
|
540
540
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
541
|
-
* the
|
|
541
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
542
542
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
543
543
|
* behaviour will be activated.
|
|
544
544
|
*/
|