@codemonster-ru/vueforge 0.91.0 → 0.93.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/index.css +1 -1
- package/dist/index.d.ts +43 -1
- package/dist/index.ts.mjs +12529 -7047
- package/dist/index.ts.umd.js +16 -13
- package/dist/package/components/__tests__/avatar.test.d.ts +1 -0
- package/dist/package/components/__tests__/badge.test.d.ts +1 -0
- package/dist/package/components/__tests__/block-ui.test.d.ts +1 -0
- package/dist/package/components/__tests__/button.test.d.ts +1 -0
- package/dist/package/components/__tests__/card.test.d.ts +1 -0
- package/dist/package/components/__tests__/carousel.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/checkbox.test.d.ts +1 -0
- package/dist/package/components/__tests__/data-view.test.d.ts +1 -0
- package/dist/package/components/__tests__/dock.test.d.ts +1 -0
- package/dist/package/components/__tests__/fieldset.test.d.ts +1 -0
- package/dist/package/components/__tests__/galleria.test.d.ts +1 -0
- package/dist/package/components/__tests__/headless-parity.test.d.ts +1 -0
- package/dist/package/components/__tests__/icon.test.d.ts +1 -0
- package/dist/package/components/__tests__/image.test.d.ts +1 -0
- package/dist/package/components/__tests__/inplace.test.d.ts +1 -0
- package/dist/package/components/__tests__/knob.test.d.ts +1 -0
- package/dist/package/components/__tests__/listbox.test.d.ts +1 -0
- package/dist/package/components/__tests__/mega-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/menu-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/message.test.d.ts +1 -0
- package/dist/package/components/__tests__/must-have-parity-a11y.test.d.ts +1 -0
- package/dist/package/components/__tests__/must-have-parity-responsive.test.d.ts +1 -0
- package/dist/package/components/__tests__/order-list.test.d.ts +1 -0
- package/dist/package/components/__tests__/org-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/overlay-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/panel-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/pick-list.test.d.ts +1 -0
- package/dist/package/components/__tests__/scroll-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/scroll-top.test.d.ts +1 -0
- package/dist/package/components/__tests__/sidebar.test.d.ts +1 -0
- package/dist/package/components/__tests__/speed-dial.test.d.ts +1 -0
- package/dist/package/components/__tests__/switch.test.d.ts +1 -0
- package/dist/package/components/__tests__/terminal.test.d.ts +1 -0
- package/dist/package/components/__tests__/toolbar.test.d.ts +1 -0
- package/dist/package/components/__tests__/tree-table.test.d.ts +1 -0
- package/dist/package/components/accordion.vue.d.ts +2 -2
- package/dist/package/components/autocomplete.vue.d.ts +38 -8
- package/dist/package/components/avatar.vue.d.ts +1 -1
- package/dist/package/components/badge.vue.d.ts +1 -1
- package/dist/package/components/block-ui.vue.d.ts +45 -0
- package/dist/package/components/breadcrumbs.vue.d.ts +1 -1
- package/dist/package/components/button-group.vue.d.ts +1 -1
- package/dist/package/components/button.vue.d.ts +1 -1
- package/dist/package/components/calendar.vue.d.ts +2 -2
- package/dist/package/components/carousel.vue.d.ts +83 -0
- package/dist/package/components/chart-adapter.d.ts +35 -0
- package/dist/package/components/chart.vue.d.ts +71 -0
- package/dist/package/components/checkbox.vue.d.ts +17 -1
- package/dist/package/components/chip.vue.d.ts +2 -2
- package/dist/package/components/color-picker.vue.d.ts +3 -2
- package/dist/package/components/combobox.vue.d.ts +3 -3
- package/dist/package/components/command-palette.vue.d.ts +3 -3
- package/dist/package/components/confirm-dialog.vue.d.ts +12 -12
- package/dist/package/components/context-menu.vue.d.ts +1 -1
- package/dist/package/components/data-table.vue.d.ts +47 -2
- package/dist/package/components/data-view.vue.d.ts +83 -0
- package/dist/package/components/date-range-picker.vue.d.ts +3 -3
- package/dist/package/components/datepicker.vue.d.ts +2 -2
- package/dist/package/components/datetimepicker.vue.d.ts +2 -2
- package/dist/package/components/divider.vue.d.ts +1 -1
- package/dist/package/components/dock.vue.d.ts +256 -0
- package/dist/package/components/drawer.vue.d.ts +3 -3
- package/dist/package/components/dropdown.vue.d.ts +1 -1
- package/dist/package/components/empty-state.vue.d.ts +1 -1
- package/dist/package/components/fieldset.vue.d.ts +45 -0
- package/dist/package/components/file-upload.vue.d.ts +42 -2
- package/dist/package/components/filter-chips.vue.d.ts +3 -3
- package/dist/package/components/form-field.vue.d.ts +1 -1
- package/dist/package/components/form.vue.d.ts +1 -1
- package/dist/package/components/galleria.vue.d.ts +60 -0
- package/dist/package/components/icon.vue.d.ts +22 -0
- package/dist/package/components/image.vue.d.ts +108 -0
- package/dist/package/components/inline-edit.vue.d.ts +3 -3
- package/dist/package/components/inline.vue.d.ts +1 -1
- package/dist/package/components/inplace.vue.d.ts +64 -0
- package/dist/package/components/input-group.vue.d.ts +4 -0
- package/dist/package/components/input.vue.d.ts +4 -4
- package/dist/package/components/kanban-board.vue.d.ts +1 -1
- package/dist/package/components/knob.vue.d.ts +39 -0
- package/dist/package/components/link.vue.d.ts +1 -1
- package/dist/package/components/listbox.vue.d.ts +81 -0
- package/dist/package/components/masked-input.vue.d.ts +4 -4
- package/dist/package/components/mega-menu.vue.d.ts +53 -0
- package/dist/package/components/mention-input.vue.d.ts +4 -4
- package/dist/package/components/menu-bar.vue.d.ts +27 -0
- package/dist/package/components/message.vue.d.ts +42 -0
- package/dist/package/components/modal.vue.d.ts +2 -2
- package/dist/package/components/multi-select.vue.d.ts +2 -2
- package/dist/package/components/notification-center.vue.d.ts +5 -5
- package/dist/package/components/number-input.vue.d.ts +5 -5
- package/dist/package/components/order-list.vue.d.ts +43 -0
- package/dist/package/components/org-chart-node.vue.d.ts +40 -0
- package/dist/package/components/org-chart.vue.d.ts +72 -0
- package/dist/package/components/otp-input.vue.d.ts +4 -4
- package/dist/package/components/overlay-panel.vue.d.ts +374 -0
- package/dist/package/components/page-header.vue.d.ts +2 -2
- package/dist/package/components/pagination.vue.d.ts +3 -3
- package/dist/package/components/panel-menu-node.vue.d.ts +17 -0
- package/dist/package/components/panel-menu.vue.d.ts +40 -0
- package/dist/package/components/panel.vue.d.ts +53 -0
- package/dist/package/components/password-input.vue.d.ts +4 -4
- package/dist/package/components/pick-list.vue.d.ts +57 -0
- package/dist/package/components/popover.vue.d.ts +3 -3
- package/dist/package/components/progress.vue.d.ts +1 -1
- package/dist/package/components/radio-button.vue.d.ts +1 -1
- package/dist/package/components/radio-group.vue.d.ts +1 -1
- package/dist/package/components/rating.vue.d.ts +2 -2
- package/dist/package/components/rich-text-editor.vue.d.ts +10 -3
- package/dist/package/components/scroll-panel.vue.d.ts +42 -0
- package/dist/package/components/scroll-top.vue.d.ts +52 -0
- package/dist/package/components/search-input.vue.d.ts +4 -4
- package/dist/package/components/segmented-control.vue.d.ts +1 -1
- package/dist/package/components/select.vue.d.ts +20 -2
- package/dist/package/components/sidebar.vue.d.ts +76 -0
- package/dist/package/components/skeleton.vue.d.ts +12 -1
- package/dist/package/components/slider.vue.d.ts +2 -2
- package/dist/package/components/speed-dial.vue.d.ts +91 -0
- package/dist/package/components/spinner.vue.d.ts +1 -1
- package/dist/package/components/split-button.vue.d.ts +10 -8
- package/dist/package/components/splitter.vue.d.ts +4 -0
- package/dist/package/components/stack.vue.d.ts +1 -1
- package/dist/package/components/stepper.vue.d.ts +1 -1
- package/dist/package/components/switch.vue.d.ts +16 -0
- package/dist/package/components/tabs.vue.d.ts +1 -1
- package/dist/package/components/tag-input.vue.d.ts +2 -2
- package/dist/package/components/terminal.vue.d.ts +88 -0
- package/dist/package/components/textarea.vue.d.ts +4 -4
- package/dist/package/components/timeline.vue.d.ts +1 -1
- package/dist/package/components/timepicker.vue.d.ts +3 -3
- package/dist/package/components/toast-container.vue.d.ts +2 -0
- package/dist/package/components/toast.vue.d.ts +1 -1
- package/dist/package/components/toolbar.vue.d.ts +40 -0
- package/dist/package/components/tour.vue.d.ts +2 -2
- package/dist/package/components/tree-select.vue.d.ts +4 -4
- package/dist/package/components/tree-table.vue.d.ts +127 -0
- package/dist/package/components/tree.vue.d.ts +4 -4
- package/dist/package/components/virtual-scroller.vue.d.ts +3 -3
- package/dist/package/config/index.d.ts +3 -0
- package/dist/package/config/pass-through.d.ts +6 -0
- package/dist/package/config/theme-core.d.ts +562 -0
- package/dist/package/services/__tests__/confirm-service.test.d.ts +1 -0
- package/dist/package/services/__tests__/dialog-service.test.d.ts +1 -0
- package/dist/package/services/confirm-service.d.ts +43 -0
- package/dist/package/services/dialog-service.d.ts +29 -0
- package/dist/package/themes/default/components/autocomplete.d.ts +10 -0
- package/dist/package/themes/default/components/block-ui.d.ts +11 -0
- package/dist/package/themes/default/components/carousel.d.ts +28 -0
- package/dist/package/themes/default/components/chart.d.ts +12 -0
- package/dist/package/themes/default/components/dataview.d.ts +27 -0
- package/dist/package/themes/default/components/dock.d.ts +18 -0
- package/dist/package/themes/default/components/fieldset.d.ts +22 -0
- package/dist/package/themes/default/components/galleria.d.ts +29 -0
- package/dist/package/themes/default/components/icon.d.ts +6 -0
- package/dist/package/themes/default/components/image.d.ts +31 -0
- package/dist/package/themes/default/components/inplace.d.ts +18 -0
- package/dist/package/themes/default/components/knob.d.ts +12 -0
- package/dist/package/themes/default/components/listbox.d.ts +32 -0
- package/dist/package/themes/default/components/megamenu.d.ts +27 -0
- package/dist/package/themes/default/components/menubar.d.ts +7 -0
- package/dist/package/themes/default/components/orderlist.d.ts +21 -0
- package/dist/package/themes/default/components/orgchart.d.ts +37 -0
- package/dist/package/themes/default/components/panel.d.ts +32 -0
- package/dist/package/themes/default/components/panelmenu.d.ts +13 -0
- package/dist/package/themes/default/components/picklist.d.ts +21 -0
- package/dist/package/themes/default/components/scrollpanel.d.ts +12 -0
- package/dist/package/themes/default/components/scrolltop.d.ts +15 -0
- package/dist/package/themes/default/components/skeleton.d.ts +9 -0
- package/dist/package/themes/default/components/speeddial.d.ts +31 -0
- package/dist/package/themes/default/components/terminal.d.ts +29 -0
- package/dist/package/themes/default/components/toolbar.d.ts +11 -0
- package/dist/package/themes/default/components/treetable.d.ts +38 -0
- package/dist/package/themes/default/index.d.ts +607 -0
- package/package.json +7 -1
|
@@ -33,10 +33,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
33
33
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
}>, {
|
|
35
35
|
disabled: boolean;
|
|
36
|
-
size: RatingSize;
|
|
37
36
|
modelValue: number;
|
|
38
|
-
|
|
37
|
+
size: RatingSize;
|
|
39
38
|
ariaLabel: string;
|
|
39
|
+
readonly: boolean;
|
|
40
40
|
max: number;
|
|
41
41
|
allowHalf: boolean;
|
|
42
42
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
type Size = 'small' | 'normal' | 'large';
|
|
2
2
|
type Variant = 'filled' | 'outlined';
|
|
3
3
|
type Format = 'markdown' | 'html';
|
|
4
|
+
type SanitizationProfile = 'none' | 'basic' | 'strict';
|
|
4
5
|
export type RichTextEditorAction = 'bold' | 'italic' | 'underline' | 'link' | 'bulletList' | 'orderedList' | 'code';
|
|
5
6
|
interface Props {
|
|
6
7
|
modelValue?: string;
|
|
@@ -16,6 +17,8 @@ interface Props {
|
|
|
16
17
|
toolbar?: Array<RichTextEditorAction>;
|
|
17
18
|
toolbarLabel?: string;
|
|
18
19
|
ariaLabel?: string;
|
|
20
|
+
sanitizeOnPaste?: boolean;
|
|
21
|
+
sanitizationProfile?: SanitizationProfile;
|
|
19
22
|
}
|
|
20
23
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
24
|
blur: (...args: any[]) => void;
|
|
@@ -24,6 +27,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
24
27
|
input: (...args: any[]) => void;
|
|
25
28
|
"update:modelValue": (...args: any[]) => void;
|
|
26
29
|
action: (...args: any[]) => void;
|
|
30
|
+
pasteSanitized: (...args: any[]) => void;
|
|
27
31
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
28
32
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
29
33
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -31,20 +35,23 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
31
35
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
32
36
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
33
37
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
38
|
+
onPasteSanitized?: ((...args: any[]) => any) | undefined;
|
|
34
39
|
}>, {
|
|
35
40
|
disabled: boolean;
|
|
41
|
+
modelValue: string;
|
|
36
42
|
size: Size;
|
|
37
43
|
variant: Variant;
|
|
38
|
-
|
|
44
|
+
ariaLabel: string;
|
|
45
|
+
toolbar: Array<RichTextEditorAction>;
|
|
39
46
|
placeholder: string;
|
|
40
47
|
readonly: boolean;
|
|
41
|
-
ariaLabel: string;
|
|
42
48
|
format: Format;
|
|
43
49
|
rows: number;
|
|
44
50
|
maxLength: number;
|
|
45
51
|
showToolbar: boolean;
|
|
46
|
-
toolbar: Array<RichTextEditorAction>;
|
|
47
52
|
toolbarLabel: string;
|
|
53
|
+
sanitizeOnPaste: boolean;
|
|
54
|
+
sanitizationProfile: SanitizationProfile;
|
|
48
55
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
49
56
|
control: HTMLTextAreaElement;
|
|
50
57
|
}, HTMLDivElement>;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
type ScrollToBehavior = 'auto' | 'smooth';
|
|
2
|
+
interface Props {
|
|
3
|
+
height?: string;
|
|
4
|
+
minHeight?: string;
|
|
5
|
+
maxHeight?: string;
|
|
6
|
+
alwaysShow?: boolean;
|
|
7
|
+
role?: string;
|
|
8
|
+
ariaLabel?: string;
|
|
9
|
+
tabIndex?: number;
|
|
10
|
+
}
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {
|
|
17
|
+
viewport: HTMLDivElement;
|
|
18
|
+
};
|
|
19
|
+
rootEl: HTMLDivElement;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
23
|
+
getViewport: () => HTMLElement | null;
|
|
24
|
+
scrollTo: (top: number, behavior?: ScrollToBehavior) => void;
|
|
25
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
26
|
+
role: string;
|
|
27
|
+
ariaLabel: string;
|
|
28
|
+
height: string;
|
|
29
|
+
tabIndex: number;
|
|
30
|
+
minHeight: string;
|
|
31
|
+
maxHeight: string;
|
|
32
|
+
alwaysShow: boolean;
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
34
|
+
viewport: HTMLDivElement;
|
|
35
|
+
}, HTMLDivElement>;
|
|
36
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
37
|
+
export default _default;
|
|
38
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
type ScrollTopVariant = 'filled' | 'outlined';
|
|
2
|
+
type ScrollToBehavior = 'auto' | 'smooth';
|
|
3
|
+
interface Props {
|
|
4
|
+
threshold?: number;
|
|
5
|
+
behavior?: ScrollToBehavior;
|
|
6
|
+
target?: Window | HTMLElement | null;
|
|
7
|
+
right?: string;
|
|
8
|
+
bottom?: string;
|
|
9
|
+
zIndex?: number | string;
|
|
10
|
+
showLabel?: boolean;
|
|
11
|
+
label?: string;
|
|
12
|
+
icon?: string;
|
|
13
|
+
ariaLabel?: string;
|
|
14
|
+
alwaysVisible?: boolean;
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
variant?: ScrollTopVariant;
|
|
17
|
+
}
|
|
18
|
+
declare function __VLS_template(): {
|
|
19
|
+
attrs: Partial<{}>;
|
|
20
|
+
slots: {
|
|
21
|
+
default?(_: {}): any;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
rootEl: HTMLButtonElement;
|
|
25
|
+
};
|
|
26
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
+
click: (...args: any[]) => void;
|
|
29
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
30
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
}>, {
|
|
32
|
+
label: string;
|
|
33
|
+
disabled: boolean;
|
|
34
|
+
variant: ScrollTopVariant;
|
|
35
|
+
ariaLabel: string;
|
|
36
|
+
icon: string;
|
|
37
|
+
target: Window | HTMLElement | null;
|
|
38
|
+
right: string;
|
|
39
|
+
bottom: string;
|
|
40
|
+
zIndex: number | string;
|
|
41
|
+
behavior: ScrollToBehavior;
|
|
42
|
+
threshold: number;
|
|
43
|
+
showLabel: boolean;
|
|
44
|
+
alwaysVisible: boolean;
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
46
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
47
|
+
export default _default;
|
|
48
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
49
|
+
new (): {
|
|
50
|
+
$slots: S;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
@@ -40,17 +40,17 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
40
40
|
}>, {
|
|
41
41
|
disabled: boolean;
|
|
42
42
|
name: string;
|
|
43
|
+
modelValue: string;
|
|
43
44
|
size: Size;
|
|
44
|
-
|
|
45
|
+
variant: Variant;
|
|
45
46
|
id: string;
|
|
47
|
+
ariaLabel: string;
|
|
48
|
+
required: boolean;
|
|
46
49
|
loading: boolean;
|
|
47
|
-
variant: Variant;
|
|
48
|
-
modelValue: string;
|
|
49
50
|
placeholder: string;
|
|
50
51
|
readonly: boolean;
|
|
51
52
|
autocomplete: string;
|
|
52
53
|
inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
53
|
-
ariaLabel: string;
|
|
54
54
|
ariaLabelledby: string;
|
|
55
55
|
ariaDescribedby: string;
|
|
56
56
|
ariaInvalid: boolean | "true" | "false";
|
|
@@ -28,9 +28,9 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
28
28
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
29
29
|
}>, {
|
|
30
30
|
disabled: boolean;
|
|
31
|
+
modelValue: SegmentedValue;
|
|
31
32
|
size: Size;
|
|
32
33
|
variant: Variant;
|
|
33
|
-
modelValue: SegmentedValue;
|
|
34
34
|
ariaLabel: string;
|
|
35
35
|
ariaLabelledby: string;
|
|
36
36
|
options: Array<SegmentedOption>;
|
|
@@ -17,6 +17,14 @@ interface Props {
|
|
|
17
17
|
clearLabel?: string;
|
|
18
18
|
ariaLabel?: string;
|
|
19
19
|
panelAriaLabel?: string;
|
|
20
|
+
loading?: boolean;
|
|
21
|
+
loadingText?: string;
|
|
22
|
+
emptyText?: string;
|
|
23
|
+
virtual?: boolean;
|
|
24
|
+
virtualItemHeight?: number;
|
|
25
|
+
virtualOverscan?: number;
|
|
26
|
+
virtualThreshold?: number;
|
|
27
|
+
loadMoreOffset?: number;
|
|
20
28
|
variant?: Variant;
|
|
21
29
|
size?: Size;
|
|
22
30
|
}
|
|
@@ -25,25 +33,35 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
25
33
|
change: (...args: any[]) => void;
|
|
26
34
|
focus: (...args: any[]) => void;
|
|
27
35
|
"update:modelValue": (...args: any[]) => void;
|
|
36
|
+
loadMore: (...args: any[]) => void;
|
|
28
37
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
29
38
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
30
39
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
31
40
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
32
41
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
42
|
+
onLoadMore?: ((...args: any[]) => any) | undefined;
|
|
33
43
|
}>, {
|
|
34
44
|
disabled: boolean;
|
|
45
|
+
modelValue: string | number;
|
|
35
46
|
size: Size;
|
|
36
47
|
variant: Variant;
|
|
37
|
-
|
|
48
|
+
ariaLabel: string;
|
|
49
|
+
loading: boolean;
|
|
38
50
|
placeholder: string;
|
|
39
51
|
readonly: boolean;
|
|
40
|
-
ariaLabel: string;
|
|
41
52
|
clearable: boolean;
|
|
53
|
+
loadingText: string;
|
|
54
|
+
emptyText: string;
|
|
42
55
|
clearLabel: string;
|
|
43
56
|
options: Array<OptionItem>;
|
|
44
57
|
optionLabel: string;
|
|
45
58
|
optionValue: string;
|
|
46
59
|
panelAriaLabel: string;
|
|
60
|
+
virtual: boolean;
|
|
61
|
+
virtualItemHeight: number;
|
|
62
|
+
virtualOverscan: number;
|
|
63
|
+
virtualThreshold: number;
|
|
64
|
+
loadMoreOffset: number;
|
|
47
65
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
48
66
|
root: HTMLDivElement;
|
|
49
67
|
trigger: HTMLButtonElement;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
type SidebarPosition = 'left' | 'right' | 'top' | 'bottom';
|
|
2
|
+
type SidebarSize = 'sm' | 'md' | 'lg';
|
|
3
|
+
interface Props {
|
|
4
|
+
modelValue?: boolean;
|
|
5
|
+
visible?: boolean;
|
|
6
|
+
title?: string;
|
|
7
|
+
position?: SidebarPosition;
|
|
8
|
+
size?: SidebarSize;
|
|
9
|
+
modal?: boolean;
|
|
10
|
+
overlay?: boolean;
|
|
11
|
+
dismissable?: boolean;
|
|
12
|
+
closeOnOverlay?: boolean;
|
|
13
|
+
closeOnEscape?: boolean;
|
|
14
|
+
closeOnEsc?: boolean;
|
|
15
|
+
showCloseIcon?: boolean;
|
|
16
|
+
showClose?: boolean;
|
|
17
|
+
blockScroll?: boolean;
|
|
18
|
+
lockScroll?: boolean;
|
|
19
|
+
}
|
|
20
|
+
declare function __VLS_template(): {
|
|
21
|
+
attrs: Partial<{}>;
|
|
22
|
+
slots: {
|
|
23
|
+
header?(_: {}): any;
|
|
24
|
+
body?(_: {}): any;
|
|
25
|
+
footer?(_: {}): any;
|
|
26
|
+
close?(_: {
|
|
27
|
+
close: () => void;
|
|
28
|
+
}): any;
|
|
29
|
+
default?(_: {}): any;
|
|
30
|
+
};
|
|
31
|
+
refs: {};
|
|
32
|
+
rootEl: any;
|
|
33
|
+
};
|
|
34
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
36
|
+
close: (...args: any[]) => void;
|
|
37
|
+
"update:modelValue": (...args: any[]) => void;
|
|
38
|
+
open: (...args: any[]) => void;
|
|
39
|
+
show: (...args: any[]) => void;
|
|
40
|
+
hide: (...args: any[]) => void;
|
|
41
|
+
"update:visible": (...args: any[]) => void;
|
|
42
|
+
onShow: (...args: any[]) => void;
|
|
43
|
+
onHide: (...args: any[]) => void;
|
|
44
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
45
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
48
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
49
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
50
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
51
|
+
onOnShow?: ((...args: any[]) => any) | undefined;
|
|
52
|
+
onOnHide?: ((...args: any[]) => any) | undefined;
|
|
53
|
+
}>, {
|
|
54
|
+
title: string;
|
|
55
|
+
modelValue: boolean;
|
|
56
|
+
size: SidebarSize;
|
|
57
|
+
closeOnEscape: boolean;
|
|
58
|
+
overlay: boolean;
|
|
59
|
+
closeOnOverlay: boolean;
|
|
60
|
+
position: SidebarPosition;
|
|
61
|
+
visible: boolean;
|
|
62
|
+
closeOnEsc: boolean;
|
|
63
|
+
showClose: boolean;
|
|
64
|
+
lockScroll: boolean;
|
|
65
|
+
modal: boolean;
|
|
66
|
+
dismissable: boolean;
|
|
67
|
+
showCloseIcon: boolean;
|
|
68
|
+
blockScroll: boolean;
|
|
69
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
70
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
71
|
+
export default _default;
|
|
72
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
73
|
+
new (): {
|
|
74
|
+
$slots: S;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
@@ -1,14 +1,25 @@
|
|
|
1
1
|
type Variant = 'text' | 'rect' | 'circle';
|
|
2
|
+
type Preset = 'none' | 'table' | 'list' | 'form';
|
|
2
3
|
interface Props {
|
|
3
4
|
width?: string | number;
|
|
4
5
|
height?: string | number;
|
|
5
6
|
variant?: Variant;
|
|
6
7
|
animated?: boolean;
|
|
8
|
+
preset?: Preset;
|
|
9
|
+
tableRows?: number;
|
|
10
|
+
tableColumns?: number;
|
|
11
|
+
listRows?: number;
|
|
12
|
+
formRows?: number;
|
|
7
13
|
}
|
|
8
14
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
9
15
|
variant: Variant;
|
|
10
16
|
width: string | number;
|
|
11
17
|
height: string | number;
|
|
18
|
+
preset: Preset;
|
|
12
19
|
animated: boolean;
|
|
13
|
-
|
|
20
|
+
tableRows: number;
|
|
21
|
+
tableColumns: number;
|
|
22
|
+
listRows: number;
|
|
23
|
+
formRows: number;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
25
|
export default _default;
|
|
@@ -33,14 +33,14 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
33
33
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
}>, {
|
|
35
35
|
disabled: boolean;
|
|
36
|
+
modelValue: number | [number, number];
|
|
36
37
|
size: Size;
|
|
37
38
|
variant: Variant;
|
|
38
|
-
modelValue: number | [number, number];
|
|
39
39
|
ariaLabel: string;
|
|
40
|
+
step: number;
|
|
40
41
|
range: boolean;
|
|
41
42
|
min: number;
|
|
42
43
|
max: number;
|
|
43
|
-
step: number;
|
|
44
44
|
showValue: boolean;
|
|
45
45
|
marks: Array<SliderMark>;
|
|
46
46
|
ariaLabelStart: string;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { PassThroughOptions } from '../config/pass-through';
|
|
2
|
+
export interface SpeedDialAction {
|
|
3
|
+
label: string;
|
|
4
|
+
value?: string | number;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
ariaLabel?: string;
|
|
7
|
+
key?: string | number;
|
|
8
|
+
}
|
|
9
|
+
type Direction = 'up' | 'down' | 'left' | 'right';
|
|
10
|
+
interface Props {
|
|
11
|
+
modelValue?: boolean;
|
|
12
|
+
actions?: Array<SpeedDialAction>;
|
|
13
|
+
direction?: Direction;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
ariaLabel?: string;
|
|
16
|
+
openLabel?: string;
|
|
17
|
+
closeLabel?: string;
|
|
18
|
+
closeOnAction?: boolean;
|
|
19
|
+
closeOnOutsideClick?: boolean;
|
|
20
|
+
pt?: PassThroughOptions;
|
|
21
|
+
unstyled?: boolean;
|
|
22
|
+
}
|
|
23
|
+
declare function __VLS_template(): {
|
|
24
|
+
attrs: Partial<{}>;
|
|
25
|
+
slots: Readonly<{
|
|
26
|
+
trigger?: (props: {
|
|
27
|
+
open: boolean;
|
|
28
|
+
}) => unknown;
|
|
29
|
+
action?: (props: {
|
|
30
|
+
action: SpeedDialAction;
|
|
31
|
+
index: number;
|
|
32
|
+
}) => unknown;
|
|
33
|
+
}> & {
|
|
34
|
+
trigger?: (props: {
|
|
35
|
+
open: boolean;
|
|
36
|
+
}) => unknown;
|
|
37
|
+
action?: (props: {
|
|
38
|
+
action: SpeedDialAction;
|
|
39
|
+
index: number;
|
|
40
|
+
}) => unknown;
|
|
41
|
+
};
|
|
42
|
+
refs: {
|
|
43
|
+
rootRef: HTMLDivElement;
|
|
44
|
+
actionRefs: HTMLButtonElement;
|
|
45
|
+
};
|
|
46
|
+
rootEl: HTMLDivElement;
|
|
47
|
+
};
|
|
48
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
49
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
50
|
+
open: () => void;
|
|
51
|
+
close: () => void;
|
|
52
|
+
toggle: () => void;
|
|
53
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
54
|
+
toggle: (value: boolean) => any;
|
|
55
|
+
"update:modelValue": (value: boolean) => any;
|
|
56
|
+
action: (payload: {
|
|
57
|
+
action: SpeedDialAction;
|
|
58
|
+
index: number;
|
|
59
|
+
value: string | number | undefined;
|
|
60
|
+
}) => any;
|
|
61
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
62
|
+
onToggle?: ((value: boolean) => any) | undefined;
|
|
63
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
64
|
+
onAction?: ((payload: {
|
|
65
|
+
action: SpeedDialAction;
|
|
66
|
+
index: number;
|
|
67
|
+
value: string | number | undefined;
|
|
68
|
+
}) => any) | undefined;
|
|
69
|
+
}>, {
|
|
70
|
+
disabled: boolean;
|
|
71
|
+
modelValue: boolean;
|
|
72
|
+
actions: Array<SpeedDialAction>;
|
|
73
|
+
ariaLabel: string;
|
|
74
|
+
closeOnOutsideClick: boolean;
|
|
75
|
+
closeLabel: string;
|
|
76
|
+
pt: PassThroughOptions;
|
|
77
|
+
unstyled: boolean;
|
|
78
|
+
direction: Direction;
|
|
79
|
+
openLabel: string;
|
|
80
|
+
closeOnAction: boolean;
|
|
81
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
82
|
+
rootRef: HTMLDivElement;
|
|
83
|
+
actionRefs: HTMLButtonElement;
|
|
84
|
+
}, HTMLDivElement>;
|
|
85
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
86
|
+
export default _default;
|
|
87
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
88
|
+
new (): {
|
|
89
|
+
$slots: S;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
@@ -21,8 +21,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
21
21
|
label: string;
|
|
22
22
|
size: SpinnerSize;
|
|
23
23
|
variant: SpinnerVariant;
|
|
24
|
-
severity: SpinnerSeverity;
|
|
25
24
|
ariaLabel: string;
|
|
25
|
+
severity: SpinnerSeverity;
|
|
26
26
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
27
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
28
|
export default _default;
|
|
@@ -30,6 +30,7 @@ interface Props {
|
|
|
30
30
|
closeOnEsc?: boolean;
|
|
31
31
|
matchTriggerWidth?: boolean;
|
|
32
32
|
toggleAriaLabel?: string;
|
|
33
|
+
ariaLabel?: string;
|
|
33
34
|
}
|
|
34
35
|
declare function __VLS_template(): {
|
|
35
36
|
attrs: Partial<{}>;
|
|
@@ -89,8 +90,8 @@ declare function __VLS_template(): {
|
|
|
89
90
|
open: (...args: any[]) => void;
|
|
90
91
|
}, string, {
|
|
91
92
|
disabled: boolean;
|
|
92
|
-
items: Array<import('./dropdown.vue').Item>;
|
|
93
93
|
modelValue: boolean;
|
|
94
|
+
items: Array<import('./dropdown.vue').Item>;
|
|
94
95
|
placement: "top" | "bottom" | "bottom-start" | "bottom-end" | "top-start" | "top-end";
|
|
95
96
|
offset: number;
|
|
96
97
|
closeOnEsc: boolean;
|
|
@@ -118,8 +119,8 @@ declare function __VLS_template(): {
|
|
|
118
119
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
119
120
|
} & Readonly<{
|
|
120
121
|
disabled: boolean;
|
|
121
|
-
items: Array<import('./dropdown.vue').Item>;
|
|
122
122
|
modelValue: boolean;
|
|
123
|
+
items: Array<import('./dropdown.vue').Item>;
|
|
123
124
|
placement: "top" | "bottom" | "bottom-start" | "bottom-end" | "top-start" | "top-end";
|
|
124
125
|
offset: number;
|
|
125
126
|
closeOnEsc: boolean;
|
|
@@ -130,7 +131,7 @@ declare function __VLS_template(): {
|
|
|
130
131
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
131
132
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
132
133
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
133
|
-
}>, "close" | "toggle" | "open" | ("disabled" | "
|
|
134
|
+
}>, "close" | "toggle" | "open" | ("disabled" | "modelValue" | "items" | "placement" | "offset" | "closeOnEsc" | "closeOnSelect" | "matchTriggerWidth")> & import('vue').ShallowUnwrapRef<{
|
|
134
135
|
open: () => void;
|
|
135
136
|
close: () => void;
|
|
136
137
|
toggle: () => void;
|
|
@@ -164,13 +165,14 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
164
165
|
type: ButtonType;
|
|
165
166
|
label: string;
|
|
166
167
|
disabled: boolean;
|
|
168
|
+
modelValue: boolean;
|
|
167
169
|
size: Size;
|
|
170
|
+
variant: Variant;
|
|
171
|
+
ariaLabel: string;
|
|
168
172
|
items: Array<Item>;
|
|
169
173
|
icon: string;
|
|
170
174
|
loading: boolean;
|
|
171
|
-
variant: Variant;
|
|
172
175
|
severity: string;
|
|
173
|
-
modelValue: boolean;
|
|
174
176
|
placement: Placement;
|
|
175
177
|
offset: number;
|
|
176
178
|
closeOnEsc: boolean;
|
|
@@ -229,8 +231,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
229
231
|
open: (...args: any[]) => void;
|
|
230
232
|
}, string, {
|
|
231
233
|
disabled: boolean;
|
|
232
|
-
items: Array<import('./dropdown.vue').Item>;
|
|
233
234
|
modelValue: boolean;
|
|
235
|
+
items: Array<import('./dropdown.vue').Item>;
|
|
234
236
|
placement: "top" | "bottom" | "bottom-start" | "bottom-end" | "top-start" | "top-end";
|
|
235
237
|
offset: number;
|
|
236
238
|
closeOnEsc: boolean;
|
|
@@ -258,8 +260,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
258
260
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
259
261
|
} & Readonly<{
|
|
260
262
|
disabled: boolean;
|
|
261
|
-
items: Array<import('./dropdown.vue').Item>;
|
|
262
263
|
modelValue: boolean;
|
|
264
|
+
items: Array<import('./dropdown.vue').Item>;
|
|
263
265
|
placement: "top" | "bottom" | "bottom-start" | "bottom-end" | "top-start" | "top-end";
|
|
264
266
|
offset: number;
|
|
265
267
|
closeOnEsc: boolean;
|
|
@@ -270,7 +272,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
270
272
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
271
273
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
272
274
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
273
|
-
}>, "close" | "toggle" | "open" | ("disabled" | "
|
|
275
|
+
}>, "close" | "toggle" | "open" | ("disabled" | "modelValue" | "items" | "placement" | "offset" | "closeOnEsc" | "closeOnSelect" | "matchTriggerWidth")> & import('vue').ShallowUnwrapRef<{
|
|
274
276
|
open: () => void;
|
|
275
277
|
close: () => void;
|
|
276
278
|
toggle: () => void;
|
|
@@ -5,6 +5,8 @@ interface Props {
|
|
|
5
5
|
direction?: SplitterDirection;
|
|
6
6
|
gutterSize?: number | string;
|
|
7
7
|
disabled?: boolean;
|
|
8
|
+
persistence?: 'none' | 'local' | 'session';
|
|
9
|
+
persistenceKey?: string;
|
|
8
10
|
}
|
|
9
11
|
declare function __VLS_template(): {
|
|
10
12
|
attrs: Partial<{}>;
|
|
@@ -29,6 +31,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
29
31
|
direction: SplitterDirection;
|
|
30
32
|
minSizes: Array<number>;
|
|
31
33
|
gutterSize: number | string;
|
|
34
|
+
persistence: "none" | "local" | "session";
|
|
35
|
+
persistenceKey: string;
|
|
32
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
33
37
|
root: HTMLDivElement;
|
|
34
38
|
}, HTMLDivElement>;
|
|
@@ -19,10 +19,10 @@ declare function __VLS_template(): {
|
|
|
19
19
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
20
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
21
21
|
as: string;
|
|
22
|
+
wrap: Wrap;
|
|
22
23
|
gap: string;
|
|
23
24
|
align: Align;
|
|
24
25
|
justify: Justify;
|
|
25
|
-
wrap: Wrap;
|
|
26
26
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
27
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
28
|
export default _default;
|
|
@@ -53,9 +53,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
53
53
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
54
54
|
}>, {
|
|
55
55
|
disabled: boolean;
|
|
56
|
+
modelValue: StepperValue;
|
|
56
57
|
size: StepperSize;
|
|
57
58
|
orientation: StepperOrientation;
|
|
58
|
-
modelValue: StepperValue;
|
|
59
59
|
ariaLabel: string;
|
|
60
60
|
ariaLabelledby: string;
|
|
61
61
|
steps: Array<StepperStep>;
|
|
@@ -2,6 +2,14 @@ interface Props {
|
|
|
2
2
|
modelValue?: boolean;
|
|
3
3
|
label?: string;
|
|
4
4
|
disabled?: boolean;
|
|
5
|
+
id?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
required?: boolean;
|
|
8
|
+
ariaLabel?: string;
|
|
9
|
+
ariaLabelledby?: string;
|
|
10
|
+
ariaDescribedby?: string;
|
|
11
|
+
ariaInvalid?: boolean | 'true' | 'false';
|
|
12
|
+
ariaRequired?: boolean | 'true' | 'false';
|
|
5
13
|
}
|
|
6
14
|
declare function __VLS_template(): {
|
|
7
15
|
attrs: Partial<{}>;
|
|
@@ -21,7 +29,15 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
21
29
|
}>, {
|
|
22
30
|
label: string;
|
|
23
31
|
disabled: boolean;
|
|
32
|
+
name: string;
|
|
24
33
|
modelValue: boolean;
|
|
34
|
+
id: string;
|
|
35
|
+
ariaLabel: string;
|
|
36
|
+
required: boolean;
|
|
37
|
+
ariaLabelledby: string;
|
|
38
|
+
ariaDescribedby: string;
|
|
39
|
+
ariaInvalid: boolean | "true" | "false";
|
|
40
|
+
ariaRequired: boolean | "true" | "false";
|
|
25
41
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
26
42
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
43
|
export default _default;
|
|
@@ -26,8 +26,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
26
26
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
27
27
|
}>, {
|
|
28
28
|
disabled: boolean;
|
|
29
|
-
orientation: TabsOrientation;
|
|
30
29
|
modelValue: TabValue;
|
|
30
|
+
orientation: TabsOrientation;
|
|
31
31
|
ariaLabel: string;
|
|
32
32
|
ariaLabelledby: string;
|
|
33
33
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -46,10 +46,10 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
46
46
|
}>, {
|
|
47
47
|
filter: boolean;
|
|
48
48
|
disabled: boolean;
|
|
49
|
+
modelValue: Array<OptionValue>;
|
|
49
50
|
size: Size;
|
|
50
|
-
loading: boolean;
|
|
51
51
|
variant: Variant;
|
|
52
|
-
|
|
52
|
+
loading: boolean;
|
|
53
53
|
placeholder: string;
|
|
54
54
|
readonly: boolean;
|
|
55
55
|
clearable: boolean;
|