tinybase 4.0.0-beta.4 → 4.0.0-beta.5.1

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 (269) hide show
  1. package/lib/cjs/persisters/persister-automerge.cjs +1 -0
  2. package/lib/cjs/persisters/persister-automerge.cjs.gz +0 -0
  3. package/lib/cjs/persisters/persister-browser.cjs +1 -0
  4. package/lib/cjs/persisters/persister-browser.cjs.gz +0 -0
  5. package/lib/cjs/persisters/persister-cr-sqlite-wasm.cjs +1 -0
  6. package/lib/cjs/persisters/persister-cr-sqlite-wasm.cjs.gz +0 -0
  7. package/lib/cjs/persisters/persister-file.cjs +1 -0
  8. package/lib/cjs/persisters/persister-file.cjs.gz +0 -0
  9. package/lib/cjs/persisters/persister-remote.cjs +1 -0
  10. package/lib/cjs/persisters/persister-remote.cjs.gz +0 -0
  11. package/lib/cjs/persisters/persister-sqlite-wasm.cjs +1 -0
  12. package/lib/cjs/persisters/persister-sqlite-wasm.cjs.gz +0 -0
  13. package/lib/cjs/persisters/persister-sqlite3.cjs +1 -0
  14. package/lib/cjs/persisters/persister-sqlite3.cjs.gz +0 -0
  15. package/lib/cjs/persisters/persister-yjs.cjs +1 -0
  16. package/lib/cjs/persisters/persister-yjs.cjs.gz +0 -0
  17. package/lib/cjs/persisters.cjs +1 -1
  18. package/lib/cjs/persisters.cjs.gz +0 -0
  19. package/lib/cjs/store.cjs +1 -1
  20. package/lib/cjs/store.cjs.gz +0 -0
  21. package/lib/cjs/tinybase.cjs +1 -1
  22. package/lib/cjs/tinybase.cjs.gz +0 -0
  23. package/lib/cjs/tools.cjs +1 -1
  24. package/lib/cjs/tools.cjs.gz +0 -0
  25. package/lib/cjs/ui-react.cjs +1 -1
  26. package/lib/cjs/ui-react.cjs.gz +0 -0
  27. package/lib/cjs-es6/persisters/persister-automerge.cjs +1 -0
  28. package/lib/cjs-es6/persisters/persister-automerge.cjs.gz +0 -0
  29. package/lib/cjs-es6/persisters/persister-browser.cjs +1 -0
  30. package/lib/cjs-es6/persisters/persister-browser.cjs.gz +0 -0
  31. package/lib/cjs-es6/persisters/persister-cr-sqlite-wasm.cjs +1 -0
  32. package/lib/cjs-es6/persisters/persister-cr-sqlite-wasm.cjs.gz +0 -0
  33. package/lib/cjs-es6/persisters/persister-file.cjs +1 -0
  34. package/lib/cjs-es6/persisters/persister-file.cjs.gz +0 -0
  35. package/lib/cjs-es6/persisters/persister-remote.cjs +1 -0
  36. package/lib/cjs-es6/persisters/persister-remote.cjs.gz +0 -0
  37. package/lib/cjs-es6/persisters/persister-sqlite-wasm.cjs +1 -0
  38. package/lib/cjs-es6/persisters/persister-sqlite-wasm.cjs.gz +0 -0
  39. package/lib/cjs-es6/persisters/persister-sqlite3.cjs +1 -0
  40. package/lib/cjs-es6/persisters/persister-sqlite3.cjs.gz +0 -0
  41. package/lib/cjs-es6/persisters/persister-yjs.cjs +1 -0
  42. package/lib/cjs-es6/persisters/persister-yjs.cjs.gz +0 -0
  43. package/lib/cjs-es6/persisters.cjs +1 -1
  44. package/lib/cjs-es6/persisters.cjs.gz +0 -0
  45. package/lib/cjs-es6/store.cjs +1 -1
  46. package/lib/cjs-es6/store.cjs.gz +0 -0
  47. package/lib/cjs-es6/tinybase.cjs +1 -1
  48. package/lib/cjs-es6/tinybase.cjs.gz +0 -0
  49. package/lib/cjs-es6/tools.cjs +1 -1
  50. package/lib/cjs-es6/tools.cjs.gz +0 -0
  51. package/lib/cjs-es6/ui-react.cjs +1 -1
  52. package/lib/cjs-es6/ui-react.cjs.gz +0 -0
  53. package/lib/debug/{persister-automerge.js → persisters/persister-automerge.js} +58 -31
  54. package/lib/debug/{persister-browser.js → persisters/persister-browser.js} +49 -20
  55. package/lib/debug/persisters/persister-cr-sqlite-wasm.js +665 -0
  56. package/lib/debug/{persister-file.js → persisters/persister-file.js} +51 -25
  57. package/lib/debug/{persister-remote.js → persisters/persister-remote.js} +48 -19
  58. package/lib/debug/persisters/persister-sqlite-wasm.js +673 -0
  59. package/lib/debug/persisters/persister-sqlite3.js +676 -0
  60. package/lib/debug/{persister-yjs.js → persisters/persister-yjs.js} +49 -20
  61. package/lib/debug/persisters.js +47 -18
  62. package/lib/debug/store.js +79 -29
  63. package/lib/debug/tinybase.js +123 -46
  64. package/lib/debug/tools.js +121 -27
  65. package/lib/debug/ui-react.js +24 -0
  66. package/lib/es6/persisters/persister-automerge.js +1 -0
  67. package/lib/es6/persisters/persister-automerge.js.gz +0 -0
  68. package/lib/es6/persisters/persister-browser.js +1 -0
  69. package/lib/es6/persisters/persister-browser.js.gz +0 -0
  70. package/lib/es6/persisters/persister-cr-sqlite-wasm.js +1 -0
  71. package/lib/es6/persisters/persister-cr-sqlite-wasm.js.gz +0 -0
  72. package/lib/es6/persisters/persister-file.js +1 -0
  73. package/lib/es6/persisters/persister-file.js.gz +0 -0
  74. package/lib/es6/persisters/persister-remote.js +1 -0
  75. package/lib/es6/persisters/persister-remote.js.gz +0 -0
  76. package/lib/es6/persisters/persister-sqlite-wasm.js +1 -0
  77. package/lib/es6/persisters/persister-sqlite-wasm.js.gz +0 -0
  78. package/lib/es6/persisters/persister-sqlite3.js +1 -0
  79. package/lib/es6/persisters/persister-sqlite3.js.gz +0 -0
  80. package/lib/es6/persisters/persister-yjs.js +1 -0
  81. package/lib/es6/persisters/persister-yjs.js.gz +0 -0
  82. package/lib/es6/persisters.js +1 -1
  83. package/lib/es6/persisters.js.gz +0 -0
  84. package/lib/es6/store.js +1 -1
  85. package/lib/es6/store.js.gz +0 -0
  86. package/lib/es6/tinybase.js +1 -1
  87. package/lib/es6/tinybase.js.gz +0 -0
  88. package/lib/es6/tools.js +1 -1
  89. package/lib/es6/tools.js.gz +0 -0
  90. package/lib/es6/ui-react.js +1 -1
  91. package/lib/es6/ui-react.js.gz +0 -0
  92. package/lib/persisters/persister-automerge.js +1 -0
  93. package/lib/persisters/persister-automerge.js.gz +0 -0
  94. package/lib/persisters/persister-browser.js +1 -0
  95. package/lib/persisters/persister-browser.js.gz +0 -0
  96. package/lib/persisters/persister-cr-sqlite-wasm.js +1 -0
  97. package/lib/persisters/persister-cr-sqlite-wasm.js.gz +0 -0
  98. package/lib/persisters/persister-file.js +1 -0
  99. package/lib/persisters/persister-file.js.gz +0 -0
  100. package/lib/persisters/persister-remote.js +1 -0
  101. package/lib/persisters/persister-remote.js.gz +0 -0
  102. package/lib/persisters/persister-sqlite-wasm.js +1 -0
  103. package/lib/persisters/persister-sqlite-wasm.js.gz +0 -0
  104. package/lib/persisters/persister-sqlite3.js +1 -0
  105. package/lib/persisters/persister-sqlite3.js.gz +0 -0
  106. package/lib/persisters/persister-yjs.js +1 -0
  107. package/lib/persisters/persister-yjs.js.gz +0 -0
  108. package/lib/persisters.js +1 -1
  109. package/lib/persisters.js.gz +0 -0
  110. package/lib/store.js +1 -1
  111. package/lib/store.js.gz +0 -0
  112. package/lib/tinybase.js +1 -1
  113. package/lib/tinybase.js.gz +0 -0
  114. package/lib/tools.js +1 -1
  115. package/lib/tools.js.gz +0 -0
  116. package/lib/types/checkpoints.d.ts +0 -27
  117. package/lib/types/common.d.ts +0 -9
  118. package/lib/types/indexes.d.ts +0 -26
  119. package/lib/types/metrics.d.ts +0 -23
  120. package/lib/types/{persister-automerge.d.ts → persisters/persister-automerge.d.ts} +4 -6
  121. package/lib/types/{persister-browser.d.ts → persisters/persister-browser.d.ts} +2 -5
  122. package/lib/types/persisters/persister-cr-sqlite-wasm.d.ts +95 -0
  123. package/lib/types/{persister-file.d.ts → persisters/persister-file.d.ts} +3 -5
  124. package/lib/types/{persister-remote.d.ts → persisters/persister-remote.d.ts} +2 -4
  125. package/lib/types/persisters/persister-sqlite-wasm.d.ts +102 -0
  126. package/lib/types/persisters/persister-sqlite3.d.ts +109 -0
  127. package/lib/types/{persister-yjs.d.ts → persisters/persister-yjs.d.ts} +4 -6
  128. package/lib/types/persisters.d.ts +517 -27
  129. package/lib/types/queries.d.ts +52 -127
  130. package/lib/types/relationships.d.ts +0 -26
  131. package/lib/types/store.d.ts +347 -196
  132. package/lib/types/tinybase.d.ts +0 -1
  133. package/lib/types/tools.d.ts +15 -28
  134. package/lib/types/ui-react.d.ts +196 -181
  135. package/lib/types/with-schemas/checkpoints.d.ts +5 -32
  136. package/lib/types/with-schemas/common.d.ts +0 -9
  137. package/lib/types/with-schemas/indexes.d.ts +9 -35
  138. package/lib/types/with-schemas/metrics.d.ts +9 -32
  139. package/lib/types/with-schemas/{persister-automerge.d.ts → persisters/persister-automerge.d.ts} +4 -6
  140. package/lib/types/with-schemas/{persister-browser.d.ts → persisters/persister-browser.d.ts} +2 -5
  141. package/lib/types/with-schemas/persisters/persister-cr-sqlite-wasm.d.ts +105 -0
  142. package/lib/types/with-schemas/{persister-file.d.ts → persisters/persister-file.d.ts} +3 -5
  143. package/lib/types/with-schemas/{persister-remote.d.ts → persisters/persister-remote.d.ts} +2 -4
  144. package/lib/types/with-schemas/persisters/persister-sqlite-wasm.d.ts +113 -0
  145. package/lib/types/with-schemas/persisters/persister-sqlite3.d.ts +119 -0
  146. package/lib/types/with-schemas/{persister-yjs.d.ts → persisters/persister-yjs.d.ts} +4 -6
  147. package/lib/types/with-schemas/persisters.d.ts +534 -29
  148. package/lib/types/with-schemas/queries.d.ts +61 -224
  149. package/lib/types/with-schemas/relationships.d.ts +9 -35
  150. package/lib/types/with-schemas/store.d.ts +488 -239
  151. package/lib/types/with-schemas/tinybase.d.ts +0 -1
  152. package/lib/types/with-schemas/tools.d.ts +19 -32
  153. package/lib/types/with-schemas/ui-react.d.ts +221 -186
  154. package/lib/ui-react.js +1 -1
  155. package/lib/ui-react.js.gz +0 -0
  156. package/lib/umd/persisters/persister-automerge.js +1 -0
  157. package/lib/umd/persisters/persister-automerge.js.gz +0 -0
  158. package/lib/umd/persisters/persister-browser.js +1 -0
  159. package/lib/umd/persisters/persister-browser.js.gz +0 -0
  160. package/lib/umd/persisters/persister-cr-sqlite-wasm.js +1 -0
  161. package/lib/umd/persisters/persister-cr-sqlite-wasm.js.gz +0 -0
  162. package/lib/umd/persisters/persister-file.js +1 -0
  163. package/lib/umd/persisters/persister-file.js.gz +0 -0
  164. package/lib/umd/persisters/persister-remote.js +1 -0
  165. package/lib/umd/persisters/persister-remote.js.gz +0 -0
  166. package/lib/umd/persisters/persister-sqlite-wasm.js +1 -0
  167. package/lib/umd/persisters/persister-sqlite-wasm.js.gz +0 -0
  168. package/lib/umd/persisters/persister-sqlite3.js +1 -0
  169. package/lib/umd/persisters/persister-sqlite3.js.gz +0 -0
  170. package/lib/umd/persisters/persister-yjs.js +1 -0
  171. package/lib/umd/persisters/persister-yjs.js.gz +0 -0
  172. package/lib/umd/persisters.js +1 -1
  173. package/lib/umd/persisters.js.gz +0 -0
  174. package/lib/umd/store.js +1 -1
  175. package/lib/umd/store.js.gz +0 -0
  176. package/lib/umd/tinybase.js +1 -1
  177. package/lib/umd/tinybase.js.gz +0 -0
  178. package/lib/umd/tools.js +1 -1
  179. package/lib/umd/tools.js.gz +0 -0
  180. package/lib/umd/ui-react.js +1 -1
  181. package/lib/umd/ui-react.js.gz +0 -0
  182. package/lib/umd-es6/persisters/persister-automerge.js +1 -0
  183. package/lib/umd-es6/persisters/persister-automerge.js.gz +0 -0
  184. package/lib/umd-es6/persisters/persister-browser.js +1 -0
  185. package/lib/umd-es6/persisters/persister-browser.js.gz +0 -0
  186. package/lib/umd-es6/persisters/persister-cr-sqlite-wasm.js +1 -0
  187. package/lib/umd-es6/persisters/persister-cr-sqlite-wasm.js.gz +0 -0
  188. package/lib/umd-es6/persisters/persister-file.js +1 -0
  189. package/lib/umd-es6/persisters/persister-file.js.gz +0 -0
  190. package/lib/umd-es6/persisters/persister-remote.js +1 -0
  191. package/lib/umd-es6/persisters/persister-remote.js.gz +0 -0
  192. package/lib/umd-es6/persisters/persister-sqlite-wasm.js +1 -0
  193. package/lib/umd-es6/persisters/persister-sqlite-wasm.js.gz +0 -0
  194. package/lib/umd-es6/persisters/persister-sqlite3.js +1 -0
  195. package/lib/umd-es6/persisters/persister-sqlite3.js.gz +0 -0
  196. package/lib/umd-es6/persisters/persister-yjs.js +1 -0
  197. package/lib/umd-es6/persisters/persister-yjs.js.gz +0 -0
  198. package/lib/umd-es6/persisters.js +1 -1
  199. package/lib/umd-es6/persisters.js.gz +0 -0
  200. package/lib/umd-es6/store.js +1 -1
  201. package/lib/umd-es6/store.js.gz +0 -0
  202. package/lib/umd-es6/tinybase.js +1 -1
  203. package/lib/umd-es6/tinybase.js.gz +0 -0
  204. package/lib/umd-es6/tools.js +1 -1
  205. package/lib/umd-es6/tools.js.gz +0 -0
  206. package/lib/umd-es6/ui-react.js +1 -1
  207. package/lib/umd-es6/ui-react.js.gz +0 -0
  208. package/package.json +39 -22
  209. package/readme.md +3 -3
  210. package/lib/cjs/persister-automerge.cjs +0 -1
  211. package/lib/cjs/persister-automerge.cjs.gz +0 -0
  212. package/lib/cjs/persister-browser.cjs +0 -1
  213. package/lib/cjs/persister-browser.cjs.gz +0 -0
  214. package/lib/cjs/persister-file.cjs +0 -1
  215. package/lib/cjs/persister-file.cjs.gz +0 -0
  216. package/lib/cjs/persister-remote.cjs +0 -1
  217. package/lib/cjs/persister-remote.cjs.gz +0 -0
  218. package/lib/cjs/persister-yjs.cjs +0 -1
  219. package/lib/cjs/persister-yjs.cjs.gz +0 -0
  220. package/lib/cjs-es6/persister-automerge.cjs +0 -1
  221. package/lib/cjs-es6/persister-automerge.cjs.gz +0 -0
  222. package/lib/cjs-es6/persister-browser.cjs +0 -1
  223. package/lib/cjs-es6/persister-browser.cjs.gz +0 -0
  224. package/lib/cjs-es6/persister-file.cjs +0 -1
  225. package/lib/cjs-es6/persister-file.cjs.gz +0 -0
  226. package/lib/cjs-es6/persister-remote.cjs +0 -1
  227. package/lib/cjs-es6/persister-remote.cjs.gz +0 -0
  228. package/lib/cjs-es6/persister-yjs.cjs +0 -1
  229. package/lib/cjs-es6/persister-yjs.cjs.gz +0 -0
  230. package/lib/es6/persister-automerge.js +0 -1
  231. package/lib/es6/persister-automerge.js.gz +0 -0
  232. package/lib/es6/persister-browser.js +0 -1
  233. package/lib/es6/persister-browser.js.gz +0 -0
  234. package/lib/es6/persister-file.js +0 -1
  235. package/lib/es6/persister-file.js.gz +0 -0
  236. package/lib/es6/persister-remote.js +0 -1
  237. package/lib/es6/persister-remote.js.gz +0 -0
  238. package/lib/es6/persister-yjs.js +0 -1
  239. package/lib/es6/persister-yjs.js.gz +0 -0
  240. package/lib/persister-automerge.js +0 -1
  241. package/lib/persister-automerge.js.gz +0 -0
  242. package/lib/persister-browser.js +0 -1
  243. package/lib/persister-browser.js.gz +0 -0
  244. package/lib/persister-file.js +0 -1
  245. package/lib/persister-file.js.gz +0 -0
  246. package/lib/persister-remote.js +0 -1
  247. package/lib/persister-remote.js.gz +0 -0
  248. package/lib/persister-yjs.js +0 -1
  249. package/lib/persister-yjs.js.gz +0 -0
  250. package/lib/umd/persister-automerge.js +0 -1
  251. package/lib/umd/persister-automerge.js.gz +0 -0
  252. package/lib/umd/persister-browser.js +0 -1
  253. package/lib/umd/persister-browser.js.gz +0 -0
  254. package/lib/umd/persister-file.js +0 -1
  255. package/lib/umd/persister-file.js.gz +0 -0
  256. package/lib/umd/persister-remote.js +0 -1
  257. package/lib/umd/persister-remote.js.gz +0 -0
  258. package/lib/umd/persister-yjs.js +0 -1
  259. package/lib/umd/persister-yjs.js.gz +0 -0
  260. package/lib/umd-es6/persister-automerge.js +0 -1
  261. package/lib/umd-es6/persister-automerge.js.gz +0 -0
  262. package/lib/umd-es6/persister-browser.js +0 -1
  263. package/lib/umd-es6/persister-browser.js.gz +0 -0
  264. package/lib/umd-es6/persister-file.js +0 -1
  265. package/lib/umd-es6/persister-file.js.gz +0 -0
  266. package/lib/umd-es6/persister-remote.js +0 -1
  267. package/lib/umd-es6/persister-remote.js.gz +0 -0
  268. package/lib/umd-es6/persister-yjs.js +0 -1
  269. package/lib/umd-es6/persister-yjs.js.gz +0 -0
