icarys-fc-vant 1.0.14 → 1.0.15
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/index.min.js +2 -2
- package/package.json +16 -1
package/dist/index.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* icarys-fc-vant v1.0.
|
|
2
|
+
* icarys-fc-vant v1.0.14
|
|
3
3
|
* (c) 2024 lvyanrui
|
|
4
4
|
* Github https://github.com/your-username/icarys-form-create-vant
|
|
5
5
|
* Released under the MIT License.
|
|
@@ -1882,7 +1882,7 @@ function install(FormCreate) {
|
|
|
1882
1882
|
function VantFormCreate() {
|
|
1883
1883
|
return FormCreateFactory$1({
|
|
1884
1884
|
ui: 'process.env.UI',
|
|
1885
|
-
version: '"1.0.
|
|
1885
|
+
version: '"1.0.14"',
|
|
1886
1886
|
manager,
|
|
1887
1887
|
extendApi,
|
|
1888
1888
|
install,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "icarys-fc-vant",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "基于FormCreate和Vant的移动端低代码表单组件库,可以通过JSON生成具有动态渲染、数据收集、验证和提交功能的表单",
|
|
5
5
|
"main": "./dist/index.min.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -42,14 +42,29 @@
|
|
|
42
42
|
"dayjs": "^1.11.11"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
+
"@rollup/plugin-babel": "^5.3.0",
|
|
46
|
+
"@rollup/plugin-commonjs": "^20.0.0",
|
|
47
|
+
"@rollup/plugin-json": "^4.1.0",
|
|
48
|
+
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
49
|
+
"@rollup/plugin-replace": "^3.0.0",
|
|
50
|
+
"@sixian/css-url": "^1.0.3",
|
|
51
|
+
"@types/chalk": "^2.2.0",
|
|
45
52
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
46
53
|
"@vue/cli-service": "^4.5.3",
|
|
47
54
|
"bili": "^5.0.5",
|
|
55
|
+
"chalk": "^4.1.2",
|
|
48
56
|
"cross-env": "^7.0.3",
|
|
57
|
+
"esno": "^0.16.3",
|
|
49
58
|
"npm-run-all": "^4.1.5",
|
|
59
|
+
"ora": "^5.4.1",
|
|
50
60
|
"rimraf": "^3.0.2",
|
|
61
|
+
"rollup": "^2.79.1",
|
|
62
|
+
"rollup-plugin-node-externals": "^4.1.1",
|
|
51
63
|
"rollup-plugin-postcss": "^4.0.2",
|
|
64
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
65
|
+
"rollup-plugin-visualizer": "^5.8.3",
|
|
52
66
|
"rollup-plugin-vue": "^6.0.0",
|
|
67
|
+
"shelljs": "^0.8.5",
|
|
53
68
|
"vant": "^4.9"
|
|
54
69
|
},
|
|
55
70
|
"buildFormCreateOptions": {
|