@dpa-id-components/dpa-shared-components 7.1.1 → 7.1.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/{bookmark-4ff074d8.mjs → bookmark-8e4ef660.mjs} +4 -4
- package/dist/{bookmark-fill-731ae06c.mjs → bookmark-fill-18167bcd.mjs} +3 -3
- package/dist/components/DpaEventItem/DpaEventItem.spec.d.ts +1 -0
- package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +1102 -0
- package/dist/components/DpaEventItem/DpaEventItem.vue.d.ts +63 -70
- package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +35 -36
- package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +35 -36
- package/dist/components/DpaEventItem/DpaEventItemStandard.vue.d.ts +46 -51
- package/dist/components/DpaMediaItem/DpaMediaItem.spec.d.ts +1 -0
- package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +213 -0
- package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +29 -29
- package/dist/components/UiAutocomplete/UiAutocomplete.spec.d.ts +1 -0
- package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +69 -0
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +16 -25
- package/dist/components/UiBadge/UiBadge.spec.d.ts +1 -0
- package/dist/components/UiBadge/UiBadge.stories.d.ts +245 -0
- package/dist/components/UiBadge/UiBadge.vue.d.ts +43 -51
- package/dist/components/UiButton/UiButton.spec.d.ts +1 -0
- package/dist/components/UiButton/UiButton.stories.d.ts +256 -0
- package/dist/components/UiButton/UiButton.vue.d.ts +44 -50
- package/dist/components/UiButtonGroup/UiButtonGroup.spec.d.ts +1 -0
- package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +99 -0
- package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +8 -1
- package/dist/components/UiCard/UiCard.spec.d.ts +1 -0
- package/dist/components/UiCard/UiCard.stories.d.ts +99 -0
- package/dist/components/UiCard/UiCard.vue.d.ts +8 -1
- package/dist/components/UiCheckBox/UiCheckBox.spec.d.ts +1 -0
- package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +231 -0
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +38 -44
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.spec.d.ts +1 -0
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +66 -0
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +15 -22
- package/dist/components/UiChip/UiChip.spec.d.ts +1 -0
- package/dist/components/UiChip/UiChip.stories.d.ts +167 -0
- package/dist/components/UiChip/UiChip.vue.d.ts +23 -23
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.spec.d.ts +1 -0
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +166 -0
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +19 -19
- package/dist/components/UiColorPicker/UiColorPicker.spec.d.ts +1 -0
- package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +35 -0
- package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +8 -7
- package/dist/components/UiDatePicker/UiDatePicker.spec.d.ts +1 -0
- package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +643 -0
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +105 -160
- package/dist/components/UiDialog/UiDialog.spec.d.ts +1 -0
- package/dist/components/UiDialog/UiDialog.stories.d.ts +577 -0
- package/dist/components/UiDialog/UiDialog.vue.d.ts +42 -54
- package/dist/components/UiFilterBadge/UiFilterBadge.spec.d.ts +1 -0
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +425 -0
- package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +29 -31
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.spec.d.ts +1 -0
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +427 -0
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +31 -31
- package/dist/components/UiFilterButton/UiFilterButton.spec.d.ts +1 -0
- package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +233 -0
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +41 -60
- package/dist/components/UiIcon/UiIcon.spec.d.ts +1 -0
- package/dist/components/UiIcon/UiIcon.stories.d.ts +73 -0
- package/dist/components/UiIcon/UiIcon.vue.d.ts +10 -15
- package/dist/components/UiIconButton/UiIconButton.spec.d.ts +1 -0
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +165 -0
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +26 -35
- package/dist/components/UiInfoContent/UiInfoContent.spec.d.ts +1 -0
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +594 -0
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +26 -18
- package/dist/components/UiInput/UiInput.spec.d.ts +1 -0
- package/dist/components/UiInput/UiInput.stories.d.ts +451 -0
- package/dist/components/UiInput/UiInput.vue.d.ts +71 -104
- package/dist/components/UiList/UiList.spec.d.ts +1 -0
- package/dist/components/UiList/UiList.stories.d.ts +1208 -0
- package/dist/components/UiList/UiList.vue.d.ts +8 -1
- package/dist/components/UiListItem/UiListItem.spec.d.ts +1 -0
- package/dist/components/UiListItem/UiListItem.stories.d.ts +667 -0
- package/dist/components/UiListItem/UiListItem.vue.d.ts +58 -78
- package/dist/components/UiMenu/UiMenu.spec.d.ts +1 -0
- package/dist/components/UiMenu/UiMenu.stories.d.ts +488 -0
- package/dist/components/UiMenu/UiMenu.vue.d.ts +87 -122
- package/dist/components/UiOverlay/UiOverlay.spec.d.ts +1 -0
- package/dist/components/UiOverlay/UiOverlay.stories.d.ts +213 -0
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +10 -3
- package/dist/components/UiOverlayMenu/UiOverlayMenu.spec.d.ts +1 -0
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +1051 -0
- package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +12 -6
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.spec.d.ts +1 -0
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +189 -0
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +34 -43
- package/dist/components/UiSearchBar/UiSearchBar.spec.d.ts +1 -0
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +947 -0
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +41 -38
- package/dist/components/UiSearchInput/UiSearchInput.spec.d.ts +1 -0
- package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +452 -0
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +43 -33
- package/dist/components/UiSection/UiSection.spec.d.ts +1 -0
- package/dist/components/UiSection/UiSection.stories.d.ts +192 -0
- package/dist/components/UiSection/UiSection.vue.d.ts +22 -24
- package/dist/components/UiSectionDivider/UiSectionDivider.spec.d.ts +1 -0
- package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +198 -0
- package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +8 -13
- package/dist/components/UiSimpleInput/UiSimpleInput.d.ts +1 -0
- package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +123 -0
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +22 -31
- package/dist/components/UiSkeletonBox/UiSkeletonBox.spec.d.ts +1 -0
- package/dist/components/UiSkeletonBox/UiSkeletonBox.stories.d.ts +98 -0
- package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +11 -18
- package/dist/components/UiSnackbar/UiSnackbar.spec.d.ts +1 -0
- package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +382 -0
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +33 -34
- package/dist/components/UiSpinner/UiSpinner.spec.d.ts +1 -0
- package/dist/components/UiSpinner/UiSpinner.stories.d.ts +79 -0
- package/dist/components/UiSpinner/UiSpinner.vue.d.ts +8 -13
- package/dist/components/UiTextButton/UiTextButton.spec.d.ts +1 -0
- package/dist/components/UiTextButton/UiTextButton.stories.d.ts +247 -0
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +37 -45
- package/dist/components/UiToggleButton/UiToggleButton.spec.d.ts +1 -0
- package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +257 -0
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +40 -48
- package/dist/components/UiTooltip/UiTooltip.spec.d.ts +1 -0
- package/dist/components/UiTooltip/UiTooltip.stories.d.ts +391 -0
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +29 -30
- package/dist/dpa-shared-components.mjs +3709 -3645
- package/dist/dpa-shared-components.umd.js +5 -5
- package/dist/{graphic-90b2d2fc.mjs → graphic-ea6911f6.mjs} +4 -4
- package/dist/stories/Typography/TypoClasses.d.ts +2 -0
- package/dist/stories/Typography/Typography.stories.d.ts +21 -0
- package/dist/style.css +1 -1
- package/dist/tailwind/UseBreakpoints.stories.d.ts +10 -0
- package/dist/tailwind/screens.json.d.ts +10 -0
- package/dist/tailwind/tailwind.config.d.cts +28 -28
- package/package.json +2 -2
- package/dist/UseTailwindBreakpoints.stories.ts +0 -22
- package/dist/UseTailwindBreakpoints.vue +0 -13
- package/dist/alert-c8e2ae08.mjs +0 -15
- package/dist/arrow-left-93c1cdc7.mjs +0 -15
- package/dist/arrow-right-caf216c1.mjs +0 -15
- package/dist/audio-f02c6683.mjs +0 -19
- package/dist/audio-inline-92256dc7.mjs +0 -19
- package/dist/bookmark-89d43835.mjs +0 -18
- package/dist/bookmark-fill-2b5e5104.mjs +0 -18
- package/dist/checklist-e548cc3a.mjs +0 -19
- package/dist/checkmark-d41d01ff.mjs +0 -19
- package/dist/chevron-left-b66f074e.mjs +0 -15
- package/dist/chevron-right-b589ab17.mjs +0 -17
- package/dist/chevron-up-6418abb0.mjs +0 -15
- package/dist/clock-02be24f4.mjs +0 -19
- package/dist/close-5d26c1d1.mjs +0 -15
- package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +0 -279
- package/dist/copy-link-de7cb91d.mjs +0 -19
- package/dist/emoji-9480b7e3.mjs +0 -19
- package/dist/filter-2926b3c6.mjs +0 -20
- package/dist/filter-e213ae59.mjs +0 -15
- package/dist/filter-outline-91e5aa0a.mjs +0 -19
- package/dist/flags-cb22ae09.mjs +0 -19
- package/dist/flash-6c2fa662.mjs +0 -15
- package/dist/folder-add-e6e37681.mjs +0 -15
- package/dist/folder-bc98dd3b.mjs +0 -15
- package/dist/graphic-855e5909.mjs +0 -19
- package/dist/graphic-a41ad739.mjs +0 -19
- package/dist/graphic-inline-a41ad739.mjs +0 -19
- package/dist/help-471874fe.mjs +0 -19
- package/dist/home-85e0bf1d.mjs +0 -15
- package/dist/info-ee40cf5c.mjs +0 -15
- package/dist/latest-dd68ea4b.mjs +0 -15
- package/dist/more-vertical-5797b4a7.mjs +0 -15
- package/dist/picture-inline-0eb9c590.mjs +0 -19
- package/dist/pin-ce661952.mjs +0 -19
- package/dist/plus-0900f7b4.mjs +0 -15
- package/dist/refresh-93ed1124.mjs +0 -15
- package/dist/reset-71987e6a.mjs +0 -15
- package/dist/screens.js +0 -13
- package/dist/search-9bebfc15.mjs +0 -15
- package/dist/share-f49b038e.mjs +0 -15
- package/dist/slack-05d08ea2.mjs +0 -15
- package/dist/tailwind/screens.d.ts +0 -8
- package/dist/tailwind/useTailwindBreakpoints.d.ts +0 -9
- package/dist/text-3969d470.mjs +0 -15
- package/dist/text-inline-cbb3242f.mjs +0 -15
- package/dist/useTailwindBreakpoints.ts +0 -19
- package/dist/video-e95f8e58.mjs +0 -19
- package/dist/video-inline-b961f9cd.mjs +0 -19
|
@@ -1,151 +1,131 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
iconName: {
|
|
3
|
+
type: import("vue").PropType<string | null>;
|
|
4
|
+
default: null;
|
|
5
|
+
};
|
|
6
|
+
disabled: {
|
|
7
|
+
type: import("vue").PropType<boolean>;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
3
10
|
value: {
|
|
4
|
-
type:
|
|
5
|
-
required: false;
|
|
11
|
+
type: import("vue").PropType<any>;
|
|
6
12
|
default: string;
|
|
7
13
|
};
|
|
8
14
|
checkBoxMenu: {
|
|
9
|
-
type:
|
|
10
|
-
required: false;
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
11
16
|
default: boolean;
|
|
12
17
|
};
|
|
13
18
|
isChecked: {
|
|
14
|
-
type:
|
|
15
|
-
required: false;
|
|
19
|
+
type: import("vue").PropType<boolean>;
|
|
16
20
|
default: boolean;
|
|
17
21
|
};
|
|
18
22
|
selected: {
|
|
19
|
-
type:
|
|
20
|
-
required: false;
|
|
23
|
+
type: import("vue").PropType<boolean>;
|
|
21
24
|
default: boolean;
|
|
22
25
|
};
|
|
23
26
|
selectable: {
|
|
24
|
-
type:
|
|
25
|
-
required: false;
|
|
27
|
+
type: import("vue").PropType<boolean>;
|
|
26
28
|
default: boolean;
|
|
27
29
|
};
|
|
28
30
|
overrideClasses: {
|
|
29
|
-
type:
|
|
30
|
-
required: false;
|
|
31
|
+
type: import("vue").PropType<string>;
|
|
31
32
|
default: string;
|
|
32
33
|
};
|
|
33
34
|
checkBoxColor: {
|
|
34
|
-
type:
|
|
35
|
-
required: false;
|
|
35
|
+
type: import("vue").PropType<"blue" | "gray">;
|
|
36
36
|
default: string;
|
|
37
37
|
};
|
|
38
|
-
iconName: {
|
|
39
|
-
type: __PropType<string | null | undefined>;
|
|
40
|
-
required: false;
|
|
41
|
-
default: null;
|
|
42
|
-
};
|
|
43
38
|
imageSrc: {
|
|
44
|
-
type:
|
|
45
|
-
required: false;
|
|
39
|
+
type: import("vue").PropType<string>;
|
|
46
40
|
default: string;
|
|
47
41
|
};
|
|
48
42
|
imageShape: {
|
|
49
|
-
type:
|
|
50
|
-
required: false;
|
|
43
|
+
type: import("vue").PropType<"rounded" | "square">;
|
|
51
44
|
default: string;
|
|
52
45
|
};
|
|
53
46
|
iconSize: {
|
|
54
|
-
type:
|
|
55
|
-
required: false;
|
|
47
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
56
48
|
default: string;
|
|
57
49
|
};
|
|
58
50
|
checkboxSize: {
|
|
59
|
-
type:
|
|
60
|
-
required: false;
|
|
51
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
61
52
|
default: string;
|
|
62
53
|
};
|
|
54
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "list-item-click"[], "list-item-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
55
|
+
iconName: {
|
|
56
|
+
type: import("vue").PropType<string | null>;
|
|
57
|
+
default: null;
|
|
58
|
+
};
|
|
63
59
|
disabled: {
|
|
64
|
-
type:
|
|
65
|
-
required: false;
|
|
60
|
+
type: import("vue").PropType<boolean>;
|
|
66
61
|
default: boolean;
|
|
67
62
|
};
|
|
68
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "list-item-click"[], "list-item-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
69
63
|
value: {
|
|
70
|
-
type:
|
|
71
|
-
required: false;
|
|
64
|
+
type: import("vue").PropType<any>;
|
|
72
65
|
default: string;
|
|
73
66
|
};
|
|
74
67
|
checkBoxMenu: {
|
|
75
|
-
type:
|
|
76
|
-
required: false;
|
|
68
|
+
type: import("vue").PropType<boolean>;
|
|
77
69
|
default: boolean;
|
|
78
70
|
};
|
|
79
71
|
isChecked: {
|
|
80
|
-
type:
|
|
81
|
-
required: false;
|
|
72
|
+
type: import("vue").PropType<boolean>;
|
|
82
73
|
default: boolean;
|
|
83
74
|
};
|
|
84
75
|
selected: {
|
|
85
|
-
type:
|
|
86
|
-
required: false;
|
|
76
|
+
type: import("vue").PropType<boolean>;
|
|
87
77
|
default: boolean;
|
|
88
78
|
};
|
|
89
79
|
selectable: {
|
|
90
|
-
type:
|
|
91
|
-
required: false;
|
|
80
|
+
type: import("vue").PropType<boolean>;
|
|
92
81
|
default: boolean;
|
|
93
82
|
};
|
|
94
83
|
overrideClasses: {
|
|
95
|
-
type:
|
|
96
|
-
required: false;
|
|
84
|
+
type: import("vue").PropType<string>;
|
|
97
85
|
default: string;
|
|
98
86
|
};
|
|
99
87
|
checkBoxColor: {
|
|
100
|
-
type:
|
|
101
|
-
required: false;
|
|
88
|
+
type: import("vue").PropType<"blue" | "gray">;
|
|
102
89
|
default: string;
|
|
103
90
|
};
|
|
104
|
-
iconName: {
|
|
105
|
-
type: __PropType<string | null | undefined>;
|
|
106
|
-
required: false;
|
|
107
|
-
default: null;
|
|
108
|
-
};
|
|
109
91
|
imageSrc: {
|
|
110
|
-
type:
|
|
111
|
-
required: false;
|
|
92
|
+
type: import("vue").PropType<string>;
|
|
112
93
|
default: string;
|
|
113
94
|
};
|
|
114
95
|
imageShape: {
|
|
115
|
-
type:
|
|
116
|
-
required: false;
|
|
96
|
+
type: import("vue").PropType<"rounded" | "square">;
|
|
117
97
|
default: string;
|
|
118
98
|
};
|
|
119
99
|
iconSize: {
|
|
120
|
-
type:
|
|
121
|
-
required: false;
|
|
100
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
122
101
|
default: string;
|
|
123
102
|
};
|
|
124
103
|
checkboxSize: {
|
|
125
|
-
type:
|
|
126
|
-
required: false;
|
|
104
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
127
105
|
default: string;
|
|
128
106
|
};
|
|
129
|
-
disabled: {
|
|
130
|
-
type: __PropType<boolean | undefined>;
|
|
131
|
-
required: false;
|
|
132
|
-
default: boolean;
|
|
133
|
-
};
|
|
134
107
|
}>> & {
|
|
135
108
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
136
109
|
}, {
|
|
110
|
+
iconName: string | null;
|
|
111
|
+
disabled: boolean;
|
|
137
112
|
value: any;
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
}
|
|
151
|
-
export default
|
|
113
|
+
checkBoxMenu: boolean;
|
|
114
|
+
isChecked: boolean;
|
|
115
|
+
selected: boolean;
|
|
116
|
+
selectable: boolean;
|
|
117
|
+
overrideClasses: string;
|
|
118
|
+
checkBoxColor: "blue" | "gray";
|
|
119
|
+
imageSrc: string;
|
|
120
|
+
imageShape: "rounded" | "square";
|
|
121
|
+
iconSize: "small" | "medium" | "large";
|
|
122
|
+
checkboxSize: "small" | "medium";
|
|
123
|
+
}, {}>, {
|
|
124
|
+
default?(_: {}): any;
|
|
125
|
+
}>;
|
|
126
|
+
export default _default;
|
|
127
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
128
|
+
new (): {
|
|
129
|
+
$slots: S;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|