@conecli/cone-render 0.10.1-shop3.11 → 0.10.1-shop3.110

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