@conecli/cone-render 0.10.1-isv2.4 → 0.10.1-isv3.1

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 (105) hide show
  1. package/README.md +1 -1
  2. package/dist/api/index.ts +1 -1
  3. package/dist/common/accessibility.h5.ts +1 -0
  4. package/dist/common/accessibility.ts +1 -0
  5. package/dist/common/const.ts +1 -1
  6. package/dist/common/index.h5.ts +1 -1
  7. package/dist/common/index.jd.ts +1 -1
  8. package/dist/common/index.ts +1 -1
  9. package/dist/common/index.weapp.ts +1 -1
  10. package/dist/common/jdplayerSdk.weapp.tsx +1 -0
  11. package/dist/common/jssdk.weapp.ts +1 -0
  12. package/dist/common/pageType.ts +1 -1
  13. package/dist/common/token/index.h5.ts +1 -1
  14. package/dist/common/token/token.jd.ts +1 -1
  15. package/dist/common/wxappApi.ascf.ts +1 -0
  16. package/dist/components/ErrorBoundary.tsx +1 -1
  17. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  18. package/dist/components/base/CountDown/index.tsx +1 -1
  19. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  20. package/dist/components/base/CustomVideo/index.tsx +1 -1
  21. package/dist/components/base/CustomVideo/index.weapp.tsx +1 -0
  22. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  23. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  24. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  25. package/dist/components/base/InOrOutViewObserver/index.weapp.tsx +1 -0
  26. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  27. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  28. package/dist/components/base/LazyLoadImage/index.h5.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 +118 -72
  33. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  34. package/dist/components/base/Price/Base/index.module.scss +12 -0
  35. package/dist/components/base/Price/Base/index.tsx +1 -1
  36. package/dist/components/base/Price/Double/index.module.scss +25 -1
  37. package/dist/components/base/Price/Double/index.tsx +1 -1
  38. package/dist/components/base/ShopLeGaoTag/index.h5.module.scss +35 -0
  39. package/dist/components/base/ShopLeGaoTag/index.h5.tsx +1 -0
  40. package/dist/components/base/ShopLeGaoTag/index.module.scss +33 -0
  41. package/dist/components/base/ShopLeGaoTag/index.tsx +1 -0
  42. package/dist/components/floorItem.tsx +1 -1
  43. package/dist/components/isv/Floor/index.tsx +1 -1
  44. package/dist/components/remoteFloorItem.tsx +1 -1
  45. package/dist/config/env.ts +1 -1
  46. package/dist/interface/common.ts +1 -1
  47. package/dist/interface/component.ts +1 -1
  48. package/dist/interface/jumpEventReport.ts +1 -1
  49. package/dist/interface/service.ts +1 -1
  50. package/dist/jumpEventReport/base.ts +1 -1
  51. package/dist/jumpEventReport/const.ts +1 -1
  52. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  53. package/dist/jumpEventReport/index.h5.ts +1 -1
  54. package/dist/jumpEventReport/index.jd.ts +1 -1
  55. package/dist/jumpEventReport/index.weapp.ts +1 -1
  56. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  57. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  58. package/dist/jumpEventReport/logEventConfig.h5.ts +1 -0
  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.pc.ts +1 -1
  64. package/dist/jumpEventReport/web.tjm.ts +1 -1
  65. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  66. package/dist/language/en_US.json +395 -0
  67. package/dist/language/zh_CN.json +395 -0
  68. package/dist/language/zh_HK.json +395 -0
  69. package/dist/libs/openShopBridge.js +161 -0
  70. package/dist/libs/openShopBridge.min.js +1 -0
  71. package/dist/libs/taroAppReport.js +2 -2
  72. package/dist/modules/ContainerFloorList/index.h5.module.scss +16 -2
  73. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  74. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  75. package/dist/modules/DecorateContainerFloorList/index.weapp.tsx +1 -0
  76. package/dist/open/api/shopMember.ts +1 -1
  77. package/dist/open/api/shopMember.weapp.ts +1 -0
  78. package/dist/open/api/track.ts +1 -1
  79. package/dist/open/api/util.ts +1 -1
  80. package/dist/open/components/index.ts +1 -1
  81. package/dist/open/index.ts +1 -1
  82. package/dist/sass/app.h5.scss +6 -1
  83. package/dist/sass/base.scss +8 -4
  84. package/dist/service/fetchGateway.ts +1 -1
  85. package/dist/service/fetchGateway.weapp.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/httpInterceptors.weapp.ts +1 -0
  89. package/dist/service/requestServer.h5.ts +1 -1
  90. package/dist/service/requestServer.ts +1 -1
  91. package/dist/service/requestServer.weapp.ts +1 -1
  92. package/dist/utils/connectNativeJsBridge.ts +1 -1
  93. package/dist/utils/h5Utils.ts +1 -1
  94. package/dist/utils/harmonyCallRouter.h5.ts +1 -0
  95. package/dist/utils/harmonyCallRouter.ts +0 -0
  96. package/dist/utils/index.h5.ts +1 -1
  97. package/dist/utils/index.ts +1 -1
  98. package/dist/utils/index.weapp.ts +1 -1
  99. package/dist/utils/jumpExtMapUtil.weapp.ts +1 -0
  100. package/dist/utils/sColor.weapp.ts +1 -0
  101. package/dist/utils/utils.ts +1 -1
  102. package/package.json +42 -36
  103. package/dist/jumpEventReport/web/wqshop.report.ts +0 -1
  104. package/dist/utils/priceUtils.js +0 -1
  105. /package/dist/utils/{sColor.js → sColor.ts} +0 -0
