@conecli/cone-render 0.10.1-shop3.5 → 0.10.1-shop3.51

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 (99) hide show
  1. package/README.md +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.ts +1 -1
  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.ts +1 -1
  16. package/dist/components/ErrorBoundary.tsx +1 -1
  17. package/dist/components/base/CommonFloorHead/index.module.scss +126 -111
  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-back.tsx +1 -0
  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/Dialog/index.module.scss +11 -0
  25. package/dist/components/base/InOrOutViewObserver/index.weapp.tsx +1 -0
  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/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/debug/DebugLayout/index.module.scss +2 -2
  38. package/dist/components/floorItem.weapp.tsx +1 -1
  39. package/dist/interface/common.ts +1 -1
  40. package/dist/interface/component.ts +1 -1
  41. package/dist/interface/jumpEventReport.ts +1 -1
  42. package/dist/jumpEventReport/base.ts +1 -1
  43. package/dist/jumpEventReport/const.ts +1 -1
  44. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  45. package/dist/jumpEventReport/index.h5.ts +1 -1
  46. package/dist/jumpEventReport/index.jd.ts +1 -1
  47. package/dist/jumpEventReport/index.weapp.ts +1 -1
  48. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  49. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  50. package/dist/jumpEventReport/logEventConfig.h5.ts +1 -0
  51. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  52. package/dist/jumpEventReport/web/report.ts +1 -1
  53. package/dist/jumpEventReport/web.base.ts +1 -1
  54. package/dist/jumpEventReport/web.jd.ts +1 -1
  55. package/dist/jumpEventReport/web.pc.ts +1 -1
  56. package/dist/jumpEventReport/web.tjm.ts +1 -1
  57. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  58. package/dist/language/en_US.json +231 -0
  59. package/dist/language/zh_CN.json +231 -0
  60. package/dist/language/zh_HK.json +231 -0
  61. package/dist/libs/taroAppReport.js +2 -2
  62. package/dist/modules/ContainerFloorList/index.h5.module.scss +66 -56
  63. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  64. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  65. package/dist/modules/DecorateContainerFloorList/index.weapp.tsx +1 -0
  66. package/dist/open/api/environment.ts +1 -1
  67. package/dist/open/api/shopMember.ts +1 -1
  68. package/dist/open/api/shopMember.weapp.ts +1 -0
  69. package/dist/open/api/util.ts +1 -1
  70. package/dist/open/index.ts +1 -1
  71. package/dist/sass/app.h5.scss +278 -224
  72. package/dist/service/fetchGateway.ts +1 -1
  73. package/dist/service/fetchGateway.weapp.ts +1 -0
  74. package/dist/service/fetchJsonp.weapp.ts +1 -0
  75. package/dist/service/http/colorSign.ts +1 -1
  76. package/dist/service/http/const.ts +1 -1
  77. package/dist/service/http/h5Http.ts +1 -1
  78. package/dist/service/http/httpInterceptors.weapp.ts +1 -0
  79. package/dist/service/requestServer.h5.ts +1 -1
  80. package/dist/service/requestServer.ts +1 -1
  81. package/dist/service/requestServer.weapp.ts +1 -0
  82. package/dist/utils/connectNativeJsBridge.ts +1 -1
  83. package/dist/utils/h5Utils.ts +1 -1
  84. package/dist/utils/harmonyCallRouter.h5.ts +1 -0
  85. package/dist/utils/harmonyCallRouter.ts +0 -0
  86. package/dist/utils/index.h5.ts +1 -1
  87. package/dist/utils/index.ts +1 -1
  88. package/dist/utils/index.weapp.ts +1 -1
  89. package/dist/utils/jumpExtMapUtil.h5.ts +1 -0
  90. package/dist/utils/jumpExtMapUtil.ts +1 -0
  91. package/dist/utils/log.ts +1 -0
  92. package/dist/utils/{sColor.js → sColor.ts} +1 -1
  93. package/dist/utils/sColor.weapp.ts +1 -0
  94. package/dist/utils/utils.ts +1 -1
  95. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  96. package/dist/wxapp/common/user_info.js +1 -1
  97. package/package.json +160 -141
  98. package/dist/jumpEventReport/web/wqshop.report.ts +0 -1
  99. package/dist/utils/priceUtils.js +0 -1
@@ -6,7 +6,7 @@
6
6
  left: 0;
