@pristy/pristy-libvue 2.9.0 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/dist/ActivityHistory-hEggqvVi.js +197 -0
  2. package/dist/ActivityHistory-hEggqvVi.js.map +1 -0
  3. package/dist/BookmarksComponent-uxfOgWPU.js +44 -0
  4. package/dist/BookmarksComponent-uxfOgWPU.js.map +1 -0
  5. package/dist/ChartWrapper-mNaipbXn.js +59 -0
  6. package/dist/ChartWrapper-mNaipbXn.js.map +1 -0
  7. package/dist/DisplayFileInDashboardComponent-BL-ooE6T.js +104 -0
  8. package/dist/DisplayFileInDashboardComponent-BL-ooE6T.js.map +1 -0
  9. package/dist/ExternalApps-C24Qf4mq.js +90 -0
  10. package/dist/ExternalApps-C24Qf4mq.js.map +1 -0
  11. package/dist/FavoriteList-CxDxCNii.js +361 -0
  12. package/dist/FavoriteList-CxDxCNii.js.map +1 -0
  13. package/dist/MarkdownComponent-jHr71rfh.js +56 -0
  14. package/dist/MarkdownComponent-jHr71rfh.js.map +1 -0
  15. package/dist/SearchInput-DojcDnQU.js +58 -0
  16. package/dist/SearchInput-DojcDnQU.js.map +1 -0
  17. package/dist/UnknownBlockType-Pc9ihwij.js +22 -0
  18. package/dist/UnknownBlockType-Pc9ihwij.js.map +1 -0
  19. package/dist/index-DxH0-3Sq.js +38076 -0
  20. package/dist/index-DxH0-3Sq.js.map +1 -0
  21. package/dist/pristy-libvue.css +1 -1
  22. package/dist/pristy-libvue.es.js +197 -33098
  23. package/dist/pristy-libvue.es.js.map +1 -1
  24. package/dist/pristy-libvue.umd.js +112 -15
  25. package/dist/pristy-libvue.umd.js.map +1 -1
  26. package/dist/src/components/CodeMirrorBase.vue.d.ts +34 -0
  27. package/dist/src/components/CodeMirrorBase.vue.d.ts.map +1 -0
  28. package/dist/src/components/CodeMirrorEditor.vue.d.ts.map +1 -1
  29. package/dist/src/components/IconPickerDialog.vue.d.ts +63 -0
  30. package/dist/src/components/IconPickerDialog.vue.d.ts.map +1 -0
  31. package/dist/src/components/breadcrumb/ComplexBreadcrumb.vue.d.ts.map +1 -1
  32. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +32 -3
  33. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
  34. package/dist/src/components/classification/EmplacementForm.vue.d.ts +7 -0
  35. package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
  36. package/dist/src/components/classification/MetadataFormFields.vue.d.ts +6 -2551
  37. package/dist/src/components/classification/NatureForm.vue.d.ts +7 -0
  38. package/dist/src/components/classification/NatureForm.vue.d.ts.map +1 -1
  39. package/dist/src/components/classification/NatureSelector.vue.d.ts +15 -2551
  40. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +2 -0
  41. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
  42. package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts +2007 -0
  43. package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts.map +1 -0
  44. package/dist/src/components/dashboard/DashboardComponent.vue.d.ts +702 -0
  45. package/dist/src/components/dashboard/DashboardComponent.vue.d.ts.map +1 -0
  46. package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts +877 -0
  47. package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts.map +1 -0
  48. package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts +1893 -0
  49. package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts.map +1 -0
  50. package/dist/src/components/dashboard/editor/FieldLabel.vue.d.ts +42 -0
  51. package/dist/src/components/dashboard/editor/FieldLabel.vue.d.ts.map +1 -0
  52. package/dist/src/components/dashboard/editor/JsonEditorDialog.vue.d.ts +80 -0
  53. package/dist/src/components/dashboard/editor/JsonEditorDialog.vue.d.ts.map +1 -0
  54. package/dist/src/components/dashboard/editor/MarkdownEditorDialog.vue.d.ts +77 -0
  55. package/dist/src/components/dashboard/editor/MarkdownEditorDialog.vue.d.ts.map +1 -0
  56. package/dist/src/components/dashboard/editor/VersionHistoryDialog.vue.d.ts +53 -0
  57. package/dist/src/components/dashboard/editor/VersionHistoryDialog.vue.d.ts.map +1 -0
  58. package/dist/src/components/dashboard/editor/block-configs/BookmarksConfig.vue.d.ts +61 -0
  59. package/dist/src/components/dashboard/editor/block-configs/BookmarksConfig.vue.d.ts.map +1 -0
  60. package/dist/src/components/dashboard/editor/block-configs/ChartConfig.vue.d.ts +76 -0
  61. package/dist/src/components/dashboard/editor/block-configs/ChartConfig.vue.d.ts.map +1 -0
  62. package/dist/src/components/dashboard/editor/block-configs/ExternalAppsConfig.vue.d.ts +221 -0
  63. package/dist/src/components/dashboard/editor/block-configs/ExternalAppsConfig.vue.d.ts.map +1 -0
  64. package/dist/src/components/dashboard/editor/block-configs/FavoritesConfig.vue.d.ts +76 -0
  65. package/dist/src/components/dashboard/editor/block-configs/FavoritesConfig.vue.d.ts.map +1 -0
  66. package/dist/src/components/dashboard/editor/block-configs/MarkdownConfig.vue.d.ts +72 -0
  67. package/dist/src/components/dashboard/editor/block-configs/MarkdownConfig.vue.d.ts.map +1 -0
  68. package/dist/src/components/dashboard/editor/block-configs/NoConfig.vue.d.ts +4 -0
  69. package/dist/src/components/dashboard/editor/block-configs/NoConfig.vue.d.ts.map +1 -0
  70. package/dist/src/components/dashboard/editor/block-configs/PdfImageConfig.vue.d.ts +60 -0
  71. package/dist/src/components/dashboard/editor/block-configs/PdfImageConfig.vue.d.ts.map +1 -0
  72. package/dist/src/components/dashboard/editor/grid/BasketPanel.vue.d.ts +38 -0
  73. package/dist/src/components/dashboard/editor/grid/BasketPanel.vue.d.ts.map +1 -0
  74. package/dist/src/components/dashboard/editor/grid/BlockTypeSelector.vue.d.ts +36 -0
  75. package/dist/src/components/dashboard/editor/grid/BlockTypeSelector.vue.d.ts.map +1 -0
  76. package/dist/src/components/dashboard/editor/grid/GridBlock.vue.d.ts +73 -0
  77. package/dist/src/components/dashboard/editor/grid/GridBlock.vue.d.ts.map +1 -0
  78. package/dist/src/components/dashboard/editor/grid/GridEditor.vue.d.ts +141 -0
  79. package/dist/src/components/dashboard/editor/grid/GridEditor.vue.d.ts.map +1 -0
  80. package/dist/src/components/dashboard/editor/grid/MinimapPanel.vue.d.ts +44 -0
  81. package/dist/src/components/dashboard/editor/grid/MinimapPanel.vue.d.ts.map +1 -0
  82. package/dist/src/components/dashboard/editor/validators.d.ts +24 -0
  83. package/dist/src/components/dashboard/editor/validators.d.ts.map +1 -0
  84. package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts +32 -0
  85. package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts.map +1 -0
  86. package/dist/src/components/dashboard/widgets/BookmarksComponent.vue.d.ts +27 -0
  87. package/dist/src/components/dashboard/widgets/BookmarksComponent.vue.d.ts.map +1 -0
  88. package/dist/src/components/dashboard/widgets/ChartWrapper.vue.d.ts +41 -0
  89. package/dist/src/components/dashboard/widgets/ChartWrapper.vue.d.ts.map +1 -0
  90. package/dist/src/components/dashboard/widgets/DisplayFileInDashboardComponent.vue.d.ts +337 -0
  91. package/dist/src/components/dashboard/widgets/DisplayFileInDashboardComponent.vue.d.ts.map +1 -0
  92. package/dist/src/components/dashboard/widgets/ExternalApps.vue.d.ts +32 -0
  93. package/dist/src/components/dashboard/widgets/ExternalApps.vue.d.ts.map +1 -0
  94. package/dist/src/components/dashboard/widgets/FavoriteFileList.vue.d.ts +36 -0
  95. package/dist/src/components/dashboard/widgets/FavoriteFileList.vue.d.ts.map +1 -0
  96. package/dist/src/components/dashboard/widgets/FavoriteFolderList.vue.d.ts +35 -0
  97. package/dist/src/components/dashboard/widgets/FavoriteFolderList.vue.d.ts.map +1 -0
  98. package/dist/src/components/dashboard/widgets/FavoriteList.vue.d.ts +131 -0
  99. package/dist/src/components/dashboard/widgets/FavoriteList.vue.d.ts.map +1 -0
  100. package/dist/src/components/dashboard/widgets/FavoriteSiteList.vue.d.ts +28 -0
  101. package/dist/src/components/dashboard/widgets/FavoriteSiteList.vue.d.ts.map +1 -0
  102. package/dist/src/components/dashboard/widgets/MarkdownComponent.vue.d.ts +31 -0
  103. package/dist/src/components/dashboard/widgets/MarkdownComponent.vue.d.ts.map +1 -0
  104. package/dist/src/components/dashboard/widgets/OnlyImageDisplayed.vue.d.ts +26 -0
  105. package/dist/src/components/dashboard/widgets/OnlyImageDisplayed.vue.d.ts.map +1 -0
  106. package/dist/src/components/dashboard/widgets/SearchInput.vue.d.ts +30 -0
  107. package/dist/src/components/dashboard/widgets/SearchInput.vue.d.ts.map +1 -0
  108. package/dist/src/components/dashboard/widgets/UnknownBlockType.vue.d.ts +14 -0
  109. package/dist/src/components/dashboard/widgets/UnknownBlockType.vue.d.ts.map +1 -0
  110. package/dist/src/components/layouts/AppLayout.vue.d.ts +2 -2
  111. package/dist/src/components/layouts/AppLayout.vue.d.ts.map +1 -1
  112. package/dist/src/components/layouts/AppTopbar.vue.d.ts +1 -1
  113. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
  114. package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
  115. package/dist/src/components/views/PredefinedViewsPanel.vue.d.ts.map +1 -1
  116. package/dist/src/components/workspace/WorkspaceList.vue.d.ts +1 -1
  117. package/dist/src/composables/useDragDrop.d.ts +17 -0
  118. package/dist/src/composables/useDragDrop.d.ts.map +1 -0
  119. package/dist/src/composables/useGridValidation.d.ts +12 -0
  120. package/dist/src/composables/useGridValidation.d.ts.map +1 -0
  121. package/dist/src/composables/useResize.d.ts +13 -0
  122. package/dist/src/composables/useResize.d.ts.map +1 -0
  123. package/dist/src/i18n/index.d.ts +554 -0
  124. package/dist/src/i18n/index.d.ts.map +1 -1
  125. package/dist/src/index.d.ts +10 -1
  126. package/dist/src/index.d.ts.map +1 -1
  127. package/dist/src/services/DashboardService.d.ts +77 -0
  128. package/dist/src/services/DashboardService.d.ts.map +1 -0
  129. package/dist/src/stores/config.d.ts +12 -3
  130. package/dist/src/stores/config.d.ts.map +1 -1
  131. package/package.json +4 -4
