@pristy/pristy-libvue 2.12.0 → 2.13.1

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.
Files changed (64) hide show
  1. package/dist/{ActivityHistory-Dod2uLRS.js → ActivityHistory-B2Q_KPgq.js} +2 -2
  2. package/dist/{ActivityHistory-Dod2uLRS.js.map → ActivityHistory-B2Q_KPgq.js.map} +1 -1
  3. package/dist/{BookmarksComponent-BZ75OZuG.js → BookmarksComponent-CH6C610k.js} +2 -2
  4. package/dist/{BookmarksComponent-BZ75OZuG.js.map → BookmarksComponent-CH6C610k.js.map} +1 -1
  5. package/dist/{ChartWrapper-BHzSiaHp.js → ChartWrapper-9_OMNfve.js} +2 -2
  6. package/dist/{ChartWrapper-BHzSiaHp.js.map → ChartWrapper-9_OMNfve.js.map} +1 -1
  7. package/dist/{DisplayFileInDashboardComponent--aI8fcfV.js → DisplayFileInDashboardComponent-DAGf93p1.js} +2 -2
  8. package/dist/{DisplayFileInDashboardComponent--aI8fcfV.js.map → DisplayFileInDashboardComponent-DAGf93p1.js.map} +1 -1
  9. package/dist/{ExternalApps-Dkpo7w49.js → ExternalApps-CDgcn-xT.js} +2 -2
  10. package/dist/{ExternalApps-Dkpo7w49.js.map → ExternalApps-CDgcn-xT.js.map} +1 -1
  11. package/dist/{FavoriteList-CfK5vTWD.js → FavoriteList-_o1b_3M6.js} +2 -2
  12. package/dist/{FavoriteList-CfK5vTWD.js.map → FavoriteList-_o1b_3M6.js.map} +1 -1
  13. package/dist/{MarkdownComponent-Dd3KWcDV.js → MarkdownComponent-HDsmEstP.js} +2 -2
  14. package/dist/{MarkdownComponent-Dd3KWcDV.js.map → MarkdownComponent-HDsmEstP.js.map} +1 -1
  15. package/dist/{SearchInput-DrhF_V64.js → SearchInput-BRyM-u9n.js} +2 -2
  16. package/dist/{SearchInput-DrhF_V64.js.map → SearchInput-BRyM-u9n.js.map} +1 -1
  17. package/dist/{UnknownBlockType-8Mqo_7b4.js → UnknownBlockType-DHYCEVc8.js} +2 -2
  18. package/dist/{UnknownBlockType-8Mqo_7b4.js.map → UnknownBlockType-DHYCEVc8.js.map} +1 -1
  19. package/dist/{index-Dj0iUeS4.js → index-DjfgA8_z.js} +11200 -10788
  20. package/dist/index-DjfgA8_z.js.map +1 -0
  21. package/dist/pristy-libvue.css +1 -1
  22. package/dist/pristy-libvue.es.js +88 -85
  23. package/dist/pristy-libvue.umd.js +24 -24
  24. package/dist/pristy-libvue.umd.js.map +1 -1
  25. package/dist/src/components/classification/MetadataFormFields.vue.d.ts +9 -0
  26. package/dist/src/components/classification/MetadataFormFields.vue.d.ts.map +1 -1
  27. package/dist/src/components/classification/NatureSelector.vue.d.ts +9 -0
  28. package/dist/src/components/classification/NatureSelector.vue.d.ts.map +1 -1
  29. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
  30. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +14 -0
  31. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
  32. package/dist/src/components/navigation/ContentGridView.vue.d.ts +6 -2
  33. package/dist/src/components/navigation/ContentListView.vue.d.ts +6 -2
  34. package/dist/src/components/navigation/ContentTableView.vue.d.ts +20 -2
  35. package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
  36. package/dist/src/components/navigation/DynamicContentView.vue.d.ts +39 -5
  37. package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
  38. package/dist/src/composables/useColumnFilter.d.ts +3 -0
  39. package/dist/src/composables/useColumnFilter.d.ts.map +1 -1
  40. package/dist/src/composables/useGhostNodes.d.ts +2 -2
  41. package/dist/src/composables/useGhostNodes.d.ts.map +1 -1
  42. package/dist/src/i18n/index.d.ts +10 -0
  43. package/dist/src/i18n/index.d.ts.map +1 -1
  44. package/dist/src/index.d.ts +2 -1
  45. package/dist/src/index.d.ts.map +1 -1
  46. package/dist/src/services/AftsQueryBuilder.d.ts.map +1 -1
  47. package/dist/src/services/AlfrescoFileService.d.ts +55 -8
  48. package/dist/src/services/AlfrescoFileService.d.ts.map +1 -1
  49. package/dist/src/services/GhostMatcher.d.ts.map +1 -1
  50. package/dist/src/services/MenuService.d.ts.map +1 -1
  51. package/dist/src/services/PeopleService.d.ts +5 -1
  52. package/dist/src/services/PeopleService.d.ts.map +1 -1
  53. package/dist/src/services/PreviewService.d.ts +36 -0
  54. package/dist/src/services/PreviewService.d.ts.map +1 -0
  55. package/dist/src/services/WorkspaceService.d.ts.map +1 -1
  56. package/dist/src/services/aliasMap.d.ts +20 -0
  57. package/dist/src/services/aliasMap.d.ts.map +1 -0
  58. package/dist/src/stores/config.d.ts +3 -0
  59. package/dist/src/stores/config.d.ts.map +1 -1
  60. package/dist/src/stores/user.d.ts.map +1 -1
  61. package/dist/src/utils/classificationPlanUtils.d.ts +32 -0
  62. package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
  63. package/package.json +7 -7
  64. package/dist/index-Dj0iUeS4.js.map +0 -1
