@ehfuse/mui-form-controls 3.1.50 → 3.1.52

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.
@@ -38,6 +38,7 @@ export declare function parseDateParts(value: string, format: DateFormat): {
38
38
  month: number;
39
39
  day: number;
40
40
  } | null;
41
+ export declare function toDateOnly(value?: Date): Date | undefined;
41
42
  /**
42
43
  * 날짜 유효성 검사
43
44
  */
@@ -5,7 +5,7 @@
5
5
  * @copyright 2025 김영진 (Kim Young Jin)
6
6
  * @author 김영진 (ehfuse@gmail.com)
7
7
  */
8
- export { isLeapYear, getDaysInMonth, getSeparator, formatDate, getMaxLength, getCompleteLength, parseDateParts, validateDate, parseToDate, clampDateValue, extractDateFormat, hasSecondField, constrainDateNumbers, formatDateValue, formatToPlaceholder, getSegmentRange, hasYearInFormat, has2DigitYear, convertYY2YYYY, parseDateWithInternalYear, buildDateOutputValue, dateToNumbers, tryParsePastedDateTimeClipboard, tryParsePastedDateClipboard, } from "./date";
8
+ export { isLeapYear, getDaysInMonth, getSeparator, formatDate, getMaxLength, getCompleteLength, parseDateParts, validateDate, toDateOnly, parseToDate, clampDateValue, extractDateFormat, hasSecondField, constrainDateNumbers, formatDateValue, formatToPlaceholder, getSegmentRange, hasYearInFormat, has2DigitYear, convertYY2YYYY, parseDateWithInternalYear, buildDateOutputValue, dateToNumbers, tryParsePastedDateTimeClipboard, tryParsePastedDateClipboard, } from "./date";
9
9
  export type { ParsedPasteDateTime, ParsedPasteDateOnly } from "./date";
10
10
  export { getTimeFieldCount, is12HourFormat, validateTime, clampTimeValue, } from "./time";
11
11
  export { clampNumberToRange, formatNumber, formatNumberFieldDisplay, isThousandGroupingEnabled, parseNumber, resolveThousandSeparator, stripGroupingFromInput, } from "./number";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/mui-form-controls",
3
- "version": "3.1.50",
3
+ "version": "3.1.52",
4
4
  "description": "Material-UI form controls and text fields for complex forms",
5
5
  "private": false,
6
6
  "publishConfig": {