@conecli/cone-render 0.10.1-shop-beta.23 → 0.10.1-shop-beta.26

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 (128) hide show
  1. package/dist/api/index.ts +1 -1
  2. package/dist/common/accessibility.h5.ts +1 -0
  3. package/dist/common/accessibility.ts +0 -0
  4. package/dist/common/const.ts +1 -1
  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.weapp.tsx +1 -0
  10. package/dist/common/jssdk.weapp.ts +1 -0
  11. package/dist/common/pageType.ts +1 -1
  12. package/dist/common/token/index.h5.ts +1 -1
  13. package/dist/common/token/token.jd.ts +1 -1
  14. package/dist/common/wxappApi.ascf.ts +1 -0
  15. package/dist/components/ErrorBoundary.tsx +1 -1
  16. package/dist/components/base/CountDown/index.tsx +1 -1
  17. package/dist/components/base/CustomVideo/index.tsx +1 -1
  18. package/dist/components/base/CustomVideo/index.weapp.tsx +1 -0
  19. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  20. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  21. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  22. package/dist/components/base/InOrOutViewObserver/index.weapp.tsx +1 -0
  23. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  24. package/dist/components/base/JdLoading/index.module.scss +0 -2
  25. package/dist/components/base/JdLoading/index.tsx +1 -1
  26. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  27. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  28. package/dist/components/base/LazyLoadImage/index.tsx +1 -1
  29. package/dist/components/base/MobileCommonHeader/index.tsx +1 -1
  30. package/dist/components/base/MobileCommonHeader/index.weapp.tsx +1 -0
  31. package/dist/components/base/NetworkDataError/const.ts +1 -1
  32. package/dist/components/base/NetworkDataError/index.module.scss +1 -1
  33. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  34. package/dist/components/base/Price/Base/index.tsx +1 -1
  35. package/dist/components/base/Price/Double/index.module.scss +1 -1
  36. package/dist/components/base/Price/Double/index.tsx +1 -1
  37. package/dist/components/base/ShopLeGaoTag/index.h5.module.scss +35 -0
  38. package/dist/components/base/ShopLeGaoTag/index.h5.tsx +1 -0
  39. package/dist/components/base/ShopLeGaoTag/index.module.scss +33 -0
  40. package/dist/components/base/ShopLeGaoTag/index.tsx +1 -0
  41. package/dist/components/floorItem.tsx +1 -1
  42. package/dist/components/isv/Floor/index.tsx +1 -1
  43. package/dist/components/remoteFloorItem.tsx +1 -1
  44. package/dist/config/env.ts +1 -1
  45. package/dist/interface/common.ts +1 -1
  46. package/dist/interface/component.ts +1 -1
  47. package/dist/interface/jumpEventReport.ts +1 -1
  48. package/dist/interface/service.ts +1 -1
  49. package/dist/jumpEventReport/base.ts +1 -1
  50. package/dist/jumpEventReport/const.ts +1 -1
  51. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  52. package/dist/jumpEventReport/index.h5.ts +1 -1
  53. package/dist/jumpEventReport/index.ts +1 -1
  54. package/dist/jumpEventReport/index.weapp.ts +1 -1
  55. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  56. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  57. package/dist/jumpEventReport/logEventConfig.h5.ts +1 -0
  58. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  59. package/dist/jumpEventReport/web/report.ts +1 -1
  60. package/dist/jumpEventReport/web.base.ts +1 -1
  61. package/dist/jumpEventReport/web.jd.ts +1 -1
  62. package/dist/jumpEventReport/web.pc.ts +1 -1
  63. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  64. package/dist/language/en_US.json +233 -83
  65. package/dist/language/zh_CN.json +232 -82
  66. package/dist/language/zh_HK.json +232 -82
  67. package/dist/libs/openShopBridge.js +161 -0
  68. package/dist/libs/openShopBridge.min.js +1 -0
  69. package/dist/libs/taroAppReport.js +2 -2
  70. package/dist/modules/ContainerFloorList/index.h5.module.scss +16 -2
  71. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  72. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  73. package/dist/modules/DecorateContainerFloorList/index.weapp.tsx +1 -0
  74. package/dist/open/api/index.ts +1 -1
  75. package/dist/open/api/shopMember.ts +1 -1
  76. package/dist/open/api/shopMember.weapp.ts +1 -0
  77. package/dist/open/api/track.ts +1 -1
  78. package/dist/open/api/util.ts +1 -1
  79. package/dist/open/components/index.ts +1 -1
  80. package/dist/open/index.ts +1 -1
  81. package/dist/sass/app.h5.scss +6 -1
  82. package/dist/sass/base.scss +8 -4
  83. package/dist/service/fetchGateway.ts +1 -1
  84. package/dist/service/fetchGateway.weapp.ts +1 -1
  85. package/dist/service/fetchJsonp.ts +1 -1
  86. package/dist/service/fetchJsonp.weapp.ts +1 -0
  87. package/dist/service/http/h5Http.ts +1 -1
  88. package/dist/service/http/http.ts +1 -1
  89. package/dist/service/http/httpInterceptors.weapp.ts +1 -0
  90. package/dist/service/requestServer.h5.ts +1 -1
  91. package/dist/service/requestServer.ts +1 -1
  92. package/dist/service/requestServer.weapp.ts +1 -1
  93. package/dist/utils/connectNativeJsBridge.ts +1 -1
  94. package/dist/utils/h5Utils.ts +1 -1
  95. package/dist/utils/harmonyCallRouter.h5.ts +1 -0
  96. package/dist/utils/harmonyCallRouter.ts +0 -0
  97. package/dist/utils/index.h5.ts +1 -1
  98. package/dist/utils/index.ts +1 -1
  99. package/dist/utils/index.weapp.ts +1 -1
  100. package/dist/utils/intersectionObserver.ts +1 -1
  101. package/dist/utils/sColor.weapp.ts +1 -0
  102. package/dist/utils/utils.ts +1 -1
  103. package/package.json +36 -38
  104. package/dist/common/index.dynamic.ts +0 -1
  105. package/dist/components/base/Dialog/index.dynamic.module.scss +0 -126
  106. package/dist/components/base/Dialog/index.dynamic.tsx +0 -1
  107. package/dist/components/base/DynamicTest/index.dynamic.module.scss +0 -15
  108. package/dist/components/base/DynamicTest/index.module.scss +0 -16
  109. package/dist/components/base/DynamicTest/index.tsx +0 -1
  110. package/dist/components/base/LazyLoadImage/index.dynamic.module.scss +0 -40
  111. package/dist/components/base/LazyLoadImage/index.dynamic.tsx +0 -1
  112. package/dist/components/base/NetworkDataError/index.dynamic.module.scss +0 -95
  113. package/dist/components/base/NetworkDataError/index.dynamic.tsx +0 -1
  114. package/dist/components/base/Price/Base/index.dynamic.module.scss +0 -63
  115. package/dist/components/base/Price/Base/index.dynamic.tsx +0 -1
  116. package/dist/components/base/Price/Double/index.dynamic.module.scss +0 -172
  117. package/dist/components/base/Price/Double/index.dynamic.tsx +0 -1
  118. package/dist/jumpEventReport/index.dynamic.ts +0 -1
  119. package/dist/jumpEventReport/web/wqshop.report.ts +0 -1
  120. package/dist/open/api/shopMember.dynamic.ts +0 -1
  121. package/dist/open/components/index.dynamic.ts +0 -1
  122. package/dist/sass/app.dynamic.scss +0 -306
  123. package/dist/service/fetchGateway.h5.ts +0 -1
  124. package/dist/service/fetchJsonp.h5.ts +0 -1
  125. package/dist/service/http/colorSign.dynamic.ts +0 -1
  126. package/dist/utils/connectNativeJsBridge.dynamic.ts +0 -1
  127. package/dist/utils/priceUtils.js +0 -1
  128. /package/dist/utils/{sColor.js → sColor.ts} +0 -0
