@bigin/bigin-ui-checkbox-button
Advanced tools
Comparing version 0.0.49 to 0.1.0
@@ -286,3 +286,14 @@ 'use strict';function broadcast(componentName, eventName, params) { | ||
"aria-checked": _vm.isChecked, | ||
"aria-disabled": _vm.isDisabled | ||
"aria-disabled": _vm.isDisabled, | ||
"data-test-name": "checkbox", | ||
"data-test-variant": _vm.size, | ||
"data-test-state": [ | ||
_vm.isChecked && "checked", | ||
_vm.isDisabled && "disabled", | ||
_vm.focus && "focus" | ||
] | ||
.filter(function(i) { | ||
return !!i | ||
}) | ||
.join("-") | ||
} | ||
@@ -307,3 +318,4 @@ }, | ||
"true-value": _vm.trueLabel, | ||
"false-value": _vm.falseLabel | ||
"false-value": _vm.falseLabel, | ||
"data-test-name": "checkbox-input" | ||
}, | ||
@@ -310,0 +322,0 @@ domProps: { |
{ | ||
"name": "@bigin/bigin-ui-checkbox-button", | ||
"version": "0.0.49", | ||
"version": "0.1.0", | ||
"description": "> TODO: description", | ||
@@ -30,3 +30,3 @@ "author": "Tam Mai <tam.mai@bigin.vn>", | ||
}, | ||
"gitHead": "fc3e478ff7f448f0d2b5eb16c84775a4d220ae05" | ||
"gitHead": "ce31d3bd684e4c1dfddcd77dffe420f800d94acb" | ||
} |
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
15507
432