@rangertechnologies/ngnxt 2.1.85 → 2.1.86

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.
@@ -10,6 +10,8 @@ export declare class PropertiesComponent implements OnInit {
10
10
  selectedOption: string;
11
11
  selectedElementIndex: number;
12
12
  selectedElementType: string;
13
+ api: string;
14
+ apiMethod: string;
13
15
  selectedAlign: string;
14
16
  selectedStyles: string[];
15
17
  errorMessage: string;
@@ -527,5 +529,5 @@ export declare class PropertiesComponent implements OnInit {
527
529
  download(): void;
528
530
  save(): void;
529
531
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertiesComponent, never>;
530
- static ɵcmp: i0.ɵɵComponentDeclaration<PropertiesComponent, "app-properties", never, { "selectedElementType": { "alias": "selectedElementType"; "required": false; }; }, {}, never, never, false, never>;
532
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertiesComponent, "app-properties", never, { "selectedElementType": { "alias": "selectedElementType"; "required": false; }; "api": { "alias": "api"; "required": false; }; "apiMethod": { "alias": "apiMethod"; "required": false; }; }, {}, never, never, false, never>;
531
533
  }
@@ -60,12 +60,12 @@ export declare class FormBuilderService {
60
60
  constructor();
61
61
  getElementComponent(): ElementComponent | null;
62
62
  setElementComponent(component: ElementComponent): void;
63
- addElement(element: FormElement, parentId?: string | null): void;
63
+ addElement(element: FormElement): void;
64
64
  updateElement(index: number, updates: Partial<FormElement>): void;
65
65
  setSelectedElement(index: number): void;
66
66
  getElements(): FormElement[];
67
67
  downloadElement(): any;
68
- removeElementComponent(uid: any): void;
68
+ removeElementComponent(id: any): void;
69
69
  static ɵfac: i0.ɵɵFactoryDeclaration<FormBuilderService, never>;
70
70
  static ɵprov: i0.ɵɵInjectableDeclaration<FormBuilderService>;
71
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rangertechnologies/ngnxt",
3
- "version": "2.1.85",
3
+ "version": "2.1.86",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.13",
6
6
  "@angular/core": "^18.2.13"
Binary file