@@ -1 +1 @@
1
- import React from 'react'
2
1
  netWorkBusinessType?: string
3
2
  subMessage?: string
4
3
  netWorkStyleType?: string
5
4
  viewMaxHeight?: string
6
5
  noPosition?: boolean
7
6
  containerIndex?: number
8
7
  floorLoadWay?: number
9
8
  floorKind?: number
10
9
  shopId?: string
11
10
  moduleDesignerType?: string
12
11
  showCommonFloorHead?: boolean
13
12
  borderRadius: number
14
13
  borderTopLeftRadius?: number
15
14
  borderTopRightRadius?: number
16
15
  borderBottomLeftRadius?: number
17
16
  borderBottomRightRadius?: number
18
17
  marginTop?: number
19
18
  marginBottom?: number
20
19
  marginLeft?: number
21
20
  marginRight?: number
22
21
  paddingTop?: number
23
22
  paddingBottom?: number
24
23
  paddingLeft?: number
25
24
  paddingRight?: number
26
25
  containerId: string
27
26
  background?: string
28
27
  containerPosition?: string
29
28
  key?: string
30
29
  floors: floorItemData[]
31
30
  includeUids: string[]
32
31
  typeCn: string
33
32
  typeCode?: string
34
33
  addLuxuryStyle?: boolean
35
34
  addLuxuryBackupStyle?: boolean
36
35
  renderExtendComponent?: functionType
37
36
  insertContainerStartComponent?: functionType
38
37
  floorExtendData?: any
39
38
  }
40
39
  isRealTimeRender: boolean
41
40
  forceRenderTime: number
42
41
  luxuryFixed?: boolean
43
42
  customErrorIsvFloorModule?: React.ReactElement | undefined
44
43
  containerIndex?: number
45
44
  containerData?: any
46
45
  shopTotalInfo?: any
47
46
  selectContainerFn?: functionType
48
47
  selectContainerId?: string
49
48
  placeHolderPreContainerId?: string
50
49
  children?: any
51
50
  luxuryFixed?: boolean
52
51
  style?: {
53
52
  [key: string]: any
54
53
  };
55
54
  layoutLeftRightMargin?: number
56
55
  }
57
56
  isShowPlaceHolder?: boolean
58
57
 
59
58
  useFontV2?: boolean
60
59
  useFontV2Bold?: boolean
61
60
  onlyShowDaySpaceTextState?: boolean
62
61
  showDayToSecondState?: boolean
63
62
  useFontV2: boolean
64
63
  useFontV2Bold: boolean
65
64
  onFormSubmit?: functionType
66
65
  onFormReset?: functionType
67
66
  isFormDialog?: boolean
68
67
  forbiddenBgScrollState?: boolean
69
68
  evenList: any[]
70
69
  oddList: any[]
71
70
  outViewCallback?: functionType
71
+ import React from 'react';
72
72
  export interface LazyLoadImageProps {
73
73
  src: string;
74
74
  lazyLoad?: boolean;
75
75
  imagRenderingSet?: boolean;
76
76
  width?: number | string;
77
77
  height?: number | string;
78
78
  className?: string;
79
79
  style?: object;
80
80
  backgroundColor?: string;
81
81
  errorSrc?: string;
82
82
  [key: string]: any;
83
83
  }
84
84
  export interface JdLoadingProps {
85
85
  className: string | null;
86
86
  hideState: boolean;
87
87
  fullState: boolean;
88
88
  localState: boolean;
89
89
  style: object;
90
90
  text: string | null;
91
91
  }
92
92
  export interface ShopConfigTabsItem {
93
93
  tabType: number;
94
94
  tabActBlurIcon?: string;
95
95
  tabText?: string;
96
96
  tabActClickIcon?: string;
97
97
  }
98
98
  export interface ShopConfigMenuItem extends ShopMenuListItem {
99
99
  url?: string;
100
100
  }
101
101
  export interface VipShopConfigMenuItem {
102
102
  menuName?: string;
103
103
  menuId: string | number;
104
104
  }
