@dpa-id-components/dpa-shared-components 8.8.5 → 8.9.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.
Files changed (33) hide show
  1. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +1056 -242
  2. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +19 -8
  3. package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +1 -1
  4. package/dist/dpa-shared-components.mjs +581 -578
  5. package/dist/dpa-shared-components.umd.js +2 -2
  6. package/dist/eil-311dfbe1.mjs +15 -0
  7. package/dist/emoji-add-7fb19e1a.mjs +29 -0
  8. package/dist/style.css +1 -1
  9. package/package.json +1 -1
  10. package/dist/UseBreakpoints.stories.ts +0 -22
  11. package/dist/UseBreakpoints.vue +0 -12
  12. package/dist/UseTailwindBreakpoints.stories.ts +0 -22
  13. package/dist/UseTailwindBreakpoints.vue +0 -13
  14. package/dist/audio-inline-92256dc7.mjs +0 -19
  15. package/dist/bookmark-4ff074d8.mjs +0 -19
  16. package/dist/bookmark-89d43835.mjs +0 -18
  17. package/dist/bookmark-fill-2b5e5104.mjs +0 -18
  18. package/dist/bookmark-fill-731ae06c.mjs +0 -19
  19. package/dist/filter-e213ae59.mjs +0 -15
  20. package/dist/filter-outline-91e5aa0a.mjs +0 -19
  21. package/dist/graphic-855e5909.mjs +0 -19
  22. package/dist/graphic-90b2d2fc.mjs +0 -20
  23. package/dist/graphic-inline-a41ad739.mjs +0 -19
  24. package/dist/picture-inline-0eb9c590.mjs +0 -19
  25. package/dist/screens.js +0 -13
  26. package/dist/tailwind/screens.d.ts +0 -8
  27. package/dist/tailwind/useBreakpoints.d.ts +0 -9
  28. package/dist/tailwind/useTailwindBreakpoints.d.ts +0 -9
  29. package/dist/text-inline-cbb3242f.mjs +0 -15
  30. package/dist/useBreakpoints.ts +0 -19
  31. package/dist/useTailwindBreakpoints.ts +0 -19
  32. package/dist/utils.css +0 -16
  33. package/dist/video-inline-b961f9cd.mjs +0 -19
@@ -1,11 +1,10 @@
1
- import { iconNames } from '../../components/UiIcon/iconNames';
2
1
  export interface PresetRange {
3
2
  label: string;
4
3
  range: Date[] | string[];
5
4
  style?: Record<string, string>;
6
5
  slot?: string;
7
6
  }
8
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
7
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
8
  definesRange?: boolean | undefined;
10
9
  multiCalendars?: boolean | undefined;
11
10
  enableTimePicker?: boolean | undefined;
@@ -23,7 +22,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
23
22
  autoPosition?: boolean | undefined;
24
23
  leftSidebar?: boolean | undefined;
25
24
  actionArea?: boolean | undefined;
26
- actionAreaExtraContent: string;
25
+ actionAreaExtraContent?: string | undefined;
27
26
  cancel?: string | undefined;
28
27
  submit?: string | undefined;
29
28
  firstAvailableDate?: number | undefined;
@@ -37,6 +36,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
37
36
  customFormatCallback?: any;
38
37
  inputLabel?: string | undefined;
39
38
  iconLeft?: string | null | undefined;
39
+ utc?: boolean | undefined;
40
40
  }>, {
41
41
  definesRange: boolean;
42
42
  multiCalendars: boolean;
@@ -65,6 +65,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
65
65
  monthPicker: boolean;
66
66
  inputLabel: string;
67
67
  iconLeft: null;
68
+ utc: boolean;
68
69
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
69
70
  "date-changed": (date: Date | [Date, Date]) => void;
70
71
  close: () => void;
@@ -87,7 +88,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
87
88
  autoPosition?: boolean | undefined;
88
89
  leftSidebar?: boolean | undefined;
89
90
  actionArea?: boolean | undefined;
90
- actionAreaExtraContent: string;
91
+ actionAreaExtraContent?: string | undefined;
91
92
  cancel?: string | undefined;
92
93
  submit?: string | undefined;
93
94
  firstAvailableDate?: number | undefined;
@@ -101,6 +102,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
101
102
  customFormatCallback?: any;
102
103
  inputLabel?: string | undefined;
103
104
  iconLeft?: string | null | undefined;
105
+ utc?: boolean | undefined;
104
106
  }>, {
105
107
  definesRange: boolean;
106
108
  multiCalendars: boolean;
@@ -129,6 +131,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
129
131
  monthPicker: boolean;
130
132
  inputLabel: string;
131
133
  iconLeft: null;
134
+ utc: boolean;
132
135
  }>>> & {
133
136
  onClose?: (() => any) | undefined;
134
137
  "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
@@ -136,7 +139,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
136
139
  }, {
137
140
  cancel: string;
138
141
  submit: string;
139
- iconLeft: (typeof iconNames)[number] | null;
142
+ iconLeft: string | null;
140
143
  definesRange: boolean;
141
144
  multiCalendars: boolean;
142
145
  enableTimePicker: boolean;
@@ -147,7 +150,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
147
150
  placeholderText: string;
148
151
  quickFilterRanges: PresetRange[] | null;
149
152
  quickFilterHeadline: string;
150
- selectedDate: Date | [Date, Date] | string | {
153
+ selectedDate: string | Date | [Date, Date] | {
151
154
  month: number;
152
155
  year: number;
153
156
  };
@@ -159,12 +162,15 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
159
162
  minDate: Date;
160
163
  maxDate: Date;
161
164
  autoRange: number | null;
162
- maxRange: number | string | null;
165
+ maxRange: string | number | null;
163
166
  activeState: boolean;
164
167
  disabledState: boolean;
165
168
  monthPicker: boolean;
166
169
  inputLabel: string;
167
- }, {}>;
170
+ utc: boolean;
171
+ }, {}>, {
172
+ actionArea?(_: {}): any;
173
+ }>;
168
174
  export default _default;
169
175
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
170
176
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -183,3 +189,8 @@ type __VLS_WithDefaults<P, D> = {
183
189
  type __VLS_Prettify<T> = {
184
190
  [K in keyof T]: T[K];
185
191
  } & {};
192
+ type __VLS_WithTemplateSlots<T, S> = T & {
193
+ new (): {
194
+ $slots: S;
195
+ };
196
+ };
@@ -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;