@pristy/pristy-libvue 2.18.3 → 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.
Files changed (65) hide show
  1. package/dist/{ActivityHistory-CQmJgU40.js → ActivityHistory-_0tW0rvq.js} +46 -36
  2. package/dist/ActivityHistory-_0tW0rvq.js.map +1 -0
  3. package/dist/{BookmarksComponent-BdiLg2Er.js → BookmarksComponent-Cho18tdw.js} +2 -2
  4. package/dist/{BookmarksComponent-BdiLg2Er.js.map → BookmarksComponent-Cho18tdw.js.map} +1 -1
  5. package/dist/{ChartWrapper-CgUrZaUH.js → ChartWrapper-SxW9ySdd.js} +2 -2
  6. package/dist/{ChartWrapper-CgUrZaUH.js.map → ChartWrapper-SxW9ySdd.js.map} +1 -1
  7. package/dist/{DisplayFileInDashboardComponent-BitxF6kA.js → DisplayFileInDashboardComponent-DybH5peP.js} +2 -2
  8. package/dist/{DisplayFileInDashboardComponent-BitxF6kA.js.map → DisplayFileInDashboardComponent-DybH5peP.js.map} +1 -1
  9. package/dist/{ExternalApps-1f9eHjBf.js → ExternalApps-CAgQ4Fj6.js} +2 -2
  10. package/dist/{ExternalApps-1f9eHjBf.js.map → ExternalApps-CAgQ4Fj6.js.map} +1 -1
  11. package/dist/{FavoriteList-B-ySLbc4.js → FavoriteList-CIvIXlWH.js} +2 -2
  12. package/dist/{FavoriteList-B-ySLbc4.js.map → FavoriteList-CIvIXlWH.js.map} +1 -1
  13. package/dist/{MarkdownComponent-CLjB6lw1.js → MarkdownComponent-ClspMFPD.js} +2 -2
  14. package/dist/{MarkdownComponent-CLjB6lw1.js.map → MarkdownComponent-ClspMFPD.js.map} +1 -1
  15. package/dist/{SearchInput-BJRzn58R.js → SearchInput-DqVul-dd.js} +2 -2
  16. package/dist/{SearchInput-BJRzn58R.js.map → SearchInput-DqVul-dd.js.map} +1 -1
  17. package/dist/{UnknownBlockType-w2yffn4Y.js → UnknownBlockType-GuPCc_3z.js} +2 -2
  18. package/dist/{UnknownBlockType-w2yffn4Y.js.map → UnknownBlockType-GuPCc_3z.js.map} +1 -1
  19. package/dist/{index-Dh35mLnd.js → index-Bat41R_Q.js} +10175 -9585
  20. package/dist/index-Bat41R_Q.js.map +1 -0
  21. package/dist/{jszip.min-BrmBkVmG.js → jszip.min-BNqdRFyY.js} +445 -443
  22. package/dist/jszip.min-BNqdRFyY.js.map +1 -0
  23. package/dist/pristy-libvue.css +1 -1
  24. package/dist/pristy-libvue.es.js +1 -1
  25. package/dist/pristy-libvue.umd.js +30 -22
  26. package/dist/pristy-libvue.umd.js.map +1 -1
  27. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +3 -0
  28. package/dist/src/components/classification/FieldForm.vue.d.ts +3 -0
  29. package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
  30. package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts +72 -0
  31. package/dist/src/components/dashboard/DashboardComponent.vue.d.ts +11 -0
  32. package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts +61 -0
  33. package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts +72 -0
  34. package/dist/src/components/dashboard/editor/block-configs/MyActivityConfig.vue.d.ts +66 -0
  35. package/dist/src/components/dashboard/editor/block-configs/MyActivityConfig.vue.d.ts.map +1 -0
  36. package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts +11 -0
  37. package/dist/src/components/navigation/DynamicContentView.vue.d.ts +29 -5
  38. package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
  39. package/dist/src/components/navigation/PreviewPanel.vue.d.ts +10 -0
  40. package/dist/src/components/popup/SendMailPopup.vue.d.ts +31 -5
  41. package/dist/src/components/popup/SendMailPopup.vue.d.ts.map +1 -1
  42. package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +1 -1
  43. package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
  44. package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +1 -1
  45. package/dist/src/components/search/ExactSearch.vue.d.ts.map +1 -1
  46. package/dist/src/components/search/SaveViewPopup.vue.d.ts +1 -1
  47. package/dist/src/components/viewer/PDFComponent.vue.d.ts +10 -0
  48. package/dist/src/components/viewer/PDFComponent.vue.d.ts.map +1 -1
  49. package/dist/src/components/viewer/PdfSignaturePanel.vue.d.ts +9 -0
  50. package/dist/src/components/viewer/PdfSignaturePanel.vue.d.ts.map +1 -0
  51. package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
  52. package/dist/src/i18n/index.d.ts +74 -0
  53. package/dist/src/i18n/index.d.ts.map +1 -1
  54. package/dist/src/services/PdfSignatureService.d.ts +2 -0
  55. package/dist/src/services/PdfSignatureService.d.ts.map +1 -0
  56. package/dist/src/services/userSearchQuery.d.ts +31 -0
  57. package/dist/src/services/userSearchQuery.d.ts.map +1 -0
  58. package/dist/src/stores/search.d.ts +2 -0
  59. package/dist/src/stores/search.d.ts.map +1 -1
  60. package/dist/src/utils/classificationPlanUtils.d.ts +16 -0
  61. package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
  62. package/package.json +11 -9
  63. package/dist/ActivityHistory-CQmJgU40.js.map +0 -1
  64. package/dist/index-Dh35mLnd.js.map +0 -1
  65. package/dist/jszip.min-BrmBkVmG.js.map +0 -1
