@conecli/cone-render 0.10.1-shop3.3 → 0.10.1-shop3.5

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 (32) hide show
  1. package/dist/api/index.ts +1 -1
  2. package/dist/common/const.ts +1 -1
  3. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  4. package/dist/components/base/ExposureSmart/index.h5.module.scss +12 -2
  5. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  6. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  7. package/dist/components/base/ItemViewExposureSmart/index.module.scss +2 -2
  8. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  9. package/dist/interface/jumpEventReport.ts +1 -1
  10. package/dist/interface/service.ts +1 -1
  11. package/dist/jumpEventReport/base.ts +1 -1
  12. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  13. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  14. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  15. package/dist/jumpEventReport/web/report.ts +1 -1
  16. package/dist/jumpEventReport/web.base.ts +1 -1
  17. package/dist/jumpEventReport/web.jd.ts +1 -1
  18. package/dist/modules/ContainerFloorList/index.h5.module.scss +3 -0
  19. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  20. package/dist/open/api/util.ts +1 -1
  21. package/dist/service/http/colorSign.ts +1 -1
  22. package/dist/service/http/const.ts +1 -1
  23. package/dist/service/requestServer.h5.ts +1 -1
  24. package/dist/service/requestServer.ts +1 -1
  25. package/dist/utils/connectNativeJsBridge.ts +1 -1
  26. package/dist/utils/h5Utils.ts +1 -1
  27. package/dist/utils/index.h5.ts +1 -1
  28. package/dist/utils/index.ts +1 -1
  29. package/dist/utils/index.weapp.ts +1 -1
  30. package/dist/utils/sColor.js +1 -0
  31. package/dist/utils/utils.ts +1 -1
  32. package/package.json +1 -1
@@ -1 +1 @@
1
- import { ComponentInterFace } from './component'
2
1
  pcCoupon: string
3
2
  api: string
4
3
  hkApi: string
5
4
  pcSo: string
6
5
  mobileLogin: string
7
6
  kpl: string
8
7
  jxDomain: string
9
8
  hkApiFunc: string
10
9
  isLogin: string
11
10
  statusCode: number
12
11
  resTimeoutState?: boolean
13
12
  errMsg?: string
14
13
  msg?: string
15
14
  data?: any
16
15
  status?: string
17
16
  requestType?: string
18
17
  }
19
18
  }
20
19
  export interface FloorInfoPageRequestParam {
21
20
  snapVersion?: string
22
21
  projectId?: string
23
22
  pageId?: string
24
23
  lastFloorIdInPrePage?: string
25
24
  }
25
+ import { ComponentInterFace } from './component';
26
26
  export interface Domain {
27
27
  base: string;
28
28
  ztJshop: string;
29
29
  jshop2013: string;
30
30
  pcCoupon: string;
31
31
  sale: string;
32
32
  mshop: string;
33
33
  pages: string;
34
34
  club: string;
35
35
  pm: string;
36
36
  pf: string;
37
37
  fmall: string;
38
38
  lbs: string;
39
39
  yushou: string;
40
40
  wq: string;
41
41
  wqs: string;
42
42
  wqshop: string;
43
43
  shopMember: string;
44
44
  bean: string;
45
45
  mapi: string;
46
46
  api: string;
47
47
  hkApi: string;
48
48
  actJshop: string;
49
49
  msJshop: string;
50
50
  quark: string;
51
51
  ranking: string;
52
52
  iJshop: string;
53
53
  mobileSo: string;
54
54
  pcSo: string;
55
55
  capturehomeshare: string;
56
56
  jdcs: string;
57
57
  lives: string;
58
58
  mobileDetail: string;
59
59
  mobileHome: string;
60
60
  mobileLogin: string;
61
61
  pcView: string;
62
62
  pcLogin: string;
63
63
  kpl: string;
64
64
  jxDomain: string;
65
65
  ecoDomain: string;
66
66
  }
67
67
  export interface HttpApi {
68
68
  decorate: {
69
69
  preview: string;
70
70
  };
71
71
  userAddress: string;
72
72
  lbsLocation: string;
73
73
  couponStatus: string;
74
74
  addCart: string;
75
75
  receiveCoupon: string;
76
76
  areaStockState: string;
77
77
  apiFunc: string;
78
78
  hkApiFunc: string;
79
79
  follow: string;
80
80
  unfollow: string;
81
81
  isFollow: string;
82
82
  flowers: string;
83
83
  serverTime: string;
84
84
  followShop: string;
85
85
  getDefaultAddress: string;
86
86
  userInfo: string;
87
87
  font: string;
88
88
  isLogin: string;
89
89
  }
90
90
  export interface HttpRequestInfo {
91
91
  cookiesStr: string;
92
92
  requestHeaderContentType: {
93
93
  jsonHeader: {
94
94
  'content-type': string;
95
95
  };
96
96
  formDataHeader: {
97
97
  'content-type': string;
98
98
  };
99
99
  };
100
100
  requestBaseParam: {
101
101
  data: any;
102
102
  header: {
103
103
  'content-type': string;
104
104
  };
105
105
  };
106
106
  apiClientParams: {
107
107
  appid: string;
108
108
  clientVersion: string;
109
109
  client: string;
110
110
  uuid: string;
111
111
  area?: string;
112
112
  loginType?: string;
113
113
  loginWQBiz?: string;
114
114
  };
115
115
  wxappClientParams?: {
116
116
  appid: string;
117
117
  clientVersion: string;
118
118
  client: string;
119
119
  uuid: string;
120
120
  area?: string;
121
121
  };
122
122
  timeOut: number;
123
123
  }
