@conecli/cone-render 0.10.1-shop3.9 → 0.10.1-shop3.91

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 (114) 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.ascf.ts +1 -0
  17. package/dist/common/wxappApi.ts +1 -1
  18. package/dist/components/ErrorBoundary.tsx +1 -1
  19. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  20. package/dist/components/base/CountDown/index.tsx +1 -1
  21. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  22. package/dist/components/base/CustomVideo/index.tsx +1 -1
  23. package/dist/components/base/CustomVideo/index.weapp.tsx +1 -0
  24. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  25. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  26. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  27. package/dist/components/base/InOrOutViewObserver/index.weapp.tsx +1 -0
  28. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  29. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  30. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  31. package/dist/components/base/MobileCommonHeader/index.tsx +1 -1
  32. package/dist/components/base/MobileCommonHeader/index.weapp.tsx +1 -0
  33. package/dist/components/base/NetworkDataError/const.ts +1 -1
  34. package/dist/components/base/NetworkDataError/index.module.scss +118 -72
  35. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  36. package/dist/components/base/Price/Base/index.module.scss +12 -0
  37. package/dist/components/base/Price/Base/index.tsx +1 -1
  38. package/dist/components/base/Price/Double/index.module.scss +25 -1
  39. package/dist/components/base/Price/Double/index.tsx +1 -1
  40. package/dist/components/base/ShopLeGaoTag/index.h5.module.scss +35 -0
  41. package/dist/components/base/ShopLeGaoTag/index.h5.tsx +1 -0
  42. package/dist/components/base/ShopLeGaoTag/index.module.scss +33 -0
  43. package/dist/components/base/ShopLeGaoTag/index.tsx +1 -0
  44. package/dist/components/debug/DebugLayout/index.module.scss +2 -2
  45. package/dist/components/floorItem.tsx +1 -1
  46. package/dist/components/isv/Floor/index.tsx +1 -1
  47. package/dist/components/remoteFloorItem.tsx +1 -1
  48. package/dist/config/env.ts +1 -1
  49. package/dist/interface/common.ts +1 -1
  50. package/dist/interface/component.ts +1 -1
  51. package/dist/interface/jumpEventReport.ts +1 -1
  52. package/dist/interface/service.ts +1 -1
  53. package/dist/jumpEventReport/base.ts +1 -1
  54. package/dist/jumpEventReport/const.ts +1 -1
  55. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  56. package/dist/jumpEventReport/index.h5.ts +1 -1
  57. package/dist/jumpEventReport/index.jd.ts +1 -1
  58. package/dist/jumpEventReport/index.weapp.ts +1 -1
  59. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  60. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  61. package/dist/jumpEventReport/logEventConfig.h5.ts +1 -0
  62. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  63. package/dist/jumpEventReport/web/report.ts +1 -1
  64. package/dist/jumpEventReport/web.base.ts +1 -1
  65. package/dist/jumpEventReport/web.jd.ts +1 -1
  66. package/dist/jumpEventReport/web.pc.ts +1 -1
  67. package/dist/jumpEventReport/web.tjm.ts +1 -1
  68. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  69. package/dist/language/en_US.json +309 -0
  70. package/dist/language/zh_CN.json +309 -0
  71. package/dist/language/zh_HK.json +309 -0
  72. package/dist/libs/openShopBridge.js +161 -0
  73. package/dist/libs/openShopBridge.min.js +1 -0
  74. package/dist/libs/taroAppReport.js +2 -2
  75. package/dist/modules/ContainerFloorList/index.h5.module.scss +16 -2
  76. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  77. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  78. package/dist/modules/DecorateContainerFloorList/index.weapp.tsx +1 -0
  79. package/dist/open/api/environment.ts +1 -1
  80. package/dist/open/api/shopMember.ts +1 -1
  81. package/dist/open/api/shopMember.weapp.ts +1 -0
  82. package/dist/open/api/track.ts +1 -1
  83. package/dist/open/api/util.ts +1 -1
  84. package/dist/open/components/index.ts +1 -1
  85. package/dist/open/index.ts +1 -1
  86. package/dist/sass/app.h5.scss +27 -1
  87. package/dist/sass/base.scss +8 -4
  88. package/dist/service/fetchGateway.ts +1 -1
  89. package/dist/service/fetchGateway.weapp.ts +1 -1
  90. package/dist/service/fetchJsonp.weapp.ts +1 -0
  91. package/dist/service/http/const.ts +1 -1
  92. package/dist/service/http/h5Http.ts +1 -1
  93. package/dist/service/http/httpInterceptors.weapp.ts +1 -0
  94. package/dist/service/requestServer.h5.ts +1 -1
  95. package/dist/service/requestServer.ts +1 -1
  96. package/dist/service/requestServer.weapp.ts +1 -1
  97. package/dist/utils/connectNativeJsBridge.ts +1 -1
  98. package/dist/utils/h5Utils.ts +1 -1
  99. package/dist/utils/harmonyCallRouter.h5.ts +1 -0
  100. package/dist/utils/harmonyCallRouter.ts +0 -0
  101. package/dist/utils/index.h5.ts +1 -1
  102. package/dist/utils/index.ts +1 -1
  103. package/dist/utils/index.weapp.ts +1 -1
  104. package/dist/utils/jumpExtMapUtil.ts +1 -0
  105. package/dist/utils/log.ts +1 -0
  106. package/dist/utils/{sColor.js → sColor.ts} +1 -1
  107. package/dist/utils/sColor.weapp.ts +1 -0
  108. package/dist/utils/utils.ts +1 -1
  109. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  110. package/dist/wxapp/common/user_info.js +1 -1
  111. package/package.json +162 -141
  112. package/dist/jumpEventReport/web/wqshop.report.ts +0 -1
  113. package/dist/utils/priceUtils.js +0 -1
  114. /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
  isAscfApp,
