pareto-boekhouding 0.3.24 → 0.3.26
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/implementation/queries/balans_grootboeken_csv.d.ts +5 -2
- package/dist/implementation/queries/balans_grootboeken_csv.js +7 -25
- package/dist/implementation/queries/converteer_oude_dataset.d.ts +5 -2
- package/dist/implementation/queries/converteer_oude_dataset.js +32 -30
- package/dist/implementation/queries/genereer_jaarverslag.d.ts +6 -2
- package/dist/implementation/queries/genereer_jaarverslag.js +8 -26
- package/dist/implementation/queries/load_resolved.d.ts +6 -0
- package/dist/implementation/queries/load_resolved.js +24 -0
- package/dist/implementation/queries/resultaat_grootboeken_csv.d.ts +5 -2
- package/dist/implementation/queries/resultaat_grootboeken_csv.js +7 -25
- package/dist/implementation/queries/todo.d.ts +5 -0
- package/dist/implementation/queries/todo.js +12 -0
- package/dist/implementation/refiners/boekhouding_resolved/list_of_characters.d.ts +9 -2
- package/dist/implementation/refiners/boekhouding_resolved/list_of_characters.js +4 -4
- package/dist/implementation/refiners/boekhouding_unresolved/boekhouding_oude_model.d.ts +34 -14
- package/dist/implementation/refiners/boekhouding_unresolved/boekhouding_oude_model.js +4 -4
- package/dist/implementation/serializers/primitives.d.ts +14 -0
- package/dist/implementation/serializers/primitives.js +67 -0
- package/dist/implementation/transformers/aggregatie/balans_grootboeken_csv.d.ts +8 -0
- package/dist/implementation/transformers/aggregatie/balans_grootboeken_csv.js +30 -0
- package/dist/implementation/transformers/aggregatie/jaarverslag_html.d.ts +41 -0
- package/dist/implementation/transformers/aggregatie/jaarverslag_html.js +250 -0
- package/dist/implementation/transformers/aggregatie/resultaat_grootboeken_csv.d.ts +8 -0
- package/dist/implementation/transformers/aggregatie/resultaat_grootboeken_csv.js +26 -0
- package/dist/implementation/transformers/aggregatie/todo.d.ts +8 -0
- package/dist/implementation/transformers/aggregatie/todo.js +11 -0
- package/dist/implementation/transformers/boekhouding_resolved/derived.d.ts +8 -2
- package/dist/implementation/transformers/boekhouding_resolved/derived.js +27 -21
- package/dist/interface/{data → schemas}/aggregatie.d.ts +1 -1
- package/dist/interface/schemas/aggregatie.js +2 -0
- package/dist/interface/schemas/boekhouding_resolved.d.ts +1 -0
- package/dist/interface/schemas/boekhouding_resolved.js +2 -0
- package/dist/interface/schemas/boekhouding_unresolved.d.ts +1 -0
- package/dist/interface/schemas/boekhouding_unresolved.js +2 -0
- package/dist/interface/schemas/csv.d.ts +1 -0
- package/dist/interface/schemas/csv.js +2 -0
- package/dist/interface/{data → schemas}/derived.d.ts +35 -29
- package/dist/interface/schemas/derived.js +2 -0
- package/dist/interface/schemas/fs_unrestricted_path.d.ts +1 -0
- package/dist/interface/schemas/fs_unrestricted_path.js +2 -0
- package/dist/interface/schemas/list_of_characters.d.ts +1 -0
- package/dist/interface/schemas/list_of_characters.js +2 -0
- package/dist/interface/schemas/static_html.d.ts +1 -0
- package/dist/interface/schemas/static_html.js +2 -0
- package/dist/interface/schemas/todo.d.ts +1 -0
- package/dist/interface/schemas/todo.js +2 -0
- package/dist/{modules/boekhouding_oude_model/declarations/refiners/foo → submodules/boekhouding_oude_model/declarations/refiners/unconstrained}/astn_parse_tree.d.ts +3 -3
- package/dist/submodules/boekhouding_oude_model/declarations/refiners/unconstrained/astn_parse_tree.js +5 -0
- package/dist/submodules/boekhouding_oude_model/declarations/refiners/unconstrained/list_of_characters.d.ts +15 -0
- package/dist/submodules/boekhouding_oude_model/declarations/refiners/unconstrained/list_of_characters.js +5 -0
- package/dist/{modules/boekhouding_oude_model/implementation/refiners/foo → submodules/boekhouding_oude_model/implementation/refiners/unconstrained}/astn_parse_tree.d.ts +1 -1
- package/dist/submodules/boekhouding_oude_model/implementation/refiners/unconstrained/astn_parse_tree.js +1983 -0
- package/dist/submodules/boekhouding_oude_model/implementation/refiners/unconstrained/list_of_characters.d.ts +2 -0
- package/dist/submodules/boekhouding_oude_model/implementation/refiners/unconstrained/list_of_characters.js +8 -0
- package/dist/submodules/boekhouding_oude_model/implementation/serializers/unconstrained.d.ts +8 -0
- package/dist/submodules/boekhouding_oude_model/implementation/serializers/unconstrained.js +5 -0
- package/dist/submodules/boekhouding_oude_model/implementation/transformers/unconstrained/astn_sealed_target.d.ts +10 -0
- package/dist/{modules/boekhouding_oude_model/implementation/transformers/foo → submodules/boekhouding_oude_model/implementation/transformers/unconstrained}/astn_sealed_target.js +31 -32
- package/dist/submodules/boekhouding_oude_model/implementation/transformers/unconstrained/boilerplate_for_migrate.d.ts +10 -0
- package/dist/submodules/boekhouding_oude_model/implementation/transformers/unconstrained/boilerplate_for_migrate.js +580 -0
- package/dist/{modules/boekhouding_oude_model/interface/data → submodules/boekhouding_oude_model/interface/schemas}/data.d.ts +1 -1
- package/dist/submodules/boekhouding_oude_model/interface/schemas/data.js +3 -0
- package/dist/submodules/boekhouding_oude_model/interface/schemas/list_of_characters.d.ts +1 -0
- package/dist/submodules/boekhouding_oude_model/interface/schemas/list_of_characters.js +2 -0
- package/dist/submodules/boekhouding_oude_model/interface/schemas/paragraph.d.ts +1 -0
- package/dist/submodules/boekhouding_oude_model/interface/schemas/paragraph.js +2 -0
- package/dist/submodules/boekhouding_oude_model/interface/schemas/parse_tree.d.ts +1 -0
- package/dist/submodules/boekhouding_oude_model/interface/schemas/parse_tree.js +2 -0
- package/dist/submodules/boekhouding_oude_model/interface/schemas/sealed_target.d.ts +1 -0
- package/dist/submodules/boekhouding_oude_model/interface/schemas/sealed_target.js +2 -0
- package/dist/submodules/boekhouding_oude_model/interface/schemas/unmarshalling.d.ts +1 -0
- package/dist/submodules/boekhouding_oude_model/interface/schemas/unmarshalling.js +2 -0
- package/dist/submodules/boekhouding_oude_model/interface/schemas/unresolved_document_deserialization.d.ts +1 -0
- package/dist/submodules/boekhouding_oude_model/interface/schemas/unresolved_document_deserialization.js +2 -0
- package/dist/{modules/boekhouding_resolved/declarations/refiners/foo → submodules/boekhouding_resolved/declarations/refiners/resolved}/unresolved.d.ts +3 -3
- package/dist/submodules/boekhouding_resolved/declarations/refiners/resolved/unresolved.js +7 -0
- package/dist/{modules/boekhouding_resolved/implementation/refiners/foo → submodules/boekhouding_resolved/implementation/refiners/resolved}/unresolved.d.ts +1 -1
- package/dist/{modules/boekhouding_resolved/implementation/refiners/foo → submodules/boekhouding_resolved/implementation/refiners/resolved}/unresolved.js +91 -91
- package/dist/submodules/boekhouding_resolved/implementation/transformers/resolved/astn_sealed_target.d.ts +34 -0
- package/dist/{modules/boekhouding_resolved/implementation/transformers/foo → submodules/boekhouding_resolved/implementation/transformers/resolved}/astn_sealed_target.js +79 -129
- package/dist/submodules/boekhouding_resolved/implementation/transformers/resolved/boilerplate_for_migrate.d.ts +34 -0
- package/dist/submodules/boekhouding_resolved/implementation/transformers/resolved/boilerplate_for_migrate.js +3620 -0
- package/dist/submodules/boekhouding_resolved/implementation/transformers/resolved/paragraph.d.ts +8 -0
- package/dist/submodules/boekhouding_resolved/implementation/transformers/resolved/paragraph.js +5 -0
- package/dist/submodules/boekhouding_resolved/interface/schemas/paragraph.d.ts +1 -0
- package/dist/submodules/boekhouding_resolved/interface/schemas/paragraph.js +2 -0
- package/dist/{modules/boekhouding_resolved/interface/data → submodules/boekhouding_resolved/interface/schemas}/resolved.d.ts +1 -1
- package/dist/submodules/boekhouding_resolved/interface/schemas/resolved.js +3 -0
- package/dist/submodules/boekhouding_resolved/interface/schemas/resolving.d.ts +1 -0
- package/dist/submodules/boekhouding_resolved/interface/schemas/resolving.js +2 -0
- package/dist/submodules/boekhouding_resolved/interface/schemas/sealed_target.d.ts +1 -0
- package/dist/submodules/boekhouding_resolved/interface/schemas/sealed_target.js +2 -0
- package/dist/{modules/boekhouding_unresolved/declarations/refiners/foo → submodules/boekhouding_unresolved/declarations/refiners/unresolved}/astn_parse_tree.d.ts +3 -3
- package/dist/submodules/boekhouding_unresolved/declarations/refiners/unresolved/astn_parse_tree.js +5 -0
- package/dist/{modules/boekhouding_unresolved/declarations/refiners/foo → submodules/boekhouding_unresolved/declarations/refiners/unresolved}/list_of_characters.d.ts +17 -17
- package/dist/submodules/boekhouding_unresolved/declarations/refiners/unresolved/list_of_characters.js +5 -0
- package/dist/{modules/boekhouding_unresolved/implementation/refiners/foo → submodules/boekhouding_unresolved/implementation/refiners/unresolved}/astn_parse_tree.d.ts +1 -1
- package/dist/submodules/boekhouding_unresolved/implementation/refiners/unresolved/astn_parse_tree.js +2348 -0
- package/dist/submodules/boekhouding_unresolved/implementation/refiners/unresolved/list_of_characters.d.ts +2 -0
- package/dist/submodules/boekhouding_unresolved/implementation/refiners/unresolved/list_of_characters.js +8 -0
- package/dist/submodules/boekhouding_unresolved/interface/schemas/list_of_characters.d.ts +1 -0
- package/dist/submodules/boekhouding_unresolved/interface/schemas/list_of_characters.js +2 -0
- package/dist/submodules/boekhouding_unresolved/interface/schemas/location.d.ts +1 -0
- package/dist/submodules/boekhouding_unresolved/interface/schemas/location.js +2 -0
- package/dist/submodules/boekhouding_unresolved/interface/schemas/parse_tree.d.ts +1 -0
- package/dist/submodules/boekhouding_unresolved/interface/schemas/parse_tree.js +2 -0
- package/dist/submodules/boekhouding_unresolved/interface/schemas/unmarshalling.d.ts +1 -0
- package/dist/submodules/boekhouding_unresolved/interface/schemas/unmarshalling.js +2 -0
- package/dist/{modules/boekhouding_unresolved/interface/data → submodules/boekhouding_unresolved/interface/schemas}/unresolved.d.ts +2 -2
- package/dist/submodules/boekhouding_unresolved/interface/schemas/unresolved.js +4 -0
- package/dist/submodules/boekhouding_unresolved/interface/schemas/unresolved_document_deserialization.d.ts +1 -0
- package/dist/submodules/boekhouding_unresolved/interface/schemas/unresolved_document_deserialization.js +2 -0
- package/dist/submodules/helpers/implementation/transformers/tree/phrase.d.ts +8 -0
- package/dist/submodules/helpers/implementation/transformers/tree/phrase.js +10 -0
- package/dist/submodules/helpers/interface/schemas/paragraph.d.ts +1 -0
- package/dist/submodules/helpers/interface/schemas/paragraph.js +2 -0
- package/dist/submodules/helpers/interface/schemas/tree.d.ts +15 -0
- package/dist/submodules/helpers/interface/schemas/tree.js +2 -0
- package/package.json +1 -1
- package/dist/declarations/queries.d.ts +0 -16
- package/dist/declarations/queries.js +0 -2
- package/dist/declarations/refiners/boekhouding_resolved/list_of_characters.d.ts +0 -5
- package/dist/declarations/refiners/boekhouding_resolved/list_of_characters.js +0 -2
- package/dist/declarations/refiners/boekhouding_unresolved/boekhouding_oude_model.d.ts +0 -18
- package/dist/declarations/refiners/boekhouding_unresolved/boekhouding_oude_model.js +0 -2
- package/dist/declarations/transformers/boekhouding_resolved/derived.d.ts +0 -4
- package/dist/declarations/transformers/boekhouding_resolved/derived.js +0 -2
- package/dist/declarations/transformers/derived/jaarverslag_csv.d.ts +0 -4
- package/dist/declarations/transformers/derived/jaarverslag_csv.js +0 -10
- package/dist/declarations/transformers/derived/jaarverslag_html.d.ts +0 -31
- package/dist/declarations/transformers/derived/jaarverslag_html.js +0 -2
- package/dist/declarations/transformers/primitives/text.d.ts +0 -11
- package/dist/declarations/transformers/primitives/text.js +0 -2
- package/dist/implementation/transformers/derived/balans_grootboeken_csv.d.ts +0 -2
- package/dist/implementation/transformers/derived/balans_grootboeken_csv.js +0 -29
- package/dist/implementation/transformers/derived/jaarverslag_html.d.ts +0 -2
- package/dist/implementation/transformers/derived/jaarverslag_html.js +0 -463
- package/dist/implementation/transformers/derived/resultaat_grootboeken_csv.d.ts +0 -2
- package/dist/implementation/transformers/derived/resultaat_grootboeken_csv.js +0 -22
- package/dist/implementation/transformers/primitives/text.d.ts +0 -2
- package/dist/implementation/transformers/primitives/text.js +0 -69
- package/dist/interface/data/aggregatie.js +0 -2
- package/dist/interface/data/derived.js +0 -2
- package/dist/modules/boekhouding_oude_model/declarations/refiners/foo/astn_parse_tree.js +0 -5
- package/dist/modules/boekhouding_oude_model/declarations/refiners/foo/list_of_characters.d.ts +0 -27
- package/dist/modules/boekhouding_oude_model/declarations/refiners/foo/list_of_characters.js +0 -5
- package/dist/modules/boekhouding_oude_model/declarations/transformers/foo/astn_sealed_target.d.ts +0 -17
- package/dist/modules/boekhouding_oude_model/declarations/transformers/foo/astn_sealed_target.js +0 -4
- package/dist/modules/boekhouding_oude_model/declarations/transformers/foo/boilerplate_for_migrate.d.ts +0 -17
- package/dist/modules/boekhouding_oude_model/declarations/transformers/foo/boilerplate_for_migrate.js +0 -4
- package/dist/modules/boekhouding_oude_model/declarations/transformers/foo/prose.d.ts +0 -17
- package/dist/modules/boekhouding_oude_model/declarations/transformers/foo/prose.js +0 -4
- package/dist/modules/boekhouding_oude_model/implementation/refiners/foo/astn_parse_tree.js +0 -2709
- package/dist/modules/boekhouding_oude_model/implementation/refiners/foo/list_of_characters.d.ts +0 -3
- package/dist/modules/boekhouding_oude_model/implementation/refiners/foo/list_of_characters.js +0 -11
- package/dist/modules/boekhouding_oude_model/implementation/transformers/foo/astn_sealed_target.d.ts +0 -3
- package/dist/modules/boekhouding_oude_model/implementation/transformers/foo/boilerplate_for_migrate.d.ts +0 -3
- package/dist/modules/boekhouding_oude_model/implementation/transformers/foo/boilerplate_for_migrate.js +0 -581
- package/dist/modules/boekhouding_oude_model/implementation/transformers/foo/fountain_pen.d.ts +0 -3
- package/dist/modules/boekhouding_oude_model/implementation/transformers/foo/fountain_pen.js +0 -7
- package/dist/modules/boekhouding_oude_model/interface/data/data.js +0 -3
- package/dist/modules/boekhouding_resolved/declarations/refiners/foo/unresolved.js +0 -7
- package/dist/modules/boekhouding_resolved/declarations/transformers/foo/astn_sealed_target.d.ts +0 -101
- package/dist/modules/boekhouding_resolved/declarations/transformers/foo/astn_sealed_target.js +0 -4
- package/dist/modules/boekhouding_resolved/declarations/transformers/foo/boilerplate_for_migrate.d.ts +0 -101
- package/dist/modules/boekhouding_resolved/declarations/transformers/foo/boilerplate_for_migrate.js +0 -4
- package/dist/modules/boekhouding_resolved/declarations/transformers/foo/fountain_pen.d.ts +0 -101
- package/dist/modules/boekhouding_resolved/declarations/transformers/foo/fountain_pen.js +0 -4
- package/dist/modules/boekhouding_resolved/implementation/transformers/foo/astn_sealed_target.d.ts +0 -15
- package/dist/modules/boekhouding_resolved/implementation/transformers/foo/boilerplate_for_migrate.d.ts +0 -15
- package/dist/modules/boekhouding_resolved/implementation/transformers/foo/boilerplate_for_migrate.js +0 -3621
- package/dist/modules/boekhouding_resolved/implementation/transformers/foo/fountain_pen.d.ts +0 -15
- package/dist/modules/boekhouding_resolved/implementation/transformers/foo/fountain_pen.js +0 -19
- package/dist/modules/boekhouding_resolved/interface/data/resolved.js +0 -3
- package/dist/modules/boekhouding_unresolved/declarations/refiners/foo/astn_parse_tree.js +0 -5
- package/dist/modules/boekhouding_unresolved/declarations/refiners/foo/list_of_characters.js +0 -5
- package/dist/modules/boekhouding_unresolved/implementation/refiners/foo/astn_parse_tree.js +0 -3345
- package/dist/modules/boekhouding_unresolved/implementation/refiners/foo/list_of_characters.d.ts +0 -15
- package/dist/modules/boekhouding_unresolved/implementation/refiners/foo/list_of_characters.js +0 -47
- package/dist/modules/boekhouding_unresolved/interface/data/unresolved.js +0 -4
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/query';
|
|
2
|
+
import type * as query_interfaces_file_in_file_out from "pareto-common/modules/file_in_file_out/interface/queries";
|
|
3
|
+
export declare const $$: p_.Query_Implementation<query_interfaces_file_in_file_out.operation, {
|
|
4
|
+
'tab size': number;
|
|
5
|
+
}, null>;
|
|
@@ -1,33 +1,15 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/implementation/query';
|
|
2
2
|
import p_super_query_result from 'pareto-core/implementation/query/super_query_result';
|
|
3
3
|
//dependencies
|
|
4
|
-
import * as r_boekhouding_resolved_from_loc from "../refiners/boekhouding_resolved/list_of_characters.js";
|
|
5
4
|
import * as t_resolved_to_derived from "../transformers/boekhouding_resolved/derived.js";
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
import * as t_csv_to_prose from "pareto-csv/implementation/transformers/csv/prose";
|
|
11
|
-
import * as t_aggregatie_to_balans_grootboeken_csv from "../transformers/derived/balans_grootboeken_csv.js";
|
|
12
|
-
import * as t_path_to_text from "pareto-resources/implementation/transformers/unrestricted_path/text";
|
|
13
|
-
//shorthands
|
|
14
|
-
import * as sh from "pareto-fountain-pen/shorthands/prose/deprecated";
|
|
15
|
-
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(p_.e.refine((abort) => r_boekhouding_resolved_from_loc.Root($d.data, ($) => abort(sh.ph.composed([
|
|
16
|
-
sh.ph.literal(t_path_to_text.Node_Path($d.path)),
|
|
17
|
-
sh.ph.literal(":"),
|
|
18
|
-
t_location_to_prose.Possible_Range(t_deserialize_resolved_to_location.Error($), {
|
|
19
|
-
'character location reporting': ['one based', null],
|
|
20
|
-
}),
|
|
21
|
-
sh.ph.literal(": "),
|
|
22
|
-
t_deserialize_resolved_to_prose.Error($)
|
|
23
|
-
])), {
|
|
5
|
+
import * as t_csv_to_paragraph from "pareto-csv/implementation/transformers/csv/paragraph";
|
|
6
|
+
import * as t_aggregatie_to_balans_grootboeken_csv from "../transformers/aggregatie/balans_grootboeken_csv.js";
|
|
7
|
+
import { $$ as q_load } from "./load_resolved.js";
|
|
8
|
+
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(q_load({
|
|
24
9
|
'tab size': $s['tab size']
|
|
25
|
-
}))).transform(($) => ({
|
|
26
|
-
'
|
|
10
|
+
}, null)($d, ($) => $)).transform(($) => ({
|
|
11
|
+
'paragraph': t_csv_to_paragraph.CSV(t_aggregatie_to_balans_grootboeken_csv.Root(t_resolved_to_derived.Root($)), {
|
|
27
12
|
'separator': 0x2C, // ,
|
|
28
|
-
}), {
|
|
29
|
-
'indentation': " ",
|
|
30
|
-
'newline': "\n",
|
|
31
13
|
})
|
|
32
14
|
})));
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFsYW5zX2dyb290Ym9la2VuX2Nzdi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9xdWVyaWVzL2JhbGFuc19ncm9vdGJvZWtlbl9jc3YudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQTtBQUN0RCxPQUFPLG9CQUFvQixNQUFNLHFEQUFxRCxDQUFBO0FBS3RGLGNBQWM7QUFDZCxPQUFPLEtBQUsscUJBQXFCLE1BQU0saURBQWlELENBQUE7QUFDeEYsT0FBTyxLQUFLLGtCQUFrQixNQUFNLHNEQUFzRCxDQUFBO0FBQzFGLE9BQU8sS0FBSyxzQ0FBc0MsTUFBTSxzREFBc0QsQ0FBQTtBQUU5RyxPQUFPLEVBQUUsRUFBRSxJQUFJLE1BQU0sRUFBRSxNQUFNLG9CQUFvQixDQUFBO0FBRWpELE1BQU0sQ0FBQyxNQUFNLEVBQUUsR0FNWCxFQUFFLENBQUMsS0FBSyxDQUNSLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLG9CQUFvQixDQUNoQyxNQUFNLENBQ0Y7SUFDSSxVQUFVLEVBQUUsRUFBRSxDQUFDLFVBQVUsQ0FBQztDQUM3QixFQUNELElBQUksQ0FDUCxDQUNHLEVBQUUsRUFDRixDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUNYLENBQ0osQ0FBQyxTQUFTLENBQ1AsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7SUFDSixXQUFXLEVBQUUsa0JBQWtCLENBQUMsR0FBRyxDQUMvQixzQ0FBc0MsQ0FBQyxJQUFJLENBQ3ZDLHFCQUFxQixDQUFDLElBQUksQ0FDdEIsQ0FBQyxDQUNKLENBQ0osRUFDRDtRQUNJLFdBQVcsRUFBRSxJQUFJLEVBQUUsSUFBSTtLQUMxQixDQUNKO0NBQ0osQ0FBQyxDQUNMLENBQ0osQ0FBQSJ9
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/query';
|
|
2
|
+
import type * as query_interfaces_file_in_file_out from "pareto-common/modules/file_in_file_out/interface/queries";
|
|
3
|
+
export declare const $$: p_.Query_Implementation<query_interfaces_file_in_file_out.operation, {
|
|
4
|
+
'tab size': number;
|
|
5
|
+
}, null>;
|
|
@@ -1,36 +1,38 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/implementation/query';
|
|
2
2
|
import p_super_query_result from 'pareto-core/implementation/query/super_query_result';
|
|
3
3
|
//dependencies
|
|
4
|
-
import * as r_boekhouding_oude_model_from_loc from "../../
|
|
5
|
-
import * as r_boekhouding_resolved_from_boekhouding_unresolved from "../../
|
|
4
|
+
import * as r_boekhouding_oude_model_from_loc from "../../submodules/boekhouding_oude_model/implementation/refiners/unconstrained/list_of_characters.js";
|
|
5
|
+
import * as r_boekhouding_resolved_from_boekhouding_unresolved from "../../submodules/boekhouding_resolved/implementation/refiners/resolved/unresolved.js";
|
|
6
6
|
import * as r_boekhouding_unresolved_from_boekhouding_oude_model from "../refiners/boekhouding_unresolved/boekhouding_oude_model.js";
|
|
7
|
-
import * as t_boekhouding_resolved_to_prose from "../../
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
13
|
-
import * as t_location_to_prose from "astn-core/implementation/transformers/location/prose";
|
|
14
|
-
import * as t_path_to_text from "pareto-resources/implementation/transformers/unrestricted_path/text";
|
|
7
|
+
import * as t_boekhouding_resolved_to_prose from "../../submodules/boekhouding_resolved/implementation/transformers/resolved/paragraph.js";
|
|
8
|
+
import * as ser_unresolved_document_deserialization from "liana-core/modules/unresolved_document_deserialization/implementation/serializers/unresolved_document_deserialization";
|
|
9
|
+
import * as t_unresolved_document_deserialization_to_location from "liana-core/modules/unresolved_document_deserialization/implementation/transformers/unresolved_document_deserialization/location";
|
|
10
|
+
import * as ser_location from "astn-core/modules/deserialization/implementation/serializers/location";
|
|
11
|
+
import * as ser_path from "pareto-resources/implementation/serializers/unrestricted_path";
|
|
12
|
+
import * as ser_resolving from "liana-core/modules/resolved_document_deserialization/implementation/serializers/resolving";
|
|
15
13
|
//shorthands
|
|
16
|
-
import * as sh from "pareto-fountain-pen/shorthands/
|
|
17
|
-
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(p_.e.refine((abort) => r_boekhouding_resolved_from_boekhouding_unresolved.Root(r_boekhouding_unresolved_from_boekhouding_oude_model.Root(r_boekhouding_oude_model_from_loc.Root($d.data, ($) => abort(
|
|
18
|
-
sh.ph.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
14
|
+
import * as sh from "pareto-fountain-pen/shorthands/paragraph/deprecated";
|
|
15
|
+
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(p_.e.refine((abort) => r_boekhouding_resolved_from_boekhouding_unresolved.Root(r_boekhouding_unresolved_from_boekhouding_oude_model.Root(r_boekhouding_oude_model_from_loc.Root($d.data, ($) => abort({
|
|
16
|
+
'message': sh.ph.composed([
|
|
17
|
+
sh.ph.text(ser_path.Node_Path($d.path)),
|
|
18
|
+
sh.ph.text(":"),
|
|
19
|
+
sh.ph.text(ser_location.Possible_Range(t_unresolved_document_deserialization_to_location.Error($), {
|
|
20
|
+
'character location reporting': ['one based', null],
|
|
21
|
+
})),
|
|
22
|
+
sh.ph.text(": "),
|
|
23
|
+
sh.ph.text(ser_unresolved_document_deserialization.Error($))
|
|
24
|
+
])
|
|
25
|
+
}), $s)), ($) => abort({
|
|
26
|
+
'message': sh.ph.composed([
|
|
27
|
+
sh.ph.text(ser_path.Node_Path($d.path)),
|
|
28
|
+
sh.ph.text(":"),
|
|
29
|
+
sh.ph.text(ser_location.Range($.location, {
|
|
30
|
+
'character location reporting': ['one based', null],
|
|
31
|
+
})),
|
|
32
|
+
sh.ph.text(": "),
|
|
33
|
+
sh.ph.text(ser_resolving.Error($))
|
|
34
|
+
])
|
|
35
|
+
}), p_.literal.nothing(), p_.literal.nothing()))).transform(($) => ({
|
|
36
|
+
'paragraph': t_boekhouding_resolved_to_prose.Root($)
|
|
35
37
|
})));
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udmVydGVlcl9vdWRlX2RhdGFzZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vcXVlcmllcy9jb252ZXJ0ZWVyX291ZGVfZGF0YXNldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLGtDQUFrQyxDQUFBO0FBRXRELE9BQU8sb0JBQW9CLE1BQU0scURBQXFELENBQUE7QUFRdEYsY0FBYztBQUNkLE9BQU8sS0FBSyxpQ0FBaUMsTUFBTSxxR0FBcUcsQ0FBQTtBQUN4SixPQUFPLEtBQUssa0RBQWtELE1BQU0sc0ZBQXNGLENBQUE7QUFDMUosT0FBTyxLQUFLLG9EQUFvRCxNQUFNLDhEQUE4RCxDQUFBO0FBQ3BJLE9BQU8sS0FBSywrQkFBK0IsTUFBTSx5RkFBeUYsQ0FBQTtBQUUxSSxPQUFPLEtBQUssdUNBQXVDLE1BQU0sdUhBQXVILENBQUE7QUFDaEwsT0FBTyxLQUFLLGlEQUFpRCxNQUFNLGlJQUFpSSxDQUFBO0FBQ3BNLE9BQU8sS0FBSyxZQUFZLE1BQU0sdUVBQXVFLENBQUE7QUFDckcsT0FBTyxLQUFLLFFBQVEsTUFBTSwrREFBK0QsQ0FBQTtBQUN6RixPQUFPLEtBQUssYUFBYSxNQUFNLDJGQUEyRixDQUFBO0FBRTFILFlBQVk7QUFDWixPQUFPLEtBQUssRUFBRSxNQUFNLHFEQUFxRCxDQUFBO0FBRXpFLE1BQU0sQ0FBQyxNQUFNLEVBQUUsR0FNWCxFQUFFLENBQUMsS0FBSyxDQUNSLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLG9CQUFvQixDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUM1QyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsa0RBQWtELENBQUMsSUFBSSxDQUM5RCxvREFBb0QsQ0FBQyxJQUFJLENBQ3JELGlDQUFpQyxDQUFDLElBQUksQ0FDbEMsRUFBRSxDQUFDLElBQUksRUFDUCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsS0FBSyxDQUNSO0lBQ0ksU0FBUyxFQUFFLEVBQUUsQ0FBQyxFQUFFLENBQUMsUUFBUSxDQUFDO1FBQ3RCLEVBQUUsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQ3ZDLEVBQUUsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQztRQUNmLEVBQUUsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUNOLFlBQVksQ0FBQyxjQUFjLENBQ3ZCLGlEQUFpRCxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsRUFDMUQ7WUFDSSw4QkFBOEIsRUFBRSxDQUFDLFdBQVcsRUFBRSxJQUFJLENBQUM7U0FDdEQsQ0FDSixDQUNKO1FBQ0QsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO1FBQ2hCLEVBQUUsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUNOLHVDQUF1QyxDQUFDLEtBQUssQ0FDekMsQ0FBQyxDQUNKLENBQ0o7S0FDSixDQUFDO0NBQ0wsQ0FDSixFQUNELEVBQUUsQ0FDTCxDQUNKLEVBQ0QsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FDUjtJQUNJLFNBQVMsRUFBRSxFQUFFLENBQUMsRUFBRSxDQUFDLFFBQVEsQ0FBQztRQUN0QixFQUFFLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUN2QyxFQUFFLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUM7UUFDZixFQUFFLENBQUMsRUFBRSxDQUFDLElBQUksQ0FDTixZQUFZLENBQUMsS0FBSyxDQUNkLENBQUMsQ0FBQyxRQUFRLEVBQ1Y7WUFDSSw4QkFBOEIsRUFBRSxDQUFDLFdBQVcsRUFBRSxJQUFJLENBQUM7U0FDdEQsQ0FDSixDQUNKO1FBQ0QsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO1FBQ2hCLEVBQUUsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUNOLGFBQWEsQ0FBQyxLQUFLLENBQ2YsQ0FBQyxDQUNKLENBQ0o7S0FDSixDQUFDO0NBQ0wsQ0FDSixFQUNELEVBQUUsQ0FBQyxPQUFPLENBQUMsT0FBTyxFQUFFLEVBQ3BCLEVBQUUsQ0FBQyxPQUFPLENBQUMsT0FBTyxFQUFFLENBQ3ZCLENBQ0osQ0FBQyxDQUFDLFNBQVMsQ0FDUixDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQztJQUNKLFdBQVcsRUFBRSwrQkFBK0IsQ0FBQyxJQUFJLENBQzdDLENBQUMsQ0FDSjtDQUNKLENBQUMsQ0FDTCxDQUNKLENBQUEifQ==
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/query';
|
|
2
|
+
import type * as query_interfaces_file_in_file_out from "pareto-common/modules/file_in_file_out/interface/queries";
|
|
3
|
+
export declare const $$: p_.Query_Implementation<query_interfaces_file_in_file_out.operation, {
|
|
4
|
+
'tab size': number;
|
|
5
|
+
'css': string;
|
|
6
|
+
}, null>;
|
|
@@ -1,33 +1,15 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/implementation/query';
|
|
2
2
|
import p_super_query_result from 'pareto-core/implementation/query/super_query_result';
|
|
3
3
|
//dependencies
|
|
4
|
-
import * as r_boekhouding_resolved_from_loc from "../refiners/boekhouding_resolved/list_of_characters.js";
|
|
5
4
|
import * as t_resolved_to_derived from "../transformers/boekhouding_resolved/derived.js";
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
import * as t_prose_to_list_of_characters from "pareto-fountain-pen/implementation/transformers/prose/list_of_characters";
|
|
11
|
-
import * as t_aggregatie_to_jaarverslag_html from "../transformers/derived/jaarverslag_html.js";
|
|
12
|
-
import * as t_path_to_text from "pareto-resources/implementation/transformers/unrestricted_path/text";
|
|
13
|
-
//shorthands
|
|
14
|
-
import * as sh from "pareto-fountain-pen/shorthands/prose/deprecated";
|
|
15
|
-
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(p_.e.refine((abort) => r_boekhouding_resolved_from_loc.Root($d.data, ($) => abort(sh.ph.composed([
|
|
16
|
-
sh.ph.literal(t_path_to_text.Node_Path($d.path)),
|
|
17
|
-
sh.ph.literal(":"),
|
|
18
|
-
t_location_to_prose.Possible_Range(t_deserialize_resolved_to_location.Error($), {
|
|
19
|
-
'character location reporting': ['one based', null],
|
|
20
|
-
}),
|
|
21
|
-
sh.ph.literal(": "),
|
|
22
|
-
t_deserialize_resolved_to_prose.Error($)
|
|
23
|
-
])), {
|
|
5
|
+
import * as t_html_to_paragraph from "pareto-static-html/_implementation/transformers/static_html/paragraph";
|
|
6
|
+
import * as t_aggregatie_to_jaarverslag_html from "../transformers/aggregatie/jaarverslag_html.js";
|
|
7
|
+
import { $$ as q_load } from "./load_resolved.js";
|
|
8
|
+
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(q_load({
|
|
24
9
|
'tab size': $s['tab size']
|
|
25
|
-
}))).transform(($) => ({
|
|
26
|
-
'
|
|
10
|
+
}, null)($d, ($) => $)).transform(($) => ({
|
|
11
|
+
'paragraph': t_html_to_paragraph.Document(t_aggregatie_to_jaarverslag_html.Root(t_resolved_to_derived.Root($), {
|
|
27
12
|
'css': $s['css'],
|
|
28
|
-
}))
|
|
29
|
-
'indentation': " ",
|
|
30
|
-
'newline': "\n",
|
|
31
|
-
})
|
|
13
|
+
}))
|
|
32
14
|
})));
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2VuZXJlZXJfamFhcnZlcnNsYWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vcXVlcmllcy9nZW5lcmVlcl9qYWFydmVyc2xhZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLGtDQUFrQyxDQUFBO0FBQ3RELE9BQU8sb0JBQW9CLE1BQU0scURBQXFELENBQUE7QUFLdEYsY0FBYztBQUNkLE9BQU8sS0FBSyxxQkFBcUIsTUFBTSxpREFBaUQsQ0FBQTtBQUV4RixPQUFPLEtBQUssbUJBQW1CLE1BQU0sdUVBQXVFLENBQUE7QUFDNUcsT0FBTyxLQUFLLGdDQUFnQyxNQUFNLGdEQUFnRCxDQUFBO0FBRWxHLE9BQU8sRUFBRSxFQUFFLElBQUksTUFBTSxFQUFFLE1BQU0sb0JBQW9CLENBQUE7QUFFakQsTUFBTSxDQUFDLE1BQU0sRUFBRSxHQU9YLEVBQUUsQ0FBQyxLQUFLLENBQ1IsQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsb0JBQW9CLENBQ2hDLE1BQU0sQ0FDRjtJQUNJLFVBQVUsRUFBRSxFQUFFLENBQUMsVUFBVSxDQUFDO0NBQzdCLEVBQ0QsSUFBSSxDQUNQLENBQ0csRUFBRSxFQUNGLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQ1gsQ0FDSixDQUFDLFNBQVMsQ0FDUCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQztJQUNKLFdBQVcsRUFBRSxtQkFBbUIsQ0FBQyxRQUFRLENBQ3JDLGdDQUFnQyxDQUFDLElBQUksQ0FDakMscUJBQXFCLENBQUMsSUFBSSxDQUN0QixDQUFDLENBQ0osRUFDRDtRQUNJLEtBQUssRUFBRSxFQUFFLENBQUMsS0FBSyxDQUFDO0tBQ25CLENBQ0osQ0FDSjtDQUNKLENBQUMsQ0FDTCxDQUNKLENBQUEifQ==
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/query';
|
|
2
|
+
import type * as s_boekhouding from "../../submodules/boekhouding_resolved/interface/schemas/resolved.js";
|
|
3
|
+
import type * as s_file_in_file_out from "pareto-common/modules/file_in_file_out/schemas/query";
|
|
4
|
+
export declare const $$: p_.Query_Implementation<p_.Query_Interface<s_boekhouding.Root_, s_file_in_file_out.Error, s_file_in_file_out.Parameters>, {
|
|
5
|
+
'tab size': number;
|
|
6
|
+
}, null>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/query';
|
|
2
|
+
import p_super_query_result from 'pareto-core/implementation/query/super_query_result';
|
|
3
|
+
//dependencies
|
|
4
|
+
import * as r_boekhouding_resolved_from_loc from "../refiners/boekhouding_resolved/list_of_characters.js";
|
|
5
|
+
import * as ser_path from "pareto-resources/implementation/serializers/unrestricted_path";
|
|
6
|
+
import * as ser_resolved_document_deserialization from "liana-core/modules/resolved_document_deserialization/implementation/serializers/resolved_document_deserialization";
|
|
7
|
+
import * as ser_location from "astn-core/modules/deserialization/implementation/serializers/location";
|
|
8
|
+
import * as t_resolved_document_deserialization_to_location from "liana-core/modules/resolved_document_deserialization/implementation/transformers/resolved_document_deserialization/location";
|
|
9
|
+
//shorthands
|
|
10
|
+
import * as sh from "pareto-fountain-pen/shorthands/paragraph/deprecated";
|
|
11
|
+
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(p_.e.refine((abort) => r_boekhouding_resolved_from_loc.Root($d.data, ($) => abort({
|
|
12
|
+
'message': sh.ph.composed([
|
|
13
|
+
sh.ph.text(ser_path.Node_Path($d.path)),
|
|
14
|
+
sh.ph.text(":"),
|
|
15
|
+
sh.ph.text(ser_location.Possible_Range(t_resolved_document_deserialization_to_location.Error($), {
|
|
16
|
+
'character location reporting': ['one based', null],
|
|
17
|
+
})),
|
|
18
|
+
sh.ph.text(": "),
|
|
19
|
+
sh.ph.text(ser_resolved_document_deserialization.Error($)),
|
|
20
|
+
])
|
|
21
|
+
}), {
|
|
22
|
+
'tab size': $s['tab size']
|
|
23
|
+
}))));
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZF9yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9xdWVyaWVzL2xvYWRfcmVzb2x2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQTtBQUN0RCxPQUFPLG9CQUFvQixNQUFNLHFEQUFxRCxDQUFBO0FBTXRGLGNBQWM7QUFDZCxPQUFPLEtBQUssK0JBQStCLE1BQU0sd0RBQXdELENBQUE7QUFDekcsT0FBTyxLQUFLLFFBQVEsTUFBTSwrREFBK0QsQ0FBQTtBQUN6RixPQUFPLEtBQUsscUNBQXFDLE1BQU0sbUhBQW1ILENBQUE7QUFDMUssT0FBTyxLQUFLLFlBQVksTUFBTSx1RUFBdUUsQ0FBQTtBQUNyRyxPQUFPLEtBQUssK0NBQStDLE1BQU0sNkhBQTZILENBQUE7QUFFOUwsWUFBWTtBQUNaLE9BQU8sS0FBSyxFQUFFLE1BQU0scURBQXFELENBQUE7QUFFekUsTUFBTSxDQUFDLE1BQU0sRUFBRSxHQVVYLEVBQUUsQ0FBQyxLQUFLLENBQ1IsQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsb0JBQW9CLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQzVDLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQywrQkFBK0IsQ0FBQyxJQUFJLENBQzNDLEVBQUUsQ0FBQyxJQUFJLEVBQ1AsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FDUjtJQUNJLFNBQVMsRUFBRSxFQUFFLENBQUMsRUFBRSxDQUFDLFFBQVEsQ0FBQztRQUN0QixFQUFFLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUN2QyxFQUFFLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUM7UUFDZixFQUFFLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsY0FBYyxDQUNsQywrQ0FBK0MsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEVBQ3hEO1lBQ0ksOEJBQThCLEVBQUUsQ0FBQyxXQUFXLEVBQUUsSUFBSSxDQUFDO1NBQ3RELENBQ0osQ0FDQTtRQUNELEVBQUUsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztRQUNoQixFQUFFLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxxQ0FBcUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUM7S0FDN0QsQ0FBQztDQUNMLENBQ0osRUFDRDtJQUNJLFVBQVUsRUFBRSxFQUFFLENBQUMsVUFBVSxDQUFDO0NBQzdCLENBQ0osQ0FDSixDQUFDLENBQ0wsQ0FBQSJ9
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/query';
|
|
2
|
+
import type * as query_interfaces_file_in_file_out from "pareto-common/modules/file_in_file_out/interface/queries";
|
|
3
|
+
export declare const $$: p_.Query_Implementation<query_interfaces_file_in_file_out.operation, {
|
|
4
|
+
'tab size': number;
|
|
5
|
+
}, null>;
|
|
@@ -1,33 +1,15 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/implementation/query';
|
|
2
2
|
import p_super_query_result from 'pareto-core/implementation/query/super_query_result';
|
|
3
3
|
//dependencies
|
|
4
|
-
import * as r_boekhouding_resolved_from_loc from "../refiners/boekhouding_resolved/list_of_characters.js";
|
|
5
4
|
import * as t_resolved_to_derived from "../transformers/boekhouding_resolved/derived.js";
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
import * as t_csv_to_prose from "pareto-csv/implementation/transformers/csv/prose";
|
|
11
|
-
import * as t_aggregatie_to_resultaat_grootboeken_csv from "../transformers/derived/resultaat_grootboeken_csv.js";
|
|
12
|
-
import * as t_path_to_text from "pareto-resources/implementation/transformers/unrestricted_path/text";
|
|
13
|
-
//shorthands
|
|
14
|
-
import * as sh from "pareto-fountain-pen/shorthands/prose/deprecated";
|
|
15
|
-
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(p_.e.refine((abort) => r_boekhouding_resolved_from_loc.Root($d.data, ($) => abort(sh.ph.composed([
|
|
16
|
-
sh.ph.literal(t_path_to_text.Node_Path($d.path)),
|
|
17
|
-
sh.ph.literal(":"),
|
|
18
|
-
t_location_to_prose.Possible_Range(t_deserialize_resolved_to_location.Error($), {
|
|
19
|
-
'character location reporting': ['one based', null],
|
|
20
|
-
}),
|
|
21
|
-
sh.ph.literal(": "),
|
|
22
|
-
t_deserialize_resolved_to_prose.Error($)
|
|
23
|
-
])), {
|
|
5
|
+
import * as t_csv_to_paragraph from "pareto-csv/implementation/transformers/csv/paragraph";
|
|
6
|
+
import * as t_aggregatie_to_resultaat_grootboeken_csv from "../transformers/aggregatie/resultaat_grootboeken_csv.js";
|
|
7
|
+
import { $$ as q_load } from "./load_resolved.js";
|
|
8
|
+
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(q_load({
|
|
24
9
|
'tab size': $s['tab size']
|
|
25
|
-
}))).transform(($) => ({
|
|
26
|
-
'
|
|
10
|
+
}, null)($d, ($) => $)).transform(($) => ({
|
|
11
|
+
'paragraph': t_csv_to_paragraph.CSV(t_aggregatie_to_resultaat_grootboeken_csv.Root(t_resolved_to_derived.Root($)), {
|
|
27
12
|
'separator': 0x2C, // ,
|
|
28
|
-
}), {
|
|
29
|
-
'indentation': " ",
|
|
30
|
-
'newline': "\n",
|
|
31
13
|
})
|
|
32
14
|
})));
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzdWx0YWF0X2dyb290Ym9la2VuX2Nzdi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9xdWVyaWVzL3Jlc3VsdGFhdF9ncm9vdGJvZWtlbl9jc3YudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQTtBQUN0RCxPQUFPLG9CQUFvQixNQUFNLHFEQUFxRCxDQUFBO0FBSXRGLGNBQWM7QUFDZCxPQUFPLEtBQUsscUJBQXFCLE1BQU0saURBQWlELENBQUE7QUFDeEYsT0FBTyxLQUFLLGtCQUFrQixNQUFNLHNEQUFzRCxDQUFBO0FBQzFGLE9BQU8sS0FBSyx5Q0FBeUMsTUFBTSx5REFBeUQsQ0FBQTtBQUVwSCxPQUFPLEVBQUUsRUFBRSxJQUFJLE1BQU0sRUFBRSxNQUFNLG9CQUFvQixDQUFBO0FBRWpELE1BQU0sQ0FBQyxNQUFNLEVBQUUsR0FNWCxFQUFFLENBQUMsS0FBSyxDQUNSLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLG9CQUFvQixDQUNoQyxNQUFNLENBQ0Y7SUFDSSxVQUFVLEVBQUUsRUFBRSxDQUFDLFVBQVUsQ0FBQztDQUM3QixFQUNELElBQUksQ0FDUCxDQUNHLEVBQUUsRUFDRixDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUNYLENBQ0osQ0FBQyxTQUFTLENBQ1AsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7SUFDSixXQUFXLEVBQUUsa0JBQWtCLENBQUMsR0FBRyxDQUMvQix5Q0FBeUMsQ0FBQyxJQUFJLENBQzFDLHFCQUFxQixDQUFDLElBQUksQ0FDdEIsQ0FBQyxDQUNKLENBQ0osRUFDRDtRQUNJLFdBQVcsRUFBRSxJQUFJLEVBQUUsSUFBSTtLQUMxQixDQUNKO0NBQ0osQ0FBQyxDQUNMLENBQ0osQ0FBQSJ9
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/query';
|
|
2
|
+
import type * as query_interfaces_file_in_file_out from "pareto-common/modules/file_in_file_out/interface/queries";
|
|
3
|
+
export declare const $$: p_.Query_Implementation<query_interfaces_file_in_file_out.operation, {
|
|
4
|
+
'tab size': number;
|
|
5
|
+
}, null>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/query';
|
|
2
|
+
import p_super_query_result from 'pareto-core/implementation/query/super_query_result';
|
|
3
|
+
//dependencies
|
|
4
|
+
import * as t_resolved_to_derived from "../transformers/boekhouding_resolved/derived.js";
|
|
5
|
+
import * as t_aggregatie_to_todo from "../transformers/aggregatie/todo.js";
|
|
6
|
+
import { $$ as q_load } from "./load_resolved.js";
|
|
7
|
+
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(q_load({
|
|
8
|
+
'tab size': $s['tab size']
|
|
9
|
+
}, null)($d, ($) => $)).transform(($) => ({
|
|
10
|
+
'paragraph': t_aggregatie_to_todo.Root(t_resolved_to_derived.Root($))
|
|
11
|
+
})));
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9kby5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9xdWVyaWVzL3RvZG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQTtBQUN0RCxPQUFPLG9CQUFvQixNQUFNLHFEQUFxRCxDQUFBO0FBSXRGLGNBQWM7QUFDZCxPQUFPLEtBQUsscUJBQXFCLE1BQU0saURBQWlELENBQUE7QUFDeEYsT0FBTyxLQUFLLG9CQUFvQixNQUFNLG9DQUFvQyxDQUFBO0FBRTFFLE9BQU8sRUFBRSxFQUFFLElBQUksTUFBTSxFQUFFLE1BQU0sb0JBQW9CLENBQUE7QUFFakQsTUFBTSxDQUFDLE1BQU0sRUFBRSxHQU1YLEVBQUUsQ0FBQyxLQUFLLENBQ1IsQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsb0JBQW9CLENBQ2hDLE1BQU0sQ0FDRjtJQUNJLFVBQVUsRUFBRSxFQUFFLENBQUMsVUFBVSxDQUFDO0NBQzdCLEVBQ0QsSUFBSSxDQUNQLENBQ0csRUFBRSxFQUNGLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQ1gsQ0FDSixDQUFDLFNBQVMsQ0FDUCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQztJQUNKLFdBQVcsRUFBRSxvQkFBb0IsQ0FBQyxJQUFJLENBQ2xDLHFCQUFxQixDQUFDLElBQUksQ0FDdEIsQ0FBQyxDQUNKLENBQ0o7Q0FDSixDQUFDLENBQ0wsQ0FDSixDQUFBIn0=
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/refiner';
|
|
2
|
+
import type * as s_in from "../../../interface/schemas/list_of_characters.js";
|
|
3
|
+
import type * as s_function from "liana-core/modules/resolved_document_deserialization/schemas/resolved_document_deserialization";
|
|
4
|
+
import type * as s_out from "../../../interface/schemas/boekhouding_resolved.js";
|
|
5
|
+
declare namespace declarations {
|
|
6
|
+
type Root = p_.Refiner_With_Parameter<s_out.Root, s_function.Error, s_in.List_Of_Characters, s_function.Parameters>;
|
|
7
|
+
}
|
|
8
|
+
export declare const Root: declarations.Root;
|
|
9
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/implementation/refiner';
|
|
2
2
|
//dependencies
|
|
3
|
-
import * as r_boekhouding_resolved_from_boekhouding_unresolved from "../../../
|
|
4
|
-
import * as r_boekhouding_unresolved_from_loc from "../../../
|
|
3
|
+
import * as r_boekhouding_resolved_from_boekhouding_unresolved from "../../../submodules/boekhouding_resolved/implementation/refiners/resolved/unresolved.js";
|
|
4
|
+
import * as r_boekhouding_unresolved_from_loc from "../../../submodules/boekhouding_unresolved/implementation/refiners/unresolved/list_of_characters.js";
|
|
5
5
|
export const Root = ($, abort, $p) => {
|
|
6
|
-
return r_boekhouding_resolved_from_boekhouding_unresolved.Root(r_boekhouding_unresolved_from_loc.Root($, ($) => abort(['
|
|
6
|
+
return r_boekhouding_resolved_from_boekhouding_unresolved.Root(r_boekhouding_unresolved_from_loc.Root($, ($) => abort(['unresolved document deserialization', $]), $p), ($) => abort(['resolving', $]), p_.literal.nothing(), p_.literal.nothing());
|
|
7
7
|
};
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2ltcGxlbWVudGF0aW9uL3JlZmluZXJzL2JvZWtob3VkaW5nX3Jlc29sdmVkL2xpc3Rfb2ZfY2hhcmFjdGVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLG9DQUFvQyxDQUFBO0FBa0J4RCxjQUFjO0FBQ2QsT0FBTyxLQUFLLGtEQUFrRCxNQUFNLHlGQUF5RixDQUFBO0FBQzdKLE9BQU8sS0FBSyxpQ0FBaUMsTUFBTSxxR0FBcUcsQ0FBQTtBQUV4SixNQUFNLENBQUMsTUFBTSxJQUFJLEdBQXNCLENBQUMsQ0FBQyxFQUFFLEtBQUssRUFBRSxFQUFFLEVBQUUsRUFBRTtJQUNwRCxPQUFPLGtEQUFrRCxDQUFDLElBQUksQ0FDMUQsaUNBQWlDLENBQUMsSUFBSSxDQUNsQyxDQUFDLEVBQ0QsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLHFDQUFxQyxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQ3hELEVBQUUsQ0FDTCxFQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFDOUIsRUFBRSxDQUFDLE9BQU8sQ0FBQyxPQUFPLEVBQUUsRUFDcEIsRUFBRSxDQUFDLE9BQU8sQ0FBQyxPQUFPLEVBQUUsQ0FDdkIsQ0FBQTtBQUNMLENBQUMsQ0FBQSJ9
|
|
@@ -1,14 +1,34 @@
|
|
|
1
|
-
import type * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import type * as s_in from "../../../submodules/boekhouding_oude_model/interface/schemas/data.js";
|
|
2
|
+
import type * as s_out from "../../../interface/schemas/boekhouding_unresolved.js";
|
|
3
|
+
declare namespace declarations {
|
|
4
|
+
type Rekening_Mutatie = ($$_: s_in.Root) => s_out.Rekening_Mutatie;
|
|
5
|
+
type Beheer = ($$_: s_in.Root) => s_out.Beheer;
|
|
6
|
+
type Eerste_boekjaar = ($$_: s_in.Root.Jaren.D.Eerste_boekjaar) => s_out.Eerste_boekjaar;
|
|
7
|
+
type Fiscaal = ($$_: s_in.Root) => s_out.Fiscaal;
|
|
8
|
+
type Grootboek_Categorieen = ($$_: s_in.Root) => s_out.Grootboek_Categorieen;
|
|
9
|
+
type Grootboekrekeningen = ($$_: s_in.Root.Jaren.D) => s_out.Grootboekrekeningen;
|
|
10
|
+
type Handelstransacties = ($$_: s_in.Root.Jaren.D) => s_out.Handelstransacties;
|
|
11
|
+
type Jaarbeheer = ($$_: s_in.Root.Jaren.D) => s_out.Jaarbeheer;
|
|
12
|
+
type Jaren = ($$_: s_in.Root) => s_out.Jaren;
|
|
13
|
+
type Mutaties = ($$_: s_in.Root.Jaren.D, $$pt: {
|
|
14
|
+
'jaar': string;
|
|
15
|
+
}) => s_out.Mutaties;
|
|
16
|
+
type Overige_balans_item = ($$_: s_in.Root.Jaren.D.Overige_balans_items.D) => s_out.Overige_balans_item;
|
|
17
|
+
type Root = ($$_: s_in.Root) => s_out.Root;
|
|
18
|
+
type Verwijzing_naar_Bankrekening = ($$_: string) => s_out.Verwijzing_naar_Bankrekening;
|
|
19
|
+
type Verwijzing_naar_Informele_rekening = ($$_: string) => s_out.Verwijzing_naar_Informele_rekening;
|
|
20
|
+
}
|
|
21
|
+
export declare const Beheer: declarations.Beheer;
|
|
22
|
+
export declare const Eerste_boekjaar: declarations.Eerste_boekjaar;
|
|
23
|
+
export declare const Fiscaal: declarations.Fiscaal;
|
|
24
|
+
export declare const Grootboek_Categorieen: declarations.Grootboek_Categorieen;
|
|
25
|
+
export declare const Grootboekrekeningen: declarations.Grootboekrekeningen;
|
|
26
|
+
export declare const Handelstransacties: declarations.Handelstransacties;
|
|
27
|
+
export declare const Jaarbeheer: declarations.Jaarbeheer;
|
|
28
|
+
export declare const Jaren: declarations.Jaren;
|
|
29
|
+
export declare const Mutaties: declarations.Mutaties;
|
|
30
|
+
export declare const Overige_balans_item: declarations.Overige_balans_item;
|
|
31
|
+
export declare const Root: declarations.Root;
|
|
32
|
+
export declare const Verwijzing_naar_Bankrekening: declarations.Verwijzing_naar_Bankrekening;
|
|
33
|
+
export declare const Verwijzing_naar_Informele_rekening: declarations.Verwijzing_naar_Informele_rekening;
|
|
34
|
+
export {};
|