@conecli/cone-render 0.8.39 → 0.8.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 (90) hide show
  1. package/README.md +7 -1
  2. package/dist/api/index.ts +1 -1
  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/sgmCustomCode.ts +1 -0
  11. package/dist/common/token/token.jd.ts +1 -1
  12. package/dist/common/token/token.ts +1 -1
  13. package/dist/common/wxappApi.jd.ts +1 -0
  14. package/dist/components/ErrorBoundary.tsx +1 -1
  15. package/dist/components/base/CountDown/index.tsx +1 -1
  16. package/dist/components/base/CustomScrollView/index.jd.tsx +1 -0
  17. package/dist/components/base/CustomScrollView/index.module.scss +7 -0
  18. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  19. package/dist/components/base/CustomVideo/index.tsx +1 -1
  20. package/dist/components/base/Dialog/index.module.scss +5 -0
  21. package/dist/components/base/Dialog/index.tsx +1 -1
  22. package/dist/components/base/Exposure/index.h5.tsx +1 -1
  23. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  24. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  25. package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
  26. package/dist/components/base/InViewRender/index.tsx +1 -1
  27. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  28. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  29. package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -1
  30. package/dist/components/base/LazyLoadImage/const.ts +1 -1
  31. package/dist/components/base/LazyLoadImage/index.h5.module.scss +20 -20
  32. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  33. package/dist/components/base/NetworkDataError/const.ts +1 -1
  34. package/dist/components/base/NetworkDataError/index.module.scss +4 -0
  35. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  36. package/dist/components/base/Skeleton/index.tsx +1 -1
  37. package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
  38. package/dist/components/floorItem.jd.tsx +1 -1
  39. package/dist/components/floorItem.weapp.tsx +1 -1
  40. package/dist/components/isv/Floor/index.tsx +1 -1
  41. package/dist/components/remoteFloorItem.tsx +1 -1
  42. package/dist/interface/common.ts +1 -1
  43. package/dist/interface/component.ts +1 -1
  44. package/dist/interface/jumpEventReport.ts +1 -1
  45. package/dist/interface/service.ts +1 -1
  46. package/dist/interface/utils.ts +1 -1
  47. package/dist/jumpEventReport/base.ts +1 -1
  48. package/dist/jumpEventReport/const.ts +1 -1
  49. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  50. package/dist/jumpEventReport/index.h5.ts +1 -1
  51. package/dist/jumpEventReport/index.jd.ts +1 -1
  52. package/dist/jumpEventReport/index.weapp.ts +1 -1
  53. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  54. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  55. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  56. package/dist/jumpEventReport/web/report.ts +1 -1
  57. package/dist/jumpEventReport/web.base.ts +1 -1
  58. package/dist/jumpEventReport/web.jd.ts +1 -1
  59. package/dist/jumpEventReport/web.jdb.ts +1 -1
  60. package/dist/jumpEventReport/web.jdjch.ts +1 -1
  61. package/dist/jumpEventReport/web.jxwxapp.ts +1 -0
  62. package/dist/jumpEventReport/web.tjapp.ts +1 -0
  63. package/dist/jumpEventReport/web.tjm.ts +1 -0
  64. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  65. package/dist/modules/ContainerFloorList/index.h5.module.scss +17 -1
  66. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  67. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  68. package/dist/open/api/environment.ts +1 -1
  69. package/dist/open/api/index.ts +1 -1
  70. package/dist/open/api/jump copy.ts +1 -1
  71. package/dist/open/api/shopMember.ts +1 -1
  72. package/dist/open/api/track.ts +1 -1
  73. package/dist/open/api/util.ts +1 -1
  74. package/dist/sass/app.h5.scss +39 -3
  75. package/dist/sass/base.scss +12 -0
  76. package/dist/service/requestServer.ts +1 -1
  77. package/dist/utils/connectNativeJsBridge.ts +1 -1
  78. package/dist/utils/connectNativeJsBridge.weapp.ts +1 -1
  79. package/dist/utils/draExceptionAndProfile.ts +1 -1
  80. package/dist/utils/h5Utils.ts +1 -1
  81. package/dist/utils/index.h5.ts +1 -1
  82. package/dist/utils/index.ts +1 -1
  83. package/dist/utils/index.weapp.ts +1 -1
  84. package/dist/utils/jm-common.js +1 -1
  85. package/dist/utils/sgmCodeUtils.ts +1 -0
  86. package/dist/utils/taroRenderUtil.ts +1 -0
  87. package/dist/utils/utils.ts +1 -1
  88. package/package.json +2 -1
  89. package/dist/components/base/Skeleton/old.tsx +0 -1
  90. package/dist/customHooks/useDocumentVisibilitychange.ts +0 -1
