@bryntum/grid-angular 7.1.3 → 7.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/bundles/bryntum-grid-angular.umd.js +986 -260
- package/bundles/bryntum-grid-angular.umd.js.map +1 -1
- package/esm2015/lib/bryntum-a-i-filter-field.component.js +1 -1
- package/esm2015/lib/bryntum-button-group.component.js +6 -2
- package/esm2015/lib/bryntum-button.component.js +1 -1
- package/esm2015/lib/bryntum-chat-panel.component.js +6 -2
- package/esm2015/lib/bryntum-checkbox-group.component.js +6 -2
- package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
- package/esm2015/lib/bryntum-chip-view.component.js +8 -8
- package/esm2015/lib/bryntum-code-editor.component.js +6 -2
- package/esm2015/lib/bryntum-combo.component.js +1 -1
- package/esm2015/lib/bryntum-container.component.js +6 -2
- package/esm2015/lib/bryntum-date-field.component.js +6 -2
- package/esm2015/lib/bryntum-date-picker.component.js +9 -5
- package/esm2015/lib/bryntum-date-range-field.component.js +1 -1
- package/esm2015/lib/bryntum-date-time-field.component.js +1 -1
- package/esm2015/lib/bryntum-demo-code-editor.component.js +6 -2
- package/esm2015/lib/bryntum-display-field.component.js +1 -1
- package/esm2015/lib/bryntum-duration-field.component.js +1 -1
- package/esm2015/lib/bryntum-editor.component.js +6 -2
- package/esm2015/lib/bryntum-field-filter-picker-group.component.js +6 -2
- package/esm2015/lib/bryntum-field-filter-picker.component.js +6 -2
- package/esm2015/lib/bryntum-field-set.component.js +6 -2
- package/esm2015/lib/bryntum-file-field.component.js +1 -1
- package/esm2015/lib/bryntum-file-picker.component.js +6 -2
- package/esm2015/lib/bryntum-filter-field.component.js +1 -1
- package/esm2015/lib/bryntum-grid-base.component.js +9 -2
- package/esm2015/lib/bryntum-grid-chart-designer.component.js +1 -1
- package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +6 -2
- package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +6 -2
- package/esm2015/lib/bryntum-grid.component.js +9 -2
- package/esm2015/lib/bryntum-group-bar.component.js +8 -8
- package/esm2015/lib/bryntum-hint.component.js +6 -2
- package/esm2015/lib/bryntum-label.component.js +1 -1
- package/esm2015/lib/bryntum-list.component.js +8 -8
- package/esm2015/lib/bryntum-menu.component.js +6 -2
- package/esm2015/lib/bryntum-month-picker.component.js +6 -2
- package/esm2015/lib/bryntum-number-field.component.js +1 -1
- package/esm2015/lib/bryntum-paging-toolbar.component.js +6 -2
- package/esm2015/lib/bryntum-panel.component.js +6 -2
- package/esm2015/lib/bryntum-password-field.component.js +1 -1
- package/esm2015/lib/bryntum-progress-bar.component.js +600 -0
- package/esm2015/lib/bryntum-radio-group.component.js +6 -2
- package/esm2015/lib/bryntum-slider.component.js +1 -1
- package/esm2015/lib/bryntum-splitter.component.js +1 -1
- package/esm2015/lib/bryntum-tab-panel.component.js +6 -2
- package/esm2015/lib/bryntum-text-area-field.component.js +1 -1
- package/esm2015/lib/bryntum-text-area-picker-field.component.js +1 -1
- package/esm2015/lib/bryntum-text-field.component.js +1 -1
- package/esm2015/lib/bryntum-time-field.component.js +6 -2
- package/esm2015/lib/bryntum-time-picker.component.js +6 -2
- package/esm2015/lib/bryntum-toolbar.component.js +6 -2
- package/esm2015/lib/bryntum-tree-combo.component.js +1 -1
- package/esm2015/lib/bryntum-tree-grid.component.js +9 -2
- package/esm2015/lib/bryntum-widget.component.js +1 -1
- package/esm2015/lib/bryntum-year-picker.component.js +6 -2
- package/esm2015/lib/grid.module.js +6 -1
- package/esm2015/public-api.js +2 -1
- package/fesm2015/bryntum-grid-angular.js +979 -257
- package/fesm2015/bryntum-grid-angular.js.map +1 -1
- package/lib/bryntum-a-i-filter-field.component.d.ts +3 -3
- package/lib/bryntum-button-group.component.d.ts +6 -1
- package/lib/bryntum-button.component.d.ts +3 -3
- package/lib/bryntum-chat-panel.component.d.ts +9 -4
- package/lib/bryntum-checkbox-group.component.d.ts +9 -4
- package/lib/bryntum-checklist-filter-combo.component.d.ts +3 -3
- package/lib/bryntum-chip-view.component.d.ts +6 -6
- package/lib/bryntum-code-editor.component.d.ts +9 -4
- package/lib/bryntum-combo.component.d.ts +3 -3
- package/lib/bryntum-container.component.d.ts +9 -4
- package/lib/bryntum-date-field.component.d.ts +15 -5
- package/lib/bryntum-date-picker.component.d.ts +10 -5
- package/lib/bryntum-date-range-field.component.d.ts +3 -3
- package/lib/bryntum-date-time-field.component.d.ts +3 -3
- package/lib/bryntum-demo-code-editor.component.d.ts +9 -4
- package/lib/bryntum-display-field.component.d.ts +3 -3
- package/lib/bryntum-duration-field.component.d.ts +3 -3
- package/lib/bryntum-editor.component.d.ts +9 -4
- package/lib/bryntum-field-filter-picker-group.component.d.ts +9 -4
- package/lib/bryntum-field-filter-picker.component.d.ts +9 -4
- package/lib/bryntum-field-set.component.d.ts +9 -4
- package/lib/bryntum-file-field.component.d.ts +3 -3
- package/lib/bryntum-file-picker.component.d.ts +9 -4
- package/lib/bryntum-filter-field.component.d.ts +3 -3
- package/lib/bryntum-grid-base.component.d.ts +19 -4
- package/lib/bryntum-grid-chart-designer.component.d.ts +3 -3
- package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +9 -4
- package/lib/bryntum-grid-field-filter-picker.component.d.ts +9 -4
- package/lib/bryntum-grid.component.d.ts +19 -4
- package/lib/bryntum-group-bar.component.d.ts +6 -6
- package/lib/bryntum-hint.component.d.ts +9 -4
- package/lib/bryntum-label.component.d.ts +3 -3
- package/lib/bryntum-list.component.d.ts +6 -6
- package/lib/bryntum-menu.component.d.ts +9 -4
- package/lib/bryntum-month-picker.component.d.ts +9 -4
- package/lib/bryntum-number-field.component.d.ts +3 -3
- package/lib/bryntum-paging-toolbar.component.d.ts +9 -4
- package/lib/bryntum-panel.component.d.ts +9 -4
- package/lib/bryntum-password-field.component.d.ts +3 -3
- package/lib/bryntum-progress-bar.component.d.ts +705 -0
- package/lib/bryntum-radio-group.component.d.ts +9 -4
- package/lib/bryntum-slider.component.d.ts +3 -3
- package/lib/bryntum-splitter.component.d.ts +3 -3
- package/lib/bryntum-tab-panel.component.d.ts +9 -4
- package/lib/bryntum-text-area-field.component.d.ts +3 -3
- package/lib/bryntum-text-area-picker-field.component.d.ts +3 -3
- package/lib/bryntum-text-field.component.d.ts +3 -3
- package/lib/bryntum-time-field.component.d.ts +13 -4
- package/lib/bryntum-time-picker.component.d.ts +9 -4
- package/lib/bryntum-toolbar.component.d.ts +9 -4
- package/lib/bryntum-tree-combo.component.d.ts +3 -3
- package/lib/bryntum-tree-grid.component.d.ts +19 -4
- package/lib/bryntum-widget.component.d.ts +3 -3
- package/lib/bryntum-year-picker.component.d.ts +9 -4
- package/lib/grid.module.d.ts +18 -17
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/src/lib/bryntum-a-i-filter-field.component.ts +3 -3
- package/src/lib/bryntum-button-group.component.ts +7 -0
- package/src/lib/bryntum-button.component.ts +3 -3
- package/src/lib/bryntum-chat-panel.component.ts +10 -3
- package/src/lib/bryntum-checkbox-group.component.ts +10 -3
- package/src/lib/bryntum-checklist-filter-combo.component.ts +3 -3
- package/src/lib/bryntum-chip-view.component.ts +102 -102
- package/src/lib/bryntum-code-editor.component.ts +10 -3
- package/src/lib/bryntum-combo.component.ts +3 -3
- package/src/lib/bryntum-container.component.ts +10 -3
- package/src/lib/bryntum-date-field.component.ts +16 -4
- package/src/lib/bryntum-date-picker.component.ts +12 -5
- package/src/lib/bryntum-date-range-field.component.ts +3 -3
- package/src/lib/bryntum-date-time-field.component.ts +3 -3
- package/src/lib/bryntum-demo-code-editor.component.ts +10 -3
- package/src/lib/bryntum-display-field.component.ts +3 -3
- package/src/lib/bryntum-duration-field.component.ts +3 -3
- package/src/lib/bryntum-editor.component.ts +10 -3
- package/src/lib/bryntum-field-filter-picker-group.component.ts +10 -3
- package/src/lib/bryntum-field-filter-picker.component.ts +10 -3
- package/src/lib/bryntum-field-set.component.ts +10 -3
- package/src/lib/bryntum-file-field.component.ts +3 -3
- package/src/lib/bryntum-file-picker.component.ts +10 -3
- package/src/lib/bryntum-filter-field.component.ts +3 -3
- package/src/lib/bryntum-grid-base.component.ts +21 -3
- package/src/lib/bryntum-grid-chart-designer.component.ts +3 -3
- package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +10 -3
- package/src/lib/bryntum-grid-field-filter-picker.component.ts +10 -3
- package/src/lib/bryntum-grid.component.ts +21 -3
- package/src/lib/bryntum-group-bar.component.ts +102 -102
- package/src/lib/bryntum-hint.component.ts +10 -3
- package/src/lib/bryntum-label.component.ts +3 -3
- package/src/lib/bryntum-list.component.ts +99 -99
- package/src/lib/bryntum-menu.component.ts +10 -3
- package/src/lib/bryntum-month-picker.component.ts +10 -3
- package/src/lib/bryntum-number-field.component.ts +3 -3
- package/src/lib/bryntum-paging-toolbar.component.ts +10 -3
- package/src/lib/bryntum-panel.component.ts +10 -3
- package/src/lib/bryntum-password-field.component.ts +3 -3
- package/src/lib/bryntum-progress-bar.component.ts +1019 -0
- package/src/lib/bryntum-radio-group.component.ts +10 -3
- package/src/lib/bryntum-slider.component.ts +3 -3
- package/src/lib/bryntum-splitter.component.ts +3 -3
- package/src/lib/bryntum-tab-panel.component.ts +10 -3
- package/src/lib/bryntum-text-area-field.component.ts +3 -3
- package/src/lib/bryntum-text-area-picker-field.component.ts +3 -3
- package/src/lib/bryntum-text-field.component.ts +3 -3
- package/src/lib/bryntum-time-field.component.ts +14 -3
- package/src/lib/bryntum-time-picker.component.ts +10 -3
- package/src/lib/bryntum-toolbar.component.ts +10 -3
- package/src/lib/bryntum-tree-combo.component.ts +3 -3
- package/src/lib/bryntum-tree-grid.component.ts +21 -3
- package/src/lib/bryntum-widget.component.ts +3 -3
- package/src/lib/bryntum-year-picker.component.ts +10 -3
- package/src/lib/grid.module.ts +3 -0
- package/src/public-api.ts +1 -0
|
@@ -2410,6 +2410,7 @@
|
|
|
2410
2410
|
'ariaDescription',
|
|
2411
2411
|
'ariaLabel',
|
|
2412
2412
|
'autoUpdateRecord',
|
|
2413
|
+
'border',
|
|
2413
2414
|
'bubbleEvents',
|
|
2414
2415
|
'callOnFunctions',
|
|
2415
2416
|
'catchEventHandlerExceptions',
|
|
@@ -2506,6 +2507,7 @@
|
|
|
2506
2507
|
'ariaDescription',
|
|
2507
2508
|
'ariaLabel',
|
|
2508
2509
|
'autoUpdateRecord',
|
|
2510
|
+
'border',
|
|
2509
2511
|
'bubbleEvents',
|
|
2510
2512
|
'centered',
|
|
2511
2513
|
'color',
|
|
@@ -2607,7 +2609,7 @@
|
|
|
2607
2609
|
'y'
|
|
2608
2610
|
]);
|
|
2609
2611
|
BryntumButtonGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumButtonGroupComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2610
|
-
BryntumButtonGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
2612
|
+
BryntumButtonGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
2611
2613
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumButtonGroupComponent, decorators: [{
|
|
2612
2614
|
type: i0.Component,
|
|
2613
2615
|
args: [{
|
|
@@ -2626,6 +2628,8 @@
|
|
|
2626
2628
|
type: i0.Input
|
|
2627
2629
|
}], autoUpdateRecord: [{
|
|
2628
2630
|
type: i0.Input
|
|
2631
|
+
}], border: [{
|
|
2632
|
+
type: i0.Input
|
|
2629
2633
|
}], bubbleEvents: [{
|
|
2630
2634
|
type: i0.Input
|
|
2631
2635
|
}], centered: [{
|
|
@@ -3162,6 +3166,7 @@
|
|
|
3162
3166
|
'avatar',
|
|
3163
3167
|
'bbar',
|
|
3164
3168
|
'bodyCls',
|
|
3169
|
+
'border',
|
|
3165
3170
|
'bubbleEvents',
|
|
3166
3171
|
'bubbleTools',
|
|
3167
3172
|
'callOnFunctions',
|
|
@@ -3275,6 +3280,7 @@
|
|
|
3275
3280
|
'autoUpdateRecord',
|
|
3276
3281
|
'bbar',
|
|
3277
3282
|
'bodyCls',
|
|
3283
|
+
'border',
|
|
3278
3284
|
'bubbleEvents',
|
|
3279
3285
|
'centered',
|
|
3280
3286
|
'collapsible',
|
|
@@ -3394,7 +3400,7 @@
|
|
|
3394
3400
|
'y'
|
|
3395
3401
|
]);
|
|
3396
3402
|
BryntumChatPanelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumChatPanelComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
3397
|
-
BryntumChatPanelComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
3403
|
+
BryntumChatPanelComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
3398
3404
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumChatPanelComponent, decorators: [{
|
|
3399
3405
|
type: i0.Component,
|
|
3400
3406
|
args: [{
|
|
@@ -3417,6 +3423,8 @@
|
|
|
3417
3423
|
type: i0.Input
|
|
3418
3424
|
}], bodyCls: [{
|
|
3419
3425
|
type: i0.Input
|
|
3426
|
+
}], border: [{
|
|
3427
|
+
type: i0.Input
|
|
3420
3428
|
}], bubbleEvents: [{
|
|
3421
3429
|
type: i0.Input
|
|
3422
3430
|
}], centered: [{
|
|
@@ -4795,6 +4803,7 @@
|
|
|
4795
4803
|
'autoUpdateRecord',
|
|
4796
4804
|
'bbar',
|
|
4797
4805
|
'bodyCls',
|
|
4806
|
+
'border',
|
|
4798
4807
|
'bubbleEvents',
|
|
4799
4808
|
'callOnFunctions',
|
|
4800
4809
|
'catchEventHandlerExceptions',
|
|
@@ -4914,6 +4923,7 @@
|
|
|
4914
4923
|
'autoUpdateRecord',
|
|
4915
4924
|
'bbar',
|
|
4916
4925
|
'bodyCls',
|
|
4926
|
+
'border',
|
|
4917
4927
|
'bubbleEvents',
|
|
4918
4928
|
'centered',
|
|
4919
4929
|
'collapsible',
|
|
@@ -5037,7 +5047,7 @@
|
|
|
5037
5047
|
'y'
|
|
5038
5048
|
]);
|
|
5039
5049
|
BryntumCheckboxGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumCheckboxGroupComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
5040
|
-
BryntumCheckboxGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
5050
|
+
BryntumCheckboxGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
5041
5051
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumCheckboxGroupComponent, decorators: [{
|
|
5042
5052
|
type: i0.Component,
|
|
5043
5053
|
args: [{
|
|
@@ -5060,6 +5070,8 @@
|
|
|
5060
5070
|
type: i0.Input
|
|
5061
5071
|
}], bodyCls: [{
|
|
5062
5072
|
type: i0.Input
|
|
5073
|
+
}], border: [{
|
|
5074
|
+
type: i0.Input
|
|
5063
5075
|
}], bubbleEvents: [{
|
|
5064
5076
|
type: i0.Input
|
|
5065
5077
|
}], centered: [{
|
|
@@ -6657,13 +6669,11 @@
|
|
|
6657
6669
|
'activateOnMouseover',
|
|
6658
6670
|
'adopt',
|
|
6659
6671
|
'align',
|
|
6660
|
-
'allowGroupSelect',
|
|
6661
6672
|
'anchor',
|
|
6662
6673
|
'ariaDescription',
|
|
6663
6674
|
'ariaLabel',
|
|
6664
6675
|
'bubbleEvents',
|
|
6665
6676
|
'centered',
|
|
6666
|
-
'clearSelectionOnEmptySpaceClick',
|
|
6667
6677
|
'closable',
|
|
6668
6678
|
'closeHandler',
|
|
6669
6679
|
'color',
|
|
@@ -6715,10 +6725,12 @@
|
|
|
6715
6725
|
];
|
|
6716
6726
|
BryntumChipViewComponent.bryntumProps = BryntumChipViewComponent.bryntumFeatureNames.concat([
|
|
6717
6727
|
'alignSelf',
|
|
6728
|
+
'allowGroupSelect',
|
|
6718
6729
|
'anchorSize',
|
|
6719
6730
|
'appendTo',
|
|
6720
6731
|
'callOnFunctions',
|
|
6721
6732
|
'catchEventHandlerExceptions',
|
|
6733
|
+
'clearSelectionOnEmptySpaceClick',
|
|
6722
6734
|
'cls',
|
|
6723
6735
|
'collapsibleGroups',
|
|
6724
6736
|
'column',
|
|
@@ -6759,7 +6771,7 @@
|
|
|
6759
6771
|
'y'
|
|
6760
6772
|
]);
|
|
6761
6773
|
BryntumChipViewComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumChipViewComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
6762
|
-
BryntumChipViewComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumChipViewComponent, selector: "bryntum-chip-view", inputs: { activateOnMouseover: "activateOnMouseover", adopt: "adopt", align: "align",
|
|
6774
|
+
BryntumChipViewComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
6763
6775
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumChipViewComponent, decorators: [{
|
|
6764
6776
|
type: i0.Component,
|
|
6765
6777
|
args: [{
|
|
@@ -6772,8 +6784,6 @@
|
|
|
6772
6784
|
type: i0.Input
|
|
6773
6785
|
}], align: [{
|
|
6774
6786
|
type: i0.Input
|
|
6775
|
-
}], allowGroupSelect: [{
|
|
6776
|
-
type: i0.Input
|
|
6777
6787
|
}], anchor: [{
|
|
6778
6788
|
type: i0.Input
|
|
6779
6789
|
}], ariaDescription: [{
|
|
@@ -6784,8 +6794,6 @@
|
|
|
6784
6794
|
type: i0.Input
|
|
6785
6795
|
}], centered: [{
|
|
6786
6796
|
type: i0.Input
|
|
6787
|
-
}], clearSelectionOnEmptySpaceClick: [{
|
|
6788
|
-
type: i0.Input
|
|
6789
6797
|
}], closable: [{
|
|
6790
6798
|
type: i0.Input
|
|
6791
6799
|
}], closeHandler: [{
|
|
@@ -6884,12 +6892,16 @@
|
|
|
6884
6892
|
type: i0.Input
|
|
6885
6893
|
}], alignSelf: [{
|
|
6886
6894
|
type: i0.Input
|
|
6895
|
+
}], allowGroupSelect: [{
|
|
6896
|
+
type: i0.Input
|
|
6887
6897
|
}], appendTo: [{
|
|
6888
6898
|
type: i0.Input
|
|
6889
6899
|
}], callOnFunctions: [{
|
|
6890
6900
|
type: i0.Input
|
|
6891
6901
|
}], catchEventHandlerExceptions: [{
|
|
6892
6902
|
type: i0.Input
|
|
6903
|
+
}], clearSelectionOnEmptySpaceClick: [{
|
|
6904
|
+
type: i0.Input
|
|
6893
6905
|
}], cls: [{
|
|
6894
6906
|
type: i0.Input
|
|
6895
6907
|
}], collapsibleGroups: [{
|
|
@@ -7291,6 +7303,7 @@
|
|
|
7291
7303
|
'autoUpdateRecord',
|
|
7292
7304
|
'bbar',
|
|
7293
7305
|
'bodyCls',
|
|
7306
|
+
'border',
|
|
7294
7307
|
'bubbleEvents',
|
|
7295
7308
|
'callOnFunctions',
|
|
7296
7309
|
'catchEventHandlerExceptions',
|
|
@@ -7406,6 +7419,7 @@
|
|
|
7406
7419
|
'autoUpdateRecord',
|
|
7407
7420
|
'bbar',
|
|
7408
7421
|
'bodyCls',
|
|
7422
|
+
'border',
|
|
7409
7423
|
'bubbleEvents',
|
|
7410
7424
|
'centered',
|
|
7411
7425
|
'codePath',
|
|
@@ -7525,7 +7539,7 @@
|
|
|
7525
7539
|
'y'
|
|
7526
7540
|
]);
|
|
7527
7541
|
BryntumCodeEditorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumCodeEditorComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
7528
|
-
BryntumCodeEditorComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
7542
|
+
BryntumCodeEditorComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
7529
7543
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumCodeEditorComponent, decorators: [{
|
|
7530
7544
|
type: i0.Component,
|
|
7531
7545
|
args: [{
|
|
@@ -7548,6 +7562,8 @@
|
|
|
7548
7562
|
type: i0.Input
|
|
7549
7563
|
}], bodyCls: [{
|
|
7550
7564
|
type: i0.Input
|
|
7565
|
+
}], border: [{
|
|
7566
|
+
type: i0.Input
|
|
7551
7567
|
}], bubbleEvents: [{
|
|
7552
7568
|
type: i0.Input
|
|
7553
7569
|
}], centered: [{
|
|
@@ -9785,6 +9801,7 @@
|
|
|
9785
9801
|
'ariaDescription',
|
|
9786
9802
|
'ariaLabel',
|
|
9787
9803
|
'autoUpdateRecord',
|
|
9804
|
+
'border',
|
|
9788
9805
|
'bubbleEvents',
|
|
9789
9806
|
'callOnFunctions',
|
|
9790
9807
|
'catchEventHandlerExceptions',
|
|
@@ -9878,6 +9895,7 @@
|
|
|
9878
9895
|
'ariaDescription',
|
|
9879
9896
|
'ariaLabel',
|
|
9880
9897
|
'autoUpdateRecord',
|
|
9898
|
+
'border',
|
|
9881
9899
|
'bubbleEvents',
|
|
9882
9900
|
'centered',
|
|
9883
9901
|
'color',
|
|
@@ -9976,7 +9994,7 @@
|
|
|
9976
9994
|
'y'
|
|
9977
9995
|
]);
|
|
9978
9996
|
BryntumContainerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumContainerComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
9979
|
-
BryntumContainerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
9997
|
+
BryntumContainerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
9980
9998
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumContainerComponent, decorators: [{
|
|
9981
9999
|
type: i0.Component,
|
|
9982
10000
|
args: [{
|
|
@@ -9995,6 +10013,8 @@
|
|
|
9995
10013
|
type: i0.Input
|
|
9996
10014
|
}], autoUpdateRecord: [{
|
|
9997
10015
|
type: i0.Input
|
|
10016
|
+
}], border: [{
|
|
10017
|
+
type: i0.Input
|
|
9998
10018
|
}], bubbleEvents: [{
|
|
9999
10019
|
type: i0.Input
|
|
10000
10020
|
}], centered: [{
|
|
@@ -10571,6 +10591,7 @@
|
|
|
10571
10591
|
'monitorResize',
|
|
10572
10592
|
'name',
|
|
10573
10593
|
'owner',
|
|
10594
|
+
'partner',
|
|
10574
10595
|
'picker',
|
|
10575
10596
|
'pickerAlignElement',
|
|
10576
10597
|
'pickerFormat',
|
|
@@ -10726,6 +10747,7 @@
|
|
|
10726
10747
|
'minHeight',
|
|
10727
10748
|
'minWidth',
|
|
10728
10749
|
'parent',
|
|
10750
|
+
'partner',
|
|
10729
10751
|
'placeholder',
|
|
10730
10752
|
'readOnly',
|
|
10731
10753
|
'rendition',
|
|
@@ -10743,7 +10765,7 @@
|
|
|
10743
10765
|
'y'
|
|
10744
10766
|
]);
|
|
10745
10767
|
BryntumDateFieldComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumDateFieldComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
10746
|
-
BryntumDateFieldComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
10768
|
+
BryntumDateFieldComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
10747
10769
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumDateFieldComponent, decorators: [{
|
|
10748
10770
|
type: i0.Component,
|
|
10749
10771
|
args: [{
|
|
@@ -10960,6 +10982,8 @@
|
|
|
10960
10982
|
type: i0.Input
|
|
10961
10983
|
}], minWidth: [{
|
|
10962
10984
|
type: i0.Input
|
|
10985
|
+
}], partner: [{
|
|
10986
|
+
type: i0.Input
|
|
10963
10987
|
}], placeholder: [{
|
|
10964
10988
|
type: i0.Input
|
|
10965
10989
|
}], readOnly: [{
|
|
@@ -11383,6 +11407,7 @@
|
|
|
11383
11407
|
'autoUpdateRecord',
|
|
11384
11408
|
'bbar',
|
|
11385
11409
|
'bodyCls',
|
|
11410
|
+
'border',
|
|
11386
11411
|
'bubbleEvents',
|
|
11387
11412
|
'callOnFunctions',
|
|
11388
11413
|
'catchEventHandlerExceptions',
|
|
@@ -11528,6 +11553,7 @@
|
|
|
11528
11553
|
'autoUpdateRecord',
|
|
11529
11554
|
'bbar',
|
|
11530
11555
|
'bodyCls',
|
|
11556
|
+
'border',
|
|
11531
11557
|
'bubbleEvents',
|
|
11532
11558
|
'cellRenderer',
|
|
11533
11559
|
'centered',
|
|
@@ -11593,7 +11619,6 @@
|
|
|
11593
11619
|
'scrollAction',
|
|
11594
11620
|
'showAnimation',
|
|
11595
11621
|
'showTooltipWhenDisabled',
|
|
11596
|
-
'showWeekColumn',
|
|
11597
11622
|
'sixWeeks',
|
|
11598
11623
|
'stateful',
|
|
11599
11624
|
'statefulEvents',
|
|
@@ -11664,6 +11689,7 @@
|
|
|
11664
11689
|
'scrollable',
|
|
11665
11690
|
'selection',
|
|
11666
11691
|
'shadePastDates',
|
|
11692
|
+
'showWeekColumn',
|
|
11667
11693
|
'span',
|
|
11668
11694
|
'state',
|
|
11669
11695
|
'strictRecordMapping',
|
|
@@ -11677,7 +11703,7 @@
|
|
|
11677
11703
|
'y'
|
|
11678
11704
|
]);
|
|
11679
11705
|
BryntumDatePickerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumDatePickerComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
11680
|
-
BryntumDatePickerComponent.ɵcmp = i0__namespace.ɵɵ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",
|
|
11706
|
+
BryntumDatePickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
11681
11707
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumDatePickerComponent, decorators: [{
|
|
11682
11708
|
type: i0.Component,
|
|
11683
11709
|
args: [{
|
|
@@ -11702,6 +11728,8 @@
|
|
|
11702
11728
|
type: i0.Input
|
|
11703
11729
|
}], bodyCls: [{
|
|
11704
11730
|
type: i0.Input
|
|
11731
|
+
}], border: [{
|
|
11732
|
+
type: i0.Input
|
|
11705
11733
|
}], bubbleEvents: [{
|
|
11706
11734
|
type: i0.Input
|
|
11707
11735
|
}], cellRenderer: [{
|
|
@@ -11832,8 +11860,6 @@
|
|
|
11832
11860
|
type: i0.Input
|
|
11833
11861
|
}], showTooltipWhenDisabled: [{
|
|
11834
11862
|
type: i0.Input
|
|
11835
|
-
}], showWeekColumn: [{
|
|
11836
|
-
type: i0.Input
|
|
11837
11863
|
}], sixWeeks: [{
|
|
11838
11864
|
type: i0.Input
|
|
11839
11865
|
}], stateful: [{
|
|
@@ -11958,6 +11984,8 @@
|
|
|
11958
11984
|
type: i0.Input
|
|
11959
11985
|
}], shadePastDates: [{
|
|
11960
11986
|
type: i0.Input
|
|
11987
|
+
}], showWeekColumn: [{
|
|
11988
|
+
type: i0.Input
|
|
11961
11989
|
}], span: [{
|
|
11962
11990
|
type: i0.Input
|
|
11963
11991
|
}], strictRecordMapping: [{
|
|
@@ -13911,6 +13939,7 @@
|
|
|
13911
13939
|
'autoUpdateRecord',
|
|
13912
13940
|
'bbar',
|
|
13913
13941
|
'bodyCls',
|
|
13942
|
+
'border',
|
|
13914
13943
|
'bubbleEvents',
|
|
13915
13944
|
'callOnFunctions',
|
|
13916
13945
|
'catchEventHandlerExceptions',
|
|
@@ -14029,6 +14058,7 @@
|
|
|
14029
14058
|
'autoUpdateRecord',
|
|
14030
14059
|
'bbar',
|
|
14031
14060
|
'bodyCls',
|
|
14061
|
+
'border',
|
|
14032
14062
|
'bubbleEvents',
|
|
14033
14063
|
'centered',
|
|
14034
14064
|
'codePath',
|
|
@@ -14150,7 +14180,7 @@
|
|
|
14150
14180
|
'y'
|
|
14151
14181
|
]);
|
|
14152
14182
|
BryntumDemoCodeEditorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumDemoCodeEditorComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
14153
|
-
BryntumDemoCodeEditorComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
14183
|
+
BryntumDemoCodeEditorComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
14154
14184
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumDemoCodeEditorComponent, decorators: [{
|
|
14155
14185
|
type: i0.Component,
|
|
14156
14186
|
args: [{
|
|
@@ -14175,6 +14205,8 @@
|
|
|
14175
14205
|
type: i0.Input
|
|
14176
14206
|
}], bodyCls: [{
|
|
14177
14207
|
type: i0.Input
|
|
14208
|
+
}], border: [{
|
|
14209
|
+
type: i0.Input
|
|
14178
14210
|
}], bubbleEvents: [{
|
|
14179
14211
|
type: i0.Input
|
|
14180
14212
|
}], centered: [{
|
|
@@ -16361,6 +16393,7 @@
|
|
|
16361
16393
|
'ariaLabel',
|
|
16362
16394
|
'autoUpdateRecord',
|
|
16363
16395
|
'blurAction',
|
|
16396
|
+
'border',
|
|
16364
16397
|
'bubbleEvents',
|
|
16365
16398
|
'callOnFunctions',
|
|
16366
16399
|
'cancelKey',
|
|
@@ -16465,6 +16498,7 @@
|
|
|
16465
16498
|
'ariaLabel',
|
|
16466
16499
|
'autoUpdateRecord',
|
|
16467
16500
|
'blurAction',
|
|
16501
|
+
'border',
|
|
16468
16502
|
'bubbleEvents',
|
|
16469
16503
|
'cancelKey',
|
|
16470
16504
|
'centered',
|
|
@@ -16572,7 +16606,7 @@
|
|
|
16572
16606
|
'y'
|
|
16573
16607
|
]);
|
|
16574
16608
|
BryntumEditorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumEditorComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
16575
|
-
BryntumEditorComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
16609
|
+
BryntumEditorComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
16576
16610
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumEditorComponent, decorators: [{
|
|
16577
16611
|
type: i0.Component,
|
|
16578
16612
|
args: [{
|
|
@@ -16595,6 +16629,8 @@
|
|
|
16595
16629
|
type: i0.Input
|
|
16596
16630
|
}], blurAction: [{
|
|
16597
16631
|
type: i0.Input
|
|
16632
|
+
}], border: [{
|
|
16633
|
+
type: i0.Input
|
|
16598
16634
|
}], bubbleEvents: [{
|
|
16599
16635
|
type: i0.Input
|
|
16600
16636
|
}], cancelKey: [{
|
|
@@ -17105,6 +17141,7 @@
|
|
|
17105
17141
|
'ariaDescription',
|
|
17106
17142
|
'ariaLabel',
|
|
17107
17143
|
'autoUpdateRecord',
|
|
17144
|
+
'border',
|
|
17108
17145
|
'bubbleEvents',
|
|
17109
17146
|
'callOnFunctions',
|
|
17110
17147
|
'catchEventHandlerExceptions',
|
|
@@ -17210,6 +17247,7 @@
|
|
|
17210
17247
|
'ariaDescription',
|
|
17211
17248
|
'ariaLabel',
|
|
17212
17249
|
'autoUpdateRecord',
|
|
17250
|
+
'border',
|
|
17213
17251
|
'bubbleEvents',
|
|
17214
17252
|
'centered',
|
|
17215
17253
|
'color',
|
|
@@ -17320,7 +17358,7 @@
|
|
|
17320
17358
|
'y'
|
|
17321
17359
|
]);
|
|
17322
17360
|
BryntumFieldFilterPickerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumFieldFilterPickerComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
17323
|
-
BryntumFieldFilterPickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
17361
|
+
BryntumFieldFilterPickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
17324
17362
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumFieldFilterPickerComponent, decorators: [{
|
|
17325
17363
|
type: i0.Component,
|
|
17326
17364
|
args: [{
|
|
@@ -17339,6 +17377,8 @@
|
|
|
17339
17377
|
type: i0.Input
|
|
17340
17378
|
}], autoUpdateRecord: [{
|
|
17341
17379
|
type: i0.Input
|
|
17380
|
+
}], border: [{
|
|
17381
|
+
type: i0.Input
|
|
17342
17382
|
}], bubbleEvents: [{
|
|
17343
17383
|
type: i0.Input
|
|
17344
17384
|
}], centered: [{
|
|
@@ -17852,6 +17892,7 @@
|
|
|
17852
17892
|
'ariaDescription',
|
|
17853
17893
|
'ariaLabel',
|
|
17854
17894
|
'autoUpdateRecord',
|
|
17895
|
+
'border',
|
|
17855
17896
|
'bubbleEvents',
|
|
17856
17897
|
'callOnFunctions',
|
|
17857
17898
|
'canDeleteFilter',
|
|
@@ -17958,6 +17999,7 @@
|
|
|
17958
17999
|
'ariaDescription',
|
|
17959
18000
|
'ariaLabel',
|
|
17960
18001
|
'autoUpdateRecord',
|
|
18002
|
+
'border',
|
|
17961
18003
|
'bubbleEvents',
|
|
17962
18004
|
'canDeleteFilter',
|
|
17963
18005
|
'canManageFilter',
|
|
@@ -18068,7 +18110,7 @@
|
|
|
18068
18110
|
'y'
|
|
18069
18111
|
]);
|
|
18070
18112
|
BryntumFieldFilterPickerGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumFieldFilterPickerGroupComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
18071
|
-
BryntumFieldFilterPickerGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
18113
|
+
BryntumFieldFilterPickerGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
18072
18114
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumFieldFilterPickerGroupComponent, decorators: [{
|
|
18073
18115
|
type: i0.Component,
|
|
18074
18116
|
args: [{
|
|
@@ -18091,6 +18133,8 @@
|
|
|
18091
18133
|
type: i0.Input
|
|
18092
18134
|
}], autoUpdateRecord: [{
|
|
18093
18135
|
type: i0.Input
|
|
18136
|
+
}], border: [{
|
|
18137
|
+
type: i0.Input
|
|
18094
18138
|
}], bubbleEvents: [{
|
|
18095
18139
|
type: i0.Input
|
|
18096
18140
|
}], canDeleteFilter: [{
|
|
@@ -18624,6 +18668,7 @@
|
|
|
18624
18668
|
'autoUpdateRecord',
|
|
18625
18669
|
'bbar',
|
|
18626
18670
|
'bodyCls',
|
|
18671
|
+
'border',
|
|
18627
18672
|
'bubbleEvents',
|
|
18628
18673
|
'callOnFunctions',
|
|
18629
18674
|
'catchEventHandlerExceptions',
|
|
@@ -18737,6 +18782,7 @@
|
|
|
18737
18782
|
'autoUpdateRecord',
|
|
18738
18783
|
'bbar',
|
|
18739
18784
|
'bodyCls',
|
|
18785
|
+
'border',
|
|
18740
18786
|
'bubbleEvents',
|
|
18741
18787
|
'centered',
|
|
18742
18788
|
'collapsible',
|
|
@@ -18854,7 +18900,7 @@
|
|
|
18854
18900
|
'y'
|
|
18855
18901
|
]);
|
|
18856
18902
|
BryntumFieldSetComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumFieldSetComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
18857
|
-
BryntumFieldSetComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
18903
|
+
BryntumFieldSetComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
18858
18904
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumFieldSetComponent, decorators: [{
|
|
18859
18905
|
type: i0.Component,
|
|
18860
18906
|
args: [{
|
|
@@ -18877,6 +18923,8 @@
|
|
|
18877
18923
|
type: i0.Input
|
|
18878
18924
|
}], bodyCls: [{
|
|
18879
18925
|
type: i0.Input
|
|
18926
|
+
}], border: [{
|
|
18927
|
+
type: i0.Input
|
|
18880
18928
|
}], bubbleEvents: [{
|
|
18881
18929
|
type: i0.Input
|
|
18882
18930
|
}], centered: [{
|
|
@@ -20176,6 +20224,7 @@
|
|
|
20176
20224
|
'ariaDescription',
|
|
20177
20225
|
'ariaLabel',
|
|
20178
20226
|
'autoUpdateRecord',
|
|
20227
|
+
'border',
|
|
20179
20228
|
'bubbleEvents',
|
|
20180
20229
|
'buttonConfig',
|
|
20181
20230
|
'callOnFunctions',
|
|
@@ -20272,6 +20321,7 @@
|
|
|
20272
20321
|
'ariaDescription',
|
|
20273
20322
|
'ariaLabel',
|
|
20274
20323
|
'autoUpdateRecord',
|
|
20324
|
+
'border',
|
|
20275
20325
|
'bubbleEvents',
|
|
20276
20326
|
'buttonConfig',
|
|
20277
20327
|
'centered',
|
|
@@ -20373,7 +20423,7 @@
|
|
|
20373
20423
|
'y'
|
|
20374
20424
|
]);
|
|
20375
20425
|
BryntumFilePickerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumFilePickerComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
20376
|
-
BryntumFilePickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
20426
|
+
BryntumFilePickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
20377
20427
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumFilePickerComponent, decorators: [{
|
|
20378
20428
|
type: i0.Component,
|
|
20379
20429
|
args: [{
|
|
@@ -20392,6 +20442,8 @@
|
|
|
20392
20442
|
type: i0.Input
|
|
20393
20443
|
}], autoUpdateRecord: [{
|
|
20394
20444
|
type: i0.Input
|
|
20445
|
+
}], border: [{
|
|
20446
|
+
type: i0.Input
|
|
20395
20447
|
}], bubbleEvents: [{
|
|
20396
20448
|
type: i0.Input
|
|
20397
20449
|
}], buttonConfig: [{
|
|
@@ -22653,6 +22705,7 @@
|
|
|
22653
22705
|
'onUnsplit'
|
|
22654
22706
|
];
|
|
22655
22707
|
BryntumGridComponent.bryntumFeatureNames = [
|
|
22708
|
+
'aiFeature',
|
|
22656
22709
|
'aiFilterFeature',
|
|
22657
22710
|
'cellCopyPasteFeature',
|
|
22658
22711
|
'cellEditFeature',
|
|
@@ -22706,6 +22759,7 @@
|
|
|
22706
22759
|
'autoHeight',
|
|
22707
22760
|
'bbar',
|
|
22708
22761
|
'bodyCls',
|
|
22762
|
+
'border',
|
|
22709
22763
|
'bubbleEvents',
|
|
22710
22764
|
'callOnFunctions',
|
|
22711
22765
|
'catchEventHandlerExceptions',
|
|
@@ -22826,6 +22880,7 @@
|
|
|
22826
22880
|
'autoHeight',
|
|
22827
22881
|
'bbar',
|
|
22828
22882
|
'bodyCls',
|
|
22883
|
+
'border',
|
|
22829
22884
|
'bubbleEvents',
|
|
22830
22885
|
'collapsible',
|
|
22831
22886
|
'color',
|
|
@@ -22954,7 +23009,7 @@
|
|
|
22954
23009
|
'width'
|
|
22955
23010
|
]);
|
|
22956
23011
|
BryntumGridComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGridComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
22957
|
-
BryntumGridComponent.ɵcmp = i0__namespace.ɵɵ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", 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__namespace, template: '', isInline: true });
|
|
23012
|
+
BryntumGridComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
22958
23013
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGridComponent, decorators: [{
|
|
22959
23014
|
type: i0.Component,
|
|
22960
23015
|
args: [{
|
|
@@ -22977,6 +23032,8 @@
|
|
|
22977
23032
|
type: i0.Input
|
|
22978
23033
|
}], bodyCls: [{
|
|
22979
23034
|
type: i0.Input
|
|
23035
|
+
}], border: [{
|
|
23036
|
+
type: i0.Input
|
|
22980
23037
|
}], bubbleEvents: [{
|
|
22981
23038
|
type: i0.Input
|
|
22982
23039
|
}], collapsible: [{
|
|
@@ -23225,6 +23282,8 @@
|
|
|
23225
23282
|
type: i0.Input
|
|
23226
23283
|
}], tooltip: [{
|
|
23227
23284
|
type: i0.Input
|
|
23285
|
+
}], aiFeature: [{
|
|
23286
|
+
type: i0.Input
|
|
23228
23287
|
}], aiFilterFeature: [{
|
|
23229
23288
|
type: i0.Input
|
|
23230
23289
|
}], cellCopyPasteFeature: [{
|
|
@@ -24773,6 +24832,7 @@
|
|
|
24773
24832
|
'onUnsplit'
|
|
24774
24833
|
];
|
|
24775
24834
|
BryntumGridBaseComponent.bryntumFeatureNames = [
|
|
24835
|
+
'aiFeature',
|
|
24776
24836
|
'aiFilterFeature',
|
|
24777
24837
|
'cellCopyPasteFeature',
|
|
24778
24838
|
'cellEditFeature',
|
|
@@ -24826,6 +24886,7 @@
|
|
|
24826
24886
|
'autoHeight',
|
|
24827
24887
|
'bbar',
|
|
24828
24888
|
'bodyCls',
|
|
24889
|
+
'border',
|
|
24829
24890
|
'bubbleEvents',
|
|
24830
24891
|
'callOnFunctions',
|
|
24831
24892
|
'catchEventHandlerExceptions',
|
|
@@ -24945,6 +25006,7 @@
|
|
|
24945
25006
|
'autoHeight',
|
|
24946
25007
|
'bbar',
|
|
24947
25008
|
'bodyCls',
|
|
25009
|
+
'border',
|
|
24948
25010
|
'bubbleEvents',
|
|
24949
25011
|
'collapsible',
|
|
24950
25012
|
'color',
|
|
@@ -25072,7 +25134,7 @@
|
|
|
25072
25134
|
'width'
|
|
25073
25135
|
]);
|
|
25074
25136
|
BryntumGridBaseComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGridBaseComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
25075
|
-
BryntumGridBaseComponent.ɵcmp = i0__namespace.ɵɵ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", 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__namespace, template: '', isInline: true });
|
|
25137
|
+
BryntumGridBaseComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
25076
25138
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGridBaseComponent, decorators: [{
|
|
25077
25139
|
type: i0.Component,
|
|
25078
25140
|
args: [{
|
|
@@ -25095,6 +25157,8 @@
|
|
|
25095
25157
|
type: i0.Input
|
|
25096
25158
|
}], bodyCls: [{
|
|
25097
25159
|
type: i0.Input
|
|
25160
|
+
}], border: [{
|
|
25161
|
+
type: i0.Input
|
|
25098
25162
|
}], bubbleEvents: [{
|
|
25099
25163
|
type: i0.Input
|
|
25100
25164
|
}], collapsible: [{
|
|
@@ -25341,6 +25405,8 @@
|
|
|
25341
25405
|
type: i0.Input
|
|
25342
25406
|
}], tooltip: [{
|
|
25343
25407
|
type: i0.Input
|
|
25408
|
+
}], aiFeature: [{
|
|
25409
|
+
type: i0.Input
|
|
25344
25410
|
}], aiFilterFeature: [{
|
|
25345
25411
|
type: i0.Input
|
|
25346
25412
|
}], cellCopyPasteFeature: [{
|
|
@@ -26498,6 +26564,7 @@
|
|
|
26498
26564
|
'ariaDescription',
|
|
26499
26565
|
'ariaLabel',
|
|
26500
26566
|
'autoUpdateRecord',
|
|
26567
|
+
'border',
|
|
26501
26568
|
'bubbleEvents',
|
|
26502
26569
|
'callOnFunctions',
|
|
26503
26570
|
'catchEventHandlerExceptions',
|
|
@@ -26604,6 +26671,7 @@
|
|
|
26604
26671
|
'ariaDescription',
|
|
26605
26672
|
'ariaLabel',
|
|
26606
26673
|
'autoUpdateRecord',
|
|
26674
|
+
'border',
|
|
26607
26675
|
'bubbleEvents',
|
|
26608
26676
|
'centered',
|
|
26609
26677
|
'color',
|
|
@@ -26714,7 +26782,7 @@
|
|
|
26714
26782
|
'y'
|
|
26715
26783
|
]);
|
|
26716
26784
|
BryntumGridFieldFilterPickerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGridFieldFilterPickerComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
26717
|
-
BryntumGridFieldFilterPickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
26785
|
+
BryntumGridFieldFilterPickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
26718
26786
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGridFieldFilterPickerComponent, decorators: [{
|
|
26719
26787
|
type: i0.Component,
|
|
26720
26788
|
args: [{
|
|
@@ -26735,6 +26803,8 @@
|
|
|
26735
26803
|
type: i0.Input
|
|
26736
26804
|
}], autoUpdateRecord: [{
|
|
26737
26805
|
type: i0.Input
|
|
26806
|
+
}], border: [{
|
|
26807
|
+
type: i0.Input
|
|
26738
26808
|
}], bubbleEvents: [{
|
|
26739
26809
|
type: i0.Input
|
|
26740
26810
|
}], centered: [{
|
|
@@ -27248,6 +27318,7 @@
|
|
|
27248
27318
|
'ariaDescription',
|
|
27249
27319
|
'ariaLabel',
|
|
27250
27320
|
'autoUpdateRecord',
|
|
27321
|
+
'border',
|
|
27251
27322
|
'bubbleEvents',
|
|
27252
27323
|
'callOnFunctions',
|
|
27253
27324
|
'canDeleteFilter',
|
|
@@ -27353,6 +27424,7 @@
|
|
|
27353
27424
|
'ariaDescription',
|
|
27354
27425
|
'ariaLabel',
|
|
27355
27426
|
'autoUpdateRecord',
|
|
27427
|
+
'border',
|
|
27356
27428
|
'bubbleEvents',
|
|
27357
27429
|
'canDeleteFilter',
|
|
27358
27430
|
'canManageFilter',
|
|
@@ -27462,7 +27534,7 @@
|
|
|
27462
27534
|
'y'
|
|
27463
27535
|
]);
|
|
27464
27536
|
BryntumGridFieldFilterPickerGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGridFieldFilterPickerGroupComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
27465
|
-
BryntumGridFieldFilterPickerGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
27537
|
+
BryntumGridFieldFilterPickerGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
27466
27538
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGridFieldFilterPickerGroupComponent, decorators: [{
|
|
27467
27539
|
type: i0.Component,
|
|
27468
27540
|
args: [{
|
|
@@ -27485,6 +27557,8 @@
|
|
|
27485
27557
|
type: i0.Input
|
|
27486
27558
|
}], autoUpdateRecord: [{
|
|
27487
27559
|
type: i0.Input
|
|
27560
|
+
}], border: [{
|
|
27561
|
+
type: i0.Input
|
|
27488
27562
|
}], bubbleEvents: [{
|
|
27489
27563
|
type: i0.Input
|
|
27490
27564
|
}], canDeleteFilter: [{
|
|
@@ -28105,13 +28179,11 @@
|
|
|
28105
28179
|
'activateOnMouseover',
|
|
28106
28180
|
'adopt',
|
|
28107
28181
|
'align',
|
|
28108
|
-
'allowGroupSelect',
|
|
28109
28182
|
'anchor',
|
|
28110
28183
|
'ariaDescription',
|
|
28111
28184
|
'ariaLabel',
|
|
28112
28185
|
'bubbleEvents',
|
|
28113
28186
|
'centered',
|
|
28114
|
-
'clearSelectionOnEmptySpaceClick',
|
|
28115
28187
|
'closable',
|
|
28116
28188
|
'closeHandler',
|
|
28117
28189
|
'color',
|
|
@@ -28163,10 +28235,12 @@
|
|
|
28163
28235
|
];
|
|
28164
28236
|
BryntumGroupBarComponent.bryntumProps = BryntumGroupBarComponent.bryntumFeatureNames.concat([
|
|
28165
28237
|
'alignSelf',
|
|
28238
|
+
'allowGroupSelect',
|
|
28166
28239
|
'anchorSize',
|
|
28167
28240
|
'appendTo',
|
|
28168
28241
|
'callOnFunctions',
|
|
28169
28242
|
'catchEventHandlerExceptions',
|
|
28243
|
+
'clearSelectionOnEmptySpaceClick',
|
|
28170
28244
|
'cls',
|
|
28171
28245
|
'collapsibleGroups',
|
|
28172
28246
|
'column',
|
|
@@ -28207,7 +28281,7 @@
|
|
|
28207
28281
|
'y'
|
|
28208
28282
|
]);
|
|
28209
28283
|
BryntumGroupBarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGroupBarComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
28210
|
-
BryntumGroupBarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumGroupBarComponent, selector: "bryntum-group-bar", inputs: { activateOnMouseover: "activateOnMouseover", adopt: "adopt", align: "align",
|
|
28284
|
+
BryntumGroupBarComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
28211
28285
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGroupBarComponent, decorators: [{
|
|
28212
28286
|
type: i0.Component,
|
|
28213
28287
|
args: [{
|
|
@@ -28220,8 +28294,6 @@
|
|
|
28220
28294
|
type: i0.Input
|
|
28221
28295
|
}], align: [{
|
|
28222
28296
|
type: i0.Input
|
|
28223
|
-
}], allowGroupSelect: [{
|
|
28224
|
-
type: i0.Input
|
|
28225
28297
|
}], anchor: [{
|
|
28226
28298
|
type: i0.Input
|
|
28227
28299
|
}], ariaDescription: [{
|
|
@@ -28232,8 +28304,6 @@
|
|
|
28232
28304
|
type: i0.Input
|
|
28233
28305
|
}], centered: [{
|
|
28234
28306
|
type: i0.Input
|
|
28235
|
-
}], clearSelectionOnEmptySpaceClick: [{
|
|
28236
|
-
type: i0.Input
|
|
28237
28307
|
}], closable: [{
|
|
28238
28308
|
type: i0.Input
|
|
28239
28309
|
}], closeHandler: [{
|
|
@@ -28332,12 +28402,16 @@
|
|
|
28332
28402
|
type: i0.Input
|
|
28333
28403
|
}], alignSelf: [{
|
|
28334
28404
|
type: i0.Input
|
|
28405
|
+
}], allowGroupSelect: [{
|
|
28406
|
+
type: i0.Input
|
|
28335
28407
|
}], appendTo: [{
|
|
28336
28408
|
type: i0.Input
|
|
28337
28409
|
}], callOnFunctions: [{
|
|
28338
28410
|
type: i0.Input
|
|
28339
28411
|
}], catchEventHandlerExceptions: [{
|
|
28340
28412
|
type: i0.Input
|
|
28413
|
+
}], clearSelectionOnEmptySpaceClick: [{
|
|
28414
|
+
type: i0.Input
|
|
28341
28415
|
}], cls: [{
|
|
28342
28416
|
type: i0.Input
|
|
28343
28417
|
}], collapsibleGroups: [{
|
|
@@ -28748,6 +28822,7 @@
|
|
|
28748
28822
|
'autoUpdateRecord',
|
|
28749
28823
|
'bbar',
|
|
28750
28824
|
'bodyCls',
|
|
28825
|
+
'border',
|
|
28751
28826
|
'bubbleEvents',
|
|
28752
28827
|
'buttons',
|
|
28753
28828
|
'callOnFunctions',
|
|
@@ -28870,6 +28945,7 @@
|
|
|
28870
28945
|
'autoUpdateRecord',
|
|
28871
28946
|
'bbar',
|
|
28872
28947
|
'bodyCls',
|
|
28948
|
+
'border',
|
|
28873
28949
|
'bubbleEvents',
|
|
28874
28950
|
'buttons',
|
|
28875
28951
|
'closeOnEscape',
|
|
@@ -28995,7 +29071,7 @@
|
|
|
28995
29071
|
'y'
|
|
28996
29072
|
]);
|
|
28997
29073
|
BryntumHintComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumHintComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
28998
|
-
BryntumHintComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
29074
|
+
BryntumHintComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
28999
29075
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumHintComponent, decorators: [{
|
|
29000
29076
|
type: i0.Component,
|
|
29001
29077
|
args: [{
|
|
@@ -29020,6 +29096,8 @@
|
|
|
29020
29096
|
type: i0.Input
|
|
29021
29097
|
}], bodyCls: [{
|
|
29022
29098
|
type: i0.Input
|
|
29099
|
+
}], border: [{
|
|
29100
|
+
type: i0.Input
|
|
29023
29101
|
}], bubbleEvents: [{
|
|
29024
29102
|
type: i0.Input
|
|
29025
29103
|
}], buttons: [{
|
|
@@ -30257,13 +30335,11 @@
|
|
|
30257
30335
|
'activateOnMouseover',
|
|
30258
30336
|
'adopt',
|
|
30259
30337
|
'align',
|
|
30260
|
-
'allowGroupSelect',
|
|
30261
30338
|
'anchor',
|
|
30262
30339
|
'ariaDescription',
|
|
30263
30340
|
'ariaLabel',
|
|
30264
30341
|
'bubbleEvents',
|
|
30265
30342
|
'centered',
|
|
30266
|
-
'clearSelectionOnEmptySpaceClick',
|
|
30267
30343
|
'color',
|
|
30268
30344
|
'config',
|
|
30269
30345
|
'constrainTo',
|
|
@@ -30312,10 +30388,12 @@
|
|
|
30312
30388
|
];
|
|
30313
30389
|
BryntumListComponent.bryntumProps = BryntumListComponent.bryntumFeatureNames.concat([
|
|
30314
30390
|
'alignSelf',
|
|
30391
|
+
'allowGroupSelect',
|
|
30315
30392
|
'anchorSize',
|
|
30316
30393
|
'appendTo',
|
|
30317
30394
|
'callOnFunctions',
|
|
30318
30395
|
'catchEventHandlerExceptions',
|
|
30396
|
+
'clearSelectionOnEmptySpaceClick',
|
|
30319
30397
|
'cls',
|
|
30320
30398
|
'collapsibleGroups',
|
|
30321
30399
|
'column',
|
|
@@ -30356,7 +30434,7 @@
|
|
|
30356
30434
|
'y'
|
|
30357
30435
|
]);
|
|
30358
30436
|
BryntumListComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumListComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
30359
|
-
BryntumListComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.0", type: BryntumListComponent, selector: "bryntum-list", inputs: { activateOnMouseover: "activateOnMouseover", adopt: "adopt", align: "align",
|
|
30437
|
+
BryntumListComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
30360
30438
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumListComponent, decorators: [{
|
|
30361
30439
|
type: i0.Component,
|
|
30362
30440
|
args: [{
|
|
@@ -30369,8 +30447,6 @@
|
|
|
30369
30447
|
type: i0.Input
|
|
30370
30448
|
}], align: [{
|
|
30371
30449
|
type: i0.Input
|
|
30372
|
-
}], allowGroupSelect: [{
|
|
30373
|
-
type: i0.Input
|
|
30374
30450
|
}], anchor: [{
|
|
30375
30451
|
type: i0.Input
|
|
30376
30452
|
}], ariaDescription: [{
|
|
@@ -30381,8 +30457,6 @@
|
|
|
30381
30457
|
type: i0.Input
|
|
30382
30458
|
}], centered: [{
|
|
30383
30459
|
type: i0.Input
|
|
30384
|
-
}], clearSelectionOnEmptySpaceClick: [{
|
|
30385
|
-
type: i0.Input
|
|
30386
30460
|
}], color: [{
|
|
30387
30461
|
type: i0.Input
|
|
30388
30462
|
}], config: [{
|
|
@@ -30475,12 +30549,16 @@
|
|
|
30475
30549
|
type: i0.Input
|
|
30476
30550
|
}], alignSelf: [{
|
|
30477
30551
|
type: i0.Input
|
|
30552
|
+
}], allowGroupSelect: [{
|
|
30553
|
+
type: i0.Input
|
|
30478
30554
|
}], appendTo: [{
|
|
30479
30555
|
type: i0.Input
|
|
30480
30556
|
}], callOnFunctions: [{
|
|
30481
30557
|
type: i0.Input
|
|
30482
30558
|
}], catchEventHandlerExceptions: [{
|
|
30483
30559
|
type: i0.Input
|
|
30560
|
+
}], clearSelectionOnEmptySpaceClick: [{
|
|
30561
|
+
type: i0.Input
|
|
30484
30562
|
}], cls: [{
|
|
30485
30563
|
type: i0.Input
|
|
30486
30564
|
}], collapsibleGroups: [{
|
|
@@ -30913,6 +30991,7 @@
|
|
|
30913
30991
|
'autoUpdateRecord',
|
|
30914
30992
|
'bbar',
|
|
30915
30993
|
'bodyCls',
|
|
30994
|
+
'border',
|
|
30916
30995
|
'bubbleEvents',
|
|
30917
30996
|
'callOnFunctions',
|
|
30918
30997
|
'catchEventHandlerExceptions',
|
|
@@ -31034,6 +31113,7 @@
|
|
|
31034
31113
|
'autoUpdateRecord',
|
|
31035
31114
|
'bbar',
|
|
31036
31115
|
'bodyCls',
|
|
31116
|
+
'border',
|
|
31037
31117
|
'bubbleEvents',
|
|
31038
31118
|
'centered',
|
|
31039
31119
|
'closable',
|
|
@@ -31159,7 +31239,7 @@
|
|
|
31159
31239
|
'y'
|
|
31160
31240
|
]);
|
|
31161
31241
|
BryntumMenuComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumMenuComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
31162
|
-
BryntumMenuComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
31242
|
+
BryntumMenuComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
31163
31243
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumMenuComponent, decorators: [{
|
|
31164
31244
|
type: i0.Component,
|
|
31165
31245
|
args: [{
|
|
@@ -31186,6 +31266,8 @@
|
|
|
31186
31266
|
type: i0.Input
|
|
31187
31267
|
}], bodyCls: [{
|
|
31188
31268
|
type: i0.Input
|
|
31269
|
+
}], border: [{
|
|
31270
|
+
type: i0.Input
|
|
31189
31271
|
}], bubbleEvents: [{
|
|
31190
31272
|
type: i0.Input
|
|
31191
31273
|
}], centered: [{
|
|
@@ -31777,6 +31859,7 @@
|
|
|
31777
31859
|
'autoUpdateRecord',
|
|
31778
31860
|
'bbar',
|
|
31779
31861
|
'bodyCls',
|
|
31862
|
+
'border',
|
|
31780
31863
|
'bubbleEvents',
|
|
31781
31864
|
'callOnFunctions',
|
|
31782
31865
|
'catchEventHandlerExceptions',
|
|
@@ -31887,6 +31970,7 @@
|
|
|
31887
31970
|
'autoUpdateRecord',
|
|
31888
31971
|
'bbar',
|
|
31889
31972
|
'bodyCls',
|
|
31973
|
+
'border',
|
|
31890
31974
|
'bubbleEvents',
|
|
31891
31975
|
'centered',
|
|
31892
31976
|
'collapsible',
|
|
@@ -32001,7 +32085,7 @@
|
|
|
32001
32085
|
'y'
|
|
32002
32086
|
]);
|
|
32003
32087
|
BryntumMonthPickerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumMonthPickerComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
32004
|
-
BryntumMonthPickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
32088
|
+
BryntumMonthPickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
32005
32089
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumMonthPickerComponent, decorators: [{
|
|
32006
32090
|
type: i0.Component,
|
|
32007
32091
|
args: [{
|
|
@@ -32024,6 +32108,8 @@
|
|
|
32024
32108
|
type: i0.Input
|
|
32025
32109
|
}], bodyCls: [{
|
|
32026
32110
|
type: i0.Input
|
|
32111
|
+
}], border: [{
|
|
32112
|
+
type: i0.Input
|
|
32027
32113
|
}], bubbleEvents: [{
|
|
32028
32114
|
type: i0.Input
|
|
32029
32115
|
}], centered: [{
|
|
@@ -33362,6 +33448,7 @@
|
|
|
33362
33448
|
'ariaDescription',
|
|
33363
33449
|
'ariaLabel',
|
|
33364
33450
|
'autoUpdateRecord',
|
|
33451
|
+
'border',
|
|
33365
33452
|
'bubbleEvents',
|
|
33366
33453
|
'callOnFunctions',
|
|
33367
33454
|
'catchEventHandlerExceptions',
|
|
@@ -33460,6 +33547,7 @@
|
|
|
33460
33547
|
'ariaDescription',
|
|
33461
33548
|
'ariaLabel',
|
|
33462
33549
|
'autoUpdateRecord',
|
|
33550
|
+
'border',
|
|
33463
33551
|
'bubbleEvents',
|
|
33464
33552
|
'centered',
|
|
33465
33553
|
'color',
|
|
@@ -33563,7 +33651,7 @@
|
|
|
33563
33651
|
'y'
|
|
33564
33652
|
]);
|
|
33565
33653
|
BryntumPagingToolbarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumPagingToolbarComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
33566
|
-
BryntumPagingToolbarComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
33654
|
+
BryntumPagingToolbarComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
33567
33655
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumPagingToolbarComponent, decorators: [{
|
|
33568
33656
|
type: i0.Component,
|
|
33569
33657
|
args: [{
|
|
@@ -33582,6 +33670,8 @@
|
|
|
33582
33670
|
type: i0.Input
|
|
33583
33671
|
}], autoUpdateRecord: [{
|
|
33584
33672
|
type: i0.Input
|
|
33673
|
+
}], border: [{
|
|
33674
|
+
type: i0.Input
|
|
33585
33675
|
}], bubbleEvents: [{
|
|
33586
33676
|
type: i0.Input
|
|
33587
33677
|
}], centered: [{
|
|
@@ -34103,6 +34193,7 @@
|
|
|
34103
34193
|
'autoUpdateRecord',
|
|
34104
34194
|
'bbar',
|
|
34105
34195
|
'bodyCls',
|
|
34196
|
+
'border',
|
|
34106
34197
|
'bubbleEvents',
|
|
34107
34198
|
'callOnFunctions',
|
|
34108
34199
|
'catchEventHandlerExceptions',
|
|
@@ -34212,6 +34303,7 @@
|
|
|
34212
34303
|
'autoUpdateRecord',
|
|
34213
34304
|
'bbar',
|
|
34214
34305
|
'bodyCls',
|
|
34306
|
+
'border',
|
|
34215
34307
|
'bubbleEvents',
|
|
34216
34308
|
'centered',
|
|
34217
34309
|
'collapsible',
|
|
@@ -34325,7 +34417,7 @@
|
|
|
34325
34417
|
'y'
|
|
34326
34418
|
]);
|
|
34327
34419
|
BryntumPanelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumPanelComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
34328
|
-
BryntumPanelComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
34420
|
+
BryntumPanelComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
34329
34421
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumPanelComponent, decorators: [{
|
|
34330
34422
|
type: i0.Component,
|
|
34331
34423
|
args: [{
|
|
@@ -34348,6 +34440,8 @@
|
|
|
34348
34440
|
type: i0.Input
|
|
34349
34441
|
}], bodyCls: [{
|
|
34350
34442
|
type: i0.Input
|
|
34443
|
+
}], border: [{
|
|
34444
|
+
type: i0.Input
|
|
34351
34445
|
}], bubbleEvents: [{
|
|
34352
34446
|
type: i0.Input
|
|
34353
34447
|
}], centered: [{
|
|
@@ -35374,8 +35468,8 @@
|
|
|
35374
35468
|
type: i0.Output
|
|
35375
35469
|
}] } });
|
|
35376
35470
|
|
|
35377
|
-
var
|
|
35378
|
-
function
|
|
35471
|
+
var BryntumProgressBarComponent = /** @class */ (function () {
|
|
35472
|
+
function BryntumProgressBarComponent(element) {
|
|
35379
35473
|
this.bryntumConfig = {
|
|
35380
35474
|
adopt: undefined,
|
|
35381
35475
|
appendTo: undefined,
|
|
@@ -35385,30 +35479,6 @@
|
|
|
35385
35479
|
listeners: {}
|
|
35386
35480
|
};
|
|
35387
35481
|
// Events emitters
|
|
35388
|
-
/**
|
|
35389
|
-
* User performed the default action (toggled the checkbox)
|
|
35390
|
-
* @param {object} event Event object
|
|
35391
|
-
* @param {Core.widget.Checkbox} event.source Checkbox
|
|
35392
|
-
* @param {boolean} event.checked Checked state (=value)
|
|
35393
|
-
* @param {boolean} event.value This field's value
|
|
35394
|
-
* @param {boolean} event.valid True if this field is in a valid state
|
|
35395
|
-
* @param {boolean} event.oldValue This field's previous value
|
|
35396
|
-
* @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
35397
|
-
* @param {Event} event.event The triggering DOM event if any
|
|
35398
|
-
*/
|
|
35399
|
-
this.onAction = new i0.EventEmitter();
|
|
35400
|
-
/**
|
|
35401
|
-
* Fired before checkbox is toggled. Returning false from a listener prevents the checkbox from being toggled.
|
|
35402
|
-
* @param {object} event Event object
|
|
35403
|
-
* @param {Core.widget.Checkbox} event.source Checkbox
|
|
35404
|
-
* @param {boolean} event.checked Checked state (=value)
|
|
35405
|
-
* @param {boolean} event.value This field's value
|
|
35406
|
-
* @param {boolean} event.oldValue This field's previous value
|
|
35407
|
-
* @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
35408
|
-
* @param {boolean} event.valid True if this field is in a valid state.
|
|
35409
|
-
* @param {Event} event.event The triggering DOM event if any
|
|
35410
|
-
*/
|
|
35411
|
-
this.onBeforeChange = new i0.EventEmitter();
|
|
35412
35482
|
/**
|
|
35413
35483
|
* Fires before an object is destroyed.
|
|
35414
35484
|
* @param {object} event Event object
|
|
@@ -35430,39 +35500,12 @@
|
|
|
35430
35500
|
/**
|
|
35431
35501
|
* Fires when any other event is fired from the object.
|
|
35432
35502
|
* ...
|
|
35433
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/
|
|
35503
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#event-catchAll)
|
|
35434
35504
|
* @param {object} event Event object
|
|
35435
35505
|
* @param {{[key: string]: any, type: string}} event.event The Object that contains event details
|
|
35436
35506
|
* @param {string} event.event.type The type of the event which is caught by the listener
|
|
35437
35507
|
*/
|
|
35438
35508
|
this.onCatchAll = new i0.EventEmitter();
|
|
35439
|
-
/**
|
|
35440
|
-
* Fired when checkbox is toggled
|
|
35441
|
-
* @param {object} event Event object
|
|
35442
|
-
* @param {Core.widget.Checkbox} event.source Checkbox
|
|
35443
|
-
* @param {boolean} event.checked Checked state (=value)
|
|
35444
|
-
* @param {boolean} event.value This field's value
|
|
35445
|
-
* @param {boolean} event.oldValue This field's previous value
|
|
35446
|
-
* @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
35447
|
-
* @param {boolean} event.valid True if this field is in a valid state.
|
|
35448
|
-
* @param {Event} event.event The triggering DOM event if any
|
|
35449
|
-
*/
|
|
35450
|
-
this.onChange = new i0.EventEmitter();
|
|
35451
|
-
/**
|
|
35452
|
-
* Fired when this field is [cleared](https://bryntum.com/products/grid/docs/api/Core/widget/Field#function-clear).
|
|
35453
|
-
* ...
|
|
35454
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#event-clear)
|
|
35455
|
-
* @param {object} event Event object
|
|
35456
|
-
* @param {Core.widget.Field,any} event.source This Field
|
|
35457
|
-
*/
|
|
35458
|
-
this.onClear = new i0.EventEmitter();
|
|
35459
|
-
/**
|
|
35460
|
-
* Fires when the checkbox is clicked
|
|
35461
|
-
* @param {object} event Event object
|
|
35462
|
-
* @param {Core.widget.Checkbox} event.source The checkbox
|
|
35463
|
-
* @param {Event} event.event DOM event
|
|
35464
|
-
*/
|
|
35465
|
-
this.onClick = new i0.EventEmitter();
|
|
35466
35509
|
/**
|
|
35467
35510
|
* Fires when an object is destroyed.
|
|
35468
35511
|
* @param {object} event Event object
|
|
@@ -35505,19 +35548,11 @@
|
|
|
35505
35548
|
* @param {Core.widget.Widget} event.source The widget
|
|
35506
35549
|
*/
|
|
35507
35550
|
this.onHide = new i0.EventEmitter();
|
|
35508
|
-
/**
|
|
35509
|
-
* Fired when the user types into this field.
|
|
35510
|
-
* @param {object} event Event object
|
|
35511
|
-
* @param {Core.widget.Field,any} event.source This field
|
|
35512
|
-
* @param {string,number,boolean,any} event.value This field's value
|
|
35513
|
-
* @param {Event} event.event The triggering DOM event
|
|
35514
|
-
*/
|
|
35515
|
-
this.onInput = new i0.EventEmitter();
|
|
35516
35551
|
/**
|
|
35517
35552
|
* Triggered when a widget which had been in a non-visible state for any reason
|
|
35518
35553
|
* achieves visibility.
|
|
35519
35554
|
* ...
|
|
35520
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/
|
|
35555
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#event-paint)
|
|
35521
35556
|
* @param {object} event Event object
|
|
35522
35557
|
* @param {Core.widget.Widget} event.source The widget being painted.
|
|
35523
35558
|
* @param {boolean} event.firstPaint `true` if this is the first paint.
|
|
@@ -35550,21 +35585,14 @@
|
|
|
35550
35585
|
* @param {Core.widget.Widget} event.source The widget
|
|
35551
35586
|
*/
|
|
35552
35587
|
this.onShow = new i0.EventEmitter();
|
|
35553
|
-
/**
|
|
35554
|
-
* User clicked one of this field's [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers)
|
|
35555
|
-
* @param {object} event Event object
|
|
35556
|
-
* @param {Core.widget.Field,any} event.source This field
|
|
35557
|
-
* @param {Core.widget.Widget} event.trigger The trigger activated by click or touch tap.
|
|
35558
|
-
*/
|
|
35559
|
-
this.onTrigger = new i0.EventEmitter();
|
|
35560
35588
|
this.elementRef = element;
|
|
35561
35589
|
}
|
|
35562
35590
|
/**
|
|
35563
35591
|
* Create and append the underlying widget
|
|
35564
35592
|
*/
|
|
35565
|
-
|
|
35593
|
+
BryntumProgressBarComponent.prototype.ngOnInit = function () {
|
|
35566
35594
|
var _this = this;
|
|
35567
|
-
var me = this, elementRef = me.elementRef, bryntumConfig = me.bryntumConfig, instanceClass =
|
|
35595
|
+
var me = this, elementRef = me.elementRef, bryntumConfig = me.bryntumConfig, instanceClass = BryntumProgressBarComponent.instanceClass, instanceName = BryntumProgressBarComponent.instanceName, bryntumConfigs = BryntumProgressBarComponent.bryntumConfigs, bryntumEvents = BryntumProgressBarComponent.bryntumEvents;
|
|
35568
35596
|
bryntumConfigs.filter(function (prop) { return prop in _this; }).forEach(function (prop) {
|
|
35569
35597
|
// @ts-ignore
|
|
35570
35598
|
WrapperHelper.applyPropValue(bryntumConfig, prop, _this[prop]);
|
|
@@ -35611,16 +35639,16 @@
|
|
|
35611
35639
|
* Watch for changes
|
|
35612
35640
|
* @param changes
|
|
35613
35641
|
*/
|
|
35614
|
-
|
|
35642
|
+
BryntumProgressBarComponent.prototype.ngOnChanges = function (changes) {
|
|
35615
35643
|
var _this = this;
|
|
35616
|
-
var instance = this.instance, instanceName =
|
|
35644
|
+
var instance = this.instance, instanceName = BryntumProgressBarComponent.instanceName;
|
|
35617
35645
|
if (!instance) {
|
|
35618
35646
|
return;
|
|
35619
35647
|
}
|
|
35620
35648
|
// Iterate over all changes
|
|
35621
35649
|
Object.entries(changes).forEach(function (_a) {
|
|
35622
35650
|
var _b = __read(_a, 2), prop = _b[0], change = _b[1];
|
|
35623
|
-
var newValue = change.currentValue, instance = _this.instance, bryntumConfigsOnly =
|
|
35651
|
+
var newValue = change.currentValue, instance = _this.instance, bryntumConfigsOnly = BryntumProgressBarComponent.bryntumConfigsOnly, bryntumProps = BryntumProgressBarComponent.bryntumProps;
|
|
35624
35652
|
if (bryntumProps.includes(prop)) {
|
|
35625
35653
|
WrapperHelper.applyPropValue(instance, prop, newValue, false);
|
|
35626
35654
|
if (bryntumConfigsOnly.includes(prop)) {
|
|
@@ -35632,41 +35660,34 @@
|
|
|
35632
35660
|
/**
|
|
35633
35661
|
* Destroy the component
|
|
35634
35662
|
*/
|
|
35635
|
-
|
|
35663
|
+
BryntumProgressBarComponent.prototype.ngOnDestroy = function () {
|
|
35636
35664
|
// @ts-ignore
|
|
35637
35665
|
if (this.instance && this.instance.destroy) {
|
|
35638
35666
|
this.instance.destroy();
|
|
35639
35667
|
}
|
|
35640
35668
|
};
|
|
35641
|
-
return
|
|
35669
|
+
return BryntumProgressBarComponent;
|
|
35642
35670
|
}());
|
|
35643
|
-
|
|
35644
|
-
|
|
35645
|
-
|
|
35646
|
-
'onAction',
|
|
35647
|
-
'onBeforeChange',
|
|
35671
|
+
BryntumProgressBarComponent.instanceClass = grid.ProgressBar;
|
|
35672
|
+
BryntumProgressBarComponent.instanceName = 'ProgressBar';
|
|
35673
|
+
BryntumProgressBarComponent.bryntumEvents = [
|
|
35648
35674
|
'onBeforeDestroy',
|
|
35649
35675
|
'onBeforeHide',
|
|
35650
35676
|
'onBeforeShow',
|
|
35651
35677
|
'onCatchAll',
|
|
35652
|
-
'onChange',
|
|
35653
|
-
'onClear',
|
|
35654
|
-
'onClick',
|
|
35655
35678
|
'onDestroy',
|
|
35656
35679
|
'onElementCreated',
|
|
35657
35680
|
'onFocusIn',
|
|
35658
35681
|
'onFocusOut',
|
|
35659
35682
|
'onHide',
|
|
35660
|
-
'onInput',
|
|
35661
35683
|
'onPaint',
|
|
35662
35684
|
'onReadOnly',
|
|
35663
35685
|
'onRecompose',
|
|
35664
35686
|
'onResize',
|
|
35665
|
-
'onShow'
|
|
35666
|
-
'onTrigger'
|
|
35687
|
+
'onShow'
|
|
35667
35688
|
];
|
|
35668
|
-
|
|
35669
|
-
|
|
35689
|
+
BryntumProgressBarComponent.bryntumFeatureNames = [];
|
|
35690
|
+
BryntumProgressBarComponent.bryntumConfigs = BryntumProgressBarComponent.bryntumFeatureNames.concat([
|
|
35670
35691
|
'adopt',
|
|
35671
35692
|
'align',
|
|
35672
35693
|
'alignSelf',
|
|
@@ -35674,23 +35695,16 @@
|
|
|
35674
35695
|
'appendTo',
|
|
35675
35696
|
'ariaDescription',
|
|
35676
35697
|
'ariaLabel',
|
|
35677
|
-
'autoCollapse',
|
|
35678
|
-
'autoComplete',
|
|
35679
|
-
'autoSelect',
|
|
35680
|
-
'badge',
|
|
35681
35698
|
'bubbleEvents',
|
|
35682
35699
|
'callOnFunctions',
|
|
35683
35700
|
'catchEventHandlerExceptions',
|
|
35684
35701
|
'centered',
|
|
35685
|
-
'checked',
|
|
35686
|
-
'checkedValue',
|
|
35687
35702
|
'cls',
|
|
35688
35703
|
'color',
|
|
35689
35704
|
'column',
|
|
35690
35705
|
'config',
|
|
35691
35706
|
'constrainTo',
|
|
35692
|
-
'
|
|
35693
|
-
'containValues',
|
|
35707
|
+
'content',
|
|
35694
35708
|
'contentElementCls',
|
|
35695
35709
|
'dataField',
|
|
35696
35710
|
'dataset',
|
|
@@ -35706,26 +35720,14 @@
|
|
|
35706
35720
|
'height',
|
|
35707
35721
|
'hidden',
|
|
35708
35722
|
'hideAnimation',
|
|
35709
|
-
'
|
|
35710
|
-
'
|
|
35711
|
-
'hintHtml',
|
|
35723
|
+
'html',
|
|
35724
|
+
'htmlCls',
|
|
35712
35725
|
'id',
|
|
35713
35726
|
'ignoreParentReadOnly',
|
|
35714
|
-
'inline',
|
|
35715
|
-
'inputAlign',
|
|
35716
|
-
'inputAttributes',
|
|
35717
|
-
'inputTag',
|
|
35718
|
-
'inputType',
|
|
35719
|
-
'inputWidth',
|
|
35720
35727
|
'insertBefore',
|
|
35721
35728
|
'insertFirst',
|
|
35722
35729
|
'keyMap',
|
|
35723
|
-
'keyStrokeChangeDelay',
|
|
35724
35730
|
'label',
|
|
35725
|
-
'labelCls',
|
|
35726
|
-
'labelPosition',
|
|
35727
|
-
'labels',
|
|
35728
|
-
'labelWidth',
|
|
35729
35731
|
'listeners',
|
|
35730
35732
|
'localeClass',
|
|
35731
35733
|
'localizable',
|
|
@@ -35733,64 +35735,51 @@
|
|
|
35733
35735
|
'margin',
|
|
35734
35736
|
'maskDefaults',
|
|
35735
35737
|
'masked',
|
|
35738
|
+
'max',
|
|
35736
35739
|
'maxHeight',
|
|
35737
35740
|
'maximizeOnMobile',
|
|
35738
35741
|
'maxWidth',
|
|
35739
35742
|
'minHeight',
|
|
35740
35743
|
'minWidth',
|
|
35741
35744
|
'monitorResize',
|
|
35742
|
-
'name',
|
|
35743
35745
|
'owner',
|
|
35744
35746
|
'positioned',
|
|
35745
35747
|
'preventTooltipOnTouch',
|
|
35746
35748
|
'readOnly',
|
|
35747
35749
|
'relayStoreEvents',
|
|
35748
|
-
'required',
|
|
35749
|
-
'revertOnEscape',
|
|
35750
35750
|
'ripple',
|
|
35751
35751
|
'rootElement',
|
|
35752
35752
|
'rtl',
|
|
35753
|
+
'scrollable',
|
|
35753
35754
|
'scrollAction',
|
|
35754
35755
|
'showAnimation',
|
|
35755
|
-
'showRequiredIndicator',
|
|
35756
35756
|
'showTooltipWhenDisabled',
|
|
35757
|
-
'skipValidation',
|
|
35758
35757
|
'span',
|
|
35759
|
-
'spellCheck',
|
|
35760
35758
|
'tab',
|
|
35761
|
-
'
|
|
35762
|
-
'text',
|
|
35759
|
+
'tag',
|
|
35763
35760
|
'textAlign',
|
|
35764
35761
|
'title',
|
|
35765
35762
|
'tooltip',
|
|
35766
|
-
'triggers',
|
|
35767
35763
|
'type',
|
|
35768
35764
|
'ui',
|
|
35769
|
-
'uncheckedValue',
|
|
35770
|
-
'validateOnInput',
|
|
35771
35765
|
'value',
|
|
35766
|
+
'valueRenderer',
|
|
35767
|
+
'valueText',
|
|
35772
35768
|
'weight',
|
|
35773
35769
|
'width',
|
|
35774
35770
|
'x',
|
|
35775
35771
|
'y'
|
|
35776
35772
|
]);
|
|
35777
|
-
|
|
35773
|
+
BryntumProgressBarComponent.bryntumConfigsOnly = [
|
|
35778
35774
|
'adopt',
|
|
35779
35775
|
'align',
|
|
35780
35776
|
'anchor',
|
|
35781
35777
|
'ariaDescription',
|
|
35782
35778
|
'ariaLabel',
|
|
35783
|
-
'autoCollapse',
|
|
35784
|
-
'autoComplete',
|
|
35785
|
-
'autoSelect',
|
|
35786
35779
|
'bubbleEvents',
|
|
35787
35780
|
'centered',
|
|
35788
|
-
'checkedValue',
|
|
35789
|
-
'color',
|
|
35790
35781
|
'config',
|
|
35791
35782
|
'constrainTo',
|
|
35792
|
-
'container',
|
|
35793
|
-
'containValues',
|
|
35794
35783
|
'contentElementCls',
|
|
35795
35784
|
'dataField',
|
|
35796
35785
|
'defaultBindProperty',
|
|
@@ -35800,21 +35789,8 @@
|
|
|
35800
35789
|
'elementAttributes',
|
|
35801
35790
|
'floating',
|
|
35802
35791
|
'hideAnimation',
|
|
35803
|
-
'
|
|
35804
|
-
'hint',
|
|
35805
|
-
'hintHtml',
|
|
35792
|
+
'htmlCls',
|
|
35806
35793
|
'ignoreParentReadOnly',
|
|
35807
|
-
'inline',
|
|
35808
|
-
'inputAlign',
|
|
35809
|
-
'inputAttributes',
|
|
35810
|
-
'inputTag',
|
|
35811
|
-
'inputType',
|
|
35812
|
-
'inputWidth',
|
|
35813
|
-
'keyStrokeChangeDelay',
|
|
35814
|
-
'labelCls',
|
|
35815
|
-
'labelPosition',
|
|
35816
|
-
'labels',
|
|
35817
|
-
'labelWidth',
|
|
35818
35794
|
'listeners',
|
|
35819
35795
|
'localeClass',
|
|
35820
35796
|
'localizable',
|
|
@@ -35826,39 +35802,31 @@
|
|
|
35826
35802
|
'positioned',
|
|
35827
35803
|
'preventTooltipOnTouch',
|
|
35828
35804
|
'relayStoreEvents',
|
|
35829
|
-
'revertOnEscape',
|
|
35830
35805
|
'ripple',
|
|
35831
35806
|
'rootElement',
|
|
35832
35807
|
'scrollAction',
|
|
35833
35808
|
'showAnimation',
|
|
35834
35809
|
'showTooltipWhenDisabled',
|
|
35835
|
-
'skipValidation',
|
|
35836
|
-
'spellCheck',
|
|
35837
35810
|
'tab',
|
|
35838
|
-
'
|
|
35839
|
-
'text',
|
|
35811
|
+
'tag',
|
|
35840
35812
|
'textAlign',
|
|
35841
35813
|
'title',
|
|
35842
35814
|
'type',
|
|
35843
35815
|
'ui',
|
|
35844
|
-
'uncheckedValue',
|
|
35845
|
-
'validateOnInput',
|
|
35846
35816
|
'weight'
|
|
35847
35817
|
];
|
|
35848
|
-
|
|
35818
|
+
BryntumProgressBarComponent.bryntumProps = BryntumProgressBarComponent.bryntumFeatureNames.concat([
|
|
35849
35819
|
'alignSelf',
|
|
35850
35820
|
'anchorSize',
|
|
35851
35821
|
'appendTo',
|
|
35852
|
-
'badge',
|
|
35853
35822
|
'callOnFunctions',
|
|
35854
35823
|
'catchEventHandlerExceptions',
|
|
35855
|
-
'checked',
|
|
35856
35824
|
'cls',
|
|
35825
|
+
'color',
|
|
35857
35826
|
'column',
|
|
35858
35827
|
'content',
|
|
35859
35828
|
'dataset',
|
|
35860
35829
|
'disabled',
|
|
35861
|
-
'editable',
|
|
35862
35830
|
'extraData',
|
|
35863
35831
|
'flex',
|
|
35864
35832
|
'focusVisible',
|
|
@@ -35866,39 +35834,36 @@
|
|
|
35866
35834
|
'hidden',
|
|
35867
35835
|
'html',
|
|
35868
35836
|
'id',
|
|
35869
|
-
'input',
|
|
35870
35837
|
'insertBefore',
|
|
35871
35838
|
'insertFirst',
|
|
35872
35839
|
'keyMap',
|
|
35873
35840
|
'label',
|
|
35874
35841
|
'margin',
|
|
35842
|
+
'max',
|
|
35875
35843
|
'maxHeight',
|
|
35876
35844
|
'maximizeOnMobile',
|
|
35877
35845
|
'maxWidth',
|
|
35878
35846
|
'minHeight',
|
|
35879
35847
|
'minWidth',
|
|
35880
|
-
'name',
|
|
35881
35848
|
'parent',
|
|
35882
|
-
'placeholder',
|
|
35883
35849
|
'readOnly',
|
|
35884
|
-
'required',
|
|
35885
35850
|
'rtl',
|
|
35886
35851
|
'scrollable',
|
|
35887
|
-
'showRequiredIndicator',
|
|
35888
35852
|
'span',
|
|
35889
35853
|
'tooltip',
|
|
35890
|
-
'triggers',
|
|
35891
35854
|
'value',
|
|
35855
|
+
'valueRenderer',
|
|
35856
|
+
'valueText',
|
|
35892
35857
|
'width',
|
|
35893
35858
|
'x',
|
|
35894
35859
|
'y'
|
|
35895
35860
|
]);
|
|
35896
|
-
|
|
35897
|
-
|
|
35898
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type:
|
|
35861
|
+
BryntumProgressBarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumProgressBarComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
35862
|
+
BryntumProgressBarComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
35863
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumProgressBarComponent, decorators: [{
|
|
35899
35864
|
type: i0.Component,
|
|
35900
35865
|
args: [{
|
|
35901
|
-
selector: 'bryntum-
|
|
35866
|
+
selector: 'bryntum-progress-bar',
|
|
35902
35867
|
template: ''
|
|
35903
35868
|
}]
|
|
35904
35869
|
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { adopt: [{
|
|
@@ -35911,28 +35876,14 @@
|
|
|
35911
35876
|
type: i0.Input
|
|
35912
35877
|
}], ariaLabel: [{
|
|
35913
35878
|
type: i0.Input
|
|
35914
|
-
}], autoCollapse: [{
|
|
35915
|
-
type: i0.Input
|
|
35916
|
-
}], autoComplete: [{
|
|
35917
|
-
type: i0.Input
|
|
35918
|
-
}], autoSelect: [{
|
|
35919
|
-
type: i0.Input
|
|
35920
35879
|
}], bubbleEvents: [{
|
|
35921
35880
|
type: i0.Input
|
|
35922
35881
|
}], centered: [{
|
|
35923
35882
|
type: i0.Input
|
|
35924
|
-
}], checkedValue: [{
|
|
35925
|
-
type: i0.Input
|
|
35926
|
-
}], color: [{
|
|
35927
|
-
type: i0.Input
|
|
35928
35883
|
}], config: [{
|
|
35929
35884
|
type: i0.Input
|
|
35930
35885
|
}], constrainTo: [{
|
|
35931
35886
|
type: i0.Input
|
|
35932
|
-
}], container: [{
|
|
35933
|
-
type: i0.Input
|
|
35934
|
-
}], containValues: [{
|
|
35935
|
-
type: i0.Input
|
|
35936
35887
|
}], contentElementCls: [{
|
|
35937
35888
|
type: i0.Input
|
|
35938
35889
|
}], dataField: [{
|
|
@@ -35951,36 +35902,775 @@
|
|
|
35951
35902
|
type: i0.Input
|
|
35952
35903
|
}], hideAnimation: [{
|
|
35953
35904
|
type: i0.Input
|
|
35954
|
-
}],
|
|
35955
|
-
type: i0.Input
|
|
35956
|
-
}], hint: [{
|
|
35957
|
-
type: i0.Input
|
|
35958
|
-
}], hintHtml: [{
|
|
35905
|
+
}], htmlCls: [{
|
|
35959
35906
|
type: i0.Input
|
|
35960
35907
|
}], ignoreParentReadOnly: [{
|
|
35961
35908
|
type: i0.Input
|
|
35962
|
-
}],
|
|
35963
|
-
type: i0.Input
|
|
35964
|
-
}],
|
|
35965
|
-
type: i0.Input
|
|
35966
|
-
}],
|
|
35967
|
-
type: i0.Input
|
|
35968
|
-
}],
|
|
35969
|
-
type: i0.Input
|
|
35970
|
-
}],
|
|
35971
|
-
type: i0.Input
|
|
35972
|
-
}],
|
|
35973
|
-
type: i0.Input
|
|
35974
|
-
}],
|
|
35975
|
-
type: i0.Input
|
|
35976
|
-
}],
|
|
35977
|
-
type: i0.Input
|
|
35978
|
-
}],
|
|
35979
|
-
type: i0.Input
|
|
35980
|
-
}],
|
|
35981
|
-
type: i0.Input
|
|
35982
|
-
}],
|
|
35983
|
-
type: i0.Input
|
|
35909
|
+
}], listeners: [{
|
|
35910
|
+
type: i0.Input
|
|
35911
|
+
}], localeClass: [{
|
|
35912
|
+
type: i0.Input
|
|
35913
|
+
}], localizable: [{
|
|
35914
|
+
type: i0.Input
|
|
35915
|
+
}], localizableProperties: [{
|
|
35916
|
+
type: i0.Input
|
|
35917
|
+
}], maskDefaults: [{
|
|
35918
|
+
type: i0.Input
|
|
35919
|
+
}], masked: [{
|
|
35920
|
+
type: i0.Input
|
|
35921
|
+
}], monitorResize: [{
|
|
35922
|
+
type: i0.Input
|
|
35923
|
+
}], owner: [{
|
|
35924
|
+
type: i0.Input
|
|
35925
|
+
}], positioned: [{
|
|
35926
|
+
type: i0.Input
|
|
35927
|
+
}], preventTooltipOnTouch: [{
|
|
35928
|
+
type: i0.Input
|
|
35929
|
+
}], relayStoreEvents: [{
|
|
35930
|
+
type: i0.Input
|
|
35931
|
+
}], ripple: [{
|
|
35932
|
+
type: i0.Input
|
|
35933
|
+
}], rootElement: [{
|
|
35934
|
+
type: i0.Input
|
|
35935
|
+
}], scrollAction: [{
|
|
35936
|
+
type: i0.Input
|
|
35937
|
+
}], showAnimation: [{
|
|
35938
|
+
type: i0.Input
|
|
35939
|
+
}], showTooltipWhenDisabled: [{
|
|
35940
|
+
type: i0.Input
|
|
35941
|
+
}], tab: [{
|
|
35942
|
+
type: i0.Input
|
|
35943
|
+
}], tag: [{
|
|
35944
|
+
type: i0.Input
|
|
35945
|
+
}], textAlign: [{
|
|
35946
|
+
type: i0.Input
|
|
35947
|
+
}], title: [{
|
|
35948
|
+
type: i0.Input
|
|
35949
|
+
}], type: [{
|
|
35950
|
+
type: i0.Input
|
|
35951
|
+
}], ui: [{
|
|
35952
|
+
type: i0.Input
|
|
35953
|
+
}], weight: [{
|
|
35954
|
+
type: i0.Input
|
|
35955
|
+
}], alignSelf: [{
|
|
35956
|
+
type: i0.Input
|
|
35957
|
+
}], appendTo: [{
|
|
35958
|
+
type: i0.Input
|
|
35959
|
+
}], callOnFunctions: [{
|
|
35960
|
+
type: i0.Input
|
|
35961
|
+
}], catchEventHandlerExceptions: [{
|
|
35962
|
+
type: i0.Input
|
|
35963
|
+
}], cls: [{
|
|
35964
|
+
type: i0.Input
|
|
35965
|
+
}], color: [{
|
|
35966
|
+
type: i0.Input
|
|
35967
|
+
}], column: [{
|
|
35968
|
+
type: i0.Input
|
|
35969
|
+
}], content: [{
|
|
35970
|
+
type: i0.Input
|
|
35971
|
+
}], dataset: [{
|
|
35972
|
+
type: i0.Input
|
|
35973
|
+
}], disabled: [{
|
|
35974
|
+
type: i0.Input
|
|
35975
|
+
}], extraData: [{
|
|
35976
|
+
type: i0.Input
|
|
35977
|
+
}], flex: [{
|
|
35978
|
+
type: i0.Input
|
|
35979
|
+
}], height: [{
|
|
35980
|
+
type: i0.Input
|
|
35981
|
+
}], hidden: [{
|
|
35982
|
+
type: i0.Input
|
|
35983
|
+
}], html: [{
|
|
35984
|
+
type: i0.Input
|
|
35985
|
+
}], id: [{
|
|
35986
|
+
type: i0.Input
|
|
35987
|
+
}], insertBefore: [{
|
|
35988
|
+
type: i0.Input
|
|
35989
|
+
}], insertFirst: [{
|
|
35990
|
+
type: i0.Input
|
|
35991
|
+
}], keyMap: [{
|
|
35992
|
+
type: i0.Input
|
|
35993
|
+
}], label: [{
|
|
35994
|
+
type: i0.Input
|
|
35995
|
+
}], margin: [{
|
|
35996
|
+
type: i0.Input
|
|
35997
|
+
}], max: [{
|
|
35998
|
+
type: i0.Input
|
|
35999
|
+
}], maxHeight: [{
|
|
36000
|
+
type: i0.Input
|
|
36001
|
+
}], maximizeOnMobile: [{
|
|
36002
|
+
type: i0.Input
|
|
36003
|
+
}], maxWidth: [{
|
|
36004
|
+
type: i0.Input
|
|
36005
|
+
}], minHeight: [{
|
|
36006
|
+
type: i0.Input
|
|
36007
|
+
}], minWidth: [{
|
|
36008
|
+
type: i0.Input
|
|
36009
|
+
}], readOnly: [{
|
|
36010
|
+
type: i0.Input
|
|
36011
|
+
}], rtl: [{
|
|
36012
|
+
type: i0.Input
|
|
36013
|
+
}], scrollable: [{
|
|
36014
|
+
type: i0.Input
|
|
36015
|
+
}], span: [{
|
|
36016
|
+
type: i0.Input
|
|
36017
|
+
}], tooltip: [{
|
|
36018
|
+
type: i0.Input
|
|
36019
|
+
}], value: [{
|
|
36020
|
+
type: i0.Input
|
|
36021
|
+
}], valueRenderer: [{
|
|
36022
|
+
type: i0.Input
|
|
36023
|
+
}], valueText: [{
|
|
36024
|
+
type: i0.Input
|
|
36025
|
+
}], width: [{
|
|
36026
|
+
type: i0.Input
|
|
36027
|
+
}], x: [{
|
|
36028
|
+
type: i0.Input
|
|
36029
|
+
}], y: [{
|
|
36030
|
+
type: i0.Input
|
|
36031
|
+
}], anchorSize: [{
|
|
36032
|
+
type: i0.Input
|
|
36033
|
+
}], focusVisible: [{
|
|
36034
|
+
type: i0.Input
|
|
36035
|
+
}], parent: [{
|
|
36036
|
+
type: i0.Input
|
|
36037
|
+
}], onBeforeDestroy: [{
|
|
36038
|
+
type: i0.Output
|
|
36039
|
+
}], onBeforeHide: [{
|
|
36040
|
+
type: i0.Output
|
|
36041
|
+
}], onBeforeShow: [{
|
|
36042
|
+
type: i0.Output
|
|
36043
|
+
}], onCatchAll: [{
|
|
36044
|
+
type: i0.Output
|
|
36045
|
+
}], onDestroy: [{
|
|
36046
|
+
type: i0.Output
|
|
36047
|
+
}], onElementCreated: [{
|
|
36048
|
+
type: i0.Output
|
|
36049
|
+
}], onFocusIn: [{
|
|
36050
|
+
type: i0.Output
|
|
36051
|
+
}], onFocusOut: [{
|
|
36052
|
+
type: i0.Output
|
|
36053
|
+
}], onHide: [{
|
|
36054
|
+
type: i0.Output
|
|
36055
|
+
}], onPaint: [{
|
|
36056
|
+
type: i0.Output
|
|
36057
|
+
}], onReadOnly: [{
|
|
36058
|
+
type: i0.Output
|
|
36059
|
+
}], onRecompose: [{
|
|
36060
|
+
type: i0.Output
|
|
36061
|
+
}], onResize: [{
|
|
36062
|
+
type: i0.Output
|
|
36063
|
+
}], onShow: [{
|
|
36064
|
+
type: i0.Output
|
|
36065
|
+
}] } });
|
|
36066
|
+
|
|
36067
|
+
var BryntumRadioComponent = /** @class */ (function () {
|
|
36068
|
+
function BryntumRadioComponent(element) {
|
|
36069
|
+
this.bryntumConfig = {
|
|
36070
|
+
adopt: undefined,
|
|
36071
|
+
appendTo: undefined,
|
|
36072
|
+
href: undefined,
|
|
36073
|
+
angularComponent: this,
|
|
36074
|
+
features: {},
|
|
36075
|
+
listeners: {}
|
|
36076
|
+
};
|
|
36077
|
+
// Events emitters
|
|
36078
|
+
/**
|
|
36079
|
+
* User performed the default action (toggled the checkbox)
|
|
36080
|
+
* @param {object} event Event object
|
|
36081
|
+
* @param {Core.widget.Checkbox} event.source Checkbox
|
|
36082
|
+
* @param {boolean} event.checked Checked state (=value)
|
|
36083
|
+
* @param {boolean} event.value This field's value
|
|
36084
|
+
* @param {boolean} event.valid True if this field is in a valid state
|
|
36085
|
+
* @param {boolean} event.oldValue This field's previous value
|
|
36086
|
+
* @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
36087
|
+
* @param {Event} event.event The triggering DOM event if any
|
|
36088
|
+
*/
|
|
36089
|
+
this.onAction = new i0.EventEmitter();
|
|
36090
|
+
/**
|
|
36091
|
+
* Fired before checkbox is toggled. Returning false from a listener prevents the checkbox from being toggled.
|
|
36092
|
+
* @param {object} event Event object
|
|
36093
|
+
* @param {Core.widget.Checkbox} event.source Checkbox
|
|
36094
|
+
* @param {boolean} event.checked Checked state (=value)
|
|
36095
|
+
* @param {boolean} event.value This field's value
|
|
36096
|
+
* @param {boolean} event.oldValue This field's previous value
|
|
36097
|
+
* @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
36098
|
+
* @param {boolean} event.valid True if this field is in a valid state.
|
|
36099
|
+
* @param {Event} event.event The triggering DOM event if any
|
|
36100
|
+
*/
|
|
36101
|
+
this.onBeforeChange = new i0.EventEmitter();
|
|
36102
|
+
/**
|
|
36103
|
+
* Fires before an object is destroyed.
|
|
36104
|
+
* @param {object} event Event object
|
|
36105
|
+
* @param {Core.Base} event.source The Object that is being destroyed.
|
|
36106
|
+
*/
|
|
36107
|
+
this.onBeforeDestroy = new i0.EventEmitter();
|
|
36108
|
+
/**
|
|
36109
|
+
* Triggered before a widget is hidden. Return `false` to prevent the action.
|
|
36110
|
+
* @param {object} event Event object
|
|
36111
|
+
* @param {Core.widget.Widget} event.source The widget being hidden.
|
|
36112
|
+
*/
|
|
36113
|
+
this.onBeforeHide = new i0.EventEmitter();
|
|
36114
|
+
/**
|
|
36115
|
+
* Triggered before a widget is shown. Return `false` to prevent the action.
|
|
36116
|
+
* @param {object} event Event object
|
|
36117
|
+
* @param {Core.widget.Widget,any} event.source The widget being shown
|
|
36118
|
+
*/
|
|
36119
|
+
this.onBeforeShow = new i0.EventEmitter();
|
|
36120
|
+
/**
|
|
36121
|
+
* Fires when any other event is fired from the object.
|
|
36122
|
+
* ...
|
|
36123
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#event-catchAll)
|
|
36124
|
+
* @param {object} event Event object
|
|
36125
|
+
* @param {{[key: string]: any, type: string}} event.event The Object that contains event details
|
|
36126
|
+
* @param {string} event.event.type The type of the event which is caught by the listener
|
|
36127
|
+
*/
|
|
36128
|
+
this.onCatchAll = new i0.EventEmitter();
|
|
36129
|
+
/**
|
|
36130
|
+
* Fired when checkbox is toggled
|
|
36131
|
+
* @param {object} event Event object
|
|
36132
|
+
* @param {Core.widget.Checkbox} event.source Checkbox
|
|
36133
|
+
* @param {boolean} event.checked Checked state (=value)
|
|
36134
|
+
* @param {boolean} event.value This field's value
|
|
36135
|
+
* @param {boolean} event.oldValue This field's previous value
|
|
36136
|
+
* @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
36137
|
+
* @param {boolean} event.valid True if this field is in a valid state.
|
|
36138
|
+
* @param {Event} event.event The triggering DOM event if any
|
|
36139
|
+
*/
|
|
36140
|
+
this.onChange = new i0.EventEmitter();
|
|
36141
|
+
/**
|
|
36142
|
+
* Fired when this field is [cleared](https://bryntum.com/products/grid/docs/api/Core/widget/Field#function-clear).
|
|
36143
|
+
* ...
|
|
36144
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#event-clear)
|
|
36145
|
+
* @param {object} event Event object
|
|
36146
|
+
* @param {Core.widget.Field,any} event.source This Field
|
|
36147
|
+
*/
|
|
36148
|
+
this.onClear = new i0.EventEmitter();
|
|
36149
|
+
/**
|
|
36150
|
+
* Fires when the checkbox is clicked
|
|
36151
|
+
* @param {object} event Event object
|
|
36152
|
+
* @param {Core.widget.Checkbox} event.source The checkbox
|
|
36153
|
+
* @param {Event} event.event DOM event
|
|
36154
|
+
*/
|
|
36155
|
+
this.onClick = new i0.EventEmitter();
|
|
36156
|
+
/**
|
|
36157
|
+
* Fires when an object is destroyed.
|
|
36158
|
+
* @param {object} event Event object
|
|
36159
|
+
* @param {Core.Base} event.source The Object that is being destroyed.
|
|
36160
|
+
*/
|
|
36161
|
+
this.onDestroy = new i0.EventEmitter();
|
|
36162
|
+
/**
|
|
36163
|
+
* Triggered when a widget's [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element) is available.
|
|
36164
|
+
* @param {object} event Event object
|
|
36165
|
+
* @param {HTMLElement} event.element The Widget's element.
|
|
36166
|
+
*/
|
|
36167
|
+
this.onElementCreated = new i0.EventEmitter();
|
|
36168
|
+
/**
|
|
36169
|
+
* Fired when focus enters this Widget.
|
|
36170
|
+
* @param {object} event Event object
|
|
36171
|
+
* @param {Core.widget.Widget} event.source This Widget
|
|
36172
|
+
* @param {HTMLElement} event.fromElement The element which lost focus.
|
|
36173
|
+
* @param {HTMLElement} event.toElement The element which gained focus.
|
|
36174
|
+
* @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
|
|
36175
|
+
* @param {Core.widget.Widget} event.toWidget The widget which gained focus.
|
|
36176
|
+
* @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
36177
|
+
*/
|
|
36178
|
+
this.onFocusIn = new i0.EventEmitter();
|
|
36179
|
+
/**
|
|
36180
|
+
* Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
|
|
36181
|
+
* focus moving from within this Widget's ownership tree, even if there are floating widgets
|
|
36182
|
+
* will not trigger this event. This is when focus exits this widget completely.
|
|
36183
|
+
* @param {object} event Event object
|
|
36184
|
+
* @param {Core.widget.Widget} event.source This Widget
|
|
36185
|
+
* @param {HTMLElement} event.fromElement The element which lost focus.
|
|
36186
|
+
* @param {HTMLElement} event.toElement The element which gained focus.
|
|
36187
|
+
* @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
|
|
36188
|
+
* @param {Core.widget.Widget} event.toWidget The widget which gained focus.
|
|
36189
|
+
* @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
36190
|
+
*/
|
|
36191
|
+
this.onFocusOut = new i0.EventEmitter();
|
|
36192
|
+
/**
|
|
36193
|
+
* Triggered after a widget was hidden
|
|
36194
|
+
* @param {object} event Event object
|
|
36195
|
+
* @param {Core.widget.Widget} event.source The widget
|
|
36196
|
+
*/
|
|
36197
|
+
this.onHide = new i0.EventEmitter();
|
|
36198
|
+
/**
|
|
36199
|
+
* Fired when the user types into this field.
|
|
36200
|
+
* @param {object} event Event object
|
|
36201
|
+
* @param {Core.widget.Field,any} event.source This field
|
|
36202
|
+
* @param {string,number,boolean,any} event.value This field's value
|
|
36203
|
+
* @param {Event} event.event The triggering DOM event
|
|
36204
|
+
*/
|
|
36205
|
+
this.onInput = new i0.EventEmitter();
|
|
36206
|
+
/**
|
|
36207
|
+
* Triggered when a widget which had been in a non-visible state for any reason
|
|
36208
|
+
* achieves visibility.
|
|
36209
|
+
* ...
|
|
36210
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#event-paint)
|
|
36211
|
+
* @param {object} event Event object
|
|
36212
|
+
* @param {Core.widget.Widget} event.source The widget being painted.
|
|
36213
|
+
* @param {boolean} event.firstPaint `true` if this is the first paint.
|
|
36214
|
+
*/
|
|
36215
|
+
this.onPaint = new i0.EventEmitter();
|
|
36216
|
+
/**
|
|
36217
|
+
* Fired when a Widget's read only state is toggled
|
|
36218
|
+
* @param {object} event Event object
|
|
36219
|
+
* @param {boolean} event.readOnly Read only or not
|
|
36220
|
+
*/
|
|
36221
|
+
this.onReadOnly = new i0.EventEmitter();
|
|
36222
|
+
/**
|
|
36223
|
+
* This event is fired after a widget's elements have been synchronized due to a direct or indirect call
|
|
36224
|
+
* 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.
|
|
36225
|
+
*/
|
|
36226
|
+
this.onRecompose = new i0.EventEmitter();
|
|
36227
|
+
/**
|
|
36228
|
+
* 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`*.
|
|
36229
|
+
* @param {object} event Event object
|
|
36230
|
+
* @param {Core.widget.Widget} event.source This Widget
|
|
36231
|
+
* @param {number} event.width The new width
|
|
36232
|
+
* @param {number} event.height The new height
|
|
36233
|
+
* @param {number} event.oldWidth The old width
|
|
36234
|
+
* @param {number} event.oldHeight The old height
|
|
36235
|
+
*/
|
|
36236
|
+
this.onResize = new i0.EventEmitter();
|
|
36237
|
+
/**
|
|
36238
|
+
* Triggered after a widget is shown.
|
|
36239
|
+
* @param {object} event Event object
|
|
36240
|
+
* @param {Core.widget.Widget} event.source The widget
|
|
36241
|
+
*/
|
|
36242
|
+
this.onShow = new i0.EventEmitter();
|
|
36243
|
+
/**
|
|
36244
|
+
* User clicked one of this field's [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers)
|
|
36245
|
+
* @param {object} event Event object
|
|
36246
|
+
* @param {Core.widget.Field,any} event.source This field
|
|
36247
|
+
* @param {Core.widget.Widget} event.trigger The trigger activated by click or touch tap.
|
|
36248
|
+
*/
|
|
36249
|
+
this.onTrigger = new i0.EventEmitter();
|
|
36250
|
+
this.elementRef = element;
|
|
36251
|
+
}
|
|
36252
|
+
/**
|
|
36253
|
+
* Create and append the underlying widget
|
|
36254
|
+
*/
|
|
36255
|
+
BryntumRadioComponent.prototype.ngOnInit = function () {
|
|
36256
|
+
var _this = this;
|
|
36257
|
+
var me = this, elementRef = me.elementRef, bryntumConfig = me.bryntumConfig, instanceClass = BryntumRadioComponent.instanceClass, instanceName = BryntumRadioComponent.instanceName, bryntumConfigs = BryntumRadioComponent.bryntumConfigs, bryntumEvents = BryntumRadioComponent.bryntumEvents;
|
|
36258
|
+
bryntumConfigs.filter(function (prop) { return prop in _this; }).forEach(function (prop) {
|
|
36259
|
+
// @ts-ignore
|
|
36260
|
+
WrapperHelper.applyPropValue(bryntumConfig, prop, _this[prop]);
|
|
36261
|
+
if (['features', 'config'].includes(prop)) {
|
|
36262
|
+
WrapperHelper.devWarningConfigProp(instanceName, prop);
|
|
36263
|
+
}
|
|
36264
|
+
});
|
|
36265
|
+
// @ts-ignore
|
|
36266
|
+
bryntumEvents.filter(function (event) { return _this[event] && _this[event].observers.length > 0; }).forEach(function (event) {
|
|
36267
|
+
var uncapitalize = function (str) { return str.charAt(0).toLowerCase() + str.slice(1); }, eventName = function (str) { return uncapitalize(str.slice(2)); };
|
|
36268
|
+
// @ts-ignore
|
|
36269
|
+
bryntumConfig.listeners[eventName(event)] = function (e) {
|
|
36270
|
+
// @ts-ignore
|
|
36271
|
+
me[event].emit(e);
|
|
36272
|
+
// EventEmitter does not return values in the normal way, work around it by setting `returnValue` flag
|
|
36273
|
+
// in Angular listeners
|
|
36274
|
+
return e.returnValue;
|
|
36275
|
+
};
|
|
36276
|
+
});
|
|
36277
|
+
// If component has no container specified in config then use adopt to Wrapper's element
|
|
36278
|
+
var containerParam = [
|
|
36279
|
+
'adopt',
|
|
36280
|
+
'appendTo',
|
|
36281
|
+
'insertAfter',
|
|
36282
|
+
'insertBefore'
|
|
36283
|
+
// @ts-ignore
|
|
36284
|
+
].find(function (prop) { return bryntumConfig[prop]; });
|
|
36285
|
+
if (!containerParam) {
|
|
36286
|
+
if (instanceName === 'Button' || elementRef.nativeElement.getRootNode() instanceof ShadowRoot) {
|
|
36287
|
+
// Button should always be <a> or <button> inside owner element
|
|
36288
|
+
bryntumConfig.appendTo = elementRef.nativeElement;
|
|
36289
|
+
}
|
|
36290
|
+
else {
|
|
36291
|
+
bryntumConfig.adopt = elementRef.nativeElement;
|
|
36292
|
+
}
|
|
36293
|
+
}
|
|
36294
|
+
else {
|
|
36295
|
+
WrapperHelper.devWarningContainer(instanceName, containerParam);
|
|
36296
|
+
}
|
|
36297
|
+
// @ts-ignore
|
|
36298
|
+
me.instance = instanceName === 'Widget' ? grid.Widget.create(bryntumConfig) : new instanceClass(bryntumConfig);
|
|
36299
|
+
};
|
|
36300
|
+
/**
|
|
36301
|
+
* Watch for changes
|
|
36302
|
+
* @param changes
|
|
36303
|
+
*/
|
|
36304
|
+
BryntumRadioComponent.prototype.ngOnChanges = function (changes) {
|
|
36305
|
+
var _this = this;
|
|
36306
|
+
var instance = this.instance, instanceName = BryntumRadioComponent.instanceName;
|
|
36307
|
+
if (!instance) {
|
|
36308
|
+
return;
|
|
36309
|
+
}
|
|
36310
|
+
// Iterate over all changes
|
|
36311
|
+
Object.entries(changes).forEach(function (_a) {
|
|
36312
|
+
var _b = __read(_a, 2), prop = _b[0], change = _b[1];
|
|
36313
|
+
var newValue = change.currentValue, instance = _this.instance, bryntumConfigsOnly = BryntumRadioComponent.bryntumConfigsOnly, bryntumProps = BryntumRadioComponent.bryntumProps;
|
|
36314
|
+
if (bryntumProps.includes(prop)) {
|
|
36315
|
+
WrapperHelper.applyPropValue(instance, prop, newValue, false);
|
|
36316
|
+
if (bryntumConfigsOnly.includes(prop)) {
|
|
36317
|
+
WrapperHelper.devWarningUpdateProp(instanceName, prop);
|
|
36318
|
+
}
|
|
36319
|
+
}
|
|
36320
|
+
});
|
|
36321
|
+
};
|
|
36322
|
+
/**
|
|
36323
|
+
* Destroy the component
|
|
36324
|
+
*/
|
|
36325
|
+
BryntumRadioComponent.prototype.ngOnDestroy = function () {
|
|
36326
|
+
// @ts-ignore
|
|
36327
|
+
if (this.instance && this.instance.destroy) {
|
|
36328
|
+
this.instance.destroy();
|
|
36329
|
+
}
|
|
36330
|
+
};
|
|
36331
|
+
return BryntumRadioComponent;
|
|
36332
|
+
}());
|
|
36333
|
+
BryntumRadioComponent.instanceClass = grid.Radio;
|
|
36334
|
+
BryntumRadioComponent.instanceName = 'Radio';
|
|
36335
|
+
BryntumRadioComponent.bryntumEvents = [
|
|
36336
|
+
'onAction',
|
|
36337
|
+
'onBeforeChange',
|
|
36338
|
+
'onBeforeDestroy',
|
|
36339
|
+
'onBeforeHide',
|
|
36340
|
+
'onBeforeShow',
|
|
36341
|
+
'onCatchAll',
|
|
36342
|
+
'onChange',
|
|
36343
|
+
'onClear',
|
|
36344
|
+
'onClick',
|
|
36345
|
+
'onDestroy',
|
|
36346
|
+
'onElementCreated',
|
|
36347
|
+
'onFocusIn',
|
|
36348
|
+
'onFocusOut',
|
|
36349
|
+
'onHide',
|
|
36350
|
+
'onInput',
|
|
36351
|
+
'onPaint',
|
|
36352
|
+
'onReadOnly',
|
|
36353
|
+
'onRecompose',
|
|
36354
|
+
'onResize',
|
|
36355
|
+
'onShow',
|
|
36356
|
+
'onTrigger'
|
|
36357
|
+
];
|
|
36358
|
+
BryntumRadioComponent.bryntumFeatureNames = [];
|
|
36359
|
+
BryntumRadioComponent.bryntumConfigs = BryntumRadioComponent.bryntumFeatureNames.concat([
|
|
36360
|
+
'adopt',
|
|
36361
|
+
'align',
|
|
36362
|
+
'alignSelf',
|
|
36363
|
+
'anchor',
|
|
36364
|
+
'appendTo',
|
|
36365
|
+
'ariaDescription',
|
|
36366
|
+
'ariaLabel',
|
|
36367
|
+
'autoCollapse',
|
|
36368
|
+
'autoComplete',
|
|
36369
|
+
'autoSelect',
|
|
36370
|
+
'badge',
|
|
36371
|
+
'bubbleEvents',
|
|
36372
|
+
'callOnFunctions',
|
|
36373
|
+
'catchEventHandlerExceptions',
|
|
36374
|
+
'centered',
|
|
36375
|
+
'checked',
|
|
36376
|
+
'checkedValue',
|
|
36377
|
+
'cls',
|
|
36378
|
+
'color',
|
|
36379
|
+
'column',
|
|
36380
|
+
'config',
|
|
36381
|
+
'constrainTo',
|
|
36382
|
+
'container',
|
|
36383
|
+
'containValues',
|
|
36384
|
+
'contentElementCls',
|
|
36385
|
+
'dataField',
|
|
36386
|
+
'dataset',
|
|
36387
|
+
'defaultBindProperty',
|
|
36388
|
+
'detectCSSCompatibilityIssues',
|
|
36389
|
+
'disabled',
|
|
36390
|
+
'dock',
|
|
36391
|
+
'draggable',
|
|
36392
|
+
'elementAttributes',
|
|
36393
|
+
'extraData',
|
|
36394
|
+
'flex',
|
|
36395
|
+
'floating',
|
|
36396
|
+
'height',
|
|
36397
|
+
'hidden',
|
|
36398
|
+
'hideAnimation',
|
|
36399
|
+
'highlightExternalChange',
|
|
36400
|
+
'hint',
|
|
36401
|
+
'hintHtml',
|
|
36402
|
+
'id',
|
|
36403
|
+
'ignoreParentReadOnly',
|
|
36404
|
+
'inline',
|
|
36405
|
+
'inputAlign',
|
|
36406
|
+
'inputAttributes',
|
|
36407
|
+
'inputTag',
|
|
36408
|
+
'inputType',
|
|
36409
|
+
'inputWidth',
|
|
36410
|
+
'insertBefore',
|
|
36411
|
+
'insertFirst',
|
|
36412
|
+
'keyMap',
|
|
36413
|
+
'keyStrokeChangeDelay',
|
|
36414
|
+
'label',
|
|
36415
|
+
'labelCls',
|
|
36416
|
+
'labelPosition',
|
|
36417
|
+
'labels',
|
|
36418
|
+
'labelWidth',
|
|
36419
|
+
'listeners',
|
|
36420
|
+
'localeClass',
|
|
36421
|
+
'localizable',
|
|
36422
|
+
'localizableProperties',
|
|
36423
|
+
'margin',
|
|
36424
|
+
'maskDefaults',
|
|
36425
|
+
'masked',
|
|
36426
|
+
'maxHeight',
|
|
36427
|
+
'maximizeOnMobile',
|
|
36428
|
+
'maxWidth',
|
|
36429
|
+
'minHeight',
|
|
36430
|
+
'minWidth',
|
|
36431
|
+
'monitorResize',
|
|
36432
|
+
'name',
|
|
36433
|
+
'owner',
|
|
36434
|
+
'positioned',
|
|
36435
|
+
'preventTooltipOnTouch',
|
|
36436
|
+
'readOnly',
|
|
36437
|
+
'relayStoreEvents',
|
|
36438
|
+
'required',
|
|
36439
|
+
'revertOnEscape',
|
|
36440
|
+
'ripple',
|
|
36441
|
+
'rootElement',
|
|
36442
|
+
'rtl',
|
|
36443
|
+
'scrollAction',
|
|
36444
|
+
'showAnimation',
|
|
36445
|
+
'showRequiredIndicator',
|
|
36446
|
+
'showTooltipWhenDisabled',
|
|
36447
|
+
'skipValidation',
|
|
36448
|
+
'span',
|
|
36449
|
+
'spellCheck',
|
|
36450
|
+
'tab',
|
|
36451
|
+
'tabIndex',
|
|
36452
|
+
'text',
|
|
36453
|
+
'textAlign',
|
|
36454
|
+
'title',
|
|
36455
|
+
'tooltip',
|
|
36456
|
+
'triggers',
|
|
36457
|
+
'type',
|
|
36458
|
+
'ui',
|
|
36459
|
+
'uncheckedValue',
|
|
36460
|
+
'validateOnInput',
|
|
36461
|
+
'value',
|
|
36462
|
+
'weight',
|
|
36463
|
+
'width',
|
|
36464
|
+
'x',
|
|
36465
|
+
'y'
|
|
36466
|
+
]);
|
|
36467
|
+
BryntumRadioComponent.bryntumConfigsOnly = [
|
|
36468
|
+
'adopt',
|
|
36469
|
+
'align',
|
|
36470
|
+
'anchor',
|
|
36471
|
+
'ariaDescription',
|
|
36472
|
+
'ariaLabel',
|
|
36473
|
+
'autoCollapse',
|
|
36474
|
+
'autoComplete',
|
|
36475
|
+
'autoSelect',
|
|
36476
|
+
'bubbleEvents',
|
|
36477
|
+
'centered',
|
|
36478
|
+
'checkedValue',
|
|
36479
|
+
'color',
|
|
36480
|
+
'config',
|
|
36481
|
+
'constrainTo',
|
|
36482
|
+
'container',
|
|
36483
|
+
'containValues',
|
|
36484
|
+
'contentElementCls',
|
|
36485
|
+
'dataField',
|
|
36486
|
+
'defaultBindProperty',
|
|
36487
|
+
'detectCSSCompatibilityIssues',
|
|
36488
|
+
'dock',
|
|
36489
|
+
'draggable',
|
|
36490
|
+
'elementAttributes',
|
|
36491
|
+
'floating',
|
|
36492
|
+
'hideAnimation',
|
|
36493
|
+
'highlightExternalChange',
|
|
36494
|
+
'hint',
|
|
36495
|
+
'hintHtml',
|
|
36496
|
+
'ignoreParentReadOnly',
|
|
36497
|
+
'inline',
|
|
36498
|
+
'inputAlign',
|
|
36499
|
+
'inputAttributes',
|
|
36500
|
+
'inputTag',
|
|
36501
|
+
'inputType',
|
|
36502
|
+
'inputWidth',
|
|
36503
|
+
'keyStrokeChangeDelay',
|
|
36504
|
+
'labelCls',
|
|
36505
|
+
'labelPosition',
|
|
36506
|
+
'labels',
|
|
36507
|
+
'labelWidth',
|
|
36508
|
+
'listeners',
|
|
36509
|
+
'localeClass',
|
|
36510
|
+
'localizable',
|
|
36511
|
+
'localizableProperties',
|
|
36512
|
+
'maskDefaults',
|
|
36513
|
+
'masked',
|
|
36514
|
+
'monitorResize',
|
|
36515
|
+
'owner',
|
|
36516
|
+
'positioned',
|
|
36517
|
+
'preventTooltipOnTouch',
|
|
36518
|
+
'relayStoreEvents',
|
|
36519
|
+
'revertOnEscape',
|
|
36520
|
+
'ripple',
|
|
36521
|
+
'rootElement',
|
|
36522
|
+
'scrollAction',
|
|
36523
|
+
'showAnimation',
|
|
36524
|
+
'showTooltipWhenDisabled',
|
|
36525
|
+
'skipValidation',
|
|
36526
|
+
'spellCheck',
|
|
36527
|
+
'tab',
|
|
36528
|
+
'tabIndex',
|
|
36529
|
+
'text',
|
|
36530
|
+
'textAlign',
|
|
36531
|
+
'title',
|
|
36532
|
+
'type',
|
|
36533
|
+
'ui',
|
|
36534
|
+
'uncheckedValue',
|
|
36535
|
+
'validateOnInput',
|
|
36536
|
+
'weight'
|
|
36537
|
+
];
|
|
36538
|
+
BryntumRadioComponent.bryntumProps = BryntumRadioComponent.bryntumFeatureNames.concat([
|
|
36539
|
+
'alignSelf',
|
|
36540
|
+
'anchorSize',
|
|
36541
|
+
'appendTo',
|
|
36542
|
+
'badge',
|
|
36543
|
+
'callOnFunctions',
|
|
36544
|
+
'catchEventHandlerExceptions',
|
|
36545
|
+
'checked',
|
|
36546
|
+
'cls',
|
|
36547
|
+
'column',
|
|
36548
|
+
'content',
|
|
36549
|
+
'dataset',
|
|
36550
|
+
'disabled',
|
|
36551
|
+
'editable',
|
|
36552
|
+
'extraData',
|
|
36553
|
+
'flex',
|
|
36554
|
+
'focusVisible',
|
|
36555
|
+
'height',
|
|
36556
|
+
'hidden',
|
|
36557
|
+
'html',
|
|
36558
|
+
'id',
|
|
36559
|
+
'input',
|
|
36560
|
+
'insertBefore',
|
|
36561
|
+
'insertFirst',
|
|
36562
|
+
'keyMap',
|
|
36563
|
+
'label',
|
|
36564
|
+
'margin',
|
|
36565
|
+
'maxHeight',
|
|
36566
|
+
'maximizeOnMobile',
|
|
36567
|
+
'maxWidth',
|
|
36568
|
+
'minHeight',
|
|
36569
|
+
'minWidth',
|
|
36570
|
+
'name',
|
|
36571
|
+
'parent',
|
|
36572
|
+
'placeholder',
|
|
36573
|
+
'readOnly',
|
|
36574
|
+
'required',
|
|
36575
|
+
'rtl',
|
|
36576
|
+
'scrollable',
|
|
36577
|
+
'showRequiredIndicator',
|
|
36578
|
+
'span',
|
|
36579
|
+
'tooltip',
|
|
36580
|
+
'triggers',
|
|
36581
|
+
'value',
|
|
36582
|
+
'width',
|
|
36583
|
+
'x',
|
|
36584
|
+
'y'
|
|
36585
|
+
]);
|
|
36586
|
+
BryntumRadioComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumRadioComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
36587
|
+
BryntumRadioComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
36588
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumRadioComponent, decorators: [{
|
|
36589
|
+
type: i0.Component,
|
|
36590
|
+
args: [{
|
|
36591
|
+
selector: 'bryntum-radio',
|
|
36592
|
+
template: ''
|
|
36593
|
+
}]
|
|
36594
|
+
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { adopt: [{
|
|
36595
|
+
type: i0.Input
|
|
36596
|
+
}], align: [{
|
|
36597
|
+
type: i0.Input
|
|
36598
|
+
}], anchor: [{
|
|
36599
|
+
type: i0.Input
|
|
36600
|
+
}], ariaDescription: [{
|
|
36601
|
+
type: i0.Input
|
|
36602
|
+
}], ariaLabel: [{
|
|
36603
|
+
type: i0.Input
|
|
36604
|
+
}], autoCollapse: [{
|
|
36605
|
+
type: i0.Input
|
|
36606
|
+
}], autoComplete: [{
|
|
36607
|
+
type: i0.Input
|
|
36608
|
+
}], autoSelect: [{
|
|
36609
|
+
type: i0.Input
|
|
36610
|
+
}], bubbleEvents: [{
|
|
36611
|
+
type: i0.Input
|
|
36612
|
+
}], centered: [{
|
|
36613
|
+
type: i0.Input
|
|
36614
|
+
}], checkedValue: [{
|
|
36615
|
+
type: i0.Input
|
|
36616
|
+
}], color: [{
|
|
36617
|
+
type: i0.Input
|
|
36618
|
+
}], config: [{
|
|
36619
|
+
type: i0.Input
|
|
36620
|
+
}], constrainTo: [{
|
|
36621
|
+
type: i0.Input
|
|
36622
|
+
}], container: [{
|
|
36623
|
+
type: i0.Input
|
|
36624
|
+
}], containValues: [{
|
|
36625
|
+
type: i0.Input
|
|
36626
|
+
}], contentElementCls: [{
|
|
36627
|
+
type: i0.Input
|
|
36628
|
+
}], dataField: [{
|
|
36629
|
+
type: i0.Input
|
|
36630
|
+
}], defaultBindProperty: [{
|
|
36631
|
+
type: i0.Input
|
|
36632
|
+
}], detectCSSCompatibilityIssues: [{
|
|
36633
|
+
type: i0.Input
|
|
36634
|
+
}], dock: [{
|
|
36635
|
+
type: i0.Input
|
|
36636
|
+
}], draggable: [{
|
|
36637
|
+
type: i0.Input
|
|
36638
|
+
}], elementAttributes: [{
|
|
36639
|
+
type: i0.Input
|
|
36640
|
+
}], floating: [{
|
|
36641
|
+
type: i0.Input
|
|
36642
|
+
}], hideAnimation: [{
|
|
36643
|
+
type: i0.Input
|
|
36644
|
+
}], highlightExternalChange: [{
|
|
36645
|
+
type: i0.Input
|
|
36646
|
+
}], hint: [{
|
|
36647
|
+
type: i0.Input
|
|
36648
|
+
}], hintHtml: [{
|
|
36649
|
+
type: i0.Input
|
|
36650
|
+
}], ignoreParentReadOnly: [{
|
|
36651
|
+
type: i0.Input
|
|
36652
|
+
}], inline: [{
|
|
36653
|
+
type: i0.Input
|
|
36654
|
+
}], inputAlign: [{
|
|
36655
|
+
type: i0.Input
|
|
36656
|
+
}], inputAttributes: [{
|
|
36657
|
+
type: i0.Input
|
|
36658
|
+
}], inputTag: [{
|
|
36659
|
+
type: i0.Input
|
|
36660
|
+
}], inputType: [{
|
|
36661
|
+
type: i0.Input
|
|
36662
|
+
}], inputWidth: [{
|
|
36663
|
+
type: i0.Input
|
|
36664
|
+
}], keyStrokeChangeDelay: [{
|
|
36665
|
+
type: i0.Input
|
|
36666
|
+
}], labelCls: [{
|
|
36667
|
+
type: i0.Input
|
|
36668
|
+
}], labelPosition: [{
|
|
36669
|
+
type: i0.Input
|
|
36670
|
+
}], labels: [{
|
|
36671
|
+
type: i0.Input
|
|
36672
|
+
}], labelWidth: [{
|
|
36673
|
+
type: i0.Input
|
|
35984
36674
|
}], listeners: [{
|
|
35985
36675
|
type: i0.Input
|
|
35986
36676
|
}], localeClass: [{
|
|
@@ -36458,6 +37148,7 @@
|
|
|
36458
37148
|
'autoUpdateRecord',
|
|
36459
37149
|
'bbar',
|
|
36460
37150
|
'bodyCls',
|
|
37151
|
+
'border',
|
|
36461
37152
|
'bubbleEvents',
|
|
36462
37153
|
'callOnFunctions',
|
|
36463
37154
|
'catchEventHandlerExceptions',
|
|
@@ -36575,6 +37266,7 @@
|
|
|
36575
37266
|
'autoUpdateRecord',
|
|
36576
37267
|
'bbar',
|
|
36577
37268
|
'bodyCls',
|
|
37269
|
+
'border',
|
|
36578
37270
|
'bubbleEvents',
|
|
36579
37271
|
'centered',
|
|
36580
37272
|
'clearable',
|
|
@@ -36696,7 +37388,7 @@
|
|
|
36696
37388
|
'y'
|
|
36697
37389
|
]);
|
|
36698
37390
|
BryntumRadioGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumRadioGroupComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
36699
|
-
BryntumRadioGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
37391
|
+
BryntumRadioGroupComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
36700
37392
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumRadioGroupComponent, decorators: [{
|
|
36701
37393
|
type: i0.Component,
|
|
36702
37394
|
args: [{
|
|
@@ -36719,6 +37411,8 @@
|
|
|
36719
37411
|
type: i0.Input
|
|
36720
37412
|
}], bodyCls: [{
|
|
36721
37413
|
type: i0.Input
|
|
37414
|
+
}], border: [{
|
|
37415
|
+
type: i0.Input
|
|
36722
37416
|
}], bubbleEvents: [{
|
|
36723
37417
|
type: i0.Input
|
|
36724
37418
|
}], centered: [{
|
|
@@ -39375,6 +40069,7 @@
|
|
|
39375
40069
|
'autoUpdateRecord',
|
|
39376
40070
|
'bbar',
|
|
39377
40071
|
'bodyCls',
|
|
40072
|
+
'border',
|
|
39378
40073
|
'bubbleEvents',
|
|
39379
40074
|
'callOnFunctions',
|
|
39380
40075
|
'catchEventHandlerExceptions',
|
|
@@ -39489,6 +40184,7 @@
|
|
|
39489
40184
|
'autoUpdateRecord',
|
|
39490
40185
|
'bbar',
|
|
39491
40186
|
'bodyCls',
|
|
40187
|
+
'border',
|
|
39492
40188
|
'bubbleEvents',
|
|
39493
40189
|
'centered',
|
|
39494
40190
|
'collapsible',
|
|
@@ -39606,7 +40302,7 @@
|
|
|
39606
40302
|
'y'
|
|
39607
40303
|
]);
|
|
39608
40304
|
BryntumTabPanelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumTabPanelComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
39609
|
-
BryntumTabPanelComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
40305
|
+
BryntumTabPanelComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
39610
40306
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumTabPanelComponent, decorators: [{
|
|
39611
40307
|
type: i0.Component,
|
|
39612
40308
|
args: [{
|
|
@@ -39633,6 +40329,8 @@
|
|
|
39633
40329
|
type: i0.Input
|
|
39634
40330
|
}], bodyCls: [{
|
|
39635
40331
|
type: i0.Input
|
|
40332
|
+
}], border: [{
|
|
40333
|
+
type: i0.Input
|
|
39636
40334
|
}], bubbleEvents: [{
|
|
39637
40335
|
type: i0.Input
|
|
39638
40336
|
}], centered: [{
|
|
@@ -42606,6 +43304,7 @@
|
|
|
42606
43304
|
'monitorResize',
|
|
42607
43305
|
'name',
|
|
42608
43306
|
'owner',
|
|
43307
|
+
'partner',
|
|
42609
43308
|
'picker',
|
|
42610
43309
|
'pickerAlignElement',
|
|
42611
43310
|
'placeholder',
|
|
@@ -42755,6 +43454,7 @@
|
|
|
42755
43454
|
'minHeight',
|
|
42756
43455
|
'minWidth',
|
|
42757
43456
|
'parent',
|
|
43457
|
+
'partner',
|
|
42758
43458
|
'placeholder',
|
|
42759
43459
|
'readOnly',
|
|
42760
43460
|
'rendition',
|
|
@@ -42772,7 +43472,7 @@
|
|
|
42772
43472
|
'y'
|
|
42773
43473
|
]);
|
|
42774
43474
|
BryntumTimeFieldComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumTimeFieldComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
42775
|
-
BryntumTimeFieldComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
43475
|
+
BryntumTimeFieldComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
42776
43476
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumTimeFieldComponent, decorators: [{
|
|
42777
43477
|
type: i0.Component,
|
|
42778
43478
|
args: [{
|
|
@@ -42983,6 +43683,8 @@
|
|
|
42983
43683
|
type: i0.Input
|
|
42984
43684
|
}], minWidth: [{
|
|
42985
43685
|
type: i0.Input
|
|
43686
|
+
}], partner: [{
|
|
43687
|
+
type: i0.Input
|
|
42986
43688
|
}], placeholder: [{
|
|
42987
43689
|
type: i0.Input
|
|
42988
43690
|
}], readOnly: [{
|
|
@@ -43319,6 +44021,7 @@
|
|
|
43319
44021
|
'ariaDescription',
|
|
43320
44022
|
'ariaLabel',
|
|
43321
44023
|
'autoUpdateRecord',
|
|
44024
|
+
'border',
|
|
43322
44025
|
'bubbleEvents',
|
|
43323
44026
|
'callOnFunctions',
|
|
43324
44027
|
'catchEventHandlerExceptions',
|
|
@@ -43416,6 +44119,7 @@
|
|
|
43416
44119
|
'ariaDescription',
|
|
43417
44120
|
'ariaLabel',
|
|
43418
44121
|
'autoUpdateRecord',
|
|
44122
|
+
'border',
|
|
43419
44123
|
'bubbleEvents',
|
|
43420
44124
|
'centered',
|
|
43421
44125
|
'color',
|
|
@@ -43519,7 +44223,7 @@
|
|
|
43519
44223
|
'y'
|
|
43520
44224
|
]);
|
|
43521
44225
|
BryntumTimePickerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumTimePickerComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
43522
|
-
BryntumTimePickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
44226
|
+
BryntumTimePickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
43523
44227
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumTimePickerComponent, decorators: [{
|
|
43524
44228
|
type: i0.Component,
|
|
43525
44229
|
args: [{
|
|
@@ -43538,6 +44242,8 @@
|
|
|
43538
44242
|
type: i0.Input
|
|
43539
44243
|
}], autoUpdateRecord: [{
|
|
43540
44244
|
type: i0.Input
|
|
44245
|
+
}], border: [{
|
|
44246
|
+
type: i0.Input
|
|
43541
44247
|
}], bubbleEvents: [{
|
|
43542
44248
|
type: i0.Input
|
|
43543
44249
|
}], centered: [{
|
|
@@ -44046,6 +44752,7 @@
|
|
|
44046
44752
|
'ariaDescription',
|
|
44047
44753
|
'ariaLabel',
|
|
44048
44754
|
'autoUpdateRecord',
|
|
44755
|
+
'border',
|
|
44049
44756
|
'bubbleEvents',
|
|
44050
44757
|
'callOnFunctions',
|
|
44051
44758
|
'catchEventHandlerExceptions',
|
|
@@ -44143,6 +44850,7 @@
|
|
|
44143
44850
|
'ariaDescription',
|
|
44144
44851
|
'ariaLabel',
|
|
44145
44852
|
'autoUpdateRecord',
|
|
44853
|
+
'border',
|
|
44146
44854
|
'bubbleEvents',
|
|
44147
44855
|
'centered',
|
|
44148
44856
|
'color',
|
|
@@ -44245,7 +44953,7 @@
|
|
|
44245
44953
|
'y'
|
|
44246
44954
|
]);
|
|
44247
44955
|
BryntumToolbarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumToolbarComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
44248
|
-
BryntumToolbarComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
44956
|
+
BryntumToolbarComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
44249
44957
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumToolbarComponent, decorators: [{
|
|
44250
44958
|
type: i0.Component,
|
|
44251
44959
|
args: [{
|
|
@@ -44264,6 +44972,8 @@
|
|
|
44264
44972
|
type: i0.Input
|
|
44265
44973
|
}], autoUpdateRecord: [{
|
|
44266
44974
|
type: i0.Input
|
|
44975
|
+
}], border: [{
|
|
44976
|
+
type: i0.Input
|
|
44267
44977
|
}], bubbleEvents: [{
|
|
44268
44978
|
type: i0.Input
|
|
44269
44979
|
}], centered: [{
|
|
@@ -46658,6 +47368,7 @@
|
|
|
46658
47368
|
'onUnsplit'
|
|
46659
47369
|
];
|
|
46660
47370
|
BryntumTreeGridComponent.bryntumFeatureNames = [
|
|
47371
|
+
'aiFeature',
|
|
46661
47372
|
'aiFilterFeature',
|
|
46662
47373
|
'cellCopyPasteFeature',
|
|
46663
47374
|
'cellEditFeature',
|
|
@@ -46711,6 +47422,7 @@
|
|
|
46711
47422
|
'autoHeight',
|
|
46712
47423
|
'bbar',
|
|
46713
47424
|
'bodyCls',
|
|
47425
|
+
'border',
|
|
46714
47426
|
'bubbleEvents',
|
|
46715
47427
|
'callOnFunctions',
|
|
46716
47428
|
'catchEventHandlerExceptions',
|
|
@@ -46831,6 +47543,7 @@
|
|
|
46831
47543
|
'autoHeight',
|
|
46832
47544
|
'bbar',
|
|
46833
47545
|
'bodyCls',
|
|
47546
|
+
'border',
|
|
46834
47547
|
'bubbleEvents',
|
|
46835
47548
|
'collapsible',
|
|
46836
47549
|
'color',
|
|
@@ -46959,7 +47672,7 @@
|
|
|
46959
47672
|
'width'
|
|
46960
47673
|
]);
|
|
46961
47674
|
BryntumTreeGridComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumTreeGridComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
46962
|
-
BryntumTreeGridComponent.ɵcmp = i0__namespace.ɵɵ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", 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__namespace, template: '', isInline: true });
|
|
47675
|
+
BryntumTreeGridComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
46963
47676
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumTreeGridComponent, decorators: [{
|
|
46964
47677
|
type: i0.Component,
|
|
46965
47678
|
args: [{
|
|
@@ -46982,6 +47695,8 @@
|
|
|
46982
47695
|
type: i0.Input
|
|
46983
47696
|
}], bodyCls: [{
|
|
46984
47697
|
type: i0.Input
|
|
47698
|
+
}], border: [{
|
|
47699
|
+
type: i0.Input
|
|
46985
47700
|
}], bubbleEvents: [{
|
|
46986
47701
|
type: i0.Input
|
|
46987
47702
|
}], collapsible: [{
|
|
@@ -47230,6 +47945,8 @@
|
|
|
47230
47945
|
type: i0.Input
|
|
47231
47946
|
}], tooltip: [{
|
|
47232
47947
|
type: i0.Input
|
|
47948
|
+
}], aiFeature: [{
|
|
47949
|
+
type: i0.Input
|
|
47233
47950
|
}], aiFilterFeature: [{
|
|
47234
47951
|
type: i0.Input
|
|
47235
47952
|
}], cellCopyPasteFeature: [{
|
|
@@ -48415,6 +49132,7 @@
|
|
|
48415
49132
|
'autoUpdateRecord',
|
|
48416
49133
|
'bbar',
|
|
48417
49134
|
'bodyCls',
|
|
49135
|
+
'border',
|
|
48418
49136
|
'bubbleEvents',
|
|
48419
49137
|
'callOnFunctions',
|
|
48420
49138
|
'catchEventHandlerExceptions',
|
|
@@ -48529,6 +49247,7 @@
|
|
|
48529
49247
|
'autoUpdateRecord',
|
|
48530
49248
|
'bbar',
|
|
48531
49249
|
'bodyCls',
|
|
49250
|
+
'border',
|
|
48532
49251
|
'bubbleEvents',
|
|
48533
49252
|
'centered',
|
|
48534
49253
|
'collapsible',
|
|
@@ -48648,7 +49367,7 @@
|
|
|
48648
49367
|
'year'
|
|
48649
49368
|
]);
|
|
48650
49369
|
BryntumYearPickerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumYearPickerComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
48651
|
-
BryntumYearPickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
49370
|
+
BryntumYearPickerComponent.ɵcmp = i0__namespace.ɵɵ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__namespace, template: '', isInline: true });
|
|
48652
49371
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumYearPickerComponent, decorators: [{
|
|
48653
49372
|
type: i0.Component,
|
|
48654
49373
|
args: [{
|
|
@@ -48671,6 +49390,8 @@
|
|
|
48671
49390
|
type: i0.Input
|
|
48672
49391
|
}], bodyCls: [{
|
|
48673
49392
|
type: i0.Input
|
|
49393
|
+
}], border: [{
|
|
49394
|
+
type: i0.Input
|
|
48674
49395
|
}], bubbleEvents: [{
|
|
48675
49396
|
type: i0.Input
|
|
48676
49397
|
}], centered: [{
|
|
@@ -48999,6 +49720,7 @@
|
|
|
48999
49720
|
BryntumPagingToolbarComponent,
|
|
49000
49721
|
BryntumPanelComponent,
|
|
49001
49722
|
BryntumPasswordFieldComponent,
|
|
49723
|
+
BryntumProgressBarComponent,
|
|
49002
49724
|
BryntumRadioComponent,
|
|
49003
49725
|
BryntumRadioGroupComponent,
|
|
49004
49726
|
BryntumSliderComponent,
|
|
@@ -49057,6 +49779,7 @@
|
|
|
49057
49779
|
BryntumPagingToolbarComponent,
|
|
49058
49780
|
BryntumPanelComponent,
|
|
49059
49781
|
BryntumPasswordFieldComponent,
|
|
49782
|
+
BryntumProgressBarComponent,
|
|
49060
49783
|
BryntumRadioComponent,
|
|
49061
49784
|
BryntumRadioGroupComponent,
|
|
49062
49785
|
BryntumSliderComponent,
|
|
@@ -49121,6 +49844,7 @@
|
|
|
49121
49844
|
BryntumPagingToolbarComponent,
|
|
49122
49845
|
BryntumPanelComponent,
|
|
49123
49846
|
BryntumPasswordFieldComponent,
|
|
49847
|
+
BryntumProgressBarComponent,
|
|
49124
49848
|
BryntumRadioComponent,
|
|
49125
49849
|
BryntumRadioGroupComponent,
|
|
49126
49850
|
BryntumSliderComponent,
|
|
@@ -49183,6 +49907,7 @@
|
|
|
49183
49907
|
BryntumPagingToolbarComponent,
|
|
49184
49908
|
BryntumPanelComponent,
|
|
49185
49909
|
BryntumPasswordFieldComponent,
|
|
49910
|
+
BryntumProgressBarComponent,
|
|
49186
49911
|
BryntumRadioComponent,
|
|
49187
49912
|
BryntumRadioGroupComponent,
|
|
49188
49913
|
BryntumSliderComponent,
|
|
@@ -49255,6 +49980,7 @@
|
|
|
49255
49980
|
exports.BryntumPagingToolbarComponent = BryntumPagingToolbarComponent;
|
|
49256
49981
|
exports.BryntumPanelComponent = BryntumPanelComponent;
|
|
49257
49982
|
exports.BryntumPasswordFieldComponent = BryntumPasswordFieldComponent;
|
|
49983
|
+
exports.BryntumProgressBarComponent = BryntumProgressBarComponent;
|
|
49258
49984
|
exports.BryntumRadioComponent = BryntumRadioComponent;
|
|
49259
49985
|
exports.BryntumRadioGroupComponent = BryntumRadioGroupComponent;
|
|
49260
49986
|
exports.BryntumSlideToggleComponent = BryntumSlideToggleComponent;
|