react-input-material 0.0.649 → 0.0.650
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/components/FileInput/helper.d.ts +3 -8
- package/dist/components/FileInput/index.d.ts +10 -22
- package/dist/components/FileInput/index.js +1 -1
- package/dist/components/Inputs/index.d.ts +8 -11
- package/dist/components/Inputs/index.js +1 -1
- package/dist/components/Interval/index.d.ts +5 -8
- package/dist/components/Interval/index.js +1 -1
- package/dist/components/RequireableCheckbox/index.d.ts +8 -16
- package/dist/components/RequireableCheckbox/index.js +1 -1
- package/dist/components/TextInput/helper.d.ts +1 -5
- package/dist/components/TextInput/index.d.ts +12 -22
- package/dist/components/TextInput/index.js +1 -1
- package/dist/components/WrapConfigurations.d.ts +1 -3
- package/dist/components/WrapConfigurations.js +1 -1
- package/dist/components/WrapStrict.d.ts +0 -1
- package/dist/components/WrapTooltip.d.ts +6 -7
- package/dist/components/WrapTooltip.js +1 -1
- package/dist/helper.d.ts +9 -28
- package/dist/helper.js +1 -1
- package/dist/index.js +1 -1
- package/dist/type.d.ts +2 -3
- package/dist/type.js +1 -1
- package/package.json +58 -54
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.650",
|
|
4
4
|
"description": "Reusable material design based input field with support for (richt-)text, code, selections, numbers, dates and so on.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"form-field",
|
|
@@ -90,77 +90,78 @@
|
|
|
90
90
|
},
|
|
91
91
|
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {TextInput} = require('react-input-material')\n\nTextInput.webComponentAdapterWrapped",
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@babel/eslint-parser": "^7.
|
|
94
|
-
"@babel/plugin-transform-proto-to-assign": "^7.
|
|
95
|
-
"@babel/preset-react": "^7.
|
|
96
|
-
"@babel/runtime": "^7.24.
|
|
93
|
+
"@babel/eslint-parser": "^7.24.7",
|
|
94
|
+
"@babel/plugin-transform-proto-to-assign": "^7.24.7",
|
|
95
|
+
"@babel/preset-react": "^7.24.7",
|
|
96
|
+
"@babel/runtime": "^7.24.7",
|
|
97
97
|
"@emotion/react": "^11.11.4",
|
|
98
|
-
"@rmwc/card": "^14.
|
|
99
|
-
"@rmwc/checkbox": "^14.
|
|
100
|
-
"@rmwc/circular-progress": "^14.
|
|
101
|
-
"@rmwc/formfield": "^14.
|
|
102
|
-
"@rmwc/icon": "^14.
|
|
103
|
-
"@rmwc/icon-button": "^14.
|
|
104
|
-
"@rmwc/menu": "^14.
|
|
105
|
-
"@rmwc/select": "
|
|
106
|
-
"@rmwc/tabs": "^14.
|
|
107
|
-
"@rmwc/textfield": "^14.
|
|
108
|
-
"@rmwc/theme": "^14.
|
|
109
|
-
"@rmwc/tooltip": "^14.
|
|
110
|
-
"@rmwc/touch-target": "^14.
|
|
111
|
-
"@rmwc/typography": "^14.
|
|
98
|
+
"@rmwc/card": "^14.2.9",
|
|
99
|
+
"@rmwc/checkbox": "^14.2.9",
|
|
100
|
+
"@rmwc/circular-progress": "^14.2.9",
|
|
101
|
+
"@rmwc/formfield": "^14.2.9",
|
|
102
|
+
"@rmwc/icon": "^14.2.9",
|
|
103
|
+
"@rmwc/icon-button": "^14.2.9",
|
|
104
|
+
"@rmwc/menu": "^14.2.9",
|
|
105
|
+
"@rmwc/select": "^14.2.9",
|
|
106
|
+
"@rmwc/tabs": "^14.2.9",
|
|
107
|
+
"@rmwc/textfield": "^14.2.9",
|
|
108
|
+
"@rmwc/theme": "^14.2.9",
|
|
109
|
+
"@rmwc/tooltip": "^14.2.9",
|
|
110
|
+
"@rmwc/touch-target": "^14.2.9",
|
|
111
|
+
"@rmwc/typography": "^14.2.9",
|
|
112
112
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
113
|
-
"@tinymce/tinymce-react": "^
|
|
113
|
+
"@tinymce/tinymce-react": "^5.1.1",
|
|
114
114
|
"@types/ejs": "^3.1.5",
|
|
115
115
|
"@types/html-minifier": "^4.0.5",
|
|
116
|
-
"@types/jquery": "^3.5.
|
|
117
|
-
"@types/jsdom": "^21.1.
|
|
118
|
-
"@types/node": "^20.
|
|
119
|
-
"@types/react": "^18.
|
|
120
|
-
"@types/react-dom": "^18.
|
|
116
|
+
"@types/jquery": "^3.5.30",
|
|
117
|
+
"@types/jsdom": "^21.1.7",
|
|
118
|
+
"@types/node": "^20.14.10",
|
|
119
|
+
"@types/react": "^18.3.3",
|
|
120
|
+
"@types/react-dom": "^18.3.0",
|
|
121
121
|
"@types/react-transition-group": "^4.4.10",
|
|
122
122
|
"@types/spark-md5": "^3.0.4",
|
|
123
|
-
"@types/webpack-env": "^1.18.
|
|
124
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
125
|
-
"@typescript-eslint/parser": "^7.
|
|
123
|
+
"@types/webpack-env": "^1.18.5",
|
|
124
|
+
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
125
|
+
"@typescript-eslint/parser": "^7.16.0",
|
|
126
126
|
"blob-util": "^2.0.2",
|
|
127
|
-
"clientnode": "^3.0.
|
|
128
|
-
"css-loader": "^
|
|
129
|
-
"cssnano": "^
|
|
130
|
-
"documentation-website": "^1.0.
|
|
131
|
-
"eslint": "^
|
|
127
|
+
"clientnode": "^3.0.1163",
|
|
128
|
+
"css-loader": "^7.1.2",
|
|
129
|
+
"cssnano": "^7.0.4",
|
|
130
|
+
"documentation-website": "^1.0.328",
|
|
131
|
+
"eslint": "^9.6.0",
|
|
132
132
|
"eslint-config-google": "^0.14.0",
|
|
133
|
-
"eslint-plugin-jsdoc": "^48.
|
|
133
|
+
"eslint-plugin-jsdoc": "^48.7.0",
|
|
134
134
|
"identity-obj-proxy": "^3.0.0",
|
|
135
135
|
"jest": "^29.7.0",
|
|
136
|
-
"jsdoc": "^4.0.
|
|
136
|
+
"jsdoc": "^4.0.3",
|
|
137
137
|
"material-components-web": "^14.0.0",
|
|
138
138
|
"material-icons": "^1.13.12",
|
|
139
|
-
"mini-css-extract-plugin": "^2.
|
|
140
|
-
"postcss": "8.4.
|
|
141
|
-
"postcss-import": "^16.0
|
|
139
|
+
"mini-css-extract-plugin": "^2.9.0",
|
|
140
|
+
"postcss": "8.4.39",
|
|
141
|
+
"postcss-import": "^16.1.0",
|
|
142
142
|
"postcss-loader": "^8.1.1",
|
|
143
143
|
"postcss-nested": "^6.0.1",
|
|
144
|
-
"postcss-preset-env": "^9.
|
|
144
|
+
"postcss-preset-env": "^9.6.0",
|
|
145
145
|
"prop-types": "^15.8.1",
|
|
146
|
-
"react": "^18.
|
|
147
|
-
"react-ace": "^
|
|
148
|
-
"react-dom": "^18.
|
|
149
|
-
"react-generic-animate": "^0.0.
|
|
150
|
-
"react-generic-dummy": "^0.0.
|
|
151
|
-
"react-generic-tools": "^0.0.
|
|
146
|
+
"react": "^18.3.1",
|
|
147
|
+
"react-ace": "^12.0.0",
|
|
148
|
+
"react-dom": "^18.3.1",
|
|
149
|
+
"react-generic-animate": "^0.0.43",
|
|
150
|
+
"react-generic-dummy": "^0.0.72",
|
|
151
|
+
"react-generic-tools": "^0.0.43",
|
|
152
152
|
"react-transition-group": "^4.4.5",
|
|
153
153
|
"react-useanimations": "^2.10.0",
|
|
154
154
|
"spark-md5": "^3.0.2",
|
|
155
|
-
"style-loader": "^
|
|
156
|
-
"stylelint": "^16.
|
|
157
|
-
"stylelint-config-standard": "^36.0.
|
|
158
|
-
"tinymce": "^
|
|
159
|
-
"tslib": "^2.6.
|
|
155
|
+
"style-loader": "^4.0.0",
|
|
156
|
+
"stylelint": "^16.6.1",
|
|
157
|
+
"stylelint-config-standard": "^36.0.1",
|
|
158
|
+
"tinymce": "^7.2.1",
|
|
159
|
+
"tslib": "^2.6.3",
|
|
160
|
+
"typescript-eslint": "^7.16.0",
|
|
160
161
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
161
|
-
"web-component-wrapper": "^0.0.
|
|
162
|
-
"weboptimizer": "^2.0.
|
|
163
|
-
"webpack-dev-server": "^5.0.
|
|
162
|
+
"web-component-wrapper": "^0.0.489",
|
|
163
|
+
"weboptimizer": "^2.0.1483",
|
|
164
|
+
"webpack-dev-server": "^5.0.4"
|
|
164
165
|
},
|
|
165
166
|
"peerDependencies": {
|
|
166
167
|
"@babel/runtime": "*",
|
|
@@ -283,7 +284,10 @@
|
|
|
283
284
|
"resolutions": {
|
|
284
285
|
"colors": "1.4.0",
|
|
285
286
|
"@rmwc/ripple@npm:14.0.11": "patch:@rmwc/ripple@npm%3A14.0.11#~/.yarn/patches/@rmwc-ripple-npm-14.0.11-22d1530040.patch",
|
|
286
|
-
"webpack@npm:^5.90.3": "patch:webpack@npm%3A5.90.3#~/.yarn/patches/webpack-npm-5.90.3-2a12e60d26.patch"
|
|
287
|
+
"webpack@npm:^5.90.3": "patch:webpack@npm%3A5.90.3#~/.yarn/patches/webpack-npm-5.90.3-2a12e60d26.patch",
|
|
288
|
+
"globals@npm:^11.1.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
289
|
+
"globals@npm:^14.0.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
290
|
+
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch"
|
|
287
291
|
},
|
|
288
292
|
"sideEffects": false,
|
|
289
293
|
"documentationWebsite": {
|