@featherds/checkbox
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -23,3 +23,3 @@ var __defProp = Object.defineProperty; | ||
import { FeatherRipple } from "@featherds/ripple"; | ||
import { inject, resolveComponent, openBlock, createElementBlock, createElementVNode, createBlock, createCommentVNode, renderSlot, pushScopeId, popScopeId, toRef, computed, ref, onBeforeUnmount, mergeProps, toDisplayString, createVNode } from "vue"; | ||
import { inject, resolveComponent, openBlock, createElementBlock, createElementVNode, createBlock, createCommentVNode, renderSlot, pushScopeId, popScopeId, toRef, computed, ref, mergeProps, toDisplayString, createVNode } from "vue"; | ||
import { InputInheritAttrsMixin, InputSubTextMixin, useValidation, InputSubText } from "@featherds/input-helper"; | ||
@@ -225,6 +225,3 @@ var FeatherCheckbox_vue_vue_type_style_index_0_scoped_true_lang = ""; | ||
const inputId = ref(groupId.value); | ||
onBeforeUnmount(() => { | ||
removeValidation(); | ||
}); | ||
const { validate, removeValidation } = useValidation(inputId, toRef(props, "modelValue"), props.label, props.schema, toRef(props, "error")); | ||
const { validate } = useValidation(inputId, toRef(props, "modelValue"), props.label, props.schema, toRef(props, "error")); | ||
const registerCheckbox = (id) => { | ||
@@ -273,3 +270,3 @@ if (inputId.value === groupId.value) { | ||
} | ||
var FeatherCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-fc7bd254"]]); | ||
var FeatherCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-bee214b0"]]); | ||
export { FeatherCheckbox, FeatherCheckboxGroup }; |
{ | ||
"name": "@featherds/checkbox", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"publishConfig": { | ||
@@ -12,5 +12,5 @@ "access": "public" | ||
"dependencies": { | ||
"@featherds/input-helper": "^0.10.1", | ||
"@featherds/ripple": "^0.10.1", | ||
"@featherds/styles": "^0.10.1", | ||
"@featherds/input-helper": "^0.10.2", | ||
"@featherds/ripple": "^0.10.2", | ||
"@featherds/styles": "^0.10.2", | ||
"vue": "^3.1.0-0" | ||
@@ -23,3 +23,3 @@ }, | ||
"types": "./src/index.d.ts", | ||
"gitHead": "a0bd85a4e26026d7fe582ccabf92a44ae85525ba" | ||
"gitHead": "962dcee415575770eb0bc2781bfd29288873176e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57769
827
Updated@featherds/ripple@^0.10.2
Updated@featherds/styles@^0.10.2