web-input-material 0.0.434 → 0.0.436
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 +2 -2
- package/components/FileInput.bundle.js +5 -5
- package/components/FileInput.js +1 -1
- package/components/GenericInputs.bundle.js +5 -5
- package/components/GenericInputs.js +1 -1
- package/components/RequireableCheckbox.bundle.js +2 -2
- package/components/SliderInput.bundle.js +2 -2
- package/components/Tabs.bundle.js +3 -3
- package/components/TextInput.bundle.js +11 -11
- package/components/TextInput.js +1 -1
- package/index.bundle.js +5 -5
- package/index.js +1 -1
- package/package.json +32 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.436",
|
|
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",
|
|
@@ -48,10 +48,7 @@
|
|
|
48
48
|
"clear": "weboptimizer clear",
|
|
49
49
|
"document": "weboptimizer document",
|
|
50
50
|
"lint": "weboptimizer lint",
|
|
51
|
-
"patch": "for path in patches/*.patch; do target_file_path=\"$(echo \"$path\" | sed --regexp-extended 's/patches\\/([^/]+).patch$/\\1/' | sed 's:\\+:/:g')\"; source_file_path=\"$path\"; echo \"Patch file \\\"$target_file_path\\\" with \\\"$source_file_path\\\".\"; patch --forward --input \"$source_file_path\" --reject-file - \"$target_file_path\"; done; true",
|
|
52
51
|
"prepare": "yarn build",
|
|
53
|
-
"postinstall": "yarn patch || true",
|
|
54
|
-
"postversion": "yarn publish --non-interactive; git push --tags && git push",
|
|
55
52
|
"serve": "weboptimizer serve",
|
|
56
53
|
"serve:minimal": "weboptimizer serve '{__reference__: \"target:minimal\"}'",
|
|
57
54
|
"start": "yarn serve",
|
|
@@ -68,63 +65,63 @@
|
|
|
68
65
|
"prop-types": "^15.8.1",
|
|
69
66
|
"react": "^18.2.0",
|
|
70
67
|
"react-dom": "^18.2.0",
|
|
71
|
-
"react-input-material": "^0.0.
|
|
68
|
+
"react-input-material": "^0.0.648",
|
|
72
69
|
"react-transition-group": "^4.4.5",
|
|
73
|
-
"web-component-wrapper": "^0.0.
|
|
70
|
+
"web-component-wrapper": "^0.0.486"
|
|
74
71
|
},
|
|
75
72
|
"devDependencies": {
|
|
76
73
|
"@babel/eslint-parser": "^7.23.10",
|
|
77
74
|
"@babel/plugin-transform-proto-to-assign": "^7.23.3",
|
|
78
75
|
"@babel/preset-react": "^7.23.3",
|
|
79
76
|
"@babel/runtime": "^7.24.0",
|
|
80
|
-
"@rmwc/card": "^14.
|
|
81
|
-
"@rmwc/checkbox": "^14.
|
|
82
|
-
"@rmwc/circular-progress": "^14.
|
|
83
|
-
"@rmwc/formfield": "^14.
|
|
84
|
-
"@rmwc/icon": "^14.
|
|
85
|
-
"@rmwc/icon-button": "^14.
|
|
86
|
-
"@rmwc/select": "^14.
|
|
87
|
-
"@rmwc/slider": "^14.
|
|
88
|
-
"@rmwc/tabs": "^14.
|
|
89
|
-
"@rmwc/textfield": "^14.
|
|
90
|
-
"@rmwc/theme": "^14.
|
|
91
|
-
"@rmwc/tooltip": "^14.
|
|
92
|
-
"@rmwc/touch-target": "^14.
|
|
93
|
-
"@rmwc/typography": "^14.
|
|
77
|
+
"@rmwc/card": "^14.1.2",
|
|
78
|
+
"@rmwc/checkbox": "^14.1.2",
|
|
79
|
+
"@rmwc/circular-progress": "^14.1.2",
|
|
80
|
+
"@rmwc/formfield": "^14.1.2",
|
|
81
|
+
"@rmwc/icon": "^14.1.2",
|
|
82
|
+
"@rmwc/icon-button": "^14.1.2",
|
|
83
|
+
"@rmwc/select": "^14.1.2",
|
|
84
|
+
"@rmwc/slider": "^14.1.2",
|
|
85
|
+
"@rmwc/tabs": "^14.1.2",
|
|
86
|
+
"@rmwc/textfield": "^14.1.2",
|
|
87
|
+
"@rmwc/theme": "^14.1.2",
|
|
88
|
+
"@rmwc/tooltip": "^14.1.2",
|
|
89
|
+
"@rmwc/touch-target": "^14.1.2",
|
|
90
|
+
"@rmwc/typography": "^14.1.2",
|
|
94
91
|
"@tinymce/tinymce-react": "^4.3.2",
|
|
95
92
|
"@types/ejs": "^3.1.5",
|
|
96
93
|
"@types/html-minifier": "^4.0.5",
|
|
97
94
|
"@types/jquery": "^3.5.29",
|
|
98
95
|
"@types/jsdom": "^21.1.6",
|
|
99
|
-
"@types/node": "^20.11.
|
|
100
|
-
"@types/react": "^18.2.
|
|
101
|
-
"@types/react-dom": "^18.2.
|
|
96
|
+
"@types/node": "^20.11.28",
|
|
97
|
+
"@types/react": "^18.2.67",
|
|
98
|
+
"@types/react-dom": "^18.2.22",
|
|
102
99
|
"@types/react-transition-group": "^4.4.10",
|
|
103
100
|
"@types/webpack-env": "^1.18.4",
|
|
104
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
105
|
-
"@typescript-eslint/parser": "^7.
|
|
101
|
+
"@typescript-eslint/eslint-plugin": "^7.3.0",
|
|
102
|
+
"@typescript-eslint/parser": "^7.3.0",
|
|
106
103
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
107
104
|
"blob-util": "^2.0.2",
|
|
108
|
-
"clientnode": "^3.0.
|
|
105
|
+
"clientnode": "^3.0.1140",
|
|
109
106
|
"documentation-website": "^1.0.326",
|
|
110
107
|
"eslint": "^8.57.0",
|
|
111
108
|
"eslint-config-google": "^0.14.0",
|
|
112
|
-
"eslint-plugin-jsdoc": "^48.2.
|
|
109
|
+
"eslint-plugin-jsdoc": "^48.2.1",
|
|
113
110
|
"identity-obj-proxy": "^3.0.0",
|
|
114
111
|
"jest": "^29.7.0",
|
|
115
112
|
"jsdoc": "^4.0.2",
|
|
116
113
|
"material-components-web": "^14.0.0",
|
|
117
114
|
"material-icons": "^1.13.12",
|
|
118
115
|
"react-ace": "^10.1.0",
|
|
119
|
-
"react-generic-animate": "^0.0.
|
|
120
|
-
"react-generic-dummy": "^0.0.
|
|
121
|
-
"react-generic-tools": "^0.0.
|
|
116
|
+
"react-generic-animate": "^0.0.42",
|
|
117
|
+
"react-generic-dummy": "^0.0.70",
|
|
118
|
+
"react-generic-tools": "^0.0.42",
|
|
122
119
|
"react-useanimations": "^2.10.0",
|
|
123
120
|
"spark-md5": "^3.0.2",
|
|
124
121
|
"style-loader": "^3.3.4",
|
|
125
122
|
"tslib": "^2.6.2",
|
|
126
|
-
"weboptimizer": "^2.0.
|
|
127
|
-
"webpack-dev-server": "^5.0.
|
|
123
|
+
"weboptimizer": "^2.0.1457",
|
|
124
|
+
"webpack-dev-server": "^5.0.3"
|
|
128
125
|
},
|
|
129
126
|
"peerDependencies": {
|
|
130
127
|
"@babel/runtime": "*",
|
|
@@ -141,7 +138,9 @@
|
|
|
141
138
|
"yarn": ">=4"
|
|
142
139
|
},
|
|
143
140
|
"resolutions": {
|
|
144
|
-
"colors": "1.4.0"
|
|
141
|
+
"colors": "1.4.0",
|
|
142
|
+
"@rmwc/ripple@npm:14.0.11": "patch:@rmwc/ripple@npm%3A14.0.11#~/.yarn/patches/@rmwc-ripple-npm-14.0.11-22d1530040.patch",
|
|
143
|
+
"webpack@npm:^5.90.3": "patch:webpack@npm%3A5.90.3#~/.yarn/patches/webpack-npm-5.90.3-2a12e60d26.patch"
|
|
145
144
|
},
|
|
146
145
|
"sideEffects": false,
|
|
147
146
|
"documentationWebsite": {
|