tpmkms_4wp 9.1.1-beta.0 → 9.1.1-beta.10

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 (43) hide show
  1. package/common/animals.instance.json +13 -0
  2. package/common/articles.js +1 -0
  3. package/common/asking.test.json +193 -72
  4. package/common/colors.instance.json +14 -28
  5. package/common/comparable.instance.json +3 -0
  6. package/common/concept.js +1 -1
  7. package/common/crew.instance.json +26 -0
  8. package/common/dialogues.js +2 -1
  9. package/common/dimension.instance.json +1 -0
  10. package/common/edible.instance.json +36 -56
  11. package/common/emotions.instance.json +1 -0
  12. package/common/events.js +3 -3
  13. package/common/events.test.json +107 -36
  14. package/common/fastfood.instance.json +1938 -13407
  15. package/common/fastfood.js +2 -1
  16. package/common/formulas.instance.json +1 -0
  17. package/common/formulas.js +3 -1
  18. package/common/formulas.test.json +643 -711
  19. package/common/helpers/concept.js +6 -2
  20. package/common/helpers/dialogues.js +1 -1
  21. package/common/helpers/menus.js +132 -0
  22. package/common/kirk.instance.json +1 -0
  23. package/common/length.instance.json +15 -0
  24. package/common/math.instance.json +1 -0
  25. package/common/menus.instance.json +6264 -1
  26. package/common/menus.js +148 -5
  27. package/common/menus.test.json +12297 -1
  28. package/common/ordering.instance.json +2 -0
  29. package/common/people.instance.json +96 -8
  30. package/common/pipboy.instance.json +21 -57
  31. package/common/pokemon.instance.json +13 -8
  32. package/common/pressure.instance.json +4 -0
  33. package/common/properties.instance.json +1 -0
  34. package/common/reports.instance.json +18 -23
  35. package/common/reports.js +12 -3
  36. package/common/sdefaults.js +25 -0
  37. package/common/spock.instance.json +1 -0
  38. package/common/temperature.instance.json +4 -112
  39. package/common/ui.instance.json +1 -0
  40. package/common/ui.js +3 -1
  41. package/common/weight.instance.json +14 -0
  42. package/common/wp.instance.json +28 -58
  43. package/package.json +3 -2
@@ -1163,6 +1163,7 @@
1163
1163
  "level": 2,
1164
1164
  "context_index": 1,
1165
1165
  "topLevel": true,
1166
+ "context_id": 2,
1166
1167
  "touchedBy": [
1167
1168
  "temperature#call2"
1168
1169
  ]
@@ -2858,6 +2859,7 @@
2858
2859
  "level": 2,
2859
2860
  "context_index": 1,
2860
2861
  "topLevel": true,
2862
+ "context_id": 2,
2861
2863
  "touchedBy": [
2862
2864
  "temperature#call2"
2863
2865
  ]
@@ -5213,6 +5215,7 @@
5213
5215
  "level": 1,
5214
5216
  "context_index": 1,
5215
5217
  "topLevel": true,
5218
+ "context_id": 2,
5216
5219
  "touchedBy": [
5217
5220
  "temperature#call2"
5218
5221
  ]
@@ -5260,36 +5263,6 @@
5260
5263
  0
5261
5264
  ]
5262
5265
  ],
5263
- [
5264
- [
5265
- "celcius",
5266
- 0
5267
- ],
5268
- [
5269
- "divideByOperator",
5270
- 0
5271
- ],
5272
- [
5273
- "equals",
5274
- 0
5275
- ],
5276
- [
5277
- "fahrenheit",
5278
- 0
5279
- ],
5280
- [
5281
- "integer",
5282
- 0
5283
- ],
5284
- [
5285
- "plusOperator",
5286
- 0
5287
- ],
5288
- [
5289
- "timesOperator",
5290
- 0
5291
- ]
5292
- ],
5293
5266
  [
5294
5267
  [
5295
5268
  "celcius",
@@ -7791,6 +7764,7 @@
7791
7764
  "level": 1,
7792
7765
  "context_index": 1,
7793
7766
  "topLevel": true,
7767
+ "context_id": 2,
7794
7768
  "touchedBy": [
7795
7769
  "temperature#call2"
7796
7770
  ]
@@ -7978,32 +7952,6 @@
7978
7952
  0
7979
7953
  ]
7980
7954
  ],
7981
- [
7982
- [
7983
- "celcius",
7984
- 0
7985
- ],
7986
- [
7987
- "divideByOperator",
7988
- 0
7989
- ],
7990
- [
7991
- "equals",
7992
- 0
7993
- ],
7994
- [
7995
- "integer",
7996
- 0
7997
- ],
7998
- [
7999
- "plusOperator",
8000
- 0
8001
- ],
8002
- [
8003
- "timesOperator",
8004
- 0
8005
- ]
8006
- ],
8007
7955
  [
8008
7956
  [
8009
7957
  "celcius",
@@ -9480,36 +9428,6 @@
9480
9428
  0
9481
9429
  ]
9482
9430
  ],
