act-plus 1.1.21 → 1.1.22

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 (33) hide show
  1. package/act-plus.js +1 -1
  2. package/act-plus.umd.cjs +327 -327
  3. package/assets/css.worker-1af1972f.js +84 -0
  4. package/assets/html.worker-38c267f1.js +456 -0
  5. package/assets/json.worker-bf861c27.js +39 -0
  6. package/lib/{configBtns-9d56fe1b.js → configBtns-c4e55eb0.js} +2 -2
  7. package/lib/{configFileds-df2b6e7d.js → configFileds-b79642bc.js} +2 -2
  8. package/lib/{configTable-8b2a4509.js → configTable-21f37060.js} +1 -1
  9. package/lib/{cssMode-60916414.js → cssMode-049c1acb.js} +1 -1
  10. package/lib/{dialogAddField-9157d3b5.js → dialogAddField-535d4a6c.js} +2 -2
  11. package/lib/{dialogConfigBtn-72c02278.js → dialogConfigBtn-f4b70a91.js} +2 -2
  12. package/lib/{dialogSiteComponentsParams-63d9dc34.js → dialogSiteComponentsParams-a99a4d71.js} +1 -1
  13. package/lib/{freemarker2-7d1ec253.js → freemarker2-c93dec09.js} +1 -1
  14. package/lib/{handlebars-adf29031.js → handlebars-8a7428d8.js} +1 -1
  15. package/lib/{html-58c53b1f.js → html-2fad443c.js} +1 -1
  16. package/lib/{htmlMode-9eeb9724.js → htmlMode-3c13e1c6.js} +1 -1
  17. package/lib/{index-3777f35c.js → index-14906725.js} +1 -1
  18. package/lib/{index-d459ee4c.js → index-742c1da3.js} +2 -2
  19. package/lib/{index-06fc5662.js → index-79e6c123.js} +1 -1
  20. package/lib/{index-4ad7a283.js → index-a2634eef.js} +5784 -5779
  21. package/lib/{index-58369e5d.js → index-cb908890.js} +13 -13
  22. package/lib/{index-0a69613f.js → index-f2795fa7.js} +1 -1
  23. package/lib/{javascript-0b7b04d0.js → javascript-2ec13b45.js} +2 -2
  24. package/lib/{jsonMode-9f14ee23.js → jsonMode-33ed8d99.js} +1 -1
  25. package/lib/{liquid-4f7d6527.js → liquid-40ee460a.js} +1 -1
  26. package/lib/{python-009ef2aa.js → python-852dc2c1.js} +1 -1
  27. package/lib/{razor-3094e84e.js → razor-c24d586d.js} +1 -1
  28. package/lib/{tsMode-90da8eb5.js → tsMode-6d6244be.js} +1 -1
  29. package/lib/{typescript-bb20f7ba.js → typescript-807ce4d9.js} +1 -1
  30. package/lib/{xml-9f4bbbf1.js → xml-cc91b485.js} +1 -1
  31. package/lib/{yaml-df4caa74.js → yaml-f2de88bb.js} +1 -1
  32. package/package.json +1 -1
  33. package/style.css +1 -1
@@ -1,5 +1,5 @@
1
1
  import { defineAsyncComponent as W, ref as v, watch as K, resolveComponent as d, unref as o, openBlock as a, createElementBlock as h, createVNode as j, normalizeStyle as G, withCtx as m, Fragment as C, renderList as g, withDirectives as J, createBlock as n, mergeProps as y, withKeys as U, withModifiers as x, createCommentVNode as _, vShow as X, createTextVNode as N, toDisplayString as P } from "vue";
2
- import { _ as Z, u as ee, P as le, a as te } from "./index-4ad7a283.js";
2
+ import { _ as Z, u as ee, P as le, a as te } from "./index-a2634eef.js";
3
3
  import "vue-router";
4
4
  import "element-plus";