249
249
  isInJdAppH5DebugMode,
250
250
  isJdLiteApp,
251
251
  isJdAppForNotMain,
252
252
  console.warn('暂未实现', code);
253
253
  console.warn('暂未实现', code);
254
254
  console.warn('暂未实现');
255
255
  console.warn('🚗 ~~ file: index.ts:93 ~~ 通用的isInGrayscale还没有实现,不应该被调用!');
256
256
  return false;
257
257
  isJdApp,
258
258
  isWxApp,
259
259
  isIosDevice,
260
260
  isAndroidDevice,
261
261
  isHarmonyDevice,
262
262
  isJdAndIosDevice,
263
263
  isJdAndAndroidDevice,
264
264
  isJdAndHarmonyDevice,
265
265
  isNewHarmonyShop,
266
266
  isJdAndroidX5Core,
267
267
  isWxMin,
268
268
  isMin,
269
269
  isJdMinAndHarmony,
270
270
  isWxMinAndWxapp,
271
271
  isJdMin,
272
272
  isH5,
273
273
  isH5AndJdShopView,
274
274
  isChartH5,
275
275
  isH5AndJdShopViewNativeScroll,
276
276
  isH5AndJdShopViewH5Scroll,
277
277
  isH5AndJdShopH5CustomScrollView,
278
278
  isH5AndJingGouMini,
279
279
  isWxMiniH5View,
280
280
  urlCookie,
281
281
  sliceArrToChunkList,
282
282
  dealAddress,
283
283
  objectToUrlEncode,
284
284
  parseQueryUrlString,
285
285
  setLowSmallPicUrl,
286
286
  countStringify,
287
287
  setTaroStorage,
288
288
  getTaroStorageKeyValue,
289
289
  removeTaroStorageKey,
290
290
  clearTaroStorageKey,
291
291
  getQualityImage,
292
292
  getSystemInfos,
293
293
  getWxAppCookieStr,
294
294
  pxTransformFromData,
295
295
  dealShopContentData,
296
296
  dateFormat,
297
297
  throttle,
298
298
  lodashThrottle,
299
299
  debounce,
300
300
  addHttps,
301
301
  showSuccessToast,
302
302
  showFailToast,
303
303
  showNormalToast,
304
304
  showShopLoading,
305
305
  hideShopLoading,
306
306
  stopNativeScrollEvent,
307
307
  getAppChannelType,
308
308
  formatTabActiveMenuType,
309
309
  getAvifSupport,
310
310
  getWebpSupport,
311
311
  filterUrlQueryData,
312
312
  isMemberPage,
313
313
  getFloorDataToDataDefines,
314
314
  draCustomReport,
315
315
  remoteCustomReport,
316
316
  draInterfaceCustomReport,
317
317
  draBusinessCustomReport,
318
318
  draBusinessCustomLogReport,
319
319
  isOpenJdAppUrl,
320
320
  jdOpenAppParams,
321
321
  createJdOpenAppUrl,
322
322
  isEmpty,
323
323
  isAppClassifyPage,
324
324
  isAppHomeForMarketPage,
325
325
  getJdAppReportPageSource,
326
326
  isImageOptimizeEnable,
327
327
  isPc,
328
328
  isPcClassifyPage,
329
329
  ipLoc_djd,
330
330
  isTjM,
331
331
  isTjJxM,
332
332
  isTjScence,
333
333
  isH5AdnJxMini,
334
334
  isTJApp,
335
335
  isH5AdnHaoWuJie,
336
336
  tjChannel,
337
337
  dealJdOpenAppData,
338
338
  jdAppVersionCompare,
339
339
  dealNativePixelToCssPixel,
340
340
  isAppStowShop,