@@ -373,6 +373,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
373
373
  filteredInputTypes(): any;
374
374
  showValuesInput(): boolean;
375
375
  showSearchInput(): boolean;
376
+ showDateFormat(): boolean;
377
+ defaultDateFormat(): "YYYY-MM-DD_HHmmss" | "YYYY-MM-DD";
378
+ dateFormatPreview(): string;
376
379
  showStringConstraints(): boolean;
377
380
  showNumberConstraints(): boolean;
378
381
  showParentConfig(): boolean;
@@ -57,6 +57,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
57
57
  filteredInputTypes(): any;
58
58
  showValuesInput(): boolean;
59
59
  showSearchInput(): boolean;
60
+ showDateFormat(): boolean;
61
+ defaultDateFormat(): "YYYY-MM-DD_HHmmss" | "YYYY-MM-DD";
62
+ dateFormatPreview(): string;
60
63
  showStringConstraints(): boolean;
61
64
  showNumberConstraints(): boolean;
62
65
  showParentConfig(): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"FieldForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/FieldForm.vue"],"names":[],"mappings":";;;;;;;;;;;AAyVA;"}
1
+ {"version":3,"file":"FieldForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/FieldForm.vue"],"names":[],"mappings":";;;;;;;;;;;AAiXA;"}
@@ -705,6 +705,67 @@ declare const _default: DefineComponent<ExtractPropTypes<{
705
705
  forId: string;
706
706
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
707
707
  }, {}, string, ComponentProvideOptions, true, {}, any>;
