@pristy/pristy-libvue 2.11.2 → 2.13.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/{ActivityHistory-Dvbc4pJJ.js → ActivityHistory-C88mXa5z.js} +6 -6
- package/dist/{ActivityHistory-Dvbc4pJJ.js.map → ActivityHistory-C88mXa5z.js.map} +1 -1
- package/dist/{BookmarksComponent--MeUpzdk.js → BookmarksComponent-DzFWTKuD.js} +4 -4
- package/dist/{BookmarksComponent--MeUpzdk.js.map → BookmarksComponent-DzFWTKuD.js.map} +1 -1
- package/dist/{ChartWrapper-DTaV2iGz.js → ChartWrapper-C8CJ723Y.js} +2 -2
- package/dist/{ChartWrapper-DTaV2iGz.js.map → ChartWrapper-C8CJ723Y.js.map} +1 -1
- package/dist/{DisplayFileInDashboardComponent-BteIB_Wo.js → DisplayFileInDashboardComponent-CPjuNG9s.js} +17 -17
- package/dist/{DisplayFileInDashboardComponent-BteIB_Wo.js.map → DisplayFileInDashboardComponent-CPjuNG9s.js.map} +1 -1
- package/dist/{ExternalApps-DFSifuKE.js → ExternalApps-CnTZSCQx.js} +9 -9
- package/dist/{ExternalApps-DFSifuKE.js.map → ExternalApps-CnTZSCQx.js.map} +1 -1
- package/dist/{FavoriteList-986Kirck.js → FavoriteList-DCy58fFe.js} +10 -10
- package/dist/{FavoriteList-986Kirck.js.map → FavoriteList-DCy58fFe.js.map} +1 -1
- package/dist/{MarkdownComponent-CofjgT1-.js → MarkdownComponent-005IvEeK.js} +4 -4
- package/dist/{MarkdownComponent-CofjgT1-.js.map → MarkdownComponent-005IvEeK.js.map} +1 -1
- package/dist/{SearchInput-nQshufOo.js → SearchInput-BafNshKY.js} +2 -2
- package/dist/{SearchInput-nQshufOo.js.map → SearchInput-BafNshKY.js.map} +1 -1
- package/dist/{UnknownBlockType-ltqGOaj-.js → UnknownBlockType-CdKn9YmQ.js} +2 -2
- package/dist/{UnknownBlockType-ltqGOaj-.js.map → UnknownBlockType-CdKn9YmQ.js.map} +1 -1
- package/dist/{index-R9eTDd-U.js → index-Dww-A_tC.js} +10412 -9918
- package/dist/index-Dww-A_tC.js.map +1 -0
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +81 -79
- package/dist/pristy-libvue.umd.js +24 -24
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/CodeMirrorEditor.vue.d.ts.map +1 -1
- package/dist/src/components/PristyIcon.vue.d.ts +3 -3
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts +9 -0
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts.map +1 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts +9 -0
- package/dist/src/components/classification/NatureSelector.vue.d.ts.map +1 -1
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +17 -3
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentGridView.vue.d.ts +9 -5
- package/dist/src/components/navigation/ContentListView.vue.d.ts +9 -5
- package/dist/src/components/navigation/ContentTableView.vue.d.ts +23 -5
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +51 -17
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/GhostNodeRow.vue.d.ts +3 -3
- 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 +3 -0
- package/dist/src/composables/useColumnFilter.d.ts.map +1 -1
- package/dist/src/composables/useGhostNodes.d.ts +2 -2
- package/dist/src/composables/useGhostNodes.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +14 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/services/AftsQueryBuilder.d.ts.map +1 -1
- package/dist/src/services/AlfrescoFileService.d.ts +55 -8
- package/dist/src/services/AlfrescoFileService.d.ts.map +1 -1
- package/dist/src/services/AlfrescoProxyService.d.ts +29 -0
- package/dist/src/services/AlfrescoProxyService.d.ts.map +1 -0
- package/dist/src/services/ChatBackendService.d.ts +3 -13
- package/dist/src/services/ChatBackendService.d.ts.map +1 -1
- package/dist/src/services/DiffusionService.d.ts +61 -0
- package/dist/src/services/DiffusionService.d.ts.map +1 -0
- package/dist/src/services/GhostMatcher.d.ts.map +1 -1
- package/dist/src/services/MenuService.d.ts.map +1 -1
- package/dist/src/services/PeopleService.d.ts +5 -1
- package/dist/src/services/PeopleService.d.ts.map +1 -1
- package/dist/src/services/PreviewService.d.ts +36 -0
- package/dist/src/services/PreviewService.d.ts.map +1 -0
- package/dist/src/services/WorkspaceService.d.ts +1 -1
- package/dist/src/services/WorkspaceService.d.ts.map +1 -1
- package/dist/src/services/aliasMap.d.ts +20 -0
- package/dist/src/services/aliasMap.d.ts.map +1 -0
- package/dist/src/stores/config.d.ts +6 -0
- package/dist/src/stores/config.d.ts.map +1 -1
- package/dist/src/stores/user.d.ts.map +1 -1
- package/dist/src/utils/classificationPlanUtils.d.ts +32 -0
- package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
- package/package.json +16 -16
- package/dist/index-R9eTDd-U.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeMirrorEditor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeMirrorEditor.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CodeMirrorEditor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeMirrorEditor.vue"],"names":[],"mappings":";AA2TA;"}
|
|
@@ -4,9 +4,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4
4
|
default: string;
|
|
5
5
|
type: StringConstructor;
|
|
6
6
|
};
|
|
7
|
-
}>, {}, {
|
|
8
|
-
src:
|
|
9
|
-
}, {},
|
|
7
|
+
}>, {}, {}, {
|
|
8
|
+
src(): any;
|
|
9
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
10
10
|
svgFileName: {
|
|
11
11
|
default: string;
|
|
12
12
|
type: StringConstructor;
|
|
@@ -52,6 +52,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
52
52
|
type: ArrayConstructor;
|
|
53
53
|
default: () => any[];
|
|
54
54
|
};
|
|
55
|
+
autoExtractedFields: {
|
|
56
|
+
type: SetConstructor;
|
|
57
|
+
default: () => Set<any>;
|
|
58
|
+
};
|
|
55
59
|
parentFieldOptions: {
|
|
56
60
|
type: ObjectConstructor;
|
|
57
61
|
default: () => {};
|
|
@@ -102,6 +106,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
102
106
|
type: ArrayConstructor;
|
|
103
107
|
default: () => any[];
|
|
104
108
|
};
|
|
109
|
+
autoExtractedFields: {
|
|
110
|
+
type: SetConstructor;
|
|
111
|
+
default: () => Set<any>;
|
|
112
|
+
};
|
|
105
113
|
parentFieldOptions: {
|
|
106
114
|
type: ObjectConstructor;
|
|
107
115
|
default: () => {};
|
|
@@ -118,6 +126,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
118
126
|
validationErrors: Record<string, any>;
|
|
119
127
|
getSearchOptions: Function;
|
|
120
128
|
isSearchLoading: Function;
|
|
129
|
+
autoExtractedFields: Set<unknown>;
|
|
121
130
|
parentFieldOptions: Record<string, any>;
|
|
122
131
|
}, {}, {
|
|
123
132
|
PrimeDatePicker: DefineComponent<DatePickerProps, DatePickerSlots, ((e: "update:modelValue", value: Date | Date[]) => void) & ((e: "value-change", value: Date | Date[]) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: DatePickerBlurEvent) => void) & ((e: "show") => void) & ((e: "hide") => void) & ((e: "input", event: Event) => void) & ((e: "date-select", value: Date) => void) & ((e: "today-click", date: Date) => void) & ((e: "clear-click", event: Event) => void) & ((e: "month-change", event: DatePickerMonthChangeEvent) => void) & ((e: "year-change", event: DatePickerYearChangeEvent) => void) & ((e: "keydown", event: Event) => void)>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetadataFormFields.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/MetadataFormFields.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"MetadataFormFields.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/MetadataFormFields.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAiOA;"}
|
|
@@ -34,6 +34,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
34
34
|
type: StringConstructor;
|
|
35
35
|
default: any;
|
|
36
36
|
};
|
|
37
|
+
disableCategoryFilter: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
37
41
|
}>, {
|
|
38
42
|
t: ComposerTranslation<{
|
|
39
43
|
[x: string]: LocaleMessage<VueMessageType>;
|
|
@@ -78,6 +82,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
78
82
|
type: StringConstructor;
|
|
79
83
|
default: any;
|
|
80
84
|
};
|
|
85
|
+
disableCategoryFilter: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
81
89
|
}>> & Readonly<{
|
|
82
90
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
83
91
|
"onSelect-no-nature"?: (...args: any[]) => any;
|
|
@@ -87,6 +95,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
87
95
|
allowNoNature: boolean;
|
|
88
96
|
gridThreshold: number;
|
|
89
97
|
defaultCategory: string;
|
|
98
|
+
disableCategoryFilter: boolean;
|
|
90
99
|
}, {}, {
|
|
91
100
|
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>;
|
|
92
101
|
PrimeColumn: DefineComponent<ColumnProps, ColumnSlots, (e: string, ...args: any[]) => void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NatureSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/NatureSelector.vue"],"names":[],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"NatureSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/NatureSelector.vue"],"names":[],"mappings":";;;;;;;;;;;AAkKA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UploadPlanPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/UploadPlanPopup.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"UploadPlanPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/UploadPlanPopup.vue"],"names":[],"mappings":";AA+8BA;"}
|
|
@@ -11,6 +11,7 @@ import { DataTableProps, DataTableSlots, DataTableSortEvent, DataTableFilterEven
|
|
|
11
11
|
import { ColumnProps, ColumnSlots } from 'primevue/column';
|
|
12
12
|
import { CheckboxProps, CheckboxSlots } from 'primevue/checkbox';
|
|
13
13
|
import { SelectProps, SelectSlots, SelectFilterEvent, SelectChangeEvent, SelectMethods } from 'primevue/select';
|
|
14
|
+
import { DatePickerProps, DatePickerSlots, DatePickerBlurEvent, DatePickerMonthChangeEvent, DatePickerYearChangeEvent } from 'primevue/datepicker';
|
|
14
15
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
15
16
|
files: {
|
|
16
17
|
type: ArrayConstructor;
|
|
@@ -56,6 +57,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
56
57
|
type: BooleanConstructor;
|
|
57
58
|
default: boolean;
|
|
58
59
|
};
|
|
60
|
+
disableInlineActions: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
59
64
|
activeFilters: {
|
|
60
65
|
type: ObjectConstructor;
|
|
61
66
|
default: () => {};
|
|
@@ -73,6 +78,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
73
78
|
label: any;
|
|
74
79
|
value: string;
|
|
75
80
|
}[]>;
|
|
81
|
+
dateFilterFrom: Ref<any, any>;
|
|
82
|
+
dateFilterTo: Ref<any, any>;
|
|
76
83
|
currentFilterOptions: ComputedRef<any>;
|
|
77
84
|
hasActiveFilters: ComputedRef<boolean>;
|
|
78
85
|
clearAllFilters: () => void;
|
|
@@ -82,6 +89,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
82
89
|
openFilterPopover: (event: any, col: any) => void;
|
|
83
90
|
toggleFilterOption: (value: any) => void;
|
|
84
91
|
applyTextFilter: () => void;
|
|
92
|
+
applyDateFilter: () => void;
|
|
85
93
|
clearColumnFilter: () => void;
|
|
86
94
|
}, {}, {
|
|
87
95
|
visibleColumns(): unknown[];
|
|
@@ -180,6 +188,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
180
188
|
type: BooleanConstructor;
|
|
181
189
|
default: boolean;
|
|
182
190
|
};
|
|
191
|
+
disableInlineActions: {
|
|
192
|
+
type: BooleanConstructor;
|
|
193
|
+
default: boolean;
|
|
194
|
+
};
|
|
183
195
|
activeFilters: {
|
|
184
196
|
type: ObjectConstructor;
|
|
185
197
|
default: () => {};
|
|
@@ -209,6 +221,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
209
221
|
isPreviewPanelVisible: boolean;
|
|
210
222
|
inlineActions: unknown[];
|
|
211
223
|
hideMoreActions: boolean;
|
|
224
|
+
disableInlineActions: boolean;
|
|
212
225
|
sortField: string;
|
|
213
226
|
sortOrder: number;
|
|
214
227
|
datatableColumnConfig: unknown[];
|
|
@@ -218,9 +231,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
218
231
|
default: string;
|
|
219
232
|
type: StringConstructor;
|
|
220
233
|
};
|
|
221
|
-
}>, {}, {
|
|
222
|
-
src:
|
|
223
|
-
}, {},
|
|
234
|
+
}>, {}, {}, {
|
|
235
|
+
src(): any;
|
|
236
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
224
237
|
svgFileName: {
|
|
225
238
|
default: string;
|
|
226
239
|
type: StringConstructor;
|
|
@@ -287,6 +300,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
287
300
|
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)>;
|
|
288
301
|
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>;
|
|
289
302
|
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
303
|
+
PrimeDatePicker: DefineComponent<DatePickerProps, DatePickerSlots, ((e: "update:modelValue", value: Date | Date[]) => void) & ((e: "value-change", value: Date | Date[]) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: DatePickerBlurEvent) => void) & ((e: "show") => void) & ((e: "hide") => void) & ((e: "input", event: Event) => void) & ((e: "date-select", value: Date) => void) & ((e: "today-click", date: Date) => void) & ((e: "clear-click", event: Event) => void) & ((e: "month-change", event: DatePickerMonthChangeEvent) => void) & ((e: "year-change", event: DatePickerYearChangeEvent) => void) & ((e: "keydown", event: Event) => void)>;
|
|
290
304
|
}, {
|
|
291
305
|
tooltip: ObjectDirective<any, any, string, any>;
|
|
292
306
|
}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentCompactTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentCompactTableView.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContentCompactTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentCompactTableView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;AA4SA;"}
|
|
@@ -47,14 +47,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
47
47
|
uploadFile(nodeId: any, opts: any, file: any): any;
|
|
48
48
|
createRendition(nodeId: any, rendition: any): Promise<any>;
|
|
49
49
|
createAllRendition(nodeId: any): Promise<any>;
|
|
50
|
+
createMissingRenditions(nodeId: any, wanted?: string[]): Promise<any>;
|
|
50
51
|
_createRendition(nodeId: any, renditionBodyCreate: any): Promise<any>;
|
|
51
52
|
createVersionRendition(nodeId: any, versionId: any, rendition: any): Promise<any>;
|
|
52
53
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
53
54
|
handleThumbnailFallback(event: Event): void;
|
|
54
55
|
onImageLoadFailure(event: Event, node: any): void;
|
|
55
56
|
isThumbnailSupported(node: any): any;
|
|
56
|
-
|
|
57
|
-
|
|
57
|
+
_findRenditionStatus(paging: any, rendition: any): string | null;
|
|
58
|
+
_renditionNotAvailable(nodeId: any, rendition: any): Error;
|
|
59
|
+
_waitForRendition(getRendition: any, getUrl: any, rendition: any): any;
|
|
60
|
+
getRenditionUrl(nodeId: any, rendition?: string): Promise<string>;
|
|
61
|
+
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): Promise<string>;
|
|
58
62
|
getProtocolForFileExtension(fileExtension: any): any;
|
|
59
63
|
getFileExtension(fileName: any): any;
|
|
60
64
|
isDoc(item: any): boolean;
|
|
@@ -133,9 +137,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
133
137
|
default: string;
|
|
134
138
|
type: StringConstructor;
|
|
135
139
|
};
|
|
136
|
-
}>, {}, {
|
|
137
|
-
src:
|
|
138
|
-
}, {},
|
|
140
|
+
}>, {}, {}, {
|
|
141
|
+
src(): any;
|
|
142
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
139
143
|
svgFileName: {
|
|
140
144
|
default: string;
|
|
141
145
|
type: StringConstructor;
|
|
@@ -46,14 +46,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
46
46
|
uploadFile(nodeId: any, opts: any, file: any): any;
|
|
47
47
|
createRendition(nodeId: any, rendition: any): Promise<any>;
|
|
48
48
|
createAllRendition(nodeId: any): Promise<any>;
|
|
49
|
+
createMissingRenditions(nodeId: any, wanted?: string[]): Promise<any>;
|
|
49
50
|
_createRendition(nodeId: any, renditionBodyCreate: any): Promise<any>;
|
|
50
51
|
createVersionRendition(nodeId: any, versionId: any, rendition: any): Promise<any>;
|
|
51
52
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
52
53
|
handleThumbnailFallback(event: Event): void;
|
|
53
54
|
onImageLoadFailure(event: Event, node: any): void;
|
|
54
55
|
isThumbnailSupported(node: any): any;
|
|
55
|
-
|
|
56
|
-
|
|
56
|
+
_findRenditionStatus(paging: any, rendition: any): string | null;
|
|
57
|
+
_renditionNotAvailable(nodeId: any, rendition: any): Error;
|
|
58
|
+
_waitForRendition(getRendition: any, getUrl: any, rendition: any): any;
|
|
59
|
+
getRenditionUrl(nodeId: any, rendition?: string): Promise<string>;
|
|
60
|
+
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): Promise<string>;
|
|
57
61
|
getProtocolForFileExtension(fileExtension: any): any;
|
|
58
62
|
getFileExtension(fileName: any): any;
|
|
59
63
|
isDoc(item: any): boolean;
|
|
@@ -133,9 +137,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
133
137
|
default: string;
|
|
134
138
|
type: StringConstructor;
|
|
135
139
|
};
|
|
136
|
-
}>, {}, {
|
|
137
|
-
src:
|
|
138
|
-
}, {},
|
|
140
|
+
}>, {}, {}, {
|
|
141
|
+
src(): any;
|
|
142
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
139
143
|
svgFileName: {
|
|
140
144
|
default: string;
|
|
141
145
|
type: StringConstructor;
|
|
@@ -14,6 +14,7 @@ import { DataTableProps, DataTableSlots, DataTableSortEvent, DataTableFilterEven
|
|
|
14
14
|
import { ColumnProps, ColumnSlots } from 'primevue/column';
|
|
15
15
|
import { CheckboxProps, CheckboxSlots } from 'primevue/checkbox';
|
|
16
16
|
import { SelectProps, SelectSlots, SelectFilterEvent, SelectChangeEvent, SelectMethods } from 'primevue/select';
|
|
17
|
+
import { DatePickerProps, DatePickerSlots, DatePickerBlurEvent, DatePickerMonthChangeEvent, DatePickerYearChangeEvent } from 'primevue/datepicker';
|
|
17
18
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
18
19
|
files: {
|
|
19
20
|
type: ArrayConstructor;
|
|
@@ -51,6 +52,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
51
52
|
type: BooleanConstructor;
|
|
52
53
|
default: boolean;
|
|
53
54
|
};
|
|
55
|
+
disableInlineActions: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
54
59
|
sortField: {
|
|
55
60
|
type: StringConstructor;
|
|
56
61
|
default: any;
|
|
@@ -84,6 +89,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
84
89
|
label: any;
|
|
85
90
|
value: string;
|
|
86
91
|
}[]>;
|
|
92
|
+
dateFilterFrom: Ref<any, any>;
|
|
93
|
+
dateFilterTo: Ref<any, any>;
|
|
87
94
|
currentFilterOptions: ComputedRef<any>;
|
|
88
95
|
hasActiveFilters: ComputedRef<boolean>;
|
|
89
96
|
clearAllFilters: () => void;
|
|
@@ -93,6 +100,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
93
100
|
openFilterPopover: (event: any, col: any) => void;
|
|
94
101
|
toggleFilterOption: (value: any) => void;
|
|
95
102
|
applyTextFilter: () => void;
|
|
103
|
+
applyDateFilter: () => void;
|
|
96
104
|
clearColumnFilter: () => void;
|
|
97
105
|
}, {}, {
|
|
98
106
|
visibleColumns(): unknown[];
|
|
@@ -131,14 +139,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
131
139
|
uploadFile(nodeId: any, opts: any, file: any): any;
|
|
132
140
|
createRendition(nodeId: any, rendition: any): Promise<any>;
|
|
133
141
|
createAllRendition(nodeId: any): Promise<any>;
|
|
142
|
+
createMissingRenditions(nodeId: any, wanted?: string[]): Promise<any>;
|
|
134
143
|
_createRendition(nodeId: any, renditionBodyCreate: any): Promise<any>;
|
|
135
144
|
createVersionRendition(nodeId: any, versionId: any, rendition: any): Promise<any>;
|
|
136
145
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
137
146
|
handleThumbnailFallback(event: Event): void;
|
|
138
147
|
onImageLoadFailure(event: Event, node: any): void;
|
|
139
148
|
isThumbnailSupported(node: any): any;
|
|
140
|
-
|
|
141
|
-
|
|
149
|
+
_findRenditionStatus(paging: any, rendition: any): string | null;
|
|
150
|
+
_renditionNotAvailable(nodeId: any, rendition: any): Error;
|
|
151
|
+
_waitForRendition(getRendition: any, getUrl: any, rendition: any): any;
|
|
152
|
+
getRenditionUrl(nodeId: any, rendition?: string): Promise<string>;
|
|
153
|
+
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): Promise<string>;
|
|
142
154
|
getProtocolForFileExtension(fileExtension: any): any;
|
|
143
155
|
getFileExtension(fileName: any): any;
|
|
144
156
|
isDoc(item: any): boolean;
|
|
@@ -210,6 +222,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
210
222
|
type: BooleanConstructor;
|
|
211
223
|
default: boolean;
|
|
212
224
|
};
|
|
225
|
+
disableInlineActions: {
|
|
226
|
+
type: BooleanConstructor;
|
|
227
|
+
default: boolean;
|
|
228
|
+
};
|
|
213
229
|
sortField: {
|
|
214
230
|
type: StringConstructor;
|
|
215
231
|
default: any;
|
|
@@ -258,6 +274,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
258
274
|
isPreviewPanelVisible: boolean;
|
|
259
275
|
inlineActions: unknown[];
|
|
260
276
|
hideMoreActions: boolean;
|
|
277
|
+
disableInlineActions: boolean;
|
|
261
278
|
sortField: string;
|
|
262
279
|
sortOrder: number;
|
|
263
280
|
datatableColumnConfig: unknown[];
|
|
@@ -267,9 +284,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
267
284
|
default: string;
|
|
268
285
|
type: StringConstructor;
|
|
269
286
|
};
|
|
270
|
-
}>, {}, {
|
|
271
|
-
src:
|
|
272
|
-
}, {},
|
|
287
|
+
}>, {}, {}, {
|
|
288
|
+
src(): any;
|
|
289
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
273
290
|
svgFileName: {
|
|
274
291
|
default: string;
|
|
275
292
|
type: StringConstructor;
|
|
@@ -337,6 +354,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
337
354
|
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)>;
|
|
338
355
|
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>;
|
|
339
356
|
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
357
|
+
PrimeDatePicker: DefineComponent<DatePickerProps, DatePickerSlots, ((e: "update:modelValue", value: Date | Date[]) => void) & ((e: "value-change", value: Date | Date[]) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: DatePickerBlurEvent) => void) & ((e: "show") => void) & ((e: "hide") => void) & ((e: "input", event: Event) => void) & ((e: "date-select", value: Date) => void) & ((e: "today-click", date: Date) => void) & ((e: "clear-click", event: Event) => void) & ((e: "month-change", event: DatePickerMonthChangeEvent) => void) & ((e: "year-change", event: DatePickerYearChangeEvent) => void) & ((e: "keydown", event: Event) => void)>;
|
|
340
358
|
}, {
|
|
341
359
|
tooltip: ObjectDirective<any, any, string, any>;
|
|
342
360
|
}, 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":";;;;;;;;;;;;;;;;;AAoWA;"}
|
|
@@ -12,6 +12,7 @@ import { DataTableProps, DataTableSlots, DataTableSortEvent, DataTableFilterEven
|
|
|
12
12
|
import { ColumnProps, ColumnSlots } from 'primevue/column';
|
|
13
13
|
import { CheckboxProps, CheckboxSlots } from 'primevue/checkbox';
|
|
14
14
|
import { SelectProps, SelectSlots, SelectFilterEvent, SelectChangeEvent, SelectMethods } from 'primevue/select';
|
|
15
|
+
import { DatePickerProps, DatePickerSlots, DatePickerBlurEvent, DatePickerMonthChangeEvent, DatePickerYearChangeEvent } from 'primevue/datepicker';
|
|
15
16
|
import { default as __DTS_DEFAULT_0__ } from 'quick-lru';
|
|
16
17
|
import { RenditionEntry } from '@alfresco/js-api';
|
|
17
18
|
import { ImageProps, ImageSlots, ImageMethods } from 'primevue/image';
|
|
@@ -27,7 +28,6 @@ import { MessageProps, MessageSlots } from 'primevue/message';
|
|
|
27
28
|
import { DialogProps, DialogSlots } from 'primevue/dialog';
|
|
28
29
|
import { StepsProps, StepsSlots } from 'primevue/steps';
|
|
29
30
|
import { AvatarProps, AvatarSlots } from 'primevue/avatar';
|
|
30
|
-
import { DatePickerProps, DatePickerSlots, DatePickerBlurEvent, DatePickerMonthChangeEvent, DatePickerYearChangeEvent } from 'primevue/datepicker';
|
|
31
31
|
import { TextareaProps, TextareaSlots } from 'primevue/textarea';
|
|
32
32
|
import { FileUploadProps, FileUploadSlots, FileUploadErrorEvent, FileUploadUploadEvent, FileUploadProgressEvent, FileUploadSelectEvent, FileUploadBeforeUploadEvent, FileUploadUploaderEvent, FileUploadBeforeSendEvent, FileUploadRemoveEvent, FileUploadRemoveUploadedFile, FileUploadMethods } from 'primevue/fileupload';
|
|
33
33
|
import { RadioButtonProps, RadioButtonSlots } from 'primevue/radiobutton';
|
|
@@ -325,6 +325,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
325
325
|
type: BooleanConstructor;
|
|
326
326
|
default: boolean;
|
|
327
327
|
};
|
|
328
|
+
disableInlineActions: {
|
|
329
|
+
type: BooleanConstructor;
|
|
330
|
+
default: boolean;
|
|
331
|
+
};
|
|
328
332
|
activeFilters: {
|
|
329
333
|
type: ObjectConstructor;
|
|
330
334
|
default: () => {};
|
|
@@ -342,6 +346,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
342
346
|
label: any;
|
|
343
347
|
value: string;
|
|
344
348
|
}[]>;
|
|
349
|
+
dateFilterFrom: Ref<any, any>;
|
|
350
|
+
dateFilterTo: Ref<any, any>;
|
|
345
351
|
currentFilterOptions: ComputedRef<any>;
|
|
346
352
|
hasActiveFilters: ComputedRef<boolean>;
|
|
347
353
|
clearAllFilters: () => void;
|
|
@@ -351,6 +357,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
351
357
|
openFilterPopover: (event: any, col: any) => void;
|
|
352
358
|
toggleFilterOption: (value: any) => void;
|
|
353
359
|
applyTextFilter: () => void;
|
|
360
|
+
applyDateFilter: () => void;
|
|
354
361
|
clearColumnFilter: () => void;
|
|
355
362
|
}, {}, {
|
|
356
363
|
visibleColumns(): unknown[];
|
|
@@ -449,6 +456,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
449
456
|
type: BooleanConstructor;
|
|
450
457
|
default: boolean;
|
|
451
458
|
};
|
|
459
|
+
disableInlineActions: {
|
|
460
|
+
type: BooleanConstructor;
|
|
461
|
+
default: boolean;
|
|
462
|
+
};
|
|
452
463
|
activeFilters: {
|
|
453
464
|
type: ObjectConstructor;
|
|
454
465
|
default: () => {};
|
|
@@ -478,6 +489,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
478
489
|
isPreviewPanelVisible: boolean;
|
|
479
490
|
inlineActions: unknown[];
|
|
480
491
|
hideMoreActions: boolean;
|
|
492
|
+
disableInlineActions: boolean;
|
|
481
493
|
sortField: string;
|
|
482
494
|
sortOrder: number;
|
|
483
495
|
datatableColumnConfig: unknown[];
|
|
@@ -487,9 +499,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
487
499
|
default: string;
|
|
488
500
|
type: StringConstructor;
|
|
489
501
|
};
|
|
490
|
-
}>, {}, {
|
|
491
|
-
src:
|
|
492
|
-
}, {},
|
|
502
|
+
}>, {}, {}, {
|
|
503
|
+
src(): any;
|
|
504
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
493
505
|
svgFileName: {
|
|
494
506
|
default: string;
|
|
495
507
|
type: StringConstructor;
|
|
@@ -556,6 +568,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
556
568
|
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)>;
|
|
557
569
|
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>;
|
|
558
570
|
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
571
|
+
PrimeDatePicker: DefineComponent<DatePickerProps, DatePickerSlots, ((e: "update:modelValue", value: Date | Date[]) => void) & ((e: "value-change", value: Date | Date[]) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: DatePickerBlurEvent) => void) & ((e: "show") => void) & ((e: "hide") => void) & ((e: "input", event: Event) => void) & ((e: "date-select", value: Date) => void) & ((e: "today-click", date: Date) => void) & ((e: "clear-click", event: Event) => void) & ((e: "month-change", event: DatePickerMonthChangeEvent) => void) & ((e: "year-change", event: DatePickerYearChangeEvent) => void) & ((e: "keydown", event: Event) => void)>;
|
|
559
572
|
}, {
|
|
560
573
|
tooltip: ObjectDirective<any, any, string, any>;
|
|
561
574
|
}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -601,14 +614,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
601
614
|
uploadFile(nodeId: any, opts: any, file: any): any;
|
|
602
615
|
createRendition(nodeId: any, rendition: any): Promise<any>;
|
|
603
616
|
createAllRendition(nodeId: any): Promise<any>;
|
|
617
|
+
createMissingRenditions(nodeId: any, wanted?: string[]): Promise<any>;
|
|
604
618
|
_createRendition(nodeId: any, renditionBodyCreate: any): Promise<any>;
|
|
605
619
|
createVersionRendition(nodeId: any, versionId: any, rendition: any): Promise<any>;
|
|
606
620
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
607
621
|
handleThumbnailFallback(event: Event): void;
|
|
608
622
|
onImageLoadFailure(event: Event, node: any): void;
|
|
609
623
|
isThumbnailSupported(node: any): any;
|
|
610
|
-
|
|
611
|
-
|
|
624
|
+
_findRenditionStatus(paging: any, rendition: any): string | null;
|
|
625
|
+
_renditionNotAvailable(nodeId: any, rendition: any): Error;
|
|
626
|
+
_waitForRendition(getRendition: any, getUrl: any, rendition: any): any;
|
|
627
|
+
getRenditionUrl(nodeId: any, rendition?: string): Promise<string>;
|
|
628
|
+
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): Promise<string>;
|
|
612
629
|
getProtocolForFileExtension(fileExtension: any): any;
|
|
613
630
|
getFileExtension(fileName: any): any;
|
|
614
631
|
isDoc(item: any): boolean;
|
|
@@ -687,9 +704,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
687
704
|
default: string;
|
|
688
705
|
type: StringConstructor;
|
|
689
706
|
};
|
|
690
|
-
}>, {}, {
|
|
691
|
-
src:
|
|
692
|
-
}, {},
|
|
707
|
+
}>, {}, {}, {
|
|
708
|
+
src(): any;
|
|
709
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
693
710
|
svgFileName: {
|
|
694
711
|
default: string;
|
|
695
712
|
type: StringConstructor;
|
|
@@ -740,6 +757,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
740
757
|
type: BooleanConstructor;
|
|
741
758
|
default: boolean;
|
|
742
759
|
};
|
|
760
|
+
disableInlineActions: {
|
|
761
|
+
type: BooleanConstructor;
|
|
762
|
+
default: boolean;
|
|
763
|
+
};
|
|
743
764
|
sortField: {
|
|
744
765
|
type: StringConstructor;
|
|
745
766
|
default: any;
|
|
@@ -773,6 +794,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
773
794
|
label: any;
|
|
774
795
|
value: string;
|
|
775
796
|
}[]>;
|
|
797
|
+
dateFilterFrom: Ref<any, any>;
|
|
798
|
+
dateFilterTo: Ref<any, any>;
|
|
776
799
|
currentFilterOptions: ComputedRef<any>;
|
|
777
800
|
hasActiveFilters: ComputedRef<boolean>;
|
|
778
801
|
clearAllFilters: () => void;
|
|
@@ -782,6 +805,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
782
805
|
openFilterPopover: (event: any, col: any) => void;
|
|
783
806
|
toggleFilterOption: (value: any) => void;
|
|
784
807
|
applyTextFilter: () => void;
|
|
808
|
+
applyDateFilter: () => void;
|
|
785
809
|
clearColumnFilter: () => void;
|
|
786
810
|
}, {}, {
|
|
787
811
|
visibleColumns(): unknown[];
|
|
@@ -820,14 +844,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
820
844
|
uploadFile(nodeId: any, opts: any, file: any): any;
|
|
821
845
|
createRendition(nodeId: any, rendition: any): Promise<any>;
|
|
822
846
|
createAllRendition(nodeId: any): Promise<any>;
|
|
847
|
+
createMissingRenditions(nodeId: any, wanted?: string[]): Promise<any>;
|
|
823
848
|
_createRendition(nodeId: any, renditionBodyCreate: any): Promise<any>;
|
|
824
849
|
createVersionRendition(nodeId: any, versionId: any, rendition: any): Promise<any>;
|
|
825
850
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
826
851
|
handleThumbnailFallback(event: Event): void;
|
|
827
852
|
onImageLoadFailure(event: Event, node: any): void;
|
|
828
853
|
isThumbnailSupported(node: any): any;
|
|
829
|
-
|
|
830
|
-
|
|
854
|
+
_findRenditionStatus(paging: any, rendition: any): string | null;
|
|
855
|
+
_renditionNotAvailable(nodeId: any, rendition: any): Error;
|
|
856
|
+
_waitForRendition(getRendition: any, getUrl: any, rendition: any): any;
|
|
857
|
+
getRenditionUrl(nodeId: any, rendition?: string): Promise<string>;
|
|
858
|
+
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): Promise<string>;
|
|
831
859
|
getProtocolForFileExtension(fileExtension: any): any;
|
|
832
860
|
getFileExtension(fileName: any): any;
|
|
833
861
|
isDoc(item: any): boolean;
|
|
@@ -899,6 +927,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
899
927
|
type: BooleanConstructor;
|
|
900
928
|
default: boolean;
|
|
901
929
|
};
|
|
930
|
+
disableInlineActions: {
|
|
931
|
+
type: BooleanConstructor;
|
|
932
|
+
default: boolean;
|
|
933
|
+
};
|
|
902
934
|
sortField: {
|
|
903
935
|
type: StringConstructor;
|
|
904
936
|
default: any;
|
|
@@ -947,6 +979,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
947
979
|
isPreviewPanelVisible: boolean;
|
|
948
980
|
inlineActions: unknown[];
|
|
949
981
|
hideMoreActions: boolean;
|
|
982
|
+
disableInlineActions: boolean;
|
|
950
983
|
sortField: string;
|
|
951
984
|
sortOrder: number;
|
|
952
985
|
datatableColumnConfig: unknown[];
|
|
@@ -956,9 +989,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
956
989
|
default: string;
|
|
957
990
|
type: StringConstructor;
|
|
958
991
|
};
|
|
959
|
-
}>, {}, {
|
|
960
|
-
src:
|
|
961
|
-
}, {},
|
|
992
|
+
}>, {}, {}, {
|
|
993
|
+
src(): any;
|
|
994
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
962
995
|
svgFileName: {
|
|
963
996
|
default: string;
|
|
964
997
|
type: StringConstructor;
|
|
@@ -1026,6 +1059,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1026
1059
|
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)>;
|
|
1027
1060
|
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>;
|
|
1028
1061
|
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
1062
|
+
PrimeDatePicker: DefineComponent<DatePickerProps, DatePickerSlots, ((e: "update:modelValue", value: Date | Date[]) => void) & ((e: "value-change", value: Date | Date[]) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: DatePickerBlurEvent) => void) & ((e: "show") => void) & ((e: "hide") => void) & ((e: "input", event: Event) => void) & ((e: "date-select", value: Date) => void) & ((e: "today-click", date: Date) => void) & ((e: "clear-click", event: Event) => void) & ((e: "month-change", event: DatePickerMonthChangeEvent) => void) & ((e: "year-change", event: DatePickerYearChangeEvent) => void) & ((e: "keydown", event: Event) => void)>;
|
|
1029
1063
|
}, {
|
|
1030
1064
|
tooltip: ObjectDirective<any, any, string, any>;
|
|
1031
1065
|
}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1221,9 +1255,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1221
1255
|
default: string;
|
|
1222
1256
|
type: StringConstructor;
|
|
1223
1257
|
};
|
|
1224
|
-
}>, {}, {
|
|
1225
|
-
src:
|
|
1226
|
-
}, {},
|
|
1258
|
+
}>, {}, {}, {
|
|
1259
|
+
src(): any;
|
|
1260
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
1227
1261
|
svgFileName: {
|
|
1228
1262
|
default: string;
|
|
1229
1263
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmPA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAi6BI;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAHH;;;OAGG"}
|
|
@@ -17,9 +17,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
17
17
|
default: string;
|
|
18
18
|
type: StringConstructor;
|
|
19
19
|
};
|
|
20
|
-
}>, {}, {
|
|
21
|
-
src:
|
|
22
|
-
}, {},
|
|
20
|
+
}>, {}, {}, {
|
|
21
|
+
src(): any;
|
|
22
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
23
23
|
svgFileName: {
|
|
24
24
|
default: string;
|
|
25
25
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCollabEditor.d.ts","sourceRoot":"","sources":["../../../src/composables/useCollabEditor.js"],"names":[],"mappings":"AA2JA;;;;;GAKG;AACH,
|
|
1
|
+
{"version":3,"file":"useCollabEditor.d.ts","sourceRoot":"","sources":["../../../src/composables/useCollabEditor.js"],"names":[],"mappings":"AA2JA;;;;;GAKG;AACH,uCAk1BC;AA18BD,0BAA2B,QAAQ,CAAC;AACpC,4BAA6B,UAAU,CAAC;AACxC,+BAAgC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCollabWebSocket.d.ts","sourceRoot":"","sources":["../../../src/composables/useCollabWebSocket.js"],"names":[],"mappings":"AA0CA;;;;;;GAMG;AACH,
|
|
1
|
+
{"version":3,"file":"useCollabWebSocket.d.ts","sourceRoot":"","sources":["../../../src/composables/useCollabWebSocket.js"],"names":[],"mappings":"AA0CA;;;;;;GAMG;AACH,sDAiTC"}
|
|
@@ -14,6 +14,8 @@ export function useColumnFilter({ activeFilters, filterOptions, t, filterPopover
|
|
|
14
14
|
label: any;
|
|
15
15
|
value: string;
|
|
16
16
|
}[]>;
|
|
17
|
+
dateFilterFrom: Ref<any, any>;
|
|
18
|
+
dateFilterTo: Ref<any, any>;
|
|
17
19
|
currentFilterOptions: ComputedRef<any>;
|
|
18
20
|
hasActiveFilters: ComputedRef<boolean>;
|
|
19
21
|
clearAllFilters: () => void;
|
|
@@ -23,6 +25,7 @@ export function useColumnFilter({ activeFilters, filterOptions, t, filterPopover
|
|
|
23
25
|
openFilterPopover: (event: any, col: any) => void;
|
|
24
26
|
toggleFilterOption: (value: any) => void;
|
|
25
27
|
applyTextFilter: () => void;
|
|
28
|
+
applyDateFilter: () => void;
|
|
26
29
|
clearColumnFilter: () => void;
|
|
27
30
|
};
|
|
28
31
|
//# sourceMappingURL=useColumnFilter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useColumnFilter.d.ts","sourceRoot":"","sources":["../../../src/composables/useColumnFilter.js"],"names":[],"mappings":";AAEA
|
|
1
|
+
{"version":3,"file":"useColumnFilter.d.ts","sourceRoot":"","sources":["../../../src/composables/useColumnFilter.js"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmOC"}
|