onshore-forms 0.0.45 → 0.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.
@@ -15,6 +15,7 @@ export declare class OnshoreFormDropdownItemComponent implements OnInit, OnChang
15
15
  optionGroupLabel?: string;
16
16
  dataKey?: string;
17
17
  actionButtonDisabled: boolean;
18
+ options: any[];
18
19
  valueChange: EventEmitter<boolean>;
19
20
  actionButtonClick: EventEmitter<any>;
20
21
  disabled: boolean | undefined;
@@ -28,5 +29,5 @@ export declare class OnshoreFormDropdownItemComponent implements OnInit, OnChang
28
29
  ngOnChanges(changes: SimpleChanges): void;
29
30
  constructor(ngControl: NgControl, cdr: ChangeDetectorRef);
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<OnshoreFormDropdownItemComponent, [{ optional: true; self: true; }, null]>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormDropdownItemComponent, "onshore-form-dropdown-item", never, { "formTemplate": "formTemplate"; "multiple": "multiple"; "showClear": "showClear"; "group": "group"; "selectionLimit": "selectionLimit"; "minLength": "minLength"; "optionLabel": "optionLabel"; "optionGroupLabel": "optionGroupLabel"; "dataKey": "dataKey"; "actionButtonDisabled": "actionButtonDisabled"; }, { "valueChange": "valueChange"; "actionButtonClick": "actionButtonClick"; }, never, never, false>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormDropdownItemComponent, "onshore-form-dropdown-item", never, { "formTemplate": "formTemplate"; "multiple": "multiple"; "showClear": "showClear"; "group": "group"; "selectionLimit": "selectionLimit"; "minLength": "minLength"; "optionLabel": "optionLabel"; "optionGroupLabel": "optionGroupLabel"; "dataKey": "dataKey"; "actionButtonDisabled": "actionButtonDisabled"; "options": "options"; }, { "valueChange": "valueChange"; "actionButtonClick": "actionButtonClick"; }, never, never, false>;
32
33
  }
@@ -22,7 +22,6 @@ export interface OnshoreFormTemplateItem {
22
22
  enabled?: boolean;
23
23
  locked?: boolean;
24
24
  layout?: OnshoreFormTemplateLayout;
25
- options?: OnshoreFormTemplateOptions[] | void[];
26
25
  inputAddon?: string;
27
26
  actionButton?: boolean;
28
27
  actionButtonIcon?: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.45",
2
+ "version": "0.0.46",
3
3
  "name": "onshore-forms",
4
4
  "description": "OnShore Angular Form Builder",
5
5
  "author": {