105
105
  export interface ShopTotalInfo {
106
106
  shopInfo: {
107
107
  shopId?: string;
108
108
  venderId?: string;
109
109
  shopName?: string;
110
110
  logoUrl?: string;
111
111
  followed?: boolean;
112
112
  followerCount?: number;
113
113
  closed?: boolean;
114
114
  filterShop?: boolean;
115
115
  [key: string]: any;
116
116
  };
117
117
  tabs?: [ShopConfigTabsItem];
118
118
  config?: {
119
119
  tabs: [ShopConfigTabsItem];
120
120
  mTabs: [ShopConfigTabsItem];
121
121
  bigBgImgUrl?: string;
122
122
  [key: string]: any;
123
123
  };
124
124
  menuInfo?: {
125
125
  menuList: [ShopConfigMenuItem];
126
126
  mMenuList: [ShopConfigMenuItem];
127
127
  [key: string]: any;
128
128
  };
129
129
  activityInfo?: {
130
130
  activityRuleType: number;
131
131
  isSign: number;
132
132
  followed: boolean;
133
133
  coupons?: ShopCouponListItem[];
134
134
  liveInfo?: {
135
135
  type: string;
136
136
  data: {
137
137
  living: {
138
138
  [key: string]: any;
139
139
  };
140
140
  playback: {
141
141
  [key: string]: any;
142
142
  };
143
143
  preview: {
144
144
  [key: string]: any;
145
145
  };
146
146
  };
147
147
  [key: string]: any;
148
148
  };
149
149
  signStatus?: {
150
150
  activityRuleType: number;
151
151
  interActActivityId: number;
152
152
  interActActivityType: number;
153
153
  isSign: number;
154
154
  source: number;
155
155
  };
156
156
  giftBagDataResult?: {
157
157
  activityId: number;
158
158
  activityType: number;
159
159
  giftButton: string;
160
160
  giftTitle: string;
161
161
  giftsToast: string;
162
162
  isVipGift: string;
163
163
  shopGifts: any[];
164
164
  };
165
165
  [key: string]: any;
166
166
  };
167
167
  extendInfo?: {
168
168
  coupons?: ShopCouponListItem[];
169
169
  liveInfo?: {
170
170
  type: string;
171
171
  data: {
172
172
  living: {
173
173
  [key: string]: any;
174
174
  };
175
175
  playback: {
176
176
  [key: string]: any;
177
177
  };
178
178
  preview: {
179
179
  [key: string]: any;
180
180
  };
181
181
  };
182
182
  [key: string]: any;
183
183
  };
184
184
  signStatus?: {
185
185
  activityRuleType: number;
186
186
  interActActivityId: number;
187
187
  interActActivityType: number;
188
188
  isSign: number;
189
189
  source: number;
190
190
  };
191
191
  };
192
192
  pageSet?: {
193
193
  [key: string]: any;
194
194
  };
195
195
  followed?: boolean;
196
196
  followCount?: number;
197
197
  }
198
198
  export interface PageSetData {
199
199
  backGround?: {
200
200
  type?: string;
201
201
  value?: string;
202
202
  } | null;
203
203
  [key: string]: any;
204
204
  }
205
205
  interface ShopContactInfoItem {
206
206
  hasImChat: boolean;
207
207
  infoTitle: string;
208
208
  typeCShopUrl?: string;
209
209
  infoDetail?: string;
210
210
  infoTelephone: string;
211
211
  infoType: string;
212
212
  }
213
213
  interface ShopBriefInfoItem {
214
214
  infoDetail: string;
215
215
  infoTitle: string;
216
216
  }
217
217
  interface ShopScoreItem {
218
218
  scoreColor: string;
219
219
  scoreNumber: string;
220
220
  scorePercent: string;
221
221
  scoreTitle: string;
222
222
  }
223
223
  export interface ShopDetailInfo {
224
224
  score?: ShopScoreItem[];
225
225
  shopContactInfo?: ShopContactInfoItem[];
226
226
  shopBriefInfo?: ShopBriefInfoItem[];
227
227
  shopStarInfo?: {
228
228
  title: string | null;
229
229
  scoreRankRateGrade: string;
230
230
  tip: string;
231
231
  descPageURL: string;
232
232
  };
233
233
  }
234
234
  export interface ShopContextValue {
235
235
  shopTotalInfo: ShopTotalInfo;
236
236
  urlQueryData?: object | null;
237
237
  oldUrlParamsToStr?: string;
238
238
  rootEleNode?: HTMLElement | null;
239
239
  updateShopFollowedStateFn: functionType;
240
240
  }
241
241
  export interface NetWorkErrorProps {
242
242
  className?: string;
243
243
  netWorkImageType?: string;
244
244
  message?: string;
245
245
  btnLabel?: string;
246
246
  subMessage?: string;
247
247
  netWorkDataType: string;
248
248
  netWorkShowType?: string;
249
249
  netWorkStyleType?: string;
250
250
  viewMaxHeight?: string;
251
251
  backgroundColorWhite?: boolean;
252
252
  refreshCallBackFn?: functionType | null;
253
253
  noPosition?: boolean;
254
254
  }
255
255
  export interface floorItemData {
256
256
  uid: string;
257
257
  floorIdx?: number;
258
258
  containerIndex?: number;
259
259
  containerId?: string;
260
260
  moduleFlag?: string;
261
261
  moduleName?: string;
262
262
  moduleAlias?: string;
263
263
  moduleId?: number;
264
264
  previewUri?: string;
265
265
  moduleType: number | string;
266
266
  sizeRule: number;
267
267
  visible: boolean;
268
268
  configEmpty?: boolean;
269
269
  floorPosition?: string;
270
270
  middleTemplateType?: string;
271
271
  middleTemplateId?: number;
272
272
  dsConfig?: any;
273
273
  jdrInfo?: any;
274
274
  floorExtInfo?: {
275
275
  moduleFlag?: string;
276
276
  moduleName?: string;
277
277
  moduleId?: number;
278
278
  currentTimeMillis?: number;
279
279
  floorHeight?: string;
280
280
  floorLoadWay?: number;
281
281
  floorKind?: number;
282
282
  transform?: boolean;
283
283
  modularPackResult?: {
284
284
  bundleUrl?: string;
285
285
  bundleFileName?: string;
286
286
  };
287
287
  shopId?: string;
288
288
  moduleDesignerType?: string;
289
289
  };
290
290
  showCommonFloorHead?: boolean;
291
291
  }
292
292
  export interface FloorInfoInterfaceResponseData {
293
293
  containers: ContainerItemData[];
294
294
  floors: floorItemData[];
295
295
  pageSet?: object;
296
296
  }
