@onereach/ui-components 8.19.2 → 8.19.3-beta.3976.0
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/OrModal/OrModal.js +1 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +7 -7
- package/dist/bundled/v2/{useFocusTrap-2354d4f3.js → useFocusTrap-2df16342.js} +307 -120
- package/dist/bundled/v3/components/OrCode/OrCode.js +1 -1
- package/dist/bundled/v3/components/OrCode/constants.js +1 -1
- package/dist/bundled/v3/components/OrCode/index.js +1 -1
- package/dist/bundled/v3/components/OrCode/lang.js +1 -1
- package/dist/bundled/v3/components/OrCode/libs.js +1 -1
- package/dist/bundled/v3/components/OrCode/theme.js +1 -1
- package/dist/bundled/v3/components/{OrCode-46b1b8aa.js → OrCode-f7708644.js} +1 -1
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/index.js +2 -2
- package/dist/bundled/v3/components/OrCodeV3/libs.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-d8e1ec2f.js → OrCodeV3-6dbd233d.js} +7 -7
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +1 -1
- package/dist/bundled/v3/components/OrConfirm/index.js +1 -1
- package/dist/bundled/v3/components/{OrConfirm-f95a3ce6.js → OrConfirm-66387c1f.js} +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/index.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/props.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrConfirmV3-26accd85.js → OrConfirmV3-0a0d83f0.js} +1 -1
- package/dist/bundled/v3/components/OrModal/OrModal.js +1 -1
- package/dist/bundled/v3/components/OrModal/constants.js +1 -1
- package/dist/bundled/v3/components/OrModal/index.js +1 -1
- package/dist/bundled/v3/components/{OrModal-3aad4d27.js → OrModal-70fa6d2d.js} +307 -120
- 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 +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +1 -1
- package/dist/bundled/v3/components/{OrRichTextEditorV3-46b9246b.js → OrRichTextEditorV3-f3786714.js} +2 -2
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +4 -4
- package/dist/bundled/v3/components/index.js +6 -6
- package/dist/bundled/v3/index.js +6 -6
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +7 -7
- package/dist/esm/v2/components/or-textarea/OrTextarea.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +4 -4
- package/package.json +6 -6
- package/src/components/or-select-v3/OrSelect.vue +3 -3
|
@@ -4,7 +4,7 @@ import { a as useElementHover } from './OrBottomSheetV3-66815f6f.js';
|
|
|
4
4
|
import { defineComponent, ref } from 'vue-demi';
|
|
5
5
|
import { s as script$3 } from './OrTeleport-5a34b07f.js';
|
|
6
6
|
import script$1 from './OrIconButtonV2/OrIconButton.js';
|
|
7
|
-
import { s as script$2 } from './OrModal-
|
|
7
|
+
import { s as script$2 } from './OrModal-70fa6d2d.js';
|
|
8
8
|
import script$4 from './OrError/OrError.js';
|
|
9
9
|
import script$5 from './OrHint/OrHint.js';
|
|
10
10
|
import script$6 from './OrLabel/OrLabel.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCodeV3-
|
|
1
|
+
export { s as default } from '../OrCodeV3-6dbd233d.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCodeV3-
|
|
2
|
-
export { E as EditorState, a as EditorView, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-
|
|
1
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCodeV3-6dbd233d.js';
|
|
2
|
+
export { E as EditorState, a as EditorView, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-f7708644.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { E as EditorState, a as EditorView, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-
|
|
1
|
+
export { E as EditorState, a as EditorView, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-f7708644.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeLanguage } from '../OrCodeV3-
|
|
1
|
+
export { C as CodeLanguage } from '../OrCodeV3-6dbd233d.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-6dbd233d.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, renderSlot, createTextVNode, toDisplayString, createElementVNode, withDirectives, createBlock, createCommentVNode, vShow, withModifiers, createSlots } from 'vue';
|
|
2
|
-
import { C as Compartment, b as basicSetup, k as keymap, i as indentWithTab, E as EditorState, a as EditorView } from './OrCode-
|
|
2
|
+
import { C as Compartment, b as basicSetup, k as keymap, i as indentWithTab, E as EditorState, a as EditorView } from './OrCode-f7708644.js';
|
|
3
3
|
import { defineComponent, ref, computed, reactive, toRef, watch, onMounted, onUnmounted } from 'vue-demi';
|
|
4
4
|
import { s as script$2 } from './OrErrorV3-f61387d6.js';
|
|
5
5
|
import { s as script$3 } from './OrHintV3-1fcfaa19.js';
|
|
@@ -248,19 +248,19 @@ var script = defineComponent({
|
|
|
248
248
|
const getLanguageExtension = async language => {
|
|
249
249
|
switch (language) {
|
|
250
250
|
case CodeLanguage.HTML:
|
|
251
|
-
return (await import('./OrCode-
|
|
251
|
+
return (await import('./OrCode-f7708644.js').then(function (n) { return n.G; })).html();
|
|
252
252
|
case CodeLanguage.CSS:
|
|
253
|
-
return (await import('./OrCode-
|
|
253
|
+
return (await import('./OrCode-f7708644.js').then(function (n) { return n.F; })).css();
|
|
254
254
|
case CodeLanguage.JS:
|
|
255
|
-
return (await import('./OrCode-
|
|
255
|
+
return (await import('./OrCode-f7708644.js').then(function (n) { return n.B; })).javascript();
|
|
256
256
|
case CodeLanguage.TS:
|
|
257
|
-
return (await import('./OrCode-
|
|
257
|
+
return (await import('./OrCode-f7708644.js').then(function (n) { return n.B; })).javascript({
|
|
258
258
|
typescript: true
|
|
259
259
|
});
|
|
260
260
|
case CodeLanguage.JSON:
|
|
261
|
-
return (await import('./OrCode-
|
|
261
|
+
return (await import('./OrCode-f7708644.js').then(function (n) { return n.D; })).json();
|
|
262
262
|
case CodeLanguage.MD:
|
|
263
|
-
return (await import('./OrCode-
|
|
263
|
+
return (await import('./OrCode-f7708644.js').then(function (n) { return n.I; })).markdown();
|
|
264
264
|
}
|
|
265
265
|
};
|
|
266
266
|
// Methods
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrConfirm-
|
|
1
|
+
export { s as default } from '../OrConfirm-66387c1f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrConfirm } from '../OrConfirm-
|
|
1
|
+
export { s as OrConfirm } from '../OrConfirm-66387c1f.js';
|
|
@@ -3,7 +3,7 @@ import { s as styleInject } from './OrAvatar-28d247a6.js';
|
|
|
3
3
|
import { computed, defineComponent, ref } from 'vue-demi';
|
|
4
4
|
import { r as resolveUnref, b as useMagicKeys, c as useActiveElement, w as whenever } from './OrBottomSheetV3-66815f6f.js';
|
|
5
5
|
import { s as script$1, B as BUTTON_COLOR } from './OrButtonV2-35743eea.js';
|
|
6
|
-
import { s as script$2, O as OrModalSizes } from './OrModal-
|
|
6
|
+
import { s as script$2, O as OrModalSizes } from './OrModal-70fa6d2d.js';
|
|
7
7
|
import script$3 from './OrInput/OrInput.js';
|
|
8
8
|
|
|
9
9
|
function logicAnd(...args) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrConfirmV3-
|
|
1
|
+
export { s as default } from '../OrConfirmV3-0a0d83f0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirmV3-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirmV3-0a0d83f0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as ConfirmType } from '../OrConfirmV3-
|
|
1
|
+
export { C as ConfirmType } from '../OrConfirmV3-0a0d83f0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as Confirm, d as ConfirmFooter, f as ConfirmFooterButtons, e as ConfirmFooterTypes, b as ConfirmHeader, c as ConfirmInput } from '../OrConfirmV3-
|
|
1
|
+
export { a as Confirm, d as ConfirmFooter, f as ConfirmFooterButtons, e as ConfirmFooterTypes, b as ConfirmHeader, c as ConfirmInput } from '../OrConfirmV3-0a0d83f0.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
2
2
|
import { b as useMagicKeys, w as whenever, o as onClickOutside } from './OrBottomSheetV3-66815f6f.js';
|
|
3
|
-
import { l as logicAnd } from './OrConfirm-
|
|
3
|
+
import { l as logicAnd } from './OrConfirm-66387c1f.js';
|
|
4
4
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
5
5
|
import { s as script$1 } from './OrOverlayV3-b2576ca1.js';
|
|
6
6
|
import { s as script$2, B as ButtonColor } from './OrButtonV3-529c4206.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrModal-
|
|
1
|
+
export { s as default } from '../OrModal-70fa6d2d.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as OrModalSizes } from '../OrModal-
|
|
1
|
+
export { O as OrModalSizes } from '../OrModal-70fa6d2d.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrModal, O as OrModalSizes } from '../OrModal-
|
|
1
|
+
export { s as OrModal, O as OrModalSizes } from '../OrModal-70fa6d2d.js';
|