9483
- [
9484
- [
9485
- "celcius",
9486
- 0
9487
- ],
9488
- [
9489
- "divideByOperator",
9490
- 0
9491
- ],
9492
- [
9493
- "equals",
9494
- 0
9495
- ],
9496
- [
9497
- "fahrenheit",
9498
- 0
9499
- ],
9500
- [
9501
- "integer",
9502
- 0
9503
- ],
9504
- [
9505
- "plusOperator",
9506
- 0
9507
- ],
9508
- [
9509
- "timesOperator",
9510
- 0
9511
- ]
9512
- ],
9513
9431
  [
9514
9432
  [
9515
9433
  "celcius",
@@ -9664,32 +9582,6 @@
9664
9582
  0
9665
9583
  ]
9666
9584
  ],
9667
- [
9668
- [
9669
- "celcius",
9670
- 0
9671
- ],
9672
- [
9673
- "divideByOperator",
9674
- 0
9675
- ],
9676
- [
9677
- "equals",
9678
- 0
9679
- ],
9680
- [
9681
- "integer",
9682
- 0
9683
- ],
9684
- [
9685
- "plusOperator",
9686
- 0
9687
- ],
9688
- [
9689
- "timesOperator",
9690
- 0
9691
- ]
9692
- ],
9693
9585
  [
9694
9586
  [
9695
9587
  "celcius",
@@ -522,6 +522,7 @@
522
522
  "level": 1,
523
523
  "context_index": 1,
524
524
  "topLevel": true,
525
+ "context_id": 2,
525
526
  "touchedBy": [
526
527
  "ui#call2"
527
528
  ]
package/common/ui.js CHANGED
@@ -53,7 +53,9 @@ const config = {
53
53
  "([right])",
54
54
  "([stop] ([action]))",
55
55
  "([listening])",
56
- "(([direction]) [moveAmount|] (number/* || context.quantity != null))"
56
+ "(([direction]) [moveAmount|] (number/* || quantity != null))"
57
+ // "(([direction]) [moveAmount|] (number/* || context.quantity))"
58
+ // "(([direction]) [moveAmount|] (number/*))"
57
59
  ],
58
60
  semantics: [
59
61
  {
@@ -1111,6 +1111,7 @@
1111
1111
  "level": 1,
1112
1112
  "context_index": 1,
1113
1113
  "topLevel": true,
1114
+ "context_id": 2,
1114
1115
  "touchedBy": [
1115
1116
  "weight#call2"
1116
1117
  ]
@@ -2564,6 +2565,7 @@
2564
2565
  "level": 2,
2565
2566
  "context_index": 1,
2566
2567
  "topLevel": true,
2568
+ "context_id": 2,
2567
2569
  "touchedBy": [
2568
2570
  "weight#call2"
2569
2571
  ]
@@ -4479,6 +4481,8 @@
4479
4481
  },
4480
4482
  "types": [
4481
4483
  "list",
4484
+ "ounce",
4485
+ "troy_ounce",
4482
4486
  "unknown"
4483
4487
  ],
4484
4488
  "listable": true,
@@ -4669,6 +4673,7 @@
4669
4673
  "level": 2,
4670
4674
  "context_index": 1,
4671
4675
  "topLevel": true,
4676
+ "context_id": 2,
4672
4677
  "touchedBy": [
4673
4678
  "weight#call2"
4674
4679
  ]
@@ -8179,6 +8184,7 @@
8179
8184
  "level": 1,
8180
8185
  "context_index": 1,
8181
8186
  "topLevel": true,
8187
+ "context_id": 2,
8182
8188
  "touchedBy": [
8183
8189
  "weight#call2"
8184
8190
  ]
@@ -10130,6 +10136,7 @@
10130
10136
  "level": 1,
10131
10137
  "context_index": 1,
10132
10138
  "topLevel": true,
10139
+ "context_id": 2,
10133
10140
  "touchedBy": [
10134
10141
  "weight#call2"
10135
10142
  ]
@@ -12049,6 +12056,7 @@
12049
12056
  "level": 1,
12050
12057
  "context_index": 1,
12051
12058
  "topLevel": true,
12059
+ "context_id": 2,
12052
12060
  "touchedBy": [
12053
12061
  "weight#call2"
12054
12062
  ]
@@ -13948,6 +13956,7 @@
13948
13956
  "level": 1,
13949
13957
  "context_index": 1,
13950
13958
  "topLevel": true,
13959
+ "context_id": 2,
13951
13960
  "touchedBy": [
13952
13961
  "weight#call2"
13953
13962
  ]
@@ -15847,6 +15856,7 @@
15847
15856
  "level": 1,
15848
15857
  "context_index": 1,
15849
15858
  "topLevel": true,
15859
+ "context_id": 2,
15850
15860
  "touchedBy": [
15851
15861
  "weight#call2"
15852
15862
  ]
@@ -17746,6 +17756,7 @@
17746
17756
  "level": 1,
17747
17757
  "context_index": 1,
17748
17758
  "topLevel": true,
17759
+ "context_id": 2,
17749
17760
  "touchedBy": [
17750
17761
  "weight#call2"
17751
17762
  ]
@@ -19645,6 +19656,7 @@
19645
19656
  "level": 1,
19646
19657
  "context_index": 1,
19647
19658
  "topLevel": true,
19659
+ "context_id": 2,
19648
19660
  "touchedBy": [
19649
19661
  "weight#call2"
19650
19662
  ]
@@ -21545,6 +21557,7 @@
21545
21557
  "level": 1,
21546
21558
  "context_index": 1,
21547
21559
  "topLevel": true,
21560
+ "context_id": 2,
21548
21561
  "touchedBy": [
21549
21562
  "weight#call2"
21550
21563
  ]
@@ -23434,6 +23447,7 @@
23434
23447
  "level": 1,
23435
23448
  "context_index": 1,
23436
23449
  "topLevel": true,
23450
+ "context_id": 2,
23437
23451
  "touchedBy": [
23438
23452
  "weight#call2"
23439
23453
  ]
@@ -2674,6 +2674,7 @@
2674
2674
  "level": 1,
2675
2675
  "context_index": 1,
2676
2676
  "topLevel": true,
2677
+ "context_id": 2,
2677
2678
  "touchedBy": [
2678
2679
  "wp#call2"
2679
2680
  ]
@@ -5187,8 +5188,10 @@
5187
5188
  },
5188
5189
  "types": [
5189
5190
  "countable",
5191
+ "distributable",
5190
5192
  "list",
5191
5193
  "listable",
5194
+ "orderable",
5192
5195
  "queryable",
5193
5196
  "theAble",
5194
5197
  "unknown"
@@ -5295,6 +5298,7 @@
5295
5298
  "level": 2,
5296
5299
  "context_index": 1,
5297
5300
  "topLevel": true,
5301
+ "context_id": 2,
5298
5302
  "touchedBy": [
5299
5303
  "wp#call2"
5300
5304
  ]
@@ -8533,7 +8537,10 @@
8533
8537
  },
8534
8538
  "types": [
8535
8539
  "countable",
8536
- "list"
8540
+ "distributable",
8541
+ "list",
8542
+ "orderable",
8543
+ "statefulElement_wp"
8537
8544
  ],
8538
8545
  "listable": true,
8539
8546
  "isList": true,
@@ -8598,6 +8605,7 @@
8598
8605
  "level": 2,
8599
8606
  "context_index": 1,
8600
8607
  "topLevel": true,
8608
+ "context_id": 2,
8601
8609
  "touchedBy": [
8602
8610
  "wp#call2"
8603
8611
  ]
@@ -11700,7 +11708,11 @@
11700
11708
  },
11701
11709
  "types": [
11702
11710
  "countable",
11703
- "list"
11711
+ "distributable",
11712
+ "list",
11713
+ "orderable",
11714
+ "statefulElement_wp",
11715
+ "textContainer_wp"
11704
11716
  ],
11705
11717
  "listable": true,
11706
11718
  "isList": true,
@@ -11779,6 +11791,7 @@
11779
11791
  "level": 2,
11780
11792
  "context_index": 1,
11781
11793
  "topLevel": true,
11794
+ "context_id": 2,
11782
11795
  "touchedBy": [
11783
11796
  "wp#call2"
11784
11797
  ]
@@ -15087,6 +15100,7 @@
15087
15100
  "level": 2,
15088
15101
  "context_index": 1,
15089
15102
  "topLevel": true,
15103
+ "context_id": 2,
15090
15104
  "touchedBy": [
15091
15105
  "wp#call2"
15092
15106
  ]
@@ -17900,6 +17914,7 @@
17900
17914
  "level": 1,
17901
17915
  "context_index": 1,
17902
17916
  "topLevel": true,
17917
+ "context_id": 2,
17903
17918
  "touchedBy": [
17904
17919
  "wp#call2"
17905
17920
  ]
@@ -21317,6 +21332,7 @@
21317
21332
  "level": 2,
21318
21333
  "context_index": 1,
21319
21334
  "topLevel": true,
21335
+ "context_id": 2,
21320
21336
  "touchedBy": [
21321
21337
  "wp#call2"
21322
21338
  ]
@@ -21370,20 +21386,6 @@
21370
21386
  0
21371
21387
  ]