7
7
  right: 0;
8
8
  bottom: 0;
9
- z-index: 50;
9
+ z-index: 9999;
10
10
 
11
11
  .debug-layout {
12
12
  position: absolute;
@@ -58,7 +58,7 @@
58
58
  .d-info {
59
59
  position: relative;
60
60
  cursor: pointer;
61
- z-index: 3;
61
+ z-index: 9999;
62
62
  margin: 3PX 3PX;
63
63
  width: 22PX;
64
64
  height: 22PX;
@@ -1 +1 @@
1
- import React from 'react'
2
1
  const {
3
2
  floorData,
4
3
  renderSourceType = BUSINESS_TYPE.ONLINE,
5
4
  builtInComponents = {},
6
5
  updateContainerFloorListDataFn,
7
6
  } = props
8
7
  const isDevMode = renderSourceType === BUSINESS_TYPE.DECORATE
9
8
  const floorModuleType = floorData?.floorExtInfo?.moduleFlag
10
9
  const FloorContentItem =
11
10
  (floorModuleType && builtInComponents[floorModuleType]) || null
12
11
  const dataDefines = getFloorDataToDataDefines(floorData)
13
12
 
14
13
  const renderDecorateDefaultModule = () => {
15
14
  return (
16
15
  <View
17
16
  style={{
18
17
  lineHeight: '120px',
19
18
  textAlign: 'center',
20
19
  }}
21
20
  >
22
21
  当前模块是{floorData.moduleName}
23
22
  </View>
24
23
  )
25
24
  }
26
25
  return FloorContentItem ? (
27
26
  <ErrorBoundary {...props}>
28
27
  <FloorContentItem {...props} dataDefines={dataDefines} />
29
28
  </ErrorBoundary>
30
29
  ) : isDevMode ? (
31
30
  renderDecorateDefaultModule()
32
31
  ) : null
33
32
  switch (moduleId) {
34
33
  case 83158:
35
34
  return 'freeLayout'
36
35
  case 99654:
37
36
  return 'activeText'
38
37
  case 100382:
39
38
  return 'superGoods'
40
39
  }
41
40
  floorList.map((item) => {
42
41
  if (!item.floorExtInfo) {
43
42
  return null
44
43
  }
45
44
  const moduleFlag = item.floorExtInfo.moduleFlag
46
45
  if (!moduleFlag) {
47
46
  const newModuleFlag = moduleId2ModuleFlag(item.moduleId)
48
47
  if (newModuleFlag) {
49
48
  item.floorExtInfo.moduleFlag = newModuleFlag
50
49
  }
51
50
  }
52
51
  })
52
+ import React from 'react'
53
53
  const { floorData, renderSourceType, builtInComponents = {} } = props
54
54
  const isDevMode = renderSourceType === BUSINESS_TYPE.DECORATE
55
55
  const floorModuleType = floorData?.floorExtInfo?.moduleFlag
56
56
  const FloorContentItem =
57
57
  (floorModuleType && builtInComponents[floorModuleType]) || null
58
58
  const dataDefines = getFloorDataToDataDefines(floorData)
59
59
 
60
60
  const renderDecorateDefaultModule = () => {
61
61
  return (
62
62
  <View
63
63
  style={{
64
64
  lineHeight: '120px',
65
65
  textAlign: 'center',
66
66
  }}
67
67
  >
68
68
  当前模块是{floorData.moduleName}
69
69
  </View>
70
70
  )
71
71
  }
72
72
  return FloorContentItem ? (
73
73
  <ErrorBoundary {...props}>
74
74
  <FloorContentItem {...props} dataDefines={dataDefines} />
75
75
  </ErrorBoundary>
76
76
  ) : isDevMode ? (
77
77
  renderDecorateDefaultModule()
78
78
  ) : null
79
79
  renderSourceType: BUSINESS_TYPE.ONLINE,
80
80
  switch (moduleId) {
81
81
  case 83158:
82
82
  return 'freeLayout'
83
83
  case 99654:
84
84
  return 'activeText'
85
85
  case 100382:
86
86
  return 'superGoods'
87
87
  }
88
88
  floorList.map((item) => {
89
89
  if (!item.floorExtInfo) {
90
90
  return null
91
91
  }
92
92
  const moduleFlag = item.floorExtInfo.moduleFlag
93
93
  if (!moduleFlag) {
94
94
  const newModuleFlag = moduleId2ModuleFlag(item.moduleId)
95
95
  if (newModuleFlag) {
96
96
  item.floorExtInfo.moduleFlag = newModuleFlag
97
97
  }
98
98
  }
99
99
  })
@@ -1 +1 @@
1
- import Taro from '@tarojs/taro'
2
1
  isJingxiMiniViewState?: boolean
3
2
  floorVideInfo: object
4
3
  isFloorInfoDataByPage?: boolean
5
4
  originQueryInfo: {
6
5
  openAppData?: {
7
6
  [key: string]: any
8
7
  }
8
+ import Taro from '@tarojs/taro';
9
9
  export interface BaseConfigInfo {
10
10
  abTestLabels: {
11
11
  [key: string]: any;
12
12
  };
13
13
  nonSellableSkuids: {
14
14
  [key: string]: number;
15
15
  };
16
16
  loginState: boolean;
17
17
  cookiesStr: string;
18
18
  isImmersive: boolean;
19
19
  isJingGouMiniViewState?: boolean;
20
20
  isJingxiMiniViewState?: boolean;
21
21
  shopInfo: {
22
22
  shopId?: string | number;
23
23
  venderId?: string | number;
24
24
  };
25
25
  pageInfo: {
26
26
  appId?: string;
27
27
  shopId?: string | number;
28
28
  venderId?: string | number;
29
29
  logoSquare?: string;
30
30
  logoUrl?: string;
31
31
  address?: string | null;
32
32
  addressCommaStr?: string | null;
33
33
  un_area?: string | null;
34
34
  userLbsAddress?: string;
35
35
  shopName?: string;
36
36
  jumpTab?: string;
37
37
  sourceType?: string;
38
38
  sourceValue?: string;
39
39
  moduleId?: string;
40
40
  entrance?: string;
41
41
  EA_PTAG?: string;
42
42
  ptag?: string;
43
43
  originReferer?: string;
44
44
  recBroker?: string;
45
45
  rcmdRelateSkuId?: string;
46
46
  tabSpm?: string;
47
47
  skuId?: string;
48
48
  keywords?: string;
49
49
  sceneId?: string;
50
50
  miniScrollInfo?: {
51
51
  scrollLeft: number;
52
52
  scrollTop: number;
53
53
  scrollHeight: number;
54
54
  scrollWidth: number;
55
55
  deltaX: number;
56
56
  deltaY: number;
57
57
  };
58
58
  tabsLoadAllDataInfo: {
59
59
  [key: string]: boolean;
60
60
  };
61
61
  wxBusinessType: string;
62
62
  vapptype: string;
63
63
  pageType: string;
64
64
  dataType: string;
65
65
  floorExposureInfo: object;
66
66
  floorVideInfo: object;
67
67
  isExposureState?: boolean;
68
68
  appLazyContainerList?: string[];
69
69
  appLazyFinishContainerList?: [];
70
70
  shopStickyAndToTopInfo?: {
71
71
  toTop: boolean;
72
72
  sticky: boolean;
73
73
  };
74
74
  isVipShop?: boolean;
75
75
  updateShopInfosState?: boolean;
76
76
  pageScrollTop: number;
77
77
  shopNavBarHeight: number;
78
78
  isFloorInfoDataByPage?: boolean;
79
79
  };
80
80
  lazyContainer?: {
81
81
  wellChosen: {
82
82
  appLazyContainerList?: string[];
83
83
  appLazyFinishContainerList?: string[];
84
84
  };
85
85
  };
86
86
  queryLogInfo?: {
87
87
  sourceType: string;
88
88
  sourceValue: string;
89
89
  moduleId?: string;
90
90
  entrance?: string;
91
91
  };
92
92
  queryInfo: {
93
93
  shopId?: string | number;
94
94
  venderId?: string | number;
95
95
  shopName?: string;
96
96
  [key: string]: any;
97
97
  };
98
98
  originQueryInfo: {
99
99
  shopId?: string | number;
100
100
  venderId?: string | number;
101
101
  shopName?: string;
102
102
  [key: string]: any;
103
103
  };
104
104
  sysInfo: {
105
105
  [key: string]: any;
106
106
  };
107
107
  userInfo: {
108
108
  pin?: string;
109
109
  encodePin?: string;
110
110
  ptkey?: string;
111
111
  wqCookie?: string | null;
112
112
  wxappVersion?: string;
113
113
  wqAuthToken?: string;
114
114
  wqVisitkey?: string;
115
115
  };
116
116
  openAppData?: {
117
117
  [key: string]: any;
118
118
  };
119
119
  }
120
120
 
121
121
  export interface OneKeyJoinMemberParamInfo {
122
122
  title?: string;
123
123
  shopId?: string | number;
124
124
  venderId?: string | number;
125
125
  businessSource?: keyof OneKeyJoinMemberBusinessSource;
126
126
  }
127
127
  export interface OneKeyJoinMemberBusinessSource {
128
128
  isv;
129
129
  lv0;
130
130
  }
131
131
  export type lazyContainer = {
132
132
  [key in 'string']?: {
133
133
  appLazyFinishContainerList: any[];
134
134
  appLazyContainerList: any[];
135
135
  };
136
136
  };
137
137
  export type renderedIsvComponents = {
138
138
  [key in 'string']?: any;
139
139
  };
140
140
  export type MiniApplogUtil = any;
141
141
  export type MiniAppLog = any;
142
142
  export type WxAppLogin = any;
143
143
  export type WxAppUserInfo = any;
144
144
  export type wxAppReportManage = any;
145
145
  export type WxAppReportGDT = any;
146
146
  export type WxAppNavigator = any;
147
147
  export type wxAppParamsSign = any;
148
148
  export type wxAppFingerReportInstance = any;
149
149
  export type wxAppSubsGuider = any;
150
150
  export type wxAppAddressV2api = any;
151
151
  [key: string]: any;
@@ -1 +1 @@
1
- import React from 'react'
2
1
  subMessage?: string
3
2
  viewMaxHeight?: string
4
3
  noPosition?: boolean
5
4
  floorLoadWay?: number
6
5
  floorKind?: number
7
6
  shopId?: string
8
7
  moduleDesignerType?: string
9
8
  showCommonFloorHead?: boolean
10
9
  borderRadius: number
11
10
  borderTopLeftRadius?: number
12
11
  borderTopRightRadius?: number
13
12
  borderBottomLeftRadius?: number
14
13
  borderBottomRightRadius?: number
15
14
  marginTop?: number
16
15
  marginBottom?: number
17
16
  marginLeft?: number
18
17
  marginRight?: number
19
18
  paddingTop?: number
20
19
  paddingBottom?: number
21
20
  paddingLeft?: number
22
21
  paddingRight?: number
23
22
  containerId: string
24
23
  background?: string
25
24
  containerPosition?: string
26
25
  key?: string
27
26
  floors: floorItemData[]
28
27
  includeUids: string[]
29
28
  typeCn: string
30
29
  typeCode?: string
31
30
  addLuxuryStyle?: boolean
32
31
  addLuxuryBackupStyle?: boolean
33
32
  renderExtendComponent?: Function
34
33
  insertContainerStartComponent?: Function
35
34
  floorExtendData?: any
36
35
  }
37
36
  isRealTimeRender: boolean
38
37
  forceRenderTime: number
39
38
  luxuryFixed?: boolean
40
39
  customErrorIsvFloorModule?: React.ReactElement | undefined
41
40
  containerIndex?: number
42
41
  containerData?: any
43
42
  shopTotalInfo?: any
44
43
  selectContainerFn?: Function
45
44
  selectContainerId?: string
46
45
  placeHolderPreContainerId?: string
47
46
  children?: any
48
47
  luxuryFixed?: boolean
49
48
  style?: {
50
49
  [key: string]: any
51
50
  };
52
51
  layoutLeftRightMargin?: number
53
52
  }
54
53
  isShowPlaceHolder?: boolean
55
54
  showDayToSecondState?: boolean
56
55
  onFormSubmit?: Function
57
56
  onFormReset?: Function
58
57
  isFormDialog?: boolean
59
58
  forbiddenBgScrollState?: boolean
60
59
  evenList: any[]
61
60
  oddList: any[]
61
+ import React from 'react'
62
62
  subMessage?: string
63
63
  netWorkStyleType?: string
64
64
  viewMaxHeight?: string
65
65
  noPosition?: boolean
66
66
  containerIndex?: number
67
67
  floorLoadWay?: number
68
68
  floorKind?: number
69
69
  shopId?: string
70
70
  moduleDesignerType?: string
71
71
  showCommonFloorHead?: boolean
72
72
  borderRadius: number
73
73
  borderTopLeftRadius?: number
74
74
  borderTopRightRadius?: number
75
75
  borderBottomLeftRadius?: number
76
76
  borderBottomRightRadius?: number
77
77
  marginTop?: number
78
78
  marginBottom?: number
79
79
  marginLeft?: number
80
80
  marginRight?: number
81
81
  paddingTop?: number
82
82
  paddingBottom?: number
83
83
  paddingLeft?: number
84
84
  paddingRight?: number
85
85
  containerId: string
86
86
  background?: string
87
87
  containerPosition?: string
88
88
  key?: string
89
89
  floors: floorItemData[]
90
90
  includeUids: string[]
91
91
  typeCn: string
92
92
  typeCode?: string
93
93
  addLuxuryStyle?: boolean
94
94
  addLuxuryBackupStyle?: boolean
95
95
  renderExtendComponent?: functionType
96
96
  insertContainerStartComponent?: functionType
97
97
  floorExtendData?: any
98
98
  }
