@heartlandone/vega-vue 1.9.2 → 1.11.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/components.d.ts +5 -0
- package/dist/components.js +75 -5
- package/dist/components.js.map +1 -1
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
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
|
+
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>, {}>;
|
|
4
5
|
export declare const VegaBadge: import("vue").DefineComponent<JSX.VegaBadge & 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.VegaBadge & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
5
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>, {}>;
|
|
6
7
|
export declare const VegaButton: import("vue").DefineComponent<JSX.VegaButton & 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.VegaButton & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
@@ -10,8 +11,11 @@ export declare const VegaCard: import("vue").DefineComponent<JSX.VegaCard & impo
|
|
|
10
11
|
export declare const VegaCarousel: import("vue").DefineComponent<JSX.VegaCarousel & 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.VegaCarousel & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
11
12
|
export declare const VegaCheckbox: import("vue").DefineComponent<JSX.VegaCheckbox & 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.VegaCheckbox & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
12
13
|
export declare const VegaCheckboxGroup: import("vue").DefineComponent<JSX.VegaCheckboxGroup & 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.VegaCheckboxGroup & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
14
|
+
export declare const VegaChip: import("vue").DefineComponent<JSX.VegaChip & 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.VegaChip & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
15
|
+
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>, {}>;
|
|
13
16
|
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>, {}>;
|
|
14
17
|
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>, {}>;
|
|
18
|
+
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>, {}>;
|
|
15
19
|
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>, {}>;
|
|
16
20
|
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>, {}>;
|
|
17
21
|
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>, {}>;
|
|
@@ -34,5 +38,6 @@ export declare const VegaStepper: import("vue").DefineComponent<JSX.VegaStepper
|
|
|
34
38
|
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>, {}>;
|
|
35
39
|
export declare const VegaTable: import("vue").DefineComponent<JSX.VegaTable & 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.VegaTable & import("./vue-component-lib/utils").InputProps>, {}>;
|
|
36
40
|
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>, {}>;
|
|
41
|
+
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>, {}>;
|
|
37
42
|
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>, {}>;
|
|
38
43
|
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>, {}>;
|
package/dist/components.js
CHANGED
|
@@ -18,6 +18,17 @@ export const VegaAppFooter = /*@__PURE__*/ defineContainer('vega-app-footer', un
|
|
|
18
18
|
'privacyUrl',
|
|
19
19
|
'showDisclaimer'
|
|
20
20
|
]);
|
|
21
|
+
export const VegaAppHeaderButton = /*@__PURE__*/ defineContainer('vega-app-header-button', undefined, [
|
|
22
|
+
'dropdown',
|
|
23
|
+
'size',
|
|
24
|
+
'label',
|
|
25
|
+
'showLabel',
|
|
26
|
+
'avatar',
|
|
27
|
+
'avatarPosition',
|
|
28
|
+
'showBorder',
|
|
29
|
+
'showMenuArrowIcon',
|
|
30
|
+
'vegaClick'
|
|
31
|
+
]);
|
|
21
32
|
export const VegaBadge = /*@__PURE__*/ defineContainer('vega-badge', undefined, [
|
|
22
33
|
'bgColor',
|
|
23
34
|
'textColor',
|
|
@@ -25,7 +36,9 @@ export const VegaBadge = /*@__PURE__*/ defineContainer('vega-badge', undefined,
|
|
|
25
36
|
'size'
|
|
26
37
|
]);
|
|
27
38
|
export const VegaBanner = /*@__PURE__*/ defineContainer('vega-banner', undefined, [
|
|
28
|
-
'audienceEmail'
|
|
39
|
+
'audienceEmail',
|
|
40
|
+
'previewSource',
|
|
41
|
+
'apimSubscriptionKey'
|
|
29
42
|
]);
|
|
30
43
|
export const VegaButton = /*@__PURE__*/ defineContainer('vega-button', undefined, [
|
|
31
44
|
'size',
|
|
@@ -72,17 +85,19 @@ export const VegaCarousel = /*@__PURE__*/ defineContainer('vega-carousel', undef
|
|
|
72
85
|
'vegaPageUpdate'
|
|
73
86
|
]);
|
|
74
87
|
export const VegaCheckbox = /*@__PURE__*/ defineContainer('vega-checkbox', undefined, [
|
|
88
|
+
'identifier',
|
|
75
89
|
'value',
|
|
76
|
-
'name',
|
|
77
90
|
'checked',
|
|
78
91
|
'disabled',
|
|
79
92
|
'size',
|
|
93
|
+
'required',
|
|
94
|
+
'isValid',
|
|
95
|
+
'vegaValidate',
|
|
80
96
|
'vegaChange'
|
|
81
97
|
]);
|
|
82
98
|
export const VegaCheckboxGroup = /*@__PURE__*/ defineContainer('vega-checkbox-group', undefined, [
|
|
83
99
|
'label',
|
|
84
100
|
'value',
|
|
85
|
-
'name',
|
|
86
101
|
'vegaFlexProp',
|
|
87
102
|
'disabled',
|
|
88
103
|
'required',
|
|
@@ -92,6 +107,37 @@ export const VegaCheckboxGroup = /*@__PURE__*/ defineContainer('vega-checkbox-gr
|
|
|
92
107
|
'vegaChange',
|
|
93
108
|
'vegaValidate'
|
|
94
109
|
]);
|
|
110
|
+
export const VegaChip = /*@__PURE__*/ defineContainer('vega-chip', undefined, [
|
|
111
|
+
'text',
|
|
112
|
+
'clickable',
|
|
113
|
+
'variant',
|
|
114
|
+
'size',
|
|
115
|
+
'bgColor',
|
|
116
|
+
'textColor',
|
|
117
|
+
'statusColor',
|
|
118
|
+
'chipType',
|
|
119
|
+
'showCloseIcon',
|
|
120
|
+
'icon',
|
|
121
|
+
'iconAlign',
|
|
122
|
+
'vegaClose',
|
|
123
|
+
'vegaClick'
|
|
124
|
+
]);
|
|
125
|
+
export const VegaComboBox = /*@__PURE__*/ defineContainer('vega-combo-box', undefined, [
|
|
126
|
+
'label',
|
|
127
|
+
'required',
|
|
128
|
+
'source',
|
|
129
|
+
'value',
|
|
130
|
+
'isValid',
|
|
131
|
+
'autoValidation',
|
|
132
|
+
'validationRules',
|
|
133
|
+
'disabled',
|
|
134
|
+
'placeholder',
|
|
135
|
+
'hint',
|
|
136
|
+
'size',
|
|
137
|
+
'vegaDropdownProps',
|
|
138
|
+
'vegaChange',
|
|
139
|
+
'vegaValidate'
|
|
140
|
+
]);
|
|
95
141
|
export const VegaDatePicker = /*@__PURE__*/ defineContainer('vega-date-picker', undefined, [
|
|
96
142
|
'mode',
|
|
97
143
|
'value',
|
|
@@ -128,16 +174,23 @@ export const VegaDropdown = /*@__PURE__*/ defineContainer('vega-dropdown', undef
|
|
|
128
174
|
'matchContainerHeight',
|
|
129
175
|
'caseSensitive',
|
|
130
176
|
'vegaClick',
|
|
177
|
+
'vegaDropdownClick',
|
|
131
178
|
'vegaShow',
|
|
132
179
|
'vegaHide'
|
|
133
180
|
]);
|
|
181
|
+
export const VegaFieldLabel = /*@__PURE__*/ defineContainer('vega-field-label', undefined, [
|
|
182
|
+
'label',
|
|
183
|
+
'isFieldRequired',
|
|
184
|
+
'disabled'
|
|
185
|
+
]);
|
|
134
186
|
export const VegaFlex = /*@__PURE__*/ defineContainer('vega-flex', undefined, [
|
|
135
187
|
'gap',
|
|
136
188
|
'margin',
|
|
137
189
|
'breakpoint',
|
|
138
190
|
'direction',
|
|
139
191
|
'alignItem',
|
|
140
|
-
'justifyContent'
|
|
192
|
+
'justifyContent',
|
|
193
|
+
'useNativeFlex'
|
|
141
194
|
]);
|
|
142
195
|
export const VegaFooter = /*@__PURE__*/ defineContainer('vega-footer', undefined, [
|
|
143
196
|
'tosUrl',
|
|
@@ -159,7 +212,6 @@ export const VegaIcon = /*@__PURE__*/ defineContainer('vega-icon', undefined, [
|
|
|
159
212
|
'size'
|
|
160
213
|
]);
|
|
161
214
|
export const VegaInput = /*@__PURE__*/ defineContainer('vega-input', undefined, [
|
|
162
|
-
'inputId',
|
|
163
215
|
'label',
|
|
164
216
|
'value',
|
|
165
217
|
'type',
|
|
@@ -325,6 +377,24 @@ export const VegaText = /*@__PURE__*/ defineContainer('vega-text', undefined, [
|
|
|
325
377
|
'displayRule',
|
|
326
378
|
'content'
|
|
327
379
|
]);
|
|
380
|
+
export const VegaTextarea = /*@__PURE__*/ defineContainer('vega-textarea', undefined, [
|
|
381
|
+
'rows',
|
|
382
|
+
'placeholder',
|
|
383
|
+
'hint',
|
|
384
|
+
'disabled',
|
|
385
|
+
'required',
|
|
386
|
+
'label',
|
|
387
|
+
'showCounter',
|
|
388
|
+
'maxLength',
|
|
389
|
+
'minLength',
|
|
390
|
+
'value',
|
|
391
|
+
'isValid',
|
|
392
|
+
'autoValidation',
|
|
393
|
+
'validationRules',
|
|
394
|
+
'vegaChange',
|
|
395
|
+
'vegaValidate',
|
|
396
|
+
'vegaBlur'
|
|
397
|
+
]);
|
|
328
398
|
export const VegaToggleSwitch = /*@__PURE__*/ defineContainer('vega-toggle-switch', undefined, [
|
|
329
399
|
'checked',
|
|
330
400
|
'size',
|
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,QAAQ;IACR,YAAY;IACZ,gBAAgB;CACjB,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,eAAe;
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.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": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
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": "1.
|
|
31
|
+
"@heartlandone/vega": "1.11.0"
|
|
32
32
|
}
|
|
33
33
|
}
|