@cloudbase/weda-ui 3.1.1 → 3.1.2

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 (27) hide show
  1. package/dist/asset-manifest.json +17 -0
  2. package/dist/configs/components/form/location.json +0 -32
  3. package/dist/index.html +88 -0
  4. package/dist/static/js/bundle.js +963 -0
  5. package/dist/static/js/bundle.js.map +1 -0
  6. package/dist/static/js/main.chunk.js +8841 -0
  7. package/dist/static/js/main.chunk.js.map +1 -0
  8. package/dist/static/js/vendors~main.chunk.js +247885 -0
  9. package/dist/static/js/vendors~main.chunk.js.map +1 -0
  10. package/dist/static/media/ef6fa527e24e354765d806b826b41391.fa67580a.svg +627 -0
  11. package/dist/web/components/chart/common/core/eChartBar.d.ts +36 -0
  12. package/dist/web/components/chart/common/core/eChartLine.d.ts +34 -0
  13. package/dist/web/components/chart/common/core/eChartPie.d.ts +22 -0
  14. package/dist/web/components/form/location/common/mapChoose.js +4 -0
  15. package/dist/web/components/form/location/common/propsConfig.d.ts +1 -4
  16. package/dist/web/components/form/location/common/propsConfig.js +0 -2
  17. package/dist/web/components/form/location/common/useLocationInfo.d.ts +2 -0
  18. package/dist/web/components/form/location/common/useLocationInfo.js +19 -3
  19. package/dist/web/components/form/location/components/LocationH5/index.css +1 -1
  20. package/dist/web/components/form/location/components/LocationH5/location.h5.js +30 -54
  21. package/dist/web/components/form/location/components/LocationPC/location.PC.js +16 -51
  22. package/dist/web/components/form/select/h5.js +15 -13
  23. package/dist/web/components/form/select/index.js +15 -13
  24. package/dist/web/components/richText/index.js +6 -3
  25. package/dist/web/utils/isObjectEqual.d.ts +1 -1
  26. package/package.json +3 -4
  27. package/CHANGELOG.md +0 -7
@@ -0,0 +1,17 @@
1
+ {
2
+ "files": {
3
+ "main.js": "/static/js/main.chunk.js",
4
+ "main.js.map": "/static/js/main.chunk.js.map",
5
+ "runtime-main.js": "/static/js/bundle.js",
6
+ "runtime-main.js.map": "/static/js/bundle.js.map",
7
+ "vendors~main.js": "/static/js/vendors~main.chunk.js",
8
+ "vendors~main.js.map": "/static/js/vendors~main.chunk.js.map",
9
+ "index.html": "/index.html",
10
+ "static/media/ef6fa527e24e354765d806b826b41391.svg": "/static/media/ef6fa527e24e354765d806b826b41391.fa67580a.svg"
11
+ },
12
+ "entrypoints": [
13
+ "static/js/bundle.js",
14
+ "static/js/vendors~main.chunk.js",
15
+ "static/js/main.chunk.js"
16
+ ]
17
+ }
@@ -11,10 +11,6 @@
11
11
  {
12
12
  "label": "用户当前位置",
13
13
  "value": 2
14
- },
15
- {
16
- "label": "自定义",
17
- "value": 3
18
14
  }
19
15
  ],
20
16
  "type": "string",
@@ -22,34 +18,6 @@
22
18
  "default": 1,
23
19
  "x-index": 3
24
20
  },