297
297
  export interface ContainerItemData {
298
298
  borderRadius: number;
299
299
  borderTopLeftRadius?: number;
300
300
  borderTopRightRadius?: number;
301
301
  borderBottomLeftRadius?: number;
302
302
  borderBottomRightRadius?: number;
303
303
  marginTop?: number;
304
304
  marginBottom?: number;
305
305
  marginLeft?: number;
306
306
  marginRight?: number;
307
307
  paddingTop?: number;
308
308
  paddingBottom?: number;
309
309
  paddingLeft?: number;
310
310
  paddingRight?: number;
311
311
  containerId: string;
312
312
  background?: string;
313
313
  containerPosition?: string;
314
314
  key?: string;
315
315
  floors: floorItemData[];
316
316
  includeUids: string[];
317
317
  typeCn: string;
318
318
  typeCode?: string;
319
319
  addLuxuryStyle?: boolean;
320
320
  addLuxuryBackupStyle?: boolean;
321
321
  renderExtendComponent?: functionType;
322
322
  insertContainerStartComponent?: functionType;
323
323
  floorExtendData?: any;
324
324
  }
325
325
  export interface FloorModuleData {
326
326
  floorIndex?: number;
327
327
  containerIndex?: number;
328
328
  floorData: floorItemData;
329
329
  children?: React.ReactElement;
330
330
  style?: {
331
331
  [key: string]: any;
332
332
  };
333
333
  layoutLeftRightMargin: number;
334
334
  containerBorderRadius?: number | { [key: string]: any };
335
335
  dataDefines?: DataDefinesItem[];
336
336
  updateShopFloorDataFn?: functionType;
337
337
  loadingEndComponentFn?: functionType;
338
338
  changeScrollTopFn?: functionType;
339
339
  changeScrollToLowerStateFn?: functionType | null;
340
340
  customerLayoutWidth?: number;
341
341
  builtInComponents?: any;
342
342
  updateContainerFloorListDataFn?: functionType;
343
343
  isRealTimeRender: boolean;
344
344
  forceRenderTime: number;
345
345
  luxuryFixed?: boolean;
346
346
  }
347
347
  export interface DecorateFloorModuleData extends FloorModuleData {
348
348
  source?: string;
349
349
  memberBaseInfo?: {
350
350
  shopId?: string;
351
351
  venderId?: string;
352
352
  channel?: string;
353
353
  venderType?: string;
354
354
  showDefaultModule?: boolean;
355
355
  customerLevel?: string;
356
356
  isUserForMember?: boolean;
357
357
  isLv0?: boolean;
358
358
  levelZeroMenuUrl?: string;
359
359
  totalRefresh?: functionType;
360
360
  callOpenCardPopPage?: functionType;
361
361
  };
362
362
  renderSourceType?: string;
363
363
  children?: any;
364
364
  extendInfoData?: object | undefined;
365
365
  updateContainerFloorListDataFn?: functionType;
366
366
  customErrorIsvFloorModule?: React.ReactElement | undefined;
367
367
  }
368
368
  export interface DecorateContainerData {
369
369
  containerIndex?: number;
370
370
  containerData?: any;
371
371
  shopTotalInfo?: any;
372
372
  selectContainerFn?: functionType;
373
373
  selectContainerId?: string;
374
374
  placeHolderPreContainerId?: string;
375
375
  children?: any;
376
376
  luxuryFixed?: boolean;
377
377
  style?: {
378
378
  [key: string]: any;
379
379
  };
380
380
  layoutLeftRightMargin?: number;
381
381
  urlQueryData?: object | any;
382
382
  }
383
383
  export interface PlaceHolderProps {
384
384
  containerId: string;
385
385
  placeHolderPreContainerId: string;
386
386
  isShowPlaceHolder?: boolean;
387
387
  }
388
388
  export interface ShopRankGradeProps {
389
389
  scoreGrade: number | string;
390
390
  className?: string;
391
391
  }
392
392
  export interface ShopRankGradeGradeArrItem {
393
393
  index: number;
394
394
  starState: string;
395
395
  }
396
396
  export interface DataDefinesItem {
397
397
  type: string;
398
398
  nodeText: {
399
399
 
400
400
  feedFlowInfo?: any;
401
401
  max?: any;
402
402
 
403
403
  data?: any;
404
404
  hotAreaHeight?: number;
405
405
  numShowPerLine?: number;
406
406
  };
407
407
  propertyName?: string;
408
408
  }
409
409
  export interface PriceProps {
410
410
  prefixCls?: string;
411
411
  className?: string;
412
412
  style?: React.CSSProperties;
413
413
 
414
414
  value: string | number;
415
415
 
416
416
  symbol?: string;
417
417
 
418
418
  currencySym?: string;
419
419
 
420
420
  symPos?: string;
421
421
 
422
422
  decLength?: number;
423
423
 
424
424
  decPos?: string;
425
425
 
426
426
  status?: string;
427
427
 
428
428
  symClassName?: string;
429
429
 
430
430
  intClassName?: string;
431
431
 
432
432
  decClassName?: string;
433
433
 
434
434
  noPriceClassName?: string;
435
435
 
436
436
  decToIntegerState?: boolean;
437
437
 
438
438
  isPlusPrice?: boolean;
439
439
 
440
440
  isSamsPrice?: boolean;
441
441
 
442
442
  isSfpPrice?: boolean;
443
443
 
444
444
  isMemberPrice?: boolean;
445
445
 
446
446
  memberPriceIcon?: string;
447
447
 
448
448
  isShowPriceLabel?: boolean;
449
449
 
450
450
  priceLabelText?: string;
451
451
 
452
452
  priceTextColor;
453
453
 
454
454
  useFontV2?: boolean;
455
455
  useFontV2Bold?: boolean;
456
456
  }
457
457
  export interface rankSkuItem {
458
458
  skuId: string;
459
459
  wareId: string;
460
460
  buyedStr?: string;
461
461
  imgPath: string;
462
462
  name: string;
463
463
  wareName: string;
464
464
  commentcount?: string;
465
465
  favRateDto?: {
466
466
  commentCountStr: string;
467
467
  };
468
468
  }
469
469
  export interface rankItem {
470
470
  title: string;
471
471
  rankId?: number;
472
472
  rankSkuInfoVoList: rankSkuItem[];
473
473
  }
