onshore-forms 1.0.11 → 1.0.13

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,9 @@ export declare class OnshoreFormAutocompleteItemComponent implements ControlValu
10
10
  multiple: boolean;
11
11
  searchedData: OnshoreFormAutocompleteItem[];
12
12
  actionButtonDisabled: boolean;
13
+ optionLabel?: string;
14
+ optionValue?: string;
15
+ dataKey?: string;
13
16
  onSearch: EventEmitter<string>;
14
17
  onSelect: EventEmitter<OnshoreFormAutocompleteItem>;
15
18
  onClear: EventEmitter<boolean>;
@@ -30,5 +33,5 @@ export declare class OnshoreFormAutocompleteItemComponent implements ControlValu
30
33
  ngOnChanges(changes: SimpleChanges): void;
31
34
  constructor(cdr: ChangeDetectorRef, ngControl: NgControl);
32
35
  static ɵfac: i0.ɵɵFactoryDeclaration<OnshoreFormAutocompleteItemComponent, [null, { optional: true; self: true; }]>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormAutocompleteItemComponent, "onshore-form-autocomplete-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "searchedData": { "alias": "searchedData"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; }, { "onSearch": "onSearch"; "onSelect": "onSelect"; "onClear": "onClear"; "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormAutocompleteItemComponent, "onshore-form-autocomplete-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "searchedData": { "alias": "searchedData"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; }, { "onSearch": "onSearch"; "onSelect": "onSelect"; "onClear": "onClear"; "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
34
37
  }
@@ -13,8 +13,9 @@ export declare class OnshoreFormDropdownItemComponent implements OnInit, OnChang
13
13
  selectionLimit?: number;
14
14
  minLength?: number;
15
15
  optionLabel?: string;
16
- optionGroupLabel?: string;
16
+ optionValue?: string;
17
17
  dataKey?: string;
18
+ optionGroupLabel?: string;
18
19
  actionButtonDisabled: boolean;
19
20
  createEnabled: boolean;
20
21
  options: any[];
@@ -34,5 +35,5 @@ export declare class OnshoreFormDropdownItemComponent implements OnInit, OnChang
34
35
  constructor(ngControl: NgControl, cdr: ChangeDetectorRef);
35
36
  protected readonly OnshoreFormTemplateType: typeof OnshoreFormTemplateType;
36
37
  static ɵfac: i0.ɵɵFactoryDeclaration<OnshoreFormDropdownItemComponent, [{ optional: true; self: true; }, null]>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormDropdownItemComponent, "onshore-form-dropdown-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "group": { "alias": "group"; "required": false; }; "selectionLimit": { "alias": "selectionLimit"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionGroupLabel": { "alias": "optionGroupLabel"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "createEnabled": { "alias": "createEnabled"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "valueChange": "valueChange"; "actionButtonClick": "actionButtonClick"; "entryCreated": "entryCreated"; }, never, never, true, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormDropdownItemComponent, "onshore-form-dropdown-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "group": { "alias": "group"; "required": false; }; "selectionLimit": { "alias": "selectionLimit"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "optionGroupLabel": { "alias": "optionGroupLabel"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "createEnabled": { "alias": "createEnabled"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "valueChange": "valueChange"; "actionButtonClick": "actionButtonClick"; "entryCreated": "entryCreated"; }, never, never, true, never>;
38
39
  }
@@ -13,6 +13,7 @@ export declare class OnshoreFormInputItemComponent implements OnInit, ControlVal
13
13
  minLength?: number;
14
14
  maxLength?: number;
15
15
  actionButtonDisabled: boolean;
16
+ keyFilter?: string;
16
17
  actionButtonClick: EventEmitter<any>;
17
18
  OnshoreFormTemplateType: typeof OnshoreFormTemplateType;
18
19
  passwordVisible: boolean;
@@ -28,5 +29,5 @@ export declare class OnshoreFormInputItemComponent implements OnInit, ControlVal
28
29
  ngOnDestroy(): void;
29
30
  constructor(ngControl: NgControl, cdr: ChangeDetectorRef);
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<OnshoreFormInputItemComponent, [{ optional: true; self: true; }, null]>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormInputItemComponent, "onshore-form-input-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "step": { "alias": "step"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; }, { "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnshoreFormInputItemComponent, "onshore-form-input-item", never, { "formTemplate": { "alias": "formTemplate"; "required": false; }; "step": { "alias": "step"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "actionButtonDisabled": { "alias": "actionButtonDisabled"; "required": false; }; "keyFilter": { "alias": "keyFilter"; "required": false; }; }, { "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
32
33
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.11",
2
+ "version": "1.0.13",
3
3
  "name": "onshore-forms",
4
4
  "description": "OnShore Angular Form Builder",
5
5
  "author": {