21372
21388
  ],
21373
- [
21374
- [
21375
- "is",
21376
- 0
21377
- ],
21378
- [
21379
- "list",
21380
- 1
21381
- ],
21382
- [
21383
- "unknown",
21384
- 0
21385
- ]
21386
- ],
21387
21389
  [
21388
21390
  [
21389
21391
  "is",
@@ -26037,6 +26039,7 @@
26037
26039
  "level": 1,
26038
26040
  "context_index": 1,
26039
26041
  "topLevel": true,
26042
+ "context_id": 2,
26040
26043
  "touchedBy": [
26041
26044
  "wp#call2"
26042
26045
  ]
@@ -29077,6 +29080,7 @@
29077
29080
  "level": 1,
29078
29081
  "context_index": 1,
29079
29082
  "topLevel": true,
29083
+ "context_id": 2,
29080
29084
  "touchedBy": [
29081
29085
  "wp#call2"
29082
29086
  ]
@@ -32142,6 +32146,7 @@
32142
32146
  "level": 1,
32143
32147
  "context_index": 1,
32144
32148
  "topLevel": true,
32149
+ "context_id": 2,
32145
32150
  "touchedBy": [
32146
32151
  "wp#call2"
32147
32152
  ]
@@ -35232,6 +35237,7 @@
35232
35237
  "level": 1,
35233
35238
  "context_index": 1,
35234
35239
  "topLevel": true,
35240
+ "context_id": 2,
35235
35241
  "touchedBy": [
35236
35242
  "wp#call2"
35237
35243
  ]
@@ -38347,6 +38353,7 @@
38347
38353
  "level": 1,
38348
38354
  "context_index": 1,
38349
38355
  "topLevel": true,
38356
+ "context_id": 2,
38350
38357
  "touchedBy": [
38351
38358
  "wp#call2"
38352
38359
  ]
@@ -41961,7 +41968,10 @@
41961
41968
  "end": 88
41962
41969
  },
41963
41970
  "types": [
41971
+ "capitalized_wp",
41972
+ "italicized_wp",
41964
41973
  "list",
41974
+ "underlined_wp",
41965
41975
  "unknown"
41966
41976
  ],
41967
41977
  "listable": true,
@@ -42138,6 +42148,7 @@
42138
42148
  "level": 2,
42139
42149
  "context_index": 1,
42140
42150
  "topLevel": true,
42151
+ "context_id": 2,
42141
42152
  "touchedBy": [
42142
42153
  "wp#call2"
42143
42154
  ]
@@ -42251,20 +42262,6 @@
42251
42262
  0
42252
42263
  ]
