tpmkms_4wp 9.5.1-beta.21 → 9.5.1-beta.24

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 (54) hide show
  1. package/common/asking.js +5 -2
  2. package/common/can.instance.json +4 -10
  3. package/common/can.test.json +609 -8
  4. package/common/colors.instance.json +0 -28
  5. package/common/conjunction.test.json +32 -42
  6. package/common/crew.instance.json +0 -104
  7. package/common/dateTimeSelectors.instance.json +2 -2
  8. package/common/dateTimeSelectors.js +3 -3
  9. package/common/dateTimeSelectors.test.json +2229 -1560
  10. package/common/dates.instance.json +0 -84
  11. package/common/dates.test.json +284 -287
  12. package/common/dialogues.test.json +1171 -996
  13. package/common/dimension.instance.json +3 -3
  14. package/common/dimension.js +16 -7
  15. package/common/edible.instance.json +72 -56
  16. package/common/fastfood.instance.json +149 -121
  17. package/common/fastfood.test.json +6970 -6829
  18. package/common/gdefaults.js +5 -3
  19. package/common/helpers/dialogues.js +6 -1
  20. package/common/helpers/properties.js +2 -2
  21. package/common/helpers.js +30 -1
  22. package/common/length.instance.json +5069 -1358
  23. package/common/length.js +2 -1
  24. package/common/length.test.json +9010 -1241
  25. package/common/menus.instance.json +3 -6
  26. package/common/menus.js +1 -8
  27. package/common/numbers.js +1 -1
  28. package/common/ordering.test.json +104 -174
  29. package/common/people.instance.json +37 -101
  30. package/common/pipboy.instance.json +0 -56
  31. package/common/pressure.instance.json +105 -25
  32. package/common/properties.instance.json +2 -5
  33. package/common/properties.js +3 -3
  34. package/common/properties.test.json +8746 -6638
  35. package/common/rates.instance.json +57 -0
  36. package/common/rates.js +94 -0
  37. package/common/rates.test.json +25771 -0
  38. package/common/reminders.test.json +1641 -1601
  39. package/common/reports.instance.json +2 -2
  40. package/common/tank.instance.json +14862 -0
  41. package/common/tank.js +407 -0
  42. package/common/tank.test.json +56670 -0
  43. package/common/temperature.instance.json +136 -56
  44. package/common/time.instance.json +20298 -0
  45. package/common/time.js +150 -139
  46. package/common/time.test.json +13080 -2233
  47. package/common/ui.instance.json +2 -5
  48. package/common/ui.js +1 -8
  49. package/common/weight.instance.json +522 -182
  50. package/common/weight.test.json +2590 -2240
  51. package/common/wp.instance.json +74 -58
  52. package/common/wp.test.json +4145 -7135
  53. package/main.js +4 -0
  54. package/package.json +11 -2
@@ -299,6 +299,42 @@
299
299
  "increment": true
300
300
  }
301
301
  },
302
+ {
303
+ "context": [
304
+ [
305
+ "style_wp",
306
+ 0
307
+ ],
308
+ [
309
+ "the",
310
+ 0
311
+ ],
312
+ [
313
+ "word_wp",
314
+ 0
315
+ ],
316
+ [
317
+ "statefulElementInContext_wp",
318
+ 0
319
+ ],
320
+ [
321
+ "the",
322
+ 0
323
+ ],
324
+ [
325
+ "ordinal",
326
+ 1
327
+ ],
328
+ [
329
+ "paragraph_wp",
330
+ 0
331
+ ]
332
+ ],
333
+ "choose": {
334
+ "index": 0,
335
+ "increment": true
336
+ }
337
+ },
302
338
  {
303
339
  "context": [
304
340
  [
@@ -25031,20 +25067,6 @@
25031
25067
  0
25032
25068
  ]
25033
25069
  ],
25034
- [
25035
- [
25036
- "is",
25037
- 0
25038
- ],
25039
- [
25040
- "list",
25041
- 1
25042
- ],
25043
- [
25044
- "unknown",
25045
- 0
25046
- ]
25047
- ],
25048
25070
  [
25049
25071
  [
25050
25072
  "is",
@@ -48435,20 +48457,6 @@
48435
48457
  0
48436
48458
  ]
48437
48459
  ],
48438
- [
48439
- [
48440
- "is",
48441
- 0
48442
- ],
48443
- [
48444
- "list",
48445
- 1
48446
- ],
48447
- [
48448
- "unknown",
48449
- 0
48450
- ]
48451
- ],
48452
48460
  [
48453
48461
  [
48454
48462
  "is",
@@ -53929,6 +53937,42 @@
53929
53937
  "increment": true
53930
53938
  }
53931
53939
  },
53940
+ {
53941
+ "context": [
53942
+ [
53943
+ "style_wp",
53944
+ 0
53945
+ ],
53946
+ [
53947
+ "the",
53948
+ 0
53949
+ ],
53950
+ [
53951
+ "word_wp",
53952
+ 0
53953
+ ],
53954
+ [
53955
+ "statefulElementInContext_wp",
53956
+ 0
53957
+ ],
53958
+ [
53959
+ "the",
53960
+ 0
53961
+ ],
53962
+ [
53963
+ "ordinal",
53964
+ 1
53965
+ ],
53966
+ [
53967
+ "paragraph_wp",
53968
+ 0
53969
+ ]
53970
+ ],
53971
+ "choose": {
53972
+ "index": 0,
53973
+ "increment": true
53974
+ }
53975
+ },
53932
53976
  {
53933
53977
  "context": [
53934
53978
  [
@@ -54511,10 +54555,10 @@
54511
54555
  ],
54512
54556
  "semantics": [
54513
54557
  {
54514
- "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:398"
54558
+ "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:399"
54515
54559
  },
54516
54560
  {
54517
- "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:407"
54561
+ "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:408"
54518
54562
  }
54519
54563
  ],
54520
54564
  "priorities": [
@@ -55287,34 +55331,6 @@
55287
55331
  0
55288
55332
  ]
55289
55333
  ],
55290
- [
55291
- [
55292
- "is",
55293
- 0
55294
- ],
55295
- [
55296
- "list",
55297
- 1
55298
- ],
55299
- [
55300
- "unknown",
55301
- 0
55302
- ]
55303
- ],
55304
- [
55305
- [
55306
- "is",
55307
- 0
55308
- ],
55309
- [
55310
- "list",
55311
- 1
55312
- ],
55313
- [
55314
- "unknown",
55315
- 0
55316
- ]
55317
- ],
55318
55334
  [
55319
55335
  [
55320
55336
  "is",