474
474
  export interface MiniLoadFloorListRef {
475
475
  index: number;
476
476
  itemNum: number;
477
477
  list: (floorItemData | any)[];
478
478
  loadList: (floorItemData | any)[];
479
479
  max: number;
480
480
  }
481
481
  export interface HotStyleConfig {
482
482
  wHotMobile: number;
483
483
  hHotMobile: number;
484
484
  xHotMobile: number;
485
485
  yHotMobile: number;
486
486
  }
487
487
  export interface HotData {
488
488
  data?: HotDataItem[];
489
489
  hotAreaHeight?: number;
490
490
  }
491
491
  export interface HotDataItem {
492
492
  coordinate: {
493
493
  h: number;
494
494
  w: number;
495
495
  x: number;
496
496
  y: number;
497
497
  };
498
498
  detail: {
499
499
  configDataType: number;
500
500
  configDataValue: any;
501
501
  };
502
502
  dataSourceType: number;
503
503
  jdPrice?: boolean;
504
504
  prefix: string;
505
505
  price: string;
506
506
  priceStyleConfig: any;
507
507
  showSkuPrice: number;
508
508
  priceInfoDetail?: {
509
509
  jdPrice: string;
510
510
  };
511
511
  }
512
512
  export interface CountDownProps {
513
513
  residueTime: number;
514
514
  serverTime: number;
515
515
  className?: string;
516
516
  startTime: number;
517
517
  endTime: number;
518
518
  info?: any;
519
519
  startTitleText?: string | null;
520
520
  endTitleText?: string | null;
521
521
  fromEndText?: string | null;
522
522
  startTimeEndCallBack?: functionType | null;
523
523
  endTimeEndCallBack?: functionType | null;
524
524
  timeNumSpaceTextState: boolean;
525
525
  showDaytimeNumSpaceTextState?: boolean;
526
526
  onlyShowDayState?: boolean;
527
527
  onlyShowDaySpaceTextState?: boolean;
528
528
  showDayState?: boolean;
529
529
  showDayToSecondState?: boolean;
530
530
  showHourState: boolean;
531
531
  showMinuteState: boolean;
532
532
  showSecondState: boolean;
533
533
  getDaysToHours: boolean;
534
534
  fromStartText: null | string;
535
535
  numTextColor: null | string;
536
536
  textColor: null | string;
537
537
  numTextBgColor: null | string;
538
538
  useFontV2: boolean;
539
539
  useFontV2Bold: boolean;
540
540
  }
541
541
  export interface CountDownTimerRef {
542
542
  type: string;
543
543
  text: string | null | undefined;
544
544
  time?: number | null;
545
545
  endTime?: number | null;
546
546
  }
547
547
  export interface FilterBarSearchChangeType {
548
548
  id?: string;
549
549
  inStock: boolean;
550
550
  inStockText: string;
551
551
  showJdDeliver: boolean;
552
552
  showJdDeliverText: string;
553
553
  searchDataSetState: boolean;
554
554
  }
555
555
  export interface MultipleFilterListItem {
556
556
  id?: string;
557
557
  type: number;
558
558
  value: string;
559
559
  checked: boolean;
560
560
  text: string;
561
561
  }
562
562
  export interface FilterBarProps {
563
563
  className?: string;
564
564
  showType?: string | number;
565
565
  defaultSelected?: number;
566
566
  isTriggerFilterChangeOnInit?: boolean;
567
567
  onFilterChange?: functionType | null;
568
568
  onShowTypeChange?: functionType | null;
569
569
  instockSelected?: boolean;
570
570
  pageId?: undefined | string;
571
571
  searchDescription?: undefined | string;
572
572
  searchChangeType: FilterBarSearchChangeType;
573
573
  placeholderDomRef?: HTMLElement | null;
574
574
  isFixed?: boolean;
575
575
  searchTab?: any;
576
576
  useNewMultiple?: boolean;
577
577
  }
578
578
  export interface FilterRadioItemProps {
579
579
  filterType?: number;
580
580
  label: string;
581
581
  className: string;
582
582
  icon: boolean;
583
583
  onToggleChange?: functionType;
584
584
  onSelected: functionType;
585
585
  selected: boolean;
586
586
  type: string;
587
587
  switchOn: boolean;
588
588
  }
589
589
  export interface ShopNavBarScrollXOffsetRef {
590
590
  [key: number]: number;
591
591
  tabListPosResList?: number;
592
592
  }
593
593
  export interface SearchHotKeyWord {
594
594
  [key: string]: string;
595
595
  }
596
596
  export interface ProductWithFilterProps {
597
597
  className?: string;
598
598
  listClassName?: string;
599
599
  gridListClassName?: string;
600
600
  filterBarEnabled?: boolean;
601
601
  height: number;
602
602
  minHeight: number;
603
603
  keyWord: string;
604
604
  defaultKeyWord: string;
605
605
  totalHeight: number;
606
606
  defaultShowType?: undefined | string | number;
607
607
  showType?: undefined | string | number;
608
608
  showTypeChangeDisable: boolean;
609
609
  searchType: string | number;
610
610
  loadState: string | number;
611
611
  skuId?: string | number;
612
612
  cateId?: undefined | string;
613
613
  pageId?: undefined | string;
614
614
  activityId?: undefined | string;
615
615
  activityType?: undefined | string;
616
616
  searchDescription?: undefined | string;
617
617
  useOutsideScrollView: boolean;
618
618
  extraParam: object;
619
619
  pageJumpParam?: object;
620
620
  enableEventUpdate?: boolean;
621
621
  showFilterBarSecondary?: boolean;
622
622
  showEmptyFloorTip?: boolean;
623
623
  displayHeight: number;
624
624
  toTop: boolean;
625
625
  tabContentShowState?: boolean;
626
626
  scrollToLowerState?: boolean;
627
627
  changeScrollToLowerStateFn?: functionType;
628
628
  changeProductWithFilterStateFn?: functionType;
629
629
  fetchProductsFun?: functionType;
630
630
  }
631
631
  export interface ShopMenuListItem {
632
632
  menuId: number;
633
633
  menuName: string;
634
634
  menuType?: string;
635
635
  icon?: string;
636
636
  text?: string;
637
637
  config?: object;
638
638
  subMenu?: any[];
639
639
  }
