@pristy/pristy-libvue 2.18.2 → 2.19.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/README.md +13 -0
- package/dist/{ActivityHistory-Ceg-TT2z.js → ActivityHistory-_0tW0rvq.js} +46 -36
- package/dist/ActivityHistory-_0tW0rvq.js.map +1 -0
- package/dist/{BookmarksComponent-B9Cs5W3M.js → BookmarksComponent-Cho18tdw.js} +2 -2
- package/dist/{BookmarksComponent-B9Cs5W3M.js.map → BookmarksComponent-Cho18tdw.js.map} +1 -1
- package/dist/{ChartWrapper-FvxEDgfp.js → ChartWrapper-SxW9ySdd.js} +2 -2
- package/dist/{ChartWrapper-FvxEDgfp.js.map → ChartWrapper-SxW9ySdd.js.map} +1 -1
- package/dist/{DisplayFileInDashboardComponent-CNJXyoYF.js → DisplayFileInDashboardComponent-DybH5peP.js} +2 -2
- package/dist/{DisplayFileInDashboardComponent-CNJXyoYF.js.map → DisplayFileInDashboardComponent-DybH5peP.js.map} +1 -1
- package/dist/{ExternalApps-C7affsUK.js → ExternalApps-CAgQ4Fj6.js} +2 -2
- package/dist/{ExternalApps-C7affsUK.js.map → ExternalApps-CAgQ4Fj6.js.map} +1 -1
- package/dist/{FavoriteList-By-5ScJW.js → FavoriteList-CIvIXlWH.js} +2 -2
- package/dist/{FavoriteList-By-5ScJW.js.map → FavoriteList-CIvIXlWH.js.map} +1 -1
- package/dist/{MarkdownComponent-D3pdlWVI.js → MarkdownComponent-ClspMFPD.js} +2 -2
- package/dist/{MarkdownComponent-D3pdlWVI.js.map → MarkdownComponent-ClspMFPD.js.map} +1 -1
- package/dist/{SearchInput-DzA1MVbI.js → SearchInput-DqVul-dd.js} +2 -2
- package/dist/{SearchInput-DzA1MVbI.js.map → SearchInput-DqVul-dd.js.map} +1 -1
- package/dist/{UnknownBlockType-BfQLAxi6.js → UnknownBlockType-GuPCc_3z.js} +2 -2
- package/dist/{UnknownBlockType-BfQLAxi6.js.map → UnknownBlockType-GuPCc_3z.js.map} +1 -1
- package/dist/{index-B82yEdg6.js → index-Bat41R_Q.js} +10703 -9896
- package/dist/index-Bat41R_Q.js.map +1 -0
- package/dist/{jszip.min-BrmBkVmG.js → jszip.min-BNqdRFyY.js} +445 -443
- package/dist/jszip.min-BNqdRFyY.js.map +1 -0
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +190 -186
- package/dist/pristy-libvue.umd.js +30 -22
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +3 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts +3 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
- package/dist/src/components/config/ListVersionConfig.vue.d.ts +1 -1
- package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts +72 -0
- package/dist/src/components/dashboard/DashboardComponent.vue.d.ts +11 -0
- package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts +61 -0
- package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts +72 -0
- package/dist/src/components/dashboard/editor/block-configs/MyActivityConfig.vue.d.ts +66 -0
- package/dist/src/components/dashboard/editor/block-configs/MyActivityConfig.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts +11 -0
- package/dist/src/components/layouts/AppSubmenu.vue.d.ts +4 -2
- package/dist/src/components/layouts/AppSubmenu.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppSwitcher.vue.d.ts +63 -0
- package/dist/src/components/layouts/AppSwitcher.vue.d.ts.map +1 -0
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +29 -5
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/PreviewPanel.vue.d.ts +10 -0
- package/dist/src/components/popup/SendMailPopup.vue.d.ts +31 -5
- package/dist/src/components/popup/SendMailPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +1 -1
- package/dist/src/components/search/ExactSearch.vue.d.ts.map +1 -1
- package/dist/src/components/search/SaveViewPopup.vue.d.ts +1 -1
- package/dist/src/components/viewer/PDFComponent.vue.d.ts +10 -0
- package/dist/src/components/viewer/PDFComponent.vue.d.ts.map +1 -1
- package/dist/src/components/viewer/PdfSignaturePanel.vue.d.ts +9 -0
- package/dist/src/components/viewer/PdfSignaturePanel.vue.d.ts.map +1 -0
- package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +96 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +3 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/services/AppSwitcherService.d.ts +36 -0
- package/dist/src/services/AppSwitcherService.d.ts.map +1 -0
- package/dist/src/services/PdfSignatureService.d.ts +2 -0
- package/dist/src/services/PdfSignatureService.d.ts.map +1 -0
- package/dist/src/services/userSearchQuery.d.ts +31 -0
- package/dist/src/services/userSearchQuery.d.ts.map +1 -0
- package/dist/src/stores/config.d.ts +3 -0
- package/dist/src/stores/config.d.ts.map +1 -1
- package/dist/src/stores/search.d.ts +2 -0
- package/dist/src/stores/search.d.ts.map +1 -1
- package/dist/src/utils/classificationPlanUtils.d.ts +16 -0
- package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
- package/package.json +16 -13
- package/dist/ActivityHistory-Ceg-TT2z.js.map +0 -1
- package/dist/index-B82yEdg6.js.map +0 -1
- package/dist/jszip.min-BrmBkVmG.js.map +0 -1
|
@@ -2,10 +2,11 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
|
|
|
2
2
|
import { DefineComponent } from '@primevue/core';
|
|
3
3
|
import { DialogProps, DialogSlots } from 'primevue/dialog';
|
|
4
4
|
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
5
|
-
import {
|
|
5
|
+
import { AutoCompleteProps, AutoCompleteSlots, AutoCompleteChangeEvent, AutoCompleteCompleteEvent, AutoCompleteOptionSelectEvent, AutoCompleteOptionUnselectEvent, AutoCompleteDropdownClickEvent } from 'primevue/autocomplete';
|
|
6
6
|
import { TextareaProps, TextareaSlots } from 'primevue/textarea';
|
|
7
7
|
import { CheckboxProps, CheckboxSlots } from 'primevue/checkbox';
|
|
8
8
|
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
9
|
+
import { DatePickerProps, DatePickerSlots, DatePickerBlurEvent, DatePickerMonthChangeEvent, DatePickerYearChangeEvent } from 'primevue/datepicker';
|
|
9
10
|
declare const _default: DefineComponent<{}, {}, {
|
|
10
11
|
node: {};
|
|
11
12
|
to: any[];
|
|
@@ -16,8 +17,24 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
16
17
|
subject: any;
|
|
17
18
|
message: any;
|
|
18
19
|
attachment: boolean;
|
|
19
|
-
|
|
20
|
+
touched: {
|
|
21
|
+
to: boolean;
|
|
22
|
+
subject: boolean;
|
|
23
|
+
message: boolean;
|
|
24
|
+
};
|
|
25
|
+
subjectEdited: boolean;
|
|
26
|
+
messageEdited: boolean;
|
|
27
|
+
shareId: any;
|
|
28
|
+
date: any;
|
|
29
|
+
hasExpirationDate: boolean;
|
|
30
|
+
minExpirationDate: Date;
|
|
31
|
+
recipientSuggestions: any[];
|
|
20
32
|
}, {
|
|
33
|
+
errorTo(): string;
|
|
34
|
+
errorSubject(): string;
|
|
35
|
+
errorMessage(): string;
|
|
36
|
+
link(): string;
|
|
37
|
+
documentName(): any;
|
|
21
38
|
checkAllForm(): boolean;
|
|
22
39
|
checkValidTo(): string;
|
|
23
40
|
checkValidCC(): any;
|
|
@@ -25,19 +42,28 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
25
42
|
checkSubject(): string;
|
|
26
43
|
checkMessage(): string;
|
|
27
44
|
}, {
|
|
28
|
-
|
|
45
|
+
joinRecipients(recipients: any): any;
|
|
46
|
+
searchRecipients(event: any): Promise<void>;
|
|
47
|
+
formatUserDisplay(properties: any, person: any): any;
|
|
48
|
+
addRecipient(field: any, email: any): void;
|
|
49
|
+
onRecipientInput(event: any, field: any): void;
|
|
50
|
+
onRecipientBlur(event: any, field: any): void;
|
|
51
|
+
createSharedLink(): Promise<void>;
|
|
52
|
+
expirationChecked(): void;
|
|
53
|
+
updateLinkDate(): Promise<void>;
|
|
54
|
+
applyMailTemplate(): void;
|
|
29
55
|
closePopup(reload: any): void;
|
|
30
56
|
sendMail(): Promise<void>;
|
|
31
|
-
copyLinkClipboard(): void;
|
|
32
57
|
}, ComponentOptionsMixin, ComponentOptionsMixin, "close"[], "close", PublicProps, Readonly<{}> & Readonly<{
|
|
33
58
|
onClose?: (...args: any[]) => any;
|
|
34
59
|
}>, {}, {}, {
|
|
35
60
|
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)>;
|
|
36
61
|
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
37
|
-
|
|
62
|
+
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)>;
|
|
38
63
|
PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
39
64
|
PrimeCheckbox: DefineComponent<CheckboxProps, CheckboxSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: Event) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "update:indeterminate", value: false) => void)>;
|
|
40
65
|
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
66
|
+
PrimeDatePicker: DefineComponent<DatePickerProps, DatePickerSlots, ((e: "update:modelValue", value: Date | Date[]) => void) & ((e: "value-change", value: Date | Date[]) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: DatePickerBlurEvent) => void) & ((e: "show") => void) & ((e: "hide") => void) & ((e: "input", event: Event) => void) & ((e: "date-select", value: Date) => void) & ((e: "today-click", date: Date) => void) & ((e: "clear-click", event: Event) => void) & ((e: "month-change", event: DatePickerMonthChangeEvent) => void) & ((e: "year-change", event: DatePickerYearChangeEvent) => void) & ((e: "keydown", event: Event) => void)>;
|
|
41
67
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
42
68
|
export default _default;
|
|
43
69
|
//# sourceMappingURL=SendMailPopup.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SendMailPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/popup/SendMailPopup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SendMailPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/popup/SendMailPopup.vue"],"names":[],"mappings":";;;;;;;;;AAgPA;"}
|
|
@@ -643,8 +643,8 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
643
643
|
"onClear-error"?: (...args: any[]) => any;
|
|
644
644
|
}>, {
|
|
645
645
|
visible: boolean;
|
|
646
|
-
globalOnly: boolean;
|
|
647
646
|
errorMessage: string;
|
|
647
|
+
globalOnly: boolean;
|
|
648
648
|
viewData: Record<string, any>;
|
|
649
649
|
}, {}, {
|
|
650
650
|
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)>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdvancedSearchPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedSearchPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0NA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAseA,KAxX4B,CAwX5B,aAxX0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAwX1C,
|
|
1
|
+
{"version":3,"file":"AdvancedSearchPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedSearchPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0NA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAseA,KAxX4B,CAwX5B,aAxX0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAwX1C,KA7OiB;;2BA6OjB,KA1M8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA0M9B,KAxX4B,CAwX5B,aAxX0C"}
|
|
@@ -774,8 +774,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
774
774
|
"onClear-error"?: (...args: any[]) => any;
|
|
775
775
|
}>, {
|
|
776
776
|
visible: boolean;
|
|
777
|
-
globalOnly: boolean;
|
|
778
777
|
errorMessage: string;
|
|
778
|
+
globalOnly: boolean;
|
|
779
779
|
viewData: Record<string, any>;
|
|
780
780
|
}, {}, {
|
|
781
781
|
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)>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExactSearch.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/ExactSearch.vue"],"names":[],"mappings":";;;;AAgCA;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ExactSearch.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/ExactSearch.vue"],"names":[],"mappings":";;;;AAgCA;;;;;;;;;;;;;;;;;;;;6BAuK46F,KAAK;;uBAAs0B,KAAK"}
|
|
@@ -86,8 +86,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
86
86
|
"onClear-error"?: (...args: any[]) => any;
|
|
87
87
|
}>, {
|
|
88
88
|
visible: boolean;
|
|
89
|
-
globalOnly: boolean;
|
|
90
89
|
errorMessage: string;
|
|
90
|
+
globalOnly: boolean;
|
|
91
91
|
viewData: Record<string, any>;
|
|
92
92
|
}, {}, {
|
|
93
93
|
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)>;
|
|
@@ -53,6 +53,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
53
53
|
showFormFieldsDialog: boolean;
|
|
54
54
|
formFieldsData: any[];
|
|
55
55
|
formFieldValues: {};
|
|
56
|
+
signatures: any[];
|
|
57
|
+
showSignaturesDialog: boolean;
|
|
56
58
|
}, {
|
|
57
59
|
getVersionNumber(): string;
|
|
58
60
|
getFileName(): any;
|
|
@@ -60,6 +62,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
60
62
|
isRightButtonDisable(): boolean;
|
|
61
63
|
isPdfConsultationPage(): any;
|
|
62
64
|
isSmallScreen(): boolean;
|
|
65
|
+
hasSignatures(): boolean;
|
|
63
66
|
}, {
|
|
64
67
|
changePdfDisplay(): void;
|
|
65
68
|
setDefaultViewport(): void;
|
|
@@ -98,6 +101,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
98
101
|
*/
|
|
99
102
|
getLockedFormBytes(): Promise<Uint8Array | null>;
|
|
100
103
|
onAnnotation(value: any): void;
|
|
104
|
+
checkSignatures(): Promise<void>;
|
|
101
105
|
checkFormFields(): Promise<void>;
|
|
102
106
|
/**
|
|
103
107
|
* Drop the ReadOnly flags of the form so its fields become fillable.
|
|
@@ -422,6 +426,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
422
426
|
}): any;
|
|
423
427
|
};
|
|
424
428
|
});
|
|
429
|
+
PdfSignaturePanel: DefineComponent<{}, {
|
|
430
|
+
signatures: unknown[];
|
|
431
|
+
$props: {
|
|
432
|
+
readonly signatures?: unknown[];
|
|
433
|
+
};
|
|
434
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
425
435
|
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
426
436
|
PrimeProgressSpinner: DefineComponent<ProgressSpinnerProps, ProgressSpinnerSlots, (e: string, ...args: any[]) => void>;
|
|
427
437
|
PrimeDivider: DefineComponent<DividerProps, DividerSlots, (e: string, ...args: any[]) => void>;
|
|
@@ -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":";;;;;;;;;;;;;AAwSA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2nCI;;;;;;;OAOG;wBADU,MAAM,GAAC;QAAC,IAAI,EAAE,UAAU,CAAA;KAAC;;;;;;;;IA+DtC;;;;;OAKG;0BADU,OAAO,CAAC,UAAU,GAAC,IAAI,CAAC;;;;IA6FrC;;;;;;;OAOG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {
|
|
3
|
+
signatures: unknown[];
|
|
4
|
+
$props: {
|
|
5
|
+
readonly signatures?: unknown[];
|
|
6
|
+
};
|
|
7
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
|
9
|
+
//# sourceMappingURL=PdfSignaturePanel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfSignaturePanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/viewer/PdfSignaturePanel.vue"],"names":[],"mappings":";AA0FA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useClassificationPlan.d.ts","sourceRoot":"","sources":["../../../src/composables/useClassificationPlan.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"useClassificationPlan.d.ts","sourceRoot":"","sources":["../../../src/composables/useClassificationPlan.js"],"names":[],"mappings":";AAUA;;;;;;;;;GASG;AACH,mIANG;IAA2C,WAAW,EAA9C,OAAO,KAAK,EAAE,GAAG,KAAQ;IACU,cAAc,EAAjD,OAAO,KAAK,EAAE,GAAG,KAAQ;IACe,cAAc,EAAtD,OAAO,KAAK,EAAE,GAAG,CAAC,MAAO,IAAI,CAAC;IACU,mBAAmB,EAA3D,OAAO,KAAK,EAAE,GAAG,CAAC,MAAM,GAAC,IAAI,CAAC;IACb,KAAK;CAChC;;;;;;;;;;;;;;;;;;;EA0bA"}
|
package/dist/src/i18n/index.d.ts
CHANGED
|
@@ -270,6 +270,17 @@ declare const i18n: I18n<{
|
|
|
270
270
|
fichier_config: string;
|
|
271
271
|
fichier_log: string;
|
|
272
272
|
espace: string;
|
|
273
|
+
appSwitcher: {
|
|
274
|
+
title: string;
|
|
275
|
+
openLabel: string;
|
|
276
|
+
current: string;
|
|
277
|
+
portail: string;
|
|
278
|
+
espaces: string;
|
|
279
|
+
actes: string;
|
|
280
|
+
marches: string;
|
|
281
|
+
social: string;
|
|
282
|
+
media: string;
|
|
283
|
+
};
|
|
273
284
|
menu: {
|
|
274
285
|
espaces: string;
|
|
275
286
|
favoris: string;
|
|
@@ -351,6 +362,29 @@ declare const i18n: I18n<{
|
|
|
351
362
|
formFieldName: string;
|
|
352
363
|
formFieldType: string;
|
|
353
364
|
formFieldValue: string;
|
|
365
|
+
showSignatures: string;
|
|
366
|
+
signaturePanelTitle: string;
|
|
367
|
+
signature: {
|
|
368
|
+
unknownSigner: string;
|
|
369
|
+
modifiedAfter: string;
|
|
370
|
+
signedAgain: string;
|
|
371
|
+
declaredDate: string;
|
|
372
|
+
timestampDate: string;
|
|
373
|
+
reason: string;
|
|
374
|
+
location: string;
|
|
375
|
+
organization: string;
|
|
376
|
+
issuer: string;
|
|
377
|
+
certificateValidity: string;
|
|
378
|
+
certificateValidityValue: string;
|
|
379
|
+
notVerified: string;
|
|
380
|
+
standard: {
|
|
381
|
+
PADES: string;
|
|
382
|
+
ADOBE_PKCS7: string;
|
|
383
|
+
ADOBE_X509: string;
|
|
384
|
+
TIMESTAMP: string;
|
|
385
|
+
UNKNOWN: string;
|
|
386
|
+
};
|
|
387
|
+
};
|
|
354
388
|
};
|
|
355
389
|
sharelink: {
|
|
356
390
|
shareLinkOf: string;
|
|
@@ -902,9 +936,11 @@ declare const i18n: I18n<{
|
|
|
902
936
|
sendingMail: {
|
|
903
937
|
addCc: string;
|
|
904
938
|
addCci: string;
|
|
939
|
+
searchRecipient: string;
|
|
905
940
|
popup: {
|
|
906
941
|
defaultSubject: string;
|
|
907
942
|
defaultMessage: string;
|
|
943
|
+
defaultMessageNoExpiry: string;
|
|
908
944
|
};
|
|
909
945
|
errors: {
|
|
910
946
|
errorEmptyEmail: string;
|
|
@@ -1319,6 +1355,14 @@ declare const i18n: I18n<{
|
|
|
1319
1355
|
placeholder: string;
|
|
1320
1356
|
};
|
|
1321
1357
|
};
|
|
1358
|
+
dateFormat: {
|
|
1359
|
+
title: string;
|
|
1360
|
+
format: {
|
|
1361
|
+
label: string;
|
|
1362
|
+
help: string;
|
|
1363
|
+
preview: string;
|
|
1364
|
+
};
|
|
1365
|
+
};
|
|
1322
1366
|
numberConstraints: {
|
|
1323
1367
|
title: string;
|
|
1324
1368
|
default: {
|
|
@@ -1841,6 +1885,9 @@ declare const i18n: I18n<{
|
|
|
1841
1885
|
favoritesFilterSite: string;
|
|
1842
1886
|
favoritesSiteId: string;
|
|
1843
1887
|
favoritesSiteIdPlaceholder: string;
|
|
1888
|
+
activityScope: string;
|
|
1889
|
+
activityScopeAll: string;
|
|
1890
|
+
activityScopeMine: string;
|
|
1844
1891
|
isVerticalLayout: string;
|
|
1845
1892
|
noConfigNeeded: string;
|
|
1846
1893
|
apply: string;
|
|
@@ -1879,6 +1926,7 @@ declare const i18n: I18n<{
|
|
|
1879
1926
|
linksJson: string;
|
|
1880
1927
|
favoritesFilter: string;
|
|
1881
1928
|
favoritesSiteId: string;
|
|
1929
|
+
activityScope: string;
|
|
1882
1930
|
isVerticalLayout: string;
|
|
1883
1931
|
};
|
|
1884
1932
|
examples: {
|
|
@@ -2185,6 +2233,17 @@ declare const i18n: I18n<{
|
|
|
2185
2233
|
fichier_config: string;
|
|
2186
2234
|
fichier_log: string;
|
|
2187
2235
|
espace: string;
|
|
2236
|
+
appSwitcher: {
|
|
2237
|
+
title: string;
|
|
2238
|
+
openLabel: string;
|
|
2239
|
+
current: string;
|
|
2240
|
+
portail: string;
|
|
2241
|
+
espaces: string;
|
|
2242
|
+
actes: string;
|
|
2243
|
+
marches: string;
|
|
2244
|
+
social: string;
|
|
2245
|
+
media: string;
|
|
2246
|
+
};
|
|
2188
2247
|
menu: {
|
|
2189
2248
|
espaces: string;
|
|
2190
2249
|
favoris: string;
|
|
@@ -2266,6 +2325,29 @@ declare const i18n: I18n<{
|
|
|
2266
2325
|
formFieldName: string;
|
|
2267
2326
|
formFieldType: string;
|
|
2268
2327
|
formFieldValue: string;
|
|
2328
|
+
showSignatures: string;
|
|
2329
|
+
signaturePanelTitle: string;
|
|
2330
|
+
signature: {
|
|
2331
|
+
unknownSigner: string;
|
|
2332
|
+
modifiedAfter: string;
|
|
2333
|
+
signedAgain: string;
|
|
2334
|
+
declaredDate: string;
|
|
2335
|
+
timestampDate: string;
|
|
2336
|
+
reason: string;
|
|
2337
|
+
location: string;
|
|
2338
|
+
organization: string;
|
|
2339
|
+
issuer: string;
|
|
2340
|
+
certificateValidity: string;
|
|
2341
|
+
certificateValidityValue: string;
|
|
2342
|
+
notVerified: string;
|
|
2343
|
+
standard: {
|
|
2344
|
+
PADES: string;
|
|
2345
|
+
ADOBE_PKCS7: string;
|
|
2346
|
+
ADOBE_X509: string;
|
|
2347
|
+
TIMESTAMP: string;
|
|
2348
|
+
UNKNOWN: string;
|
|
2349
|
+
};
|
|
2350
|
+
};
|
|
2269
2351
|
};
|
|
2270
2352
|
sharelink: {
|
|
2271
2353
|
shareLinkOf: string;
|
|
@@ -2815,9 +2897,11 @@ declare const i18n: I18n<{
|
|
|
2815
2897
|
sendingMail: {
|
|
2816
2898
|
addCc: string;
|
|
2817
2899
|
addCci: string;
|
|
2900
|
+
searchRecipient: string;
|
|
2818
2901
|
popup: {
|
|
2819
2902
|
defaultSubject: string;
|
|
2820
2903
|
defaultMessage: string;
|
|
2904
|
+
defaultMessageNoExpiry: string;
|
|
2821
2905
|
};
|
|
2822
2906
|
errors: {
|
|
2823
2907
|
errorEmptyEmail: string;
|
|
@@ -3232,6 +3316,14 @@ declare const i18n: I18n<{
|
|
|
3232
3316
|
placeholder: string;
|
|
3233
3317
|
};
|
|
3234
3318
|
};
|
|
3319
|
+
dateFormat: {
|
|
3320
|
+
title: string;
|
|
3321
|
+
format: {
|
|
3322
|
+
label: string;
|
|
3323
|
+
help: string;
|
|
3324
|
+
preview: string;
|
|
3325
|
+
};
|
|
3326
|
+
};
|
|
3235
3327
|
numberConstraints: {
|
|
3236
3328
|
title: string;
|
|
3237
3329
|
default: {
|
|
@@ -3754,6 +3846,9 @@ declare const i18n: I18n<{
|
|
|
3754
3846
|
favoritesFilterSite: string;
|
|
3755
3847
|
favoritesSiteId: string;
|
|
3756
3848
|
favoritesSiteIdPlaceholder: string;
|
|
3849
|
+
activityScope: string;
|
|
3850
|
+
activityScopeAll: string;
|
|
3851
|
+
activityScopeMine: string;
|
|
3757
3852
|
isVerticalLayout: string;
|
|
3758
3853
|
noConfigNeeded: string;
|
|
3759
3854
|
apply: string;
|
|
@@ -3792,6 +3887,7 @@ declare const i18n: I18n<{
|
|
|
3792
3887
|
linksJson: string;
|
|
3793
3888
|
favoritesFilter: string;
|
|
3794
3889
|
favoritesSiteId: string;
|
|
3890
|
+
activityScope: string;
|
|
3795
3891
|
isVerticalLayout: string;
|
|
3796
3892
|
};
|
|
3797
3893
|
examples: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ import { default as AppTopbar } from '../components/layouts/AppTopbar.vue';
|
|
|
65
65
|
import { default as AppSubmenu } from '../components/layouts/AppSubmenu.vue';
|
|
66
66
|
import { default as AppFooter } from '../components/layouts/AppFooter.vue';
|
|
67
67
|
import { default as AppMobileLayout } from '../components/layouts/AppMobileLayout.vue';
|
|
68
|
+
import { default as AppSwitcher } from '../components/layouts/AppSwitcher.vue';
|
|
68
69
|
import { default as SidebarProfileSection } from '../components/layouts/SidebarProfileSection.vue';
|
|
69
70
|
import { default as ChatPanel } from '../components/chat/ChatPanel.vue';
|
|
70
71
|
import { default as ChatMessage } from '../components/chat/ChatMessage.vue';
|
|
@@ -150,7 +151,8 @@ export { useGhostNodes } from '../composables/useGhostNodes.js';
|
|
|
150
151
|
export namespace componentLibrary {
|
|
151
152
|
function install(app: any): void;
|
|
152
153
|
}
|
|
153
|
-
export { PDFComponent, PristyIcon, PaginatorComponent, CopyOrMovePopup, TreeExplorer, EllipsisBreadcrumb, BreadCrumbAlfresco, ComplexBreadcrumb, ContentTableView, ContentListView, ContentCompactTableView, ContentGridView, DynamicContentView, GhostNodeRow, ContentFiltersHeader, ImageViewer, VideoPlayer, AudioPlayer, PreviewPanel, LayoutSelector, ColumnTogglePanel, ContentToolbar, SelectionBar, HelpKeyMessage, SelectionStatus, MemberList, ActionMenu, CustomToastContent, FolderUpload, UploadTargetInfo, UploadStatus, AddPairInConfigDialog, ConfigDatatable, ConfigItemEditor, ConfigSplitView, ConfigUpload, ListVersionConfig, AddCriterionPopup, AdvancedSearchPanel, AdvancedViewPanel, ExactSearch, FavoriteViewMenu, UserViewsFavoritesPanel, SaveViewPopup, ViewResultsPanel, PdfToolsComponent, CodeMirrorEditor, DiffViewerDialog, ArrayEditor, WorkspaceCard, WorkspaceList, PredefinedViewsPanel, ViewList, ConfigHealthBanner, CreateWorkflowPopup, ImportNewVersionPopup, ShareLinkPopup, MemberListPopup, SendMailPopup, ImportPopupWithWorker, ErrorComponent, AppLayout, AppSidebar, AppTopbar, AppSubmenu, AppFooter, AppMobileLayout, SidebarProfileSection, ChatPanel, ChatMessage, ChatInput, ChatRoomList, DashboardComponent, DashboardEditor, DashboardAdminPage, VersionHistoryDialog, IconPickerDialog, AdminClassificationLauncher, ClassificationPlanList, ClassificationPlanCreate, AdminClassificationPage, NatureForm, FieldForm, EmplacementForm, UploadPlanPopup, NatureSelector, MetadataFormFields };
|
|
154
|
+
export { PDFComponent, PristyIcon, PaginatorComponent, CopyOrMovePopup, TreeExplorer, EllipsisBreadcrumb, BreadCrumbAlfresco, ComplexBreadcrumb, ContentTableView, ContentListView, ContentCompactTableView, ContentGridView, DynamicContentView, GhostNodeRow, ContentFiltersHeader, ImageViewer, VideoPlayer, AudioPlayer, PreviewPanel, LayoutSelector, ColumnTogglePanel, ContentToolbar, SelectionBar, HelpKeyMessage, SelectionStatus, MemberList, ActionMenu, CustomToastContent, FolderUpload, UploadTargetInfo, UploadStatus, AddPairInConfigDialog, ConfigDatatable, ConfigItemEditor, ConfigSplitView, ConfigUpload, ListVersionConfig, AddCriterionPopup, AdvancedSearchPanel, AdvancedViewPanel, ExactSearch, FavoriteViewMenu, UserViewsFavoritesPanel, SaveViewPopup, ViewResultsPanel, PdfToolsComponent, CodeMirrorEditor, DiffViewerDialog, ArrayEditor, WorkspaceCard, WorkspaceList, PredefinedViewsPanel, ViewList, ConfigHealthBanner, CreateWorkflowPopup, ImportNewVersionPopup, ShareLinkPopup, MemberListPopup, SendMailPopup, ImportPopupWithWorker, ErrorComponent, AppLayout, AppSidebar, AppTopbar, AppSubmenu, AppFooter, AppMobileLayout, AppSwitcher, SidebarProfileSection, ChatPanel, ChatMessage, ChatInput, ChatRoomList, DashboardComponent, DashboardEditor, DashboardAdminPage, VersionHistoryDialog, IconPickerDialog, AdminClassificationLauncher, ClassificationPlanList, ClassificationPlanCreate, AdminClassificationPage, NatureForm, FieldForm, EmplacementForm, UploadPlanPopup, NatureSelector, MetadataFormFields };
|
|
155
|
+
export { default as appSwitcherService, listApplications, KNOWN_APPLICATIONS } from '../services/AppSwitcherService.js';
|
|
154
156
|
export { default as filingPlanService, NatureDocument, TypeDossier } from '../services/FilingPlanService.js';
|
|
155
157
|
export { useLayout, MENU_MODES, MENU_THEMES } from '../composables/useLayout.js';
|
|
156
158
|
export { checkNotNull, checkString } from '../directives/assert.js';
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiHE,iCA6EC;;yBA7KsB,sCAAsC;uBACxC,6BAA6B;+BAFrB,gDAAgD;4BAGnD,wCAAwC;yBAC3C,+BAA+B;+BACzB,gDAAgD;+BAChD,gDAAgD;8BACjD,+CAA+C;6BAChD,8CAA8C;4BAC/C,6CAA6C;oCACrC,qDAAqD;4BAC7D,6CAA6C;+BAC1C,gDAAgD;yBACtD,0CAA0C;iCAClC,kDAAkD;wBAC3D,qCAAqC;wBACrC,qCAAqC;wBACrC,qCAAqC;yBACpC,0CAA0C;2BAOxC,4CAA4C;8BACzC,+CAA+C;2BAClD,4CAA4C;yBAC9C,0CAA0C;2BACxC,iCAAiC;4BARhC,kCAAkC;uBASvC,mCAAmC;uBACnC,kCAAkC;+BAC1B,2CAA2C;yBAGjD,+BAA+B;6BAD3B,mCAAmC;yBADvC,+BAA+B;kCAItB,+CAA+C;4BACrD,yCAAyC;6BACxC,0CAA0C;4BAC3C,yCAAyC;yBAC5C,sCAAsC;8BACjC,2CAA2C;8BAC3C,2CAA2C;gCACzC,6CAA6C;8BAC/C,2CAA2C;wBACjD,qCAAqC;6BAChC,0CAA0C;oCACnC,iDAAiD;0BAC3D,uCAAuC;6BACpC,0CAA0C;8BACzC,6CAA6C;6BAC9C,mCAAmC;6BACnC,mCAAmC;wBACxC,qCAAqC;0BAOnC,0CAA0C;0BAC1C,0CAA0C;iCACnC,6CAA6C;qBACzD,iCAAiC;+BATvB,4CAA4C;gCApC3C,4CAA4C;kCAC1C,8CAA8C;2BAErD,uCAAuC;4BACtC,wCAAwC;0BAC1C,sCAAsC;kCAY9B,8CAA8C;2BAoBrD,iCAAiC;sBA8BtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;4BAC9B,0CAA0C;wBAC9C,sCAAsC;kCAC5B,gDAAgD;sBApC5D,iCAAiC;wBAC/B,mCAAmC;sBACrC,iCAAiC;yBAC9B,oCAAoC;+BAO9B,+CAA+C;4BAClD,mDAAmD;+BAChD,+CAA+C;iCAC7C,wDAAwD;6BAC5D,mCAAmC;wCAGxB,6DAA6D;mCAClE,wDAAwD;qCACtD,0DAA0D;oCAC3D,yDAAyD;uBACtE,4CAA4C;sBAC7C,2CAA2C;4BACrC,iDAAiD;4BACjD,iDAAiD;2BAClD,gDAAgD;+BAC5C,oDAAoD"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* List the applications the switcher must offer.
|
|
3
|
+
*
|
|
4
|
+
* @param {Object} config ConfigStore state, or any plain object holding the same keys
|
|
5
|
+
* @param {string} [currentApp] key of the application being displayed
|
|
6
|
+
* @returns {Array<{key: string, label: ?string, labelKey: ?string, icon: ?string, url: string, current: boolean}>}
|
|
7
|
+
*/
|
|
8
|
+
export function listApplications(config: any, currentApp?: string): Array<{
|
|
9
|
+
key: string;
|
|
10
|
+
label: string | null;
|
|
11
|
+
labelKey: string | null;
|
|
12
|
+
icon: string | null;
|
|
13
|
+
url: string;
|
|
14
|
+
current: boolean;
|
|
15
|
+
}>;
|
|
16
|
+
export const KNOWN_APPLICATIONS: ({
|
|
17
|
+
key: string;
|
|
18
|
+
labelKey: string;
|
|
19
|
+
icon: string;
|
|
20
|
+
hostKey: string;
|
|
21
|
+
path: string;
|
|
22
|
+
flag?: undefined;
|
|
23
|
+
} | {
|
|
24
|
+
key: string;
|
|
25
|
+
labelKey: string;
|
|
26
|
+
icon: string;
|
|
27
|
+
hostKey: string;
|
|
28
|
+
path: string;
|
|
29
|
+
flag: string;
|
|
30
|
+
})[];
|
|
31
|
+
declare namespace _default {
|
|
32
|
+
export { listApplications };
|
|
33
|
+
export { KNOWN_APPLICATIONS };
|
|
34
|
+
}
|
|
35
|
+
export default _default;
|
|
36
|
+
//# sourceMappingURL=AppSwitcherService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppSwitcherService.d.ts","sourceRoot":"","sources":["../../../src/services/AppSwitcherService.js"],"names":[],"mappings":"AA6GA;;;;;;GAMG;AACH,2DAHW,MAAM,GACJ,KAAK,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAG,MAAM,OAAA,CAAC;IAAC,QAAQ,EAAG,MAAM,OAAA,CAAC;IAAC,IAAI,EAAG,MAAM,OAAA,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAC,CAAC,CAgBjH;AAjHD;;;;;;;;;;;;;;KAgDE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PdfSignatureService.d.ts","sourceRoot":"","sources":["../../../src/services/PdfSignatureService.js"],"names":[],"mappings":"AAmOO,yCAHI,UAAU,GACR,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAqClC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Splits a raw user input into search terms.
|
|
3
|
+
*
|
|
4
|
+
* A double-quoted segment yields a single term, so it keeps being rendered as
|
|
5
|
+
* a phrase by the SEARCH_USER_QUERY template.
|
|
6
|
+
*
|
|
7
|
+
* @param {string} userQuery raw user input
|
|
8
|
+
* @returns {string[]} the terms, in input order
|
|
9
|
+
*/
|
|
10
|
+
export function splitUserQueryTerms(userQuery: string): string[];
|
|
11
|
+
/**
|
|
12
|
+
* Builds the loose (non exact) AFTS query: the SEARCH_USER_QUERY template is
|
|
13
|
+
* applied to each term separately and the resulting blocks are joined with
|
|
14
|
+
* AND, so a document matches when every term is found, whichever field holds
|
|
15
|
+
* it.
|
|
16
|
+
*
|
|
17
|
+
* @param {string} template SEARCH_USER_QUERY, holding %s placeholders
|
|
18
|
+
* @param {string} userQuery raw user input
|
|
19
|
+
* @returns {string} the AFTS query
|
|
20
|
+
*/
|
|
21
|
+
export function buildLooseUserQuery(template: string, userQuery: string): string;
|
|
22
|
+
/**
|
|
23
|
+
* Builds the exact AFTS query: the whole input is rendered as a single phrase
|
|
24
|
+
* and the template wildcards are dropped.
|
|
25
|
+
*
|
|
26
|
+
* @param {string} template SEARCH_USER_QUERY, holding %s placeholders
|
|
27
|
+
* @param {string} userQuery raw user input
|
|
28
|
+
* @returns {string} the AFTS query
|
|
29
|
+
*/
|
|
30
|
+
export function buildExactUserQuery(template: string, userQuery: string): string;
|
|
31
|
+
//# sourceMappingURL=userSearchQuery.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"userSearchQuery.d.ts","sourceRoot":"","sources":["../../../src/services/userSearchQuery.js"],"names":[],"mappings":"AAmBA;;;;;;;;GAQG;AACH,+CAHW,MAAM,GACJ,MAAM,EAAE,CAWpB;AAED;;;;;;;;;GASG;AACH,8CAJW,MAAM,aACN,MAAM,GACJ,MAAM,CAQlB;AAED;;;;;;;GAOG;AACH,8CAJW,MAAM,aACN,MAAM,GACJ,MAAM,CAIlB"}
|
|
@@ -18,6 +18,7 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
|
|
|
18
18
|
BREADCRUMB_ROOT_URL: string;
|
|
19
19
|
EDIT_WITH_MSOFFICE: boolean;
|
|
20
20
|
NEW_PASSWORD_RULES: string;
|
|
21
|
+
APPLICATIONS: any[];
|
|
21
22
|
MENU_ESPACES: boolean;
|
|
22
23
|
MENU_ACTES: boolean;
|
|
23
24
|
MENU_MARCHES: boolean;
|
|
@@ -116,6 +117,7 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
|
|
|
116
117
|
BREADCRUMB_ROOT_URL: string;
|
|
117
118
|
EDIT_WITH_MSOFFICE: boolean;
|
|
118
119
|
NEW_PASSWORD_RULES: string;
|
|
120
|
+
APPLICATIONS: any[];
|
|
119
121
|
MENU_ESPACES: boolean;
|
|
120
122
|
MENU_ACTES: boolean;
|
|
121
123
|
MENU_MARCHES: boolean;
|
|
@@ -213,6 +215,7 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
|
|
|
213
215
|
BREADCRUMB_ROOT_URL: string;
|
|
214
216
|
EDIT_WITH_MSOFFICE: boolean;
|
|
215
217
|
NEW_PASSWORD_RULES: string;
|
|
218
|
+
APPLICATIONS: any[];
|
|
216
219
|
MENU_ESPACES: boolean;
|
|
217
220
|
MENU_ACTES: boolean;
|
|
218
221
|
MENU_MARCHES: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/stores/config.js"],"names":[],"mappings":";AAuBA
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/stores/config.js"],"names":[],"mappings":";AAuBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkMI;;;;;;;;;;OAUG;gCADU,OAAO;;;IASpB;;OAEG;;IAkBH;;;;;OAKG;0CADS,OAAO,CAAC,IAAI,CAAC;GAiC1B"}
|
|
@@ -32,6 +32,8 @@ import { ResultSetPaging } from '@alfresco/js-api';
|
|
|
32
32
|
* Actions:
|
|
33
33
|
* - reset: Resets the store state to its initial configuration using default values and external configurations.
|
|
34
34
|
* - defineUserQuery(userQuery): Constructs and updates the search query using the provided user input.
|
|
35
|
+
* Exact search renders the whole input as one phrase; loose search matches every term of the input,
|
|
36
|
+
* whichever field holds it.
|
|
35
37
|
* - queryStore(searchInput, page): Executes the configured search query and updates the store with the results.
|
|
36
38
|
* - addSortField(sortField): Adds a custom sort criterion.
|
|
37
39
|
* - removeSortField: Clears the existing sort configuration.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../src/stores/search.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../src/stores/search.js"],"names":[],"mappings":";;AAwBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuKI;;;;OAIG;2BAFe,KAAK,GACV,OAAO;;IA8BpB;;;;OAIG;qBAFe,KAAK,GACV,OAAO;;GAiBrB"}
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Parse a field value into a Date expressed in the browser's own time zone.
|
|
3
|
+
* @param {*} value - a Date, or a string to be validated by re-parsing
|
|
4
|
+
* @returns {Date|null} null when the value is not a usable date
|
|
5
|
+
*/
|
|
6
|
+
export function parseLocalDate(value: any): Date | null;
|
|
7
|
+
/**
|
|
8
|
+
* Format a field value for use inside a generated name (file or folder).
|
|
9
|
+
* A date field is rendered with its `format`, falling back to an ISO-like
|
|
10
|
+
* default that contains no character forbidden by the Alfresco cm:name
|
|
11
|
+
* constraint. Any other field type is stringified unchanged.
|
|
12
|
+
* @param {*} value - raw field value
|
|
13
|
+
* @param {Object} [fieldDef] - field definition from the plan's FIELDS
|
|
14
|
+
* @returns {string}
|
|
15
|
+
*/
|
|
16
|
+
export function formatFieldValue(value: any, fieldDef?: any): string;
|
|
1
17
|
/**
|
|
2
18
|
* Extract variable names from a template string.
|
|
3
19
|
* Supports ${var} and ${var:filter} syntax.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"classificationPlanUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/classificationPlanUtils.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"classificationPlanUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/classificationPlanUtils.js"],"names":[],"mappings":"AAMA;;;;GAIG;AACH,sCAHW,GAAC,GACC,IAAI,GAAC,IAAI,CA8BrB;AAED;;;;;;;;GAQG;AACH,wCAJW,GAAC,mBAEC,MAAM,CAgBlB;AAED;;;;;GAKG;AACH,2CAHW,MAAM,GACJ,MAAM,EAAE,CASpB;AAED;;;;;;;;;GASG;AACH,0CALW,MAAM,gCAGJ,MAAM,CAkClB;AAED;;;;;;;GAOG;AACH,wCAHW,MAAM,GACJ;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,CAYtE;AAED;;;;;;;;GAQG;AACH,+CALW,MAAM,aACN,MAAM,aACN,MAAM,GACJ,MAAM,CAOlB;AAED;;;;;GAKG;AACH,+CAJW,MAAM,EAAE,iBACR,MAAM,EAAE,GACN,MAAM,EAAE,CA4CpB;AAED;;;;;;GAMG;AACH,6CAJW,MAAM,YACN,GAAG,CAAC,MAAM,MAAS,GACjB;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAC,CAAC,CAAA;CAAE,GAAG,IAAI,CA0D/F;AAED;;;;;GAKG;AACH,qDAHW,MAAM,GACJ,MAAM,CAKlB;AAED;;;;;;GAMG;AACH,mDALW,MAAM,kCAGJ;IAAE,MAAM,MAAS;IAAC,iBAAiB,MAAQ;CAAE,GAAG,IAAI,CAoDhE"}
|