react-input-material 0.0.671 → 0.0.673
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 +2 -1
- package/dist/components/FileInput/index.css +1 -1
- package/dist/components/FileInput/index.d.ts +1 -1
- package/dist/components/FileInput/index.js +1 -1
- package/dist/components/Inputs/index.css +1 -1
- package/dist/components/Inputs/index.d.ts +2 -1
- package/dist/components/Inputs/index.js +1 -1
- package/dist/components/Interval/index.css +1 -1
- package/dist/components/Interval/index.d.ts +1 -1
- package/dist/components/Interval/index.js +1 -1
- package/dist/components/RequireableCheckbox/index.d.ts +1 -1
- package/dist/components/RequireableCheckbox/index.js +1 -1
- package/dist/components/TextInput/helper.d.ts +4 -15
- package/dist/components/TextInput/index.css +1 -1
- package/dist/components/TextInput/index.d.ts +2 -2
- package/dist/components/TextInput/index.js +1 -1
- package/dist/components/WrapConfigurations.js +1 -1
- package/dist/components/WrapTooltip.js +1 -1
- package/dist/helper.d.ts +3 -1
- package/dist/helper.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/type.d.ts +6 -454
- package/dist/type.js +1 -1
- package/package.json +69 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.673",
|
|
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",
|
|
@@ -94,6 +94,11 @@
|
|
|
94
94
|
"@babel/plugin-transform-proto-to-assign": "^7.25.9",
|
|
95
95
|
"@babel/preset-react": "^7.25.9",
|
|
96
96
|
"@babel/runtime": "^7.26.0",
|
|
97
|
+
"@codemirror/commands": "^6.7.1",
|
|
98
|
+
"@codemirror/lang-css": "^6.3.0",
|
|
99
|
+
"@codemirror/lang-javascript": "^6.2.2",
|
|
100
|
+
"@codemirror/state": "^6.4.1",
|
|
101
|
+
"@codemirror/view": "^6.34.3",
|
|
97
102
|
"@emotion/react": "^11.13.3",
|
|
98
103
|
"@rmwc/card": "^14.3.5",
|
|
99
104
|
"@rmwc/checkbox": "^14.3.5",
|
|
@@ -109,27 +114,30 @@
|
|
|
109
114
|
"@rmwc/tooltip": "^14.3.5",
|
|
110
115
|
"@rmwc/touch-target": "^14.3.5",
|
|
111
116
|
"@rmwc/typography": "^14.3.5",
|
|
112
|
-
"@stylistic/eslint-plugin-ts": "^2.
|
|
117
|
+
"@stylistic/eslint-plugin-ts": "^2.11.0",
|
|
113
118
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
114
|
-
"@
|
|
119
|
+
"@tiptap/core": "^2.9.1",
|
|
120
|
+
"@tiptap/react": "^2.9.1",
|
|
121
|
+
"@tiptap/starter-kit": "^2.9.1",
|
|
115
122
|
"@types/ejs": "^3.1.5",
|
|
116
123
|
"@types/html-minifier": "^4.0.5",
|
|
117
124
|
"@types/jquery": "^3.5.32",
|
|
118
125
|
"@types/jsdom": "^21.1.7",
|
|
119
|
-
"@types/node": "^22.9.
|
|
126
|
+
"@types/node": "^22.9.1",
|
|
120
127
|
"@types/react": "^18.3.12",
|
|
121
128
|
"@types/react-dom": "^18.3.1",
|
|
122
129
|
"@types/react-transition-group": "^4.4.11",
|
|
123
130
|
"@types/spark-md5": "^3.0.5",
|
|
124
131
|
"@types/webpack-env": "^1.18.5",
|
|
125
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
126
|
-
"@typescript-eslint/parser": "^8.
|
|
132
|
+
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
133
|
+
"@typescript-eslint/parser": "^8.15.0",
|
|
127
134
|
"blob-util": "^2.0.2",
|
|
128
|
-
"clientnode": "^3.0.
|
|
135
|
+
"clientnode": "^3.0.1229",
|
|
136
|
+
"codemirror": "^6.0.1",
|
|
129
137
|
"css-loader": "^7.1.2",
|
|
130
138
|
"cssnano": "^7.0.6",
|
|
131
|
-
"documentation-website": "^1.0.
|
|
132
|
-
"eslint": "^9.
|
|
139
|
+
"documentation-website": "^1.0.339",
|
|
140
|
+
"eslint": "^9.15.0",
|
|
133
141
|
"eslint-config-google": "^0.14.0",
|
|
134
142
|
"eslint-plugin-jsdoc": "^50.5.0",
|
|
135
143
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -142,30 +150,33 @@
|
|
|
142
150
|
"postcss-import": "^16.1.0",
|
|
143
151
|
"postcss-loader": "^8.1.1",
|
|
144
152
|
"postcss-nested": "^7.0.2",
|
|
145
|
-
"postcss-preset-env": "^10.1.
|
|
153
|
+
"postcss-preset-env": "^10.1.1",
|
|
146
154
|
"prop-types": "^15.8.1",
|
|
147
155
|
"react": "^18.3.1",
|
|
148
|
-
"react-ace": "^13.0.0",
|
|
149
156
|
"react-dom": "^18.3.1",
|
|
150
|
-
"react-generic-animate": "^0.0.
|
|
151
|
-
"react-generic-dummy": "^0.0.
|
|
152
|
-
"react-generic-tools": "^0.0.
|
|
157
|
+
"react-generic-animate": "^0.0.62",
|
|
158
|
+
"react-generic-dummy": "^0.0.84",
|
|
159
|
+
"react-generic-tools": "^0.0.57",
|
|
153
160
|
"react-transition-group": "^4.4.5",
|
|
154
161
|
"react-useanimations": "^2.10.0",
|
|
155
162
|
"spark-md5": "^3.0.2",
|
|
156
163
|
"style-loader": "^4.0.0",
|
|
157
164
|
"stylelint": "^16.10.0",
|
|
158
165
|
"stylelint-config-standard": "^36.0.1",
|
|
159
|
-
"tinymce": "^7.5.1",
|
|
160
166
|
"tslib": "^2.8.1",
|
|
161
|
-
"typescript-eslint": "^8.
|
|
167
|
+
"typescript-eslint": "^8.15.0",
|
|
162
168
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
163
|
-
"web-component-wrapper": "^0.0.
|
|
164
|
-
"weboptimizer": "^2.0.
|
|
169
|
+
"web-component-wrapper": "^0.0.505",
|
|
170
|
+
"weboptimizer": "^2.0.1538",
|
|
165
171
|
"webpack-dev-server": "^5.1.0"
|
|
166
172
|
},
|
|
167
173
|
"peerDependencies": {
|
|
168
174
|
"@babel/runtime": "*",
|
|
175
|
+
"@codemirror/commands": "*",
|
|
176
|
+
"@codemirror/lang-css": "*",
|
|
177
|
+
"@codemirror/lang-javascript": "*",
|
|
178
|
+
"@codemirror/state": "*",
|
|
179
|
+
"@codemirror/view": "*",
|
|
169
180
|
"@rmwc/card": "*",
|
|
170
181
|
"@rmwc/checkbox": "*",
|
|
171
182
|
"@rmwc/circular-progress": "*",
|
|
@@ -177,16 +188,18 @@
|
|
|
177
188
|
"@rmwc/tooltip": "*",
|
|
178
189
|
"@rmwc/touch-target": "*",
|
|
179
190
|
"@rmwc/typography": "*",
|
|
180
|
-
"@
|
|
191
|
+
"@tiptap/core": "*",
|
|
192
|
+
"@tiptap/react": "*",
|
|
193
|
+
"@tiptap/starter-kit": "*",
|
|
181
194
|
"@types/react": "*",
|
|
182
195
|
"@types/react-dom": "*",
|
|
183
196
|
"@types/spark-md5": "*",
|
|
184
197
|
"blob-util": "*",
|
|
185
198
|
"clientnode": "*",
|
|
199
|
+
"codemirror": "*",
|
|
186
200
|
"material-components-web": "*",
|
|
187
201
|
"material-icons": "*",
|
|
188
202
|
"react": "*",
|
|
189
|
-
"react-ace": "*",
|
|
190
203
|
"react-dom": "*",
|
|
191
204
|
"spark-md5": "*",
|
|
192
205
|
"tslib": "*"
|
|
@@ -195,6 +208,21 @@
|
|
|
195
208
|
"@babel/runtime": {
|
|
196
209
|
"optional": true
|
|
197
210
|
},
|
|
211
|
+
"@codemirror/commands": {
|
|
212
|
+
"optional": true
|
|
213
|
+
},
|
|
214
|
+
"@codemirror/lang-css": {
|
|
215
|
+
"optional": true
|
|
216
|
+
},
|
|
217
|
+
"@codemirror/lang-javascript": {
|
|
218
|
+
"optional": true
|
|
219
|
+
},
|
|
220
|
+
"@codemirror/state": {
|
|
221
|
+
"optional": true
|
|
222
|
+
},
|
|
223
|
+
"@codemirror/view": {
|
|
224
|
+
"optional": true
|
|
225
|
+
},
|
|
198
226
|
"@rmwc/card": {
|
|
199
227
|
"optional": true
|
|
200
228
|
},
|
|
@@ -228,7 +256,13 @@
|
|
|
228
256
|
"@rmwc/typography": {
|
|
229
257
|
"optional": true
|
|
230
258
|
},
|
|
231
|
-
"@
|
|
259
|
+
"@tiptap/core": {
|
|
260
|
+
"optional": true
|
|
261
|
+
},
|
|
262
|
+
"@tiptap/react": {
|
|
263
|
+
"optional": true
|
|
264
|
+
},
|
|
265
|
+
"@tiptap/starter-kit": {
|
|
232
266
|
"optional": true
|
|
233
267
|
},
|
|
234
268
|
"@types/react": {
|
|
@@ -249,6 +283,9 @@
|
|
|
249
283
|
"clientnode": {
|
|
250
284
|
"optional": true
|
|
251
285
|
},
|
|
286
|
+
"codemirror": {
|
|
287
|
+
"optional": true
|
|
288
|
+
},
|
|
252
289
|
"material-components-web": {
|
|
253
290
|
"optional": true
|
|
254
291
|
},
|
|
@@ -258,9 +295,6 @@
|
|
|
258
295
|
"react": {
|
|
259
296
|
"optional": true
|
|
260
297
|
},
|
|
261
|
-
"react-ace": {
|
|
262
|
-
"optional": true
|
|
263
|
-
},
|
|
264
298
|
"react-dom": {
|
|
265
299
|
"optional": true
|
|
266
300
|
},
|
|
@@ -272,9 +306,6 @@
|
|
|
272
306
|
},
|
|
273
307
|
"spark-md5": {
|
|
274
308
|
"optional": true
|
|
275
|
-
},
|
|
276
|
-
"tinymce": {
|
|
277
|
-
"optional": true
|
|
278
309
|
}
|
|
279
310
|
},
|
|
280
311
|
"engines": {
|
|
@@ -285,12 +316,12 @@
|
|
|
285
316
|
"resolutions": {
|
|
286
317
|
"@rmwc/ripple@npm:14.0.11": "patch:@rmwc/ripple@npm%3A14.0.11#~/.yarn/patches/@rmwc-ripple-npm-14.0.11-22d1530040.patch",
|
|
287
318
|
"@rmwc/ripple@npm:14.3.4": "patch:@rmwc/ripple@npm%3A14.3.4#~/.yarn/patches/@rmwc-ripple-npm-14.3.4-27648eff11.patch",
|
|
319
|
+
"@rmwc/ripple@npm:14.3.5": "patch:@rmwc/ripple@npm%3A14.3.5#~/.yarn/patches/@rmwc-ripple-npm-14.3.5-9657693602.patch",
|
|
288
320
|
"colors": "1.4.0",
|
|
289
321
|
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
290
322
|
"globals@npm:^11.1.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
291
323
|
"globals@npm:^14.0.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
292
|
-
"webpack@npm:^5.90.3": "patch:webpack@npm%3A5.90.3#~/.yarn/patches/webpack-npm-5.90.3-2a12e60d26.patch"
|
|
293
|
-
"@rmwc/ripple@npm:14.3.5": "patch:@rmwc/ripple@npm%3A14.3.5#~/.yarn/patches/@rmwc-ripple-npm-14.3.5-9657693602.patch"
|
|
324
|
+
"webpack@npm:^5.90.3": "patch:webpack@npm%3A5.90.3#~/.yarn/patches/webpack-npm-5.90.3-2a12e60d26.patch"
|
|
294
325
|
},
|
|
295
326
|
"sideEffects": false,
|
|
296
327
|
"documentationWebsite": {
|
|
@@ -448,10 +479,16 @@
|
|
|
448
479
|
"module": {
|
|
449
480
|
"aliases": {
|
|
450
481
|
"#": "Remove unneeded optional dependencies.",
|
|
482
|
+
"@codemirror/commands": "react-generic-dummy",
|
|
483
|
+
"@codemirror/lang-css": "react-generic-dummy",
|
|
484
|
+
"@codemirror/lang-javascript": "react-generic-dummy",
|
|
485
|
+
"@codemirror/state": "react-generic-dummy",
|
|
486
|
+
"@codemirror/view": "react-generic-dummy",
|
|
451
487
|
"@rmwc/tooltip": "react-generic-dummy",
|
|
452
|
-
"@
|
|
453
|
-
"
|
|
454
|
-
"
|
|
488
|
+
"@tiptap/core$": "react-generic-dummy",
|
|
489
|
+
"@tiptap/react": "react-generic-dummy",
|
|
490
|
+
"@tiptap/starter-kit$": "react-generic-dummy",
|
|
491
|
+
"codemirror": "react-generic-dummy",
|
|
455
492
|
"react-useanimations$": "react-generic-dummy",
|
|
456
493
|
"react-useanimations/lib/lock$": "react-generic-dummy",
|
|
457
494
|
"react-useanimations/lib/plusToX$": "react-generic-dummy"
|