@ember-data-types/store 5.6.0-alpha.3 → 5.6.0-alpha.4
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/package.json +1 -1
- package/unstable-preview-types/-private/cache-handler/handler.d.ts +0 -4
- package/unstable-preview-types/-private/cache-handler/handler.d.ts.map +1 -1
- package/unstable-preview-types/-private/cache-handler/types.d.ts +1 -5
- package/unstable-preview-types/-private/cache-handler/types.d.ts.map +1 -1
- package/unstable-preview-types/-private/caches/identifier-cache.d.ts +0 -9
- package/unstable-preview-types/-private/caches/identifier-cache.d.ts.map +1 -1
- package/unstable-preview-types/-private/caches/instance-cache.d.ts +2 -3
- package/unstable-preview-types/-private/caches/instance-cache.d.ts.map +1 -1
- package/unstable-preview-types/-private/document.d.ts +0 -6
- package/unstable-preview-types/-private/document.d.ts.map +1 -1
- package/unstable-preview-types/-private/legacy-model-support/record-reference.d.ts +0 -13
- package/unstable-preview-types/-private/legacy-model-support/record-reference.d.ts.map +1 -1
- package/unstable-preview-types/-private/managers/cache-capabilities-manager.d.ts +0 -3
- package/unstable-preview-types/-private/managers/cache-capabilities-manager.d.ts.map +1 -1
- package/unstable-preview-types/-private/managers/cache-manager.d.ts +2 -35
- package/unstable-preview-types/-private/managers/cache-manager.d.ts.map +1 -1
- package/unstable-preview-types/-private/managers/notification-manager.d.ts +0 -6
- package/unstable-preview-types/-private/managers/notification-manager.d.ts.map +1 -1
- package/unstable-preview-types/-private/managers/record-array-manager.d.ts +0 -1
- package/unstable-preview-types/-private/managers/record-array-manager.d.ts.map +1 -1
- package/unstable-preview-types/-private/network/request-cache.d.ts +0 -3
- package/unstable-preview-types/-private/network/request-cache.d.ts.map +1 -1
- package/unstable-preview-types/-private/new-core-tmp/promise-state.d.ts +0 -32
- package/unstable-preview-types/-private/new-core-tmp/promise-state.d.ts.map +1 -1
- package/unstable-preview-types/-private/new-core-tmp/reactivity/configure.d.ts +0 -1
- package/unstable-preview-types/-private/new-core-tmp/reactivity/configure.d.ts.map +1 -1
- package/unstable-preview-types/-private/new-core-tmp/request-state.d.ts +0 -20
- package/unstable-preview-types/-private/new-core-tmp/request-state.d.ts.map +1 -1
- package/unstable-preview-types/-private/record-arrays/identifier-array.d.ts +0 -2
- package/unstable-preview-types/-private/record-arrays/identifier-array.d.ts.map +1 -1
- package/unstable-preview-types/-private/record-arrays/many-array.d.ts +12 -13
- package/unstable-preview-types/-private/record-arrays/many-array.d.ts.map +1 -1
- package/unstable-preview-types/-private/store-service.d.ts +40 -51
- package/unstable-preview-types/-private/store-service.d.ts.map +1 -1
- package/unstable-preview-types/-private/utils/coerce-id.d.ts +0 -3
- package/unstable-preview-types/-private/utils/coerce-id.d.ts.map +1 -1
- package/unstable-preview-types/-private/utils/uuid-polyfill.d.ts.map +1 -1
- package/unstable-preview-types/-private.d.ts +0 -3
- package/unstable-preview-types/-private.d.ts.map +1 -1
- package/unstable-preview-types/-types/q/cache-capabilities-manager.d.ts +0 -8
- package/unstable-preview-types/-types/q/cache-capabilities-manager.d.ts.map +1 -1
- package/unstable-preview-types/-types/q/ds-model.d.ts +0 -1
- package/unstable-preview-types/-types/q/ds-model.d.ts.map +1 -1
- package/unstable-preview-types/-types/q/identifier.d.ts +0 -18
- package/unstable-preview-types/-types/q/identifier.d.ts.map +1 -1
- package/unstable-preview-types/-types/q/record-data-json-api.d.ts +0 -3
- package/unstable-preview-types/-types/q/record-data-json-api.d.ts.map +1 -1
- package/unstable-preview-types/-types/q/record-instance.d.ts +0 -5
- package/unstable-preview-types/-types/q/record-instance.d.ts.map +1 -1
- package/unstable-preview-types/-types/q/schema-service.d.ts +1 -21
- package/unstable-preview-types/-types/q/schema-service.d.ts.map +1 -1
- package/unstable-preview-types/-types/q/store.d.ts +0 -1
- package/unstable-preview-types/-types/q/store.d.ts.map +1 -1
- package/unstable-preview-types/configure.d.ts +1 -5
- package/unstable-preview-types/configure.d.ts.map +1 -1
- package/unstable-preview-types/index.d.ts +29 -31
- package/unstable-preview-types/index.d.ts.map +1 -1
- package/unstable-preview-types/-types/overview.d.ts +0 -21
- package/unstable-preview-types/-types/overview.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
declare module '@ember-data/store/-private/cache-handler/handler' {
|
|
2
|
-
/**
|
|
3
|
-
* @module @ember-data/store
|
|
4
|
-
*/
|
|
5
2
|
import type { CacheHandler as CacheHandlerType } from '@ember-data/request';
|
|
6
3
|
import type { ImmutableRequestInfo, RequestContext } from '@warp-drive/core-types/request';
|
|
7
4
|
import type { ResourceIdentifierObject } from '@warp-drive/core-types/spec/json-api-raw';
|
|
@@ -56,7 +53,6 @@ declare module '@ember-data/store/-private/cache-handler/handler' {
|
|
|
56
53
|
* [EnableHydration]: true
|
|
57
54
|
* });
|
|
58
55
|
*
|
|
59
|
-
* @typedoc
|
|
60
56
|
*/
|
|
61
57
|
export const CacheHandler: CacheHandlerType;
|
|
62
58
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../src/-private/cache-handler/handler.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"handler.d.ts","sourceRoot":"","sources":["../../../src/-private/cache-handler/handler.ts"],"names":[],"mappings":"AAAA,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;AACzF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAGvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAU9C,MAAM,MAAM,qBAAqB,CAAC,EAAE,GAAG,OAAO,EAAE,CAAC,GAAG,OAAO,IAAI,IAAI,CACjE,oBAAoB,CAAC,EAAE,EAAE,CAAC,CAAC,EAC3B,SAAS,GAAG,SAAS,GAAG,OAAO,gBAAgB,CAChD,GAAG;IACF,OAAO,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,iBAAiB,CAAC,EAAE,GAAG,OAAO,EAAE,CAAC,GAAG,OAAO,IAAI,oBAAoB,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,qBAAqB,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC;AAEtH,MAAM,WAAW,mBAAoB,SAAQ,cAAc;IACzD,OAAO,EAAE,oBAAoB,GAAG;QAAE,KAAK,EAAE,KAAK,CAAA;KAAE,CAAC;CAClD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,eAAO,MAAM,YAAY,EAAE,gBA0E1B,CAAC"}
|
|
@@ -13,7 +13,7 @@ declare module '@ember-data/store/-private/cache-handler/types' {
|
|
|
13
13
|
* Implementing this service allows you to programatically define
|
|
14
14
|
* when a request should be considered expired.
|
|
15
15
|
*
|
|
16
|
-
* @class
|
|
16
|
+
* @class (Interface) CachePolicy
|
|
17
17
|
* @public
|
|
18
18
|
*/
|
|
19
19
|
export interface CachePolicy {
|
|
@@ -27,7 +27,6 @@ declare module '@ember-data/store/-private/cache-handler/types' {
|
|
|
27
27
|
* the request will be fulfilled from the configured request handlers
|
|
28
28
|
* and the cache will be updated before returning the response.
|
|
29
29
|
*
|
|
30
|
-
* @method isHardExpired
|
|
31
30
|
* @public
|
|
32
31
|
* @param {StableDocumentIdentifier} identifier
|
|
33
32
|
* @param {Store} store
|
|
@@ -43,7 +42,6 @@ declare module '@ember-data/store/-private/cache-handler/types' {
|
|
|
43
42
|
* If true, the request will be fulfilled from cache while a backgrounded
|
|
44
43
|
* request is made to update the cache via the configured request handlers.
|
|
45
44
|
*
|
|
46
|
-
* @method isSoftExpired
|
|
47
45
|
* @public
|
|
48
46
|
* @param {StableDocumentIdentifier} identifier
|
|
49
47
|
* @param {Store} store
|
|
@@ -56,7 +54,6 @@ declare module '@ember-data/store/-private/cache-handler/types' {
|
|
|
56
54
|
*
|
|
57
55
|
* Note, this is invoked regardless of whether the request has a cache-key.
|
|
58
56
|
*
|
|
59
|
-
* @method willRequest [Optional]
|
|
60
57
|
* @public
|
|
61
58
|
* @param {ImmutableRequestInfo} request
|
|
62
59
|
* @param {StableDocumentIdentifier | null} identifier
|
|
@@ -91,7 +88,6 @@ declare module '@ember-data/store/-private/cache-handler/types' {
|
|
|
91
88
|
* ```
|
|
92
89
|
*
|
|
93
90
|
*
|
|
94
|
-
* @method didRequest [Optional]
|
|
95
91
|
* @public
|
|
96
92
|
* @param {ImmutableRequestInfo} request
|
|
97
93
|
* @param {ImmutableResponse} response
|
|
@@ -1 +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
|
|
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;;;;;;;;;;;;;;OAcG;IACH,aAAa,CAAC,UAAU,EAAE,wBAAwB,EAAE,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC;IAC3E;;;;;;;;;;;;;OAaG;IACH,aAAa,CAAC,UAAU,EAAE,wBAAwB,EAAE,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC;IAE3E;;;;;;;;;;;OAWG;IACH,WAAW,CAAC,CAAC,OAAO,EAAE,oBAAoB,EAAE,UAAU,EAAE,wBAAwB,GAAG,IAAI,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IAE7G;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAiCG;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"}
|
|
@@ -58,7 +58,6 @@ declare module '@ember-data/store/-private/caches/identifier-cache' {
|
|
|
58
58
|
* we allow late binding of this private internal merge so that
|
|
59
59
|
* the cache can insert itself here to handle elimination of duplicates
|
|
60
60
|
*
|
|
61
|
-
* @method __configureMerge
|
|
62
61
|
* @private
|
|
63
62
|
*/
|
|
64
63
|
__configureMerge(method: MergeMethod | null): void;
|
|
@@ -68,7 +67,6 @@ declare module '@ember-data/store/-private/caches/identifier-cache' {
|
|
|
68
67
|
lid?: string;
|
|
69
68
|
}): StableRecordIdentifier;
|
|
70
69
|
/**
|
|
71
|
-
* @method _getRecordIdentifier
|
|
72
70
|
* @private
|
|
73
71
|
*/
|
|
74
72
|
_getRecordIdentifier(resource: {
|
|
@@ -83,7 +81,6 @@ declare module '@ember-data/store/-private/caches/identifier-cache' {
|
|
|
83
81
|
* useful for the "create" case when we need to see if
|
|
84
82
|
* we are accidentally overwritting something
|
|
85
83
|
*
|
|
86
|
-
* @method peekRecordIdentifier
|
|
87
84
|
* @param resource
|
|
88
85
|
* @return {StableRecordIdentifier | undefined}
|
|
89
86
|
* @private
|
|
@@ -93,7 +90,6 @@ declare module '@ember-data/store/-private/caches/identifier-cache' {
|
|
|
93
90
|
Returns the DocumentIdentifier for the given Request, creates one if it does not yet exist.
|
|
94
91
|
Returns `null` if the request does not have a `cacheKey` or `url`.
|
|
95
92
|
|
|
96
|
-
@method getOrCreateDocumentIdentifier
|
|
97
93
|
@param request
|
|
98
94
|
@return {StableDocumentIdentifier | null}
|
|
99
95
|
@public
|
|
@@ -109,7 +105,6 @@ declare module '@ember-data/store/-private/caches/identifier-cache' {
|
|
|
109
105
|
`id` + `type` or `lid` will return the same `lid` value)
|
|
110
106
|
- this referential stability of the object itself is guaranteed
|
|
111
107
|
|
|
112
|
-
@method getOrCreateRecordIdentifier
|
|
113
108
|
@param resource
|
|
114
109
|
@return {StableRecordIdentifier}
|
|
115
110
|
@public
|
|
@@ -123,7 +118,6 @@ declare module '@ember-data/store/-private/caches/identifier-cache' {
|
|
|
123
118
|
Delegates generation to the user supplied `GenerateMethod` if one has been provided
|
|
124
119
|
with the signature `generateMethod({ type }, 'record')`.
|
|
125
120
|
|
|
126
|
-
@method createIdentifierForNewRecord
|
|
127
121
|
@param data
|
|
128
122
|
@return {StableRecordIdentifier}
|
|
129
123
|
@public
|
|
@@ -148,7 +142,6 @@ declare module '@ember-data/store/-private/caches/identifier-cache' {
|
|
|
148
142
|
provided identifier. In this case the abandoned identifier will go through the usual
|
|
149
143
|
`forgetRecordIdentifier` codepaths.
|
|
150
144
|
|
|
151
|
-
@method updateRecordIdentifier
|
|
152
145
|
@param identifierObject
|
|
153
146
|
@param data
|
|
154
147
|
@return {StableRecordIdentifier}
|
|
@@ -156,7 +149,6 @@ declare module '@ember-data/store/-private/caches/identifier-cache' {
|
|
|
156
149
|
*/
|
|
157
150
|
updateRecordIdentifier(identifierObject: RecordIdentifier, data: unknown): StableRecordIdentifier;
|
|
158
151
|
/**
|
|
159
|
-
* @method _mergeRecordIdentifiers
|
|
160
152
|
* @private
|
|
161
153
|
*/
|
|
162
154
|
_mergeRecordIdentifiers(keyInfo: KeyInfo, identifier: StableRecordIdentifier, existingIdentifier: StableRecordIdentifier, data: unknown): StableRecordIdentifier;
|
|
@@ -168,7 +160,6 @@ declare module '@ember-data/store/-private/caches/identifier-cache' {
|
|
|
168
160
|
we do not care about the record anymore. Especially useful when an `id` of a
|
|
169
161
|
deleted record might be reused later for a new record.
|
|
170
162
|
|
|
171
|
-
@method forgetRecordIdentifier
|
|
172
163
|
@param identifierObject
|
|
173
164
|
@public
|
|
174
165
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identifier-cache.d.ts","sourceRoot":"","sources":["../../../src/-private/caches/identifier-cache.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"identifier-cache.d.ts","sourceRoot":"","sources":["../../../src/-private/caches/identifier-cache.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,6 +13,7 @@ declare module '@ember-data/store/-private/caches/instance-cache' {
|
|
|
13
13
|
/**
|
|
14
14
|
Retrieves the unique referentially-stable [RecordIdentifier](/ember-data/release/classes/StableRecordIdentifier)
|
|
15
15
|
assigned to the given record instance.
|
|
16
|
+
|
|
16
17
|
```js
|
|
17
18
|
import { recordIdentifierFor } from "@ember-data/store";
|
|
18
19
|
// ... gain access to a record, for instance with peekRecord or findRecord
|
|
@@ -22,10 +23,8 @@ declare module '@ember-data/store/-private/caches/instance-cache' {
|
|
|
22
23
|
// access the identifier's properties.
|
|
23
24
|
const { id, type, lid } = identifier;
|
|
24
25
|
```
|
|
25
|
-
|
|
26
|
+
|
|
26
27
|
@public
|
|
27
|
-
@static
|
|
28
|
-
@for @ember-data/store
|
|
29
28
|
@param {Object} record a record instance previously obstained from the store.
|
|
30
29
|
@return {StableRecordIdentifier}
|
|
31
30
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance-cache.d.ts","sourceRoot":"","sources":["../../../src/-private/caches/instance-cache.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC1G,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AAC7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,gBAAgB,EAA4B,MAAM,+BAA+B,CAAC;AAQrH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAE3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,eAAe,MAAM,0CAA0C,CAAC;AACvE,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,sBAAsB,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"instance-cache.d.ts","sourceRoot":"","sources":["../../../src/-private/caches/instance-cache.ts"],"names":[],"mappings":"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"}
|
|
@@ -86,7 +86,6 @@ declare module '@ember-data/store/-private/document' {
|
|
|
86
86
|
* with the document when the request completes. If no related link is present,
|
|
87
87
|
* will fallback to the self link if present
|
|
88
88
|
*
|
|
89
|
-
* @method fetch
|
|
90
89
|
* @public
|
|
91
90
|
* @param {Object} options
|
|
92
91
|
* @return {Promise<Document>}
|
|
@@ -97,7 +96,6 @@ declare module '@ember-data/store/-private/document' {
|
|
|
97
96
|
* with the new document when the request completes, or null if there is no
|
|
98
97
|
* next link.
|
|
99
98
|
*
|
|
100
|
-
* @method next
|
|
101
99
|
* @public
|
|
102
100
|
* @param {Object} options
|
|
103
101
|
* @return {Promise<Document | null>}
|
|
@@ -108,7 +106,6 @@ declare module '@ember-data/store/-private/document' {
|
|
|
108
106
|
* with the new document when the request completes, or null if there is no
|
|
109
107
|
* prev link.
|
|
110
108
|
*
|
|
111
|
-
* @method prev
|
|
112
109
|
* @public
|
|
113
110
|
* @param {Object} options
|
|
114
111
|
* @return {Promise<Document | null>}
|
|
@@ -119,7 +116,6 @@ declare module '@ember-data/store/-private/document' {
|
|
|
119
116
|
* with the new document when the request completes, or null if there is no
|
|
120
117
|
* first link.
|
|
121
118
|
*
|
|
122
|
-
* @method first
|
|
123
119
|
* @public
|
|
124
120
|
* @param {Object} options
|
|
125
121
|
* @return {Promise<Document | null>}
|
|
@@ -130,7 +126,6 @@ declare module '@ember-data/store/-private/document' {
|
|
|
130
126
|
* with the new document when the request completes, or null if there is no
|
|
131
127
|
* last link.
|
|
132
128
|
*
|
|
133
|
-
* @method last
|
|
134
129
|
* @public
|
|
135
130
|
* @param {Object} options
|
|
136
131
|
* @return {Promise<Document | null>}
|
|
@@ -145,7 +140,6 @@ declare module '@ember-data/store/-private/document' {
|
|
|
145
140
|
* the document's contents, leaving that to the individual record
|
|
146
141
|
* instances to determine how to do, if at all.
|
|
147
142
|
*
|
|
148
|
-
* @method toJSON
|
|
149
143
|
* @public
|
|
150
144
|
* @return
|
|
151
145
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../src/-private/document.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../src/-private/document.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAClF,OAAO,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAExF,OAAO,KAAK,EAAkC,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAC7G,OAAO,KAAK,EAAQ,IAAI,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAM5F,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAO7C;;;;;;;;;;;GAWG;AACH,qBAAa,gBAAgB,CAAC,CAAC;;IAC7B;;;;;;;;;;;;;;OAcG;IACH,SAAiB,KAAK,CAAC,EAAE,eAAe,CAAC;IACzC;;;;;;;;;;;;OAYG;IACH,SAAiB,IAAI,CAAC,EAAE,CAAC,CAAC;IAE1B;;;;;;OAMG;IACH,SAAiB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAEnC;;;;;;OAMG;IACH,SAAiB,IAAI,CAAC,EAAE,IAAI,CAAC;IAE7B;;;;;;OAMG;IACH,SAAiB,UAAU,EAAE,wBAAwB,GAAG,IAAI,CAAC;IAE7D,mBAA2B,MAAM,EAAE,KAAK,CAAC;IACzC,mBAA2B,WAAW,EAAE;QAAE,QAAQ,EAAE,gBAAgB,CAAC;QAAC,OAAO,EAAE,oBAAoB,CAAA;KAAE,GAAG,IAAI,CAAC;gBAG3G,KAAK,EAAE,KAAK,EACZ,UAAU,EAAE,wBAAwB,GAAG,IAAI,EAC3C,UAAU,EAAE;QAAE,QAAQ,EAAE,gBAAgB,CAAC;QAAC,OAAO,EAAE,oBAAoB,CAAA;KAAE,GAAG,IAAI;IAiDlF;;;;;;;;OAQG;IACH,KAAK,CACH,OAAO,GAAE,WAAW,CAAC,gBAAgB,CAAC,CAAC,CAAC,EAAE,CAAC,CAA8D,GACxG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC;IAO/B;;;;;;;;OAQG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,WAAW,CAAC,gBAAgB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;IAIxF;;;;;;;;OAQG;IACH,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,gBAAgB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;IAIvF;;;;;;;;OAQG;IACH,KAAK,CAAC,OAAO,EAAE,WAAW,CAAC,gBAAgB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;IAIxF;;;;;;;;OAQG;IACH,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,gBAAgB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;IAIvF;;;;;;;;;;;OAWG;IACH,MAAM,IAAI,MAAM;CAiBjB"}
|
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
declare module '@ember-data/store/-private/legacy-model-support/record-reference' {
|
|
2
2
|
import type { StableRecordIdentifier } from '@warp-drive/core-types/identifier';
|
|
3
|
-
/**
|
|
4
|
-
@module @ember-data/store
|
|
5
|
-
*/
|
|
6
3
|
import type { SingleResourceDocument } from '@warp-drive/core-types/spec/json-api-raw';
|
|
7
4
|
import type { OpaqueRecordInstance } from '@ember-data/store/-types/q/record-instance';
|
|
8
5
|
import type { Store } from '@ember-data/store/-private/store-service';
|
|
9
|
-
/**
|
|
10
|
-
@module @ember-data/store
|
|
11
|
-
*/
|
|
12
6
|
/**
|
|
13
7
|
A `RecordReference` is a low-level API that allows users and
|
|
14
8
|
addon authors to perform meta-operations on a record.
|
|
@@ -38,7 +32,6 @@ declare module '@ember-data/store/-private/legacy-model-support/record-reference
|
|
|
38
32
|
userRef.id(); // '1'
|
|
39
33
|
```
|
|
40
34
|
|
|
41
|
-
@method id
|
|
42
35
|
@public
|
|
43
36
|
@return {String} The id of the record.
|
|
44
37
|
*/
|
|
@@ -57,7 +50,6 @@ declare module '@ember-data/store/-private/legacy-model-support/record-reference
|
|
|
57
50
|
userRef.identifier(); // '1'
|
|
58
51
|
```
|
|
59
52
|
|
|
60
|
-
@method identifier
|
|
61
53
|
@public
|
|
62
54
|
@return {String} The identifier of the record.
|
|
63
55
|
*/
|
|
@@ -75,7 +67,6 @@ declare module '@ember-data/store/-private/legacy-model-support/record-reference
|
|
|
75
67
|
userRef.remoteType(); // 'identity'
|
|
76
68
|
```
|
|
77
69
|
|
|
78
|
-
@method remoteType
|
|
79
70
|
@public
|
|
80
71
|
@return {String} 'identity'
|
|
81
72
|
*/
|
|
@@ -114,7 +105,6 @@ declare module '@ember-data/store/-private/legacy-model-support/record-reference
|
|
|
114
105
|
});
|
|
115
106
|
```
|
|
116
107
|
|
|
117
|
-
@method push
|
|
118
108
|
@public
|
|
119
109
|
@param objectOrPromise a JSON:API ResourceDocument or a promise resolving to one
|
|
120
110
|
@return a promise for the value (record or relationship)
|
|
@@ -133,7 +123,6 @@ declare module '@ember-data/store/-private/legacy-model-support/record-reference
|
|
|
133
123
|
userRef.value(); // user
|
|
134
124
|
```
|
|
135
125
|
|
|
136
|
-
@method value
|
|
137
126
|
@public
|
|
138
127
|
@return {Model} the record for this RecordReference
|
|
139
128
|
*/
|
|
@@ -151,7 +140,6 @@ declare module '@ember-data/store/-private/legacy-model-support/record-reference
|
|
|
151
140
|
userRef.load().then(...)
|
|
152
141
|
```
|
|
153
142
|
|
|
154
|
-
@method load
|
|
155
143
|
@public
|
|
156
144
|
@return {Promise<record>} the record for this RecordReference
|
|
157
145
|
*/
|
|
@@ -169,7 +157,6 @@ declare module '@ember-data/store/-private/legacy-model-support/record-reference
|
|
|
169
157
|
userRef.reload().then(...)
|
|
170
158
|
```
|
|
171
159
|
|
|
172
|
-
@method reload
|
|
173
160
|
@public
|
|
174
161
|
@return {Promise<record>} the record for this RecordReference
|
|
175
162
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"record-reference.d.ts","sourceRoot":"","sources":["../../../src/-private/legacy-model-support/record-reference.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAChF
|
|
1
|
+
{"version":3,"file":"record-reference.d.ts","sourceRoot":"","sources":["../../../src/-private/legacy-model-support/record-reference.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0CAA0C,CAAC;AAEvF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAG3E,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAE9C;;;;;;EAME;AACF,MAAM,CAAC,OAAO,OAAO,eAAe;IAC1B,KAAK,EAAE,KAAK,CAAC;IAErB,QAAQ,EAAG,MAAM,CAAC;IAClB,aAAa,EAAE,sBAAsB,CAAC;IAE9B,IAAI,EAAE,MAAM,CAAC;gBAET,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,sBAAsB;IAa5D,OAAO;IAIP,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED;;;;;;;;;;;;;;;;MAgBE;IACF,EAAE;IAMF;;;;;;;;;;;;;;;;MAgBE;IACF,UAAU,IAAI,sBAAsB;IAIpC;;;;;;;;;;;;;;;MAeE;IACF,UAAU,IAAI,UAAU;IAIxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqCE;IACF,IAAI,CAAC,eAAe,EAAE,sBAAsB,GAAG,OAAO,CAAC,sBAAsB,CAAC,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAO9G;;;;;;;;;;;;;;;MAeE;IACF,KAAK,IAAI,oBAAoB,GAAG,IAAI;IAIpC;;;;;;;;;;;;;;;MAeE;IACF,IAAI;IAQJ;;;;;;;;;;;;;;;MAeE;IACF,MAAM;CAOP"}
|
|
@@ -5,9 +5,6 @@ declare module '@ember-data/store/-private/managers/cache-capabilities-manager'
|
|
|
5
5
|
import type { IdentifierCache } from '@ember-data/store/-private/caches/identifier-cache';
|
|
6
6
|
import type { Store } from '@ember-data/store/-private/store-service';
|
|
7
7
|
import type { NotificationType } from '@ember-data/store/-private/managers/notification-manager';
|
|
8
|
-
/**
|
|
9
|
-
@module @ember-data/store
|
|
10
|
-
*/
|
|
11
8
|
export interface CacheCapabilitiesManager {
|
|
12
9
|
getSchemaDefinitionService(): SchemaService;
|
|
13
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cache-capabilities-manager.d.ts","sourceRoot":"","sources":["../../../src/-private/managers/cache-capabilities-manager.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAE1G,OAAO,KAAK,EAAE,wBAAwB,IAAI,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAC1G,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAElE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE/D
|
|
1
|
+
{"version":3,"file":"cache-capabilities-manager.d.ts","sourceRoot":"","sources":["../../../src/-private/managers/cache-capabilities-manager.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAE1G,OAAO,KAAK,EAAE,wBAAwB,IAAI,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAC1G,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAElE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE/D,MAAM,WAAW,wBAAwB;IACvC,0BAA0B,IAAI,aAAa,CAAC;CAC7C;AACD,qBAAa,wBAAyB,YAAW,YAAY;IACnD,WAAW,EAAE,OAAO,CAAC;IACrB,gBAAgB,EAAE,GAAG,CAAC,sBAAsB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAC3D,MAAM,EAAE,KAAK,CAAC;gBAEV,MAAM,EAAE,KAAK;IAMzB,IAAI,eAAe,IAAI,eAAe,CAErC;IAED,qBAAqB,CAAC,UAAU,EAAE,sBAAsB,EAAE,GAAG,EAAE,MAAM;IAyBrE,mBAAmB,IAAI,IAAI;IAgB3B,YAAY,CAAC,UAAU,EAAE,sBAAsB,EAAE,SAAS,EAAE,OAAO,GAAG,SAAS,EAAE,GAAG,EAAE,IAAI,GAAG,IAAI;IACjG,YAAY,CAAC,UAAU,EAAE,wBAAwB,EAAE,SAAS,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,EAAE,GAAG,EAAE,IAAI,GAAG,IAAI;IAC/G,YAAY,CAAC,UAAU,EAAE,sBAAsB,EAAE,SAAS,EAAE,gBAAgB,EAAE,GAAG,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAkBvG,IAAI,MAAM,kBAET;IAED,WAAW,CAAC,UAAU,EAAE,sBAAsB,EAAE,EAAE,EAAE,MAAM;IAK1D,SAAS,CAAC,UAAU,EAAE,sBAAsB,GAAG,OAAO;IAItD,gBAAgB,CAAC,UAAU,EAAE,sBAAsB,GAAG,IAAI;CAK3D"}
|
|
@@ -50,7 +50,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
50
50
|
* a `content` member and therefor must not assume the existence
|
|
51
51
|
* of `request` and `response` on the document.
|
|
52
52
|
*
|
|
53
|
-
* @method put
|
|
54
53
|
* @param {StructuredDocument} doc
|
|
55
54
|
* @return {ResourceDocument}
|
|
56
55
|
* @public
|
|
@@ -64,7 +63,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
64
63
|
* Note: currently the only valid operation is a MergeOperation
|
|
65
64
|
* which occurs when a collision of identifiers is detected.
|
|
66
65
|
*
|
|
67
|
-
* @method patch
|
|
68
66
|
* @public
|
|
69
67
|
* @param op the operation to perform
|
|
70
68
|
* @return {void}
|
|
@@ -74,7 +72,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
74
72
|
* Update resource data with a local mutation. Currently supports operations
|
|
75
73
|
* on relationships only.
|
|
76
74
|
*
|
|
77
|
-
* @method mutate
|
|
78
75
|
* @public
|
|
79
76
|
* @param mutation
|
|
80
77
|
*/
|
|
@@ -106,7 +103,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
106
103
|
* of the Graph handling necessary entanglements and
|
|
107
104
|
* notifications for relational data.
|
|
108
105
|
*
|
|
109
|
-
* @method peek
|
|
110
106
|
* @public
|
|
111
107
|
* @param {StableRecordIdentifier | StableDocumentIdentifier} identifier
|
|
112
108
|
* @return {ResourceDocument | ResourceBlob | null} the known resource data
|
|
@@ -119,7 +115,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
119
115
|
* Peek the Cache for the existing request data associated with
|
|
120
116
|
* a cacheable request
|
|
121
117
|
*
|
|
122
|
-
* @method peekRequest
|
|
123
118
|
* @param {StableDocumentIdentifier}
|
|
124
119
|
* @return {StableDocumentIdentifier | null}
|
|
125
120
|
* @public
|
|
@@ -128,7 +123,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
128
123
|
/**
|
|
129
124
|
* Push resource data from a remote source into the cache for this identifier
|
|
130
125
|
*
|
|
131
|
-
* @method upsert
|
|
132
126
|
* @public
|
|
133
127
|
* @param identifier
|
|
134
128
|
* @param data
|
|
@@ -143,9 +137,8 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
143
137
|
* preferring instead to fork at the Store level, which will
|
|
144
138
|
* utilize this method to fork the cache.
|
|
145
139
|
*
|
|
146
|
-
* @method fork
|
|
147
140
|
* @public
|
|
148
|
-
* @return Promise<Cache>
|
|
141
|
+
* @return {Promise<Cache>}
|
|
149
142
|
*/
|
|
150
143
|
fork(): Promise<Cache>;
|
|
151
144
|
/**
|
|
@@ -155,10 +148,9 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
155
148
|
* preferring instead to merge at the Store level, which will
|
|
156
149
|
* utilize this method to merge the caches.
|
|
157
150
|
*
|
|
158
|
-
* @method merge
|
|
159
151
|
* @param {Cache} cache
|
|
160
152
|
* @public
|
|
161
|
-
* @return Promise<void>
|
|
153
|
+
* @return {Promise<void>}
|
|
162
154
|
*/
|
|
163
155
|
merge(cache: Cache): Promise<void>;
|
|
164
156
|
/**
|
|
@@ -191,7 +183,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
191
183
|
* }
|
|
192
184
|
* ```
|
|
193
185
|
*
|
|
194
|
-
* @method diff
|
|
195
186
|
* @public
|
|
196
187
|
*/
|
|
197
188
|
diff(): Promise<Change[]>;
|
|
@@ -200,7 +191,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
200
191
|
* which may be fed back into a new instance of the same Cache
|
|
201
192
|
* via `cache.hydrate`.
|
|
202
193
|
*
|
|
203
|
-
* @method dump
|
|
204
194
|
* @return {Promise<ReadableStream>}
|
|
205
195
|
* @public
|
|
206
196
|
*/
|
|
@@ -217,7 +207,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
217
207
|
* behavior supports optimizing pre/fetching of data for route transitions
|
|
218
208
|
* via data-only SSR modes.
|
|
219
209
|
*
|
|
220
|
-
* @method hydrate
|
|
221
210
|
* @param {ReadableStream} stream
|
|
222
211
|
* @return {Promise<void>}
|
|
223
212
|
* @public
|
|
@@ -229,7 +218,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
229
218
|
* It returns properties from options that should be set on the record during the create
|
|
230
219
|
* process. This return value behavior is deprecated.
|
|
231
220
|
*
|
|
232
|
-
* @method clientDidCreate
|
|
233
221
|
* @public
|
|
234
222
|
* @param identifier
|
|
235
223
|
* @param options
|
|
@@ -239,7 +227,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
239
227
|
* [LIFECYCLE] Signals to the cache that a resource
|
|
240
228
|
* will be part of a save transaction.
|
|
241
229
|
*
|
|
242
|
-
* @method willCommit
|
|
243
230
|
* @public
|
|
244
231
|
* @param identifier
|
|
245
232
|
*/
|
|
@@ -248,7 +235,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
248
235
|
* [LIFECYCLE] Signals to the cache that a resource
|
|
249
236
|
* was successfully updated as part of a save transaction.
|
|
250
237
|
*
|
|
251
|
-
* @method didCommit
|
|
252
238
|
* @public
|
|
253
239
|
* @param identifier
|
|
254
240
|
* @param data
|
|
@@ -258,7 +244,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
258
244
|
* [LIFECYCLE] Signals to the cache that a resource
|
|
259
245
|
* was update via a save transaction failed.
|
|
260
246
|
*
|
|
261
|
-
* @method commitWasRejected
|
|
262
247
|
* @public
|
|
263
248
|
* @param identifier
|
|
264
249
|
* @param errors
|
|
@@ -268,7 +253,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
268
253
|
* [LIFECYCLE] Signals to the cache that all data for a resource
|
|
269
254
|
* should be cleared.
|
|
270
255
|
*
|
|
271
|
-
* @method unloadRecord
|
|
272
256
|
* @public
|
|
273
257
|
* @param identifier
|
|
274
258
|
*/
|
|
@@ -276,7 +260,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
276
260
|
/**
|
|
277
261
|
* Retrieve the data for an attribute from the cache
|
|
278
262
|
*
|
|
279
|
-
* @method getAttr
|
|
280
263
|
* @public
|
|
281
264
|
* @param identifier
|
|
282
265
|
* @param propertyName
|
|
@@ -286,7 +269,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
286
269
|
/**
|
|
287
270
|
* Retrieve the remote state for an attribute from the cache
|
|
288
271
|
*
|
|
289
|
-
* @method getRemoteAttr
|
|
290
272
|
* @public
|
|
291
273
|
* @param identifier
|
|
292
274
|
* @param propertyName
|
|
@@ -296,7 +278,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
296
278
|
/**
|
|
297
279
|
* Mutate the data for an attribute in the cache
|
|
298
280
|
*
|
|
299
|
-
* @method setAttr
|
|
300
281
|
* @public
|
|
301
282
|
* @param identifier
|
|
302
283
|
* @param propertyName
|
|
@@ -306,7 +287,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
306
287
|
/**
|
|
307
288
|
* Query the cache for the changed attributes of a resource.
|
|
308
289
|
*
|
|
309
|
-
* @method changedAttrs
|
|
310
290
|
* @public
|
|
311
291
|
* @param identifier
|
|
312
292
|
* @return
|
|
@@ -315,7 +295,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
315
295
|
/**
|
|
316
296
|
* Query the cache for whether any mutated attributes exist
|
|
317
297
|
*
|
|
318
|
-
* @method hasChangedAttrs
|
|
319
298
|
* @public
|
|
320
299
|
* @param identifier
|
|
321
300
|
* @return {Boolean}
|
|
@@ -324,7 +303,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
324
303
|
/**
|
|
325
304
|
* Tell the cache to discard any uncommitted mutations to attributes
|
|
326
305
|
*
|
|
327
|
-
* @method rollbackAttrs
|
|
328
306
|
* @public
|
|
329
307
|
* @param identifier
|
|
330
308
|
* @return the names of attributes that were restored
|
|
@@ -352,7 +330,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
352
330
|
};
|
|
353
331
|
```
|
|
354
332
|
*
|
|
355
|
-
* @method changedRelationships
|
|
356
333
|
* @public
|
|
357
334
|
* @param {StableRecordIdentifier} identifier
|
|
358
335
|
* @return {Map<string, RelationshipDiff>}
|
|
@@ -361,7 +338,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
361
338
|
/**
|
|
362
339
|
* Query the cache for whether any mutated attributes exist
|
|
363
340
|
*
|
|
364
|
-
* @method hasChangedRelationships
|
|
365
341
|
* @public
|
|
366
342
|
* @param {StableRecordIdentifier} identifier
|
|
367
343
|
* @return {Boolean}
|
|
@@ -374,7 +350,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
374
350
|
*
|
|
375
351
|
* This method is a candidate to become a mutation
|
|
376
352
|
*
|
|
377
|
-
* @method rollbackRelationships
|
|
378
353
|
* @public
|
|
379
354
|
* @param {StableRecordIdentifier} identifier
|
|
380
355
|
* @return {String[]} the names of relationships that were restored
|
|
@@ -383,7 +358,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
383
358
|
/**
|
|
384
359
|
* Query the cache for the current state of a relationship property
|
|
385
360
|
*
|
|
386
|
-
* @method getRelationship
|
|
387
361
|
* @public
|
|
388
362
|
* @param identifier
|
|
389
363
|
* @param propertyName
|
|
@@ -393,7 +367,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
393
367
|
/**
|
|
394
368
|
* Query the cache for the remote state of a relationship property
|
|
395
369
|
*
|
|
396
|
-
* @method getRelationship
|
|
397
370
|
* @public
|
|
398
371
|
* @param identifier
|
|
399
372
|
* @param propertyName
|
|
@@ -404,7 +377,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
404
377
|
* Update the cache state for the given resource to be marked as locally deleted,
|
|
405
378
|
* or remove such a mark.
|
|
406
379
|
*
|
|
407
|
-
* @method setIsDeleted
|
|
408
380
|
* @public
|
|
409
381
|
* @param identifier
|
|
410
382
|
* @param isDeleted
|
|
@@ -413,7 +385,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
413
385
|
/**
|
|
414
386
|
* Query the cache for any validation errors applicable to the given resource.
|
|
415
387
|
*
|
|
416
|
-
* @method getErrors
|
|
417
388
|
* @public
|
|
418
389
|
* @param identifier
|
|
419
390
|
* @return
|
|
@@ -422,7 +393,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
422
393
|
/**
|
|
423
394
|
* Query the cache for whether a given resource has any available data
|
|
424
395
|
*
|
|
425
|
-
* @method isEmpty
|
|
426
396
|
* @public
|
|
427
397
|
* @param identifier
|
|
428
398
|
* @return {Boolean}
|
|
@@ -432,7 +402,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
432
402
|
* Query the cache for whether a given resource was created locally and not
|
|
433
403
|
* yet persisted.
|
|
434
404
|
*
|
|
435
|
-
* @method isNew
|
|
436
405
|
* @public
|
|
437
406
|
* @param identifier
|
|
438
407
|
* @return {Boolean}
|
|
@@ -442,7 +411,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
442
411
|
* Query the cache for whether a given resource is marked as deleted (but not
|
|
443
412
|
* necessarily persisted yet).
|
|
444
413
|
*
|
|
445
|
-
* @method isDeleted
|
|
446
414
|
* @public
|
|
447
415
|
* @param identifier
|
|
448
416
|
* @return {Boolean}
|
|
@@ -452,7 +420,6 @@ declare module '@ember-data/store/-private/managers/cache-manager' {
|
|
|
452
420
|
* Query the cache for whether a given resource has been deleted and that deletion
|
|
453
421
|
* has also been persisted.
|
|
454
422
|
*
|
|
455
|
-
* @method isDeletionCommitted
|
|
456
423
|
* @public
|
|
457
424
|
* @param identifier
|
|
458
425
|
* @return {Boolean}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cache-manager.d.ts","sourceRoot":"","sources":["../../../src/-private/managers/cache-manager.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACnG,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AAC9E,OAAO,KAAK,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AAC9G,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC1G,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AAC7D,OAAO,KAAK,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACjG,OAAO,KAAK,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AACzG,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAElE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpE;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAAa,YAAa,YAAW,KAAK;;IACxC,OAAO,EAAG,GAAG,CAAU;gBAIX,KAAK,EAAE,KAAK;IAOxB
|
|
1
|
+
{"version":3,"file":"cache-manager.d.ts","sourceRoot":"","sources":["../../../src/-private/managers/cache-manager.ts"],"names":[],"mappings":"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"}
|