@htmlbricks/hb-input-checkbox 0.60.33 → 0.60.36
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/main.iife.js +7 -7
- package/main.iife.js.map +1 -1
- package/manifest.json +17 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -191,6 +191,22 @@
|
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
},
|
|
194
|
+
{
|
|
195
|
+
"name": "switch",
|
|
196
|
+
"data": {
|
|
197
|
+
"schemaentry": {
|
|
198
|
+
"placeholder": "Insert your last name here...",
|
|
199
|
+
"id": "testcheckboxchecked",
|
|
200
|
+
"required": true,
|
|
201
|
+
"value": true,
|
|
202
|
+
"label": "Check Box",
|
|
203
|
+
"validationTip": "This field cannot be empty.",
|
|
204
|
+
"params": {
|
|
205
|
+
"type": "switch"
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
},
|
|
194
210
|
{
|
|
195
211
|
"name": "checked",
|
|
196
212
|
"data": {
|
|
@@ -223,5 +239,5 @@
|
|
|
223
239
|
"size": {},
|
|
224
240
|
"iifePath": "main.iife.js",
|
|
225
241
|
"repoName": "@htmlbricks/hb-input-checkbox",
|
|
226
|
-
"version": "0.60.
|
|
242
|
+
"version": "0.60.36"
|
|
227
243
|
}
|