@onereach/ui-components-vue2 25.1.2-beta.5763.0 → 25.1.2-beta.5764.0

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.
@@ -297,9 +297,6 @@ var script = defineComponent({
297
297
  }
298
298
  function onBlur(event) {
299
299
  activated.value = false;
300
- if (props.multiple) {
301
- searchText.value = undefined;
302
- }
303
300
  context.emit('blur', event);
304
301
  }
305
302
  function openMobilePopover() {
@@ -1,7 +1,7 @@
1
- import { onClickOutside } from '@vueuse/core';
2
- import { defineComponent, ref, toRefs, computed, reactive, watch, nextTick } from 'vue-demi';
3
1
  import { a as re, J, Q, c as ie, n as ne } from '../../useValidationAttributes-BLzi0C4L-6839e2c2.js';
4
2
  import { an as Ft, a8 as Ht, P as Pt } from '../../utils-72d9c2bb.js';
3
+ import { onClickOutside } from '@vueuse/core';
4
+ import { defineComponent, ref, toRefs, computed, reactive, watch, nextTick } from 'vue-demi';
5
5
  import { OrErrorV3 as OrError } from '../or-error-v3/index.js';
6
6
  import { OrHintV3 as OrHint } from '../or-hint-v3/index.js';
7
7
  import { OrIconButtonV3 as OrIconButton } from '../or-icon-button-v3/index.js';
@@ -188,6 +188,7 @@ var script = defineComponent({
188
188
  function blur() {
189
189
  var _a;
190
190
  (_a = control.value) === null || _a === void 0 ? void 0 : _a.blur();
191
+ draftModelValue.value = '';
191
192
  }
192
193
  function deactivate() {
193
194
  activated.value = false;
@@ -270,7 +271,7 @@ var script = defineComponent({
270
271
  }
271
272
  });
272
273
 
273
- var css_248z = "input[data-v-1dce37a5]{min-width:0;background:0 0;outline:0}";
274
+ var css_248z = "input[data-v-6d0368d7]{min-width:0;background:0 0;outline:0}";
274
275
  styleInject(css_248z);
275
276
 
276
277
  /* script */
@@ -480,7 +481,7 @@ var __vue_staticRenderFns__ = [];
480
481
  /* style */
481
482
  const __vue_inject_styles__ = undefined;
482
483
  /* scoped */
483
- const __vue_scope_id__ = "data-v-1dce37a5";
484
+ const __vue_scope_id__ = "data-v-6d0368d7";
484
485
  /* module identifier */
485
486
  const __vue_module_identifier__ = undefined;
486
487
  /* functional template */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "25.1.2-beta.5763.0",
3
+ "version": "25.1.2-beta.5764.0",
4
4
  "description": "Vue components library for v2",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -40,8 +40,8 @@
40
40
  "@codemirror/view": "^6",
41
41
  "@floating-ui/dom": "1.5.3",
42
42
  "@lezer/highlight": "*",
43
- "@onereach/styles": "^25.1.2-beta.5763.0",
44
- "@onereach/ui-components-common": "^25.1.2-beta.5763.0",
43
+ "@onereach/styles": "^25.1.2-beta.5764.0",
44
+ "@onereach/ui-components-common": "^25.1.2-beta.5764.0",
45
45
  "@splidejs/splide": "4.0.6",
46
46
  "@tiptap/core": "2.0.3",
47
47
  "@tiptap/extension-blockquote": "2.0.3",