@dpa-id-components/dpa-shared-components 7.2.1 → 8.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/README.md +3 -0
- package/dist/alert-c8e2ae08.mjs +15 -0
- package/dist/arrow-left-93c1cdc7.mjs +15 -0
- package/dist/arrow-right-caf216c1.mjs +15 -0
- package/dist/audio-f02c6683.mjs +19 -0
- package/dist/audio-inline-92256dc7.mjs +19 -0
- package/dist/checklist-e548cc3a.mjs +19 -0
- package/dist/checkmark-d41d01ff.mjs +19 -0
- package/dist/chevron-left-b66f074e.mjs +15 -0
- package/dist/chevron-right-b589ab17.mjs +17 -0
- package/dist/chevron-up-6418abb0.mjs +15 -0
- package/dist/clock-02be24f4.mjs +19 -0
- package/dist/close-5d26c1d1.mjs +15 -0
- package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +3 -3
- package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +279 -0
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +3 -3
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +3 -3
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +6 -6
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +3 -3
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +3 -3
- package/dist/compositions/index.d.ts +1 -1
- package/dist/copy-link-de7cb91d.mjs +19 -0
- package/dist/dpa-shared-components.d.ts +52 -1
- package/dist/dpa-shared-components.mjs +3802 -3798
- package/dist/dpa-shared-components.umd.js +5 -5
- package/dist/eil-311dfbe1.mjs +15 -0
- package/dist/emoji-9480b7e3.mjs +19 -0
- package/dist/emoji-add-7fb19e1a.mjs +29 -0
- package/dist/filter-2926b3c6.mjs +20 -0
- package/dist/filter-e213ae59.mjs +15 -0
- package/dist/filter-outline-91e5aa0a.mjs +19 -0
- package/dist/flags-cb22ae09.mjs +19 -0
- package/dist/flash-6c2fa662.mjs +15 -0
- package/dist/folder-add-e6e37681.mjs +15 -0
- package/dist/folder-bc98dd3b.mjs +15 -0
- package/dist/fonts.css +23 -0
- package/dist/graphic-a41ad739.mjs +19 -0
- package/dist/graphic-inline-a41ad739.mjs +19 -0
- package/dist/help-471874fe.mjs +19 -0
- package/dist/home-85e0bf1d.mjs +15 -0
- package/dist/info-ee40cf5c.mjs +15 -0
- package/dist/latest-dd68ea4b.mjs +15 -0
- package/dist/more-vertical-5797b4a7.mjs +15 -0
- package/dist/picture-inline-0eb9c590.mjs +19 -0
- package/dist/pin-ce661952.mjs +19 -0
- package/dist/plus-0900f7b4.mjs +15 -0
- package/dist/refresh-93ed1124.mjs +15 -0
- package/dist/reset-71987e6a.mjs +15 -0
- package/dist/search-9bebfc15.mjs +15 -0
- package/dist/share-f49b038e.mjs +15 -0
- package/dist/shims-vue.d.ts +6 -0
- package/dist/slack-05d08ea2.mjs +15 -0
- package/dist/style.css +1 -1
- package/dist/text-3969d470.mjs +15 -0
- package/dist/text-inline-cbb3242f.mjs +15 -0
- package/dist/video-e95f8e58.mjs +19 -0
- package/dist/video-inline-b961f9cd.mjs +19 -0
- package/package.json +2 -2
- package/dist/UseBreakpoints.stories.ts +0 -22
- package/dist/UseBreakpoints.vue +0 -12
- package/dist/useBreakpoints.ts +0 -19
- /package/dist/{tailwind → compositions/useBreakpoints}/UseBreakpoints.stories.d.ts +0 -0
- /package/dist/{tailwind → compositions/useBreakpoints}/useBreakpoints.d.ts +0 -0
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
18
|
backgroundColor: {
|
|
19
|
-
type: import("vue").PropType<"blue" | "none">;
|
|
19
|
+
type: import("vue").PropType<"blue" | "none" | "gray-hover">;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
22
|
iconColor: {
|
|
@@ -43,7 +43,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
43
|
default: boolean;
|
|
44
44
|
};
|
|
45
45
|
backgroundColor: {
|
|
46
|
-
type: import("vue").PropType<"blue" | "none">;
|
|
46
|
+
type: import("vue").PropType<"blue" | "none" | "gray-hover">;
|
|
47
47
|
default: string;
|
|
48
48
|
};
|
|
49
49
|
iconColor: {
|
|
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
56
|
size: "small" | "medium" | "large" | "xl";
|
|
57
57
|
title: string;
|
|
58
58
|
disabled: boolean;
|
|
59
|
-
backgroundColor: "blue" | "none";
|
|
59
|
+
backgroundColor: "blue" | "none" | "gray-hover";
|
|
60
60
|
iconColor: "blue" | "white" | "gray";
|
|
61
61
|
}, {}>;
|
|
62
62
|
export default _default;
|
|
@@ -723,7 +723,7 @@ export declare const WithChips: {
|
|
|
723
723
|
default: boolean;
|
|
724
724
|
};
|
|
725
725
|
backgroundColor: {
|
|
726
|
-
type: import("vue").PropType<"blue" | "none">;
|
|
726
|
+
type: import("vue").PropType<"blue" | "none" | "gray-hover">;
|
|
727
727
|
default: string;
|
|
728
728
|
};
|
|
729
729
|
iconColor: {
|
|
@@ -750,7 +750,7 @@ export declare const WithChips: {
|
|
|
750
750
|
default: boolean;
|
|
751
751
|
};
|
|
752
752
|
backgroundColor: {
|
|
753
|
-
type: import("vue").PropType<"blue" | "none">;
|
|
753
|
+
type: import("vue").PropType<"blue" | "none" | "gray-hover">;
|
|
754
754
|
default: string;
|
|
755
755
|
};
|
|
756
756
|
iconColor: {
|
|
@@ -763,7 +763,7 @@ export declare const WithChips: {
|
|
|
763
763
|
size: "small" | "medium" | "large" | "xl";
|
|
764
764
|
title: string;
|
|
765
765
|
disabled: boolean;
|
|
766
|
-
backgroundColor: "blue" | "none";
|
|
766
|
+
backgroundColor: "blue" | "none" | "gray-hover";
|
|
767
767
|
iconColor: "blue" | "white" | "gray";
|
|
768
768
|
}, {}>;
|
|
769
769
|
UiIcon: import("vue").DefineComponent<{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import useBreakpoints from
|
|
1
|
+
import useBreakpoints from "./useBreakpoints/useBreakpoints";
|
|
2
2
|
export { useBreakpoints };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { openBlock as C, createElementBlock as e, createElementVNode as o } from "vue";
|
|
2
|
+
const t = {
|
|
3
|
+
viewBox: "0 0 16 16",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
+
}, n = /* @__PURE__ */ o("path", {
|
|
6
|
+
"fill-rule": "evenodd",
|
|
7
|
+
"clip-rule": "evenodd",
|
|
8
|
+
d: "M9.92625 2.45989C10.7574 2.39037 11.5855 2.6258 12.2558 3.12221C12.6332 3.41382 12.9443 3.78229 13.1686 4.2032C13.3928 4.62412 13.5251 5.08788 13.5566 5.56377C13.5881 6.03965 13.5182 6.51681 13.3514 6.96362C13.1846 7.41043 12.9248 7.81671 12.5891 8.15554L11.8002 8.94443C11.7486 8.9965 11.6871 9.03783 11.6194 9.06604C11.5517 9.09424 11.4791 9.10876 11.4058 9.10876C11.3324 9.10876 11.2598 9.09424 11.1921 9.06604C11.1244 9.03783 11.063 8.9965 11.0113 8.94443C10.9593 8.89279 10.9179 8.83134 10.8897 8.76364C10.8615 8.69594 10.847 8.62333 10.847 8.54999C10.847 8.47665 10.8615 8.40403 10.8897 8.33633C10.9179 8.26863 10.9593 8.20719 11.0113 8.15554L11.8002 7.3611C12.023 7.14236 12.1971 6.87914 12.3113 6.5886C12.4256 6.29805 12.4773 5.9867 12.4631 5.67484C12.449 5.36297 12.3693 5.05758 12.2292 4.77858C12.0891 4.49957 11.8919 4.25321 11.6502 4.05554C11.1983 3.70335 10.6318 3.53114 10.0603 3.57219C9.4888 3.61323 8.95278 3.86461 8.55578 4.27776L7.83356 5.00554C7.78191 5.05761 7.72047 5.09894 7.65277 5.12715C7.58507 5.15535 7.51245 5.16987 7.43911 5.16987C7.36577 5.16987 7.29316 5.15535 7.22546 5.12715C7.15776 5.09894 7.09631 5.05761 7.04467 5.00554C6.98801 4.94247 6.94524 4.86819 6.91911 4.78754C6.89298 4.70688 6.88407 4.62163 6.89298 4.53732C6.90188 4.453 6.92839 4.37149 6.97079 4.29807C7.01319 4.22465 7.07053 4.16095 7.13911 4.1111L7.73911 3.49999C8.31762 2.89913 9.09507 2.52941 9.92625 2.45989ZM8.71665 6.49443L6.49443 8.71665C6.44236 8.7683 6.40103 8.82974 6.37282 8.89744C6.34462 8.96514 6.3301 9.03776 6.3301 9.1111C6.3301 9.18444 6.34462 9.25705 6.37282 9.32475C6.40103 9.39245 6.44236 9.4539 6.49443 9.50554C6.54608 9.55761 6.60752 9.59894 6.67522 9.62715C6.74292 9.65535 6.81554 9.66987 6.88888 9.66987C6.96221 9.66987 7.03483 9.65535 7.10253 9.62715C7.17023 9.59894 7.23167 9.55761 7.28332 9.50554L9.50554 7.28332C9.61015 7.17871 9.66892 7.03682 9.66892 6.88888C9.66892 6.74093 9.61015 6.59904 9.50554 6.49443C9.40093 6.38982 9.25904 6.33105 9.1111 6.33105C8.96315 6.33105 8.82127 6.38982 8.71665 6.49443ZM8.15567 11L7.44456 11.7055C7.04536 12.1169 6.5087 12.3669 5.93695 12.4079C5.3652 12.4489 4.79836 12.278 4.34456 11.9278C4.10471 11.7301 3.90899 11.4844 3.77003 11.2064C3.63107 10.9284 3.55197 10.6243 3.53783 10.3139C3.5237 10.0034 3.57484 9.69341 3.68796 9.40394C3.80108 9.11447 3.97367 8.85194 4.19456 8.63332L4.98345 7.83888C5.03552 7.78723 5.07685 7.72578 5.10506 7.65808C5.13326 7.59038 5.14779 7.51777 5.14779 7.44443C5.14779 7.37109 5.13326 7.29848 5.10506 7.23078C5.07685 7.16308 5.03552 7.10163 4.98345 7.04999C4.93181 6.99791 4.87036 6.95658 4.80266 6.92838C4.73496 6.90018 4.66235 6.88565 4.58901 6.88565C4.51567 6.88565 4.44305 6.90018 4.37535 6.92838C4.30765 6.95658 4.24621 6.99791 4.19456 7.04999L3.48901 7.7611C2.89465 8.33666 2.52933 9.10833 2.46088 9.93286C2.39242 10.7574 2.62548 11.5787 3.11679 12.2444C3.40839 12.6227 3.77714 12.9346 4.19856 13.1595C4.61997 13.3843 5.0844 13.5169 5.561 13.5484C6.03759 13.5799 6.51544 13.5097 6.9628 13.3423C7.41016 13.175 7.81678 12.9143 8.15567 12.5778L8.94456 11.7889C9.04918 11.6843 9.10795 11.5424 9.10795 11.3944C9.10795 11.2465 9.04918 11.1046 8.94456 11C8.83995 10.8954 8.69806 10.8366 8.55012 10.8366C8.40217 10.8366 8.26029 10.8954 8.15567 11Z"
|
|
9
|
+
}, null, -1), c = [
|
|
10
|
+
n
|
|
11
|
+
];
|
|
12
|
+
function r(l, d) {
|
|
13
|
+
return C(), e("svg", t, c);
|
|
14
|
+
}
|
|
15
|
+
const L = { render: r };
|
|
16
|
+
export {
|
|
17
|
+
L as default,
|
|
18
|
+
r as render
|
|
19
|
+
};
|
|
@@ -1 +1,52 @@
|
|
|
1
|
-
|
|
1
|
+
import type { AllowedComponentProps } from 'vue';
|
|
2
|
+
import type { ComponentCustomProps } from 'vue';
|
|
3
|
+
import type { ComponentOptionsMixin } from 'vue';
|
|
4
|
+
import type { DefineComponent } from 'vue';
|
|
5
|
+
import type { ExtractPropTypes } from 'vue';
|
|
6
|
+
import type { VNodeProps } from 'vue';
|
|
7
|
+
|
|
8
|
+
export declare const UiAutocomplete: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
9
|
+
|
|
10
|
+
export declare const UiBadge: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
11
|
+
|
|
12
|
+
export declare const UiButton: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
13
|
+
|
|
14
|
+
export declare const UiCard: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
15
|
+
|
|
16
|
+
export declare const UiCheckbox: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
17
|
+
|
|
18
|
+
export declare const UiChip: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
19
|
+
|
|
20
|
+
export declare const UiDialog: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
21
|
+
|
|
22
|
+
export declare const UiFilterBadge: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
23
|
+
|
|
24
|
+
export declare const UiFilterButton: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
25
|
+
|
|
26
|
+
export declare const UiIcon: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
27
|
+
|
|
28
|
+
export declare const UiIconButton: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
29
|
+
|
|
30
|
+
export declare const UiInfoContent: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
31
|
+
|
|
32
|
+
export declare const UiInput: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
33
|
+
|
|
34
|
+
export declare const UiList: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
35
|
+
|
|
36
|
+
export declare const UiListItem: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
37
|
+
|
|
38
|
+
export declare const UiOverlay: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
39
|
+
|
|
40
|
+
export declare const UiOverlayMenu: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
41
|
+
|
|
42
|
+
export declare const UiSearchInput: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
43
|
+
|
|
44
|
+
export declare const UiSection: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
45
|
+
|
|
46
|
+
export declare const UiSkeletonBox: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
47
|
+
|
|
48
|
+
export declare const UiSpinner: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
49
|
+
|
|
50
|
+
export declare const UiToggleButton: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
51
|
+
|
|
52
|
+
export { }
|