lowcoder-comps 0.0.21 → 0.0.23
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.
- package/060799f2.js +960 -0
- package/1012bc4d.js +804 -0
- package/{b38c288b.js → 13094807.js} +10 -12
- package/{54511d22.js → 17eec513.js} +73 -76
- package/3581323b.js +1055 -0
- package/{f576ac90.js → 39041099.js} +97 -109
- package/43aa9013.js +218 -0
- package/4835e2da.js +2501 -0
- package/4ac12b61.js +915 -0
- package/52f00270.js +932 -0
- package/53ac8761.js +1235 -0
- package/53c41f32.js +1116 -0
- package/6b0ac243.js +64 -0
- package/6b615aa6.js +365 -0
- package/{9f3281b9.js → 6ddb6f97.js} +48410 -35551
- package/6fa8963b.js +2396 -0
- package/{ba44e76c.js → 7958ae6b.js} +4257 -4221
- package/{7c62ef63.js → 7b5e16e2.js} +1 -1
- package/83aee898.js +825 -0
- package/{31b1cdd2.js → 877dfc2d.js} +29 -30
- package/92e85b65.js +65 -0
- package/9f3e59b9.js +796 -0
- package/{a6e7fb9e.js → 9fadb810.js} +64 -71
- package/a8fa2c8f.js +1284 -0
- package/{8219433d.js → af05a28a.js} +7038 -6859
- package/{450c6bd6.js → ba9c56f6.js} +44 -44
- package/{2768fdea.js → bd004c35.js} +89 -97
- package/{fb09e069.js → bfe4f54a.js} +598 -622
- package/d0baa7b9.js +86 -0
- package/dcf6bbc3.js +768 -0
- package/e21892cc.js +2966 -0
- package/e52f46f3.js +2192 -0
- package/{3bd738e9.js → eaef549d.js} +58 -64
- package/fc7a026c.js +502 -0
- package/fcffa471.js +1000 -0
- package/index.js +2 -2
- package/package.json +7 -8
- package/04ea1009.js +0 -985
- package/0a1968f4.js +0 -832
- package/3087113d.js +0 -1032
- package/39f71758.js +0 -849
- package/4d1cf087.js +0 -2679
- package/59cbb8ee.js +0 -2456
- package/62c916e0.js +0 -86
- package/74645131.js +0 -1246
- package/75095038.js +0 -159
- package/86a4a706.js +0 -1118
- package/88c87bf8.js +0 -943
- package/8d8e98a7.js +0 -365
- package/9200edf7.js +0 -70
- package/acdad8f2.js +0 -7
- package/cbee3d44.js +0 -607
- package/cc0f1351.js +0 -793
- package/e614be0d.js +0 -91
- package/f40ee59a.js +0 -940
- package/fc5c5300.js +0 -2103
- package/fe636892.js +0 -823
- package/fea654db.js +0 -2827
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.id="lowcoder-comps-0.0.
|
|
2
|
-
import {
|
|
1
|
+
(function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.id="lowcoder-comps-0.0.23",e.appendChild(document.createTextNode("")),document.head.appendChild(e)}}catch(c){console.error("vite-plugin-css-injected-by-js",c)}})();
|
|
2
|
+
import { b6 as f } from "./6ddb6f97.js";
|
|
3
3
|
export {
|
|
4
4
|
f as default
|
|
5
5
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lowcoder-comps",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"dependencies": {
|
|
@@ -11,16 +11,16 @@
|
|
|
11
11
|
"@fullcalendar/moment": "^6.1.6",
|
|
12
12
|
"@fullcalendar/react": "^6.1.6",
|
|
13
13
|
"@fullcalendar/timegrid": "^6.1.6",
|
|
14
|
-
"@types/react": "
|
|
15
|
-
"@types/react-dom": "
|
|
14
|
+
"@types/react": "^18.2.45",
|
|
15
|
+
"@types/react-dom": "^18.2.18",
|
|
16
16
|
"big.js": "^6.2.1",
|
|
17
17
|
"echarts-extension-gmap": "^1.6.0",
|
|
18
18
|
"echarts-wordcloud": "^2.1.0",
|
|
19
19
|
"lowcoder-cli": "workspace:^",
|
|
20
20
|
"lowcoder-sdk": "workspace:^",
|
|
21
|
-
"mermaid": "^10.
|
|
22
|
-
"react": "
|
|
23
|
-
"react-dom": "
|
|
21
|
+
"mermaid": "^10.6.1",
|
|
22
|
+
"react": "^18.2.0",
|
|
23
|
+
"react-dom": "^18.2.0",
|
|
24
24
|
"typescript": "4.8.4"
|
|
25
25
|
},
|
|
26
26
|
"lowcoder": {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"entry": "index.js"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
|
-
"start": "vite",
|
|
65
|
+
"start": "NODE_OPTIONS=--max_old_space_size=6144 vite",
|
|
66
66
|
"build": "yarn test && lowcoder-cli build",
|
|
67
67
|
"build_only": "lowcoder-cli build",
|
|
68
68
|
"build_publish": "lowcoder-cli build --publish",
|
|
@@ -70,7 +70,6 @@
|
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"jest": "29.3.0",
|
|
73
|
-
"jest-canvas-mock": "^2.5.2",
|
|
74
73
|
"vite": "^4.3.9",
|
|
75
74
|
"vite-tsconfig-paths": "^3.6.0"
|
|
76
75
|
}
|