tpmkms_4wp 9.3.0-beta.6 → 9.3.0-beta.61

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 (111) hide show
  1. package/common/animals.instance.json +0 -65
  2. package/common/animals.js +2 -3
  3. package/common/animals.test.json +1607 -1
  4. package/common/articles.js +2 -4
  5. package/common/asking.js +21 -5
  6. package/common/avatar.js +2 -2
  7. package/common/characters.js +2 -2
  8. package/common/colors.instance.json +28 -70
  9. package/common/colors.js +2 -2
  10. package/common/comparable.instance.json +0 -15
  11. package/common/comparable.js +2 -2
  12. package/common/concept.js +1 -2
  13. package/common/concept.test.json +279 -193
  14. package/common/conjunction.js +3 -5
  15. package/common/countable.js +2 -14
  16. package/common/crew.instance.json +72 -130
  17. package/common/crew.js +2 -2
  18. package/common/currency.js +2 -3
  19. package/common/dateTimeSelectors.instance.json +175 -0
  20. package/common/dateTimeSelectors.js +168 -0
  21. package/common/dateTimeSelectors.test.json +85622 -0
  22. package/common/dates.instance.json +538 -506
  23. package/common/dates.js +112 -15
  24. package/common/dates.test.json +11021 -514
  25. package/common/dialogues.js +13 -49
  26. package/common/dimension.instance.json +0 -5
  27. package/common/dimension.js +4 -4
  28. package/common/edible.instance.json +56 -160
  29. package/common/edible.js +2 -2
  30. package/common/emotions.instance.json +0 -5
  31. package/common/emotions.js +2 -2
  32. package/common/errors.js +3 -0
  33. package/common/evaluate.js +2 -2
  34. package/common/events.js +1 -2
  35. package/common/fastfood.instance.json +172 -435
  36. package/common/fastfood.js +2 -4
  37. package/common/fastfood.test.json +16291 -6597
  38. package/common/formulas.instance.json +0 -5
  39. package/common/formulas.js +3 -1
  40. package/common/gdefaults.js +2 -3
  41. package/common/help.js +2 -2
  42. package/common/helpers/dateTimeSelectors.js +198 -0
  43. package/common/helpers/dialogues.js +11 -8
  44. package/common/helpers/properties.js +2 -2
  45. package/common/helpers.js +23 -47
  46. package/common/hierarchy.js +12 -13
  47. package/common/javascript.js +2 -3
  48. package/common/kirk.instance.json +0 -5
  49. package/common/kirk.js +2 -3
  50. package/common/length.instance.json +0 -75
  51. package/common/length.js +2 -3
  52. package/common/listener.js +3 -1
  53. package/common/math.instance.json +0 -5
  54. package/common/math.js +2 -3
  55. package/common/menus.instance.json +0 -35
  56. package/common/menus.js +3 -1
  57. package/common/meta.js +4 -5
  58. package/common/nameable.js +3 -1
  59. package/common/negation.js +2 -2
  60. package/common/numbers.js +7 -4
  61. package/common/numbers.test.json +89 -23
  62. package/common/ordering.instance.json +0 -10
  63. package/common/ordering.js +2 -3
  64. package/common/ordinals.js +2 -3
  65. package/common/people.instance.json +0 -40
  66. package/common/people.js +2 -3
  67. package/common/percentages.js +3 -4
  68. package/common/percentages.test.json +57 -11
  69. package/common/pipboy.instance.json +84 -85
  70. package/common/pipboy.js +1 -1
  71. package/common/pipboy.test.json +4377 -3386
  72. package/common/pokemon.instance.json +0 -65
  73. package/common/pokemon.js +1 -2
  74. package/common/pos.js +2 -2
  75. package/common/pressure.instance.json +0 -20
  76. package/common/pressure.js +2 -2
  77. package/common/properties.instance.json +0 -5
  78. package/common/properties.js +11 -13
  79. package/common/punctuation.js +2 -2
  80. package/common/reminders.instance.json +153 -23
  81. package/common/reminders.js +275 -82
  82. package/common/reminders.test.json +75654 -37
  83. package/common/reports.instance.json +1 -11
  84. package/common/reports.js +1 -1
  85. package/common/scorekeeper.js +2 -2
  86. package/common/scorekeeper.test.json +3565 -7550
  87. package/common/sdefaults.js +1 -1
  88. package/common/self.js +1 -1
  89. package/common/sizeable.js +2 -2
  90. package/common/spock.instance.json +0 -5
  91. package/common/spock.js +1 -1
  92. package/common/stgame.js +1 -1
  93. package/common/stm.js +1 -1
  94. package/common/tell.js +2 -2
  95. package/common/temperature.instance.json +84 -20
  96. package/common/temperature.js +2 -2
  97. package/common/tester.js +0 -1
  98. package/common/testing.js +0 -1
  99. package/common/time.js +57 -30
  100. package/common/time.test.json +4159 -205
  101. package/common/tokenize.js +1 -1
  102. package/common/ui.instance.json +0 -5
  103. package/common/ui.js +4 -2
  104. package/common/weight.instance.json +0 -112
  105. package/common/weight.js +2 -2
  106. package/common/wp.instance.json +56 -70
  107. package/common/wp.js +1 -3
  108. package/common/wp.test.json +8057 -3867
  109. package/common/yesno.js +2 -2
  110. package/main.js +2 -0
  111. package/package.json +8 -4
