@conecli/cone-render 0.10.1-beta.4 → 0.10.1-beta.5
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/dist/api/index.ts +1 -1
- package/dist/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/common/index.weapp.ts +1 -1
- package/dist/common/sgmCustomCode.ts +1 -1
- package/dist/components/ErrorBoundary.tsx +1 -1
- package/dist/components/base/CustomScrollView/index.tsx +1 -1
- package/dist/components/base/CustomVideo/index.tsx +1 -1
- package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
- package/dist/components/base/InViewRender/index.weapp.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.module.scss +3 -0
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/MobileCommonHeader/index.tsx +1 -1
- package/dist/components/base/NetworkDataError/index.module.scss +3 -0
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/decorate/DecorateFloorModule/index.module.scss +11 -0
- package/dist/components/decorate/DecorateFloorModule/index.tsx +1 -1
- package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
- package/dist/components/decorate/PlaceHolder/index.tsx +1 -1
- package/dist/components/floorItem.tsx +1 -1
- package/dist/components/remoteFloorItem.tsx +1 -1
- package/dist/interface/common.ts +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/interface/service.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/const.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/modules/ContainerFloorList/index.h5.module.scss +1 -0
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/open/api/device.ts +1 -1
- package/dist/open/api/request.ts +1 -1
- package/dist/open/api/shopMember.ts +1 -1
- package/dist/open/api/util.ts +1 -1
- package/dist/open/components/index.ts +1 -1
- package/dist/sass/app.h5.scss +5 -0
- package/dist/sass/base.scss +45 -0
- package/dist/service/requestServer.ts +1 -1
- package/dist/utils/connectNativeJsBridge.ts +1 -1
- package/dist/utils/h5Utils.ts +1 -1
- package/dist/utils/index.h5.ts +1 -1
- package/dist/utils/index.ts +1 -1
- package/dist/utils/index.weapp.ts +1 -1
- package/dist/utils/sgmCodeUtils.ts +1 -1
- package/dist/utils/taroRenderUtil.ts +1 -1
- package/dist/utils/utils.ts +1 -1
- package/package.json +24 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conecli/cone-render",
|
|
3
|
-
"version": "0.10.1-beta.
|
|
3
|
+
"version": "0.10.1-beta.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/"
|
|
@@ -63,21 +63,22 @@
|
|
|
63
63
|
"author": "conecli",
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@babel/runtime": "7.24.4",
|
|
66
|
-
"@tarojs/components": "4.0.
|
|
67
|
-
"@tarojs/helper": "4.0.
|
|
68
|
-
"@tarojs/plugin-platform-weapp": "4.0.
|
|
69
|
-
"@tarojs/plugin-platform-alipay": "4.0.
|
|
70
|
-
"@tarojs/plugin-platform-tt": "4.0.
|
|
71
|
-
"@tarojs/plugin-platform-swan": "4.0.
|
|
72
|
-
"@tarojs/plugin-platform-jd": "4.0.
|
|
73
|
-
"@tarojs/plugin-platform-qq": "4.0.
|
|
74
|
-
"@tarojs/plugin-platform-h5": "4.0.
|
|
75
|
-
"@tarojs/plugin-platform-harmony-hybrid": "4.0.
|
|
76
|
-
"@tarojs/runtime": "4.0.
|
|
77
|
-
"@tarojs/shared": "4.0.
|
|
78
|
-
"@tarojs/taro": "4.0.
|
|
79
|
-
"@tarojs/plugin-framework-react": "4.0.
|
|
80
|
-
"@tarojs/react": "4.0.
|
|
66
|
+
"@tarojs/components": "4.0.7",
|
|
67
|
+
"@tarojs/helper": "4.0.7",
|
|
68
|
+
"@tarojs/plugin-platform-weapp": "4.0.7",
|
|
69
|
+
"@tarojs/plugin-platform-alipay": "4.0.7",
|
|
70
|
+
"@tarojs/plugin-platform-tt": "4.0.7",
|
|
71
|
+
"@tarojs/plugin-platform-swan": "4.0.7",
|
|
72
|
+
"@tarojs/plugin-platform-jd": "4.0.7",
|
|
73
|
+
"@tarojs/plugin-platform-qq": "4.0.7",
|
|
74
|
+
"@tarojs/plugin-platform-h5": "4.0.7",
|
|
75
|
+
"@tarojs/plugin-platform-harmony-hybrid": "4.0.7",
|
|
76
|
+
"@tarojs/runtime": "4.0.7",
|
|
77
|
+
"@tarojs/shared": "4.0.7",
|
|
78
|
+
"@tarojs/taro": "4.0.7",
|
|
79
|
+
"@tarojs/plugin-framework-react": "4.0.7",
|
|
80
|
+
"@tarojs/react": "4.0.7",
|
|
81
|
+
"@tarojs/service": "4.0.7",
|
|
81
82
|
"react-dom": "^18.2.0",
|
|
82
83
|
"react": "^18.2.0",
|
|
83
84
|
"art-template": "^4.13.2",
|
|
@@ -91,16 +92,16 @@
|
|
|
91
92
|
"devDependencies": {
|
|
92
93
|
"@babel/plugin-transform-strict-mode": "^7.16.7",
|
|
93
94
|
"@babel/core": "7.24.4",
|
|
94
|
-
"@tarojs/cli": "4.0.
|
|
95
|
+
"@tarojs/cli": "4.0.7",
|
|
95
96
|
"@babel/plugin-proposal-class-properties": "7.14.5",
|
|
96
97
|
"@types/webpack-env": "^1.13.6",
|
|
97
98
|
"@types/react": "^18.0.17",
|
|
98
99
|
"webpack": "5.91.0",
|
|
99
|
-
"@tarojs/taro-loader": "4.0.
|
|
100
|
-
"@tarojs/webpack5-runner": "4.0.
|
|
100
|
+
"@tarojs/taro-loader": "4.0.7",
|
|
101
|
+
"@tarojs/webpack5-runner": "4.0.7",
|
|
101
102
|
"sass": "^1.75.0",
|
|
102
|
-
"babel-preset-taro": "4.0.
|
|
103
|
-
"eslint-config-taro": "4.0.
|
|
103
|
+
"babel-preset-taro": "4.0.7",
|
|
104
|
+
"eslint-config-taro": "4.0.7",
|
|
104
105
|
"eslint": "^8.57.0",
|
|
105
106
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
106
107
|
"react-refresh": "^0.14.0",
|
|
@@ -130,7 +131,7 @@
|
|
|
130
131
|
},
|
|
131
132
|
"resolutions": {
|
|
132
133
|
"@babel/runtime": "7.24.4",
|
|
133
|
-
"@tarojs/cli": "4.0.
|
|
134
|
-
"@tarojs/helper": "4.0.
|
|
134
|
+
"@tarojs/cli": "4.0.7",
|
|
135
|
+
"@tarojs/helper": "4.0.7"
|
|
135
136
|
}
|
|
136
137
|
}
|