@conecli/cone-render 0.9.1-shop2.9 → 0.10.1-beta.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.
- package/dist/assets/icon_blue_info.svg +1 -0
- package/dist/common/const.ts +1 -1
- 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/jdplayerSdk.ts +1 -0
- package/dist/common/sgmCustomCode.ts +1 -1
- package/dist/components/base/CustomVideo/index.tsx +1 -1
- package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/debug/DebugLayout/index.module.scss +67 -0
- package/dist/components/debug/DebugLayout/index.tsx +1 -0
- package/dist/components/debug/DebugLayout/utils.ts +1 -0
- package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
- package/dist/components/isv/Floor/index.tsx +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/jumpEventReport/web.tjm.ts +1 -1
- package/dist/open/api/index.ts +1 -1
- package/dist/sass/app.h5.scss +5 -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/utils.ts +1 -1
- package/package.json +42 -39
- package/dist/customHooks/useDocumentVisibilitychange.ts +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import {
|
|
2
1
|
isChartH5,
|
|
3
2
|
isH5AndJdShopViewH5Scroll,
|
|
4
3
|
isH5AndJdShopH5CustomScrollView,
|
|
5
4
|
sgmCustomReport,
|
|
6
5
|
isOpenJdAppUrl,
|
|
7
6
|
jdOpenAppParams,
|
|
8
7
|
createJdOpenAppUrl,
|
|
9
8
|
isEmpty,
|
|
10
9
|
getJdAppReportPageSource,
|
|
11
10
|
isMemberPage,
|
|
12
11
|
isAppClassifyPage,
|
|
13
12
|
dealJdOpenAppData,
|
|
14
13
|
jdAppVersionCompare,
|
|
15
14
|
dealNativePixelToCssPixel
|
|
16
15
|
isJdAndHarmonyDevice,
|
|
17
16
|
isJdAndroidX5Core,
|
|
18
17
|
isH5AndJdShopViewH5Scroll,
|
|
19
18
|
isH5AndJdShopH5CustomScrollView,
|
|
20
19
|
isH5AndJingGouMini,
|
|
21
20
|
urlCookie,
|
|
22
21
|
sgmCustomReport,
|
|
23
22
|
isOpenJdAppUrl,
|
|
24
23
|
jdOpenAppParams,
|
|
25
24
|
createJdOpenAppUrl,
|
|
26
25
|
isEmpty,
|
|
27
26
|
getJdAppReportPageSource,
|
|
28
27
|
isMemberPage,
|
|
29
28
|
isAppClassifyPage,
|
|
30
29
|
isH5AdnJxMini,
|
|
31
30
|
isPc,
|
|
32
31
|
dealJdOpenAppData,
|
|
33
32
|
jdAppVersionCompare,
|
|
34
33
|
dealNativePixelToCssPixel,
|
|
35
34
|
getSgmCustomCode
|
|
35
|
+
import {
|
|
36
36
|
isJdApp,
|
|
37
37
|
isWxApp,
|
|
38
38
|
isIosDevice,
|
|
39
39
|
isAndroidDevice,
|
|
40
40
|
isJdAndIosDevice,
|
|
41
41
|
isJdAndAndroidDevice,
|
|
42
42
|
isWxMin,
|
|
43
43
|
isWxMinAndWxapp,
|
|
44
44
|
isJdMin,
|
|
45
45
|
isH5,
|
|
46
46
|
isH5AndJdShopView,
|
|
47
47
|
isChartH5,
|
|
48
48
|
isH5AndJdShopViewNativeScroll,
|
|
49
49
|
isH5AndJdShopViewH5Scroll,
|
|
50
50
|
isH5AndJdShopH5CustomScrollView,
|
|
51
51
|
isWxMiniH5View,
|
|
52
52
|
sliceArrToChunkList,
|
|
53
53
|
dealAddress,
|
|
54
54
|
objectToUrlEncode,
|
|
55
55
|
parseQueryUrlString,
|
|
56
56
|
setLowSmallPicUrl,
|
|
57
57
|
setTaroStorage,
|
|
58
58
|
getTaroStorageKeyValue,
|
|
59
59
|
removeTaroStorageKey,
|
|
60
60
|
clearTaroStorageKey,
|
|
61
61
|
getQualityImage,
|
|
62
62
|
countStringify,
|
|
63
63
|
getSystemInfos,
|
|
64
64
|
getWxAppCookieStr,
|
|
65
65
|
pxTransformFromData,
|
|
66
66
|
dealShopContentData,
|
|
67
67
|
dateFormat,
|
|
68
68
|
throttle,
|
|
69
69
|
lodashThrottle,
|
|
70
70
|
debounce,
|
|
71
71
|
addHttps,
|
|
72
72
|
showSuccessToast,
|
|
73
73
|
showFailToast,
|
|
74
74
|
showNormalToast,
|
|
75
75
|
showShopLoading,
|
|
76
76
|
hideShopLoading,
|
|
77
77
|
getAppChannelType,
|
|
78
78
|
formatTabActiveMenuType,
|
|
79
79
|
filterUrlQueryData,
|
|
80
80
|
sgmCustomReport,
|
|
81
81
|
isOpenJdAppUrl,
|
|
82
82
|
jdOpenAppParams,
|
|
83
83
|
createJdOpenAppUrl,
|
|
84
84
|
isEmpty,
|
|
85
85
|
getJdAppReportPageSource,
|
|
86
86
|
isMemberPage,
|
|
87
87
|
isAppClassifyPage,
|
|
88
88
|
dealJdOpenAppData,
|
|
89
89
|
jdAppVersionCompare,
|
|
90
90
|
dealNativePixelToCssPixel
|
|
91
91
|
isJdAndHarmonyDevice,
|
|
92
92
|
isJdAndroidX5Core,
|
|
93
93
|
isH5AndJdShopViewH5Scroll,
|
|
94
94
|
isH5AndJdShopH5CustomScrollView,
|
|
95
95
|
isH5AndJingGouMini,
|
|
96
96
|
urlCookie,
|
|
97
97
|
sgmCustomReport,
|
|
98
98
|
isOpenJdAppUrl,
|
|
99
99
|
jdOpenAppParams,
|
|
100
100
|
createJdOpenAppUrl,
|
|
101
101
|
isEmpty,
|
|
102
102
|
getJdAppReportPageSource,
|
|
103
103
|
isMemberPage,
|
|
104
104
|
isAppClassifyPage,
|
|
105
105
|
isH5AdnJxMini,
|
|
106
106
|
isPc,
|
|
107
107
|
dealJdOpenAppData,
|
|
108
108
|
jdAppVersionCompare,
|
|
109
109
|
dealNativePixelToCssPixel,
|
|
110
110
|
getSgmCustomCode
|