File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"./dist/react-big-calendar.js" : {
3
- "bundled" : 507436 ,
4
- "minified" : 149016 ,
5
- "gzipped" : 45496
3
+ "bundled" : 509547 ,
4
+ "minified" : 149932 ,
5
+ "gzipped" : 45769
6
6
},
7
7
"./dist/react-big-calendar.min.js" : {
8
- "bundled" : 444328 ,
9
- "minified" : 130089 ,
10
- "gzipped" : 41174
8
+ "bundled" : 446246 ,
9
+ "minified" : 130919 ,
10
+ "gzipped" : 41339
11
11
},
12
12
"dist/react-big-calendar.esm.js" : {
13
- "bundled" : 174497 ,
14
- "minified" : 83179 ,
15
- "gzipped" : 20739 ,
13
+ "bundled" : 176376 ,
14
+ "minified" : 84316 ,
15
+ "gzipped" : 21023 ,
16
16
"treeshaked" : {
17
17
"rollup" : {
18
- "code" : 60400 ,
19
- "import_statements" : 1578
18
+ "code" : 60196 ,
19
+ "import_statements" : 1590
20
20
},
21
21
"webpack" : {
22
- "code" : 64923
22
+ "code" : 64714
23
23
}
24
24
}
25
25
}
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ class BackgroundCells extends React.Component {
160
160
action,
161
161
bounds,
162
162
box,
163
+ resourceId : this . props . resourceId ,
163
164
} )
164
165
}
165
166
}
@@ -183,6 +184,7 @@ BackgroundCells.propTypes = {
183
184
range : PropTypes . arrayOf ( PropTypes . instanceOf ( Date ) ) ,
184
185
rtl : PropTypes . bool ,
185
186
type : PropTypes . string ,
187
+ resourceId : PropTypes . any ,
186
188
}
187
189
188
190
export default BackgroundCells
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ class DateContentRow extends React.Component {
152
152
onSelectSlot = { this . handleSelectSlot }
153
153
components = { components }
154
154
longPressThreshold = { longPressThreshold }
155
+ resourceId = { resourceId }
155
156
/>
156
157
157
158
< div className = "rbc-row-content" >
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ export default class TimeGrid extends Component {
101
101
start : slots [ 0 ] ,
102
102
end : slots [ slots . length - 1 ] ,
103
103
action : slotInfo . action ,
104
+ resourceId : slotInfo . resourceId ,
104
105
} )
105
106
}
106
107
You can’t perform that action at this time.
0 commit comments