@@ -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
  jxCouponSearch: string;
25
24
  jxDetail: string;
26
25
  jdLive: string;
27
26
  }
28
27
  export interface jumpWebUrl {
29
28
  mshop: string;
30
29
  pages: string;
31
30
  pcCoupon: string;
32
31
  couponSearch: string;
33
32
  jxCouponSearch: string;
34
33
  pcCouponSearch: string;
35
34
  shopSecondActivity: string;
36
35
  shopLight: string;
37
36
  detail: string;
38
37
  jxDetail: string;
39
38
  tjDetail: string;
40
39
  pcDetail: string;
41
40
  mobileHome: string;
42
41
  rank: string;
43
42
  wqShopMember: string;
44
43
  wqShopDetail: string;
45
44
  wqShopSearch: string;
46
45
  myCouponList: string;
47
46
  myRedPacketList: string;
48
47
  memberHome: string;
49
48
  memberCard: string;
50
49
  memberPoints: string;
51
50
  memberBenefit: string;
52
51
  memberScores: string;
53
52
  memberScoreRule: string;
54
53
  memberProduct: string;
55
54
  shopMember: string;
56
55
  shopMemberPointDetail: string;
57
56
  shopMemberBenefit: string;
58
57
  shopMemberRule: string;
59
58
  shopMemberCloseAccount: string;
60
59
  shopMemberPointExchange: string;
61
60
  shopMemberBonusPurchase: string;
62
61
  shopMemberGood: string;
63
62
  beanDetail: string;
64
63
  totalPromotion: string;
65
64
  mLive: string;
66
65
  shopHome: string;
67
66
  shopIntroduce: string;
68
67
  shopSearch: string;
69
68
  shopLottery: string;
70
69
  shopCoupon: string;
71
70
  shopWares: string;
72
71
  shopFastShopping: string;
73
72
  shopSpeciSeckill: string;
74
73
  shopVideos: string;
75
74
  shopMoreGoods: string;
76
75
  shopUseShareOrderUgcContent: string;
77
76
  dongDongChat: string;
78
77
  samCenter: string;
79
78
  samCard: string;
80
79
  shopH5MemberCardAPP: string;
81
80
  shopH5MemberCardM: string;
82
81
  sageAuthorHome: string;
83
82
  }
84
83
  export interface EventReportConfig {
85
84
  routerInfo: RouterInfo;
86
85
  nativeEvent: any;
87
86
  }
88
87
  export interface OptEventLogParams {
89
88
  eventId?: string;
90
89
  eventParam?: string | object;
91
90
  pTag?: string;
92
91
  jsonParam?: {
93
92
  [key: string]: any;
94
93
  };
95
94
  skuId?: string | number;
96
95
  eventLevel?: string;
97
96
  exposureState?: boolean;
98
97
  otherParams?: object;
99
98
  }
100
99
 
101
100
  export interface JumpH5ReportConfig {
102
101
  shopId?: number | string;
103
102
  venderId?: number | string;
104
103
  sourceValue?: string;
105
104
  sourceType?: string;
106
105
  }
107
106
  export interface JumpEventReportInit extends EventReportConfig {
108
107
  getConfig(opt): EventReportConfig;
109
108
  updateInfo(routerInfo, logPname): void;
110
109
  }
111
110
  export interface CouponUrlParams {
112
111
  batchId: number;
113
112
  bindType: number;
114
113
  startTime?: number;
115
114
  endTime?: number;
116
115
  quangoufrom?: number;
117
116
  sceneId?: number;
118
117
  }
119
118
  export interface JdMiniJumpParams {
120
119
  param: string | object;
121
120
  sourceValue?: string;
122
121
  sourceType?: string;
123
122
  des?: any;
124
123
  logEventInfo?: object;
125
124
  }
126
125
  export interface LinkMiniParams {
127
126
  param?: {
128
127
  pageType?: string;
129
128
  };
130
129
  appId?: string | number;
131
130
  path?: string;
132
131
  }
133
132
  export interface JdJumpWxappReportConfig {
134
133
  wxApiVersion: string;
135
134
  wxApiUrl: string;
136
135
  wqReportUrl: string;
137
136
  }
