@pdg/react-form 1.0.131 → 1.0.133
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/@private/PrivateTimeSection/PrivateTimeSection.types.d.ts +3 -3
- package/dist/Form/Form.types.d.ts +1 -0
- package/dist/FormCommon/FormButton/FormButton.d.ts +1 -1
- package/dist/FormCommon/FormLabel/FormLabel.d.ts +1 -1
- package/dist/FormContext/FormContext.d.ts +0 -1
- package/dist/FormContext/FormContext.types.d.ts +2 -0
- package/dist/FormItemCustom/FormAutocomplete/FormAutocomplete.d.ts +1 -1
- package/dist/FormItemCustom/FormRadioGroup/FormRadioGroup.d.ts +1 -1
- package/dist/FormItemCustom/FormToggleButtonGroup/FormToggleButtonGroup.d.ts +1 -1
- package/dist/FormItemTextFieldBase/FormNumber/FormNumber.d.ts +6 -6
- package/dist/FormItemTextFieldBase/FormPersonalNo/FormPersonalNo.d.ts +2 -2
- package/dist/FormItemTextFieldBase/FormSelect/FormSelect.d.ts +7 -8
- package/dist/FormItemTextFieldBase/FormTag/FormTag.d.ts +7 -8
- package/dist/FormItemTextFieldBase/FormTag/FormTagText/FormTagText.d.ts +5 -0
- package/dist/FormItemTextFieldBase/FormTag/FormTagText/FormTagText.types.d.ts +4 -0
- package/dist/FormItemTextFieldBase/FormTag/FormTagText/index.d.ts +4 -0
- package/dist/FormItemTextFieldBase/FormTextField/FormTextField.types.d.ts +2 -1
- package/dist/assets/output-BOj-2pX9.css +719 -0
- package/dist/index.esm.js +529 -587
- package/dist/index.js +529 -587
- package/package.json +33 -32
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdg/react-form",
|
|
3
3
|
"title": "React Form",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.133",
|
|
5
5
|
"description": "React Form",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -40,43 +40,44 @@
|
|
|
40
40
|
"javascript"
|
|
41
41
|
],
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@emotion/react": "^11.
|
|
44
|
-
"@emotion/styled": "^11.
|
|
45
|
-
"@mui/icons-material": "^
|
|
46
|
-
"@mui/material": "^
|
|
47
|
-
"@mui/x-date-pickers": "^
|
|
48
|
-
"@pdg/react-component": "^1.0.
|
|
49
|
-
"@pdg/react-hook": "^1.0.
|
|
50
|
-
"@pdg/util": "^1.0.
|
|
51
|
-
"@tinymce/tinymce-react": "^
|
|
52
|
-
"@types/react": "
|
|
43
|
+
"@emotion/react": "^11.14.0",
|
|
44
|
+
"@emotion/styled": "^11.14.0",
|
|
45
|
+
"@mui/icons-material": "^7.0.2",
|
|
46
|
+
"@mui/material": "^7.0.2",
|
|
47
|
+
"@mui/x-date-pickers": "^7.28.3",
|
|
48
|
+
"@pdg/react-component": "^1.0.30",
|
|
49
|
+
"@pdg/react-hook": "^1.0.26",
|
|
50
|
+
"@pdg/util": "^1.0.23",
|
|
51
|
+
"@tinymce/tinymce-react": "^6.1.0",
|
|
52
|
+
"@types/react": ">=17.0.0",
|
|
53
53
|
"classnames": "^2.0.0",
|
|
54
54
|
"dayjs": "^1.0.0",
|
|
55
|
-
"react": "
|
|
56
|
-
"react-dom": "
|
|
57
|
-
"react-number-format": "^5.
|
|
58
|
-
"react-resize-detector": "^
|
|
59
|
-
"simplebar-react": "^3.
|
|
55
|
+
"react": ">=17.0.0",
|
|
56
|
+
"react-dom": ">=17.0.0",
|
|
57
|
+
"react-number-format": "^5.0.0",
|
|
58
|
+
"react-resize-detector": "^12.0.0",
|
|
59
|
+
"simplebar-react": "^3.0.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@rollup/plugin-commonjs": "^
|
|
62
|
+
"@rollup/plugin-commonjs": "^28.0.3",
|
|
63
63
|
"@rollup/plugin-eslint": "^9.0.5",
|
|
64
|
-
"@rollup/plugin-node-resolve": "^
|
|
65
|
-
"@
|
|
66
|
-
"@typescript-eslint/
|
|
67
|
-
"eslint": "8.
|
|
68
|
-
"eslint
|
|
69
|
-
"eslint-
|
|
70
|
-
"eslint-plugin-
|
|
71
|
-
"eslint-plugin-
|
|
72
|
-
"eslint-plugin-react
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"rollup
|
|
64
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
65
|
+
"@types/node": "^22.14.0",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^8.29.1",
|
|
67
|
+
"@typescript-eslint/parser": "^8.29.1",
|
|
68
|
+
"eslint": "8.57.1",
|
|
69
|
+
"eslint-config-prettier": "^10.1.2",
|
|
70
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
71
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
72
|
+
"eslint-plugin-react": "^7.37.5",
|
|
73
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
74
|
+
"prettier": "^3.5.3",
|
|
75
|
+
"rollup": "^4.39.0",
|
|
76
|
+
"rollup-plugin-delete": "^2.2.0",
|
|
76
77
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
77
|
-
"rollup-plugin-
|
|
78
|
+
"rollup-plugin-scss": "^4.0.1",
|
|
78
79
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
79
|
-
"sass": "^1.
|
|
80
|
-
"typescript": "^5.
|
|
80
|
+
"sass": "^1.86.3",
|
|
81
|
+
"typescript": "^5.8.3"
|
|
81
82
|
}
|
|
82
83
|
}
|