@dpa-id-components/dpa-shared-components 8.1.2 → 8.2.1

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 (62) hide show
  1. package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +3 -32
  2. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +41 -0
  3. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +11 -0
  4. package/dist/dpa-shared-components.mjs +1773 -1794
  5. package/dist/dpa-shared-components.umd.js +4 -4
  6. package/dist/style.css +1 -1
  7. package/package.json +1 -1
  8. package/dist/UseBreakpoints.stories.ts +0 -22
  9. package/dist/UseBreakpoints.vue +0 -12
  10. package/dist/UseTailwindBreakpoints.stories.ts +0 -22
  11. package/dist/UseTailwindBreakpoints.vue +0 -13
  12. package/dist/alert-c8e2ae08.mjs +0 -15
  13. package/dist/arrow-left-93c1cdc7.mjs +0 -15
  14. package/dist/arrow-right-caf216c1.mjs +0 -15
  15. package/dist/audio-f02c6683.mjs +0 -19
  16. package/dist/audio-inline-92256dc7.mjs +0 -19
  17. package/dist/bookmark-89d43835.mjs +0 -18
  18. package/dist/bookmark-fill-2b5e5104.mjs +0 -18
  19. package/dist/checklist-e548cc3a.mjs +0 -19
  20. package/dist/checkmark-d41d01ff.mjs +0 -19
  21. package/dist/chevron-left-b66f074e.mjs +0 -15
  22. package/dist/chevron-right-b589ab17.mjs +0 -17
  23. package/dist/chevron-up-6418abb0.mjs +0 -15
  24. package/dist/clock-02be24f4.mjs +0 -19
  25. package/dist/close-5d26c1d1.mjs +0 -15
  26. package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +0 -279
  27. package/dist/copy-link-de7cb91d.mjs +0 -19
  28. package/dist/emoji-9480b7e3.mjs +0 -19
  29. package/dist/filter-2926b3c6.mjs +0 -20
  30. package/dist/filter-e213ae59.mjs +0 -15
  31. package/dist/filter-outline-91e5aa0a.mjs +0 -19
  32. package/dist/flags-cb22ae09.mjs +0 -19
  33. package/dist/flash-6c2fa662.mjs +0 -15
  34. package/dist/folder-add-e6e37681.mjs +0 -15
  35. package/dist/folder-bc98dd3b.mjs +0 -15
  36. package/dist/graphic-855e5909.mjs +0 -19
  37. package/dist/graphic-a41ad739.mjs +0 -19
  38. package/dist/graphic-inline-a41ad739.mjs +0 -19
  39. package/dist/help-471874fe.mjs +0 -19
  40. package/dist/home-85e0bf1d.mjs +0 -15
  41. package/dist/info-ee40cf5c.mjs +0 -15
  42. package/dist/latest-dd68ea4b.mjs +0 -15
  43. package/dist/more-vertical-5797b4a7.mjs +0 -15
  44. package/dist/picture-inline-0eb9c590.mjs +0 -19
  45. package/dist/pin-ce661952.mjs +0 -19
  46. package/dist/plus-0900f7b4.mjs +0 -15
  47. package/dist/refresh-93ed1124.mjs +0 -15
  48. package/dist/reset-71987e6a.mjs +0 -15
  49. package/dist/screens.js +0 -13
  50. package/dist/search-9bebfc15.mjs +0 -15
  51. package/dist/share-f49b038e.mjs +0 -15
  52. package/dist/slack-05d08ea2.mjs +0 -15
  53. package/dist/tailwind/screens.d.ts +0 -8
  54. package/dist/tailwind/useBreakpoints.d.ts +0 -9
  55. package/dist/tailwind/useTailwindBreakpoints.d.ts +0 -9
  56. package/dist/text-3969d470.mjs +0 -15
  57. package/dist/text-inline-cbb3242f.mjs +0 -15
  58. package/dist/useBreakpoints.ts +0 -19
  59. package/dist/useTailwindBreakpoints.ts +0 -19
  60. package/dist/utils.css +0 -16
  61. package/dist/video-e95f8e58.mjs +0 -19
  62. package/dist/video-inline-b961f9cd.mjs +0 -19
