@dpa-id-components/dpa-shared-components 1.8.0 → 1.9.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/audio-inline-92256dc7.mjs +19 -0
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +11 -0
- package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +26 -2
- package/dist/dpa-shared-components.mjs +7771 -10121
- package/dist/dpa-shared-components.umd.js +6 -6
- package/dist/graphic-inline-a41ad739.mjs +19 -0
- package/dist/picture-inline-0eb9c590.mjs +19 -0
- package/dist/style.css +1 -1
- package/dist/text-inline-cbb3242f.mjs +15 -0
- package/dist/video-inline-b961f9cd.mjs +19 -0
- package/package.json +2 -2
- package/dist/components/UiIconSearchInput/UiIconSearchInput.vue.d.ts +0 -30
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
viewBox: "0 0 16 16",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
+
}, l = /* @__PURE__ */ t("path", {
|
|
6
|
+
"fill-rule": "evenodd",
|
|
7
|
+
"clip-rule": "evenodd",
|
|
8
|
+
d: "M12 6.66671C12.3687 6.66671 12.6667 6.96537 12.6667 7.33337C12.6667 9.68004 10.9247 11.6214 8.66668 11.9467V13.4708C8.66668 13.839 8.3682 14.1375 8.00001 14.1375C7.63182 14.1375 7.33334 13.839 7.33334 13.4708V11.9467C5.07534 11.6214 3.33334 9.68004 3.33334 7.33337C3.33334 6.96537 3.63134 6.66671 4.00001 6.66671C4.36868 6.66671 4.66668 6.96537 4.66668 7.33337C4.66668 9.17137 6.16201 10.6667 8.00001 10.6667C9.83801 10.6667 11.3333 9.17137 11.3333 7.33337C11.3333 6.96537 11.6313 6.66671 12 6.66671ZM10.1667 7.33337C10.1667 8.5279 9.19453 9.50004 8.00001 9.50004C6.80549 9.50004 5.83334 8.5279 5.83334 7.33337V5.00004C5.83334 3.80552 6.80549 2.83337 8.00001 2.83337C9.19453 2.83337 10.1667 3.80552 10.1667 5.00004V7.33337Z"
|
|
9
|
+
}, null, -1), r = [
|
|
10
|
+
l
|
|
11
|
+
];
|
|
12
|
+
function C(c, d) {
|
|
13
|
+
return e(), o("svg", n, r);
|
|
14
|
+
}
|
|
15
|
+
const i = { render: C };
|
|
16
|
+
export {
|
|
17
|
+
i as default,
|
|
18
|
+
C as render
|
|
19
|
+
};
|
|
@@ -111,6 +111,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
111
111
|
required: true;
|
|
112
112
|
default: null;
|
|
113
113
|
};
|
|
114
|
+
activeState: {
|
|
115
|
+
type: __PropType<boolean | undefined>;
|
|
116
|
+
required: false;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
114
119
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "date-changed")[], "close" | "date-changed", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
115
120
|
definesRange: {
|
|
116
121
|
type: __PropType<boolean | undefined>;
|
|
@@ -217,6 +222,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
217
222
|
required: true;
|
|
218
223
|
default: null;
|
|
219
224
|
};
|
|
225
|
+
activeState: {
|
|
226
|
+
type: __PropType<boolean | undefined>;
|
|
227
|
+
required: false;
|
|
228
|
+
default: boolean;
|
|
229
|
+
};
|
|
220
230
|
}>> & {
|
|
221
231
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
222
232
|
"onDate-changed"?: ((...args: any[]) => any) | undefined;
|
|
@@ -242,5 +252,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
242
252
|
firstAvailableDate: number | undefined;
|
|
243
253
|
maxDate: Date | undefined;
|
|
244
254
|
autoRange: number | null;
|
|
255
|
+
activeState: boolean | undefined;
|
|
245
256
|
}>;
|
|
246
257
|
export default _sfc_main;
|
|
@@ -20,7 +20,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
20
20
|
required: false;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
isClickable: {
|
|
24
|
+
type: __PropType<boolean | undefined>;
|
|
25
|
+
required: false;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
iconMargin: {
|
|
29
|
+
type: __PropType<"small" | "wide" | undefined>;
|
|
30
|
+
required: false;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
34
|
color: {
|
|
25
35
|
type: __PropType<string | undefined>;
|
|
26
36
|
required: false;
|
|
@@ -41,10 +51,24 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
41
51
|
required: false;
|
|
42
52
|
default: string;
|
|
43
53
|
};
|
|
44
|
-
|
|
54
|
+
isClickable: {
|
|
55
|
+
type: __PropType<boolean | undefined>;
|
|
56
|
+
required: false;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
iconMargin: {
|
|
60
|
+
type: __PropType<"small" | "wide" | undefined>;
|
|
61
|
+
required: false;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
}>> & {
|
|
65
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
}, {
|
|
45
67
|
fill: string | undefined;
|
|
46
68
|
color: string | undefined;
|
|
47
69
|
size: "small" | "medium" | "large" | "xl" | undefined;
|
|
48
70
|
iconIsFilled: boolean | undefined;
|
|
71
|
+
isClickable: boolean | undefined;
|
|
72
|
+
iconMargin: "small" | "wide" | undefined;
|
|
49
73
|
}>;
|
|
50
74
|
export default _sfc_main;
|