@everchron/ec-shards 19.9.1 → 19.10.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/collapse-C2FEO676.js +27 -0
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.js +1126 -810
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/expand-CfBCyWQO.js +27 -0
- package/package.json +1 -1
- package/dist/collapse-C0yn_h3z.js +0 -14
- package/dist/expand-V894Boou.js +0 -39
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { createElementBlock as e, createElementVNode as t, openBlock as n } from "vue";
|
|
2
|
+
//#region src/assets/icons/expand.svg
|
|
3
|
+
var r = {
|
|
4
|
+
width: "30",
|
|
5
|
+
height: "30",
|
|
6
|
+
viewBox: "0 0 30 30",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function i(i, a) {
|
|
11
|
+
return n(), e("svg", r, [...a[0] ||= [t("path", {
|
|
12
|
+
d: "M22 16.5L23 7L13.8 8",
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
"stroke-linecap": "round",
|
|
15
|
+
"stroke-linejoin": "round",
|
|
16
|
+
"vector-effect": "non-scaling-stroke"
|
|
17
|
+
}, null, -1), t("path", {
|
|
18
|
+
d: "M16.2 22L7 23L8 13.8",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
"stroke-linecap": "round",
|
|
21
|
+
"stroke-linejoin": "round",
|
|
22
|
+
"vector-effect": "non-scaling-stroke"
|
|
23
|
+
}, null, -1)]]);
|
|
24
|
+
}
|
|
25
|
+
var a = { render: i };
|
|
26
|
+
//#endregion
|
|
27
|
+
export { a as default, i as render };
|
package/package.json
CHANGED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as e, createStaticVNode as t, openBlock as n } from "vue";
|
|
2
|
-
//#region src/assets/icons/collapse.svg
|
|
3
|
-
var r = {
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
width: "30",
|
|
6
|
-
height: "30",
|
|
7
|
-
viewBox: "0 0 30 30"
|
|
8
|
-
};
|
|
9
|
-
function i(i, a) {
|
|
10
|
-
return n(), e("svg", r, [...a[0] ||= [t("<g vector-effect=\"non-scaling-stroke\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline vector-effect=\"non-scaling-stroke\" stroke=\"currentColor\" points=\"24 13.2 24 6 16.8 6\" transform=\"rotate(180 20.4 9.6)\"></polyline><line vector-effect=\"non-scaling-stroke\" x1=\"6\" x2=\"12.984\" y1=\"24\" y2=\"17.016\" stroke=\"currentColor\"></line><line vector-effect=\"non-scaling-stroke\" x1=\"17.003\" x2=\"24\" y1=\"12.997\" y2=\"6\" stroke=\"currentColor\"></line><polyline vector-effect=\"non-scaling-stroke\" stroke=\"currentColor\" points=\"13.2 24 6 24 6 16.8\" transform=\"rotate(180 9.6 20.4)\"></polyline></g>", 1)]]);
|
|
11
|
-
}
|
|
12
|
-
var a = { render: i };
|
|
13
|
-
//#endregion
|
|
14
|
-
export { a as default, i as render };
|
package/dist/expand-V894Boou.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as e, createElementVNode as t, openBlock as n } from "vue";
|
|
2
|
-
//#region src/assets/icons/expand.svg
|
|
3
|
-
var r = {
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
width: "30",
|
|
6
|
-
height: "30",
|
|
7
|
-
viewBox: "0 0 30 30"
|
|
8
|
-
};
|
|
9
|
-
function i(i, a) {
|
|
10
|
-
return n(), e("svg", r, [...a[0] ||= [t("g", {
|
|
11
|
-
"vector-effect": "non-scaling-stroke",
|
|
12
|
-
fill: "none",
|
|
13
|
-
"fill-rule": "evenodd",
|
|
14
|
-
"stroke-linecap": "round",
|
|
15
|
-
"stroke-linejoin": "round"
|
|
16
|
-
}, [
|
|
17
|
-
t("polyline", {
|
|
18
|
-
"vector-effect": "non-scaling-stroke",
|
|
19
|
-
stroke: "currentColor",
|
|
20
|
-
points: "24 13.2 24 6 16.8 6"
|
|
21
|
-
}),
|
|
22
|
-
t("line", {
|
|
23
|
-
"vector-effect": "non-scaling-stroke",
|
|
24
|
-
x1: "6",
|
|
25
|
-
x2: "24",
|
|
26
|
-
y1: "24",
|
|
27
|
-
y2: "6",
|
|
28
|
-
stroke: "currentColor"
|
|
29
|
-
}),
|
|
30
|
-
t("polyline", {
|
|
31
|
-
"vector-effect": "non-scaling-stroke",
|
|
32
|
-
stroke: "currentColor",
|
|
33
|
-
points: "13.2 24 6 24 6 16.8"
|
|
34
|
-
})
|
|
35
|
-
], -1)]]);
|
|
36
|
-
}
|
|
37
|
-
var a = { render: i };
|
|
38
|
-
//#endregion
|
|
39
|
-
export { a as default, i as render };
|