@onereach/ui-components 8.5.1 → 8.5.2-beta.3669.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/OrListV3/OrList.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrLoader/OrLoader.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrModal/OrModal.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrModalV3/OrModal.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrNotification/OrNotification.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrNotificationV3/OrNotification.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrOverlay/OrOverlay.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrPaginationV3/OrPagination.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrPassword/OrPassword.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrProgress/OrProgress.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrRadio/OrRadio.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrRadioGroup/OrRadioGroup.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrRadioV3/OrRadio.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSearch/OrSearch.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSelect/OrSelect.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSidebar/OrSidebar.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSlider/OrSlider.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSliderV3/OrSlider.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSortingV3/OrSorting.vue.d.ts +6 -6
- package/dist/bundled/v2/components/OrStepper/OrStepper.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSwitch/OrSwitch.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTab/OrTab.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTabV3/OrTab.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTabs/OrTabs.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTag/OrTag.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTagV3/OrTag.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTeleport/OrTeleport.vue2.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +2 -2
- package/dist/bundled/v2/index.js +1 -1
- package/dist/bundled/v3/index.js +1 -1
- package/package.json +3 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { ListItem } from './types';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
content: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
6
6
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -75,7 +75,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
75
75
|
type: BooleanConstructor;
|
|
76
76
|
default: boolean;
|
|
77
77
|
};
|
|
78
|
-
}>> & Omit<import("
|
|
78
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
79
79
|
modelValue: ListItem[];
|
|
80
80
|
selection: ListItem[];
|
|
81
81
|
itemFactory: () => ListItem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { LoaderViews } from './constants';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data> & import("@vue/composition-api").Data, {}, {
|
|
4
4
|
rootClasses(): string[];
|
|
5
5
|
isTextType(): boolean;
|
|
6
6
|
isLinearType(): boolean;
|
|
@@ -48,7 +48,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
48
48
|
default: string;
|
|
49
49
|
required: false;
|
|
50
50
|
};
|
|
51
|
-
}>> & Omit<import("
|
|
51
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
52
52
|
type: LoaderViews;
|
|
53
53
|
textTypeLabel: string;
|
|
54
54
|
linearTitle: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { LoaderColor, LoaderSize, LoaderVariant } from './props';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
6
|
containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -65,7 +65,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
65
65
|
type: StringConstructor;
|
|
66
66
|
default: undefined;
|
|
67
67
|
};
|
|
68
|
-
}>> & Omit<import("
|
|
68
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
69
69
|
variant: "circular" | "linear";
|
|
70
70
|
color: "primary" | "danger" | "inherit";
|
|
71
71
|
size: "m" | "s";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
|
-
declare const _default: import("
|
|
2
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
3
3
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
4
4
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
5
5
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
default: boolean;
|
|
34
34
|
};
|
|
35
|
-
}>> & Omit<import("
|
|
35
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
36
36
|
icon: string | Readonly<Partial<{
|
|
37
37
|
[x: number]: string;
|
|
38
38
|
} | {}> & Omit<{} & {}, never>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReferenceElement } from '@floating-ui/dom';
|
|
2
2
|
import { PropType } from 'vue-demi';
|
|
3
3
|
import { MenuOffset, MenuPlacement } from './props';
|
|
4
|
-
declare const _default: import("
|
|
4
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
5
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
6
6
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
7
|
popoverStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -52,7 +52,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
52
52
|
type: PropType<string[]>;
|
|
53
53
|
default: () => never[];
|
|
54
54
|
};
|
|
55
|
-
}>> & Omit<import("
|
|
55
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
56
56
|
isOpen: boolean;
|
|
57
57
|
trigger: ReferenceElement;
|
|
58
58
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { OrModalSizes } from './constants';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
container: import("@vue/composition-api").Ref<HTMLElement | null>;
|
|
5
5
|
overlay: import("@vue/composition-api").Ref<any>;
|
|
6
6
|
handleClose: () => void;
|
|
@@ -72,7 +72,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
72
72
|
type: BooleanConstructor;
|
|
73
73
|
default: boolean;
|
|
74
74
|
};
|
|
75
|
-
}>> & Omit<import("
|
|
75
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
76
76
|
titleText: string;
|
|
77
77
|
showClose: boolean;
|
|
78
78
|
closeOnClickOutside: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { ModalSize } from './props';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
6
|
state: import("@vue/composition-api").Ref<"open" | "closed">;
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
32
32
|
type: PropType<string[]>;
|
|
33
33
|
default: () => never[];
|
|
34
34
|
};
|
|
35
|
-
}>> & Omit<import("
|
|
35
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
36
36
|
isOpen: boolean;
|
|
37
37
|
size: "l" | "m" | "s";
|
|
38
38
|
additionalStyles: string[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { OR_NOTIFICATION_TYPE, OR_NOTIFICATION_SIZE } from './constants';
|
|
3
3
|
/** HTML links are styled by default to match notification type */
|
|
4
|
-
declare const _default: import("
|
|
4
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data> & import("@vue/composition-api").Data, {}, {
|
|
5
5
|
states(): string[];
|
|
6
6
|
iconByType(): string;
|
|
7
7
|
iconColorByType(): string;
|
|
@@ -53,7 +53,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
53
53
|
type: BooleanConstructor;
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
|
-
}>> & Omit<import("
|
|
56
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
57
57
|
content: string;
|
|
58
58
|
icon: string;
|
|
59
59
|
type: "" | OR_NOTIFICATION_TYPE;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { NotificationVariant } from './props';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
6
|
iconStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -23,7 +23,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
}>> & Omit<import("
|
|
26
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
27
27
|
variant: "success" | "warning" | "error" | "info";
|
|
28
28
|
disableClose: boolean;
|
|
29
29
|
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -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<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
3
3
|
[x: string]: ((...args: any[]) => any) | null;
|
|
4
4
|
} | string[], {} & {}, {
|
|
@@ -116,7 +116,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
116
116
|
isDisabled: BooleanConstructor;
|
|
117
117
|
isReadonly: BooleanConstructor;
|
|
118
118
|
isInvalid: BooleanConstructor;
|
|
119
|
-
}>> & Omit<import("
|
|
119
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
120
120
|
modelValue: number;
|
|
121
121
|
isSmall: boolean;
|
|
122
122
|
isRequired: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { MenuItem } from './types';
|
|
3
3
|
import { OrFloatingPlacements } from '../or-floating';
|
|
4
|
-
declare const _default: import("
|
|
4
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
5
|
isOpen: import("@vue/composition-api").Ref<boolean>;
|
|
6
6
|
target: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
7
7
|
content: import("@vue/composition-api").Ref<null>;
|
|
@@ -50,7 +50,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
50
50
|
default: boolean;
|
|
51
51
|
required: false;
|
|
52
52
|
};
|
|
53
|
-
}>> & Omit<import("
|
|
53
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
54
54
|
closeOnClickOutside: boolean;
|
|
55
55
|
placement: OrFloatingPlacements;
|
|
56
56
|
items: MenuItem[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("
|
|
1
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data> & import("@vue/composition-api").Data, {}, {
|
|
2
2
|
states(): Record<string, boolean>;
|
|
3
3
|
}, {
|
|
4
4
|
/** You can use this prop instead of v-if if you want to preserve content state */
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
default: boolean;
|
|
34
34
|
};
|
|
35
|
-
}>> & Omit<import("
|
|
35
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
36
36
|
isActive: boolean;
|
|
37
37
|
isPage: boolean;
|
|
38
38
|
isWithoutBackground: 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
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
3
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
4
4
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
11
11
|
type: BooleanConstructor;
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
|
-
}>> & Omit<import("
|
|
14
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
15
15
|
fullscreen: boolean;
|
|
16
16
|
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
17
17
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { PaginationModel } from './types';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
limitButton: 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, {
|
|
6
6
|
[x: string]: ((...args: any[]) => any) | null;
|
|
@@ -56,7 +56,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
56
56
|
type: PropType<number[]>;
|
|
57
57
|
default: () => number[];
|
|
58
58
|
};
|
|
59
|
-
}>> & Omit<import("
|
|
59
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
60
60
|
length: number;
|
|
61
61
|
modelValue: PaginationModel;
|
|
62
62
|
pageSizeOptions: number[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BUTTON_SIZE } from '../or-button-v2';
|
|
2
|
-
declare const _default: import("
|
|
2
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
3
3
|
inputRef: 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, {
|
|
4
4
|
[x: string]: ((...args: any[]) => any) | null;
|
|
5
5
|
} | string[], {} & {}, {
|
|
@@ -96,7 +96,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
96
96
|
isDisabled: BooleanConstructor;
|
|
97
97
|
isReadonly: BooleanConstructor;
|
|
98
98
|
isInvalid: BooleanConstructor;
|
|
99
|
-
}>> & Omit<import("
|
|
99
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
100
100
|
modelValue: string;
|
|
101
101
|
isSmall: boolean;
|
|
102
102
|
isRequired: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReferenceElement } from '@floating-ui/dom';
|
|
2
2
|
import { PropType } from 'vue-demi';
|
|
3
3
|
import { PopoverOffset, PopoverPlacement, PopoverVariant } from './props';
|
|
4
|
-
declare const _default: import("
|
|
4
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
5
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
6
6
|
containerRoot: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
7
7
|
bottomSheet: 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, {
|
|
@@ -105,7 +105,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
105
105
|
type: BooleanConstructor;
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
|
-
}>> & Omit<import("
|
|
108
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
109
109
|
customStyles: string[];
|
|
110
110
|
isOpen: boolean;
|
|
111
111
|
variant: "auto" | "popover" | "bottom-sheet";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { OrProgressColors, OrProgressTypes } from './constants';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data> & import("@vue/composition-api").Data, {}, {
|
|
4
4
|
localProgress(): number;
|
|
5
5
|
localValue(): number;
|
|
6
6
|
percent(): string;
|
|
@@ -108,7 +108,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
108
108
|
required: false;
|
|
109
109
|
default: boolean;
|
|
110
110
|
};
|
|
111
|
-
}>> & Omit<import("
|
|
111
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
112
112
|
maxValue: number;
|
|
113
113
|
value: number;
|
|
114
114
|
progress: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { ProgressColor, ProgressType } from './props';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
6
|
headerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -93,7 +93,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
93
93
|
required: false;
|
|
94
94
|
default: boolean;
|
|
95
95
|
};
|
|
96
|
-
}>> & Omit<import("
|
|
96
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
97
97
|
maxValue: number;
|
|
98
98
|
value: number;
|
|
99
99
|
progress: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
|
-
declare const _default: import("
|
|
2
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
3
3
|
modifiedIsDisabled: import("@vue/composition-api").ComputedRef<boolean>;
|
|
4
4
|
modifiedIsUncheckable: import("@vue/composition-api").ComputedRef<boolean>;
|
|
5
5
|
isChecked: import("@vue/composition-api").ComputedRef<boolean>;
|
|
@@ -57,7 +57,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
57
57
|
default: boolean;
|
|
58
58
|
required: false;
|
|
59
59
|
};
|
|
60
|
-
}>> & Omit<import("
|
|
60
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
61
61
|
modelValue: any;
|
|
62
62
|
value: any;
|
|
63
63
|
label: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
|
-
declare const _default: import("
|
|
2
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
3
3
|
rootClasses: import("@vue/composition-api").ComputedRef<(string | {
|
|
4
4
|
"is-column": boolean;
|
|
5
5
|
"is-row": boolean;
|
|
@@ -54,7 +54,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
54
54
|
default: boolean;
|
|
55
55
|
required: false;
|
|
56
56
|
};
|
|
57
|
-
}>> & Omit<import("
|
|
57
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
58
58
|
modelValue: any;
|
|
59
59
|
isColumn: boolean;
|
|
60
60
|
isRow: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
|
-
declare const _default: import("
|
|
2
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
3
3
|
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<any>;
|
|
4
4
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
5
5
|
modelValue: {
|
|
@@ -67,7 +67,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
67
67
|
type: BooleanConstructor;
|
|
68
68
|
default: boolean;
|
|
69
69
|
};
|
|
70
|
-
}>> & Omit<import("
|
|
70
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
71
71
|
modelValue: any;
|
|
72
72
|
direction: "vertical" | "horizontal";
|
|
73
73
|
label: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { LabelVariant } from '../or-label-v3';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
control: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
6
6
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -64,7 +64,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
64
64
|
type: BooleanConstructor;
|
|
65
65
|
default: boolean;
|
|
66
66
|
};
|
|
67
|
-
}>> & Omit<import("
|
|
67
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
68
68
|
modelValue: string;
|
|
69
69
|
value: string;
|
|
70
70
|
label: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { RangeSliderColor, RangeSliderOrientation } from './props';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
rail: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
6
6
|
thumbFrom: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
@@ -82,7 +82,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
82
82
|
type: BooleanConstructor;
|
|
83
83
|
default: boolean;
|
|
84
84
|
};
|
|
85
|
-
}>> & Omit<import("
|
|
85
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
86
86
|
modelValue: [number, number];
|
|
87
87
|
minValue: number;
|
|
88
88
|
maxValue: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { ResizeablePanelPadding, ResizeablePanelPlacement } from './props';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
resizeBar: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
6
6
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -83,7 +83,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
83
83
|
type: BooleanConstructor;
|
|
84
84
|
default: boolean;
|
|
85
85
|
};
|
|
86
|
-
}>> & Omit<import("
|
|
86
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
87
87
|
isOpen: boolean;
|
|
88
88
|
width: number;
|
|
89
89
|
minWidth: number;
|
|
@@ -2,7 +2,7 @@ import { ComponentPublicInstance, PropType } from 'vue-demi';
|
|
|
2
2
|
import { Formats, Tools } from './props';
|
|
3
3
|
import { Editor } from '@tiptap/core';
|
|
4
4
|
import { Level } from '@tiptap/extension-heading';
|
|
5
|
-
declare const _default: import("
|
|
5
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
6
6
|
editor: Editor | null;
|
|
7
7
|
editorRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
|
|
8
8
|
toolbarRef: import("@vue/composition-api").Ref<ComponentPublicInstance<HTMLInputElement, {}, {}, {}, {}, {}, HTMLInputElement, {}, false> | undefined>;
|
|
@@ -111,7 +111,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
111
111
|
type: BooleanConstructor;
|
|
112
112
|
default: boolean;
|
|
113
113
|
};
|
|
114
|
-
}>> & Omit<import("
|
|
114
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
115
115
|
modelValue: string;
|
|
116
116
|
toolbar: Tools;
|
|
117
117
|
description: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BUTTON_SIZE } from '../or-button-v2';
|
|
2
|
-
declare const _default: import("
|
|
2
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
3
3
|
inputRef: 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, {
|
|
4
4
|
[x: string]: ((...args: any[]) => any) | null;
|
|
5
5
|
} | string[], {} & {}, {
|
|
@@ -115,7 +115,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
115
115
|
isDisabled: BooleanConstructor;
|
|
116
116
|
isReadonly: BooleanConstructor;
|
|
117
117
|
isInvalid: BooleanConstructor;
|
|
118
|
-
}>> & Omit<import("
|
|
118
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
119
119
|
modelValue: string;
|
|
120
120
|
isSmall: boolean;
|
|
121
121
|
isRequired: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { SearchSize } from './props';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: 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, {
|
|
5
5
|
[x: string]: ((...args: any[]) => any) | null;
|
|
6
6
|
} | string[], {} & {}, {
|
|
@@ -67,7 +67,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
67
67
|
type: BooleanConstructor;
|
|
68
68
|
default: boolean;
|
|
69
69
|
};
|
|
70
|
-
}>> & Omit<import("
|
|
70
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
71
71
|
modelValue: string;
|
|
72
72
|
size: "m" | "s";
|
|
73
73
|
placeholder: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { SegmentedControlSize } from './props';
|
|
3
3
|
import { SegmentedControlOption } from './types';
|
|
4
|
-
declare const _default: import("
|
|
4
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
5
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
6
6
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
7
|
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<string>;
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
39
39
|
type: BooleanConstructor;
|
|
40
40
|
default: boolean;
|
|
41
41
|
};
|
|
42
|
-
}>> & Omit<import("
|
|
42
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
43
43
|
modelValue: string;
|
|
44
44
|
options: SegmentedControlOption[];
|
|
45
45
|
size: "m" | "s";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Option } from './types';
|
|
2
|
-
declare const _default: import("
|
|
2
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data> & {
|
|
3
3
|
localIsLoading: boolean;
|
|
4
4
|
localContentOptions: Option[];
|
|
5
5
|
}, {
|
|
@@ -165,7 +165,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
165
165
|
type: StringConstructor;
|
|
166
166
|
default: string;
|
|
167
167
|
};
|
|
168
|
-
}>> & Omit<import("
|
|
168
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
169
169
|
modelValue: import("./types").ModelValueSimple | import("./types").ModelValueArray;
|
|
170
170
|
options: Option[];
|
|
171
171
|
searchOptions: Option[];
|
|
@@ -2,7 +2,7 @@ import { PropType } from 'vue-demi';
|
|
|
2
2
|
import { TagsOverflow } from '../or-tags-v3';
|
|
3
3
|
import { SelectSize } from './props';
|
|
4
4
|
import { SelectGroupByFunction, SelectOption, SelectSearchFunction, SelectValue } from './types';
|
|
5
|
-
declare const _default: import("
|
|
5
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").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, {
|
|
8
8
|
[x: string]: ((...args: any[]) => any) | null;
|
|
@@ -201,7 +201,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
201
201
|
type: PropType<"default" | "wrap" | "hidden" | "scroll">;
|
|
202
202
|
default: TagsOverflow;
|
|
203
203
|
};
|
|
204
|
-
}>> & Omit<import("
|
|
204
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
205
205
|
modelValue: SelectValue;
|
|
206
206
|
label: string;
|
|
207
207
|
options: SelectOption[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { OrSidebarSide } from './constants';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
resizeBarRef: import("@vue/composition-api").Ref<HTMLElement | null>;
|
|
5
5
|
isResizing: import("@vue/composition-api").Ref<boolean>;
|
|
6
6
|
localWidth: import("@vue/composition-api").Ref<number>;
|
|
@@ -53,7 +53,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
53
53
|
type: PropType<OrSidebarSide>;
|
|
54
54
|
default: OrSidebarSide;
|
|
55
55
|
};
|
|
56
|
-
}>> & Omit<import("
|
|
56
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
57
57
|
width: number;
|
|
58
58
|
minimumWidth: number;
|
|
59
59
|
side: OrSidebarSide;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { SidebarPadding, SidebarPlacement } from './props';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
6
|
headerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -136,7 +136,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
136
136
|
type: BooleanConstructor;
|
|
137
137
|
default: boolean;
|
|
138
138
|
};
|
|
139
|
-
}>> & Omit<import("
|
|
139
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
140
140
|
isOpen: boolean;
|
|
141
141
|
width: number;
|
|
142
142
|
minWidth: number;
|
|
@@ -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
|
slider: import("@vue/composition-api").Ref<HTMLElement | null>;
|
|
3
3
|
initialValue: any;
|
|
4
4
|
isActive: import("@vue/composition-api").Ref<{
|
|
@@ -118,7 +118,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
118
118
|
type: BooleanConstructor;
|
|
119
119
|
default: boolean;
|
|
120
120
|
};
|
|
121
|
-
}>> & Omit<import("
|
|
121
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
122
122
|
name: string;
|
|
123
123
|
modelValue: any;
|
|
124
124
|
tabindex: number;
|