@@ -1,7 +1,13 @@
1
1
  {
2
2
  "configs": [
3
3
  "setidsuffix _dates",
4
+ {
5
+ "apply": "({config}) => {\n const months = [\"january\", \"february\", \"march\", \"april\", \"may\", \"june\", \"july\", \"august\", \"september\", \"october\", \"november\", \"december\"]\n config.addSemantic({\n match: ({context}) => {\n if (!context.makeObject) {\n return\n }\n return months.includes(context.value)\n },\n apply: ({context}) => {\n context.initial.month_ordinal = months.findIndex((month) => month == context.value) + 1\n },\n })\n }"
6
+ },
4
7
  "january, february, march, april, may, june, july, august, september, october, november and december are months",
8
+ {
9
+ "apply": "({config}) => {\n const days = [\"sunday\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\"]\n config.addSemantic({\n match: ({context}) => {\n if (!context.makeObject) {\n return\n }\n return days.includes(context.value)\n },\n apply: ({context}) => {\n context.initial.day_ordinal = days.findIndex((day) => day == context.value) + 1\n },\n })\n }"
10
+ },
5
11
  "monday, tuesday, wednesday, thursday, friday, saturday and sunday are days",
6
12
  "ac, bc, bce and ad are eras",
7
13
  {
@@ -13,9 +19,12 @@
13
19
  "([era_dates|])",
14
20
  "([date_dates|])",
15
21
  "([dateEra_dates] (date_dates/*) (era_dates/*))",
22
+ "([monthDay_dates] (month_dates/*) (dayNumber_dates/*))",
16
23
  "([monthYear_dates] (month_dates/*) (yearNumber_dates/*))",
17
24
  "([monthDayYear_dates] (month_dates/*) (dayNumber_dates/*) (yearNumber_dates/*))",
18
- "([monthDayYearWithSlashes_dates] (monthNumber_dates/*) (dateSeparator_dates/*) (dayNumber_dates/*) (dateSeparator_dates/*) (yearNumber_dates/*))"
25
+ "([monthDayYearWithSlashes_dates] (monthNumber_dates/*) (dateSeparator_dates/*) (dayNumber_dates/*) (dateSeparator_dates/*) (yearNumber_dates/*))",
26
+ "([onDate_dates|on] ([onDateValue_dates|]))",
27
+ "([afterDate_dates|after] ([afterDateValue_dates|]))"
19
28
  ],
20
29
  "associations": {
21
30
  "positive": [
@@ -41,6 +50,66 @@
41
50
  ]
42
51
  ],
43
52
  "bridges": [
53
+ {
54
+ "id": "onDateValue_dates",
55
+ "children": [
56
+ "day_dates",
57
+ "month_dates"
58
+ ]
59
+ },
60
+ {
61
+ "id": "onDate_dates",
62
+ "isA": [
63
+ "preposition"
64
+ ],
65
+ "bridge": "{ ...next(operator), date: after[0], onDate: operator, interpolate: '${onDate} ${date}' }",
66
+ "check": [
67
+ "marker",
68
+ "text",
69
+ "verbatim",
70
+ "value",
71
+ "evalue",
72
+ "isResponse",
73
+ {
74
+ "properties": "modifiers"
75
+ },
76
+ {
77
+ "properties": "postModifiers"
78
+ },
79
+ "onDate",
80
+ "date"
81
+ ]
82
+ },
83
+ {
84
+ "id": "afterDateValue_dates",
85
+ "children": [
86
+ "day_dates",
87
+ "month_dates"
88
+ ]
89
+ },
90
+ {
91
+ "id": "afterDate_dates",
92
+ "isA": [
93
+ "preposition"
94
+ ],
95
+ "bridge": "{ ...next(operator), date: after[0], afterDate: operator, interpolate: '${afterDate} ${date}' }",
96
+ "check": [
97
+ "marker",
98
+ "text",
99
+ "verbatim",
100
+ "value",
101
+ "evalue",
102
+ "isResponse",
103
+ {
104
+ "properties": "modifiers"
105
+ },
106
+ {
107
+ "properties": "postModifiers"
108
+ },
109
+ "afterDate",
110
+ "date"
111
+ ]
112
+ },
44
113
  {
45
114
  "id": "era_dates",
46
115
  "words": [
@@ -54,6 +123,10 @@
54
123
  "date",
55
124
  "distributable"
56
125
  ],
126
+ "isA": [
127
+ "onDateValue_dates",
128
+ "afterDateValue_dates"
129
+ ],
57
130
  "bridge": "{ ...next(operator) }"
58
131
  },
59
132
  {
@@ -62,7 +135,22 @@
62
135
  "date_dates"
63
136
  ],
64
137
  "convolution": true,
65
- "bridge": "{ ...next(after[0]), era: after[1], interpolate: concat(after[0].interpolate, ' ${era}') }"
138
+ "bridge": "{ ...next(after[0]), era: after[1], interpolate: concat(after[0].interpolate, ' ${era}') }",
139
+ "check": [
140
+ "marker",
141
+ "text",
142
+ "verbatim",
143
+ "value",
144
+ "evalue",
145
+ "isResponse",
146
+ {
147
+ "properties": "modifiers"
148
+ },
149
+ {
150
+ "properties": "postModifiers"
151
+ },
152
+ "era"
153
+ ]
66
154
  },
67
155
  {
68
156
  "id": "dateSeparator_dates",
@@ -76,8 +164,28 @@
76
164
  "isA": [
77
165
  "date_dates"
78
166
  ],
167
+ "before": [
168
+ "preposition"
169
+ ],
79
170
  "convolution": true,
80
- "bridge": "{ ...next(operator), day: after[2], month: after[0], year: after[4], interpolate: '${month}/${day}/${year}' }"
171
+ "bridge": "{ ...next(operator), day: after[2], month: after[0], year: after[4], interpolate: '${month}/${day}/${year}' }",
172
+ "check": [
173
+ "marker",
174
+ "text",
175
+ "verbatim",
176
+ "value",
177
+ "evalue",
178
+ "isResponse",
179
+ {
180
+ "properties": "modifiers"
181
+ },
182
+ {
183
+ "properties": "postModifiers"
184
+ },
185
+ "day",
186
+ "month",
187
+ "year"
188
+ ]
81
189
  },
82
190
  {
83
191
  "id": "dayNumber_dates",
@@ -100,27 +208,101 @@
100
208
  ],
101
209
  "bridge": "{ ...next(operator) }"
102
210
  },
211
+ {
212
+ "id": "monthDay_dates",
213
+ "convolution": true,
214
+ "localHierarchy": [
215
+ [
216
+ "ordinal",
217
+ "dayNumber_dates"
218
+ ]
219
+ ],
220
+ "before": [
221
+ "preposition"
222
+ ],
223
+ "isA": [
224
+ "date_dates"
225
+ ],
226
+ "bridge": "{ ...next(operator), month: after[0], day: after[1], interpolate: '${month} ${day}' }",
227
+ "check": [
228
+ "marker",
229
+ "text",
230
+ "verbatim",
231
+ "value",
232
+ "evalue",
233
+ "isResponse",
234
+ {
235
+ "properties": "modifiers"
236
+ },
237
+ {
238
+ "properties": "postModifiers"
239
+ },
240
+ "day",
241
+ "month"
242
+ ]
243
+ },
103
244
  {
104
245
  "id": "monthYear_dates",
105
246
  "convolution": true,
247
+ "before": [
248
+ "preposition"
249
+ ],
106
250
  "isA": [
107
251
  "date_dates"
108
252
  ],
109
- "bridge": "{ ...next(operator), month: after[0], year: after[1], interpolate: '${month} ${year}' }"
253
+ "bridge": "{ ...next(operator), month: after[0], year: after[1], interpolate: '${month} ${year}' }",
254
+ "check": [
255
+ "marker",
256
+ "text",
257
+ "verbatim",
258
+ "value",
259
+ "evalue",
260
+ "isResponse",
261
+ {
262
+ "properties": "modifiers"
263
+ },
264
+ {
265
+ "properties": "postModifiers"
266
+ },
267
+ "month",
268
+ "year"
269
+ ]
110
270
  },
111
271
  {
112
272
  "id": "monthDayYear_dates",
113
273
  "convolution": true,
274
+ "before": [
275
+ "preposition",
276
+ "monthDay_dates"
277
+ ],
114
278
  "isA": [
115
279
  "date_dates"
116
280
  ],
281
+ "evaluator": "({context}) => {\n const year = context.year.value\n const day = context.day.value\n const month_ordinal = context.month.month_ordinal\n context.evalue = new Date(year, month_ordinal-1, day).toISOString()\n }",
117
282
  "localHierarchy": [
118
283
  [
119
284
  "ordinal",
120
285
  "dayNumber_dates"
121
286
  ]
122
287
  ],
123
- "bridge": "{ ...next(operator), month: after[0], day: after[1], year: after[2], interpolate: '${month} ${day} ${year}' }"
288
+ "bridge": "{ ...next(operator), month: after[0], day: after[1], year: after[2], interpolate: '${month} ${day} ${year}' }",
289
+ "check": [
290
+ "marker",
291
+ "text",
292
+ "verbatim",
293
+ "value",
294
+ "evalue",
295
+ "isResponse",
296
+ {
297
+ "properties": "modifiers"
298
+ },
299
+ {
300
+ "properties": "postModifiers"
301
+ },
302
+ "month",
303
+ "day",
304
+ "year"
305
+ ]
124
306
  }
125
307
  ],
