@dpa-id-components/dpa-shared-components 8.9.3 → 8.9.4
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/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +1 -1
- package/dist/dpa-shared-components.mjs +1 -0
- package/dist/dpa-shared-components.umd.js +1 -1
- package/dist/eil-311dfbe1.mjs +15 -0
- package/dist/emoji-add-7fb19e1a.mjs +29 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/UseBreakpoints.stories.ts +0 -22
- package/dist/UseBreakpoints.vue +0 -12
- package/dist/UseTailwindBreakpoints.stories.ts +0 -22
- package/dist/UseTailwindBreakpoints.vue +0 -13
- package/dist/audio-inline-92256dc7.mjs +0 -19
- package/dist/bookmark-4ff074d8.mjs +0 -19
- package/dist/bookmark-89d43835.mjs +0 -18
- package/dist/bookmark-fill-2b5e5104.mjs +0 -18
- package/dist/bookmark-fill-731ae06c.mjs +0 -19
- package/dist/filter-e213ae59.mjs +0 -15
- package/dist/filter-outline-91e5aa0a.mjs +0 -19
- package/dist/graphic-855e5909.mjs +0 -19
- package/dist/graphic-90b2d2fc.mjs +0 -20
- package/dist/graphic-inline-a41ad739.mjs +0 -19
- package/dist/picture-inline-0eb9c590.mjs +0 -19
- package/dist/screens.js +0 -13
- package/dist/tailwind/screens.d.ts +0 -8
- package/dist/tailwind/useBreakpoints.d.ts +0 -9
- package/dist/tailwind/useTailwindBreakpoints.d.ts +0 -9
- package/dist/text-inline-cbb3242f.mjs +0 -15
- package/dist/useBreakpoints.ts +0 -19
- package/dist/useTailwindBreakpoints.ts +0 -19
- package/dist/utils.css +0 -16
- package/dist/video-inline-b961f9cd.mjs +0 -19
|
@@ -269,9 +269,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
269
269
|
firstAvailableDate: number | undefined;
|
|
270
270
|
maxDate: Date | undefined;
|
|
271
271
|
autoRange: number | null;
|
|
272
|
+
inputLabel: string | undefined;
|
|
272
273
|
showMultiCalendars: boolean | undefined;
|
|
273
274
|
independentMultiCalendars: boolean | undefined;
|
|
274
|
-
inputLabel: string | undefined;
|
|
275
275
|
mobileOverlayHeadline: string | undefined;
|
|
276
276
|
overlayHeadline: string | undefined;
|
|
277
277
|
hasHeader: boolean | undefined;
|
|
@@ -17569,6 +17569,7 @@ function Eb(e) {
|
|
|
17569
17569
|
return typeof e == "function" ? e() : re(e);
|
|
17570
17570
|
}
|
|
17571
17571
|
const Ab = typeof window < "u" && typeof document < "u";
|
|
17572
|
+
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
17572
17573
|
function Ib(e, t) {
|
|
17573
17574
|
var a;
|
|
17574
17575
|
if (typeof e == "number")
|