@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 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardAdminPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/dashboard/DashboardAdminPage.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiMA;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAusBI;;;OAGG"}
|
|
@@ -0,0 +1,702 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, PropType, GlobalComponents, GlobalDirectives, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { DataViewProps, DataViewSlots, DataViewPageEvent } from 'primevue/dataview';
|
|
4
|
+
import { IconFieldProps, IconFieldSlots } from 'primevue/iconfield';
|
|
5
|
+
import { InputIconProps, InputIconSlots } from 'primevue/inputicon';
|
|
6
|
+
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
7
|
+
import { PDFDocumentLoadingTask } from 'pdfjs-dist/types/src/display/api';
|
|
8
|
+
import { WatermarkOptions, HighlightOptions, AnnotationEventPayload, HighlightEventPayload, TextLayerLoadedEventPayload } from '@tato30/vue-pdf';
|
|
9
|
+
import { PageViewport } from 'pdfjs-dist/types/src/display/display_utils';
|
|
10
|
+
import { ImageProps, ImageSlots, ImageMethods } from 'primevue/image';
|
|
11
|
+
import { ChartProps, ChartSlots, ChartSelectEvent, ChartMethods } from 'primevue/chart';
|
|
12
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
13
|
+
availableConfigs: {
|
|
14
|
+
type: ArrayConstructor;
|
|
15
|
+
default: () => any[];
|
|
16
|
+
};
|
|
17
|
+
customWidgets: {
|
|
18
|
+
type: ObjectConstructor;
|
|
19
|
+
default: () => {};
|
|
20
|
+
};
|
|
21
|
+
urlResolver: {
|
|
22
|
+
type: FunctionConstructor;
|
|
23
|
+
default: any;
|
|
24
|
+
};
|
|
25
|
+
searchResolver: {
|
|
26
|
+
type: FunctionConstructor;
|
|
27
|
+
default: any;
|
|
28
|
+
};
|
|
29
|
+
}>, {}, {
|
|
30
|
+
selectedConfigKey: any;
|
|
31
|
+
showOverlay: boolean;
|
|
32
|
+
configJson: any;
|
|
33
|
+
}, {
|
|
34
|
+
gridSettings(): any;
|
|
35
|
+
validatedBlocConfig(): any;
|
|
36
|
+
}, {
|
|
37
|
+
getBlockComponent(type: any): any;
|
|
38
|
+
getBlockProps(element: any): any;
|
|
39
|
+
validateBlock(block: any): boolean;
|
|
40
|
+
loadConfig(): void;
|
|
41
|
+
exportDashBoard(): void;
|
|
42
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
43
|
+
availableConfigs: {
|
|
44
|
+
type: ArrayConstructor;
|
|
45
|
+
default: () => any[];
|
|
46
|
+
};
|
|
47
|
+
customWidgets: {
|
|
48
|
+
type: ObjectConstructor;
|
|
49
|
+
default: () => {};
|
|
50
|
+
};
|
|
51
|
+
urlResolver: {
|
|
52
|
+
type: FunctionConstructor;
|
|
53
|
+
default: any;
|
|
54
|
+
};
|
|
55
|
+
searchResolver: {
|
|
56
|
+
type: FunctionConstructor;
|
|
57
|
+
default: any;
|
|
58
|
+
};
|
|
59
|
+
}>> & Readonly<{}>, {
|
|
60
|
+
urlResolver: Function;
|
|
61
|
+
searchResolver: Function;
|
|
62
|
+
availableConfigs: unknown[];
|
|
63
|
+
customWidgets: Record<string, any>;
|
|
64
|
+
}, {}, {
|
|
65
|
+
FavoriteList: DefineComponent<ExtractPropTypes<{
|
|
66
|
+
filter: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
validator: (value: unknown) => boolean;
|
|
70
|
+
};
|
|
71
|
+
siteId: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
urlResolver: {
|
|
76
|
+
type: FunctionConstructor;
|
|
77
|
+
default: any;
|
|
78
|
+
};
|
|
79
|
+
}>, {}, {
|
|
80
|
+
siteTitle: string;
|
|
81
|
+
}, {}, {
|
|
82
|
+
resolveSiteTitle(siteId: any): void;
|
|
83
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
84
|
+
filter: {
|
|
85
|
+
type: StringConstructor;
|
|
86
|
+
default: string;
|
|
87
|
+
validator: (value: unknown) => boolean;
|
|
88
|
+
};
|
|
89
|
+
siteId: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
|
+
urlResolver: {
|
|
94
|
+
type: FunctionConstructor;
|
|
95
|
+
default: any;
|
|
96
|
+
};
|
|
97
|
+
}>> & Readonly<{}>, {
|
|
98
|
+
filter: string;
|
|
99
|
+
siteId: string;
|
|
100
|
+
urlResolver: Function;
|
|
101
|
+
}, {}, {
|
|
102
|
+
FavoriteFileList: DefineComponent<ExtractPropTypes<{
|
|
103
|
+
siteId: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
default: string;
|
|
106
|
+
};
|
|
107
|
+
urlResolver: {
|
|
108
|
+
type: FunctionConstructor;
|
|
109
|
+
default: any;
|
|
110
|
+
};
|
|
111
|
+
}>, {}, {
|
|
112
|
+
favorites: any[];
|
|
113
|
+
}, {
|
|
114
|
+
favoriteFiles(): any[];
|
|
115
|
+
ESPACES_HOST: () => string;
|
|
116
|
+
}, {
|
|
117
|
+
matchesSite(node: any): boolean;
|
|
118
|
+
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";
|
|
119
|
+
navigateTo(file: any): void;
|
|
120
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
121
|
+
siteId: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
default: string;
|
|
124
|
+
};
|
|
125
|
+
urlResolver: {
|
|
126
|
+
type: FunctionConstructor;
|
|
127
|
+
default: any;
|
|
128
|
+
};
|
|
129
|
+
}>> & Readonly<{}>, {
|
|
130
|
+
siteId: string;
|
|
131
|
+
urlResolver: Function;
|
|
132
|
+
}, {}, {}, {
|
|
133
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
134
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
135
|
+
FavoriteFolderList: DefineComponent<ExtractPropTypes<{
|
|
136
|
+
siteId: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
default: string;
|
|
139
|
+
};
|
|
140
|
+
urlResolver: {
|
|
141
|
+
type: FunctionConstructor;
|
|
142
|
+
default: any;
|
|
143
|
+
};
|
|
144
|
+
}>, {}, {
|
|
145
|
+
favorites: any[];
|
|
146
|
+
}, {
|
|
147
|
+
favoriteFolders(): any[];
|
|
148
|
+
ESPACES_HOST: () => string;
|
|
149
|
+
}, {
|
|
150
|
+
matchesSite(node: any): boolean;
|
|
151
|
+
navigateTo(folder: any): void;
|
|
152
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
153
|
+
siteId: {
|
|
154
|
+
type: StringConstructor;
|
|
155
|
+
default: string;
|
|
156
|
+
};
|
|
157
|
+
urlResolver: {
|
|
158
|
+
type: FunctionConstructor;
|
|
159
|
+
default: any;
|
|
160
|
+
};
|
|
161
|
+
}>> & Readonly<{}>, {
|
|
162
|
+
siteId: string;
|
|
163
|
+
urlResolver: Function;
|
|
164
|
+
}, {}, {}, {
|
|
165
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
166
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
167
|
+
FavoriteSiteList: DefineComponent<ExtractPropTypes<{
|
|
168
|
+
urlResolver: {
|
|
169
|
+
type: FunctionConstructor;
|
|
170
|
+
default: any;
|
|
171
|
+
};
|
|
172
|
+
}>, {}, {
|
|
173
|
+
favorites: any[];
|
|
174
|
+
}, {
|
|
175
|
+
favoriteSites(): any[];
|
|
176
|
+
ESPACES_HOST: () => string;
|
|
177
|
+
}, {
|
|
178
|
+
getSite(fav: any): any;
|
|
179
|
+
goToSite(site: any): void;
|
|
180
|
+
getVisibilityLabel(visibility: any): "Public" | "Privé" | "Modéré" | "Inconnu";
|
|
181
|
+
getVisibilitySeverity(visibility: any): "danger" | "success" | "info" | "warning";
|
|
182
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
183
|
+
urlResolver: {
|
|
184
|
+
type: FunctionConstructor;
|
|
185
|
+
default: any;
|
|
186
|
+
};
|
|
187
|
+
}>> & Readonly<{}>, {
|
|
188
|
+
urlResolver: Function;
|
|
189
|
+
}, {}, {}, {
|
|
190
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
191
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
192
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
193
|
+
ActivityHistory: DefineComponent<{}, {}, {
|
|
194
|
+
activities: any;
|
|
195
|
+
visibleRows: number;
|
|
196
|
+
resizeObserver: any;
|
|
197
|
+
}, {
|
|
198
|
+
groupedActivities(): {
|
|
199
|
+
entry: any;
|
|
200
|
+
count: number;
|
|
201
|
+
}[];
|
|
202
|
+
ESPACES_HOST: () => string;
|
|
203
|
+
}, {
|
|
204
|
+
isSameGroup(a: any, b: any): boolean;
|
|
205
|
+
computeVisibleRows(): void;
|
|
206
|
+
reloadData(): void;
|
|
207
|
+
formatDateTime(date: any): string;
|
|
208
|
+
getIcon(type: any): any;
|
|
209
|
+
getUserDisplayName(entry: any): any;
|
|
210
|
+
getObjectUrl(entry: any): string;
|
|
211
|
+
escapeHtml(text: any): string;
|
|
212
|
+
getActivitiesMessages(): {};
|
|
213
|
+
getActivityMessageHtml(entry: any): any;
|
|
214
|
+
getActivity(): Promise<void>;
|
|
215
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
216
|
+
PrimeDataView: DefineComponent<DataViewProps<unknown>, DataViewSlots, ((e: "update:first", value: number) => void) & ((e: "update:rows", value: number) => void) & ((e: "page", event: DataViewPageEvent) => void)>;
|
|
217
|
+
}, {
|
|
218
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
219
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
220
|
+
ExternalApps: DefineComponent<ExtractPropTypes<{
|
|
221
|
+
config: {
|
|
222
|
+
type: ArrayConstructor;
|
|
223
|
+
required: true;
|
|
224
|
+
default: () => any[];
|
|
225
|
+
};
|
|
226
|
+
useFavicon: {
|
|
227
|
+
type: BooleanConstructor;
|
|
228
|
+
default: boolean;
|
|
229
|
+
};
|
|
230
|
+
}>, {}, {}, {
|
|
231
|
+
mappedItems(): any[];
|
|
232
|
+
}, {
|
|
233
|
+
handleClick(item: any): void;
|
|
234
|
+
getFaviconUrl(link: any): string;
|
|
235
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
236
|
+
config: {
|
|
237
|
+
type: ArrayConstructor;
|
|
238
|
+
required: true;
|
|
239
|
+
default: () => any[];
|
|
240
|
+
};
|
|
241
|
+
useFavicon: {
|
|
242
|
+
type: BooleanConstructor;
|
|
243
|
+
default: boolean;
|
|
244
|
+
};
|
|
245
|
+
}>> & Readonly<{}>, {
|
|
246
|
+
config: unknown[];
|
|
247
|
+
useFavicon: boolean;
|
|
248
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
249
|
+
MarkdownComponent: DefineComponent<ExtractPropTypes<{
|
|
250
|
+
id: {
|
|
251
|
+
type: StringConstructor;
|
|
252
|
+
default: any;
|
|
253
|
+
};
|
|
254
|
+
markdownContent: {
|
|
255
|
+
type: StringConstructor;
|
|
256
|
+
default: any;
|
|
257
|
+
};
|
|
258
|
+
}>, {}, {
|
|
259
|
+
uniqueId: string;
|
|
260
|
+
}, {}, {
|
|
261
|
+
loadInlineMarkdown(): void;
|
|
262
|
+
loadSampleMarkDown(): void;
|
|
263
|
+
loadMarkdown(): Promise<void>;
|
|
264
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
265
|
+
id: {
|
|
266
|
+
type: StringConstructor;
|
|
267
|
+
default: any;
|
|
268
|
+
};
|
|
269
|
+
markdownContent: {
|
|
270
|
+
type: StringConstructor;
|
|
271
|
+
default: any;
|
|
272
|
+
};
|
|
273
|
+
}>> & Readonly<{}>, {
|
|
274
|
+
id: string;
|
|
275
|
+
markdownContent: string;
|
|
276
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
277
|
+
BookmarksComponent: DefineComponent<ExtractPropTypes<{
|
|
278
|
+
bookmarks: {
|
|
279
|
+
type: ArrayConstructor;
|
|
280
|
+
default: () => any[];
|
|
281
|
+
};
|
|
282
|
+
urlResolver: {
|
|
283
|
+
type: FunctionConstructor;
|
|
284
|
+
default: any;
|
|
285
|
+
};
|
|
286
|
+
}>, {}, {}, {}, {
|
|
287
|
+
navigateTo(bookmark: any): void;
|
|
288
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
289
|
+
bookmarks: {
|
|
290
|
+
type: ArrayConstructor;
|
|
291
|
+
default: () => any[];
|
|
292
|
+
};
|
|
293
|
+
urlResolver: {
|
|
294
|
+
type: FunctionConstructor;
|
|
295
|
+
default: any;
|
|
296
|
+
};
|
|
297
|
+
}>> & Readonly<{}>, {
|
|
298
|
+
bookmarks: unknown[];
|
|
299
|
+
urlResolver: Function;
|
|
300
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
301
|
+
SearchInput: DefineComponent<ExtractPropTypes<{
|
|
302
|
+
searchResolver: {
|
|
303
|
+
type: FunctionConstructor;
|
|
304
|
+
default: any;
|
|
305
|
+
};
|
|
306
|
+
}>, {}, {
|
|
307
|
+
searchInput: string;
|
|
308
|
+
}, {
|
|
309
|
+
ESPACES_HOST: () => string;
|
|
310
|
+
}, {
|
|
311
|
+
search(): void;
|
|
312
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
313
|
+
searchResolver: {
|
|
314
|
+
type: FunctionConstructor;
|
|
315
|
+
default: any;
|
|
316
|
+
};
|
|
317
|
+
}>> & Readonly<{}>, {
|
|
318
|
+
searchResolver: Function;
|
|
319
|
+
}, {}, {
|
|
320
|
+
PrimeIconField: DefineComponent<IconFieldProps, IconFieldSlots, (e: string, ...args: any[]) => void>;
|
|
321
|
+
PrimeInputIcon: DefineComponent<InputIconProps, InputIconSlots, (e: string, ...args: any[]) => void>;
|
|
322
|
+
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
323
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
324
|
+
DisplayFileInDashboardComponent: DefineComponent<ExtractPropTypes<{
|
|
325
|
+
type: {
|
|
326
|
+
type: StringConstructor;
|
|
327
|
+
default: string;
|
|
328
|
+
};
|
|
329
|
+
id: {
|
|
330
|
+
type: StringConstructor;
|
|
331
|
+
default: string;
|
|
332
|
+
};
|
|
333
|
+
}>, {}, {
|
|
334
|
+
pdf: any;
|
|
335
|
+
pages: number;
|
|
336
|
+
rotation: number;
|
|
337
|
+
scale: number;
|
|
338
|
+
}, {}, {
|
|
339
|
+
loadPDF(): void;
|
|
340
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
341
|
+
type: {
|
|
342
|
+
type: StringConstructor;
|
|
343
|
+
default: string;
|
|
344
|
+
};
|
|
345
|
+
id: {
|
|
346
|
+
type: StringConstructor;
|
|
347
|
+
default: string;
|
|
348
|
+
};
|
|
349
|
+
}>> & Readonly<{}>, {
|
|
350
|
+
id: string;
|
|
351
|
+
type: string;
|
|
352
|
+
}, {}, {
|
|
353
|
+
VuePDF: {
|
|
354
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
355
|
+
page: {
|
|
356
|
+
type: PropType<number>;
|
|
357
|
+
default: number;
|
|
358
|
+
};
|
|
359
|
+
pdf: {
|
|
360
|
+
type: PropType<PDFDocumentLoadingTask>;
|
|
361
|
+
};
|
|
362
|
+
scale: {
|
|
363
|
+
type: PropType<number>;
|
|
364
|
+
default: number;
|
|
365
|
+
};
|
|
366
|
+
rotation: {
|
|
367
|
+
type: PropType<number>;
|
|
368
|
+
};
|
|
369
|
+
fitParent: {
|
|
370
|
+
type: PropType<boolean>;
|
|
371
|
+
};
|
|
372
|
+
width: {
|
|
373
|
+
type: PropType<number>;
|
|
374
|
+
};
|
|
375
|
+
height: {
|
|
376
|
+
type: PropType<number>;
|
|
377
|
+
};
|
|
378
|
+
textLayer: {
|
|
379
|
+
type: PropType<boolean>;
|
|
380
|
+
};
|
|
381
|
+
autoDestroy: {
|
|
382
|
+
type: PropType<boolean>;
|
|
383
|
+
default: boolean;
|
|
384
|
+
};
|
|
385
|
+
imageResourcesPath: {
|
|
386
|
+
type: PropType<string>;
|
|
387
|
+
};
|
|
388
|
+
hideForms: {
|
|
389
|
+
type: PropType<boolean>;
|
|
390
|
+
};
|
|
391
|
+
intent: {
|
|
392
|
+
type: PropType<string>;
|
|
393
|
+
default: string;
|
|
394
|
+
};
|
|
395
|
+
annotationLayer: {
|
|
396
|
+
type: PropType<boolean>;
|
|
397
|
+
};
|
|
398
|
+
annotationsFilter: {
|
|
399
|
+
type: PropType<string[]>;
|
|
400
|
+
};
|
|
401
|
+
annotationsMap: {
|
|
402
|
+
type: PropType<object>;
|
|
403
|
+
};
|
|
404
|
+
watermarkText: {
|
|
405
|
+
type: PropType<string>;
|
|
406
|
+
};
|
|
407
|
+
watermarkOptions: {
|
|
408
|
+
type: PropType<WatermarkOptions>;
|
|
409
|
+
};
|
|
410
|
+
highlightText: {
|
|
411
|
+
type: PropType<string | string[]>;
|
|
412
|
+
};
|
|
413
|
+
highlightOptions: {
|
|
414
|
+
type: PropType<HighlightOptions>;
|
|
415
|
+
};
|
|
416
|
+
highlightPages: {
|
|
417
|
+
type: PropType<number[]>;
|
|
418
|
+
};
|
|
419
|
+
}>> & Readonly<{
|
|
420
|
+
onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
|
|
421
|
+
onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
|
|
422
|
+
onHighlight?: ((payload: HighlightEventPayload) => any) | undefined;
|
|
423
|
+
onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
|
|
424
|
+
onXfaLoaded?: (() => any) | undefined;
|
|
425
|
+
onLoaded?: ((payload: PageViewport) => any) | undefined;
|
|
426
|
+
}>, {
|
|
427
|
+
reload: () => void;
|
|
428
|
+
cancel: () => void;
|
|
429
|
+
destroy: () => void;
|
|
430
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
431
|
+
annotation: (payload: AnnotationEventPayload) => void;
|
|
432
|
+
highlight: (payload: HighlightEventPayload) => void;
|
|
433
|
+
loaded: (payload: PageViewport) => void;
|
|
434
|
+
textLoaded: (payload: TextLayerLoadedEventPayload) => void;
|
|
435
|
+
annotationLoaded: (payload: any[]) => void;
|
|
436
|
+
xfaLoaded: () => void;
|
|
437
|
+
}, PublicProps, {
|
|
438
|
+
page: number;
|
|
439
|
+
intent: string;
|
|
440
|
+
scale: number;
|
|
441
|
+
autoDestroy: boolean;
|
|
442
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
443
|
+
P: {};
|
|
444
|
+
B: {};
|
|
445
|
+
D: {};
|
|
446
|
+
C: {};
|
|
447
|
+
M: {};
|
|
448
|
+
Defaults: {};
|
|
449
|
+
}, Readonly< ExtractPropTypes<{
|
|
450
|
+
page: {
|
|
451
|
+
type: PropType<number>;
|
|
452
|
+
default: number;
|
|
453
|
+
};
|
|
454
|
+
pdf: {
|
|
455
|
+
type: PropType<PDFDocumentLoadingTask>;
|
|
456
|
+
};
|
|
457
|
+
scale: {
|
|
458
|
+
type: PropType<number>;
|
|
459
|
+
default: number;
|
|
460
|
+
};
|
|
461
|
+
rotation: {
|
|
462
|
+
type: PropType<number>;
|
|
463
|
+
};
|
|
464
|
+
fitParent: {
|
|
465
|
+
type: PropType<boolean>;
|
|
466
|
+
};
|
|
467
|
+
width: {
|
|
468
|
+
type: PropType<number>;
|
|
469
|
+
};
|
|
470
|
+
height: {
|
|
471
|
+
type: PropType<number>;
|
|
472
|
+
};
|
|
473
|
+
textLayer: {
|
|
474
|
+
type: PropType<boolean>;
|
|
475
|
+
};
|
|
476
|
+
autoDestroy: {
|
|
477
|
+
type: PropType<boolean>;
|
|
478
|
+
default: boolean;
|
|
479
|
+
};
|
|
480
|
+
imageResourcesPath: {
|
|
481
|
+
type: PropType<string>;
|
|
482
|
+
};
|
|
483
|
+
hideForms: {
|
|
484
|
+
type: PropType<boolean>;
|
|
485
|
+
};
|
|
486
|
+
intent: {
|
|
487
|
+
type: PropType<string>;
|
|
488
|
+
default: string;
|
|
489
|
+
};
|
|
490
|
+
annotationLayer: {
|
|
491
|
+
type: PropType<boolean>;
|
|
492
|
+
};
|
|
493
|
+
annotationsFilter: {
|
|
494
|
+
type: PropType<string[]>;
|
|
495
|
+
};
|
|
496
|
+
annotationsMap: {
|
|
497
|
+
type: PropType<object>;
|
|
498
|
+
};
|
|
499
|
+
watermarkText: {
|
|
500
|
+
type: PropType<string>;
|
|
501
|
+
};
|
|
502
|
+
watermarkOptions: {
|
|
503
|
+
type: PropType<WatermarkOptions>;
|
|
504
|
+
};
|
|
505
|
+
highlightText: {
|
|
506
|
+
type: PropType<string | string[]>;
|
|
507
|
+
};
|
|
508
|
+
highlightOptions: {
|
|
509
|
+
type: PropType<HighlightOptions>;
|
|
510
|
+
};
|
|
511
|
+
highlightPages: {
|
|
512
|
+
type: PropType<number[]>;
|
|
513
|
+
};
|
|
514
|
+
}>> & Readonly<{
|
|
515
|
+
onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
|
|
516
|
+
onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
|
|
517
|
+
onHighlight?: ((payload: HighlightEventPayload) => any) | undefined;
|
|
518
|
+
onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
|
|
519
|
+
onXfaLoaded?: (() => any) | undefined;
|
|
520
|
+
onLoaded?: ((payload: PageViewport) => any) | undefined;
|
|
521
|
+
}>, {
|
|
522
|
+
reload: () => void;
|
|
523
|
+
cancel: () => void;
|
|
524
|
+
destroy: () => void;
|
|
525
|
+
}, {}, {}, {}, {
|
|
526
|
+
page: number;
|
|
527
|
+
intent: string;
|
|
528
|
+
scale: number;
|
|
529
|
+
autoDestroy: boolean;
|
|
530
|
+
}>;
|
|
531
|
+
__isFragment?: never;
|
|
532
|
+
__isTeleport?: never;
|
|
533
|
+
__isSuspense?: never;
|
|
534
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
535
|
+
page: {
|
|
536
|
+
type: PropType<number>;
|
|
537
|
+
default: number;
|
|
538
|
+
};
|
|
539
|
+
pdf: {
|
|
540
|
+
type: PropType<PDFDocumentLoadingTask>;
|
|
541
|
+
};
|
|
542
|
+
scale: {
|
|
543
|
+
type: PropType<number>;
|
|
544
|
+
default: number;
|
|
545
|
+
};
|
|
546
|
+
rotation: {
|
|
547
|
+
type: PropType<number>;
|
|
548
|
+
};
|
|
549
|
+
fitParent: {
|
|
550
|
+
type: PropType<boolean>;
|
|
551
|
+
};
|
|
552
|
+
width: {
|
|
553
|
+
type: PropType<number>;
|
|
554
|
+
};
|
|
555
|
+
height: {
|
|
556
|
+
type: PropType<number>;
|
|
557
|
+
};
|
|
558
|
+
textLayer: {
|
|
559
|
+
type: PropType<boolean>;
|
|
560
|
+
};
|
|
561
|
+
autoDestroy: {
|
|
562
|
+
type: PropType<boolean>;
|
|
563
|
+
default: boolean;
|
|
564
|
+
};
|
|
565
|
+
imageResourcesPath: {
|
|
566
|
+
type: PropType<string>;
|
|
567
|
+
};
|
|
568
|
+
hideForms: {
|
|
569
|
+
type: PropType<boolean>;
|
|
570
|
+
};
|
|
571
|
+
intent: {
|
|
572
|
+
type: PropType<string>;
|
|
573
|
+
default: string;
|
|
574
|
+
};
|
|
575
|
+
annotationLayer: {
|
|
576
|
+
type: PropType<boolean>;
|
|
577
|
+
};
|
|
578
|
+
annotationsFilter: {
|
|
579
|
+
type: PropType<string[]>;
|
|
580
|
+
};
|
|
581
|
+
annotationsMap: {
|
|
582
|
+
type: PropType<object>;
|
|
583
|
+
};
|
|
584
|
+
watermarkText: {
|
|
585
|
+
type: PropType<string>;
|
|
586
|
+
};
|
|
587
|
+
watermarkOptions: {
|
|
588
|
+
type: PropType<WatermarkOptions>;
|
|
589
|
+
};
|
|
590
|
+
highlightText: {
|
|
591
|
+
type: PropType<string | string[]>;
|
|
592
|
+
};
|
|
593
|
+
highlightOptions: {
|
|
594
|
+
type: PropType<HighlightOptions>;
|
|
595
|
+
};
|
|
596
|
+
highlightPages: {
|
|
597
|
+
type: PropType<number[]>;
|
|
598
|
+
};
|
|
599
|
+
}>> & Readonly<{
|
|
600
|
+
onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
|
|
601
|
+
onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
|
|
602
|
+
onHighlight?: ((payload: HighlightEventPayload) => any) | undefined;
|
|
603
|
+
onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
|
|
604
|
+
onXfaLoaded?: (() => any) | undefined;
|
|
605
|
+
onLoaded?: ((payload: PageViewport) => any) | undefined;
|
|
606
|
+
}>, {
|
|
607
|
+
reload: () => void;
|
|
608
|
+
cancel: () => void;
|
|
609
|
+
destroy: () => void;
|
|
610
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
611
|
+
annotation: (payload: AnnotationEventPayload) => void;
|
|
612
|
+
highlight: (payload: HighlightEventPayload) => void;
|
|
613
|
+
loaded: (payload: PageViewport) => void;
|
|
614
|
+
textLoaded: (payload: TextLayerLoadedEventPayload) => void;
|
|
615
|
+
annotationLoaded: (payload: any[]) => void;
|
|
616
|
+
xfaLoaded: () => void;
|
|
617
|
+
}, string, {
|
|
618
|
+
page: number;
|
|
619
|
+
intent: string;
|
|
620
|
+
scale: number;
|
|
621
|
+
autoDestroy: boolean;
|
|
622
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
623
|
+
$slots: {
|
|
624
|
+
default?(_: {}): any;
|
|
625
|
+
overlay?(_: {
|
|
626
|
+
width: number | undefined;
|
|
627
|
+
height: number | undefined;
|
|
628
|
+
}): any;
|
|
629
|
+
};
|
|
630
|
+
});
|
|
631
|
+
OnlyImageDisplayed: DefineComponent<ExtractPropTypes<{
|
|
632
|
+
id: {
|
|
633
|
+
type: StringConstructor;
|
|
634
|
+
default: string;
|
|
635
|
+
};
|
|
636
|
+
}>, {}, {
|
|
637
|
+
contentUrl: any;
|
|
638
|
+
}, {
|
|
639
|
+
hasContentUrl(): boolean;
|
|
640
|
+
}, {
|
|
641
|
+
loadImage(): void;
|
|
642
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
643
|
+
id: {
|
|
644
|
+
type: StringConstructor;
|
|
645
|
+
default: string;
|
|
646
|
+
};
|
|
647
|
+
}>> & Readonly<{}>, {
|
|
648
|
+
id: string;
|
|
649
|
+
}, {}, {
|
|
650
|
+
PrimeImage: DefineComponent<ImageProps, ImageSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "error") => void), ImageMethods>;
|
|
651
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
652
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
653
|
+
ChartWrapper: DefineComponent<ExtractPropTypes<{
|
|
654
|
+
type: {
|
|
655
|
+
type: StringConstructor;
|
|
656
|
+
required: true;
|
|
657
|
+
};
|
|
658
|
+
data: {
|
|
659
|
+
type: ObjectConstructor;
|
|
660
|
+
required: true;
|
|
661
|
+
};
|
|
662
|
+
options: {
|
|
663
|
+
type: ObjectConstructor;
|
|
664
|
+
default: () => {};
|
|
665
|
+
};
|
|
666
|
+
}>, {}, {}, {
|
|
667
|
+
textColor(): string;
|
|
668
|
+
mergedOptions(): {
|
|
669
|
+
plugins: any;
|
|
670
|
+
};
|
|
671
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
672
|
+
type: {
|
|
673
|
+
type: StringConstructor;
|
|
674
|
+
required: true;
|
|
675
|
+
};
|
|
676
|
+
data: {
|
|
677
|
+
type: ObjectConstructor;
|
|
678
|
+
required: true;
|
|
679
|
+
};
|
|
680
|
+
options: {
|
|
681
|
+
type: ObjectConstructor;
|
|
682
|
+
default: () => {};
|
|
683
|
+
};
|
|
684
|
+
}>> & Readonly<{}>, {
|
|
685
|
+
options: Record<string, any>;
|
|
686
|
+
}, {}, {
|
|
687
|
+
PrimeChart: DefineComponent<ChartProps, ChartSlots, ((e: "loaded", chart: any) => void) & ((e: "select", event: ChartSelectEvent) => void), ChartMethods>;
|
|
688
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
689
|
+
UnknownBlockType: DefineComponent<ExtractPropTypes<{
|
|
690
|
+
type: {
|
|
691
|
+
type: StringConstructor;
|
|
692
|
+
required: true;
|
|
693
|
+
};
|
|
694
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
695
|
+
type: {
|
|
696
|
+
type: StringConstructor;
|
|
697
|
+
required: true;
|
|
698
|
+
};
|
|
699
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
700
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
701
|
+
export default _default;
|
|
702
|
+
//# sourceMappingURL=DashboardComponent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardComponent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/dashboard/DashboardComponent.vue"],"names":[],"mappings":";;;;;;;;;;;AAyEA;"}
|