@@ -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":";;;;;;;;;;;;;;;;;AA4NA;"}
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":";;;;;;;;;;;AAgKA;"}
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":";AAy6BA;"}
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[];
@@ -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":";;;;;;;;;;;;;AA+QA;"}
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
- getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
57
- getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
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;
@@ -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
- getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
56
- getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
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;
@@ -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
- getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
141
- getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
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[];
@@ -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":";;;;;;;;;;;;;;;;AAuUA;"}
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[];
@@ -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
- getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
611
- getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
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;
@@ -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
- getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
830
- getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
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[];
@@ -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>;
@@ -1 +1 @@
1
- {"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiPA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+5BI;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAHH;;;OAGG"}
1
+ {"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmPA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAi6BI;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAHH;;;OAGG"}
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;EA4JC"}
1
+ {"version":3,"file":"useColumnFilter.d.ts","sourceRoot":"","sources":["../../../src/composables/useColumnFilter.js"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmOC"}
@@ -1,8 +1,8 @@
1
1
  import { Ref, ComputedRef } from 'vue';
2
2
  /**
3
3
  * Composable that provides the list of ghost nodes relevant to the
4
- * current display context and manages auto-refresh with exponential
5
- * backoff polling.
4
+ * current display context and manages auto-refresh polling
5
+ * (10s initial delay, then every 3s, up to 20 retries).
6
6
  *
7
7
  * @param {Object} options
8
8
  * @param {import('vue').Ref<Object>} options.displayContext - Reactive context:
@@ -1 +1 @@
1
- {"version":3,"file":"useGhostNodes.d.ts","sourceRoot":"","sources":["../../../src/composables/useGhostNodes.js"],"names":[],"mappings":";AA2BA;;;;;;;;;;GAUG;AACH,6DALG;IAA2C,cAAc,EAAjD,OAAO,KAAK,EAAE,GAAG,KAAQ;IAEP,SAAS;CACnC,GAAU;IAAE,cAAc,EAAE,OAAO,KAAK,EAAE,WAAW,OAAO,CAAC;IAAC,SAAS,EAAE,OAAO,KAAK,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;CAAE,CAiL/G"}
1
+ {"version":3,"file":"useGhostNodes.d.ts","sourceRoot":"","sources":["../../../src/composables/useGhostNodes.js"],"names":[],"mappings":";AA4BA;;;;;;;;;;GAUG;AACH,6DALG;IAA2C,cAAc,EAAjD,OAAO,KAAK,EAAE,GAAG,KAAQ;IAEP,SAAS;CACnC,GAAU;IAAE,cAAc,EAAE,OAAO,KAAK,EAAE,WAAW,OAAO,CAAC;IAAC,SAAS,EAAE,OAAO,KAAK,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;CAAE,CAmL/G"}
@@ -170,6 +170,8 @@ declare const i18n: I18n<{
170
170
  notContains: string;
171
171
  equals: string;
172
172
  clearAll: string;
173
+ from: string;
174
+ to: string;
173
175
  };
174
176
  howMuchResult: string;
175
177
  howMuchSelected: string;
@@ -1194,12 +1196,14 @@ declare const i18n: I18n<{
1194
1196
  fileName: string;
1195
1197
  category: string;
1196
1198
  metadataBtn: string;
1199
+ metadataProgress: string;
1197
1200
  status: string;
1198
1201
  complete: string;
1199
1202
  incomplete: string;
1200
1203
  selectCategory: string;
1201
1204
  selectNature: string;
1202
1205
  selectCategoryFirst: string;
1206
+ autoDetectNature: string;
1203
1207
  searchNature: string;
1204
1208
  removeFile: string;
1205
1209
  metadataTitle: string;
@@ -1249,6 +1253,7 @@ declare const i18n: I18n<{
1249
1253
  summaryFrom: string;
1250
1254
  summaryTo: string;
1251
1255
  };
1256
+ autoExtracted: string;
1252
1257
  };
1253
1258
  chat: {
1254
1259
  title: string;
@@ -1779,6 +1784,8 @@ declare const i18n: I18n<{
1779
1784
  notContains: string;
1780
1785
  equals: string;
1781
1786
  clearAll: string;
1787
+ from: string;
1788
+ to: string;
1782
1789
  };
1783
1790
  howMuchResult: string;
1784
1791
  howMuchSelected: string;
@@ -2801,12 +2808,14 @@ declare const i18n: I18n<{
2801
2808
  fileName: string;
2802
2809
  category: string;
2803
2810
  metadataBtn: string;
2811
+ metadataProgress: string;
2804
2812
  status: string;
2805
2813
  complete: string;
2806
2814
  incomplete: string;
2807
2815
  selectCategory: string;
2808
2816
  selectNature: string;
2809
2817
  selectCategoryFirst: string;
2818
+ autoDetectNature: string;
2810
2819
  searchNature: string;
2811
2820
  removeFile: string;
2812
2821
  metadataTitle: string;
@@ -2856,6 +2865,7 @@ declare const i18n: I18n<{
2856
2865
  summaryFrom: string;
2857
2866
  summaryTo: string;
2858
2867
  };
2868
+ autoExtracted: string;
2859
2869
  };
2860
2870
  chat: {
2861
2871
  title: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
@@ -97,6 +97,7 @@ export { default as iconeService } from '../services/IconeService.js';
97
97
  export { default as keyboardShortcutsService } from '../services/KeyboardShortcutsService.js';
98
98
  export { default as menuService } from '../services/MenuService.js';
99
99
  export { default as peopleService } from '../services/PeopleService.js';
100
+ export { default as previewService } from '../services/PreviewService.js';
100
101
  export { default as translationService } from '../services/TranslationService.js';
101
102
  export { default as workflowService } from '../services/WorkflowService.js';
102
103
  export { default as workspaceService } from '../services/WorkspaceService.js';
@@ -157,5 +158,5 @@ export { useMarkdownPreview, renderMarkdown, sanitizeHtml, generatePreviewDocume
157
158
  export { useCollabWebSocket, ConnectionState } from '../composables/useCollabWebSocket.js';
158
159
  export { useCollabEditor, ROLE_EDITOR, ROLE_OBSERVER } from '../composables/useCollabEditor.js';
159
160
  export { useChatWebSocket, ConnectionState as ChatConnectionState } from '../composables/useChatWebSocket.js';
160
- export { resolveTemplate, extractVariables } from '../utils/classificationPlanUtils.js';
161
+ export { resolveTemplate, extractVariables, parseFileName, deduplicateFileNames } from '../utils/classificationPlanUtils.js';
161
162
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgHE,iCA4EC;;yBA3KsB,sCAAsC;uBACxC,6BAA6B;+BAFrB,gDAAgD;4BAGnD,wCAAwC;yBAC3C,+BAA+B;+BACzB,gDAAgD;+BAChD,gDAAgD;8BACjD,+CAA+C;6BAChD,8CAA8C;4BAC/C,6CAA6C;oCACrC,qDAAqD;4BAC7D,6CAA6C;+BAC1C,gDAAgD;yBACtD,0CAA0C;iCAClC,kDAAkD;wBAC3D,qCAAqC;wBACrC,qCAAqC;wBACrC,qCAAqC;yBACpC,0CAA0C;2BAOxC,4CAA4C;8BACzC,+CAA+C;2BAClD,4CAA4C;yBAC9C,0CAA0C;2BACxC,iCAAiC;4BARhC,kCAAkC;uBASvC,mCAAmC;uBACnC,kCAAkC;+BAC1B,2CAA2C;yBAGjD,+BAA+B;6BAD3B,mCAAmC;yBADvC,+BAA+B;kCAItB,+CAA+C;4BACrD,yCAAyC;6BACxC,0CAA0C;4BAC3C,yCAAyC;yBAC5C,sCAAsC;8BACjC,2CAA2C;8BAC3C,2CAA2C;gCACzC,6CAA6C;8BAC/C,2CAA2C;wBACjD,qCAAqC;6BAChC,0CAA0C;oCACnC,iDAAiD;0BAC3D,uCAAuC;6BACpC,0CAA0C;8BACzC,6CAA6C;6BAC9C,mCAAmC;6BACnC,mCAAmC;wBACxC,qCAAqC;0BAOnC,0CAA0C;0BAC1C,0CAA0C;iCACnC,6CAA6C;qBACzD,iCAAiC;+BATvB,4CAA4C;gCApC3C,4CAA4C;kCAC1C,8CAA8C;2BAErD,uCAAuC;4BACtC,wCAAwC;0BAC1C,sCAAsC;kCAY9B,8CAA8C;2BAoBrD,iCAAiC;sBA8BtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;4BAC9B,0CAA0C;kCACpC,gDAAgD;sBAnC5D,iCAAiC;wBAC/B,mCAAmC;sBACrC,iCAAiC;yBAC9B,oCAAoC;+BAO9B,+CAA+C;4BAClD,mDAAmD;+BAChD,+CAA+C;iCAC7C,wDAAwD;6BAC5D,mCAAmC;wCAGxB,6DAA6D;mCAClE,wDAAwD;qCACtD,0DAA0D;oCAC3D,yDAAyD;uBACtE,4CAA4C;sBAC7C,2CAA2C;4BACrC,iDAAiD;4BACjD,iDAAiD;2BAClD,gDAAgD;+BAC5C,oDAAoD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgHE,iCA4EC;;yBA3KsB,sCAAsC;uBACxC,6BAA6B;+BAFrB,gDAAgD;4BAGnD,wCAAwC;yBAC3C,+BAA+B;+BACzB,gDAAgD;+BAChD,gDAAgD;8BACjD,+CAA+C;6BAChD,8CAA8C;4BAC/C,6CAA6C;oCACrC,qDAAqD;4BAC7D,6CAA6C;+BAC1C,gDAAgD;yBACtD,0CAA0C;iCAClC,kDAAkD;wBAC3D,qCAAqC;wBACrC,qCAAqC;wBACrC,qCAAqC;yBACpC,0CAA0C;2BAOxC,4CAA4C;8BACzC,+CAA+C;2BAClD,4CAA4C;yBAC9C,0CAA0C;2BACxC,iCAAiC;4BARhC,kCAAkC;uBASvC,mCAAmC;uBACnC,kCAAkC;+BAC1B,2CAA2C;yBAGjD,+BAA+B;6BAD3B,mCAAmC;yBADvC,+BAA+B;kCAItB,+CAA+C;4BACrD,yCAAyC;6BACxC,0CAA0C;4BAC3C,yCAAyC;yBAC5C,sCAAsC;8BACjC,2CAA2C;8BAC3C,2CAA2C;gCACzC,6CAA6C;8BAC/C,2CAA2C;wBACjD,qCAAqC;6BAChC,0CAA0C;oCACnC,iDAAiD;0BAC3D,uCAAuC;6BACpC,0CAA0C;8BACzC,6CAA6C;6BAC9C,mCAAmC;6BACnC,mCAAmC;wBACxC,qCAAqC;0BAOnC,0CAA0C;0BAC1C,0CAA0C;iCACnC,6CAA6C;qBACzD,iCAAiC;+BATvB,4CAA4C;gCApC3C,4CAA4C;kCAC1C,8CAA8C;2BAErD,uCAAuC;4BACtC,wCAAwC;0BAC1C,sCAAsC;kCAY9B,8CAA8C;2BAoBrD,iCAAiC;sBA8BtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;4BAC9B,0CAA0C;kCACpC,gDAAgD;sBAnC5D,iCAAiC;wBAC/B,mCAAmC;sBACrC,iCAAiC;yBAC9B,oCAAoC;+BAO9B,+CAA+C;4BAClD,mDAAmD;+BAChD,+CAA+C;iCAC7C,wDAAwD;6BAC5D,mCAAmC;wCAGxB,6DAA6D;mCAClE,wDAAwD;qCACtD,0DAA0D;oCAC3D,yDAAyD;uBACtE,4CAA4C;sBAC7C,2CAA2C;4BACrC,iDAAiD;4BACjD,iDAAiD;2BAClD,gDAAgD;+BAC5C,oDAAoD"}
@@ -1 +1 @@
1
- {"version":3,"file":"AftsQueryBuilder.d.ts","sourceRoot":"","sources":["../../../src/services/AftsQueryBuilder.js"],"names":[],"mappings":";;AAmCA;;;GAGG;AACH;IACE;;;;;OAKG;IACH,qBAHW,MAAM,GACJ,MAAM,CAQlB;IAED;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,kCAJG;QAA0B,SAAS;QACT,QAAQ;KAClC,GAAU,MAAM,CAyDlB;IAED;;;;OAIG;IACH,6BAFa,MAAM,GAAC,IAAI,CAkEvB;IAED;;;;OAIG;IACH,8BAFa,MAAM,GAAC,IAAI,CAavB;IAED;;;;OAIG;IACH,wCAFa,MAAM,GAAC,IAAI,CAavB;CACF"}
1
+ {"version":3,"file":"AftsQueryBuilder.d.ts","sourceRoot":"","sources":["../../../src/services/AftsQueryBuilder.js"],"names":[],"mappings":";;AAmBA;;;GAGG;AACH;IACE;;;;;OAKG;IACH,qBAHW,MAAM,GACJ,MAAM,CAQlB;IAED;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,kCAJG;QAA0B,SAAS;QACT,QAAQ;KAClC,GAAU,MAAM,CAyDlB;IAED;;;;OAIG;IACH,6BAFa,MAAM,GAAC,IAAI,CAkEvB;IAED;;;;OAIG;IACH,8BAFa,MAAM,GAAC,IAAI,CAavB;IAED;;;;OAIG;IACH,wCAFa,MAAM,GAAC,IAAI,CAavB;CACF"}