126
308
  "words": {
@@ -183,7 +365,7 @@
183
365
  }
184
366
  },
185
367
  {
186
- "apply": "(args) => {\n const as = ['jan', 'feb', 'mar', 'apr', 'jun', 'jul', 'aug', 'sept', 'oct', 'nov', 'dec']\n const ms = ['january', 'february', 'march', 'april', 'june', 'july', 'august', 'september', 'october', 'november', 'december']\n for (let i = 0; i < as.length; ++i) {\n args.makeObject({...args, context: { word: as[i], value: `${as[i]}_dates`}, types: [`${ms[i]}_dates`]})\n }\n\n /*\n const word = 'bc'\n const synonym = 'bce'\n args.makeObject({...args, context: { word: synonym, value: `${synonym}_dates`}, types: [`${word}_dates`]})\n */\n }"
368
+ "apply": "(args) => {\n {\n const as = ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', 'aug', 'sept', 'oct', 'nov', 'dec']\n const ms = ['january', 'february', 'march', 'april', 'may', 'june', 'july', 'august', 'september', 'october', 'november', 'december']\n // args.makeObject({...args, context: { word: as[i], value: `${ms[i]}_dates`}, types: [`${ms[i]}_dates`]})\n for (let i = 0; i < as.length; ++i) {\n const word = as[i]\n if (word == 'may') {\n continue\n }\n const id = `${ms[i]}_dates`\n args.addWords(id, word, { value: id, abbreviation: word, month_ordinal: i+1 })\n }\n }\n\n {\n const as = ['sun', 'mon', 'tues', 'weds', 'thurs', 'fri', 'sat']\n const ms = ['sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday']\n // args.makeObject({...args, context: { word: as[i], value: `${ms[i]}_dates`}, types: [`${ms[i]}_dates`]})\n for (let i = 0; i < as.length; ++i) {\n const word = as[i]\n const id = `${ms[i]}_dates`\n args.addWords(id, word, { value: id, abbreviation: word, day_ordinal: i+1 })\n }\n }\n\n }"
187
369
  },
188
370
  "resetIdSuffix"
189
371
  ],
@@ -245,11 +427,6 @@
245
427
  "article",
246
428
  false
247
429
  ],
248
- [
249
- "evaluate",
250
- "verb",
251
- false
252
- ],
253
430
  [
254
431
  "every",
255
432
  "article",
@@ -712,6 +889,9 @@
712
889
  "query": "setidsuffix _dates"
713
890
  }
714
891
  },
