@conecli/cone-render 0.10.1-shop3.48 → 0.10.1-shop3.49

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.
@@ -1 +1 @@
1
- import React from 'react'
2
1
  subMessage?: string
3
2
  netWorkStyleType?: string
4
3
  viewMaxHeight?: string
5
4
  noPosition?: boolean
6
5
  containerIndex?: number
7
6
  floorLoadWay?: number
8
7
  floorKind?: number
9
8
  shopId?: string
10
9
  moduleDesignerType?: string
11
10
  showCommonFloorHead?: boolean
12
11
  borderRadius: number
13
12
  borderTopLeftRadius?: number
14
13
  borderTopRightRadius?: number
15
14
  borderBottomLeftRadius?: number
16
15
  borderBottomRightRadius?: number
17
16
  marginTop?: number
18
17
  marginBottom?: number
19
18
  marginLeft?: number
20
19
  marginRight?: number
21
20
  paddingTop?: number
22
21
  paddingBottom?: number
23
22
  paddingLeft?: number
24
23
  paddingRight?: number
25
24
  containerId: string
26
25
  background?: string
27
26
  containerPosition?: string
28
27
  key?: string
29
28
  floors: floorItemData[]
30
29
  includeUids: string[]
31
30
  typeCn: string
32
31
  typeCode?: string
33
32
  addLuxuryStyle?: boolean
34
33
  addLuxuryBackupStyle?: boolean
35
34
  renderExtendComponent?: functionType
36
35
  insertContainerStartComponent?: functionType
37
36
  floorExtendData?: any
38
37
  }
39
38
  isRealTimeRender: boolean
40
39
  forceRenderTime: number
41
40
  luxuryFixed?: boolean
42
41
  customErrorIsvFloorModule?: React.ReactElement | undefined
43
42
  containerIndex?: number
44
43
  containerData?: any
45
44
  shopTotalInfo?: any
46
45
  selectContainerFn?: functionType
47
46
  selectContainerId?: string
48
47
  placeHolderPreContainerId?: string
49
48
  children?: any
50
49
  luxuryFixed?: boolean
51
50
  style?: {
52
51
  [key: string]: any
53
52
  };
54
53
  layoutLeftRightMargin?: number
55
54
  }
56
55
  isShowPlaceHolder?: boolean
57
56
 
58
57
  useFontV2?: boolean
59
58
  useFontV2Bold?: boolean
60
59
  onlyShowDaySpaceTextState?: boolean
61
60
  showDayToSecondState?: boolean
62
61
  useFontV2: boolean
63
62
  useFontV2Bold: boolean
64
63
  onFormSubmit?: functionType
65
64
  onFormReset?: functionType
66
65
  isFormDialog?: boolean
67
66
  forbiddenBgScrollState?: boolean
68
67
  evenList: any[]
69
68
  oddList: any[]
70
69
  outViewCallback?: functionType
70
+ import React from 'react'
71
71
  subMessage?: string
72
72
  netWorkStyleType?: string
73
73
  viewMaxHeight?: string
74
74
  noPosition?: boolean
75
75
  containerIndex?: number
76
76
  floorLoadWay?: number
77
77
  floorKind?: number
78
78
  shopId?: string
79
79
  moduleDesignerType?: string
80
80
  showCommonFloorHead?: boolean
81
81
  borderRadius: number
82
82
  borderTopLeftRadius?: number
83
83
  borderTopRightRadius?: number
84
84
  borderBottomLeftRadius?: number
85
85
  borderBottomRightRadius?: number
86
86
  marginTop?: number
87
87
  marginBottom?: number
88
88
  marginLeft?: number
89
89
  marginRight?: number
90
90
  paddingTop?: number
91
91
  paddingBottom?: number
92
92
  paddingLeft?: number
93
93
  paddingRight?: number
94
94
  containerId: string
95
95
  background?: string
96
96
  containerPosition?: string
97
97
  key?: string
98
98
  floors: floorItemData[]
99
99
  includeUids: string[]
100
100
  typeCn: string
101
101
  typeCode?: string
102
102
  addLuxuryStyle?: boolean
103
103
  addLuxuryBackupStyle?: boolean
104
104
  renderExtendComponent?: functionType
105
105
  insertContainerStartComponent?: functionType
106
106
  floorExtendData?: any
107
107
  }
