ekms 9.6.3-beta.9 → 9.7.0

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 (74) hide show
  1. package/common/actions.instance.json +2767 -13
  2. package/common/actions.js +112 -5
  3. package/common/actions.test.json +79138 -384
  4. package/common/angle.instance.json +138 -834
  5. package/common/angle.test.json +172 -127
  6. package/common/animals.instance.json +260 -0
  7. package/common/articles.js +1 -2
  8. package/common/avatar.test.json +173 -33
  9. package/common/can.instance.json +40 -0
  10. package/common/colors.instance.json +280 -0
  11. package/common/comparable.instance.json +120 -0
  12. package/common/compass.instance.json +63 -18
  13. package/common/concept.js +2 -1
  14. package/common/conjunction.js +11 -17
  15. package/common/control.js +42 -0
  16. package/common/control.test.json +2 -0
  17. package/common/crew.instance.json +520 -0
  18. package/common/dates.instance.json +100 -0
  19. package/common/dimension.instance.json +264 -69
  20. package/common/dimension.js +2 -2
  21. package/common/dimension.test.json +545 -441
  22. package/common/drone.instance.json +9101 -794
  23. package/common/drone.js +257 -68
  24. package/common/drone.test.json +415672 -38730
  25. package/common/drone_v1.instance.json +462 -57
  26. package/common/edible.instance.json +640 -0
  27. package/common/emotions.instance.json +20 -0
  28. package/common/evaluate.js +1 -1
  29. package/common/fastfood.instance.json +1310 -176
  30. package/common/formulas.instance.json +20 -5
  31. package/common/formulas.js +1 -1
  32. package/common/gdefaults.js +19 -3
  33. package/common/help.test.json +23 -3
  34. package/common/helpers/conjunction.js +2 -0
  35. package/common/helpers/formulas.js +6 -0
  36. package/common/helpers/properties.js +9 -7
  37. package/common/helpers.js +11 -6
  38. package/common/hierarchy.js +2 -0
  39. package/common/kirk.instance.json +20 -0
  40. package/common/length.instance.json +1117 -5708
  41. package/common/length.test.json +29761 -12488
  42. package/common/logging.js +41 -0
  43. package/common/logging.test.json +2 -0
  44. package/common/math.instance.json +30 -12
  45. package/common/math.js +6 -5
  46. package/common/menus.instance.json +140 -35
  47. package/common/meta.js +1 -1
  48. package/common/nameable.js +0 -2
  49. package/common/nameable.test.json +252 -150
  50. package/common/ordering.instance.json +40 -0
  51. package/common/people.instance.json +160 -0
  52. package/common/pipboy.instance.json +340 -85
  53. package/common/pokemon.instance.json +260 -0
  54. package/common/pressure.instance.json +108 -370
  55. package/common/properties.instance.json +20 -0
  56. package/common/properties.js +2 -1
  57. package/common/properties.test.json +2754 -2142
  58. package/common/rates.test.json +6914 -2428
  59. package/common/reports.instance.json +49 -176
  60. package/common/sdefaults.js +18 -5
  61. package/common/spock.instance.json +20 -0
  62. package/common/stm.js +95 -12
  63. package/common/stm.test.json +2670 -54
  64. package/common/temperature.instance.json +709 -2284
  65. package/common/time.instance.json +14241 -2228
  66. package/common/time.js +30 -3
  67. package/common/time.test.json +9914 -0
  68. package/common/tokenize.js +2 -0
  69. package/common/ui.instance.json +20 -5
  70. package/common/ui.js +1 -1
  71. package/common/weight.instance.json +621 -1886
  72. package/common/wp.instance.json +280 -70
  73. package/main.js +4 -0
  74. package/package.json +11 -5
@@ -1961,6 +1961,16 @@
1961
1961
  "thisAble",
1962
1962
  false
1963
1963
  ],