892
+ {
893
+ "apply": "({config}) => {\n const months = [\"january\", \"february\", \"march\", \"april\", \"may\", \"june\", \"july\", \"august\", \"september\", \"october\", \"november\", \"december\"]\n config.addSemantic({\n match: ({context}) => {\n if (!context.makeObject) {\n return\n }\n return months.includes(context.value)\n },\n apply: ({context}) => {\n context.initial.month_ordinal = months.findIndex((month) => month == context.value) + 1\n },\n })\n }"
894
+ },
715
895
  {
716
896
  "hierarchy": [
717
897
  [
@@ -769,11 +949,6 @@
769
949
  "article",
770
950
  false
771
951
  ],
772
- [
773
- "evaluate",
774
- "verb",
775
- false
776
- ],
777
952
  [
778
953
  "every",
779
954
  "article",
@@ -3225,6 +3400,20 @@
3225
3400
  0
3226
3401
  ]
3227
3402
  ],
3403
+ [
3404
+ [
3405
+ "is",
3406
+ 0
3407
+ ],
3408
+ [
3409
+ "list",
3410
+ 1
3411
+ ],
3412
+ [
3413
+ "unknown",
3414
+ 0
3415
+ ]
3416
+ ],
3228
3417
  [
3229
3418
  [
3230
3419
  "is",
@@ -9689,6 +9878,9 @@
9689
9878
  "query": "january, february, march, april, may, june, july, august, september, october, november and december are months"
9690
9879
  }
9691
9880
  },
9881
+ {
9882
+ "apply": "({config}) => {\n const days = [\"sunday\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\", \"saturday\"]\n config.addSemantic({\n match: ({context}) => {\n if (!context.makeObject) {\n return\n }\n return days.includes(context.value)\n },\n apply: ({context}) => {\n context.initial.day_ordinal = days.findIndex((day) => day == context.value) + 1\n },\n })\n }"
9883
+ },
9692
9884
  {
9693
9885
  "hierarchy": [
9694
9886
  [
@@ -9866,11 +10058,6 @@
9866
10058
  "article",
9867
10059
  false
9868
10060
  ],
9869
- [
9870
- "evaluate",
9871
- "verb",
9872
- false
9873
- ],
9874
10061
  [
9875
10062
  "every",
9876
10063
  "article",
@@ -11577,6 +11764,20 @@
11577
11764
  0
11578
11765
  ]
11579
11766
  ],
11767
+ [
11768
+ [
11769
+ "is",
11770
+ 0
11771
+ ],
11772
+ [
11773
+ "list",
11774
+ 1
11775
+ ],
11776
+ [
11777
+ "unknown",
11778
+ 0
11779
+ ]
11780
+ ],
11580
11781
  [
11581
11782
  [
11582
11783
  "is",
@@ -14178,11 +14379,6 @@
14178
14379
  "article",
14179
14380
  false
14180
14381
  ],
14181
- [
14182
- "evaluate",
14183
- "verb",
14184
- false
14185
- ],
14186
14382
  [
14187
14383
  "every",
14188
14384
  "article",
@@ -15671,6 +15867,20 @@
15671
15867
  0
15672
15868
  ]
15673
15869
  ],
15870
+ [
15871
+ [
15872
+ "is",
15873
+ 0
15874
+ ],
15875
+ [
15876
+ "list",
15877
+ 1
15878
+ ],
15879
+ [
15880
+ "unknown",
15881
+ 0
15882
+ ]
15883
+ ],
15674
15884
  [
15675
15885
  [
15676
15886
  "is",
@@ -16585,9 +16795,12 @@
16585
16795
  "([era_dates|])",
16586
16796
  "([date_dates|])",
16587
16797
  "([dateEra_dates] (date_dates/*) (era_dates/*))",
16798
+ "([monthDay_dates] (month_dates/*) (dayNumber_dates/*))",
16588
16799
  "([monthYear_dates] (month_dates/*) (yearNumber_dates/*))",
16589
16800
  "([monthDayYear_dates] (month_dates/*) (dayNumber_dates/*) (yearNumber_dates/*))",
16590
- "([monthDayYearWithSlashes_dates] (monthNumber_dates/*) (dateSeparator_dates/*) (dayNumber_dates/*) (dateSeparator_dates/*) (yearNumber_dates/*))"
16801
+ "([monthDayYearWithSlashes_dates] (monthNumber_dates/*) (dateSeparator_dates/*) (dayNumber_dates/*) (dateSeparator_dates/*) (yearNumber_dates/*))",
16802
+ "([onDate_dates|on] ([onDateValue_dates|]))",
16803
+ "([afterDate_dates|after] ([afterDateValue_dates|]))"
16591
16804
  ],
16592
16805
  "associations": {
16593
16806
  "positive": [
@@ -16613,6 +16826,66 @@
16613
16826
  ]
16614
16827
  ],
16615
16828
  "bridges": [
16829
+ {
16830
+ "id": "onDateValue_dates",
16831
+ "children": [
16832
+ "day_dates",
16833
+ "month_dates"
16834
+ ]
16835
+ },
16836
+ {
16837
+ "id": "onDate_dates",
16838
+ "isA": [
16839
+ "preposition"
16840
+ ],
16841
+ "bridge": "{ ...next(operator), date: after[0], onDate: operator, interpolate: '${onDate} ${date}' }",
16842
+ "check": [
16843
+ "marker",
16844
+ "text",
16845
+ "verbatim",
16846
+ "value",
16847
+ "evalue",
16848
+ "isResponse",
16849
+ {
16850
+ "properties": "modifiers"
16851
+ },
16852
+ {
16853
+ "properties": "postModifiers"
16854
+ },
16855
+ "onDate",
16856
+ "date"
16857
+ ]
16858
+ },
16859
+ {
16860
+ "id": "afterDateValue_dates",
16861
+ "children": [
16862
+ "day_dates",
16863
+ "month_dates"
16864
+ ]
16865
+ },
16866
+ {
16867
+ "id": "afterDate_dates",
16868
+ "isA": [
16869
+ "preposition"
16870
+ ],
16871
+ "bridge": "{ ...next(operator), date: after[0], afterDate: operator, interpolate: '${afterDate} ${date}' }",
16872
+ "check": [
16873
+ "marker",
16874
+ "text",
16875
+ "verbatim",
16876
+ "value",
16877
+ "evalue",
16878
+ "isResponse",
16879
+ {
16880
+ "properties": "modifiers"
16881
+ },
16882
+ {
16883
+ "properties": "postModifiers"
16884
+ },
16885
+ "afterDate",
16886
+ "date"
16887
+ ]
16888
+ },
16616
16889
  {
16617
16890
  "id": "era_dates",
16618
16891
  "words": [
@@ -16626,6 +16899,10 @@
16626
16899
  "date",
16627
16900
  "distributable"
16628
16901
  ],
16902
+ "isA": [
16903
+ "onDateValue_dates",
16904
+ "afterDateValue_dates"
16905
+ ],
16629
16906
  "bridge": "{ ...next(operator) }"
16630
16907
  },
16631
16908
  {
@@ -16634,7 +16911,22 @@
16634
16911
  "date_dates"
16635
16912
  ],
16636
16913
  "convolution": true,
16637
- "bridge": "{ ...next(after[0]), era: after[1], interpolate: concat(after[0].interpolate, ' ${era}') }"
16914
+ "bridge": "{ ...next(after[0]), era: after[1], interpolate: concat(after[0].interpolate, ' ${era}') }",
16915
+ "check": [
16916
+ "marker",
16917
+ "text",
16918
+ "verbatim",
16919
+ "value",
16920
+ "evalue",
16921
+ "isResponse",
16922
+ {
16923
+ "properties": "modifiers"
16924
+ },
16925
+ {
16926
+ "properties": "postModifiers"
16927
+ },
16928
+ "era"
16929
+ ]
16638
16930
  },
16639
16931
  {
16640
16932
  "id": "dateSeparator_dates",
@@ -16648,8 +16940,28 @@
16648
16940
  "isA": [
16649
16941
  "date_dates"
16650
16942
  ],
16943
+ "before": [
16944
+ "preposition"
16945
+ ],
16651
16946
  "convolution": true,
16652
- "bridge": "{ ...next(operator), day: after[2], month: after[0], year: after[4], interpolate: '${month}/${day}/${year}' }"
16947
+ "bridge": "{ ...next(operator), day: after[2], month: after[0], year: after[4], interpolate: '${month}/${day}/${year}' }",
16948
+ "check": [
16949
+ "marker",
16950
+ "text",
16951
+ "verbatim",
16952
+ "value",
16953
+ "evalue",
16954
+ "isResponse",
16955
+ {
16956
+ "properties": "modifiers"
16957
+ },
16958
+ {
16959
+ "properties": "postModifiers"
16960
+ },
16961
+ "day",
16962
+ "month",
16963
+ "year"
16964
+ ]
16653
16965
  },
16654
16966
  {
16655
16967
  "id": "dayNumber_dates",
@@ -16672,17 +16984,73 @@
16672
16984
  ],
16673
16985
  "bridge": "{ ...next(operator) }"
16674
16986
  },
16987
+ {
16988
+ "id": "monthDay_dates",
16989
+ "convolution": true,
16990
+ "localHierarchy": [
16991
+ [
16992
+ "ordinal",
16993
+ "dayNumber_dates"
16994
+ ]
16995
+ ],
16996
+ "before": [
16997
+ "preposition"
16998
+ ],
16999
+ "isA": [
17000
+ "date_dates"
17001
+ ],
17002
+ "bridge": "{ ...next(operator), month: after[0], day: after[1], interpolate: '${month} ${day}' }",
17003
+ "check": [
17004
+ "marker",
17005
+ "text",
17006
+ "verbatim",
17007
+ "value",
17008
+ "evalue",
17009
+ "isResponse",
17010
+ {
17011
+ "properties": "modifiers"
17012
+ },
17013
+ {
17014
+ "properties": "postModifiers"
17015
+ },
17016
+ "day",
17017
+ "month"
17018
+ ]
17019
+ },
16675
17020
  {
16676
17021
  "id": "monthYear_dates",
16677
17022
  "convolution": true,
17023
+ "before": [
17024
+ "preposition"
17025
+ ],
16678
17026
  "isA": [
16679
17027
  "date_dates"
16680
17028
  ],
16681
- "bridge": "{ ...next(operator), month: after[0], year: after[1], interpolate: '${month} ${year}' }"
17029
+ "bridge": "{ ...next(operator), month: after[0], year: after[1], interpolate: '${month} ${year}' }",
17030
+ "check": [
17031
+ "marker",
17032
+ "text",
17033
+ "verbatim",
17034
+ "value",
17035
+ "evalue",
17036
+ "isResponse",
17037
+ {
17038
+ "properties": "modifiers"
17039
+ },
17040
+ {
17041
+ "properties": "postModifiers"
17042
+ },
17043
+ "month",
17044
+ "year"
17045
+ ]
16682
17046
  },
16683
17047
  {
16684
17048
  "id": "monthDayYear_dates",
16685
17049
  "convolution": true,
17050
+ "before": [
17051
+ "preposition",
17052
+ "monthDay_dates"
17053
+ ],
16686
17054
  "isA": [
16687
17055
  "date_dates"
16688
17056
  ],
@@ -16692,7 +17060,24 @@
16692
17060
  "dayNumber_dates"
16693
17061
  ]
16694
17062
  ],
16695
- "bridge": "{ ...next(operator), month: after[0], day: after[1], year: after[2], interpolate: '${month} ${day} ${year}' }"
17063
+ "bridge": "{ ...next(operator), month: after[0], day: after[1], year: after[2], interpolate: '${month} ${day} ${year}' }",
17064
+ "check": [
17065
+ "marker",
17066
+ "text",
17067
+ "verbatim",
17068
+ "value",
17069
+ "evalue",
17070
+ "isResponse",
17071
+ {
17072
+ "properties": "modifiers"
17073
+ },
17074
+ {
17075
+ "properties": "postModifiers"
17076
+ },
17077
+ "month",
17078
+ "day",
17079
+ "year"
17080
+ ]
16696
17081
  }
