web-input-material 0.0.473 → 0.0.475
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 +283 -0
- package/components/CheckboxInput.d.ts +4 -0
- package/components/{RequireableCheckbox.js → CheckboxInput.js} +1 -1
- package/components/{RequireableCheckbox.ts → CheckboxInput.ts} +5 -5
- package/components/CircularSpinner.bundle.js +6 -6
- package/components/CircularSpinner.js +1 -1
- package/components/CircularSpinner.ts +1 -1
- package/components/FileInput.bundle.js +14 -14
- package/components/FileInput.js +1 -1
- package/components/GenericAnimate.bundle.js +4 -4
- package/components/GenericAnimate.js +1 -1
- package/components/GenericInputs.bundle.js +12 -12
- package/components/GenericInputs.js +1 -1
- package/components/{GenericInterval.d.ts → IntervalInput.d.ts} +2 -2
- package/components/{GenericInterval.ts → IntervalInput.ts} +10 -8
- package/components/SliderInput.bundle.js +9 -9
- package/components/SliderInput.js +1 -1
- package/components/SliderInput.ts +1 -1
- package/components/TabBar.ts +1 -1
- package/components/TabItem.ts +1 -1
- package/components/Tabs.bundle.js +12 -12
- package/components/Tabs.js +1 -1
- package/components/TextInput.bundle.js +12 -12
- package/components/TextInput.js +1 -1
- package/components/TextInput.ts +7 -5
- package/index.bundle.js +20 -20
- package/index.d.ts +2 -2
- package/index.js +1 -1
- package/package.json +28 -28
- package/components/RequireableCheckbox.bundle.js +0 -283
- package/components/RequireableCheckbox.d.ts +0 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.475",
|
|
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,20 +63,20 @@
|
|
|
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.729",
|
|
67
67
|
"react-transition-group": "^4.4.5",
|
|
68
|
-
"web-component-wrapper": "^0.0.
|
|
68
|
+
"web-component-wrapper": "^0.0.527"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@babel/eslint-parser": "^7.28.
|
|
71
|
+
"@babel/eslint-parser": "^7.28.4",
|
|
72
72
|
"@babel/plugin-transform-proto-to-assign": "^7.27.1",
|
|
73
73
|
"@babel/preset-react": "^7.27.1",
|
|
74
|
-
"@babel/runtime": "^7.
|
|
75
|
-
"@codemirror/autocomplete": "^6.
|
|
74
|
+
"@babel/runtime": "^7.28.4",
|
|
75
|
+
"@codemirror/autocomplete": "^6.19.0",
|
|
76
76
|
"@codemirror/commands": "^6.8.1",
|
|
77
77
|
"@codemirror/lang-css": "^6.3.1",
|
|
78
78
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
79
|
-
"@codemirror/language": "^6.11.
|
|
79
|
+
"@codemirror/language": "^6.11.3",
|
|
80
80
|
"@codemirror/lint": "^6.8.5",
|
|
81
81
|
"@codemirror/search": "^6.5.11",
|
|
82
82
|
"@codemirror/state": "^6.5.2",
|
|
@@ -87,49 +87,49 @@
|
|
|
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": "^
|
|
99
|
-
"@tiptap/react": "^
|
|
100
|
-
"@tiptap/starter-kit": "^
|
|
97
|
+
"@stylistic/eslint-plugin": "^5.4.0",
|
|
98
|
+
"@tiptap/core": "^3.6.1",
|
|
99
|
+
"@tiptap/react": "^3.6.1",
|
|
100
|
+
"@tiptap/starter-kit": "^3.6.1",
|
|
101
101
|
"@types/ejs": "^3.1.5",
|
|
102
102
|
"@types/html-minifier": "^4.0.5",
|
|
103
|
-
"@types/jquery": "^3.5.
|
|
103
|
+
"@types/jquery": "^3.5.33",
|
|
104
104
|
"@types/jsdom": "^21.1.7",
|
|
105
|
-
"@types/node": "^24.
|
|
106
|
-
"@types/react": "^18.3.
|
|
105
|
+
"@types/node": "^24.5.2",
|
|
106
|
+
"@types/react": "^18.3.24",
|
|
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.44.1",
|
|
111
|
+
"@typescript-eslint/parser": "^8.44.1",
|
|
112
112
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
113
113
|
"blob-util": "^2.0.2",
|
|
114
|
-
"clientnode": "^3.0.
|
|
115
|
-
"documentation-website": "^1.0.
|
|
116
|
-
"eslint": "^9.
|
|
114
|
+
"clientnode": "^3.0.1310",
|
|
115
|
+
"documentation-website": "^1.0.394",
|
|
116
|
+
"eslint": "^9.36.0",
|
|
117
117
|
"eslint-config-google": "^0.14.0",
|
|
118
|
-
"eslint-plugin-jsdoc": "^
|
|
118
|
+
"eslint-plugin-jsdoc": "^60.4.0",
|
|
119
119
|
"identity-obj-proxy": "^3.0.0",
|
|
120
|
-
"jest": "^30.
|
|
120
|
+
"jest": "^30.1.3",
|
|
121
121
|
"jsdoc": "^4.0.4",
|
|
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.88",
|
|
125
|
+
"react-generic-dummy": "^0.0.105",
|
|
126
|
+
"react-generic-tools": "^0.0.79",
|
|
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.
|
|
131
|
+
"typescript-eslint": "^8.44.1",
|
|
132
|
+
"weboptimizer": "^2.0.1609",
|
|
133
133
|
"webpack-dev-server": "^5.2.2"
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
},
|
|
196
196
|
"injection": {
|
|
197
197
|
"entry": {
|
|
198
|
-
"__evaluate__": "2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2].startsWith('test') ? {testBundle: './test.ts'} : 2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2] === 'serve' ? {clientnode: 'clientnode', index: './index'} : {'./components/CircularSpinner': './components/CircularSpinner', './components/FileInput': './components/FileInput', './components/GenericAnimate': './components/GenericAnimate', './components/TextInput': './components/TextInput', './components/GenericInputs': './components/GenericInputs', './components/Tabs': ['./components/TabItem', './components/TabBar'], './components/
|
|
198
|
+
"__evaluate__": "2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2].startsWith('test') ? {testBundle: './test.ts'} : 2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2] === 'serve' ? {clientnode: 'clientnode', index: './index'} : {'./components/CircularSpinner': './components/CircularSpinner', './components/FileInput': './components/FileInput', './components/GenericAnimate': './components/GenericAnimate', './components/TextInput': './components/TextInput', './components/GenericInputs': './components/GenericInputs', './components/Tabs': ['./components/TabItem', './components/TabBar'], './components/CheckboxInput': './components/CheckboxInput', './components/SliderInput': './components/SliderInput', index: './index'}"
|
|
199
199
|
},
|
|
200
200
|
"external": {
|
|
201
201
|
"implicit": {
|