@conecli/cone-render 0.10.1-shop3.8 → 0.10.1-shop3.80

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 (109) hide show
  1. package/README.md +1 -1
  2. package/dist/api/index.ts +1 -1
  3. package/dist/common/accessibility.h5.ts +1 -0
  4. package/dist/common/accessibility.ts +0 -0
  5. package/dist/common/const.ts +1 -1
  6. package/dist/common/index.h5.ts +1 -1
  7. package/dist/common/index.jd.ts +1 -1
  8. package/dist/common/index.ts +1 -1
  9. package/dist/common/index.weapp.ts +1 -1
  10. package/dist/common/jdplayerSdk.weapp.tsx +1 -0
  11. package/dist/common/jssdk.ts +1 -1
  12. package/dist/common/jssdk.weapp.ts +1 -0
  13. package/dist/common/pageType.ts +1 -1
  14. package/dist/common/token/index.h5.ts +1 -1
  15. package/dist/common/token/token.jd.ts +1 -1
  16. package/dist/common/wxappApi.ts +1 -1
  17. package/dist/components/ErrorBoundary.tsx +1 -1
  18. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  19. package/dist/components/base/CountDown/index.tsx +1 -1
  20. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  21. package/dist/components/base/CustomVideo/index.tsx +1 -1
  22. package/dist/components/base/CustomVideo/index.weapp.tsx +1 -0
  23. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  24. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  25. package/dist/components/base/InOrOutViewObserver/index.weapp.tsx +1 -0
  26. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  27. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  28. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  29. package/dist/components/base/MobileCommonHeader/index.weapp.tsx +1 -0
  30. package/dist/components/base/NetworkDataError/const.ts +1 -1
  31. package/dist/components/base/NetworkDataError/index.module.scss +118 -72
  32. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  33. package/dist/components/base/Price/Base/index.module.scss +12 -0
  34. package/dist/components/base/Price/Base/index.tsx +1 -1
  35. package/dist/components/base/Price/Double/index.module.scss +24 -0
  36. package/dist/components/base/Price/Double/index.tsx +1 -1
  37. package/dist/components/base/ShopLeGaoTag/index.h5.module.scss +35 -0
  38. package/dist/components/base/ShopLeGaoTag/index.h5.tsx +1 -0
  39. package/dist/components/base/ShopLeGaoTag/index.module.scss +33 -0
  40. package/dist/components/base/ShopLeGaoTag/index.tsx +1 -0
  41. package/dist/components/debug/DebugLayout/index.module.scss +2 -2
  42. package/dist/components/floorItem.tsx +1 -1
  43. package/dist/components/isv/Floor/index.tsx +1 -1
  44. package/dist/components/remoteFloorItem.tsx +1 -1
  45. package/dist/interface/common.ts +1 -1
  46. package/dist/interface/component.ts +1 -1
  47. package/dist/interface/jumpEventReport.ts +1 -1
  48. package/dist/interface/service.ts +1 -1
  49. package/dist/jumpEventReport/base.ts +1 -1
  50. package/dist/jumpEventReport/const.ts +1 -1
  51. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  52. package/dist/jumpEventReport/index.h5.ts +1 -1
  53. package/dist/jumpEventReport/index.jd.ts +1 -1
  54. package/dist/jumpEventReport/index.weapp.ts +1 -1
  55. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  56. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  57. package/dist/jumpEventReport/logEventConfig.h5.ts +1 -0
  58. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  59. package/dist/jumpEventReport/web/report.ts +1 -1
  60. package/dist/jumpEventReport/web.base.ts +1 -1
  61. package/dist/jumpEventReport/web.jd.ts +1 -1
  62. package/dist/jumpEventReport/web.pc.ts +1 -1
  63. package/dist/jumpEventReport/web.tjm.ts +1 -1
  64. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  65. package/dist/language/en_US.json +274 -0
  66. package/dist/language/zh_CN.json +274 -0
  67. package/dist/language/zh_HK.json +274 -0
  68. package/dist/libs/openShopBridge.js +161 -0
  69. package/dist/libs/openShopBridge.min.js +1 -0
  70. package/dist/libs/taroAppReport.js +2 -2
  71. package/dist/modules/ContainerFloorList/index.h5.module.scss +16 -2
  72. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  73. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  74. package/dist/modules/DecorateContainerFloorList/index.weapp.tsx +1 -0
  75. package/dist/open/api/environment.ts +1 -1
  76. package/dist/open/api/shopMember.ts +1 -1
  77. package/dist/open/api/shopMember.weapp.ts +1 -0
  78. package/dist/open/api/track.ts +1 -1
  79. package/dist/open/api/util.ts +1 -1
  80. package/dist/open/components/index.ts +1 -1
  81. package/dist/open/index.ts +1 -1
  82. package/dist/sass/app.h5.scss +27 -1
  83. package/dist/service/fetchGateway.ts +1 -1
  84. package/dist/service/fetchGateway.weapp.ts +1 -1
  85. package/dist/service/fetchJsonp.weapp.ts +1 -0
  86. package/dist/service/http/const.ts +1 -1
  87. package/dist/service/http/h5Http.ts +1 -1
  88. package/dist/service/http/httpInterceptors.weapp.ts +1 -0
  89. package/dist/service/requestServer.h5.ts +1 -1
  90. package/dist/service/requestServer.ts +1 -1
  91. package/dist/service/requestServer.weapp.ts +1 -1
  92. package/dist/utils/connectNativeJsBridge.ts +1 -1
  93. package/dist/utils/h5Utils.ts +1 -1
  94. package/dist/utils/harmonyCallRouter.h5.ts +1 -0
  95. package/dist/utils/harmonyCallRouter.ts +0 -0
  96. package/dist/utils/index.h5.ts +1 -1
  97. package/dist/utils/index.ts +1 -1
  98. package/dist/utils/index.weapp.ts +1 -1
  99. package/dist/utils/jumpExtMapUtil.ts +1 -0
  100. package/dist/utils/log.ts +1 -0
  101. package/dist/utils/{sColor.js → sColor.ts} +1 -1
  102. package/dist/utils/sColor.weapp.ts +1 -0
  103. package/dist/utils/utils.ts +1 -1
  104. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  105. package/dist/wxapp/common/user_info.js +1 -1
  106. package/package.json +162 -141
  107. package/dist/jumpEventReport/web/wqshop.report.ts +0 -1
  108. package/dist/utils/priceUtils.js +0 -1
  109. /package/dist/utils/{jumpExtMapUtil.js → jumpExtMapUtil.h5.ts} +0 -0
