@snteam/amplify-angular-core 1.0.44 → 1.0.46
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,8 @@ 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>;
|
|
1239
1240
|
clearAllRelationshipConfigs(): Promise<void>;
|
|
1240
1241
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationsComponent, never>;
|
|
1241
1242
|
static ɵcmp: i0.ɵɵComponentDeclaration<ConfigurationsComponent, "snteam-configurations", never, { "amplifyOutputs": { "alias": "amplifyOutputs"; "required": false; }; }, {}, never, never, true, never>;
|