124
124
  export interface Method {
125
125
 
126
126
  OPTIONS;
127
127
 
128
128
  GET;
129
129
 
130
130
  HEAD;
131
131
 
132
132
  POST;
133
133
 
134
134
  PUT;
135
135
 
136
136
  DELETE;
137
137
 
138
138
  TRACE;
139
139
 
140
140
  CONNECT;
141
141
  }
142
142
  export interface RequestPromiseRes {
143
143
  statusCode: number;
144
144
  resTimeoutState?: boolean;
145
145
  errMsg?: string;
146
146
  msg?: string;
147
147
  data?: any;
148
148
  status?: string;
149
149
  requestType?: string;
150
150
  }
151
151
  export interface RequestResponseFormatRes {
152
152
  statusCode?: number;
153
153
  code?: number | string;
154
154
  ok: boolean;
155
155
  errMsg?: string;
156
156
  msg?: string;
157
157
  data?: any;
158
158
  result?: any;
159
159
  source?: any;
160
160
  }
161
161
  export interface CouponParams {
162
162
  couponId: string;
163
163
  act: string;
164
164
  operation: string;
165
165
  }
166
166
  export interface AddToCartQueryParam {
167
167
  wareId: string | number;
168
168
  num: number;
169
169
  resourceType: string;
170
170
  resourceValue: string;
171
171
  sid: string;
172
172
  clientKey: string;
173
173
  ran: number;
174
174
  suitSkuId?: string | number;
175
175
  suitSkuNum?: number;
176
176
  sType?: number;
177
177
  ybId?: string | number | null;
178
178
  }
179
179
  export interface UserAddressData {
180
180
  id: number;
181
181
  provinceId: number;
182
182
  cityId: number;
183
183
  countyId?: number;
184
184
  townId?: number;
185
185
  }
186
186
  export interface UserAddressListData {
187
187
  body: {
188
188
  addressInfoList: UserAddressListItemData[];
189
189
  addressLimit: number;
190
190
  checkFlag: boolean;
191
191
  rangeFlag: boolean;
192
192
  resultFlag: boolean;
193
193
  supportGis: boolean;
194
194
  supportIntelliGenText: boolean;
195
195
  };
196
196
  code: string;
197
197
  message: string;
198
198
  }
199
199
  export interface UserAddressListItemData {
200
200
  addressDetail: string;
201
201
  addressId: number;
202
202
  addressName: string;
203
203
  areaCode: string;
204
204
  cityId: number;
205
205
  cityName: string;
206
206
  clickAble: boolean;
207
207
  coordType: number;
208
208
  countyId: number;
209
209
  countyName: string;
210
210
  defaultAddress: boolean;
211
211
  email: string;
212
212
  encryFlag: boolean;
213
213
  foreignOverSea: boolean;
214
214
  fullAddress: string;
215
215
  gangAoTai: boolean;
216
216
  latitude: number;
217
217
  latitudeString: string;
218
218
  longitude: number;
219
219
  longitudeString: string;
220
220
  mobile: string;
221
221
  name: string;
222
222
  nameCode: string;
223
223
  operateTime: string;
224
224
  operationType: number;
225
225
  phone: string;
226
226
  postCode: string;
227
227
  provinceId: number;
228
228
  provinceName: string;
229
229
  realMobile: string;
230
230
  retTag: number;
231
231
  selected: boolean;
232
232
  sortTime: string;
233
233
  tagSource: number;
234
234
  townId: number;
235
235
  townName: string;
236
236
  updateTime: string;
237
237
  }
238
238
  export interface ShopHomeDataResponseRes extends RequestResponseFormatRes {
239
239
  readonly ok: boolean;
240
240
  readonly msg?: any;
241
241
  baseInfo?: ComponentInterFace.ShopTotalInfo;
242
242
  extendInfo?: {
243
243
  [key: string]: any;
244
244
  };
245
245
  floorInfo?: {
246
246
  floors: [];
247
247
  pageSet?: object;
248
248
  homeDecorationType?: number;
249
249
  [key: string]: any;
250
250
  };
251
251
  otherInfo?: {
252
252
  [key: string]: any;
253
253
  };
254
254
  menuInfo?: {
255
255
  menuList: [];
256
256
  [key: string]: any;
257
257
  };
258
258
  activityInfo?: {
259
259
  activityRuleType: number;
260
260
  isSign: number;
261
261
  followed: boolean;
262
262
  [key: string]: any;
263
263
  };
264
264
  }
265
265
  export interface ShopPromotionListDataRes extends RequestResponseFormatRes {
266
266
  readonly ok: boolean;
267
267
  readonly msg?: any;
268
268
  noPromotionState?: boolean;
269
269
  shopTotalInfo?: ComponentInterFace.ShopTotalInfo;
270
270
  shopPromotionData?: ComponentInterFace.FloorModuleData;
271
271
  }
272
272
  export interface ShopPromotionDataResponseRes extends RequestResponseFormatRes {
273
273
  readonly ok: boolean;
274
274
  readonly msg?: any;
275
275
  baseInfo?: ComponentInterFace.ShopTotalInfo;
276
276
  extendInfo?: {
277
277
  [key: string]: any;
278
278
  };
279
279
  floorInfo?: {
280
280
  floors: [];
281
281
  pageSet?: object;
282
282
  [key: string]: any;
283
283
  };
284
284
  }
285
285
  export interface SkuToCartDataRes {
286
286
  readonly ok: boolean;
287
287
  [key: string]: any;
288
288
  }
289
289
  export interface FloorInfoPageRequestParam {
290
290
  snapVersion?: string;
291
291
  projectId?: string;
292
292
  pageId?: string;
293
293
  lastFloorIdInPrePage?: string;
294
294
  }