@@ -2,10 +2,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
2
  title: {
3
3
  type: import("vue").PropType<string>;
4
4
  required: true;
5
- };
6
- date: {
7
- type: import("vue").PropType<string>;
8
- required: true;
5
+ default: string;
9
6
  };
10
7
  dateDetail: {
11
8
  type: import("vue").PropType<string>;
@@ -15,17 +12,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
15
12
  type: import("vue").PropType<string | null>;
16
13
  default: null;
17
14
  };
18
- noticeType: {
19
- type: import("vue").PropType<{
20
- iconName: "event" | "topic";
21
- displayText: string;
22
- }>;
23
- required: true;
24
- };
25
- comments: {
26
- type: import("vue").PropType<string | null>;
27
- default: null;
28
- };
29
15
  truncateTitle: {
30
16
  type: import("vue").PropType<boolean>;
31
17
  default: boolean;
@@ -34,10 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
34
20
  title: {
35
21
  type: import("vue").PropType<string>;
36
22
  required: true;
37
- };
38
- date: {
39
- type: import("vue").PropType<string>;
40
- required: true;
23
+ default: string;
41
24
  };
42
25
  dateDetail: {
43
26
  type: import("vue").PropType<string>;
@@ -47,28 +30,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
47
30
  type: import("vue").PropType<string | null>;
48
31
  default: null;
49
32
  };
50
- noticeType: {
51
- type: import("vue").PropType<{
52
- iconName: "event" | "topic";
53
- displayText: string;
54
- }>;
55
- required: true;
56
- };
57
- comments: {
58
- type: import("vue").PropType<string | null>;
59
- default: null;
60
- };
61
33
  truncateTitle: {
62
34
  type: import("vue").PropType<boolean>;
63
35
  default: boolean;
64
36
  };
65
37
  }>>, {
38
+ title: string;
66
39
  dateDetail: string;
67
40
  location: string | null;
68
- comments: string | null;
69
41
  truncateTitle: boolean;
70
42
  }, {}>, {
71
- addFavoriteAction?(_: {}): any;
72
43
  actions?(_: {}): any;
73
44
  }>;
74
45
  export default _default;
