@conecli/cone-render 0.10.1-shop3.95 → 0.10.1-shop3.97
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/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/interface/common.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.h5.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/open/api/util.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 +1 -1
package/dist/interface/common.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import Taro from '@tarojs/taro';
|
|
2
1
|
export interface BaseConfigInfo {
|
|
3
2
|
abTestLabels: {
|
|
4
3
|
[key: string]: any;
|
|
5
4
|
};
|
|
6
5
|
nonSellableSkuids: {
|
|
7
6
|
[key: string]: number;
|
|
8
7
|
};
|
|
9
8
|
loginState: boolean;
|
|
10
9
|
cookiesStr: string;
|
|
11
10
|
isImmersive: boolean;
|
|
12
11
|
baseAddCartSwitch: boolean;
|
|
13
12
|
isJingGouMiniViewState?: boolean;
|
|
14
13
|
isJingxiMiniViewState?: boolean;
|
|
15
14
|
shopInfo: {
|
|
16
15
|
shopId?: string | number;
|
|
17
16
|
venderId?: string | number;
|
|
18
17
|
};
|
|
19
18
|
pageInfo: {
|
|
20
19
|
appId?: string;
|
|
21
20
|
shopId?: string | number;
|
|
22
21
|
venderId?: string | number;
|
|
23
22
|
logoSquare?: string;
|
|
24
23
|
logoUrl?: string;
|
|
25
24
|
address?: string | null;
|
|
26
25
|
addressCommaStr?: string | null;
|
|
27
26
|
un_area?: string | null;
|
|
28
27
|
userLbsAddress?: string;
|
|
29
28
|
shopName?: string;
|
|
30
29
|
jumpTab?: string;
|
|
31
30
|
sourceType?: string;
|
|
32
31
|
sourceValue?: string;
|
|
33
32
|
moduleId?: string;
|
|
34
33
|
entrance?: string;
|
|
35
34
|
EA_PTAG?: string;
|
|
36
35
|
ptag?: string;
|
|
37
36
|
originReferer?: string;
|
|
38
37
|
recBroker?: string;
|
|
39
38
|
rcmdRelateSkuId?: string;
|
|
40
39
|
tabSpm?: string;
|
|
41
40
|
skuId?: string;
|
|
42
41
|
keywords?: string;
|
|
43
42
|
sceneId?: string;
|
|
44
43
|
miniScrollInfo?: {
|
|
45
44
|
scrollLeft: number;
|
|
46
45
|
scrollTop: number;
|
|
47
46
|
scrollHeight: number;
|
|
48
47
|
scrollWidth: number;
|
|
49
48
|
deltaX: number;
|
|
50
49
|
deltaY: number;
|
|
51
50
|
};
|
|
52
51
|
tabsLoadAllDataInfo: {
|
|
53
52
|
[key: string]: boolean;
|
|
54
53
|
};
|
|
55
54
|
wxBusinessType: string;
|
|
56
55
|
vapptype: string;
|
|
57
56
|
pageType: string;
|
|
58
57
|
dataType: string;
|
|
59
58
|
floorExposureInfo: object;
|
|
60
59
|
floorVideInfo: object;
|
|
61
60
|
isExposureState?: boolean;
|
|
62
61
|
appLazyContainerList?: string[];
|
|
63
62
|
appLazyFinishContainerList?: [];
|
|
64
63
|
shopStickyAndToTopInfo?: {
|
|
65
64
|
toTop: boolean;
|
|
66
65
|
sticky: boolean;
|
|
67
66
|
};
|
|
68
67
|
isVipShop?: boolean;
|
|
69
68
|
isJdShowNativeImmersivePlayer?: boolean;
|
|
70
69
|
isSuperBrandShop?: boolean;
|
|
71
70
|
updateShopInfosState?: boolean;
|
|
72
71
|
pageScrollTop: number;
|
|
73
72
|
shopNavBarHeight: number;
|
|
74
73
|
isFloorInfoDataByPage?: boolean;
|
|
75
74
|
};
|
|
76
75
|
lazyContainer?: {
|
|
77
76
|
wellChosen: {
|
|
78
77
|
appLazyContainerList?: string[];
|
|
79
78
|
appLazyFinishContainerList?: string[];
|
|
80
79
|
};
|
|
81
80
|
};
|
|
82
81
|
queryLogInfo?: {
|
|
83
82
|
sourceType: string;
|
|
84
83
|
sourceValue: string;
|
|
85
84
|
moduleId?: string;
|
|
86
85
|
entrance?: string;
|
|
87
86
|
};
|
|
88
87
|
queryInfo: {
|
|
89
88
|
shopId?: string | number;
|
|
90
89
|
venderId?: string | number;
|
|
91
90
|
shopName?: string;
|
|
92
91
|
[key: string]: any;
|
|
93
92
|
};
|
|
94
93
|
originQueryInfo: {
|
|
95
94
|
shopId?: string | number;
|
|
96
95
|
venderId?: string | number;
|
|
97
96
|
shopName?: string;
|
|
98
97
|
[key: string]: any;
|
|
99
98
|
};
|
|
100
99
|
sysInfo: {
|
|
101
100
|
[key: string]: any;
|
|
102
101
|
};
|
|
103
102
|
userInfo: {
|
|
104
103
|
pin?: string;
|
|
105
104
|
encodePin?: string;
|
|
106
105
|
ptkey?: string;
|
|
107
106
|
wqCookie?: string | null;
|
|
108
107
|
wxappVersion?: string;
|
|
109
108
|
wqAuthToken?: string;
|
|
110
109
|
wqVisitkey?: string;
|
|
111
110
|
};
|
|
112
111
|
openAppData?: {
|
|
113
112
|
[key: string]: any;
|
|
114
113
|
};
|
|
115
114
|
}
|
|
116
115
|
|
|
117
116
|
export interface OneKeyJoinMemberParamInfo {
|
|
118
117
|
title?: string;
|
|
119
118
|
shopId?: string | number;
|
|
120
119
|
venderId?: string | number;
|
|
121
120
|
businessSource?: keyof OneKeyJoinMemberBusinessSource;
|
|
122
121
|
}
|
|
123
122
|
export interface OneKeyJoinMemberBusinessSource {
|
|
124
123
|
isv;
|
|
125
124
|
lv0;
|
|
126
125
|
}
|
|
127
126
|
export type lazyContainer = {
|
|
128
127
|
[key in 'string']?: {
|
|
129
128
|
appLazyFinishContainerList: any[];
|
|
130
129
|
appLazyContainerList: any[];
|
|
131
130
|
};
|
|
132
131
|
};
|
|
133
132
|
export type renderedIsvComponents = {
|
|
134
133
|
[key in 'string']?: any;
|
|
135
134
|
};
|
|
136
135
|
export type MiniApplogUtil = any;
|
|
137
136
|
export type MiniAppLog = any;
|
|
138
137
|
export type WxAppLogin = any;
|
|
139
138
|
export type WxAppUserInfo = any;
|
|
140
139
|
export type wxAppReportManage = any;
|
|
141
140
|
export type WxAppReportGDT = any;
|
|
142
141
|
export type WxAppNavigator = any;
|
|
143
142
|
export type wxAppParamsSign = any;
|
|
144
143
|
export type wxAppFingerReportInstance = any;
|
|
145
144
|
export type wxAppSubsGuider = any;
|
|
146
145
|
export type wxAppAddressV2api = any;
|
|
147
146
|
[key: string]: any;
|
|
147
|
+
import Taro from '@tarojs/taro';
|
|
148
148
|
export interface BaseConfigInfo {
|
|
149
149
|
abTestLabels: {
|
|
150
150
|
[key: string]: any;
|
|
151
151
|
};
|
|
152
152
|
nonSellableSkuids: {
|
|
153
153
|
[key: string]: number;
|
|
154
154
|
};
|
|
155
155
|
loginState: boolean;
|
|
156
156
|
cookiesStr: string;
|
|
157
157
|
isImmersive: boolean;
|
|
158
158
|
baseAddCartSwitch: boolean;
|
|
159
159
|
isJingGouMiniViewState?: boolean;
|
|
160
160
|
isJingxiMiniViewState?: boolean;
|
|
161
161
|
shopInfo: {
|
|
162
162
|
shopId?: string | number;
|
|
163
163
|
venderId?: string | number;
|
|
164
164
|
};
|
|
165
165
|
pageInfo: {
|
|
166
166
|
appId?: string;
|
|
167
167
|
shopId?: string | number;
|
|
168
168
|
venderId?: string | number;
|
|
169
169
|
logoSquare?: string;
|
|
170
170
|
logoUrl?: string;
|
|
171
171
|
address?: string | null;
|
|
172
172
|
addressCommaStr?: string | null;
|
|
173
173
|
fullAddress?: string | null;
|
|
174
174
|
un_area?: string | null;
|
|
175
175
|
userLbsAddress?: string;
|
|
176
176
|
shopName?: string;
|
|
177
177
|
jumpTab?: string;
|
|
178
178
|
sourceType?: string;
|
|
179
179
|
sourceValue?: string;
|
|
180
180
|
moduleId?: string;
|
|
181
181
|
entrance?: string;
|
|
182
182
|
EA_PTAG?: string;
|
|
183
183
|
ptag?: string;
|
|
184
184
|
originReferer?: string;
|
|
185
185
|
recBroker?: string;
|
|
186
186
|
rcmdRelateSkuId?: string;
|
|
187
187
|
tabSpm?: string;
|
|
188
188
|
skuId?: string;
|
|
189
189
|
keywords?: string;
|
|
190
190
|
sceneId?: string;
|
|
191
191
|
miniScrollInfo?: {
|
|
192
192
|
scrollLeft: number;
|
|
193
193
|
scrollTop: number;
|
|
194
194
|
scrollHeight: number;
|
|
195
195
|
scrollWidth: number;
|
|
196
196
|
deltaX: number;
|
|
197
197
|
deltaY: number;
|
|
198
198
|
};
|
|
199
199
|
tabsLoadAllDataInfo: {
|
|
200
200
|
[key: string]: boolean;
|
|
201
201
|
};
|
|
202
202
|
wxBusinessType: string;
|
|
203
203
|
vapptype: string;
|
|
204
204
|
pageType: string;
|
|
205
205
|
dataType: string;
|
|
206
206
|
floorExposureInfo: object;
|
|
207
207
|
floorVideInfo: object;
|
|
208
208
|
isExposureState?: boolean;
|
|
209
209
|
appLazyContainerList?: string[];
|
|
210
210
|
appLazyFinishContainerList?: [];
|
|
211
211
|
shopStickyAndToTopInfo?: {
|
|
212
212
|
toTop: boolean;
|
|
213
213
|
sticky: boolean;
|
|
214
214
|
};
|
|
215
215
|
isVipShop?: boolean;
|
|
216
216
|
isJdShowNativeImmersivePlayer?: boolean;
|
|
217
217
|
isSuperBrandShop?: boolean;
|
|
218
218
|
updateShopInfosState?: boolean;
|
|
219
219
|
pageScrollTop: number;
|
|
220
220
|
shopNavBarHeight: number;
|
|
221
221
|
isFloorInfoDataByPage?: boolean;
|
|
222
222
|
};
|
|
223
223
|
lazyContainer?: {
|
|
224
224
|
wellChosen: {
|
|
225
225
|
appLazyContainerList?: string[];
|
|
226
226
|
appLazyFinishContainerList?: string[];
|
|
227
227
|
};
|
|
228
228
|
};
|
|
229
229
|
queryLogInfo?: {
|
|
230
230
|
sourceType: string;
|
|
231
231
|
sourceValue: string;
|
|
232
232
|
moduleId?: string;
|
|
233
233
|
entrance?: string;
|
|
234
234
|
};
|
|
235
235
|
queryInfo: {
|
|
236
236
|
shopId?: string | number;
|
|
237
237
|
venderId?: string | number;
|
|
238
238
|
shopName?: string;
|
|
239
239
|
[key: string]: any;
|
|
240
240
|
};
|
|
241
241
|
originQueryInfo: {
|
|
242
242
|
shopId?: string | number;
|
|
243
243
|
venderId?: string | number;
|
|
244
244
|
shopName?: string;
|
|
245
245
|
[key: string]: any;
|
|
246
246
|
};
|
|
247
247
|
sysInfo: {
|
|
248
248
|
[key: string]: any;
|
|
249
249
|
};
|
|
250
250
|
userInfo: {
|
|
251
251
|
pin?: string;
|
|
252
252
|
encodePin?: string;
|
|
253
253
|
ptkey?: string;
|
|
254
254
|
wqCookie?: string | null;
|
|
255
255
|
wxappVersion?: string;
|
|
256
256
|
wqAuthToken?: string;
|
|
257
257
|
wqVisitkey?: string;
|
|
258
258
|
};
|
|
259
259
|
openAppData?: {
|
|
260
260
|
[key: string]: any;
|
|
261
261
|
};
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
export interface OneKeyJoinMemberParamInfo {
|
|
265
265
|
title?: string;
|
|
266
266
|
shopId?: string | number;
|
|
267
267
|
venderId?: string | number;
|
|
268
268
|
businessSource?: keyof OneKeyJoinMemberBusinessSource;
|
|
269
269
|
}
|
|
270
270
|
export interface OneKeyJoinMemberBusinessSource {
|
|
271
271
|
isv;
|
|
272
272
|
lv0;
|
|
273
273
|
}
|
|
274
274
|
export type lazyContainer = {
|
|
275
275
|
[key in 'string']?: {
|
|
276
276
|
appLazyFinishContainerList: any[];
|
|
277
277
|
appLazyContainerList: any[];
|
|
278
278
|
};
|
|
279
279
|
};
|
|
280
280
|
export type renderedIsvComponents = {
|
|
281
281
|
[key in 'string']?: any;
|
|
282
282
|
};
|
|
283
283
|
export type MiniApplogUtil = any;
|
|
284
284
|
export type MiniAppLog = any;
|
|
285
285
|
export type WxAppLogin = any;
|
|
286
286
|
export type WxAppUserInfo = any;
|
|
287
287
|
export type wxAppReportManage = any;
|
|
288
288
|
export type WxAppReportGDT = any;
|
|
289
289
|
export type WxAppNavigator = any;
|
|
290
290
|
export type wxAppParamsSign = any;
|
|
291
291
|
export type wxAppFingerReportInstance = any;
|
|
292
292
|
export type wxAppSubsGuider = any;
|
|
293
293
|
export type wxAppAddressV2api = any;
|
|
294
294
|
[key: string]: any;
|