@salesforce/lds-uiapi-record-utils-mobile 1.313.0 → 1.315.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/ldsRecordUtils.js
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
* For full license text, see the LICENSE.txt file
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { RECORD_ID_PREFIX, RECORD_FIELDS_KEY_JUNCTION } from '@salesforce/lds-adapters-uiapi
|
|
8
|
-
export { API_NAMESPACE, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, buildRecordRepKeyFromId, extractRecordIdFromStoreKey, isStoreKeyRecordViewEntity } from '@salesforce/lds-adapters-uiapi
|
|
7
|
+
import { RECORD_ID_PREFIX, RECORD_FIELDS_KEY_JUNCTION } from '@salesforce/lds-adapters-uiapi';
|
|
8
|
+
export { API_NAMESPACE, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, buildRecordRepKeyFromId, extractRecordIdFromStoreKey, isStoreKeyRecordViewEntity } from '@salesforce/lds-adapters-uiapi';
|
|
9
9
|
|
|
10
10
|
function isStoreKeyRecordId(key) {
|
|
11
11
|
return key.indexOf(RECORD_ID_PREFIX) > -1 && key.indexOf(RECORD_FIELDS_KEY_JUNCTION) === -1;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { API_NAMESPACE, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RECORD_ID_PREFIX, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_FIELDS_KEY_JUNCTION, extractRecordIdFromStoreKey, isStoreKeyRecordViewEntity, buildRecordRepKeyFromId, } from '@salesforce/lds-adapters-uiapi
|
|
1
|
+
export { API_NAMESPACE, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RECORD_ID_PREFIX, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_FIELDS_KEY_JUNCTION, extractRecordIdFromStoreKey, isStoreKeyRecordViewEntity, buildRecordRepKeyFromId, } from '@salesforce/lds-adapters-uiapi';
|
|
2
2
|
export declare function isStoreKeyRecordId(key: string): boolean;
|
|
3
3
|
export declare function isStoreKeyRecordField(key: string): boolean;
|
|
4
4
|
export declare function buildRecordFieldStoreKey(recordKey: string, fieldName: string): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-uiapi-record-utils-mobile",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.315.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS Record Utilities",
|
|
6
6
|
"main": "dist/ldsRecordUtils.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"test:unit": "jest"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@salesforce/lds-adapters-uiapi
|
|
29
|
+
"@salesforce/lds-adapters-uiapi": "^1.315.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@luvio/engine": "0.156.4"
|