1964
+ [
1965
+ "deletable",
1966
+ "deletable",
1967
+ false
1968
+ ],
1969
+ [
1970
+ "delete",
1971
+ "verb",
1972
+ false
1973
+ ],
1964
1974
  [
1965
1975
  "descending",
1966
1976
  "hierarchyAble",
@@ -2856,11 +2866,6 @@
2856
2866
  "concept",
2857
2867
  false
2858
2868
  ],
2859
- [
2860
- "mathematicalExpression",
2861
- "number",
2862
- false
2863
- ],
2864
2869
  [
2865
2870
  "mathematical_operator",
2866
2871
  "adjective",
@@ -2956,6 +2961,11 @@
2956
2961
  "thisAble",
2957
2962
  false
2958
2963
  ],
2964
+ [
2965
+ "memorable",
2966
+ "deletable",
2967
+ false
2968
+ ],
2959
2969
  [
2960
2970
  "memorable",
2961
2971
  "theAble",
@@ -3481,6 +3491,11 @@
3481
3491
  "theAble",
3482
3492
  false
3483
3493
  ],
3494
+ [
3495
+ "recall",
3496
+ "verb",
3497
+ false
3498
+ ],
3484
3499
  [
3485
3500
  "red_colors",
3486
3501
  "color_colors",
@@ -5200,6 +5215,16 @@
5200
5215
  "thisAble",
5201
5216
  false
5202
5217
  ],
5218
+ [
5219
+ "deletable",
5220
+ "deletable",
5221
+ false
5222
+ ],
5223
+ [
5224
+ "delete",
5225
+ "verb",
5226
+ false
5227
+ ],
5203
5228
  [
5204
5229
  "descending",
5205
5230
  "hierarchyAble",
@@ -6095,11 +6120,6 @@
6095
6120
  "concept",
6096
6121
  false
6097
6122
  ],
6098
- [
6099
- "mathematicalExpression",
6100
- "number",
6101
- false
6102
- ],
6103
6123
  [
6104
6124
  "mathematical_operator",
6105
6125
  "adjective",
@@ -6195,6 +6215,11 @@
6195
6215
  "thisAble",
6196
6216
  false
6197
6217
  ],
6218
+ [
6219
+ "memorable",
6220
+ "deletable",
6221
+ false
6222
+ ],
6198
6223
  [
6199
6224
  "memorable",
6200
6225
  "theAble",
@@ -6720,6 +6745,11 @@
6720
6745
  "theAble",
6721
6746
  false
6722
6747
  ],
6748
+ [
6749
+ "recall",
6750
+ "verb",
6751
+ false
6752
+ ],
6723
6753
  [
6724
6754
  "red_colors",
6725
6755
  "color_colors",
@@ -9401,6 +9431,16 @@
9401
9431
  "thisAble",
9402
9432
  false
9403
9433
  ],
9434
+ [
9435
+ "deletable",
9436
+ "deletable",
9437
+ false
9438
+ ],
9439
+ [
9440
+ "delete",
9441
+ "verb",
9442
+ false
9443
+ ],
9404
9444
  [
9405
9445
  "descending",
9406
9446
  "hierarchyAble",
@@ -10296,11 +10336,6 @@
10296
10336
  "concept",
10297
10337
  false
10298
10338
  ],
10299
- [
10300
- "mathematicalExpression",
10301
- "number",
10302
- false
10303
- ],
10304
10339
  [
10305
10340
  "mathematical_operator",
10306
10341
  "adjective",
@@ -10396,6 +10431,11 @@
10396
10431
  "thisAble",
10397
10432
  false
10398
10433
  ],
10434
+ [
10435
+ "memorable",
10436
+ "deletable",
10437
+ false
10438
+ ],
10399
10439
  [
10400
10440
  "memorable",
10401
10441
  "theAble",
@@ -10921,6 +10961,11 @@
10921
10961
  "theAble",
10922
10962
  false
10923
10963
  ],
