@conecli/cone-render 0.10.1-shop-beta.37 → 0.10.1-shop-beta.40

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 (34) hide show
  1. package/dist/api/index.ts +1 -1
  2. package/dist/common/accessibility.h5.ts +1 -1
  3. package/dist/common/accessibility.ts +1 -0
  4. package/dist/common/const.ts +1 -1
  5. package/dist/common/index.h5.ts +1 -1
  6. package/dist/common/index.jd.ts +1 -1
  7. package/dist/common/index.ts +1 -1
  8. package/dist/common/index.weapp.ts +1 -1
  9. package/dist/components/base/CountDown/index.tsx +1 -1
  10. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  11. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  12. package/dist/interface/common.ts +1 -1
  13. package/dist/interface/jumpEventReport.ts +1 -1
  14. package/dist/interface/service.ts +1 -1
  15. package/dist/jumpEventReport/base.ts +1 -1
  16. package/dist/jumpEventReport/index.weapp.ts +1 -1
  17. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  18. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  19. package/dist/jumpEventReport/logEventConfig.h5.ts +1 -1
  20. package/dist/jumpEventReport/web.jd.ts +1 -1
  21. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  22. package/dist/language/en_US.json +210 -149
  23. package/dist/language/zh_CN.json +210 -149
  24. package/dist/language/zh_HK.json +210 -149
  25. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  26. package/dist/open/api/shopMember.ts +1 -1
  27. package/dist/service/fetchGateway.ts +1 -1
  28. package/dist/service/requestServer.weapp.ts +1 -1
  29. package/dist/utils/connectNativeJsBridge.ts +1 -1
  30. package/dist/utils/index.h5.ts +1 -1
  31. package/dist/utils/index.ts +1 -1
  32. package/dist/utils/jumpExtMapUtil.weapp.ts +1 -0
  33. package/dist/utils/utils.ts +1 -1
  34. 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
  cart: string;
85
84
  memberPaidCenter: string;
86
85
  memberPaidCard: string;
87
86
  memberPaidBind: string;
88
87
  }
89
88
  export interface EventReportConfig {
90
89
  routerInfo: RouterInfo;
91
90
  nativeEvent: any;
92
91
  }
93
92
  export interface OptEventLogParams {
94
93
  eventId?: string;
95
94
  eventParam?: string | object;
96
95
  pTag?: string;
97
96
  jsonParam?: {
98
97
  [key: string]: any;
99
98
  };
100
99
  skuId?: string | number;
101
100
  eventLevel?: string;
102
101
  exposureState?: boolean;
103
102
  otherParams?: object;
104
103
  spmAllCode?: string;
105
104
  spmCodeForCD?: string;
106
105
  }
107
106
 
108
107
  export interface JumpH5ReportConfig {
109
108
  shopId?: number | string;
110
109
  venderId?: number | string;
111
110
  sourceValue?: string;
112
111
  sourceType?: string;
113
112
  }
114
113
  export interface JumpEventReportInit extends EventReportConfig {
115
114
  getConfig(opt): EventReportConfig;
116
115
  updateInfo(routerInfo, logPname): void;
117
116
  }
118
117
  export interface CouponUrlParams {
119
118
  batchId: number;
120
119
  bindType: number;
121
120
  startTime?: number;
122
121
  endTime?: number;
123
122
  quangoufrom?: number;
124
123
  sceneId?: number;
125
124
  }
126
125
  export interface JdMiniJumpParams {
127
126
  param: string | object;
128
127
  sourceValue?: string;
129
128
  sourceType?: string;
130
129
  des?: any;
131
130
  logEventInfo?: object;
132
131
  useEncodeParams?: boolean;
133
132
  }
134
133
  export interface LinkMiniParams {
135
134
  param?: {
136
135
  pageType?: string;
137
136
  };
138
137
  appId?: string | number;
139
138
  path?: string;
140
139
  }
141
140
  export interface JdJumpWxappReportConfig {
142
141
  wxApiVersion: string;
143
142
  wxApiUrl: string;
144
143
  wqReportUrl: string;
145
144
  }
