@bryntum/grid-angular 7.1.2 → 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 +12 -6
- package/bundles/bryntum-grid-angular.umd.js +1094 -302
- 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 +45 -16
- 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 +45 -16
- 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 +45 -16
- 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 +1087 -299
- 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 +49 -18
- 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 +49 -18
- 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 +49 -18
- 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 +61 -25
- 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 +61 -25
- 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 +61 -25
- 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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Component, isDevMode, EventEmitter, Input, Output, ViewChild, NgModule } from '@angular/core';
|
|
3
|
-
import { Fullscreen, Button, Widget, DemoCodeEditor, CSSHelper, AjaxHelper, AIFilterField, ButtonGroup, ChatPanel, Checkbox, CheckboxGroup, ChecklistFilterCombo, ChipView, CodeEditor, ColorField, Combo, Container, DateField, DatePicker, DateRangeField, DateTimeField, DisplayField, DurationField, Editor, FieldFilterPicker, FieldFilterPickerGroup, FieldSet, FileField, FilePicker, FilterField, StringHelper, Grid, GridBase, GridChartDesigner, GridFieldFilterPicker, GridFieldFilterPickerGroup, GroupBar, Hint, Label, List, Menu, MonthPicker, NumberField, PagingToolbar, Panel, PasswordField, Radio, RadioGroup, Slider, SlideToggle, Splitter, TabPanel, TextAreaField, TextAreaPickerField, TextField, TimeField, TimePicker, Toolbar, TreeCombo, TreeGrid, YearPicker } from '@bryntum/grid';
|
|
3
|
+
import { Fullscreen, Button, Widget, DemoCodeEditor, CSSHelper, AjaxHelper, AIFilterField, ButtonGroup, ChatPanel, Checkbox, CheckboxGroup, ChecklistFilterCombo, ChipView, CodeEditor, ColorField, Combo, Container, DateField, DatePicker, DateRangeField, DateTimeField, DisplayField, DurationField, Editor, FieldFilterPicker, FieldFilterPickerGroup, FieldSet, FileField, FilePicker, FilterField, StringHelper, Grid, GridBase, GridChartDesigner, GridFieldFilterPicker, GridFieldFilterPickerGroup, GroupBar, Hint, Label, List, Menu, MonthPicker, NumberField, PagingToolbar, Panel, PasswordField, ProgressBar, Radio, RadioGroup, Slider, SlideToggle, Splitter, TabPanel, TextAreaField, TextAreaPickerField, TextField, TimeField, TimePicker, Toolbar, TreeCombo, TreeGrid, YearPicker } from '@bryntum/grid';
|
|
4
4
|
import { __awaiter } from 'tslib';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -2048,6 +2048,7 @@ BryntumButtonGroupComponent.bryntumConfigs = BryntumButtonGroupComponent.bryntum
|
|
|
2048
2048
|
'ariaDescription',
|
|
2049
2049
|
'ariaLabel',
|
|
2050
2050
|
'autoUpdateRecord',
|
|
2051
|
+
'border',
|
|
2051
2052
|
'bubbleEvents',
|
|
2052
2053
|
'callOnFunctions',
|
|
2053
2054
|
'catchEventHandlerExceptions',
|
|
@@ -2144,6 +2145,7 @@ BryntumButtonGroupComponent.bryntumConfigsOnly = [
|
|
|
2144
2145
|
'ariaDescription',
|
|
2145
2146
|
'ariaLabel',
|
|
2146
2147
|
'autoUpdateRecord',
|
|
2148
|
+
'border',
|
|
2147
2149
|
'bubbleEvents',
|
|
2148
2150
|
'centered',
|
|
2149
2151
|
'color',
|
|
@@ -2245,7 +2247,7 @@ BryntumButtonGroupComponent.bryntumProps = BryntumButtonGroupComponent.bryntumFe
|
|
|
2245
2247
|
'y'
|
|
2246
2248
|
]);
|
|
2247
2249
|
BryntumButtonGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumButtonGroupComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2248
|
-
BryntumButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumButtonGroupComponent, selector: "bryntum-button-group", inputs: { 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", 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", 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", toggleGroup: "toggleGroup", type: "type", ui: "ui", useGap: "useGap", 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", toggleable: "toggleable", tooltip: "tooltip", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", values: "values" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
2250
|
+
BryntumButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumButtonGroupComponent, selector: "bryntum-button-group", inputs: { 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", 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", 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", toggleGroup: "toggleGroup", type: "type", ui: "ui", useGap: "useGap", 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", toggleable: "toggleable", tooltip: "tooltip", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", values: "values" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
2249
2251
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumButtonGroupComponent, decorators: [{
|
|
2250
2252
|
type: Component,
|
|
2251
2253
|
args: [{
|
|
@@ -2264,6 +2266,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
2264
2266
|
type: Input
|
|
2265
2267
|
}], autoUpdateRecord: [{
|
|
2266
2268
|
type: Input
|
|
2269
|
+
}], border: [{
|
|
2270
|
+
type: Input
|
|
2267
2271
|
}], bubbleEvents: [{
|
|
2268
2272
|
type: Input
|
|
2269
2273
|
}], centered: [{
|
|
@@ -2797,6 +2801,7 @@ BryntumChatPanelComponent.bryntumConfigs = BryntumChatPanelComponent.bryntumFeat
|
|
|
2797
2801
|
'avatar',
|
|
2798
2802
|
'bbar',
|
|
2799
2803
|
'bodyCls',
|
|
2804
|
+
'border',
|
|
2800
2805
|
'bubbleEvents',
|
|
2801
2806
|
'bubbleTools',
|
|
2802
2807
|
'callOnFunctions',
|
|
@@ -2910,6 +2915,7 @@ BryntumChatPanelComponent.bryntumConfigsOnly = [
|
|
|
2910
2915
|
'autoUpdateRecord',
|
|
2911
2916
|
'bbar',
|
|
2912
2917
|
'bodyCls',
|
|
2918
|
+
'border',
|
|
2913
2919
|
'bubbleEvents',
|
|
2914
2920
|
'centered',
|
|
2915
2921
|
'collapsible',
|
|
@@ -3029,7 +3035,7 @@ BryntumChatPanelComponent.bryntumProps = BryntumChatPanelComponent.bryntumFeatur
|
|
|
3029
3035
|
'y'
|
|
3030
3036
|
]);
|
|
3031
3037
|
BryntumChatPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumChatPanelComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3032
|
-
BryntumChatPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumChatPanelComponent, selector: "bryntum-chat-panel", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", avatar: "avatar", bubbleTools: "bubbleTools", 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", intro: "intro", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", 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", strictRecordMapping: "strictRecordMapping", 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", store: "store", values: "values" }, outputs: { 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", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow", onToolClick: "onToolClick" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
3038
|
+
BryntumChatPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumChatPanelComponent, selector: "bryntum-chat-panel", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", avatar: "avatar", bubbleTools: "bubbleTools", 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", intro: "intro", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", 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", strictRecordMapping: "strictRecordMapping", 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", store: "store", values: "values" }, outputs: { 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", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow", onToolClick: "onToolClick" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
3033
3039
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumChatPanelComponent, decorators: [{
|
|
3034
3040
|
type: Component,
|
|
3035
3041
|
args: [{
|
|
@@ -3052,6 +3058,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
3052
3058
|
type: Input
|
|
3053
3059
|
}], bodyCls: [{
|
|
3054
3060
|
type: Input
|
|
3061
|
+
}], border: [{
|
|
3062
|
+
type: Input
|
|
3055
3063
|
}], bubbleEvents: [{
|
|
3056
3064
|
type: Input
|
|
3057
3065
|
}], centered: [{
|
|
@@ -4424,6 +4432,7 @@ BryntumCheckboxGroupComponent.bryntumConfigs = BryntumCheckboxGroupComponent.bry
|
|
|
4424
4432
|
'autoUpdateRecord',
|
|
4425
4433
|
'bbar',
|
|
4426
4434
|
'bodyCls',
|
|
4435
|
+
'border',
|
|
4427
4436
|
'bubbleEvents',
|
|
4428
4437
|
'callOnFunctions',
|
|
4429
4438
|
'catchEventHandlerExceptions',
|
|
@@ -4543,6 +4552,7 @@ BryntumCheckboxGroupComponent.bryntumConfigsOnly = [
|
|
|
4543
4552
|
'autoUpdateRecord',
|
|
4544
4553
|
'bbar',
|
|
4545
4554
|
'bodyCls',
|
|
4555
|
+
'border',
|
|
4546
4556
|
'bubbleEvents',
|
|
4547
4557
|
'centered',
|
|
4548
4558
|
'collapsible',
|
|
@@ -4666,7 +4676,7 @@ BryntumCheckboxGroupComponent.bryntumProps = BryntumCheckboxGroupComponent.brynt
|
|
|
4666
4676
|
'y'
|
|
4667
4677
|
]);
|
|
4668
4678
|
BryntumCheckboxGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumCheckboxGroupComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
4669
|
-
BryntumCheckboxGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumCheckboxGroupComponent, selector: "bryntum-checkbox-group", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", labelCls: "labelCls", labelWidth: "labelWidth", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", name: "name", namedItems: "namedItems", options: "options", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", 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", inline: "inline", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", label: "label", labelPosition: "labelPosition", 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", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", value: "value", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", state: "state", values: "values" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
4679
|
+
BryntumCheckboxGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumCheckboxGroupComponent, selector: "bryntum-checkbox-group", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", labelCls: "labelCls", labelWidth: "labelWidth", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", name: "name", namedItems: "namedItems", options: "options", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", 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", inline: "inline", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", label: "label", labelPosition: "labelPosition", 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", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", value: "value", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", state: "state", values: "values" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
4670
4680
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumCheckboxGroupComponent, decorators: [{
|
|
4671
4681
|
type: Component,
|
|
4672
4682
|
args: [{
|
|
@@ -4689,6 +4699,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
4689
4699
|
type: Input
|
|
4690
4700
|
}], bodyCls: [{
|
|
4691
4701
|
type: Input
|
|
4702
|
+
}], border: [{
|
|
4703
|
+
type: Input
|
|
4692
4704
|
}], bubbleEvents: [{
|
|
4693
4705
|
type: Input
|
|
4694
4706
|
}], centered: [{
|
|
@@ -6280,13 +6292,11 @@ BryntumChipViewComponent.bryntumConfigsOnly = [
|
|
|
6280
6292
|
'activateOnMouseover',
|
|
6281
6293
|
'adopt',
|
|
6282
6294
|
'align',
|
|
6283
|
-
'allowGroupSelect',
|
|
6284
6295
|
'anchor',
|
|
6285
6296
|
'ariaDescription',
|
|
6286
6297
|
'ariaLabel',
|
|
6287
6298
|
'bubbleEvents',
|
|
6288
6299
|
'centered',
|
|
6289
|
-
'clearSelectionOnEmptySpaceClick',
|
|
6290
6300
|
'closable',
|
|
6291
6301
|
'closeHandler',
|
|
6292
6302
|
'color',
|
|
@@ -6338,10 +6348,12 @@ BryntumChipViewComponent.bryntumConfigsOnly = [
|
|
|
6338
6348
|
];
|
|
6339
6349
|
BryntumChipViewComponent.bryntumProps = BryntumChipViewComponent.bryntumFeatureNames.concat([
|
|
6340
6350
|
'alignSelf',
|
|
6351
|
+
'allowGroupSelect',
|
|
6341
6352
|
'anchorSize',
|
|
6342
6353
|
'appendTo',
|
|
6343
6354
|
'callOnFunctions',
|
|
6344
6355
|
'catchEventHandlerExceptions',
|
|
6356
|
+
'clearSelectionOnEmptySpaceClick',
|
|
6345
6357
|
'cls',
|
|
6346
6358
|
'collapsibleGroups',
|
|
6347
6359
|
'column',
|
|
@@ -6382,7 +6394,7 @@ BryntumChipViewComponent.bryntumProps = BryntumChipViewComponent.bryntumFeatureN
|
|
|
6382
6394
|
'y'
|
|
6383
6395
|
]);
|
|
6384
6396
|
BryntumChipViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumChipViewComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
6385
|
-
BryntumChipViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumChipViewComponent, selector: "bryntum-chip-view", inputs: { activateOnMouseover: "activateOnMouseover", adopt: "adopt", align: "align",
|
|
6397
|
+
BryntumChipViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumChipViewComponent, selector: "bryntum-chip-view", inputs: { activateOnMouseover: "activateOnMouseover", adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", bubbleEvents: "bubbleEvents", centered: "centered", closable: "closable", closeHandler: "closeHandler", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", displayField: "displayField", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", floating: "floating", getItemCls: "getItemCls", getItemStyle: "getItemStyle", groupHeaderTpl: "groupHeaderTpl", hideAnimation: "hideAnimation", htmlCls: "htmlCls", iconTpl: "iconTpl", ignoreParentReadOnly: "ignoreParentReadOnly", isSelectable: "isSelectable", itemTpl: "itemTpl", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", selectAllItem: "selectAllItem", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", tab: "tab", tag: "tag", textAlign: "textAlign", tooltipTemplate: "tooltipTemplate", type: "type", ui: "ui", virtualize: "virtualize", weight: "weight", alignSelf: "alignSelf", allowGroupSelect: "allowGroupSelect", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", clearSelectionOnEmptySpaceClick: "clearSelectionOnEmptySpaceClick", cls: "cls", collapsibleGroups: "collapsibleGroups", column: "column", content: "content", dataset: "dataset", disabled: "disabled", emptyText: "emptyText", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", multiSelect: "multiSelect", readOnly: "readOnly", rtl: "rtl", scrollable: "scrollable", selected: "selected", span: "span", store: "store", title: "title", toggleAllIfCtrlPressed: "toggleAllIfCtrlPressed", tooltip: "tooltip", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", parent: "parent" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeItem: "onBeforeItem", onBeforeShow: "onBeforeShow", onCatchAll: "onCatchAll", onDestroy: "onDestroy", onElementCreated: "onElementCreated", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onItem: "onItem", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onSelectionChange: "onSelectionChange", onShow: "onShow", onToggleGroup: "onToggleGroup", onToggleNode: "onToggleNode" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
6386
6398
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumChipViewComponent, decorators: [{
|
|
6387
6399
|
type: Component,
|
|
6388
6400
|
args: [{
|
|
@@ -6395,8 +6407,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
6395
6407
|
type: Input
|
|
6396
6408
|
}], align: [{
|
|
6397
6409
|
type: Input
|
|
6398
|
-
}], allowGroupSelect: [{
|
|
6399
|
-
type: Input
|
|
6400
6410
|
}], anchor: [{
|
|
6401
6411
|
type: Input
|
|
6402
6412
|
}], ariaDescription: [{
|
|
@@ -6407,8 +6417,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
6407
6417
|
type: Input
|
|
6408
6418
|
}], centered: [{
|
|
6409
6419
|
type: Input
|
|
6410
|
-
}], clearSelectionOnEmptySpaceClick: [{
|
|
6411
|
-
type: Input
|
|
6412
6420
|
}], closable: [{
|
|
6413
6421
|
type: Input
|
|
6414
6422
|
}], closeHandler: [{
|
|
@@ -6507,12 +6515,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
6507
6515
|
type: Input
|
|
6508
6516
|
}], alignSelf: [{
|
|
6509
6517
|
type: Input
|
|
6518
|
+
}], allowGroupSelect: [{
|
|
6519
|
+
type: Input
|
|
6510
6520
|
}], appendTo: [{
|
|
6511
6521
|
type: Input
|
|
6512
6522
|
}], callOnFunctions: [{
|
|
6513
6523
|
type: Input
|
|
6514
6524
|
}], catchEventHandlerExceptions: [{
|
|
6515
6525
|
type: Input
|
|
6526
|
+
}], clearSelectionOnEmptySpaceClick: [{
|
|
6527
|
+
type: Input
|
|
6516
6528
|
}], cls: [{
|
|
6517
6529
|
type: Input
|
|
6518
6530
|
}], collapsibleGroups: [{
|
|
@@ -6911,6 +6923,7 @@ BryntumCodeEditorComponent.bryntumConfigs = BryntumCodeEditorComponent.bryntumFe
|
|
|
6911
6923
|
'autoUpdateRecord',
|
|
6912
6924
|
'bbar',
|
|
6913
6925
|
'bodyCls',
|
|
6926
|
+
'border',
|
|
6914
6927
|
'bubbleEvents',
|
|
6915
6928
|
'callOnFunctions',
|
|
6916
6929
|
'catchEventHandlerExceptions',
|
|
@@ -7026,6 +7039,7 @@ BryntumCodeEditorComponent.bryntumConfigsOnly = [
|
|
|
7026
7039
|
'autoUpdateRecord',
|
|
7027
7040
|
'bbar',
|
|
7028
7041
|
'bodyCls',
|
|
7042
|
+
'border',
|
|
7029
7043
|
'bubbleEvents',
|
|
7030
7044
|
'centered',
|
|
7031
7045
|
'codePath',
|
|
@@ -7145,7 +7159,7 @@ BryntumCodeEditorComponent.bryntumProps = BryntumCodeEditorComponent.bryntumFeat
|
|
|
7145
7159
|
'y'
|
|
7146
7160
|
]);
|
|
7147
7161
|
BryntumCodeEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumCodeEditorComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
7148
|
-
BryntumCodeEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumCodeEditorComponent, selector: "bryntum-code-editor", inputs: { adopt: "adopt", align: "align", anchor: "anchor", 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", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
7162
|
+
BryntumCodeEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumCodeEditorComponent, selector: "bryntum-code-editor", inputs: { adopt: "adopt", align: "align", anchor: "anchor", 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", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
7149
7163
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumCodeEditorComponent, decorators: [{
|
|
7150
7164
|
type: Component,
|
|
7151
7165
|
args: [{
|
|
@@ -7168,6 +7182,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
7168
7182
|
type: Input
|
|
7169
7183
|
}], bodyCls: [{
|
|
7170
7184
|
type: Input
|
|
7185
|
+
}], border: [{
|
|
7186
|
+
type: Input
|
|
7171
7187
|
}], bubbleEvents: [{
|
|
7172
7188
|
type: Input
|
|
7173
7189
|
}], centered: [{
|
|
@@ -9396,6 +9412,7 @@ BryntumContainerComponent.bryntumConfigs = BryntumContainerComponent.bryntumFeat
|
|
|
9396
9412
|
'ariaDescription',
|
|
9397
9413
|
'ariaLabel',
|
|
9398
9414
|
'autoUpdateRecord',
|
|
9415
|
+
'border',
|
|
9399
9416
|
'bubbleEvents',
|
|
9400
9417
|
'callOnFunctions',
|
|
9401
9418
|
'catchEventHandlerExceptions',
|
|
@@ -9489,6 +9506,7 @@ BryntumContainerComponent.bryntumConfigsOnly = [
|
|
|
9489
9506
|
'ariaDescription',
|
|
9490
9507
|
'ariaLabel',
|
|
9491
9508
|
'autoUpdateRecord',
|
|
9509
|
+
'border',
|
|
9492
9510
|
'bubbleEvents',
|
|
9493
9511
|
'centered',
|
|
9494
9512
|
'color',
|
|
@@ -9587,7 +9605,7 @@ BryntumContainerComponent.bryntumProps = BryntumContainerComponent.bryntumFeatur
|
|
|
9587
9605
|
'y'
|
|
9588
9606
|
]);
|
|
9589
9607
|
BryntumContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumContainerComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
9590
|
-
BryntumContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumContainerComponent, selector: "bryntum-container", inputs: { 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", 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", 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", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
9608
|
+
BryntumContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumContainerComponent, selector: "bryntum-container", inputs: { 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", 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", 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", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
9591
9609
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumContainerComponent, decorators: [{
|
|
9592
9610
|
type: Component,
|
|
9593
9611
|
args: [{
|
|
@@ -9606,6 +9624,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
9606
9624
|
type: Input
|
|
9607
9625
|
}], autoUpdateRecord: [{
|
|
9608
9626
|
type: Input
|
|
9627
|
+
}], border: [{
|
|
9628
|
+
type: Input
|
|
9609
9629
|
}], bubbleEvents: [{
|
|
9610
9630
|
type: Input
|
|
9611
9631
|
}], centered: [{
|
|
@@ -10179,6 +10199,7 @@ BryntumDateFieldComponent.bryntumConfigs = BryntumDateFieldComponent.bryntumFeat
|
|
|
10179
10199
|
'monitorResize',
|
|
10180
10200
|
'name',
|
|
10181
10201
|
'owner',
|
|
10202
|
+
'partner',
|
|
10182
10203
|
'picker',
|
|
10183
10204
|
'pickerAlignElement',
|
|
10184
10205
|
'pickerFormat',
|
|
@@ -10334,6 +10355,7 @@ BryntumDateFieldComponent.bryntumProps = BryntumDateFieldComponent.bryntumFeatur
|
|
|
10334
10355
|
'minHeight',
|
|
10335
10356
|
'minWidth',
|
|
10336
10357
|
'parent',
|
|
10358
|
+
'partner',
|
|
10337
10359
|
'placeholder',
|
|
10338
10360
|
'readOnly',
|
|
10339
10361
|
'rendition',
|
|
@@ -10351,7 +10373,7 @@ BryntumDateFieldComponent.bryntumProps = BryntumDateFieldComponent.bryntumFeatur
|
|
|
10351
10373
|
'y'
|
|
10352
10374
|
]);
|
|
10353
10375
|
BryntumDateFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumDateFieldComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
10354
|
-
BryntumDateFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumDateFieldComponent, selector: "bryntum-date-field", inputs: { 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
10376
|
+
BryntumDateFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumDateFieldComponent, selector: "bryntum-date-field", inputs: { 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
10355
10377
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumDateFieldComponent, decorators: [{
|
|
10356
10378
|
type: Component,
|
|
10357
10379
|
args: [{
|
|
@@ -10568,6 +10590,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
10568
10590
|
type: Input
|
|
10569
10591
|
}], minWidth: [{
|
|
10570
10592
|
type: Input
|
|
10593
|
+
}], partner: [{
|
|
10594
|
+
type: Input
|
|
10571
10595
|
}], placeholder: [{
|
|
10572
10596
|
type: Input
|
|
10573
10597
|
}], readOnly: [{
|
|
@@ -10988,6 +11012,7 @@ BryntumDatePickerComponent.bryntumConfigs = BryntumDatePickerComponent.bryntumFe
|
|
|
10988
11012
|
'autoUpdateRecord',
|
|
10989
11013
|
'bbar',
|
|
10990
11014
|
'bodyCls',
|
|
11015
|
+
'border',
|
|
10991
11016
|
'bubbleEvents',
|
|
10992
11017
|
'callOnFunctions',
|
|
10993
11018
|
'catchEventHandlerExceptions',
|
|
@@ -11133,6 +11158,7 @@ BryntumDatePickerComponent.bryntumConfigsOnly = [
|
|
|
11133
11158
|
'autoUpdateRecord',
|
|
11134
11159
|
'bbar',
|
|
11135
11160
|
'bodyCls',
|
|
11161
|
+
'border',
|
|
11136
11162
|
'bubbleEvents',
|
|
11137
11163
|
'cellRenderer',
|
|
11138
11164
|
'centered',
|
|
@@ -11198,7 +11224,6 @@ BryntumDatePickerComponent.bryntumConfigsOnly = [
|
|
|
11198
11224
|
'scrollAction',
|
|
11199
11225
|
'showAnimation',
|
|
11200
11226
|
'showTooltipWhenDisabled',
|
|
11201
|
-
'showWeekColumn',
|
|
11202
11227
|
'sixWeeks',
|
|
11203
11228
|
'stateful',
|
|
11204
11229
|
'statefulEvents',
|
|
@@ -11269,6 +11294,7 @@ BryntumDatePickerComponent.bryntumProps = BryntumDatePickerComponent.bryntumFeat
|
|
|
11269
11294
|
'scrollable',
|
|
11270
11295
|
'selection',
|
|
11271
11296
|
'shadePastDates',
|
|
11297
|
+
'showWeekColumn',
|
|
11272
11298
|
'span',
|
|
11273
11299
|
'state',
|
|
11274
11300
|
'strictRecordMapping',
|
|
@@ -11282,7 +11308,7 @@ BryntumDatePickerComponent.bryntumProps = BryntumDatePickerComponent.bryntumFeat
|
|
|
11282
11308
|
'y'
|
|
11283
11309
|
]);
|
|
11284
11310
|
BryntumDatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumDatePickerComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
11285
|
-
BryntumDatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumDatePickerComponent, selector: "bryntum-date-picker", inputs: { 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",
|
|
11311
|
+
BryntumDatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumDatePickerComponent, selector: "bryntum-date-picker", inputs: { 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
11286
11312
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumDatePickerComponent, decorators: [{
|
|
11287
11313
|
type: Component,
|
|
11288
11314
|
args: [{
|
|
@@ -11307,6 +11333,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
11307
11333
|
type: Input
|
|
11308
11334
|
}], bodyCls: [{
|
|
11309
11335
|
type: Input
|
|
11336
|
+
}], border: [{
|
|
11337
|
+
type: Input
|
|
11310
11338
|
}], bubbleEvents: [{
|
|
11311
11339
|
type: Input
|
|
11312
11340
|
}], cellRenderer: [{
|
|
@@ -11437,8 +11465,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
11437
11465
|
type: Input
|
|
11438
11466
|
}], showTooltipWhenDisabled: [{
|
|
11439
11467
|
type: Input
|
|
11440
|
-
}], showWeekColumn: [{
|
|
11441
|
-
type: Input
|
|
11442
11468
|
}], sixWeeks: [{
|
|
11443
11469
|
type: Input
|
|
11444
11470
|
}], stateful: [{
|
|
@@ -11563,6 +11589,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
11563
11589
|
type: Input
|
|
11564
11590
|
}], shadePastDates: [{
|
|
11565
11591
|
type: Input
|
|
11592
|
+
}], showWeekColumn: [{
|
|
11593
|
+
type: Input
|
|
11566
11594
|
}], span: [{
|
|
11567
11595
|
type: Input
|
|
11568
11596
|
}], strictRecordMapping: [{
|
|
@@ -13507,6 +13535,7 @@ BryntumDemoCodeEditorComponent.bryntumConfigs = BryntumDemoCodeEditorComponent.b
|
|
|
13507
13535
|
'autoUpdateRecord',
|
|
13508
13536
|
'bbar',
|
|
13509
13537
|
'bodyCls',
|
|
13538
|
+
'border',
|
|
13510
13539
|
'bubbleEvents',
|
|
13511
13540
|
'callOnFunctions',
|
|
13512
13541
|
'catchEventHandlerExceptions',
|
|
@@ -13625,6 +13654,7 @@ BryntumDemoCodeEditorComponent.bryntumConfigsOnly = [
|
|
|
13625
13654
|
'autoUpdateRecord',
|
|
13626
13655
|
'bbar',
|
|
13627
13656
|
'bodyCls',
|
|
13657
|
+
'border',
|
|
13628
13658
|
'bubbleEvents',
|
|
13629
13659
|
'centered',
|
|
13630
13660
|
'codePath',
|
|
@@ -13746,7 +13776,7 @@ BryntumDemoCodeEditorComponent.bryntumProps = BryntumDemoCodeEditorComponent.bry
|
|
|
13746
13776
|
'y'
|
|
13747
13777
|
]);
|
|
13748
13778
|
BryntumDemoCodeEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumDemoCodeEditorComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
13749
|
-
BryntumDemoCodeEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumDemoCodeEditorComponent, selector: "bryntum-demo-code-editor", inputs: { 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
13779
|
+
BryntumDemoCodeEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumDemoCodeEditorComponent, selector: "bryntum-demo-code-editor", inputs: { 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
13750
13780
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumDemoCodeEditorComponent, decorators: [{
|
|
13751
13781
|
type: Component,
|
|
13752
13782
|
args: [{
|
|
@@ -13771,6 +13801,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
13771
13801
|
type: Input
|
|
13772
13802
|
}], bodyCls: [{
|
|
13773
13803
|
type: Input
|
|
13804
|
+
}], border: [{
|
|
13805
|
+
type: Input
|
|
13774
13806
|
}], bubbleEvents: [{
|
|
13775
13807
|
type: Input
|
|
13776
13808
|
}], centered: [{
|
|
@@ -15948,6 +15980,7 @@ BryntumEditorComponent.bryntumConfigs = BryntumEditorComponent.bryntumFeatureNam
|
|
|
15948
15980
|
'ariaLabel',
|
|
15949
15981
|
'autoUpdateRecord',
|
|
15950
15982
|
'blurAction',
|
|
15983
|
+
'border',
|
|
15951
15984
|
'bubbleEvents',
|
|
15952
15985
|
'callOnFunctions',
|
|
15953
15986
|
'cancelKey',
|
|
@@ -16052,6 +16085,7 @@ BryntumEditorComponent.bryntumConfigsOnly = [
|
|
|
16052
16085
|
'ariaLabel',
|
|
16053
16086
|
'autoUpdateRecord',
|
|
16054
16087
|
'blurAction',
|
|
16088
|
+
'border',
|
|
16055
16089
|
'bubbleEvents',
|
|
16056
16090
|
'cancelKey',
|
|
16057
16091
|
'centered',
|
|
@@ -16159,7 +16193,7 @@ BryntumEditorComponent.bryntumProps = BryntumEditorComponent.bryntumFeatureNames
|
|
|
16159
16193
|
'y'
|
|
16160
16194
|
]);
|
|
16161
16195
|
BryntumEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumEditorComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
16162
|
-
BryntumEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumEditorComponent, selector: "bryntum-editor", inputs: { 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
16196
|
+
BryntumEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumEditorComponent, selector: "bryntum-editor", inputs: { 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
16163
16197
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumEditorComponent, decorators: [{
|
|
16164
16198
|
type: Component,
|
|
16165
16199
|
args: [{
|
|
@@ -16182,6 +16216,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
16182
16216
|
type: Input
|
|
16183
16217
|
}], blurAction: [{
|
|
16184
16218
|
type: Input
|
|
16219
|
+
}], border: [{
|
|
16220
|
+
type: Input
|
|
16185
16221
|
}], bubbleEvents: [{
|
|
16186
16222
|
type: Input
|
|
16187
16223
|
}], cancelKey: [{
|
|
@@ -16689,6 +16725,7 @@ BryntumFieldFilterPickerComponent.bryntumConfigs = BryntumFieldFilterPickerCompo
|
|
|
16689
16725
|
'ariaDescription',
|
|
16690
16726
|
'ariaLabel',
|
|
16691
16727
|
'autoUpdateRecord',
|
|
16728
|
+
'border',
|
|
16692
16729
|
'bubbleEvents',
|
|
16693
16730
|
'callOnFunctions',
|
|
16694
16731
|
'catchEventHandlerExceptions',
|
|
@@ -16794,6 +16831,7 @@ BryntumFieldFilterPickerComponent.bryntumConfigsOnly = [
|
|
|
16794
16831
|
'ariaDescription',
|
|
16795
16832
|
'ariaLabel',
|
|
16796
16833
|
'autoUpdateRecord',
|
|
16834
|
+
'border',
|
|
16797
16835
|
'bubbleEvents',
|
|
16798
16836
|
'centered',
|
|
16799
16837
|
'color',
|
|
@@ -16904,7 +16942,7 @@ BryntumFieldFilterPickerComponent.bryntumProps = BryntumFieldFilterPickerCompone
|
|
|
16904
16942
|
'y'
|
|
16905
16943
|
]);
|
|
16906
16944
|
BryntumFieldFilterPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumFieldFilterPickerComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
16907
|
-
BryntumFieldFilterPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumFieldFilterPickerComponent, selector: "bryntum-field-filter-picker", inputs: { 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
16945
|
+
BryntumFieldFilterPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumFieldFilterPickerComponent, selector: "bryntum-field-filter-picker", inputs: { 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
16908
16946
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumFieldFilterPickerComponent, decorators: [{
|
|
16909
16947
|
type: Component,
|
|
16910
16948
|
args: [{
|
|
@@ -16923,6 +16961,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
16923
16961
|
type: Input
|
|
16924
16962
|
}], autoUpdateRecord: [{
|
|
16925
16963
|
type: Input
|
|
16964
|
+
}], border: [{
|
|
16965
|
+
type: Input
|
|
16926
16966
|
}], bubbleEvents: [{
|
|
16927
16967
|
type: Input
|
|
16928
16968
|
}], centered: [{
|
|
@@ -17433,6 +17473,7 @@ BryntumFieldFilterPickerGroupComponent.bryntumConfigs = BryntumFieldFilterPicker
|
|
|
17433
17473
|
'ariaDescription',
|
|
17434
17474
|
'ariaLabel',
|
|
17435
17475
|
'autoUpdateRecord',
|
|
17476
|
+
'border',
|
|
17436
17477
|
'bubbleEvents',
|
|
17437
17478
|
'callOnFunctions',
|
|
17438
17479
|
'canDeleteFilter',
|
|
@@ -17539,6 +17580,7 @@ BryntumFieldFilterPickerGroupComponent.bryntumConfigsOnly = [
|
|
|
17539
17580
|
'ariaDescription',
|
|
17540
17581
|
'ariaLabel',
|
|
17541
17582
|
'autoUpdateRecord',
|
|
17583
|
+
'border',
|
|
17542
17584
|
'bubbleEvents',
|
|
17543
17585
|
'canDeleteFilter',
|
|
17544
17586
|
'canManageFilter',
|
|
@@ -17649,7 +17691,7 @@ BryntumFieldFilterPickerGroupComponent.bryntumProps = BryntumFieldFilterPickerGr
|
|
|
17649
17691
|
'y'
|
|
17650
17692
|
]);
|
|
17651
17693
|
BryntumFieldFilterPickerGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumFieldFilterPickerGroupComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
17652
|
-
BryntumFieldFilterPickerGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumFieldFilterPickerGroupComponent, selector: "bryntum-field-filter-picker-group", inputs: { 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
17694
|
+
BryntumFieldFilterPickerGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumFieldFilterPickerGroupComponent, selector: "bryntum-field-filter-picker-group", inputs: { 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
17653
17695
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumFieldFilterPickerGroupComponent, decorators: [{
|
|
17654
17696
|
type: Component,
|
|
17655
17697
|
args: [{
|
|
@@ -17672,6 +17714,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
17672
17714
|
type: Input
|
|
17673
17715
|
}], autoUpdateRecord: [{
|
|
17674
17716
|
type: Input
|
|
17717
|
+
}], border: [{
|
|
17718
|
+
type: Input
|
|
17675
17719
|
}], bubbleEvents: [{
|
|
17676
17720
|
type: Input
|
|
17677
17721
|
}], canDeleteFilter: [{
|
|
@@ -18202,6 +18246,7 @@ BryntumFieldSetComponent.bryntumConfigs = BryntumFieldSetComponent.bryntumFeatur
|
|
|
18202
18246
|
'autoUpdateRecord',
|
|
18203
18247
|
'bbar',
|
|
18204
18248
|
'bodyCls',
|
|
18249
|
+
'border',
|
|
18205
18250
|
'bubbleEvents',
|
|
18206
18251
|
'callOnFunctions',
|
|
18207
18252
|
'catchEventHandlerExceptions',
|
|
@@ -18315,6 +18360,7 @@ BryntumFieldSetComponent.bryntumConfigsOnly = [
|
|
|
18315
18360
|
'autoUpdateRecord',
|
|
18316
18361
|
'bbar',
|
|
18317
18362
|
'bodyCls',
|
|
18363
|
+
'border',
|
|
18318
18364
|
'bubbleEvents',
|
|
18319
18365
|
'centered',
|
|
18320
18366
|
'collapsible',
|
|
@@ -18432,7 +18478,7 @@ BryntumFieldSetComponent.bryntumProps = BryntumFieldSetComponent.bryntumFeatureN
|
|
|
18432
18478
|
'y'
|
|
18433
18479
|
]);
|
|
18434
18480
|
BryntumFieldSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumFieldSetComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
18435
|
-
BryntumFieldSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumFieldSetComponent, selector: "bryntum-field-set", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", labelCls: "labelCls", labelWidth: "labelWidth", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", 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", inline: "inline", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", label: "label", 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", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
18481
|
+
BryntumFieldSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumFieldSetComponent, selector: "bryntum-field-set", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", labelCls: "labelCls", labelWidth: "labelWidth", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", 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", inline: "inline", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", label: "label", 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", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
18436
18482
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumFieldSetComponent, decorators: [{
|
|
18437
18483
|
type: Component,
|
|
18438
18484
|
args: [{
|
|
@@ -18455,6 +18501,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
18455
18501
|
type: Input
|
|
18456
18502
|
}], bodyCls: [{
|
|
18457
18503
|
type: Input
|
|
18504
|
+
}], border: [{
|
|
18505
|
+
type: Input
|
|
18458
18506
|
}], bubbleEvents: [{
|
|
18459
18507
|
type: Input
|
|
18460
18508
|
}], centered: [{
|
|
@@ -19748,6 +19796,7 @@ BryntumFilePickerComponent.bryntumConfigs = BryntumFilePickerComponent.bryntumFe
|
|
|
19748
19796
|
'ariaDescription',
|
|
19749
19797
|
'ariaLabel',
|
|
19750
19798
|
'autoUpdateRecord',
|
|
19799
|
+
'border',
|
|
19751
19800
|
'bubbleEvents',
|
|
19752
19801
|
'buttonConfig',
|
|
19753
19802
|
'callOnFunctions',
|
|
@@ -19844,6 +19893,7 @@ BryntumFilePickerComponent.bryntumConfigsOnly = [
|
|
|
19844
19893
|
'ariaDescription',
|
|
19845
19894
|
'ariaLabel',
|
|
19846
19895
|
'autoUpdateRecord',
|
|
19896
|
+
'border',
|
|
19847
19897
|
'bubbleEvents',
|
|
19848
19898
|
'buttonConfig',
|
|
19849
19899
|
'centered',
|
|
@@ -19945,7 +19995,7 @@ BryntumFilePickerComponent.bryntumProps = BryntumFilePickerComponent.bryntumFeat
|
|
|
19945
19995
|
'y'
|
|
19946
19996
|
]);
|
|
19947
19997
|
BryntumFilePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumFilePickerComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
19948
|
-
BryntumFilePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumFilePickerComponent, selector: "bryntum-file-picker", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bubbleEvents: "bubbleEvents", buttonConfig: "buttonConfig", centered: "centered", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", fileFieldConfig: "fileFieldConfig", 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", 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", 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", showBadge: "showBadge", 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" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onCatchAll: "onCatchAll", onChange: "onChange", onClear: "onClear", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onElementCreated: "onElementCreated", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
19998
|
+
BryntumFilePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumFilePickerComponent, selector: "bryntum-file-picker", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", border: "border", bubbleEvents: "bubbleEvents", buttonConfig: "buttonConfig", centered: "centered", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", fileFieldConfig: "fileFieldConfig", 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", 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", 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", showBadge: "showBadge", 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" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onCatchAll: "onCatchAll", onChange: "onChange", onClear: "onClear", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onElementCreated: "onElementCreated", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
19949
19999
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumFilePickerComponent, decorators: [{
|
|
19950
20000
|
type: Component,
|
|
19951
20001
|
args: [{
|
|
@@ -19964,6 +20014,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
19964
20014
|
type: Input
|
|
19965
20015
|
}], autoUpdateRecord: [{
|
|
19966
20016
|
type: Input
|
|
20017
|
+
}], border: [{
|
|
20018
|
+
type: Input
|
|
19967
20019
|
}], bubbleEvents: [{
|
|
19968
20020
|
type: Input
|
|
19969
20021
|
}], buttonConfig: [{
|
|
@@ -21043,6 +21095,14 @@ class BryntumGridComponent {
|
|
|
21043
21095
|
* @param {any} event.value The value being set
|
|
21044
21096
|
*/
|
|
21045
21097
|
this.onBeforeCellRangeEdit = new EventEmitter();
|
|
21098
|
+
/**
|
|
21099
|
+
* This event is triggered before a parent column is collapsed or expanded.
|
|
21100
|
+
* @param {object} event Event object
|
|
21101
|
+
* @param {Grid.view.GridBase} event.source The grid instance
|
|
21102
|
+
* @param {Grid.column.Column} event.column The column
|
|
21103
|
+
* @param {boolean} event.collapsed `true` if the column is being collapsed, `false` if expanded
|
|
21104
|
+
*/
|
|
21105
|
+
this.onBeforeColumnCollapseToggle = new EventEmitter();
|
|
21046
21106
|
/**
|
|
21047
21107
|
* This event is fired prior to starting a column drag gesture. The drag is canceled if a listener returns `false`.
|
|
21048
21108
|
* @param {object} event Event object
|
|
@@ -21153,16 +21213,16 @@ class BryntumGridComponent {
|
|
|
21153
21213
|
/**
|
|
21154
21214
|
* Fires before a row is rendered.
|
|
21155
21215
|
* @param {object} event Event object
|
|
21156
|
-
* @param {Grid.view.
|
|
21157
|
-
* @param {Grid.row.Row} event.row The row about to be rendered
|
|
21158
|
-
* @param {Core.data.Model} event.record The record for the row
|
|
21159
|
-
* @param {number} event.recordIndex The zero-based index of the record
|
|
21216
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
21217
|
+
* @param {Grid.row.Row} event.row The row about to be rendered
|
|
21218
|
+
* @param {Core.data.Model} event.record The record for the row
|
|
21219
|
+
* @param {number} event.recordIndex The zero-based index of the record
|
|
21160
21220
|
*/
|
|
21161
21221
|
this.onBeforeRenderRow = new EventEmitter();
|
|
21162
21222
|
/**
|
|
21163
21223
|
* Grid rows are about to be rendered
|
|
21164
21224
|
* @param {object} event Event object
|
|
21165
|
-
* @param {Grid.view.
|
|
21225
|
+
* @param {Grid.view.GridBase} event.source This grid.
|
|
21166
21226
|
*/
|
|
21167
21227
|
this.onBeforeRenderRows = new EventEmitter();
|
|
21168
21228
|
/**
|
|
@@ -21395,6 +21455,14 @@ class BryntumGridComponent {
|
|
|
21395
21455
|
* @param {Core.data.Model} event.record The record which has been collapsed.
|
|
21396
21456
|
*/
|
|
21397
21457
|
this.onCollapseNode = new EventEmitter();
|
|
21458
|
+
/**
|
|
21459
|
+
* This event is triggered after a parent column has been collapsed or expanded.
|
|
21460
|
+
* @param {object} event Event object
|
|
21461
|
+
* @param {Grid.view.GridBase} event.source The Grid instance
|
|
21462
|
+
* @param {Grid.column.Column} event.column The column being toggled
|
|
21463
|
+
* @param {boolean} event.collapsed `true` if the column is now collapsed, `false` if expanded
|
|
21464
|
+
*/
|
|
21465
|
+
this.onColumnCollapseToggle = new EventEmitter();
|
|
21398
21466
|
/**
|
|
21399
21467
|
* This event is fired when a column is being dragged, and you can set the `valid` flag on the `context` object
|
|
21400
21468
|
* to indicate whether the drop position is valid or not.
|
|
@@ -21476,7 +21544,7 @@ class BryntumGridComponent {
|
|
|
21476
21544
|
* ...
|
|
21477
21545
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#event-dataChange)
|
|
21478
21546
|
* @param {object} event Event object
|
|
21479
|
-
* @param {Grid.view.
|
|
21547
|
+
* @param {Grid.view.GridBase} event.source Owning grid
|
|
21480
21548
|
* @param {Core.data.Store} event.store The originating store
|
|
21481
21549
|
* @param {'remove','removeAll','add','clearchanges','filter','update','dataset','replace'} event.action Name of action which triggered the change. May be one of: * `'remove'` * `'removeAll'` * `'add'` * `'clearchanges'` * `'filter'` * `'update'` * `'dataset'` * `'replace'`
|
|
21482
21550
|
* @param {Core.data.Model} event.record Changed record, for actions that affects exactly one record (`'update'`)
|
|
@@ -21791,16 +21859,16 @@ class BryntumGridComponent {
|
|
|
21791
21859
|
/**
|
|
21792
21860
|
* Fires after a row is rendered.
|
|
21793
21861
|
* @param {object} event Event object
|
|
21794
|
-
* @param {Grid.view.
|
|
21795
|
-
* @param {Grid.row.Row} event.row The row that has been rendered
|
|
21796
|
-
* @param {Core.data.Model} event.record The record for the row
|
|
21797
|
-
* @param {number} event.recordIndex The zero-based index of the record
|
|
21862
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
21863
|
+
* @param {Grid.row.Row} event.row The row that has been rendered
|
|
21864
|
+
* @param {Core.data.Model} event.record The record for the row
|
|
21865
|
+
* @param {number} event.recordIndex The zero-based index of the record
|
|
21798
21866
|
*/
|
|
21799
21867
|
this.onRenderRow = new EventEmitter();
|
|
21800
21868
|
/**
|
|
21801
21869
|
* Grid rows have been rendered
|
|
21802
21870
|
* @param {object} event Event object
|
|
21803
|
-
* @param {Grid.view.
|
|
21871
|
+
* @param {Grid.view.GridBase} event.source This grid.
|
|
21804
21872
|
*/
|
|
21805
21873
|
this.onRenderRows = new EventEmitter();
|
|
21806
21874
|
/**
|
|
@@ -21862,7 +21930,7 @@ class BryntumGridComponent {
|
|
|
21862
21930
|
/**
|
|
21863
21931
|
* Grid has scrolled vertically
|
|
21864
21932
|
* @param {object} event Event object
|
|
21865
|
-
* @param {Grid.view.
|
|
21933
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance.
|
|
21866
21934
|
* @param {number} event.scrollTop The vertical scroll position.
|
|
21867
21935
|
*/
|
|
21868
21936
|
this.onScroll = new EventEmitter();
|
|
@@ -21953,14 +22021,14 @@ class BryntumGridComponent {
|
|
|
21953
22021
|
/**
|
|
21954
22022
|
* Fires after a sub grid is collapsed.
|
|
21955
22023
|
* @param {object} event Event object
|
|
21956
|
-
* @param {Grid.view.
|
|
22024
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
21957
22025
|
* @param {Grid.view.SubGrid} event.subGrid The sub grid instance
|
|
21958
22026
|
*/
|
|
21959
22027
|
this.onSubGridCollapse = new EventEmitter();
|
|
21960
22028
|
/**
|
|
21961
22029
|
* Fires after a sub grid is expanded.
|
|
21962
22030
|
* @param {object} event Event object
|
|
21963
|
-
* @param {Grid.view.
|
|
22031
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
21964
22032
|
* @param {Grid.view.SubGrid} event.subGrid The sub grid instance
|
|
21965
22033
|
*/
|
|
21966
22034
|
this.onSubGridExpand = new EventEmitter();
|
|
@@ -22088,6 +22156,7 @@ BryntumGridComponent.bryntumEvents = [
|
|
|
22088
22156
|
'onBeforeCellEditStart',
|
|
22089
22157
|
'onBeforeCellRangeDelete',
|
|
22090
22158
|
'onBeforeCellRangeEdit',
|
|
22159
|
+
'onBeforeColumnCollapseToggle',
|
|
22091
22160
|
'onBeforeColumnDragStart',
|
|
22092
22161
|
'onBeforeColumnDropFinalize',
|
|
22093
22162
|
'onBeforeColumnResize',
|
|
@@ -22128,6 +22197,7 @@ BryntumGridComponent.bryntumEvents = [
|
|
|
22128
22197
|
'onCellMouseOver',
|
|
22129
22198
|
'onCollapse',
|
|
22130
22199
|
'onCollapseNode',
|
|
22200
|
+
'onColumnCollapseToggle',
|
|
22131
22201
|
'onColumnDrag',
|
|
22132
22202
|
'onColumnDragStart',
|
|
22133
22203
|
'onColumnDrop',
|
|
@@ -22201,6 +22271,7 @@ BryntumGridComponent.bryntumEvents = [
|
|
|
22201
22271
|
'onUnsplit'
|
|
22202
22272
|
];
|
|
22203
22273
|
BryntumGridComponent.bryntumFeatureNames = [
|
|
22274
|
+
'aiFeature',
|
|
22204
22275
|
'aiFilterFeature',
|
|
22205
22276
|
'cellCopyPasteFeature',
|
|
22206
22277
|
'cellEditFeature',
|
|
@@ -22254,6 +22325,7 @@ BryntumGridComponent.bryntumConfigs = BryntumGridComponent.bryntumFeatureNames.c
|
|
|
22254
22325
|
'autoHeight',
|
|
22255
22326
|
'bbar',
|
|
22256
22327
|
'bodyCls',
|
|
22328
|
+
'border',
|
|
22257
22329
|
'bubbleEvents',
|
|
22258
22330
|
'callOnFunctions',
|
|
22259
22331
|
'catchEventHandlerExceptions',
|
|
@@ -22374,6 +22446,7 @@ BryntumGridComponent.bryntumConfigsOnly = [
|
|
|
22374
22446
|
'autoHeight',
|
|
22375
22447
|
'bbar',
|
|
22376
22448
|
'bodyCls',
|
|
22449
|
+
'border',
|
|
22377
22450
|
'bubbleEvents',
|
|
22378
22451
|
'collapsible',
|
|
22379
22452
|
'color',
|
|
@@ -22502,7 +22575,7 @@ BryntumGridComponent.bryntumProps = BryntumGridComponent.bryntumFeatureNames.con
|
|
|
22502
22575
|
'width'
|
|
22503
22576
|
]);
|
|
22504
22577
|
BryntumGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumGridComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
22505
|
-
BryntumGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumGridComponent, selector: "bryntum-grid", inputs: { adopt: "adopt", animateFilterRemovals: "animateFilterRemovals", animateRemovingRows: "animateRemovingRows", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoHeight: "autoHeight", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", contentElementCls: "contentElementCls", contextMenuTriggerEvent: "contextMenuTriggerEvent", dataField: "dataField", defaultRegion: "defaultRegion", destroyStore: "destroyStore", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", disableGridColumnIdWarning: "disableGridColumnIdWarning", disableGridRowModelWarning: "disableGridRowModelWarning", dock: "dock", drawer: "drawer", elementAttributes: "elementAttributes", enableSticky: "enableSticky", enableTextSelection: "enableTextSelection", fillLastColumn: "fillLastColumn", fixedRowHeight: "fixedRowHeight", footer: "footer", formulaProviders: "formulaProviders", fullRowRefresh: "fullRowRefresh", getRowHeight: "getRowHeight", header: "header", hideHorizontalScrollbar: "hideHorizontalScrollbar", hoverCls: "hoverCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", listeners: "listeners", loadMask: "loadMask", loadMaskDefaults: "loadMaskDefaults", loadMaskError: "loadMaskError", localizable: "localizable", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", owner: "owner", plugins: "plugins", preserveFocusOnDatasetChange: "preserveFocusOnDatasetChange", preserveScrollOnDatasetChange: "preserveScrollOnDatasetChange", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", resizable: "resizable", resizeToFitIncludesHeader: "resizeToFitIncludesHeader", responsiveLevels: "responsiveLevels", ripple: "ripple", rootElement: "rootElement", scrollerClass: "scrollerClass", scrollManager: "scrollManager", showDirty: "showDirty", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", subGridConfigs: "subGridConfigs", syncMask: "syncMask", tab: "tab", tabBarItems: "tabBarItems", tbar: "tbar", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", animateTreeNodeToggle: "animateTreeNodeToggle", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cellEllipsis: "cellEllipsis", cls: "cls", collapsed: "collapsed", column: "column", columnLines: "columnLines", columns: "columns", data: "data", dataset: "dataset", disabled: "disabled", emptyText: "emptyText", enableUndoRedoKeys: "enableUndoRedoKeys", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", hideFooters: "hideFooters", hideHeaders: "hideHeaders", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", keyMap: "keyMap", labelPosition: "labelPosition", longPressTime: "longPressTime", margin: "margin", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", preserveScroll: "preserveScroll", readOnly: "readOnly", rendition: "rendition", rowHeight: "rowHeight", rowLines: "rowLines", rtl: "rtl", scrollable: "scrollable", selectionMode: "selectionMode", span: "span", stateSettings: "stateSettings", store: "store", title: "title", tools: "tools", transition: "transition", transitionDuration: "transitionDuration", width: "width", focusVisible: "focusVisible", hasChanges: "hasChanges", originalStore: "originalStore", parent: "parent", selectedCell: "selectedCell", selectedCells: "selectedCells", selectedRecord: "selectedRecord", selectedRecords: "selectedRecords", selectedRows: "selectedRows", state: "state", tooltip: "tooltip", aiFilterFeature: "aiFilterFeature", cellCopyPasteFeature: "cellCopyPasteFeature", cellEditFeature: "cellEditFeature", cellMenuFeature: "cellMenuFeature", cellTooltipFeature: "cellTooltipFeature", chartsFeature: "chartsFeature", columnAutoWidthFeature: "columnAutoWidthFeature", columnDragToolbarFeature: "columnDragToolbarFeature", columnPickerFeature: "columnPickerFeature", columnRenameFeature: "columnRenameFeature", columnReorderFeature: "columnReorderFeature", columnResizeFeature: "columnResizeFeature", excelExporterFeature: "excelExporterFeature", fileDropFeature: "fileDropFeature", fillHandleFeature: "fillHandleFeature", filterFeature: "filterFeature", filterBarFeature: "filterBarFeature", groupFeature: "groupFeature", groupSummaryFeature: "groupSummaryFeature", headerMenuFeature: "headerMenuFeature", lockRowsFeature: "lockRowsFeature", mergeCellsFeature: "mergeCellsFeature", pdfExportFeature: "pdfExportFeature", pinColumnsFeature: "pinColumnsFeature", printFeature: "printFeature", quickFindFeature: "quickFindFeature", regionResizeFeature: "regionResizeFeature", rowCopyPasteFeature: "rowCopyPasteFeature", rowEditFeature: "rowEditFeature", rowExpanderFeature: "rowExpanderFeature", rowReorderFeature: "rowReorderFeature", rowResizeFeature: "rowResizeFeature", searchFeature: "searchFeature", sortFeature: "sortFeature", splitFeature: "splitFeature", stickyCellsFeature: "stickyCellsFeature", stripeFeature: "stripeFeature", summaryFeature: "summaryFeature", treeFeature: "treeFeature", treeGroupFeature: "treeGroupFeature" }, outputs: { onBeforeCancelCellEdit: "onBeforeCancelCellEdit", onBeforeCancelRowEdit: "onBeforeCancelRowEdit", onBeforeCellEditStart: "onBeforeCellEditStart", onBeforeCellRangeDelete: "onBeforeCellRangeDelete", onBeforeCellRangeEdit: "onBeforeCellRangeEdit", onBeforeColumnDragStart: "onBeforeColumnDragStart", onBeforeColumnDropFinalize: "onBeforeColumnDropFinalize", onBeforeColumnResize: "onBeforeColumnResize", onBeforeCopy: "onBeforeCopy", onBeforeCSVExport: "onBeforeCSVExport", onBeforeDestroy: "onBeforeDestroy", onBeforeExcelExport: "onBeforeExcelExport", onBeforeFillHandleDragStart: "onBeforeFillHandleDragStart", onBeforeFinishCellEdit: "onBeforeFinishCellEdit", onBeforeFinishRowEdit: "onBeforeFinishRowEdit", onBeforeHide: "onBeforeHide", onBeforePaste: "onBeforePaste", onBeforePdfExport: "onBeforePdfExport", onBeforeRenderRow: "onBeforeRenderRow", onBeforeRenderRows: "onBeforeRenderRows", onBeforeRowCollapse: "onBeforeRowCollapse", onBeforeRowExpand: "onBeforeRowExpand", onBeforeSelectionChange: "onBeforeSelectionChange", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onBeforeStartRowEdit: "onBeforeStartRowEdit", onBeforeStateApply: "onBeforeStateApply", onBeforeStateSave: "onBeforeStateSave", onBeforeToggleGroup: "onBeforeToggleGroup", onBeforeToggleNode: "onBeforeToggleNode", onCancelCellEdit: "onCancelCellEdit", onCatchAll: "onCatchAll", onCellClick: "onCellClick", onCellContextMenu: "onCellContextMenu", onCellDblClick: "onCellDblClick", onCellMenuBeforeShow: "onCellMenuBeforeShow", onCellMenuItem: "onCellMenuItem", onCellMenuShow: "onCellMenuShow", onCellMenuToggleItem: "onCellMenuToggleItem", onCellMouseEnter: "onCellMouseEnter", onCellMouseLeave: "onCellMouseLeave", onCellMouseOut: "onCellMouseOut", onCellMouseOver: "onCellMouseOver", onCollapse: "onCollapse", onCollapseNode: "onCollapseNode", onColumnDrag: "onColumnDrag", onColumnDragStart: "onColumnDragStart", onColumnDrop: "onColumnDrop", onColumnResize: "onColumnResize", onColumnResizeStart: "onColumnResizeStart", onContextMenuItem: "onContextMenuItem", onContextMenuToggleItem: "onContextMenuToggleItem", onCopy: "onCopy", onDataChange: "onDataChange", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onDragSelecting: "onDragSelecting", onElementCreated: "onElementCreated", onExpand: "onExpand", onExpandNode: "onExpandNode", onFileDrop: "onFileDrop", onFillHandleBeforeDragFinalize: "onFillHandleBeforeDragFinalize", onFillHandleDrag: "onFillHandleDrag", onFillHandleDragAbort: "onFillHandleDragAbort", onFillHandleDragEnd: "onFillHandleDragEnd", onFillHandleDragStart: "onFillHandleDragStart", onFinishCellEdit: "onFinishCellEdit", onFinishRowEdit: "onFinishRowEdit", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onGridRowBeforeDragStart: "onGridRowBeforeDragStart", onGridRowBeforeDropFinalize: "onGridRowBeforeDropFinalize", onGridRowDrag: "onGridRowDrag", onGridRowDragAbort: "onGridRowDragAbort", onGridRowDragStart: "onGridRowDragStart", onGridRowDrop: "onGridRowDrop", onHeaderClick: "onHeaderClick", onHeaderMenuBeforeShow: "onHeaderMenuBeforeShow", onHeaderMenuItem: "onHeaderMenuItem", onHeaderMenuShow: "onHeaderMenuShow", onHeaderMenuToggleItem: "onHeaderMenuToggleItem", onHide: "onHide", onLockRows: "onLockRows", onMouseOut: "onMouseOut", onMouseOver: "onMouseOver", onPaint: "onPaint", onPaste: "onPaste", onPdfExport: "onPdfExport", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onRenderRow: "onRenderRow", onRenderRows: "onRenderRows", onResize: "onResize", onResponsive: "onResponsive", onRowCollapse: "onRowCollapse", onRowExpand: "onRowExpand", onRowMouseEnter: "onRowMouseEnter", onRowMouseLeave: "onRowMouseLeave", onScroll: "onScroll", onSelectionChange: "onSelectionChange", onSelectionModeChange: "onSelectionModeChange", onShow: "onShow", onSplit: "onSplit", onSplitterCollapseClick: "onSplitterCollapseClick", onSplitterDragEnd: "onSplitterDragEnd", onSplitterDragStart: "onSplitterDragStart", onSplitterExpandClick: "onSplitterExpandClick", onStartCellEdit: "onStartCellEdit", onStartRowEdit: "onStartRowEdit", onSubGridCollapse: "onSubGridCollapse", onSubGridExpand: "onSubGridExpand", onToggleGroup: "onToggleGroup", onToggleNode: "onToggleNode", onToolClick: "onToolClick", onUnlockRows: "onUnlockRows", onUnsplit: "onUnsplit" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
22578
|
+
BryntumGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumGridComponent, selector: "bryntum-grid", inputs: { adopt: "adopt", animateFilterRemovals: "animateFilterRemovals", animateRemovingRows: "animateRemovingRows", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoHeight: "autoHeight", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", contentElementCls: "contentElementCls", contextMenuTriggerEvent: "contextMenuTriggerEvent", dataField: "dataField", defaultRegion: "defaultRegion", destroyStore: "destroyStore", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", disableGridColumnIdWarning: "disableGridColumnIdWarning", disableGridRowModelWarning: "disableGridRowModelWarning", dock: "dock", drawer: "drawer", elementAttributes: "elementAttributes", enableSticky: "enableSticky", enableTextSelection: "enableTextSelection", fillLastColumn: "fillLastColumn", fixedRowHeight: "fixedRowHeight", footer: "footer", formulaProviders: "formulaProviders", fullRowRefresh: "fullRowRefresh", getRowHeight: "getRowHeight", header: "header", hideHorizontalScrollbar: "hideHorizontalScrollbar", hoverCls: "hoverCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", listeners: "listeners", loadMask: "loadMask", loadMaskDefaults: "loadMaskDefaults", loadMaskError: "loadMaskError", localizable: "localizable", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", owner: "owner", plugins: "plugins", preserveFocusOnDatasetChange: "preserveFocusOnDatasetChange", preserveScrollOnDatasetChange: "preserveScrollOnDatasetChange", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", resizable: "resizable", resizeToFitIncludesHeader: "resizeToFitIncludesHeader", responsiveLevels: "responsiveLevels", ripple: "ripple", rootElement: "rootElement", scrollerClass: "scrollerClass", scrollManager: "scrollManager", showDirty: "showDirty", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", subGridConfigs: "subGridConfigs", syncMask: "syncMask", tab: "tab", tabBarItems: "tabBarItems", tbar: "tbar", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", animateTreeNodeToggle: "animateTreeNodeToggle", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cellEllipsis: "cellEllipsis", cls: "cls", collapsed: "collapsed", column: "column", columnLines: "columnLines", columns: "columns", data: "data", dataset: "dataset", disabled: "disabled", emptyText: "emptyText", enableUndoRedoKeys: "enableUndoRedoKeys", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", hideFooters: "hideFooters", hideHeaders: "hideHeaders", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", keyMap: "keyMap", labelPosition: "labelPosition", longPressTime: "longPressTime", margin: "margin", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", preserveScroll: "preserveScroll", readOnly: "readOnly", rendition: "rendition", rowHeight: "rowHeight", rowLines: "rowLines", rtl: "rtl", scrollable: "scrollable", selectionMode: "selectionMode", span: "span", stateSettings: "stateSettings", store: "store", title: "title", tools: "tools", transition: "transition", transitionDuration: "transitionDuration", width: "width", focusVisible: "focusVisible", hasChanges: "hasChanges", originalStore: "originalStore", parent: "parent", selectedCell: "selectedCell", selectedCells: "selectedCells", selectedRecord: "selectedRecord", selectedRecords: "selectedRecords", selectedRows: "selectedRows", state: "state", tooltip: "tooltip", aiFeature: "aiFeature", aiFilterFeature: "aiFilterFeature", cellCopyPasteFeature: "cellCopyPasteFeature", cellEditFeature: "cellEditFeature", cellMenuFeature: "cellMenuFeature", cellTooltipFeature: "cellTooltipFeature", chartsFeature: "chartsFeature", columnAutoWidthFeature: "columnAutoWidthFeature", columnDragToolbarFeature: "columnDragToolbarFeature", columnPickerFeature: "columnPickerFeature", columnRenameFeature: "columnRenameFeature", columnReorderFeature: "columnReorderFeature", columnResizeFeature: "columnResizeFeature", excelExporterFeature: "excelExporterFeature", fileDropFeature: "fileDropFeature", fillHandleFeature: "fillHandleFeature", filterFeature: "filterFeature", filterBarFeature: "filterBarFeature", groupFeature: "groupFeature", groupSummaryFeature: "groupSummaryFeature", headerMenuFeature: "headerMenuFeature", lockRowsFeature: "lockRowsFeature", mergeCellsFeature: "mergeCellsFeature", pdfExportFeature: "pdfExportFeature", pinColumnsFeature: "pinColumnsFeature", printFeature: "printFeature", quickFindFeature: "quickFindFeature", regionResizeFeature: "regionResizeFeature", rowCopyPasteFeature: "rowCopyPasteFeature", rowEditFeature: "rowEditFeature", rowExpanderFeature: "rowExpanderFeature", rowReorderFeature: "rowReorderFeature", rowResizeFeature: "rowResizeFeature", searchFeature: "searchFeature", sortFeature: "sortFeature", splitFeature: "splitFeature", stickyCellsFeature: "stickyCellsFeature", stripeFeature: "stripeFeature", summaryFeature: "summaryFeature", treeFeature: "treeFeature", treeGroupFeature: "treeGroupFeature" }, outputs: { onBeforeCancelCellEdit: "onBeforeCancelCellEdit", onBeforeCancelRowEdit: "onBeforeCancelRowEdit", onBeforeCellEditStart: "onBeforeCellEditStart", onBeforeCellRangeDelete: "onBeforeCellRangeDelete", onBeforeCellRangeEdit: "onBeforeCellRangeEdit", onBeforeColumnCollapseToggle: "onBeforeColumnCollapseToggle", onBeforeColumnDragStart: "onBeforeColumnDragStart", onBeforeColumnDropFinalize: "onBeforeColumnDropFinalize", onBeforeColumnResize: "onBeforeColumnResize", onBeforeCopy: "onBeforeCopy", onBeforeCSVExport: "onBeforeCSVExport", onBeforeDestroy: "onBeforeDestroy", onBeforeExcelExport: "onBeforeExcelExport", onBeforeFillHandleDragStart: "onBeforeFillHandleDragStart", onBeforeFinishCellEdit: "onBeforeFinishCellEdit", onBeforeFinishRowEdit: "onBeforeFinishRowEdit", onBeforeHide: "onBeforeHide", onBeforePaste: "onBeforePaste", onBeforePdfExport: "onBeforePdfExport", onBeforeRenderRow: "onBeforeRenderRow", onBeforeRenderRows: "onBeforeRenderRows", onBeforeRowCollapse: "onBeforeRowCollapse", onBeforeRowExpand: "onBeforeRowExpand", onBeforeSelectionChange: "onBeforeSelectionChange", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onBeforeStartRowEdit: "onBeforeStartRowEdit", onBeforeStateApply: "onBeforeStateApply", onBeforeStateSave: "onBeforeStateSave", onBeforeToggleGroup: "onBeforeToggleGroup", onBeforeToggleNode: "onBeforeToggleNode", onCancelCellEdit: "onCancelCellEdit", onCatchAll: "onCatchAll", onCellClick: "onCellClick", onCellContextMenu: "onCellContextMenu", onCellDblClick: "onCellDblClick", onCellMenuBeforeShow: "onCellMenuBeforeShow", onCellMenuItem: "onCellMenuItem", onCellMenuShow: "onCellMenuShow", onCellMenuToggleItem: "onCellMenuToggleItem", onCellMouseEnter: "onCellMouseEnter", onCellMouseLeave: "onCellMouseLeave", onCellMouseOut: "onCellMouseOut", onCellMouseOver: "onCellMouseOver", onCollapse: "onCollapse", onCollapseNode: "onCollapseNode", onColumnCollapseToggle: "onColumnCollapseToggle", onColumnDrag: "onColumnDrag", onColumnDragStart: "onColumnDragStart", onColumnDrop: "onColumnDrop", onColumnResize: "onColumnResize", onColumnResizeStart: "onColumnResizeStart", onContextMenuItem: "onContextMenuItem", onContextMenuToggleItem: "onContextMenuToggleItem", onCopy: "onCopy", onDataChange: "onDataChange", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onDragSelecting: "onDragSelecting", onElementCreated: "onElementCreated", onExpand: "onExpand", onExpandNode: "onExpandNode", onFileDrop: "onFileDrop", onFillHandleBeforeDragFinalize: "onFillHandleBeforeDragFinalize", onFillHandleDrag: "onFillHandleDrag", onFillHandleDragAbort: "onFillHandleDragAbort", onFillHandleDragEnd: "onFillHandleDragEnd", onFillHandleDragStart: "onFillHandleDragStart", onFinishCellEdit: "onFinishCellEdit", onFinishRowEdit: "onFinishRowEdit", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onGridRowBeforeDragStart: "onGridRowBeforeDragStart", onGridRowBeforeDropFinalize: "onGridRowBeforeDropFinalize", onGridRowDrag: "onGridRowDrag", onGridRowDragAbort: "onGridRowDragAbort", onGridRowDragStart: "onGridRowDragStart", onGridRowDrop: "onGridRowDrop", onHeaderClick: "onHeaderClick", onHeaderMenuBeforeShow: "onHeaderMenuBeforeShow", onHeaderMenuItem: "onHeaderMenuItem", onHeaderMenuShow: "onHeaderMenuShow", onHeaderMenuToggleItem: "onHeaderMenuToggleItem", onHide: "onHide", onLockRows: "onLockRows", onMouseOut: "onMouseOut", onMouseOver: "onMouseOver", onPaint: "onPaint", onPaste: "onPaste", onPdfExport: "onPdfExport", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onRenderRow: "onRenderRow", onRenderRows: "onRenderRows", onResize: "onResize", onResponsive: "onResponsive", onRowCollapse: "onRowCollapse", onRowExpand: "onRowExpand", onRowMouseEnter: "onRowMouseEnter", onRowMouseLeave: "onRowMouseLeave", onScroll: "onScroll", onSelectionChange: "onSelectionChange", onSelectionModeChange: "onSelectionModeChange", onShow: "onShow", onSplit: "onSplit", onSplitterCollapseClick: "onSplitterCollapseClick", onSplitterDragEnd: "onSplitterDragEnd", onSplitterDragStart: "onSplitterDragStart", onSplitterExpandClick: "onSplitterExpandClick", onStartCellEdit: "onStartCellEdit", onStartRowEdit: "onStartRowEdit", onSubGridCollapse: "onSubGridCollapse", onSubGridExpand: "onSubGridExpand", onToggleGroup: "onToggleGroup", onToggleNode: "onToggleNode", onToolClick: "onToolClick", onUnlockRows: "onUnlockRows", onUnsplit: "onUnsplit" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
22506
22579
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumGridComponent, decorators: [{
|
|
22507
22580
|
type: Component,
|
|
22508
22581
|
args: [{
|
|
@@ -22525,6 +22598,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
22525
22598
|
type: Input
|
|
22526
22599
|
}], bodyCls: [{
|
|
22527
22600
|
type: Input
|
|
22601
|
+
}], border: [{
|
|
22602
|
+
type: Input
|
|
22528
22603
|
}], bubbleEvents: [{
|
|
22529
22604
|
type: Input
|
|
22530
22605
|
}], collapsible: [{
|
|
@@ -22773,6 +22848,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
22773
22848
|
type: Input
|
|
22774
22849
|
}], tooltip: [{
|
|
22775
22850
|
type: Input
|
|
22851
|
+
}], aiFeature: [{
|
|
22852
|
+
type: Input
|
|
22776
22853
|
}], aiFilterFeature: [{
|
|
22777
22854
|
type: Input
|
|
22778
22855
|
}], cellCopyPasteFeature: [{
|
|
@@ -22863,6 +22940,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
22863
22940
|
type: Output
|
|
22864
22941
|
}], onBeforeCellRangeEdit: [{
|
|
22865
22942
|
type: Output
|
|
22943
|
+
}], onBeforeColumnCollapseToggle: [{
|
|
22944
|
+
type: Output
|
|
22866
22945
|
}], onBeforeColumnDragStart: [{
|
|
22867
22946
|
type: Output
|
|
22868
22947
|
}], onBeforeColumnDropFinalize: [{
|
|
@@ -22943,6 +23022,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
22943
23022
|
type: Output
|
|
22944
23023
|
}], onCollapseNode: [{
|
|
22945
23024
|
type: Output
|
|
23025
|
+
}], onColumnCollapseToggle: [{
|
|
23026
|
+
type: Output
|
|
22946
23027
|
}], onColumnDrag: [{
|
|
22947
23028
|
type: Output
|
|
22948
23029
|
}], onColumnDragStart: [{
|
|
@@ -23138,6 +23219,14 @@ class BryntumGridBaseComponent {
|
|
|
23138
23219
|
* @param {any} event.value The value being set
|
|
23139
23220
|
*/
|
|
23140
23221
|
this.onBeforeCellRangeEdit = new EventEmitter();
|
|
23222
|
+
/**
|
|
23223
|
+
* This event is triggered before a parent column is collapsed or expanded.
|
|
23224
|
+
* @param {object} event Event object
|
|
23225
|
+
* @param {Grid.view.GridBase} event.source The grid instance
|
|
23226
|
+
* @param {Grid.column.Column} event.column The column
|
|
23227
|
+
* @param {boolean} event.collapsed `true` if the column is being collapsed, `false` if expanded
|
|
23228
|
+
*/
|
|
23229
|
+
this.onBeforeColumnCollapseToggle = new EventEmitter();
|
|
23141
23230
|
/**
|
|
23142
23231
|
* This event is fired prior to starting a column drag gesture. The drag is canceled if a listener returns `false`.
|
|
23143
23232
|
* @param {object} event Event object
|
|
@@ -23248,16 +23337,16 @@ class BryntumGridBaseComponent {
|
|
|
23248
23337
|
/**
|
|
23249
23338
|
* Fires before a row is rendered.
|
|
23250
23339
|
* @param {object} event Event object
|
|
23251
|
-
* @param {Grid.view.
|
|
23252
|
-
* @param {Grid.row.Row} event.row The row about to be rendered
|
|
23253
|
-
* @param {Core.data.Model} event.record The record for the row
|
|
23254
|
-
* @param {number} event.recordIndex The zero-based index of the record
|
|
23340
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
23341
|
+
* @param {Grid.row.Row} event.row The row about to be rendered
|
|
23342
|
+
* @param {Core.data.Model} event.record The record for the row
|
|
23343
|
+
* @param {number} event.recordIndex The zero-based index of the record
|
|
23255
23344
|
*/
|
|
23256
23345
|
this.onBeforeRenderRow = new EventEmitter();
|
|
23257
23346
|
/**
|
|
23258
23347
|
* Grid rows are about to be rendered
|
|
23259
23348
|
* @param {object} event Event object
|
|
23260
|
-
* @param {Grid.view.
|
|
23349
|
+
* @param {Grid.view.GridBase} event.source This grid.
|
|
23261
23350
|
*/
|
|
23262
23351
|
this.onBeforeRenderRows = new EventEmitter();
|
|
23263
23352
|
/**
|
|
@@ -23490,6 +23579,14 @@ class BryntumGridBaseComponent {
|
|
|
23490
23579
|
* @param {Core.data.Model} event.record The record which has been collapsed.
|
|
23491
23580
|
*/
|
|
23492
23581
|
this.onCollapseNode = new EventEmitter();
|
|
23582
|
+
/**
|
|
23583
|
+
* This event is triggered after a parent column has been collapsed or expanded.
|
|
23584
|
+
* @param {object} event Event object
|
|
23585
|
+
* @param {Grid.view.GridBase} event.source The Grid instance
|
|
23586
|
+
* @param {Grid.column.Column} event.column The column being toggled
|
|
23587
|
+
* @param {boolean} event.collapsed `true` if the column is now collapsed, `false` if expanded
|
|
23588
|
+
*/
|
|
23589
|
+
this.onColumnCollapseToggle = new EventEmitter();
|
|
23493
23590
|
/**
|
|
23494
23591
|
* This event is fired when a column is being dragged, and you can set the `valid` flag on the `context` object
|
|
23495
23592
|
* to indicate whether the drop position is valid or not.
|
|
@@ -23571,7 +23668,7 @@ class BryntumGridBaseComponent {
|
|
|
23571
23668
|
* ...
|
|
23572
23669
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-dataChange)
|
|
23573
23670
|
* @param {object} event Event object
|
|
23574
|
-
* @param {Grid.view.
|
|
23671
|
+
* @param {Grid.view.GridBase} event.source Owning grid
|
|
23575
23672
|
* @param {Core.data.Store} event.store The originating store
|
|
23576
23673
|
* @param {'remove','removeAll','add','clearchanges','filter','update','dataset','replace'} event.action Name of action which triggered the change. May be one of: * `'remove'` * `'removeAll'` * `'add'` * `'clearchanges'` * `'filter'` * `'update'` * `'dataset'` * `'replace'`
|
|
23577
23674
|
* @param {Core.data.Model} event.record Changed record, for actions that affects exactly one record (`'update'`)
|
|
@@ -23886,16 +23983,16 @@ class BryntumGridBaseComponent {
|
|
|
23886
23983
|
/**
|
|
23887
23984
|
* Fires after a row is rendered.
|
|
23888
23985
|
* @param {object} event Event object
|
|
23889
|
-
* @param {Grid.view.
|
|
23890
|
-
* @param {Grid.row.Row} event.row The row that has been rendered
|
|
23891
|
-
* @param {Core.data.Model} event.record The record for the row
|
|
23892
|
-
* @param {number} event.recordIndex The zero-based index of the record
|
|
23986
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
23987
|
+
* @param {Grid.row.Row} event.row The row that has been rendered
|
|
23988
|
+
* @param {Core.data.Model} event.record The record for the row
|
|
23989
|
+
* @param {number} event.recordIndex The zero-based index of the record
|
|
23893
23990
|
*/
|
|
23894
23991
|
this.onRenderRow = new EventEmitter();
|
|
23895
23992
|
/**
|
|
23896
23993
|
* Grid rows have been rendered
|
|
23897
23994
|
* @param {object} event Event object
|
|
23898
|
-
* @param {Grid.view.
|
|
23995
|
+
* @param {Grid.view.GridBase} event.source This grid.
|
|
23899
23996
|
*/
|
|
23900
23997
|
this.onRenderRows = new EventEmitter();
|
|
23901
23998
|
/**
|
|
@@ -23957,7 +24054,7 @@ class BryntumGridBaseComponent {
|
|
|
23957
24054
|
/**
|
|
23958
24055
|
* Grid has scrolled vertically
|
|
23959
24056
|
* @param {object} event Event object
|
|
23960
|
-
* @param {Grid.view.
|
|
24057
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance.
|
|
23961
24058
|
* @param {number} event.scrollTop The vertical scroll position.
|
|
23962
24059
|
*/
|
|
23963
24060
|
this.onScroll = new EventEmitter();
|
|
@@ -24048,14 +24145,14 @@ class BryntumGridBaseComponent {
|
|
|
24048
24145
|
/**
|
|
24049
24146
|
* Fires after a sub grid is collapsed.
|
|
24050
24147
|
* @param {object} event Event object
|
|
24051
|
-
* @param {Grid.view.
|
|
24148
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
24052
24149
|
* @param {Grid.view.SubGrid} event.subGrid The sub grid instance
|
|
24053
24150
|
*/
|
|
24054
24151
|
this.onSubGridCollapse = new EventEmitter();
|
|
24055
24152
|
/**
|
|
24056
24153
|
* Fires after a sub grid is expanded.
|
|
24057
24154
|
* @param {object} event Event object
|
|
24058
|
-
* @param {Grid.view.
|
|
24155
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
24059
24156
|
* @param {Grid.view.SubGrid} event.subGrid The sub grid instance
|
|
24060
24157
|
*/
|
|
24061
24158
|
this.onSubGridExpand = new EventEmitter();
|
|
@@ -24183,6 +24280,7 @@ BryntumGridBaseComponent.bryntumEvents = [
|
|
|
24183
24280
|
'onBeforeCellEditStart',
|
|
24184
24281
|
'onBeforeCellRangeDelete',
|
|
24185
24282
|
'onBeforeCellRangeEdit',
|
|
24283
|
+
'onBeforeColumnCollapseToggle',
|
|
24186
24284
|
'onBeforeColumnDragStart',
|
|
24187
24285
|
'onBeforeColumnDropFinalize',
|
|
24188
24286
|
'onBeforeColumnResize',
|
|
@@ -24223,6 +24321,7 @@ BryntumGridBaseComponent.bryntumEvents = [
|
|
|
24223
24321
|
'onCellMouseOver',
|
|
24224
24322
|
'onCollapse',
|
|
24225
24323
|
'onCollapseNode',
|
|
24324
|
+
'onColumnCollapseToggle',
|
|
24226
24325
|
'onColumnDrag',
|
|
24227
24326
|
'onColumnDragStart',
|
|
24228
24327
|
'onColumnDrop',
|
|
@@ -24296,6 +24395,7 @@ BryntumGridBaseComponent.bryntumEvents = [
|
|
|
24296
24395
|
'onUnsplit'
|
|
24297
24396
|
];
|
|
24298
24397
|
BryntumGridBaseComponent.bryntumFeatureNames = [
|
|
24398
|
+
'aiFeature',
|
|
24299
24399
|
'aiFilterFeature',
|
|
24300
24400
|
'cellCopyPasteFeature',
|
|
24301
24401
|
'cellEditFeature',
|
|
@@ -24349,6 +24449,7 @@ BryntumGridBaseComponent.bryntumConfigs = BryntumGridBaseComponent.bryntumFeatur
|
|
|
24349
24449
|
'autoHeight',
|
|
24350
24450
|
'bbar',
|
|
24351
24451
|
'bodyCls',
|
|
24452
|
+
'border',
|
|
24352
24453
|
'bubbleEvents',
|
|
24353
24454
|
'callOnFunctions',
|
|
24354
24455
|
'catchEventHandlerExceptions',
|
|
@@ -24468,6 +24569,7 @@ BryntumGridBaseComponent.bryntumConfigsOnly = [
|
|
|
24468
24569
|
'autoHeight',
|
|
24469
24570
|
'bbar',
|
|
24470
24571
|
'bodyCls',
|
|
24572
|
+
'border',
|
|
24471
24573
|
'bubbleEvents',
|
|
24472
24574
|
'collapsible',
|
|
24473
24575
|
'color',
|
|
@@ -24595,7 +24697,7 @@ BryntumGridBaseComponent.bryntumProps = BryntumGridBaseComponent.bryntumFeatureN
|
|
|
24595
24697
|
'width'
|
|
24596
24698
|
]);
|
|
24597
24699
|
BryntumGridBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumGridBaseComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
24598
|
-
BryntumGridBaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumGridBaseComponent, selector: "bryntum-grid-base", inputs: { adopt: "adopt", animateFilterRemovals: "animateFilterRemovals", animateRemovingRows: "animateRemovingRows", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoHeight: "autoHeight", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", contentElementCls: "contentElementCls", contextMenuTriggerEvent: "contextMenuTriggerEvent", dataField: "dataField", defaultRegion: "defaultRegion", destroyStore: "destroyStore", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", disableGridColumnIdWarning: "disableGridColumnIdWarning", disableGridRowModelWarning: "disableGridRowModelWarning", dock: "dock", drawer: "drawer", elementAttributes: "elementAttributes", enableSticky: "enableSticky", enableTextSelection: "enableTextSelection", fillLastColumn: "fillLastColumn", fixedRowHeight: "fixedRowHeight", footer: "footer", formulaProviders: "formulaProviders", fullRowRefresh: "fullRowRefresh", getRowHeight: "getRowHeight", header: "header", hideHorizontalScrollbar: "hideHorizontalScrollbar", hoverCls: "hoverCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", listeners: "listeners", loadMask: "loadMask", loadMaskDefaults: "loadMaskDefaults", loadMaskError: "loadMaskError", localizable: "localizable", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", owner: "owner", plugins: "plugins", preserveFocusOnDatasetChange: "preserveFocusOnDatasetChange", preserveScrollOnDatasetChange: "preserveScrollOnDatasetChange", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", resizable: "resizable", resizeToFitIncludesHeader: "resizeToFitIncludesHeader", responsiveLevels: "responsiveLevels", ripple: "ripple", rootElement: "rootElement", scrollerClass: "scrollerClass", scrollManager: "scrollManager", showDirty: "showDirty", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", subGridConfigs: "subGridConfigs", syncMask: "syncMask", tab: "tab", tabBarItems: "tabBarItems", tbar: "tbar", ui: "ui", weight: "weight", alignSelf: "alignSelf", animateTreeNodeToggle: "animateTreeNodeToggle", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cellEllipsis: "cellEllipsis", cls: "cls", collapsed: "collapsed", column: "column", columnLines: "columnLines", columns: "columns", data: "data", dataset: "dataset", disabled: "disabled", emptyText: "emptyText", enableUndoRedoKeys: "enableUndoRedoKeys", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", hideFooters: "hideFooters", hideHeaders: "hideHeaders", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", keyMap: "keyMap", labelPosition: "labelPosition", longPressTime: "longPressTime", margin: "margin", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", preserveScroll: "preserveScroll", readOnly: "readOnly", rendition: "rendition", rowHeight: "rowHeight", rowLines: "rowLines", rtl: "rtl", scrollable: "scrollable", selectionMode: "selectionMode", span: "span", stateSettings: "stateSettings", store: "store", title: "title", tools: "tools", transition: "transition", transitionDuration: "transitionDuration", width: "width", focusVisible: "focusVisible", hasChanges: "hasChanges", originalStore: "originalStore", parent: "parent", selectedCell: "selectedCell", selectedCells: "selectedCells", selectedRecord: "selectedRecord", selectedRecords: "selectedRecords", selectedRows: "selectedRows", state: "state", tooltip: "tooltip", aiFilterFeature: "aiFilterFeature", cellCopyPasteFeature: "cellCopyPasteFeature", cellEditFeature: "cellEditFeature", cellMenuFeature: "cellMenuFeature", cellTooltipFeature: "cellTooltipFeature", chartsFeature: "chartsFeature", columnAutoWidthFeature: "columnAutoWidthFeature", columnDragToolbarFeature: "columnDragToolbarFeature", columnPickerFeature: "columnPickerFeature", columnRenameFeature: "columnRenameFeature", columnReorderFeature: "columnReorderFeature", columnResizeFeature: "columnResizeFeature", excelExporterFeature: "excelExporterFeature", fileDropFeature: "fileDropFeature", fillHandleFeature: "fillHandleFeature", filterFeature: "filterFeature", filterBarFeature: "filterBarFeature", groupFeature: "groupFeature", groupSummaryFeature: "groupSummaryFeature", headerMenuFeature: "headerMenuFeature", lockRowsFeature: "lockRowsFeature", mergeCellsFeature: "mergeCellsFeature", pdfExportFeature: "pdfExportFeature", pinColumnsFeature: "pinColumnsFeature", printFeature: "printFeature", quickFindFeature: "quickFindFeature", regionResizeFeature: "regionResizeFeature", rowCopyPasteFeature: "rowCopyPasteFeature", rowEditFeature: "rowEditFeature", rowExpanderFeature: "rowExpanderFeature", rowReorderFeature: "rowReorderFeature", rowResizeFeature: "rowResizeFeature", searchFeature: "searchFeature", sortFeature: "sortFeature", splitFeature: "splitFeature", stickyCellsFeature: "stickyCellsFeature", stripeFeature: "stripeFeature", summaryFeature: "summaryFeature", treeFeature: "treeFeature", treeGroupFeature: "treeGroupFeature" }, outputs: { onBeforeCancelCellEdit: "onBeforeCancelCellEdit", onBeforeCancelRowEdit: "onBeforeCancelRowEdit", onBeforeCellEditStart: "onBeforeCellEditStart", onBeforeCellRangeDelete: "onBeforeCellRangeDelete", onBeforeCellRangeEdit: "onBeforeCellRangeEdit", onBeforeColumnDragStart: "onBeforeColumnDragStart", onBeforeColumnDropFinalize: "onBeforeColumnDropFinalize", onBeforeColumnResize: "onBeforeColumnResize", onBeforeCopy: "onBeforeCopy", onBeforeCSVExport: "onBeforeCSVExport", onBeforeDestroy: "onBeforeDestroy", onBeforeExcelExport: "onBeforeExcelExport", onBeforeFillHandleDragStart: "onBeforeFillHandleDragStart", onBeforeFinishCellEdit: "onBeforeFinishCellEdit", onBeforeFinishRowEdit: "onBeforeFinishRowEdit", onBeforeHide: "onBeforeHide", onBeforePaste: "onBeforePaste", onBeforePdfExport: "onBeforePdfExport", onBeforeRenderRow: "onBeforeRenderRow", onBeforeRenderRows: "onBeforeRenderRows", onBeforeRowCollapse: "onBeforeRowCollapse", onBeforeRowExpand: "onBeforeRowExpand", onBeforeSelectionChange: "onBeforeSelectionChange", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onBeforeStartRowEdit: "onBeforeStartRowEdit", onBeforeStateApply: "onBeforeStateApply", onBeforeStateSave: "onBeforeStateSave", onBeforeToggleGroup: "onBeforeToggleGroup", onBeforeToggleNode: "onBeforeToggleNode", onCancelCellEdit: "onCancelCellEdit", onCatchAll: "onCatchAll", onCellClick: "onCellClick", onCellContextMenu: "onCellContextMenu", onCellDblClick: "onCellDblClick", onCellMenuBeforeShow: "onCellMenuBeforeShow", onCellMenuItem: "onCellMenuItem", onCellMenuShow: "onCellMenuShow", onCellMenuToggleItem: "onCellMenuToggleItem", onCellMouseEnter: "onCellMouseEnter", onCellMouseLeave: "onCellMouseLeave", onCellMouseOut: "onCellMouseOut", onCellMouseOver: "onCellMouseOver", onCollapse: "onCollapse", onCollapseNode: "onCollapseNode", onColumnDrag: "onColumnDrag", onColumnDragStart: "onColumnDragStart", onColumnDrop: "onColumnDrop", onColumnResize: "onColumnResize", onColumnResizeStart: "onColumnResizeStart", onContextMenuItem: "onContextMenuItem", onContextMenuToggleItem: "onContextMenuToggleItem", onCopy: "onCopy", onDataChange: "onDataChange", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onDragSelecting: "onDragSelecting", onElementCreated: "onElementCreated", onExpand: "onExpand", onExpandNode: "onExpandNode", onFileDrop: "onFileDrop", onFillHandleBeforeDragFinalize: "onFillHandleBeforeDragFinalize", onFillHandleDrag: "onFillHandleDrag", onFillHandleDragAbort: "onFillHandleDragAbort", onFillHandleDragEnd: "onFillHandleDragEnd", onFillHandleDragStart: "onFillHandleDragStart", onFinishCellEdit: "onFinishCellEdit", onFinishRowEdit: "onFinishRowEdit", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onGridRowBeforeDragStart: "onGridRowBeforeDragStart", onGridRowBeforeDropFinalize: "onGridRowBeforeDropFinalize", onGridRowDrag: "onGridRowDrag", onGridRowDragAbort: "onGridRowDragAbort", onGridRowDragStart: "onGridRowDragStart", onGridRowDrop: "onGridRowDrop", onHeaderClick: "onHeaderClick", onHeaderMenuBeforeShow: "onHeaderMenuBeforeShow", onHeaderMenuItem: "onHeaderMenuItem", onHeaderMenuShow: "onHeaderMenuShow", onHeaderMenuToggleItem: "onHeaderMenuToggleItem", onHide: "onHide", onLockRows: "onLockRows", onMouseOut: "onMouseOut", onMouseOver: "onMouseOver", onPaint: "onPaint", onPaste: "onPaste", onPdfExport: "onPdfExport", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onRenderRow: "onRenderRow", onRenderRows: "onRenderRows", onResize: "onResize", onResponsive: "onResponsive", onRowCollapse: "onRowCollapse", onRowExpand: "onRowExpand", onRowMouseEnter: "onRowMouseEnter", onRowMouseLeave: "onRowMouseLeave", onScroll: "onScroll", onSelectionChange: "onSelectionChange", onSelectionModeChange: "onSelectionModeChange", onShow: "onShow", onSplit: "onSplit", onSplitterCollapseClick: "onSplitterCollapseClick", onSplitterDragEnd: "onSplitterDragEnd", onSplitterDragStart: "onSplitterDragStart", onSplitterExpandClick: "onSplitterExpandClick", onStartCellEdit: "onStartCellEdit", onStartRowEdit: "onStartRowEdit", onSubGridCollapse: "onSubGridCollapse", onSubGridExpand: "onSubGridExpand", onToggleGroup: "onToggleGroup", onToggleNode: "onToggleNode", onToolClick: "onToolClick", onUnlockRows: "onUnlockRows", onUnsplit: "onUnsplit" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
24700
|
+
BryntumGridBaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumGridBaseComponent, selector: "bryntum-grid-base", inputs: { adopt: "adopt", animateFilterRemovals: "animateFilterRemovals", animateRemovingRows: "animateRemovingRows", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoHeight: "autoHeight", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", contentElementCls: "contentElementCls", contextMenuTriggerEvent: "contextMenuTriggerEvent", dataField: "dataField", defaultRegion: "defaultRegion", destroyStore: "destroyStore", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", disableGridColumnIdWarning: "disableGridColumnIdWarning", disableGridRowModelWarning: "disableGridRowModelWarning", dock: "dock", drawer: "drawer", elementAttributes: "elementAttributes", enableSticky: "enableSticky", enableTextSelection: "enableTextSelection", fillLastColumn: "fillLastColumn", fixedRowHeight: "fixedRowHeight", footer: "footer", formulaProviders: "formulaProviders", fullRowRefresh: "fullRowRefresh", getRowHeight: "getRowHeight", header: "header", hideHorizontalScrollbar: "hideHorizontalScrollbar", hoverCls: "hoverCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", listeners: "listeners", loadMask: "loadMask", loadMaskDefaults: "loadMaskDefaults", loadMaskError: "loadMaskError", localizable: "localizable", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", owner: "owner", plugins: "plugins", preserveFocusOnDatasetChange: "preserveFocusOnDatasetChange", preserveScrollOnDatasetChange: "preserveScrollOnDatasetChange", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", resizable: "resizable", resizeToFitIncludesHeader: "resizeToFitIncludesHeader", responsiveLevels: "responsiveLevels", ripple: "ripple", rootElement: "rootElement", scrollerClass: "scrollerClass", scrollManager: "scrollManager", showDirty: "showDirty", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", subGridConfigs: "subGridConfigs", syncMask: "syncMask", tab: "tab", tabBarItems: "tabBarItems", tbar: "tbar", ui: "ui", weight: "weight", alignSelf: "alignSelf", animateTreeNodeToggle: "animateTreeNodeToggle", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cellEllipsis: "cellEllipsis", cls: "cls", collapsed: "collapsed", column: "column", columnLines: "columnLines", columns: "columns", data: "data", dataset: "dataset", disabled: "disabled", emptyText: "emptyText", enableUndoRedoKeys: "enableUndoRedoKeys", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", hideFooters: "hideFooters", hideHeaders: "hideHeaders", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", keyMap: "keyMap", labelPosition: "labelPosition", longPressTime: "longPressTime", margin: "margin", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", preserveScroll: "preserveScroll", readOnly: "readOnly", rendition: "rendition", rowHeight: "rowHeight", rowLines: "rowLines", rtl: "rtl", scrollable: "scrollable", selectionMode: "selectionMode", span: "span", stateSettings: "stateSettings", store: "store", title: "title", tools: "tools", transition: "transition", transitionDuration: "transitionDuration", width: "width", focusVisible: "focusVisible", hasChanges: "hasChanges", originalStore: "originalStore", parent: "parent", selectedCell: "selectedCell", selectedCells: "selectedCells", selectedRecord: "selectedRecord", selectedRecords: "selectedRecords", selectedRows: "selectedRows", state: "state", tooltip: "tooltip", aiFeature: "aiFeature", aiFilterFeature: "aiFilterFeature", cellCopyPasteFeature: "cellCopyPasteFeature", cellEditFeature: "cellEditFeature", cellMenuFeature: "cellMenuFeature", cellTooltipFeature: "cellTooltipFeature", chartsFeature: "chartsFeature", columnAutoWidthFeature: "columnAutoWidthFeature", columnDragToolbarFeature: "columnDragToolbarFeature", columnPickerFeature: "columnPickerFeature", columnRenameFeature: "columnRenameFeature", columnReorderFeature: "columnReorderFeature", columnResizeFeature: "columnResizeFeature", excelExporterFeature: "excelExporterFeature", fileDropFeature: "fileDropFeature", fillHandleFeature: "fillHandleFeature", filterFeature: "filterFeature", filterBarFeature: "filterBarFeature", groupFeature: "groupFeature", groupSummaryFeature: "groupSummaryFeature", headerMenuFeature: "headerMenuFeature", lockRowsFeature: "lockRowsFeature", mergeCellsFeature: "mergeCellsFeature", pdfExportFeature: "pdfExportFeature", pinColumnsFeature: "pinColumnsFeature", printFeature: "printFeature", quickFindFeature: "quickFindFeature", regionResizeFeature: "regionResizeFeature", rowCopyPasteFeature: "rowCopyPasteFeature", rowEditFeature: "rowEditFeature", rowExpanderFeature: "rowExpanderFeature", rowReorderFeature: "rowReorderFeature", rowResizeFeature: "rowResizeFeature", searchFeature: "searchFeature", sortFeature: "sortFeature", splitFeature: "splitFeature", stickyCellsFeature: "stickyCellsFeature", stripeFeature: "stripeFeature", summaryFeature: "summaryFeature", treeFeature: "treeFeature", treeGroupFeature: "treeGroupFeature" }, outputs: { onBeforeCancelCellEdit: "onBeforeCancelCellEdit", onBeforeCancelRowEdit: "onBeforeCancelRowEdit", onBeforeCellEditStart: "onBeforeCellEditStart", onBeforeCellRangeDelete: "onBeforeCellRangeDelete", onBeforeCellRangeEdit: "onBeforeCellRangeEdit", onBeforeColumnCollapseToggle: "onBeforeColumnCollapseToggle", onBeforeColumnDragStart: "onBeforeColumnDragStart", onBeforeColumnDropFinalize: "onBeforeColumnDropFinalize", onBeforeColumnResize: "onBeforeColumnResize", onBeforeCopy: "onBeforeCopy", onBeforeCSVExport: "onBeforeCSVExport", onBeforeDestroy: "onBeforeDestroy", onBeforeExcelExport: "onBeforeExcelExport", onBeforeFillHandleDragStart: "onBeforeFillHandleDragStart", onBeforeFinishCellEdit: "onBeforeFinishCellEdit", onBeforeFinishRowEdit: "onBeforeFinishRowEdit", onBeforeHide: "onBeforeHide", onBeforePaste: "onBeforePaste", onBeforePdfExport: "onBeforePdfExport", onBeforeRenderRow: "onBeforeRenderRow", onBeforeRenderRows: "onBeforeRenderRows", onBeforeRowCollapse: "onBeforeRowCollapse", onBeforeRowExpand: "onBeforeRowExpand", onBeforeSelectionChange: "onBeforeSelectionChange", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onBeforeStartRowEdit: "onBeforeStartRowEdit", onBeforeStateApply: "onBeforeStateApply", onBeforeStateSave: "onBeforeStateSave", onBeforeToggleGroup: "onBeforeToggleGroup", onBeforeToggleNode: "onBeforeToggleNode", onCancelCellEdit: "onCancelCellEdit", onCatchAll: "onCatchAll", onCellClick: "onCellClick", onCellContextMenu: "onCellContextMenu", onCellDblClick: "onCellDblClick", onCellMenuBeforeShow: "onCellMenuBeforeShow", onCellMenuItem: "onCellMenuItem", onCellMenuShow: "onCellMenuShow", onCellMenuToggleItem: "onCellMenuToggleItem", onCellMouseEnter: "onCellMouseEnter", onCellMouseLeave: "onCellMouseLeave", onCellMouseOut: "onCellMouseOut", onCellMouseOver: "onCellMouseOver", onCollapse: "onCollapse", onCollapseNode: "onCollapseNode", onColumnCollapseToggle: "onColumnCollapseToggle", onColumnDrag: "onColumnDrag", onColumnDragStart: "onColumnDragStart", onColumnDrop: "onColumnDrop", onColumnResize: "onColumnResize", onColumnResizeStart: "onColumnResizeStart", onContextMenuItem: "onContextMenuItem", onContextMenuToggleItem: "onContextMenuToggleItem", onCopy: "onCopy", onDataChange: "onDataChange", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onDragSelecting: "onDragSelecting", onElementCreated: "onElementCreated", onExpand: "onExpand", onExpandNode: "onExpandNode", onFileDrop: "onFileDrop", onFillHandleBeforeDragFinalize: "onFillHandleBeforeDragFinalize", onFillHandleDrag: "onFillHandleDrag", onFillHandleDragAbort: "onFillHandleDragAbort", onFillHandleDragEnd: "onFillHandleDragEnd", onFillHandleDragStart: "onFillHandleDragStart", onFinishCellEdit: "onFinishCellEdit", onFinishRowEdit: "onFinishRowEdit", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onGridRowBeforeDragStart: "onGridRowBeforeDragStart", onGridRowBeforeDropFinalize: "onGridRowBeforeDropFinalize", onGridRowDrag: "onGridRowDrag", onGridRowDragAbort: "onGridRowDragAbort", onGridRowDragStart: "onGridRowDragStart", onGridRowDrop: "onGridRowDrop", onHeaderClick: "onHeaderClick", onHeaderMenuBeforeShow: "onHeaderMenuBeforeShow", onHeaderMenuItem: "onHeaderMenuItem", onHeaderMenuShow: "onHeaderMenuShow", onHeaderMenuToggleItem: "onHeaderMenuToggleItem", onHide: "onHide", onLockRows: "onLockRows", onMouseOut: "onMouseOut", onMouseOver: "onMouseOver", onPaint: "onPaint", onPaste: "onPaste", onPdfExport: "onPdfExport", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onRenderRow: "onRenderRow", onRenderRows: "onRenderRows", onResize: "onResize", onResponsive: "onResponsive", onRowCollapse: "onRowCollapse", onRowExpand: "onRowExpand", onRowMouseEnter: "onRowMouseEnter", onRowMouseLeave: "onRowMouseLeave", onScroll: "onScroll", onSelectionChange: "onSelectionChange", onSelectionModeChange: "onSelectionModeChange", onShow: "onShow", onSplit: "onSplit", onSplitterCollapseClick: "onSplitterCollapseClick", onSplitterDragEnd: "onSplitterDragEnd", onSplitterDragStart: "onSplitterDragStart", onSplitterExpandClick: "onSplitterExpandClick", onStartCellEdit: "onStartCellEdit", onStartRowEdit: "onStartRowEdit", onSubGridCollapse: "onSubGridCollapse", onSubGridExpand: "onSubGridExpand", onToggleGroup: "onToggleGroup", onToggleNode: "onToggleNode", onToolClick: "onToolClick", onUnlockRows: "onUnlockRows", onUnsplit: "onUnsplit" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
24599
24701
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumGridBaseComponent, decorators: [{
|
|
24600
24702
|
type: Component,
|
|
24601
24703
|
args: [{
|
|
@@ -24618,6 +24720,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
24618
24720
|
type: Input
|
|
24619
24721
|
}], bodyCls: [{
|
|
24620
24722
|
type: Input
|
|
24723
|
+
}], border: [{
|
|
24724
|
+
type: Input
|
|
24621
24725
|
}], bubbleEvents: [{
|
|
24622
24726
|
type: Input
|
|
24623
24727
|
}], collapsible: [{
|
|
@@ -24864,6 +24968,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
24864
24968
|
type: Input
|
|
24865
24969
|
}], tooltip: [{
|
|
24866
24970
|
type: Input
|
|
24971
|
+
}], aiFeature: [{
|
|
24972
|
+
type: Input
|
|
24867
24973
|
}], aiFilterFeature: [{
|
|
24868
24974
|
type: Input
|
|
24869
24975
|
}], cellCopyPasteFeature: [{
|
|
@@ -24954,6 +25060,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
24954
25060
|
type: Output
|
|
24955
25061
|
}], onBeforeCellRangeEdit: [{
|
|
24956
25062
|
type: Output
|
|
25063
|
+
}], onBeforeColumnCollapseToggle: [{
|
|
25064
|
+
type: Output
|
|
24957
25065
|
}], onBeforeColumnDragStart: [{
|
|
24958
25066
|
type: Output
|
|
24959
25067
|
}], onBeforeColumnDropFinalize: [{
|
|
@@ -25034,6 +25142,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
25034
25142
|
type: Output
|
|
25035
25143
|
}], onCollapseNode: [{
|
|
25036
25144
|
type: Output
|
|
25145
|
+
}], onColumnCollapseToggle: [{
|
|
25146
|
+
type: Output
|
|
25037
25147
|
}], onColumnDrag: [{
|
|
25038
25148
|
type: Output
|
|
25039
25149
|
}], onColumnDragStart: [{
|
|
@@ -26011,6 +26121,7 @@ BryntumGridFieldFilterPickerComponent.bryntumConfigs = BryntumGridFieldFilterPic
|
|
|
26011
26121
|
'ariaDescription',
|
|
26012
26122
|
'ariaLabel',
|
|
26013
26123
|
'autoUpdateRecord',
|
|
26124
|
+
'border',
|
|
26014
26125
|
'bubbleEvents',
|
|
26015
26126
|
'callOnFunctions',
|
|
26016
26127
|
'catchEventHandlerExceptions',
|
|
@@ -26117,6 +26228,7 @@ BryntumGridFieldFilterPickerComponent.bryntumConfigsOnly = [
|
|
|
26117
26228
|
'ariaDescription',
|
|
26118
26229
|
'ariaLabel',
|
|
26119
26230
|
'autoUpdateRecord',
|
|
26231
|
+
'border',
|
|
26120
26232
|
'bubbleEvents',
|
|
26121
26233
|
'centered',
|
|
26122
26234
|
'color',
|
|
@@ -26227,7 +26339,7 @@ BryntumGridFieldFilterPickerComponent.bryntumProps = BryntumGridFieldFilterPicke
|
|
|
26227
26339
|
'y'
|
|
26228
26340
|
]);
|
|
26229
26341
|
BryntumGridFieldFilterPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumGridFieldFilterPickerComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
26230
|
-
BryntumGridFieldFilterPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumGridFieldFilterPickerComponent, selector: "bryntum-grid-field-filter-picker", inputs: { adopt: "adopt", align: "align", allowedFieldNames: "allowedFieldNames", 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", grid: "grid", 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", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
26342
|
+
BryntumGridFieldFilterPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumGridFieldFilterPickerComponent, selector: "bryntum-grid-field-filter-picker", inputs: { adopt: "adopt", align: "align", allowedFieldNames: "allowedFieldNames", 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", grid: "grid", 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", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
26231
26343
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumGridFieldFilterPickerComponent, decorators: [{
|
|
26232
26344
|
type: Component,
|
|
26233
26345
|
args: [{
|
|
@@ -26248,6 +26360,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
26248
26360
|
type: Input
|
|
26249
26361
|
}], autoUpdateRecord: [{
|
|
26250
26362
|
type: Input
|
|
26363
|
+
}], border: [{
|
|
26364
|
+
type: Input
|
|
26251
26365
|
}], bubbleEvents: [{
|
|
26252
26366
|
type: Input
|
|
26253
26367
|
}], centered: [{
|
|
@@ -26758,6 +26872,7 @@ BryntumGridFieldFilterPickerGroupComponent.bryntumConfigs = BryntumGridFieldFilt
|
|
|
26758
26872
|
'ariaDescription',
|
|
26759
26873
|
'ariaLabel',
|
|
26760
26874
|
'autoUpdateRecord',
|
|
26875
|
+
'border',
|
|
26761
26876
|
'bubbleEvents',
|
|
26762
26877
|
'callOnFunctions',
|
|
26763
26878
|
'canDeleteFilter',
|
|
@@ -26863,6 +26978,7 @@ BryntumGridFieldFilterPickerGroupComponent.bryntumConfigsOnly = [
|
|
|
26863
26978
|
'ariaDescription',
|
|
26864
26979
|
'ariaLabel',
|
|
26865
26980
|
'autoUpdateRecord',
|
|
26981
|
+
'border',
|
|
26866
26982
|
'bubbleEvents',
|
|
26867
26983
|
'canDeleteFilter',
|
|
26868
26984
|
'canManageFilter',
|
|
@@ -26972,7 +27088,7 @@ BryntumGridFieldFilterPickerGroupComponent.bryntumProps = BryntumGridFieldFilter
|
|
|
26972
27088
|
'y'
|
|
26973
27089
|
]);
|
|
26974
27090
|
BryntumGridFieldFilterPickerGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumGridFieldFilterPickerGroupComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
26975
|
-
BryntumGridFieldFilterPickerGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumGridFieldFilterPickerGroupComponent, selector: "bryntum-grid-field-filter-picker-group", inputs: { 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", filters: "filters", floating: "floating", getFieldFilterPickerConfig: "getFieldFilterPickerConfig", grid: "grid", 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", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
27091
|
+
BryntumGridFieldFilterPickerGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumGridFieldFilterPickerGroupComponent, selector: "bryntum-grid-field-filter-picker-group", inputs: { 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", filters: "filters", floating: "floating", getFieldFilterPickerConfig: "getFieldFilterPickerConfig", grid: "grid", 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", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
26976
27092
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumGridFieldFilterPickerGroupComponent, decorators: [{
|
|
26977
27093
|
type: Component,
|
|
26978
27094
|
args: [{
|
|
@@ -26995,6 +27111,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
26995
27111
|
type: Input
|
|
26996
27112
|
}], autoUpdateRecord: [{
|
|
26997
27113
|
type: Input
|
|
27114
|
+
}], border: [{
|
|
27115
|
+
type: Input
|
|
26998
27116
|
}], bubbleEvents: [{
|
|
26999
27117
|
type: Input
|
|
27000
27118
|
}], canDeleteFilter: [{
|
|
@@ -27612,13 +27730,11 @@ BryntumGroupBarComponent.bryntumConfigsOnly = [
|
|
|
27612
27730
|
'activateOnMouseover',
|
|
27613
27731
|
'adopt',
|
|
27614
27732
|
'align',
|
|
27615
|
-
'allowGroupSelect',
|
|
27616
27733
|
'anchor',
|
|
27617
27734
|
'ariaDescription',
|
|
27618
27735
|
'ariaLabel',
|
|
27619
27736
|
'bubbleEvents',
|
|
27620
27737
|
'centered',
|
|
27621
|
-
'clearSelectionOnEmptySpaceClick',
|
|
27622
27738
|
'closable',
|
|
27623
27739
|
'closeHandler',
|
|
27624
27740
|
'color',
|
|
@@ -27670,10 +27786,12 @@ BryntumGroupBarComponent.bryntumConfigsOnly = [
|
|
|
27670
27786
|
];
|
|
27671
27787
|
BryntumGroupBarComponent.bryntumProps = BryntumGroupBarComponent.bryntumFeatureNames.concat([
|
|
27672
27788
|
'alignSelf',
|
|
27789
|
+
'allowGroupSelect',
|
|
27673
27790
|
'anchorSize',
|
|
27674
27791
|
'appendTo',
|
|
27675
27792
|
'callOnFunctions',
|
|
27676
27793
|
'catchEventHandlerExceptions',
|
|
27794
|
+
'clearSelectionOnEmptySpaceClick',
|
|
27677
27795
|
'cls',
|
|
27678
27796
|
'collapsibleGroups',
|
|
27679
27797
|
'column',
|
|
@@ -27714,7 +27832,7 @@ BryntumGroupBarComponent.bryntumProps = BryntumGroupBarComponent.bryntumFeatureN
|
|
|
27714
27832
|
'y'
|
|
27715
27833
|
]);
|
|
27716
27834
|
BryntumGroupBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumGroupBarComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
27717
|
-
BryntumGroupBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumGroupBarComponent, selector: "bryntum-group-bar", inputs: { activateOnMouseover: "activateOnMouseover", adopt: "adopt", align: "align",
|
|
27835
|
+
BryntumGroupBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumGroupBarComponent, selector: "bryntum-group-bar", inputs: { activateOnMouseover: "activateOnMouseover", adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", bubbleEvents: "bubbleEvents", centered: "centered", closable: "closable", closeHandler: "closeHandler", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", displayField: "displayField", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", floating: "floating", getItemCls: "getItemCls", getItemStyle: "getItemStyle", groupHeaderTpl: "groupHeaderTpl", hideAnimation: "hideAnimation", htmlCls: "htmlCls", iconTpl: "iconTpl", ignoreParentReadOnly: "ignoreParentReadOnly", isSelectable: "isSelectable", itemTpl: "itemTpl", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", selectAllItem: "selectAllItem", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", tab: "tab", tag: "tag", textAlign: "textAlign", tooltipTemplate: "tooltipTemplate", type: "type", ui: "ui", virtualize: "virtualize", weight: "weight", alignSelf: "alignSelf", allowGroupSelect: "allowGroupSelect", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", clearSelectionOnEmptySpaceClick: "clearSelectionOnEmptySpaceClick", cls: "cls", collapsibleGroups: "collapsibleGroups", column: "column", content: "content", dataset: "dataset", disabled: "disabled", emptyText: "emptyText", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", multiSelect: "multiSelect", readOnly: "readOnly", rtl: "rtl", scrollable: "scrollable", selected: "selected", span: "span", store: "store", title: "title", toggleAllIfCtrlPressed: "toggleAllIfCtrlPressed", tooltip: "tooltip", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", parent: "parent" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeItem: "onBeforeItem", onBeforeShow: "onBeforeShow", onCatchAll: "onCatchAll", onDestroy: "onDestroy", onElementCreated: "onElementCreated", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onItem: "onItem", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onSelectionChange: "onSelectionChange", onShow: "onShow", onToggleGroup: "onToggleGroup", onToggleNode: "onToggleNode" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
27718
27836
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumGroupBarComponent, decorators: [{
|
|
27719
27837
|
type: Component,
|
|
27720
27838
|
args: [{
|
|
@@ -27727,8 +27845,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
27727
27845
|
type: Input
|
|
27728
27846
|
}], align: [{
|
|
27729
27847
|
type: Input
|
|
27730
|
-
}], allowGroupSelect: [{
|
|
27731
|
-
type: Input
|
|
27732
27848
|
}], anchor: [{
|
|
27733
27849
|
type: Input
|
|
27734
27850
|
}], ariaDescription: [{
|
|
@@ -27739,8 +27855,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
27739
27855
|
type: Input
|
|
27740
27856
|
}], centered: [{
|
|
27741
27857
|
type: Input
|
|
27742
|
-
}], clearSelectionOnEmptySpaceClick: [{
|
|
27743
|
-
type: Input
|
|
27744
27858
|
}], closable: [{
|
|
27745
27859
|
type: Input
|
|
27746
27860
|
}], closeHandler: [{
|
|
@@ -27839,12 +27953,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
27839
27953
|
type: Input
|
|
27840
27954
|
}], alignSelf: [{
|
|
27841
27955
|
type: Input
|
|
27956
|
+
}], allowGroupSelect: [{
|
|
27957
|
+
type: Input
|
|
27842
27958
|
}], appendTo: [{
|
|
27843
27959
|
type: Input
|
|
27844
27960
|
}], callOnFunctions: [{
|
|
27845
27961
|
type: Input
|
|
27846
27962
|
}], catchEventHandlerExceptions: [{
|
|
27847
27963
|
type: Input
|
|
27964
|
+
}], clearSelectionOnEmptySpaceClick: [{
|
|
27965
|
+
type: Input
|
|
27848
27966
|
}], cls: [{
|
|
27849
27967
|
type: Input
|
|
27850
27968
|
}], collapsibleGroups: [{
|
|
@@ -28252,6 +28370,7 @@ BryntumHintComponent.bryntumConfigs = BryntumHintComponent.bryntumFeatureNames.c
|
|
|
28252
28370
|
'autoUpdateRecord',
|
|
28253
28371
|
'bbar',
|
|
28254
28372
|
'bodyCls',
|
|
28373
|
+
'border',
|
|
28255
28374
|
'bubbleEvents',
|
|
28256
28375
|
'buttons',
|
|
28257
28376
|
'callOnFunctions',
|
|
@@ -28374,6 +28493,7 @@ BryntumHintComponent.bryntumConfigsOnly = [
|
|
|
28374
28493
|
'autoUpdateRecord',
|
|
28375
28494
|
'bbar',
|
|
28376
28495
|
'bodyCls',
|
|
28496
|
+
'border',
|
|
28377
28497
|
'bubbleEvents',
|
|
28378
28498
|
'buttons',
|
|
28379
28499
|
'closeOnEscape',
|
|
@@ -28499,7 +28619,7 @@ BryntumHintComponent.bryntumProps = BryntumHintComponent.bryntumFeatureNames.con
|
|
|
28499
28619
|
'y'
|
|
28500
28620
|
]);
|
|
28501
28621
|
BryntumHintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumHintComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
28502
|
-
BryntumHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumHintComponent, selector: "bryntum-hint", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoNext: "autoNext", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", buttons: "buttons", closeOnEscape: "closeOnEscape", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", focusOnToFront: "focusOnToFront", footer: "footer", forElement: "forElement", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", highlightTarget: "highlightTarget", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", maximizable: "maximizable", maxWait: "maxWait", modal: "modal", monitorResize: "monitorResize", namedItems: "namedItems", nextAction: "nextAction", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", previousAction: "previousAction", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showOnClick: "showOnClick", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", target: "target", 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", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximized: "maximized", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", resizable: "resizable", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", 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" }, outputs: { onBeforeClose: "onBeforeClose", 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
28622
|
+
BryntumHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumHintComponent, selector: "bryntum-hint", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoNext: "autoNext", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", buttons: "buttons", closeOnEscape: "closeOnEscape", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", focusOnToFront: "focusOnToFront", footer: "footer", forElement: "forElement", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", highlightTarget: "highlightTarget", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", maximizable: "maximizable", maxWait: "maxWait", modal: "modal", monitorResize: "monitorResize", namedItems: "namedItems", nextAction: "nextAction", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", previousAction: "previousAction", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showOnClick: "showOnClick", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", target: "target", 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", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximized: "maximized", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", resizable: "resizable", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", 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" }, outputs: { onBeforeClose: "onBeforeClose", 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
28503
28623
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumHintComponent, decorators: [{
|
|
28504
28624
|
type: Component,
|
|
28505
28625
|
args: [{
|
|
@@ -28524,6 +28644,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
28524
28644
|
type: Input
|
|
28525
28645
|
}], bodyCls: [{
|
|
28526
28646
|
type: Input
|
|
28647
|
+
}], border: [{
|
|
28648
|
+
type: Input
|
|
28527
28649
|
}], bubbleEvents: [{
|
|
28528
28650
|
type: Input
|
|
28529
28651
|
}], buttons: [{
|
|
@@ -29755,13 +29877,11 @@ BryntumListComponent.bryntumConfigsOnly = [
|
|
|
29755
29877
|
'activateOnMouseover',
|
|
29756
29878
|
'adopt',
|
|
29757
29879
|
'align',
|
|
29758
|
-
'allowGroupSelect',
|
|
29759
29880
|
'anchor',
|
|
29760
29881
|
'ariaDescription',
|
|
29761
29882
|
'ariaLabel',
|
|
29762
29883
|
'bubbleEvents',
|
|
29763
29884
|
'centered',
|
|
29764
|
-
'clearSelectionOnEmptySpaceClick',
|
|
29765
29885
|
'color',
|
|
29766
29886
|
'config',
|
|
29767
29887
|
'constrainTo',
|
|
@@ -29810,10 +29930,12 @@ BryntumListComponent.bryntumConfigsOnly = [
|
|
|
29810
29930
|
];
|
|
29811
29931
|
BryntumListComponent.bryntumProps = BryntumListComponent.bryntumFeatureNames.concat([
|
|
29812
29932
|
'alignSelf',
|
|
29933
|
+
'allowGroupSelect',
|
|
29813
29934
|
'anchorSize',
|
|
29814
29935
|
'appendTo',
|
|
29815
29936
|
'callOnFunctions',
|
|
29816
29937
|
'catchEventHandlerExceptions',
|
|
29938
|
+
'clearSelectionOnEmptySpaceClick',
|
|
29817
29939
|
'cls',
|
|
29818
29940
|
'collapsibleGroups',
|
|
29819
29941
|
'column',
|
|
@@ -29854,7 +29976,7 @@ BryntumListComponent.bryntumProps = BryntumListComponent.bryntumFeatureNames.con
|
|
|
29854
29976
|
'y'
|
|
29855
29977
|
]);
|
|
29856
29978
|
BryntumListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumListComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
29857
|
-
BryntumListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumListComponent, selector: "bryntum-list", inputs: { activateOnMouseover: "activateOnMouseover", adopt: "adopt", align: "align",
|
|
29979
|
+
BryntumListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumListComponent, selector: "bryntum-list", inputs: { activateOnMouseover: "activateOnMouseover", adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", bubbleEvents: "bubbleEvents", centered: "centered", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", displayField: "displayField", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", floating: "floating", getItemCls: "getItemCls", getItemStyle: "getItemStyle", groupHeaderTpl: "groupHeaderTpl", hideAnimation: "hideAnimation", htmlCls: "htmlCls", ignoreParentReadOnly: "ignoreParentReadOnly", isSelectable: "isSelectable", itemTpl: "itemTpl", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", selectAllItem: "selectAllItem", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", tab: "tab", tag: "tag", textAlign: "textAlign", tooltipTemplate: "tooltipTemplate", type: "type", ui: "ui", virtualize: "virtualize", weight: "weight", alignSelf: "alignSelf", allowGroupSelect: "allowGroupSelect", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", clearSelectionOnEmptySpaceClick: "clearSelectionOnEmptySpaceClick", cls: "cls", collapsibleGroups: "collapsibleGroups", column: "column", content: "content", dataset: "dataset", disabled: "disabled", emptyText: "emptyText", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", multiSelect: "multiSelect", readOnly: "readOnly", rtl: "rtl", scrollable: "scrollable", selected: "selected", span: "span", store: "store", title: "title", toggleAllIfCtrlPressed: "toggleAllIfCtrlPressed", tooltip: "tooltip", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", parent: "parent" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeItem: "onBeforeItem", onBeforeShow: "onBeforeShow", onCatchAll: "onCatchAll", onDestroy: "onDestroy", onElementCreated: "onElementCreated", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onItem: "onItem", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onSelectionChange: "onSelectionChange", onShow: "onShow", onToggleGroup: "onToggleGroup", onToggleNode: "onToggleNode" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
29858
29980
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumListComponent, decorators: [{
|
|
29859
29981
|
type: Component,
|
|
29860
29982
|
args: [{
|
|
@@ -29867,8 +29989,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
29867
29989
|
type: Input
|
|
29868
29990
|
}], align: [{
|
|
29869
29991
|
type: Input
|
|
29870
|
-
}], allowGroupSelect: [{
|
|
29871
|
-
type: Input
|
|
29872
29992
|
}], anchor: [{
|
|
29873
29993
|
type: Input
|
|
29874
29994
|
}], ariaDescription: [{
|
|
@@ -29879,8 +29999,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
29879
29999
|
type: Input
|
|
29880
30000
|
}], centered: [{
|
|
29881
30001
|
type: Input
|
|
29882
|
-
}], clearSelectionOnEmptySpaceClick: [{
|
|
29883
|
-
type: Input
|
|
29884
30002
|
}], color: [{
|
|
29885
30003
|
type: Input
|
|
29886
30004
|
}], config: [{
|
|
@@ -29973,12 +30091,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
29973
30091
|
type: Input
|
|
29974
30092
|
}], alignSelf: [{
|
|
29975
30093
|
type: Input
|
|
30094
|
+
}], allowGroupSelect: [{
|
|
30095
|
+
type: Input
|
|
29976
30096
|
}], appendTo: [{
|
|
29977
30097
|
type: Input
|
|
29978
30098
|
}], callOnFunctions: [{
|
|
29979
30099
|
type: Input
|
|
29980
30100
|
}], catchEventHandlerExceptions: [{
|
|
29981
30101
|
type: Input
|
|
30102
|
+
}], clearSelectionOnEmptySpaceClick: [{
|
|
30103
|
+
type: Input
|
|
29982
30104
|
}], cls: [{
|
|
29983
30105
|
type: Input
|
|
29984
30106
|
}], collapsibleGroups: [{
|
|
@@ -30408,6 +30530,7 @@ BryntumMenuComponent.bryntumConfigs = BryntumMenuComponent.bryntumFeatureNames.c
|
|
|
30408
30530
|
'autoUpdateRecord',
|
|
30409
30531
|
'bbar',
|
|
30410
30532
|
'bodyCls',
|
|
30533
|
+
'border',
|
|
30411
30534
|
'bubbleEvents',
|
|
30412
30535
|
'callOnFunctions',
|
|
30413
30536
|
'catchEventHandlerExceptions',
|
|
@@ -30529,6 +30652,7 @@ BryntumMenuComponent.bryntumConfigsOnly = [
|
|
|
30529
30652
|
'autoUpdateRecord',
|
|
30530
30653
|
'bbar',
|
|
30531
30654
|
'bodyCls',
|
|
30655
|
+
'border',
|
|
30532
30656
|
'bubbleEvents',
|
|
30533
30657
|
'centered',
|
|
30534
30658
|
'closable',
|
|
@@ -30654,7 +30778,7 @@ BryntumMenuComponent.bryntumProps = BryntumMenuComponent.bryntumFeatureNames.con
|
|
|
30654
30778
|
'y'
|
|
30655
30779
|
]);
|
|
30656
30780
|
BryntumMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumMenuComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
30657
|
-
BryntumMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumMenuComponent, selector: "bryntum-menu", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoClose: "autoClose", autoShow: "autoShow", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", centered: "centered", closable: "closable", closeAction: "closeAction", closeOnEscape: "closeOnEscape", 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", focusOnHover: "focusOnHover", focusOnToFront: "focusOnToFront", footer: "footer", forElement: "forElement", 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", maximizable: "maximizable", modal: "modal", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showOnClick: "showOnClick", 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", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximized: "maximized", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", resizable: "resizable", rtl: "rtl", span: "span", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", parentMenu: "parentMenu", selectedElement: "selectedElement", state: "state", values: "values" }, outputs: { onBeforeClose: "onBeforeClose", 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", onItem: "onItem", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow", onToggle: "onToggle", onToolClick: "onToolClick" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
30781
|
+
BryntumMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumMenuComponent, selector: "bryntum-menu", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoClose: "autoClose", autoShow: "autoShow", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", centered: "centered", closable: "closable", closeAction: "closeAction", closeOnEscape: "closeOnEscape", 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", focusOnHover: "focusOnHover", focusOnToFront: "focusOnToFront", footer: "footer", forElement: "forElement", 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", maximizable: "maximizable", modal: "modal", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showOnClick: "showOnClick", 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", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximized: "maximized", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", resizable: "resizable", rtl: "rtl", span: "span", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", parentMenu: "parentMenu", selectedElement: "selectedElement", state: "state", values: "values" }, outputs: { onBeforeClose: "onBeforeClose", 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", onItem: "onItem", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow", onToggle: "onToggle", onToolClick: "onToolClick" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
30658
30782
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumMenuComponent, decorators: [{
|
|
30659
30783
|
type: Component,
|
|
30660
30784
|
args: [{
|
|
@@ -30681,6 +30805,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
30681
30805
|
type: Input
|
|
30682
30806
|
}], bodyCls: [{
|
|
30683
30807
|
type: Input
|
|
30808
|
+
}], border: [{
|
|
30809
|
+
type: Input
|
|
30684
30810
|
}], bubbleEvents: [{
|
|
30685
30811
|
type: Input
|
|
30686
30812
|
}], centered: [{
|
|
@@ -31269,6 +31395,7 @@ BryntumMonthPickerComponent.bryntumConfigs = BryntumMonthPickerComponent.bryntum
|
|
|
31269
31395
|
'autoUpdateRecord',
|
|
31270
31396
|
'bbar',
|
|
31271
31397
|
'bodyCls',
|
|
31398
|
+
'border',
|
|
31272
31399
|
'bubbleEvents',
|
|
31273
31400
|
'callOnFunctions',
|
|
31274
31401
|
'catchEventHandlerExceptions',
|
|
@@ -31379,6 +31506,7 @@ BryntumMonthPickerComponent.bryntumConfigsOnly = [
|
|
|
31379
31506
|
'autoUpdateRecord',
|
|
31380
31507
|
'bbar',
|
|
31381
31508
|
'bodyCls',
|
|
31509
|
+
'border',
|
|
31382
31510
|
'bubbleEvents',
|
|
31383
31511
|
'centered',
|
|
31384
31512
|
'collapsible',
|
|
@@ -31493,7 +31621,7 @@ BryntumMonthPickerComponent.bryntumProps = BryntumMonthPickerComponent.bryntumFe
|
|
|
31493
31621
|
'y'
|
|
31494
31622
|
]);
|
|
31495
31623
|
BryntumMonthPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumMonthPickerComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
31496
|
-
BryntumMonthPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumMonthPickerComponent, selector: "bryntum-month-picker", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", month: "month", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", 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" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onBeforeStateApply: "onBeforeStateApply", onBeforeStateSave: "onBeforeStateSave", onCatchAll: "onCatchAll", onCollapse: "onCollapse", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onElementCreated: "onElementCreated", onExpand: "onExpand", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onSelect: "onSelect", onShow: "onShow", onTitleClick: "onTitleClick", onToolClick: "onToolClick" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
31624
|
+
BryntumMonthPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumMonthPickerComponent, selector: "bryntum-month-picker", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", month: "month", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", 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" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onBeforeStateApply: "onBeforeStateApply", onBeforeStateSave: "onBeforeStateSave", onCatchAll: "onCatchAll", onCollapse: "onCollapse", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onElementCreated: "onElementCreated", onExpand: "onExpand", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onSelect: "onSelect", onShow: "onShow", onTitleClick: "onTitleClick", onToolClick: "onToolClick" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
31497
31625
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumMonthPickerComponent, decorators: [{
|
|
31498
31626
|
type: Component,
|
|
31499
31627
|
args: [{
|
|
@@ -31516,6 +31644,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
31516
31644
|
type: Input
|
|
31517
31645
|
}], bodyCls: [{
|
|
31518
31646
|
type: Input
|
|
31647
|
+
}], border: [{
|
|
31648
|
+
type: Input
|
|
31519
31649
|
}], bubbleEvents: [{
|
|
31520
31650
|
type: Input
|
|
31521
31651
|
}], centered: [{
|
|
@@ -32848,6 +32978,7 @@ BryntumPagingToolbarComponent.bryntumConfigs = BryntumPagingToolbarComponent.bry
|
|
|
32848
32978
|
'ariaDescription',
|
|
32849
32979
|
'ariaLabel',
|
|
32850
32980
|
'autoUpdateRecord',
|
|
32981
|
+
'border',
|
|
32851
32982
|
'bubbleEvents',
|
|
32852
32983
|
'callOnFunctions',
|
|
32853
32984
|
'catchEventHandlerExceptions',
|
|
@@ -32946,6 +33077,7 @@ BryntumPagingToolbarComponent.bryntumConfigsOnly = [
|
|
|
32946
33077
|
'ariaDescription',
|
|
32947
33078
|
'ariaLabel',
|
|
32948
33079
|
'autoUpdateRecord',
|
|
33080
|
+
'border',
|
|
32949
33081
|
'bubbleEvents',
|
|
32950
33082
|
'centered',
|
|
32951
33083
|
'color',
|
|
@@ -33049,7 +33181,7 @@ BryntumPagingToolbarComponent.bryntumProps = BryntumPagingToolbarComponent.brynt
|
|
|
33049
33181
|
'y'
|
|
33050
33182
|
]);
|
|
33051
33183
|
BryntumPagingToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumPagingToolbarComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
33052
|
-
BryntumPagingToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumPagingToolbarComponent, selector: "bryntum-paging-toolbar", inputs: { 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", 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", overflow: "overflow", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", 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", type: "type", ui: "ui", weight: "weight", widgetCls: "widgetCls", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", enableReordering: "enableReordering", 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", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", values: "values" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeItemDragStart: "onBeforeItemDragStart", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onCatchAll: "onCatchAll", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onElementCreated: "onElementCreated", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onItemDragStart: "onItemDragStart", onItemDrop: "onItemDrop", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
33184
|
+
BryntumPagingToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumPagingToolbarComponent, selector: "bryntum-paging-toolbar", inputs: { 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", 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", overflow: "overflow", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", 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", type: "type", ui: "ui", weight: "weight", widgetCls: "widgetCls", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", enableReordering: "enableReordering", 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", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", values: "values" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeItemDragStart: "onBeforeItemDragStart", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onCatchAll: "onCatchAll", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onElementCreated: "onElementCreated", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onItemDragStart: "onItemDragStart", onItemDrop: "onItemDrop", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
33053
33185
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumPagingToolbarComponent, decorators: [{
|
|
33054
33186
|
type: Component,
|
|
33055
33187
|
args: [{
|
|
@@ -33068,6 +33200,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
33068
33200
|
type: Input
|
|
33069
33201
|
}], autoUpdateRecord: [{
|
|
33070
33202
|
type: Input
|
|
33203
|
+
}], border: [{
|
|
33204
|
+
type: Input
|
|
33071
33205
|
}], bubbleEvents: [{
|
|
33072
33206
|
type: Input
|
|
33073
33207
|
}], centered: [{
|
|
@@ -33586,6 +33720,7 @@ BryntumPanelComponent.bryntumConfigs = BryntumPanelComponent.bryntumFeatureNames
|
|
|
33586
33720
|
'autoUpdateRecord',
|
|
33587
33721
|
'bbar',
|
|
33588
33722
|
'bodyCls',
|
|
33723
|
+
'border',
|
|
33589
33724
|
'bubbleEvents',
|
|
33590
33725
|
'callOnFunctions',
|
|
33591
33726
|
'catchEventHandlerExceptions',
|
|
@@ -33695,6 +33830,7 @@ BryntumPanelComponent.bryntumConfigsOnly = [
|
|
|
33695
33830
|
'autoUpdateRecord',
|
|
33696
33831
|
'bbar',
|
|
33697
33832
|
'bodyCls',
|
|
33833
|
+
'border',
|
|
33698
33834
|
'bubbleEvents',
|
|
33699
33835
|
'centered',
|
|
33700
33836
|
'collapsible',
|
|
@@ -33808,7 +33944,7 @@ BryntumPanelComponent.bryntumProps = BryntumPanelComponent.bryntumFeatureNames.c
|
|
|
33808
33944
|
'y'
|
|
33809
33945
|
]);
|
|
33810
33946
|
BryntumPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumPanelComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
33811
|
-
BryntumPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumPanelComponent, selector: "bryntum-panel", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
33947
|
+
BryntumPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumPanelComponent, selector: "bryntum-panel", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
33812
33948
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumPanelComponent, decorators: [{
|
|
33813
33949
|
type: Component,
|
|
33814
33950
|
args: [{
|
|
@@ -33831,6 +33967,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
33831
33967
|
type: Input
|
|
33832
33968
|
}], bodyCls: [{
|
|
33833
33969
|
type: Input
|
|
33970
|
+
}], border: [{
|
|
33971
|
+
type: Input
|
|
33834
33972
|
}], bubbleEvents: [{
|
|
33835
33973
|
type: Input
|
|
33836
33974
|
}], centered: [{
|
|
@@ -34855,7 +34993,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
34855
34993
|
}] } });
|
|
34856
34994
|
|
|
34857
34995
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
34858
|
-
class
|
|
34996
|
+
class BryntumProgressBarComponent {
|
|
34859
34997
|
constructor(element) {
|
|
34860
34998
|
this.bryntumConfig = {
|
|
34861
34999
|
adopt: undefined,
|
|
@@ -34866,30 +35004,6 @@ class BryntumRadioComponent {
|
|
|
34866
35004
|
listeners: {}
|
|
34867
35005
|
};
|
|
34868
35006
|
// Events emitters
|
|
34869
|
-
/**
|
|
34870
|
-
* User performed the default action (toggled the checkbox)
|
|
34871
|
-
* @param {object} event Event object
|
|
34872
|
-
* @param {Core.widget.Checkbox} event.source Checkbox
|
|
34873
|
-
* @param {boolean} event.checked Checked state (=value)
|
|
34874
|
-
* @param {boolean} event.value This field's value
|
|
34875
|
-
* @param {boolean} event.valid True if this field is in a valid state
|
|
34876
|
-
* @param {boolean} event.oldValue This field's previous value
|
|
34877
|
-
* @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
34878
|
-
* @param {Event} event.event The triggering DOM event if any
|
|
34879
|
-
*/
|
|
34880
|
-
this.onAction = new EventEmitter();
|
|
34881
|
-
/**
|
|
34882
|
-
* Fired before checkbox is toggled. Returning false from a listener prevents the checkbox from being toggled.
|
|
34883
|
-
* @param {object} event Event object
|
|
34884
|
-
* @param {Core.widget.Checkbox} event.source Checkbox
|
|
34885
|
-
* @param {boolean} event.checked Checked state (=value)
|
|
34886
|
-
* @param {boolean} event.value This field's value
|
|
34887
|
-
* @param {boolean} event.oldValue This field's previous value
|
|
34888
|
-
* @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
34889
|
-
* @param {boolean} event.valid True if this field is in a valid state.
|
|
34890
|
-
* @param {Event} event.event The triggering DOM event if any
|
|
34891
|
-
*/
|
|
34892
|
-
this.onBeforeChange = new EventEmitter();
|
|
34893
35007
|
/**
|
|
34894
35008
|
* Fires before an object is destroyed.
|
|
34895
35009
|
* @param {object} event Event object
|
|
@@ -34911,39 +35025,12 @@ class BryntumRadioComponent {
|
|
|
34911
35025
|
/**
|
|
34912
35026
|
* Fires when any other event is fired from the object.
|
|
34913
35027
|
* ...
|
|
34914
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/
|
|
35028
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#event-catchAll)
|
|
34915
35029
|
* @param {object} event Event object
|
|
34916
35030
|
* @param {{[key: string]: any, type: string}} event.event The Object that contains event details
|
|
34917
35031
|
* @param {string} event.event.type The type of the event which is caught by the listener
|
|
34918
35032
|
*/
|
|
34919
35033
|
this.onCatchAll = new EventEmitter();
|
|
34920
|
-
/**
|
|
34921
|
-
* Fired when checkbox is toggled
|
|
34922
|
-
* @param {object} event Event object
|
|
34923
|
-
* @param {Core.widget.Checkbox} event.source Checkbox
|
|
34924
|
-
* @param {boolean} event.checked Checked state (=value)
|
|
34925
|
-
* @param {boolean} event.value This field's value
|
|
34926
|
-
* @param {boolean} event.oldValue This field's previous value
|
|
34927
|
-
* @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
34928
|
-
* @param {boolean} event.valid True if this field is in a valid state.
|
|
34929
|
-
* @param {Event} event.event The triggering DOM event if any
|
|
34930
|
-
*/
|
|
34931
|
-
this.onChange = new EventEmitter();
|
|
34932
|
-
/**
|
|
34933
|
-
* Fired when this field is [cleared](https://bryntum.com/products/grid/docs/api/Core/widget/Field#function-clear).
|
|
34934
|
-
* ...
|
|
34935
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#event-clear)
|
|
34936
|
-
* @param {object} event Event object
|
|
34937
|
-
* @param {Core.widget.Field,any} event.source This Field
|
|
34938
|
-
*/
|
|
34939
|
-
this.onClear = new EventEmitter();
|
|
34940
|
-
/**
|
|
34941
|
-
* Fires when the checkbox is clicked
|
|
34942
|
-
* @param {object} event Event object
|
|
34943
|
-
* @param {Core.widget.Checkbox} event.source The checkbox
|
|
34944
|
-
* @param {Event} event.event DOM event
|
|
34945
|
-
*/
|
|
34946
|
-
this.onClick = new EventEmitter();
|
|
34947
35034
|
/**
|
|
34948
35035
|
* Fires when an object is destroyed.
|
|
34949
35036
|
* @param {object} event Event object
|
|
@@ -34986,19 +35073,11 @@ class BryntumRadioComponent {
|
|
|
34986
35073
|
* @param {Core.widget.Widget} event.source The widget
|
|
34987
35074
|
*/
|
|
34988
35075
|
this.onHide = new EventEmitter();
|
|
34989
|
-
/**
|
|
34990
|
-
* Fired when the user types into this field.
|
|
34991
|
-
* @param {object} event Event object
|
|
34992
|
-
* @param {Core.widget.Field,any} event.source This field
|
|
34993
|
-
* @param {string,number,boolean,any} event.value This field's value
|
|
34994
|
-
* @param {Event} event.event The triggering DOM event
|
|
34995
|
-
*/
|
|
34996
|
-
this.onInput = new EventEmitter();
|
|
34997
35076
|
/**
|
|
34998
35077
|
* Triggered when a widget which had been in a non-visible state for any reason
|
|
34999
35078
|
* achieves visibility.
|
|
35000
35079
|
* ...
|
|
35001
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/
|
|
35080
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#event-paint)
|
|
35002
35081
|
* @param {object} event Event object
|
|
35003
35082
|
* @param {Core.widget.Widget} event.source The widget being painted.
|
|
35004
35083
|
* @param {boolean} event.firstPaint `true` if this is the first paint.
|
|
@@ -35031,20 +35110,13 @@ class BryntumRadioComponent {
|
|
|
35031
35110
|
* @param {Core.widget.Widget} event.source The widget
|
|
35032
35111
|
*/
|
|
35033
35112
|
this.onShow = new EventEmitter();
|
|
35034
|
-
/**
|
|
35035
|
-
* User clicked one of this field's [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers)
|
|
35036
|
-
* @param {object} event Event object
|
|
35037
|
-
* @param {Core.widget.Field,any} event.source This field
|
|
35038
|
-
* @param {Core.widget.Widget} event.trigger The trigger activated by click or touch tap.
|
|
35039
|
-
*/
|
|
35040
|
-
this.onTrigger = new EventEmitter();
|
|
35041
35113
|
this.elementRef = element;
|
|
35042
35114
|
}
|
|
35043
35115
|
/**
|
|
35044
35116
|
* Create and append the underlying widget
|
|
35045
35117
|
*/
|
|
35046
35118
|
ngOnInit() {
|
|
35047
|
-
const me = this, { elementRef, bryntumConfig } = me, { instanceClass, instanceName, bryntumConfigs, bryntumEvents } =
|
|
35119
|
+
const me = this, { elementRef, bryntumConfig } = me, { instanceClass, instanceName, bryntumConfigs, bryntumEvents } = BryntumProgressBarComponent;
|
|
35048
35120
|
bryntumConfigs.filter(prop => prop in this).forEach(prop => {
|
|
35049
35121
|
// @ts-ignore
|
|
35050
35122
|
WrapperHelper.applyPropValue(bryntumConfig, prop, this[prop]);
|
|
@@ -35092,13 +35164,13 @@ class BryntumRadioComponent {
|
|
|
35092
35164
|
* @param changes
|
|
35093
35165
|
*/
|
|
35094
35166
|
ngOnChanges(changes) {
|
|
35095
|
-
const { instance } = this, { instanceName } =
|
|
35167
|
+
const { instance } = this, { instanceName } = BryntumProgressBarComponent;
|
|
35096
35168
|
if (!instance) {
|
|
35097
35169
|
return;
|
|
35098
35170
|
}
|
|
35099
35171
|
// Iterate over all changes
|
|
35100
35172
|
Object.entries(changes).forEach(([prop, change]) => {
|
|
35101
|
-
const newValue = change.currentValue, { instance } = this, { bryntumConfigsOnly, bryntumProps } =
|
|
35173
|
+
const newValue = change.currentValue, { instance } = this, { bryntumConfigsOnly, bryntumProps } = BryntumProgressBarComponent;
|
|
35102
35174
|
if (bryntumProps.includes(prop)) {
|
|
35103
35175
|
WrapperHelper.applyPropValue(instance, prop, newValue, false);
|
|
35104
35176
|
if (bryntumConfigsOnly.includes(prop)) {
|
|
@@ -35117,33 +35189,26 @@ class BryntumRadioComponent {
|
|
|
35117
35189
|
}
|
|
35118
35190
|
}
|
|
35119
35191
|
}
|
|
35120
|
-
|
|
35121
|
-
|
|
35122
|
-
|
|
35123
|
-
'onAction',
|
|
35124
|
-
'onBeforeChange',
|
|
35192
|
+
BryntumProgressBarComponent.instanceClass = ProgressBar;
|
|
35193
|
+
BryntumProgressBarComponent.instanceName = 'ProgressBar';
|
|
35194
|
+
BryntumProgressBarComponent.bryntumEvents = [
|
|
35125
35195
|
'onBeforeDestroy',
|
|
35126
35196
|
'onBeforeHide',
|
|
35127
35197
|
'onBeforeShow',
|
|
35128
35198
|
'onCatchAll',
|
|
35129
|
-
'onChange',
|
|
35130
|
-
'onClear',
|
|
35131
|
-
'onClick',
|
|
35132
35199
|
'onDestroy',
|
|
35133
35200
|
'onElementCreated',
|
|
35134
35201
|
'onFocusIn',
|
|
35135
35202
|
'onFocusOut',
|
|
35136
35203
|
'onHide',
|
|
35137
|
-
'onInput',
|
|
35138
35204
|
'onPaint',
|
|
35139
35205
|
'onReadOnly',
|
|
35140
35206
|
'onRecompose',
|
|
35141
35207
|
'onResize',
|
|
35142
|
-
'onShow'
|
|
35143
|
-
'onTrigger'
|
|
35208
|
+
'onShow'
|
|
35144
35209
|
];
|
|
35145
|
-
|
|
35146
|
-
|
|
35210
|
+
BryntumProgressBarComponent.bryntumFeatureNames = [];
|
|
35211
|
+
BryntumProgressBarComponent.bryntumConfigs = BryntumProgressBarComponent.bryntumFeatureNames.concat([
|
|
35147
35212
|
'adopt',
|
|
35148
35213
|
'align',
|
|
35149
35214
|
'alignSelf',
|
|
@@ -35151,23 +35216,16 @@ BryntumRadioComponent.bryntumConfigs = BryntumRadioComponent.bryntumFeatureNames
|
|
|
35151
35216
|
'appendTo',
|
|
35152
35217
|
'ariaDescription',
|
|
35153
35218
|
'ariaLabel',
|
|
35154
|
-
'autoCollapse',
|
|
35155
|
-
'autoComplete',
|
|
35156
|
-
'autoSelect',
|
|
35157
|
-
'badge',
|
|
35158
35219
|
'bubbleEvents',
|
|
35159
35220
|
'callOnFunctions',
|
|
35160
35221
|
'catchEventHandlerExceptions',
|
|
35161
35222
|
'centered',
|
|
35162
|
-
'checked',
|
|
35163
|
-
'checkedValue',
|
|
35164
35223
|
'cls',
|
|
35165
35224
|
'color',
|
|
35166
35225
|
'column',
|
|
35167
35226
|
'config',
|
|
35168
35227
|
'constrainTo',
|
|
35169
|
-
'
|
|
35170
|
-
'containValues',
|
|
35228
|
+
'content',
|
|
35171
35229
|
'contentElementCls',
|
|
35172
35230
|
'dataField',
|
|
35173
35231
|
'dataset',
|
|
@@ -35183,26 +35241,14 @@ BryntumRadioComponent.bryntumConfigs = BryntumRadioComponent.bryntumFeatureNames
|
|
|
35183
35241
|
'height',
|
|
35184
35242
|
'hidden',
|
|
35185
35243
|
'hideAnimation',
|
|
35186
|
-
'
|
|
35187
|
-
'
|
|
35188
|
-
'hintHtml',
|
|
35244
|
+
'html',
|
|
35245
|
+
'htmlCls',
|
|
35189
35246
|
'id',
|
|
35190
35247
|
'ignoreParentReadOnly',
|
|
35191
|
-
'inline',
|
|
35192
|
-
'inputAlign',
|
|
35193
|
-
'inputAttributes',
|
|
35194
|
-
'inputTag',
|
|
35195
|
-
'inputType',
|
|
35196
|
-
'inputWidth',
|
|
35197
35248
|
'insertBefore',
|
|
35198
35249
|
'insertFirst',
|
|
35199
35250
|
'keyMap',
|
|
35200
|
-
'keyStrokeChangeDelay',
|
|
35201
35251
|
'label',
|
|
35202
|
-
'labelCls',
|
|
35203
|
-
'labelPosition',
|
|
35204
|
-
'labels',
|
|
35205
|
-
'labelWidth',
|
|
35206
35252
|
'listeners',
|
|
35207
35253
|
'localeClass',
|
|
35208
35254
|
'localizable',
|
|
@@ -35210,64 +35256,51 @@ BryntumRadioComponent.bryntumConfigs = BryntumRadioComponent.bryntumFeatureNames
|
|
|
35210
35256
|
'margin',
|
|
35211
35257
|
'maskDefaults',
|
|
35212
35258
|
'masked',
|
|
35259
|
+
'max',
|
|
35213
35260
|
'maxHeight',
|
|
35214
35261
|
'maximizeOnMobile',
|
|
35215
35262
|
'maxWidth',
|
|
35216
35263
|
'minHeight',
|
|
35217
35264
|
'minWidth',
|
|
35218
35265
|
'monitorResize',
|
|
35219
|
-
'name',
|
|
35220
35266
|
'owner',
|
|
35221
35267
|
'positioned',
|
|
35222
35268
|
'preventTooltipOnTouch',
|
|
35223
35269
|
'readOnly',
|
|
35224
35270
|
'relayStoreEvents',
|
|
35225
|
-
'required',
|
|
35226
|
-
'revertOnEscape',
|
|
35227
35271
|
'ripple',
|
|
35228
35272
|
'rootElement',
|
|
35229
35273
|
'rtl',
|
|
35274
|
+
'scrollable',
|
|
35230
35275
|
'scrollAction',
|
|
35231
35276
|
'showAnimation',
|
|
35232
|
-
'showRequiredIndicator',
|
|
35233
35277
|
'showTooltipWhenDisabled',
|
|
35234
|
-
'skipValidation',
|
|
35235
35278
|
'span',
|
|
35236
|
-
'spellCheck',
|
|
35237
35279
|
'tab',
|
|
35238
|
-
'
|
|
35239
|
-
'text',
|
|
35280
|
+
'tag',
|
|
35240
35281
|
'textAlign',
|
|
35241
35282
|
'title',
|
|
35242
35283
|
'tooltip',
|
|
35243
|
-
'triggers',
|
|
35244
35284
|
'type',
|
|
35245
35285
|
'ui',
|
|
35246
|
-
'uncheckedValue',
|
|
35247
|
-
'validateOnInput',
|
|
35248
35286
|
'value',
|
|
35287
|
+
'valueRenderer',
|
|
35288
|
+
'valueText',
|
|
35249
35289
|
'weight',
|
|
35250
35290
|
'width',
|
|
35251
35291
|
'x',
|
|
35252
35292
|
'y'
|
|
35253
35293
|
]);
|
|
35254
|
-
|
|
35294
|
+
BryntumProgressBarComponent.bryntumConfigsOnly = [
|
|
35255
35295
|
'adopt',
|
|
35256
35296
|
'align',
|
|
35257
35297
|
'anchor',
|
|
35258
35298
|
'ariaDescription',
|
|
35259
35299
|
'ariaLabel',
|
|
35260
|
-
'autoCollapse',
|
|
35261
|
-
'autoComplete',
|
|
35262
|
-
'autoSelect',
|
|
35263
35300
|
'bubbleEvents',
|
|
35264
35301
|
'centered',
|
|
35265
|
-
'checkedValue',
|
|
35266
|
-
'color',
|
|
35267
35302
|
'config',
|
|
35268
35303
|
'constrainTo',
|
|
35269
|
-
'container',
|
|
35270
|
-
'containValues',
|
|
35271
35304
|
'contentElementCls',
|
|
35272
35305
|
'dataField',
|
|
35273
35306
|
'defaultBindProperty',
|
|
@@ -35277,21 +35310,8 @@ BryntumRadioComponent.bryntumConfigsOnly = [
|
|
|
35277
35310
|
'elementAttributes',
|
|
35278
35311
|
'floating',
|
|
35279
35312
|
'hideAnimation',
|
|
35280
|
-
'
|
|
35281
|
-
'hint',
|
|
35282
|
-
'hintHtml',
|
|
35313
|
+
'htmlCls',
|
|
35283
35314
|
'ignoreParentReadOnly',
|
|
35284
|
-
'inline',
|
|
35285
|
-
'inputAlign',
|
|
35286
|
-
'inputAttributes',
|
|
35287
|
-
'inputTag',
|
|
35288
|
-
'inputType',
|
|
35289
|
-
'inputWidth',
|
|
35290
|
-
'keyStrokeChangeDelay',
|
|
35291
|
-
'labelCls',
|
|
35292
|
-
'labelPosition',
|
|
35293
|
-
'labels',
|
|
35294
|
-
'labelWidth',
|
|
35295
35315
|
'listeners',
|
|
35296
35316
|
'localeClass',
|
|
35297
35317
|
'localizable',
|
|
@@ -35303,39 +35323,31 @@ BryntumRadioComponent.bryntumConfigsOnly = [
|
|
|
35303
35323
|
'positioned',
|
|
35304
35324
|
'preventTooltipOnTouch',
|
|
35305
35325
|
'relayStoreEvents',
|
|
35306
|
-
'revertOnEscape',
|
|
35307
35326
|
'ripple',
|
|
35308
35327
|
'rootElement',
|
|
35309
35328
|
'scrollAction',
|
|
35310
35329
|
'showAnimation',
|
|
35311
35330
|
'showTooltipWhenDisabled',
|
|
35312
|
-
'skipValidation',
|
|
35313
|
-
'spellCheck',
|
|
35314
35331
|
'tab',
|
|
35315
|
-
'
|
|
35316
|
-
'text',
|
|
35332
|
+
'tag',
|
|
35317
35333
|
'textAlign',
|
|
35318
35334
|
'title',
|
|
35319
35335
|
'type',
|
|
35320
35336
|
'ui',
|
|
35321
|
-
'uncheckedValue',
|
|
35322
|
-
'validateOnInput',
|
|
35323
35337
|
'weight'
|
|
35324
35338
|
];
|
|
35325
|
-
|
|
35339
|
+
BryntumProgressBarComponent.bryntumProps = BryntumProgressBarComponent.bryntumFeatureNames.concat([
|
|
35326
35340
|
'alignSelf',
|
|
35327
35341
|
'anchorSize',
|
|
35328
35342
|
'appendTo',
|
|
35329
|
-
'badge',
|
|
35330
35343
|
'callOnFunctions',
|
|
35331
35344
|
'catchEventHandlerExceptions',
|
|
35332
|
-
'checked',
|
|
35333
35345
|
'cls',
|
|
35346
|
+
'color',
|
|
35334
35347
|
'column',
|
|
35335
35348
|
'content',
|
|
35336
35349
|
'dataset',
|
|
35337
35350
|
'disabled',
|
|
35338
|
-
'editable',
|
|
35339
35351
|
'extraData',
|
|
35340
35352
|
'flex',
|
|
35341
35353
|
'focusVisible',
|
|
@@ -35343,39 +35355,36 @@ BryntumRadioComponent.bryntumProps = BryntumRadioComponent.bryntumFeatureNames.c
|
|
|
35343
35355
|
'hidden',
|
|
35344
35356
|
'html',
|
|
35345
35357
|
'id',
|
|
35346
|
-
'input',
|
|
35347
35358
|
'insertBefore',
|
|
35348
35359
|
'insertFirst',
|
|
35349
35360
|
'keyMap',
|
|
35350
35361
|
'label',
|
|
35351
35362
|
'margin',
|
|
35363
|
+
'max',
|
|
35352
35364
|
'maxHeight',
|
|
35353
35365
|
'maximizeOnMobile',
|
|
35354
35366
|
'maxWidth',
|
|
35355
35367
|
'minHeight',
|
|
35356
35368
|
'minWidth',
|
|
35357
|
-
'name',
|
|
35358
35369
|
'parent',
|
|
35359
|
-
'placeholder',
|
|
35360
35370
|
'readOnly',
|
|
35361
|
-
'required',
|
|
35362
35371
|
'rtl',
|
|
35363
35372
|
'scrollable',
|
|
35364
|
-
'showRequiredIndicator',
|
|
35365
35373
|
'span',
|
|
35366
35374
|
'tooltip',
|
|
35367
|
-
'triggers',
|
|
35368
35375
|
'value',
|
|
35376
|
+
'valueRenderer',
|
|
35377
|
+
'valueText',
|
|
35369
35378
|
'width',
|
|
35370
35379
|
'x',
|
|
35371
35380
|
'y'
|
|
35372
35381
|
]);
|
|
35373
|
-
|
|
35374
|
-
|
|
35375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type:
|
|
35382
|
+
BryntumProgressBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumProgressBarComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
35383
|
+
BryntumProgressBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumProgressBarComponent, selector: "bryntum-progress-bar", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", bubbleEvents: "bubbleEvents", centered: "centered", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", floating: "floating", hideAnimation: "hideAnimation", htmlCls: "htmlCls", ignoreParentReadOnly: "ignoreParentReadOnly", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", tab: "tab", tag: "tag", textAlign: "textAlign", title: "title", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", color: "color", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", insertBefore: "insertBefore", insertFirst: "insertFirst", keyMap: "keyMap", label: "label", margin: "margin", max: "max", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", rtl: "rtl", scrollable: "scrollable", span: "span", tooltip: "tooltip", value: "value", valueRenderer: "valueRenderer", valueText: "valueText", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", parent: "parent" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeShow: "onBeforeShow", onCatchAll: "onCatchAll", onDestroy: "onDestroy", onElementCreated: "onElementCreated", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
35384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumProgressBarComponent, decorators: [{
|
|
35376
35385
|
type: Component,
|
|
35377
35386
|
args: [{
|
|
35378
|
-
selector: 'bryntum-
|
|
35387
|
+
selector: 'bryntum-progress-bar',
|
|
35379
35388
|
template: ''
|
|
35380
35389
|
}]
|
|
35381
35390
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { adopt: [{
|
|
@@ -35388,28 +35397,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
35388
35397
|
type: Input
|
|
35389
35398
|
}], ariaLabel: [{
|
|
35390
35399
|
type: Input
|
|
35391
|
-
}], autoCollapse: [{
|
|
35392
|
-
type: Input
|
|
35393
|
-
}], autoComplete: [{
|
|
35394
|
-
type: Input
|
|
35395
|
-
}], autoSelect: [{
|
|
35396
|
-
type: Input
|
|
35397
35400
|
}], bubbleEvents: [{
|
|
35398
35401
|
type: Input
|
|
35399
35402
|
}], centered: [{
|
|
35400
35403
|
type: Input
|
|
35401
|
-
}], checkedValue: [{
|
|
35402
|
-
type: Input
|
|
35403
|
-
}], color: [{
|
|
35404
|
-
type: Input
|
|
35405
35404
|
}], config: [{
|
|
35406
35405
|
type: Input
|
|
35407
35406
|
}], constrainTo: [{
|
|
35408
35407
|
type: Input
|
|
35409
|
-
}], container: [{
|
|
35410
|
-
type: Input
|
|
35411
|
-
}], containValues: [{
|
|
35412
|
-
type: Input
|
|
35413
35408
|
}], contentElementCls: [{
|
|
35414
35409
|
type: Input
|
|
35415
35410
|
}], dataField: [{
|
|
@@ -35428,36 +35423,772 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
35428
35423
|
type: Input
|
|
35429
35424
|
}], hideAnimation: [{
|
|
35430
35425
|
type: Input
|
|
35431
|
-
}],
|
|
35432
|
-
type: Input
|
|
35433
|
-
}], hint: [{
|
|
35434
|
-
type: Input
|
|
35435
|
-
}], hintHtml: [{
|
|
35426
|
+
}], htmlCls: [{
|
|
35436
35427
|
type: Input
|
|
35437
35428
|
}], ignoreParentReadOnly: [{
|
|
35438
35429
|
type: Input
|
|
35439
|
-
}],
|
|
35440
|
-
type: Input
|
|
35441
|
-
}],
|
|
35442
|
-
type: Input
|
|
35443
|
-
}],
|
|
35444
|
-
type: Input
|
|
35445
|
-
}],
|
|
35446
|
-
type: Input
|
|
35447
|
-
}],
|
|
35448
|
-
type: Input
|
|
35449
|
-
}],
|
|
35450
|
-
type: Input
|
|
35451
|
-
}],
|
|
35452
|
-
type: Input
|
|
35453
|
-
}],
|
|
35454
|
-
type: Input
|
|
35455
|
-
}],
|
|
35456
|
-
type: Input
|
|
35457
|
-
}],
|
|
35458
|
-
type: Input
|
|
35459
|
-
}],
|
|
35460
|
-
type: Input
|
|
35430
|
+
}], listeners: [{
|
|
35431
|
+
type: Input
|
|
35432
|
+
}], localeClass: [{
|
|
35433
|
+
type: Input
|
|
35434
|
+
}], localizable: [{
|
|
35435
|
+
type: Input
|
|
35436
|
+
}], localizableProperties: [{
|
|
35437
|
+
type: Input
|
|
35438
|
+
}], maskDefaults: [{
|
|
35439
|
+
type: Input
|
|
35440
|
+
}], masked: [{
|
|
35441
|
+
type: Input
|
|
35442
|
+
}], monitorResize: [{
|
|
35443
|
+
type: Input
|
|
35444
|
+
}], owner: [{
|
|
35445
|
+
type: Input
|
|
35446
|
+
}], positioned: [{
|
|
35447
|
+
type: Input
|
|
35448
|
+
}], preventTooltipOnTouch: [{
|
|
35449
|
+
type: Input
|
|
35450
|
+
}], relayStoreEvents: [{
|
|
35451
|
+
type: Input
|
|
35452
|
+
}], ripple: [{
|
|
35453
|
+
type: Input
|
|
35454
|
+
}], rootElement: [{
|
|
35455
|
+
type: Input
|
|
35456
|
+
}], scrollAction: [{
|
|
35457
|
+
type: Input
|
|
35458
|
+
}], showAnimation: [{
|
|
35459
|
+
type: Input
|
|
35460
|
+
}], showTooltipWhenDisabled: [{
|
|
35461
|
+
type: Input
|
|
35462
|
+
}], tab: [{
|
|
35463
|
+
type: Input
|
|
35464
|
+
}], tag: [{
|
|
35465
|
+
type: Input
|
|
35466
|
+
}], textAlign: [{
|
|
35467
|
+
type: Input
|
|
35468
|
+
}], title: [{
|
|
35469
|
+
type: Input
|
|
35470
|
+
}], type: [{
|
|
35471
|
+
type: Input
|
|
35472
|
+
}], ui: [{
|
|
35473
|
+
type: Input
|
|
35474
|
+
}], weight: [{
|
|
35475
|
+
type: Input
|
|
35476
|
+
}], alignSelf: [{
|
|
35477
|
+
type: Input
|
|
35478
|
+
}], appendTo: [{
|
|
35479
|
+
type: Input
|
|
35480
|
+
}], callOnFunctions: [{
|
|
35481
|
+
type: Input
|
|
35482
|
+
}], catchEventHandlerExceptions: [{
|
|
35483
|
+
type: Input
|
|
35484
|
+
}], cls: [{
|
|
35485
|
+
type: Input
|
|
35486
|
+
}], color: [{
|
|
35487
|
+
type: Input
|
|
35488
|
+
}], column: [{
|
|
35489
|
+
type: Input
|
|
35490
|
+
}], content: [{
|
|
35491
|
+
type: Input
|
|
35492
|
+
}], dataset: [{
|
|
35493
|
+
type: Input
|
|
35494
|
+
}], disabled: [{
|
|
35495
|
+
type: Input
|
|
35496
|
+
}], extraData: [{
|
|
35497
|
+
type: Input
|
|
35498
|
+
}], flex: [{
|
|
35499
|
+
type: Input
|
|
35500
|
+
}], height: [{
|
|
35501
|
+
type: Input
|
|
35502
|
+
}], hidden: [{
|
|
35503
|
+
type: Input
|
|
35504
|
+
}], html: [{
|
|
35505
|
+
type: Input
|
|
35506
|
+
}], id: [{
|
|
35507
|
+
type: Input
|
|
35508
|
+
}], insertBefore: [{
|
|
35509
|
+
type: Input
|
|
35510
|
+
}], insertFirst: [{
|
|
35511
|
+
type: Input
|
|
35512
|
+
}], keyMap: [{
|
|
35513
|
+
type: Input
|
|
35514
|
+
}], label: [{
|
|
35515
|
+
type: Input
|
|
35516
|
+
}], margin: [{
|
|
35517
|
+
type: Input
|
|
35518
|
+
}], max: [{
|
|
35519
|
+
type: Input
|
|
35520
|
+
}], maxHeight: [{
|
|
35521
|
+
type: Input
|
|
35522
|
+
}], maximizeOnMobile: [{
|
|
35523
|
+
type: Input
|
|
35524
|
+
}], maxWidth: [{
|
|
35525
|
+
type: Input
|
|
35526
|
+
}], minHeight: [{
|
|
35527
|
+
type: Input
|
|
35528
|
+
}], minWidth: [{
|
|
35529
|
+
type: Input
|
|
35530
|
+
}], readOnly: [{
|
|
35531
|
+
type: Input
|
|
35532
|
+
}], rtl: [{
|
|
35533
|
+
type: Input
|
|
35534
|
+
}], scrollable: [{
|
|
35535
|
+
type: Input
|
|
35536
|
+
}], span: [{
|
|
35537
|
+
type: Input
|
|
35538
|
+
}], tooltip: [{
|
|
35539
|
+
type: Input
|
|
35540
|
+
}], value: [{
|
|
35541
|
+
type: Input
|
|
35542
|
+
}], valueRenderer: [{
|
|
35543
|
+
type: Input
|
|
35544
|
+
}], valueText: [{
|
|
35545
|
+
type: Input
|
|
35546
|
+
}], width: [{
|
|
35547
|
+
type: Input
|
|
35548
|
+
}], x: [{
|
|
35549
|
+
type: Input
|
|
35550
|
+
}], y: [{
|
|
35551
|
+
type: Input
|
|
35552
|
+
}], anchorSize: [{
|
|
35553
|
+
type: Input
|
|
35554
|
+
}], focusVisible: [{
|
|
35555
|
+
type: Input
|
|
35556
|
+
}], parent: [{
|
|
35557
|
+
type: Input
|
|
35558
|
+
}], onBeforeDestroy: [{
|
|
35559
|
+
type: Output
|
|
35560
|
+
}], onBeforeHide: [{
|
|
35561
|
+
type: Output
|
|
35562
|
+
}], onBeforeShow: [{
|
|
35563
|
+
type: Output
|
|
35564
|
+
}], onCatchAll: [{
|
|
35565
|
+
type: Output
|
|
35566
|
+
}], onDestroy: [{
|
|
35567
|
+
type: Output
|
|
35568
|
+
}], onElementCreated: [{
|
|
35569
|
+
type: Output
|
|
35570
|
+
}], onFocusIn: [{
|
|
35571
|
+
type: Output
|
|
35572
|
+
}], onFocusOut: [{
|
|
35573
|
+
type: Output
|
|
35574
|
+
}], onHide: [{
|
|
35575
|
+
type: Output
|
|
35576
|
+
}], onPaint: [{
|
|
35577
|
+
type: Output
|
|
35578
|
+
}], onReadOnly: [{
|
|
35579
|
+
type: Output
|
|
35580
|
+
}], onRecompose: [{
|
|
35581
|
+
type: Output
|
|
35582
|
+
}], onResize: [{
|
|
35583
|
+
type: Output
|
|
35584
|
+
}], onShow: [{
|
|
35585
|
+
type: Output
|
|
35586
|
+
}] } });
|
|
35587
|
+
|
|
35588
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
35589
|
+
class BryntumRadioComponent {
|
|
35590
|
+
constructor(element) {
|
|
35591
|
+
this.bryntumConfig = {
|
|
35592
|
+
adopt: undefined,
|
|
35593
|
+
appendTo: undefined,
|
|
35594
|
+
href: undefined,
|
|
35595
|
+
angularComponent: this,
|
|
35596
|
+
features: {},
|
|
35597
|
+
listeners: {}
|
|
35598
|
+
};
|
|
35599
|
+
// Events emitters
|
|
35600
|
+
/**
|
|
35601
|
+
* User performed the default action (toggled the checkbox)
|
|
35602
|
+
* @param {object} event Event object
|
|
35603
|
+
* @param {Core.widget.Checkbox} event.source Checkbox
|
|
35604
|
+
* @param {boolean} event.checked Checked state (=value)
|
|
35605
|
+
* @param {boolean} event.value This field's value
|
|
35606
|
+
* @param {boolean} event.valid True if this field is in a valid state
|
|
35607
|
+
* @param {boolean} event.oldValue This field's previous value
|
|
35608
|
+
* @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
35609
|
+
* @param {Event} event.event The triggering DOM event if any
|
|
35610
|
+
*/
|
|
35611
|
+
this.onAction = new EventEmitter();
|
|
35612
|
+
/**
|
|
35613
|
+
* Fired before checkbox is toggled. Returning false from a listener prevents the checkbox from being toggled.
|
|
35614
|
+
* @param {object} event Event object
|
|
35615
|
+
* @param {Core.widget.Checkbox} event.source Checkbox
|
|
35616
|
+
* @param {boolean} event.checked Checked state (=value)
|
|
35617
|
+
* @param {boolean} event.value This field's value
|
|
35618
|
+
* @param {boolean} event.oldValue This field's previous value
|
|
35619
|
+
* @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
35620
|
+
* @param {boolean} event.valid True if this field is in a valid state.
|
|
35621
|
+
* @param {Event} event.event The triggering DOM event if any
|
|
35622
|
+
*/
|
|
35623
|
+
this.onBeforeChange = new EventEmitter();
|
|
35624
|
+
/**
|
|
35625
|
+
* Fires before an object is destroyed.
|
|
35626
|
+
* @param {object} event Event object
|
|
35627
|
+
* @param {Core.Base} event.source The Object that is being destroyed.
|
|
35628
|
+
*/
|
|
35629
|
+
this.onBeforeDestroy = new EventEmitter();
|
|
35630
|
+
/**
|
|
35631
|
+
* Triggered before a widget is hidden. Return `false` to prevent the action.
|
|
35632
|
+
* @param {object} event Event object
|
|
35633
|
+
* @param {Core.widget.Widget} event.source The widget being hidden.
|
|
35634
|
+
*/
|
|
35635
|
+
this.onBeforeHide = new EventEmitter();
|
|
35636
|
+
/**
|
|
35637
|
+
* Triggered before a widget is shown. Return `false` to prevent the action.
|
|
35638
|
+
* @param {object} event Event object
|
|
35639
|
+
* @param {Core.widget.Widget,any} event.source The widget being shown
|
|
35640
|
+
*/
|
|
35641
|
+
this.onBeforeShow = new EventEmitter();
|
|
35642
|
+
/**
|
|
35643
|
+
* Fires when any other event is fired from the object.
|
|
35644
|
+
* ...
|
|
35645
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#event-catchAll)
|
|
35646
|
+
* @param {object} event Event object
|
|
35647
|
+
* @param {{[key: string]: any, type: string}} event.event The Object that contains event details
|
|
35648
|
+
* @param {string} event.event.type The type of the event which is caught by the listener
|
|
35649
|
+
*/
|
|
35650
|
+
this.onCatchAll = new EventEmitter();
|
|
35651
|
+
/**
|
|
35652
|
+
* Fired when checkbox is toggled
|
|
35653
|
+
* @param {object} event Event object
|
|
35654
|
+
* @param {Core.widget.Checkbox} event.source Checkbox
|
|
35655
|
+
* @param {boolean} event.checked Checked state (=value)
|
|
35656
|
+
* @param {boolean} event.value This field's value
|
|
35657
|
+
* @param {boolean} event.oldValue This field's previous value
|
|
35658
|
+
* @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
35659
|
+
* @param {boolean} event.valid True if this field is in a valid state.
|
|
35660
|
+
* @param {Event} event.event The triggering DOM event if any
|
|
35661
|
+
*/
|
|
35662
|
+
this.onChange = new EventEmitter();
|
|
35663
|
+
/**
|
|
35664
|
+
* Fired when this field is [cleared](https://bryntum.com/products/grid/docs/api/Core/widget/Field#function-clear).
|
|
35665
|
+
* ...
|
|
35666
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#event-clear)
|
|
35667
|
+
* @param {object} event Event object
|
|
35668
|
+
* @param {Core.widget.Field,any} event.source This Field
|
|
35669
|
+
*/
|
|
35670
|
+
this.onClear = new EventEmitter();
|
|
35671
|
+
/**
|
|
35672
|
+
* Fires when the checkbox is clicked
|
|
35673
|
+
* @param {object} event Event object
|
|
35674
|
+
* @param {Core.widget.Checkbox} event.source The checkbox
|
|
35675
|
+
* @param {Event} event.event DOM event
|
|
35676
|
+
*/
|
|
35677
|
+
this.onClick = new EventEmitter();
|
|
35678
|
+
/**
|
|
35679
|
+
* Fires when an object is destroyed.
|
|
35680
|
+
* @param {object} event Event object
|
|
35681
|
+
* @param {Core.Base} event.source The Object that is being destroyed.
|
|
35682
|
+
*/
|
|
35683
|
+
this.onDestroy = new EventEmitter();
|
|
35684
|
+
/**
|
|
35685
|
+
* Triggered when a widget's [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element) is available.
|
|
35686
|
+
* @param {object} event Event object
|
|
35687
|
+
* @param {HTMLElement} event.element The Widget's element.
|
|
35688
|
+
*/
|
|
35689
|
+
this.onElementCreated = new EventEmitter();
|
|
35690
|
+
/**
|
|
35691
|
+
* Fired when focus enters this Widget.
|
|
35692
|
+
* @param {object} event Event object
|
|
35693
|
+
* @param {Core.widget.Widget} event.source This Widget
|
|
35694
|
+
* @param {HTMLElement} event.fromElement The element which lost focus.
|
|
35695
|
+
* @param {HTMLElement} event.toElement The element which gained focus.
|
|
35696
|
+
* @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
|
|
35697
|
+
* @param {Core.widget.Widget} event.toWidget The widget which gained focus.
|
|
35698
|
+
* @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
35699
|
+
*/
|
|
35700
|
+
this.onFocusIn = new EventEmitter();
|
|
35701
|
+
/**
|
|
35702
|
+
* Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
|
|
35703
|
+
* focus moving from within this Widget's ownership tree, even if there are floating widgets
|
|
35704
|
+
* will not trigger this event. This is when focus exits this widget completely.
|
|
35705
|
+
* @param {object} event Event object
|
|
35706
|
+
* @param {Core.widget.Widget} event.source This Widget
|
|
35707
|
+
* @param {HTMLElement} event.fromElement The element which lost focus.
|
|
35708
|
+
* @param {HTMLElement} event.toElement The element which gained focus.
|
|
35709
|
+
* @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
|
|
35710
|
+
* @param {Core.widget.Widget} event.toWidget The widget which gained focus.
|
|
35711
|
+
* @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
35712
|
+
*/
|
|
35713
|
+
this.onFocusOut = new EventEmitter();
|
|
35714
|
+
/**
|
|
35715
|
+
* Triggered after a widget was hidden
|
|
35716
|
+
* @param {object} event Event object
|
|
35717
|
+
* @param {Core.widget.Widget} event.source The widget
|
|
35718
|
+
*/
|
|
35719
|
+
this.onHide = new EventEmitter();
|
|
35720
|
+
/**
|
|
35721
|
+
* Fired when the user types into this field.
|
|
35722
|
+
* @param {object} event Event object
|
|
35723
|
+
* @param {Core.widget.Field,any} event.source This field
|
|
35724
|
+
* @param {string,number,boolean,any} event.value This field's value
|
|
35725
|
+
* @param {Event} event.event The triggering DOM event
|
|
35726
|
+
*/
|
|
35727
|
+
this.onInput = new EventEmitter();
|
|
35728
|
+
/**
|
|
35729
|
+
* Triggered when a widget which had been in a non-visible state for any reason
|
|
35730
|
+
* achieves visibility.
|
|
35731
|
+
* ...
|
|
35732
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#event-paint)
|
|
35733
|
+
* @param {object} event Event object
|
|
35734
|
+
* @param {Core.widget.Widget} event.source The widget being painted.
|
|
35735
|
+
* @param {boolean} event.firstPaint `true` if this is the first paint.
|
|
35736
|
+
*/
|
|
35737
|
+
this.onPaint = new EventEmitter();
|
|
35738
|
+
/**
|
|
35739
|
+
* Fired when a Widget's read only state is toggled
|
|
35740
|
+
* @param {object} event Event object
|
|
35741
|
+
* @param {boolean} event.readOnly Read only or not
|
|
35742
|
+
*/
|
|
35743
|
+
this.onReadOnly = new EventEmitter();
|
|
35744
|
+
/**
|
|
35745
|
+
* This event is fired after a widget's elements have been synchronized due to a direct or indirect call
|
|
35746
|
+
* to [recompose](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#function-recompose), if this results in some change to the widget's rendered DOM elements.
|
|
35747
|
+
*/
|
|
35748
|
+
this.onRecompose = new EventEmitter();
|
|
35749
|
+
/**
|
|
35750
|
+
* Fired when the encapsulating element of a Widget resizes *only when [monitorResize](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-monitorResize) is `true`*.
|
|
35751
|
+
* @param {object} event Event object
|
|
35752
|
+
* @param {Core.widget.Widget} event.source This Widget
|
|
35753
|
+
* @param {number} event.width The new width
|
|
35754
|
+
* @param {number} event.height The new height
|
|
35755
|
+
* @param {number} event.oldWidth The old width
|
|
35756
|
+
* @param {number} event.oldHeight The old height
|
|
35757
|
+
*/
|
|
35758
|
+
this.onResize = new EventEmitter();
|
|
35759
|
+
/**
|
|
35760
|
+
* Triggered after a widget is shown.
|
|
35761
|
+
* @param {object} event Event object
|
|
35762
|
+
* @param {Core.widget.Widget} event.source The widget
|
|
35763
|
+
*/
|
|
35764
|
+
this.onShow = new EventEmitter();
|
|
35765
|
+
/**
|
|
35766
|
+
* User clicked one of this field's [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers)
|
|
35767
|
+
* @param {object} event Event object
|
|
35768
|
+
* @param {Core.widget.Field,any} event.source This field
|
|
35769
|
+
* @param {Core.widget.Widget} event.trigger The trigger activated by click or touch tap.
|
|
35770
|
+
*/
|
|
35771
|
+
this.onTrigger = new EventEmitter();
|
|
35772
|
+
this.elementRef = element;
|
|
35773
|
+
}
|
|
35774
|
+
/**
|
|
35775
|
+
* Create and append the underlying widget
|
|
35776
|
+
*/
|
|
35777
|
+
ngOnInit() {
|
|
35778
|
+
const me = this, { elementRef, bryntumConfig } = me, { instanceClass, instanceName, bryntumConfigs, bryntumEvents } = BryntumRadioComponent;
|
|
35779
|
+
bryntumConfigs.filter(prop => prop in this).forEach(prop => {
|
|
35780
|
+
// @ts-ignore
|
|
35781
|
+
WrapperHelper.applyPropValue(bryntumConfig, prop, this[prop]);
|
|
35782
|
+
if (['features', 'config'].includes(prop)) {
|
|
35783
|
+
WrapperHelper.devWarningConfigProp(instanceName, prop);
|
|
35784
|
+
}
|
|
35785
|
+
});
|
|
35786
|
+
// @ts-ignore
|
|
35787
|
+
bryntumEvents.filter(event => this[event] && this[event].observers.length > 0).forEach(event => {
|
|
35788
|
+
const uncapitalize = (str) => str.charAt(0).toLowerCase() + str.slice(1), eventName = (str) => uncapitalize(str.slice(2));
|
|
35789
|
+
// @ts-ignore
|
|
35790
|
+
bryntumConfig.listeners[eventName(event)] = e => {
|
|
35791
|
+
// @ts-ignore
|
|
35792
|
+
me[event].emit(e);
|
|
35793
|
+
// EventEmitter does not return values in the normal way, work around it by setting `returnValue` flag
|
|
35794
|
+
// in Angular listeners
|
|
35795
|
+
return e.returnValue;
|
|
35796
|
+
};
|
|
35797
|
+
});
|
|
35798
|
+
// If component has no container specified in config then use adopt to Wrapper's element
|
|
35799
|
+
const containerParam = [
|
|
35800
|
+
'adopt',
|
|
35801
|
+
'appendTo',
|
|
35802
|
+
'insertAfter',
|
|
35803
|
+
'insertBefore'
|
|
35804
|
+
// @ts-ignore
|
|
35805
|
+
].find(prop => bryntumConfig[prop]);
|
|
35806
|
+
if (!containerParam) {
|
|
35807
|
+
if (instanceName === 'Button' || elementRef.nativeElement.getRootNode() instanceof ShadowRoot) {
|
|
35808
|
+
// Button should always be <a> or <button> inside owner element
|
|
35809
|
+
bryntumConfig.appendTo = elementRef.nativeElement;
|
|
35810
|
+
}
|
|
35811
|
+
else {
|
|
35812
|
+
bryntumConfig.adopt = elementRef.nativeElement;
|
|
35813
|
+
}
|
|
35814
|
+
}
|
|
35815
|
+
else {
|
|
35816
|
+
WrapperHelper.devWarningContainer(instanceName, containerParam);
|
|
35817
|
+
}
|
|
35818
|
+
// @ts-ignore
|
|
35819
|
+
me.instance = instanceName === 'Widget' ? Widget.create(bryntumConfig) : new instanceClass(bryntumConfig);
|
|
35820
|
+
}
|
|
35821
|
+
/**
|
|
35822
|
+
* Watch for changes
|
|
35823
|
+
* @param changes
|
|
35824
|
+
*/
|
|
35825
|
+
ngOnChanges(changes) {
|
|
35826
|
+
const { instance } = this, { instanceName } = BryntumRadioComponent;
|
|
35827
|
+
if (!instance) {
|
|
35828
|
+
return;
|
|
35829
|
+
}
|
|
35830
|
+
// Iterate over all changes
|
|
35831
|
+
Object.entries(changes).forEach(([prop, change]) => {
|
|
35832
|
+
const newValue = change.currentValue, { instance } = this, { bryntumConfigsOnly, bryntumProps } = BryntumRadioComponent;
|
|
35833
|
+
if (bryntumProps.includes(prop)) {
|
|
35834
|
+
WrapperHelper.applyPropValue(instance, prop, newValue, false);
|
|
35835
|
+
if (bryntumConfigsOnly.includes(prop)) {
|
|
35836
|
+
WrapperHelper.devWarningUpdateProp(instanceName, prop);
|
|
35837
|
+
}
|
|
35838
|
+
}
|
|
35839
|
+
});
|
|
35840
|
+
}
|
|
35841
|
+
/**
|
|
35842
|
+
* Destroy the component
|
|
35843
|
+
*/
|
|
35844
|
+
ngOnDestroy() {
|
|
35845
|
+
// @ts-ignore
|
|
35846
|
+
if (this.instance && this.instance.destroy) {
|
|
35847
|
+
this.instance.destroy();
|
|
35848
|
+
}
|
|
35849
|
+
}
|
|
35850
|
+
}
|
|
35851
|
+
BryntumRadioComponent.instanceClass = Radio;
|
|
35852
|
+
BryntumRadioComponent.instanceName = 'Radio';
|
|
35853
|
+
BryntumRadioComponent.bryntumEvents = [
|
|
35854
|
+
'onAction',
|
|
35855
|
+
'onBeforeChange',
|
|
35856
|
+
'onBeforeDestroy',
|
|
35857
|
+
'onBeforeHide',
|
|
35858
|
+
'onBeforeShow',
|
|
35859
|
+
'onCatchAll',
|
|
35860
|
+
'onChange',
|
|
35861
|
+
'onClear',
|
|
35862
|
+
'onClick',
|
|
35863
|
+
'onDestroy',
|
|
35864
|
+
'onElementCreated',
|
|
35865
|
+
'onFocusIn',
|
|
35866
|
+
'onFocusOut',
|
|
35867
|
+
'onHide',
|
|
35868
|
+
'onInput',
|
|
35869
|
+
'onPaint',
|
|
35870
|
+
'onReadOnly',
|
|
35871
|
+
'onRecompose',
|
|
35872
|
+
'onResize',
|
|
35873
|
+
'onShow',
|
|
35874
|
+
'onTrigger'
|
|
35875
|
+
];
|
|
35876
|
+
BryntumRadioComponent.bryntumFeatureNames = [];
|
|
35877
|
+
BryntumRadioComponent.bryntumConfigs = BryntumRadioComponent.bryntumFeatureNames.concat([
|
|
35878
|
+
'adopt',
|
|
35879
|
+
'align',
|
|
35880
|
+
'alignSelf',
|
|
35881
|
+
'anchor',
|
|
35882
|
+
'appendTo',
|
|
35883
|
+
'ariaDescription',
|
|
35884
|
+
'ariaLabel',
|
|
35885
|
+
'autoCollapse',
|
|
35886
|
+
'autoComplete',
|
|
35887
|
+
'autoSelect',
|
|
35888
|
+
'badge',
|
|
35889
|
+
'bubbleEvents',
|
|
35890
|
+
'callOnFunctions',
|
|
35891
|
+
'catchEventHandlerExceptions',
|
|
35892
|
+
'centered',
|
|
35893
|
+
'checked',
|
|
35894
|
+
'checkedValue',
|
|
35895
|
+
'cls',
|
|
35896
|
+
'color',
|
|
35897
|
+
'column',
|
|
35898
|
+
'config',
|
|
35899
|
+
'constrainTo',
|
|
35900
|
+
'container',
|
|
35901
|
+
'containValues',
|
|
35902
|
+
'contentElementCls',
|
|
35903
|
+
'dataField',
|
|
35904
|
+
'dataset',
|
|
35905
|
+
'defaultBindProperty',
|
|
35906
|
+
'detectCSSCompatibilityIssues',
|
|
35907
|
+
'disabled',
|
|
35908
|
+
'dock',
|
|
35909
|
+
'draggable',
|
|
35910
|
+
'elementAttributes',
|
|
35911
|
+
'extraData',
|
|
35912
|
+
'flex',
|
|
35913
|
+
'floating',
|
|
35914
|
+
'height',
|
|
35915
|
+
'hidden',
|
|
35916
|
+
'hideAnimation',
|
|
35917
|
+
'highlightExternalChange',
|
|
35918
|
+
'hint',
|
|
35919
|
+
'hintHtml',
|
|
35920
|
+
'id',
|
|
35921
|
+
'ignoreParentReadOnly',
|
|
35922
|
+
'inline',
|
|
35923
|
+
'inputAlign',
|
|
35924
|
+
'inputAttributes',
|
|
35925
|
+
'inputTag',
|
|
35926
|
+
'inputType',
|
|
35927
|
+
'inputWidth',
|
|
35928
|
+
'insertBefore',
|
|
35929
|
+
'insertFirst',
|
|
35930
|
+
'keyMap',
|
|
35931
|
+
'keyStrokeChangeDelay',
|
|
35932
|
+
'label',
|
|
35933
|
+
'labelCls',
|
|
35934
|
+
'labelPosition',
|
|
35935
|
+
'labels',
|
|
35936
|
+
'labelWidth',
|
|
35937
|
+
'listeners',
|
|
35938
|
+
'localeClass',
|
|
35939
|
+
'localizable',
|
|
35940
|
+
'localizableProperties',
|
|
35941
|
+
'margin',
|
|
35942
|
+
'maskDefaults',
|
|
35943
|
+
'masked',
|
|
35944
|
+
'maxHeight',
|
|
35945
|
+
'maximizeOnMobile',
|
|
35946
|
+
'maxWidth',
|
|
35947
|
+
'minHeight',
|
|
35948
|
+
'minWidth',
|
|
35949
|
+
'monitorResize',
|
|
35950
|
+
'name',
|
|
35951
|
+
'owner',
|
|
35952
|
+
'positioned',
|
|
35953
|
+
'preventTooltipOnTouch',
|
|
35954
|
+
'readOnly',
|
|
35955
|
+
'relayStoreEvents',
|
|
35956
|
+
'required',
|
|
35957
|
+
'revertOnEscape',
|
|
35958
|
+
'ripple',
|
|
35959
|
+
'rootElement',
|
|
35960
|
+
'rtl',
|
|
35961
|
+
'scrollAction',
|
|
35962
|
+
'showAnimation',
|
|
35963
|
+
'showRequiredIndicator',
|
|
35964
|
+
'showTooltipWhenDisabled',
|
|
35965
|
+
'skipValidation',
|
|
35966
|
+
'span',
|
|
35967
|
+
'spellCheck',
|
|
35968
|
+
'tab',
|
|
35969
|
+
'tabIndex',
|
|
35970
|
+
'text',
|
|
35971
|
+
'textAlign',
|
|
35972
|
+
'title',
|
|
35973
|
+
'tooltip',
|
|
35974
|
+
'triggers',
|
|
35975
|
+
'type',
|
|
35976
|
+
'ui',
|
|
35977
|
+
'uncheckedValue',
|
|
35978
|
+
'validateOnInput',
|
|
35979
|
+
'value',
|
|
35980
|
+
'weight',
|
|
35981
|
+
'width',
|
|
35982
|
+
'x',
|
|
35983
|
+
'y'
|
|
35984
|
+
]);
|
|
35985
|
+
BryntumRadioComponent.bryntumConfigsOnly = [
|
|
35986
|
+
'adopt',
|
|
35987
|
+
'align',
|
|
35988
|
+
'anchor',
|
|
35989
|
+
'ariaDescription',
|
|
35990
|
+
'ariaLabel',
|
|
35991
|
+
'autoCollapse',
|
|
35992
|
+
'autoComplete',
|
|
35993
|
+
'autoSelect',
|
|
35994
|
+
'bubbleEvents',
|
|
35995
|
+
'centered',
|
|
35996
|
+
'checkedValue',
|
|
35997
|
+
'color',
|
|
35998
|
+
'config',
|
|
35999
|
+
'constrainTo',
|
|
36000
|
+
'container',
|
|
36001
|
+
'containValues',
|
|
36002
|
+
'contentElementCls',
|
|
36003
|
+
'dataField',
|
|
36004
|
+
'defaultBindProperty',
|
|
36005
|
+
'detectCSSCompatibilityIssues',
|
|
36006
|
+
'dock',
|
|
36007
|
+
'draggable',
|
|
36008
|
+
'elementAttributes',
|
|
36009
|
+
'floating',
|
|
36010
|
+
'hideAnimation',
|
|
36011
|
+
'highlightExternalChange',
|
|
36012
|
+
'hint',
|
|
36013
|
+
'hintHtml',
|
|
36014
|
+
'ignoreParentReadOnly',
|
|
36015
|
+
'inline',
|
|
36016
|
+
'inputAlign',
|
|
36017
|
+
'inputAttributes',
|
|
36018
|
+
'inputTag',
|
|
36019
|
+
'inputType',
|
|
36020
|
+
'inputWidth',
|
|
36021
|
+
'keyStrokeChangeDelay',
|
|
36022
|
+
'labelCls',
|
|
36023
|
+
'labelPosition',
|
|
36024
|
+
'labels',
|
|
36025
|
+
'labelWidth',
|
|
36026
|
+
'listeners',
|
|
36027
|
+
'localeClass',
|
|
36028
|
+
'localizable',
|
|
36029
|
+
'localizableProperties',
|
|
36030
|
+
'maskDefaults',
|
|
36031
|
+
'masked',
|
|
36032
|
+
'monitorResize',
|
|
36033
|
+
'owner',
|
|
36034
|
+
'positioned',
|
|
36035
|
+
'preventTooltipOnTouch',
|
|
36036
|
+
'relayStoreEvents',
|
|
36037
|
+
'revertOnEscape',
|
|
36038
|
+
'ripple',
|
|
36039
|
+
'rootElement',
|
|
36040
|
+
'scrollAction',
|
|
36041
|
+
'showAnimation',
|
|
36042
|
+
'showTooltipWhenDisabled',
|
|
36043
|
+
'skipValidation',
|
|
36044
|
+
'spellCheck',
|
|
36045
|
+
'tab',
|
|
36046
|
+
'tabIndex',
|
|
36047
|
+
'text',
|
|
36048
|
+
'textAlign',
|
|
36049
|
+
'title',
|
|
36050
|
+
'type',
|
|
36051
|
+
'ui',
|
|
36052
|
+
'uncheckedValue',
|
|
36053
|
+
'validateOnInput',
|
|
36054
|
+
'weight'
|
|
36055
|
+
];
|
|
36056
|
+
BryntumRadioComponent.bryntumProps = BryntumRadioComponent.bryntumFeatureNames.concat([
|
|
36057
|
+
'alignSelf',
|
|
36058
|
+
'anchorSize',
|
|
36059
|
+
'appendTo',
|
|
36060
|
+
'badge',
|
|
36061
|
+
'callOnFunctions',
|
|
36062
|
+
'catchEventHandlerExceptions',
|
|
36063
|
+
'checked',
|
|
36064
|
+
'cls',
|
|
36065
|
+
'column',
|
|
36066
|
+
'content',
|
|
36067
|
+
'dataset',
|
|
36068
|
+
'disabled',
|
|
36069
|
+
'editable',
|
|
36070
|
+
'extraData',
|
|
36071
|
+
'flex',
|
|
36072
|
+
'focusVisible',
|
|
36073
|
+
'height',
|
|
36074
|
+
'hidden',
|
|
36075
|
+
'html',
|
|
36076
|
+
'id',
|
|
36077
|
+
'input',
|
|
36078
|
+
'insertBefore',
|
|
36079
|
+
'insertFirst',
|
|
36080
|
+
'keyMap',
|
|
36081
|
+
'label',
|
|
36082
|
+
'margin',
|
|
36083
|
+
'maxHeight',
|
|
36084
|
+
'maximizeOnMobile',
|
|
36085
|
+
'maxWidth',
|
|
36086
|
+
'minHeight',
|
|
36087
|
+
'minWidth',
|
|
36088
|
+
'name',
|
|
36089
|
+
'parent',
|
|
36090
|
+
'placeholder',
|
|
36091
|
+
'readOnly',
|
|
36092
|
+
'required',
|
|
36093
|
+
'rtl',
|
|
36094
|
+
'scrollable',
|
|
36095
|
+
'showRequiredIndicator',
|
|
36096
|
+
'span',
|
|
36097
|
+
'tooltip',
|
|
36098
|
+
'triggers',
|
|
36099
|
+
'value',
|
|
36100
|
+
'width',
|
|
36101
|
+
'x',
|
|
36102
|
+
'y'
|
|
36103
|
+
]);
|
|
36104
|
+
BryntumRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumRadioComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
36105
|
+
BryntumRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumRadioComponent, selector: "bryntum-radio", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoCollapse: "autoCollapse", autoComplete: "autoComplete", autoSelect: "autoSelect", bubbleEvents: "bubbleEvents", centered: "centered", checkedValue: "checkedValue", 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", keyStrokeChangeDelay: "keyStrokeChangeDelay", labelCls: "labelCls", labelPosition: "labelPosition", labels: "labels", labelWidth: "labelWidth", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", revertOnEscape: "revertOnEscape", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", skipValidation: "skipValidation", spellCheck: "spellCheck", tab: "tab", tabIndex: "tabIndex", text: "text", textAlign: "textAlign", title: "title", type: "type", ui: "ui", uncheckedValue: "uncheckedValue", validateOnInput: "validateOnInput", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", badge: "badge", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", checked: "checked", cls: "cls", column: "column", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", id: "id", insertBefore: "insertBefore", insertFirst: "insertFirst", keyMap: "keyMap", label: "label", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", name: "name", readOnly: "readOnly", required: "required", rtl: "rtl", showRequiredIndicator: "showRequiredIndicator", span: "span", tooltip: "tooltip", triggers: "triggers", value: "value", width: "width", x: "x", y: "y", anchorSize: "anchorSize", content: "content", editable: "editable", focusVisible: "focusVisible", html: "html", input: "input", parent: "parent", placeholder: "placeholder", scrollable: "scrollable" }, outputs: { onAction: "onAction", onBeforeChange: "onBeforeChange", onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeShow: "onBeforeShow", onCatchAll: "onCatchAll", onChange: "onChange", onClear: "onClear", onClick: "onClick", onDestroy: "onDestroy", onElementCreated: "onElementCreated", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onInput: "onInput", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow", onTrigger: "onTrigger" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
36106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumRadioComponent, decorators: [{
|
|
36107
|
+
type: Component,
|
|
36108
|
+
args: [{
|
|
36109
|
+
selector: 'bryntum-radio',
|
|
36110
|
+
template: ''
|
|
36111
|
+
}]
|
|
36112
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { adopt: [{
|
|
36113
|
+
type: Input
|
|
36114
|
+
}], align: [{
|
|
36115
|
+
type: Input
|
|
36116
|
+
}], anchor: [{
|
|
36117
|
+
type: Input
|
|
36118
|
+
}], ariaDescription: [{
|
|
36119
|
+
type: Input
|
|
36120
|
+
}], ariaLabel: [{
|
|
36121
|
+
type: Input
|
|
36122
|
+
}], autoCollapse: [{
|
|
36123
|
+
type: Input
|
|
36124
|
+
}], autoComplete: [{
|
|
36125
|
+
type: Input
|
|
36126
|
+
}], autoSelect: [{
|
|
36127
|
+
type: Input
|
|
36128
|
+
}], bubbleEvents: [{
|
|
36129
|
+
type: Input
|
|
36130
|
+
}], centered: [{
|
|
36131
|
+
type: Input
|
|
36132
|
+
}], checkedValue: [{
|
|
36133
|
+
type: Input
|
|
36134
|
+
}], color: [{
|
|
36135
|
+
type: Input
|
|
36136
|
+
}], config: [{
|
|
36137
|
+
type: Input
|
|
36138
|
+
}], constrainTo: [{
|
|
36139
|
+
type: Input
|
|
36140
|
+
}], container: [{
|
|
36141
|
+
type: Input
|
|
36142
|
+
}], containValues: [{
|
|
36143
|
+
type: Input
|
|
36144
|
+
}], contentElementCls: [{
|
|
36145
|
+
type: Input
|
|
36146
|
+
}], dataField: [{
|
|
36147
|
+
type: Input
|
|
36148
|
+
}], defaultBindProperty: [{
|
|
36149
|
+
type: Input
|
|
36150
|
+
}], detectCSSCompatibilityIssues: [{
|
|
36151
|
+
type: Input
|
|
36152
|
+
}], dock: [{
|
|
36153
|
+
type: Input
|
|
36154
|
+
}], draggable: [{
|
|
36155
|
+
type: Input
|
|
36156
|
+
}], elementAttributes: [{
|
|
36157
|
+
type: Input
|
|
36158
|
+
}], floating: [{
|
|
36159
|
+
type: Input
|
|
36160
|
+
}], hideAnimation: [{
|
|
36161
|
+
type: Input
|
|
36162
|
+
}], highlightExternalChange: [{
|
|
36163
|
+
type: Input
|
|
36164
|
+
}], hint: [{
|
|
36165
|
+
type: Input
|
|
36166
|
+
}], hintHtml: [{
|
|
36167
|
+
type: Input
|
|
36168
|
+
}], ignoreParentReadOnly: [{
|
|
36169
|
+
type: Input
|
|
36170
|
+
}], inline: [{
|
|
36171
|
+
type: Input
|
|
36172
|
+
}], inputAlign: [{
|
|
36173
|
+
type: Input
|
|
36174
|
+
}], inputAttributes: [{
|
|
36175
|
+
type: Input
|
|
36176
|
+
}], inputTag: [{
|
|
36177
|
+
type: Input
|
|
36178
|
+
}], inputType: [{
|
|
36179
|
+
type: Input
|
|
36180
|
+
}], inputWidth: [{
|
|
36181
|
+
type: Input
|
|
36182
|
+
}], keyStrokeChangeDelay: [{
|
|
36183
|
+
type: Input
|
|
36184
|
+
}], labelCls: [{
|
|
36185
|
+
type: Input
|
|
36186
|
+
}], labelPosition: [{
|
|
36187
|
+
type: Input
|
|
36188
|
+
}], labels: [{
|
|
36189
|
+
type: Input
|
|
36190
|
+
}], labelWidth: [{
|
|
36191
|
+
type: Input
|
|
35461
36192
|
}], listeners: [{
|
|
35462
36193
|
type: Input
|
|
35463
36194
|
}], localeClass: [{
|
|
@@ -35932,6 +36663,7 @@ BryntumRadioGroupComponent.bryntumConfigs = BryntumRadioGroupComponent.bryntumFe
|
|
|
35932
36663
|
'autoUpdateRecord',
|
|
35933
36664
|
'bbar',
|
|
35934
36665
|
'bodyCls',
|
|
36666
|
+
'border',
|
|
35935
36667
|
'bubbleEvents',
|
|
35936
36668
|
'callOnFunctions',
|
|
35937
36669
|
'catchEventHandlerExceptions',
|
|
@@ -36049,6 +36781,7 @@ BryntumRadioGroupComponent.bryntumConfigsOnly = [
|
|
|
36049
36781
|
'autoUpdateRecord',
|
|
36050
36782
|
'bbar',
|
|
36051
36783
|
'bodyCls',
|
|
36784
|
+
'border',
|
|
36052
36785
|
'bubbleEvents',
|
|
36053
36786
|
'centered',
|
|
36054
36787
|
'clearable',
|
|
@@ -36170,7 +36903,7 @@ BryntumRadioGroupComponent.bryntumProps = BryntumRadioGroupComponent.bryntumFeat
|
|
|
36170
36903
|
'y'
|
|
36171
36904
|
]);
|
|
36172
36905
|
BryntumRadioGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumRadioGroupComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
36173
|
-
BryntumRadioGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumRadioGroupComponent, selector: "bryntum-radio-group", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", centered: "centered", clearable: "clearable", 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", labelWidth: "labelWidth", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", name: "name", namedItems: "namedItems", options: "options", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", 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", inline: "inline", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", label: "label", 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", title: "title", tools: "tools", tooltip: "tooltip", value: "value", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", state: "state", values: "values" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
36906
|
+
BryntumRadioGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumRadioGroupComponent, selector: "bryntum-radio-group", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", centered: "centered", clearable: "clearable", 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", labelWidth: "labelWidth", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", name: "name", namedItems: "namedItems", options: "options", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", 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", inline: "inline", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", label: "label", 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", title: "title", tools: "tools", tooltip: "tooltip", value: "value", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", state: "state", values: "values" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
36174
36907
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumRadioGroupComponent, decorators: [{
|
|
36175
36908
|
type: Component,
|
|
36176
36909
|
args: [{
|
|
@@ -36193,6 +36926,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
36193
36926
|
type: Input
|
|
36194
36927
|
}], bodyCls: [{
|
|
36195
36928
|
type: Input
|
|
36929
|
+
}], border: [{
|
|
36930
|
+
type: Input
|
|
36196
36931
|
}], bubbleEvents: [{
|
|
36197
36932
|
type: Input
|
|
36198
36933
|
}], centered: [{
|
|
@@ -38837,6 +39572,7 @@ BryntumTabPanelComponent.bryntumConfigs = BryntumTabPanelComponent.bryntumFeatur
|
|
|
38837
39572
|
'autoUpdateRecord',
|
|
38838
39573
|
'bbar',
|
|
38839
39574
|
'bodyCls',
|
|
39575
|
+
'border',
|
|
38840
39576
|
'bubbleEvents',
|
|
38841
39577
|
'callOnFunctions',
|
|
38842
39578
|
'catchEventHandlerExceptions',
|
|
@@ -38951,6 +39687,7 @@ BryntumTabPanelComponent.bryntumConfigsOnly = [
|
|
|
38951
39687
|
'autoUpdateRecord',
|
|
38952
39688
|
'bbar',
|
|
38953
39689
|
'bodyCls',
|
|
39690
|
+
'border',
|
|
38954
39691
|
'bubbleEvents',
|
|
38955
39692
|
'centered',
|
|
38956
39693
|
'collapsible',
|
|
@@ -39068,7 +39805,7 @@ BryntumTabPanelComponent.bryntumProps = BryntumTabPanelComponent.bryntumFeatureN
|
|
|
39068
39805
|
'y'
|
|
39069
39806
|
]);
|
|
39070
39807
|
BryntumTabPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumTabPanelComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
39071
|
-
BryntumTabPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumTabPanelComponent, selector: "bryntum-tab-panel", inputs: { adopt: "adopt", align: "align", anchor: "anchor", animateTabChange: "animateTabChange", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoHeight: "autoHeight", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBar: "tabBar", tabBarItems: "tabBarItems", tabMaxWidth: "tabMaxWidth", tabMinWidth: "tabMinWidth", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", activeTab: "activeTab", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", 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" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onBeforeStateApply: "onBeforeStateApply", onBeforeStateSave: "onBeforeStateSave", onBeforeTabChange: "onBeforeTabChange", 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", onTabChange: "onTabChange", onToolClick: "onToolClick" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
39808
|
+
BryntumTabPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumTabPanelComponent, selector: "bryntum-tab-panel", inputs: { adopt: "adopt", align: "align", anchor: "anchor", animateTabChange: "animateTabChange", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoHeight: "autoHeight", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBar: "tabBar", tabBarItems: "tabBarItems", tabMaxWidth: "tabMaxWidth", tabMinWidth: "tabMinWidth", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", activeTab: "activeTab", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", 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" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onBeforeStateApply: "onBeforeStateApply", onBeforeStateSave: "onBeforeStateSave", onBeforeTabChange: "onBeforeTabChange", 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", onTabChange: "onTabChange", onToolClick: "onToolClick" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
39072
39809
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumTabPanelComponent, decorators: [{
|
|
39073
39810
|
type: Component,
|
|
39074
39811
|
args: [{
|
|
@@ -39095,6 +39832,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
39095
39832
|
type: Input
|
|
39096
39833
|
}], bodyCls: [{
|
|
39097
39834
|
type: Input
|
|
39835
|
+
}], border: [{
|
|
39836
|
+
type: Input
|
|
39098
39837
|
}], bubbleEvents: [{
|
|
39099
39838
|
type: Input
|
|
39100
39839
|
}], centered: [{
|
|
@@ -42056,6 +42795,7 @@ BryntumTimeFieldComponent.bryntumConfigs = BryntumTimeFieldComponent.bryntumFeat
|
|
|
42056
42795
|
'monitorResize',
|
|
42057
42796
|
'name',
|
|
42058
42797
|
'owner',
|
|
42798
|
+
'partner',
|
|
42059
42799
|
'picker',
|
|
42060
42800
|
'pickerAlignElement',
|
|
42061
42801
|
'placeholder',
|
|
@@ -42205,6 +42945,7 @@ BryntumTimeFieldComponent.bryntumProps = BryntumTimeFieldComponent.bryntumFeatur
|
|
|
42205
42945
|
'minHeight',
|
|
42206
42946
|
'minWidth',
|
|
42207
42947
|
'parent',
|
|
42948
|
+
'partner',
|
|
42208
42949
|
'placeholder',
|
|
42209
42950
|
'readOnly',
|
|
42210
42951
|
'rendition',
|
|
@@ -42222,7 +42963,7 @@ BryntumTimeFieldComponent.bryntumProps = BryntumTimeFieldComponent.bryntumFeatur
|
|
|
42222
42963
|
'y'
|
|
42223
42964
|
]);
|
|
42224
42965
|
BryntumTimeFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumTimeFieldComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
42225
|
-
BryntumTimeFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumTimeFieldComponent, selector: "bryntum-time-field", inputs: { 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", 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", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", revertOnEscape: "revertOnEscape", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", skipValidation: "skipValidation", spellCheck: "spellCheck", stepTriggers: "stepTriggers", tab: "tab", tabIndex: "tabIndex", textAlign: "textAlign", title: "title", type: "type", ui: "ui", validateOnInput: "validateOnInput", 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", keepDate: "keepDate", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
42966
|
+
BryntumTimeFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumTimeFieldComponent, selector: "bryntum-time-field", inputs: { 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", 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", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", revertOnEscape: "revertOnEscape", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", skipValidation: "skipValidation", spellCheck: "spellCheck", stepTriggers: "stepTriggers", tab: "tab", tabIndex: "tabIndex", textAlign: "textAlign", title: "title", type: "type", ui: "ui", validateOnInput: "validateOnInput", 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", keepDate: "keepDate", 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" }, outputs: { 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" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
42226
42967
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumTimeFieldComponent, decorators: [{
|
|
42227
42968
|
type: Component,
|
|
42228
42969
|
args: [{
|
|
@@ -42433,6 +43174,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
42433
43174
|
type: Input
|
|
42434
43175
|
}], minWidth: [{
|
|
42435
43176
|
type: Input
|
|
43177
|
+
}], partner: [{
|
|
43178
|
+
type: Input
|
|
42436
43179
|
}], placeholder: [{
|
|
42437
43180
|
type: Input
|
|
42438
43181
|
}], readOnly: [{
|
|
@@ -42766,6 +43509,7 @@ BryntumTimePickerComponent.bryntumConfigs = BryntumTimePickerComponent.bryntumFe
|
|
|
42766
43509
|
'ariaDescription',
|
|
42767
43510
|
'ariaLabel',
|
|
42768
43511
|
'autoUpdateRecord',
|
|
43512
|
+
'border',
|
|
42769
43513
|
'bubbleEvents',
|
|
42770
43514
|
'callOnFunctions',
|
|
42771
43515
|
'catchEventHandlerExceptions',
|
|
@@ -42863,6 +43607,7 @@ BryntumTimePickerComponent.bryntumConfigsOnly = [
|
|
|
42863
43607
|
'ariaDescription',
|
|
42864
43608
|
'ariaLabel',
|
|
42865
43609
|
'autoUpdateRecord',
|
|
43610
|
+
'border',
|
|
42866
43611
|
'bubbleEvents',
|
|
42867
43612
|
'centered',
|
|
42868
43613
|
'color',
|
|
@@ -42966,7 +43711,7 @@ BryntumTimePickerComponent.bryntumProps = BryntumTimePickerComponent.bryntumFeat
|
|
|
42966
43711
|
'y'
|
|
42967
43712
|
]);
|
|
42968
43713
|
BryntumTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumTimePickerComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
42969
|
-
BryntumTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumTimePickerComponent, selector: "bryntum-time-picker", inputs: { 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", 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", 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", format: "format", 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", max: "max", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", min: "min", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", tooltip: "tooltip", value: "value", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", initialValue: "initialValue", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", values: "values" }, outputs: { 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", onTimeChange: "onTimeChange" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
43714
|
+
BryntumTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumTimePickerComponent, selector: "bryntum-time-picker", inputs: { 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", 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", 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", format: "format", 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", max: "max", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", min: "min", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", tooltip: "tooltip", value: "value", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", initialValue: "initialValue", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", values: "values" }, outputs: { 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", onTimeChange: "onTimeChange" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
42970
43715
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumTimePickerComponent, decorators: [{
|
|
42971
43716
|
type: Component,
|
|
42972
43717
|
args: [{
|
|
@@ -42985,6 +43730,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
42985
43730
|
type: Input
|
|
42986
43731
|
}], autoUpdateRecord: [{
|
|
42987
43732
|
type: Input
|
|
43733
|
+
}], border: [{
|
|
43734
|
+
type: Input
|
|
42988
43735
|
}], bubbleEvents: [{
|
|
42989
43736
|
type: Input
|
|
42990
43737
|
}], centered: [{
|
|
@@ -43490,6 +44237,7 @@ BryntumToolbarComponent.bryntumConfigs = BryntumToolbarComponent.bryntumFeatureN
|
|
|
43490
44237
|
'ariaDescription',
|
|
43491
44238
|
'ariaLabel',
|
|
43492
44239
|
'autoUpdateRecord',
|
|
44240
|
+
'border',
|
|
43493
44241
|
'bubbleEvents',
|
|
43494
44242
|
'callOnFunctions',
|
|
43495
44243
|
'catchEventHandlerExceptions',
|
|
@@ -43587,6 +44335,7 @@ BryntumToolbarComponent.bryntumConfigsOnly = [
|
|
|
43587
44335
|
'ariaDescription',
|
|
43588
44336
|
'ariaLabel',
|
|
43589
44337
|
'autoUpdateRecord',
|
|
44338
|
+
'border',
|
|
43590
44339
|
'bubbleEvents',
|
|
43591
44340
|
'centered',
|
|
43592
44341
|
'color',
|
|
@@ -43689,7 +44438,7 @@ BryntumToolbarComponent.bryntumProps = BryntumToolbarComponent.bryntumFeatureNam
|
|
|
43689
44438
|
'y'
|
|
43690
44439
|
]);
|
|
43691
44440
|
BryntumToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumToolbarComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
43692
|
-
BryntumToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumToolbarComponent, selector: "bryntum-toolbar", inputs: { 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", 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", overflow: "overflow", 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", widgetCls: "widgetCls", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", enableReordering: "enableReordering", 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", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", values: "values" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeItemDragStart: "onBeforeItemDragStart", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onCatchAll: "onCatchAll", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onElementCreated: "onElementCreated", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onItemDragStart: "onItemDragStart", onItemDrop: "onItemDrop", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
44441
|
+
BryntumToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumToolbarComponent, selector: "bryntum-toolbar", inputs: { 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", 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", overflow: "overflow", 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", widgetCls: "widgetCls", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", enableReordering: "enableReordering", 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", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", values: "values" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeItemDragStart: "onBeforeItemDragStart", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onCatchAll: "onCatchAll", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onElementCreated: "onElementCreated", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onItemDragStart: "onItemDragStart", onItemDrop: "onItemDrop", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
43693
44442
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumToolbarComponent, decorators: [{
|
|
43694
44443
|
type: Component,
|
|
43695
44444
|
args: [{
|
|
@@ -43708,6 +44457,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
43708
44457
|
type: Input
|
|
43709
44458
|
}], autoUpdateRecord: [{
|
|
43710
44459
|
type: Input
|
|
44460
|
+
}], border: [{
|
|
44461
|
+
type: Input
|
|
43711
44462
|
}], bubbleEvents: [{
|
|
43712
44463
|
type: Input
|
|
43713
44464
|
}], centered: [{
|
|
@@ -44920,6 +45671,14 @@ class BryntumTreeGridComponent {
|
|
|
44920
45671
|
* @param {any} event.value The value being set
|
|
44921
45672
|
*/
|
|
44922
45673
|
this.onBeforeCellRangeEdit = new EventEmitter();
|
|
45674
|
+
/**
|
|
45675
|
+
* This event is triggered before a parent column is collapsed or expanded.
|
|
45676
|
+
* @param {object} event Event object
|
|
45677
|
+
* @param {Grid.view.GridBase} event.source The grid instance
|
|
45678
|
+
* @param {Grid.column.Column} event.column The column
|
|
45679
|
+
* @param {boolean} event.collapsed `true` if the column is being collapsed, `false` if expanded
|
|
45680
|
+
*/
|
|
45681
|
+
this.onBeforeColumnCollapseToggle = new EventEmitter();
|
|
44923
45682
|
/**
|
|
44924
45683
|
* This event is fired prior to starting a column drag gesture. The drag is canceled if a listener returns `false`.
|
|
44925
45684
|
* @param {object} event Event object
|
|
@@ -45030,16 +45789,16 @@ class BryntumTreeGridComponent {
|
|
|
45030
45789
|
/**
|
|
45031
45790
|
* Fires before a row is rendered.
|
|
45032
45791
|
* @param {object} event Event object
|
|
45033
|
-
* @param {Grid.view.
|
|
45034
|
-
* @param {Grid.row.Row} event.row The row about to be rendered
|
|
45035
|
-
* @param {Core.data.Model} event.record The record for the row
|
|
45036
|
-
* @param {number} event.recordIndex The zero-based index of the record
|
|
45792
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
45793
|
+
* @param {Grid.row.Row} event.row The row about to be rendered
|
|
45794
|
+
* @param {Core.data.Model} event.record The record for the row
|
|
45795
|
+
* @param {number} event.recordIndex The zero-based index of the record
|
|
45037
45796
|
*/
|
|
45038
45797
|
this.onBeforeRenderRow = new EventEmitter();
|
|
45039
45798
|
/**
|
|
45040
45799
|
* Grid rows are about to be rendered
|
|
45041
45800
|
* @param {object} event Event object
|
|
45042
|
-
* @param {Grid.view.
|
|
45801
|
+
* @param {Grid.view.GridBase} event.source This grid.
|
|
45043
45802
|
*/
|
|
45044
45803
|
this.onBeforeRenderRows = new EventEmitter();
|
|
45045
45804
|
/**
|
|
@@ -45272,6 +46031,14 @@ class BryntumTreeGridComponent {
|
|
|
45272
46031
|
* @param {Core.data.Model} event.record The record which has been collapsed.
|
|
45273
46032
|
*/
|
|
45274
46033
|
this.onCollapseNode = new EventEmitter();
|
|
46034
|
+
/**
|
|
46035
|
+
* This event is triggered after a parent column has been collapsed or expanded.
|
|
46036
|
+
* @param {object} event Event object
|
|
46037
|
+
* @param {Grid.view.GridBase} event.source The Grid instance
|
|
46038
|
+
* @param {Grid.column.Column} event.column The column being toggled
|
|
46039
|
+
* @param {boolean} event.collapsed `true` if the column is now collapsed, `false` if expanded
|
|
46040
|
+
*/
|
|
46041
|
+
this.onColumnCollapseToggle = new EventEmitter();
|
|
45275
46042
|
/**
|
|
45276
46043
|
* This event is fired when a column is being dragged, and you can set the `valid` flag on the `context` object
|
|
45277
46044
|
* to indicate whether the drop position is valid or not.
|
|
@@ -45353,7 +46120,7 @@ class BryntumTreeGridComponent {
|
|
|
45353
46120
|
* ...
|
|
45354
46121
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-dataChange)
|
|
45355
46122
|
* @param {object} event Event object
|
|
45356
|
-
* @param {Grid.view.
|
|
46123
|
+
* @param {Grid.view.GridBase} event.source Owning grid
|
|
45357
46124
|
* @param {Core.data.Store} event.store The originating store
|
|
45358
46125
|
* @param {'remove','removeAll','add','clearchanges','filter','update','dataset','replace'} event.action Name of action which triggered the change. May be one of: * `'remove'` * `'removeAll'` * `'add'` * `'clearchanges'` * `'filter'` * `'update'` * `'dataset'` * `'replace'`
|
|
45359
46126
|
* @param {Core.data.Model} event.record Changed record, for actions that affects exactly one record (`'update'`)
|
|
@@ -45668,16 +46435,16 @@ class BryntumTreeGridComponent {
|
|
|
45668
46435
|
/**
|
|
45669
46436
|
* Fires after a row is rendered.
|
|
45670
46437
|
* @param {object} event Event object
|
|
45671
|
-
* @param {Grid.view.
|
|
45672
|
-
* @param {Grid.row.Row} event.row The row that has been rendered
|
|
45673
|
-
* @param {Core.data.Model} event.record The record for the row
|
|
45674
|
-
* @param {number} event.recordIndex The zero-based index of the record
|
|
46438
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
46439
|
+
* @param {Grid.row.Row} event.row The row that has been rendered
|
|
46440
|
+
* @param {Core.data.Model} event.record The record for the row
|
|
46441
|
+
* @param {number} event.recordIndex The zero-based index of the record
|
|
45675
46442
|
*/
|
|
45676
46443
|
this.onRenderRow = new EventEmitter();
|
|
45677
46444
|
/**
|
|
45678
46445
|
* Grid rows have been rendered
|
|
45679
46446
|
* @param {object} event Event object
|
|
45680
|
-
* @param {Grid.view.
|
|
46447
|
+
* @param {Grid.view.GridBase} event.source This grid.
|
|
45681
46448
|
*/
|
|
45682
46449
|
this.onRenderRows = new EventEmitter();
|
|
45683
46450
|
/**
|
|
@@ -45739,7 +46506,7 @@ class BryntumTreeGridComponent {
|
|
|
45739
46506
|
/**
|
|
45740
46507
|
* Grid has scrolled vertically
|
|
45741
46508
|
* @param {object} event Event object
|
|
45742
|
-
* @param {Grid.view.
|
|
46509
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance.
|
|
45743
46510
|
* @param {number} event.scrollTop The vertical scroll position.
|
|
45744
46511
|
*/
|
|
45745
46512
|
this.onScroll = new EventEmitter();
|
|
@@ -45830,14 +46597,14 @@ class BryntumTreeGridComponent {
|
|
|
45830
46597
|
/**
|
|
45831
46598
|
* Fires after a sub grid is collapsed.
|
|
45832
46599
|
* @param {object} event Event object
|
|
45833
|
-
* @param {Grid.view.
|
|
46600
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
45834
46601
|
* @param {Grid.view.SubGrid} event.subGrid The sub grid instance
|
|
45835
46602
|
*/
|
|
45836
46603
|
this.onSubGridCollapse = new EventEmitter();
|
|
45837
46604
|
/**
|
|
45838
46605
|
* Fires after a sub grid is expanded.
|
|
45839
46606
|
* @param {object} event Event object
|
|
45840
|
-
* @param {Grid.view.
|
|
46607
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
45841
46608
|
* @param {Grid.view.SubGrid} event.subGrid The sub grid instance
|
|
45842
46609
|
*/
|
|
45843
46610
|
this.onSubGridExpand = new EventEmitter();
|
|
@@ -45965,6 +46732,7 @@ BryntumTreeGridComponent.bryntumEvents = [
|
|
|
45965
46732
|
'onBeforeCellEditStart',
|
|
45966
46733
|
'onBeforeCellRangeDelete',
|
|
45967
46734
|
'onBeforeCellRangeEdit',
|
|
46735
|
+
'onBeforeColumnCollapseToggle',
|
|
45968
46736
|
'onBeforeColumnDragStart',
|
|
45969
46737
|
'onBeforeColumnDropFinalize',
|
|
45970
46738
|
'onBeforeColumnResize',
|
|
@@ -46005,6 +46773,7 @@ BryntumTreeGridComponent.bryntumEvents = [
|
|
|
46005
46773
|
'onCellMouseOver',
|
|
46006
46774
|
'onCollapse',
|
|
46007
46775
|
'onCollapseNode',
|
|
46776
|
+
'onColumnCollapseToggle',
|
|
46008
46777
|
'onColumnDrag',
|
|
46009
46778
|
'onColumnDragStart',
|
|
46010
46779
|
'onColumnDrop',
|
|
@@ -46078,6 +46847,7 @@ BryntumTreeGridComponent.bryntumEvents = [
|
|
|
46078
46847
|
'onUnsplit'
|
|
46079
46848
|
];
|
|
46080
46849
|
BryntumTreeGridComponent.bryntumFeatureNames = [
|
|
46850
|
+
'aiFeature',
|
|
46081
46851
|
'aiFilterFeature',
|
|
46082
46852
|
'cellCopyPasteFeature',
|
|
46083
46853
|
'cellEditFeature',
|
|
@@ -46131,6 +46901,7 @@ BryntumTreeGridComponent.bryntumConfigs = BryntumTreeGridComponent.bryntumFeatur
|
|
|
46131
46901
|
'autoHeight',
|
|
46132
46902
|
'bbar',
|
|
46133
46903
|
'bodyCls',
|
|
46904
|
+
'border',
|
|
46134
46905
|
'bubbleEvents',
|
|
46135
46906
|
'callOnFunctions',
|
|
46136
46907
|
'catchEventHandlerExceptions',
|
|
@@ -46251,6 +47022,7 @@ BryntumTreeGridComponent.bryntumConfigsOnly = [
|
|
|
46251
47022
|
'autoHeight',
|
|
46252
47023
|
'bbar',
|
|
46253
47024
|
'bodyCls',
|
|
47025
|
+
'border',
|
|
46254
47026
|
'bubbleEvents',
|
|
46255
47027
|
'collapsible',
|
|
46256
47028
|
'color',
|
|
@@ -46379,7 +47151,7 @@ BryntumTreeGridComponent.bryntumProps = BryntumTreeGridComponent.bryntumFeatureN
|
|
|
46379
47151
|
'width'
|
|
46380
47152
|
]);
|
|
46381
47153
|
BryntumTreeGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumTreeGridComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
46382
|
-
BryntumTreeGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumTreeGridComponent, selector: "bryntum-tree-grid", inputs: { adopt: "adopt", animateFilterRemovals: "animateFilterRemovals", animateRemovingRows: "animateRemovingRows", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoHeight: "autoHeight", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", contentElementCls: "contentElementCls", contextMenuTriggerEvent: "contextMenuTriggerEvent", dataField: "dataField", defaultRegion: "defaultRegion", destroyStore: "destroyStore", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", disableGridColumnIdWarning: "disableGridColumnIdWarning", disableGridRowModelWarning: "disableGridRowModelWarning", dock: "dock", drawer: "drawer", elementAttributes: "elementAttributes", enableSticky: "enableSticky", enableTextSelection: "enableTextSelection", fillLastColumn: "fillLastColumn", fixedRowHeight: "fixedRowHeight", footer: "footer", formulaProviders: "formulaProviders", fullRowRefresh: "fullRowRefresh", getRowHeight: "getRowHeight", header: "header", hideHorizontalScrollbar: "hideHorizontalScrollbar", hoverCls: "hoverCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", listeners: "listeners", loadMask: "loadMask", loadMaskDefaults: "loadMaskDefaults", loadMaskError: "loadMaskError", localizable: "localizable", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", owner: "owner", plugins: "plugins", preserveFocusOnDatasetChange: "preserveFocusOnDatasetChange", preserveScrollOnDatasetChange: "preserveScrollOnDatasetChange", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", resizable: "resizable", resizeToFitIncludesHeader: "resizeToFitIncludesHeader", responsiveLevels: "responsiveLevels", ripple: "ripple", rootElement: "rootElement", scrollerClass: "scrollerClass", scrollManager: "scrollManager", showDirty: "showDirty", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", subGridConfigs: "subGridConfigs", syncMask: "syncMask", tab: "tab", tabBarItems: "tabBarItems", tbar: "tbar", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", animateTreeNodeToggle: "animateTreeNodeToggle", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cellEllipsis: "cellEllipsis", cls: "cls", collapsed: "collapsed", column: "column", columnLines: "columnLines", columns: "columns", data: "data", dataset: "dataset", disabled: "disabled", emptyText: "emptyText", enableUndoRedoKeys: "enableUndoRedoKeys", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", hideFooters: "hideFooters", hideHeaders: "hideHeaders", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", keyMap: "keyMap", labelPosition: "labelPosition", longPressTime: "longPressTime", margin: "margin", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", preserveScroll: "preserveScroll", readOnly: "readOnly", rendition: "rendition", rowHeight: "rowHeight", rowLines: "rowLines", rtl: "rtl", scrollable: "scrollable", selectionMode: "selectionMode", span: "span", stateSettings: "stateSettings", store: "store", title: "title", tools: "tools", transition: "transition", transitionDuration: "transitionDuration", width: "width", focusVisible: "focusVisible", hasChanges: "hasChanges", originalStore: "originalStore", parent: "parent", selectedCell: "selectedCell", selectedCells: "selectedCells", selectedRecord: "selectedRecord", selectedRecords: "selectedRecords", selectedRows: "selectedRows", state: "state", tooltip: "tooltip", aiFilterFeature: "aiFilterFeature", cellCopyPasteFeature: "cellCopyPasteFeature", cellEditFeature: "cellEditFeature", cellMenuFeature: "cellMenuFeature", cellTooltipFeature: "cellTooltipFeature", chartsFeature: "chartsFeature", columnAutoWidthFeature: "columnAutoWidthFeature", columnDragToolbarFeature: "columnDragToolbarFeature", columnPickerFeature: "columnPickerFeature", columnRenameFeature: "columnRenameFeature", columnReorderFeature: "columnReorderFeature", columnResizeFeature: "columnResizeFeature", excelExporterFeature: "excelExporterFeature", fileDropFeature: "fileDropFeature", fillHandleFeature: "fillHandleFeature", filterFeature: "filterFeature", filterBarFeature: "filterBarFeature", groupFeature: "groupFeature", groupSummaryFeature: "groupSummaryFeature", headerMenuFeature: "headerMenuFeature", lockRowsFeature: "lockRowsFeature", mergeCellsFeature: "mergeCellsFeature", pdfExportFeature: "pdfExportFeature", pinColumnsFeature: "pinColumnsFeature", printFeature: "printFeature", quickFindFeature: "quickFindFeature", regionResizeFeature: "regionResizeFeature", rowCopyPasteFeature: "rowCopyPasteFeature", rowEditFeature: "rowEditFeature", rowExpanderFeature: "rowExpanderFeature", rowReorderFeature: "rowReorderFeature", rowResizeFeature: "rowResizeFeature", searchFeature: "searchFeature", sortFeature: "sortFeature", splitFeature: "splitFeature", stickyCellsFeature: "stickyCellsFeature", stripeFeature: "stripeFeature", summaryFeature: "summaryFeature", treeFeature: "treeFeature", treeGroupFeature: "treeGroupFeature" }, outputs: { onBeforeCancelCellEdit: "onBeforeCancelCellEdit", onBeforeCancelRowEdit: "onBeforeCancelRowEdit", onBeforeCellEditStart: "onBeforeCellEditStart", onBeforeCellRangeDelete: "onBeforeCellRangeDelete", onBeforeCellRangeEdit: "onBeforeCellRangeEdit", onBeforeColumnDragStart: "onBeforeColumnDragStart", onBeforeColumnDropFinalize: "onBeforeColumnDropFinalize", onBeforeColumnResize: "onBeforeColumnResize", onBeforeCopy: "onBeforeCopy", onBeforeCSVExport: "onBeforeCSVExport", onBeforeDestroy: "onBeforeDestroy", onBeforeExcelExport: "onBeforeExcelExport", onBeforeFillHandleDragStart: "onBeforeFillHandleDragStart", onBeforeFinishCellEdit: "onBeforeFinishCellEdit", onBeforeFinishRowEdit: "onBeforeFinishRowEdit", onBeforeHide: "onBeforeHide", onBeforePaste: "onBeforePaste", onBeforePdfExport: "onBeforePdfExport", onBeforeRenderRow: "onBeforeRenderRow", onBeforeRenderRows: "onBeforeRenderRows", onBeforeRowCollapse: "onBeforeRowCollapse", onBeforeRowExpand: "onBeforeRowExpand", onBeforeSelectionChange: "onBeforeSelectionChange", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onBeforeStartRowEdit: "onBeforeStartRowEdit", onBeforeStateApply: "onBeforeStateApply", onBeforeStateSave: "onBeforeStateSave", onBeforeToggleGroup: "onBeforeToggleGroup", onBeforeToggleNode: "onBeforeToggleNode", onCancelCellEdit: "onCancelCellEdit", onCatchAll: "onCatchAll", onCellClick: "onCellClick", onCellContextMenu: "onCellContextMenu", onCellDblClick: "onCellDblClick", onCellMenuBeforeShow: "onCellMenuBeforeShow", onCellMenuItem: "onCellMenuItem", onCellMenuShow: "onCellMenuShow", onCellMenuToggleItem: "onCellMenuToggleItem", onCellMouseEnter: "onCellMouseEnter", onCellMouseLeave: "onCellMouseLeave", onCellMouseOut: "onCellMouseOut", onCellMouseOver: "onCellMouseOver", onCollapse: "onCollapse", onCollapseNode: "onCollapseNode", onColumnDrag: "onColumnDrag", onColumnDragStart: "onColumnDragStart", onColumnDrop: "onColumnDrop", onColumnResize: "onColumnResize", onColumnResizeStart: "onColumnResizeStart", onContextMenuItem: "onContextMenuItem", onContextMenuToggleItem: "onContextMenuToggleItem", onCopy: "onCopy", onDataChange: "onDataChange", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onDragSelecting: "onDragSelecting", onElementCreated: "onElementCreated", onExpand: "onExpand", onExpandNode: "onExpandNode", onFileDrop: "onFileDrop", onFillHandleBeforeDragFinalize: "onFillHandleBeforeDragFinalize", onFillHandleDrag: "onFillHandleDrag", onFillHandleDragAbort: "onFillHandleDragAbort", onFillHandleDragEnd: "onFillHandleDragEnd", onFillHandleDragStart: "onFillHandleDragStart", onFinishCellEdit: "onFinishCellEdit", onFinishRowEdit: "onFinishRowEdit", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onGridRowBeforeDragStart: "onGridRowBeforeDragStart", onGridRowBeforeDropFinalize: "onGridRowBeforeDropFinalize", onGridRowDrag: "onGridRowDrag", onGridRowDragAbort: "onGridRowDragAbort", onGridRowDragStart: "onGridRowDragStart", onGridRowDrop: "onGridRowDrop", onHeaderClick: "onHeaderClick", onHeaderMenuBeforeShow: "onHeaderMenuBeforeShow", onHeaderMenuItem: "onHeaderMenuItem", onHeaderMenuShow: "onHeaderMenuShow", onHeaderMenuToggleItem: "onHeaderMenuToggleItem", onHide: "onHide", onLockRows: "onLockRows", onMouseOut: "onMouseOut", onMouseOver: "onMouseOver", onPaint: "onPaint", onPaste: "onPaste", onPdfExport: "onPdfExport", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onRenderRow: "onRenderRow", onRenderRows: "onRenderRows", onResize: "onResize", onResponsive: "onResponsive", onRowCollapse: "onRowCollapse", onRowExpand: "onRowExpand", onRowMouseEnter: "onRowMouseEnter", onRowMouseLeave: "onRowMouseLeave", onScroll: "onScroll", onSelectionChange: "onSelectionChange", onSelectionModeChange: "onSelectionModeChange", onShow: "onShow", onSplit: "onSplit", onSplitterCollapseClick: "onSplitterCollapseClick", onSplitterDragEnd: "onSplitterDragEnd", onSplitterDragStart: "onSplitterDragStart", onSplitterExpandClick: "onSplitterExpandClick", onStartCellEdit: "onStartCellEdit", onStartRowEdit: "onStartRowEdit", onSubGridCollapse: "onSubGridCollapse", onSubGridExpand: "onSubGridExpand", onToggleGroup: "onToggleGroup", onToggleNode: "onToggleNode", onToolClick: "onToolClick", onUnlockRows: "onUnlockRows", onUnsplit: "onUnsplit" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
47154
|
+
BryntumTreeGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumTreeGridComponent, selector: "bryntum-tree-grid", inputs: { adopt: "adopt", animateFilterRemovals: "animateFilterRemovals", animateRemovingRows: "animateRemovingRows", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoHeight: "autoHeight", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", contentElementCls: "contentElementCls", contextMenuTriggerEvent: "contextMenuTriggerEvent", dataField: "dataField", defaultRegion: "defaultRegion", destroyStore: "destroyStore", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", disableGridColumnIdWarning: "disableGridColumnIdWarning", disableGridRowModelWarning: "disableGridRowModelWarning", dock: "dock", drawer: "drawer", elementAttributes: "elementAttributes", enableSticky: "enableSticky", enableTextSelection: "enableTextSelection", fillLastColumn: "fillLastColumn", fixedRowHeight: "fixedRowHeight", footer: "footer", formulaProviders: "formulaProviders", fullRowRefresh: "fullRowRefresh", getRowHeight: "getRowHeight", header: "header", hideHorizontalScrollbar: "hideHorizontalScrollbar", hoverCls: "hoverCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", listeners: "listeners", loadMask: "loadMask", loadMaskDefaults: "loadMaskDefaults", loadMaskError: "loadMaskError", localizable: "localizable", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", owner: "owner", plugins: "plugins", preserveFocusOnDatasetChange: "preserveFocusOnDatasetChange", preserveScrollOnDatasetChange: "preserveScrollOnDatasetChange", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", resizable: "resizable", resizeToFitIncludesHeader: "resizeToFitIncludesHeader", responsiveLevels: "responsiveLevels", ripple: "ripple", rootElement: "rootElement", scrollerClass: "scrollerClass", scrollManager: "scrollManager", showDirty: "showDirty", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", subGridConfigs: "subGridConfigs", syncMask: "syncMask", tab: "tab", tabBarItems: "tabBarItems", tbar: "tbar", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", animateTreeNodeToggle: "animateTreeNodeToggle", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cellEllipsis: "cellEllipsis", cls: "cls", collapsed: "collapsed", column: "column", columnLines: "columnLines", columns: "columns", data: "data", dataset: "dataset", disabled: "disabled", emptyText: "emptyText", enableUndoRedoKeys: "enableUndoRedoKeys", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", hideFooters: "hideFooters", hideHeaders: "hideHeaders", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", keyMap: "keyMap", labelPosition: "labelPosition", longPressTime: "longPressTime", margin: "margin", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", preserveScroll: "preserveScroll", readOnly: "readOnly", rendition: "rendition", rowHeight: "rowHeight", rowLines: "rowLines", rtl: "rtl", scrollable: "scrollable", selectionMode: "selectionMode", span: "span", stateSettings: "stateSettings", store: "store", title: "title", tools: "tools", transition: "transition", transitionDuration: "transitionDuration", width: "width", focusVisible: "focusVisible", hasChanges: "hasChanges", originalStore: "originalStore", parent: "parent", selectedCell: "selectedCell", selectedCells: "selectedCells", selectedRecord: "selectedRecord", selectedRecords: "selectedRecords", selectedRows: "selectedRows", state: "state", tooltip: "tooltip", aiFeature: "aiFeature", aiFilterFeature: "aiFilterFeature", cellCopyPasteFeature: "cellCopyPasteFeature", cellEditFeature: "cellEditFeature", cellMenuFeature: "cellMenuFeature", cellTooltipFeature: "cellTooltipFeature", chartsFeature: "chartsFeature", columnAutoWidthFeature: "columnAutoWidthFeature", columnDragToolbarFeature: "columnDragToolbarFeature", columnPickerFeature: "columnPickerFeature", columnRenameFeature: "columnRenameFeature", columnReorderFeature: "columnReorderFeature", columnResizeFeature: "columnResizeFeature", excelExporterFeature: "excelExporterFeature", fileDropFeature: "fileDropFeature", fillHandleFeature: "fillHandleFeature", filterFeature: "filterFeature", filterBarFeature: "filterBarFeature", groupFeature: "groupFeature", groupSummaryFeature: "groupSummaryFeature", headerMenuFeature: "headerMenuFeature", lockRowsFeature: "lockRowsFeature", mergeCellsFeature: "mergeCellsFeature", pdfExportFeature: "pdfExportFeature", pinColumnsFeature: "pinColumnsFeature", printFeature: "printFeature", quickFindFeature: "quickFindFeature", regionResizeFeature: "regionResizeFeature", rowCopyPasteFeature: "rowCopyPasteFeature", rowEditFeature: "rowEditFeature", rowExpanderFeature: "rowExpanderFeature", rowReorderFeature: "rowReorderFeature", rowResizeFeature: "rowResizeFeature", searchFeature: "searchFeature", sortFeature: "sortFeature", splitFeature: "splitFeature", stickyCellsFeature: "stickyCellsFeature", stripeFeature: "stripeFeature", summaryFeature: "summaryFeature", treeFeature: "treeFeature", treeGroupFeature: "treeGroupFeature" }, outputs: { onBeforeCancelCellEdit: "onBeforeCancelCellEdit", onBeforeCancelRowEdit: "onBeforeCancelRowEdit", onBeforeCellEditStart: "onBeforeCellEditStart", onBeforeCellRangeDelete: "onBeforeCellRangeDelete", onBeforeCellRangeEdit: "onBeforeCellRangeEdit", onBeforeColumnCollapseToggle: "onBeforeColumnCollapseToggle", onBeforeColumnDragStart: "onBeforeColumnDragStart", onBeforeColumnDropFinalize: "onBeforeColumnDropFinalize", onBeforeColumnResize: "onBeforeColumnResize", onBeforeCopy: "onBeforeCopy", onBeforeCSVExport: "onBeforeCSVExport", onBeforeDestroy: "onBeforeDestroy", onBeforeExcelExport: "onBeforeExcelExport", onBeforeFillHandleDragStart: "onBeforeFillHandleDragStart", onBeforeFinishCellEdit: "onBeforeFinishCellEdit", onBeforeFinishRowEdit: "onBeforeFinishRowEdit", onBeforeHide: "onBeforeHide", onBeforePaste: "onBeforePaste", onBeforePdfExport: "onBeforePdfExport", onBeforeRenderRow: "onBeforeRenderRow", onBeforeRenderRows: "onBeforeRenderRows", onBeforeRowCollapse: "onBeforeRowCollapse", onBeforeRowExpand: "onBeforeRowExpand", onBeforeSelectionChange: "onBeforeSelectionChange", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onBeforeStartRowEdit: "onBeforeStartRowEdit", onBeforeStateApply: "onBeforeStateApply", onBeforeStateSave: "onBeforeStateSave", onBeforeToggleGroup: "onBeforeToggleGroup", onBeforeToggleNode: "onBeforeToggleNode", onCancelCellEdit: "onCancelCellEdit", onCatchAll: "onCatchAll", onCellClick: "onCellClick", onCellContextMenu: "onCellContextMenu", onCellDblClick: "onCellDblClick", onCellMenuBeforeShow: "onCellMenuBeforeShow", onCellMenuItem: "onCellMenuItem", onCellMenuShow: "onCellMenuShow", onCellMenuToggleItem: "onCellMenuToggleItem", onCellMouseEnter: "onCellMouseEnter", onCellMouseLeave: "onCellMouseLeave", onCellMouseOut: "onCellMouseOut", onCellMouseOver: "onCellMouseOver", onCollapse: "onCollapse", onCollapseNode: "onCollapseNode", onColumnCollapseToggle: "onColumnCollapseToggle", onColumnDrag: "onColumnDrag", onColumnDragStart: "onColumnDragStart", onColumnDrop: "onColumnDrop", onColumnResize: "onColumnResize", onColumnResizeStart: "onColumnResizeStart", onContextMenuItem: "onContextMenuItem", onContextMenuToggleItem: "onContextMenuToggleItem", onCopy: "onCopy", onDataChange: "onDataChange", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onDragSelecting: "onDragSelecting", onElementCreated: "onElementCreated", onExpand: "onExpand", onExpandNode: "onExpandNode", onFileDrop: "onFileDrop", onFillHandleBeforeDragFinalize: "onFillHandleBeforeDragFinalize", onFillHandleDrag: "onFillHandleDrag", onFillHandleDragAbort: "onFillHandleDragAbort", onFillHandleDragEnd: "onFillHandleDragEnd", onFillHandleDragStart: "onFillHandleDragStart", onFinishCellEdit: "onFinishCellEdit", onFinishRowEdit: "onFinishRowEdit", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onGridRowBeforeDragStart: "onGridRowBeforeDragStart", onGridRowBeforeDropFinalize: "onGridRowBeforeDropFinalize", onGridRowDrag: "onGridRowDrag", onGridRowDragAbort: "onGridRowDragAbort", onGridRowDragStart: "onGridRowDragStart", onGridRowDrop: "onGridRowDrop", onHeaderClick: "onHeaderClick", onHeaderMenuBeforeShow: "onHeaderMenuBeforeShow", onHeaderMenuItem: "onHeaderMenuItem", onHeaderMenuShow: "onHeaderMenuShow", onHeaderMenuToggleItem: "onHeaderMenuToggleItem", onHide: "onHide", onLockRows: "onLockRows", onMouseOut: "onMouseOut", onMouseOver: "onMouseOver", onPaint: "onPaint", onPaste: "onPaste", onPdfExport: "onPdfExport", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onRenderRow: "onRenderRow", onRenderRows: "onRenderRows", onResize: "onResize", onResponsive: "onResponsive", onRowCollapse: "onRowCollapse", onRowExpand: "onRowExpand", onRowMouseEnter: "onRowMouseEnter", onRowMouseLeave: "onRowMouseLeave", onScroll: "onScroll", onSelectionChange: "onSelectionChange", onSelectionModeChange: "onSelectionModeChange", onShow: "onShow", onSplit: "onSplit", onSplitterCollapseClick: "onSplitterCollapseClick", onSplitterDragEnd: "onSplitterDragEnd", onSplitterDragStart: "onSplitterDragStart", onSplitterExpandClick: "onSplitterExpandClick", onStartCellEdit: "onStartCellEdit", onStartRowEdit: "onStartRowEdit", onSubGridCollapse: "onSubGridCollapse", onSubGridExpand: "onSubGridExpand", onToggleGroup: "onToggleGroup", onToggleNode: "onToggleNode", onToolClick: "onToolClick", onUnlockRows: "onUnlockRows", onUnsplit: "onUnsplit" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
46383
47155
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumTreeGridComponent, decorators: [{
|
|
46384
47156
|
type: Component,
|
|
46385
47157
|
args: [{
|
|
@@ -46402,6 +47174,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
46402
47174
|
type: Input
|
|
46403
47175
|
}], bodyCls: [{
|
|
46404
47176
|
type: Input
|
|
47177
|
+
}], border: [{
|
|
47178
|
+
type: Input
|
|
46405
47179
|
}], bubbleEvents: [{
|
|
46406
47180
|
type: Input
|
|
46407
47181
|
}], collapsible: [{
|
|
@@ -46650,6 +47424,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
46650
47424
|
type: Input
|
|
46651
47425
|
}], tooltip: [{
|
|
46652
47426
|
type: Input
|
|
47427
|
+
}], aiFeature: [{
|
|
47428
|
+
type: Input
|
|
46653
47429
|
}], aiFilterFeature: [{
|
|
46654
47430
|
type: Input
|
|
46655
47431
|
}], cellCopyPasteFeature: [{
|
|
@@ -46740,6 +47516,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
46740
47516
|
type: Output
|
|
46741
47517
|
}], onBeforeCellRangeEdit: [{
|
|
46742
47518
|
type: Output
|
|
47519
|
+
}], onBeforeColumnCollapseToggle: [{
|
|
47520
|
+
type: Output
|
|
46743
47521
|
}], onBeforeColumnDragStart: [{
|
|
46744
47522
|
type: Output
|
|
46745
47523
|
}], onBeforeColumnDropFinalize: [{
|
|
@@ -46820,6 +47598,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
46820
47598
|
type: Output
|
|
46821
47599
|
}], onCollapseNode: [{
|
|
46822
47600
|
type: Output
|
|
47601
|
+
}], onColumnCollapseToggle: [{
|
|
47602
|
+
type: Output
|
|
46823
47603
|
}], onColumnDrag: [{
|
|
46824
47604
|
type: Output
|
|
46825
47605
|
}], onColumnDragStart: [{
|
|
@@ -47825,6 +48605,7 @@ BryntumYearPickerComponent.bryntumConfigs = BryntumYearPickerComponent.bryntumFe
|
|
|
47825
48605
|
'autoUpdateRecord',
|
|
47826
48606
|
'bbar',
|
|
47827
48607
|
'bodyCls',
|
|
48608
|
+
'border',
|
|
47828
48609
|
'bubbleEvents',
|
|
47829
48610
|
'callOnFunctions',
|
|
47830
48611
|
'catchEventHandlerExceptions',
|
|
@@ -47939,6 +48720,7 @@ BryntumYearPickerComponent.bryntumConfigsOnly = [
|
|
|
47939
48720
|
'autoUpdateRecord',
|
|
47940
48721
|
'bbar',
|
|
47941
48722
|
'bodyCls',
|
|
48723
|
+
'border',
|
|
47942
48724
|
'bubbleEvents',
|
|
47943
48725
|
'centered',
|
|
47944
48726
|
'collapsible',
|
|
@@ -48058,7 +48840,7 @@ BryntumYearPickerComponent.bryntumProps = BryntumYearPickerComponent.bryntumFeat
|
|
|
48058
48840
|
'year'
|
|
48059
48841
|
]);
|
|
48060
48842
|
BryntumYearPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumYearPickerComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
48061
|
-
BryntumYearPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumYearPickerComponent, selector: "bryntum-year-picker", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", maxYear: "maxYear", minYear: "minYear", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", yearButtonCount: "yearButtonCount", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", startYear: "startYear", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", year: "year", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", state: "state", value: "value", values: "values" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onBeforeStateApply: "onBeforeStateApply", onBeforeStateSave: "onBeforeStateSave", onCatchAll: "onCatchAll", onCollapse: "onCollapse", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onElementCreated: "onElementCreated", onExpand: "onExpand", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onSelect: "onSelect", onShow: "onShow", onToolClick: "onToolClick" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
48843
|
+
BryntumYearPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumYearPickerComponent, selector: "bryntum-year-picker", inputs: { adopt: "adopt", align: "align", anchor: "anchor", ariaDescription: "ariaDescription", ariaLabel: "ariaLabel", autoUpdateRecord: "autoUpdateRecord", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", centered: "centered", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", maxYear: "maxYear", minYear: "minYear", monitorResize: "monitorResize", namedItems: "namedItems", owner: "owner", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateId: "stateId", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", yearButtonCount: "yearButtonCount", alignSelf: "alignSelf", appendTo: "appendTo", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", startYear: "startYear", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", year: "year", anchorSize: "anchorSize", focusVisible: "focusVisible", hasChanges: "hasChanges", isSettingValues: "isSettingValues", isValid: "isValid", parent: "parent", state: "state", value: "value", values: "values" }, outputs: { onBeforeDestroy: "onBeforeDestroy", onBeforeHide: "onBeforeHide", onBeforeSetRecord: "onBeforeSetRecord", onBeforeShow: "onBeforeShow", onBeforeStateApply: "onBeforeStateApply", onBeforeStateSave: "onBeforeStateSave", onCatchAll: "onCatchAll", onCollapse: "onCollapse", onDestroy: "onDestroy", onDirtyStateChange: "onDirtyStateChange", onElementCreated: "onElementCreated", onExpand: "onExpand", onFocusIn: "onFocusIn", onFocusOut: "onFocusOut", onHide: "onHide", onPaint: "onPaint", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onSelect: "onSelect", onShow: "onShow", onToolClick: "onToolClick" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
48062
48844
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0, type: BryntumYearPickerComponent, decorators: [{
|
|
48063
48845
|
type: Component,
|
|
48064
48846
|
args: [{
|
|
@@ -48081,6 +48863,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
48081
48863
|
type: Input
|
|
48082
48864
|
}], bodyCls: [{
|
|
48083
48865
|
type: Input
|
|
48866
|
+
}], border: [{
|
|
48867
|
+
type: Input
|
|
48084
48868
|
}], bubbleEvents: [{
|
|
48085
48869
|
type: Input
|
|
48086
48870
|
}], centered: [{
|
|
@@ -48406,6 +49190,7 @@ BryntumGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versi
|
|
|
48406
49190
|
BryntumPagingToolbarComponent,
|
|
48407
49191
|
BryntumPanelComponent,
|
|
48408
49192
|
BryntumPasswordFieldComponent,
|
|
49193
|
+
BryntumProgressBarComponent,
|
|
48409
49194
|
BryntumRadioComponent,
|
|
48410
49195
|
BryntumRadioGroupComponent,
|
|
48411
49196
|
BryntumSliderComponent,
|
|
@@ -48464,6 +49249,7 @@ BryntumGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versi
|
|
|
48464
49249
|
BryntumPagingToolbarComponent,
|
|
48465
49250
|
BryntumPanelComponent,
|
|
48466
49251
|
BryntumPasswordFieldComponent,
|
|
49252
|
+
BryntumProgressBarComponent,
|
|
48467
49253
|
BryntumRadioComponent,
|
|
48468
49254
|
BryntumRadioGroupComponent,
|
|
48469
49255
|
BryntumSliderComponent,
|
|
@@ -48528,6 +49314,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
48528
49314
|
BryntumPagingToolbarComponent,
|
|
48529
49315
|
BryntumPanelComponent,
|
|
48530
49316
|
BryntumPasswordFieldComponent,
|
|
49317
|
+
BryntumProgressBarComponent,
|
|
48531
49318
|
BryntumRadioComponent,
|
|
48532
49319
|
BryntumRadioGroupComponent,
|
|
48533
49320
|
BryntumSliderComponent,
|
|
@@ -48590,6 +49377,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
48590
49377
|
BryntumPagingToolbarComponent,
|
|
48591
49378
|
BryntumPanelComponent,
|
|
48592
49379
|
BryntumPasswordFieldComponent,
|
|
49380
|
+
BryntumProgressBarComponent,
|
|
48593
49381
|
BryntumRadioComponent,
|
|
48594
49382
|
BryntumRadioGroupComponent,
|
|
48595
49383
|
BryntumSliderComponent,
|
|
@@ -48618,5 +49406,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImpor
|
|
|
48618
49406
|
* Generated bundle index. Do not edit.
|
|
48619
49407
|
*/
|
|
48620
49408
|
|
|
48621
|
-
export { BryntumAIFilterFieldComponent, BryntumButtonComponent, BryntumButtonGroupComponent, BryntumChatPanelComponent, BryntumCheckboxComponent, BryntumCheckboxGroupComponent, BryntumChecklistFilterComboComponent, BryntumChipViewComponent, BryntumCodeEditorComponent, BryntumColorFieldComponent, BryntumComboComponent, BryntumContainerComponent, BryntumDateFieldComponent, BryntumDatePickerComponent, BryntumDateRangeFieldComponent, BryntumDateTimeFieldComponent, BryntumDemoCodeEditorComponent, BryntumDemoHeaderComponent, BryntumDisplayFieldComponent, BryntumDurationFieldComponent, BryntumEditorComponent, BryntumFieldFilterPickerComponent, BryntumFieldFilterPickerGroupComponent, BryntumFieldSetComponent, BryntumFileFieldComponent, BryntumFilePickerComponent, BryntumFilterFieldComponent, BryntumFullscreenButtonComponent, BryntumGridBaseComponent, BryntumGridChartDesignerComponent, BryntumGridComponent, BryntumGridFieldFilterPickerComponent, BryntumGridFieldFilterPickerGroupComponent, BryntumGridModule, BryntumGroupBarComponent, BryntumHintComponent, BryntumLabelComponent, BryntumListComponent, BryntumMenuComponent, BryntumMonthPickerComponent, BryntumNumberFieldComponent, BryntumPagingToolbarComponent, BryntumPanelComponent, BryntumPasswordFieldComponent, BryntumRadioComponent, BryntumRadioGroupComponent, BryntumSlideToggleComponent, BryntumSliderComponent, BryntumSplitterComponent, BryntumTabPanelComponent, BryntumTextAreaFieldComponent, BryntumTextAreaPickerFieldComponent, BryntumTextFieldComponent, BryntumTimeFieldComponent, BryntumTimePickerComponent, BryntumToolbarComponent, BryntumTreeComboComponent, BryntumTreeGridComponent, BryntumWidgetComponent, BryntumYearPickerComponent };
|
|
49409
|
+
export { BryntumAIFilterFieldComponent, BryntumButtonComponent, BryntumButtonGroupComponent, BryntumChatPanelComponent, BryntumCheckboxComponent, BryntumCheckboxGroupComponent, BryntumChecklistFilterComboComponent, BryntumChipViewComponent, BryntumCodeEditorComponent, BryntumColorFieldComponent, BryntumComboComponent, BryntumContainerComponent, BryntumDateFieldComponent, BryntumDatePickerComponent, BryntumDateRangeFieldComponent, BryntumDateTimeFieldComponent, BryntumDemoCodeEditorComponent, BryntumDemoHeaderComponent, BryntumDisplayFieldComponent, BryntumDurationFieldComponent, BryntumEditorComponent, BryntumFieldFilterPickerComponent, BryntumFieldFilterPickerGroupComponent, BryntumFieldSetComponent, BryntumFileFieldComponent, BryntumFilePickerComponent, BryntumFilterFieldComponent, BryntumFullscreenButtonComponent, BryntumGridBaseComponent, BryntumGridChartDesignerComponent, BryntumGridComponent, BryntumGridFieldFilterPickerComponent, BryntumGridFieldFilterPickerGroupComponent, BryntumGridModule, BryntumGroupBarComponent, BryntumHintComponent, BryntumLabelComponent, BryntumListComponent, BryntumMenuComponent, BryntumMonthPickerComponent, BryntumNumberFieldComponent, BryntumPagingToolbarComponent, BryntumPanelComponent, BryntumPasswordFieldComponent, BryntumProgressBarComponent, BryntumRadioComponent, BryntumRadioGroupComponent, BryntumSlideToggleComponent, BryntumSliderComponent, BryntumSplitterComponent, BryntumTabPanelComponent, BryntumTextAreaFieldComponent, BryntumTextAreaPickerFieldComponent, BryntumTextFieldComponent, BryntumTimeFieldComponent, BryntumTimePickerComponent, BryntumToolbarComponent, BryntumTreeComboComponent, BryntumTreeGridComponent, BryntumWidgetComponent, BryntumYearPickerComponent };
|
|
48622
49410
|
//# sourceMappingURL=bryntum-grid-angular.js.map
|