@shoplflow/base 0.42.14 → 0.42.15
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.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -1416,7 +1416,7 @@ declare type DayCalendarType = {
|
|
|
1416
1416
|
handleDayRangeChange: (dates: [Date | null, Date | null]) => void;
|
|
1417
1417
|
};
|
|
1418
1418
|
declare type DayDatepickerSizeVariantType = $Values<typeof DayDatepickerSizeVariants>;
|
|
1419
|
-
declare type DayDatepickerProps = Pick<DatePickerProps, 'highlightDates' | 'startDate' | 'endDate' | 'locale' | 'selectedDates' | 'selected' | 'children' | 'excludeDates' | 'calendarStartDay' | 'fixedHeight' | 'className'> & DayDatepickerOptionProps;
|
|
1419
|
+
declare type DayDatepickerProps = Pick<DatePickerProps, 'highlightDates' | 'startDate' | 'endDate' | 'locale' | 'selectedDates' | 'selected' | 'children' | 'excludeDates' | 'calendarStartDay' | 'fixedHeight' | 'className' | 'onMonthChange' | 'onYearChange'> & DayDatepickerOptionProps;
|
|
1420
1420
|
declare type DayDatepickerOptionProps = {
|
|
1421
1421
|
/**
|
|
1422
1422
|
* 캘린더 타입
|
package/dist/index.d.ts
CHANGED
|
@@ -1416,7 +1416,7 @@ declare type DayCalendarType = {
|
|
|
1416
1416
|
handleDayRangeChange: (dates: [Date | null, Date | null]) => void;
|
|
1417
1417
|
};
|
|
1418
1418
|
declare type DayDatepickerSizeVariantType = $Values<typeof DayDatepickerSizeVariants>;
|
|
1419
|
-
declare type DayDatepickerProps = Pick<DatePickerProps, 'highlightDates' | 'startDate' | 'endDate' | 'locale' | 'selectedDates' | 'selected' | 'children' | 'excludeDates' | 'calendarStartDay' | 'fixedHeight' | 'className'> & DayDatepickerOptionProps;
|
|
1419
|
+
declare type DayDatepickerProps = Pick<DatePickerProps, 'highlightDates' | 'startDate' | 'endDate' | 'locale' | 'selectedDates' | 'selected' | 'children' | 'excludeDates' | 'calendarStartDay' | 'fixedHeight' | 'className' | 'onMonthChange' | 'onYearChange'> & DayDatepickerOptionProps;
|
|
1420
1420
|
declare type DayDatepickerOptionProps = {
|
|
1421
1421
|
/**
|
|
1422
1422
|
* 캘린더 타입
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoplflow/base",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
"react-dom": "^18.2.0",
|
|
92
92
|
"simplebar-react": "^3.2.6",
|
|
93
93
|
"@shoplflow/shopl-assets": "^0.12.23",
|
|
94
|
-
"@shoplflow/
|
|
95
|
-
"@shoplflow/
|
|
94
|
+
"@shoplflow/utils": "^0.7.0",
|
|
95
|
+
"@shoplflow/hada-assets": "^0.1.8"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"type-check": "tsc --noEmit",
|