99
99
  isRealTimeRender: boolean
100
100
  forceRenderTime: number
101
101
  luxuryFixed?: boolean
102
102
  customErrorIsvFloorModule?: React.ReactElement | undefined
103
103
  containerIndex?: number
104
104
  containerData?: any
105
105
  shopTotalInfo?: any
106
106
  selectContainerFn?: functionType
107
107
  selectContainerId?: string
108
108
  placeHolderPreContainerId?: string
109
109
  children?: any
110
110
  luxuryFixed?: boolean
111
111
  style?: {
112
112
  [key: string]: any
113
113
  };
114
114
  layoutLeftRightMargin?: number
115
115
  }
116
116
  isShowPlaceHolder?: boolean
117
117
 
118
118
  useFontV2?: boolean
119
119
  useFontV2Bold?: boolean
120
120
  onlyShowDaySpaceTextState?: boolean
121
121
  showDayToSecondState?: boolean
122
122
  useFontV2: boolean
123
123
  useFontV2Bold: boolean
124
124
  onFormSubmit?: functionType
125
125
  onFormReset?: functionType
126
126
  isFormDialog?: boolean
127
127
  forbiddenBgScrollState?: boolean
128
128
  evenList: any[]
129
129
  oddList: any[]
130
130
  outViewCallback?: functionType
