@pristy/pristy-libvue 2.16.0 → 2.16.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/{ActivityHistory-DgugopJu.js → ActivityHistory-M06O2Pp7.js} +2 -2
- package/dist/{ActivityHistory-DgugopJu.js.map → ActivityHistory-M06O2Pp7.js.map} +1 -1
- package/dist/{BookmarksComponent-BsVkjHDs.js → BookmarksComponent-BKWq9lkO.js} +2 -2
- package/dist/{BookmarksComponent-BsVkjHDs.js.map → BookmarksComponent-BKWq9lkO.js.map} +1 -1
- package/dist/{ChartWrapper-Cn4qvZrN.js → ChartWrapper-DQIly8C1.js} +2 -2
- package/dist/{ChartWrapper-Cn4qvZrN.js.map → ChartWrapper-DQIly8C1.js.map} +1 -1
- package/dist/{DisplayFileInDashboardComponent-DFbgjJQD.js → DisplayFileInDashboardComponent-BZdY-qPD.js} +2 -2
- package/dist/{DisplayFileInDashboardComponent-DFbgjJQD.js.map → DisplayFileInDashboardComponent-BZdY-qPD.js.map} +1 -1
- package/dist/{ExternalApps-DtVKaN6h.js → ExternalApps-CznH7V4D.js} +2 -2
- package/dist/{ExternalApps-DtVKaN6h.js.map → ExternalApps-CznH7V4D.js.map} +1 -1
- package/dist/{FavoriteList-2ffRI8Ov.js → FavoriteList-Bab_FEKE.js} +2 -2
- package/dist/{FavoriteList-2ffRI8Ov.js.map → FavoriteList-Bab_FEKE.js.map} +1 -1
- package/dist/{MarkdownComponent-Cd34LCLP.js → MarkdownComponent-AwjiJbpZ.js} +2 -2
- package/dist/{MarkdownComponent-Cd34LCLP.js.map → MarkdownComponent-AwjiJbpZ.js.map} +1 -1
- package/dist/{SearchInput-DDR4-OwU.js → SearchInput-SsDPywuL.js} +2 -2
- package/dist/{SearchInput-DDR4-OwU.js.map → SearchInput-SsDPywuL.js.map} +1 -1
- package/dist/{UnknownBlockType-CPdBnteG.js → UnknownBlockType-DPReAgKT.js} +2 -2
- package/dist/{UnknownBlockType-CPdBnteG.js.map → UnknownBlockType-DPReAgKT.js.map} +1 -1
- package/dist/{index-ljscfG6r.js → index-D0TDvl3a.js} +8771 -8417
- package/dist/index-D0TDvl3a.js.map +1 -0
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +1 -1
- package/dist/pristy-libvue.umd.js +17 -17
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/classification/ClassificationPlanList.vue.d.ts.map +1 -1
- package/dist/src/components/search/AddCriterionPopup.vue.d.ts +6 -0
- package/dist/src/components/search/AddCriterionPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +5 -0
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +28 -0
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/FavoriteViewMenu.vue.d.ts +2 -0
- package/dist/src/components/search/UserViewsFavoritesPanel.vue.d.ts +2 -0
- package/dist/src/components/views/ViewList.vue.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +108 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/services/AftsQueryBuilder.d.ts +6 -1
- package/dist/src/services/AftsQueryBuilder.d.ts.map +1 -1
- package/dist/src/services/ClassificationService.d.ts +4 -1
- package/dist/src/services/ClassificationService.d.ts.map +1 -1
- package/dist/src/services/GhostMatcher.d.ts +1 -1
- package/dist/src/services/GhostMatcher.d.ts.map +1 -1
- package/dist/src/services/ViewConfigService.d.ts +4 -1
- package/dist/src/services/ViewConfigService.d.ts.map +1 -1
- package/dist/src/services/criteriaLogic.d.ts +37 -0
- package/dist/src/services/criteriaLogic.d.ts.map +1 -0
- package/dist/src/stores/userView.d.ts +13 -0
- package/dist/src/stores/userView.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-ljscfG6r.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClassificationPlanList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/ClassificationPlanList.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ClassificationPlanList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/ClassificationPlanList.vue"],"names":[],"mappings":";AAqNA;"}
|
|
@@ -74,6 +74,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
74
74
|
isCriterionValid(): boolean;
|
|
75
75
|
propertyType(): any;
|
|
76
76
|
}, {
|
|
77
|
+
/**
|
|
78
|
+
* Resolves a property's display label: use its i18n translation when the
|
|
79
|
+
* labelId key exists, otherwise fall back to the verbatim METADATA title
|
|
80
|
+
* (or id) instead of showing the raw translation key (e.g. "field.PATH").
|
|
81
|
+
*/
|
|
82
|
+
fieldLabel(property: any): any;
|
|
77
83
|
getOperatorsForCriterion(): any;
|
|
78
84
|
onPropertyChange(): void;
|
|
79
85
|
addCriterion(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddCriterionPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AddCriterionPopup.vue"],"names":[],"mappings":";;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"AddCriterionPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AddCriterionPopup.vue"],"names":[],"mappings":";;;;;;;;;;;;;AAkLA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2iBI;;;;OAIG"}
|
|
@@ -346,6 +346,8 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
346
346
|
setCriteria: (newCriteria: ViewCriterion[]) => void;
|
|
347
347
|
addGroup: (operator?: "AND" | "OR") => void;
|
|
348
348
|
removeGroup: (groupIndex: number) => void;
|
|
349
|
+
setRootOperator: (operator: "AND" | "OR") => void;
|
|
350
|
+
setCriterionOperator: (groupIndex: number, criterionIndex: number, operator: "AND" | "OR") => void;
|
|
349
351
|
addCriterionToGroup: (groupIndex: number, criterion: ViewCriterion) => void;
|
|
350
352
|
removeCriterionFromGroup: (groupIndex: number, criterionIndex: number) => void;
|
|
351
353
|
updateCriterionInGroup: (groupIndex: number, criterionIndex: number, updated: ViewCriterion) => void;
|
|
@@ -438,6 +440,8 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
438
440
|
setCriteria: (newCriteria: ViewCriterion[]) => void;
|
|
439
441
|
addGroup: (operator?: "AND" | "OR") => void;
|
|
440
442
|
removeGroup: (groupIndex: number) => void;
|
|
443
|
+
setRootOperator: (operator: "AND" | "OR") => void;
|
|
444
|
+
setCriterionOperator: (groupIndex: number, criterionIndex: number, operator: "AND" | "OR") => void;
|
|
441
445
|
addCriterionToGroup: (groupIndex: number, criterion: ViewCriterion) => void;
|
|
442
446
|
removeCriterionFromGroup: (groupIndex: number, criterionIndex: number) => void;
|
|
443
447
|
updateCriterionInGroup: (groupIndex: number, criterionIndex: number, updated: ViewCriterion) => void;
|
|
@@ -528,6 +532,7 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
528
532
|
isCriterionValid(): boolean;
|
|
529
533
|
propertyType(): any;
|
|
530
534
|
}, {
|
|
535
|
+
fieldLabel(property: any): any;
|
|
531
536
|
getOperatorsForCriterion(): any;
|
|
532
537
|
onPropertyChange(): void;
|
|
533
538
|
addCriterion(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdvancedSearchPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedSearchPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0NA
|
|
1
|
+
{"version":3,"file":"AdvancedSearchPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedSearchPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0NA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAseA,KAnYA,CAmYA,aAnYc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAmYd,KA7OU;;2BA6OV,KA1MuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA0MvB,KAnYA,CAmYA,aAnYc"}
|
|
@@ -442,6 +442,17 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
442
442
|
handleLoadView(searchConfig: any): void;
|
|
443
443
|
handleAddFirstCriterion(): void;
|
|
444
444
|
handleAddGroup(): void;
|
|
445
|
+
/**
|
|
446
|
+
* Flips the root operator joining all criteria groups (AND <-> OR).
|
|
447
|
+
*/
|
|
448
|
+
toggleRootOperator(): void;
|
|
449
|
+
/**
|
|
450
|
+
* Flips the operator joining a criterion to the previous one (AND <-> OR),
|
|
451
|
+
* allowing AND and OR to be mixed within the same group.
|
|
452
|
+
* @param {number} groupIndex - The index of the group.
|
|
453
|
+
* @param {number} criterionIndex - The index of the criterion to toggle.
|
|
454
|
+
*/
|
|
455
|
+
toggleCriterionOperator(groupIndex: number, criterionIndex: number): void;
|
|
445
456
|
openAddCriterionForGroup(groupIndex: any): void;
|
|
446
457
|
handleCriterionAdded(criterion: any): void;
|
|
447
458
|
startEditCriterion(groupIndex: any, criterionIndex: any, criterion: any): void;
|
|
@@ -456,6 +467,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
456
467
|
setCriteria: (newCriteria: ViewCriterion[]) => void;
|
|
457
468
|
addGroup: (operator?: "AND" | "OR") => void;
|
|
458
469
|
removeGroup: (groupIndex: number) => void;
|
|
470
|
+
setRootOperator: (operator: "AND" | "OR") => void;
|
|
471
|
+
setCriterionOperator: (groupIndex: number, criterionIndex: number, operator: "AND" | "OR") => void;
|
|
459
472
|
addCriterionToGroup: (groupIndex: number, criterion: ViewCriterion) => void;
|
|
460
473
|
removeCriterionFromGroup: (groupIndex: number, criterionIndex: number) => void;
|
|
461
474
|
updateCriterionInGroup: (groupIndex: number, criterionIndex: number, updated: ViewCriterion) => void;
|
|
@@ -485,6 +498,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
485
498
|
apiLogin: (a: string, p: string) => Promise<any>;
|
|
486
499
|
publiclogoff: () => Promise<void>;
|
|
487
500
|
publiclogin: (espace_id: string) => Promise<string>;
|
|
501
|
+
/**
|
|
502
|
+
* Resolves a property's display label: use its i18n translation when the
|
|
503
|
+
* labelId key exists, otherwise fall back to the verbatim METADATA title
|
|
504
|
+
* (or id) instead of showing the raw translation key (e.g. "field.PATH").
|
|
505
|
+
*/
|
|
506
|
+
fieldLabel(property: any): any;
|
|
507
|
+
/**
|
|
508
|
+
* Builds a natural-language phrase merging the criterion's negation and
|
|
509
|
+
* operator into a single label (e.g. "doit contenir exactement",
|
|
510
|
+
* "ne doit pas être"), instead of concatenating two redundant keywords.
|
|
511
|
+
*/
|
|
512
|
+
criterionPhraseKey(criterion: any): string;
|
|
488
513
|
}, ComponentOptionsMixin, ComponentOptionsMixin, ("change-exact-search-settings" | "load-view" | "close-view" | "view-saved")[], "change-exact-search-settings" | "load-view" | "close-view" | "view-saved", PublicProps, Readonly< ExtractPropTypes<{
|
|
489
514
|
globalOnly: {
|
|
490
515
|
type: BooleanConstructor;
|
|
@@ -545,6 +570,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
545
570
|
setCriteria: (newCriteria: ViewCriterion[]) => void;
|
|
546
571
|
addGroup: (operator?: "AND" | "OR") => void;
|
|
547
572
|
removeGroup: (groupIndex: number) => void;
|
|
573
|
+
setRootOperator: (operator: "AND" | "OR") => void;
|
|
574
|
+
setCriterionOperator: (groupIndex: number, criterionIndex: number, operator: "AND" | "OR") => void;
|
|
548
575
|
addCriterionToGroup: (groupIndex: number, criterion: ViewCriterion) => void;
|
|
549
576
|
removeCriterionFromGroup: (groupIndex: number, criterionIndex: number) => void;
|
|
550
577
|
updateCriterionInGroup: (groupIndex: number, criterionIndex: number, updated: ViewCriterion) => void;
|
|
@@ -636,6 +663,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
636
663
|
isCriterionValid(): boolean;
|
|
637
664
|
propertyType(): any;
|
|
638
665
|
}, {
|
|
666
|
+
fieldLabel(property: any): any;
|
|
639
667
|
getOperatorsForCriterion(): any;
|
|
640
668
|
onPropertyChange(): void;
|
|
641
669
|
addCriterion(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdvancedViewPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedViewPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"AdvancedViewPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedViewPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4cA;;;;;;;;;;IAqnCI;;;OAGG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyUH;;OAEG;;IAMH;;;;;OAKG;wCAFQ,MAAM,kBACN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA/YrB,KAh+BkC,CAg+BlC,aAh+BgD;;;;;;;;;;;;;;;;;IAmoC5C;;;;OAIG;;IAUH;;;;OAIG;;;;;;;;;;;IAtIH;;;OAGG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA1DP,KAh+BkC,CAg+BlC,aAh+BgD"}
|
|
@@ -15,6 +15,8 @@ declare const _default: DefineComponent<{}, {}, {}, {
|
|
|
15
15
|
setCriteria: (newCriteria: ViewCriterion[]) => void;
|
|
16
16
|
addGroup: (operator?: "AND" | "OR") => void;
|
|
17
17
|
removeGroup: (groupIndex: number) => void;
|
|
18
|
+
setRootOperator: (operator: "AND" | "OR") => void;
|
|
19
|
+
setCriterionOperator: (groupIndex: number, criterionIndex: number, operator: "AND" | "OR") => void;
|
|
18
20
|
addCriterionToGroup: (groupIndex: number, criterion: ViewCriterion) => void;
|
|
19
21
|
removeCriterionFromGroup: (groupIndex: number, criterionIndex: number) => void;
|
|
20
22
|
updateCriterionInGroup: (groupIndex: number, criterionIndex: number, updated: ViewCriterion) => void;
|
|
@@ -22,6 +22,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
22
22
|
setCriteria: (newCriteria: ViewCriterion[]) => void;
|
|
23
23
|
addGroup: (operator?: "AND" | "OR") => void;
|
|
24
24
|
removeGroup: (groupIndex: number) => void;
|
|
25
|
+
setRootOperator: (operator: "AND" | "OR") => void;
|
|
26
|
+
setCriterionOperator: (groupIndex: number, criterionIndex: number, operator: "AND" | "OR") => void;
|
|
25
27
|
addCriterionToGroup: (groupIndex: number, criterion: ViewCriterion) => void;
|
|
26
28
|
removeCriterionFromGroup: (groupIndex: number, criterionIndex: number) => void;
|
|
27
29
|
updateCriterionInGroup: (groupIndex: number, criterionIndex: number, updated: ViewCriterion) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/views/ViewList.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ViewList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/views/ViewList.vue"],"names":[],"mappings":";AAwMA;"}
|
package/dist/src/i18n/index.d.ts
CHANGED
|
@@ -376,6 +376,32 @@ declare const i18n: I18n<{
|
|
|
376
376
|
isNumber: string;
|
|
377
377
|
isNumberRange: string;
|
|
378
378
|
is: string;
|
|
379
|
+
criterionPhrase: {
|
|
380
|
+
contains: {
|
|
381
|
+
include: string;
|
|
382
|
+
exclude: string;
|
|
383
|
+
};
|
|
384
|
+
exact: {
|
|
385
|
+
include: string;
|
|
386
|
+
exclude: string;
|
|
387
|
+
};
|
|
388
|
+
isNumber: {
|
|
389
|
+
include: string;
|
|
390
|
+
exclude: string;
|
|
391
|
+
};
|
|
392
|
+
isDate: {
|
|
393
|
+
include: string;
|
|
394
|
+
exclude: string;
|
|
395
|
+
};
|
|
396
|
+
range: {
|
|
397
|
+
include: string;
|
|
398
|
+
exclude: string;
|
|
399
|
+
};
|
|
400
|
+
is: {
|
|
401
|
+
include: string;
|
|
402
|
+
exclude: string;
|
|
403
|
+
};
|
|
404
|
+
};
|
|
379
405
|
locationLabel: string;
|
|
380
406
|
locationSite: string;
|
|
381
407
|
locationPath: string;
|
|
@@ -442,6 +468,8 @@ declare const i18n: I18n<{
|
|
|
442
468
|
removeGroup: string;
|
|
443
469
|
operatorAnd: string;
|
|
444
470
|
operatorOr: string;
|
|
471
|
+
toggleRootOperator: string;
|
|
472
|
+
toggleCriterionOperator: string;
|
|
445
473
|
emptyGroup: string;
|
|
446
474
|
};
|
|
447
475
|
pdfTools: {
|
|
@@ -666,6 +694,9 @@ declare const i18n: I18n<{
|
|
|
666
694
|
adminViewList: {
|
|
667
695
|
existingViews: {
|
|
668
696
|
title: string;
|
|
697
|
+
name: string;
|
|
698
|
+
description: string;
|
|
699
|
+
modifiedAt: string;
|
|
669
700
|
loading: string;
|
|
670
701
|
noViewsFound: string;
|
|
671
702
|
download: string;
|
|
@@ -763,10 +794,33 @@ declare const i18n: I18n<{
|
|
|
763
794
|
title: string;
|
|
764
795
|
existingPlans: {
|
|
765
796
|
title: string;
|
|
797
|
+
name: string;
|
|
798
|
+
description: string;
|
|
799
|
+
modifiedAt: string;
|
|
766
800
|
loading: string;
|
|
767
801
|
noPlansFound: string;
|
|
768
802
|
download: string;
|
|
769
803
|
};
|
|
804
|
+
editPlan: {
|
|
805
|
+
button: string;
|
|
806
|
+
title: string;
|
|
807
|
+
name: string;
|
|
808
|
+
namePlaceholder: string;
|
|
809
|
+
description: string;
|
|
810
|
+
descriptionPlaceholder: string;
|
|
811
|
+
save: string;
|
|
812
|
+
cancel: string;
|
|
813
|
+
toast: {
|
|
814
|
+
success: {
|
|
815
|
+
summary: string;
|
|
816
|
+
detail: string;
|
|
817
|
+
};
|
|
818
|
+
error: {
|
|
819
|
+
summary: string;
|
|
820
|
+
detail: string;
|
|
821
|
+
};
|
|
822
|
+
};
|
|
823
|
+
};
|
|
770
824
|
createPlan: {
|
|
771
825
|
title: string;
|
|
772
826
|
description: string;
|
|
@@ -1994,6 +2048,32 @@ declare const i18n: I18n<{
|
|
|
1994
2048
|
isNumber: string;
|
|
1995
2049
|
isNumberRange: string;
|
|
1996
2050
|
is: string;
|
|
2051
|
+
criterionPhrase: {
|
|
2052
|
+
contains: {
|
|
2053
|
+
include: string;
|
|
2054
|
+
exclude: string;
|
|
2055
|
+
};
|
|
2056
|
+
exact: {
|
|
2057
|
+
include: string;
|
|
2058
|
+
exclude: string;
|
|
2059
|
+
};
|
|
2060
|
+
isNumber: {
|
|
2061
|
+
include: string;
|
|
2062
|
+
exclude: string;
|
|
2063
|
+
};
|
|
2064
|
+
isDate: {
|
|
2065
|
+
include: string;
|
|
2066
|
+
exclude: string;
|
|
2067
|
+
};
|
|
2068
|
+
range: {
|
|
2069
|
+
include: string;
|
|
2070
|
+
exclude: string;
|
|
2071
|
+
};
|
|
2072
|
+
is: {
|
|
2073
|
+
include: string;
|
|
2074
|
+
exclude: string;
|
|
2075
|
+
};
|
|
2076
|
+
};
|
|
1997
2077
|
locationLabel: string;
|
|
1998
2078
|
locationSite: string;
|
|
1999
2079
|
locationPath: string;
|
|
@@ -2058,6 +2138,8 @@ declare const i18n: I18n<{
|
|
|
2058
2138
|
removeGroup: string;
|
|
2059
2139
|
operatorAnd: string;
|
|
2060
2140
|
operatorOr: string;
|
|
2141
|
+
toggleRootOperator: string;
|
|
2142
|
+
toggleCriterionOperator: string;
|
|
2061
2143
|
emptyGroup: string;
|
|
2062
2144
|
};
|
|
2063
2145
|
pdfTools: {
|
|
@@ -2282,6 +2364,9 @@ declare const i18n: I18n<{
|
|
|
2282
2364
|
adminViewList: {
|
|
2283
2365
|
existingViews: {
|
|
2284
2366
|
title: string;
|
|
2367
|
+
name: string;
|
|
2368
|
+
description: string;
|
|
2369
|
+
modifiedAt: string;
|
|
2285
2370
|
loading: string;
|
|
2286
2371
|
noViewsFound: string;
|
|
2287
2372
|
download: string;
|
|
@@ -2379,10 +2464,33 @@ declare const i18n: I18n<{
|
|
|
2379
2464
|
title: string;
|
|
2380
2465
|
existingPlans: {
|
|
2381
2466
|
title: string;
|
|
2467
|
+
name: string;
|
|
2468
|
+
description: string;
|
|
2469
|
+
modifiedAt: string;
|
|
2382
2470
|
loading: string;
|
|
2383
2471
|
noPlansFound: string;
|
|
2384
2472
|
download: string;
|
|
2385
2473
|
};
|
|
2474
|
+
editPlan: {
|
|
2475
|
+
button: string;
|
|
2476
|
+
title: string;
|
|
2477
|
+
name: string;
|
|
2478
|
+
namePlaceholder: string;
|
|
2479
|
+
description: string;
|
|
2480
|
+
descriptionPlaceholder: string;
|
|
2481
|
+
save: string;
|
|
2482
|
+
cancel: string;
|
|
2483
|
+
toast: {
|
|
2484
|
+
success: {
|
|
2485
|
+
summary: string;
|
|
2486
|
+
detail: string;
|
|
2487
|
+
};
|
|
2488
|
+
error: {
|
|
2489
|
+
summary: string;
|
|
2490
|
+
detail: string;
|
|
2491
|
+
};
|
|
2492
|
+
};
|
|
2493
|
+
};
|
|
2386
2494
|
createPlan: {
|
|
2387
2495
|
title: string;
|
|
2388
2496
|
description: string;
|
|
@@ -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"}
|
|
@@ -47,7 +47,12 @@ declare class AftsQueryBuilder {
|
|
|
47
47
|
_buildCriterionPart(c: any): string | null;
|
|
48
48
|
/**
|
|
49
49
|
* Builds an AFTS query for a single group of criteria.
|
|
50
|
-
*
|
|
50
|
+
*
|
|
51
|
+
* Criteria are combined with per-criterion operators following standard
|
|
52
|
+
* boolean precedence (AND binds tighter than OR), with explicit parentheses
|
|
53
|
+
* so the generated query is unambiguous regardless of Solr's own precedence.
|
|
54
|
+
*
|
|
55
|
+
* @param {Object} group - A criteria group with a criteria array.
|
|
51
56
|
* @returns {string|null} The AFTS fragment for the group, or null if empty.
|
|
52
57
|
*/
|
|
53
58
|
_buildGroupQuery(group: any): string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AftsQueryBuilder.d.ts","sourceRoot":"","sources":["../../../src/services/AftsQueryBuilder.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"AftsQueryBuilder.d.ts","sourceRoot":"","sources":["../../../src/services/AftsQueryBuilder.js"],"names":[],"mappings":";;AAoBA;;;GAGG;AACH;IACE;;;;;OAKG;IACH,qBAHW,MAAM,GACJ,MAAM,CAQlB;IAED;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,kCAJG;QAA0B,SAAS;QACT,QAAQ;KAClC,GAAU,MAAM,CAyDlB;IAED;;;;OAIG;IACH,6BAFa,MAAM,GAAC,IAAI,CAkEvB;IAED;;;;;;;;;OASG;IACH,8BAFa,MAAM,GAAC,IAAI,CAyBvB;IAED;;;;OAIG;IACH,wCAFa,MAAM,GAAC,IAAI,CAavB;CACF"}
|
|
@@ -29,7 +29,10 @@ declare class ClassificationService {
|
|
|
29
29
|
allowableOperations: string[];
|
|
30
30
|
}>;
|
|
31
31
|
/**
|
|
32
|
-
* Lists all existing classification plan entries (full Alfresco nodes)
|
|
32
|
+
* Lists all existing classification plan entries (full Alfresco nodes),
|
|
33
|
+
* enriched with the human-readable name and description read from each
|
|
34
|
+
* plan's JSON content (the top-level NAME and DESCRIPTION keys, stored
|
|
35
|
+
* inside the file rather than as node properties).
|
|
33
36
|
* @returns {Promise<Object[]>} A promise that resolves with an array of Alfresco entry objects.
|
|
34
37
|
*/
|
|
35
38
|
listPlanEntries(): Promise<any[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClassificationService.d.ts","sourceRoot":"","sources":["../../../src/services/ClassificationService.js"],"names":[],"mappings":";;AAuBA;IACE;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAOxB;IAED;;;;;OAKG;IACH,mBAJW,MAAM,WACN,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;OAGG;IACH,aAFa,OAAO,CAAC,MAAM,EAAE,CAAC,CAU7B;IAED;;;;OAIG;IACH,iCAHW,MAAM,GACJ,OAAO,CAAC;QAAC,OAAO,EAAE,GAAG,CAAC;QAAC,mBAAmB,EAAE,MAAM,EAAE,CAAA;KAAC,CAAC,CAUlE;IAED
|
|
1
|
+
{"version":3,"file":"ClassificationService.d.ts","sourceRoot":"","sources":["../../../src/services/ClassificationService.js"],"names":[],"mappings":";;AAuBA;IACE;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAOxB;IAED;;;;;OAKG;IACH,mBAJW,MAAM,WACN,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;OAGG;IACH,aAFa,OAAO,CAAC,MAAM,EAAE,CAAC,CAU7B;IAED;;;;OAIG;IACH,iCAHW,MAAM,GACJ,OAAO,CAAC;QAAC,OAAO,EAAE,GAAG,CAAC;QAAC,mBAAmB,EAAE,MAAM,EAAE,CAAA;KAAC,CAAC,CAUlE;IAED;;;;;;OAMG;IACH,mBAFa,OAAO,CAAC,KAAQ,CAAC,CAwB7B;;CAuBF"}
|
|
@@ -31,7 +31,7 @@ declare class GhostMatcher {
|
|
|
31
31
|
_matchesLocation(ghost: any, loc: any): boolean;
|
|
32
32
|
_matchesFlatCriteria(ghost: any, criteria: any): any;
|
|
33
33
|
_matchesCriteriaGroups(ghost: any, criteriaGroups: any): any;
|
|
34
|
-
_matchesGroup(ghost: any, group: any):
|
|
34
|
+
_matchesGroup(ghost: any, group: any): boolean;
|
|
35
35
|
_matchesCriterion(ghost: any, criterion: any): boolean;
|
|
36
36
|
_evaluateMatch(ghostValue: any, criterion: any, inputType: any): boolean;
|
|
37
37
|
_matchesDate(ghostValue: any, criterion: any): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GhostMatcher.d.ts","sourceRoot":"","sources":["../../../src/services/GhostMatcher.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"GhostMatcher.d.ts","sourceRoot":"","sources":["../../../src/services/GhostMatcher.js"],"names":[],"mappings":";;AAsKA;;;;GAIG;AACH;IACE;;;;;OAKG;IACH,oDAFa,OAAO,CAkBnB;IAED;;;;;OAKG;IACH,6CAHW,MAAM,GACJ,OAAO,CAInB;IAED;;;;;OAKG;IACH,oCAHW,MAAM,GACJ,OAAO,CAInB;IAID,uDA6BC;IAED,gDAyBC;IAID,qDAMC;IAED,6DAiBC;IAED,+CAYC;IAED,uDA6BC;IAED,yEAYC;IAED,uDA8BC;IAED,uDAiCC;CACF"}
|
|
@@ -31,7 +31,10 @@ declare class ViewConfigService {
|
|
|
31
31
|
*/
|
|
32
32
|
listViews(): Promise<string[]>;
|
|
33
33
|
/**
|
|
34
|
-
* Lists all existing view configuration entries (full Alfresco nodes)
|
|
34
|
+
* Lists all existing view configuration entries (full Alfresco nodes),
|
|
35
|
+
* enriched with the human-readable name and description read from each
|
|
36
|
+
* view's JSON content (these are stored inside the file, not as node
|
|
37
|
+
* properties).
|
|
35
38
|
* @returns {Promise<Object[]>} A promise that resolves with an array of Alfresco entry objects.
|
|
36
39
|
*/
|
|
37
40
|
listViewEntries(): Promise<any[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewConfigService.d.ts","sourceRoot":"","sources":["../../../src/services/ViewConfigService.js"],"names":[],"mappings":";;AAuBA;;;GAGG;AACH;IACE;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,KAAQ,CAO3B;IAED;;;;;OAKG;IACH,mBAJW,MAAM,iBAEJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;;;OAKG;IACH,qBAHW,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;OAGG;IACH,aAFa,OAAO,CAAC,MAAM,EAAE,CAAC,CAU7B;IAED
|
|
1
|
+
{"version":3,"file":"ViewConfigService.d.ts","sourceRoot":"","sources":["../../../src/services/ViewConfigService.js"],"names":[],"mappings":";;AAuBA;;;GAGG;AACH;IACE;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,KAAQ,CAO3B;IAED;;;;;OAKG;IACH,mBAJW,MAAM,iBAEJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;;;OAKG;IACH,qBAHW,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;OAGG;IACH,aAFa,OAAO,CAAC,MAAM,EAAE,CAAC,CAU7B;IAED;;;;;;OAMG;IACH,mBAFa,OAAO,CAAC,KAAQ,CAAC,CAwB7B;;CAuBF"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (C) 2022 - Jeci SARL - https://jeci.fr
|
|
3
|
+
*
|
|
4
|
+
* This program is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU Affero General Public License as
|
|
6
|
+
* published by the Free Software Foundation, either version 3 of the
|
|
7
|
+
* License, or (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* This program is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU Affero General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
15
|
+
* along with this program. If not, see https://www.gnu.org/licenses/agpl-3.0.html.
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* Splits a group's criteria into segments following standard boolean
|
|
19
|
+
* precedence, where AND binds tighter than OR.
|
|
20
|
+
*
|
|
21
|
+
* Each criterion carries a `logicalOperator` ('AND' | 'OR') that joins it to
|
|
22
|
+
* the previous criterion in the group; the first criterion's operator is
|
|
23
|
+
* ignored (there is nothing before it). Missing operators default to 'AND'.
|
|
24
|
+
*
|
|
25
|
+
* The result is an array of AND-runs: consecutive AND-joined criteria form one
|
|
26
|
+
* segment, and a new segment starts at every OR boundary. The segments are then
|
|
27
|
+
* meant to be OR'd together. For example, `A OR B AND C` yields
|
|
28
|
+
* `[[A], [B, C]]`, i.e. `A OR (B AND C)`.
|
|
29
|
+
*
|
|
30
|
+
* Shared by AftsQueryBuilder (query generation) and GhostMatcher (client-side
|
|
31
|
+
* matching) so both evaluate identical semantics.
|
|
32
|
+
*
|
|
33
|
+
* @param {Array<Object>} criteria - The group's criteria, in order.
|
|
34
|
+
* @returns {Array<Array<Object>>} The AND-run segments, in order.
|
|
35
|
+
*/
|
|
36
|
+
export function segmentByPrecedence(criteria: Array<any>): Array<Array<any>>;
|
|
37
|
+
//# sourceMappingURL=criteriaLogic.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"criteriaLogic.d.ts","sourceRoot":"","sources":["../../../src/services/criteriaLogic.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH;;;;;;;;;;;;;;;;;;GAkBG;AACH,8CAHW,KAAK,KAAQ,GACX,KAAK,CAAC,KAAK,KAAQ,CAAC,CAiBhC"}
|
|
@@ -114,6 +114,19 @@ export const useUserViewStore: StoreDefinition<"userView", {
|
|
|
114
114
|
* @param {number} groupIndex - The index of the group to remove.
|
|
115
115
|
*/
|
|
116
116
|
removeGroup(groupIndex: number): void;
|
|
117
|
+
/**
|
|
118
|
+
* Sets the operator joining the criteria groups together.
|
|
119
|
+
* @param {'AND'|'OR'} operator - The root operator.
|
|
120
|
+
*/
|
|
121
|
+
setRootOperator(operator: "AND" | "OR"): void;
|
|
122
|
+
/**
|
|
123
|
+
* Sets the logical operator joining a criterion to the previous one within
|
|
124
|
+
* its group. Enables mixing AND/OR inside a single group.
|
|
125
|
+
* @param {number} groupIndex - The index of the group.
|
|
126
|
+
* @param {number} criterionIndex - The index of the criterion within the group.
|
|
127
|
+
* @param {'AND'|'OR'} operator - The operator joining it to the previous criterion.
|
|
128
|
+
*/
|
|
129
|
+
setCriterionOperator(groupIndex: number, criterionIndex: number, operator: "AND" | "OR"): void;
|
|
117
130
|
/**
|
|
118
131
|
* Adds a criterion to a specific group.
|
|
119
132
|
* @param {number} groupIndex - The index of the group.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userView.d.ts","sourceRoot":"","sources":["../../../src/stores/userView.js"],"names":[],"mappings":";AAGA;;;;;;;;GAQG;AAEH;;;;;;;GAOG;AAEH;;;;;GAKG;AAEH;;;;GAIG;AAEH;;;;;;;;;;;GAWG;AAEH;;GAEG;AACH;eAIkB,YAAY,EAAE;oBACT,cAAc;gBAClB,SAAS,GAAC,IAAI;yBACL,OAAO;;IA0B/B;;;;OAIG;mCADU,OAAO;IAKpB;;;;OAIG;0BADU,YAAY,GAAC;QAAC,IAAI,EAAE,IAAI,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC;IAQrD;;;;OAIG;6BADU,aAAa,EAAE;IAK5B;;;;OAIG;0BADU,aAAa,EAAE;;IAU5B;;;;OAIG;wBADQ,SAAS;
|
|
1
|
+
{"version":3,"file":"userView.d.ts","sourceRoot":"","sources":["../../../src/stores/userView.js"],"names":[],"mappings":";AAGA;;;;;;;;GAQG;AAEH;;;;;;;GAOG;AAEH;;;;;GAKG;AAEH;;;;GAIG;AAEH;;;;;;;;;;;GAWG;AAEH;;GAEG;AACH;eAIkB,YAAY,EAAE;oBACT,cAAc;gBAClB,SAAS,GAAC,IAAI;yBACL,OAAO;;IA0B/B;;;;OAIG;mCADU,OAAO;IAKpB;;;;OAIG;0BADU,YAAY,GAAC;QAAC,IAAI,EAAE,IAAI,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC;IAQrD;;;;OAIG;6BADU,aAAa,EAAE;IAK5B;;;;OAIG;0BADU,aAAa,EAAE;;IAU5B;;;;OAIG;wBADQ,SAAS;IA2EpB;;;OAGG;qBADQ,YAAY;IAQvB;;;OAGG;0BADQ,MAAM;IAKjB;;;;OAIG;6BADQ,YAAY;IAiBvB;;;;OAIG;6BADQ,aAAa,EAAE;IAe1B;;;OAGG;wBADQ,KAAK,GAAC,IAAI;IASrB;;;OAGG;4BADQ,MAAM;IAKjB;;;OAGG;8BADQ,KAAK,GAAC,IAAI;IAKrB;;;;;;OAMG;qCAHQ,MAAM,kBACN,MAAM,YACN,KAAK,GAAC,IAAI;IAQrB;;;;OAIG;oCAFQ,MAAM,aACN,aAAa;IAUxB;;;;OAIG;yCAFQ,MAAM,kBACN,MAAM;IAUjB;;;;;OAKG;uCAHQ,MAAM,kBACN,MAAM,WACN,aAAa;IAWxB;;;;OAIG;4BADQ,aAAa;IAQxB;;;;OAIG;2BADQ,MAAM;IAYjB;;OAEG;;IAMH;;;OAGG;gCADQ,SAAS;IAYpB;;;OAGG;oCADQ,SAAS;IAWpB;;;OAGG;yBADU,OAAO,CAAC,IAAI,CAAC;IAe1B;;;;OAIG;6BAFQ,SAAS,GACP,OAAO,CAAC,IAAI,CAAC;IAe1B;;OAEG;;;GA8DJ;;;;;QA3eW,MAAM;;;;;;;;cAEN,OAAO;;;;cACP,MAAM;;;;WACN,GAAC;;;;eACD,GAAC,GAAC,IAAI;;;;;;QAKN,MAAM;;;;UACN,MAAM,GAAC,QAAQ,GAAC,IAAI;;;;WACpB,MAAM;;;;cACN,OAAO;;;;WACP,MAAM;;;;;;QAKN,MAAM;;;;cACN,KAAK,GAAC,IAAI;;;;cACV,aAAa,EAAE;;;;;;kBAKf,KAAK,GAAC,IAAI;;;;YACV,aAAa,EAAE;;;;;;QAKf,MAAM;;;;UACN,MAAM;;;;kBACN,MAAM;;;;WACN,MAAM,GAAC,QAAQ;;;;iBACf,OAAO;;;;YAElB;QAAkC,SAAS,EAAhC,YAAY,EAAE;QACU,cAAc,GAAtC,cAAc;QACW,QAAQ,GAAjC,aAAa,EAAE;KAC5B"}
|