@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
|
@@ -22,8 +22,8 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
22
22
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
23
23
|
disabled: boolean;
|
|
24
24
|
size: Size;
|
|
25
|
-
orientation: Orientation;
|
|
26
25
|
variant: Variant;
|
|
26
|
+
orientation: Orientation;
|
|
27
27
|
severity: Severity;
|
|
28
28
|
attached: boolean;
|
|
29
29
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -33,11 +33,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
33
33
|
label: string;
|
|
34
34
|
disabled: boolean;
|
|
35
35
|
size: string;
|
|
36
|
+
variant: string;
|
|
36
37
|
icon: string;
|
|
37
38
|
loading: boolean;
|
|
38
39
|
rounded: boolean;
|
|
39
40
|
iconPos: "top" | "right" | "bottom" | "left";
|
|
40
|
-
variant: string;
|
|
41
41
|
severity: string;
|
|
42
42
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
43
43
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -20,10 +20,10 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
20
20
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
22
|
disabled: boolean;
|
|
23
|
-
size: Size;
|
|
24
|
-
ariaLabel: string;
|
|
25
23
|
modelValue: string;
|
|
24
|
+
size: Size;
|
|
26
25
|
variant: Variant;
|
|
26
|
+
ariaLabel: string;
|
|
27
27
|
readonly: boolean;
|
|
28
28
|
min: string;
|
|
29
29
|
max: string;
|
|
@@ -59,9 +59,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
59
59
|
"onUpdate:modelValue"?: ((index: number) => any) | undefined;
|
|
60
60
|
}>, {
|
|
61
61
|
disabled: boolean;
|
|
62
|
-
items: Array<unknown>;
|
|
63
|
-
ariaLabel: string;
|
|
64
62
|
modelValue: number;
|
|
63
|
+
ariaLabel: string;
|
|
64
|
+
items: Array<unknown>;
|
|
65
65
|
pt: PassThroughOptions;
|
|
66
66
|
unstyled: boolean;
|
|
67
67
|
autoplay: boolean;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { TreeValue } from './tree.vue';
|
|
2
|
+
import { CascadeSelectItem } from './cascade-select-types';
|
|
3
|
+
type Size = 'small' | 'normal' | 'large';
|
|
4
|
+
type Variant = 'filled' | 'outlined';
|
|
5
|
+
type CascadeModelValue = TreeValue | Array<TreeValue> | undefined;
|
|
6
|
+
interface Props {
|
|
7
|
+
items?: Array<CascadeSelectItem>;
|
|
8
|
+
modelValue?: CascadeModelValue;
|
|
9
|
+
expandedKeys?: Array<TreeValue>;
|
|
10
|
+
multiple?: boolean;
|
|
11
|
+
selectable?: boolean;
|
|
12
|
+
expandOnClick?: boolean;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
readonly?: boolean;
|
|
15
|
+
loading?: boolean;
|
|
16
|
+
loadingText?: string;
|
|
17
|
+
loadingBranchText?: string;
|
|
18
|
+
emptyText?: string;
|
|
19
|
+
placeholder?: string;
|
|
20
|
+
searchPlaceholder?: string;
|
|
21
|
+
filter?: boolean;
|
|
22
|
+
clearable?: boolean;
|
|
23
|
+
variant?: Variant;
|
|
24
|
+
size?: Size;
|
|
25
|
+
autoLoadOnExpand?: boolean;
|
|
26
|
+
loadChildren?: (node: CascadeSelectItem) => Promise<Array<CascadeSelectItem>>;
|
|
27
|
+
}
|
|
28
|
+
declare function __VLS_template(): {
|
|
29
|
+
attrs: Partial<{}>;
|
|
30
|
+
slots: {
|
|
31
|
+
label?(_: {
|
|
32
|
+
loading: boolean;
|
|
33
|
+
node: import('./tree.vue').TreeItem;
|
|
34
|
+
level: number;
|
|
35
|
+
selected: boolean;
|
|
36
|
+
expanded: boolean;
|
|
37
|
+
disabled: boolean;
|
|
38
|
+
}): any;
|
|
39
|
+
};
|
|
40
|
+
refs: {};
|
|
41
|
+
rootEl: HTMLDivElement;
|
|
42
|
+
};
|
|
43
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
44
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
45
|
+
search: (...args: any[]) => void;
|
|
46
|
+
blur: (...args: any[]) => void;
|
|
47
|
+
change: (...args: any[]) => void;
|
|
48
|
+
focus: (...args: any[]) => void;
|
|
49
|
+
toggle: (...args: any[]) => void;
|
|
50
|
+
"update:modelValue": (...args: any[]) => void;
|
|
51
|
+
"update:expandedKeys": (...args: any[]) => void;
|
|
52
|
+
nodeClick: (...args: any[]) => void;
|
|
53
|
+
branchLoadStart: (...args: any[]) => void;
|
|
54
|
+
branchLoad: (...args: any[]) => void;
|
|
55
|
+
branchLoadError: (...args: any[]) => void;
|
|
56
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
57
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
61
|
+
onToggle?: ((...args: any[]) => any) | undefined;
|
|
62
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
63
|
+
"onUpdate:expandedKeys"?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
onNodeClick?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
onBranchLoadStart?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
onBranchLoad?: ((...args: any[]) => any) | undefined;
|
|
67
|
+
onBranchLoadError?: ((...args: any[]) => any) | undefined;
|
|
68
|
+
}>, {
|
|
69
|
+
filter: boolean;
|
|
70
|
+
disabled: boolean;
|
|
71
|
+
modelValue: TreeValue | TreeValue[];
|
|
72
|
+
size: Size;
|
|
73
|
+
variant: Variant;
|
|
74
|
+
items: Array<CascadeSelectItem>;
|
|
75
|
+
expandedKeys: Array<TreeValue>;
|
|
76
|
+
multiple: boolean;
|
|
77
|
+
loading: boolean;
|
|
78
|
+
placeholder: string;
|
|
79
|
+
readonly: boolean;
|
|
80
|
+
clearable: boolean;
|
|
81
|
+
loadingText: string;
|
|
82
|
+
emptyText: string;
|
|
83
|
+
searchPlaceholder: string;
|
|
84
|
+
selectable: boolean;
|
|
85
|
+
expandOnClick: boolean;
|
|
86
|
+
loadingBranchText: string;
|
|
87
|
+
autoLoadOnExpand: boolean;
|
|
88
|
+
loadChildren: (node: CascadeSelectItem) => Promise<Array<CascadeSelectItem>>;
|
|
89
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
90
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
91
|
+
export default _default;
|
|
92
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
93
|
+
new (): {
|
|
94
|
+
$slots: S;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
@@ -11,6 +11,9 @@ interface Props {
|
|
|
11
11
|
loadingText?: string;
|
|
12
12
|
emptyText?: string;
|
|
13
13
|
ariaLabel?: string;
|
|
14
|
+
lazy?: boolean;
|
|
15
|
+
lazyRootMargin?: string;
|
|
16
|
+
lazyThreshold?: number;
|
|
14
17
|
pt?: PassThroughOptions;
|
|
15
18
|
unstyled?: boolean;
|
|
16
19
|
}
|
|
@@ -24,6 +27,7 @@ declare function __VLS_template(): {
|
|
|
24
27
|
empty?: () => unknown;
|
|
25
28
|
};
|
|
26
29
|
refs: {
|
|
30
|
+
rootRef: HTMLDivElement;
|
|
27
31
|
canvasRef: HTMLCanvasElement;
|
|
28
32
|
};
|
|
29
33
|
rootEl: HTMLDivElement;
|
|
@@ -40,6 +44,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
40
44
|
onReady?: ((instance: ChartAdapterInstance) => any) | undefined;
|
|
41
45
|
}>, {
|
|
42
46
|
type: ChartType;
|
|
47
|
+
lazy: boolean;
|
|
43
48
|
data: ChartData;
|
|
44
49
|
ariaLabel: string;
|
|
45
50
|
loading: boolean;
|
|
@@ -49,9 +54,12 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
49
54
|
unstyled: boolean;
|
|
50
55
|
loadingText: string;
|
|
51
56
|
emptyText: string;
|
|
52
|
-
options: Record<string, unknown>;
|
|
53
57
|
adapter: ChartAdapter;
|
|
58
|
+
lazyRootMargin: string;
|
|
59
|
+
lazyThreshold: number;
|
|
60
|
+
options: Record<string, unknown>;
|
|
54
61
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
62
|
+
rootRef: HTMLDivElement;
|
|
55
63
|
canvasRef: HTMLCanvasElement;
|
|
56
64
|
}, HTMLDivElement>;
|
|
57
65
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -32,11 +32,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
32
32
|
label: string;
|
|
33
33
|
disabled: boolean;
|
|
34
34
|
name: string;
|
|
35
|
-
required: boolean;
|
|
36
|
-
id: string;
|
|
37
|
-
ariaLabel: string;
|
|
38
35
|
modelValue: boolean;
|
|
39
36
|
variant: Variant;
|
|
37
|
+
id: string;
|
|
38
|
+
ariaLabel: string;
|
|
39
|
+
required: boolean;
|
|
40
40
|
ariaLabelledby: string;
|
|
41
41
|
ariaDescribedby: string;
|
|
42
42
|
ariaInvalid: boolean | "true" | "false";
|
|
@@ -31,9 +31,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
31
31
|
label: string;
|
|
32
32
|
disabled: boolean;
|
|
33
33
|
size: ChipSize;
|
|
34
|
-
icon: string;
|
|
35
|
-
ariaLabel: string;
|
|
36
34
|
variant: ChipVariant;
|
|
35
|
+
ariaLabel: string;
|
|
36
|
+
icon: string;
|
|
37
37
|
severity: ChipSeverity;
|
|
38
38
|
closeLabel: string;
|
|
39
39
|
closable: boolean;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export interface CodeEditorConfig {
|
|
2
|
+
value: string;
|
|
3
|
+
language?: string;
|
|
4
|
+
theme?: string;
|
|
5
|
+
readonly?: boolean;
|
|
6
|
+
options?: Record<string, unknown>;
|
|
7
|
+
onChange?: (value: string) => void;
|
|
8
|
+
}
|
|
9
|
+
export interface CodeEditorAdapterInstance {
|
|
10
|
+
[key: string]: unknown;
|
|
11
|
+
}
|
|
12
|
+
export interface CodeEditorAdapter {
|
|
13
|
+
mount: (container: HTMLElement, config: CodeEditorConfig) => CodeEditorAdapterInstance;
|
|
14
|
+
update?: (instance: CodeEditorAdapterInstance, config: CodeEditorConfig) => void;
|
|
15
|
+
setValue?: (instance: CodeEditorAdapterInstance, value: string) => void;
|
|
16
|
+
getValue?: (instance: CodeEditorAdapterInstance) => string;
|
|
17
|
+
setReadonly?: (instance: CodeEditorAdapterInstance, readonly: boolean) => void;
|
|
18
|
+
setTheme?: (instance: CodeEditorAdapterInstance, theme: string) => void;
|
|
19
|
+
focus?: (instance: CodeEditorAdapterInstance) => void;
|
|
20
|
+
destroy?: (instance: CodeEditorAdapterInstance) => void;
|
|
21
|
+
}
|
|
22
|
+
type MonacoLikeModel = {
|
|
23
|
+
getValue: () => string;
|
|
24
|
+
setValue: (value: string) => void;
|
|
25
|
+
dispose?: () => void;
|
|
26
|
+
};
|
|
27
|
+
type MonacoLikeEditorInstance = {
|
|
28
|
+
getValue: () => string;
|
|
29
|
+
setValue: (value: string) => void;
|
|
30
|
+
updateOptions: (options: Record<string, unknown>) => void;
|
|
31
|
+
onDidChangeModelContent: (callback: () => void) => {
|
|
32
|
+
dispose: () => void;
|
|
33
|
+
};
|
|
34
|
+
dispose: () => void;
|
|
35
|
+
};
|
|
36
|
+
type MonacoLikeNamespace = {
|
|
37
|
+
editor: {
|
|
38
|
+
create: (container: HTMLElement, options: Record<string, unknown>) => MonacoLikeEditorInstance;
|
|
39
|
+
setTheme?: (theme: string) => void;
|
|
40
|
+
createModel?: (value: string, language?: string) => MonacoLikeModel;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export declare const createMonacoAdapter: (monaco: MonacoLikeNamespace) => CodeEditorAdapter;
|
|
44
|
+
type CodeMirrorLikeView = {
|
|
45
|
+
destroy: () => void;
|
|
46
|
+
dispatch?: (value: unknown) => void;
|
|
47
|
+
focus?: () => void;
|
|
48
|
+
state?: {
|
|
49
|
+
doc?: {
|
|
50
|
+
toString?: () => string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
type CodeMirrorFactory = (container: HTMLElement, config: CodeEditorConfig) => CodeMirrorLikeView;
|
|
55
|
+
export declare const createCodeMirrorAdapter: (factory: CodeMirrorFactory) => CodeEditorAdapter;
|
|
56
|
+
export {};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { CodeEditorAdapter, CodeEditorAdapterInstance } from './code-editor-adapter';
|
|
2
|
+
interface Props {
|
|
3
|
+
modelValue?: string;
|
|
4
|
+
adapter?: CodeEditorAdapter;
|
|
5
|
+
language?: string;
|
|
6
|
+
theme?: string;
|
|
7
|
+
readonly?: boolean;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
loading?: boolean;
|
|
10
|
+
loadingText?: string;
|
|
11
|
+
noAdapterText?: string;
|
|
12
|
+
showHeader?: boolean;
|
|
13
|
+
languageLabel?: string;
|
|
14
|
+
readonlyLabel?: string;
|
|
15
|
+
editableLabel?: string;
|
|
16
|
+
ariaLabel?: string;
|
|
17
|
+
lazy?: boolean;
|
|
18
|
+
lazyRootMargin?: string;
|
|
19
|
+
lazyThreshold?: number;
|
|
20
|
+
options?: Record<string, unknown>;
|
|
21
|
+
}
|
|
22
|
+
declare function __VLS_template(): {
|
|
23
|
+
attrs: Partial<{}>;
|
|
24
|
+
slots: Readonly<{
|
|
25
|
+
loading?: () => unknown;
|
|
26
|
+
empty?: () => unknown;
|
|
27
|
+
}> & {
|
|
28
|
+
loading?: () => unknown;
|
|
29
|
+
empty?: () => unknown;
|
|
30
|
+
};
|
|
31
|
+
refs: {
|
|
32
|
+
rootRef: HTMLElement;
|
|
33
|
+
editorRef: HTMLDivElement;
|
|
34
|
+
};
|
|
35
|
+
rootEl: HTMLElement;
|
|
36
|
+
};
|
|
37
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
38
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
39
|
+
focus: () => void;
|
|
40
|
+
refresh: () => void;
|
|
41
|
+
getValue: () => string;
|
|
42
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
43
|
+
change: (payload: {
|
|
44
|
+
value: string;
|
|
45
|
+
}) => any;
|
|
46
|
+
error: (error: Error) => any;
|
|
47
|
+
"update:modelValue": (value: string) => any;
|
|
48
|
+
ready: (instance: CodeEditorAdapterInstance) => any;
|
|
49
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
50
|
+
onChange?: ((payload: {
|
|
51
|
+
value: string;
|
|
52
|
+
}) => any) | undefined;
|
|
53
|
+
onError?: ((error: Error) => any) | undefined;
|
|
54
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
55
|
+
onReady?: ((instance: CodeEditorAdapterInstance) => any) | undefined;
|
|
56
|
+
}>, {
|
|
57
|
+
disabled: boolean;
|
|
58
|
+
lazy: boolean;
|
|
59
|
+
modelValue: string;
|
|
60
|
+
ariaLabel: string;
|
|
61
|
+
loading: boolean;
|
|
62
|
+
readonly: boolean;
|
|
63
|
+
loadingText: string;
|
|
64
|
+
language: string;
|
|
65
|
+
theme: string;
|
|
66
|
+
adapter: CodeEditorAdapter;
|
|
67
|
+
noAdapterText: string;
|
|
68
|
+
showHeader: boolean;
|
|
69
|
+
languageLabel: string;
|
|
70
|
+
readonlyLabel: string;
|
|
71
|
+
editableLabel: string;
|
|
72
|
+
lazyRootMargin: string;
|
|
73
|
+
lazyThreshold: number;
|
|
74
|
+
options: Record<string, unknown>;
|
|
75
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
76
|
+
rootRef: HTMLElement;
|
|
77
|
+
editorRef: HTMLDivElement;
|
|
78
|
+
}, HTMLElement>;
|
|
79
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
80
|
+
export default _default;
|
|
81
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
82
|
+
new (): {
|
|
83
|
+
$slots: S;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
@@ -25,10 +25,10 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
25
25
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
27
|
disabled: boolean;
|
|
28
|
-
size: Size;
|
|
29
|
-
ariaLabel: string;
|
|
30
28
|
modelValue: string;
|
|
29
|
+
size: Size;
|
|
31
30
|
variant: Variant;
|
|
31
|
+
ariaLabel: string;
|
|
32
32
|
placeholder: string;
|
|
33
33
|
readonly: boolean;
|
|
34
34
|
format: Format;
|
|
@@ -48,11 +48,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
48
48
|
filter: boolean;
|
|
49
49
|
disabled: boolean;
|
|
50
50
|
strict: boolean;
|
|
51
|
+
modelValue: OptionValue;
|
|
51
52
|
size: Size;
|
|
53
|
+
variant: Variant;
|
|
52
54
|
ariaLabel: string;
|
|
53
|
-
modelValue: OptionValue;
|
|
54
55
|
loading: boolean;
|
|
55
|
-
variant: Variant;
|
|
56
56
|
placeholder: string;
|
|
57
57
|
readonly: boolean;
|
|
58
58
|
ariaLabelledby: string;
|
|
@@ -39,9 +39,9 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
39
39
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
}>, {
|
|
41
41
|
filter: boolean;
|
|
42
|
-
items: Array<CommandPaletteItem>;
|
|
43
|
-
ariaLabel: string;
|
|
44
42
|
modelValue: boolean;
|
|
43
|
+
ariaLabel: string;
|
|
44
|
+
items: Array<CommandPaletteItem>;
|
|
45
45
|
placeholder: string;
|
|
46
46
|
closeOnOverlay: boolean;
|
|
47
47
|
emptyText: string;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
type DateLike = string | number | Date;
|
|
2
|
+
export interface CommentThreadAuthor {
|
|
3
|
+
id?: string | number;
|
|
4
|
+
name: string;
|
|
5
|
+
avatar?: string;
|
|
6
|
+
meta?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface CommentThreadItem {
|
|
9
|
+
id: string | number;
|
|
10
|
+
author: CommentThreadAuthor;
|
|
11
|
+
body: string;
|
|
12
|
+
createdAt?: DateLike;
|
|
13
|
+
resolved?: boolean;
|
|
14
|
+
parentId?: string | number | null;
|
|
15
|
+
}
|
|
16
|
+
interface Props {
|
|
17
|
+
items?: Array<CommentThreadItem>;
|
|
18
|
+
ariaLabel?: string;
|
|
19
|
+
emptyText?: string;
|
|
20
|
+
replyLabel?: string;
|
|
21
|
+
cancelReplyLabel?: string;
|
|
22
|
+
sendReplyLabel?: string;
|
|
23
|
+
replyPlaceholder?: string;
|
|
24
|
+
replyAriaLabel?: string;
|
|
25
|
+
resolveLabel?: string;
|
|
26
|
+
reopenLabel?: string;
|
|
27
|
+
locale?: string;
|
|
28
|
+
}
|
|
29
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
30
|
+
reply: (payload: {
|
|
31
|
+
parent: CommentThreadItem;
|
|
32
|
+
index: number;
|
|
33
|
+
text: string;
|
|
34
|
+
mentions: Array<string>;
|
|
35
|
+
}) => any;
|
|
36
|
+
resolve: (payload: {
|
|
37
|
+
item: CommentThreadItem;
|
|
38
|
+
index: number;
|
|
39
|
+
}) => any;
|
|
40
|
+
reopen: (payload: {
|
|
41
|
+
item: CommentThreadItem;
|
|
42
|
+
index: number;
|
|
43
|
+
}) => any;
|
|
44
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
45
|
+
onReply?: ((payload: {
|
|
46
|
+
parent: CommentThreadItem;
|
|
47
|
+
index: number;
|
|
48
|
+
text: string;
|
|
49
|
+
mentions: Array<string>;
|
|
50
|
+
}) => any) | undefined;
|
|
51
|
+
onResolve?: ((payload: {
|
|
52
|
+
item: CommentThreadItem;
|
|
53
|
+
index: number;
|
|
54
|
+
}) => any) | undefined;
|
|
55
|
+
onReopen?: ((payload: {
|
|
56
|
+
item: CommentThreadItem;
|
|
57
|
+
index: number;
|
|
58
|
+
}) => any) | undefined;
|
|
59
|
+
}>, {
|
|
60
|
+
ariaLabel: string;
|
|
61
|
+
items: Array<CommentThreadItem>;
|
|
62
|
+
emptyText: string;
|
|
63
|
+
locale: string;
|
|
64
|
+
replyLabel: string;
|
|
65
|
+
cancelReplyLabel: string;
|
|
66
|
+
sendReplyLabel: string;
|
|
67
|
+
replyPlaceholder: string;
|
|
68
|
+
replyAriaLabel: string;
|
|
69
|
+
resolveLabel: string;
|
|
70
|
+
reopenLabel: string;
|
|
71
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
72
|
+
export default _default;
|
|
@@ -68,8 +68,8 @@ declare function __VLS_template(): {
|
|
|
68
68
|
open: (...args: any[]) => void;
|
|
69
69
|
}, string, {
|
|
70
70
|
title: string;
|
|
71
|
-
size: "sm" | "md" | "lg";
|
|
72
71
|
modelValue: boolean;
|
|
72
|
+
size: "sm" | "md" | "lg";
|
|
73
73
|
closeOnOverlay: boolean;
|
|
74
74
|
closeOnEsc: boolean;
|
|
75
75
|
showClose: boolean;
|
|
@@ -96,8 +96,8 @@ declare function __VLS_template(): {
|
|
|
96
96
|
$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;
|
|
97
97
|
} & Readonly<{
|
|
98
98
|
title: string;
|
|
99
|
-
size: "sm" | "md" | "lg";
|
|
100
99
|
modelValue: boolean;
|
|
100
|
+
size: "sm" | "md" | "lg";
|
|
101
101
|
closeOnOverlay: boolean;
|
|
102
102
|
closeOnEsc: boolean;
|
|
103
103
|
showClose: boolean;
|
|
@@ -106,7 +106,7 @@ declare function __VLS_template(): {
|
|
|
106
106
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
107
107
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
109
|
-
}>, "close" | "open" | ("title" | "
|
|
109
|
+
}>, "close" | "open" | ("title" | "modelValue" | "size" | "closeOnOverlay" | "closeOnEsc" | "showClose" | "lockScroll")> & import('vue').ShallowUnwrapRef<{
|
|
110
110
|
open: () => void;
|
|
111
111
|
close: () => void;
|
|
112
112
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -141,15 +141,15 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
141
141
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
142
142
|
}>, {
|
|
143
143
|
title: string;
|
|
144
|
-
size: "sm" | "md" | "lg";
|
|
145
144
|
modelValue: boolean;
|
|
145
|
+
size: "sm" | "md" | "lg";
|
|
146
146
|
loading: boolean;
|
|
147
147
|
cancelLabel: string;
|
|
148
148
|
closeOnOverlay: boolean;
|
|
149
|
-
message: string;
|
|
150
149
|
closeOnEsc: boolean;
|
|
151
150
|
showClose: boolean;
|
|
152
151
|
lockScroll: boolean;
|
|
152
|
+
message: string;
|
|
153
153
|
confirmLabel: string;
|
|
154
154
|
confirmSeverity: ButtonSeverity;
|
|
155
155
|
closeOnConfirm: boolean;
|
|
@@ -198,8 +198,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
198
198
|
open: (...args: any[]) => void;
|
|
199
199
|
}, string, {
|
|
200
200
|
title: string;
|
|
201
|
-
size: "sm" | "md" | "lg";
|
|
202
201
|
modelValue: boolean;
|
|
202
|
+
size: "sm" | "md" | "lg";
|
|
203
203
|
closeOnOverlay: boolean;
|
|
204
204
|
closeOnEsc: boolean;
|
|
205
205
|
showClose: boolean;
|
|
@@ -226,8 +226,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
226
226
|
$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;
|
|
227
227
|
} & Readonly<{
|
|
228
228
|
title: string;
|
|
229
|
-
size: "sm" | "md" | "lg";
|
|
230
229
|
modelValue: boolean;
|
|
230
|
+
size: "sm" | "md" | "lg";
|
|
231
231
|
closeOnOverlay: boolean;
|
|
232
232
|
closeOnEsc: boolean;
|
|
233
233
|
showClose: boolean;
|
|
@@ -236,7 +236,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
236
236
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
237
237
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
238
238
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
239
|
-
}>, "close" | "open" | ("title" | "
|
|
239
|
+
}>, "close" | "open" | ("title" | "modelValue" | "size" | "closeOnOverlay" | "closeOnEsc" | "showClose" | "lockScroll")> & import('vue').ShallowUnwrapRef<{
|
|
240
240
|
open: () => void;
|
|
241
241
|
close: () => void;
|
|
242
242
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|