@dayflow/core 3.2.1 → 3.2.2
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/index.d.ts +2 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -883,6 +883,7 @@ interface UseVirtualMonthScrollProps {
|
|
|
883
883
|
locale?: string;
|
|
884
884
|
startOfWeek?: number;
|
|
885
885
|
isEnabled?: boolean;
|
|
886
|
+
snapToMonth?: boolean;
|
|
886
887
|
}
|
|
887
888
|
interface UseVirtualMonthScrollReturn {
|
|
888
889
|
scrollTop: number;
|
|
@@ -1224,6 +1225,7 @@ interface MonthViewConfig extends ViewFactoryConfig {
|
|
|
1224
1225
|
showWeekNumbers?: boolean;
|
|
1225
1226
|
showMonthIndicator?: boolean;
|
|
1226
1227
|
startOfWeek?: number;
|
|
1228
|
+
snapToMonth?: boolean;
|
|
1227
1229
|
}
|
|
1228
1230
|
/**
|
|
1229
1231
|
* Year view factory configuration
|