341
341
  getSgmCustomCode,
342
342
  handleSgmCodeTaroVersion,
343
343
  isInGrayscale,
344
344
  isIpadDevice,
345
345
  getBorderStyle,
346
346
  isLanguageForEn,
347
347
  sColor,
348
348
  isTabletDevice,
349
349
  updateContainerWidth,
350
350
  isInJdShopView,
351
351
  isDongWebView,
352
352
  isLanguageForHk,
353
353
  languageNowType,
354
354
  isAscfApp,
355
355
  isInJdAppH5DebugMode,
356
356
  isJdLiteApp,
357
357
  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
  isAscfApp,
242
242
  console.warn('暂未实现', code);
243
243
  console.warn('暂未实现', code);
244
244
  console.warn('🚗 ~~ file: index.ts:93 ~~ wxapp的isInGrayscale还没有实现,不应该被调用!');
245
245
  return false;
246
246
  console.warn('暂未实现');
247
247
  isJdApp,
248
248
  isWxApp,
249
249
  isIosDevice,
250
250
  isAndroidDevice,
251
251
  isHarmonyDevice,
252
252
  isJdAndIosDevice,
253
253
  isJdAndAndroidDevice,
254
254
  isJdAndHarmonyDevice,
255
255
  isNewHarmonyShop,
256
256
  isJdAndroidX5Core,
257
257
  isWxMin,
258
258
  isWxMinAndWxapp,
259
259
  isJdMin,
260
260
  isMin,
261
261
  isJdMinAndHarmony,
262
262
  isH5,
263
263
  isH5AndJdShopView,
264
264
  isChartH5,
265
265
  isH5AndJdShopViewNativeScroll,
266
266
  isH5AndJdShopViewH5Scroll,
267
267
  isH5AndJdShopH5CustomScrollView,
268
268
  isH5AndJingGouMini,
269
269
  isWxMiniH5View,
270
270
  urlCookie,
271
271
  sliceArrToChunkList,
272
272
  dealAddress,
273
273
  objectToUrlEncode,
274
274
  parseQueryUrlString,
275
275
  setLowSmallPicUrl,
276
276
  setTaroStorage,
277
277
  getTaroStorageKeyValue,
278
278
  removeTaroStorageKey,
279
279
  clearTaroStorageKey,
280
280
  getQualityImage,
281
281
  countStringify,
282
282
  getSystemInfos,
283
283
  getWxAppCookieStr,
284
284
  pxTransformFromData,
285
285
  dealShopContentData,
286
286
  dateFormat,
287
287
  throttle,
288
288
  lodashThrottle,
289
289
  debounce,
290
290
  addHttps,
291
291
  showSuccessToast,
292
292
  showFailToast,
293
293
  showNormalToast,
294
294
  showShopLoading,
295
295
  hideShopLoading,
296
296
  stopNativeScrollEvent,
297
297
  getAppChannelType,
298
298
  formatTabActiveMenuType,
299
299
  getAvifSupport,
300
300
  getWebpSupport,
301
301
  filterUrlQueryData,
302
302
  getFloorDataToDataDefines,
303
303
  draCustomReport,
304
304
  remoteCustomReport,
305
305
  draInterfaceCustomReport,
306
306
  draBusinessCustomReport,
307
307
  draBusinessCustomLogReport,
308
308
  isOpenJdAppUrl,
309
309
  jdOpenAppParams,
310
310
  createJdOpenAppUrl,
311
311
  isEmpty,
312
312
  getJdAppReportPageSource,
313
313
  isMemberPage,
314
314
  isAppClassifyPage,
315
315
  isAppHomeForMarketPage,
316
316
  isImageOptimizeEnable,
317
317
  isPc,
318
318
  ipLoc_djd,
319
319
  isTjM,
320
320
  isTjJxM,
321
321
  isTjScence,
322
322
  isH5AdnJxMini,
323
323
  isTJApp,
324
324
  isH5AdnHaoWuJie,
325
325
  tjChannel,
326
326
  dealJdOpenAppData,
327
327
  jdAppVersionCompare,
328
328
  dealNativePixelToCssPixel,
329
329
  getSgmCustomCode,
330
330
  handleSgmCodeTaroVersion,
331
331
  isInGrayscale,
332
332
  isIpadDevice,
333
333
  getBorderStyle,
334
334
  isLanguageForEn,
335
335
  sColor,
336
336
  isTabletDevice,
337
337
  updateContainerWidth,
338
338
  isInJdShopView,
339
339
  isDongWebView,
340
340
  isLanguageForHk,
341
341
  languageNowType,
342
342
  isInJdAppH5DebugMode,
343
343
  isJdLiteApp,
344
344
  isJdAppForNotMain,
345
345
  isAscfApp,
@@ -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
  });