@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.
@@ -753,6 +753,20 @@ export declare interface VegaDropdown extends Components.VegaDropdown {
753
753
  The event's `detail` property contains the key of the clicked item. @eventSemantics namespace:native,@vegaVersion 2.0.0
754
754
  */
755
755
  dropdownClick: EventEmitter<CustomEvent<string>>;
756
+ /**
757
+ * An event emitter notifying that the Select All option has been clicked.
758
+
759
+ The event's `detail` property is `true` when all items become selected,
760
+ and `false` when Select All is cleared. @vegaVersion 2.93.0
761
+ */
762
+ vegaDropdownSelectAllClick: EventEmitter<CustomEvent<boolean>>;
763
+ /**
764
+ * An event emitter notifying that the Select All option has been clicked.
765
+
766
+ The event's `detail` property is `true` when all items become selected,
767
+ and `false` when Select All is cleared. @eventSemantics namespace:native,@vegaVersion 2.93.0
768
+ */
769
+ dropdownSelectAllClick: EventEmitter<CustomEvent<boolean>>;
756
770
  /**
757
771
  * An event emitter notifying that the dropdown has been displayed,
758
772
  either programmatically or via user interaction. @vegaVersion 1.3.0
@@ -829,7 +843,7 @@ export declare class VegaDropdown {
829
843
  protected el: HTMLElement;
830
844
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
831
845
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaDropdown, never>;
832
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaDropdown, "vega-dropdown", never, { "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"; }, {}, never, ["*"]>;
846
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaDropdown, "vega-dropdown", never, { "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"; }, {}, never, ["*"]>;
833
847
  }
834
848
  export declare interface VegaDropdownContentBox extends Components.VegaDropdownContentBox {
835
849
  }
@@ -1531,7 +1545,7 @@ export declare class VegaModal {
1531
1545
  protected el: HTMLElement;
1532
1546
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1533
1547
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaModal, never>;
1534
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaModal, "vega-modal", never, { "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"; }, {}, never, ["*"]>;
1548
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaModal, "vega-modal", never, { "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"; }, {}, never, ["*"]>;
1535
1549
  }
1536
1550
  export declare interface VegaNavCard extends Components.VegaNavCard {
1537
1551
  }
@@ -1785,7 +1799,7 @@ export declare class VegaRichTextEditorToolbarButton {
1785
1799
  protected el: HTMLElement;
1786
1800
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1787
1801
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaRichTextEditorToolbarButton, never>;
1788
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaRichTextEditorToolbarButton, "vega-rich-text-editor-toolbar-button", never, { "disabled": "disabled"; "hidden": "hidden"; "icon": "icon"; "iconColor": "iconColor"; "selected": "selected"; "showArrowIcon": "showArrowIcon"; }, {}, never, ["*"]>;
1802
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaRichTextEditorToolbarButton, "vega-rich-text-editor-toolbar-button", never, { "arrowIcon": "arrowIcon"; "disabled": "disabled"; "hidden": "hidden"; "icon": "icon"; "iconColor": "iconColor"; "selected": "selected"; "showArrowIcon": "showArrowIcon"; }, {}, never, ["*"]>;
1789
1803
  }
1790
1804
  export declare interface VegaRichTextFindReplacePanel extends Components.VegaRichTextFindReplacePanel {
1791
1805
  /**
@@ -2234,7 +2248,7 @@ export declare class VegaTableCell {
2234
2248
  protected el: HTMLElement;
2235
2249
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2236
2250
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaTableCell, never>;
2237
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaTableCell, "vega-table-cell", never, { "breakpoint": "breakpoint"; "overflow": "overflow"; "textAlign": "textAlign"; "width": "width"; }, {}, never, ["*"]>;
2251
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaTableCell, "vega-table-cell", never, { "breakpoint": "breakpoint"; "colSpan": "colSpan"; "overflow": "overflow"; "textAlign": "textAlign"; "width": "width"; }, {}, never, ["*"]>;
2238
2252
  }
2239
2253
  export declare interface VegaTableExpandRow extends Components.VegaTableExpandRow {
2240
2254
  }
@@ -2261,7 +2275,7 @@ export declare class VegaTableFootCell {
2261
2275
  protected el: HTMLElement;
2262
2276
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2263
2277
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaTableFootCell, never>;
2264
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaTableFootCell, "vega-table-foot-cell", never, { "breakpoint": "breakpoint"; "textAlign": "textAlign"; "width": "width"; }, {}, never, ["*"]>;
2278
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaTableFootCell, "vega-table-foot-cell", never, { "breakpoint": "breakpoint"; "colSpan": "colSpan"; "textAlign": "textAlign"; "width": "width"; }, {}, never, ["*"]>;
2265
2279
  }
2266
2280
  export declare interface VegaTableFootRow extends Components.VegaTableFootRow {
2267
2281
  }
@@ -2401,7 +2415,7 @@ export declare class VegaTimePicker {
2401
2415
  protected el: HTMLElement;
2402
2416
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2403
2417
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaTimePicker, never>;
2404
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaTimePicker, "vega-time-picker", never, { "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"; }, {}, never, ["*"]>;
2418
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaTimePicker, "vega-time-picker", never, { "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"; }, {}, never, ["*"]>;
2405
2419
  }
2406
2420
  export declare interface VegaTimePickerDropdown extends Components.VegaTimePickerDropdown {
2407
2421
  }
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-angular",
3
3
  "sideEffects": false,
4
- "version": "2.91.0",
4
+ "version": "2.92.0",
5
5
  "description": "Angular specific wrapper for @heartlandone/vega",
6
6
  "license": "UNLICENSED",
7
7
  "peerDependencies": {
@@ -20,7 +20,7 @@
20
20
  "url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
21
21
  },
22
22
  "dependencies": {
23
- "@heartlandone/vega": "2.91.0",
23
+ "@heartlandone/vega": "2.92.0",
24
24
  "tslib": "^2.3.0",
25
25
  "@juggle/resize-observer": "^3.4.0"
26
26
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-angular",
3
3
  "sideEffects": false,
4
- "version": "2.92.0",
4
+ "version": "2.93.0",
5
5
  "description": "Angular specific wrapper for @heartlandone/vega",
6
6
  "license": "UNLICENSED",
7
7
  "peerDependencies": {
@@ -28,7 +28,7 @@
28
28
  "url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
29
29
  },
30
30
  "dependencies": {
31
- "@heartlandone/vega": "2.92.0",
31
+ "@heartlandone/vega": "2.93.0",
32
32
  "tslib": "^2.3.0",
33
33
  "@juggle/resize-observer": "^3.4.0"
34
34
  },
@@ -1208,6 +1208,20 @@ The event's `detail` property contains the key of the clicked item. @vegaVersion
1208
1208
  The event's `detail` property contains the key of the clicked item. @eventSemantics namespace:native,@vegaVersion 2.0.0
1209
1209
  */
1210
1210
  dropdownClick: EventEmitter<CustomEvent<string>>;
1211
+ /**
1212
+ * An event emitter notifying that the Select All option has been clicked.
1213
+
1214
+ The event's `detail` property is `true` when all items become selected,
1215
+ and `false` when Select All is cleared. @vegaVersion 2.93.0
1216
+ */
1217
+ vegaDropdownSelectAllClick: EventEmitter<CustomEvent<boolean>>;
1218
+ /**
1219
+ * An event emitter notifying that the Select All option has been clicked.
1220
+
1221
+ The event's `detail` property is `true` when all items become selected,
1222
+ and `false` when Select All is cleared. @eventSemantics namespace:native,@vegaVersion 2.93.0
1223
+ */
1224
+ dropdownSelectAllClick: EventEmitter<CustomEvent<boolean>>;
1211
1225
  /**
1212
1226
  * An event emitter notifying that the dropdown has been displayed,
1213
1227
  either programmatically or via user interaction. @vegaVersion 1.3.0
@@ -1283,21 +1297,21 @@ It can be triggered in two ways: by pressing "Enter" or through user input. @eve
1283
1297
 
1284
1298
  @ProxyCmp({
1285
1299
  defineCustomElementFn: undefined,
1286
- 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'],
1287
- methods: ['show', 'hide', 'search', 'clearSelection', 'getSelection', 'setSelection']
1300
+ 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'],
1301
+ methods: ['show', 'hide', 'search', 'clearSelection', 'getSelection', 'setSelection', 'syncTemplateData']
1288
1302
  })
1289
1303
  @Component({
1290
1304
  selector: 'vega-dropdown',
1291
1305
  changeDetection: ChangeDetectionStrategy.OnPush,
1292
1306
  template: '<ng-content></ng-content>',
1293
- 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']
1307
+ 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']
1294
1308
  })
1295
1309
  export class VegaDropdown {
1296
1310
  protected el: HTMLElement;
1297
1311
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1298
1312
  c.detach();
1299
1313
  this.el = r.nativeElement;
1300
- proxyOutputs(this, this.el, ['vegaDropdownClick', 'dropdownClick', 'vegaShow', 'dropdownShow', 'vegaHide', 'dropdownHide', 'vegaCreate', 'create', 'vegaSearch', 'dropdownSearch', 'vegaReset', 'reset', 'vegaSearchTrigger', 'searchTrigger']);
1314
+ proxyOutputs(this, this.el, ['vegaDropdownClick', 'dropdownClick', 'vegaDropdownSelectAllClick', 'dropdownSelectAllClick', 'vegaShow', 'dropdownShow', 'vegaHide', 'dropdownHide', 'vegaCreate', 'create', 'vegaSearch', 'dropdownSearch', 'vegaReset', 'reset', 'vegaSearchTrigger', 'searchTrigger']);
1301
1315
  }
1302
1316
  }
1303
1317
 
@@ -2404,14 +2418,14 @@ export declare interface VegaModal extends Components.VegaModal {
2404
2418
 
2405
2419
  @ProxyCmp({
2406
2420
  defineCustomElementFn: undefined,
2407
- inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size'],
2421
+ inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'corners', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size'],
2408
2422
  methods: ['modal']
2409
2423
  })
2410
2424
  @Component({
2411
2425
  selector: 'vega-modal',
2412
2426
  changeDetection: ChangeDetectionStrategy.OnPush,
2413
2427
  template: '<ng-content></ng-content>',
2414
- inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size']
2428
+ inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'corners', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size']
2415
2429
  })
2416
2430
  export class VegaModal {
2417
2431
  protected el: HTMLElement;
@@ -2876,13 +2890,13 @@ export declare interface VegaRichTextEditorToolbarButton extends Components.Vega
2876
2890
 
2877
2891
  @ProxyCmp({
2878
2892
  defineCustomElementFn: undefined,
2879
- inputs: ['disabled', 'hidden', 'icon', 'iconColor', 'selected', 'showArrowIcon']
2893
+ inputs: ['arrowIcon', 'disabled', 'hidden', 'icon', 'iconColor', 'selected', 'showArrowIcon']
2880
2894
  })
2881
2895
  @Component({
2882
2896
  selector: 'vega-rich-text-editor-toolbar-button',
2883
2897
  changeDetection: ChangeDetectionStrategy.OnPush,
2884
2898
  template: '<ng-content></ng-content>',
2885
- inputs: ['disabled', 'hidden', 'icon', 'iconColor', 'selected', 'showArrowIcon']
2899
+ inputs: ['arrowIcon', 'disabled', 'hidden', 'icon', 'iconColor', 'selected', 'showArrowIcon']
2886
2900
  })
2887
2901
  export class VegaRichTextEditorToolbarButton {
2888
2902
  protected el: HTMLElement;
@@ -3679,13 +3693,13 @@ export declare interface VegaTableCell extends Components.VegaTableCell {}
3679
3693
 
3680
3694
  @ProxyCmp({
3681
3695
  defineCustomElementFn: undefined,
3682
- inputs: ['breakpoint', 'overflow', 'textAlign', 'width']
3696
+ inputs: ['breakpoint', 'colSpan', 'overflow', 'textAlign', 'width']
3683
3697
  })
3684
3698
  @Component({
3685
3699
  selector: 'vega-table-cell',
3686
3700
  changeDetection: ChangeDetectionStrategy.OnPush,
3687
3701
  template: '<ng-content></ng-content>',
3688
- inputs: ['breakpoint', 'overflow', 'textAlign', 'width']
3702
+ inputs: ['breakpoint', 'colSpan', 'overflow', 'textAlign', 'width']
3689
3703
  })
3690
3704
  export class VegaTableCell {
3691
3705
  protected el: HTMLElement;
@@ -3740,13 +3754,13 @@ export declare interface VegaTableFootCell extends Components.VegaTableFootCell
3740
3754
 
3741
3755
  @ProxyCmp({
3742
3756
  defineCustomElementFn: undefined,
3743
- inputs: ['breakpoint', 'textAlign', 'width']
3757
+ inputs: ['breakpoint', 'colSpan', 'textAlign', 'width']
3744
3758
  })
3745
3759
  @Component({
3746
3760
  selector: 'vega-table-foot-cell',
3747
3761
  changeDetection: ChangeDetectionStrategy.OnPush,
3748
3762
  template: '<ng-content></ng-content>',
3749
- inputs: ['breakpoint', 'textAlign', 'width']
3763
+ inputs: ['breakpoint', 'colSpan', 'textAlign', 'width']
3750
3764
  })
3751
3765
  export class VegaTableFootCell {
3752
3766
  protected el: HTMLElement;
@@ -3984,13 +3998,13 @@ export declare interface VegaTimePicker extends Components.VegaTimePicker {
3984
3998
 
3985
3999
  @ProxyCmp({
3986
4000
  defineCustomElementFn: undefined,
3987
- inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'optional', 'placeholder', 'positionRelativeTo', 'readOnly', 'required', 'showClearIcon', 'size', 'timeFormat', 'validationRules', 'value']
4001
+ inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'optional', 'placeholder', 'positionRelativeTo', 'readOnly', 'required', 'showClearIcon', 'size', 'timeFormat', 'validationRules', 'value', 'vegaDropdownProps']
3988
4002
  })
3989
4003
  @Component({
3990
4004
  selector: 'vega-time-picker',
3991
4005
  changeDetection: ChangeDetectionStrategy.OnPush,
3992
4006
  template: '<ng-content></ng-content>',
3993
- inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'optional', 'placeholder', 'positionRelativeTo', 'readOnly', 'required', 'showClearIcon', 'size', 'timeFormat', 'validationRules', 'value']
4007
+ inputs: ['autoValidation', 'disabled', 'increments', 'isValid', 'label', 'mode', 'optional', 'placeholder', 'positionRelativeTo', 'readOnly', 'required', 'showClearIcon', 'size', 'timeFormat', 'validationRules', 'value', 'vegaDropdownProps']
3994
4008
  })
3995
4009
  export class VegaTimePicker {
3996
4010
  protected el: HTMLElement;