@warp-drive-mirror/core 5.9.0-alpha.2 → 5.9.0-alpha.21

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 (436) hide show
  1. package/declarations/aliases-BWYW5EhX.d.ts +17 -0
  2. package/declarations/aliases-BWYW5EhX.d.ts.map +1 -0
  3. package/declarations/build-config/babel-macros.d.ts +2 -1
  4. package/declarations/build-config/canary-features.d.ts +1 -1
  5. package/declarations/build-config/debugging.d.ts +1 -1
  6. package/declarations/build-config/deprecations.d.ts +1 -1
  7. package/declarations/build-config/env.d.ts +2 -1
  8. package/declarations/build-config/macros.d.ts +2 -1
  9. package/declarations/build-config.d.ts +2 -18
  10. package/declarations/change-WybCP5W2.d.ts +41 -0
  11. package/declarations/change-WybCP5W2.d.ts.map +1 -0
  12. package/declarations/concepts-CFfLCQr6.d.ts +77 -0
  13. package/declarations/concepts-CFfLCQr6.d.ts.map +1 -0
  14. package/declarations/configure-DI1HqQpX.d.ts +164 -0
  15. package/declarations/configure-DI1HqQpX.d.ts.map +1 -0
  16. package/declarations/configure.d.ts +2 -7
  17. package/declarations/document-CRPmGrsO.d.ts +129 -0
  18. package/declarations/document-CRPmGrsO.d.ts.map +1 -0
  19. package/declarations/error-50OSEhsF.d.ts +77 -0
  20. package/declarations/error-50OSEhsF.d.ts.map +1 -0
  21. package/declarations/fields-FM7peCiM.d.ts +2327 -0
  22. package/declarations/fields-FM7peCiM.d.ts.map +1 -0
  23. package/declarations/graph/-private.d.ts +2 -13
  24. package/declarations/graph-Di3nFhg0.d.ts +186 -0
  25. package/declarations/graph-Di3nFhg0.d.ts.map +1 -0
  26. package/declarations/identifier-DyEvjMjb.d.ts +120 -0
  27. package/declarations/identifier-DyEvjMjb.d.ts.map +1 -0
  28. package/declarations/index.d.ts +2 -96
  29. package/declarations/internal-DMxLqCZa.d.ts +9389 -0
  30. package/declarations/internal-DMxLqCZa.d.ts.map +1 -0
  31. package/declarations/json-api-raw-C5APJHHB.d.ts +378 -0
  32. package/declarations/json-api-raw-C5APJHHB.d.ts.map +1 -0
  33. package/declarations/mutations-al42_Yzp.d.ts +165 -0
  34. package/declarations/mutations-al42_Yzp.d.ts.map +1 -0
  35. package/declarations/operations-Do63dgrL.d.ts +244 -0
  36. package/declarations/operations-Do63dgrL.d.ts.map +1 -0
  37. package/declarations/params-DrEx3bf8.d.ts +41 -0
  38. package/declarations/params-DrEx3bf8.d.ts.map +1 -0
  39. package/declarations/raw-D5hnjiq7.d.ts +31 -0
  40. package/declarations/raw-D5hnjiq7.d.ts.map +1 -0
  41. package/declarations/reactive/-private.d.ts +2 -2
  42. package/declarations/reactive.d.ts +2 -286
  43. package/declarations/record-DCFv3y1J.d.ts +258 -0
  44. package/declarations/record-DCFv3y1J.d.ts.map +1 -0
  45. package/declarations/relationship-CT9mFtav.d.ts +65 -0
  46. package/declarations/relationship-CT9mFtav.d.ts.map +1 -0
  47. package/declarations/request.d.ts +2 -52
  48. package/declarations/signals/-leaked.d.ts +63 -2
  49. package/declarations/signals/-leaked.d.ts.map +1 -0
  50. package/declarations/store/-private.d.ts +2 -24
  51. package/declarations/store.d.ts +10363 -2
  52. package/declarations/store.d.ts.map +1 -0
  53. package/declarations/symbols-DjRDCeX0.d.ts +88 -0
  54. package/declarations/symbols-DjRDCeX0.d.ts.map +1 -0
  55. package/declarations/types/-private.d.ts +71 -17
  56. package/declarations/types/-private.d.ts.map +1 -0
  57. package/declarations/types/cache/aliases.d.ts +2 -1
  58. package/declarations/types/cache/change.d.ts +2 -6
  59. package/declarations/types/cache/mutations.d.ts +2 -38
  60. package/declarations/types/cache/operations.d.ts +2 -168
  61. package/declarations/types/cache/relationship.d.ts +2 -13
  62. package/declarations/types/cache.d.ts +2 -429
  63. package/declarations/types/graph.d.ts +2 -47
  64. package/declarations/types/identifier.d.ts +2 -86
  65. package/declarations/types/json/raw.d.ts +2 -6
  66. package/declarations/types/params.d.ts +2 -8
  67. package/declarations/types/record.d.ts +2 -269
  68. package/declarations/types/request.d.ts +2 -371
  69. package/declarations/types/runtime.d.ts +53 -12
  70. package/declarations/types/runtime.d.ts.map +1 -0
  71. package/declarations/types/schema/concepts.d.ts +2 -23
  72. package/declarations/types/schema/fields.d.ts +2 -2200
  73. package/declarations/types/schema/fields.type-test.d.ts +1 -1
  74. package/declarations/types/schema/schema-service.d.ts +2 -380
  75. package/declarations/types/spec/document.d.ts +2 -67
  76. package/declarations/types/spec/error.d.ts +2 -18
  77. package/declarations/types/spec/json-api-raw.d.ts +2 -139
  78. package/declarations/types/symbols.d.ts +2 -78
  79. package/declarations/types/utils.d.ts +2 -5
  80. package/declarations/types.d.ts +3 -11
  81. package/declarations/utils/string.d.ts +51 -44
  82. package/declarations/utils/string.d.ts.map +1 -0
  83. package/declarations/utils-BtURiy8l.d.ts +24 -0
  84. package/declarations/utils-BtURiy8l.d.ts.map +1 -0
  85. package/dist/-private-D4dQm2VC.js +22 -0
  86. package/dist/-private-D4dQm2VC.js.map +1 -0
  87. package/dist/-private-DDz7mWBO.js +1725 -0
  88. package/dist/-private-DDz7mWBO.js.map +1 -0
  89. package/dist/-private-DYCb3vir.js +120 -0
  90. package/dist/-private-DYCb3vir.js.map +1 -0
  91. package/dist/build-config/babel-macros.js +3 -1
  92. package/dist/build-config/canary-features.js +1 -1
  93. package/dist/build-config/debugging.js +1 -1
  94. package/dist/build-config/deprecations.js +1 -1
  95. package/dist/build-config/env.js +3 -1
  96. package/dist/build-config/macros.js +3 -1
  97. package/dist/build-config.js +3 -1
  98. package/dist/configure.js +3 -2
  99. package/dist/graph/-private.js +2183 -3192
  100. package/dist/graph/-private.js.map +1 -0
  101. package/dist/index.js +3 -8
  102. package/dist/reactive/-private.js +3 -1
  103. package/dist/reactive.js +5 -4
  104. package/dist/request-CclbTH_w.js +766 -0
  105. package/dist/request-CclbTH_w.js.map +1 -0
  106. package/dist/request.js +2 -48
  107. package/dist/signals/-leaked.js +3 -1
  108. package/dist/src-DgZnLlik.js +9090 -0
  109. package/dist/src-DgZnLlik.js.map +1 -0
  110. package/dist/store/-private.js +3 -1
  111. package/dist/store-DNF9Rgoh.js +462 -0
  112. package/dist/store-DNF9Rgoh.js.map +1 -0
  113. package/dist/store.js +3 -1
  114. package/dist/types/-private.js +1 -77
  115. package/dist/types/identifier.js +60 -52
  116. package/dist/types/identifier.js.map +1 -0
  117. package/dist/types/record.js +211 -181
  118. package/dist/types/record.js.map +1 -0
  119. package/dist/types/request.js +138 -69
  120. package/dist/types/request.js.map +1 -0
  121. package/dist/types/runtime.js +54 -26
  122. package/dist/types/runtime.js.map +1 -0
  123. package/dist/types/schema/fields.js +501 -495
  124. package/dist/types/schema/fields.js.map +1 -0
  125. package/dist/types/schema/fields.type-test.js +79 -0
  126. package/dist/types/schema/fields.type-test.js.map +1 -0
  127. package/dist/types/symbols.js +84 -77
  128. package/dist/types/symbols.js.map +1 -0
  129. package/dist/unpkg/dev/-private-9CIgW-DA.js +111 -0
  130. package/dist/unpkg/dev/-private-9CIgW-DA.js.map +1 -0
  131. package/dist/unpkg/dev/-private-B2Am6Oqc.js +22 -0
  132. package/dist/unpkg/dev/-private-B2Am6Oqc.js.map +1 -0
  133. package/dist/unpkg/dev/-private-C1QTxlMX.js +1714 -0
  134. package/dist/unpkg/dev/-private-C1QTxlMX.js.map +1 -0
  135. package/dist/unpkg/dev/build-config/babel-macros.js +3 -1
  136. package/dist/unpkg/dev/build-config/canary-features.js +1 -1
  137. package/dist/unpkg/dev/build-config/debugging.js +1 -1
  138. package/dist/unpkg/dev/build-config/deprecations.js +1 -1
  139. package/dist/unpkg/dev/build-config/env.js +3 -1
  140. package/dist/unpkg/dev/build-config/macros.js +3 -1
  141. package/dist/unpkg/dev/build-config.js +3 -1
  142. package/dist/unpkg/dev/configure.js +3 -1
  143. package/dist/unpkg/dev/graph/-private.js +1941 -2949
  144. package/dist/unpkg/dev/graph/-private.js.map +1 -0
  145. package/dist/unpkg/dev/index.js +3 -6
  146. package/dist/unpkg/dev/reactive/-private.js +3 -1
  147. package/dist/unpkg/dev/reactive.js +5 -3
  148. package/dist/unpkg/dev/request-4Qkr-Uqq.js +756 -0
  149. package/dist/unpkg/dev/request-4Qkr-Uqq.js.map +1 -0
  150. package/dist/unpkg/dev/request.js +2 -48
  151. package/dist/unpkg/dev/runtime-DCk-f6iq.js +110 -0
  152. package/dist/unpkg/dev/runtime-DCk-f6iq.js.map +1 -0
  153. package/dist/unpkg/dev/signals/-leaked.js +3 -1
  154. package/dist/unpkg/dev/src-Dq17geGK.js +8194 -0
  155. package/dist/unpkg/dev/src-Dq17geGK.js.map +1 -0
  156. package/dist/unpkg/dev/store/-private.js +3 -55
  157. package/dist/unpkg/dev/store-1Jt0pxEL.js +427 -0
  158. package/dist/unpkg/dev/store-1Jt0pxEL.js.map +1 -0
  159. package/dist/unpkg/dev/store.js +1 -556
  160. package/dist/unpkg/dev/types/-private.js +1 -67
  161. package/dist/unpkg/dev/types/identifier.js +63 -56
  162. package/dist/unpkg/dev/types/identifier.js.map +1 -0
  163. package/dist/unpkg/dev/types/record.js +211 -181
  164. package/dist/unpkg/dev/types/record.js.map +1 -0
  165. package/dist/unpkg/dev/types/request.js +138 -69
  166. package/dist/unpkg/dev/types/request.js.map +1 -0
  167. package/dist/unpkg/dev/types/runtime.js +54 -26
  168. package/dist/unpkg/dev/types/runtime.js.map +1 -0
  169. package/dist/unpkg/dev/types/schema/fields.js +501 -495
  170. package/dist/unpkg/dev/types/schema/fields.js.map +1 -0
  171. package/dist/unpkg/dev/types/schema/fields.type-test.js +79 -0
  172. package/dist/unpkg/dev/types/schema/fields.type-test.js.map +1 -0
  173. package/dist/unpkg/dev/types/symbols.js +84 -77
  174. package/dist/unpkg/dev/types/symbols.js.map +1 -0
  175. package/dist/unpkg/dev/utils/string.js +79 -85
  176. package/dist/unpkg/dev/utils/string.js.map +1 -0
  177. package/dist/unpkg/dev-deprecated/-private-9CIgW-DA.js +111 -0
  178. package/dist/unpkg/dev-deprecated/-private-9CIgW-DA.js.map +1 -0
  179. package/dist/unpkg/dev-deprecated/-private-B2Am6Oqc.js +22 -0
  180. package/dist/unpkg/dev-deprecated/-private-B2Am6Oqc.js.map +1 -0
  181. package/dist/unpkg/dev-deprecated/-private-C1QTxlMX.js +1714 -0
  182. package/dist/unpkg/dev-deprecated/-private-C1QTxlMX.js.map +1 -0
  183. package/dist/unpkg/dev-deprecated/build-config/babel-macros.js +3 -1
  184. package/dist/unpkg/dev-deprecated/build-config/canary-features.js +1 -1
  185. package/dist/unpkg/dev-deprecated/build-config/debugging.js +1 -1
  186. package/dist/unpkg/dev-deprecated/build-config/deprecations.js +1 -1
  187. package/dist/unpkg/dev-deprecated/build-config/env.js +3 -1
  188. package/dist/unpkg/dev-deprecated/build-config/macros.js +3 -1
  189. package/dist/unpkg/dev-deprecated/build-config.js +3 -1
  190. package/dist/unpkg/dev-deprecated/configure.js +3 -1
  191. package/dist/unpkg/dev-deprecated/graph/-private.js +2060 -3143
  192. package/dist/unpkg/dev-deprecated/graph/-private.js.map +1 -0
  193. package/dist/unpkg/dev-deprecated/index.js +3 -5
  194. package/dist/unpkg/dev-deprecated/reactive/-private.js +3 -1
  195. package/dist/unpkg/dev-deprecated/reactive.js +5 -3
  196. package/dist/unpkg/dev-deprecated/request-4Qkr-Uqq.js +756 -0
  197. package/dist/unpkg/dev-deprecated/request-4Qkr-Uqq.js.map +1 -0
  198. package/dist/unpkg/dev-deprecated/request.js +2 -48
  199. package/dist/unpkg/dev-deprecated/runtime-BmPBYlvC.js +110 -0
  200. package/dist/unpkg/dev-deprecated/runtime-BmPBYlvC.js.map +1 -0
  201. package/dist/unpkg/dev-deprecated/signals/-leaked.js +3 -1
  202. package/dist/unpkg/dev-deprecated/src-n5P9tTX4.js +8747 -0
  203. package/dist/unpkg/dev-deprecated/src-n5P9tTX4.js.map +1 -0
  204. package/dist/unpkg/dev-deprecated/store/-private.js +3 -1
  205. package/dist/unpkg/dev-deprecated/store-GrkCubY2.js +427 -0
  206. package/dist/unpkg/dev-deprecated/store-GrkCubY2.js.map +1 -0
  207. package/dist/unpkg/dev-deprecated/store.js +1 -556
  208. package/dist/unpkg/dev-deprecated/types/-private.js +1 -67
  209. package/dist/unpkg/dev-deprecated/types/identifier.js +63 -56
  210. package/dist/unpkg/dev-deprecated/types/identifier.js.map +1 -0
  211. package/dist/unpkg/dev-deprecated/types/record.js +211 -181
  212. package/dist/unpkg/dev-deprecated/types/record.js.map +1 -0
  213. package/dist/unpkg/dev-deprecated/types/request.js +138 -69
  214. package/dist/unpkg/dev-deprecated/types/request.js.map +1 -0
  215. package/dist/unpkg/dev-deprecated/types/runtime.js +54 -26
  216. package/dist/unpkg/dev-deprecated/types/runtime.js.map +1 -0
  217. package/dist/unpkg/dev-deprecated/types/schema/fields.js +501 -495
  218. package/dist/unpkg/dev-deprecated/types/schema/fields.js.map +1 -0
  219. package/dist/unpkg/dev-deprecated/types/schema/fields.type-test.js +79 -0
  220. package/dist/unpkg/dev-deprecated/types/schema/fields.type-test.js.map +1 -0
  221. package/dist/unpkg/dev-deprecated/types/symbols.js +84 -77
  222. package/dist/unpkg/dev-deprecated/types/symbols.js.map +1 -0
  223. package/dist/unpkg/dev-deprecated/utils/string.js +79 -85
  224. package/dist/unpkg/dev-deprecated/utils/string.js.map +1 -0
  225. package/dist/unpkg/prod/-private-B2hz13Ei.js +22 -0
  226. package/dist/unpkg/prod/-private-B2hz13Ei.js.map +1 -0
  227. package/dist/unpkg/prod/-private-CFXr06QP.js +1524 -0
  228. package/dist/unpkg/prod/-private-CFXr06QP.js.map +1 -0
  229. package/dist/unpkg/prod/-private-o67f3_hS.js +99 -0
  230. package/dist/unpkg/prod/-private-o67f3_hS.js.map +1 -0
  231. package/dist/unpkg/prod/build-config/babel-macros.js +3 -1
  232. package/dist/unpkg/prod/build-config/canary-features.js +1 -1
  233. package/dist/unpkg/prod/build-config/debugging.js +1 -1
  234. package/dist/unpkg/prod/build-config/deprecations.js +1 -1
  235. package/dist/unpkg/prod/build-config/env.js +3 -1
  236. package/dist/unpkg/prod/build-config/macros.js +3 -1
  237. package/dist/unpkg/prod/build-config.js +3 -1
  238. package/dist/unpkg/prod/configure.js +3 -2
  239. package/dist/unpkg/prod/graph/-private.js +1475 -2095
  240. package/dist/unpkg/prod/graph/-private.js.map +1 -0
  241. package/dist/unpkg/prod/index.js +2 -482
  242. package/dist/unpkg/prod/reactive/-private.js +3 -1
  243. package/dist/unpkg/prod/reactive.js +5 -30
  244. package/dist/unpkg/prod/request-xXJYO0jK.js +480 -0
  245. package/dist/unpkg/prod/request-xXJYO0jK.js.map +1 -0
  246. package/dist/unpkg/prod/request.js +3 -2
  247. package/dist/unpkg/prod/signals/-leaked.js +3 -1
  248. package/dist/unpkg/prod/src-BXphJ7nX.js +6801 -0
  249. package/dist/unpkg/prod/src-BXphJ7nX.js.map +1 -0
  250. package/dist/unpkg/prod/store/-private.js +3 -126
  251. package/dist/unpkg/prod/store-BWhmb7Ob.js +359 -0
  252. package/dist/unpkg/prod/store-BWhmb7Ob.js.map +1 -0
  253. package/dist/unpkg/prod/store.js +1 -435
  254. package/dist/unpkg/prod/types/-private.js +1 -47
  255. package/dist/unpkg/prod/types/identifier.js +63 -56
  256. package/dist/unpkg/prod/types/identifier.js.map +1 -0
  257. package/dist/unpkg/prod/types/record.js +211 -181
  258. package/dist/unpkg/prod/types/record.js.map +1 -0
  259. package/dist/unpkg/prod/types/request.js +138 -69
  260. package/dist/unpkg/prod/types/request.js.map +1 -0
  261. package/dist/unpkg/prod/types/runtime.js +54 -26
  262. package/dist/unpkg/prod/types/runtime.js.map +1 -0
  263. package/dist/unpkg/prod/types/schema/fields.js +501 -495
  264. package/dist/unpkg/prod/types/schema/fields.js.map +1 -0
  265. package/dist/unpkg/prod/types/schema/fields.type-test.js +79 -0
  266. package/dist/unpkg/prod/types/schema/fields.type-test.js.map +1 -0
  267. package/dist/unpkg/prod/types/symbols.js +84 -77
  268. package/dist/unpkg/prod/types/symbols.js.map +1 -0
  269. package/dist/unpkg/prod/utils/string.js +70 -66
  270. package/dist/unpkg/prod/utils/string.js.map +1 -0
  271. package/dist/unpkg/prod-deprecated/-private-B2hz13Ei.js +22 -0
  272. package/dist/unpkg/prod-deprecated/-private-B2hz13Ei.js.map +1 -0
  273. package/dist/unpkg/prod-deprecated/-private-CFXr06QP.js +1524 -0
  274. package/dist/unpkg/prod-deprecated/-private-CFXr06QP.js.map +1 -0
  275. package/dist/unpkg/prod-deprecated/-private-o67f3_hS.js +99 -0
  276. package/dist/unpkg/prod-deprecated/-private-o67f3_hS.js.map +1 -0
  277. package/dist/unpkg/prod-deprecated/build-config/babel-macros.js +3 -1
  278. package/dist/unpkg/prod-deprecated/build-config/canary-features.js +1 -1
  279. package/dist/unpkg/prod-deprecated/build-config/debugging.js +1 -1
  280. package/dist/unpkg/prod-deprecated/build-config/deprecations.js +1 -1
  281. package/dist/unpkg/prod-deprecated/build-config/env.js +3 -1
  282. package/dist/unpkg/prod-deprecated/build-config/macros.js +3 -1
  283. package/dist/unpkg/prod-deprecated/build-config.js +3 -1
  284. package/dist/unpkg/prod-deprecated/configure.js +3 -2
  285. package/dist/unpkg/prod-deprecated/graph/-private.js +1586 -2266
  286. package/dist/unpkg/prod-deprecated/graph/-private.js.map +1 -0
  287. package/dist/unpkg/prod-deprecated/index.js +2 -482
  288. package/dist/unpkg/prod-deprecated/reactive/-private.js +3 -1
  289. package/dist/unpkg/prod-deprecated/reactive.js +5 -5
  290. package/dist/unpkg/prod-deprecated/request-xXJYO0jK.js +480 -0
  291. package/dist/unpkg/prod-deprecated/request-xXJYO0jK.js.map +1 -0
  292. package/dist/unpkg/prod-deprecated/request.js +3 -2
  293. package/dist/unpkg/prod-deprecated/signals/-leaked.js +3 -1
  294. package/dist/unpkg/prod-deprecated/src-Bzk95Vdj.js +7234 -0
  295. package/dist/unpkg/prod-deprecated/src-Bzk95Vdj.js.map +1 -0
  296. package/dist/unpkg/prod-deprecated/store/-private.js +3 -88
  297. package/dist/unpkg/prod-deprecated/store-BWhmb7Ob.js +359 -0
  298. package/dist/unpkg/prod-deprecated/store-BWhmb7Ob.js.map +1 -0
  299. package/dist/unpkg/prod-deprecated/store.js +1 -435
  300. package/dist/unpkg/prod-deprecated/types/-private.js +1 -47
  301. package/dist/unpkg/prod-deprecated/types/identifier.js +63 -56
  302. package/dist/unpkg/prod-deprecated/types/identifier.js.map +1 -0
  303. package/dist/unpkg/prod-deprecated/types/record.js +211 -181
  304. package/dist/unpkg/prod-deprecated/types/record.js.map +1 -0
  305. package/dist/unpkg/prod-deprecated/types/request.js +138 -69
  306. package/dist/unpkg/prod-deprecated/types/request.js.map +1 -0
  307. package/dist/unpkg/prod-deprecated/types/runtime.js +54 -26
  308. package/dist/unpkg/prod-deprecated/types/runtime.js.map +1 -0
  309. package/dist/unpkg/prod-deprecated/types/schema/fields.js +501 -495
  310. package/dist/unpkg/prod-deprecated/types/schema/fields.js.map +1 -0
  311. package/dist/unpkg/prod-deprecated/types/schema/fields.type-test.js +79 -0
  312. package/dist/unpkg/prod-deprecated/types/schema/fields.type-test.js.map +1 -0
  313. package/dist/unpkg/prod-deprecated/types/symbols.js +84 -77
  314. package/dist/unpkg/prod-deprecated/types/symbols.js.map +1 -0
  315. package/dist/unpkg/prod-deprecated/utils/string.js +70 -66
  316. package/dist/unpkg/prod-deprecated/utils/string.js.map +1 -0
  317. package/dist/utils/string.js +84 -85
  318. package/dist/utils/string.js.map +1 -0
  319. package/package.json +9 -9
  320. package/declarations/graph/-private/-diff.d.ts +0 -19
  321. package/declarations/graph/-private/-edge-definition.d.ts +0 -149
  322. package/declarations/graph/-private/-state.d.ts +0 -9
  323. package/declarations/graph/-private/-utils.d.ts +0 -25
  324. package/declarations/graph/-private/coerce-id.d.ts +0 -4
  325. package/declarations/graph/-private/debug/assert-polymorphic-type.d.ts +0 -6
  326. package/declarations/graph/-private/edges/collection.d.ts +0 -39
  327. package/declarations/graph/-private/edges/implicit.d.ts +0 -43
  328. package/declarations/graph/-private/edges/resource.d.ts +0 -23
  329. package/declarations/graph/-private/graph.d.ts +0 -56
  330. package/declarations/graph/-private/normalize-link.d.ts +0 -2
  331. package/declarations/graph/-private/operations/add-to-related-records.d.ts +0 -4
  332. package/declarations/graph/-private/operations/merge-identifier.d.ts +0 -3
  333. package/declarations/graph/-private/operations/remove-from-related-records.d.ts +0 -4
  334. package/declarations/graph/-private/operations/replace-related-record.d.ts +0 -3
  335. package/declarations/graph/-private/operations/replace-related-records.d.ts +0 -7
  336. package/declarations/graph/-private/operations/update-relationship.d.ts +0 -9
  337. package/declarations/reactive/-private/default-mode.d.ts +0 -73
  338. package/declarations/reactive/-private/document.d.ts +0 -142
  339. package/declarations/reactive/-private/fields/extension.d.ts +0 -8
  340. package/declarations/reactive/-private/fields/get-field-key.d.ts +0 -8
  341. package/declarations/reactive/-private/fields/managed-array.d.ts +0 -18
  342. package/declarations/reactive/-private/fields/managed-object.d.ts +0 -17
  343. package/declarations/reactive/-private/fields/many-array-manager.d.ts +0 -19
  344. package/declarations/reactive/-private/hooks.d.ts +0 -5
  345. package/declarations/reactive/-private/kind/alias-field.d.ts +0 -4
  346. package/declarations/reactive/-private/kind/array-field.d.ts +0 -4
  347. package/declarations/reactive/-private/kind/attribute-field.d.ts +0 -4
  348. package/declarations/reactive/-private/kind/belongs-to-field.d.ts +0 -4
  349. package/declarations/reactive/-private/kind/collection-field.d.ts +0 -4
  350. package/declarations/reactive/-private/kind/derived-field.d.ts +0 -4
  351. package/declarations/reactive/-private/kind/generic-field.d.ts +0 -4
  352. package/declarations/reactive/-private/kind/has-many-field.d.ts +0 -4
  353. package/declarations/reactive/-private/kind/hash-field.d.ts +0 -4
  354. package/declarations/reactive/-private/kind/identity-field.d.ts +0 -4
  355. package/declarations/reactive/-private/kind/local-field.d.ts +0 -4
  356. package/declarations/reactive/-private/kind/object-field.d.ts +0 -4
  357. package/declarations/reactive/-private/kind/resource-field.d.ts +0 -4
  358. package/declarations/reactive/-private/kind/schema-array-field.d.ts +0 -4
  359. package/declarations/reactive/-private/kind/schema-object-field.d.ts +0 -4
  360. package/declarations/reactive/-private/record.d.ts +0 -83
  361. package/declarations/reactive/-private/schema.d.ts +0 -326
  362. package/declarations/reactive/-private/symbols.d.ts +0 -5
  363. package/declarations/request/-private/context.d.ts +0 -39
  364. package/declarations/request/-private/debug.d.ts +0 -4
  365. package/declarations/request/-private/fetch.d.ts +0 -33
  366. package/declarations/request/-private/future.d.ts +0 -7
  367. package/declarations/request/-private/manager.d.ts +0 -158
  368. package/declarations/request/-private/promise-cache.d.ts +0 -28
  369. package/declarations/request/-private/types.d.ts +0 -234
  370. package/declarations/request/-private/utils.d.ts +0 -57
  371. package/declarations/signals/-private.d.ts +0 -6
  372. package/declarations/signals/promise-state.d.ts +0 -264
  373. package/declarations/signals/reactivity/configure.d.ts +0 -138
  374. package/declarations/signals/reactivity/internal.d.ts +0 -154
  375. package/declarations/signals/reactivity/signal.d.ts +0 -56
  376. package/declarations/signals/request-state.d.ts +0 -372
  377. package/declarations/signals/request-subscription.d.ts +0 -177
  378. package/declarations/store/-private/cache-handler/handler.d.ts +0 -56
  379. package/declarations/store/-private/cache-handler/types.d.ts +0 -84
  380. package/declarations/store/-private/cache-handler/utils.d.ts +0 -31
  381. package/declarations/store/-private/caches/instance-cache.d.ts +0 -58
  382. package/declarations/store/-private/caches/resource-utils.d.ts +0 -9
  383. package/declarations/store/-private/debug/utils.d.ts +0 -7
  384. package/declarations/store/-private/default-cache-policy.d.ts +0 -387
  385. package/declarations/store/-private/managers/cache-capabilities-manager.d.ts +0 -34
  386. package/declarations/store/-private/managers/cache-key-manager.d.ts +0 -304
  387. package/declarations/store/-private/managers/cache-manager.d.ts +0 -367
  388. package/declarations/store/-private/managers/notification-manager.d.ts +0 -83
  389. package/declarations/store/-private/managers/record-array-manager.d.ts +0 -100
  390. package/declarations/store/-private/network/request-cache.d.ts +0 -103
  391. package/declarations/store/-private/record-arrays/-utils.d.ts +0 -80
  392. package/declarations/store/-private/record-arrays/legacy-live-array.d.ts +0 -81
  393. package/declarations/store/-private/record-arrays/legacy-many-array.d.ts +0 -133
  394. package/declarations/store/-private/record-arrays/legacy-query.d.ts +0 -81
  395. package/declarations/store/-private/record-arrays/native-proxy-type-fix.d.ts +0 -3
  396. package/declarations/store/-private/record-arrays/resource-array.d.ts +0 -67
  397. package/declarations/store/-private/store-service.d.ts +0 -874
  398. package/declarations/store/-private/utils/coerce-id.d.ts +0 -4
  399. package/declarations/store/-private/utils/construct-resource.d.ts +0 -6
  400. package/declarations/store/-private/utils/is-non-empty-string.d.ts +0 -1
  401. package/declarations/store/-private/utils/normalize-model-name.d.ts +0 -1
  402. package/declarations/store/-private/utils/uuid-polyfill.d.ts +0 -1
  403. package/declarations/store/-types/q/cache-capabilities-manager.d.ts +0 -90
  404. package/declarations/store/-types/q/identifier.d.ts +0 -23
  405. package/declarations/store/-types/q/record-instance.d.ts +0 -22
  406. package/declarations/store/-types/q/store.d.ts +0 -31
  407. package/declarations/store/deprecated/-private.d.ts +0 -223
  408. package/declarations/store/deprecated/store.d.ts +0 -784
  409. package/dist/configure-BlQ9ebNX.js +0 -1940
  410. package/dist/default-cache-policy-D7_u4YRH.js +0 -572
  411. package/dist/future-CPfkKOvf.js +0 -678
  412. package/dist/index-D4jKuR0r.js +0 -10000
  413. package/dist/symbols-3C1OkYtZ.js +0 -39
  414. package/dist/unpkg/dev/-leaked-BYj8zMi0.js +0 -1939
  415. package/dist/unpkg/dev/-private-sql1_mdx.js +0 -39
  416. package/dist/unpkg/dev/future-DUuPqyLj.js +0 -672
  417. package/dist/unpkg/dev/index-BrSRAfLa.js +0 -9410
  418. package/dist/unpkg/dev/runtime-DGG4CvlW.js +0 -135
  419. package/dist/unpkg/dev-deprecated/-leaked-D0KHC8Qz.js +0 -1939
  420. package/dist/unpkg/dev-deprecated/-private-3C1OkYtZ.js +0 -39
  421. package/dist/unpkg/dev-deprecated/future-DUuPqyLj.js +0 -672
  422. package/dist/unpkg/dev-deprecated/index-RnWJEamT.js +0 -10025
  423. package/dist/unpkg/dev-deprecated/runtime-DfhJzpZH.js +0 -135
  424. package/dist/unpkg/prod/-leaked-DUONXQDB.js +0 -1676
  425. package/dist/unpkg/prod/-private-sql1_mdx.js +0 -39
  426. package/dist/unpkg/prod/handler-DeouKoRZ.js +0 -1619
  427. package/dist/unpkg/prod/promise-cache-DIT8Ypjq.js +0 -19
  428. package/dist/unpkg/prod/request-BrJSCG6r.js +0 -421
  429. package/dist/unpkg/prod/schema-DlxmDxns.js +0 -5237
  430. package/dist/unpkg/prod-deprecated/-leaked-DRNv9VIX.js +0 -1676
  431. package/dist/unpkg/prod-deprecated/-private-3C1OkYtZ.js +0 -39
  432. package/dist/unpkg/prod-deprecated/handler-BVKoq9bM.js +0 -334
  433. package/dist/unpkg/prod-deprecated/hooks-CfCFjO7d.js +0 -26
  434. package/dist/unpkg/prod-deprecated/promise-cache-DIT8Ypjq.js +0 -19
  435. package/dist/unpkg/prod-deprecated/request-BrJSCG6r.js +0 -421
  436. package/dist/unpkg/prod-deprecated/schema-_W00LRDb.js +0 -6957
