@salesforce/lds-worker-api 1.136.3 → 1.136.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -761,4 +761,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
761
761
|
}
|
|
762
762
|
|
|
763
763
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
764
|
-
// version: 1.136.
|
|
764
|
+
// version: 1.136.4-be22a02bc
|
|
@@ -3797,7 +3797,7 @@ function withDefaultLuvio(callback) {
|
|
|
3797
3797
|
}
|
|
3798
3798
|
callbacks.push(callback);
|
|
3799
3799
|
}
|
|
3800
|
-
// version: 1.136.
|
|
3800
|
+
// version: 1.136.4-be22a02bc
|
|
3801
3801
|
|
|
3802
3802
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3803
3803
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15221,7 +15221,7 @@ function parseAndVisit(source) {
|
|
|
15221
15221
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15222
15222
|
return luvioDocumentNode;
|
|
15223
15223
|
}
|
|
15224
|
-
// version: 1.136.
|
|
15224
|
+
// version: 1.136.4-be22a02bc
|
|
15225
15225
|
|
|
15226
15226
|
function unwrap(data) {
|
|
15227
15227
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16134,7 +16134,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16134
16134
|
const { apiFamily, name } = metadata;
|
|
16135
16135
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16136
16136
|
}
|
|
16137
|
-
// version: 1.136.
|
|
16137
|
+
// version: 1.136.4-be22a02bc
|
|
16138
16138
|
|
|
16139
16139
|
/**
|
|
16140
16140
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -29195,7 +29195,7 @@ function getTypeCacheKeys$x$1(luvio, input, fullPathFactory) {
|
|
|
29195
29195
|
}
|
|
29196
29196
|
|
|
29197
29197
|
const TTL$l = 300000;
|
|
29198
|
-
const VERSION$N$1 = "
|
|
29198
|
+
const VERSION$N$1 = "38ee38ead5262047cfa7604e8bf72d4b";
|
|
29199
29199
|
const RepresentationType$v = 'AppRepresentation';
|
|
29200
29200
|
function keyBuilder$17(luvio, config) {
|
|
29201
29201
|
return keyPrefix$1 + '::' + RepresentationType$v + ':' + config.appId;
|
|
@@ -29366,11 +29366,6 @@ function equals$A(existing, incoming) {
|
|
|
29366
29366
|
if (!(existing_headerColor === incoming_headerColor)) {
|
|
29367
29367
|
return false;
|
|
29368
29368
|
}
|
|
29369
|
-
const existing_iconUrl = existing.iconUrl;
|
|
29370
|
-
const incoming_iconUrl = incoming.iconUrl;
|
|
29371
|
-
if (!(existing_iconUrl === incoming_iconUrl)) {
|
|
29372
|
-
return false;
|
|
29373
|
-
}
|
|
29374
29369
|
const existing_label = existing.label;
|
|
29375
29370
|
const incoming_label = incoming.label;
|
|
29376
29371
|
if (!(existing_label === incoming_label)) {
|
|
@@ -29406,6 +29401,11 @@ function equals$A(existing, incoming) {
|
|
|
29406
29401
|
if (equals_formFactors_items === false) {
|
|
29407
29402
|
return false;
|
|
29408
29403
|
}
|
|
29404
|
+
const existing_iconUrl = existing.iconUrl;
|
|
29405
|
+
const incoming_iconUrl = incoming.iconUrl;
|
|
29406
|
+
if (!(existing_iconUrl === incoming_iconUrl)) {
|
|
29407
|
+
return false;
|
|
29408
|
+
}
|
|
29409
29409
|
const existing_mobileStartUrl = existing.mobileStartUrl;
|
|
29410
29410
|
const incoming_mobileStartUrl = incoming.mobileStartUrl;
|
|
29411
29411
|
if (!(existing_mobileStartUrl === incoming_mobileStartUrl)) {
|
|
@@ -43901,7 +43901,7 @@ withDefaultLuvio((luvio) => {
|
|
|
43901
43901
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
43902
43902
|
});
|
|
43903
43903
|
});
|
|
43904
|
-
// version: 1.136.
|
|
43904
|
+
// version: 1.136.4-1b206f2a8
|
|
43905
43905
|
|
|
43906
43906
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
43907
43907
|
|
|
@@ -59512,7 +59512,7 @@ register({
|
|
|
59512
59512
|
id: '@salesforce/lds-network-adapter',
|
|
59513
59513
|
instrument: instrument$1,
|
|
59514
59514
|
});
|
|
59515
|
-
// version: 1.136.
|
|
59515
|
+
// version: 1.136.4-be22a02bc
|
|
59516
59516
|
|
|
59517
59517
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59518
59518
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -73946,7 +73946,7 @@ register({
|
|
|
73946
73946
|
configuration: { ...configurationForGraphQLAdapters },
|
|
73947
73947
|
instrument,
|
|
73948
73948
|
});
|
|
73949
|
-
// version: 1.136.
|
|
73949
|
+
// version: 1.136.4-1b206f2a8
|
|
73950
73950
|
|
|
73951
73951
|
// On core the unstable adapters are re-exported with different names,
|
|
73952
73952
|
|
|
@@ -76057,7 +76057,7 @@ withDefaultLuvio((luvio) => {
|
|
|
76057
76057
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76058
76058
|
graphQLImperative = ldsAdapter;
|
|
76059
76059
|
});
|
|
76060
|
-
// version: 1.136.
|
|
76060
|
+
// version: 1.136.4-1b206f2a8
|
|
76061
76061
|
|
|
76062
76062
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76063
76063
|
__proto__: null,
|
|
@@ -76749,4 +76749,4 @@ const { luvio } = getRuntime();
|
|
|
76749
76749
|
setDefaultLuvio({ luvio });
|
|
76750
76750
|
|
|
76751
76751
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
76752
|
-
// version: 1.136.
|
|
76752
|
+
// version: 1.136.4-be22a02bc
|
|
@@ -3803,7 +3803,7 @@
|
|
|
3803
3803
|
}
|
|
3804
3804
|
callbacks.push(callback);
|
|
3805
3805
|
}
|
|
3806
|
-
// version: 1.136.
|
|
3806
|
+
// version: 1.136.4-be22a02bc
|
|
3807
3807
|
|
|
3808
3808
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3809
3809
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15227,7 +15227,7 @@
|
|
|
15227
15227
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15228
15228
|
return luvioDocumentNode;
|
|
15229
15229
|
}
|
|
15230
|
-
// version: 1.136.
|
|
15230
|
+
// version: 1.136.4-be22a02bc
|
|
15231
15231
|
|
|
15232
15232
|
function unwrap(data) {
|
|
15233
15233
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16140,7 +16140,7 @@
|
|
|
16140
16140
|
const { apiFamily, name } = metadata;
|
|
16141
16141
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16142
16142
|
}
|
|
16143
|
-
// version: 1.136.
|
|
16143
|
+
// version: 1.136.4-be22a02bc
|
|
16144
16144
|
|
|
16145
16145
|
/**
|
|
16146
16146
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -29201,7 +29201,7 @@
|
|
|
29201
29201
|
}
|
|
29202
29202
|
|
|
29203
29203
|
const TTL$l = 300000;
|
|
29204
|
-
const VERSION$N$1 = "
|
|
29204
|
+
const VERSION$N$1 = "38ee38ead5262047cfa7604e8bf72d4b";
|
|
29205
29205
|
const RepresentationType$v = 'AppRepresentation';
|
|
29206
29206
|
function keyBuilder$17(luvio, config) {
|
|
29207
29207
|
return keyPrefix$1 + '::' + RepresentationType$v + ':' + config.appId;
|
|
@@ -29372,11 +29372,6 @@
|
|
|
29372
29372
|
if (!(existing_headerColor === incoming_headerColor)) {
|
|
29373
29373
|
return false;
|
|
29374
29374
|
}
|
|
29375
|
-
const existing_iconUrl = existing.iconUrl;
|
|
29376
|
-
const incoming_iconUrl = incoming.iconUrl;
|
|
29377
|
-
if (!(existing_iconUrl === incoming_iconUrl)) {
|
|
29378
|
-
return false;
|
|
29379
|
-
}
|
|
29380
29375
|
const existing_label = existing.label;
|
|
29381
29376
|
const incoming_label = incoming.label;
|
|
29382
29377
|
if (!(existing_label === incoming_label)) {
|
|
@@ -29412,6 +29407,11 @@
|
|
|
29412
29407
|
if (equals_formFactors_items === false) {
|
|
29413
29408
|
return false;
|
|
29414
29409
|
}
|
|
29410
|
+
const existing_iconUrl = existing.iconUrl;
|
|
29411
|
+
const incoming_iconUrl = incoming.iconUrl;
|
|
29412
|
+
if (!(existing_iconUrl === incoming_iconUrl)) {
|
|
29413
|
+
return false;
|
|
29414
|
+
}
|
|
29415
29415
|
const existing_mobileStartUrl = existing.mobileStartUrl;
|
|
29416
29416
|
const incoming_mobileStartUrl = incoming.mobileStartUrl;
|
|
29417
29417
|
if (!(existing_mobileStartUrl === incoming_mobileStartUrl)) {
|
|
@@ -43907,7 +43907,7 @@
|
|
|
43907
43907
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
43908
43908
|
});
|
|
43909
43909
|
});
|
|
43910
|
-
// version: 1.136.
|
|
43910
|
+
// version: 1.136.4-1b206f2a8
|
|
43911
43911
|
|
|
43912
43912
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
43913
43913
|
|
|
@@ -59518,7 +59518,7 @@
|
|
|
59518
59518
|
id: '@salesforce/lds-network-adapter',
|
|
59519
59519
|
instrument: instrument$1,
|
|
59520
59520
|
});
|
|
59521
|
-
// version: 1.136.
|
|
59521
|
+
// version: 1.136.4-be22a02bc
|
|
59522
59522
|
|
|
59523
59523
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59524
59524
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -73952,7 +73952,7 @@
|
|
|
73952
73952
|
configuration: { ...configurationForGraphQLAdapters },
|
|
73953
73953
|
instrument,
|
|
73954
73954
|
});
|
|
73955
|
-
// version: 1.136.
|
|
73955
|
+
// version: 1.136.4-1b206f2a8
|
|
73956
73956
|
|
|
73957
73957
|
// On core the unstable adapters are re-exported with different names,
|
|
73958
73958
|
|
|
@@ -76063,7 +76063,7 @@
|
|
|
76063
76063
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76064
76064
|
graphQLImperative = ldsAdapter;
|
|
76065
76065
|
});
|
|
76066
|
-
// version: 1.136.
|
|
76066
|
+
// version: 1.136.4-1b206f2a8
|
|
76067
76067
|
|
|
76068
76068
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76069
76069
|
__proto__: null,
|
|
@@ -76772,4 +76772,4 @@
|
|
|
76772
76772
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
76773
76773
|
|
|
76774
76774
|
}));
|
|
76775
|
-
// version: 1.136.
|
|
76775
|
+
// version: 1.136.4-be22a02bc
|