@onereach/ui-components-vue2 25.1.1 → 25.1.2-beta.5763.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.
|
@@ -97,13 +97,13 @@ export { OrTimeRangePickerV3 } from './or-time-range-picker-v3/index.js';
|
|
|
97
97
|
export { OrToastContainerV3, OrToastV3, PropsV3, TypesV3, useQueueV3, useToastV3 } from './or-toast-v3/index.js';
|
|
98
98
|
export { OrTooltipV3 } from './or-tooltip-v3/index.js';
|
|
99
99
|
export { OrTreeV3, TreeNodeDropPosition } from './or-tree-v3/index.js';
|
|
100
|
-
import '
|
|
101
|
-
import 'vue-demi';
|
|
100
|
+
import '../directives-0869d2a4.js';
|
|
102
101
|
import '../useValidationAttributes-BLzi0C4L-6839e2c2.js';
|
|
102
|
+
import 'vue-demi';
|
|
103
103
|
import '../dom-qGGG2YCX-4d4cca6e.js';
|
|
104
|
+
import '@vueuse/core';
|
|
104
105
|
import '@onereach/styles/screens.json';
|
|
105
106
|
import '@onereach/styles/tailwind.config.json';
|
|
106
|
-
import '../directives-0869d2a4.js';
|
|
107
107
|
import '../utils-72d9c2bb.js';
|
|
108
108
|
import '../normalize-component-cf2db48b.js';
|
|
109
109
|
import '../constants-2e3ea701.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { computedAsync, watchTriggerable } from '@vueuse/core';
|
|
2
|
-
import { defineComponent, reactive, ref, computed, toRef, nextTick } from 'vue-demi';
|
|
3
|
-
import { J, Q, c as ie, a as re, n as ne } from '../../useValidationAttributes-BLzi0C4L-6839e2c2.js';
|
|
4
1
|
import { a, c } from '../../directives-0869d2a4.js';
|
|
2
|
+
import { J, Q, c as ie, a as re, n as ne } from '../../useValidationAttributes-BLzi0C4L-6839e2c2.js';
|
|
5
3
|
import { a8 as Ht, ae as u, an as Ft, P as Pt } from '../../utils-72d9c2bb.js';
|
|
4
|
+
import { computedAsync, watchTriggerable } from '@vueuse/core';
|
|
5
|
+
import { defineComponent, reactive, ref, computed, toRef, nextTick } from 'vue-demi';
|
|
6
6
|
import { OrErrorV3 as OrError } from '../or-error-v3/index.js';
|
|
7
7
|
import { OrHintV3 as OrHint } from '../or-hint-v3/index.js';
|
|
8
8
|
import { OrIconButtonV3 as OrIconButton } from '../or-icon-button-v3/index.js';
|
|
@@ -298,7 +298,7 @@ var script = defineComponent({
|
|
|
298
298
|
function onBlur(event) {
|
|
299
299
|
activated.value = false;
|
|
300
300
|
if (props.multiple) {
|
|
301
|
-
|
|
301
|
+
searchText.value = undefined;
|
|
302
302
|
}
|
|
303
303
|
context.emit('blur', event);
|
|
304
304
|
}
|
|
@@ -9,8 +9,8 @@ import { OrInputBoxV3 as OrInputBox } from '../or-input-box-v3/index.js';
|
|
|
9
9
|
import { OrLabelV3 as OrLabel } from '../or-label-v3/index.js';
|
|
10
10
|
import { OrLoaderV3 as OrLoader } from '../or-loader-v3/index.js';
|
|
11
11
|
import { OrTagsV3 as OrTags, TagsOverflow } from '../or-tags-v3/index.js';
|
|
12
|
-
import { a as InputBoxVariant } from '../../types-98e9a758.js';
|
|
13
12
|
import { TagColor } from '../or-tag-v3/index.js';
|
|
13
|
+
import { a as InputBoxVariant } from '../../types-98e9a758.js';
|
|
14
14
|
import { s as styleInject } from '../../style-inject.es-87955792.js';
|
|
15
15
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
16
16
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components-vue2",
|
|
3
|
-
"version": "25.1.
|
|
3
|
+
"version": "25.1.2-beta.5763.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.
|
|
44
|
-
"@onereach/ui-components-common": "^25.1.
|
|
43
|
+
"@onereach/styles": "^25.1.2-beta.5763.0",
|
|
44
|
+
"@onereach/ui-components-common": "^25.1.2-beta.5763.0",
|
|
45
45
|
"@splidejs/splide": "4.0.6",
|
|
46
46
|
"@tiptap/core": "2.0.3",
|
|
47
47
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -102,6 +102,5 @@
|
|
|
102
102
|
"publishConfig": {
|
|
103
103
|
"access": "public"
|
|
104
104
|
},
|
|
105
|
-
"npmUnpacked": "4.15.2"
|
|
106
|
-
"gitHead": "70a63808191f2c1dc4b398459574859d2066e811"
|
|
105
|
+
"npmUnpacked": "4.15.2"
|
|
107
106
|
}
|