@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,76 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { SelectProps, SelectSlots, SelectFilterEvent, SelectChangeEvent, SelectMethods } from 'primevue/select';
|
|
4
|
+
import { AutoCompleteProps, AutoCompleteSlots, AutoCompleteChangeEvent, AutoCompleteCompleteEvent, AutoCompleteOptionSelectEvent, AutoCompleteOptionUnselectEvent, AutoCompleteDropdownClickEvent } from 'primevue/autocomplete';
|
|
5
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
6
|
+
config: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
}>, {}, {
|
|
11
|
+
sites: any[];
|
|
12
|
+
filteredSites: any[];
|
|
13
|
+
selectedSite: any;
|
|
14
|
+
}, {
|
|
15
|
+
filterOptions(): {
|
|
16
|
+
label: string;
|
|
17
|
+
value: string;
|
|
18
|
+
}[];
|
|
19
|
+
}, {
|
|
20
|
+
loadSites(): void;
|
|
21
|
+
searchSites(event: any): void;
|
|
22
|
+
onSiteSelect(event: any): void;
|
|
23
|
+
onSiteClear(): void;
|
|
24
|
+
updateFilter(value: any): void;
|
|
25
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, "update:config"[], "update:config", PublicProps, Readonly< ExtractPropTypes<{
|
|
26
|
+
config: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
}>> & Readonly<{
|
|
31
|
+
"onUpdate:config"?: (...args: any[]) => any;
|
|
32
|
+
}>, {}, {}, {
|
|
33
|
+
PrimeSelect: DefineComponent<SelectProps, SelectSlots, ((e: "filter", event: SelectFilterEvent) => void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void), SelectMethods>;
|
|
34
|
+
PrimeAutoComplete: DefineComponent<AutoCompleteProps, AutoCompleteSlots, ((e: "clear") => void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: AutoCompleteChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void) & ((e: "complete", event: AutoCompleteCompleteEvent) => void) & ((e: "item-select", event: AutoCompleteOptionSelectEvent) => void) & ((e: "item-unselect", event: AutoCompleteOptionUnselectEvent) => void) & ((e: "option-select", event: AutoCompleteOptionSelectEvent) => void) & ((e: "option-unselect", event: AutoCompleteOptionUnselectEvent) => void) & ((e: "dropdown-click", event: AutoCompleteDropdownClickEvent) => void)>;
|
|
35
|
+
FieldLabel: DefineComponent<ExtractPropTypes<{
|
|
36
|
+
label: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
forId: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
help: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
example: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
53
|
+
label: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
forId: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
help: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
example: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
}>> & Readonly<{}>, {
|
|
70
|
+
help: string;
|
|
71
|
+
example: string;
|
|
72
|
+
forId: string;
|
|
73
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
74
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
75
|
+
export default _default;
|
|
76
|
+
//# sourceMappingURL=FavoritesConfig.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FavoritesConfig.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/dashboard/editor/block-configs/FavoritesConfig.vue"],"names":[],"mappings":";;;;AAuDA;"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
4
|
+
import { TextareaProps, TextareaSlots } from 'primevue/textarea';
|
|
5
|
+
import { RadioButtonProps, RadioButtonSlots } from 'primevue/radiobutton';
|
|
6
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
7
|
+
config: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {
|
|
12
|
+
localSourceType: string;
|
|
13
|
+
userChangedType: boolean;
|
|
14
|
+
}, {
|
|
15
|
+
markdownContent(): any;
|
|
16
|
+
}, {
|
|
17
|
+
detectMarkdownSourceType(): void;
|
|
18
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "open-markdown-editor" | "open-markdown-browser")[], "update:config" | "open-markdown-editor" | "open-markdown-browser", PublicProps, Readonly< ExtractPropTypes<{
|
|
19
|
+
config: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{
|
|
24
|
+
"onUpdate:config"?: (...args: any[]) => any;
|
|
25
|
+
"onOpen-markdown-editor"?: (...args: any[]) => any;
|
|
26
|
+
"onOpen-markdown-browser"?: (...args: any[]) => any;
|
|
27
|
+
}>, {}, {}, {
|
|
28
|
+
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
29
|
+
PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
30
|
+
PrimeRadioButton: DefineComponent<RadioButtonProps, RadioButtonSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: Event) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void)>;
|
|
31
|
+
FieldLabel: DefineComponent<ExtractPropTypes<{
|
|
32
|
+
label: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
forId: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
help: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
example: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
49
|
+
label: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
forId: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
help: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
example: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
}>> & Readonly<{}>, {
|
|
66
|
+
help: string;
|
|
67
|
+
example: string;
|
|
68
|
+
forId: string;
|
|
69
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
70
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
71
|
+
export default _default;
|
|
72
|
+
//# sourceMappingURL=MarkdownConfig.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MarkdownConfig.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/dashboard/editor/block-configs/MarkdownConfig.vue"],"names":[],"mappings":";;;;;AAkFA;"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=NoConfig.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NoConfig.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/dashboard/editor/block-configs/NoConfig.vue"],"names":[],"mappings":";AAwBA;"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
4
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
5
|
+
config: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "open-file-browser")[], "update:config" | "open-file-browser", PublicProps, Readonly< ExtractPropTypes<{
|
|
10
|
+
config: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{
|
|
15
|
+
"onUpdate:config"?: (...args: any[]) => any;
|
|
16
|
+
"onOpen-file-browser"?: (...args: any[]) => any;
|
|
17
|
+
}>, {}, {}, {
|
|
18
|
+
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
19
|
+
FieldLabel: DefineComponent<ExtractPropTypes<{
|
|
20
|
+
label: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
forId: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
help: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
example: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
37
|
+
label: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
forId: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
help: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
example: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
}>> & Readonly<{}>, {
|
|
54
|
+
help: string;
|
|
55
|
+
example: string;
|
|
56
|
+
forId: string;
|
|
57
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
58
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
59
|
+
export default _default;
|
|
60
|
+
//# sourceMappingURL=PdfImageConfig.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfImageConfig.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/dashboard/editor/block-configs/PdfImageConfig.vue"],"names":[],"mappings":";;;AAoCA;"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
4
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
5
|
+
basketBlocks: {
|
|
6
|
+
type: ArrayConstructor;
|
|
7
|
+
required: true;
|
|
8
|
+
default: () => any[];
|
|
9
|
+
};
|
|
10
|
+
selectedBlockId: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: any;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "select-block" | "edit-block" | "delete-block" | "basket-dragstart" | "basket-dragend")[], "close" | "select-block" | "edit-block" | "delete-block" | "basket-dragstart" | "basket-dragend", PublicProps, Readonly< ExtractPropTypes<{
|
|
15
|
+
basketBlocks: {
|
|
16
|
+
type: ArrayConstructor;
|
|
17
|
+
required: true;
|
|
18
|
+
default: () => any[];
|
|
19
|
+
};
|
|
20
|
+
selectedBlockId: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: any;
|
|
23
|
+
};
|
|
24
|
+
}>> & Readonly<{
|
|
25
|
+
onClose?: (...args: any[]) => any;
|
|
26
|
+
"onSelect-block"?: (...args: any[]) => any;
|
|
27
|
+
"onEdit-block"?: (...args: any[]) => any;
|
|
28
|
+
"onDelete-block"?: (...args: any[]) => any;
|
|
29
|
+
"onBasket-dragstart"?: (...args: any[]) => any;
|
|
30
|
+
"onBasket-dragend"?: (...args: any[]) => any;
|
|
31
|
+
}>, {
|
|
32
|
+
selectedBlockId: string;
|
|
33
|
+
basketBlocks: unknown[];
|
|
34
|
+
}, {}, {
|
|
35
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
36
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
37
|
+
export default _default;
|
|
38
|
+
//# sourceMappingURL=BasketPanel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasketPanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/dashboard/editor/grid/BasketPanel.vue"],"names":[],"mappings":";;;AAiFA;"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { DialogProps, DialogSlots } from 'primevue/dialog';
|
|
4
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
5
|
+
modelValue: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
customBlockTypes: {
|
|
10
|
+
type: ArrayConstructor;
|
|
11
|
+
default: () => any[];
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {
|
|
14
|
+
blockTypes(): unknown[];
|
|
15
|
+
}, {
|
|
16
|
+
selectType(type: any): void;
|
|
17
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "select")[], "update:modelValue" | "select", PublicProps, Readonly< ExtractPropTypes<{
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
customBlockTypes: {
|
|
23
|
+
type: ArrayConstructor;
|
|
24
|
+
default: () => any[];
|
|
25
|
+
};
|
|
26
|
+
}>> & Readonly<{
|
|
27
|
+
onSelect?: (...args: any[]) => any;
|
|
28
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
29
|
+
}>, {
|
|
30
|
+
modelValue: boolean;
|
|
31
|
+
customBlockTypes: unknown[];
|
|
32
|
+
}, {}, {
|
|
33
|
+
PrimeDialog: DefineComponent<DialogProps, DialogSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>;
|
|
34
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
35
|
+
export default _default;
|
|
36
|
+
//# sourceMappingURL=BlockTypeSelector.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlockTypeSelector.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/dashboard/editor/grid/BlockTypeSelector.vue"],"names":[],"mappings":";;;AAkDA;"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
4
|
+
import { MenuProps, MenuSlots, MenuMethods } from 'primevue/menu';
|
|
5
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
6
|
+
block: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
gridSettings: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
isSelected: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
hasOverlap: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {}, {
|
|
23
|
+
isSmallBlock(): boolean;
|
|
24
|
+
menuItems(): ({
|
|
25
|
+
label: string;
|
|
26
|
+
icon: string;
|
|
27
|
+
command: () => void;
|
|
28
|
+
class?: undefined;
|
|
29
|
+
} | {
|
|
30
|
+
label: string;
|
|
31
|
+
icon: string;
|
|
32
|
+
class: string;
|
|
33
|
+
command: () => void;
|
|
34
|
+
})[];
|
|
35
|
+
}, {
|
|
36
|
+
toggleMenu(event: any): void;
|
|
37
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("delete" | "dragstart" | "dragend" | "edit" | "duplicate" | "click" | "move-to-basket" | "resize-start")[], "delete" | "dragstart" | "dragend" | "edit" | "duplicate" | "click" | "move-to-basket" | "resize-start", PublicProps, Readonly< ExtractPropTypes<{
|
|
38
|
+
block: {
|
|
39
|
+
type: ObjectConstructor;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
gridSettings: {
|
|
43
|
+
type: ObjectConstructor;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
isSelected: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
hasOverlap: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
}>> & Readonly<{
|
|
55
|
+
onClick?: (...args: any[]) => any;
|
|
56
|
+
onEdit?: (...args: any[]) => any;
|
|
57
|
+
onDelete?: (...args: any[]) => any;
|
|
58
|
+
onDuplicate?: (...args: any[]) => any;
|
|
59
|
+
onDragstart?: (...args: any[]) => any;
|
|
60
|
+
onDragend?: (...args: any[]) => any;
|
|
61
|
+
"onMove-to-basket"?: (...args: any[]) => any;
|
|
62
|
+
"onResize-start"?: (...args: any[]) => any;
|
|
63
|
+
}>, {
|
|
64
|
+
isSelected: boolean;
|
|
65
|
+
hasOverlap: boolean;
|
|
66
|
+
}, {}, {
|
|
67
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
68
|
+
PrimeMenu: DefineComponent<MenuProps, MenuSlots, ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "show") => void) & ((e: "hide") => void), MenuMethods>;
|
|
69
|
+
}, {
|
|
70
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
71
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
72
|
+
export default _default;
|
|
73
|
+
//# sourceMappingURL=GridBlock.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GridBlock.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/dashboard/editor/grid/GridBlock.vue"],"names":[],"mappings":";;;;AAoHA;"}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
4
|
+
import { MenuProps, MenuSlots, MenuMethods } from 'primevue/menu';
|
|
5
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
6
|
+
gridSettings: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
blocks: {
|
|
11
|
+
type: ArrayConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
default: () => any[];
|
|
14
|
+
};
|
|
15
|
+
dragPreview: {
|
|
16
|
+
type: ObjectConstructor;
|
|
17
|
+
default: any;
|
|
18
|
+
};
|
|
19
|
+
selectedBlockId: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: any;
|
|
22
|
+
};
|
|
23
|
+
overlappingBlockIds: {
|
|
24
|
+
type: ArrayConstructor;
|
|
25
|
+
default: () => any[];
|
|
26
|
+
};
|
|
27
|
+
}>, {}, {}, {}, {
|
|
28
|
+
getCellStyle(cellNumber: any): {
|
|
29
|
+
gridColumn: string;
|
|
30
|
+
gridRow: string;
|
|
31
|
+
};
|
|
32
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("dragstart" | "dragend" | "move-to-basket" | "resize-start" | "dragover" | "dragleave" | "drop" | "select-block" | "edit-block" | "duplicate-block" | "delete-block")[], "dragstart" | "dragend" | "move-to-basket" | "resize-start" | "dragover" | "dragleave" | "drop" | "select-block" | "edit-block" | "duplicate-block" | "delete-block", PublicProps, Readonly< ExtractPropTypes<{
|
|
33
|
+
gridSettings: {
|
|
34
|
+
type: ObjectConstructor;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
blocks: {
|
|
38
|
+
type: ArrayConstructor;
|
|
39
|
+
required: true;
|
|
40
|
+
default: () => any[];
|
|
41
|
+
};
|
|
42
|
+
dragPreview: {
|
|
43
|
+
type: ObjectConstructor;
|
|
44
|
+
default: any;
|
|
45
|
+
};
|
|
46
|
+
selectedBlockId: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: any;
|
|
49
|
+
};
|
|
50
|
+
overlappingBlockIds: {
|
|
51
|
+
type: ArrayConstructor;
|
|
52
|
+
default: () => any[];
|
|
53
|
+
};
|
|
54
|
+
}>> & Readonly<{
|
|
55
|
+
onDrop?: (...args: any[]) => any;
|
|
56
|
+
onDragstart?: (...args: any[]) => any;
|
|
57
|
+
onDragend?: (...args: any[]) => any;
|
|
58
|
+
"onMove-to-basket"?: (...args: any[]) => any;
|
|
59
|
+
"onResize-start"?: (...args: any[]) => any;
|
|
60
|
+
onDragover?: (...args: any[]) => any;
|
|
61
|
+
onDragleave?: (...args: any[]) => any;
|
|
62
|
+
"onSelect-block"?: (...args: any[]) => any;
|
|
63
|
+
"onEdit-block"?: (...args: any[]) => any;
|
|
64
|
+
"onDuplicate-block"?: (...args: any[]) => any;
|
|
65
|
+
"onDelete-block"?: (...args: any[]) => any;
|
|
66
|
+
}>, {
|
|
67
|
+
blocks: unknown[];
|
|
68
|
+
dragPreview: Record<string, any>;
|
|
69
|
+
selectedBlockId: string;
|
|
70
|
+
overlappingBlockIds: unknown[];
|
|
71
|
+
}, {}, {
|
|
72
|
+
GridBlock: DefineComponent<ExtractPropTypes<{
|
|
73
|
+
block: {
|
|
74
|
+
type: ObjectConstructor;
|
|
75
|
+
required: true;
|
|
76
|
+
};
|
|
77
|
+
gridSettings: {
|
|
78
|
+
type: ObjectConstructor;
|
|
79
|
+
required: true;
|
|
80
|
+
};
|
|
81
|
+
isSelected: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
hasOverlap: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
89
|
+
}>, {}, {}, {
|
|
90
|
+
isSmallBlock(): boolean;
|
|
91
|
+
menuItems(): ({
|
|
92
|
+
label: string;
|
|
93
|
+
icon: string;
|
|
94
|
+
command: () => void;
|
|
95
|
+
class?: undefined;
|
|
96
|
+
} | {
|
|
97
|
+
label: string;
|
|
98
|
+
icon: string;
|
|
99
|
+
class: string;
|
|
100
|
+
command: () => void;
|
|
101
|
+
})[];
|
|
102
|
+
}, {
|
|
103
|
+
toggleMenu(event: any): void;
|
|
104
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("delete" | "dragstart" | "dragend" | "edit" | "duplicate" | "click" | "move-to-basket" | "resize-start")[], "delete" | "dragstart" | "dragend" | "edit" | "duplicate" | "click" | "move-to-basket" | "resize-start", PublicProps, Readonly< ExtractPropTypes<{
|
|
105
|
+
block: {
|
|
106
|
+
type: ObjectConstructor;
|
|
107
|
+
required: true;
|
|
108
|
+
};
|
|
109
|
+
gridSettings: {
|
|
110
|
+
type: ObjectConstructor;
|
|
111
|
+
required: true;
|
|
112
|
+
};
|
|
113
|
+
isSelected: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
117
|
+
hasOverlap: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
121
|
+
}>> & Readonly<{
|
|
122
|
+
onClick?: (...args: any[]) => any;
|
|
123
|
+
onEdit?: (...args: any[]) => any;
|
|
124
|
+
onDelete?: (...args: any[]) => any;
|
|
125
|
+
onDuplicate?: (...args: any[]) => any;
|
|
126
|
+
onDragstart?: (...args: any[]) => any;
|
|
127
|
+
onDragend?: (...args: any[]) => any;
|
|
128
|
+
"onMove-to-basket"?: (...args: any[]) => any;
|
|
129
|
+
"onResize-start"?: (...args: any[]) => any;
|
|
130
|
+
}>, {
|
|
131
|
+
isSelected: boolean;
|
|
132
|
+
hasOverlap: boolean;
|
|
133
|
+
}, {}, {
|
|
134
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
135
|
+
PrimeMenu: DefineComponent<MenuProps, MenuSlots, ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "show") => void) & ((e: "hide") => void), MenuMethods>;
|
|
136
|
+
}, {
|
|
137
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
138
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
139
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
140
|
+
export default _default;
|
|
141
|
+
//# sourceMappingURL=GridEditor.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GridEditor.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/dashboard/editor/grid/GridEditor.vue"],"names":[],"mappings":";;;;AAwEA;"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
4
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
5
|
+
gridSettings: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
blocks: {
|
|
10
|
+
type: ArrayConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
default: () => any[];
|
|
13
|
+
};
|
|
14
|
+
selectedBlockId: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: any;
|
|
17
|
+
};
|
|
18
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "minimap-click")[], "close" | "minimap-click", PublicProps, Readonly< ExtractPropTypes<{
|
|
19
|
+
gridSettings: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
blocks: {
|
|
24
|
+
type: ArrayConstructor;
|
|
25
|
+
required: true;
|
|
26
|
+
default: () => any[];
|
|
27
|
+
};
|
|
28
|
+
selectedBlockId: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: any;
|
|
31
|
+
};
|
|
32
|
+
}>> & Readonly<{
|
|
33
|
+
onClose?: (...args: any[]) => any;
|
|
34
|
+
"onMinimap-click"?: (...args: any[]) => any;
|
|
35
|
+
}>, {
|
|
36
|
+
blocks: unknown[];
|
|
37
|
+
selectedBlockId: string;
|
|
38
|
+
}, {}, {
|
|
39
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
40
|
+
}, {
|
|
41
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
42
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
export default _default;
|
|
44
|
+
//# sourceMappingURL=MinimapPanel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MinimapPanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/dashboard/editor/grid/MinimapPanel.vue"],"names":[],"mappings":";;;AAwDA;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export namespace validators {
|
|
2
|
+
function bookmarks(data: any): {
|
|
3
|
+
valid: boolean;
|
|
4
|
+
error: string;
|
|
5
|
+
} | {
|
|
6
|
+
valid: boolean;
|
|
7
|
+
error?: undefined;
|
|
8
|
+
};
|
|
9
|
+
function externalApps(data: any): {
|
|
10
|
+
valid: boolean;
|
|
11
|
+
error: string;
|
|
12
|
+
} | {
|
|
13
|
+
valid: boolean;
|
|
14
|
+
error?: undefined;
|
|
15
|
+
};
|
|
16
|
+
function chartData(data: any): {
|
|
17
|
+
valid: boolean;
|
|
18
|
+
error: string;
|
|
19
|
+
} | {
|
|
20
|
+
valid: boolean;
|
|
21
|
+
error?: undefined;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=validators.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/editor/validators.js"],"names":[],"mappings":";IA0Ba;;;;;;MA0CV;IAKa;;;;;;MAkCb;IAKU;;;;;;MAqDV"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { DataViewProps, DataViewSlots, DataViewPageEvent } from 'primevue/dataview';
|
|
4
|
+
declare const _default: DefineComponent<{}, {}, {
|
|
5
|
+
activities: any;
|
|
6
|
+
visibleRows: number;
|
|
7
|
+
resizeObserver: any;
|
|
8
|
+
}, {
|
|
9
|
+
groupedActivities(): {
|
|
10
|
+
entry: any;
|
|
11
|
+
count: number;
|
|
12
|
+
}[];
|
|
13
|
+
ESPACES_HOST: () => string;
|
|
14
|
+
}, {
|
|
15
|
+
isSameGroup(a: any, b: any): boolean;
|
|
16
|
+
computeVisibleRows(): void;
|
|
17
|
+
reloadData(): void;
|
|
18
|
+
formatDateTime(date: any): string;
|
|
19
|
+
getIcon(type: any): any;
|
|
20
|
+
getUserDisplayName(entry: any): any;
|
|
21
|
+
getObjectUrl(entry: any): string;
|
|
22
|
+
escapeHtml(text: any): string;
|
|
23
|
+
getActivitiesMessages(): {};
|
|
24
|
+
getActivityMessageHtml(entry: any): any;
|
|
25
|
+
getActivity(): Promise<void>;
|
|
26
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
27
|
+
PrimeDataView: DefineComponent<DataViewProps<unknown>, DataViewSlots, ((e: "update:first", value: number) => void) & ((e: "update:rows", value: number) => void) & ((e: "page", event: DataViewPageEvent) => void)>;
|
|
28
|
+
}, {
|
|
29
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
30
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
export default _default;
|
|
32
|
+
//# sourceMappingURL=ActivityHistory.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActivityHistory.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/dashboard/widgets/ActivityHistory.vue"],"names":[],"mappings":";;;AAgEA;"}
|