@@ -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
  draCustomReport,
53
52
  remoteCustomReport,
54
53
  draInterfaceCustomReport,
55
54
  draBusinessCustomReport,
56
55
  isOpenJdAppUrl,
57
56
  jdOpenAppParams,
58
57
  createJdOpenAppUrl,
59
58
  isEmpty,
60
59
  getJdAppReportPageSource,
61
60
  isAppClassifyPage,
62
61
  isPc,
63
62
  ipLoc_djd,
64
63
  dealJdOpenAppData,
65
64
  jdAppVersionCompare,
66
65
  dealNativePixelToCssPixel,
67
66
  isAppStowShop,
68
67
  isImageOptimizeEnable,
69
68
  isIpadDevice,
70
69
  getBorderStyle,
71
70
  isLanguageForEn,
72
71
  sColor,
73
72
  draInterfaceDSMCustomReport,
74
73
  isTabletDevice,
75
74
  isJdTabletDevice,
76
75
  jdTabletDeviceInfo,
77
76
  console.warn('暂未实现', code);
78
77
  console.warn('暂未实现', code);
79
78
  console.warn('🚗 ~~ file: index.ts:93 ~~ 通用的isInGrayscale还没有实现,不应该被调用!');
80
79
  return false;
81
80
  isJdApp,
82
81
  isWxApp,
83
82
  isIosDevice,
84
83
  isAndroidDevice,
85
84
  isJdAndIosDevice,
86
85
  isJdAndAndroidDevice,
87
86
  isJdAndHarmonyDevice,
88
87
  isJdAndroidX5Core,
89
88
  isWxMin,
90
89
  isMin,
91
90
  isJdMinAndHarmony,
92
91
  isWxMinAndWxapp,
93
92
  isJdMin,
94
93
  isH5,
95
94
  isH5AndJdShopView,
96
95
  isChartH5,
97
96
  isH5AndJdShopViewNativeScroll,
98
97
  isH5AndJdShopViewH5Scroll,
99
98
  isH5AndJdShopH5CustomScrollView,
100
99
  isH5AndJingGouMini,
101
100
  isWxMiniH5View,
102
101
  urlCookie,