10964
+ [
10965
+ "recall",
10966
+ "verb",
10967
+ false
10968
+ ],
10924
10969
  [
10925
10970
  "red_colors",
10926
10971
  "color_colors",
@@ -13453,6 +13498,16 @@
13453
13498
  "thisAble",
13454
13499
  false
13455
13500
  ],
13501
+ [
13502
+ "deletable",
13503
+ "deletable",
13504
+ false
13505
+ ],
13506
+ [
13507
+ "delete",
13508
+ "verb",
13509
+ false
13510
+ ],
13456
13511
  [
13457
13512
  "descending",
13458
13513
  "hierarchyAble",
@@ -14348,11 +14403,6 @@
14348
14403
  "concept",
14349
14404
  false
14350
14405
  ],
14351
- [
14352
- "mathematicalExpression",
14353
- "number",
14354
- false
14355
- ],
14356
14406
  [
14357
14407
  "mathematical_operator",
14358
14408
  "adjective",
@@ -14448,6 +14498,11 @@
14448
14498
  "thisAble",
14449
14499
  false
14450
14500
  ],
14501
+ [
14502
+ "memorable",
14503
+ "deletable",
14504
+ false
14505
+ ],
14451
14506
  [
14452
14507
  "memorable",
14453
14508
  "theAble",
@@ -14973,6 +15028,11 @@
14973
15028
  "theAble",
14974
15029
  false
14975
15030
  ],
15031
+ [
15032
+ "recall",
15033
+ "verb",
15034
+ false
15035
+ ],
14976
15036
  [
14977
15037
  "red_colors",
14978
15038
  "color_colors",
@@ -17758,6 +17818,16 @@
17758
17818
  "thisAble",
17759
17819
  false
17760
17820
  ],
17821
+ [
17822
+ "deletable",
17823
+ "deletable",
17824
+ false
17825
+ ],
17826
+ [
17827
+ "delete",
17828
+ "verb",
17829
+ false
17830
+ ],
17761
17831
  [
17762
17832
  "descending",
17763
17833
  "hierarchyAble",
@@ -18653,11 +18723,6 @@
18653
18723
  "concept",
18654
18724
  false
18655
18725
  ],
18656
- [
18657
- "mathematicalExpression",
18658
- "number",
18659
- false
18660
- ],
18661
18726
  [
18662
18727
  "mathematical_operator",
18663
18728
  "adjective",
@@ -18753,6 +18818,11 @@
18753
18818
  "thisAble",
18754
18819
  false
18755
18820
  ],
18821
+ [
18822
+ "memorable",
18823
+ "deletable",
18824
+ false
18825
+ ],
18756
18826
  [
18757
18827
  "memorable",
18758
18828
  "theAble",
@@ -19343,6 +19413,11 @@
19343
19413
  "theAble",
19344
19414
  false
19345
19415
  ],
19416
+ [
19417
+ "recall",
19418
+ "verb",
19419
+ false
19420
+ ],
19346
19421
  [
19347
19422
  "red_colors",
19348
19423
  "color_colors",
@@ -21521,6 +21596,16 @@
21521
21596
  "thisAble",
21522
21597
  false
21523
21598
  ],
21599
+ [
21600
+ "deletable",
21601
+ "deletable",
21602
+ false
21603
+ ],
21604
+ [
21605
+ "delete",
21606
+ "verb",
21607
+ false
21608
+ ],
21524
21609
  [
21525
21610
  "descending",
21526
21611
  "hierarchyAble",
@@ -22416,11 +22501,6 @@
22416
22501
  "concept",
22417
22502
  false
22418
22503
  ],
22419
- [
22420
- "mathematicalExpression",
22421
- "number",
22422
- false
22423
- ],
22424
22504
  [
22425
22505
  "mathematical_operator",
22426
22506
  "adjective",
@@ -22516,6 +22596,11 @@
22516
22596
  "thisAble",
22517
22597
  false
22518
22598
  ],
