Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@featherds/checkbox

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/checkbox - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

9

dist/app.es.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc