@leaflink/stash 51.12.4 → 51.12.5
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/DatePicker.js +625 -625
- package/dist/DatePicker.js.map +1 -1
- package/dist/DatePicker.vue.d.ts +2 -2
- package/package.json +1 -1
package/dist/DatePicker.vue.d.ts
CHANGED
|
@@ -35,11 +35,11 @@ declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
|
|
38
|
-
declare interface DatePickerPopoverOptions extends Partial<PopoverOptions> {
|
|
38
|
+
export declare interface DatePickerPopoverOptions extends Partial<PopoverOptions> {
|
|
39
39
|
positionFixed?: boolean;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
declare interface DatePickerProps {
|
|
42
|
+
export declare interface DatePickerProps {
|
|
43
43
|
/**
|
|
44
44
|
* Dates or date range objects that are available for selection or navigation.
|
|
45
45
|
* All other dates are disabled.
|