640
640
  export interface VipShopMenuListItem {
641
641
  menuId: number | string;
642
642
  menuName: string;
643
643
  iconAfter: string;
644
644
  iconBefore: string;
645
645
  jumpUrl: string;
646
646
  visible: boolean;
647
647
  }
648
648
  export interface DialogConfigBackFn {
649
649
  onClose?: functionType;
650
650
  onBeforeConfirm?: functionType;
651
651
  onConfirm?: functionType;
652
652
  onBackground?: functionType;
653
653
  onHide?: functionType;
654
654
  onInit?: functionType;
655
655
  onFormSubmit?: functionType;
656
656
  onFormReset?: functionType;
657
657
  }
658
658
  export interface DialogConfigProps extends DialogConfigBackFn {
659
659
  type: number;
660
660
  className?: string;
661
661
  style?: React.CSSProperties;
662
662
  title?: string;
663
663
  message?: string | null;
664
664
  closeBtnText?: string;
665
665
  closeBtnHideState?: boolean;
666
666
  confirmBtnText?: string;
667
667
  confirmBtnHideState?: boolean;
668
668
  hasFooter?: boolean;
669
669
  bodyNode?: React.ReactNode | null;
670
670
  footerNode?: React.ReactNode;
671
671
  show?: boolean;
672
672
  isCustom?: boolean;
673
673
  maskCloseable?: boolean;
674
674
  isFormDialog?: boolean;
675
675
  dialogTransition?: string;
676
676
  maskTransition?: string;
677
677
  usePortal?: boolean;
678
678
  forbiddenBgScrollState?: boolean;
679
679
  }
680
680
  export interface ActivityTabFullData {
681
681
  sortOrderFloorMapList: string[];
682
682
  serverTimeRes: number;
683
683
  loadingDataFinishState: boolean;
684
684
  secKillPage?: {
685
685
  [key: string]: string;
686
686
  };
687
687
  gwredPage?: {
688
688
  [key: string]: string;
689
689
  };
690
690
  orderFloorMap?: {
691
691
  [key: string]: string;
692
692
  };
693
693
  promotionFloorInfo?: {
694
694
  [key: string]: string;
695
695
  };
696
696
  shopSalePage?: {
697
697
  [key: string]: string;
698
698
  };
699
699
  signInfo?: {
700
700
  [key: string]: string;
701
701
  };
702
702
  speciSecKillPage?: {
703
703
  [key: string]: string;
704
704
  };
705
705
  couponInfos?: any[];
706
706
  }
707
707
  export interface PromotionTabData {
708
708
  loadingDataFinishState: boolean;
709
709
  hasGoodsFeeds: boolean;
710
710
  list: ContainerItemData[];
711
711
  }
712
712
  export interface NewWareInfoData {
713
713
  hasReady: boolean;
714
714
  hasNext: boolean;
715
715
  pageIdx: number;
716
716
  newWareList: {
717
717
  date: number;
718
718
  title: string;
719
719
  wareList: any[];
720
720
  }[];
721
721
  totalPage: number;
722
722
  totalCount: number;
723
723
  magicTabs: any[];
724
724
  videoTabs: any[];
725
725
  extend: null | {
726
726
  background: string;
727
727
  backgroundType: null;
728
728
  newProductList: any[];
729
729
  newProductSubTitle: string;
730
730
  };
731
731
  serialNew: {
732
732
  compName: string;
733
733
  firstText: string;
734
734
  headerImg: string;
735
735
  secText: string;
736
736
  serialUrl: string;
737
737
  skuInfoList: any[];
738
738
  }[];
739
739
  preferredGoods: null | {
740
740
  headerTitle: string;
741
741
  headerTagImg: null;
742
742
  itemList: any[];
743
743
  };
744
744
  }
745
745
  export interface ActivitySignInfo {
746
746
  source: number;
747
747
  isvUrl?: string;
748
748
  isvText?: string;
749
749
  isvImgUrl?: string;
750
750
  signImageUrl?: string;
751
751
  }
752
752
  export interface ShopLotteryInfo {
753
753
  signInfo: {
754
754
  activityRuleType: number;
755
755
  continueDay: number;
756
756
  isSign: number;
757
757
  signTotal: number;
758
758
  };
759
759
  winInfo: string[];
760
760
  tabNames: string[];
761
761
  lotteryTabMenuList: ShopLotteryTabMenuListItem[];
762
762
  products?: ShopLotteryProductItem[];
763
763
  }
764
764
  export interface ShopLotteryTabMenuListItem {
765
765
  id: number;
766
766
  name: string;
767
767
  type: string;
768
768
  }
769
769
  export interface ShopLotteryProductItem {
770
770
  wareId: string;
771
771
  imgPath: string;
772
772
  wareName: string;
773
773
  jdPrice: string;
774
774
  promotion: boolean;
775
775
  flashSale: number;
776
776
  status: number;
777
777
  isUnderCarriage: number;
778
778
  stock: number;
779
779
  addCart: boolean;
780
780
  addCartAbTest: boolean;
781
781
  preSale: boolean;
782
782
  emptyJDPrice: boolean;
783
783
  emptyPrice: boolean;
784
784
  }
785
785
  export interface ShopCouponListItem {
786
786
  couponId: number;
787
787
  type: number;
788
788
  couponName?: string;
789
789
  name?: string;
790
790
  beginTime: string;
791
791
  endTime: string;
792
792
  discount: number;
793
793
  quota: number;
794
794
  style: number;
795
795
  crmCoupon: boolean;
796
796
  applicability: boolean;
797
797
  act: string;
798
798
  bindType: number;
799
799
  isfansCoupon: boolean;
800
800
  couponSource: string;
801
801
  couponSourceDetail: string;
802
802
  channel: string;
803
803
  subChannel: string;
804
804
  couponStatus?: number;
805
805
  channelDetail?: string;
806
806
  minDiscount?: string | number;
807
807
  maxDiscount?: string | number;
808
808
  biinfo?: string;
809
809
  skus?: string;
810
810
  foldSpread?: boolean;
811
811
  couponFaceDescription?: string;
812
812
  appid?: string;
813
813
  platformid?: string;
814
814
  }