103
102
  sliceArrToChunkList,
104
103
  dealAddress,
105
104
  objectToUrlEncode,
106
105
  parseQueryUrlString,
107
106
  setLowSmallPicUrl,
108
107
  countStringify,
109
108
  setTaroStorage,
110
109
  getTaroStorageKeyValue,
111
110
  removeTaroStorageKey,
112
111
  clearTaroStorageKey,
113
112
  getQualityImage,
114
113
  getSystemInfos,
115
114
  getWxAppCookieStr,
116
115
  pxTransformFromData,
117
116
  dealShopContentData,
118
117
  dateFormat,
119
118
  throttle,
120
119
  lodashThrottle,
121
120
  debounce,
122
121
  addHttps,
123
122
  showSuccessToast,
124
123
  showFailToast,
125
124
  showNormalToast,
126
125
  showShopLoading,
127
126
  hideShopLoading,
128
127
  stopNativeScrollEvent,
129
128
  getAppChannelType,
130
129
  formatTabActiveMenuType,
131
130
  getAvifSupport,
132
131
  getWebpSupport,
133
132
  filterUrlQueryData,
134
133
  isMemberPage,
135
134
  getFloorDataToDataDefines,
136
135
  sgmCustomReport,
137
136
  draCustomReport,
138
137
  remoteCustomReport,
139
138
  draInterfaceCustomReport,
140
139
  draBusinessCustomReport,
141
140
  isOpenJdAppUrl,
142
141
  jdOpenAppParams,
143
142
  createJdOpenAppUrl,
144
143
  isEmpty,
145
144
  isAppClassifyPage,
146
145
  isAppHomeForMarketPage,
147
146
  getJdAppReportPageSource,
148
147
  isImageOptimizeEnable,
149
148
  isPc,
150
149
  ipLoc_djd,
151
150
  isTjM,
152
151
  isTjJxM,
153
152
  isTjScence,
154
153
  isH5AdnJxMini,
155
154
  isTJApp,
156
155
  isH5AdnHaoWuJie,
157
156
  tjChannel,
158
157
  dealJdOpenAppData,
159
158
  jdAppVersionCompare,
160
159
  dealNativePixelToCssPixel,
161
160
  isAppStowShop,
162
161
  getSgmCustomCode,
163
162
  handleSgmCodeTaroVersion,
164
163
  isInGrayscale,
165
164
  isIpadDevice,
166
165
  getBorderStyle,
167
166
  isLanguageForEn,
168
167
  sColor,
169
168
  draInterfaceDSMCustomReport,
170
169
  isTabletDevice,
171
170
  isJdTabletDevice,
172
171
  jdTabletDeviceInfo,