145
+ export declare namespace JumpEventReportInterFace {
146
146
  export interface ShopIdsInfo {
147
147
  shopId?: number | string;
148
148
  venderId?: number | string;
149
149
  logEventInfo?: object;
150
150
  type?: string;
151
151
  }
152
152
  export interface RouterInfo {
153
153
  params: any;
154
154
  pageParamStr?: string;
155
155
  [key: string]: any;
156
156
  }
157
157
  export interface JumpMiniPath {
158
158
  shop: string;
159
159
  shopx: string;
160
160
  detail: string;
161
161
  searchCoupon: string;
162
162
  h5: string;
163
163
  jingGouHome: string;
164
164
  shopFans: string;
165
165
  shopLight: string;
166
166
  couponSearch: string;
167
167
  shopSearch: string;
168
168
  jxCouponSearch: string;
169
169
  jxDetail: string;
170
170
  jdLive: string;
171
171
  orderList: string;
172
172
  }
173
173
  export interface jumpWebUrl {
174
174
  mshop: string;
175
175
  pages: string;
176
176
  pcCoupon: string;
177
177
  couponSearch: string;
178
178
  jxCouponSearch: string;
179
179
  pcCouponSearch: string;
180
180
  shopSecondActivity: string;
181
181
  shopLight: string;
182
182
  detail: string;
183
183
  jxDetail: string;
184
184
  tjDetail: string;
185
185
  pcDetail: string;
186
186
  mobileHome: string;
187
187
  rank: string;
188
188
  wqShopMember: string;
189
189
  wqShopDetail: string;
190
190
  wqShopSearch: string;
191
191
  myCouponList: string;
192
192
  myRedPacketList: string;
193
193
  memberHome: string;
194
194
  memberCard: string;
195
195
  memberPoints: string;
196
196
  memberBenefit: string;
197
197
  memberScores: string;
198
198
  memberScoreRule: string;
199
199
  memberProduct: string;
200
200
  shopMember: string;
201
201
  shopMemberPointDetail: string;
202
202
  shopMemberBenefit: string;
203
203
  shopMemberRule: string;
204
204
  shopMemberCloseAccount: string;
205
205
  shopMemberPointExchange: string;
206
206
  shopMemberBonusPurchase: string;
207
207
  shopMemberGood: string;
208
208
  beanDetail: string;
209
209
  totalPromotion: string;
210
210
  mLive: string;
211
211
  shopHome: string;
212
212
  shopIntroduce: string;
213
213
  shopSearch: string;
214
214
  shopLottery: string;
215
215
  shopCoupon: string;
216
216
  shopWares: string;
217
217
  shopFastShopping: string;
218
218
  shopSpeciSeckill: string;
219
219
  shopVideos: string;
220
220
  shopMoreGoods: string;
221
221
  shopUseShareOrderUgcContent: string;
222
222
  dongDongChat: string;
223
223
  samCenter: string;
224
224
  samCard: string;
225
225
  shopH5MemberCardAPP: string;
226
226
  shopH5MemberCardM: string;
227
227
  sageAuthorHome: string;
228
228
  shopMemberInfoEdit: string;
229
229
  cart: string;
230
230
  memberPaidCenter: string;
231
231
  memberPaidCard: string;
232
232
  memberPaidBind: string;
233
233
  orderList: string;
234
234
  }
235
235
  export interface EventReportConfig {
236
236
  routerInfo: RouterInfo;
237
237
  nativeEvent: any;
238
238
  }
239
239
  export interface OptEventLogParams {
240
240
  eventId?: string;
241
241
  eventParam?: string | object;
242
242
  pTag?: string;
243
243
  jsonParam?: {
244
244
  [key: string]: any;
245
245
  };
246
246
  skuId?: string | number;
247
247
  eventLevel?: string;
248
248
  exposureState?: boolean;
249
249
  otherParams?: object;
250
250
  spmAllCode?: string;
251
251
  spmCodeForCD?: string;
252
252
  }
253
253
 
254
254
  export interface JumpH5ReportConfig {
255
255
  shopId?: number | string;
256
256
  venderId?: number | string;
257
257
  sourceValue?: string;
258
258
  sourceType?: string;
259
259
  }
260
260
  export interface JumpEventReportInit extends EventReportConfig {
261
261
  getConfig(opt): EventReportConfig;
262
262
  updateInfo(routerInfo, logPname): void;
263
263
  }
264
264
  export interface CouponUrlParams {
265
265
  batchId: number;
266
266
  bindType: number;
267
267
  startTime?: number;
268
268
  endTime?: number;
269
269
  quangoufrom?: number;
270
270
  sceneId?: number;
271
271
  }
272
272
  export interface JdMiniJumpParams {
273
273
  param: string | object;
274
274
  sourceValue?: string;
275
275
  sourceType?: string;
276
276
  des?: any;
277
277
  logEventInfo?: object;
278
278
  useEncodeParams?: boolean;
279
279
  }
280
280
  export interface LinkMiniParams {
281
281
  param?: {
282
282
  pageType?: string;
283
283
  };
284
284
  appId?: string | number;
285
285
  path?: string;
286
286
  }
287
287
  export interface JdJumpWxappReportConfig {
288
288
  wxApiVersion: string;
289
289
  wxApiUrl: string;
290
290
  wqReportUrl: string;
291
291
  }