@dpa-id-components/dpa-shared-components 9.1.1-0 → 9.1.2
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/UiBadge/UiBadge.stories.d.ts +7 -7
- package/dist/components/UiBadge/UiBadge.vue.d.ts +3 -3
- package/dist/components/UiButton/UiButton.stories.d.ts +38 -38
- package/dist/components/UiButton/UiButton.vue.d.ts +4 -4
- package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +19 -19
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +1 -1
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +14 -14
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +46 -46
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +28 -28
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +4 -4
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +66 -66
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +6 -6
- package/dist/components/UiList/UiList.stories.d.ts +57 -57
- package/dist/components/UiListItem/UiListItem.stories.d.ts +38 -38
- package/dist/components/UiListItem/UiListItem.vue.d.ts +1 -1
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +38 -38
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +66 -66
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +3 -3
- package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +19 -19
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +1 -1
- package/dist/components/index.d.ts +1 -2
- package/dist/dpa-shared-components.mjs +6024 -6376
- package/dist/dpa-shared-components.umd.js +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -7,10 +7,6 @@ declare const meta: {
|
|
|
7
7
|
type: import("vue").PropType<"small" | "large">;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
|
-
color: {
|
|
11
|
-
type: import("vue").PropType<"blue" | "green">;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
10
|
modelValue: {
|
|
15
11
|
type: import("vue").PropType<boolean>;
|
|
16
12
|
default: boolean;
|
|
@@ -19,6 +15,10 @@ declare const meta: {
|
|
|
19
15
|
type: import("vue").PropType<boolean>;
|
|
20
16
|
default: boolean;
|
|
21
17
|
};
|
|
18
|
+
color: {
|
|
19
|
+
type: import("vue").PropType<"blue" | "green">;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
22
|
labelText: {
|
|
23
23
|
type: import("vue").PropType<string>;
|
|
24
24
|
default: string;
|
|
@@ -40,10 +40,6 @@ declare const meta: {
|
|
|
40
40
|
type: import("vue").PropType<"small" | "large">;
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
|
-
color: {
|
|
44
|
-
type: import("vue").PropType<"blue" | "green">;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
43
|
modelValue: {
|
|
48
44
|
type: import("vue").PropType<boolean>;
|
|
49
45
|
default: boolean;
|
|
@@ -52,6 +48,10 @@ declare const meta: {
|
|
|
52
48
|
type: import("vue").PropType<boolean>;
|
|
53
49
|
default: boolean;
|
|
54
50
|
};
|
|
51
|
+
color: {
|
|
52
|
+
type: import("vue").PropType<"blue" | "green">;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
55
|
labelText: {
|
|
56
56
|
type: import("vue").PropType<string>;
|
|
57
57
|
default: string;
|
|
@@ -68,9 +68,9 @@ declare const meta: {
|
|
|
68
68
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}, {
|
|
70
70
|
size: "small" | "large";
|
|
71
|
-
color: "blue" | "green";
|
|
72
71
|
modelValue: boolean;
|
|
73
72
|
disabled: boolean;
|
|
73
|
+
color: "blue" | "green";
|
|
74
74
|
labelText: string;
|
|
75
75
|
labelSpace: "default" | "xl";
|
|
76
76
|
labelPosition: "left" | "right";
|
|
@@ -86,10 +86,6 @@ declare const meta: {
|
|
|
86
86
|
type: import("vue").PropType<"small" | "large">;
|
|
87
87
|
default: string;
|
|
88
88
|
};
|
|
89
|
-
color: {
|
|
90
|
-
type: import("vue").PropType<"blue" | "green">;
|
|
91
|
-
default: string;
|
|
92
|
-
};
|
|
93
89
|
modelValue: {
|
|
94
90
|
type: import("vue").PropType<boolean>;
|
|
95
91
|
default: boolean;
|
|
@@ -98,6 +94,10 @@ declare const meta: {
|
|
|
98
94
|
type: import("vue").PropType<boolean>;
|
|
99
95
|
default: boolean;
|
|
100
96
|
};
|
|
97
|
+
color: {
|
|
98
|
+
type: import("vue").PropType<"blue" | "green">;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
101
101
|
labelText: {
|
|
102
102
|
type: import("vue").PropType<string>;
|
|
103
103
|
default: string;
|
|
@@ -114,9 +114,9 @@ declare const meta: {
|
|
|
114
114
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
115
115
|
}, {}, {}, {}, {}, {
|
|
116
116
|
size: "small" | "large";
|
|
117
|
-
color: "blue" | "green";
|
|
118
117
|
modelValue: boolean;
|
|
119
118
|
disabled: boolean;
|
|
119
|
+
color: "blue" | "green";
|
|
120
120
|
labelText: string;
|
|
121
121
|
labelSpace: "default" | "xl";
|
|
122
122
|
labelPosition: "left" | "right";
|
|
@@ -129,10 +129,6 @@ declare const meta: {
|
|
|
129
129
|
type: import("vue").PropType<"small" | "large">;
|
|
130
130
|
default: string;
|
|
131
131
|
};
|
|
132
|
-
color: {
|
|
133
|
-
type: import("vue").PropType<"blue" | "green">;
|
|
134
|
-
default: string;
|
|
135
|
-
};
|
|
136
132
|
modelValue: {
|
|
137
133
|
type: import("vue").PropType<boolean>;
|
|
138
134
|
default: boolean;
|
|
@@ -141,6 +137,10 @@ declare const meta: {
|
|
|
141
137
|
type: import("vue").PropType<boolean>;
|
|
142
138
|
default: boolean;
|
|
143
139
|
};
|
|
140
|
+
color: {
|
|
141
|
+
type: import("vue").PropType<"blue" | "green">;
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
144
144
|
labelText: {
|
|
145
145
|
type: import("vue").PropType<string>;
|
|
146
146
|
default: string;
|
|
@@ -159,9 +159,9 @@ declare const meta: {
|
|
|
159
159
|
"update:modelValue": (...args: any[]) => void;
|
|
160
160
|
}, string, {
|
|
161
161
|
size: "small" | "large";
|
|
162
|
-
color: "blue" | "green";
|
|
163
162
|
modelValue: boolean;
|
|
164
163
|
disabled: boolean;
|
|
164
|
+
color: "blue" | "green";
|
|
165
165
|
labelText: string;
|
|
166
166
|
labelSpace: "default" | "xl";
|
|
167
167
|
labelPosition: "left" | "right";
|
|
@@ -36,9 +36,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
36
36
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
37
37
|
}, {
|
|
38
38
|
size: "small" | "large";
|
|
39
|
-
color: "blue" | "green";
|
|
40
39
|
modelValue: boolean;
|
|
41
40
|
disabled: boolean;
|
|
41
|
+
color: "blue" | "green";
|
|
42
42
|
labelText: string;
|
|
43
43
|
labelSpace: "default" | "xl";
|
|
44
44
|
labelPosition: "left" | "right";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import DpaEventItem from "./DpaEventItem/DpaEventItem.vue";
|
|
2
1
|
import DpaMediaItem from "./DpaMediaItem/DpaMediaItem.vue";
|
|
3
2
|
import UiAutocomplete from "./UiAutocomplete/UiAutocomplete.vue";
|
|
4
3
|
import UiBadge from "./UiBadge/UiBadge.vue";
|
|
@@ -36,4 +35,4 @@ import UiSearchBar from "./UiSearchBar/UiSearchBar.vue";
|
|
|
36
35
|
import UiSimpleInput from "./UiSimpleInput/UiSimpleInput.vue";
|
|
37
36
|
import UiColorPicker from "./UiColorPicker/UiColorPicker.vue";
|
|
38
37
|
import UiTextButton from "./UiTextButton/UiTextButton.vue";
|
|
39
|
-
export {
|
|
38
|
+
export { DpaMediaItem, UiAutocomplete, UiBadge, UiButton, UiButtonGroup, UiCard, UiCheckbox, UiCheckBoxGroup, UiChip, UiCollapseNavigation, UiDatePicker, UiDialog, UiFilterBadge, UiFilterBadgeButton, UiFilterButton, UiIcon, UiIconButton, UiInfoContent, UiInput, UiList, UiListItem, UiMenu, UiOverlay, UiOverlayMenu, UiRadioInputGroup, UiSection, UiSectionDivider, UiSkeletonBox, UiSpinner, UiSnackbar, UiToggleButton, UiTooltip, UiSearchInput, UiSearchBar, UiSimpleInput, UiColorPicker, UiTextButton, };
|