tpmkms_4wp 9.3.0-beta.42 → 9.3.0-beta.44
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.
- package/common/crew.instance.json +36 -0
- package/common/dateTimeSelectors.test.json +3 -12
- package/common/dates.instance.json +25 -1
- package/common/dates.js +4 -0
- package/common/dates.test.json +1992 -0
- package/common/fastfood.instance.json +275 -175
- package/common/reminders.instance.json +1 -1
- package/common/reminders.js +1 -1
- package/common/reminders.test.json +8 -26
- package/common/reports.instance.json +1 -1
- package/package.json +2 -2
@@ -22668,6 +22668,24 @@
|
|
22668
22668
|
0
|
22669
22669
|
]
|
22670
22670
|
],
|
22671
|
+
[
|
22672
|
+
[
|
22673
|
+
"is",
|
22674
|
+
0
|
22675
|
+
],
|
22676
|
+
[
|
22677
|
+
"mccoy",
|
22678
|
+
0
|
22679
|
+
],
|
22680
|
+
[
|
22681
|
+
"name",
|
22682
|
+
0
|
22683
|
+
],
|
22684
|
+
[
|
22685
|
+
"possession",
|
22686
|
+
0
|
22687
|
+
]
|
22688
|
+
],
|
22671
22689
|
[
|
22672
22690
|
[
|
22673
22691
|
"is",
|
@@ -52510,6 +52528,24 @@
|
|
52510
52528
|
0
|
52511
52529
|
]
|
52512
52530
|
],
|
52531
|
+
[
|
52532
|
+
[
|
52533
|
+
"is",
|
52534
|
+
0
|
52535
|
+
],
|
52536
|
+
[
|
52537
|
+
"mccoy",
|
52538
|
+
0
|
52539
|
+
],
|
52540
|
+
[
|
52541
|
+
"name",
|
52542
|
+
0
|
52543
|
+
],
|
52544
|
+
[
|
52545
|
+
"possession",
|
52546
|
+
0
|
52547
|
+
]
|
52548
|
+
],
|
52513
52549
|
[
|
52514
52550
|
[
|
52515
52551
|
"is",
|
@@ -158,7 +158,6 @@
|
|
158
158
|
"topLevel": true
|
159
159
|
}
|
160
160
|
],
|
161
|
-
"developerTest": false,
|
162
161
|
"generatedParenthesized": [
|
163
162
|
""
|
164
163
|
],
|
@@ -469,8 +468,7 @@
|
|
469
468
|
"modifies",
|
470
469
|
"is",
|
471
470
|
"isQuery",
|
472
|
-
"remember"
|
473
|
-
"evaluate"
|
471
|
+
"remember"
|
474
472
|
]
|
475
473
|
},
|
476
474
|
"concepts": [
|
@@ -517,7 +515,6 @@
|
|
517
515
|
"adjective",
|
518
516
|
"orAble",
|
519
517
|
"ifAble",
|
520
|
-
"evaluate",
|
521
518
|
"each",
|
522
519
|
"every",
|
523
520
|
"distributable",
|
@@ -593,9 +590,6 @@
|
|
593
590
|
"each": [
|
594
591
|
"article"
|
595
592
|
],
|
596
|
-
"evaluate": [
|
597
|
-
"verb"
|
598
|
-
],
|
599
593
|
"every": [
|
600
594
|
"article"
|
601
595
|
],
|
@@ -797,8 +791,6 @@
|
|
797
791
|
},
|
798
792
|
"era_dates": {
|
799
793
|
},
|
800
|
-
"evaluate": {
|
801
|
-
},
|
802
794
|
"every": {
|
803
795
|
},
|
804
796
|
"february_dates": {
|
@@ -2301,7 +2293,7 @@
|
|
2301
2293
|
"end": 22,
|
2302
2294
|
"start": 9
|
2303
2295
|
},
|
2304
|
-
"text": "
|
2296
|
+
"text": "monday at 2 pm",
|
2305
2297
|
"time": {
|
2306
2298
|
"dead": true,
|
2307
2299
|
"default": true,
|
@@ -2379,7 +2371,6 @@
|
|
2379
2371
|
"word": "evaluate"
|
2380
2372
|
}
|
2381
2373
|
],
|
2382
|
-
"developerTest": false,
|
2383
2374
|
"generatedParenthesized": [
|
2384
2375
|
"(2025-06-30T21:00:00.000Z)"
|
2385
2376
|
],
|
@@ -3234,7 +3225,7 @@
|
|
3234
3225
|
"end": 22,
|
3235
3226
|
"start": 9
|
3236
3227
|
},
|
3237
|
-
"text": "
|
3228
|
+
"text": "monday at 2 pm",
|
3238
3229
|
"time": {
|
3239
3230
|
"dead": true,
|
3240
3231
|
"default": true,
|
@@ -69,6 +69,9 @@
|
|
69
69
|
"date",
|
70
70
|
"distributable"
|
71
71
|
],
|
72
|
+
"isA": [
|
73
|
+
"onDateValue_dates"
|
74
|
+
],
|
72
75
|
"bridge": "{ ...next(operator) }"
|
73
76
|
},
|
74
77
|
{
|
@@ -91,6 +94,9 @@
|
|
91
94
|
"isA": [
|
92
95
|
"date_dates"
|
93
96
|
],
|
97
|
+
"before": [
|
98
|
+
"preposition"
|
99
|
+
],
|
94
100
|
"convolution": true,
|
95
101
|
"bridge": "{ ...next(operator), day: after[2], month: after[0], year: after[4], interpolate: '${month}/${day}/${year}' }"
|
96
102
|
},
|
@@ -118,6 +124,9 @@
|
|
118
124
|
{
|
119
125
|
"id": "monthYear_dates",
|
120
126
|
"convolution": true,
|
127
|
+
"before": [
|
128
|
+
"preposition"
|
129
|
+
],
|
121
130
|
"isA": [
|
122
131
|
"date_dates"
|
123
132
|
],
|
@@ -126,6 +135,9 @@
|
|
126
135
|
{
|
127
136
|
"id": "monthDayYear_dates",
|
128
137
|
"convolution": true,
|
138
|
+
"before": [
|
139
|
+
"preposition"
|
140
|
+
],
|
129
141
|
"isA": [
|
130
142
|
"date_dates"
|
131
143
|
],
|
@@ -16678,6 +16690,9 @@
|
|
16678
16690
|
"date",
|
16679
16691
|
"distributable"
|
16680
16692
|
],
|
16693
|
+
"isA": [
|
16694
|
+
"onDateValue_dates"
|
16695
|
+
],
|
16681
16696
|
"bridge": "{ ...next(operator) }"
|
16682
16697
|
},
|
16683
16698
|
{
|
@@ -16700,6 +16715,9 @@
|
|
16700
16715
|
"isA": [
|
16701
16716
|
"date_dates"
|
16702
16717
|
],
|
16718
|
+
"before": [
|
16719
|
+
"preposition"
|
16720
|
+
],
|
16703
16721
|
"convolution": true,
|
16704
16722
|
"bridge": "{ ...next(operator), day: after[2], month: after[0], year: after[4], interpolate: '${month}/${day}/${year}' }"
|
16705
16723
|
},
|
@@ -16727,6 +16745,9 @@
|
|
16727
16745
|
{
|
16728
16746
|
"id": "monthYear_dates",
|
16729
16747
|
"convolution": true,
|
16748
|
+
"before": [
|
16749
|
+
"preposition"
|
16750
|
+
],
|
16730
16751
|
"isA": [
|
16731
16752
|
"date_dates"
|
16732
16753
|
],
|
@@ -16735,6 +16756,9 @@
|
|
16735
16756
|
{
|
16736
16757
|
"id": "monthDayYear_dates",
|
16737
16758
|
"convolution": true,
|
16759
|
+
"before": [
|
16760
|
+
"preposition"
|
16761
|
+
],
|
16738
16762
|
"isA": [
|
16739
16763
|
"date_dates"
|
16740
16764
|
],
|
@@ -17178,7 +17202,7 @@
|
|
17178
17202
|
],
|
17179
17203
|
[
|
17180
17204
|
"date_dates",
|
17181
|
-
"
|
17205
|
+
"onDateValue_dates",
|
17182
17206
|
false
|
17183
17207
|
],
|
17184
17208
|
[
|
package/common/dates.js
CHANGED
@@ -71,6 +71,7 @@ const template = {
|
|
71
71
|
{
|
72
72
|
id: 'date_dates',
|
73
73
|
words: ['date', 'distributable'],
|
74
|
+
isA: ['onDateValue_dates'],
|
74
75
|
bridge: "{ ...next(operator) }"
|
75
76
|
},
|
76
77
|
{
|
@@ -87,6 +88,7 @@ const template = {
|
|
87
88
|
{
|
88
89
|
id: 'monthDayYearWithSlashes_dates',
|
89
90
|
isA: ['date_dates'],
|
91
|
+
before: ['preposition'],
|
90
92
|
convolution: true,
|
91
93
|
bridge: "{ ...next(operator), day: after[2], month: after[0], year: after[4], interpolate: '${month}/${day}/${year}' }",
|
92
94
|
},
|
@@ -109,12 +111,14 @@ const template = {
|
|
109
111
|
{
|
110
112
|
id: 'monthYear_dates',
|
111
113
|
convolution: true,
|
114
|
+
before: ['preposition'],
|
112
115
|
isA: ['date_dates'],
|
113
116
|
bridge: "{ ...next(operator), month: after[0], year: after[1], interpolate: '${month} ${year}' }"
|
114
117
|
},
|
115
118
|
{
|
116
119
|
id: 'monthDayYear_dates',
|
117
120
|
convolution: true,
|
121
|
+
before: ['preposition'],
|
118
122
|
isA: ['date_dates'],
|
119
123
|
localHierarchy: [
|
120
124
|
['ordinal', 'dayNumber_dates'],
|