16697
17082
  ],
16698
17083
  "words": {
@@ -16755,7 +17140,7 @@
16755
17140
  }
16756
17141
  },
16757
17142
  {
16758
- "apply": "(args) => {\n const as = ['jan', 'feb', 'mar', 'apr', 'jun', 'jul', 'aug', 'sept', 'oct', 'nov', 'dec']\n const ms = ['january', 'february', 'march', 'april', 'june', 'july', 'august', 'september', 'october', 'november', 'december']\n for (let i = 0; i < as.length; ++i) {\n args.makeObject({...args, context: { word: as[i], value: `${as[i]}_dates`}, types: [`${ms[i]}_dates`]})\n }\n\n /*\n const word = 'bc'\n const synonym = 'bce'\n args.makeObject({...args, context: { word: synonym, value: `${synonym}_dates`}, types: [`${word}_dates`]})\n */\n }"
17143
+ "apply": "(args) => {\n {\n const as = ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', 'aug', 'sept', 'oct', 'nov', 'dec']\n const ms = ['january', 'february', 'march', 'april', 'may', 'june', 'july', 'august', 'september', 'october', 'november', 'december']\n // args.makeObject({...args, context: { word: as[i], value: `${ms[i]}_dates`}, types: [`${ms[i]}_dates`]})\n for (let i = 0; i < as.length; ++i) {\n const word = as[i]\n if (word == 'may') {\n continue\n }\n const id = `${ms[i]}_dates`\n args.addWords(id, word, { value: id, abbreviation: word, month_ordinal: i+1 })\n }\n }\n\n {\n const as = ['sun', 'mon', 'tues', 'weds', 'thurs', 'fri', 'sat']\n const ms = ['sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday']\n // args.makeObject({...args, context: { word: as[i], value: `${ms[i]}_dates`}, types: [`${ms[i]}_dates`]})\n for (let i = 0; i < as.length; ++i) {\n const word = as[i]\n const id = `${ms[i]}_dates`\n args.addWords(id, word, { value: id, abbreviation: word, day_ordinal: i+1 })\n }\n }\n\n }"
16759
17144
  },