@@ -1 +1 @@
1
- import React from 'react'
2
1
  subMessage?: string
3
2
  floorLoadWay?: number
4
3
  showCommonFloorHead?: boolean
5
4
  isRealTimeRender: boolean
6
5
  customErrorIsvFloorModule?: React.ReactElement | undefined
7
6
  containerIndex?: number
8
7
  containerData?: any
9
8
  shopTotalInfo?: any
10
9
  selectContainerFn?: Function
11
10
  selectContainerId?: string
12
11
  placeHolderPreContainerId?: string
13
12
  children?: any
14
13
  style?: {
15
14
  [key: string]: any
16
15
  };
17
16
  layoutLeftRightMargin?: number
18
17
  }
19
18
  onFormSubmit?: Function
20
19
  onFormReset?: Function
21
20
  isFormDialog?: boolean
22
21
  forbiddenBgScrollState?: boolean
22
+ import React from 'react'
23
23
  subMessage?: string
24
24
  viewMaxHeight?: string
25
25
  floorLoadWay?: number
26
26
  floorKind?: number
27
27
  shopId?: string
28
28
  moduleDesignerType?: string
29
29
  showCommonFloorHead?: boolean
30
30
  borderRadius: number
31
31
  borderTopLeftRadius?: number
32
32
  borderTopRightRadius?: number
33
33
  borderBottomLeftRadius?: number
34
34
  borderBottomRightRadius?: number
35
35
  marginTop?: number
36
36
  marginBottom?: number
37
37
  marginLeft?: number
38
38
  marginRight?: number
39
39
  paddingTop?: number
40
40
  paddingBottom?: number
41
41
  paddingLeft?: number
42
42
  paddingRight?: number
43
43
  containerId: string
44
44
  background?: string
45
45
  containerPosition?: string
46
46
  key?: string
47
47
  floors: floorItemData[]
48
48
  includeUids: string[]
49
49
  typeCn: string
50
50
  typeCode?: string
51
51
  addLuxuryStyle?: boolean
52
52
  addLuxuryBackupStyle?: boolean
53
53
  renderExtendComponent?: Function
54
54
  floorExtendData?: any
55
55
  }
56
56
  isRealTimeRender: boolean
57
57
  forceRenderTime: number
58
58
  customErrorIsvFloorModule?: React.ReactElement | undefined
59
59
  containerIndex?: number
60
60
  containerData?: any
61
61
  shopTotalInfo?: any
62
62
  selectContainerFn?: Function
63
63
  selectContainerId?: string
64
64
  placeHolderPreContainerId?: string
65
65
  children?: any
66
66
  style?: {
67
67
  [key: string]: any
68
68
  };
69
69
  layoutLeftRightMargin?: number
70
70
  }
71
71
  showDayToSecondState?: boolean
72
72
  onFormSubmit?: Function
73
73
  onFormReset?: Function
74
74
  isFormDialog?: boolean
75
75
  forbiddenBgScrollState?: boolean
76
76
  evenList: any[]
77
77
  oddList: any[]
@@ -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
  }
