@salesforce/lwc-adapters-uiapi 1.246.0 → 1.248.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/main.js +4736 -4390
- package/dist/types/src/generated/artifacts/bound-adapters.d.ts +4 -1
- package/package.json +2 -2
|
@@ -2,7 +2,9 @@ declare let createContentDocumentAndVersion: any;
|
|
|
2
2
|
declare let createContentVersion: any;
|
|
3
3
|
declare let createListInfo: any;
|
|
4
4
|
declare let createRecord: any;
|
|
5
|
+
declare let deleteListInfo: any;
|
|
5
6
|
declare let deleteRecord: any;
|
|
7
|
+
declare let executeBatchRecordOperations: any;
|
|
6
8
|
declare let getActionOverrides: any;
|
|
7
9
|
declare let getAllApps: any;
|
|
8
10
|
declare let getAppDetails: any;
|
|
@@ -58,6 +60,7 @@ declare let graphqlBatch: any;
|
|
|
58
60
|
declare let performQuickAction: any;
|
|
59
61
|
declare let performUpdateRecordQuickAction: any;
|
|
60
62
|
declare let updateListInfoByName: any;
|
|
63
|
+
declare let updateListPreferences: any;
|
|
61
64
|
declare let updateRecord: any;
|
|
62
65
|
declare let updateRecordAvatar: any;
|
|
63
|
-
export { createContentDocumentAndVersion, createContentVersion, createListInfo, createRecord, deleteRecord, getActionOverrides, getAllApps, getAppDetails, getDuplicateConfiguration, getDuplicates, getGlobalActions, getKeywordSearchResults, getLayout, getLayoutUserState, getListInfoByName, getListInfosByName, getListObjectInfo, getListPreferences, getListRecordsByName, getListUi, getLookupActions, getLookupMetadata, getLookupRecords, getNavItems, getObjectCreateActions, getObjectInfo, getObjectInfos, getPicklistValues, getPicklistValuesByRecordType, getQuickActionDefaults, getQuickActionLayout, getRecord, getRecordActions, getRecordAvatars, getRecordCreateDefaults, getRecordEditActions, getRecordTemplateClone, getRecordTemplateCreate, getRecordUi, getRecords, getRelatedListActions, getRelatedListCount, getRelatedListInfo, getRelatedListInfoBatch, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListRecordActions, getRelatedListRecords, getRelatedListRecordsBatch, getRelatedListsActions, getRelatedListsCount, getRelatedListsInfo, getSearchFilterMetadata, getSearchFilterOptions, getSearchResults, graphql, graphqlBatch, performQuickAction, performUpdateRecordQuickAction, updateListInfoByName, updateRecord, updateRecordAvatar };
|
|
66
|
+
export { createContentDocumentAndVersion, createContentVersion, createListInfo, createRecord, deleteListInfo, deleteRecord, executeBatchRecordOperations, getActionOverrides, getAllApps, getAppDetails, getDuplicateConfiguration, getDuplicates, getGlobalActions, getKeywordSearchResults, getLayout, getLayoutUserState, getListInfoByName, getListInfosByName, getListObjectInfo, getListPreferences, getListRecordsByName, getListUi, getLookupActions, getLookupMetadata, getLookupRecords, getNavItems, getObjectCreateActions, getObjectInfo, getObjectInfos, getPicklistValues, getPicklistValuesByRecordType, getQuickActionDefaults, getQuickActionLayout, getRecord, getRecordActions, getRecordAvatars, getRecordCreateDefaults, getRecordEditActions, getRecordTemplateClone, getRecordTemplateCreate, getRecordUi, getRecords, getRelatedListActions, getRelatedListCount, getRelatedListInfo, getRelatedListInfoBatch, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListRecordActions, getRelatedListRecords, getRelatedListRecordsBatch, getRelatedListsActions, getRelatedListsCount, getRelatedListsInfo, getSearchFilterMetadata, getSearchFilterOptions, getSearchResults, graphql, graphqlBatch, performQuickAction, performUpdateRecordQuickAction, updateListInfoByName, updateListPreferences, updateRecord, updateRecordAvatar };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lwc-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.248.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "UIAPI adapters with LWC bindings",
|
|
6
6
|
"module": "dist/main.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@salesforce/lds-adapters-uiapi": "*"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@luvio/lwc-luvio": "0.
|
|
37
|
+
"@luvio/lwc-luvio": "0.151.1",
|
|
38
38
|
"@salesforce/lds-default-luvio": "*"
|
|
39
39
|
}
|
|
40
40
|
}
|