16760
17145
  {
16761
17146
  "hierarchy": [
@@ -16850,207 +17235,137 @@
16850
17235
  false
16851
17236
  ],
16852
17237
  [
16853
- "apr_dates",
16854
- "april_dates",
17238
+ "afterDateValue_dates",
17239
+ "afterDateValue_dates",
17240
+ false
17241
+ ],
17242
+ [
17243
+ "afterDate_dates",
17244
+ "preposition",
16855
17245
  false
16856
17246
  ],
16857
17247
  [
16858
- "apr_dates",
17248
+ "april_dates",
16859
17249
  "hierarchyAble",
16860
17250
  false
16861
17251
  ],
16862
17252
  [
16863
- "apr_dates",
17253
+ "april_dates",
16864
17254
  "isEdee",
16865
17255
  false
16866
17256
  ],
16867
17257
  [
16868
- "apr_dates",
17258
+ "april_dates",
16869
17259
  "isEder",
16870
17260
  false
16871
17261
  ],
16872
17262
  [
16873
- "apr_dates",
17263
+ "april_dates",
17264
+ "month_dates",
17265
+ false
17266
+ ],
17267
+ [
17268
+ "april_dates",
16874
17269
  "object",
16875
17270
  false
16876
17271
  ],
16877
17272
  [
16878
- "apr_dates",
17273
+ "april_dates",
16879
17274
  "property",
16880
17275
  false
16881
17276
  ],
16882
17277
  [
16883
- "apr_dates",
17278
+ "april_dates",
16884
17279
  "queryable",
16885
17280
  false
16886
17281
  ],
16887
17282
  [
16888
- "apr_dates",
17283
+ "april_dates",
16889
17284
  "theAble",
16890
17285
  false
16891
17286
  ],
16892
17287
  [
16893
- "april_dates",
17288
+ "article",
17289
+ "article",
17290
+ false
17291
+ ],
17292
+ [
17293
+ "august_dates",
16894
17294
  "hierarchyAble",
16895
17295
  false
16896
17296
  ],
16897
17297
  [
16898
- "april_dates",
17298
+ "august_dates",
16899
17299
  "isEdee",
16900
17300
  false
16901
17301
  ],
16902
17302
  [
16903
- "april_dates",
17303
+ "august_dates",
16904
17304
  "isEder",
16905
17305
  false
16906
17306
  ],
16907
17307
  [
16908
- "april_dates",
17308
+ "august_dates",
16909
17309
  "month_dates",
16910
17310
  false
16911
17311
  ],
16912
17312
  [
16913
- "april_dates",
17313
+ "august_dates",
16914
17314
  "object",
16915
17315
  false
16916
17316
  ],
16917
17317
  [
16918
- "april_dates",
17318
+ "august_dates",
16919
17319
  "property",
16920
17320
  false
16921
17321
  ],
16922
17322
  [
16923
- "april_dates",
17323
+ "august_dates",
16924
17324
  "queryable",
16925
17325
  false
16926
17326
  ],
16927
17327
  [
16928
- "april_dates",
17328
+ "august_dates",
16929
17329
  "theAble",
16930
17330
  false
16931
17331
  ],
16932
17332
  [
16933
- "article",
16934
- "article",
16935
- false
16936
- ],
16937
- [
16938
- "aug_dates",
16939
- "august_dates",
17333
+ "bc_dates",
17334
+ "era_dates",
16940
17335
  false
16941
17336
  ],
16942
17337
  [
16943
- "aug_dates",
17338
+ "bc_dates",
16944
17339
  "hierarchyAble",
16945
17340
  false
16946
17341
  ],
16947
17342
  [
16948
- "aug_dates",
17343
+ "bc_dates",
16949
17344
  "isEdee",
16950
17345
  false
16951
17346
  ],
16952
17347
  [
16953
- "aug_dates",
17348
+ "bc_dates",
16954
17349
  "isEder",
16955
17350
  false
16956
17351
  ],
16957
17352
  [
16958
- "aug_dates",
17353
+ "bc_dates",
16959
17354
  "object",
16960
17355
  false
16961
17356
  ],
16962
17357
  [
16963
- "aug_dates",
17358
+ "bc_dates",
16964
17359
  "property",
16965
17360
  false
16966
17361
  ],
16967
17362
  [
16968
- "aug_dates",
17363
+ "bc_dates",
16969
17364
  "queryable",
16970
17365
  false
16971
17366
  ],
16972
17367
  [
16973
- "aug_dates",
16974
- "theAble",
16975
- false
16976
- ],
16977
- [
16978
- "august_dates",
16979
- "hierarchyAble",
16980
- false
16981
- ],
16982
- [
16983
- "august_dates",
16984
- "isEdee",
16985
- false
16986
- ],
16987
- [
16988
- "august_dates",
16989
- "isEder",
16990
- false
16991
- ],
16992
- [
16993
- "august_dates",
16994
- "month_dates",
16995
- false
16996
- ],
16997
- [
16998
- "august_dates",
16999
- "object",
17000
- false
17001
- ],
17002
- [
17003
- "august_dates",
17004
- "property",
17005
- false
17006
- ],
17007
- [
17008
- "august_dates",
17009
- "queryable",
17010
- false
17011
- ],
17012
- [
17013
- "august_dates",
17014
- "theAble",
17015
- false
17016
- ],
17017
- [
17018
- "bc_dates",
17019
- "era_dates",
17020
- false
17021
- ],
17022
- [
17023
- "bc_dates",
17024
- "hierarchyAble",
17025
- false
17026
- ],
17027
- [
17028
- "bc_dates",
17029
- "isEdee",
17030
- false
17031
- ],
17032
- [
17033
- "bc_dates",
17034
- "isEder",
17035
- false
17036
- ],
17037
- [
17038
- "bc_dates",
17039
- "object",
17040
- false
17041
- ],
17042
- [
17043
- "bc_dates",
17044
- "property",
17045
- false
17046
- ],
17047
- [
17048
- "bc_dates",
17049
- "queryable",
17050
- false
17051
- ],
17052
- [
17053
- "bc_dates",
17368
+ "bc_dates",
17054
17369
  "theAble",
17055
17370
  false
17056
17371
  ],
@@ -17126,7 +17441,12 @@
17126
17441
  ],
17127
17442
  [
17128
17443
  "date_dates",
17444
+ "afterDateValue_dates",
17445
+ false
17446
+ ],
17447
+ [
17129
17448
  "date_dates",
17449
+ "onDateValue_dates",
17130
17450
  false
17131
17451
  ],
17132
17452
  [
@@ -17136,76 +17456,46 @@
17136
17456
  ],
17137
17457
  [
17138
17458
  "day_dates",
17139
- "hierarchyAble",
17459
+ "afterDateValue_dates",
17140
17460
  false
17141
17461
  ],
17142
17462
  [
17143
17463
  "day_dates",
17144
- "isEdee",
17464
+ "hierarchyAble",
17145
17465
  false
17146
17466
  ],
17147
17467
  [
17148
17468
  "day_dates",
17149
- "isEder",
17469
+ "isEdee",
17150
17470
  false
17151
17471
  ],
