asiaint-lowcode 3.1.103 → 3.1.104

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 (41) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +29 -29
  4. package/dist/lazy/{Card-DgzxcSTh.js → Card-BYi5RX-U.js} +23 -23
  5. package/dist/lazy/{Cascader-hy4tMhgf.js → Cascader-DSc-tBXD.js} +1 -1
  6. package/dist/lazy/{Checkbox-CEMk4jQf.js → Checkbox-BwVl_kLE.js} +2 -2
  7. package/dist/lazy/{Collapse-B3j7HKIZ.js → Collapse-BzBLO7eG.js} +1 -1
  8. package/dist/lazy/{Component-DU-D_jtW.js → Component-B6yFkqDM.js} +2 -2
  9. package/dist/lazy/{Component-CYI0yTkN.js → Component-BbpttgSN.js} +2 -2
  10. package/dist/lazy/{Component-BZg64IJL.js → Component-CmG7-A0E.js} +1 -1
  11. package/dist/lazy/{Component-r-PwWvCI.js → Component-DKewZdkK.js} +1 -1
  12. package/dist/lazy/{Component-chi-vKO_.js → Component-E8xzou7u.js} +2 -2
  13. package/dist/lazy/{CurdCard-CujyUz_K.js → CurdCard-DUSKyIdd.js} +2 -2
  14. package/dist/lazy/Custom-BtPzeAeT.js +26 -0
  15. package/dist/lazy/{DatePicker-J4FfXpJS.js → DatePicker-B1avvVbv.js} +1 -1
  16. package/dist/lazy/{DragList-Bnnv0hNa.js → DragList-DHzvqu30.js} +13 -13
  17. package/dist/lazy/{FilterSearch-BQEo2Kga.js → FilterSearch-eAr0kyOc.js} +2 -2
  18. package/dist/lazy/{FloatCurd-CO-Ge0YK.js → FloatCurd-BG9jysxr.js} +9 -9
  19. package/dist/lazy/{FormList-B-uxilyP.js → FormList-BQ2YeLlT.js} +1 -1
  20. package/dist/lazy/{Grid-RcW_f8Y3.js → Grid-H1k8eWXm.js} +1 -1
  21. package/dist/lazy/{InfiniteScroll-BHfxrYPb.js → InfiniteScroll-Btx3gGPM.js} +4 -4
  22. package/dist/lazy/{Inline-DnEivGXj.js → Inline-Brfx20E1.js} +3 -3
  23. package/dist/lazy/{JsonEdit-C9pScW5g.js → JsonEdit-BsmnASE5.js} +3 -3
  24. package/dist/lazy/{LogList-BqPEJhVX.js → LogList-RBP8AlYN.js} +7 -7
  25. package/dist/lazy/{ObjGroup-C918M_6L.js → ObjGroup-B3568-Jm.js} +1 -1
  26. package/dist/lazy/{OfferDetails-Do5CZ2Uw.js → OfferDetails-BvZ4ztZi.js} +11 -11
  27. package/dist/lazy/{Pagination-oU6OMO5j.js → Pagination-W8rSWg2_.js} +4 -4
  28. package/dist/lazy/{Progress-BQx7fTDI.js → Progress-xe_ZWV8a.js} +15 -15
  29. package/dist/lazy/{Radio-BnhHI_2M.js → Radio-DvvfD8rF.js} +3 -3
  30. package/dist/lazy/{SearchSelect-CWWA7v15.js → SearchSelect-0BeIO2Kd.js} +6 -6
  31. package/dist/lazy/{Select-DoYeriki.js → Select-tTMv8Jr2.js} +2 -2
  32. package/dist/lazy/{Table-bXICsWRl.js → Table-DUJ6Aj9o.js} +39 -39
  33. package/dist/lazy/{Tabs-BQzsVcbe.js → Tabs-cha1ej62.js} +2 -2
  34. package/dist/lazy/{TextArea-BnVgg0Tz.js → TextArea-neOL4Tfb.js} +3 -3
  35. package/dist/lazy/{Wrapper-DXxbeFz0.js → Wrapper-B8feAer3.js} +2 -2
  36. package/dist/lazy/{index-CGuF8LK3.js → index-B-_zXaVx.js} +584 -584
  37. package/dist/lazy/{useSelect-MxgUFiHz.js → useSelect-CxSvB0SH.js} +1 -1
  38. package/dist/style.css +2 -2
  39. package/global.d.ts +10 -10
  40. package/package.json +36 -36
  41. package/dist/lazy/Custom-K7Nv0mMN.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,36 +1,36 @@