25
24
  export interface jumpWebUrl {
26
25
  mshop: string
27
26
  pages: string
28
27
  pcCoupon: string
29
28
  couponSearch: string
30
29
  pcCouponSearch: string
31
30
  shopSecondActivity: string
32
31
  shopLight: string
33
32
  detail: string
34
33
  pcDetail: string
35
34
  mobileHome: string
36
35
  rank: string
37
36
  wqShopMember: string
38
37
  wqShopDetail: string
39
38
  wqShopSearch: string
40
39
  shopMember: string
41
40
  shopMemberPointDetail: string
42
41
  shopMemberBenefit: string
43
42
  shopMemberRule: string
44
43
  shopMemberCloseAccount: string
45
44
  shopMemberPointExchange: string
46
45
  shopMemberBonusPurchase: string
47
46
  shopMemberGood: string
48
47
  beanDetail: string
49
48
  totalPromotion: string
50
49
  mLive: string
51
50
  shopHome: string
52
51
  shopIntroduce: string
53
52
  shopSearch: string
54
53
  shopLottery: string
55
54
  shopCoupon: string
56
55
  shopWares: string
57
56
  shopFastShopping: string
58
57
  shopSpeciSeckill: string
59
58
  shopVideos: string
60
59
  shopUseShareOrderUgcContent: string
61
60
  dongDongChat: string
62
61
  samCenter: string
63
62
  samCard: string
64
63
  shopH5MemberCardAPP: string
65
64
  shopH5MemberCardM: string
66
65
  }
67
66
  export interface EventReportConfig {
68
67
  routerInfo: RouterInfo
69
68
  nativeEvent: any
70
69
  }
71
70
  export interface OptEventLogParams {
72
71
  eventId?: string
73
72
  eventParam?: string | object
74
73
  pTag?: string
75
74
  jsonParam?: {
76
75
  [key: string]: any
77
76
  }
78
77
  skuId?: string | number
79
78
  eventLevel?: string
80
79
  exposureState?: boolean
81
80
  otherParams?: object
82
81
  }
83
82
 
84
83
  export interface JumpH5ReportConfig {
85
84
  shopId?: number | string
86
85
  venderId?: number | string
87
86
  sourceValue?: string
88
87
  sourceType?: string
89
88
  }
90
89
  export interface JumpEventReportInit extends EventReportConfig {
91
90
  getConfig(opt): EventReportConfig
92
91
  updateInfo(routerInfo, logPname): void
93
92
  }
94
93
  export interface CouponUrlParams {
95
94
  batchId: number
96
95
  bindType: number
97
96
  startTime?: number
98
97
  endTime?: number
99
98
  quangoufrom?: number
100
99
  sceneId?: number
101
100
  }
102
101
  export interface JdMiniJumpParams {
103
102
  param: string | object
104
103
  sourceValue: string
105
104
  sourceType: string
106
105
  des?: any
107
106
  logEventInfo?: object
108
107
  }
109
108
  export interface LinkMiniParams {
110
109
  param?: {
111
110
  pageType?: string
112
111
  }
113
112
  appId?: string | number
114
113
  path?: string
115
114
  }
116
115
  export interface JdJumpWxappReportConfig {
117
116
  wxApiVersion: string
118
117
  wxApiUrl: string
119
118
  wqReportUrl: string
120
119
  }
