tpmkms_4wp 9.3.0-beta.43 → 9.3.0-beta.45
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.js +6 -2
- package/common/dateTimeSelectors.test.json +51285 -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/helpers/dateTimeSelectors.js +43 -1
- package/common/reminders.instance.json +1 -1
- package/common/reminders.test.json +3371 -26
- package/common/reports.instance.json +1 -1
- package/package.json +2 -2
@@ -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'],
|