@onereach/ui-components 10.4.3 → 10.4.4
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 +1 -1
- 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-f9611e61.js → OrRichTextEditorV3-00963af8.js} +1 -1
- package/dist/bundled/v3/components/index.js +1 -1
- package/dist/bundled/v3/index.js +1 -1
- package/dist/esm/v2/{OrRichTextEditor-d1f6932b.js → OrRichTextEditor-65eb8fb0.js} +1 -1
- 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-337b70ce.js → OrRichTextEditor-e224b4ff.js} +1 -1
- 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 -2
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrRichTextEditorV3-
|
|
1
|
+
export { s as default } from '../OrRichTextEditorV3-00963af8.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditorV3-
|
|
1
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditorV3-00963af8.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Formats } from '../OrRichTextEditorV3-
|
|
1
|
+
export { F as Formats } from '../OrRichTextEditorV3-00963af8.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { E as EditorContainer, f as EditorInput, O as OrRichTextEditor, b as Toolbar, c as ToolbarButton, e as ToolbarButtonFocused, T as ToolbarContainer } from '../OrRichTextEditorV3-
|
|
1
|
+
export { E as EditorContainer, f as EditorInput, O as OrRichTextEditor, b as Toolbar, c as ToolbarButton, e as ToolbarButtonFocused, T as ToolbarContainer } from '../OrRichTextEditorV3-00963af8.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { i as default } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { i as default } from '../../../OrRichTextEditorV3-00963af8.js';
|
|
2
2
|
import '../../../OrCode-de4725b5.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as default } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { C as default } from '../../../OrRichTextEditorV3-00963af8.js';
|
|
2
2
|
import '../../../OrCode-de4725b5.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-00963af8.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '../../../OrCode-de4725b5.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-00963af8.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { d as deserialize, a as serialize } from '../../OrRichTextEditorV3-
|
|
1
|
+
export { d as deserialize, a as serialize } from '../../OrRichTextEditorV3-00963af8.js';
|
package/dist/bundled/v3/components/{OrRichTextEditorV3-f9611e61.js → OrRichTextEditorV3-00963af8.js}
RENAMED
|
@@ -29336,7 +29336,7 @@ var script = defineComponent({
|
|
|
29336
29336
|
}
|
|
29337
29337
|
},
|
|
29338
29338
|
emits: ['update:modelValue', 'input', 'file-upload'],
|
|
29339
|
-
expose: ['root'],
|
|
29339
|
+
expose: ['root', 'editor'],
|
|
29340
29340
|
setup(props, context) {
|
|
29341
29341
|
let editor = null;
|
|
29342
29342
|
// Refs
|
|
@@ -82,7 +82,7 @@ export { s as OrRadioV3 } from './OrRadioV3-ca3da15e.js';
|
|
|
82
82
|
export { s as OrRangeSliderV3 } from './OrRangeSliderV3-010a9f62.js';
|
|
83
83
|
export { s as OrRatingV3 } from './OrRatingV3-82a538ca.js';
|
|
84
84
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanelV3-22c80850.js';
|
|
85
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-
|
|
85
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-00963af8.js';
|
|
86
86
|
export { default as OrSearch } from './OrSearch/OrSearch.js';
|
|
87
87
|
export { default as OrSearchV3 } from './OrSearchV3/OrSearch.js';
|
|
88
88
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControlV3-de9f3667.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -45,7 +45,7 @@ export { default as OrRadioGroup } from './components/OrRadioGroup/OrRadioGroup.
|
|
|
45
45
|
export { default as OrRadioGroupV3 } from './components/OrRadioGroupV3/OrRadioGroup.js';
|
|
46
46
|
export { s as OrRangeSliderV3 } from './components/OrRangeSliderV3-010a9f62.js';
|
|
47
47
|
export { s as OrRatingV3 } from './components/OrRatingV3-82a538ca.js';
|
|
48
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-
|
|
48
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-00963af8.js';
|
|
49
49
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './components/OrSegmentedControlV3-de9f3667.js';
|
|
50
50
|
export { s as OrSelect } from './components/OrSelect-78eed0b6.js';
|
|
51
51
|
export { s as OrSelectV3 } from './components/OrSelectV3-593b816f.js';
|
|
@@ -100,7 +100,7 @@ export { _ as OrRadioV3 } from '../OrRadio-fd6ae0b3.js';
|
|
|
100
100
|
export { _ as OrRangeSliderV3 } from '../OrRangeSlider-e958c24c.js';
|
|
101
101
|
export { _ as OrRatingV3 } from '../OrRating-aa2365e9.js';
|
|
102
102
|
export { _ as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from '../OrResizeablePanel-91f1e9c5.js';
|
|
103
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
103
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from '../OrRichTextEditor-65eb8fb0.js';
|
|
104
104
|
export { _ as OrSearch } from '../OrSearch-3f55fbee.js';
|
|
105
105
|
export { _ as OrSearchV3 } from '../OrSearch-57d7d26f.js';
|
|
106
106
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-cd16856e.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from '../../OrRichTextEditor-
|
|
1
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from '../../OrRichTextEditor-65eb8fb0.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/integrations/useFocusTrap';
|
|
4
4
|
import 'vue-demi';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -100,7 +100,7 @@ export { _ as OrRadioV3 } from './OrRadio-fd6ae0b3.js';
|
|
|
100
100
|
export { _ as OrRangeSliderV3 } from './OrRangeSlider-e958c24c.js';
|
|
101
101
|
export { _ as OrRatingV3 } from './OrRating-aa2365e9.js';
|
|
102
102
|
export { _ as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanel-91f1e9c5.js';
|
|
103
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
103
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from './OrRichTextEditor-65eb8fb0.js';
|
|
104
104
|
export { _ as OrSearch } from './OrSearch-3f55fbee.js';
|
|
105
105
|
export { _ as OrSearchV3 } from './OrSearch-57d7d26f.js';
|
|
106
106
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-cd16856e.js';
|
|
@@ -97,7 +97,7 @@ export { s as OrRadioV3 } from '../OrRadio-0a8b6e08.js';
|
|
|
97
97
|
export { s as OrRangeSliderV3 } from '../OrRangeSlider-c61cd40b.js';
|
|
98
98
|
export { s as OrRatingV3 } from '../OrRating-2abf71bd.js';
|
|
99
99
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from '../OrResizeablePanel-6b7f5b95.js';
|
|
100
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
100
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-e224b4ff.js';
|
|
101
101
|
export { s as OrSearch } from '../OrSearch-740f931b.js';
|
|
102
102
|
export { s as OrSearchV3 } from '../OrSearch-48499c54.js';
|
|
103
103
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-1370c626.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-e224b4ff.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/integrations/useFocusTrap';
|
|
4
4
|
import 'vue-demi';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -97,7 +97,7 @@ export { s as OrRadioV3 } from './OrRadio-0a8b6e08.js';
|
|
|
97
97
|
export { s as OrRangeSliderV3 } from './OrRangeSlider-c61cd40b.js';
|
|
98
98
|
export { s as OrRatingV3 } from './OrRating-2abf71bd.js';
|
|
99
99
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanel-6b7f5b95.js';
|
|
100
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
100
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-e224b4ff.js';
|
|
101
101
|
export { s as OrSearch } from './OrSearch-740f931b.js';
|
|
102
102
|
export { s as OrSearchV3 } from './OrSearch-48499c54.js';
|
|
103
103
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-1370c626.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "10.4.
|
|
3
|
+
"version": "10.4.4",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -180,5 +180,5 @@
|
|
|
180
180
|
},
|
|
181
181
|
"./package.json": "./package.json"
|
|
182
182
|
},
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "b8c101e8d105ec60a0bbc3e987d3364816c0a2f7"
|
|
184
184
|
}
|