22599
+ [
22600
+ "memorable",
22601
+ "deletable",
22602
+ false
22603
+ ],
22519
22604
  [
22520
22605
  "memorable",
22521
22606
  "theAble",
@@ -23106,6 +23191,11 @@
23106
23191
  "theAble",
23107
23192
  false
23108
23193
  ],
23194
+ [
23195
+ "recall",
23196
+ "verb",
23197
+ false
23198
+ ],
23109
23199
  [
23110
23200
  "red_colors",
23111
23201
  "color_colors",
@@ -25168,6 +25258,16 @@
25168
25258
  "thisAble",
25169
25259
  false
25170
25260
  ],
25261
+ [
25262
+ "deletable",
25263
+ "deletable",
25264
+ false
25265
+ ],
25266
+ [
25267
+ "delete",
25268
+ "verb",
25269
+ false
25270
+ ],
25171
25271
  [
25172
25272
  "descending",
25173
25273
  "hierarchyAble",
@@ -26093,11 +26193,6 @@
26093
26193
  "concept",
26094
26194
  false
26095
26195
  ],
26096
- [
26097
- "mathematicalExpression",
26098
- "number",
26099
- false
26100
- ],
26101
26196
  [
26102
26197
  "mathematical_operator",
26103
26198
  "adjective",
@@ -26193,6 +26288,11 @@
26193
26288
  "thisAble",
26194
26289
  false
26195
26290
  ],
26291
+ [
26292
+ "memorable",
26293
+ "deletable",
26294
+ false
26295
+ ],
26196
26296
  [
26197
26297
  "memorable",
26198
26298
  "theAble",
@@ -26783,6 +26883,11 @@
26783
26883
  "theAble",
26784
26884
  false
26785
26885
  ],
26886
+ [
26887
+ "recall",
26888
+ "verb",
26889
+ false
26890
+ ],
26786
26891
  [
26787
26892
  "red_colors",
26788
26893
  "color_colors",
@@ -31372,6 +31477,16 @@
31372
31477
  "thisAble",
31373
31478
  false
31374
31479
  ],
31480
+ [
31481
+ "deletable",
31482
+ "deletable",
31483
+ false
31484
+ ],
31485
+ [
31486
+ "delete",
31487
+ "verb",
31488
+ false
31489
+ ],
31375
31490
  [
31376
31491
  "descending",
31377
31492
  "hierarchyAble",
@@ -32387,11 +32502,6 @@
32387
32502
  "concept",
32388
32503
  false
32389
32504
  ],
32390
- [
32391
- "mathematicalExpression",
32392
- "number",
32393
- false
32394
- ],
32395
32505
  [
32396
32506
  "mathematical_operator",
32397
32507
  "adjective",
@@ -32487,6 +32597,11 @@
32487
32597
  "thisAble",
32488
32598
  false
32489
32599
  ],
32600
+ [
32601
+ "memorable",
32602
+ "deletable",
32603
+ false
32604
+ ],
32490
32605
  [
32491
32606
  "memorable",
32492
32607
  "theAble",
@@ -33077,6 +33192,11 @@
33077
33192
  "theAble",
33078
33193
  false
33079
33194
  ],
33195
+ [
33196
+ "recall",
33197
+ "verb",
33198
+ false
33199
+ ],
33080
33200
  [
33081
33201
  "red_colors",
33082
33202
  "color_colors",
@@ -35359,6 +35479,16 @@
35359
35479
  "thisAble",
35360
35480
  false
35361
35481
  ],
35482
+ [
35483
+ "deletable",
35484
+ "deletable",
35485
+ false
35486
+ ],
35487
+ [
35488
+ "delete",
35489
+ "verb",
35490
+ false
35491
+ ],
35362
35492
  [
35363
35493
  "descending",
35364
35494
  "hierarchyAble",
@@ -36374,11 +36504,6 @@
36374
36504
  "concept",
36375
36505
  false
36376
36506
  ],
