@conecli/cone-render 0.9.1-shop2.16 → 0.9.1-shop2.18

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