@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,877 @@
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ObjectDirective } from 'vue';
2
+ import { DefineComponent } from '@primevue/core';
3
+ import { ButtonProps, ButtonSlots } from 'primevue/button';
4
+ import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
5
+ import { InputNumberProps, InputNumberSlots, InputNumberBlurEvent, InputNumberInputEvent, InputNumberMethods } from 'primevue/inputnumber';
6
+ import { SelectProps, SelectSlots, SelectFilterEvent, SelectChangeEvent, SelectMethods } from 'primevue/select';
7
+ import { FieldsetProps, FieldsetSlots, FieldsetToggleEvent } from 'primevue/fieldset';
8
+ import { DialogProps, DialogSlots } from 'primevue/dialog';
9
+ import { ProgressSpinnerProps, ProgressSpinnerSlots } from 'primevue/progressspinner';
10
+ import { SplitterProps, SplitterSlots, SplitterResizeStartEvent, SplitterResizeEvent, SplitterResizeEndEvent, SplitterMethods } from 'primevue/splitter';
11
+ import { SplitterPanelProps, SplitterPanelSlots } from 'primevue/splitterpanel';
12
+ import { TabsProps, TabsSlots } from 'primevue/tabs';
13
+ import { TabListProps, TabListSlots } from 'primevue/tablist';
14
+ import { TabProps, TabSlots } from 'primevue/tab';
15
+ import { TabPanelsProps, TabPanelsSlots } from 'primevue/tabpanels';
16
+ import { TabPanelProps, TabPanelSlots } from 'primevue/tabpanel';
17
+ import { TreeProps, TreeSlots, TreeFilterEvent, TreeExpandedKeys, TreeSelectionKeys, TreeNodeDropEvent, TreeDragEnterEvent, TreeDragLeaveEvent } from 'primevue/tree';
18
+ import { TreeNode } from 'primevue/treenode';
19
+ import { TextareaProps, TextareaSlots } from 'primevue/textarea';
20
+ import { RadioButtonProps, RadioButtonSlots } from 'primevue/radiobutton';
21
+ import { AutoCompleteProps, AutoCompleteSlots, AutoCompleteChangeEvent, AutoCompleteCompleteEvent, AutoCompleteOptionSelectEvent, AutoCompleteOptionUnselectEvent, AutoCompleteDropdownClickEvent } from 'primevue/autocomplete';
22
+ import { CheckboxProps, CheckboxSlots } from 'primevue/checkbox';
23
+ import { ColorPickerProps, ColorPickerSlots, ColorPickerChangeEvent } from 'primevue/colorpicker';
24
+ import { TabViewProps, TabViewSlots, TabViewClickEvent, TabViewChangeEvent } from 'primevue/tabview';
25
+ declare const _default: DefineComponent<ExtractPropTypes<{
26
+ block: {
27
+ type: ObjectConstructor;
28
+ required: true;
29
+ };
30
+ customBlockTypes: {
31
+ type: ArrayConstructor;
32
+ default: () => any[];
33
+ };
34
+ customRouteOptions: {
35
+ type: ArrayConstructor;
36
+ default: any;
37
+ };
38
+ }>, {}, {
39
+ editableBlock: any;
40
+ routeName: any;
41
+ chartDataJson: string;
42
+ bookmarksJson: string;
43
+ linksJson: string;
44
+ showMarkdownEditor: boolean;
45
+ showJsonEditor: boolean;
46
+ currentJsonType: any;
47
+ showMarkdownBrowser: boolean;
48
+ selectedMarkdownFile: any;
49
+ markdownSelectionError: string;
50
+ markdownPreviewHtml: string;
51
+ markdownPreviewLoading: boolean;
52
+ markdownPreviewError: string;
53
+ showFileBrowser: boolean;
54
+ selectedFile: any;
55
+ fileSelectionError: string;
56
+ }, {
57
+ currentConfigComponent(): any;
58
+ blockTypes(): {
59
+ label: any;
60
+ value: any;
61
+ }[];
62
+ routeOptions(): unknown[];
63
+ currentJsonContent(): string;
64
+ }, {
65
+ updateConfig(newConfig: any): void;
66
+ initializeJsonFields(): void;
67
+ onTypeChange(): void;
68
+ setDefaultRoute(type: any): void;
69
+ getDefaultConfig(type: any): any;
70
+ applyChanges(): void;
71
+ handleMarkdownSave(content: any): void;
72
+ openJsonEditor(type: any): void;
73
+ handleJsonSave(content: any): void;
74
+ openMarkdownBrowser(): void;
75
+ onMarkdownNodeSelected(nodeData: any): Promise<void>;
76
+ loadMarkdownPreview(nodeId: any): Promise<void>;
77
+ confirmMarkdownSelection(): void;
78
+ openFileBrowser(): void;
79
+ onFileNodeSelected(nodeData: any): void;
80
+ confirmFileSelection(): void;
81
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:block")[], "close" | "update:block", PublicProps, Readonly< ExtractPropTypes<{
82
+ block: {
83
+ type: ObjectConstructor;
84
+ required: true;
85
+ };
86
+ customBlockTypes: {
87
+ type: ArrayConstructor;
88
+ default: () => any[];
89
+ };
90
+ customRouteOptions: {
91
+ type: ArrayConstructor;
92
+ default: any;
93
+ };
94
+ }>> & Readonly<{
95
+ onClose?: (...args: any[]) => any;
96
+ "onUpdate:block"?: (...args: any[]) => any;
97
+ }>, {
98
+ customBlockTypes: unknown[];
99
+ customRouteOptions: unknown[];
100
+ }, {}, {
101
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
102
+ PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
103
+ 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>;
104
+ 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>;
105
+ PrimeFieldset: DefineComponent<FieldsetProps, FieldsetSlots, ((e: "toggle", event: FieldsetToggleEvent) => void) & ((e: "update:collapsed", value: boolean) => void)>;
106
+ 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)>;
107
+ PrimeProgressSpinner: DefineComponent<ProgressSpinnerProps, ProgressSpinnerSlots, (e: string, ...args: any[]) => void>;
108
+ MarkdownEditorDialog: DefineComponent<ExtractPropTypes<{
109
+ modelValue: {
110
+ type: BooleanConstructor;
111
+ default: boolean;
112
+ };
113
+ content: {
114
+ type: StringConstructor;
115
+ default: string;
116
+ };
117
+ }>, {}, {
118
+ localContent: string;
119
+ }, {
120
+ markdownPreview(): string;
121
+ }, {
122
+ handleSave(): void;
123
+ handleCancel(): void;
124
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "cancel" | "save")[], "update:modelValue" | "cancel" | "save", PublicProps, Readonly< ExtractPropTypes<{
125
+ modelValue: {
126
+ type: BooleanConstructor;
127
+ default: boolean;
128
+ };
129
+ content: {
130
+ type: StringConstructor;
131
+ default: string;
132
+ };
133
+ }>> & Readonly<{
134
+ "onUpdate:modelValue"?: (...args: any[]) => any;
135
+ onSave?: (...args: any[]) => any;
136
+ onCancel?: (...args: any[]) => any;
137
+ }>, {
138
+ modelValue: boolean;
139
+ content: string;
140
+ }, {}, {
141
+ 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)>;
142
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
143
+ PrimeSplitter: DefineComponent<SplitterProps, SplitterSlots, ((e: "resizestart", event: SplitterResizeStartEvent) => void) & ((e: "resize", event: SplitterResizeEvent) => void) & ((e: "resizeend", event: SplitterResizeEndEvent) => void), SplitterMethods>;
144
+ PrimeSplitterPanel: DefineComponent<SplitterPanelProps, SplitterPanelSlots, (e: string, ...args: any[]) => void>;
145
+ CodeMirrorBase: DefineComponent<ExtractPropTypes<{
146
+ modelValue: {
147
+ type: StringConstructor;
148
+ default: string;
149
+ };
150
+ language: {
151
+ type: StringConstructor;
152
+ default: string;
153
+ validator: (value: unknown) => boolean;
154
+ };
155
+ }>, {}, {
156
+ editorView: any;
157
+ }, {}, {
158
+ createEditor(): void;
159
+ destroyEditor(): void;
160
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly< ExtractPropTypes<{
161
+ modelValue: {
162
+ type: StringConstructor;
163
+ default: string;
164
+ };
165
+ language: {
166
+ type: StringConstructor;
167
+ default: string;
168
+ validator: (value: unknown) => boolean;
169
+ };
170
+ }>> & Readonly<{
171
+ "onUpdate:modelValue"?: (...args: any[]) => any;
172
+ }>, {
173
+ modelValue: string;
174
+ language: string;
175
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
176
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
177
+ JsonEditorDialog: DefineComponent<ExtractPropTypes<{
178
+ modelValue: {
179
+ type: BooleanConstructor;
180
+ default: boolean;
181
+ };
182
+ content: {
183
+ type: StringConstructor;
184
+ default: string;
185
+ };
186
+ title: {
187
+ type: StringConstructor;
188
+ default: string;
189
+ };
190
+ }>, {}, {
191
+ localContent: string;
192
+ }, {}, {
193
+ handleSave(): void;
194
+ handleCancel(): void;
195
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "cancel" | "save")[], "update:modelValue" | "cancel" | "save", PublicProps, Readonly< ExtractPropTypes<{
196
+ modelValue: {
197
+ type: BooleanConstructor;
198
+ default: boolean;
199
+ };
200
+ content: {
201
+ type: StringConstructor;
202
+ default: string;
203
+ };
204
+ title: {
205
+ type: StringConstructor;
206
+ default: string;
207
+ };
208
+ }>> & Readonly<{
209
+ "onUpdate:modelValue"?: (...args: any[]) => any;
210
+ onSave?: (...args: any[]) => any;
211
+ onCancel?: (...args: any[]) => any;
212
+ }>, {
213
+ title: string;
214
+ modelValue: boolean;
215
+ content: string;
216
+ }, {}, {
217
+ 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)>;
218
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
219
+ CodeMirrorBase: DefineComponent<ExtractPropTypes<{
220
+ modelValue: {
221
+ type: StringConstructor;
222
+ default: string;
223
+ };
224
+ language: {
225
+ type: StringConstructor;
226
+ default: string;
227
+ validator: (value: unknown) => boolean;
228
+ };
229
+ }>, {}, {
230
+ editorView: any;
231
+ }, {}, {
232
+ createEditor(): void;
233
+ destroyEditor(): void;
234
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly< ExtractPropTypes<{
235
+ modelValue: {
236
+ type: StringConstructor;
237
+ default: string;
238
+ };
239
+ language: {
240
+ type: StringConstructor;
241
+ default: string;
242
+ validator: (value: unknown) => boolean;
243
+ };
244
+ }>> & Readonly<{
245
+ "onUpdate:modelValue"?: (...args: any[]) => any;
246
+ }>, {
247
+ modelValue: string;
248
+ language: string;
249
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
250
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
251
+ FieldLabel: DefineComponent<ExtractPropTypes<{
252
+ label: {
253
+ type: StringConstructor;
254
+ required: true;
255
+ };
256
+ forId: {
257
+ type: StringConstructor;
258
+ default: string;
259
+ };
260
+ help: {
261
+ type: StringConstructor;
262
+ default: string;
263
+ };
264
+ example: {
265
+ type: StringConstructor;
266
+ default: string;
267
+ };
268
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
269
+ label: {
270
+ type: StringConstructor;
271
+ required: true;
272
+ };
273
+ forId: {
274
+ type: StringConstructor;
275
+ default: string;
276
+ };
277
+ help: {
278
+ type: StringConstructor;
279
+ default: string;
280
+ };
281
+ example: {
282
+ type: StringConstructor;
283
+ default: string;
284
+ };
285
+ }>> & Readonly<{}>, {
286
+ help: string;
287
+ example: string;
288
+ forId: string;
289
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
290
+ TreeExplorer: DefineComponent<ExtractPropTypes<{
291
+ currentNode: {
292
+ type: ObjectConstructor;
293
+ default: () => {};
294
+ };
295
+ showUserHome: {
296
+ type: BooleanConstructor;
297
+ default: boolean;
298
+ };
299
+ showFiles: {
300
+ type: BooleanConstructor;
301
+ default: boolean;
302
+ };
303
+ }>, {}, {
304
+ activeTab: number;
305
+ userHomesNodes: any[];
306
+ nodes: any[];
307
+ selectedKey: any;
308
+ splitedKey: any;
309
+ expandedKeys: {};
310
+ }, {}, {
311
+ initTree(): Promise<any>;
312
+ initUserHomeTree(): Promise<any>;
313
+ onNodeSelect(node: any): void;
314
+ onNodeExpand(node: any, nodes: any): Promise<any>;
315
+ addChildren(children: any, parent: any, nodes: any): any;
316
+ addElementChildren(tree: any, key: any, children: any, step: any): any;
317
+ containsKey(shortKey: any, longKey: any, step: any): boolean;
318
+ getNodeId(node: any): any;
319
+ openCurrentPath(): Promise<void>;
320
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "selectNode"[], "selectNode", PublicProps, Readonly< ExtractPropTypes<{
321
+ currentNode: {
322
+ type: ObjectConstructor;
323
+ default: () => {};
324
+ };
325
+ showUserHome: {
326
+ type: BooleanConstructor;
327
+ default: boolean;
328
+ };
329
+ showFiles: {
330
+ type: BooleanConstructor;
331
+ default: boolean;
332
+ };
333
+ }>> & Readonly<{
334
+ onSelectNode?: (...args: any[]) => any;
335
+ }>, {
336
+ currentNode: Record<string, any>;
337
+ showUserHome: boolean;
338
+ showFiles: boolean;
339
+ }, {}, {
340
+ PrimeTabs: DefineComponent<TabsProps, TabsSlots, (e: "update:value", value: string | number) => void>;
341
+ PrimeTabList: DefineComponent<TabListProps, TabListSlots, (e: string, ...args: any[]) => void>;
342
+ PrimeTab: DefineComponent<TabProps, TabSlots, (e: string, ...args: any[]) => void>;
343
+ PrimeTabPanels: DefineComponent<TabPanelsProps, TabPanelsSlots, (e: string, ...args: any[]) => void>;
344
+ PrimeTabPanel: DefineComponent<TabPanelProps, TabPanelSlots, (e: string, ...args: any[]) => void>;
345
+ 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)>;
346
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
347
+ MarkdownConfig: DefineComponent<ExtractPropTypes<{
348
+ config: {
349
+ type: ObjectConstructor;
350
+ required: true;
351
+ };
352
+ }>, {}, {
353
+ localSourceType: string;
354
+ userChangedType: boolean;
355
+ }, {
356
+ markdownContent(): any;
357
+ }, {
358
+ detectMarkdownSourceType(): void;
359
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "open-markdown-editor" | "open-markdown-browser")[], "update:config" | "open-markdown-editor" | "open-markdown-browser", PublicProps, Readonly< ExtractPropTypes<{
360
+ config: {
361
+ type: ObjectConstructor;
362
+ required: true;
363
+ };
364
+ }>> & Readonly<{
365
+ "onUpdate:config"?: (...args: any[]) => any;
366
+ "onOpen-markdown-editor"?: (...args: any[]) => any;
367
+ "onOpen-markdown-browser"?: (...args: any[]) => any;
368
+ }>, {}, {}, {
369
+ PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
370
+ PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
371
+ 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)>;
372
+ FieldLabel: DefineComponent<ExtractPropTypes<{
373
+ label: {
374
+ type: StringConstructor;
375
+ required: true;
376
+ };
377
+ forId: {
378
+ type: StringConstructor;
379
+ default: string;
380
+ };
381
+ help: {
382
+ type: StringConstructor;
383
+ default: string;
384
+ };
385
+ example: {
386
+ type: StringConstructor;
387
+ default: string;
388
+ };
389
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
390
+ label: {
391
+ type: StringConstructor;
392
+ required: true;
393
+ };
394
+ forId: {
395
+ type: StringConstructor;
396
+ default: string;
397
+ };
398
+ help: {
399
+ type: StringConstructor;
400
+ default: string;
401
+ };
402
+ example: {
403
+ type: StringConstructor;
404
+ default: string;
405
+ };
406
+ }>> & Readonly<{}>, {
407
+ help: string;
408
+ example: string;
409
+ forId: string;
410
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
411
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
412
+ ChartConfig: DefineComponent<ExtractPropTypes<{
413
+ config: {
414
+ type: ObjectConstructor;
415
+ required: true;
416
+ };
417
+ chartDataJson: {
418
+ type: StringConstructor;
419
+ default: string;
420
+ };
421
+ }>, {}, {
422
+ chartTypes: string[];
423
+ }, {}, {
424
+ updateChartType(newType: any): void;
425
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "open-json-editor")[], "update:config" | "open-json-editor", PublicProps, Readonly< ExtractPropTypes<{
426
+ config: {
427
+ type: ObjectConstructor;
428
+ required: true;
429
+ };
430
+ chartDataJson: {
431
+ type: StringConstructor;
432
+ default: string;
433
+ };
434
+ }>> & Readonly<{
435
+ "onUpdate:config"?: (...args: any[]) => any;
436
+ "onOpen-json-editor"?: (...args: any[]) => any;
437
+ }>, {
438
+ chartDataJson: string;
439
+ }, {}, {
440
+ 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>;
441
+ PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
442
+ FieldLabel: DefineComponent<ExtractPropTypes<{
443
+ label: {
444
+ type: StringConstructor;
445
+ required: true;
446
+ };
447
+ forId: {
448
+ type: StringConstructor;
449
+ default: string;
450
+ };
451
+ help: {
452
+ type: StringConstructor;
453
+ default: string;
454
+ };
455
+ example: {
456
+ type: StringConstructor;
457
+ default: string;
458
+ };
459
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
460
+ label: {
461
+ type: StringConstructor;
462
+ required: true;
463
+ };
464
+ forId: {
465
+ type: StringConstructor;
466
+ default: string;
467
+ };
468
+ help: {
469
+ type: StringConstructor;
470
+ default: string;
471
+ };
472
+ example: {
473
+ type: StringConstructor;
474
+ default: string;
475
+ };
476
+ }>> & Readonly<{}>, {
477
+ help: string;
478
+ example: string;
479
+ forId: string;
480
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
481
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
482
+ FavoritesConfig: DefineComponent<ExtractPropTypes<{
483
+ config: {
484
+ type: ObjectConstructor;
485
+ required: true;
486
+ };
487
+ }>, {}, {
488
+ sites: any[];
489
+ filteredSites: any[];
490
+ selectedSite: any;
491
+ }, {
492
+ filterOptions(): {
493
+ label: string;
494
+ value: string;
495
+ }[];
496
+ }, {
497
+ loadSites(): void;
498
+ searchSites(event: any): void;
499
+ onSiteSelect(event: any): void;
500
+ onSiteClear(): void;
501
+ updateFilter(value: any): void;
502
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "update:config"[], "update:config", PublicProps, Readonly< ExtractPropTypes<{
503
+ config: {
504
+ type: ObjectConstructor;
505
+ required: true;
506
+ };
507
+ }>> & Readonly<{
508
+ "onUpdate:config"?: (...args: any[]) => any;
509
+ }>, {}, {}, {
510
+ 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>;
511
+ 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)>;
512
+ FieldLabel: DefineComponent<ExtractPropTypes<{
513
+ label: {
514
+ type: StringConstructor;
515
+ required: true;
516
+ };
517
+ forId: {
518
+ type: StringConstructor;
519
+ default: string;
520
+ };
521
+ help: {
522
+ type: StringConstructor;
523
+ default: string;
524
+ };
525
+ example: {
526
+ type: StringConstructor;
527
+ default: string;
528
+ };
529
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
530
+ label: {
531
+ type: StringConstructor;
532
+ required: true;
533
+ };
534
+ forId: {
535
+ type: StringConstructor;
536
+ default: string;
537
+ };
538
+ help: {
539
+ type: StringConstructor;
540
+ default: string;
541
+ };
542
+ example: {
543
+ type: StringConstructor;
544
+ default: string;
545
+ };
546
+ }>> & Readonly<{}>, {
547
+ help: string;
548
+ example: string;
549
+ forId: string;
550
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
551
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
552
+ BookmarksConfig: DefineComponent<ExtractPropTypes<{
553
+ bookmarksJson: {
554
+ type: StringConstructor;
555
+ default: string;
556
+ };
557
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "open-json-editor"[], "open-json-editor", PublicProps, Readonly< ExtractPropTypes<{
558
+ bookmarksJson: {
559
+ type: StringConstructor;
560
+ default: string;
561
+ };
562
+ }>> & Readonly<{
563
+ "onOpen-json-editor"?: (...args: any[]) => any;
564
+ }>, {
565
+ bookmarksJson: string;
566
+ }, {}, {
567
+ PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
568
+ FieldLabel: DefineComponent<ExtractPropTypes<{
569
+ label: {
570
+ type: StringConstructor;
571
+ required: true;
572
+ };
573
+ forId: {
574
+ type: StringConstructor;
575
+ default: string;
576
+ };
577
+ help: {
578
+ type: StringConstructor;
579
+ default: string;
580
+ };
581
+ example: {
582
+ type: StringConstructor;
583
+ default: string;
584
+ };
585
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
586
+ label: {
587
+ type: StringConstructor;
588
+ required: true;
589
+ };
590
+ forId: {
591
+ type: StringConstructor;
592
+ default: string;
593
+ };
594
+ help: {
595
+ type: StringConstructor;
596
+ default: string;
597
+ };
598
+ example: {
599
+ type: StringConstructor;
600
+ default: string;
601
+ };
602
+ }>> & Readonly<{}>, {
603
+ help: string;
604
+ example: string;
605
+ forId: string;
606
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
607
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
608
+ ExternalAppsConfig: DefineComponent<ExtractPropTypes<{
609
+ config: {
610
+ type: ObjectConstructor;
611
+ required: true;
612
+ };
613
+ linksJson: {
614
+ type: StringConstructor;
615
+ default: string;
616
+ };
617
+ }>, {}, {
618
+ links: any[];
619
+ showDialog: boolean;
620
+ showIconPicker: boolean;
621
+ editingIndex: any;
622
+ currentLink: {
623
+ type: string;
624
+ link: string;
625
+ value: string;
626
+ icon: string;
627
+ color: string;
628
+ };
629
+ typeMap: {
630
+ calendar: {
631
+ label: string;
632
+ icon: string;
633
+ };
634
+ chat: {
635
+ label: string;
636
+ icon: string;
637
+ };
638
+ contacts: {
639
+ label: string;
640
+ icon: string;
641
+ };
642
+ docs: {
643
+ label: string;
644
+ icon: string;
645
+ };
646
+ email: {
647
+ label: string;
648
+ icon: string;
649
+ };
650
+ storage: {
651
+ label: string;
652
+ icon: string;
653
+ };
654
+ iam: {
655
+ label: string;
656
+ icon: string;
657
+ };
658
+ notes: {
659
+ label: string;
660
+ icon: string;
661
+ };
662
+ projects: {
663
+ label: string;
664
+ icon: string;
665
+ };
666
+ tasks: {
667
+ label: string;
668
+ icon: string;
669
+ };
670
+ video: {
671
+ label: string;
672
+ icon: string;
673
+ };
674
+ wiki: {
675
+ label: string;
676
+ icon: string;
677
+ };
678
+ other: {
679
+ label: string;
680
+ icon: string;
681
+ };
682
+ };
683
+ }, {
684
+ availableTypes(): {
685
+ value: string;
686
+ label: any;
687
+ icon: any;
688
+ }[];
689
+ }, {
690
+ parseLinksJson(json: any): void;
691
+ updateUseFavicon(value: any): void;
692
+ openAddDialog(): void;
693
+ editLink(index: any): void;
694
+ handleIconSelect(icon: any): void;
695
+ deleteLink(index: any): void;
696
+ saveLink(): void;
697
+ emitLinksUpdate(): void;
698
+ getIconForType(type: any): any;
699
+ getLabelForType(type: any): any;
700
+ getFaviconUrl(link: any): string;
701
+ onFaviconError(event: any): void;
702
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "update:links-json")[], "update:config" | "update:links-json", PublicProps, Readonly< ExtractPropTypes<{
703
+ config: {
704
+ type: ObjectConstructor;
705
+ required: true;
706
+ };
707
+ linksJson: {
708
+ type: StringConstructor;
709
+ default: string;
710
+ };
711
+ }>> & Readonly<{
712
+ "onUpdate:config"?: (...args: any[]) => any;
713
+ "onUpdate:links-json"?: (...args: any[]) => any;
714
+ }>, {
715
+ linksJson: string;
716
+ }, {}, {
717
+ 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)>;
718
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
719
+ 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)>;
720
+ 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>;
721
+ PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
722
+ 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)>;
723
+ FieldLabel: DefineComponent<ExtractPropTypes<{
724
+ label: {
725
+ type: StringConstructor;
726
+ required: true;
727
+ };
728
+ forId: {
729
+ type: StringConstructor;
730
+ default: string;
731
+ };
732
+ help: {
733
+ type: StringConstructor;
734
+ default: string;
735
+ };
736
+ example: {
737
+ type: StringConstructor;
738
+ default: string;
739
+ };
740
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
741
+ label: {
742
+ type: StringConstructor;
743
+ required: true;
744
+ };
745
+ forId: {
746
+ type: StringConstructor;
747
+ default: string;
748
+ };
749
+ help: {
750
+ type: StringConstructor;
751
+ default: string;
752
+ };
753
+ example: {
754
+ type: StringConstructor;
755
+ default: string;
756
+ };
757
+ }>> & Readonly<{}>, {
758
+ help: string;
759
+ example: string;
760
+ forId: string;
761
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
762
+ IconPickerDialog: DefineComponent<ExtractPropTypes<{
763
+ modelValue: {
764
+ type: BooleanConstructor;
765
+ default: boolean;
766
+ };
767
+ currentIcon: {
768
+ type: StringConstructor;
769
+ default: string;
770
+ };
771
+ }>, {}, {
772
+ searchQuery: string;
773
+ selectedIcon: string;
774
+ activeTab: number;
775
+ categories: {
776
+ key: string;
777
+ }[];
778
+ iconsByCategory: {
779
+ system: string[];
780
+ communication: string[];
781
+ media: string[];
782
+ files: string[];
783
+ business: string[];
784
+ user: string[];
785
+ development: string[];
786
+ misc: string[];
787
+ };
788
+ }, {
789
+ filteredIcons(): string[];
790
+ }, {
791
+ selectIcon(icon: any): void;
792
+ confirmSelection(): void;
793
+ getIconsByCategory(categoryKey: any): any;
794
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "select")[], "update:modelValue" | "select", PublicProps, Readonly< ExtractPropTypes<{
795
+ modelValue: {
796
+ type: BooleanConstructor;
797
+ default: boolean;
798
+ };
799
+ currentIcon: {
800
+ type: StringConstructor;
801
+ default: string;
802
+ };
803
+ }>> & Readonly<{
804
+ onSelect?: (...args: any[]) => any;
805
+ "onUpdate:modelValue"?: (...args: any[]) => any;
806
+ }>, {
807
+ modelValue: boolean;
808
+ currentIcon: string;
809
+ }, {}, {
810
+ 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)>;
811
+ PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
812
+ PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
813
+ PrimeTabView: DefineComponent<TabViewProps, TabViewSlots, ((e: "update:activeIndex", index: number) => void) & ((e: "tab-click", event: TabViewClickEvent) => void) & ((e: "tab-change", event: TabViewChangeEvent) => void)>;
814
+ PrimeTabPanel: DefineComponent<TabPanelProps, TabPanelSlots, (e: string, ...args: any[]) => void>;
815
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
816
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
817
+ PdfImageConfig: DefineComponent<ExtractPropTypes<{
818
+ config: {
819
+ type: ObjectConstructor;
820
+ required: true;
821
+ };
822
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "open-file-browser")[], "update:config" | "open-file-browser", PublicProps, Readonly< ExtractPropTypes<{
823
+ config: {
824
+ type: ObjectConstructor;
825
+ required: true;
826
+ };
827
+ }>> & Readonly<{
828
+ "onUpdate:config"?: (...args: any[]) => any;
829
+ "onOpen-file-browser"?: (...args: any[]) => any;
830
+ }>, {}, {}, {
831
+ PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
832
+ FieldLabel: DefineComponent<ExtractPropTypes<{
833
+ label: {
834
+ type: StringConstructor;
835
+ required: true;
836
+ };
837
+ forId: {
838
+ type: StringConstructor;
839
+ default: string;
840
+ };
841
+ help: {
842
+ type: StringConstructor;
843
+ default: string;
844
+ };
845
+ example: {
846
+ type: StringConstructor;
847
+ default: string;
848
+ };
849
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
850
+ label: {
851
+ type: StringConstructor;
852
+ required: true;
853
+ };
854
+ forId: {
855
+ type: StringConstructor;
856
+ default: string;
857
+ };
858
+ help: {
859
+ type: StringConstructor;
860
+ default: string;
861
+ };
862
+ example: {
863
+ type: StringConstructor;
864
+ default: string;
865
+ };
866
+ }>> & Readonly<{}>, {
867
+ help: string;
868
+ example: string;
869
+ forId: string;
870
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
871
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
872
+ NoConfig: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
873
+ }, {
874
+ tooltip: ObjectDirective<any, any, string, any>;
875
+ }, string, ComponentProvideOptions, true, {}, any>;
876
+ export default _default;
877
+ //# sourceMappingURL=BlockConfigEditor.vue.d.ts.map