5
5
  const oe = {
@@ -13,8 +13,8 @@ const oe = {
13
13
  emits: ["reset", "search"],
14
14
  setup(E, { emit: I }) {
15
15
  const M = W(() => import("./index-e2f2023d.js")), { t: u } = ee(), k = I, c = E;
16
- let p = v([]), q = v([]), V = v(!0);
17
- const Q = (r) => c.data.tableConfig.isExpandQuery && V.value ? c.data.tableConfig.tableQueryRowWidth > r + 1 : !0, i = (r) => new Function("", r.fieldUiProps)() || {}, D = (r) => {
16
+ let p = v([]), q = v([]), b = v(!0);
17
+ const Q = (r) => c.data.tableConfig.isExpandQuery && b.value ? c.data.tableConfig.tableQueryRowWidth > r + 1 : !0, i = (r) => new Function("", r.fieldUiProps)() || {}, D = (r) => {
18
18
  p.value = (r || []).filter((t) => t.useScenes.includes("tableSearch"));
19
19
  }, R = (r) => {
20
20
  const t = (r || []).filter((s) => s.permissionCode === 1001);
@@ -40,7 +40,7 @@ const oe = {
40
40
  break;
41
41
  }
42
42
  }, Y = () => {
43
- V.value = !V.value;
43
+ b.value = !b.value;
44
44
  };
45
45
  return (r, t) => {
46
46
  var S;
@@ -54,8 +54,8 @@ const oe = {
54
54
  "label-position": "right"
55
55
  }, {
56
56
  default: m(() => [
57
- (a(!0), h(C, null, g(o(p), (e, b) => J((a(), n(T, {
58
- key: b,
57
+ (a(!0), h(C, null, g(o(p), (e, V) => J((a(), n(T, {
58
+ key: V,
59
59
  class: "search-form-item",
60
60
  "label-width": c.data.tableConfig.tableQueryLabelWidth,
61
61
  label: e.fieldName
@@ -151,7 +151,7 @@ const oe = {
151
151
  ]),
152
152
  _: 2
153
153
  }, 1032, ["label-width", "label"])), [
154
- [X, Q(b)]
154
+ [X, Q(V)]
155
155
  ])), 128)),
156
156
  o(p).length ? (a(), n(T, {
157
157
  key: 0,
@@ -159,8 +159,8 @@ const oe = {
159
159
  "label-width": "0"
160
160
  }, {
161
161
  default: m(() => [
162
- (a(!0), h(C, null, g(o(q), (e, b) => (a(), n($, {
163
- key: b,
162
+ (a(!0), h(C, null, g(o(q), (e, V) => (a(), n($, {
163
+ key: V,
164
164
  type: e.btnColor,
165
165
  onClick: (l) => f(e)
166
166
  }, {
@@ -173,7 +173,7 @@ const oe = {
173
173
  height: "12",
174
174
  color: "#fff"
175
175
  }, null, 8, ["name"])) : _("", !0),
176
- N(" " + P(e.btnName), 1)
176
+ N(" " + P(e.btnName) + "1 ", 1)
177
177
  ]),
178
178
  _: 2
179
179
  }, 1032, ["type", "onClick"]))), 128))
@@ -188,18 +188,18 @@ const oe = {
188
188
  class: "expand",
189
189
  text: "",
190
190
  size: "small",
191
- icon: o(V) ? "ArrowDown" : "ArrowUp",
191
+ icon: o(b) ? "ArrowDown" : "ArrowUp",
192
192
  onClick: Y
193
193
  }, {
194
194
  default: m(() => [
195
- N(P(o(V) ? "展开" : "收起"), 1)
195
+ N(P(o(b) ? "展开" : "收起"), 1)
196
196
  ]),
197
197
  _: 1
198
198
  }, 8, ["icon"])) : _("", !0)
199
199
  ])) : _("", !0);
200
200
  };
201
201
  }
202
- }, se = /* @__PURE__ */ Z(ae, [["__scopeId", "data-v-851e4602"]]);
202
+ }, se = /* @__PURE__ */ Z(ae, [["__scopeId", "data-v-8d2b7f0e"]]);
203
203
  export {
204
204
  se as default
205
205
  };
@@ -1,5 +1,5 @@
1
1
  import { ref as h, watch as I, resolveComponent as _, openBlock as a, createElementBlock as d, createVNode as u, unref as p, isRef as b, withCtx as m, createElementVNode as g, createBlock as w, createCommentVNode as C, createTextVNode as N, Fragment as B, renderList as E, normalizeClass as S } from "vue";
2
- import { _ as z } from "./index-4ad7a283.js";
2
+ import { _ as z } from "./index-a2634eef.js";
3
3
  import "vue-router";
4
4
  import "element-plus";
5
5
  const A = { class: "select-icon-container" }, F = { class: "icon-list" }, L = ["onClick"], P = {
@@ -1,5 +1,5 @@
1
- import { conf as t, language as e } from "./typescript-bb20f7ba.js";
2
- import "./index-4ad7a283.js";
1
+ import { conf as t, language as e } from "./typescript-807ce4d9.js";
2
+ import "./index-a2634eef.js";
3
3
  import "vue";
4
4
  import "vue-router";
5
5
  import "element-plus";
@@ -1,7 +1,7 @@
1
1
  var Ge = Object.defineProperty;
2
2
  var Qe = (e, n, i) => n in e ? Ge(e, n, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[n] = i;
3
3
  var A = (e, n, i) => (Qe(e, typeof n != "symbol" ? n + "" : n, i), i);
4
- import { m as Ze } from "./index-4ad7a283.js";
4
+ import { m as Ze } from "./index-a2634eef.js";
5
5
  import "vue";
6
6
  import "vue-router";
7
7
  import "element-plus";
@@ -1,4 +1,4 @@
1
- import { m as d } from "./index-4ad7a283.js";
1
+ import { m as d } from "./index-a2634eef.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  import "element-plus";
@@ -1,4 +1,4 @@
1
- import { m as a } from "./index-4ad7a283.js";
1
+ import { m as a } from "./index-a2634eef.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  import "element-plus";
@@ -1,4 +1,4 @@
1
- import { m as s } from "./index-4ad7a283.js";
1
+ import { m as s } from "./index-a2634eef.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  import "element-plus";
@@ -1,7 +1,7 @@
1
1
  var M = Object.defineProperty;
2
2
  var K = (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) => (K(e, typeof t != "symbol" ? t + "" : t, r), r);
4
- import { t as R, m as E } from "./index-4ad7a283.js";
4
+ import { t as R, m as E } from "./index-a2634eef.js";
5
5
  import "vue";
6
6
  import "vue-router";
7
7
  import "element-plus";
@@ -1,4 +1,4 @@
1
- import { m as c } from "./index-4ad7a283.js";
1
+ import { m as c } from "./index-a2634eef.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  import "element-plus";
@@ -1,4 +1,4 @@
1
- import { m } from "./index-4ad7a283.js";
1
+ import { m } from "./index-a2634eef.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  import "element-plus";
@@ -1,4 +1,4 @@
1
- import { m as i } from "./index-4ad7a283.js";
1
+ import { m as i } from "./index-a2634eef.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  import "element-plus";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "act-plus",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "private": false,
5
5
  "description": "act config",
6
6
  "main": "act-plus.js",