web-input-material 0.0.432 → 0.0.434
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 +8 -8
- package/components/CircularSpinner.js +1 -1
- package/components/FileInput.bundle.js +15 -15
- package/components/FileInput.js +1 -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/RequireableCheckbox.bundle.js +22 -22
- package/components/RequireableCheckbox.js +1 -1
- package/components/SliderInput.bundle.js +10 -10
- package/components/SliderInput.js +1 -1
- 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 +24 -24
- package/index.js +1 -1
- package/package.json +66 -63
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.434",
|
|
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",
|
|
@@ -59,71 +59,72 @@
|
|
|
59
59
|
"test:browser": "yarn clear && weboptimizer test:browser '{__reference__: \"target:minimal\"}'",
|
|
60
60
|
"test:coverage": "weboptimizer test:coverage '{__reference__: \"target:minimal\"}'",
|
|
61
61
|
"test:coverage:report": "weboptimizer test:coverage:report '{__reference__: \"target:minimal\"}'",
|
|
62
|
-
"update": "yarn version
|
|
62
|
+
"update": "yarn version patch && yarn npm publish",
|
|
63
63
|
"update:documentation": "documentation-website",
|
|
64
64
|
"watch": "weboptimizer build --watch"
|
|
65
65
|
},
|
|
66
66
|
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {TextInput} = require('web-input-material')\n\nTextInput.component._name",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"prop-types": "
|
|
69
|
-
"react": "
|
|
70
|
-
"react-dom": "
|
|
71
|
-
"react-input-material": "
|
|
72
|
-
"react-transition-group": "
|
|
73
|
-
"web-component-wrapper": "
|
|
68
|
+
"prop-types": "^15.8.1",
|
|
69
|
+
"react": "^18.2.0",
|
|
70
|
+
"react-dom": "^18.2.0",
|
|
71
|
+
"react-input-material": "^0.0.643",
|
|
72
|
+
"react-transition-group": "^4.4.5",
|
|
73
|
+
"web-component-wrapper": "^0.0.484"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@babel/eslint-parser": "
|
|
77
|
-
"@babel/plugin-transform-proto-to-assign": "
|
|
78
|
-
"@babel/preset-react": "
|
|
79
|
-
"@
|
|
80
|
-
"@rmwc/
|
|
81
|
-
"@rmwc/
|
|
82
|
-
"@rmwc/
|
|
83
|
-
"@rmwc/
|
|
84
|
-
"@rmwc/icon
|
|
85
|
-
"@rmwc/
|
|
86
|
-
"@rmwc/
|
|
87
|
-
"@rmwc/
|
|
88
|
-
"@rmwc/
|
|
89
|
-
"@rmwc/
|
|
90
|
-
"@rmwc/
|
|
91
|
-
"@rmwc/
|
|
92
|
-
"@rmwc/
|
|
93
|
-
"@
|
|
94
|
-
"@
|
|
95
|
-
"@types/
|
|
96
|
-
"@types/
|
|
97
|
-
"@types/
|
|
98
|
-
"@types/
|
|
99
|
-
"@types/
|
|
100
|
-
"@types/react
|
|
101
|
-
"@types/react-
|
|
102
|
-
"@types/
|
|
103
|
-
"@
|
|
104
|
-
"@typescript-eslint/
|
|
105
|
-
"@
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"eslint
|
|
111
|
-
"eslint-
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"material-
|
|
117
|
-
"
|
|
118
|
-
"react-
|
|
119
|
-
"react-generic-
|
|
120
|
-
"react-generic-
|
|
121
|
-
"react-
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
76
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
77
|
+
"@babel/plugin-transform-proto-to-assign": "^7.23.3",
|
|
78
|
+
"@babel/preset-react": "^7.23.3",
|
|
79
|
+
"@babel/runtime": "^7.24.0",
|
|
80
|
+
"@rmwc/card": "^14.0.11",
|
|
81
|
+
"@rmwc/checkbox": "^14.0.11",
|
|
82
|
+
"@rmwc/circular-progress": "^14.0.11",
|
|
83
|
+
"@rmwc/formfield": "^14.0.11",
|
|
84
|
+
"@rmwc/icon": "^14.0.11",
|
|
85
|
+
"@rmwc/icon-button": "^14.0.11",
|
|
86
|
+
"@rmwc/select": "^14.0.11",
|
|
87
|
+
"@rmwc/slider": "^14.0.11",
|
|
88
|
+
"@rmwc/tabs": "^14.0.11",
|
|
89
|
+
"@rmwc/textfield": "^14.0.11",
|
|
90
|
+
"@rmwc/theme": "^14.0.11",
|
|
91
|
+
"@rmwc/tooltip": "^14.0.11",
|
|
92
|
+
"@rmwc/touch-target": "^14.0.11",
|
|
93
|
+
"@rmwc/typography": "^14.0.11",
|
|
94
|
+
"@tinymce/tinymce-react": "^4.3.2",
|
|
95
|
+
"@types/ejs": "^3.1.5",
|
|
96
|
+
"@types/html-minifier": "^4.0.5",
|
|
97
|
+
"@types/jquery": "^3.5.29",
|
|
98
|
+
"@types/jsdom": "^21.1.6",
|
|
99
|
+
"@types/node": "^20.11.24",
|
|
100
|
+
"@types/react": "^18.2.61",
|
|
101
|
+
"@types/react-dom": "^18.2.19",
|
|
102
|
+
"@types/react-transition-group": "^4.4.10",
|
|
103
|
+
"@types/webpack-env": "^1.18.4",
|
|
104
|
+
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
105
|
+
"@typescript-eslint/parser": "^7.1.0",
|
|
106
|
+
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
107
|
+
"blob-util": "^2.0.2",
|
|
108
|
+
"clientnode": "^3.0.1136",
|
|
109
|
+
"documentation-website": "^1.0.326",
|
|
110
|
+
"eslint": "^8.57.0",
|
|
111
|
+
"eslint-config-google": "^0.14.0",
|
|
112
|
+
"eslint-plugin-jsdoc": "^48.2.0",
|
|
113
|
+
"identity-obj-proxy": "^3.0.0",
|
|
114
|
+
"jest": "^29.7.0",
|
|
115
|
+
"jsdoc": "^4.0.2",
|
|
116
|
+
"material-components-web": "^14.0.0",
|
|
117
|
+
"material-icons": "^1.13.12",
|
|
118
|
+
"react-ace": "^10.1.0",
|
|
119
|
+
"react-generic-animate": "^0.0.40",
|
|
120
|
+
"react-generic-dummy": "^0.0.68",
|
|
121
|
+
"react-generic-tools": "^0.0.40",
|
|
122
|
+
"react-useanimations": "^2.10.0",
|
|
123
|
+
"spark-md5": "^3.0.2",
|
|
124
|
+
"style-loader": "^3.3.4",
|
|
125
|
+
"tslib": "^2.6.2",
|
|
126
|
+
"weboptimizer": "^2.0.1452",
|
|
127
|
+
"webpack-dev-server": "^5.0.2"
|
|
127
128
|
},
|
|
128
129
|
"peerDependencies": {
|
|
129
130
|
"@babel/runtime": "*",
|
|
@@ -135,8 +136,9 @@
|
|
|
135
136
|
}
|
|
136
137
|
},
|
|
137
138
|
"engines": {
|
|
138
|
-
"node": ">=
|
|
139
|
-
"npm": ">=
|
|
139
|
+
"node": ">=20",
|
|
140
|
+
"npm": ">=10",
|
|
141
|
+
"yarn": ">=4"
|
|
140
142
|
},
|
|
141
143
|
"resolutions": {
|
|
142
144
|
"colors": "1.4.0"
|
|
@@ -285,5 +287,6 @@
|
|
|
285
287
|
"__remove__": "**/node_modules"
|
|
286
288
|
}
|
|
287
289
|
}
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
+
},
|
|
291
|
+
"packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
|
|
292
|
+
}
|