@@ -0,0 +1,17 @@
1
+ //#region src/types/cache/aliases.d.ts
2
+ /**
3
+ * The `ResourceBlob` is an opaque type that must satisfy two constraints.
4
+ *
5
+ * 1. it should be possible for the {@link CacheKeyManager} to be able to
6
+ * generate a {@link ResourceKey} for it, whether by default or due to
7
+ * configuration.
8
+ * 2. it should be in a format expected by the {@link Cache}. This format
9
+ * is {@link Cache}-declared.
10
+ *
11
+ * This opaqueness allows arbitrary storage of any serializable/transferable
12
+ * state, including such things as `Buffer`s and `String`s.
13
+ */
14
+ type ResourceBlob = unknown;
15
+ //#endregion
16
+ export { ResourceBlob as t };
17
+ //# sourceMappingURL=aliases-BWYW5EhX.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aliases-BWYW5EhX.d.ts","names":[],"sources":["../src/types/cache/aliases.ts"],"mappings":";;;;;;;;;;;;;KAmBY"}
@@ -1 +1,2 @@
1
- export { macros } from "@warp-drive-mirror/build-config/babel-macros";
1
+ import { macros } from "@warp-drive-mirror/build-config/babel-macros";
2
+ export { macros };
@@ -1 +1 @@
1
- export * from "@warp-drive-mirror/build-config/canary-features";
1
+ export * from "@warp-drive-mirror/build-config/canary-features";
@@ -1 +1 @@
1
- export * from "@warp-drive-mirror/build-config/debugging";
1
+ export * from "@warp-drive-mirror/build-config/debugging";
@@ -1 +1 @@
1
- export * from "@warp-drive-mirror/build-config/deprecations";
1
+ export * from "@warp-drive-mirror/build-config/deprecations";
@@ -1 +1,2 @@
1
- export { DEBUG, PRODUCTION, IS_CI, IS_RECORDING, SHOULD_RECORD, TESTING } from "@warp-drive-mirror/build-config/env";
1
+ import { DEBUG, IS_CI, IS_RECORDING, PRODUCTION, SHOULD_RECORD, TESTING } from "@warp-drive-mirror/build-config/env";
2
+ export { DEBUG, IS_CI, IS_RECORDING, PRODUCTION, SHOULD_RECORD, TESTING };
@@ -1 +1,2 @@
1
- export { assert } from "@warp-drive-mirror/build-config/macros";
1
+ import { assert } from "@warp-drive-mirror/build-config/macros";
2
+ export { assert };
@@ -1,18 +1,2 @@
1
- /**
2
- * This module provides a build-plugin that enables configuration of deprecations,
3
- * optional features, development/testing support and debug logging.
4
- *
5
- * Available settings include:
6
- *
7
- * - {@link LOGGING | debugging}
8
- * - {@link DEPRECATIONS | deprecations}
9
- * - {@link FEATURES | features}
10
- * - {@link WarpDriveConfig.polyfillUUID | polyfillUUID}
11
- * - {@link WarpDriveConfig.includeDataAdapterInProduction | includeDataAdapterInProduction}
12
- * - {@link WarpDriveConfig.compatWith | compatWith}
13
- *
14
- * @module
15
- */
16
- import type { WarpDriveConfig } from "@warp-drive-mirror/build-config";
17
- export { setConfig, babelPlugin } from "@warp-drive-mirror/build-config";
18
- export type { WarpDriveConfig };
1
+ import { WarpDriveConfig, babelPlugin, setConfig } from "@warp-drive-mirror/build-config";
2
+ export { type WarpDriveConfig, babelPlugin, setConfig };
@@ -0,0 +1,41 @@
1
+ import { c as RequestKey, l as ResourceKey } from "./identifier-DyEvjMjb.js";
2
+ //#region src/types/cache/change.d.ts
3
+ /**
4
+ * Describes a single mutation to a resource or document that occurred
5
+ * in the cache, as returned by {@link Cache.diff}.
6
+ *
7
+ * @example
8
+ * ```ts
9
+ * const change: Change = {
10
+ * identifier: resourceKey,
11
+ * op: 'upsert',
12
+ * patch: { name: 'Chris' },
13
+ * };
14
+ * ```
15
+ */
16
+ interface Change {
17
+ /**
18
+ * the {@link ResourceKey} or {@link RequestKey} of the entity that changed
19
+ */
20
+ identifier: ResourceKey | RequestKey;
21
+ /**
22
+ * the type of change that occurred. If `'upsert'`, {@link Change.patch | patch}
23
+ * will be present with the data to merge into the cache for the entity.
24
+ */
25
+ op: "upsert" | "remove";
26
+ /**
27
+ * When {@link Change.op | op} is `'upsert'`, the data to merge into the
28
+ * cache for the entity.
29
+ *
30
+ * This is opaque to the Store but should be understood by the Cache and
31
+ * may be utilized by an Adapter when generating data during a `save`
32
+ * operation.
33
+ *
34
+ * It is generally recommended that `patch` contain only the updated
35
+ * state, ignoring fields that are unchanged.
36
+ */
37
+ patch?: unknown;
38
+ }
39
+ //#endregion
40
+ export { Change as t };
41
+ //# sourceMappingURL=change-WybCP5W2.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-WybCP5W2.d.ts","names":[],"sources":["../src/types/cache/change.ts"],"mappings":";;;;;;;;;;;;;;;UAiBiB;;;;EAIf,YAAY,cAAc;;;;;EAK1B;;;;;;;;;;;;EAYA"}
@@ -0,0 +1,77 @@
1
+ import { l as ResourceKey } from "./identifier-DyEvjMjb.js";
2
+ import { i as Value, n as ObjectValue } from "./raw-D5hnjiq7.js";
3
+ import { a as Type } from "./symbols-DjRDCeX0.js";
4
+ import { i as OpaqueRecordInstance } from "./record-DCFv3y1J.js";
5
+ //#region src/types/schema/concepts.d.ts
6
+ /**
7
+ * A Transformation converts a cached primitive value into a richer
8
+ * "presentation" value exposed on a record, and back again.
9
+ *
10
+ * Transformations are used by {@link GenericField}, {@link ObjectField}
11
+ * and {@link ArrayField} to convert between the raw value stored in the
12
+ * cache (`T`) and the value read from or written to a record (`PT`).
13
+ *
14
+ * Transformations must be registered with the SchemaService via
15
+ * `schema.registerTransformation(transform)` before use, keyed by the
16
+ * name assigned to their {@link Type} property.
17
+ */
18
+ type Transformation<T extends Value = Value, PT = unknown> = {
19
+ /**
20
+ * Converts a value from its presentation form (as read from or written
21
+ * to a record) into the raw form to be stored in the cache.
22
+ */
23
+ serialize(value: PT, options: ObjectValue | null, record: OpaqueRecordInstance): T;
24
+ /**
25
+ * Converts a value from its raw cached form into the presentation
26
+ * form exposed on a record.
27
+ */
28
+ hydrate(value: T | undefined, options: ObjectValue | null, record: OpaqueRecordInstance): PT;
29
+ /**
30
+ * Computes the value to use when no value is present in the cache
31
+ * for the field.
32
+ */
33
+ defaultValue?(options: ObjectValue | null, identifier: ResourceKey): T;
34
+ /**
35
+ * The unique name this transformation is registered under.
36
+ */
37
+ [Type]: string;
38
+ };
39
+ /**
40
+ * A Derivation computes a read-only field value from other fields
41
+ * (and options) on a record.
42
+ *
43
+ * Derivations back {@link DerivedField}. They are memoized and only
44
+ * recomputed when the fields they read change; derived values are never
45
+ * stored in the cache nor sent to the server.
46
+ *
47
+ * Derivations must be registered with the SchemaService via
48
+ * `schema.registerDerivation(derivation)` before use, keyed by the
49
+ * name assigned to their {@link Type} property.
50
+ */
51
+ type Derivation<R = unknown, T = unknown, FM extends ObjectValue | null = ObjectValue | null> = {
52
+ /**
53
+ * The unique name this derivation is registered under.
54
+ */
55
+ [Type]: string;
56
+ } & ((record: R, options: FM, prop: string) => T);
57
+ /**
58
+ * A HashFn computes a stable string identity for an object from its
59
+ * cache data, without access to a record instance.
60
+ *
61
+ * HashFns back {@link HashField}, and are used to compute the `@hash`
62
+ * identity of a schema-object, or to determine the resource type of a
63
+ * polymorphic schema-object or schema-array member.
64
+ *
65
+ * HashFns must be registered with the SchemaService via
66
+ * `schema.registerHashFn(hashFn)` before use, keyed by the name
67
+ * assigned to their {@link Type} property.
68
+ */
69
+ type HashFn<T extends object = object> = {
70
+ /**
71
+ * The unique name this hash function is registered under.
72
+ */
73
+ [Type]: string;
74
+ } & ((data: T, options: ObjectValue | null, prop: string | null) => string);
75
+ //#endregion
76
+ export { HashFn as n, Transformation as r, Derivation as t };
77
+ //# sourceMappingURL=concepts-CFfLCQr6.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"concepts-CFfLCQr6.d.ts","names":[],"sources":["../src/types/schema/concepts.ts"],"mappings":";;;;;;;;;;;;;;;;;KAiBY,eAAe,UAAU,QAAQ,OAAO;;;;;EAKlD,UAAU,OAAO,IAAI,SAAS,oBAAoB,QAAQ,uBAAuB;;;;;EAMjF,QAAQ,OAAO,eAAe,SAAS,oBAAoB,QAAQ,uBAAuB;;;;;EAM1F,cAAc,SAAS,oBAAoB,YAAY,cAAc;;;;GAKpE;;;;;;;;;;;;;;KAeS,WAAW,aAAa,aAAa,WAAW,qBAAqB;;;;GAI9E;MACG,QAAQ,GAAG,SAAS,IAAI,iBAAiB;;;;;;;;;;;;;KAcnC,OAAO;;;;GAIhB;MACG,MAAM,GAAG,SAAS,oBAAoB"}
@@ -0,0 +1,164 @@
1
+ //#region src/signals/reactivity/configure.d.ts
2
+ declare const ARRAY_SIGNAL: "___(unique) Symbol(#[])";
3
+ /**
4
+ * Requirements:
5
+ *
6
+ * Signal:
7
+ *
8
+ * - signal: a way of creating a reference that we can dirty when we desire to notify
9
+ * - @signal: a way of creating an accessor on an object that subscribes to a signal on access
10
+ * and notifies the signal on set, or of upgrading a descriptor to be such an accessor
11
+ * - defineSignal: a way of creating a signal on an object
12
+ * - notifySignal: a way of notifying the underlying signal that it has been dirtied
13
+ * - peekSignal: a way of inspecting the signal without notifying it
14
+ *
15
+ * - gate: a memoized getter function that re-runs when on access if its signal is dirty
16
+ * conceptually, a gate is a tightly coupled signal and memo
17
+ * - @gate: a way of creating a gate on an object or upgrading a descriptor with a getter
18
+ * to be a gate
19
+ * - defineGate: a way of creating a gate on an object
20
+ * - notifySignal: a way of notifying the signal for a gate that it has been dirtied
21
+ *
22
+ * - memo:
23
+ * - @memo: a way of creating a memoized getter on an object or upgrading a descriptor with a getter
24
+ * to be a memo
25
+ * - defineMemo: a way of creating a memo on an object
26
+ *
27
+ * - signalStore: storage bucket for signals associated to an object
28
+ * - withSignalStore: a way of pre-creating a signal store on an object
29
+ *
30
+ *
31
+ * @internal
32
+ */
33
+ /**
34
+ * An Opaque type that represents a framework specific or TC39 signal.
35
+ *
36
+ * It may be an array of signals or a single signal.
37
+ *
38
+ * @private
39
+ */
40
+ type SignalRef = unknown;
41
+ /**
42
+ * The hooks which MUST be configured in order to use reactive arrays,
43
+ * resources and documents with framework specfic signals or TC39 signals.
44
+ *
45
+ * Support for multiple frameworks simultaneously can be done via
46
+ * this abstraction by returning multiple signals from the `createSignal`
47
+ * method, and consuming the correct one via the correct framework via
48
+ * the `consumeSignal` and `notifySignal` methods.
49
+ *
50
+ * Unlike many signals implementations, WarpDrive does not wrap values as
51
+ * signals directly, but instead uses signals to alert the reactive layer
52
+ * to changes in the underlying cache. E.g. a signal is associated to a value,
53
+ * but does not serve as the cache for that value directly. We refer to this as
54
+ * a "gate", the pattern has also been called "side-signals".
55
+ *
56
+ * A no-op implementation is allowed, though it may lead to performance issues
57
+ * in locations that use createMemo as no memoization would be done. This is
58
+ * typically desirable only when integrating with a framework that does its own
59
+ * memoization and does not integrate with any signals-like primitive. For these
60
+ * scenarios you may also be interested in integrating with the {@link NotificationManager}
61
+ * more directly.
62
+ *
63
+ * @public
64
+ */
65
+ interface SignalHooks<T = SignalRef> {
66
+ /**
67
+ * Create a signal for the given key associated to the given object.
68
+ *
69
+ * This method does *not* need to cache the signal, it will only be
70
+ * called once for a given object and key. However, if your framework
71
+ * will look for a signal cache on the object in a given location or may
72
+ * have created its own signal on the object for some reason it may be
73
+ * useful to ensure such cache is properly updated.
74
+ */
75
+ createSignal: (obj: object, key: string | symbol) => T;
76
+ /**
77
+ * Consume (mark as acccessed) a signal previously created via createSignal.
78
+ */
79
+ consumeSignal: (signal: T) => void;
80
+ /**
81
+ * Alert a signal previously created via createSignal that its associated value has changed.
82
+ */
83
+ notifySignal: (signal: T) => void;
84
+ /**
85
+ * Take the given function and wrap it in signals-based memoization. Analagous
86
+ * to a Computed in the TC39 spec.
87
+ *
88
+ * Should return a function which when run provides the latest value of the original
89
+ * function.
90
+ */
91
+ createMemo: <F>(obj: object, key: string | symbol, fn: () => F) => () => F;
92
+ /**
93
+ * If the signals implementation allows synchronous flushing of watchers, and
94
+ * has scheduled such a flush (e.g. watchers will run before the current calling
95
+ * context yields) this should return "true".
96
+ *
97
+ * This is generally something that should return false for anything but the few
98
+ * frameworks that extensively handle their own reactivity => render scheduling.
99
+ *
100
+ * For an example, see EmberJS's backburner scheduler which functioned as a microtask
101
+ * polyfill.
102
+ */
103
+ willSyncFlushWatchers: () => boolean;
104
+ /**
105
+ * An optional method that allows wrapping key promises within WarpDrive
106
+ * for things like test-waiters.
107
+ */
108
+ waitFor?: <K>(promise: Promise<K>) => Promise<K>;
109
+ }
110
+ /**
111
+ * Contains information a {@link SignalHooks} implementation may want
112
+ * to use, such as the specialized key used for the signal
113
+ * representing an array's contents / length.
114
+ *
115
+ * ```ts
116
+ * interface HooksOptions {
117
+ * wellknown: {
118
+ * Array: symbol | string;
119
+ * }
120
+ * }
121
+ * ```
122
+ *
123
+ * @public
124
+ */
125
+ interface HooksOptions {
126
+ /**
127
+ * A list of specialized symbols/strings
128
+ * used by WarpDrive to encapsulate key
129
+ * reactivity concerns.
130
+ */
131
+ wellknown: {
132
+ /**
133
+ * The key used when the signal provides reactivity for the
134
+ * `length` or "contents" of an array.
135
+ *
136
+ * Arrays only use a single signal for all accesses, regardless
137
+ * of index, property or method: this one.
138
+ */
139
+ Array: symbol | string;
140
+ };
141
+ }
142
+ /**
143
+ * Configures the signals implementation to use. Supports multiple
144
+ * implementations simultaneously.
145
+ *
146
+ * See {@link HooksOptions} for the options passed to the provided function
147
+ * when called.
148
+ *
149
+ * See {@link SignalHooks} for the implementation the callback function should
150
+ * return.
151
+ *
152
+ * @public
153
+ * @param buildConfig - a function that takes options and returns a configuration object
154
+ */
155
+ declare function setupSignals<T>(buildConfig: (options: HooksOptions) => SignalHooks<T>): void;
156
+ /**
157
+ * Wraps `promise` using the configured {@link SignalHooks.waitFor}, if any,
158
+ * for things like test-waiters. Returns `promise` unchanged if no
159
+ * `waitFor` hook is configured.
160
+ */
161
+ declare function waitFor<K>(promise: Promise<K>): Promise<K>;
162
+ //#endregion
163
+ export { setupSignals as a, SignalRef as i, HooksOptions as n, waitFor as o, SignalHooks as r, ARRAY_SIGNAL as t };
164
+ //# sourceMappingURL=configure-DI1HqQpX.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configure-DI1HqQpX.d.ts","names":[],"sources":["../src/signals/reactivity/configure.ts"],"mappings":";cAMa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAyCD;;;;;;;;;;;;;;;;;;;;;;;;;UAyBK,YAAY,IAAI;;;;;;;;;;EAU/B,eAAe,aAAa,yBAAyB;;;;EAIrD,gBAAgB,QAAQ;;;;EAIxB,eAAe,QAAQ;;;;;;;;EAQvB,aAAa,GAAG,aAAa,sBAAsB,UAAU,YAAY;;;;;;;;;;;;EAazE;;;;;EAMA,WAAW,GAAG,SAAS,QAAQ,OAAO,QAAQ;;;;;;;;;;;;;;;;;UAkB/B;;;;;;EAMf;;;;;;;;IAQE;;;;;;;;;;;;;;;;iBAiBY,aAAa,GAAG,cAAc,SAAS,iBAAiB,YAAY;;;;;;iBAgEpE,QAAQ,GAAG,SAAS,QAAQ,KAAK,QAAQ"}
@@ -1,7 +1,2 @@
1
- /**
2
- * Provides a configuration API for the reactivity system
3
- * that WarpDrive should use.
4
- *
5
- * @module
6
- */
7
- export { setupSignals, type HooksOptions, type SignalHooks } from "./signals/-private.js";
1
+ import { a as setupSignals, n as HooksOptions, r as SignalHooks } from "./configure-DI1HqQpX.js";
2
+ export { type HooksOptions, type SignalHooks, setupSignals };
@@ -0,0 +1,129 @@
1
+ import { s as PersistedResourceKey } from "./identifier-DyEvjMjb.js";
2
+ import { d as Meta, m as PaginationLinks, u as Links } from "./json-api-raw-C5APJHHB.js";
3
+ import { t as ApiError } from "./error-50OSEhsF.js";
4
+ //#region src/types/spec/document.d.ts
5
+ /**
6
+ * This type represents a raw {json:api} document for a meta-only
7
+ * document returned by a request intended to be inserted into the cache.
8
+ */
9
+ interface ResourceMetaDocument {
10
+ /**
11
+ * the url or cache-key associated with the structured document
12
+ */
13
+ lid?: string;
14
+ /**
15
+ * meta information about the document
16
+ */
17
+ meta: Meta;
18
+ /**
19
+ * links related to the document
20
+ */
21
+ links?: Links | PaginationLinks;
22
+ }
23
+ /**
24
+ * This type represents a raw {json:api} document for a single resource
25
+ * returned by a request intended to be inserted into the cache.
26
+ *
27
+ * For the Reactive value returned by a request using the store, use {@link ReactiveDataDocument} instead.
28
+ */
29
+ interface SingleResourceDataDocument<T = PersistedResourceKey, R = PersistedResourceKey> {
30
+ /**
31
+ * the url or cache-key associated with the structured document
32
+ */
33
+ lid?: string;
34
+ /**
35
+ * links related to the document
36
+ */
37
+ links?: Links | PaginationLinks;
38
+ /**
39
+ * meta information about the document
40
+ */
41
+ meta?: Meta;
42
+ /**
43
+ * the resource the document represents, or `null` if it has none
44
+ */
45
+ data: T | null;
46
+ /**
47
+ * any additional resources included via sideloading
48
+ */
49
+ included?: R[];
50
+ }
51
+ /**
52
+ * This type represents a raw {json:api} document for a resource collection
53
+ * returned by a request intended to be inserted into the cache.
54
+ *
55
+ * For the Reactive value returned by a request using the store, use {@link ReactiveDataDocument} instead.
56
+ */
57
+ interface CollectionResourceDataDocument<T = PersistedResourceKey> {
58
+ /**
59
+ * the url or cache-key associated with the structured document
60
+ */
61
+ lid?: string;
62
+ /**
63
+ * links related to the document, including pagination links
64
+ */
65
+ links?: Links | PaginationLinks;
66
+ /**
67
+ * meta information about the document
68
+ */
69
+ meta?: Meta;
70
+ /**
71
+ * the resources the document represents
72
+ */
73
+ data: T[];
74
+ /**
75
+ * any additional resources included via sideloading
76
+ */
77
+ included?: T[];
78
+ }
79
+ /**
80
+ * A type useful for representing the raw {json:api} documents that
81
+ * the cache may use.
82
+ *
83
+ * See also:
84
+ * - {@link SingleResourceDataDocument}
85
+ * - {@link CollectionResourceDataDocument}
86
+ *
87
+ * For the Reactive value returned by a request using the store, use {@link ReactiveDataDocument} instead.
88
+ */
89
+ type ResourceDataDocument<T = PersistedResourceKey> = SingleResourceDataDocument<T> | CollectionResourceDataDocument<T>;
90
+ /**
91
+ * A type useful for representing the raw {json:api} Error documents that
92
+ * the cache may use.
93
+ *
94
+ * For the Reactive value returned by a request using the store, use {@link ReactiveErrorDocument} instead.
95
+ */
96
+ interface ResourceErrorDocument {
97
+ /**
98
+ * the url or cache-key associated with the structured document
99
+ */
100
+ lid?: string;
101
+ /**
102
+ * links related to the document
103
+ */
104
+ links?: Links | PaginationLinks;
105
+ /**
106
+ * meta information about the document
107
+ */
108
+ meta?: Meta;
109
+ /**
110
+ * the errors the document represents
111
+ */
112
+ errors: ApiError[];
113
+ }
114
+ /**
115
+ * A type useful for representing the raw {json:api} documents that
116
+ * the cache may use.
117
+ *
118
+ * See also:
119
+ * - {@link ResourceMetaDocument}
120
+ * - {@link SingleResourceDataDocument}
121
+ * - {@link CollectionResourceDataDocument}
122
+ * - {@link ResourceErrorDocument}
123
+ *
124
+ * For the Reactive value returned by a request using the store, use {@link ReactiveDocument} instead.
125
+ */
126
+ type ResourceDocument<T = PersistedResourceKey> = ResourceMetaDocument | SingleResourceDataDocument<T> | CollectionResourceDataDocument<T> | ResourceErrorDocument;
127
+ //#endregion
128
+ export { ResourceMetaDocument as a, ResourceErrorDocument as i, ResourceDataDocument as n, SingleResourceDataDocument as o, ResourceDocument as r, CollectionResourceDataDocument as t };
129
+ //# sourceMappingURL=document-CRPmGrsO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-CRPmGrsO.d.ts","names":[],"sources":["../src/types/spec/document.ts"],"mappings":";;;;;;;;UAUiB;;;;EAIf;;;;EAIA,MAAM;;;;EAIN,QAAQ,QAAQ;;;;;;;;UASD,2BAA2B,IAAI,sBAAsB,IAAI;;;;EAIxE;;;;EAIA,QAAQ,QAAQ;;;;EAIhB,OAAO;;;;EAIP,MAAM;;;;EAIN,WAAW;;;;;;;;UASI,+BAA+B,IAAI;;;;EAIlD;;;;EAIA,QAAQ,QAAQ;;;;EAIhB,OAAO;;;;EAIP,MAAM;;;;EAIN,WAAW;;;;;;;;;;;;KAaD,qBAAqB,IAAI,wBACjC,2BAA2B,KAC3B,+BAA+B;;;;;;;UAQlB;;;;EAIf;;;;EAIA,QAAQ,QAAQ;;;;EAIhB,OAAO;;;;EAIP,QAAQ;;;;;;;;;;;;;;KAeE,iBAAiB,IAAI,wBAC7B,uBACA,2BAA2B,KAC3B,+BAA+B,KAC/B"}
@@ -0,0 +1,77 @@
1
+ import { c as Link, d as Meta } from "./json-api-raw-C5APJHHB.js";
2
+ //#region src/types/spec/error.d.ts
3
+ /**
4
+ * Represents a single error in the `errors` member of a {json:api} document.
5
+ *
6
+ * [{json:api} Spec](https://jsonapi.org/format/#error-objects)
7
+ *
8
+ * @example
9
+ * ```json
10
+ * {
11
+ * "status": "422",
12
+ * "source": { "pointer": "/data/attributes/name" },
13
+ * "title": "Invalid Attribute",
14
+ * "detail": "name cannot be blank"
15
+ * }
16
+ * ```
17
+ */
18
+ interface ApiError {
19
+ /**
20
+ * a unique identifier for this particular occurrence of the problem
21
+ */
22
+ id?: string;
23
+ /**
24
+ * a short, human-readable summary of the problem that should not
25
+ * change from occurrence to occurrence of the problem
26
+ */
27
+ title?: string;
28
+ /**
29
+ * a human-readable explanation specific to this occurrence of the problem
30
+ */
31
+ detail?: string;
32
+ /**
33
+ * links related to the error
34
+ */
35
+ links?: {
36
+ /**
37
+ * a link that leads to further details about this particular occurrence of the problem
38
+ */
39
+ about?: Link;
40
+ /**
41
+ * a link that identifies the type of error that this particular error is an instance of
42
+ */
43
+ type?: Link;
44
+ };
45
+ /**
46
+ * the HTTP status code applicable to this problem, expressed as a string value
47
+ */
48
+ status?: string;
49
+ /**
50
+ * an application-specific error code, expressed as a string value
51
+ */
52
+ code?: string;
53
+ /**
54
+ * an object containing references to the primary source of the error
55
+ */
56
+ source?: {
57
+ /**
58
+ * a JSON Pointer to the value in the request document that caused the error
59
+ */
60
+ pointer: string;
61
+ /**
62
+ * the URI query parameter that caused the error
63
+ */
64
+ parameter?: string;
65
+ /**
66
+ * the name of a single request header which caused the error
67
+ */
68
+ header?: string;
69
+ };
70
+ /**
71
+ * non-standard meta-information about the error
72
+ */
73
+ meta?: Meta;
74
+ }
75
+ //#endregion
76
+ export { ApiError as t };
77
+ //# sourceMappingURL=error-50OSEhsF.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error-50OSEhsF.d.ts","names":[],"sources":["../src/types/spec/error.ts"],"mappings":";;;;;;;;;;;;;;;;;UAiBiB;;;;EAIf;;;;;EAKA;;;;EAIA;;;;EAIA;;;;IAIE,QAAQ;;;;IAIR,OAAO;;;;;EAKT;;;;EAIA;;;;EAIA;;;;IAIE;;;;IAIA;;;;IAIA;;;;;EAKF,OAAO"}