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