vue-form-craft 2.0.8 → 2.0.9
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 +35 -35
- package/dist/{add-p11_Mq6I.mjs → add-fQsm9aSe.mjs} +4 -4
- package/dist/{button-2L4sQbcF.mjs → button-sRsxbjhX.mjs} +8 -8
- package/dist/{card-VExlyz4U.mjs → card-2Sde-qrm.mjs} +9 -9
- package/dist/{cascader-z6IKM9UK.mjs → cascader-cf4URaR_.mjs} +6 -6
- package/dist/{checkbox-yNPJ8qYi.mjs → checkbox-d1zTfN_P.mjs} +3 -3
- package/dist/{colorPicker-z_lin8_I.mjs → colorPicker-2QobUGzL.mjs} +3 -3
- package/dist/{delete-1SvzVTbr.mjs → delete-mGtgPfDX.mjs} +3 -3
- package/dist/{design-WKx3zQwX.mjs → design-WH8_FHQS.mjs} +9 -9
- package/dist/{document--_l9QFQD.mjs → document-bNKH-8gg.mjs} +10 -10
- package/dist/{formList-atCsyuae.mjs → formList-z6knSHFg.mjs} +3 -3
- package/dist/{github-EYH7OvuW.mjs → github-MS_zwzyu.mjs} +3 -3
- package/dist/{help-7QTvxHGD.mjs → help-nuAIm-0D.mjs} +4 -4
- package/dist/{input-Ax5GZ_3m.mjs → input-QwISMrus.mjs} +7 -7
- package/dist/{inputNumber-tjrWwhYh.mjs → inputNumber-v8-jRW5K.mjs} +6 -6
- package/dist/{itemGroup-_pk32Tek.mjs → itemGroup-c6GAclKe.mjs} +8 -8
- package/dist/{jsonEdit-lSFb3exj.mjs → jsonEdit-na1M8FBF.mjs} +6 -6
- package/dist/{library-GoCEjkGV.mjs → library-8FpmI4ZZ.mjs} +7 -7
- package/dist/{move-bT8kmQQI.mjs → move-T5V88r9L.mjs} +4 -4
- package/dist/{password-dX9y32xh.mjs → password-_oEaixKz.mjs} +4 -4
- package/dist/{radio-_KNbVZBb.mjs → radio-Q3gkn2rF.mjs} +9 -9
- package/dist/{reduce-secRXzRj.mjs → reduce-wqVqFITU.mjs} +3 -3
- package/dist/{release-af8zh-qA.mjs → release-_hJG5Gmj.mjs} +11369 -11178
- package/dist/{select-aRlLKCIz.mjs → select-4vgjgVSN.mjs} +3 -3
- package/dist/{switch-Io1ebRTH.mjs → switch-Ajq21m1k.mjs} +3 -3
- package/dist/{textarea-e_ntYTpi.mjs → textarea-xzZTbcB0.mjs} +6 -6
- package/dist/vue-form-craft.mjs +1 -1
- package/dist/vue-form-craft.umd.js +85 -85
- package/package.json +47 -47
package/README.md
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
# vue-form-craft
|
|
2
|
-
|
|
3
|
-
This template should help get you started developing with Vue 3 in Vite.
|
|
4
|
-
|
|
5
|
-
## Recommended IDE Setup
|
|
6
|
-
|
|
7
|
-
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
|
8
|
-
|
|
9
|
-
## Customize configuration
|
|
10
|
-
|
|
11
|
-
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
|
12
|
-
|
|
13
|
-
## Project Setup
|
|
14
|
-
|
|
15
|
-
```sh
|
|
16
|
-
npm install
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
### Compile and Hot-Reload for Development
|
|
20
|
-
|
|
21
|
-
```sh
|
|
22
|
-
npm run dev
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
### Compile and Minify for Production
|
|
26
|
-
|
|
27
|
-
```sh
|
|
28
|
-
npm run build
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
### Lint with [ESLint](https://eslint.org/)
|
|
32
|
-
|
|
33
|
-
```sh
|
|
34
|
-
npm run lint
|
|
35
|
-
```
|
|
1
|
+
# vue-form-craft
|
|
2
|
+
|
|
3
|
+
This template should help get you started developing with Vue 3 in Vite.
|
|
4
|
+
|
|
5
|
+
## Recommended IDE Setup
|
|
6
|
+
|
|
7
|
+
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
|
8
|
+
|
|
9
|
+
## Customize configuration
|
|
10
|
+
|
|
11
|
+
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
|
12
|
+
|
|
13
|
+
## Project Setup
|
|
14
|
+
|
|
15
|
+
```sh
|
|
16
|
+
npm install
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
### Compile and Hot-Reload for Development
|
|
20
|
+
|
|
21
|
+
```sh
|
|
22
|
+
npm run dev
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### Compile and Minify for Production
|
|
26
|
+
|
|
27
|
+
```sh
|
|
28
|
+
npm run build
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
### Lint with [ESLint](https://eslint.org/)
|
|
32
|
+
|
|
33
|
+
```sh
|
|
34
|
+
npm run lint
|
|
35
|
+
```
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
import { _ as c } from "./release-
|
|
2
|
+
import { _ as c } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const s = {}, r = {
|
|
4
4
|
t: "1703839194022",
|
|
5
5
|
class: "icon",
|
|
@@ -21,10 +21,10 @@ const s = {}, r = {
|
|
|
21
21
|
), _ = [
|
|
22
22
|
n
|
|
23
23
|
];
|
|
24
|
-
function d
|
|
24
|
+
function i(d, a) {
|
|
25
25
|
return e(), t("svg", r, [..._]);
|
|
26
26
|
}
|
|
27
|
-
const
|
|
27
|
+
const f = /* @__PURE__ */ c(s, [["render", i], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/add.vue"]]);
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
f as default
|
|
30
30
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as t, createElementBlock as e, createElementVNode as c } from "vue";
|
|
2
|
-
import { _ as o } from "./release-
|
|
2
|
+
import { _ as o } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const s = {}, n = {
|
|
4
4
|
t: "1704360061247",
|
|
5
5
|
class: "icon",
|
|
@@ -9,7 +9,7 @@ const s = {}, n = {
|
|
|
9
9
|
"p-id": "4770",
|
|
10
10
|
width: "200",
|
|
11
11
|
height: "200"
|
|
12
|
-
},
|
|
12
|
+
}, i = /* @__PURE__ */ c(
|
|
13
13
|
"path",
|
|
14
14
|
{
|
|
15
15
|
d: "M329.4 460.5c10-2.3 16.3-12.2 14.1-22.3-4.7-21.1-5.5-42.7-2.1-64.3 14.6-94.2 103.1-159.1 197.4-144.5 22.2 3.4 43.2 11 62.3 22.4 8.9 5.3 20.3 2.4 25.5-6.4 5.3-8.8 2.4-20.3-6.4-25.6-23.3-13.9-48.7-23.1-75.7-27.3-114.5-17.7-222.2 61-239.9 175.6-4 26.2-3.2 52.5 2.6 78.2 1.9 8.7 9.6 14.6 18.2 14.6 1.3 0.1 2.7-0.1 4-0.4z",
|
|
@@ -19,7 +19,7 @@ const s = {}, n = {
|
|
|
19
19
|
null,
|
|
20
20
|
-1
|
|
21
21
|
/* HOISTED */
|
|
22
|
-
),
|
|
22
|
+
), r = /* @__PURE__ */ c(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
25
|
d: "M847.9 599.4c0-26.6-10.5-50.1-28-66.4 17.6-40.7 27.5-85.5 27.5-132.7 0-184.8-150.3-335.1-335.1-335.1S177.2 215.5 177.2 400.3c0 110.7 54.1 208.8 137 269.9 0.6 3.3 1.3 6.6 2.3 9.9 3.2 10.8 7.5 20.4 13 28.8 30.1 45.8 64.1 97.7 97.9 148.3 34.2 51.2 83.8 83.1 147.2 94.7 8 1.4 15.3 2.4 22.3 3.3 3.4 0.5 6.8 0.9 10.2 1.4 2.7 0.4 5.3 0.6 8 0.6h37.8c3 0 6-0.2 8.9-0.7 3.3-0.5 6.7-1.1 10-1.6 5.7-0.9 11.5-1.8 17.2-2.8 80.2-13.8 140.7-74.1 154.3-153.7 2.8-15.9 4.2-32 4.3-47.7 0.2-59.7 0.2-67.2 0.2-91.4 0.1-12.3 0.1-29.1 0.1-59.9z m-614.8-199c0-154.2 125-279.2 279.3-279.2 154.2 0 279.2 125 279.2 279.2 0 39.1-8.2 76.3-22.7 110.1-2.6-0.2-5.2-0.4-7.9-0.4-8.1 0-16 1.1-23.5 3.2-8.7-8.2-19.1-14.7-30.8-18.7-1.9-0.6-3.9-1.2-5.8-1.7 9.2-18.6 15.9-38.8 19.2-60.4 7.2-46.4-1-92.7-23.7-133.7-5-9-16.3-12.3-25.3-7.3-9 5-12.3 16.3-7.3 25.3 18.7 33.8 25.4 71.8 19.5 110-3.7 24.1-12.4 46.2-24.7 65.5-1.1 0.3-2.3 0.4-3.3 0.7-7.7-7-16.9-12.8-27.4-17.3-8-4.2-17-6.5-26.2-6.5h-1.9v-65c0-45.4-30.1-80.6-75-87.7-4.2-0.7-8.4-1-12.5-1-43.9 0-82.4 35.3-85.9 78.6-0.4 5.6-0.4 10.2-0.4 14V550c-17.4-10-33.1-22.9-46.2-38.6-6.6-7.9-18.3-8.9-26.2-2.3-7.9 6.6-8.9 18.3-2.3 26.2 9.1 10.9 19.3 20.6 30.2 29.3-22.6 5.8-42.5 20.2-54.8 40.5-0.5 0.8-0.8 1.6-1.3 2.4-56.8-51.1-92.3-125-92.3-207.1z m558.8 350.2c0 12.8-1.3 25.9-3.5 38.6-9.6 56.2-52.1 98.3-108.5 108-8.9 1.5-17.8 2.8-26.8 4.3h-37.8c-10.1-1.5-20.4-2.6-30.5-4.4-46.5-8.5-84.3-31-110.8-70.7-32.8-49.2-65.3-98.5-97.7-147.9-2.7-4.2-4.7-9-6.1-13.8-6.1-20.9 6.2-42.4 26.8-46.4 3-0.6 5.9-0.9 8.6-0.9 12.5 0 23.1 5.6 31.3 16.2 13.6 17.6 26.4 35.7 39.6 53.6l4.2 5.7c0.3-0.2 0.7-0.3 1.1-0.4v-5-279.2c0-3.2 0-6.3 0.2-9.5 1.2-14.7 15.6-27.2 30.2-27.2 1.3 0 2.6 0.1 3.9 0.3 17.4 2.7 27.8 14.8 27.8 32.5 0 49.7 0 132.9 0.1 182.6 0 2.6 0.2 5.3 0.9 7.7 1.3 4 4.3 6.2 8.6 6.5h0.9c4.1 0 7.2-2.1 8.8-5.7 1-2.3 1.1-5.1 1.1-7.7v-22.5-6.6c0-11.2 3.8-21 13.3-27.6 3.5-2.4 7.7-3.9 11.6-5.8h12.6c0.5 0.3 0.8 0.7 1.3 0.9 16.3 5.6 23.9 16.2 23.9 33.4v22.2-16.4 22.2c0 1.6-0.1 3.2 0.1 4.7 0.7 5.4 4.8 8.9 10 8.9h1c5.5-0.5 8.7-4.2 9-11.1v-0.2-1.2-10.6c0.2-7.3 2-14.2 6.7-20.2 6.2-7.8 15.2-12.1 24.6-12.1 3.4 0 6.9 0.6 10.2 1.7 12.9 4.4 21.2 17 21.2 31.9v28c0 1.9 0 3.9 0.2 5.8 0.6 5.1 3.9 7.7 8.6 8.6 0.5 0.1 1 0.1 1.5 0.1 3.7 0 7.7-2.6 8.9-6.3 0.8-2.4 1-5.1 1-7.7V602v11.3s0.1-3.4 0.1-13.2c0-5.4 1-11.3 3.2-16.3 4.7-11.1 16-17.8 27.7-17.8 2.2 0 4.3 0.2 6.4 0.7 15.1 3.3 24.6 16.1 24.6 32.7 0 90.3 0.1 60.8-0.1 151.2z",
|
|
@@ -30,13 +30,13 @@ const s = {}, n = {
|
|
|
30
30
|
-1
|
|
31
31
|
/* HOISTED */
|
|
32
32
|
), _ = [
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
i,
|
|
34
|
+
r
|
|
35
35
|
];
|
|
36
|
-
function l
|
|
36
|
+
function h(l, d) {
|
|
37
37
|
return t(), e("svg", n, [..._]);
|
|
38
38
|
}
|
|
39
|
-
const
|
|
39
|
+
const p = /* @__PURE__ */ o(s, [["render", h], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/button.vue"]]);
|
|
40
40
|
export {
|
|
41
|
-
|
|
41
|
+
p as default
|
|
42
42
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as c, createElementBlock as e, createElementVNode as t } from "vue";
|
|
2
|
-
import { _ as o } from "./release-
|
|
2
|
+
import { _ as o } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const s = {}, i = {
|
|
4
4
|
t: "1703055882491",
|
|
5
5
|
class: "icon",
|
|
@@ -29,7 +29,7 @@ const s = {}, i = {
|
|
|
29
29
|
null,
|
|
30
30
|
-1
|
|
31
31
|
/* HOISTED */
|
|
32
|
-
),
|
|
32
|
+
), _ = /* @__PURE__ */ t(
|
|
33
33
|
"path",
|
|
34
34
|
{
|
|
35
35
|
d: "M1001.946877 876.979182H22.053123c-12.49677 0-22.053123-9.556353-22.053123-22.053123V169.073941c0-12.49677 9.556353-22.053123 22.053123-22.053123h979.893754c12.49677 0 22.053123 9.556353 22.053123 22.053123v685.852118c0 12.49677-9.556353 22.053123-22.053123 22.053123zM44.106246 832.872936h935.787508V191.127064H44.106246v641.745872z",
|
|
@@ -39,7 +39,7 @@ const s = {}, i = {
|
|
|
39
39
|
null,
|
|
40
40
|
-1
|
|
41
41
|
/* HOISTED */
|
|
42
|
-
),
|
|
42
|
+
), d = /* @__PURE__ */ t(
|
|
43
43
|
"path",
|
|
44
44
|
{
|
|
45
45
|
d: "M1001.946877 410.923187H22.053123c-12.49677 0-22.053123-9.556353-22.053123-22.053122V169.073941c0-12.49677 9.556353-22.053123 22.053123-22.053123h979.893754c12.49677 0 22.053123 9.556353 22.053123 22.053123v219.796124c0 12.49677-9.556353 22.053123-22.053123 22.053122zM44.106246 366.816942h935.787508V191.127064H44.106246v175.689878z",
|
|
@@ -49,16 +49,16 @@ const s = {}, i = {
|
|
|
49
49
|
null,
|
|
50
50
|
-1
|
|
51
51
|
/* HOISTED */
|
|
52
|
-
),
|
|
52
|
+
), h = [
|
|
53
53
|
l,
|
|
54
54
|
n,
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
_,
|
|
56
|
+
d
|
|
57
57
|
];
|
|
58
|
-
function
|
|
59
|
-
return c(), e("svg", i, [...
|
|
58
|
+
function r(p, a) {
|
|
59
|
+
return c(), e("svg", i, [...h]);
|
|
60
60
|
}
|
|
61
|
-
const m = /* @__PURE__ */ o(s, [["render",
|
|
61
|
+
const m = /* @__PURE__ */ o(s, [["render", r], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/card.vue"]]);
|
|
62
62
|
export {
|
|
63
63
|
m as default
|
|
64
64
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { openBlock as t, createElementBlock as
|
|
2
|
-
import { _ as
|
|
1
|
+
import { openBlock as t, createElementBlock as c, createElementVNode as e } from "vue";
|
|
2
|
+
import { _ as o } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const s = {}, r = {
|
|
4
4
|
t: "1703599079424",
|
|
5
5
|
class: "icon",
|
|
@@ -31,10 +31,10 @@ const s = {}, r = {
|
|
|
31
31
|
n,
|
|
32
32
|
_
|
|
33
33
|
];
|
|
34
|
-
function d
|
|
35
|
-
return t(),
|
|
34
|
+
function h(d, v) {
|
|
35
|
+
return t(), c("svg", r, [...i]);
|
|
36
36
|
}
|
|
37
|
-
const
|
|
37
|
+
const p = /* @__PURE__ */ o(s, [["render", h], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/cascader.vue"]]);
|
|
38
38
|
export {
|
|
39
|
-
|
|
39
|
+
p as default
|
|
40
40
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as c, createElementBlock as e, createElementVNode as o } from "vue";
|
|
2
|
-
import { _ as t } from "./release-
|
|
2
|
+
import { _ as t } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const s = {}, l = {
|
|
4
4
|
t: "1703597650364",
|
|
5
5
|
class: "icon",
|
|
@@ -22,10 +22,10 @@ const s = {}, l = {
|
|
|
22
22
|
), n = [
|
|
23
23
|
r
|
|
24
24
|
];
|
|
25
|
-
function i(_,
|
|
25
|
+
function i(_, h) {
|
|
26
26
|
return c(), e("svg", l, [...n]);
|
|
27
27
|
}
|
|
28
|
-
const a = /* @__PURE__ */ t(s, [["render", i], ["__file", "C:/Users/33075/Desktop/
|
|
28
|
+
const a = /* @__PURE__ */ t(s, [["render", i], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/checkbox.vue"]]);
|
|
29
29
|
export {
|
|
30
30
|
a as default
|
|
31
31
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
import { _ as c } from "./release-
|
|
2
|
+
import { _ as c } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const r = {}, s = {
|
|
4
4
|
t: "1703684587275",
|
|
5
5
|
class: "icon",
|
|
@@ -25,7 +25,7 @@ const r = {}, s = {
|
|
|
25
25
|
function _(a, l) {
|
|
26
26
|
return e(), o("svg", s, [...n]);
|
|
27
27
|
}
|
|
28
|
-
const
|
|
28
|
+
const m = /* @__PURE__ */ c(r, [["render", _], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/colorPicker.vue"]]);
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
m as default
|
|
31
31
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as e, createElementBlock as t, createElementVNode as c } from "vue";
|
|
2
|
-
import { _ as f } from "./release-
|
|
2
|
+
import { _ as f } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const l = {}, s = {
|
|
4
4
|
t: "1703838633965",
|
|
5
5
|
class: "icon",
|
|
@@ -55,10 +55,10 @@ const l = {}, s = {
|
|
|
55
55
|
n,
|
|
56
56
|
_
|
|
57
57
|
];
|
|
58
|
-
function r(
|
|
58
|
+
function r(h, p) {
|
|
59
59
|
return e(), t("svg", s, [...d]);
|
|
60
60
|
}
|
|
61
|
-
const u = /* @__PURE__ */ f(l, [["render", r], ["__file", "C:/Users/33075/Desktop/
|
|
61
|
+
const u = /* @__PURE__ */ f(l, [["render", r], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/delete.vue"]]);
|
|
62
62
|
export {
|
|
63
63
|
u as default
|
|
64
64
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as t, createElementBlock as l, createElementVNode as f } from "vue";
|
|
2
|
-
import { _ as e } from "./release-
|
|
2
|
+
import { _ as e } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const o = {}, s = {
|
|
4
4
|
t: "1704174941122",
|
|
5
5
|
class: "icon",
|
|
@@ -29,7 +29,7 @@ const o = {}, s = {
|
|
|
29
29
|
null,
|
|
30
30
|
-1
|
|
31
31
|
/* HOISTED */
|
|
32
|
-
),
|
|
32
|
+
), c = /* @__PURE__ */ f(
|
|
33
33
|
"path",
|
|
34
34
|
{
|
|
35
35
|
d: "M739.555556 136.533333L887.466667 284.444444 284.444444 887.466667 136.533333 739.555556 739.555556 136.533333M739.555556 56.888889L56.888889 739.555556l227.555555 227.555555L967.111111 284.444444l-227.555555-227.555555z",
|
|
@@ -39,7 +39,7 @@ const o = {}, s = {
|
|
|
39
39
|
null,
|
|
40
40
|
-1
|
|
41
41
|
/* HOISTED */
|
|
42
|
-
),
|
|
42
|
+
), d = /* @__PURE__ */ f(
|
|
43
43
|
"path",
|
|
44
44
|
{
|
|
45
45
|
d: "M56.888889 739.555556h56.888889v227.555555H56.888889z",
|
|
@@ -59,17 +59,17 @@ const o = {}, s = {
|
|
|
59
59
|
null,
|
|
60
60
|
-1
|
|
61
61
|
/* HOISTED */
|
|
62
|
-
),
|
|
62
|
+
), h = [
|
|
63
63
|
i,
|
|
64
64
|
n,
|
|
65
|
-
d,
|
|
66
65
|
c,
|
|
66
|
+
d,
|
|
67
67
|
_
|
|
68
68
|
];
|
|
69
|
-
function
|
|
70
|
-
return t(), l("svg", s, [...
|
|
69
|
+
function r(p, a) {
|
|
70
|
+
return t(), l("svg", s, [...h]);
|
|
71
71
|
}
|
|
72
|
-
const
|
|
72
|
+
const m = /* @__PURE__ */ e(o, [["render", r], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/design.vue"]]);
|
|
73
73
|
export {
|
|
74
|
-
|
|
74
|
+
m as default
|
|
75
75
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
|
|
2
|
-
import { _ as c } from "./release-
|
|
2
|
+
import { _ as c } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const s = {}, n = {
|
|
4
4
|
t: "1704175176472",
|
|
5
5
|
class: "icon",
|
|
@@ -9,7 +9,7 @@ const s = {}, n = {
|
|
|
9
9
|
"p-id": "10353",
|
|
10
10
|
width: "200",
|
|
11
11
|
height: "200"
|
|
12
|
-
},
|
|
12
|
+
}, a = /* @__PURE__ */ e(
|
|
13
13
|
"path",
|
|
14
14
|
{
|
|
15
15
|
d: "M288 320h448a32 32 0 0 0 0-64H288a32 32 0 0 0 0 64zM288 544h448a32 32 0 0 0 0-64H288a32 32 0 0 0 0 64zM544 704H288a32 32 0 0 0 0 64h256a32 32 0 0 0 0-64z",
|
|
@@ -18,7 +18,7 @@ const s = {}, n = {
|
|
|
18
18
|
null,
|
|
19
19
|
-1
|
|
20
20
|
/* HOISTED */
|
|
21
|
-
),
|
|
21
|
+
), r = /* @__PURE__ */ e(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
24
|
d: "M896 132.928C896 77.28 851.552 32 796.928 32H227.04C172.448 32 128 77.28 128 132.928v758.144C128 946.72 172.448 992 227.04 992h435.008c1.568 0 2.912-0.672 4.416-0.896 8.96 1.6 18.464-0.256 25.984-6.528l192-160a31.424 31.424 0 0 0 10.816-27.2c0.16-1.184 0.736-2.208 0.736-3.424V132.928zM192 891.072V132.928C192 112.576 207.712 96 227.04 96h569.888C816.288 96 832 112.576 832 132.928V736h-96a96 96 0 0 0-96 96v96H227.04C207.712 928 192 911.424 192 891.072zM814.016 800L704 891.68V832a32 32 0 0 1 32-32h78.016z",
|
|
@@ -27,14 +27,14 @@ const s = {}, n = {
|
|
|
27
27
|
null,
|
|
28
28
|
-1
|
|
29
29
|
/* HOISTED */
|
|
30
|
-
),
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
), h = [
|
|
31
|
+
a,
|
|
32
|
+
r
|
|
33
33
|
];
|
|
34
|
-
function
|
|
35
|
-
return t(), o("svg", n, [...
|
|
34
|
+
function _(i, d) {
|
|
35
|
+
return t(), o("svg", n, [...h]);
|
|
36
36
|
}
|
|
37
|
-
const
|
|
37
|
+
const m = /* @__PURE__ */ c(s, [["render", _], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/document.vue"]]);
|
|
38
38
|
export {
|
|
39
|
-
|
|
39
|
+
m as default
|
|
40
40
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
import { _ as s } from "./release-
|
|
2
|
+
import { _ as s } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const r = {}, c = {
|
|
4
4
|
t: "1703055779128",
|
|
5
5
|
class: "icon",
|
|
@@ -22,10 +22,10 @@ const r = {}, c = {
|
|
|
22
22
|
), n = [
|
|
23
23
|
i
|
|
24
24
|
];
|
|
25
|
-
function m
|
|
25
|
+
function h(m, _) {
|
|
26
26
|
return e(), t("svg", c, [...n]);
|
|
27
27
|
}
|
|
28
|
-
const v = /* @__PURE__ */ s(r, [["render",
|
|
28
|
+
const v = /* @__PURE__ */ s(r, [["render", h], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/formList.vue"]]);
|
|
29
29
|
export {
|
|
30
30
|
v as default
|
|
31
31
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
import { _ as c } from "./release-
|
|
2
|
+
import { _ as c } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const s = {}, r = {
|
|
4
4
|
t: "1704175538573",
|
|
5
5
|
class: "icon",
|
|
@@ -21,10 +21,10 @@ const s = {}, r = {
|
|
|
21
21
|
), i = [
|
|
22
22
|
n
|
|
23
23
|
];
|
|
24
|
-
function _(
|
|
24
|
+
function _(h, a) {
|
|
25
25
|
return e(), t("svg", r, [...i]);
|
|
26
26
|
}
|
|
27
|
-
const f = /* @__PURE__ */ c(s, [["render", _], ["__file", "C:/Users/33075/Desktop/
|
|
27
|
+
const f = /* @__PURE__ */ c(s, [["render", _], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/github.vue"]]);
|
|
28
28
|
export {
|
|
29
29
|
f as default
|
|
30
30
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as e, createElementBlock as c, createElementVNode as t } from "vue";
|
|
2
|
-
import { _ as o } from "./release-
|
|
2
|
+
import { _ as o } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const s = {}, r = {
|
|
4
4
|
t: "1703854913692",
|
|
5
5
|
class: "icon",
|
|
@@ -21,10 +21,10 @@ const s = {}, r = {
|
|
|
21
21
|
), _ = [
|
|
22
22
|
n
|
|
23
23
|
];
|
|
24
|
-
function i(l,
|
|
24
|
+
function i(l, h) {
|
|
25
25
|
return e(), c("svg", r, [..._]);
|
|
26
26
|
}
|
|
27
|
-
const
|
|
27
|
+
const m = /* @__PURE__ */ o(s, [["render", i], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/help.vue"]]);
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
m as default
|
|
30
30
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as t, createElementBlock as e, createElementVNode as o } from "vue";
|
|
2
|
-
import { _ as s } from "./release-
|
|
2
|
+
import { _ as s } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const n = {}, c = {
|
|
4
4
|
t: "1702300882657",
|
|
5
5
|
class: "icon",
|
|
@@ -10,7 +10,7 @@ const n = {}, c = {
|
|
|
10
10
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
11
11
|
width: "200",
|
|
12
12
|
height: "200"
|
|
13
|
-
},
|
|
13
|
+
}, i = /* @__PURE__ */ o(
|
|
14
14
|
"path",
|
|
15
15
|
{
|
|
16
16
|
d: "M118.784 727.04h778.24v-430.08h-778.24v430.08z m-40.96-471.04h860.16v512h-860.16v-512z m116.736 153.6v204.8c0 12.288 8.192 20.48 20.48 20.48s20.48-8.192 20.48-20.48v-204.8c0-12.288-8.192-20.48-20.48-20.48s-20.48 8.192-20.48 20.48z",
|
|
@@ -20,13 +20,13 @@ const n = {}, c = {
|
|
|
20
20
|
null,
|
|
21
21
|
-1
|
|
22
22
|
/* HOISTED */
|
|
23
|
-
),
|
|
24
|
-
|
|
23
|
+
), r = [
|
|
24
|
+
i
|
|
25
25
|
];
|
|
26
26
|
function _(l, h) {
|
|
27
|
-
return t(), e("svg", c, [...
|
|
27
|
+
return t(), e("svg", c, [...r]);
|
|
28
28
|
}
|
|
29
|
-
const
|
|
29
|
+
const v = /* @__PURE__ */ s(n, [["render", _], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/input.vue"]]);
|
|
30
30
|
export {
|
|
31
|
-
|
|
31
|
+
v as default
|
|
32
32
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as e, createElementBlock as t, createElementVNode as c } from "vue";
|
|
2
|
-
import { _ as o } from "./release-
|
|
2
|
+
import { _ as o } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const s = {}, n = {
|
|
4
4
|
t: "1703055643727",
|
|
5
5
|
class: "icon",
|
|
@@ -18,7 +18,7 @@ const s = {}, n = {
|
|
|
18
18
|
null,
|
|
19
19
|
-1
|
|
20
20
|
/* HOISTED */
|
|
21
|
-
),
|
|
21
|
+
), h = /* @__PURE__ */ c(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
24
|
d: "M305.664 344.576h43.008v306.176H296.448V435.2c-23.552 19.968-50.688 33.792-81.408 43.008V424.448c46.592-19.456 76.8-46.08 90.624-79.872zM598.528 603.648v47.616h-189.44v-32.768c20.48-41.472 50.176-77.824 88.576-109.568 35.328-29.696 52.736-55.296 51.712-76.8 0-29.696-14.336-44.544-43.008-44.544-19.968 1.024-34.816 17.408-46.08 48.64l-47.616-20.48c17.92-51.2 50.688-76.8 99.328-76.8 55.296 3.072 84.992 33.28 88.576 90.112 2.048 38.4-20.48 75.776-66.56 112.64-25.6 19.968-46.592 40.448-61.952 61.952h126.464zM617.984 569.856l47.616-11.776c6.144 34.304 20.992 51.712 46.08 51.712 30.72 0 46.08-15.872 46.08-47.616-1.024-29.696-16.384-45.056-46.08-46.08h-33.792v-47.616h23.552c29.696-1.024 45.056-15.872 46.08-44.544-1.024-23.552-12.288-35.84-33.792-36.864-22.528 1.024-36.352 16.896-41.472 47.616l-48.64-13.312c12.8-54.272 42.496-81.92 88.576-82.944 56.32 2.048 85.504 31.232 87.552 87.552 0 27.648-12.288 48.128-36.864 61.952 31.744 13.824 47.616 38.4 47.616 74.24-2.048 59.392-34.304 90.112-97.792 93.184-54.784 0-86.016-28.16-94.72-85.504z",
|
|
@@ -27,14 +27,14 @@ const s = {}, n = {
|
|
|
27
27
|
null,
|
|
28
28
|
-1
|
|
29
29
|
/* HOISTED */
|
|
30
|
-
),
|
|
30
|
+
), i = [
|
|
31
31
|
r,
|
|
32
|
-
|
|
32
|
+
h
|
|
33
33
|
];
|
|
34
34
|
function _(l, d) {
|
|
35
|
-
return e(), t("svg", n, [...
|
|
35
|
+
return e(), t("svg", n, [...i]);
|
|
36
36
|
}
|
|
37
|
-
const v = /* @__PURE__ */ o(s, [["render", _], ["__file", "C:/Users/33075/Desktop/
|
|
37
|
+
const v = /* @__PURE__ */ o(s, [["render", _], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/inputNumber.vue"]]);
|
|
38
38
|
export {
|
|
39
39
|
v as default
|
|
40
40
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as
|
|
2
|
-
import { _ as
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as a } from "vue";
|
|
2
|
+
import { _ as o } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const h = {}, s = {
|
|
4
4
|
t: "1703055995909",
|
|
5
5
|
class: "icon",
|
|
@@ -9,7 +9,7 @@ const h = {}, s = {
|
|
|
9
9
|
"p-id": "10211",
|
|
10
10
|
width: "200",
|
|
11
11
|
height: "200"
|
|
12
|
-
},
|
|
12
|
+
}, v = /* @__PURE__ */ a(
|
|
13
13
|
"path",
|
|
14
14
|
{
|
|
15
15
|
d: "M960 704h-63.616v-167.392a32 32 0 0 0-32-32H544V416h160a32 32 0 0 0 32-32V96a32 32 0 0 0-32-32H320a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h160v88.608H161.984a32 32 0 0 0-32 31.968L129.792 704H64a32 32 0 0 0-32 32v192a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-192a32 32 0 0 0-32-32H193.792l0.16-135.392H480V704h-64a32 32 0 0 0-32 32v192a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-192a32 32 0 0 0-32-32h-64v-135.392h288.384V704H768a32 32 0 0 0-32 32v192a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-192a32 32 0 0 0-32-32zM352 128h320v224H352V128zM224 896H96v-128h128v128z m352 0h-128v-128h128v128z m352 0h-128v-128h128v128z",
|
|
@@ -18,13 +18,13 @@ const h = {}, s = {
|
|
|
18
18
|
null,
|
|
19
19
|
-1
|
|
20
20
|
/* HOISTED */
|
|
21
|
-
),
|
|
22
|
-
|
|
21
|
+
), r = [
|
|
22
|
+
v
|
|
23
23
|
];
|
|
24
24
|
function c(n, i) {
|
|
25
|
-
return e(), t("svg", s, [...
|
|
25
|
+
return e(), t("svg", s, [...r]);
|
|
26
26
|
}
|
|
27
|
-
const
|
|
27
|
+
const l = /* @__PURE__ */ o(h, [["render", c], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/itemGroup.vue"]]);
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
l as default
|
|
30
30
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as c, createElementBlock as e, createElementVNode as t } from "vue";
|
|
2
|
-
import { _ as o } from "./release-
|
|
2
|
+
import { _ as o } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const s = {}, h = {
|
|
4
4
|
t: "1703683757240",
|
|
5
5
|
class: "icon",
|
|
@@ -19,13 +19,13 @@ const s = {}, h = {
|
|
|
19
19
|
null,
|
|
20
20
|
-1
|
|
21
21
|
/* HOISTED */
|
|
22
|
-
),
|
|
22
|
+
), a = [
|
|
23
23
|
n
|
|
24
24
|
];
|
|
25
|
-
function
|
|
26
|
-
return c(), e("svg", h, [...
|
|
25
|
+
function r(i, l) {
|
|
26
|
+
return c(), e("svg", h, [...a]);
|
|
27
27
|
}
|
|
28
|
-
const
|
|
28
|
+
const m = /* @__PURE__ */ o(s, [["render", r], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/jsonEdit.vue"]]);
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
m as default
|
|
31
31
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock as c, createElementBlock as e, createElementVNode as l } from "vue";
|
|
2
|
-
import { _ as t } from "./release-
|
|
3
|
-
const o = {},
|
|
2
|
+
import { _ as t } from "./release-_hJG5Gmj.mjs";
|
|
3
|
+
const o = {}, s = {
|
|
4
4
|
t: "1704177937362",
|
|
5
5
|
class: "icon",
|
|
6
6
|
viewBox: "0 0 1024 1024",
|
|
@@ -9,7 +9,7 @@ const o = {}, r = {
|
|
|
9
9
|
"p-id": "19086",
|
|
10
10
|
width: "200",
|
|
11
11
|
height: "200"
|
|
12
|
-
},
|
|
12
|
+
}, r = /* @__PURE__ */ l(
|
|
13
13
|
"path",
|
|
14
14
|
{
|
|
15
15
|
d: "M914.496 653.504a39.893333 39.893333 0 0 0-16 3.306667l-0.213333 0.085333h-0.192l-387.882667 165.312-388.010667-165.205333h-0.213333l-0.192-0.106667a40.853333 40.853333 0 0 0-16-3.285333c-23.082667 0-41.792 19.285333-41.792 43.093333 0 18.005333 10.709333 33.28 25.813333 39.808l403.882667 172.096 0.405333 0.106667a40.426667 40.426667 0 0 0 32 0l0.213334-0.106667c0.085333 0 0.085333-0.106667 0.192-0.106667l403.882666-172.096a43.157333 43.157333 0 0 0 25.813334-39.808c0.106667-23.786667-18.602667-43.093333-41.706667-43.093333z m0-186.496c-7.893333-0.213333-16 3.2-16 3.2l-388.288 165.397333L121.792 470.186667s-10.282667-3.2-16-3.2c-23.082667 0-41.792 19.2-41.792 42.986666 0 17.92 10.709333 33.301333 25.813333 39.701334l403.882667 172.010666c0.106667 0 0.106667 0.106667 0.213333 0.106667l0.085334 0.085333a40.533333 40.533333 0 0 0 32 0l0.213333-0.085333c0.085333 0 0.085333 0 0.192-0.106667l403.904-172.010666a43.264 43.264 0 0 0 25.898667-39.68c0.106667-23.808-18.602667-43.008-41.706667-43.008zM89.813333 363.2l403.904 172.096c0.106667 0 0.106667 0 0.213334 0.106667l0.085333 0.106666a41.92 41.92 0 0 0 32 0l0.213333-0.106666 0.192-0.106667 403.904-171.989333a43.370667 43.370667 0 0 0 25.898667-39.701334c0-18.005333-10.709333-33.301333-25.813333-39.808L526.506667 111.594667c-0.106667 0-0.106667 0-0.213334-0.085334l-0.213333-0.106666a40.448 40.448 0 0 0-32 0l-0.085333 0.106666L89.813333 283.712A43.050667 43.050667 0 0 0 64 323.498667c0 17.92 10.709333 33.216 25.813333 39.701333z",
|
|
@@ -19,12 +19,12 @@ const o = {}, r = {
|
|
|
19
19
|
-1
|
|
20
20
|
/* HOISTED */
|
|
21
21
|
), a = [
|
|
22
|
-
|
|
22
|
+
r
|
|
23
23
|
];
|
|
24
24
|
function n(i, _) {
|
|
25
|
-
return c(), e("svg",
|
|
25
|
+
return c(), e("svg", s, [...a]);
|
|
26
26
|
}
|
|
27
|
-
const
|
|
27
|
+
const f = /* @__PURE__ */ t(o, [["render", n], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/library.vue"]]);
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
f as default
|
|
30
30
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
import { _ as s } from "./release-
|
|
2
|
+
import { _ as s } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const c = {}, r = {
|
|
4
4
|
t: "1703837724812",
|
|
5
5
|
class: "icon",
|
|
@@ -21,10 +21,10 @@ const c = {}, r = {
|
|
|
21
21
|
), _ = [
|
|
22
22
|
n
|
|
23
23
|
];
|
|
24
|
-
function i
|
|
24
|
+
function h(i, l) {
|
|
25
25
|
return e(), o("svg", r, [..._]);
|
|
26
26
|
}
|
|
27
|
-
const
|
|
27
|
+
const m = /* @__PURE__ */ s(c, [["render", h], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/move.vue"]]);
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
m as default
|
|
30
30
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { openBlock as
|
|
2
|
-
import { _ as
|
|
1
|
+
import { openBlock as s, createElementBlock as e, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as o } from "./release-_hJG5Gmj.mjs";
|
|
3
3
|
const n = {}, r = {
|
|
4
4
|
t: "1702992107847",
|
|
5
5
|
class: "icon",
|
|
@@ -35,9 +35,9 @@ const n = {}, r = {
|
|
|
35
35
|
i
|
|
36
36
|
];
|
|
37
37
|
function _(a, d) {
|
|
38
|
-
return
|
|
38
|
+
return s(), e("svg", r, [...l]);
|
|
39
39
|
}
|
|
40
|
-
const v = /* @__PURE__ */
|
|
40
|
+
const v = /* @__PURE__ */ o(n, [["render", _], ["__file", "C:/Users/33075/Desktop/hyl/vue-form-craft/src/icons/password.vue"]]);
|
|
41
41
|
export {
|
|
42
42
|
v as default
|
|
43
43
|
};
|