@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.
@@ -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;