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/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; }; "disableControl": { "alias": "disableControl"; "required": false; }; "parentNativeElement": { "alias": "parentNativeElement"; "required": false; }; }, { "onSelection": "onSelection"; "onScroll": "onScroll"; }, ["selectedData"], never, true, 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; }; "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; }; "disabledControl": { "alias": "disabledControl"; "required": false; }; }, { "onSelection": "onSelection"; }, never, never, true, 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; }; }, { "onSelection": "onSelection"; }, never, never, true, never>;
319
319
  }
320
320
 
321
321
  declare class SearchBoxComponent implements ControlValueAccessor {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cats-ui-lib",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18 <22",
6
6
  "@angular/common": ">=18 <22"