@codemonster-ru/vueforge 0.93.0 → 0.95.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 +60 -3
- package/dist/index.ts.mjs +16895 -10584
- package/dist/index.ts.umd.js +17 -14
- 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__/app-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/audit-log-viewer.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__/dynamic-dialog.test.d.ts +1 -0
- package/dist/package/components/__tests__/file-manager.test.d.ts +1 -0
- package/dist/package/components/__tests__/footer.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__/json-viewer.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__/meter-group.test.d.ts +1 -0
- package/dist/package/components/__tests__/navigation-rail.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__/page-layout.test.d.ts +1 -0
- package/dist/package/components/__tests__/permission-matrix.test.d.ts +1 -0
- package/dist/package/components/__tests__/query-builder.test.d.ts +1 -0
- package/dist/package/components/__tests__/resizable-sidebar.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__/show-hide.test.d.ts +1 -0
- package/dist/package/components/__tests__/split-layout.test.d.ts +1 -0
- package/dist/package/components/__tests__/sticky-region.test.d.ts +1 -0
- package/dist/package/components/__tests__/tab-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/tiered-menu.test.d.ts +1 -0
- package/dist/package/components/accordion-context.d.ts +2 -0
- package/dist/package/components/accordion.vue.d.ts +23 -0
- package/dist/package/components/activity-feed.vue.d.ts +79 -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/app-bar.vue.d.ts +47 -0
- package/dist/package/components/audit-log-viewer.vue.d.ts +72 -0
- package/dist/package/components/block-ui.vue.d.ts +1 -1
- package/dist/package/components/bottom-sheet.vue.d.ts +57 -0
- 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/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 +1 -1
- 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/command-palette.vue.d.ts +32 -1
- package/dist/package/components/comment-thread.vue.d.ts +74 -0
- package/dist/package/components/confirm-dialog.vue.d.ts +1 -1
- package/dist/package/components/confirm-popup.vue.d.ts +383 -0
- package/dist/package/components/context-menu.vue.d.ts +1 -1
- 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 +51 -7
- package/dist/package/components/data-view.vue.d.ts +1 -1
- package/dist/package/components/date-range-picker.vue.d.ts +1 -1
- package/dist/package/components/datepicker.vue.d.ts +1 -1
- package/dist/package/components/datetimepicker.vue.d.ts +1 -1
- package/dist/package/components/diff-viewer.vue.d.ts +45 -0
- package/dist/package/components/drawer.vue.d.ts +1 -1
- package/dist/package/components/dropdown.vue.d.ts +1 -1
- package/dist/package/components/dynamic-dialog.vue.d.ts +35 -0
- package/dist/package/components/file-manager.vue.d.ts +89 -0
- package/dist/package/components/footer.vue.d.ts +45 -0
- package/dist/package/components/hide.vue.d.ts +29 -0
- package/dist/package/components/infinite-scroll.vue.d.ts +72 -0
- package/dist/package/components/inline-message.vue.d.ts +40 -0
- package/dist/package/components/json-viewer.vue.d.ts +57 -0
- package/dist/package/components/kanban-board.vue.d.ts +15 -27
- package/dist/package/components/kpi-stat-card.vue.d.ts +46 -0
- package/dist/package/components/member-picker.vue.d.ts +89 -0
- package/dist/package/components/meter-group.vue.d.ts +46 -0
- package/dist/package/components/navigation-rail.vue.d.ts +289 -0
- package/dist/package/components/notification-center.vue.d.ts +35 -11
- 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-layout.vue.d.ts +84 -0
- package/dist/package/components/permission-matrix.vue.d.ts +48 -0
- package/dist/package/components/popover.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/rating.vue.d.ts +4 -0
- package/dist/package/components/resizable-sidebar.vue.d.ts +73 -0
- 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 +61 -0
- package/dist/package/components/scroll-panel.vue.d.ts +1 -1
- package/dist/package/components/scroll-top.vue.d.ts +1 -1
- package/dist/package/components/show.vue.d.ts +29 -0
- package/dist/package/components/sidebar.vue.d.ts +4 -4
- package/dist/package/components/split-button.vue.d.ts +7 -7
- package/dist/package/components/split-layout.vue.d.ts +73 -0
- package/dist/package/components/splitter.vue.d.ts +2 -2
- package/dist/package/components/sticky-region.vue.d.ts +35 -0
- package/dist/package/components/tab-menu.vue.d.ts +33 -0
- package/dist/package/components/terminal.vue.d.ts +2 -2
- package/dist/package/components/tiered-menu.vue.d.ts +34 -0
- package/dist/package/components/toast.vue.d.ts +1 -1
- package/dist/package/components/tooltip.vue.d.ts +1 -1
- package/dist/package/components/tour.vue.d.ts +1 -1
- package/dist/package/components/tree-node.vue.d.ts +2 -0
- package/dist/package/components/tree-select.vue.d.ts +1 -1
- package/dist/package/components/tree-table.vue.d.ts +3 -3
- package/dist/package/components/tree.vue.d.ts +23 -1
- package/dist/package/config/locale-text.d.ts +10 -0
- package/dist/package/config/theme-core.d.ts +777 -0
- 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/app-bar.d.ts +14 -0
- package/dist/package/themes/default/components/audit-log-viewer.d.ts +20 -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/file-manager.d.ts +55 -0
- package/dist/package/themes/default/components/footer.d.ts +13 -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/json-viewer.d.ts +33 -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/navigation-rail.d.ts +28 -0
- package/dist/package/themes/default/components/overlay-badge.d.ts +33 -0
- package/dist/package/themes/default/components/page-layout.d.ts +23 -0
- package/dist/package/themes/default/components/permission-matrix.d.ts +29 -0
- package/dist/package/themes/default/components/query-builder.d.ts +26 -0
- package/dist/package/themes/default/components/resizable-sidebar.d.ts +16 -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/split-layout.d.ts +20 -0
- package/dist/package/themes/default/components/sticky-region.d.ts +9 -0
- package/dist/package/themes/default/components/tab-menu.d.ts +14 -0
- package/dist/package/themes/default/index.d.ts +864 -31
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -6,6 +6,8 @@ export type AccordionContext = {
|
|
|
6
6
|
modelValue: ComputedRef<AccordionValue | AccordionValue[] | undefined>;
|
|
7
7
|
multiple: ComputedRef<boolean>;
|
|
8
8
|
disabled: ComputedRef<boolean>;
|
|
9
|
+
dense: ComputedRef<boolean>;
|
|
10
|
+
grouped: ComputedRef<boolean>;
|
|
9
11
|
variant: ComputedRef<AccordionVariant>;
|
|
10
12
|
size: ComputedRef<AccordionSize>;
|
|
11
13
|
onToggle: (value: AccordionValue, event: Event) => void;
|
|
@@ -3,6 +3,12 @@ interface Props {
|
|
|
3
3
|
modelValue?: AccordionValue | AccordionValue[];
|
|
4
4
|
multiple?: boolean;
|
|
5
5
|
disabled?: boolean;
|
|
6
|
+
dense?: boolean;
|
|
7
|
+
grouped?: boolean;
|
|
8
|
+
groupTitle?: string;
|
|
9
|
+
groupDescription?: string;
|
|
10
|
+
analytics?: boolean;
|
|
11
|
+
analyticsContext?: string;
|
|
6
12
|
variant?: AccordionVariant;
|
|
7
13
|
size?: AccordionSize;
|
|
8
14
|
ariaLabel?: string;
|
|
@@ -11,6 +17,9 @@ interface Props {
|
|
|
11
17
|
declare function __VLS_template(): {
|
|
12
18
|
attrs: Partial<{}>;
|
|
13
19
|
slots: {
|
|
20
|
+
'group-title'?(_: {}): any;
|
|
21
|
+
'group-description'?(_: {}): any;
|
|
22
|
+
'group-actions'?(_: {}): any;
|
|
14
23
|
default?(_: {}): any;
|
|
15
24
|
};
|
|
16
25
|
refs: {};
|
|
@@ -20,17 +29,31 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
20
29
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
30
|
change: (...args: any[]) => void;
|
|
22
31
|
"update:modelValue": (...args: any[]) => void;
|
|
32
|
+
itemToggle: (...args: any[]) => void;
|
|
33
|
+
itemExpand: (...args: any[]) => void;
|
|
34
|
+
itemCollapse: (...args: any[]) => void;
|
|
35
|
+
analytics: (...args: any[]) => void;
|
|
23
36
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
24
37
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
25
38
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
onItemToggle?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
onItemExpand?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
onItemCollapse?: ((...args: any[]) => any) | undefined;
|
|
42
|
+
onAnalytics?: ((...args: any[]) => any) | undefined;
|
|
26
43
|
}>, {
|
|
27
44
|
disabled: boolean;
|
|
28
45
|
modelValue: AccordionValue | AccordionValue[];
|
|
29
46
|
size: AccordionSize;
|
|
30
47
|
variant: AccordionVariant;
|
|
48
|
+
dense: boolean;
|
|
31
49
|
ariaLabel: string;
|
|
32
50
|
multiple: boolean;
|
|
33
51
|
ariaLabelledby: string;
|
|
52
|
+
grouped: boolean;
|
|
53
|
+
analytics: boolean;
|
|
54
|
+
groupTitle: string;
|
|
55
|
+
groupDescription: string;
|
|
56
|
+
analyticsContext: string;
|
|
34
57
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
35
58
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
59
|
export default _default;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
type ActivityFeedType = 'neutral' | 'info' | 'success' | 'warn' | 'danger';
|
|
2
|
+
type GroupByMode = 'date' | 'none';
|
|
3
|
+
type DateLike = string | number | Date;
|
|
4
|
+
export interface ActivityFeedActor {
|
|
5
|
+
id?: string | number;
|
|
6
|
+
name: string;
|
|
7
|
+
avatar?: string;
|
|
8
|
+
meta?: string;
|
|
9
|
+
}
|
|
10
|
+
export interface ActivityFeedItem {
|
|
11
|
+
id?: string | number;
|
|
12
|
+
title: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
timestamp?: DateLike;
|
|
15
|
+
type?: ActivityFeedType;
|
|
16
|
+
actor?: ActivityFeedActor;
|
|
17
|
+
actionLabel?: string;
|
|
18
|
+
actionValue?: string;
|
|
19
|
+
groupLabel?: string;
|
|
20
|
+
}
|
|
21
|
+
interface Props {
|
|
22
|
+
items?: Array<ActivityFeedItem>;
|
|
23
|
+
groupBy?: GroupByMode;
|
|
24
|
+
relativeTime?: boolean;
|
|
25
|
+
locale?: string;
|
|
26
|
+
timeZone?: string;
|
|
27
|
+
now?: DateLike | null;
|
|
28
|
+
emptyText?: string;
|
|
29
|
+
ariaLabel?: string;
|
|
30
|
+
}
|
|
31
|
+
declare function __VLS_template(): {
|
|
32
|
+
attrs: Partial<{}>;
|
|
33
|
+
slots: {
|
|
34
|
+
item?(_: {
|
|
35
|
+
item: ActivityFeedItem;
|
|
36
|
+
index: number;
|
|
37
|
+
relativeTime: string;
|
|
38
|
+
timestamp: string;
|
|
39
|
+
actorLabel: string;
|
|
40
|
+
onClick: () => void;
|
|
41
|
+
onAction: () => void;
|
|
42
|
+
}): any;
|
|
43
|
+
empty?(_: {}): any;
|
|
44
|
+
};
|
|
45
|
+
refs: {};
|
|
46
|
+
rootEl: HTMLElement;
|
|
47
|
+
};
|
|
48
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
49
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
50
|
+
itemClick: (item: ActivityFeedItem, index: number) => any;
|
|
51
|
+
actionClick: (payload: {
|
|
52
|
+
item: ActivityFeedItem;
|
|
53
|
+
index: number;
|
|
54
|
+
action?: string;
|
|
55
|
+
}) => any;
|
|
56
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
57
|
+
onItemClick?: ((item: ActivityFeedItem, index: number) => any) | undefined;
|
|
58
|
+
onActionClick?: ((payload: {
|
|
59
|
+
item: ActivityFeedItem;
|
|
60
|
+
index: number;
|
|
61
|
+
action?: string;
|
|
62
|
+
}) => any) | undefined;
|
|
63
|
+
}>, {
|
|
64
|
+
ariaLabel: string;
|
|
65
|
+
items: Array<ActivityFeedItem>;
|
|
66
|
+
emptyText: string;
|
|
67
|
+
locale: string;
|
|
68
|
+
timeZone: string;
|
|
69
|
+
groupBy: GroupByMode;
|
|
70
|
+
relativeTime: boolean;
|
|
71
|
+
now: DateLike | null;
|
|
72
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
73
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
74
|
+
export default _default;
|
|
75
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
76
|
+
new (): {
|
|
77
|
+
$slots: S;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { QueryBuilderField, QueryBuilderGroupNode } from './query-builder-types';
|
|
2
|
+
export type AdvancedFilterFieldType = 'text' | 'number' | 'boolean' | 'select' | 'date';
|
|
3
|
+
export interface AdvancedFilterFieldOption {
|
|
4
|
+
label: string;
|
|
5
|
+
value: string | number | boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface AdvancedFilterField {
|
|
8
|
+
key: string;
|
|
9
|
+
label: string;
|
|
10
|
+
type?: AdvancedFilterFieldType;
|
|
11
|
+
placeholder?: string;
|
|
12
|
+
options?: Array<AdvancedFilterFieldOption>;
|
|
13
|
+
defaultValue?: unknown;
|
|
14
|
+
}
|
|
15
|
+
export interface AdvancedFilterPreset {
|
|
16
|
+
id: string;
|
|
17
|
+
label: string;
|
|
18
|
+
state: Partial<AdvancedFilterPanelState>;
|
|
19
|
+
}
|
|
20
|
+
export interface AdvancedFilterPanelState {
|
|
21
|
+
query: QueryBuilderGroupNode;
|
|
22
|
+
fieldValues: Record<string, unknown>;
|
|
23
|
+
presetId: string | null;
|
|
24
|
+
}
|
|
25
|
+
export interface AdvancedFilterPanelQueryPayload {
|
|
26
|
+
presetId?: string;
|
|
27
|
+
fieldValues?: string;
|
|
28
|
+
query?: string;
|
|
29
|
+
}
|
|
30
|
+
export type AdvancedFilterPanelQueryBuilderField = QueryBuilderField;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { AdvancedFilterField, AdvancedFilterPanelQueryBuilderField, AdvancedFilterPanelState, AdvancedFilterPreset } from './advanced-filter-panel-types';
|
|
2
|
+
interface Props {
|
|
3
|
+
modelValue?: AdvancedFilterPanelState | null;
|
|
4
|
+
fields?: Array<AdvancedFilterField>;
|
|
5
|
+
queryBuilderFields?: Array<AdvancedFilterPanelQueryBuilderField>;
|
|
6
|
+
presets?: Array<AdvancedFilterPreset>;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
showQueryBuilder?: boolean;
|
|
9
|
+
ariaLabel?: string;
|
|
10
|
+
presetLabel?: string;
|
|
11
|
+
noPresetLabel?: string;
|
|
12
|
+
applyLabel?: string;
|
|
13
|
+
resetLabel?: string;
|
|
14
|
+
}
|
|
15
|
+
declare const _default: import('vue').DefineComponent<Props, {
|
|
16
|
+
serializeToQueryParams: () => string;
|
|
17
|
+
deserializeFromQueryParams: (queryString: string) => boolean;
|
|
18
|
+
applyState: () => void;
|
|
19
|
+
resetState: () => void;
|
|
20
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
change: (...args: any[]) => void;
|
|
22
|
+
reset: (...args: any[]) => void;
|
|
23
|
+
"update:modelValue": (...args: any[]) => void;
|
|
24
|
+
apply: (...args: any[]) => void;
|
|
25
|
+
presetChange: (...args: any[]) => void;
|
|
26
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
27
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
onReset?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
onApply?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
onPresetChange?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
disabled: boolean;
|
|
34
|
+
modelValue: AdvancedFilterPanelState | null;
|
|
35
|
+
ariaLabel: string;
|
|
36
|
+
presets: Array<AdvancedFilterPreset>;
|
|
37
|
+
fields: Array<AdvancedFilterField>;
|
|
38
|
+
queryBuilderFields: Array<AdvancedFilterPanelQueryBuilderField>;
|
|
39
|
+
showQueryBuilder: boolean;
|
|
40
|
+
presetLabel: string;
|
|
41
|
+
noPresetLabel: string;
|
|
42
|
+
applyLabel: string;
|
|
43
|
+
resetLabel: string;
|
|
44
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
45
|
+
export default _default;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
as?: string;
|
|
3
|
+
title?: string;
|
|
4
|
+
fixed?: boolean;
|
|
5
|
+
sticky?: boolean;
|
|
6
|
+
dense?: boolean;
|
|
7
|
+
mobileBreakpoint?: number;
|
|
8
|
+
collapseActionsOnMobile?: boolean;
|
|
9
|
+
height?: string;
|
|
10
|
+
denseHeight?: string;
|
|
11
|
+
zIndex?: string | number;
|
|
12
|
+
ariaLabel?: string;
|
|
13
|
+
actionsAriaLabel?: string;
|
|
14
|
+
}
|
|
15
|
+
declare function __VLS_template(): {
|
|
16
|
+
attrs: Partial<{}>;
|
|
17
|
+
slots: {
|
|
18
|
+
start?(_: {}): any;
|
|
19
|
+
title?(_: {}): any;
|
|
20
|
+
default?(_: {}): any;
|
|
21
|
+
actions?(_: {}): any;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
rootEl: any;
|
|
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
|
+
as: string;
|
|
29
|
+
fixed: boolean;
|
|
30
|
+
title: string;
|
|
31
|
+
actionsAriaLabel: string;
|
|
32
|
+
dense: boolean;
|
|
33
|
+
ariaLabel: string;
|
|
34
|
+
height: string;
|
|
35
|
+
sticky: boolean;
|
|
36
|
+
mobileBreakpoint: number;
|
|
37
|
+
collapseActionsOnMobile: boolean;
|
|
38
|
+
denseHeight: string;
|
|
39
|
+
zIndex: string | number;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
|
+
export default _default;
|
|
43
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
44
|
+
new (): {
|
|
45
|
+
$slots: S;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
type DateLike = string | number | Date;
|
|
2
|
+
export interface AuditLogActor {
|
|
3
|
+
id?: string | number;
|
|
4
|
+
name: string;
|
|
5
|
+
meta?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface AuditLogEntry {
|
|
8
|
+
id?: string | number;
|
|
9
|
+
event: string;
|
|
10
|
+
summary?: string;
|
|
11
|
+
actor?: AuditLogActor;
|
|
12
|
+
entity?: string;
|
|
13
|
+
timestamp?: DateLike;
|
|
14
|
+
payload?: unknown;
|
|
15
|
+
previousPayload?: unknown;
|
|
16
|
+
}
|
|
17
|
+
interface Props {
|
|
18
|
+
entries?: Array<AuditLogEntry>;
|
|
19
|
+
drawerTitle?: string;
|
|
20
|
+
emptyText?: string;
|
|
21
|
+
detailsLabel?: string;
|
|
22
|
+
ariaLabel?: string;
|
|
23
|
+
showDiff?: boolean;
|
|
24
|
+
locale?: string;
|
|
25
|
+
timeZone?: string;
|
|
26
|
+
}
|
|
27
|
+
declare function __VLS_template(): {
|
|
28
|
+
attrs: Partial<{}>;
|
|
29
|
+
slots: {
|
|
30
|
+
empty?(_: {}): any;
|
|
31
|
+
};
|
|
32
|
+
refs: {};
|
|
33
|
+
rootEl: HTMLElement;
|
|
34
|
+
};
|
|
35
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
36
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
37
|
+
select: (payload: {
|
|
38
|
+
entry: AuditLogEntry;
|
|
39
|
+
index: number;
|
|
40
|
+
}) => any;
|
|
41
|
+
openDetails: (payload: {
|
|
42
|
+
entry: AuditLogEntry;
|
|
43
|
+
index: number;
|
|
44
|
+
}) => any;
|
|
45
|
+
closeDetails: () => any;
|
|
46
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
47
|
+
onSelect?: ((payload: {
|
|
48
|
+
entry: AuditLogEntry;
|
|
49
|
+
index: number;
|
|
50
|
+
}) => any) | undefined;
|
|
51
|
+
onOpenDetails?: ((payload: {
|
|
52
|
+
entry: AuditLogEntry;
|
|
53
|
+
index: number;
|
|
54
|
+
}) => any) | undefined;
|
|
55
|
+
onCloseDetails?: (() => any) | undefined;
|
|
56
|
+
}>, {
|
|
57
|
+
entries: Array<AuditLogEntry>;
|
|
58
|
+
ariaLabel: string;
|
|
59
|
+
emptyText: string;
|
|
60
|
+
locale: string;
|
|
61
|
+
timeZone: string;
|
|
62
|
+
drawerTitle: string;
|
|
63
|
+
detailsLabel: string;
|
|
64
|
+
showDiff: boolean;
|
|
65
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
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
|
+
};
|
|
@@ -32,9 +32,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
32
32
|
modelValue: boolean;
|
|
33
33
|
variant: OverlayVariant;
|
|
34
34
|
ariaLabel: string;
|
|
35
|
+
zIndex: number | string | null;
|
|
35
36
|
fullScreen: boolean;
|
|
36
37
|
showSpinner: boolean;
|
|
37
|
-
zIndex: number | string | null;
|
|
38
38
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
39
39
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
40
40
|
export default _default;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
title?: string;
|
|
4
|
+
overlay?: boolean;
|
|
5
|
+
closeOnOverlay?: boolean;
|
|
6
|
+
closeOnEsc?: boolean;
|
|
7
|
+
showClose?: boolean;
|
|
8
|
+
lockScroll?: boolean;
|
|
9
|
+
size?: 'sm' | 'md' | 'lg';
|
|
10
|
+
}
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
header?(_: {}): any;
|
|
15
|
+
close?(_: {
|
|
16
|
+
close: () => void;
|
|
17
|
+
}): any;
|
|
18
|
+
body?(_: {}): any;
|
|
19
|
+
default?(_: {}): any;
|
|
20
|
+
footer?(_: {}): any;
|
|
21
|
+
};
|
|
22
|
+
refs: {
|
|
23
|
+
panel: HTMLDivElement;
|
|
24
|
+
};
|
|
25
|
+
rootEl: any;
|
|
26
|
+
};
|
|
27
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
28
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
29
|
+
open: () => void;
|
|
30
|
+
close: () => void;
|
|
31
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
32
|
+
close: (...args: any[]) => void;
|
|
33
|
+
"update:modelValue": (...args: any[]) => void;
|
|
34
|
+
open: (...args: any[]) => void;
|
|
35
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
36
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
37
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
38
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
}>, {
|
|
40
|
+
title: string;
|
|
41
|
+
modelValue: boolean;
|
|
42
|
+
size: "sm" | "md" | "lg";
|
|
43
|
+
overlay: boolean;
|
|
44
|
+
closeOnOverlay: boolean;
|
|
45
|
+
closeOnEsc: boolean;
|
|
46
|
+
showClose: boolean;
|
|
47
|
+
lockScroll: boolean;
|
|
48
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
49
|
+
panel: HTMLDivElement;
|
|
50
|
+
}, any>;
|
|
51
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
52
|
+
export default _default;
|
|
53
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
54
|
+
new (): {
|
|
55
|
+
$slots: S;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { BulkActionBarAction } from './bulk-action-bar-types';
|
|
2
|
+
interface Props {
|
|
3
|
+
selection?: Array<string | number>;
|
|
4
|
+
actions?: Array<BulkActionBarAction>;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
confirmMessage?: string;
|
|
7
|
+
selectedCountLabel?: string;
|
|
8
|
+
ariaLabel?: string;
|
|
9
|
+
undoLabel?: string;
|
|
10
|
+
showUndoButton?: boolean;
|
|
11
|
+
undoDisabled?: boolean;
|
|
12
|
+
lastActionId?: string | null;
|
|
13
|
+
undoToken?: string;
|
|
14
|
+
}
|
|
15
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
action: (...args: any[]) => void;
|
|
17
|
+
confirm: (...args: any[]) => void;
|
|
18
|
+
undo: (...args: any[]) => void;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
20
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
22
|
+
onUndo?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
}>, {
|
|
24
|
+
disabled: boolean;
|
|
25
|
+
actions: Array<BulkActionBarAction>;
|
|
26
|
+
ariaLabel: string;
|
|
27
|
+
selection: Array<string | number>;
|
|
28
|
+
confirmMessage: string;
|
|
29
|
+
selectedCountLabel: string;
|
|
30
|
+
undoLabel: string;
|
|
31
|
+
showUndoButton: boolean;
|
|
32
|
+
undoDisabled: boolean;
|
|
33
|
+
lastActionId: string | null;
|
|
34
|
+
undoToken: string;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
36
|
+
export default _default;
|