@bryntum/grid-angular 7.1.3 → 7.2.0
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 +2 -2
- package/bundles/bryntum-grid-angular.umd.js +986 -260
- 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-button-group.component.js +6 -2
- package/esm2015/lib/bryntum-button.component.js +1 -1
- package/esm2015/lib/bryntum-chat-panel.component.js +6 -2
- package/esm2015/lib/bryntum-checkbox-group.component.js +6 -2
- package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
- package/esm2015/lib/bryntum-chip-view.component.js +8 -8
- package/esm2015/lib/bryntum-code-editor.component.js +6 -2
- package/esm2015/lib/bryntum-combo.component.js +1 -1
- package/esm2015/lib/bryntum-container.component.js +6 -2
- package/esm2015/lib/bryntum-date-field.component.js +6 -2
- package/esm2015/lib/bryntum-date-picker.component.js +9 -5
- 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-demo-code-editor.component.js +6 -2
- 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 +6 -2
- package/esm2015/lib/bryntum-field-filter-picker-group.component.js +6 -2
- package/esm2015/lib/bryntum-field-filter-picker.component.js +6 -2
- package/esm2015/lib/bryntum-field-set.component.js +6 -2
- package/esm2015/lib/bryntum-file-field.component.js +1 -1
- package/esm2015/lib/bryntum-file-picker.component.js +6 -2
- package/esm2015/lib/bryntum-filter-field.component.js +1 -1
- package/esm2015/lib/bryntum-grid-base.component.js +9 -2
- package/esm2015/lib/bryntum-grid-chart-designer.component.js +1 -1
- package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +6 -2
- package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +6 -2
- package/esm2015/lib/bryntum-grid.component.js +9 -2
- package/esm2015/lib/bryntum-group-bar.component.js +8 -8
- package/esm2015/lib/bryntum-hint.component.js +6 -2
- package/esm2015/lib/bryntum-label.component.js +1 -1
- package/esm2015/lib/bryntum-list.component.js +8 -8
- package/esm2015/lib/bryntum-menu.component.js +6 -2
- package/esm2015/lib/bryntum-month-picker.component.js +6 -2
- package/esm2015/lib/bryntum-number-field.component.js +1 -1
- package/esm2015/lib/bryntum-paging-toolbar.component.js +6 -2
- package/esm2015/lib/bryntum-panel.component.js +6 -2
- package/esm2015/lib/bryntum-password-field.component.js +1 -1
- package/esm2015/lib/bryntum-progress-bar.component.js +600 -0
- package/esm2015/lib/bryntum-radio-group.component.js +6 -2
- package/esm2015/lib/bryntum-slider.component.js +1 -1
- package/esm2015/lib/bryntum-splitter.component.js +1 -1
- package/esm2015/lib/bryntum-tab-panel.component.js +6 -2
- 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 +6 -2
- package/esm2015/lib/bryntum-time-picker.component.js +6 -2
- package/esm2015/lib/bryntum-toolbar.component.js +6 -2
- package/esm2015/lib/bryntum-tree-combo.component.js +1 -1
- package/esm2015/lib/bryntum-tree-grid.component.js +9 -2
- package/esm2015/lib/bryntum-widget.component.js +1 -1
- package/esm2015/lib/bryntum-year-picker.component.js +6 -2
- package/esm2015/lib/grid.module.js +6 -1
- package/esm2015/public-api.js +2 -1
- package/fesm2015/bryntum-grid-angular.js +979 -257
- package/fesm2015/bryntum-grid-angular.js.map +1 -1
- package/lib/bryntum-a-i-filter-field.component.d.ts +3 -3
- package/lib/bryntum-button-group.component.d.ts +6 -1
- package/lib/bryntum-button.component.d.ts +3 -3
- package/lib/bryntum-chat-panel.component.d.ts +9 -4
- package/lib/bryntum-checkbox-group.component.d.ts +9 -4
- package/lib/bryntum-checklist-filter-combo.component.d.ts +3 -3
- package/lib/bryntum-chip-view.component.d.ts +6 -6
- package/lib/bryntum-code-editor.component.d.ts +9 -4
- package/lib/bryntum-combo.component.d.ts +3 -3
- package/lib/bryntum-container.component.d.ts +9 -4
- package/lib/bryntum-date-field.component.d.ts +15 -5
- package/lib/bryntum-date-picker.component.d.ts +10 -5
- package/lib/bryntum-date-range-field.component.d.ts +3 -3
- package/lib/bryntum-date-time-field.component.d.ts +3 -3
- package/lib/bryntum-demo-code-editor.component.d.ts +9 -4
- package/lib/bryntum-display-field.component.d.ts +3 -3
- package/lib/bryntum-duration-field.component.d.ts +3 -3
- package/lib/bryntum-editor.component.d.ts +9 -4
- package/lib/bryntum-field-filter-picker-group.component.d.ts +9 -4
- package/lib/bryntum-field-filter-picker.component.d.ts +9 -4
- package/lib/bryntum-field-set.component.d.ts +9 -4
- package/lib/bryntum-file-field.component.d.ts +3 -3
- package/lib/bryntum-file-picker.component.d.ts +9 -4
- package/lib/bryntum-filter-field.component.d.ts +3 -3
- package/lib/bryntum-grid-base.component.d.ts +19 -4
- package/lib/bryntum-grid-chart-designer.component.d.ts +3 -3
- package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +9 -4
- package/lib/bryntum-grid-field-filter-picker.component.d.ts +9 -4
- package/lib/bryntum-grid.component.d.ts +19 -4
- package/lib/bryntum-group-bar.component.d.ts +6 -6
- package/lib/bryntum-hint.component.d.ts +9 -4
- package/lib/bryntum-label.component.d.ts +3 -3
- package/lib/bryntum-list.component.d.ts +6 -6
- package/lib/bryntum-menu.component.d.ts +9 -4
- package/lib/bryntum-month-picker.component.d.ts +9 -4
- package/lib/bryntum-number-field.component.d.ts +3 -3
- package/lib/bryntum-paging-toolbar.component.d.ts +9 -4
- package/lib/bryntum-panel.component.d.ts +9 -4
- package/lib/bryntum-password-field.component.d.ts +3 -3
- package/lib/bryntum-progress-bar.component.d.ts +705 -0
- package/lib/bryntum-radio-group.component.d.ts +9 -4
- package/lib/bryntum-slider.component.d.ts +3 -3
- package/lib/bryntum-splitter.component.d.ts +3 -3
- package/lib/bryntum-tab-panel.component.d.ts +9 -4
- package/lib/bryntum-text-area-field.component.d.ts +3 -3
- package/lib/bryntum-text-area-picker-field.component.d.ts +3 -3
- package/lib/bryntum-text-field.component.d.ts +3 -3
- package/lib/bryntum-time-field.component.d.ts +13 -4
- package/lib/bryntum-time-picker.component.d.ts +9 -4
- package/lib/bryntum-toolbar.component.d.ts +9 -4
- package/lib/bryntum-tree-combo.component.d.ts +3 -3
- package/lib/bryntum-tree-grid.component.d.ts +19 -4
- package/lib/bryntum-widget.component.d.ts +3 -3
- package/lib/bryntum-year-picker.component.d.ts +9 -4
- package/lib/grid.module.d.ts +18 -17
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/src/lib/bryntum-a-i-filter-field.component.ts +3 -3
- package/src/lib/bryntum-button-group.component.ts +7 -0
- package/src/lib/bryntum-button.component.ts +3 -3
- package/src/lib/bryntum-chat-panel.component.ts +10 -3
- package/src/lib/bryntum-checkbox-group.component.ts +10 -3
- package/src/lib/bryntum-checklist-filter-combo.component.ts +3 -3
- package/src/lib/bryntum-chip-view.component.ts +102 -102
- package/src/lib/bryntum-code-editor.component.ts +10 -3
- package/src/lib/bryntum-combo.component.ts +3 -3
- package/src/lib/bryntum-container.component.ts +10 -3
- package/src/lib/bryntum-date-field.component.ts +16 -4
- package/src/lib/bryntum-date-picker.component.ts +12 -5
- package/src/lib/bryntum-date-range-field.component.ts +3 -3
- package/src/lib/bryntum-date-time-field.component.ts +3 -3
- package/src/lib/bryntum-demo-code-editor.component.ts +10 -3
- package/src/lib/bryntum-display-field.component.ts +3 -3
- package/src/lib/bryntum-duration-field.component.ts +3 -3
- package/src/lib/bryntum-editor.component.ts +10 -3
- package/src/lib/bryntum-field-filter-picker-group.component.ts +10 -3
- package/src/lib/bryntum-field-filter-picker.component.ts +10 -3
- package/src/lib/bryntum-field-set.component.ts +10 -3
- package/src/lib/bryntum-file-field.component.ts +3 -3
- package/src/lib/bryntum-file-picker.component.ts +10 -3
- package/src/lib/bryntum-filter-field.component.ts +3 -3
- package/src/lib/bryntum-grid-base.component.ts +21 -3
- package/src/lib/bryntum-grid-chart-designer.component.ts +3 -3
- package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +10 -3
- package/src/lib/bryntum-grid-field-filter-picker.component.ts +10 -3
- package/src/lib/bryntum-grid.component.ts +21 -3
- package/src/lib/bryntum-group-bar.component.ts +102 -102
- package/src/lib/bryntum-hint.component.ts +10 -3
- package/src/lib/bryntum-label.component.ts +3 -3
- package/src/lib/bryntum-list.component.ts +99 -99
- package/src/lib/bryntum-menu.component.ts +10 -3
- package/src/lib/bryntum-month-picker.component.ts +10 -3
- package/src/lib/bryntum-number-field.component.ts +3 -3
- package/src/lib/bryntum-paging-toolbar.component.ts +10 -3
- package/src/lib/bryntum-panel.component.ts +10 -3
- package/src/lib/bryntum-password-field.component.ts +3 -3
- package/src/lib/bryntum-progress-bar.component.ts +1019 -0
- package/src/lib/bryntum-radio-group.component.ts +10 -3
- package/src/lib/bryntum-slider.component.ts +3 -3
- package/src/lib/bryntum-splitter.component.ts +3 -3
- package/src/lib/bryntum-tab-panel.component.ts +10 -3
- package/src/lib/bryntum-text-area-field.component.ts +3 -3
- package/src/lib/bryntum-text-area-picker-field.component.ts +3 -3
- package/src/lib/bryntum-text-field.component.ts +3 -3
- package/src/lib/bryntum-time-field.component.ts +14 -3
- package/src/lib/bryntum-time-picker.component.ts +10 -3
- package/src/lib/bryntum-toolbar.component.ts +10 -3
- package/src/lib/bryntum-tree-combo.component.ts +3 -3
- package/src/lib/bryntum-tree-grid.component.ts +21 -3
- package/src/lib/bryntum-widget.component.ts +3 -3
- package/src/lib/bryntum-year-picker.component.ts +10 -3
- package/src/lib/grid.module.ts +3 -0
- package/src/public-api.ts +1 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum TreeGrid
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AIFilter, AIFilterConfig, AjaxStore, AjaxStoreConfig, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, ContainerItemConfig, DomConfig, EmptyTextDomConfig, ExcelExporter, ExcelExporterConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, FormulaProviderConfig, GridColumnConfig, GridLocation, GridLocationConfig, GridSelectionMode, GridStateInfo, Group, GroupConfig, GroupSummary, GroupSummaryConfig, HeaderMenu, HeaderMenuConfig, KeyMapConfig, LockRows, LockRowsConfig, Mask, MaskConfig, MergeCells, MergeCellsConfig, Model, ModelConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, PdfExport, PdfExportConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, Print, PrintConfig, QuickFind, QuickFindConfig, RegionResize, RegionResizeConfig, ResponsiveLevelConfig, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowExpander, RowExpanderConfig, RowReorder, RowReorderConfig, RowResize, RowResizeConfig, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, Search, SearchConfig, Sort, SortConfig, Split, SplitConfig, StateProvider, StickyCells, StickyCellsConfig, Store, StoreConfig, Stripe, StripeConfig, SubGridConfig, Summary, SummaryConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Tree, TreeConfig, TreeGrid, TreeGridListeners, TreeGroup, TreeGroupConfig, Widget } from '@bryntum/grid';
|
|
5
|
+
import { AI, AIConfig, AIFilter, AIFilterConfig, AjaxStore, AjaxStoreConfig, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, Color, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, ContainerItemConfig, DomConfig, EmptyTextDomConfig, ExcelExporter, ExcelExporterConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, FormulaProviderConfig, GridColumnConfig, GridLocation, GridLocationConfig, GridSelectionMode, GridStateInfo, Group, GroupConfig, GroupSummary, GroupSummaryConfig, HeaderMenu, HeaderMenuConfig, KeyMapConfig, LockRows, LockRowsConfig, Mask, MaskConfig, MergeCells, MergeCellsConfig, Model, ModelConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, PdfExport, PdfExportConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, Print, PrintConfig, QuickFind, QuickFindConfig, RegionResize, RegionResizeConfig, ResponsiveLevelConfig, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowExpander, RowExpanderConfig, RowReorder, RowReorderConfig, RowResize, RowResizeConfig, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, Search, SearchConfig, Sort, SortConfig, Split, SplitConfig, StateProvider, StickyCells, StickyCellsConfig, Store, StoreConfig, Stripe, StripeConfig, SubGridConfig, Summary, SummaryConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Tree, TreeConfig, TreeGrid, TreeGridListeners, TreeGroup, TreeGroupConfig, Widget } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumTreeGridProps = {
|
|
8
8
|
/**
|
|
@@ -74,6 +74,10 @@ export declare type BryntumTreeGridProps = {
|
|
|
74
74
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-bodyCls)
|
|
75
75
|
*/
|
|
76
76
|
bodyCls?: string | object;
|
|
77
|
+
/**
|
|
78
|
+
* Set `true` to add a border to this container's element.
|
|
79
|
+
*/
|
|
80
|
+
border?: boolean;
|
|
77
81
|
/**
|
|
78
82
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
79
83
|
* hierarchy when triggered.
|
|
@@ -125,7 +129,7 @@ export declare type BryntumTreeGridProps = {
|
|
|
125
129
|
* ...
|
|
126
130
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-color)
|
|
127
131
|
*/
|
|
128
|
-
color?:
|
|
132
|
+
color?: Color;
|
|
129
133
|
/**
|
|
130
134
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
131
135
|
*/
|
|
@@ -757,6 +761,15 @@ export declare type BryntumTreeGridProps = {
|
|
|
757
761
|
* this config is convenient.
|
|
758
762
|
*/
|
|
759
763
|
width?: string | number;
|
|
764
|
+
/**
|
|
765
|
+
* This feature provides an AI agent for Grid. It provides a chat panel that allows the user to send messages to the
|
|
766
|
+
* agent and see the responses. Which allows the user to use natural language to interact with the Grid in different
|
|
767
|
+
* ways. For example, the user can ask the agent to filter the data, sort it, or select specific records. The agent can
|
|
768
|
+
* also perform data manipulation operations such as adding, updating, deleting records.
|
|
769
|
+
* ...
|
|
770
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI)
|
|
771
|
+
*/
|
|
772
|
+
aiFeature?: object | boolean | string | AI | AIConfig;
|
|
760
773
|
/**
|
|
761
774
|
* AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
|
|
762
775
|
* ...
|
|
@@ -1057,9 +1070,10 @@ export declare class BryntumTreeGridComponent implements OnInit, OnDestroy {
|
|
|
1057
1070
|
autoHeight: boolean;
|
|
1058
1071
|
bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
|
|
1059
1072
|
bodyCls: string | object;
|
|
1073
|
+
border: boolean;
|
|
1060
1074
|
bubbleEvents: object;
|
|
1061
1075
|
collapsible: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
|
|
1062
|
-
color:
|
|
1076
|
+
color: Color;
|
|
1063
1077
|
config: object;
|
|
1064
1078
|
contentElementCls: string | object;
|
|
1065
1079
|
contextMenuTriggerEvent: 'contextmenu' | 'click' | 'dblclick';
|
|
@@ -1222,6 +1236,7 @@ export declare class BryntumTreeGridComponent implements OnInit, OnDestroy {
|
|
|
1222
1236
|
selectedRows: Model[] | number[];
|
|
1223
1237
|
state: GridStateInfo;
|
|
1224
1238
|
tooltip: string | TooltipConfig;
|
|
1239
|
+
aiFeature: object | boolean | string | AI | AIConfig;
|
|
1225
1240
|
aiFilterFeature: object | boolean | string | AIFilter | AIFilterConfig;
|
|
1226
1241
|
cellCopyPasteFeature: object | boolean | string | CellCopyPaste | CellCopyPasteConfig;
|
|
1227
1242
|
cellEditFeature: object | boolean | string | CellEdit | CellEditConfig;
|
|
@@ -2285,5 +2300,5 @@ export declare class BryntumTreeGridComponent implements OnInit, OnDestroy {
|
|
|
2285
2300
|
*/
|
|
2286
2301
|
ngOnDestroy(): void;
|
|
2287
2302
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumTreeGridComponent, never>;
|
|
2288
|
-
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"; "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"; "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>;
|
|
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>;
|
|
2289
2304
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum Widget
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, DomConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget, WidgetListeners } from '@bryntum/grid';
|
|
5
|
+
import { AlignSpec, Base, Color, DomConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget, WidgetListeners } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumWidgetProps = {
|
|
8
8
|
/**
|
|
@@ -87,7 +87,7 @@ export declare type BryntumWidgetProps = {
|
|
|
87
87
|
* ...
|
|
88
88
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-color)
|
|
89
89
|
*/
|
|
90
|
-
color?:
|
|
90
|
+
color?: Color;
|
|
91
91
|
/**
|
|
92
92
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
93
93
|
*/
|
|
@@ -473,7 +473,7 @@ export declare class BryntumWidgetComponent implements OnInit, OnDestroy {
|
|
|
473
473
|
ariaLabel: string;
|
|
474
474
|
bubbleEvents: object;
|
|
475
475
|
centered: boolean;
|
|
476
|
-
color:
|
|
476
|
+
color: Color;
|
|
477
477
|
config: object;
|
|
478
478
|
constrainTo: HTMLElement | Widget | Rectangle;
|
|
479
479
|
contentElementCls: string | object;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum YearPicker
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget, YearPicker, YearPickerListeners } from '@bryntum/grid';
|
|
5
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget, YearPicker, YearPickerListeners } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumYearPickerProps = {
|
|
8
8
|
/**
|
|
@@ -65,6 +65,10 @@ export declare type BryntumYearPickerProps = {
|
|
|
65
65
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/YearPicker#config-bodyCls)
|
|
66
66
|
*/
|
|
67
67
|
bodyCls?: string | object;
|
|
68
|
+
/**
|
|
69
|
+
* Set `true` to add a border to this container's element.
|
|
70
|
+
*/
|
|
71
|
+
border?: boolean;
|
|
68
72
|
/**
|
|
69
73
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
70
74
|
* hierarchy when triggered.
|
|
@@ -115,7 +119,7 @@ export declare type BryntumYearPickerProps = {
|
|
|
115
119
|
* ...
|
|
116
120
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/YearPicker#config-color)
|
|
117
121
|
*/
|
|
118
|
-
color?:
|
|
122
|
+
color?: Color;
|
|
119
123
|
/**
|
|
120
124
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
121
125
|
*/
|
|
@@ -734,10 +738,11 @@ export declare class BryntumYearPickerComponent implements OnInit, OnDestroy {
|
|
|
734
738
|
autoUpdateRecord: boolean;
|
|
735
739
|
bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
|
|
736
740
|
bodyCls: string | object;
|
|
741
|
+
border: boolean;
|
|
737
742
|
bubbleEvents: object;
|
|
738
743
|
centered: boolean;
|
|
739
744
|
collapsible: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
|
|
740
|
-
color:
|
|
745
|
+
color: Color;
|
|
741
746
|
config: object;
|
|
742
747
|
constrainTo: HTMLElement | Widget | Rectangle;
|
|
743
748
|
contentElementCls: string | object;
|
|
@@ -1045,5 +1050,5 @@ export declare class BryntumYearPickerComponent implements OnInit, OnDestroy {
|
|
|
1045
1050
|
*/
|
|
1046
1051
|
ngOnDestroy(): void;
|
|
1047
1052
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumYearPickerComponent, never>;
|
|
1048
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumYearPickerComponent, "bryntum-year-picker", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "bbar": "bbar"; "bodyCls": "bodyCls"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "collapsible": "collapsible"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "drawer": "drawer"; "elementAttributes": "elementAttributes"; "floating": "floating"; "footer": "footer"; "header": "header"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "icon": "icon"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "maxYear": "maxYear"; "minYear": "minYear"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateId": "stateId"; "stateProvider": "stateProvider"; "strips": "strips"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "tbar": "tbar"; "textAlign": "textAlign"; "textContent": "textContent"; "trapFocus": "trapFocus"; "type": "type"; "ui": "ui"; "weight": "weight"; "yearButtonCount": "yearButtonCount"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "collapsed": "collapsed"; "column": "column"; "content": "content"; "dataset": "dataset"; "disabled": "disabled"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "items": "items"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "layout": "layout"; "layoutStyle": "layoutStyle"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "readOnly": "readOnly"; "record": "record"; "rendition": "rendition"; "rtl": "rtl"; "scrollable": "scrollable"; "span": "span"; "startYear": "startYear"; "strictRecordMapping": "strictRecordMapping"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "year": "year"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "parent": "parent"; "state": "state"; "value": "value"; "values": "values"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onCatchAll": "onCatchAll"; "onCollapse": "onCollapse"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onSelect": "onSelect"; "onShow": "onShow"; "onToolClick": "onToolClick"; }, never, never>;
|
|
1053
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumYearPickerComponent, "bryntum-year-picker", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "bbar": "bbar"; "bodyCls": "bodyCls"; "border": "border"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "collapsible": "collapsible"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "drawer": "drawer"; "elementAttributes": "elementAttributes"; "floating": "floating"; "footer": "footer"; "header": "header"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "icon": "icon"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "maxYear": "maxYear"; "minYear": "minYear"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateId": "stateId"; "stateProvider": "stateProvider"; "strips": "strips"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "tbar": "tbar"; "textAlign": "textAlign"; "textContent": "textContent"; "trapFocus": "trapFocus"; "type": "type"; "ui": "ui"; "weight": "weight"; "yearButtonCount": "yearButtonCount"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "collapsed": "collapsed"; "column": "column"; "content": "content"; "dataset": "dataset"; "disabled": "disabled"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "items": "items"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "layout": "layout"; "layoutStyle": "layoutStyle"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "readOnly": "readOnly"; "record": "record"; "rendition": "rendition"; "rtl": "rtl"; "scrollable": "scrollable"; "span": "span"; "startYear": "startYear"; "strictRecordMapping": "strictRecordMapping"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "year": "year"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "parent": "parent"; "state": "state"; "value": "value"; "values": "values"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onCatchAll": "onCatchAll"; "onCollapse": "onCollapse"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onSelect": "onSelect"; "onShow": "onShow"; "onToolClick": "onToolClick"; }, never, never>;
|
|
1049
1054
|
}
|
package/lib/grid.module.d.ts
CHANGED
|
@@ -42,24 +42,25 @@ import * as i40 from "./bryntum-number-field.component";
|
|
|
42
42
|
import * as i41 from "./bryntum-paging-toolbar.component";
|
|
43
43
|
import * as i42 from "./bryntum-panel.component";
|
|
44
44
|
import * as i43 from "./bryntum-password-field.component";
|
|
45
|
-
import * as i44 from "./bryntum-
|
|
46
|
-
import * as i45 from "./bryntum-radio
|
|
47
|
-
import * as i46 from "./bryntum-
|
|
48
|
-
import * as i47 from "./bryntum-
|
|
49
|
-
import * as i48 from "./bryntum-
|
|
50
|
-
import * as i49 from "./bryntum-
|
|
51
|
-
import * as i50 from "./bryntum-
|
|
52
|
-
import * as i51 from "./bryntum-text-area-
|
|
53
|
-
import * as i52 from "./bryntum-text-field.component";
|
|
54
|
-
import * as i53 from "./bryntum-
|
|
55
|
-
import * as i54 from "./bryntum-time-
|
|
56
|
-
import * as i55 from "./bryntum-
|
|
57
|
-
import * as i56 from "./bryntum-
|
|
58
|
-
import * as i57 from "./bryntum-tree-
|
|
59
|
-
import * as i58 from "./bryntum-
|
|
60
|
-
import * as i59 from "./bryntum-
|
|
45
|
+
import * as i44 from "./bryntum-progress-bar.component";
|
|
46
|
+
import * as i45 from "./bryntum-radio.component";
|
|
47
|
+
import * as i46 from "./bryntum-radio-group.component";
|
|
48
|
+
import * as i47 from "./bryntum-slider.component";
|
|
49
|
+
import * as i48 from "./bryntum-slide-toggle.component";
|
|
50
|
+
import * as i49 from "./bryntum-splitter.component";
|
|
51
|
+
import * as i50 from "./bryntum-tab-panel.component";
|
|
52
|
+
import * as i51 from "./bryntum-text-area-field.component";
|
|
53
|
+
import * as i52 from "./bryntum-text-area-picker-field.component";
|
|
54
|
+
import * as i53 from "./bryntum-text-field.component";
|
|
55
|
+
import * as i54 from "./bryntum-time-field.component";
|
|
56
|
+
import * as i55 from "./bryntum-time-picker.component";
|
|
57
|
+
import * as i56 from "./bryntum-toolbar.component";
|
|
58
|
+
import * as i57 from "./bryntum-tree-combo.component";
|
|
59
|
+
import * as i58 from "./bryntum-tree-grid.component";
|
|
60
|
+
import * as i59 from "./bryntum-widget.component";
|
|
61
|
+
import * as i60 from "./bryntum-year-picker.component";
|
|
61
62
|
export declare class BryntumGridModule {
|
|
62
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumGridModule, never>;
|
|
63
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BryntumGridModule, [typeof i1.BryntumFullscreenButtonComponent, typeof i2.BryntumDemoHeaderComponent, typeof i3.BryntumAIFilterFieldComponent, typeof i4.BryntumButtonComponent, typeof i5.BryntumButtonGroupComponent, typeof i6.BryntumChatPanelComponent, typeof i7.BryntumCheckboxComponent, typeof i8.BryntumCheckboxGroupComponent, typeof i9.BryntumChecklistFilterComboComponent, typeof i10.BryntumChipViewComponent, typeof i11.BryntumCodeEditorComponent, typeof i12.BryntumColorFieldComponent, typeof i13.BryntumComboComponent, typeof i14.BryntumContainerComponent, typeof i15.BryntumDateFieldComponent, typeof i16.BryntumDatePickerComponent, typeof i17.BryntumDateRangeFieldComponent, typeof i18.BryntumDateTimeFieldComponent, typeof i19.BryntumDemoCodeEditorComponent, typeof i20.BryntumDisplayFieldComponent, typeof i21.BryntumDurationFieldComponent, typeof i22.BryntumEditorComponent, typeof i23.BryntumFieldFilterPickerComponent, typeof i24.BryntumFieldFilterPickerGroupComponent, typeof i25.BryntumFieldSetComponent, typeof i26.BryntumFileFieldComponent, typeof i27.BryntumFilePickerComponent, typeof i28.BryntumFilterFieldComponent, typeof i29.BryntumGridComponent, typeof i30.BryntumGridBaseComponent, typeof i31.BryntumGridChartDesignerComponent, typeof i32.BryntumGridFieldFilterPickerComponent, typeof i33.BryntumGridFieldFilterPickerGroupComponent, typeof i34.BryntumGroupBarComponent, typeof i35.BryntumHintComponent, typeof i36.BryntumLabelComponent, typeof i37.BryntumListComponent, typeof i38.BryntumMenuComponent, typeof i39.BryntumMonthPickerComponent, typeof i40.BryntumNumberFieldComponent, typeof i41.BryntumPagingToolbarComponent, typeof i42.BryntumPanelComponent, typeof i43.BryntumPasswordFieldComponent, typeof i44.
|
|
64
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BryntumGridModule, [typeof i1.BryntumFullscreenButtonComponent, typeof i2.BryntumDemoHeaderComponent, typeof i3.BryntumAIFilterFieldComponent, typeof i4.BryntumButtonComponent, typeof i5.BryntumButtonGroupComponent, typeof i6.BryntumChatPanelComponent, typeof i7.BryntumCheckboxComponent, typeof i8.BryntumCheckboxGroupComponent, typeof i9.BryntumChecklistFilterComboComponent, typeof i10.BryntumChipViewComponent, typeof i11.BryntumCodeEditorComponent, typeof i12.BryntumColorFieldComponent, typeof i13.BryntumComboComponent, typeof i14.BryntumContainerComponent, typeof i15.BryntumDateFieldComponent, typeof i16.BryntumDatePickerComponent, typeof i17.BryntumDateRangeFieldComponent, typeof i18.BryntumDateTimeFieldComponent, typeof i19.BryntumDemoCodeEditorComponent, typeof i20.BryntumDisplayFieldComponent, typeof i21.BryntumDurationFieldComponent, typeof i22.BryntumEditorComponent, typeof i23.BryntumFieldFilterPickerComponent, typeof i24.BryntumFieldFilterPickerGroupComponent, typeof i25.BryntumFieldSetComponent, typeof i26.BryntumFileFieldComponent, typeof i27.BryntumFilePickerComponent, typeof i28.BryntumFilterFieldComponent, typeof i29.BryntumGridComponent, typeof i30.BryntumGridBaseComponent, typeof i31.BryntumGridChartDesignerComponent, typeof i32.BryntumGridFieldFilterPickerComponent, typeof i33.BryntumGridFieldFilterPickerGroupComponent, typeof i34.BryntumGroupBarComponent, typeof i35.BryntumHintComponent, typeof i36.BryntumLabelComponent, typeof i37.BryntumListComponent, typeof i38.BryntumMenuComponent, typeof i39.BryntumMonthPickerComponent, typeof i40.BryntumNumberFieldComponent, typeof i41.BryntumPagingToolbarComponent, typeof i42.BryntumPanelComponent, typeof i43.BryntumPasswordFieldComponent, typeof i44.BryntumProgressBarComponent, typeof i45.BryntumRadioComponent, typeof i46.BryntumRadioGroupComponent, typeof i47.BryntumSliderComponent, typeof i48.BryntumSlideToggleComponent, typeof i49.BryntumSplitterComponent, typeof i50.BryntumTabPanelComponent, typeof i51.BryntumTextAreaFieldComponent, typeof i52.BryntumTextAreaPickerFieldComponent, typeof i53.BryntumTextFieldComponent, typeof i54.BryntumTimeFieldComponent, typeof i55.BryntumTimePickerComponent, typeof i56.BryntumToolbarComponent, typeof i57.BryntumTreeComboComponent, typeof i58.BryntumTreeGridComponent, typeof i59.BryntumWidgetComponent, typeof i60.BryntumYearPickerComponent], never, [typeof i1.BryntumFullscreenButtonComponent, typeof i2.BryntumDemoHeaderComponent, typeof i3.BryntumAIFilterFieldComponent, typeof i4.BryntumButtonComponent, typeof i5.BryntumButtonGroupComponent, typeof i6.BryntumChatPanelComponent, typeof i7.BryntumCheckboxComponent, typeof i8.BryntumCheckboxGroupComponent, typeof i9.BryntumChecklistFilterComboComponent, typeof i10.BryntumChipViewComponent, typeof i11.BryntumCodeEditorComponent, typeof i12.BryntumColorFieldComponent, typeof i13.BryntumComboComponent, typeof i14.BryntumContainerComponent, typeof i15.BryntumDateFieldComponent, typeof i16.BryntumDatePickerComponent, typeof i17.BryntumDateRangeFieldComponent, typeof i18.BryntumDateTimeFieldComponent, typeof i19.BryntumDemoCodeEditorComponent, typeof i20.BryntumDisplayFieldComponent, typeof i21.BryntumDurationFieldComponent, typeof i22.BryntumEditorComponent, typeof i23.BryntumFieldFilterPickerComponent, typeof i24.BryntumFieldFilterPickerGroupComponent, typeof i25.BryntumFieldSetComponent, typeof i26.BryntumFileFieldComponent, typeof i27.BryntumFilePickerComponent, typeof i28.BryntumFilterFieldComponent, typeof i29.BryntumGridComponent, typeof i30.BryntumGridBaseComponent, typeof i31.BryntumGridChartDesignerComponent, typeof i32.BryntumGridFieldFilterPickerComponent, typeof i33.BryntumGridFieldFilterPickerGroupComponent, typeof i34.BryntumGroupBarComponent, typeof i35.BryntumHintComponent, typeof i36.BryntumLabelComponent, typeof i37.BryntumListComponent, typeof i38.BryntumMenuComponent, typeof i39.BryntumMonthPickerComponent, typeof i40.BryntumNumberFieldComponent, typeof i41.BryntumPagingToolbarComponent, typeof i42.BryntumPanelComponent, typeof i43.BryntumPasswordFieldComponent, typeof i44.BryntumProgressBarComponent, typeof i45.BryntumRadioComponent, typeof i46.BryntumRadioGroupComponent, typeof i47.BryntumSliderComponent, typeof i48.BryntumSlideToggleComponent, typeof i49.BryntumSplitterComponent, typeof i50.BryntumTabPanelComponent, typeof i51.BryntumTextAreaFieldComponent, typeof i52.BryntumTextAreaPickerFieldComponent, typeof i53.BryntumTextFieldComponent, typeof i54.BryntumTimeFieldComponent, typeof i55.BryntumTimePickerComponent, typeof i56.BryntumToolbarComponent, typeof i57.BryntumTreeComboComponent, typeof i58.BryntumTreeGridComponent, typeof i59.BryntumWidgetComponent, typeof i60.BryntumYearPickerComponent]>;
|
|
64
65
|
static ɵinj: i0.ɵɵInjectorDeclaration<BryntumGridModule>;
|
|
65
66
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ export * from './lib/bryntum-number-field.component';
|
|
|
42
42
|
export * from './lib/bryntum-paging-toolbar.component';
|
|
43
43
|
export * from './lib/bryntum-panel.component';
|
|
44
44
|
export * from './lib/bryntum-password-field.component';
|
|
45
|
+
export * from './lib/bryntum-progress-bar.component';
|
|
45
46
|
export * from './lib/bryntum-radio.component';
|
|
46
47
|
export * from './lib/bryntum-radio-group.component';
|
|
47
48
|
export * from './lib/bryntum-slider.component';
|
|
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
|
|
|
7
7
|
|
|
8
8
|
import WrapperHelper from './wrapper.helper';
|
|
9
9
|
|
|
10
|
-
import { AIFilterField, AIFilterFieldListeners, AlignSpec, Base, ContainerItemConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, Grid, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AIFilterField, AIFilterFieldListeners, AlignSpec, Base, Color, ContainerItemConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, Grid, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -119,7 +119,7 @@ export type BryntumAIFilterFieldProps = {
|
|
|
119
119
|
* ...
|
|
120
120
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-color)
|
|
121
121
|
*/
|
|
122
|
-
color ? :
|
|
122
|
+
color ? : Color
|
|
123
123
|
/**
|
|
124
124
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
125
125
|
*/
|
|
@@ -954,7 +954,7 @@ export class BryntumAIFilterFieldComponent implements OnInit, OnDestroy {
|
|
|
954
954
|
@Input() centered ! : boolean;
|
|
955
955
|
@Input() clearable ! : boolean|FieldTriggerConfig;
|
|
956
956
|
@Input() client ! : Grid;
|
|
957
|
-
@Input() color ! :
|
|
957
|
+
@Input() color ! : Color;
|
|
958
958
|
@Input() config ! : object;
|
|
959
959
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
960
960
|
@Input() container ! : Record<string, ContainerItemConfig>|ContainerItemConfig[]|FieldContainerConfig|FieldContainer;
|
|
@@ -60,6 +60,10 @@ export type BryntumButtonGroupProps = {
|
|
|
60
60
|
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
61
61
|
*/
|
|
62
62
|
autoUpdateRecord ? : boolean
|
|
63
|
+
/**
|
|
64
|
+
* Set `true` to add a border to this container's element.
|
|
65
|
+
*/
|
|
66
|
+
border ? : boolean
|
|
63
67
|
/**
|
|
64
68
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
65
69
|
* hierarchy when triggered.
|
|
@@ -629,6 +633,7 @@ export class BryntumButtonGroupComponent implements OnInit, OnDestroy {
|
|
|
629
633
|
'ariaDescription',
|
|
630
634
|
'ariaLabel',
|
|
631
635
|
'autoUpdateRecord',
|
|
636
|
+
'border',
|
|
632
637
|
'bubbleEvents',
|
|
633
638
|
'callOnFunctions',
|
|
634
639
|
'catchEventHandlerExceptions',
|
|
@@ -726,6 +731,7 @@ export class BryntumButtonGroupComponent implements OnInit, OnDestroy {
|
|
|
726
731
|
'ariaDescription',
|
|
727
732
|
'ariaLabel',
|
|
728
733
|
'autoUpdateRecord',
|
|
734
|
+
'border',
|
|
729
735
|
'bubbleEvents',
|
|
730
736
|
'centered',
|
|
731
737
|
'color',
|
|
@@ -851,6 +857,7 @@ export class BryntumButtonGroupComponent implements OnInit, OnDestroy {
|
|
|
851
857
|
@Input() ariaDescription ! : string;
|
|
852
858
|
@Input() ariaLabel ! : string;
|
|
853
859
|
@Input() autoUpdateRecord ! : boolean;
|
|
860
|
+
@Input() border ! : boolean;
|
|
854
861
|
@Input() bubbleEvents ! : object;
|
|
855
862
|
@Input() centered ! : boolean;
|
|
856
863
|
@Input() color ! : string;
|
|
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
|
|
|
7
7
|
|
|
8
8
|
import WrapperHelper from './wrapper.helper';
|
|
9
9
|
|
|
10
|
-
import { AlignSpec, Base, Button, ButtonListeners, ContainerItemConfig, DomConfig, KeyMapConfig, MaskConfig, Menu, MenuConfig, MenuItemEntry, PopupConfig, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Button, ButtonListeners, Color, ContainerItemConfig, DomConfig, KeyMapConfig, MaskConfig, Menu, MenuConfig, MenuItemEntry, PopupConfig, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -103,7 +103,7 @@ export type BryntumButtonProps = {
|
|
|
103
103
|
* ...
|
|
104
104
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Button#config-color)
|
|
105
105
|
*/
|
|
106
|
-
color ? :
|
|
106
|
+
color ? : Color
|
|
107
107
|
/**
|
|
108
108
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
109
109
|
*/
|
|
@@ -825,7 +825,7 @@ export class BryntumButtonComponent implements OnInit, OnDestroy {
|
|
|
825
825
|
@Input() ariaLabel ! : string;
|
|
826
826
|
@Input() bubbleEvents ! : object;
|
|
827
827
|
@Input() centered ! : boolean;
|
|
828
|
-
@Input() color ! :
|
|
828
|
+
@Input() color ! : Color;
|
|
829
829
|
@Input() config ! : object;
|
|
830
830
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
831
831
|
@Input() contentElementCls ! : string|object;
|
|
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
|
|
|
7
7
|
|
|
8
8
|
import WrapperHelper from './wrapper.helper';
|
|
9
9
|
|
|
10
|
-
import { AlignSpec, Base, ChatMessageModelConfig, ChatPanel, ChatPanelListeners, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, Store, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, ChatMessageModelConfig, ChatPanel, ChatPanelListeners, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, Store, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -77,6 +77,10 @@ export type BryntumChatPanelProps = {
|
|
|
77
77
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/chat/ChatPanel#config-bodyCls)
|
|
78
78
|
*/
|
|
79
79
|
bodyCls ? : string|object
|
|
80
|
+
/**
|
|
81
|
+
* Set `true` to add a border to this container's element.
|
|
82
|
+
*/
|
|
83
|
+
border ? : boolean
|
|
80
84
|
/**
|
|
81
85
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
82
86
|
* hierarchy when triggered.
|
|
@@ -133,7 +137,7 @@ export type BryntumChatPanelProps = {
|
|
|
133
137
|
* ...
|
|
134
138
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/chat/ChatPanel#config-color)
|
|
135
139
|
*/
|
|
136
|
-
color ? :
|
|
140
|
+
color ? : Color
|
|
137
141
|
/**
|
|
138
142
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
139
143
|
*/
|
|
@@ -768,6 +772,7 @@ export class BryntumChatPanelComponent implements OnInit, OnDestroy {
|
|
|
768
772
|
'avatar',
|
|
769
773
|
'bbar',
|
|
770
774
|
'bodyCls',
|
|
775
|
+
'border',
|
|
771
776
|
'bubbleEvents',
|
|
772
777
|
'bubbleTools',
|
|
773
778
|
'callOnFunctions',
|
|
@@ -882,6 +887,7 @@ export class BryntumChatPanelComponent implements OnInit, OnDestroy {
|
|
|
882
887
|
'autoUpdateRecord',
|
|
883
888
|
'bbar',
|
|
884
889
|
'bodyCls',
|
|
890
|
+
'border',
|
|
885
891
|
'bubbleEvents',
|
|
886
892
|
'centered',
|
|
887
893
|
'collapsible',
|
|
@@ -1027,10 +1033,11 @@ export class BryntumChatPanelComponent implements OnInit, OnDestroy {
|
|
|
1027
1033
|
@Input() autoUpdateRecord ! : boolean;
|
|
1028
1034
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1029
1035
|
@Input() bodyCls ! : string|object;
|
|
1036
|
+
@Input() border ! : boolean;
|
|
1030
1037
|
@Input() bubbleEvents ! : object;
|
|
1031
1038
|
@Input() centered ! : boolean;
|
|
1032
1039
|
@Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
|
|
1033
|
-
@Input() color ! :
|
|
1040
|
+
@Input() color ! : Color;
|
|
1034
1041
|
@Input() config ! : object;
|
|
1035
1042
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1036
1043
|
@Input() contentElementCls ! : string|object;
|
|
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
|
|
|
7
7
|
|
|
8
8
|
import WrapperHelper from './wrapper.helper';
|
|
9
9
|
|
|
10
|
-
import { AlignSpec, Base, CheckboxConfig, CheckboxGroup, CheckboxGroupListeners, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, CheckboxConfig, CheckboxGroup, CheckboxGroupListeners, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -73,6 +73,10 @@ export type BryntumCheckboxGroupProps = {
|
|
|
73
73
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/CheckboxGroup#config-bodyCls)
|
|
74
74
|
*/
|
|
75
75
|
bodyCls ? : string|object
|
|
76
|
+
/**
|
|
77
|
+
* Set `true` to add a border to this container's element.
|
|
78
|
+
*/
|
|
79
|
+
border ? : boolean
|
|
76
80
|
/**
|
|
77
81
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
78
82
|
* hierarchy when triggered.
|
|
@@ -123,7 +127,7 @@ export type BryntumCheckboxGroupProps = {
|
|
|
123
127
|
* ...
|
|
124
128
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/CheckboxGroup#config-color)
|
|
125
129
|
*/
|
|
126
|
-
color ? :
|
|
130
|
+
color ? : Color
|
|
127
131
|
/**
|
|
128
132
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
129
133
|
*/
|
|
@@ -799,6 +803,7 @@ export class BryntumCheckboxGroupComponent implements OnInit, OnDestroy {
|
|
|
799
803
|
'autoUpdateRecord',
|
|
800
804
|
'bbar',
|
|
801
805
|
'bodyCls',
|
|
806
|
+
'border',
|
|
802
807
|
'bubbleEvents',
|
|
803
808
|
'callOnFunctions',
|
|
804
809
|
'catchEventHandlerExceptions',
|
|
@@ -919,6 +924,7 @@ export class BryntumCheckboxGroupComponent implements OnInit, OnDestroy {
|
|
|
919
924
|
'autoUpdateRecord',
|
|
920
925
|
'bbar',
|
|
921
926
|
'bodyCls',
|
|
927
|
+
'border',
|
|
922
928
|
'bubbleEvents',
|
|
923
929
|
'centered',
|
|
924
930
|
'collapsible',
|
|
@@ -1068,10 +1074,11 @@ export class BryntumCheckboxGroupComponent implements OnInit, OnDestroy {
|
|
|
1068
1074
|
@Input() autoUpdateRecord ! : boolean;
|
|
1069
1075
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1070
1076
|
@Input() bodyCls ! : string|object;
|
|
1077
|
+
@Input() border ! : boolean;
|
|
1071
1078
|
@Input() bubbleEvents ! : object;
|
|
1072
1079
|
@Input() centered ! : boolean;
|
|
1073
1080
|
@Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
|
|
1074
|
-
@Input() color ! :
|
|
1081
|
+
@Input() color ! : Color;
|
|
1075
1082
|
@Input() config ! : object;
|
|
1076
1083
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1077
1084
|
@Input() contentElementCls ! : string|object;
|
|
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
|
|
|
7
7
|
|
|
8
8
|
import WrapperHelper from './wrapper.helper';
|
|
9
9
|
|
|
10
|
-
import { AlignSpec, Base, ChecklistFilterCombo, ChecklistFilterComboListeners, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Combo, ComboModel, ContainerItemConfig, DomConfig, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Scroller, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, ChecklistFilterCombo, ChecklistFilterComboListeners, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, ComboModel, ContainerItemConfig, DomConfig, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Scroller, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -147,7 +147,7 @@ export type BryntumChecklistFilterComboProps = {
|
|
|
147
147
|
* ...
|
|
148
148
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-color)
|
|
149
149
|
*/
|
|
150
|
-
color ? :
|
|
150
|
+
color ? : Color
|
|
151
151
|
/**
|
|
152
152
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
153
153
|
*/
|
|
@@ -1232,7 +1232,7 @@ export class BryntumChecklistFilterComboComponent implements OnInit, OnDestroy {
|
|
|
1232
1232
|
@Input() clearTextOnPickerHide ! : boolean;
|
|
1233
1233
|
@Input() clearTextOnSelection ! : boolean;
|
|
1234
1234
|
@Input() clearWhenInputEmpty ! : boolean;
|
|
1235
|
-
@Input() color ! :
|
|
1235
|
+
@Input() color ! : Color;
|
|
1236
1236
|
@Input() config ! : object;
|
|
1237
1237
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1238
1238
|
@Input() container ! : Record<string, ContainerItemConfig>|ContainerItemConfig[]|FieldContainerConfig|FieldContainer;
|