@keymanapp/common-types 17.0.199-alpha → 17.0.200-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 (40) hide show
  1. package/build/src/import/techpreview/cldr_info.json +3 -3
  2. package/build/src/import/techpreview/keys-Latn-implied.xml +63 -63
  3. package/build/src/import/techpreview/keys-Zyyy-currency.xml +6 -6
  4. package/build/src/import/techpreview/keys-Zyyy-punctuation.xml +35 -35
  5. package/build/src/kmx/kmx-plus-builder/build-keys.d.ts +3 -4
  6. package/build/src/kmx/kmx-plus-builder/build-keys.d.ts.map +1 -1
  7. package/build/src/kmx/kmx-plus-builder/build-keys.js +3 -4
  8. package/build/src/kmx/kmx-plus-builder/build-keys.js.map +1 -1
  9. package/build/src/kmx/kmx-plus-builder/build-meta.d.ts +3 -3
  10. package/build/src/kmx/kmx-plus-builder/build-meta.d.ts.map +1 -1
  11. package/build/src/kmx/kmx-plus-builder/build-meta.js +3 -3
  12. package/build/src/kmx/kmx-plus-builder/build-meta.js.map +1 -1
  13. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.d.ts +2 -4
  14. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.d.ts.map +1 -1
  15. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.js +2 -6
  16. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.js.map +1 -1
  17. package/build/src/kmx/kmx-plus.d.ts +5 -19
  18. package/build/src/kmx/kmx-plus.d.ts.map +1 -1
  19. package/build/src/kmx/kmx-plus.js +9 -44
  20. package/build/src/kmx/kmx-plus.js.map +1 -1
  21. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.d.ts +1 -1
  22. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.js +10 -10
  23. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.js.map +1 -1
  24. package/build/src/ldml-keyboard/ldml-keyboard-xml.d.ts +21 -27
  25. package/build/src/ldml-keyboard/ldml-keyboard-xml.d.ts.map +1 -1
  26. package/build/src/ldml-keyboard/ldml-keyboard-xml.js +2 -4
  27. package/build/src/ldml-keyboard/ldml-keyboard-xml.js.map +1 -1
  28. package/build/src/schemas/ldml-keyboard3.schema.d.ts +47 -68
  29. package/build/src/schemas/ldml-keyboard3.schema.d.ts.map +1 -1
  30. package/build/src/schemas/ldml-keyboard3.schema.js +58 -83
  31. package/build/src/schemas/ldml-keyboard3.schema.js.map +1 -1
  32. package/build/src/schemas/ldml-keyboard3.schema.validator.mjs +809 -893
  33. package/build/src/schemas/ldml-keyboard3.schema.validator.mjs.map +1 -1
  34. package/build/src/schemas.d.ts +47 -68
  35. package/build/src/schemas.d.ts.map +1 -1
  36. package/package.json +2 -2
  37. package/build/src/kmx/kmx-plus-builder/build-name.d.ts +0 -14
  38. package/build/src/kmx/kmx-plus-builder/build-name.d.ts.map +0 -1
  39. package/build/src/kmx/kmx-plus-builder/build-name.js +0 -25
  40. package/build/src/kmx/kmx-plus-builder/build-name.js.map +0 -1
