@keymanapp/kmc-model 17.0.155-alpha → 17.0.156-alpha
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/build/src/build-trie.d.ts +42 -40
- package/build/src/build-trie.d.ts.map +1 -1
- package/build/src/build-trie.js +370 -366
- package/build/src/build-trie.js.map +1 -1
- package/build/src/compiler-callbacks.d.ts +6 -4
- package/build/src/compiler-callbacks.d.ts.map +1 -1
- package/build/src/compiler-callbacks.js +7 -5
- package/build/src/compiler-callbacks.js.map +1 -1
- package/build/src/join-word-breaker-decorator.d.ts +12 -10
- package/build/src/join-word-breaker-decorator.d.ts.map +1 -1
- package/build/src/join-word-breaker-decorator.js +123 -121
- package/build/src/join-word-breaker-decorator.js.map +1 -1
- package/build/src/lexical-model-compiler.d.ts +19 -16
- package/build/src/lexical-model-compiler.d.ts.map +1 -1
- package/build/src/lexical-model-compiler.js +153 -150
- package/build/src/lexical-model-compiler.js.map +1 -1
- package/build/src/lexical-model.d.ts +137 -135
- package/build/src/lexical-model.d.ts.map +1 -1
- package/build/src/lexical-model.js +8 -6
- package/build/src/lexical-model.js.map +1 -1
- package/build/src/main.d.ts +19 -17
- package/build/src/main.d.ts.map +1 -1
- package/build/src/main.js +60 -60
- package/build/src/main.js.map +1 -1
- package/build/src/model-compiler-errors.d.ts +53 -51
- package/build/src/model-compiler-errors.d.ts.map +1 -1
- package/build/src/model-compiler-errors.js +58 -56
- package/build/src/model-compiler-errors.js.map +1 -1
- package/build/src/model-defaults.d.ts +58 -56
- package/build/src/model-defaults.d.ts.map +1 -1
- package/build/src/model-defaults.js +108 -106
- package/build/src/model-defaults.js.map +1 -1
- package/build/src/model-definitions.d.ts +73 -71
- package/build/src/model-definitions.d.ts.map +1 -1
- package/build/src/model-definitions.js +191 -189
- package/build/src/model-definitions.js.map +1 -1
- package/build/src/script-overrides-decorator.d.ts +6 -4
- package/build/src/script-overrides-decorator.d.ts.map +1 -1
- package/build/src/script-overrides-decorator.js +66 -64
- package/build/src/script-overrides-decorator.js.map +1 -1
- package/package.json +7 -7
|
@@ -1,106 +1,108 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
* language
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
.replace(
|
|
30
|
-
|
|
31
|
-
.
|
|
32
|
-
.replace(
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* language
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
//
|
|
58
|
-
//
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
.
|
|
64
|
-
.
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
.replace(
|
|
68
|
-
|
|
69
|
-
.
|
|
70
|
-
.replace(
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
//
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
|
|
1
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="61ea4f9f-b0d0-5f4c-b7bb-b818146e82c1")}catch(e){}}();
|
|
2
|
+
/**
|
|
3
|
+
* Converts wordforms into an indexable form. It does this by
|
|
4
|
+
* normalizing the letter case of characters INDIVIDUALLY (to disregard
|
|
5
|
+
* context-sensitive case transformations), normalizing to NFKD form,
|
|
6
|
+
* and removing common diacritical marks.
|
|
7
|
+
*
|
|
8
|
+
* This is a very speculative implementation, that might work with
|
|
9
|
+
* your language. We don't guarantee that this will be perfect for your
|
|
10
|
+
* language, but it's a start.
|
|
11
|
+
*
|
|
12
|
+
* This uses String.prototype.normalize() to convert normalize into NFKD.
|
|
13
|
+
* NFKD neutralizes some funky distinctions, e.g., ꬲ, e, e should all be the
|
|
14
|
+
* same character; plus, it's an easy way to separate a Latin character from
|
|
15
|
+
* its diacritics; Even then, orthographies regularly use code points
|
|
16
|
+
* that, under NFKD normalization, do NOT decompose appropriately for your
|
|
17
|
+
* language (e.g., SENĆOŦEN, Plains Cree in syllabics).
|
|
18
|
+
*
|
|
19
|
+
* Use this in early iterations of the model. For a production lexical model,
|
|
20
|
+
* you will probably write/generate your own key function, tailored to your
|
|
21
|
+
* language. There is a chance the default will work properly out of the box.
|
|
22
|
+
*/
|
|
23
|
+
export function defaultSearchTermToKey(wordform) {
|
|
24
|
+
return wordform
|
|
25
|
+
.normalize('NFKD')
|
|
26
|
+
// Remove any combining diacritics (if input is in NFKD)
|
|
27
|
+
.replace(/[\u0300-\u036F]/g, '')
|
|
28
|
+
// Replace directional quotation marks with plain apostrophes
|
|
29
|
+
.replace(/‘/, "'")
|
|
30
|
+
.replace(/’/, "'")
|
|
31
|
+
// Also double-quote marks.
|
|
32
|
+
.replace(/“/, '"')
|
|
33
|
+
.replace(/”/, '"');
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Converts wordforms into an indexable form. It does this by
|
|
37
|
+
* normalizing the letter case of characters INDIVIDUALLY (to disregard
|
|
38
|
+
* context-sensitive case transformations), normalizing to NFKD form,
|
|
39
|
+
* and removing common diacritical marks.
|
|
40
|
+
*
|
|
41
|
+
* This is a very speculative implementation, that might work with
|
|
42
|
+
* your language. We don't guarantee that this will be perfect for your
|
|
43
|
+
* language, but it's a start.
|
|
44
|
+
*
|
|
45
|
+
* This uses String.prototype.normalize() to convert normalize into NFKD.
|
|
46
|
+
* NFKD neutralizes some funky distinctions, e.g., ꬲ, e, e should all be the
|
|
47
|
+
* same character; plus, it's an easy way to separate a Latin character from
|
|
48
|
+
* its diacritics; Even then, orthographies regularly use code points
|
|
49
|
+
* that, under NFKD normalization, do NOT decompose appropriately for your
|
|
50
|
+
* language (e.g., SENĆOŦEN, Plains Cree in syllabics).
|
|
51
|
+
*
|
|
52
|
+
* Use this in early iterations of the model. For a production lexical model,
|
|
53
|
+
* you will probably write/generate your own key function, tailored to your
|
|
54
|
+
* language. There is a chance the default will work properly out of the box.
|
|
55
|
+
*/
|
|
56
|
+
export function defaultCasedSearchTermToKey(wordform, applyCasing) {
|
|
57
|
+
// While this is a bit WET, as the basic `defaultSearchTermToKey` exists and performs some of
|
|
58
|
+
// the same functions, repetition is the easiest way to allow the function to be safely compiled
|
|
59
|
+
// with ease by use of `.toString()`.
|
|
60
|
+
return Array.from(wordform
|
|
61
|
+
.normalize('NFKD')
|
|
62
|
+
// Remove any combining diacritics (if input is in NFKD)
|
|
63
|
+
.replace(/[\u0300-\u036F]/g, '')) // end of `Array.from`
|
|
64
|
+
.map(function (c) { return applyCasing('lower', c); })
|
|
65
|
+
.join('')
|
|
66
|
+
// Replace directional quotation marks with plain apostrophes
|
|
67
|
+
.replace(/‘/, "'")
|
|
68
|
+
.replace(/’/, "'")
|
|
69
|
+
// Also double-quote marks.
|
|
70
|
+
.replace(/“/, '"')
|
|
71
|
+
.replace(/”/, '"');
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Specifies default casing behavior for lexical models when `languageUsesCasing` is
|
|
75
|
+
* set to true.
|
|
76
|
+
* @param casing One of 'lower' (lowercased), 'upper' (uppercased), or 'initial'.
|
|
77
|
+
*
|
|
78
|
+
* 'initial' is designed to cover cases like sentence-initial & proper noun capitalization in English.
|
|
79
|
+
* This may be overwritten as appropriate in model-specific implementations.
|
|
80
|
+
* @param text The text to be modified.
|
|
81
|
+
*/
|
|
82
|
+
export function defaultApplyCasing(casing, text) {
|
|
83
|
+
switch (casing) {
|
|
84
|
+
case 'lower':
|
|
85
|
+
return text.toLowerCase();
|
|
86
|
+
case 'upper':
|
|
87
|
+
return text.toUpperCase();
|
|
88
|
+
case 'initial':
|
|
89
|
+
var headCode = text.charCodeAt(0);
|
|
90
|
+
// The length of the first code unit, as measured in code points.
|
|
91
|
+
var headUnitLength = 1;
|
|
92
|
+
// Is the first character a high surrogate, indicating possible use of UTF-16
|
|
93
|
+
// surrogate pairs? Also, is the string long enough for there to BE a pair?
|
|
94
|
+
if (text.length > 1 && headCode >= 0xD800 && headCode <= 0xDBFF) {
|
|
95
|
+
// It's possible, so now we check for low surrogates.
|
|
96
|
+
var lowSurrogateCode = text.charCodeAt(1);
|
|
97
|
+
if (lowSurrogateCode >= 0xDC00 && lowSurrogateCode <= 0xDFFF) {
|
|
98
|
+
// We have a surrogate pair; this pair is the 'first' character.
|
|
99
|
+
headUnitLength++;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
// Capitalizes the first code unit of the string, leaving the rest intact.
|
|
103
|
+
return text.substring(0, headUnitLength).toUpperCase() // head - uppercased
|
|
104
|
+
.concat(text.substring(headUnitLength)); // tail - lowercased
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
//# debugId=61ea4f9f-b0d0-5f4c-b7bb-b818146e82c1
|
|
108
|
+
//# sourceMappingURL=model-defaults.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"
|
|
1
|
+
{"debug_id":"61ea4f9f-b0d0-5f4c-b7bb-b818146e82c1","file":"model-defaults.js","mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,UAAU,sBAAsB,CAAC,QAAgB;IACrD,OAAO,QAAQ;SACV,SAAS,CAAC,MAAM,CAAC;QAClB,wDAAwD;SACvD,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;QAChC,6DAA6D;SAC5D,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC;SACjB,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC;QAClB,2BAA2B;SAC1B,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC;SACjB,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;AACzB,CAAC;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,UAAU,2BAA2B,CAAC,QAAgB,EAAE,WAA2B;IACvF,6FAA6F;IAC7F,gGAAgG;IAChG,qCAAqC;IACrC,OAAO,KAAK,CAAC,IAAI,CAAC,QAAQ;SACnB,SAAS,CAAC,MAAM,CAAC;QAClB,wDAAwD;SACvD,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC,CACjC,CAAC,sBAAsB;SACvB,GAAG,CAAC,UAAS,CAAC,IAAI,OAAO,WAAW,CAAC,OAAO,EAAE,CAAC,CAAC,CAAA,CAAA,CAAC,CAAC;SAClD,IAAI,CAAC,EAAE,CAAC;QACT,6DAA6D;SAC5D,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC;SACjB,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC;QAClB,2BAA2B;SAC1B,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC;SACjB,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;AACzB,CAAC;AAED;;;;;;;;GAQG;AACH,MAAM,UAAU,kBAAkB,CAAC,MAAkB,EAAE,IAAY;IACjE,QAAO,MAAM,EAAE;QACb,KAAK,OAAO;YACV,OAAO,IAAI,CAAC,WAAW,EAAE,CAAC;QAC5B,KAAK,OAAO;YACV,OAAO,IAAI,CAAC,WAAW,EAAE,CAAC;QAC5B,KAAK,SAAS;YACZ,IAAI,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;YAClC,iEAAiE;YACjE,IAAI,cAAc,GAAG,CAAC,CAAC;YAEvB,6EAA6E;YAC7E,4EAA4E;YAC5E,IAAG,IAAI,CAAC,MAAM,GAAG,CAAC,IAAI,QAAQ,IAAI,MAAM,IAAI,QAAQ,IAAI,MAAM,EAAE;gBAC9D,qDAAqD;gBACrD,IAAI,gBAAgB,GAAG,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;gBAE1C,IAAG,gBAAgB,IAAI,MAAM,IAAI,gBAAgB,IAAI,MAAM,EAAE;oBAC3D,gEAAgE;oBAChE,cAAc,EAAE,CAAC;iBAClB;aACF;YAED,0EAA0E;YAC1E,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,cAAc,CAAC,CAAC,WAAW,EAAE,CAAC,oBAAoB;iBACnE,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,CAAQ,oBAAoB;KAC9E;AACH,CAAC","names":[],"sourceRoot":"","sources":["../../src/model-defaults.ts"],"version":3}
|
|
@@ -1,71 +1,73 @@
|
|
|
1
|
-
/// <reference types="@keymanapp/models-types" />
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
*
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
*
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
1
|
+
/// <reference types="@keymanapp/models-types" />
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="da50a2a7-71d5-57a0-9a0c-c905d304ad11")}catch(e){}}();
|
|
3
|
+
import { LexicalModelSource, WordformToKeySpec } from "./lexical-model.js";
|
|
4
|
+
/**
|
|
5
|
+
* Processes certain defined model behaviors in such a way that the needed closures
|
|
6
|
+
* may be safely compiled to a JS file and loaded within the LMLayer.
|
|
7
|
+
*
|
|
8
|
+
* This is accomplished by writing out a 'pseudoclosure' within the model's IIFE,
|
|
9
|
+
* then used to build _actual_ closures at LMLayer load time. This 'pseudoclosure'
|
|
10
|
+
* will very closely match the organizational patterns of this class in order to
|
|
11
|
+
* facilitate the maintenance of this approach.
|
|
12
|
+
*/
|
|
13
|
+
export declare class ModelDefinitions {
|
|
14
|
+
static readonly COMPILED_NAME = "definitions";
|
|
15
|
+
/**
|
|
16
|
+
* A closure fully implementing the model's defined `applyCasing` behavior with
|
|
17
|
+
* the function parameter preset to the version-appropriate default.
|
|
18
|
+
* `defaults.applyCasing` is captured as part of the closure.
|
|
19
|
+
*
|
|
20
|
+
* During compilation of some models (such as Trie-based wordlist templated models),
|
|
21
|
+
* this closure will be directly used as part of searchTermToKey.
|
|
22
|
+
*
|
|
23
|
+
* In compiled code, this will instead be defined in-line as an autogenerated closure
|
|
24
|
+
* using the other properties of the pseudoclosure.
|
|
25
|
+
*/
|
|
26
|
+
applyCasing?: CasingFunction;
|
|
27
|
+
/**
|
|
28
|
+
* A closure fully implementing the model's defined `searchTermToKey` behavior
|
|
29
|
+
* based upon the model's specified casing rules. The `applyCasing` closure is
|
|
30
|
+
* itself captured within this closure.
|
|
31
|
+
*
|
|
32
|
+
* During compilation of some models (such as Trie-based wordlist templated models),
|
|
33
|
+
* this closure will be directly utilized when compiling the lexicon.
|
|
34
|
+
*
|
|
35
|
+
* In compiled code, this will instead be defined in-line as an autogenerated closure
|
|
36
|
+
* using the other properties of the pseudoclosure.
|
|
37
|
+
*/
|
|
38
|
+
searchTermToKey?: WordformToKeySpec;
|
|
39
|
+
/**
|
|
40
|
+
* Contains embedded 'default' implementations that may be needed for
|
|
41
|
+
* closures in the compiled version, annotated with the current version
|
|
42
|
+
* of Developer.
|
|
43
|
+
*/
|
|
44
|
+
private defaults;
|
|
45
|
+
/**
|
|
46
|
+
* Contains the model-specific definitions specified in the model's source.
|
|
47
|
+
*
|
|
48
|
+
* These definitions may expect `defaults.applyCasing` as a parameter in
|
|
49
|
+
* their final closures.
|
|
50
|
+
*/
|
|
51
|
+
private model;
|
|
52
|
+
constructor(modelSource: LexicalModelSource);
|
|
53
|
+
/**
|
|
54
|
+
* Writes out a compiled JS version of the pseudoclosure, preserving all function
|
|
55
|
+
* implementations.
|
|
56
|
+
*
|
|
57
|
+
* This should be written to the file within the same IIFE as the model but BEFORE
|
|
58
|
+
* the model itself, as the model will need to refer to the definitions herein.
|
|
59
|
+
*/
|
|
60
|
+
compileDefinitions(): string;
|
|
61
|
+
/**
|
|
62
|
+
* Compiles the model-options entry for `searchTermToKey` in reference to the
|
|
63
|
+
* compiled pseudoclosure.
|
|
64
|
+
*/
|
|
65
|
+
compileSearchTermToKey(): string;
|
|
66
|
+
/**
|
|
67
|
+
* Compiles the model-options entry for `applyCasing` in reference to the
|
|
68
|
+
* compiled pseudoclosure.
|
|
69
|
+
*/
|
|
70
|
+
compileApplyCasing(): string;
|
|
71
|
+
}
|
|
72
|
+
//# debugId=da50a2a7-71d5-57a0-9a0c-c905d304ad11
|
|
73
|
+
//# sourceMappingURL=model-definitions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"
|
|
1
|
+
{"debug_id":"da50a2a7-71d5-57a0-9a0c-c905d304ad11","file":"model-definitions.d.ts","mappings":";;AAMA,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAE3E;;;;;;;;GAQG;AACH,qBAAa,gBAAgB;IAC3B,MAAM,CAAC,QAAQ,CAAC,aAAa,iBAAiB;IAC9C;;;;;;;;;;OAUG;IACH,WAAW,CAAC,EAAE,cAAc,CAAC;IAE7B;;;;;;;;;;OAUG;IACH,eAAe,CAAC,EAAE,iBAAiB,CAAC;IAEpC;;;;OAIG;IACH,OAAO,CAAC,QAAQ,CAKd;IAEF;;;;;OAKG;IACH,OAAO,CAAC,KAAK,CAGN;gBAEK,WAAW,EAAE,kBAAkB;IAsD3C;;;;;;OAMG;IACH,kBAAkB,IAAI,MAAM;IAuE5B;;;OAGG;IACH,sBAAsB,IAAI,MAAM;IAMhC;;;OAGG;IACH,kBAAkB,IAAI,MAAM;CAI7B","names":[],"sourceRoot":"","sources":["../../src/model-definitions.ts"],"version":3}
|