708
+ MyActivityConfig: DefineComponent<ExtractPropTypes<{
709
+ config: {
710
+ type: ObjectConstructor;
711
+ required: true;
712
+ };
713
+ }>, {}, {}, {
714
+ scopeOptions(): {
715
+ label: string;
716
+ value: string;
717
+ }[];
718
+ }, {
719
+ updateScope(value: any): void;
720
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "update:config"[], "update:config", PublicProps, Readonly< ExtractPropTypes<{
721
+ config: {
722
+ type: ObjectConstructor;
723
+ required: true;
724
+ };
725
+ }>> & Readonly<{
726
+ "onUpdate:config"?: (...args: any[]) => any;
727
+ }>, {}, {}, {
728
+ PrimeSelect: DefineComponent<SelectProps, SelectSlots, ((e: "filter", event: SelectFilterEvent) => void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectChangeEvent) => 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), SelectMethods>;
729
+ FieldLabel: DefineComponent<ExtractPropTypes<{
730
+ label: {
731
+ type: StringConstructor;
732
+ required: true;
733
+ };
734
+ forId: {
735
+ type: StringConstructor;
736
+ default: string;
737
+ };
738
+ help: {
739
+ type: StringConstructor;
740
+ default: string;
741
+ };
742
+ example: {
743
+ type: StringConstructor;
744
+ default: string;
745
+ };
746
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
747
+ label: {
748
+ type: StringConstructor;
749
+ required: true;
750
+ };
751
+ forId: {
752
+ type: StringConstructor;
753
+ default: string;
754
+ };
755
+ help: {
756
+ type: StringConstructor;
757
+ default: string;
758
+ };
759
+ example: {
760
+ type: StringConstructor;
761
+ default: string;
762
+ };
763
+ }>> & Readonly<{}>, {
764
+ help: string;
765
+ example: string;
766
+ forId: string;
767
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
768
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
708
769
  BookmarksConfig: DefineComponent<ExtractPropTypes<{
709
770
  bookmarksJson: {
710
771
  type: StringConstructor;
@@ -1215,6 +1276,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1215
1276
  type: FunctionConstructor;
1216
1277
  default: any;
1217
1278
  };
1279
+ who: {
1280
+ type: StringConstructor;
1281
+ default: any;
1282
+ validator: (value: unknown) => boolean;
1283
+ };
1218
1284
  }>, {}, {
1219
1285
  activities: any;
1220
1286
  visibleRows: number;
@@ -1243,8 +1309,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1243
1309
  type: FunctionConstructor;
1244
1310
  default: any;
1245
1311
  };
1312
+ who: {
1313
+ type: StringConstructor;
1314
+ default: any;
1315
+ validator: (value: unknown) => boolean;
1316
+ };
1246
1317
  }>> & Readonly<{}>, {
1247
1318
  urlResolver: Function;
1319
+ who: string;
1248
1320
  }, {}, {
1249
1321
  PrimeDataView: DefineComponent<DataViewProps<unknown>, DataViewSlots, ((e: "update:first", value: number) => void) & ((e: "update:rows", value: number) => void) & ((e: "page", event: DataViewPageEvent) => void)>;
1250
1322
  }, {
@@ -195,6 +195,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
195
195
  type: FunctionConstructor;
196
196
  default: any;
197
197
  };
198
+ who: {
199
+ type: StringConstructor;
200
+ default: any;
201
+ validator: (value: unknown) => boolean;
202
+ };
198
203
  }>, {}, {
199
204
  activities: any;
200
205
  visibleRows: number;
@@ -223,8 +228,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
223
228
  type: FunctionConstructor;
224
229
  default: any;
225
230
  };
