@dpa-id-components/dpa-shared-components 22.0.0-next.9 → 22.0.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 (143) hide show
  1. package/dist/assets/icons/bot.vue.d.ts +3 -0
  2. package/dist/bot-C103nFwL.js +19 -0
  3. package/dist/components/UiCheckbox/UiCheckbox.vue.d.ts +1 -1
  4. package/dist/components/UiIcon/icons.d.ts +1 -0
  5. package/dist/components/UiInput/UiInput.vue.d.ts +1 -1
  6. package/dist/components/UiMenu/UiMenu.vue.d.ts +1 -1
  7. package/dist/components/index.d.ts +1 -18
  8. package/dist/dpa-shared-components.js +3326 -3978
  9. package/dist/eslint.base.config.js +1 -4
  10. package/dist/src/assets/icons/bot.vue +14 -0
  11. package/dist/src/components/UiChip/UiChip.spec.ts +1 -1
  12. package/dist/src/components/UiChip/UiChip.vue +2 -2
  13. package/dist/src/components/UiDatePicker/UiDatePicker.vue +11 -8
  14. package/dist/src/components/UiDialog/UiDialog.vue +10 -7
  15. package/dist/src/components/UiFilterBadge/UiFilterBadge.stories.ts +1 -3
  16. package/dist/src/components/UiIcon/UiIcon.stories.ts +1 -1
  17. package/dist/src/components/UiIcon/icons.ts +1 -0
  18. package/dist/src/components/UiListItem/README.md +13 -12
  19. package/dist/src/components/UiListItem/UiListItem.stories.ts +0 -26
  20. package/dist/src/components/UiListItem/UiListItem.vue +1 -1
  21. package/dist/src/components/UiMediaTypeIcon/UiMediaTypeIcon.stories.ts +1 -1
  22. package/dist/src/components/UiMenu/UiMenu.stories.ts +85 -2
  23. package/dist/src/components/UiMenu/UiMenu.vue +7 -8
  24. package/dist/src/components/UiSelect/UiSelect.vue +1 -1
  25. package/dist/src/components/index.ts +0 -33
  26. package/dist/src/tailwindPreset.css +70 -62
  27. package/dist/style.css +2 -2
  28. package/dist/tailwindPreset.css +70 -62
  29. package/package.json +19 -19
  30. package/src/assets/icons/bot.vue +14 -0
  31. package/src/components/UiChip/UiChip.vue +2 -2
  32. package/src/components/UiDatePicker/UiDatePicker.vue +11 -8
  33. package/src/components/UiDialog/UiDialog.vue +10 -7
  34. package/src/components/UiIcon/icons.ts +1 -0
  35. package/src/components/UiListItem/README.md +13 -12
  36. package/src/components/UiListItem/UiListItem.vue +1 -1
  37. package/src/components/UiMenu/UiMenu.vue +7 -8
  38. package/src/components/UiSelect/UiSelect.vue +1 -1
  39. package/src/tailwindPreset.css +70 -62
  40. package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +0 -43
  41. package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +0 -7
  42. package/dist/components/UiCard/UiCard.vue.d.ts +0 -7
  43. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +0 -33
  44. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +0 -28
  45. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +0 -54
  46. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +0 -30
  47. package/dist/components/UiList/UiList.vue.d.ts +0 -7
  48. package/dist/components/UiMenu/UiMenuItem.vue.d.ts +0 -35
  49. package/dist/components/UiMenu/UiMenuList.vue.d.ts +0 -20
  50. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +0 -18
  51. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +0 -24
  52. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +0 -35
  53. package/dist/components/UiSection/UiSection.vue.d.ts +0 -29
  54. package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +0 -16
  55. package/dist/components/UiTextButton/UiTextButton.vue.d.ts +0 -42
  56. package/dist/src/components/DpaMediaItem/DpaMediaItem.spec.ts +0 -123
  57. package/dist/src/components/DpaMediaItem/DpaMediaItem.stories.ts +0 -140
  58. package/dist/src/components/DpaMediaItem/DpaMediaItem.vue +0 -146
  59. package/dist/src/components/DpaMediaItem/README.md +0 -42
  60. package/dist/src/components/UiButtonGroup/README.md +0 -29
  61. package/dist/src/components/UiButtonGroup/UiButtonGroup.spec.ts +0 -16
  62. package/dist/src/components/UiButtonGroup/UiButtonGroup.stories.ts +0 -53
  63. package/dist/src/components/UiButtonGroup/UiButtonGroup.vue +0 -29
  64. package/dist/src/components/UiCard/README.md +0 -32
  65. package/dist/src/components/UiCard/UiCard.spec.ts +0 -16
  66. package/dist/src/components/UiCard/UiCard.stories.ts +0 -30
  67. package/dist/src/components/UiCard/UiCard.vue +0 -28
  68. package/dist/src/components/UiCheckBoxGroup/README.md +0 -35
  69. package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.spec.ts +0 -70
  70. package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.ts +0 -59
  71. package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.vue +0 -106
  72. package/dist/src/components/UiCollapseNavigation/README.md +0 -37
  73. package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.spec.ts +0 -21
  74. package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.stories.ts +0 -67
  75. package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.vue +0 -79
  76. package/dist/src/components/UiFilterButton/README.md +0 -37
  77. package/dist/src/components/UiFilterButton/UiFilterButton.spec.ts +0 -79
  78. package/dist/src/components/UiFilterButton/UiFilterButton.stories.ts +0 -90
  79. package/dist/src/components/UiFilterButton/UiFilterButton.vue +0 -170
  80. package/dist/src/components/UiIconButton/README.md +0 -31
  81. package/dist/src/components/UiIconButton/UiIconButton.spec.ts +0 -78
  82. package/dist/src/components/UiIconButton/UiIconButton.stories.ts +0 -65
  83. package/dist/src/components/UiIconButton/UiIconButton.vue +0 -112
  84. package/dist/src/components/UiList/README.md +0 -31
  85. package/dist/src/components/UiList/UiList.spec.ts +0 -23
  86. package/dist/src/components/UiList/UiList.stories.ts +0 -66
  87. package/dist/src/components/UiList/UiList.vue +0 -29
  88. package/dist/src/components/UiMenu/UiMenuItem.vue +0 -71
  89. package/dist/src/components/UiMenu/UiMenuList.vue +0 -40
  90. package/dist/src/components/UiOverlay/README.md +0 -38
  91. package/dist/src/components/UiOverlay/UiOverlay.spec.ts +0 -16
  92. package/dist/src/components/UiOverlay/UiOverlay.stories.ts +0 -22
  93. package/dist/src/components/UiOverlay/UiOverlay.vue +0 -36
  94. package/dist/src/components/UiOverlayMenu/README.md +0 -40
  95. package/dist/src/components/UiOverlayMenu/UiOverlayMenu.spec.ts +0 -33
  96. package/dist/src/components/UiOverlayMenu/UiOverlayMenu.stories.ts +0 -40
  97. package/dist/src/components/UiOverlayMenu/UiOverlayMenu.vue +0 -51
  98. package/dist/src/components/UiRadioInputGroup/README.md +0 -51
  99. package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.spec.ts +0 -66
  100. package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.stories.ts +0 -45
  101. package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +0 -76
  102. package/dist/src/components/UiSection/README.md +0 -33
  103. package/dist/src/components/UiSection/UiSection.spec.ts +0 -49
  104. package/dist/src/components/UiSection/UiSection.stories.ts +0 -61
  105. package/dist/src/components/UiSection/UiSection.vue +0 -63
  106. package/dist/src/components/UiSectionDivider/README.md +0 -29
  107. package/dist/src/components/UiSectionDivider/UiSectionDivider.spec.ts +0 -19
  108. package/dist/src/components/UiSectionDivider/UiSectionDivider.stories.ts +0 -49
  109. package/dist/src/components/UiSectionDivider/UiSectionDivider.vue +0 -44
  110. package/dist/src/components/UiTextButton/README.md +0 -41
  111. package/dist/src/components/UiTextButton/UiTextButton.spec.ts +0 -99
  112. package/dist/src/components/UiTextButton/UiTextButton.stories.ts +0 -62
  113. package/dist/src/components/UiTextButton/UiTextButton.vue +0 -173
  114. package/src/components/DpaMediaItem/DpaMediaItem.vue +0 -146
  115. package/src/components/DpaMediaItem/README.md +0 -42
  116. package/src/components/UiButtonGroup/README.md +0 -29
  117. package/src/components/UiButtonGroup/UiButtonGroup.vue +0 -29
  118. package/src/components/UiCard/README.md +0 -32
  119. package/src/components/UiCard/UiCard.vue +0 -28
  120. package/src/components/UiCheckBoxGroup/README.md +0 -35
  121. package/src/components/UiCheckBoxGroup/UiCheckBoxGroup.vue +0 -106
  122. package/src/components/UiCollapseNavigation/README.md +0 -37
  123. package/src/components/UiCollapseNavigation/UiCollapseNavigation.vue +0 -79
  124. package/src/components/UiFilterButton/README.md +0 -37
  125. package/src/components/UiFilterButton/UiFilterButton.vue +0 -170
  126. package/src/components/UiIconButton/README.md +0 -31
  127. package/src/components/UiIconButton/UiIconButton.vue +0 -112
  128. package/src/components/UiList/README.md +0 -31
  129. package/src/components/UiList/UiList.vue +0 -29
  130. package/src/components/UiMenu/UiMenuItem.vue +0 -71
  131. package/src/components/UiMenu/UiMenuList.vue +0 -40
  132. package/src/components/UiOverlay/README.md +0 -38
  133. package/src/components/UiOverlay/UiOverlay.vue +0 -36
  134. package/src/components/UiOverlayMenu/README.md +0 -40
  135. package/src/components/UiOverlayMenu/UiOverlayMenu.vue +0 -51
  136. package/src/components/UiRadioInputGroup/README.md +0 -51
  137. package/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +0 -76
  138. package/src/components/UiSection/README.md +0 -33
  139. package/src/components/UiSection/UiSection.vue +0 -63
  140. package/src/components/UiSectionDivider/README.md +0 -29
  141. package/src/components/UiSectionDivider/UiSectionDivider.vue +0 -44
  142. package/src/components/UiTextButton/README.md +0 -41
  143. package/src/components/UiTextButton/UiTextButton.vue +0 -173