172
+ import {
173
173
  isJdApp,
174
174
  isWxApp,
175
175
  isIosDevice,
176
176
  isAndroidDevice,
177
177
  isJdAndIosDevice,
178
178
  isJdAndAndroidDevice,
179
179
  isWxMin,
180
180
  isMin,
181
181
  isJdMinAndHarmony,
182
182
  isWxMinAndWxapp,
183
183
  isJdMin,
184
184
  isH5,
185
185
  isH5AndJdShopView,
186
186
  isChartH5,
187
187
  isH5AndJdShopViewNativeScroll,
188
188
  isH5AndJdShopViewH5Scroll,
189
189
  isH5AndJdShopH5CustomScrollView,
190
190
  isWxMiniH5View,
191
191
  sliceArrToChunkList,
192
192
  dealAddress,
193
193
  objectToUrlEncode,
194
194
  setLowSmallPicUrl,
195
195
  parseQueryUrlString,
196
196
  countStringify,
197
197
  setTaroStorage,
198
198
  getTaroStorageKeyValue,
199
199
  removeTaroStorageKey,
200
200
  clearTaroStorageKey,
201
201
  getQualityImage,
202
202
  getSystemInfos,
203
203
  getWxAppCookieStr,
204
204
  pxTransformFromData,
205
205
  dealShopContentData,
206
206
  dateFormat,
207
207
  throttle,
208
208
  lodashThrottle,
209
209
  debounce,
210
210
  addHttps,
211
211
  showSuccessToast,
212
212
  showFailToast,
213
213
  showNormalToast,
214
214
  showShopLoading,
215
215
  hideShopLoading,
216
216
  getAppChannelType,
217
217
  formatTabActiveMenuType,
218
218
  getAvifSupport,
219
219
  getWebpSupport,
220
220
  filterUrlQueryData,
221
221
  isMemberPage,
222
222
  draCustomReport,
223
223
  remoteCustomReport,
224
224
  draInterfaceCustomReport,
225
225
  draBusinessCustomReport,
226
226
  draBusinessCustomLogReport,
227
227
  isOpenJdAppUrl,
228
228
  jdOpenAppParams,
229
229
  createJdOpenAppUrl,
230
230
  isEmpty,
231
231
  getJdAppReportPageSource,
232
232
  isAppClassifyPage,
233
233
  isPc,
234
234
  isPcClassifyPage,
235
235
  ipLoc_djd,
236
236
  dealJdOpenAppData,
237
237
  jdAppVersionCompare,
238
238
  dealNativePixelToCssPixel,
239
239
  isAppStowShop,
240
240
  isImageOptimizeEnable,
241
241
  isIpadDevice,
242
242
  getBorderStyle,
243
243
  isLanguageForEn,
244
244
  sColor,
245
245
  isTabletDevice,
246
246
  isLanguageForHk,
247
247
  languageNowType,
248
248
  isInJdAppH5DebugMode,
249
249
  isJdLiteApp,
250
250
  isJdAppForNotMain,
251
251
  console.warn('暂未实现', code);
252
252
  console.warn('暂未实现', code);
253
253
  console.warn('暂未实现');
254
254
  console.warn('🚗 ~~ file: index.ts:93 ~~ 通用的isInGrayscale还没有实现,不应该被调用!');
255
255
  return false;
256
256
  isJdApp,
257
257
  isWxApp,
258
258
  isIosDevice,
259
259
  isAndroidDevice,
260
260
  isHarmonyDevice,
261
261
  isJdAndIosDevice,
262
262
  isJdAndAndroidDevice,
263
263
  isJdAndHarmonyDevice,
264
264
  isNewHarmonyShop,
265
265
  isJdAndroidX5Core,
266
266
  isWxMin,
267
267
  isMin,
268
268
  isJdMinAndHarmony,
269
269
  isWxMinAndWxapp,
270
270
  isJdMin,
271
271
  isH5,
272
272
  isH5AndJdShopView,
273
273
  isChartH5,
274
274
  isH5AndJdShopViewNativeScroll,
275
275
  isH5AndJdShopViewH5Scroll,
276
276
  isH5AndJdShopH5CustomScrollView,
277
277
  isH5AndJingGouMini,
278
278
  isWxMiniH5View,
279
279
  urlCookie,
280
280
  sliceArrToChunkList,
281
281
  dealAddress,
282
282
  objectToUrlEncode,
283
283
  parseQueryUrlString,
284
284
  setLowSmallPicUrl,
285
285
  countStringify,
286
286
  setTaroStorage,
287
287
  getTaroStorageKeyValue,
288
288
  removeTaroStorageKey,
289
289
  clearTaroStorageKey,
290
290
  getQualityImage,
291
291
  getSystemInfos,
292
292
  getWxAppCookieStr,
293
293
  pxTransformFromData,
294
294
  dealShopContentData,
295
295
  dateFormat,
296
296
  throttle,
297
297
  lodashThrottle,
298
298
  debounce,
299
299
  addHttps,
300
300
  showSuccessToast,
301
301
  showFailToast,
302
302
  showNormalToast,
303
303
  showShopLoading,
304
304
  hideShopLoading,
305
305
  stopNativeScrollEvent,
306
306
  getAppChannelType,
307
307
  formatTabActiveMenuType,
308
308
  getAvifSupport,
309
309
  getWebpSupport,
310
310
  filterUrlQueryData,
311
311
  isMemberPage,
312
312
  getFloorDataToDataDefines,
313
313
  draCustomReport,
314
314
  remoteCustomReport,
315
315
  draInterfaceCustomReport,
316
316
  draBusinessCustomReport,
317
317
  draBusinessCustomLogReport,
318
318
  isOpenJdAppUrl,
319
319
  jdOpenAppParams,
320
320
  createJdOpenAppUrl,
321
321
  isEmpty,
322
322
  isAppClassifyPage,
323
323
  isAppHomeForMarketPage,
324
324
  getJdAppReportPageSource,
325
325
  isImageOptimizeEnable,
326
326
  isPc,
327
327
  isPcClassifyPage,
328
328
  ipLoc_djd,
329
329
  isTjM,
330
330
  isTjJxM,
331
331
  isTjScence,
332
332
  isH5AdnJxMini,
333
333
  isTJApp,
334
334
  isH5AdnHaoWuJie,
335
335
  tjChannel,
336
336
  dealJdOpenAppData,
337
337
  jdAppVersionCompare,
338
338
  dealNativePixelToCssPixel,
339
339
  isAppStowShop,
340
340
  getSgmCustomCode,
341
341
  handleSgmCodeTaroVersion,
342
342
  isInGrayscale,
343
343
  isIpadDevice,
344
344
  getBorderStyle,
345
345
  isLanguageForEn,
346
346
  sColor,
347
347
  isTabletDevice,
348
348
  updateContainerWidth,
349
349
  isInJdShopView,
350
350
  isDongWebView,
351
351
  isLanguageForHk,
352
352
  languageNowType,
353
353
  isInJdAppH5DebugMode,
354
354
  isJdLiteApp,
355
355
  isJdAppForNotMain,
@@ -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
  draCustomReport,
51
50
  remoteCustomReport,
52
51
  draInterfaceCustomReport,
53
52
  draBusinessCustomReport,
54
53
  isOpenJdAppUrl,
55
54
  jdOpenAppParams,
56
55
  createJdOpenAppUrl,
57
56
  isEmpty,
58
57
  getJdAppReportPageSource,
59
58
  isMemberPage,
60
59
  isAppClassifyPage,
61
60
  dealJdOpenAppData,
62
61
  jdAppVersionCompare,
63
62
  dealNativePixelToCssPixel,
64
63
  isImageOptimizeEnable,
65
64
  isIpadDevice,
66
65
  getBorderStyle,
67
66
  isLanguageForEn,
68
67
  sColor,
69
68
  draInterfaceDSMCustomReport,
70
69
  isTabletDevice,
71
70
  isJdTabletDevice,
72
71
  jdTabletDeviceInfo,
73
72
  console.warn('暂未实现', code);
74
73
  console.warn('暂未实现', code);
75
74
  console.warn('🚗 ~~ file: index.ts:93 ~~ wxapp的isInGrayscale还没有实现,不应该被调用!');
76
75
  return false;
77
76
  isJdApp,
78
77
  isWxApp,
79
78
  isIosDevice,
80
79
  isAndroidDevice,
81
80
  isJdAndIosDevice,
82
81
  isJdAndAndroidDevice,
83
82
  isJdAndHarmonyDevice,
84
83
  isJdAndroidX5Core,
85
84
  isWxMin,
86
85
  isWxMinAndWxapp,
87
86
  isJdMin,
88
87
  isMin,
89
88
  isJdMinAndHarmony,
90
89
  isH5,
91
90
  isH5AndJdShopView,
92
91
  isChartH5,
93
92
  isH5AndJdShopViewNativeScroll,
94
93
  isH5AndJdShopViewH5Scroll,
95
94
  isH5AndJdShopH5CustomScrollView,
96
95
  isH5AndJingGouMini,
97
96
  isWxMiniH5View,
98
97
  urlCookie,
99
98
  sliceArrToChunkList,
100
99
  dealAddress,
101
100
  objectToUrlEncode,
102
101
  parseQueryUrlString,
103
102
  setLowSmallPicUrl,
104
103
  setTaroStorage,
105
104
  getTaroStorageKeyValue,
106
105
  removeTaroStorageKey,
107
106
  clearTaroStorageKey,
108
107
  getQualityImage,
109
108
  countStringify,
110
109
  getSystemInfos,
111
110
  getWxAppCookieStr,
112
111
  pxTransformFromData,
113
112
  dealShopContentData,
114
113
  dateFormat,
115
114
  throttle,
116
115
  lodashThrottle,
117
116
  debounce,
118
117
  addHttps,
119
118
  showSuccessToast,
120
119
  showFailToast,
121
120
  showNormalToast,
122
121
  showShopLoading,
123
122
  hideShopLoading,
124
123
  stopNativeScrollEvent,
125
124
  getAppChannelType,
126
125
  formatTabActiveMenuType,
127
126
  getAvifSupport,
128
127
  getWebpSupport,
129
128
  filterUrlQueryData,
130
129
  getFloorDataToDataDefines,
131
130
  sgmCustomReport,
132
131
  draCustomReport,
133
132
  remoteCustomReport,
134
133
  draInterfaceCustomReport,
135
134
  draBusinessCustomReport,
136
135
  isOpenJdAppUrl,
137
136
  jdOpenAppParams,
138
137
  createJdOpenAppUrl,
139
138
  isEmpty,
140
139
  getJdAppReportPageSource,
141
140
  isMemberPage,
142
141
  isAppClassifyPage,
143
142
  isAppHomeForMarketPage,
144
143
  isImageOptimizeEnable,
145
144
  isPc,
146
145
  ipLoc_djd,
147
146
  isTjM,
148
147
  isTjJxM,
149
148
  isTjScence,
150
149
  isH5AdnJxMini,
151
150
  isTJApp,
152
151
  isH5AdnHaoWuJie,
153
152
  tjChannel,
154
153
  dealJdOpenAppData,
155
154
  jdAppVersionCompare,
156
155
  dealNativePixelToCssPixel,
157
156
  getSgmCustomCode,
158
157
  handleSgmCodeTaroVersion,
159
158
  isInGrayscale,
160
159
  isIpadDevice,
161
160
  getBorderStyle,
162
161
  isLanguageForEn,
163
162
  sColor,
164
163
  draInterfaceDSMCustomReport,
165
164
  isTabletDevice,
166
165
  isJdTabletDevice,
167
166
  jdTabletDeviceInfo,
167
+ import {
168
168
  isJdApp,
169
169
  isWxApp,
170
170
  isIosDevice,
171
171
  isAndroidDevice,
172
172
  isJdAndIosDevice,
173
173
  isJdAndAndroidDevice,
174
174
  isWxMin,
175
175
  isWxMinAndWxapp,
176
176
  isJdMin,
177
177
  isJdMinAndHarmony,
178
178
  isH5,
179
179
  isH5AndJdShopView,
180
180
  isChartH5,
181
181
  isH5AndJdShopViewNativeScroll,
182
182
  isH5AndJdShopViewH5Scroll,
183
183
  isH5AndJdShopH5CustomScrollView,
184
184
  isWxMiniH5View,
185
185
  sliceArrToChunkList,
186
186
  dealAddress,
187
187
  objectToUrlEncode,
188
188
  parseQueryUrlString,
189
189
  setLowSmallPicUrl,
190
190
  setTaroStorage,
191
191
  getTaroStorageKeyValue,
192
192
  removeTaroStorageKey,
193
193
  clearTaroStorageKey,
194
194
  getQualityImage,
195
195
  countStringify,
196
196
  getSystemInfos,
197
197
  getWxAppCookieStr,
198
198
  pxTransformFromData,
199
199
  dealShopContentData,
200
200
  dateFormat,
201
201
  throttle,
202
202
  lodashThrottle,
203
203
  debounce,
204
204
  addHttps,
205
205
  showSuccessToast,
206
206
  showFailToast,
207
207
  showNormalToast,
208
208
  showShopLoading,
209
209
  hideShopLoading,
210
210
  getAppChannelType,
211
211
  formatTabActiveMenuType,
212
212
  getAvifSupport,
213
213
  getWebpSupport,
214
214
  filterUrlQueryData,
215
215
  draCustomReport,
216
216
  remoteCustomReport,
217
217
  draInterfaceCustomReport,
218
218
  draBusinessCustomReport,
219
219
  draBusinessCustomLogReport,
220
220
  isOpenJdAppUrl,
221
221
  jdOpenAppParams,
222
222
  createJdOpenAppUrl,
223
223
  isEmpty,
224
224
  getJdAppReportPageSource,
225
225
  isMemberPage,
226
226
  isAppClassifyPage,
227
227
  dealJdOpenAppData,
228
228
  jdAppVersionCompare,
229
229
  dealNativePixelToCssPixel,
230
230
  isImageOptimizeEnable,
231
231
  isIpadDevice,
232
232
  getBorderStyle,
233
233
  isLanguageForEn,
234
234
  sColor,
235
235
  isTabletDevice,
236
236
  isLanguageForHk,
237
237
  languageNowType,
238
238
  isInJdAppH5DebugMode,
239
239
  isJdLiteApp,
240
240
  isJdAppForNotMain,
241
241
  console.warn('暂未实现', code);
242
242
  console.warn('暂未实现', code);
243
243
  console.warn('🚗 ~~ file: index.ts:93 ~~ wxapp的isInGrayscale还没有实现,不应该被调用!');
244
244
  return false;
245
245
  console.warn('暂未实现');
246
246
  isJdApp,
247
247
  isWxApp,
248
248
  isIosDevice,
249
249
  isAndroidDevice,
250
250
  isHarmonyDevice,
251
251
  isJdAndIosDevice,
252
252
  isJdAndAndroidDevice,
253
253
  isJdAndHarmonyDevice,
254
254
  isNewHarmonyShop,
255
255
  isJdAndroidX5Core,
256
256
  isWxMin,
257
257
  isWxMinAndWxapp,
258
258
  isJdMin,
259
259
  isMin,
260
260
  isJdMinAndHarmony,
261
261
  isH5,
262
262
  isH5AndJdShopView,
263
263
  isChartH5,
264
264
  isH5AndJdShopViewNativeScroll,
265
265
  isH5AndJdShopViewH5Scroll,
266
266
  isH5AndJdShopH5CustomScrollView,
267
267
  isH5AndJingGouMini,
268
268
  isWxMiniH5View,
269
269
  urlCookie,
270
270
  sliceArrToChunkList,
271
271
  dealAddress,
272
272
  objectToUrlEncode,
273
273
  parseQueryUrlString,
274
274
  setLowSmallPicUrl,
275
275
  setTaroStorage,
276
276
  getTaroStorageKeyValue,
277
277
  removeTaroStorageKey,
278
278
  clearTaroStorageKey,
279
279
  getQualityImage,
280
280
  countStringify,
281
281
  getSystemInfos,
282
282
  getWxAppCookieStr,
283
283
  pxTransformFromData,
284
284
  dealShopContentData,
285
285
  dateFormat,
286
286
  throttle,
287
287
  lodashThrottle,
288
288
  debounce,
289
289
  addHttps,
290
290
  showSuccessToast,
291
291
  showFailToast,
292
292
  showNormalToast,
293
293
  showShopLoading,
294
294
  hideShopLoading,
295
295
  stopNativeScrollEvent,
296
296
  getAppChannelType,
297
297
  formatTabActiveMenuType,
298
298
  getAvifSupport,
299
299
  getWebpSupport,
300
300
  filterUrlQueryData,
301
301
  getFloorDataToDataDefines,
302
302
  draCustomReport,
303
303
  remoteCustomReport,
304
304
  draInterfaceCustomReport,
305
305
  draBusinessCustomReport,
306
306
  draBusinessCustomLogReport,
307
307
  isOpenJdAppUrl,
308
308
  jdOpenAppParams,
309
309
  createJdOpenAppUrl,
310
310
  isEmpty,
311
311
  getJdAppReportPageSource,
312
312
  isMemberPage,
313
313
  isAppClassifyPage,
314
314
  isAppHomeForMarketPage,
315
315
  isImageOptimizeEnable,
316
316
  isPc,
317
317
  ipLoc_djd,
318
318
  isTjM,
319
319
  isTjJxM,
320
320
  isTjScence,
321
321
  isH5AdnJxMini,
322
322
  isTJApp,
323
323
  isH5AdnHaoWuJie,
324
324
  tjChannel,
325
325
  dealJdOpenAppData,
326
326
  jdAppVersionCompare,
327
327
  dealNativePixelToCssPixel,
328
328
  getSgmCustomCode,
329
329
  handleSgmCodeTaroVersion,
330
330
  isInGrayscale,
331
331
  isIpadDevice,
332
332
  getBorderStyle,
333
333
  isLanguageForEn,
334
334
  sColor,
335
335
  isTabletDevice,
336
336
  updateContainerWidth,
337
337
  isInJdShopView,
338
338
  isDongWebView,
339
339
  isLanguageForHk,
340
340
  languageNowType,
341
341
  isInJdAppH5DebugMode,
342
342
  isJdLiteApp,
343
343
  isJdAppForNotMain,
@@ -0,0 +1 @@
1
+ function getEnterShopExtInfo() {
2
  console.warn("~~ getEnterShopExtInfo() ~~ 暂不支持")
1
3
  return {};
2
4
  console.warn("~~ getAdInfoBySkuId() ~~ 暂不支持")
3
5
  return null;
4
6
  console.warn("~~ getSmartCouponInfo() ~~ 暂不支持")
5
7
  return new Promise((resolve) => {
6
8
  resolve(null);
7
9
  });