@pristy/pristy-libvue 2.4.0 → 2.5.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 (52) hide show
  1. package/dist/pristy-libvue.css +1 -1
  2. package/dist/pristy-libvue.es.js +11359 -10112
  3. package/dist/pristy-libvue.es.js.map +1 -1
  4. package/dist/pristy-libvue.umd.js +22 -22
  5. package/dist/pristy-libvue.umd.js.map +1 -1
  6. package/dist/src/components/breadcrumb/ComplexBreadcrumb.vue.d.ts +16 -0
  7. package/dist/src/components/breadcrumb/ComplexBreadcrumb.vue.d.ts.map +1 -1
  8. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +85 -0
  9. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
  10. package/dist/src/components/classification/MetadataFormFields.vue.d.ts +152 -4
  11. package/dist/src/components/classification/NatureSelector.vue.d.ts +150 -2
  12. package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts +452 -8
  13. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +452 -8
  14. package/dist/src/components/classification/ViewSelectorPopup.vue.d.ts +83 -0
  15. package/dist/src/components/classification/ViewSelectorPopup.vue.d.ts.map +1 -0
  16. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +1 -0
  17. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
  18. package/dist/src/components/navigation/ContentTableView.vue.d.ts +1 -0
  19. package/dist/src/components/navigation/DynamicContentView.vue.d.ts +2 -0
  20. package/dist/src/components/search/AddCriterionPopup.vue.d.ts.map +1 -1
  21. package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +48 -4
  22. package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
  23. package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +89 -16
  24. package/dist/src/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
  25. package/dist/src/components/search/FavoriteViewMenu.vue.d.ts +2 -0
  26. package/dist/src/components/search/SaveViewPopup.vue.d.ts +28 -0
  27. package/dist/src/components/search/SaveViewPopup.vue.d.ts.map +1 -1
  28. package/dist/src/components/search/UserViewsFavoritesPanel.vue.d.ts +18 -4
  29. package/dist/src/components/search/UserViewsFavoritesPanel.vue.d.ts.map +1 -1
  30. package/dist/src/components/search/ViewResultsPanel.vue.d.ts +275 -0
  31. package/dist/src/components/search/ViewResultsPanel.vue.d.ts.map +1 -0
  32. package/dist/src/components/views/PredefinedViewsPanel.vue.d.ts +12 -239
  33. package/dist/src/components/views/PredefinedViewsPanel.vue.d.ts.map +1 -1
  34. package/dist/src/i18n/index.d.ts +149 -1
  35. package/dist/src/i18n/index.d.ts.map +1 -1
  36. package/dist/src/index.d.ts +5 -1
  37. package/dist/src/index.d.ts.map +1 -1
  38. package/dist/src/services/AftsQueryBuilder.d.ts +43 -0
  39. package/dist/src/services/AftsQueryBuilder.d.ts.map +1 -0
  40. package/dist/src/services/ClassificationService.d.ts +9 -0
  41. package/dist/src/services/ClassificationService.d.ts.map +1 -1
  42. package/dist/src/services/UserViewService.d.ts +2 -1
  43. package/dist/src/services/UserViewService.d.ts.map +1 -1
  44. package/dist/src/services/ViewConfigService.d.ts +39 -0
  45. package/dist/src/services/ViewConfigService.d.ts.map +1 -0
  46. package/dist/src/stores/config.d.ts +0 -3
  47. package/dist/src/stores/config.d.ts.map +1 -1
  48. package/dist/src/stores/filingPlan.d.ts +51 -0
  49. package/dist/src/stores/filingPlan.d.ts.map +1 -0
  50. package/dist/src/stores/userView.d.ts +42 -6
  51. package/dist/src/stores/userView.d.ts.map +1 -1
  52. package/package.json +1 -1
@@ -0,0 +1,83 @@
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { DefineComponent } from '@primevue/core';
3
+ import { DialogProps, DialogSlots } from 'primevue/dialog';
4
+ import { ButtonProps, ButtonSlots } from 'primevue/button';
5
+ import { CheckboxProps, CheckboxSlots } from 'primevue/checkbox';
6
+ import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
7
+ import { IconFieldProps, IconFieldSlots } from 'primevue/iconfield';
8
+ import { InputIconProps, InputIconSlots } from 'primevue/inputicon';
9
+ declare const _default: DefineComponent<ExtractPropTypes<{
10
+ visible: BooleanConstructor;
11
+ selectedViews: {
12
+ type: ArrayConstructor;
13
+ default: () => any[];
14
+ };
15
+ availableViews: {
16
+ type: ArrayConstructor;
17
+ default: () => any[];
18
+ };
19
+ loading: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ readonly: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ }>, {}, {
28
+ localSelected: any[];
29
+ searchQuery: string;
30
+ dragIndex: any;
31
+ dragOverIndex: any;
32
+ }, {
33
+ allFilenames(): any[];
34
+ unselectedViews(): any[];
35
+ isSearching(): boolean;
36
+ searchResults(): any[];
37
+ }, {
38
+ isSelected(view: any): boolean;
39
+ toggleView(view: any, checked: any): void;
40
+ moveView(index: any, direction: any): void;
41
+ onDragStart(index: any, event: any): void;
42
+ onDragOver(index: any): void;
43
+ onDragLeave(): void;
44
+ onDrop(targetIndex: any): void;
45
+ onDragEnd(): void;
46
+ validate(): void;
47
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:visible" | "update:selectedViews")[], "update:visible" | "update:selectedViews", PublicProps, Readonly< ExtractPropTypes<{
48
+ visible: BooleanConstructor;
49
+ selectedViews: {
50
+ type: ArrayConstructor;
51
+ default: () => any[];
52
+ };
53
+ availableViews: {
54
+ type: ArrayConstructor;
55
+ default: () => any[];
56
+ };
57
+ loading: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ readonly: {
62
+ type: BooleanConstructor;
63
+ default: boolean;
64
+ };
65
+ }>> & Readonly<{
66
+ "onUpdate:visible"?: (...args: any[]) => any;
67
+ "onUpdate:selectedViews"?: (...args: any[]) => any;
68
+ }>, {
69
+ loading: boolean;
70
+ visible: boolean;
71
+ selectedViews: unknown[];
72
+ availableViews: unknown[];
73
+ readonly: boolean;
74
+ }, {}, {
75
+ PrimeDialog: DefineComponent<DialogProps, DialogSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>;
76
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
77
+ 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)>;
78
+ PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
79
+ PrimeIconField: DefineComponent<IconFieldProps, IconFieldSlots, (e: string, ...args: any[]) => void>;
80
+ PrimeInputIcon: DefineComponent<InputIconProps, InputIconSlots, (e: string, ...args: any[]) => void>;
81
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
82
+ export default _default;
83
+ //# sourceMappingURL=ViewSelectorPopup.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ViewSelectorPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/ViewSelectorPopup.vue"],"names":[],"mappings":";;;;;;;;AA0KA;"}
@@ -84,6 +84,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
84
84
  getValue(obj: any, path: any): any;
85
85
  convertBytesToSize(str: any): string;
86
86
  toLocaleDateString(datestr: any): string;
87
+ toBoolean(value: any): string;
87
88
  toggleFileActionMenu(event: any, node: any): void;
88
89
  }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:selectedNodes" | "click-icon" | "toggle-file-action-menu" | "navigate-to")[], "update:selectedNodes" | "click-icon" | "toggle-file-action-menu" | "navigate-to", PublicProps, Readonly< ExtractPropTypes<{
89
90
  files: {
@@ -1 +1 @@
1
- {"version":3,"file":"ContentCompactTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentCompactTableView.vue"],"names":[],"mappings":";;;;;;AA+IA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqbI;;;;;;;;OAQG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IARH;;;;;;;;OAQG"}
1
+ {"version":3,"file":"ContentCompactTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentCompactTableView.vue"],"names":[],"mappings":";;;;;;AA+IA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwbI;;;;;;;;OAQG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IARH;;;;;;;;OAQG"}
@@ -111,6 +111,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
111
111
  };
112
112
  convertBytesToSize(str: any): string;
113
113
  toLocaleDateString(datestr: any): string;
114
+ toBoolean(value: any): string;
114
115
  displaySvg(node: any): boolean;
115
116
  loadIcon(item: any): string;
116
117
  loadIconLabel(item: any): any;
@@ -355,6 +355,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
355
355
  getValue(obj: any, path: any): any;
356
356
  convertBytesToSize(str: any): string;
357
357
  toLocaleDateString(datestr: any): string;
358
+ toBoolean(value: any): string;
358
359
  toggleFileActionMenu(event: any, node: any): void;
359
360
  }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:selectedNodes" | "click-icon" | "toggle-file-action-menu" | "navigate-to")[], "update:selectedNodes" | "click-icon" | "toggle-file-action-menu" | "navigate-to", PublicProps, Readonly< ExtractPropTypes<{
360
361
  files: {
@@ -668,6 +669,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
668
669
  };
669
670
  convertBytesToSize(str: any): string;
670
671
  toLocaleDateString(datestr: any): string;
672
+ toBoolean(value: any): string;
671
673
  displaySvg(node: any): boolean;
672
674
  loadIcon(item: any): string;
673
675
  loadIconLabel(item: any): any;
@@ -1 +1 @@
1
- {"version":3,"file":"AddCriterionPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AddCriterionPopup.vue"],"names":[],"mappings":";;;;;;;;;;;AAuKA;"}
1
+ {"version":3,"file":"AddCriterionPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AddCriterionPopup.vue"],"names":[],"mappings":";;;;;;;;;;;AAgKA;"}
@@ -15,6 +15,13 @@ import { DatePickerProps, DatePickerSlots, DatePickerBlurEvent, DatePickerMonthC
15
15
  import { InputNumberProps, InputNumberSlots, InputNumberBlurEvent, InputNumberInputEvent, InputNumberMethods } from 'primevue/inputnumber';
16
16
  import { DataTableProps, DataTableSlots, DataTableSortEvent, DataTableFilterEvent, DataTablePageEvent, DataTableSortMeta, DataTableExpandedRows, DataTableFilterMeta, DataTableEditingRows, DataTableRowClickEvent, DataTableRowDoubleClickEvent, DataTableRowContextMenuEvent, DataTableRowSelectEvent, DataTableRowSelectAllEvent, DataTableRowUnselectAllEvent, DataTableRowUnselectEvent, DataTableSelectAllChangeEvent, DataTableColumnResizeEndEvent, DataTableColumnReorderEvent, DataTableRowReorderEvent, DataTableRowExpandEvent, DataTableRowCollapseEvent, DataTableCellEditInitEvent, DataTableCellEditCompleteEvent, DataTableCellEditCancelEvent, DataTableRowEditInitEvent, DataTableRowEditSaveEvent, DataTableRowEditCancelEvent, DataTableStateEvent, DataTableMethods } from 'primevue/datatable';
17
17
  import { ColumnProps, ColumnSlots } from 'primevue/column';
18
+ import { StepperProps, StepperSlots } from 'primevue/stepper';
19
+ import { StepListProps, StepListSlots } from 'primevue/steplist';
20
+ import { StepProps, StepSlots } from 'primevue/step';
21
+ import { StepPanelsProps, StepPanelsSlots } from 'primevue/steppanels';
22
+ import { StepPanelProps, StepPanelSlots } from 'primevue/steppanel';
23
+ import { InputGroupProps, InputGroupSlots } from 'primevue/inputgroup';
24
+ import { InputGroupAddonProps, InputGroupAddonSlots } from 'primevue/inputgroupaddon';
18
25
  import { TextareaProps, TextareaSlots } from 'primevue/textarea';
19
26
  import { TabsProps, TabsSlots } from 'primevue/tabs';
20
27
  import { TabListProps, TabListSlots } from 'primevue/tablist';
@@ -45,8 +52,8 @@ declare const _default: DefineComponent<{}, {}, {
45
52
  canManageLoadedView(): any;
46
53
  viewToEdit(): any;
47
54
  availableProperties(): any[];
48
- loadedView: () => any;
49
55
  location: () => any;
56
+ loadedView: () => any;
50
57
  criteria: () => any;
51
58
  isPristyAdmin: () => any;
52
59
  }, {
@@ -62,6 +69,8 @@ declare const _default: DefineComponent<{}, {}, {
62
69
  handleCriterionAdded(criterion: any): void;
63
70
  formatCriterionValueForDisplay(criterion: any): string;
64
71
  loadView: (savedView: SavedView) => void;
72
+ addLocation: (loc: ViewLocation) => void;
73
+ removeLocation: (index: number) => void;
65
74
  setLocation: (newLocation: ViewLocation) => void;
66
75
  setCriteria: (newCriteria: ViewCriterion[]) => void;
67
76
  addCriterion: (criterion: ViewCriterion) => void;
@@ -133,7 +142,12 @@ declare const _default: DefineComponent<{}, {}, {
133
142
  PrimeAccordionPanel: DefineComponent<AccordionPanelProps, AccordionPanelSlots, (e: string, ...args: any[]) => void>;
134
143
  PrimeAccordionHeader: DefineComponent<AccordionHeaderProps, AccordionHeaderSlots, (e: string, ...args: any[]) => void>;
135
144
  PrimeAccordionContent: DefineComponent<AccordionContentProps, AccordionContentSlots, (e: string, ...args: any[]) => void>;
136
- UserViewsFavoritesPanel: DefineComponent<{}, {}, {
145
+ UserViewsFavoritesPanel: DefineComponent<ExtractPropTypes<{
146
+ globalOnly: {
147
+ type: BooleanConstructor;
148
+ default: boolean;
149
+ };
150
+ }>, {}, {
137
151
  selectedPersonalSearch: any;
138
152
  selectedGlobalSearch: any;
139
153
  }, {
@@ -146,6 +160,8 @@ declare const _default: DefineComponent<{}, {}, {
146
160
  onDropdownChange(event: any): void;
147
161
  selectView(search: any): void;
148
162
  loadView: (savedView: SavedView) => void;
163
+ addLocation: (loc: ViewLocation) => void;
164
+ removeLocation: (index: number) => void;
149
165
  setLocation: (newLocation: ViewLocation) => void;
150
166
  setCriteria: (newCriteria: ViewCriterion[]) => void;
151
167
  addCriterion: (criterion: ViewCriterion) => void;
@@ -157,9 +173,16 @@ declare const _default: DefineComponent<{}, {}, {
157
173
  toggleViewFavorite: (view: SavedView) => Promise<void>;
158
174
  fetchFavoriteViews: () => Promise<void>;
159
175
  fetchSavedViews: () => Promise<void>;
160
- }, ComponentOptionsMixin, ComponentOptionsMixin, "load-view"[], "load-view", PublicProps, Readonly<{}> & Readonly<{
176
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "load-view"[], "load-view", PublicProps, Readonly< ExtractPropTypes<{
177
+ globalOnly: {
178
+ type: BooleanConstructor;
179
+ default: boolean;
180
+ };
181
+ }>> & Readonly<{
161
182
  "onLoad-view"?: (...args: any[]) => any;
162
- }>, {}, {}, {
183
+ }>, {
184
+ globalOnly: boolean;
185
+ }, {}, {
163
186
  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>;
164
187
  }, {}, string, ComponentProvideOptions, true, {}, any>;
165
188
  PrimeSelectButton: DefineComponent<SelectButtonProps, SelectButtonSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectButtonChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void)>;
@@ -257,12 +280,21 @@ declare const _default: DefineComponent<{}, {}, {
257
280
  type: ObjectConstructor;
258
281
  default: any;
259
282
  };
283
+ globalOnly: {
284
+ type: BooleanConstructor;
285
+ default: boolean;
286
+ };
260
287
  }>, {}, {
288
+ currentStep: string;
261
289
  viewName: string;
262
290
  viewDescription: string;
291
+ viewFileId: string;
263
292
  scope: string;
264
293
  }, {
265
294
  isEditMode(): boolean;
295
+ showScopeStep(): boolean;
296
+ fileIdStep(): "1" | "2";
297
+ detailsStep(): "2" | "3";
266
298
  scopeOptions(): {
267
299
  label: string;
268
300
  value: string;
@@ -300,17 +332,29 @@ declare const _default: DefineComponent<{}, {}, {
300
332
  type: ObjectConstructor;
301
333
  default: any;
302
334
  };
335
+ globalOnly: {
336
+ type: BooleanConstructor;
337
+ default: boolean;
338
+ };
303
339
  }>> & Readonly<{
304
340
  "onUpdate:visible"?: (...args: any[]) => any;
305
341
  "onSave-view"?: (...args: any[]) => any;
306
342
  "onClear-error"?: (...args: any[]) => any;
307
343
  }>, {
308
344
  visible: boolean;
345
+ globalOnly: boolean;
309
346
  errorMessage: string;
310
347
  viewData: Record<string, any>;
311
348
  }, {}, {
312
349
  PrimeDialog: DefineComponent<DialogProps, DialogSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>;
350
+ PrimeStepper: DefineComponent<StepperProps, StepperSlots, (e: "update:value", value: any) => void>;
351
+ PrimeStepList: DefineComponent<StepListProps, StepListSlots, (e: string, ...args: any[]) => void>;
352
+ PrimeStep: DefineComponent<StepProps, StepSlots, (e: string, ...args: any[]) => void>;
353
+ PrimeStepPanels: DefineComponent<StepPanelsProps, StepPanelsSlots, (e: string, ...args: any[]) => void>;
354
+ PrimeStepPanel: DefineComponent<StepPanelProps, StepPanelSlots, (e: string, ...args: any[]) => void>;
313
355
  PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
356
+ PrimeInputGroup: DefineComponent<InputGroupProps, InputGroupSlots, (e: string, ...args: any[]) => void>;
357
+ PrimeInputGroupAddon: DefineComponent<InputGroupAddonProps, InputGroupAddonSlots, (e: string, ...args: any[]) => void>;
314
358
  PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
315
359
  PrimeSelectButton: DefineComponent<SelectButtonProps, SelectButtonSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectButtonChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void)>;
316
360
  PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
@@ -1 +1 @@
1
- {"version":3,"file":"AdvancedSearchPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedSearchPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AA0NA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAieA,KAjYsE,CAiYtE,aAjYoF;;;;;;;;;;;6BAiYpF,MA9PmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8PnB,KAxP8D;;2BAwP9D,KAtNC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAsND,KAjYsE,CAiYtE,aAjYoF;;;;;;;;;;;iCAiYpF,MA9PmB"}
1
+ {"version":3,"file":"AdvancedSearchPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedSearchPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0NA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAoeA,KApYsE,CAoYtE,aApYoF;;;;;;;;;;;6BAoYpF,MAjQmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAiQnB,KA3P8D;;2BA2P9D,KAzNC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAyND,KApYsE,CAoYtE,aApYoF;;;;;;;;;;;iCAoYpF,MAjQmB"}
@@ -1,4 +1,4 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ExtractPropTypes } from 'vue';
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  import { DefineComponent } from '@primevue/core';
3
3
  import { AccordionProps, AccordionSlots, AccordionTabOpenEvent, AccordionTabCloseEvent, AccordionClickEvent } from 'primevue/accordion';
4
4
  import { AccordionPanelProps, AccordionPanelSlots } from 'primevue/accordionpanel';
@@ -14,6 +14,13 @@ import { DatePickerProps, DatePickerSlots, DatePickerBlurEvent, DatePickerMonthC
14
14
  import { InputNumberProps, InputNumberSlots, InputNumberBlurEvent, InputNumberInputEvent, InputNumberMethods } from 'primevue/inputnumber';
15
15
  import { DataTableProps, DataTableSlots, DataTableSortEvent, DataTableFilterEvent, DataTablePageEvent, DataTableSortMeta, DataTableExpandedRows, DataTableFilterMeta, DataTableEditingRows, DataTableRowClickEvent, DataTableRowDoubleClickEvent, DataTableRowContextMenuEvent, DataTableRowSelectEvent, DataTableRowSelectAllEvent, DataTableRowUnselectAllEvent, DataTableRowUnselectEvent, DataTableSelectAllChangeEvent, DataTableColumnResizeEndEvent, DataTableColumnReorderEvent, DataTableRowReorderEvent, DataTableRowExpandEvent, DataTableRowCollapseEvent, DataTableCellEditInitEvent, DataTableCellEditCompleteEvent, DataTableCellEditCancelEvent, DataTableRowEditInitEvent, DataTableRowEditSaveEvent, DataTableRowEditCancelEvent, DataTableStateEvent, DataTableMethods } from 'primevue/datatable';
16
16
  import { ColumnProps, ColumnSlots } from 'primevue/column';
17
+ import { StepperProps, StepperSlots } from 'primevue/stepper';
18
+ import { StepListProps, StepListSlots } from 'primevue/steplist';
19
+ import { StepProps, StepSlots } from 'primevue/step';
20
+ import { StepPanelsProps, StepPanelsSlots } from 'primevue/steppanels';
21
+ import { StepPanelProps, StepPanelSlots } from 'primevue/steppanel';
22
+ import { InputGroupProps, InputGroupSlots } from 'primevue/inputgroup';
23
+ import { InputGroupAddonProps, InputGroupAddonSlots } from 'primevue/inputgroupaddon';
17
24
  import { TextareaProps, TextareaSlots } from 'primevue/textarea';
18
25
  import { TabsProps, TabsSlots } from 'primevue/tabs';
19
26
  import { TabListProps, TabListSlots } from 'primevue/tablist';
@@ -22,8 +29,18 @@ import { TabPanelsProps, TabPanelsSlots } from 'primevue/tabpanels';
22
29
  import { TabPanelProps, TabPanelSlots } from 'primevue/tabpanel';
23
30
  import { TreeProps, TreeSlots, TreeFilterEvent, TreeExpandedKeys, TreeSelectionKeys, TreeNodeDropEvent, TreeDragEnterEvent, TreeDragLeaveEvent } from 'primevue/tree';
24
31
  import { TreeNode } from 'primevue/treenode';
25
- declare const _default: DefineComponent<{}, {}, {
32
+ declare const _default: DefineComponent<ExtractPropTypes<{
33
+ globalOnly: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ showUserHome: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ }>, {}, {
26
42
  isAddCriterionDialogVisible: boolean;
43
+ isAddLocationDialogVisible: boolean;
27
44
  saveViewDialogVisible: boolean;
28
45
  saveViewDialogMode: string;
29
46
  saveViewError: any;
@@ -31,27 +48,36 @@ declare const _default: DefineComponent<{}, {}, {
31
48
  isDeleteConfirmVisible: boolean;
32
49
  availableSites: any[];
33
50
  filteredSites: any[];
34
- siteInputValue: any;
35
- }, {
36
- locationModel: {
37
- get(): any;
38
- set(value: any): void;
51
+ newLocation: {
52
+ type: any;
53
+ value: string;
54
+ negation: boolean;
55
+ label: string;
39
56
  };
57
+ newLocationSiteInput: any;
58
+ }, {
40
59
  locationOptions(): {
41
60
  label: string;
42
61
  value: string;
43
62
  }[];
44
- locationPlaceholder(): string;
63
+ conditionOptions(): {
64
+ label: string;
65
+ value: boolean;
66
+ }[];
45
67
  hasActiveCriteria(): boolean;
46
68
  isSavedViewLoaded(): boolean;
47
69
  canManageLoadedView(): any;
48
70
  viewToEdit(): any;
49
71
  availableProperties(): any[];
50
72
  loadedView: () => any;
51
- location: () => any;
52
73
  criteria: () => any;
74
+ locations: () => any;
53
75
  isPristyAdmin: () => any;
54
76
  }, {
77
+ removeLocationAtIndex(index: any): void;
78
+ resetNewLocation(): void;
79
+ confirmAddLocation(): void;
80
+ handleNewLocationSiteSelect(event: any): void;
55
81
  clearSaveViewError(): void;
56
82
  handleDossierSelected(node: any): void;
57
83
  openSaveViewPopup(): void;
@@ -60,13 +86,13 @@ declare const _default: DefineComponent<{}, {}, {
60
86
  handleDeleteConfirmation(): Promise<void>;
61
87
  handleSaveView(payload: any): Promise<void>;
62
88
  handleLoadView(searchConfig: any): void;
63
- updateLocationValue(newValue: any): void;
64
89
  handleCriterionAdded(criterion: any): void;
65
90
  formatCriterionValueForDisplay(criterion: any): string;
66
91
  loadSites(): Promise<void>;
67
92
  searchSites(event: any): void;
68
- handleSiteSelect(event: any): void;
69
93
  loadView: (savedView: SavedView) => void;
94
+ addLocation: (loc: ViewLocation) => void;
95
+ removeLocation: (index: number) => void;
70
96
  setLocation: (newLocation: ViewLocation) => void;
71
97
  setCriteria: (newCriteria: ViewCriterion[]) => void;
72
98
  addCriterion: (criterion: ViewCriterion) => void;
@@ -95,16 +121,33 @@ declare const _default: DefineComponent<{}, {}, {
95
121
  apiLogin: (a: string, p: string) => Promise<any>;
96
122
  publiclogoff: () => Promise<void>;
97
123
  publiclogin: (espace_id: string) => Promise<string>;
98
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("change-exact-search-settings" | "load-view" | "close-view")[], "change-exact-search-settings" | "load-view" | "close-view", PublicProps, Readonly<{}> & Readonly<{
124
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("change-exact-search-settings" | "load-view" | "close-view")[], "change-exact-search-settings" | "load-view" | "close-view", PublicProps, Readonly< ExtractPropTypes<{
125
+ globalOnly: {
126
+ type: BooleanConstructor;
127
+ default: boolean;
128
+ };
129
+ showUserHome: {
130
+ type: BooleanConstructor;
131
+ default: boolean;
132
+ };
133
+ }>> & Readonly<{
99
134
  "onChange-exact-search-settings"?: (...args: any[]) => any;
100
135
  "onLoad-view"?: (...args: any[]) => any;
101
136
  "onClose-view"?: (...args: any[]) => any;
102
- }>, {}, {}, {
137
+ }>, {
138
+ showUserHome: boolean;
139
+ globalOnly: boolean;
140
+ }, {}, {
103
141
  PrimeAccordion: DefineComponent<AccordionProps, AccordionSlots, ((e: "update:value", value: string | string[]) => void) & ((e: "update:activeIndex", value: number) => void) & ((e: "tab-open", event: AccordionTabOpenEvent) => void) & ((e: "tab-close", event: AccordionTabCloseEvent) => void) & ((e: "tab-click", event: AccordionClickEvent) => void)>;
104
142
  PrimeAccordionPanel: DefineComponent<AccordionPanelProps, AccordionPanelSlots, (e: string, ...args: any[]) => void>;
105
143
  PrimeAccordionHeader: DefineComponent<AccordionHeaderProps, AccordionHeaderSlots, (e: string, ...args: any[]) => void>;
106
144
  PrimeAccordionContent: DefineComponent<AccordionContentProps, AccordionContentSlots, (e: string, ...args: any[]) => void>;
107
- UserViewsFavoritesPanel: DefineComponent<{}, {}, {
145
+ UserViewsFavoritesPanel: DefineComponent<ExtractPropTypes<{
146
+ globalOnly: {
147
+ type: BooleanConstructor;
148
+ default: boolean;
149
+ };
150
+ }>, {}, {
108
151
  selectedPersonalSearch: any;
109
152
  selectedGlobalSearch: any;
110
153
  }, {
@@ -117,6 +160,8 @@ declare const _default: DefineComponent<{}, {}, {
117
160
  onDropdownChange(event: any): void;
118
161
  selectView(search: any): void;
119
162
  loadView: (savedView: SavedView) => void;
163
+ addLocation: (loc: ViewLocation) => void;
164
+ removeLocation: (index: number) => void;
120
165
  setLocation: (newLocation: ViewLocation) => void;
121
166
  setCriteria: (newCriteria: ViewCriterion[]) => void;
122
167
  addCriterion: (criterion: ViewCriterion) => void;
@@ -128,9 +173,16 @@ declare const _default: DefineComponent<{}, {}, {
128
173
  toggleViewFavorite: (view: SavedView) => Promise<void>;
129
174
  fetchFavoriteViews: () => Promise<void>;
130
175
  fetchSavedViews: () => Promise<void>;
131
- }, ComponentOptionsMixin, ComponentOptionsMixin, "load-view"[], "load-view", PublicProps, Readonly<{}> & Readonly<{
176
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "load-view"[], "load-view", PublicProps, Readonly< ExtractPropTypes<{
177
+ globalOnly: {
178
+ type: BooleanConstructor;
179
+ default: boolean;
180
+ };
181
+ }>> & Readonly<{
132
182
  "onLoad-view"?: (...args: any[]) => any;
133
- }>, {}, {}, {
183
+ }>, {
184
+ globalOnly: boolean;
185
+ }, {}, {
134
186
  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>;
135
187
  }, {}, string, ComponentProvideOptions, true, {}, any>;
136
188
  PrimeSelectButton: DefineComponent<SelectButtonProps, SelectButtonSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectButtonChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void)>;
@@ -229,12 +281,21 @@ declare const _default: DefineComponent<{}, {}, {
229
281
  type: ObjectConstructor;
230
282
  default: any;
231
283
  };
284
+ globalOnly: {
285
+ type: BooleanConstructor;
286
+ default: boolean;
287
+ };
232
288
  }>, {}, {
289
+ currentStep: string;
233
290
  viewName: string;
234
291
  viewDescription: string;
292
+ viewFileId: string;
235
293
  scope: string;
236
294
  }, {
237
295
  isEditMode(): boolean;
296
+ showScopeStep(): boolean;
297
+ fileIdStep(): "1" | "2";
298
+ detailsStep(): "2" | "3";
238
299
  scopeOptions(): {
239
300
  label: string;
240
301
  value: string;
@@ -272,17 +333,29 @@ declare const _default: DefineComponent<{}, {}, {
272
333
  type: ObjectConstructor;
273
334
  default: any;
274
335
  };
336
+ globalOnly: {
337
+ type: BooleanConstructor;
338
+ default: boolean;
339
+ };
275
340
  }>> & Readonly<{
276
341
  "onUpdate:visible"?: (...args: any[]) => any;
277
342
  "onSave-view"?: (...args: any[]) => any;
278
343
  "onClear-error"?: (...args: any[]) => any;
279
344
  }>, {
280
345
  visible: boolean;
346
+ globalOnly: boolean;
281
347
  errorMessage: string;
282
348
  viewData: Record<string, any>;
283
349
  }, {}, {
284
350
  PrimeDialog: DefineComponent<DialogProps, DialogSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>;
351
+ PrimeStepper: DefineComponent<StepperProps, StepperSlots, (e: "update:value", value: any) => void>;
352
+ PrimeStepList: DefineComponent<StepListProps, StepListSlots, (e: string, ...args: any[]) => void>;
353
+ PrimeStep: DefineComponent<StepProps, StepSlots, (e: string, ...args: any[]) => void>;
354
+ PrimeStepPanels: DefineComponent<StepPanelsProps, StepPanelsSlots, (e: string, ...args: any[]) => void>;
355
+ PrimeStepPanel: DefineComponent<StepPanelProps, StepPanelSlots, (e: string, ...args: any[]) => void>;
285
356
  PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
357
+ PrimeInputGroup: DefineComponent<InputGroupProps, InputGroupSlots, (e: string, ...args: any[]) => void>;
358
+ PrimeInputGroupAddon: DefineComponent<InputGroupAddonProps, InputGroupAddonSlots, (e: string, ...args: any[]) => void>;
286
359
  PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
287
360
  PrimeSelectButton: DefineComponent<SelectButtonProps, SelectButtonSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectButtonChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void)>;
288
361
  PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
@@ -1 +1 @@
1
- {"version":3,"file":"AdvancedViewPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedViewPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AA2OA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAojBA,KA9cO,CA8cP,aA9cqB;;;;;;;;;;;6BA8crB,MA/UE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA+UF,KA9cO,CA8cP,aA9cqB;;;;;;;;;;;iCA8crB,MA/UE"}
1
+ {"version":3,"file":"AdvancedViewPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedViewPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4UA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAstBA,KArnBuB,CAqnBvB,aArnBqC;;;;;;;;;;;6BAqnBrC,MA/fQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA+fR,KArnBuB,CAqnBvB,aArnBqC;;;;;;;;;;;iCAqnBrC,MA/fQ"}
@@ -8,6 +8,8 @@ declare const _default: DefineComponent<{}, {}, {}, {
8
8
  */
9
9
  onMenuItemClick(event: any): void;
10
10
  loadView: (savedView: SavedView) => void;
11
+ addLocation: (loc: ViewLocation) => void;
12
+ removeLocation: (index: number) => void;
11
13
  setLocation: (newLocation: ViewLocation) => void;
12
14
  setCriteria: (newCriteria: ViewCriterion[]) => void;
13
15
  addCriterion: (criterion: ViewCriterion) => void;
@@ -1,7 +1,14 @@
1
1
  import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  import { DefineComponent } from '@primevue/core';
3
3
  import { DialogProps, DialogSlots } from 'primevue/dialog';
4
+ import { StepperProps, StepperSlots } from 'primevue/stepper';
5
+ import { StepListProps, StepListSlots } from 'primevue/steplist';
6
+ import { StepProps, StepSlots } from 'primevue/step';
7
+ import { StepPanelsProps, StepPanelsSlots } from 'primevue/steppanels';
8
+ import { StepPanelProps, StepPanelSlots } from 'primevue/steppanel';
4
9
  import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
10
+ import { InputGroupProps, InputGroupSlots } from 'primevue/inputgroup';
11
+ import { InputGroupAddonProps, InputGroupAddonSlots } from 'primevue/inputgroupaddon';
5
12
  import { TextareaProps, TextareaSlots } from 'primevue/textarea';
6
13
  import { SelectButtonProps, SelectButtonSlots, SelectButtonChangeEvent } from 'primevue/selectbutton';
7
14
  import { ButtonProps, ButtonSlots } from 'primevue/button';
@@ -15,12 +22,21 @@ declare const _default: DefineComponent<ExtractPropTypes<{
15
22
  type: ObjectConstructor;
16
23
  default: any;
17
24
  };
25
+ globalOnly: {
26
+ type: BooleanConstructor;
27
+ default: boolean;
28
+ };
18
29
  }>, {}, {
30
+ currentStep: string;
19
31
  viewName: string;
20
32
  viewDescription: string;
33
+ viewFileId: string;
21
34
  scope: string;
22
35
  }, {
23
36
  isEditMode(): boolean;
37
+ showScopeStep(): boolean;
38
+ fileIdStep(): "1" | "2";
39
+ detailsStep(): "2" | "3";
24
40
  scopeOptions(): {
25
41
  label: string;
26
42
  value: string;
@@ -58,17 +74,29 @@ declare const _default: DefineComponent<ExtractPropTypes<{
58
74
  type: ObjectConstructor;
59
75
  default: any;
60
76
  };
77
+ globalOnly: {
78
+ type: BooleanConstructor;
79
+ default: boolean;
80
+ };
61
81
  }>> & Readonly<{
62
82
  "onUpdate:visible"?: (...args: any[]) => any;
63
83
  "onSave-view"?: (...args: any[]) => any;
64
84
  "onClear-error"?: (...args: any[]) => any;
65
85
  }>, {
66
86
  visible: boolean;
87
+ globalOnly: boolean;
67
88
  errorMessage: string;
68
89
  viewData: Record<string, any>;
69
90
  }, {}, {
70
91
  PrimeDialog: DefineComponent<DialogProps, DialogSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>;
92
+ PrimeStepper: DefineComponent<StepperProps, StepperSlots, (e: "update:value", value: any) => void>;
93
+ PrimeStepList: DefineComponent<StepListProps, StepListSlots, (e: string, ...args: any[]) => void>;
94
+ PrimeStep: DefineComponent<StepProps, StepSlots, (e: string, ...args: any[]) => void>;
95
+ PrimeStepPanels: DefineComponent<StepPanelsProps, StepPanelsSlots, (e: string, ...args: any[]) => void>;
96
+ PrimeStepPanel: DefineComponent<StepPanelProps, StepPanelSlots, (e: string, ...args: any[]) => void>;
71
97
  PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
98
+ PrimeInputGroup: DefineComponent<InputGroupProps, InputGroupSlots, (e: string, ...args: any[]) => void>;
99
+ PrimeInputGroupAddon: DefineComponent<InputGroupAddonProps, InputGroupAddonSlots, (e: string, ...args: any[]) => void>;
72
100
  PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
73
101
  PrimeSelectButton: DefineComponent<SelectButtonProps, SelectButtonSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectButtonChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void)>;
74
102
  PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
@@ -1 +1 @@
1
- {"version":3,"file":"SaveViewPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/SaveViewPopup.vue"],"names":[],"mappings":";;;;;;;AA2FA;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAmMA,KA1EuD,CA0EvD,aAxEC;;;;;;;;;;;6BA4KI,MAAM"}
1
+ {"version":3,"file":"SaveViewPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/SaveViewPopup.vue"],"names":[],"mappings":";;;;;;;;;;;;;;AAgKA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA4TA,KA9NmB,CA8NnB,aA9NiC;;;;;;;;;;;6BA8NjC,MA5FK"}
@@ -1,7 +1,12 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  import { DefineComponent } from '@primevue/core';
3
3
  import { SelectProps, SelectSlots, SelectFilterEvent, SelectChangeEvent, SelectMethods } from 'primevue/select';
4
- declare const _default: DefineComponent<{}, {}, {
4
+ declare const _default: DefineComponent<ExtractPropTypes<{
5
+ globalOnly: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ }>, {}, {
5
10
  selectedPersonalSearch: any;
6
11
  selectedGlobalSearch: any;
7
12
  }, {
@@ -14,6 +19,8 @@ declare const _default: DefineComponent<{}, {}, {
14
19
  onDropdownChange(event: any): void;
15
20
  selectView(search: any): void;
16
21
  loadView: (savedView: SavedView) => void;
22
+ addLocation: (loc: ViewLocation) => void;
23
+ removeLocation: (index: number) => void;
17
24
  setLocation: (newLocation: ViewLocation) => void;
18
25
  setCriteria: (newCriteria: ViewCriterion[]) => void;
19
26
  addCriterion: (criterion: ViewCriterion) => void;
@@ -25,9 +32,16 @@ declare const _default: DefineComponent<{}, {}, {
25
32
  toggleViewFavorite: (view: SavedView) => Promise<void>;
26
33
  fetchFavoriteViews: () => Promise<void>;
27
34
  fetchSavedViews: () => Promise<void>;
28
- }, ComponentOptionsMixin, ComponentOptionsMixin, "load-view"[], "load-view", PublicProps, Readonly<{}> & Readonly<{
35
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "load-view"[], "load-view", PublicProps, Readonly< ExtractPropTypes<{
36
+ globalOnly: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ }>> & Readonly<{
29
41
  "onLoad-view"?: (...args: any[]) => any;
30
- }>, {}, {}, {
42
+ }>, {
43
+ globalOnly: boolean;
44
+ }, {}, {
31
45
  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>;
32
46
  }, {}, string, ComponentProvideOptions, true, {}, any>;
33
47
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"UserViewsFavoritesPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/UserViewsFavoritesPanel.vue"],"names":[],"mappings":";;;AAuGA;"}
1
+ {"version":3,"file":"UserViewsFavoritesPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/UserViewsFavoritesPanel.vue"],"names":[],"mappings":";;;AA8FA;"}