36377
- [
36378
- "mathematicalExpression",
36379
- "number",
36380
- false
36381
- ],
36382
36507
  [
36383
36508
  "mathematical_operator",
36384
36509
  "adjective",
@@ -36474,6 +36599,11 @@
36474
36599
  "thisAble",
36475
36600
  false
36476
36601
  ],
36602
+ [
36603
+ "memorable",
36604
+ "deletable",
36605
+ false
36606
+ ],
36477
36607
  [
36478
36608
  "memorable",
36479
36609
  "theAble",
@@ -37064,6 +37194,11 @@
37064
37194
  "theAble",
37065
37195
  false
37066
37196
  ],
37197
+ [
37198
+ "recall",
37199
+ "verb",
37200
+ false
37201
+ ],
37067
37202
  [
37068
37203
  "red_colors",
37069
37204
  "color_colors",
@@ -39406,6 +39541,16 @@
39406
39541
  "thisAble",
39407
39542
  false
39408
39543
  ],
39544
+ [
39545
+ "deletable",
39546
+ "deletable",
39547
+ false
39548
+ ],
39549
+ [
39550
+ "delete",
39551
+ "verb",
39552
+ false
39553
+ ],
39409
39554
  [
39410
39555
  "descending",
39411
39556
  "hierarchyAble",
@@ -40421,11 +40566,6 @@
40421
40566
  "concept",
40422
40567
  false
40423
40568
  ],
40424
- [
40425
- "mathematicalExpression",
40426
- "number",
40427
- false
40428
- ],
40429
40569
  [
40430
40570
  "mathematical_operator",
40431
40571
  "adjective",
@@ -40521,6 +40661,11 @@
40521
40661
  "thisAble",
40522
40662
  false
40523
40663
  ],
40664
+ [
40665
+ "memorable",
40666
+ "deletable",
40667
+ false
40668
+ ],
40524
40669
  [
40525
40670
  "memorable",
40526
40671
  "theAble",
@@ -41111,6 +41256,11 @@
41111
41256
  "theAble",
41112
41257
  false
41113
41258
  ],
41259
+ [
41260
+ "recall",
41261
+ "verb",
41262
+ false
41263
+ ],
41114
41264
  [
41115
41265
  "red_colors",
41116
41266
  "color_colors",
@@ -43453,6 +43603,16 @@
43453
43603
  "thisAble",
43454
43604
  false
43455
43605
  ],
43606
+ [
43607
+ "deletable",
43608
+ "deletable",
43609
+ false
43610
+ ],
43611
+ [
43612
+ "delete",
43613
+ "verb",
43614
+ false
43615
+ ],
43456
43616
  [
43457
43617
  "descending",
43458
43618
  "hierarchyAble",
@@ -44468,11 +44628,6 @@
44468
44628
  "concept",
44469
44629
  false
44470
44630
  ],
44471
- [
44472
- "mathematicalExpression",
44473
- "number",
44474
- false
44475
- ],
44476
44631
  [
44477
44632
  "mathematical_operator",
44478
44633
  "adjective",
@@ -44568,6 +44723,11 @@
44568
44723
  "thisAble",
44569
44724
  false
44570
44725
  ],
44726
+ [
44727
+ "memorable",
44728
+ "deletable",
44729
+ false
44730
+ ],
44571
44731
  [
44572
44732
  "memorable",
44573
44733
  "theAble",
@@ -45158,6 +45318,11 @@
45158
45318
  "theAble",
45159
45319
  false
45160
45320
  ],
45321
+ [
45322
+ "recall",
45323
+ "verb",
45324
+ false
45325
+ ],
45161
45326
  [
45162
45327
  "red_colors",
45163
45328
  "color_colors",
@@ -47530,6 +47695,16 @@
47530
47695
  "thisAble",
47531
47696
  false
47532
47697
  ],
