@dpa-id-components/dpa-shared-components 4.2.1 → 4.2.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.
|
@@ -5,7 +5,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
5
5
|
label: string;
|
|
6
6
|
imageSrc?: string | undefined;
|
|
7
7
|
selected: boolean;
|
|
8
|
-
value:
|
|
8
|
+
value: any;
|
|
9
9
|
}[]>;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
@@ -95,7 +95,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
95
95
|
label: string;
|
|
96
96
|
imageSrc?: string | undefined;
|
|
97
97
|
selected: boolean;
|
|
98
|
-
value:
|
|
98
|
+
value: any;
|
|
99
99
|
}[]>;
|
|
100
100
|
required: true;
|
|
101
101
|
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
+
}, r = /* @__PURE__ */ o("path", { d: "M3.51471 12L12 3.51472L20.4853 12L12 20.4853L3.51471 12Z" }, null, -1), c = [
|
|
6
|
+
r
|
|
7
|
+
];
|
|
8
|
+
function s(l, d) {
|
|
9
|
+
return e(), t("svg", n, c);
|
|
10
|
+
}
|
|
11
|
+
const i = { render: s };
|
|
12
|
+
export {
|
|
13
|
+
i as default,
|
|
14
|
+
s as render
|
|
15
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
+
}, l = /* @__PURE__ */ o("path", {
|
|
6
|
+
"fill-rule": "evenodd",
|
|
7
|
+
"clip-rule": "evenodd",
|
|
8
|
+
d: "M12 6.34315L6.34314 12L12 17.6569L17.6568 12L12 6.34315ZM3.51471 12L12 20.4853L20.4853 12L12 3.51472L3.51471 12Z"
|
|
9
|
+
}, null, -1), r = [
|
|
10
|
+
l
|
|
11
|
+
];
|
|
12
|
+
function c(d, s) {
|
|
13
|
+
return e(), t("svg", n, r);
|
|
14
|
+
}
|
|
15
|
+
const L = { render: c };
|
|
16
|
+
export {
|
|
17
|
+
L as default,
|
|
18
|
+
c as render
|
|
19
|
+
};
|