@keymanapp/kmc-generate 19.0.145-alpha → 19.0.151-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.
Files changed (28) hide show
  1. package/build/src/template/kmn-keyboard/HISTORY.md +6 -6
  2. package/build/src/template/kmn-keyboard/LICENSE.md +21 -21
  3. package/build/src/template/kmn-keyboard/README.md +18 -18
  4. package/build/src/template/kmn-keyboard/keyboard.kpj +8 -8
  5. package/build/src/template/kmn-keyboard/source/keyboard.keyman-touch-layout +655 -655
  6. package/build/src/template/kmn-keyboard/source/keyboard.kmn +14 -14
  7. package/build/src/template/kmn-keyboard/source/keyboard.kps +45 -45
  8. package/build/src/template/kmn-keyboard/source/keyboard.kvks +8 -8
  9. package/build/src/template/kmn-keyboard/source/readme.htm +24 -24
  10. package/build/src/template/kmn-keyboard/source/welcome.htm +25 -25
  11. package/build/src/template/ldml-keyboard/HISTORY.md +6 -6
  12. package/build/src/template/ldml-keyboard/LICENSE.md +21 -21
  13. package/build/src/template/ldml-keyboard/README.md +18 -18
  14. package/build/src/template/ldml-keyboard/keyboard.kpj +8 -8
  15. package/build/src/template/ldml-keyboard/source/keyboard.kps +42 -42
  16. package/build/src/template/ldml-keyboard/source/keyboard.xml +40 -40
  17. package/build/src/template/ldml-keyboard/source/readme.htm +24 -24
  18. package/build/src/template/ldml-keyboard/source/welcome.htm +25 -25
  19. package/build/src/template/wordlist-lexical-model/HISTORY.md +6 -6
  20. package/build/src/template/wordlist-lexical-model/LICENSE.md +21 -21
  21. package/build/src/template/wordlist-lexical-model/README.md +13 -13
  22. package/build/src/template/wordlist-lexical-model/model.kpj +10 -10
  23. package/build/src/template/wordlist-lexical-model/source/model.kps +42 -42
  24. package/build/src/template/wordlist-lexical-model/source/model.ts +13 -13
  25. package/build/src/template/wordlist-lexical-model/source/readme.htm +24 -24
  26. package/build/src/template/wordlist-lexical-model/source/welcome.htm +27 -27
  27. package/build/src/template/wordlist-lexical-model/source/wordlist.tsv +15 -15
  28. package/package.json +66 -65
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- $FULLCOPYRIGHT
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ $FULLCOPYRIGHT
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,13 +1,13 @@
1
- $NAME lexical model
2
- ===================
3
-
4
- Description
5
- -----------
6
- $DESCRIPTION
7
-
8
- Links
9
- -----
10
-
11
- Copyright
12
- ---------
13
- See [LICENSE.md](LICENSE.md)
1
+ $NAME lexical model
2
+ ===================
3
+
4
+ Description
5
+ -----------
6
+ $DESCRIPTION
7
+
8
+ Links
9
+ -----
10
+
11
+ Copyright
12
+ ---------
13
+ See [LICENSE.md](LICENSE.md)
@@ -1,10 +1,10 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <KeymanDeveloperProject>
3
- <Options>
4
- <Version>2.0</Version>
5
- <SkipMetadataFiles>True</SkipMetadataFiles>
6
- <ProjectType>lexicalmodel</ProjectType>
7
- <CompilerWarningsAsErrors>True</CompilerWarningsAsErrors>
8
- <CheckFilenameConventions>True</CheckFilenameConventions>
9
- </Options>
10
- </KeymanDeveloperProject>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <KeymanDeveloperProject>
3
+ <Options>
4
+ <Version>2.0</Version>
5
+ <SkipMetadataFiles>True</SkipMetadataFiles>
6
+ <ProjectType>lexicalmodel</ProjectType>
7
+ <CompilerWarningsAsErrors>True</CompilerWarningsAsErrors>
8
+ <CheckFilenameConventions>True</CheckFilenameConventions>
9
+ </Options>
10
+ </KeymanDeveloperProject>
@@ -1,42 +1,42 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <Package>
3
- <System>
4
- <KeymanDeveloperVersion>$KEYMANVERSION</KeymanDeveloperVersion>
5
- <FileVersion>12.0</FileVersion>
6
- </System>
7
- <Options>
8
- <ExecuteProgram></ExecuteProgram>
9
- <ReadMeFile>readme.htm</ReadMeFile>
10
- <LicenseFile>..\LICENSE.md</LicenseFile>
11
- </Options>
12
- <Info>
13
- <Name URL="">$NAME</Name>
14
- <Copyright URL="">$COPYRIGHT</Copyright>
15
- <Author URL="">$AUTHOR</Author>
16
- <Version URL="">$VERSION</Version>
17
- <Description URL="">$DESCRIPTION</Description>
18
- </Info>
19
- <Files>
20
- <File>
21
- <Name>..\build\$ID.model.js</Name>
22
- </File>
23
- <File>
24
- <Name>welcome.htm</Name>
25
- </File>
26
- <File>
27
- <Name>readme.htm</Name>
28
- </File>
29
- <File>
30
- <Name>..\LICENSE.md</Name>
31
- </File>
32
- </Files>
33
- <Keyboards/>
34
- <LexicalModels>
35
- <LexicalModel>
36
- <Name>$NAME</Name>
37
- <ID>$ID</ID>
38
- $PACKAGE_LANGUAGES
39
- </LexicalModel>
40
- </LexicalModels>
41
- <RelatedPackages/>
42
- </Package>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <Package>
3
+ <System>
4
+ <KeymanDeveloperVersion>$KEYMANVERSION</KeymanDeveloperVersion>
5
+ <FileVersion>12.0</FileVersion>
6
+ </System>
7
+ <Options>
8
+ <ExecuteProgram></ExecuteProgram>
9
+ <ReadMeFile>readme.htm</ReadMeFile>
10
+ <LicenseFile>..\LICENSE.md</LicenseFile>
11
+ </Options>
12
+ <Info>
13
+ <Name URL="">$NAME</Name>
14
+ <Copyright URL="">$COPYRIGHT</Copyright>
15
+ <Author URL="">$AUTHOR</Author>
16
+ <Version URL="">$VERSION</Version>
17
+ <Description URL="">$DESCRIPTION</Description>
18
+ </Info>
19
+ <Files>
20
+ <File>
21
+ <Name>..\build\$ID.model.js</Name>
22
+ </File>
23
+ <File>
24
+ <Name>welcome.htm</Name>
25
+ </File>
26
+ <File>
27
+ <Name>readme.htm</Name>
28
+ </File>
29
+ <File>
30
+ <Name>..\LICENSE.md</Name>
31
+ </File>
32
+ </Files>
33
+ <Keyboards/>
34
+ <LexicalModels>
35
+ <LexicalModel>
36
+ <Name>$NAME</Name>
37
+ <ID>$ID</ID>
38
+ $PACKAGE_LANGUAGES
39
+ </LexicalModel>
40
+ </LexicalModels>
41
+ <RelatedPackages/>
42
+ </Package>
@@ -1,14 +1,14 @@
1
- /*
2
- $NAME $VERSION
3
-
4
- This is a minimal lexical model source that uses a tab delimited wordlist.
5
- See documentation online at https://help.keyman.com/developer/ for
6
- additional parameters.
7
- */
8
-
9
- const source: LexicalModelSource = {
10
- format: 'trie-1.0',
11
- wordBreaker: 'default',
12
- sources: ['wordlist.tsv'],
13
- };
1
+ /*
2
+ $NAME $VERSION
3
+
4
+ This is a minimal lexical model source that uses a tab delimited wordlist.
5
+ See documentation online at https://help.keyman.com/developer/ for
6
+ additional parameters.
7
+ */
8
+
9
+ const source: LexicalModelSource = {
10
+ format: 'trie-1.0',
11
+ wordBreaker: 'default',
12
+ sources: ['wordlist.tsv'],
13
+ };
14
14
  export default source;
