baseui 0.0.0-next-fcba45c → 0.0.0-next-03a6fdb
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/datepicker/day.js
CHANGED
|
@@ -357,6 +357,7 @@ var Day = /*#__PURE__*/function (_React$Component) {
|
|
|
357
357
|
$isFocusVisible: this.state.isFocusVisible,
|
|
358
358
|
$startOfMonth: this.dateHelpers.isStartOfMonth(date),
|
|
359
359
|
$endOfMonth: this.dateHelpers.isEndOfMonth(date),
|
|
360
|
+
$month: this.getMonthProp(),
|
|
360
361
|
$outsideMonth: $outsideMonth,
|
|
361
362
|
$outsideMonthWithinRange: $outsideMonthWithinRange,
|
|
362
363
|
$peekNextMonth: this.props.peekNextMonth,
|
package/datepicker/day.js.flow
CHANGED
|
@@ -313,6 +313,7 @@ export default class Day<T = Date> extends React.Component<
|
|
|
313
313
|
$isFocusVisible: this.state.isFocusVisible,
|
|
314
314
|
$startOfMonth: this.dateHelpers.isStartOfMonth(date),
|
|
315
315
|
$endOfMonth: this.dateHelpers.isEndOfMonth(date),
|
|
316
|
+
$month: this.getMonthProp(),
|
|
316
317
|
$outsideMonth,
|
|
317
318
|
$outsideMonthWithinRange,
|
|
318
319
|
$peekNextMonth: this.props.peekNextMonth,
|
package/datepicker/index.d.ts
CHANGED
package/datepicker/types.js.flow
CHANGED
package/es/datepicker/day.js
CHANGED
|
@@ -292,6 +292,7 @@ export default class Day extends React.Component {
|
|
|
292
292
|
$isFocusVisible: this.state.isFocusVisible,
|
|
293
293
|
$startOfMonth: this.dateHelpers.isStartOfMonth(date),
|
|
294
294
|
$endOfMonth: this.dateHelpers.isEndOfMonth(date),
|
|
295
|
+
$month: this.getMonthProp(),
|
|
295
296
|
$outsideMonth,
|
|
296
297
|
$outsideMonthWithinRange,
|
|
297
298
|
$peekNextMonth: this.props.peekNextMonth,
|
package/esm/datepicker/day.js
CHANGED
|
@@ -344,6 +344,7 @@ var Day = /*#__PURE__*/function (_React$Component) {
|
|
|
344
344
|
$isFocusVisible: this.state.isFocusVisible,
|
|
345
345
|
$startOfMonth: this.dateHelpers.isStartOfMonth(date),
|
|
346
346
|
$endOfMonth: this.dateHelpers.isEndOfMonth(date),
|
|
347
|
+
$month: this.getMonthProp(),
|
|
347
348
|
$outsideMonth: $outsideMonth,
|
|
348
349
|
$outsideMonthWithinRange: $outsideMonthWithinRange,
|
|
349
350
|
$peekNextMonth: this.props.peekNextMonth,
|