137
+ export declare namespace JumpEventReportInterFace {
138
138
  export interface ShopIdsInfo {
139
139
  shopId?: number | string;
140
140
  venderId?: number | string;
141
141
  logEventInfo?: object;
142
142
  type?: string;
143
143
  }
144
144
  export interface RouterInfo {
145
145
  params: any;
146
146
  pageParamStr?: string;
147
147
  [key: string]: any;
148
148
  }
149
149
  export interface JumpMiniPath {
150
150
  shop: string;
151
151
  shopx: string;
152
152
  detail: string;
153
153
  searchCoupon: string;
154
154
  h5: string;
155
155
  jingGouHome: string;
156
156
  shopFans: string;
157
157
  shopLight: string;
158
158
  couponSearch: string;
159
159
  shopSearch: string;
160
160
  jxCouponSearch: string;
161
161
  jxDetail: string;
162
162
  jdLive: string;
163
163
  orderList: string;
164
164
  }
165
165
  export interface jumpWebUrl {
166
166
  mshop: string;
167
167
  pages: string;
168
168
  pcCoupon: string;
169
169
  couponSearch: string;
170
170
  jxCouponSearch: string;
171
171
  pcCouponSearch: string;
172
172
  shopSecondActivity: string;
173
173
  shopLight: string;
174
174
  detail: string;
175
175
  jxDetail: string;
176
176
  tjDetail: string;
177
177
  pcDetail: string;
178
178
  mobileHome: string;
179
179
  rank: string;
180
180
  wqShopMember: string;
181
181
  wqShopDetail: string;
182
182
  wqShopSearch: string;
183
183
  myCouponList: string;
184
184
  myRedPacketList: string;
185
185
  memberHome: string;
186
186
  memberCard: string;
187
187
  memberPoints: string;
188
188
  memberBenefit: string;
189
189
  memberScores: string;
190
190
  memberScoreRule: string;
191
191
  memberProduct: string;
192
192
  shopMember: string;
193
193
  shopMemberPointDetail: string;
194
194
  shopMemberBenefit: string;
195
195
  shopMemberRule: string;
196
196
  shopMemberCloseAccount: string;
197
197
  shopMemberPointExchange: string;
198
198
  shopMemberBonusPurchase: string;
199
199
  shopMemberGood: string;
200
200
  beanDetail: string;
201
201
  totalPromotion: string;
202
202
  mLive: string;
203
203
  shopHome: string;
204
204
  shopIntroduce: string;
205
205
  shopSearch: string;
206
206
  shopLottery: string;
207
207
  shopCoupon: string;
208
208
  shopWares: string;
209
209
  shopFastShopping: string;
210
210
  shopSpeciSeckill: string;
211
211
  shopVideos: string;
212
212
  shopMoreGoods: string;
213
213
  shopUseShareOrderUgcContent: string;
214
214
  dongDongChat: string;
215
215
  samCenter: string;
216
216
  samCard: string;
217
217
  shopH5MemberCardAPP: string;
218
218
  shopH5MemberCardM: string;
219
219
  sageAuthorHome: string;
220
220
  shopMemberInfoEdit: string;
221
221
  cart: string;
222
222
  memberPaidCenter: string;
223
223
  memberPaidCard: string;
224
224
  memberPaidBind: string;
225
225
  orderList: string;
226
226
  }
227
227
  export interface EventReportConfig {
228
228
  routerInfo: RouterInfo;
229
229
  nativeEvent: any;
230
230
  }
231
231
  export interface OptEventLogParams {
232
232
  eventId?: string;
233
233
  eventParam?: string | object;
234
234
  pTag?: string;
235
235
  jsonParam?: {
236
236
  [key: string]: any;
237
237
  };
238
238
  skuId?: string | number;
239
239
  eventLevel?: string;
240
240
  exposureState?: boolean;
241
241
  otherParams?: object;
242
242
  spmAllCode?: string;
243
243
  spmCodeForCD?: string;
244
244
  }
245
245
 
246
246
  export interface JumpH5ReportConfig {
247
247
  shopId?: number | string;
248
248
  venderId?: number | string;
249
249
  sourceValue?: string;
250
250
  sourceType?: string;
251
251
  }
252
252
  export interface JumpEventReportInit extends EventReportConfig {
253
253
  getConfig(opt): EventReportConfig;
254
254
  updateInfo(routerInfo, logPname): void;
255
255
  }
256
256
  export interface CouponUrlParams {
257
257
  batchId: number;
258
258
  bindType: number;
259
259
  startTime?: number;
260
260
  endTime?: number;
261
261
  quangoufrom?: number;
262
262
  sceneId?: number;
263
263
  }
264
264
  export interface JdMiniJumpParams {
265
265
  param: string | object;
266
266
  sourceValue?: string;
267
267
  sourceType?: string;
268
268
  des?: any;
269
269
  logEventInfo?: object;
270
270
  useEncodeParams?: boolean;
271
271
  }
272
272
  export interface LinkMiniParams {
273
273
  param?: {
274
274
  pageType?: string;
275
275
  };
276
276
  appId?: string | number;
277
277
  path?: string;
278
278
  }
279
279
  export interface JdJumpWxappReportConfig {
280
280
  wxApiVersion: string;
281
281
  wxApiUrl: string;
282
282
  wqReportUrl: string;
283
283
  }