@conecli/cone-render 0.10.1-shop-beta.4 → 0.10.1-shop-beta.6

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