form-imagining 0.0.46 → 0.0.47
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/{App-c97e2ba1.js → App-9da6fa81.js} +1 -1
- package/dist/Code-fdb1d894.js +5 -0
- package/dist/Col-0c6b4a9b.js +5 -0
- package/dist/Collapse-f3b97303.js +5 -0
- package/dist/{Demo-e1bed332.js → Demo-1b58f6fc.js} +1 -1
- package/dist/Form-b5e54911.js +5 -0
- package/dist/GenerateForm-c4bcc359.js +5 -0
- package/dist/{GenerateReport-7911f284.js → GenerateReport-00e43e74.js} +1 -1
- package/dist/Grid-b2cbcc1d.js +5 -0
- package/dist/{HelloWorld-f9f97eb9.js → HelloWorld-b9215a49.js} +1 -1
- package/dist/Input-/345/210/240/351/231/{244-5578ec5b.js → 244-a9f9dfa4.js} +1 -1
- package/dist/Label-/345/210/240/351/231/{244-963301e5.js → 244-253f0e1c.js} +1 -1
- package/dist/{Login-f3706401.js → Login-f8b4f00e.js} +1 -1
- package/dist/ReportModule-c982f74c.js +5 -0
- package/dist/SqlModule-fd76d362.js +5 -0
- package/dist/Table-472b53f8.js +5 -0
- package/dist/cTable-758e18ef.js +5 -0
- package/dist/childForm-01dd262b.js +5 -0
- package/dist/{cssMode-8b5ffadc.js → cssMode-dfa94d0c.js} +1 -1
- package/dist/form-imagining.js +1 -1
- package/dist/form-imagining.umd.cjs +130 -130
- package/dist/{formTest-4bbddade.js → formTest-4f8afe2b.js} +1 -1
- package/dist/{freemarker2-a290badf.js → freemarker2-93270f22.js} +1 -1
- package/dist/{handlebars-6526945b.js → handlebars-3ad50f0e.js} +1 -1
- package/dist/{html-aa5bef6f.js → html-e886d9da.js} +1 -1
- package/dist/{htmlMode-23a58a8f.js → htmlMode-1b83a74d.js} +1 -1
- package/dist/{index-5e28a35a.js → index-88c98af3.js} +4734 -4557
- package/dist/{index-e212babb.js → index-ce81278e.js} +1 -1
- package/dist/inputnumber-ff44a61d.js +4 -0
- package/dist/{javascript-0dcbae38.js → javascript-699f24c3.js} +2 -2
- package/dist/{jsonMode-37c85e31.js → jsonMode-777860ad.js} +1 -1
- package/dist/{liquid-d2a48e17.js → liquid-25e2b638.js} +1 -1
- package/dist/{mdx-4395cbce.js → mdx-c3252a6b.js} +1 -1
- package/dist/{python-42e78028.js → python-d783ed56.js} +1 -1
- package/dist/{razor-3a90a95a.js → razor-615c1bee.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tableSelectDemo-53e2431e.js → tableSelectDemo-0bf7be42.js} +8 -8
- package/dist/{tableSelectDemo2-b4f9a5a8.js → tableSelectDemo2-912f7ed9.js} +1 -1
- package/dist/{tsMode-e7bfc38d.js → tsMode-90f6b67d.js} +1 -1
- package/dist/{typescript-b466c601.js → typescript-a7946872.js} +1 -1
- package/dist/{xml-b69c42dc.js → xml-e11bff97.js} +1 -1
- package/dist/{yaml-6658bb76.js → yaml-56bc8bb9.js} +1 -1
- package/package.json +1 -1
- package/dist/Code-68cbbd51.js +0 -5
- package/dist/Col-533bc9ed.js +0 -5
- package/dist/Collapse-f90d6e7e.js +0 -5
- package/dist/Form-0626721b.js +0 -5
- package/dist/GenerateForm-8ae8a318.js +0 -5
- package/dist/Grid-06516ef7.js +0 -5
- package/dist/ReportModule-94860330.js +0 -5
- package/dist/SqlModule-54e23602.js +0 -5
- package/dist/Table-557b4e40.js +0 -5
- package/dist/cTable-677d16e2.js +0 -5
- package/dist/childForm-3d10e971.js +0 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as T, computed as p, ref as _, resolveComponent as n, openBlock as m, createElementBlock as f, createElementVNode as y, createVNode as l, withCtx as c, unref as v, isRef as B, createTextVNode as E, createCommentVNode as L } from "vue";
|
|
2
|
-
import { t as R, c as z, _ as M } from "./index-
|
|
2
|
+
import { t as R, c as z, _ as M } from "./index-88c98af3.js";
|
|
3
3
|
const O = { class: "table-select-form" }, P = { class: "table-select-tool" }, U = { key: 0 }, j = ["onClick"], q = /* @__PURE__ */ T({
|
|
4
4
|
__name: "tableSelectDemo",
|
|
5
5
|
props: {
|
|
@@ -27,7 +27,7 @@ const O = { class: "table-select-form" }, P = { class: "table-select-tool" }, U
|
|
|
27
27
|
total: 0,
|
|
28
28
|
current: 1,
|
|
29
29
|
pageSize: 1
|
|
30
|
-
}),
|
|
30
|
+
}), o = _("");
|
|
31
31
|
const b = [
|
|
32
32
|
{
|
|
33
33
|
key: "1",
|
|
@@ -90,8 +90,8 @@ const O = { class: "table-select-form" }, P = { class: "table-select-tool" }, U
|
|
|
90
90
|
default: c(() => [
|
|
91
91
|
l(u, {
|
|
92
92
|
ref: "input",
|
|
93
|
-
value: v(
|
|
94
|
-
"onUpdate:value": e[0] || (e[0] = (
|
|
93
|
+
value: v(o),
|
|
94
|
+
"onUpdate:value": e[0] || (e[0] = (a) => B(o) ? o.value = a : o = a),
|
|
95
95
|
placeholder: "请输入",
|
|
96
96
|
style: { width: "200px" },
|
|
97
97
|
onSearch: S
|
|
@@ -115,11 +115,11 @@ const O = { class: "table-select-form" }, P = { class: "table-select-tool" }, U
|
|
|
115
115
|
pagination: v(i),
|
|
116
116
|
"row-selection": C.value,
|
|
117
117
|
rowKey: t.keyName,
|
|
118
|
-
onChange: e[1] || (e[1] = (
|
|
118
|
+
onChange: e[1] || (e[1] = (a) => w(a, x)),
|
|
119
119
|
bordered: ""
|
|
120
120
|
}, {
|
|
121
|
-
bodyCell: c(({ column:
|
|
122
|
-
|
|
121
|
+
bodyCell: c(({ column: a, record: A }) => [
|
|
122
|
+
a.key == "action" ? (m(), f("span", U, [
|
|
123
123
|
y("a", {
|
|
124
124
|
onClick: (F) => I()
|
|
125
125
|
}, "测试", 8, j)
|
|
@@ -131,7 +131,7 @@ const O = { class: "table-select-form" }, P = { class: "table-select-tool" }, U
|
|
|
131
131
|
};
|
|
132
132
|
}
|
|
133
133
|
});
|
|
134
|
-
const J = /* @__PURE__ */ M(q, [["__scopeId", "data-v-
|
|
134
|
+
const J = /* @__PURE__ */ M(q, [["__scopeId", "data-v-cea0ef13"]]);
|
|
135
135
|
export {
|
|
136
136
|
J as default
|
|
137
137
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as S, computed as u, ref as i, resolveComponent as n, openBlock as V, createElementBlock as N, createElementVNode as I, createVNode as l, withCtx as p, unref as m, isRef as K, createTextVNode as B } from "vue";
|
|
2
|
-
import { t as D } from "./index-
|
|
2
|
+
import { t as D } from "./index-88c98af3.js";
|
|
3
3
|
const E = { class: "table-select-form" }, R = { class: "table-select-tool" }, P = /* @__PURE__ */ S({
|
|
4
4
|
__name: "tableSelectDemo2",
|
|
5
5
|
props: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var M = Object.defineProperty;
|
|
2
2
|
var R = (e, t, r) => t in e ? M(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
3
|
var _ = (e, t, r) => (R(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
4
|
-
import { w as K, v as E } from "./index-
|
|
4
|
+
import { w as K, v as E } from "./index-88c98af3.js";
|
|
5
5
|
import "vue";
|
|
6
6
|
/*!-----------------------------------------------------------------------------
|
|
7
7
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
package/package.json
CHANGED
package/dist/Code-68cbbd51.js
DELETED
package/dist/Col-533bc9ed.js
DELETED
package/dist/Form-0626721b.js
DELETED
package/dist/Grid-06516ef7.js
DELETED
package/dist/Table-557b4e40.js
DELETED
package/dist/cTable-677d16e2.js
DELETED