@gipisistemas/ng-core 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/bundles/gipisistemas-ng-core.umd.js +10 -3
- package/bundles/gipisistemas-ng-core.umd.js.map +1 -1
- package/bundles/gipisistemas-ng-core.umd.min.js +6 -6
- package/bundles/gipisistemas-ng-core.umd.min.js.map +1 -1
- package/esm2015/shared/gipi-components/input-select/input-select.component.js +7 -4
- package/esm5/shared/gipi-components/input-select/input-select.component.js +11 -4
- package/fesm2015/gipisistemas-ng-core.js +6 -3
- package/fesm2015/gipisistemas-ng-core.js.map +1 -1
- package/fesm5/gipisistemas-ng-core.js +10 -3
- package/fesm5/gipisistemas-ng-core.js.map +1 -1
- package/gipisistemas-ng-core.metadata.json +1 -1
- package/package.json +1 -1
- package/shared/gipi-components/input-select/input-select.component.d.ts +1 -0
package/package.json
CHANGED
@@ -70,6 +70,7 @@ export declare class GIPIInputSelectComponent<T> implements OnInit, ControlValue
|
|
70
70
|
onOpenedChange: EventEmitter<boolean>;
|
71
71
|
onSearchChange: EventEmitter<string>;
|
72
72
|
onAddChange: EventEmitter<AddChange<T>>;
|
73
|
+
get optionHeight(): number;
|
73
74
|
get scrollViewportHeight(): number;
|
74
75
|
get valueSearch(): string;
|
75
76
|
constructor(_changeDetectorRef: ChangeDetectorRef);
|