@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,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;"}
|
|
@@ -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,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"}
|