@pristy/pristy-libvue 1.10.0 → 1.11.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/CodeMirrorEditor.vue.d.ts.map +1 -1
- package/dist/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts +0 -36
- package/dist/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentGridView.vue.d.ts +4 -1
- package/dist/components/navigation/ContentGridView.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentListView.vue.d.ts +4 -1
- package/dist/components/navigation/ContentListView.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentTableView.vue.d.ts +4 -1
- package/dist/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/components/navigation/DynamicContentView.vue.d.ts +25 -15
- package/dist/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/components/popup/CreateWorkflowPopup.vue.d.ts +9 -7
- package/dist/components/popup/CreateWorkflowPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/MemberListPopup.vue.d.ts +5 -5
- package/dist/components/popup/MemberListPopup.vue.d.ts.map +1 -1
- package/dist/components/users/MemberList.vue.d.ts +4 -4
- package/dist/components/users/MemberList.vue.d.ts.map +1 -1
- package/dist/composables/useCollabEditor.d.ts.map +1 -1
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +6837 -6627
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +19 -19
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/services/AlfrescoFileService.d.ts +17 -1
- package/dist/services/AlfrescoFileService.d.ts.map +1 -1
- package/dist/services/CollabService.d.ts.map +1 -1
- package/dist/services/MenuService.d.ts +1 -1
- package/dist/services/NodeToMenuItemService.d.ts +2 -2
- package/dist/services/NodeToMenuItemService.d.ts.map +1 -1
- package/dist/services/RocketChatService.d.ts.map +1 -1
- package/dist/services/WorkspaceService.d.ts +16 -35
- package/dist/services/WorkspaceService.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeMirrorEditor.vue.d.ts","sourceRoot":"","sources":["../../src/components/CodeMirrorEditor.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CodeMirrorEditor.vue.d.ts","sourceRoot":"","sources":["../../src/components/CodeMirrorEditor.vue"],"names":[],"mappings":";AA2QA;"}
|
|
@@ -8,26 +8,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8
8
|
type: ArrayConstructor;
|
|
9
9
|
default: () => any[];
|
|
10
10
|
};
|
|
11
|
-
currentNode: {
|
|
12
|
-
type: ObjectConstructor;
|
|
13
|
-
default: any;
|
|
14
|
-
};
|
|
15
11
|
isInSearch: {
|
|
16
12
|
type: BooleanConstructor;
|
|
17
13
|
default: boolean;
|
|
18
14
|
};
|
|
19
|
-
removeHome: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
isSmallScreen: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
isVerySmallScreen: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
15
|
menuActionVisible: {
|
|
32
16
|
type: BooleanConstructor;
|
|
33
17
|
default: boolean;
|
|
@@ -55,26 +39,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
55
39
|
type: ArrayConstructor;
|
|
56
40
|
default: () => any[];
|
|
57
41
|
};
|
|
58
|
-
currentNode: {
|
|
59
|
-
type: ObjectConstructor;
|
|
60
|
-
default: any;
|
|
61
|
-
};
|
|
62
42
|
isInSearch: {
|
|
63
43
|
type: BooleanConstructor;
|
|
64
44
|
default: boolean;
|
|
65
45
|
};
|
|
66
|
-
removeHome: {
|
|
67
|
-
type: BooleanConstructor;
|
|
68
|
-
default: boolean;
|
|
69
|
-
};
|
|
70
|
-
isSmallScreen: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
isVerySmallScreen: {
|
|
75
|
-
type: BooleanConstructor;
|
|
76
|
-
default: boolean;
|
|
77
|
-
};
|
|
78
46
|
menuActionVisible: {
|
|
79
47
|
type: BooleanConstructor;
|
|
80
48
|
default: boolean;
|
|
@@ -82,13 +50,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
82
50
|
}>> & Readonly<{
|
|
83
51
|
onReload?: (...args: any[]) => any;
|
|
84
52
|
}>, {
|
|
85
|
-
isSmallScreen: boolean;
|
|
86
53
|
path: unknown[];
|
|
87
|
-
currentNode: Record<string, any>;
|
|
88
54
|
isInSearch: boolean;
|
|
89
|
-
isVerySmallScreen: boolean;
|
|
90
55
|
menuActionVisible: boolean;
|
|
91
|
-
removeHome: boolean;
|
|
92
56
|
}, {}, {
|
|
93
57
|
ActionMenu: DefineComponent<ExtractPropTypes<{
|
|
94
58
|
actionMenuItems: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadCrumbAlfresco.vue.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/BreadCrumbAlfresco.vue"],"names":[],"mappings":";;;AAgFA
|
|
1
|
+
{"version":3,"file":"BreadCrumbAlfresco.vue.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/BreadCrumbAlfresco.vue"],"names":[],"mappings":";;;AAgFA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA+MmB,iBAAiB;uBACb,qBAAqB"}
|
|
@@ -33,6 +33,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
33
33
|
}, {
|
|
34
34
|
alfrescoFileService(): {
|
|
35
35
|
lruUrls: __DTS_DEFAULT_0__<any, any>;
|
|
36
|
+
pendingRenditions: Set<any>;
|
|
37
|
+
failedRenditions: __DTS_DEFAULT_0__<any, any>;
|
|
36
38
|
getThumbnailUrl(nodeId: any): any;
|
|
37
39
|
getPreviewUrl(nodeId: any): any;
|
|
38
40
|
getContentUrl(nodeId: any): any;
|
|
@@ -43,7 +45,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
43
45
|
_createRendition(nodeId: any, renditionBodyCreate: any): Promise<any>;
|
|
44
46
|
createVersionRendition(nodeId: any, versionId: any, rendition: any): Promise<any>;
|
|
45
47
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
46
|
-
|
|
48
|
+
handleThumbnailFallback(event: Event): void;
|
|
49
|
+
onImageLoadFailure(event: Event, node: any): void;
|
|
47
50
|
isThumbnailSupported(node: any): any;
|
|
48
51
|
getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
|
|
49
52
|
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentGridView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ContentGridView.vue"],"names":[],"mappings":";;;AAiIA
|
|
1
|
+
{"version":3,"file":"ContentGridView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ContentGridView.vue"],"names":[],"mappings":";;;AAiIA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAuPmB,iBAAiB;qBACf,mBAAmB;kBACtB,gBAAgB"}
|
|
@@ -32,6 +32,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
32
32
|
}, {
|
|
33
33
|
alfrescoFileService(): {
|
|
34
34
|
lruUrls: __DTS_DEFAULT_0__<any, any>;
|
|
35
|
+
pendingRenditions: Set<any>;
|
|
36
|
+
failedRenditions: __DTS_DEFAULT_0__<any, any>;
|
|
35
37
|
getThumbnailUrl(nodeId: any): any;
|
|
36
38
|
getPreviewUrl(nodeId: any): any;
|
|
37
39
|
getContentUrl(nodeId: any): any;
|
|
@@ -42,7 +44,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
42
44
|
_createRendition(nodeId: any, renditionBodyCreate: any): Promise<any>;
|
|
43
45
|
createVersionRendition(nodeId: any, versionId: any, rendition: any): Promise<any>;
|
|
44
46
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
45
|
-
|
|
47
|
+
handleThumbnailFallback(event: Event): void;
|
|
48
|
+
onImageLoadFailure(event: Event, node: any): void;
|
|
46
49
|
isThumbnailSupported(node: any): any;
|
|
47
50
|
getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
|
|
48
51
|
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentListView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ContentListView.vue"],"names":[],"mappings":";;;AA2IA
|
|
1
|
+
{"version":3,"file":"ContentListView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ContentListView.vue"],"names":[],"mappings":";;;AA2IA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA0PmB,iBAAiB;qBACf,mBAAmB"}
|
|
@@ -64,6 +64,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
64
64
|
getValue(obj: any, path: any): any;
|
|
65
65
|
alfrescoFileService(): {
|
|
66
66
|
lruUrls: __DTS_DEFAULT_0__<any, any>;
|
|
67
|
+
pendingRenditions: Set<any>;
|
|
68
|
+
failedRenditions: __DTS_DEFAULT_0__<any, any>;
|
|
67
69
|
getThumbnailUrl(nodeId: any): any;
|
|
68
70
|
getPreviewUrl(nodeId: any): any;
|
|
69
71
|
getContentUrl(nodeId: any): any;
|
|
@@ -74,7 +76,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
74
76
|
_createRendition(nodeId: any, renditionBodyCreate: any): Promise<any>;
|
|
75
77
|
createVersionRendition(nodeId: any, versionId: any, rendition: any): Promise<any>;
|
|
76
78
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
77
|
-
|
|
79
|
+
handleThumbnailFallback(event: Event): void;
|
|
80
|
+
onImageLoadFailure(event: Event, node: any): void;
|
|
78
81
|
isThumbnailSupported(node: any): any;
|
|
79
82
|
getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
|
|
80
83
|
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentTableView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ContentTableView.vue"],"names":[],"mappings":";;;AA6LA
|
|
1
|
+
{"version":3,"file":"ContentTableView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ContentTableView.vue"],"names":[],"mappings":";;;AA6LA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAmYmB,iBAAiB;kBAClB,gBAAgB;sBACZ,oBAAoB;qBACrB,mBAAmB;mBACrB,iBAAiB"}
|
|
@@ -214,6 +214,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
214
214
|
}, {
|
|
215
215
|
alfrescoFileService(): {
|
|
216
216
|
lruUrls: __DTS_DEFAULT_2__<any, any>;
|
|
217
|
+
pendingRenditions: Set<any>;
|
|
218
|
+
failedRenditions: __DTS_DEFAULT_2__<any, any>;
|
|
217
219
|
getThumbnailUrl(nodeId: any): any;
|
|
218
220
|
getPreviewUrl(nodeId: any): any;
|
|
219
221
|
getContentUrl(nodeId: any): any;
|
|
@@ -224,7 +226,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
224
226
|
_createRendition(nodeId: any, renditionBodyCreate: any): Promise<any>;
|
|
225
227
|
createVersionRendition(nodeId: any, versionId: any, rendition: any): Promise<any>;
|
|
226
228
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
227
|
-
|
|
229
|
+
handleThumbnailFallback(event: Event): void;
|
|
230
|
+
onImageLoadFailure(event: Event, node: any): void;
|
|
228
231
|
isThumbnailSupported(node: any): any;
|
|
229
232
|
getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
|
|
230
233
|
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
|
|
@@ -349,6 +352,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
349
352
|
}, {
|
|
350
353
|
alfrescoFileService(): {
|
|
351
354
|
lruUrls: __DTS_DEFAULT_2__<any, any>;
|
|
355
|
+
pendingRenditions: Set<any>;
|
|
356
|
+
failedRenditions: __DTS_DEFAULT_2__<any, any>;
|
|
352
357
|
getThumbnailUrl(nodeId: any): any;
|
|
353
358
|
getPreviewUrl(nodeId: any): any;
|
|
354
359
|
getContentUrl(nodeId: any): any;
|
|
@@ -359,7 +364,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
359
364
|
_createRendition(nodeId: any, renditionBodyCreate: any): Promise<any>;
|
|
360
365
|
createVersionRendition(nodeId: any, versionId: any, rendition: any): Promise<any>;
|
|
361
366
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
362
|
-
|
|
367
|
+
handleThumbnailFallback(event: Event): void;
|
|
368
|
+
onImageLoadFailure(event: Event, node: any): void;
|
|
363
369
|
isThumbnailSupported(node: any): any;
|
|
364
370
|
getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
|
|
365
371
|
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
|
|
@@ -508,6 +514,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
508
514
|
getValue(obj: any, path: any): any;
|
|
509
515
|
alfrescoFileService(): {
|
|
510
516
|
lruUrls: __DTS_DEFAULT_2__<any, any>;
|
|
517
|
+
pendingRenditions: Set<any>;
|
|
518
|
+
failedRenditions: __DTS_DEFAULT_2__<any, any>;
|
|
511
519
|
getThumbnailUrl(nodeId: any): any;
|
|
512
520
|
getPreviewUrl(nodeId: any): any;
|
|
513
521
|
getContentUrl(nodeId: any): any;
|
|
@@ -518,7 +526,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
518
526
|
_createRendition(nodeId: any, renditionBodyCreate: any): Promise<any>;
|
|
519
527
|
createVersionRendition(nodeId: any, versionId: any, rendition: any): Promise<any>;
|
|
520
528
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
521
|
-
|
|
529
|
+
handleThumbnailFallback(event: Event): void;
|
|
530
|
+
onImageLoadFailure(event: Event, node: any): void;
|
|
522
531
|
isThumbnailSupported(node: any): any;
|
|
523
532
|
getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
|
|
524
533
|
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
|
|
@@ -770,16 +779,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
770
779
|
label: string;
|
|
771
780
|
value: number;
|
|
772
781
|
};
|
|
782
|
+
workspaceMembersOnly: boolean;
|
|
773
783
|
searchInput: any;
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
value: any;
|
|
777
|
-
matchMode: string;
|
|
778
|
-
};
|
|
779
|
-
};
|
|
784
|
+
isSearching: boolean;
|
|
785
|
+
searchTimeout: any;
|
|
780
786
|
usersList: any[];
|
|
781
787
|
minDate: Date;
|
|
782
788
|
}, {
|
|
789
|
+
workspaceId(): any;
|
|
783
790
|
stepItems(): {
|
|
784
791
|
label: string;
|
|
785
792
|
}[];
|
|
@@ -787,7 +794,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
787
794
|
}, {
|
|
788
795
|
nextStep(): void;
|
|
789
796
|
prevStep(): void;
|
|
790
|
-
|
|
797
|
+
onSearchInput(): void;
|
|
798
|
+
loadWorkspaceMembers(): void;
|
|
799
|
+
searchUsers(term: any): void;
|
|
791
800
|
closePopup(reload: any): void;
|
|
792
801
|
startWorkflow(): void;
|
|
793
802
|
}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "message")[], "close" | "message", PublicProps, Readonly<{}> & Readonly<{
|
|
@@ -806,6 +815,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
806
815
|
PrimeCalendar: __DTS_DEFAULT_16__;
|
|
807
816
|
PrimeTextArea: __DTS_DEFAULT_17__;
|
|
808
817
|
PrimeInputIcon: __DTS_DEFAULT_18__;
|
|
818
|
+
PrimeCheckbox: typeof Checkbox;
|
|
809
819
|
PrimeMessage: __DTS_DEFAULT_9__;
|
|
810
820
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
811
821
|
ImportNewVersionPopup: DefineComponent<{}, {}, {
|
|
@@ -849,7 +859,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
849
859
|
}, {
|
|
850
860
|
onGoToSiteMemberPage(): void;
|
|
851
861
|
closePopup(reload: any): void;
|
|
852
|
-
loadMembers(): void;
|
|
862
|
+
loadMembers(siteId: any): void;
|
|
853
863
|
updateInheritedGroup(node: any): any;
|
|
854
864
|
fetchGroupMemberships(): void;
|
|
855
865
|
loadPermissions(): void;
|
|
@@ -910,16 +920,16 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
910
920
|
rolesValues: {
|
|
911
921
|
name: string;
|
|
912
922
|
}[];
|
|
913
|
-
membersToAddList: any;
|
|
914
923
|
defaultDropDownValue: {
|
|
915
924
|
name: string;
|
|
916
925
|
};
|
|
917
926
|
selectedMemberToAdd: any;
|
|
918
|
-
filteredMembers: any;
|
|
927
|
+
filteredMembers: any[];
|
|
919
928
|
addSelectedRole: any;
|
|
920
929
|
heredityValue: any;
|
|
921
|
-
}, {
|
|
922
|
-
|
|
930
|
+
}, {
|
|
931
|
+
sortableMembers(): any[];
|
|
932
|
+
}, {
|
|
923
933
|
toggleAddMember(): void;
|
|
924
934
|
toggleChangeMemberRole(member: any): void;
|
|
925
935
|
toggleDeleteMember(member: any): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAyKA
|
|
1
|
+
{"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAyKA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAuiBmB,iBAAiB;qBAEf,mBAAmB;qBADnB,mBAAmB"}
|
|
@@ -11,6 +11,7 @@ import { default as IconField } from 'primevue/iconfield';
|
|
|
11
11
|
import { default as Calendar } from 'primevue/calendar';
|
|
12
12
|
import { default as Textarea } from 'primevue/textarea';
|
|
13
13
|
import { default as InputIcon } from 'primevue/inputicon';
|
|
14
|
+
import { default as Checkbox } from 'primevue/checkbox';
|
|
14
15
|
import { default as Message } from 'primevue/message';
|
|
15
16
|
declare const _default: DefineComponent<{}, {}, {
|
|
16
17
|
activeStep: number;
|
|
@@ -33,16 +34,14 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
33
34
|
label: string;
|
|
34
35
|
value: number;
|
|
35
36
|
};
|
|
37
|
+
workspaceMembersOnly: boolean;
|
|
36
38
|
searchInput: any;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
value: any;
|
|
40
|
-
matchMode: string;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
39
|
+
isSearching: boolean;
|
|
40
|
+
searchTimeout: any;
|
|
43
41
|
usersList: any[];
|
|
44
42
|
minDate: Date;
|
|
45
43
|
}, {
|
|
44
|
+
workspaceId(): any;
|
|
46
45
|
stepItems(): {
|
|
47
46
|
label: string;
|
|
48
47
|
}[];
|
|
@@ -50,7 +49,9 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
50
49
|
}, {
|
|
51
50
|
nextStep(): void;
|
|
52
51
|
prevStep(): void;
|
|
53
|
-
|
|
52
|
+
onSearchInput(): void;
|
|
53
|
+
loadWorkspaceMembers(): void;
|
|
54
|
+
searchUsers(term: any): void;
|
|
54
55
|
closePopup(reload: any): void;
|
|
55
56
|
startWorkflow(): void;
|
|
56
57
|
}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "message")[], "close" | "message", PublicProps, Readonly<{}> & Readonly<{
|
|
@@ -69,6 +70,7 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
69
70
|
PrimeCalendar: typeof Calendar;
|
|
70
71
|
PrimeTextArea: typeof Textarea;
|
|
71
72
|
PrimeInputIcon: typeof InputIcon;
|
|
73
|
+
PrimeCheckbox: typeof Checkbox;
|
|
72
74
|
PrimeMessage: typeof Message;
|
|
73
75
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
74
76
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateWorkflowPopup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/popup/CreateWorkflowPopup.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CreateWorkflowPopup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/popup/CreateWorkflowPopup.vue"],"names":[],"mappings":";AAyRA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAolBmB,iBAAiB;mBARjB,iBAAiB;sBAEd,oBAAoB;mBACvB,iBAAiB;qBAEf,mBAAmB;kBADtB,gBAAgB;mBAEf,iBAAiB;sBACd,oBAAoB;sBAEpB,oBAAoB;qBACrB,mBAAmB;qBACnB,mBAAmB;sBAClB,oBAAoB;qBAXrB,mBAAmB;oBAYpB,kBAAkB"}
|
|
@@ -28,7 +28,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
28
28
|
}, {
|
|
29
29
|
onGoToSiteMemberPage(): void;
|
|
30
30
|
closePopup(reload: any): void;
|
|
31
|
-
loadMembers(): void;
|
|
31
|
+
loadMembers(siteId: any): void;
|
|
32
32
|
updateInheritedGroup(node: any): any;
|
|
33
33
|
fetchGroupMemberships(): void;
|
|
34
34
|
loadPermissions(): void;
|
|
@@ -89,16 +89,16 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
89
89
|
rolesValues: {
|
|
90
90
|
name: string;
|
|
91
91
|
}[];
|
|
92
|
-
membersToAddList: any;
|
|
93
92
|
defaultDropDownValue: {
|
|
94
93
|
name: string;
|
|
95
94
|
};
|
|
96
95
|
selectedMemberToAdd: any;
|
|
97
|
-
filteredMembers: any;
|
|
96
|
+
filteredMembers: any[];
|
|
98
97
|
addSelectedRole: any;
|
|
99
98
|
heredityValue: any;
|
|
100
|
-
}, {
|
|
101
|
-
|
|
99
|
+
}, {
|
|
100
|
+
sortableMembers(): any[];
|
|
101
|
+
}, {
|
|
102
102
|
toggleAddMember(): void;
|
|
103
103
|
toggleChangeMemberRole(member: any): void;
|
|
104
104
|
toggleDeleteMember(member: any): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MemberListPopup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/popup/MemberListPopup.vue"],"names":[],"mappings":";;;;;;AA2GA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"MemberListPopup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/popup/MemberListPopup.vue"],"names":[],"mappings":";;;;;;AA2GA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAyQmB,iBAAiB;mBADjB,iBAAiB"}
|
|
@@ -51,16 +51,16 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
51
51
|
rolesValues: {
|
|
52
52
|
name: string;
|
|
53
53
|
}[];
|
|
54
|
-
membersToAddList: any;
|
|
55
54
|
defaultDropDownValue: {
|
|
56
55
|
name: string;
|
|
57
56
|
};
|
|
58
57
|
selectedMemberToAdd: any;
|
|
59
|
-
filteredMembers: any;
|
|
58
|
+
filteredMembers: any[];
|
|
60
59
|
addSelectedRole: any;
|
|
61
60
|
heredityValue: any;
|
|
62
|
-
}, {
|
|
63
|
-
|
|
61
|
+
}, {
|
|
62
|
+
sortableMembers(): any[];
|
|
63
|
+
}, {
|
|
64
64
|
toggleAddMember(): void;
|
|
65
65
|
toggleChangeMemberRole(member: any): void;
|
|
66
66
|
toggleDeleteMember(member: any): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MemberList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/users/MemberList.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"MemberList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/users/MemberList.vue"],"names":[],"mappings":";AAwQA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAspBmB,iBAAiB;sBACd,oBAAoB;mBACvB,iBAAiB;mBACjB,iBAAiB;qBACf,mBAAmB;yBACf,uBAAuB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCollabEditor.d.ts","sourceRoot":"","sources":["../../src/composables/useCollabEditor.js"],"names":[],"mappings":"AA+IA;;;;;GAKG;AACH,
|
|
1
|
+
{"version":3,"file":"useCollabEditor.d.ts","sourceRoot":"","sources":["../../src/composables/useCollabEditor.js"],"names":[],"mappings":"AA+IA;;;;;GAKG;AACH,uCAypBC;AAhxBD,0BAA2B,QAAQ,CAAC;AACpC,4BAA6B,UAAU,CAAC"}
|