form-imagining 0.0.62 → 0.0.64

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.
Files changed (56) hide show
  1. package/README.md +5 -0
  2. package/dist/{App-940eec28.js → App-9acc6648.js} +1 -1
  3. package/dist/Code-b4e30018.js +5 -0
  4. package/dist/Col-734f11b0.js +5 -0
  5. package/dist/Collapse-e1e56686.js +5 -0
  6. package/dist/{Demo-3825091f.js → Demo-2b824e39.js} +1 -1
  7. package/dist/Form-767e6152.js +5 -0
  8. package/dist/GenerateForm-b2074dd4.js +5 -0
  9. package/dist/{GenerateReport-4d68db26.js → GenerateReport-609fb14c.js} +1 -1
  10. package/dist/Grid-4c7e642a.js +5 -0
  11. package/dist/{HelloWorld-a80e5b44.js → HelloWorld-dc826d3e.js} +1 -1
  12. package/dist/Input-/345/210/240/351/231/{244-29332549.js → 244-e15f792a.js} +1 -1
  13. package/dist/Label-/345/210/240/351/231/{244-30247b81.js → 244-b2d0cc4f.js} +1 -1
  14. package/dist/{Login-2b387eab.js → Login-aac9afb1.js} +1 -1
  15. package/dist/ReportModule-6e825719.js +5 -0
  16. package/dist/SqlModule-3788e2e1.js +5 -0
  17. package/dist/Table-b94e253a.js +5 -0
  18. package/dist/TableBtnModal-1f5a14db.js +5 -0
  19. package/dist/cTable-b5513de8.js +5 -0
  20. package/dist/childForm-262dba9f.js +5 -0
  21. package/dist/{cssMode-f1330f62.js → cssMode-d88629c0.js} +1 -1
  22. package/dist/form-imagining.js +1 -1
  23. package/dist/form-imagining.umd.cjs +85 -84
  24. package/dist/{formTest-5eaba119.js → formTest-a808efdd.js} +1 -1
  25. package/dist/{freemarker2-633dbf27.js → freemarker2-637c3ad7.js} +1 -1
  26. package/dist/{handlebars-5bc473ed.js → handlebars-bb169483.js} +1 -1
  27. package/dist/{html-0e2d9e03.js → html-c9356b51.js} +1 -1
  28. package/dist/{htmlMode-0ba7cf79.js → htmlMode-114c4869.js} +1 -1
  29. package/dist/{index-3df2a6ba.js → index-0a9e2562.js} +2671 -2643
  30. package/dist/{index-8f99595b.js → index-9ef02cc3.js} +1 -1
  31. package/dist/{javascript-7df3c21d.js → javascript-be05cf81.js} +2 -2
  32. package/dist/{jsonMode-c315626d.js → jsonMode-2a1f870e.js} +1 -1
  33. package/dist/{liquid-cfa06d00.js → liquid-505e1648.js} +1 -1
  34. package/dist/{mdx-7a20dd94.js → mdx-a4b49963.js} +1 -1
  35. package/dist/{python-5626078f.js → python-ce970b5d.js} +1 -1
  36. package/dist/{razor-e52117e9.js → razor-74e47858.js} +1 -1
  37. package/dist/style.css +1 -1
  38. package/dist/{tableSelectDemo-0e85c12c.js → tableSelectDemo-416f7375.js} +1 -1
  39. package/dist/{tableSelectDemo2-e42371d0.js → tableSelectDemo2-285e8f29.js} +1 -1
  40. package/dist/{tsMode-8e2590c5.js → tsMode-ef16abe4.js} +1 -1
  41. package/dist/{typescript-58c9d1ed.js → typescript-98280dcf.js} +1 -1
  42. package/dist/{xml-ddf2bb7c.js → xml-f0bd4a37.js} +1 -1
  43. package/dist/{yaml-b3fb9580.js → yaml-9ed90dcf.js} +1 -1
  44. package/package.json +2 -2
  45. package/dist/Code-6251b8e5.js +0 -5
  46. package/dist/Col-ebd76c22.js +0 -5
  47. package/dist/Collapse-3b2016b4.js +0 -5
  48. package/dist/Form-497469c7.js +0 -5
  49. package/dist/GenerateForm-06023077.js +0 -5
  50. package/dist/Grid-619353b9.js +0 -5
  51. package/dist/ReportModule-e79f2a2c.js +0 -5
  52. package/dist/SqlModule-0f9a323d.js +0 -5
  53. package/dist/Table-d36e9f39.js +0 -5
  54. package/dist/TableBtnModal-9715bbca.js +0 -5
  55. package/dist/cTable-b124d71c.js +0 -5
  56. package/dist/childForm-130d7a56.js +0 -5
