@pristy/pristy-libvue 1.14.0 → 1.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/CodeMirrorEditor.vue.d.ts.map +1 -1
- package/dist/components/DiffViewerDialog.vue.d.ts +2 -0
- package/dist/components/navigation/ContentTableView.vue.d.ts +1 -0
- package/dist/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/components/navigation/DynamicContentView.vue.d.ts +4 -0
- package/dist/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/components/popup/SendMailPopup.vue.d.ts +3 -0
- package/dist/components/popup/SendMailPopup.vue.d.ts.map +1 -1
- package/dist/composables/useCollabEditor.d.ts.map +1 -1
- package/dist/composables/useCollabWebSocket.d.ts.map +1 -1
- package/dist/i18n/index.d.ts +28 -6
- package/dist/i18n/index.d.ts.map +1 -1
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +7494 -7195
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +23 -19
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/services/CollabBackupService.d.ts +27 -0
- package/dist/services/CollabBackupService.d.ts.map +1 -0
- package/package.json +13 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeMirrorEditor.vue.d.ts","sourceRoot":"","sources":["../../src/components/CodeMirrorEditor.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CodeMirrorEditor.vue.d.ts","sourceRoot":"","sources":["../../src/components/CodeMirrorEditor.vue"],"names":[],"mappings":";AAqTA;"}
|
|
@@ -4,10 +4,12 @@ declare const _default: DefineComponent<{}, {
|
|
|
4
4
|
versions: unknown[];
|
|
5
5
|
visible: boolean;
|
|
6
6
|
contentNode: Record<string, any>;
|
|
7
|
+
initialVersionId?: string;
|
|
7
8
|
$props: {
|
|
8
9
|
readonly versions?: unknown[];
|
|
9
10
|
readonly visible?: boolean;
|
|
10
11
|
readonly contentNode?: Record<string, any>;
|
|
12
|
+
readonly initialVersionId?: string;
|
|
11
13
|
};
|
|
12
14
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
13
15
|
mergeViewContainer: HTMLDivElement;
|
|
@@ -59,6 +59,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
59
59
|
};
|
|
60
60
|
}, {
|
|
61
61
|
navigateTo(node: any): void;
|
|
62
|
+
handleNavigateClick(event: any, node: any): void;
|
|
62
63
|
applyAction(actionFnName: any, row: any): void;
|
|
63
64
|
applyFormat(value: any, formatFnName: any): any;
|
|
64
65
|
getValue(obj: any, path: any): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentTableView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ContentTableView.vue"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ContentTableView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/ContentTableView.vue"],"names":[],"mappings":";;;AA6MA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA4ZmB,iBAAiB;kBAClB,gBAAgB;sBACZ,oBAAoB;qBACrB,mBAAmB;mBACrB,iBAAiB"}
|
|
@@ -511,6 +511,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
511
511
|
};
|
|
512
512
|
}, {
|
|
513
513
|
navigateTo(node: any): void;
|
|
514
|
+
handleNavigateClick(event: any, node: any): void;
|
|
514
515
|
applyAction(actionFnName: any, row: any): void;
|
|
515
516
|
applyFormat(value: any, formatFnName: any): any;
|
|
516
517
|
getValue(obj: any, path: any): any;
|
|
@@ -1053,6 +1054,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1053
1054
|
to: any[];
|
|
1054
1055
|
cc: any[];
|
|
1055
1056
|
cci: any[];
|
|
1057
|
+
showCc: boolean;
|
|
1058
|
+
showCci: boolean;
|
|
1056
1059
|
subject: any;
|
|
1057
1060
|
message: any;
|
|
1058
1061
|
attachment: boolean;
|
|
@@ -1065,6 +1068,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1065
1068
|
checkSubject(): string;
|
|
1066
1069
|
checkMessage(): string;
|
|
1067
1070
|
}, {
|
|
1071
|
+
buildDefaultMessage(): void;
|
|
1068
1072
|
closePopup(reload: any): void;
|
|
1069
1073
|
sendMail(): Promise<void>;
|
|
1070
1074
|
copyLinkClipboard(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAsLA
|
|
1
|
+
{"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAsLA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAojBmB,iBAAiB;qBAEf,mBAAmB;qBADnB,mBAAmB"}
|
|
@@ -10,6 +10,8 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
10
10
|
to: any[];
|
|
11
11
|
cc: any[];
|
|
12
12
|
cci: any[];
|
|
13
|
+
showCc: boolean;
|
|
14
|
+
showCci: boolean;
|
|
13
15
|
subject: any;
|
|
14
16
|
message: any;
|
|
15
17
|
attachment: boolean;
|
|
@@ -22,6 +24,7 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
22
24
|
checkSubject(): string;
|
|
23
25
|
checkMessage(): string;
|
|
24
26
|
}, {
|
|
27
|
+
buildDefaultMessage(): void;
|
|
25
28
|
closePopup(reload: any): void;
|
|
26
29
|
sendMail(): Promise<void>;
|
|
27
30
|
copyLinkClipboard(): void;
|
|
@@ -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":";AAkLA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA+amB,iBAAiB;mBALjB,iBAAiB;kBAClB,gBAAgB;qBACb,mBAAmB;qBACnB,mBAAmB;sBAClB,oBAAoB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCollabEditor.d.ts","sourceRoot":"","sources":["../../src/composables/useCollabEditor.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useCollabEditor.d.ts","sourceRoot":"","sources":["../../src/composables/useCollabEditor.js"],"names":[],"mappings":"AA0JA;;;;;GAKG;AACH,uCAs2BC;AA79BD,0BAA2B,QAAQ,CAAC;AACpC,4BAA6B,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCollabWebSocket.d.ts","sourceRoot":"","sources":["../../src/composables/useCollabWebSocket.js"],"names":[],"mappings":"AA0CA;;;;;;GAMG;AACH,
|
|
1
|
+
{"version":3,"file":"useCollabWebSocket.d.ts","sourceRoot":"","sources":["../../src/composables/useCollabWebSocket.js"],"names":[],"mappings":"AA0CA;;;;;;GAMG;AACH,sDAuSC"}
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -649,13 +649,13 @@ declare const i18n: I18n<{
|
|
|
649
649
|
};
|
|
650
650
|
};
|
|
651
651
|
editor: {
|
|
652
|
-
|
|
652
|
+
closeEdit: string;
|
|
653
653
|
edit: string;
|
|
654
654
|
saveSuccess: string;
|
|
655
|
+
saveSuccessVersion: string;
|
|
656
|
+
alreadySaved: string;
|
|
655
657
|
loadError: string;
|
|
656
658
|
refreshError: string;
|
|
657
|
-
unsavedChanges: string;
|
|
658
|
-
confirmationHeader: string;
|
|
659
659
|
lineWrap: string;
|
|
660
660
|
viewMode: {
|
|
661
661
|
editorOnly: string;
|
|
@@ -677,6 +677,15 @@ declare const i18n: I18n<{
|
|
|
677
677
|
participantsTooltip: string;
|
|
678
678
|
editorsTooltip: string;
|
|
679
679
|
observersTooltip: string;
|
|
680
|
+
connectionFailed: string;
|
|
681
|
+
copyContent: string;
|
|
682
|
+
contentCopied: string;
|
|
683
|
+
retryConnection: string;
|
|
684
|
+
retryFailed: string;
|
|
685
|
+
unsavedCollab: string;
|
|
686
|
+
recoverBackup: string;
|
|
687
|
+
recoverBackupHeader: string;
|
|
688
|
+
closeEditor: string;
|
|
680
689
|
};
|
|
681
690
|
diffViewer: {
|
|
682
691
|
compareTitle: string;
|
|
@@ -696,6 +705,8 @@ declare const i18n: I18n<{
|
|
|
696
705
|
};
|
|
697
706
|
};
|
|
698
707
|
sendingMail: {
|
|
708
|
+
addCc: string;
|
|
709
|
+
addCci: string;
|
|
699
710
|
popup: {
|
|
700
711
|
defaultSubject: string;
|
|
701
712
|
defaultMessage: string;
|
|
@@ -1410,12 +1421,12 @@ declare const i18n: I18n<{
|
|
|
1410
1421
|
};
|
|
1411
1422
|
editor: {
|
|
1412
1423
|
edit: string;
|
|
1413
|
-
|
|
1424
|
+
closeEdit: string;
|
|
1414
1425
|
saveSuccess: string;
|
|
1426
|
+
saveSuccessVersion: string;
|
|
1427
|
+
alreadySaved: string;
|
|
1415
1428
|
loadError: string;
|
|
1416
1429
|
refreshError: string;
|
|
1417
|
-
unsavedChanges: string;
|
|
1418
|
-
confirmationHeader: string;
|
|
1419
1430
|
lineWrap: string;
|
|
1420
1431
|
viewMode: {
|
|
1421
1432
|
editorOnly: string;
|
|
@@ -1437,6 +1448,15 @@ declare const i18n: I18n<{
|
|
|
1437
1448
|
participantsTooltip: string;
|
|
1438
1449
|
editorsTooltip: string;
|
|
1439
1450
|
observersTooltip: string;
|
|
1451
|
+
connectionFailed: string;
|
|
1452
|
+
copyContent: string;
|
|
1453
|
+
contentCopied: string;
|
|
1454
|
+
retryConnection: string;
|
|
1455
|
+
retryFailed: string;
|
|
1456
|
+
unsavedCollab: string;
|
|
1457
|
+
recoverBackup: string;
|
|
1458
|
+
recoverBackupHeader: string;
|
|
1459
|
+
closeEditor: string;
|
|
1440
1460
|
};
|
|
1441
1461
|
diffViewer: {
|
|
1442
1462
|
compareTitle: string;
|
|
@@ -1456,6 +1476,8 @@ declare const i18n: I18n<{
|
|
|
1456
1476
|
};
|
|
1457
1477
|
};
|
|
1458
1478
|
sendingMail: {
|
|
1479
|
+
addCc: string;
|
|
1480
|
+
addCci: string;
|
|
1459
1481
|
popup: {
|
|
1460
1482
|
defaultSubject: string;
|
|
1461
1483
|
defaultMessage: 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"}
|