cats-ui-lib 2.0.9 → 2.0.10
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.
- package/fesm2022/cats-ui-lib.mjs +4 -8
- package/fesm2022/cats-ui-lib.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -235,7 +235,7 @@ declare class SingleSelectComponent implements OnInit, OnChanges, ControlValueAc
|
|
|
235
235
|
onDivScroll(event: any): void;
|
|
236
236
|
get filteredOptionsValue(): any[];
|
|
237
237
|
static ɵfac: i0.ɵɵFactoryDeclaration<SingleSelectComponent, never>;
|
|
238
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SingleSelectComponent, "cats-ui-single-select", never, { "optionList": { "alias": "optionList"; "required": false; }; "singleSelectConfig": { "alias": "singleSelectConfig"; "required": false; }; "selectedOption": { "alias": "selectedOption"; "required": false; }; "
|
|
238
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SingleSelectComponent, "cats-ui-single-select", never, { "optionList": { "alias": "optionList"; "required": false; }; "singleSelectConfig": { "alias": "singleSelectConfig"; "required": false; }; "selectedOption": { "alias": "selectedOption"; "required": false; }; "parentNativeElement": { "alias": "parentNativeElement"; "required": false; }; }, { "onSelection": "onSelection"; "onScroll": "onScroll"; }, ["selectedData"], never, true, never>;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
declare const MULTI_SELECT_CONTROL_VALUE_ACCESSOR: any;
|
|
@@ -315,7 +315,7 @@ declare class MultiSelectComponent implements OnChanges, OnInit, ControlValueAcc
|
|
|
315
315
|
checkUncheckAll(): void;
|
|
316
316
|
get filteredOptionsValue(): any[];
|
|
317
317
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
318
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "cats-ui-multi-select", never, { "optionList": { "alias": "optionList"; "required": false; }; "multiSelectConfig": { "alias": "multiSelectConfig"; "required": false; }; "selectedOptions": { "alias": "selectedOptions"; "required": false; };
|
|
318
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "cats-ui-multi-select", never, { "optionList": { "alias": "optionList"; "required": false; }; "multiSelectConfig": { "alias": "multiSelectConfig"; "required": false; }; "selectedOptions": { "alias": "selectedOptions"; "required": false; }; }, { "onSelection": "onSelection"; }, never, never, true, never>;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
declare class SearchBoxComponent implements ControlValueAccessor {
|