@dpa-id-components/dpa-shared-components 20.0.8 → 21.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.
- package/dist/components/UiIcon/UiIcon.vue.d.ts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/compositions/index.d.ts +1 -1
- package/dist/directives/index.d.ts +1 -1
- package/dist/dpa-shared-components.js +12350 -12350
- package/dist/eslint.base.config.js +49 -1
- package/dist/index.d.ts +4 -4
- package/dist/src/components/UiAutocomplete/UiAutocomplete.vue +1 -1
- package/dist/src/components/UiBadge/UiBadge.stories.ts +2 -1
- package/dist/src/components/UiButton/UiButton.stories.ts +2 -1
- package/dist/src/components/UiButton/UiButton.vue +1 -1
- package/dist/src/components/UiButtonGroup/UiButtonGroup.stories.ts +1 -0
- package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.spec.ts +2 -1
- package/dist/src/components/UiCheckbox/UiCheckbox.vue +1 -1
- package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.stories.ts +1 -0
- package/dist/src/components/UiColorPicker/UiColorPicker.spec.ts +1 -1
- package/dist/src/components/UiColorPicker/UiColorPicker.stories.ts +1 -0
- package/dist/src/components/UiColorPicker/UiColorPicker.vue +3 -3
- package/dist/src/components/UiDatePicker/UiDatePicker.stories.ts +2 -1
- package/dist/src/components/UiDialog/UiDialog.vue +1 -1
- package/dist/src/components/UiFilterBadge/UiFilterBadge.stories.ts +1 -0
- package/dist/src/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.ts +1 -0
- package/dist/src/components/UiFilterButton/UiFilterButton.stories.ts +2 -1
- package/dist/src/components/UiFilterButton/UiFilterButton.vue +1 -1
- package/dist/src/components/UiIcon/IconOverview.stories.vue +1 -1
- package/dist/src/components/UiIcon/UiIcon.spec.ts +1 -1
- package/dist/src/components/UiIcon/UiIcon.stories.ts +1 -1
- package/dist/src/components/UiIcon/UiIcon.vue +1 -1
- package/dist/src/components/UiIconButton/UiIconButton.stories.ts +2 -1
- package/dist/src/components/UiInfoContent/UiInfoContent.stories.ts +2 -1
- package/dist/src/components/UiInput/UiInput.vue +1 -1
- package/dist/src/components/UiLabel/UiLabel.vue +1 -1
- package/dist/src/components/UiList/UiList.spec.ts +1 -0
- package/dist/src/components/UiList/UiList.stories.ts +1 -0
- package/dist/src/components/UiListItem/UiListItem.spec.ts +1 -0
- package/dist/src/components/UiListItem/UiListItem.stories.ts +2 -1
- package/dist/src/components/UiListItem/UiListItem.vue +1 -1
- package/dist/src/components/UiMenu/UiMenu.stories.ts +2 -1
- package/dist/src/components/UiMenu/UiMenu.vue +2 -2
- package/dist/src/components/UiMenu/UiMenuItem.vue +2 -1
- package/dist/src/components/UiMenu/UiMenuList.vue +1 -1
- package/dist/src/components/UiOverlayMenu/UiOverlayMenu.spec.ts +2 -1
- package/dist/src/components/UiOverlayMenu/UiOverlayMenu.stories.ts +1 -0
- package/dist/src/components/UiOverlayMenu/UiOverlayMenu.vue +1 -1
- package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +1 -1
- package/dist/src/components/UiSearchBar/UiSearchBar.stories.ts +1 -0
- package/dist/src/components/UiSearchBar/UiSearchBar.vue +1 -1
- package/dist/src/components/UiSectionDivider/UiSectionDivider.stories.ts +1 -0
- package/dist/src/components/UiSelect/UiSelect.vue +2 -2
- package/dist/src/components/UiSnackbar/UiSnackbar.spec.ts +1 -0
- package/dist/src/components/UiSnackbar/UiSnackbar.stories.ts +2 -1
- package/dist/src/components/UiSpinner/UiSpinner.spec.ts +1 -0
- package/dist/src/components/UiTextButton/UiTextButton.stories.ts +2 -1
- package/dist/src/components/UiToggleButton/UiToggleButton.stories.ts +1 -0
- package/dist/src/components/index.ts +1 -1
- package/dist/src/compositions/index.ts +1 -1
- package/dist/src/compositions/useBreakpoints/UseBreakpoints.stories.vue +2 -1
- package/dist/src/directives/index.ts +1 -1
- package/dist/src/index.ts +4 -4
- package/dist/src/utils/cn.spec.ts +12 -0
- package/dist/src/utils/index.spec.ts +1 -1
- package/dist/src/utils/index.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +12 -5
- package/src/components/UiAutocomplete/UiAutocomplete.vue +1 -1
- package/src/components/UiButton/UiButton.vue +1 -1
- package/src/components/UiCheckbox/UiCheckbox.vue +1 -1
- package/src/components/UiColorPicker/UiColorPicker.vue +3 -3
- package/src/components/UiDialog/UiDialog.vue +1 -1
- package/src/components/UiFilterButton/UiFilterButton.vue +1 -1
- package/src/components/UiIcon/UiIcon.vue +1 -1
- package/src/components/UiInput/UiInput.vue +1 -1
- package/src/components/UiLabel/UiLabel.vue +1 -1
- package/src/components/UiListItem/UiListItem.vue +1 -1
- package/src/components/UiMenu/UiMenu.vue +2 -2
- package/src/components/UiMenu/UiMenuItem.vue +2 -1
- package/src/components/UiMenu/UiMenuList.vue +1 -1
- package/src/components/UiOverlayMenu/UiOverlayMenu.vue +1 -1
- package/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +1 -1
- package/src/components/UiSearchBar/UiSearchBar.vue +1 -1
- package/src/components/UiSelect/UiSelect.vue +2 -2
- package/src/components/index.ts +0 -92
- package/src/compositions/index.ts +0 -1
- package/src/directives/index.ts +0 -1
- package/src/index.ts +0 -6
- package/src/utils/index.ts +0 -1
|
@@ -42,7 +42,7 @@ export default {
|
|
|
42
42
|
<script setup lang="ts" generic="T extends string | number">
|
|
43
43
|
import { computed, onMounted } from "vue";
|
|
44
44
|
|
|
45
|
-
import { cn } from "../../utils/cn.
|
|
45
|
+
import { cn } from "../../utils/cn.ts";
|
|
46
46
|
import UiLabel from "../UiLabel/UiLabel.vue";
|
|
47
47
|
|
|
48
48
|
export interface UiRadioInputGroupOption<T> {
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
import type { ClassValue } from "clsx";
|
|
119
119
|
import { computed, ref } from "vue";
|
|
120
120
|
|
|
121
|
-
import { cn } from "../../utils/cn.
|
|
121
|
+
import { cn } from "../../utils/cn.ts";
|
|
122
122
|
import UiIconButton from "../UiIconButton/UiIconButton.vue";
|
|
123
123
|
|
|
124
124
|
const emit = defineEmits<{
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
px-4
|
|
87
87
|
py-1
|
|
88
88
|
text-xs/normal
|
|
89
|
-
|
|
89
|
+
|
|
90
90
|
font-medium
|
|
91
91
|
text-white
|
|
92
92
|
transition-all
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
<script setup lang="ts">
|
|
107
107
|
import { v4 as uuidv4 } from "uuid";
|
|
108
108
|
|
|
109
|
-
import { cn } from "../../utils/cn.
|
|
109
|
+
import { cn } from "../../utils/cn.ts";
|
|
110
110
|
import UiIcon from "../UiIcon/UiIcon.vue";
|
|
111
111
|
import UiLabel from "../UiLabel/UiLabel.vue";
|
|
112
112
|
|
package/src/components/index.ts
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
import DpaMediaItem from "./DpaMediaItem/DpaMediaItem.vue";
|
|
2
|
-
import UiAutocomplete from "./UiAutocomplete/UiAutocomplete.vue";
|
|
3
|
-
import UiBadge from "./UiBadge/UiBadge.vue";
|
|
4
|
-
import UiButton from "./UiButton/UiButton.vue";
|
|
5
|
-
import UiButtonGroup from "./UiButtonGroup/UiButtonGroup.vue";
|
|
6
|
-
import UiCard from "./UiCard/UiCard.vue";
|
|
7
|
-
import UiCheckbox from "./UiCheckbox/UiCheckbox.vue";
|
|
8
|
-
import UiCheckBoxGroup from "./UiCheckBoxGroup/UiCheckBoxGroup.vue";
|
|
9
|
-
import UiChip from "./UiChip/UiChip.vue";
|
|
10
|
-
import UiCollapseNavigation from "./UiCollapseNavigation/UiCollapseNavigation.vue";
|
|
11
|
-
import UiDatePicker from "./UiDatePicker/UiDatePicker.vue";
|
|
12
|
-
import UiDialog from "./UiDialog/UiDialog.vue";
|
|
13
|
-
import UiFilterBadge from "./UiFilterBadge/UiFilterBadge.vue";
|
|
14
|
-
import UiFilterBadgeButton from "./UiFilterBadgeButton/UiFilterBadgeButton.vue";
|
|
15
|
-
import UiFilterButton from "./UiFilterButton/UiFilterButton.vue";
|
|
16
|
-
import UiIcon from "./UiIcon/UiIcon.vue";
|
|
17
|
-
export type { UiIconName } from "./UiIcon/UiIcon.vue";
|
|
18
|
-
import UiIconButton from "./UiIconButton/UiIconButton.vue";
|
|
19
|
-
import UiInfoContent from "./UiInfoContent/UiInfoContent.vue";
|
|
20
|
-
import UiInput from "./UiInput/UiInput.vue";
|
|
21
|
-
import UiLabel from "./UiLabel/UiLabel.vue";
|
|
22
|
-
import UiList from "./UiList/UiList.vue";
|
|
23
|
-
import UiListItem from "./UiListItem/UiListItem.vue";
|
|
24
|
-
import UiMenu from "./UiMenu/UiMenu.vue";
|
|
25
|
-
export type {
|
|
26
|
-
UiMenuGroupedOption,
|
|
27
|
-
UiMenuOptionType,
|
|
28
|
-
UiMenuSelectedOption,
|
|
29
|
-
} from "./UiMenu/UiMenu.vue";
|
|
30
|
-
import UiMenuItem from "./UiMenu/UiMenuItem.vue";
|
|
31
|
-
import UiMenuList from "./UiMenu/UiMenuList.vue";
|
|
32
|
-
import UiOverlay from "./UiOverlay/UiOverlay.vue";
|
|
33
|
-
import UiOverlayMenu from "./UiOverlayMenu/UiOverlayMenu.vue";
|
|
34
|
-
import UiRadioInputGroup from "./UiRadioInputGroup/UiRadioInputGroup.vue";
|
|
35
|
-
export type { UiRadioInputGroupOption } from "./UiRadioInputGroup/UiRadioInputGroup.vue";
|
|
36
|
-
import UiColorPicker from "./UiColorPicker/UiColorPicker.vue";
|
|
37
|
-
import UiSearchBar from "./UiSearchBar/UiSearchBar.vue";
|
|
38
|
-
import UiSearchInput from "./UiSearchInput/UiSearchInput.vue";
|
|
39
|
-
import UiSection from "./UiSection/UiSection.vue";
|
|
40
|
-
import UiSectionDivider from "./UiSectionDivider/UiSectionDivider.vue";
|
|
41
|
-
import UiSelect from "./UiSelect/UiSelect.vue";
|
|
42
|
-
import UiSimpleInput from "./UiSimpleInput/UiSimpleInput.vue";
|
|
43
|
-
import UiSkeletonBox from "./UiSkeletonBox/UiSkeletonBox.vue";
|
|
44
|
-
import UiSnackbar from "./UiSnackbar/UiSnackbar.vue";
|
|
45
|
-
import UiSpinner from "./UiSpinner/UiSpinner.vue";
|
|
46
|
-
import UiTextButton from "./UiTextButton/UiTextButton.vue";
|
|
47
|
-
import UiToggleButton from "./UiToggleButton/UiToggleButton.vue";
|
|
48
|
-
import UiTooltip from "./UiTooltip/UiTooltip.vue";
|
|
49
|
-
|
|
50
|
-
export {
|
|
51
|
-
DpaMediaItem,
|
|
52
|
-
UiAutocomplete,
|
|
53
|
-
UiBadge,
|
|
54
|
-
UiButton,
|
|
55
|
-
UiButtonGroup,
|
|
56
|
-
UiCard,
|
|
57
|
-
UiCheckbox,
|
|
58
|
-
UiCheckBoxGroup,
|
|
59
|
-
UiChip,
|
|
60
|
-
UiCollapseNavigation,
|
|
61
|
-
UiColorPicker,
|
|
62
|
-
UiDatePicker,
|
|
63
|
-
UiDialog,
|
|
64
|
-
UiFilterBadge,
|
|
65
|
-
UiFilterBadgeButton,
|
|
66
|
-
UiFilterButton,
|
|
67
|
-
UiIcon,
|
|
68
|
-
UiIconButton,
|
|
69
|
-
UiInfoContent,
|
|
70
|
-
UiInput,
|
|
71
|
-
UiLabel,
|
|
72
|
-
UiList,
|
|
73
|
-
UiListItem,
|
|
74
|
-
UiMenu,
|
|
75
|
-
UiMenuItem,
|
|
76
|
-
UiMenuList,
|
|
77
|
-
UiOverlay,
|
|
78
|
-
UiOverlayMenu,
|
|
79
|
-
UiRadioInputGroup,
|
|
80
|
-
UiSearchBar,
|
|
81
|
-
UiSearchInput,
|
|
82
|
-
UiSection,
|
|
83
|
-
UiSectionDivider,
|
|
84
|
-
UiSelect,
|
|
85
|
-
UiSimpleInput,
|
|
86
|
-
UiSkeletonBox,
|
|
87
|
-
UiSnackbar,
|
|
88
|
-
UiSpinner,
|
|
89
|
-
UiTextButton,
|
|
90
|
-
UiToggleButton,
|
|
91
|
-
UiTooltip,
|
|
92
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { useBreakpoints } from "./useBreakpoints/useBreakpoints.js";
|
package/src/directives/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { vClickAway } from "./vClickAway.js";
|
package/src/index.ts
DELETED
package/src/utils/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { cn } from "./cn.js";
|