@conecli/cone-render 0.9.1-shop2.32 → 0.9.1-shop2.34

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.
@@ -1 +1 @@
1
- import {
2
1
  isMin,
3
2
  isJdMinAndHarmony,
4
3
  isChartH5,
5
4
  isH5AndJdShopViewH5Scroll,
6
5
  isH5AndJdShopH5CustomScrollView,
7
6
  getAvifSupport,
8
7
  getWebpSupport,
9
8
  isMemberPage,
10
9
  sgmCustomReport,
11
10
  draCustomReport,
12
11
  remoteCustomReport,
13
12
  draInterfaceCustomReport,
14
13
  draBusinessCustomReport,
15
14
  isOpenJdAppUrl,
16
15
  jdOpenAppParams,
17
16
  createJdOpenAppUrl,
18
17
  isEmpty,
19
18
  getJdAppReportPageSource,
20
19
  isPc,
21
20
  ipLoc_djd,
22
21
  dealJdOpenAppData,
23
22
  jdAppVersionCompare,
24
23
  dealNativePixelToCssPixel,
25
24
  isAppStowShop,
26
25
  isImageOptimizeEnable,
27
26
  isIpadDevice,
28
27
  getBorderStyle,
29
28
  console.warn("🚗 ~~ file: index.ts:93 ~~ 通用的isInGrayscale还没有实现,不应该被调用!")
30
29
  return false
31
30
  isJdAndHarmonyDevice,
32
31
  isJdAndroidX5Core,
33
32
  isMin,
34
33
  isJdMinAndHarmony,
35
34
  isChartH5,
36
35
  isH5AndJdShopViewH5Scroll,
37
36
  isH5AndJdShopH5CustomScrollView,
38
37
  isH5AndJingGouMini,
39
38
  urlCookie,
40
39
  stopNativeScrollEvent,
41
40
  getAvifSupport,
42
41
  getWebpSupport,
43
42
  isMemberPage,
44
43
  sgmCustomReport,
45
44
  draCustomReport,
46
45
  remoteCustomReport,
47
46
  draInterfaceCustomReport,
48
47
  draBusinessCustomReport,
49
48
  isOpenJdAppUrl,
50
49
  jdOpenAppParams,
51
50
  createJdOpenAppUrl,
52
51
  isEmpty,
53
52
  isAppHomeForMarketPage,
54
53
  getJdAppReportPageSource,
55
54
  isImageOptimizeEnable,
56
55
  isPc,
57
56
  ipLoc_djd,
58
57
  isTjM,
59
58
  isTjJxM,
60
59
  isTjScence,
61
60
  isH5AdnJxMini,
62
61
  isTJApp,
63
62
  isH5AdnHaoWuJie,
64
63
  tjChannel,
65
64
  dealJdOpenAppData,
66
65
  jdAppVersionCompare,
67
66
  dealNativePixelToCssPixel,
68
67
  isAppStowShop,
69
68
  getSgmCustomCode,
70
69
  handleSgmCodeTaroVersion,
71
70
  isInGrayscale,
72
71
  isIpadDevice,
73
72
  getBorderStyle,
73
+ import {
74
74
  isMin,
75
75
  isJdMinAndHarmony,
76
76
  isChartH5,
77
77
  isH5AndJdShopViewH5Scroll,
78
78
  isH5AndJdShopH5CustomScrollView,
79
79
  getAvifSupport,
80
80
  getWebpSupport,
81
81
  isMemberPage,
82
82
  sgmCustomReport,
83
83
  draCustomReport,
84
84
  remoteCustomReport,
85
85
  draInterfaceCustomReport,
86
86
  draBusinessCustomReport,
87
87
  isOpenJdAppUrl,
88
88
  jdOpenAppParams,
89
89
  createJdOpenAppUrl,
90
90
  isEmpty,
91
91
  getJdAppReportPageSource,
92
92
  isPc,
93
93
  ipLoc_djd,
94
94
  dealJdOpenAppData,
95
95
  jdAppVersionCompare,
96
96
  dealNativePixelToCssPixel,
97
97
  isAppStowShop,
98
98
  isImageOptimizeEnable,
99
99
  isIpadDevice,
100
100
  getBorderStyle,
101
101
  isLanguageForEn,
102
102
  console.warn("🚗 ~~ file: index.ts:93 ~~ 通用的isInGrayscale还没有实现,不应该被调用!")
103
103
  return false
104
104
  isJdAndHarmonyDevice,
105
105
  isJdAndroidX5Core,
106
106
  isMin,
107
107
  isJdMinAndHarmony,
108
108
  isChartH5,
109
109
  isH5AndJdShopViewH5Scroll,
110
110
  isH5AndJdShopH5CustomScrollView,
111
111
  isH5AndJingGouMini,
112
112
  urlCookie,
113
113
  stopNativeScrollEvent,
114
114
  getAvifSupport,
115
115
  getWebpSupport,
116
116
  isMemberPage,
117
117
  sgmCustomReport,
118
118
  draCustomReport,
119
119
  remoteCustomReport,
120
120
  draInterfaceCustomReport,
121
121
  draBusinessCustomReport,
122
122
  isOpenJdAppUrl,
123
123
  jdOpenAppParams,
124
124
  createJdOpenAppUrl,
125
125
  isEmpty,
126
126
  isAppHomeForMarketPage,
127
127
  getJdAppReportPageSource,
128
128
  isImageOptimizeEnable,
129
129
  isPc,
130
130
  ipLoc_djd,
131
131
  isTjM,
132
132
  isTjJxM,
133
133
  isTjScence,
134
134
  isH5AdnJxMini,
135
135
  isTJApp,
136
136
  isH5AdnHaoWuJie,
137
137
  tjChannel,
138
138
  dealJdOpenAppData,
139
139
  jdAppVersionCompare,
140
140
  dealNativePixelToCssPixel,
141
141
  isAppStowShop,
142
142
  getSgmCustomCode,
143
143
  handleSgmCodeTaroVersion,
144
144
  isInGrayscale,
145
145
  isIpadDevice,
146
146
  getBorderStyle,
147
147
  isLanguageForEn,
@@ -1 +1 @@
1
- import {
2
1
  isJdMinAndHarmony,
3
2
  isChartH5,
4
3
  isH5AndJdShopViewH5Scroll,
5
4
  isH5AndJdShopH5CustomScrollView,
6
5
  getAvifSupport,
7
6
  getWebpSupport,
8
7
  sgmCustomReport,
9
8
  draCustomReport,
10
9
  remoteCustomReport,
11
10
  draInterfaceCustomReport,
12
11
  draBusinessCustomReport,
13
12
  isOpenJdAppUrl,
14
13
  jdOpenAppParams,
15
14
  createJdOpenAppUrl,
16
15
  isEmpty,
17
16
  getJdAppReportPageSource,
18
17
  isMemberPage,
19
18
  isAppClassifyPage,
20
19
  dealJdOpenAppData,
21
20
  jdAppVersionCompare,
22
21
  dealNativePixelToCssPixel,
23
22
  isImageOptimizeEnable,
24
23
  isIpadDevice,
25
24
  getBorderStyle,
26
25
  console.warn("🚗 ~~ file: index.ts:93 ~~ wxapp的isInGrayscale还没有实现,不应该被调用!")
27
26
  return false
28
27
  isJdAndHarmonyDevice,
29
28
  isJdAndroidX5Core,
30
29
  isMin,
31
30
  isJdMinAndHarmony,
32
31
  isH5AndJdShopViewH5Scroll,
33
32
  isH5AndJdShopH5CustomScrollView,
34
33
  isH5AndJingGouMini,
35
34
  urlCookie,
36
35
  stopNativeScrollEvent,
37
36
  getAvifSupport,
38
37
  getWebpSupport,
39
38
  sgmCustomReport,
40
39
  draCustomReport,
41
40
  remoteCustomReport,
42
41
  draInterfaceCustomReport,
43
42
  draBusinessCustomReport,
44
43
  isOpenJdAppUrl,
45
44
  jdOpenAppParams,
46
45
  createJdOpenAppUrl,
47
46
  isEmpty,
48
47
  getJdAppReportPageSource,
49
48
  isMemberPage,
50
49
  isAppClassifyPage,
51
50
  isAppHomeForMarketPage,
52
51
  isImageOptimizeEnable,
53
52
  isPc,
54
53
  isTjM,
55
54
  isTjJxM,
56
55
  isTjScence,
57
56
  isH5AdnJxMini,
58
57
  isTJApp,
59
58
  isH5AdnHaoWuJie,
60
59
  tjChannel,
61
60
  dealJdOpenAppData,
62
61
  jdAppVersionCompare,
63
62
  dealNativePixelToCssPixel,
64
63
  getSgmCustomCode,
65
64
  handleSgmCodeTaroVersion,
66
65
  isInGrayscale,
67
66
  isIpadDevice,
68
67
  getBorderStyle,
68
+ import {
69
69
  isJdMinAndHarmony,
70
70
  isChartH5,
71
71
  isH5AndJdShopViewH5Scroll,
72
72
  isH5AndJdShopH5CustomScrollView,
73
73
  getAvifSupport,
74
74
  getWebpSupport,
75
75
  sgmCustomReport,
76
76
  draCustomReport,
77
77
  remoteCustomReport,
78
78
  draInterfaceCustomReport,
79
79
  draBusinessCustomReport,
80
80
  isOpenJdAppUrl,
81
81
  jdOpenAppParams,
82
82
  createJdOpenAppUrl,
83
83
  isEmpty,
84
84
  getJdAppReportPageSource,
85
85
  isMemberPage,
86
86
  isAppClassifyPage,
87
87
  dealJdOpenAppData,
88
88
  jdAppVersionCompare,
89
89
  dealNativePixelToCssPixel,
90
90
  isImageOptimizeEnable,
91
91
  isIpadDevice,
92
92
  getBorderStyle,
93
93
  isLanguageForEn,
94
94
  console.warn("🚗 ~~ file: index.ts:93 ~~ wxapp的isInGrayscale还没有实现,不应该被调用!")
95
95
  return false
96
96
  isJdAndHarmonyDevice,
97
97
  isJdAndroidX5Core,
98
98
  isMin,
99
99
  isJdMinAndHarmony,
100
100
  isH5AndJdShopViewH5Scroll,
101
101
  isH5AndJdShopH5CustomScrollView,
102
102
  isH5AndJingGouMini,
103
103
  urlCookie,
104
104
  stopNativeScrollEvent,
105
105
  getAvifSupport,
106
106
  getWebpSupport,
107
107
  sgmCustomReport,
108
108
  draCustomReport,
109
109
  remoteCustomReport,
110
110
  draInterfaceCustomReport,
111
111
  draBusinessCustomReport,
112
112
  isOpenJdAppUrl,
113
113
  jdOpenAppParams,
114
114
  createJdOpenAppUrl,
115
115
  isEmpty,
116
116
  getJdAppReportPageSource,
117
117
  isMemberPage,
118
118
  isAppClassifyPage,
119
119
  isAppHomeForMarketPage,
120
120
  isImageOptimizeEnable,
121
121
  isPc,
122
122
  isTjM,
123
123
  isTjJxM,
124
124
  isTjScence,
125
125
  isH5AdnJxMini,
126
126
  isTJApp,
127
127
  isH5AdnHaoWuJie,
128
128
  tjChannel,
129
129
  dealJdOpenAppData,
130
130
  jdAppVersionCompare,
131
131
  dealNativePixelToCssPixel,
132
132
  getSgmCustomCode,
133
133
  handleSgmCodeTaroVersion,
134
134
  isInGrayscale,
135
135
  isIpadDevice,
136
136
  getBorderStyle,
137
137
  isLanguageForEn,