@pristy/pristy-libvue 1.9.2 → 2.0.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/components/DiffViewerDialog.vue.d.ts +1 -1
- package/dist/components/ErrorComponent.vue.d.ts +14 -1
- package/dist/components/ErrorComponent.vue.d.ts.map +1 -1
- package/dist/components/FolderUpload.vue.d.ts +5 -1
- package/dist/components/FolderUpload.vue.d.ts.map +1 -1
- package/dist/components/HelpKeyMessage.vue.d.ts +3 -2
- package/dist/components/HelpKeyMessage.vue.d.ts.map +1 -1
- package/dist/components/SelectionStatus.vue.d.ts +3 -2
- package/dist/components/SelectionStatus.vue.d.ts.map +1 -1
- package/dist/components/TreeExplorer.vue.d.ts +8 -6
- package/dist/components/TreeExplorer.vue.d.ts.map +1 -1
- package/dist/components/UploadStatus.vue.d.ts +3 -2
- package/dist/components/UploadStatus.vue.d.ts.map +1 -1
- package/dist/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts +9 -8
- package/dist/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts.map +1 -1
- package/dist/components/breadcrumb/ComplexBreadcrumb.vue.d.ts +218 -0
- package/dist/components/breadcrumb/ComplexBreadcrumb.vue.d.ts.map +1 -0
- package/dist/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts +8 -7
- package/dist/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts.map +1 -1
- package/dist/components/config/AddPairInConfigDialog.vue.d.ts +9 -8
- package/dist/components/config/AddPairInConfigDialog.vue.d.ts.map +1 -1
- package/dist/components/config/ConfigUpload.vue.d.ts +3 -2
- package/dist/components/config/ConfigUpload.vue.d.ts.map +1 -1
- package/dist/components/config/ListVersionConfig.vue.d.ts +9 -8
- package/dist/components/config/ListVersionConfig.vue.d.ts.map +1 -1
- package/dist/components/layouts/AppFooter.vue.d.ts +115 -0
- package/dist/components/layouts/AppFooter.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppLayout.vue.d.ts +702 -0
- package/dist/components/layouts/AppLayout.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppMobileLayout.vue.d.ts +160 -0
- package/dist/components/layouts/AppMobileLayout.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppSidebar.vue.d.ts +116 -0
- package/dist/components/layouts/AppSidebar.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppSubmenu.vue.d.ts +45 -0
- package/dist/components/layouts/AppSubmenu.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppTopbar.vue.d.ts +268 -0
- package/dist/components/layouts/AppTopbar.vue.d.ts.map +1 -0
- package/dist/components/menu/ActionMenu.vue.d.ts +5 -4
- package/dist/components/menu/ActionMenu.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentFiltersHeader.vue.d.ts +29 -5
- package/dist/components/navigation/ContentFiltersHeader.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentGridView.vue.d.ts +7 -6
- package/dist/components/navigation/ContentGridView.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentListView.vue.d.ts +5 -4
- package/dist/components/navigation/ContentListView.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentTableView.vue.d.ts +11 -10
- package/dist/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/components/navigation/DynamicContentView.vue.d.ts +99 -95
- package/dist/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/components/navigation/LayoutSelector.vue.d.ts +3 -2
- package/dist/components/navigation/LayoutSelector.vue.d.ts.map +1 -1
- package/dist/components/navigation/PreviewPanel.vue.d.ts +68 -31
- package/dist/components/navigation/PreviewPanel.vue.d.ts.map +1 -1
- package/dist/components/pagination/PaginatorComponent.vue.d.ts +3 -3
- package/dist/components/pagination/PaginatorComponent.vue.d.ts.map +1 -1
- package/dist/components/popup/CopyOrMovePopup.vue.d.ts +16 -14
- package/dist/components/popup/CopyOrMovePopup.vue.d.ts.map +1 -1
- package/dist/components/popup/CreateWorkflowPopup.vue.d.ts +29 -28
- package/dist/components/popup/CreateWorkflowPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/ImportNewVersionPopup.vue.d.ts +11 -10
- package/dist/components/popup/ImportNewVersionPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/ImportPopupWithWorker.vue.d.ts +19 -1
- package/dist/components/popup/ImportPopupWithWorker.vue.d.ts.map +1 -1
- package/dist/components/popup/MemberListPopup.vue.d.ts +18 -17
- package/dist/components/popup/MemberListPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/SendMailPopup.vue.d.ts +13 -12
- package/dist/components/popup/SendMailPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/ShareLinkPopup.vue.d.ts +15 -10
- package/dist/components/popup/ShareLinkPopup.vue.d.ts.map +1 -1
- package/dist/components/search/AddCriterionPopup.vue.d.ts +19 -18
- package/dist/components/search/AddCriterionPopup.vue.d.ts.map +1 -1
- package/dist/components/search/AdvancedSearchPanel.vue.d.ts +43 -41
- package/dist/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/components/search/AdvancedViewPanel.vue.d.ts +43 -41
- package/dist/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
- package/dist/components/search/ExactSearch.vue.d.ts +3 -2
- package/dist/components/search/ExactSearch.vue.d.ts.map +1 -1
- package/dist/components/search/SaveViewPopup.vue.d.ts +11 -10
- package/dist/components/search/SaveViewPopup.vue.d.ts.map +1 -1
- package/dist/components/search/UserViewsFavoritesPanel.vue.d.ts +3 -2
- package/dist/components/search/UserViewsFavoritesPanel.vue.d.ts.map +1 -1
- package/dist/components/users/MemberList.vue.d.ts +15 -14
- package/dist/components/users/MemberList.vue.d.ts.map +1 -1
- package/dist/components/viewer/AudioPlayer.vue.d.ts +39 -0
- package/dist/components/viewer/AudioPlayer.vue.d.ts.map +1 -0
- package/dist/components/viewer/ImageViewer.vue.d.ts +10 -9
- package/dist/components/viewer/ImageViewer.vue.d.ts.map +1 -1
- package/dist/components/viewer/PDFComponent.vue.d.ts +20 -19
- package/dist/components/viewer/PDFComponent.vue.d.ts.map +1 -1
- package/dist/components/viewer/VideoPlayer.vue.d.ts +7 -6
- package/dist/components/viewer/VideoPlayer.vue.d.ts.map +1 -1
- package/dist/components/workspace/WorkspaceCard.vue.d.ts +184 -0
- package/dist/components/workspace/WorkspaceCard.vue.d.ts.map +1 -0
- package/dist/components/workspace/WorkspaceList.vue.d.ts +380 -0
- package/dist/components/workspace/WorkspaceList.vue.d.ts.map +1 -0
- package/dist/composables/useCollabEditor.d.ts.map +1 -1
- package/dist/composables/useLayout.d.ts +86 -0
- package/dist/composables/useLayout.d.ts.map +1 -0
- package/dist/composables/useTheme.d.ts +105 -0
- package/dist/composables/useTheme.d.ts.map +1 -0
- package/dist/i18n/index.d.ts +96 -418
- package/dist/i18n/index.d.ts.map +1 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/pages/ErrorPage.vue.d.ts.map +1 -1
- package/dist/pages/LoginPage.vue.d.ts +11 -10
- package/dist/pages/LoginPage.vue.d.ts.map +1 -1
- package/dist/pages/NotFoundPages.vue.d.ts +29 -4
- package/dist/pages/NotFoundPages.vue.d.ts.map +1 -1
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +12796 -10277
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +20 -19
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/services/AlfrescoNodeService.d.ts.map +1 -1
- package/dist/services/CollabService.d.ts +2 -12
- package/dist/services/CollabService.d.ts.map +1 -1
- package/dist/stores/menu.d.ts.map +1 -1
- package/dist/stores/search.d.ts.map +1 -1
- package/package.json +4 -2
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
4
|
+
import { ImageProps, ImageSlots, ImageMethods } from 'primevue/image';
|
|
5
|
+
import { ToolbarProps, ToolbarSlots } from 'primevue/toolbar';
|
|
6
|
+
import { TagProps, TagSlots } from 'primevue/tag';
|
|
6
7
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
7
8
|
canUpload: {
|
|
8
9
|
type: BooleanConstructor;
|
|
@@ -68,15 +69,15 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
68
69
|
}>> & Readonly<{
|
|
69
70
|
onReload?: (...args: any[]) => any;
|
|
70
71
|
}>, {
|
|
71
|
-
canUpload: boolean;
|
|
72
72
|
versionId: string;
|
|
73
|
+
canUpload: boolean;
|
|
73
74
|
showTitle: boolean;
|
|
74
75
|
showButtons: boolean;
|
|
75
76
|
}, {}, {
|
|
76
|
-
PrimeButton:
|
|
77
|
-
PrimeImage:
|
|
78
|
-
PrimeToolBar:
|
|
79
|
-
PrimeTag:
|
|
77
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
78
|
+
PrimeImage: DefineComponent<ImageProps, ImageSlots, ((e: "error") => void) & ((e: "hide") => void) & ((e: "show") => void), ImageMethods>;
|
|
79
|
+
PrimeToolBar: DefineComponent<ToolbarProps, ToolbarSlots, (e: string, ...args: any[]) => void>;
|
|
80
|
+
PrimeTag: DefineComponent<TagProps, TagSlots, (e: string, ...args: any[]) => void>;
|
|
80
81
|
}, {
|
|
81
82
|
tooltip: ObjectDirective<any, any, string, any>;
|
|
82
83
|
}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageViewer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/viewer/ImageViewer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ImageViewer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/viewer/ImageViewer.vue"],"names":[],"mappings":";;;;;;AA6EA;"}
|
|
@@ -2,11 +2,12 @@ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps,
|
|
|
2
2
|
import { PDFDocumentLoadingTask } from 'pdfjs-dist/types/src/display/api';
|
|
3
3
|
import { WatermarkOptions, HighlightOptions, AnnotationEventPayload, HighlightEventPayload, TextLayerLoadedEventPayload } from '@tato30/vue-pdf';
|
|
4
4
|
import { PageViewport } from 'pdfjs-dist/types/src/display/display_utils';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
5
|
+
import { DefineComponent } from '@primevue/core';
|
|
6
|
+
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
7
|
+
import { ProgressSpinnerProps, ProgressSpinnerSlots } from 'primevue/progressspinner';
|
|
8
|
+
import { DividerProps, DividerSlots } from 'primevue/divider';
|
|
9
|
+
import { TagProps, TagSlots } from 'primevue/tag';
|
|
10
|
+
import { InputNumberProps, InputNumberSlots, InputNumberInputEvent, InputNumberBlurEvent, InputNumberMethods } from 'primevue/inputnumber';
|
|
10
11
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
11
12
|
url: {
|
|
12
13
|
type: StringConstructor;
|
|
@@ -74,13 +75,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
74
75
|
}, {}, {
|
|
75
76
|
VuePDF: {
|
|
76
77
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
77
|
-
pdf: {
|
|
78
|
-
type: PropType<PDFDocumentLoadingTask>;
|
|
79
|
-
};
|
|
80
78
|
page: {
|
|
81
79
|
type: PropType<number>;
|
|
82
80
|
default: number;
|
|
83
81
|
};
|
|
82
|
+
pdf: {
|
|
83
|
+
type: PropType<PDFDocumentLoadingTask>;
|
|
84
|
+
};
|
|
84
85
|
scale: {
|
|
85
86
|
type: PropType<number>;
|
|
86
87
|
default: number;
|
|
@@ -169,13 +170,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
169
170
|
M: {};
|
|
170
171
|
Defaults: {};
|
|
171
172
|
}, Readonly< ExtractPropTypes<{
|
|
172
|
-
pdf: {
|
|
173
|
-
type: PropType<PDFDocumentLoadingTask>;
|
|
174
|
-
};
|
|
175
173
|
page: {
|
|
176
174
|
type: PropType<number>;
|
|
177
175
|
default: number;
|
|
178
176
|
};
|
|
177
|
+
pdf: {
|
|
178
|
+
type: PropType<PDFDocumentLoadingTask>;
|
|
179
|
+
};
|
|
179
180
|
scale: {
|
|
180
181
|
type: PropType<number>;
|
|
181
182
|
default: number;
|
|
@@ -254,13 +255,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
254
255
|
__isTeleport?: never;
|
|
255
256
|
__isSuspense?: never;
|
|
256
257
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
257
|
-
pdf: {
|
|
258
|
-
type: PropType<PDFDocumentLoadingTask>;
|
|
259
|
-
};
|
|
260
258
|
page: {
|
|
261
259
|
type: PropType<number>;
|
|
262
260
|
default: number;
|
|
263
261
|
};
|
|
262
|
+
pdf: {
|
|
263
|
+
type: PropType<PDFDocumentLoadingTask>;
|
|
264
|
+
};
|
|
264
265
|
scale: {
|
|
265
266
|
type: PropType<number>;
|
|
266
267
|
default: number;
|
|
@@ -350,11 +351,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
350
351
|
}): any;
|
|
351
352
|
};
|
|
352
353
|
});
|
|
353
|
-
PrimeButton:
|
|
354
|
-
PrimeProgressSpinner:
|
|
355
|
-
PrimeDivider:
|
|
356
|
-
PrimeTag:
|
|
357
|
-
PrimeInputNumber:
|
|
354
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
355
|
+
PrimeProgressSpinner: DefineComponent<ProgressSpinnerProps, ProgressSpinnerSlots, (e: string, ...args: any[]) => void>;
|
|
356
|
+
PrimeDivider: DefineComponent<DividerProps, DividerSlots, (e: string, ...args: any[]) => void>;
|
|
357
|
+
PrimeTag: DefineComponent<TagProps, TagSlots, (e: string, ...args: any[]) => void>;
|
|
358
|
+
PrimeInputNumber: DefineComponent<InputNumberProps, InputNumberSlots, ((e: "update:modelValue", value: number) => void) & ((e: "value-change", value: number) => void) & ((e: "input", event: InputNumberInputEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: InputNumberBlurEvent) => void), InputNumberMethods>;
|
|
358
359
|
}, {
|
|
359
360
|
tooltip: ObjectDirective<any, any, string, any>;
|
|
360
361
|
}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PDFComponent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/viewer/PDFComponent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PDFComponent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/viewer/PDFComponent.vue"],"names":[],"mappings":";;;;;;;;;;AA0LA;"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { TagProps, TagSlots } from 'primevue/tag';
|
|
4
|
+
import { ToolbarProps, ToolbarSlots } from 'primevue/toolbar';
|
|
5
|
+
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
5
6
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
6
7
|
canUpload: {
|
|
7
8
|
type: BooleanConstructor;
|
|
@@ -40,9 +41,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
40
41
|
contentNode: Record<string, any>;
|
|
41
42
|
contentUrl: string;
|
|
42
43
|
}, {}, {
|
|
43
|
-
PrimeTag:
|
|
44
|
-
PrimeToolBar:
|
|
45
|
-
PrimeButton:
|
|
44
|
+
PrimeTag: DefineComponent<TagProps, TagSlots, (e: string, ...args: any[]) => void>;
|
|
45
|
+
PrimeToolBar: DefineComponent<ToolbarProps, ToolbarSlots, (e: string, ...args: any[]) => void>;
|
|
46
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
46
47
|
}, {
|
|
47
48
|
tooltip: ObjectDirective<any, any, string, any>;
|
|
48
49
|
}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VideoPlayer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/viewer/VideoPlayer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VideoPlayer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/viewer/VideoPlayer.vue"],"names":[],"mappings":";;;;;AAuDA;"}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
/**
|
|
4
|
+
* Workspace object with properties: title, description, visibility, role, etc.
|
|
5
|
+
*/
|
|
6
|
+
workspace: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Show the description
|
|
12
|
+
*/
|
|
13
|
+
showDescription: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Show the visibility icon
|
|
19
|
+
*/
|
|
20
|
+
showVisibility: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Show the role badge
|
|
26
|
+
*/
|
|
27
|
+
showRole: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Show the action menu button (3 dots)
|
|
33
|
+
*/
|
|
34
|
+
showActionMenu: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Make the card clickable
|
|
40
|
+
*/
|
|
41
|
+
clickable: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Tooltip for action menu button
|
|
47
|
+
*/
|
|
48
|
+
actionMenuTooltip: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Text shown when no description
|
|
54
|
+
*/
|
|
55
|
+
noDescriptionText: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Custom role labels mapping
|
|
61
|
+
*/
|
|
62
|
+
roleLabels: {
|
|
63
|
+
type: ObjectConstructor;
|
|
64
|
+
default: () => {};
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Custom visibility labels mapping
|
|
68
|
+
*/
|
|
69
|
+
visibilityLabels: {
|
|
70
|
+
type: ObjectConstructor;
|
|
71
|
+
default: () => {};
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* Custom role tooltips mapping (explains what the role means)
|
|
75
|
+
*/
|
|
76
|
+
roleTooltips: {
|
|
77
|
+
type: ObjectConstructor;
|
|
78
|
+
default: () => {};
|
|
79
|
+
};
|
|
80
|
+
}>, {}, {}, {
|
|
81
|
+
description(): any;
|
|
82
|
+
visibilityIcon(): any;
|
|
83
|
+
visibilityLabel(): any;
|
|
84
|
+
roleLabel(): any;
|
|
85
|
+
roleTooltip(): any;
|
|
86
|
+
}, {
|
|
87
|
+
handleClick(): void;
|
|
88
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "action-menu")[], "click" | "action-menu", PublicProps, Readonly< ExtractPropTypes<{
|
|
89
|
+
/**
|
|
90
|
+
* Workspace object with properties: title, description, visibility, role, etc.
|
|
91
|
+
*/
|
|
92
|
+
workspace: {
|
|
93
|
+
type: ObjectConstructor;
|
|
94
|
+
required: true;
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* Show the description
|
|
98
|
+
*/
|
|
99
|
+
showDescription: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* Show the visibility icon
|
|
105
|
+
*/
|
|
106
|
+
showVisibility: {
|
|
107
|
+
type: BooleanConstructor;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* Show the role badge
|
|
112
|
+
*/
|
|
113
|
+
showRole: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* Show the action menu button (3 dots)
|
|
119
|
+
*/
|
|
120
|
+
showActionMenu: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* Make the card clickable
|
|
126
|
+
*/
|
|
127
|
+
clickable: {
|
|
128
|
+
type: BooleanConstructor;
|
|
129
|
+
default: boolean;
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* Tooltip for action menu button
|
|
133
|
+
*/
|
|
134
|
+
actionMenuTooltip: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
default: string;
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* Text shown when no description
|
|
140
|
+
*/
|
|
141
|
+
noDescriptionText: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Custom role labels mapping
|
|
147
|
+
*/
|
|
148
|
+
roleLabels: {
|
|
149
|
+
type: ObjectConstructor;
|
|
150
|
+
default: () => {};
|
|
151
|
+
};
|
|
152
|
+
/**
|
|
153
|
+
* Custom visibility labels mapping
|
|
154
|
+
*/
|
|
155
|
+
visibilityLabels: {
|
|
156
|
+
type: ObjectConstructor;
|
|
157
|
+
default: () => {};
|
|
158
|
+
};
|
|
159
|
+
/**
|
|
160
|
+
* Custom role tooltips mapping (explains what the role means)
|
|
161
|
+
*/
|
|
162
|
+
roleTooltips: {
|
|
163
|
+
type: ObjectConstructor;
|
|
164
|
+
default: () => {};
|
|
165
|
+
};
|
|
166
|
+
}>> & Readonly<{
|
|
167
|
+
onClick?: (...args: any[]) => any;
|
|
168
|
+
"onAction-menu"?: (...args: any[]) => any;
|
|
169
|
+
}>, {
|
|
170
|
+
showDescription: boolean;
|
|
171
|
+
showVisibility: boolean;
|
|
172
|
+
showRole: boolean;
|
|
173
|
+
showActionMenu: boolean;
|
|
174
|
+
clickable: boolean;
|
|
175
|
+
actionMenuTooltip: string;
|
|
176
|
+
noDescriptionText: string;
|
|
177
|
+
roleLabels: Record<string, any>;
|
|
178
|
+
visibilityLabels: Record<string, any>;
|
|
179
|
+
roleTooltips: Record<string, any>;
|
|
180
|
+
}, {}, {}, {
|
|
181
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
182
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
183
|
+
export default _default;
|
|
184
|
+
//# sourceMappingURL=WorkspaceCard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkspaceCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/workspace/WorkspaceCard.vue"],"names":[],"mappings":";AAoFA;;IAgaI;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;IAxEH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG"}
|