@vonage/vivid-vue 3.46.0 → 3.47.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/generated/components/VDatePicker.vue2.d.ts +1 -1
- package/generated/components/VDatePicker.vue3.d.ts +2 -1
- package/generated/components/VDateRangePicker.vue2.d.ts +1 -1
- package/generated/components/VDateRangePicker.vue3.d.ts +2 -1
- package/index.es.js +526 -382
- package/index.umd.js +13 -25
- package/package.json +2 -2
- package/web-types.json +55 -4
|
@@ -84,7 +84,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
84
84
|
}, {
|
|
85
85
|
componentName: import("vue").Ref<string>;
|
|
86
86
|
element: import("vue").Ref<DatePicker | null>;
|
|
87
|
-
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "update:modelValue")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
87
|
+
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "update:modelValue" | "clear-click")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
88
88
|
/**
|
|
89
89
|
* The label for the form element.
|
|
90
90
|
*/
|
|
@@ -84,7 +84,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
84
|
}, {
|
|
85
85
|
componentName: import("vue").Ref<string>;
|
|
86
86
|
element: import("vue").Ref<DatePicker | null>;
|
|
87
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "update:modelValue")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
87
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "update:modelValue" | "clear-click")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "update:modelValue" | "clear-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
88
88
|
/**
|
|
89
89
|
* The label for the form element.
|
|
90
90
|
*/
|
|
@@ -170,6 +170,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
170
170
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
171
171
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
172
172
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
173
|
+
"onClear-click"?: ((...args: any[]) => any) | undefined;
|
|
173
174
|
}, {
|
|
174
175
|
name: string;
|
|
175
176
|
ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
|
|
@@ -106,7 +106,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
106
106
|
}, {
|
|
107
107
|
componentName: import("vue").Ref<string>;
|
|
108
108
|
element: import("vue").Ref<DateRangePicker | null>;
|
|
109
|
-
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "input:start" | "input:end" | "update:start" | "update:end")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
109
|
+
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "clear-click" | "input:start" | "input:end" | "update:start" | "update:end")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
110
110
|
/**
|
|
111
111
|
* The label for the form element.
|
|
112
112
|
*/
|
|
@@ -106,7 +106,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
106
|
}, {
|
|
107
107
|
componentName: import("vue").Ref<string>;
|
|
108
108
|
element: import("vue").Ref<DateRangePicker | null>;
|
|
109
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "input:start" | "input:end" | "update:start" | "update:end")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "input:start" | "input:end" | "update:start" | "update:end", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
109
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "clear-click" | "input:start" | "input:end" | "update:start" | "update:end")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "clear-click" | "input:start" | "input:end" | "update:start" | "update:end", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
110
110
|
/**
|
|
111
111
|
* The label for the form element.
|
|
112
112
|
*/
|
|
@@ -213,6 +213,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
213
213
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
214
214
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
215
215
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
216
|
+
"onClear-click"?: ((...args: any[]) => any) | undefined;
|
|
216
217
|
"onInput:start"?: ((...args: any[]) => any) | undefined;
|
|
217
218
|
"onInput:end"?: ((...args: any[]) => any) | undefined;
|
|
218
219
|
"onUpdate:start"?: ((...args: any[]) => any) | undefined;
|