@salesforce/lds-runtime-aura 1.287.0-dev1 → 1.287.0-dev11
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/ldsEngineCreator.js +5 -1
- package/package.json +10 -10
package/dist/ldsEngineCreator.js
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
import { HttpStatusCode, InMemoryStore as InMemoryStore$1, Environment, Luvio, InMemoryStoreQueryEvaluator } from 'force/luvioEngine';
|
|
16
16
|
import ldsTrackedFieldsBehaviorGate from '@salesforce/gate/lds.useNewTrackedFieldBehavior';
|
|
17
17
|
import usePredictiveLoading from '@salesforce/gate/lds.usePredictiveLoading';
|
|
18
|
+
import useRelatedListsPredictions from '@salesforce/gate/lds.pdl.useRelatedListsPredictions';
|
|
18
19
|
import { instrument, getRecordAvatarsAdapterFactory, getRecordAdapterFactory, coerceFieldIdArray, getRecordsAdapterFactory, getRecordActionsAdapterFactory, getObjectInfosAdapterFactory, coerceObjectIdArray, getObjectInfoAdapterFactory, coerceObjectId, getRelatedListsActionsAdapterFactory, getRelatedListInfoBatchAdapterFactory, getRelatedListRecordsBatchAdapterFactory, getRelatedListRecordsAdapterFactory, configuration, InMemoryRecordRepresentationQueryEvaluator, UiApiNamespace, RecordRepresentationRepresentationType, registerPrefetcher } from 'force/ldsAdaptersUiapi';
|
|
19
20
|
import { withRegistration as withRegistration$1 } from 'force/luvioRegistry';
|
|
20
21
|
import oneStoreEnabled from '@salesforce/gate/lds.oneStoreEnabled.ltng';
|
|
@@ -2610,6 +2611,9 @@ function initializeLDS() {
|
|
|
2610
2611
|
const luvio = new Luvio(environment, {
|
|
2611
2612
|
instrument: instrumentation.instrumentLuvio.bind(instrumentation),
|
|
2612
2613
|
});
|
|
2614
|
+
// This configuration is needed by bindings time in adapter. Needs to happen
|
|
2615
|
+
// before setDefaultLuvio is called.
|
|
2616
|
+
configuration.setRelatedListsPredictionsEnabled(useRelatedListsPredictions.isOpen({ fallback: false }));
|
|
2613
2617
|
setupInstrumentation(luvio, store);
|
|
2614
2618
|
setupMetadataWatcher(luvio);
|
|
2615
2619
|
setupQueryEvaluators(luvio, store);
|
|
@@ -2678,4 +2682,4 @@ function ldsEngineCreator() {
|
|
|
2678
2682
|
}
|
|
2679
2683
|
|
|
2680
2684
|
export { buildPredictorForContext, ldsEngineCreator as default, initializeLDS, initializeOneStore };
|
|
2681
|
-
// version: 1.287.0-
|
|
2685
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.287.0-
|
|
3
|
+
"version": "1.287.0-dev11",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -44,17 +44,17 @@
|
|
|
44
44
|
"@luvio/service-subscription": "^1.0.0",
|
|
45
45
|
"@luvio/service-type-registry": "^1.0.0",
|
|
46
46
|
"@luvio/utils": "^3.6.0",
|
|
47
|
-
"@salesforce/lds-adapters-uiapi": "^1.287.0-
|
|
48
|
-
"@salesforce/lds-ads-bridge": "^1.287.0-
|
|
49
|
-
"@salesforce/lds-aura-storage": "^1.287.0-
|
|
50
|
-
"@salesforce/lds-bindings": "^1.287.0-
|
|
51
|
-
"@salesforce/lds-instrumentation": "^1.287.0-
|
|
52
|
-
"@salesforce/lds-network-aura": "^1.287.0-
|
|
53
|
-
"@salesforce/lds-network-fetch-with-jwt": "^1.287.0-
|
|
47
|
+
"@salesforce/lds-adapters-uiapi": "^1.287.0-dev11",
|
|
48
|
+
"@salesforce/lds-ads-bridge": "^1.287.0-dev11",
|
|
49
|
+
"@salesforce/lds-aura-storage": "^1.287.0-dev11",
|
|
50
|
+
"@salesforce/lds-bindings": "^1.287.0-dev11",
|
|
51
|
+
"@salesforce/lds-instrumentation": "^1.287.0-dev11",
|
|
52
|
+
"@salesforce/lds-network-aura": "^1.287.0-dev11",
|
|
53
|
+
"@salesforce/lds-network-fetch-with-jwt": "^1.287.0-dev11"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@luvio/network-adapter-composable": "0.154.
|
|
57
|
-
"@salesforce/lds-adapters-uiapi-lex": "^1.287.0-
|
|
56
|
+
"@luvio/network-adapter-composable": "0.154.17-dev2",
|
|
57
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.287.0-dev11"
|
|
58
58
|
},
|
|
59
59
|
"luvioBundlesize": [
|
|
60
60
|
{
|