@heartlandone/vega-vue 1.51.0 → 2.0.0-preview-2
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/components.d.ts +8 -8
- package/dist/components.js +115 -100
- package/dist/components.js.map +1 -1
- package/dist/vue-component-lib/utils.js +33 -30
- package/dist/vue-component-lib/utils.js.map +1 -1
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -2,8 +2,7 @@ import type { JSX } from '@heartlandone/vega';
|
|
|
2
2
|
export declare const VegaAccordion: import("vue").DefineComponent<JSX.VegaAccordion & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaAccordion & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
3
3
|
export declare const VegaAppFooter: import("vue").DefineComponent<JSX.VegaAppFooter & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaAppFooter & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
4
4
|
export declare const VegaAppHeaderButton: import("vue").DefineComponent<JSX.VegaAppHeaderButton & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaAppHeaderButton & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const VegaBanner: import("vue").DefineComponent<JSX.VegaBanner & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaBanner & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
5
|
+
export declare const VegaBackdrop: import("vue").DefineComponent<JSX.VegaBackdrop & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaBackdrop & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
7
6
|
export declare const VegaBarChart: import("vue").DefineComponent<JSX.VegaBarChart & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaBarChart & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
8
7
|
export declare const VegaBox: import("vue").DefineComponent<JSX.VegaBox & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaBox & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
9
8
|
export declare const VegaBreadcrumb: import("vue").DefineComponent<JSX.VegaBreadcrumb & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaBreadcrumb & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
@@ -19,18 +18,18 @@ export declare const VegaColorPicker: import("vue").DefineComponent<JSX.VegaColo
|
|
|
19
18
|
export declare const VegaComboBox: import("vue").DefineComponent<JSX.VegaComboBox & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaComboBox & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
20
19
|
export declare const VegaCounterBadge: import("vue").DefineComponent<JSX.VegaCounterBadge & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaCounterBadge & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
21
20
|
export declare const VegaDatePicker: import("vue").DefineComponent<JSX.VegaDatePicker & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaDatePicker & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
21
|
+
export declare const VegaDatePickerCalendar: import("vue").DefineComponent<JSX.VegaDatePickerCalendar & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaDatePickerCalendar & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
22
22
|
export declare const VegaDialog: import("vue").DefineComponent<JSX.VegaDialog & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaDialog & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
23
23
|
export declare const VegaDropdown: import("vue").DefineComponent<JSX.VegaDropdown & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaDropdown & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
24
|
+
export declare const VegaDropdownContentBox: import("vue").DefineComponent<JSX.VegaDropdownContentBox & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaDropdownContentBox & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
24
25
|
export declare const VegaDropdownGroup: import("vue").DefineComponent<JSX.VegaDropdownGroup & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaDropdownGroup & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
25
26
|
export declare const VegaDropdownItem: import("vue").DefineComponent<JSX.VegaDropdownItem & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaDropdownItem & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
26
27
|
export declare const VegaFieldError: import("vue").DefineComponent<JSX.VegaFieldError & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaFieldError & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
27
28
|
export declare const VegaFieldLabel: import("vue").DefineComponent<JSX.VegaFieldLabel & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaFieldLabel & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
28
29
|
export declare const VegaFlex: import("vue").DefineComponent<JSX.VegaFlex & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaFlex & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
29
30
|
export declare const VegaFont: import("vue").DefineComponent<JSX.VegaFont & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaFont & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
30
|
-
export declare const VegaFooter: import("vue").DefineComponent<JSX.VegaFooter & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaFooter & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
31
31
|
export declare const VegaForm: import("vue").DefineComponent<JSX.VegaForm & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaForm & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
32
32
|
export declare const VegaGrid: import("vue").DefineComponent<JSX.VegaGrid & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaGrid & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
33
|
-
export declare const VegaHeader: import("vue").DefineComponent<JSX.VegaHeader & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaHeader & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
34
33
|
export declare const VegaIcon: import("vue").DefineComponent<JSX.VegaIcon & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaIcon & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
35
34
|
export declare const VegaImageUploader: import("vue").DefineComponent<JSX.VegaImageUploader & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaImageUploader & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
36
35
|
export declare const VegaInput: import("vue").DefineComponent<JSX.VegaInput & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaInput & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
@@ -42,20 +41,19 @@ export declare const VegaLeftNavGroup: import("vue").DefineComponent<JSX.VegaLef
|
|
|
42
41
|
export declare const VegaLeftNavLink: import("vue").DefineComponent<JSX.VegaLeftNavLink & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaLeftNavLink & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
43
42
|
export declare const VegaLeftNavSection: import("vue").DefineComponent<JSX.VegaLeftNavSection & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaLeftNavSection & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
44
43
|
export declare const VegaLineChart: import("vue").DefineComponent<JSX.VegaLineChart & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaLineChart & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
44
|
+
export declare const VegaLoaderWrapper: import("vue").DefineComponent<JSX.VegaLoaderWrapper & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaLoaderWrapper & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
45
45
|
export declare const VegaLoadingIndicator: import("vue").DefineComponent<JSX.VegaLoadingIndicator & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaLoadingIndicator & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
46
46
|
export declare const VegaModal: import("vue").DefineComponent<JSX.VegaModal & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaModal & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
47
47
|
export declare const VegaNavCard: import("vue").DefineComponent<JSX.VegaNavCard & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaNavCard & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
48
|
-
export declare const VegaOption: import("vue").DefineComponent<JSX.VegaOption & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaOption & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
49
48
|
export declare const VegaPageNotification: import("vue").DefineComponent<JSX.VegaPageNotification & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaPageNotification & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
49
|
+
export declare const VegaPageNotificationList: import("vue").DefineComponent<JSX.VegaPageNotificationList & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaPageNotificationList & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
50
50
|
export declare const VegaPagination: import("vue").DefineComponent<JSX.VegaPagination & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaPagination & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
51
51
|
export declare const VegaPieChart: import("vue").DefineComponent<JSX.VegaPieChart & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaPieChart & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
52
52
|
export declare const VegaPopover: import("vue").DefineComponent<JSX.VegaPopover & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaPopover & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
53
|
+
export declare const VegaPopoverContentBox: import("vue").DefineComponent<JSX.VegaPopoverContentBox & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaPopoverContentBox & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
53
54
|
export declare const VegaProgressTracker: import("vue").DefineComponent<JSX.VegaProgressTracker & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaProgressTracker & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
54
55
|
export declare const VegaRadio: import("vue").DefineComponent<JSX.VegaRadio & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaRadio & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
55
56
|
export declare const VegaRadioGroup: import("vue").DefineComponent<JSX.VegaRadioGroup & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaRadioGroup & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
56
|
-
export declare const VegaSidenav: import("vue").DefineComponent<JSX.VegaSidenav & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaSidenav & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
57
|
-
export declare const VegaSidenavGroup: import("vue").DefineComponent<JSX.VegaSidenavGroup & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaSidenavGroup & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
58
|
-
export declare const VegaSidenavLink: import("vue").DefineComponent<JSX.VegaSidenavLink & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaSidenavLink & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
59
57
|
export declare const VegaSlotContainer: import("vue").DefineComponent<JSX.VegaSlotContainer & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaSlotContainer & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
60
58
|
export declare const VegaStepper: import("vue").DefineComponent<JSX.VegaStepper & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaStepper & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
61
59
|
export declare const VegaTabGroup: import("vue").DefineComponent<JSX.VegaTabGroup & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaTabGroup & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
@@ -71,6 +69,8 @@ export declare const VegaTableRow: import("vue").DefineComponent<JSX.VegaTableRo
|
|
|
71
69
|
export declare const VegaText: import("vue").DefineComponent<JSX.VegaText & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaText & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
72
70
|
export declare const VegaTextarea: import("vue").DefineComponent<JSX.VegaTextarea & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaTextarea & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
73
71
|
export declare const VegaTimePicker: import("vue").DefineComponent<JSX.VegaTimePicker & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaTimePicker & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
72
|
+
export declare const VegaTimePickerDropdown: import("vue").DefineComponent<JSX.VegaTimePickerDropdown & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaTimePickerDropdown & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
74
73
|
export declare const VegaToggleSwitch: import("vue").DefineComponent<JSX.VegaToggleSwitch & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaToggleSwitch & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
75
74
|
export declare const VegaTooltip: import("vue").DefineComponent<JSX.VegaTooltip & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaTooltip & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
75
|
+
export declare const VegaTooltipContentBox: import("vue").DefineComponent<JSX.VegaTooltipContentBox & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaTooltipContentBox & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
76
76
|
export declare const VegaVirtualScroll: import("vue").DefineComponent<JSX.VegaVirtualScroll & import("./vue-component-lib/utils").InputProps, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.VegaVirtualScroll & import("./vue-component-lib/utils").InputProps>, {}>;
|
package/dist/components.js
CHANGED
|
@@ -11,7 +11,8 @@ export const VegaAccordion = /*@__PURE__*/ defineContainer('vega-accordion', und
|
|
|
11
11
|
'iconPosition',
|
|
12
12
|
'showExpandIcon',
|
|
13
13
|
'groupId',
|
|
14
|
-
'vegaExpand'
|
|
14
|
+
'vegaExpand',
|
|
15
|
+
'accordionExpand'
|
|
15
16
|
]);
|
|
16
17
|
export const VegaAppFooter = /*@__PURE__*/ defineContainer('vega-app-footer', undefined, [
|
|
17
18
|
'content',
|
|
@@ -37,20 +38,15 @@ export const VegaAppHeaderButton = /*@__PURE__*/ defineContainer('vega-app-heade
|
|
|
37
38
|
'showMenuArrowIcon',
|
|
38
39
|
'selected',
|
|
39
40
|
'vegaClick',
|
|
40
|
-
'
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
'bgColor',
|
|
44
|
-
'textColor',
|
|
45
|
-
'text',
|
|
46
|
-
'size'
|
|
41
|
+
'click',
|
|
42
|
+
'vegaDropdownClick',
|
|
43
|
+
'dropdownClick'
|
|
47
44
|
]);
|
|
48
|
-
export const
|
|
49
|
-
'
|
|
50
|
-
'
|
|
51
|
-
'
|
|
52
|
-
'
|
|
53
|
-
'vegaClickCTA'
|
|
45
|
+
export const VegaBackdrop = /*@__PURE__*/ defineContainer('vega-backdrop', undefined, [
|
|
46
|
+
'color',
|
|
47
|
+
'visible',
|
|
48
|
+
'duration',
|
|
49
|
+
'vegaClick'
|
|
54
50
|
]);
|
|
55
51
|
export const VegaBarChart = /*@__PURE__*/ defineContainer('vega-bar-chart', undefined, [
|
|
56
52
|
'options'
|
|
@@ -58,12 +54,16 @@ export const VegaBarChart = /*@__PURE__*/ defineContainer('vega-bar-chart', unde
|
|
|
58
54
|
export const VegaBox = /*@__PURE__*/ defineContainer('vega-box', undefined, [
|
|
59
55
|
'padding',
|
|
60
56
|
'margin',
|
|
61
|
-
'display'
|
|
57
|
+
'display',
|
|
58
|
+
'shadow',
|
|
59
|
+
'borderColor',
|
|
60
|
+
'backgroundColor'
|
|
62
61
|
]);
|
|
63
62
|
export const VegaBreadcrumb = /*@__PURE__*/ defineContainer('vega-breadcrumb', undefined, [
|
|
64
63
|
'maxItems',
|
|
65
64
|
'items',
|
|
66
|
-
'vegaClick'
|
|
65
|
+
'vegaClick',
|
|
66
|
+
'click'
|
|
67
67
|
]);
|
|
68
68
|
export const VegaButton = /*@__PURE__*/ defineContainer('vega-button', undefined, [
|
|
69
69
|
'size',
|
|
@@ -75,7 +75,8 @@ export const VegaButton = /*@__PURE__*/ defineContainer('vega-button', undefined
|
|
|
75
75
|
'danger',
|
|
76
76
|
'block',
|
|
77
77
|
'type',
|
|
78
|
-
'vegaClick'
|
|
78
|
+
'vegaClick',
|
|
79
|
+
'click'
|
|
79
80
|
]);
|
|
80
81
|
export const VegaButtonCircle = /*@__PURE__*/ defineContainer('vega-button-circle', undefined, [
|
|
81
82
|
'size',
|
|
@@ -86,7 +87,9 @@ export const VegaButtonCircle = /*@__PURE__*/ defineContainer('vega-button-circl
|
|
|
86
87
|
'danger',
|
|
87
88
|
'type',
|
|
88
89
|
'iconColor',
|
|
89
|
-
'
|
|
90
|
+
'showTooltip',
|
|
91
|
+
'vegaClick',
|
|
92
|
+
'click'
|
|
90
93
|
]);
|
|
91
94
|
export const VegaButtonLink = /*@__PURE__*/ defineContainer('vega-button-link', undefined, [
|
|
92
95
|
'link',
|
|
@@ -98,12 +101,12 @@ export const VegaButtonLink = /*@__PURE__*/ defineContainer('vega-button-link',
|
|
|
98
101
|
'disabled',
|
|
99
102
|
'danger',
|
|
100
103
|
'eventful',
|
|
101
|
-
'vegaClick'
|
|
104
|
+
'vegaClick',
|
|
105
|
+
'click'
|
|
102
106
|
]);
|
|
103
107
|
export const VegaCard = /*@__PURE__*/ defineContainer('vega-card', undefined, [
|
|
104
108
|
'padding',
|
|
105
109
|
'margin',
|
|
106
|
-
'shadow',
|
|
107
110
|
'variant',
|
|
108
111
|
'backgroundColor'
|
|
109
112
|
]);
|
|
@@ -112,7 +115,8 @@ export const VegaCarousel = /*@__PURE__*/ defineContainer('vega-carousel', undef
|
|
|
112
115
|
'showSlider',
|
|
113
116
|
'spacing',
|
|
114
117
|
'canSwipe',
|
|
115
|
-
'vegaPageUpdate'
|
|
118
|
+
'vegaPageUpdate',
|
|
119
|
+
'pageUpdate'
|
|
116
120
|
]);
|
|
117
121
|
export const VegaCheckbox = /*@__PURE__*/ defineContainer('vega-checkbox', undefined, [
|
|
118
122
|
'identifier',
|
|
@@ -122,8 +126,8 @@ export const VegaCheckbox = /*@__PURE__*/ defineContainer('vega-checkbox', undef
|
|
|
122
126
|
'size',
|
|
123
127
|
'required',
|
|
124
128
|
'isValid',
|
|
125
|
-
'
|
|
126
|
-
'
|
|
129
|
+
'vegaChange',
|
|
130
|
+
'change'
|
|
127
131
|
], 'value', 'vegaChange');
|
|
128
132
|
export const VegaCheckboxGroup = /*@__PURE__*/ defineContainer('vega-checkbox-group', undefined, [
|
|
129
133
|
'label',
|
|
@@ -132,10 +136,9 @@ export const VegaCheckboxGroup = /*@__PURE__*/ defineContainer('vega-checkbox-gr
|
|
|
132
136
|
'disabled',
|
|
133
137
|
'required',
|
|
134
138
|
'hint',
|
|
135
|
-
'formValidation',
|
|
136
139
|
'isValid',
|
|
137
140
|
'vegaChange',
|
|
138
|
-
'
|
|
141
|
+
'change'
|
|
139
142
|
], 'value', 'vegaChange');
|
|
140
143
|
export const VegaChip = /*@__PURE__*/ defineContainer('vega-chip', undefined, [
|
|
141
144
|
'text',
|
|
@@ -150,7 +153,9 @@ export const VegaChip = /*@__PURE__*/ defineContainer('vega-chip', undefined, [
|
|
|
150
153
|
'icon',
|
|
151
154
|
'iconAlign',
|
|
152
155
|
'vegaClose',
|
|
153
|
-
'
|
|
156
|
+
'close',
|
|
157
|
+
'vegaClick',
|
|
158
|
+
'click'
|
|
154
159
|
]);
|
|
155
160
|
export const VegaColorPicker = /*@__PURE__*/ defineContainer('vega-color-picker', undefined, [
|
|
156
161
|
'value',
|
|
@@ -163,7 +168,7 @@ export const VegaColorPicker = /*@__PURE__*/ defineContainer('vega-color-picker'
|
|
|
163
168
|
'validationRules',
|
|
164
169
|
'colors',
|
|
165
170
|
'vegaChange',
|
|
166
|
-
'
|
|
171
|
+
'change'
|
|
167
172
|
], 'value', 'vegaChange');
|
|
168
173
|
export const VegaComboBox = /*@__PURE__*/ defineContainer('vega-combo-box', undefined, [
|
|
169
174
|
'label',
|
|
@@ -180,9 +185,11 @@ export const VegaComboBox = /*@__PURE__*/ defineContainer('vega-combo-box', unde
|
|
|
180
185
|
'vegaDropdownProps',
|
|
181
186
|
'useDefaultFilter',
|
|
182
187
|
'vegaChange',
|
|
183
|
-
'
|
|
188
|
+
'change',
|
|
184
189
|
'vegaCreate',
|
|
185
|
-
'
|
|
190
|
+
'create',
|
|
191
|
+
'vegaSearch',
|
|
192
|
+
'search'
|
|
186
193
|
], 'value', 'vegaChange');
|
|
187
194
|
export const VegaCounterBadge = /*@__PURE__*/ defineContainer('vega-counter-badge', undefined, [
|
|
188
195
|
'dot',
|
|
@@ -199,7 +206,6 @@ export const VegaDatePicker = /*@__PURE__*/ defineContainer('vega-date-picker',
|
|
|
199
206
|
'autoValidation',
|
|
200
207
|
'format',
|
|
201
208
|
'size',
|
|
202
|
-
'formValidation',
|
|
203
209
|
'validationRules',
|
|
204
210
|
'minDate',
|
|
205
211
|
'maxDate',
|
|
@@ -210,8 +216,9 @@ export const VegaDatePicker = /*@__PURE__*/ defineContainer('vega-date-picker',
|
|
|
210
216
|
'dropdownConfig',
|
|
211
217
|
'disabled',
|
|
212
218
|
'vegaChange',
|
|
213
|
-
'
|
|
219
|
+
'change'
|
|
214
220
|
], 'value', 'vegaChange');
|
|
221
|
+
export const VegaDatePickerCalendar = /*@__PURE__*/ defineContainer('vega-date-picker-calendar', undefined);
|
|
215
222
|
export const VegaDialog = /*@__PURE__*/ defineContainer('vega-dialog', undefined, [
|
|
216
223
|
'dialogTitle',
|
|
217
224
|
'content',
|
|
@@ -245,13 +252,18 @@ export const VegaDropdown = /*@__PURE__*/ defineContainer('vega-dropdown', undef
|
|
|
245
252
|
'isLoading',
|
|
246
253
|
'placement',
|
|
247
254
|
'alignment',
|
|
248
|
-
'vegaClick',
|
|
249
255
|
'vegaDropdownClick',
|
|
256
|
+
'dropdownClick',
|
|
250
257
|
'vegaShow',
|
|
258
|
+
'dropdownShow',
|
|
251
259
|
'vegaHide',
|
|
260
|
+
'dropdownHide',
|
|
252
261
|
'vegaCreate',
|
|
253
|
-
'
|
|
262
|
+
'create',
|
|
263
|
+
'vegaSearch',
|
|
264
|
+
'dropdownSearch'
|
|
254
265
|
]);
|
|
266
|
+
export const VegaDropdownContentBox = /*@__PURE__*/ defineContainer('vega-dropdown-content-box', undefined);
|
|
255
267
|
export const VegaDropdownGroup = /*@__PURE__*/ defineContainer('vega-dropdown-group', undefined, [
|
|
256
268
|
'label',
|
|
257
269
|
'divide'
|
|
@@ -263,7 +275,8 @@ export const VegaDropdownItem = /*@__PURE__*/ defineContainer('vega-dropdown-ite
|
|
|
263
275
|
'prefixIcon',
|
|
264
276
|
'disabled',
|
|
265
277
|
'height',
|
|
266
|
-
'vegaClick'
|
|
278
|
+
'vegaClick',
|
|
279
|
+
'click'
|
|
267
280
|
]);
|
|
268
281
|
export const VegaFieldError = /*@__PURE__*/ defineContainer('vega-field-error', undefined, [
|
|
269
282
|
'message'
|
|
@@ -277,12 +290,9 @@ export const VegaFieldLabel = /*@__PURE__*/ defineContainer('vega-field-label',
|
|
|
277
290
|
export const VegaFlex = /*@__PURE__*/ defineContainer('vega-flex', undefined, [
|
|
278
291
|
'gap',
|
|
279
292
|
'margin',
|
|
280
|
-
'breakpoint',
|
|
281
293
|
'direction',
|
|
282
294
|
'alignItems',
|
|
283
|
-
'
|
|
284
|
-
'justifyContent',
|
|
285
|
-
'useNativeFlex'
|
|
295
|
+
'justifyContent'
|
|
286
296
|
]);
|
|
287
297
|
export const VegaFont = /*@__PURE__*/ defineContainer('vega-font', undefined, [
|
|
288
298
|
'variant',
|
|
@@ -290,23 +300,21 @@ export const VegaFont = /*@__PURE__*/ defineContainer('vega-font', undefined, [
|
|
|
290
300
|
'disableResponsive',
|
|
291
301
|
'as'
|
|
292
302
|
]);
|
|
293
|
-
export const VegaFooter = /*@__PURE__*/ defineContainer('vega-footer', undefined, [
|
|
294
|
-
'tosUrl',
|
|
295
|
-
'privacyUrl'
|
|
296
|
-
]);
|
|
297
303
|
export const VegaForm = /*@__PURE__*/ defineContainer('vega-form', undefined, [
|
|
298
304
|
'isValid',
|
|
299
305
|
'isTouched',
|
|
300
306
|
'vegaValidate',
|
|
307
|
+
'validate',
|
|
301
308
|
'vegaFormSubmit',
|
|
302
|
-
'
|
|
309
|
+
'formSubmit',
|
|
310
|
+
'vegaFormReset',
|
|
311
|
+
'formReset'
|
|
303
312
|
]);
|
|
304
313
|
export const VegaGrid = /*@__PURE__*/ defineContainer('vega-grid', undefined, [
|
|
305
314
|
'column',
|
|
306
315
|
'row',
|
|
307
316
|
'gap'
|
|
308
317
|
]);
|
|
309
|
-
export const VegaHeader = /*@__PURE__*/ defineContainer('vega-header', undefined);
|
|
310
318
|
export const VegaIcon = /*@__PURE__*/ defineContainer('vega-icon', undefined, [
|
|
311
319
|
'icon',
|
|
312
320
|
'size',
|
|
@@ -325,9 +333,11 @@ export const VegaImageUploader = /*@__PURE__*/ defineContainer('vega-image-uploa
|
|
|
325
333
|
'autoValidation',
|
|
326
334
|
'validationRules',
|
|
327
335
|
'vegaChange',
|
|
336
|
+
'change',
|
|
328
337
|
'vegaRemove',
|
|
338
|
+
'remove',
|
|
329
339
|
'vegaCancel',
|
|
330
|
-
'
|
|
340
|
+
'cancel'
|
|
331
341
|
], 'value', 'vegaChange');
|
|
332
342
|
export const VegaInput = /*@__PURE__*/ defineContainer('vega-input', undefined, [
|
|
333
343
|
'label',
|
|
@@ -344,7 +354,6 @@ export const VegaInput = /*@__PURE__*/ defineContainer('vega-input', undefined,
|
|
|
344
354
|
'showClearIcon',
|
|
345
355
|
'isValid',
|
|
346
356
|
'autoValidation',
|
|
347
|
-
'formValidation',
|
|
348
357
|
'validationRules',
|
|
349
358
|
'size',
|
|
350
359
|
'placeholder',
|
|
@@ -352,9 +361,11 @@ export const VegaInput = /*@__PURE__*/ defineContainer('vega-input', undefined,
|
|
|
352
361
|
'hint',
|
|
353
362
|
'maskConfig',
|
|
354
363
|
'vegaChange',
|
|
355
|
-
'
|
|
364
|
+
'change',
|
|
356
365
|
'vegaBlur',
|
|
357
|
-
'
|
|
366
|
+
'blur',
|
|
367
|
+
'vegaFocus',
|
|
368
|
+
'focus'
|
|
358
369
|
], 'value', 'vegaChange');
|
|
359
370
|
export const VegaInputCreditCard = /*@__PURE__*/ defineContainer('vega-input-credit-card', undefined, [
|
|
360
371
|
'required',
|
|
@@ -368,10 +379,12 @@ export const VegaInputCreditCard = /*@__PURE__*/ defineContainer('vega-input-cre
|
|
|
368
379
|
'validationRules',
|
|
369
380
|
'isValid',
|
|
370
381
|
'value',
|
|
371
|
-
'vegaValidate',
|
|
372
382
|
'vegaChange',
|
|
383
|
+
'change',
|
|
373
384
|
'vegaBlur',
|
|
374
|
-
'
|
|
385
|
+
'blur',
|
|
386
|
+
'vegaFocus',
|
|
387
|
+
'focus'
|
|
375
388
|
], 'value', 'vegaChange');
|
|
376
389
|
export const VegaInputSelect = /*@__PURE__*/ defineContainer('vega-input-select', undefined, [
|
|
377
390
|
'label',
|
|
@@ -382,7 +395,6 @@ export const VegaInputSelect = /*@__PURE__*/ defineContainer('vega-input-select'
|
|
|
382
395
|
'value',
|
|
383
396
|
'isValid',
|
|
384
397
|
'autoValidation',
|
|
385
|
-
'formValidation',
|
|
386
398
|
'validationRules',
|
|
387
399
|
'prefixIcon',
|
|
388
400
|
'disabled',
|
|
@@ -391,14 +403,15 @@ export const VegaInputSelect = /*@__PURE__*/ defineContainer('vega-input-select'
|
|
|
391
403
|
'vegaDropdownProps',
|
|
392
404
|
'size',
|
|
393
405
|
'vegaChange',
|
|
394
|
-
'
|
|
395
|
-
'vegaSearch'
|
|
406
|
+
'change',
|
|
407
|
+
'vegaSearch',
|
|
408
|
+
'search'
|
|
396
409
|
], 'value', 'vegaChange');
|
|
397
410
|
export const VegaItemToggle = /*@__PURE__*/ defineContainer('vega-item-toggle', undefined, [
|
|
398
411
|
'itemToggleStatusMap',
|
|
399
412
|
'isToggled',
|
|
400
|
-
'
|
|
401
|
-
'
|
|
413
|
+
'vegaToggleStatus',
|
|
414
|
+
'toggleStatus'
|
|
402
415
|
]);
|
|
403
416
|
export const VegaLeftNav = /*@__PURE__*/ defineContainer('vega-left-nav', undefined, [
|
|
404
417
|
'open',
|
|
@@ -406,19 +419,22 @@ export const VegaLeftNav = /*@__PURE__*/ defineContainer('vega-left-nav', undefi
|
|
|
406
419
|
'source',
|
|
407
420
|
'footnote',
|
|
408
421
|
'showAsOverlay',
|
|
409
|
-
'vegaStateUpdate'
|
|
422
|
+
'vegaStateUpdate',
|
|
423
|
+
'stateUpdate'
|
|
410
424
|
]);
|
|
411
425
|
export const VegaLeftNavGroup = /*@__PURE__*/ defineContainer('vega-left-nav-group', undefined, [
|
|
412
426
|
'icon',
|
|
413
427
|
'label',
|
|
414
|
-
'vegaGroupClick'
|
|
428
|
+
'vegaGroupClick',
|
|
429
|
+
'groupClick'
|
|
415
430
|
]);
|
|
416
431
|
export const VegaLeftNavLink = /*@__PURE__*/ defineContainer('vega-left-nav-link', undefined, [
|
|
417
432
|
'icon',
|
|
418
433
|
'selected',
|
|
419
434
|
'url',
|
|
420
435
|
'counterBadge',
|
|
421
|
-
'vegaMenuClick'
|
|
436
|
+
'vegaMenuClick',
|
|
437
|
+
'menuClick'
|
|
422
438
|
]);
|
|
423
439
|
export const VegaLeftNavSection = /*@__PURE__*/ defineContainer('vega-left-nav-section', undefined, [
|
|
424
440
|
'sectionHeader'
|
|
@@ -426,6 +442,7 @@ export const VegaLeftNavSection = /*@__PURE__*/ defineContainer('vega-left-nav-s
|
|
|
426
442
|
export const VegaLineChart = /*@__PURE__*/ defineContainer('vega-line-chart', undefined, [
|
|
427
443
|
'options'
|
|
428
444
|
]);
|
|
445
|
+
export const VegaLoaderWrapper = /*@__PURE__*/ defineContainer('vega-loader-wrapper', undefined);
|
|
429
446
|
export const VegaLoadingIndicator = /*@__PURE__*/ defineContainer('vega-loading-indicator', undefined, [
|
|
430
447
|
'shape',
|
|
431
448
|
'size',
|
|
@@ -448,17 +465,14 @@ export const VegaModal = /*@__PURE__*/ defineContainer('vega-modal', undefined,
|
|
|
448
465
|
'contentMaxHeight',
|
|
449
466
|
'handleClose',
|
|
450
467
|
'vegaClose',
|
|
451
|
-
'
|
|
468
|
+
'close',
|
|
469
|
+
'vegaOpen',
|
|
470
|
+
'modalOpen'
|
|
452
471
|
]);
|
|
453
472
|
export const VegaNavCard = /*@__PURE__*/ defineContainer('vega-nav-card', undefined, [
|
|
454
473
|
'source',
|
|
455
474
|
'maxHeight'
|
|
456
475
|
]);
|
|
457
|
-
export const VegaOption = /*@__PURE__*/ defineContainer('vega-option', undefined, [
|
|
458
|
-
'label',
|
|
459
|
-
'subLabel',
|
|
460
|
-
'icon'
|
|
461
|
-
]);
|
|
462
476
|
export const VegaPageNotification = /*@__PURE__*/ defineContainer('vega-page-notification', undefined, [
|
|
463
477
|
'notificationTitle',
|
|
464
478
|
'message',
|
|
@@ -467,6 +481,7 @@ export const VegaPageNotification = /*@__PURE__*/ defineContainer('vega-page-not
|
|
|
467
481
|
'showCloseButton',
|
|
468
482
|
'actionButtons'
|
|
469
483
|
]);
|
|
484
|
+
export const VegaPageNotificationList = /*@__PURE__*/ defineContainer('vega-page-notification-list', undefined);
|
|
470
485
|
export const VegaPagination = /*@__PURE__*/ defineContainer('vega-pagination', undefined, [
|
|
471
486
|
'current',
|
|
472
487
|
'total',
|
|
@@ -474,7 +489,9 @@ export const VegaPagination = /*@__PURE__*/ defineContainer('vega-pagination', u
|
|
|
474
489
|
'extensions',
|
|
475
490
|
'pageSizeSelectorOptions',
|
|
476
491
|
'vegaChange',
|
|
477
|
-
'
|
|
492
|
+
'change',
|
|
493
|
+
'vegaPageSizeChange',
|
|
494
|
+
'pageSizeChange'
|
|
478
495
|
]);
|
|
479
496
|
export const VegaPieChart = /*@__PURE__*/ defineContainer('vega-pie-chart', undefined, [
|
|
480
497
|
'options'
|
|
@@ -485,15 +502,19 @@ export const VegaPopover = /*@__PURE__*/ defineContainer('vega-popover', undefin
|
|
|
485
502
|
'alignment',
|
|
486
503
|
'positionRelativeTo',
|
|
487
504
|
'vegaPopoverShow',
|
|
488
|
-
'
|
|
505
|
+
'popoverShow',
|
|
506
|
+
'vegaPopoverHide',
|
|
507
|
+
'popoverHide'
|
|
489
508
|
]);
|
|
509
|
+
export const VegaPopoverContentBox = /*@__PURE__*/ defineContainer('vega-popover-content-box', undefined);
|
|
490
510
|
export const VegaProgressTracker = /*@__PURE__*/ defineContainer('vega-progress-tracker', undefined, [
|
|
491
511
|
'current',
|
|
492
512
|
'direction',
|
|
493
513
|
'steps',
|
|
494
514
|
'completedStepArray',
|
|
495
515
|
'canClickStep',
|
|
496
|
-
'vegaCurrentStepUpdate'
|
|
516
|
+
'vegaCurrentStepUpdate',
|
|
517
|
+
'currentStepUpdate'
|
|
497
518
|
]);
|
|
498
519
|
export const VegaRadio = /*@__PURE__*/ defineContainer('vega-radio', undefined, [
|
|
499
520
|
'value',
|
|
@@ -502,8 +523,11 @@ export const VegaRadio = /*@__PURE__*/ defineContainer('vega-radio', undefined,
|
|
|
502
523
|
'disabled',
|
|
503
524
|
'size',
|
|
504
525
|
'vegaFocus',
|
|
526
|
+
'focus',
|
|
505
527
|
'vegaBlur',
|
|
506
|
-
'
|
|
528
|
+
'blur',
|
|
529
|
+
'vegaChange',
|
|
530
|
+
'change'
|
|
507
531
|
]);
|
|
508
532
|
export const VegaRadioGroup = /*@__PURE__*/ defineContainer('vega-radio-group', undefined, [
|
|
509
533
|
'label',
|
|
@@ -512,30 +536,11 @@ export const VegaRadioGroup = /*@__PURE__*/ defineContainer('vega-radio-group',
|
|
|
512
536
|
'vegaFlexProp',
|
|
513
537
|
'required',
|
|
514
538
|
'hint',
|
|
515
|
-
'formValidation',
|
|
516
539
|
'isValid',
|
|
517
540
|
'disabled',
|
|
518
541
|
'vegaChange',
|
|
519
|
-
'
|
|
542
|
+
'change'
|
|
520
543
|
], 'value', 'vegaChange');
|
|
521
|
-
export const VegaSidenav = /*@__PURE__*/ defineContainer('vega-sidenav', undefined, [
|
|
522
|
-
'source',
|
|
523
|
-
'footnote',
|
|
524
|
-
'headerConfig',
|
|
525
|
-
'openByDefault',
|
|
526
|
-
'vegaStateUpdate'
|
|
527
|
-
]);
|
|
528
|
-
export const VegaSidenavGroup = /*@__PURE__*/ defineContainer('vega-sidenav-group', undefined, [
|
|
529
|
-
'icon',
|
|
530
|
-
'label'
|
|
531
|
-
]);
|
|
532
|
-
export const VegaSidenavLink = /*@__PURE__*/ defineContainer('vega-sidenav-link', undefined, [
|
|
533
|
-
'icon',
|
|
534
|
-
'selected',
|
|
535
|
-
'url',
|
|
536
|
-
'showSideBarOnClickLink',
|
|
537
|
-
'vegaClick'
|
|
538
|
-
]);
|
|
539
544
|
export const VegaSlotContainer = /*@__PURE__*/ defineContainer('vega-slot-container', undefined);
|
|
540
545
|
export const VegaStepper = /*@__PURE__*/ defineContainer('vega-stepper', undefined, [
|
|
541
546
|
'stepperId',
|
|
@@ -543,15 +548,13 @@ export const VegaStepper = /*@__PURE__*/ defineContainer('vega-stepper', undefin
|
|
|
543
548
|
'min',
|
|
544
549
|
'value',
|
|
545
550
|
'label',
|
|
546
|
-
'inputEditable',
|
|
547
551
|
'inputDisabled',
|
|
548
552
|
'disabled',
|
|
549
553
|
'isValid',
|
|
550
|
-
'formValidation',
|
|
551
554
|
'autoValidation',
|
|
552
555
|
'buttonVariant',
|
|
553
556
|
'vegaChange',
|
|
554
|
-
'
|
|
557
|
+
'change'
|
|
555
558
|
], 'value', 'vegaChange');
|
|
556
559
|
export const VegaTabGroup = /*@__PURE__*/ defineContainer('vega-tab-group', undefined, [
|
|
557
560
|
'selectedTabDataTarget',
|
|
@@ -560,7 +563,8 @@ export const VegaTabGroup = /*@__PURE__*/ defineContainer('vega-tab-group', unde
|
|
|
560
563
|
'tabItems',
|
|
561
564
|
'positionRelativeTo',
|
|
562
565
|
'variant',
|
|
563
|
-
'vegaClick'
|
|
566
|
+
'vegaClick',
|
|
567
|
+
'click'
|
|
564
568
|
]);
|
|
565
569
|
export const VegaTabGroupPanel = /*@__PURE__*/ defineContainer('vega-tab-group-panel', undefined, [
|
|
566
570
|
'isActive'
|
|
@@ -582,15 +586,18 @@ export const VegaTable = /*@__PURE__*/ defineContainer('vega-table', undefined,
|
|
|
582
586
|
'rowKey',
|
|
583
587
|
'scrollConfig',
|
|
584
588
|
'vegaChange',
|
|
589
|
+
'change',
|
|
585
590
|
'vegaRowClick',
|
|
591
|
+
'rowClick',
|
|
586
592
|
'vegaSelectChange',
|
|
587
|
-
'
|
|
593
|
+
'selectChange',
|
|
594
|
+
'vegaSelectAllChange',
|
|
595
|
+
'selectAllChange'
|
|
588
596
|
]);
|
|
589
597
|
export const VegaTableBody = /*@__PURE__*/ defineContainer('vega-table-body', undefined);
|
|
590
598
|
export const VegaTableCell = /*@__PURE__*/ defineContainer('vega-table-cell', undefined, [
|
|
591
599
|
'textAlign',
|
|
592
600
|
'breakpoint',
|
|
593
|
-
'ellipsis',
|
|
594
601
|
'overflow',
|
|
595
602
|
'width'
|
|
596
603
|
]);
|
|
@@ -603,7 +610,8 @@ export const VegaTableHeadCell = /*@__PURE__*/ defineContainer('vega-table-head-
|
|
|
603
610
|
'sorter',
|
|
604
611
|
'textAlign',
|
|
605
612
|
'width',
|
|
606
|
-
'vegaClick'
|
|
613
|
+
'vegaClick',
|
|
614
|
+
'click'
|
|
607
615
|
]);
|
|
608
616
|
export const VegaTableHeadRow = /*@__PURE__*/ defineContainer('vega-table-head-row', undefined, [
|
|
609
617
|
'selectAllDisabled',
|
|
@@ -611,7 +619,8 @@ export const VegaTableHeadRow = /*@__PURE__*/ defineContainer('vega-table-head-r
|
|
|
611
619
|
]);
|
|
612
620
|
export const VegaTableRow = /*@__PURE__*/ defineContainer('vega-table-row', undefined, [
|
|
613
621
|
'rowKey',
|
|
614
|
-
'vegaClick'
|
|
622
|
+
'vegaClick',
|
|
623
|
+
'click'
|
|
615
624
|
]);
|
|
616
625
|
export const VegaText = /*@__PURE__*/ defineContainer('vega-text', undefined, [
|
|
617
626
|
'overflow'
|
|
@@ -630,8 +639,9 @@ export const VegaTextarea = /*@__PURE__*/ defineContainer('vega-textarea', undef
|
|
|
630
639
|
'minLength',
|
|
631
640
|
'validationRules',
|
|
632
641
|
'vegaChange',
|
|
633
|
-
'
|
|
634
|
-
'vegaBlur'
|
|
642
|
+
'change',
|
|
643
|
+
'vegaBlur',
|
|
644
|
+
'blur'
|
|
635
645
|
], 'value', 'vegaChange');
|
|
636
646
|
export const VegaTimePicker = /*@__PURE__*/ defineContainer('vega-time-picker', undefined, [
|
|
637
647
|
'label',
|
|
@@ -648,14 +658,16 @@ export const VegaTimePicker = /*@__PURE__*/ defineContainer('vega-time-picker',
|
|
|
648
658
|
'validationRules',
|
|
649
659
|
'positionRelativeTo',
|
|
650
660
|
'vegaChange',
|
|
651
|
-
'
|
|
661
|
+
'change'
|
|
652
662
|
], 'value', 'vegaChange');
|
|
663
|
+
export const VegaTimePickerDropdown = /*@__PURE__*/ defineContainer('vega-time-picker-dropdown', undefined);
|
|
653
664
|
export const VegaToggleSwitch = /*@__PURE__*/ defineContainer('vega-toggle-switch', undefined, [
|
|
654
665
|
'checked',
|
|
655
666
|
'size',
|
|
656
667
|
'label',
|
|
657
668
|
'disabled',
|
|
658
|
-
'vegaChange'
|
|
669
|
+
'vegaChange',
|
|
670
|
+
'change'
|
|
659
671
|
]);
|
|
660
672
|
export const VegaTooltip = /*@__PURE__*/ defineContainer('vega-tooltip', undefined, [
|
|
661
673
|
'size',
|
|
@@ -667,6 +679,9 @@ export const VegaTooltip = /*@__PURE__*/ defineContainer('vega-tooltip', undefin
|
|
|
667
679
|
'alignment',
|
|
668
680
|
'positionRelativeTo'
|
|
669
681
|
]);
|
|
682
|
+
export const VegaTooltipContentBox = /*@__PURE__*/ defineContainer('vega-tooltip-content-box', undefined, [
|
|
683
|
+
'content'
|
|
684
|
+
]);
|
|
670
685
|
export const VegaVirtualScroll = /*@__PURE__*/ defineContainer('vega-virtual-scroll', undefined, [
|
|
671
686
|
'source',
|
|
672
687
|
'approxItemHeight',
|
package/dist/components.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,gCAAgC;AAChC,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAO5D,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,eAAe,CAAoB,gBAAgB,EAAE,SAAS,EAAE;IACzG,iBAAiB;IACjB,YAAY;IACZ,gBAAgB;IAChB,iBAAiB;IACjB,QAAQ;IACR,cAAc;IACd,gBAAgB;IAChB,SAAS;IACT,YAAY;CACb,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,eAAe,CAAoB,iBAAiB,EAAE,SAAS,EAAE;IAC1G,SAAS;IACT,gBAAgB;IAChB,cAAc;IACd,oBAAoB;IACpB,oBAAoB;IACpB,kBAAkB;IAClB,wBAAwB;IACxB,kBAAkB;IAClB,iBAAiB;IACjB,gBAAgB;IAChB,qBAAqB;CACtB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAC,eAAe,CAA0B,wBAAwB,EAAE,SAAS,EAAE;IAC7H,UAAU;IACV,MAAM;IACN,OAAO;IACP,WAAW;IACX,QAAQ;IACR,gBAAgB;IAChB,YAAY;IACZ,mBAAmB;IACnB,UAAU;IACV,WAAW;IACX,mBAAmB;CACpB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAC,eAAe,CAAgB,YAAY,EAAE,SAAS,EAAE;IAC7F,SAAS;IACT,WAAW;IACX,MAAM;IACN,MAAM;CACP,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAC,eAAe,CAAiB,aAAa,EAAE,SAAS,EAAE;IAChG,QAAQ;IACR,MAAM;IACN,WAAW;IACX,UAAU;IACV,cAAc;CACf,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,eAAe,CAAmB,gBAAgB,EAAE,SAAS,EAAE;IACvG,SAAS;CACV,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC,eAAe,CAAc,UAAU,EAAE,SAAS,EAAE;IACvF,SAAS;IACT,QAAQ;IACR,SAAS;CACV,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,eAAe,CAAqB,iBAAiB,EAAE,SAAS,EAAE;IAC5G,UAAU;IACV,OAAO;IACP,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAC,eAAe,CAAiB,aAAa,EAAE,SAAS,EAAE;IAChG,MAAM;IACN,SAAS;IACT,MAAM;IACN,WAAW;IACX,OAAO;IACP,UAAU;IACV,QAAQ;IACR,OAAO;IACP,MAAM;IACN,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,eAAe,CAAuB,oBAAoB,EAAE,SAAS,EAAE;IACnH,MAAM;IACN,SAAS;IACT,MAAM;IACN,OAAO;IACP,UAAU;IACV,QAAQ;IACR,MAAM;IACN,WAAW;IACX,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,eAAe,CAAqB,kBAAkB,EAAE,SAAS,EAAE;IAC7G,MAAM;IACN,MAAM;IACN,MAAM;IACN,UAAU;IACV,WAAW;IACX,OAAO;IACP,UAAU;IACV,QAAQ;IACR,UAAU;IACV,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,SAAS;IACT,QAAQ;IACR,QAAQ;IACR,SAAS;IACT,iBAAiB;CAClB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,eAAe,CAAmB,eAAe,EAAE,SAAS,EAAE;IACtG,SAAS;IACT,YAAY;IACZ,SAAS;IACT,UAAU;IACV,gBAAgB;CACjB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,eAAe,CAAmB,eAAe,EAAE,SAAS,EAAE;IACtG,YAAY;IACZ,OAAO;IACP,SAAS;IACT,UAAU;IACV,MAAM;IACN,UAAU;IACV,SAAS;IACT,cAAc;IACd,YAAY;CACb,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,eAAe,CAAwB,qBAAqB,EAAE,SAAS,EAAE;IACtH,OAAO;IACP,OAAO;IACP,cAAc;IACd,UAAU;IACV,UAAU;IACV,MAAM;IACN,gBAAgB;IAChB,SAAS;IACT,YAAY;IACZ,cAAc;CACf,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,MAAM;IACN,WAAW;IACX,SAAS;IACT,MAAM;IACN,SAAS;IACT,WAAW;IACX,aAAa;IACb,UAAU;IACV,eAAe;IACf,MAAM;IACN,WAAW;IACX,WAAW;IACX,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAC,eAAe,CAAsB,mBAAmB,EAAE,SAAS,EAAE;IAChH,OAAO;IACP,MAAM;IACN,UAAU;IACV,UAAU;IACV,OAAO;IACP,SAAS;IACT,gBAAgB;IAChB,iBAAiB;IACjB,QAAQ;IACR,YAAY;IACZ,cAAc;CACf,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,eAAe,CAAmB,gBAAgB,EAAE,SAAS,EAAE;IACvG,OAAO;IACP,UAAU;IACV,QAAQ;IACR,OAAO;IACP,SAAS;IACT,gBAAgB;IAChB,iBAAiB;IACjB,UAAU;IACV,aAAa;IACb,MAAM;IACN,MAAM;IACN,mBAAmB;IACnB,kBAAkB;IAClB,YAAY;IACZ,cAAc;IACd,YAAY;IACZ,YAAY;CACb,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,eAAe,CAAuB,oBAAoB,EAAE,SAAS,EAAE;IACnH,KAAK;IACL,OAAO;IACP,OAAO;IACP,QAAQ;CACT,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,eAAe,CAAqB,kBAAkB,EAAE,SAAS,EAAE;IAC7G,MAAM;IACN,OAAO;IACP,OAAO;IACP,UAAU;IACV,SAAS;IACT,gBAAgB;IAChB,QAAQ;IACR,MAAM;IACN,gBAAgB;IAChB,iBAAiB;IACjB,SAAS;IACT,SAAS;IACT,aAAa;IACb,aAAa;IACb,UAAU;IACV,aAAa;IACb,gBAAgB;IAChB,UAAU;IACV,YAAY;IACZ,cAAc;CACf,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAC,eAAe,CAAiB,aAAa,EAAE,SAAS,EAAE;IAChG,aAAa;IACb,SAAS;IACT,MAAM;IACN,UAAU;IACV,UAAU;IACV,cAAc;IACd,cAAc;IACd,YAAY;IACZ,YAAY;CACb,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,eAAe,CAAmB,eAAe,EAAE,SAAS,EAAE;IACtG,MAAM;IACN,SAAS;IACT,eAAe;IACf,QAAQ;IACR,oBAAoB;IACpB,YAAY;IACZ,mBAAmB;IACnB,gBAAgB;IAChB,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,UAAU;IACV,UAAU;IACV,iBAAiB;IACjB,sBAAsB;IACtB,eAAe;IACf,eAAe;IACf,kBAAkB;IAClB,WAAW;IACX,WAAW;IACX,WAAW;IACX,WAAW;IACX,mBAAmB;IACnB,UAAU;IACV,UAAU;IACV,YAAY;IACZ,YAAY;CACb,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,eAAe,CAAwB,qBAAqB,EAAE,SAAS,EAAE;IACtH,OAAO;IACP,QAAQ;CACT,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,eAAe,CAAuB,oBAAoB,EAAE,SAAS,EAAE;IACnH,OAAO;IACP,SAAS;IACT,OAAO;IACP,YAAY;IACZ,UAAU;IACV,QAAQ;IACR,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,eAAe,CAAqB,kBAAkB,EAAE,SAAS,EAAE;IAC7G,SAAS;CACV,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,eAAe,CAAqB,kBAAkB,EAAE,SAAS,EAAE;IAC7G,OAAO;IACP,iBAAiB;IACjB,UAAU;IACV,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,KAAK;IACL,QAAQ;IACR,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,WAAW;IACX,gBAAgB;IAChB,eAAe;CAChB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,SAAS;IACT,OAAO;IACP,mBAAmB;IACnB,IAAI;CACL,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAC,eAAe,CAAiB,aAAa,EAAE,SAAS,EAAE;IAChG,QAAQ;IACR,YAAY;CACb,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,SAAS;IACT,WAAW;IACX,cAAc;IACd,gBAAgB;IAChB,eAAe;CAChB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,QAAQ;IACR,KAAK;IACL,KAAK;CACN,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAC,eAAe,CAAiB,aAAa,EAAE,SAAS,CAAC,CAAC;AAGlG,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,MAAM;IACN,MAAM;IACN,OAAO;CACR,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,eAAe,CAAwB,qBAAqB,EAAE,SAAS,EAAE;IACtH,OAAO;IACP,QAAQ;IACR,QAAQ;IACR,mBAAmB;IACnB,kBAAkB;IAClB,mBAAmB;IACnB,UAAU;IACV,UAAU;IACV,SAAS;IACT,gBAAgB;IAChB,iBAAiB;IACjB,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,cAAc;CACf,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAC,eAAe,CAAgB,YAAY,EAAE,SAAS,EAAE;IAC7F,OAAO;IACP,OAAO;IACP,MAAM;IACN,cAAc;IACd,YAAY;IACZ,OAAO;IACP,UAAU;IACV,KAAK;IACL,KAAK;IACL,WAAW;IACX,WAAW;IACX,eAAe;IACf,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,iBAAiB;IACjB,MAAM;IACN,aAAa;IACb,UAAU;IACV,MAAM;IACN,YAAY;IACZ,YAAY;IACZ,cAAc;IACd,UAAU;IACV,WAAW;CACZ,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAC,eAAe,CAA0B,wBAAwB,EAAE,SAAS,EAAE;IAC7H,UAAU;IACV,UAAU;IACV,OAAO;IACP,MAAM;IACN,MAAM;IACN,aAAa;IACb,sBAAsB;IACtB,gBAAgB;IAChB,iBAAiB;IACjB,SAAS;IACT,OAAO;IACP,cAAc;IACd,YAAY;IACZ,UAAU;IACV,WAAW;CACZ,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAC,eAAe,CAAsB,mBAAmB,EAAE,SAAS,EAAE;IAChH,OAAO;IACP,UAAU;IACV,eAAe;IACf,YAAY;IACZ,QAAQ;IACR,OAAO;IACP,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,iBAAiB;IACjB,YAAY;IACZ,UAAU;IACV,aAAa;IACb,MAAM;IACN,mBAAmB;IACnB,MAAM;IACN,YAAY;IACZ,cAAc;IACd,YAAY;CACb,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,eAAe,CAAqB,kBAAkB,EAAE,SAAS,EAAE;IAC7G,qBAAqB;IACrB,WAAW;IACX,SAAS;IACT,kBAAkB;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC,eAAe,CAAkB,eAAe,EAAE,SAAS,EAAE;IACpG,MAAM;IACN,cAAc;IACd,QAAQ;IACR,UAAU;IACV,eAAe;IACf,iBAAiB;CAClB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,eAAe,CAAuB,qBAAqB,EAAE,SAAS,EAAE;IACpH,MAAM;IACN,OAAO;IACP,gBAAgB;CACjB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAC,eAAe,CAAsB,oBAAoB,EAAE,SAAS,EAAE;IACjH,MAAM;IACN,UAAU;IACV,KAAK;IACL,cAAc;IACd,eAAe;CAChB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAC,eAAe,CAAyB,uBAAuB,EAAE,SAAS,EAAE;IAC1H,eAAe;CAChB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,eAAe,CAAoB,iBAAiB,EAAE,SAAS,EAAE;IAC1G,SAAS;CACV,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,eAAe,CAA2B,wBAAwB,EAAE,SAAS,EAAE;IAC/H,OAAO;IACP,MAAM;IACN,MAAM;IACN,SAAS;IACT,OAAO;IACP,MAAM;IACN,QAAQ;CACT,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAC,eAAe,CAAgB,YAAY,EAAE,SAAS,EAAE;IAC7F,UAAU;IACV,MAAM;IACN,MAAM;IACN,WAAW;IACX,YAAY;IACZ,eAAe;IACf,oBAAoB;IACpB,iBAAiB;IACjB,SAAS;IACT,kBAAkB;IAClB,aAAa;IACb,WAAW;IACX,UAAU;CACX,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC,eAAe,CAAkB,eAAe,EAAE,SAAS,EAAE;IACpG,QAAQ;IACR,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAC,eAAe,CAAiB,aAAa,EAAE,SAAS,EAAE;IAChG,OAAO;IACP,UAAU;IACV,MAAM;CACP,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,eAAe,CAA2B,wBAAwB,EAAE,SAAS,EAAE;IAC/H,mBAAmB;IACnB,SAAS;IACT,MAAM;IACN,UAAU;IACV,iBAAiB;IACjB,eAAe;CAChB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,eAAe,CAAqB,iBAAiB,EAAE,SAAS,EAAE;IAC5G,SAAS;IACT,OAAO;IACP,UAAU;IACV,YAAY;IACZ,yBAAyB;IACzB,YAAY;IACZ,oBAAoB;CACrB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,eAAe,CAAmB,gBAAgB,EAAE,SAAS,EAAE;IACvG,SAAS;CACV,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC,eAAe,CAAkB,cAAc,EAAE,SAAS,EAAE;IACnG,MAAM;IACN,WAAW;IACX,WAAW;IACX,oBAAoB;IACpB,iBAAiB;IACjB,iBAAiB;CAClB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAC,eAAe,CAA0B,uBAAuB,EAAE,SAAS,EAAE;IAC5H,SAAS;IACT,WAAW;IACX,OAAO;IACP,oBAAoB;IACpB,cAAc;IACd,uBAAuB;CACxB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAC,eAAe,CAAgB,YAAY,EAAE,SAAS,EAAE;IAC7F,OAAO;IACP,MAAM;IACN,SAAS;IACT,UAAU;IACV,MAAM;IACN,WAAW;IACX,UAAU;IACV,YAAY;CACb,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,eAAe,CAAqB,kBAAkB,EAAE,SAAS,EAAE;IAC7G,OAAO;IACP,OAAO;IACP,MAAM;IACN,cAAc;IACd,UAAU;IACV,MAAM;IACN,gBAAgB;IAChB,SAAS;IACT,UAAU;IACV,YAAY;IACZ,cAAc;CACf,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC,eAAe,CAAkB,cAAc,EAAE,SAAS,EAAE;IACnG,QAAQ;IACR,UAAU;IACV,cAAc;IACd,eAAe;IACf,iBAAiB;CAClB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,eAAe,CAAuB,oBAAoB,EAAE,SAAS,EAAE;IACnH,MAAM;IACN,OAAO;CACR,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAC,eAAe,CAAsB,mBAAmB,EAAE,SAAS,EAAE;IAChH,MAAM;IACN,UAAU;IACV,KAAK;IACL,wBAAwB;IACxB,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,eAAe,CAAwB,qBAAqB,EAAE,SAAS,CAAC,CAAC;AAGxH,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC,eAAe,CAAkB,cAAc,EAAE,SAAS,EAAE;IACnG,WAAW;IACX,KAAK;IACL,KAAK;IACL,OAAO;IACP,OAAO;IACP,eAAe;IACf,eAAe;IACf,UAAU;IACV,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,YAAY;IACZ,cAAc;CACf,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,eAAe,CAAmB,gBAAgB,EAAE,SAAS,EAAE;IACvG,uBAAuB;IACvB,KAAK;IACL,iBAAiB;IACjB,UAAU;IACV,oBAAoB;IACpB,SAAS;IACT,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,eAAe,CAAwB,sBAAsB,EAAE,SAAS,EAAE;IACvH,UAAU;CACX,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAC,eAAe,CAAgB,YAAY,EAAE,SAAS,EAAE;IAC7F,SAAS;IACT,YAAY;IACZ,cAAc;IACd,eAAe;IACf,cAAc;IACd,YAAY;IACZ,eAAe;IACf,SAAS;IACT,SAAS;IACT,UAAU;IACV,YAAY;IACZ,YAAY;IACZ,kBAAkB;IAClB,QAAQ;IACR,cAAc;IACd,YAAY;IACZ,cAAc;IACd,kBAAkB;IAClB,qBAAqB;CACtB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,eAAe,CAAoB,iBAAiB,EAAE,SAAS,CAAC,CAAC;AAG5G,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,eAAe,CAAoB,iBAAiB,EAAE,SAAS,EAAE;IAC1G,WAAW;IACX,YAAY;IACZ,UAAU;IACV,UAAU;IACV,OAAO;CACR,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAC,eAAe,CAAyB,uBAAuB,EAAE,SAAS,EAAE;IAC1H,QAAQ;CACT,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,eAAe,CAAoB,iBAAiB,EAAE,SAAS,CAAC,CAAC;AAG5G,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,eAAe,CAAwB,sBAAsB,EAAE,SAAS,EAAE;IACvH,YAAY;IACZ,QAAQ;IACR,WAAW;IACX,OAAO;IACP,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,eAAe,CAAuB,qBAAqB,EAAE,SAAS,EAAE;IACpH,mBAAmB;IACnB,eAAe;CAChB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,eAAe,CAAmB,gBAAgB,EAAE,SAAS,EAAE;IACvG,QAAQ;IACR,WAAW;CACZ,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,eAAe,CAAe,WAAW,EAAE,SAAS,EAAE;IAC1F,UAAU;CACX,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,eAAe,CAAmB,eAAe,EAAE,SAAS,EAAE;IACtG,aAAa;IACb,MAAM;IACN,UAAU;IACV,OAAO;IACP,aAAa;IACb,OAAO;IACP,SAAS;IACT,gBAAgB;IAChB,UAAU;IACV,WAAW;IACX,WAAW;IACX,iBAAiB;IACjB,YAAY;IACZ,cAAc;IACd,UAAU;CACX,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,eAAe,CAAqB,kBAAkB,EAAE,SAAS,EAAE;IAC7G,OAAO;IACP,MAAM;IACN,UAAU;IACV,aAAa;IACb,YAAY;IACZ,YAAY;IACZ,OAAO;IACP,MAAM;IACN,UAAU;IACV,SAAS;IACT,gBAAgB;IAChB,iBAAiB;IACjB,oBAAoB;IACpB,YAAY;IACZ,cAAc;CACf,EACD,OAAO,EAAE,YAAY,CAAC,CAAC;AAGvB,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,eAAe,CAAuB,oBAAoB,EAAE,SAAS,EAAE;IACnH,SAAS;IACT,MAAM;IACN,OAAO;IACP,UAAU;IACV,YAAY;CACb,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC,eAAe,CAAkB,cAAc,EAAE,SAAS,EAAE;IACnG,MAAM;IACN,UAAU;IACV,UAAU;IACV,SAAS;IACT,SAAS;IACT,WAAW;IACX,WAAW;IACX,oBAAoB;CACrB,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,eAAe,CAAwB,qBAAqB,EAAE,SAAS,EAAE;IACtH,QAAQ;IACR,kBAAkB;IAClB,mBAAmB;IACnB,iBAAiB;IACjB,sBAAsB;IACtB,YAAY;CACb,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VegaEventManager } from '@heartlandone/vega';
|
|
2
2
|
import { defineComponent, getCurrentInstance, h, inject, ref } from 'vue';
|
|
3
3
|
const UPDATE_VALUE_EVENT = 'update:modelValue';
|
|
4
4
|
const MODEL_VALUE = 'modelValue';
|
|
@@ -25,7 +25,6 @@ const getElementClasses = (ref, componentClasses, defaultClasses = []) => {
|
|
|
25
25
|
return [...Array.from(((_a = ref.value) === null || _a === void 0 ? void 0 : _a.classList) || []), ...defaultClasses]
|
|
26
26
|
.filter((c, i, self) => !componentClasses.has(c) && self.indexOf(c) === i);
|
|
27
27
|
};
|
|
28
|
-
const convertToLowercase = (arr) => (arr.map(str => str.toLowerCase()));
|
|
29
28
|
/**
|
|
30
29
|
* Create a callback to define a Vue component wrapper around a Web Component.
|
|
31
30
|
*
|
|
@@ -41,8 +40,8 @@ const convertToLowercase = (arr) => (arr.map(str => str.toLowerCase()));
|
|
|
41
40
|
* correctly updated when a user's event callback fires.
|
|
42
41
|
*/
|
|
43
42
|
export const defineContainer = (name, defineCustomElement, componentProps = [], modelProp, modelUpdateEvent, externalModelUpdateEvent) => {
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
const componentEventIds = VegaEventManager.getEnabledEventIdsByComponent(name) ||
|
|
44
|
+
[];
|
|
46
45
|
/**
|
|
47
46
|
* Create a Vue component wrapper around a Web Component.
|
|
48
47
|
* Note: The `props` here are not all properties on a component.
|
|
@@ -60,34 +59,34 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
60
59
|
// Add a listener to tell Vue to update the v-model
|
|
61
60
|
if (vnode.el) {
|
|
62
61
|
const eventsNames = Array.isArray(modelUpdateEvent) ? modelUpdateEvent : [modelUpdateEvent];
|
|
62
|
+
const eventSemantics = VegaEventManager.getSemantics(vnode.el);
|
|
63
63
|
eventsNames.forEach((eventName) => {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
64
|
+
const changeEventId = componentEventIds.find((eventId) => eventId.getVegaName() === eventName);
|
|
65
|
+
if (changeEventId) {
|
|
66
|
+
vnode.el.addEventListener(changeEventId.getCurrentName(eventSemantics), (e) => {
|
|
67
|
+
modelPropValue = (e === null || e === void 0 ? void 0 : e.currentTarget)[modelProp];
|
|
68
|
+
emit(UPDATE_VALUE_EVENT, modelPropValue);
|
|
69
|
+
/**
|
|
70
|
+
* We need to emit the change event here
|
|
71
|
+
* rather than on the web component to ensure
|
|
72
|
+
* that any v-model bindings have been updated.
|
|
73
|
+
* Otherwise, the developer will listen on the
|
|
74
|
+
* native web component, but the v-model will
|
|
75
|
+
* not have been updated yet.
|
|
76
|
+
*/
|
|
77
|
+
if (externalModelUpdateEvent) {
|
|
78
|
+
emit(externalModelUpdateEvent, e);
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
}
|
|
79
82
|
});
|
|
80
83
|
/**
|
|
81
84
|
* [Vega] Fix camelCase events not working in Vue3
|
|
82
85
|
*/
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
88
|
-
else {
|
|
89
|
-
emit(componentEvent.toLowerCase(), new CustomEvent(event.type.toLowerCase(), event));
|
|
90
|
-
}
|
|
86
|
+
componentEventIds.forEach((eventId) => {
|
|
87
|
+
const eventName = eventId.getCurrentName(eventSemantics);
|
|
88
|
+
vnode.el.addEventListener(eventName, (event) => {
|
|
89
|
+
emit(eventName, event);
|
|
91
90
|
});
|
|
92
91
|
});
|
|
93
92
|
}
|
|
@@ -169,11 +168,15 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
169
168
|
componentProps.forEach(componentProp => {
|
|
170
169
|
Container.props[componentProp] = DEFAULT_EMPTY_PROP;
|
|
171
170
|
});
|
|
172
|
-
const
|
|
173
|
-
|
|
171
|
+
const componentEventNames = [];
|
|
172
|
+
componentEventIds.forEach((eventId) => {
|
|
173
|
+
componentEventNames.push(eventId.getVegaName());
|
|
174
|
+
componentEventNames.push(eventId.getNativeName());
|
|
175
|
+
});
|
|
176
|
+
Container.emits = componentEventNames;
|
|
174
177
|
if (modelProp) {
|
|
175
178
|
Container.props[MODEL_VALUE] = DEFAULT_EMPTY_PROP;
|
|
176
|
-
Container.emits = [UPDATE_VALUE_EVENT, externalModelUpdateEvent, ...
|
|
179
|
+
Container.emits = [UPDATE_VALUE_EVENT, externalModelUpdateEvent, ...componentEventNames];
|
|
177
180
|
}
|
|
178
181
|
return Container;
|
|
179
182
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../src/vue-component-lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../src/vue-component-lib/utils.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heartlandone/vega-vue",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-preview-2",
|
|
4
4
|
"description": "Vue specific wrapper for @heartlandone/vega",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -28,6 +28,6 @@
|
|
|
28
28
|
"vue": "^3.0.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@heartlandone/vega": "
|
|
31
|
+
"@heartlandone/vega": "2.0.0-preview-2"
|
|
32
32
|
}
|
|
33
33
|
}
|