@openframe-org/criteria-set-protocol 2.2.13 → 2.2.14
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/v1/schemas/common.d.ts +3 -3
- package/dist/v1/schemas/common.js +1 -1
- package/dist/v1/schemas/criteria-tree.d.ts +78 -78
- package/dist/v1/schemas/criterion.d.ts +17 -17
- package/dist/v1/schemas/task-group.d.ts +7 -7
- package/dist/v1/schemas/task.d.ts +8 -8
- package/dist/v1/schemas/theme.d.ts +26 -26
- package/dist/v1/utils.d.ts +6 -0
- package/dist/v1/utils.js +8 -1
- package/package.json +1 -1
|
@@ -235,11 +235,11 @@ export declare const criteriaTreeOptionsSchema: z.ZodObject<{
|
|
|
235
235
|
criteriaTreeElementTextFormat: string;
|
|
236
236
|
}>;
|
|
237
237
|
export declare const reportOptionsSchema: z.ZodObject<{
|
|
238
|
-
|
|
238
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
239
239
|
}, "strip", z.ZodTypeAny, {
|
|
240
|
-
|
|
240
|
+
reportTitleTextFormat?: string | undefined;
|
|
241
241
|
}, {
|
|
242
|
-
|
|
242
|
+
reportTitleTextFormat?: string | undefined;
|
|
243
243
|
}>;
|
|
244
244
|
export declare const treeResultSchema: z.ZodObject<{
|
|
245
245
|
type: z.ZodOptional<z.ZodEnum<["number", "percentage", "boolean"]>>;
|
|
@@ -116,7 +116,7 @@ exports.criteriaTreeOptionsSchema = zod_1.z
|
|
|
116
116
|
});
|
|
117
117
|
exports.reportOptionsSchema = zod_1.z
|
|
118
118
|
.object({
|
|
119
|
-
|
|
119
|
+
reportTitleTextFormat: zod_1.z
|
|
120
120
|
.string()
|
|
121
121
|
.optional()
|
|
122
122
|
.describe("The format of the report row text, use ':code:' and ':title:' to define where the code and/or title should be inserted, if not provided only the title will be rendered")
|
|
@@ -933,11 +933,11 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
933
933
|
}, {
|
|
934
934
|
criteriaTreeElementTextFormat: string;
|
|
935
935
|
}>>, z.ZodObject<{
|
|
936
|
-
|
|
936
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
937
937
|
}, "strip", z.ZodTypeAny, {
|
|
938
|
-
|
|
938
|
+
reportTitleTextFormat?: string | undefined;
|
|
939
939
|
}, {
|
|
940
|
-
|
|
940
|
+
reportTitleTextFormat?: string | undefined;
|
|
941
941
|
}>>;
|
|
942
942
|
}, "strip", z.ZodTypeAny, {
|
|
943
943
|
code: string;
|
|
@@ -950,7 +950,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
950
950
|
} & {
|
|
951
951
|
criteriaTreeElementTextFormat: string;
|
|
952
952
|
} & {
|
|
953
|
-
|
|
953
|
+
reportTitleTextFormat?: string | undefined;
|
|
954
954
|
};
|
|
955
955
|
items: {
|
|
956
956
|
code: string;
|
|
@@ -1078,7 +1078,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1078
1078
|
} & {
|
|
1079
1079
|
criteriaTreeElementTextFormat: string;
|
|
1080
1080
|
} & {
|
|
1081
|
-
|
|
1081
|
+
reportTitleTextFormat?: string | undefined;
|
|
1082
1082
|
};
|
|
1083
1083
|
items: {
|
|
1084
1084
|
code: string;
|
|
@@ -1211,7 +1211,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1211
1211
|
} & {
|
|
1212
1212
|
criteriaTreeElementTextFormat: string;
|
|
1213
1213
|
} & {
|
|
1214
|
-
|
|
1214
|
+
reportTitleTextFormat?: string | undefined;
|
|
1215
1215
|
};
|
|
1216
1216
|
items: {
|
|
1217
1217
|
code: string;
|
|
@@ -1374,7 +1374,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1374
1374
|
} & {
|
|
1375
1375
|
criteriaTreeElementTextFormat: string;
|
|
1376
1376
|
} & {
|
|
1377
|
-
|
|
1377
|
+
reportTitleTextFormat?: string | undefined;
|
|
1378
1378
|
};
|
|
1379
1379
|
items: {
|
|
1380
1380
|
code: string;
|
|
@@ -1572,11 +1572,11 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1572
1572
|
}, {
|
|
1573
1573
|
criteriaTreeElementTextFormat: string;
|
|
1574
1574
|
}>>, z.ZodObject<{
|
|
1575
|
-
|
|
1575
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
1576
1576
|
}, "strip", z.ZodTypeAny, {
|
|
1577
|
-
|
|
1577
|
+
reportTitleTextFormat?: string | undefined;
|
|
1578
1578
|
}, {
|
|
1579
|
-
|
|
1579
|
+
reportTitleTextFormat?: string | undefined;
|
|
1580
1580
|
}>>;
|
|
1581
1581
|
}, "strip", z.ZodTypeAny, {
|
|
1582
1582
|
code: string;
|
|
@@ -1599,7 +1599,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1599
1599
|
})) & {
|
|
1600
1600
|
criteriaTreeElementTextFormat: string;
|
|
1601
1601
|
}) & {
|
|
1602
|
-
|
|
1602
|
+
reportTitleTextFormat?: string | undefined;
|
|
1603
1603
|
};
|
|
1604
1604
|
items: {
|
|
1605
1605
|
code: string;
|
|
@@ -1616,7 +1616,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1616
1616
|
} & {
|
|
1617
1617
|
criteriaTreeElementTextFormat: string;
|
|
1618
1618
|
} & {
|
|
1619
|
-
|
|
1619
|
+
reportTitleTextFormat?: string | undefined;
|
|
1620
1620
|
};
|
|
1621
1621
|
items: {
|
|
1622
1622
|
code: string;
|
|
@@ -1814,7 +1814,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1814
1814
|
})) & {
|
|
1815
1815
|
criteriaTreeElementTextFormat: string;
|
|
1816
1816
|
}) & {
|
|
1817
|
-
|
|
1817
|
+
reportTitleTextFormat?: string | undefined;
|
|
1818
1818
|
};
|
|
1819
1819
|
items: {
|
|
1820
1820
|
code: string;
|
|
@@ -1831,7 +1831,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
1831
1831
|
} & {
|
|
1832
1832
|
criteriaTreeElementTextFormat: string;
|
|
1833
1833
|
} & {
|
|
1834
|
-
|
|
1834
|
+
reportTitleTextFormat?: string | undefined;
|
|
1835
1835
|
};
|
|
1836
1836
|
items: {
|
|
1837
1837
|
code: string;
|
|
@@ -2052,11 +2052,11 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2052
2052
|
documentTreeFolderTextFormat: string;
|
|
2053
2053
|
hideFromDocumentTree?: false | undefined;
|
|
2054
2054
|
}>]>>, z.ZodObject<{
|
|
2055
|
-
|
|
2055
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
2056
2056
|
}, "strip", z.ZodTypeAny, {
|
|
2057
|
-
|
|
2057
|
+
reportTitleTextFormat?: string | undefined;
|
|
2058
2058
|
}, {
|
|
2059
|
-
|
|
2059
|
+
reportTitleTextFormat?: string | undefined;
|
|
2060
2060
|
}>>;
|
|
2061
2061
|
}, "strip", z.ZodTypeAny, {
|
|
2062
2062
|
code: string;
|
|
@@ -2077,7 +2077,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2077
2077
|
documentTreeFolderTextFormat: string;
|
|
2078
2078
|
hideFromDocumentTree?: false | undefined;
|
|
2079
2079
|
})) & {
|
|
2080
|
-
|
|
2080
|
+
reportTitleTextFormat?: string | undefined;
|
|
2081
2081
|
};
|
|
2082
2082
|
items: {
|
|
2083
2083
|
code: string;
|
|
@@ -2100,7 +2100,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2100
2100
|
})) & {
|
|
2101
2101
|
criteriaTreeElementTextFormat: string;
|
|
2102
2102
|
}) & {
|
|
2103
|
-
|
|
2103
|
+
reportTitleTextFormat?: string | undefined;
|
|
2104
2104
|
};
|
|
2105
2105
|
items: {
|
|
2106
2106
|
code: string;
|
|
@@ -2117,7 +2117,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2117
2117
|
} & {
|
|
2118
2118
|
criteriaTreeElementTextFormat: string;
|
|
2119
2119
|
} & {
|
|
2120
|
-
|
|
2120
|
+
reportTitleTextFormat?: string | undefined;
|
|
2121
2121
|
};
|
|
2122
2122
|
items: {
|
|
2123
2123
|
code: string;
|
|
@@ -2354,7 +2354,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2354
2354
|
documentTreeFolderTextFormat: string;
|
|
2355
2355
|
hideFromDocumentTree?: false | undefined;
|
|
2356
2356
|
})) & {
|
|
2357
|
-
|
|
2357
|
+
reportTitleTextFormat?: string | undefined;
|
|
2358
2358
|
};
|
|
2359
2359
|
items: {
|
|
2360
2360
|
code: string;
|
|
@@ -2377,7 +2377,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2377
2377
|
})) & {
|
|
2378
2378
|
criteriaTreeElementTextFormat: string;
|
|
2379
2379
|
}) & {
|
|
2380
|
-
|
|
2380
|
+
reportTitleTextFormat?: string | undefined;
|
|
2381
2381
|
};
|
|
2382
2382
|
items: {
|
|
2383
2383
|
code: string;
|
|
@@ -2394,7 +2394,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2394
2394
|
} & {
|
|
2395
2395
|
criteriaTreeElementTextFormat: string;
|
|
2396
2396
|
} & {
|
|
2397
|
-
|
|
2397
|
+
reportTitleTextFormat?: string | undefined;
|
|
2398
2398
|
};
|
|
2399
2399
|
items: {
|
|
2400
2400
|
code: string;
|
|
@@ -2757,7 +2757,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2757
2757
|
documentTreeFolderTextFormat: string;
|
|
2758
2758
|
hideFromDocumentTree?: false | undefined;
|
|
2759
2759
|
})) & {
|
|
2760
|
-
|
|
2760
|
+
reportTitleTextFormat?: string | undefined;
|
|
2761
2761
|
};
|
|
2762
2762
|
items: {
|
|
2763
2763
|
code: string;
|
|
@@ -2780,7 +2780,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2780
2780
|
})) & {
|
|
2781
2781
|
criteriaTreeElementTextFormat: string;
|
|
2782
2782
|
}) & {
|
|
2783
|
-
|
|
2783
|
+
reportTitleTextFormat?: string | undefined;
|
|
2784
2784
|
};
|
|
2785
2785
|
items: {
|
|
2786
2786
|
code: string;
|
|
@@ -2797,7 +2797,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
2797
2797
|
} & {
|
|
2798
2798
|
criteriaTreeElementTextFormat: string;
|
|
2799
2799
|
} & {
|
|
2800
|
-
|
|
2800
|
+
reportTitleTextFormat?: string | undefined;
|
|
2801
2801
|
};
|
|
2802
2802
|
items: {
|
|
2803
2803
|
code: string;
|
|
@@ -3080,7 +3080,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
3080
3080
|
documentTreeFolderTextFormat: string;
|
|
3081
3081
|
hideFromDocumentTree?: false | undefined;
|
|
3082
3082
|
})) & {
|
|
3083
|
-
|
|
3083
|
+
reportTitleTextFormat?: string | undefined;
|
|
3084
3084
|
};
|
|
3085
3085
|
items: {
|
|
3086
3086
|
code: string;
|
|
@@ -3103,7 +3103,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
3103
3103
|
})) & {
|
|
3104
3104
|
criteriaTreeElementTextFormat: string;
|
|
3105
3105
|
}) & {
|
|
3106
|
-
|
|
3106
|
+
reportTitleTextFormat?: string | undefined;
|
|
3107
3107
|
};
|
|
3108
3108
|
items: {
|
|
3109
3109
|
code: string;
|
|
@@ -3120,7 +3120,7 @@ export declare const criteriaTreeSchema: z.ZodObject<Pick<{
|
|
|
3120
3120
|
} & {
|
|
3121
3121
|
criteriaTreeElementTextFormat: string;
|
|
3122
3122
|
} & {
|
|
3123
|
-
|
|
3123
|
+
reportTitleTextFormat?: string | undefined;
|
|
3124
3124
|
};
|
|
3125
3125
|
items: {
|
|
3126
3126
|
code: string;
|
|
@@ -4206,11 +4206,11 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4206
4206
|
}, {
|
|
4207
4207
|
criteriaTreeElementTextFormat: string;
|
|
4208
4208
|
}>>, z.ZodObject<{
|
|
4209
|
-
|
|
4209
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
4210
4210
|
}, "strip", z.ZodTypeAny, {
|
|
4211
|
-
|
|
4211
|
+
reportTitleTextFormat?: string | undefined;
|
|
4212
4212
|
}, {
|
|
4213
|
-
|
|
4213
|
+
reportTitleTextFormat?: string | undefined;
|
|
4214
4214
|
}>>;
|
|
4215
4215
|
}, "strip", z.ZodTypeAny, {
|
|
4216
4216
|
code: string;
|
|
@@ -4223,7 +4223,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4223
4223
|
} & {
|
|
4224
4224
|
criteriaTreeElementTextFormat: string;
|
|
4225
4225
|
} & {
|
|
4226
|
-
|
|
4226
|
+
reportTitleTextFormat?: string | undefined;
|
|
4227
4227
|
};
|
|
4228
4228
|
items: {
|
|
4229
4229
|
code: string;
|
|
@@ -4351,7 +4351,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4351
4351
|
} & {
|
|
4352
4352
|
criteriaTreeElementTextFormat: string;
|
|
4353
4353
|
} & {
|
|
4354
|
-
|
|
4354
|
+
reportTitleTextFormat?: string | undefined;
|
|
4355
4355
|
};
|
|
4356
4356
|
items: {
|
|
4357
4357
|
code: string;
|
|
@@ -4484,7 +4484,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4484
4484
|
} & {
|
|
4485
4485
|
criteriaTreeElementTextFormat: string;
|
|
4486
4486
|
} & {
|
|
4487
|
-
|
|
4487
|
+
reportTitleTextFormat?: string | undefined;
|
|
4488
4488
|
};
|
|
4489
4489
|
items: {
|
|
4490
4490
|
code: string;
|
|
@@ -4647,7 +4647,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4647
4647
|
} & {
|
|
4648
4648
|
criteriaTreeElementTextFormat: string;
|
|
4649
4649
|
} & {
|
|
4650
|
-
|
|
4650
|
+
reportTitleTextFormat?: string | undefined;
|
|
4651
4651
|
};
|
|
4652
4652
|
items: {
|
|
4653
4653
|
code: string;
|
|
@@ -4845,11 +4845,11 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4845
4845
|
}, {
|
|
4846
4846
|
criteriaTreeElementTextFormat: string;
|
|
4847
4847
|
}>>, z.ZodObject<{
|
|
4848
|
-
|
|
4848
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
4849
4849
|
}, "strip", z.ZodTypeAny, {
|
|
4850
|
-
|
|
4850
|
+
reportTitleTextFormat?: string | undefined;
|
|
4851
4851
|
}, {
|
|
4852
|
-
|
|
4852
|
+
reportTitleTextFormat?: string | undefined;
|
|
4853
4853
|
}>>;
|
|
4854
4854
|
}, "strip", z.ZodTypeAny, {
|
|
4855
4855
|
code: string;
|
|
@@ -4872,7 +4872,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4872
4872
|
})) & {
|
|
4873
4873
|
criteriaTreeElementTextFormat: string;
|
|
4874
4874
|
}) & {
|
|
4875
|
-
|
|
4875
|
+
reportTitleTextFormat?: string | undefined;
|
|
4876
4876
|
};
|
|
4877
4877
|
items: {
|
|
4878
4878
|
code: string;
|
|
@@ -4889,7 +4889,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
4889
4889
|
} & {
|
|
4890
4890
|
criteriaTreeElementTextFormat: string;
|
|
4891
4891
|
} & {
|
|
4892
|
-
|
|
4892
|
+
reportTitleTextFormat?: string | undefined;
|
|
4893
4893
|
};
|
|
4894
4894
|
items: {
|
|
4895
4895
|
code: string;
|
|
@@ -5087,7 +5087,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5087
5087
|
})) & {
|
|
5088
5088
|
criteriaTreeElementTextFormat: string;
|
|
5089
5089
|
}) & {
|
|
5090
|
-
|
|
5090
|
+
reportTitleTextFormat?: string | undefined;
|
|
5091
5091
|
};
|
|
5092
5092
|
items: {
|
|
5093
5093
|
code: string;
|
|
@@ -5104,7 +5104,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5104
5104
|
} & {
|
|
5105
5105
|
criteriaTreeElementTextFormat: string;
|
|
5106
5106
|
} & {
|
|
5107
|
-
|
|
5107
|
+
reportTitleTextFormat?: string | undefined;
|
|
5108
5108
|
};
|
|
5109
5109
|
items: {
|
|
5110
5110
|
code: string;
|
|
@@ -5325,11 +5325,11 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5325
5325
|
documentTreeFolderTextFormat: string;
|
|
5326
5326
|
hideFromDocumentTree?: false | undefined;
|
|
5327
5327
|
}>]>>, z.ZodObject<{
|
|
5328
|
-
|
|
5328
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
5329
5329
|
}, "strip", z.ZodTypeAny, {
|
|
5330
|
-
|
|
5330
|
+
reportTitleTextFormat?: string | undefined;
|
|
5331
5331
|
}, {
|
|
5332
|
-
|
|
5332
|
+
reportTitleTextFormat?: string | undefined;
|
|
5333
5333
|
}>>;
|
|
5334
5334
|
}, "strip", z.ZodTypeAny, {
|
|
5335
5335
|
code: string;
|
|
@@ -5350,7 +5350,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5350
5350
|
documentTreeFolderTextFormat: string;
|
|
5351
5351
|
hideFromDocumentTree?: false | undefined;
|
|
5352
5352
|
})) & {
|
|
5353
|
-
|
|
5353
|
+
reportTitleTextFormat?: string | undefined;
|
|
5354
5354
|
};
|
|
5355
5355
|
items: {
|
|
5356
5356
|
code: string;
|
|
@@ -5373,7 +5373,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5373
5373
|
})) & {
|
|
5374
5374
|
criteriaTreeElementTextFormat: string;
|
|
5375
5375
|
}) & {
|
|
5376
|
-
|
|
5376
|
+
reportTitleTextFormat?: string | undefined;
|
|
5377
5377
|
};
|
|
5378
5378
|
items: {
|
|
5379
5379
|
code: string;
|
|
@@ -5390,7 +5390,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5390
5390
|
} & {
|
|
5391
5391
|
criteriaTreeElementTextFormat: string;
|
|
5392
5392
|
} & {
|
|
5393
|
-
|
|
5393
|
+
reportTitleTextFormat?: string | undefined;
|
|
5394
5394
|
};
|
|
5395
5395
|
items: {
|
|
5396
5396
|
code: string;
|
|
@@ -5627,7 +5627,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5627
5627
|
documentTreeFolderTextFormat: string;
|
|
5628
5628
|
hideFromDocumentTree?: false | undefined;
|
|
5629
5629
|
})) & {
|
|
5630
|
-
|
|
5630
|
+
reportTitleTextFormat?: string | undefined;
|
|
5631
5631
|
};
|
|
5632
5632
|
items: {
|
|
5633
5633
|
code: string;
|
|
@@ -5650,7 +5650,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5650
5650
|
})) & {
|
|
5651
5651
|
criteriaTreeElementTextFormat: string;
|
|
5652
5652
|
}) & {
|
|
5653
|
-
|
|
5653
|
+
reportTitleTextFormat?: string | undefined;
|
|
5654
5654
|
};
|
|
5655
5655
|
items: {
|
|
5656
5656
|
code: string;
|
|
@@ -5667,7 +5667,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
5667
5667
|
} & {
|
|
5668
5668
|
criteriaTreeElementTextFormat: string;
|
|
5669
5669
|
} & {
|
|
5670
|
-
|
|
5670
|
+
reportTitleTextFormat?: string | undefined;
|
|
5671
5671
|
};
|
|
5672
5672
|
items: {
|
|
5673
5673
|
code: string;
|
|
@@ -6591,11 +6591,11 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6591
6591
|
}, {
|
|
6592
6592
|
criteriaTreeElementTextFormat: string;
|
|
6593
6593
|
}>>, z.ZodObject<{
|
|
6594
|
-
|
|
6594
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
6595
6595
|
}, "strip", z.ZodTypeAny, {
|
|
6596
|
-
|
|
6596
|
+
reportTitleTextFormat?: string | undefined;
|
|
6597
6597
|
}, {
|
|
6598
|
-
|
|
6598
|
+
reportTitleTextFormat?: string | undefined;
|
|
6599
6599
|
}>>;
|
|
6600
6600
|
}, "strip", z.ZodTypeAny, {
|
|
6601
6601
|
code: string;
|
|
@@ -6608,7 +6608,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6608
6608
|
} & {
|
|
6609
6609
|
criteriaTreeElementTextFormat: string;
|
|
6610
6610
|
} & {
|
|
6611
|
-
|
|
6611
|
+
reportTitleTextFormat?: string | undefined;
|
|
6612
6612
|
};
|
|
6613
6613
|
items: {
|
|
6614
6614
|
code: string;
|
|
@@ -6736,7 +6736,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6736
6736
|
} & {
|
|
6737
6737
|
criteriaTreeElementTextFormat: string;
|
|
6738
6738
|
} & {
|
|
6739
|
-
|
|
6739
|
+
reportTitleTextFormat?: string | undefined;
|
|
6740
6740
|
};
|
|
6741
6741
|
items: {
|
|
6742
6742
|
code: string;
|
|
@@ -6869,7 +6869,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
6869
6869
|
} & {
|
|
6870
6870
|
criteriaTreeElementTextFormat: string;
|
|
6871
6871
|
} & {
|
|
6872
|
-
|
|
6872
|
+
reportTitleTextFormat?: string | undefined;
|
|
6873
6873
|
};
|
|
6874
6874
|
items: {
|
|
6875
6875
|
code: string;
|
|
@@ -7032,7 +7032,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7032
7032
|
} & {
|
|
7033
7033
|
criteriaTreeElementTextFormat: string;
|
|
7034
7034
|
} & {
|
|
7035
|
-
|
|
7035
|
+
reportTitleTextFormat?: string | undefined;
|
|
7036
7036
|
};
|
|
7037
7037
|
items: {
|
|
7038
7038
|
code: string;
|
|
@@ -7230,11 +7230,11 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7230
7230
|
}, {
|
|
7231
7231
|
criteriaTreeElementTextFormat: string;
|
|
7232
7232
|
}>>, z.ZodObject<{
|
|
7233
|
-
|
|
7233
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
7234
7234
|
}, "strip", z.ZodTypeAny, {
|
|
7235
|
-
|
|
7235
|
+
reportTitleTextFormat?: string | undefined;
|
|
7236
7236
|
}, {
|
|
7237
|
-
|
|
7237
|
+
reportTitleTextFormat?: string | undefined;
|
|
7238
7238
|
}>>;
|
|
7239
7239
|
}, "strip", z.ZodTypeAny, {
|
|
7240
7240
|
code: string;
|
|
@@ -7257,7 +7257,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7257
7257
|
})) & {
|
|
7258
7258
|
criteriaTreeElementTextFormat: string;
|
|
7259
7259
|
}) & {
|
|
7260
|
-
|
|
7260
|
+
reportTitleTextFormat?: string | undefined;
|
|
7261
7261
|
};
|
|
7262
7262
|
items: {
|
|
7263
7263
|
code: string;
|
|
@@ -7274,7 +7274,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7274
7274
|
} & {
|
|
7275
7275
|
criteriaTreeElementTextFormat: string;
|
|
7276
7276
|
} & {
|
|
7277
|
-
|
|
7277
|
+
reportTitleTextFormat?: string | undefined;
|
|
7278
7278
|
};
|
|
7279
7279
|
items: {
|
|
7280
7280
|
code: string;
|
|
@@ -7472,7 +7472,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7472
7472
|
})) & {
|
|
7473
7473
|
criteriaTreeElementTextFormat: string;
|
|
7474
7474
|
}) & {
|
|
7475
|
-
|
|
7475
|
+
reportTitleTextFormat?: string | undefined;
|
|
7476
7476
|
};
|
|
7477
7477
|
items: {
|
|
7478
7478
|
code: string;
|
|
@@ -7489,7 +7489,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
7489
7489
|
} & {
|
|
7490
7490
|
criteriaTreeElementTextFormat: string;
|
|
7491
7491
|
} & {
|
|
7492
|
-
|
|
7492
|
+
reportTitleTextFormat?: string | undefined;
|
|
7493
7493
|
};
|
|
7494
7494
|
items: {
|
|
7495
7495
|
code: string;
|
|
@@ -8290,11 +8290,11 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8290
8290
|
}, {
|
|
8291
8291
|
criteriaTreeElementTextFormat: string;
|
|
8292
8292
|
}>>, z.ZodObject<{
|
|
8293
|
-
|
|
8293
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
8294
8294
|
}, "strip", z.ZodTypeAny, {
|
|
8295
|
-
|
|
8295
|
+
reportTitleTextFormat?: string | undefined;
|
|
8296
8296
|
}, {
|
|
8297
|
-
|
|
8297
|
+
reportTitleTextFormat?: string | undefined;
|
|
8298
8298
|
}>>;
|
|
8299
8299
|
}, "strip", z.ZodTypeAny, {
|
|
8300
8300
|
code: string;
|
|
@@ -8307,7 +8307,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8307
8307
|
} & {
|
|
8308
8308
|
criteriaTreeElementTextFormat: string;
|
|
8309
8309
|
} & {
|
|
8310
|
-
|
|
8310
|
+
reportTitleTextFormat?: string | undefined;
|
|
8311
8311
|
};
|
|
8312
8312
|
items: {
|
|
8313
8313
|
code: string;
|
|
@@ -8435,7 +8435,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8435
8435
|
} & {
|
|
8436
8436
|
criteriaTreeElementTextFormat: string;
|
|
8437
8437
|
} & {
|
|
8438
|
-
|
|
8438
|
+
reportTitleTextFormat?: string | undefined;
|
|
8439
8439
|
};
|
|
8440
8440
|
items: {
|
|
8441
8441
|
code: string;
|
|
@@ -8568,7 +8568,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8568
8568
|
} & {
|
|
8569
8569
|
criteriaTreeElementTextFormat: string;
|
|
8570
8570
|
} & {
|
|
8571
|
-
|
|
8571
|
+
reportTitleTextFormat?: string | undefined;
|
|
8572
8572
|
};
|
|
8573
8573
|
items: {
|
|
8574
8574
|
code: string;
|
|
@@ -8731,7 +8731,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
8731
8731
|
} & {
|
|
8732
8732
|
criteriaTreeElementTextFormat: string;
|
|
8733
8733
|
} & {
|
|
8734
|
-
|
|
8734
|
+
reportTitleTextFormat?: string | undefined;
|
|
8735
8735
|
};
|
|
8736
8736
|
items: {
|
|
8737
8737
|
code: string;
|
|
@@ -9419,11 +9419,11 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9419
9419
|
}, {
|
|
9420
9420
|
criteriaTreeElementTextFormat: string;
|
|
9421
9421
|
}>>, z.ZodObject<{
|
|
9422
|
-
|
|
9422
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
9423
9423
|
}, "strip", z.ZodTypeAny, {
|
|
9424
|
-
|
|
9424
|
+
reportTitleTextFormat?: string | undefined;
|
|
9425
9425
|
}, {
|
|
9426
|
-
|
|
9426
|
+
reportTitleTextFormat?: string | undefined;
|
|
9427
9427
|
}>>;
|
|
9428
9428
|
}, "strip", z.ZodTypeAny, {
|
|
9429
9429
|
code: string;
|
|
@@ -9436,7 +9436,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9436
9436
|
} & {
|
|
9437
9437
|
criteriaTreeElementTextFormat: string;
|
|
9438
9438
|
} & {
|
|
9439
|
-
|
|
9439
|
+
reportTitleTextFormat?: string | undefined;
|
|
9440
9440
|
};
|
|
9441
9441
|
items: {
|
|
9442
9442
|
code: string;
|
|
@@ -9564,7 +9564,7 @@ export declare const criteriaTreeElementSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
9564
9564
|
} & {
|
|
9565
9565
|
criteriaTreeElementTextFormat: string;
|
|
9566
9566
|
} & {
|
|
9567
|
-
|
|
9567
|
+
reportTitleTextFormat?: string | undefined;
|
|
9568
9568
|
};
|
|
9569
9569
|
items: {
|
|
9570
9570
|
code: string;
|
|
@@ -48,11 +48,11 @@ export declare const criterionOptionsSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
48
48
|
}, {
|
|
49
49
|
criteriaTreeElementTextFormat: string;
|
|
50
50
|
}>>, z.ZodObject<{
|
|
51
|
-
|
|
51
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
|
-
|
|
53
|
+
reportTitleTextFormat?: string | undefined;
|
|
54
54
|
}, {
|
|
55
|
-
|
|
55
|
+
reportTitleTextFormat?: string | undefined;
|
|
56
56
|
}>>;
|
|
57
57
|
export declare const criterionSchema: z.ZodObject<{
|
|
58
58
|
title: z.ZodString;
|
|
@@ -760,11 +760,11 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
760
760
|
}, {
|
|
761
761
|
criteriaTreeElementTextFormat: string;
|
|
762
762
|
}>>, z.ZodObject<{
|
|
763
|
-
|
|
763
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
764
764
|
}, "strip", z.ZodTypeAny, {
|
|
765
|
-
|
|
765
|
+
reportTitleTextFormat?: string | undefined;
|
|
766
766
|
}, {
|
|
767
|
-
|
|
767
|
+
reportTitleTextFormat?: string | undefined;
|
|
768
768
|
}>>;
|
|
769
769
|
}, "strip", z.ZodTypeAny, {
|
|
770
770
|
code: string;
|
|
@@ -777,7 +777,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
777
777
|
} & {
|
|
778
778
|
criteriaTreeElementTextFormat: string;
|
|
779
779
|
} & {
|
|
780
|
-
|
|
780
|
+
reportTitleTextFormat?: string | undefined;
|
|
781
781
|
};
|
|
782
782
|
items: {
|
|
783
783
|
code: string;
|
|
@@ -905,7 +905,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
905
905
|
} & {
|
|
906
906
|
criteriaTreeElementTextFormat: string;
|
|
907
907
|
} & {
|
|
908
|
-
|
|
908
|
+
reportTitleTextFormat?: string | undefined;
|
|
909
909
|
};
|
|
910
910
|
items: {
|
|
911
911
|
code: string;
|
|
@@ -1038,7 +1038,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1038
1038
|
} & {
|
|
1039
1039
|
criteriaTreeElementTextFormat: string;
|
|
1040
1040
|
} & {
|
|
1041
|
-
|
|
1041
|
+
reportTitleTextFormat?: string | undefined;
|
|
1042
1042
|
};
|
|
1043
1043
|
items: {
|
|
1044
1044
|
code: string;
|
|
@@ -1201,7 +1201,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1201
1201
|
} & {
|
|
1202
1202
|
criteriaTreeElementTextFormat: string;
|
|
1203
1203
|
} & {
|
|
1204
|
-
|
|
1204
|
+
reportTitleTextFormat?: string | undefined;
|
|
1205
1205
|
};
|
|
1206
1206
|
items: {
|
|
1207
1207
|
code: string;
|
|
@@ -1399,11 +1399,11 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1399
1399
|
}, {
|
|
1400
1400
|
criteriaTreeElementTextFormat: string;
|
|
1401
1401
|
}>>, z.ZodObject<{
|
|
1402
|
-
|
|
1402
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
1403
1403
|
}, "strip", z.ZodTypeAny, {
|
|
1404
|
-
|
|
1404
|
+
reportTitleTextFormat?: string | undefined;
|
|
1405
1405
|
}, {
|
|
1406
|
-
|
|
1406
|
+
reportTitleTextFormat?: string | undefined;
|
|
1407
1407
|
}>>;
|
|
1408
1408
|
}, "strip", z.ZodTypeAny, {
|
|
1409
1409
|
code: string;
|
|
@@ -1426,7 +1426,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1426
1426
|
})) & {
|
|
1427
1427
|
criteriaTreeElementTextFormat: string;
|
|
1428
1428
|
}) & {
|
|
1429
|
-
|
|
1429
|
+
reportTitleTextFormat?: string | undefined;
|
|
1430
1430
|
};
|
|
1431
1431
|
items: {
|
|
1432
1432
|
code: string;
|
|
@@ -1443,7 +1443,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1443
1443
|
} & {
|
|
1444
1444
|
criteriaTreeElementTextFormat: string;
|
|
1445
1445
|
} & {
|
|
1446
|
-
|
|
1446
|
+
reportTitleTextFormat?: string | undefined;
|
|
1447
1447
|
};
|
|
1448
1448
|
items: {
|
|
1449
1449
|
code: string;
|
|
@@ -1641,7 +1641,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1641
1641
|
})) & {
|
|
1642
1642
|
criteriaTreeElementTextFormat: string;
|
|
1643
1643
|
}) & {
|
|
1644
|
-
|
|
1644
|
+
reportTitleTextFormat?: string | undefined;
|
|
1645
1645
|
};
|
|
1646
1646
|
items: {
|
|
1647
1647
|
code: string;
|
|
@@ -1658,7 +1658,7 @@ export declare const criterionSchema: z.ZodObject<{
|
|
|
1658
1658
|
} & {
|
|
1659
1659
|
criteriaTreeElementTextFormat: string;
|
|
1660
1660
|
} & {
|
|
1661
|
-
|
|
1661
|
+
reportTitleTextFormat?: string | undefined;
|
|
1662
1662
|
};
|
|
1663
1663
|
items: {
|
|
1664
1664
|
code: string;
|
|
@@ -623,11 +623,11 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
623
623
|
}, {
|
|
624
624
|
criteriaTreeElementTextFormat: string;
|
|
625
625
|
}>>, z.ZodObject<{
|
|
626
|
-
|
|
626
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
627
627
|
}, "strip", z.ZodTypeAny, {
|
|
628
|
-
|
|
628
|
+
reportTitleTextFormat?: string | undefined;
|
|
629
629
|
}, {
|
|
630
|
-
|
|
630
|
+
reportTitleTextFormat?: string | undefined;
|
|
631
631
|
}>>;
|
|
632
632
|
}, "strip", z.ZodTypeAny, {
|
|
633
633
|
code: string;
|
|
@@ -640,7 +640,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
640
640
|
} & {
|
|
641
641
|
criteriaTreeElementTextFormat: string;
|
|
642
642
|
} & {
|
|
643
|
-
|
|
643
|
+
reportTitleTextFormat?: string | undefined;
|
|
644
644
|
};
|
|
645
645
|
items: {
|
|
646
646
|
code: string;
|
|
@@ -768,7 +768,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
768
768
|
} & {
|
|
769
769
|
criteriaTreeElementTextFormat: string;
|
|
770
770
|
} & {
|
|
771
|
-
|
|
771
|
+
reportTitleTextFormat?: string | undefined;
|
|
772
772
|
};
|
|
773
773
|
items: {
|
|
774
774
|
code: string;
|
|
@@ -901,7 +901,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
901
901
|
} & {
|
|
902
902
|
criteriaTreeElementTextFormat: string;
|
|
903
903
|
} & {
|
|
904
|
-
|
|
904
|
+
reportTitleTextFormat?: string | undefined;
|
|
905
905
|
};
|
|
906
906
|
items: {
|
|
907
907
|
code: string;
|
|
@@ -1064,7 +1064,7 @@ export declare const taskGroupSchema: z.ZodObject<{
|
|
|
1064
1064
|
} & {
|
|
1065
1065
|
criteriaTreeElementTextFormat: string;
|
|
1066
1066
|
} & {
|
|
1067
|
-
|
|
1067
|
+
reportTitleTextFormat?: string | undefined;
|
|
1068
1068
|
};
|
|
1069
1069
|
items: {
|
|
1070
1070
|
code: string;
|
|
@@ -18,11 +18,11 @@ export declare const taskOptionsSchema: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
18
18
|
}, {
|
|
19
19
|
criteriaTreeElementTextFormat: string;
|
|
20
20
|
}>>, z.ZodObject<{
|
|
21
|
-
|
|
21
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
|
-
|
|
23
|
+
reportTitleTextFormat?: string | undefined;
|
|
24
24
|
}, {
|
|
25
|
-
|
|
25
|
+
reportTitleTextFormat?: string | undefined;
|
|
26
26
|
}>>;
|
|
27
27
|
export declare const taskSchema: z.ZodObject<{
|
|
28
28
|
title: z.ZodString;
|
|
@@ -564,11 +564,11 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
564
564
|
}, {
|
|
565
565
|
criteriaTreeElementTextFormat: string;
|
|
566
566
|
}>>, z.ZodObject<{
|
|
567
|
-
|
|
567
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
568
568
|
}, "strip", z.ZodTypeAny, {
|
|
569
|
-
|
|
569
|
+
reportTitleTextFormat?: string | undefined;
|
|
570
570
|
}, {
|
|
571
|
-
|
|
571
|
+
reportTitleTextFormat?: string | undefined;
|
|
572
572
|
}>>;
|
|
573
573
|
}, "strip", z.ZodTypeAny, {
|
|
574
574
|
code: string;
|
|
@@ -581,7 +581,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
581
581
|
} & {
|
|
582
582
|
criteriaTreeElementTextFormat: string;
|
|
583
583
|
} & {
|
|
584
|
-
|
|
584
|
+
reportTitleTextFormat?: string | undefined;
|
|
585
585
|
};
|
|
586
586
|
items: {
|
|
587
587
|
code: string;
|
|
@@ -709,7 +709,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
709
709
|
} & {
|
|
710
710
|
criteriaTreeElementTextFormat: string;
|
|
711
711
|
} & {
|
|
712
|
-
|
|
712
|
+
reportTitleTextFormat?: string | undefined;
|
|
713
713
|
};
|
|
714
714
|
items: {
|
|
715
715
|
code: string;
|
|
@@ -92,11 +92,11 @@ export declare const themeOptionsSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
92
92
|
documentTreeFolderTextFormat: string;
|
|
93
93
|
hideFromDocumentTree?: false | undefined;
|
|
94
94
|
}>]>>, z.ZodObject<{
|
|
95
|
-
|
|
95
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
|
|
97
|
+
reportTitleTextFormat?: string | undefined;
|
|
98
98
|
}, {
|
|
99
|
-
|
|
99
|
+
reportTitleTextFormat?: string | undefined;
|
|
100
100
|
}>>;
|
|
101
101
|
export declare const themeSchema: z.ZodObject<{
|
|
102
102
|
title: z.ZodString;
|
|
@@ -936,11 +936,11 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
936
936
|
}, {
|
|
937
937
|
criteriaTreeElementTextFormat: string;
|
|
938
938
|
}>>, z.ZodObject<{
|
|
939
|
-
|
|
939
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
940
940
|
}, "strip", z.ZodTypeAny, {
|
|
941
|
-
|
|
941
|
+
reportTitleTextFormat?: string | undefined;
|
|
942
942
|
}, {
|
|
943
|
-
|
|
943
|
+
reportTitleTextFormat?: string | undefined;
|
|
944
944
|
}>>;
|
|
945
945
|
}, "strip", z.ZodTypeAny, {
|
|
946
946
|
code: string;
|
|
@@ -953,7 +953,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
953
953
|
} & {
|
|
954
954
|
criteriaTreeElementTextFormat: string;
|
|
955
955
|
} & {
|
|
956
|
-
|
|
956
|
+
reportTitleTextFormat?: string | undefined;
|
|
957
957
|
};
|
|
958
958
|
items: {
|
|
959
959
|
code: string;
|
|
@@ -1081,7 +1081,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1081
1081
|
} & {
|
|
1082
1082
|
criteriaTreeElementTextFormat: string;
|
|
1083
1083
|
} & {
|
|
1084
|
-
|
|
1084
|
+
reportTitleTextFormat?: string | undefined;
|
|
1085
1085
|
};
|
|
1086
1086
|
items: {
|
|
1087
1087
|
code: string;
|
|
@@ -1214,7 +1214,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1214
1214
|
} & {
|
|
1215
1215
|
criteriaTreeElementTextFormat: string;
|
|
1216
1216
|
} & {
|
|
1217
|
-
|
|
1217
|
+
reportTitleTextFormat?: string | undefined;
|
|
1218
1218
|
};
|
|
1219
1219
|
items: {
|
|
1220
1220
|
code: string;
|
|
@@ -1377,7 +1377,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1377
1377
|
} & {
|
|
1378
1378
|
criteriaTreeElementTextFormat: string;
|
|
1379
1379
|
} & {
|
|
1380
|
-
|
|
1380
|
+
reportTitleTextFormat?: string | undefined;
|
|
1381
1381
|
};
|
|
1382
1382
|
items: {
|
|
1383
1383
|
code: string;
|
|
@@ -1575,11 +1575,11 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1575
1575
|
}, {
|
|
1576
1576
|
criteriaTreeElementTextFormat: string;
|
|
1577
1577
|
}>>, z.ZodObject<{
|
|
1578
|
-
|
|
1578
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
1579
1579
|
}, "strip", z.ZodTypeAny, {
|
|
1580
|
-
|
|
1580
|
+
reportTitleTextFormat?: string | undefined;
|
|
1581
1581
|
}, {
|
|
1582
|
-
|
|
1582
|
+
reportTitleTextFormat?: string | undefined;
|
|
1583
1583
|
}>>;
|
|
1584
1584
|
}, "strip", z.ZodTypeAny, {
|
|
1585
1585
|
code: string;
|
|
@@ -1602,7 +1602,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1602
1602
|
})) & {
|
|
1603
1603
|
criteriaTreeElementTextFormat: string;
|
|
1604
1604
|
}) & {
|
|
1605
|
-
|
|
1605
|
+
reportTitleTextFormat?: string | undefined;
|
|
1606
1606
|
};
|
|
1607
1607
|
items: {
|
|
1608
1608
|
code: string;
|
|
@@ -1619,7 +1619,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1619
1619
|
} & {
|
|
1620
1620
|
criteriaTreeElementTextFormat: string;
|
|
1621
1621
|
} & {
|
|
1622
|
-
|
|
1622
|
+
reportTitleTextFormat?: string | undefined;
|
|
1623
1623
|
};
|
|
1624
1624
|
items: {
|
|
1625
1625
|
code: string;
|
|
@@ -1817,7 +1817,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1817
1817
|
})) & {
|
|
1818
1818
|
criteriaTreeElementTextFormat: string;
|
|
1819
1819
|
}) & {
|
|
1820
|
-
|
|
1820
|
+
reportTitleTextFormat?: string | undefined;
|
|
1821
1821
|
};
|
|
1822
1822
|
items: {
|
|
1823
1823
|
code: string;
|
|
@@ -1834,7 +1834,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
1834
1834
|
} & {
|
|
1835
1835
|
criteriaTreeElementTextFormat: string;
|
|
1836
1836
|
} & {
|
|
1837
|
-
|
|
1837
|
+
reportTitleTextFormat?: string | undefined;
|
|
1838
1838
|
};
|
|
1839
1839
|
items: {
|
|
1840
1840
|
code: string;
|
|
@@ -2055,11 +2055,11 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2055
2055
|
documentTreeFolderTextFormat: string;
|
|
2056
2056
|
hideFromDocumentTree?: false | undefined;
|
|
2057
2057
|
}>]>>, z.ZodObject<{
|
|
2058
|
-
|
|
2058
|
+
reportTitleTextFormat: z.ZodOptional<z.ZodString>;
|
|
2059
2059
|
}, "strip", z.ZodTypeAny, {
|
|
2060
|
-
|
|
2060
|
+
reportTitleTextFormat?: string | undefined;
|
|
2061
2061
|
}, {
|
|
2062
|
-
|
|
2062
|
+
reportTitleTextFormat?: string | undefined;
|
|
2063
2063
|
}>>;
|
|
2064
2064
|
}, "strip", z.ZodTypeAny, {
|
|
2065
2065
|
code: string;
|
|
@@ -2080,7 +2080,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2080
2080
|
documentTreeFolderTextFormat: string;
|
|
2081
2081
|
hideFromDocumentTree?: false | undefined;
|
|
2082
2082
|
})) & {
|
|
2083
|
-
|
|
2083
|
+
reportTitleTextFormat?: string | undefined;
|
|
2084
2084
|
};
|
|
2085
2085
|
items: {
|
|
2086
2086
|
code: string;
|
|
@@ -2103,7 +2103,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2103
2103
|
})) & {
|
|
2104
2104
|
criteriaTreeElementTextFormat: string;
|
|
2105
2105
|
}) & {
|
|
2106
|
-
|
|
2106
|
+
reportTitleTextFormat?: string | undefined;
|
|
2107
2107
|
};
|
|
2108
2108
|
items: {
|
|
2109
2109
|
code: string;
|
|
@@ -2120,7 +2120,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2120
2120
|
} & {
|
|
2121
2121
|
criteriaTreeElementTextFormat: string;
|
|
2122
2122
|
} & {
|
|
2123
|
-
|
|
2123
|
+
reportTitleTextFormat?: string | undefined;
|
|
2124
2124
|
};
|
|
2125
2125
|
items: {
|
|
2126
2126
|
code: string;
|
|
@@ -2357,7 +2357,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2357
2357
|
documentTreeFolderTextFormat: string;
|
|
2358
2358
|
hideFromDocumentTree?: false | undefined;
|
|
2359
2359
|
})) & {
|
|
2360
|
-
|
|
2360
|
+
reportTitleTextFormat?: string | undefined;
|
|
2361
2361
|
};
|
|
2362
2362
|
items: {
|
|
2363
2363
|
code: string;
|
|
@@ -2380,7 +2380,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2380
2380
|
})) & {
|
|
2381
2381
|
criteriaTreeElementTextFormat: string;
|
|
2382
2382
|
}) & {
|
|
2383
|
-
|
|
2383
|
+
reportTitleTextFormat?: string | undefined;
|
|
2384
2384
|
};
|
|
2385
2385
|
items: {
|
|
2386
2386
|
code: string;
|
|
@@ -2397,7 +2397,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2397
2397
|
} & {
|
|
2398
2398
|
criteriaTreeElementTextFormat: string;
|
|
2399
2399
|
} & {
|
|
2400
|
-
|
|
2400
|
+
reportTitleTextFormat?: string | undefined;
|
|
2401
2401
|
};
|
|
2402
2402
|
items: {
|
|
2403
2403
|
code: string;
|
package/dist/v1/utils.d.ts
CHANGED
|
@@ -14,6 +14,8 @@ interface ApplyDocumentTreeFolderTextFormattingPlaceholdersFunction extends Appl
|
|
|
14
14
|
}
|
|
15
15
|
interface ApplyCriteriaTreeElementTextFormatFormattingPlaceholdersFunction extends ApplyTextFormattingPlaceholdersForCriterionFunction, ApplyTextFormattingPlaceholdersForTaskFunction {
|
|
16
16
|
}
|
|
17
|
+
interface ApplyReportTitleTextFormatFormattingPlaceholdersFunction extends ApplyTextFormattingPlaceholdersForThemeFunction, ApplyTextFormattingPlaceholdersForCriterionFunction, ApplyTextFormattingPlaceholdersForTaskFunction {
|
|
18
|
+
}
|
|
17
19
|
export declare const isTheme: (element: CriteriaTreeElement) => element is Theme;
|
|
18
20
|
export declare const isCriterion: (element: CriteriaTreeElement) => element is Criterion;
|
|
19
21
|
export declare const isTaskGroup: (element: CriteriaTreeElement) => element is TaskGroup;
|
|
@@ -39,4 +41,8 @@ export declare const applyDocumentTreeFolderTextFormattingPlaceholders: ApplyDoc
|
|
|
39
41
|
* Apply the text formatting used in the criteria tree
|
|
40
42
|
*/
|
|
41
43
|
export declare const applyCriteriaTreeElementTextFormatFormattingPlaceholders: ApplyCriteriaTreeElementTextFormatFormattingPlaceholdersFunction;
|
|
44
|
+
/**
|
|
45
|
+
* Apply the text formatting used in the report title
|
|
46
|
+
*/
|
|
47
|
+
export declare const applyReportTitleTextFormatFormattingPlaceholders: ApplyReportTitleTextFormatFormattingPlaceholdersFunction;
|
|
42
48
|
export {};
|
package/dist/v1/utils.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.applyCriteriaTreeElementTextFormatFormattingPlaceholders = exports.applyDocumentTreeFolderTextFormattingPlaceholders = exports.applyBreadcrumbTextFormattingPlaceholders = exports.findInTree = exports.toColorHexString = exports.isTaskItem = exports.isTask = exports.isTaskGroup = exports.isCriterion = exports.isTheme = void 0;
|
|
3
|
+
exports.applyReportTitleTextFormatFormattingPlaceholders = exports.applyCriteriaTreeElementTextFormatFormattingPlaceholders = exports.applyDocumentTreeFolderTextFormattingPlaceholders = exports.applyBreadcrumbTextFormattingPlaceholders = exports.findInTree = exports.toColorHexString = exports.isTaskItem = exports.isTask = exports.isTaskGroup = exports.isCriterion = exports.isTheme = void 0;
|
|
4
4
|
const isTheme = (element) => element.type === "theme";
|
|
5
5
|
exports.isTheme = isTheme;
|
|
6
6
|
const isCriterion = (element) => element.type === "criterion";
|
|
@@ -63,3 +63,10 @@ const applyCriteriaTreeElementTextFormatFormattingPlaceholders = ({ criteriaTree
|
|
|
63
63
|
.replace(/:code:/g, code)
|
|
64
64
|
.replace(/:title:/g, title);
|
|
65
65
|
exports.applyCriteriaTreeElementTextFormatFormattingPlaceholders = applyCriteriaTreeElementTextFormatFormattingPlaceholders;
|
|
66
|
+
/**
|
|
67
|
+
* Apply the text formatting used in the report title
|
|
68
|
+
*/
|
|
69
|
+
const applyReportTitleTextFormatFormattingPlaceholders = ({ reportTitleTextFormat }, { title, code }) => (reportTitleTextFormat !== null && reportTitleTextFormat !== void 0 ? reportTitleTextFormat : ":title:")
|
|
70
|
+
.replace(/:code:/g, code)
|
|
71
|
+
.replace(/:title:/g, title);
|
|
72
|
+
exports.applyReportTitleTextFormatFormattingPlaceholders = applyReportTitleTextFormatFormattingPlaceholders;
|
package/package.json
CHANGED