@pristy/pristy-libvue 1.11.1 → 1.13.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/navigation/DynamicContentView.vue.d.ts +2 -0
- package/dist/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/components/navigation/PreviewPanel.vue.d.ts +41 -2
- package/dist/components/navigation/PreviewPanel.vue.d.ts.map +1 -1
- package/dist/components/popup/MemberListPopup.vue.d.ts +2 -0
- package/dist/components/popup/MemberListPopup.vue.d.ts.map +1 -1
- package/dist/components/search/AdvancedSearchPanel.vue.d.ts +46 -24
- package/dist/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/components/search/AdvancedViewPanel.vue.d.ts +74 -30
- package/dist/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
- package/dist/components/search/FavoriteViewMenu.vue.d.ts +6 -1
- package/dist/components/search/SaveViewPopup.vue.d.ts.map +1 -1
- package/dist/components/search/UserViewsFavoritesPanel.vue.d.ts +6 -1
- package/dist/components/search/UserViewsFavoritesPanel.vue.d.ts.map +1 -1
- package/dist/components/users/MemberList.vue.d.ts +2 -0
- package/dist/components/users/MemberList.vue.d.ts.map +1 -1
- package/dist/components/viewer/PDFComponent.vue.d.ts +41 -2
- package/dist/components/viewer/PDFComponent.vue.d.ts.map +1 -1
- package/dist/i18n/index.d.ts +14 -0
- package/dist/i18n/index.d.ts.map +1 -1
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +3593 -3289
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +14 -14
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/stores/user.d.ts.map +1 -1
- package/dist/stores/userView.d.ts +49 -9
- package/dist/stores/userView.d.ts.map +1 -1
- package/package.json +14 -11
|
@@ -929,7 +929,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
929
929
|
heredityValue: any;
|
|
930
930
|
}, {
|
|
931
931
|
sortableMembers(): any[];
|
|
932
|
+
PORTAIL_HOST: () => string;
|
|
932
933
|
}, {
|
|
934
|
+
openUserProfile(userId: any): void;
|
|
933
935
|
toggleAddMember(): void;
|
|
934
936
|
toggleChangeMemberRole(member: any): void;
|
|
935
937
|
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"}
|
|
@@ -8,6 +8,9 @@ import { PageViewport } from 'pdfjs-dist/types/src/display/display_utils';
|
|
|
8
8
|
import { default as __DTS_DEFAULT_3__ } from 'primevue/progressspinner';
|
|
9
9
|
import { default as __DTS_DEFAULT_4__ } from 'primevue/divider';
|
|
10
10
|
import { default as __DTS_DEFAULT_5__ } from 'primevue/inputnumber';
|
|
11
|
+
import { default as __DTS_DEFAULT_6__ } from 'primevue/dialog';
|
|
12
|
+
import { default as __DTS_DEFAULT_7__ } from 'primevue/datatable';
|
|
13
|
+
import { default as __DTS_DEFAULT_8__ } from 'primevue/column';
|
|
11
14
|
import { default as Button } from 'primevue/button';
|
|
12
15
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
13
16
|
isPreviewPanelVisible: {
|
|
@@ -189,6 +192,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
189
192
|
type: BooleanConstructor;
|
|
190
193
|
default: boolean;
|
|
191
194
|
};
|
|
195
|
+
hideForms: {
|
|
196
|
+
type: BooleanConstructor;
|
|
197
|
+
default: boolean;
|
|
198
|
+
};
|
|
199
|
+
canSaveForm: {
|
|
200
|
+
type: BooleanConstructor;
|
|
201
|
+
default: boolean;
|
|
202
|
+
};
|
|
192
203
|
}>, {}, {
|
|
193
204
|
pdf: any;
|
|
194
205
|
pages: any;
|
|
@@ -200,6 +211,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
200
211
|
height: number;
|
|
201
212
|
};
|
|
202
213
|
isSinglePageDisplayed: boolean;
|
|
214
|
+
isFormDirty: boolean;
|
|
215
|
+
isSaving: boolean;
|
|
216
|
+
hasFormFields: boolean;
|
|
217
|
+
showFormFieldsDialog: boolean;
|
|
218
|
+
formFieldsData: any[];
|
|
219
|
+
formFieldValues: {};
|
|
203
220
|
}, {
|
|
204
221
|
getVersionNumber(): string;
|
|
205
222
|
getFileName(): any;
|
|
@@ -222,8 +239,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
222
239
|
loadPDF(): void;
|
|
223
240
|
changePageUrl(pageValue: any): void;
|
|
224
241
|
focusOnPDFComponent(): void;
|
|
242
|
+
getFormBytes(): Promise<any>;
|
|
243
|
+
resetFormDirty(): void;
|
|
244
|
+
setSaving(value: any): void;
|
|
225
245
|
onAnnotation(value: any): void;
|
|
226
|
-
|
|
246
|
+
checkFormFields(): Promise<void>;
|
|
247
|
+
cancelForm(): void;
|
|
248
|
+
showFormFieldsInfo(): Promise<void>;
|
|
249
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("formDirtyChange" | "saveForm")[], "formDirtyChange" | "saveForm", PublicProps, Readonly< ExtractPropTypes<{
|
|
227
250
|
url: {
|
|
228
251
|
type: StringConstructor;
|
|
229
252
|
default: any;
|
|
@@ -236,10 +259,23 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
236
259
|
type: BooleanConstructor;
|
|
237
260
|
default: boolean;
|
|
238
261
|
};
|
|
239
|
-
|
|
262
|
+
hideForms: {
|
|
263
|
+
type: BooleanConstructor;
|
|
264
|
+
default: boolean;
|
|
265
|
+
};
|
|
266
|
+
canSaveForm: {
|
|
267
|
+
type: BooleanConstructor;
|
|
268
|
+
default: boolean;
|
|
269
|
+
};
|
|
270
|
+
}>> & Readonly<{
|
|
271
|
+
onFormDirtyChange?: (...args: any[]) => any;
|
|
272
|
+
onSaveForm?: (...args: any[]) => any;
|
|
273
|
+
}>, {
|
|
240
274
|
textLayer: boolean;
|
|
275
|
+
hideForms: boolean;
|
|
241
276
|
annotationLayer: boolean;
|
|
242
277
|
url: string;
|
|
278
|
+
canSaveForm: boolean;
|
|
243
279
|
}, {}, {
|
|
244
280
|
VuePDF: {
|
|
245
281
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
@@ -524,6 +560,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
524
560
|
PrimeDivider: __DTS_DEFAULT_4__;
|
|
525
561
|
PrimeTag: __DTS_DEFAULT_0__;
|
|
526
562
|
PrimeInputNumber: __DTS_DEFAULT_5__;
|
|
563
|
+
PrimeDialog: __DTS_DEFAULT_6__;
|
|
564
|
+
PrimeDataTable: __DTS_DEFAULT_7__;
|
|
565
|
+
PrimeColumn: __DTS_DEFAULT_8__;
|
|
527
566
|
}, {
|
|
528
567
|
tooltip: ObjectDirective<any, any, string, any>;
|
|
529
568
|
}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreviewPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PreviewPanel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PreviewPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/PreviewPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;AAsHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA0OmB,iBAAiB"}
|
|
@@ -98,7 +98,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
98
98
|
heredityValue: any;
|
|
99
99
|
}, {
|
|
100
100
|
sortableMembers(): any[];
|
|
101
|
+
PORTAIL_HOST: () => string;
|
|
101
102
|
}, {
|
|
103
|
+
openUserProfile(userId: any): void;
|
|
102
104
|
toggleAddMember(): void;
|
|
103
105
|
toggleChangeMemberRole(member: any): void;
|
|
104
106
|
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"}
|
|
@@ -26,13 +26,7 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
26
26
|
}, {
|
|
27
27
|
locationModel: {
|
|
28
28
|
get(): {
|
|
29
|
-
|
|
30
|
-
* - The type of location.
|
|
31
|
-
*/
|
|
32
|
-
type: "Site" | "Path" | "Folder" | null;
|
|
33
|
-
/**
|
|
34
|
-
* - The value for the location (e.g., site ID or nodeRef).
|
|
35
|
-
*/
|
|
29
|
+
type: string | null;
|
|
36
30
|
value: string;
|
|
37
31
|
};
|
|
38
32
|
set(value: any): void;
|
|
@@ -71,18 +65,30 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
71
65
|
*/
|
|
72
66
|
config: {
|
|
73
67
|
/**
|
|
74
|
-
* - The location criteria.
|
|
68
|
+
* - The list of location criteria.
|
|
75
69
|
*/
|
|
76
|
-
|
|
70
|
+
locations: {
|
|
71
|
+
/**
|
|
72
|
+
* - Unique identifier for the location entry.
|
|
73
|
+
*/
|
|
74
|
+
id: number;
|
|
77
75
|
/**
|
|
78
76
|
* - The type of location.
|
|
79
77
|
*/
|
|
80
|
-
type: "Site" | "
|
|
78
|
+
type: "Site" | "Folder";
|
|
81
79
|
/**
|
|
82
80
|
* - The value for the location (e.g., site ID or nodeRef).
|
|
83
81
|
*/
|
|
84
82
|
value: string;
|
|
85
|
-
|
|
83
|
+
/**
|
|
84
|
+
* - Whether this location is excluded (true) or included (false).
|
|
85
|
+
*/
|
|
86
|
+
negation: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* - Human-readable label for display.
|
|
89
|
+
*/
|
|
90
|
+
label: string;
|
|
91
|
+
}[];
|
|
86
92
|
/**
|
|
87
93
|
* - The list of search criteria.
|
|
88
94
|
*/
|
|
@@ -116,13 +122,7 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
116
122
|
};
|
|
117
123
|
availableProperties(): any[];
|
|
118
124
|
location: () => {
|
|
119
|
-
|
|
120
|
-
* - The type of location.
|
|
121
|
-
*/
|
|
122
|
-
type: "Site" | "Path" | "Folder" | null;
|
|
123
|
-
/**
|
|
124
|
-
* - The value for the location (e.g., site ID or nodeRef).
|
|
125
|
-
*/
|
|
125
|
+
type: string | null;
|
|
126
126
|
value: string;
|
|
127
127
|
};
|
|
128
128
|
criteria: () => {
|
|
@@ -177,18 +177,30 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
177
177
|
*/
|
|
178
178
|
config: {
|
|
179
179
|
/**
|
|
180
|
-
* - The location criteria.
|
|
180
|
+
* - The list of location criteria.
|
|
181
181
|
*/
|
|
182
|
-
|
|
182
|
+
locations: {
|
|
183
|
+
/**
|
|
184
|
+
* - Unique identifier for the location entry.
|
|
185
|
+
*/
|
|
186
|
+
id: number;
|
|
183
187
|
/**
|
|
184
188
|
* - The type of location.
|
|
185
189
|
*/
|
|
186
|
-
type: "Site" | "
|
|
190
|
+
type: "Site" | "Folder";
|
|
187
191
|
/**
|
|
188
192
|
* - The value for the location (e.g., site ID or nodeRef).
|
|
189
193
|
*/
|
|
190
194
|
value: string;
|
|
191
|
-
|
|
195
|
+
/**
|
|
196
|
+
* - Whether this location is excluded (true) or included (false).
|
|
197
|
+
*/
|
|
198
|
+
negation: boolean;
|
|
199
|
+
/**
|
|
200
|
+
* - Human-readable label for display.
|
|
201
|
+
*/
|
|
202
|
+
label: string;
|
|
203
|
+
}[];
|
|
192
204
|
/**
|
|
193
205
|
* - The list of search criteria.
|
|
194
206
|
*/
|
|
@@ -234,7 +246,12 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
234
246
|
handleCriterionAdded(criterion: any): void;
|
|
235
247
|
formatCriterionValueForDisplay(criterion: any): string;
|
|
236
248
|
loadView: (savedView: SavedView) => void;
|
|
237
|
-
setLocation: (newLocation:
|
|
249
|
+
setLocation: (newLocation: {
|
|
250
|
+
type: string | null;
|
|
251
|
+
value: string;
|
|
252
|
+
}) => void;
|
|
253
|
+
addLocation: (loc: ViewLocation) => void;
|
|
254
|
+
removeLocation: (index: number) => void;
|
|
238
255
|
setCriteria: (newCriteria: ViewCriterion[]) => void;
|
|
239
256
|
addCriterion: (criterion: ViewCriterion) => void;
|
|
240
257
|
removeCriterion: (index: number) => void;
|
|
@@ -312,7 +329,12 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
312
329
|
onDropdownChange(event: any): void;
|
|
313
330
|
selectView(search: any): void;
|
|
314
331
|
loadView: (savedView: SavedView) => void;
|
|
315
|
-
setLocation: (newLocation:
|
|
332
|
+
setLocation: (newLocation: {
|
|
333
|
+
type: string | null;
|
|
334
|
+
value: string;
|
|
335
|
+
}) => void;
|
|
336
|
+
addLocation: (loc: ViewLocation) => void;
|
|
337
|
+
removeLocation: (index: number) => void;
|
|
316
338
|
setCriteria: (newCriteria: ViewCriterion[]) => void;
|
|
317
339
|
addCriterion: (criterion: ViewCriterion) => void;
|
|
318
340
|
removeCriterion: (index: number) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdvancedSearchPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/search/AdvancedSearchPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;AAgNA
|
|
1
|
+
{"version":3,"file":"AdvancedSearchPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/search/AdvancedSearchPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;AAgNA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAmdA,KAlXqB,CAkXrB,aAlXmC;;;;;;;;;;;6BAkXnC,MAzOqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAyOrB,KAhOgC;;2BAgOhC,KA7LmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA6LnB,KAlXqB,CAkXrB,aAlXmC;;;;;;;;;;;iCAkXnC,MAzOqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA8OC,oBAAoB;yBACjB,uBAAuB;yBAEvB,uBAAuB;sBAC1B,oBAAoB;mBACvB,iBAAiB;mBAGjB,iBAAiB"}
|
|
@@ -17,6 +17,7 @@ import { default as Button } from 'primevue/button';
|
|
|
17
17
|
import { default as Dialog } from 'primevue/dialog';
|
|
18
18
|
declare const _default: DefineComponent<{}, {}, {
|
|
19
19
|
isAddCriterionDialogVisible: boolean;
|
|
20
|
+
isAddLocationDialogVisible: boolean;
|
|
20
21
|
saveViewDialogVisible: boolean;
|
|
21
22
|
saveViewDialogMode: string;
|
|
22
23
|
saveViewError: any;
|
|
@@ -24,26 +25,22 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
24
25
|
isDeleteConfirmVisible: boolean;
|
|
25
26
|
availableSites: any[];
|
|
26
27
|
filteredSites: any[];
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
* - The type of location.
|
|
33
|
-
*/
|
|
34
|
-
type: "Site" | "Path" | "Folder" | null;
|
|
35
|
-
/**
|
|
36
|
-
* - The value for the location (e.g., site ID or nodeRef).
|
|
37
|
-
*/
|
|
38
|
-
value: string;
|
|
39
|
-
};
|
|
40
|
-
set(value: any): void;
|
|
28
|
+
newLocation: {
|
|
29
|
+
type: any;
|
|
30
|
+
value: string;
|
|
31
|
+
negation: boolean;
|
|
32
|
+
label: string;
|
|
41
33
|
};
|
|
34
|
+
newLocationSiteInput: any;
|
|
35
|
+
}, {
|
|
42
36
|
locationOptions(): {
|
|
43
37
|
label: string;
|
|
44
38
|
value: string;
|
|
45
39
|
}[];
|
|
46
|
-
|
|
40
|
+
negationOptions(): {
|
|
41
|
+
label: string;
|
|
42
|
+
value: boolean;
|
|
43
|
+
}[];
|
|
47
44
|
hasActiveCriteria(): boolean;
|
|
48
45
|
isSavedViewLoaded(): boolean;
|
|
49
46
|
canManageLoadedView(): any;
|
|
@@ -73,18 +70,30 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
73
70
|
*/
|
|
74
71
|
config: {
|
|
75
72
|
/**
|
|
76
|
-
* - The location criteria.
|
|
73
|
+
* - The list of location criteria.
|
|
77
74
|
*/
|
|
78
|
-
|
|
75
|
+
locations: {
|
|
76
|
+
/**
|
|
77
|
+
* - Unique identifier for the location entry.
|
|
78
|
+
*/
|
|
79
|
+
id: number;
|
|
79
80
|
/**
|
|
80
81
|
* - The type of location.
|
|
81
82
|
*/
|
|
82
|
-
type: "Site" | "
|
|
83
|
+
type: "Site" | "Folder";
|
|
83
84
|
/**
|
|
84
85
|
* - The value for the location (e.g., site ID or nodeRef).
|
|
85
86
|
*/
|
|
86
87
|
value: string;
|
|
87
|
-
|
|
88
|
+
/**
|
|
89
|
+
* - Whether this location is excluded (true) or included (false).
|
|
90
|
+
*/
|
|
91
|
+
negation: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* - Human-readable label for display.
|
|
94
|
+
*/
|
|
95
|
+
label: string;
|
|
96
|
+
}[];
|
|
88
97
|
/**
|
|
89
98
|
* - The list of search criteria.
|
|
90
99
|
*/
|
|
@@ -117,16 +126,28 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
117
126
|
};
|
|
118
127
|
};
|
|
119
128
|
availableProperties(): any[];
|
|
120
|
-
|
|
129
|
+
locations: () => {
|
|
130
|
+
/**
|
|
131
|
+
* - Unique identifier for the location entry.
|
|
132
|
+
*/
|
|
133
|
+
id: number;
|
|
121
134
|
/**
|
|
122
135
|
* - The type of location.
|
|
123
136
|
*/
|
|
124
|
-
type: "Site" | "
|
|
137
|
+
type: "Site" | "Folder";
|
|
125
138
|
/**
|
|
126
139
|
* - The value for the location (e.g., site ID or nodeRef).
|
|
127
140
|
*/
|
|
128
141
|
value: string;
|
|
129
|
-
|
|
142
|
+
/**
|
|
143
|
+
* - Whether this location is excluded (true) or included (false).
|
|
144
|
+
*/
|
|
145
|
+
negation: boolean;
|
|
146
|
+
/**
|
|
147
|
+
* - Human-readable label for display.
|
|
148
|
+
*/
|
|
149
|
+
label: string;
|
|
150
|
+
}[];
|
|
130
151
|
criteria: () => {
|
|
131
152
|
/**
|
|
132
153
|
* - Unique identifier for the criterion.
|
|
@@ -179,18 +200,30 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
179
200
|
*/
|
|
180
201
|
config: {
|
|
181
202
|
/**
|
|
182
|
-
* - The location criteria.
|
|
203
|
+
* - The list of location criteria.
|
|
183
204
|
*/
|
|
184
|
-
|
|
205
|
+
locations: {
|
|
206
|
+
/**
|
|
207
|
+
* - Unique identifier for the location entry.
|
|
208
|
+
*/
|
|
209
|
+
id: number;
|
|
185
210
|
/**
|
|
186
211
|
* - The type of location.
|
|
187
212
|
*/
|
|
188
|
-
type: "Site" | "
|
|
213
|
+
type: "Site" | "Folder";
|
|
189
214
|
/**
|
|
190
215
|
* - The value for the location (e.g., site ID or nodeRef).
|
|
191
216
|
*/
|
|
192
217
|
value: string;
|
|
193
|
-
|
|
218
|
+
/**
|
|
219
|
+
* - Whether this location is excluded (true) or included (false).
|
|
220
|
+
*/
|
|
221
|
+
negation: boolean;
|
|
222
|
+
/**
|
|
223
|
+
* - Human-readable label for display.
|
|
224
|
+
*/
|
|
225
|
+
label: string;
|
|
226
|
+
}[];
|
|
194
227
|
/**
|
|
195
228
|
* - The list of search criteria.
|
|
196
229
|
*/
|
|
@@ -232,14 +265,20 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
232
265
|
handleDeleteConfirmation(): Promise<void>;
|
|
233
266
|
handleSaveView(payload: any): Promise<void>;
|
|
234
267
|
handleLoadView(searchConfig: any): void;
|
|
235
|
-
|
|
268
|
+
confirmAddLocation(): void;
|
|
269
|
+
resetNewLocation(): void;
|
|
236
270
|
handleCriterionAdded(criterion: any): void;
|
|
237
271
|
formatCriterionValueForDisplay(criterion: any): string;
|
|
238
272
|
loadSites(): Promise<void>;
|
|
239
273
|
searchSites(event: any): void;
|
|
240
|
-
|
|
274
|
+
handleNewLocationSiteSelect(event: any): void;
|
|
241
275
|
loadView: (savedView: SavedView) => void;
|
|
242
|
-
setLocation: (newLocation:
|
|
276
|
+
setLocation: (newLocation: {
|
|
277
|
+
type: string | null;
|
|
278
|
+
value: string;
|
|
279
|
+
}) => void;
|
|
280
|
+
addLocation: (loc: ViewLocation) => void;
|
|
281
|
+
removeLocation: (index: number) => void;
|
|
243
282
|
setCriteria: (newCriteria: ViewCriterion[]) => void;
|
|
244
283
|
addCriterion: (criterion: ViewCriterion) => void;
|
|
245
284
|
removeCriterion: (index: number) => void;
|
|
@@ -283,7 +322,12 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
283
322
|
onDropdownChange(event: any): void;
|
|
284
323
|
selectView(search: any): void;
|
|
285
324
|
loadView: (savedView: SavedView) => void;
|
|
286
|
-
setLocation: (newLocation:
|
|
325
|
+
setLocation: (newLocation: {
|
|
326
|
+
type: string | null;
|
|
327
|
+
value: string;
|
|
328
|
+
}) => void;
|
|
329
|
+
addLocation: (loc: ViewLocation) => void;
|
|
330
|
+
removeLocation: (index: number) => void;
|
|
287
331
|
setCriteria: (newCriteria: ViewCriterion[]) => void;
|
|
288
332
|
addCriterion: (criterion: ViewCriterion) => void;
|
|
289
333
|
removeCriterion: (index: number) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdvancedViewPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/search/AdvancedViewPanel.vue"],"names":[],"mappings":";;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"AdvancedViewPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/search/AdvancedViewPanel.vue"],"names":[],"mappings":";;;;;;;;;;AA4SA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAwlBA,KAlf+C,CAkf/C,aAjfC;;;;;;;;;;;6BAifD,MApX4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAoX5B,KAlf+C,CAkf/C,aAjfC;;;;;;;;;;;iCAifD,MApX4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAyXN,oBAAoB;yBACjB,uBAAuB;yBAEvB,uBAAuB;sBAC1B,oBAAoB;yBACjB,uBAAuB;mBAC7B,iBAAiB;mBAGjB,iBAAiB"}
|
|
@@ -8,7 +8,12 @@ declare const _default: DefineComponent<{}, {}, {}, {
|
|
|
8
8
|
*/
|
|
9
9
|
onMenuItemClick(event: any): void;
|
|
10
10
|
loadView: (savedView: SavedView) => void;
|
|
11
|
-
setLocation: (newLocation:
|
|
11
|
+
setLocation: (newLocation: {
|
|
12
|
+
type: string | null;
|
|
13
|
+
value: string;
|
|
14
|
+
}) => void;
|
|
15
|
+
addLocation: (loc: ViewLocation) => void;
|
|
16
|
+
removeLocation: (index: number) => void;
|
|
12
17
|
setCriteria: (newCriteria: ViewCriterion[]) => void;
|
|
13
18
|
addCriterion: (criterion: ViewCriterion) => void;
|
|
14
19
|
removeCriterion: (index: number) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SaveViewPopup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/search/SaveViewPopup.vue"],"names":[],"mappings":";AA2FA;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAmMA,KA1EuD,CA0EvD,aAxEC;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"SaveViewPopup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/search/SaveViewPopup.vue"],"names":[],"mappings":";AA2FA;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAmMA,KA1EuD,CA0EvD,aAxEC;;;;;;;;;;;6BA6K+D,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAnGnD,iBAAiB;sBACd,oBAAoB;qBACrB,mBAAmB;yBACf,uBAAuB;mBAC7B,iBAAiB"}
|
|
@@ -9,7 +9,12 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
9
9
|
onDropdownChange(event: any): void;
|
|
10
10
|
selectView(search: any): void;
|
|
11
11
|
loadView: (savedView: SavedView) => void;
|
|
12
|
-
setLocation: (newLocation:
|
|
12
|
+
setLocation: (newLocation: {
|
|
13
|
+
type: string | null;
|
|
14
|
+
value: string;
|
|
15
|
+
}) => void;
|
|
16
|
+
addLocation: (loc: ViewLocation) => void;
|
|
17
|
+
removeLocation: (index: number) => void;
|
|
13
18
|
setCriteria: (newCriteria: ViewCriterion[]) => void;
|
|
14
19
|
addCriterion: (criterion: ViewCriterion) => void;
|
|
15
20
|
removeCriterion: (index: number) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserViewsFavoritesPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/search/UserViewsFavoritesPanel.vue"],"names":[],"mappings":";AAuGA
|
|
1
|
+
{"version":3,"file":"UserViewsFavoritesPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/search/UserViewsFavoritesPanel.vue"],"names":[],"mappings":";AAuGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAqKqB,mBAAmB"}
|
|
@@ -60,7 +60,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
60
60
|
heredityValue: any;
|
|
61
61
|
}, {
|
|
62
62
|
sortableMembers(): any[];
|
|
63
|
+
PORTAIL_HOST: () => string;
|
|
63
64
|
}, {
|
|
65
|
+
openUserProfile(userId: any): void;
|
|
64
66
|
toggleAddMember(): void;
|
|
65
67
|
toggleChangeMemberRole(member: any): void;
|
|
66
68
|
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":";AAqRA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAusBmB,iBAAiB;sBACd,oBAAoB;mBACvB,iBAAiB;mBACjB,iBAAiB;qBACf,mBAAmB;yBACf,uBAAuB"}
|
|
@@ -7,6 +7,9 @@ import { default as ProgressSpinner } from 'primevue/progressspinner';
|
|
|
7
7
|
import { default as Divider } from 'primevue/divider';
|
|
8
8
|
import { default as Tag } from 'primevue/tag';
|
|
9
9
|
import { default as InputNumber } from 'primevue/inputnumber';
|
|
10
|
+
import { default as Dialog } from 'primevue/dialog';
|
|
11
|
+
import { default as DataTable } from 'primevue/datatable';
|
|
12
|
+
import { default as Column } from 'primevue/column';
|
|
10
13
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
11
14
|
url: {
|
|
12
15
|
type: StringConstructor;
|
|
@@ -20,6 +23,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
20
23
|
type: BooleanConstructor;
|
|
21
24
|
default: boolean;
|
|
22
25
|
};
|
|
26
|
+
hideForms: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
canSaveForm: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
23
34
|
}>, {}, {
|
|
24
35
|
pdf: any;
|
|
25
36
|
pages: any;
|
|
@@ -31,6 +42,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
31
42
|
height: number;
|
|
32
43
|
};
|
|
33
44
|
isSinglePageDisplayed: boolean;
|
|
45
|
+
isFormDirty: boolean;
|
|
46
|
+
isSaving: boolean;
|
|
47
|
+
hasFormFields: boolean;
|
|
48
|
+
showFormFieldsDialog: boolean;
|
|
49
|
+
formFieldsData: any[];
|
|
50
|
+
formFieldValues: {};
|
|
34
51
|
}, {
|
|
35
52
|
getVersionNumber(): string;
|
|
36
53
|
getFileName(): any;
|
|
@@ -53,8 +70,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
53
70
|
loadPDF(): void;
|
|
54
71
|
changePageUrl(pageValue: any): void;
|
|
55
72
|
focusOnPDFComponent(): void;
|
|
73
|
+
getFormBytes(): Promise<any>;
|
|
74
|
+
resetFormDirty(): void;
|
|
75
|
+
setSaving(value: any): void;
|
|
56
76
|
onAnnotation(value: any): void;
|
|
57
|
-
|
|
77
|
+
checkFormFields(): Promise<void>;
|
|
78
|
+
cancelForm(): void;
|
|
79
|
+
showFormFieldsInfo(): Promise<void>;
|
|
80
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("formDirtyChange" | "saveForm")[], "formDirtyChange" | "saveForm", PublicProps, Readonly< ExtractPropTypes<{
|
|
58
81
|
url: {
|
|
59
82
|
type: StringConstructor;
|
|
60
83
|
default: any;
|
|
@@ -67,10 +90,23 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
67
90
|
type: BooleanConstructor;
|
|
68
91
|
default: boolean;
|
|
69
92
|
};
|
|
70
|
-
|
|
93
|
+
hideForms: {
|
|
94
|
+
type: BooleanConstructor;
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
97
|
+
canSaveForm: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
}>> & Readonly<{
|
|
102
|
+
onFormDirtyChange?: (...args: any[]) => any;
|
|
103
|
+
onSaveForm?: (...args: any[]) => any;
|
|
104
|
+
}>, {
|
|
71
105
|
textLayer: boolean;
|
|
106
|
+
hideForms: boolean;
|
|
72
107
|
annotationLayer: boolean;
|
|
73
108
|
url: string;
|
|
109
|
+
canSaveForm: boolean;
|
|
74
110
|
}, {}, {
|
|
75
111
|
VuePDF: {
|
|
76
112
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
@@ -355,6 +391,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
355
391
|
PrimeDivider: typeof Divider;
|
|
356
392
|
PrimeTag: typeof Tag;
|
|
357
393
|
PrimeInputNumber: typeof InputNumber;
|
|
394
|
+
PrimeDialog: typeof Dialog;
|
|
395
|
+
PrimeDataTable: typeof DataTable;
|
|
396
|
+
PrimeColumn: typeof Column;
|
|
358
397
|
}, {
|
|
359
398
|
tooltip: ObjectDirective<any, any, string, any>;
|
|
360
399
|
}, 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":";;;;AA6OA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAinBmB,iBAAiB;4BACR,0BAA0B;oBAClC,kBAAkB;gBACtB,cAAc;wBACN,sBAAsB;mBAC3B,iBAAiB;sBACd,oBAAoB;mBACvB,iBAAiB"}
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -320,6 +320,13 @@ declare const i18n: I18n<{
|
|
|
320
320
|
showPageByPage: string;
|
|
321
321
|
previousPage: string;
|
|
322
322
|
nextPage: string;
|
|
323
|
+
saveForm: string;
|
|
324
|
+
cancelForm: string;
|
|
325
|
+
formFieldsInfo: string;
|
|
326
|
+
formFieldsInfoTitle: string;
|
|
327
|
+
formFieldName: string;
|
|
328
|
+
formFieldType: string;
|
|
329
|
+
formFieldValue: string;
|
|
323
330
|
};
|
|
324
331
|
sharelink: {
|
|
325
332
|
shareLinkOf: string;
|
|
@@ -1044,6 +1051,13 @@ declare const i18n: I18n<{
|
|
|
1044
1051
|
showPageByPage: string;
|
|
1045
1052
|
previousPage: string;
|
|
1046
1053
|
nextPage: string;
|
|
1054
|
+
saveForm: string;
|
|
1055
|
+
cancelForm: string;
|
|
1056
|
+
formFieldsInfo: string;
|
|
1057
|
+
formFieldsInfoTitle: string;
|
|
1058
|
+
formFieldName: string;
|
|
1059
|
+
formFieldType: string;
|
|
1060
|
+
formFieldValue: string;
|
|
1047
1061
|
};
|
|
1048
1062
|
sharelink: {
|
|
1049
1063
|
shareLinkOf: string;
|
package/dist/i18n/index.d.ts.map
CHANGED
|
@@ -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"}
|