@mobileaction/action-kit 1.40.3-beta.1 → 1.40.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/dist/action-kit.mjs
CHANGED
|
@@ -17090,7 +17090,7 @@ const IB = { class: "py-1" }, Ap = /* @__PURE__ */ xe({
|
|
|
17090
17090
|
applyButtonText: { default: "Apply" },
|
|
17091
17091
|
multiCalendars: { type: Boolean, default: !1 },
|
|
17092
17092
|
hideCalendarIcon: { type: Boolean, default: !1 },
|
|
17093
|
-
overlayClassName: {
|
|
17093
|
+
overlayClassName: {}
|
|
17094
17094
|
},
|
|
17095
17095
|
emits: [
|
|
17096
17096
|
"update:value",
|
|
@@ -120,7 +120,6 @@ declare const __VLS_component: import("vue").DefineComponent<MaDatePickerProps,
|
|
|
120
120
|
size: typeof import("./types").MaDatePickerSizes[number];
|
|
121
121
|
disabled: boolean;
|
|
122
122
|
value: import("@vuepic/vue-datepicker").ModelValue;
|
|
123
|
-
overlayClassName: string;
|
|
124
123
|
position: typeof import("./types").MaDatePickerPositions[number];
|
|
125
124
|
format: string | ((date: Date) => string) | ((dates: Date[]) => string);
|
|
126
125
|
valueFormat: string;
|