@@ -36,33 +36,12 @@
36
36
  }
37
37
 
38
38
  @theme {
39
- /* ToDo: Legacy Classes: remove when removed from components */
40
- --color-transparent: rgba(255, 255, 255, 0);
41
- --color-alert-red-default: #f53000;
42
- --color-alert-red-dark: #ba2400;
43
- --color-rainbow-red: #e53935;
44
- --color-rainbow-red-dark: #ab000d;
45
- --color-rainbow-orange: #ffb300;
46
- --color-rainbow-purple: #8e24aa;
47
- --color-blue-default: oklch(0.459 0.242 263.397);
48
- --color-blue-dark: #0030aa;
49
- --color-green-neon: #00e281;
50
- --color-green-primary: #00b064;
51
- --color-green-night: #006345;
52
-
53
- /* ---Gray Overrides - */
54
- --color-gray-100: oklch(0.97 0 0);
55
- --color-gray-200: oklch(0.949 0 0);
56
- --color-gray-300: oklch(0.916 0 0);
57
- --color-gray-400: oklch(0.789 0 0);
58
- --color-gray-500: oklch(0.64 0 0);
59
- --color-gray-600: oklch(0.593 0 0);
60
- --color-gray-700: oklch(0.562 0 0);
61
- --color-gray-800: oklch(0.418 0 0);
62
- --color-gray-900: oklch(0.248 0 0);
63
-
64
- --color-error: oklch(0.627 0.234 32.5);
65
- --color-error-dark: oklch(0.511 0.189 32.9);
39
+ /* TODO: Remove primitive color definition. */
40
+ --color-alert-red-default: oklch(0.627 0.234 32.527);
41
+ --color-error: oklch(0.627 0.234 32.527);
42
+ /* TODO: Remove primitive color definition. */
43
+ --color-alert-red-dark: oklch(0.511 0.189 32.898);
44
+ --color-error-dark: oklch(0.511 0.189 32.898);
66
45
  --color-error-darkest: oklch(0.379 0.136 34.1);
67
46
 
68
47
  --color-red-default: oklch(0.608 0.209 27);
@@ -74,8 +53,12 @@
74
53
  --color-purple-default: oklch(0.49 0.208 318);
75
54
  --color-purple-dark: oklch(0.357 0.177 314.2);
76
55
 
77
- --color-primary: oklch(0.459 0.242 263.4);
78
- --color-primary-dark: oklch(0.383 0.198 263.2);
56
+ /* TODO: Remove primitive color definition. */
57
+ --color-blue-default: oklch(0.459 0.242 263.397);
58
+ --color-primary: oklch(0.459 0.242 263.397);
59
+ /* TODO: Remove primitive color definition. */
60
+ --color-blue-dark: oklch(0.384 0.198 263.247);
61
+ --color-primary-dark: oklch(0.384 0.198 263.247);
79
62
  --color-primary-darkest: oklch(0.29 0.142 262.7);
80
63
  --color-primary-light: oklch(0.496 0.263 263.5);
81
64
 
@@ -85,10 +68,16 @@
85
68
  --color-teal-default: oklch(0.566 0.101 182.5);
86
69
  --color-teal-dark: oklch(0.422 0.077 179.8);
87
70
 
88
- --color-secondary: oklch(0.665 0.165 154.8);
89
- --color-secondary-dark: oklch(0.442 0.094 164.1);
71
+ /* TODO: Remove primitive color definition. */
72
+ --color-green-primary: oklch(0.665 0.165 154.776);
73
+ --color-secondary: oklch(0.665 0.165 154.776);
74
+ /* TODO: Remove primitive color definition. */
75
+ --color-green-night: oklch(0.442 0.094 164.147);
76
+ --color-secondary-dark: oklch(0.442 0.094 164.147);
90
77
  --color-secondary-darkest: oklch(0.329 0.069 164.9);
91
- --color-secondary-light: oklch(0.801 0.2 154.5);
78
+ /* TODO: Remove primitive color definition. */
79
+ --color-green-neon: oklch(0.801 0.2 154.544);
80
+ --color-secondary-light: oklch(0.801 0.2 154.544);
92
81
 
93
82
  --color-yellow-default: oklch(0.942 0.204 108.5);
94
83
  --color-yellow-dark: oklch(0.814 0.173 104.8);
@@ -100,100 +89,119 @@
100
89
  --color-brown-default: oklch(0.497 0.123 54.7);
101
90
  --color-brown-dark: oklch(0.395 0.096 56.4);
102
91
 
103
- /* --- Theme primary ---------------------------- */
92
+ /* Primary */
104
93
  --color-primary-hover: var(--color-primary-dark);
105
94
  --color-primary-pressed: var(--color-primary-darkest);
106
95
  --color-primary-active: var(--color-primary-darkest);
107
96
  --color-primary-emphasis: var(--color-primary-light);
108
97
 
109
- /* --- Theme Secondary ----- */
98
+ /* Secondary */
110
99
  --color-secondary-hover: var(--color-secondary-dark);
111
100
  --color-secondary-pressed: var(--color-secondary-darkest);
112
101
  --color-secondary-active: var(--color-secondary-darkest);
113
102
  --color-secondary-emphasis: var(--color-secondary-light);
114
103
 
115
- /* --- Signal: Success -------------- */
104
+ /* Signal: Success */
116
105
  --color-success: var(--color-secondary);
117
106
  --color-success-hover: var(--color-secondary-dark);
118
107
  --color-success-pressed: var(--color-secondary-darkest);
119
108
  --color-success-active: var(--color-secondary-darkest);
120
109
 
121
- /* --- Signal: Error -------------------------------------- */
110
+ /* Signal: Error */
122
111
  --color-error-hover: var(--color-error-dark);
123
112
  --color-error-pressed: var(--color-error-darkest);
124
113
  --color-error-active: var(--color-error-darkest);
125
114
 
126
- /* --- Signal: Warning -------------------------------------- */
115
+ /* Signal: Warning */
127
116
  --color-warning: var(--color-orange-default);
128
117
  --color-warning-hover: var(--color-orange-dark);
129
118
  --color-warning-pressed: var(--color-orange-darkest);
130
119
  --color-warning-active: var(--color-orange-darkest);
131
120
 
132
- /* --- Accent: Red ---------------------------------------- */
121
+ /* Accent: Red */
133
122
  --color-accent-red: var(--color-red-default);
134
123
  --color-accent-red-dark: var(--color-red-dark);
135
124
 
136
- /* --- Accent: Pink --------------------------------------- */
125
+ /* Accent: Pink */
137
126
  --color-accent-pink: var(--color-pink-default);
138
127
  --color-accent-pink-dark: var(--color-pink-dark);
139
128
 
140
- /* --- Accent: Purple ------------------------------------- */
129
+ /* Accent: Purple */
141
130
  --color-accent-purple: var(--color-purple-default);
142
131
  --color-accent-purple-dark: var(--color-purple-dark);
143
132
 
144
- /* --- Accent: Cyan --------------------------------------- */
133
+ /* Accent: Cyan */
145
134
  --color-accent-cyan: var(--color-cyan-default);
146
135
  --color-accent-cyan-dark: var(--color-cyan-dark);
147
136
 
148
- /* --- Accent: Teal --------------------------------------- */
137
+ /* Accent: Teal */
149
138
  --color-accent-teal: var(--color-teal-default);
150
139
  --color-accent-teal-dark: var(--color-teal-dark);
151
140
 
152
- /* --- Accent: Green -------------- */
141
+ /* Accent: Green */
153
142
  --color-accent-green: var(--color-secondary);
154
143
  --color-accent-green-hover: var(--color-secondary-dark);
155
144
 
156
- /* --- Accent: Yellow ------------------------------------- */
145
+ /* Accent: Yellow */
157
146
  --color-accent-yellow: var(--color-yellow-default);
158
147
  --color-accent-yellow-dark: var(--color-yellow-dark);
159
148
 
160
- /* --- Accent: Orange ------------------------------------- */
149
+ /* Accent: Orange */
161
150
  --color-accent-orange: var(--color-orange-default);
162
151
  --color-accent-orange-dark: var(--color-orange-dark);
163
152
  --color-accent-orange-darkest: var(--color-orange-darkest);
164
153
 
165
- /* --- Accent: Brown -------------------------------------- */
154
+ /* Accent: Brown */
166
155
  --color-accent-brown: var(--color-brown-default);
167
156
  --color-accent-brown-dark: var(--color-brown-dark);
168
157
 
169
- --color-surface-base: var(--color-gray-100);
170
- --color-surface-level-1: var(--color-white);
158
+ --color-surface-base: var(--color-neutral-whisper);
159
+ --color-surface-level-1: var(--color-neutral);
171
160
 
172
- /* --- Overlay & Shadow -------------- */
161
+ /* Overlay & Shadow */
173
162
  --color-overlay: oklch(0 0 0 / 0.75);
174
163
  --color-shadow-weak: oklch(0 0 0 / 0.1);
175
164
  --color-shadow-medium: oklch(0 0 0 / 0.2);
176
165
  --color-shadow-strong: oklch(0 0 0 / 0.35);
177
166
 
178
- /* --- Neutral --------------------------- */
179
- --color-neutral: var(--color-white);
180
- --color-neutral-primary: var(--color-gray-900);
181
- --color-neutral-emphasis: var(--color-gray-800);
182
- --color-neutral-subtle: var(--color-gray-700);
183
- --color-neutral-medium: var(--color-gray-600);
184
- --color-neutral-muted: var(--color-gray-500);
185
- --color-neutral-soft: var(--color-gray-400);
186
- --color-neutral-faint: var(--color-gray-300);
187
- --color-neutral-pale: var(--color-gray-200);
188
- --color-neutral-whisper: var(--color-gray-100);
167
+ /* Neutral */
168
+ --color-transparent: oklch(0 0 0 / 0);
169
+ --color-neutral: oklch(1 0 0);
170
+ /* TODO: Remove primitive color definition. */
171
+ --color-gray-900: oklch(0.248 0 0);
172
+ --color-neutral-primary: oklch(0.248 0 0);
173
+ /* TODO: Remove primitive color definition. */
174
+ --color-gray-800: oklch(0.418 0 0);
175
+ --color-neutral-emphasis: oklch(0.418 0 0);
176
+ /* TODO: Remove primitive color definition. */
177
+ --color-gray-700: oklch(0.562 0 0);
178
+ --color-neutral-subtle: oklch(0.562 0 0);
179
+ /* TODO: Remove primitive color definition. */
180
+ --color-gray-600: oklch(0.593 0 0);
181
+ --color-neutral-medium: oklch(0.593 0 0);
182
+ /* TODO: Remove primitive color definition. */
183
+ --color-gray-500: oklch(0.64 0 0);
184
+ --color-neutral-muted: oklch(0.64 0 0);
185
+ /* TODO: Remove primitive color definition. */
186
+ --color-gray-400: oklch(0.789 0 0);
187
+ --color-neutral-soft: oklch(0.789 0 0);
188
+ /* TODO: Remove primitive color definition. */
189
+ --color-gray-300: oklch(0.916 0 0);
190
+ --color-neutral-faint: oklch(0.916 0 0);
191
+ /* TODO: Remove primitive color definition. */
192
+ --color-gray-200: oklch(0.949 0 0);
193
+ --color-neutral-pale: oklch(0.949 0 0);
194
+ /* TODO: Remove primitive color definition. */
195
+ --color-gray-100: oklch(0.97 0 0);
196
+ --color-neutral-whisper: oklch(0.97 0 0);
189
197
  --color-neutral-disabled: oklch(0 0 0 / 0.2);
190
- --color-neutral-inverse-primary: var(--color-white);
198
+ --color-neutral-inverse-primary: oklch(1 0 0);
191
199
  --color-neutral-inverse-subtle: oklch(1 0 0 / 0.8);
192
200
  --color-neutral-inverse-muted: oklch(1 0 0 / 0.6);
193
201
  --color-neutral-inverse-faint: oklch(1 0 0 / 0.4);
194
202
  --color-neutral-inverse-disabled: oklch(1 0 0 / 0.2);
195
203
 
196
- /* ToDo: shadow-default will be deprecated in favor of shadow-sm */
204
+ /* TODO: Remove in favor of shadow-sm. */
197
205
  --shadow-default: var(--shadow-sm);
198
206
 
199
207
  /**
@@ -1,43 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
8
- genre?: "audio" | "picture" | "video" | "text" | "graphic";
9
- isFulfilled?: boolean;
10
- imgSrc?: string;
11
- imgAlt?: string;
12
- imgCount?: number;
13
- disabled?: boolean;
14
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
15
- genre?: "audio" | "picture" | "video" | "text" | "graphic";
16
- isFulfilled?: boolean;
17
- imgSrc?: string;
18
- imgAlt?: string;
19
- imgCount?: number;
20
- disabled?: boolean;
21
- }> & Readonly<{}>, {
22
- genre: "audio" | "picture" | "video" | "text" | "graphic";
23
- isFulfilled: boolean;
24
- imgSrc: string;
25
- imgAlt: string;
26
- imgCount: number;
27
- disabled: boolean;
28
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
29
- description?: (props: {}) => any;
30
- } & {
31
- planning?: (props: {}) => any;
32
- } & {
33
- default?: (props: {}) => any;
34
- } & {
35
- textLength?: (props: {}) => any;
36
- } & {
37
- timePublished?: (props: {}) => any;
38
- }>;
39
- type __VLS_WithSlots<T, S> = T & {
40
- new (): {
41
- $slots: S;
42
- };
43
- };
@@ -1,7 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1,7 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1,33 +0,0 @@
1
- import { UiIconName } from '../UiIcon/UiIcon.vue';
2
- /**
3
- * @deprecated
4
- * Please replace with your own component
5
- */
6
- declare const _default: typeof __VLS_export;
7
- export default _default;
8
- export type CheckboxItem = {
9
- name: string;
10
- isChecked: boolean;
11
- iconName?: UiIconName;
12
- };
13
- declare const __VLS_export: import('vue').DefineComponent<{
14
- item?: CheckboxItem[];
15
- firstEntryChecksAll?: boolean;
16
- disabled?: boolean;
17
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
- input: (args_0: CheckboxItem[]) => any;
19
- "checked-all": (args_0: boolean) => any;
20
- "item-checked": (args_0: CheckboxItem) => any;
21
- }, string, import('vue').PublicProps, Readonly<{
22
- item?: CheckboxItem[];
23
- firstEntryChecksAll?: boolean;
24
- disabled?: boolean;
25
- }> & Readonly<{
26
- onInput?: ((args_0: CheckboxItem[]) => any) | undefined;
27
- "onChecked-all"?: ((args_0: boolean) => any) | undefined;
28
- "onItem-checked"?: ((args_0: CheckboxItem) => any) | undefined;
29
- }>, {
30
- disabled: boolean;
31
- item: CheckboxItem[];
32
- firstEntryChecksAll: boolean;
33
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -1,28 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
8
- headline?: string;
9
- hasBorderTop?: boolean;
10
- openAsDefault?: boolean;
11
- }, {
12
- openMenu: import('vue').Ref<any, any>;
13
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
14
- headline?: string;
15
- hasBorderTop?: boolean;
16
- openAsDefault?: boolean;
17
- }> & Readonly<{}>, {
18
- headline: string;
19
- hasBorderTop: boolean;
20
- openAsDefault: boolean;
21
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
22
- default?: (props: {}) => any;
23
- }>;
24
- type __VLS_WithSlots<T, S> = T & {
25
- new (): {
26
- $slots: S;
27
- };
28
- };
@@ -1,54 +0,0 @@
1
- import { ClassValue } from 'clsx';
2
- import { UiIconName } from '../UiIcon/UiIcon.vue';
3
- /**
4
- * @deprecated Use `UiButton` instead
5
- */
6
- declare const _default: typeof __VLS_export;
7
- export default _default;
8
- declare const __VLS_export: import('vue').DefineComponent<{
9
- title?: string;
10
- variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
11
- buttonWidth?: "full" | "max";
12
- chevronIcon?: UiIconName;
13
- rotateIcon?: boolean;
14
- iconSize?: "xs" | "sm" | "lg";
15
- size?: "xs" | "small";
16
- disabled?: boolean;
17
- active?: boolean;
18
- hasIcon?: boolean;
19
- iconLeft?: UiIconName;
20
- iconLeftClass?: ClassValue | ClassValue[];
21
- iconRightClass?: ClassValue | ClassValue[];
22
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
- click: () => any;
24
- }, string, import('vue').PublicProps, Readonly<{
25
- title?: string;
26
- variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
27
- buttonWidth?: "full" | "max";
28
- chevronIcon?: UiIconName;
29
- rotateIcon?: boolean;
30
- iconSize?: "xs" | "sm" | "lg";
31
- size?: "xs" | "small";
32
- disabled?: boolean;
33
- active?: boolean;
34
- hasIcon?: boolean;
35
- iconLeft?: UiIconName;
36
- iconLeftClass?: ClassValue | ClassValue[];
37
- iconRightClass?: ClassValue | ClassValue[];
38
- }> & Readonly<{
39
- onClick?: (() => any) | undefined;
40
- }>, {
41
- title: string;
42
- size: "xs" | "small";
43
- disabled: boolean;
44
- iconSize: "xs" | "sm" | "lg";
45
- variant: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
46
- buttonWidth: "full" | "max";
47
- chevronIcon: UiIconName;
48
- rotateIcon: boolean;
49
- active: boolean;
50
- hasIcon: boolean;
51
- iconLeft: UiIconName;
52
- iconLeftClass: string | number | bigint | boolean | import('clsx').ClassArray | import('clsx').ClassDictionary | ClassValue[] | null;
53
- iconRightClass: string | number | bigint | boolean | import('clsx').ClassArray | import('clsx').ClassDictionary | ClassValue[] | null;
54
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -1,30 +0,0 @@
1
- import { UiIconName } from '../UiIcon/UiIcon.vue';
2
- /**
3
- * @deprecated Use `UiButton` instead
4
- */
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import('vue').DefineComponent<{
8
- iconName: UiIconName;
9
- title: string;
10
- disabled?: boolean;
11
- backgroundColor?: "blue" | "none" | "gray-hover";
12
- iconColor?: "blue" | "gray" | "white";
13
- size?: "small" | "medium" | "large" | "xl";
14
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
- click: (args_0: MouseEvent) => any;
16
- }, string, import('vue').PublicProps, Readonly<{
17
- iconName: UiIconName;
18
- title: string;
19
- disabled?: boolean;
20
- backgroundColor?: "blue" | "none" | "gray-hover";
21
- iconColor?: "blue" | "gray" | "white";
22
- size?: "small" | "medium" | "large" | "xl";
23
- }> & Readonly<{
24
- onClick?: ((args_0: MouseEvent) => any) | undefined;
25
- }>, {
26
- size: "small" | "medium" | "large" | "xl";
27
- disabled: boolean;
28
- backgroundColor: "blue" | "none" | "gray-hover";
29
- iconColor: "blue" | "gray" | "white";
30
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -1,7 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1,35 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
- import { UiMenuOptionType } from './UiMenu.vue';
3
- /**
4
- * @deprecated Use `UiListItem` instead.
5
- */
6
- declare const _default: typeof __VLS_export;
7
- export default _default;
8
- declare const __VLS_export: <Value>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
9
- props: import('vue').PublicProps & __VLS_PrettifyLocal<{
10
- class?: HTMLAttributes["class"];
11
- option?: UiMenuOptionType<Value>;
12
- listVariant?: "checkbox" | "selectable" | "blank";
13
- iconSize?: "sm" | "md" | "lg";
14
- imageShape?: "rounded" | "square";
15
- checkboxSize?: "sm" | "md";
16
- checkboxAppearance?: "primary" | "secondary";
17
- }> & (typeof globalThis extends {
18
- __VLS_PROPS_FALLBACK: infer P;
19
- } ? P : {});
20
- expose: (exposed: {}) => void;
21
- attrs: any;
22
- slots: {
23
- default?: (props: {
24
- option: UiMenuOptionType<Value> | undefined;
25
- }) => any;
26
- };
27
- emit: {};
28
- }>) => import('vue').VNode & {
29
- __ctx?: Awaited<typeof __VLS_setup>;
30
- };
31
- type __VLS_PrettifyLocal<T> = (T extends any ? {
32
- [K in keyof T]: T[K];
33
- } : {
34
- [K in keyof T as K]: T[K];
35
- }) & {};
@@ -1,20 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
8
- class?: string;
9
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
10
- class?: string;
11
- }> & Readonly<{}>, {
12
- class: string;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
14
- default?: (props: {}) => any;
15
- }>;
16
- type __VLS_WithSlots<T, S> = T & {
17
- new (): {
18
- $slots: S;
19
- };
20
- };
@@ -1,18 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- close: () => any;
9
- }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
10
- onClose?: (() => any) | undefined;
11
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
12
- default?: (props: {}) => any;
13
- }>;
14
- type __VLS_WithSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
@@ -1,24 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
8
- isOpen?: boolean;
9
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
- close: () => any;
11
- }, string, import('vue').PublicProps, Readonly<{
12
- isOpen?: boolean;
13
- }> & Readonly<{
14
- onClose?: (() => any) | undefined;
15
- }>, {
16
- isOpen: boolean;
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
18
- default?: (props: {}) => any;
19
- }>;
20
- type __VLS_WithSlots<T, S> = T & {
21
- new (): {
22
- $slots: S;
23
- };
24
- };
@@ -1,35 +0,0 @@
1
- export interface UiRadioInputGroupOption {
2
- value: string;
3
- label: string;
4
- /** @deprecated has no effect */
5
- selected?: boolean;
6
- }
7
- /**
8
- * @deprecated
9
- * Please replace with your own component
10
- */
11
- declare const _default: typeof __VLS_export;
12
- export default _default;
13
- declare const __VLS_export: import('vue').DefineComponent<{
14
- options: UiRadioInputGroupOption[];
15
- groupName: string;
16
- disabled?: boolean;
17
- direction?: "horizontal" | "vertical";
18
- appearance?: "primary" | "secondary";
19
- size?: "sm" | "md";
20
- } & {
21
- modelValue?: string;
22
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
- "update:modelValue": (value: string | undefined) => any;
24
- }, string, import('vue').PublicProps, Readonly<{
25
- options: UiRadioInputGroupOption[];
26
- groupName: string;
27
- disabled?: boolean;
28
- direction?: "horizontal" | "vertical";
29
- appearance?: "primary" | "secondary";
30
- size?: "sm" | "md";
31
- } & {
32
- modelValue?: string;
33
- }> & Readonly<{
34
- "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
35
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -1,29 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
8
- size?: "wide" | "small";
9
- verticalPadding?: "small" | "large" | "none";
10
- borderTop?: boolean;
11
- borderBottom?: boolean;
12
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
13
- size?: "wide" | "small";
14
- verticalPadding?: "small" | "large" | "none";
15
- borderTop?: boolean;
16
- borderBottom?: boolean;
17
- }> & Readonly<{}>, {
18
- size: "wide" | "small";
19
- verticalPadding: "small" | "large" | "none";
20
- borderTop: boolean;
21
- borderBottom: boolean;
22
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
23
- default?: (props: {}) => any;
24
- }>;
25
- type __VLS_WithSlots<T, S> = T & {
26
- new (): {
27
- $slots: S;
28
- };
29
- };
@@ -1,16 +0,0 @@
1
- /**
2
- * @deprecated
3
- * Please replace with your own component
4
- */
5
- declare const _default: typeof __VLS_export;
6
- export default _default;
7
- declare const __VLS_export: import('vue').DefineComponent<{
8
- size?: "small" | "large";
9
- customClasses?: string[] | string;
10
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
11
- size?: "small" | "large";
12
- customClasses?: string[] | string;
13
- }> & Readonly<{}>, {
14
- size: "small" | "large";
15
- customClasses: string[] | string;
16
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;