42253
42264
  ],
42254
- [
42255
- [
42256
- "is",
42257
- 0
42258
- ],
42259
- [
42260
- "list",
42261
- 1
42262
- ],
42263
- [
42264
- "unknown",
42265
- 0
42266
- ]
42267
- ],
42268
42265
  [
42269
42266
  [
42270
42267
  "is",
@@ -46981,6 +46978,7 @@
46981
46978
  "level": 0,
46982
46979
  "context_index": 1,
46983
46980
  "topLevel": true,
46981
+ "context_id": 2,
46984
46982
  "touchedBy": [
46985
46983
  "wp#call2"
46986
46984
  ]
@@ -48057,34 +48055,6 @@
48057
48055
  0
48058
48056
  ]
48059
48057
  ],
48060
- [
48061
- [
48062
- "is",
48063
- 0
48064
- ],
48065
- [
48066
- "list",
48067
- 1
48068
- ],
48069
- [
48070
- "unknown",
48071
- 0
48072
- ]
48073
- ],
48074
- [
48075
- [
48076
- "is",
48077
- 0
48078
- ],
48079
- [
48080
- "list",
48081
- 1
48082
- ],
48083
- [
48084
- "unknown",
48085
- 0
48086
- ]
48087
- ],
48088
48058
  [
48089
48059
  [
48090
48060
  "is",
package/package.json CHANGED
@@ -206,6 +206,7 @@
206
206
  "common/helpers/dialogues.js",
207
207
  "common/helpers/formulas.js",
208
208
  "common/helpers/frankenhash.js",
209
+ "common/helpers/menus.js",
209
210
  "common/helpers/meta.js",
210
211
  "common/helpers/ordering.js",
211
212
  "common/helpers/properties.js",
@@ -324,8 +325,8 @@
324
325
  "scriptjs": "^2.5.9",
325
326
  "table": "^6.7.1",
326
327
  "uuid": "^9.0.0",
327
- "theprogrammablemind_4wp": "9.1.1-beta.0"
328
+ "theprogrammablemind_4wp": "9.1.1-beta.10"
328
329
  },
329
- "version": "9.1.1-beta.0",
330
+ "version": "9.1.1-beta.10",
330
331
  "license": "UNLICENSED"
331
332
  }