@@ -1,4 +1,4 @@
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]="daed81af-ca7d-5d93-8992-ca0f205a027a")}catch(e){}}();
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]="860a4d08-e664-5e46-a06d-97b6a199a65d")}catch(e){}}();
2
2
  declare const Schemas: {
3
3
  kpj: {
4
4
  title: string;
@@ -444,10 +444,10 @@ declare const Schemas: {
444
444
  display: {
445
445
  type: string;
446
446
  };
447
- id: {
447
+ keyId: {
448
448
  type: string;
449
449
  };
450
- to: {
450
+ output: {
451
451
  type: string;
452
452
  };
453
453
  };
@@ -491,12 +491,35 @@ declare const Schemas: {
491
491
  type: string;
492
492
  };
493
493
  flick: {
494
+ additionalProperties: boolean;
495
+ properties: {
496
+ flickSegment: {
497
+ items: {
498
+ $ref: string;
499
+ };
500
+ minItems: number;
501
+ type: string;
502
+ };
503
+ id: {
504
+ type: string;
505
+ };
506
+ special: {
507
+ items: {
508
+ $ref: string;
509
+ };
510
+ type: string;
511
+ };
512
+ };
513
+ required: string[];
514
+ type: string;
515
+ };
516
+ flickSegment: {
494
517
  additionalProperties: boolean;
495
518
  properties: {
496
519
  directions: {
497
520
  type: string;
498
521
  };
499
- to: {
522
+ keyId: {
500
523
  type: string;
501
524
  };
502
525
  };
@@ -510,10 +533,12 @@ declare const Schemas: {
510
533
  items: {
511
534
  $ref: string;
512
535
  };
513
- minItems: number;
514
536
  type: string;
515
537
  };
516
- id: {
538
+ import: {
539
+ items: {
540
+ $ref: string;
541
+ };
517
542
  type: string;
518
543
  };
519
544
  special: {
@@ -523,7 +548,6 @@ declare const Schemas: {
523
548
  type: string;
524
549
  };
525
550
  };
526
- required: string[];
527
551
  type: string;
528
552
  };
529
553
  form: {
@@ -599,16 +623,17 @@ declare const Schemas: {
599
623
  layout: {
600
624
  type: string;
601
625
  };
602
- normalization: {
626
+ name: {
603
627
  type: string;
604
628
  };
605
629
  };
630
+ required: string[];
606
631
  type: string;
607
632
  };
608
633
  key: {
609
634
  additionalProperties: boolean;
610
635
  properties: {
611
- flicks: {
636
+ flickId: {
612
637
  type: string;
613
638
  };
614
639
  gap: {
@@ -618,26 +643,22 @@ declare const Schemas: {
618
643
  id: {
619
644
  type: string;
620
645
  };
621
- longPress: {
646
+ layerId: {
622
647
  type: string;
623
648
  };
624
- longPressDefault: {
649
+ longPressDefaultKeyId: {
625
650
  type: string;
626
651
  };
627
- multiTap: {
652
+ longPressKeyIds: {
628
653
  type: string;
629
654
  };
630
- stretch: {
631
- enum: string[];
655
+ multiTapKeyIds: {
632
656
  type: string;
633
657
  };
634
- switch: {
658
+ output: {
635
659
  type: string;
636
660
  };
637
- to: {
638
- type: string;
639
- };
640
- transform: {
661
+ stretch: {
641
662
  enum: string[];
642
663
  type: string;
643
664
  };
@@ -651,12 +672,6 @@ declare const Schemas: {
651
672
  keys: {
652
673
  additionalProperties: boolean;
653
674
  properties: {
654
- flicks: {
655
- items: {
656
- $ref: string;
657
- };
658
- type: string;
659
- };
660
675
  import: {
661
676
  items: {
662
677
  $ref: string;
@@ -684,7 +699,7 @@ declare const Schemas: {
684
699
  id: {
685
700
  type: string;
686
701
  };
687
- modifier: {
702
+ modifiers: {
688
703
  type: string;
689
704
  };
690
705
  row: {
@@ -707,7 +722,7 @@ declare const Schemas: {
707
722
  layers: {
708
723
  additionalProperties: boolean;
709
724
  properties: {
710
- form: {
725
+ formId: {
711
726
  type: string;
712
727
  };
713
728
  import: {
@@ -757,42 +772,6 @@ declare const Schemas: {
757
772
  };
758
773
  type: string;
759
774
  };
760
- name: {
761
- additionalProperties: boolean;
762
- properties: {
763
- value: {
764
- type: string;
765
- };
766
- };
767
- required: string[];
768
- type: string;
769
- };
770
- names: {
771
- additionalProperties: boolean;
772
- properties: {
773
- import: {
774
- items: {
775
- $ref: string;
776
- };
777
- type: string;
778
- };
779
- name: {
780
- items: {
781
- $ref: string;
782
- };
783
- minItems: number;
784
- type: string;
785
- };
786
- special: {
787
- items: {
788
- $ref: string;
789
- };
790
- type: string;
791
- };
792
- };
793
- required: string[];
794
- type: string;
795
- };
796
775
  reorder: {
797
776
  additionalProperties: boolean;
798
777
  properties: {
@@ -854,7 +833,7 @@ declare const Schemas: {
854
833
  settings: {
855
834
  additionalProperties: boolean;
856
835
  properties: {
857
- fallback: {
836
+ normalization: {
858
837
  enum: string[];
859
838
  type: string;
860
839
  };
@@ -1023,6 +1002,9 @@ declare const Schemas: {
1023
1002
  displays: {
1024
1003
  $ref: string;
1025
1004
  };
1005
+ flicks: {
1006
+ $ref: string;
1007
+ };
1026
1008
  forms: {
1027
1009
  $ref: string;
1028
1010
  };
@@ -1050,9 +1032,6 @@ declare const Schemas: {
1050
1032
  locales: {
1051
1033
  $ref: string;
1052
1034
  };
1053
- names: {
1054
- $ref: string;
1055
- };
1056
1035
  settings: {
1057
1036
  $ref: string;
1058
1037
  };
@@ -1991,5 +1970,5 @@ declare const Schemas: {
1991
1970
  };
1992
1971
  };
1993
1972
  export default Schemas;
1994
- //# debugId=daed81af-ca7d-5d93-8992-ca0f205a027a
1973
+ //# debugId=860a4d08-e664-5e46-a06d-97b6a199a65d
1995
1974
  //# sourceMappingURL=schemas.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"daed81af-ca7d-5d93-8992-ca0f205a027a","file":"schemas.d.ts","mappings":";AAWA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUZ,CAAC;AAEF,eAAe,OAAO,CAAC","names":[],"sourceRoot":"","sources":["../../src/schemas.ts"],"version":3}
1
+ {"debug_id":"860a4d08-e664-5e46-a06d-97b6a199a65d","file":"schemas.d.ts","mappings":";AAWA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUZ,CAAC;AAEF,eAAe,OAAO,CAAC","names":[],"sourceRoot":"","sources":["../../src/schemas.ts"],"version":3}
package/package.json CHANGED
@@ -27,7 +27,7 @@
27
27
  "url": "https://github.com/keymanapp/keyman/issues"
28
28
  },
29
29
  "dependencies": {
30
- "@keymanapp/keyman-version": "17.0.199-alpha",
30
+ "@keymanapp/keyman-version": "17.0.200-alpha",
31
31
  "restructure": "git+https://github.com/keymanapp/dependency-restructure.git#7a188a1e26f8f36a175d95b67ffece8702363dfc",
32
32
  "semver": "^7.5.2",
33
33
  "xml2js": "git+https://github.com/keymanapp/dependency-node-xml2js#535fe732dc408d697e0f847c944cc45f0baf0829"
@@ -81,5 +81,5 @@
81
81
  "test/"
82
82
  ]
83
83
  },
84
- "version": "17.0.199-alpha"
84
+ "version": "17.0.200-alpha"
85
85
  }
@@ -1,14 +0,0 @@
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]="ff287893-829e-57b5-bed2-a7267d88502c")}catch(e){}}();
2
- import { KMXPlusData } from "../kmx-plus.js";
3
- import { BUILDER_STR_REF, BUILDER_STRS } from "./build-strs.js";
4
- import { BUILDER_SECTION } from "./builder-section.js";
5
- /**
6
- * Builder for the 'name' section
7
- */
8
- export interface BUILDER_NAME extends BUILDER_SECTION {
9
- count: number;
10
- items: BUILDER_STR_REF[];
11
- }
12
- export declare function build_name(kmxplus: KMXPlusData, sect_strs: BUILDER_STRS): BUILDER_NAME;
13
- //# debugId=ff287893-829e-57b5-bed2-a7267d88502c
14
- //# sourceMappingURL=build-name.d.ts.map
@@ -1 +0,0 @@
1
- {"debug_id":"ff287893-829e-57b5-bed2-a7267d88502c","file":"build-name.d.ts","mappings":";AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAoB,eAAe,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAClF,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,YAAa,SAAQ,eAAe;IACnD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,eAAe,EAAE,CAAC;CAC1B;AAED,wBAAgB,UAAU,CAAC,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,GAAG,YAAY,CAkBtF","names":[],"sourceRoot":"","sources":["../../../../src/kmx/kmx-plus-builder/build-name.ts"],"version":3}
@@ -1,25 +0,0 @@
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]="2cd09fcf-31cc-5bc5-a5d0-804980534933")}catch(e){}}();
2
- /* ------------------------------------------------------------------
3
- * name section
4
- ------------------------------------------------------------------ */
5
- import { constants } from "@keymanapp/ldml-keyboard-constants";
6
- import { build_strs_index } from "./build-strs.js";
7
- ;
8
- export function build_name(kmxplus, sect_strs) {
9
- if (!kmxplus.name.names.length) {
10
- return null;
11
- }
12
- let name = {
13
- ident: constants.hex_section_id(constants.section.name),
14
- size: constants.length_name + constants.length_name_item * kmxplus.name.names.length,
15
- _offset: 0,
16
- count: kmxplus.name.names.length,
17
- items: []
18
- };
19
- for (let item of kmxplus.name.names) {
20
- name.items.push(build_strs_index(sect_strs, item));
21
- }
22
- return name;
23
- }
24
- //# debugId=2cd09fcf-31cc-5bc5-a5d0-804980534933
25
- //# sourceMappingURL=build-name.js.map
@@ -1 +0,0 @@
1
- {"debug_id":"2cd09fcf-31cc-5bc5-a5d0-804980534933","file":"build-name.js","mappings":";AACA;;wEAEwE;AAExE,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAE/D,OAAO,EAAE,gBAAgB,EAAiC,MAAM,iBAAiB,CAAC;AASjF,CAAC;AAEF,MAAM,UAAU,UAAU,CAAC,OAAoB,EAAE,SAAuB;IACtE,IAAG,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE;QAC7B,OAAO,IAAI,CAAC;KACb;IAED,IAAI,IAAI,GAAiB;QACvB,KAAK,EAAE,SAAS,CAAC,cAAc,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC;QACvD,IAAI,EAAE,SAAS,CAAC,WAAW,GAAG,SAAS,CAAC,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM;QACpF,OAAO,EAAE,CAAC;QACV,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM;QAChC,KAAK,EAAE,EAAE;KACV,CAAC;IAEF,KAAI,IAAI,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC,KAAK,EAAE;QAClC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC;KACpD;IAED,OAAO,IAAI,CAAC;AACd,CAAC","names":[],"sourceRoot":"","sources":["../../../../src/kmx/kmx-plus-builder/build-name.ts"],"version":3}