@onereach/ui-components 8.25.2-beta.4167.0 → 8.25.2-beta.4168.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.
Files changed (26) hide show
  1. package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.js +4 -3
  2. package/dist/bundled/v2/components/OrTextV3/OrText.vue.d.ts +2 -2
  3. package/dist/bundled/v2/components/OrTextarea/OrTextarea.vue.d.ts +2 -2
  4. package/dist/bundled/v3/components/OrEditorTabsV3/OrEditorTabs.js +1 -1
  5. package/dist/bundled/v3/components/OrEditorTabsV3/index.js +1 -1
  6. package/dist/bundled/v3/components/OrEditorTabsV3/props.js +1 -1
  7. package/dist/bundled/v3/components/OrEditorTabsV3/styles.js +1 -1
  8. package/dist/bundled/v3/components/{OrEditorTabsV3-34d5dce0.js → OrEditorTabsV3-c7a904ff.js} +4 -3
  9. package/dist/bundled/v3/components/index.js +1 -1
  10. package/dist/bundled/v3/index.js +1 -1
  11. package/dist/esm/v2/{OrEditorTabs-3db46cad.js → OrEditorTabs-b40d3b0d.js} +1 -1
  12. package/dist/esm/v2/{OrEditorTabsItem-019273f0.js → OrEditorTabsItem-f28d217c.js} +4 -3
  13. package/dist/esm/v2/components/index.js +2 -2
  14. package/dist/esm/v2/components/or-editor-tabs-v3/index.js +2 -2
  15. package/dist/esm/v2/components/or-editor-tabs-v3/partials/index.js +1 -1
  16. package/dist/esm/v2/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue.d.ts +2 -0
  17. package/dist/esm/v2/index.js +2 -2
  18. package/dist/esm/v3/{OrEditorTabs-e831bffa.js → OrEditorTabs-76f7ef59.js} +1 -1
  19. package/dist/esm/v3/{OrEditorTabsItem-5a1032f9.js → OrEditorTabsItem-e4c9c2f8.js} +4 -3
  20. package/dist/esm/v3/components/index.js +2 -2
  21. package/dist/esm/v3/components/or-editor-tabs-v3/index.js +2 -2
  22. package/dist/esm/v3/components/or-editor-tabs-v3/partials/index.js +1 -1
  23. package/dist/esm/v3/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue.d.ts +1 -0
  24. package/dist/esm/v3/index.js +2 -2
  25. package/package.json +2 -2
  26. package/src/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue +4 -2
@@ -1,5 +1,5 @@
1
1
  import { c as useScroll } from '../../index-13c63b4c.js';
2
- import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
2
+ import { defineComponent, ref, computed, isVue2, toRef, watch } from 'vue-demi';
3
3
  import __vue_component__$2 from '../OrIconButtonV3/OrIconButton.js';
4
4
  import { n as normalizeComponent } from '../../normalize-component-6e8e3d80.js';
5
5
  import { EditorTabsOverflow } from './props.js';
@@ -55,7 +55,8 @@ var script$1 = defineComponent({
55
55
  const rootStyles = computed(() => ['or-editor-tabs-item-v3', ...EditorTabsItem]);
56
56
  return {
57
57
  root,
58
- rootStyles
58
+ rootStyles,
59
+ isVue2
59
60
  };
60
61
  }
61
62
  });
@@ -77,7 +78,7 @@ var __vue_render__$1 = function () {
77
78
  },
78
79
  on: {
79
80
  "click": function ($event) {
80
- return _vm.$emit('click', $event);
81
+ _vm.isVue2 && _vm.$emit('click', $event);
81
82
  }
82
83
  }
