@dpa-id-components/dpa-shared-components 4.0.1 → 4.0.3-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.
|
@@ -57,7 +57,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
59
|
selectedDate: {
|
|
60
|
-
type: __PropType<string | Date | [Date, Date] |
|
|
60
|
+
type: __PropType<string | Date | [Date, Date] | {
|
|
61
|
+
month: number;
|
|
62
|
+
year: number;
|
|
63
|
+
} | undefined>;
|
|
61
64
|
required: false;
|
|
62
65
|
default: string;
|
|
63
66
|
};
|
|
@@ -163,7 +166,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
163
166
|
default: string;
|
|
164
167
|
};
|
|
165
168
|
selectedDate: {
|
|
166
|
-
type: __PropType<string | Date | [Date, Date] |
|
|
169
|
+
type: __PropType<string | Date | [Date, Date] | {
|
|
170
|
+
month: number;
|
|
171
|
+
year: number;
|
|
172
|
+
} | undefined>;
|
|
167
173
|
required: false;
|
|
168
174
|
default: string;
|
|
169
175
|
};
|
|
@@ -231,7 +237,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
231
237
|
placeholderText: string | undefined;
|
|
232
238
|
quickFilterRanges: PresetRange[] | null | undefined;
|
|
233
239
|
quickFilterHeadline: string | undefined;
|
|
234
|
-
selectedDate: string | Date | [Date, Date] |
|
|
240
|
+
selectedDate: string | Date | [Date, Date] | {
|
|
241
|
+
month: number;
|
|
242
|
+
year: number;
|
|
243
|
+
} | undefined;
|
|
235
244
|
autoPosition: boolean | undefined;
|
|
236
245
|
leftSidebar: boolean | undefined;
|
|
237
246
|
actionArea: boolean | undefined;
|
|
@@ -4792,7 +4792,7 @@ const Hd = (e, t) => {
|
|
|
4792
4792
|
};
|
|
4793
4793
|
return t.sizeClasses || i[t.size];
|
|
4794
4794
|
});
|
|
4795
|
-
return (i, o) => (T(), De(La(a.value), {
|
|
4795
|
+
return (i, o) => (T(), De(La(a.value || "div"), {
|
|
4796
4796
|
class: ue([n.value, "inline-flex fill-current"])
|
|
4797
4797
|
}, null, 8, ["class"]));
|
|
4798
4798
|
}
|