ekms 8.1.0 → 8.3.0-beta.0

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 (44) hide show
  1. package/common/animals.instance.json +65 -13
  2. package/common/colors.instance.json +195 -14
  3. package/common/comparable.instance.json +18 -3
  4. package/common/concept.test.json +688 -0
  5. package/common/countable.test.json +664 -317
  6. package/common/crew.instance.json +27 -569
  7. package/common/dialogues.js +11 -4
  8. package/common/dimension.instance.json +15 -1
  9. package/common/edible.instance.json +334 -32
  10. package/common/edible.test.json +860 -316
  11. package/common/emotions.instance.json +1 -61
  12. package/common/fastfood.instance.json +902 -506
  13. package/common/fastfood.test.json +20879 -15283
  14. package/common/formulas.instance.json +6 -1
  15. package/common/formulas.test.json +5242 -1930
  16. package/common/gdefaults.js +14 -8
  17. package/common/helpers/concept.js +8 -4
  18. package/common/helpers/properties.js +20 -8
  19. package/common/hierarchy.js +1 -0
  20. package/common/kirk.instance.json +1 -6
  21. package/common/length.instance.json +334 -262
  22. package/common/math.instance.json +6 -1
  23. package/common/numbers.js +34 -27
  24. package/common/numbers.test.json +73 -18
  25. package/common/ordering.instance.json +12 -3
  26. package/common/ordinals.js +1 -0
  27. package/common/ordinals.test.json +106 -0
  28. package/common/people.instance.json +66 -284
  29. package/common/people.test.json +1815 -1073
  30. package/common/percentages.js +1 -0
  31. package/common/percentages.test.json +37 -37
  32. package/common/pipboy.instance.json +290 -27
  33. package/common/pokemon.instance.json +30 -13
  34. package/common/pressure.instance.json +150 -97
  35. package/common/properties.instance.json +1 -1
  36. package/common/properties.js +8 -0
  37. package/common/reports.instance.json +21 -1
  38. package/common/scorekeeper.test.json +3563 -2096
  39. package/common/spock.instance.json +1 -6
  40. package/common/temperature.instance.json +206 -149
  41. package/common/ui.instance.json +6 -1
  42. package/common/ui.js +1 -0
  43. package/common/weight.instance.json +309 -224
  44. package/package.json +2 -2
@@ -59,6 +59,11 @@
59
59
  "ifAble",
60
60
  false
61
61
  ],
62
+ [
63
+ "integer",
64
+ "number",
65
+ false
66
+ ],
62
67
  [
63
68
  "is",
64
69
  "canBeQuestion",
@@ -211,7 +216,7 @@
211
216
  ],
212
217
  [
213
218
  "theAble",
214
- "theAble",
219
+ "queryable",
215
220
  false
216
221
  ],
217
222
  [
package/common/ui.js CHANGED
@@ -127,6 +127,7 @@ const config = {
127
127
  id: "move",
128
128
  isA: ['verb'],
129
129
  level: 0,
130
+ localHierarchy: [['thisitthat', 'moveable']],
130
131
  optional: { 1: "{ marker: 'moveable', pullFromContext: true, default: true, skipDefault: true }" },
131
132
  bridge: "{ ...next(operator), operator: operator, moveable: after[0], direction: after[1], generate: ['operator', 'moveable', 'direction' ] }",
132
133
  semantic: ({api, context}) => {