@onereach/ui-components 8.16.2 → 8.16.3-beta.3861.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.
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +5 -5
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +1 -1
- package/dist/bundled/v3/components/{OrRichTextEditorV3-5265594a.js → OrRichTextEditorV3-6d7b206f.js} +5 -5
- package/dist/bundled/v3/components/index.js +1 -1
- package/dist/bundled/v3/index.js +1 -1
- package/dist/esm/v2/{OrRichTextEditor-f05d2e66.js → OrRichTextEditor-7466a45d.js} +5 -5
- package/dist/esm/v2/components/index.js +1 -1
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +1 -1
- package/dist/esm/v2/index.js +1 -1
- package/dist/esm/v3/{OrRichTextEditor-cfa0b54a.js → OrRichTextEditor-d9182fa2.js} +5 -5
- package/dist/esm/v3/components/index.js +1 -1
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +1 -1
- package/dist/esm/v3/index.js +1 -1
- package/package.json +2 -3
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +5 -5
|
@@ -1944,7 +1944,7 @@ var __vue_render__ = function () {
|
|
|
1944
1944
|
"selected": _vm.isActive[item],
|
|
1945
1945
|
"disabled": !_vm.isFocused,
|
|
1946
1946
|
"tooltip": {
|
|
1947
|
-
|
|
1947
|
+
content: item,
|
|
1948
1948
|
placement: 'top'
|
|
1949
1949
|
},
|
|
1950
1950
|
"icon": {
|
|
@@ -1961,7 +1961,7 @@ var __vue_render__ = function () {
|
|
|
1961
1961
|
}) : _vm.isVisible(item) ? _c('or-icon-button', {
|
|
1962
1962
|
attrs: {
|
|
1963
1963
|
"tooltip": {
|
|
1964
|
-
|
|
1964
|
+
content: _vm.iconTooltipsEnum[item],
|
|
1965
1965
|
placement: 'top'
|
|
1966
1966
|
},
|
|
1967
1967
|
"selected": _vm.isActive[item],
|
|
@@ -2040,7 +2040,7 @@ var __vue_render__ = function () {
|
|
|
2040
2040
|
}), _vm._v(" "), _vm._t("files")], 2)]), _vm._v(" "), _vm.moreButtonRef ? _c('or-popover', {
|
|
2041
2041
|
ref: "moreRef",
|
|
2042
2042
|
attrs: {
|
|
2043
|
-
"trigger": _vm.moreButtonRef.root,
|
|
2043
|
+
"trigger": _vm.moreButtonRef && _vm.moreButtonRef.root,
|
|
2044
2044
|
"placement": "top-end"
|
|
2045
2045
|
}
|
|
2046
2046
|
}, [_c('div', {
|
|
@@ -2050,7 +2050,7 @@ var __vue_render__ = function () {
|
|
|
2050
2050
|
key: item,
|
|
2051
2051
|
attrs: {
|
|
2052
2052
|
"tooltip": {
|
|
2053
|
-
|
|
2053
|
+
content: _vm.iconTooltipsEnum[item],
|
|
2054
2054
|
placement: 'top'
|
|
2055
2055
|
},
|
|
2056
2056
|
"selected": _vm.isActive[item],
|
|
@@ -2070,7 +2070,7 @@ var __vue_render__ = function () {
|
|
|
2070
2070
|
ref: "menuRef",
|
|
2071
2071
|
staticClass: "bg-on-primary",
|
|
2072
2072
|
attrs: {
|
|
2073
|
-
"trigger": _vm.toolbarButtonRef[_vm.getIndexOfHeading].root,
|
|
2073
|
+
"trigger": _vm.toolbarButtonRef[_vm.getIndexOfHeading] && _vm.toolbarButtonRef[_vm.getIndexOfHeading].root,
|
|
2074
2074
|
"placement": "bottom-start"
|
|
2075
2075
|
}
|
|
2076
2076
|
}, [_vm._l(_vm.headingLevels, function (heading) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrRichTextEditorV3-
|
|
1
|
+
export { s as default } from '../OrRichTextEditorV3-6d7b206f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditorV3-
|
|
1
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditorV3-6d7b206f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Formats } from '../OrRichTextEditorV3-
|
|
1
|
+
export { F as Formats } from '../OrRichTextEditorV3-6d7b206f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { E as EditorContainer, f as EditorInput, b as Toolbar, c as ToolbarButton, e as ToolbarButtonFocused, T as ToolbarContainer } from '../OrRichTextEditorV3-
|
|
1
|
+
export { E as EditorContainer, f as EditorInput, b as Toolbar, c as ToolbarButton, e as ToolbarButtonFocused, T as ToolbarContainer } from '../OrRichTextEditorV3-6d7b206f.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { i as default } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { i as default } from '../../../OrRichTextEditorV3-6d7b206f.js';
|
|
2
2
|
import '../../../OrCode-46b1b8aa.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as default } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { C as default } from '../../../OrRichTextEditorV3-6d7b206f.js';
|
|
2
2
|
import '../../../OrCode-46b1b8aa.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-6d7b206f.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '../../../OrCode-46b1b8aa.js';
|
|
2
2
|
import '../../../../hooks/useTheme.js';
|
|
3
|
-
export { g as color, t as default, h as orCodeHighlightStyle, o as orCodeTheme } from '../../../OrRichTextEditorV3-
|
|
3
|
+
export { g as color, t as default, h as orCodeHighlightStyle, o as orCodeTheme } from '../../../OrRichTextEditorV3-6d7b206f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { d as deserialize, a as serialize } from '../../OrRichTextEditorV3-
|
|
1
|
+
export { d as deserialize, a as serialize } from '../../OrRichTextEditorV3-6d7b206f.js';
|
package/dist/bundled/v3/components/{OrRichTextEditorV3-5265594a.js → OrRichTextEditorV3-6d7b206f.js}
RENAMED
|
@@ -27523,7 +27523,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27523
27523
|
selected: _ctx.isActive[item],
|
|
27524
27524
|
disabled: !_ctx.isFocused,
|
|
27525
27525
|
tooltip: {
|
|
27526
|
-
|
|
27526
|
+
content: item,
|
|
27527
27527
|
placement: 'top'
|
|
27528
27528
|
},
|
|
27529
27529
|
icon: {
|
|
@@ -27535,7 +27535,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27535
27535
|
}, null, 8 /* PROPS */, ["selected", "disabled", "tooltip", "icon"])) : _ctx.isVisible(item) ? (openBlock(), createBlock(_component_or_icon_button, {
|
|
27536
27536
|
key: 1,
|
|
27537
27537
|
tooltip: {
|
|
27538
|
-
|
|
27538
|
+
content: _ctx.iconTooltipsEnum[item],
|
|
27539
27539
|
placement: 'top'
|
|
27540
27540
|
},
|
|
27541
27541
|
selected: _ctx.isActive[item],
|
|
@@ -27578,14 +27578,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27578
27578
|
}, null, 2 /* CLASS */), [[vShow, !_ctx.disableMarkdown]]), renderSlot(_ctx.$slots, "files")], 2 /* CLASS */)], 2 /* CLASS */), _ctx.moreButtonRef ? (openBlock(), createBlock(_component_or_popover, {
|
|
27579
27579
|
key: 0,
|
|
27580
27580
|
ref: "moreRef",
|
|
27581
|
-
trigger: _ctx.moreButtonRef.root,
|
|
27581
|
+
trigger: _ctx.moreButtonRef && _ctx.moreButtonRef.root,
|
|
27582
27582
|
placement: "top-end"
|
|
27583
27583
|
}, {
|
|
27584
27584
|
default: withCtx(() => [createElementVNode("div", _hoisted_2, [(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.notVisibleTools, item => {
|
|
27585
27585
|
return openBlock(), createBlock(_component_or_icon_button, {
|
|
27586
27586
|
key: item,
|
|
27587
27587
|
tooltip: {
|
|
27588
|
-
|
|
27588
|
+
content: _ctx.iconTooltipsEnum[item],
|
|
27589
27589
|
placement: 'top'
|
|
27590
27590
|
},
|
|
27591
27591
|
selected: _ctx.isActive[item],
|
|
@@ -27602,7 +27602,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27602
27602
|
}, 8 /* PROPS */, ["trigger"])) : createCommentVNode("v-if", true), _ctx.toolbarButtonRef ? (openBlock(), createBlock(_component_or_menu, {
|
|
27603
27603
|
key: 1,
|
|
27604
27604
|
ref: "menuRef",
|
|
27605
|
-
trigger: _ctx.toolbarButtonRef[_ctx.getIndexOfHeading].root,
|
|
27605
|
+
trigger: _ctx.toolbarButtonRef[_ctx.getIndexOfHeading] && _ctx.toolbarButtonRef[_ctx.getIndexOfHeading].root,
|
|
27606
27606
|
placement: "bottom-start",
|
|
27607
27607
|
class: "bg-on-primary"
|
|
27608
27608
|
}, {
|
|
@@ -80,7 +80,7 @@ export { s as OrRangeSliderV3 } from './OrRangeSliderV3-9d36a0c5.js';
|
|
|
80
80
|
export { s as OrSliderV3, S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from './OrSliderV3-f0ac9b94.js';
|
|
81
81
|
export { s as OrRatingV3 } from './OrRatingV3-b6b47938.js';
|
|
82
82
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from './OrResizeablePanelV3-c24490f4.js';
|
|
83
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-
|
|
83
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-6d7b206f.js';
|
|
84
84
|
export { default as OrSearch } from './OrSearch/OrSearch.js';
|
|
85
85
|
export { OrSearchV3 } from './OrSearchV3/index.js';
|
|
86
86
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControlV3-56862f95.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -42,7 +42,7 @@ export { default as OrRadioGroup } from './components/OrRadioGroup/OrRadioGroup.
|
|
|
42
42
|
export { default as OrRadioGroupV3 } from './components/OrRadioGroupV3/OrRadioGroup.js';
|
|
43
43
|
export { s as OrRangeSliderV3 } from './components/OrRangeSliderV3-9d36a0c5.js';
|
|
44
44
|
export { s as OrRatingV3 } from './components/OrRatingV3-b6b47938.js';
|
|
45
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-
|
|
45
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-6d7b206f.js';
|
|
46
46
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './components/OrSegmentedControlV3-56862f95.js';
|
|
47
47
|
export { s as OrSelect } from './components/OrSelect-ab9e3084.js';
|
|
48
48
|
export { s as OrSelectV3 } from './components/OrSelectV3-f212f5c6.js';
|
|
@@ -755,7 +755,7 @@ var __vue_render__ = function () {
|
|
|
755
755
|
"selected": _vm.isActive[item],
|
|
756
756
|
"disabled": !_vm.isFocused,
|
|
757
757
|
"tooltip": {
|
|
758
|
-
|
|
758
|
+
content: item,
|
|
759
759
|
placement: 'top'
|
|
760
760
|
},
|
|
761
761
|
"icon": {
|
|
@@ -772,7 +772,7 @@ var __vue_render__ = function () {
|
|
|
772
772
|
}) : _vm.isVisible(item) ? _c('or-icon-button', {
|
|
773
773
|
attrs: {
|
|
774
774
|
"tooltip": {
|
|
775
|
-
|
|
775
|
+
content: _vm.iconTooltipsEnum[item],
|
|
776
776
|
placement: 'top'
|
|
777
777
|
},
|
|
778
778
|
"selected": _vm.isActive[item],
|
|
@@ -851,7 +851,7 @@ var __vue_render__ = function () {
|
|
|
851
851
|
}), _vm._v(" "), _vm._t("files")], 2)]), _vm._v(" "), _vm.moreButtonRef ? _c('or-popover', {
|
|
852
852
|
ref: "moreRef",
|
|
853
853
|
attrs: {
|
|
854
|
-
"trigger": _vm.moreButtonRef.root,
|
|
854
|
+
"trigger": _vm.moreButtonRef && _vm.moreButtonRef.root,
|
|
855
855
|
"placement": "top-end"
|
|
856
856
|
}
|
|
857
857
|
}, [_c('div', {
|
|
@@ -861,7 +861,7 @@ var __vue_render__ = function () {
|
|
|
861
861
|
key: item,
|
|
862
862
|
attrs: {
|
|
863
863
|
"tooltip": {
|
|
864
|
-
|
|
864
|
+
content: _vm.iconTooltipsEnum[item],
|
|
865
865
|
placement: 'top'
|
|
866
866
|
},
|
|
867
867
|
"selected": _vm.isActive[item],
|
|
@@ -881,7 +881,7 @@ var __vue_render__ = function () {
|
|
|
881
881
|
ref: "menuRef",
|
|
882
882
|
staticClass: "bg-on-primary",
|
|
883
883
|
attrs: {
|
|
884
|
-
"trigger": _vm.toolbarButtonRef[_vm.getIndexOfHeading].root,
|
|
884
|
+
"trigger": _vm.toolbarButtonRef[_vm.getIndexOfHeading] && _vm.toolbarButtonRef[_vm.getIndexOfHeading].root,
|
|
885
885
|
"placement": "bottom-start"
|
|
886
886
|
}
|
|
887
887
|
}, [_vm._l(_vm.headingLevels, function (heading) {
|
|
@@ -97,7 +97,7 @@ export { _ as OrSliderV3 } from '../OrSlider-a474445c.js';
|
|
|
97
97
|
export { S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from '../OrSlider.vue_rollup-plugin-vue_script-09b4700b.js';
|
|
98
98
|
export { _ as OrRatingV3 } from '../OrRating-abf1b609.js';
|
|
99
99
|
export { _ as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from '../OrResizeablePanel-757f7dc1.js';
|
|
100
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
100
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from '../OrRichTextEditor-7466a45d.js';
|
|
101
101
|
export { _ as OrSearch } from '../OrSearch-ddf244e6.js';
|
|
102
102
|
export { _ as OrSearchV3 } from '../OrSearch-de2423bc.js';
|
|
103
103
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-00583234.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from '../../OrRichTextEditor-
|
|
1
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from '../../OrRichTextEditor-7466a45d.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/integrations/useFocusTrap';
|
|
4
4
|
import '@vueuse/core';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -97,7 +97,7 @@ export { _ as OrSliderV3 } from './OrSlider-a474445c.js';
|
|
|
97
97
|
export { S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from './OrSlider.vue_rollup-plugin-vue_script-09b4700b.js';
|
|
98
98
|
export { _ as OrRatingV3 } from './OrRating-abf1b609.js';
|
|
99
99
|
export { _ as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from './OrResizeablePanel-757f7dc1.js';
|
|
100
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
100
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from './OrRichTextEditor-7466a45d.js';
|
|
101
101
|
export { _ as OrSearch } from './OrSearch-ddf244e6.js';
|
|
102
102
|
export { _ as OrSearchV3 } from './OrSearch-de2423bc.js';
|
|
103
103
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-00583234.js';
|
|
@@ -766,7 +766,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
766
766
|
selected: _ctx.isActive[item],
|
|
767
767
|
disabled: !_ctx.isFocused,
|
|
768
768
|
tooltip: {
|
|
769
|
-
|
|
769
|
+
content: item,
|
|
770
770
|
placement: 'top'
|
|
771
771
|
},
|
|
772
772
|
icon: {
|
|
@@ -778,7 +778,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
778
778
|
}, null, 8 /* PROPS */, ["selected", "disabled", "tooltip", "icon"])) : _ctx.isVisible(item) ? (openBlock(), createBlock(_component_or_icon_button, {
|
|
779
779
|
key: 1,
|
|
780
780
|
tooltip: {
|
|
781
|
-
|
|
781
|
+
content: _ctx.iconTooltipsEnum[item],
|
|
782
782
|
placement: 'top'
|
|
783
783
|
},
|
|
784
784
|
selected: _ctx.isActive[item],
|
|
@@ -821,14 +821,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
821
821
|
}, null, 2 /* CLASS */), [[vShow, !_ctx.disableMarkdown]]), renderSlot(_ctx.$slots, "files")], 2 /* CLASS */)], 2 /* CLASS */), _ctx.moreButtonRef ? (openBlock(), createBlock(_component_or_popover, {
|
|
822
822
|
key: 0,
|
|
823
823
|
ref: "moreRef",
|
|
824
|
-
trigger: _ctx.moreButtonRef.root,
|
|
824
|
+
trigger: _ctx.moreButtonRef && _ctx.moreButtonRef.root,
|
|
825
825
|
placement: "top-end"
|
|
826
826
|
}, {
|
|
827
827
|
default: withCtx(() => [createElementVNode("div", _hoisted_2, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.notVisibleTools, item => {
|
|
828
828
|
return openBlock(), createBlock(_component_or_icon_button, {
|
|
829
829
|
key: item,
|
|
830
830
|
tooltip: {
|
|
831
|
-
|
|
831
|
+
content: _ctx.iconTooltipsEnum[item],
|
|
832
832
|
placement: 'top'
|
|
833
833
|
},
|
|
834
834
|
selected: _ctx.isActive[item],
|
|
@@ -845,7 +845,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
845
845
|
}, 8 /* PROPS */, ["trigger"])) : createCommentVNode("v-if", true), _ctx.toolbarButtonRef ? (openBlock(), createBlock(_component_or_menu, {
|
|
846
846
|
key: 1,
|
|
847
847
|
ref: "menuRef",
|
|
848
|
-
trigger: _ctx.toolbarButtonRef[_ctx.getIndexOfHeading].root,
|
|
848
|
+
trigger: _ctx.toolbarButtonRef[_ctx.getIndexOfHeading] && _ctx.toolbarButtonRef[_ctx.getIndexOfHeading].root,
|
|
849
849
|
placement: "bottom-start",
|
|
850
850
|
class: "bg-on-primary"
|
|
851
851
|
}, {
|
|
@@ -93,7 +93,7 @@ export { s as OrRangeSliderV3 } from '../OrRangeSlider-758f8cc7.js';
|
|
|
93
93
|
export { s as OrSliderV3, S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from '../OrSlider-1437f51e.js';
|
|
94
94
|
export { s as OrRatingV3 } from '../OrRating-ec9462c5.js';
|
|
95
95
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from '../OrResizeablePanel-525d396f.js';
|
|
96
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
96
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-d9182fa2.js';
|
|
97
97
|
export { s as OrSearch } from '../OrSearch-aa57d4e8.js';
|
|
98
98
|
export { s as OrSearchV3 } from '../OrSearch-9c6f1e16.js';
|
|
99
99
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-adbf7f4e.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../../OrRichTextEditor-
|
|
1
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../../OrRichTextEditor-d9182fa2.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/integrations/useFocusTrap';
|
|
4
4
|
import '@vueuse/core';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -93,7 +93,7 @@ export { s as OrRangeSliderV3 } from './OrRangeSlider-758f8cc7.js';
|
|
|
93
93
|
export { s as OrSliderV3, S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from './OrSlider-1437f51e.js';
|
|
94
94
|
export { s as OrRatingV3 } from './OrRating-ec9462c5.js';
|
|
95
95
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from './OrResizeablePanel-525d396f.js';
|
|
96
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
96
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-d9182fa2.js';
|
|
97
97
|
export { s as OrSearch } from './OrSearch-aa57d4e8.js';
|
|
98
98
|
export { s as OrSearchV3 } from './OrSearch-9c6f1e16.js';
|
|
99
99
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-adbf7f4e.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "8.16.
|
|
3
|
+
"version": "8.16.3-beta.3861.0",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -176,6 +176,5 @@
|
|
|
176
176
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
177
177
|
},
|
|
178
178
|
"./package.json": "./package.json"
|
|
179
|
-
}
|
|
180
|
-
"gitHead": "a13931b2c7f598f280666145121ba5cc427b4968"
|
|
179
|
+
}
|
|
181
180
|
}
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
ref="toolbarButtonRef"
|
|
31
31
|
:selected="isActive[item]"
|
|
32
32
|
:disabled="!isFocused"
|
|
33
|
-
:tooltip="{
|
|
33
|
+
:tooltip="{content: item, placement: 'top'}"
|
|
34
34
|
:icon="{icon: headingIcon, variant: 'inherit', size: 'm'}"
|
|
35
35
|
@click="menuRef.open()"
|
|
36
36
|
/>
|
|
37
37
|
<or-icon-button
|
|
38
38
|
v-else-if="isVisible(item)"
|
|
39
|
-
:tooltip="{
|
|
39
|
+
:tooltip="{content: iconTooltipsEnum[item], placement: 'top'}"
|
|
40
40
|
:selected="isActive[item]"
|
|
41
41
|
:disabled="!isFocused"
|
|
42
42
|
:icon="{icon: iconsEnum[item], variant: 'inherit', size: 'm'}"
|
|
@@ -74,14 +74,14 @@
|
|
|
74
74
|
<or-popover
|
|
75
75
|
v-if="moreButtonRef"
|
|
76
76
|
ref="moreRef"
|
|
77
|
-
:trigger="moreButtonRef.root"
|
|
77
|
+
:trigger="moreButtonRef && moreButtonRef.root"
|
|
78
78
|
placement="top-end"
|
|
79
79
|
>
|
|
80
80
|
<div class="flex p-sm gap-md bg-on-primary">
|
|
81
81
|
<or-icon-button
|
|
82
82
|
v-for="item in notVisibleTools"
|
|
83
83
|
:key="item"
|
|
84
|
-
:tooltip="{
|
|
84
|
+
:tooltip="{content: iconTooltipsEnum[item], placement: 'top'}"
|
|
85
85
|
:selected="isActive[item]"
|
|
86
86
|
:icon="{icon: iconsEnum[item], variant: 'inherit', size: 'm'}"
|
|
87
87
|
@click="handleToolbarClick(item)"
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
<or-menu
|
|
92
92
|
v-if="toolbarButtonRef"
|
|
93
93
|
ref="menuRef"
|
|
94
|
-
:trigger="toolbarButtonRef[getIndexOfHeading].root"
|
|
94
|
+
:trigger="toolbarButtonRef[getIndexOfHeading] && toolbarButtonRef[getIndexOfHeading].root"
|
|
95
95
|
placement="bottom-start"
|
|
96
96
|
class="bg-on-primary"
|
|
97
97
|
>
|