asiaint-lowcode 3.1.49 → 3.1.51

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 (43) hide show
  1. package/README.md +31 -31
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +131 -131
  4. package/dist/index.d.ts +11 -9
  5. package/dist/lazy/{Card-5oXUg1MX.js → Card-DcgoI2Gr.js} +13 -13
  6. package/dist/lazy/{Cascader-F73Z_X_N.js → Cascader-CiMoxbyh.js} +1 -1
  7. package/dist/lazy/{Checkbox-D6DRBGdm.js → Checkbox-D3iCJHD5.js} +2 -2
  8. package/dist/lazy/{Collapse-gKZS9Vku.js → Collapse-DU3ip0cz.js} +1 -1
  9. package/dist/lazy/{Component-B8AbLqSV.js → Component-B9oRgHI7.js} +2 -2
  10. package/dist/lazy/{Component-DjFdaGtD.js → Component-BAZVU_kQ.js} +1 -1
  11. package/dist/lazy/{Component-C291L9x8.js → Component-Cv_wtBTU.js} +2 -2
  12. package/dist/lazy/{Component-BLSI6-ky.js → Component-DSkULL1a.js} +2 -2
  13. package/dist/lazy/{Component-LxdJP3er.js → Component-DzgUdwUY.js} +1 -1
  14. package/dist/lazy/{Component-B1HLAUXU.js → Component-YUWBWKTy.js} +7 -7
  15. package/dist/lazy/{CurdCard-BB9v5z9a.js → CurdCard-BD6H5aIA.js} +2 -2
  16. package/dist/lazy/Custom-7iDNoSlK.js +26 -0
  17. package/dist/lazy/DatePicker-MavK32RF.js +71 -0
  18. package/dist/lazy/{DragList-u4u7n2bs.js → DragList-CzAlyXnh.js} +13 -13
  19. package/dist/lazy/{FilterSearch-DJdJbCWH.js → FilterSearch-CzD-istR.js} +2 -2
  20. package/dist/lazy/{FormList-t_Cv1CTH.js → FormList-DpTJy9ob.js} +1 -1
  21. package/dist/lazy/{Grid-D6O6O5SA.js → Grid-CBUiY-OO.js} +1 -1
  22. package/dist/lazy/{InfiniteScroll-15TXzBFJ.js → InfiniteScroll-B284xoTH.js} +4 -4
  23. package/dist/lazy/{Inline-CGYxDtKb.js → Inline-DadVERtn.js} +3 -3
  24. package/dist/lazy/{JsonEdit-CbE1fX2x.js → JsonEdit-CJxysuI9.js} +3 -3
  25. package/dist/lazy/{LogList-C0ftViHS.js → LogList-B4l5FmKv.js} +7 -7
  26. package/dist/lazy/{ObjGroup-DBYmpOny.js → ObjGroup-DeR5yTmM.js} +1 -1
  27. package/dist/lazy/{OfferDetails-BnnORKZU.js → OfferDetails-DGAZXgJZ.js} +2 -2
  28. package/dist/lazy/{Pagination-BnaWmdaH.js → Pagination-17xZz5Q-.js} +4 -4
  29. package/dist/lazy/{Progress-DzqNpStB.js → Progress-IO4p6FXa.js} +15 -15
  30. package/dist/lazy/{Radio-CHd_NJ7s.js → Radio-DcoC-QEN.js} +3 -3
  31. package/dist/lazy/{SearchSelect-C68p-077.js → SearchSelect-xBxQTu_8.js} +6 -6
  32. package/dist/lazy/{Select-CJH-zvqf.js → Select-B6IJ1mXo.js} +2 -2
  33. package/dist/lazy/{Table-CvzQAvsX.js → Table-lUQHZPS8.js} +34 -36
  34. package/dist/lazy/{Tabs-DW_cjrCJ.js → Tabs-CS6opFGj.js} +2 -2
  35. package/dist/lazy/{TextArea-B3QA3X1u.js → TextArea-BK7_o1Tz.js} +2 -2
  36. package/dist/lazy/{Wrapper-DVIVZfTw.js → Wrapper-DnDNrN0W.js} +5 -5
  37. package/dist/lazy/{index-BJmCnDF6.js → index-B5DFOgE6.js} +1716 -1707
  38. package/dist/lazy/{useSelect-CBV_1VZv.js → useSelect-WivWUjZm.js} +1 -1
  39. package/dist/style.css +2 -2
  40. package/global.d.ts +10 -10
  41. package/package.json +36 -36
  42. package/dist/lazy/Custom-BAbxJtzV.js +0 -26
  43. package/dist/lazy/DatePicker-DrjxlcG5.js +0 -48
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.49",
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.51",
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-BJmCnDF6.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
- };
@@ -1,48 +0,0 @@
1
- import { defineComponent as C, mergeModels as y, useModel as M, useAttrs as k, computed as s, inject as u, resolveComponent as _, openBlock as d, createElementBlock as V, toDisplayString as B, createBlock as x, mergeProps as D } from "vue";
2
- import { dayjs as F } from "element-plus";
3
- import { u as I } from "./index-BJmCnDF6.js";
4
- const P = { key: 0 }, $ = /* @__PURE__ */ C({
5
- __name: "DatePicker",
6
- props: /* @__PURE__ */ y({
7
- onChange: {},
8
- onInput: {},
9
- onEnter: {},
10
- rulePath: {},
11
- read: { type: Boolean },
12
- readTextColor: {},
13
- onClick: {}
14
- }, {
15
- modelValue: {},
16
- modelModifiers: {}
17
- }),
18
- emits: ["update:modelValue"],
19
- setup(n) {
20
- const e = M(n, "modelValue"), o = n, r = k(), c = I(), m = s(() => o.read || c.schema.read), p = s(() => e.value ? r.valueFormat ? F(e.value).format(r.valueFormat) : e.value : "--"), i = [
21
- {
22
- text: "Today",
23
- value: /* @__PURE__ */ new Date()
24
- }
25
- ], l = u("ruleModule", void 0), h = u("pageMethodMap", {}), g = (t) => {
26
- if (console.log("zytest-----handleChange", t), o.onChange && l)
27
- try {
28
- l[o.onChange](h, t);
29
- } catch (a) {
30
- console.error(a + `
31
- onChange: ${o.onChange}`);
32
- }
33
- };
34
- return (t, a) => {
35
- const f = _("el-date-picker");
36
- return m.value ? (d(), V("span", P, B(p.value), 1)) : (d(), x(f, D({ key: 1 }, t.$attrs, {
37
- modelValue: e.value,
38
- "onUpdate:modelValue": a[0] || (a[0] = (v) => e.value = v),
39
- style: { width: "100%" },
40
- shortcuts: i,
41
- onChange: g
42
- }), null, 16, ["modelValue"]));
43
- };
44
- }
45
- });
46
- export {
47
- $ as default
48
- };