@bryntum/grid-angular 7.3.5 → 7.3.6
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 -1
- package/bundles/bryntum-grid-angular.umd.js +185 -99
- package/bundles/bryntum-grid-angular.umd.js.map +1 -1
- package/esm2015/lib/bryntum-button-group.component.js +5 -5
- package/esm2015/lib/bryntum-chat-panel.component.js +5 -5
- package/esm2015/lib/bryntum-checkbox-group.component.js +5 -5
- package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
- package/esm2015/lib/bryntum-code-editor.component.js +5 -5
- package/esm2015/lib/bryntum-container.component.js +5 -5
- package/esm2015/lib/bryntum-date-picker.component.js +5 -5
- package/esm2015/lib/bryntum-date-range-field.component.js +1 -1
- package/esm2015/lib/bryntum-demo-code-editor.component.js +5 -5
- package/esm2015/lib/bryntum-editor.component.js +5 -5
- package/esm2015/lib/bryntum-field-filter-picker-group.component.js +5 -5
- package/esm2015/lib/bryntum-field-filter-picker.component.js +5 -5
- package/esm2015/lib/bryntum-field-set.component.js +5 -5
- package/esm2015/lib/bryntum-file-picker.component.js +5 -5
- package/esm2015/lib/bryntum-grid-base.component.js +28 -2
- package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +5 -5
- package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +5 -5
- package/esm2015/lib/bryntum-grid.component.js +28 -2
- package/esm2015/lib/bryntum-hint.component.js +5 -5
- package/esm2015/lib/bryntum-menu.component.js +5 -5
- package/esm2015/lib/bryntum-month-picker.component.js +5 -5
- package/esm2015/lib/bryntum-paging-toolbar.component.js +13 -5
- package/esm2015/lib/bryntum-panel.component.js +5 -5
- package/esm2015/lib/bryntum-radio-group.component.js +5 -5
- package/esm2015/lib/bryntum-tab-panel.component.js +5 -5
- package/esm2015/lib/bryntum-time-picker.component.js +5 -5
- package/esm2015/lib/bryntum-toolbar.component.js +5 -5
- package/esm2015/lib/bryntum-tree-grid.component.js +28 -2
- package/esm2015/lib/bryntum-year-picker.component.js +5 -5
- package/fesm2015/bryntum-grid-angular.js +185 -99
- package/fesm2015/bryntum-grid-angular.js.map +1 -1
- package/lib/bryntum-button-group.component.d.ts +3 -3
- package/lib/bryntum-chat-panel.component.d.ts +3 -3
- package/lib/bryntum-checkbox-group.component.d.ts +3 -3
- package/lib/bryntum-checklist-filter-combo.component.d.ts +1 -1
- package/lib/bryntum-code-editor.component.d.ts +3 -3
- package/lib/bryntum-container.component.d.ts +3 -3
- package/lib/bryntum-date-picker.component.d.ts +3 -3
- package/lib/bryntum-date-range-field.component.d.ts +4 -3
- package/lib/bryntum-demo-code-editor.component.d.ts +3 -3
- package/lib/bryntum-editor.component.d.ts +3 -3
- package/lib/bryntum-field-filter-picker-group.component.d.ts +3 -3
- package/lib/bryntum-field-filter-picker.component.d.ts +3 -3
- package/lib/bryntum-field-set.component.d.ts +3 -3
- package/lib/bryntum-file-picker.component.d.ts +3 -3
- package/lib/bryntum-grid-base.component.d.ts +19 -1
- package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +3 -3
- package/lib/bryntum-grid-field-filter-picker.component.d.ts +3 -3
- package/lib/bryntum-grid.component.d.ts +19 -1
- package/lib/bryntum-hint.component.d.ts +3 -3
- package/lib/bryntum-menu.component.d.ts +3 -3
- package/lib/bryntum-month-picker.component.d.ts +3 -3
- package/lib/bryntum-paging-toolbar.component.d.ts +14 -3
- package/lib/bryntum-panel.component.d.ts +3 -3
- package/lib/bryntum-radio-group.component.d.ts +3 -3
- package/lib/bryntum-tab-panel.component.d.ts +3 -3
- package/lib/bryntum-time-picker.component.d.ts +3 -3
- package/lib/bryntum-toolbar.component.d.ts +3 -3
- package/lib/bryntum-tree-grid.component.d.ts +19 -1
- package/lib/bryntum-year-picker.component.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/bryntum-button-group.component.ts +3 -3
- package/src/lib/bryntum-chat-panel.component.ts +3 -3
- package/src/lib/bryntum-checkbox-group.component.ts +3 -3
- package/src/lib/bryntum-checklist-filter-combo.component.ts +1 -1
- package/src/lib/bryntum-code-editor.component.ts +3 -3
- package/src/lib/bryntum-container.component.ts +3 -3
- package/src/lib/bryntum-date-picker.component.ts +3 -3
- package/src/lib/bryntum-date-range-field.component.ts +4 -3
- package/src/lib/bryntum-demo-code-editor.component.ts +3 -3
- package/src/lib/bryntum-editor.component.ts +3 -3
- package/src/lib/bryntum-field-filter-picker-group.component.ts +3 -3
- package/src/lib/bryntum-field-filter-picker.component.ts +3 -3
- package/src/lib/bryntum-field-set.component.ts +3 -3
- package/src/lib/bryntum-file-picker.component.ts +3 -3
- package/src/lib/bryntum-grid-base.component.ts +31 -10
- package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +3 -3
- package/src/lib/bryntum-grid-field-filter-picker.component.ts +3 -3
- package/src/lib/bryntum-grid.component.ts +31 -10
- package/src/lib/bryntum-hint.component.ts +3 -3
- package/src/lib/bryntum-menu.component.ts +3 -3
- package/src/lib/bryntum-month-picker.component.ts +3 -3
- package/src/lib/bryntum-paging-toolbar.component.ts +18 -3
- package/src/lib/bryntum-panel.component.ts +3 -3
- package/src/lib/bryntum-radio-group.component.ts +3 -3
- package/src/lib/bryntum-tab-panel.component.ts +3 -3
- package/src/lib/bryntum-time-picker.component.ts +3 -3
- package/src/lib/bryntum-toolbar.component.ts +3 -3
- package/src/lib/bryntum-tree-grid.component.ts +31 -10
- package/src/lib/bryntum-year-picker.component.ts +3 -3
|
@@ -47,7 +47,7 @@ export declare type BryntumButtonGroupProps = {
|
|
|
47
47
|
*/
|
|
48
48
|
ariaLabel?: string;
|
|
49
49
|
/**
|
|
50
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
50
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
51
51
|
*/
|
|
52
52
|
autoUpdateRecord?: boolean;
|
|
53
53
|
/**
|
|
@@ -571,7 +571,6 @@ export declare class BryntumButtonGroupComponent implements OnInit, OnDestroy {
|
|
|
571
571
|
anchor: boolean;
|
|
572
572
|
ariaDescription: string;
|
|
573
573
|
ariaLabel: string;
|
|
574
|
-
autoUpdateRecord: boolean;
|
|
575
574
|
border: boolean;
|
|
576
575
|
bubbleEvents: object;
|
|
577
576
|
color: string;
|
|
@@ -625,6 +624,7 @@ export declare class BryntumButtonGroupComponent implements OnInit, OnDestroy {
|
|
|
625
624
|
weight: number;
|
|
626
625
|
alignSelf: string;
|
|
627
626
|
appendTo: HTMLElement | string;
|
|
627
|
+
autoUpdateRecord: boolean;
|
|
628
628
|
callOnFunctions: boolean;
|
|
629
629
|
catchEventHandlerExceptions: boolean;
|
|
630
630
|
centered: boolean | {
|
|
@@ -835,5 +835,5 @@ export declare class BryntumButtonGroupComponent implements OnInit, OnDestroy {
|
|
|
835
835
|
*/
|
|
836
836
|
ngOnDestroy(): void;
|
|
837
837
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumButtonGroupComponent, never>;
|
|
838
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumButtonGroupComponent, "bryntum-button-group", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "
|
|
838
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumButtonGroupComponent, "bryntum-button-group", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "border": "border"; "bubbleEvents": "bubbleEvents"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "floating": "floating"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "overflowTwinConfig": "overflowTwinConfig"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "textAlign": "textAlign"; "textContent": "textContent"; "title": "title"; "toggleGroup": "toggleGroup"; "type": "type"; "ui": "ui"; "useGap": "useGap"; "valueSeparator": "valueSeparator"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "autoUpdateRecord": "autoUpdateRecord"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "centered": "centered"; "cls": "cls"; "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"; "labelWidth": "labelWidth"; "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"; "strictRecordMapping": "strictRecordMapping"; "toggleable": "toggleable"; "tooltip": "tooltip"; "value": "value"; "width": "width"; "x": "x"; "y": "y"; "parent": "parent"; "values": "values"; }, { "onAction": "onAction"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onClick": "onClick"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; "onToggle": "onToggle"; }, never, never>;
|
|
839
839
|
}
|
|
@@ -51,7 +51,7 @@ export declare type BryntumChatPanelProps = {
|
|
|
51
51
|
*/
|
|
52
52
|
ariaLabel?: string;
|
|
53
53
|
/**
|
|
54
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
54
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
55
55
|
*/
|
|
56
56
|
autoUpdateRecord?: boolean;
|
|
57
57
|
/**
|
|
@@ -706,7 +706,6 @@ export declare class BryntumChatPanelComponent implements OnInit, OnDestroy {
|
|
|
706
706
|
anchor: boolean;
|
|
707
707
|
ariaDescription: string;
|
|
708
708
|
ariaLabel: string;
|
|
709
|
-
autoUpdateRecord: boolean;
|
|
710
709
|
bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
|
|
711
710
|
bodyCls: string | object;
|
|
712
711
|
border: boolean;
|
|
@@ -781,6 +780,7 @@ export declare class BryntumChatPanelComponent implements OnInit, OnDestroy {
|
|
|
781
780
|
alignSelf: string;
|
|
782
781
|
animateTyping: boolean;
|
|
783
782
|
appendTo: HTMLElement | string;
|
|
783
|
+
autoUpdateRecord: boolean;
|
|
784
784
|
avatar: string;
|
|
785
785
|
bubbleTools: DomConfig;
|
|
786
786
|
callOnFunctions: boolean;
|
|
@@ -1032,5 +1032,5 @@ export declare class BryntumChatPanelComponent implements OnInit, OnDestroy {
|
|
|
1032
1032
|
*/
|
|
1033
1033
|
ngOnDestroy(): void;
|
|
1034
1034
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumChatPanelComponent, never>;
|
|
1035
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumChatPanelComponent, "bryntum-chat-panel", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "
|
|
1035
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumChatPanelComponent, "bryntum-chat-panel", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "bbar": "bbar"; "bodyCls": "bodyCls"; "border": "border"; "bubbleEvents": "bubbleEvents"; "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"; "messageTriggersPlacement": "messageTriggersPlacement"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "overflowTwinConfig": "overflowTwinConfig"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateProvider": "stateProvider"; "strips": "strips"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "tbar": "tbar"; "textAlign": "textAlign"; "textContent": "textContent"; "trapFocus": "trapFocus"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "animateTyping": "animateTyping"; "appendTo": "appendTo"; "autoUpdateRecord": "autoUpdateRecord"; "avatar": "avatar"; "bubbleTools": "bubbleTools"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "centered": "centered"; "cls": "cls"; "collapsed": "collapsed"; "column": "column"; "content": "content"; "dataset": "dataset"; "disabled": "disabled"; "examplePrompts": "examplePrompts"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "intro": "intro"; "items": "items"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "labelWidth": "labelWidth"; "layout": "layout"; "layoutStyle": "layoutStyle"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "messages": "messages"; "minHeight": "minHeight"; "minWidth": "minWidth"; "readOnly": "readOnly"; "record": "record"; "rendition": "rendition"; "rtl": "rtl"; "scrollable": "scrollable"; "showTimestamp": "showTimestamp"; "span": "span"; "stateId": "stateId"; "strictRecordMapping": "strictRecordMapping"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "typeInterval": "typeInterval"; "width": "width"; "x": "x"; "y": "y"; "parent": "parent"; "state": "state"; "values": "values"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onBubbleToolClick": "onBubbleToolClick"; "onCatchAll": "onCatchAll"; "onCollapse": "onCollapse"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onLocalMessage": "onLocalMessage"; "onPaint": "onPaint"; "onPromptHistoryChange": "onPromptHistoryChange"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; "onToolClick": "onToolClick"; }, never, never>;
|
|
1036
1036
|
}
|
|
@@ -47,7 +47,7 @@ export declare type BryntumCheckboxGroupProps = {
|
|
|
47
47
|
*/
|
|
48
48
|
ariaLabel?: string;
|
|
49
49
|
/**
|
|
50
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
50
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
51
51
|
*/
|
|
52
52
|
autoUpdateRecord?: boolean;
|
|
53
53
|
/**
|
|
@@ -710,7 +710,6 @@ export declare class BryntumCheckboxGroupComponent implements OnInit, OnDestroy
|
|
|
710
710
|
anchor: boolean;
|
|
711
711
|
ariaDescription: string;
|
|
712
712
|
ariaLabel: string;
|
|
713
|
-
autoUpdateRecord: boolean;
|
|
714
713
|
bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
|
|
715
714
|
bodyCls: string | object;
|
|
716
715
|
border: boolean;
|
|
@@ -786,6 +785,7 @@ export declare class BryntumCheckboxGroupComponent implements OnInit, OnDestroy
|
|
|
786
785
|
weight: number;
|
|
787
786
|
alignSelf: string;
|
|
788
787
|
appendTo: HTMLElement | string;
|
|
788
|
+
autoUpdateRecord: boolean;
|
|
789
789
|
callOnFunctions: boolean;
|
|
790
790
|
catchEventHandlerExceptions: boolean;
|
|
791
791
|
centered: boolean | {
|
|
@@ -1027,5 +1027,5 @@ export declare class BryntumCheckboxGroupComponent implements OnInit, OnDestroy
|
|
|
1027
1027
|
*/
|
|
1028
1028
|
ngOnDestroy(): void;
|
|
1029
1029
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumCheckboxGroupComponent, never>;
|
|
1030
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumCheckboxGroupComponent, "bryntum-checkbox-group", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "
|
|
1030
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumCheckboxGroupComponent, "bryntum-checkbox-group", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "bbar": "bbar"; "bodyCls": "bodyCls"; "border": "border"; "bubbleEvents": "bubbleEvents"; "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"; "labelCls": "labelCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "name": "name"; "namedItems": "namedItems"; "options": "options"; "overflowTwinConfig": "overflowTwinConfig"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateProvider": "stateProvider"; "strips": "strips"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "tbar": "tbar"; "textAlign": "textAlign"; "textContent": "textContent"; "trapFocus": "trapFocus"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "autoUpdateRecord": "autoUpdateRecord"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "centered": "centered"; "cls": "cls"; "collapsed": "collapsed"; "column": "column"; "content": "content"; "dataset": "dataset"; "disabled": "disabled"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "inline": "inline"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "items": "items"; "keyMap": "keyMap"; "label": "label"; "labelPosition": "labelPosition"; "labelWidth": "labelWidth"; "layout": "layout"; "layoutStyle": "layoutStyle"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxSelectedOptions": "maxSelectedOptions"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minSelectedOptions": "minSelectedOptions"; "minWidth": "minWidth"; "readOnly": "readOnly"; "record": "record"; "rendition": "rendition"; "requiredSelectedOptions": "requiredSelectedOptions"; "rtl": "rtl"; "scrollable": "scrollable"; "span": "span"; "stateId": "stateId"; "strictRecordMapping": "strictRecordMapping"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "value": "value"; "width": "width"; "x": "x"; "y": "y"; "parent": "parent"; "state": "state"; "values": "values"; }, { "onBeforeChange": "onBeforeChange"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onCatchAll": "onCatchAll"; "onChange": "onChange"; "onCollapse": "onCollapse"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; "onToolClick": "onToolClick"; }, never, never>;
|
|
1031
1031
|
}
|
|
@@ -475,7 +475,7 @@ export declare type BryntumChecklistFilterComboProps = {
|
|
|
475
475
|
/**
|
|
476
476
|
* Template to render optional content next to list items.
|
|
477
477
|
* @param {Core.data.Model} record The list item's backing record
|
|
478
|
-
* @returns {string}
|
|
478
|
+
* @returns {string} *When returning HTML, ensure any user data from the record is encoded using [StringHelper.encodeHtml()](https://bryntum.com/products/grid/docs/api/Core/helper/StringHelper#function-encodeHtml-static) to prevent XSS vulnerabilities.*
|
|
479
479
|
*/
|
|
480
480
|
listItemPillTpl?: (record: Model) => string;
|
|
481
481
|
/**
|
|
@@ -47,7 +47,7 @@ export declare type BryntumCodeEditorProps = {
|
|
|
47
47
|
*/
|
|
48
48
|
ariaLabel?: string;
|
|
49
49
|
/**
|
|
50
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
50
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
51
51
|
*/
|
|
52
52
|
autoUpdateRecord?: boolean;
|
|
53
53
|
/**
|
|
@@ -687,7 +687,6 @@ export declare class BryntumCodeEditorComponent implements OnInit, OnDestroy {
|
|
|
687
687
|
anchor: boolean;
|
|
688
688
|
ariaDescription: string;
|
|
689
689
|
ariaLabel: string;
|
|
690
|
-
autoUpdateRecord: boolean;
|
|
691
690
|
bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
|
|
692
691
|
bodyCls: string | object;
|
|
693
692
|
border: boolean;
|
|
@@ -762,6 +761,7 @@ export declare class BryntumCodeEditorComponent implements OnInit, OnDestroy {
|
|
|
762
761
|
weight: number;
|
|
763
762
|
alignSelf: string;
|
|
764
763
|
appendTo: HTMLElement | string;
|
|
764
|
+
autoUpdateRecord: boolean;
|
|
765
765
|
callOnFunctions: boolean;
|
|
766
766
|
catchEventHandlerExceptions: boolean;
|
|
767
767
|
centered: boolean | {
|
|
@@ -987,5 +987,5 @@ export declare class BryntumCodeEditorComponent implements OnInit, OnDestroy {
|
|
|
987
987
|
*/
|
|
988
988
|
ngOnDestroy(): void;
|
|
989
989
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumCodeEditorComponent, never>;
|
|
990
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumCodeEditorComponent, "bryntum-code-editor", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "
|
|
990
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumCodeEditorComponent, "bryntum-code-editor", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "bbar": "bbar"; "bodyCls": "bodyCls"; "border": "border"; "bubbleEvents": "bubbleEvents"; "codePath": "codePath"; "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"; "editor": "editor"; "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"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "overflowTwinConfig": "overflowTwinConfig"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateProvider": "stateProvider"; "strips": "strips"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "tbar": "tbar"; "textAlign": "textAlign"; "textContent": "textContent"; "trapFocus": "trapFocus"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "autoUpdateRecord": "autoUpdateRecord"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "centered": "centered"; "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"; "labelWidth": "labelWidth"; "language": "language"; "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"; "stateId": "stateId"; "status": "status"; "strictRecordMapping": "strictRecordMapping"; "text": "text"; "theme": "theme"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "parent": "parent"; "state": "state"; "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"; "onShow": "onShow"; "onToolClick": "onToolClick"; }, never, never>;
|
|
991
991
|
}
|
|
@@ -47,7 +47,7 @@ export declare type BryntumContainerProps = {
|
|
|
47
47
|
*/
|
|
48
48
|
ariaLabel?: string;
|
|
49
49
|
/**
|
|
50
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
50
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
51
51
|
*/
|
|
52
52
|
autoUpdateRecord?: boolean;
|
|
53
53
|
/**
|
|
@@ -547,7 +547,6 @@ export declare class BryntumContainerComponent implements OnInit, OnDestroy {
|
|
|
547
547
|
anchor: boolean;
|
|
548
548
|
ariaDescription: string;
|
|
549
549
|
ariaLabel: string;
|
|
550
|
-
autoUpdateRecord: boolean;
|
|
551
550
|
border: boolean;
|
|
552
551
|
bubbleEvents: object;
|
|
553
552
|
color: Color;
|
|
@@ -598,6 +597,7 @@ export declare class BryntumContainerComponent implements OnInit, OnDestroy {
|
|
|
598
597
|
weight: number;
|
|
599
598
|
alignSelf: string;
|
|
600
599
|
appendTo: HTMLElement | string;
|
|
600
|
+
autoUpdateRecord: boolean;
|
|
601
601
|
callOnFunctions: boolean;
|
|
602
602
|
catchEventHandlerExceptions: boolean;
|
|
603
603
|
centered: boolean | {
|
|
@@ -783,5 +783,5 @@ export declare class BryntumContainerComponent implements OnInit, OnDestroy {
|
|
|
783
783
|
*/
|
|
784
784
|
ngOnDestroy(): void;
|
|
785
785
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumContainerComponent, never>;
|
|
786
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumContainerComponent, "bryntum-container", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "
|
|
786
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumContainerComponent, "bryntum-container", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "border": "border"; "bubbleEvents": "bubbleEvents"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "floating": "floating"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "overflowTwinConfig": "overflowTwinConfig"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "textAlign": "textAlign"; "textContent": "textContent"; "title": "title"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "autoUpdateRecord": "autoUpdateRecord"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "centered": "centered"; "cls": "cls"; "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"; "labelWidth": "labelWidth"; "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"; "strictRecordMapping": "strictRecordMapping"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "parent": "parent"; "values": "values"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; }, never, never>;
|
|
787
787
|
}
|
|
@@ -60,7 +60,7 @@ export declare type BryntumDatePickerProps = {
|
|
|
60
60
|
*/
|
|
61
61
|
ariaLabel?: string;
|
|
62
62
|
/**
|
|
63
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
63
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
64
64
|
*/
|
|
65
65
|
autoUpdateRecord?: boolean;
|
|
66
66
|
/**
|
|
@@ -877,7 +877,6 @@ export declare class BryntumDatePickerComponent implements OnInit, OnDestroy {
|
|
|
877
877
|
anchor: boolean;
|
|
878
878
|
ariaDescription: string;
|
|
879
879
|
ariaLabel: string;
|
|
880
|
-
autoUpdateRecord: boolean;
|
|
881
880
|
bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
|
|
882
881
|
bodyCls: string | object;
|
|
883
882
|
border: boolean;
|
|
@@ -991,6 +990,7 @@ export declare class BryntumDatePickerComponent implements OnInit, OnDestroy {
|
|
|
991
990
|
alignSelf: string;
|
|
992
991
|
animateTimeShift: boolean;
|
|
993
992
|
appendTo: HTMLElement | string;
|
|
993
|
+
autoUpdateRecord: boolean;
|
|
994
994
|
callOnFunctions: boolean;
|
|
995
995
|
catchEventHandlerExceptions: boolean;
|
|
996
996
|
centered: boolean | {
|
|
@@ -1267,5 +1267,5 @@ export declare class BryntumDatePickerComponent implements OnInit, OnDestroy {
|
|
|
1267
1267
|
*/
|
|
1268
1268
|
ngOnDestroy(): void;
|
|
1269
1269
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumDatePickerComponent, never>;
|
|
1270
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumDatePickerComponent, "bryntum-date-picker", never, { "activeDate": "activeDate"; "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "
|
|
1270
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumDatePickerComponent, "bryntum-date-picker", never, { "activeDate": "activeDate"; "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "bbar": "bbar"; "bodyCls": "bodyCls"; "border": "border"; "bubbleEvents": "bubbleEvents"; "cellRenderer": "cellRenderer"; "collapsible": "collapsible"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "dayNameFormat": "dayNameFormat"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "disabledCls": "disabledCls"; "disabledDates": "disabledDates"; "disableNonWorkingDays": "disableNonWorkingDays"; "disableOtherMonthCells": "disableOtherMonthCells"; "disableWeekends": "disableWeekends"; "dock": "dock"; "draggable": "draggable"; "drawer": "drawer"; "editMonth": "editMonth"; "elementAttributes": "elementAttributes"; "floating": "floating"; "focusDisabledDates": "focusDisabledDates"; "footer": "footer"; "header": "header"; "headerRenderer": "headerRenderer"; "hideAnimation": "hideAnimation"; "hideOtherMonthCells": "hideOtherMonthCells"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "icon": "icon"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "includeYear": "includeYear"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "maxDate": "maxDate"; "minColumnWidth": "minColumnWidth"; "minDate": "minDate"; "minRowHeight": "minRowHeight"; "monitorResize": "monitorResize"; "month": "month"; "monthButtonFormat": "monthButtonFormat"; "multiSelect": "multiSelect"; "namedItems": "namedItems"; "nonWorkingDayCls": "nonWorkingDayCls"; "nonWorkingDays": "nonWorkingDays"; "otherMonthCls": "otherMonthCls"; "overflowTwinConfig": "overflowTwinConfig"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "sixWeeks": "sixWeeks"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateProvider": "stateProvider"; "strips": "strips"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "tbar": "tbar"; "textAlign": "textAlign"; "textContent": "textContent"; "tip": "tip"; "todayCls": "todayCls"; "trapFocus": "trapFocus"; "type": "type"; "ui": "ui"; "weekendCls": "weekendCls"; "weekRenderer": "weekRenderer"; "weekStartDay": "weekStartDay"; "weight": "weight"; "alignSelf": "alignSelf"; "animateTimeShift": "animateTimeShift"; "appendTo": "appendTo"; "autoUpdateRecord": "autoUpdateRecord"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "centered": "centered"; "cls": "cls"; "collapsed": "collapsed"; "column": "column"; "content": "content"; "dataset": "dataset"; "date": "date"; "disabled": "disabled"; "dragSelect": "dragSelect"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "highlightSelectedWeek": "highlightSelectedWeek"; "html": "html"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "items": "items"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "labelWidth": "labelWidth"; "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"; "selection": "selection"; "shadePastDates": "shadePastDates"; "showWeekColumn": "showWeekColumn"; "span": "span"; "stateId": "stateId"; "strictRecordMapping": "strictRecordMapping"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "weekColumnHeader": "weekColumnHeader"; "width": "width"; "x": "x"; "y": "y"; "parent": "parent"; "state": "state"; "values": "values"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeRefresh": "onBeforeRefresh"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onCatchAll": "onCatchAll"; "onCellClick": "onCellClick"; "onCollapse": "onCollapse"; "onDateChange": "onDateChange"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onRefresh": "onRefresh"; "onResize": "onResize"; "onSelectionChange": "onSelectionChange"; "onShow": "onShow"; "onToolClick": "onToolClick"; "onWeekCellClick": "onWeekCellClick"; }, never, never>;
|
|
1271
1271
|
}
|
|
@@ -641,9 +641,10 @@ export declare type BryntumDateRangeFieldProps = {
|
|
|
641
641
|
*/
|
|
642
642
|
validateOnInput?: boolean;
|
|
643
643
|
/**
|
|
644
|
-
*
|
|
644
|
+
* Value, which is an array of two Dates, or two strings which will be converted using the specified
|
|
645
|
+
* [format](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-format).
|
|
645
646
|
*/
|
|
646
|
-
value?: string;
|
|
647
|
+
value?: string[] | Date[];
|
|
647
648
|
/**
|
|
648
649
|
* The week start day in the [picker](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-picker), 0 meaning Sunday, 6 meaning Saturday.
|
|
649
650
|
* Uses localized value per default.
|
|
@@ -809,7 +810,7 @@ export declare class BryntumDateRangeFieldComponent implements OnInit, OnDestroy
|
|
|
809
810
|
span: number;
|
|
810
811
|
tooltip: string | TooltipConfig | null;
|
|
811
812
|
triggers: Record<string, FieldTriggerConfig> | Record<string, Widget>;
|
|
812
|
-
value: any | string;
|
|
813
|
+
value: any | string[] | Date[];
|
|
813
814
|
width: number | string;
|
|
814
815
|
x: number;
|
|
815
816
|
y: number;
|
|
@@ -51,7 +51,7 @@ export declare type BryntumDemoCodeEditorProps = {
|
|
|
51
51
|
*/
|
|
52
52
|
ariaLabel?: string;
|
|
53
53
|
/**
|
|
54
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
54
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
55
55
|
*/
|
|
56
56
|
autoUpdateRecord?: boolean;
|
|
57
57
|
/**
|
|
@@ -701,7 +701,6 @@ export declare class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy
|
|
|
701
701
|
appFolder: string;
|
|
702
702
|
ariaDescription: string;
|
|
703
703
|
ariaLabel: string;
|
|
704
|
-
autoUpdateRecord: boolean;
|
|
705
704
|
bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
|
|
706
705
|
bodyCls: string | object;
|
|
707
706
|
border: boolean;
|
|
@@ -778,6 +777,7 @@ export declare class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy
|
|
|
778
777
|
weight: number;
|
|
779
778
|
alignSelf: string;
|
|
780
779
|
appendTo: HTMLElement | string;
|
|
780
|
+
autoUpdateRecord: boolean;
|
|
781
781
|
callOnFunctions: boolean;
|
|
782
782
|
catchEventHandlerExceptions: boolean;
|
|
783
783
|
centered: boolean | {
|
|
@@ -1003,5 +1003,5 @@ export declare class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy
|
|
|
1003
1003
|
*/
|
|
1004
1004
|
ngOnDestroy(): void;
|
|
1005
1005
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumDemoCodeEditorComponent, never>;
|
|
1006
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumDemoCodeEditorComponent, "bryntum-demo-code-editor", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "appFolder": "appFolder"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "
|
|
1006
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumDemoCodeEditorComponent, "bryntum-demo-code-editor", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "appFolder": "appFolder"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "bbar": "bbar"; "bodyCls": "bodyCls"; "border": "border"; "bubbleEvents": "bubbleEvents"; "codePath": "codePath"; "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"; "editor": "editor"; "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"; "mode": "mode"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "overflowTwinConfig": "overflowTwinConfig"; "positioned": "positioned"; "preferredSources": "preferredSources"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateProvider": "stateProvider"; "strips": "strips"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "tbar": "tbar"; "textAlign": "textAlign"; "textContent": "textContent"; "trapFocus": "trapFocus"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "autoUpdateRecord": "autoUpdateRecord"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "centered": "centered"; "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"; "labelWidth": "labelWidth"; "language": "language"; "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"; "stateId": "stateId"; "status": "status"; "strictRecordMapping": "strictRecordMapping"; "text": "text"; "theme": "theme"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "parent": "parent"; "state": "state"; "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"; "onShow": "onShow"; "onToolClick": "onToolClick"; }, never, never>;
|
|
1007
1007
|
}
|
|
@@ -50,7 +50,7 @@ export declare type BryntumEditorProps = {
|
|
|
50
50
|
*/
|
|
51
51
|
ariaLabel?: string;
|
|
52
52
|
/**
|
|
53
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
53
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
54
54
|
*/
|
|
55
55
|
autoUpdateRecord?: boolean;
|
|
56
56
|
/**
|
|
@@ -603,7 +603,6 @@ export declare class BryntumEditorComponent implements OnInit, OnDestroy {
|
|
|
603
603
|
appendToTargetParent: boolean;
|
|
604
604
|
ariaDescription: string;
|
|
605
605
|
ariaLabel: string;
|
|
606
|
-
autoUpdateRecord: boolean;
|
|
607
606
|
blurAction: 'complete' | 'cancel' | null;
|
|
608
607
|
border: boolean;
|
|
609
608
|
bubbleEvents: object;
|
|
@@ -663,6 +662,7 @@ export declare class BryntumEditorComponent implements OnInit, OnDestroy {
|
|
|
663
662
|
weight: number;
|
|
664
663
|
alignSelf: string;
|
|
665
664
|
appendTo: HTMLElement | string;
|
|
665
|
+
autoUpdateRecord: boolean;
|
|
666
666
|
callOnFunctions: boolean;
|
|
667
667
|
catchEventHandlerExceptions: boolean;
|
|
668
668
|
centered: boolean | {
|
|
@@ -923,5 +923,5 @@ export declare class BryntumEditorComponent implements OnInit, OnDestroy {
|
|
|
923
923
|
*/
|
|
924
924
|
ngOnDestroy(): void;
|
|
925
925
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumEditorComponent, never>;
|
|
926
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumEditorComponent, "bryntum-editor", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "appendToTargetParent": "appendToTargetParent"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "
|
|
926
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumEditorComponent, "bryntum-editor", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "appendToTargetParent": "appendToTargetParent"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "blurAction": "blurAction"; "border": "border"; "bubbleEvents": "bubbleEvents"; "cancelKey": "cancelKey"; "color": "color"; "completeKey": "completeKey"; "completeOnChange": "completeOnChange"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "fitTargetContent": "fitTargetContent"; "floating": "floating"; "hideAnimation": "hideAnimation"; "hideTarget": "hideTarget"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "invalidAction": "invalidAction"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "matchFont": "matchFont"; "matchSize": "matchSize"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "overflowTwinConfig": "overflowTwinConfig"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "textAlign": "textAlign"; "textContent": "textContent"; "title": "title"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "autoUpdateRecord": "autoUpdateRecord"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "centered": "centered"; "cls": "cls"; "column": "column"; "content": "content"; "dataset": "dataset"; "disabled": "disabled"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "inputField": "inputField"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "items": "items"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "labelWidth": "labelWidth"; "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"; "strictRecordMapping": "strictRecordMapping"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "parent": "parent"; "values": "values"; }, { "onAfterEdit": "onAfterEdit"; "onBeforeCancel": "onBeforeCancel"; "onBeforeComplete": "onBeforeComplete"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStart": "onBeforeStart"; "onCancel": "onCancel"; "onCatchAll": "onCatchAll"; "onComplete": "onComplete"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onKeyDown": "onKeyDown"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; "onStart": "onStart"; }, never, never>;
|
|
927
927
|
}
|
|
@@ -57,7 +57,7 @@ export declare type BryntumFieldFilterPickerGroupProps = {
|
|
|
57
57
|
*/
|
|
58
58
|
ariaLabel?: string;
|
|
59
59
|
/**
|
|
60
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
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
63
|
/**
|
|
@@ -628,7 +628,6 @@ export declare class BryntumFieldFilterPickerGroupComponent implements OnInit, O
|
|
|
628
628
|
anchor: boolean;
|
|
629
629
|
ariaDescription: string;
|
|
630
630
|
ariaLabel: string;
|
|
631
|
-
autoUpdateRecord: boolean;
|
|
632
631
|
border: boolean;
|
|
633
632
|
bubbleEvents: object;
|
|
634
633
|
canDeleteFilter: (filter: any) => boolean;
|
|
@@ -690,6 +689,7 @@ export declare class BryntumFieldFilterPickerGroupComponent implements OnInit, O
|
|
|
690
689
|
weight: number;
|
|
691
690
|
alignSelf: string;
|
|
692
691
|
appendTo: HTMLElement | string;
|
|
692
|
+
autoUpdateRecord: boolean;
|
|
693
693
|
callOnFunctions: boolean;
|
|
694
694
|
catchEventHandlerExceptions: boolean;
|
|
695
695
|
centered: boolean | {
|
|
@@ -892,5 +892,5 @@ export declare class BryntumFieldFilterPickerGroupComponent implements OnInit, O
|
|
|
892
892
|
*/
|
|
893
893
|
ngOnDestroy(): void;
|
|
894
894
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumFieldFilterPickerGroupComponent, never>;
|
|
895
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumFieldFilterPickerGroupComponent, "bryntum-field-filter-picker-group", never, { "addFilterButtonText": "addFilterButtonText"; "adopt": "adopt"; "align": "align"; "allowedFieldNames": "allowedFieldNames"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "
|
|
895
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumFieldFilterPickerGroupComponent, "bryntum-field-filter-picker-group", never, { "addFilterButtonText": "addFilterButtonText"; "adopt": "adopt"; "align": "align"; "allowedFieldNames": "allowedFieldNames"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "border": "border"; "bubbleEvents": "bubbleEvents"; "canDeleteFilter": "canDeleteFilter"; "canManageFilter": "canManageFilter"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "dateFormat": "dateFormat"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "fields": "fields"; "filters": "filters"; "floating": "floating"; "getFieldFilterPickerConfig": "getFieldFilterPickerConfig"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "limitToProperty": "limitToProperty"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "operators": "operators"; "overflowTwinConfig": "overflowTwinConfig"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAddFilterButton": "showAddFilterButton"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "store": "store"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "textAlign": "textAlign"; "textContent": "textContent"; "title": "title"; "triggerChangeOnInput": "triggerChangeOnInput"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "autoUpdateRecord": "autoUpdateRecord"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "centered": "centered"; "cls": "cls"; "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"; "labelWidth": "labelWidth"; "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"; "strictRecordMapping": "strictRecordMapping"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "parent": "parent"; "value": "value"; "values": "values"; }, { "onBeforeAddFilter": "onBeforeAddFilter"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onChange": "onChange"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; }, never, never>;
|
|
896
896
|
}
|