@conecli/cone-render 0.10.1-shop-beta.5 → 0.10.1-shop3.0

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 (37) hide show
  1. package/dist/api/index.ts +1 -1
  2. package/dist/common/const.ts +1 -1
  3. package/dist/common/index.h5.ts +1 -1
  4. package/dist/common/index.jd.ts +1 -1
  5. package/dist/common/index.ts +1 -1
  6. package/dist/common/index.weapp.ts +1 -1
  7. package/dist/common/pageType.ts +1 -1
  8. package/dist/common/sgmCustomCode.ts +1 -1
  9. package/dist/components/base/CustomVideo/common.ts +1 -0
  10. package/dist/components/base/CustomVideo/index.tsx +1 -1
  11. package/dist/components/base/LazyLoadImage/index.h5.module.scss +8 -4
  12. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  13. package/dist/components/base/Price/Base/index.tsx +1 -1
  14. package/dist/components/base/Price/Double/index.tsx +1 -1
  15. package/dist/components/floorItem.tsx +1 -1
  16. package/dist/components/isv/Floor/index.tsx +1 -1
  17. package/dist/interface/component.ts +1 -1
  18. package/dist/interface/jumpEventReport.ts +1 -1
  19. package/dist/interface/service.ts +1 -1
  20. package/dist/jumpEventReport/index.weapp.ts +1 -1
  21. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  22. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  23. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  24. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  25. package/dist/open/api/util.ts +1 -1
  26. package/dist/service/http/colorSign.ts +1 -1
  27. package/dist/service/http/h5Http.ts +1 -0
  28. package/dist/service/http/index.h5.ts +1 -0
  29. package/dist/service/requestServer.h5.ts +1 -0
  30. package/dist/service/requestServer.ts +1 -1
  31. package/dist/utils/connectNativeJsBridge.ts +1 -1
  32. package/dist/utils/h5Utils.ts +1 -1
  33. package/dist/utils/index.h5.ts +1 -1
  34. package/dist/utils/index.ts +1 -1
  35. package/dist/utils/index.weapp.ts +1 -1
  36. package/dist/utils/utils.ts +1 -1
  37. package/package.json +1 -1
