@onereach/ui-components 18.0.0 → 18.0.2
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/components/OrCode/OrCode.js +1 -1
- package/dist/bundled/components/OrCode/constants.js +1 -1
- package/dist/bundled/components/OrCode/index.js +1 -2
- package/dist/bundled/components/OrCode/lang.js +1 -1
- package/dist/bundled/components/OrCode/libs.js +1 -2
- package/dist/bundled/components/OrCode/theme.js +1 -4
- package/dist/bundled/components/OrCode-0d9adf63.js +32516 -0
- package/dist/bundled/components/OrCodeV3/OrCode.js +1 -1
- package/dist/bundled/components/OrCodeV3/index.js +2 -5
- package/dist/bundled/components/OrCodeV3/libs.js +1 -4
- package/dist/bundled/components/OrCodeV3/props.js +1 -1
- package/dist/bundled/components/OrCodeV3/styles.js +1 -1
- package/dist/bundled/components/{OrCodeV3-7b92c551.js → OrCodeV3-30aece3d.js} +7 -10
- package/dist/bundled/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
- package/dist/bundled/components/OrRichTextEditorV3/index.js +1 -1
- package/dist/bundled/components/OrRichTextEditorV3/props.js +1 -1
- package/dist/bundled/components/OrRichTextEditorV3/styles.js +1 -1
- package/dist/bundled/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +2 -2
- package/dist/bundled/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +2 -5
- package/dist/bundled/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
- package/dist/bundled/components/OrRichTextEditorV3/utils/codemirror/theme.js +2 -4
- package/dist/bundled/components/OrRichTextEditorV3/utils/markdown.js +1 -2
- package/dist/bundled/components/{OrRichTextEditorV3-af979bfb.js → OrRichTextEditorV3-432153a6.js} +11932 -1825
- package/dist/bundled/components/OrTreeV3/index.js +8 -6
- package/dist/bundled/components/index.js +3 -6
- package/dist/bundled/index.js +4 -7
- package/dist/esm/components/index.js +1 -1
- package/dist/esm/components/or-data-grid-v3/index.js +1 -1
- package/dist/esm/components/or-skeleton-v3/index.js +1 -1
- package/dist/esm/components/or-skeleton-v3/or-skeleton-circle-v3/index.js +1 -1
- package/dist/esm/components/or-skeleton-v3/or-skeleton-rect-v3/index.js +1 -1
- package/dist/esm/components/or-skeleton-v3/or-skeleton-text-v3/index.js +1 -1
- package/dist/esm/components/or-tree-v3/index.js +9 -6
- package/dist/esm/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/{styles-79a4c2cb.js → styles-5034a773.js} +1 -1
- package/package.json +12 -12
- package/src/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue +12 -9
- package/src/components/or-tree-v3/partials/or-tree-node/styles.ts +7 -2
- package/dist/bundled/components/OrCode-675b6a5b.js +0 -14383
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCodeV3-
|
|
1
|
+
export { s as default } from '../OrCodeV3-30aece3d.js';
|
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCodeV3-
|
|
2
|
-
export { lintGutter, linter } from '
|
|
3
|
-
export { h as html, j as javascript, a as json, c as jsonParseLinter } from '../OrCode-675b6a5b.js';
|
|
4
|
-
export { EditorView } from '@codemirror/view';
|
|
5
|
-
export { EditorState } from '@codemirror/state';
|
|
1
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCodeV3-30aece3d.js';
|
|
2
|
+
export { a as EditorState, E as EditorView, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-0d9adf63.js';
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
export { lintGutter, linter } from '
|
|
2
|
-
export { h as html, j as javascript, a as json, c as jsonParseLinter } from '../OrCode-675b6a5b.js';
|
|
3
|
-
export { EditorView } from '@codemirror/view';
|
|
4
|
-
export { EditorState } from '@codemirror/state';
|
|
1
|
+
export { a as EditorState, E as EditorView, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-0d9adf63.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeLanguage } from '../OrCodeV3-
|
|
1
|
+
export { C as CodeLanguage } from '../OrCodeV3-30aece3d.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as Code, c as CodeControl, b as CodeControlRoot, d as CodeModal } from '../OrCodeV3-
|
|
1
|
+
export { a as Code, c as CodeControl, b as CodeControlRoot, d as CodeModal } from '../OrCodeV3-30aece3d.js';
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, renderSlot, createTextVNode, toDisplayString, createElementVNode, withDirectives, createBlock, vShow, createCommentVNode, reactive, toRef, watch, onMounted, onUnmounted, createSlots, withModifiers } from 'vue';
|
|
2
|
-
import '
|
|
3
|
-
import { b as basicSetup, i as indentWithTab } from './OrCode-675b6a5b.js';
|
|
4
|
-
import { keymap, EditorView } from '@codemirror/view';
|
|
5
|
-
import { Compartment, EditorState } from '@codemirror/state';
|
|
2
|
+
import { b as basicSetup, k as keymap, i as indentWithTab, E as EditorView, a as EditorState, C as Compartment } from './OrCode-0d9adf63.js';
|
|
6
3
|
import { s as script$2 } from './OrErrorV3-cff3a70c.js';
|
|
7
4
|
import { s as script$3 } from './OrHintV3-a9a95858.js';
|
|
8
5
|
import { s as script$4 } from './OrInputBoxV3-de80a423.js';
|
|
@@ -244,19 +241,19 @@ var script = defineComponent({
|
|
|
244
241
|
const getLanguageExtension = async language => {
|
|
245
242
|
switch (language) {
|
|
246
243
|
case CodeLanguage.HTML:
|
|
247
|
-
return (await import('./OrCode-
|
|
244
|
+
return (await import('./OrCode-0d9adf63.js').then(function (n) { return n.F; })).html();
|
|
248
245
|
case CodeLanguage.CSS:
|
|
249
|
-
return (await import('./OrCode-
|
|
246
|
+
return (await import('./OrCode-0d9adf63.js').then(function (n) { return n.B; })).css();
|
|
250
247
|
case CodeLanguage.JS:
|
|
251
|
-
return (await import('./OrCode-
|
|
248
|
+
return (await import('./OrCode-0d9adf63.js').then(function (n) { return n.D; })).javascript();
|
|
252
249
|
case CodeLanguage.TS:
|
|
253
|
-
return (await import('./OrCode-
|
|
250
|
+
return (await import('./OrCode-0d9adf63.js').then(function (n) { return n.D; })).javascript({
|
|
254
251
|
typescript: true
|
|
255
252
|
});
|
|
256
253
|
case CodeLanguage.JSON:
|
|
257
|
-
return (await import('./OrCode-
|
|
254
|
+
return (await import('./OrCode-0d9adf63.js').then(function (n) { return n.G; })).json();
|
|
258
255
|
case CodeLanguage.MD:
|
|
259
|
-
return (await import('./OrCode-
|
|
256
|
+
return (await import('./OrCode-0d9adf63.js').then(function (n) { return n.I; })).markdown();
|
|
260
257
|
}
|
|
261
258
|
};
|
|
262
259
|
// Methods
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrRichTextEditorV3-
|
|
1
|
+
export { s as default } from '../OrRichTextEditorV3-432153a6.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditorV3-
|
|
1
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditorV3-432153a6.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as Formats } from '../OrRichTextEditorV3-
|
|
1
|
+
export { F as Formats } from '../OrRichTextEditorV3-432153a6.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { R as RichTextEditor, c as RichTextEditorControl, a as RichTextEditorToolbar, b as RichTextEditorToolbarGroup } from '../OrRichTextEditorV3-
|
|
1
|
+
export { R as RichTextEditor, c as RichTextEditorControl, a as RichTextEditorToolbar, b as RichTextEditorToolbarGroup } from '../OrRichTextEditorV3-432153a6.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as default } from '../../../OrRichTextEditorV3-
|
|
2
|
-
import '../../../OrCode-
|
|
1
|
+
export { f as default } from '../../../OrRichTextEditorV3-432153a6.js';
|
|
2
|
+
import '../../../OrCode-0d9adf63.js';
|
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import '
|
|
3
|
-
import '@codemirror/state';
|
|
4
|
-
import '@codemirror/view';
|
|
5
|
-
export { C as default } from '../../../OrRichTextEditorV3-af979bfb.js';
|
|
1
|
+
export { C as default } from '../../../OrRichTextEditorV3-432153a6.js';
|
|
2
|
+
import '../../../OrCode-0d9adf63.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-432153a6.js';
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import '
|
|
2
|
-
import '@codemirror/language';
|
|
3
|
-
import '@lezer/highlight';
|
|
1
|
+
import '../../../OrCode-0d9adf63.js';
|
|
4
2
|
import '../../../../hooks/useTheme.js';
|
|
5
|
-
export { d as color, t as default, e as orCodeHighlightStyle, o as orCodeTheme } from '../../../OrRichTextEditorV3-
|
|
3
|
+
export { d as color, t as default, e as orCodeHighlightStyle, o as orCodeTheme } from '../../../OrRichTextEditorV3-432153a6.js';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export { h as deserialize, g as serialize } from '../../OrRichTextEditorV3-
|
|
2
|
-
import 'prosemirror-model';
|
|
1
|
+
export { h as deserialize, g as serialize } from '../../OrRichTextEditorV3-432153a6.js';
|