@@ -9,6 +9,7 @@ declare const meta: {
9
9
  fill?: string | undefined;
10
10
  color?: string | undefined;
11
11
  iconIsFilled?: boolean | undefined;
12
+ isActive?: boolean | undefined;
12
13
  class?: unknown;
13
14
  readonly label: string;
14
15
  style?: unknown;
@@ -86,6 +87,11 @@ declare const meta: {
86
87
  type: import("vue").PropType<boolean>;
87
88
  default: boolean;
88
89
  };
90
+ isActive: {
91
+ type: import("vue").PropType<boolean>;
92
+ required: true;
93
+ default: boolean;
94
+ };
89
95
  }>> & {
90
96
  onClick?: ((...args: any[]) => any) | undefined;
91
97
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -94,6 +100,7 @@ declare const meta: {
94
100
  fill: string;
95
101
  color: string;
96
102
  iconIsFilled: boolean;
103
+ isActive: boolean;
97
104
  }, {}, string, {}> & {
98
105
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
99
106
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -131,6 +138,11 @@ declare const meta: {
131
138
  type: import("vue").PropType<boolean>;
132
139
  default: boolean;
133
140
  };
141
+ isActive: {
142
+ type: import("vue").PropType<boolean>;
143
+ required: true;
144
+ default: boolean;
145
+ };
134
146
  }>> & {
135
147
  onClick?: ((...args: any[]) => any) | undefined;
136
148
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -154,6 +166,11 @@ declare const meta: {
154
166
  type: import("vue").PropType<boolean>;
155
167
  default: boolean;
156
168
  };
169
+ isActive: {
170
+ type: import("vue").PropType<boolean>;
171
+ required: true;
172
+ default: boolean;
173
+ };
157
174
  }>> & {
158
175
  onClick?: ((...args: any[]) => any) | undefined;
159
176
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -162,6 +179,7 @@ declare const meta: {
162
179
  fill: string;
163
180
  color: string;
164
181
  iconIsFilled: boolean;
182
+ isActive: boolean;
165
183
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
166
184
  $slots: {
167
185
  default?(_: {}): any;
@@ -184,12 +202,17 @@ declare const meta: {
184
202
  control: string;
185
203
  defaultValue: string;
186
204
  };
205
+ isActive: {
206
+ control: string;
207
+ defaultValue: boolean;
208
+ };
187
209
  };
188
210
  args: {
189
211
  color: string;
190
212
  fill: string;
191
213
  iconIsFilled: true;
192
214
  label: string;
215
+ isActive: false;
193
216
  };
194
217
  render: (args: any) => {
195
218
  setup(this: void): {
@@ -204,6 +227,7 @@ declare const meta: {
204
227
  fill?: string | undefined;
205
228
  color?: string | undefined;
206
229
  iconIsFilled?: boolean | undefined;
230
+ isActive?: boolean | undefined;
207
231
  class?: unknown;
208
232
  readonly label: string;
209
233
  style?: unknown;
@@ -281,6 +305,11 @@ declare const meta: {
281
305
  type: import("vue").PropType<boolean>;
282
306
  default: boolean;
283
307
  };
308
+ isActive: {
309
+ type: import("vue").PropType<boolean>;
310
+ required: true;
311
+ default: boolean;
312
+ };
284
313
  }>> & {
285
314
  onClick?: ((...args: any[]) => any) | undefined;
286
315
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -289,6 +318,7 @@ declare const meta: {
289
318
  fill: string;
290
319
  color: string;
291
320
  iconIsFilled: boolean;
321
+ isActive: boolean;
292
322
  }, {}, string, {}> & {
293
323
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
294
324
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -326,6 +356,11 @@ declare const meta: {
326
356
  type: import("vue").PropType<boolean>;
327
357
  default: boolean;
328
358
  };
359
+ isActive: {
360
+ type: import("vue").PropType<boolean>;
361
+ required: true;
362
+ default: boolean;
363
+ };
329
364
  }>> & {
330
365
  onClick?: ((...args: any[]) => any) | undefined;
331
366
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -349,6 +384,11 @@ declare const meta: {
349
384
  type: import("vue").PropType<boolean>;
350
385
  default: boolean;
351
386
  };
387
+ isActive: {
388
+ type: import("vue").PropType<boolean>;
389
+ required: true;
390
+ default: boolean;
391
+ };
352
392
  }>> & {
353
393
  onClick?: ((...args: any[]) => any) | undefined;
354
394
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -357,6 +397,7 @@ declare const meta: {
357
397
  fill: string;
358
398
  color: string;
359
399
  iconIsFilled: boolean;
400
+ isActive: boolean;
360
401
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
361
402
  $slots: {
362
403
  default?(_: {}): any;
@@ -15,6 +15,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
15
15
  type: import("vue").PropType<boolean>;
16
16
  default: boolean;
17
17
  };
18
+ isActive: {
19
+ type: import("vue").PropType<boolean>;
20
+ required: true;
21
+ default: boolean;
22
+ };
18
23
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
24
  click: (...args: any[]) => void;
20
25
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -34,12 +39,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
34
39
  type: import("vue").PropType<boolean>;
35
40
  default: boolean;
36
41
  };
42
+ isActive: {
43
+ type: import("vue").PropType<boolean>;
44
+ required: true;
45
+ default: boolean;
46
+ };
37
47
  }>> & {
38
48
  onClick?: ((...args: any[]) => any) | undefined;
39
49
  }, {
40
50
  fill: string;
41
51
  color: string;
42
52
  iconIsFilled: boolean;
53
+ isActive: boolean;
43
54
  }, {}>, {
44
55
  default?(_: {}): any;
45
56
  }>;