asiaint-lowcode 3.1.120 → 3.1.122

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 (42) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +98 -98
  4. package/dist/index.d.ts +1 -0
  5. package/dist/lazy/{Card-Cu2n8Ib7.js → Card-CfzeOhd-.js} +8 -8
  6. package/dist/lazy/{Cascader-B5rkDMYo.js → Cascader-BHeLn9PE.js} +1 -1
  7. package/dist/lazy/{Checkbox-DtSu20dV.js → Checkbox-vUIin0xH.js} +2 -2
  8. package/dist/lazy/{Collapse-BC88go76.js → Collapse-DC4FTnEl.js} +1 -1
  9. package/dist/lazy/{Component-VCb7YVgR.js → Component-BEXVKcUW.js} +2 -2
  10. package/dist/lazy/{Component-Bcpny5Xp.js → Component-CMfNnAuT.js} +1 -1
  11. package/dist/lazy/{Component-D6QBAVQL.js → Component-Cke-KiSU.js} +2 -2
  12. package/dist/lazy/{Component-DW2uFn_8.js → Component-Cpoy128s.js} +2 -2
  13. package/dist/lazy/{Component-CtMnBfy5.js → Component-pJkKYUni.js} +1 -1
  14. package/dist/lazy/{CurdCard-nChkQlxp.js → CurdCard-DaWCSjiT.js} +2 -2
  15. package/dist/lazy/Custom-V9LEBGlw.js +26 -0
  16. package/dist/lazy/{DatePicker-DIZvvia3.js → DatePicker-BJ5uFp1k.js} +1 -1
  17. package/dist/lazy/{DragList-BNpS0fqv.js → DragList-OGnnuZPH.js} +13 -13
  18. package/dist/lazy/{FilterSearch-B6l9h5Qe.js → FilterSearch-yJtM3Asb.js} +2 -2
  19. package/dist/lazy/{FloatCurd-CmlDqNHj.js → FloatCurd-DAWaUIDp.js} +2 -2
  20. package/dist/lazy/{FormList-B8DI9dIE.js → FormList-cwobv1EP.js} +1 -1
  21. package/dist/lazy/{Grid-DRPwlxze.js → Grid-C-5Csqbc.js} +1 -1
  22. package/dist/lazy/{InfiniteScroll-gFCD9guK.js → InfiniteScroll-DEw2xDbu.js} +4 -4
  23. package/dist/lazy/{Inline-BRjaZbXe.js → Inline-CaTWN_QC.js} +3 -3
  24. package/dist/lazy/{JsonEdit-BT0_koSN.js → JsonEdit-B5VoN304.js} +3 -3
  25. package/dist/lazy/{LogList-Vxg0wkBe.js → LogList-CVvLPGTn.js} +7 -7
  26. package/dist/lazy/{ObjGroup-Cd7fTWcC.js → ObjGroup-BR6KtO4B.js} +1 -1
  27. package/dist/lazy/{OfferDetails-BoRG3Fi8.js → OfferDetails-Dx0XUKwZ.js} +17 -16
  28. package/dist/lazy/{Pagination-P_511jWK.js → Pagination-BXtwaDQ1.js} +7 -7
  29. package/dist/lazy/{Progress-DTcWhWBt.js → Progress-Bim2tlvR.js} +15 -15
  30. package/dist/lazy/{Radio-irPJpxmn.js → Radio-DaLxM2SF.js} +3 -3
  31. package/dist/lazy/{SearchSelect-DDRblNMm.js → SearchSelect-CFRRMJrQ.js} +6 -6
  32. package/dist/lazy/{Select-pafpAwox.js → Select-DApCrJ-S.js} +2 -2
  33. package/dist/lazy/{Table-BxXUcD2U.js → Table-Dz3g6jA2.js} +112 -111
  34. package/dist/lazy/{Tabs-r47bKtgq.js → Tabs-CBNMzjl7.js} +7 -7
  35. package/dist/lazy/{TextArea-C0to6kTf.js → TextArea-B-Y215wa.js} +3 -3
  36. package/dist/lazy/{Wrapper-DlY040UP.js → Wrapper-BO9NcQ7N.js} +4 -4
  37. package/dist/lazy/{index-7tXSzPqQ.js → index-Py7OZ7Ir.js} +61 -59
  38. package/dist/lazy/{useSelect-rUzLXCDE.js → useSelect-1KqB3Lvk.js} +1 -1
  39. package/dist/style.css +2 -2
  40. package/global.d.ts +10 -10
  41. package/package.json +3 -5
  42. package/dist/lazy/Custom-LY9T9VJH.js +0 -26
package/global.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- declare module 'vue' {
2
- export interface GlobalComponents {
3
- FormRender: (typeof import('asiaint-lowcode'))['FormRender']
4
- FormDesign: (typeof import('asiaint-lowcode'))['FormDesign']
5
- TableRender: (typeof import('asiaint-lowcode'))['TableRender']
6
- PageRender: (typeof import('asiaint-lowcode'))['PageRender']
7
- }
8
- }
9
-
10
- export {}
1
+ declare module 'vue' {
2
+ export interface GlobalComponents {
3
+ FormRender: (typeof import('asiaint-lowcode'))['FormRender']
4
+ FormDesign: (typeof import('asiaint-lowcode'))['FormDesign']
5
+ TableRender: (typeof import('asiaint-lowcode'))['TableRender']
6
+ PageRender: (typeof import('asiaint-lowcode'))['PageRender']
7
+ }
8
+ }
9
+
10
+ export {}
package/package.json CHANGED
@@ -1,12 +1,10 @@
1
1
  {
2
2
  "name": "asiaint-lowcode",
3
- "version": "3.1.120",
3
+ "version": "3.1.122",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
7
- "prebuild": "node scripts/prepare-build.js",
8
7
  "build": "vite build",
9
- "postbuild": "node scripts/prepare-dev.js",
10
8
  "v": "npm version patch",
11
9
  "release": "node scripts/release.js"
12
10
  },
@@ -26,8 +24,8 @@
26
24
  "dist",
27
25
  "global.d.ts"
28
26
  ],
29
- "main": "./index.ts",
30
- "module": "./index.ts",
27
+ "main": "./dist/asiaint-lowcode.js",
28
+ "module": "./dist/asiaint-lowcode.js",
31
29
  "types": "dist/index.d.ts",
32
30
  "keywords": [
33
31
  "component",
@@ -1,26 +0,0 @@
1
- import { defineComponent as n, mergeModels as s, useModel as p, openBlock as t, createElementBlock as r, createBlock as u, resolveDynamicComponent as d, mergeProps as c } from "vue";
2
- import { _ as i } from "./index-7tXSzPqQ.js";
3
- const f = {
4
- key: 0,
5
- class: "empty"
6
- }, _ = /* @__PURE__ */ n({
7
- __name: "Custom",
8
- props: /* @__PURE__ */ s({
9
- componentName: {}
10
- }, {
11
- modelValue: {},
12
- modelModifiers: {}
13
- }),
14
- emits: ["update:modelValue"],
15
- setup(a) {
16
- const o = p(a, "modelValue");
17
- return (e, m) => e.componentName ? (t(), u(d(e.componentName), c({
18
- key: 1,
19
- modelValue: o.value,
20
- "onUpdate:modelValue": m[0] || (m[0] = (l) => o.value = l)
21
- }, e.$attrs), null, 16, ["modelValue"])) : (t(), r("span", f, "请输入全局注册得组件名"));
22
- }
23
- }), v = /* @__PURE__ */ i(_, [["__scopeId", "data-v-a013b8cf"]]);
24
- export {
25
- v as default
26
- };