@avakhula/ui 0.0.310 → 0.0.312

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.310",
3
+ "version": "0.0.312",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -284,6 +284,7 @@ body.modal-open {
284
284
  @include Ib-H2-medium;
285
285
  color: $modal-title-color;
286
286
  margin-bottom: 15px;
287
+ padding-right: 25px;
287
288
  }
288
289
 
289
290
  .modal-content.without-title {
@@ -442,16 +442,16 @@ export default {
442
442
  this.setPreparedValues(this.actualOptions, false);
443
443
  }
444
444
  },
445
- modelValue(value) {
446
- this.val = value;
447
- this.actualOptions = [];
448
- this.$nextTick(() => {
445
+ modelValue: {
446
+ handler(value) {
447
+ this.val = value;
448
+ this.actualOptions = [];
449
449
  this.setPreparedValues();
450
- })
450
+ },
451
+ deep: true,
451
452
  },
452
453
  val(value) {
453
454
  console.log(value);
454
- console.log(watchClearValue)
455
455
 
456
456
  if (
457
457
  this.watchClearValue &&