@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 DateField
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, ContainerItemConfig, DateField, DateFieldListeners, DatePickerConfig, DomConfig, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
5
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DateField, DateFieldListeners, DatePickerConfig, DomConfig, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, TabConfig, TimeField, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumDateFieldProps = {
|
|
8
8
|
/**
|
|
@@ -110,7 +110,7 @@ export declare type BryntumDateFieldProps = {
|
|
|
110
110
|
* ...
|
|
111
111
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-color)
|
|
112
112
|
*/
|
|
113
|
-
color?:
|
|
113
|
+
color?: Color;
|
|
114
114
|
/**
|
|
115
115
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
116
116
|
*/
|
|
@@ -480,6 +480,14 @@ export declare type BryntumDateFieldProps = {
|
|
|
480
480
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-owner)
|
|
481
481
|
*/
|
|
482
482
|
owner?: Widget | any;
|
|
483
|
+
/**
|
|
484
|
+
* A reference to a partner TimeField which this DateField should sync its value with.
|
|
485
|
+
* When the TimeField's value is changed, this DateField's value is updated to match.
|
|
486
|
+
* When this DateField's value is changed, the TimeField's value is updated to match.
|
|
487
|
+
* ...
|
|
488
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-partner)
|
|
489
|
+
*/
|
|
490
|
+
partner?: string | TimeField;
|
|
483
491
|
/**
|
|
484
492
|
* A config object used to configure the [datePicker](https://bryntum.com/products/grid/docs/api/Core/widget/DatePicker).
|
|
485
493
|
* ...
|
|
@@ -602,7 +610,8 @@ export declare type BryntumDateFieldProps = {
|
|
|
602
610
|
*/
|
|
603
611
|
step?: string | number | DurationConfig;
|
|
604
612
|
/**
|
|
605
|
-
* Set to `false` to hide the forward and backward date step triggers.
|
|
613
|
+
* Set to `false` to hide the forward and backward date step triggers. These triggers are only shown when
|
|
614
|
+
* [step](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-step) is set.
|
|
606
615
|
*/
|
|
607
616
|
stepTriggers?: boolean;
|
|
608
617
|
/**
|
|
@@ -721,7 +730,7 @@ export declare class BryntumDateFieldComponent implements OnInit, OnDestroy {
|
|
|
721
730
|
bubbleEvents: object;
|
|
722
731
|
centered: boolean;
|
|
723
732
|
clearable: boolean | FieldTriggerConfig;
|
|
724
|
-
color:
|
|
733
|
+
color: Color;
|
|
725
734
|
config: object;
|
|
726
735
|
constrainTo: HTMLElement | Widget | Rectangle;
|
|
727
736
|
container: Record<string, ContainerItemConfig> | ContainerItemConfig[] | FieldContainerConfig | FieldContainer;
|
|
@@ -830,6 +839,7 @@ export declare class BryntumDateFieldComponent implements OnInit, OnDestroy {
|
|
|
830
839
|
min: string | Date;
|
|
831
840
|
minHeight: string | number;
|
|
832
841
|
minWidth: string | number;
|
|
842
|
+
partner: string | TimeField;
|
|
833
843
|
placeholder: string;
|
|
834
844
|
readOnly: boolean;
|
|
835
845
|
rendition: 'outlined' | 'filled' | string;
|
|
@@ -1021,5 +1031,5 @@ export declare class BryntumDateFieldComponent implements OnInit, OnDestroy {
|
|
|
1021
1031
|
*/
|
|
1022
1032
|
ngOnDestroy(): void;
|
|
1023
1033
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumDateFieldComponent, never>;
|
|
1024
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumDateFieldComponent, "bryntum-date-field", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoComplete": "autoComplete"; "autoExpand": "autoExpand"; "autoSelect": "autoSelect"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "clearable": "clearable"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "container": "container"; "containValues": "containValues"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "floating": "floating"; "hideAnimation": "hideAnimation"; "highlightExternalChange": "highlightExternalChange"; "hint": "hint"; "hintHtml": "hintHtml"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "inline": "inline"; "inputAlign": "inputAlign"; "inputAttributes": "inputAttributes"; "inputTag": "inputTag"; "inputType": "inputType"; "inputWidth": "inputWidth"; "keepTime": "keepTime"; "keyStrokeChangeDelay": "keyStrokeChangeDelay"; "labelCls": "labelCls"; "labelPosition": "labelPosition"; "labels": "labels"; "labelWidth": "labelWidth"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "maxLength": "maxLength"; "minLength": "minLength"; "monitorResize": "monitorResize"; "name": "name"; "owner": "owner"; "picker": "picker"; "pickerAlignElement": "pickerAlignElement"; "pickerFormat": "pickerFormat"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "revertOnEscape": "revertOnEscape"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "skipValidation": "skipValidation"; "spellCheck": "spellCheck"; "stepTriggers": "stepTriggers"; "strictParsing": "strictParsing"; "tab": "tab"; "tabIndex": "tabIndex"; "textAlign": "textAlign"; "title": "title"; "type": "type"; "ui": "ui"; "validateOnInput": "validateOnInput"; "weekStartDay": "weekStartDay"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "badge": "badge"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "column": "column"; "dataset": "dataset"; "disabled": "disabled"; "editable": "editable"; "extraData": "extraData"; "flex": "flex"; "format": "format"; "height": "height"; "hidden": "hidden"; "id": "id"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "keyMap": "keyMap"; "label": "label"; "margin": "margin"; "max": "max"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "min": "min"; "minHeight": "minHeight"; "minWidth": "minWidth"; "placeholder": "placeholder"; "readOnly": "readOnly"; "rendition": "rendition"; "required": "required"; "rtl": "rtl"; "showRequiredIndicator": "showRequiredIndicator"; "span": "span"; "step": "step"; "tooltip": "tooltip"; "triggers": "triggers"; "value": "value"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "content": "content"; "focusVisible": "focusVisible"; "formula": "formula"; "html": "html"; "input": "input"; "parent": "parent"; "scrollable": "scrollable"; }, { "onAction": "onAction"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onChange": "onChange"; "onClear": "onClear"; "onDestroy": "onDestroy"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onInput": "onInput"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; "onTrigger": "onTrigger"; }, never, never>;
|
|
1034
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumDateFieldComponent, "bryntum-date-field", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoComplete": "autoComplete"; "autoExpand": "autoExpand"; "autoSelect": "autoSelect"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "clearable": "clearable"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "container": "container"; "containValues": "containValues"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "floating": "floating"; "hideAnimation": "hideAnimation"; "highlightExternalChange": "highlightExternalChange"; "hint": "hint"; "hintHtml": "hintHtml"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "inline": "inline"; "inputAlign": "inputAlign"; "inputAttributes": "inputAttributes"; "inputTag": "inputTag"; "inputType": "inputType"; "inputWidth": "inputWidth"; "keepTime": "keepTime"; "keyStrokeChangeDelay": "keyStrokeChangeDelay"; "labelCls": "labelCls"; "labelPosition": "labelPosition"; "labels": "labels"; "labelWidth": "labelWidth"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "maxLength": "maxLength"; "minLength": "minLength"; "monitorResize": "monitorResize"; "name": "name"; "owner": "owner"; "picker": "picker"; "pickerAlignElement": "pickerAlignElement"; "pickerFormat": "pickerFormat"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "revertOnEscape": "revertOnEscape"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "skipValidation": "skipValidation"; "spellCheck": "spellCheck"; "stepTriggers": "stepTriggers"; "strictParsing": "strictParsing"; "tab": "tab"; "tabIndex": "tabIndex"; "textAlign": "textAlign"; "title": "title"; "type": "type"; "ui": "ui"; "validateOnInput": "validateOnInput"; "weekStartDay": "weekStartDay"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "badge": "badge"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "column": "column"; "dataset": "dataset"; "disabled": "disabled"; "editable": "editable"; "extraData": "extraData"; "flex": "flex"; "format": "format"; "height": "height"; "hidden": "hidden"; "id": "id"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "keyMap": "keyMap"; "label": "label"; "margin": "margin"; "max": "max"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "min": "min"; "minHeight": "minHeight"; "minWidth": "minWidth"; "partner": "partner"; "placeholder": "placeholder"; "readOnly": "readOnly"; "rendition": "rendition"; "required": "required"; "rtl": "rtl"; "showRequiredIndicator": "showRequiredIndicator"; "span": "span"; "step": "step"; "tooltip": "tooltip"; "triggers": "triggers"; "value": "value"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "content": "content"; "focusVisible": "focusVisible"; "formula": "formula"; "html": "html"; "input": "input"; "parent": "parent"; "scrollable": "scrollable"; }, { "onAction": "onAction"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onChange": "onChange"; "onClear": "onClear"; "onDestroy": "onDestroy"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onInput": "onInput"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; "onTrigger": "onTrigger"; }, never, never>;
|
|
1025
1035
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum DatePicker
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, CalendarPanel, ContainerItemConfig, ContainerLayoutConfig, DatePicker, DatePickerListeners, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Month, MonthConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
5
|
+
import { AlignSpec, Base, CalendarPanel, Color, ContainerItemConfig, ContainerLayoutConfig, DatePicker, DatePickerListeners, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Month, MonthConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumDatePickerProps = {
|
|
8
8
|
/**
|
|
@@ -80,6 +80,10 @@ export declare type BryntumDatePickerProps = {
|
|
|
80
80
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DatePicker#config-bodyCls)
|
|
81
81
|
*/
|
|
82
82
|
bodyCls?: string | object;
|
|
83
|
+
/**
|
|
84
|
+
* Set `true` to add a border to this container's element.
|
|
85
|
+
*/
|
|
86
|
+
border?: boolean;
|
|
83
87
|
/**
|
|
84
88
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
85
89
|
* hierarchy when triggered.
|
|
@@ -161,7 +165,7 @@ export declare type BryntumDatePickerProps = {
|
|
|
161
165
|
* ...
|
|
162
166
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DatePicker#config-color)
|
|
163
167
|
*/
|
|
164
|
-
color?:
|
|
168
|
+
color?: Color;
|
|
165
169
|
/**
|
|
166
170
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
167
171
|
*/
|
|
@@ -940,6 +944,7 @@ export declare class BryntumDatePickerComponent implements OnInit, OnDestroy {
|
|
|
940
944
|
autoUpdateRecord: boolean;
|
|
941
945
|
bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
|
|
942
946
|
bodyCls: string | object;
|
|
947
|
+
border: boolean;
|
|
943
948
|
bubbleEvents: object;
|
|
944
949
|
cellRenderer: ((renderData: {
|
|
945
950
|
cell: HTMLElement;
|
|
@@ -956,7 +961,7 @@ export declare class BryntumDatePickerComponent implements OnInit, OnDestroy {
|
|
|
956
961
|
}) => string | DomConfig | void) | string;
|
|
957
962
|
centered: boolean;
|
|
958
963
|
collapsible: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
|
|
959
|
-
color:
|
|
964
|
+
color: Color;
|
|
960
965
|
config: object;
|
|
961
966
|
constrainTo: HTMLElement | Widget | Rectangle;
|
|
962
967
|
contentElementCls: string | object;
|
|
@@ -1040,7 +1045,6 @@ export declare class BryntumDatePickerComponent implements OnInit, OnDestroy {
|
|
|
1040
1045
|
scrollAction: 'hide' | 'realign' | null;
|
|
1041
1046
|
showAnimation: boolean | object;
|
|
1042
1047
|
showTooltipWhenDisabled: boolean;
|
|
1043
|
-
showWeekColumn: boolean;
|
|
1044
1048
|
sixWeeks: boolean;
|
|
1045
1049
|
stateful: boolean | object | string[];
|
|
1046
1050
|
statefulEvents: object | string[];
|
|
@@ -1103,6 +1107,7 @@ export declare class BryntumDatePickerComponent implements OnInit, OnDestroy {
|
|
|
1103
1107
|
scrollable: Scroller | boolean | ScrollerConfig;
|
|
1104
1108
|
selection: Date[] | string[];
|
|
1105
1109
|
shadePastDates: boolean;
|
|
1110
|
+
showWeekColumn: boolean;
|
|
1106
1111
|
span: number;
|
|
1107
1112
|
strictRecordMapping: boolean;
|
|
1108
1113
|
title: string;
|
|
@@ -1334,5 +1339,5 @@ export declare class BryntumDatePickerComponent implements OnInit, OnDestroy {
|
|
|
1334
1339
|
*/
|
|
1335
1340
|
ngOnDestroy(): void;
|
|
1336
1341
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumDatePickerComponent, never>;
|
|
1337
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumDatePickerComponent, "bryntum-date-picker", never, { "activeDate": "activeDate"; "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "bbar": "bbar"; "bodyCls": "bodyCls"; "bubbleEvents": "bubbleEvents"; "cellRenderer": "cellRenderer"; "centered": "centered"; "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"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "
|
|
1342
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumDatePickerComponent, "bryntum-date-picker", never, { "activeDate": "activeDate"; "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "bbar": "bbar"; "bodyCls": "bodyCls"; "border": "border"; "bubbleEvents": "bubbleEvents"; "cellRenderer": "cellRenderer"; "centered": "centered"; "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"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "sixWeeks": "sixWeeks"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateId": "stateId"; "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"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "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"; "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"; "strictRecordMapping": "strictRecordMapping"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "weekColumnHeader": "weekColumnHeader"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "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>;
|
|
1338
1343
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum DateRangeField
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, ConfirmationBar, ConfirmationBarConfig, ContainerItemConfig, DateField, DateFieldConfig, DateRangeField, DateRangeFieldListeners, DateRangePickerConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, MultiDatePickerConfig, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
5
|
+
import { AlignSpec, Base, Color, ConfirmationBar, ConfirmationBarConfig, ContainerItemConfig, DateField, DateFieldConfig, DateRangeField, DateRangeFieldListeners, DateRangePickerConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, MultiDatePickerConfig, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumDateRangeFieldProps = {
|
|
8
8
|
/**
|
|
@@ -110,7 +110,7 @@ export declare type BryntumDateRangeFieldProps = {
|
|
|
110
110
|
* ...
|
|
111
111
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-color)
|
|
112
112
|
*/
|
|
113
|
-
color?:
|
|
113
|
+
color?: Color;
|
|
114
114
|
/**
|
|
115
115
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
116
116
|
*/
|
|
@@ -722,7 +722,7 @@ export declare class BryntumDateRangeFieldComponent implements OnInit, OnDestroy
|
|
|
722
722
|
bubbleEvents: object;
|
|
723
723
|
centered: boolean;
|
|
724
724
|
clearable: boolean | FieldTriggerConfig;
|
|
725
|
-
color:
|
|
725
|
+
color: Color;
|
|
726
726
|
config: object;
|
|
727
727
|
constrainTo: HTMLElement | Widget | Rectangle;
|
|
728
728
|
container: Record<string, ContainerItemConfig> | ContainerItemConfig[] | FieldContainerConfig | FieldContainer;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum DateTimeField
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, ContainerItemConfig, DateFieldConfig, DateTimeField, DateTimeFieldListeners, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, TabConfig, TimeFieldConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
5
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DateFieldConfig, DateTimeField, DateTimeFieldListeners, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, TabConfig, TimeFieldConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumDateTimeFieldProps = {
|
|
8
8
|
/**
|
|
@@ -101,7 +101,7 @@ export declare type BryntumDateTimeFieldProps = {
|
|
|
101
101
|
* ...
|
|
102
102
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DateTimeField#config-color)
|
|
103
103
|
*/
|
|
104
|
-
color?:
|
|
104
|
+
color?: Color;
|
|
105
105
|
/**
|
|
106
106
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
107
107
|
*/
|
|
@@ -626,7 +626,7 @@ export declare class BryntumDateTimeFieldComponent implements OnInit, OnDestroy
|
|
|
626
626
|
bubbleEvents: object;
|
|
627
627
|
centered: boolean;
|
|
628
628
|
clearable: boolean | FieldTriggerConfig;
|
|
629
|
-
color:
|
|
629
|
+
color: Color;
|
|
630
630
|
config: object;
|
|
631
631
|
constrainTo: HTMLElement | Widget | Rectangle;
|
|
632
632
|
container: Record<string, ContainerItemConfig> | ContainerItemConfig[] | FieldContainerConfig | FieldContainer;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum DemoCodeEditor
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, ContainerItemConfig, ContainerLayoutConfig, DemoCodeEditor, DemoCodeEditorListeners, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
5
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, ContainerLayoutConfig, DemoCodeEditor, DemoCodeEditorListeners, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumDemoCodeEditorProps = {
|
|
8
8
|
/**
|
|
@@ -69,6 +69,10 @@ export declare type BryntumDemoCodeEditorProps = {
|
|
|
69
69
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DemoCodeEditor#config-bodyCls)
|
|
70
70
|
*/
|
|
71
71
|
bodyCls?: string | object;
|
|
72
|
+
/**
|
|
73
|
+
* Set `true` to add a border to this container's element.
|
|
74
|
+
*/
|
|
75
|
+
border?: boolean;
|
|
72
76
|
/**
|
|
73
77
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
74
78
|
* hierarchy when triggered.
|
|
@@ -125,7 +129,7 @@ export declare type BryntumDemoCodeEditorProps = {
|
|
|
125
129
|
* ...
|
|
126
130
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DemoCodeEditor#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
|
*/
|
|
@@ -751,11 +755,12 @@ export declare class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy
|
|
|
751
755
|
autoUpdateRecord: boolean;
|
|
752
756
|
bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
|
|
753
757
|
bodyCls: string | object;
|
|
758
|
+
border: boolean;
|
|
754
759
|
bubbleEvents: object;
|
|
755
760
|
centered: boolean;
|
|
756
761
|
codePath: string;
|
|
757
762
|
collapsible: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
|
|
758
|
-
color:
|
|
763
|
+
color: Color;
|
|
759
764
|
config: object;
|
|
760
765
|
constrainTo: HTMLElement | Widget | Rectangle;
|
|
761
766
|
contentElementCls: string | object;
|
|
@@ -1057,5 +1062,5 @@ export declare class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy
|
|
|
1057
1062
|
*/
|
|
1058
1063
|
ngOnDestroy(): void;
|
|
1059
1064
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumDemoCodeEditorComponent, never>;
|
|
1060
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumDemoCodeEditorComponent, "bryntum-demo-code-editor", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "appFolder": "appFolder"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "bbar": "bbar"; "bodyCls": "bodyCls"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "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"; "owner": "owner"; "positioned": "positioned"; "preferredSources": "preferredSources"; "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"; "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"; "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"; "status": "status"; "strictRecordMapping": "strictRecordMapping"; "text": "text"; "theme": "theme"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "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>;
|
|
1065
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumDemoCodeEditorComponent, "bryntum-demo-code-editor", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "appFolder": "appFolder"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "bbar": "bbar"; "bodyCls": "bodyCls"; "border": "border"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "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"; "owner": "owner"; "positioned": "positioned"; "preferredSources": "preferredSources"; "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"; "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"; "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"; "status": "status"; "strictRecordMapping": "strictRecordMapping"; "text": "text"; "theme": "theme"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "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>;
|
|
1061
1066
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum DisplayField
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, ContainerItemConfig, DisplayField, DisplayFieldListeners, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
5
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DisplayField, DisplayFieldListeners, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumDisplayFieldProps = {
|
|
8
8
|
/**
|
|
@@ -106,7 +106,7 @@ export declare type BryntumDisplayFieldProps = {
|
|
|
106
106
|
* ...
|
|
107
107
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DisplayField#config-color)
|
|
108
108
|
*/
|
|
109
|
-
color?:
|
|
109
|
+
color?: Color;
|
|
110
110
|
/**
|
|
111
111
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
112
112
|
*/
|
|
@@ -659,7 +659,7 @@ export declare class BryntumDisplayFieldComponent implements OnInit, OnDestroy {
|
|
|
659
659
|
bubbleEvents: object;
|
|
660
660
|
centered: boolean;
|
|
661
661
|
clearable: boolean | FieldTriggerConfig;
|
|
662
|
-
color:
|
|
662
|
+
color: Color;
|
|
663
663
|
config: object;
|
|
664
664
|
constrainTo: HTMLElement | Widget | Rectangle;
|
|
665
665
|
container: Record<string, ContainerItemConfig> | ContainerItemConfig[] | FieldContainerConfig | FieldContainer;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum DurationField
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, ContainerItemConfig, DomConfig, Duration, DurationConfig, DurationField, DurationFieldListeners, DurationUnit, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
5
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DomConfig, Duration, DurationConfig, DurationField, DurationFieldListeners, DurationUnit, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumDurationFieldProps = {
|
|
8
8
|
/**
|
|
@@ -115,7 +115,7 @@ export declare type BryntumDurationFieldProps = {
|
|
|
115
115
|
* ...
|
|
116
116
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DurationField#config-color)
|
|
117
117
|
*/
|
|
118
|
-
color?:
|
|
118
|
+
color?: Color;
|
|
119
119
|
/**
|
|
120
120
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
121
121
|
*/
|
|
@@ -711,7 +711,7 @@ export declare class BryntumDurationFieldComponent implements OnInit, OnDestroy
|
|
|
711
711
|
bubbleEvents: object;
|
|
712
712
|
centered: boolean;
|
|
713
713
|
clearable: boolean | FieldTriggerConfig;
|
|
714
|
-
color:
|
|
714
|
+
color: Color;
|
|
715
715
|
config: object;
|
|
716
716
|
constrainTo: HTMLElement | Widget | Rectangle;
|
|
717
717
|
container: Record<string, ContainerItemConfig> | ContainerItemConfig[] | FieldContainerConfig | FieldContainer;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum Editor
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, ContainerItemConfig, ContainerLayoutConfig, DomConfig, Editor, EditorListeners, InputFieldConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
5
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, ContainerLayoutConfig, DomConfig, Editor, EditorListeners, InputFieldConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumEditorProps = {
|
|
8
8
|
/**
|
|
@@ -60,6 +60,10 @@ export declare type BryntumEditorProps = {
|
|
|
60
60
|
* leaving the application to listen for the [focusOut](https://bryntum.com/products/grid/docs/api/Core/widget/Editor#event-focusOut) event.
|
|
61
61
|
*/
|
|
62
62
|
blurAction?: 'complete' | 'cancel' | null;
|
|
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.
|
|
@@ -105,7 +109,7 @@ export declare type BryntumEditorProps = {
|
|
|
105
109
|
* ...
|
|
106
110
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Editor#config-color)
|
|
107
111
|
*/
|
|
108
|
-
color?:
|
|
112
|
+
color?: Color;
|
|
109
113
|
/**
|
|
110
114
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
111
115
|
*/
|
|
@@ -641,10 +645,11 @@ export declare class BryntumEditorComponent implements OnInit, OnDestroy {
|
|
|
641
645
|
ariaLabel: string;
|
|
642
646
|
autoUpdateRecord: boolean;
|
|
643
647
|
blurAction: 'complete' | 'cancel' | null;
|
|
648
|
+
border: boolean;
|
|
644
649
|
bubbleEvents: object;
|
|
645
650
|
cancelKey: string;
|
|
646
651
|
centered: boolean;
|
|
647
|
-
color:
|
|
652
|
+
color: Color;
|
|
648
653
|
completeKey: string;
|
|
649
654
|
completeOnChange: boolean;
|
|
650
655
|
config: object;
|
|
@@ -965,5 +970,5 @@ export declare class BryntumEditorComponent implements OnInit, OnDestroy {
|
|
|
965
970
|
*/
|
|
966
971
|
ngOnDestroy(): void;
|
|
967
972
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumEditorComponent, never>;
|
|
968
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumEditorComponent, "bryntum-editor", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "appendToTargetParent": "appendToTargetParent"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "blurAction": "blurAction"; "bubbleEvents": "bubbleEvents"; "cancelKey": "cancelKey"; "centered": "centered"; "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"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "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"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "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"; "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"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "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>;
|
|
973
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumEditorComponent, "bryntum-editor", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "appendToTargetParent": "appendToTargetParent"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "blurAction": "blurAction"; "border": "border"; "bubbleEvents": "bubbleEvents"; "cancelKey": "cancelKey"; "centered": "centered"; "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"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "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"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "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"; "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"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "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>;
|
|
969
974
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum FieldFilterPickerGroup
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, CollectionFilterConfig, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldFilterPickerConfig, FieldFilterPickerGroup, FieldFilterPickerGroupListeners, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, Store, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
5
|
+
import { AlignSpec, Base, CollectionFilterConfig, Color, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldFilterPickerConfig, FieldFilterPickerGroup, FieldFilterPickerGroupListeners, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, Store, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumFieldFilterPickerGroupProps = {
|
|
8
8
|
/**
|
|
@@ -62,6 +62,10 @@ export declare type BryntumFieldFilterPickerGroupProps = {
|
|
|
62
62
|
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
63
63
|
*/
|
|
64
64
|
autoUpdateRecord?: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Set `true` to add a border to this container's element.
|
|
67
|
+
*/
|
|
68
|
+
border?: boolean;
|
|
65
69
|
/**
|
|
66
70
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
67
71
|
* hierarchy when triggered.
|
|
@@ -117,7 +121,7 @@ export declare type BryntumFieldFilterPickerGroupProps = {
|
|
|
117
121
|
* ...
|
|
118
122
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#config-color)
|
|
119
123
|
*/
|
|
120
|
-
color?:
|
|
124
|
+
color?: Color;
|
|
121
125
|
/**
|
|
122
126
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
123
127
|
*/
|
|
@@ -665,11 +669,12 @@ export declare class BryntumFieldFilterPickerGroupComponent implements OnInit, O
|
|
|
665
669
|
ariaDescription: string;
|
|
666
670
|
ariaLabel: string;
|
|
667
671
|
autoUpdateRecord: boolean;
|
|
672
|
+
border: boolean;
|
|
668
673
|
bubbleEvents: object;
|
|
669
674
|
canDeleteFilter: (filter: any) => boolean;
|
|
670
675
|
canManageFilter: (filter: any) => boolean;
|
|
671
676
|
centered: boolean;
|
|
672
|
-
color:
|
|
677
|
+
color: Color;
|
|
673
678
|
config: object;
|
|
674
679
|
constrainTo: HTMLElement | Widget | Rectangle;
|
|
675
680
|
contentElementCls: string | object;
|
|
@@ -931,5 +936,5 @@ export declare class BryntumFieldFilterPickerGroupComponent implements OnInit, O
|
|
|
931
936
|
*/
|
|
932
937
|
ngOnDestroy(): void;
|
|
933
938
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumFieldFilterPickerGroupComponent, never>;
|
|
934
|
-
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"; "autoUpdateRecord": "autoUpdateRecord"; "bubbleEvents": "bubbleEvents"; "canDeleteFilter": "canDeleteFilter"; "canManageFilter": "canManageFilter"; "centered": "centered"; "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"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "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"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "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"; "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"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "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>;
|
|
939
|
+
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"; "autoUpdateRecord": "autoUpdateRecord"; "border": "border"; "bubbleEvents": "bubbleEvents"; "canDeleteFilter": "canDeleteFilter"; "canManageFilter": "canManageFilter"; "centered": "centered"; "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"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "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"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "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"; "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"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "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>;
|
|
935
940
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum FieldFilterPicker
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, ComboConfig, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldFilterPicker, FieldFilterPickerListeners, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, Store, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/grid';
|
|
5
|
+
import { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldFilterPicker, FieldFilterPickerListeners, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, Store, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/grid';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare type BryntumFieldFilterPickerProps = {
|
|
8
8
|
/**
|
|
@@ -52,6 +52,10 @@ export declare type BryntumFieldFilterPickerProps = {
|
|
|
52
52
|
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
53
53
|
*/
|
|
54
54
|
autoUpdateRecord?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Set `true` to add a border to this container's element.
|
|
57
|
+
*/
|
|
58
|
+
border?: boolean;
|
|
55
59
|
/**
|
|
56
60
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
57
61
|
* hierarchy when triggered.
|
|
@@ -91,7 +95,7 @@ export declare type BryntumFieldFilterPickerProps = {
|
|
|
91
95
|
* ...
|
|
92
96
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-color)
|
|
93
97
|
*/
|
|
94
|
-
color?:
|
|
98
|
+
color?: Color;
|
|
95
99
|
/**
|
|
96
100
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
97
101
|
*/
|
|
@@ -641,9 +645,10 @@ export declare class BryntumFieldFilterPickerComponent implements OnInit, OnDest
|
|
|
641
645
|
ariaDescription: string;
|
|
642
646
|
ariaLabel: string;
|
|
643
647
|
autoUpdateRecord: boolean;
|
|
648
|
+
border: boolean;
|
|
644
649
|
bubbleEvents: object;
|
|
645
650
|
centered: boolean;
|
|
646
|
-
color:
|
|
651
|
+
color: Color;
|
|
647
652
|
config: object;
|
|
648
653
|
constrainTo: HTMLElement | Widget | Rectangle;
|
|
649
654
|
contentElementCls: string | object;
|
|
@@ -899,5 +904,5 @@ export declare class BryntumFieldFilterPickerComponent implements OnInit, OnDest
|
|
|
899
904
|
*/
|
|
900
905
|
ngOnDestroy(): void;
|
|
901
906
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumFieldFilterPickerComponent, never>;
|
|
902
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumFieldFilterPickerComponent, "bryntum-field-filter-picker", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "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"; "filter": "filter"; "floating": "floating"; "getValueFieldConfig": "getValueFieldConfig"; "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"; "operatorLocked": "operatorLocked"; "operators": "operators"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "propertyFieldConfig": "propertyFieldConfig"; "propertyLocked": "propertyLocked"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "store": "store"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "textAlign": "textAlign"; "textContent": "textContent"; "title": "title"; "triggerChangeOnInput": "triggerChangeOnInput"; "type": "type"; "ui": "ui"; "valueFieldPlaceholders": "valueFieldPlaceholders"; "valueLocked": "valueLocked"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "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"; "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"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "parent": "parent"; "values": "values"; }, { "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>;
|
|
907
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumFieldFilterPickerComponent, "bryntum-field-filter-picker", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "border": "border"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "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"; "filter": "filter"; "floating": "floating"; "getValueFieldConfig": "getValueFieldConfig"; "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"; "operatorLocked": "operatorLocked"; "operators": "operators"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "propertyFieldConfig": "propertyFieldConfig"; "propertyLocked": "propertyLocked"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "store": "store"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "textAlign": "textAlign"; "textContent": "textContent"; "title": "title"; "triggerChangeOnInput": "triggerChangeOnInput"; "type": "type"; "ui": "ui"; "valueFieldPlaceholders": "valueFieldPlaceholders"; "valueLocked": "valueLocked"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "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"; "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"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "parent": "parent"; "values": "values"; }, { "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>;
|
|
903
908
|
}
|