@keymanapp/kmc 17.0.96-alpha → 17.0.98-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.
@@ -375,39 +375,31 @@
375
375
  ],
376
376
  "type": "object"
377
377
  },
378
- "reorders": {
378
+ "row": {
379
379
  "additionalProperties": false,
380
380
  "properties": {
381
- "import": {
382
- "items": {
383
- "$ref": "#/definitions/import"
384
- },
385
- "type": "array"
386
- },
387
- "reorder": {
388
- "items": {
389
- "$ref": "#/definitions/reorder"
390
- },
391
- "type": "array"
392
- },
393
- "special": {
394
- "items": {
395
- "$ref": "#/definitions/special"
396
- },
397
- "type": "array"
381
+ "keys": {
382
+ "type": "string"
398
383
  }
399
384
  },
385
+ "required": [
386
+ "keys"
387
+ ],
400
388
  "type": "object"
401
389
  },
402
- "row": {
390
+ "set": {
403
391
  "additionalProperties": false,
404
392
  "properties": {
405
- "keys": {
393
+ "id": {
394
+ "type": "string"
395
+ },
396
+ "value": {
406
397
  "type": "string"
407
398
  }
408
399
  },
409
400
  "required": [
410
- "keys"
401
+ "id",
402
+ "value"
411
403
  ],
412
404
  "type": "object"
413
405
  },
@@ -419,18 +411,6 @@
419
411
  "omit"
420
412
  ],
421
413
  "type": "string"
422
- },
423
- "transformFailure": {
424
- "enum": [
425
- "omit"
426
- ],
427
- "type": "string"
428
- },
429
- "transformPartial": {
430
- "enum": [
431
- "hide"
432
- ],
433
- "type": "string"
434
414
  }
435
415
  },
436
416
  "type": "object"
@@ -438,18 +418,25 @@
438
418
  "special": {
439
419
  "$ref": "#/definitions/any"
440
420
  },
441
- "transform": {
421
+ "stringVariable": {
442
422
  "additionalProperties": false,
443
423
  "properties": {
444
- "before": {
424
+ "id": {
445
425
  "type": "string"
446
426
  },
447
- "error": {
448
- "enum": [
449
- "fail"
450
- ],
427
+ "value": {
451
428
  "type": "string"
452
- },
429
+ }
430
+ },
431
+ "required": [
432
+ "id",
433
+ "value"
434
+ ],
435
+ "type": "object"
436
+ },
437
+ "transform": {
438
+ "additionalProperties": false,
439
+ "properties": {
453
440
  "from": {
454
441
  "type": "string"
455
442
  },
@@ -462,7 +449,7 @@
462
449
  ],
463
450
  "type": "object"
464
451
  },
465
- "transforms": {
452
+ "transformGroup": {
466
453
  "additionalProperties": false,
467
454
  "properties": {
468
455
  "import": {
@@ -471,6 +458,12 @@
471
458
  },
472
459
  "type": "array"
473
460
  },
461
+ "reorder": {
462
+ "items": {
463
+ "$ref": "#/definitions/reorder"
464
+ },
465
+ "type": "array"
466
+ },
474
467
  "special": {
475
468
  "items": {
476
469
  "$ref": "#/definitions/special"
@@ -482,11 +475,34 @@
482
475
  "$ref": "#/definitions/transform"
483
476
  },
484
477
  "type": "array"
478
+ }
479
+ },
480
+ "type": "object"
481
+ },
482
+ "transforms": {
483
+ "additionalProperties": false,
484
+ "properties": {
485
+ "import": {
486
+ "items": {
487
+ "$ref": "#/definitions/import"
488
+ },
489
+ "type": "array"
490
+ },
491
+ "special": {
492
+ "items": {
493
+ "$ref": "#/definitions/special"
494
+ },
495
+ "type": "array"
496
+ },
497
+ "transformGroup": {
498
+ "items": {
499
+ "$ref": "#/definitions/transformGroup"
500
+ },
501
+ "type": "array"
485
502
  },
486
503
  "type": {
487
504
  "enum": [
488
505
  "simple",
489
- "final",
490
506
  "backspace"
491
507
  ],
492
508
  "type": "string"
@@ -497,6 +513,58 @@
497
513
  ],
498
514
  "type": "object"
499
515
  },
516
+ "unicodeSet": {
517
+ "additionalProperties": false,
518
+ "properties": {
519
+ "id": {
520
+ "type": "string"
521
+ },
522
+ "value": {
523
+ "type": "string"
524
+ }
525
+ },
526
+ "required": [
527
+ "id",
528
+ "value"
529
+ ],
530
+ "type": "object"
531
+ },
532
+ "variables": {
533
+ "additionalProperties": false,
534
+ "properties": {
535
+ "import": {
536
+ "items": {
537
+ "$ref": "#/definitions/import"
538
+ },
539
+ "type": "array"
540
+ },
541
+ "set": {
542
+ "items": {
543
+ "$ref": "#/definitions/set"
544
+ },
545
+ "type": "array"
546
+ },
547
+ "special": {
548
+ "items": {
549
+ "$ref": "#/definitions/special"
550
+ },
551
+ "type": "array"
552
+ },
553
+ "string": {
554
+ "items": {
555
+ "$ref": "#/definitions/stringVariable"
556
+ },
557
+ "type": "array"
558
+ },
559
+ "unicodeSet": {
560
+ "items": {
561
+ "$ref": "#/definitions/unicodeSet"
562
+ },
563
+ "type": "array"
564
+ }
565
+ },
566
+ "type": "object"
567
+ },
500
568
  "version": {
501
569
  "additionalProperties": false,
502
570
  "properties": {
@@ -593,9 +661,6 @@
593
661
  "names": {
594
662
  "$ref": "#/definitions/names"
595
663
  },
596
- "reorders": {
597
- "$ref": "#/definitions/reorders"
598
- },
599
664
  "settings": {
600
665
  "$ref": "#/definitions/settings"
601
666
  },
@@ -611,6 +676,9 @@
611
676
  },
612
677
  "type": "array"
613
678
  },
679
+ "variables": {
680
+ "$ref": "#/definitions/variables"
681
+ },
614
682
  "version": {
615
683
  "$ref": "#/definitions/version"
616
684
  },
package/package.json CHANGED
@@ -37,14 +37,14 @@
37
37
  "kmlmi": "build/src/kmlmi.js"
38
38
  },
39
39
  "dependencies": {
40
- "@keymanapp/keyman-version": "17.0.96-alpha",
41
- "@keymanapp/common-types": "17.0.96-alpha",
42
- "@keymanapp/kmc-keyboard": "17.0.96-alpha",
43
- "@keymanapp/kmc-kmn": "17.0.96-alpha",
44
- "@keymanapp/kmc-model": "17.0.96-alpha",
45
- "@keymanapp/kmc-model-info": "17.0.96-alpha",
46
- "@keymanapp/kmc-package": "17.0.96-alpha",
47
- "@keymanapp/models-types": "17.0.96-alpha",
40
+ "@keymanapp/keyman-version": "17.0.98-alpha",
41
+ "@keymanapp/common-types": "17.0.98-alpha",
42
+ "@keymanapp/kmc-keyboard": "17.0.98-alpha",
43
+ "@keymanapp/kmc-kmn": "17.0.98-alpha",
44
+ "@keymanapp/kmc-model": "17.0.98-alpha",
45
+ "@keymanapp/kmc-model-info": "17.0.98-alpha",
46
+ "@keymanapp/kmc-package": "17.0.98-alpha",
47
+ "@keymanapp/models-types": "17.0.98-alpha",
48
48
  "commander": "^10.0.0"
49
49
  },
50
50
  "files": [
@@ -83,5 +83,5 @@
83
83
  "type": "git",
84
84
  "url": "git+https://github.com/keymanapp/keyman.git"
85
85
  },
86
- "version": "17.0.96-alpha"
86
+ "version": "17.0.98-alpha"
87
87
  }