@conecli/cone-render 0.10.1-shop3.52 → 0.10.1-shop3.53
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/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/components/base/ExposureSmart/index.h5.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/interface/service.ts +1 -1
- package/dist/jumpEventReport/base.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.h5.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.wxapp.ts +1 -1
- package/dist/language/en_US.json +4 -0
- package/dist/language/zh_CN.json +4 -0
- package/dist/language/zh_HK.json +4 -0
- package/dist/utils/utils.ts +1 -1
- package/package.json +1 -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
|
jxCouponSearch: string;
|
|
25
24
|
jxDetail: string;
|
|
26
25
|
jdLive: string;
|
|
27
26
|
}
|
|
28
27
|
export interface jumpWebUrl {
|
|
29
28
|
mshop: string;
|
|
30
29
|
pages: string;
|
|
31
30
|
pcCoupon: string;
|
|
32
31
|
couponSearch: string;
|
|
33
32
|
jxCouponSearch: string;
|
|
34
33
|
pcCouponSearch: string;
|
|
35
34
|
shopSecondActivity: string;
|
|
36
35
|
shopLight: string;
|
|
37
36
|
detail: string;
|
|
38
37
|
jxDetail: string;
|
|
39
38
|
tjDetail: string;
|
|
40
39
|
pcDetail: string;
|
|
41
40
|
mobileHome: string;
|
|
42
41
|
rank: string;
|
|
43
42
|
wqShopMember: string;
|
|
44
43
|
wqShopDetail: string;
|
|
45
44
|
wqShopSearch: string;
|
|
46
45
|
myCouponList: string;
|
|
47
46
|
myRedPacketList: string;
|
|
48
47
|
memberHome: string;
|
|
49
48
|
memberCard: string;
|
|
50
49
|
memberPoints: string;
|
|
51
50
|
memberBenefit: string;
|
|
52
51
|
memberScores: string;
|
|
53
52
|
memberScoreRule: string;
|
|
54
53
|
memberProduct: string;
|
|
55
54
|
shopMember: string;
|
|
56
55
|
shopMemberPointDetail: string;
|
|
57
56
|
shopMemberBenefit: string;
|
|
58
57
|
shopMemberRule: string;
|
|
59
58
|
shopMemberCloseAccount: string;
|
|
60
59
|
shopMemberPointExchange: string;
|
|
61
60
|
shopMemberBonusPurchase: string;
|
|
62
61
|
shopMemberGood: string;
|
|
63
62
|
beanDetail: string;
|
|
64
63
|
totalPromotion: string;
|
|
65
64
|
mLive: string;
|
|
66
65
|
shopHome: string;
|
|
67
66
|
shopIntroduce: string;
|
|
68
67
|
shopSearch: string;
|
|
69
68
|
shopLottery: string;
|
|
70
69
|
shopCoupon: string;
|
|
71
70
|
shopWares: string;
|
|
72
71
|
shopFastShopping: string;
|
|
73
72
|
shopSpeciSeckill: string;
|
|
74
73
|
shopVideos: string;
|
|
75
74
|
shopMoreGoods: string;
|
|
76
75
|
shopUseShareOrderUgcContent: string;
|
|
77
76
|
dongDongChat: string;
|
|
78
77
|
samCenter: string;
|
|
79
78
|
samCard: string;
|
|
80
79
|
shopH5MemberCardAPP: string;
|
|
81
80
|
shopH5MemberCardM: string;
|
|
82
81
|
sageAuthorHome: string;
|
|
83
82
|
shopMemberInfoEdit: string;
|
|
84
83
|
}
|
|
85
84
|
export interface EventReportConfig {
|
|
86
85
|
routerInfo: RouterInfo;
|
|
87
86
|
nativeEvent: any;
|
|
88
87
|
}
|
|
89
88
|
export interface OptEventLogParams {
|
|
90
89
|
eventId?: string;
|
|
91
90
|
eventParam?: string | object;
|
|
92
91
|
pTag?: string;
|
|
93
92
|
jsonParam?: {
|
|
94
93
|
[key: string]: any;
|
|
95
94
|
};
|
|
96
95
|
skuId?: string | number;
|
|
97
96
|
eventLevel?: string;
|
|
98
97
|
exposureState?: boolean;
|
|
99
98
|
otherParams?: object;
|
|
100
99
|
}
|
|
101
100
|
|
|
102
101
|
export interface JumpH5ReportConfig {
|
|
103
102
|
shopId?: number | string;
|
|
104
103
|
venderId?: number | string;
|
|
105
104
|
sourceValue?: string;
|
|
106
105
|
sourceType?: string;
|
|
107
106
|
}
|
|
108
107
|
export interface JumpEventReportInit extends EventReportConfig {
|
|
109
108
|
getConfig(opt): EventReportConfig;
|
|
110
109
|
updateInfo(routerInfo, logPname): void;
|
|
111
110
|
}
|
|
112
111
|
export interface CouponUrlParams {
|
|
113
112
|
batchId: number;
|
|
114
113
|
bindType: number;
|
|
115
114
|
startTime?: number;
|
|
116
115
|
endTime?: number;
|
|
117
116
|
quangoufrom?: number;
|
|
118
117
|
sceneId?: number;
|
|
119
118
|
}
|
|
120
119
|
export interface JdMiniJumpParams {
|
|
121
120
|
param: string | object;
|
|
122
121
|
sourceValue?: string;
|
|
123
122
|
sourceType?: string;
|
|
124
123
|
des?: any;
|
|
125
124
|
logEventInfo?: object;
|
|
126
125
|
useEncodeParams?: boolean;
|
|
127
126
|
}
|
|
128
127
|
export interface LinkMiniParams {
|
|
129
128
|
param?: {
|
|
130
129
|
pageType?: string;
|
|
131
130
|
};
|
|
132
131
|
appId?: string | number;
|
|
133
132
|
path?: string;
|
|
134
133
|
}
|
|
135
134
|
export interface JdJumpWxappReportConfig {
|
|
136
135
|
wxApiVersion: string;
|
|
137
136
|
wxApiUrl: string;
|
|
138
137
|
wqReportUrl: string;
|
|
139
138
|
}
|
|
139
|
+
export declare namespace JumpEventReportInterFace {
|
|
140
140
|
export interface ShopIdsInfo {
|
|
141
141
|
shopId?: number | string;
|
|
142
142
|
venderId?: number | string;
|
|
143
143
|
logEventInfo?: object;
|
|
144
144
|
type?: string;
|
|
145
145
|
}
|
|
146
146
|
export interface RouterInfo {
|
|
147
147
|
params: any;
|
|
148
148
|
pageParamStr?: string;
|
|
149
149
|
[key: string]: any;
|
|
150
150
|
}
|
|
151
151
|
export interface JumpMiniPath {
|
|
152
152
|
shop: string;
|
|
153
153
|
shopx: string;
|
|
154
154
|
detail: string;
|
|
155
155
|
searchCoupon: string;
|
|
156
156
|
h5: string;
|
|
157
157
|
jingGouHome: string;
|
|
158
158
|
shopFans: string;
|
|
159
159
|
shopLight: string;
|
|
160
160
|
couponSearch: string;
|
|
161
161
|
shopSearch: string;
|
|
162
162
|
jxCouponSearch: string;
|
|
163
163
|
jxDetail: string;
|
|
164
164
|
jdLive: string;
|
|
165
165
|
}
|
|
166
166
|
export interface jumpWebUrl {
|
|
167
167
|
mshop: string;
|
|
168
168
|
pages: string;
|
|
169
169
|
pcCoupon: string;
|
|
170
170
|
couponSearch: string;
|
|
171
171
|
jxCouponSearch: string;
|
|
172
172
|
pcCouponSearch: string;
|
|
173
173
|
shopSecondActivity: string;
|
|
174
174
|
shopLight: string;
|
|
175
175
|
detail: string;
|
|
176
176
|
jxDetail: string;
|
|
177
177
|
tjDetail: string;
|
|
178
178
|
pcDetail: string;
|
|
179
179
|
mobileHome: string;
|
|
180
180
|
rank: string;
|
|
181
181
|
wqShopMember: string;
|
|
182
182
|
wqShopDetail: string;
|
|
183
183
|
wqShopSearch: string;
|
|
184
184
|
myCouponList: string;
|
|
185
185
|
myRedPacketList: string;
|
|
186
186
|
memberHome: string;
|
|
187
187
|
memberCard: string;
|
|
188
188
|
memberPoints: string;
|
|
189
189
|
memberBenefit: string;
|
|
190
190
|
memberScores: string;
|
|
191
191
|
memberScoreRule: string;
|
|
192
192
|
memberProduct: string;
|
|
193
193
|
shopMember: string;
|
|
194
194
|
shopMemberPointDetail: string;
|
|
195
195
|
shopMemberBenefit: string;
|
|
196
196
|
shopMemberRule: string;
|
|
197
197
|
shopMemberCloseAccount: string;
|
|
198
198
|
shopMemberPointExchange: string;
|
|
199
199
|
shopMemberBonusPurchase: string;
|
|
200
200
|
shopMemberGood: string;
|
|
201
201
|
beanDetail: string;
|
|
202
202
|
totalPromotion: string;
|
|
203
203
|
mLive: string;
|
|
204
204
|
shopHome: string;
|
|
205
205
|
shopIntroduce: string;
|
|
206
206
|
shopSearch: string;
|
|
207
207
|
shopLottery: string;
|
|
208
208
|
shopCoupon: string;
|
|
209
209
|
shopWares: string;
|
|
210
210
|
shopFastShopping: string;
|
|
211
211
|
shopSpeciSeckill: string;
|
|
212
212
|
shopVideos: string;
|
|
213
213
|
shopMoreGoods: string;
|
|
214
214
|
shopUseShareOrderUgcContent: string;
|
|
215
215
|
dongDongChat: string;
|
|
216
216
|
samCenter: string;
|
|
217
217
|
samCard: string;
|
|
218
218
|
shopH5MemberCardAPP: string;
|
|
219
219
|
shopH5MemberCardM: string;
|
|
220
220
|
sageAuthorHome: string;
|
|
221
221
|
shopMemberInfoEdit: string;
|
|
222
222
|
cart: string;
|
|
223
223
|
}
|
|
224
224
|
export interface EventReportConfig {
|
|
225
225
|
routerInfo: RouterInfo;
|
|
226
226
|
nativeEvent: any;
|
|
227
227
|
}
|
|
228
228
|
export interface OptEventLogParams {
|
|
229
229
|
eventId?: string;
|
|
230
230
|
eventParam?: string | object;
|
|
231
231
|
pTag?: string;
|
|
232
232
|
jsonParam?: {
|
|
233
233
|
[key: string]: any;
|
|
234
234
|
};
|
|
235
235
|
skuId?: string | number;
|
|
236
236
|
eventLevel?: string;
|
|
237
237
|
exposureState?: boolean;
|
|
238
238
|
otherParams?: object;
|
|
239
239
|
spmAllCode?: string;
|
|
240
240
|
spmCodeForCD?: string;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
export interface JumpH5ReportConfig {
|
|
244
244
|
shopId?: number | string;
|
|
245
245
|
venderId?: number | string;
|
|
246
246
|
sourceValue?: string;
|
|
247
247
|
sourceType?: string;
|
|
248
248
|
}
|
|
249
249
|
export interface JumpEventReportInit extends EventReportConfig {
|
|
250
250
|
getConfig(opt): EventReportConfig;
|
|
251
251
|
updateInfo(routerInfo, logPname): void;
|
|
252
252
|
}
|
|
253
253
|
export interface CouponUrlParams {
|
|
254
254
|
batchId: number;
|
|
255
255
|
bindType: number;
|
|
256
256
|
startTime?: number;
|
|
257
257
|
endTime?: number;
|
|
258
258
|
quangoufrom?: number;
|
|
259
259
|
sceneId?: number;
|
|
260
260
|
}
|
|
261
261
|
export interface JdMiniJumpParams {
|
|
262
262
|
param: string | object;
|
|
263
263
|
sourceValue?: string;
|
|
264
264
|
sourceType?: string;
|
|
265
265
|
des?: any;
|
|
266
266
|
logEventInfo?: object;
|
|
267
267
|
useEncodeParams?: boolean;
|
|
268
268
|
}
|
|
269
269
|
export interface LinkMiniParams {
|
|
270
270
|
param?: {
|
|
271
271
|
pageType?: string;
|
|
272
272
|
};
|
|
273
273
|
appId?: string | number;
|
|
274
274
|
path?: string;
|
|
275
275
|
}
|
|
276
276
|
export interface JdJumpWxappReportConfig {
|
|
277
277
|
wxApiVersion: string;
|
|
278
278
|
wxApiUrl: string;
|
|
279
279
|
wqReportUrl: string;
|
|
280
280
|
}
|