231
+ who: {
232
+ type: StringConstructor;
233
+ default: any;
234
+ validator: (value: unknown) => boolean;
235
+ };
226
236
  }>> & Readonly<{}>, {
227
237
  urlResolver: Function;
238
+ who: string;
228
239
  }, {}, {
229
240
  PrimeDataView: DefineComponent<DataViewProps<unknown>, DataViewSlots, ((e: "update:first", value: number) => void) & ((e: "update:rows", value: number) => void) & ((e: "page", event: DataViewPageEvent) => void)>;
230
241
  }, {
@@ -549,6 +549,67 @@ declare const _default: DefineComponent<ExtractPropTypes<{
549
549
  forId: string;
550
550
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
551
551
  }, {}, string, ComponentProvideOptions, true, {}, any>;
552
+ MyActivityConfig: DefineComponent<ExtractPropTypes<{
553
+ config: {
554
+ type: ObjectConstructor;
555
+ required: true;
556
+ };
557
+ }>, {}, {}, {
558
+ scopeOptions(): {
559
+ label: string;
560
+ value: string;
561
+ }[];
562
+ }, {
563
+ updateScope(value: any): void;
564
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "update:config"[], "update:config", PublicProps, Readonly< ExtractPropTypes<{
565
+ config: {
566
+ type: ObjectConstructor;
567
+ required: true;
568
+ };
569
+ }>> & Readonly<{
570
+ "onUpdate:config"?: (...args: any[]) => any;
571
+ }>, {}, {}, {
572
+ PrimeSelect: DefineComponent<SelectProps, SelectSlots, ((e: "filter", event: SelectFilterEvent) => void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectChangeEvent) => 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), SelectMethods>;
573
+ FieldLabel: DefineComponent<ExtractPropTypes<{
574
+ label: {
575
+ type: StringConstructor;
576
+ required: true;
577
+ };
578
+ forId: {
579
+ type: StringConstructor;
580
+ default: string;
581
+ };
582
+ help: {
583
+ type: StringConstructor;
584
+ default: string;
585
+ };
586
+ example: {
587
+ type: StringConstructor;
588
+ default: string;
589
+ };
590
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
591
+ label: {
592
+ type: StringConstructor;
593
+ required: true;
594
+ };
595
+ forId: {
596
+ type: StringConstructor;
597
+ default: string;
598
+ };
599
+ help: {
600
+ type: StringConstructor;
601
+ default: string;
602
+ };
603
+ example: {
604
+ type: StringConstructor;
605
+ default: string;
606
+ };
607
+ }>> & Readonly<{}>, {
608
+ help: string;
609
+ example: string;
610
+ forId: string;
611
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
612
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
552
613
  BookmarksConfig: DefineComponent<ExtractPropTypes<{
553
614
  bookmarksJson: {
554
615
  type: StringConstructor;
@@ -637,6 +637,67 @@ declare const _default: DefineComponent<ExtractPropTypes<{
637
637
  forId: string;
638
638
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
639
639
  }, {}, string, ComponentProvideOptions, true, {}, any>;
640
+ MyActivityConfig: DefineComponent<ExtractPropTypes<{
641
+ config: {
642
+ type: ObjectConstructor;
643
+ required: true;
644
+ };
645
+ }>, {}, {}, {
646
+ scopeOptions(): {
647
+ label: string;
648
+ value: string;
649
+ }[];
650
+ }, {
651
+ updateScope(value: any): void;
652
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "update:config"[], "update:config", PublicProps, Readonly< ExtractPropTypes<{
653
+ config: {
654
+ type: ObjectConstructor;
655
+ required: true;
656
+ };
657
+ }>> & Readonly<{
658
+ "onUpdate:config"?: (...args: any[]) => any;
659
+ }>, {}, {}, {
660
+ PrimeSelect: DefineComponent<SelectProps, SelectSlots, ((e: "filter", event: SelectFilterEvent) => void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectChangeEvent) => 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), SelectMethods>;
661
+ FieldLabel: DefineComponent<ExtractPropTypes<{
662
+ label: {
663
+ type: StringConstructor;
664
+ required: true;
665
+ };
666
+ forId: {
667
+ type: StringConstructor;
668
+ default: string;
669
+ };
670
+ help: {
671
+ type: StringConstructor;
672
+ default: string;
673
+ };
674
+ example: {
675
+ type: StringConstructor;
676
+ default: string;
677
+ };
678
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
679
+ label: {
680
+ type: StringConstructor;
681
+ required: true;
682
+ };
683
+ forId: {
684
+ type: StringConstructor;
685
+ default: string;
686
+ };
687
+ help: {
688
+ type: StringConstructor;
689
+ default: string;
690
+ };
691
+ example: {
692
+ type: StringConstructor;
693
+ default: string;
694
+ };
695
+ }>> & Readonly<{}>, {
696
+ help: string;
697
+ example: string;
698
+ forId: string;
699
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
700
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
640
701
  BookmarksConfig: DefineComponent<ExtractPropTypes<{
641
702
  bookmarksJson: {
642
703
  type: StringConstructor;
@@ -1147,6 +1208,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1147
1208
  type: FunctionConstructor;
1148
1209
  default: any;
1149
1210
  };
1211
+ who: {
1212
+ type: StringConstructor;
1213
+ default: any;
1214
+ validator: (value: unknown) => boolean;
1215
+ };
1150
1216
  }>, {}, {
1151
1217
  activities: any;
1152
1218
  visibleRows: number;
@@ -1175,8 +1241,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1175
1241
  type: FunctionConstructor;
1176
1242
  default: any;
1177
1243
  };
1244
+ who: {
1245
+ type: StringConstructor;
1246
+ default: any;
1247
+ validator: (value: unknown) => boolean;
1248
+ };
1178
1249
  }>> & Readonly<{}>, {
1179
1250
  urlResolver: Function;
1251
+ who: string;
1180
1252
  }, {}, {
1181
1253
  PrimeDataView: DefineComponent<DataViewProps<unknown>, DataViewSlots, ((e: "update:first", value: number) => void) & ((e: "update:rows", value: number) => void) & ((e: "page", event: DataViewPageEvent) => void)>;
1182
1254
  }, {
@@ -0,0 +1,66 @@
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { DefineComponent } from '@primevue/core';
3
+ import { SelectProps, SelectSlots, SelectFilterEvent, SelectChangeEvent, SelectMethods } from 'primevue/select';
4
+ declare const _default: DefineComponent<ExtractPropTypes<{
5
+ config: {
6
+ type: ObjectConstructor;
7
+ required: true;
8
+ };
9
+ }>, {}, {}, {
10
+ scopeOptions(): {
11
+ label: string;
12
+ value: string;
13
+ }[];
14
+ }, {
15
+ updateScope(value: any): void;
16
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "update:config"[], "update:config", PublicProps, Readonly< ExtractPropTypes<{
17
+ config: {
18
+ type: ObjectConstructor;
19
+ required: true;
20
+ };
21
+ }>> & Readonly<{
22
+ "onUpdate:config"?: (...args: any[]) => any;
23
+ }>, {}, {}, {
24
+ PrimeSelect: DefineComponent<SelectProps, SelectSlots, ((e: "filter", event: SelectFilterEvent) => void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectChangeEvent) => 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), SelectMethods>;
25
+ FieldLabel: DefineComponent<ExtractPropTypes<{
26
+ label: {
27
+ type: StringConstructor;
28
+ required: true;
29
+ };
30
+ forId: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ help: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ example: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
43
+ label: {
44
+ type: StringConstructor;
45
+ required: true;
46
+ };
47
+ forId: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ help: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ example: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ }>> & Readonly<{}>, {
60
+ help: string;
61
+ example: string;
62
+ forId: string;
63
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
64
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
65
+ export default _default;
66
+ //# sourceMappingURL=MyActivityConfig.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MyActivityConfig.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/dashboard/editor/block-configs/MyActivityConfig.vue"],"names":[],"mappings":";;;AAqCA;"}
@@ -6,6 +6,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
6
6
  type: FunctionConstructor;
7
7
  default: any;
8
8
  };
9
+ who: {
10
+ type: StringConstructor;
11
+ default: any;
12
+ validator: (value: unknown) => boolean;
13
+ };
9
14
  }>, {}, {
10
15
  activities: any;
11
16
  visibleRows: number;
@@ -34,8 +39,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
34
39
  type: FunctionConstructor;
35
40
  default: any;
36
41
  };
42
+ who: {
43
+ type: StringConstructor;
44
+ default: any;
45
+ validator: (value: unknown) => boolean;
46
+ };
37
47
  }>> & Readonly<{}>, {
38
48
  urlResolver: Function;
49
+ who: string;
39
50
  }, {}, {
40
51
  PrimeDataView: DefineComponent<DataViewProps<unknown>, DataViewSlots, ((e: "update:first", value: number) => void) & ((e: "update:rows", value: number) => void) & ((e: "page", event: DataViewPageEvent) => void)>;
41
52
  }, {
@@ -34,7 +34,6 @@ import { FileUploadProps, FileUploadSlots, FileUploadErrorEvent, FileUploadUploa
34
34
  import { RadioButtonProps, RadioButtonSlots } from 'primevue/radiobutton';
35
35
  import { AutoCompleteProps, AutoCompleteSlots, AutoCompleteChangeEvent, AutoCompleteCompleteEvent, AutoCompleteOptionSelectEvent, AutoCompleteOptionUnselectEvent, AutoCompleteDropdownClickEvent } from 'primevue/autocomplete';
36
36
  import { PaginatorProps, PaginatorSlots, PageState } from 'primevue/paginator';
37
- import { ChipsProps, ChipsSlots, ChipsEmits } from 'primevue/chips';
38
37
  import { InputGroupProps, InputGroupSlots } from 'primevue/inputgroup';
39
38
  import { InputGroupAddonProps, InputGroupAddonSlots } from 'primevue/inputgroupaddon';
40
39
  import { SkeletonProps, SkeletonSlots } from 'primevue/skeleton';
@@ -1597,8 +1596,24 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1597
1596
  subject: any;
1598
1597
  message: any;
1599
1598
  attachment: boolean;
1600
- link: any;
1599
+ touched: {
1600
+ to: boolean;
1601
+ subject: boolean;
1602
+ message: boolean;
1603
+ };
1604
+ subjectEdited: boolean;
1605
+ messageEdited: boolean;
1606
+ shareId: any;
1607
+ date: any;
1608
+ hasExpirationDate: boolean;
1609
+ minExpirationDate: Date;
1610
+ recipientSuggestions: any[];
1601
1611
  }, {
1612
+ errorTo(): string;
1613
+ errorSubject(): string;
1614
+ errorMessage(): string;
1615
+ link(): string;
1616
+ documentName(): any;
1602
1617
  checkAllForm(): boolean;
1603
1618
  checkValidTo(): string;
1604
1619
  checkValidCC(): any;
@@ -1606,19 +1621,28 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1606
1621
  checkSubject(): string;
1607
1622
  checkMessage(): string;
1608
1623
  }, {
1609
- buildDefaultMessage(): void;
1624
+ joinRecipients(recipients: any): any;
1625
+ searchRecipients(event: any): Promise<void>;
1626
+ formatUserDisplay(properties: any, person: any): any;
1627
+ addRecipient(field: any, email: any): void;
1628
+ onRecipientInput(event: any, field: any): void;
1629
+ onRecipientBlur(event: any, field: any): void;
1630
+ createSharedLink(): Promise<void>;
1631
+ expirationChecked(): void;
1632
+ updateLinkDate(): Promise<void>;
1633
+ applyMailTemplate(): void;
1610
1634
  closePopup(reload: any): void;
1611
1635
  sendMail(): Promise<void>;
1612
- copyLinkClipboard(): void;
1613
1636
  }, ComponentOptionsMixin, ComponentOptionsMixin, "close"[], "close", PublicProps, Readonly<{}> & Readonly<{
1614
1637
  onClose?: (...args: any[]) => any;
1615
1638
  }>, {}, {}, {
1616
1639
  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)>;
1617
1640
  PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
1618
- PrimeChips: DefineComponent<ChipsProps, ChipsSlots, ChipsEmits>;
1641
+ 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)>;
1619
1642
  PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
1620
1643
  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)>;
1621
1644
  PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
1645
+ 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)>;
1622
1646
  }, {}, string, ComponentProvideOptions, true, {}, any>;
1623
1647
  ShareLinkPopup: DefineComponent<{}, {}, {
1624
1648
  link: any;
@@ -1 +1 @@
1
- {"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyPA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+6BI;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAHH;;;OAGG"}
1
+ {"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyPA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+6BI;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAHH;;;OAGG"}
@@ -258,6 +258,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
258
258
  showFormFieldsDialog: boolean;
259
259
  formFieldsData: any[];
260
260
  formFieldValues: {};
261
+ signatures: any[];
262
+ showSignaturesDialog: boolean;
261
263
  }, {
262
264
  getVersionNumber(): string;
263
265
  getFileName(): any;
@@ -265,6 +267,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
265
267
  isRightButtonDisable(): boolean;
266
268
  isPdfConsultationPage(): any;
267
269
  isSmallScreen(): boolean;
270
+ hasSignatures(): boolean;
268
271
  }, {
269
272
  changePdfDisplay(): void;
270
273
  setDefaultViewport(): void;
@@ -289,6 +292,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
289
292
  setLocking(value: any): void;
290
293
  getLockedFormBytes(): Promise<Uint8Array | null>;
291
294
  onAnnotation(value: any): void;
295
+ checkSignatures(): Promise<void>;
292
296
  checkFormFields(): Promise<void>;
293
297
  unlockForm(): Promise<void>;
294
298
  cancelForm(): void;
@@ -605,6 +609,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
605
609
  }): any;
606
610
  };
607
611
  });
612
+ PdfSignaturePanel: DefineComponent<{}, {
613
+ signatures: unknown[];
614
+ $props: {
615
+ readonly signatures?: unknown[];
616
+ };
617
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
608
618
  PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
609
619
  PrimeProgressSpinner: DefineComponent<ProgressSpinnerProps, ProgressSpinnerSlots, (e: string, ...args: any[]) => void>;
610
620
  PrimeDivider: DefineComponent<DividerProps, DividerSlots, (e: string, ...args: any[]) => void>;
@@ -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 { ChipsProps, ChipsSlots, ChipsEmits } from 'primevue/chips';
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
- link: any;
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
- buildDefaultMessage(): void;
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
- PrimeChips: DefineComponent<ChipsProps, ChipsSlots, ChipsEmits>;
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":";;;;;;;;AA+JA;"}
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,KA7OG;;2BA6OH,KA1MgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA0MhB,KAxX4B,CAwX5B,aAxX0C"}
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;;;;;;;;;;;;;;;;;;;;6BAuK85F,KAAK;;uBAAs0B,KAAK"}
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)>;