@salesforce/lwc-adapters-uiapi 1.111.5 → 1.112.1

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.
@@ -25,6 +25,7 @@ declare let getObjectInfos: any;
25
25
  declare let getPicklistValues: any;
26
26
  declare let getPicklistValuesByRecordType: any;
27
27
  declare let getQuickActionDefaults: any;
28
+ declare let getQuickActionLayout: any;
28
29
  declare let getRecord: any;
29
30
  declare let getRecordActions: any;
30
31
  declare let getRecordAvatars: any;
@@ -55,4 +56,4 @@ declare let performQuickAction: any;
55
56
  declare let performUpdateRecordQuickAction: any;
56
57
  declare let updateRecord: any;
57
58
  declare let updateRecordAvatar: any;
58
- export { createContentDocumentAndVersion, createContentVersion, createRecord, deleteRecord, getActionOverrides, getAllApps, getAppDetails, getDuplicateConfiguration, getDuplicates, getGlobalActions, getKeywordSearchResults, getLayout, getLayoutUserState, getListInfoByName, getListInfosByName, getListRecordsByName, getListUi, getLookupActions, getLookupMetadata, getLookupRecords, getNavItems, getObjectCreateActions, getObjectInfo, getObjectInfos, getPicklistValues, getPicklistValuesByRecordType, getQuickActionDefaults, 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, updateRecord, updateRecordAvatar };
59
+ export { createContentDocumentAndVersion, createContentVersion, createRecord, deleteRecord, getActionOverrides, getAllApps, getAppDetails, getDuplicateConfiguration, getDuplicates, getGlobalActions, getKeywordSearchResults, getLayout, getLayoutUserState, getListInfoByName, getListInfosByName, 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, updateRecord, updateRecordAvatar };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lwc-adapters-uiapi",
3
- "version": "1.111.5",
3
+ "version": "1.112.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "UIAPI adapters with LWC bindings",
6
6
  "module": "dist/main.js",
@@ -31,11 +31,11 @@
31
31
  "clean": "rm -rf dist src/generated"
32
32
  },
33
33
  "devDependencies": {
34
- "@luvio/engine": "0.136.5",
35
- "@salesforce/lds-adapters-uiapi": "^1.111.5"
34
+ "@luvio/engine": "0.137.1",
35
+ "@salesforce/lds-adapters-uiapi": "^1.112.1"
36
36
  },
37
37
  "dependencies": {
38
- "@luvio/lwc-luvio": "0.136.5",
39
- "@salesforce/lds-default-luvio": "^1.111.5"
38
+ "@luvio/lwc-luvio": "0.137.1",
39
+ "@salesforce/lds-default-luvio": "^1.112.1"
40
40
  }
41
41
  }