@conecli/cone-render 0.9.1-shop2.2 → 0.9.1-shop2.21
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/api/index.ts +1 -1
- package/dist/common/const.ts +1 -1
- package/dist/common/environmentType.ts +1 -0
- 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/jssdk.ts +1 -0
- package/dist/common/pageType.ts +1 -0
- package/dist/common/sgmCustomCode.ts +1 -0
- package/dist/common/token/index.h5.ts +1 -1
- package/dist/common/token/token.jd.ts +1 -1
- package/dist/common/token/token.ts +1 -1
- package/dist/common/wxappApi.jd.ts +1 -0
- package/dist/components/ErrorBoundary.tsx +1 -1
- package/dist/components/base/CountDown/index.tsx +1 -1
- package/dist/components/base/CustomScrollView/index.jd.tsx +1 -0
- package/dist/components/base/CustomScrollView/index.module.scss +7 -0
- package/dist/components/base/CustomScrollView/index.tsx +1 -1
- package/dist/components/base/CustomVideo/index.tsx +1 -1
- package/dist/components/base/Dialog/index.module.scss +5 -0
- package/dist/components/base/Dialog/index.tsx +1 -1
- package/dist/components/base/Exposure/index.h5.tsx +1 -1
- package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
- package/dist/components/base/ExposureSmart/index.tsx +1 -1
- package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
- package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
- package/dist/components/base/InViewRender/index.tsx +1 -1
- package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
- package/dist/components/base/LazyLoadImage/const.ts +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.module.scss +23 -20
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/MobileCommonHeader/index.module.scss +17 -0
- package/dist/components/base/MobileCommonHeader/index.tsx +1 -0
- package/dist/components/base/NetworkDataError/const.ts +1 -1
- package/dist/components/base/NetworkDataError/index.module.scss +7 -0
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/base/Price/Double/index.tsx +1 -1
- package/dist/components/base/Price/index.tsx +1 -1
- package/dist/components/decorate/DecorateFloorModule/index.module.scss +32 -2
- package/dist/components/decorate/DecorateFloorModule/index.tsx +1 -1
- package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
- package/dist/components/decorate/PlaceHolder/index.tsx +1 -1
- package/dist/components/floorItem.jd.tsx +1 -1
- package/dist/components/floorItem.tsx +1 -1
- package/dist/components/floorItem.weapp.tsx +1 -1
- package/dist/components/isv/Floor/index.tsx +1 -1
- package/dist/components/remoteFloorItem.tsx +1 -1
- package/dist/interface/common.ts +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/interface/service.ts +1 -1
- package/dist/interface/utils.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/const.ts +1 -1
- package/dist/jumpEventReport/createReportFloorData.ts +1 -1
- package/dist/jumpEventReport/index.h5.ts +1 -1
- package/dist/jumpEventReport/index.jd.ts +1 -1
- package/dist/jumpEventReport/index.weapp.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/jumpEventReport/web/report.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/jumpEventReport/web.jdb.ts +1 -1
- package/dist/jumpEventReport/web.jdjch.ts +1 -1
- package/dist/jumpEventReport/web.jxwxapp.ts +1 -0
- package/dist/jumpEventReport/web.tjapp.ts +1 -0
- package/dist/jumpEventReport/web.tjm.ts +1 -0
- package/dist/jumpEventReport/web.wxapp.ts +1 -1
- package/dist/modules/ContainerFloorList/index.h5.module.scss +18 -1
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/modules/ContainerFloorList/index.tsx +1 -1
- package/dist/open/api/device.ts +1 -1
- package/dist/open/api/environment.ts +1 -1
- package/dist/open/api/index.ts +1 -1
- package/dist/open/api/jump copy.ts +1 -1
- package/dist/open/api/request.ts +1 -1
- package/dist/open/api/shopMember.ts +1 -1
- package/dist/open/api/track.ts +1 -1
- package/dist/open/api/util.ts +1 -1
- package/dist/open/components/index.ts +1 -1
- package/dist/sass/app.h5.scss +49 -3
- package/dist/sass/base.scss +57 -0
- package/dist/service/fetchGateway.ts +1 -1
- package/dist/service/http/const.ts +1 -1
- package/dist/service/requestServer.ts +1 -1
- package/dist/utils/connectNativeJsBridge.ts +1 -1
- package/dist/utils/connectNativeJsBridge.weapp.ts +1 -1
- package/dist/utils/draExceptionAndProfile.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/jm-common.js +1 -1
- package/dist/utils/sgmCodeUtils.ts +1 -0
- package/dist/utils/taroRenderUtil.ts +1 -1
- package/dist/utils/utils.ts +1 -1
- package/package.json +1 -1
- package/dist/customHooks/useDocumentVisibilitychange.ts +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare namespace JumpEventReportInterFace {
|
|
2
1
|
export interface ShopIdsInfo {
|
|
3
2
|
shopId?: number | string
|
|
4
3
|
venderId?: number | string
|
|
5
4
|
logEventInfo?: object
|
|
6
5
|
type?: string
|
|
7
6
|
}
|
|
8
7
|
export interface RouterInfo {
|
|
9
8
|
params: any
|
|
10
9
|
pageParamStr?: string
|
|
11
10
|
[key: string]: any
|
|
12
11
|
}
|
|
13
12
|
export interface JumpMiniPath {
|
|
14
13
|
shop: string
|
|
15
14
|
shopx: string
|
|
16
15
|
detail: string
|
|
17
16
|
searchCoupon: string
|
|
18
17
|
h5: string
|
|
19
18
|
jingGouHome: string
|
|
20
19
|
shopFans: string
|
|
21
20
|
shopLight: string
|
|
22
21
|
couponSearch: string
|
|
23
22
|
shopSearch: string
|
|
24
23
|
}
|
|
25
24
|
export interface jumpWebUrl {
|
|
26
25
|
mshop: string
|
|
27
26
|
pages: string
|
|
28
27
|
pcCoupon: string
|
|
29
28
|
couponSearch: string
|
|
30
29
|
pcCouponSearch: string
|
|
31
30
|
shopSecondActivity: string
|
|
32
31
|
shopLight: string
|
|
33
32
|
detail: string
|
|
34
33
|
pcDetail: string
|
|
35
34
|
mobileHome: string
|
|
36
35
|
rank: string
|
|
37
36
|
wqShopMember: string
|
|
38
37
|
wqShopDetail: string
|
|
39
38
|
wqShopSearch: string
|
|
40
39
|
shopMember: string
|
|
41
40
|
shopMemberPointDetail: string
|
|
42
41
|
shopMemberBenefit: string
|
|
43
42
|
shopMemberRule: string
|
|
44
43
|
shopMemberCloseAccount: string
|
|
45
44
|
shopMemberPointExchange: string
|
|
46
45
|
shopMemberBonusPurchase: string
|
|
47
46
|
shopMemberGood: string
|
|
48
47
|
beanDetail: string
|
|
49
48
|
totalPromotion: string
|
|
50
49
|
mLive: string
|
|
51
50
|
shopHome: string
|
|
52
51
|
shopIntroduce: string
|
|
53
52
|
shopSearch: string
|
|
54
53
|
shopLottery: string
|
|
55
54
|
shopCoupon: string
|
|
56
55
|
shopWares: string
|
|
57
56
|
shopFastShopping: string
|
|
58
57
|
shopSpeciSeckill: string
|
|
59
58
|
shopVideos: string
|
|
60
59
|
shopUseShareOrderUgcContent: string
|
|
61
60
|
dongDongChat: string
|
|
62
61
|
samCenter: string
|
|
63
62
|
samCard: string
|
|
64
63
|
shopH5MemberCardAPP: string
|
|
65
64
|
shopH5MemberCardM: string
|
|
66
65
|
}
|
|
67
66
|
export interface EventReportConfig {
|
|
68
67
|
routerInfo: RouterInfo
|
|
69
68
|
nativeEvent: any
|
|
70
69
|
}
|
|
71
70
|
export interface OptEventLogParams {
|
|
72
71
|
eventId?: string
|
|
73
72
|
eventParam?: string | object
|
|
74
73
|
pTag?: string
|
|
75
74
|
jsonParam?: {
|
|
76
75
|
[key: string]: any
|
|
77
76
|
}
|
|
78
77
|
skuId?: string | number
|
|
79
78
|
eventLevel?: string
|
|
80
79
|
exposureState?: boolean
|
|
81
80
|
otherParams?: object
|
|
82
81
|
}
|
|
83
82
|
|
|
84
83
|
export interface JumpH5ReportConfig {
|
|
85
84
|
shopId?: number | string
|
|
86
85
|
venderId?: number | string
|
|
87
86
|
sourceValue?: string
|
|
88
87
|
sourceType?: string
|
|
89
88
|
}
|
|
90
89
|
export interface JumpEventReportInit extends EventReportConfig {
|
|
91
90
|
getConfig(opt): EventReportConfig
|
|
92
91
|
updateInfo(routerInfo, logPname): void
|
|
93
92
|
}
|
|
94
93
|
export interface CouponUrlParams {
|
|
95
94
|
batchId: number
|
|
96
95
|
bindType: number
|
|
97
96
|
startTime?: number
|
|
98
97
|
endTime?: number
|
|
99
98
|
quangoufrom?: number
|
|
100
99
|
sceneId?: number
|
|
101
100
|
}
|
|
102
101
|
export interface JdMiniJumpParams {
|
|
103
102
|
param: string | object
|
|
104
103
|
sourceValue: string
|
|
105
104
|
sourceType: string
|
|
106
105
|
des?: any
|
|
107
106
|
logEventInfo?: object
|
|
108
107
|
}
|
|
109
108
|
export interface LinkMiniParams {
|
|
110
109
|
param?: {
|
|
111
110
|
pageType?: string
|
|
112
111
|
}
|
|
113
112
|
appId?: string | number
|
|
114
113
|
path?: string
|
|
115
114
|
}
|
|
116
115
|
export interface JdJumpWxappReportConfig {
|
|
117
116
|
wxApiVersion: string
|
|
118
117
|
wxApiUrl: string
|
|
119
118
|
wqReportUrl: string
|
|
120
119
|
}
|
|
120
|
+
export declare namespace JumpEventReportInterFace {
|
|
121
121
|
export interface ShopIdsInfo {
|
|
122
122
|
shopId?: number | string
|
|
123
123
|
venderId?: number | string
|
|
124
124
|
logEventInfo?: object
|
|
125
125
|
type?: string
|
|
126
126
|
}
|
|
127
127
|
export interface RouterInfo {
|
|
128
128
|
params: any
|
|
129
129
|
pageParamStr?: string
|
|
130
130
|
[key: string]: any
|
|
131
131
|
}
|
|
132
132
|
export interface JumpMiniPath {
|
|
133
133
|
shop: string
|
|
134
134
|
shopx: string
|
|
135
135
|
detail: string
|
|
136
136
|
searchCoupon: string
|
|
137
137
|
h5: string
|
|
138
138
|
jingGouHome: string
|
|
139
139
|
shopFans: string
|
|
140
140
|
shopLight: string
|
|
141
141
|
couponSearch: string
|
|
142
142
|
shopSearch: string
|
|
143
143
|
jxCouponSearch: string
|
|
144
144
|
jxDetail: string
|
|
145
145
|
}
|
|
146
146
|
export interface jumpWebUrl {
|
|
147
147
|
mshop: string
|
|
148
148
|
pages: string
|
|
149
149
|
pcCoupon: string
|
|
150
150
|
couponSearch: string
|
|
151
151
|
jxCouponSearch: string
|
|
152
152
|
pcCouponSearch: string
|
|
153
153
|
shopSecondActivity: string
|
|
154
154
|
shopLight: string
|
|
155
155
|
detail: string
|
|
156
156
|
jxDetail: string
|
|
157
157
|
tjDetail: string
|
|
158
158
|
pcDetail: string
|
|
159
159
|
mobileHome: string
|
|
160
160
|
rank: string
|
|
161
161
|
wqShopMember: string
|
|
162
162
|
wqShopDetail: string
|
|
163
163
|
wqShopSearch: string
|
|
164
164
|
myCouponList: string
|
|
165
165
|
myRedPacketList: string
|
|
166
166
|
memberHome: string
|
|
167
167
|
memberCard: string
|
|
168
168
|
memberPoints: string
|
|
169
169
|
memberBenefit: string
|
|
170
170
|
memberScores: string
|
|
171
171
|
memberScoreRule: string
|
|
172
172
|
shopMember: string
|
|
173
173
|
shopMemberPointDetail: string
|
|
174
174
|
shopMemberBenefit: string
|
|
175
175
|
shopMemberRule: string
|
|
176
176
|
shopMemberCloseAccount: string
|
|
177
177
|
shopMemberPointExchange: string
|
|
178
178
|
shopMemberBonusPurchase: string
|
|
179
179
|
shopMemberGood: string
|
|
180
180
|
beanDetail: string
|
|
181
181
|
totalPromotion: string
|
|
182
182
|
mLive: string
|
|
183
183
|
shopHome: string
|
|
184
184
|
shopIntroduce: string
|
|
185
185
|
shopSearch: string
|
|
186
186
|
shopLottery: string
|
|
187
187
|
shopCoupon: string
|
|
188
188
|
shopWares: string
|
|
189
189
|
shopFastShopping: string
|
|
190
190
|
shopSpeciSeckill: string
|
|
191
191
|
shopVideos: string
|
|
192
192
|
shopMoreGoods:string
|
|
193
193
|
shopUseShareOrderUgcContent: string
|
|
194
194
|
dongDongChat: string
|
|
195
195
|
samCenter: string
|
|
196
196
|
samCard: string
|
|
197
197
|
shopH5MemberCardAPP: string
|
|
198
198
|
shopH5MemberCardM: string
|
|
199
199
|
}
|
|
200
200
|
export interface EventReportConfig {
|
|
201
201
|
routerInfo: RouterInfo
|
|
202
202
|
nativeEvent: any
|
|
203
203
|
}
|
|
204
204
|
export interface OptEventLogParams {
|
|
205
205
|
eventId?: string
|
|
206
206
|
eventParam?: string | object
|
|
207
207
|
pTag?: string
|
|
208
208
|
jsonParam?: {
|
|
209
209
|
[key: string]: any
|
|
210
210
|
}
|
|
211
211
|
skuId?: string | number
|
|
212
212
|
eventLevel?: string
|
|
213
213
|
exposureState?: boolean
|
|
214
214
|
otherParams?: object
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
export interface JumpH5ReportConfig {
|
|
218
218
|
shopId?: number | string
|
|
219
219
|
venderId?: number | string
|
|
220
220
|
sourceValue?: string
|
|
221
221
|
sourceType?: string
|
|
222
222
|
}
|
|
223
223
|
export interface JumpEventReportInit extends EventReportConfig {
|
|
224
224
|
getConfig(opt): EventReportConfig
|
|
225
225
|
updateInfo(routerInfo, logPname): void
|
|
226
226
|
}
|
|
227
227
|
export interface CouponUrlParams {
|
|
228
228
|
batchId: number
|
|
229
229
|
bindType: number
|
|
230
230
|
startTime?: number
|
|
231
231
|
endTime?: number
|
|
232
232
|
quangoufrom?: number
|
|
233
233
|
sceneId?: number
|
|
234
234
|
}
|
|
235
235
|
export interface JdMiniJumpParams {
|
|
236
236
|
param: string | object
|
|
237
237
|
sourceValue?: string
|
|
238
238
|
sourceType?: string
|
|
239
239
|
des?: any
|
|
240
240
|
logEventInfo?: object
|
|
241
241
|
}
|
|
242
242
|
export interface LinkMiniParams {
|
|
243
243
|
param?: {
|
|
244
244
|
pageType?: string
|
|
245
245
|
}
|
|
246
246
|
appId?: string | number
|
|
247
247
|
path?: string
|
|
248
248
|
}
|
|
249
249
|
export interface JdJumpWxappReportConfig {
|
|
250
250
|
wxApiVersion: string
|
|
251
251
|
wxApiUrl: string
|
|
252
252
|
wqReportUrl: string
|
|
253
253
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import { ComponentInterFace } from './component'
|
|
2
1
|
pcCoupon: string
|
|
3
2
|
pcSo: string
|
|
4
3
|
mobileLogin: string
|
|
5
4
|
isLogin: string
|
|
5
|
+
import { ComponentInterFace } from './component'
|
|
6
6
|
pcCoupon: string
|
|
7
7
|
pcSo: string
|
|
8
8
|
mobileLogin: string
|
|
9
9
|
kpl: string
|
|
10
10
|
jxDomain: string
|
|
11
11
|
isLogin: string
|
|
12
12
|
}
|
|
13
13
|
export interface FloorInfoPageRequestParam {
|
|
14
14
|
snapVersion?: string
|
|
15
15
|
projectId?: string
|
|
16
16
|
pageId?: string
|
|
17
17
|
lastFloorIdInPrePage?: string
|
|
18
18
|
}
|