@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
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as default } from '../../../OrRichTextEditorV3-
|
|
2
|
-
import '../../../OrCode-
|
|
1
|
+
export { C as default } from '../../../OrRichTextEditorV3-f3786714.js';
|
|
2
|
+
import '../../../OrCode-f7708644.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-
|
|
1
|
+
export { C as CodeMirrorView } from '../../../OrRichTextEditorV3-f3786714.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '../../../OrCode-
|
|
1
|
+
import '../../../OrCode-f7708644.js';
|
|
2
2
|
import '../../../../hooks/useTheme.js';
|
|
3
|
-
export { g as color, t as default, h as orCodeHighlightStyle, o as orCodeTheme } from '../../../OrRichTextEditorV3-
|
|
3
|
+
export { g as color, t as default, h as orCodeHighlightStyle, o as orCodeTheme } from '../../../OrRichTextEditorV3-f3786714.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { d as deserialize, a as serialize } from '../../OrRichTextEditorV3-
|
|
1
|
+
export { d as deserialize, a as serialize } from '../../OrRichTextEditorV3-f3786714.js';
|
package/dist/bundled/v3/components/{OrRichTextEditorV3-46b9246b.js → OrRichTextEditorV3-f3786714.js}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createTextVNode, toDisplayString, createElementVNode, Fragment as Fragment$1, renderList, createBlock, createCommentVNode, withDirectives, vShow, vModelText, renderSlot } from 'vue';
|
|
2
2
|
import { s as styleInject } from './OrAvatar-28d247a6.js';
|
|
3
3
|
import { defineComponent, ref, onMounted, onBeforeUnmount, computed, watch, nextTick } from 'vue-demi';
|
|
4
|
-
import { u as useFocusTrap } from './OrModal-
|
|
4
|
+
import { u as useFocusTrap } from './OrModal-70fa6d2d.js';
|
|
5
5
|
import { k as useResizeObserver, l as useDebounceFn, o as onClickOutside } from './OrBottomSheetV3-66815f6f.js';
|
|
6
6
|
import { j as commonjsGlobal, k as getDefaultExportFromCjs } from './OrDateTimePicker-118c12fd.js';
|
|
7
|
-
import { f as keyName, g as base, a as EditorView$1, H as HighlightStyle, t as tags, s as syntaxHighlighting, E as EditorState$1, m as highlightActiveLine, n as highlightActiveLineGutter, o as lineNumbers, k as keymap$1, p as minimalSetup, j as javascript } from './OrCode-
|
|
7
|
+
import { f as keyName, g as base, a as EditorView$1, H as HighlightStyle, t as tags, s as syntaxHighlighting, E as EditorState$1, m as highlightActiveLine, n as highlightActiveLineGutter, o as lineNumbers, k as keymap$1, p as minimalSetup, j as javascript } from './OrCode-f7708644.js';
|
|
8
8
|
import { s as script$1 } from './OrIconButtonV3-4e12fe82.js';
|
|
9
9
|
import { s as script$2 } from './OrLabelV3-44afce27.js';
|
|
10
10
|
import { s as script$3 } from './OrMenuItemV3-7b557536.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { TagsOverflow } from '../or-tags-v3';
|
|
3
3
|
import { SelectSize } from './props';
|
|
4
|
-
import { SelectGroupByFunction, SelectOption, SelectSearchFunction, SelectValue } from './types';
|
|
4
|
+
import { RawValue, SelectGroupByFunction, SelectOption, SelectSearchFunction, SelectValue } from './types';
|
|
5
5
|
declare const _default: import("vue-demi").DefineComponent<{
|
|
6
6
|
options: {
|
|
7
7
|
type: PropType<SelectOption[]>;
|
|
@@ -99,7 +99,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
99
99
|
showClear: import("vue-demi").ComputedRef<boolean>;
|
|
100
100
|
searchText: import("vue-demi").Ref<string>;
|
|
101
101
|
internalSearchOptions: import("vue-demi").Ref<{
|
|
102
|
-
value:
|
|
102
|
+
value: RawValue;
|
|
103
103
|
label: string;
|
|
104
104
|
disabled?: boolean | undefined;
|
|
105
105
|
}[]>;
|
|
@@ -108,8 +108,8 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
108
108
|
toggle: () => void;
|
|
109
109
|
close: () => void;
|
|
110
110
|
open: () => void;
|
|
111
|
-
deselect: (option:
|
|
112
|
-
toggleOption: (option:
|
|
111
|
+
deselect: (option: RawValue) => void;
|
|
112
|
+
toggleOption: (option: RawValue) => void;
|
|
113
113
|
clearSearchControl: () => void;
|
|
114
114
|
isDesktop: import("vue-demi").ComputedRef<boolean>;
|
|
115
115
|
isMobile: import("vue-demi").ComputedRef<boolean>;
|
|
@@ -15,14 +15,14 @@ export { default as OrCheckboxGroupV3 } from './OrCheckboxGroupV3/OrCheckboxGrou
|
|
|
15
15
|
export { s as OrCheckboxTreeV3 } from './OrCheckboxTreeV3-8306b255.js';
|
|
16
16
|
export { s as OrCheckboxV3 } from './OrCheckboxV3-96eb3430.js';
|
|
17
17
|
export { s as OrChip, a as OrChips } from './OrChips-ba5bb85b.js';
|
|
18
|
-
export { E as EditorState, a 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-
|
|
19
|
-
export { C as CodeLanguage, s as OrCodeV3 } from './OrCodeV3-
|
|
18
|
+
export { E as EditorState, a 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-f7708644.js';
|
|
19
|
+
export { C as CodeLanguage, s as OrCodeV3 } from './OrCodeV3-6dbd233d.js';
|
|
20
20
|
export { default as OrCollapse } from './OrCollapse/OrCollapse.js';
|
|
21
21
|
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-2271c176.js';
|
|
22
22
|
export { s as OrCombinedInputV3 } from './OrCombinedInputV3-bd03f7e5.js';
|
|
23
23
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateRangePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize, I as TimeRangePickerSize } from './OrInputBoxV3-ddd117f0.js';
|
|
24
|
-
export { s as OrConfirm } from './OrConfirm-
|
|
25
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirmV3-
|
|
24
|
+
export { s as OrConfirm } from './OrConfirm-66387c1f.js';
|
|
25
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirmV3-0a0d83f0.js';
|
|
26
26
|
export { OrContextMenuV3 } from './OrContextMenuV3/index.js';
|
|
27
27
|
export { P as ContextMenuPlacement, P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopoverV3-dad6308c.js';
|
|
28
28
|
export { s as OrDateFormatV3 } from './OrDateFormatV3-b88a046a.js';
|
|
@@ -60,7 +60,7 @@ export { LoaderViews, OrLoader } from './OrLoader/index.js';
|
|
|
60
60
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoaderV3-b7b7afab.js';
|
|
61
61
|
export { s as OrMenuItemV3 } from './OrMenuItemV3-7b557536.js';
|
|
62
62
|
export { s as OrMenuV3 } from './OrMenuV3-07fec3f7.js';
|
|
63
|
-
export { s as OrModal, O as OrModalSizes } from './OrModal-
|
|
63
|
+
export { s as OrModal, O as OrModalSizes } from './OrModal-70fa6d2d.js';
|
|
64
64
|
export { M as ModalSize, s as OrModalV3 } from './OrModalV3-7c79dd79.js';
|
|
65
65
|
export { OR_NOTIFICATION_SIZE, OR_NOTIFICATION_TYPE, OrNotification } from './OrNotification/index.js';
|
|
66
66
|
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotificationV3-722fcfc1.js';
|
|
@@ -80,7 +80,7 @@ export { s as OrRangeSliderV3 } from './OrRangeSliderV3-f8024c15.js';
|
|
|
80
80
|
export { s as OrSliderV3, S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from './OrSliderV3-b69331d1.js';
|
|
81
81
|
export { s as OrRatingV3 } from './OrRatingV3-b6b47938.js';
|
|
82
82
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from './OrResizeablePanelV3-39bf5dc7.js';
|
|
83
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-
|
|
83
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-f3786714.js';
|
|
84
84
|
export { default as OrSearch } from './OrSearch/OrSearch.js';
|
|
85
85
|
export { OrSearchV3 } from './OrSearchV3/index.js';
|
|
86
86
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControlV3-56862f95.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -8,12 +8,12 @@ export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes
|
|
|
8
8
|
export { C as CardPadding, s as OrCardV3 } from './components/OrCardV3-f9908b34.js';
|
|
9
9
|
export { default as OrCheckboxGroupV3 } from './components/OrCheckboxGroupV3/OrCheckboxGroup.js';
|
|
10
10
|
export { s as OrChip, a as OrChips } from './components/OrChips-ba5bb85b.js';
|
|
11
|
-
export { E as EditorState, a 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-
|
|
12
|
-
export { C as CodeLanguage, s as OrCodeV3 } from './components/OrCodeV3-
|
|
11
|
+
export { E as EditorState, a 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-f7708644.js';
|
|
12
|
+
export { C as CodeLanguage, s as OrCodeV3 } from './components/OrCodeV3-6dbd233d.js';
|
|
13
13
|
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-2271c176.js';
|
|
14
14
|
export { s as OrCombinedInputV3 } from './components/OrCombinedInputV3-bd03f7e5.js';
|
|
15
|
-
export { s as OrConfirm } from './components/OrConfirm-
|
|
16
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './components/OrConfirmV3-
|
|
15
|
+
export { s as OrConfirm } from './components/OrConfirm-66387c1f.js';
|
|
16
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './components/OrConfirmV3-0a0d83f0.js';
|
|
17
17
|
export { OrContextMenuV3 } from './components/OrContextMenuV3/index.js';
|
|
18
18
|
export { s as OrDateFormatV3 } from './components/OrDateFormatV3-b88a046a.js';
|
|
19
19
|
export { s as OrDatePickerV3 } from './components/OrDatePickerV3-cf890376.js';
|
|
@@ -42,7 +42,7 @@ export { default as OrRadioGroup } from './components/OrRadioGroup/OrRadioGroup.
|
|
|
42
42
|
export { default as OrRadioGroupV3 } from './components/OrRadioGroupV3/OrRadioGroup.js';
|
|
43
43
|
export { s as OrRangeSliderV3 } from './components/OrRangeSliderV3-f8024c15.js';
|
|
44
44
|
export { s as OrRatingV3 } from './components/OrRatingV3-b6b47938.js';
|
|
45
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-
|
|
45
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-f3786714.js';
|
|
46
46
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './components/OrSegmentedControlV3-56862f95.js';
|
|
47
47
|
export { s as OrSelect } from './components/OrSelect-ab9e3084.js';
|
|
48
48
|
export { s as OrSelectV3 } from './components/OrSelectV3-c604ca91.js';
|
|
@@ -102,7 +102,7 @@ export { LoaderViews, OrLoader } from './components/OrLoader/index.js';
|
|
|
102
102
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './components/OrLoaderV3-b7b7afab.js';
|
|
103
103
|
export { s as OrMenuItemV3 } from './components/OrMenuItemV3-7b557536.js';
|
|
104
104
|
export { s as OrMenuV3 } from './components/OrMenuV3-07fec3f7.js';
|
|
105
|
-
export { s as OrModal, O as OrModalSizes } from './components/OrModal-
|
|
105
|
+
export { s as OrModal, O as OrModalSizes } from './components/OrModal-70fa6d2d.js';
|
|
106
106
|
export { M as ModalSize, s as OrModalV3 } from './components/OrModalV3-7c79dd79.js';
|
|
107
107
|
export { default as OrOverlay } from './components/OrOverlay/OrOverlay.js';
|
|
108
108
|
export { s as OrOverlayV3 } from './components/OrOverlayV3-b2576ca1.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { TagsOverflow } from '../or-tags-v3';
|
|
3
3
|
import { SelectSize } from './props';
|
|
4
|
-
import { SelectGroupByFunction, SelectOption, SelectSearchFunction, SelectValue } from './types';
|
|
4
|
+
import { RawValue, SelectGroupByFunction, SelectOption, SelectSearchFunction, SelectValue } from './types';
|
|
5
5
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
6
6
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
7
7
|
inputBox: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
@@ -42,7 +42,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
42
42
|
showClear: import("@vue/composition-api").ComputedRef<boolean>;
|
|
43
43
|
searchText: import("@vue/composition-api").Ref<string>;
|
|
44
44
|
internalSearchOptions: import("@vue/composition-api").Ref<{
|
|
45
|
-
value:
|
|
45
|
+
value: RawValue;
|
|
46
46
|
label: string;
|
|
47
47
|
disabled?: boolean | undefined;
|
|
48
48
|
}[]>;
|
|
@@ -51,8 +51,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
51
51
|
toggle: () => void;
|
|
52
52
|
close: () => void;
|
|
53
53
|
open: () => void;
|
|
54
|
-
deselect: (option:
|
|
55
|
-
toggleOption: (option:
|
|
54
|
+
deselect: (option: RawValue) => void;
|
|
55
|
+
toggleOption: (option: RawValue) => void;
|
|
56
56
|
clearSearchControl: () => void;
|
|
57
57
|
isDesktop: import("@vue/composition-api").ComputedRef<boolean>;
|
|
58
58
|
isMobile: import("@vue/composition-api").ComputedRef<boolean>;
|
|
@@ -263,7 +263,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
263
263
|
showClear: import("@vue/composition-api").ComputedRef<boolean>;
|
|
264
264
|
searchText: import("@vue/composition-api").Ref<string>;
|
|
265
265
|
internalSearchOptions: import("@vue/composition-api").Ref<{
|
|
266
|
-
value:
|
|
266
|
+
value: RawValue;
|
|
267
267
|
label: string;
|
|
268
268
|
disabled?: boolean | undefined;
|
|
269
269
|
}[]>;
|
|
@@ -272,8 +272,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
272
272
|
toggle: () => void;
|
|
273
273
|
close: () => void;
|
|
274
274
|
open: () => void;
|
|
275
|
-
deselect: (option:
|
|
276
|
-
toggleOption: (option:
|
|
275
|
+
deselect: (option: RawValue) => void;
|
|
276
|
+
toggleOption: (option: RawValue) => void;
|
|
277
277
|
clearSearchControl: () => void;
|
|
278
278
|
isDesktop: import("@vue/composition-api").ComputedRef<boolean>;
|
|
279
279
|
isMobile: import("@vue/composition-api").ComputedRef<boolean>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("
|
|
1
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
2
|
inputRef: import("@vue/composition-api").Ref<HTMLTextAreaElement | undefined>;
|
|
3
3
|
}> & {
|
|
4
4
|
reqAF: any;
|
|
@@ -106,7 +106,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
106
106
|
isDisabled: BooleanConstructor;
|
|
107
107
|
isReadonly: BooleanConstructor;
|
|
108
108
|
isInvalid: BooleanConstructor;
|
|
109
|
-
}>> & Omit<import("
|
|
109
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
110
110
|
modelValue: string;
|
|
111
111
|
isSmall: boolean;
|
|
112
112
|
isRequired: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { TagsOverflow } from '../or-tags-v3';
|
|
3
3
|
import { SelectSize } from './props';
|
|
4
|
-
import { SelectGroupByFunction, SelectOption, SelectSearchFunction, SelectValue } from './types';
|
|
4
|
+
import { RawValue, SelectGroupByFunction, SelectOption, SelectSearchFunction, SelectValue } from './types';
|
|
5
5
|
declare const _default: import("vue-demi").DefineComponent<{
|
|
6
6
|
options: {
|
|
7
7
|
type: PropType<SelectOption[]>;
|
|
@@ -99,7 +99,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
99
99
|
showClear: import("vue-demi").ComputedRef<boolean>;
|
|
100
100
|
searchText: import("vue-demi").Ref<string>;
|
|
101
101
|
internalSearchOptions: import("vue-demi").Ref<{
|
|
102
|
-
value:
|
|
102
|
+
value: RawValue;
|
|
103
103
|
label: string;
|
|
104
104
|
disabled?: boolean | undefined;
|
|
105
105
|
}[]>;
|
|
@@ -108,8 +108,8 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
108
108
|
toggle: () => void;
|
|
109
109
|
close: () => void;
|
|
110
110
|
open: () => void;
|
|
111
|
-
deselect: (option:
|
|
112
|
-
toggleOption: (option:
|
|
111
|
+
deselect: (option: RawValue) => void;
|
|
112
|
+
toggleOption: (option: RawValue) => void;
|
|
113
113
|
clearSearchControl: () => void;
|
|
114
114
|
isDesktop: import("vue-demi").ComputedRef<boolean>;
|
|
115
115
|
isMobile: import("vue-demi").ComputedRef<boolean>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "8.19.
|
|
3
|
+
"version": "8.19.3-beta.3976.0",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@vueuse/integrations": "9.13.0",
|
|
67
67
|
"@vueuse/math": "9.13.0",
|
|
68
68
|
"codemirror": "6.0.1",
|
|
69
|
-
"focus-trap": "7.2
|
|
69
|
+
"focus-trap": "7.5.2",
|
|
70
70
|
"prosemirror-markdown": "1.10.1",
|
|
71
71
|
"sortablejs": "1.14.0",
|
|
72
72
|
"tailwindcss": "3.3.3",
|
|
@@ -82,9 +82,10 @@
|
|
|
82
82
|
"sass": "1.63.4",
|
|
83
83
|
"typescript": "5.1.6",
|
|
84
84
|
"vue": "2.6.14",
|
|
85
|
+
"vue-demi": "0.14.6",
|
|
85
86
|
"vue-template-compiler": "2.6.14",
|
|
86
87
|
"vue2": "npm:vue@2.6.14",
|
|
87
|
-
"vue3": "npm:vue@3.
|
|
88
|
+
"vue3": "npm:vue@3.3.4"
|
|
88
89
|
},
|
|
89
90
|
"peerDependencies": {
|
|
90
91
|
"@vue/composition-api": ">=1",
|
|
@@ -92,7 +93,7 @@
|
|
|
92
93
|
"lodash": ">=4.17.21",
|
|
93
94
|
"portal-vue": ">=2.1.7 <3.0.0",
|
|
94
95
|
"vue": ">=2.6.14 || >=3.0.5",
|
|
95
|
-
"vue-demi": "0.13.11"
|
|
96
|
+
"vue-demi": "=>0.13.11"
|
|
96
97
|
},
|
|
97
98
|
"peerDependenciesMeta": {
|
|
98
99
|
"@vue/composition-api": {
|
|
@@ -176,6 +177,5 @@
|
|
|
176
177
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
177
178
|
},
|
|
178
179
|
"./package.json": "./package.json"
|
|
179
|
-
}
|
|
180
|
-
"gitHead": "8eff017c18472e1b3ce98802808076581c8af06f"
|
|
180
|
+
}
|
|
181
181
|
}
|
|
@@ -265,7 +265,7 @@ import { TagsOverflow } from '../or-tags-v3';
|
|
|
265
265
|
import { OrSelectMultipleControl, OrSelectSingleControl } from './partials';
|
|
266
266
|
import { SelectSize } from './props';
|
|
267
267
|
import { Select, SelectControl, SelectDropdown, SelectDropdownDefault, SelectDropdownFlipped, SelectDropdownItem, SelectNoSearchResults, SelectSearchControl } from './styles';
|
|
268
|
-
import { SelectGroupByFunction, SelectOption, SelectSearchFunction, SelectValue } from './types';
|
|
268
|
+
import { RawValue, SelectGroupByFunction, SelectOption, SelectSearchFunction, SelectValue } from './types';
|
|
269
269
|
|
|
270
270
|
export default defineComponent({
|
|
271
271
|
components: {
|
|
@@ -564,7 +564,7 @@ export default defineComponent({
|
|
|
564
564
|
}
|
|
565
565
|
}
|
|
566
566
|
|
|
567
|
-
function deselect(option:
|
|
567
|
+
function deselect(option: RawValue): void {
|
|
568
568
|
const modelValue = proxyModelValue.value;
|
|
569
569
|
|
|
570
570
|
if (Array.isArray(modelValue)) {
|
|
@@ -572,7 +572,7 @@ export default defineComponent({
|
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
-
function toggleOption(option:
|
|
575
|
+
function toggleOption(option: RawValue): void {
|
|
576
576
|
const modelValue = proxyModelValue.value;
|
|
577
577
|
|
|
578
578
|
if (Array.isArray(modelValue)) {
|