@heartlandone/vega-angular 2.92.0 → 2.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm2020/lib/stencil-generated/components.mjs +21 -21
- package/dist/fesm2015/globalpayments-vega-angular.mjs +20 -20
- package/dist/fesm2015/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/globalpayments-vega-angular.mjs +20 -20
- package/dist/fesm2020/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +20 -6
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +28 -14
|
@@ -1021,16 +1021,16 @@ let VegaDropdown = class VegaDropdown {
|
|
|
1021
1021
|
this.z = z;
|
|
1022
1022
|
c.detach();
|
|
1023
1023
|
this.el = r.nativeElement;
|
|
1024
|
-
proxyOutputs(this, this.el, ['vegaDropdownClick', 'dropdownClick', 'vegaShow', 'dropdownShow', 'vegaHide', 'dropdownHide', 'vegaCreate', 'create', 'vegaSearch', 'dropdownSearch', 'vegaReset', 'reset', 'vegaSearchTrigger', 'searchTrigger']);
|
|
1024
|
+
proxyOutputs(this, this.el, ['vegaDropdownClick', 'dropdownClick', 'vegaDropdownSelectAllClick', 'dropdownSelectAllClick', 'vegaShow', 'dropdownShow', 'vegaHide', 'dropdownHide', 'vegaCreate', 'create', 'vegaSearch', 'dropdownSearch', 'vegaReset', 'reset', 'vegaSearchTrigger', 'searchTrigger']);
|
|
1025
1025
|
}
|
|
1026
1026
|
};
|
|
1027
1027
|
VegaDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1028
|
-
VegaDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaDropdown, selector: "vega-dropdown", inputs: { alignment: "alignment", caseSensitive: "caseSensitive", dynamicOption: "dynamicOption", isLazyLoading: "isLazyLoading", isLoading: "isLoading", isScreenPosition: "isScreenPosition", itemDisplayRule: "itemDisplayRule", itemTooltipProps: "itemTooltipProps", matchContainerHeight: "matchContainerHeight", matchTargetWidth: "matchTargetWidth", maxHeight: "maxHeight", maxWidth: "maxWidth", minWidth: "minWidth", placement: "placement", positionRelativeTo: "positionRelativeTo", prefixIconSlot: "prefixIconSlot", preserveValueIfNotInSource: "preserveValueIfNotInSource", resettable: "resettable", searchNoResultsText: "searchNoResultsText", searchTriggerBy: "searchTriggerBy", searchable: "searchable", selectType: "selectType", selectedSourceKey: "selectedSourceKey", size: "size", source: "source", translocation: "translocation", trigger: "trigger", useDefaultFilter: "useDefaultFilter", virtualizationThreshold: "virtualizationThreshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1028
|
+
VegaDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaDropdown, selector: "vega-dropdown", inputs: { alignment: "alignment", allowSelectAll: "allowSelectAll", caseSensitive: "caseSensitive", dynamicOption: "dynamicOption", isLazyLoading: "isLazyLoading", isLoading: "isLoading", isScreenPosition: "isScreenPosition", itemDisplayRule: "itemDisplayRule", itemTooltipProps: "itemTooltipProps", matchContainerHeight: "matchContainerHeight", matchTargetWidth: "matchTargetWidth", maxHeight: "maxHeight", maxWidth: "maxWidth", minWidth: "minWidth", placement: "placement", positionRelativeTo: "positionRelativeTo", prefixIconSlot: "prefixIconSlot", preserveValueIfNotInSource: "preserveValueIfNotInSource", resettable: "resettable", searchNoResultsText: "searchNoResultsText", searchTriggerBy: "searchTriggerBy", searchable: "searchable", selectType: "selectType", selectedSourceKey: "selectedSourceKey", size: "size", source: "source", translocation: "translocation", trigger: "trigger", useDefaultFilter: "useDefaultFilter", virtualizationThreshold: "virtualizationThreshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1029
1029
|
VegaDropdown = __decorate([
|
|
1030
1030
|
ProxyCmp({
|
|
1031
1031
|
defineCustomElementFn: undefined,
|
|
1032
|
-
inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'isScreenPosition', 'itemDisplayRule', 'itemTooltipProps', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'preserveValueIfNotInSource', 'resettable', 'searchNoResultsText', 'searchTriggerBy', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter', 'virtualizationThreshold'],
|
|
1033
|
-
methods: ['show', 'hide', 'search', 'clearSelection', 'getSelection', 'setSelection']
|
|
1032
|
+
inputs: ['alignment', 'allowSelectAll', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'isScreenPosition', 'itemDisplayRule', 'itemTooltipProps', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'preserveValueIfNotInSource', 'resettable', 'searchNoResultsText', 'searchTriggerBy', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter', 'virtualizationThreshold'],
|
|
1033
|
+
methods: ['show', 'hide', 'search', 'clearSelection', 'getSelection', 'setSelection', 'syncTemplateData']
|
|
1034
1034
|
})
|
|
1035
1035
|
], VegaDropdown);
|
|
1036
1036
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaDropdown, decorators: [{
|
|
@@ -1039,7 +1039,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1039
1039
|
selector: 'vega-dropdown',
|
|
1040
1040
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1041
1041
|
template: '<ng-content></ng-content>',
|
|
1042
|
-
inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'isScreenPosition', 'itemDisplayRule', 'itemTooltipProps', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'preserveValueIfNotInSource', 'resettable', 'searchNoResultsText', 'searchTriggerBy', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter', 'virtualizationThreshold']
|
|
1042
|
+
inputs: ['alignment', 'allowSelectAll', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'isScreenPosition', 'itemDisplayRule', 'itemTooltipProps', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'preserveValueIfNotInSource', 'resettable', 'searchNoResultsText', 'searchTriggerBy', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter', 'virtualizationThreshold']
|
|
1043
1043
|
}]
|
|
1044
1044
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1045
1045
|
let VegaDropdownContentBox = class VegaDropdownContentBox {
|
|
@@ -1764,11 +1764,11 @@ let VegaModal = class VegaModal {
|
|
|
1764
1764
|
}
|
|
1765
1765
|
};
|
|
1766
1766
|
VegaModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1767
|
-
VegaModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaModal, selector: "vega-modal", inputs: { animation: "animation", backdrop: "backdrop", backdropColor: "backdropColor", contentMaxHeight: "contentMaxHeight", handleClose: "handleClose", height: "height", isVerticallyCenter: "isVerticallyCenter", isVerticallyCentered: "isVerticallyCentered", margin: "margin", modalTitle: "modalTitle", open: "open", padding: "padding", showCloseButton: "showCloseButton", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1767
|
+
VegaModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaModal, selector: "vega-modal", inputs: { animation: "animation", backdrop: "backdrop", backdropColor: "backdropColor", contentMaxHeight: "contentMaxHeight", corners: "corners", handleClose: "handleClose", height: "height", isVerticallyCenter: "isVerticallyCenter", isVerticallyCentered: "isVerticallyCentered", margin: "margin", modalTitle: "modalTitle", open: "open", padding: "padding", showCloseButton: "showCloseButton", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1768
1768
|
VegaModal = __decorate([
|
|
1769
1769
|
ProxyCmp({
|
|
1770
1770
|
defineCustomElementFn: undefined,
|
|
1771
|
-
inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size'],
|
|
1771
|
+
inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'corners', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size'],
|
|
1772
1772
|
methods: ['modal']
|
|
1773
1773
|
})
|
|
1774
1774
|
], VegaModal);
|
|
@@ -1778,7 +1778,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1778
1778
|
selector: 'vega-modal',
|
|
1779
1779
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1780
1780
|
template: '<ng-content></ng-content>',
|
|
1781
|
-
inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size']
|
|
1781
|
+
inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'corners', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size']
|
|
1782
1782
|
}]
|
|
1783
1783
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1784
1784
|
let VegaNavCard = class VegaNavCard {
|
|
@@ -2159,11 +2159,11 @@ let VegaRichTextEditorToolbarButton = class VegaRichTextEditorToolbarButton {
|
|
|
2159
2159
|
}
|
|
2160
2160
|
};
|
|
2161
2161
|
VegaRichTextEditorToolbarButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextEditorToolbarButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2162
|
-
VegaRichTextEditorToolbarButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextEditorToolbarButton, selector: "vega-rich-text-editor-toolbar-button", inputs: { disabled: "disabled", hidden: "hidden", icon: "icon", iconColor: "iconColor", selected: "selected", showArrowIcon: "showArrowIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2162
|
+
VegaRichTextEditorToolbarButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextEditorToolbarButton, selector: "vega-rich-text-editor-toolbar-button", inputs: { arrowIcon: "arrowIcon", disabled: "disabled", hidden: "hidden", icon: "icon", iconColor: "iconColor", selected: "selected", showArrowIcon: "showArrowIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2163
2163
|
VegaRichTextEditorToolbarButton = __decorate([
|
|
2164
2164
|
ProxyCmp({
|
|
2165
2165
|
defineCustomElementFn: undefined,
|
|
2166
|
-
inputs: ['disabled', 'hidden', 'icon', 'iconColor', 'selected', 'showArrowIcon']
|
|
2166
|
+
inputs: ['arrowIcon', 'disabled', 'hidden', 'icon', 'iconColor', 'selected', 'showArrowIcon']
|
|
2167
2167
|
})
|
|
2168
2168
|
], VegaRichTextEditorToolbarButton);
|
|
2169
2169
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextEditorToolbarButton, decorators: [{
|
|
@@ -2172,7 +2172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
2172
2172
|
selector: 'vega-rich-text-editor-toolbar-button',
|
|
2173
2173
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2174
2174
|
template: '<ng-content></ng-content>',
|
|
2175
|
-
inputs: ['disabled', 'hidden', 'icon', 'iconColor', 'selected', 'showArrowIcon']
|
|
2175
|
+
inputs: ['arrowIcon', 'disabled', 'hidden', 'icon', 'iconColor', 'selected', 'showArrowIcon']
|
|
2176
2176
|
}]
|
|
2177
2177
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2178
2178
|
let VegaRichTextFindReplacePanel = class VegaRichTextFindReplacePanel {
|
|
@@ -2775,11 +2775,11 @@ let VegaTableCell = class VegaTableCell {
|
|
|
2775
2775
|
}
|
|
2776
2776
|
};
|
|
2777
2777
|
VegaTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2778
|
-
VegaTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableCell, selector: "vega-table-cell", inputs: { breakpoint: "breakpoint", overflow: "overflow", textAlign: "textAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2778
|
+
VegaTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableCell, selector: "vega-table-cell", inputs: { breakpoint: "breakpoint", colSpan: "colSpan", overflow: "overflow", textAlign: "textAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2779
2779
|
VegaTableCell = __decorate([
|
|
2780
2780
|
ProxyCmp({
|
|
2781
2781
|
defineCustomElementFn: undefined,
|
|
2782
|
-
inputs: ['breakpoint', 'overflow', 'textAlign', 'width']
|
|
2782
|
+
inputs: ['breakpoint', 'colSpan', 'overflow', 'textAlign', 'width']
|
|
2783
2783
|
})
|
|
2784
2784
|
], VegaTableCell);
|
|
2785
2785
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableCell, decorators: [{
|
|
@@ -2788,7 +2788,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
2788
2788
|
selector: 'vega-table-cell',
|
|
2789
2789
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2790
2790
|
template: '<ng-content></ng-content>',
|
|
2791
|
-
inputs: ['breakpoint', 'overflow', 'textAlign', 'width']
|
|
2791
|
+
inputs: ['breakpoint', 'colSpan', 'overflow', 'textAlign', 'width']
|
|
2792
2792
|
}]
|
|
2793
2793
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2794
2794
|
let VegaTableExpandRow = class VegaTableExpandRow {
|
|
@@ -2845,11 +2845,11 @@ let VegaTableFootCell = class VegaTableFootCell {
|
|
|
2845
2845
|
}
|
|
2846
2846
|
};
|
|
2847
2847
|
VegaTableFootCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableFootCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2848
|
-
VegaTableFootCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableFootCell, selector: "vega-table-foot-cell", inputs: { breakpoint: "breakpoint", textAlign: "textAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2848
|
+
VegaTableFootCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableFootCell, selector: "vega-table-foot-cell", inputs: { breakpoint: "breakpoint", colSpan: "colSpan", textAlign: "textAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2849
2849
|
VegaTableFootCell = __decorate([
|
|
2850
2850
|
ProxyCmp({
|
|
2851
2851
|
defineCustomElementFn: undefined,
|
|
2852
|
-
inputs: ['breakpoint', 'textAlign', 'width']
|
|
2852
|
+
inputs: ['breakpoint', 'colSpan', 'textAlign', 'width']
|
|
2853
2853
|
})
|
|
2854
2854
|
], VegaTableFootCell);
|
|
2855
2855
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableFootCell, decorators: [{
|
|
@@ -2858,7 +2858,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
2858
2858
|
selector: 'vega-table-foot-cell',
|
|
2859
2859
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2860
2860
|
template: '<ng-content></ng-content>',
|
|
2861
|
-
inputs: ['breakpoint', 'textAlign', 'width']
|
|
2861
|
+
inputs: ['breakpoint', 'colSpan', 'textAlign', 'width']
|
|
2862
2862
|
}]
|
|
2863
2863
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2864
2864
|
let VegaTableFootRow = class VegaTableFootRow {
|
|
@@ -3037,11 +3037,11 @@ let VegaTimePicker = class VegaTimePicker {
|
|
|
3037
3037
|
}
|
|
3038
3038
|
};
|
|
3039
3039
|
VegaTimePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3040
|
-
VegaTimePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTimePicker, selector: "vega-time-picker", inputs: { autoValidation: "autoValidation", disabled: "disabled", increments: "increments", isValid: "isValid", label: "label", mode: "mode", optional: "optional", placeholder: "placeholder", positionRelativeTo: "positionRelativeTo", readOnly: "readOnly", required: "required", showClearIcon: "showClearIcon", size: "size", timeFormat: "timeFormat", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3040
|
+
VegaTimePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTimePicker, selector: "vega-time-picker", inputs: { autoValidation: "autoValidation", disabled: "disabled", increments: "increments", isValid: "isValid", label: "label", mode: "mode", optional: "optional", placeholder: "placeholder", positionRelativeTo: "positionRelativeTo", readOnly: "readOnly", required: "required", showClearIcon: "showClearIcon", size: "size", timeFormat: "timeFormat", validationRules: "validationRules", value: "value", vegaDropdownProps: "vegaDropdownProps" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3041
3041
|
VegaTimePicker = __decorate([
|
|
3042
3042
|
ProxyCmp({
|
|
3043
3043
|
defineCustomElementFn: undefined,
|
|
3044
|
-
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'optional', 'placeholder', 'positionRelativeTo', 'readOnly', 'required', 'showClearIcon', 'size', 'timeFormat', 'validationRules', 'value']
|
|
3044
|
+
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'optional', 'placeholder', 'positionRelativeTo', 'readOnly', 'required', 'showClearIcon', 'size', 'timeFormat', 'validationRules', 'value', 'vegaDropdownProps']
|
|
3045
3045
|
})
|
|
3046
3046
|
], VegaTimePicker);
|
|
3047
3047
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTimePicker, decorators: [{
|
|
@@ -3050,7 +3050,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
3050
3050
|
selector: 'vega-time-picker',
|
|
3051
3051
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3052
3052
|
template: '<ng-content></ng-content>',
|
|
3053
|
-
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'optional', 'placeholder', 'positionRelativeTo', 'readOnly', 'required', 'showClearIcon', 'size', 'timeFormat', 'validationRules', 'value']
|
|
3053
|
+
inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'optional', 'placeholder', 'positionRelativeTo', 'readOnly', 'required', 'showClearIcon', 'size', 'timeFormat', 'validationRules', 'value', 'vegaDropdownProps']
|
|
3054
3054
|
}]
|
|
3055
3055
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3056
3056
|
let VegaTimePickerDropdown = class VegaTimePickerDropdown {
|