815
815
  export interface ShopProWaresListItem {
816
816
  wareId: number;
817
817
  wareImage: string;
818
818
  wareName: string;
819
819
  jdPrice: string;
820
820
  lineationPrice?: string;
821
821
  isPreSale: boolean;
822
822
  purchasePrice?: string;
823
823
  }
824
824
  export interface ShopPromotionWaresListInfo {
825
825
  hasNext: boolean;
826
826
  pageIdx: number;
827
827
  pageSize: number;
828
828
  skuList: ShopProWaresListItem[];
829
829
  totalSize: number;
830
830
  activityIntensity?: string;
831
831
  }
832
832
  export interface GuideInfoWaresListItem {
833
833
  wareId: number | string;
834
834
  imgPath: string;
835
835
  wareName: string;
836
836
  jdPrice: string;
837
837
  priceInfo?: PriceInfo;
838
838
  spPrice?: string;
839
839
  ppPrice?: string;
840
840
  }
841
841
  export interface GuideInfoWaresListInfo {
842
842
  hasNext: boolean;
843
843
  pageIdx: number;
844
844
  pageSize: number;
845
845
  wareList: GuideInfoWaresListItem[];
846
846
  totalSize: number;
847
847
  guideText: string;
848
848
  standbyText: string;
849
849
  testId: string;
850
850
  totalCount: number;
851
851
  totalPage: number;
852
852
  }
853
853
  export interface ShopVideosListItem {
854
854
  cmtid: string;
855
855
  content: string;
856
856
  days: string;
857
857
  height: string;
858
858
  openApp: string;
859
859
  playUrl: string;
860
860
  projectid: string;
861
861
  skuId: string;
862
862
  skuPic: string;
863
863
  videoCoverUrl: string;
864
864
  videoNum: string;
865
865
  width: string;
866
866
  }
867
867
  export interface ShopVideosListInfo {
868
868
  hasNext: boolean;
869
869
  pageIdx: number;
870
870
  pageSize: number;
871
871
  videoList: ShopVideosListItem[];
872
872
  videoEvenList: ShopVideosListItem[];
873
873
  videoOddList: ShopVideosListItem[];
874
874
  totalPage: number;
875
875
  videoItemWh: number;
876
876
  }
877
877
  export interface ShopMoreGoodsListInfo {
878
878
  hasNext: boolean;
879
879
  pageIdx: number;
880
880
  pageSize: number;
881
881
  wareList: ShopMoreGoodsListItem[];
882
882
  totalPage: number;
883
883
  }
884
884
  export interface ShopMoreGoodsListItem {
885
885
  wareId: number;
886
886
  imgPath: string;
887
887
  wareName: string;
888
888
  skVersionInfo: {};
889
889
  shareInfo: {
890
890
  title: string;
891
891
  content: string;
892
892
  url: string;
893
893
  img: string;
894
894
  };
895
895
  }
896
896
  export interface ShopFastShoppingSkuListItem {
897
897
  actId: number;
898
898
  displayTime: string;
899
899
  endTime: string;
900
900
  jgys: string;
901
901
  jdPrice?: string;
902
902
  redPrice: string;
903
903
  skuId: number;
904
904
  skuImg: string;
905
905
  skuName: string;
906
906
  soldOut: number;
907
907
  start: string | number;
908
908
  startTime: string;
909
909
  }
910
910
  export interface ShopFastShoppingSkuListInfo {
911
911
  nextPage: boolean;
912
912
  data: ShopFastShoppingSkuListItem[];
913
913
  total: number;
914
914
  serverTime?: number;
915
915
  displayTime?: string;
916
916
  startTime?: string;
917
917
  endTime?: string;
918
918
  }
919
919
  export interface ShopSpeciSecKillSkuListItem {
920
920
  displayTime: string;
921
921
  endTime: string;
922
922
  jdPrice?: string;
923
923
  miaoShaPrice: string;
924
924
  skuId: number;
925
925
  imageUrl: string;
926
926
  skuName: string;
927
927
  discountReason: string;
928
928
  operateWord: string;
929
929
  promotionId: string;
930
930
  seckillNum: string;
931
931
  soldOut: number;
932
932
  source: number;
933
933
  seckillType: number;
934
934
  start: string | number;
935
935
  startTime: string;
936
936
  }
937
937
  export interface ShopSpeciSecKillSkuListInfo {
938
938
  nextPage: boolean;
939
939
  data: ShopSpeciSecKillSkuListItem[];
940
940
  total: number;
941
941
  }
942
942
  export interface CategoryList {
943
943
  showType: number;
944
944
  insurancePriceSuffix?: string;
945
945
  hasCateList: boolean;
946
946
  wareInfoList: any;
947
947
  }
948
948
  export interface DecorationDataList {
949
949
  parentId: string;
950
950
  navigationDecorationData: any;
951
951
  index: number;
952
952
  }
953
953
  export interface ShopSignActivityRuleInfo {
954
954
  data: {
955
955
  activityDescription: string;
956
956
  activityTime: string;
957
957
  awardName: string;
958
958
  awardDescription: string[];
959
959
  } | null;
960
960
  loadState: boolean;
961
961
  }
962
962
  export interface ShopSignPrizeListItem {
963
963
  type: number;
964
964
  loadState: boolean;
965
965
  activeState: boolean;
966
966
  list: any[];
967
967
  expireList: any[];
968
968
  name: string;
969
969
  }
970
970
  export interface ShopSignPrizeListInfo {
971
971
  loadState: boolean;
972
972
  signPrizeList: ShopSignPrizeListItem[] | any[];
973
973
  }
974
974
  export interface VipShopHeader {
975
975
  current?: {
976
976
  className?: string;
977
977
  } | null;
978
978
  [key: string]: any;
979
979
  }
980
980
  export interface BuyerShowTabListInfoData {
981
981
  finishState: boolean;
982
982
  loadingDataFinishState: boolean;
983
983
  list: any[];
984
984
  evenList: any[];
985
985
  oddList: any[];
986
986
  }
987
987
  interface BuyerShowInfoImageItem {
988
988
  largePicURL: string;
989
989
  mediaType: string;
990
990
  picHeight: string;
991
991
  picURL: string;
992
992
  picWidth: string;
993
993
  }
