@libs-ui/components-list 0.2.247 → 0.2.249

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.
@@ -154,7 +154,7 @@ export interface IDataFunctionCallInConfig {
154
154
  }
155
155
  export interface IListConfigItemTextCol {
156
156
  getClassCol?: (item: any, index: number) => string | undefined;
157
- getValue?: (data: IDataFunctionCallInConfig, itemViewInList?: TYPE_LIST_ITEM) => Observable<string>;
157
+ getValue?: (data: IDataFunctionCallInConfig, itemViewInList?: TYPE_LIST_ITEM, indexRow?: number, indexCol?: number) => Observable<string>;
158
158
  getPopover?: (item: any, index: number) => IPopover | undefined;
159
159
  action?: (item: any) => void;
160
160
  getImage?: (item: any) => Observable<string>;
package/package.json CHANGED
@@ -1,34 +1,34 @@
1
1
  {
2
2
  "name": "@libs-ui/components-list",
3
- "version": "0.2.247",
3
+ "version": "0.2.249",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0",
7
- "@libs-ui/utils": "^0.2.247",
8
- "@libs-ui/components-avatar": "^0.2.247",
9
- "@libs-ui/components-badge": "^0.2.247",
10
- "@libs-ui/components-buttons-button": "^0.2.247",
11
- "@libs-ui/components-buttons-sort": "^0.2.247",
12
- "@libs-ui/components-checkbox-group": "^0.2.247",
13
- "@libs-ui/components-label": "^0.2.247",
14
- "@libs-ui/components-popover": "^0.2.247",
15
- "@libs-ui/services-http-request": "^0.2.247",
7
+ "@libs-ui/utils": "^0.2.249",
8
+ "@libs-ui/components-avatar": "^0.2.249",
9
+ "@libs-ui/components-badge": "^0.2.249",
10
+ "@libs-ui/components-buttons-button": "^0.2.249",
11
+ "@libs-ui/components-buttons-sort": "^0.2.249",
12
+ "@libs-ui/components-checkbox-group": "^0.2.249",
13
+ "@libs-ui/components-label": "^0.2.249",
14
+ "@libs-ui/components-popover": "^0.2.249",
15
+ "@libs-ui/services-http-request": "^0.2.249",
16
16
  "rxjs": "~7.8.0",
17
- "@libs-ui/interfaces-types": "^0.2.247",
18
- "@libs-ui/components-inputs-input": "^0.2.247",
19
- "@libs-ui/components-inputs-search": "^0.2.247",
20
- "@libs-ui/components-inputs-valid": "^0.2.247",
21
- "@libs-ui/services-dynamic-component": "^0.2.247",
17
+ "@libs-ui/interfaces-types": "^0.2.249",
18
+ "@libs-ui/components-inputs-input": "^0.2.249",
19
+ "@libs-ui/components-inputs-search": "^0.2.249",
20
+ "@libs-ui/components-inputs-valid": "^0.2.249",
21
+ "@libs-ui/services-dynamic-component": "^0.2.249",
22
22
  "@ngx-translate/core": "^15.0.0",
23
23
  "@iharbeck/ngx-virtual-scroller": "15.2.0",
24
- "@libs-ui/components-checkbox-single": "^0.2.247",
25
- "@libs-ui/components-scroll-overlay": "^0.2.247",
26
- "@libs-ui/components-spinner": "^0.2.247",
27
- "@libs-ui/icons": "^0.2.247",
28
- "@libs-ui/pipes-call-function-in-template": "^0.2.247",
29
- "@libs-ui/pipes-convert-object-to-signal": "^0.2.247",
30
- "@libs-ui/components-radio-single": "^0.2.247",
31
- "@libs-ui/components-switch": "^0.2.247"
24
+ "@libs-ui/components-checkbox-single": "^0.2.249",
25
+ "@libs-ui/components-scroll-overlay": "^0.2.249",
26
+ "@libs-ui/components-spinner": "^0.2.249",
27
+ "@libs-ui/icons": "^0.2.249",
28
+ "@libs-ui/pipes-call-function-in-template": "^0.2.249",
29
+ "@libs-ui/pipes-convert-object-to-signal": "^0.2.249",
30
+ "@libs-ui/components-radio-single": "^0.2.249",
31
+ "@libs-ui/components-switch": "^0.2.249"
32
32
  },
33
33
  "sideEffects": false,
34
34
  "module": "fesm2022/libs-ui-components-list.mjs",
@@ -12,8 +12,8 @@ export declare class LibsUiComponentsListRadioComponent extends LibsUiComponents
12
12
  protected handlerChange(event: any, item: any, ignoreDisable?: boolean, isClickManual?: boolean): void;
13
13
  protected processData(replace?: boolean): void;
14
14
  private scrollToItemSelected;
15
- protected autoSelectFirstItem(items: Array<any>): void;
16
- protected emitKeySelectedDefaultIfExistItem(items: Array<any>): void;
15
+ protected autoSelectFirstItem(items: Array<WritableSignal<any>>): void;
16
+ protected emitKeySelectedDefaultIfExistItem(items: Array<WritableSignal<any>>): void;
17
17
  protected getLengthItem(): number;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<LibsUiComponentsListRadioComponent, never>;
19
19
  static ɵcmp: i0.ɵɵComponentDeclaration<LibsUiComponentsListRadioComponent, "libs_ui-components-list-templates_radio", never, {}, {}, never, never, true, never>;