@onereach/ui-components-vue2 20.0.0 → 20.0.1
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/esm-deps/components/index.js +1 -1
- package/dist/esm-deps/components/or-code-v3/index.js +5 -5
- package/dist/esm-deps/components/or-rich-text-editor-v3/index.js +1 -1
- package/dist/esm-deps/{index-3372c036.js → index-d673bf64.js} +1 -1
- package/dist/esm-deps/{index-a90d6354.js → index-f0e8521b.js} +1 -1
- package/dist/esm-deps/index.js +1 -1
- package/package.json +4 -4
|
@@ -10,7 +10,7 @@ export { OrCheckboxGroupV3 } from './or-checkbox-group-v3/index.js';
|
|
|
10
10
|
export { OrCheckboxTreeV3 } from './or-checkbox-tree-v3/index.js';
|
|
11
11
|
export { OrCheckboxV3 } from './or-checkbox-v3/index.js';
|
|
12
12
|
export { CodeLanguage, OrCodeV3, html, json, jsonParseLinter } from './or-code-v3/index.js';
|
|
13
|
-
export { b as EditorState, E as EditorView, j as javascript, a as lintGutter, l as linter } from '../index-
|
|
13
|
+
export { b as EditorState, E as EditorView, j as javascript, a as lintGutter, l as linter } from '../index-f0e8521b.js';
|
|
14
14
|
export { OrCombinedInputV3 } from './or-combined-input-v3/index.js';
|
|
15
15
|
export { ConfirmType, OrConfirmV3 } from './or-confirm-v3/index.js';
|
|
16
16
|
export { OrContextMenuV3 } from './or-context-menu-v3/index.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive, toRef, watch, onMounted, onUnmounted } from 'vue-demi';
|
|
2
2
|
import { K, _, i as ie, b as re, u as ue } from '../../useValidationAttributes-DxhcSj_h-ce8f7310.js';
|
|
3
|
-
import {
|
|
4
|
-
export { a as lintGutter, l as linter } from '../../index-
|
|
3
|
+
import { o as basicSetup, k as keymap, p as indentWithTab, E as EditorView, b as EditorState, C as Compartment, L as LanguageSupport, q as LRLanguage, m as indentNodeProp, r as continuedIndent, i as foldNodeProp, t as foldInside, s as syntaxTree, u as typescriptLanguage, v as jsxLanguage, w as tsxLanguage, x as javascriptLanguage, j as javascript, h as EditorSelection, y as bracketMatchingHandle } from '../../index-f0e8521b.js';
|
|
4
|
+
export { a as lintGutter, l as linter } from '../../index-f0e8521b.js';
|
|
5
5
|
import { OrErrorV3 as OrError } from '../or-error-v3/index.js';
|
|
6
6
|
import { OrHintV3 as OrHint } from '../or-hint-v3/index.js';
|
|
7
7
|
import { OrInputBoxV3 as OrInputBox } from '../or-input-box-v3/index.js';
|
|
@@ -311,15 +311,15 @@ var script = defineComponent({
|
|
|
311
311
|
case CodeLanguage.CSS:
|
|
312
312
|
return (await Promise.resolve().then(function () { return index$1; })).css();
|
|
313
313
|
case CodeLanguage.JS:
|
|
314
|
-
return (await import('../../index-
|
|
314
|
+
return (await import('../../index-f0e8521b.js').then(function (n) { return n.I; })).javascript();
|
|
315
315
|
case CodeLanguage.TS:
|
|
316
|
-
return (await import('../../index-
|
|
316
|
+
return (await import('../../index-f0e8521b.js').then(function (n) { return n.I; })).javascript({
|
|
317
317
|
typescript: true
|
|
318
318
|
});
|
|
319
319
|
case CodeLanguage.JSON:
|
|
320
320
|
return (await Promise.resolve().then(function () { return index$2; })).json();
|
|
321
321
|
case CodeLanguage.MD:
|
|
322
|
-
return (await import('../../index-
|
|
322
|
+
return (await import('../../index-d673bf64.js')).markdown();
|
|
323
323
|
}
|
|
324
324
|
};
|
|
325
325
|
// Methods
|
|
@@ -19,7 +19,7 @@ import { aa as e } from '../../extractCssVarName-IHa2pGlF-d99daa2a.js';
|
|
|
19
19
|
import '../../dom-CwV-xS38-5babad01.js';
|
|
20
20
|
import OrderedMap from 'orderedmap';
|
|
21
21
|
import { ReplaceStep as ReplaceStep$1, ReplaceAroundStep as ReplaceAroundStep$1 } from 'prosemirror-transform';
|
|
22
|
-
import { E as EditorView$1, H as HighlightStyle,
|
|
22
|
+
import { E as EditorView$1, H as HighlightStyle, z as tags, A as syntaxHighlighting, b as EditorState$1, B as highlightActiveLine, D as highlightActiveLineGutter, F as lineNumbers, k as keymap$1, G as minimalSetup, j as javascript } from '../../index-f0e8521b.js';
|
|
23
23
|
import { u as ue } from '../../useValidationAttributes-DxhcSj_h-ce8f7310.js';
|
|
24
24
|
import markdownit from 'markdown-it';
|
|
25
25
|
import { OrButtonV3 as OrButton } from '../or-button-v3/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as LanguageSupport, P as Prec, k as keymap, c as Language, d as defineLanguageFacet, f as foldService, s as syntaxTree, e as LanguageDescription, g as ParseContext, h as EditorSelection, i as foldNodeProp, m as indentNodeProp, n as languageDataProp } from './index-
|
|
1
|
+
import { L as LanguageSupport, P as Prec, k as keymap, c as Language, d as defineLanguageFacet, f as foldService, s as syntaxTree, e as LanguageDescription, g as ParseContext, h as EditorSelection, i as foldNodeProp, m as indentNodeProp, n as languageDataProp } from './index-f0e8521b.js';
|
|
2
2
|
import { MarkdownParser, parseCode, parser, GFM, Subscript, Superscript, Emoji } from '@lezer/markdown';
|
|
3
3
|
import { html } from './components/or-code-v3/index.js';
|
|
4
4
|
import { NodeProp } from '@lezer/common';
|
|
@@ -19751,4 +19751,4 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
19751
19751
|
typescriptLanguage: typescriptLanguage
|
|
19752
19752
|
});
|
|
19753
19753
|
|
|
19754
|
-
export {
|
|
19754
|
+
export { syntaxHighlighting as A, highlightActiveLine as B, Compartment as C, highlightActiveLineGutter as D, EditorView as E, lineNumbers as F, minimalSetup as G, HighlightStyle as H, index as I, LanguageSupport as L, Prec as P, lintGutter as a, EditorState as b, Language as c, defineLanguageFacet as d, LanguageDescription as e, foldService as f, ParseContext as g, EditorSelection as h, foldNodeProp as i, javascript as j, keymap as k, linter as l, indentNodeProp as m, languageDataProp as n, basicSetup as o, indentWithTab as p, LRLanguage as q, continuedIndent as r, syntaxTree as s, foldInside as t, typescriptLanguage as u, jsxLanguage as v, tsxLanguage as w, javascriptLanguage as x, bracketMatchingHandle as y, tags as z };
|
package/dist/esm-deps/index.js
CHANGED
|
@@ -16,7 +16,7 @@ export { OrCheckboxGroupV3 } from './components/or-checkbox-group-v3/index.js';
|
|
|
16
16
|
export { OrCheckboxTreeV3 } from './components/or-checkbox-tree-v3/index.js';
|
|
17
17
|
export { OrCheckboxV3 } from './components/or-checkbox-v3/index.js';
|
|
18
18
|
export { CodeLanguage, OrCodeV3, html, json, jsonParseLinter } from './components/or-code-v3/index.js';
|
|
19
|
-
export { b as EditorState, E as EditorView, j as javascript, a as lintGutter, l as linter } from './index-
|
|
19
|
+
export { b as EditorState, E as EditorView, j as javascript, a as lintGutter, l as linter } from './index-f0e8521b.js';
|
|
20
20
|
export { OrCombinedInputV3 } from './components/or-combined-input-v3/index.js';
|
|
21
21
|
export { ConfirmType, OrConfirmV3 } from './components/or-confirm-v3/index.js';
|
|
22
22
|
export { OrContextMenuV3 } from './components/or-context-menu-v3/index.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components-vue2",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.1",
|
|
4
4
|
"description": "Vue components library for v2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@codemirror/view": "^6",
|
|
66
66
|
"@floating-ui/dom": "1.5.3",
|
|
67
67
|
"@lezer/highlight": "*",
|
|
68
|
-
"@onereach/styles": "^20.0.
|
|
69
|
-
"@onereach/ui-components-common": "^20.0.
|
|
68
|
+
"@onereach/styles": "^20.0.1",
|
|
69
|
+
"@onereach/ui-components-common": "^20.0.1",
|
|
70
70
|
"@splidejs/splide": "4.0.6",
|
|
71
71
|
"@tiptap/core": "2.0.3",
|
|
72
72
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"access": "public"
|
|
132
132
|
},
|
|
133
133
|
"npmUnpacked": "4.15.2",
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "4088d716d677ca3b9e855fae37d5efda9c7e5881"
|
|
135
135
|
}
|