@onereach/ui-components 10.4.1 → 10.4.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/v2/components/OrCodeV3/OrCode.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/props.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCodeV3-ec5fb515.js → OrCodeV3-91e0ab9e.js} +1 -1
- package/dist/bundled/v3/components/index.js +1 -1
- package/dist/bundled/v3/index.js +1 -1
- package/dist/esm/v2/{OrCode-2efeba87.js → OrCode-09923a0a.js} +1 -1
- package/dist/esm/v2/components/index.js +1 -1
- package/dist/esm/v2/components/or-code-v3/index.js +1 -1
- package/dist/esm/v2/index.js +1 -1
- package/dist/esm/v3/{OrCode-7ced8acb.js → OrCode-a601ef2c.js} +1 -1
- package/dist/esm/v3/components/index.js +1 -1
- package/dist/esm/v3/components/or-code-v3/index.js +1 -1
- package/dist/esm/v3/index.js +1 -1
- package/package.json +2 -2
- package/src/components/or-code-v3/OrCode.vue +1 -0
|
@@ -221,7 +221,7 @@ var script = defineComponent({
|
|
|
221
221
|
}
|
|
222
222
|
},
|
|
223
223
|
emits: ['update:modelValue', 'input', 'keydown', 'keyup', 'focus', 'blur'],
|
|
224
|
-
expose: ['root', 'editorView', 'control', 'fullscreenControl', 'modal', 'focus', 'blur'],
|
|
224
|
+
expose: ['root', 'editorView', 'control', 'fullscreenControl', 'modal', 'focus', 'blur', 'openFullscreen'],
|
|
225
225
|
setup(props, context) {
|
|
226
226
|
// Refs
|
|
227
227
|
const root = ref();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCodeV3-
|
|
1
|
+
export { s as default } from '../OrCodeV3-91e0ab9e.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCodeV3-
|
|
1
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCodeV3-91e0ab9e.js';
|
|
2
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-de4725b5.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeLanguage } from '../OrCodeV3-
|
|
1
|
+
export { C as CodeLanguage } from '../OrCodeV3-91e0ab9e.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-91e0ab9e.js';
|
|
@@ -221,7 +221,7 @@ var script = defineComponent({
|
|
|
221
221
|
}
|
|
222
222
|
},
|
|
223
223
|
emits: ['update:modelValue', 'input', 'keydown', 'keyup', 'focus', 'blur'],
|
|
224
|
-
expose: ['root', 'editorView', 'control', 'fullscreenControl', 'modal', 'focus', 'blur'],
|
|
224
|
+
expose: ['root', 'editorView', 'control', 'fullscreenControl', 'modal', 'focus', 'blur', 'openFullscreen'],
|
|
225
225
|
setup(props, context) {
|
|
226
226
|
// Refs
|
|
227
227
|
const root = ref();
|
|
@@ -17,7 +17,7 @@ export { s as OrCheckboxTreeV3 } from './OrCheckboxTreeV3-24abe00c.js';
|
|
|
17
17
|
export { s as OrCheckboxV3 } from './OrCheckboxV3-74c2fbcd.js';
|
|
18
18
|
export { s as OrChip, a as OrChips } from './OrChips-c0bedac3.js';
|
|
19
19
|
export { a as EditorState, E as EditorView, q as OrCode, O as OrCodeLanguages, b as basicSetup, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from './OrCode-de4725b5.js';
|
|
20
|
-
export { C as CodeLanguage, s as OrCodeV3 } from './OrCodeV3-
|
|
20
|
+
export { C as CodeLanguage, s as OrCodeV3 } from './OrCodeV3-91e0ab9e.js';
|
|
21
21
|
export { default as OrCollapse } from './OrCollapse/OrCollapse.js';
|
|
22
22
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-d78513db.js';
|
|
23
23
|
export { s as OrCombinedInputV3 } from './OrCombinedInputV3-ec8aa42b.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -10,7 +10,7 @@ export { C as CardPadding, s as OrCardV3 } from './components/OrCardV3-a0e51677.
|
|
|
10
10
|
export { default as OrCheckboxGroupV3 } from './components/OrCheckboxGroupV3/OrCheckboxGroup.js';
|
|
11
11
|
export { s as OrChip, a as OrChips } from './components/OrChips-c0bedac3.js';
|
|
12
12
|
export { a as EditorState, E as EditorView, q as OrCode, O as OrCodeLanguages, b as basicSetup, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from './components/OrCode-de4725b5.js';
|
|
13
|
-
export { C as CodeLanguage, s as OrCodeV3 } from './components/OrCodeV3-
|
|
13
|
+
export { C as CodeLanguage, s as OrCodeV3 } from './components/OrCodeV3-91e0ab9e.js';
|
|
14
14
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './components/OrColorPicker-d78513db.js';
|
|
15
15
|
export { s as OrCombinedInputV3 } from './components/OrCombinedInputV3-ec8aa42b.js';
|
|
16
16
|
export { s as OrConfirm } from './components/OrConfirm-b975050e.js';
|
|
@@ -261,7 +261,7 @@ var script = defineComponent({
|
|
|
261
261
|
}
|
|
262
262
|
},
|
|
263
263
|
emits: ['update:modelValue', 'input', 'keydown', 'keyup', 'focus', 'blur'],
|
|
264
|
-
expose: ['root', 'editorView', 'control', 'fullscreenControl', 'modal', 'focus', 'blur'],
|
|
264
|
+
expose: ['root', 'editorView', 'control', 'fullscreenControl', 'modal', 'focus', 'blur', 'openFullscreen'],
|
|
265
265
|
setup(props, context) {
|
|
266
266
|
// Refs
|
|
267
267
|
const root = ref();
|
|
@@ -25,7 +25,7 @@ export { lintGutter, linter } from '@codemirror/lint';
|
|
|
25
25
|
export { javascript } from '@codemirror/lang-javascript';
|
|
26
26
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
27
27
|
export { html } from '@codemirror/lang-html';
|
|
28
|
-
export { C as CodeLanguage, _ as OrCodeV3 } from '../OrCode-
|
|
28
|
+
export { C as CodeLanguage, _ as OrCodeV3 } from '../OrCode-09923a0a.js';
|
|
29
29
|
export { EditorView } from '@codemirror/view';
|
|
30
30
|
export { EditorState } from '@codemirror/state';
|
|
31
31
|
export { _ as OrCollapse } from '../OrCollapse-74fb2ccd.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CodeLanguage, _ as OrCodeV3 } from '../../OrCode-
|
|
1
|
+
export { C as CodeLanguage, _ as OrCodeV3 } from '../../OrCode-09923a0a.js';
|
|
2
2
|
export { lintGutter, linter } from '@codemirror/lint';
|
|
3
3
|
export { javascript } from '@codemirror/lang-javascript';
|
|
4
4
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -25,7 +25,7 @@ export { lintGutter, linter } from '@codemirror/lint';
|
|
|
25
25
|
export { javascript } from '@codemirror/lang-javascript';
|
|
26
26
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
27
27
|
export { html } from '@codemirror/lang-html';
|
|
28
|
-
export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-
|
|
28
|
+
export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-09923a0a.js';
|
|
29
29
|
export { EditorView } from '@codemirror/view';
|
|
30
30
|
export { EditorState } from '@codemirror/state';
|
|
31
31
|
export { _ as OrCollapse } from './OrCollapse-74fb2ccd.js';
|
|
@@ -227,7 +227,7 @@ var script = defineComponent({
|
|
|
227
227
|
}
|
|
228
228
|
},
|
|
229
229
|
emits: ['update:modelValue', 'input', 'keydown', 'keyup', 'focus', 'blur'],
|
|
230
|
-
expose: ['root', 'editorView', 'control', 'fullscreenControl', 'modal', 'focus', 'blur'],
|
|
230
|
+
expose: ['root', 'editorView', 'control', 'fullscreenControl', 'modal', 'focus', 'blur', 'openFullscreen'],
|
|
231
231
|
setup(props, context) {
|
|
232
232
|
// Refs
|
|
233
233
|
const root = ref();
|
|
@@ -23,7 +23,7 @@ export { lintGutter, linter } from '@codemirror/lint';
|
|
|
23
23
|
export { javascript } from '@codemirror/lang-javascript';
|
|
24
24
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
25
25
|
export { html } from '@codemirror/lang-html';
|
|
26
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCode-
|
|
26
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCode-a601ef2c.js';
|
|
27
27
|
export { EditorView } from '@codemirror/view';
|
|
28
28
|
export { EditorState } from '@codemirror/state';
|
|
29
29
|
export { s as OrCollapse } from '../OrCollapse-bbba69ea.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../../OrCode-
|
|
1
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../../OrCode-a601ef2c.js';
|
|
2
2
|
export { lintGutter, linter } from '@codemirror/lint';
|
|
3
3
|
export { javascript } from '@codemirror/lang-javascript';
|
|
4
4
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -23,7 +23,7 @@ export { lintGutter, linter } from '@codemirror/lint';
|
|
|
23
23
|
export { javascript } from '@codemirror/lang-javascript';
|
|
24
24
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
25
25
|
export { html } from '@codemirror/lang-html';
|
|
26
|
-
export { C as CodeLanguage, s as OrCodeV3 } from './OrCode-
|
|
26
|
+
export { C as CodeLanguage, s as OrCodeV3 } from './OrCode-a601ef2c.js';
|
|
27
27
|
export { EditorView } from '@codemirror/view';
|
|
28
28
|
export { EditorState } from '@codemirror/state';
|
|
29
29
|
export { s as OrCollapse } from './OrCollapse-bbba69ea.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.2",
|
|
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": "55f57a594e0323265cc0b86de0943c427c6a88ca"
|
|
184
184
|
}
|