@libs-ui/components-list 0.2.290 → 0.2.291

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.
@@ -80,7 +80,9 @@ export interface IListConfigItemRadio {
80
80
  hasAvatarGroupSocial?: boolean;
81
81
  getValue?: (item: any, itemViewInList?: TYPE_LIST_ITEM) => string;
82
82
  getPopover?: (item: any) => IPopover | undefined;
83
+ rowSameLineRadio?: boolean;
83
84
  rows?: WritableSignal<Array<WritableSignal<IListConfigItemTextRow>>>;
85
+ classRowsWrapper?: string;
84
86
  classRows?: string;
85
87
  autoScrollToItemSelected?: boolean;
86
88
  zIndexPopover?: number;
@@ -113,6 +115,7 @@ export interface IListConfigItemCheckbox {
113
115
  hasAvatarPagesSocial?: boolean;
114
116
  hasAvatarGroupSocial?: boolean;
115
117
  classIncludeImage?: string;
118
+ rowSameLineCheckbox?: boolean;
116
119
  rows?: WritableSignal<Array<WritableSignal<IListConfigItemTextRow>>>;
117
120
  classRowsWrapper?: string;
118
121
  classRows?: string;
@@ -244,6 +247,7 @@ export interface IListConfigItemGroup {
244
247
  classIncludeLastItem?: string;
245
248
  autoCountWhenGroupEmptyItemLevel1?: boolean;
246
249
  ignoreChangeChildrenDisableWhenChangeParent?: boolean;
250
+ ignoreFixHeightItem?: boolean;
247
251
  }
248
252
  export interface IConfigDescriptionGroup {
249
253
  classInclude?: string;
package/package.json CHANGED
@@ -1,34 +1,34 @@
1
1
  {
2
2
  "name": "@libs-ui/components-list",
3
- "version": "0.2.290",
3
+ "version": "0.2.291",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
7
- "@libs-ui/utils": "0.2.290",
8
- "@libs-ui/components-avatar": "0.2.290",
9
- "@libs-ui/components-badge": "0.2.290",
10
- "@libs-ui/components-buttons-button": "0.2.290",
11
- "@libs-ui/components-buttons-sort": "0.2.290",
12
- "@libs-ui/components-checkbox-group": "0.2.290",
13
- "@libs-ui/components-label": "0.2.290",
14
- "@libs-ui/components-popover": "0.2.290",
15
- "@libs-ui/services-http-request": "0.2.290",
7
+ "@libs-ui/utils": "0.2.291",
8
+ "@libs-ui/components-avatar": "0.2.291",
9
+ "@libs-ui/components-badge": "0.2.291",
10
+ "@libs-ui/components-buttons-button": "0.2.291",
11
+ "@libs-ui/components-buttons-sort": "0.2.291",
12
+ "@libs-ui/components-checkbox-group": "0.2.291",
13
+ "@libs-ui/components-label": "0.2.291",
14
+ "@libs-ui/components-popover": "0.2.291",
15
+ "@libs-ui/services-http-request": "0.2.291",
16
16
  "rxjs": "~7.8.0",
17
- "@libs-ui/interfaces-types": "0.2.290",
18
- "@libs-ui/components-inputs-input": "0.2.290",
19
- "@libs-ui/components-inputs-search": "0.2.290",
20
- "@libs-ui/components-inputs-valid": "0.2.290",
21
- "@libs-ui/services-dynamic-component": "0.2.290",
17
+ "@libs-ui/interfaces-types": "0.2.291",
18
+ "@libs-ui/components-inputs-input": "0.2.291",
19
+ "@libs-ui/components-inputs-search": "0.2.291",
20
+ "@libs-ui/components-inputs-valid": "0.2.291",
21
+ "@libs-ui/services-dynamic-component": "0.2.291",
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.290",
25
- "@libs-ui/components-scroll-overlay": "0.2.290",
26
- "@libs-ui/components-spinner": "0.2.290",
27
- "@libs-ui/icons": "0.2.290",
28
- "@libs-ui/pipes-call-function-in-template": "0.2.290",
29
- "@libs-ui/pipes-convert-object-to-signal": "0.2.290",
30
- "@libs-ui/components-radio-single": "0.2.290",
31
- "@libs-ui/components-switch": "0.2.290"
24
+ "@libs-ui/components-checkbox-single": "0.2.291",
25
+ "@libs-ui/components-scroll-overlay": "0.2.291",
26
+ "@libs-ui/components-spinner": "0.2.291",
27
+ "@libs-ui/icons": "0.2.291",
28
+ "@libs-ui/pipes-call-function-in-template": "0.2.291",
29
+ "@libs-ui/pipes-convert-object-to-signal": "0.2.291",
30
+ "@libs-ui/components-radio-single": "0.2.291",
31
+ "@libs-ui/components-switch": "0.2.291"
32
32
  },
33
33
  "sideEffects": false,
34
34
  "module": "fesm2022/libs-ui-components-list.mjs",