83
84
  }, [_vm._t("default"), _vm._v(" "), _vm.closeButton ? [_c('div', {
@@ -3,7 +3,7 @@
3
3
  * Ellipsis can be placed in the end or in the middle of the text. Convenient for displaying long labels,
4
4
  * that have same beginning and differ in the ending part.
5
5
  */
6
- declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
6
+ declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
7
7
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
8
8
  rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
9
9
  mainTextStyles: import("@vue/composition-api").ComputedRef<string[]>;
@@ -48,7 +48,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
48
48
  type: NumberConstructor;
49
49
  default: number;
50
50
  };
51
- }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
51
+ }>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
52
52
  text: string;
53
53
  sliceIndex: number;
54
54
  } & {}, import("@vue/composition-api").ShallowUnwrapRef<{
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
1
+ declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
2
2
  inputRef: import("@vue/composition-api").Ref<HTMLTextAreaElement | undefined>;
3
3
  }> & {
4
4
  reqAF: any;
@@ -106,7 +106,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
106
106
  isDisabled: BooleanConstructor;
107
107
  isReadonly: BooleanConstructor;
108
108
  isInvalid: BooleanConstructor;
109
- }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
109
+ }>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
110
110
  modelValue: string;
111
111
  isSmall: boolean;
112
112
  isRequired: boolean;
@@ -1 +1 @@
1
- export { s as default } from '../OrEditorTabsV3-34d5dce0.js';
1
+ export { s as default } from '../OrEditorTabsV3-c7a904ff.js';
@@ -1 +1 @@
1
- export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from '../OrEditorTabsV3-34d5dce0.js';
1
+ export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from '../OrEditorTabsV3-c7a904ff.js';
@@ -1 +1 @@
1
- export { E as EditorTabsOverflow } from '../OrEditorTabsV3-34d5dce0.js';
1
+ export { E as EditorTabsOverflow } from '../OrEditorTabsV3-c7a904ff.js';
@@ -1 +1 @@
1
- export { a as EditorTabs, e as EditorTabsContent, b as EditorTabsHeader, c as EditorTabsHeaderTabs, d as EditorTabsHeaderTabsOverflows } from '../OrEditorTabsV3-34d5dce0.js';
1
+ export { a as EditorTabs, e as EditorTabsContent, b as EditorTabsHeader, c as EditorTabsHeaderTabs, d as EditorTabsHeaderTabsOverflows } from '../OrEditorTabsV3-c7a904ff.js';
@@ -1,6 +1,6 @@
1
1
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, Fragment, createVNode, withModifiers, createCommentVNode, createElementVNode, renderList, createBlock, withCtx, toDisplayString, createTextVNode } from 'vue';
2
2
  import { d as useScroll } from './OrBottomSheetV3-bbdab2f9.js';
3
- import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
3
+ import { defineComponent, ref, computed, isVue2, toRef, watch } from 'vue-demi';
4
4
  import { s as script$2 } from './OrIconButtonV3-d839149d.js';
5
5
  import { s as script$3 } from './OrIconV3-5db4e349.js';
6
6
  import { s as script$4 } from './OrMenuV3-517392be.js';
@@ -53,7 +53,8 @@ var script$1 = defineComponent({
53
53
  const rootStyles = computed(() => ['or-editor-tabs-item-v3', ...EditorTabsItem]);
54
54
  return {
55
55
  root,
56
- rootStyles
56
+ rootStyles,
57
+ isVue2
57
58
  };
58
59
  }
59
60
  });
@@ -70,7 +71,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
70
71
  class: normalizeClass(_ctx.rootStyles),
71
72
  selected: _ctx.selected,
72
73
  disabled: _ctx.disabled,
