@ember-data/store 5.6.0-alpha.3 → 5.6.0-alpha.5
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/dist/-private.js +2 -2
- package/dist/{configure-BfLLW6GY.js → configure-BCr2QDik.js} +0 -1
- package/dist/configure-BCr2QDik.js.map +1 -0
- package/dist/configure.js +1 -1
- package/dist/index.js +2 -2
- package/dist/{request-state-DCuV984f.js → request-state-BEsHKec0.js} +101 -243
- package/dist/request-state-BEsHKec0.js.map +1 -0
- package/package.json +11 -14
- 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 +47 -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/dist/configure-BfLLW6GY.js.map +0 -1
- package/dist/request-state-DCuV984f.js.map +0 -1
- package/unstable-preview-types/-types/overview.d.ts +0 -21
- package/unstable-preview-types/-types/overview.d.ts.map +0 -1
|
@@ -47,7 +47,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
47
47
|
* TODO: These are limitations we want to (and can) address. If you
|
|
48
48
|
* have need of lifting these limitations, please open an issue.
|
|
49
49
|
*
|
|
50
|
-
* @typedoc
|
|
51
50
|
*/
|
|
52
51
|
export type CreateRecordProperties<T = MaybeHasId & Record<string, unknown>> = T extends TypedRecordInstance ? Partial<FilteredKeys<T>> : T extends MaybeHasId ? MaybeHasId & Partial<FilteredKeys<T>> : MaybeHasId & Record<string, unknown>;
|
|
53
52
|
const BaseClass: {
|
|
@@ -55,9 +54,16 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
55
54
|
};
|
|
56
55
|
export interface Store {
|
|
57
56
|
createCache(capabilities: CacheCapabilitiesManager): Cache;
|
|
57
|
+
/**
|
|
58
|
+
* This is the hook WarpDrive uses to create a record instance to give reactive access to
|
|
59
|
+
* a resource in the cache.
|
|
60
|
+
*/
|
|
58
61
|
instantiateRecord<T>(identifier: StableRecordIdentifier, createRecordArgs: {
|
|
59
62
|
[key: string]: unknown;
|
|
60
63
|
}): OpaqueRecordInstance;
|
|
64
|
+
/**
|
|
65
|
+
* This is the hook WarpDrive uses to remove a record instance that is no longer needed
|
|
66
|
+
*/
|
|
61
67
|
teardownRecord(record: OpaqueRecordInstance): void;
|
|
62
68
|
/**
|
|
63
69
|
* This hook enables an app to supply a SchemaService
|
|
@@ -114,7 +120,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
114
120
|
* be sourced from directly registered schemas, then will fallback
|
|
115
121
|
* to sourcing a schema from available models if no schema is found.
|
|
116
122
|
*
|
|
117
|
-
* @method createSchemaService (hook)
|
|
118
123
|
* @return {SchemaService}
|
|
119
124
|
* @public
|
|
120
125
|
*/
|
|
@@ -128,7 +133,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
128
133
|
* The SchemaDefinitionService can be used to query for
|
|
129
134
|
* information about the schema of a resource.
|
|
130
135
|
*
|
|
131
|
-
* @method getSchemaDefinitionService
|
|
132
136
|
* @deprecated
|
|
133
137
|
* @public
|
|
134
138
|
*/
|
|
@@ -182,7 +186,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
182
186
|
* }
|
|
183
187
|
* ```
|
|
184
188
|
*
|
|
185
|
-
* @method registerSchemaDefinitionService
|
|
186
189
|
* @param {SchemaService} schema
|
|
187
190
|
* @deprecated
|
|
188
191
|
* @public
|
|
@@ -237,7 +240,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
237
240
|
* }
|
|
238
241
|
* ```
|
|
239
242
|
*
|
|
240
|
-
* @method registerSchema
|
|
241
243
|
* @param {SchemaService} schema
|
|
242
244
|
* @deprecated
|
|
243
245
|
* @public
|
|
@@ -245,6 +247,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
245
247
|
registerSchema(schema: SchemaService): void;
|
|
246
248
|
}
|
|
247
249
|
export class Store extends BaseClass {
|
|
250
|
+
/** @internal */
|
|
248
251
|
recordArrayManager: RecordArrayManager;
|
|
249
252
|
/**
|
|
250
253
|
* Provides access to the NotificationManager associated
|
|
@@ -270,6 +273,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
270
273
|
* @public
|
|
271
274
|
*/
|
|
272
275
|
get schema(): ReturnType<this['createSchemaService']>;
|
|
276
|
+
/** @internal */
|
|
273
277
|
_schema: SchemaService;
|
|
274
278
|
/**
|
|
275
279
|
* Provides access to the IdentifierCache instance
|
|
@@ -340,14 +344,19 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
340
344
|
* @type {CachePolicy|undefined}
|
|
341
345
|
*/
|
|
342
346
|
lifetimes?: CachePolicy;
|
|
347
|
+
/** @internal */
|
|
343
348
|
_graph?: Graph;
|
|
349
|
+
/** @internal */
|
|
344
350
|
_requestCache: RequestStateService;
|
|
351
|
+
/** @internal */
|
|
345
352
|
_instanceCache: InstanceCache;
|
|
353
|
+
/** @internal */
|
|
346
354
|
_cbs: {
|
|
347
355
|
coalesce?: () => void;
|
|
348
356
|
sync?: () => void;
|
|
349
357
|
notify?: () => void;
|
|
350
358
|
} | null;
|
|
359
|
+
/** @internal */
|
|
351
360
|
_forceShim: boolean;
|
|
352
361
|
/**
|
|
353
362
|
* Async flush buffers notifications until flushed
|
|
@@ -360,18 +369,23 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
360
369
|
* @internal
|
|
361
370
|
*/
|
|
362
371
|
_enableAsyncFlush: boolean | null;
|
|
372
|
+
/** @internal */
|
|
363
373
|
DISABLE_WAITER?: boolean;
|
|
374
|
+
/** @internal */
|
|
364
375
|
_isDestroying: boolean;
|
|
376
|
+
/** @internal */
|
|
365
377
|
_isDestroyed: boolean;
|
|
378
|
+
/** @internal */
|
|
366
379
|
get isDestroying(): boolean;
|
|
367
380
|
set isDestroying(value: boolean);
|
|
381
|
+
/** @internal */
|
|
368
382
|
get isDestroyed(): boolean;
|
|
369
383
|
set isDestroyed(value: boolean);
|
|
370
384
|
/**
|
|
371
|
-
@method init
|
|
372
385
|
@private
|
|
373
386
|
*/
|
|
374
387
|
constructor(createArgs?: unknown);
|
|
388
|
+
/** @internal */
|
|
375
389
|
_run(cb: () => void): void;
|
|
376
390
|
/**
|
|
377
391
|
* Executes the callback, ensurng that any work that calls
|
|
@@ -383,6 +397,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
383
397
|
* @internal
|
|
384
398
|
*/
|
|
385
399
|
_join(cb: () => void): void;
|
|
400
|
+
/** @internal */
|
|
386
401
|
_schedule(name: 'coalesce' | 'sync' | 'notify', cb: () => void): void;
|
|
387
402
|
/**
|
|
388
403
|
* Retrieve the RequestStateService instance
|
|
@@ -391,11 +406,11 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
391
406
|
* This can be used to query the status of requests
|
|
392
407
|
* that have been initiated for a given identifier.
|
|
393
408
|
*
|
|
394
|
-
* @method getRequestStateService
|
|
395
409
|
* @return {RequestStateService}
|
|
396
410
|
* @public
|
|
397
411
|
*/
|
|
398
412
|
getRequestStateService(): RequestStateService;
|
|
413
|
+
/** @internal */
|
|
399
414
|
_getAllPending(): (Promise<unknown[]> & {
|
|
400
415
|
length: number;
|
|
401
416
|
}) | void;
|
|
@@ -447,7 +462,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
447
462
|
* is that `store.request` will attempt to hydrate the response content into
|
|
448
463
|
* a response Document containing RecordInstances.
|
|
449
464
|
*
|
|
450
|
-
* @method request
|
|
451
465
|
* @param {StoreRequestInput} requestConfig
|
|
452
466
|
* @return {Future}
|
|
453
467
|
* @public
|
|
@@ -462,7 +476,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
462
476
|
* mechanism of presenting cache data to the ui for access
|
|
463
477
|
* mutation, and interaction.
|
|
464
478
|
*
|
|
465
|
-
* @method instantiateRecord (hook)
|
|
466
479
|
* @param identifier
|
|
467
480
|
* @param createRecordArgs
|
|
468
481
|
* @param recordDataFor deprecated use this.cache
|
|
@@ -476,7 +489,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
476
489
|
* be used to teardown any custom record instances instantiated
|
|
477
490
|
* with `instantiateRecord`.
|
|
478
491
|
*
|
|
479
|
-
* @method teardownRecord (hook)
|
|
480
492
|
* @public
|
|
481
493
|
* @param record
|
|
482
494
|
*/
|
|
@@ -497,7 +509,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
497
509
|
[`relationshipNames`](/ember-data/release/classes/Model?anchor=relationshipNames)
|
|
498
510
|
for example.
|
|
499
511
|
|
|
500
|
-
@method modelFor
|
|
501
512
|
@public
|
|
502
513
|
@deprecated
|
|
503
514
|
@param {String} type
|
|
@@ -527,7 +538,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
527
538
|
});
|
|
528
539
|
```
|
|
529
540
|
|
|
530
|
-
@method createRecord
|
|
531
541
|
@public
|
|
532
542
|
@param {String} type the name of the resource
|
|
533
543
|
@param {Object} inputProperties a hash of properties to set on the
|
|
@@ -549,7 +559,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
549
559
|
store.deleteRecord(post);
|
|
550
560
|
```
|
|
551
561
|
|
|
552
|
-
@method deleteRecord
|
|
553
562
|
@public
|
|
554
563
|
@param {unknown} record
|
|
555
564
|
*/
|
|
@@ -565,7 +574,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
565
574
|
store.unloadRecord(post);
|
|
566
575
|
```
|
|
567
576
|
|
|
568
|
-
@method unloadRecord
|
|
569
577
|
@public
|
|
570
578
|
@param {Model} record
|
|
571
579
|
*/
|
|
@@ -581,7 +589,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
581
589
|
|
|
582
590
|
**Example 1**
|
|
583
591
|
|
|
584
|
-
```app/routes/post.js
|
|
592
|
+
```js [app/routes/post.js]
|
|
585
593
|
export default class PostRoute extends Route {
|
|
586
594
|
model({ post_id }) {
|
|
587
595
|
return this.store.findRecord('post', post_id);
|
|
@@ -595,7 +603,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
595
603
|
of `type` (modelName) and `id` as separate arguments. You may recognize this combo as
|
|
596
604
|
the typical pairing from [JSON:API](https://jsonapi.org/format/#document-resource-object-identification)
|
|
597
605
|
|
|
598
|
-
```app/routes/post.js
|
|
606
|
+
```js [app/routes/post.js]
|
|
599
607
|
export default class PostRoute extends Route {
|
|
600
608
|
model({ post_id: id }) {
|
|
601
609
|
return this.store.findRecord({ type: 'post', id });
|
|
@@ -608,7 +616,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
608
616
|
If you have previously received an lid via an Identifier for this record, and the record
|
|
609
617
|
has already been assigned an id, you can find the record again using just the lid.
|
|
610
618
|
|
|
611
|
-
```app/routes/post.js
|
|
619
|
+
```js [app/routes/post.js]
|
|
612
620
|
store.findRecord({ lid });
|
|
613
621
|
```
|
|
614
622
|
|
|
@@ -626,7 +634,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
626
634
|
for the comment also looks like `/posts/1/comments/2` if you want to fetch the comment
|
|
627
635
|
without also fetching the post you can pass in the post to the `findRecord` call:
|
|
628
636
|
|
|
629
|
-
```app/routes/post-comments.js
|
|
637
|
+
```js [app/routes/post-comments.js]
|
|
630
638
|
export default class PostRoute extends Route {
|
|
631
639
|
model({ post_id, comment_id: id }) {
|
|
632
640
|
return this.store.findRecord({ type: 'comment', id, { preload: { post: post_id }} });
|
|
@@ -637,7 +645,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
637
645
|
In your adapter you can then access this id without triggering a network request via the
|
|
638
646
|
snapshot:
|
|
639
647
|
|
|
640
|
-
```app/adapters/application.js
|
|
648
|
+
```js [app/adapters/application.js]
|
|
641
649
|
export default class Adapter {
|
|
642
650
|
|
|
643
651
|
findRecord(store, schema, id, snapshot) {
|
|
@@ -660,7 +668,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
660
668
|
This could also be achieved by supplying the post id to the adapter via the adapterOptions
|
|
661
669
|
property on the options hash.
|
|
662
670
|
|
|
663
|
-
```app/routes/post-comments.js
|
|
671
|
+
```js [app/routes/post-comments.js]
|
|
664
672
|
export default class PostRoute extends Route {
|
|
665
673
|
model({ post_id, comment_id: id }) {
|
|
666
674
|
return this.store.findRecord({ type: 'comment', id, { adapterOptions: { post: post_id }} });
|
|
@@ -668,7 +676,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
668
676
|
}
|
|
669
677
|
```
|
|
670
678
|
|
|
671
|
-
```app/adapters/application.js
|
|
679
|
+
```js [app/adapters/application.js]
|
|
672
680
|
export default class Adapter {
|
|
673
681
|
findRecord(store, schema, id, snapshot) {
|
|
674
682
|
let type = schema.modelName;
|
|
@@ -778,7 +786,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
778
786
|
boolean value for `backgroundReload` in the options object for
|
|
779
787
|
`findRecord`.
|
|
780
788
|
|
|
781
|
-
```app/routes/post/edit.js
|
|
789
|
+
```js [app/routes/post/edit.js]
|
|
782
790
|
export default class PostEditRoute extends Route {
|
|
783
791
|
model(params) {
|
|
784
792
|
return this.store.findRecord('post', params.post_id, { backgroundReload: false });
|
|
@@ -789,7 +797,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
789
797
|
If you pass an object on the `adapterOptions` property of the options
|
|
790
798
|
argument it will be passed to your adapter via the snapshot
|
|
791
799
|
|
|
792
|
-
```app/routes/post/edit.js
|
|
800
|
+
```js [app/routes/post/edit.js]
|
|
793
801
|
export default class PostEditRoute extends Route {
|
|
794
802
|
model(params) {
|
|
795
803
|
return this.store.findRecord('post', params.post_id, {
|
|
@@ -799,7 +807,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
799
807
|
}
|
|
800
808
|
```
|
|
801
809
|
|
|
802
|
-
```app/adapters/post.js
|
|
810
|
+
```js [app/adapters/post.js]
|
|
803
811
|
import MyCustomAdapter from './custom-adapter';
|
|
804
812
|
|
|
805
813
|
export default class PostAdapter extends MyCustomAdapter {
|
|
@@ -828,7 +836,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
828
836
|
model, when we retrieve a specific post we can have the server also return that post's
|
|
829
837
|
comments in the same request:
|
|
830
838
|
|
|
831
|
-
```app/routes/post.js
|
|
839
|
+
```js [app/routes/post.js]
|
|
832
840
|
export default class PostRoute extends Route {
|
|
833
841
|
model(params) {
|
|
834
842
|
return this.store.findRecord('post', params.post_id, { include: ['comments'] });
|
|
@@ -836,7 +844,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
836
844
|
}
|
|
837
845
|
```
|
|
838
846
|
|
|
839
|
-
```app/adapters/application.js
|
|
847
|
+
```js [app/adapters/application.js]
|
|
840
848
|
export default class Adapter {
|
|
841
849
|
findRecord(store, schema, id, snapshot) {
|
|
842
850
|
let type = schema.modelName;
|
|
@@ -863,7 +871,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
863
871
|
using a dot-separated sequence of relationship names. So to request both the post's
|
|
864
872
|
comments and the authors of those comments the request would look like this:
|
|
865
873
|
|
|
866
|
-
```app/routes/post.js
|
|
874
|
+
```js [app/routes/post.js]
|
|
867
875
|
export default class PostRoute extends Route {
|
|
868
876
|
model(params) {
|
|
869
877
|
return this.store.findRecord('post', params.post_id, { include: ['comments','comments.author'] });
|
|
@@ -878,7 +886,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
878
886
|
|
|
879
887
|
1. Implement `buildQuery` in your adapter.
|
|
880
888
|
|
|
881
|
-
```app/adapters/application.js
|
|
889
|
+
```js [app/adapters/application.js]
|
|
882
890
|
buildQuery(snapshot) {
|
|
883
891
|
let query = super.buildQuery(...arguments);
|
|
884
892
|
|
|
@@ -896,7 +904,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
896
904
|
|
|
897
905
|
Given a `post` model with attributes body, title, publishDate and meta, you can retrieve a filtered list of attributes.
|
|
898
906
|
|
|
899
|
-
```app/routes/post.js
|
|
907
|
+
```js [app/routes/post.js]
|
|
900
908
|
export default class extends Route {
|
|
901
909
|
model(params) {
|
|
902
910
|
return this.store.findRecord('post', params.post_id, { adapterOptions: { fields: { post: 'body,title' } });
|
|
@@ -907,7 +915,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
907
915
|
Moreover, you can filter attributes on related models as well. If a `post` has a `belongsTo` relationship to a user,
|
|
908
916
|
just include the relationship key and attributes.
|
|
909
917
|
|
|
910
|
-
```app/routes/post.js
|
|
918
|
+
```js [app/routes/post.js]
|
|
911
919
|
export default class extends Route {
|
|
912
920
|
model(params) {
|
|
913
921
|
return this.store.findRecord('post', params.post_id, { adapterOptions: { fields: { post: 'body,title', user: 'name,email' } });
|
|
@@ -916,7 +924,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
916
924
|
```
|
|
917
925
|
|
|
918
926
|
@since 1.13.0
|
|
919
|
-
@method findRecord
|
|
920
927
|
@public
|
|
921
928
|
@param {String|object} type - either a string representing the name of the resource or a ResourceIdentifier object containing both the type (a string) and the id (a string) for the record or an lid (a string) of an existing record
|
|
922
929
|
@param {(String|Integer|Object)} id - optional object with options for the request only if the first param is a ResourceIdentifier, else the string id of the record to be retrieved
|
|
@@ -958,7 +965,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
958
965
|
});
|
|
959
966
|
```
|
|
960
967
|
|
|
961
|
-
@method getReference
|
|
962
968
|
@public
|
|
963
969
|
@param {String|object} resource - modelName (string) or Identifier (object)
|
|
964
970
|
@param {String|Integer} id
|
|
@@ -1008,7 +1014,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1008
1014
|
|
|
1009
1015
|
|
|
1010
1016
|
@since 1.13.0
|
|
1011
|
-
@method peekRecord
|
|
1012
1017
|
@public
|
|
1013
1018
|
@param {String|object} modelName - either a string representing the modelName or a ResourceIdentifier object containing both the type (a string) and the id (a string) for the record or an lid (a string) of an existing record
|
|
1014
1019
|
@param {String|Integer} id - optional only if the first param is a ResourceIdentifier, else the string id of the record to be retrieved.
|
|
@@ -1062,7 +1067,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1062
1067
|
once the server returns.
|
|
1063
1068
|
|
|
1064
1069
|
@since 1.13.0
|
|
1065
|
-
@method query
|
|
1066
1070
|
@public
|
|
1067
1071
|
@param {String} type the name of the resource
|
|
1068
1072
|
@param {Object} query a query to be used by the adapter
|
|
@@ -1106,7 +1110,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1106
1110
|
|
|
1107
1111
|
The request is made through the adapters' `queryRecord`:
|
|
1108
1112
|
|
|
1109
|
-
```app/adapters/user.js
|
|
1113
|
+
```js [app/adapters/user.js]
|
|
1110
1114
|
import Adapter from '@ember-data/adapter';
|
|
1111
1115
|
import $ from 'jquery';
|
|
1112
1116
|
|
|
@@ -1162,7 +1166,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1162
1166
|
```
|
|
1163
1167
|
|
|
1164
1168
|
@since 1.13.0
|
|
1165
|
-
@method queryRecord
|
|
1166
1169
|
@public
|
|
1167
1170
|
@param {String} type
|
|
1168
1171
|
@param {Object} query an opaque query to be used by the adapter
|
|
@@ -1177,7 +1180,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1177
1180
|
this type present in the store, even if the adapter only returns a subset
|
|
1178
1181
|
of them.
|
|
1179
1182
|
|
|
1180
|
-
```app/routes/authors.js
|
|
1183
|
+
```js [app/routes/authors.js]
|
|
1181
1184
|
export default class AuthorsRoute extends Route {
|
|
1182
1185
|
model(params) {
|
|
1183
1186
|
return this.store.findAll('author');
|
|
@@ -1225,7 +1228,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1225
1228
|
which the promise resolves, is updated automatically so it contains all the
|
|
1226
1229
|
records in the store:
|
|
1227
1230
|
|
|
1228
|
-
```app/adapters/application.js
|
|
1231
|
+
```js [app/adapters/application.js]
|
|
1229
1232
|
import Adapter from '@ember-data/adapter';
|
|
1230
1233
|
|
|
1231
1234
|
export default class ApplicationAdapter extends Adapter {
|
|
@@ -1269,7 +1272,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1269
1272
|
boolean value for `backgroundReload` in the options object for
|
|
1270
1273
|
`findAll`.
|
|
1271
1274
|
|
|
1272
|
-
```app/routes/post/edit.js
|
|
1275
|
+
```js [app/routes/post/edit.js]
|
|
1273
1276
|
export default class PostEditRoute extends Route {
|
|
1274
1277
|
model() {
|
|
1275
1278
|
return this.store.findAll('post', { backgroundReload: false });
|
|
@@ -1280,7 +1283,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1280
1283
|
If you pass an object on the `adapterOptions` property of the options
|
|
1281
1284
|
argument it will be passed to you adapter via the `snapshotRecordArray`
|
|
1282
1285
|
|
|
1283
|
-
```app/routes/posts.js
|
|
1286
|
+
```js [app/routes/posts.js]
|
|
1284
1287
|
export default class PostsRoute extends Route {
|
|
1285
1288
|
model(params) {
|
|
1286
1289
|
return this.store.findAll('post', {
|
|
@@ -1290,7 +1293,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1290
1293
|
}
|
|
1291
1294
|
```
|
|
1292
1295
|
|
|
1293
|
-
```app/adapters/post.js
|
|
1296
|
+
```js [app/adapters/post.js]
|
|
1294
1297
|
import MyCustomAdapter from './custom-adapter';
|
|
1295
1298
|
|
|
1296
1299
|
export default class UserAdapter extends MyCustomAdapter {
|
|
@@ -1320,7 +1323,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1320
1323
|
model, when we retrieve all of the post records we can have the server also return
|
|
1321
1324
|
all of the posts' comments in the same request:
|
|
1322
1325
|
|
|
1323
|
-
```app/routes/posts.js
|
|
1326
|
+
```js [app/routes/posts.js]
|
|
1324
1327
|
export default class PostsRoute extends Route {
|
|
1325
1328
|
model() {
|
|
1326
1329
|
return this.store.findAll('post', { include: ['comments'] });
|
|
@@ -1332,7 +1335,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1332
1335
|
using a dot-separated sequence of relationship names. So to request both the posts'
|
|
1333
1336
|
comments and the authors of those comments the request would look like this:
|
|
1334
1337
|
|
|
1335
|
-
```app/routes/posts.js
|
|
1338
|
+
```js [app/routes/posts.js]
|
|
1336
1339
|
export default class PostsRoute extends Route {
|
|
1337
1340
|
model() {
|
|
1338
1341
|
return this.store.findAll('post', { include: ['comments','comments.author'] });
|
|
@@ -1343,7 +1346,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1343
1346
|
See [query](../methods/query?anchor=query) to only get a subset of records from the server.
|
|
1344
1347
|
|
|
1345
1348
|
@since 1.13.0
|
|
1346
|
-
@method findAll
|
|
1347
1349
|
@public
|
|
1348
1350
|
@param {String} type the name of the resource
|
|
1349
1351
|
@param {Object} options
|
|
@@ -1371,7 +1373,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1371
1373
|
```
|
|
1372
1374
|
|
|
1373
1375
|
@since 1.13.0
|
|
1374
|
-
@method peekAll
|
|
1375
1376
|
@public
|
|
1376
1377
|
@param {String} type the name of the resource
|
|
1377
1378
|
@return {RecordArray}
|
|
@@ -1389,7 +1390,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1389
1390
|
store.unloadAll('post');
|
|
1390
1391
|
```
|
|
1391
1392
|
|
|
1392
|
-
@method unloadAll
|
|
1393
1393
|
@param {String} type the name of the resource
|
|
1394
1394
|
@public
|
|
1395
1395
|
*/
|
|
@@ -1459,7 +1459,7 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1459
1459
|
|
|
1460
1460
|
For this model:
|
|
1461
1461
|
|
|
1462
|
-
```app/models/person.js
|
|
1462
|
+
```js [app/models/person.js]
|
|
1463
1463
|
import Model, { attr, hasMany } from '@ember-data/model';
|
|
1464
1464
|
|
|
1465
1465
|
export default class PersonRoute extends Route {
|
|
@@ -1540,7 +1540,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1540
1540
|
This method can be used both to push in brand new
|
|
1541
1541
|
records, as well as to update existing records.
|
|
1542
1542
|
|
|
1543
|
-
@method push
|
|
1544
1543
|
@public
|
|
1545
1544
|
@param {Object} data
|
|
1546
1545
|
@return the record(s) that was created or
|
|
@@ -1555,7 +1554,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1555
1554
|
Push some data in the form of a json-api document into the store,
|
|
1556
1555
|
without creating materialized records.
|
|
1557
1556
|
|
|
1558
|
-
@method _push
|
|
1559
1557
|
@private
|
|
1560
1558
|
@param {Object} jsonApiDoc
|
|
1561
1559
|
@return {StableRecordIdentifier|Array<StableRecordIdentifier>|null} identifiers for the primary records that had data loaded
|
|
@@ -1566,7 +1564,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1566
1564
|
*
|
|
1567
1565
|
* Returns a promise resolving with the same record when the save is complete.
|
|
1568
1566
|
*
|
|
1569
|
-
* @method saveRecord
|
|
1570
1567
|
* @public
|
|
1571
1568
|
* @param {unknown} record
|
|
1572
1569
|
* @param options
|
|
@@ -1580,7 +1577,6 @@ declare module '@ember-data/store/-private/store-service' {
|
|
|
1580
1577
|
* This hook should not be called directly by consuming applications or libraries.
|
|
1581
1578
|
* Use `Store.cache` to access the Cache instance.
|
|
1582
1579
|
*
|
|
1583
|
-
* @method createCache (hook)
|
|
1584
1580
|
* @public
|
|
1585
1581
|
* @param storeWrapper
|
|
1586
1582
|
* @return {Cache}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store-service.d.ts","sourceRoot":"","sources":["../../src/-private/store-service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"store-service.d.ts","sourceRoot":"","sources":["../../src/-private/store-service.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,cAAc,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAYlD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,EAAE,8BAA8B,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAChH,OAAO,KAAK,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAI3F,OAAO,KAAK,EACV,0BAA0B,EAC1B,qBAAqB,EACrB,eAAe,EACf,wBAAwB,EACxB,sBAAsB,EACvB,MAAM,0CAA0C,CAAC;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gCAAgC,CAAC;AAE3D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AACvF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAC9G,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EACL,aAAa,EAKb,QAAQ,EACT,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,eAAe,MAAM,yCAAyC,CAAC;AAG3E,OAAO,mBAAmB,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAkB,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AA0HpF,OAAO,EAAE,QAAQ,EAAE,CAAC;AAGpB,KAAK,cAAc,GACf,oBAAoB,GACpB,QAAQ,GACR,aAAa,GACb,UAAU,GACV,wBAAwB,GACxB,mBAAmB,GACnB,SAAS,GACT,KAAK,GACL,eAAe,GACf,mBAAmB,GACnB,MAAM,GACN,aAAa,GACb,cAAc,GACd,kBAAkB,GAClB,sBAAsB,GACtB,gBAAgB,GAChB,QAAQ,GACR,KAAK,GACL,eAAe,GACf,gBAAgB,GAChB,UAAU,GACV,aAAa,CAAC;AAElB,KAAK,WAAW,GACZ,2BAA2B,GAC3B,0BAA0B,GAC1B,gBAAgB,GAChB,iBAAiB,GACjB,cAAc,GACd,MAAM,GACN,WAAW,GACX,mBAAmB,GACnB,cAAc,GACd,cAAc,GACd,eAAe,GACf,WAAW,GACX,eAAe,GACf,kBAAkB,GAClB,QAAQ,GACR,oBAAoB,GACpB,SAAS,GACT,YAAY,GACZ,WAAW,GACX,SAAS,GACT,SAAS,GACT,UAAU,GACV,WAAW,GACX,OAAO,GACP,aAAa,GACb,UAAU,GACV,SAAS,GACT,iBAAiB,GACjB,QAAQ,GACR,oBAAoB,GACpB,MAAM,GACN,WAAW,GACX,OAAO,GACP,cAAc,CAAC;AAUnB,KAAK,eAAe,CAAC,CAAC,IAAI,CAAC,SAAS,KAAK,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC;AAC7D,KAAK,WAAW,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM,GAAG,eAAe,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CAAE,CAAC;AAGlF,KAAK,YAAY,CAAC,CAAC,IAAI,WAAW,CAAC,IAAI,CAAC,CAAC,EAAE,OAAO,IAAI,GAAG,cAAc,GAAG,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC;AAExG,KAAK,UAAU,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,CAAC;AACzC;;;;;;;;;;;;;;;GAeG;AACH,MAAM,MAAM,sBAAsB,CAAC,CAAC,GAAG,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,CAAC,SAAS,mBAAmB,GACxG,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,GACxB,CAAC,SAAS,UAAU,GAClB,UAAU,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,GACrC,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAgC3C,QAAA,MAAM,SAAS;gBARM,OAAO;CAUd,CAAC;AAkCf,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,YAAY,EAAE,wBAAwB,GAAG,KAAK,CAAC;IAE3D;;;OAGG;IAEH,iBAAiB,CAAC,CAAC,EACjB,UAAU,EAAE,sBAAsB,EAClC,gBAAgB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,GAC3C,oBAAoB,CAAC;IAExB;;OAEG;IACH,cAAc,CAAC,MAAM,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAEnD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAyDG;IACH,mBAAmB,IAAI,aAAa,CAAC;IAErC;;;;;;;;;;;OAWG;IACH,0BAA0B,IAAI,aAAa,CAAC;IAE5C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAoDG;IACH,+BAA+B,CAAC,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAE7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAoDG;IACH,cAAc,CAAC,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;CAC7C;AAED,qBAAa,KAAM,SAAQ,SAAS;IAClC,gBAAgB;IACR,kBAAkB,EAAE,kBAAkB,CAAC;IAE/C;;;;;;;;;;OAUG;IACK,aAAa,EAAE,mBAAmB,CAAC;IAE3C;;;;;;;;;;OAUG;IACH,IAAI,MAAM,IAAI,UAAU,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAKpD;IACD,gBAAgB;IACR,OAAO,EAAE,aAAa,CAAC;IAE/B;;;;;;;;;;OAUG;IACK,eAAe,EAAE,eAAe,CAAC;IACzC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACK,cAAc,EAAE,cAAc,CAAC;IAEvC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;IACK,SAAS,CAAC,EAAE,WAAW,CAAC;IAGhC,gBAAgB;IACR,MAAM,CAAC,EAAE,KAAK,CAAC;IACvB,gBAAgB;IACR,aAAa,EAAE,mBAAmB,CAAC;IAC3C,gBAAgB;IACR,cAAc,EAAE,aAAa,CAAC;IACtC,gBAAgB;IACR,IAAI,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,IAAI,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;KAAE,GAAG,IAAI,CAAC;IACvF,gBAAgB;IACR,UAAU,EAAE,OAAO,CAAC;IAC5B;;;;;;;;;OASG;IACK,iBAAiB,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,gBAAgB;IACR,cAAc,CAAC,EAAE,OAAO,CAAC;IACjC,gBAAgB;IACR,aAAa,EAAE,OAAO,CAAC;IAC/B,gBAAgB;IACR,YAAY,EAAE,OAAO,CAAC;IAE9B,gBAAgB;IAChB,IAAI,YAAY,IAAI,OAAO,CAE1B;IACD,IAAI,YAAY,CAAC,KAAK,EAAE,OAAO,EAE9B;IACD,gBAAgB;IAChB,IAAI,WAAW,IAAI,OAAO,CAEzB;IACD,IAAI,WAAW,CAAC,KAAK,EAAE,OAAO,EAE7B;IAED;;MAEE;gBACU,UAAU,CAAC,EAAE,OAAO;IAmBhC,gBAAgB;IAChB,IAAI,CAAC,EAAE,EAAE,MAAM,IAAI;IAiCnB;;;;;;;;OAQG;IACH,KAAK,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAQ3B,gBAAgB;IAChB,SAAS,CAAC,IAAI,EAAE,UAAU,GAAG,MAAM,GAAG,QAAQ,EAAE,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAOrE;;;;;;;;;OASG;IACH,sBAAsB,IAAI,mBAAmB;IAI7C,gBAAgB;IAChB,cAAc,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC,GAAG;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC,GAAG,IAAI;IAiBlE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmDG;IACH,OAAO,CAAC,EAAE,EAAE,CAAC,GAAG,OAAO,EAAE,aAAa,EAAE,iBAAiB,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,EAAE,CAAC;IAgE7E;;;;;;;;;;;;;;;OAeG;IAEH;;;;;;;;OAQG;IAEH;;;;;;;;;;;;;;;;;;;;;QAqBI;IACJ,QAAQ,CAAC,CAAC,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC;IACtD,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW;IAanC;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2BE;IACF,YAAY,CAAC,CAAC,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAAE,eAAe,EAAE,sBAAsB,CAAC,CAAC,CAAC,GAAG,CAAC;IACzF,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,eAAe,EAAE,sBAAsB,GAAG,oBAAoB;IA8DzF;;;;;;;;;;;;;;;MAeE;IACF,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG,IAAI;IAiBhC;;;;;;;;;;;;;MAaE;IACF,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG,IAAI;IAUhC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA+VE;IACF,UAAU,CAAC,CAAC,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,EAAE,OAAO,CAAC,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC;IACzG,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,EAAE,OAAO,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,OAAO,CAAC;IAC5F,UAAU,CAAC,CAAC,EAAE,QAAQ,EAAE,wBAAwB,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC;IAClH,UAAU,CAAC,QAAQ,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,OAAO,CAAC;IAuD7F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCE;IAEF,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,wBAAwB,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,eAAe;IAwB/F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA8CE;IACF,UAAU,CAAC,CAAC,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,GAAG,IAAI;IACvE,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI;IAC7D,UAAU,CAAC,CAAC,EAAE,UAAU,EAAE,wBAAwB,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,IAAI;IAClF,UAAU,CAAC,UAAU,EAAE,wBAAwB,GAAG,OAAO,GAAG,IAAI;IA+BhE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiDE;IACF,KAAK,CAAC,CAAC,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,mBAAmB,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;IAClH,KAAK,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,UAAU,CAAC;IAyB5F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAgGE;IACF,WAAW,CAAC,CAAC,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,mBAAmB,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC;IACnH,WAAW,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IA6BtG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAgLE;IACF,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IAC/F,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC,eAAe,CAAC;IAuBzE;;;;;;;;;;;;;;;;;;;;;;;MAuBE;IACF,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,eAAe,CAAC,CAAC,CAAC;IACzD,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,eAAe;IActC;;;;;;;;;;;;;MAaE;IACF,SAAS,CAAC,CAAC,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,IAAI;IAC7C,SAAS,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI;IAyB9B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqJE;IACF,IAAI,CAAC,IAAI,EAAE,qBAAqB,GAAG,IAAI;IACvC,IAAI,CAAC,CAAC,EAAE,IAAI,EAAE,sBAAsB,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC;IAC7D,IAAI,CAAC,IAAI,EAAE,sBAAsB,GAAG,oBAAoB;IACxD,IAAI,CAAC,CAAC,EAAE,IAAI,EAAE,0BAA0B,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE;IACnE,IAAI,CAAC,IAAI,EAAE,0BAA0B,GAAG,oBAAoB,EAAE;IAkB9D;;;;;;;MAOE;IACF,KAAK,CACH,UAAU,EAAE,eAAe,EAC3B,UAAU,CAAC,EAAE,OAAO,GACnB,8BAA8B,GAAG,8BAA8B,EAAE,GAAG,IAAI;IAkB3E;;;;;;;;;OASG;IACH,UAAU,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,GAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAM,GAAG,OAAO,CAAC,CAAC,CAAC;IA6C3E;;;;;;;;;;OAUG;IAEH;;;;;;;OAOG;IACH,IAAI,KAAK,IAAI,UAAU,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAU3C;IAED,OAAO,IAAI,IAAI;IAkBf,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAG7C"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
declare module '@ember-data/store/-private/utils/coerce-id' {
|
|
2
|
-
/**
|
|
3
|
-
@module @ember-data/store
|
|
4
|
-
*/
|
|
5
2
|
type Coercable = string | number | boolean | null | undefined | symbol;
|
|
6
3
|
export function coerceId(id: unknown): string | null;
|
|
7
4
|
export function ensureStringId(id: Coercable): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coerce-id.d.ts","sourceRoot":"","sources":["../../../src/-private/utils/coerce-id.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"coerce-id.d.ts","sourceRoot":"","sources":["../../../src/-private/utils/coerce-id.ts"],"names":[],"mappings":"AAWA,KAAK,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,CAAC;AAEvE,wBAAgB,QAAQ,CAAC,EAAE,EAAE,OAAO,GAAG,MAAM,GAAG,IAAI,CAkCnD;AAED,wBAAgB,cAAc,CAAC,EAAE,EAAE,SAAS,GAAG,MAAM,CAWpD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uuid-polyfill.d.ts","sourceRoot":"","sources":["../../../src/-private/utils/uuid-polyfill.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"uuid-polyfill.d.ts","sourceRoot":"","sources":["../../../src/-private/utils/uuid-polyfill.ts"],"names":[],"mappings":"AAMA,MAAM,CAAC,OAAO,UAAU,eAAe,SAiEtC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
declare module '@ember-data/store/-private' {
|
|
2
|
-
/**
|
|
3
|
-
@module @ember-data/store
|
|
4
|
-
*/
|
|
5
2
|
export { Store, storeFor } from '@ember-data/store/-private/store-service';
|
|
6
3
|
export { recordIdentifierFor } from '@ember-data/store/-private/caches/instance-cache';
|
|
7
4
|
export { CacheHandler, type StoreRequestContext } from '@ember-data/store/-private/cache-handler/handler';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"-private.d.ts","sourceRoot":"","sources":["../src/-private.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"-private.d.ts","sourceRoot":"","sources":["../src/-private.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAEvE,OAAO,EAAE,YAAY,EAAE,KAAK,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAC1F,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAElE,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAE9F,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAExE,YAAY,EAAE,gBAAgB,IAAI,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AACxE,YAAY,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAEtE,YAAY,EACV,eAAe,EACf,OAAO,EACP,kBAAkB,EAClB,wBAAwB,EACxB,mBAAmB,GACpB,MAAM,kCAAkC,CAAC;AAE1C,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAIvE,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACtE,YAAY,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAClF,OAAO,EACL,eAAe,IAAI,SAAS,EAC5B,UAAU,IAAI,qBAAqB,EACnC,MAAM,EACN,MAAM,GACP,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAC;AAGxF,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAG/E,OAAO,EAAE,mBAAmB,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,kBAAkB,IAAI,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AACpG,YAAY,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAExE,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,KAAK,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAC3F,OAAO,EACL,eAAe,EACf,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,IAAI,YAAY,GAC9C,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAE,UAAU,EAAE,KAAK,WAAW,EAAE,MAAM,8CAA8C,CAAC;AAC5F,OAAO,EACL,QAAQ,EACR,IAAI,EACJ,cAAc,EACd,YAAY,EACZ,yBAAyB,GAC1B,MAAM,2CAA2C,CAAC;AACnD,OAAO,EACL,YAAY,EACZ,aAAa,EACb,OAAO,EACP,KAAK,eAAe,EACpB,kBAAkB,EAClB,eAAe,EACf,oBAAoB,EACpB,qBAAqB,EACrB,yBAAyB,GAC1B,MAAM,6CAA6C,CAAC"}
|
|
@@ -3,9 +3,6 @@ declare module '@ember-data/store/-types/q/cache-capabilities-manager' {
|
|
|
3
3
|
import type { IdentifierCache } from '@ember-data/store/-private/caches/identifier-cache';
|
|
4
4
|
import type { NotificationType } from '@ember-data/store/-private/managers/notification-manager';
|
|
5
5
|
import type { SchemaService } from '@ember-data/store/-types/q/schema-service';
|
|
6
|
-
/**
|
|
7
|
-
@module @ember-data/store
|
|
8
|
-
*/
|
|
9
6
|
/**
|
|
10
7
|
* CacheCapabilitiesManager provides encapsulated API access to the minimal
|
|
11
8
|
* subset of the Store's functionality that Cache implementations
|
|
@@ -40,7 +37,6 @@ declare module '@ember-data/store/-types/q/cache-capabilities-manager' {
|
|
|
40
37
|
* The SchemaService can be used to query for
|
|
41
38
|
* information about the schema of a resource.
|
|
42
39
|
*
|
|
43
|
-
* @method getSchemaDefinitionService
|
|
44
40
|
* @deprecated
|
|
45
41
|
* @public
|
|
46
42
|
*/
|
|
@@ -60,7 +56,6 @@ declare module '@ember-data/store/-types/q/cache-capabilities-manager' {
|
|
|
60
56
|
* Update the `id` for the record corresponding to the identifier
|
|
61
57
|
* This operation can only be done for records whose `id` is `null`.
|
|
62
58
|
*
|
|
63
|
-
* @method setRecordId
|
|
64
59
|
* @param {StableRecordIdentifier} identifier;
|
|
65
60
|
* @param {String} id;
|
|
66
61
|
* @public
|
|
@@ -72,7 +67,6 @@ declare module '@ember-data/store/-types/q/cache-capabilities-manager' {
|
|
|
72
67
|
* data exist for the identified resource, no known relationships still
|
|
73
68
|
* point to it either.
|
|
74
69
|
*
|
|
75
|
-
* @method disconnectRecord
|
|
76
70
|
* @param {StableRecordIdentifier} identifier
|
|
77
71
|
* @public
|
|
78
72
|
*/
|
|
@@ -81,7 +75,6 @@ declare module '@ember-data/store/-types/q/cache-capabilities-manager' {
|
|
|
81
75
|
* Use this method to determine if the Store has an instantiated record associated
|
|
82
76
|
* with an identifier.
|
|
83
77
|
*
|
|
84
|
-
* @method hasRecord
|
|
85
78
|
* @param identifier
|
|
86
79
|
* @return {Boolean}
|
|
87
80
|
* @public
|
|
@@ -95,7 +88,6 @@ declare module '@ember-data/store/-types/q/cache-capabilities-manager' {
|
|
|
95
88
|
*
|
|
96
89
|
* No other namespaces currently expect the `key` argument.
|
|
97
90
|
*
|
|
98
|
-
* @method notifyChange
|
|
99
91
|
* @param {StableRecordIdentifier} identifier
|
|
100
92
|
* @param {'attributes' | 'relationships' | 'identity' | 'errors' | 'meta' | 'state'} namespace
|
|
101
93
|
* @param {string|undefined} key
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cache-capabilities-manager.d.ts","sourceRoot":"","sources":["../../../src/-types/q/cache-capabilities-manager.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAE1G,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AACrF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD
|
|
1
|
+
{"version":3,"file":"cache-capabilities-manager.d.ts","sourceRoot":"","sources":["../../../src/-types/q/cache-capabilities-manager.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAE1G,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AACrF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;;;;;;;;OAUG;IACH,eAAe,EAAE,eAAe,CAAC;IAEjC;;;;;;;;;;;OAWG;IACH,0BAA0B,IAAI,aAAa,CAAC;IAE5C;;;;;;;;;OASG;IACH,MAAM,EAAE,aAAa,CAAC;IAEtB;;;;;;;OAOG;IACH,WAAW,CAAC,UAAU,EAAE,sBAAsB,EAAE,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAElE;;;;;;;;OAQG;IACH,gBAAgB,CAAC,UAAU,EAAE,sBAAsB,GAAG,IAAI,CAAC;IAE3D;;;;;;;OAOG;IACH,SAAS,CAAC,UAAU,EAAE,sBAAsB,GAAG,OAAO,CAAC;IAEvD;;;;;;;;;;;;OAYG;IACH,YAAY,CAAC,UAAU,EAAE,sBAAsB,EAAE,SAAS,EAAE,OAAO,GAAG,SAAS,EAAE,GAAG,EAAE,IAAI,GAAG,IAAI,CAAC;IAClG,YAAY,CAAC,UAAU,EAAE,wBAAwB,EAAE,SAAS,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,EAAE,GAAG,EAAE,IAAI,GAAG,IAAI,CAAC;IAChH,YAAY,CAAC,UAAU,EAAE,sBAAsB,EAAE,SAAS,EAAE,gBAAgB,EAAE,GAAG,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC;IACxG,YAAY,CACV,UAAU,EAAE,sBAAsB,GAAG,wBAAwB,EAC7D,SAAS,EAAE,gBAAgB,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,EAC7D,GAAG,EAAE,MAAM,GAAG,IAAI,GACjB,IAAI,CAAC;CACT,CAAC"}
|
|
@@ -10,7 +10,6 @@ declare module '@ember-data/store/-types/q/ds-model' {
|
|
|
10
10
|
* for @ember-data/model or when wrapping schema for legacy
|
|
11
11
|
* Adapters/Serializers.
|
|
12
12
|
*
|
|
13
|
-
* @typedoc
|
|
14
13
|
*/
|
|
15
14
|
export interface ModelSchema<T = unknown> {
|
|
16
15
|
modelName: T extends TypedRecordInstance ? TypeFromInstance<T> : string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ds-model.d.ts","sourceRoot":"","sources":["../../../src/-types/q/ds-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAC3F,OAAO,KAAK,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAE1G,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM,SAAS,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC,GAAG,MAAM,CAAC;AAExF
|
|
1
|
+
{"version":3,"file":"ds-model.d.ts","sourceRoot":"","sources":["../../../src/-types/q/ds-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAC3F,OAAO,KAAK,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAE1G,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM,SAAS,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC,GAAG,MAAM,CAAC;AAExF;;;;;;;;GAQG;AACH,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,OAAO;IACtC,SAAS,EAAE,CAAC,SAAS,mBAAmB,GAAG,gBAAgB,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC;IACxE,MAAM,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,GAAG,WAAW,GAAG,SAAS,CAAC,CAAC;IACnE,UAAU,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,oBAAoB,CAAC,CAAC;IACtD,mBAAmB,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,uBAAuB,CAAC,CAAC;IAClE,aAAa,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,CAAC,EACpC,QAAQ,EAAE,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,SAAS,EAAE,oBAAoB,KAAK,IAAI,EACjF,OAAO,CAAC,EAAE,CAAC,GACV,IAAI,CAAC;IACR,gBAAgB,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,CAAC,EACvC,QAAQ,EAAE,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,EAAE,uBAAuB,KAAK,IAAI,EACvF,OAAO,CAAC,EAAE,CAAC,GACV,IAAI,CAAC;IACR,wBAAwB,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,CAAC,EAC/C,QAAQ,EAAE,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,EACrE,OAAO,CAAC,EAAE,CAAC,GACV,IAAI,CAAC;CACT"}
|