@warp-drive/legacy 5.9.0-alpha.21 → 5.9.0-alpha.22
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-DQ6Iap2t.js +193 -0
- package/dist/-private-DQ6Iap2t.js.map +1 -0
- package/dist/-private-DccRZQsm.js +904 -0
- package/dist/-private-DccRZQsm.js.map +1 -0
- package/dist/adapter/-private.d.ts +33 -0
- package/dist/adapter/-private.d.ts.map +1 -0
- package/dist/adapter/-private.js +3 -1
- package/dist/adapter/error.d.ts +2 -0
- package/dist/adapter/error.js +422 -453
- package/dist/adapter/error.js.map +1 -0
- package/{declarations → dist}/adapter/json-api.d.ts +30 -29
- package/dist/adapter/json-api.d.ts.map +1 -0
- package/dist/adapter/json-api.js +265 -143
- package/dist/adapter/json-api.js.map +1 -0
- package/dist/adapter/rest.d.ts +2 -0
- package/dist/adapter/rest.js +937 -1136
- package/dist/adapter/rest.js.map +1 -0
- package/dist/adapter-CARrK3-8.d.ts +784 -0
- package/dist/adapter-CARrK3-8.d.ts.map +1 -0
- package/dist/adapter-XgLAkYVs.js +1130 -0
- package/dist/adapter-XgLAkYVs.js.map +1 -0
- package/dist/adapter.d.ts +2 -0
- package/dist/adapter.js +1 -1248
- package/dist/compat/-private.d.ts +2 -0
- package/dist/compat/-private.js +3 -1
- package/dist/compat/builders.d.ts +169 -0
- package/dist/compat/builders.d.ts.map +1 -0
- package/dist/compat/builders.js +205 -245
- package/dist/compat/builders.js.map +1 -0
- package/dist/compat/extensions.d.ts +2 -0
- package/dist/compat/extensions.js +265 -304
- package/dist/compat/extensions.js.map +1 -0
- package/dist/compat/utils.d.ts +151 -0
- package/dist/compat/utils.d.ts.map +1 -0
- package/dist/compat/utils.js +187 -206
- package/dist/compat/utils.js.map +1 -0
- package/dist/compat-BbNNmTM-.d.ts +1386 -0
- package/dist/compat-BbNNmTM-.d.ts.map +1 -0
- package/dist/compat-g__Pfy2S.js +734 -0
- package/dist/compat-g__Pfy2S.js.map +1 -0
- package/dist/compat.d.ts +2 -0
- package/dist/compat.js +1 -1036
- package/dist/error-CzkyXr1Q.d.ts +435 -0
- package/dist/error-CzkyXr1Q.d.ts.map +1 -0
- package/dist/errors-LQhmDVdd.js +2134 -0
- package/dist/errors-LQhmDVdd.js.map +1 -0
- package/dist/extensions-DumNm4dA.d.ts +102 -0
- package/dist/extensions-DumNm4dA.d.ts.map +1 -0
- package/dist/index.d.ts +243 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +267 -339
- package/dist/index.js.map +1 -0
- package/dist/json-BXNPTlcH.js +1106 -0
- package/dist/json-BXNPTlcH.js.map +1 -0
- package/dist/model/-private.d.ts +3 -0
- package/dist/model/-private.js +3 -1
- package/dist/model/migration-support.d.ts +335 -0
- package/dist/model/migration-support.d.ts.map +1 -0
- package/dist/model/migration-support.js +504 -575
- package/dist/model/migration-support.js.map +1 -0
- package/dist/model-62hn5_PD.d.ts +3107 -0
- package/dist/model-62hn5_PD.d.ts.map +1 -0
- package/dist/model-BtIEHqYZ.js +683 -0
- package/dist/model-BtIEHqYZ.js.map +1 -0
- package/dist/model-fragments-Dpn9285r.js +334 -0
- package/dist/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/model-fragments.d.ts +294 -0
- package/dist/model-fragments.d.ts.map +1 -0
- package/dist/model-fragments.js +2 -94
- package/dist/model.d.ts +404 -0
- package/dist/model.d.ts.map +1 -0
- package/dist/model.js +3 -670
- package/{declarations/adapter/rest.d.ts → dist/rest-0NhtexIq.d.ts} +183 -173
- package/dist/rest-0NhtexIq.d.ts.map +1 -0
- package/dist/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/schema-provider-DsKuB5Wb.js +1929 -0
- package/dist/schema-provider-DsKuB5Wb.js.map +1 -0
- package/{declarations → dist}/serializer/json-api.d.ts +3 -0
- package/dist/serializer/json-api.d.ts.map +1 -0
- package/dist/serializer/json-api.js +527 -519
- package/dist/serializer/json-api.js.map +1 -0
- package/{declarations → dist}/serializer/json.d.ts +3 -0
- package/dist/serializer/json.d.ts.map +1 -0
- package/dist/serializer/json.js +3 -6
- package/{declarations/serializer/-private/embedded-records-mixin.d.ts → dist/serializer/rest.d.ts} +56 -1
- package/dist/serializer/rest.d.ts.map +1 -0
- package/dist/serializer/rest.js +958 -1199
- package/dist/serializer/rest.js.map +1 -0
- package/dist/serializer/transform.d.ts +313 -0
- package/dist/serializer/transform.d.ts.map +1 -0
- package/dist/serializer/transform.js +283 -308
- package/dist/serializer/transform.js.map +1 -0
- package/dist/serializer.d.ts +151 -0
- package/dist/serializer.d.ts.map +1 -0
- package/dist/serializer.js +205 -205
- package/dist/serializer.js.map +1 -0
- package/dist/store-C4qYzXei.js +473 -0
- package/dist/store-C4qYzXei.js.map +1 -0
- package/dist/store.d.ts +13 -0
- package/dist/store.d.ts.map +1 -0
- package/dist/store.js +1 -641
- package/dist/unpkg/dev/-private-CrEyBE-B.js +189 -0
- package/dist/unpkg/dev/-private-CrEyBE-B.js.map +1 -0
- package/dist/unpkg/dev/-private-vOhxVExH.js +896 -0
- package/dist/unpkg/dev/-private-vOhxVExH.js.map +1 -0
- package/dist/unpkg/dev/adapter/-private.js +3 -1
- package/dist/unpkg/dev/adapter/error.js +421 -452
- package/dist/unpkg/dev/adapter/error.js.map +1 -0
- package/dist/unpkg/dev/adapter/json-api.js +239 -257
- package/dist/unpkg/dev/adapter/json-api.js.map +1 -0
- package/dist/unpkg/dev/adapter/rest.js +935 -1134
- package/dist/unpkg/dev/adapter/rest.js.map +1 -0
- package/dist/unpkg/dev/adapter-Cw0uSl8d.js +1129 -0
- package/dist/unpkg/dev/adapter-Cw0uSl8d.js.map +1 -0
- package/dist/unpkg/dev/adapter.js +1 -1247
- package/dist/unpkg/dev/compat/-private.js +3 -1
- package/dist/unpkg/dev/compat/builders.js +204 -247
- package/dist/unpkg/dev/compat/builders.js.map +1 -0
- package/dist/unpkg/dev/compat/extensions.js +264 -303
- package/dist/unpkg/dev/compat/extensions.js.map +1 -0
- package/dist/unpkg/dev/compat/utils.js +186 -205
- package/dist/unpkg/dev/compat/utils.js.map +1 -0
- package/dist/unpkg/dev/compat-CeyxXB7K.js +825 -0
- package/dist/unpkg/dev/compat-CeyxXB7K.js.map +1 -0
- package/dist/unpkg/dev/compat.js +1 -1178
- package/dist/unpkg/dev/errors-1javxsPo.js +2127 -0
- package/dist/unpkg/dev/errors-1javxsPo.js.map +1 -0
- package/dist/unpkg/dev/index.js +266 -344
- package/dist/unpkg/dev/index.js.map +1 -0
- package/dist/unpkg/dev/json-DDJji3V3.js +1104 -0
- package/dist/unpkg/dev/json-DDJji3V3.js.map +1 -0
- package/dist/unpkg/dev/model/-private.js +3 -1
- package/dist/unpkg/dev/model/migration-support.js +481 -549
- package/dist/unpkg/dev/model/migration-support.js.map +1 -0
- package/dist/unpkg/dev/model-C9Xb1R1x.js +655 -0
- package/dist/unpkg/dev/model-C9Xb1R1x.js.map +1 -0
- package/dist/unpkg/dev/model-fragments-Dpn9285r.js +334 -0
- package/dist/unpkg/dev/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/unpkg/dev/model-fragments.js +2 -94
- package/dist/unpkg/dev/model.js +3 -681
- package/dist/unpkg/dev/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/unpkg/dev/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/unpkg/dev/schema-provider-Dy6c1J5f.js +1834 -0
- package/dist/unpkg/dev/schema-provider-Dy6c1J5f.js.map +1 -0
- package/dist/unpkg/dev/serializer/json-api.js +514 -634
- package/dist/unpkg/dev/serializer/json-api.js.map +1 -0
- package/dist/unpkg/dev/serializer/json.js +3 -4
- package/dist/unpkg/dev/serializer/rest.js +954 -1196
- package/dist/unpkg/dev/serializer/rest.js.map +1 -0
- package/dist/unpkg/dev/serializer/transform.js +283 -308
- package/dist/unpkg/dev/serializer/transform.js.map +1 -0
- package/dist/unpkg/dev/serializer.js +205 -205
- package/dist/unpkg/dev/serializer.js.map +1 -0
- package/dist/unpkg/dev/store-D_V8-HQl.js +472 -0
- package/dist/unpkg/dev/store-D_V8-HQl.js.map +1 -0
- package/dist/unpkg/dev/store.js +1 -649
- package/dist/unpkg/dev/util-dSKEgQDp.js +12 -0
- package/dist/unpkg/dev/util-dSKEgQDp.js.map +1 -0
- package/dist/unpkg/dev/utils-DYC9utVJ.js +11 -0
- package/dist/unpkg/dev/utils-DYC9utVJ.js.map +1 -0
- package/dist/unpkg/dev-deprecated/-private-CrEyBE-B.js +189 -0
- package/dist/unpkg/dev-deprecated/-private-CrEyBE-B.js.map +1 -0
- package/dist/unpkg/dev-deprecated/-private-vOhxVExH.js +896 -0
- package/dist/unpkg/dev-deprecated/-private-vOhxVExH.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter/-private.js +3 -1
- package/dist/unpkg/dev-deprecated/adapter/error.js +421 -452
- package/dist/unpkg/dev-deprecated/adapter/error.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter/json-api.js +239 -257
- package/dist/unpkg/dev-deprecated/adapter/json-api.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter/rest.js +935 -1134
- package/dist/unpkg/dev-deprecated/adapter/rest.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter-Cw0uSl8d.js +1129 -0
- package/dist/unpkg/dev-deprecated/adapter-Cw0uSl8d.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter.js +1 -1247
- package/dist/unpkg/dev-deprecated/compat/-private.js +3 -1
- package/dist/unpkg/dev-deprecated/compat/builders.js +204 -247
- package/dist/unpkg/dev-deprecated/compat/builders.js.map +1 -0
- package/dist/unpkg/dev-deprecated/compat/extensions.js +264 -303
- package/dist/unpkg/dev-deprecated/compat/extensions.js.map +1 -0
- package/dist/unpkg/dev-deprecated/compat/utils.js +186 -205
- package/dist/unpkg/dev-deprecated/compat/utils.js.map +1 -0
- package/dist/unpkg/dev-deprecated/compat-DmAgB2NS.js +825 -0
- package/dist/unpkg/dev-deprecated/compat-DmAgB2NS.js.map +1 -0
- package/dist/unpkg/dev-deprecated/compat.js +1 -1178
- package/dist/unpkg/dev-deprecated/errors-C4_aOhY5.js +2128 -0
- package/dist/unpkg/dev-deprecated/errors-C4_aOhY5.js.map +1 -0
- package/dist/unpkg/dev-deprecated/index.js +266 -343
- package/dist/unpkg/dev-deprecated/index.js.map +1 -0
- package/dist/unpkg/dev-deprecated/json-DDJji3V3.js +1104 -0
- package/dist/unpkg/dev-deprecated/json-DDJji3V3.js.map +1 -0
- package/dist/unpkg/dev-deprecated/model/-private.js +3 -1
- package/dist/unpkg/dev-deprecated/model/migration-support.js +492 -566
- package/dist/unpkg/dev-deprecated/model/migration-support.js.map +1 -0
- package/dist/unpkg/dev-deprecated/model-CvSMYkgs.js +660 -0
- package/dist/unpkg/dev-deprecated/model-CvSMYkgs.js.map +1 -0
- package/dist/unpkg/dev-deprecated/model-fragments-Dpn9285r.js +334 -0
- package/dist/unpkg/dev-deprecated/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/unpkg/dev-deprecated/model-fragments.js +2 -94
- package/dist/unpkg/dev-deprecated/model.js +3 -685
- package/dist/unpkg/dev-deprecated/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/unpkg/dev-deprecated/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/unpkg/dev-deprecated/schema-provider-Cqttza94.js +1835 -0
- package/dist/unpkg/dev-deprecated/schema-provider-Cqttza94.js.map +1 -0
- package/dist/unpkg/dev-deprecated/serializer/json-api.js +514 -634
- package/dist/unpkg/dev-deprecated/serializer/json-api.js.map +1 -0
- package/dist/unpkg/dev-deprecated/serializer/json.js +3 -4
- package/dist/unpkg/dev-deprecated/serializer/rest.js +954 -1196
- package/dist/unpkg/dev-deprecated/serializer/rest.js.map +1 -0
- package/dist/unpkg/dev-deprecated/serializer/transform.js +283 -308
- package/dist/unpkg/dev-deprecated/serializer/transform.js.map +1 -0
- package/dist/unpkg/dev-deprecated/serializer.js +205 -205
- package/dist/unpkg/dev-deprecated/serializer.js.map +1 -0
- package/dist/unpkg/dev-deprecated/store-BX7GvXC_.js +472 -0
- package/dist/unpkg/dev-deprecated/store-BX7GvXC_.js.map +1 -0
- package/dist/unpkg/dev-deprecated/store.js +1 -649
- package/dist/unpkg/dev-deprecated/util-9mgEBJ3W.js +18 -0
- package/dist/unpkg/dev-deprecated/util-9mgEBJ3W.js.map +1 -0
- package/dist/unpkg/dev-deprecated/utils-Cl86-e7F.js +17 -0
- package/dist/unpkg/dev-deprecated/utils-Cl86-e7F.js.map +1 -0
- package/dist/unpkg/prod/-private-B4bxoTuK.js +160 -0
- package/dist/unpkg/prod/-private-B4bxoTuK.js.map +1 -0
- package/dist/unpkg/prod/-private-SfXkkHKd.js +745 -0
- package/dist/unpkg/prod/-private-SfXkkHKd.js.map +1 -0
- package/dist/unpkg/prod/adapter/-private.js +3 -1
- package/dist/unpkg/prod/adapter/error.js +418 -447
- package/dist/unpkg/prod/adapter/error.js.map +1 -0
- package/dist/unpkg/prod/adapter/json-api.js +236 -252
- package/dist/unpkg/prod/adapter/json-api.js.map +1 -0
- package/dist/unpkg/prod/adapter/rest.js +911 -1097
- package/dist/unpkg/prod/adapter/rest.js.map +1 -0
- package/dist/unpkg/prod/adapter-Wnk7jizX.js +1111 -0
- package/dist/unpkg/prod/adapter-Wnk7jizX.js.map +1 -0
- package/dist/unpkg/prod/adapter.js +1 -1214
- package/dist/unpkg/prod/compat/-private.js +3 -1
- package/dist/unpkg/prod/compat/builders.js +165 -182
- package/dist/unpkg/prod/compat/builders.js.map +1 -0
- package/dist/unpkg/prod/compat/extensions.js +252 -283
- package/dist/unpkg/prod/compat/extensions.js.map +1 -0
- package/dist/unpkg/prod/compat/utils.js +183 -200
- package/dist/unpkg/prod/compat/utils.js.map +1 -0
- package/dist/unpkg/prod/compat-CJ87MzDn.js +547 -0
- package/dist/unpkg/prod/compat-CJ87MzDn.js.map +1 -0
- package/dist/unpkg/prod/compat.js +1 -742
- package/dist/unpkg/prod/errors-Co7YWHoA.js +1977 -0
- package/dist/unpkg/prod/errors-Co7YWHoA.js.map +1 -0
- package/dist/unpkg/prod/index.js +245 -308
- package/dist/unpkg/prod/index.js.map +1 -0
- package/dist/unpkg/prod/json-BD1kRTfB.js +1080 -0
- package/dist/unpkg/prod/json-BD1kRTfB.js.map +1 -0
- package/dist/unpkg/prod/model/-private.js +3 -1
- package/dist/unpkg/prod/model/migration-support.js +477 -542
- package/dist/unpkg/prod/model/migration-support.js.map +1 -0
- package/dist/unpkg/prod/model-BzoOmtka.js +603 -0
- package/dist/unpkg/prod/model-BzoOmtka.js.map +1 -0
- package/dist/unpkg/prod/model-fragments-Dpn9285r.js +334 -0
- package/dist/unpkg/prod/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/unpkg/prod/model-fragments.js +2 -94
- package/dist/unpkg/prod/model.js +3 -596
- package/dist/unpkg/prod/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/unpkg/prod/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/unpkg/prod/schema-provider-CKZcqWyP.js +1622 -0
- package/dist/unpkg/prod/schema-provider-CKZcqWyP.js.map +1 -0
- package/dist/unpkg/prod/serializer/json-api.js +497 -592
- package/dist/unpkg/prod/serializer/json-api.js.map +1 -0
- package/dist/unpkg/prod/serializer/json.js +3 -4
- package/dist/unpkg/prod/serializer/rest.js +938 -1166
- package/dist/unpkg/prod/serializer/rest.js.map +1 -0
- package/dist/unpkg/prod/serializer/transform.js +283 -308
- package/dist/unpkg/prod/serializer/transform.js.map +1 -0
- package/dist/unpkg/prod/serializer.js +205 -205
- package/dist/unpkg/prod/serializer.js.map +1 -0
- package/dist/unpkg/prod/store-RGGc1ilN.js +392 -0
- package/dist/unpkg/prod/store-RGGc1ilN.js.map +1 -0
- package/dist/unpkg/prod/store.js +1 -517
- package/dist/unpkg/prod/util-dSKEgQDp.js +12 -0
- package/dist/unpkg/prod/util-dSKEgQDp.js.map +1 -0
- package/dist/unpkg/prod/utils-DYC9utVJ.js +11 -0
- package/dist/unpkg/prod/utils-DYC9utVJ.js.map +1 -0
- package/dist/unpkg/prod-deprecated/-private-B4bxoTuK.js +160 -0
- package/dist/unpkg/prod-deprecated/-private-B4bxoTuK.js.map +1 -0
- package/dist/unpkg/prod-deprecated/-private-SfXkkHKd.js +745 -0
- package/dist/unpkg/prod-deprecated/-private-SfXkkHKd.js.map +1 -0
- package/dist/unpkg/prod-deprecated/adapter/-private.js +3 -1
- package/dist/unpkg/prod-deprecated/adapter/error.js +418 -447
- package/dist/unpkg/prod-deprecated/adapter/error.js.map +1 -0
- package/dist/unpkg/prod-deprecated/adapter/json-api.js +236 -252
- package/dist/unpkg/prod-deprecated/adapter/json-api.js.map +1 -0
- package/dist/unpkg/prod-deprecated/adapter/rest.js +911 -1097
- package/dist/unpkg/prod-deprecated/adapter/rest.js.map +1 -0
- package/{declarations/adapter.d.ts → dist/unpkg/prod-deprecated/adapter-Wnk7jizX.js} +445 -110
- package/dist/unpkg/prod-deprecated/adapter-Wnk7jizX.js.map +1 -0
- package/dist/unpkg/prod-deprecated/adapter.js +1 -1214
- package/dist/unpkg/prod-deprecated/compat/-private.js +3 -1
- package/dist/unpkg/prod-deprecated/compat/builders.js +165 -182
- package/dist/unpkg/prod-deprecated/compat/builders.js.map +1 -0
- package/dist/unpkg/prod-deprecated/compat/extensions.js +252 -283
- package/dist/unpkg/prod-deprecated/compat/extensions.js.map +1 -0
- package/dist/unpkg/prod-deprecated/compat/utils.js +183 -200
- package/dist/unpkg/prod-deprecated/compat/utils.js.map +1 -0
- package/dist/unpkg/prod-deprecated/compat-CJ87MzDn.js +547 -0
- package/dist/unpkg/prod-deprecated/compat-CJ87MzDn.js.map +1 -0
- package/dist/unpkg/prod-deprecated/compat.js +1 -742
- package/dist/unpkg/prod-deprecated/errors-C-opde61.js +1978 -0
- package/dist/unpkg/prod-deprecated/errors-C-opde61.js.map +1 -0
- package/dist/unpkg/prod-deprecated/index.js +245 -307
- package/dist/unpkg/prod-deprecated/index.js.map +1 -0
- package/dist/unpkg/prod-deprecated/json-BD1kRTfB.js +1080 -0
- package/dist/unpkg/prod-deprecated/json-BD1kRTfB.js.map +1 -0
- package/dist/unpkg/prod-deprecated/model/-private.js +3 -1
- package/dist/unpkg/prod-deprecated/model/migration-support.js +488 -559
- package/dist/unpkg/prod-deprecated/model/migration-support.js.map +1 -0
- package/dist/unpkg/prod-deprecated/model-C0bTXzGn.js +604 -0
- package/dist/unpkg/prod-deprecated/model-C0bTXzGn.js.map +1 -0
- package/dist/unpkg/prod-deprecated/model-fragments-Dpn9285r.js +334 -0
- package/dist/unpkg/prod-deprecated/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/unpkg/prod-deprecated/model-fragments.js +2 -94
- package/dist/unpkg/prod-deprecated/model.js +3 -599
- package/dist/unpkg/prod-deprecated/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/unpkg/prod-deprecated/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/unpkg/prod-deprecated/schema-provider-lH3qP5tw.js +1635 -0
- package/dist/unpkg/prod-deprecated/schema-provider-lH3qP5tw.js.map +1 -0
- package/dist/unpkg/prod-deprecated/serializer/json-api.js +497 -592
- package/dist/unpkg/prod-deprecated/serializer/json-api.js.map +1 -0
- package/dist/unpkg/prod-deprecated/serializer/json.js +3 -4
- package/dist/unpkg/prod-deprecated/serializer/rest.js +938 -1166
- package/dist/unpkg/prod-deprecated/serializer/rest.js.map +1 -0
- package/dist/unpkg/prod-deprecated/serializer/transform.js +283 -308
- package/dist/unpkg/prod-deprecated/serializer/transform.js.map +1 -0
- package/dist/unpkg/prod-deprecated/serializer.js +205 -205
- package/dist/unpkg/prod-deprecated/serializer.js.map +1 -0
- package/dist/unpkg/prod-deprecated/store-0L2CkYzh.js +392 -0
- package/dist/unpkg/prod-deprecated/store-0L2CkYzh.js.map +1 -0
- package/dist/unpkg/prod-deprecated/store.js +1 -517
- package/dist/unpkg/prod-deprecated/util-CQQdHX3n.js +14 -0
- package/dist/unpkg/prod-deprecated/util-CQQdHX3n.js.map +1 -0
- package/dist/unpkg/prod-deprecated/utils-BMI_JwFP.js +13 -0
- package/dist/unpkg/prod-deprecated/utils-BMI_JwFP.js.map +1 -0
- package/dist/util-Bnx8nm-D.js +29 -0
- package/dist/util-Bnx8nm-D.js.map +1 -0
- package/dist/utils-ZAytYep8.js +28 -0
- package/dist/utils-ZAytYep8.js.map +1 -0
- package/package.json +13 -13
- package/declarations/adapter/-private/build-url-mixin.d.ts +0 -189
- package/declarations/adapter/-private/fastboot-interface.d.ts +0 -8
- package/declarations/adapter/-private/utils/continue-on-reject.d.ts +0 -1
- package/declarations/adapter/-private/utils/determine-body-promise.d.ts +0 -4
- package/declarations/adapter/-private/utils/fetch.d.ts +0 -8
- package/declarations/adapter/-private/utils/parse-response-headers.d.ts +0 -1
- package/declarations/adapter/-private/utils/serialize-into-hash.d.ts +0 -6
- package/declarations/adapter/-private/utils/serialize-query-params.d.ts +0 -5
- package/declarations/adapter/-private.d.ts +0 -5
- package/declarations/adapter/error.d.ts +0 -431
- package/declarations/compat/-private.d.ts +0 -13
- package/declarations/compat/builders/find-all.d.ts +0 -34
- package/declarations/compat/builders/find-record.d.ts +0 -56
- package/declarations/compat/builders/query.d.ts +0 -66
- package/declarations/compat/builders/save-record.d.ts +0 -34
- package/declarations/compat/builders/utils.d.ts +0 -3
- package/declarations/compat/builders.d.ts +0 -14
- package/declarations/compat/extensions.d.ts +0 -99
- package/declarations/compat/legacy-network-handler/fetch-manager.d.ts +0 -55
- package/declarations/compat/legacy-network-handler/identifier-has-id.d.ts +0 -2
- package/declarations/compat/legacy-network-handler/legacy-data-fetch.d.ts +0 -11
- package/declarations/compat/legacy-network-handler/legacy-data-utils.d.ts +0 -5
- package/declarations/compat/legacy-network-handler/legacy-network-handler.d.ts +0 -9
- package/declarations/compat/legacy-network-handler/minimum-adapter-interface.d.ts +0 -528
- package/declarations/compat/legacy-network-handler/minimum-serializer-interface.d.ts +0 -220
- package/declarations/compat/legacy-network-handler/serializer-response.d.ts +0 -6
- package/declarations/compat/legacy-network-handler/snapshot-record-array.d.ts +0 -110
- package/declarations/compat/legacy-network-handler/snapshot.d.ts +0 -255
- package/declarations/compat/utils.d.ts +0 -148
- package/declarations/compat.d.ts +0 -189
- package/declarations/index.d.ts +0 -244
- package/declarations/model/-private/attr.d.ts +0 -191
- package/declarations/model/-private/belongs-to.d.ts +0 -195
- package/declarations/model/-private/debug/assert-polymorphic-type.d.ts +0 -5
- package/declarations/model/-private/errors.d.ts +0 -289
- package/declarations/model/-private/has-many.d.ts +0 -162
- package/declarations/model/-private/hooks.d.ts +0 -36
- package/declarations/model/-private/legacy-relationships-support.d.ts +0 -47
- package/declarations/model/-private/model-for-mixin.d.ts +0 -3
- package/declarations/model/-private/model-methods.d.ts +0 -39
- package/declarations/model/-private/model.d.ts +0 -1279
- package/declarations/model/-private/notify-changes.d.ts +0 -4
- package/declarations/model/-private/promise-belongs-to.d.ts +0 -40
- package/declarations/model/-private/promise-many-array.d.ts +0 -130
- package/declarations/model/-private/record-state.d.ts +0 -58
- package/declarations/model/-private/references/belongs-to.d.ts +0 -488
- package/declarations/model/-private/references/has-many.d.ts +0 -498
- package/declarations/model/-private/schema-provider.d.ts +0 -66
- package/declarations/model/-private/type-utils.d.ts +0 -57
- package/declarations/model/-private/util.d.ts +0 -5
- package/declarations/model/-private.d.ts +0 -8
- package/declarations/model/migration-support.d.ts +0 -306
- package/declarations/model-fragments/extensions/fragment-array.d.ts +0 -54
- package/declarations/model-fragments/extensions/fragment.d.ts +0 -50
- package/declarations/model-fragments/hooks/model-for.d.ts +0 -27
- package/declarations/model-fragments/index.d.ts +0 -13
- package/declarations/model-fragments/instance-initializers/fragment-extensions.d.ts +0 -15
- package/declarations/model-fragments/utilities/with-array-defaults.d.ts +0 -56
- package/declarations/model-fragments/utilities/with-fragment-array-defaults.d.ts +0 -38
- package/declarations/model-fragments/utilities/with-fragment-defaults.d.ts +0 -34
- package/declarations/model-fragments/utilities/with-legacy.d.ts +0 -11
- package/declarations/model-fragments.d.ts +0 -9
- package/declarations/model.d.ts +0 -49
- package/declarations/serializer/-private/transforms/boolean.d.ts +0 -60
- package/declarations/serializer/-private/transforms/date.d.ts +0 -42
- package/declarations/serializer/-private/transforms/number.d.ts +0 -42
- package/declarations/serializer/-private/transforms/string.d.ts +0 -42
- package/declarations/serializer/-private/transforms/transform.d.ts +0 -118
- package/declarations/serializer/-private/utils.d.ts +0 -27
- package/declarations/serializer/rest.d.ts +0 -51
- package/declarations/serializer/transform.d.ts +0 -5
- package/declarations/serializer.d.ts +0 -252
- package/declarations/store/-private.d.ts +0 -223
- package/declarations/store.d.ts +0 -10
- package/dist/-private-BG3bMiKp.js +0 -1211
- package/dist/errors-DZKA206g.js +0 -2589
- package/dist/hooks-BvOqJBei.js +0 -105
- package/dist/json-DU8m1pGf.js +0 -1336
- package/dist/model-for-CXkJw59V.js +0 -297
- package/dist/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/schema-provider-DtPOp0d7.js +0 -2382
- package/dist/serialize-into-hash-DPZYoF-i.js +0 -261
- package/dist/unpkg/dev/-private-DtjBbEgy.js +0 -1206
- package/dist/unpkg/dev/errors-DngRU-If.js +0 -2585
- package/dist/unpkg/dev/hooks-UuiLxWxS.js +0 -104
- package/dist/unpkg/dev/json-K2Y9z6MN.js +0 -1333
- package/dist/unpkg/dev/model-for-CXkJw59V.js +0 -297
- package/dist/unpkg/dev/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/unpkg/dev/schema-provider-0D7f-QOn.js +0 -2272
- package/dist/unpkg/dev/serialize-into-hash-B2xDbuo5.js +0 -259
- package/dist/unpkg/dev/util-DvanW33H.js +0 -20
- package/dist/unpkg/dev/utils-BhvS1iTS.js +0 -8
- package/dist/unpkg/dev-deprecated/-private-DtjBbEgy.js +0 -1206
- package/dist/unpkg/dev-deprecated/errors-Bzidntpi.js +0 -2588
- package/dist/unpkg/dev-deprecated/hooks-DVXhMW14.js +0 -104
- package/dist/unpkg/dev-deprecated/json-K2Y9z6MN.js +0 -1333
- package/dist/unpkg/dev-deprecated/model-for-CXkJw59V.js +0 -297
- package/dist/unpkg/dev-deprecated/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/unpkg/dev-deprecated/schema-provider-ZwO5_fZw.js +0 -2292
- package/dist/unpkg/dev-deprecated/serialize-into-hash-B2xDbuo5.js +0 -259
- package/dist/unpkg/dev-deprecated/util-CWr5WQOT.js +0 -24
- package/dist/unpkg/dev-deprecated/utils-C9PJehtL.js +0 -12
- package/dist/unpkg/prod/-private-BdyZaGEh.js +0 -971
- package/dist/unpkg/prod/errors-B-PWeYlW.js +0 -2337
- package/dist/unpkg/prod/hooks-Bx-zBziU.js +0 -72
- package/dist/unpkg/prod/json-Qewu-UN9.js +0 -1300
- package/dist/unpkg/prod/model-for-CXkJw59V.js +0 -297
- package/dist/unpkg/prod/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/unpkg/prod/schema-provider-BgRqk8i9.js +0 -1951
- package/dist/unpkg/prod/serialize-into-hash-DGlzQteF.js +0 -215
- package/dist/unpkg/prod/util-DvanW33H.js +0 -20
- package/dist/unpkg/prod/utils-BhvS1iTS.js +0 -8
- package/dist/unpkg/prod-deprecated/-private-BdyZaGEh.js +0 -971
- package/dist/unpkg/prod-deprecated/errors-Dl2J9d1D.js +0 -2340
- package/dist/unpkg/prod-deprecated/hooks-Cm60wWTf.js +0 -72
- package/dist/unpkg/prod-deprecated/json-Qewu-UN9.js +0 -1300
- package/dist/unpkg/prod-deprecated/model-for-CXkJw59V.js +0 -297
- package/dist/unpkg/prod-deprecated/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/unpkg/prod-deprecated/schema-provider-Dh6tRqVI.js +0 -1980
- package/dist/unpkg/prod-deprecated/serialize-into-hash-DGlzQteF.js +0 -215
- package/dist/unpkg/prod-deprecated/util-B6cn-i93.js +0 -23
- package/dist/unpkg/prod-deprecated/utils-BUWwQwCh.js +0 -11
- package/dist/util-Dul6TZts.js +0 -35
- package/dist/utils-Cqw9eRj5.js +0 -23
|
@@ -0,0 +1,745 @@
|
|
|
1
|
+
import { assertPrivateStore, coerceId } from "@warp-drive/core/store/-private";
|
|
2
|
+
import { Context } from "@warp-drive/core/reactive/-private";
|
|
3
|
+
import { createDeferred } from "@warp-drive/core/request";
|
|
4
|
+
import { getOrSetGlobal } from "@warp-drive/core/types/-private";
|
|
5
|
+
|
|
6
|
+
//#region src/compat/legacy-network-handler/snapshot-record-array.ts
|
|
7
|
+
/**
|
|
8
|
+
SnapshotRecordArray is not directly instantiable.
|
|
9
|
+
Instances are provided to consuming application's
|
|
10
|
+
adapters for certain `findAll` requests.
|
|
11
|
+
|
|
12
|
+
@hideconstructor
|
|
13
|
+
@public
|
|
14
|
+
*/
|
|
15
|
+
var SnapshotRecordArray = class {
|
|
16
|
+
/**
|
|
17
|
+
* An array of snapshots
|
|
18
|
+
*
|
|
19
|
+
* @internal
|
|
20
|
+
*/
|
|
21
|
+
/** @internal */
|
|
22
|
+
/**
|
|
23
|
+
* The ResourceType of the underlying records for the {@link Snapshot | Snapshots} in the array
|
|
24
|
+
*/
|
|
25
|
+
/** @internal */
|
|
26
|
+
/**
|
|
27
|
+
* A hash of adapter options passed into the store method for this request.
|
|
28
|
+
Example
|
|
29
|
+
```js [app/adapters/post.js]
|
|
30
|
+
import MyCustomAdapter from './custom-adapter';
|
|
31
|
+
export default class PostAdapter extends MyCustomAdapter {
|
|
32
|
+
findAll(store, type, sinceToken, snapshotRecordArray) {
|
|
33
|
+
if (snapshotRecordArray.adapterOptions.subscribe) {
|
|
34
|
+
// ...
|
|
35
|
+
}
|
|
36
|
+
// ...
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
```
|
|
40
|
+
*/
|
|
41
|
+
/**
|
|
42
|
+
* The relationships to include for this request.
|
|
43
|
+
Example
|
|
44
|
+
```js [app/adapters/application.js]
|
|
45
|
+
import Adapter from '@ember-data/adapter';
|
|
46
|
+
export default class ApplicationAdapter extends Adapter {
|
|
47
|
+
findAll(store, type, snapshotRecordArray) {
|
|
48
|
+
let url = `/${type.modelName}?include=${encodeURIComponent(snapshotRecordArray.include)}`;
|
|
49
|
+
return fetch(url).then((response) => response.json())
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
```
|
|
53
|
+
*/
|
|
54
|
+
/**
|
|
55
|
+
SnapshotRecordArray is not directly instantiable.
|
|
56
|
+
Instances are provided to consuming application's
|
|
57
|
+
adapters and serializers for certain requests.
|
|
58
|
+
@private
|
|
59
|
+
@constructor
|
|
60
|
+
@param {Store} store
|
|
61
|
+
@param {String} type
|
|
62
|
+
@param options
|
|
63
|
+
*/
|
|
64
|
+
constructor(store, type, options = {}) {
|
|
65
|
+
this.__store = store;
|
|
66
|
+
this._snapshots = null;
|
|
67
|
+
this.modelName = type;
|
|
68
|
+
this.adapterOptions = options.adapterOptions;
|
|
69
|
+
this.include = options.include;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
An array of records
|
|
73
|
+
@internal
|
|
74
|
+
*/
|
|
75
|
+
get _recordArray() {
|
|
76
|
+
return this.__store.peekAll(this.modelName);
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
Number of records in the array
|
|
80
|
+
Example
|
|
81
|
+
```js [app/adapters/post.js]
|
|
82
|
+
import JSONAPIAdapter from '@ember-data/adapter/json-api';
|
|
83
|
+
export default class PostAdapter extends JSONAPIAdapter {
|
|
84
|
+
shouldReloadAll(store, snapshotRecordArray) {
|
|
85
|
+
return !snapshotRecordArray.length;
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
```
|
|
89
|
+
*/
|
|
90
|
+
get length() {
|
|
91
|
+
return this._recordArray.length;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
Get snapshots of the underlying record array
|
|
95
|
+
Example
|
|
96
|
+
```js [app/adapters/post.js]
|
|
97
|
+
import JSONAPIAdapter from '@ember-data/adapter/json-api';
|
|
98
|
+
export default class PostAdapter extends JSONAPIAdapter {
|
|
99
|
+
shouldReloadAll(store, snapshotArray) {
|
|
100
|
+
let snapshots = snapshotArray.snapshots();
|
|
101
|
+
return snapshots.any(function(ticketSnapshot) {
|
|
102
|
+
let timeDiff = moment().diff(ticketSnapshot.attr('lastAccessedAt'), 'minutes');
|
|
103
|
+
if (timeDiff > 20) {
|
|
104
|
+
return true;
|
|
105
|
+
} else {
|
|
106
|
+
return false;
|
|
107
|
+
}
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
```
|
|
112
|
+
@public
|
|
113
|
+
@return Array of snapshots
|
|
114
|
+
*/
|
|
115
|
+
snapshots() {
|
|
116
|
+
if (this._snapshots !== null) return this._snapshots;
|
|
117
|
+
/* @__PURE__ */ upgradeStore(this.__store);
|
|
118
|
+
const { _fetchManager } = this.__store;
|
|
119
|
+
const LiveArrayContext = this._recordArray[Context];
|
|
120
|
+
this._snapshots = LiveArrayContext.source.map((identifier) => _fetchManager.createSnapshot(identifier));
|
|
121
|
+
return this._snapshots;
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
//#endregion
|
|
126
|
+
//#region src/compat/legacy-network-handler/identifier-has-id.ts
|
|
127
|
+
function assertIdentifierHasId(identifier) {}
|
|
128
|
+
|
|
129
|
+
//#endregion
|
|
130
|
+
//#region src/compat/legacy-network-handler/serializer-response.ts
|
|
131
|
+
function normalizeResponseHelper(serializer, store, modelClass, payload, id, requestType) {
|
|
132
|
+
return serializer ? serializer.normalizeResponse(store, modelClass, payload, id, requestType) : payload;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
//#endregion
|
|
136
|
+
//#region src/compat/legacy-network-handler/snapshot.ts
|
|
137
|
+
/**
|
|
138
|
+
Snapshot is not directly instantiable.
|
|
139
|
+
Instances are provided to a consuming application's
|
|
140
|
+
adapters and serializers for certain requests.
|
|
141
|
+
|
|
142
|
+
Snapshots are only available when using `@ember-data/legacy-compat`
|
|
143
|
+
for legacy compatibility with adapters and serializers.
|
|
144
|
+
|
|
145
|
+
For serialization of records in modern paradigms, request data from
|
|
146
|
+
the cache or off the record directly.
|
|
147
|
+
|
|
148
|
+
@hideconstructor
|
|
149
|
+
@public
|
|
150
|
+
*/
|
|
151
|
+
var Snapshot = class {
|
|
152
|
+
/** @internal */
|
|
153
|
+
/** @internal */
|
|
154
|
+
/** @internal */
|
|
155
|
+
/** @internal */
|
|
156
|
+
/** @internal */
|
|
157
|
+
/** @internal */
|
|
158
|
+
/** @internal */
|
|
159
|
+
/**
|
|
160
|
+
The unique ResourceKey associated with this Snapshot.
|
|
161
|
+
@public
|
|
162
|
+
*/
|
|
163
|
+
/**
|
|
164
|
+
The ResourceType of the underlying record for this Snapshot, as a string.
|
|
165
|
+
@public
|
|
166
|
+
*/
|
|
167
|
+
/**
|
|
168
|
+
The id of the snapshot's underlying record
|
|
169
|
+
Example
|
|
170
|
+
```js
|
|
171
|
+
// store.push('post', { id: 1, author: 'Tomster', title: 'Ember.js rocks' });
|
|
172
|
+
postSnapshot.id; // => '1'
|
|
173
|
+
```
|
|
174
|
+
@public
|
|
175
|
+
*/
|
|
176
|
+
/**
|
|
177
|
+
If `include` was passed to the options for the request, the value
|
|
178
|
+
would be available here.
|
|
179
|
+
@public
|
|
180
|
+
*/
|
|
181
|
+
/**
|
|
182
|
+
The adapterOptions passed to the request which generated this Snapshot, if any
|
|
183
|
+
@public
|
|
184
|
+
*/
|
|
185
|
+
constructor(options, identifier, store) {
|
|
186
|
+
this._store = store;
|
|
187
|
+
this.__attributes = null;
|
|
188
|
+
this._belongsToRelationships = Object.create(null);
|
|
189
|
+
this._belongsToIds = Object.create(null);
|
|
190
|
+
this._hasManyRelationships = Object.create(null);
|
|
191
|
+
this._hasManyIds = Object.create(null);
|
|
192
|
+
assertPrivateStore(store);
|
|
193
|
+
const hasRecord = !!store._instanceCache.peek(identifier);
|
|
194
|
+
this.modelName = identifier.type;
|
|
195
|
+
this.identifier = identifier;
|
|
196
|
+
if (hasRecord) this._attributes;
|
|
197
|
+
this.id = identifier.id;
|
|
198
|
+
this.adapterOptions = options.adapterOptions;
|
|
199
|
+
this.include = options.include;
|
|
200
|
+
this.modelName = identifier.type;
|
|
201
|
+
if (hasRecord) {
|
|
202
|
+
const cache = this._store.cache;
|
|
203
|
+
this._changedAttributes = cache.changedAttrs(identifier);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
The underlying record for this snapshot. Can be used to access methods and
|
|
208
|
+
properties defined on the record.
|
|
209
|
+
```js
|
|
210
|
+
const someValue = snapshot.record.someProp;
|
|
211
|
+
```
|
|
212
|
+
@property record
|
|
213
|
+
@public
|
|
214
|
+
*/
|
|
215
|
+
get record() {
|
|
216
|
+
return this._store.peekRecord(this.identifier);
|
|
217
|
+
}
|
|
218
|
+
/** @internal */
|
|
219
|
+
get _attributes() {
|
|
220
|
+
if (this.__attributes !== null) return this.__attributes;
|
|
221
|
+
const attributes = this.__attributes = Object.create(null);
|
|
222
|
+
const { identifier } = this;
|
|
223
|
+
const cache = this._store.cache;
|
|
224
|
+
this.eachAttribute((key, meta) => {
|
|
225
|
+
attributes[key] = cache.getAttr(identifier, key);
|
|
226
|
+
});
|
|
227
|
+
return attributes;
|
|
228
|
+
}
|
|
229
|
+
get isNew() {
|
|
230
|
+
return this._store.cache?.isNew(this.identifier) || false;
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
Returns the value of an attribute.
|
|
234
|
+
Example
|
|
235
|
+
```javascript
|
|
236
|
+
// store.push('post', { id: 1, author: 'Tomster', title: 'Ember.js rocks' });
|
|
237
|
+
postSnapshot.attr('author'); // => 'Tomster'
|
|
238
|
+
postSnapshot.attr('title'); // => 'Ember.js rocks'
|
|
239
|
+
```
|
|
240
|
+
Note: Values are loaded eagerly and cached when the snapshot is created.
|
|
241
|
+
@return The attribute value or undefined
|
|
242
|
+
@public
|
|
243
|
+
*/
|
|
244
|
+
attr(keyName) {
|
|
245
|
+
if (keyName in this._attributes) return this._attributes[keyName];
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
Returns all attributes and their corresponding values.
|
|
249
|
+
::: warning ⚠️ WARNING
|
|
250
|
+
Attributes are SHALLOW copied from the cache.
|
|
251
|
+
Because they are NOT deep copied from the cache, mutating
|
|
252
|
+
any object or array fields will cause unintended side-effects
|
|
253
|
+
and bugs.
|
|
254
|
+
:::
|
|
255
|
+
Example
|
|
256
|
+
```js
|
|
257
|
+
// store.push('post', { id: 1, author: 'Tomster', title: 'Ember.js rocks' });
|
|
258
|
+
postSnapshot.attributes(); // => { author: 'Tomster', title: 'Ember.js rocks' }
|
|
259
|
+
```
|
|
260
|
+
@return All attributes of the current snapshot
|
|
261
|
+
@public
|
|
262
|
+
*/
|
|
263
|
+
attributes() {
|
|
264
|
+
return { ...this._attributes };
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
Returns all changed attributes and their old and new values.
|
|
268
|
+
Example
|
|
269
|
+
```js
|
|
270
|
+
// store.push('post', { id: 1, author: 'Tomster', title: 'Ember.js rocks' });
|
|
271
|
+
postModel.set('title', 'Ember.js rocks!');
|
|
272
|
+
postSnapshot.changedAttributes(); // => { title: ['Ember.js rocks', 'Ember.js rocks!'] }
|
|
273
|
+
```
|
|
274
|
+
@return All changed attributes of the current snapshot
|
|
275
|
+
@public
|
|
276
|
+
*/
|
|
277
|
+
changedAttributes() {
|
|
278
|
+
const changedAttributes = Object.create(null);
|
|
279
|
+
if (!this._changedAttributes) return changedAttributes;
|
|
280
|
+
const changedAttributeKeys = Object.keys(this._changedAttributes);
|
|
281
|
+
for (let i = 0, length = changedAttributeKeys.length; i < length; i++) {
|
|
282
|
+
const key = changedAttributeKeys[i];
|
|
283
|
+
changedAttributes[key] = this._changedAttributes[key].slice();
|
|
284
|
+
}
|
|
285
|
+
return changedAttributes;
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
Returns the current value of a belongsTo relationship.
|
|
289
|
+
`belongsTo` takes an optional hash of options as a second parameter,
|
|
290
|
+
currently supported options are:
|
|
291
|
+
- `id`: set to `true` if you only want the ID of the related record to be
|
|
292
|
+
returned.
|
|
293
|
+
Example
|
|
294
|
+
```js
|
|
295
|
+
// store.push('post', { id: 1, title: 'Hello World' });
|
|
296
|
+
// store.createRecord('comment', { body: 'Lorem ipsum', post: post });
|
|
297
|
+
commentSnapshot.belongsTo('post'); // => Snapshot
|
|
298
|
+
commentSnapshot.belongsTo('post', { id: true }); // => '1'
|
|
299
|
+
// store.push('comment', { id: 1, body: 'Lorem ipsum' });
|
|
300
|
+
commentSnapshot.belongsTo('post'); // => undefined
|
|
301
|
+
```
|
|
302
|
+
Calling `belongsTo` will return a new Snapshot as long as there's any known
|
|
303
|
+
data for the relationship available, such as an ID. If the relationship is
|
|
304
|
+
known but unset, `belongsTo` will return `null`. If the contents of the
|
|
305
|
+
relationship is unknown `belongsTo` will return `undefined`.
|
|
306
|
+
Note: Relationships are loaded lazily and cached upon first access.
|
|
307
|
+
@public
|
|
308
|
+
@return A snapshot or ID of a known relationship or null if the
|
|
309
|
+
relationship is known but unset. undefined will be returned if the
|
|
310
|
+
contents of the relationship are unknown.
|
|
311
|
+
*/
|
|
312
|
+
belongsTo(keyName, options) {
|
|
313
|
+
const returnModeIsId = !!(options && options.id);
|
|
314
|
+
let result;
|
|
315
|
+
const store = this._store;
|
|
316
|
+
if (returnModeIsId === true && keyName in this._belongsToIds) return this._belongsToIds[keyName];
|
|
317
|
+
if (returnModeIsId === false && keyName in this._belongsToRelationships) return this._belongsToRelationships[keyName];
|
|
318
|
+
store.schema.fields({ type: this.modelName }).get(keyName);
|
|
319
|
+
const { identifier } = this;
|
|
320
|
+
const value = this._store.cache.getRelationship(identifier, keyName);
|
|
321
|
+
const data = value && value.data;
|
|
322
|
+
/* @__PURE__ */ upgradeStore(store);
|
|
323
|
+
const inverseIdentifier = data ? store.cacheKeyManager.getOrCreateRecordIdentifier(data) : null;
|
|
324
|
+
if (value && value.data !== void 0) {
|
|
325
|
+
const cache = store.cache;
|
|
326
|
+
if (inverseIdentifier && !cache.isDeleted(inverseIdentifier)) {
|
|
327
|
+
if (returnModeIsId) result = inverseIdentifier.id;
|
|
328
|
+
else result = store._fetchManager.createSnapshot(inverseIdentifier);
|
|
329
|
+
} else result = null;
|
|
330
|
+
}
|
|
331
|
+
if (returnModeIsId) this._belongsToIds[keyName] = result;
|
|
332
|
+
else this._belongsToRelationships[keyName] = result;
|
|
333
|
+
return result;
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
Returns the current value of a hasMany relationship.
|
|
337
|
+
`hasMany` takes an optional hash of options as a second parameter,
|
|
338
|
+
currently supported options are:
|
|
339
|
+
- `ids`: set to `true` if you only want the IDs of the related records to be
|
|
340
|
+
returned.
|
|
341
|
+
Example
|
|
342
|
+
```javascript
|
|
343
|
+
// store.push('post', { id: 1, title: 'Hello World', comments: [2, 3] });
|
|
344
|
+
postSnapshot.hasMany('comments'); // => [Snapshot, Snapshot]
|
|
345
|
+
postSnapshot.hasMany('comments', { ids: true }); // => ['2', '3']
|
|
346
|
+
// store.push('post', { id: 1, title: 'Hello World' });
|
|
347
|
+
postSnapshot.hasMany('comments'); // => undefined
|
|
348
|
+
```
|
|
349
|
+
Note: Relationships are loaded lazily and cached upon first access.
|
|
350
|
+
@public
|
|
351
|
+
@return An array of snapshots or IDs of a known
|
|
352
|
+
relationship or an empty array if the relationship is known but unset.
|
|
353
|
+
undefined will be returned if the contents of the relationship is unknown.
|
|
354
|
+
*/
|
|
355
|
+
hasMany(keyName, options) {
|
|
356
|
+
const returnModeIsIds = !!(options && options.ids);
|
|
357
|
+
let results;
|
|
358
|
+
const cachedIds = this._hasManyIds[keyName];
|
|
359
|
+
const cachedSnapshots = this._hasManyRelationships[keyName];
|
|
360
|
+
if (returnModeIsIds === true && keyName in this._hasManyIds) return cachedIds;
|
|
361
|
+
if (returnModeIsIds === false && keyName in this._hasManyRelationships) return cachedSnapshots;
|
|
362
|
+
const store = this._store;
|
|
363
|
+
/* @__PURE__ */ upgradeStore(store);
|
|
364
|
+
store.schema.fields({ type: this.modelName }).get(keyName);
|
|
365
|
+
const { identifier } = this;
|
|
366
|
+
const value = this._store.cache.getRelationship(identifier, keyName);
|
|
367
|
+
if (value.data) {
|
|
368
|
+
results = [];
|
|
369
|
+
value.data.forEach((member) => {
|
|
370
|
+
const inverseIdentifier = store.cacheKeyManager.getOrCreateRecordIdentifier(member);
|
|
371
|
+
if (!store.cache.isDeleted(inverseIdentifier)) {
|
|
372
|
+
if (returnModeIsIds) results.push(inverseIdentifier.id);
|
|
373
|
+
else results.push(store._fetchManager.createSnapshot(inverseIdentifier));
|
|
374
|
+
}
|
|
375
|
+
});
|
|
376
|
+
}
|
|
377
|
+
if (returnModeIsIds) this._hasManyIds[keyName] = results;
|
|
378
|
+
else this._hasManyRelationships[keyName] = results;
|
|
379
|
+
return results;
|
|
380
|
+
}
|
|
381
|
+
/**
|
|
382
|
+
Iterates through all the attributes of the model, calling the passed
|
|
383
|
+
function on each attribute.
|
|
384
|
+
Example
|
|
385
|
+
```javascript
|
|
386
|
+
snapshot.eachAttribute(function(name, meta) {
|
|
387
|
+
// ...
|
|
388
|
+
});
|
|
389
|
+
```
|
|
390
|
+
@param callback the callback to execute
|
|
391
|
+
@param binding the optional value to which the callback's `this` should be bound
|
|
392
|
+
@public
|
|
393
|
+
*/
|
|
394
|
+
eachAttribute(callback, binding) {
|
|
395
|
+
if (typeof this._store.modelFor === "function") this._store.modelFor(this.identifier.type).eachAttribute(callback, binding);
|
|
396
|
+
else this._store.schema.fields(this.identifier).forEach((field, key) => {
|
|
397
|
+
if (field.kind === "attribute") callback.call(binding, key, field);
|
|
398
|
+
});
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
Iterates through all the relationships of the model, calling the passed
|
|
402
|
+
function on each relationship.
|
|
403
|
+
Example
|
|
404
|
+
```javascript
|
|
405
|
+
snapshot.eachRelationship(function(name, relationship) {
|
|
406
|
+
// ...
|
|
407
|
+
});
|
|
408
|
+
```
|
|
409
|
+
@param callback the callback to execute
|
|
410
|
+
@param binding the optional value to which the callback's `this` should be bound
|
|
411
|
+
@public
|
|
412
|
+
*/
|
|
413
|
+
eachRelationship(callback, binding) {
|
|
414
|
+
if (typeof this._store.modelFor === "function") this._store.modelFor(this.identifier.type).eachRelationship(callback, binding);
|
|
415
|
+
else this._store.schema.fields(this.identifier).forEach((field, key) => {
|
|
416
|
+
if (field.kind === "belongsTo" || field.kind === "hasMany") callback.call(binding, key, field);
|
|
417
|
+
});
|
|
418
|
+
}
|
|
419
|
+
/**
|
|
420
|
+
Serializes the snapshot using the serializer for the model.
|
|
421
|
+
Example
|
|
422
|
+
```js [app/adapters/application.js]
|
|
423
|
+
import Adapter from '@ember-data/adapter';
|
|
424
|
+
export default Adapter.extend({
|
|
425
|
+
createRecord(store, type, snapshot) {
|
|
426
|
+
let data = snapshot.serialize({ includeId: true });
|
|
427
|
+
let url = `/${type.modelName}`;
|
|
428
|
+
return fetch(url, {
|
|
429
|
+
method: 'POST',
|
|
430
|
+
body: data,
|
|
431
|
+
}).then((response) => response.json())
|
|
432
|
+
}
|
|
433
|
+
});
|
|
434
|
+
```
|
|
435
|
+
@return an object whose values are primitive JSON values only
|
|
436
|
+
@public
|
|
437
|
+
*/
|
|
438
|
+
serialize(options) {
|
|
439
|
+
/* @__PURE__ */ upgradeStore(this._store);
|
|
440
|
+
return this._store.serializerFor(this.modelName).serialize(this, options);
|
|
441
|
+
}
|
|
442
|
+
};
|
|
443
|
+
|
|
444
|
+
//#endregion
|
|
445
|
+
//#region src/compat/legacy-network-handler/fetch-manager.ts
|
|
446
|
+
const SaveOp = getOrSetGlobal("SaveOp", Symbol("SaveOp"));
|
|
447
|
+
/**
|
|
448
|
+
* @private
|
|
449
|
+
*/
|
|
450
|
+
var FetchManager = class {
|
|
451
|
+
/**
|
|
452
|
+
* @internal
|
|
453
|
+
*/
|
|
454
|
+
/** @internal */
|
|
455
|
+
/**
|
|
456
|
+
* @internal
|
|
457
|
+
*/
|
|
458
|
+
/** @internal */
|
|
459
|
+
constructor(store) {
|
|
460
|
+
assertPrivateStore(store);
|
|
461
|
+
this._store = store;
|
|
462
|
+
this._pendingFetch = /* @__PURE__ */ new Map();
|
|
463
|
+
this.requestCache = store.getRequestStateService();
|
|
464
|
+
this.isDestroyed = false;
|
|
465
|
+
}
|
|
466
|
+
createSnapshot(identifier, options = {}) {
|
|
467
|
+
return new Snapshot(options, identifier, this._store);
|
|
468
|
+
}
|
|
469
|
+
/**
|
|
470
|
+
This method is called by `record.save`, and gets passed a
|
|
471
|
+
resolver for the promise that `record.save` returns.
|
|
472
|
+
It schedules saving to happen at the end of the run loop.
|
|
473
|
+
@private
|
|
474
|
+
*/
|
|
475
|
+
scheduleSave(identifier, options) {
|
|
476
|
+
const resolver = createDeferred();
|
|
477
|
+
const queryRequest = { data: [{
|
|
478
|
+
op: "saveRecord",
|
|
479
|
+
recordIdentifier: identifier,
|
|
480
|
+
options
|
|
481
|
+
}] };
|
|
482
|
+
const pendingSaveItem = {
|
|
483
|
+
snapshot: this.createSnapshot(identifier, options),
|
|
484
|
+
resolver,
|
|
485
|
+
identifier,
|
|
486
|
+
options,
|
|
487
|
+
queryRequest
|
|
488
|
+
};
|
|
489
|
+
const monitored = this.requestCache._enqueue(resolver.promise, pendingSaveItem.queryRequest);
|
|
490
|
+
_flushPendingSave(this._store, pendingSaveItem);
|
|
491
|
+
return monitored;
|
|
492
|
+
}
|
|
493
|
+
scheduleFetch(identifier, options, request) {
|
|
494
|
+
const queryRequest = { data: [{
|
|
495
|
+
op: "findRecord",
|
|
496
|
+
recordIdentifier: identifier,
|
|
497
|
+
options
|
|
498
|
+
}] };
|
|
499
|
+
const pendingFetch = this.getPendingFetch(identifier, options);
|
|
500
|
+
if (pendingFetch) return pendingFetch;
|
|
501
|
+
const modelName = identifier.type;
|
|
502
|
+
const resolver = createDeferred();
|
|
503
|
+
const pendingFetchItem = {
|
|
504
|
+
identifier,
|
|
505
|
+
resolver,
|
|
506
|
+
options,
|
|
507
|
+
queryRequest
|
|
508
|
+
};
|
|
509
|
+
const resolverPromise = resolver.promise;
|
|
510
|
+
const store = this._store;
|
|
511
|
+
const isInitialLoad = !store._instanceCache.recordIsLoaded(identifier);
|
|
512
|
+
let promise = this.requestCache._enqueue(resolverPromise, pendingFetchItem.queryRequest).then((payload) => {
|
|
513
|
+
if (payload.data && !Array.isArray(payload.data)) payload.data.lid = identifier.lid;
|
|
514
|
+
const potentiallyNewIm = store._push(payload, options.reload);
|
|
515
|
+
if (potentiallyNewIm && !Array.isArray(potentiallyNewIm)) return potentiallyNewIm;
|
|
516
|
+
return identifier;
|
|
517
|
+
}, (error) => {
|
|
518
|
+
const cache = store.cache;
|
|
519
|
+
if (!cache || cache.isEmpty(identifier) || isInitialLoad) {
|
|
520
|
+
let isReleasable = true;
|
|
521
|
+
if (store._graph) {
|
|
522
|
+
const graph = store._graph;
|
|
523
|
+
if (!cache) {
|
|
524
|
+
isReleasable = graph.isReleasable(identifier);
|
|
525
|
+
if (!isReleasable) graph.unload(identifier, true);
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
if (cache || isReleasable) {
|
|
529
|
+
store._enableAsyncFlush = true;
|
|
530
|
+
store._instanceCache.unloadRecord(identifier);
|
|
531
|
+
store._enableAsyncFlush = null;
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
throw error;
|
|
535
|
+
});
|
|
536
|
+
if (this._pendingFetch.size === 0) new Promise((resolve) => setTimeout(resolve, 0)).then(() => {
|
|
537
|
+
this.flushAllPendingFetches();
|
|
538
|
+
});
|
|
539
|
+
const fetchesByType = this._pendingFetch;
|
|
540
|
+
let fetchesById = fetchesByType.get(modelName);
|
|
541
|
+
if (!fetchesById) {
|
|
542
|
+
fetchesById = /* @__PURE__ */ new Map();
|
|
543
|
+
fetchesByType.set(modelName, fetchesById);
|
|
544
|
+
}
|
|
545
|
+
let requestsForIdentifier = fetchesById.get(identifier);
|
|
546
|
+
if (!requestsForIdentifier) {
|
|
547
|
+
requestsForIdentifier = [];
|
|
548
|
+
fetchesById.set(identifier, requestsForIdentifier);
|
|
549
|
+
}
|
|
550
|
+
requestsForIdentifier.push(pendingFetchItem);
|
|
551
|
+
pendingFetchItem.promise = promise;
|
|
552
|
+
return promise;
|
|
553
|
+
}
|
|
554
|
+
getPendingFetch(identifier, options) {
|
|
555
|
+
const pendingFetches = this._pendingFetch.get(identifier.type)?.get(identifier);
|
|
556
|
+
if (pendingFetches) {
|
|
557
|
+
const matchingPendingFetch = pendingFetches.find((fetch) => isSameRequest(options, fetch.options));
|
|
558
|
+
if (matchingPendingFetch) return matchingPendingFetch.promise;
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
flushAllPendingFetches() {
|
|
562
|
+
if (this.isDestroyed) return;
|
|
563
|
+
const store = this._store;
|
|
564
|
+
this._pendingFetch.forEach((fetchItem, type) => _flushPendingFetchForType(store, fetchItem, type));
|
|
565
|
+
this._pendingFetch.clear();
|
|
566
|
+
}
|
|
567
|
+
fetchDataIfNeededForIdentifier(identifier, options = {}, request) {
|
|
568
|
+
const isEmpty = _isEmpty(this._store._instanceCache, identifier);
|
|
569
|
+
const isLoading = _isLoading(this._store._instanceCache, identifier);
|
|
570
|
+
let promise;
|
|
571
|
+
if (isEmpty) {
|
|
572
|
+
/* @__PURE__ */ assertIdentifierHasId(identifier);
|
|
573
|
+
options.reload = true;
|
|
574
|
+
promise = this.scheduleFetch(identifier, options, request);
|
|
575
|
+
} else if (isLoading) promise = this.getPendingFetch(identifier, options);
|
|
576
|
+
else promise = Promise.resolve(identifier);
|
|
577
|
+
return promise;
|
|
578
|
+
}
|
|
579
|
+
destroy() {
|
|
580
|
+
this.isDestroyed = true;
|
|
581
|
+
}
|
|
582
|
+
};
|
|
583
|
+
/**
|
|
584
|
+
* This type exists for internal use only for
|
|
585
|
+
* where intimate contracts still exist either for
|
|
586
|
+
* the Test Suite or for Legacy code.
|
|
587
|
+
*
|
|
588
|
+
* @private
|
|
589
|
+
*/
|
|
590
|
+
function _isEmpty(instanceCache, identifier) {
|
|
591
|
+
const cache = instanceCache.cache;
|
|
592
|
+
if (!cache) return true;
|
|
593
|
+
const isNew = cache.isNew(identifier);
|
|
594
|
+
const isDeleted = cache.isDeleted(identifier);
|
|
595
|
+
const isEmpty = cache.isEmpty(identifier);
|
|
596
|
+
return (!isNew || isDeleted) && isEmpty;
|
|
597
|
+
}
|
|
598
|
+
function _isLoading(cache, identifier) {
|
|
599
|
+
const req = cache.store.getRequestStateService();
|
|
600
|
+
return !cache.recordIsLoaded(identifier) && req.getPendingRequestsForRecord(identifier).some((r) => r.type === "query");
|
|
601
|
+
}
|
|
602
|
+
function includesSatisfies(current, existing) {
|
|
603
|
+
if (!current?.length) return true;
|
|
604
|
+
if (!existing?.length) return false;
|
|
605
|
+
const arrCurrent = (Array.isArray(current) ? current : current.split(",")).sort();
|
|
606
|
+
const arrExisting = (Array.isArray(existing) ? existing : existing.split(",")).sort();
|
|
607
|
+
if (arrCurrent.join(",") === arrExisting.join(",")) return true;
|
|
608
|
+
for (let i = 0; i < arrCurrent.length; i++) if (!arrExisting.includes(arrCurrent[i])) return false;
|
|
609
|
+
return true;
|
|
610
|
+
}
|
|
611
|
+
function optionsSatisfies(current, existing) {
|
|
612
|
+
return !current || current === existing || Object.keys(current).length === 0;
|
|
613
|
+
}
|
|
614
|
+
function isSameRequest(options = {}, existingOptions = {}) {
|
|
615
|
+
return optionsSatisfies(options.adapterOptions, existingOptions.adapterOptions) && includesSatisfies(options.include, existingOptions.include);
|
|
616
|
+
}
|
|
617
|
+
function _findMany(store, adapter, modelName, snapshots) {
|
|
618
|
+
const modelClass = store.modelFor(modelName);
|
|
619
|
+
const promise = Promise.resolve().then(() => {
|
|
620
|
+
const ids = snapshots.map((s) => s.id);
|
|
621
|
+
return adapter.findMany(store, modelClass, ids, snapshots);
|
|
622
|
+
});
|
|
623
|
+
/* @__PURE__ */ upgradeStore(store);
|
|
624
|
+
return promise.then((adapterPayload) => {
|
|
625
|
+
const serializer = store.serializerFor(modelName);
|
|
626
|
+
return normalizeResponseHelper(serializer, store, modelClass, adapterPayload, null, "findMany");
|
|
627
|
+
});
|
|
628
|
+
}
|
|
629
|
+
function rejectFetchedItems(fetchMap, snapshots, error) {
|
|
630
|
+
for (let i = 0, l = snapshots.length; i < l; i++) {
|
|
631
|
+
const snapshot = snapshots[i];
|
|
632
|
+
const pair = fetchMap.get(snapshot);
|
|
633
|
+
if (pair) pair.resolver.reject(error || /* @__PURE__ */ new Error(`Expected: '<${snapshot.modelName}:${snapshot.id}>' to be present in the adapter provided payload, but it was not found.`));
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
function handleFoundRecords(store, fetchMap, snapshots, coalescedPayload) {
|
|
637
|
+
const snapshotsById = /* @__PURE__ */ new Map();
|
|
638
|
+
for (let i = 0; i < snapshots.length; i++) {
|
|
639
|
+
const id = snapshots[i].id;
|
|
640
|
+
let snapshotGroup = snapshotsById.get(id);
|
|
641
|
+
if (!snapshotGroup) {
|
|
642
|
+
snapshotGroup = [];
|
|
643
|
+
snapshotsById.set(id, snapshotGroup);
|
|
644
|
+
}
|
|
645
|
+
snapshotGroup.push(snapshots[i]);
|
|
646
|
+
}
|
|
647
|
+
const included = Array.isArray(coalescedPayload.included) ? coalescedPayload.included : [];
|
|
648
|
+
const resources = coalescedPayload.data;
|
|
649
|
+
for (let i = 0, l = resources.length; i < l; i++) {
|
|
650
|
+
const resource = resources[i];
|
|
651
|
+
const snapshotGroup = snapshotsById.get(resource.id);
|
|
652
|
+
snapshotsById.delete(resource.id);
|
|
653
|
+
if (!snapshotGroup) included.push(resource);
|
|
654
|
+
else snapshotGroup.forEach((snapshot) => {
|
|
655
|
+
fetchMap.get(snapshot).resolver.resolve({ data: resource });
|
|
656
|
+
});
|
|
657
|
+
}
|
|
658
|
+
if (included.length > 0) store._push({
|
|
659
|
+
data: null,
|
|
660
|
+
included
|
|
661
|
+
}, true);
|
|
662
|
+
if (snapshotsById.size === 0) return;
|
|
663
|
+
const rejected = [];
|
|
664
|
+
snapshotsById.forEach((snapshotArray) => {
|
|
665
|
+
rejected.push(...snapshotArray);
|
|
666
|
+
});
|
|
667
|
+
rejectFetchedItems(fetchMap, rejected);
|
|
668
|
+
}
|
|
669
|
+
function _fetchRecord(store, adapter, fetchItem) {
|
|
670
|
+
/* @__PURE__ */ upgradeStore(store);
|
|
671
|
+
const identifier = fetchItem.identifier;
|
|
672
|
+
const modelName = identifier.type;
|
|
673
|
+
const snapshot = store._fetchManager.createSnapshot(identifier, fetchItem.options);
|
|
674
|
+
const klass = store.modelFor(identifier.type);
|
|
675
|
+
const id = identifier.id;
|
|
676
|
+
let promise = Promise.resolve().then(() => {
|
|
677
|
+
return adapter.findRecord(store, klass, identifier.id, snapshot);
|
|
678
|
+
});
|
|
679
|
+
promise = promise.then((adapterPayload) => {
|
|
680
|
+
const serializer = store.serializerFor(modelName);
|
|
681
|
+
return normalizeResponseHelper(serializer, store, klass, adapterPayload, id, "findRecord");
|
|
682
|
+
});
|
|
683
|
+
fetchItem.resolver.resolve(promise);
|
|
684
|
+
}
|
|
685
|
+
function _processCoalescedGroup(store, fetchMap, group, adapter, modelName) {
|
|
686
|
+
if (group.length > 1) _findMany(store, adapter, modelName, group).then((payloads) => {
|
|
687
|
+
handleFoundRecords(store, fetchMap, group, payloads);
|
|
688
|
+
}).catch((error) => {
|
|
689
|
+
rejectFetchedItems(fetchMap, group, error);
|
|
690
|
+
});
|
|
691
|
+
else if (group.length === 1) _fetchRecord(store, adapter, fetchMap.get(group[0]));
|
|
692
|
+
}
|
|
693
|
+
function _flushPendingFetchForType(store, pendingFetchMap, modelName) {
|
|
694
|
+
/* @__PURE__ */ upgradeStore(store);
|
|
695
|
+
const adapter = store.adapterFor(modelName);
|
|
696
|
+
if (!!adapter.findMany && adapter.coalesceFindRequests) {
|
|
697
|
+
const pendingFetchItems = [];
|
|
698
|
+
pendingFetchMap.forEach((requestsForIdentifier, identifier) => {
|
|
699
|
+
if (requestsForIdentifier.length > 1) return;
|
|
700
|
+
pendingFetchMap.delete(identifier);
|
|
701
|
+
pendingFetchItems.push(requestsForIdentifier[0]);
|
|
702
|
+
});
|
|
703
|
+
const totalItems = pendingFetchItems.length;
|
|
704
|
+
if (totalItems > 1) {
|
|
705
|
+
const snapshots = new Array(totalItems);
|
|
706
|
+
const fetchMap = /* @__PURE__ */ new Map();
|
|
707
|
+
for (let i = 0; i < totalItems; i++) {
|
|
708
|
+
const fetchItem = pendingFetchItems[i];
|
|
709
|
+
snapshots[i] = store._fetchManager.createSnapshot(fetchItem.identifier, fetchItem.options);
|
|
710
|
+
fetchMap.set(snapshots[i], fetchItem);
|
|
711
|
+
}
|
|
712
|
+
let groups;
|
|
713
|
+
if (adapter.groupRecordsForFindMany) groups = adapter.groupRecordsForFindMany(store, snapshots);
|
|
714
|
+
else groups = [snapshots];
|
|
715
|
+
for (let i = 0, l = groups.length; i < l; i++) _processCoalescedGroup(store, fetchMap, groups[i], adapter, modelName);
|
|
716
|
+
} else if (totalItems === 1) _fetchRecord(store, adapter, pendingFetchItems[0]);
|
|
717
|
+
}
|
|
718
|
+
pendingFetchMap.forEach((pendingFetchItems) => {
|
|
719
|
+
pendingFetchItems.forEach((pendingFetchItem) => {
|
|
720
|
+
_fetchRecord(store, adapter, pendingFetchItem);
|
|
721
|
+
});
|
|
722
|
+
});
|
|
723
|
+
}
|
|
724
|
+
function _flushPendingSave(store, pending) {
|
|
725
|
+
const { snapshot, resolver, identifier, options } = pending;
|
|
726
|
+
/* @__PURE__ */ upgradeStore(store);
|
|
727
|
+
const adapter = store.adapterFor(identifier.type);
|
|
728
|
+
const operation = options[SaveOp];
|
|
729
|
+
const modelName = snapshot.modelName;
|
|
730
|
+
const modelClass = store.modelFor(modelName);
|
|
731
|
+
let promise = Promise.resolve().then(() => adapter[operation](store, modelClass, snapshot));
|
|
732
|
+
const serializer = store.serializerFor(modelName);
|
|
733
|
+
promise = promise.then((adapterPayload) => {
|
|
734
|
+
if (adapterPayload) return normalizeResponseHelper(serializer, store, modelClass, adapterPayload, snapshot.id, operation);
|
|
735
|
+
});
|
|
736
|
+
resolver.resolve(promise);
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
//#endregion
|
|
740
|
+
//#region src/compat/-private.ts
|
|
741
|
+
function upgradeStore(store) {}
|
|
742
|
+
|
|
743
|
+
//#endregion
|
|
744
|
+
export { normalizeResponseHelper as a, Snapshot as i, FetchManager as n, assertIdentifierHasId as o, SaveOp as r, SnapshotRecordArray as s, upgradeStore as t };
|
|
745
|
+
//# sourceMappingURL=-private-SfXkkHKd.js.map
|