@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,28 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
urlResolver: {
|
|
4
|
+
type: FunctionConstructor;
|
|
5
|
+
default: any;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {
|
|
8
|
+
favorites: any[];
|
|
9
|
+
}, {
|
|
10
|
+
favoriteSites(): any[];
|
|
11
|
+
ESPACES_HOST: () => string;
|
|
12
|
+
}, {
|
|
13
|
+
getSite(fav: any): any;
|
|
14
|
+
goToSite(site: any): void;
|
|
15
|
+
getVisibilityLabel(visibility: any): "Public" | "Privé" | "Modéré" | "Inconnu";
|
|
16
|
+
getVisibilitySeverity(visibility: any): "danger" | "success" | "info" | "warning";
|
|
17
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
18
|
+
urlResolver: {
|
|
19
|
+
type: FunctionConstructor;
|
|
20
|
+
default: any;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
|
+
urlResolver: Function;
|
|
24
|
+
}, {}, {}, {
|
|
25
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
26
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
export default _default;
|
|
28
|
+
//# sourceMappingURL=FavoriteSiteList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FavoriteSiteList.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/FavoriteSiteList.vue"],"names":[],"mappings":";AA4CA;"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
id: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: any;
|
|
6
|
+
};
|
|
7
|
+
markdownContent: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: any;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {
|
|
12
|
+
uniqueId: string;
|
|
13
|
+
}, {}, {
|
|
14
|
+
loadInlineMarkdown(): void;
|
|
15
|
+
loadSampleMarkDown(): void;
|
|
16
|
+
loadMarkdown(): Promise<void>;
|
|
17
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
18
|
+
id: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: any;
|
|
21
|
+
};
|
|
22
|
+
markdownContent: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: any;
|
|
25
|
+
};
|
|
26
|
+
}>> & Readonly<{}>, {
|
|
27
|
+
id: string;
|
|
28
|
+
markdownContent: string;
|
|
29
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
export default _default;
|
|
31
|
+
//# sourceMappingURL=MarkdownComponent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MarkdownComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/MarkdownComponent.vue"],"names":[],"mappings":";AAmBA;"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { ImageProps, ImageSlots, ImageMethods } from 'primevue/image';
|
|
4
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
5
|
+
id: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {
|
|
10
|
+
contentUrl: any;
|
|
11
|
+
}, {
|
|
12
|
+
hasContentUrl(): boolean;
|
|
13
|
+
}, {
|
|
14
|
+
loadImage(): void;
|
|
15
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
16
|
+
id: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {
|
|
21
|
+
id: string;
|
|
22
|
+
}, {}, {
|
|
23
|
+
PrimeImage: DefineComponent<ImageProps, ImageSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "error") => void), ImageMethods>;
|
|
24
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
export default _default;
|
|
26
|
+
//# sourceMappingURL=OnlyImageDisplayed.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OnlyImageDisplayed.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/OnlyImageDisplayed.vue"],"names":[],"mappings":";;;AAmBA;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { IconFieldProps, IconFieldSlots } from 'primevue/iconfield';
|
|
4
|
+
import { InputIconProps, InputIconSlots } from 'primevue/inputicon';
|
|
5
|
+
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
6
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
7
|
+
searchResolver: {
|
|
8
|
+
type: FunctionConstructor;
|
|
9
|
+
default: any;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {
|
|
12
|
+
searchInput: string;
|
|
13
|
+
}, {
|
|
14
|
+
ESPACES_HOST: () => string;
|
|
15
|
+
}, {
|
|
16
|
+
search(): void;
|
|
17
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
18
|
+
searchResolver: {
|
|
19
|
+
type: FunctionConstructor;
|
|
20
|
+
default: any;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
|
+
searchResolver: Function;
|
|
24
|
+
}, {}, {
|
|
25
|
+
PrimeIconField: DefineComponent<IconFieldProps, IconFieldSlots, (e: string, ...args: any[]) => void>;
|
|
26
|
+
PrimeInputIcon: DefineComponent<InputIconProps, InputIconSlots, (e: string, ...args: any[]) => void>;
|
|
27
|
+
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
28
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
export default _default;
|
|
30
|
+
//# sourceMappingURL=SearchInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/SearchInput.vue"],"names":[],"mappings":";;;;;AAgCA;"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
type: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
8
|
+
type: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
export default _default;
|
|
14
|
+
//# sourceMappingURL=UnknownBlockType.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UnknownBlockType.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/UnknownBlockType.vue"],"names":[],"mappings":";AAsBA;"}
|
|
@@ -359,8 +359,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
359
359
|
}>> & Readonly<{
|
|
360
360
|
onLogout?: (...args: any[]) => any;
|
|
361
361
|
}>, {
|
|
362
|
-
portalUrl: string;
|
|
363
362
|
menuItems: unknown[];
|
|
363
|
+
portalUrl: string;
|
|
364
364
|
showSearch: boolean;
|
|
365
365
|
searchRoute: string;
|
|
366
366
|
searchTooltip: string;
|
|
@@ -646,8 +646,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
646
646
|
onLogout?: (...args: any[]) => any;
|
|
647
647
|
"onToggle-menu"?: (...args: any[]) => any;
|
|
648
648
|
}>, {
|
|
649
|
-
portalUrl: string;
|
|
650
649
|
menuItems: unknown[];
|
|
650
|
+
portalUrl: string;
|
|
651
651
|
logoAlt: string;
|
|
652
652
|
showMenuButton: boolean;
|
|
653
653
|
horizontalMenu: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/AppLayout.vue"],"names":[],"mappings":";;;;;AA6HA;;
|
|
1
|
+
{"version":3,"file":"AppLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/AppLayout.vue"],"names":[],"mappings":";;;;;AA6HA;;IA48CI;;;OAGG;;;;;IASH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IASH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IASH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAtJH;;;OAGG;;;;;IASH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IASH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IASH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;;OAGG"}
|
|
@@ -246,8 +246,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
246
246
|
onLogout?: (...args: any[]) => any;
|
|
247
247
|
"onToggle-menu"?: (...args: any[]) => any;
|
|
248
248
|
}>, {
|
|
249
|
-
portalUrl: string;
|
|
250
249
|
menuItems: unknown[];
|
|
250
|
+
portalUrl: string;
|
|
251
251
|
logoAlt: string;
|
|
252
252
|
showMenuButton: boolean;
|
|
253
253
|
horizontalMenu: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentCompactTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentCompactTableView.vue"],"names":[],"mappings":";;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ContentCompactTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentCompactTableView.vue"],"names":[],"mappings":";;;;;;;;;;;;;AA+QA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentTableView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ContentTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentTableView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAuUA;"}
|
|
@@ -106,6 +106,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
106
106
|
type: ObjectConstructor;
|
|
107
107
|
default: () => {};
|
|
108
108
|
};
|
|
109
|
+
ghostNodes: {
|
|
110
|
+
type: ArrayConstructor;
|
|
111
|
+
default: () => any[];
|
|
112
|
+
};
|
|
109
113
|
}>, {}, {
|
|
110
114
|
filters: {
|
|
111
115
|
global: {
|
|
@@ -113,6 +117,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
113
117
|
matchMode: string;
|
|
114
118
|
};
|
|
115
119
|
};
|
|
120
|
+
ghostPanelOpen: boolean;
|
|
116
121
|
fileActionMenuItems: any[];
|
|
117
122
|
popup: any;
|
|
118
123
|
memberListTargetNode: any;
|
|
@@ -220,6 +225,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
220
225
|
type: ObjectConstructor;
|
|
221
226
|
default: () => {};
|
|
222
227
|
};
|
|
228
|
+
ghostNodes: {
|
|
229
|
+
type: ArrayConstructor;
|
|
230
|
+
default: () => any[];
|
|
231
|
+
};
|
|
223
232
|
}>> & Readonly<{
|
|
224
233
|
onReload?: (...args: any[]) => any;
|
|
225
234
|
"onOpen-preview-panel"?: (...args: any[]) => any;
|
|
@@ -249,6 +258,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
249
258
|
datatableColumnConfig: unknown[];
|
|
250
259
|
layout: string;
|
|
251
260
|
columnToggle: boolean;
|
|
261
|
+
ghostNodes: unknown[];
|
|
252
262
|
}, {}, {
|
|
253
263
|
ActionMenu: DefineComponent<ExtractPropTypes<{
|
|
254
264
|
actionMenuItems: {
|
|
@@ -1193,6 +1203,37 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1193
1203
|
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)>;
|
|
1194
1204
|
PrimeMessage: DefineComponent<MessageProps, MessageSlots, ((e: "close", event: Event) => void) & ((e: "life-end") => void)>;
|
|
1195
1205
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1206
|
+
GhostNodeRow: DefineComponent<ExtractPropTypes<{
|
|
1207
|
+
node: {
|
|
1208
|
+
type: ObjectConstructor;
|
|
1209
|
+
required: true;
|
|
1210
|
+
};
|
|
1211
|
+
}>, {}, {}, {
|
|
1212
|
+
iconName(): string;
|
|
1213
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
1214
|
+
node: {
|
|
1215
|
+
type: ObjectConstructor;
|
|
1216
|
+
required: true;
|
|
1217
|
+
};
|
|
1218
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
1219
|
+
PristyIcon: DefineComponent<ExtractPropTypes<{
|
|
1220
|
+
svgFileName: {
|
|
1221
|
+
default: string;
|
|
1222
|
+
type: StringConstructor;
|
|
1223
|
+
};
|
|
1224
|
+
}>, {}, {
|
|
1225
|
+
src: StringConstructor;
|
|
1226
|
+
}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
1227
|
+
svgFileName: {
|
|
1228
|
+
default: string;
|
|
1229
|
+
type: StringConstructor;
|
|
1230
|
+
};
|
|
1231
|
+
}>> & Readonly<{}>, {
|
|
1232
|
+
svgFileName: string;
|
|
1233
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1234
|
+
}, {
|
|
1235
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
1236
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
1196
1237
|
ImportNewVersionPopup: DefineComponent<{}, {}, {
|
|
1197
1238
|
canUpload: boolean;
|
|
1198
1239
|
version: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiPA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+5BI;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAHH;;;OAGG"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ObjectDirective } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
node: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {}, {
|
|
8
|
+
iconName(): string;
|
|
9
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
10
|
+
node: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
15
|
+
PristyIcon: DefineComponent<ExtractPropTypes<{
|
|
16
|
+
svgFileName: {
|
|
17
|
+
default: string;
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {
|
|
21
|
+
src: StringConstructor;
|
|
22
|
+
}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
23
|
+
svgFileName: {
|
|
24
|
+
default: string;
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
28
|
+
svgFileName: string;
|
|
29
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
}, {
|
|
31
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
32
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
33
|
+
export default _default;
|
|
34
|
+
//# sourceMappingURL=GhostNodeRow.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GhostNodeRow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/GhostNodeRow.vue"],"names":[],"mappings":";AA2BA;"}
|
|
@@ -30,6 +30,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
30
30
|
handleUploadRequest: (item: any, nodeId: any) => Promise<void>;
|
|
31
31
|
cancelUpload: (fileName: any) => void;
|
|
32
32
|
clearCompleted: () => void;
|
|
33
|
+
setGhostContext: (context: any) => void;
|
|
34
|
+
addGhostNode: (ghostData: any) => void;
|
|
35
|
+
removeGhostNode: (nodeId: any) => void;
|
|
36
|
+
updateGhostAfterUpload: (fileName: any, data: any) => void;
|
|
37
|
+
removeGhostByTempKey: (fileName: any) => void;
|
|
38
|
+
cleanExpiredGhosts: (ttl?: number) => void;
|
|
33
39
|
startUploadWithClassificationPlan: (workspaceSiteId: string, pathFull: string, files: any[], metadata: any, fileRenames: any[], destinationNodeId: any) => void;
|
|
34
40
|
startUploadWithClassificationPlanMulti: (workspaceSiteId: string, files: File[], perFileData: any[], destinationNodeId: string) => void;
|
|
35
41
|
handleClassificationPlanUpload: (item: any) => Promise<void>;
|
|
@@ -76,6 +82,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
76
82
|
handleUploadRequest: (item: any, nodeId: any) => Promise<void>;
|
|
77
83
|
cancelUpload: (fileName: any) => void;
|
|
78
84
|
clearCompleted: () => void;
|
|
85
|
+
setGhostContext: (context: any) => void;
|
|
86
|
+
addGhostNode: (ghostData: any) => void;
|
|
87
|
+
removeGhostNode: (nodeId: any) => void;
|
|
88
|
+
updateGhostAfterUpload: (fileName: any, data: any) => void;
|
|
89
|
+
removeGhostByTempKey: (fileName: any) => void;
|
|
90
|
+
cleanExpiredGhosts: (ttl?: number) => void;
|
|
79
91
|
startUploadWithClassificationPlan: (workspaceSiteId: string, pathFull: string, files: any[], metadata: any, fileRenames: any[], destinationNodeId: any) => void;
|
|
80
92
|
startUploadWithClassificationPlanMulti: (workspaceSiteId: string, files: File[], perFileData: any[], destinationNodeId: string) => void;
|
|
81
93
|
handleClassificationPlanUpload: (item: any) => Promise<void>;
|
|
@@ -62,8 +62,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
62
62
|
}>> & Readonly<{}>, {
|
|
63
63
|
link: string;
|
|
64
64
|
summary: string;
|
|
65
|
-
message: string;
|
|
66
65
|
severity: string;
|
|
66
|
+
message: string;
|
|
67
67
|
linkText: string;
|
|
68
68
|
messageBeforeLink: string;
|
|
69
69
|
messageAfterLink: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PredefinedViewsPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/views/PredefinedViewsPanel.vue"],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"PredefinedViewsPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/views/PredefinedViewsPanel.vue"],"names":[],"mappings":";;;;;;AAqDA;"}
|
|
@@ -242,6 +242,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
242
242
|
"onWorkspace-click"?: (...args: any[]) => any;
|
|
243
243
|
}>, {
|
|
244
244
|
workspaces: unknown[];
|
|
245
|
+
rows: number;
|
|
245
246
|
layout: string;
|
|
246
247
|
showDescription: boolean;
|
|
247
248
|
showVisibility: boolean;
|
|
@@ -253,7 +254,6 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
253
254
|
visibilityLabels: Record<string, any>;
|
|
254
255
|
roleTooltips: Record<string, any>;
|
|
255
256
|
paginator: boolean;
|
|
256
|
-
rows: number;
|
|
257
257
|
rowsPerPageOptions: unknown[];
|
|
258
258
|
emptyMessage: string;
|
|
259
259
|
actionMenuItemsBuilder: Function;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* Composable for drag and drop logic
|
|
4
|
+
* Handles dragging blocks from grid or basket and dropping them on the grid
|
|
5
|
+
*/
|
|
6
|
+
export function useDragDrop(gridSettings: any, blocks: any, basketBlocks: any): {
|
|
7
|
+
draggedBlock: Ref<any, any>;
|
|
8
|
+
draggedFromBasket: Ref<boolean, boolean>;
|
|
9
|
+
dragPreview: Ref<any, any>;
|
|
10
|
+
onDragStart: (event: any, block: any) => void;
|
|
11
|
+
onBasketDragStart: (event: any, block: any) => void;
|
|
12
|
+
onDragOver: (event: any) => void;
|
|
13
|
+
onDragLeave: (event: any) => void;
|
|
14
|
+
onDrop: (event: any, emitUpdate: any) => void;
|
|
15
|
+
onDragEnd: () => void;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=useDragDrop.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDragDrop.d.ts","sourceRoot":"","sources":["../../../src/composables/useDragDrop.js"],"names":[],"mappings":";AAmBA;;;GAGG;AACH;;;;;;;;;;EA6WC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Ref, ComputedRef } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* Composable that provides the list of ghost nodes relevant to the
|
|
4
|
+
* current display context and manages auto-refresh with exponential
|
|
5
|
+
* backoff polling.
|
|
6
|
+
*
|
|
7
|
+
* @param {Object} options
|
|
8
|
+
* @param {import('vue').Ref<Object>} options.displayContext - Reactive context:
|
|
9
|
+
* { type: 'view'|'folder'|'search'|'site-root', viewConfig, currentNodeId, siteId, entries }
|
|
10
|
+
* @param {Function} options.onRefresh - Callback to trigger a data reload.
|
|
11
|
+
* @returns {{ relevantGhosts: import('vue').ComputedRef<Array>, hasGhosts: import('vue').ComputedRef<boolean> }}
|
|
12
|
+
*/
|
|
13
|
+
export function useGhostNodes({ displayContext, onRefresh }: {
|
|
14
|
+
displayContext: Ref<any>;
|
|
15
|
+
onRefresh: Function;
|
|
16
|
+
}): {
|
|
17
|
+
relevantGhosts: ComputedRef<any[]>;
|
|
18
|
+
hasGhosts: ComputedRef<boolean>;
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=useGhostNodes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useGhostNodes.d.ts","sourceRoot":"","sources":["../../../src/composables/useGhostNodes.js"],"names":[],"mappings":";AA2BA;;;;;;;;;;GAUG;AACH,6DALG;IAA2C,cAAc,EAAjD,OAAO,KAAK,EAAE,GAAG,KAAQ;IAEP,SAAS;CACnC,GAAU;IAAE,cAAc,EAAE,OAAO,KAAK,EAAE,WAAW,OAAO,CAAC;IAAC,SAAS,EAAE,OAAO,KAAK,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;CAAE,CAuK/G"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* Composable for grid validation logic
|
|
4
|
+
* Handles grid bounds validation and overlap detection
|
|
5
|
+
*/
|
|
6
|
+
export function useGridValidation(gridSettings: any, blocks: any, toast: any, t: any): {
|
|
7
|
+
hasOverlap: (block: any) => any;
|
|
8
|
+
validateAndAdjustGrid: (emitUpdate: any) => void;
|
|
9
|
+
updateGridSettings: (emitUpdate: any) => void;
|
|
10
|
+
previousGridSettings: Ref<any, any>;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=useGridValidation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useGridValidation.d.ts","sourceRoot":"","sources":["../../../src/composables/useGridValidation.js"],"names":[],"mappings":";AAmBA;;;GAGG;AACH;;;;;EAkIC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* Composable for block resizing logic
|
|
4
|
+
* Handles resize operations with drag handles (right, bottom, corner)
|
|
5
|
+
*/
|
|
6
|
+
export function useResize(gridSettings: any, blocks: any): {
|
|
7
|
+
resizingBlock: Ref<any, any>;
|
|
8
|
+
resizeDirection: Ref<any, any>;
|
|
9
|
+
startResize: (event: any, block: any, direction: any) => void;
|
|
10
|
+
onResizeMove: (event: any) => void;
|
|
11
|
+
onResizeEnd: (emitUpdate: any) => void;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=useResize.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useResize.d.ts","sourceRoot":"","sources":["../../../src/composables/useResize.js"],"names":[],"mappings":";AAmBA;;;GAGG;AACH;;;;;;EA2FC"}
|