120
+ export declare namespace JumpEventReportInterFace {
121
121
  export interface ShopIdsInfo {
122
122
  shopId?: number | string
123
123
  venderId?: number | string
124
124
  logEventInfo?: object
125
125
  type?: string
126
126
  }
127
127
  export interface RouterInfo {
128
128
  params: any
129
129
  pageParamStr?: string
130
130
  [key: string]: any
131
131
  }
132
132
  export interface JumpMiniPath {
133
133
  shop: string
134
134
  shopx: string
135
135
  detail: string
136
136
  searchCoupon: string
137
137
  h5: string
138
138
  jingGouHome: string
139
139
  shopFans: string
140
140
  shopLight: string
141
141
  couponSearch: string
142
142
  shopSearch: string
143
143
  jxCouponSearch: string
144
144
  jxDetail: string
145
145
  }
146
146
  export interface jumpWebUrl {
147
147
  mshop: string
148
148
  pages: string
149
149
  pcCoupon: string
150
150
  couponSearch: string
151
151
  jxCouponSearch: string
152
152
  pcCouponSearch: string
153
153
  shopSecondActivity: string
154
154
  shopLight: string
155
155
  detail: string
156
156
  jxDetail: string
157
157
  tjDetail: string
158
158
  pcDetail: string
159
159
  mobileHome: string
160
160
  rank: string
161
161
  wqShopMember: string
162
162
  wqShopDetail: string
163
163
  wqShopSearch: string
164
164
  myCouponList: string
165
165
  myRedPacketList: string
166
166
  memberHome: string
167
167
  memberCard: string
168
168
  memberPoints: string
169
169
  memberBenefit: string
170
170
  shopMember: string
171
171
  shopMemberPointDetail: string
172
172
  shopMemberBenefit: string
173
173
  shopMemberRule: string
174
174
  shopMemberCloseAccount: string
175
175
  shopMemberPointExchange: string
176
176
  shopMemberBonusPurchase: string
177
177
  shopMemberGood: string
178
178
  beanDetail: string
179
179
  totalPromotion: string
180
180
  mLive: string
181
181
  shopHome: string
182
182
  shopIntroduce: string
183
183
  shopSearch: string
184
184
  shopLottery: string
185
185
  shopCoupon: string
186
186
  shopWares: string
187
187
  shopFastShopping: string
188
188
  shopSpeciSeckill: string
189
189
  shopVideos: string
190
190
  shopUseShareOrderUgcContent: string
191
191
  dongDongChat: string
192
192
  samCenter: string
193
193
  samCard: string
194
194
  shopH5MemberCardAPP: string
195
195
  shopH5MemberCardM: string
196
196
  }
197
197
  export interface EventReportConfig {
198
198
  routerInfo: RouterInfo
199
199
  nativeEvent: any
200
200
  }
201
201
  export interface OptEventLogParams {
202
202
  eventId?: string
203
203
  eventParam?: string | object
204
204
  pTag?: string
205
205
  jsonParam?: {
206
206
  [key: string]: any
207
207
  }
208
208
  skuId?: string | number
209
209
  eventLevel?: string
210
210
  exposureState?: boolean
211
211
  otherParams?: object
212
212
  }
213
213
 
214
214
  export interface JumpH5ReportConfig {
215
215
  shopId?: number | string
216
216
  venderId?: number | string
217
217
  sourceValue?: string
218
218
  sourceType?: string
219
219
  }
220
220
  export interface JumpEventReportInit extends EventReportConfig {
221
221
  getConfig(opt): EventReportConfig
222
222
  updateInfo(routerInfo, logPname): void
223
223
  }
224
224
  export interface CouponUrlParams {
225
225
  batchId: number
226
226
  bindType: number
227
227
  startTime?: number
228
228
  endTime?: number
229
229
  quangoufrom?: number
230
230
  sceneId?: number
231
231
  }
232
232
  export interface JdMiniJumpParams {
233
233
  param: string | object
234
234
  sourceValue?: string
235
235
  sourceType?: string
236
236
  des?: any
237
237
  logEventInfo?: object
238
238
  }
239
239
  export interface LinkMiniParams {
240
240
  param?: {
241
241
  pageType?: string
242
242
  }
243
243
  appId?: string | number
244
244
  path?: string
245
245
  }
246
246
  export interface JdJumpWxappReportConfig {
247
247
  wxApiVersion: string
248
248
  wxApiUrl: string
249
249
  wqReportUrl: string
250
250
  }
@@ -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
  pcCoupon: string
7
7
  pcSo: string
8
8
  mobileLogin: string
9
9
  kpl: string
10
10
  jxDomain: string
11
11
  isLogin: string
@@ -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
  }