@salesforce/lds-worker-api 1.451.0-dev1 → 1.451.0-dev2
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.
|
@@ -1373,4 +1373,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1373
1373
|
}
|
|
1374
1374
|
|
|
1375
1375
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1376
|
-
// version: 1.451.0-
|
|
1376
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
@@ -4276,7 +4276,7 @@ function withDefaultLuvio(callback) {
|
|
|
4276
4276
|
}
|
|
4277
4277
|
callbacks.push(callback);
|
|
4278
4278
|
}
|
|
4279
|
-
// version: 1.451.0-
|
|
4279
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
4280
4280
|
|
|
4281
4281
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4282
4282
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5320,7 +5320,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5320
5320
|
const { apiFamily, name } = metadata;
|
|
5321
5321
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5322
5322
|
}
|
|
5323
|
-
// version: 1.451.0-
|
|
5323
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
5324
5324
|
|
|
5325
5325
|
function isSupportedEntity(_objectApiName) {
|
|
5326
5326
|
return true;
|
|
@@ -14373,7 +14373,7 @@ function coerceFormFactor$1(form) {
|
|
|
14373
14373
|
return undefined;
|
|
14374
14374
|
}
|
|
14375
14375
|
|
|
14376
|
-
const VERSION$10$2 = "
|
|
14376
|
+
const VERSION$10$2 = "3f49d751896cf66e6e29788d8880e2cc";
|
|
14377
14377
|
const RepresentationType$G = 'PlatformActionRepresentation';
|
|
14378
14378
|
function keyBuilder$1P$1(luvio, config) {
|
|
14379
14379
|
return keyPrefix$3 + '::' + RepresentationType$G + ':' + config.externalId + ':' + (config.relatedSourceObject === null ? '' : config.relatedSourceObject) + ':' + (config.relatedListRecordId === null ? '' : config.relatedListRecordId);
|
|
@@ -14433,10 +14433,6 @@ const select$1G$2 = function PlatformActionRepresentationSelect() {
|
|
|
14433
14433
|
name: 'lwcComponent',
|
|
14434
14434
|
kind: 'Scalar'
|
|
14435
14435
|
},
|
|
14436
|
-
{
|
|
14437
|
-
name: 'pageDeveloperName',
|
|
14438
|
-
kind: 'Scalar'
|
|
14439
|
-
},
|
|
14440
14436
|
{
|
|
14441
14437
|
name: 'primaryColor',
|
|
14442
14438
|
kind: 'Scalar'
|
|
@@ -14465,14 +14461,6 @@ const select$1G$2 = function PlatformActionRepresentationSelect() {
|
|
|
14465
14461
|
name: 'targetObject',
|
|
14466
14462
|
kind: 'Scalar'
|
|
14467
14463
|
},
|
|
14468
|
-
{
|
|
14469
|
-
name: 'targetParentField',
|
|
14470
|
-
kind: 'Scalar'
|
|
14471
|
-
},
|
|
14472
|
-
{
|
|
14473
|
-
name: 'targetRecordTypeId',
|
|
14474
|
-
kind: 'Scalar'
|
|
14475
|
-
},
|
|
14476
14464
|
{
|
|
14477
14465
|
name: 'targetUrl',
|
|
14478
14466
|
kind: 'Scalar'
|
|
@@ -14545,11 +14533,6 @@ function equals$S(existing, incoming) {
|
|
|
14545
14533
|
if (!(existing_lwcComponent === incoming_lwcComponent)) {
|
|
14546
14534
|
return false;
|
|
14547
14535
|
}
|
|
14548
|
-
const existing_pageDeveloperName = existing.pageDeveloperName;
|
|
14549
|
-
const incoming_pageDeveloperName = incoming.pageDeveloperName;
|
|
14550
|
-
if (!(existing_pageDeveloperName === incoming_pageDeveloperName)) {
|
|
14551
|
-
return false;
|
|
14552
|
-
}
|
|
14553
14536
|
const existing_primaryColor = existing.primaryColor;
|
|
14554
14537
|
const incoming_primaryColor = incoming.primaryColor;
|
|
14555
14538
|
if (!(existing_primaryColor === incoming_primaryColor)) {
|
|
@@ -14580,16 +14563,6 @@ function equals$S(existing, incoming) {
|
|
|
14580
14563
|
if (!(existing_targetObject === incoming_targetObject)) {
|
|
14581
14564
|
return false;
|
|
14582
14565
|
}
|
|
14583
|
-
const existing_targetParentField = existing.targetParentField;
|
|
14584
|
-
const incoming_targetParentField = incoming.targetParentField;
|
|
14585
|
-
if (!(existing_targetParentField === incoming_targetParentField)) {
|
|
14586
|
-
return false;
|
|
14587
|
-
}
|
|
14588
|
-
const existing_targetRecordTypeId = existing.targetRecordTypeId;
|
|
14589
|
-
const incoming_targetRecordTypeId = incoming.targetRecordTypeId;
|
|
14590
|
-
if (!(existing_targetRecordTypeId === incoming_targetRecordTypeId)) {
|
|
14591
|
-
return false;
|
|
14592
|
-
}
|
|
14593
14566
|
const existing_targetUrl = existing.targetUrl;
|
|
14594
14567
|
const incoming_targetUrl = incoming.targetUrl;
|
|
14595
14568
|
if (!(existing_targetUrl === incoming_targetUrl)) {
|
|
@@ -32574,7 +32547,7 @@ withDefaultLuvio((luvio) => {
|
|
|
32574
32547
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
32575
32548
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
32576
32549
|
});
|
|
32577
|
-
// version: 1.451.0-
|
|
32550
|
+
// version: 1.451.0-dev2-312b888699
|
|
32578
32551
|
|
|
32579
32552
|
var draftQueueMaxRetryAttemptsGate = {
|
|
32580
32553
|
isOpen: function (e) {
|
|
@@ -96823,7 +96796,7 @@ function buildServiceDescriptor$b(luvio) {
|
|
|
96823
96796
|
},
|
|
96824
96797
|
};
|
|
96825
96798
|
}
|
|
96826
|
-
// version: 1.451.0-
|
|
96799
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
96827
96800
|
|
|
96828
96801
|
/**
|
|
96829
96802
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96849,7 +96822,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
96849
96822
|
},
|
|
96850
96823
|
};
|
|
96851
96824
|
}
|
|
96852
|
-
// version: 1.451.0-
|
|
96825
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
96853
96826
|
|
|
96854
96827
|
function findExecutableOperation$1(input) {
|
|
96855
96828
|
const operations = input.query.definitions.filter(
|
|
@@ -99558,7 +99531,7 @@ register$1({
|
|
|
99558
99531
|
id: '@salesforce/lds-network-adapter',
|
|
99559
99532
|
instrument: instrument$2,
|
|
99560
99533
|
});
|
|
99561
|
-
// version: 1.451.0-
|
|
99534
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
99562
99535
|
|
|
99563
99536
|
const { create: create$2, keys: keys$2 } = Object;
|
|
99564
99537
|
const { stringify, parse } = JSON;
|
|
@@ -107093,7 +107066,7 @@ function registerCallback(cb) {
|
|
|
107093
107066
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
107094
107067
|
}
|
|
107095
107068
|
}
|
|
107096
|
-
// version: 1.451.0-
|
|
107069
|
+
// version: 1.451.0-dev2-312b888699
|
|
107097
107070
|
|
|
107098
107071
|
function createFragmentMap(documentNode) {
|
|
107099
107072
|
const fragments = {};
|
|
@@ -136336,7 +136309,7 @@ register$1({
|
|
|
136336
136309
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
136337
136310
|
instrument: instrument$1,
|
|
136338
136311
|
});
|
|
136339
|
-
// version: 1.451.0-
|
|
136312
|
+
// version: 1.451.0-dev2-312b888699
|
|
136340
136313
|
|
|
136341
136314
|
// On core the unstable adapters are re-exported with different names,
|
|
136342
136315
|
// we want to match them here.
|
|
@@ -136488,7 +136461,7 @@ withDefaultLuvio((luvio) => {
|
|
|
136488
136461
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
136489
136462
|
graphQLImperative = ldsAdapter;
|
|
136490
136463
|
});
|
|
136491
|
-
// version: 1.451.0-
|
|
136464
|
+
// version: 1.451.0-dev2-312b888699
|
|
136492
136465
|
|
|
136493
136466
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
136494
136467
|
__proto__: null,
|
|
@@ -137287,7 +137260,7 @@ const callbacks$1 = [];
|
|
|
137287
137260
|
function register(r) {
|
|
137288
137261
|
callbacks$1.forEach((callback) => callback(r));
|
|
137289
137262
|
}
|
|
137290
|
-
// version: 1.451.0-
|
|
137263
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
137291
137264
|
|
|
137292
137265
|
/**
|
|
137293
137266
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -138576,4 +138549,4 @@ const { luvio } = getRuntime();
|
|
|
138576
138549
|
setDefaultLuvio({ luvio });
|
|
138577
138550
|
|
|
138578
138551
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
138579
|
-
// version: 1.451.0-
|
|
138552
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
@@ -4282,7 +4282,7 @@
|
|
|
4282
4282
|
}
|
|
4283
4283
|
callbacks.push(callback);
|
|
4284
4284
|
}
|
|
4285
|
-
// version: 1.451.0-
|
|
4285
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
4286
4286
|
|
|
4287
4287
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4288
4288
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5326,7 +5326,7 @@
|
|
|
5326
5326
|
const { apiFamily, name } = metadata;
|
|
5327
5327
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5328
5328
|
}
|
|
5329
|
-
// version: 1.451.0-
|
|
5329
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
5330
5330
|
|
|
5331
5331
|
function isSupportedEntity(_objectApiName) {
|
|
5332
5332
|
return true;
|
|
@@ -14379,7 +14379,7 @@
|
|
|
14379
14379
|
return undefined;
|
|
14380
14380
|
}
|
|
14381
14381
|
|
|
14382
|
-
const VERSION$10$2 = "
|
|
14382
|
+
const VERSION$10$2 = "3f49d751896cf66e6e29788d8880e2cc";
|
|
14383
14383
|
const RepresentationType$G = 'PlatformActionRepresentation';
|
|
14384
14384
|
function keyBuilder$1P$1(luvio, config) {
|
|
14385
14385
|
return keyPrefix$3 + '::' + RepresentationType$G + ':' + config.externalId + ':' + (config.relatedSourceObject === null ? '' : config.relatedSourceObject) + ':' + (config.relatedListRecordId === null ? '' : config.relatedListRecordId);
|
|
@@ -14439,10 +14439,6 @@
|
|
|
14439
14439
|
name: 'lwcComponent',
|
|
14440
14440
|
kind: 'Scalar'
|
|
14441
14441
|
},
|
|
14442
|
-
{
|
|
14443
|
-
name: 'pageDeveloperName',
|
|
14444
|
-
kind: 'Scalar'
|
|
14445
|
-
},
|
|
14446
14442
|
{
|
|
14447
14443
|
name: 'primaryColor',
|
|
14448
14444
|
kind: 'Scalar'
|
|
@@ -14471,14 +14467,6 @@
|
|
|
14471
14467
|
name: 'targetObject',
|
|
14472
14468
|
kind: 'Scalar'
|
|
14473
14469
|
},
|
|
14474
|
-
{
|
|
14475
|
-
name: 'targetParentField',
|
|
14476
|
-
kind: 'Scalar'
|
|
14477
|
-
},
|
|
14478
|
-
{
|
|
14479
|
-
name: 'targetRecordTypeId',
|
|
14480
|
-
kind: 'Scalar'
|
|
14481
|
-
},
|
|
14482
14470
|
{
|
|
14483
14471
|
name: 'targetUrl',
|
|
14484
14472
|
kind: 'Scalar'
|
|
@@ -14551,11 +14539,6 @@
|
|
|
14551
14539
|
if (!(existing_lwcComponent === incoming_lwcComponent)) {
|
|
14552
14540
|
return false;
|
|
14553
14541
|
}
|
|
14554
|
-
const existing_pageDeveloperName = existing.pageDeveloperName;
|
|
14555
|
-
const incoming_pageDeveloperName = incoming.pageDeveloperName;
|
|
14556
|
-
if (!(existing_pageDeveloperName === incoming_pageDeveloperName)) {
|
|
14557
|
-
return false;
|
|
14558
|
-
}
|
|
14559
14542
|
const existing_primaryColor = existing.primaryColor;
|
|
14560
14543
|
const incoming_primaryColor = incoming.primaryColor;
|
|
14561
14544
|
if (!(existing_primaryColor === incoming_primaryColor)) {
|
|
@@ -14586,16 +14569,6 @@
|
|
|
14586
14569
|
if (!(existing_targetObject === incoming_targetObject)) {
|
|
14587
14570
|
return false;
|
|
14588
14571
|
}
|
|
14589
|
-
const existing_targetParentField = existing.targetParentField;
|
|
14590
|
-
const incoming_targetParentField = incoming.targetParentField;
|
|
14591
|
-
if (!(existing_targetParentField === incoming_targetParentField)) {
|
|
14592
|
-
return false;
|
|
14593
|
-
}
|
|
14594
|
-
const existing_targetRecordTypeId = existing.targetRecordTypeId;
|
|
14595
|
-
const incoming_targetRecordTypeId = incoming.targetRecordTypeId;
|
|
14596
|
-
if (!(existing_targetRecordTypeId === incoming_targetRecordTypeId)) {
|
|
14597
|
-
return false;
|
|
14598
|
-
}
|
|
14599
14572
|
const existing_targetUrl = existing.targetUrl;
|
|
14600
14573
|
const incoming_targetUrl = incoming.targetUrl;
|
|
14601
14574
|
if (!(existing_targetUrl === incoming_targetUrl)) {
|
|
@@ -32580,7 +32553,7 @@
|
|
|
32580
32553
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
32581
32554
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
32582
32555
|
});
|
|
32583
|
-
// version: 1.451.0-
|
|
32556
|
+
// version: 1.451.0-dev2-312b888699
|
|
32584
32557
|
|
|
32585
32558
|
var draftQueueMaxRetryAttemptsGate = {
|
|
32586
32559
|
isOpen: function (e) {
|
|
@@ -96829,7 +96802,7 @@
|
|
|
96829
96802
|
},
|
|
96830
96803
|
};
|
|
96831
96804
|
}
|
|
96832
|
-
// version: 1.451.0-
|
|
96805
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
96833
96806
|
|
|
96834
96807
|
/**
|
|
96835
96808
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96855,7 +96828,7 @@
|
|
|
96855
96828
|
},
|
|
96856
96829
|
};
|
|
96857
96830
|
}
|
|
96858
|
-
// version: 1.451.0-
|
|
96831
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
96859
96832
|
|
|
96860
96833
|
function findExecutableOperation$1(input) {
|
|
96861
96834
|
const operations = input.query.definitions.filter(
|
|
@@ -99564,7 +99537,7 @@
|
|
|
99564
99537
|
id: '@salesforce/lds-network-adapter',
|
|
99565
99538
|
instrument: instrument$2,
|
|
99566
99539
|
});
|
|
99567
|
-
// version: 1.451.0-
|
|
99540
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
99568
99541
|
|
|
99569
99542
|
const { create: create$2, keys: keys$2 } = Object;
|
|
99570
99543
|
const { stringify, parse } = JSON;
|
|
@@ -107099,7 +107072,7 @@
|
|
|
107099
107072
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
107100
107073
|
}
|
|
107101
107074
|
}
|
|
107102
|
-
// version: 1.451.0-
|
|
107075
|
+
// version: 1.451.0-dev2-312b888699
|
|
107103
107076
|
|
|
107104
107077
|
function createFragmentMap(documentNode) {
|
|
107105
107078
|
const fragments = {};
|
|
@@ -136342,7 +136315,7 @@
|
|
|
136342
136315
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
136343
136316
|
instrument: instrument$1,
|
|
136344
136317
|
});
|
|
136345
|
-
// version: 1.451.0-
|
|
136318
|
+
// version: 1.451.0-dev2-312b888699
|
|
136346
136319
|
|
|
136347
136320
|
// On core the unstable adapters are re-exported with different names,
|
|
136348
136321
|
// we want to match them here.
|
|
@@ -136494,7 +136467,7 @@
|
|
|
136494
136467
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
136495
136468
|
graphQLImperative = ldsAdapter;
|
|
136496
136469
|
});
|
|
136497
|
-
// version: 1.451.0-
|
|
136470
|
+
// version: 1.451.0-dev2-312b888699
|
|
136498
136471
|
|
|
136499
136472
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
136500
136473
|
__proto__: null,
|
|
@@ -137293,7 +137266,7 @@
|
|
|
137293
137266
|
function register(r) {
|
|
137294
137267
|
callbacks$1.forEach((callback) => callback(r));
|
|
137295
137268
|
}
|
|
137296
|
-
// version: 1.451.0-
|
|
137269
|
+
// version: 1.451.0-dev2-a5cd560c12
|
|
137297
137270
|
|
|
137298
137271
|
/**
|
|
137299
137272
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -138603,4 +138576,4 @@
|
|
|
138603
138576
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
138604
138577
|
|
|
138605
138578
|
}));
|
|
138606
|
-
// version: 1.451.0-
|
|
138579
|
+
// version: 1.451.0-dev2-a5cd560c12
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.451.0-
|
|
3
|
+
"version": "1.451.0-dev2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/standalone/es/lds-worker-api.js",
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@oat-sa/rollup-plugin-wildcard-external": "^1.0.0",
|
|
38
|
-
"@salesforce/lds-adapters-graphql": "^1.451.0-
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.451.0-
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.451.0-
|
|
41
|
-
"@salesforce/lds-drafts": "^1.451.0-
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.451.0-
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.451.0-
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.451.0-
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.451.0-
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.451.0-dev2",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.451.0-dev2",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.451.0-dev2",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.451.0-dev2",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.451.0-dev2",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.451.0-dev2",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.451.0-dev2",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.451.0-dev2",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|