@avakhula/ui 0.0.46 → 0.0.50

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avakhula/ui",
3
- "version": "0.0.46",
3
+ "version": "0.0.50",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -33,6 +33,7 @@
33
33
  active: !showInput && option.checked,
34
34
  }"
35
35
  >
36
+ {{ isChecked }} {{ option.checked }}
36
37
  <component
37
38
  ref="component"
38
39
  tabindex="-1"
@@ -640,8 +640,6 @@ export default {
640
640
  this.val.findIndex((el) => option.id == el) > -1
641
641
  : this.val !== null && this.val == option.id;
642
642
 
643
- console.log(option, 'option', option?.title, this.val)
644
-
645
643
  if (option.checked) {
646
644
  if (!this.onlyEndNodes || !option.children) {
647
645
  selected[option.id] = option;