zartui 2.1.0 → 2.1.1-beta

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.
@@ -481,6 +481,11 @@ export default createComponent({
481
481
  "closeOnClickOverlay": this.closeOnClickOverlay,
482
482
  "customOnClickOverlay": this.onClickOverlay,
483
483
  "getContainer": this.getContainer
484
+ },
485
+ "on": {
486
+ "input": function input(val) {
487
+ _this7.$emit('update:showPicker', val);
488
+ }
484
489
  }
485
490
  }, [renderPicker()]);
486
491
  }
@@ -497,6 +497,11 @@ var _default2 = createComponent({
497
497
  "closeOnClickOverlay": this.closeOnClickOverlay,
498
498
  "customOnClickOverlay": this.onClickOverlay,
499
499
  "getContainer": this.getContainer
500
+ },
501
+ "on": {
502
+ "input": function input(val) {
503
+ _this7.$emit('update:showPicker', val);
504
+ }
500
505
  }
501
506
  }, [renderPicker()]);
502
507
  }