25
- "customLocation": {
26
- "type": "object",
27
- "title": "位置输入",
28
- "x-index": 4,
29
- "x-category": "基础属性",
30
- "properties": {
31
- "latitude": {
32
- "title": "纬度",
33
- "type": "number",
34
- "default": 22.540366
35
- },
36
- "longitude": {
37
- "title": "经度",
38
- "type": "number",
39
- "default": 113.934559
40
- },
41
- "poiname": {
42
- "title": "详细位置",
43
- "type": "string",
44
- "default": "深圳市南山区深南大道10000号腾讯大厦"
45
- }
46
- },
47
- "default": {
48
- "latitude": 22.540366,
49
- "longitude": 113.934559,
50
- "poiname": "深圳市南山区深南大道10000号腾讯大厦"
51
- }
52
- },
53
21
  "dataSource": {
54
22
  "type": "object",
55
23
  "title": "地图数据源",
@@ -0,0 +1,88 @@
1
+ Html Webpack Plugin:
2
+ <pre>
3
+ Error: Child compilation failed:
4
+ Entry module not found: Error: Can't resolve '/Users/fengkx/lowcode/weda-ui/public/index.html' in '/Users/fengkx/lowcode/weda-ui':
5
+ Error: Can't resolve '/Users/fengkx/lowcode/weda-ui/public/index.html' in '/Users/fengkx/lowcode/weda-ui'
6
+ EntryModuleNotFoundError: Entry module not found: Error: Can't resolve '/Users/fengkx/lowcode/weda-ui/public/index.html' in '/Users/fengkx/lowcode/weda-ui '
7
+
8
+ - Compilation.js:1075
9
+ [weda-ui]/[builder-webpack4]/[webpack]/lib/Compilation.js:1075:31
10
+
11
+ - NormalModuleFactory.js:401
12
+ [weda-ui]/[builder-webpack4]/[webpack]/lib/NormalModuleFactory.js:401:22
13
+
14
+ - NormalModuleFactory.js:130
15
+ [weda-ui]/[builder-webpack4]/[webpack]/lib/NormalModuleFactory.js:130:21
16
+
17
+ - NormalModuleFactory.js:224
18
+ [weda-ui]/[builder-webpack4]/[webpack]/lib/NormalModuleFactory.js:224:22
19
+
20
+ - async.js:2830
21
+ [weda-ui]/[neo-async]/async.js:2830:7
22
+
23
+ - async.js:6877
24
+ [weda-ui]/[neo-async]/async.js:6877:13
25
+
26
+ - NormalModuleFactory.js:214
27
+ [weda-ui]/[builder-webpack4]/[webpack]/lib/NormalModuleFactory.js:214:25
28
+
29
+ - Resolver.js:213
30
+ [weda-ui]/[enhanced-resolve]/lib/Resolver.js:213:14
31
+
32
+ - Resolver.js:285
33
+ [weda-ui]/[enhanced-resolve]/lib/Resolver.js:285:5
34
+
35
+
36
+ - UnsafeCachePlugin.js:44
37
+ [weda-ui]/[enhanced-resolve]/lib/UnsafeCachePlugin.js:44:7
38
+
39
+ - Resolver.js:285
40
+ [weda-ui]/[enhanced-resolve]/lib/Resolver.js:285:5
41
+
42
+
43
+ - Resolver.js:285
44
+ [weda-ui]/[enhanced-resolve]/lib/Resolver.js:285:5
45
+
46
+
47
+ - DescriptionFilePlugin.js:67
48
+ [weda-ui]/[enhanced-resolve]/lib/DescriptionFilePlugin.js:67:43
49
+
50
+ - child-compiler.js:131
51
+ [weda-ui]/[react-scripts]/[html-webpack-plugin]/lib/child-compiler.js:131:18
52
+
53
+ - Compiler.js:343
54
+ [weda-ui]/[builder-webpack4]/[webpack]/lib/Compiler.js:343:11
55
+
56
+ - Compiler.js:681
57
+ [weda-ui]/[builder-webpack4]/[webpack]/lib/Compiler.js:681:15
58
+
59
+
60
+ - Hook.js:154 AsyncSeriesHook.lazyCompileHook
61
+ [weda-ui]/[tapable]/lib/Hook.js:154:20
62
+
63
+ - Compiler.js:678
64
+ [weda-ui]/[builder-webpack4]/[webpack]/lib/Compiler.js:678:31
65
+
66
+
67
+ - Hook.js:154 AsyncSeriesHook.lazyCompileHook
68
+ [weda-ui]/[tapable]/lib/Hook.js:154:20
69
+
70
+ - Compilation.js:1423
71
+ [weda-ui]/[builder-webpack4]/[webpack]/lib/Compilation.js:1423:35
72
+
73
+
74
+ - Hook.js:154 AsyncSeriesHook.lazyCompileHook
75
+ [weda-ui]/[tapable]/lib/Hook.js:154:20
76
+
77
+ - Compilation.js:1414
78
+ [weda-ui]/[builder-webpack4]/[webpack]/lib/Compilation.js:1414:32
79
+
80
+
81
+ - Hook.js:154 AsyncSeriesHook.lazyCompileHook
82
+ [weda-ui]/[tapable]/lib/Hook.js:154:20
83
+
84
+ - Compilation.js:1409
85
+ [weda-ui]/[builder-webpack4]/[webpack]/lib/Compilation.js:1409:36
86
+
87
+
88
+ </pre><script src="/static/js/bundle.js"></script><script src="/static/js/vendors~main.chunk.js"></script><script src="/static/js/main.chunk.js"></script>