@snteam/amplify-angular-core 1.0.35 → 1.0.36

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
@@ -313,13 +313,16 @@ declare class ConfigurationsComponent implements OnInit {
313
313
  ngOnInit(): void;
314
314
  get outputs(): any;
315
315
  checkAvailableModels(): void;
316
- private formatModelLabel;
317
316
  populateDefaultFieldConfigs(): Promise<void>;
318
317
  deleteAllConfigs(modelName: string): Promise<void>;
319
318
  deleteTableConfigs(): Promise<void>;
320
319
  deleteFormViews(): Promise<void>;
321
320
  deleteListViews(): Promise<void>;
322
321
  deleteFieldConfigs(): Promise<void>;
322
+ populateDefaultTableConfigs(): Promise<void>;
323
+ private formatModelLabel;
324
+ private formatFieldLabel;
325
+ private mapFieldType;
323
326
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationsComponent, never>;
324
327
  static ɵcmp: i0.ɵɵComponentDeclaration<ConfigurationsComponent, "snteam-configurations", never, { "amplifyOutputs": { "alias": "amplifyOutputs"; "required": false; }; }, {}, never, never, true, never>;
325
328
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snteam/amplify-angular-core",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "Angular 20 components for building dynamic forms and list views with AWS Amplify Data",
5
5
  "keywords": [
6
6
  "angular",