@ember-data/store 5.5.0-alpha.9 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +19 -7
- package/README.md +21 -12
- package/addon-main.cjs +5 -0
- package/dist/-private.js +2 -0
- package/{addon → dist}/-private.js.map +1 -1
- package/dist/configure-BfLLW6GY.js +161 -0
- package/dist/configure-BfLLW6GY.js.map +1 -0
- package/dist/configure.js +1 -0
- package/dist/configure.js.map +1 -0
- package/dist/index.js +5 -0
- package/{addon → dist}/index.js.map +1 -1
- package/dist/request-state-uRtpn0Lc.js +7709 -0
- package/dist/request-state-uRtpn0Lc.js.map +1 -0
- package/dist/types.js +0 -0
- package/dist/types.js.map +1 -0
- package/logos/NCC-1701-a-blue.svg +4 -0
- package/logos/NCC-1701-a-gold.svg +4 -0
- package/logos/NCC-1701-a-gold_100.svg +1 -0
- package/logos/NCC-1701-a-gold_base-64.txt +1 -0
- package/logos/NCC-1701-a.svg +4 -0
- package/logos/README.md +4 -0
- package/logos/docs-badge.svg +2 -0
- package/logos/github-header.svg +444 -0
- package/logos/social1.png +0 -0
- package/logos/social2.png +0 -0
- package/logos/warp-drive-logo-dark.svg +4 -0
- package/logos/warp-drive-logo-gold.svg +4 -0
- package/package.json +66 -53
- package/unstable-preview-types/-private/cache-handler/handler.d.ts +62 -0
- package/unstable-preview-types/-private/cache-handler/handler.d.ts.map +1 -0
- package/unstable-preview-types/-private/cache-handler/types.d.ts +107 -0
- package/unstable-preview-types/-private/cache-handler/types.d.ts.map +1 -0
- package/unstable-preview-types/-private/cache-handler/utils.d.ts +34 -0
- package/unstable-preview-types/-private/cache-handler/utils.d.ts.map +1 -0
- package/unstable-preview-types/-private/caches/cache-utils.d.ts +11 -0
- package/unstable-preview-types/-private/caches/cache-utils.d.ts.map +1 -0
- package/unstable-preview-types/-private/caches/identifier-cache.d.ts +180 -0
- package/unstable-preview-types/-private/caches/identifier-cache.d.ts.map +1 -0
- package/unstable-preview-types/-private/caches/instance-cache.d.ts +64 -0
- package/unstable-preview-types/-private/caches/instance-cache.d.ts.map +1 -0
- package/unstable-preview-types/-private/caches/resource-utils.d.ts +12 -0
- package/unstable-preview-types/-private/caches/resource-utils.d.ts.map +1 -0
- package/unstable-preview-types/-private/debug/utils.d.ts +9 -0
- package/unstable-preview-types/-private/debug/utils.d.ts.map +1 -0
- package/unstable-preview-types/-private/document.d.ts +155 -0
- package/unstable-preview-types/-private/document.d.ts.map +1 -0
- package/unstable-preview-types/-private/legacy-model-support/record-reference.d.ts +179 -0
- package/unstable-preview-types/-private/legacy-model-support/record-reference.d.ts.map +1 -0
- package/unstable-preview-types/-private/legacy-model-support/shim-model-class.d.ts +19 -0
- package/unstable-preview-types/-private/legacy-model-support/shim-model-class.d.ts.map +1 -0
- package/unstable-preview-types/-private/managers/cache-capabilities-manager.d.ts +31 -0
- package/unstable-preview-types/-private/managers/cache-capabilities-manager.d.ts.map +1 -0
- package/unstable-preview-types/-private/managers/cache-manager.d.ts +463 -0
- package/unstable-preview-types/-private/managers/cache-manager.d.ts.map +1 -0
- package/unstable-preview-types/-private/managers/notification-manager.d.ts +101 -0
- package/unstable-preview-types/-private/managers/notification-manager.d.ts.map +1 -0
- package/unstable-preview-types/-private/managers/record-array-manager.d.ts +101 -0
- package/unstable-preview-types/-private/managers/record-array-manager.d.ts.map +1 -0
- package/unstable-preview-types/-private/network/request-cache.d.ts +109 -0
- package/unstable-preview-types/-private/network/request-cache.d.ts.map +1 -0
- package/unstable-preview-types/-private/new-core-tmp/promise-state.d.ts +289 -0
- package/unstable-preview-types/-private/new-core-tmp/promise-state.d.ts.map +1 -0
- package/unstable-preview-types/-private/new-core-tmp/reactivity/configure.d.ts +92 -0
- package/unstable-preview-types/-private/new-core-tmp/reactivity/configure.d.ts.map +1 -0
- package/unstable-preview-types/-private/new-core-tmp/reactivity/internal.d.ts +172 -0
- package/unstable-preview-types/-private/new-core-tmp/reactivity/internal.d.ts.map +1 -0
- package/unstable-preview-types/-private/new-core-tmp/reactivity/signal.d.ts +32 -0
- package/unstable-preview-types/-private/new-core-tmp/reactivity/signal.d.ts.map +1 -0
- package/unstable-preview-types/-private/new-core-tmp/request-state.d.ts +276 -0
- package/unstable-preview-types/-private/new-core-tmp/request-state.d.ts.map +1 -0
- package/unstable-preview-types/-private/record-arrays/identifier-array.d.ts +145 -0
- package/unstable-preview-types/-private/record-arrays/identifier-array.d.ts.map +1 -0
- package/unstable-preview-types/-private/record-arrays/many-array.d.ts +203 -0
- package/unstable-preview-types/-private/record-arrays/many-array.d.ts.map +1 -0
- package/unstable-preview-types/-private/record-arrays/native-proxy-type-fix.d.ts +118 -0
- package/unstable-preview-types/-private/record-arrays/native-proxy-type-fix.d.ts.map +1 -0
- package/unstable-preview-types/-private/store-service.d.ts +1601 -0
- package/unstable-preview-types/-private/store-service.d.ts.map +1 -0
- package/unstable-preview-types/-private/store-service.type-test.d.ts +4 -0
- package/unstable-preview-types/-private/store-service.type-test.d.ts.map +1 -0
- package/unstable-preview-types/-private/utils/coerce-id.d.ts +10 -0
- package/unstable-preview-types/-private/utils/coerce-id.d.ts.map +1 -0
- package/unstable-preview-types/-private/utils/construct-resource.d.ts +9 -0
- package/unstable-preview-types/-private/utils/construct-resource.d.ts.map +1 -0
- package/unstable-preview-types/-private/utils/is-non-empty-string.d.ts +4 -0
- package/unstable-preview-types/-private/utils/is-non-empty-string.d.ts.map +1 -0
- package/unstable-preview-types/-private/utils/normalize-model-name.d.ts +4 -0
- package/unstable-preview-types/-private/utils/normalize-model-name.d.ts.map +1 -0
- package/unstable-preview-types/-private/utils/uuid-polyfill.d.ts +4 -0
- package/unstable-preview-types/-private/utils/uuid-polyfill.d.ts.map +1 -0
- package/unstable-preview-types/-private.d.ts +33 -0
- package/unstable-preview-types/-private.d.ts.map +1 -0
- package/unstable-preview-types/-types/overview.d.ts +21 -0
- package/unstable-preview-types/-types/overview.d.ts.map +1 -0
- package/unstable-preview-types/-types/q/cache-capabilities-manager.d.ts +110 -0
- package/unstable-preview-types/-types/q/cache-capabilities-manager.d.ts.map +1 -0
- package/unstable-preview-types/-types/q/ds-model.d.ts +25 -0
- package/unstable-preview-types/-types/q/ds-model.d.ts.map +1 -0
- package/unstable-preview-types/-types/q/identifier.d.ts +193 -0
- package/unstable-preview-types/-types/q/identifier.d.ts.map +1 -0
- package/unstable-preview-types/-types/q/promise-proxies.d.ts +4 -0
- package/unstable-preview-types/-types/q/promise-proxies.d.ts.map +1 -0
- package/unstable-preview-types/-types/q/record-data-json-api.d.ts +36 -0
- package/unstable-preview-types/-types/q/record-data-json-api.d.ts.map +1 -0
- package/unstable-preview-types/-types/q/record-instance.d.ts +29 -0
- package/unstable-preview-types/-types/q/record-instance.d.ts.map +1 -0
- package/unstable-preview-types/-types/q/schema-service.d.ts +354 -0
- package/unstable-preview-types/-types/q/schema-service.d.ts.map +1 -0
- package/unstable-preview-types/-types/q/store.d.ts +38 -0
- package/unstable-preview-types/-types/q/store.d.ts.map +1 -0
- package/unstable-preview-types/configure.d.ts +21 -0
- package/unstable-preview-types/configure.d.ts.map +1 -0
- package/unstable-preview-types/index.d.ts +229 -0
- package/unstable-preview-types/index.d.ts.map +1 -0
- package/unstable-preview-types/types.d.ts +7 -0
- package/unstable-preview-types/types.d.ts.map +1 -0
- package/addon/-private.js +0 -1
- package/addon/index.js +0 -1
- package/addon/store-service-45bbfe5a.js +0 -5619
- package/addon/store-service-45bbfe5a.js.map +0 -1
- package/addon-main.js +0 -93
- /package/{ember-data-logo-dark.svg → logos/ember-data-logo-dark.svg} +0 -0
- /package/{ember-data-logo-light.svg → logos/ember-data-logo-light.svg} +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 324 32">
|
|
2
|
+
<path fill="#110819"
|
|
3
|
+
d="M321.58 29.54a41.7 41.7 0 0 1-7.26 1.72c-2.4.36-4.87.53-7.4.53-3.21 0-6.09-.34-8.6-1.03a18.5 18.5 0 0 1-6.34-3.03 13.07 13.07 0 0 1-3.94-4.83c-.9-1.9-1.35-4.06-1.35-6.47a14.32 14.32 0 0 1 5.22-11.19 18.14 18.14 0 0 1 6.06-3.3c2.36-.81 5-1.21 7.9-1.21 2.68 0 5.13.36 7.35 1.1 2.24.71 4.15 1.78 5.74 3.2a14.28 14.28 0 0 1 3.72 5.24 18.12 18.12 0 0 1 1.33 7.17v1.98h-29.1a7.5 7.5 0 0 0 1.28 2.56c.6.77 1.4 1.43 2.42 1.97 1.02.55 2.27.97 3.74 1.27 1.5.3 3.27.45 5.33.45a35.35 35.35 0 0 0 8.23-.96c1.22-.3 2.31-.64 3.29-1 .99-.35 1.78-.7 2.38-1.07v6.9Zm-5.5-15.96a6.73 6.73 0 0 0-.66-2.26 5.82 5.82 0 0 0-1.72-2.13 9.46 9.46 0 0 0-3.1-1.54 15.6 15.6 0 0 0-4.77-.63c-1.79 0-3.33.23-4.64.67-1.3.44-2.4 1-3.29 1.65a8.37 8.37 0 0 0-2.04 2.13c-.48.76-.8 1.46-.94 2.1h21.16ZM271.84 31h-9.28L247.63 1.48h8.9l10.74 22.22 10.72-22.22h8.9L271.83 31ZM234.8 31V1.48h7.97V31h-7.97ZM229.73 8.16l-.94-.28c-.4-.13-.88-.25-1.42-.36a17.88 17.88 0 0 0-3.8-.45c-1.44 0-2.78.18-4.02.53-1.23.35-2.39.81-3.46 1.4a19.48 19.48 0 0 0-3 1.98c-.92.73-1.77 1.48-2.54 2.25V31h-7.97V1.48h7.97v4.8c.96-.72 1.94-1.41 2.94-2.07a25.36 25.36 0 0 1 3.16-1.78 18.9 18.9 0 0 1 3.48-1.23 15.39 15.39 0 0 1 5.44-.39 25 25 0 0 1 4.16.67v6.68ZM197.05 16.22c0 1.89-.2 3.57-.62 5.05a12.7 12.7 0 0 1-1.76 3.82 11.07 11.07 0 0 1-2.7 2.77 13.77 13.77 0 0 1-3.51 1.83c-1.29.46-2.68.8-4.17 1-1.49.21-3.04.31-4.66.31H160.9V1.48h18.69c1.62 0 3.17.1 4.66.32 1.49.2 2.88.53 4.17 1 1.3.45 2.48 1.06 3.54 1.82 1.06.74 1.96 1.67 2.7 2.77a12.7 12.7 0 0 1 1.77 3.82c.42 1.46.62 3.13.62 5Zm-8.03 0c0-1.42-.19-2.65-.56-3.7a5.64 5.64 0 0 0-1.76-2.57 7.66 7.66 0 0 0-3.16-1.53c-1.3-.34-2.9-.52-4.77-.52h-9.9v16.68h9.9c1.88 0 3.47-.17 4.77-.5a7.86 7.86 0 0 0 3.16-1.54c.81-.7 1.4-1.58 1.76-2.63.37-1.04.56-2.27.56-3.7ZM153.98 10.55c0 1.47-.25 2.78-.73 3.9a6.82 6.82 0 0 1-2.26 2.86 10.95 10.95 0 0 1-4 1.77 25.6 25.6 0 0 1-5.86.58h-13.26V31h-2.68V1.48h15.94c2.3 0 4.25.2 5.87.6 1.63.39 2.96.96 4 1.72a6.67 6.67 0 0 1 2.25 2.84c.48 1.13.73 2.43.73 3.9Zm-2.77 0c0-1.4-.24-2.54-.71-3.4a4.53 4.53 0 0 0-2.15-1.97c-.96-.48-2.19-.8-3.68-.95a50.43 50.43 0 0 0-5.26-.24h-11.54v13.15h11.54l2.51.02c.9 0 1.8-.04 2.67-.12.87-.1 1.7-.27 2.5-.5.8-.24 1.5-.6 2.1-1.1a5.05 5.05 0 0 0 1.46-1.9 7 7 0 0 0 .56-3ZM119.76 3.76c-.41-.13-1-.27-1.74-.41-.73-.16-1.67-.24-2.83-.24-1.6 0-3.12.2-4.54.6a17.94 17.94 0 0 0-7.28 3.96 23.73 23.73 0 0 0-2.8 2.83V31H97.9V1.48h2.69V7.5c.96-1 2-1.9 3.11-2.73a21.54 21.54 0 0 1 7.48-3.53 17.47 17.47 0 0 1 5.6-.47c.4.02.77.04 1.1.09a16.6 16.6 0 0 1 1.9.26v2.64ZM85.52 31v-3.27c-1.03.56-2.2 1.08-3.53 1.55a40.4 40.4 0 0 1-13.13 2.3c-1.91 0-3.64-.17-5.17-.52a12.2 12.2 0 0 1-3.87-1.52A7.38 7.38 0 0 1 57.37 27a7.06 7.06 0 0 1-.86-3.52c0-1.32.33-2.48 1-3.48a8.81 8.81 0 0 1 2.85-2.64c1.23-.76 2.71-1.4 4.45-1.91 1.74-.53 3.7-.98 5.84-1.34 2.15-.37 4.47-.67 6.96-.9 2.5-.24 5.14-.44 7.9-.6v-2.26c0-.91-.16-1.72-.5-2.42a5.54 5.54 0 0 0-1.45-1.83 7.97 7.97 0 0 0-2.17-1.31c-.83-.36-1.73-.65-2.7-.86a33.97 33.97 0 0 0-13.54.21c-1.03.25-2.02.53-2.96.86-.95.33-1.9.68-2.86 1.06V2.92c1.99-.53 4.1-.99 6.36-1.38 2.26-.4 4.66-.6 7.2-.6 2.14 0 4.15.19 6.01.56 1.86.36 3.48.94 4.86 1.74A9.16 9.16 0 0 1 87 6.36a8.55 8.55 0 0 1 1.18 4.62V31h-2.66Zm0-16c-4.69.25-8.69.62-12.01 1.09-3.31.47-6.02 1.05-8.12 1.74-2.1.69-3.66 1.49-4.64 2.4a4.18 4.18 0 0 0-1.46 3.12c0 .95.23 1.78.7 2.52a5.86 5.86 0 0 0 2.09 1.84c.9.49 2 .86 3.29 1.12 1.28.24 2.73.37 4.34.37a29.36 29.36 0 0 0 5.95-.6 36.6 36.6 0 0 0 5.71-1.57c.86-.32 1.64-.66 2.34-1.01a11.3 11.3 0 0 0 1.8-1.1v-9.93ZM28.65 1.48l10.53 27.37L50.09 1.48h2.99L41.2 31h-4L26.84 4.34 16.51 31h-4L.63 1.48h2.99l10.91 27.37 10.5-27.37h3.62Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 324 32">
|
|
2
|
+
<path fill="#FFC474"
|
|
3
|
+
d="M321.58 29.54a41.7 41.7 0 0 1-7.26 1.72c-2.4.36-4.87.53-7.4.53-3.21 0-6.09-.34-8.6-1.03a18.5 18.5 0 0 1-6.34-3.03 13.07 13.07 0 0 1-3.94-4.83c-.9-1.9-1.35-4.06-1.35-6.47a14.32 14.32 0 0 1 5.22-11.19 18.14 18.14 0 0 1 6.06-3.3c2.36-.81 5-1.21 7.9-1.21 2.68 0 5.13.36 7.35 1.1 2.24.71 4.15 1.78 5.74 3.2a14.28 14.28 0 0 1 3.72 5.24 18.12 18.12 0 0 1 1.33 7.17v1.98h-29.1a7.5 7.5 0 0 0 1.28 2.56c.6.77 1.4 1.43 2.42 1.97 1.02.55 2.27.97 3.74 1.27 1.5.3 3.27.45 5.33.45a35.35 35.35 0 0 0 8.23-.96c1.22-.3 2.31-.64 3.29-1 .99-.35 1.78-.7 2.38-1.07v6.9Zm-5.5-15.96a6.73 6.73 0 0 0-.66-2.26 5.82 5.82 0 0 0-1.72-2.13 9.46 9.46 0 0 0-3.1-1.54 15.6 15.6 0 0 0-4.77-.63c-1.79 0-3.33.23-4.64.67-1.3.44-2.4 1-3.29 1.65a8.37 8.37 0 0 0-2.04 2.13c-.48.76-.8 1.46-.94 2.1h21.16ZM271.84 31h-9.28L247.63 1.48h8.9l10.74 22.22 10.72-22.22h8.9L271.83 31ZM234.8 31V1.48h7.97V31h-7.97ZM229.73 8.16l-.94-.28c-.4-.13-.88-.25-1.42-.36a17.88 17.88 0 0 0-3.8-.45c-1.44 0-2.78.18-4.02.53-1.23.35-2.39.81-3.46 1.4a19.48 19.48 0 0 0-3 1.98c-.92.73-1.77 1.48-2.54 2.25V31h-7.97V1.48h7.97v4.8c.96-.72 1.94-1.41 2.94-2.07a25.36 25.36 0 0 1 3.16-1.78 18.9 18.9 0 0 1 3.48-1.23 15.39 15.39 0 0 1 5.44-.39 25 25 0 0 1 4.16.67v6.68ZM197.05 16.22c0 1.89-.2 3.57-.62 5.05a12.7 12.7 0 0 1-1.76 3.82 11.07 11.07 0 0 1-2.7 2.77 13.77 13.77 0 0 1-3.51 1.83c-1.29.46-2.68.8-4.17 1-1.49.21-3.04.31-4.66.31H160.9V1.48h18.69c1.62 0 3.17.1 4.66.32 1.49.2 2.88.53 4.17 1 1.3.45 2.48 1.06 3.54 1.82 1.06.74 1.96 1.67 2.7 2.77a12.7 12.7 0 0 1 1.77 3.82c.42 1.46.62 3.13.62 5Zm-8.03 0c0-1.42-.19-2.65-.56-3.7a5.64 5.64 0 0 0-1.76-2.57 7.66 7.66 0 0 0-3.16-1.53c-1.3-.34-2.9-.52-4.77-.52h-9.9v16.68h9.9c1.88 0 3.47-.17 4.77-.5a7.86 7.86 0 0 0 3.16-1.54c.81-.7 1.4-1.58 1.76-2.63.37-1.04.56-2.27.56-3.7ZM153.98 10.55c0 1.47-.25 2.78-.73 3.9a6.82 6.82 0 0 1-2.26 2.86 10.95 10.95 0 0 1-4 1.77 25.6 25.6 0 0 1-5.86.58h-13.26V31h-2.68V1.48h15.94c2.3 0 4.25.2 5.87.6 1.63.39 2.96.96 4 1.72a6.67 6.67 0 0 1 2.25 2.84c.48 1.13.73 2.43.73 3.9Zm-2.77 0c0-1.4-.24-2.54-.71-3.4a4.53 4.53 0 0 0-2.15-1.97c-.96-.48-2.19-.8-3.68-.95a50.43 50.43 0 0 0-5.26-.24h-11.54v13.15h11.54l2.51.02c.9 0 1.8-.04 2.67-.12.87-.1 1.7-.27 2.5-.5.8-.24 1.5-.6 2.1-1.1a5.05 5.05 0 0 0 1.46-1.9 7 7 0 0 0 .56-3ZM119.76 3.76c-.41-.13-1-.27-1.74-.41-.73-.16-1.67-.24-2.83-.24-1.6 0-3.12.2-4.54.6a17.94 17.94 0 0 0-7.28 3.96 23.73 23.73 0 0 0-2.8 2.83V31H97.9V1.48h2.69V7.5c.96-1 2-1.9 3.11-2.73a21.54 21.54 0 0 1 7.48-3.53 17.47 17.47 0 0 1 5.6-.47c.4.02.77.04 1.1.09a16.6 16.6 0 0 1 1.9.26v2.64ZM85.52 31v-3.27c-1.03.56-2.2 1.08-3.53 1.55a40.4 40.4 0 0 1-13.13 2.3c-1.91 0-3.64-.17-5.17-.52a12.2 12.2 0 0 1-3.87-1.52A7.38 7.38 0 0 1 57.37 27a7.06 7.06 0 0 1-.86-3.52c0-1.32.33-2.48 1-3.48a8.81 8.81 0 0 1 2.85-2.64c1.23-.76 2.71-1.4 4.45-1.91 1.74-.53 3.7-.98 5.84-1.34 2.15-.37 4.47-.67 6.96-.9 2.5-.24 5.14-.44 7.9-.6v-2.26c0-.91-.16-1.72-.5-2.42a5.54 5.54 0 0 0-1.45-1.83 7.97 7.97 0 0 0-2.17-1.31c-.83-.36-1.73-.65-2.7-.86a33.97 33.97 0 0 0-13.54.21c-1.03.25-2.02.53-2.96.86-.95.33-1.9.68-2.86 1.06V2.92c1.99-.53 4.1-.99 6.36-1.38 2.26-.4 4.66-.6 7.2-.6 2.14 0 4.15.19 6.01.56 1.86.36 3.48.94 4.86 1.74A9.16 9.16 0 0 1 87 6.36a8.55 8.55 0 0 1 1.18 4.62V31h-2.66Zm0-16c-4.69.25-8.69.62-12.01 1.09-3.31.47-6.02 1.05-8.12 1.74-2.1.69-3.66 1.49-4.64 2.4a4.18 4.18 0 0 0-1.46 3.12c0 .95.23 1.78.7 2.52a5.86 5.86 0 0 0 2.09 1.84c.9.49 2 .86 3.29 1.12 1.28.24 2.73.37 4.34.37a29.36 29.36 0 0 0 5.95-.6 36.6 36.6 0 0 0 5.71-1.57c.86-.32 1.64-.66 2.34-1.01a11.3 11.3 0 0 0 1.8-1.1v-9.93ZM28.65 1.48l10.53 27.37L50.09 1.48h2.99L41.2 31h-4L26.84 4.34 16.51 31h-4L.63 1.48h2.99l10.91 27.37 10.5-27.37h3.62Z" />
|
|
4
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data/store",
|
|
3
|
-
"version": "5.5.0
|
|
3
|
+
"version": "5.5.0",
|
|
4
4
|
"description": "The core of EmberData. Provides the Store service which coordinates the cache with the network and presentation layers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -11,74 +11,87 @@
|
|
|
11
11
|
"directory": "packages/store"
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"author": "",
|
|
15
|
-
"directories": {},
|
|
16
|
-
"ember-addon": {
|
|
17
|
-
"main": "addon-main.js",
|
|
18
|
-
"type": "addon",
|
|
19
|
-
"version": 1
|
|
20
|
-
},
|
|
14
|
+
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
21
15
|
"files": [
|
|
22
|
-
"
|
|
23
|
-
"addon",
|
|
16
|
+
"unstable-preview-types",
|
|
17
|
+
"addon-main.cjs",
|
|
18
|
+
"dist",
|
|
24
19
|
"README.md",
|
|
25
20
|
"LICENSE.md",
|
|
26
|
-
"
|
|
27
|
-
"ember-data-logo-light.svg",
|
|
28
|
-
"ember-data-logo-dark.svg",
|
|
29
|
-
"ember-data-logo-light.svg"
|
|
21
|
+
"logos"
|
|
30
22
|
],
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
"@glimmer/tracking": "^1.1.2"
|
|
35
|
-
},
|
|
36
|
-
"dependenciesMeta": {
|
|
37
|
-
"@ember-data/private-build-infra": {
|
|
38
|
-
"injected": true
|
|
23
|
+
"exports": {
|
|
24
|
+
".": {
|
|
25
|
+
"default": "./dist/index.js"
|
|
39
26
|
},
|
|
40
|
-
"
|
|
41
|
-
"
|
|
27
|
+
"./*": {
|
|
28
|
+
"default": "./dist/*.js"
|
|
29
|
+
},
|
|
30
|
+
"./unstable-preview-types": {
|
|
31
|
+
"types": "./unstable-preview-types/index.d.ts"
|
|
42
32
|
}
|
|
43
33
|
},
|
|
44
34
|
"dependencies": {
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
35
|
+
"@embroider/macros": "^1.16.12",
|
|
36
|
+
"@warp-drive/build-config": "5.5.0"
|
|
37
|
+
},
|
|
38
|
+
"peerDependencies": {
|
|
39
|
+
"ember-source": "3.28.12 || ^4.0.4 || ^5.0.0 || ^6.0.0",
|
|
40
|
+
"@ember-data/request": "5.5.0",
|
|
41
|
+
"@ember-data/request-utils": "5.5.0",
|
|
42
|
+
"@warp-drive/core-types": "5.5.0",
|
|
43
|
+
"@ember-data/tracking": "5.5.0"
|
|
44
|
+
},
|
|
45
|
+
"peerDependenciesMeta": {
|
|
46
|
+
"@ember-data/tracking": {
|
|
47
|
+
"optional": true
|
|
48
|
+
},
|
|
49
|
+
"ember-source": {
|
|
50
|
+
"optional": true
|
|
51
|
+
}
|
|
50
52
|
},
|
|
51
53
|
"devDependencies": {
|
|
52
|
-
"@babel/
|
|
53
|
-
"@babel/
|
|
54
|
-
"@babel/
|
|
55
|
-
"@babel/
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"rollup": "^3.29.3",
|
|
68
|
-
"tslib": "^2.6.2",
|
|
69
|
-
"typescript": "^5.2.2",
|
|
70
|
-
"walk-sync": "^3.0.0",
|
|
71
|
-
"webpack": "^5.88.2"
|
|
54
|
+
"@babel/core": "^7.26.10",
|
|
55
|
+
"@babel/plugin-transform-typescript": "^7.27.0",
|
|
56
|
+
"@babel/preset-env": "^7.26.9",
|
|
57
|
+
"@babel/preset-typescript": "^7.27.0",
|
|
58
|
+
"@ember-data/request": "5.5.0",
|
|
59
|
+
"@ember-data/request-utils": "5.5.0",
|
|
60
|
+
"@glimmer/component": "^2.0.0",
|
|
61
|
+
"@warp-drive/core-types": "5.5.0",
|
|
62
|
+
"@warp-drive/internal-config": "5.5.0",
|
|
63
|
+
"@ember-data/tracking": "5.5.0",
|
|
64
|
+
"decorator-transforms": "^2.3.0",
|
|
65
|
+
"ember-source": "~6.3.0",
|
|
66
|
+
"expect-type": "^1.2.1",
|
|
67
|
+
"typescript": "^5.8.3",
|
|
68
|
+
"vite": "^5.4.15"
|
|
72
69
|
},
|
|
73
70
|
"engines": {
|
|
74
|
-
"node": "
|
|
71
|
+
"node": ">= 18.20.8"
|
|
75
72
|
},
|
|
76
73
|
"volta": {
|
|
77
74
|
"extends": "../../package.json"
|
|
78
75
|
},
|
|
79
|
-
"
|
|
76
|
+
"ember-addon": {
|
|
77
|
+
"main": "addon-main.cjs",
|
|
78
|
+
"type": "addon",
|
|
79
|
+
"version": 2
|
|
80
|
+
},
|
|
81
|
+
"ember": {
|
|
82
|
+
"edition": "octane"
|
|
83
|
+
},
|
|
84
|
+
"typesVersions": {
|
|
85
|
+
"*": {
|
|
86
|
+
"unstable-preview-types": [
|
|
87
|
+
"./unstable-preview-types"
|
|
88
|
+
]
|
|
89
|
+
}
|
|
90
|
+
},
|
|
80
91
|
"scripts": {
|
|
81
|
-
"
|
|
82
|
-
"
|
|
92
|
+
"lint": "eslint . --quiet --cache --cache-strategy=content",
|
|
93
|
+
"build:pkg": "vite build;",
|
|
94
|
+
"sync": "echo \"syncing\"",
|
|
95
|
+
"start": "vite"
|
|
83
96
|
}
|
|
84
97
|
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
declare module '@ember-data/store/-private/cache-handler/handler' {
|
|
2
|
+
/**
|
|
3
|
+
* @module @ember-data/store
|
|
4
|
+
*/
|
|
5
|
+
import type { CacheHandler as CacheHandlerType } from '@ember-data/request';
|
|
6
|
+
import type { ImmutableRequestInfo, RequestContext } from '@warp-drive/core-types/request';
|
|
7
|
+
import type { ResourceIdentifierObject } from '@warp-drive/core-types/spec/json-api-raw';
|
|
8
|
+
import type { Store } from '@ember-data/store/-private/store-service';
|
|
9
|
+
export type LooseStoreRequestInfo<T = unknown, RT = unknown> = Omit<ImmutableRequestInfo<T, RT>, 'records' | 'headers'> & {
|
|
10
|
+
records?: ResourceIdentifierObject[];
|
|
11
|
+
headers?: Headers;
|
|
12
|
+
};
|
|
13
|
+
export type StoreRequestInput<T = unknown, RT = unknown> = ImmutableRequestInfo<T, RT> | LooseStoreRequestInfo<T, RT>;
|
|
14
|
+
export interface StoreRequestContext extends RequestContext {
|
|
15
|
+
request: ImmutableRequestInfo & {
|
|
16
|
+
store: Store;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* A CacheHandler that adds support for using an EmberData Cache with a RequestManager.
|
|
21
|
+
*
|
|
22
|
+
* This handler will only run when a request has supplied a `store` instance. Requests
|
|
23
|
+
* issued by the store via `store.request()` will automatically have the `store` instance
|
|
24
|
+
* attached to the request.
|
|
25
|
+
*
|
|
26
|
+
* ```ts
|
|
27
|
+
* requestManager.request({
|
|
28
|
+
* store: store,
|
|
29
|
+
* url: '/api/posts',
|
|
30
|
+
* method: 'GET'
|
|
31
|
+
* });
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* When this handler elects to handle a request, it will return the raw `StructuredDocument`
|
|
35
|
+
* unless the request has `[EnableHydration]` set to `true`. In this case, the handler will
|
|
36
|
+
* return a `Document` instance that will automatically update the UI when the cache is updated
|
|
37
|
+
* in the future and will hydrate any identifiers in the StructuredDocument into Record instances.
|
|
38
|
+
*
|
|
39
|
+
* When issuing a request via the store, [EnableHydration] is automatically set to `true`. This
|
|
40
|
+
* means that if desired you can issue requests that utilize the cache without needing to also
|
|
41
|
+
* utilize Record instances if desired.
|
|
42
|
+
*
|
|
43
|
+
* Said differently, you could elect to issue all requests via a RequestManager, without ever using
|
|
44
|
+
* the store directly, by setting [EnableHydration] to `true` and providing a store instance. Not
|
|
45
|
+
* necessarily the most useful thing, but the decoupled nature of the RequestManager and incremental-feature
|
|
46
|
+
* approach of EmberData allows for this flexibility.
|
|
47
|
+
*
|
|
48
|
+
* ```ts
|
|
49
|
+
* import { EnableHydration } from '@warp-drive/core-types/request';
|
|
50
|
+
*
|
|
51
|
+
* requestManager.request({
|
|
52
|
+
* store: store,
|
|
53
|
+
* url: '/api/posts',
|
|
54
|
+
* method: 'GET',
|
|
55
|
+
* [EnableHydration]: true
|
|
56
|
+
* });
|
|
57
|
+
*
|
|
58
|
+
* @typedoc
|
|
59
|
+
*/
|
|
60
|
+
export const CacheHandler: CacheHandlerType;
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=handler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../src/-private/cache-handler/handler.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,YAAY,IAAI,gBAAgB,EAAkB,MAAM,qBAAqB,CAAC;AAI5F,OAAO,KAAK,EACV,oBAAoB,EACpB,cAAc,EAGf,MAAM,gCAAgC,CAAC;AAQxC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGzF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAU9C,MAAM,MAAM,qBAAqB,CAAC,CAAC,GAAG,OAAO,EAAE,EAAE,GAAG,OAAO,IAAI,IAAI,CACjE,oBAAoB,CAAC,CAAC,EAAE,EAAE,CAAC,EAC3B,SAAS,GAAG,SAAS,CACtB,GAAG;IACF,OAAO,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,iBAAiB,CAAC,CAAC,GAAG,OAAO,EAAE,EAAE,GAAG,OAAO,IAAI,oBAAoB,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,qBAAqB,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;AAEtH,MAAM,WAAW,mBAAoB,SAAQ,cAAc;IACzD,OAAO,EAAE,oBAAoB,GAAG;QAAE,KAAK,EAAE,KAAK,CAAA;KAAE,CAAC;CAClD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,eAAO,MAAM,YAAY,EAAE,gBA0E1B,CAAC"}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
declare module '@ember-data/store/-private/cache-handler/types' {
|
|
2
|
+
import type { StableDocumentIdentifier } from '@warp-drive/core-types/identifier';
|
|
3
|
+
import type { ImmutableRequestInfo, ResponseInfo } from '@warp-drive/core-types/request';
|
|
4
|
+
import type { Store } from '@ember-data/store/-private/store-service';
|
|
5
|
+
/**
|
|
6
|
+
* A service which an application may provide to the store via
|
|
7
|
+
* the store's `lifetimes` property to configure the behavior
|
|
8
|
+
* of the CacheHandler.
|
|
9
|
+
*
|
|
10
|
+
* The default behavior for request lifetimes is to never expire
|
|
11
|
+
* unless manually refreshed via `cacheOptions.reload` or `cacheOptions.backgroundReload`.
|
|
12
|
+
*
|
|
13
|
+
* Implementing this service allows you to programatically define
|
|
14
|
+
* when a request should be considered expired.
|
|
15
|
+
*
|
|
16
|
+
* @class <Interface> CachePolicy
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export interface CachePolicy {
|
|
20
|
+
/**
|
|
21
|
+
* Invoked to determine if the request may be fulfilled from cache
|
|
22
|
+
* if possible.
|
|
23
|
+
*
|
|
24
|
+
* Note, this is only invoked if the request has a cache-key.
|
|
25
|
+
*
|
|
26
|
+
* If no cache entry is found or the entry is hard expired,
|
|
27
|
+
* the request will be fulfilled from the configured request handlers
|
|
28
|
+
* and the cache will be updated before returning the response.
|
|
29
|
+
*
|
|
30
|
+
* @method isHardExpired
|
|
31
|
+
* @public
|
|
32
|
+
* @param {StableDocumentIdentifier} identifier
|
|
33
|
+
* @param {Store} store
|
|
34
|
+
* @return {Boolean} true if the request is considered hard expired
|
|
35
|
+
*/
|
|
36
|
+
isHardExpired(identifier: StableDocumentIdentifier, store: Store): boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Invoked if `isHardExpired` is false to determine if the request
|
|
39
|
+
* should be update behind the scenes if cache data is already available.
|
|
40
|
+
*
|
|
41
|
+
* Note, this is only invoked if the request has a cache-key.
|
|
42
|
+
*
|
|
43
|
+
* If true, the request will be fulfilled from cache while a backgrounded
|
|
44
|
+
* request is made to update the cache via the configured request handlers.
|
|
45
|
+
*
|
|
46
|
+
* @method isSoftExpired
|
|
47
|
+
* @public
|
|
48
|
+
* @param {StableDocumentIdentifier} identifier
|
|
49
|
+
* @param {Store} store
|
|
50
|
+
* @return {Boolean} true if the request is considered soft expired
|
|
51
|
+
*/
|
|
52
|
+
isSoftExpired(identifier: StableDocumentIdentifier, store: Store): boolean;
|
|
53
|
+
/**
|
|
54
|
+
* Invoked when a request will be sent to the configured request handlers.
|
|
55
|
+
* This is invoked for both foreground and background requests.
|
|
56
|
+
*
|
|
57
|
+
* Note, this is invoked regardless of whether the request has a cache-key.
|
|
58
|
+
*
|
|
59
|
+
* @method willRequest [Optional]
|
|
60
|
+
* @public
|
|
61
|
+
* @param {ImmutableRequestInfo} request
|
|
62
|
+
* @param {StableDocumentIdentifier | null} identifier
|
|
63
|
+
* @param {Store} store
|
|
64
|
+
* @return {void}
|
|
65
|
+
*/
|
|
66
|
+
willRequest?(request: ImmutableRequestInfo, identifier: StableDocumentIdentifier | null, store: Store): void;
|
|
67
|
+
/**
|
|
68
|
+
* Invoked when a request has been fulfilled from the configured request handlers.
|
|
69
|
+
* This is invoked for both foreground and background requests once the cache has
|
|
70
|
+
* been updated.
|
|
71
|
+
*
|
|
72
|
+
* Note, this is invoked regardless of whether the request has a cache-key.
|
|
73
|
+
*
|
|
74
|
+
* It is best practice to notify the store of any requests marked as invalidated
|
|
75
|
+
* so that request subscriptions can reload when needed.
|
|
76
|
+
*
|
|
77
|
+
* ```ts
|
|
78
|
+
* store.notifications.notify(identifier, 'invalidated');
|
|
79
|
+
* ```
|
|
80
|
+
*
|
|
81
|
+
* This allows anything subscribed to the request to be notified of the change
|
|
82
|
+
*
|
|
83
|
+
* e.g.
|
|
84
|
+
*
|
|
85
|
+
* ```ts
|
|
86
|
+
* store.notifications.subscribe(identifier, (_, type) => {
|
|
87
|
+
* if (type === 'invalidated') {
|
|
88
|
+
* // do update
|
|
89
|
+
* }
|
|
90
|
+
* });
|
|
91
|
+
* ```
|
|
92
|
+
*
|
|
93
|
+
* Note,
|
|
94
|
+
*
|
|
95
|
+
*
|
|
96
|
+
* @method didRequest [Optional]
|
|
97
|
+
* @public
|
|
98
|
+
* @param {ImmutableRequestInfo} request
|
|
99
|
+
* @param {ImmutableResponse} response
|
|
100
|
+
* @param {StableDocumentIdentifier | null} identifier
|
|
101
|
+
* @param {Store} store
|
|
102
|
+
* @return {void}
|
|
103
|
+
*/
|
|
104
|
+
didRequest?(request: ImmutableRequestInfo, response: Response | ResponseInfo | null, identifier: StableDocumentIdentifier | null, store: Store): void;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/-private/cache-handler/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAClF,OAAO,KAAK,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAEzF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAE9C;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,WAAW;IAC1B;;;;;;;;;;;;;;;OAeG;IACH,aAAa,CAAC,UAAU,EAAE,wBAAwB,EAAE,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC;IAC3E;;;;;;;;;;;;;;OAcG;IACH,aAAa,CAAC,UAAU,EAAE,wBAAwB,EAAE,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC;IAE3E;;;;;;;;;;;;OAYG;IACH,WAAW,CAAC,CAAC,OAAO,EAAE,oBAAoB,EAAE,UAAU,EAAE,wBAAwB,GAAG,IAAI,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IAE7G;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAoCG;IACH,UAAU,CAAC,CACT,OAAO,EAAE,oBAAoB,EAC7B,QAAQ,EAAE,QAAQ,GAAG,YAAY,GAAG,IAAI,EACxC,UAAU,EAAE,wBAAwB,GAAG,IAAI,EAC3C,KAAK,EAAE,KAAK,GACX,IAAI,CAAC;CACT"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare module '@ember-data/store/-private/cache-handler/utils' {
|
|
2
|
+
import type { StableDocumentIdentifier } from '@warp-drive/core-types/identifier';
|
|
3
|
+
import type { ImmutableCreateRequestOptions, ImmutableDeleteRequestOptions, ImmutableRequestInfo, ImmutableUpdateRequestOptions, StructuredDataDocument } from '@warp-drive/core-types/request';
|
|
4
|
+
import type { ResourceDataDocument, ResourceErrorDocument } from '@warp-drive/core-types/spec/document';
|
|
5
|
+
import type { ApiError } from '@warp-drive/core-types/spec/error';
|
|
6
|
+
import type { Store } from '@ember-data/store/-private/store-service';
|
|
7
|
+
export const MUTATION_OPS: Set<string>;
|
|
8
|
+
export function calcShouldFetch(store: Store, request: ImmutableRequestInfo, hasCachedValue: boolean, identifier: StableDocumentIdentifier | null): boolean;
|
|
9
|
+
export function calcShouldBackgroundFetch(store: Store, request: ImmutableRequestInfo, willFetch: boolean, identifier: StableDocumentIdentifier | null): boolean;
|
|
10
|
+
export function isMutation(request: Partial<ImmutableRequestInfo>): request is ImmutableUpdateRequestOptions | ImmutableCreateRequestOptions | ImmutableDeleteRequestOptions;
|
|
11
|
+
export function isCacheAffecting<T>(document: StructuredDataDocument<T>): boolean;
|
|
12
|
+
export function isAggregateError(error: Error & {
|
|
13
|
+
errors?: ApiError[];
|
|
14
|
+
}): error is AggregateError & {
|
|
15
|
+
errors: ApiError[];
|
|
16
|
+
};
|
|
17
|
+
export type RobustError = Error & {
|
|
18
|
+
error: string | object;
|
|
19
|
+
errors?: ApiError[];
|
|
20
|
+
content?: unknown;
|
|
21
|
+
};
|
|
22
|
+
export function cloneError(error: RobustError): RobustError;
|
|
23
|
+
export function isErrorDocument(document: ResourceDataDocument | ResourceErrorDocument): document is ResourceErrorDocument;
|
|
24
|
+
export function getPriority(identifier: StableDocumentIdentifier | null, deduped: Map<StableDocumentIdentifier, {
|
|
25
|
+
priority: {
|
|
26
|
+
blocking: boolean;
|
|
27
|
+
};
|
|
28
|
+
}>, priority: {
|
|
29
|
+
blocking: boolean;
|
|
30
|
+
}): {
|
|
31
|
+
blocking: boolean;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/-private/cache-handler/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAClF,OAAO,KAAK,EACV,6BAA6B,EAC7B,6BAA6B,EAC7B,oBAAoB,EACpB,6BAA6B,EAC7B,sBAAsB,EACvB,MAAM,gCAAgC,CAAC;AACxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AACxG,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAElE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAE9C,eAAO,MAAM,YAAY,aAA4D,CAAC;AAEtF,wBAAgB,eAAe,CAC7B,KAAK,EAAE,KAAK,EACZ,OAAO,EAAE,oBAAoB,EAC7B,cAAc,EAAE,OAAO,EACvB,UAAU,EAAE,wBAAwB,GAAG,IAAI,GAC1C,OAAO,CAQT;AAED,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,KAAK,EACZ,OAAO,EAAE,oBAAoB,EAC7B,SAAS,EAAE,OAAO,EAClB,UAAU,EAAE,wBAAwB,GAAG,IAAI,GAC1C,OAAO,CAOT;AAED,wBAAgB,UAAU,CACxB,OAAO,EAAE,OAAO,CAAC,oBAAoB,CAAC,GACrC,OAAO,IAAI,6BAA6B,GAAG,6BAA6B,GAAG,6BAA6B,CAE1G;AAED,wBAAgB,gBAAgB,CAAC,CAAC,EAAE,QAAQ,EAAE,sBAAsB,CAAC,CAAC,CAAC,GAAG,OAAO,CAahF;AAED,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,KAAK,GAAG;IAAE,MAAM,CAAC,EAAE,QAAQ,EAAE,CAAA;CAAE,GACrC,KAAK,IAAI,cAAc,GAAG;IAAE,MAAM,EAAE,QAAQ,EAAE,CAAA;CAAE,CAElD;AAED,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG;IAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,CAAC;IAAC,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAGrG,wBAAgB,UAAU,CAAC,KAAK,EAAE,WAAW,eAa5C;AAED,wBAAgB,eAAe,CAC7B,QAAQ,EAAE,oBAAoB,GAAG,qBAAqB,GACrD,QAAQ,IAAI,qBAAqB,CAEnC;AAED,wBAAgB,WAAW,CACzB,UAAU,EAAE,wBAAwB,GAAG,IAAI,EAC3C,OAAO,EAAE,GAAG,CAAC,wBAAwB,EAAE;IAAE,QAAQ,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAA;KAAE,CAAA;CAAE,CAAC,EAC3E,QAAQ,EAAE;IAAE,QAAQ,EAAE,OAAO,CAAA;CAAE;cADgC,OAAO;EAUvE"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare module '@ember-data/store/-private/caches/cache-utils' {
|
|
2
|
+
import type { Cache } from '@warp-drive/core-types/cache';
|
|
3
|
+
import type { StableRecordIdentifier } from '@warp-drive/core-types/identifier';
|
|
4
|
+
import type { OpaqueRecordInstance } from '@ember-data/store/-types/q/record-instance';
|
|
5
|
+
export const CacheForIdentifierCache: Map<unknown, Cache>;
|
|
6
|
+
export function setCacheFor(identifier: StableRecordIdentifier | OpaqueRecordInstance, cache: Cache): void;
|
|
7
|
+
export function removeRecordDataFor(identifier: StableRecordIdentifier | OpaqueRecordInstance): void;
|
|
8
|
+
export function peekCache(instance: StableRecordIdentifier): Cache | null;
|
|
9
|
+
export function peekCache(instance: OpaqueRecordInstance): Cache;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=cache-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cache-utils.d.ts","sourceRoot":"","sources":["../../../src/-private/caches/cache-utils.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAEhF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAO3E,eAAO,MAAM,uBAAuB,qBAGnC,CAAC;AAEF,wBAAgB,WAAW,CAAC,UAAU,EAAE,sBAAsB,GAAG,oBAAoB,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAMzG;AAED,wBAAgB,mBAAmB,CAAC,UAAU,EAAE,sBAAsB,GAAG,oBAAoB,GAAG,IAAI,CAEnG;AAED,wBAAgB,SAAS,CAAC,QAAQ,EAAE,sBAAsB,GAAG,KAAK,GAAG,IAAI,CAAC;AAC1E,wBAAgB,SAAS,CAAC,QAAQ,EAAE,oBAAoB,GAAG,KAAK,CAAC"}
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
declare module '@ember-data/store/-private/caches/identifier-cache' {
|
|
2
|
+
import { type Identifier, type RecordIdentifier, type StableDocumentIdentifier, type StableExistingRecordIdentifier, type StableRecordIdentifier } from '@warp-drive/core-types/identifier';
|
|
3
|
+
import type { ImmutableRequestInfo } from '@warp-drive/core-types/request';
|
|
4
|
+
import type { ExistingResourceIdentifierObject, ResourceIdentifierObject } from '@warp-drive/core-types/spec/json-api-raw';
|
|
5
|
+
import type { ForgetMethod, GenerationMethod, KeyInfo, KeyInfoMethod, ResetMethod, UpdateMethod } from '@ember-data/store/-types/q/identifier';
|
|
6
|
+
type TypeFromIdentifier<T> = T extends {
|
|
7
|
+
type: infer U;
|
|
8
|
+
} ? U : string;
|
|
9
|
+
type NarrowIdentifierIfPossible<T> = T extends ExistingResourceIdentifierObject ? StableExistingRecordIdentifier<TypeFromIdentifier<T>> : StableRecordIdentifier;
|
|
10
|
+
export function isStableIdentifier(identifier: unknown): identifier is StableRecordIdentifier;
|
|
11
|
+
export function isDocumentIdentifier(identifier: unknown): identifier is StableDocumentIdentifier;
|
|
12
|
+
interface KeyOptions {
|
|
13
|
+
lid: IdentifierMap;
|
|
14
|
+
id: IdentifierMap;
|
|
15
|
+
}
|
|
16
|
+
type TypeMap = {
|
|
17
|
+
[key: string]: KeyOptions;
|
|
18
|
+
};
|
|
19
|
+
type IdentifierMap = Map<string, StableRecordIdentifier>;
|
|
20
|
+
type StableCache = {
|
|
21
|
+
resources: IdentifierMap;
|
|
22
|
+
documents: Map<string, StableDocumentIdentifier>;
|
|
23
|
+
resourcesByType: TypeMap;
|
|
24
|
+
polymorphicLidBackMap: Map<string, string[]>;
|
|
25
|
+
};
|
|
26
|
+
export type MergeMethod = (targetIdentifier: StableRecordIdentifier, matchedIdentifier: StableRecordIdentifier, resourceData: unknown) => StableRecordIdentifier;
|
|
27
|
+
export function setIdentifierGenerationMethod(method: GenerationMethod | null): void;
|
|
28
|
+
export function setIdentifierUpdateMethod(method: UpdateMethod | null): void;
|
|
29
|
+
export function setIdentifierForgetMethod(method: ForgetMethod | null): void;
|
|
30
|
+
export function setIdentifierResetMethod(method: ResetMethod | null): void;
|
|
31
|
+
export function setKeyInfoForResource(method: KeyInfoMethod | null): void;
|
|
32
|
+
/**
|
|
33
|
+
* Each instance of {Store} receives a unique instance of a IdentifierCache.
|
|
34
|
+
*
|
|
35
|
+
* This cache is responsible for assigning or retrieving the unique identify
|
|
36
|
+
* for arbitrary resource data encountered by the store. Data representing
|
|
37
|
+
* a unique resource or record should always be represented by the same
|
|
38
|
+
* identifier.
|
|
39
|
+
*
|
|
40
|
+
* It can be configured by consuming applications.
|
|
41
|
+
*
|
|
42
|
+
* @class IdentifierCache
|
|
43
|
+
@public
|
|
44
|
+
*/
|
|
45
|
+
export class IdentifierCache {
|
|
46
|
+
_cache: StableCache;
|
|
47
|
+
_generate: GenerationMethod;
|
|
48
|
+
_update: UpdateMethod;
|
|
49
|
+
_forget: ForgetMethod;
|
|
50
|
+
_reset: ResetMethod;
|
|
51
|
+
_merge: MergeMethod;
|
|
52
|
+
_keyInfoForResource: KeyInfoMethod;
|
|
53
|
+
_id: number;
|
|
54
|
+
constructor();
|
|
55
|
+
/**
|
|
56
|
+
* Internal hook to allow management of merge conflicts with identifiers.
|
|
57
|
+
*
|
|
58
|
+
* we allow late binding of this private internal merge so that
|
|
59
|
+
* the cache can insert itself here to handle elimination of duplicates
|
|
60
|
+
*
|
|
61
|
+
* @method __configureMerge
|
|
62
|
+
* @private
|
|
63
|
+
*/
|
|
64
|
+
__configureMerge(method: MergeMethod | null): void;
|
|
65
|
+
upgradeIdentifier(resource: {
|
|
66
|
+
type: string;
|
|
67
|
+
id: string | null;
|
|
68
|
+
lid?: string;
|
|
69
|
+
}): StableRecordIdentifier;
|
|
70
|
+
/**
|
|
71
|
+
* @method _getRecordIdentifier
|
|
72
|
+
* @private
|
|
73
|
+
*/
|
|
74
|
+
_getRecordIdentifier(resource: {
|
|
75
|
+
type: string;
|
|
76
|
+
id: string | null;
|
|
77
|
+
lid?: string;
|
|
78
|
+
}, shouldGenerate: 2): StableRecordIdentifier;
|
|
79
|
+
_getRecordIdentifier(resource: unknown, shouldGenerate: 1): StableRecordIdentifier;
|
|
80
|
+
_getRecordIdentifier(resource: unknown, shouldGenerate: 0): StableRecordIdentifier | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* allows us to peek without generating when needed
|
|
83
|
+
* useful for the "create" case when we need to see if
|
|
84
|
+
* we are accidentally overwritting something
|
|
85
|
+
*
|
|
86
|
+
* @method peekRecordIdentifier
|
|
87
|
+
* @param resource
|
|
88
|
+
* @return {StableRecordIdentifier | undefined}
|
|
89
|
+
* @private
|
|
90
|
+
*/
|
|
91
|
+
peekRecordIdentifier(resource: ResourceIdentifierObject | Identifier): StableRecordIdentifier | undefined;
|
|
92
|
+
/**
|
|
93
|
+
Returns the DocumentIdentifier for the given Request, creates one if it does not yet exist.
|
|
94
|
+
Returns `null` if the request does not have a `cacheKey` or `url`.
|
|
95
|
+
|
|
96
|
+
@method getOrCreateDocumentIdentifier
|
|
97
|
+
@param request
|
|
98
|
+
@return {StableDocumentIdentifier | null}
|
|
99
|
+
@public
|
|
100
|
+
*/
|
|
101
|
+
getOrCreateDocumentIdentifier(request: ImmutableRequestInfo): StableDocumentIdentifier | null;
|
|
102
|
+
/**
|
|
103
|
+
Returns the Identifier for the given Resource, creates one if it does not yet exist.
|
|
104
|
+
|
|
105
|
+
Specifically this means that we:
|
|
106
|
+
|
|
107
|
+
- validate the `id` `type` and `lid` combo against known identifiers
|
|
108
|
+
- return an object with an `lid` that is stable (repeated calls with the same
|
|
109
|
+
`id` + `type` or `lid` will return the same `lid` value)
|
|
110
|
+
- this referential stability of the object itself is guaranteed
|
|
111
|
+
|
|
112
|
+
@method getOrCreateRecordIdentifier
|
|
113
|
+
@param resource
|
|
114
|
+
@return {StableRecordIdentifier}
|
|
115
|
+
@public
|
|
116
|
+
*/
|
|
117
|
+
getOrCreateRecordIdentifier<T>(resource: T): NarrowIdentifierIfPossible<T>;
|
|
118
|
+
/**
|
|
119
|
+
Returns a new Identifier for the supplied data. Call this method to generate
|
|
120
|
+
an identifier when a new resource is being created local to the client and
|
|
121
|
+
potentially does not have an `id`.
|
|
122
|
+
|
|
123
|
+
Delegates generation to the user supplied `GenerateMethod` if one has been provided
|
|
124
|
+
with the signature `generateMethod({ type }, 'record')`.
|
|
125
|
+
|
|
126
|
+
@method createIdentifierForNewRecord
|
|
127
|
+
@param data
|
|
128
|
+
@return {StableRecordIdentifier}
|
|
129
|
+
@public
|
|
130
|
+
*/
|
|
131
|
+
createIdentifierForNewRecord(data: {
|
|
132
|
+
type: string;
|
|
133
|
+
id?: string | null;
|
|
134
|
+
}): StableRecordIdentifier;
|
|
135
|
+
/**
|
|
136
|
+
Provides the opportunity to update secondary lookup tables for existing identifiers
|
|
137
|
+
Called after an identifier created with `createIdentifierForNewRecord` has been
|
|
138
|
+
committed.
|
|
139
|
+
|
|
140
|
+
Assigned `id` to an `Identifier` if `id` has not previously existed; however,
|
|
141
|
+
attempting to change the `id` or calling update without providing an `id` when
|
|
142
|
+
one is missing will throw an error.
|
|
143
|
+
|
|
144
|
+
- sets `id` (if `id` was previously `null`)
|
|
145
|
+
- `lid` and `type` MUST NOT be altered post creation
|
|
146
|
+
|
|
147
|
+
If a merge occurs, it is possible the returned identifier does not match the originally
|
|
148
|
+
provided identifier. In this case the abandoned identifier will go through the usual
|
|
149
|
+
`forgetRecordIdentifier` codepaths.
|
|
150
|
+
|
|
151
|
+
@method updateRecordIdentifier
|
|
152
|
+
@param identifierObject
|
|
153
|
+
@param data
|
|
154
|
+
@return {StableRecordIdentifier}
|
|
155
|
+
@public
|
|
156
|
+
*/
|
|
157
|
+
updateRecordIdentifier(identifierObject: RecordIdentifier, data: unknown): StableRecordIdentifier;
|
|
158
|
+
/**
|
|
159
|
+
* @method _mergeRecordIdentifiers
|
|
160
|
+
* @private
|
|
161
|
+
*/
|
|
162
|
+
_mergeRecordIdentifiers(keyInfo: KeyInfo, identifier: StableRecordIdentifier, existingIdentifier: StableRecordIdentifier, data: unknown): StableRecordIdentifier;
|
|
163
|
+
/**
|
|
164
|
+
Provides the opportunity to eliminate an identifier from secondary lookup tables
|
|
165
|
+
as well as eliminates it from ember-data's own lookup tables and book keeping.
|
|
166
|
+
|
|
167
|
+
Useful when a record has been deleted and the deletion has been persisted and
|
|
168
|
+
we do not care about the record anymore. Especially useful when an `id` of a
|
|
169
|
+
deleted record might be reused later for a new record.
|
|
170
|
+
|
|
171
|
+
@method forgetRecordIdentifier
|
|
172
|
+
@param identifierObject
|
|
173
|
+
@public
|
|
174
|
+
*/
|
|
175
|
+
forgetRecordIdentifier(identifierObject: RecordIdentifier): void;
|
|
176
|
+
destroy(): void;
|
|
177
|
+
}
|
|
178
|
+
export {};
|
|
179
|
+
}
|
|
180
|
+
//# sourceMappingURL=identifier-cache.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"identifier-cache.d.ts","sourceRoot":"","sources":["../../../src/-private/caches/identifier-cache.ts"],"names":[],"mappings":"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"}
|