@dpa-id-components/dpa-shared-components 7.1.3 → 7.1.5
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/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 +3708 -3644
- package/dist/dpa-shared-components.umd.js +5 -5
- 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 +5 -4
- 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-4ff074d8.mjs +0 -19
- package/dist/bookmark-89d43835.mjs +0 -18
- package/dist/bookmark-fill-2b5e5104.mjs +0 -18
- package/dist/bookmark-fill-731ae06c.mjs +0 -19
- 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-90b2d2fc.mjs +0 -20
- 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,71 +1,62 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
size: {
|
|
3
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "xl">;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
3
6
|
iconName: {
|
|
4
|
-
type:
|
|
7
|
+
type: import("vue").PropType<string>;
|
|
5
8
|
required: true;
|
|
6
9
|
};
|
|
7
10
|
title: {
|
|
8
|
-
type:
|
|
9
|
-
required: false;
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
10
12
|
default: string;
|
|
11
13
|
};
|
|
12
14
|
disabled: {
|
|
13
|
-
type:
|
|
14
|
-
required: false;
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
15
16
|
default: boolean;
|
|
16
17
|
};
|
|
17
18
|
backgroundColor: {
|
|
18
|
-
type:
|
|
19
|
-
required: false;
|
|
19
|
+
type: import("vue").PropType<"blue" | "none">;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
22
|
iconColor: {
|
|
23
|
-
type:
|
|
24
|
-
required: false;
|
|
23
|
+
type: import("vue").PropType<"blue" | "white" | "gray">;
|
|
25
24
|
default: string;
|
|
26
25
|
};
|
|
26
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
|
+
click: (payload: any) => void;
|
|
28
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
29
|
size: {
|
|
28
|
-
type:
|
|
29
|
-
required: false;
|
|
30
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "xl">;
|
|
30
31
|
default: string;
|
|
31
32
|
};
|
|
32
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
33
|
iconName: {
|
|
34
|
-
type:
|
|
34
|
+
type: import("vue").PropType<string>;
|
|
35
35
|
required: true;
|
|
36
36
|
};
|
|
37
37
|
title: {
|
|
38
|
-
type:
|
|
39
|
-
required: false;
|
|
38
|
+
type: import("vue").PropType<string>;
|
|
40
39
|
default: string;
|
|
41
40
|
};
|
|
42
41
|
disabled: {
|
|
43
|
-
type:
|
|
44
|
-
required: false;
|
|
42
|
+
type: import("vue").PropType<boolean>;
|
|
45
43
|
default: boolean;
|
|
46
44
|
};
|
|
47
45
|
backgroundColor: {
|
|
48
|
-
type:
|
|
49
|
-
required: false;
|
|
46
|
+
type: import("vue").PropType<"blue" | "none">;
|
|
50
47
|
default: string;
|
|
51
48
|
};
|
|
52
49
|
iconColor: {
|
|
53
|
-
type:
|
|
54
|
-
required: false;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
|
-
size: {
|
|
58
|
-
type: __PropType<"small" | "medium" | "large" | "xl" | undefined>;
|
|
59
|
-
required: false;
|
|
50
|
+
type: import("vue").PropType<"blue" | "white" | "gray">;
|
|
60
51
|
default: string;
|
|
61
52
|
};
|
|
62
53
|
}>> & {
|
|
63
|
-
onClick?: ((
|
|
54
|
+
onClick?: ((payload: any) => any) | undefined;
|
|
64
55
|
}, {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
disabled: boolean
|
|
68
|
-
backgroundColor: "blue" | "none"
|
|
69
|
-
iconColor: "blue" | "white" | "gray"
|
|
56
|
+
size: "small" | "medium" | "large" | "xl";
|
|
57
|
+
title: string;
|
|
58
|
+
disabled: boolean;
|
|
59
|
+
backgroundColor: "blue" | "none";
|
|
60
|
+
iconColor: "blue" | "white" | "gray";
|
|
70
61
|
}, {}>;
|
|
71
|
-
export default
|
|
62
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|