47698
+ [
47699
+ "deletable",
47700
+ "deletable",
47701
+ false
47702
+ ],
47703
+ [
47704
+ "delete",
47705
+ "verb",
47706
+ false
47707
+ ],
47533
47708
  [
47534
47709
  "descending",
47535
47710
  "hierarchyAble",
@@ -48575,11 +48750,6 @@
48575
48750
  "concept",
48576
48751
  false
48577
48752
  ],
48578
- [
48579
- "mathematicalExpression",
48580
- "number",
48581
- false
48582
- ],
48583
48753
  [
48584
48754
  "mathematical_operator",
48585
48755
  "adjective",
@@ -48675,6 +48845,11 @@
48675
48845
  "thisAble",
48676
48846
  false
48677
48847
  ],
48848
+ [
48849
+ "memorable",
48850
+ "deletable",
48851
+ false
48852
+ ],
48678
48853
  [
48679
48854
  "memorable",
48680
48855
  "theAble",
@@ -49265,6 +49440,11 @@
49265
49440
  "theAble",
49266
49441
  false
49267
49442
  ],
49443
+ [
49444
+ "recall",
49445
+ "verb",
49446
+ false
49447
+ ],
49268
49448
  [
49269
49449
  "red_colors",
49270
49450
  "color_colors",
@@ -51637,6 +51817,16 @@
51637
51817
  "thisAble",
51638
51818
  false
51639
51819
  ],
51820
+ [
51821
+ "deletable",
51822
+ "deletable",
51823
+ false
51824
+ ],
51825
+ [
51826
+ "delete",
51827
+ "verb",
51828
+ false
51829
+ ],
51640
51830
  [
51641
51831
  "descending",
51642
51832
  "hierarchyAble",
@@ -52712,11 +52902,6 @@
52712
52902
  "concept",
52713
52903
  false
52714
52904
  ],
52715
- [
52716
- "mathematicalExpression",
52717
- "number",
52718
- false
52719
- ],
52720
52905
  [
52721
52906
  "mathematical_operator",
52722
52907
  "adjective",
@@ -52812,6 +52997,11 @@
52812
52997
  "thisAble",
52813
52998
  false
52814
52999
  ],
53000
+ [
53001
+ "memorable",
53002
+ "deletable",
53003
+ false
53004
+ ],
52815
53005
  [
52816
53006
  "memorable",
52817
53007
  "theAble",
@@ -53402,6 +53592,11 @@
53402
53592
  "theAble",
53403
53593
  false
53404
53594
  ],
53595
+ [
53596
+ "recall",
53597
+ "verb",
53598
+ false
53599
+ ],
53405
53600
  [
53406
53601
  "red_colors",
53407
53602
  "color_colors",
@@ -58076,6 +58271,16 @@
58076
58271
  "thisAble",
58077
58272
  false
58078
58273
  ],
58274
+ [
58275
+ "deletable",
58276
+ "deletable",
58277
+ false
58278
+ ],
58279
+ [
58280
+ "delete",
58281
+ "verb",
58282
+ false
58283
+ ],
58079
58284
  [
58080
58285
  "descending",
58081
58286
  "hierarchyAble",
@@ -59201,11 +59406,6 @@
59201
59406
  "concept",
59202
59407
  false
59203
59408
  ],
59204
- [
59205
- "mathematicalExpression",
59206
- "number",
59207
- false
59208
- ],
59209
59409
  [
59210
59410
  "mathematical_operator",
59211
59411
  "adjective",
@@ -59301,6 +59501,11 @@
59301
59501
  "thisAble",
59302
59502
  false
59303
59503
  ],
59504
+ [
59505
+ "memorable",
59506
+ "deletable",
59507
+ false
59508
+ ],
59304
59509
  [
59305
59510
  "memorable",
59306
59511
  "theAble",
@@ -59891,6 +60096,11 @@
59891
60096
  "theAble",
59892
60097
  false
59893
60098
  ],
60099
+ [
60100
+ "recall",
60101
+ "verb",
60102
+ false
60103
+ ],
59894
60104
  [
59895
60105
  "red_colors",
59896
60106
  "color_colors",