web-input-material 0.0.488 → 0.0.490
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/CheckboxInput.bundle.js +10 -10
- package/components/CheckboxInput.js +1 -1
- package/components/CheckboxInput.ts +10 -1
- package/components/CircularSpinner.bundle.js +9 -9
- package/components/CircularSpinner.js +1 -1
- package/components/CircularSpinner.ts +12 -10
- package/components/FileInput.bundle.js +15 -15
- package/components/FileInput.js +1 -1
- package/components/FileInput.ts +10 -1
- package/components/GenericAnimate.bundle.js +5 -5
- package/components/GenericAnimate.js +1 -1
- package/components/GenericInputs.bundle.js +15 -15
- package/components/GenericInputs.js +1 -1
- package/components/SliderInput.bundle.js +11 -11
- package/components/SliderInput.js +1 -1
- package/components/TabItem.ts +5 -3
- package/components/Tabs.bundle.js +12 -12
- package/components/Tabs.js +1 -1
- package/components/TextInput.bundle.js +15 -15
- package/components/TextInput.js +1 -1
- package/index.bundle.js +18 -18
- package/index.js +1 -1
- package/package.json +26 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.490",
|
|
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",
|
|
@@ -63,23 +63,23 @@
|
|
|
63
63
|
"prop-types": "^15.8.1",
|
|
64
64
|
"react": "^18.3.1",
|
|
65
65
|
"react-dom": "^18.3.1",
|
|
66
|
-
"react-input-material": "^0.0.
|
|
66
|
+
"react-input-material": "^0.0.780",
|
|
67
67
|
"react-transition-group": "^4.4.5",
|
|
68
|
-
"web-component-wrapper": "^0.0.
|
|
68
|
+
"web-component-wrapper": "^0.0.542"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@babel/eslint-parser": "^7.28.
|
|
71
|
+
"@babel/eslint-parser": "^7.28.6",
|
|
72
72
|
"@babel/plugin-transform-proto-to-assign": "^7.27.1",
|
|
73
73
|
"@babel/preset-react": "^7.28.5",
|
|
74
|
-
"@babel/runtime": "^7.28.
|
|
74
|
+
"@babel/runtime": "^7.28.6",
|
|
75
75
|
"@codemirror/autocomplete": "^6.20.0",
|
|
76
76
|
"@codemirror/commands": "^6.10.1",
|
|
77
77
|
"@codemirror/lang-css": "^6.3.1",
|
|
78
78
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
79
79
|
"@codemirror/language": "^6.12.1",
|
|
80
|
-
"@codemirror/lint": "^6.9.
|
|
81
|
-
"@codemirror/search": "^6.
|
|
82
|
-
"@codemirror/state": "^6.5.
|
|
80
|
+
"@codemirror/lint": "^6.9.3",
|
|
81
|
+
"@codemirror/search": "^6.6.0",
|
|
82
|
+
"@codemirror/state": "^6.5.4",
|
|
83
83
|
"@rmwc/card": "^14.3.5",
|
|
84
84
|
"@rmwc/checkbox": "^14.3.5",
|
|
85
85
|
"@rmwc/circular-progress": "^14.3.5",
|
|
@@ -87,50 +87,50 @@
|
|
|
87
87
|
"@rmwc/icon": "^14.3.5",
|
|
88
88
|
"@rmwc/icon-button": "^14.3.5",
|
|
89
89
|
"@rmwc/select": "^14.3.5",
|
|
90
|
-
"@rmwc/slider": "
|
|
90
|
+
"@rmwc/slider": "patch:@rmwc/slider@npm%3A14.3.5#~/.yarn/patches/@rmwc-slider-npm-14.3.5-c8fe4ac3a5.patch",
|
|
91
91
|
"@rmwc/tabs": "^14.3.5",
|
|
92
92
|
"@rmwc/textfield": "^14.3.5",
|
|
93
93
|
"@rmwc/theme": "^14.3.5",
|
|
94
94
|
"@rmwc/tooltip": "^14.3.5",
|
|
95
95
|
"@rmwc/touch-target": "^14.3.5",
|
|
96
96
|
"@rmwc/typography": "^14.3.5",
|
|
97
|
-
"@stylistic/eslint-plugin": "^5.
|
|
98
|
-
"@tiptap/core": "^3.
|
|
99
|
-
"@tiptap/react": "^3.
|
|
100
|
-
"@tiptap/starter-kit": "^3.
|
|
97
|
+
"@stylistic/eslint-plugin": "^5.7.1",
|
|
98
|
+
"@tiptap/core": "^3.18.0",
|
|
99
|
+
"@tiptap/react": "^3.18.0",
|
|
100
|
+
"@tiptap/starter-kit": "^3.18.0",
|
|
101
101
|
"@types/ejs": "^3.1.5",
|
|
102
102
|
"@types/html-minifier": "^4.0.6",
|
|
103
103
|
"@types/jquery": "^3.5.33",
|
|
104
104
|
"@types/jsdom": "^27.0.0",
|
|
105
|
-
"@types/node": "^25.0
|
|
105
|
+
"@types/node": "^25.1.0",
|
|
106
106
|
"@types/react": "^18.3.27",
|
|
107
107
|
"@types/react-dom": "^18.3.7",
|
|
108
108
|
"@types/react-transition-group": "^4.4.12",
|
|
109
109
|
"@types/webpack-env": "^1.18.8",
|
|
110
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
111
|
-
"@typescript-eslint/parser": "^8.
|
|
110
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
111
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
112
112
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
113
113
|
"blob-util": "^2.0.2",
|
|
114
|
-
"clientnode": "^3.0.
|
|
114
|
+
"clientnode": "^3.0.1343",
|
|
115
115
|
"documentation-website": "^1.0.398",
|
|
116
116
|
"eslint": "^9.39.2",
|
|
117
117
|
"eslint-config-google": "^0.14.0",
|
|
118
|
-
"eslint-plugin-jsdoc": "^
|
|
118
|
+
"eslint-plugin-jsdoc": "^62.5.0",
|
|
119
119
|
"identity-obj-proxy": "^3.0.0",
|
|
120
120
|
"jest": "^30.2.0",
|
|
121
121
|
"jsdoc": "^4.0.5",
|
|
122
122
|
"material-components-web": "^14.0.0",
|
|
123
123
|
"material-icons": "^1.13.14",
|
|
124
|
-
"react-generic-animate": "^0.0.
|
|
125
|
-
"react-generic-dummy": "^0.0.
|
|
126
|
-
"react-generic-tools": "^0.0.
|
|
124
|
+
"react-generic-animate": "^0.0.104",
|
|
125
|
+
"react-generic-dummy": "^0.0.117",
|
|
126
|
+
"react-generic-tools": "^0.0.93",
|
|
127
127
|
"react-useanimations": "^2.10.0",
|
|
128
128
|
"spark-md5": "^3.0.2",
|
|
129
129
|
"style-loader": "^4.0.0",
|
|
130
130
|
"tslib": "^2.8.1",
|
|
131
|
-
"typescript-eslint": "^8.
|
|
132
|
-
"weboptimizer": "^2.0.
|
|
133
|
-
"webpack-dev-server": "^5.2.
|
|
131
|
+
"typescript-eslint": "^8.54.0",
|
|
132
|
+
"weboptimizer": "^2.0.1642",
|
|
133
|
+
"webpack-dev-server": "^5.2.3"
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"@babel/runtime": "*",
|
|
@@ -147,13 +147,10 @@
|
|
|
147
147
|
"yarn": ">=4"
|
|
148
148
|
},
|
|
149
149
|
"resolutions": {
|
|
150
|
-
"@rmwc/ripple@npm:14.3.4": "patch:@rmwc/ripple@npm%3A14.3.4#~/.yarn/patches/@rmwc-ripple-npm-14.3.4-27648eff11.patch",
|
|
151
150
|
"colors": "1.4.0",
|
|
152
|
-
"
|
|
151
|
+
"@rmwc/ripple@npm:14.3.5": "patch:@rmwc/ripple@npm%3A14.3.5#~/.yarn/patches/@rmwc-ripple-npm-14.3.5-9657693602.patch",
|
|
153
152
|
"globals@npm:^14.0.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
154
|
-
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch"
|
|
155
|
-
"webpack@npm:^5.90.3": "patch:webpack@npm%3A5.90.3#~/.yarn/patches/webpack-npm-5.90.3-2a12e60d26.patch",
|
|
156
|
-
"@rmwc/ripple@npm:14.3.5": "patch:@rmwc/ripple@npm%3A14.3.5#~/.yarn/patches/@rmwc-ripple-npm-14.3.5-9657693602.patch"
|
|
153
|
+
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch"
|
|
157
154
|
},
|
|
158
155
|
"sideEffects": false,
|
|
159
156
|
"documentationWebsite": {
|