@snteam/amplify-angular-core 1.0.45 → 1.0.47
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/index.d.ts
CHANGED
|
@@ -1225,7 +1225,6 @@ declare class ConfigurationsComponent implements OnInit {
|
|
|
1225
1225
|
onRelationshipModelChange(event: any): void;
|
|
1226
1226
|
private loadAvailableFields;
|
|
1227
1227
|
private loadRelationshipConfigs;
|
|
1228
|
-
private loadRelationshipConfigsFromLocalStorage;
|
|
1229
1228
|
private saveRelationshipConfigsToStorage;
|
|
1230
1229
|
private updateAmplifyModelService;
|
|
1231
1230
|
saveRelationshipConfig(): Promise<void>;
|
|
@@ -1236,6 +1235,9 @@ declare class ConfigurationsComponent implements OnInit {
|
|
|
1236
1235
|
private generateId;
|
|
1237
1236
|
cancelRelationshipConfigEdit(): void;
|
|
1238
1237
|
loadDefaultRelationshipConfigs(): Promise<void>;
|
|
1238
|
+
populateDefaultRelationshipConfigs(): Promise<void>;
|
|
1239
|
+
createDefaultListViews(): Promise<void>;
|
|
1240
|
+
private getItemsFromModel;
|
|
1239
1241
|
clearAllRelationshipConfigs(): Promise<void>;
|
|
1240
1242
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationsComponent, never>;
|
|
1241
1243
|
static ɵcmp: i0.ɵɵComponentDeclaration<ConfigurationsComponent, "snteam-configurations", never, { "amplifyOutputs": { "alias": "amplifyOutputs"; "required": false; }; }, {}, never, never, true, never>;
|