package/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
  `
3
3
  提供基础的前端开发框架、在线表单FormImagining、CImaginForm 表单设计工具、CImaginReport报表设计工具
4
4
  ##更新日志
5
+ 0.0.45
6
+ 🆕vue文件生成
7
+ 0.0.44
8
+ `2023-12-2`
9
+ 🆕下拉框组件新增同步更新属性
5
10
  0.0.21
6
11
  `2023-12-1`
7
12
  🆕新增报表设计组件CImageinReport
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as o, onMounted as r, resolveComponent as t, openBlock as n, createBlock as a, unref as c, withCtx as p, createVNode as m } from "vue";
2
- import { z as _, F as f } from "./index-3df2a6ba.js";
2
+ import { z as _, F as f } from "./index-0a9e2562.js";
3
3
  const h = /* @__PURE__ */ o({
4
4
  __name: "App",
5
5
  setup(i) {
@@ -0,0 +1,5 @@
1
+ import { r as a } from "./index-0a9e2562.js";
2
+ import "vue";
3
+ export {
4
+ a as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import { j as m } from "./index-0a9e2562.js";
2
+ import "vue";
3
+ export {
4
+ m as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import { k as m } from "./index-0a9e2562.js";
2
+ import "vue";
3
+ export {
4
+ m as default
5
+ };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, onBeforeUpdate, openBlock, createBlock, unref } from "vue";
2
- import { u as useFormStore, g as generateReportHtml, p as paginations, d as dataSource, i as initTable, b as defHttp } from "./index-3df2a6ba.js";
2
+ import { u as useFormStore, g as generateReportHtml, p as paginations, d as dataSource, i as initTable, b as defHttp } from "./index-0a9e2562.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "Demo",
5
5
  props: {
@@ -0,0 +1,5 @@
1
+ import { l as m } from "./index-0a9e2562.js";
2
+ import "vue";
3
+ export {
4
+ m as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import { e as m } from "./index-0a9e2562.js";
2
+ import "vue";
3
+ export {
4
+ m as default
5
+ };
@@ -1,4 +1,4 @@
1
- import { f } from "./index-3df2a6ba.js";
1
+ import { f } from "./index-0a9e2562.js";
2
2
  import "vue";
3
3
  export {
4
4
  f as default
@@ -0,0 +1,5 @@
1
+ import { m as a } from "./index-0a9e2562.js";
2
+ import "vue";
3
+ export {
4
+ a as default
5
+ };
@@ -1,4 +1,4 @@
1
- import { _ as r } from "./index-3df2a6ba.js";
1
+ import { _ as r } from "./index-0a9e2562.js";
2
2
  import "vue";
3
3
  const e = {};
4
4
  function o(t, c) {
@@ -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-3df2a6ba.js";
2
+ import { u as c } from "./index-0a9e2562.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-3df2a6ba.js";
2
+ import { u as U } from "./index-0a9e2562.js";
3
3
  const L = /* @__PURE__ */ _({
4
4
  __name: "Label-删除",
5
5
  props: {
@@ -1,4 +1,4 @@
1
- import { _ as r } from "./index-3df2a6ba.js";
1
+ import { _ as r } from "./index-0a9e2562.js";
2
2
  import "vue";
3
3
  const t = {};
4
4
  function c(e, n) {
@@ -0,0 +1,5 @@
1
+ import { s as m } from "./index-0a9e2562.js";
2
+ import "vue";
3
+ export {
4
+ m as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import { q as m } from "./index-0a9e2562.js";
2
+ import "vue";
3
+ export {
4
+ m as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import { n as m } from "./index-0a9e2562.js";
2
+ import "vue";
3
+ export {
4
+ m as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import { o as a } from "./index-0a9e2562.js";
2
+ import "vue";
3
+ export {
4
+ a as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import { h as m } from "./index-0a9e2562.js";
2
+ import "vue";
3
+ export {
4
+ m as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import { a as m } from "./index-0a9e2562.js";
2
+ import "vue";
3
+ export {
4
+ m as default
5
+ };
@@ -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 { w as Ne } from "./index-3df2a6ba.js";
4
+ import { w as Ne } from "./index-0a9e2562.js";
5
5
  import "vue";
6
6
  /*!-----------------------------------------------------------------------------
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- import { A as a, y as o, g as m } from "./index-3df2a6ba.js";
1
+ import { A as a, y as o, g as m } from "./index-0a9e2562.js";
2
2
  import "vue";
3
3
  export {
4
4
  a as default,