108
108
  isRealTimeRender: boolean
109
109
  forceRenderTime: number
110
110
  luxuryFixed?: boolean
111
111
  customErrorIsvFloorModule?: React.ReactElement | undefined
112
112
  containerIndex?: number
113
113
  containerData?: any
114
114
  shopTotalInfo?: any
115
115
  selectContainerFn?: functionType
116
116
  selectContainerId?: string
117
117
  placeHolderPreContainerId?: string
118
118
  children?: any
119
119
  luxuryFixed?: boolean
120
120
  style?: {
121
121
  [key: string]: any
122
122
  };
123
123
  layoutLeftRightMargin?: number
124
124
  }
125
125
  isShowPlaceHolder?: boolean
126
126
 
127
127
  useFontV2?: boolean
128
128
  useFontV2Bold?: boolean
129
129
  onlyShowDaySpaceTextState?: boolean
130
130
  showDayToSecondState?: boolean
131
131
  useFontV2: boolean
132
132
  useFontV2Bold: boolean
133
133
  onFormSubmit?: functionType
134
134
  onFormReset?: functionType
135
135
  isFormDialog?: boolean
136
136
  forbiddenBgScrollState?: boolean
137
137
  evenList: any[]
138
138
  oddList: any[]
139
139
  outViewCallback?: functionType
@@ -1 +1 @@
1
- import { isH5, isWxMinAndWxapp } from '../utils'
2
1
  ? 'Terminator_New_Mobile_Shop'
3
2
  : 'W_jdgwxcx_shop'
4
3
  CONFIG_TYPE_NO_LINK = 0,
5
4
  CONFIG_TYPE_SKU_LIST = 1,
6
5
  CONFIG_TYPE_COUPON_LIST = 2,
7
6
  CONFIG_TYPE_CATEGORY = 3,
8
7
  CONFIG_TYPE_JSHOP_MOBILE = 4,
9
8
  CONFIG_TYPE_JSHOP_PC = 5,
10
9
  CONFIG_TYPE_JSHOP_DETAIL = 6,
11
10
  CONFIG_TYPE_CUSTOM_LINK = 7,
12
11
  CONFIG_TYPE_MEMBER = 9,
13
12
  CONFIG_TYPE_SHOP_ACTIVITY = 10,
14
13
  CONFIG_TYPE_SHOP_HOME = 12,
15
14
  CONFIG_TYPE_ANCHOR_POINT = 13,
16
15
  CONFIG_TYPE_SHOPPING_GUIDE = 17,
17
16
  CONFIG_TYPE_MINI_PROGRAM = 18,
18
17
  CONFIG_TYPE_FINANCE_COUPON = 22,
19
18
  CONFIG_TYPE_CATEGORY_PAGE = 25,
20
19
  CONFIG_TYPE_SHOP_SEARCH = 31,
20
+ import { isH5, isWxMinAndWxapp } from '../utils'
21
21
  ? 'Terminator_New_Mobile_Shop'
22
22
  : 'W_jdgwxcx_shop'
23
23
  CONFIG_TYPE_NO_LINK = 0,
24
24
  CONFIG_TYPE_SKU_LIST = 1,
25
25
  CONFIG_TYPE_COUPON_LIST = 2,
26
26
  CONFIG_TYPE_CATEGORY = 3,
27
27
  CONFIG_TYPE_JSHOP_MOBILE = 4,
28
28
  CONFIG_TYPE_JSHOP_PC = 5,
29
29
  CONFIG_TYPE_JSHOP_DETAIL = 6,
30
30
  CONFIG_TYPE_CUSTOM_LINK = 7,
31
31
  CONFIG_TYPE_MEMBER = 9,
32
32
  CONFIG_TYPE_SHOP_ACTIVITY = 10,
33
33
  CONFIG_TYPE_SHOP_HOME = 12,
34
34
  CONFIG_TYPE_ANCHOR_POINT = 13,
35
35
  CONFIG_TYPE_SHOPPING_GUIDE = 17,
36
36
  CONFIG_TYPE_MINI_PROGRAM = 18,
37
37
  CONFIG_TYPE_FINANCE_COUPON = 22,
38
38
  CONFIG_TYPE_CATEGORY_PAGE = 25,
39
39
  CONFIG_TYPE_SHOP_SEARCH = 31,