@onereach/ui-components-vue2 25.3.2 → 25.3.3-beta.5799.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/esm/{OrDateTimePicker-b7c7c105.js → OrDateTimePicker-4c6328fa.js} +1 -1
- package/dist/esm/components/index.js +4 -4
- package/dist/esm/components/or-avatar-v3/index.js +1 -1
- package/dist/esm/components/or-bottom-sheet-v3/index.js +1 -1
- package/dist/esm/components/or-context-menu-v3/index.js +1 -1
- package/dist/esm/components/or-data-grid-v3/index.js +2 -2
- package/dist/esm/components/or-date-format-v3/index.js +1 -1
- package/dist/esm/components/or-date-picker-v3/index.js +1 -1
- package/dist/esm/components/or-date-range-picker-v3/index.js +1 -1
- package/dist/esm/components/or-date-time-format-v3/index.js +1 -1
- package/dist/esm/components/or-date-time-picker-v3/index.js +2 -2
- package/dist/esm/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/components/or-filter-popover-v3/index.js +1 -1
- package/dist/esm/components/or-filter-v3/index.js +1 -1
- package/dist/esm/components/or-form-group-v3/styles.d.ts +1 -1
- package/dist/esm/components/or-inline-textarea-v3/index.js +3 -3
- package/dist/esm/components/or-input-v3/index.js +3 -3
- package/dist/esm/components/or-modal-v3/index.js +1 -1
- package/dist/esm/components/or-overlay-v3/index.js +1 -1
- package/dist/esm/components/or-popover-v3/index.js +8 -0
- package/dist/esm/components/or-progress-v3/index.js +1 -1
- package/dist/esm/components/or-radio-group-v3/index.js +1 -1
- package/dist/esm/components/or-radio-v3/index.js +3 -3
- package/dist/esm/components/or-range-slider-v3/index.js +1 -1
- package/dist/esm/components/or-rating-v3/index.js +1 -1
- package/dist/esm/components/or-rich-text-editor-v3/index.js +5 -5
- package/dist/esm/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +3 -3
- package/dist/esm/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +2 -2
- package/dist/esm/components/or-rich-tooltip-v3/index.js +1 -1
- package/dist/esm/components/or-search-v3/index.js +1 -1
- package/dist/esm/components/or-segmented-control-v3/index.js +1 -1
- package/dist/esm/components/or-select-v3/index.js +4 -4
- package/dist/esm/components/or-sidebar-v3/index.js +1 -1
- package/dist/esm/components/or-slider-v3/index.js +1 -1
- package/dist/esm/components/or-switch-v3/index.js +3 -3
- package/dist/esm/components/or-tabs-v3/index.js +1 -1
- package/dist/esm/components/or-tags-v3/index.js +1 -1
- package/dist/esm/components/or-textarea-v3/index.js +4 -4
- package/dist/esm/components/or-time-format-v3/index.js +1 -1
- package/dist/esm/components/or-time-picker-v3/index.js +1 -1
- package/dist/esm/components/or-time-range-picker-v3/index.js +1 -1
- package/dist/esm/components/or-toast-v3/index.js +5 -5
- package/dist/esm/components/or-toast-v3/types.d.ts +1 -1
- package/dist/esm/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/index.js +4 -4
- package/package.json +4 -5
- package/dist/esm/{OrDateTimePickerMonthSelect-8329313f.js → OrDateTimePickerMonthSelect-7d7b60d5.js} +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a, c } from './directives-0869d2a4.js';
|
|
2
2
|
import { W, u as ue, K, n as ne, a as re } from './useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
3
3
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
4
|
-
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from './OrDateTimePickerMonthSelect-
|
|
4
|
+
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from './OrDateTimePickerMonthSelect-7d7b60d5.js';
|
|
5
5
|
import { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader, g as getCurrentDate } from './OrDateTimePickerPopoverHeader-e2b3f8f2.js';
|
|
6
6
|
import { O as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect, f as formatMobileTime } from './OrDateTimePickerTimeSelect-0ccaa14f.js';
|
|
7
7
|
import { OrErrorV3 as OrError } from './components/or-error-v3/index.js';
|
|
@@ -24,8 +24,8 @@ export { OrDateFormatV3 } from './or-date-format-v3/index.js';
|
|
|
24
24
|
export { OrDatePickerV3 } from './or-date-picker-v3/index.js';
|
|
25
25
|
export { OrDateRangePickerV3 } from './or-date-range-picker-v3/index.js';
|
|
26
26
|
export { OrDateTimeFormatV3 } from './or-date-time-format-v3/index.js';
|
|
27
|
-
export { O as OrDateTimePickerV3 } from '../OrDateTimePicker-
|
|
28
|
-
export { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from '../OrDateTimePickerMonthSelect-
|
|
27
|
+
export { O as OrDateTimePickerV3 } from '../OrDateTimePicker-4c6328fa.js';
|
|
28
|
+
export { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from '../OrDateTimePickerMonthSelect-7d7b60d5.js';
|
|
29
29
|
export { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader, g as getCurrentDate } from '../OrDateTimePickerPopoverHeader-e2b3f8f2.js';
|
|
30
30
|
export { O as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect, f as formatMobileTime, s as scrollToElementWithinContainer } from '../OrDateTimePickerTimeSelect-0ccaa14f.js';
|
|
31
31
|
export { f as formatDate } from '../formatDate-0536a8d5.js';
|
|
@@ -128,17 +128,17 @@ import '@tiptap/extension-placeholder';
|
|
|
128
128
|
import '@tiptap/extension-underline';
|
|
129
129
|
import '@tiptap/starter-kit';
|
|
130
130
|
import '@vueuse/integrations/useFocusTrap';
|
|
131
|
-
import 'prosemirror-state';
|
|
132
131
|
import 'prosemirror-commands';
|
|
132
|
+
import 'prosemirror-state';
|
|
133
133
|
import '@codemirror/language';
|
|
134
134
|
import '@lezer/highlight';
|
|
135
135
|
import '@tiptap/extension-bold';
|
|
136
136
|
import '@tiptap/extension-code-block';
|
|
137
137
|
import '@tiptap/extension-hard-break';
|
|
138
|
+
import '@tiptap/extension-horizontal-rule';
|
|
138
139
|
import '@tiptap/extension-italic';
|
|
139
140
|
import '@tiptap/extension-list-item';
|
|
140
141
|
import '@tiptap/extension-strike';
|
|
141
|
-
import '@tiptap/extension-horizontal-rule';
|
|
142
142
|
import 'marked';
|
|
143
143
|
import 'prosemirror-markdown';
|
|
144
144
|
import 'prosemirror-model';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
1
|
import { a7 as D, a3 as i } from '../../utils-72d9c2bb.js';
|
|
2
|
+
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
3
|
import { OrIconV3 as OrIcon } from '../or-icon-v3/index.js';
|
|
4
4
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
5
5
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { s as se, t as te } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
1
2
|
import { usePointerSwipe, onClickOutside } from '@vueuse/core';
|
|
2
3
|
import { ref, unref, computed, defineComponent, toRefs, watch } from 'vue-demi';
|
|
3
|
-
import { s as se, t as te } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
4
4
|
import { OrOverlayV3 as OrOverlay } from '../or-overlay-v3/index.js';
|
|
5
5
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
6
6
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, toRefs, watch, ref } from 'vue-demi';
|
|
2
1
|
import { t as te } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, toRefs, watch, ref } from 'vue-demi';
|
|
3
3
|
import { OrMenuV3 as OrMenu } from '../or-menu-v3/index.js';
|
|
4
4
|
import { PopoverPlacement } from '../or-popover-v3/index.js';
|
|
5
5
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
|
2
2
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
3
3
|
import { OrCheckboxV3 as OrCheckbox } from '../or-checkbox-v3/index.js';
|
|
4
4
|
import { OrDatePickerV3 as OrDatePicker } from '../or-date-picker-v3/index.js';
|
|
5
|
-
import { O as OrDateTimePicker } from '../../OrDateTimePicker-
|
|
5
|
+
import { O as OrDateTimePicker } from '../../OrDateTimePicker-4c6328fa.js';
|
|
6
6
|
import { OrInputV3 as OrInput } from '../or-input-v3/index.js';
|
|
7
7
|
import { OrRatingV3 as OrRating } from '../or-rating-v3/index.js';
|
|
8
8
|
import { OrSelectV3 as OrSelect } from '../or-select-v3/index.js';
|
|
@@ -22,7 +22,7 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
22
22
|
import '../../utils-72d9c2bb.js';
|
|
23
23
|
import '../or-label-v3/index.js';
|
|
24
24
|
import '../../directives-0869d2a4.js';
|
|
25
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
25
|
+
import '../../OrDateTimePickerMonthSelect-7d7b60d5.js';
|
|
26
26
|
import '../../formatDate-0536a8d5.js';
|
|
27
27
|
import '../or-button-v3/index.js';
|
|
28
28
|
import '../../constants-2e3ea701.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { W, K } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { f as formatDate } from '../../formatDate-0536a8d5.js';
|
|
4
4
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
5
5
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a, c } from '../../directives-0869d2a4.js';
|
|
2
2
|
import { W, K, n as ne, a as re } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
3
3
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
4
|
-
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from '../../OrDateTimePickerMonthSelect-
|
|
4
|
+
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from '../../OrDateTimePickerMonthSelect-7d7b60d5.js';
|
|
5
5
|
import { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader, g as getCurrentDate } from '../../OrDateTimePickerPopoverHeader-e2b3f8f2.js';
|
|
6
6
|
import { OrErrorV3 as OrError } from '../or-error-v3/index.js';
|
|
7
7
|
import { OrHintV3 as OrHint } from '../or-hint-v3/index.js';
|
|
@@ -9,7 +9,7 @@ import { OrInputBoxV3 as OrInputBox } from '../or-input-box-v3/index.js';
|
|
|
9
9
|
import { OrLabelV3 as OrLabel } from '../or-label-v3/index.js';
|
|
10
10
|
import { OrPopoverV3 as OrPopover } from '../or-popover-v3/index.js';
|
|
11
11
|
import { g as getNextMonthDate } from '../../getNextMonthDate-25fe3c1a.js';
|
|
12
|
-
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from '../../OrDateTimePickerMonthSelect-
|
|
12
|
+
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from '../../OrDateTimePickerMonthSelect-7d7b60d5.js';
|
|
13
13
|
import { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader, g as getCurrentDate } from '../../OrDateTimePickerPopoverHeader-e2b3f8f2.js';
|
|
14
14
|
import { a as InputBoxVariant } from '../../types-98e9a758.js';
|
|
15
15
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { W, u as ue, K } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { f as formatDate } from '../../formatDate-0536a8d5.js';
|
|
4
4
|
import { f as formatTime } from '../../formatTime-3ecaf578.js';
|
|
5
5
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { O as OrDateTimePickerV3 } from '../../OrDateTimePicker-
|
|
2
|
-
export { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from '../../OrDateTimePickerMonthSelect-
|
|
1
|
+
export { O as OrDateTimePickerV3 } from '../../OrDateTimePicker-4c6328fa.js';
|
|
2
|
+
export { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from '../../OrDateTimePickerMonthSelect-7d7b60d5.js';
|
|
3
3
|
export { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader, g as getCurrentDate } from '../../OrDateTimePickerPopoverHeader-e2b3f8f2.js';
|
|
4
4
|
export { O as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect, f as formatMobileTime, s as scrollToElementWithinContainer } from '../../OrDateTimePickerTimeSelect-0ccaa14f.js';
|
|
5
5
|
export { f as formatDate } from '../../formatDate-0536a8d5.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { t as te } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { OrIconV3 as OrIcon } from '../or-icon-v3/index.js';
|
|
4
4
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
5
5
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { t as te, a as re } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { OrButtonV3 as OrButton } from '../or-button-v3/index.js';
|
|
4
4
|
import { OrModalV3 as OrModal } from '../or-modal-v3/index.js';
|
|
5
5
|
import { OrPopoverV3 as OrPopover, PopoverPlacement } from '../or-popover-v3/index.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { t as te } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { OrFilterPopoverV3 as OrFilterPopover } from '../or-filter-popover-v3/index.js';
|
|
4
4
|
import { OrFilterTriggerV3 as OrFilterTrigger } from '../or-filter-trigger-v3/index.js';
|
|
5
5
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FormGroupDirection } from './types';
|
|
2
1
|
import { FormGroupSpacing } from './props';
|
|
2
|
+
import { FormGroupDirection } from './types';
|
|
3
3
|
export declare const FormGroup: string[];
|
|
4
4
|
export declare const FormGroupContent: string[];
|
|
5
5
|
export declare const FormGroupContentDirections: Record<FormGroupDirection, string[]>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent, reactive, ref, computed, toRef, watch, nextTick } from 'vue-demi';
|
|
2
1
|
import { J, V, c as ie, n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
3
2
|
import { useTextareaAutosize } from '@vueuse/core';
|
|
3
|
+
import { defineComponent, reactive, ref, computed, toRef, watch, nextTick } from 'vue-demi';
|
|
4
4
|
import { OrErrorV3 as OrError } from '../or-error-v3/index.js';
|
|
5
5
|
import { OrHintV3 as OrHint } from '../or-hint-v3/index.js';
|
|
6
6
|
import { OrIconButtonV3 as OrIconButton } from '../or-icon-button-v3/index.js';
|
|
@@ -165,7 +165,7 @@ var script = defineComponent({
|
|
|
165
165
|
}
|
|
166
166
|
});
|
|
167
167
|
|
|
168
|
-
var css_248z = "textarea[data-v-
|
|
168
|
+
var css_248z = "textarea[data-v-69487a0e]{min-width:0;background:0 0;outline:0}";
|
|
169
169
|
styleInject(css_248z);
|
|
170
170
|
|
|
171
171
|
/* script */
|
|
@@ -286,7 +286,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
286
286
|
/* style */
|
|
287
287
|
const __vue_inject_styles__ = undefined;
|
|
288
288
|
/* scoped */
|
|
289
|
-
const __vue_scope_id__ = "data-v-
|
|
289
|
+
const __vue_scope_id__ = "data-v-69487a0e";
|
|
290
290
|
/* module identifier */
|
|
291
291
|
const __vue_module_identifier__ = undefined;
|
|
292
292
|
/* functional template */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, reactive, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { J, V, c as ie, n as ne, a as re } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, reactive, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { OrErrorV3 as OrError } from '../or-error-v3/index.js';
|
|
4
4
|
import { OrHintV3 as OrHint } from '../or-hint-v3/index.js';
|
|
5
5
|
import { OrIconV3 as OrIcon } from '../or-icon-v3/index.js';
|
|
@@ -195,7 +195,7 @@ var script = defineComponent({
|
|
|
195
195
|
}
|
|
196
196
|
});
|
|
197
197
|
|
|
198
|
-
var css_248z = "input[data-v-
|
|
198
|
+
var css_248z = "input[data-v-655269fc]{min-width:0;background:0 0;outline:0}input[type=search][data-v-655269fc]::-webkit-search-cancel-button{display:none}";
|
|
199
199
|
styleInject(css_248z);
|
|
200
200
|
|
|
201
201
|
/* script */
|
|
@@ -382,7 +382,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
382
382
|
/* style */
|
|
383
383
|
const __vue_inject_styles__ = undefined;
|
|
384
384
|
/* scoped */
|
|
385
|
-
const __vue_scope_id__ = "data-v-
|
|
385
|
+
const __vue_scope_id__ = "data-v-655269fc";
|
|
386
386
|
/* module identifier */
|
|
387
387
|
const __vue_module_identifier__ = undefined;
|
|
388
388
|
/* functional template */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { a as re, t as te } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
4
4
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
5
5
|
import { OrIconButtonV3 as OrIconButton } from '../or-icon-button-v3/index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { G } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
1
2
|
import { useScrollLock } from '@vueuse/core';
|
|
2
3
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { G } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
4
4
|
import { OrTeleportV3 as OrTeleport } from '../or-teleport-v3/index.js';
|
|
5
5
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
6
6
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
@@ -12,6 +12,14 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
12
12
|
import '../or-overlay-v3/index.js';
|
|
13
13
|
import 'portal-vue';
|
|
14
14
|
|
|
15
|
+
// https://github.com/floating-ui/floating-ui/blob/master/packages/vue/src/useFloating.ts
|
|
16
|
+
/**
|
|
17
|
+
* Computes the `x` and `y` coordinates that will place the floating element next to a reference element when it is given a certain CSS positioning strategy.
|
|
18
|
+
* @param reference The reference template ref.
|
|
19
|
+
* @param floating The floating template ref.
|
|
20
|
+
* @param options The floating options.
|
|
21
|
+
* @see https://floating-ui.com/docs/vue
|
|
22
|
+
*/
|
|
15
23
|
function roundByDPR(element, value) {
|
|
16
24
|
const dpr = getDPR(element);
|
|
17
25
|
return Math.round(value * dpr) / dpr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { a as re } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
1
2
|
import { useElementBounding } from '@vueuse/core';
|
|
2
3
|
import { defineComponent, ref, useSlots, computed } from 'vue-demi';
|
|
3
|
-
import { a as re } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
4
4
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
5
5
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
6
6
|
import '@onereach/styles/screens.json';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, toRef, computed } from 'vue-demi';
|
|
2
1
|
import { n as ne, a as re } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, toRef, computed } from 'vue-demi';
|
|
3
3
|
import { OrFormGroupV3 as OrFormGroup, FormGroupDirection, FormGroupSpacing } from '../or-form-group-v3/index.js';
|
|
4
4
|
import { OrRadioV3 as OrRadio } from '../or-radio-v3/index.js';
|
|
5
5
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, reactive, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { J, V, n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, reactive, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { OrLabelV3 as OrLabel, LabelVariant } from '../or-label-v3/index.js';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-87955792.js';
|
|
5
5
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
@@ -129,7 +129,7 @@ var script = defineComponent({
|
|
|
129
129
|
}
|
|
130
130
|
});
|
|
131
131
|
|
|
132
|
-
var css_248z = "input[data-v-
|
|
132
|
+
var css_248z = "input[data-v-4839fdfc]{line-height:0;appearance:none}";
|
|
133
133
|
styleInject(css_248z);
|
|
134
134
|
|
|
135
135
|
/* script */
|
|
@@ -194,7 +194,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
194
194
|
/* style */
|
|
195
195
|
const __vue_inject_styles__ = undefined;
|
|
196
196
|
/* scoped */
|
|
197
|
-
const __vue_scope_id__ = "data-v-
|
|
197
|
+
const __vue_scope_id__ = "data-v-4839fdfc";
|
|
198
198
|
/* module identifier */
|
|
199
199
|
const __vue_module_identifier__ = undefined;
|
|
200
200
|
/* functional template */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
1
2
|
import { useElementBounding, useElementHover, useDraggable, clamp } from '@vueuse/core';
|
|
2
3
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
3
|
-
import { n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
4
4
|
import { a as SliderOrientation, S as SliderColor } from '../../types-75a1cc13.js';
|
|
5
5
|
import { OrTooltipV3 as OrTooltip } from '../or-tooltip-v3/index.js';
|
|
6
6
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, inject, toRef, watch, reactive } from 'vue-demi';
|
|
2
1
|
import { a as re, n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, inject, toRef, watch, reactive } from 'vue-demi';
|
|
3
3
|
import { OrIconV3 as OrIcon } from '../or-icon-v3/index.js';
|
|
4
4
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
5
5
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
@@ -14,21 +14,21 @@ import StarterKit from '@tiptap/starter-kit';
|
|
|
14
14
|
import { useResizeObserver, useDebounceFn, onClickOutside } from '@vueuse/core';
|
|
15
15
|
import { useFocusTrap } from '@vueuse/integrations/useFocusTrap';
|
|
16
16
|
import { defineComponent, shallowRef, ref, onMounted, onBeforeUnmount, computed, watch, nextTick } from 'vue-demi';
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
17
|
+
import { javascript } from '@codemirror/lang-javascript';
|
|
18
|
+
import { minimalSetup } from 'codemirror';
|
|
19
19
|
import { EditorState } from '@codemirror/state';
|
|
20
20
|
import { EditorView, highlightActiveLine, highlightActiveLineGutter, lineNumbers, keymap } from '@codemirror/view';
|
|
21
|
+
import { exitCode } from 'prosemirror-commands';
|
|
22
|
+
import { TextSelection, Selection } from 'prosemirror-state';
|
|
21
23
|
import { HighlightStyle, syntaxHighlighting } from '@codemirror/language';
|
|
22
24
|
import { tags } from '@lezer/highlight';
|
|
23
|
-
import { minimalSetup } from 'codemirror';
|
|
24
|
-
import { javascript } from '@codemirror/lang-javascript';
|
|
25
25
|
import Bold from '@tiptap/extension-bold';
|
|
26
26
|
import CodeBlock from '@tiptap/extension-code-block';
|
|
27
27
|
import HardBreak from '@tiptap/extension-hard-break';
|
|
28
|
+
import HorizontalRule from '@tiptap/extension-horizontal-rule';
|
|
28
29
|
import Italic from '@tiptap/extension-italic';
|
|
29
30
|
import ListItem from '@tiptap/extension-list-item';
|
|
30
31
|
import Strike from '@tiptap/extension-strike';
|
|
31
|
-
import HorizontalRule from '@tiptap/extension-horizontal-rule';
|
|
32
32
|
import { marked } from 'marked';
|
|
33
33
|
import { defaultMarkdownSerializer, MarkdownSerializer } from 'prosemirror-markdown';
|
|
34
34
|
import { DOMParser as DOMParser$1 } from 'prosemirror-model';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TextSelection } from 'prosemirror-state';
|
|
2
|
-
import { EditorView, NodeView } from 'prosemirror-view';
|
|
3
|
-
import { Node as ProsemirrorNode } from 'prosemirror-model';
|
|
4
1
|
import { Transaction as CMTransaction } from '@codemirror/state';
|
|
5
2
|
import { Command, EditorView as CMView } from '@codemirror/view';
|
|
3
|
+
import { Node as ProsemirrorNode } from 'prosemirror-model';
|
|
4
|
+
import { TextSelection } from 'prosemirror-state';
|
|
5
|
+
import { EditorView, NodeView } from 'prosemirror-view';
|
|
6
6
|
import { CodeMirrorViewOptions } from './types';
|
|
7
7
|
declare class CodeMirrorView implements NodeView {
|
|
8
8
|
name: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { EditorView } from 'prosemirror-view';
|
|
2
|
-
import type { Node as ProsemirrorNode } from 'prosemirror-model';
|
|
3
1
|
import type { Extension } from '@codemirror/state';
|
|
2
|
+
import type { Node as ProsemirrorNode } from 'prosemirror-model';
|
|
3
|
+
import type { EditorView } from 'prosemirror-view';
|
|
4
4
|
export interface ComputeChange {
|
|
5
5
|
from: number;
|
|
6
6
|
to: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { t as te } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
1
2
|
import { useElementHover } from '@vueuse/core';
|
|
2
3
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { t as te } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
4
4
|
import { OrPopoverV3 as OrPopover, PopoverPlacement } from '../or-popover-v3/index.js';
|
|
5
5
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
6
6
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { J, V, c as ie, n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
1
2
|
import { watchDebounced } from '@vueuse/core';
|
|
2
3
|
import { defineComponent, reactive, ref, computed, toRef, watch } from 'vue-demi';
|
|
3
|
-
import { J, V, c as ie, n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
4
4
|
import { OrInputV3 as OrInput } from '../or-input-v3/index.js';
|
|
5
5
|
import { a as InputBoxVariant } from '../../types-98e9a758.js';
|
|
6
6
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
4
4
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
5
5
|
import '@vueuse/core';
|
|
@@ -931,11 +931,11 @@ var script = defineComponent({
|
|
|
931
931
|
}
|
|
932
932
|
}
|
|
933
933
|
function open() {
|
|
934
|
-
const popoverInstance = popover.value;
|
|
935
|
-
if (popoverInstance) {
|
|
936
|
-
popoverInstance.open();
|
|
937
|
-
}
|
|
938
934
|
nextTick(() => {
|
|
935
|
+
const popoverInstance = popover.value;
|
|
936
|
+
if (popoverInstance) {
|
|
937
|
+
popoverInstance.open();
|
|
938
|
+
}
|
|
939
939
|
if (proxyModelValue.value) {
|
|
940
940
|
const value = Array.isArray(proxyModelValue.value) ? proxyModelValue.value[0] : proxyModelValue.value;
|
|
941
941
|
const selectedOptionElement = document.querySelector(`[data-value="${value}"]`);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { t as te } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { ResizeablePanelPadding, OrResizeablePanelV3 as OrResizeablePanel } from '../or-resizeable-panel-v3/index.js';
|
|
4
4
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
5
5
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
1
2
|
import { useElementBounding, useElementHover, useDraggable, clamp } from '@vueuse/core';
|
|
2
3
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
3
|
-
import { n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
4
4
|
import { a as SliderOrientation, S as SliderColor } from '../../types-75a1cc13.js';
|
|
5
5
|
import { OrTooltipV3 as OrTooltip } from '../or-tooltip-v3/index.js';
|
|
6
6
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent, reactive, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { J, V, n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
3
2
|
import { aa as c, aj as i, a8 as Ht, P as Pt } from '../../utils-72d9c2bb.js';
|
|
3
|
+
import { defineComponent, reactive, ref, computed, toRef } from 'vue-demi';
|
|
4
4
|
import { OrLabelV3 as OrLabel, LabelVariant } from '../or-label-v3/index.js';
|
|
5
5
|
import { OrLoaderV3 as OrLoader } from '../or-loader-v3/index.js';
|
|
6
6
|
import { s as styleInject } from '../../style-inject.es-87955792.js';
|
|
@@ -163,7 +163,7 @@ var script = defineComponent({
|
|
|
163
163
|
}
|
|
164
164
|
});
|
|
165
165
|
|
|
166
|
-
var css_248z = "input[data-v-
|
|
166
|
+
var css_248z = "input[data-v-93dddb4c]{line-height:0;appearance:none}";
|
|
167
167
|
styleInject(css_248z);
|
|
168
168
|
|
|
169
169
|
/* script */
|
|
@@ -237,7 +237,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
237
237
|
/* style */
|
|
238
238
|
const __vue_inject_styles__ = undefined;
|
|
239
239
|
/* scoped */
|
|
240
|
-
const __vue_scope_id__ = "data-v-
|
|
240
|
+
const __vue_scope_id__ = "data-v-93dddb4c";
|
|
241
241
|
/* module identifier */
|
|
242
242
|
const __vue_module_identifier__ = undefined;
|
|
243
243
|
/* functional template */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
1
2
|
import { useResizeObserver } from '@vueuse/core';
|
|
2
3
|
import { defineComponent, ref, computed, reactive, toRef, watch, nextTick, onMounted } from 'vue-demi';
|
|
3
|
-
import { n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
4
4
|
import { OrIconV3 as OrIcon } from '../or-icon-v3/index.js';
|
|
5
5
|
import { OrMenuV3 as OrMenu } from '../or-menu-v3/index.js';
|
|
6
6
|
import { OrMenuItemV3 as OrMenuItem } from '../or-menu-item-v3/index.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, nextTick } from 'vue-demi';
|
|
2
1
|
import { e as ee } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, nextTick } from 'vue-demi';
|
|
3
3
|
import { OrButtonV3 as OrButton } from '../or-button-v3/index.js';
|
|
4
4
|
import { OrPopoverV3 as OrPopover } from '../or-popover-v3/index.js';
|
|
5
5
|
import { OrTagV3 as OrTag } from '../or-tag-v3/index.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { useTextareaAutosize } from '@vueuse/core';
|
|
2
|
-
import { defineComponent, reactive, ref, computed, toRef } from 'vue-demi';
|
|
3
1
|
import { J, V, c as ie, n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
4
2
|
import { ah as R } from '../../utils-72d9c2bb.js';
|
|
3
|
+
import { useTextareaAutosize } from '@vueuse/core';
|
|
4
|
+
import { defineComponent, reactive, ref, computed, toRef } from 'vue-demi';
|
|
5
5
|
import { b as InputBoxSize, a as InputBoxVariant } from '../../types-98e9a758.js';
|
|
6
6
|
import { OrErrorV3 as OrError } from '../or-error-v3/index.js';
|
|
7
7
|
import { OrHintV3 as OrHint } from '../or-hint-v3/index.js';
|
|
@@ -171,7 +171,7 @@ var script = defineComponent({
|
|
|
171
171
|
}
|
|
172
172
|
});
|
|
173
173
|
|
|
174
|
-
var css_248z = "textarea[data-v-
|
|
174
|
+
var css_248z = "textarea[data-v-764fb991]{min-width:0;background:0 0;outline:0}";
|
|
175
175
|
styleInject(css_248z);
|
|
176
176
|
|
|
177
177
|
/* script */
|
|
@@ -295,7 +295,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
295
295
|
/* style */
|
|
296
296
|
const __vue_inject_styles__ = undefined;
|
|
297
297
|
/* scoped */
|
|
298
|
-
const __vue_scope_id__ = "data-v-
|
|
298
|
+
const __vue_scope_id__ = "data-v-764fb991";
|
|
299
299
|
/* module identifier */
|
|
300
300
|
const __vue_module_identifier__ = undefined;
|
|
301
301
|
/* functional template */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { u as ue, K } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { f as formatTime } from '../../formatTime-3ecaf578.js';
|
|
4
4
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
5
5
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
2
1
|
import { a, c } from '../../directives-0869d2a4.js';
|
|
3
2
|
import { u as ue, K, n as ne } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
3
|
+
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
4
4
|
import { O as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect, f as formatMobileTime } from '../../OrDateTimePickerTimeSelect-0ccaa14f.js';
|
|
5
5
|
import { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader, g as getCurrentDate } from '../../OrDateTimePickerPopoverHeader-e2b3f8f2.js';
|
|
6
6
|
import { OrErrorV3 as OrError } from '../or-error-v3/index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
2
1
|
import { a, c } from '../../directives-0869d2a4.js';
|
|
3
2
|
import { u as ue, K, n as ne, a as re } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
3
|
+
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
4
4
|
import { OrErrorV3 as OrError } from '../or-error-v3/index.js';
|
|
5
5
|
import { OrHintV3 as OrHint } from '../or-hint-v3/index.js';
|
|
6
6
|
import { OrIconV3 as OrIcon } from '../or-icon-v3/index.js';
|
|
@@ -3,8 +3,8 @@ import { OrIconButtonV3 as OrIconButton } from '../or-icon-button-v3/index.js';
|
|
|
3
3
|
import { OrLoaderV3 as OrLoader } from '../or-loader-v3/index.js';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-87955792.js';
|
|
5
5
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
6
|
-
import { createSharedComposable, useEventBus, useToggle, noop } from '@vueuse/core';
|
|
7
6
|
import { G } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
7
|
+
import { createSharedComposable, useEventBus, useToggle, noop } from '@vueuse/core';
|
|
8
8
|
import { OrTeleportV3 as OrTeleport } from '../or-teleport-v3/index.js';
|
|
9
9
|
import '../../constants-2e3ea701.js';
|
|
10
10
|
import '../or-icon-v3/index.js';
|
|
@@ -190,7 +190,7 @@ var script$1 = defineComponent({
|
|
|
190
190
|
}
|
|
191
191
|
});
|
|
192
192
|
|
|
193
|
-
var css_248z$1 = ".or-toast__link[data-v-
|
|
193
|
+
var css_248z$1 = ".or-toast__link[data-v-747df49b]{word-break:break-word;white-space:nowrap;cursor:pointer}";
|
|
194
194
|
styleInject(css_248z$1);
|
|
195
195
|
|
|
196
196
|
/* script */
|
|
@@ -253,7 +253,7 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
253
253
|
/* style */
|
|
254
254
|
const __vue_inject_styles__$1 = undefined;
|
|
255
255
|
/* scoped */
|
|
256
|
-
const __vue_scope_id__$1 = "data-v-
|
|
256
|
+
const __vue_scope_id__$1 = "data-v-747df49b";
|
|
257
257
|
/* module identifier */
|
|
258
258
|
const __vue_module_identifier__$1 = undefined;
|
|
259
259
|
/* functional template */
|
|
@@ -461,7 +461,7 @@ var script = defineComponent({
|
|
|
461
461
|
}
|
|
462
462
|
});
|
|
463
463
|
|
|
464
|
-
var css_248z = ".or-toast--transition-slide-enter-active[data-v-
|
|
464
|
+
var css_248z = ".or-toast--transition-slide-enter-active[data-v-0d716a4a],.or-toast--transition-slide-leave-active[data-v-0d716a4a]{transition:transform .4s ease}.or-toast--transition-slide-enter-from.or-toast--position-right[data-v-0d716a4a],.or-toast--transition-slide-leave-to.or-toast--position-right[data-v-0d716a4a]{transform:translateX(999px)}.or-toast--transition-slide-enter-from.or-toast--position-left[data-v-0d716a4a],.or-toast--transition-slide-leave-to.or-toast--position-left[data-v-0d716a4a]{transform:translateX(-999px)}.or-toast--transition-fade-enter-active[data-v-0d716a4a],.or-toast--transition-fade-leave-active[data-v-0d716a4a]{transition:opacity .4s ease}.or-toast--transition-fade-enter-from[data-v-0d716a4a],.or-toast--transition-fade-leave-to[data-v-0d716a4a]{opacity:0}";
|
|
465
465
|
styleInject(css_248z);
|
|
466
466
|
|
|
467
467
|
/* script */
|
|
@@ -512,7 +512,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
512
512
|
/* style */
|
|
513
513
|
const __vue_inject_styles__ = undefined;
|
|
514
514
|
/* scoped */
|
|
515
|
-
const __vue_scope_id__ = "data-v-
|
|
515
|
+
const __vue_scope_id__ = "data-v-0d716a4a";
|
|
516
516
|
/* module identifier */
|
|
517
517
|
const __vue_module_identifier__ = undefined;
|
|
518
518
|
/* functional template */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
1
|
import { t as te } from '../../useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { PopoverPlacement, OrPopoverV3 as OrPopover } from '../or-popover-v3/index.js';
|
|
4
4
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
5
5
|
import '../../dom-qGGG2YCX-4d4cca6e.js';
|
package/dist/esm/index.js
CHANGED
|
@@ -30,8 +30,8 @@ export { OrDateFormatV3 } from './components/or-date-format-v3/index.js';
|
|
|
30
30
|
export { OrDatePickerV3 } from './components/or-date-picker-v3/index.js';
|
|
31
31
|
export { OrDateRangePickerV3 } from './components/or-date-range-picker-v3/index.js';
|
|
32
32
|
export { OrDateTimeFormatV3 } from './components/or-date-time-format-v3/index.js';
|
|
33
|
-
export { O as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
34
|
-
export { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from './OrDateTimePickerMonthSelect-
|
|
33
|
+
export { O as OrDateTimePickerV3 } from './OrDateTimePicker-4c6328fa.js';
|
|
34
|
+
export { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from './OrDateTimePickerMonthSelect-7d7b60d5.js';
|
|
35
35
|
export { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader, g as getCurrentDate } from './OrDateTimePickerPopoverHeader-e2b3f8f2.js';
|
|
36
36
|
export { O as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect, f as formatMobileTime, s as scrollToElementWithinContainer } from './OrDateTimePickerTimeSelect-0ccaa14f.js';
|
|
37
37
|
export { f as formatDate } from './formatDate-0536a8d5.js';
|
|
@@ -128,17 +128,17 @@ import '@tiptap/extension-placeholder';
|
|
|
128
128
|
import '@tiptap/extension-underline';
|
|
129
129
|
import '@tiptap/starter-kit';
|
|
130
130
|
import '@vueuse/integrations/useFocusTrap';
|
|
131
|
-
import 'prosemirror-state';
|
|
132
131
|
import 'prosemirror-commands';
|
|
132
|
+
import 'prosemirror-state';
|
|
133
133
|
import '@codemirror/language';
|
|
134
134
|
import '@lezer/highlight';
|
|
135
135
|
import '@tiptap/extension-bold';
|
|
136
136
|
import '@tiptap/extension-code-block';
|
|
137
137
|
import '@tiptap/extension-hard-break';
|
|
138
|
+
import '@tiptap/extension-horizontal-rule';
|
|
138
139
|
import '@tiptap/extension-italic';
|
|
139
140
|
import '@tiptap/extension-list-item';
|
|
140
141
|
import '@tiptap/extension-strike';
|
|
141
|
-
import '@tiptap/extension-horizontal-rule';
|
|
142
142
|
import 'marked';
|
|
143
143
|
import 'prosemirror-markdown';
|
|
144
144
|
import 'prosemirror-model';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components-vue2",
|
|
3
|
-
"version": "25.3.
|
|
3
|
+
"version": "25.3.3-beta.5799.0",
|
|
4
4
|
"description": "Vue components library for v2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@codemirror/view": "^6",
|
|
41
41
|
"@floating-ui/dom": "1.5.3",
|
|
42
42
|
"@lezer/highlight": "*",
|
|
43
|
-
"@onereach/styles": "^25.3.
|
|
44
|
-
"@onereach/ui-components-common": "^25.3.
|
|
43
|
+
"@onereach/styles": "^25.3.3-beta.5799.0",
|
|
44
|
+
"@onereach/ui-components-common": "^25.3.3-beta.5799.0",
|
|
45
45
|
"@splidejs/splide": "4.0.6",
|
|
46
46
|
"@tiptap/core": "2.0.3",
|
|
47
47
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -102,6 +102,5 @@
|
|
|
102
102
|
"publishConfig": {
|
|
103
103
|
"access": "public"
|
|
104
104
|
},
|
|
105
|
-
"npmUnpacked": "4.15.2"
|
|
106
|
-
"gitHead": "b6e0ad110070494ddcd21c6c2f2951d552b670be"
|
|
105
|
+
"npmUnpacked": "4.15.2"
|
|
107
106
|
}
|
package/dist/esm/{OrDateTimePickerMonthSelect-8329313f.js → OrDateTimePickerMonthSelect-7d7b60d5.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, toRef, watch, nextTick } from 'vue-demi';
|
|
2
1
|
import { n as ne, k } from './useValidationAttributes-Da9U8-T7-fd6d5d7d.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef, watch, nextTick } from 'vue-demi';
|
|
3
3
|
import { f as formatDate } from './formatDate-0536a8d5.js';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-cf2db48b.js';
|
|
5
5
|
import { an as Ft, P as Pt, a8 as Ht } from './utils-72d9c2bb.js';
|