994
994
  export interface BuyerShowInfoData {
995
995
  category: string;
996
996
  commentData: string;
997
997
  commentId: string;
998
998
  commentType: string;
999
999
  createdDate: string;
1000
1000
  guid: string;
1001
1001
  hadPraise: boolean;
1002
1002
  imageInfoList: BuyerShowInfoImageItem[];
1003
1003
  oldCommentId: string;
1004
1004
  praiseCnt: string;
1005
1005
  praiseCntNum: number;
1006
1006
  praiseUsable: boolean;
1007
1007
  resourceType: number;
1008
1008
  skuImgUrl: string;
1009
1009
  skuName: string;
1010
1010
  skuPrice: string;
1011
1011
  source: string;
1012
1012
  userImgURL: string;
1013
1013
  userLevel: null | string;
1014
1014
  userNickName: string;
1015
1015
  userPin: null | string;
1016
1016
  wareId: string;
1017
1017
  detailImageLoadState?: boolean;
1018
1018
  }
1019
1019
  export interface RecommendShopGuidListItem {
1020
1020
  followed: boolean;
1021
1021
  followerCount: number;
1022
1022
  longLogoStatus: number;
1023
1023
  recommendGoods: {
1024
1024
  imgUrl: string;
1025
1025
  wareId: string;
1026
1026
  wareName: string;
1027
1027
  }[];
1028
1028
  shopBanner: string;
1029
1029
  shopId: string;
1030
1030
  shopLogoImg: string;
1031
1031
  shopName: string;
1032
1032
  venderType: number;
1033
1033
  vendorId: string;
1034
1034
  }
1035
1035
 
1036
1036
  export interface InOrOutViewObserverProps {
1037
1037
  children?: React.ReactElement;
1038
1038
  className?: string;
1039
1039
 
1040
1040
  style?: object;
1041
1041
 
1042
1042
  threshold?: number;
1043
1043
 
1044
1044
  inViewCallback?: functionType;
1045
1045
 
1046
1046
  outViewCallback?: functionType;
1047
1047
  }
1048
1048
 
1049
1049
  export interface CustomVideoProps {
1050
1050
  isSystemVideo?: boolean;
1051
1051
  id?: string;
1052
1052
  className?: string;
1053
1053
 
1054
1054
  style?: object;
1055
1055
 
1056
1056
  videoStyle?: object;
1057
1057
 
1058
1058
  src: string;
1059
1059
 
1060
1060
  width?: string | number;
1061
1061
 
1062
1062
  height?: string | number;
1063
1063
 
1064
1064
  poster?: string;
1065
1065
 
1066
1066
  controls?: boolean;
1067
1067
 
1068
1068
  autoplay?: boolean;
1069
1069
 
1070
1070
  mockAutoplay?: boolean;
1071
1071
 
1072
1072
  loop?: boolean;
1073
1073
 
1074
1074
  showMuteBtn?: boolean;
1075
1075
 
1076
1076
  muteButtonPostion?: keyof MuteButtonPostion;
1077
1077
 
1078
1078
  muteBtnPicSrcObj?: muteBtnPicObj;
1079
1079
 
1080
1080
  muteBtnClassName?: string;
1081
1081
 
1082
1082
  muteBtnStyle?: object;
1083
1083
 
1084
1084
  showFullscreenBtn?: boolean;
1085
1085
 
1086
1086
  showCenterPlayBtn?: boolean;
1087
1087
 
1088
1088
  objectFit?: keyof ObjectFit;
1089
1089
 
1090
1090
  threshold?: number;
1091
1091
 
1092
1092
  onPlayCallback?: any;
1093
1093
 
1094
1094
  onPauseCallback?: any;
1095
1095
 
1096
1096
  onVideoApiCall?: functionType;
1097
1097
 
1098
1098
  inViewCallback?: functionType;
1099
1099
 
1100
1100
  outViewCallback?: functionType;
1101
1101
  floorData: floorItemData;
1102
1102
  }
1103
1103
 
1104
1104
  interface muteBtnPicObj {
1105
1105
  IS_MUTED: string;
1106
1106
  NOT_MUTED: string;
1107
1107
  }
1108
1108
 
1109
1109
  interface MuteButtonPostion {
1110
1110
  topLeft;
1111
1111
  topRight;
1112
1112
  bottomLeft;
1113
1113
  bottomRight;
1114
1114
  }
1115
1115
 
1116
1116
  interface ObjectFit {
1117
1117
 
1118
1118
  contain;
1119
1119
 
1120
1120
  fill;
1121
1121
 
1122
1122
  cover;
1123
1123
  }
1124
1124
  interface SkuItem {
1125
1125
  id: number;
1126
1126
  name: string;
1127
1127
  imgMain: string;
1128
1128
  suggested: number;
1129
1129
  rankUrl: string;
1130
1130
  }
1131
1131
  export interface RankV1Item {
1132
1132
  id: number;
1133
1133
  type: number;
1134
1134
  rankUrl: string;
1135
1135
  title: string;
1136
1136
  hotPoint: string;
1137
1137
  skuCount: number;
1138
1138
  skuList: SkuItem[];
1139
1139
  }
1140
1140
  interface PriceInfo {
1141
1141
  jdPrice: string;
1142
1142
  finalPrice: string;
1143
1143
  priceText: string;
1144
1144
  priceType: number;
1145
1145
  hiddenPrice: boolean;
1146
1146
  isAuctionWare: boolean;
1147
1147
  isPinGouWare: boolean;
1148
1148
  showPromotionList: boolean;
1149
1149
  hitUserIdentity: boolean;
1150
1150
  }
1151
1151
  interface SkVersionInfo {
1152
1152
  priceInfo: PriceInfo;
1153
1153
  }
1154
1154
  export interface ProductItem {
1155
1155
  id: number;
1156
1156
  name: string;
1157
1157
  imgMain: string;
1158
1158
  priceJD: string;
1159
1159
  sellPoint: string;
1160
1160
  sellCount: number;
1161
1161
  sellCountDesc: string;
1162
1162
  rankDesc: string;
1163
1163
  suggested: number;
1164
1164
  skVersionInfo: SkVersionInfo;
1165
1165
  }