react-input-material 0.0.701 → 0.0.703
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.
|
@@ -212,7 +212,7 @@ export interface AdapterWithReferences<T = unknown> extends Adapter<T> {
|
|
|
212
212
|
};
|
|
213
213
|
}
|
|
214
214
|
export interface Component<Type> extends Omit<ForwardRefExoticComponent<Props>, 'propTypes'>, StaticWebComponent<Type, ModelState, DefaultProperties> {
|
|
215
|
-
<T =
|
|
215
|
+
<T = unknown>(props: Props<T> & RefAttributes<Adapter<T>>): ReactElement;
|
|
216
216
|
locales: Array<string>;
|
|
217
217
|
transformer: DataTransformation;
|
|
218
218
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.703",
|
|
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",
|
|
@@ -99,18 +99,18 @@
|
|
|
99
99
|
},
|
|
100
100
|
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {TextInput} = require('react-input-material')\n\nTextInput.webComponentAdapterWrapped",
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@babel/eslint-parser": "^7.26.
|
|
102
|
+
"@babel/eslint-parser": "^7.26.8",
|
|
103
103
|
"@babel/plugin-transform-proto-to-assign": "^7.25.9",
|
|
104
104
|
"@babel/preset-react": "^7.26.3",
|
|
105
105
|
"@babel/runtime": "^7.26.7",
|
|
106
|
-
"@codemirror/autocomplete": "^6.18.
|
|
106
|
+
"@codemirror/autocomplete": "^6.18.5",
|
|
107
107
|
"@codemirror/commands": "^6.8.0",
|
|
108
108
|
"@codemirror/lang-css": "^6.3.1",
|
|
109
|
-
"@codemirror/lang-javascript": "^6.2.
|
|
109
|
+
"@codemirror/lang-javascript": "^6.2.3",
|
|
110
110
|
"@codemirror/language": "^6.10.8",
|
|
111
111
|
"@codemirror/lint": "^6.8.4",
|
|
112
|
-
"@codemirror/search": "^6.5.
|
|
113
|
-
"@codemirror/state": "^6.5.
|
|
112
|
+
"@codemirror/search": "^6.5.9",
|
|
113
|
+
"@codemirror/state": "^6.5.2",
|
|
114
114
|
"@codemirror/view": "^6.36.2",
|
|
115
115
|
"@emotion/react": "^11.14.0",
|
|
116
116
|
"@rmwc/card": "^14.3.5",
|
|
@@ -127,38 +127,38 @@
|
|
|
127
127
|
"@rmwc/tooltip": "^14.3.5",
|
|
128
128
|
"@rmwc/touch-target": "^14.3.5",
|
|
129
129
|
"@rmwc/typography": "^14.3.5",
|
|
130
|
-
"@stylistic/eslint-plugin-ts": "^3.0
|
|
130
|
+
"@stylistic/eslint-plugin-ts": "^3.1.0",
|
|
131
131
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
132
|
-
"@tiptap/core": "^2.11.
|
|
133
|
-
"@tiptap/react": "^2.11.
|
|
134
|
-
"@tiptap/starter-kit": "^2.11.
|
|
132
|
+
"@tiptap/core": "^2.11.5",
|
|
133
|
+
"@tiptap/react": "^2.11.5",
|
|
134
|
+
"@tiptap/starter-kit": "^2.11.5",
|
|
135
135
|
"@types/ejs": "^3.1.5",
|
|
136
136
|
"@types/html-minifier": "^4.0.5",
|
|
137
137
|
"@types/jquery": "^3.5.32",
|
|
138
138
|
"@types/jsdom": "^21.1.7",
|
|
139
|
-
"@types/node": "^22.
|
|
139
|
+
"@types/node": "^22.13.1",
|
|
140
140
|
"@types/react": "^18.3.18",
|
|
141
141
|
"@types/react-dom": "^18.3.5",
|
|
142
142
|
"@types/react-transition-group": "^4.4.12",
|
|
143
143
|
"@types/spark-md5": "^3.0.5",
|
|
144
144
|
"@types/webpack-env": "^1.18.8",
|
|
145
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
146
|
-
"@typescript-eslint/parser": "^8.
|
|
145
|
+
"@typescript-eslint/eslint-plugin": "^8.24.0",
|
|
146
|
+
"@typescript-eslint/parser": "^8.24.0",
|
|
147
147
|
"blob-util": "^2.0.2",
|
|
148
|
-
"clientnode": "
|
|
148
|
+
"clientnode": "3.0.1271",
|
|
149
149
|
"css-loader": "^7.1.2",
|
|
150
150
|
"cssnano": "^7.0.6",
|
|
151
151
|
"documentation-website": "^1.0.343",
|
|
152
|
-
"eslint": "^9.
|
|
152
|
+
"eslint": "^9.20.1",
|
|
153
153
|
"eslint-config-google": "^0.14.0",
|
|
154
154
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
155
155
|
"identity-obj-proxy": "^3.0.0",
|
|
156
156
|
"jest": "^29.7.0",
|
|
157
157
|
"jsdoc": "^4.0.4",
|
|
158
158
|
"material-components-web": "^14.0.0",
|
|
159
|
-
"material-icons": "^1.13.
|
|
159
|
+
"material-icons": "^1.13.14",
|
|
160
160
|
"mini-css-extract-plugin": "^2.9.2",
|
|
161
|
-
"postcss": "8.5.
|
|
161
|
+
"postcss": "8.5.2",
|
|
162
162
|
"postcss-import": "^16.1.0",
|
|
163
163
|
"postcss-loader": "^8.1.1",
|
|
164
164
|
"postcss-nested": "^7.0.2",
|
|
@@ -166,9 +166,9 @@
|
|
|
166
166
|
"prop-types": "^15.8.1",
|
|
167
167
|
"react": "^18.3.1",
|
|
168
168
|
"react-dom": "^18.3.1",
|
|
169
|
-
"react-generic-animate": "^0.0.
|
|
170
|
-
"react-generic-dummy": "^0.0.
|
|
171
|
-
"react-generic-tools": "^0.0.
|
|
169
|
+
"react-generic-animate": "^0.0.73",
|
|
170
|
+
"react-generic-dummy": "^0.0.93",
|
|
171
|
+
"react-generic-tools": "^0.0.66",
|
|
172
172
|
"react-transition-group": "^4.4.5",
|
|
173
173
|
"react-useanimations": "^2.10.0",
|
|
174
174
|
"spark-md5": "^3.0.2",
|
|
@@ -176,10 +176,10 @@
|
|
|
176
176
|
"stylelint": "^16.14.1",
|
|
177
177
|
"stylelint-config-standard": "^37.0.0",
|
|
178
178
|
"tslib": "^2.8.1",
|
|
179
|
-
"typescript-eslint": "^8.
|
|
179
|
+
"typescript-eslint": "^8.24.0",
|
|
180
180
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
181
|
-
"web-component-wrapper": "^0.0.
|
|
182
|
-
"weboptimizer": "^2.0.
|
|
181
|
+
"web-component-wrapper": "^0.0.514",
|
|
182
|
+
"weboptimizer": "^2.0.1561",
|
|
183
183
|
"webpack-dev-server": "^5.2.0"
|
|
184
184
|
},
|
|
185
185
|
"peerDependencies": {
|