web-input-material 0.0.442 → 0.0.444
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 +19 -19
- package/components/CircularSpinner.js +1 -1
- package/components/CircularSpinner.ts +1 -1
- package/components/FileInput.bundle.js +5 -5
- package/components/FileInput.js +1 -1
- package/components/FileInput.ts +1 -1
- package/components/GenericAnimate.bundle.js +5 -5
- package/components/GenericAnimate.js +1 -1
- package/components/GenericAnimate.ts +1 -1
- package/components/GenericInputs.bundle.js +11 -11
- package/components/GenericInputs.js +1 -1
- package/components/GenericInputs.ts +1 -1
- package/components/GenericInterval.ts +1 -1
- package/components/RequireableCheckbox.bundle.js +8 -8
- package/components/RequireableCheckbox.js +1 -1
- package/components/RequireableCheckbox.ts +1 -1
- package/components/SliderInput.bundle.js +4 -4
- package/components/SliderInput.js +1 -1
- package/components/SliderInput.ts +15 -13
- package/components/TabBar.ts +2 -2
- package/components/TabItem.ts +1 -1
- package/components/Tabs.bundle.js +8 -8
- package/components/Tabs.js +1 -1
- package/components/TextInput.bundle.js +5 -5
- package/components/TextInput.js +1 -1
- package/components/TextInput.ts +1 -1
- package/index.bundle.js +12 -12
- package/index.js +1 -1
- package/package.json +42 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.444",
|
|
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,64 +65,65 @@
|
|
|
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.659",
|
|
69
69
|
"react-transition-group": "^4.4.5",
|
|
70
|
-
"web-component-wrapper": "^0.0.
|
|
70
|
+
"web-component-wrapper": "^0.0.498"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@babel/eslint-parser": "^7.
|
|
74
|
-
"@babel/plugin-transform-proto-to-assign": "^7.
|
|
75
|
-
"@babel/preset-react": "^7.
|
|
76
|
-
"@babel/runtime": "^7.
|
|
77
|
-
"@rmwc/card": "^14.3.
|
|
78
|
-
"@rmwc/checkbox": "^14.3.
|
|
79
|
-
"@rmwc/circular-progress": "^14.3.
|
|
80
|
-
"@rmwc/formfield": "^14.3.
|
|
81
|
-
"@rmwc/icon": "^14.3.
|
|
82
|
-
"@rmwc/icon-button": "^14.3.
|
|
83
|
-
"@rmwc/select": "patch:@rmwc/select@npm%3A14.3.
|
|
84
|
-
"@rmwc/slider": "patch:@rmwc/slider@npm%3A14.3.
|
|
85
|
-
"@rmwc/tabs": "^14.3.
|
|
86
|
-
"@rmwc/textfield": "^14.3.
|
|
87
|
-
"@rmwc/theme": "^14.3.
|
|
88
|
-
"@rmwc/tooltip": "^14.3.
|
|
89
|
-
"@rmwc/touch-target": "^14.3.
|
|
90
|
-
"@rmwc/typography": "^14.3.
|
|
73
|
+
"@babel/eslint-parser": "^7.25.7",
|
|
74
|
+
"@babel/plugin-transform-proto-to-assign": "^7.25.7",
|
|
75
|
+
"@babel/preset-react": "^7.25.7",
|
|
76
|
+
"@babel/runtime": "^7.25.7",
|
|
77
|
+
"@rmwc/card": "^14.3.4",
|
|
78
|
+
"@rmwc/checkbox": "^14.3.4",
|
|
79
|
+
"@rmwc/circular-progress": "^14.3.4",
|
|
80
|
+
"@rmwc/formfield": "^14.3.4",
|
|
81
|
+
"@rmwc/icon": "^14.3.4",
|
|
82
|
+
"@rmwc/icon-button": "^14.3.4",
|
|
83
|
+
"@rmwc/select": "patch:@rmwc/select@npm%3A14.3.4#~/.yarn/patches/@rmwc-select-npm-14.3.4-6d0aebe22c.patch",
|
|
84
|
+
"@rmwc/slider": "patch:@rmwc/slider@npm%3A14.3.4#~/.yarn/patches/@rmwc-slider-npm-14.3.4-c58d8ea166.patch",
|
|
85
|
+
"@rmwc/tabs": "^14.3.4",
|
|
86
|
+
"@rmwc/textfield": "^14.3.4",
|
|
87
|
+
"@rmwc/theme": "^14.3.4",
|
|
88
|
+
"@rmwc/tooltip": "^14.3.4",
|
|
89
|
+
"@rmwc/touch-target": "^14.3.4",
|
|
90
|
+
"@rmwc/typography": "^14.3.4",
|
|
91
|
+
"@stylistic/eslint-plugin-ts": "^2.8.0",
|
|
91
92
|
"@tinymce/tinymce-react": "^5.1.1",
|
|
92
93
|
"@types/ejs": "^3.1.5",
|
|
93
94
|
"@types/html-minifier": "^4.0.5",
|
|
94
|
-
"@types/jquery": "^3.5.
|
|
95
|
+
"@types/jquery": "^3.5.31",
|
|
95
96
|
"@types/jsdom": "^21.1.7",
|
|
96
|
-
"@types/node": "^
|
|
97
|
-
"@types/react": "^18.3.
|
|
97
|
+
"@types/node": "^22.7.4",
|
|
98
|
+
"@types/react": "^18.3.11",
|
|
98
99
|
"@types/react-dom": "^18.3.0",
|
|
99
|
-
"@types/react-transition-group": "^4.4.
|
|
100
|
+
"@types/react-transition-group": "^4.4.11",
|
|
100
101
|
"@types/webpack-env": "^1.18.5",
|
|
101
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
102
|
-
"@typescript-eslint/parser": "^
|
|
102
|
+
"@typescript-eslint/eslint-plugin": "^8.8.0",
|
|
103
|
+
"@typescript-eslint/parser": "^8.8.0",
|
|
103
104
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
104
105
|
"blob-util": "^2.0.2",
|
|
105
|
-
"clientnode": "^3.0.
|
|
106
|
-
"documentation-website": "^1.0.
|
|
107
|
-
"eslint": "^9.
|
|
106
|
+
"clientnode": "^3.0.1201",
|
|
107
|
+
"documentation-website": "^1.0.335",
|
|
108
|
+
"eslint": "^9.11.1",
|
|
108
109
|
"eslint-config-google": "^0.14.0",
|
|
109
|
-
"eslint-plugin-jsdoc": "^
|
|
110
|
+
"eslint-plugin-jsdoc": "^50.3.1",
|
|
110
111
|
"identity-obj-proxy": "^3.0.0",
|
|
111
112
|
"jest": "^29.7.0",
|
|
112
113
|
"jsdoc": "^4.0.3",
|
|
113
114
|
"material-components-web": "^14.0.0",
|
|
114
115
|
"material-icons": "^1.13.12",
|
|
115
116
|
"react-ace": "^12.0.0",
|
|
116
|
-
"react-generic-animate": "^0.0.
|
|
117
|
-
"react-generic-dummy": "^0.0.
|
|
118
|
-
"react-generic-tools": "^0.0.
|
|
117
|
+
"react-generic-animate": "^0.0.55",
|
|
118
|
+
"react-generic-dummy": "^0.0.79",
|
|
119
|
+
"react-generic-tools": "^0.0.50",
|
|
119
120
|
"react-useanimations": "^2.10.0",
|
|
120
121
|
"spark-md5": "^3.0.2",
|
|
121
122
|
"style-loader": "^4.0.0",
|
|
122
|
-
"tslib": "^2.
|
|
123
|
-
"typescript-eslint": "^
|
|
124
|
-
"weboptimizer": "^2.0.
|
|
125
|
-
"webpack-dev-server": "^5.0
|
|
123
|
+
"tslib": "^2.7.0",
|
|
124
|
+
"typescript-eslint": "^8.8.0",
|
|
125
|
+
"weboptimizer": "^2.0.1519",
|
|
126
|
+
"webpack-dev-server": "^5.1.0"
|
|
126
127
|
},
|
|
127
128
|
"peerDependencies": {
|
|
128
129
|
"@babel/runtime": "*",
|
|
@@ -139,12 +140,12 @@
|
|
|
139
140
|
"yarn": ">=4"
|
|
140
141
|
},
|
|
141
142
|
"resolutions": {
|
|
143
|
+
"@rmwc/ripple@npm:14.3.4": "patch:@rmwc/ripple@npm%3A14.3.4#~/.yarn/patches/@rmwc-ripple-npm-14.3.4-27648eff11.patch",
|
|
142
144
|
"colors": "1.4.0",
|
|
143
|
-
"@rmwc/ripple@npm:14.0.11": "patch:@rmwc/ripple@npm%3A14.0.11#~/.yarn/patches/@rmwc-ripple-npm-14.0.11-22d1530040.patch",
|
|
144
|
-
"webpack@npm:^5.90.3": "patch:webpack@npm%3A5.90.3#~/.yarn/patches/webpack-npm-5.90.3-2a12e60d26.patch",
|
|
145
145
|
"globals@npm:^11.1.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
146
146
|
"globals@npm:^14.0.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
147
|
-
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch"
|
|
147
|
+
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
148
|
+
"webpack@npm:^5.90.3": "patch:webpack@npm%3A5.90.3#~/.yarn/patches/webpack-npm-5.90.3-2a12e60d26.patch"
|
|
148
149
|
},
|
|
149
150
|
"sideEffects": false,
|
|
150
151
|
"documentationWebsite": {
|