@@ -0,0 +1,1893 @@
1
+ import { DefineComponent, ExtractPropTypes, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ObjectDirective, CreateComponentPublicInstanceWithMixins, PropType, GlobalComponents, GlobalDirectives, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
2
+ import { DefineComponent } from '@primevue/core';
3
+ import { ButtonProps, ButtonSlots } from 'primevue/button';
4
+ import { InputNumberProps, InputNumberSlots, InputNumberBlurEvent, InputNumberInputEvent, InputNumberMethods } from 'primevue/inputnumber';
5
+ import { DialogProps, DialogSlots } from 'primevue/dialog';
6
+ import { ConfirmDialogProps, ConfirmDialogSlots } from 'primevue/confirmdialog';
7
+ import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
8
+ import { SelectProps, SelectSlots, SelectFilterEvent, SelectChangeEvent, SelectMethods } from 'primevue/select';
9
+ import { FieldsetProps, FieldsetSlots, FieldsetToggleEvent } from 'primevue/fieldset';
10
+ import { ProgressSpinnerProps, ProgressSpinnerSlots } from 'primevue/progressspinner';
11
+ import { SplitterProps, SplitterSlots, SplitterResizeStartEvent, SplitterResizeEvent, SplitterResizeEndEvent, SplitterMethods } from 'primevue/splitter';
12
+ import { SplitterPanelProps, SplitterPanelSlots } from 'primevue/splitterpanel';
13
+ import { TabsProps, TabsSlots } from 'primevue/tabs';
14
+ import { TabListProps, TabListSlots } from 'primevue/tablist';
15
+ import { TabProps, TabSlots } from 'primevue/tab';
16
+ import { TabPanelsProps, TabPanelsSlots } from 'primevue/tabpanels';
17
+ import { TabPanelProps, TabPanelSlots } from 'primevue/tabpanel';
18
+ import { TreeProps, TreeSlots, TreeFilterEvent, TreeExpandedKeys, TreeSelectionKeys, TreeNodeDropEvent, TreeDragEnterEvent, TreeDragLeaveEvent } from 'primevue/tree';
19
+ import { TreeNode } from 'primevue/treenode';
20
+ import { TextareaProps, TextareaSlots } from 'primevue/textarea';
21
+ import { RadioButtonProps, RadioButtonSlots } from 'primevue/radiobutton';
22
+ import { AutoCompleteProps, AutoCompleteSlots, AutoCompleteChangeEvent, AutoCompleteCompleteEvent, AutoCompleteOptionSelectEvent, AutoCompleteOptionUnselectEvent, AutoCompleteDropdownClickEvent } from 'primevue/autocomplete';
23
+ import { CheckboxProps, CheckboxSlots } from 'primevue/checkbox';
24
+ import { ColorPickerProps, ColorPickerSlots, ColorPickerChangeEvent } from 'primevue/colorpicker';
25
+ import { TabViewProps, TabViewSlots, TabViewClickEvent, TabViewChangeEvent } from 'primevue/tabview';
26
+ import { DataViewProps, DataViewSlots, DataViewPageEvent } from 'primevue/dataview';
27
+ import { IconFieldProps, IconFieldSlots } from 'primevue/iconfield';
28
+ import { InputIconProps, InputIconSlots } from 'primevue/inputicon';
29
+ import { PDFDocumentLoadingTask } from 'pdfjs-dist/types/src/display/api';
30
+ import { WatermarkOptions, HighlightOptions, AnnotationEventPayload, HighlightEventPayload, TextLayerLoadedEventPayload } from '@tato30/vue-pdf';
31
+ import { PageViewport } from 'pdfjs-dist/types/src/display/display_utils';
32
+ import { ImageProps, ImageSlots, ImageMethods } from 'primevue/image';
33
+ import { ChartProps, ChartSlots, ChartSelectEvent, ChartMethods } from 'primevue/chart';
34
+ import { MenuProps, MenuSlots, MenuMethods } from 'primevue/menu';
35
+ declare const _default: DefineComponent<ExtractPropTypes<{
36
+ config: {
37
+ type: ObjectConstructor;
38
+ required: true;
39
+ };
40
+ customBlockTypes: {
41
+ type: ArrayConstructor;
42
+ default: () => any[];
43
+ };
44
+ customRouteOptions: {
45
+ type: ArrayConstructor;
46
+ default: any;
47
+ };
48
+ }>, {
49
+ gridSettings: Ref<any, any>;
50
+ blocks: Ref<any[], any[]>;
51
+ basketBlocks: Ref<any[], any[]>;
52
+ selectedBlockId: Ref<any, any>;
53
+ showMinimap: Ref<boolean, boolean>;
54
+ showBasket: Ref<boolean, boolean>;
55
+ showPreview: Ref<boolean, boolean>;
56
+ showBlockTypeSelector: Ref<boolean, boolean>;
57
+ scrollContainer: Ref<any, any>;
58
+ draggedBlock: Ref<any, any>;
59
+ draggedFromBasket: Ref<boolean, boolean>;
60
+ dragPreview: Ref<any, any>;
61
+ resizingBlock: Ref<any, any>;
62
+ overlappingBlockIds: ComputedRef<any[]>;
63
+ selectedBlock: ComputedRef<any>;
64
+ previewConfig: ComputedRef<{
65
+ key: any;
66
+ label: any;
67
+ configJson: {
68
+ gridSettings: any;
69
+ blocConfig: any[];
70
+ };
71
+ }>;
72
+ handleUpdateGridSettings: () => void;
73
+ selectBlock: (block: any) => void;
74
+ editBlock: (block: any) => void;
75
+ addNewBlock: () => void;
76
+ onBlockTypeSelected: (type: any) => void;
77
+ deleteBlockById: (block: any) => void;
78
+ moveToBasket: (block: any) => void;
79
+ deleteBasketBlock: (block: any) => void;
80
+ duplicateBlock: (block: any) => void;
81
+ updateBlock: (updatedBlock: any) => void;
82
+ onDragStart: (event: any, block: any) => void;
83
+ onBasketDragStart: (event: any, block: any) => void;
84
+ onDragOver: (event: any) => void;
85
+ onDragLeave: (event: any) => void;
86
+ onDrop: (event: any) => void;
87
+ onDragEnd: () => void;
88
+ startResize: (event: any, block: any, direction: any) => void;
89
+ onMinimapClick: (event: any) => void;
90
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:config"[], "update:config", PublicProps, Readonly< ExtractPropTypes<{
91
+ config: {
92
+ type: ObjectConstructor;
93
+ required: true;
94
+ };
95
+ customBlockTypes: {
96
+ type: ArrayConstructor;
97
+ default: () => any[];
98
+ };
99
+ customRouteOptions: {
100
+ type: ArrayConstructor;
101
+ default: any;
102
+ };
103
+ }>> & Readonly<{
104
+ "onUpdate:config"?: (...args: any[]) => any;
105
+ }>, {
106
+ customBlockTypes: unknown[];
107
+ customRouteOptions: unknown[];
108
+ }, {}, {
109
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
110
+ PrimeInputNumber: DefineComponent<InputNumberProps, InputNumberSlots, ((e: "update:modelValue", value: number) => void) & ((e: "value-change", value: number) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: InputNumberBlurEvent) => void) & ((e: "input", event: InputNumberInputEvent) => void), InputNumberMethods>;
111
+ 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)>;
112
+ PrimeConfirmDialog: DefineComponent<ConfirmDialogProps, ConfirmDialogSlots, (e: string, ...args: any[]) => void>;
113
+ BlockConfigEditor: DefineComponent<ExtractPropTypes<{
114
+ block: {
115
+ type: ObjectConstructor;
116
+ required: true;
117
+ };
118
+ customBlockTypes: {
119
+ type: ArrayConstructor;
120
+ default: () => any[];
121
+ };
122
+ customRouteOptions: {
123
+ type: ArrayConstructor;
124
+ default: any;
125
+ };
126
+ }>, {}, {
127
+ editableBlock: any;
128
+ routeName: any;
129
+ chartDataJson: string;
130
+ bookmarksJson: string;
131
+ linksJson: string;
132
+ showMarkdownEditor: boolean;
133
+ showJsonEditor: boolean;
134
+ currentJsonType: any;
135
+ showMarkdownBrowser: boolean;
136
+ selectedMarkdownFile: any;
137
+ markdownSelectionError: string;
138
+ markdownPreviewHtml: string;
139
+ markdownPreviewLoading: boolean;
140
+ markdownPreviewError: string;
141
+ showFileBrowser: boolean;
142
+ selectedFile: any;
143
+ fileSelectionError: string;
144
+ }, {
145
+ currentConfigComponent(): any;
146
+ blockTypes(): {
147
+ label: any;
148
+ value: any;
149
+ }[];
150
+ routeOptions(): unknown[];
151
+ currentJsonContent(): string;
152
+ }, {
153
+ updateConfig(newConfig: any): void;
154
+ initializeJsonFields(): void;
155
+ onTypeChange(): void;
156
+ setDefaultRoute(type: any): void;
157
+ getDefaultConfig(type: any): any;
158
+ applyChanges(): void;
159
+ handleMarkdownSave(content: any): void;
160
+ openJsonEditor(type: any): void;
161
+ handleJsonSave(content: any): void;
162
+ openMarkdownBrowser(): void;
163
+ onMarkdownNodeSelected(nodeData: any): Promise<void>;
164
+ loadMarkdownPreview(nodeId: any): Promise<void>;
165
+ confirmMarkdownSelection(): void;
166
+ openFileBrowser(): void;
167
+ onFileNodeSelected(nodeData: any): void;
168
+ confirmFileSelection(): void;
169
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:block")[], "close" | "update:block", PublicProps, Readonly< ExtractPropTypes<{
170
+ block: {
171
+ type: ObjectConstructor;
172
+ required: true;
173
+ };
174
+ customBlockTypes: {
175
+ type: ArrayConstructor;
176
+ default: () => any[];
177
+ };
178
+ customRouteOptions: {
179
+ type: ArrayConstructor;
180
+ default: any;
181
+ };
182
+ }>> & Readonly<{
183
+ onClose?: (...args: any[]) => any;
184
+ "onUpdate:block"?: (...args: any[]) => any;
185
+ }>, {
186
+ customBlockTypes: unknown[];
187
+ customRouteOptions: unknown[];
188
+ }, {}, {
189
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
190
+ PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
191
+ PrimeInputNumber: DefineComponent<InputNumberProps, InputNumberSlots, ((e: "update:modelValue", value: number) => void) & ((e: "value-change", value: number) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: InputNumberBlurEvent) => void) & ((e: "input", event: InputNumberInputEvent) => void), InputNumberMethods>;
192
+ 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>;
193
+ PrimeFieldset: DefineComponent<FieldsetProps, FieldsetSlots, ((e: "toggle", event: FieldsetToggleEvent) => void) & ((e: "update:collapsed", value: boolean) => void)>;
194
+ 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)>;
195
+ PrimeProgressSpinner: DefineComponent<ProgressSpinnerProps, ProgressSpinnerSlots, (e: string, ...args: any[]) => void>;
196
+ MarkdownEditorDialog: DefineComponent<ExtractPropTypes<{
197
+ modelValue: {
198
+ type: BooleanConstructor;
199
+ default: boolean;
200
+ };
201
+ content: {
202
+ type: StringConstructor;
203
+ default: string;
204
+ };
205
+ }>, {}, {
206
+ localContent: string;
207
+ }, {
208
+ markdownPreview(): string;
209
+ }, {
210
+ handleSave(): void;
211
+ handleCancel(): void;
212
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "cancel" | "save")[], "update:modelValue" | "cancel" | "save", PublicProps, Readonly< ExtractPropTypes<{
213
+ modelValue: {
214
+ type: BooleanConstructor;
215
+ default: boolean;
216
+ };
217
+ content: {
218
+ type: StringConstructor;
219
+ default: string;
220
+ };
221
+ }>> & Readonly<{
222
+ "onUpdate:modelValue"?: (...args: any[]) => any;
223
+ onSave?: (...args: any[]) => any;
224
+ onCancel?: (...args: any[]) => any;
225
+ }>, {
226
+ modelValue: boolean;
227
+ content: string;
228
+ }, {}, {
229
+ 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)>;
230
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
231
+ PrimeSplitter: DefineComponent<SplitterProps, SplitterSlots, ((e: "resizestart", event: SplitterResizeStartEvent) => void) & ((e: "resize", event: SplitterResizeEvent) => void) & ((e: "resizeend", event: SplitterResizeEndEvent) => void), SplitterMethods>;
232
+ PrimeSplitterPanel: DefineComponent<SplitterPanelProps, SplitterPanelSlots, (e: string, ...args: any[]) => void>;
233
+ CodeMirrorBase: DefineComponent<ExtractPropTypes<{
234
+ modelValue: {
235
+ type: StringConstructor;
236
+ default: string;
237
+ };
238
+ language: {
239
+ type: StringConstructor;
240
+ default: string;
241
+ validator: (value: unknown) => boolean;
242
+ };
243
+ }>, {}, {
244
+ editorView: any;
245
+ }, {}, {
246
+ createEditor(): void;
247
+ destroyEditor(): void;
248
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly< ExtractPropTypes<{
249
+ modelValue: {
250
+ type: StringConstructor;
251
+ default: string;
252
+ };
253
+ language: {
254
+ type: StringConstructor;
255
+ default: string;
256
+ validator: (value: unknown) => boolean;
257
+ };
258
+ }>> & Readonly<{
259
+ "onUpdate:modelValue"?: (...args: any[]) => any;
260
+ }>, {
261
+ modelValue: string;
262
+ language: string;
263
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
264
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
265
+ JsonEditorDialog: DefineComponent<ExtractPropTypes<{
266
+ modelValue: {
267
+ type: BooleanConstructor;
268
+ default: boolean;
269
+ };
270
+ content: {
271
+ type: StringConstructor;
272
+ default: string;
273
+ };
274
+ title: {
275
+ type: StringConstructor;
276
+ default: string;
277
+ };
278
+ }>, {}, {
279
+ localContent: string;
280
+ }, {}, {
281
+ handleSave(): void;
282
+ handleCancel(): void;
283
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "cancel" | "save")[], "update:modelValue" | "cancel" | "save", PublicProps, Readonly< ExtractPropTypes<{
284
+ modelValue: {
285
+ type: BooleanConstructor;
286
+ default: boolean;
287
+ };
288
+ content: {
289
+ type: StringConstructor;
290
+ default: string;
291
+ };
292
+ title: {
293
+ type: StringConstructor;
294
+ default: string;
295
+ };
296
+ }>> & Readonly<{
297
+ "onUpdate:modelValue"?: (...args: any[]) => any;
298
+ onSave?: (...args: any[]) => any;
299
+ onCancel?: (...args: any[]) => any;
300
+ }>, {
301
+ title: string;
302
+ modelValue: boolean;
303
+ content: string;
304
+ }, {}, {
305
+ 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)>;
306
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
307
+ CodeMirrorBase: DefineComponent<ExtractPropTypes<{
308
+ modelValue: {
309
+ type: StringConstructor;
310
+ default: string;
311
+ };
312
+ language: {
313
+ type: StringConstructor;
314
+ default: string;
315
+ validator: (value: unknown) => boolean;
316
+ };
317
+ }>, {}, {
318
+ editorView: any;
319
+ }, {}, {
320
+ createEditor(): void;
321
+ destroyEditor(): void;
322
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly< ExtractPropTypes<{
323
+ modelValue: {
324
+ type: StringConstructor;
325
+ default: string;
326
+ };
327
+ language: {
328
+ type: StringConstructor;
329
+ default: string;
330
+ validator: (value: unknown) => boolean;
331
+ };
332
+ }>> & Readonly<{
333
+ "onUpdate:modelValue"?: (...args: any[]) => any;
334
+ }>, {
335
+ modelValue: string;
336
+ language: string;
337
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
338
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
339
+ FieldLabel: DefineComponent<ExtractPropTypes<{
340
+ label: {
341
+ type: StringConstructor;
342
+ required: true;
343
+ };
344
+ forId: {
345
+ type: StringConstructor;
346
+ default: string;
347
+ };
348
+ help: {
349
+ type: StringConstructor;
350
+ default: string;
351
+ };
352
+ example: {
353
+ type: StringConstructor;
354
+ default: string;
355
+ };
356
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
357
+ label: {
358
+ type: StringConstructor;
359
+ required: true;
360
+ };
361
+ forId: {
362
+ type: StringConstructor;
363
+ default: string;
364
+ };
365
+ help: {
366
+ type: StringConstructor;
367
+ default: string;
368
+ };
369
+ example: {
370
+ type: StringConstructor;
371
+ default: string;
372
+ };
373
+ }>> & Readonly<{}>, {
374
+ help: string;
375
+ example: string;
376
+ forId: string;
377
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
378
+ TreeExplorer: DefineComponent<ExtractPropTypes<{
379
+ currentNode: {
380
+ type: ObjectConstructor;
381
+ default: () => {};
382
+ };
383
+ showUserHome: {
384
+ type: BooleanConstructor;
385
+ default: boolean;
386
+ };
387
+ showFiles: {
388
+ type: BooleanConstructor;
389
+ default: boolean;
390
+ };
391
+ }>, {}, {
392
+ activeTab: number;
393
+ userHomesNodes: any[];
394
+ nodes: any[];
395
+ selectedKey: any;
396
+ splitedKey: any;
397
+ expandedKeys: {};
398
+ }, {}, {
399
+ initTree(): Promise<any>;
400
+ initUserHomeTree(): Promise<any>;
401
+ onNodeSelect(node: any): void;
402
+ onNodeExpand(node: any, nodes: any): Promise<any>;
403
+ addChildren(children: any, parent: any, nodes: any): any;
404
+ addElementChildren(tree: any, key: any, children: any, step: any): any;
405
+ containsKey(shortKey: any, longKey: any, step: any): boolean;
406
+ getNodeId(node: any): any;
407
+ openCurrentPath(): Promise<void>;
408
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "selectNode"[], "selectNode", PublicProps, Readonly< ExtractPropTypes<{
409
+ currentNode: {
410
+ type: ObjectConstructor;
411
+ default: () => {};
412
+ };
413
+ showUserHome: {
414
+ type: BooleanConstructor;
415
+ default: boolean;
416
+ };
417
+ showFiles: {
418
+ type: BooleanConstructor;
419
+ default: boolean;
420
+ };
421
+ }>> & Readonly<{
422
+ onSelectNode?: (...args: any[]) => any;
423
+ }>, {
424
+ currentNode: Record<string, any>;
425
+ showUserHome: boolean;
426
+ showFiles: boolean;
427
+ }, {}, {
428
+ PrimeTabs: DefineComponent<TabsProps, TabsSlots, (e: "update:value", value: string | number) => void>;
429
+ PrimeTabList: DefineComponent<TabListProps, TabListSlots, (e: string, ...args: any[]) => void>;
430
+ PrimeTab: DefineComponent<TabProps, TabSlots, (e: string, ...args: any[]) => void>;
431
+ PrimeTabPanels: DefineComponent<TabPanelsProps, TabPanelsSlots, (e: string, ...args: any[]) => void>;
432
+ PrimeTabPanel: DefineComponent<TabPanelProps, TabPanelSlots, (e: string, ...args: any[]) => void>;
433
+ PrimeTree: DefineComponent<TreeProps, TreeSlots, ((e: "filter", event: TreeFilterEvent) => void) & ((e: "update:value", value: TreeNode[]) => void) & ((e: "update:expandedKeys", value: TreeExpandedKeys) => void) & ((e: "update:selectionKeys", value: TreeSelectionKeys) => void) & ((e: "node-select", node: TreeNode) => void) & ((e: "node-unselect", node: TreeNode) => void) & ((e: "node-expand", node: TreeNode) => void) & ((e: "node-collapse", node: TreeNode) => void) & ((e: "node-drop", event: TreeNodeDropEvent) => void) & ((e: "node-dragenter", node: TreeNode) => void) & ((e: "node-dragleave", node: TreeNode) => void) & ((e: "drag-enter", event: TreeDragEnterEvent) => void) & ((e: "drag-leave", event: TreeDragLeaveEvent) => void)>;
434
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
435
+ MarkdownConfig: DefineComponent<ExtractPropTypes<{
436
+ config: {
437
+ type: ObjectConstructor;
438
+ required: true;
439
+ };
440
+ }>, {}, {
441
+ localSourceType: string;
442
+ userChangedType: boolean;
443
+ }, {
444
+ markdownContent(): any;
445
+ }, {
446
+ detectMarkdownSourceType(): void;
447
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "open-markdown-editor" | "open-markdown-browser")[], "update:config" | "open-markdown-editor" | "open-markdown-browser", PublicProps, Readonly< ExtractPropTypes<{
448
+ config: {
449
+ type: ObjectConstructor;
450
+ required: true;
451
+ };
452
+ }>> & Readonly<{
453
+ "onUpdate:config"?: (...args: any[]) => any;
454
+ "onOpen-markdown-editor"?: (...args: any[]) => any;
455
+ "onOpen-markdown-browser"?: (...args: any[]) => any;
456
+ }>, {}, {}, {
457
+ PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
458
+ PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
459
+ PrimeRadioButton: DefineComponent<RadioButtonProps, RadioButtonSlots, ((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)>;
460
+ FieldLabel: DefineComponent<ExtractPropTypes<{
461
+ label: {
462
+ type: StringConstructor;
463
+ required: true;
464
+ };
465
+ forId: {
466
+ type: StringConstructor;
467
+ default: string;
468
+ };
469
+ help: {
470
+ type: StringConstructor;
471
+ default: string;
472
+ };
473
+ example: {
474
+ type: StringConstructor;
475
+ default: string;
476
+ };
477
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
478
+ label: {
479
+ type: StringConstructor;
480
+ required: true;
481
+ };
482
+ forId: {
483
+ type: StringConstructor;
484
+ default: string;
485
+ };
486
+ help: {
487
+ type: StringConstructor;
488
+ default: string;
489
+ };
490
+ example: {
491
+ type: StringConstructor;
492
+ default: string;
493
+ };
494
+ }>> & Readonly<{}>, {
495
+ help: string;
496
+ example: string;
497
+ forId: string;
498
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
499
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
500
+ ChartConfig: DefineComponent<ExtractPropTypes<{
501
+ config: {
502
+ type: ObjectConstructor;
503
+ required: true;
504
+ };
505
+ chartDataJson: {
506
+ type: StringConstructor;
507
+ default: string;
508
+ };
509
+ }>, {}, {
510
+ chartTypes: string[];
511
+ }, {}, {
512
+ updateChartType(newType: any): void;
513
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "open-json-editor")[], "update:config" | "open-json-editor", PublicProps, Readonly< ExtractPropTypes<{
514
+ config: {
515
+ type: ObjectConstructor;
516
+ required: true;
517
+ };
518
+ chartDataJson: {
519
+ type: StringConstructor;
520
+ default: string;
521
+ };
522
+ }>> & Readonly<{
523
+ "onUpdate:config"?: (...args: any[]) => any;
524
+ "onOpen-json-editor"?: (...args: any[]) => any;
525
+ }>, {
526
+ chartDataJson: string;
527
+ }, {}, {
528
+ 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>;
529
+ PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
530
+ FieldLabel: DefineComponent<ExtractPropTypes<{
531
+ label: {
532
+ type: StringConstructor;
533
+ required: true;
534
+ };
535
+ forId: {
536
+ type: StringConstructor;
537
+ default: string;
538
+ };
539
+ help: {
540
+ type: StringConstructor;
541
+ default: string;
542
+ };
543
+ example: {
544
+ type: StringConstructor;
545
+ default: string;
546
+ };
547
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
548
+ label: {
549
+ type: StringConstructor;
550
+ required: true;
551
+ };
552
+ forId: {
553
+ type: StringConstructor;
554
+ default: string;
555
+ };
556
+ help: {
557
+ type: StringConstructor;
558
+ default: string;
559
+ };
560
+ example: {
561
+ type: StringConstructor;
562
+ default: string;
563
+ };
564
+ }>> & Readonly<{}>, {
565
+ help: string;
566
+ example: string;
567
+ forId: string;
568
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
569
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
570
+ FavoritesConfig: DefineComponent<ExtractPropTypes<{
571
+ config: {
572
+ type: ObjectConstructor;
573
+ required: true;
574
+ };
575
+ }>, {}, {
576
+ sites: any[];
577
+ filteredSites: any[];
578
+ selectedSite: any;
579
+ }, {
580
+ filterOptions(): {
581
+ label: string;
582
+ value: string;
583
+ }[];
584
+ }, {
585
+ loadSites(): void;
586
+ searchSites(event: any): void;
587
+ onSiteSelect(event: any): void;
588
+ onSiteClear(): void;
589
+ updateFilter(value: any): void;
590
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "update:config"[], "update:config", PublicProps, Readonly< ExtractPropTypes<{
591
+ config: {
592
+ type: ObjectConstructor;
593
+ required: true;
594
+ };
595
+ }>> & Readonly<{
596
+ "onUpdate:config"?: (...args: any[]) => any;
597
+ }>, {}, {}, {
598
+ 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>;
599
+ PrimeAutoComplete: DefineComponent<AutoCompleteProps, AutoCompleteSlots, ((e: "clear") => void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: AutoCompleteChangeEvent) => 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) & ((e: "complete", event: AutoCompleteCompleteEvent) => void) & ((e: "item-select", event: AutoCompleteOptionSelectEvent) => void) & ((e: "item-unselect", event: AutoCompleteOptionUnselectEvent) => void) & ((e: "option-select", event: AutoCompleteOptionSelectEvent) => void) & ((e: "option-unselect", event: AutoCompleteOptionUnselectEvent) => void) & ((e: "dropdown-click", event: AutoCompleteDropdownClickEvent) => void)>;
600
+ FieldLabel: DefineComponent<ExtractPropTypes<{
601
+ label: {
602
+ type: StringConstructor;
603
+ required: true;
604
+ };
605
+ forId: {
606
+ type: StringConstructor;
607
+ default: string;
608
+ };
609
+ help: {
610
+ type: StringConstructor;
611
+ default: string;
612
+ };
613
+ example: {
614
+ type: StringConstructor;
615
+ default: string;
616
+ };
617
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
618
+ label: {
619
+ type: StringConstructor;
620
+ required: true;
621
+ };
622
+ forId: {
623
+ type: StringConstructor;
624
+ default: string;
625
+ };
626
+ help: {
627
+ type: StringConstructor;
628
+ default: string;
629
+ };
630
+ example: {
631
+ type: StringConstructor;
632
+ default: string;
633
+ };
634
+ }>> & Readonly<{}>, {
635
+ help: string;
636
+ example: string;
637
+ forId: string;
638
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
639
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
640
+ BookmarksConfig: DefineComponent<ExtractPropTypes<{
641
+ bookmarksJson: {
642
+ type: StringConstructor;
643
+ default: string;
644
+ };
645
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "open-json-editor"[], "open-json-editor", PublicProps, Readonly< ExtractPropTypes<{
646
+ bookmarksJson: {
647
+ type: StringConstructor;
648
+ default: string;
649
+ };
650
+ }>> & Readonly<{
651
+ "onOpen-json-editor"?: (...args: any[]) => any;
652
+ }>, {
653
+ bookmarksJson: string;
654
+ }, {}, {
655
+ PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
656
+ FieldLabel: DefineComponent<ExtractPropTypes<{
657
+ label: {
658
+ type: StringConstructor;
659
+ required: true;
660
+ };
661
+ forId: {
662
+ type: StringConstructor;
663
+ default: string;
664
+ };
665
+ help: {
666
+ type: StringConstructor;
667
+ default: string;
668
+ };
669
+ example: {
670
+ type: StringConstructor;
671
+ default: string;
672
+ };
673
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
674
+ label: {
675
+ type: StringConstructor;
676
+ required: true;
677
+ };
678
+ forId: {
679
+ type: StringConstructor;
680
+ default: string;
681
+ };
682
+ help: {
683
+ type: StringConstructor;
684
+ default: string;
685
+ };
686
+ example: {
687
+ type: StringConstructor;
688
+ default: string;
689
+ };
690
+ }>> & Readonly<{}>, {
691
+ help: string;
692
+ example: string;
693
+ forId: string;
694
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
695
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
696
+ ExternalAppsConfig: DefineComponent<ExtractPropTypes<{
697
+ config: {
698
+ type: ObjectConstructor;
699
+ required: true;
700
+ };
701
+ linksJson: {
702
+ type: StringConstructor;
703
+ default: string;
704
+ };
705
+ }>, {}, {
706
+ links: any[];
707
+ showDialog: boolean;
708
+ showIconPicker: boolean;
709
+ editingIndex: any;
710
+ currentLink: {
711
+ type: string;
712
+ link: string;
713
+ value: string;
714
+ icon: string;
715
+ color: string;
716
+ };
717
+ typeMap: {
718
+ calendar: {
719
+ label: string;
720
+ icon: string;
721
+ };
722
+ chat: {
723
+ label: string;
724
+ icon: string;
725
+ };
726
+ contacts: {
727
+ label: string;
728
+ icon: string;
729
+ };
730
+ docs: {
731
+ label: string;
732
+ icon: string;
733
+ };
734
+ email: {
735
+ label: string;
736
+ icon: string;
737
+ };
738
+ storage: {
739
+ label: string;
740
+ icon: string;
741
+ };
742
+ iam: {
743
+ label: string;
744
+ icon: string;
745
+ };
746
+ notes: {
747
+ label: string;
748
+ icon: string;
749
+ };
750
+ projects: {
751
+ label: string;
752
+ icon: string;
753
+ };
754
+ tasks: {
755
+ label: string;
756
+ icon: string;
757
+ };
758
+ video: {
759
+ label: string;
760
+ icon: string;
761
+ };
762
+ wiki: {
763
+ label: string;
764
+ icon: string;
765
+ };
766
+ other: {
767
+ label: string;
768
+ icon: string;
769
+ };
770
+ };
771
+ }, {
772
+ availableTypes(): {
773
+ value: string;
774
+ label: any;
775
+ icon: any;
776
+ }[];
777
+ }, {
778
+ parseLinksJson(json: any): void;
779
+ updateUseFavicon(value: any): void;
780
+ openAddDialog(): void;
781
+ editLink(index: any): void;
782
+ handleIconSelect(icon: any): void;
783
+ deleteLink(index: any): void;
784
+ saveLink(): void;
785
+ emitLinksUpdate(): void;
786
+ getIconForType(type: any): any;
787
+ getLabelForType(type: any): any;
788
+ getFaviconUrl(link: any): string;
789
+ onFaviconError(event: any): void;
790
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "update:links-json")[], "update:config" | "update:links-json", PublicProps, Readonly< ExtractPropTypes<{
791
+ config: {
792
+ type: ObjectConstructor;
793
+ required: true;
794
+ };
795
+ linksJson: {
796
+ type: StringConstructor;
797
+ default: string;
798
+ };
799
+ }>> & Readonly<{
800
+ "onUpdate:config"?: (...args: any[]) => any;
801
+ "onUpdate:links-json"?: (...args: any[]) => any;
802
+ }>, {
803
+ linksJson: string;
804
+ }, {}, {
805
+ 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)>;
806
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
807
+ 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)>;
808
+ 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>;
809
+ PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
810
+ PrimeColorPicker: DefineComponent<ColorPickerProps, ColorPickerSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: ColorPickerChangeEvent) => void) & ((e: "show") => void) & ((e: "hide") => void)>;
811
+ FieldLabel: DefineComponent<ExtractPropTypes<{
812
+ label: {
813
+ type: StringConstructor;
814
+ required: true;
815
+ };
816
+ forId: {
817
+ type: StringConstructor;
818
+ default: string;
819
+ };
820
+ help: {
821
+ type: StringConstructor;
822
+ default: string;
823
+ };
824
+ example: {
825
+ type: StringConstructor;
826
+ default: string;
827
+ };
828
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
829
+ label: {
830
+ type: StringConstructor;
831
+ required: true;
832
+ };
833
+ forId: {
834
+ type: StringConstructor;
835
+ default: string;
836
+ };
837
+ help: {
838
+ type: StringConstructor;
839
+ default: string;
840
+ };
841
+ example: {
842
+ type: StringConstructor;
843
+ default: string;
844
+ };
845
+ }>> & Readonly<{}>, {
846
+ help: string;
847
+ example: string;
848
+ forId: string;
849
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
850
+ IconPickerDialog: DefineComponent<ExtractPropTypes<{
851
+ modelValue: {
852
+ type: BooleanConstructor;
853
+ default: boolean;
854
+ };
855
+ currentIcon: {
856
+ type: StringConstructor;
857
+ default: string;
858
+ };
859
+ }>, {}, {
860
+ searchQuery: string;
861
+ selectedIcon: string;
862
+ activeTab: number;
863
+ categories: {
864
+ key: string;
865
+ }[];
866
+ iconsByCategory: {
867
+ system: string[];
868
+ communication: string[];
869
+ media: string[];
870
+ files: string[];
871
+ business: string[];
872
+ user: string[];
873
+ development: string[];
874
+ misc: string[];
875
+ };
876
+ }, {
877
+ filteredIcons(): string[];
878
+ }, {
879
+ selectIcon(icon: any): void;
880
+ confirmSelection(): void;
881
+ getIconsByCategory(categoryKey: any): any;
882
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "select")[], "update:modelValue" | "select", PublicProps, Readonly< ExtractPropTypes<{
883
+ modelValue: {
884
+ type: BooleanConstructor;
885
+ default: boolean;
886
+ };
887
+ currentIcon: {
888
+ type: StringConstructor;
889
+ default: string;
890
+ };
891
+ }>> & Readonly<{
892
+ onSelect?: (...args: any[]) => any;
893
+ "onUpdate:modelValue"?: (...args: any[]) => any;
894
+ }>, {
895
+ modelValue: boolean;
896
+ currentIcon: string;
897
+ }, {}, {
898
+ 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)>;
899
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
900
+ PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
901
+ PrimeTabView: DefineComponent<TabViewProps, TabViewSlots, ((e: "update:activeIndex", index: number) => void) & ((e: "tab-click", event: TabViewClickEvent) => void) & ((e: "tab-change", event: TabViewChangeEvent) => void)>;
902
+ PrimeTabPanel: DefineComponent<TabPanelProps, TabPanelSlots, (e: string, ...args: any[]) => void>;
903
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
904
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
905
+ PdfImageConfig: DefineComponent<ExtractPropTypes<{
906
+ config: {
907
+ type: ObjectConstructor;
908
+ required: true;
909
+ };
910
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "open-file-browser")[], "update:config" | "open-file-browser", PublicProps, Readonly< ExtractPropTypes<{
911
+ config: {
912
+ type: ObjectConstructor;
913
+ required: true;
914
+ };
915
+ }>> & Readonly<{
916
+ "onUpdate:config"?: (...args: any[]) => any;
917
+ "onOpen-file-browser"?: (...args: any[]) => any;
918
+ }>, {}, {}, {
919
+ PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
920
+ FieldLabel: DefineComponent<ExtractPropTypes<{
921
+ label: {
922
+ type: StringConstructor;
923
+ required: true;
924
+ };
925
+ forId: {
926
+ type: StringConstructor;
927
+ default: string;
928
+ };
929
+ help: {
930
+ type: StringConstructor;
931
+ default: string;
932
+ };
933
+ example: {
934
+ type: StringConstructor;
935
+ default: string;
936
+ };
937
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
938
+ label: {
939
+ type: StringConstructor;
940
+ required: true;
941
+ };
942
+ forId: {
943
+ type: StringConstructor;
944
+ default: string;
945
+ };
946
+ help: {
947
+ type: StringConstructor;
948
+ default: string;
949
+ };
950
+ example: {
951
+ type: StringConstructor;
952
+ default: string;
953
+ };
954
+ }>> & Readonly<{}>, {
955
+ help: string;
956
+ example: string;
957
+ forId: string;
958
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
959
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
960
+ NoConfig: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
961
+ }, {
962
+ tooltip: ObjectDirective<any, any, string, any>;
963
+ }, string, ComponentProvideOptions, true, {}, any>;
964
+ DashboardComponent: DefineComponent<ExtractPropTypes<{
965
+ availableConfigs: {
966
+ type: ArrayConstructor;
967
+ default: () => any[];
968
+ };
969
+ customWidgets: {
970
+ type: ObjectConstructor;
971
+ default: () => {};
972
+ };
973
+ urlResolver: {
974
+ type: FunctionConstructor;
975
+ default: any;
976
+ };
977
+ searchResolver: {
978
+ type: FunctionConstructor;
979
+ default: any;
980
+ };
981
+ }>, {}, {
982
+ selectedConfigKey: any;
983
+ showOverlay: boolean;
984
+ configJson: any;
985
+ }, {
986
+ gridSettings(): any;
987
+ validatedBlocConfig(): any;
988
+ }, {
989
+ getBlockComponent(type: any): any;
990
+ getBlockProps(element: any): any;
991
+ validateBlock(block: any): boolean;
992
+ loadConfig(): void;
993
+ exportDashBoard(): void;
994
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
995
+ availableConfigs: {
996
+ type: ArrayConstructor;
997
+ default: () => any[];
998
+ };
999
+ customWidgets: {
1000
+ type: ObjectConstructor;
1001
+ default: () => {};
1002
+ };
1003
+ urlResolver: {
1004
+ type: FunctionConstructor;
1005
+ default: any;
1006
+ };
1007
+ searchResolver: {
1008
+ type: FunctionConstructor;
1009
+ default: any;
1010
+ };
1011
+ }>> & Readonly<{}>, {
1012
+ urlResolver: Function;
1013
+ searchResolver: Function;
1014
+ availableConfigs: unknown[];
1015
+ customWidgets: Record<string, any>;
1016
+ }, {}, {
1017
+ FavoriteList: DefineComponent<ExtractPropTypes<{
1018
+ filter: {
1019
+ type: StringConstructor;
1020
+ default: string;
1021
+ validator: (value: unknown) => boolean;
1022
+ };
1023
+ siteId: {
1024
+ type: StringConstructor;
1025
+ default: string;
1026
+ };
1027
+ urlResolver: {
1028
+ type: FunctionConstructor;
1029
+ default: any;
1030
+ };
1031
+ }>, {}, {
1032
+ siteTitle: string;
1033
+ }, {}, {
1034
+ resolveSiteTitle(siteId: any): void;
1035
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1036
+ filter: {
1037
+ type: StringConstructor;
1038
+ default: string;
1039
+ validator: (value: unknown) => boolean;
1040
+ };
1041
+ siteId: {
1042
+ type: StringConstructor;
1043
+ default: string;
1044
+ };
1045
+ urlResolver: {
1046
+ type: FunctionConstructor;
1047
+ default: any;
1048
+ };
1049
+ }>> & Readonly<{}>, {
1050
+ filter: string;
1051
+ siteId: string;
1052
+ urlResolver: Function;
1053
+ }, {}, {
1054
+ FavoriteFileList: DefineComponent<ExtractPropTypes<{
1055
+ siteId: {
1056
+ type: StringConstructor;
1057
+ default: string;
1058
+ };
1059
+ urlResolver: {
1060
+ type: FunctionConstructor;
1061
+ default: any;
1062
+ };
1063
+ }>, {}, {
1064
+ favorites: any[];
1065
+ }, {
1066
+ favoriteFiles(): any[];
1067
+ ESPACES_HOST: () => string;
1068
+ }, {
1069
+ matchesSite(node: any): boolean;
1070
+ getIconClass(mimeType: any): "ri-file-line" | "ri-file-text-line" | "ri-file-pdf-line" | "ri-file-word-line" | "ri-file-excel-line" | "ri-file-ppt-line" | "ri-image-line" | "ri-video-line" | "ri-music-line" | "ri-file-zip-line" | "ri-mail-line";
1071
+ navigateTo(file: any): void;
1072
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1073
+ siteId: {
1074
+ type: StringConstructor;
1075
+ default: string;
1076
+ };
1077
+ urlResolver: {
1078
+ type: FunctionConstructor;
1079
+ default: any;
1080
+ };
1081
+ }>> & Readonly<{}>, {
1082
+ siteId: string;
1083
+ urlResolver: Function;
1084
+ }, {}, {}, {
1085
+ tooltip: ObjectDirective<any, any, string, any>;
1086
+ }, string, ComponentProvideOptions, true, {}, any>;
1087
+ FavoriteFolderList: DefineComponent<ExtractPropTypes<{
1088
+ siteId: {
1089
+ type: StringConstructor;
1090
+ default: string;
1091
+ };
1092
+ urlResolver: {
1093
+ type: FunctionConstructor;
1094
+ default: any;
1095
+ };
1096
+ }>, {}, {
1097
+ favorites: any[];
1098
+ }, {
1099
+ favoriteFolders(): any[];
1100
+ ESPACES_HOST: () => string;
1101
+ }, {
1102
+ matchesSite(node: any): boolean;
1103
+ navigateTo(folder: any): void;
1104
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1105
+ siteId: {
1106
+ type: StringConstructor;
1107
+ default: string;
1108
+ };
1109
+ urlResolver: {
1110
+ type: FunctionConstructor;
1111
+ default: any;
1112
+ };
1113
+ }>> & Readonly<{}>, {
1114
+ siteId: string;
1115
+ urlResolver: Function;
1116
+ }, {}, {}, {
1117
+ tooltip: ObjectDirective<any, any, string, any>;
1118
+ }, string, ComponentProvideOptions, true, {}, any>;
1119
+ FavoriteSiteList: DefineComponent<ExtractPropTypes<{
1120
+ urlResolver: {
1121
+ type: FunctionConstructor;
1122
+ default: any;
1123
+ };
1124
+ }>, {}, {
1125
+ favorites: any[];
1126
+ }, {
1127
+ favoriteSites(): any[];
1128
+ ESPACES_HOST: () => string;
1129
+ }, {
1130
+ getSite(fav: any): any;
1131
+ goToSite(site: any): void;
1132
+ getVisibilityLabel(visibility: any): "Public" | "Privé" | "Modéré" | "Inconnu";
1133
+ getVisibilitySeverity(visibility: any): "danger" | "success" | "info" | "warning";
1134
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1135
+ urlResolver: {
1136
+ type: FunctionConstructor;
1137
+ default: any;
1138
+ };
1139
+ }>> & Readonly<{}>, {
1140
+ urlResolver: Function;
1141
+ }, {}, {}, {
1142
+ tooltip: ObjectDirective<any, any, string, any>;
1143
+ }, string, ComponentProvideOptions, true, {}, any>;
1144
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
1145
+ ActivityHistory: DefineComponent<{}, {}, {
1146
+ activities: any;
1147
+ visibleRows: number;
1148
+ resizeObserver: any;
1149
+ }, {
1150
+ groupedActivities(): {
1151
+ entry: any;
1152
+ count: number;
1153
+ }[];
1154
+ ESPACES_HOST: () => string;
1155
+ }, {
1156
+ isSameGroup(a: any, b: any): boolean;
1157
+ computeVisibleRows(): void;
1158
+ reloadData(): void;
1159
+ formatDateTime(date: any): string;
1160
+ getIcon(type: any): any;
1161
+ getUserDisplayName(entry: any): any;
1162
+ getObjectUrl(entry: any): string;
1163
+ escapeHtml(text: any): string;
1164
+ getActivitiesMessages(): {};
1165
+ getActivityMessageHtml(entry: any): any;
1166
+ getActivity(): Promise<void>;
1167
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
1168
+ PrimeDataView: DefineComponent<DataViewProps<unknown>, DataViewSlots, ((e: "update:first", value: number) => void) & ((e: "update:rows", value: number) => void) & ((e: "page", event: DataViewPageEvent) => void)>;
1169
+ }, {
1170
+ tooltip: ObjectDirective<any, any, string, any>;
1171
+ }, string, ComponentProvideOptions, true, {}, any>;
1172
+ ExternalApps: DefineComponent<ExtractPropTypes<{
1173
+ config: {
1174
+ type: ArrayConstructor;
1175
+ required: true;
1176
+ default: () => any[];
1177
+ };
1178
+ useFavicon: {
1179
+ type: BooleanConstructor;
1180
+ default: boolean;
1181
+ };
1182
+ }>, {}, {}, {
1183
+ mappedItems(): any[];
1184
+ }, {
1185
+ handleClick(item: any): void;
1186
+ getFaviconUrl(link: any): string;
1187
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1188
+ config: {
1189
+ type: ArrayConstructor;
1190
+ required: true;
1191
+ default: () => any[];
1192
+ };
1193
+ useFavicon: {
1194
+ type: BooleanConstructor;
1195
+ default: boolean;
1196
+ };
1197
+ }>> & Readonly<{}>, {
1198
+ config: unknown[];
1199
+ useFavicon: boolean;
1200
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1201
+ MarkdownComponent: DefineComponent<ExtractPropTypes<{
1202
+ id: {
1203
+ type: StringConstructor;
1204
+ default: any;
1205
+ };
1206
+ markdownContent: {
1207
+ type: StringConstructor;
1208
+ default: any;
1209
+ };
1210
+ }>, {}, {
1211
+ uniqueId: string;
1212
+ }, {}, {
1213
+ loadInlineMarkdown(): void;
1214
+ loadSampleMarkDown(): void;
1215
+ loadMarkdown(): Promise<void>;
1216
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1217
+ id: {
1218
+ type: StringConstructor;
1219
+ default: any;
1220
+ };
1221
+ markdownContent: {
1222
+ type: StringConstructor;
1223
+ default: any;
1224
+ };
1225
+ }>> & Readonly<{}>, {
1226
+ id: string;
1227
+ markdownContent: string;
1228
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1229
+ BookmarksComponent: DefineComponent<ExtractPropTypes<{
1230
+ bookmarks: {
1231
+ type: ArrayConstructor;
1232
+ default: () => any[];
1233
+ };
1234
+ urlResolver: {
1235
+ type: FunctionConstructor;
1236
+ default: any;
1237
+ };
1238
+ }>, {}, {}, {}, {
1239
+ navigateTo(bookmark: any): void;
1240
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1241
+ bookmarks: {
1242
+ type: ArrayConstructor;
1243
+ default: () => any[];
1244
+ };
1245
+ urlResolver: {
1246
+ type: FunctionConstructor;
1247
+ default: any;
1248
+ };
1249
+ }>> & Readonly<{}>, {
1250
+ bookmarks: unknown[];
1251
+ urlResolver: Function;
1252
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1253
+ SearchInput: DefineComponent<ExtractPropTypes<{
1254
+ searchResolver: {
1255
+ type: FunctionConstructor;
1256
+ default: any;
1257
+ };
1258
+ }>, {}, {
1259
+ searchInput: string;
1260
+ }, {
1261
+ ESPACES_HOST: () => string;
1262
+ }, {
1263
+ search(): void;
1264
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1265
+ searchResolver: {
1266
+ type: FunctionConstructor;
1267
+ default: any;
1268
+ };
1269
+ }>> & Readonly<{}>, {
1270
+ searchResolver: Function;
1271
+ }, {}, {
1272
+ PrimeIconField: DefineComponent<IconFieldProps, IconFieldSlots, (e: string, ...args: any[]) => void>;
1273
+ PrimeInputIcon: DefineComponent<InputIconProps, InputIconSlots, (e: string, ...args: any[]) => void>;
1274
+ PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
1275
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
1276
+ DisplayFileInDashboardComponent: DefineComponent<ExtractPropTypes<{
1277
+ type: {
1278
+ type: StringConstructor;
1279
+ default: string;
1280
+ };
1281
+ id: {
1282
+ type: StringConstructor;
1283
+ default: string;
1284
+ };
1285
+ }>, {}, {
1286
+ pdf: any;
1287
+ pages: number;
1288
+ rotation: number;
1289
+ scale: number;
1290
+ }, {}, {
1291
+ loadPDF(): void;
1292
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1293
+ type: {
1294
+ type: StringConstructor;
1295
+ default: string;
1296
+ };
1297
+ id: {
1298
+ type: StringConstructor;
1299
+ default: string;
1300
+ };
1301
+ }>> & Readonly<{}>, {
1302
+ id: string;
1303
+ type: string;
1304
+ }, {}, {
1305
+ VuePDF: {
1306
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
1307
+ page: {
1308
+ type: PropType<number>;
1309
+ default: number;
1310
+ };
1311
+ pdf: {
1312
+ type: PropType<PDFDocumentLoadingTask>;
1313
+ };
1314
+ scale: {
1315
+ type: PropType<number>;
1316
+ default: number;
1317
+ };
1318
+ rotation: {
1319
+ type: PropType<number>;
1320
+ };
1321
+ fitParent: {
1322
+ type: PropType<boolean>;
1323
+ };
1324
+ width: {
1325
+ type: PropType<number>;
1326
+ };
1327
+ height: {
1328
+ type: PropType<number>;
1329
+ };
1330
+ textLayer: {
1331
+ type: PropType<boolean>;
1332
+ };
1333
+ autoDestroy: {
1334
+ type: PropType<boolean>;
1335
+ default: boolean;
1336
+ };
1337
+ imageResourcesPath: {
1338
+ type: PropType<string>;
1339
+ };
1340
+ hideForms: {
1341
+ type: PropType<boolean>;
1342
+ };
1343
+ intent: {
1344
+ type: PropType<string>;
1345
+ default: string;
1346
+ };
1347
+ annotationLayer: {
1348
+ type: PropType<boolean>;
1349
+ };
1350
+ annotationsFilter: {
1351
+ type: PropType<string[]>;
1352
+ };
1353
+ annotationsMap: {
1354
+ type: PropType<object>;
1355
+ };
1356
+ watermarkText: {
1357
+ type: PropType<string>;
1358
+ };
1359
+ watermarkOptions: {
1360
+ type: PropType<WatermarkOptions>;
1361
+ };
1362
+ highlightText: {
1363
+ type: PropType<string | string[]>;
1364
+ };
1365
+ highlightOptions: {
1366
+ type: PropType<HighlightOptions>;
1367
+ };
1368
+ highlightPages: {
1369
+ type: PropType<number[]>;
1370
+ };
1371
+ }>> & Readonly<{
1372
+ onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
1373
+ onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
1374
+ onHighlight?: ((payload: HighlightEventPayload) => any) | undefined;
1375
+ onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
1376
+ onXfaLoaded?: (() => any) | undefined;
1377
+ onLoaded?: ((payload: PageViewport) => any) | undefined;
1378
+ }>, {
1379
+ reload: () => void;
1380
+ cancel: () => void;
1381
+ destroy: () => void;
1382
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1383
+ annotation: (payload: AnnotationEventPayload) => void;
1384
+ highlight: (payload: HighlightEventPayload) => void;
1385
+ loaded: (payload: PageViewport) => void;
1386
+ textLoaded: (payload: TextLayerLoadedEventPayload) => void;
1387
+ annotationLoaded: (payload: any[]) => void;
1388
+ xfaLoaded: () => void;
1389
+ }, PublicProps, {
1390
+ page: number;
1391
+ intent: string;
1392
+ scale: number;
1393
+ autoDestroy: boolean;
1394
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1395
+ P: {};
1396
+ B: {};
1397
+ D: {};
1398
+ C: {};
1399
+ M: {};
1400
+ Defaults: {};
1401
+ }, Readonly< ExtractPropTypes<{
1402
+ page: {
1403
+ type: PropType<number>;
1404
+ default: number;
1405
+ };
1406
+ pdf: {
1407
+ type: PropType<PDFDocumentLoadingTask>;
1408
+ };
1409
+ scale: {
1410
+ type: PropType<number>;
1411
+ default: number;
1412
+ };
1413
+ rotation: {
1414
+ type: PropType<number>;
1415
+ };
1416
+ fitParent: {
1417
+ type: PropType<boolean>;
1418
+ };
1419
+ width: {
1420
+ type: PropType<number>;
1421
+ };
1422
+ height: {
1423
+ type: PropType<number>;
1424
+ };
1425
+ textLayer: {
1426
+ type: PropType<boolean>;
1427
+ };
1428
+ autoDestroy: {
1429
+ type: PropType<boolean>;
1430
+ default: boolean;
1431
+ };
1432
+ imageResourcesPath: {
1433
+ type: PropType<string>;
1434
+ };
1435
+ hideForms: {
1436
+ type: PropType<boolean>;
1437
+ };
1438
+ intent: {
1439
+ type: PropType<string>;
1440
+ default: string;
1441
+ };
1442
+ annotationLayer: {
1443
+ type: PropType<boolean>;
1444
+ };
1445
+ annotationsFilter: {
1446
+ type: PropType<string[]>;
1447
+ };
1448
+ annotationsMap: {
1449
+ type: PropType<object>;
1450
+ };
1451
+ watermarkText: {
1452
+ type: PropType<string>;
1453
+ };
1454
+ watermarkOptions: {
1455
+ type: PropType<WatermarkOptions>;
1456
+ };
1457
+ highlightText: {
1458
+ type: PropType<string | string[]>;
1459
+ };
1460
+ highlightOptions: {
1461
+ type: PropType<HighlightOptions>;
1462
+ };
1463
+ highlightPages: {
1464
+ type: PropType<number[]>;
1465
+ };
1466
+ }>> & Readonly<{
1467
+ onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
1468
+ onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
1469
+ onHighlight?: ((payload: HighlightEventPayload) => any) | undefined;
1470
+ onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
1471
+ onXfaLoaded?: (() => any) | undefined;
1472
+ onLoaded?: ((payload: PageViewport) => any) | undefined;
1473
+ }>, {
1474
+ reload: () => void;
1475
+ cancel: () => void;
1476
+ destroy: () => void;
1477
+ }, {}, {}, {}, {
1478
+ page: number;
1479
+ intent: string;
1480
+ scale: number;
1481
+ autoDestroy: boolean;
1482
+ }>;
1483
+ __isFragment?: never;
1484
+ __isTeleport?: never;
1485
+ __isSuspense?: never;
1486
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
1487
+ page: {
1488
+ type: PropType<number>;
1489
+ default: number;
1490
+ };
1491
+ pdf: {
1492
+ type: PropType<PDFDocumentLoadingTask>;
1493
+ };
1494
+ scale: {
1495
+ type: PropType<number>;
1496
+ default: number;
1497
+ };
1498
+ rotation: {
1499
+ type: PropType<number>;
1500
+ };
1501
+ fitParent: {
1502
+ type: PropType<boolean>;
1503
+ };
1504
+ width: {
1505
+ type: PropType<number>;
1506
+ };
1507
+ height: {
1508
+ type: PropType<number>;
1509
+ };
1510
+ textLayer: {
1511
+ type: PropType<boolean>;
1512
+ };
1513
+ autoDestroy: {
1514
+ type: PropType<boolean>;
1515
+ default: boolean;
1516
+ };
1517
+ imageResourcesPath: {
1518
+ type: PropType<string>;
1519
+ };
1520
+ hideForms: {
1521
+ type: PropType<boolean>;
1522
+ };
1523
+ intent: {
1524
+ type: PropType<string>;
1525
+ default: string;
1526
+ };
1527
+ annotationLayer: {
1528
+ type: PropType<boolean>;
1529
+ };
1530
+ annotationsFilter: {
1531
+ type: PropType<string[]>;
1532
+ };
1533
+ annotationsMap: {
1534
+ type: PropType<object>;
1535
+ };
1536
+ watermarkText: {
1537
+ type: PropType<string>;
1538
+ };
1539
+ watermarkOptions: {
1540
+ type: PropType<WatermarkOptions>;
1541
+ };
1542
+ highlightText: {
1543
+ type: PropType<string | string[]>;
1544
+ };
1545
+ highlightOptions: {
1546
+ type: PropType<HighlightOptions>;
1547
+ };
1548
+ highlightPages: {
1549
+ type: PropType<number[]>;
1550
+ };
1551
+ }>> & Readonly<{
1552
+ onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
1553
+ onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
1554
+ onHighlight?: ((payload: HighlightEventPayload) => any) | undefined;
1555
+ onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
1556
+ onXfaLoaded?: (() => any) | undefined;
1557
+ onLoaded?: ((payload: PageViewport) => any) | undefined;
1558
+ }>, {
1559
+ reload: () => void;
1560
+ cancel: () => void;
1561
+ destroy: () => void;
1562
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1563
+ annotation: (payload: AnnotationEventPayload) => void;
1564
+ highlight: (payload: HighlightEventPayload) => void;
1565
+ loaded: (payload: PageViewport) => void;
1566
+ textLoaded: (payload: TextLayerLoadedEventPayload) => void;
1567
+ annotationLoaded: (payload: any[]) => void;
1568
+ xfaLoaded: () => void;
1569
+ }, string, {
1570
+ page: number;
1571
+ intent: string;
1572
+ scale: number;
1573
+ autoDestroy: boolean;
1574
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1575
+ $slots: {
1576
+ default?(_: {}): any;
1577
+ overlay?(_: {
1578
+ width: number | undefined;
1579
+ height: number | undefined;
1580
+ }): any;
1581
+ };
1582
+ });
1583
+ OnlyImageDisplayed: DefineComponent<ExtractPropTypes<{
1584
+ id: {
1585
+ type: StringConstructor;
1586
+ default: string;
1587
+ };
1588
+ }>, {}, {
1589
+ contentUrl: any;
1590
+ }, {
1591
+ hasContentUrl(): boolean;
1592
+ }, {
1593
+ loadImage(): void;
1594
+ }, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1595
+ id: {
1596
+ type: StringConstructor;
1597
+ default: string;
1598
+ };
1599
+ }>> & Readonly<{}>, {
1600
+ id: string;
1601
+ }, {}, {
1602
+ PrimeImage: DefineComponent<ImageProps, ImageSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "error") => void), ImageMethods>;
1603
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
1604
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
1605
+ ChartWrapper: DefineComponent<ExtractPropTypes<{
1606
+ type: {
1607
+ type: StringConstructor;
1608
+ required: true;
1609
+ };
1610
+ data: {
1611
+ type: ObjectConstructor;
1612
+ required: true;
1613
+ };
1614
+ options: {
1615
+ type: ObjectConstructor;
1616
+ default: () => {};
1617
+ };
1618
+ }>, {}, {}, {
1619
+ textColor(): string;
1620
+ mergedOptions(): {
1621
+ plugins: any;
1622
+ };
1623
+ }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1624
+ type: {
1625
+ type: StringConstructor;
1626
+ required: true;
1627
+ };
1628
+ data: {
1629
+ type: ObjectConstructor;
1630
+ required: true;
1631
+ };
1632
+ options: {
1633
+ type: ObjectConstructor;
1634
+ default: () => {};
1635
+ };
1636
+ }>> & Readonly<{}>, {
1637
+ options: Record<string, any>;
1638
+ }, {}, {
1639
+ PrimeChart: DefineComponent<ChartProps, ChartSlots, ((e: "loaded", chart: any) => void) & ((e: "select", event: ChartSelectEvent) => void), ChartMethods>;
1640
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
1641
+ UnknownBlockType: DefineComponent<ExtractPropTypes<{
1642
+ type: {
1643
+ type: StringConstructor;
1644
+ required: true;
1645
+ };
1646
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1647
+ type: {
1648
+ type: StringConstructor;
1649
+ required: true;
1650
+ };
1651
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1652
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
1653
+ GridEditor: DefineComponent<ExtractPropTypes<{
1654
+ gridSettings: {
1655
+ type: ObjectConstructor;
1656
+ required: true;
1657
+ };
1658
+ blocks: {
1659
+ type: ArrayConstructor;
1660
+ required: true;
1661
+ default: () => any[];
1662
+ };
1663
+ dragPreview: {
1664
+ type: ObjectConstructor;
1665
+ default: any;
1666
+ };
1667
+ selectedBlockId: {
1668
+ type: StringConstructor;
1669
+ default: any;
1670
+ };
1671
+ overlappingBlockIds: {
1672
+ type: ArrayConstructor;
1673
+ default: () => any[];
1674
+ };
1675
+ }>, {}, {}, {}, {
1676
+ getCellStyle(cellNumber: any): {
1677
+ gridColumn: string;
1678
+ gridRow: string;
1679
+ };
1680
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("dragstart" | "dragend" | "move-to-basket" | "resize-start" | "dragover" | "dragleave" | "drop" | "select-block" | "edit-block" | "duplicate-block" | "delete-block")[], "dragstart" | "dragend" | "move-to-basket" | "resize-start" | "dragover" | "dragleave" | "drop" | "select-block" | "edit-block" | "duplicate-block" | "delete-block", PublicProps, Readonly< ExtractPropTypes<{
1681
+ gridSettings: {
1682
+ type: ObjectConstructor;
1683
+ required: true;
1684
+ };
1685
+ blocks: {
1686
+ type: ArrayConstructor;
1687
+ required: true;
1688
+ default: () => any[];
1689
+ };
1690
+ dragPreview: {
1691
+ type: ObjectConstructor;
1692
+ default: any;
1693
+ };
1694
+ selectedBlockId: {
1695
+ type: StringConstructor;
1696
+ default: any;
1697
+ };
1698
+ overlappingBlockIds: {
1699
+ type: ArrayConstructor;
1700
+ default: () => any[];
1701
+ };
1702
+ }>> & Readonly<{
1703
+ onDrop?: (...args: any[]) => any;
1704
+ onDragstart?: (...args: any[]) => any;
1705
+ onDragend?: (...args: any[]) => any;
1706
+ "onMove-to-basket"?: (...args: any[]) => any;
1707
+ "onResize-start"?: (...args: any[]) => any;
1708
+ onDragover?: (...args: any[]) => any;
1709
+ onDragleave?: (...args: any[]) => any;
1710
+ "onSelect-block"?: (...args: any[]) => any;
1711
+ "onEdit-block"?: (...args: any[]) => any;
1712
+ "onDuplicate-block"?: (...args: any[]) => any;
1713
+ "onDelete-block"?: (...args: any[]) => any;
1714
+ }>, {
1715
+ blocks: unknown[];
1716
+ dragPreview: Record<string, any>;
1717
+ selectedBlockId: string;
1718
+ overlappingBlockIds: unknown[];
1719
+ }, {}, {
1720
+ GridBlock: DefineComponent<ExtractPropTypes<{
1721
+ block: {
1722
+ type: ObjectConstructor;
1723
+ required: true;
1724
+ };
1725
+ gridSettings: {
1726
+ type: ObjectConstructor;
1727
+ required: true;
1728
+ };
1729
+ isSelected: {
1730
+ type: BooleanConstructor;
1731
+ default: boolean;
1732
+ };
1733
+ hasOverlap: {
1734
+ type: BooleanConstructor;
1735
+ default: boolean;
1736
+ };
1737
+ }>, {}, {}, {
1738
+ isSmallBlock(): boolean;
1739
+ menuItems(): ({
1740
+ label: string;
1741
+ icon: string;
1742
+ command: () => void;
1743
+ class?: undefined;
1744
+ } | {
1745
+ label: string;
1746
+ icon: string;
1747
+ class: string;
1748
+ command: () => void;
1749
+ })[];
1750
+ }, {
1751
+ toggleMenu(event: any): void;
1752
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("delete" | "dragstart" | "dragend" | "edit" | "duplicate" | "click" | "move-to-basket" | "resize-start")[], "delete" | "dragstart" | "dragend" | "edit" | "duplicate" | "click" | "move-to-basket" | "resize-start", PublicProps, Readonly< ExtractPropTypes<{
1753
+ block: {
1754
+ type: ObjectConstructor;
1755
+ required: true;
1756
+ };
1757
+ gridSettings: {
1758
+ type: ObjectConstructor;
1759
+ required: true;
1760
+ };
1761
+ isSelected: {
1762
+ type: BooleanConstructor;
1763
+ default: boolean;
1764
+ };
1765
+ hasOverlap: {
1766
+ type: BooleanConstructor;
1767
+ default: boolean;
1768
+ };
1769
+ }>> & Readonly<{
1770
+ onClick?: (...args: any[]) => any;
1771
+ onEdit?: (...args: any[]) => any;
1772
+ onDelete?: (...args: any[]) => any;
1773
+ onDuplicate?: (...args: any[]) => any;
1774
+ onDragstart?: (...args: any[]) => any;
1775
+ onDragend?: (...args: any[]) => any;
1776
+ "onMove-to-basket"?: (...args: any[]) => any;
1777
+ "onResize-start"?: (...args: any[]) => any;
1778
+ }>, {
1779
+ isSelected: boolean;
1780
+ hasOverlap: boolean;
1781
+ }, {}, {
1782
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
1783
+ PrimeMenu: DefineComponent<MenuProps, MenuSlots, ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "show") => void) & ((e: "hide") => void), MenuMethods>;
1784
+ }, {
1785
+ tooltip: ObjectDirective<any, any, string, any>;
1786
+ }, string, ComponentProvideOptions, true, {}, any>;
1787
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
1788
+ BasketPanel: DefineComponent<ExtractPropTypes<{
1789
+ basketBlocks: {
1790
+ type: ArrayConstructor;
1791
+ required: true;
1792
+ default: () => any[];
1793
+ };
1794
+ selectedBlockId: {
1795
+ type: StringConstructor;
1796
+ default: any;
1797
+ };
1798
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "select-block" | "edit-block" | "delete-block" | "basket-dragstart" | "basket-dragend")[], "close" | "select-block" | "edit-block" | "delete-block" | "basket-dragstart" | "basket-dragend", PublicProps, Readonly< ExtractPropTypes<{
1799
+ basketBlocks: {
1800
+ type: ArrayConstructor;
1801
+ required: true;
1802
+ default: () => any[];
1803
+ };
1804
+ selectedBlockId: {
1805
+ type: StringConstructor;
1806
+ default: any;
1807
+ };
1808
+ }>> & Readonly<{
1809
+ onClose?: (...args: any[]) => any;
1810
+ "onSelect-block"?: (...args: any[]) => any;
1811
+ "onEdit-block"?: (...args: any[]) => any;
1812
+ "onDelete-block"?: (...args: any[]) => any;
1813
+ "onBasket-dragstart"?: (...args: any[]) => any;
1814
+ "onBasket-dragend"?: (...args: any[]) => any;
1815
+ }>, {
1816
+ selectedBlockId: string;
1817
+ basketBlocks: unknown[];
1818
+ }, {}, {
1819
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
1820
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
1821
+ MinimapPanel: DefineComponent<ExtractPropTypes<{
1822
+ gridSettings: {
1823
+ type: ObjectConstructor;
1824
+ required: true;
1825
+ };
1826
+ blocks: {
1827
+ type: ArrayConstructor;
1828
+ required: true;
1829
+ default: () => any[];
1830
+ };
1831
+ selectedBlockId: {
1832
+ type: StringConstructor;
1833
+ default: any;
1834
+ };
1835
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "minimap-click")[], "close" | "minimap-click", PublicProps, Readonly< ExtractPropTypes<{
1836
+ gridSettings: {
1837
+ type: ObjectConstructor;
1838
+ required: true;
1839
+ };
1840
+ blocks: {
1841
+ type: ArrayConstructor;
1842
+ required: true;
1843
+ default: () => any[];
1844
+ };
1845
+ selectedBlockId: {
1846
+ type: StringConstructor;
1847
+ default: any;
1848
+ };
1849
+ }>> & Readonly<{
1850
+ onClose?: (...args: any[]) => any;
1851
+ "onMinimap-click"?: (...args: any[]) => any;
1852
+ }>, {
1853
+ blocks: unknown[];
1854
+ selectedBlockId: string;
1855
+ }, {}, {
1856
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
1857
+ }, {
1858
+ tooltip: ObjectDirective<any, any, string, any>;
1859
+ }, string, ComponentProvideOptions, true, {}, any>;
1860
+ BlockTypeSelector: DefineComponent<ExtractPropTypes<{
1861
+ modelValue: {
1862
+ type: BooleanConstructor;
1863
+ default: boolean;
1864
+ };
1865
+ customBlockTypes: {
1866
+ type: ArrayConstructor;
1867
+ default: () => any[];
1868
+ };
1869
+ }>, {}, {}, {
1870
+ blockTypes(): unknown[];
1871
+ }, {
1872
+ selectType(type: any): void;
1873
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "select")[], "update:modelValue" | "select", PublicProps, Readonly< ExtractPropTypes<{
1874
+ modelValue: {
1875
+ type: BooleanConstructor;
1876
+ default: boolean;
1877
+ };
1878
+ customBlockTypes: {
1879
+ type: ArrayConstructor;
1880
+ default: () => any[];
1881
+ };
1882
+ }>> & Readonly<{
1883
+ onSelect?: (...args: any[]) => any;
1884
+ "onUpdate:modelValue"?: (...args: any[]) => any;
1885
+ }>, {
1886
+ modelValue: boolean;
1887
+ customBlockTypes: unknown[];
1888
+ }, {}, {
1889
+ 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)>;
1890
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
1891
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
1892
+ export default _default;
1893
+ //# sourceMappingURL=DashboardEditor.vue.d.ts.map