@nmorph/nmorph-ui-kit 0.2.101 → 0.2.102

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.
@@ -13,7 +13,7 @@ declare function __VLS_template(): {
13
13
  content?(_: {}): any;
14
14
  "date-cell"?(_: {
15
15
  scope: {
16
- selected: boolean;
16
+ selected: boolean | boolean[];
17
17
  monthType: NmorphCalendarDateType;
18
18
  value: number;
19
19
  isToday: boolean;
@@ -5,6 +5,6 @@ export declare const getDecadeYears: (year: number) => any[];
5
5
  export declare const formatDateIntl: (date: NmorphSelectedDateModelType) => string | string[];
6
6
  export declare const hasAnyRangeDateInPrevMonth: (currentDate: Date, prevMonthRange: Date) => boolean;
7
7
  export declare const hasAnyRangeDateInNextMonth: (currentDate: Date, nextMonthRange: Date) => boolean;
8
- export declare const isTodayInRange: (range: NmorphCalendarRangeType) => boolean;
8
+ export declare const isTodayInMonthRange: (range: NmorphCalendarRangeType) => boolean;
9
9
  export declare const getMonthName: (monthIndex: number) => string;
10
10
  export declare const getMonthDaysByWeek: (selectedDate: Ref<Date>, range: NmorphCalendarRangeType | undefined) => NmorphCalendarDatesType[];
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nmorph/nmorph-ui-kit",
3
3
  "type": "module",
4
4
  "private": false,
5
- "version": "0.2.101",
5
+ "version": "0.2.102",
6
6
  "license": "MIT",
7
7
  "engines": {
8
8
  "node": "18.13.0",