@mobileaction/action-kit 1.41.2 → 1.41.3-beta.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/CHANGELOG.md +9 -0
- package/dist/action-kit.mjs +830 -828
- package/dist/src/components/date-picker-2/index.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -122,10 +122,10 @@ declare const __VLS_component: import("vue").DefineComponent<MaDatePickerProps,
|
|
|
122
122
|
value: import("@vuepic/vue-datepicker").ModelValue;
|
|
123
123
|
overlayClassName: string;
|
|
124
124
|
position: typeof import("./types").MaDatePickerPositions[number];
|
|
125
|
+
teleport: boolean | string | HTMLElement;
|
|
125
126
|
format: string | ((date: Date) => string) | ((dates: Date[]) => string);
|
|
126
127
|
valueFormat: string;
|
|
127
128
|
presetDates: import("./types").MaPresetDate[];
|
|
128
|
-
teleport: boolean | string | HTMLElement;
|
|
129
129
|
presetLocation: typeof import("./types").MaDatePickerPresetLocations[number];
|
|
130
130
|
autoPosition: typeof import("./types").MaDatePickerVerticalPositions[number];
|
|
131
131
|
preventMinMaxNavigation: boolean;
|