tpmkms_4wp 9.3.0-beta.4 → 9.3.0-beta.40

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/animals.instance.json +0 -65
  2. package/common/asking.js +16 -2
  3. package/common/colors.instance.json +28 -70
  4. package/common/comparable.instance.json +0 -15
  5. package/common/concept.test.json +279 -193
  6. package/common/crew.instance.json +0 -202
  7. package/common/dateTimeSelectors.instance.json +67 -0
  8. package/common/dateTimeSelectors.js +85 -0
  9. package/common/dateTimeSelectors.test.json +4529 -0
  10. package/common/dates.instance.json +136 -27
  11. package/common/dates.js +13 -0
  12. package/common/dates.test.json +1787 -0
  13. package/common/dialogues.js +5 -43
  14. package/common/dimension.instance.json +0 -5
  15. package/common/edible.instance.json +56 -160
  16. package/common/emotions.instance.json +0 -5
  17. package/common/evaluate.js +1 -1
  18. package/common/events.js +1 -1
  19. package/common/fastfood.instance.json +180 -879
  20. package/common/fastfood.test.json +16291 -6597
  21. package/common/formulas.instance.json +0 -5
  22. package/common/helpers/dateTimeSelectors.js +92 -0
  23. package/common/helpers/dialogues.js +3 -7
  24. package/common/helpers.js +24 -7
  25. package/common/kirk.instance.json +0 -5
  26. package/common/length.instance.json +0 -75
  27. package/common/math.instance.json +0 -5
  28. package/common/menus.instance.json +0 -35
  29. package/common/numbers.js +1 -1
  30. package/common/numbers.test.json +89 -23
  31. package/common/ordering.instance.json +0 -10
  32. package/common/people.instance.json +0 -40
  33. package/common/percentages.js +1 -1
  34. package/common/pipboy.instance.json +56 -85
  35. package/common/pipboy.test.json +4377 -3386
  36. package/common/pokemon.instance.json +0 -65
  37. package/common/pressure.instance.json +0 -20
  38. package/common/properties.instance.json +0 -5
  39. package/common/reminders.instance.json +196 -10
  40. package/common/reminders.js +270 -78
  41. package/common/reminders.test.json +55544 -23
  42. package/common/reports.instance.json +2 -12
  43. package/common/scorekeeper.test.json +3565 -7550
  44. package/common/spock.instance.json +0 -5
  45. package/common/temperature.instance.json +0 -20
  46. package/common/time.js +63 -30
  47. package/common/time.test.json +4124 -124
  48. package/common/ui.instance.json +0 -5
  49. package/common/ui.js +3 -1
  50. package/common/weight.instance.json +0 -60
  51. package/common/wp.instance.json +56 -70
  52. package/common/wp.test.json +8057 -3867
  53. package/main.js +2 -0
  54. package/package.json +8 -4
@@ -15,7 +15,8 @@
15
15
  "([dateEra_dates] (date_dates/*) (era_dates/*))",
16
16
  "([monthYear_dates] (month_dates/*) (yearNumber_dates/*))",
17
17
  "([monthDayYear_dates] (month_dates/*) (dayNumber_dates/*) (yearNumber_dates/*))",
18
- "([monthDayYearWithSlashes_dates] (monthNumber_dates/*) (dateSeparator_dates/*) (dayNumber_dates/*) (dateSeparator_dates/*) (yearNumber_dates/*))"
18
+ "([monthDayYearWithSlashes_dates] (monthNumber_dates/*) (dateSeparator_dates/*) (dayNumber_dates/*) (dateSeparator_dates/*) (yearNumber_dates/*))",
19
+ "([onDate_dates|on] ([onDateValue_dates|]))"
19
20
  ],
20
21
  "associations": {
21
22
  "positive": [
@@ -41,6 +42,20 @@
41
42
  ]
42
43
  ],
