@conecli/cone-render 0.10.1-shop-beta.11 → 0.10.1-shop-beta.13
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/README.md +1 -1
- package/dist/common/const.ts +1 -1
- package/dist/common/index.dynamic.ts +1 -0
- package/dist/common/index.h5.ts +1 -1
- package/dist/common/index.jd.ts +1 -1
- package/dist/common/index.ts +1 -1
- package/dist/common/index.weapp.ts +1 -1
- package/dist/common/jssdk.ts +1 -1
- package/dist/common/token/index.h5.ts +1 -1
- package/dist/common/wxappApi.ts +1 -1
- package/dist/components/base/CommonFloorHead/index.tsx +1 -1
- package/dist/components/base/CountDown/index.tsx +1 -1
- package/dist/components/base/CustomScrollView/index.tsx +1 -1
- package/dist/components/base/Dialog/index.dynamic.module.scss +126 -0
- package/dist/components/base/Dialog/index.dynamic.tsx +1 -0
- package/dist/components/base/DynamicTest/index.dynamic.module.scss +15 -0
- package/dist/components/base/DynamicTest/index.module.scss +16 -0
- package/dist/components/base/DynamicTest/index.tsx +1 -0
- package/dist/components/base/ExposureSmart/index.tsx +1 -1
- package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
- package/dist/components/base/JdLoading/index.module.scss +2 -0
- package/dist/components/base/JdLoading/index.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.tsx +1 -1
- package/dist/components/base/NetworkDataError/const.ts +1 -1
- package/dist/components/base/NetworkDataError/index.module.scss +116 -70
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/base/Price/Base/index.dynamic.module.scss +63 -0
- package/dist/components/base/Price/Base/index.dynamic.tsx +1 -0
- package/dist/components/base/Price/Base/index.module.scss +6 -0
- package/dist/components/base/Price/Base/index.tsx +1 -1
- package/dist/components/base/Price/Double/index.dynamic.module.scss +172 -0
- package/dist/components/base/Price/Double/index.dynamic.tsx +1 -0
- package/dist/components/base/Price/Double/index.module.scss +6 -0
- package/dist/components/base/Price/Double/index.tsx +1 -1
- package/dist/components/debug/DebugLayout/index.module.scss +2 -2
- package/dist/config/env.ts +1 -1
- package/dist/interface/common.ts +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/jumpEventReport/const.ts +1 -1
- package/dist/jumpEventReport/index.dynamic.ts +1 -0
- package/dist/jumpEventReport/index.h5.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/language/zh_CN.json +162 -0
- package/dist/open/api/index.ts +1 -1
- package/dist/open/api/shopMember.dynamic.ts +1 -0
- package/dist/open/api/shopMember.ts +1 -1
- package/dist/open/components/index.dynamic.ts +1 -0
- package/dist/open/components/index.ts +1 -1
- package/dist/sass/app.dynamic.scss +306 -0
- package/dist/service/fetchGateway.h5.ts +1 -0
- package/dist/service/fetchGateway.ts +1 -1
- package/dist/service/fetchGateway.weapp.ts +1 -1
- package/dist/service/fetchJsonp.h5.ts +1 -0
- package/dist/service/fetchJsonp.ts +1 -1
- package/dist/service/http/colorSign.dynamic.ts +1 -0
- package/dist/service/http/http.ts +1 -1
- package/dist/service/requestServer.h5.ts +1 -1
- package/dist/service/requestServer.ts +1 -1
- package/dist/service/requestServer.weapp.ts +1 -1
- package/dist/utils/connectNativeJsBridge.dynamic.ts +1 -0
- 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/intersectionObserver.ts +1 -1
- package/dist/utils/jumpExtMapUtil.ts +1 -0
- package/dist/utils/log.ts +1 -0
- package/dist/utils/utils.ts +1 -1
- package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
- package/dist/wxapp/common/user_info.js +1 -1
- package/package.json +51 -31
- /package/dist/utils/{jumpExtMapUtil.js → jumpExtMapUtil.h5.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const fetchLbsAddr = () => {};
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conecli/cone-render",
|
|
3
|
-
"version": "0.10.1-shop-beta.
|
|
3
|
+
"version": "0.10.1-shop-beta.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/"
|
|
7
7
|
],
|
|
8
8
|
"exports": {
|
|
9
|
-
"./api": "./dist/open/api/index
|
|
10
|
-
"./components": "./dist/open/components/index
|
|
11
|
-
"./modules": "./dist/open/modules/index
|
|
12
|
-
"./_api": "./dist/api",
|
|
9
|
+
"./api": "./dist/open/api/index",
|
|
10
|
+
"./components": "./dist/open/components/index",
|
|
11
|
+
"./modules": "./dist/open/modules/index",
|
|
12
|
+
"./_api": "./dist/api/index",
|
|
13
13
|
"./_config/": "./dist/config/",
|
|
14
14
|
"./_common/": "./dist/common/",
|
|
15
15
|
"./_components/": "./dist/components/",
|
|
16
|
-
"./_interface": "./dist/interface",
|
|
17
|
-
"./_jumpEventReport": "./dist/jumpEventReport",
|
|
16
|
+
"./_interface": "./dist/interface/index",
|
|
17
|
+
"./_jumpEventReport": "./dist/jumpEventReport/index",
|
|
18
18
|
"./_jumpEventReport/": "./dist/jumpEventReport/",
|
|
19
|
-
"./_utils": "./dist/utils",
|
|
19
|
+
"./_utils": "./dist/utils/index",
|
|
20
20
|
"./_utils/": "./dist/utils/",
|
|
21
21
|
"./sass/": "./dist/sass/"
|
|
22
22
|
},
|
|
@@ -62,6 +62,23 @@
|
|
|
62
62
|
"ios >= 8"
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
|
+
"husky": {
|
|
66
|
+
"hooks": {
|
|
67
|
+
"pre-commit": "lint-staged",
|
|
68
|
+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"lint-staged": {
|
|
72
|
+
"*.{js,ts}": [
|
|
73
|
+
"eslint",
|
|
74
|
+
"eslint --fix",
|
|
75
|
+
"git add"
|
|
76
|
+
],
|
|
77
|
+
"*.{scss}": [
|
|
78
|
+
"prettier --write",
|
|
79
|
+
"git add"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
65
82
|
"keywords": [
|
|
66
83
|
"conecli",
|
|
67
84
|
"render"
|
|
@@ -69,22 +86,25 @@
|
|
|
69
86
|
"author": "conecli",
|
|
70
87
|
"dependencies": {
|
|
71
88
|
"@babel/runtime": "7.24.4",
|
|
72
|
-
"@tarojs/components": "4.1.2
|
|
73
|
-
"@tarojs/helper": "4.1.2
|
|
74
|
-
"@tarojs/plugin-platform-weapp": "4.1.2
|
|
75
|
-
"@tarojs/plugin-platform-alipay": "4.1.2
|
|
76
|
-
"@tarojs/plugin-platform-tt": "4.1.2
|
|
77
|
-
"@tarojs/plugin-platform-swan": "4.1.2
|
|
78
|
-
"@tarojs/plugin-platform-jd": "4.1.2
|
|
79
|
-
"@tarojs/plugin-platform-qq": "4.1.2
|
|
80
|
-
"@tarojs/plugin-platform-h5": "4.1.2
|
|
81
|
-
"@tarojs/plugin-platform-harmony-hybrid": "4.1.2
|
|
82
|
-
"@tarojs/runtime": "4.1.2
|
|
83
|
-
"@tarojs/shared": "4.1.2
|
|
84
|
-
"@tarojs/taro": "4.1.2
|
|
85
|
-
"@tarojs/plugin-framework-react": "4.1.2
|
|
86
|
-
"@tarojs/react": "4.1.2
|
|
87
|
-
"@tarojs/service": "4.1.2
|
|
89
|
+
"@tarojs/components": "4.1.2",
|
|
90
|
+
"@tarojs/helper": "4.1.2",
|
|
91
|
+
"@tarojs/plugin-platform-weapp": "4.1.2",
|
|
92
|
+
"@tarojs/plugin-platform-alipay": "4.1.2",
|
|
93
|
+
"@tarojs/plugin-platform-tt": "4.1.2",
|
|
94
|
+
"@tarojs/plugin-platform-swan": "4.1.2",
|
|
95
|
+
"@tarojs/plugin-platform-jd": "4.1.2",
|
|
96
|
+
"@tarojs/plugin-platform-qq": "4.1.2",
|
|
97
|
+
"@tarojs/plugin-platform-h5": "4.1.2",
|
|
98
|
+
"@tarojs/plugin-platform-harmony-hybrid": "4.1.2",
|
|
99
|
+
"@tarojs/runtime": "4.1.2",
|
|
100
|
+
"@tarojs/shared": "4.1.2",
|
|
101
|
+
"@tarojs/taro": "4.1.2",
|
|
102
|
+
"@tarojs/plugin-framework-react": "4.1.2",
|
|
103
|
+
"@tarojs/react": "4.1.2",
|
|
104
|
+
"@tarojs/service": "4.1.2",
|
|
105
|
+
"@jdtaro/ui": "^3.0.17",
|
|
106
|
+
"@jdtaro/ui-themes": "^3.0.17",
|
|
107
|
+
"@jdtaro/dynamic-types": "^0.0.1",
|
|
88
108
|
"react-dom": "^18.2.0",
|
|
89
109
|
"react": "^18.2.0",
|
|
90
110
|
"art-template": "^4.13.2",
|
|
@@ -98,16 +118,16 @@
|
|
|
98
118
|
"devDependencies": {
|
|
99
119
|
"@babel/plugin-transform-strict-mode": "^7.16.7",
|
|
100
120
|
"@babel/core": "7.24.4",
|
|
101
|
-
"@tarojs/cli": "4.1.2
|
|
121
|
+
"@tarojs/cli": "4.1.2",
|
|
102
122
|
"@babel/plugin-proposal-class-properties": "7.14.5",
|
|
103
123
|
"@types/webpack-env": "^1.13.6",
|
|
104
124
|
"@types/react": "^18.0.17",
|
|
105
125
|
"webpack": "5.91.0",
|
|
106
|
-
"@tarojs/taro-loader": "4.1.2
|
|
107
|
-
"@tarojs/webpack5-runner": "4.1.2
|
|
126
|
+
"@tarojs/taro-loader": "4.1.2",
|
|
127
|
+
"@tarojs/webpack5-runner": "4.1.2",
|
|
108
128
|
"sass": "^1.75.0",
|
|
109
|
-
"babel-preset-taro": "4.1.2
|
|
110
|
-
"eslint-config-taro": "4.1.2
|
|
129
|
+
"babel-preset-taro": "4.1.2",
|
|
130
|
+
"eslint-config-taro": "4.1.2",
|
|
111
131
|
"eslint": "^8.57.0",
|
|
112
132
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
113
133
|
"react-refresh": "^0.14.0",
|
|
@@ -137,7 +157,7 @@
|
|
|
137
157
|
},
|
|
138
158
|
"resolutions": {
|
|
139
159
|
"@babel/runtime": "7.24.4",
|
|
140
|
-
"@tarojs/cli": "4.1.2
|
|
141
|
-
"@tarojs/helper": "4.1.2
|
|
160
|
+
"@tarojs/cli": "4.1.2",
|
|
161
|
+
"@tarojs/helper": "4.1.2"
|
|
142
162
|
}
|
|
143
163
|
}
|
|
File without changes
|