@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,904 @@
|
|
|
1
|
+
import { assertPrivateStore, coerceId } from "@warp-drive/core/store/-private";
|
|
2
|
+
import { Context } from "@warp-drive/core/reactive/-private";
|
|
3
|
+
import { warn } from "@ember/debug";
|
|
4
|
+
import { createDeferred } from "@warp-drive/core/request";
|
|
5
|
+
import { waitFor } from "@warp-drive/core/signals/-leaked";
|
|
6
|
+
import { getOrSetGlobal } from "@warp-drive/core/types/-private";
|
|
7
|
+
import { getGlobalConfig, macroCondition } from "@embroider/macros";
|
|
8
|
+
|
|
9
|
+
//#region src/compat/legacy-network-handler/snapshot-record-array.ts
|
|
10
|
+
/**
|
|
11
|
+
SnapshotRecordArray is not directly instantiable.
|
|
12
|
+
Instances are provided to consuming application's
|
|
13
|
+
adapters for certain `findAll` requests.
|
|
14
|
+
|
|
15
|
+
@hideconstructor
|
|
16
|
+
@public
|
|
17
|
+
*/
|
|
18
|
+
var SnapshotRecordArray = class {
|
|
19
|
+
/**
|
|
20
|
+
* An array of snapshots
|
|
21
|
+
*
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
24
|
+
/** @internal */
|
|
25
|
+
/**
|
|
26
|
+
* The ResourceType of the underlying records for the {@link Snapshot | Snapshots} in the array
|
|
27
|
+
*/
|
|
28
|
+
/** @internal */
|
|
29
|
+
/**
|
|
30
|
+
* A hash of adapter options passed into the store method for this request.
|
|
31
|
+
Example
|
|
32
|
+
```js [app/adapters/post.js]
|
|
33
|
+
import MyCustomAdapter from './custom-adapter';
|
|
34
|
+
export default class PostAdapter extends MyCustomAdapter {
|
|
35
|
+
findAll(store, type, sinceToken, snapshotRecordArray) {
|
|
36
|
+
if (snapshotRecordArray.adapterOptions.subscribe) {
|
|
37
|
+
// ...
|
|
38
|
+
}
|
|
39
|
+
// ...
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
```
|
|
43
|
+
*/
|
|
44
|
+
/**
|
|
45
|
+
* The relationships to include for this request.
|
|
46
|
+
Example
|
|
47
|
+
```js [app/adapters/application.js]
|
|
48
|
+
import Adapter from '@ember-data/adapter';
|
|
49
|
+
export default class ApplicationAdapter extends Adapter {
|
|
50
|
+
findAll(store, type, snapshotRecordArray) {
|
|
51
|
+
let url = `/${type.modelName}?include=${encodeURIComponent(snapshotRecordArray.include)}`;
|
|
52
|
+
return fetch(url).then((response) => response.json())
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
```
|
|
56
|
+
*/
|
|
57
|
+
/**
|
|
58
|
+
SnapshotRecordArray is not directly instantiable.
|
|
59
|
+
Instances are provided to consuming application's
|
|
60
|
+
adapters and serializers for certain requests.
|
|
61
|
+
@private
|
|
62
|
+
@constructor
|
|
63
|
+
@param {Store} store
|
|
64
|
+
@param {String} type
|
|
65
|
+
@param options
|
|
66
|
+
*/
|
|
67
|
+
constructor(store, type, options = {}) {
|
|
68
|
+
this.__store = store;
|
|
69
|
+
this._snapshots = null;
|
|
70
|
+
this.modelName = type;
|
|
71
|
+
this.adapterOptions = options.adapterOptions;
|
|
72
|
+
this.include = options.include;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
An array of records
|
|
76
|
+
@internal
|
|
77
|
+
*/
|
|
78
|
+
get _recordArray() {
|
|
79
|
+
return this.__store.peekAll(this.modelName);
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
Number of records in the array
|
|
83
|
+
Example
|
|
84
|
+
```js [app/adapters/post.js]
|
|
85
|
+
import JSONAPIAdapter from '@ember-data/adapter/json-api';
|
|
86
|
+
export default class PostAdapter extends JSONAPIAdapter {
|
|
87
|
+
shouldReloadAll(store, snapshotRecordArray) {
|
|
88
|
+
return !snapshotRecordArray.length;
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
```
|
|
92
|
+
*/
|
|
93
|
+
get length() {
|
|
94
|
+
return this._recordArray.length;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
Get snapshots of the underlying record array
|
|
98
|
+
Example
|
|
99
|
+
```js [app/adapters/post.js]
|
|
100
|
+
import JSONAPIAdapter from '@ember-data/adapter/json-api';
|
|
101
|
+
export default class PostAdapter extends JSONAPIAdapter {
|
|
102
|
+
shouldReloadAll(store, snapshotArray) {
|
|
103
|
+
let snapshots = snapshotArray.snapshots();
|
|
104
|
+
return snapshots.any(function(ticketSnapshot) {
|
|
105
|
+
let timeDiff = moment().diff(ticketSnapshot.attr('lastAccessedAt'), 'minutes');
|
|
106
|
+
if (timeDiff > 20) {
|
|
107
|
+
return true;
|
|
108
|
+
} else {
|
|
109
|
+
return false;
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
```
|
|
115
|
+
@public
|
|
116
|
+
@return Array of snapshots
|
|
117
|
+
*/
|
|
118
|
+
snapshots() {
|
|
119
|
+
if (this._snapshots !== null) return this._snapshots;
|
|
120
|
+
/* @__PURE__ */ upgradeStore(this.__store);
|
|
121
|
+
const { _fetchManager } = this.__store;
|
|
122
|
+
const LiveArrayContext = this._recordArray[Context];
|
|
123
|
+
this._snapshots = LiveArrayContext.source.map((identifier) => _fetchManager.createSnapshot(identifier));
|
|
124
|
+
return this._snapshots;
|
|
125
|
+
}
|
|
126
|
+
};
|
|
127
|
+
|
|
128
|
+
//#endregion
|
|
129
|
+
//#region src/compat/legacy-network-handler/identifier-has-id.ts
|
|
130
|
+
function assertIdentifierHasId(identifier) {
|
|
131
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
132
|
+
if (!test) throw new Error(`Attempted to schedule a fetch for a record without an id.`);
|
|
133
|
+
})(identifier && identifier.id !== null);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
//#endregion
|
|
137
|
+
//#region src/compat/legacy-network-handler/legacy-data-utils.ts
|
|
138
|
+
function iterateData(data, fn) {
|
|
139
|
+
if (Array.isArray(data)) return data.map(fn);
|
|
140
|
+
else return fn(data, 0);
|
|
141
|
+
}
|
|
142
|
+
function payloadIsNotBlank(adapterPayload) {
|
|
143
|
+
if (Array.isArray(adapterPayload)) return true;
|
|
144
|
+
else return Object.keys(adapterPayload || {}).length !== 0;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
//#endregion
|
|
148
|
+
//#region src/compat/legacy-network-handler/serializer-response.ts
|
|
149
|
+
/**
|
|
150
|
+
This is a helper method that validates a JSON API top-level document
|
|
151
|
+
|
|
152
|
+
The format of a document is described here:
|
|
153
|
+
http://jsonapi.org/format/#document-top-level
|
|
154
|
+
|
|
155
|
+
@internal
|
|
156
|
+
*/
|
|
157
|
+
function validateDocumentStructure(doc) {
|
|
158
|
+
if (macroCondition(getGlobalConfig().WarpDrive.env.DEBUG)) {
|
|
159
|
+
const errors = [];
|
|
160
|
+
if (!doc || typeof doc !== "object") errors.push("Top level of a JSON API document must be an object");
|
|
161
|
+
else {
|
|
162
|
+
if (!("data" in doc) && !("errors" in doc) && !("meta" in doc)) errors.push("One or more of the following keys must be present: \"data\", \"errors\", \"meta\".");
|
|
163
|
+
else if ("data" in doc && "errors" in doc) errors.push("Top level keys \"errors\" and \"data\" cannot both be present in a JSON API document");
|
|
164
|
+
if ("data" in doc) {
|
|
165
|
+
if (!(doc.data === null || Array.isArray(doc.data) || typeof doc.data === "object")) errors.push("data must be null, an object, or an array");
|
|
166
|
+
}
|
|
167
|
+
if ("meta" in doc) {
|
|
168
|
+
if (typeof doc.meta !== "object") errors.push("meta must be an object");
|
|
169
|
+
}
|
|
170
|
+
if ("errors" in doc) {
|
|
171
|
+
if (!Array.isArray(doc.errors)) errors.push("errors must be an array");
|
|
172
|
+
}
|
|
173
|
+
if ("links" in doc) {
|
|
174
|
+
if (typeof doc.links !== "object") errors.push("links must be an object");
|
|
175
|
+
}
|
|
176
|
+
if ("jsonapi" in doc) {
|
|
177
|
+
if (typeof doc.jsonapi !== "object") errors.push("jsonapi must be an object");
|
|
178
|
+
}
|
|
179
|
+
if ("included" in doc) {
|
|
180
|
+
if (typeof doc.included !== "object") errors.push("included must be an array");
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
184
|
+
if (!test) throw new Error(`Response must be normalized to a valid JSON API document:\n\t* ${errors.join("\n * ")}`);
|
|
185
|
+
})(errors.length === 0);
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
function normalizeResponseHelper(serializer, store, modelClass, payload, id, requestType) {
|
|
189
|
+
const normalizedResponse = serializer ? serializer.normalizeResponse(store, modelClass, payload, id, requestType) : payload;
|
|
190
|
+
validateDocumentStructure(normalizedResponse);
|
|
191
|
+
return normalizedResponse;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
//#endregion
|
|
195
|
+
//#region src/compat/legacy-network-handler/snapshot.ts
|
|
196
|
+
/**
|
|
197
|
+
Snapshot is not directly instantiable.
|
|
198
|
+
Instances are provided to a consuming application's
|
|
199
|
+
adapters and serializers for certain requests.
|
|
200
|
+
|
|
201
|
+
Snapshots are only available when using `@ember-data/legacy-compat`
|
|
202
|
+
for legacy compatibility with adapters and serializers.
|
|
203
|
+
|
|
204
|
+
For serialization of records in modern paradigms, request data from
|
|
205
|
+
the cache or off the record directly.
|
|
206
|
+
|
|
207
|
+
@hideconstructor
|
|
208
|
+
@public
|
|
209
|
+
*/
|
|
210
|
+
var Snapshot = class {
|
|
211
|
+
/** @internal */
|
|
212
|
+
/** @internal */
|
|
213
|
+
/** @internal */
|
|
214
|
+
/** @internal */
|
|
215
|
+
/** @internal */
|
|
216
|
+
/** @internal */
|
|
217
|
+
/** @internal */
|
|
218
|
+
/**
|
|
219
|
+
The unique ResourceKey associated with this Snapshot.
|
|
220
|
+
@public
|
|
221
|
+
*/
|
|
222
|
+
/**
|
|
223
|
+
The ResourceType of the underlying record for this Snapshot, as a string.
|
|
224
|
+
@public
|
|
225
|
+
*/
|
|
226
|
+
/**
|
|
227
|
+
The id of the snapshot's underlying record
|
|
228
|
+
Example
|
|
229
|
+
```js
|
|
230
|
+
// store.push('post', { id: 1, author: 'Tomster', title: 'Ember.js rocks' });
|
|
231
|
+
postSnapshot.id; // => '1'
|
|
232
|
+
```
|
|
233
|
+
@public
|
|
234
|
+
*/
|
|
235
|
+
/**
|
|
236
|
+
If `include` was passed to the options for the request, the value
|
|
237
|
+
would be available here.
|
|
238
|
+
@public
|
|
239
|
+
*/
|
|
240
|
+
/**
|
|
241
|
+
The adapterOptions passed to the request which generated this Snapshot, if any
|
|
242
|
+
@public
|
|
243
|
+
*/
|
|
244
|
+
constructor(options, identifier, store) {
|
|
245
|
+
this._store = store;
|
|
246
|
+
this.__attributes = null;
|
|
247
|
+
this._belongsToRelationships = Object.create(null);
|
|
248
|
+
this._belongsToIds = Object.create(null);
|
|
249
|
+
this._hasManyRelationships = Object.create(null);
|
|
250
|
+
this._hasManyIds = Object.create(null);
|
|
251
|
+
assertPrivateStore(store);
|
|
252
|
+
const hasRecord = !!store._instanceCache.peek(identifier);
|
|
253
|
+
this.modelName = identifier.type;
|
|
254
|
+
this.identifier = identifier;
|
|
255
|
+
if (hasRecord) this._attributes;
|
|
256
|
+
this.id = identifier.id;
|
|
257
|
+
this.adapterOptions = options.adapterOptions;
|
|
258
|
+
this.include = options.include;
|
|
259
|
+
this.modelName = identifier.type;
|
|
260
|
+
if (hasRecord) {
|
|
261
|
+
const cache = this._store.cache;
|
|
262
|
+
this._changedAttributes = cache.changedAttrs(identifier);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
The underlying record for this snapshot. Can be used to access methods and
|
|
267
|
+
properties defined on the record.
|
|
268
|
+
```js
|
|
269
|
+
const someValue = snapshot.record.someProp;
|
|
270
|
+
```
|
|
271
|
+
@property record
|
|
272
|
+
@public
|
|
273
|
+
*/
|
|
274
|
+
get record() {
|
|
275
|
+
const record = this._store.peekRecord(this.identifier);
|
|
276
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
277
|
+
if (!test) throw new Error(`Record ${this.identifier.type} ${this.identifier.id} (${this.identifier.lid}) is not yet loaded and thus cannot be accessed from the Snapshot during serialization`);
|
|
278
|
+
})(record !== null);
|
|
279
|
+
return record;
|
|
280
|
+
}
|
|
281
|
+
/** @internal */
|
|
282
|
+
get _attributes() {
|
|
283
|
+
if (this.__attributes !== null) return this.__attributes;
|
|
284
|
+
const attributes = this.__attributes = Object.create(null);
|
|
285
|
+
const { identifier } = this;
|
|
286
|
+
const cache = this._store.cache;
|
|
287
|
+
this.eachAttribute((key, meta) => {
|
|
288
|
+
attributes[key] = cache.getAttr(identifier, key);
|
|
289
|
+
});
|
|
290
|
+
return attributes;
|
|
291
|
+
}
|
|
292
|
+
get isNew() {
|
|
293
|
+
return this._store.cache?.isNew(this.identifier) || false;
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
Returns the value of an attribute.
|
|
297
|
+
Example
|
|
298
|
+
```javascript
|
|
299
|
+
// store.push('post', { id: 1, author: 'Tomster', title: 'Ember.js rocks' });
|
|
300
|
+
postSnapshot.attr('author'); // => 'Tomster'
|
|
301
|
+
postSnapshot.attr('title'); // => 'Ember.js rocks'
|
|
302
|
+
```
|
|
303
|
+
Note: Values are loaded eagerly and cached when the snapshot is created.
|
|
304
|
+
@return The attribute value or undefined
|
|
305
|
+
@public
|
|
306
|
+
*/
|
|
307
|
+
attr(keyName) {
|
|
308
|
+
if (keyName in this._attributes) return this._attributes[keyName];
|
|
309
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
310
|
+
if (!test) throw new Error(`Model '${this.identifier.lid}' has no attribute named '${keyName}' defined.`);
|
|
311
|
+
})(false);
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
Returns all attributes and their corresponding values.
|
|
315
|
+
::: warning ⚠️ WARNING
|
|
316
|
+
Attributes are SHALLOW copied from the cache.
|
|
317
|
+
Because they are NOT deep copied from the cache, mutating
|
|
318
|
+
any object or array fields will cause unintended side-effects
|
|
319
|
+
and bugs.
|
|
320
|
+
:::
|
|
321
|
+
Example
|
|
322
|
+
```js
|
|
323
|
+
// store.push('post', { id: 1, author: 'Tomster', title: 'Ember.js rocks' });
|
|
324
|
+
postSnapshot.attributes(); // => { author: 'Tomster', title: 'Ember.js rocks' }
|
|
325
|
+
```
|
|
326
|
+
@return All attributes of the current snapshot
|
|
327
|
+
@public
|
|
328
|
+
*/
|
|
329
|
+
attributes() {
|
|
330
|
+
return { ...this._attributes };
|
|
331
|
+
}
|
|
332
|
+
/**
|
|
333
|
+
Returns all changed attributes and their old and new values.
|
|
334
|
+
Example
|
|
335
|
+
```js
|
|
336
|
+
// store.push('post', { id: 1, author: 'Tomster', title: 'Ember.js rocks' });
|
|
337
|
+
postModel.set('title', 'Ember.js rocks!');
|
|
338
|
+
postSnapshot.changedAttributes(); // => { title: ['Ember.js rocks', 'Ember.js rocks!'] }
|
|
339
|
+
```
|
|
340
|
+
@return All changed attributes of the current snapshot
|
|
341
|
+
@public
|
|
342
|
+
*/
|
|
343
|
+
changedAttributes() {
|
|
344
|
+
const changedAttributes = Object.create(null);
|
|
345
|
+
if (!this._changedAttributes) return changedAttributes;
|
|
346
|
+
const changedAttributeKeys = Object.keys(this._changedAttributes);
|
|
347
|
+
for (let i = 0, length = changedAttributeKeys.length; i < length; i++) {
|
|
348
|
+
const key = changedAttributeKeys[i];
|
|
349
|
+
changedAttributes[key] = this._changedAttributes[key].slice();
|
|
350
|
+
}
|
|
351
|
+
return changedAttributes;
|
|
352
|
+
}
|
|
353
|
+
/**
|
|
354
|
+
Returns the current value of a belongsTo relationship.
|
|
355
|
+
`belongsTo` takes an optional hash of options as a second parameter,
|
|
356
|
+
currently supported options are:
|
|
357
|
+
- `id`: set to `true` if you only want the ID of the related record to be
|
|
358
|
+
returned.
|
|
359
|
+
Example
|
|
360
|
+
```js
|
|
361
|
+
// store.push('post', { id: 1, title: 'Hello World' });
|
|
362
|
+
// store.createRecord('comment', { body: 'Lorem ipsum', post: post });
|
|
363
|
+
commentSnapshot.belongsTo('post'); // => Snapshot
|
|
364
|
+
commentSnapshot.belongsTo('post', { id: true }); // => '1'
|
|
365
|
+
// store.push('comment', { id: 1, body: 'Lorem ipsum' });
|
|
366
|
+
commentSnapshot.belongsTo('post'); // => undefined
|
|
367
|
+
```
|
|
368
|
+
Calling `belongsTo` will return a new Snapshot as long as there's any known
|
|
369
|
+
data for the relationship available, such as an ID. If the relationship is
|
|
370
|
+
known but unset, `belongsTo` will return `null`. If the contents of the
|
|
371
|
+
relationship is unknown `belongsTo` will return `undefined`.
|
|
372
|
+
Note: Relationships are loaded lazily and cached upon first access.
|
|
373
|
+
@public
|
|
374
|
+
@return A snapshot or ID of a known relationship or null if the
|
|
375
|
+
relationship is known but unset. undefined will be returned if the
|
|
376
|
+
contents of the relationship are unknown.
|
|
377
|
+
*/
|
|
378
|
+
belongsTo(keyName, options) {
|
|
379
|
+
const returnModeIsId = !!(options && options.id);
|
|
380
|
+
let result;
|
|
381
|
+
const store = this._store;
|
|
382
|
+
if (returnModeIsId === true && keyName in this._belongsToIds) return this._belongsToIds[keyName];
|
|
383
|
+
if (returnModeIsId === false && keyName in this._belongsToRelationships) return this._belongsToRelationships[keyName];
|
|
384
|
+
const relationshipMeta = store.schema.fields({ type: this.modelName }).get(keyName);
|
|
385
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
386
|
+
if (!test) throw new Error(`Model '${this.identifier.lid}' has no belongsTo relationship named '${keyName}' defined.`);
|
|
387
|
+
})(relationshipMeta && relationshipMeta.kind === "belongsTo");
|
|
388
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
389
|
+
if (!test) throw new Error(`snapshot.belongsTo only supported when using a cache that supports the graph`);
|
|
390
|
+
})(this._store._graph);
|
|
391
|
+
const { identifier } = this;
|
|
392
|
+
if (macroCondition(getGlobalConfig().WarpDrive.env.DEBUG)) {
|
|
393
|
+
const relationship = this._store.schema.fields(identifier)?.get(keyName);
|
|
394
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
395
|
+
if (!test) throw new Error(`You looked up the ${keyName} belongsTo relationship for { type: ${identifier.type}, id: ${identifier.id || ""}, lid: ${identifier.lid} but no such relationship was found.`);
|
|
396
|
+
})(relationship);
|
|
397
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
398
|
+
if (!test) throw new Error(`You looked up the ${keyName} belongsTo relationship for { type: ${identifier.type}, id: ${identifier.id || ""}, lid: ${identifier.lid} but that relationship is a hasMany.`);
|
|
399
|
+
})(relationship.kind === "belongsTo");
|
|
400
|
+
}
|
|
401
|
+
const value = this._store.cache.getRelationship(identifier, keyName);
|
|
402
|
+
const data = value && value.data;
|
|
403
|
+
/* @__PURE__ */ upgradeStore(store);
|
|
404
|
+
const inverseIdentifier = data ? store.cacheKeyManager.getOrCreateRecordIdentifier(data) : null;
|
|
405
|
+
if (value && value.data !== void 0) {
|
|
406
|
+
const cache = store.cache;
|
|
407
|
+
if (inverseIdentifier && !cache.isDeleted(inverseIdentifier)) {
|
|
408
|
+
if (returnModeIsId) result = inverseIdentifier.id;
|
|
409
|
+
else result = store._fetchManager.createSnapshot(inverseIdentifier);
|
|
410
|
+
} else result = null;
|
|
411
|
+
}
|
|
412
|
+
if (returnModeIsId) this._belongsToIds[keyName] = result;
|
|
413
|
+
else this._belongsToRelationships[keyName] = result;
|
|
414
|
+
return result;
|
|
415
|
+
}
|
|
416
|
+
/**
|
|
417
|
+
Returns the current value of a hasMany relationship.
|
|
418
|
+
`hasMany` takes an optional hash of options as a second parameter,
|
|
419
|
+
currently supported options are:
|
|
420
|
+
- `ids`: set to `true` if you only want the IDs of the related records to be
|
|
421
|
+
returned.
|
|
422
|
+
Example
|
|
423
|
+
```javascript
|
|
424
|
+
// store.push('post', { id: 1, title: 'Hello World', comments: [2, 3] });
|
|
425
|
+
postSnapshot.hasMany('comments'); // => [Snapshot, Snapshot]
|
|
426
|
+
postSnapshot.hasMany('comments', { ids: true }); // => ['2', '3']
|
|
427
|
+
// store.push('post', { id: 1, title: 'Hello World' });
|
|
428
|
+
postSnapshot.hasMany('comments'); // => undefined
|
|
429
|
+
```
|
|
430
|
+
Note: Relationships are loaded lazily and cached upon first access.
|
|
431
|
+
@public
|
|
432
|
+
@return An array of snapshots or IDs of a known
|
|
433
|
+
relationship or an empty array if the relationship is known but unset.
|
|
434
|
+
undefined will be returned if the contents of the relationship is unknown.
|
|
435
|
+
*/
|
|
436
|
+
hasMany(keyName, options) {
|
|
437
|
+
const returnModeIsIds = !!(options && options.ids);
|
|
438
|
+
let results;
|
|
439
|
+
const cachedIds = this._hasManyIds[keyName];
|
|
440
|
+
const cachedSnapshots = this._hasManyRelationships[keyName];
|
|
441
|
+
if (returnModeIsIds === true && keyName in this._hasManyIds) return cachedIds;
|
|
442
|
+
if (returnModeIsIds === false && keyName in this._hasManyRelationships) return cachedSnapshots;
|
|
443
|
+
const store = this._store;
|
|
444
|
+
/* @__PURE__ */ upgradeStore(store);
|
|
445
|
+
const relationshipMeta = store.schema.fields({ type: this.modelName }).get(keyName);
|
|
446
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
447
|
+
if (!test) throw new Error(`Model '${this.identifier.lid}' has no hasMany relationship named '${keyName}' defined.`);
|
|
448
|
+
})(relationshipMeta && relationshipMeta.kind === "hasMany");
|
|
449
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
450
|
+
if (!test) throw new Error(`snapshot.hasMany only supported when using a cache that supports the graph`);
|
|
451
|
+
})(this._store._graph);
|
|
452
|
+
const { identifier } = this;
|
|
453
|
+
if (macroCondition(getGlobalConfig().WarpDrive.env.DEBUG)) {
|
|
454
|
+
const relationship = this._store.schema.fields(identifier)?.get(keyName);
|
|
455
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
456
|
+
if (!test) throw new Error(`You looked up the ${keyName} hasMany relationship for { type: ${identifier.type}, id: ${identifier.id || ""}, lid: ${identifier.lid} but no such relationship was found.`);
|
|
457
|
+
})(relationship);
|
|
458
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
459
|
+
if (!test) throw new Error(`You looked up the ${keyName} hasMany relationship for { type: ${identifier.type}, id: ${identifier.id || ""}, lid: ${identifier.lid} but that relationship is a belongsTo.`);
|
|
460
|
+
})(relationship.kind === "hasMany");
|
|
461
|
+
}
|
|
462
|
+
const value = this._store.cache.getRelationship(identifier, keyName);
|
|
463
|
+
if (value.data) {
|
|
464
|
+
results = [];
|
|
465
|
+
value.data.forEach((member) => {
|
|
466
|
+
const inverseIdentifier = store.cacheKeyManager.getOrCreateRecordIdentifier(member);
|
|
467
|
+
if (!store.cache.isDeleted(inverseIdentifier)) {
|
|
468
|
+
if (returnModeIsIds) results.push(inverseIdentifier.id);
|
|
469
|
+
else results.push(store._fetchManager.createSnapshot(inverseIdentifier));
|
|
470
|
+
}
|
|
471
|
+
});
|
|
472
|
+
}
|
|
473
|
+
if (returnModeIsIds) this._hasManyIds[keyName] = results;
|
|
474
|
+
else this._hasManyRelationships[keyName] = results;
|
|
475
|
+
return results;
|
|
476
|
+
}
|
|
477
|
+
/**
|
|
478
|
+
Iterates through all the attributes of the model, calling the passed
|
|
479
|
+
function on each attribute.
|
|
480
|
+
Example
|
|
481
|
+
```javascript
|
|
482
|
+
snapshot.eachAttribute(function(name, meta) {
|
|
483
|
+
// ...
|
|
484
|
+
});
|
|
485
|
+
```
|
|
486
|
+
@param callback the callback to execute
|
|
487
|
+
@param binding the optional value to which the callback's `this` should be bound
|
|
488
|
+
@public
|
|
489
|
+
*/
|
|
490
|
+
eachAttribute(callback, binding) {
|
|
491
|
+
if (typeof this._store.modelFor === "function") this._store.modelFor(this.identifier.type).eachAttribute(callback, binding);
|
|
492
|
+
else this._store.schema.fields(this.identifier).forEach((field, key) => {
|
|
493
|
+
if (field.kind === "attribute") callback.call(binding, key, field);
|
|
494
|
+
});
|
|
495
|
+
}
|
|
496
|
+
/**
|
|
497
|
+
Iterates through all the relationships of the model, calling the passed
|
|
498
|
+
function on each relationship.
|
|
499
|
+
Example
|
|
500
|
+
```javascript
|
|
501
|
+
snapshot.eachRelationship(function(name, relationship) {
|
|
502
|
+
// ...
|
|
503
|
+
});
|
|
504
|
+
```
|
|
505
|
+
@param callback the callback to execute
|
|
506
|
+
@param binding the optional value to which the callback's `this` should be bound
|
|
507
|
+
@public
|
|
508
|
+
*/
|
|
509
|
+
eachRelationship(callback, binding) {
|
|
510
|
+
if (typeof this._store.modelFor === "function") this._store.modelFor(this.identifier.type).eachRelationship(callback, binding);
|
|
511
|
+
else this._store.schema.fields(this.identifier).forEach((field, key) => {
|
|
512
|
+
if (field.kind === "belongsTo" || field.kind === "hasMany") callback.call(binding, key, field);
|
|
513
|
+
});
|
|
514
|
+
}
|
|
515
|
+
/**
|
|
516
|
+
Serializes the snapshot using the serializer for the model.
|
|
517
|
+
Example
|
|
518
|
+
```js [app/adapters/application.js]
|
|
519
|
+
import Adapter from '@ember-data/adapter';
|
|
520
|
+
export default Adapter.extend({
|
|
521
|
+
createRecord(store, type, snapshot) {
|
|
522
|
+
let data = snapshot.serialize({ includeId: true });
|
|
523
|
+
let url = `/${type.modelName}`;
|
|
524
|
+
return fetch(url, {
|
|
525
|
+
method: 'POST',
|
|
526
|
+
body: data,
|
|
527
|
+
}).then((response) => response.json())
|
|
528
|
+
}
|
|
529
|
+
});
|
|
530
|
+
```
|
|
531
|
+
@return an object whose values are primitive JSON values only
|
|
532
|
+
@public
|
|
533
|
+
*/
|
|
534
|
+
serialize(options) {
|
|
535
|
+
/* @__PURE__ */ upgradeStore(this._store);
|
|
536
|
+
const serializer = this._store.serializerFor(this.modelName);
|
|
537
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
538
|
+
if (!test) throw new Error(`Cannot serialize record, no serializer found`);
|
|
539
|
+
})(serializer);
|
|
540
|
+
return serializer.serialize(this, options);
|
|
541
|
+
}
|
|
542
|
+
};
|
|
543
|
+
|
|
544
|
+
//#endregion
|
|
545
|
+
//#region src/compat/legacy-network-handler/fetch-manager.ts
|
|
546
|
+
const SaveOp = getOrSetGlobal("SaveOp", Symbol("SaveOp"));
|
|
547
|
+
/**
|
|
548
|
+
* @private
|
|
549
|
+
*/
|
|
550
|
+
var FetchManager = class {
|
|
551
|
+
/**
|
|
552
|
+
* @internal
|
|
553
|
+
*/
|
|
554
|
+
/** @internal */
|
|
555
|
+
/**
|
|
556
|
+
* @internal
|
|
557
|
+
*/
|
|
558
|
+
/** @internal */
|
|
559
|
+
constructor(store) {
|
|
560
|
+
assertPrivateStore(store);
|
|
561
|
+
this._store = store;
|
|
562
|
+
this._pendingFetch = /* @__PURE__ */ new Map();
|
|
563
|
+
this.requestCache = store.getRequestStateService();
|
|
564
|
+
this.isDestroyed = false;
|
|
565
|
+
}
|
|
566
|
+
createSnapshot(identifier, options = {}) {
|
|
567
|
+
return new Snapshot(options, identifier, this._store);
|
|
568
|
+
}
|
|
569
|
+
/**
|
|
570
|
+
This method is called by `record.save`, and gets passed a
|
|
571
|
+
resolver for the promise that `record.save` returns.
|
|
572
|
+
It schedules saving to happen at the end of the run loop.
|
|
573
|
+
@private
|
|
574
|
+
*/
|
|
575
|
+
scheduleSave(identifier, options) {
|
|
576
|
+
const resolver = createDeferred();
|
|
577
|
+
const queryRequest = { data: [{
|
|
578
|
+
op: "saveRecord",
|
|
579
|
+
recordIdentifier: identifier,
|
|
580
|
+
options
|
|
581
|
+
}] };
|
|
582
|
+
const pendingSaveItem = {
|
|
583
|
+
snapshot: this.createSnapshot(identifier, options),
|
|
584
|
+
resolver,
|
|
585
|
+
identifier,
|
|
586
|
+
options,
|
|
587
|
+
queryRequest
|
|
588
|
+
};
|
|
589
|
+
const monitored = this.requestCache._enqueue(resolver.promise, pendingSaveItem.queryRequest);
|
|
590
|
+
_flushPendingSave(this._store, pendingSaveItem);
|
|
591
|
+
return monitored;
|
|
592
|
+
}
|
|
593
|
+
scheduleFetch(identifier, options, request) {
|
|
594
|
+
const queryRequest = { data: [{
|
|
595
|
+
op: "findRecord",
|
|
596
|
+
recordIdentifier: identifier,
|
|
597
|
+
options
|
|
598
|
+
}] };
|
|
599
|
+
const pendingFetch = this.getPendingFetch(identifier, options);
|
|
600
|
+
if (pendingFetch) return pendingFetch;
|
|
601
|
+
const modelName = identifier.type;
|
|
602
|
+
const resolver = createDeferred();
|
|
603
|
+
const pendingFetchItem = {
|
|
604
|
+
identifier,
|
|
605
|
+
resolver,
|
|
606
|
+
options,
|
|
607
|
+
queryRequest
|
|
608
|
+
};
|
|
609
|
+
const resolverPromise = resolver.promise;
|
|
610
|
+
const store = this._store;
|
|
611
|
+
const isInitialLoad = !store._instanceCache.recordIsLoaded(identifier);
|
|
612
|
+
let promise = this.requestCache._enqueue(resolverPromise, pendingFetchItem.queryRequest).then((payload) => {
|
|
613
|
+
if (payload.data && !Array.isArray(payload.data)) payload.data.lid = identifier.lid;
|
|
614
|
+
const potentiallyNewIm = store._push(payload, options.reload);
|
|
615
|
+
if (potentiallyNewIm && !Array.isArray(potentiallyNewIm)) return potentiallyNewIm;
|
|
616
|
+
return identifier;
|
|
617
|
+
}, (error) => {
|
|
618
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
619
|
+
if (!test) throw new Error(`Async Leak Detected: Expected the store to not be destroyed`);
|
|
620
|
+
})(!store.isDestroyed);
|
|
621
|
+
const cache = store.cache;
|
|
622
|
+
if (!cache || cache.isEmpty(identifier) || isInitialLoad) {
|
|
623
|
+
let isReleasable = true;
|
|
624
|
+
if (store._graph) {
|
|
625
|
+
const graph = store._graph;
|
|
626
|
+
if (!cache) {
|
|
627
|
+
isReleasable = graph.isReleasable(identifier);
|
|
628
|
+
if (!isReleasable) graph.unload(identifier, true);
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
if (cache || isReleasable) {
|
|
632
|
+
store._enableAsyncFlush = true;
|
|
633
|
+
store._instanceCache.unloadRecord(identifier);
|
|
634
|
+
store._enableAsyncFlush = null;
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
throw error;
|
|
638
|
+
});
|
|
639
|
+
if (this._pendingFetch.size === 0) new Promise((resolve) => setTimeout(resolve, 0)).then(() => {
|
|
640
|
+
this.flushAllPendingFetches();
|
|
641
|
+
});
|
|
642
|
+
const fetchesByType = this._pendingFetch;
|
|
643
|
+
let fetchesById = fetchesByType.get(modelName);
|
|
644
|
+
if (!fetchesById) {
|
|
645
|
+
fetchesById = /* @__PURE__ */ new Map();
|
|
646
|
+
fetchesByType.set(modelName, fetchesById);
|
|
647
|
+
}
|
|
648
|
+
let requestsForIdentifier = fetchesById.get(identifier);
|
|
649
|
+
if (!requestsForIdentifier) {
|
|
650
|
+
requestsForIdentifier = [];
|
|
651
|
+
fetchesById.set(identifier, requestsForIdentifier);
|
|
652
|
+
}
|
|
653
|
+
requestsForIdentifier.push(pendingFetchItem);
|
|
654
|
+
if (macroCondition(getGlobalConfig().WarpDrive.env.TESTING)) {
|
|
655
|
+
if (!request.disableTestWaiter) promise = waitFor(promise);
|
|
656
|
+
}
|
|
657
|
+
pendingFetchItem.promise = promise;
|
|
658
|
+
return promise;
|
|
659
|
+
}
|
|
660
|
+
getPendingFetch(identifier, options) {
|
|
661
|
+
const pendingFetches = this._pendingFetch.get(identifier.type)?.get(identifier);
|
|
662
|
+
if (pendingFetches) {
|
|
663
|
+
const matchingPendingFetch = pendingFetches.find((fetch) => isSameRequest(options, fetch.options));
|
|
664
|
+
if (matchingPendingFetch) return matchingPendingFetch.promise;
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
flushAllPendingFetches() {
|
|
668
|
+
if (this.isDestroyed) return;
|
|
669
|
+
const store = this._store;
|
|
670
|
+
this._pendingFetch.forEach((fetchItem, type) => _flushPendingFetchForType(store, fetchItem, type));
|
|
671
|
+
this._pendingFetch.clear();
|
|
672
|
+
}
|
|
673
|
+
fetchDataIfNeededForIdentifier(identifier, options = {}, request) {
|
|
674
|
+
const isEmpty = _isEmpty(this._store._instanceCache, identifier);
|
|
675
|
+
const isLoading = _isLoading(this._store._instanceCache, identifier);
|
|
676
|
+
let promise;
|
|
677
|
+
if (isEmpty) {
|
|
678
|
+
assertIdentifierHasId(identifier);
|
|
679
|
+
if (macroCondition(getGlobalConfig().WarpDrive.env.DEBUG)) promise = this.scheduleFetch(identifier, Object.assign({}, options, { reload: true }), request);
|
|
680
|
+
else {
|
|
681
|
+
options.reload = true;
|
|
682
|
+
promise = this.scheduleFetch(identifier, options, request);
|
|
683
|
+
}
|
|
684
|
+
} else if (isLoading) {
|
|
685
|
+
promise = this.getPendingFetch(identifier, options);
|
|
686
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
687
|
+
if (!test) throw new Error(`Expected to find a pending request for a record in the loading state, but found none`);
|
|
688
|
+
})(promise);
|
|
689
|
+
} else promise = Promise.resolve(identifier);
|
|
690
|
+
return promise;
|
|
691
|
+
}
|
|
692
|
+
destroy() {
|
|
693
|
+
this.isDestroyed = true;
|
|
694
|
+
}
|
|
695
|
+
};
|
|
696
|
+
/**
|
|
697
|
+
* This type exists for internal use only for
|
|
698
|
+
* where intimate contracts still exist either for
|
|
699
|
+
* the Test Suite or for Legacy code.
|
|
700
|
+
*
|
|
701
|
+
* @private
|
|
702
|
+
*/
|
|
703
|
+
function _isEmpty(instanceCache, identifier) {
|
|
704
|
+
const cache = instanceCache.cache;
|
|
705
|
+
if (!cache) return true;
|
|
706
|
+
const isNew = cache.isNew(identifier);
|
|
707
|
+
const isDeleted = cache.isDeleted(identifier);
|
|
708
|
+
const isEmpty = cache.isEmpty(identifier);
|
|
709
|
+
return (!isNew || isDeleted) && isEmpty;
|
|
710
|
+
}
|
|
711
|
+
function _isLoading(cache, identifier) {
|
|
712
|
+
const req = cache.store.getRequestStateService();
|
|
713
|
+
return !cache.recordIsLoaded(identifier) && req.getPendingRequestsForRecord(identifier).some((r) => r.type === "query");
|
|
714
|
+
}
|
|
715
|
+
function includesSatisfies(current, existing) {
|
|
716
|
+
if (!current?.length) return true;
|
|
717
|
+
if (!existing?.length) return false;
|
|
718
|
+
const arrCurrent = (Array.isArray(current) ? current : current.split(",")).sort();
|
|
719
|
+
const arrExisting = (Array.isArray(existing) ? existing : existing.split(",")).sort();
|
|
720
|
+
if (arrCurrent.join(",") === arrExisting.join(",")) return true;
|
|
721
|
+
for (let i = 0; i < arrCurrent.length; i++) if (!arrExisting.includes(arrCurrent[i])) return false;
|
|
722
|
+
return true;
|
|
723
|
+
}
|
|
724
|
+
function optionsSatisfies(current, existing) {
|
|
725
|
+
return !current || current === existing || Object.keys(current).length === 0;
|
|
726
|
+
}
|
|
727
|
+
function isSameRequest(options = {}, existingOptions = {}) {
|
|
728
|
+
return optionsSatisfies(options.adapterOptions, existingOptions.adapterOptions) && includesSatisfies(options.include, existingOptions.include);
|
|
729
|
+
}
|
|
730
|
+
function _findMany(store, adapter, modelName, snapshots) {
|
|
731
|
+
const modelClass = store.modelFor(modelName);
|
|
732
|
+
const promise = Promise.resolve().then(() => {
|
|
733
|
+
const ids = snapshots.map((s) => s.id);
|
|
734
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
735
|
+
if (!test) throw new Error(`Cannot fetch a record without an id`);
|
|
736
|
+
})(ids.every((v) => v !== null));
|
|
737
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
738
|
+
if (!test) throw new Error(`Expected this adapter to implement findMany for coalescing`);
|
|
739
|
+
})(adapter.findMany);
|
|
740
|
+
const ret = adapter.findMany(store, modelClass, ids, snapshots);
|
|
741
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
742
|
+
if (!test) throw new Error("adapter.findMany returned undefined, this was very likely a mistake");
|
|
743
|
+
})(ret !== void 0);
|
|
744
|
+
return ret;
|
|
745
|
+
});
|
|
746
|
+
/* @__PURE__ */ upgradeStore(store);
|
|
747
|
+
return promise.then((adapterPayload) => {
|
|
748
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
749
|
+
if (!test) throw new Error(`You made a 'findMany' request for '${modelName}' records with ids '[${snapshots.map((s) => s.id).join(",")}]', but the adapter's response did not have any data`);
|
|
750
|
+
})(!!payloadIsNotBlank(adapterPayload));
|
|
751
|
+
const serializer = store.serializerFor(modelName);
|
|
752
|
+
return normalizeResponseHelper(serializer, store, modelClass, adapterPayload, null, "findMany");
|
|
753
|
+
});
|
|
754
|
+
}
|
|
755
|
+
function rejectFetchedItems(fetchMap, snapshots, error) {
|
|
756
|
+
for (let i = 0, l = snapshots.length; i < l; i++) {
|
|
757
|
+
const snapshot = snapshots[i];
|
|
758
|
+
const pair = fetchMap.get(snapshot);
|
|
759
|
+
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.`));
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
function handleFoundRecords(store, fetchMap, snapshots, coalescedPayload) {
|
|
763
|
+
const snapshotsById = /* @__PURE__ */ new Map();
|
|
764
|
+
for (let i = 0; i < snapshots.length; i++) {
|
|
765
|
+
const id = snapshots[i].id;
|
|
766
|
+
let snapshotGroup = snapshotsById.get(id);
|
|
767
|
+
if (!snapshotGroup) {
|
|
768
|
+
snapshotGroup = [];
|
|
769
|
+
snapshotsById.set(id, snapshotGroup);
|
|
770
|
+
}
|
|
771
|
+
snapshotGroup.push(snapshots[i]);
|
|
772
|
+
}
|
|
773
|
+
const included = Array.isArray(coalescedPayload.included) ? coalescedPayload.included : [];
|
|
774
|
+
const resources = coalescedPayload.data;
|
|
775
|
+
for (let i = 0, l = resources.length; i < l; i++) {
|
|
776
|
+
const resource = resources[i];
|
|
777
|
+
const snapshotGroup = snapshotsById.get(resource.id);
|
|
778
|
+
snapshotsById.delete(resource.id);
|
|
779
|
+
if (!snapshotGroup) included.push(resource);
|
|
780
|
+
else snapshotGroup.forEach((snapshot) => {
|
|
781
|
+
fetchMap.get(snapshot).resolver.resolve({ data: resource });
|
|
782
|
+
});
|
|
783
|
+
}
|
|
784
|
+
if (included.length > 0) store._push({
|
|
785
|
+
data: null,
|
|
786
|
+
included
|
|
787
|
+
}, true);
|
|
788
|
+
if (snapshotsById.size === 0) return;
|
|
789
|
+
const rejected = [];
|
|
790
|
+
snapshotsById.forEach((snapshotArray) => {
|
|
791
|
+
rejected.push(...snapshotArray);
|
|
792
|
+
});
|
|
793
|
+
warn("Ember Data expected to find records with the following ids in the adapter response from findMany but they were missing: [ \"" + [...snapshotsById.values()].map((r) => r[0].id).join("\", \"") + "\" ]", { id: "ds.store.missing-records-from-adapter" });
|
|
794
|
+
rejectFetchedItems(fetchMap, rejected);
|
|
795
|
+
}
|
|
796
|
+
function _fetchRecord(store, adapter, fetchItem) {
|
|
797
|
+
/* @__PURE__ */ upgradeStore(store);
|
|
798
|
+
const identifier = fetchItem.identifier;
|
|
799
|
+
const modelName = identifier.type;
|
|
800
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
801
|
+
if (!test) throw new Error(`You tried to find a record but you have no adapter (for ${modelName})`);
|
|
802
|
+
})(adapter);
|
|
803
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
804
|
+
if (!test) throw new Error(`You tried to find a record but your adapter (for ${modelName}) does not implement 'findRecord'`);
|
|
805
|
+
})(typeof adapter.findRecord === "function");
|
|
806
|
+
const snapshot = store._fetchManager.createSnapshot(identifier, fetchItem.options);
|
|
807
|
+
const klass = store.modelFor(identifier.type);
|
|
808
|
+
const id = identifier.id;
|
|
809
|
+
let promise = Promise.resolve().then(() => {
|
|
810
|
+
return adapter.findRecord(store, klass, identifier.id, snapshot);
|
|
811
|
+
});
|
|
812
|
+
promise = promise.then((adapterPayload) => {
|
|
813
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
814
|
+
if (!test) throw new Error(`Async Leak Detected: Expected the store to not be destroyed`);
|
|
815
|
+
})(!(store.isDestroyed || store.isDestroying));
|
|
816
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
817
|
+
if (!test) throw new Error(`You made a 'findRecord' request for a '${modelName}' with id '${id}', but the adapter's response did not have any data`);
|
|
818
|
+
})(!!payloadIsNotBlank(adapterPayload));
|
|
819
|
+
const serializer = store.serializerFor(modelName);
|
|
820
|
+
const payload = normalizeResponseHelper(serializer, store, klass, adapterPayload, id, "findRecord");
|
|
821
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
822
|
+
if (!test) throw new Error(`Ember Data expected the primary data returned from a 'findRecord' response to be an object but instead it found an array.`);
|
|
823
|
+
})(!Array.isArray(payload.data));
|
|
824
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
825
|
+
if (!test) throw new Error(`The 'findRecord' request for ${modelName}:${id} resolved indicating success but contained no primary data. To indicate a 404 not found you should either reject the promise returned by the adapter's findRecord method or throw a NotFoundError.`);
|
|
826
|
+
})("data" in payload && payload.data !== null && typeof payload.data === "object");
|
|
827
|
+
warn(`You requested a record of type '${modelName}' with id '${id}' but the adapter returned a payload with primary data having an id of '${payload.data.id}'. Use 'store.findRecord()' when the requested id is the same as the one returned by the adapter. In other cases use 'store.queryRecord()' instead.`, coerceId(payload.data.id) === coerceId(id), { id: "ds.store.findRecord.id-mismatch" });
|
|
828
|
+
return payload;
|
|
829
|
+
});
|
|
830
|
+
fetchItem.resolver.resolve(promise);
|
|
831
|
+
}
|
|
832
|
+
function _processCoalescedGroup(store, fetchMap, group, adapter, modelName) {
|
|
833
|
+
if (group.length > 1) _findMany(store, adapter, modelName, group).then((payloads) => {
|
|
834
|
+
handleFoundRecords(store, fetchMap, group, payloads);
|
|
835
|
+
}).catch((error) => {
|
|
836
|
+
rejectFetchedItems(fetchMap, group, error);
|
|
837
|
+
});
|
|
838
|
+
else if (group.length === 1) _fetchRecord(store, adapter, fetchMap.get(group[0]));
|
|
839
|
+
else macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
840
|
+
if (!test) throw new Error("You cannot return an empty array from adapter's method groupRecordsForFindMany");
|
|
841
|
+
})(false);
|
|
842
|
+
}
|
|
843
|
+
function _flushPendingFetchForType(store, pendingFetchMap, modelName) {
|
|
844
|
+
/* @__PURE__ */ upgradeStore(store);
|
|
845
|
+
const adapter = store.adapterFor(modelName);
|
|
846
|
+
if (!!adapter.findMany && adapter.coalesceFindRequests) {
|
|
847
|
+
const pendingFetchItems = [];
|
|
848
|
+
pendingFetchMap.forEach((requestsForIdentifier, identifier) => {
|
|
849
|
+
if (requestsForIdentifier.length > 1) return;
|
|
850
|
+
pendingFetchMap.delete(identifier);
|
|
851
|
+
pendingFetchItems.push(requestsForIdentifier[0]);
|
|
852
|
+
});
|
|
853
|
+
const totalItems = pendingFetchItems.length;
|
|
854
|
+
if (totalItems > 1) {
|
|
855
|
+
const snapshots = new Array(totalItems);
|
|
856
|
+
const fetchMap = /* @__PURE__ */ new Map();
|
|
857
|
+
for (let i = 0; i < totalItems; i++) {
|
|
858
|
+
const fetchItem = pendingFetchItems[i];
|
|
859
|
+
snapshots[i] = store._fetchManager.createSnapshot(fetchItem.identifier, fetchItem.options);
|
|
860
|
+
fetchMap.set(snapshots[i], fetchItem);
|
|
861
|
+
}
|
|
862
|
+
let groups;
|
|
863
|
+
if (adapter.groupRecordsForFindMany) groups = adapter.groupRecordsForFindMany(store, snapshots);
|
|
864
|
+
else groups = [snapshots];
|
|
865
|
+
for (let i = 0, l = groups.length; i < l; i++) _processCoalescedGroup(store, fetchMap, groups[i], adapter, modelName);
|
|
866
|
+
} else if (totalItems === 1) _fetchRecord(store, adapter, pendingFetchItems[0]);
|
|
867
|
+
}
|
|
868
|
+
pendingFetchMap.forEach((pendingFetchItems) => {
|
|
869
|
+
pendingFetchItems.forEach((pendingFetchItem) => {
|
|
870
|
+
_fetchRecord(store, adapter, pendingFetchItem);
|
|
871
|
+
});
|
|
872
|
+
});
|
|
873
|
+
}
|
|
874
|
+
function _flushPendingSave(store, pending) {
|
|
875
|
+
const { snapshot, resolver, identifier, options } = pending;
|
|
876
|
+
/* @__PURE__ */ upgradeStore(store);
|
|
877
|
+
const adapter = store.adapterFor(identifier.type);
|
|
878
|
+
const operation = options[SaveOp];
|
|
879
|
+
const modelName = snapshot.modelName;
|
|
880
|
+
const modelClass = store.modelFor(modelName);
|
|
881
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
882
|
+
if (!test) throw new Error(`You tried to update a record but you have no adapter (for ${modelName})`);
|
|
883
|
+
})(adapter);
|
|
884
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
885
|
+
if (!test) throw new Error(`You tried to update a record but your adapter (for ${modelName}) does not implement '${operation}'`);
|
|
886
|
+
})(typeof adapter[operation] === "function");
|
|
887
|
+
let promise = Promise.resolve().then(() => adapter[operation](store, modelClass, snapshot));
|
|
888
|
+
const serializer = store.serializerFor(modelName);
|
|
889
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) && ((test) => {
|
|
890
|
+
if (!test) throw new Error(`Your adapter's '${operation}' method must return a value, but it returned 'undefined'`);
|
|
891
|
+
})(promise !== void 0);
|
|
892
|
+
promise = promise.then((adapterPayload) => {
|
|
893
|
+
if (adapterPayload) return normalizeResponseHelper(serializer, store, modelClass, adapterPayload, snapshot.id, operation);
|
|
894
|
+
});
|
|
895
|
+
resolver.resolve(promise);
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
//#endregion
|
|
899
|
+
//#region src/compat/-private.ts
|
|
900
|
+
function upgradeStore(store) {}
|
|
901
|
+
|
|
902
|
+
//#endregion
|
|
903
|
+
export { normalizeResponseHelper as a, assertIdentifierHasId as c, Snapshot as i, SnapshotRecordArray as l, FetchManager as n, iterateData as o, SaveOp as r, payloadIsNotBlank as s, upgradeStore as t };
|
|
904
|
+
//# sourceMappingURL=-private-DccRZQsm.js.map
|