cimu-parcel 1.0.8 → 1.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/dist/cimu-parcel.css +1 -1
- package/dist/cimu-parcel.es.js +1451 -1445
- package/dist/cimu-parcel.umd.js +7 -7
- package/dist/{index-CxDEdJnY.js → index-CGN5RDhE.js} +1 -1
- package/dist/index-CMSv7-bi.js +33 -0
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/index-Cza6xVcx.js +0 -32
- package/dist/index-DLqQscu2.js +0 -32
|
@@ -22,7 +22,7 @@ const g = /* @__PURE__ */ c({
|
|
|
22
22
|
modelValue: t.value,
|
|
23
23
|
"onUpdate:modelValue": l[0] || (l[0] = (u) => t.value = u)
|
|
24
24
|
}, e.config, {
|
|
25
|
-
type: e.config.
|
|
25
|
+
type: e.config.type || "date",
|
|
26
26
|
"value-format": e.config.valueFormat || "YYYY-MM-DD",
|
|
27
27
|
"start-placeholder": "开始日期",
|
|
28
28
|
"end-placeholder": "结束日期"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { defineComponent as s, computed as m, resolveComponent as c, createBlock as r, openBlock as f, mergeProps as d } from "vue";
|
|
2
|
+
const v = /* @__PURE__ */ s({
|
|
3
|
+
__name: "index",
|
|
4
|
+
props: {
|
|
5
|
+
value: {},
|
|
6
|
+
config: {}
|
|
7
|
+
},
|
|
8
|
+
emits: ["update:value", "callback"],
|
|
9
|
+
setup(l, { emit: u }) {
|
|
10
|
+
const o = l, t = u, n = m({
|
|
11
|
+
get: () => o.value,
|
|
12
|
+
set: (e) => {
|
|
13
|
+
t("update:value", e), t("callback", {
|
|
14
|
+
value: e,
|
|
15
|
+
config: o.config
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
return (e, a) => {
|
|
20
|
+
const p = c("el-input");
|
|
21
|
+
return f(), r(p, d({
|
|
22
|
+
modelValue: n.value,
|
|
23
|
+
"onUpdate:modelValue": a[0] || (a[0] = (i) => n.value = i),
|
|
24
|
+
autosize: e.config.type == "textarea" ? e.config.autosize || { minRows: 4, maxRows: 6 } : !1
|
|
25
|
+
}, e.config, {
|
|
26
|
+
type: e.config.type || "text"
|
|
27
|
+
}), null, 16, ["modelValue", "autosize", "type"]);
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
export {
|
|
32
|
+
v as default
|
|
33
|
+
};
|
package/package.json
CHANGED
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["./src/index.ts","./src/main.ts","./src/vite-env.d.ts","./src/api/interface/index.ts","./src/components/index.ts","./src/components/basisform/interface/index.ts","./src/components/grid/interface/index.ts","./src/components/protable/interface/index.ts","./src/hooks/dict.ts","./src/hooks/useform.ts","./src/hooks/useselection.ts","./src/hooks/usetable.ts","./src/hooks/interface/index.ts","./src/plugins/index.ts","./src/routers/index.ts","./src/routers/modules/dynamicrouter.ts","./src/routers/modules/staticrouter.ts","./src/utils/formvalidate.ts","./src/utils/index.ts","./src/utils/is/index.ts","./src/app
|
|
1
|
+
{"root":["./src/index.ts","./src/main.ts","./src/vite-env.d.ts","./src/api/interface/index.ts","./src/components/index.ts","./src/components/basisform/interface/index.ts","./src/components/grid/interface/index.ts","./src/components/protable/interface/index.ts","./src/hooks/dict.ts","./src/hooks/useform.ts","./src/hooks/useselection.ts","./src/hooks/usetable.ts","./src/hooks/interface/index.ts","./src/plugins/index.ts","./src/routers/index.ts","./src/routers/modules/dynamicrouter.ts","./src/routers/modules/staticrouter.ts","./src/utils/formvalidate.ts","./src/utils/index.ts","./src/utils/is/index.ts","./src/app.vue","./src/components/basisdetail/descriptions.vue","./src/components/basisdetail/index.vue","./src/components/basisform/index.vue","./src/components/basistable/index.vue","./src/components/basistable/components/colsetting.vue","./src/components/basistable/components/formdialog.vue","./src/components/basistable/components/formitem.vue","./src/components/basistable/components/tablecolumn.vue","./src/components/control/cascader/index.vue","./src/components/control/checkbox/index.vue","./src/components/control/date/index.vue","./src/components/control/input/index.vue","./src/components/control/input-number/index.vue","./src/components/control/radio/index.vue","./src/components/control/select/index.vue","./src/components/control/switch/index.vue","./src/components/control/tree-select/index.vue","./src/components/dialog/index.vue","./src/components/errormessage/403.vue","./src/components/errormessage/404.vue","./src/components/errormessage/500.vue","./src/components/grid/index.vue","./src/components/grid/components/griditem.vue","./src/components/keywordhighlighter/index.vue","./src/components/pagination/index.vue","./src/components/protable/index.vue","./src/components/protable/components/colsetting.vue","./src/components/protable/components/pagination.vue","./src/components/protable/components/tablecolumn.vue","./src/components/searchform/index.vue","./src/components/searchform/components/searchformitem.vue","./src/components/selectfilter/index.vue","./src/components/validcode/index.vue","./src/components/videoplayer/index.vue","./src/layouts/main/index.vue","./src/views/assembly/basistable.vue","./src/views/assembly/form.vue","./src/views/assembly/protable.vue","./src/views/assembly/selectfilter.vue","./src/views/home/index.vue","./vite.config.ts"],"version":"5.9.2"}
|
package/dist/index-Cza6xVcx.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { defineComponent as m, computed as i, resolveComponent as r, createBlock as s, openBlock as d, mergeProps as f } from "vue";
|
|
2
|
-
const v = /* @__PURE__ */ m({
|
|
3
|
-
__name: "index",
|
|
4
|
-
props: {
|
|
5
|
-
value: {},
|
|
6
|
-
config: {}
|
|
7
|
-
},
|
|
8
|
-
emits: ["update:value", "callback"],
|
|
9
|
-
setup(a, { emit: p }) {
|
|
10
|
-
const o = a, t = p, n = i({
|
|
11
|
-
get: () => o.value,
|
|
12
|
-
set: (e) => {
|
|
13
|
-
t("update:value", e), t("callback", {
|
|
14
|
-
value: e,
|
|
15
|
-
config: o.config
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
return (e, l) => {
|
|
20
|
-
const u = r("el-input");
|
|
21
|
-
return d(), s(u, f({
|
|
22
|
-
modelValue: n.value,
|
|
23
|
-
"onUpdate:modelValue": l[0] || (l[0] = (c) => n.value = c)
|
|
24
|
-
}, e.config, {
|
|
25
|
-
type: e.config.type || "text"
|
|
26
|
-
}), null, 16, ["modelValue", "type"]);
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
export {
|
|
31
|
-
v as default
|
|
32
|
-
};
|
package/dist/index-DLqQscu2.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { defineComponent as i, computed as m, resolveComponent as c, createBlock as r, openBlock as d, mergeProps as f } from "vue";
|
|
2
|
-
const v = /* @__PURE__ */ i({
|
|
3
|
-
__name: "index",
|
|
4
|
-
props: {
|
|
5
|
-
value: {},
|
|
6
|
-
config: {}
|
|
7
|
-
},
|
|
8
|
-
emits: ["update:value", "callback"],
|
|
9
|
-
setup(l, { emit: u }) {
|
|
10
|
-
const o = l, t = u, n = m({
|
|
11
|
-
get: () => o.value,
|
|
12
|
-
set: (e) => {
|
|
13
|
-
t("update:value", e), t("callback", {
|
|
14
|
-
value: e,
|
|
15
|
-
config: o.config
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
return (e, a) => {
|
|
20
|
-
const p = c("el-input");
|
|
21
|
-
return d(), r(p, f({
|
|
22
|
-
modelValue: n.value,
|
|
23
|
-
"onUpdate:modelValue": a[0] || (a[0] = (s) => n.value = s),
|
|
24
|
-
type: "textarea",
|
|
25
|
-
autosize: e.config.autosize || { minRows: 4, maxRows: 6 }
|
|
26
|
-
}, e.config), null, 16, ["modelValue", "autosize"]);
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
export {
|
|
31
|
-
v as default
|
|
32
|
-
};
|