@conecli/cone-render 0.8.20-shop.104 → 0.8.20-shop.106

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
  viewMaxHeight?: string
4
3
  floorLoadWay?: number
5
4
  floorKind?: number
6
5
  shopId?: string
7
6
  moduleDesignerType?: string
8
7
  showCommonFloorHead?: boolean
9
8
  borderRadius: number
10
9
  borderTopLeftRadius?: number
11
10
  borderTopRightRadius?: number
12
11
  borderBottomLeftRadius?: number
13
12
  borderBottomRightRadius?: number
14
13
  marginTop?: number
15
14
  marginBottom?: number
16
15
  marginLeft?: number
17
16
  marginRight?: number
18
17
  paddingTop?: number
19
18
  paddingBottom?: number
20
19
  paddingLeft?: number
21
20
  paddingRight?: number
22
21
  containerId: string
23
22
  background?: string
24
23
  containerPosition?: string
25
24
  key?: string
26
25
  floors: floorItemData[]
27
26
  includeUids: string[]
28
27
  typeCn: string
29
28
  typeCode?: string
30
29
  addLuxuryStyle?: boolean
31
30
  addLuxuryBackupStyle?: boolean
32
31
  renderExtendComponent?: Function
33
32
  floorExtendData?: any
34
33
  }
35
34
  isRealTimeRender: boolean
36
35
  forceRenderTime: number
37
36
  customErrorIsvFloorModule?: React.ReactElement | undefined
38
37
  containerIndex?: number
39
38
  containerData?: any
40
39
  shopTotalInfo?: any
41
40
  selectContainerFn?: Function
42
41
  selectContainerId?: string
43
42
  placeHolderPreContainerId?: string
44
43
  children?: any
45
44
  style?: {
46
45
  [key: string]: any
47
46
  };
48
47
  layoutLeftRightMargin?: number
49
48
  }
50
49
  showDayToSecondState?: boolean
51
50
  onFormSubmit?: Function
52
51
  onFormReset?: Function
53
52
  isFormDialog?: boolean
54
53
  forbiddenBgScrollState?: boolean
55
54
  evenList: any[]
56
55
  oddList: any[]
56
+ import React from 'react'
57
57
  subMessage?: string
58
58
  viewMaxHeight?: string
59
59
  floorLoadWay?: number
60
60
  floorKind?: number
61
61
  shopId?: string
62
62
  moduleDesignerType?: string
63
63
  showCommonFloorHead?: boolean
64
64
  borderRadius: number
65
65
  borderTopLeftRadius?: number
66
66
  borderTopRightRadius?: number
67
67
  borderBottomLeftRadius?: number
68
68
  borderBottomRightRadius?: number
69
69
  marginTop?: number
70
70
  marginBottom?: number
71
71
  marginLeft?: number
72
72
  marginRight?: number
73
73
  paddingTop?: number
74
74
  paddingBottom?: number
75
75
  paddingLeft?: number
76
76
  paddingRight?: number
77
77
  containerId: string
78
78
  background?: string
79
79
  containerPosition?: string
80
80
  key?: string
81
81
  floors: floorItemData[]
82
82
  includeUids: string[]
83
83
  typeCn: string
84
84
  typeCode?: string
85
85
  addLuxuryStyle?: boolean
86
86
  addLuxuryBackupStyle?: boolean
87
87
  renderExtendComponent?: Function
88
88
  insertContainerStartComponent?: Function
89
89
  floorExtendData?: any
90
90
  }
91
91
  isRealTimeRender: boolean
92
92
  forceRenderTime: number
93
93
  customErrorIsvFloorModule?: React.ReactElement | undefined
94
94
  containerIndex?: number
95
95
  containerData?: any
96
96
  shopTotalInfo?: any
97
97
  selectContainerFn?: Function
98
98
  selectContainerId?: string
99
99
  placeHolderPreContainerId?: string
100
100
  children?: any
101
101
  style?: {
102
102
  [key: string]: any
103
103
  };
104
104
  layoutLeftRightMargin?: number
105
105
  }
106
106
  showDayToSecondState?: boolean
107
107
  onFormSubmit?: Function
108
108
  onFormReset?: Function
109
109
  isFormDialog?: boolean
110
110
  forbiddenBgScrollState?: boolean
111
111
  evenList: any[]
112
112
  oddList: any[]