73
- onClick: _cache[1] || (_cache[1] = $event => _ctx.$emit('click', $event))
74
+ onClick: _cache[1] || (_cache[1] = $event => _ctx.isVue2 && _ctx.$emit('click', $event))
74
75
  }, [renderSlot(_ctx.$slots, "default"), _ctx.closeButton ? (openBlock(), createElementBlock(Fragment, {
75
76
  key: 0
76
77
  }, [_hoisted_2$1, createVNode(_component_OrIconButton, {
@@ -32,7 +32,7 @@ export { s as OrDateTimeFormatV3 } from './OrDateTimeFormatV3-7faa9509.js';
32
32
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, n as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-72060191.js';
33
33
  export { D as DateTimePickerTimeFormat, s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, j as OrDateTimePickerTimeControl, k as OrDateTimePickerTimeSelect, l as OrDateTimePickerV3, D as TimePickerFormat, D as TimeRangePickerFormat, f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from './OrDateTimePickerV3-9a35ead1.js';
34
34
  export { D as DropAreaSize, s as OrDropAreaV3, a as approximateFileSize } from './OrDropAreaV3-8a3b7de5.js';
35
- export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './OrEditorTabsV3-34d5dce0.js';
35
+ export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './OrEditorTabsV3-c7a904ff.js';
36
36
  export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyStateV3-f6122da2.js';
37
37
  export { default as OrError } from './OrError/OrError.js';
38
38
  export { s as OrErrorTagV3 } from './OrErrorTagV3-bfd5574d.js';
@@ -22,7 +22,7 @@ export { s as OrDateTimeFormatV3 } from './components/OrDateTimeFormatV3-7faa950
22
22
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, n as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './components/OrDateTimePicker-72060191.js';
23
23
  export { D as DateTimePickerTimeFormat, s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, j as OrDateTimePickerTimeControl, k as OrDateTimePickerTimeSelect, l as OrDateTimePickerV3, D as TimePickerFormat, D as TimeRangePickerFormat, f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from './components/OrDateTimePickerV3-9a35ead1.js';
24
24
  export { D as DropAreaSize, s as OrDropAreaV3, a as approximateFileSize } from './components/OrDropAreaV3-8a3b7de5.js';
25
- export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './components/OrEditorTabsV3-34d5dce0.js';
25
+ export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './components/OrEditorTabsV3-c7a904ff.js';
26
26
  export { E as EmptyStateSize, s as OrEmptyStateV3 } from './components/OrEmptyStateV3-f6122da2.js';
27
27
  export { s as OrErrorTagV3 } from './components/OrErrorTagV3-bfd5574d.js';
28
28
  export { F as FabColor, s as OrFabV3 } from './components/OrFabV3-df769cd1.js';
@@ -8,7 +8,7 @@ import { _ as __vue_component__$2 } from './OrIcon-3f99ef27.js';
8
8
  import { _ as __vue_component__$4 } from './OrMenuItem-eb60c1dd.js';
9
9
  import { _ as __vue_component__$3 } from './OrMenu-282fae04.js';
10
10
  import './OrPopover-98ace710.js';
11
- import { _ as __vue_component__$1 } from './OrEditorTabsItem-019273f0.js';
11
+ import { _ as __vue_component__$1 } from './OrEditorTabsItem-f28d217c.js';
12
12
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
13
13
 
14
14
  var EditorTabsOverflow;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed } from 'vue-demi';
1
+ import { defineComponent, ref, computed, isVue2 } from 'vue-demi';
2
2
  import { _ as __vue_component__$1 } from './OrIconButton-9648578c.js';
3
3
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
4
 
@@ -47,7 +47,8 @@ var script = defineComponent({
47
47
  const rootStyles = computed(() => ['or-editor-tabs-item-v3', ...EditorTabsItem]);
48
48
  return {
49
49
  root,
50
- rootStyles
50
+ rootStyles,
51
+ isVue2
51
52
  };
52
53
  }
53
54
  });
@@ -69,7 +70,7 @@ var __vue_render__ = function () {
69
70
  },
70
71
  on: {
71
72
  "click": function ($event) {
72
- return _vm.$emit('click', $event);
73
+ _vm.isVue2 && _vm.$emit('click', $event);
73
74
  }
74
75
  }
75
76
  }, [_vm._t("default"), _vm._v(" "), _vm.closeButton ? [_c('div', {
@@ -50,7 +50,7 @@ export { g as getCurrentDate } from '../getCurrentDate-046a888d.js';
50
50
  export { g as getNextMonthDate } from '../getNextMonthDate-00c47169.js';
51
51
  export { D as DropAreaSize, _ as OrDropAreaV3 } from '../OrDropArea-8a00339a.js';
52
52
  export { a as approximateFileSize } from '../approximateFileSize-a48b356b.js';
53
- export { E as EditorTabsOverflow, _ as OrEditorTabsV3 } from '../OrEditorTabs-3db46cad.js';
53
+ export { E as EditorTabsOverflow, _ as OrEditorTabsV3 } from '../OrEditorTabs-b40d3b0d.js';
54
54
  export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-57ac6d85.js';
55
55
  export { _ as OrError } from '../OrError-efc74907.js';
56
56
  export { _ as OrErrorTagV3 } from '../OrErrorTag-b54010de.js';
@@ -180,7 +180,7 @@ import '../isAncestor-9acec98b.js';
180
180
  import '../OrDateTimePicker.vue_rollup-plugin-vue_script-e1de75da.js';
181
181
  import '../dropdown-open-06d651cf.js';
182
182
  import 'lodash/padStart';
183
- import '../OrEditorTabsItem-019273f0.js';
183
+ import '../OrEditorTabsItem-f28d217c.js';
184
184
  import '../OrTooltip.vue_rollup-plugin-vue_styles.0-b9697924.js';
185
185
  import 'lodash/isNil';
186
186
  import 'lodash/cloneDeep';
@@ -1,4 +1,4 @@
1
- export { E as EditorTabsOverflow, _ as OrEditorTabsV3 } from '../../OrEditorTabs-3db46cad.js';
1
+ export { E as EditorTabsOverflow, _ as OrEditorTabsV3 } from '../../OrEditorTabs-b40d3b0d.js';
2
2
  import '@vueuse/core';
3
3
  import 'vue-demi';
4
4
  import '../../dom-aecadd9a.js';
@@ -25,4 +25,4 @@ import '../../useTheme-0ef25778.js';
25
25
  import '../../isPrevented-6994b101.js';
26
26
  import '../../isAncestor-9acec98b.js';
27
27
  import '../../OrMenu-282fae04.js';
28
- import '../../OrEditorTabsItem-019273f0.js';
28
+ import '../../OrEditorTabsItem-f28d217c.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrEditorTabsItem } from '../../../OrEditorTabsItem-019273f0.js';
1
+ export { _ as OrEditorTabsItem } from '../../../OrEditorTabsItem-f28d217c.js';
2
2
  import 'vue-demi';
3
3
  import '../../../OrIconButton-9648578c.js';
4
4
  import '../../../OrIcon-3f99ef27.js';
@@ -1,6 +1,7 @@
1
1
  declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
2
2
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
3
3
  rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
4
+ isVue2: boolean;
4
5
  }> & import("@vue/composition-api").Data, {}, {}, {
5
6
  closeButton: {
6
7
  type: BooleanConstructor;
@@ -36,6 +37,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
36
37
  }, import("@vue/composition-api").ShallowUnwrapRef<{
37
38
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
38
39
  rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
40
+ isVue2: boolean;
39
41
  }>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
40
42
  closeButton: boolean;
41
43
  selected: boolean;
@@ -50,7 +50,7 @@ export { g as getCurrentDate } from './getCurrentDate-046a888d.js';
50
50
  export { g as getNextMonthDate } from './getNextMonthDate-00c47169.js';
51
51
  export { D as DropAreaSize, _ as OrDropAreaV3 } from './OrDropArea-8a00339a.js';
52
52
  export { a as approximateFileSize } from './approximateFileSize-a48b356b.js';
53
- export { E as EditorTabsOverflow, _ as OrEditorTabsV3 } from './OrEditorTabs-3db46cad.js';
53
+ export { E as EditorTabsOverflow, _ as OrEditorTabsV3 } from './OrEditorTabs-b40d3b0d.js';
54
54
  export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-57ac6d85.js';
55
55
  export { _ as OrError } from './OrError-efc74907.js';
56
56
  export { _ as OrErrorTagV3 } from './OrErrorTag-b54010de.js';
@@ -183,7 +183,7 @@ import '@vueuse/math';
183
183
  import '@floating-ui/dom';
184
184
  import './OrDateTimePicker.vue_rollup-plugin-vue_script-e1de75da.js';
185
185
  import 'lodash/padStart';
186
- import './OrEditorTabsItem-019273f0.js';
186
+ import './OrEditorTabsItem-f28d217c.js';
187
187
  import './OrTooltip.vue_rollup-plugin-vue_styles.0-b9697924.js';
188
188
  import 'lodash/isNil';
189
189
  import 'lodash/cloneDeep';
@@ -8,7 +8,7 @@ import { s as script$2 } from './OrIcon-b2e2d0aa.js';
8
8
  import { s as script$4 } from './OrMenuItem-f41255f0.js';
9
9
  import { s as script$3 } from './OrMenu-f73c0256.js';
10
10
  import './OrPopover-d8067ed8.js';
11
- import { s as script$1 } from './OrEditorTabsItem-5a1032f9.js';
11
+ import { s as script$1 } from './OrEditorTabsItem-e4c9c2f8.js';
12
12
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, withModifiers, Fragment, renderList, createBlock, withCtx, renderSlot, toDisplayString, createCommentVNode, createVNode, createTextVNode } from 'vue';
13
13
 
14
14
  var EditorTabsOverflow;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed } from 'vue-demi';
1
+ import { defineComponent, ref, computed, isVue2 } from 'vue-demi';
2
2
  import { s as script$1 } from './OrIconButton-a9c53084.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, Fragment, createVNode, withModifiers, createCommentVNode, createElementVNode } from 'vue';
4
4
 
@@ -47,7 +47,8 @@ var script = defineComponent({
47
47
  const rootStyles = computed(() => ['or-editor-tabs-item-v3', ...EditorTabsItem]);
48
48
  return {
49
49
  root,
50
- rootStyles
50
+ rootStyles,
51
+ isVue2
51
52
  };
52
53
  }
53
54
  });
@@ -64,7 +65,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
64
65
  class: normalizeClass(_ctx.rootStyles),
65
66
  selected: _ctx.selected,
66
67
  disabled: _ctx.disabled,
67
- onClick: _cache[1] || (_cache[1] = $event => _ctx.$emit('click', $event))
68
+ onClick: _cache[1] || (_cache[1] = $event => _ctx.isVue2 && _ctx.$emit('click', $event))
68
69
  }, [renderSlot(_ctx.$slots, "default"), _ctx.closeButton ? (openBlock(), createElementBlock(Fragment, {
69
70
  key: 0
70
71
  }, [_hoisted_2, createVNode(_component_OrIconButton, {
@@ -47,7 +47,7 @@ export { g as getCurrentDate } from '../getCurrentDate-046a888d.js';
47
47
  export { g as getNextMonthDate } from '../getNextMonthDate-00c47169.js';
48
48
  export { D as DropAreaSize, s as OrDropAreaV3 } from '../OrDropArea-da30333e.js';
49
49
  export { a as approximateFileSize } from '../approximateFileSize-a48b356b.js';
50
- export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from '../OrEditorTabs-e831bffa.js';
50
+ export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from '../OrEditorTabs-76f7ef59.js';
51
51
  export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-3a7eae61.js';
52
52
  export { s as OrError } from '../OrError-f90296db.js';
53
53
  export { s as OrErrorTagV3 } from '../OrErrorTag-638eceef.js';
@@ -173,7 +173,7 @@ import '../useResponsive-1baf3485.js';
173
173
  import '../isAncestor-9acec98b.js';
174
174
  import '../dropdown-open-06d651cf.js';
175
175
  import 'lodash/padStart';
176
- import '../OrEditorTabsItem-5a1032f9.js';
176
+ import '../OrEditorTabsItem-e4c9c2f8.js';
177
177
  import 'lodash/cloneDeep';
178
178
  import 'lodash/isEqual';
179
179
  import 'uuid';
@@ -1,4 +1,4 @@
1
- export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from '../../OrEditorTabs-e831bffa.js';
1
+ export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from '../../OrEditorTabs-76f7ef59.js';
2
2
  import '@vueuse/core';
3
3
  import 'vue-demi';
4
4
  import '../../dom-aecadd9a.js';
@@ -24,4 +24,4 @@ import '../../useTheme-0ef25778.js';
24
24
  import '../../isPrevented-6994b101.js';
25
25
  import '../../isAncestor-9acec98b.js';
26
26
  import '../../OrMenu-f73c0256.js';
27
- import '../../OrEditorTabsItem-5a1032f9.js';
27
+ import '../../OrEditorTabsItem-e4c9c2f8.js';
@@ -1,4 +1,4 @@
1
- export { s as OrEditorTabsItem } from '../../../OrEditorTabsItem-5a1032f9.js';
1
+ export { s as OrEditorTabsItem } from '../../../OrEditorTabsItem-e4c9c2f8.js';
2
2
  import 'vue-demi';
3
3
  import '../../../OrIconButton-a9c53084.js';
4
4
  import '../../../OrIcon-b2e2d0aa.js';
@@ -14,6 +14,7 @@ declare const _default: import("vue-demi").DefineComponent<{
14
14
  }, {
15
15
  root: import("vue-demi").Ref<HTMLElement | undefined>;
16
16
  rootStyles: import("vue-demi").ComputedRef<string[]>;
17
+ isVue2: boolean;
17
18
  }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "close"[], "close", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
18
19
  closeButton: {
19
20
  type: BooleanConstructor;
@@ -47,7 +47,7 @@ export { g as getCurrentDate } from './getCurrentDate-046a888d.js';
47
47
  export { g as getNextMonthDate } from './getNextMonthDate-00c47169.js';
48
48
  export { D as DropAreaSize, s as OrDropAreaV3 } from './OrDropArea-da30333e.js';
49
49
  export { a as approximateFileSize } from './approximateFileSize-a48b356b.js';
50
- export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './OrEditorTabs-e831bffa.js';
50
+ export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './OrEditorTabs-76f7ef59.js';
51
51
  export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyState-3a7eae61.js';
52
52
  export { s as OrError } from './OrError-f90296db.js';
53
53
  export { s as OrErrorTagV3 } from './OrErrorTag-638eceef.js';
@@ -176,7 +176,7 @@ import '@lezer/highlight';
176
176
  import '@vueuse/math';
177
177
  import '@floating-ui/dom';
178
178
  import 'lodash/padStart';
179
- import './OrEditorTabsItem-5a1032f9.js';
179
+ import './OrEditorTabsItem-e4c9c2f8.js';
180
180
  import 'lodash/cloneDeep';
181
181
  import 'lodash/isEqual';
182
182
  import 'uuid';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "8.25.2-beta.4167.0",
3
+ "version": "8.25.2-beta.4168.0",
4
4
  "npmUnpacked": "4.15.2",
5
5
  "description": "Vue components library for v2/3",
6
6
  "sideEffects": false,
@@ -40,7 +40,7 @@
40
40
  "@codemirror/lang-json": "6.0.1",
41
41
  "@codemirror/lang-markdown": "6.1.1",
42
42
  "@floating-ui/dom": "1.4.2",
43
- "@onereach/styles": "^6.8.2-beta.4167.0",
43
+ "@onereach/styles": "^6.8.2-beta.4168.0",
44
44
  "@splidejs/splide": "4.0.6",
45
45
  "@tiptap/core": "2.0.3",
46
46
  "@tiptap/extension-blockquote": "2.0.3",
@@ -4,7 +4,7 @@
4
4
  :class="rootStyles"
5
5
  :selected="selected"
6
6
  :disabled="disabled"
7
- @click="$emit('click', $event)"
7
+ @click="isVue2 && $emit('click', $event)"
8
8
  >
9
9
  <slot />
10
10
 
@@ -21,7 +21,7 @@
21
21
  </template>
22
22
 
23
23
  <script lang="ts">
24
- import { computed, defineComponent, ref } from 'vue-demi';
24
+ import { computed, defineComponent, isVue2, ref } from 'vue-demi';
25
25
  import { OrIconButtonV3 as OrIconButton } from '../../../or-icon-button-v3';
26
26
  import { EditorTabsItem } from './styles';
27
27
 
@@ -68,6 +68,8 @@ export default defineComponent({
68
68
  return {
69
69
  root,
70
70
  rootStyles,
71
+
72
+ isVue2,
71
73
  };
72
74
  },
73
75
  });