@pristy/pristy-libvue 2.9.0 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 -33098
- 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/IconPickerDialog.vue.d.ts +63 -0
- package/dist/src/components/IconPickerDialog.vue.d.ts.map +1 -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 -2551
- 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 -2551
- 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/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/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 +554 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +10 -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/stores/config.d.ts +12 -3
- package/dist/src/stores/config.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
bookmarks: {
|
|
4
|
+
type: ArrayConstructor;
|
|
5
|
+
default: () => any[];
|
|
6
|
+
};
|
|
7
|
+
urlResolver: {
|
|
8
|
+
type: FunctionConstructor;
|
|
9
|
+
default: any;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {
|
|
12
|
+
navigateTo(bookmark: any): void;
|
|
13
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
14
|
+
bookmarks: {
|
|
15
|
+
type: ArrayConstructor;
|
|
16
|
+
default: () => any[];
|
|
17
|
+
};
|
|
18
|
+
urlResolver: {
|
|
19
|
+
type: FunctionConstructor;
|
|
20
|
+
default: any;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
|
+
bookmarks: unknown[];
|
|
24
|
+
urlResolver: Function;
|
|
25
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
27
|
+
//# sourceMappingURL=BookmarksComponent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookmarksComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/BookmarksComponent.vue"],"names":[],"mappings":";AAuCA;"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { ChartProps, ChartSlots, ChartSelectEvent, ChartMethods } from 'primevue/chart';
|
|
4
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
5
|
+
type: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
data: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
options: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
default: () => {};
|
|
16
|
+
};
|
|
17
|
+
}>, {}, {}, {
|
|
18
|
+
textColor(): string;
|
|
19
|
+
mergedOptions(): {
|
|
20
|
+
plugins: any;
|
|
21
|
+
};
|
|
22
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
23
|
+
type: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
data: {
|
|
28
|
+
type: ObjectConstructor;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
options: {
|
|
32
|
+
type: ObjectConstructor;
|
|
33
|
+
default: () => {};
|
|
34
|
+
};
|
|
35
|
+
}>> & Readonly<{}>, {
|
|
36
|
+
options: Record<string, any>;
|
|
37
|
+
}, {}, {
|
|
38
|
+
PrimeChart: DefineComponent<ChartProps, ChartSlots, ((e: "loaded", chart: any) => void) & ((e: "select", event: ChartSelectEvent) => void), ChartMethods>;
|
|
39
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
40
|
+
export default _default;
|
|
41
|
+
//# sourceMappingURL=ChartWrapper.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/ChartWrapper.vue"],"names":[],"mappings":";;;AA0BA;"}
|
|
@@ -0,0 +1,337 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, CreateComponentPublicInstanceWithMixins, PropType, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
2
|
+
import { PDFDocumentLoadingTask } from 'pdfjs-dist/types/src/display/api';
|
|
3
|
+
import { WatermarkOptions, HighlightOptions, AnnotationEventPayload, HighlightEventPayload, TextLayerLoadedEventPayload } from '@tato30/vue-pdf';
|
|
4
|
+
import { PageViewport } from 'pdfjs-dist/types/src/display/display_utils';
|
|
5
|
+
import { DefineComponent } from '@primevue/core';
|
|
6
|
+
import { ImageProps, ImageSlots, ImageMethods } from 'primevue/image';
|
|
7
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
8
|
+
type: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
id: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
}>, {}, {
|
|
17
|
+
pdf: any;
|
|
18
|
+
pages: number;
|
|
19
|
+
rotation: number;
|
|
20
|
+
scale: number;
|
|
21
|
+
}, {}, {
|
|
22
|
+
loadPDF(): void;
|
|
23
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
24
|
+
type: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
id: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
}>> & Readonly<{}>, {
|
|
33
|
+
id: string;
|
|
34
|
+
type: string;
|
|
35
|
+
}, {}, {
|
|
36
|
+
VuePDF: {
|
|
37
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
38
|
+
page: {
|
|
39
|
+
type: PropType<number>;
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
42
|
+
pdf: {
|
|
43
|
+
type: PropType<PDFDocumentLoadingTask>;
|
|
44
|
+
};
|
|
45
|
+
scale: {
|
|
46
|
+
type: PropType<number>;
|
|
47
|
+
default: number;
|
|
48
|
+
};
|
|
49
|
+
rotation: {
|
|
50
|
+
type: PropType<number>;
|
|
51
|
+
};
|
|
52
|
+
fitParent: {
|
|
53
|
+
type: PropType<boolean>;
|
|
54
|
+
};
|
|
55
|
+
width: {
|
|
56
|
+
type: PropType<number>;
|
|
57
|
+
};
|
|
58
|
+
height: {
|
|
59
|
+
type: PropType<number>;
|
|
60
|
+
};
|
|
61
|
+
textLayer: {
|
|
62
|
+
type: PropType<boolean>;
|
|
63
|
+
};
|
|
64
|
+
autoDestroy: {
|
|
65
|
+
type: PropType<boolean>;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
imageResourcesPath: {
|
|
69
|
+
type: PropType<string>;
|
|
70
|
+
};
|
|
71
|
+
hideForms: {
|
|
72
|
+
type: PropType<boolean>;
|
|
73
|
+
};
|
|
74
|
+
intent: {
|
|
75
|
+
type: PropType<string>;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
annotationLayer: {
|
|
79
|
+
type: PropType<boolean>;
|
|
80
|
+
};
|
|
81
|
+
annotationsFilter: {
|
|
82
|
+
type: PropType<string[]>;
|
|
83
|
+
};
|
|
84
|
+
annotationsMap: {
|
|
85
|
+
type: PropType<object>;
|
|
86
|
+
};
|
|
87
|
+
watermarkText: {
|
|
88
|
+
type: PropType<string>;
|
|
89
|
+
};
|
|
90
|
+
watermarkOptions: {
|
|
91
|
+
type: PropType<WatermarkOptions>;
|
|
92
|
+
};
|
|
93
|
+
highlightText: {
|
|
94
|
+
type: PropType<string | string[]>;
|
|
95
|
+
};
|
|
96
|
+
highlightOptions: {
|
|
97
|
+
type: PropType<HighlightOptions>;
|
|
98
|
+
};
|
|
99
|
+
highlightPages: {
|
|
100
|
+
type: PropType<number[]>;
|
|
101
|
+
};
|
|
102
|
+
}>> & Readonly<{
|
|
103
|
+
onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
|
|
104
|
+
onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
|
|
105
|
+
onHighlight?: ((payload: HighlightEventPayload) => any) | undefined;
|
|
106
|
+
onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
|
|
107
|
+
onXfaLoaded?: (() => any) | undefined;
|
|
108
|
+
onLoaded?: ((payload: PageViewport) => any) | undefined;
|
|
109
|
+
}>, {
|
|
110
|
+
reload: () => void;
|
|
111
|
+
cancel: () => void;
|
|
112
|
+
destroy: () => void;
|
|
113
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
114
|
+
annotation: (payload: AnnotationEventPayload) => void;
|
|
115
|
+
highlight: (payload: HighlightEventPayload) => void;
|
|
116
|
+
loaded: (payload: PageViewport) => void;
|
|
117
|
+
textLoaded: (payload: TextLayerLoadedEventPayload) => void;
|
|
118
|
+
annotationLoaded: (payload: any[]) => void;
|
|
119
|
+
xfaLoaded: () => void;
|
|
120
|
+
}, PublicProps, {
|
|
121
|
+
page: number;
|
|
122
|
+
intent: string;
|
|
123
|
+
scale: number;
|
|
124
|
+
autoDestroy: boolean;
|
|
125
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
126
|
+
P: {};
|
|
127
|
+
B: {};
|
|
128
|
+
D: {};
|
|
129
|
+
C: {};
|
|
130
|
+
M: {};
|
|
131
|
+
Defaults: {};
|
|
132
|
+
}, Readonly< ExtractPropTypes<{
|
|
133
|
+
page: {
|
|
134
|
+
type: PropType<number>;
|
|
135
|
+
default: number;
|
|
136
|
+
};
|
|
137
|
+
pdf: {
|
|
138
|
+
type: PropType<PDFDocumentLoadingTask>;
|
|
139
|
+
};
|
|
140
|
+
scale: {
|
|
141
|
+
type: PropType<number>;
|
|
142
|
+
default: number;
|
|
143
|
+
};
|
|
144
|
+
rotation: {
|
|
145
|
+
type: PropType<number>;
|
|
146
|
+
};
|
|
147
|
+
fitParent: {
|
|
148
|
+
type: PropType<boolean>;
|
|
149
|
+
};
|
|
150
|
+
width: {
|
|
151
|
+
type: PropType<number>;
|
|
152
|
+
};
|
|
153
|
+
height: {
|
|
154
|
+
type: PropType<number>;
|
|
155
|
+
};
|
|
156
|
+
textLayer: {
|
|
157
|
+
type: PropType<boolean>;
|
|
158
|
+
};
|
|
159
|
+
autoDestroy: {
|
|
160
|
+
type: PropType<boolean>;
|
|
161
|
+
default: boolean;
|
|
162
|
+
};
|
|
163
|
+
imageResourcesPath: {
|
|
164
|
+
type: PropType<string>;
|
|
165
|
+
};
|
|
166
|
+
hideForms: {
|
|
167
|
+
type: PropType<boolean>;
|
|
168
|
+
};
|
|
169
|
+
intent: {
|
|
170
|
+
type: PropType<string>;
|
|
171
|
+
default: string;
|
|
172
|
+
};
|
|
173
|
+
annotationLayer: {
|
|
174
|
+
type: PropType<boolean>;
|
|
175
|
+
};
|
|
176
|
+
annotationsFilter: {
|
|
177
|
+
type: PropType<string[]>;
|
|
178
|
+
};
|
|
179
|
+
annotationsMap: {
|
|
180
|
+
type: PropType<object>;
|
|
181
|
+
};
|
|
182
|
+
watermarkText: {
|
|
183
|
+
type: PropType<string>;
|
|
184
|
+
};
|
|
185
|
+
watermarkOptions: {
|
|
186
|
+
type: PropType<WatermarkOptions>;
|
|
187
|
+
};
|
|
188
|
+
highlightText: {
|
|
189
|
+
type: PropType<string | string[]>;
|
|
190
|
+
};
|
|
191
|
+
highlightOptions: {
|
|
192
|
+
type: PropType<HighlightOptions>;
|
|
193
|
+
};
|
|
194
|
+
highlightPages: {
|
|
195
|
+
type: PropType<number[]>;
|
|
196
|
+
};
|
|
197
|
+
}>> & Readonly<{
|
|
198
|
+
onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
|
|
199
|
+
onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
|
|
200
|
+
onHighlight?: ((payload: HighlightEventPayload) => any) | undefined;
|
|
201
|
+
onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
|
|
202
|
+
onXfaLoaded?: (() => any) | undefined;
|
|
203
|
+
onLoaded?: ((payload: PageViewport) => any) | undefined;
|
|
204
|
+
}>, {
|
|
205
|
+
reload: () => void;
|
|
206
|
+
cancel: () => void;
|
|
207
|
+
destroy: () => void;
|
|
208
|
+
}, {}, {}, {}, {
|
|
209
|
+
page: number;
|
|
210
|
+
intent: string;
|
|
211
|
+
scale: number;
|
|
212
|
+
autoDestroy: boolean;
|
|
213
|
+
}>;
|
|
214
|
+
__isFragment?: never;
|
|
215
|
+
__isTeleport?: never;
|
|
216
|
+
__isSuspense?: never;
|
|
217
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
218
|
+
page: {
|
|
219
|
+
type: PropType<number>;
|
|
220
|
+
default: number;
|
|
221
|
+
};
|
|
222
|
+
pdf: {
|
|
223
|
+
type: PropType<PDFDocumentLoadingTask>;
|
|
224
|
+
};
|
|
225
|
+
scale: {
|
|
226
|
+
type: PropType<number>;
|
|
227
|
+
default: number;
|
|
228
|
+
};
|
|
229
|
+
rotation: {
|
|
230
|
+
type: PropType<number>;
|
|
231
|
+
};
|
|
232
|
+
fitParent: {
|
|
233
|
+
type: PropType<boolean>;
|
|
234
|
+
};
|
|
235
|
+
width: {
|
|
236
|
+
type: PropType<number>;
|
|
237
|
+
};
|
|
238
|
+
height: {
|
|
239
|
+
type: PropType<number>;
|
|
240
|
+
};
|
|
241
|
+
textLayer: {
|
|
242
|
+
type: PropType<boolean>;
|
|
243
|
+
};
|
|
244
|
+
autoDestroy: {
|
|
245
|
+
type: PropType<boolean>;
|
|
246
|
+
default: boolean;
|
|
247
|
+
};
|
|
248
|
+
imageResourcesPath: {
|
|
249
|
+
type: PropType<string>;
|
|
250
|
+
};
|
|
251
|
+
hideForms: {
|
|
252
|
+
type: PropType<boolean>;
|
|
253
|
+
};
|
|
254
|
+
intent: {
|
|
255
|
+
type: PropType<string>;
|
|
256
|
+
default: string;
|
|
257
|
+
};
|
|
258
|
+
annotationLayer: {
|
|
259
|
+
type: PropType<boolean>;
|
|
260
|
+
};
|
|
261
|
+
annotationsFilter: {
|
|
262
|
+
type: PropType<string[]>;
|
|
263
|
+
};
|
|
264
|
+
annotationsMap: {
|
|
265
|
+
type: PropType<object>;
|
|
266
|
+
};
|
|
267
|
+
watermarkText: {
|
|
268
|
+
type: PropType<string>;
|
|
269
|
+
};
|
|
270
|
+
watermarkOptions: {
|
|
271
|
+
type: PropType<WatermarkOptions>;
|
|
272
|
+
};
|
|
273
|
+
highlightText: {
|
|
274
|
+
type: PropType<string | string[]>;
|
|
275
|
+
};
|
|
276
|
+
highlightOptions: {
|
|
277
|
+
type: PropType<HighlightOptions>;
|
|
278
|
+
};
|
|
279
|
+
highlightPages: {
|
|
280
|
+
type: PropType<number[]>;
|
|
281
|
+
};
|
|
282
|
+
}>> & Readonly<{
|
|
283
|
+
onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
|
|
284
|
+
onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
|
|
285
|
+
onHighlight?: ((payload: HighlightEventPayload) => any) | undefined;
|
|
286
|
+
onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
|
|
287
|
+
onXfaLoaded?: (() => any) | undefined;
|
|
288
|
+
onLoaded?: ((payload: PageViewport) => any) | undefined;
|
|
289
|
+
}>, {
|
|
290
|
+
reload: () => void;
|
|
291
|
+
cancel: () => void;
|
|
292
|
+
destroy: () => void;
|
|
293
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
294
|
+
annotation: (payload: AnnotationEventPayload) => void;
|
|
295
|
+
highlight: (payload: HighlightEventPayload) => void;
|
|
296
|
+
loaded: (payload: PageViewport) => void;
|
|
297
|
+
textLoaded: (payload: TextLayerLoadedEventPayload) => void;
|
|
298
|
+
annotationLoaded: (payload: any[]) => void;
|
|
299
|
+
xfaLoaded: () => void;
|
|
300
|
+
}, string, {
|
|
301
|
+
page: number;
|
|
302
|
+
intent: string;
|
|
303
|
+
scale: number;
|
|
304
|
+
autoDestroy: boolean;
|
|
305
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
306
|
+
$slots: {
|
|
307
|
+
default?(_: {}): any;
|
|
308
|
+
overlay?(_: {
|
|
309
|
+
width: number | undefined;
|
|
310
|
+
height: number | undefined;
|
|
311
|
+
}): any;
|
|
312
|
+
};
|
|
313
|
+
});
|
|
314
|
+
OnlyImageDisplayed: DefineComponent<ExtractPropTypes<{
|
|
315
|
+
id: {
|
|
316
|
+
type: StringConstructor;
|
|
317
|
+
default: string;
|
|
318
|
+
};
|
|
319
|
+
}>, {}, {
|
|
320
|
+
contentUrl: any;
|
|
321
|
+
}, {
|
|
322
|
+
hasContentUrl(): boolean;
|
|
323
|
+
}, {
|
|
324
|
+
loadImage(): void;
|
|
325
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
326
|
+
id: {
|
|
327
|
+
type: StringConstructor;
|
|
328
|
+
default: string;
|
|
329
|
+
};
|
|
330
|
+
}>> & Readonly<{}>, {
|
|
331
|
+
id: string;
|
|
332
|
+
}, {}, {
|
|
333
|
+
PrimeImage: DefineComponent<ImageProps, ImageSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "error") => void), ImageMethods>;
|
|
334
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
335
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
336
|
+
export default _default;
|
|
337
|
+
//# sourceMappingURL=DisplayFileInDashboardComponent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DisplayFileInDashboardComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/DisplayFileInDashboardComponent.vue"],"names":[],"mappings":";;;;;;AA+BA;"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
config: {
|
|
4
|
+
type: ArrayConstructor;
|
|
5
|
+
required: true;
|
|
6
|
+
default: () => any[];
|
|
7
|
+
};
|
|
8
|
+
useFavicon: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {
|
|
13
|
+
mappedItems(): any[];
|
|
14
|
+
}, {
|
|
15
|
+
handleClick(item: any): void;
|
|
16
|
+
getFaviconUrl(link: any): string;
|
|
17
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
18
|
+
config: {
|
|
19
|
+
type: ArrayConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
default: () => any[];
|
|
22
|
+
};
|
|
23
|
+
useFavicon: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
28
|
+
config: unknown[];
|
|
29
|
+
useFavicon: boolean;
|
|
30
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
export default _default;
|
|
32
|
+
//# sourceMappingURL=ExternalApps.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalApps.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/ExternalApps.vue"],"names":[],"mappings":";AA+CA;"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
siteId: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
urlResolver: {
|
|
8
|
+
type: FunctionConstructor;
|
|
9
|
+
default: any;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {
|
|
12
|
+
favorites: any[];
|
|
13
|
+
}, {
|
|
14
|
+
favoriteFiles(): any[];
|
|
15
|
+
ESPACES_HOST: () => string;
|
|
16
|
+
}, {
|
|
17
|
+
matchesSite(node: any): boolean;
|
|
18
|
+
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";
|
|
19
|
+
navigateTo(file: any): void;
|
|
20
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
21
|
+
siteId: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
urlResolver: {
|
|
26
|
+
type: FunctionConstructor;
|
|
27
|
+
default: any;
|
|
28
|
+
};
|
|
29
|
+
}>> & Readonly<{}>, {
|
|
30
|
+
siteId: string;
|
|
31
|
+
urlResolver: Function;
|
|
32
|
+
}, {}, {}, {
|
|
33
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
34
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
35
|
+
export default _default;
|
|
36
|
+
//# sourceMappingURL=FavoriteFileList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FavoriteFileList.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/FavoriteFileList.vue"],"names":[],"mappings":";AAgDA;"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
siteId: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
urlResolver: {
|
|
8
|
+
type: FunctionConstructor;
|
|
9
|
+
default: any;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {
|
|
12
|
+
favorites: any[];
|
|
13
|
+
}, {
|
|
14
|
+
favoriteFolders(): any[];
|
|
15
|
+
ESPACES_HOST: () => string;
|
|
16
|
+
}, {
|
|
17
|
+
matchesSite(node: any): boolean;
|
|
18
|
+
navigateTo(folder: any): void;
|
|
19
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
20
|
+
siteId: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
urlResolver: {
|
|
25
|
+
type: FunctionConstructor;
|
|
26
|
+
default: any;
|
|
27
|
+
};
|
|
28
|
+
}>> & Readonly<{}>, {
|
|
29
|
+
siteId: string;
|
|
30
|
+
urlResolver: Function;
|
|
31
|
+
}, {}, {}, {
|
|
32
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
33
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
34
|
+
export default _default;
|
|
35
|
+
//# sourceMappingURL=FavoriteFolderList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FavoriteFolderList.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/FavoriteFolderList.vue"],"names":[],"mappings":";AAsCA;"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
filter: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
validator: (value: unknown) => boolean;
|
|
7
|
+
};
|
|
8
|
+
siteId: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
urlResolver: {
|
|
13
|
+
type: FunctionConstructor;
|
|
14
|
+
default: any;
|
|
15
|
+
};
|
|
16
|
+
}>, {}, {
|
|
17
|
+
siteTitle: string;
|
|
18
|
+
}, {}, {
|
|
19
|
+
resolveSiteTitle(siteId: any): void;
|
|
20
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
21
|
+
filter: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
validator: (value: unknown) => boolean;
|
|
25
|
+
};
|
|
26
|
+
siteId: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
urlResolver: {
|
|
31
|
+
type: FunctionConstructor;
|
|
32
|
+
default: any;
|
|
33
|
+
};
|
|
34
|
+
}>> & Readonly<{}>, {
|
|
35
|
+
filter: string;
|
|
36
|
+
siteId: string;
|
|
37
|
+
urlResolver: Function;
|
|
38
|
+
}, {}, {
|
|
39
|
+
FavoriteFileList: DefineComponent<ExtractPropTypes<{
|
|
40
|
+
siteId: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
urlResolver: {
|
|
45
|
+
type: FunctionConstructor;
|
|
46
|
+
default: any;
|
|
47
|
+
};
|
|
48
|
+
}>, {}, {
|
|
49
|
+
favorites: any[];
|
|
50
|
+
}, {
|
|
51
|
+
favoriteFiles(): any[];
|
|
52
|
+
ESPACES_HOST: () => string;
|
|
53
|
+
}, {
|
|
54
|
+
matchesSite(node: any): boolean;
|
|
55
|
+
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";
|
|
56
|
+
navigateTo(file: any): void;
|
|
57
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
58
|
+
siteId: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
urlResolver: {
|
|
63
|
+
type: FunctionConstructor;
|
|
64
|
+
default: any;
|
|
65
|
+
};
|
|
66
|
+
}>> & Readonly<{}>, {
|
|
67
|
+
siteId: string;
|
|
68
|
+
urlResolver: Function;
|
|
69
|
+
}, {}, {}, {
|
|
70
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
71
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
72
|
+
FavoriteFolderList: DefineComponent<ExtractPropTypes<{
|
|
73
|
+
siteId: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
urlResolver: {
|
|
78
|
+
type: FunctionConstructor;
|
|
79
|
+
default: any;
|
|
80
|
+
};
|
|
81
|
+
}>, {}, {
|
|
82
|
+
favorites: any[];
|
|
83
|
+
}, {
|
|
84
|
+
favoriteFolders(): any[];
|
|
85
|
+
ESPACES_HOST: () => string;
|
|
86
|
+
}, {
|
|
87
|
+
matchesSite(node: any): boolean;
|
|
88
|
+
navigateTo(folder: any): void;
|
|
89
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
90
|
+
siteId: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
urlResolver: {
|
|
95
|
+
type: FunctionConstructor;
|
|
96
|
+
default: any;
|
|
97
|
+
};
|
|
98
|
+
}>> & Readonly<{}>, {
|
|
99
|
+
siteId: string;
|
|
100
|
+
urlResolver: Function;
|
|
101
|
+
}, {}, {}, {
|
|
102
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
103
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
104
|
+
FavoriteSiteList: DefineComponent<ExtractPropTypes<{
|
|
105
|
+
urlResolver: {
|
|
106
|
+
type: FunctionConstructor;
|
|
107
|
+
default: any;
|
|
108
|
+
};
|
|
109
|
+
}>, {}, {
|
|
110
|
+
favorites: any[];
|
|
111
|
+
}, {
|
|
112
|
+
favoriteSites(): any[];
|
|
113
|
+
ESPACES_HOST: () => string;
|
|
114
|
+
}, {
|
|
115
|
+
getSite(fav: any): any;
|
|
116
|
+
goToSite(site: any): void;
|
|
117
|
+
getVisibilityLabel(visibility: any): "Public" | "Privé" | "Modéré" | "Inconnu";
|
|
118
|
+
getVisibilitySeverity(visibility: any): "danger" | "success" | "info" | "warning";
|
|
119
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
120
|
+
urlResolver: {
|
|
121
|
+
type: FunctionConstructor;
|
|
122
|
+
default: any;
|
|
123
|
+
};
|
|
124
|
+
}>> & Readonly<{}>, {
|
|
125
|
+
urlResolver: Function;
|
|
126
|
+
}, {}, {}, {
|
|
127
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
128
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
129
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
130
|
+
export default _default;
|
|
131
|
+
//# sourceMappingURL=FavoriteList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FavoriteList.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/FavoriteList.vue"],"names":[],"mappings":";AAsCA;"}
|