43
44
  "bridges": [
45
+ {
46
+ "id": "onDateValue_dates",
47
+ "children": [
48
+ "day_dates",
49
+ "month_dates"
50
+ ]
51
+ },
52
+ {
53
+ "id": "onDate_dates",
54
+ "isA": [
55
+ "preposition"
56
+ ],
57
+ "bridge": "{ ...next(operator), date: after[0], onDate: operator, interpolate: '${onDate} ${date}' }"
58
+ },
44
59
  {
45
60
  "id": "era_dates",
46
61
  "words": [
@@ -245,11 +260,6 @@
245
260
  "article",
246
261
  false
247
262
  ],
248
- [
249
- "evaluate",
250
- "verb",
251
- false
252
- ],
253
263
  [
254
264
  "every",
255
265
  "article",
@@ -769,11 +779,6 @@
769
779
  "article",
770
780
  false
771
781
  ],
772
- [
773
- "evaluate",
774
- "verb",
775
- false
776
- ],
777
782
  [
778
783
  "every",
779
784
  "article",
@@ -3225,6 +3230,20 @@
3225
3230
  0
3226
3231
  ]
3227
3232
  ],
3233
+ [
3234
+ [
3235
+ "is",
3236
+ 0
3237
+ ],
3238
+ [
3239
+ "list",
3240
+ 1
3241
+ ],
3242
+ [
3243
+ "unknown",
3244
+ 0
3245
+ ]
3246
+ ],
3228
3247
  [
3229
3248
  [
3230
3249
  "is",
@@ -9866,11 +9885,6 @@
9866
9885
  "article",
9867
9886
  false
9868
9887
  ],
9869
- [
9870
- "evaluate",
9871
- "verb",
9872
- false
9873
- ],
9874
9888
  [
9875
9889
  "every",
9876
9890
  "article",
@@ -11577,6 +11591,20 @@
11577
11591
  0
11578
11592
  ]
11579
11593
  ],
11594
+ [
11595
+ [
11596
+ "is",
11597
+ 0
11598
+ ],
11599
+ [
11600
+ "list",
11601
+ 1
11602
+ ],
11603
+ [
11604
+ "unknown",
11605
+ 0
11606
+ ]
11607
+ ],
11580
11608
  [
11581
11609
  [
11582
11610
  "is",
@@ -14178,11 +14206,6 @@
14178
14206
  "article",
14179
14207
  false
14180
14208
  ],
14181
- [
14182
- "evaluate",
14183
- "verb",
14184
- false
14185
- ],
14186
14209
  [
14187
14210
  "every",
14188
14211
  "article",
@@ -15671,6 +15694,20 @@
15671
15694
  0
15672
15695
  ]
15673
15696
  ],
15697
+ [
15698
+ [
15699
+ "is",
15700
+ 0
15701
+ ],
15702
+ [
15703
+ "list",
15704
+ 1
15705
+ ],
15706
+ [
15707
+ "unknown",
15708
+ 0
15709
+ ]
15710
+ ],
15674
15711
  [
15675
15712
  [
15676
15713
  "is",
@@ -16587,7 +16624,8 @@
16587
16624
  "([dateEra_dates] (date_dates/*) (era_dates/*))",
16588
16625
  "([monthYear_dates] (month_dates/*) (yearNumber_dates/*))",
16589
16626
  "([monthDayYear_dates] (month_dates/*) (dayNumber_dates/*) (yearNumber_dates/*))",
16590
- "([monthDayYearWithSlashes_dates] (monthNumber_dates/*) (dateSeparator_dates/*) (dayNumber_dates/*) (dateSeparator_dates/*) (yearNumber_dates/*))"
16627
+ "([monthDayYearWithSlashes_dates] (monthNumber_dates/*) (dateSeparator_dates/*) (dayNumber_dates/*) (dateSeparator_dates/*) (yearNumber_dates/*))",
16628
+ "([onDate_dates|on] ([onDateValue_dates|]))"
16591
16629
  ],
16592
16630
  "associations": {
16593
16631
  "positive": [
@@ -16613,6 +16651,20 @@
16613
16651
  ]
16614
16652
  ],
16615
16653
  "bridges": [
16654
+ {
16655
+ "id": "onDateValue_dates",
16656
+ "children": [
16657
+ "day_dates",
16658
+ "month_dates"
16659
+ ]
16660
+ },
16661
+ {
16662
+ "id": "onDate_dates",
16663
+ "isA": [
16664
+ "preposition"
16665
+ ],
16666
+ "bridge": "{ ...next(operator), date: after[0], onDate: operator, interpolate: '${onDate} ${date}' }"
16667
+ },
16616
16668
  {
16617
16669
  "id": "era_dates",
16618
16670
  "words": [
@@ -17154,6 +17206,11 @@
17154
17206
  "object",
17155
17207
  false
17156
17208
  ],
17209
+ [
17210
+ "day_dates",
17211
+ "onDateValue_dates",
17212
+ false
17213
+ ],
17157
17214
  [
17158
17215
  "day_dates",
17159
17216
  "property",
@@ -17299,11 +17356,6 @@
17299
17356
  "theAble",
17300
17357
  false
17301
17358
  ],
17302
- [
17303
- "evaluate",
17304
- "verb",
17305
- false
17306
- ],
17307
17359
  [
17308
17360
  "every",
17309
17361
  "article",
@@ -17959,6 +18011,11 @@
17959
18011
  "object",
17960
18012
  false
17961
18013
  ],
18014
+ [
18015
+ "month_dates",
18016
+ "onDateValue_dates",
18017
+ false
18018
+ ],
17962
18019
  [
17963
18020
  "month_dates",
17964
18021
  "property",
@@ -18164,6 +18221,16 @@
18164
18221
  "theAble",
18165
18222
  false
18166
18223
  ],
18224
+ [
18225
+ "onDateValue_dates",
18226
+ "onDateValue_dates",
18227
+ false
18228
+ ],
18229
+ [
18230
+ "onDate_dates",
18231
+ "preposition",
18232
+ false
18233
+ ],
18167
18234
  [
18168
18235
  "orAble",
18169
18236
  "ifAble",
@@ -18851,6 +18918,48 @@
18851
18918
  0
18852
18919
  ]
18853
18920
  ],
18921
+ [
18922
+ [
18923
+ "is",
18924
+ 0
18925
+ ],
18926
+ [
18927
+ "list",
18928
+ 1
18929
+ ],
18930
+ [
18931
+ "unknown",
18932
+ 0
18933
+ ]
18934
+ ],
18935
+ [
18936
+ [
18937
+ "is",
18938
+ 0
18939
+ ],
18940
+ [
18941
+ "list",
18942
+ 1
18943
+ ],
18944
+ [
18945
+ "unknown",
18946
+ 0
18947
+ ]
18948
+ ],
18949
+ [
18950
+ [
18951
+ "is",
18952
+ 0
18953
+ ],
18954
+ [
18955
+ "list",
18956
+ 1
18957
+ ],
18958
+ [
18959
+ "unknown",
18960
+ 0
18961
+ ]
18962
+ ],
18854
18963
  [
18855
18964
  [
18856
18965
  "setIdSuffix",
package/common/dates.js CHANGED
@@ -40,6 +40,7 @@ const template = {
40
40
  "([monthYear_dates] (month_dates/*) (yearNumber_dates/*))",
41
41
  "([monthDayYear_dates] (month_dates/*) (dayNumber_dates/*) (yearNumber_dates/*))",
42
42
  "([monthDayYearWithSlashes_dates] (monthNumber_dates/*) (dateSeparator_dates/*) (dayNumber_dates/*) (dateSeparator_dates/*) (yearNumber_dates/*))",
43
+ "([onDate_dates|on] ([onDateValue_dates|]))",
43
44
  ],
44
45
  associations: {
45
46
  positive: [
@@ -50,6 +51,18 @@ const template = {
50
51
  ['monday_dates', 'distributable'],
51
52
  ],
52
53
  bridges: [
54
+ {
55
+ id: 'onDateValue_dates',
56
+ children: [
57
+ 'day_dates',
58
+ 'month_dates',
59
+ ],
60
+ },
61
+ {
62
+ id: 'onDate_dates',
63
+ isA: ['preposition'],
64
+ bridge: "{ ...next(operator), date: after[0], onDate: operator, interpolate: '${onDate} ${date}' }",
65
+ },
53
66
  {
54
67
  id: 'era_dates',
55
68
  words: ['era'],