@@ -1 +1 @@
1
- import {
2
1
  isJdApp,
3
2
  isWxApp,
4
3
  isIosDevice,
5
4
  isAndroidDevice,
6
5
  isJdAndIosDevice,
7
6
  isJdAndAndroidDevice,
8
7
  isWxMin,
9
8
  isMin,
10
9
  isJdMinAndHarmony,
11
10
  isWxMinAndWxapp,
12
11
  isJdMin,
13
12
  isH5,
14
13
  isH5AndJdShopView,
15
14
  isChartH5,
16
15
  isH5AndJdShopViewNativeScroll,
17
16
  isH5AndJdShopViewH5Scroll,
18
17
  isH5AndJdShopH5CustomScrollView,
19
18
  isWxMiniH5View,
20
19
  sliceArrToChunkList,
21
20
  dealAddress,
22
21
  objectToUrlEncode,
23
22
  setLowSmallPicUrl,
24
23
  parseQueryUrlString,
25
24
  countStringify,
26
25
  setTaroStorage,
27
26
  getTaroStorageKeyValue,
28
27
  removeTaroStorageKey,
29
28
  clearTaroStorageKey,
30
29
  getQualityImage,
31
30
  getSystemInfos,
32
31
  getWxAppCookieStr,
33
32
  pxTransformFromData,
34
33
  dealShopContentData,
35
34
  dateFormat,
36
35
  throttle,
37
36
  lodashThrottle,
38
37
  debounce,
39
38
  addHttps,
40
39
  showSuccessToast,
41
40
  showFailToast,
42
41
  showNormalToast,
43
42
  showShopLoading,
44
43
  hideShopLoading,
45
44
  getAppChannelType,
46
45
  formatTabActiveMenuType,
47
46
  getAvifSupport,
48
47
  getWebpSupport,
49
48
  filterUrlQueryData,
50
49
  isMemberPage,
51
50
  sgmCustomReport,
52
51
  isOpenJdAppUrl,
53
52
  jdOpenAppParams,
54
53
  createJdOpenAppUrl,
55
54
  isEmpty,
56
55
  getJdAppReportPageSource,
57
56
  isAppClassifyPage,
58
57
  isPc,
59
58
  ipLoc_djd,
60
59
  dealJdOpenAppData,
61
60
  jdAppVersionCompare,
62
61
  dealNativePixelToCssPixel,
63
62
  isAppStowShop,
64
63
  isImageOptimizeEnable,
65
64
  isIpadDevice,
66
65
  console.warn(
67
66
  "� ~~ file: index.ts:93 ~~ 通用的isInGrayscale还没有实现,不应该被调用!"
68
67
  );
69
68
  return false;
70
69
  isJdApp,
71
70
  isWxApp,
72
71
  isIosDevice,
73
72
  isAndroidDevice,
74
73
  isJdAndIosDevice,
75
74
  isJdAndAndroidDevice,
76
75
  isJdAndHarmonyDevice,
77
76
  isJdAndroidX5Core,
78
77
  isWxMin,
79
78
  isMin,
80
79
  isJdMinAndHarmony,
81
80
  isWxMinAndWxapp,
82
81
  isJdMin,
83
82
  isH5,
84
83
  isH5AndJdShopView,
85
84
  isChartH5,
86
85
  isH5AndJdShopViewNativeScroll,
87
86
  isH5AndJdShopViewH5Scroll,
88
87
  isH5AndJdShopH5CustomScrollView,
89
88
  isH5AndJingGouMini,
90
89
  isWxMiniH5View,
91
90
  urlCookie,
92
91
  sliceArrToChunkList,
93
92
  dealAddress,
94
93
  objectToUrlEncode,
95
94
  parseQueryUrlString,
96
95
  setLowSmallPicUrl,
97
96
  countStringify,
98
97
  setTaroStorage,
99
98
  getTaroStorageKeyValue,
100
99
  removeTaroStorageKey,
101
100
  clearTaroStorageKey,
102
101
  getQualityImage,
103
102
  getSystemInfos,
104
103
  getWxAppCookieStr,
105
104
  pxTransformFromData,
106
105
  dealShopContentData,
107
106
  dateFormat,
108
107
  throttle,
109
108
  lodashThrottle,
110
109
  debounce,
111
110
  addHttps,
112
111
  showSuccessToast,
113
112
  showFailToast,
114
113
  showNormalToast,
115
114
  showShopLoading,
116
115
  hideShopLoading,
117
116
  stopNativeScrollEvent,
118
117
  getAppChannelType,
119
118
  formatTabActiveMenuType,
120
119
  getAvifSupport,
121
120
  getWebpSupport,
122
121
  filterUrlQueryData,
123
122
  isMemberPage,
124
123
  getFloorDataToDataDefines,
125
124
  sgmCustomReport,
126
125
  isOpenJdAppUrl,
127
126
  jdOpenAppParams,
128
127
  createJdOpenAppUrl,
129
128
  isEmpty,
130
129
  isAppClassifyPage,
131
130
  isAppHomeForMarketPage,
132
131
  getJdAppReportPageSource,
133
132
  isImageOptimizeEnable,
134
133
  isPc,
135
134
  ipLoc_djd,
136
135
  isTjM,
137
136
  isTjJxM,
138
137
  isTjScence,
139
138
  isH5AdnJxMini,
140
139
  isTJApp,
141
140
  isH5AdnHaoWuJie,
142
141
  tjChannel,
143
142
  dealJdOpenAppData,
144
143
  jdAppVersionCompare,
145
144
  dealNativePixelToCssPixel,
146
145
  isAppStowShop,
147
146
  getSgmCustomCode,
148
147
  handleSgmCodeTaroVersion,
149
148
  isInGrayscale,
150
149
  isIpadDevice,
150
+ import {
151
151
  isMin,
152
152
  isJdMinAndHarmony,
153
153
  isChartH5,
154
154
  isH5AndJdShopViewH5Scroll,
155
155
  isH5AndJdShopH5CustomScrollView,
156
156
  getAvifSupport,
157
157
  getWebpSupport,
158
158
  isMemberPage,
159
159
  sgmCustomReport,
160
160
  draCustomReport,
161
161
  remoteCustomReport,
162
162
  draInterfaceCustomReport,
163
163
  draBusinessCustomReport,
164
164
  isOpenJdAppUrl,
165
165
  jdOpenAppParams,
166
166
  createJdOpenAppUrl,
167
167
  isEmpty,
168
168
  getJdAppReportPageSource,
169
169
  isPc,
170
170
  ipLoc_djd,
171
171
  dealJdOpenAppData,
172
172
  jdAppVersionCompare,
173
173
  dealNativePixelToCssPixel,
174
174
  isAppStowShop,
175
175
  isImageOptimizeEnable,
176
176
  isIpadDevice,
177
177
  getBorderStyle,
178
178
  console.warn("🚗 ~~ file: index.ts:93 ~~ 通用的isInGrayscale还没有实现,不应该被调用!")
179
179
  return false
180
180
  isJdAndHarmonyDevice,
181
181
  isJdAndroidX5Core,
182
182
  isMin,
183
183
  isJdMinAndHarmony,
184
184
  isChartH5,
185
185
  isH5AndJdShopViewH5Scroll,
186
186
  isH5AndJdShopH5CustomScrollView,
187
187
  isH5AndJingGouMini,
188
188
  urlCookie,
189
189
  stopNativeScrollEvent,
190
190
  getAvifSupport,
191
191
  getWebpSupport,
192
192
  isMemberPage,
193
193
  sgmCustomReport,
194
194
  draCustomReport,
195
195
  remoteCustomReport,
196
196
  draInterfaceCustomReport,
197
197
  draBusinessCustomReport,
198
198
  isOpenJdAppUrl,
199
199
  jdOpenAppParams,
200
200
  createJdOpenAppUrl,
201
201
  isEmpty,
202
202
  isAppHomeForMarketPage,
203
203
  getJdAppReportPageSource,
204
204
  isImageOptimizeEnable,
205
205
  isPc,
206
206
  ipLoc_djd,
207
207
  isTjM,
208
208
  isTjJxM,
209
209
  isTjScence,
210
210
  isH5AdnJxMini,
211
211
  isTJApp,
212
212
  isH5AdnHaoWuJie,
213
213
  tjChannel,
214
214
  dealJdOpenAppData,
215
215
  jdAppVersionCompare,
216
216
  dealNativePixelToCssPixel,
217
217
  isAppStowShop,
218
218
  getSgmCustomCode,
219
219
  handleSgmCodeTaroVersion,
220
220
  isInGrayscale,
221
221
  isIpadDevice,
222
222
  getBorderStyle,
@@ -1 +1 @@
1
- import {
2
1
  isJdApp,
3
2
  isWxApp,
4
3
  isIosDevice,
5
4
  isAndroidDevice,
6
5
  isJdAndIosDevice,
7
6
  isJdAndAndroidDevice,
8
7
  isWxMin,
9
8
  isWxMinAndWxapp,
10
9
  isJdMin,
11
10
  isJdMinAndHarmony,
12
11
  isH5,
13
12
  isH5AndJdShopView,
14
13
  isChartH5,
15
14
  isH5AndJdShopViewNativeScroll,
16
15
  isH5AndJdShopViewH5Scroll,
17
16
  isH5AndJdShopH5CustomScrollView,
18
17
  isWxMiniH5View,
19
18
  sliceArrToChunkList,
20
19
  dealAddress,
21
20
  objectToUrlEncode,
22
21
  parseQueryUrlString,
23
22
  setLowSmallPicUrl,
24
23
  setTaroStorage,
25
24
  getTaroStorageKeyValue,
26
25
  removeTaroStorageKey,
27
26
  clearTaroStorageKey,
28
27
  getQualityImage,
29
28
  countStringify,
30
29
  getSystemInfos,
31
30
  getWxAppCookieStr,
32
31
  pxTransformFromData,
33
32
  dealShopContentData,
34
33
  dateFormat,
35
34
  throttle,
36
35
  lodashThrottle,
37
36
  debounce,
38
37
  addHttps,
39
38
  showSuccessToast,
40
39
  showFailToast,
41
40
  showNormalToast,
42
41
  showShopLoading,
43
42
  hideShopLoading,
44
43
  getAppChannelType,
45
44
  formatTabActiveMenuType,
46
45
  getAvifSupport,
47
46
  getWebpSupport,
48
47
  filterUrlQueryData,
49
48
  sgmCustomReport,
50
49
  isOpenJdAppUrl,
51
50
  jdOpenAppParams,
52
51
  createJdOpenAppUrl,
53
52
  isEmpty,
54
53
  getJdAppReportPageSource,
55
54
  isMemberPage,
56
55
  isAppClassifyPage,
57
56
  dealJdOpenAppData,
58
57
  jdAppVersionCompare,
59
58
  dealNativePixelToCssPixel,
60
59
  isImageOptimizeEnable,
61
60
  isIpadDevice,
62
61
  console.warn(
63
62
  "� ~~ file: index.ts:93 ~~ wxapp的isInGrayscale还没有实现,不应该被调用!"
64
63
  );
65
64
  return false;
66
65
  isJdApp,
67
66
  isWxApp,
68
67
  isIosDevice,
69
68
  isAndroidDevice,
70
69
  isJdAndIosDevice,
71
70
  isJdAndAndroidDevice,
72
71
  isJdAndHarmonyDevice,
73
72
  isJdAndroidX5Core,
74
73
  isWxMin,
75
74
  isWxMinAndWxapp,
76
75
  isJdMin,
77
76
  isMin,
78
77
  isJdMinAndHarmony,
79
78
  isH5,
80
79
  isH5AndJdShopView,
81
80
  isChartH5,
82
81
  isH5AndJdShopViewNativeScroll,
83
82
  isH5AndJdShopViewH5Scroll,
84
83
  isH5AndJdShopH5CustomScrollView,
85
84
  isH5AndJingGouMini,
86
85
  isWxMiniH5View,
87
86
  urlCookie,
88
87
  sliceArrToChunkList,
89
88
  dealAddress,
90
89
  objectToUrlEncode,
91
90
  parseQueryUrlString,
92
91
  setLowSmallPicUrl,
93
92
  setTaroStorage,
94
93
  getTaroStorageKeyValue,
95
94
  removeTaroStorageKey,
96
95
  clearTaroStorageKey,
97
96
  getQualityImage,
98
97
  countStringify,
99
98
  getSystemInfos,
100
99
  getWxAppCookieStr,
101
100
  pxTransformFromData,
102
101
  dealShopContentData,
103
102
  dateFormat,
104
103
  throttle,
105
104
  lodashThrottle,
106
105
  debounce,
107
106
  addHttps,
108
107
  showSuccessToast,
109
108
  showFailToast,
110
109
  showNormalToast,
111
110
  showShopLoading,
112
111
  hideShopLoading,
113
112
  stopNativeScrollEvent,
114
113
  getAppChannelType,
115
114
  formatTabActiveMenuType,
116
115
  getAvifSupport,
117
116
  getWebpSupport,
118
117
  filterUrlQueryData,
119
118
  getFloorDataToDataDefines,
120
119
  sgmCustomReport,
121
120
  isOpenJdAppUrl,
122
121
  jdOpenAppParams,
123
122
  createJdOpenAppUrl,
124
123
  isEmpty,
125
124
  getJdAppReportPageSource,
126
125
  isMemberPage,
127
126
  isAppClassifyPage,
128
127
  isAppHomeForMarketPage,
129
128
  isImageOptimizeEnable,
130
129
  isPc,
131
130
  isTjM,
132
131
  isTjJxM,
133
132
  isTjScence,
134
133
  isH5AdnJxMini,
135
134
  isTJApp,
136
135
  isH5AdnHaoWuJie,
137
136
  tjChannel,
138
137
  dealJdOpenAppData,
139
138
  jdAppVersionCompare,
140
139
  dealNativePixelToCssPixel,
141
140
  getSgmCustomCode,
142
141
  handleSgmCodeTaroVersion,
143
142
  isInGrayscale,
144
143
  isIpadDevice,
144
+ import {
145
145
  isJdMinAndHarmony,
146
146
  isChartH5,
147
147
  isH5AndJdShopViewH5Scroll,
148
148
  isH5AndJdShopH5CustomScrollView,
149
149
  getAvifSupport,
150
150
  getWebpSupport,
151
151
  sgmCustomReport,
152
152
  draCustomReport,
153
153
  remoteCustomReport,
154
154
  draInterfaceCustomReport,
155
155
  draBusinessCustomReport,
156
156
  isOpenJdAppUrl,
157
157
  jdOpenAppParams,
158
158
  createJdOpenAppUrl,
159
159
  isEmpty,
160
160
  getJdAppReportPageSource,
161
161
  isMemberPage,
162
162
  isAppClassifyPage,
163
163
  dealJdOpenAppData,
164
164
  jdAppVersionCompare,
165
165
  dealNativePixelToCssPixel,
166
166
  isImageOptimizeEnable,
167
167
  isIpadDevice,
168
168
  getBorderStyle,
169
169
  console.warn("🚗 ~~ file: index.ts:93 ~~ wxapp的isInGrayscale还没有实现,不应该被调用!")
170
170
  return false
171
171
  isJdAndHarmonyDevice,
172
172
  isJdAndroidX5Core,
173
173
  isMin,
174
174
  isJdMinAndHarmony,
175
175
  isH5AndJdShopViewH5Scroll,
176
176
  isH5AndJdShopH5CustomScrollView,
177
177
  isH5AndJingGouMini,
178
178
  urlCookie,
179
179
  stopNativeScrollEvent,
180
180
  getAvifSupport,
181
181
  getWebpSupport,
182
182
  sgmCustomReport,
183
183
  draCustomReport,
184
184
  remoteCustomReport,
185
185
  draInterfaceCustomReport,
186
186
  draBusinessCustomReport,
187
187
  isOpenJdAppUrl,
188
188
  jdOpenAppParams,
189
189
  createJdOpenAppUrl,
190
190
  isEmpty,
191
191
  getJdAppReportPageSource,
192
192
  isMemberPage,
193
193
  isAppClassifyPage,
194
194
  isAppHomeForMarketPage,
195
195
  isImageOptimizeEnable,
196
196
  isPc,
197
197
  isTjM,
198
198
  isTjJxM,
199
199
  isTjScence,
200
200
  isH5AdnJxMini,
201
201
  isTJApp,
202
202
  isH5AdnHaoWuJie,
203
203
  tjChannel,
204
204
  dealJdOpenAppData,
205
205
  jdAppVersionCompare,
206
206
  dealNativePixelToCssPixel,
207
207
  getSgmCustomCode,
208
208
  handleSgmCodeTaroVersion,
209
209
  isInGrayscale,
210
210
  isIpadDevice,
211
211
  getBorderStyle,