@@ -9,7 +9,6 @@
9
9
  *
10
10
  * The components in this module provide a further abstraction over those hooks
11
11
  * to ease the composition of user interfaces that use TinyBase.
12
- *
13
12
  * @see Building UIs guides
14
13
  * @see Building UIs With Metrics guide
15
14
  * @see Building UIs With Indexes guide
@@ -37,6 +36,7 @@ import {
37
36
  SortedRowIdsListener,
38
37
  Store,
39
38
  Table,
39
+ TableCellIdsListener,
40
40
  TableIdsListener,
41
41
  TableListener,
42
42
  Tables,
@@ -85,7 +85,6 @@ import {Persister} from './persisters.d';
85
85
  *
86
86
  * Many hooks and components in this ui-react module take this type as a
87
87
  * parameter or a prop, allowing you to pass in either the Store or its Id.
88
- *
89
88
  * @category Identity
90
89
  */
91
90
  export type StoreOrStoreId = Store | Id;
@@ -104,7 +103,6 @@ export type StoreOrStoreId = Store | Id;
104
103
  *
105
104
  * Many hooks and components in this ui-react module take this type as a
106
105
  * parameter or a prop, allowing you to pass in either the Store or its Id.
107
- *
108
106
  * @category Identity
109
107
  */
110
108
  export type MetricsOrMetricsId = Metrics | Id;
@@ -123,7 +121,6 @@ export type MetricsOrMetricsId = Metrics | Id;
123
121
  *
124
122
  * Many hooks and components in this ui-react module take this type as a
125
123
  * parameter or a prop, allowing you to pass in either the Store or its Id.
126
- *
127
124
  * @category Identity
128
125
  */
129
126
  export type IndexesOrIndexesId = Indexes | Id;
@@ -142,7 +139,6 @@ export type IndexesOrIndexesId = Indexes | Id;
142
139
  *
143
140
  * Many hooks and components in this ui-react module take this type as a
144
141
  * parameter or a prop, allowing you to pass in either the Store or its Id.
145
- *
146
142
  * @category Identity
147
143
  */
148
144
  export type RelationshipsOrRelationshipsId = Relationships | Id;
@@ -161,9 +157,8 @@ export type RelationshipsOrRelationshipsId = Relationships | Id;
161
157
  *
162
158
  * Many hooks and components in this ui-react module take this type as a
163
159
  * parameter or a prop, allowing you to pass in either the Store or its Id.
164
- *
165
160
  * @category Identity
166
- * @since v2.0
161
+ * @since v2.0.0
167
162
  */
168
163
  export type QueriesOrQueriesId = Queries | Id;
169
164
 
@@ -181,7 +176,6 @@ export type QueriesOrQueriesId = Queries | Id;
181
176
  *
182
177
  * Many hooks and components in this ui-react module take this type as a
183
178
  * parameter or a prop, allowing you to pass in either the Store or its Id.
184
- *
185
179
  * @category Identity
186
180
  */
187
181
  export type CheckpointsOrCheckpointsId = Checkpoints | Id;
@@ -194,7 +188,6 @@ export type CheckpointsOrCheckpointsId = Checkpoints | Id;
194
188
  * This type is useful if you are building undo or redo buttons. See the
195
189
  * useUndoInformation hook and the useRedoInformation hook for more details and
196
190
  * examples.
197
- *
198
191
  * @category Checkpoints
199
192
  */
200
193
  export type UndoOrRedoInformation = [boolean, Callback, Id | undefined, string];
@@ -217,7 +210,6 @@ export type UndoOrRedoInformation = [boolean, Callback, Id | undefined, string];
217
210
  * should cause the Store to be recreated, you can provide them in an array in
218
211
  * the optional second parameter, just as you would for any React hook with
219
212
  * dependencies.
220
- *
221
213
  * @param create A function for performing the creation of the Store, plus any
222
214
  * additional steps such as adding data or listeners, and returning it.
223
215
  * @param createDeps An optional array of dependencies for the `create`
@@ -297,7 +289,6 @@ export function useCreateStore(
297
289
  * The useStore hook lets you either get a reference to the default Store (when
298
290
  * called without a parameter), or one of the Store objects that are named by Id
299
291
  * (when called with an Id parameter).
300
- *
301
292
  * @param id An optional Id for accessing a Store that was named with an Id in
302
293
  * the Provider.
303
294
  * @returns A reference to the Store (or `undefined` if not within a Provider
@@ -360,7 +351,6 @@ export function useStore(id?: Id): Store | undefined;
360
351
  * When first rendered, this hook will create a listener so that changes to the
361
352
  * Tables will cause a re-render. When the component containing this hook is
362
353
  * unmounted, the listener will be automatically removed.
363
- *
364
354
  * @param storeOrStoreId The Store to be accessed: omit for the default context
365
355
  * Store, provide an Id for a named context Store, or provide an explicit
366
356
  * reference.
@@ -437,7 +427,6 @@ export function useTables(storeOrStoreId?: StoreOrStoreId): Tables;
437
427
  * When first rendered, this hook will create a listener so that changes to the
438
428
  * Table Ids will cause a re-render. When the component containing this hook is
439
429
  * unmounted, the listener will be automatically removed.
440
- *
441
430
  * @param storeOrStoreId The Store to be accessed: omit for the default context
442
431
  * Store, provide an Id for a named context Store, or provide an explicit
443
432
  * reference.
@@ -514,7 +503,6 @@ export function useTableIds(storeOrStoreId?: StoreOrStoreId): Ids;
514
503
  * When first rendered, this hook will create a listener so that changes to the
515
504
  * Table will cause a re-render. When the component containing this hook is
516
505
  * unmounted, the listener will be automatically removed.
517
- *
518
506
  * @param tableId The Id of the Table in the Store.
519
507
  * @param storeOrStoreId The Store to be accessed: omit for the default context
520
508
  * Store, provide an Id for a named context Store, or provide an explicit
@@ -580,6 +568,91 @@ export function useTableIds(storeOrStoreId?: StoreOrStoreId): Ids;
580
568
  */
581
569
  export function useTable(tableId: Id, storeOrStoreId?: StoreOrStoreId): Table;
582
570
 
571
+ /**
572
+ * The useTableCellIds hook returns the Ids of every Cell used across the whole
573
+ * Table, and registers a listener so that any changes to that result will cause
574
+ * a re-render.
575
+ *
576
+ * A Provider component is used to wrap part of an application in a context, and
577
+ * it can contain a default Store or a set of Store objects named by Id. The
578
+ * useTableCellIds hook lets you indicate which Store to get data for: omit the
579
+ * optional final parameter for the default context Store, provide an Id for a
580
+ * named context Store, or provide a Store explicitly by reference.
581
+ *
582
+ * When first rendered, this hook will create a listener so that changes to the
583
+ * Table Cell Ids will cause a re-render. When the component containing this
584
+ * hook is unmounted, the listener will be automatically removed.
585
+ * @param tableId The Id of the Table in the Store.
586
+ * @param storeOrStoreId The Store to be accessed: omit for the default context
587
+ * Store, provide an Id for a named context Store, or provide an explicit
588
+ * reference.
589
+ * @returns An array of the Ids of every Cell used across the whole Table.
590
+ * @example
591
+ * This example creates a Store outside the application, which is used in the
592
+ * useTableCellIds hook by reference. A change to the data in the Store
593
+ * re-renders the component.
594
+ *
595
+ * ```jsx
596
+ * const store = createStore().setCell('pets', 'fido', 'color', 'brown');
597
+ * const App = () => (
598
+ * <span>{JSON.stringify(useTableCellIds('pets', store))}</span>
599
+ * );
600
+ *
601
+ * const app = document.createElement('div');
602
+ * ReactDOMClient.createRoot(app).render(<App />); // !act
603
+ * console.log(app.innerHTML);
604
+ * // -> '<span>["color"]</span>'
605
+ *
606
+ * store.setCell('pets', 'felix', 'species', 'cat'); // !act
607
+ * console.log(app.innerHTML);
608
+ * // -> '<span>["color","species"]</span>'
609
+ * ```
610
+ * @example
611
+ * This example creates a Provider context into which a default Store is
612
+ * provided. A component within it then uses the useTableCellIds hook.
613
+ *
614
+ * ```jsx
615
+ * const App = ({store}) => (
616
+ * <Provider store={store}>
617
+ * <Pane />
618
+ * </Provider>
619
+ * );
620
+ * const Pane = () => <span>{JSON.stringify(useTableCellIds('pets'))}</span>;
621
+ *
622
+ * const store = createStore().setCell('pets', 'fido', 'color', 'brown');
623
+ * const app = document.createElement('div');
624
+ * ReactDOMClient.createRoot(app).render(<App store={store} />); // !act
625
+ * console.log(app.innerHTML);
626
+ * // -> '<span>["color"]</span>'
627
+ * ```
628
+ * @example
629
+ * This example creates a Provider context into which a Store is provided, named
630
+ * by Id. A component within it then uses the useTableCellIds hook.
631
+ *
632
+ * ```jsx
633
+ * const App = ({store}) => (
634
+ * <Provider storesById={{petStore: store}}>
635
+ * <Pane />
636
+ * </Provider>
637
+ * );
638
+ * const Pane = () => (
639
+ * <span>{JSON.stringify(useTableCellIds('pets', 'petStore'))}</span>
640
+ * );
641
+ *
642
+ * const store = createStore().setCell('pets', 'fido', 'color', 'brown');
643
+ * const app = document.createElement('div');
644
+ * ReactDOMClient.createRoot(app).render(<App store={store} />); // !act
645
+ * console.log(app.innerHTML);
646
+ * // -> '<span>["color"]</span>'
647
+ * ```
648
+ * @category Store hooks
649
+ * @since v3.3.0
650
+ */
651
+ export function useTableCellIds(
652
+ tableId: Id,
653
+ storeOrStoreId?: StoreOrStoreId,
654
+ ): Ids;
655
+
583
656
  /**
584
657
  * The useRowIds hook returns the Ids of every Row in a given Table, and
585
658
  * registers a listener so that any changes to that result will cause a
@@ -594,7 +667,6 @@ export function useTable(tableId: Id, storeOrStoreId?: StoreOrStoreId): Table;
594
667
  * When first rendered, this hook will create a listener so that changes to the
595
668
  * Row Ids will cause a re-render. When the component containing this hook is
596
669
  * unmounted, the listener will be automatically removed.
597
- *
598
670
  * @param tableId The Id of the Table in the Store.
599
671
  * @param storeOrStoreId The Store to be accessed: omit for the default context
600
672
  * Store, provide an Id for a named context Store, or provide an explicit
@@ -674,7 +746,6 @@ export function useRowIds(tableId: Id, storeOrStoreId?: StoreOrStoreId): Ids;
674
746
  * When first rendered, this hook will create a listener so that changes to the
675
747
  * sorted Row Ids will cause a re-render. When the component containing this
676
748
  * hook is unmounted, the listener will be automatically removed.
677
- *
678
749
  * @param tableId The Id of the Table in the Store.
679
750
  * @param cellId The Id of the Cell whose values are used for the sorting, or
680
751
  * `undefined` to by sort the Row Id itself.
@@ -767,7 +838,7 @@ export function useRowIds(tableId: Id, storeOrStoreId?: StoreOrStoreId): Ids;
767
838
  * // -> '<span>["felix","fido"]</span>'
768
839
  * ```
769
840
  * @category Store hooks
770
- * @since v2.0
841
+ * @since v2.0.0
771
842
  */
772
843
  export function useSortedRowIds(
773
844
  tableId: Id,
@@ -792,7 +863,6 @@ export function useSortedRowIds(
792
863
  * When first rendered, this hook will create a listener so that changes to the
793
864
  * Row will cause a re-render. When the component containing this hook is
794
865
  * unmounted, the listener will be automatically removed.
795
- *
796
866
  * @param tableId The Id of the Table in the Store.
797
867
  * @param rowId The Id of the Row in the Table.
798
868
  * @param storeOrStoreId The Store to be accessed: omit for the default context
@@ -879,7 +949,6 @@ export function useRow(
879
949
  * When first rendered, this hook will create a listener so that changes to the
880
950
  * Cell Ids will cause a re-render. When the component containing this hook is
881
951
  * unmounted, the listener will be automatically removed.
882
- *
883
952
  * @param tableId The Id of the Table in the Store.
884
953
  * @param rowId The Id of the Row in the Table.
885
954
  * @param storeOrStoreId The Store to be accessed: omit for the default context
@@ -968,7 +1037,6 @@ export function useCellIds(
968
1037
  * When first rendered, this hook will create a listener so that changes to the
969
1038
  * Cell will cause a re-render. When the component containing this hook is
970
1039
  * unmounted, the listener will be automatically removed.
971
- *
972
1040
  * @param tableId The Id of the Table in the Store.
973
1041
  * @param rowId The Id of the Row in the Table.
974
1042
  * @param cellId The Id of the Cell in the Row.
@@ -1055,7 +1123,6 @@ export function useCell(
1055
1123
  * When first rendered, this hook will create a listener so that changes to the
1056
1124
  * Values will cause a re-render. When the component containing this hook is
1057
1125
  * unmounted, the listener will be automatically removed.
1058
- *
1059
1126
  * @param storeOrStoreId The Store to be accessed: omit for the default context
1060
1127
  * Store, provide an Id for a named context Store, or provide an explicit
1061
1128
  * reference.
@@ -1115,7 +1182,7 @@ export function useCell(
1115
1182
  * // -> '<span>{"open":true}</span>'
1116
1183
  * ```
1117
1184
  * @category Store hooks
1118
- * @since v3.0
1185
+ * @since v3.0.0
1119
1186
  */
1120
1187
  export function useValues(storeOrStoreId?: StoreOrStoreId): Values;
1121
1188
 
@@ -1132,7 +1199,6 @@ export function useValues(storeOrStoreId?: StoreOrStoreId): Values;
1132
1199
  * When first rendered, this hook will create a listener so that changes to the
1133
1200
  * Value Ids will cause a re-render. When the component containing this hook is
1134
1201
  * unmounted, the listener will be automatically removed.
1135
- *
1136
1202
  * @param storeOrStoreId The Store to be accessed: omit for the default context
1137
1203
  * Store, provide an Id for a named context Store, or provide an explicit
1138
1204
  * reference.
@@ -1192,7 +1258,7 @@ export function useValues(storeOrStoreId?: StoreOrStoreId): Values;
1192
1258
  * // -> '<span>["open"]</span>'
1193
1259
  * ```
1194
1260
  * @category Store hooks
1195
- * @since v3.0
1261
+ * @since v3.0.0
1196
1262
  */
1197
1263
  export function useValueIds(storeOrStoreId?: StoreOrStoreId): Ids;
1198
1264
 
@@ -1210,7 +1276,6 @@ export function useValueIds(storeOrStoreId?: StoreOrStoreId): Ids;
1210
1276
  * When first rendered, this hook will create a listener so that changes to the
1211
1277
  * Value will cause a re-render. When the component containing this hook is
1212
1278
  * unmounted, the listener will be automatically removed.
1213
- *
1214
1279
  * @param valueId The Id of the Value in the Store.
1215
1280
  * @param storeOrStoreId The Store to be accessed: omit for the default context
1216
1281
  * Store, provide an Id for a named context Store, or provide an explicit
@@ -1273,7 +1338,7 @@ export function useValueIds(storeOrStoreId?: StoreOrStoreId): Ids;
1273
1338
  * // -> '<span>true</span>'
1274
1339
  * ```
1275
1340
  * @category Store hooks
1276
- * @since v3.0
1341
+ * @since v3.0.0
1277
1342
  */
1278
1343
  export function useValue(
1279
1344
  valueId: Id,
@@ -1304,7 +1369,6 @@ export function useValue(
1304
1369
  * The Store to which the callback will make the mutation (indicated by the
1305
1370
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
1306
1371
  * dependency for the callback.
1307
- *
1308
1372
  * @param getTables A function which returns the Tables object that will be used
1309
1373
  * to update the Store, based on the parameter the callback will receive (and
1310
1374
  * which is most likely a DOM event).
@@ -1387,7 +1451,6 @@ export function useSetTablesCallback<Parameter>(
1387
1451
  * The Store to which the callback will make the mutation (indicated by the
1388
1452
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
1389
1453
  * dependency for the callback.
1390
- *
1391
1454
  * @param tableId The Id of the Table in the Store to set.
1392
1455
  * @param getTable A function which returns the Table object that will be used
1393
1456
  * to update the Store, based on the parameter the callback will receive (and
@@ -1473,7 +1536,6 @@ export function useSetTableCallback<Parameter>(
1473
1536
  * The Store to which the callback will make the mutation (indicated by the
1474
1537
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
1475
1538
  * dependency for the callback.
1476
- *
1477
1539
  * @param tableId The Id of the Table in the Store.
1478
1540
  * @param rowId The Id of the Row in the Table to set.
1479
1541
  * @param getRow A function which returns the Row object that will be used to
@@ -1569,7 +1631,6 @@ export function useSetRowCallback<Parameter>(
1569
1631
  * specify `reuseRowIds` to be `false`, then the Id will be a monotonically
1570
1632
  * increasing string representation of an increasing integer, regardless of any
1571
1633
  * you may have previously deleted.
1572
- *
1573
1634
  * @param tableId The Id of the Table in the Store.
1574
1635
  * @param getRow A function which returns the Row object that will be used to
1575
1636
  * update the Store, based on the parameter the callback will receive (and which
@@ -1587,7 +1648,6 @@ export function useSetRowCallback<Parameter>(
1587
1648
  * parameter defaults to an empty array.
1588
1649
  * @param reuseRowIds Whether Ids should be recycled from previously deleted Row
1589
1650
  * objects, defaulting to `true`.
1590
- *
1591
1651
  * @returns A parameterized callback for subsequent use.
1592
1652
  * @example
1593
1653
  * This example uses the useAddRowCallback hook to create an event handler which
@@ -1660,7 +1720,6 @@ export function useAddRowCallback<Parameter>(
1660
1720
  * The Store to which the callback will make the mutation (indicated by the
1661
1721
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
1662
1722
  * dependency for the callback.
1663
- *
1664
1723
  * @param tableId The Id of the Table in the Store.
1665
1724
  * @param rowId The Id of the Row in the Table to set.
1666
1725
  * @param getPartialRow A function which returns the partial Row object that
@@ -1750,7 +1809,6 @@ export function useSetPartialRowCallback<Parameter>(
1750
1809
  * The Store to which the callback will make the mutation (indicated by the
1751
1810
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
1752
1811
  * dependency for the callback.
1753
- *
1754
1812
  * @param tableId The Id of the Table in the Store.
1755
1813
  * @param rowId The Id of the Row in the Table.
1756
1814
  * @param cellId The Id of the Cell in the Row to set.
@@ -1879,7 +1937,6 @@ export function useSetCellCallback<Parameter>(
1879
1937
  * The Store to which the callback will make the mutation (indicated by the
1880
1938
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
1881
1939
  * dependency for the callback.
1882
- *
1883
1940
  * @param getValues A function which returns the Values object that will be used
1884
1941
  * to update the Store, based on the parameter the callback will receive (and
1885
1942
  * which is most likely a DOM event).
@@ -1929,7 +1986,7 @@ export function useSetCellCallback<Parameter>(
1929
1986
  * // -> '{"bubbles":true}'
1930
1987
  * ```
1931
1988
  * @category Store hooks
1932
- * @since v3.0
1989
+ * @since v3.0.0
1933
1990
  */
1934
1991
  export function useSetValuesCallback<Parameter>(
1935
1992
  getValues: (parameter: Parameter, store: Store) => Values,
@@ -1964,7 +2021,6 @@ export function useSetValuesCallback<Parameter>(
1964
2021
  * The Store to which the callback will make the mutation (indicated by the
1965
2022
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
1966
2023
  * dependency for the callback.
1967
- *
1968
2024
  * @param getPartialValues A function which returns the partial Values object
1969
2025
  * that will be used to update the Store, based on the parameter the callback
1970
2026
  * will receive (and which is most likely a DOM event).
@@ -2015,7 +2071,7 @@ export function useSetValuesCallback<Parameter>(
2015
2071
  * // -> '{"open":true,"bubbles":true}'
2016
2072
  * ```
2017
2073
  * @category Store hooks
2018
- * @since v3.0
2074
+ * @since v3.0.0
2019
2075
  */
2020
2076
  export function useSetPartialValuesCallback<Parameter>(
2021
2077
  getPartialValues: (parameter: Parameter, store: Store) => Values,
@@ -2049,7 +2105,6 @@ export function useSetPartialValuesCallback<Parameter>(
2049
2105
  * The Store to which the callback will make the mutation (indicated by the
2050
2106
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
2051
2107
  * dependency for the callback.
2052
- *
2053
2108
  * @param valueId The Id of the Value in the Store to set.
2054
2109
  * @param getValue A function which returns the Value object that will be used
2055
2110
  * to update the Store, based on the parameter the callback will receive (and
@@ -2101,7 +2156,7 @@ export function useSetPartialValuesCallback<Parameter>(
2101
2156
  * // -> '{"open":true,"bubbles":true}'
2102
2157
  * ```
2103
2158
  * @category Store hooks
2104
- * @since v3.0
2159
+ * @since v3.0.0
2105
2160
  */
2106
2161
  export function useSetValueCallback<Parameter>(
2107
2162
  valueId: Id,
@@ -2127,7 +2182,6 @@ export function useSetValueCallback<Parameter>(
2127
2182
  * The Store to which the callback will make the deletion (indicated by the
2128
2183
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
2129
2184
  * dependency for the callback.
2130
- *
2131
2185
  * @param storeOrStoreId The Store to be updated: omit for the default context
2132
2186
  * Store, provide an Id for a named context Store, or provide an explicit
2133
2187
  * reference.
@@ -2190,7 +2244,6 @@ export function useDelTablesCallback(
2190
2244
  * The Store to which the callback will make the deletion (indicated by the
2191
2245
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
2192
2246
  * dependency for the callback.
2193
- *
2194
2247
  * @param tableId The Id of the Table in the Store.
2195
2248
  * @param storeOrStoreId The Store to be updated: omit for the default context
2196
2249
  * Store, provide an Id for a named context Store, or provide an explicit
@@ -2255,7 +2308,6 @@ export function useDelTableCallback(
2255
2308
  * The Store to which the callback will make the deletion (indicated by the
2256
2309
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
2257
2310
  * dependency for the callback.
2258
- *
2259
2311
  * @param tableId The Id of the Table in the Store.
2260
2312
  * @param rowId The Id of the Row in the Table.
2261
2313
  * @param storeOrStoreId The Store to be updated: omit for the default context
@@ -2322,7 +2374,6 @@ export function useDelRowCallback(
2322
2374
  * The Store to which the callback will make the deletion (indicated by the
2323
2375
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
2324
2376
  * dependency for the callback.
2325
- *
2326
2377
  * @param tableId The Id of the Table in the Store.
2327
2378
  * @param rowId The Id of the Row in the Table.
2328
2379
  * @param cellId The Id of the Cell in the Row.
@@ -2400,7 +2451,6 @@ export function useDelCellCallback(
2400
2451
  * The Store to which the callback will make the deletion (indicated by the
2401
2452
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
2402
2453
  * dependency for the callback.
2403
- *
2404
2454
  * @param storeOrStoreId The Store to be updated: omit for the default context
2405
2455
  * Store, provide an Id for a named context Store, or provide an explicit
2406
2456
  * reference.
@@ -2441,7 +2491,7 @@ export function useDelCellCallback(
2441
2491
  * // -> '{}'
2442
2492
  * ```
2443
2493
  * @category Store hooks
2444
- * @since v3.0
2494
+ * @since v3.0.0
2445
2495
  */
2446
2496
  export function useDelValuesCallback(
2447
2497
  storeOrStoreId?: StoreOrStoreId,
@@ -2464,7 +2514,6 @@ export function useDelValuesCallback(
2464
2514
  * The Store to which the callback will make the deletion (indicated by the
2465
2515
  * hook's `storeOrStoreId` parameter) is always automatically used as a hook
2466
2516
  * dependency for the callback.
2467
- *
2468
2517
  * @param valueId The Id of the Value in the Store.
2469
2518
  * @param storeOrStoreId The Store to be updated: omit for the default context
2470
2519
  * Store, provide an Id for a named context Store, or provide an explicit
@@ -2506,7 +2555,7 @@ export function useDelValuesCallback(
2506
2555
  * // -> '{"employees":3}'
2507
2556
  * ```
2508
2557
  * @category Store hooks
2509
- * @since v3.0
2558
+ * @since v3.0.0
2510
2559
  */
2511
2560
  export function useDelValueCallback(
2512
2561
  valueId: Id,
@@ -2527,7 +2576,6 @@ export function useDelValueCallback(
2527
2576
  * you to remove it manually, the useTablesListener hook manages this lifecycle
2528
2577
  * for you: when the listener changes (per its `listenerDeps` dependencies) or
2529
2578
  * the component unmounts, the listener on the underlying Store will be deleted.
2530
- *
2531
2579
  * @param listener The function that will be called whenever tabular data in the
2532
2580
  * Store changes.
2533
2581
  * @param listenerDeps An optional array of dependencies for the `listener`
@@ -2590,7 +2638,6 @@ export function useTablesListener(
2590
2638
  * lifecycle for you: when the listener changes (per its `listenerDeps`
2591
2639
  * dependencies) or the component unmounts, the listener on the underlying Store
2592
2640
  * will be deleted.
2593
- *
2594
2641
  * @param listener The function that will be called whenever the Table Ids in
2595
2642
  * the Store change.
2596
2643
  * @param listenerDeps An optional array of dependencies for the `listener`
@@ -2655,7 +2702,6 @@ export function useTableIdsListener(
2655
2702
  * you to remove it manually, the useTableListener hook manages this lifecycle
2656
2703
  * for you: when the listener changes (per its `listenerDeps` dependencies) or
2657
2704
  * the component unmounts, the listener on the underlying Store will be deleted.
2658
- *
2659
2705
  * @param tableId The Id of the Table to listen to, or `null` as a wildcard.
2660
2706
  * @param listener The function that will be called whenever data in the Table
2661
2707
  * changes.
@@ -2707,6 +2753,74 @@ export function useTableListener(
2707
2753
  storeOrStoreId?: StoreOrStoreId,
2708
2754
  ): void;
2709
2755
 
2756
+ /**
2757
+ * The useTableCellIdsListener hook registers a listener function with a Store
2758
+ * that will be called whenever the Cell Ids that appear anywhere in a Table
2759
+ * change.
2760
+ *
2761
+ * This hook is useful for situations where a component needs to register its
2762
+ * own specific listener to do more than simply tracking the value (which is
2763
+ * more easily done with the useTableCellIds hook).
2764
+ *
2765
+ * You can either listen to a single Table (by specifying its Id as the method's
2766
+ * first parameter) or changes to any Table (by providing `null`).
2767
+ *
2768
+ * Unlike the addTableCellIdsListener method, which returns a listener Id and
2769
+ * requires you to remove it manually, the useTableCellIdsListener hook manages
2770
+ * this lifecycle for you: when the listener changes (per its `listenerDeps`
2771
+ * dependencies) or the component unmounts, the listener on the underlying Store
2772
+ * will be deleted.
2773
+ * @param tableId The Id of the Table to listen to, or `null` as a wildcard.
2774
+ * @param listener The function that will be called whenever the Cell Ids that
2775
+ * appear anywhere in a Table change.
2776
+ * @param listenerDeps An optional array of dependencies for the `listener`
2777
+ * function, which, if any change, result in the re-registration of the
2778
+ * listener. This parameter defaults to an empty array.
2779
+ * @param mutator An optional boolean that indicates that the listener mutates
2780
+ * Store data.
2781
+ * @param storeOrStoreId The Store to register the listener with: omit for the
2782
+ * default context Store, provide an Id for a named context Store, or provide an
2783
+ * explicit reference.
2784
+ * @example
2785
+ * This example uses the useTableCellIdsListener hook to create a listener that
2786
+ * is scoped to a single component. When the component is unmounted, the
2787
+ * listener is removed from the Store.
2788
+ *
2789
+ * ```jsx
2790
+ * const App = ({store}) => (
2791
+ * <Provider store={store}>
2792
+ * <Pane />
2793
+ * </Provider>
2794
+ * );
2795
+ * const Pane = () => {
2796
+ * useTableCellIdsListener('pets', () => console.log('Cell Ids changed'));
2797
+ * return <span>App</span>;
2798
+ * };
2799
+ *
2800
+ * const store = createStore().setTables({pets: {fido: {color: 'brown'}}});
2801
+ * const app = document.createElement('div');
2802
+ * const root = ReactDOMClient.createRoot(app);
2803
+ * root.render(<App store={store} />); // !act
2804
+ * console.log(store.getListenerStats().tableCellIds);
2805
+ * // -> 1
2806
+ *
2807
+ * store.setRow('pets', 'felix', {species: 'cat'}); // !act
2808
+ * // -> 'Cell Ids changed'
2809
+ *
2810
+ * root.unmount(); // !act
2811
+ * console.log(store.getListenerStats().rowIds);
2812
+ * // -> 0
2813
+ * ```
2814
+ * @category Store hooks
2815
+ */
2816
+ export function useTableCellIdsListener(
2817
+ tableId: IdOrNull,
2818
+ listener: TableCellIdsListener,
2819
+ listenerDeps?: React.DependencyList,
2820
+ mutator?: boolean,
2821
+ storeOrStoreId?: StoreOrStoreId,
2822
+ ): void;
2823
+
2710
2824
  /**
2711
2825
  * The useRowIdsListener hook registers a listener function with a Store that
2712
2826
  * will be called whenever the Row Ids in a Table change.
@@ -2722,7 +2836,6 @@ export function useTableListener(
2722
2836
  * you to remove it manually, the useRowIdsListener hook manages this lifecycle
2723
2837
  * for you: when the listener changes (per its `listenerDeps` dependencies) or
2724
2838
  * the component unmounts, the listener on the underlying Store will be deleted.
2725
- *
2726
2839
  * @param tableId The Id of the Table to listen to, or `null` as a wildcard.
2727
2840
  * @param listener The function that will be called whenever the Row Ids in the
2728
2841
  * Table change.
@@ -2788,7 +2901,6 @@ export function useRowIdsListener(
2788
2901
  * this lifecycle for you: when the listener changes (per its `listenerDeps`
2789
2902
  * dependencies) or the component unmounts, the listener on the underlying Store
2790
2903
  * will be deleted.
2791
- *
2792
2904
  * @param tableId The Id of the Table in the Store.
2793
2905
  * @param cellId The Id of the Cell whose values are used for the sorting, or
2794
2906
  * `undefined` to by sort the Row Id itself.
@@ -2843,7 +2955,7 @@ export function useRowIdsListener(
2843
2955
  * // -> 0
2844
2956
  * ```
2845
2957
  * @category Store hooks
2846
- * @since v2.0
2958
+ * @since v2.0.0
2847
2959
  */
2848
2960
  export function useSortedRowIdsListener(
2849
2961
  tableId: Id,
@@ -2878,7 +2990,6 @@ export function useSortedRowIdsListener(
2878
2990
  * you to remove it manually, the useRowListener hook manages this lifecycle for
2879
2991
  * you: when the listener changes (per its `listenerDeps` dependencies) or the
2880
2992
  * component unmounts, the listener on the underlying Store will be deleted.
2881
- *
2882
2993
  * @param tableId The Id of the Table to listen to, or `null` as a wildcard.
2883
2994
  * @param rowId The Id of the Row to listen to, or `null` as a wildcard.
2884
2995
  * @param listener The function that will be called whenever data in the Row
@@ -2954,7 +3065,6 @@ export function useRowListener(
2954
3065
  * lifecycle for you: when the listener changes (per its `listenerDeps`
2955
3066
  * dependencies) or the component unmounts, the listener on the underlying Store
2956
3067
  * will be deleted.
2957
- *
2958
3068
  * @param tableId The Id of the Table to listen to, or `null` as a wildcard.
2959
3069
  * @param rowId The Id of the Row to listen to, or `null` as a wildcard.
2960
3070
  * @param listener The function that will be called whenever the Cell Ids in the
@@ -3031,7 +3141,6 @@ export function useCellIdsListener(
3031
3141
  * you to remove it manually, the useCellListener hook manages this lifecycle
3032
3142
  * for you: when the listener changes (per its `listenerDeps` dependencies) or
3033
3143
  * the component unmounts, the listener on the underlying Store will be deleted.
3034
- *
3035
3144
  * @param tableId The Id of the Table to listen to, or `null` as a wildcard.
3036
3145
  * @param rowId The Id of the Row to listen to, or `null` as a wildcard.
3037
3146
  * @param cellId The Id of the Cell to listen to, or `null` as a wildcard.
@@ -3101,7 +3210,6 @@ export function useCellListener(
3101
3210
  * you to remove it manually, the useValuesListener hook manages this lifecycle
3102
3211
  * for you: when the listener changes (per its `listenerDeps` dependencies) or
3103
3212
  * the component unmounts, the listener on the underlying Store will be deleted.
3104
- *
3105
3213
  * @param listener The function that will be called whenever keyed value data in
3106
3214
  * the Store changes.
3107
3215
  * @param listenerDeps An optional array of dependencies for the `listener`
@@ -3143,7 +3251,7 @@ export function useCellListener(
3143
3251
  * // -> 0
3144
3252
  * ```
3145
3253
  * @category Store hooks
3146
- * @since v3.0
3254
+ * @since v3.0.0
3147
3255
  */
3148
3256
  export function useValuesListener(
3149
3257
  listener: ValuesListener,
@@ -3165,7 +3273,6 @@ export function useValuesListener(
3165
3273
  * lifecycle for you: when the listener changes (per its `listenerDeps`
3166
3274
  * dependencies) or the component unmounts, the listener on the underlying Store
3167
3275
  * will be deleted.
3168
- *
3169
3276
  * @param listener The function that will be called whenever the Value Ids in
3170
3277
  * the Store change.
3171
3278
  * @param listenerDeps An optional array of dependencies for the `listener`
@@ -3207,7 +3314,7 @@ export function useValuesListener(
3207
3314
  * // -> 0
3208
3315
  * ```
3209
3316
  * @category Store hooks
3210
- * @since v3.0
3317
+ * @since v3.0.0
3211
3318
  */
3212
3319
  export function useValueIdsListener(
3213
3320
  listener: ValueIdsListener,
@@ -3231,7 +3338,6 @@ export function useValueIdsListener(
3231
3338
  * you to remove it manually, the useValueListener hook manages this lifecycle
3232
3339
  * for you: when the listener changes (per its `listenerDeps` dependencies) or
3233
3340
  * the component unmounts, the listener on the underlying Store will be deleted.
3234
- *
3235
3341
  * @param valueId The Id of the Value to listen to, or `null` as a wildcard.
3236
3342
  * @param listener The function that will be called whenever data in the Value
3237
3343
  * changes.
@@ -3274,7 +3380,7 @@ export function useValueIdsListener(
3274
3380
  * // -> 0
3275
3381
  * ```
3276
3382
  * @category Store hooks
3277
- * @since v3.0
3383
+ * @since v3.0.0
3278
3384
  */
3279
3385
  export function useValueListener(
3280
3386
  valueId: IdOrNull,
@@ -3305,7 +3411,6 @@ export function useValueListener(
3305
3411
  *
3306
3412
  * This hook ensures the Metrics object is destroyed whenever a new one is
3307
3413
  * created or the component is unmounted.
3308
- *
3309
3414
  * @param store A reference to the Store for which to create a new Metrics
3310
3415
  * object.
3311
3416
  * @param create A function for performing the creation steps of the Metrics
@@ -3407,7 +3512,6 @@ export function useCreateMetrics(
3407
3512
  * The useMetrics hook lets you either get a reference to the default Metrics
3408
3513
  * object (when called without a parameter), or one of the Metrics objects that
3409
3514
  * are named by Id (when called with an Id parameter).
3410
- *
3411
3515
  * @param id An optional Id for accessing a Metrics object that was named with
3412
3516
  * an Id in the Provider.
3413
3517
  * @returns A reference to the Metrics object (or `undefined` if not within a
@@ -3472,7 +3576,6 @@ export function useMetrics(id?: Id): Metrics | undefined;
3472
3576
  * When first rendered, this hook will create a listener so that changes to the
3473
3577
  * Metric will cause a re-render. When the component containing this hook is
3474
3578
  * unmounted, the listener will be automatically removed.
3475
- *
3476
3579
  * @param metricId The Id of the Metric.
3477
3580
  * @param metricsOrMetricsId The Metrics object to be accessed: omit for the
3478
3581
  * default context Metrics object, provide an Id for a named context Metrics
@@ -3576,7 +3679,6 @@ export function useMetric(
3576
3679
  * for you: when the listener changes (per its `listenerDeps` dependencies) or
3577
3680
  * the component unmounts, the listener on the underlying Metrics object, will
3578
3681
  * be deleted.
3579
- *
3580
3682
  * @param metricId The Id of the Metric to listen to, or `null` as a wildcard.
3581
3683
  * @param listener The function that will be called whenever the Metric changes.
3582
3684
  * @param listenerDeps An optional array of dependencies for the `listener`
@@ -3652,7 +3754,6 @@ export function useMetricListener(
3652
3754
  *
3653
3755
  * This hook ensures the Indexes object is destroyed whenever a new one is
3654
3756
  * created or the component is unmounted.
3655
- *
3656
3757
  * @param store A reference to the Store for which to create a new Indexes
3657
3758
  * object.
3658
3759
  * @param create A function for performing the creation steps of the Indexes
@@ -3762,7 +3863,6 @@ export function useCreateIndexes(
3762
3863
  * The useIndexes hook lets you either get a reference to the default Indexes
3763
3864
  * object (when called without a parameter), or one of the Indexes objects that
3764
3865
  * are named by Id (when called with an Id parameter).
3765
- *
3766
3866
  * @param id An optional Id for accessing an Indexes object that was named with
3767
3867
  * an Id in the Provider.
3768
3868
  * @returns A reference to the Indexes object (or `undefined` if not within a
@@ -3827,7 +3927,6 @@ export function useIndexes(id?: Id): Indexes | undefined;
3827
3927
  * When first rendered, this hook will create a listener so that changes to the
3828
3928
  * Slice Ids will cause a re-render. When the component containing this hook is
3829
3929
  * unmounted, the listener will be automatically removed.
3830
- *
3831
3930
  * @param indexId The Id of the Index.
3832
3931
  * @param indexesOrIndexesId The Indexes object to be accessed: omit for the
3833
3932
  * default context Indexes object, provide an Id for a named context Indexes
@@ -3933,7 +4032,6 @@ export function useSliceIds(
3933
4032
  * When first rendered, this hook will create a listener so that changes to the
3934
4033
  * Row Ids in the Slice will cause a re-render. When the component containing
3935
4034
  * this hook is unmounted, the listener will be automatically removed.
3936
- *
3937
4035
  * @param indexId The Id of the Index.
3938
4036
  * @param sliceId The Id of the Slice in the Index.
3939
4037
  * @param indexesOrIndexesId The Indexes object to be accessed: omit for the
@@ -4049,7 +4147,6 @@ export function useSliceRowIds(
4049
4147
  * lifecycle for you: when the listener changes (per its `listenerDeps`
4050
4148
  * dependencies) or the component unmounts, the listener on the underlying
4051
4149
  * Indexes object will be deleted.
4052
- *
4053
4150
  * @param indexId The Id of the Index to listen to, or `null` as a wildcard.
4054
4151
  * @param listener The function that will be called whenever the Slice Ids in
4055
4152
  * the Index change.
@@ -4127,7 +4224,6 @@ export function useSliceIdsListener(
4127
4224
  * this lifecycle for you: when the listener changes (per its `listenerDeps`
4128
4225
  * dependencies) or the component unmounts, the listener on the underlying
4129
4226
  * Indexes object will be deleted.
4130
- *
4131
4227
  * @param indexId The Id of the Index to listen to, or `null` as a wildcard.
4132
4228
  * @param sliceId The Id of the Slice to listen to, or `null` as a wildcard.
4133
4229
  * @param listener The function that will be called whenever the Row Ids in the
@@ -4209,7 +4305,6 @@ export function useSliceRowIdsListener(
4209
4305
  *
4210
4306
  * This hook ensures the Relationships object is destroyed whenever a new one is
4211
4307
  * created or the component is unmounted.
4212
- *
4213
4308
  * @param store A reference to the Store for which to create a new Relationships
4214
4309
  * object.
4215
4310
  * @param create An optional callback for performing post-creation steps on the
@@ -4327,7 +4422,6 @@ export function useCreateRelationships(
4327
4422
  * Relationships object (when called without a parameter), or one of the
4328
4423
  * Relationships objects that are named by Id (when called with an Id
4329
4424
  * parameter).
4330
- *
4331
4425
  * @param id An optional Id for accessing a Relationships object that was named
4332
4426
  * with an Id in the Provider.
4333
4427
  * @returns A reference to the Relationships object (or `undefined` if not
@@ -4401,7 +4495,6 @@ export function useRelationships(id?: Id): Relationships | undefined;
4401
4495
  * When first rendered, this hook will create a listener so that changes to the
4402
4496
  * remote Row Id will cause a re-render. When the component containing this hook
4403
4497
  * is unmounted, the listener will be automatically removed.
4404
- *
4405
4498
  * @param relationshipId The Id of the Relationship.
4406
4499
  * @param localRowId The Id of the local Row in the Relationship.
4407
4500
  * @param relationshipsOrRelationshipsId The Relationships object to be
@@ -4510,7 +4603,6 @@ export function useRemoteRowId(
4510
4603
  * When first rendered, this hook will create a listener so that changes to the
4511
4604
  * local Row Id will cause a re-render. When the component containing this hook
4512
4605
  * is unmounted, the listener will be automatically removed.
4513
- *
4514
4606
  * @param relationshipId The Id of the Relationship.
4515
4607
  * @param remoteRowId The Id of the remote Row in the Relationship.
4516
4608
  * @param relationshipsOrRelationshipsId The Relationships object to be
@@ -4627,7 +4719,6 @@ export function useLocalRowIds(
4627
4719
  * When first rendered, this hook will create a listener so that changes to the
4628
4720
  * linked Row Ids will cause a re-render. When the component containing this
4629
4721
  * hook is unmounted, the listener will be automatically removed.
4630
- *
4631
4722
  * @param relationshipId The Id of the Relationship.
4632
4723
  * @param firstRowId The Id of the first Row in the linked list Relationship.
4633
4724
  * @param relationshipsOrRelationshipsId The Relationships object to be
@@ -4758,7 +4849,6 @@ export function useLinkedRowIds(
4758
4849
  * this lifecycle for you: when the listener changes (per its `listenerDeps`
4759
4850
  * dependencies) or the component unmounts, the listener on the underlying
4760
4851
  * Indexes object will be deleted.
4761
- *
4762
4852
  * @param relationshipId The Id of the Relationship to listen to, or `null` as a
4763
4853
  * wildcard.
4764
4854
  * @param localRowId The Id of the local Row to listen to, or `null` as a
@@ -4847,7 +4937,6 @@ export function useRemoteRowIdListener(
4847
4937
  * this lifecycle for you: when the listener changes (per its `listenerDeps`
4848
4938
  * dependencies) or the component unmounts, the listener on the underlying
4849
4939
  * Indexes object will be deleted.
4850
- *
4851
4940
  * @param relationshipId The Id of the Relationship to listen to, or `null` as a
4852
4941
  * wildcard.
4853
4942
  * @param remoteRowId The Id of the remote Row to listen to, or `null` as a
@@ -4932,7 +5021,6 @@ export function useLocalRowIdsListener(
4932
5021
  * this lifecycle for you: when the listener changes (per its `listenerDeps`
4933
5022
  * dependencies) or the component unmounts, the listener on the underlying
4934
5023
  * Indexes object will be deleted.
4935
- *
4936
5024
  * @param relationshipId The Id of the Relationship to listen to.
4937
5025
  * @param firstRowId The Id of the first Row of the linked list to listen to.
4938
5026
  * @param listener The function that will be called whenever the linked Row Ids
@@ -5020,7 +5108,6 @@ export function useLinkedRowIdsListener(
5020
5108
  *
5021
5109
  * This hook ensures the Queries object is destroyed whenever a new one is
5022
5110
  * created or the component is unmounted.
5023
- *
5024
5111
  * @param store A reference to the Store for which to create a new Queries
5025
5112
  * object.
5026
5113
  * @param create An optional callback for performing post-creation steps on the
@@ -5113,7 +5200,7 @@ export function useLinkedRowIdsListener(
5113
5200
  * // -> '<span>brown</span>'
5114
5201
  * ```
5115
5202
  * @category Queries hooks
5116
- * @since v2.0
5203
+ * @since v2.0.0
5117
5204
  */
5118
5205
  export function useCreateQueries(
5119
5206
  store: Store,
@@ -5133,7 +5220,6 @@ export function useCreateQueries(
5133
5220
  * The useQueries hook lets you either get a reference to the default Queries
5134
5221
  * object (when called without a parameter), or one of the Queries objects that
5135
5222
  * are named by Id (when called with an Id parameter).
5136
- *
5137
5223
  * @param id An optional Id for accessing a Queries object that was named with
5138
5224
  * an Id in the Provider.
5139
5225
  * @returns A reference to the Queries object (or `undefined` if not within a
@@ -5181,7 +5267,7 @@ export function useCreateQueries(
5181
5267
  * // -> '<span>0</span>'
5182
5268
  * ```
5183
5269
  * @category Queries hooks
5184
- * @since v2.0
5270
+ * @since v2.0.0
5185
5271
  */
5186
5272
  export function useQueries(id?: Id): Queries | undefined;
5187
5273
 
@@ -5200,7 +5286,6 @@ export function useQueries(id?: Id): Queries | undefined;
5200
5286
  * When first rendered, this hook will create a listener so that changes to the
5201
5287
  * query result will cause a re-render. When the component containing this hook
5202
5288
  * is unmounted, the listener will be automatically removed.
5203
- *
5204
5289
  * @param queryId The Id of the query.
5205
5290
  * @param queriesOrQueriesId The Queries object to be accessed: omit for the
5206
5291
  * default context Queries object, provide an Id for a named context Queries
@@ -5298,7 +5383,7 @@ export function useQueries(id?: Id): Queries | undefined;
5298
5383
  * // -> '<span>{"fido":{"color":"brown"},"cujo":{"color":"black"}}</span>'
5299
5384
  * ```
5300
5385
  * @category Queries hooks
5301
- * @since v2.0
5386
+ * @since v2.0.0
5302
5387
  */
5303
5388
  export function useResultTable(
5304
5389
  queryId: Id,
@@ -5320,7 +5405,6 @@ export function useResultTable(
5320
5405
  * When first rendered, this hook will create a listener so that changes to the
5321
5406
  * result Row Ids will cause a re-render. When the component containing this
5322
5407
  * hook is unmounted, the listener will be automatically removed.
5323
- *
5324
5408
  * @param queryId The Id of the query.
5325
5409
  * @param queriesOrQueriesId The Queries object to be accessed: omit for the
5326
5410
  * default context Queries object, provide an Id for a named context Queries
@@ -5419,7 +5503,7 @@ export function useResultTable(
5419
5503
  * // -> '<span>["fido","cujo"]</span>'
5420
5504
  * ```
5421
5505
  * @category Queries hooks
5422
- * @since v2.0
5506
+ * @since v2.0.0
5423
5507
  */
5424
5508
  export function useResultRowIds(
5425
5509
  queryId: Id,
@@ -5441,7 +5525,6 @@ export function useResultRowIds(
5441
5525
  * When first rendered, this hook will create a listener so that changes to the
5442
5526
  * sorted result Row Ids will cause a re-render. When the component containing
5443
5527
  * this hook is unmounted, the listener will be automatically removed.
5444
- *
5445
5528
  * @param queryId The Id of the query.
5446
5529
  * @param cellId The Id of the result Cell whose values are used for the
5447
5530
  * sorting, or `undefined` to by sort the result Row Id itself.
@@ -5568,7 +5651,7 @@ export function useResultRowIds(
5568
5651
  * // -> '<span>["cujo","fido"]</span>'
5569
5652
  * ```
5570
5653
  * @category Queries hooks
5571
- * @since v2.0
5654
+ * @since v2.0.0
5572
5655
  */
5573
5656
  export function useResultSortedRowIds(
5574
5657
  queryId: Id,
@@ -5594,7 +5677,6 @@ export function useResultSortedRowIds(
5594
5677
  * When first rendered, this hook will create a listener so that changes to the
5595
5678
  * result Row will cause a re-render. When the component containing this hook is
5596
5679
  * unmounted, the listener will be automatically removed.
5597
- *
5598
5680
  * @param queryId The Id of the query.
5599
5681
  * @param rowId The Id of the Row in the result Table.
5600
5682
  * @param queriesOrQueriesId The Queries object to be accessed: omit for the
@@ -5696,7 +5778,7 @@ export function useResultSortedRowIds(
5696
5778
  * // -> '<span>{"color":"brown"}</span>'
5697
5779
  * ```
5698
5780
  * @category Queries hooks
5699
- * @since v2.0
5781
+ * @since v2.0.0
5700
5782
  */
5701
5783
  export function useResultRow(
5702
5784
  queryId: Id,
@@ -5719,7 +5801,6 @@ export function useResultRow(
5719
5801
  * When first rendered, this hook will create a listener so that changes to the
5720
5802
  * result Cell Ids will cause a re-render. When the component containing this
5721
5803
  * hook is unmounted, the listener will be automatically removed.
5722
- *
5723
5804
  * @param queryId The Id of the query.
5724
5805
  * @param rowId The Id of the Row in the result Table.
5725
5806
  * @param queriesOrQueriesId The Queries object to be accessed: omit for the
@@ -5827,7 +5908,7 @@ export function useResultRow(
5827
5908
  * // -> '<span>["species","color"]</span>'
5828
5909
  * ```
5829
5910
  * @category Queries hooks
5830
- * @since v2.0
5911
+ * @since v2.0.0
5831
5912
  */
5832
5913
  export function useResultCellIds(
5833
5914
  queryId: Id,
@@ -5850,7 +5931,6 @@ export function useResultCellIds(
5850
5931
  * When first rendered, this hook will create a listener so that changes to the
5851
5932
  * result Cell will cause a re-render. When the component containing this hook
5852
5933
  * is unmounted, the listener will be automatically removed.
5853
- *
5854
5934
  * @param queryId The Id of the query.
5855
5935
  * @param rowId The Id of the Row in the result Table.
5856
5936
  * @param cellId The Id of the Cell in the Row.
@@ -5954,7 +6034,7 @@ export function useResultCellIds(
5954
6034
  * // -> '<span>brown</span>'
5955
6035
  * ```
5956
6036
  * @category Queries hooks
5957
- * @since v2.0
6037
+ * @since v2.0.0
5958
6038
  */
5959
6039
  export function useResultCell(
5960
6040
  queryId: Id,
@@ -5980,7 +6060,6 @@ export function useResultCell(
5980
6060
  * this lifecycle for you: when the listener changes (per its `listenerDeps`
5981
6061
  * dependencies) or the component unmounts, the listener on the underlying
5982
6062
  * Queries object will be deleted.
5983
- *
5984
6063
  * @param queryId The Id of the query to listen to, or `null` as a wildcard.
5985
6064
  * @param listener The function that will be called whenever data in the
5986
6065
  * matching result Table changes.
@@ -6032,7 +6111,7 @@ export function useResultCell(
6032
6111
  * // -> 0
6033
6112
  * ```
6034
6113
  * @category Queries hooks
6035
- * @since v2.0
6114
+ * @since v2.0.0
6036
6115
  */
6037
6116
  export function useResultTableListener(
6038
6117
  queryId: IdOrNull,
@@ -6058,7 +6137,6 @@ export function useResultTableListener(
6058
6137
  * this lifecycle for you: when the listener changes (per its `listenerDeps`
6059
6138
  * dependencies) or the component unmounts, the listener on the underlying
6060
6139
  * Queries object will be deleted.
6061
- *
6062
6140
  * @param queryId The Id of the query to listen to, or `null` as a wildcard.
6063
6141
  * @param listener The function that will be called whenever the Row Ids in the
6064
6142
  * matching result Table change.
@@ -6110,7 +6188,7 @@ export function useResultTableListener(
6110
6188
  * // -> 0
6111
6189
  * ```
6112
6190
  * @category Queries hooks
6113
- * @since v2.0
6191
+ * @since v2.0.0
6114
6192
  */
6115
6193
  export function useResultRowIdsListener(
6116
6194
  queryId: IdOrNull,
@@ -6133,7 +6211,6 @@ export function useResultRowIdsListener(
6133
6211
  * hook manages this lifecycle for you: when the listener changes (per its
6134
6212
  * `listenerDeps` dependencies) or the component unmounts, the listener on the
6135
6213
  * underlying Queries object will be deleted.
6136
- *
6137
6214
  * @param queryId The Id of the query to listen to.
6138
6215
  * @param cellId The Id of the Cell whose values are used for the sorting, or
6139
6216
  * `undefined` to by sort the Row Id itself.
@@ -6195,7 +6272,7 @@ export function useResultRowIdsListener(
6195
6272
  * // -> 0
6196
6273
  * ```
6197
6274
  * @category Queries hooks
6198
- * @since v2.0
6275
+ * @since v2.0.0
6199
6276
  */
6200
6277
  export function useResultSortedRowIdsListener(
6201
6278
  queryId: Id,
@@ -6230,7 +6307,6 @@ export function useResultSortedRowIdsListener(
6230
6307
  * this lifecycle for you: when the listener changes (per its `listenerDeps`
6231
6308
  * dependencies) or the component unmounts, the listener on the underlying
6232
6309
  * Queries object will be deleted.
6233
- *
6234
6310
  * @param queryId The Id of the query to listen to, or `null` as a wildcard.
6235
6311
  * @param rowId The Id of the result Row to listen to, or `null` as a wildcard.
6236
6312
  * @param listener The function that will be called whenever data in the
@@ -6283,7 +6359,7 @@ export function useResultSortedRowIdsListener(
6283
6359
  * // -> 0
6284
6360
  * ```
6285
6361
  * @category Queries hooks
6286
- * @since v2.0
6362
+ * @since v2.0.0
6287
6363
  */
6288
6364
  export function useResultRowListener(
6289
6365
  queryId: IdOrNull,
@@ -6312,7 +6388,6 @@ export function useResultRowListener(
6312
6388
  * this lifecycle for you: when the listener changes (per its `listenerDeps`
6313
6389
  * dependencies) or the component unmounts, the listener on the underlying
6314
6390
  * Queries object will be deleted.
6315
- *
6316
6391
  * @param queryId The Id of the query to listen to, or `null` as a wildcard.
6317
6392
  * @param rowId The Id of the result Row to listen to, or `null` as a wildcard.
6318
6393
  * @param listener The function that will be called whenever the Row Ids in the
@@ -6368,7 +6443,7 @@ export function useResultRowListener(
6368
6443
  * // -> 0
6369
6444
  * ```
6370
6445
  * @category Queries hooks
6371
- * @since v2.0
6446
+ * @since v2.0.0
6372
6447
  */
6373
6448
  export function useResultCellIdsListener(
6374
6449
  queryId: IdOrNull,
@@ -6400,7 +6475,6 @@ export function useResultCellIdsListener(
6400
6475
  * this lifecycle for you: when the listener changes (per its `listenerDeps`
6401
6476
  * dependencies) or the component unmounts, the listener on the underlying
6402
6477
  * Queries object will be deleted.
6403
- *
6404
6478
  * @param queryId The Id of the query to listen to, or `null` as a wildcard.
6405
6479
  * @param rowId The Id of the result Row to listen to, or `null` as a wildcard.
6406
6480
  * @param cellId The Id of the result Cell to listen to, or `null` as a
@@ -6455,7 +6529,7 @@ export function useResultCellIdsListener(
6455
6529
  * // -> 0
6456
6530
  * ```
6457
6531
  * @category Queries hooks
6458
- * @since v2.0
6532
+ * @since v2.0.0
6459
6533
  */
6460
6534
  export function useResultCellListener(
6461
6535
  queryId: IdOrNull,
@@ -6488,7 +6562,6 @@ export function useResultCellListener(
6488
6562
  *
6489
6563
  * This hook ensures the Checkpoints object is destroyed whenever a new one is
6490
6564
  * created or the component is unmounted.
6491
- *
6492
6565
  * @param store A reference to the Store for which to create a new Checkpoints
6493
6566
  * object.
6494
6567
  * @param create A function for performing the creation steps of the Checkpoints
@@ -6579,7 +6652,6 @@ export function useCreateCheckpoints(
6579
6652
  * The useCheckpoints hook lets you either get a reference to the default
6580
6653
  * Checkpoints object (when called without a parameter), or one of the
6581
6654
  * Checkpoints objects that are named by Id (when called with an Id parameter).
6582
- *
6583
6655
  * @param id An optional Id for accessing a Checkpoints object that was named
6584
6656
  * with an Id in the Provider.
6585
6657
  * @returns A reference to the Checkpoints object (or `undefined` if not within
@@ -6652,7 +6724,6 @@ export function useCheckpoints(id?: Id): Checkpoints | undefined;
6652
6724
  * When first rendered, this hook will create a listener so that changes to the
6653
6725
  * checkpoint Ids will cause a re-render. When the component containing this
6654
6726
  * hook is unmounted, the listener will be automatically removed.
6655
- *
6656
6727
  * @param checkpointsOrCheckpointsId The Checkpoints object to be accessed: omit
6657
6728
  * for the default context Checkpoints object, provide an Id for a named context
6658
6729
  * Checkpoints object, or provide an explicit reference.
@@ -6751,7 +6822,6 @@ export function useCheckpointIds(
6751
6822
  * When first rendered, this hook will create a listener so that changes to the
6752
6823
  * label will cause a re-render. When the component containing this hook is
6753
6824
  * unmounted, the listener will be automatically removed.
6754
- *
6755
6825
  * @param checkpointId The Id of the checkpoint.
6756
6826
  * @param checkpointsOrCheckpointsId The Checkpoints object to be accessed: omit
6757
6827
  * for the default context Checkpoints object, provide an Id for a named context
@@ -6855,7 +6925,6 @@ export function useCheckpoint(
6855
6925
  * The Checkpoints object for which the callback will set the checkpoint
6856
6926
  * (indicated by the hook's `checkpointsOrCheckpointsId` parameter) is always
6857
6927
  * automatically used as a hook dependency for the callback.
6858
- *
6859
6928
  * @param getCheckpoint An optional function which returns a string that will be
6860
6929
  * used to describe the actions leading up to this checkpoint, based on the
6861
6930
  * parameter the callback will receive (and which is most likely a DOM event).
@@ -6923,7 +6992,6 @@ export function useSetCheckpointCallback<Parameter>(
6923
6992
  * backward to the previous checkpoint - such as when clicking an undo button.
6924
6993
  *
6925
6994
  * If there is no previous checkpoint to return to, this callback has no effect.
6926
- *
6927
6995
  * @param checkpointsOrCheckpointsId The Checkpoints object to use to go
6928
6996
  * backward: omit for the default context Checkpoints object, provide an Id for
6929
6997
  * a named context Checkpoints object, or provide an explicit reference.
@@ -6971,7 +7039,6 @@ export function useGoBackwardCallback(
6971
7039
  * forward to the next checkpoint - such as when clicking an redo button.
6972
7040
  *
6973
7041
  * If there is no future checkpoint to return to, this callback has no effect.
6974
- *
6975
7042
  * @param checkpointsOrCheckpointsId The Checkpoints object to use to go
6976
7043
  * backward: omit for the default context Checkpoints object, provide an Id for
6977
7044
  * a named context Checkpoints object, or provide an explicit reference.
@@ -7038,7 +7105,6 @@ export function useGoForwardCallback(
7038
7105
  * The Checkpoints object for which the callback will set the checkpoint
7039
7106
  * (indicated by the hook's `checkpointsOrCheckpointsId` parameter) is always
7040
7107
  * automatically used as a hook dependency for the callback.
7041
- *
7042
7108
  * @param getCheckpointId A function which returns an Id that will be used to
7043
7109
  * indicate which checkpoint to move to, based on the parameter the callback
7044
7110
  * will receive (and which is most likely a DOM event).
@@ -7103,7 +7169,6 @@ export function useGoToCallback<Parameter>(
7103
7169
  * contains whether an undo action is available (to enable the button), the
7104
7170
  * callback to perform the undo action, the current checkpoint Id that will be
7105
7171
  * undone, and its label, if available.
7106
- *
7107
7172
  * @param checkpointsOrCheckpointsId The Checkpoints object to use to go
7108
7173
  * backward: omit for the default context Checkpoints object, provide an Id for
7109
7174
  * a named context Checkpoints object, or provide an explicit reference.
@@ -7149,7 +7214,6 @@ export function useUndoInformation(
7149
7214
  * contains whether a redo action is available (to enable the button), the
7150
7215
  * callback to perform the redo action, the checkpoint Id that will be redone,
7151
7216
  * and its label, if available.
7152
- *
7153
7217
  * @param checkpointsOrCheckpointsId The Checkpoints object to use to go
7154
7218
  * backward: omit for the default context Checkpoints object, provide an Id for
7155
7219
  * a named context Checkpoints object, or provide an explicit reference.
@@ -7201,7 +7265,6 @@ export function useRedoInformation(
7201
7265
  * this lifecycle for you: when the listener changes (per its `listenerDeps`
7202
7266
  * dependencies) or the component unmounts, the listener on the underlying
7203
7267
  * Checkpoints object will be deleted.
7204
- *
7205
7268
  * @param listener The function that will be called whenever the checkpoints
7206
7269
  * change.
7207
7270
  * @param listenerDeps An optional array of dependencies for the `listener`
@@ -7270,7 +7333,6 @@ export function useCheckpointIdsListener(
7270
7333
  * this lifecycle for you: when the listener changes (per its `listenerDeps`
7271
7334
  * dependencies) or the component unmounts, the listener on the underlying
7272
7335
  * Checkpoints object will be deleted.
7273
- *
7274
7336
  * @param checkpointId The Id of the checkpoint to listen to, or `null` as a
7275
7337
  * wildcard.
7276
7338
  * @param listener The function that will be called whenever the checkpoint
@@ -7352,7 +7414,6 @@ export function useCheckpointListener(
7352
7414
  *
7353
7415
  * This hook ensures the Persister object is destroyed whenever a new one is
7354
7416
  * created or the component is unmounted.
7355
- *
7356
7417
  * @param store A reference to the Store for which to create a new Persister
7357
7418
  * object.
7358
7419
  * @param create A function for performing the creation steps of the Persister
@@ -7471,7 +7532,6 @@ export function useCreatePersister(
7471
7532
 
7472
7533
  /**
7473
7534
  * The ExtraProps type represents a set of arbitrary additional props.
7474
- *
7475
7535
  * @category Props
7476
7536
  */
7477
7537
  export type ExtraProps = {[propName: string]: any};
@@ -7479,7 +7539,6 @@ export type ExtraProps = {[propName: string]: any};
7479
7539
  /**
7480
7540
  * TablesProps props are used for components that refer to all the Tables in a
7481
7541
  * Store, such as the TablesView component.
7482
- *
7483
7542
  * @category Props
7484
7543
  */
7485
7544
  export type TablesProps = {
@@ -7512,7 +7571,6 @@ export type TablesProps = {
7512
7571
  /**
7513
7572
  * TableProps props are used for components that refer to a single Table in a
7514
7573
  * Store, such as the TableView component.
7515
- *
7516
7574
  * @category Props
7517
7575
  */
7518
7576
  export type TableProps = {
@@ -7549,9 +7607,8 @@ export type TableProps = {
7549
7607
  /**
7550
7608
  * SortedTableProps props are used for components that refer to a single sorted
7551
7609
  * Table in a Store, such as the SortedTableView component.
7552
- *
7553
7610
  * @category Props
7554
- * @since v2.0
7611
+ * @since v2.0.0
7555
7612
  */
7556
7613
  export type SortedTableProps = {
7557
7614
  /**
@@ -7604,7 +7661,6 @@ export type SortedTableProps = {
7604
7661
  /**
7605
7662
  * RowProps props are used for components that refer to a single Row in a Table,
7606
7663
  * such as the RowView component.
7607
- *
7608
7664
  * @category Props
7609
7665
  */
7610
7666
  export type RowProps = {
@@ -7645,7 +7701,6 @@ export type RowProps = {
7645
7701
  /**
7646
7702
  * CellProps props are used for components that refer to a single Cell in a Row,
7647
7703
  * such as the CellView component.
7648
- *
7649
7704
  * @category Props
7650
7705
  */
7651
7706
  export type CellProps = {
@@ -7676,9 +7731,8 @@ export type CellProps = {
7676
7731
  /**
7677
7732
  * ValuesProps props are used for components that refer to all the Values in a
7678
7733
  * Store, such as the ValuesView component.
7679
- *
7680
7734
  * @category Props
7681
- * @since v3.0
7735
+ * @since v3.0.0
7682
7736
  */
7683
7737
  export type ValuesProps = {
7684
7738
  /**
@@ -7710,9 +7764,8 @@ export type ValuesProps = {
7710
7764
  /**
7711
7765
  * ValueProps props are used for components that refer to a single Value in a
7712
7766
  * Row, such as the ValueView component.
7713
- *
7714
7767
  * @category Props
7715
- * @since v3.0
7768
+ * @since v3.0.0
7716
7769
  */
7717
7770
  export type ValueProps = {
7718
7771
  /**
@@ -7734,7 +7787,6 @@ export type ValueProps = {
7734
7787
  /**
7735
7788
  * MetricProps props are used for components that refer to a single Metric in a
7736
7789
  * Metrics object, such as the MetricView component.
7737
- *
7738
7790
  * @category Props
7739
7791
  */
7740
7792
  export type MetricProps = {
@@ -7758,7 +7810,6 @@ export type MetricProps = {
7758
7810
  /**
7759
7811
  * IndexProps props are used for components that refer to a single Index in an
7760
7812
  * Indexes object, such as the IndexView component.
7761
- *
7762
7813
  * @category Props
7763
7814
  */
7764
7815
  export type IndexProps = {
@@ -7795,7 +7846,6 @@ export type IndexProps = {
7795
7846
  /**
7796
7847
  * SliceProps props are used for components that refer to a single Slice in an
7797
7848
  * Index object, such as the SliceView component.
7798
- *
7799
7849
  * @category Props
7800
7850
  */
7801
7851
  export type SliceProps = {
@@ -7837,7 +7887,6 @@ export type SliceProps = {
7837
7887
  * RemoteRowProps props are used for components that refer to a single
7838
7888
  * Relationship in a Relationships object, and where you want to render a remote
7839
7889
  * Row based on a local Row, such as in the RemoteRowView component.
7840
- *
7841
7890
  * @category Props
7842
7891
  */
7843
7892
  export type RemoteRowProps = {
@@ -7876,7 +7925,6 @@ export type RemoteRowProps = {
7876
7925
  * LocalRowsProps props are used for components that refer to a single
7877
7926
  * Relationship in a Relationships object, and where you want to render local
7878
7927
  * Rows based on a remote Row, such as the LocalRowsView component.
7879
- *
7880
7928
  * @category Props
7881
7929
  */
7882
7930
  export type LocalRowsProps = {
@@ -7919,7 +7967,6 @@ export type LocalRowsProps = {
7919
7967
  * LinkedRowsProps props are used for components that refer to a single
7920
7968
  * Relationship in a Relationships object, and where you want to render a linked
7921
7969
  * list of Rows starting from a first Row, such as the LinkedRowsView component.
7922
- *
7923
7970
  * @category Props
7924
7971
  */
7925
7972
  export type LinkedRowsProps = {
@@ -7961,9 +8008,8 @@ export type LinkedRowsProps = {
7961
8008
  /**
7962
8009
  * ResultTableProps props are used for components that refer to a single query
7963
8010
  * result Table, such as the ResultTableView component.
7964
- *
7965
8011
  * @category Props
7966
- * @since v2.0
8012
+ * @since v2.0.0
7967
8013
  */
7968
8014
  export type ResultTableProps = {
7969
8015
  /**
@@ -8001,9 +8047,8 @@ export type ResultTableProps = {
8001
8047
  /**
8002
8048
  * ResultSortedTableProps props are used for components that refer to a single
8003
8049
  * sorted query result Table, such as the ResultSortedTableView component.
8004
- *
8005
8050
  * @category Props
8006
- * @since v2.0
8051
+ * @since v2.0.0
8007
8052
  */
8008
8053
  export type ResultSortedTableProps = {
8009
8054
  /**
@@ -8058,9 +8103,8 @@ export type ResultSortedTableProps = {
8058
8103
  /**
8059
8104
  * ResultRowProps props are used for components that refer to a single Row in a
8060
8105
  * query result Table, such as the ResultRowView component.
8061
- *
8062
8106
  * @category Props
8063
- * @since v2.0
8107
+ * @since v2.0.0
8064
8108
  */
8065
8109
  export type ResultRowProps = {
8066
8110
  /**
@@ -8102,9 +8146,8 @@ export type ResultRowProps = {
8102
8146
  /**
8103
8147
  * ResultRowProps props are used for components that refer to a single Cell in a
8104
8148
  * Row of a result Table, such as the ResultCellView component.
8105
- *
8106
8149
  * @category Props
8107
- * @since v2.0
8150
+ * @since v2.0.0
8108
8151
  */
8109
8152
  export type ResultCellProps = {
8110
8153
  /**
@@ -8136,7 +8179,6 @@ export type ResultCellProps = {
8136
8179
  /**
8137
8180
  * CheckpointProps props are used for components that refer to a single
8138
8181
  * checkpoint in a Checkpoints object, such as the CheckpointView component.
8139
- *
8140
8182
  * @category Props
8141
8183
  */
8142
8184
  export type CheckpointProps = {
@@ -8161,7 +8203,6 @@ export type CheckpointProps = {
8161
8203
  * BackwardCheckpointsProps props are used for components that refer to a list
8162
8204
  * of previous checkpoints in a Checkpoints object, such as the
8163
8205
  * BackwardCheckpointsView component.
8164
- *
8165
8206
  * @category Props
8166
8207
  */
8167
8208
  export type BackwardCheckpointsProps = {
@@ -8195,7 +8236,6 @@ export type BackwardCheckpointsProps = {
8195
8236
  * CurrentCheckpointsProps props are used for components that refer to the
8196
8237
  * current checkpoints in a Checkpoints object, such as the
8197
8238
  * BackwardCheckpointsView component.
8198
- *
8199
8239
  * @category Props
8200
8240
  */
8201
8241
  export type CurrentCheckpointProps = {
@@ -8225,7 +8265,6 @@ export type CurrentCheckpointProps = {
8225
8265
  * ForwardCheckpointsProps props are used for components that refer to a list of
8226
8266
  * future checkpoints in a Checkpoints object, such as the
8227
8267
  * ForwardCheckpointsView component.
8228
- *
8229
8268
  * @category Props
8230
8269
  */
8231
8270
  export type ForwardCheckpointsProps = {
@@ -8263,7 +8302,6 @@ export type ForwardCheckpointsProps = {
8263
8302
  * One of each type of object can be provided as a default within the context.
8264
8303
  * Additionally, multiple of each type of object can be provided in an Id-keyed
8265
8304
  * map to the `___ById` props.
8266
- *
8267
8305
  * @category Props
8268
8306
  */
8269
8307
  export type ProviderProps = {
@@ -8332,7 +8370,6 @@ export type ProviderProps = {
8332
8370
  /**
8333
8371
  * ComponentReturnType is a simple alias for what a React component can return:
8334
8372
  * either a ReactElement, or `null` for an empty component.
8335
- *
8336
8373
  * @category Component
8337
8374
  */
8338
8375
  export type ComponentReturnType = ReactElement<any, any> | null;
@@ -8353,7 +8390,6 @@ export type ComponentReturnType = ReactElement<any, any> | null;
8353
8390
  * will be visible within the inner context. If the outer context contains a
8354
8391
  * Store named by Id and the inner context contains a Store named by a different
8355
8392
  * Id, both will be visible within the inner context.
8356
- *
8357
8393
  * @param props The props for this component.
8358
8394
  * @returns A rendering of the child components.
8359
8395
  * @example
@@ -8453,7 +8489,6 @@ export function Provider(
8453
8489
  *
8454
8490
  * This component uses the useCell hook under the covers, which means that any
8455
8491
  * changes to the specified Cell will cause a re-render.
8456
- *
8457
8492
  * @param props The props for this component.
8458
8493
  * @returns A rendering of the Cell, or nothing, if not present.
8459
8494
  * @example
@@ -8549,7 +8584,6 @@ export function CellView(props: CellProps): ComponentReturnType;
8549
8584
  *
8550
8585
  * This component uses the useCellIds hook under the covers, which means that
8551
8586
  * any changes to the structure of the Row will cause a re-render.
8552
- *
8553
8587
  * @param props The props for this component.
8554
8588
  * @returns A rendering of the Row, or nothing, if not present.
8555
8589
  * @example
@@ -8664,7 +8698,6 @@ export function RowView(props: RowProps): ComponentReturnType;
8664
8698
  * This component uses the useSortedRowIds hook under the covers, which means
8665
8699
  * that any changes to the structure or sorting of the Table will cause a
8666
8700
  * re-render.
8667
- *
8668
8701
  * @param props The props for this component.
8669
8702
  * @returns A rendering of the Table, or nothing, if not present.
8670
8703
  * @example
@@ -8768,7 +8801,7 @@ export function RowView(props: RowProps): ComponentReturnType;
8768
8801
  * // -> '<div><span>felix: cat</span><span><b>fido</b>: dog</span></div>'
8769
8802
  * ```
8770
8803
  * @category Store components
8771
- * @since v2.0
8804
+ * @since v2.0.0
8772
8805
  */
8773
8806
  export function SortedTableView(props: SortedTableProps): ComponentReturnType;
8774
8807
 
@@ -8792,7 +8825,6 @@ export function SortedTableView(props: SortedTableProps): ComponentReturnType;
8792
8825
  *
8793
8826
  * This component uses the useRowIds hook under the covers, which means that any
8794
8827
  * changes to the structure of the Table will cause a re-render.
8795
- *
8796
8828
  * @param props The props for this component.
8797
8829
  * @returns A rendering of the Table, or nothing, if not present.
8798
8830
  * @example
@@ -8901,7 +8933,6 @@ export function TableView(props: TableProps): ComponentReturnType;
8901
8933
  *
8902
8934
  * This component uses the useTableIds hook under the covers, which means that
8903
8935
  * any changes to the structure of the Store will cause a re-render.
8904
- *
8905
8936
  * @param props The props for this component.
8906
8937
  * @returns A rendering of the Store, or nothing, if not present.
8907
8938
  * @example
@@ -9007,7 +9038,6 @@ export function TablesView(props: TablesProps): ComponentReturnType;
9007
9038
  *
9008
9039
  * This component uses the useValue hook under the covers, which means that any
9009
9040
  * changes to the specified Value will cause a re-render.
9010
- *
9011
9041
  * @param props The props for this component.
9012
9042
  * @returns A rendering of the Value, or nothing, if not present.
9013
9043
  * @example
@@ -9079,7 +9109,7 @@ export function TablesView(props: TablesProps): ComponentReturnType;
9079
9109
  * // -> '<span></span>'
9080
9110
  * ```
9081
9111
  * @category Store components
9082
- * @since v3.0
9112
+ * @since v3.0.0
9083
9113
  */
9084
9114
  export function ValueView(props: ValueProps): ComponentReturnType;
9085
9115
 
@@ -9103,7 +9133,6 @@ export function ValueView(props: ValueProps): ComponentReturnType;
9103
9133
  *
9104
9134
  * This component uses the useValueIds hook under the covers, which means that
9105
9135
  * any changes to the Store's Values will cause a re-render.
9106
- *
9107
9136
  * @param props The props for this component.
9108
9137
  * @returns A rendering of the Values, or nothing, if not present.
9109
9138
  * @example
@@ -9185,7 +9214,7 @@ export function ValueView(props: ValueProps): ComponentReturnType;
9185
9214
  * // -> '<div><span><b>open</b>: true</span><span>employees: 3</span></div>'
9186
9215
  * ```
9187
9216
  * @category Store components
9188
- * @since v3.0
9217
+ * @since v3.0.0
9189
9218
  */
9190
9219
  export function ValuesView(props: ValuesProps): ComponentReturnType;
9191
9220
 
@@ -9199,7 +9228,6 @@ export function ValuesView(props: ValuesProps): ComponentReturnType;
9199
9228
  *
9200
9229
  * This component uses the useMetric hook under the covers, which means that any
9201
9230
  * changes to the Metric will cause a re-render.
9202
- *
9203
9231
  * @param props The props for this component.
9204
9232
  * @returns A rendering of the Metric, or nothing, if not present.
9205
9233
  * @example
@@ -9310,7 +9338,6 @@ export function MetricView(props: MetricProps): ComponentReturnType;
9310
9338
  *
9311
9339
  * This component uses the useSliceRowIds hook under the covers, which means
9312
9340
  * that any changes to the structure of the Slice will cause a re-render.
9313
- *
9314
9341
  * @param props The props for this component.
9315
9342
  * @returns A rendering of the Slice, or nothing, if not present.
9316
9343
  * @example
@@ -9437,7 +9464,6 @@ export function SliceView(props: SliceProps): ComponentReturnType;
9437
9464
  *
9438
9465
  * This component uses the useSliceIds hook under the covers, which means that
9439
9466
  * any changes to the structure of the Index will cause a re-render.
9440
- *
9441
9467
  * @param props The props for this component.
9442
9468
  * @returns A rendering of the Index, or nothing, if not present.
9443
9469
  * @example
@@ -9560,7 +9586,6 @@ export function IndexView(props: IndexProps): ComponentReturnType;
9560
9586
  * This component uses the useRemoteRowId hook under the covers, which means
9561
9587
  * that any changes to the remote Row Id in the Relationship will cause a
9562
9588
  * re-render.
9563
- *
9564
9589
  * @param props The props for this component.
9565
9590
  * @returns A rendering of the remote Row, or nothing, if not present.
9566
9591
  * @example
@@ -9694,7 +9719,6 @@ export function RemoteRowView(props: RemoteRowProps): ComponentReturnType;
9694
9719
  * This component uses the useLocalRowIds hook under the covers, which means
9695
9720
  * that any changes to the local Row Ids in the Relationship will cause a
9696
9721
  * re-render.
9697
- *
9698
9722
  * @param props The props for this component.
9699
9723
  * @returns A rendering of the local Row objects, or nothing, if not present.
9700
9724
  * @example
@@ -9829,7 +9853,6 @@ export function LocalRowsView(props: LocalRowsProps): ComponentReturnType;
9829
9853
  * This component uses the useLocalRowIds hook under the covers, which means
9830
9854
  * that any changes to the local Row Ids in the Relationship will cause a
9831
9855
  * re-render.
9832
- *
9833
9856
  * @param props The props for this component.
9834
9857
  * @returns A rendering of the local Row objects, or nothing, if not present.
9835
9858
  * @example
@@ -9966,7 +9989,6 @@ export function LinkedRowsView(props: LinkedRowsProps): ComponentReturnType;
9966
9989
  *
9967
9990
  * This component uses the useResultCell hook under the covers, which means that
9968
9991
  * any changes to the specified Cell will cause a re-render.
9969
- *
9970
9992
  * @param props The props for this component.
9971
9993
  * @returns A rendering of the result Cell, or nothing, if not present.
9972
9994
  * @example
@@ -10069,7 +10091,7 @@ export function LinkedRowsView(props: LinkedRowsProps): ComponentReturnType;
10069
10091
  * // -> '<span></span>'
10070
10092
  * ```
10071
10093
  * @category Queries components
10072
- * @since v2.0
10094
+ * @since v2.0.0
10073
10095
  */
10074
10096
  export function ResultCellView(props: ResultCellProps): ComponentReturnType;
10075
10097
 
@@ -10095,7 +10117,6 @@ export function ResultCellView(props: ResultCellProps): ComponentReturnType;
10095
10117
  *
10096
10118
  * This component uses the useResultCellIds hook under the covers, which means
10097
10119
  * that any changes to the structure of the result Row will cause a re-render.
10098
- *
10099
10120
  * @param props The props for this component.
10100
10121
  * @returns A rendering of the result Row, or nothing, if not present.
10101
10122
  * @example
@@ -10216,7 +10237,7 @@ export function ResultCellView(props: ResultCellProps): ComponentReturnType;
10216
10237
  * // -> '<div><span><b>species</b>: dog</span><span>color: brown</span></div>'
10217
10238
  * ```
10218
10239
  * @category Queries components
10219
- * @since v2.0
10240
+ * @since v2.0.0
10220
10241
  */
10221
10242
  export function ResultRowView(props: ResultRowProps): ComponentReturnType;
10222
10243
 
@@ -10243,7 +10264,6 @@ export function ResultRowView(props: ResultRowProps): ComponentReturnType;
10243
10264
  * This component uses the useResultSortedRowIds hook under the covers, which
10244
10265
  * means that any changes to the structure or sorting of the result Table will
10245
10266
  * cause a re-render.
10246
- *
10247
10267
  * @param props The props for this component.
10248
10268
  * @returns A rendering of the result Table, or nothing, if not present.
10249
10269
  * @example
@@ -10354,7 +10374,7 @@ export function ResultRowView(props: ResultRowProps): ComponentReturnType;
10354
10374
  * // -> '<div><span>felix: black</span><span><b>fido</b>: brown</span></div>'
10355
10375
  * ```
10356
10376
  * @category Queries components
10357
- * @since v2.0
10377
+ * @since v2.0.0
10358
10378
  */
10359
10379
  export function ResultSortedTableView(
10360
10380
  props: ResultSortedTableProps,
@@ -10378,7 +10398,6 @@ export function ResultSortedTableView(
10378
10398
  *
10379
10399
  * This component uses the useResultRowIds hook under the covers, which means
10380
10400
  * that any changes to the structure of the result Table will cause a re-render.
10381
- *
10382
10401
  * @param props The props for this component.
10383
10402
  * @returns A rendering of the result Table, or nothing, if not present.
10384
10403
  * @example
@@ -10479,7 +10498,7 @@ export function ResultSortedTableView(
10479
10498
  * // -> '<div><span><b>fido</b>: brown</span><span>felix: black</span></div>'
10480
10499
  * ```
10481
10500
  * @category Queries components
10482
- * @since v2.0
10501
+ * @since v2.0.0
10483
10502
  */
10484
10503
  export function ResultTableView(props: ResultTableProps): ComponentReturnType;
10485
10504
 
@@ -10495,7 +10514,6 @@ export function ResultTableView(props: ResultTableProps): ComponentReturnType;
10495
10514
  *
10496
10515
  * This component uses the useCheckpoint hook under the covers, which means that
10497
10516
  * any changes to the local Row Ids in the Relationship will cause a re-render.
10498
- *
10499
10517
  * @param props The props for this component.
10500
10518
  * @returns A rendering of the checkpoint: its label if present, or Id.
10501
10519
  * @example
@@ -10552,7 +10570,6 @@ export function CheckpointView(props: CheckpointProps): ComponentReturnType;
10552
10570
  * This component uses the useCheckpointIds hook under the covers, which means
10553
10571
  * that any changes to the checkpoint Ids in the Checkpoints object will cause a
10554
10572
  * re-render.
10555
- *
10556
10573
  * @param props The props for this component.
10557
10574
  * @returns A rendering of the previous checkpoints, if present.
10558
10575
  * @example
@@ -10688,7 +10705,6 @@ export function BackwardCheckpointsView(
10688
10705
  * This component uses the useCheckpointIds hook under the covers, which means
10689
10706
  * that any changes to the current checkpoint Id in the Checkpoints object will
10690
10707
  * cause a re-render.
10691
- *
10692
10708
  * @param props The props for this component.
10693
10709
  * @returns A rendering of the current checkpoint, if present.
10694
10710
  * @example
@@ -10826,7 +10842,6 @@ export function CurrentCheckpointView(
10826
10842
  * This component uses the useCheckpointIds hook under the covers, which means
10827
10843
  * that any changes to the checkpoint Ids in the Checkpoints object will cause a
10828
10844
  * re-render.
10829
- *
10830
10845
  * @param props The props for this component.
10831
10846
  * @returns A rendering of the future checkpoints, if present.
10832
10847
  * @example