@jooler/inputs 0.0.31 → 0.0.32

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.
@@ -1,6 +1,5 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
- import { DropdownPosition } from '@ng-select/ng-select';
4
3
  import { LabelAndField } from '../models/label-and-field.model';
5
4
  import { ChooseGeneralItemService } from './choose-general-item.service';
6
5
  import * as i0 from "@angular/core";
@@ -9,6 +8,7 @@ export declare class ChooseGeneralItemComponent implements OnInit, ControlValueA
9
8
  change: EventEmitter<any>;
10
9
  items: any[];
11
10
  label: string;
11
+ appendTo: string;
12
12
  placeholder: string;
13
13
  apiPath: string;
14
14
  isMultiple: boolean;
@@ -26,7 +26,6 @@ export declare class ChooseGeneralItemComponent implements OnInit, ControlValueA
26
26
  chipWidth: number;
27
27
  selectedItemId: number | number[];
28
28
  disabled: boolean;
29
- dropdownPosition: DropdownPosition;
30
29
  useFullObject: boolean;
31
30
  constructor(_ChooseGeneralItemService: ChooseGeneralItemService);
32
31
  ngOnInit(): void;
@@ -46,5 +45,5 @@ export declare class ChooseGeneralItemComponent implements OnInit, ControlValueA
46
45
  fontSize: string;
47
46
  };
48
47
  static ɵfac: i0.ɵɵFactoryDeclaration<ChooseGeneralItemComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<ChooseGeneralItemComponent, "choose-general-item", never, { "items": "items"; "label": "label"; "placeholder": "placeholder"; "apiPath": "apiPath"; "isMultiple": "isMultiple"; "hideSelectedItem": "hideSelectedItem"; "objects": "objects"; "showLabel": "showLabel"; "separator": "separator"; "width": "width"; "fontWeight": "fontWeight"; "fontSize": "fontSize"; "isChip": "isChip"; "isTypeDate": "isTypeDate"; "chipColor": "chipColor"; "chipTextColor": "chipTextColor"; "chipWidth": "chipWidth"; "selectedItemId": "selectedItemId"; "disabled": "disabled"; "dropdownPosition": "dropdownPosition"; "useFullObject": "useFullObject"; }, { "change": "change"; }, never, never, false>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChooseGeneralItemComponent, "choose-general-item", never, { "items": "items"; "label": "label"; "appendTo": "appendTo"; "placeholder": "placeholder"; "apiPath": "apiPath"; "isMultiple": "isMultiple"; "hideSelectedItem": "hideSelectedItem"; "objects": "objects"; "showLabel": "showLabel"; "separator": "separator"; "width": "width"; "fontWeight": "fontWeight"; "fontSize": "fontSize"; "isChip": "isChip"; "isTypeDate": "isTypeDate"; "chipColor": "chipColor"; "chipTextColor": "chipTextColor"; "chipWidth": "chipWidth"; "selectedItemId": "selectedItemId"; "disabled": "disabled"; "useFullObject": "useFullObject"; }, { "change": "change"; }, never, never, false>;
50
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jooler/inputs",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=13.0.0",
6
6
  "@angular/core": ">=13.0.0"
@@ -40,7 +40,7 @@
40
40
  "type": "git",
41
41
  "url": "git+https://github.com/HenryHamamji/erp-shared-library.git"
42
42
  },
43
- "author": "GEORGE ASFAHANI",
43
+ "author": "Beatrice Beshay",
44
44
  "license": "UNLICENSED",
45
45
  "bugs": {
46
46
  "url": "https://github.com/HenryHamamji/erp-shared-library/issues"