@bryntum/grid-angular-thin 7.2.2 → 7.2.4
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/README.md +4 -4
- package/bundles/bryntum-grid-angular-thin.umd.js +10 -50
- package/bundles/bryntum-grid-angular-thin.umd.js.map +1 -1
- package/esm2015/lib/bryntum-a-i-filter-field.component.js +2 -6
- package/esm2015/lib/bryntum-checklist-filter-combo.component.js +2 -6
- package/esm2015/lib/bryntum-grid-base.component.js +2 -6
- package/esm2015/lib/bryntum-grid-chart-designer.component.js +2 -6
- package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +2 -6
- package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +2 -6
- package/esm2015/lib/bryntum-grid.component.js +2 -6
- package/esm2015/lib/bryntum-group-bar.component.js +2 -6
- package/esm2015/lib/bryntum-tree-combo.component.js +2 -6
- package/esm2015/lib/bryntum-tree-grid.component.js +2 -6
- package/fesm2015/bryntum-grid-angular-thin.js +10 -50
- package/fesm2015/bryntum-grid-angular-thin.js.map +1 -1
- package/lib/bryntum-a-i-filter-field.component.d.ts +1 -10
- package/lib/bryntum-checklist-filter-combo.component.d.ts +1 -10
- package/lib/bryntum-grid-base.component.d.ts +1 -10
- package/lib/bryntum-grid-chart-designer.component.d.ts +1 -10
- package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +1 -10
- package/lib/bryntum-grid-field-filter-picker.component.d.ts +1 -10
- package/lib/bryntum-grid.component.d.ts +1 -10
- package/lib/bryntum-group-bar.component.d.ts +1 -10
- package/lib/bryntum-tree-combo.component.d.ts +1 -10
- package/lib/bryntum-tree-grid.component.d.ts +1 -10
- package/package.json +1 -1
- package/src/lib/bryntum-a-i-filter-field.component.ts +0 -11
- package/src/lib/bryntum-checklist-filter-combo.component.ts +0 -11
- package/src/lib/bryntum-grid-base.component.ts +0 -11
- package/src/lib/bryntum-grid-chart-designer.component.ts +0 -11
- package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +0 -11
- package/src/lib/bryntum-grid-field-filter-picker.component.ts +0 -11
- package/src/lib/bryntum-grid.component.ts +0 -11
- package/src/lib/bryntum-group-bar.component.ts +0 -11
- package/src/lib/bryntum-tree-combo.component.ts +0 -11
- package/src/lib/bryntum-tree-grid.component.ts +0 -11
|
@@ -610,14 +610,6 @@ export declare type BryntumTreeComboProps = {
|
|
|
610
610
|
* to the input field so that the pointer pierces the [pickerAlignElement](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-pickerAlignElement)
|
|
611
611
|
*/
|
|
612
612
|
overlayAnchor?: boolean;
|
|
613
|
-
/**
|
|
614
|
-
* The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
|
|
615
|
-
* [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
|
|
616
|
-
* the owner is <strong>always</strong> the encapsulating Container.
|
|
617
|
-
* ...
|
|
618
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-owner)
|
|
619
|
-
*/
|
|
620
|
-
owner?: Widget | any;
|
|
621
613
|
/**
|
|
622
614
|
* Configuration object for the [picker](https://bryntum.com/products/grid/docs/api/Core/widget/List) on initialization. Returns the
|
|
623
615
|
* [picker](https://bryntum.com/products/grid/docs/api/Core/widget/List) instance at runtime.
|
|
@@ -940,7 +932,6 @@ export declare class BryntumTreeComboComponent implements OnInit, OnDestroy {
|
|
|
940
932
|
multiValueSeparator: string;
|
|
941
933
|
name: string;
|
|
942
934
|
overlayAnchor: boolean;
|
|
943
|
-
owner: Widget | any;
|
|
944
935
|
pickerAlignElement: string;
|
|
945
936
|
pickerWidth: number | string;
|
|
946
937
|
positioned: boolean;
|
|
@@ -1196,5 +1187,5 @@ export declare class BryntumTreeComboComponent implements OnInit, OnDestroy {
|
|
|
1196
1187
|
*/
|
|
1197
1188
|
ngOnDestroy(): void;
|
|
1198
1189
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumTreeComboComponent, never>;
|
|
1199
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumTreeComboComponent, "bryntum-tree-combo", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoComplete": "autoComplete"; "autoExpand": "autoExpand"; "autoSelect": "autoSelect"; "bubbleEvents": "bubbleEvents"; "cacheLastResult": "cacheLastResult"; "caseSensitive": "caseSensitive"; "centered": "centered"; "chipView": "chipView"; "clearable": "clearable"; "clearTextOnPickerHide": "clearTextOnPickerHide"; "clearTextOnSelection": "clearTextOnSelection"; "clearWhenInputEmpty": "clearWhenInputEmpty"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "container": "container"; "containValues": "containValues"; "contentElementCls": "contentElementCls"; "createOnUnmatched": "createOnUnmatched"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "displayField": "displayField"; "displayValueRenderer": "displayValueRenderer"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "emptyText": "emptyText"; "encodeFilterParams": "encodeFilterParams"; "filterOnEnter": "filterOnEnter"; "filterParamName": "filterParamName"; "filterSelected": "filterSelected"; "floating": "floating"; "hideAnimation": "hideAnimation"; "hidePickerOnSelect": "hidePickerOnSelect"; "hideTrigger": "hideTrigger"; "highlightExternalChange": "highlightExternalChange"; "hint": "hint"; "hintHtml": "hintHtml"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "inline": "inline"; "inlinePicker": "inlinePicker"; "inputAlign": "inputAlign"; "inputAttributes": "inputAttributes"; "inputTag": "inputTag"; "inputType": "inputType"; "inputWidth": "inputWidth"; "items": "items"; "keyStrokeChangeDelay": "keyStrokeChangeDelay"; "keyStrokeFilterDelay": "keyStrokeFilterDelay"; "labelCls": "labelCls"; "labelPosition": "labelPosition"; "labels": "labels"; "labelWidth": "labelWidth"; "listCls": "listCls"; "listeners": "listeners"; "listItemTpl": "listItemTpl"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "maxLength": "maxLength"; "minChars": "minChars"; "minLength": "minLength"; "monitorResize": "monitorResize"; "multiValueSeparator": "multiValueSeparator"; "name": "name"; "overlayAnchor": "overlayAnchor"; "
|
|
1190
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumTreeComboComponent, "bryntum-tree-combo", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoComplete": "autoComplete"; "autoExpand": "autoExpand"; "autoSelect": "autoSelect"; "bubbleEvents": "bubbleEvents"; "cacheLastResult": "cacheLastResult"; "caseSensitive": "caseSensitive"; "centered": "centered"; "chipView": "chipView"; "clearable": "clearable"; "clearTextOnPickerHide": "clearTextOnPickerHide"; "clearTextOnSelection": "clearTextOnSelection"; "clearWhenInputEmpty": "clearWhenInputEmpty"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "container": "container"; "containValues": "containValues"; "contentElementCls": "contentElementCls"; "createOnUnmatched": "createOnUnmatched"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "displayField": "displayField"; "displayValueRenderer": "displayValueRenderer"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "emptyText": "emptyText"; "encodeFilterParams": "encodeFilterParams"; "filterOnEnter": "filterOnEnter"; "filterParamName": "filterParamName"; "filterSelected": "filterSelected"; "floating": "floating"; "hideAnimation": "hideAnimation"; "hidePickerOnSelect": "hidePickerOnSelect"; "hideTrigger": "hideTrigger"; "highlightExternalChange": "highlightExternalChange"; "hint": "hint"; "hintHtml": "hintHtml"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "inline": "inline"; "inlinePicker": "inlinePicker"; "inputAlign": "inputAlign"; "inputAttributes": "inputAttributes"; "inputTag": "inputTag"; "inputType": "inputType"; "inputWidth": "inputWidth"; "items": "items"; "keyStrokeChangeDelay": "keyStrokeChangeDelay"; "keyStrokeFilterDelay": "keyStrokeFilterDelay"; "labelCls": "labelCls"; "labelPosition": "labelPosition"; "labels": "labels"; "labelWidth": "labelWidth"; "listCls": "listCls"; "listeners": "listeners"; "listItemTpl": "listItemTpl"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "maxLength": "maxLength"; "minChars": "minChars"; "minLength": "minLength"; "monitorResize": "monitorResize"; "multiValueSeparator": "multiValueSeparator"; "name": "name"; "overlayAnchor": "overlayAnchor"; "pickerAlignElement": "pickerAlignElement"; "pickerWidth": "pickerWidth"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "primaryFilter": "primaryFilter"; "relayStoreEvents": "relayStoreEvents"; "revertOnEscape": "revertOnEscape"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "skipValidation": "skipValidation"; "spellCheck": "spellCheck"; "tab": "tab"; "tabIndex": "tabIndex"; "textAlign": "textAlign"; "title": "title"; "triggerAction": "triggerAction"; "type": "type"; "ui": "ui"; "validateFilter": "validateFilter"; "validateOnInput": "validateOnInput"; "valueField": "valueField"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "badge": "badge"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "column": "column"; "dataset": "dataset"; "disabled": "disabled"; "editable": "editable"; "extraData": "extraData"; "filterOperator": "filterOperator"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "id": "id"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "keyMap": "keyMap"; "label": "label"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "multiSelect": "multiSelect"; "picker": "picker"; "placeholder": "placeholder"; "readOnly": "readOnly"; "rendition": "rendition"; "required": "required"; "rtl": "rtl"; "showRequiredIndicator": "showRequiredIndicator"; "span": "span"; "store": "store"; "tooltip": "tooltip"; "triggers": "triggers"; "value": "value"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "content": "content"; "focusVisible": "focusVisible"; "formula": "formula"; "html": "html"; "input": "input"; "parent": "parent"; "scrollable": "scrollable"; }, { "onAction": "onAction"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onChange": "onChange"; "onClear": "onClear"; "onDestroy": "onDestroy"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onInput": "onInput"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onSelect": "onSelect"; "onShow": "onShow"; "onTrigger": "onTrigger"; }, never, never>;
|
|
1200
1191
|
}
|
|
@@ -481,14 +481,6 @@ export declare type BryntumTreeGridProps = {
|
|
|
481
481
|
* Grid monitors window resize by default.
|
|
482
482
|
*/
|
|
483
483
|
monitorResize?: boolean;
|
|
484
|
-
/**
|
|
485
|
-
* The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
|
|
486
|
-
* [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
|
|
487
|
-
* the owner is <strong>always</strong> the encapsulating Container.
|
|
488
|
-
* ...
|
|
489
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-owner)
|
|
490
|
-
*/
|
|
491
|
-
owner?: Widget | any;
|
|
492
484
|
/**
|
|
493
485
|
* Specify plugins (an array of classes) in config
|
|
494
486
|
*/
|
|
@@ -1124,7 +1116,6 @@ export declare class BryntumTreeGridComponent implements OnInit, OnDestroy {
|
|
|
1124
1116
|
maskDefaults: MaskConfig;
|
|
1125
1117
|
masked: boolean | string | MaskConfig;
|
|
1126
1118
|
monitorResize: boolean;
|
|
1127
|
-
owner: Widget | any;
|
|
1128
1119
|
plugins: Function[];
|
|
1129
1120
|
preserveFocusOnDatasetChange: boolean;
|
|
1130
1121
|
preserveScrollOnDatasetChange: boolean;
|
|
@@ -2309,5 +2300,5 @@ export declare class BryntumTreeGridComponent implements OnInit, OnDestroy {
|
|
|
2309
2300
|
*/
|
|
2310
2301
|
ngOnDestroy(): void;
|
|
2311
2302
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumTreeGridComponent, never>;
|
|
2312
|
-
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>;
|
|
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"; "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>;
|
|
2313
2304
|
}
|
package/package.json
CHANGED
|
@@ -461,14 +461,6 @@ export type BryntumAIFilterFieldProps = {
|
|
|
461
461
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-name)
|
|
462
462
|
*/
|
|
463
463
|
name ? : string
|
|
464
|
-
/**
|
|
465
|
-
* The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
|
|
466
|
-
* [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
|
|
467
|
-
* the owner is <strong>always</strong> the encapsulating Container.
|
|
468
|
-
* ...
|
|
469
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-owner)
|
|
470
|
-
*/
|
|
471
|
-
owner ? : Widget|any
|
|
472
464
|
/**
|
|
473
465
|
* Text to display in empty field.
|
|
474
466
|
*/
|
|
@@ -768,7 +760,6 @@ export class BryntumAIFilterFieldComponent implements OnInit, OnDestroy {
|
|
|
768
760
|
'minWidth',
|
|
769
761
|
'monitorResize',
|
|
770
762
|
'name',
|
|
771
|
-
'owner',
|
|
772
763
|
'placeholder',
|
|
773
764
|
'positioned',
|
|
774
765
|
'preventTooltipOnTouch',
|
|
@@ -855,7 +846,6 @@ export class BryntumAIFilterFieldComponent implements OnInit, OnDestroy {
|
|
|
855
846
|
'minLength',
|
|
856
847
|
'monitorResize',
|
|
857
848
|
'name',
|
|
858
|
-
'owner',
|
|
859
849
|
'positioned',
|
|
860
850
|
'preventTooltipOnTouch',
|
|
861
851
|
'progressText',
|
|
@@ -998,7 +988,6 @@ export class BryntumAIFilterFieldComponent implements OnInit, OnDestroy {
|
|
|
998
988
|
immediate?: boolean
|
|
999
989
|
};
|
|
1000
990
|
@Input() name ! : string;
|
|
1001
|
-
@Input() owner ! : Widget|any;
|
|
1002
991
|
@Input() positioned ! : boolean;
|
|
1003
992
|
@Input() preventTooltipOnTouch ! : boolean;
|
|
1004
993
|
@Input() progressText ! : string;
|
|
@@ -612,14 +612,6 @@ export type BryntumChecklistFilterComboProps = {
|
|
|
612
612
|
* to the input field so that the pointer pierces the [pickerAlignElement](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-pickerAlignElement)
|
|
613
613
|
*/
|
|
614
614
|
overlayAnchor ? : boolean
|
|
615
|
-
/**
|
|
616
|
-
* The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
|
|
617
|
-
* [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
|
|
618
|
-
* the owner is <strong>always</strong> the encapsulating Container.
|
|
619
|
-
* ...
|
|
620
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-owner)
|
|
621
|
-
*/
|
|
622
|
-
owner ? : Widget|any
|
|
623
615
|
/**
|
|
624
616
|
* Configuration object for the [picker](https://bryntum.com/products/grid/docs/api/Core/widget/List) on initialization. Returns the
|
|
625
617
|
* [picker](https://bryntum.com/products/grid/docs/api/Core/widget/List) instance at runtime.
|
|
@@ -995,7 +987,6 @@ export class BryntumChecklistFilterComboComponent implements OnInit, OnDestroy {
|
|
|
995
987
|
'multiValueSeparator',
|
|
996
988
|
'name',
|
|
997
989
|
'overlayAnchor',
|
|
998
|
-
'owner',
|
|
999
990
|
'picker',
|
|
1000
991
|
'pickerAlignElement',
|
|
1001
992
|
'pickerWidth',
|
|
@@ -1115,7 +1106,6 @@ export class BryntumChecklistFilterComboComponent implements OnInit, OnDestroy {
|
|
|
1115
1106
|
'multiValueSeparator',
|
|
1116
1107
|
'name',
|
|
1117
1108
|
'overlayAnchor',
|
|
1118
|
-
'owner',
|
|
1119
1109
|
'pickerAlignElement',
|
|
1120
1110
|
'pickerWidth',
|
|
1121
1111
|
'positioned',
|
|
@@ -1294,7 +1284,6 @@ export class BryntumChecklistFilterComboComponent implements OnInit, OnDestroy {
|
|
|
1294
1284
|
@Input() multiValueSeparator ! : string;
|
|
1295
1285
|
@Input() name ! : string;
|
|
1296
1286
|
@Input() overlayAnchor ! : boolean;
|
|
1297
|
-
@Input() owner ! : Widget|any;
|
|
1298
1287
|
@Input() pickerAlignElement ! : string;
|
|
1299
1288
|
@Input() pickerWidth ! : number|string;
|
|
1300
1289
|
@Input() positioned ! : boolean;
|
|
@@ -477,14 +477,6 @@ export type BryntumGridBaseProps = {
|
|
|
477
477
|
* Grid monitors window resize by default.
|
|
478
478
|
*/
|
|
479
479
|
monitorResize ? : boolean
|
|
480
|
-
/**
|
|
481
|
-
* The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
|
|
482
|
-
* [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
|
|
483
|
-
* the owner is <strong>always</strong> the encapsulating Container.
|
|
484
|
-
* ...
|
|
485
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-owner)
|
|
486
|
-
*/
|
|
487
|
-
owner ? : Widget|any
|
|
488
480
|
/**
|
|
489
481
|
* Specify plugins (an array of classes) in config
|
|
490
482
|
*/
|
|
@@ -1306,7 +1298,6 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1306
1298
|
'minHeight',
|
|
1307
1299
|
'minWidth',
|
|
1308
1300
|
'monitorResize',
|
|
1309
|
-
'owner',
|
|
1310
1301
|
'plugins',
|
|
1311
1302
|
'preserveFocusOnDatasetChange',
|
|
1312
1303
|
'preserveScroll',
|
|
@@ -1396,7 +1387,6 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1396
1387
|
'maskDefaults',
|
|
1397
1388
|
'masked',
|
|
1398
1389
|
'monitorResize',
|
|
1399
|
-
'owner',
|
|
1400
1390
|
'plugins',
|
|
1401
1391
|
'preserveFocusOnDatasetChange',
|
|
1402
1392
|
'preserveScrollOnDatasetChange',
|
|
@@ -1554,7 +1544,6 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1554
1544
|
@Input() maskDefaults ! : MaskConfig;
|
|
1555
1545
|
@Input() masked ! : boolean|string|MaskConfig;
|
|
1556
1546
|
@Input() monitorResize ! : boolean;
|
|
1557
|
-
@Input() owner ! : Widget|any;
|
|
1558
1547
|
@Input() plugins ! : Function[];
|
|
1559
1548
|
@Input() preserveFocusOnDatasetChange ! : boolean;
|
|
1560
1549
|
@Input() preserveScrollOnDatasetChange ! : boolean;
|
|
@@ -328,14 +328,6 @@ export type BryntumGridChartDesignerProps = {
|
|
|
328
328
|
monitorResize ? : boolean|{
|
|
329
329
|
immediate?: boolean
|
|
330
330
|
}
|
|
331
|
-
/**
|
|
332
|
-
* The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
|
|
333
|
-
* [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
|
|
334
|
-
* the owner is <strong>always</strong> the encapsulating Container.
|
|
335
|
-
* ...
|
|
336
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-owner)
|
|
337
|
-
*/
|
|
338
|
-
owner ? : Widget|any
|
|
339
331
|
/**
|
|
340
332
|
* Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement), but must
|
|
341
333
|
* not participate in the standard layout of that widget, and must be positioned relatively to that
|
|
@@ -561,7 +553,6 @@ export class BryntumGridChartDesignerComponent implements OnInit, OnDestroy {
|
|
|
561
553
|
'minHeight',
|
|
562
554
|
'minWidth',
|
|
563
555
|
'monitorResize',
|
|
564
|
-
'owner',
|
|
565
556
|
'positioned',
|
|
566
557
|
'preventTooltipOnTouch',
|
|
567
558
|
'readOnly',
|
|
@@ -618,7 +609,6 @@ export class BryntumGridChartDesignerComponent implements OnInit, OnDestroy {
|
|
|
618
609
|
'maskDefaults',
|
|
619
610
|
'masked',
|
|
620
611
|
'monitorResize',
|
|
621
|
-
'owner',
|
|
622
612
|
'positioned',
|
|
623
613
|
'preventTooltipOnTouch',
|
|
624
614
|
'relayStoreEvents',
|
|
@@ -725,7 +715,6 @@ export class BryntumGridChartDesignerComponent implements OnInit, OnDestroy {
|
|
|
725
715
|
@Input() monitorResize ! : boolean|{
|
|
726
716
|
immediate?: boolean
|
|
727
717
|
};
|
|
728
|
-
@Input() owner ! : Widget|any;
|
|
729
718
|
@Input() positioned ! : boolean;
|
|
730
719
|
@Input() preventTooltipOnTouch ! : boolean;
|
|
731
720
|
@Input() relayStoreEvents ! : boolean;
|
|
@@ -471,14 +471,6 @@ export type BryntumGridFieldFilterPickerGroupProps = {
|
|
|
471
471
|
* [operators](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-operators).
|
|
472
472
|
*/
|
|
473
473
|
operators ? : object
|
|
474
|
-
/**
|
|
475
|
-
* The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
|
|
476
|
-
* [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
|
|
477
|
-
* the owner is <strong>always</strong> the encapsulating Container.
|
|
478
|
-
* ...
|
|
479
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-owner)
|
|
480
|
-
*/
|
|
481
|
-
owner ? : Widget|any
|
|
482
474
|
/**
|
|
483
475
|
* Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement), but must
|
|
484
476
|
* not participate in the standard layout of that widget, and must be positioned relatively to that
|
|
@@ -766,7 +758,6 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
|
|
|
766
758
|
'monitorResize',
|
|
767
759
|
'namedItems',
|
|
768
760
|
'operators',
|
|
769
|
-
'owner',
|
|
770
761
|
'positioned',
|
|
771
762
|
'preventTooltipOnTouch',
|
|
772
763
|
'readOnly',
|
|
@@ -846,7 +837,6 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
|
|
|
846
837
|
'monitorResize',
|
|
847
838
|
'namedItems',
|
|
848
839
|
'operators',
|
|
849
|
-
'owner',
|
|
850
840
|
'positioned',
|
|
851
841
|
'preventTooltipOnTouch',
|
|
852
842
|
'relayStoreEvents',
|
|
@@ -986,7 +976,6 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
|
|
|
986
976
|
};
|
|
987
977
|
@Input() namedItems ! : Record<string, GridContainerItemConfig>;
|
|
988
978
|
@Input() operators ! : object;
|
|
989
|
-
@Input() owner ! : Widget|any;
|
|
990
979
|
@Input() positioned ! : boolean;
|
|
991
980
|
@Input() preventTooltipOnTouch ! : boolean;
|
|
992
981
|
@Input() relayStoreEvents ! : boolean;
|
|
@@ -456,14 +456,6 @@ export type BryntumGridFieldFilterPickerProps = {
|
|
|
456
456
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-operators)
|
|
457
457
|
*/
|
|
458
458
|
operators ? : object
|
|
459
|
-
/**
|
|
460
|
-
* The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
|
|
461
|
-
* [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
|
|
462
|
-
* the owner is <strong>always</strong> the encapsulating Container.
|
|
463
|
-
* ...
|
|
464
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-owner)
|
|
465
|
-
*/
|
|
466
|
-
owner ? : Widget|any
|
|
467
459
|
/**
|
|
468
460
|
* Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement), but must
|
|
469
461
|
* not participate in the standard layout of that widget, and must be positioned relatively to that
|
|
@@ -758,7 +750,6 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
|
|
|
758
750
|
'namedItems',
|
|
759
751
|
'operatorLocked',
|
|
760
752
|
'operators',
|
|
761
|
-
'owner',
|
|
762
753
|
'positioned',
|
|
763
754
|
'preventTooltipOnTouch',
|
|
764
755
|
'propertyFieldConfig',
|
|
@@ -839,7 +830,6 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
|
|
|
839
830
|
'namedItems',
|
|
840
831
|
'operatorLocked',
|
|
841
832
|
'operators',
|
|
842
|
-
'owner',
|
|
843
833
|
'positioned',
|
|
844
834
|
'preventTooltipOnTouch',
|
|
845
835
|
'propertyFieldConfig',
|
|
@@ -979,7 +969,6 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
|
|
|
979
969
|
@Input() namedItems ! : Record<string, GridContainerItemConfig>;
|
|
980
970
|
@Input() operatorLocked ! : boolean;
|
|
981
971
|
@Input() operators ! : object;
|
|
982
|
-
@Input() owner ! : Widget|any;
|
|
983
972
|
@Input() positioned ! : boolean;
|
|
984
973
|
@Input() preventTooltipOnTouch ! : boolean;
|
|
985
974
|
@Input() propertyFieldConfig ! : ComboConfig;
|
|
@@ -477,14 +477,6 @@ export type BryntumGridProps = {
|
|
|
477
477
|
* Grid monitors window resize by default.
|
|
478
478
|
*/
|
|
479
479
|
monitorResize ? : boolean
|
|
480
|
-
/**
|
|
481
|
-
* The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
|
|
482
|
-
* [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
|
|
483
|
-
* the owner is <strong>always</strong> the encapsulating Container.
|
|
484
|
-
* ...
|
|
485
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-owner)
|
|
486
|
-
*/
|
|
487
|
-
owner ? : Widget|any
|
|
488
480
|
/**
|
|
489
481
|
* Specify plugins (an array of classes) in config
|
|
490
482
|
*/
|
|
@@ -1307,7 +1299,6 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
|
|
|
1307
1299
|
'minHeight',
|
|
1308
1300
|
'minWidth',
|
|
1309
1301
|
'monitorResize',
|
|
1310
|
-
'owner',
|
|
1311
1302
|
'plugins',
|
|
1312
1303
|
'preserveFocusOnDatasetChange',
|
|
1313
1304
|
'preserveScroll',
|
|
@@ -1398,7 +1389,6 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
|
|
|
1398
1389
|
'maskDefaults',
|
|
1399
1390
|
'masked',
|
|
1400
1391
|
'monitorResize',
|
|
1401
|
-
'owner',
|
|
1402
1392
|
'plugins',
|
|
1403
1393
|
'preserveFocusOnDatasetChange',
|
|
1404
1394
|
'preserveScrollOnDatasetChange',
|
|
@@ -1557,7 +1547,6 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
|
|
|
1557
1547
|
@Input() maskDefaults ! : MaskConfig;
|
|
1558
1548
|
@Input() masked ! : boolean|string|MaskConfig;
|
|
1559
1549
|
@Input() monitorResize ! : boolean;
|
|
1560
|
-
@Input() owner ! : Widget|any;
|
|
1561
1550
|
@Input() plugins ! : Function[];
|
|
1562
1551
|
@Input() preserveFocusOnDatasetChange ! : boolean;
|
|
1563
1552
|
@Input() preserveScrollOnDatasetChange ! : boolean;
|
|
@@ -413,14 +413,6 @@ export type BryntumGroupBarProps = {
|
|
|
413
413
|
* Configure as `true` to allow multi select and allow clicking and key navigation to select multiple chips.
|
|
414
414
|
*/
|
|
415
415
|
multiSelect ? : boolean
|
|
416
|
-
/**
|
|
417
|
-
* The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
|
|
418
|
-
* [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
|
|
419
|
-
* the owner is <strong>always</strong> the encapsulating Container.
|
|
420
|
-
* ...
|
|
421
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-owner)
|
|
422
|
-
*/
|
|
423
|
-
owner ? : Widget|any
|
|
424
416
|
/**
|
|
425
417
|
* Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement), but must
|
|
426
418
|
* not participate in the standard layout of that widget, and must be positioned relatively to that
|
|
@@ -698,7 +690,6 @@ export class BryntumGroupBarComponent implements OnInit, OnDestroy {
|
|
|
698
690
|
'minWidth',
|
|
699
691
|
'monitorResize',
|
|
700
692
|
'multiSelect',
|
|
701
|
-
'owner',
|
|
702
693
|
'positioned',
|
|
703
694
|
'preventTooltipOnTouch',
|
|
704
695
|
'readOnly',
|
|
@@ -769,7 +760,6 @@ export class BryntumGroupBarComponent implements OnInit, OnDestroy {
|
|
|
769
760
|
'maskDefaults',
|
|
770
761
|
'masked',
|
|
771
762
|
'monitorResize',
|
|
772
|
-
'owner',
|
|
773
763
|
'positioned',
|
|
774
764
|
'preventTooltipOnTouch',
|
|
775
765
|
'relayStoreEvents',
|
|
@@ -896,7 +886,6 @@ export class BryntumGroupBarComponent implements OnInit, OnDestroy {
|
|
|
896
886
|
@Input() monitorResize ! : boolean|{
|
|
897
887
|
immediate?: boolean
|
|
898
888
|
};
|
|
899
|
-
@Input() owner ! : Widget|any;
|
|
900
889
|
@Input() positioned ! : boolean;
|
|
901
890
|
@Input() preventTooltipOnTouch ! : boolean;
|
|
902
891
|
@Input() relayStoreEvents ! : boolean;
|
|
@@ -612,14 +612,6 @@ export type BryntumTreeComboProps = {
|
|
|
612
612
|
* to the input field so that the pointer pierces the [pickerAlignElement](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-pickerAlignElement)
|
|
613
613
|
*/
|
|
614
614
|
overlayAnchor ? : boolean
|
|
615
|
-
/**
|
|
616
|
-
* The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
|
|
617
|
-
* [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
|
|
618
|
-
* the owner is <strong>always</strong> the encapsulating Container.
|
|
619
|
-
* ...
|
|
620
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-owner)
|
|
621
|
-
*/
|
|
622
|
-
owner ? : Widget|any
|
|
623
615
|
/**
|
|
624
616
|
* Configuration object for the [picker](https://bryntum.com/products/grid/docs/api/Core/widget/List) on initialization. Returns the
|
|
625
617
|
* [picker](https://bryntum.com/products/grid/docs/api/Core/widget/List) instance at runtime.
|
|
@@ -987,7 +979,6 @@ export class BryntumTreeComboComponent implements OnInit, OnDestroy {
|
|
|
987
979
|
'multiValueSeparator',
|
|
988
980
|
'name',
|
|
989
981
|
'overlayAnchor',
|
|
990
|
-
'owner',
|
|
991
982
|
'picker',
|
|
992
983
|
'pickerAlignElement',
|
|
993
984
|
'pickerWidth',
|
|
@@ -1105,7 +1096,6 @@ export class BryntumTreeComboComponent implements OnInit, OnDestroy {
|
|
|
1105
1096
|
'multiValueSeparator',
|
|
1106
1097
|
'name',
|
|
1107
1098
|
'overlayAnchor',
|
|
1108
|
-
'owner',
|
|
1109
1099
|
'pickerAlignElement',
|
|
1110
1100
|
'pickerWidth',
|
|
1111
1101
|
'positioned',
|
|
@@ -1281,7 +1271,6 @@ export class BryntumTreeComboComponent implements OnInit, OnDestroy {
|
|
|
1281
1271
|
@Input() multiValueSeparator ! : string;
|
|
1282
1272
|
@Input() name ! : string;
|
|
1283
1273
|
@Input() overlayAnchor ! : boolean;
|
|
1284
|
-
@Input() owner ! : Widget|any;
|
|
1285
1274
|
@Input() pickerAlignElement ! : string;
|
|
1286
1275
|
@Input() pickerWidth ! : number|string;
|
|
1287
1276
|
@Input() positioned ! : boolean;
|
|
@@ -477,14 +477,6 @@ export type BryntumTreeGridProps = {
|
|
|
477
477
|
* Grid monitors window resize by default.
|
|
478
478
|
*/
|
|
479
479
|
monitorResize ? : boolean
|
|
480
|
-
/**
|
|
481
|
-
* The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
|
|
482
|
-
* [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
|
|
483
|
-
* the owner is <strong>always</strong> the encapsulating Container.
|
|
484
|
-
* ...
|
|
485
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-owner)
|
|
486
|
-
*/
|
|
487
|
-
owner ? : Widget|any
|
|
488
480
|
/**
|
|
489
481
|
* Specify plugins (an array of classes) in config
|
|
490
482
|
*/
|
|
@@ -1307,7 +1299,6 @@ export class BryntumTreeGridComponent implements OnInit, OnDestroy {
|
|
|
1307
1299
|
'minHeight',
|
|
1308
1300
|
'minWidth',
|
|
1309
1301
|
'monitorResize',
|
|
1310
|
-
'owner',
|
|
1311
1302
|
'plugins',
|
|
1312
1303
|
'preserveFocusOnDatasetChange',
|
|
1313
1304
|
'preserveScroll',
|
|
@@ -1398,7 +1389,6 @@ export class BryntumTreeGridComponent implements OnInit, OnDestroy {
|
|
|
1398
1389
|
'maskDefaults',
|
|
1399
1390
|
'masked',
|
|
1400
1391
|
'monitorResize',
|
|
1401
|
-
'owner',
|
|
1402
1392
|
'plugins',
|
|
1403
1393
|
'preserveFocusOnDatasetChange',
|
|
1404
1394
|
'preserveScrollOnDatasetChange',
|
|
@@ -1557,7 +1547,6 @@ export class BryntumTreeGridComponent implements OnInit, OnDestroy {
|
|
|
1557
1547
|
@Input() maskDefaults ! : MaskConfig;
|
|
1558
1548
|
@Input() masked ! : boolean|string|MaskConfig;
|
|
1559
1549
|
@Input() monitorResize ! : boolean;
|
|
1560
|
-
@Input() owner ! : Widget|any;
|
|
1561
1550
|
@Input() plugins ! : Function[];
|
|
1562
1551
|
@Input() preserveFocusOnDatasetChange ! : boolean;
|
|
1563
1552
|
@Input() preserveScrollOnDatasetChange ! : boolean;
|