@pristy/pristy-libvue 1.11.1 → 1.12.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/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 +3125 -2934
- 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/package.json +1 -1
|
@@ -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"}
|
|
@@ -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"}
|