@conecli/cone-render 0.9.1-shop2.8 → 0.10.1-beta.0
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/assets/icon_blue_info.svg +1 -0
- 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/sgmCustomCode.ts +1 -0
- package/dist/common/wxappApi.jd.ts +1 -0
- package/dist/components/ErrorBoundary.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/CustomVideo/index.tsx +1 -1
- package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/debug/DebugLayout/index.module.scss +67 -0
- package/dist/components/debug/DebugLayout/index.tsx +1 -0
- package/dist/components/debug/DebugLayout/utils.ts +1 -0
- package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
- package/dist/components/floorItem.jd.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/createReportFloorData.ts +1 -1
- package/dist/jumpEventReport/index.h5.ts +1 -1
- package/dist/jumpEventReport/index.jd.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.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/open/api/environment.ts +1 -1
- package/dist/open/api/index.ts +1 -1
- package/dist/open/api/track.ts +1 -1
- package/dist/sass/app.h5.scss +5 -0
- package/dist/service/requestServer.ts +1 -1
- package/dist/utils/connectNativeJsBridge.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/utils.ts +1 -1
- package/package.json +42 -39
- package/dist/customHooks/useDocumentVisibilitychange.ts +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
1
|
subMessage?: string
|
|
3
2
|
viewMaxHeight?: string
|
|
4
3
|
floorLoadWay?: number
|
|
5
4
|
showCommonFloorHead?: boolean
|
|
6
5
|
borderRadius: number
|
|
7
6
|
borderTopLeftRadius?: number
|
|
8
7
|
borderTopRightRadius?: number
|
|
9
8
|
borderBottomLeftRadius?: number
|
|
10
9
|
borderBottomRightRadius?: number
|
|
11
10
|
marginTop?: number
|
|
12
11
|
marginBottom?: number
|
|
13
12
|
marginLeft?: number
|
|
14
13
|
marginRight?: number
|
|
15
14
|
paddingTop?: number
|
|
16
15
|
paddingBottom?: number
|
|
17
16
|
paddingLeft?: number
|
|
18
17
|
paddingRight?: number
|
|
19
18
|
containerId: string
|
|
20
19
|
background?: string
|
|
21
20
|
containerPosition?: string
|
|
22
21
|
key?: string
|
|
23
22
|
floors: floorItemData[]
|
|
24
23
|
includeUids: string[]
|
|
25
24
|
typeCn: string
|
|
26
25
|
typeCode?: string
|
|
27
26
|
addLuxuryStyle?: boolean
|
|
28
27
|
addLuxuryBackupStyle?: boolean
|
|
29
28
|
renderExtendComponent?: Function
|
|
30
29
|
floorExtendData?: any
|
|
31
30
|
}
|
|
32
31
|
isRealTimeRender: boolean
|
|
33
32
|
forceRenderTime: number
|
|
34
33
|
customErrorIsvFloorModule?: React.ReactElement | undefined
|
|
35
34
|
containerIndex?: number
|
|
36
35
|
containerData?: any
|
|
37
36
|
shopTotalInfo?: any
|
|
38
37
|
selectContainerFn?: Function
|
|
39
38
|
selectContainerId?: string
|
|
40
39
|
placeHolderPreContainerId?: string
|
|
41
40
|
children?: any
|
|
42
41
|
style?: {
|
|
43
42
|
[key: string]: any
|
|
44
43
|
};
|
|
45
44
|
layoutLeftRightMargin?: number
|
|
46
45
|
}
|
|
47
46
|
showDayToSecondState?: boolean
|
|
48
47
|
onFormSubmit?: Function
|
|
49
48
|
onFormReset?: Function
|
|
50
49
|
isFormDialog?: boolean
|
|
51
50
|
forbiddenBgScrollState?: boolean
|
|
52
51
|
evenList: any[]
|
|
53
52
|
oddList: any[]
|
|
53
|
+
import React from 'react'
|
|
54
54
|
subMessage?: string
|
|
55
55
|
viewMaxHeight?: string
|
|
56
56
|
floorLoadWay?: number
|
|
57
57
|
floorKind?: number
|
|
58
58
|
shopId?: string
|
|
59
59
|
moduleDesignerType?: string
|
|
60
60
|
showCommonFloorHead?: boolean
|
|
61
61
|
borderRadius: number
|
|
62
62
|
borderTopLeftRadius?: number
|
|
63
63
|
borderTopRightRadius?: number
|
|
64
64
|
borderBottomLeftRadius?: number
|
|
65
65
|
borderBottomRightRadius?: number
|
|
66
66
|
marginTop?: number
|
|
67
67
|
marginBottom?: number
|
|
68
68
|
marginLeft?: number
|
|
69
69
|
marginRight?: number
|
|
70
70
|
paddingTop?: number
|
|
71
71
|
paddingBottom?: number
|
|
72
72
|
paddingLeft?: number
|
|
73
73
|
paddingRight?: number
|
|
74
74
|
containerId: string
|
|
75
75
|
background?: string
|
|
76
76
|
containerPosition?: string
|
|
77
77
|
key?: string
|
|
78
78
|
floors: floorItemData[]
|
|
79
79
|
includeUids: string[]
|
|
80
80
|
typeCn: string
|
|
81
81
|
typeCode?: string
|
|
82
82
|
addLuxuryStyle?: boolean
|
|
83
83
|
addLuxuryBackupStyle?: boolean
|
|
84
84
|
renderExtendComponent?: Function
|
|
85
85
|
floorExtendData?: any
|
|
86
86
|
}
|
|
87
87
|
isRealTimeRender: boolean
|
|
88
88
|
forceRenderTime: number
|
|
89
89
|
customErrorIsvFloorModule?: React.ReactElement | undefined
|
|
90
90
|
containerIndex?: number
|
|
91
91
|
containerData?: any
|
|
92
92
|
shopTotalInfo?: any
|
|
93
93
|
selectContainerFn?: Function
|
|
94
94
|
selectContainerId?: string
|
|
95
95
|
placeHolderPreContainerId?: string
|
|
96
96
|
children?: any
|
|
97
97
|
style?: {
|
|
98
98
|
[key: string]: any
|
|
99
99
|
};
|
|
100
100
|
layoutLeftRightMargin?: number
|
|
101
101
|
}
|
|
102
102
|
showDayToSecondState?: boolean
|
|
103
103
|
onFormSubmit?: Function
|
|
104
104
|
onFormReset?: Function
|
|
105
105
|
isFormDialog?: boolean
|
|
106
106
|
forbiddenBgScrollState?: boolean
|
|
107
107
|
evenList: any[]
|
|
108
108
|
oddList: any[]
|
|
@@ -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
|
myCouponList: string
|
|
41
40
|
myRedPacketList: string
|
|
42
41
|
memberHome: string
|
|
43
42
|
memberCard: string
|
|
44
43
|
memberPoints: string
|
|
45
44
|
memberBenefit: string
|
|
46
45
|
shopMember: string
|
|
47
46
|
shopMemberPointDetail: string
|
|
48
47
|
shopMemberBenefit: string
|
|
49
48
|
shopMemberRule: string
|
|
50
49
|
shopMemberCloseAccount: string
|
|
51
50
|
shopMemberPointExchange: string
|
|
52
51
|
shopMemberBonusPurchase: string
|
|
53
52
|
shopMemberGood: string
|
|
54
53
|
beanDetail: string
|
|
55
54
|
totalPromotion: string
|
|
56
55
|
mLive: string
|
|
57
56
|
shopHome: string
|
|
58
57
|
shopIntroduce: string
|
|
59
58
|
shopSearch: string
|
|
60
59
|
shopLottery: string
|
|
61
60
|
shopCoupon: string
|
|
62
61
|
shopWares: string
|
|
63
62
|
shopFastShopping: string
|
|
64
63
|
shopSpeciSeckill: string
|
|
65
64
|
shopVideos: string
|
|
66
65
|
shopUseShareOrderUgcContent: string
|
|
67
66
|
dongDongChat: string
|
|
68
67
|
samCenter: string
|
|
69
68
|
samCard: string
|
|
70
69
|
shopH5MemberCardAPP: string
|
|
71
70
|
shopH5MemberCardM: string
|
|
72
71
|
}
|
|
73
72
|
export interface EventReportConfig {
|
|
74
73
|
routerInfo: RouterInfo
|
|
75
74
|
nativeEvent: any
|
|
76
75
|
}
|
|
77
76
|
export interface OptEventLogParams {
|
|
78
77
|
eventId?: string
|
|
79
78
|
eventParam?: string | object
|
|
80
79
|
pTag?: string
|
|
81
80
|
jsonParam?: {
|
|
82
81
|
[key: string]: any
|
|
83
82
|
}
|
|
84
83
|
skuId?: string | number
|
|
85
84
|
eventLevel?: string
|
|
86
85
|
exposureState?: boolean
|
|
87
86
|
otherParams?: object
|
|
88
87
|
}
|
|
89
88
|
|
|
90
89
|
export interface JumpH5ReportConfig {
|
|
91
90
|
shopId?: number | string
|
|
92
91
|
venderId?: number | string
|
|
93
92
|
sourceValue?: string
|
|
94
93
|
sourceType?: string
|
|
95
94
|
}
|
|
96
95
|
export interface JumpEventReportInit extends EventReportConfig {
|
|
97
96
|
getConfig(opt): EventReportConfig
|
|
98
97
|
updateInfo(routerInfo, logPname): void
|
|
99
98
|
}
|
|
100
99
|
export interface CouponUrlParams {
|
|
101
100
|
batchId: number
|
|
102
101
|
bindType: number
|
|
103
102
|
startTime?: number
|
|
104
103
|
endTime?: number
|
|
105
104
|
quangoufrom?: number
|
|
106
105
|
sceneId?: number
|
|
107
106
|
}
|
|
108
107
|
export interface JdMiniJumpParams {
|
|
109
108
|
param: string | object
|
|
110
109
|
sourceValue: string
|
|
111
110
|
sourceType: string
|
|
112
111
|
des?: any
|
|
113
112
|
logEventInfo?: object
|
|
114
113
|
}
|
|
115
114
|
export interface LinkMiniParams {
|
|
116
115
|
param?: {
|
|
117
116
|
pageType?: string
|
|
118
117
|
}
|
|
119
118
|
appId?: string | number
|
|
120
119
|
path?: string
|
|
121
120
|
}
|
|
122
121
|
export interface JdJumpWxappReportConfig {
|
|
123
122
|
wxApiVersion: string
|
|
124
123
|
wxApiUrl: string
|
|
125
124
|
wqReportUrl: string
|
|
126
125
|
}
|
|
126
|
+
export declare namespace JumpEventReportInterFace {
|
|
127
127
|
export interface ShopIdsInfo {
|
|
128
128
|
shopId?: number | string
|
|
129
129
|
venderId?: number | string
|
|
130
130
|
logEventInfo?: object
|
|
131
131
|
type?: string
|
|
132
132
|
}
|
|
133
133
|
export interface RouterInfo {
|
|
134
134
|
params: any
|
|
135
135
|
pageParamStr?: string
|
|
136
136
|
[key: string]: any
|
|
137
137
|
}
|
|
138
138
|
export interface JumpMiniPath {
|
|
139
139
|
shop: string
|
|
140
140
|
shopx: string
|
|
141
141
|
detail: string
|
|
142
142
|
searchCoupon: string
|
|
143
143
|
h5: string
|
|
144
144
|
jingGouHome: string
|
|
145
145
|
shopFans: string
|
|
146
146
|
shopLight: string
|
|
147
147
|
couponSearch: string
|
|
148
148
|
shopSearch: string
|
|
149
149
|
jxCouponSearch: string
|
|
150
150
|
jxDetail: string
|
|
151
151
|
}
|
|
152
152
|
export interface jumpWebUrl {
|
|
153
153
|
mshop: string
|
|
154
154
|
pages: string
|
|
155
155
|
pcCoupon: string
|
|
156
156
|
couponSearch: string
|
|
157
157
|
jxCouponSearch: string
|
|
158
158
|
pcCouponSearch: string
|
|
159
159
|
shopSecondActivity: string
|
|
160
160
|
shopLight: string
|
|
161
161
|
detail: string
|
|
162
162
|
jxDetail: string
|
|
163
163
|
tjDetail: string
|
|
164
164
|
pcDetail: string
|
|
165
165
|
mobileHome: string
|
|
166
166
|
rank: string
|
|
167
167
|
wqShopMember: string
|
|
168
168
|
wqShopDetail: string
|
|
169
169
|
wqShopSearch: string
|
|
170
170
|
myCouponList: string
|
|
171
171
|
myRedPacketList: string
|
|
172
172
|
memberHome: string
|
|
173
173
|
memberCard: string
|
|
174
174
|
memberPoints: string
|
|
175
175
|
memberBenefit: string
|
|
176
176
|
shopMember: string
|
|
177
177
|
shopMemberPointDetail: string
|
|
178
178
|
shopMemberBenefit: string
|
|
179
179
|
shopMemberRule: string
|
|
180
180
|
shopMemberCloseAccount: string
|
|
181
181
|
shopMemberPointExchange: string
|
|
182
182
|
shopMemberBonusPurchase: string
|
|
183
183
|
shopMemberGood: string
|
|
184
184
|
beanDetail: string
|
|
185
185
|
totalPromotion: string
|
|
186
186
|
mLive: string
|
|
187
187
|
shopHome: string
|
|
188
188
|
shopIntroduce: string
|
|
189
189
|
shopSearch: string
|
|
190
190
|
shopLottery: string
|
|
191
191
|
shopCoupon: string
|
|
192
192
|
shopWares: string
|
|
193
193
|
shopFastShopping: string
|
|
194
194
|
shopSpeciSeckill: string
|
|
195
195
|
shopVideos: string
|
|
196
196
|
shopUseShareOrderUgcContent: string
|
|
197
197
|
dongDongChat: string
|
|
198
198
|
samCenter: string
|
|
199
199
|
samCard: string
|
|
200
200
|
shopH5MemberCardAPP: string
|
|
201
201
|
shopH5MemberCardM: string
|
|
202
202
|
}
|
|
203
203
|
export interface EventReportConfig {
|
|
204
204
|
routerInfo: RouterInfo
|
|
205
205
|
nativeEvent: any
|
|
206
206
|
}
|
|
207
207
|
export interface OptEventLogParams {
|
|
208
208
|
eventId?: string
|
|
209
209
|
eventParam?: string | object
|
|
210
210
|
pTag?: string
|
|
211
211
|
jsonParam?: {
|
|
212
212
|
[key: string]: any
|
|
213
213
|
}
|
|
214
214
|
skuId?: string | number
|
|
215
215
|
eventLevel?: string
|
|
216
216
|
exposureState?: boolean
|
|
217
217
|
otherParams?: object
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
export interface JumpH5ReportConfig {
|
|
221
221
|
shopId?: number | string
|
|
222
222
|
venderId?: number | string
|
|
223
223
|
sourceValue?: string
|
|
224
224
|
sourceType?: string
|
|
225
225
|
}
|
|
226
226
|
export interface JumpEventReportInit extends EventReportConfig {
|
|
227
227
|
getConfig(opt): EventReportConfig
|
|
228
228
|
updateInfo(routerInfo, logPname): void
|
|
229
229
|
}
|
|
230
230
|
export interface CouponUrlParams {
|
|
231
231
|
batchId: number
|
|
232
232
|
bindType: number
|
|
233
233
|
startTime?: number
|
|
234
234
|
endTime?: number
|
|
235
235
|
quangoufrom?: number
|
|
236
236
|
sceneId?: number
|
|
237
237
|
}
|
|
238
238
|
export interface JdMiniJumpParams {
|
|
239
239
|
param: string | object
|
|
240
240
|
sourceValue?: string
|
|
241
241
|
sourceType?: string
|
|
242
242
|
des?: any
|
|
243
243
|
logEventInfo?: object
|
|
244
244
|
}
|
|
245
245
|
export interface LinkMiniParams {
|
|
246
246
|
param?: {
|
|
247
247
|
pageType?: string
|
|
248
248
|
}
|
|
249
249
|
appId?: string | number
|
|
250
250
|
path?: string
|
|
251
251
|
}
|
|
252
252
|
export interface JdJumpWxappReportConfig {
|
|
253
253
|
wxApiVersion: string
|
|
254
254
|
wxApiUrl: string
|
|
255
255
|
wqReportUrl: string
|
|
256
256
|
}
|
|
@@ -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
|