@conecli/cone-render 0.9.1-shop2.4 → 0.9.1-shop2.40

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