@salesforce/lds-runtime-bridge 1.297.0 → 1.299.0
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/ldsRuntimeBridge.js +11 -11
- package/package.json +7 -7
package/dist/ldsRuntimeBridge.js
CHANGED
|
@@ -1894,9 +1894,9 @@ function getFieldApiNamesArray(value, options = { onlyQualifiedFieldNames: false
|
|
|
1894
1894
|
}
|
|
1895
1895
|
return dedupe(array).sort();
|
|
1896
1896
|
}
|
|
1897
|
-
const RepresentationType$
|
|
1898
|
-
function keyBuilder$
|
|
1899
|
-
return keyPrefix + '::' + RepresentationType$
|
|
1897
|
+
const RepresentationType$_ = 'RecordRepresentation';
|
|
1898
|
+
function keyBuilder$3u(luvio, config) {
|
|
1899
|
+
return keyPrefix + '::' + RepresentationType$_ + ':' + config.recordId;
|
|
1900
1900
|
}
|
|
1901
1901
|
freeze$1({
|
|
1902
1902
|
name: '',
|
|
@@ -1907,7 +1907,7 @@ ObjectCreate$1(null);
|
|
|
1907
1907
|
|
|
1908
1908
|
ObjectCreate$1(null);
|
|
1909
1909
|
|
|
1910
|
-
const adapterName
|
|
1910
|
+
const adapterName$10 = 'getListUiByApiName';
|
|
1911
1911
|
const getListUiByApiName_ConfigPropertyMetadata = [
|
|
1912
1912
|
generateParamConfigMetadata('listViewApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
1913
1913
|
generateParamConfigMetadata('objectApiName', true, 0 /* UrlParameter */, 0 /* String */, false, getObjectApiName$1),
|
|
@@ -1917,9 +1917,9 @@ const getListUiByApiName_ConfigPropertyMetadata = [
|
|
|
1917
1917
|
generateParamConfigMetadata('pageToken', false, 1 /* QueryParameter */, 0 /* String */),
|
|
1918
1918
|
generateParamConfigMetadata('sortBy', false, 1 /* QueryParameter */, 0 /* String */, true, getFieldApiNamesArray),
|
|
1919
1919
|
];
|
|
1920
|
-
const getListUiByApiName_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName
|
|
1920
|
+
const getListUiByApiName_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$10, getListUiByApiName_ConfigPropertyMetadata);
|
|
1921
1921
|
|
|
1922
|
-
const adapterName
|
|
1922
|
+
const adapterName$$ = 'getListUiByListViewId';
|
|
1923
1923
|
const getListUiByListViewId_ConfigPropertyMetadata = [
|
|
1924
1924
|
generateParamConfigMetadata('listViewId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
1925
1925
|
generateParamConfigMetadata('fields', false, 1 /* QueryParameter */, 0 /* String */, true, getFieldApiNamesArray),
|
|
@@ -1928,9 +1928,9 @@ const getListUiByListViewId_ConfigPropertyMetadata = [
|
|
|
1928
1928
|
generateParamConfigMetadata('pageToken', false, 1 /* QueryParameter */, 0 /* String */),
|
|
1929
1929
|
generateParamConfigMetadata('sortBy', false, 1 /* QueryParameter */, 0 /* String */, true, getFieldApiNamesArray),
|
|
1930
1930
|
];
|
|
1931
|
-
const getListUiByListViewId_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName
|
|
1931
|
+
const getListUiByListViewId_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$$, getListUiByListViewId_ConfigPropertyMetadata);
|
|
1932
1932
|
|
|
1933
|
-
const adapterName$
|
|
1933
|
+
const adapterName$Z = 'getMruListUi';
|
|
1934
1934
|
const getMruListUi_ConfigPropertyMetadata = [
|
|
1935
1935
|
generateParamConfigMetadata('objectApiName', true, 0 /* UrlParameter */, 0 /* String */, false, getObjectApiName$1),
|
|
1936
1936
|
generateParamConfigMetadata('fields', false, 1 /* QueryParameter */, 0 /* String */, true, getFieldApiNamesArray),
|
|
@@ -1939,7 +1939,7 @@ const getMruListUi_ConfigPropertyMetadata = [
|
|
|
1939
1939
|
generateParamConfigMetadata('pageToken', false, 1 /* QueryParameter */, 0 /* String */),
|
|
1940
1940
|
generateParamConfigMetadata('sortBy', false, 1 /* QueryParameter */, 0 /* String */, true, getFieldApiNamesArray),
|
|
1941
1941
|
];
|
|
1942
|
-
const getMruListUi_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
1942
|
+
const getMruListUi_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$Z, getMruListUi_ConfigPropertyMetadata);
|
|
1943
1943
|
// make local copies of the adapter configs so we can ignore other getListUi config parameters to match
|
|
1944
1944
|
// lds222 behavior
|
|
1945
1945
|
({
|
|
@@ -2393,7 +2393,7 @@ function getDenormalizedKey(originalKey, recordId, luvio) {
|
|
|
2393
2393
|
if (originalKey.startsWith(RECORD_VIEW_ENTITY_ID_PREFIX)) {
|
|
2394
2394
|
return RECORD_VIEW_ENTITY_ID_PREFIX + recordId;
|
|
2395
2395
|
}
|
|
2396
|
-
return keyBuilder$
|
|
2396
|
+
return keyBuilder$3u(luvio, { recordId });
|
|
2397
2397
|
}
|
|
2398
2398
|
function makeRecordDenormalizingDurableStore(luvio, durableStore, getStoreRecords, getStoreMetadata, getStore, sqlStore) {
|
|
2399
2399
|
const getEntries = function (entries, segment) {
|
|
@@ -2700,4 +2700,4 @@ function ldsRuntimeBridge() {
|
|
|
2700
2700
|
}
|
|
2701
2701
|
|
|
2702
2702
|
export { ldsRuntimeBridge as default };
|
|
2703
|
-
// version: 1.
|
|
2703
|
+
// version: 1.299.0-83936bf1de
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-bridge",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.299.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS runtime for bridge.app.",
|
|
6
6
|
"main": "dist/ldsRuntimeBridge.js",
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-bridge"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@salesforce/lds-durable-records": "^1.
|
|
38
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
37
|
+
"@salesforce/lds-durable-records": "^1.299.0",
|
|
38
|
+
"@salesforce/lds-instrumentation": "^1.299.0",
|
|
39
39
|
"@salesforce/user": "0.0.21",
|
|
40
40
|
"o11y": "250.7.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@salesforce/lds-network-aura": "^1.
|
|
44
|
-
"@salesforce/lds-runtime-aura": "^1.
|
|
45
|
-
"@salesforce/lds-store-nimbus": "^1.
|
|
46
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
43
|
+
"@salesforce/lds-network-aura": "^1.299.0",
|
|
44
|
+
"@salesforce/lds-runtime-aura": "^1.299.0",
|
|
45
|
+
"@salesforce/lds-store-nimbus": "^1.299.0",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.299.0",
|
|
47
47
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
48
48
|
},
|
|
49
49
|
"luvioBundlesize": [
|