@optionfactory/ful 1.0.5 → 1.0.7
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/dist/ful.css +1 -1
- package/dist/ful.css.map +1 -1
- package/dist/ful.iife.js +3 -1
- package/dist/ful.iife.js.map +1 -1
- package/dist/ful.iife.min.js +1 -1
- package/dist/ful.iife.min.js.map +1 -1
- package/dist/ful.min.mjs +1 -1
- package/dist/ful.min.mjs.map +1 -1
- package/dist/ful.mjs +3 -1
- package/dist/ful.mjs.map +1 -1
- package/package.json +1 -1
package/dist/ful.mjs
CHANGED
|
@@ -1924,7 +1924,9 @@ class Checkbox extends ParsedElement {
|
|
|
1924
1924
|
static slots = true;
|
|
1925
1925
|
static template = `
|
|
1926
1926
|
<div data-tpl-class="klass">
|
|
1927
|
-
<
|
|
1927
|
+
<div class="input-container">
|
|
1928
|
+
<input data-tpl-id="id" class="form-check-input" type="checkbox" role="switch" form="" placeholder=" " data-tpl-aria-describedby="fieldErrorId">
|
|
1929
|
+
</div>
|
|
1928
1930
|
<label data-tpl-for="id" class="form-check-label">{{{{ slots.default }}}}</label>
|
|
1929
1931
|
</div>
|
|
1930
1932
|
<ful-field-error data-tpl-if="fieldErrorId"></ful-field-error>
|