form-imagining 0.0.83 → 0.0.84
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-4ed72ef2.js → App-6f2d98a8.js} +1 -1
- package/dist/{Ceshi-65ce14b9.js → Ceshi-6a0bfbe7.js} +16 -16
- package/dist/Ceshi2-51345c79.js +10 -0
- package/dist/Code-baa185bb.js +5 -0
- package/dist/Col-9e69702a.js +5 -0
- package/dist/Collapse-0b8ca8a7.js +5 -0
- package/dist/{Demo-b88975d9.js → Demo-357d3dd1.js} +1 -1
- package/dist/FX-e6e68d9e.js +5 -0
- package/dist/{FormGridCopy-eddc155e.js → FormGridCopy-a9658b1e.js} +1 -1
- package/dist/GenerateForm-794a5bbe.js +5 -0
- package/dist/GenerateReport-552f820a.js +5 -0
- package/dist/{HelloWorld-4be51276.js → HelloWorld-32b553a6.js} +1 -1
- package/dist/Input-/345/210/240/351/231/{244-0acae954.js → 244-b1331e3c.js} +1 -1
- package/dist/Label-/345/210/240/351/231/{244-f0fae7ba.js → 244-ad9b424d.js} +1 -1
- package/dist/{Login-ab94ac3b.js → Login-c41e2348.js} +1 -1
- package/dist/ReportModule-475e8d66.js +5 -0
- package/dist/SqlModule-921748e0.js +5 -0
- package/dist/Table-da5dba46.js +5 -0
- package/dist/TableBtnModal-92236431.js +5 -0
- package/dist/cTable-edd44577.js +5 -0
- package/dist/childForm-41cba5b0.js +5 -0
- package/dist/{cssMode-da94bcbe.js → cssMode-87ff8612.js} +1 -1
- package/dist/form-imagining.js +1 -1
- package/dist/form-imagining.umd.cjs +155 -140
- package/dist/{formTest-d3947ced.js → formTest-4f7bf620.js} +1 -1
- package/dist/{freemarker2-8c729345.js → freemarker2-63c3a005.js} +1 -1
- package/dist/{handlebars-9a516486.js → handlebars-c15d4451.js} +1 -1
- package/dist/{html-786278b7.js → html-5fac3814.js} +1 -1
- package/dist/{htmlMode-401426db.js → htmlMode-a816bc54.js} +1 -1
- package/dist/{index-3c4c74ba.js → index-52795f67.js} +2 -2
- package/dist/{index-a6a033c4.js → index-7dc9988f.js} +1 -1
- package/dist/{index-126cf128.js → index-cc18a7b6.js} +3381 -3235
- package/dist/{javascript-da25669c.js → javascript-08b8f2a6.js} +2 -2
- package/dist/{jsonMode-df61a1dc.js → jsonMode-005c9e2c.js} +1 -1
- package/dist/{liquid-9ca19543.js → liquid-b5154618.js} +1 -1
- package/dist/{mdx-7fbe0e96.js → mdx-0e40782f.js} +1 -1
- package/dist/{python-ba4a4096.js → python-33a47aa7.js} +1 -1
- package/dist/{razor-75458b52.js → razor-ee396136.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tableSelectDemo-b06be646.js → tableSelectDemo-b8f70efa.js} +1 -1
- package/dist/{tableSelectDemo2-4d3ce578.js → tableSelectDemo2-f6023c5c.js} +1 -1
- package/dist/{tsMode-39d45e46.js → tsMode-a4d0768c.js} +1 -1
- package/dist/{typescript-b8bfa50a.js → typescript-ff2ca2b7.js} +1 -1
- package/dist/{xml-03f44a3b.js → xml-ea510154.js} +1 -1
- package/dist/{yaml-0275a03c.js → yaml-53fb1ba8.js} +1 -1
- package/package.json +1 -1
- package/dist/Code-d179cd28.js +0 -5
- package/dist/Col-7fee596e.js +0 -5
- package/dist/Collapse-d28d9e42.js +0 -5
- package/dist/FX-e51fd03a.js +0 -5
- package/dist/GenerateForm-d4198967.js +0 -5
- package/dist/GenerateReport-cafa8f47.js +0 -5
- package/dist/ReportModule-57c82815.js +0 -5
- package/dist/SqlModule-8579b608.js +0 -5
- package/dist/Table-4fe3ccab.js +0 -5
- package/dist/TableBtnModal-524be2a6.js +0 -5
- package/dist/cTable-363d4128.js +0 -5
- package/dist/childForm-b4f2938b.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-cc18a7b6.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: {
|
|
@@ -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-cc18a7b6.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 { Q as K, P as E } from "./index-
|
|
4
|
+
import { Q as K, P as E } from "./index-cc18a7b6.js";
|
|
5
5
|
import "vue";
|
|
6
6
|
/*!-----------------------------------------------------------------------------
|
|
7
7
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
package/package.json
CHANGED
package/dist/Code-d179cd28.js
DELETED
package/dist/Col-7fee596e.js
DELETED
package/dist/FX-e51fd03a.js
DELETED
package/dist/Table-4fe3ccab.js
DELETED
package/dist/cTable-363d4128.js
DELETED