@pdg/react-form 1.0.90 → 1.0.91
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/README.md +1 -1
- package/dist/@util/index.d.ts +0 -4
- package/dist/index.esm.js +448 -579
- package/dist/index.js +555 -686
- package/package.json +4 -3
- package/dist/@util/compare.d.ts +0 -4
package/README.md
CHANGED
|
@@ -4,5 +4,5 @@ React Form
|
|
|
4
4
|
|
|
5
5
|
## 설치
|
|
6
6
|
```
|
|
7
|
-
npm install -D @pdg/react-form @mui/material @mui/icons-material @emotion/react @emotion/styled @mui/x-date-pickers @pdg/react-component @pdg/react-dialog @pdg/react-hook @tinymce/tinymce-react classnames dayjs react-number-format react-resize-detector simplebar-react
|
|
7
|
+
npm install -D @pdg/react-form @mui/material @mui/icons-material @emotion/react @emotion/styled @mui/x-date-pickers @pdg/react-component @pdg/react-dialog @pdg/react-hook @pdg/util @tinymce/tinymce-react classnames dayjs react-number-format react-resize-detector simplebar-react
|
|
8
8
|
```
|
package/dist/@util/index.d.ts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
declare const ll: (message?: any, ...optionalParams: any[]) => void;
|
|
2
|
-
declare const nextTick: (callback: () => void) => void;
|
|
3
|
-
export { ll, nextTick };
|
|
4
|
-
export * from './compare';
|
|
5
1
|
export * from './date_time';
|
|
6
2
|
export * from './file';
|
|
7
3
|
export * from './forwardRef';
|