react-input-material 0.0.784 → 0.0.785
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/type.d.ts +2 -2
- package/package.json +20 -20
package/dist/type.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export interface CursorState {
|
|
|
11
11
|
export declare const PrimitiveTypes: readonly ["boolean", "DateTime", "integer", "number", "string"];
|
|
12
12
|
export type PrimitiveType = typeof PrimitiveTypes[number];
|
|
13
13
|
export type Type = boolean | number | string;
|
|
14
|
-
export type
|
|
14
|
+
export type TypeDefinition = Array<TypeDefinition> | Type;
|
|
15
15
|
export interface SelectionOption {
|
|
16
16
|
label: string;
|
|
17
17
|
value: Primitive;
|
|
@@ -28,7 +28,7 @@ export interface CommonBaseModel<Type = unknown> {
|
|
|
28
28
|
minimum: number | string;
|
|
29
29
|
maximumLength: number;
|
|
30
30
|
minimumLength: number;
|
|
31
|
-
type:
|
|
31
|
+
type: TypeDefinition;
|
|
32
32
|
trim: boolean;
|
|
33
33
|
value?: Type;
|
|
34
34
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.785",
|
|
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",
|
|
@@ -118,11 +118,11 @@
|
|
|
118
118
|
"@codemirror/commands": "^6.10.2",
|
|
119
119
|
"@codemirror/lang-css": "^6.3.1",
|
|
120
120
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
121
|
-
"@codemirror/language": "^6.12.
|
|
121
|
+
"@codemirror/language": "^6.12.2",
|
|
122
122
|
"@codemirror/lint": "^6.9.4",
|
|
123
123
|
"@codemirror/search": "^6.6.0",
|
|
124
124
|
"@codemirror/state": "^6.5.4",
|
|
125
|
-
"@codemirror/view": "^6.39.
|
|
125
|
+
"@codemirror/view": "^6.39.15",
|
|
126
126
|
"@emotion/react": "^11.14.0",
|
|
127
127
|
"@eslint/js": "^10.0.1",
|
|
128
128
|
"@playwright/test": "^1.58.2",
|
|
@@ -140,32 +140,32 @@
|
|
|
140
140
|
"@rmwc/tooltip": "^14.3.5",
|
|
141
141
|
"@rmwc/touch-target": "^14.3.5",
|
|
142
142
|
"@rmwc/typography": "^14.3.5",
|
|
143
|
-
"@stylistic/eslint-plugin": "^5.
|
|
143
|
+
"@stylistic/eslint-plugin": "^5.9.0",
|
|
144
144
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
145
|
-
"@tiptap/core": "^3.
|
|
146
|
-
"@tiptap/extensions": "^3.
|
|
147
|
-
"@tiptap/react": "^3.
|
|
148
|
-
"@tiptap/starter-kit": "^3.
|
|
145
|
+
"@tiptap/core": "^3.20.0",
|
|
146
|
+
"@tiptap/extensions": "^3.20.0",
|
|
147
|
+
"@tiptap/react": "^3.20.0",
|
|
148
|
+
"@tiptap/starter-kit": "^3.20.0",
|
|
149
149
|
"@types/ejs": "^3.1.5",
|
|
150
150
|
"@types/html-minifier": "^4.0.6",
|
|
151
|
-
"@types/jquery": "^
|
|
152
|
-
"@types/jsdom": "^
|
|
153
|
-
"@types/node": "^25.2
|
|
151
|
+
"@types/jquery": "^4.0.0",
|
|
152
|
+
"@types/jsdom": "^28.0.0",
|
|
153
|
+
"@types/node": "^25.3.2",
|
|
154
154
|
"@types/react": "^18.3.28",
|
|
155
155
|
"@types/react-dom": "^18.3.7",
|
|
156
156
|
"@types/react-transition-group": "^4.4.12",
|
|
157
157
|
"@types/spark-md5": "^3.0.5",
|
|
158
158
|
"@types/webpack-env": "^1.18.8",
|
|
159
|
-
"@typescript-eslint/eslint-plugin": "^8.56.
|
|
160
|
-
"@typescript-eslint/parser": "^8.56.
|
|
159
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
160
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
161
161
|
"blob-util": "^2.0.2",
|
|
162
|
-
"clientnode": "
|
|
162
|
+
"clientnode": "4.0.1349",
|
|
163
163
|
"css-loader": "^7.1.4",
|
|
164
164
|
"cssnano": "^7.1.2",
|
|
165
165
|
"documentation-website": "^1.0.398",
|
|
166
|
-
"eslint": "^10.0.
|
|
166
|
+
"eslint": "^10.0.2",
|
|
167
167
|
"eslint-config-google": "^0.14.0",
|
|
168
|
-
"eslint-plugin-jsdoc": "^62.
|
|
168
|
+
"eslint-plugin-jsdoc": "^62.7.1",
|
|
169
169
|
"identity-obj-proxy": "^3.0.0",
|
|
170
170
|
"jest": "^30.2.0",
|
|
171
171
|
"jsdoc": "^4.0.5",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"postcss-import": "^16.1.1",
|
|
177
177
|
"postcss-loader": "^8.2.1",
|
|
178
178
|
"postcss-nested": "^7.0.2",
|
|
179
|
-
"postcss-preset-env": "^11.
|
|
179
|
+
"postcss-preset-env": "^11.2.0",
|
|
180
180
|
"prop-types": "^15.8.1",
|
|
181
181
|
"react": "^18.3.1",
|
|
182
182
|
"react-dom": "^18.3.1",
|
|
@@ -187,13 +187,13 @@
|
|
|
187
187
|
"react-useanimations": "^2.10.0",
|
|
188
188
|
"spark-md5": "^3.0.2",
|
|
189
189
|
"style-loader": "^4.0.0",
|
|
190
|
-
"stylelint": "^17.
|
|
190
|
+
"stylelint": "^17.4.0",
|
|
191
191
|
"stylelint-config-standard": "^40.0.0",
|
|
192
192
|
"tslib": "^2.8.1",
|
|
193
|
-
"typescript-eslint": "^8.56.
|
|
193
|
+
"typescript-eslint": "^8.56.1",
|
|
194
194
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
195
195
|
"web-component-wrapper": "^0.0.543",
|
|
196
|
-
"weboptimizer": "^
|
|
196
|
+
"weboptimizer": "^3.0.0",
|
|
197
197
|
"webpack-dev-server": "^5.2.3"
|
|
198
198
|
},
|
|
199
199
|
"peerDependencies": {
|