17152
17472
  [
17153
17473
  "day_dates",
17154
- "object",
17474
+ "isEder",
17155
17475
  false
17156
17476
  ],
17157
17477
  [
17158
17478
  "day_dates",
17159
- "property",
17479
+ "object",
17160
17480
  false
17161
17481
  ],
17162
17482
  [
17163
17483
  "day_dates",
17164
- "queryable",
17484
+ "onDateValue_dates",
17165
17485
  false
17166
17486
  ],
17167
17487
  [
17168
17488
  "day_dates",
17169
- "theAble",
17170
- false
17171
- ],
17172
- [
17173
- "dec_dates",
17174
- "december_dates",
17175
- false
17176
- ],
17177
- [
17178
- "dec_dates",
17179
- "hierarchyAble",
17180
- false
17181
- ],
17182
- [
17183
- "dec_dates",
17184
- "isEdee",
17185
- false
17186
- ],
17187
- [
17188
- "dec_dates",
17189
- "isEder",
17190
- false
17191
- ],
17192
- [
17193
- "dec_dates",
17194
- "object",
17195
- false
17196
- ],
17197
- [
17198
- "dec_dates",
17199
17489
  "property",
17200
17490
  false
17201
17491
  ],
17202
17492
  [
17203
- "dec_dates",
17493
+ "day_dates",
17204
17494
  "queryable",
17205
17495
  false
17206
17496
  ],
17207
17497
  [
17208
- "dec_dates",
17498
+ "day_dates",
17209
17499
  "theAble",
17210
17500
  false
17211
17501
  ],
@@ -17299,56 +17589,11 @@
17299
17589
  "theAble",
17300
17590
  false
17301
17591
  ],
17302
- [
17303
- "evaluate",
17304
- "verb",
17305
- false
17306
- ],
17307
17592
  [
17308
17593
  "every",
17309
17594
  "article",
17310
17595
  false
17311
17596
  ],
17312
- [
17313
- "feb_dates",
17314
- "february_dates",
17315
- false
17316
- ],
17317
- [
17318
- "feb_dates",
17319
- "hierarchyAble",
17320
- false
17321
- ],
17322
- [
17323
- "feb_dates",
17324
- "isEdee",
17325
- false
17326
- ],
17327
- [
17328
- "feb_dates",
17329
- "isEder",
17330
- false
17331
- ],
17332
- [
17333
- "feb_dates",
17334
- "object",
17335
- false
17336
- ],
17337
- [
17338
- "feb_dates",
17339
- "property",
17340
- false
17341
- ],
17342
- [
17343
- "feb_dates",
17344
- "queryable",
17345
- false
17346
- ],
17347
- [
17348
- "feb_dates",
17349
- "theAble",
17350
- false
17351
- ],
17352
17597
  [
17353
17598
  "february_dates",
17354
17599
  "hierarchyAble",
@@ -17499,46 +17744,6 @@
17499
17744
  "toAble",
17500
17745
  false
17501
17746
  ],
17502
- [
17503
- "jan_dates",
17504
- "hierarchyAble",
17505
- false
17506
- ],
17507
- [
17508
- "jan_dates",
17509
- "isEdee",
17510
- false
17511
- ],
17512
- [
17513
- "jan_dates",
17514
- "isEder",
17515
- false
17516
- ],
17517
- [
17518
- "jan_dates",
17519
- "january_dates",
17520
- false
17521
- ],
17522
- [
17523
- "jan_dates",
17524
- "object",
17525
- false
17526
- ],
17527
- [
17528
- "jan_dates",
17529
- "property",
17530
- false
17531
- ],
17532
- [
17533
- "jan_dates",
17534
- "queryable",
17535
- false
17536
- ],
17537
- [
17538
- "jan_dates",
17539
- "theAble",
17540
- false
17541
- ],
17542
17747
  [
17543
17748
  "january_dates",
17544
17749
  "hierarchyAble",
@@ -17579,46 +17784,6 @@
17579
17784
  "theAble",
17580
17785
  false
17581
17786
  ],
17582
- [
17583
- "jul_dates",
17584
- "hierarchyAble",
17585
- false
17586
- ],
17587
- [
17588
- "jul_dates",
17589
- "isEdee",
17590
- false
17591
- ],
17592
- [
17593
- "jul_dates",
17594
- "isEder",
17595
- false
17596
- ],
17597
- [
17598
- "jul_dates",
17599
- "july_dates",
17600
- false
17601
- ],
17602
- [
17603
- "jul_dates",
17604
- "object",
17605
- false
17606
- ],
17607
- [
17608
- "jul_dates",
17609
- "property",
17610
- false
17611
- ],
17612
- [
17613
- "jul_dates",
17614
- "queryable",
17615
- false
17616
- ],
17617
- [
17618
- "jul_dates",
17619
- "theAble",
17620
- false
17621
- ],
17622
17787
  [
17623
17788
  "july_dates",
17624
17789
  "hierarchyAble",
@@ -17659,46 +17824,6 @@
17659
17824
  "theAble",
17660
17825
  false
17661
17826
  ],
17662
- [
17663
- "jun_dates",
17664
- "hierarchyAble",
17665
- false
17666
- ],
17667
- [
17668
- "jun_dates",
17669
- "isEdee",
17670
- false
17671
- ],
17672
- [
17673
- "jun_dates",
17674
- "isEder",
17675
- false
17676
- ],
17677
- [
17678
- "jun_dates",
17679
- "june_dates",
17680
- false
17681
- ],
17682
- [
17683
- "jun_dates",
17684
- "object",
17685
- false
17686
- ],
17687
- [
17688
- "jun_dates",
17689
- "property",
17690
- false
17691
- ],
17692
- [
17693
- "jun_dates",
17694
- "queryable",
17695
- false
17696
- ],
17697
- [
17698
- "jun_dates",
17699
- "theAble",
17700
- false
17701
- ],
17702
17827
  [
17703
17828
  "june_dates",
17704
17829
  "hierarchyAble",
@@ -17744,46 +17869,6 @@
17744
17869
  "theAble",
17745
17870
  false
17746
17871
  ],
