@conecli/cone-render 0.10.1-shop-beta.21 → 0.10.1-shop-beta.23
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.
- package/dist/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/components/base/CustomVideo/index.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.dynamic.module.scss +1 -0
- package/dist/components/base/NetworkDataError/const.ts +1 -1
- package/dist/components/base/NetworkDataError/index.module.scss +6 -6
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/base/Price/Double/index.module.scss +18 -0
- package/dist/components/base/Price/Double/index.tsx +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/createReportFloorData.ts +1 -1
- package/dist/jumpEventReport/index.jd.ts +1 -1
- package/dist/jumpEventReport/index.weapp.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.pc.ts +1 -1
- package/dist/jumpEventReport/web.tjm.ts +1 -1
- package/dist/jumpEventReport/web.wxapp.ts +1 -1
- package/dist/language/en_US.json +2 -0
- package/dist/language/zh_CN.json +2 -0
- package/dist/language/zh_HK.json +2 -0
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/open/api/shopMember.ts +1 -1
- package/dist/utils/connectNativeJsBridge.ts +1 -1
- package/dist/utils/utils.ts +1 -1
- package/package.json +29 -28
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
1
|
netWorkBusinessType?: string
|
|
3
2
|
subMessage?: string
|
|
4
3
|
netWorkStyleType?: string
|
|
5
4
|
viewMaxHeight?: string
|
|
6
5
|
noPosition?: boolean
|
|
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[]
|
|
69
|
+
import React from 'react'
|
|
70
70
|
netWorkBusinessType?: string
|
|
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
|