web-input-material 0.0.451 → 0.0.452
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/components/CircularSpinner.bundle.js +1 -1
- package/components/CircularSpinner.js +1 -1
- package/components/FileInput.bundle.js +14 -14
- package/components/FileInput.js +1 -1
- package/components/GenericAnimate.bundle.js +1 -1
- package/components/GenericInputs.bundle.js +15 -15
- package/components/GenericInputs.js +1 -1
- package/components/RequireableCheckbox.bundle.js +9 -9
- package/components/RequireableCheckbox.js +1 -1
- package/components/SliderInput.bundle.js +2 -2
- package/components/SliderInput.js +1 -1
- package/components/Tabs.bundle.js +2 -2
- package/components/Tabs.js +1 -1
- package/components/TextInput.bundle.js +14 -14
- package/components/TextInput.js +1 -1
- package/index.bundle.js +27 -27
- package/index.js +1 -1
- package/package.json +34 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.452",
|
|
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",
|
|
@@ -65,15 +65,20 @@
|
|
|
65
65
|
"prop-types": "^15.8.1",
|
|
66
66
|
"react": "^18.3.1",
|
|
67
67
|
"react-dom": "^18.3.1",
|
|
68
|
-
"react-input-material": "^0.0.
|
|
68
|
+
"react-input-material": "^0.0.673",
|
|
69
69
|
"react-transition-group": "^4.4.5",
|
|
70
|
-
"web-component-wrapper": "^0.0.
|
|
70
|
+
"web-component-wrapper": "^0.0.505"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@babel/eslint-parser": "^7.25.9",
|
|
74
74
|
"@babel/plugin-transform-proto-to-assign": "^7.25.9",
|
|
75
75
|
"@babel/preset-react": "^7.25.9",
|
|
76
76
|
"@babel/runtime": "^7.26.0",
|
|
77
|
+
"@codemirror/commands": "^6.7.1",
|
|
78
|
+
"@codemirror/lang-css": "^6.3.0",
|
|
79
|
+
"@codemirror/lang-javascript": "^6.2.2",
|
|
80
|
+
"@codemirror/state": "^6.4.1",
|
|
81
|
+
"@codemirror/view": "^6.34.3",
|
|
77
82
|
"@rmwc/card": "^14.3.5",
|
|
78
83
|
"@rmwc/checkbox": "^14.3.5",
|
|
79
84
|
"@rmwc/circular-progress": "^14.3.5",
|
|
@@ -88,24 +93,27 @@
|
|
|
88
93
|
"@rmwc/tooltip": "^14.3.5",
|
|
89
94
|
"@rmwc/touch-target": "^14.3.5",
|
|
90
95
|
"@rmwc/typography": "^14.3.5",
|
|
91
|
-
"@stylistic/eslint-plugin-ts": "^2.
|
|
92
|
-
"@
|
|
96
|
+
"@stylistic/eslint-plugin-ts": "^2.11.0",
|
|
97
|
+
"@tiptap/core": "^2.10.0",
|
|
98
|
+
"@tiptap/react": "^2.10.0",
|
|
99
|
+
"@tiptap/starter-kit": "^2.10.0",
|
|
93
100
|
"@types/ejs": "^3.1.5",
|
|
94
101
|
"@types/html-minifier": "^4.0.5",
|
|
95
102
|
"@types/jquery": "^3.5.32",
|
|
96
103
|
"@types/jsdom": "^21.1.7",
|
|
97
|
-
"@types/node": "^22.9.
|
|
104
|
+
"@types/node": "^22.9.1",
|
|
98
105
|
"@types/react": "^18.3.12",
|
|
99
106
|
"@types/react-dom": "^18.3.1",
|
|
100
107
|
"@types/react-transition-group": "^4.4.11",
|
|
101
108
|
"@types/webpack-env": "^1.18.5",
|
|
102
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
103
|
-
"@typescript-eslint/parser": "^8.
|
|
109
|
+
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
110
|
+
"@typescript-eslint/parser": "^8.15.0",
|
|
104
111
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
105
112
|
"blob-util": "^2.0.2",
|
|
106
|
-
"clientnode": "^3.0.
|
|
107
|
-
"
|
|
108
|
-
"
|
|
113
|
+
"clientnode": "^3.0.1229",
|
|
114
|
+
"codemirror": "^6.0.1",
|
|
115
|
+
"documentation-website": "^1.0.339",
|
|
116
|
+
"eslint": "^9.15.0",
|
|
109
117
|
"eslint-config-google": "^0.14.0",
|
|
110
118
|
"eslint-plugin-jsdoc": "^50.5.0",
|
|
111
119
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -113,16 +121,15 @@
|
|
|
113
121
|
"jsdoc": "^4.0.4",
|
|
114
122
|
"material-components-web": "^14.0.0",
|
|
115
123
|
"material-icons": "^1.13.12",
|
|
116
|
-
"react-
|
|
117
|
-
"react-generic-
|
|
118
|
-
"react-generic-
|
|
119
|
-
"react-generic-tools": "^0.0.55",
|
|
124
|
+
"react-generic-animate": "^0.0.62",
|
|
125
|
+
"react-generic-dummy": "^0.0.84",
|
|
126
|
+
"react-generic-tools": "^0.0.57",
|
|
120
127
|
"react-useanimations": "^2.10.0",
|
|
121
128
|
"spark-md5": "^3.0.2",
|
|
122
129
|
"style-loader": "^4.0.0",
|
|
123
130
|
"tslib": "^2.8.1",
|
|
124
|
-
"typescript-eslint": "^8.
|
|
125
|
-
"weboptimizer": "^2.0.
|
|
131
|
+
"typescript-eslint": "^8.15.0",
|
|
132
|
+
"weboptimizer": "^2.0.1538",
|
|
126
133
|
"webpack-dev-server": "^5.1.0"
|
|
127
134
|
},
|
|
128
135
|
"peerDependencies": {
|
|
@@ -255,16 +262,16 @@
|
|
|
255
262
|
"module": {
|
|
256
263
|
"aliases": {
|
|
257
264
|
"#": "Remove unneeded optional dependencies.",
|
|
258
|
-
"@
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"
|
|
265
|
+
"@codemirror/commands": "react-generic-dummy",
|
|
266
|
+
"@codemirror/lang-css": "react-generic-dummy",
|
|
267
|
+
"@codemirror/lang-javascript": "react-generic-dummy",
|
|
268
|
+
"@codemirror/state": "react-generic-dummy",
|
|
269
|
+
"@codemirror/view": "react-generic-dummy",
|
|
270
|
+
"@rmwc/tooltip": "react-generic-dummy",
|
|
271
|
+
"@tiptap/core$": "react-generic-dummy",
|
|
272
|
+
"@tiptap/react": "react-generic-dummy",
|
|
273
|
+
"@tiptap/starter-kit$": "react-generic-dummy",
|
|
274
|
+
"codemirror": "react-generic-dummy",
|
|
268
275
|
"react-useanimations$": "react-generic-dummy",
|
|
269
276
|
"react-useanimations/lib/lock$": "react-generic-dummy",
|
|
270
277
|
"react-useanimations/lib/plusToX$": "react-generic-dummy"
|