17747
- [
17748
- "mar_dates",
17749
- "hierarchyAble",
17750
- false
17751
- ],
17752
- [
17753
- "mar_dates",
17754
- "isEdee",
17755
- false
17756
- ],
17757
- [
17758
- "mar_dates",
17759
- "isEder",
17760
- false
17761
- ],
17762
- [
17763
- "mar_dates",
17764
- "march_dates",
17765
- false
17766
- ],
17767
- [
17768
- "mar_dates",
17769
- "object",
17770
- false
17771
- ],
17772
- [
17773
- "mar_dates",
17774
- "property",
17775
- false
17776
- ],
17777
- [
17778
- "mar_dates",
17779
- "queryable",
17780
- false
17781
- ],
17782
- [
17783
- "mar_dates",
17784
- "theAble",
17785
- false
17786
- ],
17787
17872
  [
17788
17873
  "march_dates",
17789
17874
  "hierarchyAble",
@@ -17929,6 +18014,11 @@
17929
18014
  "date_dates",
17930
18015
  false
17931
18016
  ],
18017
+ [
18018
+ "monthDay_dates",
18019
+ "date_dates",
18020
+ false
18021
+ ],
17932
18022
  [
17933
18023
  "monthNumber_dates",
17934
18024
  "integer",
@@ -17939,6 +18029,11 @@
17939
18029
  "date_dates",
17940
18030
  false
17941
18031
  ],
18032
+ [
18033
+ "month_dates",
18034
+ "afterDateValue_dates",
18035
+ false
18036
+ ],
17942
18037
  [
17943
18038
  "month_dates",
17944
18039
  "hierarchyAble",
@@ -17961,66 +18056,31 @@
17961
18056
  ],
17962
18057
  [
17963
18058
  "month_dates",
17964
- "property",
18059
+ "onDateValue_dates",
17965
18060
  false
17966
18061
  ],
17967
18062
  [
17968
18063
  "month_dates",
17969
- "queryable",
18064
+ "property",
17970
18065
  false
17971
18066
  ],
17972
18067
  [
17973
18068
  "month_dates",
17974
- "theAble",
17975
- false
17976
- ],
17977
- [
17978
- "negatable",
17979
18069
  "queryable",
17980
18070
  false
17981
18071
  ],
17982
18072
  [
17983
- "noun",
18073
+ "month_dates",
17984
18074
  "theAble",
17985
18075
  false
17986
18076
  ],
17987
18077
  [
17988
- "nov_dates",
17989
- "hierarchyAble",
17990
- false
17991
- ],
17992
- [
17993
- "nov_dates",
17994
- "isEdee",
17995
- false
17996
- ],
17997
- [
17998
- "nov_dates",
17999
- "isEder",
18000
- false
18001
- ],
18002
- [
18003
- "nov_dates",
18004
- "november_dates",
18005
- false
18006
- ],
18007
- [
18008
- "nov_dates",
18009
- "object",
18010
- false
18011
- ],
18012
- [
18013
- "nov_dates",
18014
- "property",
18015
- false
18016
- ],
18017
- [
18018
- "nov_dates",
18078
+ "negatable",
18019
18079
  "queryable",
18020
18080
  false
18021
18081
  ],
18022
18082
  [
18023
- "nov_dates",
18083
+ "noun",
18024
18084
  "theAble",
18025
18085
  false
18026
18086
  ],
@@ -18084,46 +18144,6 @@
18084
18144
  "theAble",
18085
18145
  false
18086
18146
  ],
18087
- [
18088
- "oct_dates",
18089
- "hierarchyAble",
18090
- false
18091
- ],
18092
- [
18093
- "oct_dates",
18094
- "isEdee",
18095
- false
18096
- ],
18097
- [
18098
- "oct_dates",
18099
- "isEder",
18100
- false
18101
- ],
18102
- [
18103
- "oct_dates",
18104
- "object",
18105
- false
18106
- ],
18107
- [
18108
- "oct_dates",
18109
- "october_dates",
18110
- false
18111
- ],
18112
- [
18113
- "oct_dates",
18114
- "property",
18115
- false
18116
- ],
18117
- [
18118
- "oct_dates",
18119
- "queryable",
18120
- false
18121
- ],
18122
- [
18123
- "oct_dates",
18124
- "theAble",
18125
- false
18126
- ],
18127
18147
  [
18128
18148
  "october_dates",
18129
18149
  "hierarchyAble",
@@ -18164,6 +18184,16 @@
18164
18184
  "theAble",
18165
18185
  false
18166
18186
  ],
18187
+ [
18188
+ "onDateValue_dates",
18189
+ "onDateValue_dates",
18190
+ false
18191
+ ],
18192
+ [
18193
+ "onDate_dates",
18194
+ "preposition",
18195
+ false
18196
+ ],
18167
18197
  [
18168
18198
  "orAble",
18169
18199
  "ifAble",
@@ -18289,46 +18319,6 @@
18289
18319
  "theAble",
18290
18320
  false
18291
18321
  ],
18292
- [
18293
- "sept_dates",
18294
- "hierarchyAble",
18295
- false
18296
- ],
18297
- [
18298
- "sept_dates",
18299
- "isEdee",
18300
- false
18301
- ],
18302
- [
18303
- "sept_dates",
18304
- "isEder",
18305
- false
18306
- ],
18307
- [
18308
- "sept_dates",
18309
- "object",
18310
- false
18311
- ],
18312
- [
18313
- "sept_dates",
18314
- "property",
18315
- false
18316
- ],
18317
- [
18318
- "sept_dates",
18319
- "queryable",
18320
- false
18321
- ],
18322
- [
18323
- "sept_dates",
18324
- "september_dates",
18325
- false
18326
- ],
18327
- [
18328
- "sept_dates",
18329
- "theAble",
18330
- false
18331
- ],
18332
18322
  [
18333
18323
  "september_dates",
18334
18324
  "hierarchyAble",
@@ -18851,6 +18841,48 @@
18851
18841
  0
18852
18842
  ]
18853
18843
  ],
18844
+ [
18845
+ [
18846
+ "is",
18847
+ 0
18848
+ ],
18849
+ [
18850
+ "list",
18851
+ 1
18852
+ ],
18853
+ [
18854
+ "unknown",
18855
+ 0
18856
+ ]
18857
+ ],
18858
+ [
18859
+ [
18860
+ "is",
18861
+ 0
18862
+ ],
18863
+ [
18864
+ "list",
18865
+ 1
18866
+ ],
18867
+ [
18868
+ "unknown",
18869
+ 0
18870
+ ]
18871
+ ],
18872
+ [
18873
+ [
18874
+ "is",
18875
+ 0
18876
+ ],
18877
+ [
18878
+ "list",
18879
+ 1
18880
+ ],
18881
+ [
18882
+ "unknown",
18883
+ 0
18884
+ ]
18885
+ ],
18854
18886
  [
18855
18887
  [
18856
18888
  "setIdSuffix",