@bryntum/grid-angular 7.3.5 → 7.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/bundles/bryntum-grid-angular.umd.js +185 -99
- package/bundles/bryntum-grid-angular.umd.js.map +1 -1
- package/esm2015/lib/bryntum-button-group.component.js +5 -5
- package/esm2015/lib/bryntum-chat-panel.component.js +5 -5
- package/esm2015/lib/bryntum-checkbox-group.component.js +5 -5
- package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
- package/esm2015/lib/bryntum-code-editor.component.js +5 -5
- package/esm2015/lib/bryntum-container.component.js +5 -5
- package/esm2015/lib/bryntum-date-picker.component.js +5 -5
- package/esm2015/lib/bryntum-date-range-field.component.js +1 -1
- package/esm2015/lib/bryntum-demo-code-editor.component.js +5 -5
- package/esm2015/lib/bryntum-editor.component.js +5 -5
- package/esm2015/lib/bryntum-field-filter-picker-group.component.js +5 -5
- package/esm2015/lib/bryntum-field-filter-picker.component.js +5 -5
- package/esm2015/lib/bryntum-field-set.component.js +5 -5
- package/esm2015/lib/bryntum-file-picker.component.js +5 -5
- package/esm2015/lib/bryntum-grid-base.component.js +28 -2
- package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +5 -5
- package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +5 -5
- package/esm2015/lib/bryntum-grid.component.js +28 -2
- package/esm2015/lib/bryntum-hint.component.js +5 -5
- package/esm2015/lib/bryntum-menu.component.js +5 -5
- package/esm2015/lib/bryntum-month-picker.component.js +5 -5
- package/esm2015/lib/bryntum-paging-toolbar.component.js +13 -5
- package/esm2015/lib/bryntum-panel.component.js +5 -5
- package/esm2015/lib/bryntum-radio-group.component.js +5 -5
- package/esm2015/lib/bryntum-tab-panel.component.js +5 -5
- package/esm2015/lib/bryntum-time-picker.component.js +5 -5
- package/esm2015/lib/bryntum-toolbar.component.js +5 -5
- package/esm2015/lib/bryntum-tree-grid.component.js +28 -2
- package/esm2015/lib/bryntum-year-picker.component.js +5 -5
- package/fesm2015/bryntum-grid-angular.js +185 -99
- package/fesm2015/bryntum-grid-angular.js.map +1 -1
- package/lib/bryntum-button-group.component.d.ts +3 -3
- package/lib/bryntum-chat-panel.component.d.ts +3 -3
- package/lib/bryntum-checkbox-group.component.d.ts +3 -3
- package/lib/bryntum-checklist-filter-combo.component.d.ts +1 -1
- package/lib/bryntum-code-editor.component.d.ts +3 -3
- package/lib/bryntum-container.component.d.ts +3 -3
- package/lib/bryntum-date-picker.component.d.ts +3 -3
- package/lib/bryntum-date-range-field.component.d.ts +4 -3
- package/lib/bryntum-demo-code-editor.component.d.ts +3 -3
- package/lib/bryntum-editor.component.d.ts +3 -3
- package/lib/bryntum-field-filter-picker-group.component.d.ts +3 -3
- package/lib/bryntum-field-filter-picker.component.d.ts +3 -3
- package/lib/bryntum-field-set.component.d.ts +3 -3
- package/lib/bryntum-file-picker.component.d.ts +3 -3
- package/lib/bryntum-grid-base.component.d.ts +19 -1
- package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +3 -3
- package/lib/bryntum-grid-field-filter-picker.component.d.ts +3 -3
- package/lib/bryntum-grid.component.d.ts +19 -1
- package/lib/bryntum-hint.component.d.ts +3 -3
- package/lib/bryntum-menu.component.d.ts +3 -3
- package/lib/bryntum-month-picker.component.d.ts +3 -3
- package/lib/bryntum-paging-toolbar.component.d.ts +14 -3
- package/lib/bryntum-panel.component.d.ts +3 -3
- package/lib/bryntum-radio-group.component.d.ts +3 -3
- package/lib/bryntum-tab-panel.component.d.ts +3 -3
- package/lib/bryntum-time-picker.component.d.ts +3 -3
- package/lib/bryntum-toolbar.component.d.ts +3 -3
- package/lib/bryntum-tree-grid.component.d.ts +19 -1
- package/lib/bryntum-year-picker.component.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/bryntum-button-group.component.ts +3 -3
- package/src/lib/bryntum-chat-panel.component.ts +3 -3
- package/src/lib/bryntum-checkbox-group.component.ts +3 -3
- package/src/lib/bryntum-checklist-filter-combo.component.ts +1 -1
- package/src/lib/bryntum-code-editor.component.ts +3 -3
- package/src/lib/bryntum-container.component.ts +3 -3
- package/src/lib/bryntum-date-picker.component.ts +3 -3
- package/src/lib/bryntum-date-range-field.component.ts +4 -3
- package/src/lib/bryntum-demo-code-editor.component.ts +3 -3
- package/src/lib/bryntum-editor.component.ts +3 -3
- package/src/lib/bryntum-field-filter-picker-group.component.ts +3 -3
- package/src/lib/bryntum-field-filter-picker.component.ts +3 -3
- package/src/lib/bryntum-field-set.component.ts +3 -3
- package/src/lib/bryntum-file-picker.component.ts +3 -3
- package/src/lib/bryntum-grid-base.component.ts +31 -10
- package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +3 -3
- package/src/lib/bryntum-grid-field-filter-picker.component.ts +3 -3
- package/src/lib/bryntum-grid.component.ts +31 -10
- package/src/lib/bryntum-hint.component.ts +3 -3
- package/src/lib/bryntum-menu.component.ts +3 -3
- package/src/lib/bryntum-month-picker.component.ts +3 -3
- package/src/lib/bryntum-paging-toolbar.component.ts +18 -3
- package/src/lib/bryntum-panel.component.ts +3 -3
- package/src/lib/bryntum-radio-group.component.ts +3 -3
- package/src/lib/bryntum-tab-panel.component.ts +3 -3
- package/src/lib/bryntum-time-picker.component.ts +3 -3
- package/src/lib/bryntum-toolbar.component.ts +3 -3
- package/src/lib/bryntum-tree-grid.component.ts +31 -10
- package/src/lib/bryntum-year-picker.component.ts +3 -3
|
@@ -3847,7 +3847,6 @@
|
|
|
3847
3847
|
'anchor',
|
|
3848
3848
|
'ariaDescription',
|
|
3849
3849
|
'ariaLabel',
|
|
3850
|
-
'autoUpdateRecord',
|
|
3851
3850
|
'border',
|
|
3852
3851
|
'bubbleEvents',
|
|
3853
3852
|
'color',
|
|
@@ -3903,6 +3902,7 @@
|
|
|
3903
3902
|
BryntumButtonGroupComponent.bryntumProps = BryntumButtonGroupComponent.bryntumFeatureNames.concat([
|
|
3904
3903
|
'alignSelf',
|
|
3905
3904
|
'appendTo',
|
|
3905
|
+
'autoUpdateRecord',
|
|
3906
3906
|
'callOnFunctions',
|
|
3907
3907
|
'catchEventHandlerExceptions',
|
|
3908
3908
|
'centered',
|
|
@@ -3949,7 +3949,7 @@
|
|
|
3949
3949
|
'y'
|
|
3950
3950
|
]);
|
|
3951
3951
|
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 });
|
|
3952
|
-
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",
|
|
3952
|
+
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", border: "border", bubbleEvents: "bubbleEvents", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", floating: "floating", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", textAlign: "textAlign", textContent: "textContent", title: "title", toggleGroup: "toggleGroup", type: "type", ui: "ui", useGap: "useGap", valueSeparator: "valueSeparator", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", toggleable: "toggleable", tooltip: "tooltip", value: "value", width: "width", x: "x", y: "y", parent: "parent", values: "values" }, 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 });
|
|
3953
3953
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumButtonGroupComponent, decorators: [{
|
|
3954
3954
|
type: i0.Component,
|
|
3955
3955
|
args: [{
|
|
@@ -3966,8 +3966,6 @@
|
|
|
3966
3966
|
type: i0.Input
|
|
3967
3967
|
}], ariaLabel: [{
|
|
3968
3968
|
type: i0.Input
|
|
3969
|
-
}], autoUpdateRecord: [{
|
|
3970
|
-
type: i0.Input
|
|
3971
3969
|
}], border: [{
|
|
3972
3970
|
type: i0.Input
|
|
3973
3971
|
}], bubbleEvents: [{
|
|
@@ -4074,6 +4072,8 @@
|
|
|
4074
4072
|
type: i0.Input
|
|
4075
4073
|
}], appendTo: [{
|
|
4076
4074
|
type: i0.Input
|
|
4075
|
+
}], autoUpdateRecord: [{
|
|
4076
|
+
type: i0.Input
|
|
4077
4077
|
}], callOnFunctions: [{
|
|
4078
4078
|
type: i0.Input
|
|
4079
4079
|
}], catchEventHandlerExceptions: [{
|
|
@@ -4679,7 +4679,6 @@
|
|
|
4679
4679
|
'anchor',
|
|
4680
4680
|
'ariaDescription',
|
|
4681
4681
|
'ariaLabel',
|
|
4682
|
-
'autoUpdateRecord',
|
|
4683
4682
|
'bbar',
|
|
4684
4683
|
'bodyCls',
|
|
4685
4684
|
'border',
|
|
@@ -4746,6 +4745,7 @@
|
|
|
4746
4745
|
'alignSelf',
|
|
4747
4746
|
'animateTyping',
|
|
4748
4747
|
'appendTo',
|
|
4748
|
+
'autoUpdateRecord',
|
|
4749
4749
|
'avatar',
|
|
4750
4750
|
'bubbleTools',
|
|
4751
4751
|
'callOnFunctions',
|
|
@@ -4802,7 +4802,7 @@
|
|
|
4802
4802
|
'y'
|
|
4803
4803
|
]);
|
|
4804
4804
|
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 });
|
|
4805
|
-
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",
|
|
4805
|
+
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", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", messageTriggersPlacement: "messageTriggersPlacement", monitorResize: "monitorResize", namedItems: "namedItems", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", animateTyping: "animateTyping", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", avatar: "avatar", bubbleTools: "bubbleTools", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", examplePrompts: "examplePrompts", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", intro: "intro", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", messages: "messages", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", showTimestamp: "showTimestamp", span: "span", stateId: "stateId", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", typeInterval: "typeInterval", width: "width", x: "x", y: "y", parent: "parent", state: "state", values: "values" }, 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", onPromptHistoryChange: "onPromptHistoryChange", onReadOnly: "onReadOnly", onRecompose: "onRecompose", onResize: "onResize", onShow: "onShow", onToolClick: "onToolClick" }, usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
4806
4806
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumChatPanelComponent, decorators: [{
|
|
4807
4807
|
type: i0.Component,
|
|
4808
4808
|
args: [{
|
|
@@ -4819,8 +4819,6 @@
|
|
|
4819
4819
|
type: i0.Input
|
|
4820
4820
|
}], ariaLabel: [{
|
|
4821
4821
|
type: i0.Input
|
|
4822
|
-
}], autoUpdateRecord: [{
|
|
4823
|
-
type: i0.Input
|
|
4824
4822
|
}], bbar: [{
|
|
4825
4823
|
type: i0.Input
|
|
4826
4824
|
}], bodyCls: [{
|
|
@@ -4949,6 +4947,8 @@
|
|
|
4949
4947
|
type: i0.Input
|
|
4950
4948
|
}], appendTo: [{
|
|
4951
4949
|
type: i0.Input
|
|
4950
|
+
}], autoUpdateRecord: [{
|
|
4951
|
+
type: i0.Input
|
|
4952
4952
|
}], avatar: [{
|
|
4953
4953
|
type: i0.Input
|
|
4954
4954
|
}], bubbleTools: [{
|
|
@@ -6426,7 +6426,6 @@
|
|
|
6426
6426
|
'anchor',
|
|
6427
6427
|
'ariaDescription',
|
|
6428
6428
|
'ariaLabel',
|
|
6429
|
-
'autoUpdateRecord',
|
|
6430
6429
|
'bbar',
|
|
6431
6430
|
'bodyCls',
|
|
6432
6431
|
'border',
|
|
@@ -6494,6 +6493,7 @@
|
|
|
6494
6493
|
BryntumCheckboxGroupComponent.bryntumProps = BryntumCheckboxGroupComponent.bryntumFeatureNames.concat([
|
|
6495
6494
|
'alignSelf',
|
|
6496
6495
|
'appendTo',
|
|
6496
|
+
'autoUpdateRecord',
|
|
6497
6497
|
'callOnFunctions',
|
|
6498
6498
|
'catchEventHandlerExceptions',
|
|
6499
6499
|
'centered',
|
|
@@ -6549,7 +6549,7 @@
|
|
|
6549
6549
|
'y'
|
|
6550
6550
|
]);
|
|
6551
6551
|
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 });
|
|
6552
|
-
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",
|
|
6552
|
+
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", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", labelCls: "labelCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", name: "name", namedItems: "namedItems", options: "options", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inline: "inline", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", label: "label", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxSelectedOptions: "maxSelectedOptions", maxWidth: "maxWidth", minHeight: "minHeight", minSelectedOptions: "minSelectedOptions", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", requiredSelectedOptions: "requiredSelectedOptions", rtl: "rtl", scrollable: "scrollable", span: "span", stateId: "stateId", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", value: "value", width: "width", x: "x", y: "y", parent: "parent", state: "state", values: "values" }, 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 });
|
|
6553
6553
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumCheckboxGroupComponent, decorators: [{
|
|
6554
6554
|
type: i0.Component,
|
|
6555
6555
|
args: [{
|
|
@@ -6566,8 +6566,6 @@
|
|
|
6566
6566
|
type: i0.Input
|
|
6567
6567
|
}], ariaLabel: [{
|
|
6568
6568
|
type: i0.Input
|
|
6569
|
-
}], autoUpdateRecord: [{
|
|
6570
|
-
type: i0.Input
|
|
6571
6569
|
}], bbar: [{
|
|
6572
6570
|
type: i0.Input
|
|
6573
6571
|
}], bodyCls: [{
|
|
@@ -6698,6 +6696,8 @@
|
|
|
6698
6696
|
type: i0.Input
|
|
6699
6697
|
}], appendTo: [{
|
|
6700
6698
|
type: i0.Input
|
|
6699
|
+
}], autoUpdateRecord: [{
|
|
6700
|
+
type: i0.Input
|
|
6701
6701
|
}], callOnFunctions: [{
|
|
6702
6702
|
type: i0.Input
|
|
6703
6703
|
}], catchEventHandlerExceptions: [{
|
|
@@ -9061,7 +9061,6 @@
|
|
|
9061
9061
|
'anchor',
|
|
9062
9062
|
'ariaDescription',
|
|
9063
9063
|
'ariaLabel',
|
|
9064
|
-
'autoUpdateRecord',
|
|
9065
9064
|
'bbar',
|
|
9066
9065
|
'bodyCls',
|
|
9067
9066
|
'border',
|
|
@@ -9128,6 +9127,7 @@
|
|
|
9128
9127
|
BryntumCodeEditorComponent.bryntumProps = BryntumCodeEditorComponent.bryntumFeatureNames.concat([
|
|
9129
9128
|
'alignSelf',
|
|
9130
9129
|
'appendTo',
|
|
9130
|
+
'autoUpdateRecord',
|
|
9131
9131
|
'callOnFunctions',
|
|
9132
9132
|
'catchEventHandlerExceptions',
|
|
9133
9133
|
'centered',
|
|
@@ -9181,7 +9181,7 @@
|
|
|
9181
9181
|
'y'
|
|
9182
9182
|
]);
|
|
9183
9183
|
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 });
|
|
9184
|
-
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",
|
|
9184
|
+
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", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", codePath: "codePath", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", editor: "editor", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", language: "language", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", stateId: "stateId", status: "status", strictRecordMapping: "strictRecordMapping", text: "text", theme: "theme", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", parent: "parent", state: "state", values: "values" }, 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 });
|
|
9185
9185
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumCodeEditorComponent, decorators: [{
|
|
9186
9186
|
type: i0.Component,
|
|
9187
9187
|
args: [{
|
|
@@ -9198,8 +9198,6 @@
|
|
|
9198
9198
|
type: i0.Input
|
|
9199
9199
|
}], ariaLabel: [{
|
|
9200
9200
|
type: i0.Input
|
|
9201
|
-
}], autoUpdateRecord: [{
|
|
9202
|
-
type: i0.Input
|
|
9203
9201
|
}], bbar: [{
|
|
9204
9202
|
type: i0.Input
|
|
9205
9203
|
}], bodyCls: [{
|
|
@@ -9328,6 +9326,8 @@
|
|
|
9328
9326
|
type: i0.Input
|
|
9329
9327
|
}], appendTo: [{
|
|
9330
9328
|
type: i0.Input
|
|
9329
|
+
}], autoUpdateRecord: [{
|
|
9330
|
+
type: i0.Input
|
|
9331
9331
|
}], callOnFunctions: [{
|
|
9332
9332
|
type: i0.Input
|
|
9333
9333
|
}], catchEventHandlerExceptions: [{
|
|
@@ -11684,7 +11684,6 @@
|
|
|
11684
11684
|
'anchor',
|
|
11685
11685
|
'ariaDescription',
|
|
11686
11686
|
'ariaLabel',
|
|
11687
|
-
'autoUpdateRecord',
|
|
11688
11687
|
'border',
|
|
11689
11688
|
'bubbleEvents',
|
|
11690
11689
|
'color',
|
|
@@ -11737,6 +11736,7 @@
|
|
|
11737
11736
|
BryntumContainerComponent.bryntumProps = BryntumContainerComponent.bryntumFeatureNames.concat([
|
|
11738
11737
|
'alignSelf',
|
|
11739
11738
|
'appendTo',
|
|
11739
|
+
'autoUpdateRecord',
|
|
11740
11740
|
'callOnFunctions',
|
|
11741
11741
|
'catchEventHandlerExceptions',
|
|
11742
11742
|
'centered',
|
|
@@ -11781,7 +11781,7 @@
|
|
|
11781
11781
|
'y'
|
|
11782
11782
|
]);
|
|
11783
11783
|
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 });
|
|
11784
|
-
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",
|
|
11784
|
+
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", border: "border", bubbleEvents: "bubbleEvents", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", floating: "floating", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", textAlign: "textAlign", textContent: "textContent", title: "title", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", tooltip: "tooltip", width: "width", x: "x", y: "y", parent: "parent", values: "values" }, 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 });
|
|
11785
11785
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumContainerComponent, decorators: [{
|
|
11786
11786
|
type: i0.Component,
|
|
11787
11787
|
args: [{
|
|
@@ -11798,8 +11798,6 @@
|
|
|
11798
11798
|
type: i0.Input
|
|
11799
11799
|
}], ariaLabel: [{
|
|
11800
11800
|
type: i0.Input
|
|
11801
|
-
}], autoUpdateRecord: [{
|
|
11802
|
-
type: i0.Input
|
|
11803
11801
|
}], border: [{
|
|
11804
11802
|
type: i0.Input
|
|
11805
11803
|
}], bubbleEvents: [{
|
|
@@ -11900,6 +11898,8 @@
|
|
|
11900
11898
|
type: i0.Input
|
|
11901
11899
|
}], appendTo: [{
|
|
11902
11900
|
type: i0.Input
|
|
11901
|
+
}], autoUpdateRecord: [{
|
|
11902
|
+
type: i0.Input
|
|
11903
11903
|
}], callOnFunctions: [{
|
|
11904
11904
|
type: i0.Input
|
|
11905
11905
|
}], catchEventHandlerExceptions: [{
|
|
@@ -13434,7 +13434,6 @@
|
|
|
13434
13434
|
'anchor',
|
|
13435
13435
|
'ariaDescription',
|
|
13436
13436
|
'ariaLabel',
|
|
13437
|
-
'autoUpdateRecord',
|
|
13438
13437
|
'bbar',
|
|
13439
13438
|
'bodyCls',
|
|
13440
13439
|
'border',
|
|
@@ -13528,6 +13527,7 @@
|
|
|
13528
13527
|
'alignSelf',
|
|
13529
13528
|
'animateTimeShift',
|
|
13530
13529
|
'appendTo',
|
|
13530
|
+
'autoUpdateRecord',
|
|
13531
13531
|
'callOnFunctions',
|
|
13532
13532
|
'catchEventHandlerExceptions',
|
|
13533
13533
|
'centered',
|
|
@@ -13584,7 +13584,7 @@
|
|
|
13584
13584
|
'y'
|
|
13585
13585
|
]);
|
|
13586
13586
|
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 });
|
|
13587
|
-
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",
|
|
13587
|
+
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", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", cellRenderer: "cellRenderer", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", dayNameFormat: "dayNameFormat", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", disabledCls: "disabledCls", disabledDates: "disabledDates", disableNonWorkingDays: "disableNonWorkingDays", disableOtherMonthCells: "disableOtherMonthCells", disableWeekends: "disableWeekends", dock: "dock", draggable: "draggable", drawer: "drawer", editMonth: "editMonth", elementAttributes: "elementAttributes", floating: "floating", focusDisabledDates: "focusDisabledDates", footer: "footer", header: "header", headerRenderer: "headerRenderer", hideAnimation: "hideAnimation", hideOtherMonthCells: "hideOtherMonthCells", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", includeYear: "includeYear", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", maxDate: "maxDate", minColumnWidth: "minColumnWidth", minDate: "minDate", minRowHeight: "minRowHeight", monitorResize: "monitorResize", month: "month", monthButtonFormat: "monthButtonFormat", multiSelect: "multiSelect", namedItems: "namedItems", nonWorkingDayCls: "nonWorkingDayCls", nonWorkingDays: "nonWorkingDays", otherMonthCls: "otherMonthCls", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", sixWeeks: "sixWeeks", stateful: "stateful", statefulEvents: "statefulEvents", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", tip: "tip", todayCls: "todayCls", trapFocus: "trapFocus", type: "type", ui: "ui", weekendCls: "weekendCls", weekRenderer: "weekRenderer", weekStartDay: "weekStartDay", weight: "weight", alignSelf: "alignSelf", animateTimeShift: "animateTimeShift", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", date: "date", disabled: "disabled", dragSelect: "dragSelect", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", highlightSelectedWeek: "highlightSelectedWeek", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", selection: "selection", shadePastDates: "shadePastDates", showWeekColumn: "showWeekColumn", span: "span", stateId: "stateId", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", weekColumnHeader: "weekColumnHeader", width: "width", x: "x", y: "y", parent: "parent", state: "state", values: "values" }, 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 });
|
|
13588
13588
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumDatePickerComponent, decorators: [{
|
|
13589
13589
|
type: i0.Component,
|
|
13590
13590
|
args: [{
|
|
@@ -13603,8 +13603,6 @@
|
|
|
13603
13603
|
type: i0.Input
|
|
13604
13604
|
}], ariaLabel: [{
|
|
13605
13605
|
type: i0.Input
|
|
13606
|
-
}], autoUpdateRecord: [{
|
|
13607
|
-
type: i0.Input
|
|
13608
13606
|
}], bbar: [{
|
|
13609
13607
|
type: i0.Input
|
|
13610
13608
|
}], bodyCls: [{
|
|
@@ -13787,6 +13785,8 @@
|
|
|
13787
13785
|
type: i0.Input
|
|
13788
13786
|
}], appendTo: [{
|
|
13789
13787
|
type: i0.Input
|
|
13788
|
+
}], autoUpdateRecord: [{
|
|
13789
|
+
type: i0.Input
|
|
13790
13790
|
}], callOnFunctions: [{
|
|
13791
13791
|
type: i0.Input
|
|
13792
13792
|
}], catchEventHandlerExceptions: [{
|
|
@@ -16084,7 +16084,6 @@
|
|
|
16084
16084
|
'appFolder',
|
|
16085
16085
|
'ariaDescription',
|
|
16086
16086
|
'ariaLabel',
|
|
16087
|
-
'autoUpdateRecord',
|
|
16088
16087
|
'bbar',
|
|
16089
16088
|
'bodyCls',
|
|
16090
16089
|
'border',
|
|
@@ -16153,6 +16152,7 @@
|
|
|
16153
16152
|
BryntumDemoCodeEditorComponent.bryntumProps = BryntumDemoCodeEditorComponent.bryntumFeatureNames.concat([
|
|
16154
16153
|
'alignSelf',
|
|
16155
16154
|
'appendTo',
|
|
16155
|
+
'autoUpdateRecord',
|
|
16156
16156
|
'callOnFunctions',
|
|
16157
16157
|
'catchEventHandlerExceptions',
|
|
16158
16158
|
'centered',
|
|
@@ -16206,7 +16206,7 @@
|
|
|
16206
16206
|
'y'
|
|
16207
16207
|
]);
|
|
16208
16208
|
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 });
|
|
16209
|
-
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",
|
|
16209
|
+
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", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", codePath: "codePath", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", editor: "editor", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", mode: "mode", monitorResize: "monitorResize", namedItems: "namedItems", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preferredSources: "preferredSources", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", language: "language", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", stateId: "stateId", status: "status", strictRecordMapping: "strictRecordMapping", text: "text", theme: "theme", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", parent: "parent", state: "state", values: "values" }, 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 });
|
|
16210
16210
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumDemoCodeEditorComponent, decorators: [{
|
|
16211
16211
|
type: i0.Component,
|
|
16212
16212
|
args: [{
|
|
@@ -16225,8 +16225,6 @@
|
|
|
16225
16225
|
type: i0.Input
|
|
16226
16226
|
}], ariaLabel: [{
|
|
16227
16227
|
type: i0.Input
|
|
16228
|
-
}], autoUpdateRecord: [{
|
|
16229
|
-
type: i0.Input
|
|
16230
16228
|
}], bbar: [{
|
|
16231
16229
|
type: i0.Input
|
|
16232
16230
|
}], bodyCls: [{
|
|
@@ -16359,6 +16357,8 @@
|
|
|
16359
16357
|
type: i0.Input
|
|
16360
16358
|
}], appendTo: [{
|
|
16361
16359
|
type: i0.Input
|
|
16360
|
+
}], autoUpdateRecord: [{
|
|
16361
|
+
type: i0.Input
|
|
16362
16362
|
}], callOnFunctions: [{
|
|
16363
16363
|
type: i0.Input
|
|
16364
16364
|
}], catchEventHandlerExceptions: [{
|
|
@@ -18670,7 +18670,6 @@
|
|
|
18670
18670
|
'appendToTargetParent',
|
|
18671
18671
|
'ariaDescription',
|
|
18672
18672
|
'ariaLabel',
|
|
18673
|
-
'autoUpdateRecord',
|
|
18674
18673
|
'blurAction',
|
|
18675
18674
|
'border',
|
|
18676
18675
|
'bubbleEvents',
|
|
@@ -18732,6 +18731,7 @@
|
|
|
18732
18731
|
BryntumEditorComponent.bryntumProps = BryntumEditorComponent.bryntumFeatureNames.concat([
|
|
18733
18732
|
'alignSelf',
|
|
18734
18733
|
'appendTo',
|
|
18734
|
+
'autoUpdateRecord',
|
|
18735
18735
|
'callOnFunctions',
|
|
18736
18736
|
'catchEventHandlerExceptions',
|
|
18737
18737
|
'centered',
|
|
@@ -18777,7 +18777,7 @@
|
|
|
18777
18777
|
'y'
|
|
18778
18778
|
]);
|
|
18779
18779
|
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 });
|
|
18780
|
-
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",
|
|
18780
|
+
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", blurAction: "blurAction", border: "border", bubbleEvents: "bubbleEvents", cancelKey: "cancelKey", color: "color", completeKey: "completeKey", completeOnChange: "completeOnChange", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", fitTargetContent: "fitTargetContent", floating: "floating", hideAnimation: "hideAnimation", hideTarget: "hideTarget", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", ignoreParentReadOnly: "ignoreParentReadOnly", invalidAction: "invalidAction", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", matchFont: "matchFont", matchSize: "matchSize", monitorResize: "monitorResize", namedItems: "namedItems", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", textAlign: "textAlign", textContent: "textContent", title: "title", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputField: "inputField", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", tooltip: "tooltip", width: "width", x: "x", y: "y", parent: "parent", values: "values" }, 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 });
|
|
18781
18781
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumEditorComponent, decorators: [{
|
|
18782
18782
|
type: i0.Component,
|
|
18783
18783
|
args: [{
|
|
@@ -18796,8 +18796,6 @@
|
|
|
18796
18796
|
type: i0.Input
|
|
18797
18797
|
}], ariaLabel: [{
|
|
18798
18798
|
type: i0.Input
|
|
18799
|
-
}], autoUpdateRecord: [{
|
|
18800
|
-
type: i0.Input
|
|
18801
18799
|
}], blurAction: [{
|
|
18802
18800
|
type: i0.Input
|
|
18803
18801
|
}], border: [{
|
|
@@ -18916,6 +18914,8 @@
|
|
|
18916
18914
|
type: i0.Input
|
|
18917
18915
|
}], appendTo: [{
|
|
18918
18916
|
type: i0.Input
|
|
18917
|
+
}], autoUpdateRecord: [{
|
|
18918
|
+
type: i0.Input
|
|
18919
18919
|
}], callOnFunctions: [{
|
|
18920
18920
|
type: i0.Input
|
|
18921
18921
|
}], catchEventHandlerExceptions: [{
|
|
@@ -19463,7 +19463,6 @@
|
|
|
19463
19463
|
'anchor',
|
|
19464
19464
|
'ariaDescription',
|
|
19465
19465
|
'ariaLabel',
|
|
19466
|
-
'autoUpdateRecord',
|
|
19467
19466
|
'border',
|
|
19468
19467
|
'bubbleEvents',
|
|
19469
19468
|
'color',
|
|
@@ -19528,6 +19527,7 @@
|
|
|
19528
19527
|
BryntumFieldFilterPickerComponent.bryntumProps = BryntumFieldFilterPickerComponent.bryntumFeatureNames.concat([
|
|
19529
19528
|
'alignSelf',
|
|
19530
19529
|
'appendTo',
|
|
19530
|
+
'autoUpdateRecord',
|
|
19531
19531
|
'callOnFunctions',
|
|
19532
19532
|
'catchEventHandlerExceptions',
|
|
19533
19533
|
'centered',
|
|
@@ -19572,7 +19572,7 @@
|
|
|
19572
19572
|
'y'
|
|
19573
19573
|
]);
|
|
19574
19574
|
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 });
|
|
19575
|
-
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",
|
|
19575
|
+
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", border: "border", bubbleEvents: "bubbleEvents", 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", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", propertyFieldConfig: "propertyFieldConfig", propertyLocked: "propertyLocked", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", 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", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", tooltip: "tooltip", width: "width", x: "x", y: "y", parent: "parent", values: "values" }, 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 });
|
|
19576
19576
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumFieldFilterPickerComponent, decorators: [{
|
|
19577
19577
|
type: i0.Component,
|
|
19578
19578
|
args: [{
|
|
@@ -19589,8 +19589,6 @@
|
|
|
19589
19589
|
type: i0.Input
|
|
19590
19590
|
}], ariaLabel: [{
|
|
19591
19591
|
type: i0.Input
|
|
19592
|
-
}], autoUpdateRecord: [{
|
|
19593
|
-
type: i0.Input
|
|
19594
19592
|
}], border: [{
|
|
19595
19593
|
type: i0.Input
|
|
19596
19594
|
}], bubbleEvents: [{
|
|
@@ -19715,6 +19713,8 @@
|
|
|
19715
19713
|
type: i0.Input
|
|
19716
19714
|
}], appendTo: [{
|
|
19717
19715
|
type: i0.Input
|
|
19716
|
+
}], autoUpdateRecord: [{
|
|
19717
|
+
type: i0.Input
|
|
19718
19718
|
}], callOnFunctions: [{
|
|
19719
19719
|
type: i0.Input
|
|
19720
19720
|
}], catchEventHandlerExceptions: [{
|
|
@@ -20258,7 +20258,6 @@
|
|
|
20258
20258
|
'anchor',
|
|
20259
20259
|
'ariaDescription',
|
|
20260
20260
|
'ariaLabel',
|
|
20261
|
-
'autoUpdateRecord',
|
|
20262
20261
|
'border',
|
|
20263
20262
|
'bubbleEvents',
|
|
20264
20263
|
'canDeleteFilter',
|
|
@@ -20322,6 +20321,7 @@
|
|
|
20322
20321
|
BryntumFieldFilterPickerGroupComponent.bryntumProps = BryntumFieldFilterPickerGroupComponent.bryntumFeatureNames.concat([
|
|
20323
20322
|
'alignSelf',
|
|
20324
20323
|
'appendTo',
|
|
20324
|
+
'autoUpdateRecord',
|
|
20325
20325
|
'callOnFunctions',
|
|
20326
20326
|
'catchEventHandlerExceptions',
|
|
20327
20327
|
'centered',
|
|
@@ -20367,7 +20367,7 @@
|
|
|
20367
20367
|
'y'
|
|
20368
20368
|
]);
|
|
20369
20369
|
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 });
|
|
20370
|
-
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",
|
|
20370
|
+
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", border: "border", bubbleEvents: "bubbleEvents", canDeleteFilter: "canDeleteFilter", canManageFilter: "canManageFilter", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", dateFormat: "dateFormat", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", fields: "fields", filters: "filters", floating: "floating", getFieldFilterPickerConfig: "getFieldFilterPickerConfig", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", limitToProperty: "limitToProperty", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", operators: "operators", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAddFilterButton: "showAddFilterButton", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", store: "store", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", textAlign: "textAlign", textContent: "textContent", title: "title", triggerChangeOnInput: "triggerChangeOnInput", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", tooltip: "tooltip", width: "width", x: "x", y: "y", parent: "parent", value: "value", values: "values" }, 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 });
|
|
20371
20371
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumFieldFilterPickerGroupComponent, decorators: [{
|
|
20372
20372
|
type: i0.Component,
|
|
20373
20373
|
args: [{
|
|
@@ -20388,8 +20388,6 @@
|
|
|
20388
20388
|
type: i0.Input
|
|
20389
20389
|
}], ariaLabel: [{
|
|
20390
20390
|
type: i0.Input
|
|
20391
|
-
}], autoUpdateRecord: [{
|
|
20392
|
-
type: i0.Input
|
|
20393
20391
|
}], border: [{
|
|
20394
20392
|
type: i0.Input
|
|
20395
20393
|
}], bubbleEvents: [{
|
|
@@ -20512,6 +20510,8 @@
|
|
|
20512
20510
|
type: i0.Input
|
|
20513
20511
|
}], appendTo: [{
|
|
20514
20512
|
type: i0.Input
|
|
20513
|
+
}], autoUpdateRecord: [{
|
|
20514
|
+
type: i0.Input
|
|
20515
20515
|
}], callOnFunctions: [{
|
|
20516
20516
|
type: i0.Input
|
|
20517
20517
|
}], catchEventHandlerExceptions: [{
|
|
@@ -21081,7 +21081,6 @@
|
|
|
21081
21081
|
'anchor',
|
|
21082
21082
|
'ariaDescription',
|
|
21083
21083
|
'ariaLabel',
|
|
21084
|
-
'autoUpdateRecord',
|
|
21085
21084
|
'bbar',
|
|
21086
21085
|
'bodyCls',
|
|
21087
21086
|
'border',
|
|
@@ -21147,6 +21146,7 @@
|
|
|
21147
21146
|
BryntumFieldSetComponent.bryntumProps = BryntumFieldSetComponent.bryntumFeatureNames.concat([
|
|
21148
21147
|
'alignSelf',
|
|
21149
21148
|
'appendTo',
|
|
21149
|
+
'autoUpdateRecord',
|
|
21150
21150
|
'callOnFunctions',
|
|
21151
21151
|
'catchEventHandlerExceptions',
|
|
21152
21152
|
'centered',
|
|
@@ -21198,7 +21198,7 @@
|
|
|
21198
21198
|
'y'
|
|
21199
21199
|
]);
|
|
21200
21200
|
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 });
|
|
21201
|
-
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",
|
|
21201
|
+
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", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", labelCls: "labelCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inline: "inline", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", label: "label", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", stateId: "stateId", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", 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 });
|
|
21202
21202
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumFieldSetComponent, decorators: [{
|
|
21203
21203
|
type: i0.Component,
|
|
21204
21204
|
args: [{
|
|
@@ -21215,8 +21215,6 @@
|
|
|
21215
21215
|
type: i0.Input
|
|
21216
21216
|
}], ariaLabel: [{
|
|
21217
21217
|
type: i0.Input
|
|
21218
|
-
}], autoUpdateRecord: [{
|
|
21219
|
-
type: i0.Input
|
|
21220
21218
|
}], bbar: [{
|
|
21221
21219
|
type: i0.Input
|
|
21222
21220
|
}], bodyCls: [{
|
|
@@ -21343,6 +21341,8 @@
|
|
|
21343
21341
|
type: i0.Input
|
|
21344
21342
|
}], appendTo: [{
|
|
21345
21343
|
type: i0.Input
|
|
21344
|
+
}], autoUpdateRecord: [{
|
|
21345
|
+
type: i0.Input
|
|
21346
21346
|
}], callOnFunctions: [{
|
|
21347
21347
|
type: i0.Input
|
|
21348
21348
|
}], catchEventHandlerExceptions: [{
|
|
@@ -22713,7 +22713,6 @@
|
|
|
22713
22713
|
'anchor',
|
|
22714
22714
|
'ariaDescription',
|
|
22715
22715
|
'ariaLabel',
|
|
22716
|
-
'autoUpdateRecord',
|
|
22717
22716
|
'border',
|
|
22718
22717
|
'bubbleEvents',
|
|
22719
22718
|
'buttonConfig',
|
|
@@ -22768,6 +22767,7 @@
|
|
|
22768
22767
|
BryntumFilePickerComponent.bryntumProps = BryntumFilePickerComponent.bryntumFeatureNames.concat([
|
|
22769
22768
|
'alignSelf',
|
|
22770
22769
|
'appendTo',
|
|
22770
|
+
'autoUpdateRecord',
|
|
22771
22771
|
'callOnFunctions',
|
|
22772
22772
|
'catchEventHandlerExceptions',
|
|
22773
22773
|
'centered',
|
|
@@ -22813,7 +22813,7 @@
|
|
|
22813
22813
|
'y'
|
|
22814
22814
|
]);
|
|
22815
22815
|
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 });
|
|
22816
|
-
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",
|
|
22816
|
+
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", border: "border", bubbleEvents: "bubbleEvents", buttonConfig: "buttonConfig", 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", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", textAlign: "textAlign", textContent: "textContent", title: "title", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", showBadge: "showBadge", span: "span", strictRecordMapping: "strictRecordMapping", tooltip: "tooltip", width: "width", x: "x", y: "y", 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 });
|
|
22817
22817
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumFilePickerComponent, decorators: [{
|
|
22818
22818
|
type: i0.Component,
|
|
22819
22819
|
args: [{
|
|
@@ -22830,8 +22830,6 @@
|
|
|
22830
22830
|
type: i0.Input
|
|
22831
22831
|
}], ariaLabel: [{
|
|
22832
22832
|
type: i0.Input
|
|
22833
|
-
}], autoUpdateRecord: [{
|
|
22834
|
-
type: i0.Input
|
|
22835
22833
|
}], border: [{
|
|
22836
22834
|
type: i0.Input
|
|
22837
22835
|
}], bubbleEvents: [{
|
|
@@ -22936,6 +22934,8 @@
|
|
|
22936
22934
|
type: i0.Input
|
|
22937
22935
|
}], appendTo: [{
|
|
22938
22936
|
type: i0.Input
|
|
22937
|
+
}], autoUpdateRecord: [{
|
|
22938
|
+
type: i0.Input
|
|
22939
22939
|
}], callOnFunctions: [{
|
|
22940
22940
|
type: i0.Input
|
|
22941
22941
|
}], catchEventHandlerExceptions: [{
|
|
@@ -24655,6 +24655,23 @@
|
|
|
24655
24655
|
* @param {Core.widget.Widget} event.source The widget
|
|
24656
24656
|
*/
|
|
24657
24657
|
this.onHide = new i0.EventEmitter();
|
|
24658
|
+
/**
|
|
24659
|
+
* Fires when the Grid is scrolling horizontally in one of its SubGrids.
|
|
24660
|
+
* @param {object} event Event object
|
|
24661
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
24662
|
+
* @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
|
|
24663
|
+
* @param {number} event.scrollLeft The horizontal scroll position
|
|
24664
|
+
* @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
|
|
24665
|
+
*/
|
|
24666
|
+
this.onHorizontalScroll = new i0.EventEmitter();
|
|
24667
|
+
/**
|
|
24668
|
+
* Fires after the Grid is done scrolling horizontally in one of its SubGrids.
|
|
24669
|
+
* @param {object} event Event object
|
|
24670
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
24671
|
+
* @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
|
|
24672
|
+
* @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
|
|
24673
|
+
*/
|
|
24674
|
+
this.onHorizontalScrollEnd = new i0.EventEmitter();
|
|
24658
24675
|
/**
|
|
24659
24676
|
* Fires when row locking is enabled.
|
|
24660
24677
|
* @param {object} event Event object
|
|
@@ -25152,6 +25169,8 @@
|
|
|
25152
25169
|
'onHeaderMenuShow',
|
|
25153
25170
|
'onHeaderMenuToggleItem',
|
|
25154
25171
|
'onHide',
|
|
25172
|
+
'onHorizontalScroll',
|
|
25173
|
+
'onHorizontalScrollEnd',
|
|
25155
25174
|
'onLockRows',
|
|
25156
25175
|
'onMouseOut',
|
|
25157
25176
|
'onMouseOver',
|
|
@@ -25435,6 +25454,7 @@
|
|
|
25435
25454
|
'alignSelf',
|
|
25436
25455
|
'animateTreeNodeToggle',
|
|
25437
25456
|
'appendTo',
|
|
25457
|
+
'autoUpdateRecord',
|
|
25438
25458
|
'callOnFunctions',
|
|
25439
25459
|
'catchEventHandlerExceptions',
|
|
25440
25460
|
'cellEllipsis',
|
|
@@ -25496,7 +25516,7 @@
|
|
|
25496
25516
|
'width'
|
|
25497
25517
|
]);
|
|
25498
25518
|
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 });
|
|
25499
|
-
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", overflowTwinConfig: "overflowTwinConfig", plugins: "plugins", preserveFocusOnDatasetChange: "preserveFocusOnDatasetChange", preserveScrollOnDatasetChange: "preserveScrollOnDatasetChange", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", resizable: "resizable", resizeToFitIncludesHeader: "resizeToFitIncludesHeader", responsiveLevels: "responsiveLevels", ripple: "ripple", role: "role", rootElement: "rootElement", scrollerClass: "scrollerClass", scrollManager: "scrollManager", showDirty: "showDirty", stateful: "stateful", statefulEvents: "statefulEvents", 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", labelWidth: "labelWidth", 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", stateId: "stateId", stateSettings: "stateSettings", store: "store", title: "title", tools: "tools", transition: "transition", transitionDuration: "transitionDuration", width: "width", centered: "centered", 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", onTreeGroup: "onTreeGroup", onUnlockRows: "onUnlockRows", onUnsplit: "onUnsplit" }, usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
25519
|
+
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", overflowTwinConfig: "overflowTwinConfig", plugins: "plugins", preserveFocusOnDatasetChange: "preserveFocusOnDatasetChange", preserveScrollOnDatasetChange: "preserveScrollOnDatasetChange", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", resizable: "resizable", resizeToFitIncludesHeader: "resizeToFitIncludesHeader", responsiveLevels: "responsiveLevels", ripple: "ripple", role: "role", rootElement: "rootElement", scrollerClass: "scrollerClass", scrollManager: "scrollManager", showDirty: "showDirty", stateful: "stateful", statefulEvents: "statefulEvents", 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", labelWidth: "labelWidth", 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", stateId: "stateId", stateSettings: "stateSettings", store: "store", title: "title", tools: "tools", transition: "transition", transitionDuration: "transitionDuration", width: "width", autoUpdateRecord: "autoUpdateRecord", centered: "centered", 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", onHorizontalScroll: "onHorizontalScroll", onHorizontalScrollEnd: "onHorizontalScrollEnd", 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", onTreeGroup: "onTreeGroup", onUnlockRows: "onUnlockRows", onUnsplit: "onUnsplit" }, usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
25500
25520
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGridComponent, decorators: [{
|
|
25501
25521
|
type: i0.Component,
|
|
25502
25522
|
args: [{
|
|
@@ -25751,6 +25771,8 @@
|
|
|
25751
25771
|
type: i0.Input
|
|
25752
25772
|
}], width: [{
|
|
25753
25773
|
type: i0.Input
|
|
25774
|
+
}], autoUpdateRecord: [{
|
|
25775
|
+
type: i0.Input
|
|
25754
25776
|
}], centered: [{
|
|
25755
25777
|
type: i0.Input
|
|
25756
25778
|
}], originalStore: [{
|
|
@@ -26021,6 +26043,10 @@
|
|
|
26021
26043
|
type: i0.Output
|
|
26022
26044
|
}], onHide: [{
|
|
26023
26045
|
type: i0.Output
|
|
26046
|
+
}], onHorizontalScroll: [{
|
|
26047
|
+
type: i0.Output
|
|
26048
|
+
}], onHorizontalScrollEnd: [{
|
|
26049
|
+
type: i0.Output
|
|
26024
26050
|
}], onLockRows: [{
|
|
26025
26051
|
type: i0.Output
|
|
26026
26052
|
}], onMouseOut: [{
|
|
@@ -26838,6 +26864,23 @@
|
|
|
26838
26864
|
* @param {Core.widget.Widget} event.source The widget
|
|
26839
26865
|
*/
|
|
26840
26866
|
this.onHide = new i0.EventEmitter();
|
|
26867
|
+
/**
|
|
26868
|
+
* Fires when the Grid is scrolling horizontally in one of its SubGrids.
|
|
26869
|
+
* @param {object} event Event object
|
|
26870
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
26871
|
+
* @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
|
|
26872
|
+
* @param {number} event.scrollLeft The horizontal scroll position
|
|
26873
|
+
* @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
|
|
26874
|
+
*/
|
|
26875
|
+
this.onHorizontalScroll = new i0.EventEmitter();
|
|
26876
|
+
/**
|
|
26877
|
+
* Fires after the Grid is done scrolling horizontally in one of its SubGrids.
|
|
26878
|
+
* @param {object} event Event object
|
|
26879
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
26880
|
+
* @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
|
|
26881
|
+
* @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
|
|
26882
|
+
*/
|
|
26883
|
+
this.onHorizontalScrollEnd = new i0.EventEmitter();
|
|
26841
26884
|
/**
|
|
26842
26885
|
* Fires when row locking is enabled.
|
|
26843
26886
|
* @param {object} event Event object
|
|
@@ -27335,6 +27378,8 @@
|
|
|
27335
27378
|
'onHeaderMenuShow',
|
|
27336
27379
|
'onHeaderMenuToggleItem',
|
|
27337
27380
|
'onHide',
|
|
27381
|
+
'onHorizontalScroll',
|
|
27382
|
+
'onHorizontalScrollEnd',
|
|
27338
27383
|
'onLockRows',
|
|
27339
27384
|
'onMouseOut',
|
|
27340
27385
|
'onMouseOver',
|
|
@@ -27616,6 +27661,7 @@
|
|
|
27616
27661
|
'alignSelf',
|
|
27617
27662
|
'animateTreeNodeToggle',
|
|
27618
27663
|
'appendTo',
|
|
27664
|
+
'autoUpdateRecord',
|
|
27619
27665
|
'callOnFunctions',
|
|
27620
27666
|
'catchEventHandlerExceptions',
|
|
27621
27667
|
'cellEllipsis',
|
|
@@ -27677,7 +27723,7 @@
|
|
|
27677
27723
|
'width'
|
|
27678
27724
|
]);
|
|
27679
27725
|
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 });
|
|
27680
|
-
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", overflowTwinConfig: "overflowTwinConfig", plugins: "plugins", preserveFocusOnDatasetChange: "preserveFocusOnDatasetChange", preserveScrollOnDatasetChange: "preserveScrollOnDatasetChange", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", resizable: "resizable", resizeToFitIncludesHeader: "resizeToFitIncludesHeader", responsiveLevels: "responsiveLevels", ripple: "ripple", role: "role", rootElement: "rootElement", scrollerClass: "scrollerClass", scrollManager: "scrollManager", showDirty: "showDirty", stateful: "stateful", statefulEvents: "statefulEvents", 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", labelWidth: "labelWidth", 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", stateId: "stateId", stateSettings: "stateSettings", store: "store", title: "title", tools: "tools", transition: "transition", transitionDuration: "transitionDuration", width: "width", centered: "centered", 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", onTreeGroup: "onTreeGroup", onUnlockRows: "onUnlockRows", onUnsplit: "onUnsplit" }, usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
27726
|
+
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", overflowTwinConfig: "overflowTwinConfig", plugins: "plugins", preserveFocusOnDatasetChange: "preserveFocusOnDatasetChange", preserveScrollOnDatasetChange: "preserveScrollOnDatasetChange", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", resizable: "resizable", resizeToFitIncludesHeader: "resizeToFitIncludesHeader", responsiveLevels: "responsiveLevels", ripple: "ripple", role: "role", rootElement: "rootElement", scrollerClass: "scrollerClass", scrollManager: "scrollManager", showDirty: "showDirty", stateful: "stateful", statefulEvents: "statefulEvents", 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", labelWidth: "labelWidth", 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", stateId: "stateId", stateSettings: "stateSettings", store: "store", title: "title", tools: "tools", transition: "transition", transitionDuration: "transitionDuration", width: "width", autoUpdateRecord: "autoUpdateRecord", centered: "centered", 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", onHorizontalScroll: "onHorizontalScroll", onHorizontalScrollEnd: "onHorizontalScrollEnd", 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", onTreeGroup: "onTreeGroup", onUnlockRows: "onUnlockRows", onUnsplit: "onUnsplit" }, usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
27681
27727
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGridBaseComponent, decorators: [{
|
|
27682
27728
|
type: i0.Component,
|
|
27683
27729
|
args: [{
|
|
@@ -27930,6 +27976,8 @@
|
|
|
27930
27976
|
type: i0.Input
|
|
27931
27977
|
}], width: [{
|
|
27932
27978
|
type: i0.Input
|
|
27979
|
+
}], autoUpdateRecord: [{
|
|
27980
|
+
type: i0.Input
|
|
27933
27981
|
}], centered: [{
|
|
27934
27982
|
type: i0.Input
|
|
27935
27983
|
}], originalStore: [{
|
|
@@ -28200,6 +28248,10 @@
|
|
|
28200
28248
|
type: i0.Output
|
|
28201
28249
|
}], onHide: [{
|
|
28202
28250
|
type: i0.Output
|
|
28251
|
+
}], onHorizontalScroll: [{
|
|
28252
|
+
type: i0.Output
|
|
28253
|
+
}], onHorizontalScrollEnd: [{
|
|
28254
|
+
type: i0.Output
|
|
28203
28255
|
}], onLockRows: [{
|
|
28204
28256
|
type: i0.Output
|
|
28205
28257
|
}], onMouseOut: [{
|
|
@@ -29317,7 +29369,6 @@
|
|
|
29317
29369
|
'anchor',
|
|
29318
29370
|
'ariaDescription',
|
|
29319
29371
|
'ariaLabel',
|
|
29320
|
-
'autoUpdateRecord',
|
|
29321
29372
|
'border',
|
|
29322
29373
|
'bubbleEvents',
|
|
29323
29374
|
'color',
|
|
@@ -29382,6 +29433,7 @@
|
|
|
29382
29433
|
BryntumGridFieldFilterPickerComponent.bryntumProps = BryntumGridFieldFilterPickerComponent.bryntumFeatureNames.concat([
|
|
29383
29434
|
'alignSelf',
|
|
29384
29435
|
'appendTo',
|
|
29436
|
+
'autoUpdateRecord',
|
|
29385
29437
|
'callOnFunctions',
|
|
29386
29438
|
'catchEventHandlerExceptions',
|
|
29387
29439
|
'centered',
|
|
@@ -29426,7 +29478,7 @@
|
|
|
29426
29478
|
'y'
|
|
29427
29479
|
]);
|
|
29428
29480
|
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 });
|
|
29429
|
-
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",
|
|
29481
|
+
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", border: "border", bubbleEvents: "bubbleEvents", 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", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", propertyFieldConfig: "propertyFieldConfig", propertyLocked: "propertyLocked", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", textAlign: "textAlign", textContent: "textContent", title: "title", triggerChangeOnInput: "triggerChangeOnInput", type: "type", ui: "ui", valueFieldPlaceholders: "valueFieldPlaceholders", valueLocked: "valueLocked", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", tooltip: "tooltip", width: "width", x: "x", y: "y", parent: "parent", values: "values" }, 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 });
|
|
29430
29482
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGridFieldFilterPickerComponent, decorators: [{
|
|
29431
29483
|
type: i0.Component,
|
|
29432
29484
|
args: [{
|
|
@@ -29445,8 +29497,6 @@
|
|
|
29445
29497
|
type: i0.Input
|
|
29446
29498
|
}], ariaLabel: [{
|
|
29447
29499
|
type: i0.Input
|
|
29448
|
-
}], autoUpdateRecord: [{
|
|
29449
|
-
type: i0.Input
|
|
29450
29500
|
}], border: [{
|
|
29451
29501
|
type: i0.Input
|
|
29452
29502
|
}], bubbleEvents: [{
|
|
@@ -29571,6 +29621,8 @@
|
|
|
29571
29621
|
type: i0.Input
|
|
29572
29622
|
}], appendTo: [{
|
|
29573
29623
|
type: i0.Input
|
|
29624
|
+
}], autoUpdateRecord: [{
|
|
29625
|
+
type: i0.Input
|
|
29574
29626
|
}], callOnFunctions: [{
|
|
29575
29627
|
type: i0.Input
|
|
29576
29628
|
}], catchEventHandlerExceptions: [{
|
|
@@ -30113,7 +30165,6 @@
|
|
|
30113
30165
|
'anchor',
|
|
30114
30166
|
'ariaDescription',
|
|
30115
30167
|
'ariaLabel',
|
|
30116
|
-
'autoUpdateRecord',
|
|
30117
30168
|
'border',
|
|
30118
30169
|
'bubbleEvents',
|
|
30119
30170
|
'canDeleteFilter',
|
|
@@ -30176,6 +30227,7 @@
|
|
|
30176
30227
|
BryntumGridFieldFilterPickerGroupComponent.bryntumProps = BryntumGridFieldFilterPickerGroupComponent.bryntumFeatureNames.concat([
|
|
30177
30228
|
'alignSelf',
|
|
30178
30229
|
'appendTo',
|
|
30230
|
+
'autoUpdateRecord',
|
|
30179
30231
|
'callOnFunctions',
|
|
30180
30232
|
'catchEventHandlerExceptions',
|
|
30181
30233
|
'centered',
|
|
@@ -30221,7 +30273,7 @@
|
|
|
30221
30273
|
'y'
|
|
30222
30274
|
]);
|
|
30223
30275
|
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 });
|
|
30224
|
-
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",
|
|
30276
|
+
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", border: "border", bubbleEvents: "bubbleEvents", canDeleteFilter: "canDeleteFilter", canManageFilter: "canManageFilter", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", dateFormat: "dateFormat", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", 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", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", 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", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", tooltip: "tooltip", width: "width", x: "x", y: "y", parent: "parent", value: "value", values: "values" }, 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 });
|
|
30225
30277
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumGridFieldFilterPickerGroupComponent, decorators: [{
|
|
30226
30278
|
type: i0.Component,
|
|
30227
30279
|
args: [{
|
|
@@ -30242,8 +30294,6 @@
|
|
|
30242
30294
|
type: i0.Input
|
|
30243
30295
|
}], ariaLabel: [{
|
|
30244
30296
|
type: i0.Input
|
|
30245
|
-
}], autoUpdateRecord: [{
|
|
30246
|
-
type: i0.Input
|
|
30247
30297
|
}], border: [{
|
|
30248
30298
|
type: i0.Input
|
|
30249
30299
|
}], bubbleEvents: [{
|
|
@@ -30364,6 +30414,8 @@
|
|
|
30364
30414
|
type: i0.Input
|
|
30365
30415
|
}], appendTo: [{
|
|
30366
30416
|
type: i0.Input
|
|
30417
|
+
}], autoUpdateRecord: [{
|
|
30418
|
+
type: i0.Input
|
|
30367
30419
|
}], callOnFunctions: [{
|
|
30368
30420
|
type: i0.Input
|
|
30369
30421
|
}], catchEventHandlerExceptions: [{
|
|
@@ -31723,7 +31775,6 @@
|
|
|
31723
31775
|
'ariaDescription',
|
|
31724
31776
|
'ariaLabel',
|
|
31725
31777
|
'autoNext',
|
|
31726
|
-
'autoUpdateRecord',
|
|
31727
31778
|
'bbar',
|
|
31728
31779
|
'bodyCls',
|
|
31729
31780
|
'border',
|
|
@@ -31799,6 +31850,7 @@
|
|
|
31799
31850
|
BryntumHintComponent.bryntumProps = BryntumHintComponent.bryntumFeatureNames.concat([
|
|
31800
31851
|
'alignSelf',
|
|
31801
31852
|
'appendTo',
|
|
31853
|
+
'autoUpdateRecord',
|
|
31802
31854
|
'callOnFunctions',
|
|
31803
31855
|
'catchEventHandlerExceptions',
|
|
31804
31856
|
'centered',
|
|
@@ -31850,7 +31902,7 @@
|
|
|
31850
31902
|
'y'
|
|
31851
31903
|
]);
|
|
31852
31904
|
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 });
|
|
31853
|
-
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",
|
|
31905
|
+
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", 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", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", previousAction: "previousAction", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showOnClick: "showOnClick", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", 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", autoUpdateRecord: "autoUpdateRecord", 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", labelWidth: "labelWidth", 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", stateId: "stateId", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", centered: "centered", 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 });
|
|
31854
31906
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumHintComponent, decorators: [{
|
|
31855
31907
|
type: i0.Component,
|
|
31856
31908
|
args: [{
|
|
@@ -31869,8 +31921,6 @@
|
|
|
31869
31921
|
type: i0.Input
|
|
31870
31922
|
}], autoNext: [{
|
|
31871
31923
|
type: i0.Input
|
|
31872
|
-
}], autoUpdateRecord: [{
|
|
31873
|
-
type: i0.Input
|
|
31874
31924
|
}], bbar: [{
|
|
31875
31925
|
type: i0.Input
|
|
31876
31926
|
}], bodyCls: [{
|
|
@@ -32017,6 +32067,8 @@
|
|
|
32017
32067
|
type: i0.Input
|
|
32018
32068
|
}], appendTo: [{
|
|
32019
32069
|
type: i0.Input
|
|
32070
|
+
}], autoUpdateRecord: [{
|
|
32071
|
+
type: i0.Input
|
|
32020
32072
|
}], callOnFunctions: [{
|
|
32021
32073
|
type: i0.Input
|
|
32022
32074
|
}], catchEventHandlerExceptions: [{
|
|
@@ -34031,7 +34083,6 @@
|
|
|
34031
34083
|
'ariaLabel',
|
|
34032
34084
|
'autoClose',
|
|
34033
34085
|
'autoShow',
|
|
34034
|
-
'autoUpdateRecord',
|
|
34035
34086
|
'bbar',
|
|
34036
34087
|
'bodyCls',
|
|
34037
34088
|
'border',
|
|
@@ -34105,6 +34156,7 @@
|
|
|
34105
34156
|
BryntumMenuComponent.bryntumProps = BryntumMenuComponent.bryntumFeatureNames.concat([
|
|
34106
34157
|
'alignSelf',
|
|
34107
34158
|
'appendTo',
|
|
34159
|
+
'autoUpdateRecord',
|
|
34108
34160
|
'callOnFunctions',
|
|
34109
34161
|
'catchEventHandlerExceptions',
|
|
34110
34162
|
'centered',
|
|
@@ -34156,7 +34208,7 @@
|
|
|
34156
34208
|
'y'
|
|
34157
34209
|
]);
|
|
34158
34210
|
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 });
|
|
34159
|
-
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",
|
|
34211
|
+
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", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", 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", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showOnClick: "showOnClick", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", 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", stateId: "stateId", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", parent: "parent", 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 });
|
|
34160
34212
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumMenuComponent, decorators: [{
|
|
34161
34213
|
type: i0.Component,
|
|
34162
34214
|
args: [{
|
|
@@ -34177,8 +34229,6 @@
|
|
|
34177
34229
|
type: i0.Input
|
|
34178
34230
|
}], autoShow: [{
|
|
34179
34231
|
type: i0.Input
|
|
34180
|
-
}], autoUpdateRecord: [{
|
|
34181
|
-
type: i0.Input
|
|
34182
34232
|
}], bbar: [{
|
|
34183
34233
|
type: i0.Input
|
|
34184
34234
|
}], bodyCls: [{
|
|
@@ -34321,6 +34371,8 @@
|
|
|
34321
34371
|
type: i0.Input
|
|
34322
34372
|
}], appendTo: [{
|
|
34323
34373
|
type: i0.Input
|
|
34374
|
+
}], autoUpdateRecord: [{
|
|
34375
|
+
type: i0.Input
|
|
34324
34376
|
}], callOnFunctions: [{
|
|
34325
34377
|
type: i0.Input
|
|
34326
34378
|
}], catchEventHandlerExceptions: [{
|
|
@@ -34928,7 +34980,6 @@
|
|
|
34928
34980
|
'anchor',
|
|
34929
34981
|
'ariaDescription',
|
|
34930
34982
|
'ariaLabel',
|
|
34931
|
-
'autoUpdateRecord',
|
|
34932
34983
|
'bbar',
|
|
34933
34984
|
'bodyCls',
|
|
34934
34985
|
'border',
|
|
@@ -34993,6 +35044,7 @@
|
|
|
34993
35044
|
BryntumMonthPickerComponent.bryntumProps = BryntumMonthPickerComponent.bryntumFeatureNames.concat([
|
|
34994
35045
|
'alignSelf',
|
|
34995
35046
|
'appendTo',
|
|
35047
|
+
'autoUpdateRecord',
|
|
34996
35048
|
'callOnFunctions',
|
|
34997
35049
|
'catchEventHandlerExceptions',
|
|
34998
35050
|
'centered',
|
|
@@ -35043,7 +35095,7 @@
|
|
|
35043
35095
|
'y'
|
|
35044
35096
|
]);
|
|
35045
35097
|
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 });
|
|
35046
|
-
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",
|
|
35098
|
+
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", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", 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", stateId: "stateId", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", 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 });
|
|
35047
35099
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumMonthPickerComponent, decorators: [{
|
|
35048
35100
|
type: i0.Component,
|
|
35049
35101
|
args: [{
|
|
@@ -35060,8 +35112,6 @@
|
|
|
35060
35112
|
type: i0.Input
|
|
35061
35113
|
}], ariaLabel: [{
|
|
35062
35114
|
type: i0.Input
|
|
35063
|
-
}], autoUpdateRecord: [{
|
|
35064
|
-
type: i0.Input
|
|
35065
35115
|
}], bbar: [{
|
|
35066
35116
|
type: i0.Input
|
|
35067
35117
|
}], bodyCls: [{
|
|
@@ -35186,6 +35236,8 @@
|
|
|
35186
35236
|
type: i0.Input
|
|
35187
35237
|
}], appendTo: [{
|
|
35188
35238
|
type: i0.Input
|
|
35239
|
+
}], autoUpdateRecord: [{
|
|
35240
|
+
type: i0.Input
|
|
35189
35241
|
}], callOnFunctions: [{
|
|
35190
35242
|
type: i0.Input
|
|
35191
35243
|
}], catchEventHandlerExceptions: [{
|
|
@@ -36568,6 +36620,8 @@
|
|
|
36568
36620
|
'record',
|
|
36569
36621
|
'relayStoreEvents',
|
|
36570
36622
|
'rendition',
|
|
36623
|
+
'responsive',
|
|
36624
|
+
'responsiveTarget',
|
|
36571
36625
|
'ripple',
|
|
36572
36626
|
'role',
|
|
36573
36627
|
'rootElement',
|
|
@@ -36601,7 +36655,6 @@
|
|
|
36601
36655
|
'anchor',
|
|
36602
36656
|
'ariaDescription',
|
|
36603
36657
|
'ariaLabel',
|
|
36604
|
-
'autoUpdateRecord',
|
|
36605
36658
|
'border',
|
|
36606
36659
|
'bubbleEvents',
|
|
36607
36660
|
'color',
|
|
@@ -36636,6 +36689,8 @@
|
|
|
36636
36689
|
'positioned',
|
|
36637
36690
|
'preventTooltipOnTouch',
|
|
36638
36691
|
'relayStoreEvents',
|
|
36692
|
+
'responsive',
|
|
36693
|
+
'responsiveTarget',
|
|
36639
36694
|
'ripple',
|
|
36640
36695
|
'role',
|
|
36641
36696
|
'rootElement',
|
|
@@ -36657,6 +36712,7 @@
|
|
|
36657
36712
|
BryntumPagingToolbarComponent.bryntumProps = BryntumPagingToolbarComponent.bryntumFeatureNames.concat([
|
|
36658
36713
|
'alignSelf',
|
|
36659
36714
|
'appendTo',
|
|
36715
|
+
'autoUpdateRecord',
|
|
36660
36716
|
'callOnFunctions',
|
|
36661
36717
|
'catchEventHandlerExceptions',
|
|
36662
36718
|
'centered',
|
|
@@ -36703,7 +36759,7 @@
|
|
|
36703
36759
|
'y'
|
|
36704
36760
|
]);
|
|
36705
36761
|
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 });
|
|
36706
|
-
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",
|
|
36762
|
+
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", border: "border", bubbleEvents: "bubbleEvents", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", floating: "floating", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", overflow: "overflow", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", responsive: "responsive", responsiveTarget: "responsiveTarget", ripple: "ripple", role: "role", 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", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", 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", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", 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 });
|
|
36707
36763
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumPagingToolbarComponent, decorators: [{
|
|
36708
36764
|
type: i0.Component,
|
|
36709
36765
|
args: [{
|
|
@@ -36720,8 +36776,6 @@
|
|
|
36720
36776
|
type: i0.Input
|
|
36721
36777
|
}], ariaLabel: [{
|
|
36722
36778
|
type: i0.Input
|
|
36723
|
-
}], autoUpdateRecord: [{
|
|
36724
|
-
type: i0.Input
|
|
36725
36779
|
}], border: [{
|
|
36726
36780
|
type: i0.Input
|
|
36727
36781
|
}], bubbleEvents: [{
|
|
@@ -36790,6 +36844,10 @@
|
|
|
36790
36844
|
type: i0.Input
|
|
36791
36845
|
}], relayStoreEvents: [{
|
|
36792
36846
|
type: i0.Input
|
|
36847
|
+
}], responsive: [{
|
|
36848
|
+
type: i0.Input
|
|
36849
|
+
}], responsiveTarget: [{
|
|
36850
|
+
type: i0.Input
|
|
36793
36851
|
}], ripple: [{
|
|
36794
36852
|
type: i0.Input
|
|
36795
36853
|
}], role: [{
|
|
@@ -36828,6 +36886,8 @@
|
|
|
36828
36886
|
type: i0.Input
|
|
36829
36887
|
}], appendTo: [{
|
|
36830
36888
|
type: i0.Input
|
|
36889
|
+
}], autoUpdateRecord: [{
|
|
36890
|
+
type: i0.Input
|
|
36831
36891
|
}], callOnFunctions: [{
|
|
36832
36892
|
type: i0.Input
|
|
36833
36893
|
}], catchEventHandlerExceptions: [{
|
|
@@ -37398,7 +37458,6 @@
|
|
|
37398
37458
|
'anchor',
|
|
37399
37459
|
'ariaDescription',
|
|
37400
37460
|
'ariaLabel',
|
|
37401
|
-
'autoUpdateRecord',
|
|
37402
37461
|
'bbar',
|
|
37403
37462
|
'bodyCls',
|
|
37404
37463
|
'border',
|
|
@@ -37463,6 +37522,7 @@
|
|
|
37463
37522
|
BryntumPanelComponent.bryntumProps = BryntumPanelComponent.bryntumFeatureNames.concat([
|
|
37464
37523
|
'alignSelf',
|
|
37465
37524
|
'appendTo',
|
|
37525
|
+
'autoUpdateRecord',
|
|
37466
37526
|
'callOnFunctions',
|
|
37467
37527
|
'catchEventHandlerExceptions',
|
|
37468
37528
|
'centered',
|
|
@@ -37512,7 +37572,7 @@
|
|
|
37512
37572
|
'y'
|
|
37513
37573
|
]);
|
|
37514
37574
|
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 });
|
|
37515
|
-
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",
|
|
37575
|
+
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", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", stateId: "stateId", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", 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 });
|
|
37516
37576
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumPanelComponent, decorators: [{
|
|
37517
37577
|
type: i0.Component,
|
|
37518
37578
|
args: [{
|
|
@@ -37529,8 +37589,6 @@
|
|
|
37529
37589
|
type: i0.Input
|
|
37530
37590
|
}], ariaLabel: [{
|
|
37531
37591
|
type: i0.Input
|
|
37532
|
-
}], autoUpdateRecord: [{
|
|
37533
|
-
type: i0.Input
|
|
37534
37592
|
}], bbar: [{
|
|
37535
37593
|
type: i0.Input
|
|
37536
37594
|
}], bodyCls: [{
|
|
@@ -37655,6 +37713,8 @@
|
|
|
37655
37713
|
type: i0.Input
|
|
37656
37714
|
}], appendTo: [{
|
|
37657
37715
|
type: i0.Input
|
|
37716
|
+
}], autoUpdateRecord: [{
|
|
37717
|
+
type: i0.Input
|
|
37658
37718
|
}], callOnFunctions: [{
|
|
37659
37719
|
type: i0.Input
|
|
37660
37720
|
}], catchEventHandlerExceptions: [{
|
|
@@ -40553,7 +40613,6 @@
|
|
|
40553
40613
|
'anchor',
|
|
40554
40614
|
'ariaDescription',
|
|
40555
40615
|
'ariaLabel',
|
|
40556
|
-
'autoUpdateRecord',
|
|
40557
40616
|
'bbar',
|
|
40558
40617
|
'bodyCls',
|
|
40559
40618
|
'border',
|
|
@@ -40622,6 +40681,7 @@
|
|
|
40622
40681
|
BryntumRadioGroupComponent.bryntumProps = BryntumRadioGroupComponent.bryntumFeatureNames.concat([
|
|
40623
40682
|
'alignSelf',
|
|
40624
40683
|
'appendTo',
|
|
40684
|
+
'autoUpdateRecord',
|
|
40625
40685
|
'callOnFunctions',
|
|
40626
40686
|
'catchEventHandlerExceptions',
|
|
40627
40687
|
'centered',
|
|
@@ -40674,7 +40734,7 @@
|
|
|
40674
40734
|
'y'
|
|
40675
40735
|
]);
|
|
40676
40736
|
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 });
|
|
40677
|
-
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",
|
|
40737
|
+
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", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", 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", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", name: "name", namedItems: "namedItems", options: "options", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inline: "inline", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", label: "label", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", stateId: "stateId", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", value: "value", width: "width", x: "x", y: "y", parent: "parent", state: "state", values: "values" }, 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 });
|
|
40678
40738
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumRadioGroupComponent, decorators: [{
|
|
40679
40739
|
type: i0.Component,
|
|
40680
40740
|
args: [{
|
|
@@ -40691,8 +40751,6 @@
|
|
|
40691
40751
|
type: i0.Input
|
|
40692
40752
|
}], ariaLabel: [{
|
|
40693
40753
|
type: i0.Input
|
|
40694
|
-
}], autoUpdateRecord: [{
|
|
40695
|
-
type: i0.Input
|
|
40696
40754
|
}], bbar: [{
|
|
40697
40755
|
type: i0.Input
|
|
40698
40756
|
}], bodyCls: [{
|
|
@@ -40825,6 +40883,8 @@
|
|
|
40825
40883
|
type: i0.Input
|
|
40826
40884
|
}], appendTo: [{
|
|
40827
40885
|
type: i0.Input
|
|
40886
|
+
}], autoUpdateRecord: [{
|
|
40887
|
+
type: i0.Input
|
|
40828
40888
|
}], callOnFunctions: [{
|
|
40829
40889
|
type: i0.Input
|
|
40830
40890
|
}], catchEventHandlerExceptions: [{
|
|
@@ -43662,7 +43722,6 @@
|
|
|
43662
43722
|
'ariaDescription',
|
|
43663
43723
|
'ariaLabel',
|
|
43664
43724
|
'autoHeight',
|
|
43665
|
-
'autoUpdateRecord',
|
|
43666
43725
|
'bbar',
|
|
43667
43726
|
'bodyCls',
|
|
43668
43727
|
'border',
|
|
@@ -43731,6 +43790,7 @@
|
|
|
43731
43790
|
'activeTab',
|
|
43732
43791
|
'alignSelf',
|
|
43733
43792
|
'appendTo',
|
|
43793
|
+
'autoUpdateRecord',
|
|
43734
43794
|
'callOnFunctions',
|
|
43735
43795
|
'catchEventHandlerExceptions',
|
|
43736
43796
|
'centered',
|
|
@@ -43780,7 +43840,7 @@
|
|
|
43780
43840
|
'y'
|
|
43781
43841
|
]);
|
|
43782
43842
|
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 });
|
|
43783
|
-
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",
|
|
43843
|
+
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", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateProvider: "stateProvider", strips: "strips", tab: "tab", 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", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", stateId: "stateId", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", 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 });
|
|
43784
43844
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumTabPanelComponent, decorators: [{
|
|
43785
43845
|
type: i0.Component,
|
|
43786
43846
|
args: [{
|
|
@@ -43801,8 +43861,6 @@
|
|
|
43801
43861
|
type: i0.Input
|
|
43802
43862
|
}], autoHeight: [{
|
|
43803
43863
|
type: i0.Input
|
|
43804
|
-
}], autoUpdateRecord: [{
|
|
43805
|
-
type: i0.Input
|
|
43806
43864
|
}], bbar: [{
|
|
43807
43865
|
type: i0.Input
|
|
43808
43866
|
}], bodyCls: [{
|
|
@@ -43935,6 +43993,8 @@
|
|
|
43935
43993
|
type: i0.Input
|
|
43936
43994
|
}], appendTo: [{
|
|
43937
43995
|
type: i0.Input
|
|
43996
|
+
}], autoUpdateRecord: [{
|
|
43997
|
+
type: i0.Input
|
|
43938
43998
|
}], callOnFunctions: [{
|
|
43939
43999
|
type: i0.Input
|
|
43940
44000
|
}], catchEventHandlerExceptions: [{
|
|
@@ -47850,7 +47910,6 @@
|
|
|
47850
47910
|
'anchor',
|
|
47851
47911
|
'ariaDescription',
|
|
47852
47912
|
'ariaLabel',
|
|
47853
|
-
'autoUpdateRecord',
|
|
47854
47913
|
'border',
|
|
47855
47914
|
'bubbleEvents',
|
|
47856
47915
|
'color',
|
|
@@ -47903,6 +47962,7 @@
|
|
|
47903
47962
|
BryntumTimePickerComponent.bryntumProps = BryntumTimePickerComponent.bryntumFeatureNames.concat([
|
|
47904
47963
|
'alignSelf',
|
|
47905
47964
|
'appendTo',
|
|
47965
|
+
'autoUpdateRecord',
|
|
47906
47966
|
'callOnFunctions',
|
|
47907
47967
|
'catchEventHandlerExceptions',
|
|
47908
47968
|
'centered',
|
|
@@ -47952,7 +48012,7 @@
|
|
|
47952
48012
|
'y'
|
|
47953
48013
|
]);
|
|
47954
48014
|
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 });
|
|
47955
|
-
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",
|
|
48015
|
+
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", border: "border", bubbleEvents: "bubbleEvents", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", floating: "floating", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", textAlign: "textAlign", textContent: "textContent", title: "title", type: "type", ui: "ui", weight: "weight", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", format: "format", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", 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", initialValue: "initialValue", 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 });
|
|
47956
48016
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumTimePickerComponent, decorators: [{
|
|
47957
48017
|
type: i0.Component,
|
|
47958
48018
|
args: [{
|
|
@@ -47969,8 +48029,6 @@
|
|
|
47969
48029
|
type: i0.Input
|
|
47970
48030
|
}], ariaLabel: [{
|
|
47971
48031
|
type: i0.Input
|
|
47972
|
-
}], autoUpdateRecord: [{
|
|
47973
|
-
type: i0.Input
|
|
47974
48032
|
}], border: [{
|
|
47975
48033
|
type: i0.Input
|
|
47976
48034
|
}], bubbleEvents: [{
|
|
@@ -48071,6 +48129,8 @@
|
|
|
48071
48129
|
type: i0.Input
|
|
48072
48130
|
}], appendTo: [{
|
|
48073
48131
|
type: i0.Input
|
|
48132
|
+
}], autoUpdateRecord: [{
|
|
48133
|
+
type: i0.Input
|
|
48074
48134
|
}], callOnFunctions: [{
|
|
48075
48135
|
type: i0.Input
|
|
48076
48136
|
}], catchEventHandlerExceptions: [{
|
|
@@ -48624,7 +48684,6 @@
|
|
|
48624
48684
|
'anchor',
|
|
48625
48685
|
'ariaDescription',
|
|
48626
48686
|
'ariaLabel',
|
|
48627
|
-
'autoUpdateRecord',
|
|
48628
48687
|
'border',
|
|
48629
48688
|
'bubbleEvents',
|
|
48630
48689
|
'color',
|
|
@@ -48679,6 +48738,7 @@
|
|
|
48679
48738
|
BryntumToolbarComponent.bryntumProps = BryntumToolbarComponent.bryntumFeatureNames.concat([
|
|
48680
48739
|
'alignSelf',
|
|
48681
48740
|
'appendTo',
|
|
48741
|
+
'autoUpdateRecord',
|
|
48682
48742
|
'callOnFunctions',
|
|
48683
48743
|
'catchEventHandlerExceptions',
|
|
48684
48744
|
'centered',
|
|
@@ -48725,7 +48785,7 @@
|
|
|
48725
48785
|
'y'
|
|
48726
48786
|
]);
|
|
48727
48787
|
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 });
|
|
48728
|
-
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",
|
|
48788
|
+
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", border: "border", bubbleEvents: "bubbleEvents", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", elementAttributes: "elementAttributes", floating: "floating", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", monitorResize: "monitorResize", namedItems: "namedItems", overflow: "overflow", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", textAlign: "textAlign", textContent: "textContent", title: "title", type: "type", ui: "ui", weight: "weight", widgetCls: "widgetCls", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", 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", labelWidth: "labelWidth", layout: "layout", layoutStyle: "layoutStyle", margin: "margin", maxHeight: "maxHeight", maximizeOnMobile: "maximizeOnMobile", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", readOnly: "readOnly", record: "record", rendition: "rendition", rtl: "rtl", scrollable: "scrollable", span: "span", strictRecordMapping: "strictRecordMapping", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", 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 });
|
|
48729
48789
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumToolbarComponent, decorators: [{
|
|
48730
48790
|
type: i0.Component,
|
|
48731
48791
|
args: [{
|
|
@@ -48742,8 +48802,6 @@
|
|
|
48742
48802
|
type: i0.Input
|
|
48743
48803
|
}], ariaLabel: [{
|
|
48744
48804
|
type: i0.Input
|
|
48745
|
-
}], autoUpdateRecord: [{
|
|
48746
|
-
type: i0.Input
|
|
48747
48805
|
}], border: [{
|
|
48748
48806
|
type: i0.Input
|
|
48749
48807
|
}], bubbleEvents: [{
|
|
@@ -48848,6 +48906,8 @@
|
|
|
48848
48906
|
type: i0.Input
|
|
48849
48907
|
}], appendTo: [{
|
|
48850
48908
|
type: i0.Input
|
|
48909
|
+
}], autoUpdateRecord: [{
|
|
48910
|
+
type: i0.Input
|
|
48851
48911
|
}], callOnFunctions: [{
|
|
48852
48912
|
type: i0.Input
|
|
48853
48913
|
}], catchEventHandlerExceptions: [{
|
|
@@ -50700,6 +50760,23 @@
|
|
|
50700
50760
|
* @param {Core.widget.Widget} event.source The widget
|
|
50701
50761
|
*/
|
|
50702
50762
|
this.onHide = new i0.EventEmitter();
|
|
50763
|
+
/**
|
|
50764
|
+
* Fires when the Grid is scrolling horizontally in one of its SubGrids.
|
|
50765
|
+
* @param {object} event Event object
|
|
50766
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
50767
|
+
* @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
|
|
50768
|
+
* @param {number} event.scrollLeft The horizontal scroll position
|
|
50769
|
+
* @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
|
|
50770
|
+
*/
|
|
50771
|
+
this.onHorizontalScroll = new i0.EventEmitter();
|
|
50772
|
+
/**
|
|
50773
|
+
* Fires after the Grid is done scrolling horizontally in one of its SubGrids.
|
|
50774
|
+
* @param {object} event Event object
|
|
50775
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
50776
|
+
* @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
|
|
50777
|
+
* @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
|
|
50778
|
+
*/
|
|
50779
|
+
this.onHorizontalScrollEnd = new i0.EventEmitter();
|
|
50703
50780
|
/**
|
|
50704
50781
|
* Fires when row locking is enabled.
|
|
50705
50782
|
* @param {object} event Event object
|
|
@@ -51197,6 +51274,8 @@
|
|
|
51197
51274
|
'onHeaderMenuShow',
|
|
51198
51275
|
'onHeaderMenuToggleItem',
|
|
51199
51276
|
'onHide',
|
|
51277
|
+
'onHorizontalScroll',
|
|
51278
|
+
'onHorizontalScrollEnd',
|
|
51200
51279
|
'onLockRows',
|
|
51201
51280
|
'onMouseOut',
|
|
51202
51281
|
'onMouseOver',
|
|
@@ -51480,6 +51559,7 @@
|
|
|
51480
51559
|
'alignSelf',
|
|
51481
51560
|
'animateTreeNodeToggle',
|
|
51482
51561
|
'appendTo',
|
|
51562
|
+
'autoUpdateRecord',
|
|
51483
51563
|
'callOnFunctions',
|
|
51484
51564
|
'catchEventHandlerExceptions',
|
|
51485
51565
|
'cellEllipsis',
|
|
@@ -51541,7 +51621,7 @@
|
|
|
51541
51621
|
'width'
|
|
51542
51622
|
]);
|
|
51543
51623
|
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 });
|
|
51544
|
-
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", overflowTwinConfig: "overflowTwinConfig", plugins: "plugins", preserveFocusOnDatasetChange: "preserveFocusOnDatasetChange", preserveScrollOnDatasetChange: "preserveScrollOnDatasetChange", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", resizable: "resizable", resizeToFitIncludesHeader: "resizeToFitIncludesHeader", responsiveLevels: "responsiveLevels", ripple: "ripple", role: "role", rootElement: "rootElement", scrollerClass: "scrollerClass", scrollManager: "scrollManager", showDirty: "showDirty", stateful: "stateful", statefulEvents: "statefulEvents", 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", labelWidth: "labelWidth", 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", stateId: "stateId", stateSettings: "stateSettings", store: "store", title: "title", tools: "tools", transition: "transition", transitionDuration: "transitionDuration", width: "width", centered: "centered", 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", onTreeGroup: "onTreeGroup", onUnlockRows: "onUnlockRows", onUnsplit: "onUnsplit" }, usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
51624
|
+
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", overflowTwinConfig: "overflowTwinConfig", plugins: "plugins", preserveFocusOnDatasetChange: "preserveFocusOnDatasetChange", preserveScrollOnDatasetChange: "preserveScrollOnDatasetChange", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", resizable: "resizable", resizeToFitIncludesHeader: "resizeToFitIncludesHeader", responsiveLevels: "responsiveLevels", ripple: "ripple", role: "role", rootElement: "rootElement", scrollerClass: "scrollerClass", scrollManager: "scrollManager", showDirty: "showDirty", stateful: "stateful", statefulEvents: "statefulEvents", 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", labelWidth: "labelWidth", 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", stateId: "stateId", stateSettings: "stateSettings", store: "store", title: "title", tools: "tools", transition: "transition", transitionDuration: "transitionDuration", width: "width", autoUpdateRecord: "autoUpdateRecord", centered: "centered", 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", onHorizontalScroll: "onHorizontalScroll", onHorizontalScrollEnd: "onHorizontalScrollEnd", 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", onTreeGroup: "onTreeGroup", onUnlockRows: "onUnlockRows", onUnsplit: "onUnsplit" }, usesOnChanges: true, ngImport: i0__namespace, template: '', isInline: true });
|
|
51545
51625
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumTreeGridComponent, decorators: [{
|
|
51546
51626
|
type: i0.Component,
|
|
51547
51627
|
args: [{
|
|
@@ -51796,6 +51876,8 @@
|
|
|
51796
51876
|
type: i0.Input
|
|
51797
51877
|
}], width: [{
|
|
51798
51878
|
type: i0.Input
|
|
51879
|
+
}], autoUpdateRecord: [{
|
|
51880
|
+
type: i0.Input
|
|
51799
51881
|
}], centered: [{
|
|
51800
51882
|
type: i0.Input
|
|
51801
51883
|
}], originalStore: [{
|
|
@@ -52066,6 +52148,10 @@
|
|
|
52066
52148
|
type: i0.Output
|
|
52067
52149
|
}], onHide: [{
|
|
52068
52150
|
type: i0.Output
|
|
52151
|
+
}], onHorizontalScroll: [{
|
|
52152
|
+
type: i0.Output
|
|
52153
|
+
}], onHorizontalScrollEnd: [{
|
|
52154
|
+
type: i0.Output
|
|
52069
52155
|
}], onLockRows: [{
|
|
52070
52156
|
type: i0.Output
|
|
52071
52157
|
}], onMouseOut: [{
|
|
@@ -53217,7 +53303,6 @@
|
|
|
53217
53303
|
'anchor',
|
|
53218
53304
|
'ariaDescription',
|
|
53219
53305
|
'ariaLabel',
|
|
53220
|
-
'autoUpdateRecord',
|
|
53221
53306
|
'bbar',
|
|
53222
53307
|
'bodyCls',
|
|
53223
53308
|
'border',
|
|
@@ -53285,6 +53370,7 @@
|
|
|
53285
53370
|
BryntumYearPickerComponent.bryntumProps = BryntumYearPickerComponent.bryntumFeatureNames.concat([
|
|
53286
53371
|
'alignSelf',
|
|
53287
53372
|
'appendTo',
|
|
53373
|
+
'autoUpdateRecord',
|
|
53288
53374
|
'callOnFunctions',
|
|
53289
53375
|
'catchEventHandlerExceptions',
|
|
53290
53376
|
'centered',
|
|
@@ -53337,7 +53423,7 @@
|
|
|
53337
53423
|
'year'
|
|
53338
53424
|
]);
|
|
53339
53425
|
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 });
|
|
53340
|
-
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",
|
|
53426
|
+
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", bbar: "bbar", bodyCls: "bodyCls", border: "border", bubbleEvents: "bubbleEvents", collapsible: "collapsible", color: "color", config: "config", constrainTo: "constrainTo", contentElementCls: "contentElementCls", dataField: "dataField", defaultBindProperty: "defaultBindProperty", defaultFocus: "defaultFocus", defaults: "defaults", detectCSSCompatibilityIssues: "detectCSSCompatibilityIssues", dock: "dock", draggable: "draggable", drawer: "drawer", elementAttributes: "elementAttributes", floating: "floating", footer: "footer", header: "header", hideAnimation: "hideAnimation", hideWhenEmpty: "hideWhenEmpty", htmlCls: "htmlCls", icon: "icon", ignoreParentReadOnly: "ignoreParentReadOnly", itemCls: "itemCls", lazyItems: "lazyItems", listeners: "listeners", localeClass: "localeClass", localizable: "localizable", localizableProperties: "localizableProperties", maskDefaults: "maskDefaults", masked: "masked", maxYear: "maxYear", minYear: "minYear", monitorResize: "monitorResize", namedItems: "namedItems", overflowTwinConfig: "overflowTwinConfig", positioned: "positioned", preventTooltipOnTouch: "preventTooltipOnTouch", relayStoreEvents: "relayStoreEvents", ripple: "ripple", role: "role", rootElement: "rootElement", scrollAction: "scrollAction", showAnimation: "showAnimation", showTooltipWhenDisabled: "showTooltipWhenDisabled", stateful: "stateful", statefulEvents: "statefulEvents", stateProvider: "stateProvider", strips: "strips", tab: "tab", tabBarItems: "tabBarItems", tag: "tag", tbar: "tbar", textAlign: "textAlign", textContent: "textContent", trapFocus: "trapFocus", type: "type", ui: "ui", weight: "weight", yearButtonCount: "yearButtonCount", alignSelf: "alignSelf", appendTo: "appendTo", autoUpdateRecord: "autoUpdateRecord", callOnFunctions: "callOnFunctions", catchEventHandlerExceptions: "catchEventHandlerExceptions", centered: "centered", cls: "cls", collapsed: "collapsed", column: "column", content: "content", dataset: "dataset", disabled: "disabled", extraData: "extraData", flex: "flex", height: "height", hidden: "hidden", html: "html", id: "id", inputFieldAlign: "inputFieldAlign", insertBefore: "insertBefore", insertFirst: "insertFirst", items: "items", keyMap: "keyMap", labelPosition: "labelPosition", labelWidth: "labelWidth", 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", stateId: "stateId", strictRecordMapping: "strictRecordMapping", title: "title", tools: "tools", tooltip: "tooltip", width: "width", x: "x", y: "y", year: "year", 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 });
|
|
53341
53427
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.0", ngImport: i0__namespace, type: BryntumYearPickerComponent, decorators: [{
|
|
53342
53428
|
type: i0.Component,
|
|
53343
53429
|
args: [{
|
|
@@ -53354,8 +53440,6 @@
|
|
|
53354
53440
|
type: i0.Input
|
|
53355
53441
|
}], ariaLabel: [{
|
|
53356
53442
|
type: i0.Input
|
|
53357
|
-
}], autoUpdateRecord: [{
|
|
53358
|
-
type: i0.Input
|
|
53359
53443
|
}], bbar: [{
|
|
53360
53444
|
type: i0.Input
|
|
53361
53445
|
}], bodyCls: [{
|
|
@@ -53486,6 +53570,8 @@
|
|
|
53486
53570
|
type: i0.Input
|
|
53487
53571
|
}], appendTo: [{
|
|
53488
53572
|
type: i0.Input
|
|
53573
|
+
}], autoUpdateRecord: [{
|
|
53574
|
+
type: i0.Input
|
|
53489
53575
|
}], callOnFunctions: [{
|
|
53490
53576
|
type: i0.Input
|
|
53491
53577
|
}], catchEventHandlerExceptions: [{
|