@croquiscom/pds 4.4.0 → 4.4.1
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/CHANGELOG.md +6 -0
- package/dist/components/date-picker/utils.d.ts +1 -0
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,3 +4,4 @@
|
|
|
4
4
|
* @param strongCheck boolean [default=false] 값이 없는 경우, 날짜 입력중인 경우 (dateFormat.length 와 비교) error 추가 판단
|
|
5
5
|
*/
|
|
6
6
|
export declare function checkInputValidation(value: any, dateFormat?: string, strongCheck?: boolean): boolean;
|
|
7
|
+
export declare function convertStringToDate(value: any): Date;
|