@pristy/pristy-libvue 2.18.2 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/dist/{ActivityHistory-Ceg-TT2z.js → ActivityHistory-_0tW0rvq.js} +46 -36
- package/dist/ActivityHistory-_0tW0rvq.js.map +1 -0
- package/dist/{BookmarksComponent-B9Cs5W3M.js → BookmarksComponent-Cho18tdw.js} +2 -2
- package/dist/{BookmarksComponent-B9Cs5W3M.js.map → BookmarksComponent-Cho18tdw.js.map} +1 -1
- package/dist/{ChartWrapper-FvxEDgfp.js → ChartWrapper-SxW9ySdd.js} +2 -2
- package/dist/{ChartWrapper-FvxEDgfp.js.map → ChartWrapper-SxW9ySdd.js.map} +1 -1
- package/dist/{DisplayFileInDashboardComponent-CNJXyoYF.js → DisplayFileInDashboardComponent-DybH5peP.js} +2 -2
- package/dist/{DisplayFileInDashboardComponent-CNJXyoYF.js.map → DisplayFileInDashboardComponent-DybH5peP.js.map} +1 -1
- package/dist/{ExternalApps-C7affsUK.js → ExternalApps-CAgQ4Fj6.js} +2 -2
- package/dist/{ExternalApps-C7affsUK.js.map → ExternalApps-CAgQ4Fj6.js.map} +1 -1
- package/dist/{FavoriteList-By-5ScJW.js → FavoriteList-CIvIXlWH.js} +2 -2
- package/dist/{FavoriteList-By-5ScJW.js.map → FavoriteList-CIvIXlWH.js.map} +1 -1
- package/dist/{MarkdownComponent-D3pdlWVI.js → MarkdownComponent-ClspMFPD.js} +2 -2
- package/dist/{MarkdownComponent-D3pdlWVI.js.map → MarkdownComponent-ClspMFPD.js.map} +1 -1
- package/dist/{SearchInput-DzA1MVbI.js → SearchInput-DqVul-dd.js} +2 -2
- package/dist/{SearchInput-DzA1MVbI.js.map → SearchInput-DqVul-dd.js.map} +1 -1
- package/dist/{UnknownBlockType-BfQLAxi6.js → UnknownBlockType-GuPCc_3z.js} +2 -2
- package/dist/{UnknownBlockType-BfQLAxi6.js.map → UnknownBlockType-GuPCc_3z.js.map} +1 -1
- package/dist/{index-B82yEdg6.js → index-Bat41R_Q.js} +10703 -9896
- package/dist/index-Bat41R_Q.js.map +1 -0
- package/dist/{jszip.min-BrmBkVmG.js → jszip.min-BNqdRFyY.js} +445 -443
- package/dist/jszip.min-BNqdRFyY.js.map +1 -0
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +190 -186
- package/dist/pristy-libvue.umd.js +30 -22
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +3 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts +3 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
- package/dist/src/components/config/ListVersionConfig.vue.d.ts +1 -1
- package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts +72 -0
- package/dist/src/components/dashboard/DashboardComponent.vue.d.ts +11 -0
- package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts +61 -0
- package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts +72 -0
- package/dist/src/components/dashboard/editor/block-configs/MyActivityConfig.vue.d.ts +66 -0
- package/dist/src/components/dashboard/editor/block-configs/MyActivityConfig.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts +11 -0
- package/dist/src/components/layouts/AppSubmenu.vue.d.ts +4 -2
- package/dist/src/components/layouts/AppSubmenu.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppSwitcher.vue.d.ts +63 -0
- package/dist/src/components/layouts/AppSwitcher.vue.d.ts.map +1 -0
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +29 -5
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/PreviewPanel.vue.d.ts +10 -0
- package/dist/src/components/popup/SendMailPopup.vue.d.ts +31 -5
- package/dist/src/components/popup/SendMailPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +1 -1
- package/dist/src/components/search/ExactSearch.vue.d.ts.map +1 -1
- package/dist/src/components/search/SaveViewPopup.vue.d.ts +1 -1
- package/dist/src/components/viewer/PDFComponent.vue.d.ts +10 -0
- package/dist/src/components/viewer/PDFComponent.vue.d.ts.map +1 -1
- package/dist/src/components/viewer/PdfSignaturePanel.vue.d.ts +9 -0
- package/dist/src/components/viewer/PdfSignaturePanel.vue.d.ts.map +1 -0
- package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +96 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +3 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/services/AppSwitcherService.d.ts +36 -0
- package/dist/src/services/AppSwitcherService.d.ts.map +1 -0
- package/dist/src/services/PdfSignatureService.d.ts +2 -0
- package/dist/src/services/PdfSignatureService.d.ts.map +1 -0
- package/dist/src/services/userSearchQuery.d.ts +31 -0
- package/dist/src/services/userSearchQuery.d.ts.map +1 -0
- package/dist/src/stores/config.d.ts +3 -0
- package/dist/src/stores/config.d.ts.map +1 -1
- package/dist/src/stores/search.d.ts +2 -0
- package/dist/src/stores/search.d.ts.map +1 -1
- package/dist/src/utils/classificationPlanUtils.d.ts +16 -0
- package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
- package/package.json +16 -13
- package/dist/ActivityHistory-Ceg-TT2z.js.map +0 -1
- package/dist/index-B82yEdg6.js.map +0 -1
- package/dist/jszip.min-BrmBkVmG.js.map +0 -1
|
@@ -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":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FieldForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/FieldForm.vue"],"names":[],"mappings":";;;;;;;;;;;AAiXA;"}
|
|
@@ -56,8 +56,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
56
56
|
}>> & Readonly<{
|
|
57
57
|
onReload?: (...args: any[]) => any;
|
|
58
58
|
}>, {
|
|
59
|
-
versions: unknown[];
|
|
60
59
|
title: string;
|
|
60
|
+
versions: unknown[];
|
|
61
61
|
}, {}, {
|
|
62
62
|
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
63
63
|
PrimeCard: DefineComponent<CardProps, CardSlots, (e: string, ...args: any[]) => void>;
|
|
@@ -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
|
}, {
|
|
@@ -6,7 +6,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6
6
|
* - label: Display text (used if labelKey not provided)
|
|
7
7
|
* - labelKey: i18n translation key
|
|
8
8
|
* - icon: Icon class (e.g., 'ri-home-line')
|
|
9
|
-
* - to: Route path (internal navigation)
|
|
9
|
+
* - to: Route path (internal navigation). On a section, the label becomes a
|
|
10
|
+
* link and only the arrow toggles; without it the whole header row toggles
|
|
10
11
|
* - url: External URL (opens in new tab by default)
|
|
11
12
|
* - target: Link target (defaults to '_self' for external URLs)
|
|
12
13
|
* - badge: Optional badge text
|
|
@@ -34,7 +35,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
34
35
|
* - label: Display text (used if labelKey not provided)
|
|
35
36
|
* - labelKey: i18n translation key
|
|
36
37
|
* - icon: Icon class (e.g., 'ri-home-line')
|
|
37
|
-
* - to: Route path (internal navigation)
|
|
38
|
+
* - to: Route path (internal navigation). On a section, the label becomes a
|
|
39
|
+
* link and only the arrow toggles; without it the whole header row toggles
|
|
38
40
|
* - url: External URL (opens in new tab by default)
|
|
39
41
|
* - target: Link target (defaults to '_self' for external URLs)
|
|
40
42
|
* - badge: Optional badge text
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppSubmenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/AppSubmenu.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"AppSubmenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/AppSubmenu.vue"],"names":[],"mappings":";AAyKA;;IAknBI;;;;;;;;;;;;;;OAcG;;;;;;;;;;;;;;;IAdH;;;;;;;;;;;;;;OAcG"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { ComposerTranslation, VueMessageType, LocaleMessageValue } from 'vue-i18n';
|
|
3
|
+
import { LocaleMessage, RemoveIndexSignature } from '@intlify/core-base';
|
|
4
|
+
import { DefineComponent } from '@primevue/core';
|
|
5
|
+
import { PopoverProps, PopoverSlots, PopoverMethods } from 'primevue/popover';
|
|
6
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
7
|
+
/**
|
|
8
|
+
* Key of the application currently displayed, as declared in APPLICATIONS
|
|
9
|
+
* or in the known application catalogue (e.g. "portail").
|
|
10
|
+
*/
|
|
11
|
+
currentApp: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Show the current application as a non clickable tile.
|
|
17
|
+
*/
|
|
18
|
+
showCurrent: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
}>, {
|
|
23
|
+
t: ComposerTranslation<{
|
|
24
|
+
[x: string]: LocaleMessage<VueMessageType>;
|
|
25
|
+
}, string, RemoveIndexSignature<{
|
|
26
|
+
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
27
|
+
}>, never, never, never>;
|
|
28
|
+
applications: ComputedRef<{
|
|
29
|
+
key: string;
|
|
30
|
+
label: string | null;
|
|
31
|
+
labelKey: string | null;
|
|
32
|
+
icon: string | null;
|
|
33
|
+
url: string;
|
|
34
|
+
current: boolean;
|
|
35
|
+
}[]>;
|
|
36
|
+
popover: Ref<any, any>;
|
|
37
|
+
isOpen: Ref<boolean, boolean>;
|
|
38
|
+
toggle: (event: any) => void;
|
|
39
|
+
labelOf: (application: any) => any;
|
|
40
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
41
|
+
/**
|
|
42
|
+
* Key of the application currently displayed, as declared in APPLICATIONS
|
|
43
|
+
* or in the known application catalogue (e.g. "portail").
|
|
44
|
+
*/
|
|
45
|
+
currentApp: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Show the current application as a non clickable tile.
|
|
51
|
+
*/
|
|
52
|
+
showCurrent: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
}>> & Readonly<{}>, {
|
|
57
|
+
currentApp: string;
|
|
58
|
+
showCurrent: boolean;
|
|
59
|
+
}, {}, {
|
|
60
|
+
PrimePopover: DefineComponent<PopoverProps, PopoverSlots, ((e: "show") => void) & ((e: "hide") => void), PopoverMethods>;
|
|
61
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
62
|
+
export default _default;
|
|
63
|
+
//# sourceMappingURL=AppSwitcher.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppSwitcher.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/AppSwitcher.vue"],"names":[],"mappings":";;;;;AAsDA;;IA+NI;;;OAGG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;IAVH;;;OAGG;;;;;IAKH;;OAEG"}
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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":"
|
|
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>;
|