@onereach/ui-components 20.0.2 → 20.0.3
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-f0e8521b.js → index-a90d6354.js} +1 -1
- package/dist/esm-deps/{index-df637b06.js → index-f0bbebaa.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-a90d6354.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,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { a as lintGutter, l as linter } from '../../index-
|
|
1
|
+
import { v as basicSetup, k as keymap, w as indentWithTab, E as EditorView, b as EditorState, C as Compartment, L as LanguageSupport, x as LRLanguage, m as indentNodeProp, y as continuedIndent, i as foldNodeProp, z as foldInside, s as syntaxTree, A as typescriptLanguage, B as jsxLanguage, D as tsxLanguage, F as javascriptLanguage, j as javascript, h as EditorSelection, G as bracketMatchingHandle } from '../../index-a90d6354.js';
|
|
2
|
+
export { a as lintGutter, l as linter } from '../../index-a90d6354.js';
|
|
3
3
|
import { parser } from '@lezer/json';
|
|
4
4
|
import { configureNesting, parser as parser$2 } from '@lezer/html';
|
|
5
5
|
import { parser as parser$1 } from '@lezer/css';
|
|
@@ -277,15 +277,15 @@ var script = defineComponent({
|
|
|
277
277
|
case CodeLanguage.CSS:
|
|
278
278
|
return (await Promise.resolve().then(function () { return index$1; })).css();
|
|
279
279
|
case CodeLanguage.JS:
|
|
280
|
-
return (await import('../../index-
|
|
280
|
+
return (await import('../../index-a90d6354.js').then(function (n) { return n.I; })).javascript();
|
|
281
281
|
case CodeLanguage.TS:
|
|
282
|
-
return (await import('../../index-
|
|
282
|
+
return (await import('../../index-a90d6354.js').then(function (n) { return n.I; })).javascript({
|
|
283
283
|
typescript: true
|
|
284
284
|
});
|
|
285
285
|
case CodeLanguage.JSON:
|
|
286
286
|
return (await Promise.resolve().then(function () { return index$2; })).json();
|
|
287
287
|
case CodeLanguage.MD:
|
|
288
|
-
return (await import('../../index-
|
|
288
|
+
return (await import('../../index-f0bbebaa.js')).markdown();
|
|
289
289
|
}
|
|
290
290
|
};
|
|
291
291
|
// Methods
|
|
@@ -20,7 +20,7 @@ import { ac as e } from '../../extractCssVarName-IHa2pGlF-614fb8d2.js';
|
|
|
20
20
|
import '../../dom-CwV-xS38-5babad01.js';
|
|
21
21
|
import OrderedMap from 'orderedmap';
|
|
22
22
|
import { ReplaceStep as ReplaceStep$1, ReplaceAroundStep as ReplaceAroundStep$1 } from 'prosemirror-transform';
|
|
23
|
-
import { E as EditorView$1, H as HighlightStyle,
|
|
23
|
+
import { E as EditorView$1, H as HighlightStyle, t as tags, o as syntaxHighlighting, b as EditorState$1, p as highlightActiveLine, q as highlightActiveLineGutter, r as lineNumbers, k as keymap$1, u as minimalSetup, j as javascript } from '../../index-a90d6354.js';
|
|
24
24
|
import { u as ue } from '../../useValidationAttributes-DxhcSj_h-3380c3cf.js';
|
|
25
25
|
import markdownit from 'markdown-it';
|
|
26
26
|
import '../../OrButton-91f48227.js';
|
|
@@ -19751,4 +19751,4 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
19751
19751
|
typescriptLanguage: typescriptLanguage
|
|
19752
19752
|
});
|
|
19753
19753
|
|
|
19754
|
-
export {
|
|
19754
|
+
export { typescriptLanguage as A, jsxLanguage as B, Compartment as C, tsxLanguage as D, EditorView as E, javascriptLanguage as F, bracketMatchingHandle 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, syntaxHighlighting as o, highlightActiveLine as p, highlightActiveLineGutter as q, lineNumbers as r, syntaxTree as s, tags as t, minimalSetup as u, basicSetup as v, indentWithTab as w, LRLanguage as x, continuedIndent as y, foldInside as z };
|
|
@@ -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-a90d6354.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';
|
package/dist/esm-deps/index.js
CHANGED
|
@@ -80,7 +80,7 @@ export { OrButtonV3 } from './components/or-button-v3/index.js';
|
|
|
80
80
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant } from './props-bba3dca8.js';
|
|
81
81
|
export { OrCheckboxTreeV3 } from './components/or-checkbox-tree-v3/index.js';
|
|
82
82
|
export { OrCheckboxV3 } from './components/or-checkbox-v3/index.js';
|
|
83
|
-
export { b as EditorState, E as EditorView, j as javascript, a as lintGutter, l as linter } from './index-
|
|
83
|
+
export { b as EditorState, E as EditorView, j as javascript, a as lintGutter, l as linter } from './index-a90d6354.js';
|
|
84
84
|
export { OrDatePickerV3 } from './components/or-date-picker-v3/index.js';
|
|
85
85
|
export { s as OrDateTimePickerV3 } from './OrDateTimePicker.vue_vue_type_script_lang-92237043.js';
|
|
86
86
|
export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from './OrDateTimePickerMonthSelect-8ff9ca1b.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.3",
|
|
4
4
|
"description": "Vue components library for v3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@codemirror/view": "^6",
|
|
47
47
|
"@floating-ui/dom": "1.5.3",
|
|
48
48
|
"@lezer/highlight": "*",
|
|
49
|
-
"@onereach/styles": "^20.0.
|
|
50
|
-
"@onereach/ui-components-common": "^20.0.
|
|
49
|
+
"@onereach/styles": "^20.0.3",
|
|
50
|
+
"@onereach/ui-components-common": "^20.0.3",
|
|
51
51
|
"@splidejs/splide": "4.0.6",
|
|
52
52
|
"@tiptap/core": "2.0.3",
|
|
53
53
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"access": "public"
|
|
109
109
|
},
|
|
110
110
|
"npmUnpacked": "4.15.2",
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "06b3d8d133693d6c1da6971dac2466f364c4e22d"
|
|
112
112
|
}
|