@pristy/pristy-libvue 2.5.4 → 2.7.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/README.md +80 -17
- package/dist/{jszip.min-8PfeYdht.js → jszip.min-BrmBkVmG.js} +35 -32
- package/dist/jszip.min-BrmBkVmG.js.map +1 -0
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +32277 -173
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +27 -26
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/CodeMirrorEditor.vue.d.ts +3 -0
- package/dist/src/components/CodeMirrorEditor.vue.d.ts.map +1 -1
- package/dist/src/components/DiffViewerDialog.vue.d.ts +2 -0
- package/dist/src/components/DiffViewerDialog.vue.d.ts.map +1 -1
- package/dist/src/components/FolderUpload.vue.d.ts +1 -0
- package/dist/src/components/HelpKeyMessage.vue.d.ts.map +1 -1
- package/dist/src/components/SelectionStatus.vue.d.ts +1 -1
- package/dist/src/components/UploadStatus.vue.d.ts +1 -0
- package/dist/src/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts +1 -1
- package/dist/src/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts.map +1 -1
- package/dist/src/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts +1 -1
- package/dist/src/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts.map +1 -1
- package/dist/src/components/chat/ChatInput.vue.d.ts.map +1 -1
- package/dist/src/components/chat/ChatPanel.vue.d.ts.map +1 -1
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +31 -3
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
- package/dist/src/components/classification/EmplacementForm.vue.d.ts +14 -2
- package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/FieldForm.vue.d.ts +5 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts +277 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts.map +1 -1
- package/dist/src/components/classification/NatureForm.vue.d.ts +14 -2
- package/dist/src/components/classification/NatureForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts +277 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts.map +1 -1
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +18 -6881
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
- package/dist/src/components/config/ArrayEditor.vue.d.ts.map +1 -1
- package/dist/src/components/config/ConfigSplitView.vue.d.ts.map +1 -1
- package/dist/src/components/config/ConfigUpload.vue.d.ts +2 -2
- package/dist/src/components/config/ListVersionConfig.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppLayout.vue.d.ts +63 -3
- package/dist/src/components/layouts/AppLayout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppMobileLayout.vue.d.ts +1 -0
- package/dist/src/components/layouts/AppMobileLayout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppSidebar.vue.d.ts +42 -0
- package/dist/src/components/layouts/AppSidebar.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppSubmenu.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppTopbar.vue.d.ts +2 -1
- package/dist/src/components/layouts/AppTopbar.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/SidebarProfileSection.vue.d.ts +49 -0
- package/dist/src/components/layouts/SidebarProfileSection.vue.d.ts.map +1 -0
- package/dist/src/components/navigation/ColumnTogglePanel.vue.d.ts +2 -0
- package/dist/src/components/navigation/ColumnTogglePanel.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +140 -31
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentFiltersHeader.vue.d.ts +1 -24
- package/dist/src/components/navigation/ContentFiltersHeader.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentGridView.vue.d.ts +7 -2
- package/dist/src/components/navigation/ContentGridView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentListView.vue.d.ts +3 -2
- package/dist/src/components/navigation/ContentListView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts +155 -23
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentToolbar.vue.d.ts +19 -0
- package/dist/src/components/navigation/ContentToolbar.vue.d.ts.map +1 -0
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +340 -93
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/LayoutSelector.vue.d.ts +1 -0
- package/dist/src/components/navigation/LayoutSelector.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/PreviewPanel.vue.d.ts +41 -2
- package/dist/src/components/navigation/PreviewPanel.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/SelectionBar.vue.d.ts +90 -0
- package/dist/src/components/navigation/SelectionBar.vue.d.ts.map +1 -0
- package/dist/src/components/pdfTools/PdfToolsComponent.vue.d.ts.map +1 -1
- package/dist/src/components/popup/CopyOrMovePopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/CreateWorkflowPopup.vue.d.ts +1 -0
- package/dist/src/components/popup/CreateWorkflowPopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ImportNewVersionPopup.vue.d.ts +2 -2
- package/dist/src/components/popup/ImportNewVersionPopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts +4 -2
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts.map +1 -1
- package/dist/src/components/popup/MemberListPopup.vue.d.ts +4 -2
- package/dist/src/components/popup/MemberListPopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/SendMailPopup.vue.d.ts +3 -0
- package/dist/src/components/popup/SendMailPopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ShareLinkPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/AddCriterionPopup.vue.d.ts +6 -0
- package/dist/src/components/search/AddCriterionPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +7 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +9 -3
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/FavoriteViewMenu.vue.d.ts +1 -0
- package/dist/src/components/search/FavoriteViewMenu.vue.d.ts.map +1 -1
- package/dist/src/components/search/SaveViewPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/UserViewsFavoritesPanel.vue.d.ts +1 -0
- package/dist/src/components/search/UserViewsFavoritesPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/ViewResultsPanel.vue.d.ts +1 -1
- package/dist/src/components/users/MemberList.vue.d.ts +4 -2
- package/dist/src/components/users/MemberList.vue.d.ts.map +1 -1
- package/dist/src/components/viewer/ImageViewer.vue.d.ts.map +1 -1
- package/dist/src/components/viewer/PDFComponent.vue.d.ts +41 -2
- package/dist/src/components/viewer/PDFComponent.vue.d.ts.map +1 -1
- package/dist/src/components/viewer/VideoPlayer.vue.d.ts.map +1 -1
- package/dist/src/components/workspace/WorkspaceCard.vue.d.ts.map +1 -1
- package/dist/src/composables/useAuth.d.ts +4 -0
- package/dist/src/composables/useAuth.d.ts.map +1 -0
- package/dist/src/composables/useClassificationPlan.d.ts +3 -1
- package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
- package/dist/src/composables/useCodeMirror.d.ts.map +1 -1
- package/dist/src/composables/useCollabEditor.d.ts +1 -0
- package/dist/src/composables/useCollabEditor.d.ts.map +1 -1
- package/dist/src/composables/useCollabWebSocket.d.ts.map +1 -1
- package/dist/src/composables/useColumnFilter.d.ts +27 -0
- package/dist/src/composables/useColumnFilter.d.ts.map +1 -0
- package/dist/src/composables/useLayout.d.ts +21 -1
- package/dist/src/composables/useLayout.d.ts.map +1 -1
- package/dist/src/composables/useMarkdownPreview.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +276 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +119 -111
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/services/AlfrescoFileService.d.ts +6 -0
- package/dist/src/services/AlfrescoFileService.d.ts.map +1 -1
- package/dist/src/services/AlfrescoNodeService.d.ts +8 -0
- package/dist/src/services/AlfrescoNodeService.d.ts.map +1 -1
- package/dist/src/services/ClassificationFileService.d.ts.map +1 -1
- package/dist/src/services/CollabBackupService.d.ts +27 -0
- package/dist/src/services/CollabBackupService.d.ts.map +1 -0
- package/dist/src/services/FormatService.d.ts.map +1 -1
- package/dist/src/services/UserViewService.d.ts.map +1 -1
- package/dist/src/services/WorkflowService.d.ts.map +1 -1
- package/dist/src/services/WorkspaceService.d.ts.map +1 -1
- package/dist/src/stores/config.d.ts +51 -0
- package/dist/src/stores/config.d.ts.map +1 -1
- package/dist/src/stores/taskNotification.d.ts +9 -0
- package/dist/src/stores/taskNotification.d.ts.map +1 -0
- package/dist/src/stores/upload.d.ts +9 -0
- package/dist/src/stores/upload.d.ts.map +1 -1
- package/dist/src/stores/user.d.ts.map +1 -1
- package/dist/src/typedef.d.ts +367 -0
- package/dist/src/typedef.d.ts.map +1 -0
- package/dist/src/utils/classificationPlanUtils.d.ts +4 -1
- package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
- package/package.json +12 -12
- package/dist/index-BbVzbEij.js +0 -78797
- package/dist/index-BbVzbEij.js.map +0 -1
- package/dist/jszip.min-8PfeYdht.js.map +0 -1
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts +0 -6839
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts.map +0 -1
|
@@ -1,12 +1,19 @@
|
|
|
1
|
-
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ObjectDirective } from 'vue';
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ObjectDirective } from 'vue';
|
|
2
2
|
import { default as __DTS_DEFAULT_0__ } from 'quick-lru';
|
|
3
3
|
import { RenditionEntry } from '@alfresco/js-api';
|
|
4
4
|
import { DefineComponent } from '@primevue/core';
|
|
5
5
|
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
6
|
+
import { ToggleSwitchProps, ToggleSwitchSlots } from 'primevue/toggleswitch';
|
|
7
|
+
import { PopoverProps, PopoverSlots, PopoverMethods } from 'primevue/popover';
|
|
8
|
+
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
9
|
+
import { IconFieldProps, IconFieldSlots } from 'primevue/iconfield';
|
|
10
|
+
import { InputIconProps, InputIconSlots } from 'primevue/inputicon';
|
|
11
|
+
import { DividerProps, DividerSlots } from 'primevue/divider';
|
|
6
12
|
import { ImageProps, ImageSlots, ImageMethods } from 'primevue/image';
|
|
7
13
|
import { DataTableProps, DataTableSlots, DataTableSortEvent, DataTableFilterEvent, DataTablePageEvent, DataTableSortMeta, DataTableExpandedRows, DataTableFilterMeta, DataTableEditingRows, DataTableRowClickEvent, DataTableRowDoubleClickEvent, DataTableRowContextMenuEvent, DataTableRowSelectEvent, DataTableRowSelectAllEvent, DataTableRowUnselectAllEvent, DataTableRowUnselectEvent, DataTableSelectAllChangeEvent, DataTableColumnResizeEndEvent, DataTableColumnReorderEvent, DataTableRowReorderEvent, DataTableRowExpandEvent, DataTableRowCollapseEvent, DataTableCellEditInitEvent, DataTableCellEditCompleteEvent, DataTableCellEditCancelEvent, DataTableRowEditInitEvent, DataTableRowEditSaveEvent, DataTableRowEditCancelEvent, DataTableStateEvent, DataTableMethods } from 'primevue/datatable';
|
|
8
|
-
import { CheckboxProps, CheckboxSlots } from 'primevue/checkbox';
|
|
9
14
|
import { ColumnProps, ColumnSlots } from 'primevue/column';
|
|
15
|
+
import { CheckboxProps, CheckboxSlots } from 'primevue/checkbox';
|
|
16
|
+
import { SelectProps, SelectSlots, SelectFilterEvent, SelectChangeEvent, SelectMethods } from 'primevue/select';
|
|
10
17
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
11
18
|
files: {
|
|
12
19
|
type: ArrayConstructor;
|
|
@@ -24,10 +31,6 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
24
31
|
type: ArrayConstructor;
|
|
25
32
|
default: () => any[];
|
|
26
33
|
};
|
|
27
|
-
isPageSelected: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
34
|
isPreviewPanelVisible: {
|
|
32
35
|
type: BooleanConstructor;
|
|
33
36
|
default: boolean;
|
|
@@ -40,6 +43,22 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
40
43
|
type: BooleanConstructor;
|
|
41
44
|
default: boolean;
|
|
42
45
|
};
|
|
46
|
+
inlineActions: {
|
|
47
|
+
type: ArrayConstructor;
|
|
48
|
+
default: () => any[];
|
|
49
|
+
};
|
|
50
|
+
hideMoreActions: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
sortField: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: any;
|
|
57
|
+
};
|
|
58
|
+
sortOrder: {
|
|
59
|
+
type: NumberConstructor;
|
|
60
|
+
default: any;
|
|
61
|
+
};
|
|
43
62
|
totalRecordNodes: {
|
|
44
63
|
type: NumberConstructor;
|
|
45
64
|
default: number;
|
|
@@ -48,12 +67,36 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
48
67
|
type: ArrayConstructor;
|
|
49
68
|
default: () => any[];
|
|
50
69
|
};
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
70
|
+
activeFilters: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
default: () => {};
|
|
73
|
+
};
|
|
74
|
+
filterOptions: {
|
|
75
|
+
type: ObjectConstructor;
|
|
76
|
+
default: () => {};
|
|
56
77
|
};
|
|
78
|
+
}>, {
|
|
79
|
+
filterPopoverRef: Ref<any, any>;
|
|
80
|
+
activeFilterColumn: Ref<any, any>;
|
|
81
|
+
textFilterOperator: Ref<string, string>;
|
|
82
|
+
textFilterValue: Ref<string, string>;
|
|
83
|
+
textFilterOperators: ComputedRef<{
|
|
84
|
+
label: any;
|
|
85
|
+
value: string;
|
|
86
|
+
}[]>;
|
|
87
|
+
currentFilterOptions: ComputedRef<any>;
|
|
88
|
+
hasActiveFilters: ComputedRef<boolean>;
|
|
89
|
+
clearAllFilters: () => void;
|
|
90
|
+
getFilterField: (col: any) => any;
|
|
91
|
+
isColumnFiltered: (col: any) => boolean;
|
|
92
|
+
isOptionSelected: (value: any) => boolean;
|
|
93
|
+
openFilterPopover: (event: any, col: any) => void;
|
|
94
|
+
toggleFilterOption: (value: any) => void;
|
|
95
|
+
applyTextFilter: () => void;
|
|
96
|
+
clearColumnFilter: () => void;
|
|
97
|
+
}, {}, {
|
|
98
|
+
visibleColumns(): unknown[];
|
|
99
|
+
allSelected(): boolean;
|
|
57
100
|
selectedNodesCopy: {
|
|
58
101
|
get(): unknown[];
|
|
59
102
|
set(value: any): void;
|
|
@@ -64,9 +107,16 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
64
107
|
}) => {
|
|
65
108
|
style: string;
|
|
66
109
|
};
|
|
110
|
+
headerCheckbox: {
|
|
111
|
+
root: {
|
|
112
|
+
title: string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
67
115
|
};
|
|
68
116
|
}, {
|
|
117
|
+
onSort(event: any): void;
|
|
69
118
|
navigateTo(node: any): void;
|
|
119
|
+
handleNavigateClick(event: any, node: any): void;
|
|
70
120
|
applyAction(actionFnName: any, row: any): void;
|
|
71
121
|
applyFormat(value: any, formatFnName: any): any;
|
|
72
122
|
getValue(obj: any, path: any): any;
|
|
@@ -108,9 +158,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
108
158
|
properties?: any;
|
|
109
159
|
properties?: any;
|
|
110
160
|
}): string;
|
|
161
|
+
isPathElementVisible(item: any, index: any): boolean;
|
|
111
162
|
};
|
|
112
163
|
convertBytesToSize(str: any): string;
|
|
113
164
|
toLocaleDateString(datestr: any): string;
|
|
165
|
+
formatDate(value: any): string;
|
|
114
166
|
toBoolean(value: any): string;
|
|
115
167
|
displaySvg(node: any): boolean;
|
|
116
168
|
loadIcon(item: any): string;
|
|
@@ -119,10 +171,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
119
171
|
displayThumb(node: any): any;
|
|
120
172
|
clickIcon(node: any): void;
|
|
121
173
|
openPreviewPanel(node: any): void;
|
|
122
|
-
|
|
123
|
-
toggleFavorite(node: any): void;
|
|
174
|
+
resolvedInlineActions(node: any): any[];
|
|
124
175
|
toggleFileActionMenu(event: any, node: any): void;
|
|
125
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:
|
|
176
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:selectedNodes" | "click-icon" | "open-preview-panel" | "toggle-file-action-menu" | "navigate-to" | "sort-change" | "update:datatableColumnConfig" | "filter-change" | "clear-all-filters")[], "update:selectedNodes" | "click-icon" | "open-preview-panel" | "toggle-file-action-menu" | "navigate-to" | "sort-change" | "update:datatableColumnConfig" | "filter-change" | "clear-all-filters", PublicProps, Readonly< ExtractPropTypes<{
|
|
126
177
|
files: {
|
|
127
178
|
type: ArrayConstructor;
|
|
128
179
|
default: () => any[];
|
|
@@ -139,10 +190,6 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
139
190
|
type: ArrayConstructor;
|
|
140
191
|
default: () => any[];
|
|
141
192
|
};
|
|
142
|
-
isPageSelected: {
|
|
143
|
-
type: BooleanConstructor;
|
|
144
|
-
default: boolean;
|
|
145
|
-
};
|
|
146
193
|
isPreviewPanelVisible: {
|
|
147
194
|
type: BooleanConstructor;
|
|
148
195
|
default: boolean;
|
|
@@ -155,6 +202,22 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
155
202
|
type: BooleanConstructor;
|
|
156
203
|
default: boolean;
|
|
157
204
|
};
|
|
205
|
+
inlineActions: {
|
|
206
|
+
type: ArrayConstructor;
|
|
207
|
+
default: () => any[];
|
|
208
|
+
};
|
|
209
|
+
hideMoreActions: {
|
|
210
|
+
type: BooleanConstructor;
|
|
211
|
+
default: boolean;
|
|
212
|
+
};
|
|
213
|
+
sortField: {
|
|
214
|
+
type: StringConstructor;
|
|
215
|
+
default: any;
|
|
216
|
+
};
|
|
217
|
+
sortOrder: {
|
|
218
|
+
type: NumberConstructor;
|
|
219
|
+
default: any;
|
|
220
|
+
};
|
|
158
221
|
totalRecordNodes: {
|
|
159
222
|
type: NumberConstructor;
|
|
160
223
|
default: number;
|
|
@@ -163,15 +226,24 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
163
226
|
type: ArrayConstructor;
|
|
164
227
|
default: () => any[];
|
|
165
228
|
};
|
|
229
|
+
activeFilters: {
|
|
230
|
+
type: ObjectConstructor;
|
|
231
|
+
default: () => {};
|
|
232
|
+
};
|
|
233
|
+
filterOptions: {
|
|
234
|
+
type: ObjectConstructor;
|
|
235
|
+
default: () => {};
|
|
236
|
+
};
|
|
166
237
|
}>> & Readonly<{
|
|
167
|
-
"onUpdate:pageSelectedNodes"?: (...args: any[]) => any;
|
|
168
238
|
"onUpdate:selectedNodes"?: (...args: any[]) => any;
|
|
169
239
|
"onClick-icon"?: (...args: any[]) => any;
|
|
170
240
|
"onOpen-preview-panel"?: (...args: any[]) => any;
|
|
171
|
-
"onOpen-sharelink"?: (...args: any[]) => any;
|
|
172
|
-
"onToggle-favorite"?: (...args: any[]) => any;
|
|
173
241
|
"onToggle-file-action-menu"?: (...args: any[]) => any;
|
|
174
242
|
"onNavigate-to"?: (...args: any[]) => any;
|
|
243
|
+
"onSort-change"?: (...args: any[]) => any;
|
|
244
|
+
"onUpdate:datatableColumnConfig"?: (...args: any[]) => any;
|
|
245
|
+
"onFilter-change"?: (...args: any[]) => any;
|
|
246
|
+
"onClear-all-filters"?: (...args: any[]) => any;
|
|
175
247
|
}>, {
|
|
176
248
|
filters: Record<string, any>;
|
|
177
249
|
files: unknown[];
|
|
@@ -179,9 +251,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
179
251
|
currentNode: Record<string, any>;
|
|
180
252
|
totalRecordNodes: number;
|
|
181
253
|
isInUserHome: boolean;
|
|
254
|
+
activeFilters: Record<string, any>;
|
|
255
|
+
filterOptions: Record<string, any>;
|
|
182
256
|
selectedNodes: unknown[];
|
|
183
|
-
isPageSelected: boolean;
|
|
184
257
|
isPreviewPanelVisible: boolean;
|
|
258
|
+
inlineActions: unknown[];
|
|
259
|
+
hideMoreActions: boolean;
|
|
260
|
+
sortField: string;
|
|
261
|
+
sortOrder: number;
|
|
185
262
|
datatableColumnConfig: unknown[];
|
|
186
263
|
}, {}, {
|
|
187
264
|
PristyIcon: DefineComponent<ExtractPropTypes<{
|
|
@@ -199,11 +276,66 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
199
276
|
}>> & Readonly<{}>, {
|
|
200
277
|
svgFileName: string;
|
|
201
278
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
279
|
+
ColumnTogglePanel: DefineComponent<ExtractPropTypes<{
|
|
280
|
+
columns: {
|
|
281
|
+
type: ArrayConstructor;
|
|
282
|
+
required: true;
|
|
283
|
+
};
|
|
284
|
+
isSmallScreen: {
|
|
285
|
+
type: BooleanConstructor;
|
|
286
|
+
default: boolean;
|
|
287
|
+
};
|
|
288
|
+
}>, {}, {
|
|
289
|
+
dragIndex: any;
|
|
290
|
+
dragOverIndex: any;
|
|
291
|
+
searchQuery: string;
|
|
292
|
+
}, {
|
|
293
|
+
toggleableColumns(): unknown[];
|
|
294
|
+
visibleColumns(): unknown[];
|
|
295
|
+
hiddenColumns(): unknown[];
|
|
296
|
+
isSearching(): boolean;
|
|
297
|
+
searchResults(): unknown[];
|
|
298
|
+
}, {
|
|
299
|
+
toggle(event: any): void;
|
|
300
|
+
onToggleVisibility(col: any, value: any): void;
|
|
301
|
+
moveColumn(visibleIndex: any, direction: any): void;
|
|
302
|
+
onDragStart(index: any, event: any): void;
|
|
303
|
+
onDragOver(index: any): void;
|
|
304
|
+
onDragLeave(): void;
|
|
305
|
+
onDrop(targetIndex: any): void;
|
|
306
|
+
onDragEnd(): void;
|
|
307
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, "update:columns"[], "update:columns", PublicProps, Readonly< ExtractPropTypes<{
|
|
308
|
+
columns: {
|
|
309
|
+
type: ArrayConstructor;
|
|
310
|
+
required: true;
|
|
311
|
+
};
|
|
312
|
+
isSmallScreen: {
|
|
313
|
+
type: BooleanConstructor;
|
|
314
|
+
default: boolean;
|
|
315
|
+
};
|
|
316
|
+
}>> & Readonly<{
|
|
317
|
+
"onUpdate:columns"?: (...args: any[]) => any;
|
|
318
|
+
}>, {
|
|
319
|
+
isSmallScreen: boolean;
|
|
320
|
+
}, {}, {
|
|
321
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
322
|
+
PrimeToggleSwitch: DefineComponent<ToggleSwitchProps, ToggleSwitchSlots, ((e: "update:modelValue", value: boolean) => void) & ((e: "value-change", value: boolean) => void) & ((e: "change", event: Event) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void)>;
|
|
323
|
+
PrimePopover: DefineComponent<PopoverProps, PopoverSlots, ((e: "show") => void) & ((e: "hide") => void), PopoverMethods>;
|
|
324
|
+
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
325
|
+
PrimeIconField: DefineComponent<IconFieldProps, IconFieldSlots, (e: string, ...args: any[]) => void>;
|
|
326
|
+
PrimeInputIcon: DefineComponent<InputIconProps, InputIconSlots, (e: string, ...args: any[]) => void>;
|
|
327
|
+
PrimeDivider: DefineComponent<DividerProps, DividerSlots, (e: string, ...args: any[]) => void>;
|
|
328
|
+
}, {
|
|
329
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
330
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
202
331
|
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
203
332
|
PrimeImage: DefineComponent<ImageProps, ImageSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "error") => void), ImageMethods>;
|
|
204
333
|
PrimeDataTable: DefineComponent<DataTableProps<any>, DataTableSlots<any>, ((e: "sort", event: DataTableSortEvent) => void) & ((e: "filter", event: DataTableFilterEvent) => void) & ((e: "update:first", value: number) => void) & ((e: "update:rows", value: number) => void) & ((e: "page", event: DataTablePageEvent) => void) & ((e: "value-change", value: any[]) => void) & ((e: "update:sortField", value: string) => void) & ((e: "update:sortOrder", value: number) => void) & ((e: "update:multiSortMeta", value: DataTableSortMeta[]) => void) & ((e: "update:selection", value: any) => void) & ((e: "update:contextMenuSelection", value: any) => void) & ((e: "update:expandedRows", value: any[] | DataTableExpandedRows) => void) & ((e: "update:expandedRowGroups", value: any[] | DataTableExpandedRows) => void) & ((e: "update:filters", value: DataTableFilterMeta) => void) & ((e: "update:editingRows", value: any[] | DataTableEditingRows) => void) & ((e: "row-click", event: DataTableRowClickEvent<any>) => void) & ((e: "row-dblclick", event: DataTableRowDoubleClickEvent) => void) & ((e: "row-contextmenu", event: DataTableRowContextMenuEvent) => void) & ((e: "row-select", event: DataTableRowSelectEvent<any>) => void) & ((e: "row-select-all", event: DataTableRowSelectAllEvent<any>) => void) & ((e: "row-unselect-all", event: DataTableRowUnselectAllEvent) => void) & ((e: "row-unselect", event: DataTableRowUnselectEvent) => void) & ((e: "select-all-change", event: DataTableSelectAllChangeEvent) => void) & ((e: "column-resize-end", event: DataTableColumnResizeEndEvent) => void) & ((e: "column-reorder", event: DataTableColumnReorderEvent) => void) & ((e: "row-reorder", event: DataTableRowReorderEvent) => void) & ((e: "row-expand", event: DataTableRowExpandEvent<any>) => void) & ((e: "row-collapse", event: DataTableRowCollapseEvent) => void) & ((e: "rowgroup-expand", event: DataTableRowExpandEvent<any>) => void) & ((e: "rowgroup-collapse", event: DataTableRowCollapseEvent) => void) & ((e: "cell-edit-init", event: DataTableCellEditInitEvent<any>) => void) & ((e: "cell-edit-complete", event: DataTableCellEditCompleteEvent<any>) => void) & ((e: "cell-edit-cancel", event: DataTableCellEditCancelEvent) => void) & ((e: "row-edit-init", event: DataTableRowEditInitEvent<any>) => void) & ((e: "row-edit-save", event: DataTableRowEditSaveEvent<any>) => void) & ((e: "row-edit-cancel", event: DataTableRowEditCancelEvent<any>) => void) & ((e: "state-restore", event: DataTableStateEvent<any>) => void) & ((e: "state-save", event: DataTableStateEvent<any>) => void), DataTableMethods>;
|
|
205
|
-
PrimeCheckBox: DefineComponent<CheckboxProps, CheckboxSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: Event) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "update:indeterminate", value: false) => void)>;
|
|
206
334
|
PrimeColumn: DefineComponent<ColumnProps, ColumnSlots, (e: string, ...args: any[]) => void>;
|
|
335
|
+
PrimePopover: DefineComponent<PopoverProps, PopoverSlots, ((e: "show") => void) & ((e: "hide") => void), PopoverMethods>;
|
|
336
|
+
PrimeCheckbox: DefineComponent<CheckboxProps, CheckboxSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: Event) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "update:indeterminate", value: false) => void)>;
|
|
337
|
+
PrimeSelect: DefineComponent<SelectProps, SelectSlots, ((e: "filter", event: SelectFilterEvent) => void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void), SelectMethods>;
|
|
338
|
+
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
207
339
|
}, {
|
|
208
340
|
tooltip: ObjectDirective<any, any, string, any>;
|
|
209
341
|
}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentTableView.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContentTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentTableView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;AA4SA;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
hasSelection: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: any;
|
|
6
|
+
};
|
|
7
|
+
}>, {
|
|
8
|
+
effectiveHasSelection: ComputedRef<boolean>;
|
|
9
|
+
selectedCount: ComputedRef<number>;
|
|
10
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
11
|
+
hasSelection: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: any;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
16
|
+
hasSelection: boolean;
|
|
17
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=ContentToolbar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContentToolbar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentToolbar.vue"],"names":[],"mappings":";AAoCA;"}
|