@conecli/cone-render 0.10.1-shop3.8 → 0.10.1-shop3.80

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 (109) 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 +0 -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.ts +1 -1
  17. package/dist/components/ErrorBoundary.tsx +1 -1
  18. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  19. package/dist/components/base/CountDown/index.tsx +1 -1
  20. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  21. package/dist/components/base/CustomVideo/index.tsx +1 -1
  22. package/dist/components/base/CustomVideo/index.weapp.tsx +1 -0
  23. package/dist/components/base/ExposureSmart/index.h5.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.weapp.tsx +1 -0
  30. package/dist/components/base/NetworkDataError/const.ts +1 -1
  31. package/dist/components/base/NetworkDataError/index.module.scss +118 -72
  32. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  33. package/dist/components/base/Price/Base/index.module.scss +12 -0
  34. package/dist/components/base/Price/Base/index.tsx +1 -1
  35. package/dist/components/base/Price/Double/index.module.scss +24 -0
  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/debug/DebugLayout/index.module.scss +2 -2
  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/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.jd.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.tjm.ts +1 -1
  64. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  65. package/dist/language/en_US.json +274 -0
  66. package/dist/language/zh_CN.json +274 -0
  67. package/dist/language/zh_HK.json +274 -0
  68. package/dist/libs/openShopBridge.js +161 -0
  69. package/dist/libs/openShopBridge.min.js +1 -0
  70. package/dist/libs/taroAppReport.js +2 -2
  71. package/dist/modules/ContainerFloorList/index.h5.module.scss +16 -2
  72. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  73. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  74. package/dist/modules/DecorateContainerFloorList/index.weapp.tsx +1 -0
  75. package/dist/open/api/environment.ts +1 -1
  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 +27 -1
  83. package/dist/service/fetchGateway.ts +1 -1
  84. package/dist/service/fetchGateway.weapp.ts +1 -1
  85. package/dist/service/fetchJsonp.weapp.ts +1 -0
  86. package/dist/service/http/const.ts +1 -1
  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.ts +1 -0
  100. package/dist/utils/log.ts +1 -0
  101. package/dist/utils/{sColor.js → sColor.ts} +1 -1
  102. package/dist/utils/sColor.weapp.ts +1 -0
  103. package/dist/utils/utils.ts +1 -1
  104. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  105. package/dist/wxapp/common/user_info.js +1 -1
  106. package/package.json +162 -141
  107. package/dist/jumpEventReport/web/wqshop.report.ts +0 -1
  108. package/dist/utils/priceUtils.js +0 -1
  109. /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
  }
163
163
  export interface jumpWebUrl {
164
164
  mshop: string;
165
165
  pages: string;
166
166
  pcCoupon: string;
167
167
  couponSearch: string;
168
168
  jxCouponSearch: string;
169
169
  pcCouponSearch: string;
170
170
  shopSecondActivity: string;
171
171
  shopLight: string;
172
172
  detail: string;
173
173
  jxDetail: string;
174
174
  tjDetail: string;
175
175
  pcDetail: string;
176
176
  mobileHome: string;
177
177
  rank: string;
178
178
  wqShopMember: string;
179
179
  wqShopDetail: string;
180
180
  wqShopSearch: string;
181
181
  myCouponList: string;
182
182
  myRedPacketList: string;
183
183
  memberHome: string;
184
184
  memberCard: string;
185
185
  memberPoints: string;
186
186
  memberBenefit: string;
187
187
  memberScores: string;
188
188
  memberScoreRule: string;
189
189
  memberProduct: string;
190
190
  shopMember: string;
191
191
  shopMemberPointDetail: string;
192
192
  shopMemberBenefit: string;
193
193
  shopMemberRule: string;
194
194
  shopMemberCloseAccount: string;
195
195
  shopMemberPointExchange: string;
196
196
  shopMemberBonusPurchase: string;
197
197
  shopMemberGood: string;
198
198
  beanDetail: string;
199
199
  totalPromotion: string;
200
200
  mLive: string;
201
201
  shopHome: string;
202
202
  shopIntroduce: string;
203
203
  shopSearch: string;
204
204
  shopLottery: string;
205
205
  shopCoupon: string;
206
206
  shopWares: string;
207
207
  shopFastShopping: string;
208
208
  shopSpeciSeckill: string;
209
209
  shopVideos: string;
210
210
  shopMoreGoods: string;
211
211
  shopUseShareOrderUgcContent: string;
212
212
  dongDongChat: string;
213
213
  samCenter: string;
214
214
  samCard: string;
215
215
  shopH5MemberCardAPP: string;
216
216
  shopH5MemberCardM: string;
217
217
  sageAuthorHome: string;
218
218
  shopMemberInfoEdit: string;
219
219
  cart: string;
220
220
  }
221
221
  export interface EventReportConfig {
222
222
  routerInfo: RouterInfo;
223
223
  nativeEvent: any;
224
224
  }
225
225
  export interface OptEventLogParams {
226
226
  eventId?: string;
227
227
  eventParam?: string | object;
228
228
  pTag?: string;
229
229
  jsonParam?: {
230
230
  [key: string]: any;
231
231
  };
232
232
  skuId?: string | number;
233
233
  eventLevel?: string;
234
234
  exposureState?: boolean;
235
235
  otherParams?: object;
236
236
  spmAllCode?: string;
237
237
  spmCodeForCD?: string;
238
238
  }
239
239
 
240
240
  export interface JumpH5ReportConfig {
241
241
  shopId?: number | string;
242
242
  venderId?: number | string;
243
243
  sourceValue?: string;
244
244
  sourceType?: string;
245
245
  }
246
246
  export interface JumpEventReportInit extends EventReportConfig {
247
247
  getConfig(opt): EventReportConfig;
248
248
  updateInfo(routerInfo, logPname): void;
249
249
  }
250
250
  export interface CouponUrlParams {
251
251
  batchId: number;
252
252
  bindType: number;
253
253
  startTime?: number;
254
254
  endTime?: number;
255
255
  quangoufrom?: number;
256
256
  sceneId?: number;
257
257
  }
258
258
  export interface JdMiniJumpParams {
259
259
  param: string | object;
260
260
  sourceValue?: string;
261
261
  sourceType?: string;
262
262
  des?: any;
263
263
  logEventInfo?: object;
264
264
  useEncodeParams?: boolean;
265
265
  }
266
266
  export interface LinkMiniParams {
267
267
  param?: {
268
268
  pageType?: string;
269
269
  };
270
270
  appId?: string | number;
271
271
  path?: string;
272
272
  }
273
273
  export interface JdJumpWxappReportConfig {
274
274
  wxApiVersion: string;
275
275
  wxApiUrl: string;
276
276
  wqReportUrl: string;
277
277
  }