@warp-drive/core 5.7.0-alpha.1 → 5.7.0-alpha.11

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 (46) hide show
  1. package/declarations/reactive/-private/default-mode.d.ts +73 -0
  2. package/declarations/reactive/-private/fields/get-field-key.d.ts +8 -0
  3. package/declarations/reactive/-private/fields/managed-array.d.ts +5 -8
  4. package/declarations/reactive/-private/fields/managed-object.d.ts +7 -9
  5. package/declarations/reactive/-private/kind/alias-field.d.ts +4 -0
  6. package/declarations/reactive/-private/kind/array-field.d.ts +4 -0
  7. package/declarations/reactive/-private/kind/attribute-field.d.ts +4 -0
  8. package/declarations/reactive/-private/kind/belongs-to-field.d.ts +4 -0
  9. package/declarations/reactive/-private/kind/collection-field.d.ts +4 -0
  10. package/declarations/reactive/-private/kind/derived-field.d.ts +4 -0
  11. package/declarations/reactive/-private/kind/generic-field.d.ts +4 -0
  12. package/declarations/reactive/-private/kind/has-many-field.d.ts +4 -0
  13. package/declarations/reactive/-private/kind/hash-field.d.ts +4 -0
  14. package/declarations/reactive/-private/kind/identity-field.d.ts +4 -0
  15. package/declarations/reactive/-private/kind/local-field.d.ts +4 -0
  16. package/declarations/reactive/-private/kind/object-field.d.ts +4 -0
  17. package/declarations/reactive/-private/kind/resource-field.d.ts +4 -0
  18. package/declarations/reactive/-private/kind/schema-array-field.d.ts +4 -0
  19. package/declarations/reactive/-private/kind/schema-object-field.d.ts +4 -0
  20. package/declarations/reactive/-private/record.d.ts +6 -21
  21. package/declarations/reactive/-private/schema.d.ts +6 -2
  22. package/declarations/reactive/-private/symbols.d.ts +1 -6
  23. package/declarations/reactive/-private.d.ts +1 -1
  24. package/declarations/reactive.d.ts +1 -0
  25. package/declarations/request/-private/fetch.d.ts +2 -0
  26. package/declarations/store/-types/q/schema-service.d.ts +27 -32
  27. package/declarations/store/-types/q/store.d.ts +6 -7
  28. package/declarations/store/deprecated/-private.d.ts +7 -7
  29. package/declarations/store/deprecated/store.d.ts +5 -5
  30. package/declarations/types/-private.d.ts +1 -1
  31. package/declarations/types/cache.d.ts +0 -2
  32. package/declarations/types/params.d.ts +2 -3
  33. package/declarations/types/request.d.ts +6 -6
  34. package/declarations/types/schema/fields.d.ts +377 -13
  35. package/dist/graph/-private.js +1 -1
  36. package/dist/{handler-D2jjnIA-.js → handler-SdXlte1w.js} +1 -1
  37. package/dist/index.js +2 -2
  38. package/dist/reactive/-private.js +1 -1
  39. package/dist/reactive.js +1171 -603
  40. package/dist/{request-state-CejVJgdj.js → request-state-CeN66aML.js} +12 -10
  41. package/dist/store/-private.js +2 -2
  42. package/dist/{symbols-SIstXMLI.js → symbols-BoONANuz.js} +2 -7
  43. package/dist/types/-private.js +1 -1
  44. package/dist/types/schema/fields.js +21 -2
  45. package/package.json +3 -3
  46. package/declarations/reactive/-private/fields/compute.d.ts +0 -43
package/dist/index.js CHANGED
@@ -3,8 +3,8 @@ import { a as cloneResponseProperties, I as IS_CACHE_HANDLER, b as assertValidRe
3
3
  import { macroCondition, getGlobalConfig } from '@embroider/macros';
4
4
  import { w as waitFor } from "./configure-B48bFHOl.js";
5
5
  import { peekUniversalTransient, setUniversalTransient } from './types/-private.js';
6
- export { S as Store, r as recordIdentifierFor, O as setIdentifierForgetMethod, L as setIdentifierGenerationMethod, P as setIdentifierResetMethod, N as setIdentifierUpdateMethod, Q as setKeyInfoForResource, s as storeFor } from "./request-state-CejVJgdj.js";
7
- export { C as CacheHandler } from "./handler-D2jjnIA-.js";
6
+ export { S as Store, r as recordIdentifierFor, O as setIdentifierForgetMethod, L as setIdentifierGenerationMethod, P as setIdentifierResetMethod, N as setIdentifierUpdateMethod, Q as setKeyInfoForResource, s as storeFor } from "./request-state-CeN66aML.js";
7
+ export { C as CacheHandler } from "./handler-SdXlte1w.js";
8
8
  import '@ember/debug';
9
9
  import './utils/string.js';
10
10
 
@@ -1 +1 @@
1
- export { E as Editable, L as Legacy } from "../symbols-SIstXMLI.js";
1
+ export { C as Context } from "../symbols-BoONANuz.js";