@dolanske/vui 1.16.3 → 1.17.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/{src/components → components}/Accordion/Accordion.vue.d.ts +17 -23
- package/dist/components/Accordion/AccordionGroup.vue.d.ts +15 -0
- package/dist/{src/components → components}/Alert/Alert.vue.d.ts +13 -14
- package/dist/components/AspectRatio/AspectRatio.vue.d.ts +16 -0
- package/dist/components/Avatar/Avatar.vue.d.ts +26 -0
- package/dist/{src/components → components}/Avatar/AvatarGroup.vue.d.ts +5 -11
- package/dist/components/Badge/Badge.vue.d.ts +21 -0
- package/dist/components/Badge/BadgeGroup.vue.d.ts +17 -0
- package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +19 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.vue.d.ts +12 -0
- package/dist/{src/components → components}/Button/Button.vue.d.ts +3 -2
- package/dist/components/Button/ButtonGroup.vue.d.ts +18 -0
- package/dist/components/Calendar/Calendar.vue.d.ts +21 -0
- package/dist/components/Card/Card.vue.d.ts +29 -0
- package/dist/components/Carousel/Carousel.vue.d.ts +44 -0
- package/dist/components/Charts/Histogram.vue.d.ts +23 -0
- package/dist/components/Checkbox/Checkbox.vue.d.ts +26 -0
- package/dist/{src/components → components}/Commands/Commands.vue.d.ts +22 -27
- package/dist/components/ContextMenu/ContextMenu.vue.d.ts +15 -0
- package/dist/{src/components → components}/CopyClipboard/CopyClipboard.vue.d.ts +12 -19
- package/dist/{src/components → components}/Divider/Divider.vue.d.ts +8 -12
- package/dist/{src/components → components}/Drawer/Drawer.vue.d.ts +9 -12
- package/dist/components/Dropdown/Dropdown.vue.d.ts +69 -0
- package/dist/components/Dropdown/DropdownItem.vue.d.ts +23 -0
- package/dist/components/Dropdown/DropdownTitle.vue.d.ts +18 -0
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts +8 -0
- package/dist/{src/components → components}/Flex/Flex.vue.d.ts +8 -12
- package/dist/{src/components → components}/Grid/Grid.vue.d.ts +8 -12
- package/dist/components/Indicator/Indicator.vue.d.ts +21 -0
- package/dist/components/Input/Color.vue.d.ts +13 -0
- package/dist/{src/components → components}/Input/Counter.vue.d.ts +6 -4
- package/dist/components/Input/Dropzone.vue.d.ts +21 -0
- package/dist/{src/components → components}/Input/File.vue.d.ts +3 -2
- package/dist/{src/components → components}/Input/Input.vue.d.ts +21 -24
- package/dist/components/Input/Password.vue.d.ts +7 -0
- package/dist/{src/components → components}/Input/Textarea.vue.d.ts +13 -19
- package/dist/{src/components → components}/Kbd/Kbd.vue.d.ts +8 -12
- package/dist/components/Kbd/KbdGroup.vue.d.ts +13 -0
- package/dist/components/Marquee/Marquee.vue.d.ts +29 -0
- package/dist/components/Menubar/MenuItem.vue.d.ts +15 -0
- package/dist/components/Menubar/Menubar.vue.d.ts +16 -0
- package/dist/{src/components → components}/Modal/Confirm.vue.d.ts +7 -11
- package/dist/{src/components → components}/Modal/Modal.vue.d.ts +17 -19
- package/dist/{src/components → components}/OTP/OTP.vue.d.ts +11 -18
- package/dist/components/OTP/OTPItem.vue.d.ts +6 -0
- package/dist/{src/components → components}/Overflow/Overflow.vue.d.ts +8 -16
- package/dist/components/Pagination/Pagination.vue.d.ts +45 -0
- package/dist/{src/components → components}/Popout/Popout.vue.d.ts +8 -16
- package/dist/components/Popout/PopoutHover.vue.d.ts +22 -0
- package/dist/{src/components → components}/Progress/Progress.vue.d.ts +6 -6
- package/dist/components/Radio/Radio.vue.d.ts +24 -0
- package/dist/components/Radio/RadioGroup.vue.d.ts +22 -0
- package/dist/components/Resizable/Resizable.vue.d.ts +36 -0
- package/dist/{src/components → components}/ResizableView/ResizableView.vue.d.ts +13 -23
- package/dist/{src/components → components}/ResizableView/ViewPanel.vue.d.ts +9 -23
- package/dist/{src/components → components}/Select/Select.vue.d.ts +16 -11
- package/dist/{src/components → components}/Sheet/Sheet.vue.d.ts +17 -19
- package/dist/components/Sidebar/Sidebar.vue.d.ts +68 -0
- package/dist/components/Skeleton/Skeleton.vue.d.ts +9 -0
- package/dist/{src/components → components}/Slider/Slider.vue.d.ts +12 -12
- package/dist/components/Spinner/Spinner.vue.d.ts +7 -0
- package/dist/components/Switch/Switch.vue.d.ts +25 -0
- package/dist/components/Table/Cell.vue.d.ts +15 -0
- package/dist/components/Table/Head.vue.d.ts +26 -0
- package/dist/{src/components → components}/Table/Root.vue.d.ts +11 -13
- package/dist/components/Table/SelectAll.vue.d.ts +3 -0
- package/dist/components/Table/SelectRow.vue.d.ts +6 -0
- package/dist/components/Tabs/Tab.vue.d.ts +17 -0
- package/dist/{src/components → components}/Tabs/Tabs.vue.d.ts +7 -18
- package/dist/components/Toast/Toasts.vue.d.ts +7 -0
- package/dist/components/Tooltip/Tooltip.vue.d.ts +34 -0
- package/dist/internal/Backdrop/Backdrop.vue.d.ts +17 -0
- package/dist/vui.css +1 -1
- package/dist/vui.js +4210 -4013
- package/dist/vui.js.map +1 -0
- package/package.json +29 -19
- package/dist/src/components/Accordion/AccordionGroup.vue.d.ts +0 -25
- package/dist/src/components/AspectRatio/AspectRatio.vue.d.ts +0 -20
- package/dist/src/components/Avatar/Avatar.vue.d.ts +0 -28
- package/dist/src/components/Badge/Badge.vue.d.ts +0 -25
- package/dist/src/components/Badge/BadgeGroup.vue.d.ts +0 -21
- package/dist/src/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +0 -22
- package/dist/src/components/Breadcrumbs/Breadcrumbs.vue.d.ts +0 -18
- package/dist/src/components/Button/ButtonGroup.vue.d.ts +0 -22
- package/dist/src/components/Calendar/Calendar.vue.d.ts +0 -25
- package/dist/src/components/Card/Card.vue.d.ts +0 -30
- package/dist/src/components/Carousel/Carousel.vue.d.ts +0 -184
- package/dist/src/components/Charts/Histogram.vue.d.ts +0 -29
- package/dist/src/components/Checkbox/Checkbox.vue.d.ts +0 -31
- package/dist/src/components/ContextMenu/ContextMenu.vue.d.ts +0 -170
- package/dist/src/components/Dropdown/Dropdown.vue.d.ts +0 -222
- package/dist/src/components/Dropdown/DropdownItem.vue.d.ts +0 -24
- package/dist/src/components/Dropdown/DropdownTitle.vue.d.ts +0 -21
- package/dist/src/components/EmojiPicker/EmojiPicker.vue.d.ts +0 -63
- package/dist/src/components/Indicator/Indicator.vue.d.ts +0 -25
- package/dist/src/components/Input/Color.vue.d.ts +0 -11
- package/dist/src/components/Input/Dropzone.vue.d.ts +0 -189
- package/dist/src/components/Input/Password.vue.d.ts +0 -6
- package/dist/src/components/Kbd/KbdGroup.vue.d.ts +0 -19
- package/dist/src/components/Marquee/Marquee.vue.d.ts +0 -36
- package/dist/src/components/Menubar/MenuItem.vue.d.ts +0 -22
- package/dist/src/components/Menubar/Menubar.vue.d.ts +0 -20
- package/dist/src/components/OTP/OTPItem.vue.d.ts +0 -5
- package/dist/src/components/Pagination/Pagination.vue.d.ts +0 -46
- package/dist/src/components/Popout/PopoutHover.vue.d.ts +0 -175
- package/dist/src/components/Radio/Radio.vue.d.ts +0 -29
- package/dist/src/components/Radio/RadioGroup.vue.d.ts +0 -27
- package/dist/src/components/Resizable/Resizable.vue.d.ts +0 -47
- package/dist/src/components/Sidebar/Sidebar.vue.d.ts +0 -75
- package/dist/src/components/Skeleton/Skeleton.vue.d.ts +0 -8
- package/dist/src/components/Spinner/Spinner.vue.d.ts +0 -6
- package/dist/src/components/Switch/Switch.vue.d.ts +0 -30
- package/dist/src/components/Table/Cell.vue.d.ts +0 -22
- package/dist/src/components/Table/Head.vue.d.ts +0 -30
- package/dist/src/components/Table/SelectAll.vue.d.ts +0 -2
- package/dist/src/components/Table/SelectRow.vue.d.ts +0 -5
- package/dist/src/components/Tabs/Tab.vue.d.ts +0 -21
- package/dist/src/components/Toast/Toasts.vue.d.ts +0 -6
- package/dist/src/components/Tooltip/Tooltip.vue.d.ts +0 -41
- package/dist/src/internal/Backdrop/Backdrop.vue.d.ts +0 -21
- /package/dist/{src/components → components}/Menubar/menubar.d.ts +0 -0
- /package/dist/{src/components → components}/Pagination/pagination.d.ts +0 -0
- /package/dist/{src/components → components}/Table/index.d.ts +0 -0
- /package/dist/{src/components → components}/Table/table.d.ts +0 -0
- /package/dist/{src/components → components}/Toast/toast.d.ts +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/lib → lib}/color.d.ts +0 -0
- /package/dist/{src/lib → lib}/helpers.d.ts +0 -0
- /package/dist/{src/lib → lib}/layerManager.d.ts +0 -0
- /package/dist/{src/lib → lib}/slots.d.ts +0 -0
- /package/dist/{src/lib → lib}/theme.d.ts +0 -0
- /package/dist/{src/lib → lib}/types.d.ts +0 -0
- /package/dist/{src/lib → lib}/viewTransition.d.ts +0 -0
- /package/dist/{src/lib → lib}/viewport.d.ts +0 -0
|
@@ -16,25 +16,17 @@ export interface Props {
|
|
|
16
16
|
*/
|
|
17
17
|
snap?: boolean;
|
|
18
18
|
}
|
|
19
|
-
declare
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
default?(_: {}): any;
|
|
23
|
-
};
|
|
24
|
-
refs: {
|
|
25
|
-
content: HTMLDivElement;
|
|
26
|
-
};
|
|
27
|
-
rootEl: HTMLDivElement;
|
|
19
|
+
declare var __VLS_1: {};
|
|
20
|
+
type __VLS_Slots = {} & {
|
|
21
|
+
default?: (props: typeof __VLS_1) => any;
|
|
28
22
|
};
|
|
29
|
-
|
|
30
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
23
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {
|
|
31
24
|
contentRef: Readonly<import('vue').ShallowRef<HTMLElement | null>>;
|
|
32
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
36
28
|
export default _default;
|
|
37
|
-
type
|
|
29
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
38
30
|
new (): {
|
|
39
31
|
$slots: S;
|
|
40
32
|
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Variants } from '../Button/Button.vue';
|
|
2
|
+
import { Pagination } from './pagination';
|
|
3
|
+
interface Props {
|
|
4
|
+
numbers?: boolean;
|
|
5
|
+
pagination: Pagination;
|
|
6
|
+
prevNext?: boolean;
|
|
7
|
+
firstLast?: boolean;
|
|
8
|
+
variant?: Variants;
|
|
9
|
+
}
|
|
10
|
+
declare function setNext(): void;
|
|
11
|
+
declare function setPrev(): void;
|
|
12
|
+
declare var __VLS_8: {}, __VLS_30: {
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
setPage: typeof setPrev;
|
|
15
|
+
}, __VLS_66: {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
setPage: typeof setNext;
|
|
18
|
+
}, __VLS_88: {};
|
|
19
|
+
type __VLS_Slots = {} & {
|
|
20
|
+
start?: (props: typeof __VLS_8) => any;
|
|
21
|
+
} & {
|
|
22
|
+
prev?: (props: typeof __VLS_30) => any;
|
|
23
|
+
} & {
|
|
24
|
+
next?: (props: typeof __VLS_66) => any;
|
|
25
|
+
} & {
|
|
26
|
+
end?: (props: typeof __VLS_88) => any;
|
|
27
|
+
};
|
|
28
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
29
|
+
change: (page: number) => any;
|
|
30
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
31
|
+
onChange?: ((page: number) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
variant: Variants;
|
|
34
|
+
numbers: boolean;
|
|
35
|
+
prevNext: boolean;
|
|
36
|
+
firstLast: boolean;
|
|
37
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
38
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
39
|
+
declare const _default: typeof __VLS_export;
|
|
40
|
+
export default _default;
|
|
41
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
@@ -37,18 +37,11 @@ export interface Props {
|
|
|
37
37
|
*/
|
|
38
38
|
leaveDelay?: number;
|
|
39
39
|
}
|
|
40
|
-
declare
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
default?(_: {}): any;
|
|
44
|
-
};
|
|
45
|
-
refs: {
|
|
46
|
-
popout: HTMLDivElement;
|
|
47
|
-
};
|
|
48
|
-
rootEl: any;
|
|
40
|
+
declare var __VLS_13: {};
|
|
41
|
+
type __VLS_Slots = {} & {
|
|
42
|
+
default?: (props: typeof __VLS_13) => any;
|
|
49
43
|
};
|
|
50
|
-
|
|
51
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
44
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {
|
|
52
45
|
el: () => HTMLDivElement | null;
|
|
53
46
|
layerIndex: () => number;
|
|
54
47
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -59,12 +52,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
59
52
|
placement: Placement;
|
|
60
53
|
offset: number;
|
|
61
54
|
teleport: boolean;
|
|
62
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
55
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
56
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
57
|
+
declare const _default: typeof __VLS_export;
|
|
66
58
|
export default _default;
|
|
67
|
-
type
|
|
59
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
68
60
|
new (): {
|
|
69
61
|
$slots: S;
|
|
70
62
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Props } from './Popout.vue';
|
|
2
|
+
type PopoutHoverProps = Omit<Props, 'anchor' | 'visible'> & {
|
|
3
|
+
/**
|
|
4
|
+
* If set to true, Popout will not be rendered on hover. Trigger stays
|
|
5
|
+
*/
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare var __VLS_1: {}, __VLS_15: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
trigger?: (props: typeof __VLS_1) => any;
|
|
11
|
+
} & {
|
|
12
|
+
default?: (props: typeof __VLS_15) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_base: import('vue').DefineComponent<PopoutHoverProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PopoutHoverProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -18,16 +18,16 @@ interface Props {
|
|
|
18
18
|
height?: number | string;
|
|
19
19
|
}
|
|
20
20
|
type __VLS_Props = Props;
|
|
21
|
-
type
|
|
21
|
+
type __VLS_ModelProps = {
|
|
22
22
|
modelValue?: number;
|
|
23
|
-
}
|
|
24
|
-
|
|
23
|
+
};
|
|
24
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
25
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
26
|
done: () => any;
|
|
26
27
|
"update:modelValue": (value: number) => any;
|
|
27
28
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
28
29
|
onDone?: (() => any) | undefined;
|
|
29
30
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
30
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
31
|
-
|
|
32
|
-
}, HTMLDivElement>;
|
|
31
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
32
|
+
declare const _default: typeof __VLS_export;
|
|
33
33
|
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export interface RadioProps {
|
|
2
|
+
label?: string;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
value: any;
|
|
5
|
+
accent?: boolean;
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = RadioProps;
|
|
8
|
+
type __VLS_ModelProps = {
|
|
9
|
+
modelValue?: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
12
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
+
"update:modelValue": (value: any) => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FlexProps } from '../Flex/Flex.vue';
|
|
2
|
+
interface Props extends FlexProps {
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
}
|
|
5
|
+
type __VLS_Props = Props;
|
|
6
|
+
type __VLS_ModelProps = {
|
|
7
|
+
modelValue?: any;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
10
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
"update:modelValue": (value: any) => any;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
/**
|
|
3
|
+
* Enable vertical layout
|
|
4
|
+
*/
|
|
5
|
+
vertical?: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* If provided, it enables local persistence of panel sizes
|
|
8
|
+
*/
|
|
9
|
+
storageKey?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Hides resizable handles unless hovered.
|
|
12
|
+
*/
|
|
13
|
+
hideHandles?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Minimum size (in pixels) each panel can be resized to. Applies to
|
|
16
|
+
* every panel and is enforced along the active axis (width for
|
|
17
|
+
* horizontal layouts, height for vertical ones).
|
|
18
|
+
*/
|
|
19
|
+
minSize?: number;
|
|
20
|
+
}
|
|
21
|
+
interface PanelProps {
|
|
22
|
+
minWidth: number;
|
|
23
|
+
maxWidth: number;
|
|
24
|
+
}
|
|
25
|
+
type __VLS_Slots = {
|
|
26
|
+
default: (props: PanelProps) => any;
|
|
27
|
+
};
|
|
28
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -35,34 +35,24 @@ import { Panel, ViewTab } from './ViewPanel.vue';
|
|
|
35
35
|
type Level3Item = Panel;
|
|
36
36
|
type Level2Item = Panel | Level3Item[];
|
|
37
37
|
type Level1Item = Panel | Level2Item[];
|
|
38
|
-
type
|
|
39
|
-
|
|
38
|
+
type __VLS_Slots = {
|
|
39
|
+
tab: (props: {
|
|
40
|
+
tab: ViewTab | undefined;
|
|
41
|
+
panel: Panel;
|
|
42
|
+
}) => any;
|
|
40
43
|
};
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
slots: Readonly<{
|
|
44
|
-
tab: (props: {
|
|
45
|
-
tab: ViewTab | undefined;
|
|
46
|
-
panel: Panel;
|
|
47
|
-
}) => any;
|
|
48
|
-
}> & {
|
|
49
|
-
tab: (props: {
|
|
50
|
-
tab: ViewTab | undefined;
|
|
51
|
-
panel: Panel;
|
|
52
|
-
}) => any;
|
|
53
|
-
};
|
|
54
|
-
refs: {};
|
|
55
|
-
rootEl: HTMLDivElement;
|
|
44
|
+
type __VLS_ModelProps = {
|
|
45
|
+
modelValue?: Level1Item[];
|
|
56
46
|
};
|
|
57
|
-
|
|
58
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
47
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
59
48
|
"update:modelValue": (value: Level1Item[]) => any;
|
|
60
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
49
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
61
50
|
"onUpdate:modelValue"?: ((value: Level1Item[]) => any) | undefined;
|
|
62
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
63
|
-
declare const
|
|
51
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
52
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
53
|
+
declare const _default: typeof __VLS_export;
|
|
64
54
|
export default _default;
|
|
65
|
-
type
|
|
55
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
66
56
|
new (): {
|
|
67
57
|
$slots: S;
|
|
68
58
|
};
|
|
@@ -46,31 +46,17 @@ export interface Panel {
|
|
|
46
46
|
interface Props {
|
|
47
47
|
panel: Panel;
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
panel: Panel;
|
|
55
|
-
}) => any;
|
|
56
|
-
}> & {
|
|
57
|
-
tab: (props: {
|
|
58
|
-
tab: ViewTab;
|
|
59
|
-
panel: Panel;
|
|
60
|
-
}) => any;
|
|
61
|
-
};
|
|
62
|
-
refs: {
|
|
63
|
-
contentRef: HTMLDivElement;
|
|
64
|
-
};
|
|
65
|
-
rootEl: HTMLDivElement;
|
|
49
|
+
type __VLS_Slots = {
|
|
50
|
+
tab: (props: {
|
|
51
|
+
tab: ViewTab;
|
|
52
|
+
panel: Panel;
|
|
53
|
+
}) => any;
|
|
66
54
|
};
|
|
67
|
-
|
|
68
|
-
declare const
|
|
69
|
-
|
|
70
|
-
}, HTMLDivElement>;
|
|
71
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
55
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
56
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
57
|
+
declare const _default: typeof __VLS_export;
|
|
72
58
|
export default _default;
|
|
73
|
-
type
|
|
59
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
74
60
|
new (): {
|
|
75
61
|
$slots: S;
|
|
76
62
|
};
|
|
@@ -3,12 +3,8 @@ export type SelectOption = {
|
|
|
3
3
|
value: any;
|
|
4
4
|
label: string;
|
|
5
5
|
};
|
|
6
|
-
declare const
|
|
7
|
-
props:
|
|
8
|
-
readonly "onUpdate:modelValue"?: ((value: SelectOption[] | undefined) => any) | undefined;
|
|
9
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & ({
|
|
10
|
-
modelValue?: SelectOption[] | undefined;
|
|
11
|
-
} & {
|
|
6
|
+
declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
7
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<({
|
|
12
8
|
single?: boolean;
|
|
13
9
|
readonly?: boolean;
|
|
14
10
|
options: SelectOption[];
|
|
@@ -36,15 +32,24 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
|
|
|
36
32
|
* Setting the value to `none` will not apply any transition. This is useful when using viewTransitions to prevent conflicts between default animation and the view transition
|
|
37
33
|
*/
|
|
38
34
|
transitionName?: string | "none";
|
|
39
|
-
}
|
|
40
|
-
|
|
35
|
+
} & {
|
|
36
|
+
modelValue?: SelectOption[] | undefined;
|
|
37
|
+
}) & {
|
|
38
|
+
"onUpdate:modelValue"?: ((value: SelectOption[] | undefined) => any) | undefined;
|
|
39
|
+
}> & (typeof globalThis extends {
|
|
40
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
41
|
+
} ? P : {});
|
|
42
|
+
expose: (exposed: {}) => void;
|
|
41
43
|
attrs: any;
|
|
42
44
|
slots: {};
|
|
43
|
-
emit: (
|
|
45
|
+
emit: (event: "update:modelValue", value: SelectOption[] | undefined) => void;
|
|
44
46
|
}>) => import('vue').VNode & {
|
|
45
47
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
46
48
|
};
|
|
49
|
+
declare const _default: typeof __VLS_export;
|
|
47
50
|
export default _default;
|
|
48
|
-
type __VLS_PrettifyLocal<T> = {
|
|
51
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
49
52
|
[K in keyof T]: T[K];
|
|
50
|
-
}
|
|
53
|
+
} : {
|
|
54
|
+
[K in keyof T as K]: T[K];
|
|
55
|
+
}) & {};
|
|
@@ -32,31 +32,29 @@ interface Props {
|
|
|
32
32
|
*/
|
|
33
33
|
transitionName?: string | 'none';
|
|
34
34
|
}
|
|
35
|
-
declare
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
refs: {};
|
|
49
|
-
rootEl: any;
|
|
35
|
+
declare var __VLS_31: {
|
|
36
|
+
close: () => void;
|
|
37
|
+
}, __VLS_48: {
|
|
38
|
+
close: () => void;
|
|
39
|
+
}, __VLS_51: {
|
|
40
|
+
close: () => void;
|
|
41
|
+
};
|
|
42
|
+
type __VLS_Slots = {} & {
|
|
43
|
+
header?: (props: typeof __VLS_31) => any;
|
|
44
|
+
} & {
|
|
45
|
+
default?: (props: typeof __VLS_48) => any;
|
|
46
|
+
} & {
|
|
47
|
+
footer?: (props: typeof __VLS_51) => any;
|
|
50
48
|
};
|
|
51
|
-
|
|
52
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
49
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
53
50
|
close: () => any;
|
|
54
51
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
55
52
|
onClose?: (() => any) | undefined;
|
|
56
53
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
57
|
-
declare const
|
|
54
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
55
|
+
declare const _default: typeof __VLS_export;
|
|
58
56
|
export default _default;
|
|
59
|
-
type
|
|
57
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
60
58
|
new (): {
|
|
61
59
|
$slots: S;
|
|
62
60
|
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
type __VLS_Props = Props;
|
|
2
|
+
interface Props {
|
|
3
|
+
width?: number;
|
|
4
|
+
/**
|
|
5
|
+
* Controls wether the sidebar is displayed in full size, or a small version
|
|
6
|
+
*/
|
|
7
|
+
mini?: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* Allow sidebar showing up, when user hovers at very left of the screen. The
|
|
10
|
+
* sidebar will apear over content, not pushing anything over
|
|
11
|
+
*/
|
|
12
|
+
appear?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Controls the amount of time user needs to hover the appear area, for sidebar to show up. Default is `250` milliseconds.
|
|
15
|
+
*/
|
|
16
|
+
appearDelay?: number;
|
|
17
|
+
/**
|
|
18
|
+
* Add edges of background around sidebar
|
|
19
|
+
*/
|
|
20
|
+
floaty?: boolean;
|
|
21
|
+
}
|
|
22
|
+
type __VLS_ModelProps = {
|
|
23
|
+
modelValue?: boolean;
|
|
24
|
+
};
|
|
25
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
26
|
+
declare var __VLS_1: {
|
|
27
|
+
mini: boolean;
|
|
28
|
+
floaty: boolean;
|
|
29
|
+
width: number;
|
|
30
|
+
open: import('vue').ModelRef<boolean, string, boolean, boolean>;
|
|
31
|
+
close: () => false;
|
|
32
|
+
}, __VLS_3: {
|
|
33
|
+
mini: boolean;
|
|
34
|
+
floaty: boolean;
|
|
35
|
+
width: number;
|
|
36
|
+
open: import('vue').ModelRef<boolean, string, boolean, boolean>;
|
|
37
|
+
close: () => false;
|
|
38
|
+
}, __VLS_5: {
|
|
39
|
+
mini: boolean;
|
|
40
|
+
floaty: boolean;
|
|
41
|
+
width: number;
|
|
42
|
+
open: import('vue').ModelRef<boolean, string, boolean, boolean>;
|
|
43
|
+
close: () => false;
|
|
44
|
+
};
|
|
45
|
+
type __VLS_Slots = {} & {
|
|
46
|
+
header?: (props: typeof __VLS_1) => any;
|
|
47
|
+
} & {
|
|
48
|
+
default?: (props: typeof __VLS_3) => any;
|
|
49
|
+
} & {
|
|
50
|
+
footer?: (props: typeof __VLS_5) => any;
|
|
51
|
+
};
|
|
52
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
53
|
+
"update:modelValue": (value: boolean) => any;
|
|
54
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
55
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
56
|
+
}>, {
|
|
57
|
+
width: number;
|
|
58
|
+
mini: boolean;
|
|
59
|
+
appearDelay: number;
|
|
60
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
61
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
62
|
+
declare const _default: typeof __VLS_export;
|
|
63
|
+
export default _default;
|
|
64
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
65
|
+
new (): {
|
|
66
|
+
$slots: S;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
radius?: string | number;
|
|
3
|
+
width?: string | number;
|
|
4
|
+
height?: string | number;
|
|
5
|
+
circle?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
@@ -29,20 +29,20 @@ interface Props {
|
|
|
29
29
|
round?: boolean | number;
|
|
30
30
|
}
|
|
31
31
|
type __VLS_Props = Props;
|
|
32
|
-
type
|
|
32
|
+
type __VLS_ModelProps = {
|
|
33
33
|
modelValue?: number;
|
|
34
34
|
'start'?: number;
|
|
35
35
|
'end'?: number;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"update:
|
|
40
|
-
"update:
|
|
36
|
+
};
|
|
37
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
38
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
39
|
+
"update:modelValue": (value: number | undefined) => any;
|
|
40
|
+
"update:start": (value: number | undefined) => any;
|
|
41
|
+
"update:end": (value: number | undefined) => any;
|
|
41
42
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
42
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
43
|
-
"onUpdate:start"?: ((value: number) => any) | undefined;
|
|
44
|
-
"onUpdate:end"?: ((value: number) => any) | undefined;
|
|
45
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
46
|
-
|
|
47
|
-
}, HTMLDivElement>;
|
|
43
|
+
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
44
|
+
"onUpdate:start"?: ((value: number | undefined) => any) | undefined;
|
|
45
|
+
"onUpdate:end"?: ((value: number | undefined) => any) | undefined;
|
|
46
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
47
|
+
declare const _default: typeof __VLS_export;
|
|
48
48
|
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Sizes } from '../../lib/types';
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: Sizes;
|
|
4
|
+
}
|
|
5
|
+
declare const __VLS_export: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
label?: string;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
accent?: boolean;
|
|
5
|
+
reversed?: boolean;
|
|
6
|
+
hint?: string;
|
|
7
|
+
}
|
|
8
|
+
type __VLS_Props = Props;
|
|
9
|
+
type __VLS_ModelProps = {
|
|
10
|
+
modelValue?: boolean;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
13
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
"update:modelValue": (value: boolean | undefined) => any;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
|
+
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare var __VLS_1: {}, __VLS_3: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
} & {
|
|
5
|
+
context?: (props: typeof __VLS_3) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Header } from './table';
|
|
2
|
+
interface Props {
|
|
3
|
+
/**
|
|
4
|
+
* Main header data. This can be empty in case we are just adding an empty
|
|
5
|
+
* padder. It is recommended to just use <th> instead, but this shouldn't fail
|
|
6
|
+
* anyway
|
|
7
|
+
*/
|
|
8
|
+
header?: Header;
|
|
9
|
+
/**
|
|
10
|
+
* Enable sorting on this column
|
|
11
|
+
*/
|
|
12
|
+
sort?: boolean;
|
|
13
|
+
}
|
|
14
|
+
declare var __VLS_1: {};
|
|
15
|
+
type __VLS_Slots = {} & {
|
|
16
|
+
default?: (props: typeof __VLS_1) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|