@@ -1,24 +1,24 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <title>$NAME</title>
7
- <style type="text/css">
8
- p { font: 10pt Tahoma; }
9
- h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
10
- h2 { font: bold 12pt Tahoma; color: #4444cc; }
11
- </style>
12
- </head>
13
- <body>
14
-
15
- <h1>$NAME</h1>
16
-
17
- <p>
18
- $DESCRIPTION
19
- </p>
20
-
21
- <p>$COPYRIGHT</p>
22
-
23
- </body>
24
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>$NAME</title>
7
+ <style type="text/css">
8
+ p { font: 10pt Tahoma; }
9
+ h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
10
+ h2 { font: bold 12pt Tahoma; color: #4444cc; }
11
+ </style>
12
+ </head>
13
+ <body>
14
+
15
+ <h1>$NAME</h1>
16
+
17
+ <p>
18
+ $DESCRIPTION
19
+ </p>
20
+
21
+ <p>$COPYRIGHT</p>
22
+
23
+ </body>
24
+ </html>
@@ -1,28 +1,28 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <title>Start Using $NAME</title>
7
- <style type="text/css">
8
- p { font: 10pt Tahoma; }
9
- h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
10
- h2 { font: bold 12pt Tahoma; color: #4444cc; }
11
- </style>
12
- </head>
13
- <body>
14
-
15
- <h1>Start Using $NAME</h1>
16
-
17
- <p>
18
- $DESCRIPTION
19
- </p>
20
-
21
- <h1>Wordlist Model Documentation</h1>
22
-
23
- <!-- Insert HTML documentation here -->
24
-
25
- <p>$COPYRIGHT</p>
26
-
27
- </body>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>Start Using $NAME</title>
7
+ <style type="text/css">
8
+ p { font: 10pt Tahoma; }
9
+ h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
10
+ h2 { font: bold 12pt Tahoma; color: #4444cc; }
11
+ </style>
12
+ </head>
13
+ <body>
14
+
15
+ <h1>Start Using $NAME</h1>
16
+
17
+ <p>
18
+ $DESCRIPTION
19
+ </p>
20
+
21
+ <h1>Wordlist Model Documentation</h1>
22
+
23
+ <!-- Insert HTML documentation here -->
24
+
25
+ <p>$COPYRIGHT</p>
26
+
27
+ </body>
28
28
  </html>
@@ -1,16 +1,16 @@
1
- #
2
- # $NAME $VERSION generated from template.
3
- #
4
- # This is an example tab-separated wordlist file that can be edited in a spreadsheet
5
- # program or regenerated from a wordlist tool. See lexical model documentation at
6
- # https://help.keyman.com/developer/ for tools.
7
- #
8
- # Columns
9
- # =======
10
- # WORD FREQUENCY (Optional)NOTES
11
- #
12
- the 100
13
- example 5
14
- hello 10
15
- world 8
1
+ #
2
+ # $NAME $VERSION generated from template.
3
+ #
4
+ # This is an example tab-separated wordlist file that can be edited in a spreadsheet
5
+ # program or regenerated from a wordlist tool. See lexical model documentation at
6
+ # https://help.keyman.com/developer/ for tools.
7
+ #
8
+ # Columns
9
+ # =======
10
+ # WORD FREQUENCY (Optional)NOTES
11
+ #
12
+ the 100
13
+ example 5
14
+ hello 10
15
+ world 8
16
16
  wordlist 3
package/package.json CHANGED
@@ -1,65 +1,66 @@
1
- {
2
- "name": "@keymanapp/kmc-generate",
3
- "description": "Keyman Developer generate module",
4
- "keywords": [
5
- "keyboard",
6
- "keyman",
7
- "ldml",
8
- "unicode"
9
- ],
10
- "type": "module",
11
- "exports": {
12
- ".": "./build/src/main.js"
13
- },
14
- "files": [
15
- "/build/src/"
16
- ],
17
- "scripts": {
18
- "build": "gosh ./build.sh build",
19
- "lint": "eslint .",
20
- "test": "gosh ./build.sh test"
21
- },
22
- "author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
23
- "license": "MIT",
24
- "bugs": {
25
- "url": "https://github.com/keymanapp/keyman/issues"
26
- },
27
- "dependencies": {
28
- "@keymanapp/common-types": "19.0.145-alpha",
29
- "@keymanapp/developer-utils": "19.0.145-alpha",
30
- "@keymanapp/keyman-version": "19.0.145-alpha",
31
- "@keymanapp/langtags": "19.0.145-alpha"
32
- },
33
- "devDependencies": {
34
- "@keymanapp/developer-test-helpers": "19.0.145-alpha",
35
- "@keymanapp/resources-gosh": "19.0.145-alpha",
36
- "@types/node": "^20.4.1",
37
- "@types/semver": "^7.3.12",
38
- "c8": "^7.12.0",
39
- "chalk": "^2.4.2",
40
- "typescript": "^5.4.5"
41
- },
42
- "mocha": {
43
- "spec": "build/test/**/*.tests.js",
44
- "require": [
45
- "source-map-support/register"
46
- ]
47
- },
48
- "c8": {
49
- "all": true,
50
- "src": [
51
- "src/"
52
- ],
53
- "exclude-after-remap": true,
54
- "exclude": [
55
- "test/",
56
- "src/template/",
57
- "src/main.ts"
58
- ]
59
- },
60
- "repository": {
61
- "type": "git",
62
- "url": "git+https://github.com/keymanapp/keyman.git"
63
- },
64
- "version": "19.0.145-alpha"
65
- }
1
+ {
2
+ "name": "@keymanapp/kmc-generate",
3
+ "description": "Keyman Developer generate module",
4
+ "keywords": [
5
+ "keyboard",
6
+ "keyman",
7
+ "ldml",
8
+ "unicode"
9
+ ],
10
+ "type": "module",
11
+ "exports": {
12
+ ".": "./build/src/main.js"
13
+ },
14
+ "files": [
15
+ "/build/src/"
16
+ ],
17
+ "scripts": {
18
+ "build": "gosh ./build.sh build",
19
+ "lint": "eslint .",
20
+ "test": "gosh ./build.sh test"
21
+ },
22
+ "author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
23
+ "license": "MIT",
24
+ "bugs": {
25
+ "url": "https://github.com/keymanapp/keyman/issues"
26
+ },
27
+ "dependencies": {
28
+ "@keymanapp/common-types": "19.0.151-alpha",
29
+ "@keymanapp/developer-utils": "19.0.151-alpha",
30
+ "@keymanapp/keyman-version": "19.0.151-alpha",
31
+ "@keymanapp/langtags": "19.0.151-alpha"
32
+ },
33
+ "devDependencies": {
34
+ "@keymanapp/developer-test-helpers": "19.0.151-alpha",
35
+ "@keymanapp/resources-gosh": "19.0.151-alpha",
36
+ "@types/node": "^20.4.1",
37
+ "@types/semver": "^7.3.12",
38
+ "c8": "^7.12.0",
39
+ "chalk": "^2.4.2",
40
+ "typescript": "^5.4.5"
41
+ },
42
+ "mocha": {
43
+ "spec": "build/test/**/*.tests.js",
44
+ "require": [
45
+ "source-map-support/register"
46
+ ]
47
+ },
48
+ "c8": {
49
+ "all": true,
50
+ "src": [
51
+ "src/"
52
+ ],
53
+ "exclude-after-remap": true,
54
+ "exclude": [
55
+ "test/",
56
+ "src/template/",
57
+ "src/main.ts"
58
+ ]
59
+ },
60
+ "repository": {
61
+ "type": "git",
62
+ "url": "git+https://github.com/keymanapp/keyman.git",
63
+ "directory": "developer/src/kmc-generate"
64
+ },
65
+ "version": "19.0.151-alpha"
66
+ }