form-imagining 0.0.13 → 0.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/README.md +11 -1
- package/dist/{App-122e2319.js → App-eb2c9010.js} +1 -1
- package/dist/Code-076b91a4.js +5 -0
- package/dist/Col-bcfd320b.js +5 -0
- package/dist/{Demo-3151b3f6.js → Demo-c613b69c.js} +1 -1
- package/dist/{Demo-1f7b2fdc.js → Demo-d2a6890f.js} +1 -1
- package/dist/{Form-6cfbffb4.js → Form-07608c86.js} +1 -1
- package/dist/FormPublic-1369b502.js +5 -0
- package/dist/GenerateForm-002cd2c6.js +5 -0
- package/dist/Grid-f9381511.js +5 -0
- package/dist/Input-/345/210/240/351/231/{244-3f55550d.js → 244-db574224.js} +1 -1
- package/dist/Label-/345/210/240/351/231/{244-f75c9834.js → 244-ed45a8a7.js} +1 -1
- package/dist/{Login-e0a7377d.js → Login-1898e720.js} +1 -1
- package/dist/{Preview0925-b4130445.js → Preview0925-48b3621f.js} +2 -2
- package/dist/{PreviewDemo-030738e1.js → PreviewDemo-184d440f.js} +2 -2
- package/dist/{PreviewDemo.vue_vue_type_script_setup_true_lang-d61dcd7f.js → PreviewDemo.vue_vue_type_script_setup_true_lang-88f5ead1.js} +1 -1
- package/dist/{PreviewDemo2-cf875eef.js → PreviewDemo2-6b2fb920.js} +2 -2
- package/dist/{PreviewDemo2.vue_vue_type_script_setup_true_lang-2c730ba0.js → PreviewDemo2.vue_vue_type_script_setup_true_lang-e0e87a21.js} +1 -1
- package/dist/{PreviewDemo3-ab1f7bd1.js → PreviewDemo3-03ad81d4.js} +3 -3
- package/dist/SqlModule-fbf0b72e.js +5 -0
- package/dist/Table-52970a2d.js +5 -0
- package/dist/{cTable-50e743ab.js → cTable-049a52dd.js} +1 -1
- package/dist/childForm-b3c1e9c7.js +5 -0
- package/dist/{cssMode-afc01c51.js → cssMode-2e4fb1a0.js} +1 -1
- package/dist/form-imagining.js +1 -1
- package/dist/form-imagining.umd.cjs +74 -74
- package/dist/{freemarker2-d0920208.js → freemarker2-30e97d7a.js} +1 -1
- package/dist/{handlebars-00a01550.js → handlebars-e9be380b.js} +1 -1
- package/dist/{html-0b864410.js → html-bd47c8da.js} +1 -1
- package/dist/{htmlMode-d2f06c19.js → htmlMode-9c75b8c3.js} +1 -1
- package/dist/{index-1e7faf77.js → index-75ce0624.js} +1 -1
- package/dist/{index-b0d6387f.js → index-e620a598.js} +4071 -3974
- package/dist/{javascript-536cfa2c.js → javascript-44bbd331.js} +2 -2
- package/dist/{jsonMode-f3649450.js → jsonMode-0338ea50.js} +1 -1
- package/dist/{liquid-5125e79e.js → liquid-0cfcb603.js} +1 -1
- package/dist/{mdx-08a49e49.js → mdx-e85c6eb1.js} +1 -1
- package/dist/{modalDemo-d0b9a1f4.js → modalDemo-0b80b96d.js} +1 -1
- package/dist/{python-e5b911e2.js → python-e2df360f.js} +1 -1
- package/dist/{razor-69403ffe.js → razor-8c28d847.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tableSelectDemo-91191197.js → tableSelectDemo-2ef3bafe.js} +1 -1
- package/dist/{tsMode-7bd1ca6d.js → tsMode-9451b4c0.js} +1 -1
- package/dist/{typescript-1eacdb7d.js → typescript-fd1e2617.js} +1 -1
- package/dist/{xml-39f1f6b4.js → xml-323fc3d8.js} +1 -1
- package/dist/{yaml-0dad726a.js → yaml-9fb21219.js} +1 -1
- package/package.json +2 -2
- package/dist/Code-aabe34d2.js +0 -5
- package/dist/Col-f299a630.js +0 -5
- package/dist/FormPublic-753291e3.js +0 -5
- package/dist/GenerateForm-e292f04b.js +0 -5
- package/dist/Grid-b4bfa7f4.js +0 -5
- package/dist/SqlModule-1e9b5d5e.js +0 -5
- package/dist/Table-e2516d57.js +0 -5
- package/dist/childForm-3d290838.js +0 -5
package/README.md
CHANGED
|
@@ -16,10 +16,20 @@ CImaginForm 表单设计工具
|
|
|
16
16
|
2. 日期组件增加 value-format属性
|
|
17
17
|
3. 代码生成模板增加下拉框、单选按钮、复选框、下拉树等;优化文本域模块;
|
|
18
18
|
0.0.12
|
|
19
|
-
1.
|
|
19
|
+
1. 时间、下拉框扩展属性
|
|
20
20
|
2. 下拉框支持多选
|
|
21
21
|
3. 下拉级联组件
|
|
22
22
|
4. 组件优化:input、文本域增加只读;绑定查询时,联动绑定更新;col里面的组件支持复制;
|
|
23
23
|
0.0.13
|
|
24
24
|
1. table组件实现行编辑
|
|
25
25
|
2. 标题组件-新增内置样式
|
|
26
|
+
0.0.14
|
|
27
|
+
1. 表下拉、tab布局、子页面
|
|
28
|
+
2. 日期保存 标题样式排列 按钮支持图标选择
|
|
29
|
+
3. 数据源更换
|
|
30
|
+
0.0.15
|
|
31
|
+
1. tab组件支持栅格布局
|
|
32
|
+
2. 文本框、文本域增加占位符
|
|
33
|
+
3. table组件 列属性配置修改
|
|
34
|
+
4. 文本组件 支持多行文本
|
|
35
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as o, resolveComponent as r, openBlock as t, createBlock as n, unref as a, withCtx as c, createVNode as p } from "vue";
|
|
2
|
-
import { z as _, F as m } from "./index-
|
|
2
|
+
import { z as _, F as m } from "./index-e620a598.js";
|
|
3
3
|
const u = /* @__PURE__ */ o({
|
|
4
4
|
__name: "App",
|
|
5
5
|
setup(f) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as d, ref as t, onMounted as p, resolveComponent as m, openBlock as _, createElementBlock as c, createVNode as i, mergeProps as v, unref as o, withCtx as w } from "vue";
|
|
2
|
-
import { g as b, v as g, b as x, o as k } from "./index-
|
|
2
|
+
import { g as b, v as g, b as x, o as k } from "./index-e620a598.js";
|
|
3
3
|
const y = /* @__PURE__ */ d({
|
|
4
4
|
__name: "Demo",
|
|
5
5
|
setup(B, { expose: f }) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as b, ref as _, reactive as c, onMounted as p, resolveComponent as i, openBlock as v, createElementBlock as g, createVNode as o, withCtx as s, createTextVNode as w } from "vue";
|
|
2
|
-
import { m as j, n as m } from "./index-
|
|
2
|
+
import { m as j, n as m } from "./index-e620a598.js";
|
|
3
3
|
const y = { class: "cici-form-css" }, k = /* @__PURE__ */ b({
|
|
4
4
|
__name: "Demo",
|
|
5
5
|
setup(z) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, resolveComponent as f, openBlock as m, createBlock as v, withCtx as u, createVNode as t } from "vue";
|
|
2
|
-
import { u as c } from "./index-
|
|
2
|
+
import { u as c } from "./index-e620a598.js";
|
|
3
3
|
const x = /* @__PURE__ */ i({
|
|
4
4
|
__name: "Input-删除",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as _, resolveComponent as o, openBlock as n, createBlock as l, withCtx as i, createElementBlock as u, Fragment as d, renderList as r, createVNode as k, createTextVNode as x, toDisplayString as D, createCommentVNode as w } from "vue";
|
|
2
|
-
import { u as U } from "./index-
|
|
2
|
+
import { u as U } from "./index-e620a598.js";
|
|
3
3
|
const L = /* @__PURE__ */ _({
|
|
4
4
|
__name: "Label-删除",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createBlock, unref } from "vue";
|
|
2
|
-
import { u as useFormStore, m as useDataStore, p as generateHtml, g as getData, q as defHttp, a as _export_sfc } from "./index-
|
|
2
|
+
import { u as useFormStore, m as useDataStore, p as generateHtml, g as getData, q as defHttp, a as _export_sfc } from "./index-e620a598.js";
|
|
3
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "Preview0925",
|
|
5
5
|
setup(__props) {
|
|
@@ -56,7 +56,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
56
56
|
});
|
|
57
57
|
return (e, t) => (openBlock(), createBlock(unref(generateForm)));
|
|
58
58
|
}
|
|
59
|
-
}),
|
|
59
|
+
}), Preview0925_vue_vue_type_style_index_0_scoped_5087c739_lang = "", Preview0925 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5087c739"]]);
|
|
60
60
|
export {
|
|
61
61
|
Preview0925 as default
|
|
62
62
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as o } from "./PreviewDemo.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { _ as o } from "./PreviewDemo.vue_vue_type_script_setup_true_lang-88f5ead1.js";
|
|
2
2
|
import "vue";
|
|
3
|
-
import "./index-
|
|
3
|
+
import "./index-e620a598.js";
|
|
4
4
|
export {
|
|
5
5
|
o as default
|
|
6
6
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as U, reactive as C, ref as N, onMounted as R, resolveComponent as r, openBlock as O, createElementBlock as P, createVNode as l, withCtx as a, mergeProps as i, unref as o, createTextVNode as u, createElementVNode as c } from "vue";
|
|
2
|
-
import { o as V, v as s, b as m, c as E } from "./index-
|
|
2
|
+
import { o as V, v as s, b as m, c as E } from "./index-e620a598.js";
|
|
3
3
|
const F = {
|
|
4
4
|
rules: [{ type: "required", msg: "必须填写此项" }],
|
|
5
5
|
class: "ant-picker-range-custom",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as o } from "./PreviewDemo2.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { _ as o } from "./PreviewDemo2.vue_vue_type_script_setup_true_lang-e0e87a21.js";
|
|
2
2
|
import "vue";
|
|
3
|
-
import "./index-
|
|
3
|
+
import "./index-e620a598.js";
|
|
4
4
|
export {
|
|
5
5
|
o as default
|
|
6
6
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as w, ref as r, reactive as y, onMounted as j, resolveComponent as n, openBlock as z, createElementBlock as g, createVNode as t, withCtx as a, mergeProps as s, unref as d } from "vue";
|
|
2
|
-
import { o as x, v as f, b as p } from "./index-
|
|
2
|
+
import { o as x, v as f, b as p } from "./index-e620a598.js";
|
|
3
3
|
const C = /* @__PURE__ */ w({
|
|
4
4
|
__name: "PreviewDemo2",
|
|
5
5
|
props: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as k, ref as m, reactive as w, onMounted as C, onBeforeUpdate as D, resolveComponent as l, openBlock as K, createElementBlock as R, createVNode as e, unref as c, isRef as g, withCtx as o, createElementVNode as p } from "vue";
|
|
2
|
-
import { _ as x } from "./PreviewDemo.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { _ as B } from "./PreviewDemo2.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import { s as h } from "./index-
|
|
2
|
+
import { _ as x } from "./PreviewDemo.vue_vue_type_script_setup_true_lang-88f5ead1.js";
|
|
3
|
+
import { _ as B } from "./PreviewDemo2.vue_vue_type_script_setup_true_lang-e0e87a21.js";
|
|
4
|
+
import { s as h } from "./index-e620a598.js";
|
|
5
5
|
const E = { class: "cici-form-css" }, z = /* @__PURE__ */ k({
|
|
6
6
|
__name: "PreviewDemo3",
|
|
7
7
|
setup(M) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Le = Object.defineProperty;
|
|
2
2
|
var je = (e, n, i) => n in e ? Le(e, n, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[n] = i;
|
|
3
3
|
var k = (e, n, i) => (je(e, typeof n != "symbol" ? n + "" : n, i), i);
|
|
4
|
-
import { t as Ne } from "./index-
|
|
4
|
+
import { t as Ne } from "./index-e620a598.js";
|
|
5
5
|
import "vue";
|
|
6
6
|
/*!-----------------------------------------------------------------------------
|
|
7
7
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
package/dist/form-imagining.js
CHANGED