@@ -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
  }
220
220
  export interface EventReportConfig {
221
221
  routerInfo: RouterInfo;
222
222
  nativeEvent: any;
223
223
  }
224
224
  export interface OptEventLogParams {
225
225
  eventId?: string;
226
226
  eventParam?: string | object;
227
227
  pTag?: string;
228
228
  jsonParam?: {
229
229
  [key: string]: any;
230
230
  };
231
231
  skuId?: string | number;
232
232
  eventLevel?: string;
233
233
  exposureState?: boolean;
234
234
  otherParams?: object;
235
235
  }
236
236
 
237
237
  export interface JumpH5ReportConfig {
238
238
  shopId?: number | string;
239
239
  venderId?: number | string;
240
240
  sourceValue?: string;
241
241
  sourceType?: string;
242
242
  }
243
243
  export interface JumpEventReportInit extends EventReportConfig {
244
244
  getConfig(opt): EventReportConfig;
245
245
  updateInfo(routerInfo, logPname): void;
246
246
  }
247
247
  export interface CouponUrlParams {
248
248
  batchId: number;
249
249
  bindType: number;
250
250
  startTime?: number;
251
251
  endTime?: number;
252
252
  quangoufrom?: number;
253
253
  sceneId?: number;
254
254
  }
255
255
  export interface JdMiniJumpParams {
256
256
  param: string | object;
257
257
  sourceValue?: string;
258
258
  sourceType?: string;
259
259
  des?: any;
260
260
  logEventInfo?: object;
261
261
  useEncodeParams?: boolean;
262
262
  }
263
263
  export interface LinkMiniParams {
264
264
  param?: {
265
265
  pageType?: string;
266
266
  };
267
267
  appId?: string | number;
268
268
  path?: string;
269
269
  }
270
270
  export interface JdJumpWxappReportConfig {
271
271
  wxApiVersion: string;
272
272
  wxApiUrl: string;
273
273
  wqReportUrl: string;
274
274
  }