pareto-boekhouding 0.3.21 → 0.3.23
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/data/css.js +2 -5
- package/dist/declarations/queries.d.ts +12 -0
- package/dist/declarations/queries.js +2 -0
- package/dist/declarations/refiners/boekhouding_resolved/list_of_characters.d.ts +5 -0
- package/dist/declarations/refiners/boekhouding_resolved/list_of_characters.js +2 -0
- package/dist/declarations/refiners/boekhouding_unresolved/boekhouding_oude_model.d.ts +18 -0
- package/dist/declarations/refiners/boekhouding_unresolved/boekhouding_oude_model.js +2 -0
- package/dist/declarations/transformers/boekhouding_resolved/derived.d.ts +4 -0
- package/dist/declarations/transformers/boekhouding_resolved/derived.js +2 -0
- package/dist/declarations/transformers/derived/jaarverslag_csv.d.ts +4 -0
- package/dist/declarations/transformers/derived/jaarverslag_csv.js +10 -0
- package/dist/declarations/transformers/derived/jaarverslag_html.d.ts +29 -0
- package/dist/declarations/transformers/derived/jaarverslag_html.js +2 -0
- package/dist/declarations/transformers/primitives/text.d.ts +10 -0
- package/dist/declarations/transformers/primitives/text.js +2 -0
- package/dist/globals.d.ts +28 -25
- package/dist/globals.js +2 -2
- package/dist/implementation/generated/liana/schemas/boekhouding/resolved/refiners/unresolved.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/boekhouding/resolved/refiners/unresolved.js +263 -313
- package/dist/implementation/generated/liana/schemas/boekhouding/resolved/transformers/astn_sealed_target.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/boekhouding/resolved/transformers/astn_sealed_target.js +263 -312
- package/dist/implementation/generated/liana/schemas/boekhouding/resolved/transformers/boilerplate_for_migrate.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/boekhouding/resolved/transformers/boilerplate_for_migrate.js +260 -310
- package/dist/implementation/generated/liana/schemas/boekhouding/resolved/transformers/fountain_pen.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/boekhouding/resolved/transformers/fountain_pen.js +19 -67
- package/dist/implementation/generated/liana/schemas/boekhouding/unresolved/refiners/astn_parse_tree.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/boekhouding/unresolved/refiners/astn_parse_tree.js +499 -548
- package/dist/implementation/generated/liana/schemas/boekhouding/unresolved/refiners/list_of_characters.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/boekhouding/unresolved/refiners/list_of_characters.js +19 -67
- package/dist/implementation/generated/liana/schemas/boekhouding_oude_model/refiners/astn_parse_tree.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/boekhouding_oude_model/refiners/astn_parse_tree.js +516 -553
- package/dist/implementation/generated/liana/schemas/boekhouding_oude_model/refiners/list_of_characters.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/boekhouding_oude_model/refiners/list_of_characters.js +7 -43
- package/dist/implementation/generated/liana/schemas/boekhouding_oude_model/transformers/astn_sealed_target.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/boekhouding_oude_model/transformers/astn_sealed_target.js +268 -305
- package/dist/implementation/generated/liana/schemas/boekhouding_oude_model/transformers/boilerplate_for_migrate.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/boekhouding_oude_model/transformers/boilerplate_for_migrate.js +266 -304
- package/dist/implementation/generated/liana/schemas/boekhouding_oude_model/transformers/fountain_pen.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/boekhouding_oude_model/transformers/fountain_pen.js +7 -43
- package/dist/implementation/manual/queries/balans_grootboeken_csv.d.ts +2 -0
- package/dist/implementation/manual/queries/balans_grootboeken_csv.js +33 -0
- package/dist/implementation/manual/queries/converteer_oude_dataset.d.ts +2 -2
- package/dist/implementation/manual/queries/converteer_oude_dataset.js +21 -60
- package/dist/implementation/manual/queries/genereer_jaarverslag.d.ts +2 -2
- package/dist/implementation/manual/queries/genereer_jaarverslag.js +20 -55
- package/dist/implementation/manual/queries/resultaat_grootboeken_csv.d.ts +2 -0
- package/dist/implementation/manual/queries/resultaat_grootboeken_csv.js +33 -0
- package/dist/implementation/manual/refiners/boekhouding_resolved/list_of_characters.d.ts +2 -6
- package/dist/implementation/manual/refiners/boekhouding_resolved/list_of_characters.js +5 -42
- package/dist/implementation/manual/refiners/boekhouding_unresolved/boekhouding_oude_model.d.ts +14 -31
- package/dist/implementation/manual/refiners/boekhouding_unresolved/boekhouding_oude_model.js +293 -344
- package/dist/implementation/manual/transformers/boekhouding_resolved/derived.d.ts +2 -4
- package/dist/implementation/manual/transformers/boekhouding_resolved/derived.js +109 -149
- package/dist/implementation/manual/transformers/derived/balans_grootboeken_csv.d.ts +2 -0
- package/dist/implementation/manual/transformers/derived/balans_grootboeken_csv.js +34 -0
- package/dist/implementation/manual/transformers/derived/jaarverslag_html.d.ts +2 -4
- package/dist/implementation/manual/transformers/derived/jaarverslag_html.js +92 -132
- package/dist/implementation/manual/transformers/derived/resultaat_grootboeken_csv.d.ts +2 -0
- package/dist/implementation/manual/transformers/derived/resultaat_grootboeken_csv.js +22 -0
- package/dist/implementation/manual/transformers/primitives/text.d.ts +2 -7
- package/dist/implementation/manual/transformers/primitives/text.js +19 -59
- package/dist/index.js +2 -5
- package/dist/interface/data/aggregatie.d.ts +1 -1
- package/dist/interface/data/aggregatie.js +2 -3
- package/dist/interface/data/derived.d.ts +2 -2
- package/dist/interface/data/derived.js +2 -3
- package/dist/interface/generated/liana/schemas/boekhouding/data/resolved.d.ts +2 -2
- package/dist/interface/generated/liana/schemas/boekhouding/data/resolved.js +3 -3
- package/dist/interface/generated/liana/schemas/boekhouding/data/unresolved.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/boekhouding/data/unresolved.js +4 -3
- package/dist/interface/generated/liana/schemas/boekhouding/signatures/resolved/refiners/unresolved.d.ts +6 -6
- package/dist/interface/generated/liana/schemas/boekhouding/signatures/resolved/refiners/unresolved.js +7 -3
- package/dist/interface/generated/liana/schemas/boekhouding/signatures/resolved/transformers/astn_sealed_target.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/boekhouding/signatures/resolved/transformers/astn_sealed_target.js +4 -3
- package/dist/interface/generated/liana/schemas/boekhouding/signatures/resolved/transformers/boilerplate_for_migrate.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/boekhouding/signatures/resolved/transformers/boilerplate_for_migrate.js +4 -3
- package/dist/interface/generated/liana/schemas/boekhouding/signatures/resolved/transformers/fountain_pen.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/boekhouding/signatures/resolved/transformers/fountain_pen.js +4 -3
- package/dist/interface/generated/liana/schemas/boekhouding/signatures/unresolved/refiners/astn_parse_tree.d.ts +5 -5
- package/dist/interface/generated/liana/schemas/boekhouding/signatures/unresolved/refiners/astn_parse_tree.js +5 -3
- package/dist/interface/generated/liana/schemas/boekhouding/signatures/unresolved/refiners/list_of_characters.d.ts +5 -5
- package/dist/interface/generated/liana/schemas/boekhouding/signatures/unresolved/refiners/list_of_characters.js +5 -3
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/data.d.ts +2 -2
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/data.js +3 -3
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/signatures/refiners/astn_parse_tree.d.ts +5 -5
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/signatures/refiners/astn_parse_tree.js +5 -3
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/signatures/refiners/list_of_characters.d.ts +5 -5
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/signatures/refiners/list_of_characters.js +5 -3
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/signatures/transformers/astn_sealed_target.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/signatures/transformers/astn_sealed_target.js +4 -3
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/signatures/transformers/boilerplate_for_migrate.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/signatures/transformers/boilerplate_for_migrate.js +4 -3
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/signatures/transformers/fountain_pen.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/signatures/transformers/fountain_pen.js +4 -3
- package/package.json +16 -5
- package/dist/implementation/manual/commands/converteer_oude_dataset.d.ts +0 -2
- package/dist/implementation/manual/commands/converteer_oude_dataset.js +0 -50
- package/dist/implementation/manual/commands/genereer_jaarverslag.d.ts +0 -2
- package/dist/implementation/manual/commands/genereer_jaarverslag.js +0 -52
- package/dist/interface/commands.d.ts +0 -24
- package/dist/interface/commands.js +0 -3
- package/dist/interface/queries.d.ts +0 -15
- package/dist/interface/queries.js +0 -3
package/dist/data/css.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.css = void 0;
|
|
4
|
-
exports.css = `
|
|
1
|
+
export const css = `
|
|
5
2
|
body {
|
|
6
3
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
7
4
|
margin: 20px;
|
|
@@ -357,4 +354,4 @@ div.categorie span {
|
|
|
357
354
|
}
|
|
358
355
|
}
|
|
359
356
|
`;
|
|
360
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
357
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3NzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2RhdGEvY3NzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLEdBQUcsR0FBRzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQW1XbEIsQ0FBQSJ9
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/interface/query_implementation';
|
|
2
|
+
import type * as query_interfaces_pareto_common from "pareto-common/interface/queries";
|
|
3
|
+
import type * as d_serialize_prose from "pareto-fountain-pen/interface/data/prose_serialize";
|
|
4
|
+
type temp_parameters = {
|
|
5
|
+
'tab size': number;
|
|
6
|
+
'serialization parameters': d_serialize_prose.Parameters;
|
|
7
|
+
};
|
|
8
|
+
export type genereer_jaarverslag = p_.Query_Implementation<query_interfaces_pareto_common.process_file_data, temp_parameters, null>;
|
|
9
|
+
export type balans_grootboeken_csv = p_.Query_Implementation<query_interfaces_pareto_common.process_file_data, temp_parameters, null>;
|
|
10
|
+
export type resultaat_grootboeken_csv = p_.Query_Implementation<query_interfaces_pareto_common.process_file_data, temp_parameters, null>;
|
|
11
|
+
export type converteer_oude_dataset = p_.Query_Implementation<query_interfaces_pareto_common.process_file_data, temp_parameters, null>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/interface/query_implementation';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcmllcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kZWNsYXJhdGlvbnMvcXVlcmllcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLDRDQUE0QyxDQUFBIn0=
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/refiner';
|
|
2
|
+
import type * as d_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
3
|
+
import type * as d_out from "../../../interface/generated/liana/schemas/boekhouding/data/resolved.js";
|
|
4
|
+
import type * as d_function from "liana-core/interface/data/deserialize_resolved";
|
|
5
|
+
export type Root = p_.Refiner_With_Parameter<d_out.Root, d_function.Error, d_in.List_of_Characters, d_function.Parameters>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2RlY2xhcmF0aW9ucy9yZWZpbmVycy9ib2VraG91ZGluZ19yZXNvbHZlZC9saXN0X29mX2NoYXJhY3RlcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type * as d_in from "../../../interface/generated/liana/schemas/boekhouding_oude_model/data.js";
|
|
2
|
+
import type * as d_out from "../../../interface/generated/liana/schemas/boekhouding/data/unresolved.js";
|
|
3
|
+
export type Rekening_Mutatie = ($$_: d_in.Root) => d_out.Rekening_Mutatie;
|
|
4
|
+
export type Beheer = ($$_: d_in.Root) => d_out.Beheer;
|
|
5
|
+
export type Eerste_boekjaar = ($$_: d_in.Root.Jaren.D.Eerste_boekjaar) => d_out.Eerste_boekjaar;
|
|
6
|
+
export type Fiscaal = ($$_: d_in.Root) => d_out.Fiscaal;
|
|
7
|
+
export type Grootboek_Categorieen = ($$_: d_in.Root) => d_out.Grootboek_Categorieen;
|
|
8
|
+
export type Grootboekrekeningen = ($$_: d_in.Root.Jaren.D) => d_out.Grootboekrekeningen;
|
|
9
|
+
export type Handelstransacties = ($$_: d_in.Root.Jaren.D) => d_out.Handelstransacties;
|
|
10
|
+
export type Jaarbeheer = ($$_: d_in.Root.Jaren.D) => d_out.Jaarbeheer;
|
|
11
|
+
export type Jaren = ($$_: d_in.Root) => d_out.Jaren;
|
|
12
|
+
export type Mutaties = ($$_: d_in.Root.Jaren.D, $$pt: {
|
|
13
|
+
'jaar': string;
|
|
14
|
+
}) => d_out.Mutaties;
|
|
15
|
+
export type Overige_balans_item = ($$_: d_in.Root.Jaren.D.Overige_balans_items.D) => d_out.Overige_balans_item;
|
|
16
|
+
export type Root = ($$_: d_in.Root) => d_out.Root;
|
|
17
|
+
export type Verwijzing_naar_Bankrekening = ($$_: string) => d_out.Verwijzing_naar_Bankrekening;
|
|
18
|
+
export type Verwijzing_naar_Informele_rekening = ($$_: string) => d_out.Verwijzing_naar_Informele_rekening;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9la2hvdWRpbmdfb3VkZV9tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kZWNsYXJhdGlvbnMvcmVmaW5lcnMvYm9la2hvdWRpbmdfdW5yZXNvbHZlZC9ib2VraG91ZGluZ19vdWRlX21vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/generated/liana/schemas/boekhouding/data/resolved.js";
|
|
3
|
+
import type * as d_out from "../../../interface/data/derived.js";
|
|
4
|
+
export type Root = p_.Transformer<d_in.Root, d_out.Root>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVyaXZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kZWNsYXJhdGlvbnMvdHJhbnNmb3JtZXJzL2JvZWtob3VkaW5nX3Jlc29sdmVkL2Rlcml2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
// export type Span_Indent = p_.Transformer<
|
|
3
|
+
// number,
|
|
4
|
+
// d_out.Flow_Element.table.sections.L.rows.L.cells.L
|
|
5
|
+
// >
|
|
6
|
+
// export type Text = p_.Transformer<
|
|
7
|
+
// string,
|
|
8
|
+
// d_out.Flow_Element.table.sections.L.rows.L.cells.L
|
|
9
|
+
// >
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiamFhcnZlcnNsYWdfY3N2LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2RlY2xhcmF0aW9ucy90cmFuc2Zvcm1lcnMvZGVyaXZlZC9qYWFydmVyc2xhZ19jc3YudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQXNFQSw0Q0FBNEM7QUFDNUMsY0FBYztBQUNkLHlEQUF5RDtBQUN6RCxJQUFJO0FBQ0oscUNBQXFDO0FBQ3JDLGNBQWM7QUFDZCx5REFBeUQ7QUFDekQsSUFBSSJ9
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type * as p_di from 'pareto-core/interface/data';
|
|
2
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
3
|
+
import type * as d_out from "pareto-static-html/interface/generated/liana/schemas/static-html/data";
|
|
4
|
+
import type * as d_in from "../../../interface/data/derived.js";
|
|
5
|
+
import type * as d_temp_aggregatie_2 from "../../../interface/data/aggregatie.js";
|
|
6
|
+
export type Balans_Grootboekrekeningen = p_.Transformer_With_Parameter<d_in.Balans.Grootboek_Rekeningen, d_temp_aggregatie_2.Domein_Zijde, {
|
|
7
|
+
'type': ['begin', null] | ['eind', null];
|
|
8
|
+
'label': string;
|
|
9
|
+
'teken omkeren': boolean;
|
|
10
|
+
}>;
|
|
11
|
+
export type Bedrag = p_.Transformer_With_Parameter<number, d_out.Flow_Element.table.sections.L.rows.L.cells.L, {
|
|
12
|
+
'teken omkeren': boolean;
|
|
13
|
+
}>;
|
|
14
|
+
export type Colspan_Text = p_.Transformer_With_Parameter<string, d_out.Flow_Element.table.sections.L.rows.L.cells.L, {
|
|
15
|
+
'number of columns': number;
|
|
16
|
+
}>;
|
|
17
|
+
export type Domein = p_.Transformer_With_Parameter<d_temp_aggregatie_2.Domein, d_out.Flow_Element.table.sections.L.rows, {
|
|
18
|
+
'label': string;
|
|
19
|
+
}>;
|
|
20
|
+
export type Domein_Zijde = p_.Transformer<d_temp_aggregatie_2.Domein_Zijde, p_di.List<d_out.Flow_Element.table.sections.L.rows.L.cells>>;
|
|
21
|
+
export type Indent = p_.Transformer<null, d_out.Flow_Element.table.sections.L.rows.L.cells.L>;
|
|
22
|
+
export type Indent_Blank = p_.Transformer<null, d_out.Flow_Element.table.sections.L.rows.L.cells.L>;
|
|
23
|
+
export type Resultaat_Grootboekrekeningen = p_.Transformer_With_Parameter<d_in.Resultaat.Grootboek_Rekeningen, d_temp_aggregatie_2.Domein_Zijde, {
|
|
24
|
+
'label': string;
|
|
25
|
+
'teken omkeren': boolean;
|
|
26
|
+
}>;
|
|
27
|
+
export type Root = p_.Transformer<d_in.Root, d_out.Document>;
|
|
28
|
+
export type Span_Indent = p_.Transformer<number, d_out.Flow_Element.table.sections.L.rows.L.cells.L>;
|
|
29
|
+
export type Text = p_.Transformer<string, d_out.Flow_Element.table.sections.L.rows.L.cells.L>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import p_log_debug_message from 'pareto-core-dev/log_debug_message';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiamFhcnZlcnNsYWdfaHRtbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kZWNsYXJhdGlvbnMvdHJhbnNmb3JtZXJzL2Rlcml2ZWQvamFhcnZlcnNsYWdfaHRtbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLG1CQUFtQixNQUFNLG1DQUFtQyxDQUFBIn0=
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_out from "pareto-fountain-pen/interface/generated/liana/schemas/text/data";
|
|
3
|
+
export declare namespace d_function {
|
|
4
|
+
type Parameters = {
|
|
5
|
+
'number of fractional digits': number;
|
|
6
|
+
'decimal separator character code': number;
|
|
7
|
+
'thousand separator character code': number;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export type fractional_decimal = p_.Transformer_With_Parameter<number, d_out.Text, d_function.Parameters>;
|
package/dist/globals.d.ts
CHANGED
|
@@ -1,26 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
interface
|
|
9
|
-
}
|
|
10
|
-
interface
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
interface
|
|
16
|
-
}
|
|
17
|
-
interface
|
|
18
|
-
}
|
|
19
|
-
interface
|
|
20
|
-
}
|
|
21
|
-
interface
|
|
22
|
-
}
|
|
23
|
-
interface
|
|
24
|
-
}
|
|
25
|
-
interface
|
|
1
|
+
export {};
|
|
2
|
+
declare global {
|
|
3
|
+
interface Array<T> {
|
|
4
|
+
[n: number]: T;
|
|
5
|
+
length: number;
|
|
6
|
+
readonly __state: true;
|
|
7
|
+
}
|
|
8
|
+
interface Boolean {
|
|
9
|
+
}
|
|
10
|
+
interface CallableFunction {
|
|
11
|
+
}
|
|
12
|
+
interface Function {
|
|
13
|
+
(...args: unknown[]): unknown;
|
|
14
|
+
}
|
|
15
|
+
interface IArguments {
|
|
16
|
+
}
|
|
17
|
+
interface NewableFunction {
|
|
18
|
+
}
|
|
19
|
+
interface Number {
|
|
20
|
+
}
|
|
21
|
+
interface Object {
|
|
22
|
+
}
|
|
23
|
+
interface RegExp {
|
|
24
|
+
}
|
|
25
|
+
interface String {
|
|
26
|
+
}
|
|
27
|
+
interface Promise<T> {
|
|
28
|
+
}
|
|
26
29
|
}
|
package/dist/globals.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2xvYmFscy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9nbG9iYWxzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxDQUFBIn0=
|
package/dist/implementation/generated/liana/schemas/boekhouding/resolved/refiners/unresolved.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as t_signatures from "../../../../../../../interface/generated/liana/schemas/boekhouding/signatures/resolved/refiners/unresolved";
|
|
1
|
+
import * as t_signatures from "../../../../../../../interface/generated/liana/schemas/boekhouding/signatures/resolved/refiners/unresolved.js";
|
|
2
2
|
export declare const Fiscaal: t_signatures.Fiscaal;
|
|
3
3
|
export declare const Grootboek_Categorieen: t_signatures.Grootboek_Categorieen;
|
|
4
4
|
export declare const Beheer: t_signatures.Beheer;
|