@codemonster-ru/vueforge 0.92.0 → 0.94.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 +66 -0
- package/dist/index.ts.mjs +16733 -8783
- package/dist/index.ts.umd.js +19 -13
- package/dist/package/components/__tests__/activity-feed.test.d.ts +1 -0
- package/dist/package/components/__tests__/advanced-filter-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/audit-log-viewer.test.d.ts +1 -0
- package/dist/package/components/__tests__/block-ui.test.d.ts +1 -0
- package/dist/package/components/__tests__/bottom-sheet.test.d.ts +1 -0
- package/dist/package/components/__tests__/bulk-action-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/cascade-select.test.d.ts +1 -0
- package/dist/package/components/__tests__/code-editor.test.d.ts +1 -0
- package/dist/package/components/__tests__/comment-thread.test.d.ts +1 -0
- package/dist/package/components/__tests__/confirm-popup.test.d.ts +1 -0
- package/dist/package/components/__tests__/data-table-toolbar.test.d.ts +1 -0
- package/dist/package/components/__tests__/diff-viewer.test.d.ts +1 -0
- package/dist/package/components/__tests__/dock.test.d.ts +1 -0
- package/dist/package/components/__tests__/dynamic-dialog.test.d.ts +1 -0
- package/dist/package/components/__tests__/fieldset.test.d.ts +1 -0
- package/dist/package/components/__tests__/file-manager.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__/infinite-scroll.test.d.ts +1 -0
- package/dist/package/components/__tests__/inline-message.test.d.ts +1 -0
- package/dist/package/components/__tests__/inplace.test.d.ts +1 -0
- package/dist/package/components/__tests__/json-viewer.test.d.ts +1 -0
- package/dist/package/components/__tests__/knob.test.d.ts +1 -0
- package/dist/package/components/__tests__/kpi-stat-card.test.d.ts +1 -0
- package/dist/package/components/__tests__/member-picker.test.d.ts +1 -0
- package/dist/package/components/__tests__/message.test.d.ts +1 -0
- package/dist/package/components/__tests__/meter-group.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-badge.directive.test.d.ts +1 -0
- package/dist/package/components/__tests__/overlay-badge.test.d.ts +1 -0
- package/dist/package/components/__tests__/panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/permission-matrix.test.d.ts +1 -0
- package/dist/package/components/__tests__/pick-list.test.d.ts +1 -0
- package/dist/package/components/__tests__/query-builder.test.d.ts +1 -0
- package/dist/package/components/__tests__/saved-views-manager.test.d.ts +1 -0
- package/dist/package/components/__tests__/scheduler.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__/tab-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/terminal.test.d.ts +1 -0
- package/dist/package/components/__tests__/tiered-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/toolbar.test.d.ts +1 -0
- package/dist/package/components/accordion.vue.d.ts +2 -2
- package/dist/package/components/activity-feed.vue.d.ts +77 -0
- package/dist/package/components/advanced-filter-panel-types.d.ts +30 -0
- package/dist/package/components/advanced-filter-panel.vue.d.ts +45 -0
- package/dist/package/components/audit-log-viewer.vue.d.ts +70 -0
- package/dist/package/components/autocomplete.vue.d.ts +37 -7
- 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/bottom-sheet.vue.d.ts +57 -0
- package/dist/package/components/breadcrumbs.vue.d.ts +1 -1
- package/dist/package/components/bulk-action-bar-types.d.ts +11 -0
- package/dist/package/components/bulk-action-bar.vue.d.ts +36 -0
- 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 +2 -2
- package/dist/package/components/cascade-select-types.d.ts +8 -0
- package/dist/package/components/cascade-select.vue.d.ts +96 -0
- package/dist/package/components/chart.vue.d.ts +9 -1
- package/dist/package/components/checkbox.vue.d.ts +3 -3
- package/dist/package/components/chip.vue.d.ts +2 -2
- package/dist/package/components/code-editor-adapter.d.ts +56 -0
- package/dist/package/components/code-editor.vue.d.ts +85 -0
- package/dist/package/components/color-picker.vue.d.ts +2 -2
- package/dist/package/components/combobox.vue.d.ts +2 -2
- package/dist/package/components/command-palette.vue.d.ts +2 -2
- package/dist/package/components/comment-thread.vue.d.ts +72 -0
- package/dist/package/components/confirm-dialog.vue.d.ts +8 -8
- package/dist/package/components/confirm-popup.vue.d.ts +383 -0
- package/dist/package/components/context-menu.vue.d.ts +2 -2
- package/dist/package/components/data-table-toolbar-types.d.ts +6 -0
- package/dist/package/components/data-table-toolbar.vue.d.ts +62 -0
- package/dist/package/components/data-table.vue.d.ts +53 -8
- package/dist/package/components/data-view.vue.d.ts +3 -3
- package/dist/package/components/date-range-picker.vue.d.ts +4 -4
- package/dist/package/components/datepicker.vue.d.ts +3 -3
- package/dist/package/components/datetimepicker.vue.d.ts +3 -3
- package/dist/package/components/diff-viewer.vue.d.ts +45 -0
- 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 +2 -2
- package/dist/package/components/dropdown.vue.d.ts +2 -2
- package/dist/package/components/dynamic-dialog.vue.d.ts +35 -0
- 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-manager.vue.d.ts +89 -0
- package/dist/package/components/file-upload.vue.d.ts +42 -2
- package/dist/package/components/filter-chips.vue.d.ts +2 -2
- 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 +49 -2
- package/dist/package/components/infinite-scroll.vue.d.ts +72 -0
- package/dist/package/components/inline-edit.vue.d.ts +3 -3
- package/dist/package/components/inline-message.vue.d.ts +40 -0
- 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 +1 -1
- package/dist/package/components/input.vue.d.ts +3 -3
- package/dist/package/components/json-viewer.vue.d.ts +57 -0
- 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/kpi-stat-card.vue.d.ts +46 -0
- package/dist/package/components/link.vue.d.ts +1 -1
- package/dist/package/components/listbox.vue.d.ts +2 -2
- package/dist/package/components/masked-input.vue.d.ts +3 -3
- package/dist/package/components/mega-menu.vue.d.ts +17 -3
- package/dist/package/components/member-picker.vue.d.ts +89 -0
- package/dist/package/components/mention-input.vue.d.ts +3 -3
- package/dist/package/components/menu-bar.vue.d.ts +1 -1
- package/dist/package/components/message.vue.d.ts +42 -0
- package/dist/package/components/meter-group.vue.d.ts +46 -0
- package/dist/package/components/modal.vue.d.ts +1 -1
- package/dist/package/components/multi-select.vue.d.ts +2 -2
- package/dist/package/components/notification-center.vue.d.ts +2 -2
- package/dist/package/components/number-input.vue.d.ts +4 -4
- 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 +3 -3
- package/dist/package/components/overlay-badge-utils.d.ts +23 -0
- package/dist/package/components/overlay-badge.vue.d.ts +39 -0
- package/dist/package/components/overlay-panel.vue.d.ts +6 -6
- 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.vue.d.ts +10 -1
- package/dist/package/components/panel.vue.d.ts +53 -0
- package/dist/package/components/password-input.vue.d.ts +3 -3
- package/dist/package/components/permission-matrix.vue.d.ts +48 -0
- package/dist/package/components/pick-list.vue.d.ts +57 -0
- package/dist/package/components/popover.vue.d.ts +1 -1
- package/dist/package/components/progress.vue.d.ts +1 -1
- package/dist/package/components/query-builder-group.vue.d.ts +37 -0
- package/dist/package/components/query-builder-types.d.ts +28 -0
- package/dist/package/components/query-builder.vue.d.ts +40 -0
- package/dist/package/components/radio-group.vue.d.ts +1 -1
- package/dist/package/components/rating.vue.d.ts +1 -1
- package/dist/package/components/rich-text-editor.vue.d.ts +10 -3
- package/dist/package/components/saved-views-manager-types.d.ts +8 -0
- package/dist/package/components/saved-views-manager.vue.d.ts +58 -0
- package/dist/package/components/scheduler.vue.d.ts +59 -0
- 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 +3 -3
- package/dist/package/components/segmented-control.vue.d.ts +2 -2
- package/dist/package/components/select.vue.d.ts +20 -2
- package/dist/package/components/sidebar.vue.d.ts +76 -0
- package/dist/package/components/slider.vue.d.ts +3 -3
- package/dist/package/components/speed-dial.vue.d.ts +3 -3
- package/dist/package/components/spinner.vue.d.ts +1 -1
- package/dist/package/components/split-button.vue.d.ts +14 -14
- 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 +2 -2
- package/dist/package/components/tab-menu.vue.d.ts +33 -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 +3 -3
- package/dist/package/components/tiered-menu.vue.d.ts +34 -0
- 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.vue.d.ts +1 -1
- package/dist/package/components/toolbar.vue.d.ts +40 -0
- package/dist/package/components/tooltip.vue.d.ts +1 -1
- package/dist/package/components/tour.vue.d.ts +3 -3
- package/dist/package/components/tree-select.vue.d.ts +3 -3
- package/dist/package/components/tree-table.vue.d.ts +35 -7
- package/dist/package/components/tree.vue.d.ts +5 -4
- package/dist/package/components/virtual-scroller.vue.d.ts +2 -2
- package/dist/package/components/wizard.vue.d.ts +1 -1
- package/dist/package/config/theme-core.d.ts +974 -4
- package/dist/package/directives/overlay-badge.d.ts +3 -0
- package/dist/package/services/__tests__/dynamic-dialog-service.test.d.ts +1 -0
- package/dist/package/services/dynamic-dialog-service.d.ts +41 -0
- package/dist/package/themes/default/components/activity-feed.d.ts +35 -0
- package/dist/package/themes/default/components/advanced-filter-panel.d.ts +19 -0
- package/dist/package/themes/default/components/audit-log-viewer.d.ts +20 -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/bottom-sheet.d.ts +32 -0
- package/dist/package/themes/default/components/bulk-action-bar.d.ts +19 -0
- package/dist/package/themes/default/components/code-editor.d.ts +27 -0
- package/dist/package/themes/default/components/comment-thread.d.ts +24 -0
- package/dist/package/themes/default/components/confirm-popup.d.ts +11 -0
- package/dist/package/themes/default/components/data-table-toolbar.d.ts +21 -0
- package/dist/package/themes/default/components/diff-viewer.d.ts +34 -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/file-manager.d.ts +55 -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 +10 -0
- package/dist/package/themes/default/components/infinite-scroll.d.ts +23 -0
- package/dist/package/themes/default/components/inline-message.d.ts +47 -0
- package/dist/package/themes/default/components/inplace.d.ts +18 -0
- package/dist/package/themes/default/components/json-viewer.d.ts +33 -0
- package/dist/package/themes/default/components/knob.d.ts +12 -0
- package/dist/package/themes/default/components/kpi-stat-card.d.ts +24 -0
- package/dist/package/themes/default/components/member-picker.d.ts +34 -0
- package/dist/package/themes/default/components/meter-group.d.ts +22 -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/overlay-badge.d.ts +33 -0
- package/dist/package/themes/default/components/panel.d.ts +32 -0
- package/dist/package/themes/default/components/permission-matrix.d.ts +29 -0
- package/dist/package/themes/default/components/picklist.d.ts +21 -0
- package/dist/package/themes/default/components/query-builder.d.ts +26 -0
- package/dist/package/themes/default/components/saved-views-manager.d.ts +21 -0
- package/dist/package/themes/default/components/scheduler.d.ts +48 -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/tab-menu.d.ts +14 -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/index.d.ts +1110 -28
- package/package.json +7 -1
|
@@ -32,8 +32,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
32
32
|
disabled: boolean;
|
|
33
33
|
error: string;
|
|
34
34
|
size: Size;
|
|
35
|
-
required: boolean;
|
|
36
35
|
id: string;
|
|
36
|
+
required: boolean;
|
|
37
37
|
hint: string;
|
|
38
38
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
39
39
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -68,9 +68,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
68
68
|
}>, {
|
|
69
69
|
disabled: boolean;
|
|
70
70
|
submit: FormSubmitHandler;
|
|
71
|
+
modelValue: FormValues;
|
|
71
72
|
id: string;
|
|
72
73
|
ariaLabel: string;
|
|
73
|
-
modelValue: FormValues;
|
|
74
74
|
ariaLabelledby: string;
|
|
75
75
|
initialValues: FormValues;
|
|
76
76
|
validate: FormValidateHandler;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
type ChangeSource = 'button' | 'thumbnail' | 'indicator' | 'keyboard' | 'autoplay';
|
|
2
|
+
export interface GalleriaItem {
|
|
3
|
+
src: string;
|
|
4
|
+
thumbnailSrc?: string;
|
|
5
|
+
alt?: string;
|
|
6
|
+
caption?: string;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
key?: string | number;
|
|
9
|
+
}
|
|
10
|
+
interface Props {
|
|
11
|
+
modelValue?: number;
|
|
12
|
+
items?: Array<GalleriaItem>;
|
|
13
|
+
showThumbnails?: boolean;
|
|
14
|
+
showIndicators?: boolean;
|
|
15
|
+
showCaption?: boolean;
|
|
16
|
+
circular?: boolean;
|
|
17
|
+
autoPlay?: boolean;
|
|
18
|
+
autoPlayInterval?: number;
|
|
19
|
+
pauseOnHover?: boolean;
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
ariaLabel?: string;
|
|
22
|
+
}
|
|
23
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
24
|
+
change: (payload: {
|
|
25
|
+
index: number;
|
|
26
|
+
previousIndex: number;
|
|
27
|
+
source: ChangeSource;
|
|
28
|
+
}) => any;
|
|
29
|
+
"update:modelValue": (value: number) => any;
|
|
30
|
+
itemClick: (payload: {
|
|
31
|
+
item: GalleriaItem;
|
|
32
|
+
index: number;
|
|
33
|
+
event: MouseEvent;
|
|
34
|
+
}) => any;
|
|
35
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
36
|
+
onChange?: ((payload: {
|
|
37
|
+
index: number;
|
|
38
|
+
previousIndex: number;
|
|
39
|
+
source: ChangeSource;
|
|
40
|
+
}) => any) | undefined;
|
|
41
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
42
|
+
onItemClick?: ((payload: {
|
|
43
|
+
item: GalleriaItem;
|
|
44
|
+
index: number;
|
|
45
|
+
event: MouseEvent;
|
|
46
|
+
}) => any) | undefined;
|
|
47
|
+
}>, {
|
|
48
|
+
disabled: boolean;
|
|
49
|
+
modelValue: number;
|
|
50
|
+
ariaLabel: string;
|
|
51
|
+
items: Array<GalleriaItem>;
|
|
52
|
+
circular: boolean;
|
|
53
|
+
pauseOnHover: boolean;
|
|
54
|
+
showIndicators: boolean;
|
|
55
|
+
showThumbnails: boolean;
|
|
56
|
+
showCaption: boolean;
|
|
57
|
+
autoPlay: boolean;
|
|
58
|
+
autoPlayInterval: number;
|
|
59
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
60
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PassThroughOptions } from '../config/pass-through';
|
|
2
|
+
interface Props {
|
|
3
|
+
icon?: string;
|
|
4
|
+
size?: string | number;
|
|
5
|
+
color?: string;
|
|
6
|
+
spin?: boolean;
|
|
7
|
+
decorative?: boolean;
|
|
8
|
+
ariaLabel?: string;
|
|
9
|
+
pt?: PassThroughOptions;
|
|
10
|
+
unstyled?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
13
|
+
size: string | number;
|
|
14
|
+
ariaLabel: string;
|
|
15
|
+
icon: string;
|
|
16
|
+
spin: boolean;
|
|
17
|
+
color: string;
|
|
18
|
+
pt: PassThroughOptions;
|
|
19
|
+
unstyled: boolean;
|
|
20
|
+
decorative: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
22
|
+
export default _default;
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { PassThroughOptions } from '../config/pass-through';
|
|
2
2
|
type ObjectFit = 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';
|
|
3
3
|
type CloseReason = 'overlay' | 'esc' | 'button';
|
|
4
|
+
interface PreviewItem {
|
|
5
|
+
src: string;
|
|
6
|
+
alt?: string;
|
|
7
|
+
downloadName?: string;
|
|
8
|
+
}
|
|
4
9
|
interface Props {
|
|
5
10
|
src?: string;
|
|
6
11
|
alt?: string;
|
|
@@ -14,6 +19,20 @@ interface Props {
|
|
|
14
19
|
disabled?: boolean;
|
|
15
20
|
closeOnOverlay?: boolean;
|
|
16
21
|
closeOnEscape?: boolean;
|
|
22
|
+
previewGroup?: PreviewItem[];
|
|
23
|
+
previewStartIndex?: number;
|
|
24
|
+
loopPreview?: boolean;
|
|
25
|
+
zoomStep?: number;
|
|
26
|
+
minZoom?: number;
|
|
27
|
+
maxZoom?: number;
|
|
28
|
+
showDownload?: boolean;
|
|
29
|
+
downloadLabel?: string;
|
|
30
|
+
downloadFileName?: string;
|
|
31
|
+
prevLabel?: string;
|
|
32
|
+
nextLabel?: string;
|
|
33
|
+
zoomInLabel?: string;
|
|
34
|
+
zoomOutLabel?: string;
|
|
35
|
+
zoomResetLabel?: string;
|
|
17
36
|
previewAriaLabel?: string;
|
|
18
37
|
dialogAriaLabel?: string;
|
|
19
38
|
closeLabel?: string;
|
|
@@ -30,16 +49,32 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
30
49
|
load: (payload: Event) => any;
|
|
31
50
|
"update:modelValue": (value: boolean) => any;
|
|
32
51
|
open: () => any;
|
|
52
|
+
previewChange: (payload: {
|
|
53
|
+
index: number;
|
|
54
|
+
src: string;
|
|
55
|
+
}) => any;
|
|
56
|
+
zoomChange: (payload: {
|
|
57
|
+
zoom: number;
|
|
58
|
+
}) => any;
|
|
33
59
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
34
60
|
onClose?: ((reason: CloseReason) => any) | undefined;
|
|
35
61
|
onError?: ((payload: Event) => any) | undefined;
|
|
36
62
|
onLoad?: ((payload: Event) => any) | undefined;
|
|
37
63
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
38
64
|
onOpen?: (() => any) | undefined;
|
|
65
|
+
onPreviewChange?: ((payload: {
|
|
66
|
+
index: number;
|
|
67
|
+
src: string;
|
|
68
|
+
}) => any) | undefined;
|
|
69
|
+
onZoomChange?: ((payload: {
|
|
70
|
+
zoom: number;
|
|
71
|
+
}) => any) | undefined;
|
|
39
72
|
}>, {
|
|
40
73
|
disabled: boolean;
|
|
41
74
|
modelValue: boolean;
|
|
42
75
|
loading: "eager" | "lazy";
|
|
76
|
+
closeOnEscape: boolean;
|
|
77
|
+
closeLabel: string;
|
|
43
78
|
src: string;
|
|
44
79
|
alt: string;
|
|
45
80
|
fallbackSrc: string;
|
|
@@ -48,10 +83,22 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
48
83
|
height: string | number;
|
|
49
84
|
preview: boolean;
|
|
50
85
|
closeOnOverlay: boolean;
|
|
51
|
-
|
|
86
|
+
previewGroup: PreviewItem[];
|
|
87
|
+
previewStartIndex: number;
|
|
88
|
+
loopPreview: boolean;
|
|
89
|
+
zoomStep: number;
|
|
90
|
+
minZoom: number;
|
|
91
|
+
maxZoom: number;
|
|
92
|
+
showDownload: boolean;
|
|
93
|
+
downloadLabel: string;
|
|
94
|
+
downloadFileName: string;
|
|
95
|
+
prevLabel: string;
|
|
96
|
+
nextLabel: string;
|
|
97
|
+
zoomInLabel: string;
|
|
98
|
+
zoomOutLabel: string;
|
|
99
|
+
zoomResetLabel: string;
|
|
52
100
|
previewAriaLabel: string;
|
|
53
101
|
dialogAriaLabel: string;
|
|
54
|
-
closeLabel: string;
|
|
55
102
|
teleport: boolean;
|
|
56
103
|
pt: PassThroughOptions;
|
|
57
104
|
unstyled: boolean;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
export type InfiniteScrollLoadTrigger = 'intersection' | 'scroll' | 'retry' | 'manual';
|
|
2
|
+
export type InfiniteScrollLoadPayload = {
|
|
3
|
+
trigger: InfiniteScrollLoadTrigger;
|
|
4
|
+
};
|
|
5
|
+
interface Props {
|
|
6
|
+
loading?: boolean;
|
|
7
|
+
error?: boolean;
|
|
8
|
+
hasMore?: boolean;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
root?: HTMLElement | null;
|
|
11
|
+
scrollTarget?: Window | HTMLElement | null;
|
|
12
|
+
rootMargin?: string;
|
|
13
|
+
threshold?: number;
|
|
14
|
+
fallbackOffset?: number;
|
|
15
|
+
debounceMs?: number;
|
|
16
|
+
observeOnMount?: boolean;
|
|
17
|
+
loadingText?: string;
|
|
18
|
+
endText?: string;
|
|
19
|
+
retryLabel?: string;
|
|
20
|
+
}
|
|
21
|
+
declare function __VLS_template(): {
|
|
22
|
+
attrs: Partial<{}>;
|
|
23
|
+
slots: {
|
|
24
|
+
default?(_: {}): any;
|
|
25
|
+
error?(_: {
|
|
26
|
+
retry: () => void;
|
|
27
|
+
}): any;
|
|
28
|
+
loading?(_: {}): any;
|
|
29
|
+
end?(_: {}): any;
|
|
30
|
+
sentinel?(_: {}): any;
|
|
31
|
+
};
|
|
32
|
+
refs: {
|
|
33
|
+
sentinel: HTMLDivElement;
|
|
34
|
+
};
|
|
35
|
+
rootEl: HTMLDivElement;
|
|
36
|
+
};
|
|
37
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
38
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
39
|
+
loadMore: () => void;
|
|
40
|
+
refresh: () => void;
|
|
41
|
+
retry: () => void;
|
|
42
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
43
|
+
load: (payload: InfiniteScrollLoadPayload) => any;
|
|
44
|
+
retry: () => any;
|
|
45
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
46
|
+
onLoad?: ((payload: InfiniteScrollLoadPayload) => any) | undefined;
|
|
47
|
+
onRetry?: (() => any) | undefined;
|
|
48
|
+
}>, {
|
|
49
|
+
disabled: boolean;
|
|
50
|
+
error: boolean;
|
|
51
|
+
loading: boolean;
|
|
52
|
+
root: HTMLElement | null;
|
|
53
|
+
loadingText: string;
|
|
54
|
+
rootMargin: string;
|
|
55
|
+
threshold: number;
|
|
56
|
+
hasMore: boolean;
|
|
57
|
+
scrollTarget: Window | HTMLElement | null;
|
|
58
|
+
fallbackOffset: number;
|
|
59
|
+
debounceMs: number;
|
|
60
|
+
observeOnMount: boolean;
|
|
61
|
+
endText: string;
|
|
62
|
+
retryLabel: string;
|
|
63
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
64
|
+
sentinel: HTMLDivElement;
|
|
65
|
+
}, HTMLDivElement>;
|
|
66
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
67
|
+
export default _default;
|
|
68
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
69
|
+
new (): {
|
|
70
|
+
$slots: S;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
@@ -19,22 +19,22 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
19
19
|
blur: (...args: any[]) => void;
|
|
20
20
|
cancel: (...args: any[]) => void;
|
|
21
21
|
focus: (...args: any[]) => void;
|
|
22
|
-
start: (...args: any[]) => void;
|
|
23
22
|
"update:modelValue": (...args: any[]) => void;
|
|
23
|
+
start: (...args: any[]) => void;
|
|
24
24
|
save: (...args: any[]) => void;
|
|
25
25
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
26
26
|
onEnd?: ((...args: any[]) => any) | undefined;
|
|
27
27
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
29
29
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
onStart?: ((...args: any[]) => any) | undefined;
|
|
31
30
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
onStart?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
onSave?: ((...args: any[]) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
34
|
type: InlineEditType;
|
|
35
35
|
disabled: boolean;
|
|
36
|
-
size: Size;
|
|
37
36
|
modelValue: InlineEditValue;
|
|
37
|
+
size: Size;
|
|
38
38
|
variant: Variant;
|
|
39
39
|
placeholder: string;
|
|
40
40
|
readonly: boolean;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
type InlineMessageSeverity = 'neutral' | 'info' | 'success' | 'warn' | 'danger';
|
|
2
|
+
type InlineMessageSize = 'small' | 'normal' | 'large';
|
|
3
|
+
type InlineMessageRole = 'auto' | 'status' | 'alert' | 'none';
|
|
4
|
+
type InlineMessageAriaLive = 'auto' | 'off' | 'polite' | 'assertive';
|
|
5
|
+
interface Props {
|
|
6
|
+
title?: string;
|
|
7
|
+
message?: string;
|
|
8
|
+
severity?: InlineMessageSeverity;
|
|
9
|
+
icon?: string;
|
|
10
|
+
size?: InlineMessageSize;
|
|
11
|
+
role?: InlineMessageRole;
|
|
12
|
+
ariaLive?: InlineMessageAriaLive;
|
|
13
|
+
}
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
icon?(_: {}): any;
|
|
18
|
+
title?(_: {}): any;
|
|
19
|
+
default?(_: {}): any;
|
|
20
|
+
};
|
|
21
|
+
refs: {};
|
|
22
|
+
rootEl: any;
|
|
23
|
+
};
|
|
24
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
26
|
+
title: string;
|
|
27
|
+
size: InlineMessageSize;
|
|
28
|
+
role: InlineMessageRole;
|
|
29
|
+
icon: string;
|
|
30
|
+
severity: InlineMessageSeverity;
|
|
31
|
+
message: string;
|
|
32
|
+
ariaLive: InlineMessageAriaLive;
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
34
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
|
+
export default _default;
|
|
36
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
+
new (): {
|
|
38
|
+
$slots: S;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
@@ -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;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
closeOnEscape?: boolean;
|
|
5
|
+
closeOnOutsideClick?: boolean;
|
|
6
|
+
contentText?: string;
|
|
7
|
+
editLabel?: string;
|
|
8
|
+
closeLabel?: string;
|
|
9
|
+
ariaLabel?: string;
|
|
10
|
+
}
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: Readonly<{
|
|
14
|
+
display?: () => unknown;
|
|
15
|
+
content?: () => unknown;
|
|
16
|
+
actions?: (props: {
|
|
17
|
+
close: () => void;
|
|
18
|
+
}) => unknown;
|
|
19
|
+
default?: () => unknown;
|
|
20
|
+
}> & {
|
|
21
|
+
display?: () => unknown;
|
|
22
|
+
content?: () => unknown;
|
|
23
|
+
actions?: (props: {
|
|
24
|
+
close: () => void;
|
|
25
|
+
}) => unknown;
|
|
26
|
+
default?: () => unknown;
|
|
27
|
+
};
|
|
28
|
+
refs: {
|
|
29
|
+
rootRef: HTMLElement;
|
|
30
|
+
contentRef: HTMLDivElement;
|
|
31
|
+
};
|
|
32
|
+
rootEl: HTMLElement;
|
|
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: () => any;
|
|
37
|
+
toggle: (value: boolean) => any;
|
|
38
|
+
"update:modelValue": (value: boolean) => any;
|
|
39
|
+
open: () => any;
|
|
40
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
41
|
+
onClose?: (() => any) | undefined;
|
|
42
|
+
onToggle?: ((value: boolean) => any) | undefined;
|
|
43
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44
|
+
onOpen?: (() => any) | undefined;
|
|
45
|
+
}>, {
|
|
46
|
+
disabled: boolean;
|
|
47
|
+
modelValue: boolean;
|
|
48
|
+
ariaLabel: string;
|
|
49
|
+
editLabel: string;
|
|
50
|
+
closeOnEscape: boolean;
|
|
51
|
+
closeOnOutsideClick: boolean;
|
|
52
|
+
contentText: string;
|
|
53
|
+
closeLabel: string;
|
|
54
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
55
|
+
rootRef: HTMLElement;
|
|
56
|
+
contentRef: HTMLDivElement;
|
|
57
|
+
}, HTMLElement>;
|
|
58
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
59
|
+
export default _default;
|
|
60
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
|
+
new (): {
|
|
62
|
+
$slots: S;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
@@ -19,8 +19,8 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
19
19
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
20
20
|
disabled: boolean;
|
|
21
21
|
size: Size;
|
|
22
|
-
ariaLabel: string;
|
|
23
22
|
variant: Variant;
|
|
23
|
+
ariaLabel: string;
|
|
24
24
|
ariaLabelledby: string;
|
|
25
25
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
26
26
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -46,12 +46,12 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
46
46
|
type: string;
|
|
47
47
|
disabled: boolean;
|
|
48
48
|
name: string;
|
|
49
|
+
modelValue: string | number;
|
|
49
50
|
size: Size;
|
|
50
|
-
|
|
51
|
+
variant: Variant;
|
|
51
52
|
id: string;
|
|
52
53
|
ariaLabel: string;
|
|
53
|
-
|
|
54
|
-
variant: Variant;
|
|
54
|
+
required: boolean;
|
|
55
55
|
placeholder: string;
|
|
56
56
|
readonly: boolean;
|
|
57
57
|
autocomplete: string;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
value?: unknown;
|
|
3
|
+
expandedDepth?: number;
|
|
4
|
+
sortKeys?: boolean;
|
|
5
|
+
showRoot?: boolean;
|
|
6
|
+
copyable?: boolean;
|
|
7
|
+
showToolbar?: boolean;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
ariaLabel?: string;
|
|
10
|
+
emptyText?: string;
|
|
11
|
+
expandLabel?: string;
|
|
12
|
+
collapseLabel?: string;
|
|
13
|
+
expandAllLabel?: string;
|
|
14
|
+
collapseAllLabel?: string;
|
|
15
|
+
copyPathLabel?: string;
|
|
16
|
+
copyJsonLabel?: string;
|
|
17
|
+
}
|
|
18
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
19
|
+
copy: (payload: {
|
|
20
|
+
text: string;
|
|
21
|
+
}) => any;
|
|
22
|
+
toggle: (payload: {
|
|
23
|
+
path: string;
|
|
24
|
+
expanded: boolean;
|
|
25
|
+
}) => any;
|
|
26
|
+
copyPath: (payload: {
|
|
27
|
+
path: string;
|
|
28
|
+
}) => any;
|
|
29
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
30
|
+
onCopy?: ((payload: {
|
|
31
|
+
text: string;
|
|
32
|
+
}) => any) | undefined;
|
|
33
|
+
onToggle?: ((payload: {
|
|
34
|
+
path: string;
|
|
35
|
+
expanded: boolean;
|
|
36
|
+
}) => any) | undefined;
|
|
37
|
+
onCopyPath?: ((payload: {
|
|
38
|
+
path: string;
|
|
39
|
+
}) => any) | undefined;
|
|
40
|
+
}>, {
|
|
41
|
+
disabled: boolean;
|
|
42
|
+
expandLabel: string;
|
|
43
|
+
collapseLabel: string;
|
|
44
|
+
ariaLabel: string;
|
|
45
|
+
value: undefined;
|
|
46
|
+
emptyText: string;
|
|
47
|
+
showToolbar: boolean;
|
|
48
|
+
expandedDepth: number;
|
|
49
|
+
sortKeys: boolean;
|
|
50
|
+
showRoot: boolean;
|
|
51
|
+
copyable: boolean;
|
|
52
|
+
expandAllLabel: string;
|
|
53
|
+
collapseAllLabel: string;
|
|
54
|
+
copyPathLabel: string;
|
|
55
|
+
copyJsonLabel: string;
|
|
56
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
57
|
+
export default _default;
|
|
@@ -76,9 +76,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
76
76
|
"onUpdate:items"?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
onMove?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
|
+
ariaLabel: string;
|
|
79
80
|
columns: Array<KanbanColumn>;
|
|
80
81
|
items: Array<KanbanBoardItem>;
|
|
81
|
-
ariaLabel: string;
|
|
82
82
|
emptyColumnText: string;
|
|
83
83
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
84
84
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
modelValue?: number;
|
|
3
|
+
min?: number;
|
|
4
|
+
max?: number;
|
|
5
|
+
step?: number;
|
|
6
|
+
size?: number;
|
|
7
|
+
strokeWidth?: number;
|
|
8
|
+
showValue?: boolean;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
readonly?: boolean;
|
|
11
|
+
ariaLabel?: string;
|
|
12
|
+
}
|
|
13
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
blur: (...args: any[]) => void;
|
|
15
|
+
change: (...args: any[]) => void;
|
|
16
|
+
focus: (...args: any[]) => void;
|
|
17
|
+
input: (...args: any[]) => void;
|
|
18
|
+
"update:modelValue": (...args: any[]) => void;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
20
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
22
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
}>, {
|
|
26
|
+
disabled: boolean;
|
|
27
|
+
modelValue: number;
|
|
28
|
+
size: number;
|
|
29
|
+
ariaLabel: string;
|
|
30
|
+
step: number;
|
|
31
|
+
readonly: boolean;
|
|
32
|
+
min: number;
|
|
33
|
+
max: number;
|
|
34
|
+
showValue: boolean;
|
|
35
|
+
strokeWidth: number;
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
37
|
+
controlRef: HTMLDivElement;
|
|
38
|
+
}, HTMLDivElement>;
|
|
39
|
+
export default _default;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
type TrendDirection = 'up' | 'down' | 'neutral' | 'auto';
|
|
2
|
+
type DeltaFormat = 'number' | 'percent';
|
|
3
|
+
interface Props {
|
|
4
|
+
title?: string;
|
|
5
|
+
subtitle?: string;
|
|
6
|
+
value?: string | number;
|
|
7
|
+
caption?: string;
|
|
8
|
+
trend?: TrendDirection;
|
|
9
|
+
trendLabel?: string;
|
|
10
|
+
delta?: number | null;
|
|
11
|
+
deltaFormat?: DeltaFormat;
|
|
12
|
+
showDelta?: boolean;
|
|
13
|
+
ariaLabel?: string;
|
|
14
|
+
locale?: string;
|
|
15
|
+
}
|
|
16
|
+
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: {
|
|
19
|
+
sparkline?(_: {}): any;
|
|
20
|
+
value?(_: {}): any;
|
|
21
|
+
caption?(_: {}): any;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
rootEl: HTMLElement;
|
|
25
|
+
};
|
|
26
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
28
|
+
caption: string;
|
|
29
|
+
title: string;
|
|
30
|
+
subtitle: string;
|
|
31
|
+
ariaLabel: string;
|
|
32
|
+
value: string | number;
|
|
33
|
+
locale: string;
|
|
34
|
+
trend: TrendDirection;
|
|
35
|
+
trendLabel: string;
|
|
36
|
+
delta: number | null;
|
|
37
|
+
deltaFormat: DeltaFormat;
|
|
38
|
+
showDelta: boolean;
|
|
39
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
40
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
|
+
export default _default;
|
|
42
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
43
|
+
new (): {
|
|
44
|
+
$slots: S;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
@@ -62,11 +62,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
62
62
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
64
|
disabled: boolean;
|
|
65
|
+
modelValue: ListboxValue | ListboxValue[];
|
|
65
66
|
size: Size;
|
|
67
|
+
variant: Variant;
|
|
66
68
|
ariaLabel: string;
|
|
67
|
-
modelValue: ListboxValue | ListboxValue[];
|
|
68
69
|
multiple: boolean;
|
|
69
|
-
variant: Variant;
|
|
70
70
|
emptyText: string;
|
|
71
71
|
options: ListboxOptions;
|
|
72
72
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -52,12 +52,12 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
52
52
|
disabled: boolean;
|
|
53
53
|
name: string;
|
|
54
54
|
mask: string | MaskTransformer;
|
|
55
|
+
modelValue: string;
|
|
55
56
|
size: Size;
|
|
56
|
-
|
|
57
|
+
variant: Variant;
|
|
57
58
|
id: string;
|
|
58
59
|
ariaLabel: string;
|
|
59
|
-
|
|
60
|
-
variant: Variant;
|
|
60
|
+
required: boolean;
|
|
61
61
|
placeholder: string;
|
|
62
62
|
readonly: boolean;
|
|
63
63
|
autocomplete: string;
|