1
- {
2
- "name": "asiaint-lowcode",
3
- "version": "3.1.103",
4
- "private": false,
5
- "type": "module",
6
- "scripts": {
7
- "build": "vite build",
8
- "v": "npm version patch",
9
- "release": "vite build && npm publish"
10
- },
11
- "peerDependencies": {
12
- "vue": "^3.2.0",
13
- "element-plus": "^2.6.0"
14
- },
15
- "dependencies": {
16
- "element-plus": "^2.8.3",
17
- "vue": "^3.5.8"
18
- },
19
- "devDependencies": {
20
- "vite-plugin-dts": "^3.7.3",
21
- "vite-plugin-libcss": "^1.1.1"
22
- },
23
- "files": [
24
- "dist",
25
- "global.d.ts"
26
- ],
27
- "main": "./dist/asiaint-lowcode.js",
28
- "module": "./dist/asiaint-lowcode.js",
29
- "types": "dist/index.d.ts",
30
- "keywords": [
31
- "component",
32
- "vue",
33
- "form",
34
- "element-ui"
35
- ]
36
- }
1
+ {
2
+ "name": "asiaint-lowcode",
3
+ "version": "3.1.104",
4
+ "private": false,
5
+ "type": "module",
6
+ "scripts": {
7
+ "build": "vite build",
8
+ "v": "npm version patch",
9
+ "release": "vite build && npm publish"
10
+ },
11
+ "peerDependencies": {
12
+ "vue": "^3.2.0",
13
+ "element-plus": "^2.6.0"
14
+ },
15
+ "dependencies": {
16
+ "element-plus": "^2.8.3",
17
+ "vue": "^3.5.8"
18
+ },
19
+ "devDependencies": {
20
+ "vite-plugin-dts": "^3.7.3",
21
+ "vite-plugin-libcss": "^1.1.1"
22
+ },
23
+ "files": [
24
+ "dist",
25
+ "global.d.ts"
26
+ ],
27
+ "main": "./dist/asiaint-lowcode.js",
28
+ "module": "./dist/asiaint-lowcode.js",
29
+ "types": "dist/index.d.ts",
30
+ "keywords": [
31
+ "component",
32
+ "vue",
33
+ "form",
34
+ "element-ui"
35
+ ]
36
+ }
@@ -1,26 +0,0 @@
1
- import { defineComponent as n, mergeModels as s, useModel as p, openBlock as t, createElementBlock as r, createBlock as d, resolveDynamicComponent as u, mergeProps as c } from "vue";
2
- import { _ as i } from "./index-CGuF8LK3.js";
3
- const _ = {
4
- key: 0,
5
- class: "empty"
6
- }, f = /* @__PURE__ */ n({
7
- __name: "Custom",
8
- props: /* @__PURE__ */ s({
9
- componentName: {}
10
- }, {
11
- modelValue: {},
12
- modelModifiers: {}
13
- }),
14
- emits: ["update:modelValue"],
15
- setup(l) {
16
- const o = p(l, "modelValue");
17
- return (e, m) => e.componentName ? (t(), d(u(e.componentName), c({
18
- key: 1,
19
- modelValue: o.value,
20
- "onUpdate:modelValue": m[0] || (m[0] = (a) => o.value = a)
21
- }, e.$attrs), null, 16, ["modelValue"])) : (t(), r("span", _, "请输入全局注册得组件名"));
22
- }
23
- }), v = /* @__PURE__ */ i(f, [["__scopeId", "data-v-2250b7d1"]]);
24
- export {
25
- v as default
26
- };