asiaint-lowcode 3.0.69 → 3.0.71

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 (34) hide show
  1. package/dist/asiaint-lowcode.js +9 -8
  2. package/dist/asiaint-lowcode.umd.cjs +117 -117
  3. package/dist/index.d.ts +8 -2
  4. package/dist/lazy/{Card-BJuaFcn8.js → Card-CUvW3dt0.js} +1 -1
  5. package/dist/lazy/{Cascader-BGRrs6-P.js → Cascader-BvpNT-Em.js} +1 -1
  6. package/dist/lazy/{Checkbox-CLrcC1or.js → Checkbox-SUjz3hXe.js} +2 -2
  7. package/dist/lazy/{Collapse-C5tZivzk.js → Collapse-CzJoT_Vt.js} +1 -1
  8. package/dist/lazy/{Component-DjhxTQ98.js → Component-BDQU89Ai.js} +7 -6
  9. package/dist/lazy/{Component-D-oqBtuf.js → Component-BcqtcP-J.js} +1 -1
  10. package/dist/lazy/{Component-CAFo20v7.js → Component-Bv4emHeZ.js} +1 -1
  11. package/dist/lazy/{Component-Br1QlkhM.js → Component-CBmPuHTM.js} +1 -1
  12. package/dist/lazy/{Component-hhj3LnrH.js → Component-COX34ZpZ.js} +1 -1
  13. package/dist/lazy/{Component-BMuo2I0l.js → Component-aCdVMOfw.js} +1 -1
  14. package/dist/lazy/{CurdCard-CFCRrMt7.js → CurdCard-BXeTPux9.js} +1 -1
  15. package/dist/lazy/{Custom-BpZnbVw8.js → Custom-Cb8OB7hi.js} +1 -1
  16. package/dist/lazy/{FormList-v3RYIz8J.js → FormList-DTRKSIxW.js} +1 -1
  17. package/dist/lazy/{Grid-2BkdN-nn.js → Grid-IpcAX4h3.js} +1 -1
  18. package/dist/lazy/{Inline-87p5II3I.js → Inline-DEBEcRs7.js} +1 -1
  19. package/dist/lazy/{JsonEdit-D6P-DfQ6.js → JsonEdit-BvWJq_Qw.js} +1 -1
  20. package/dist/lazy/{LogList-BxgM4bqh.js → LogList-CUlwErog.js} +1 -1
  21. package/dist/lazy/{ObjGroup-BWC5Qjlc.js → ObjGroup-D3BSRhyd.js} +1 -1
  22. package/dist/lazy/{OfferDetails-DwKsR5jA.js → OfferDetails-DHiirJkh.js} +1 -1
  23. package/dist/lazy/{Progress-CA6Q5-ip.js → Progress-CJdG7L2p.js} +1 -1
  24. package/dist/lazy/{Radio-B6Fu85lP.js → Radio-tg2Opn2u.js} +2 -2
  25. package/dist/lazy/{SearchSelect-B6nyBhfo.js → SearchSelect-BQAzG-_t.js} +2 -2
  26. package/dist/lazy/{Select-Bjic3qfh.js → Select-Chx-hOhn.js} +2 -2
  27. package/dist/lazy/{Table-Bw8M6Yh1.js → Table-U5fbGZxs.js} +1 -1
  28. package/dist/lazy/{Tabs-BrQoG-Tz.js → Tabs-CREkJMea.js} +1 -1
  29. package/dist/lazy/Tag-IQ_W6v0E.js +22 -0
  30. package/dist/lazy/{Wrapper-1hPVtn3X.js → Wrapper-BWpnZIqz.js} +1 -1
  31. package/dist/lazy/{index-CHlebr7F.js → index-BuyTbIWC.js} +3172 -3118
  32. package/dist/lazy/{useSelect-yUgk_nQ9.js → useSelect-6xXJTQum.js} +1 -1
  33. package/package.json +1 -1
  34. package/dist/lazy/Tag-YpWlcGOi.js +0 -22
@@ -1,5 +1,5 @@
1
1
  import { inject as I, ref as h, toRaw as y, onMounted as S, watch as r } from "vue";
2
- import { $ as D, u as P, l as F, h as g } from "./index-CHlebr7F.js";
2
+ import { $ as D, u as P, l as F, h as g } from "./index-BuyTbIWC.js";
3
3
  import "element-plus";
4
4
  const q = () => {
5
5
  const { fetchOptionsFn: e } = I(D);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asiaint-lowcode",
3
- "version": "3.0.69",
3
+ "version": "3.0.71",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,22 +0,0 @@
1
- import { defineComponent as o, resolveComponent as p, openBlock as a, createBlock as n, withCtx as r, createTextVNode as l, toDisplayString as _ } from "vue";
2
- const f = /* @__PURE__ */ o({
3
- __name: "Tag",
4
- props: {
5
- text: { default: "标签" },
6
- type: { default: "primary" }
7
- },
8
- setup(c) {
9
- return (e, s) => {
10
- const t = p("el-tag");
11
- return a(), n(t, { type: e.type }, {
12
- default: r(() => [
13
- l(_(e.text), 1)
14
- ]),
15
- _: 1
16
- }, 8, ["type"]);
17
- };
18
- }
19
- });
20
- export {
21
- f as default
22
- };