@libs-ui/components-table 0.2.356-7 → 0.2.356-9
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/esm2022/interfaces/template-config.interface.mjs +1 -1
- package/esm2022/templates/templates.component.mjs +3 -3
- package/fesm2022/libs-ui-components-table.mjs +2 -2
- package/fesm2022/libs-ui-components-table.mjs.map +1 -1
- package/interfaces/template-config.interface.d.ts +2 -2
- package/package.json +25 -25
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { WritableSignal } from '@angular/core';
|
|
2
2
|
import { IAvatarConfig } from '@libs-ui/components-avatar';
|
|
3
3
|
import { IButton } from '@libs-ui/components-buttons-button';
|
|
4
|
+
import { LibsUiComponentsComponentOutletComponent } from '@libs-ui/components-component-outlet';
|
|
4
5
|
import { IDropdown } from '@libs-ui/components-dropdown';
|
|
5
6
|
import { ILineClampConfig } from '@libs-ui/components-line-clamp';
|
|
6
7
|
import { IListConfigItem } from '@libs-ui/components-list';
|
|
@@ -8,7 +9,6 @@ import { IPopover } from '@libs-ui/components-popover';
|
|
|
8
9
|
import { ISwitchEvent } from '@libs-ui/components-switch';
|
|
9
10
|
import { TYPE_FUNCTION, TYPE_OBJECT } from '@libs-ui/interfaces-types';
|
|
10
11
|
import { Observable } from 'rxjs';
|
|
11
|
-
import { LibsUiComponentsComponentOutletComponent } from '@libs-ui/components-component-outlet';
|
|
12
12
|
import { TYPE_ITEM_DATA_TABLE } from './table.type';
|
|
13
13
|
export interface ITableTemplateConfig {
|
|
14
14
|
cssWrapper: string;
|
|
@@ -36,7 +36,7 @@ export interface ITableFieldTemplateConfig {
|
|
|
36
36
|
showButtonHoverMode?: boolean;
|
|
37
37
|
getDisable?: TYPE_FUNCTION;
|
|
38
38
|
dropdownConfig?: ITableFieldTemplateConfigDropdown;
|
|
39
|
-
getAvatarConfig?: TYPE_FUNCTION<IAvatarConfig>;
|
|
39
|
+
getAvatarConfig?: TYPE_FUNCTION<IAvatarConfig | undefined>;
|
|
40
40
|
getImageSrc?: (value: any, item?: TYPE_OBJECT, lang?: string, isError?: boolean) => Observable<string>;
|
|
41
41
|
rows?: Array<ITableTemplateConfig>;
|
|
42
42
|
rowsTemplateCssWrapper?: string;
|
package/package.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-table",
|
|
3
|
-
"version": "0.2.356-
|
|
3
|
+
"version": "0.2.356-9",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
|
-
"@libs-ui/components-buttons-button": "0.2.356-
|
|
7
|
+
"@libs-ui/components-buttons-button": "0.2.356-9",
|
|
8
8
|
"@iharbeck/ngx-virtual-scroller": "15.2.0",
|
|
9
|
-
"@libs-ui/interfaces-types": "0.2.356-
|
|
10
|
-
"@libs-ui/components-buttons-sort": "0.2.356-
|
|
11
|
-
"@libs-ui/components-popover": "0.2.356-
|
|
12
|
-
"@libs-ui/components-avatar": "0.2.356-
|
|
13
|
-
"@libs-ui/components-dropdown": "0.2.356-
|
|
14
|
-
"@libs-ui/components-line-clamp": "0.2.356-
|
|
15
|
-
"@libs-ui/components-list": "0.2.356-
|
|
16
|
-
"@libs-ui/components-switch": "0.2.356-
|
|
17
|
-
"@libs-ui/services-http-request": "0.2.356-
|
|
9
|
+
"@libs-ui/interfaces-types": "0.2.356-9",
|
|
10
|
+
"@libs-ui/components-buttons-sort": "0.2.356-9",
|
|
11
|
+
"@libs-ui/components-popover": "0.2.356-9",
|
|
12
|
+
"@libs-ui/components-avatar": "0.2.356-9",
|
|
13
|
+
"@libs-ui/components-dropdown": "0.2.356-9",
|
|
14
|
+
"@libs-ui/components-line-clamp": "0.2.356-9",
|
|
15
|
+
"@libs-ui/components-list": "0.2.356-9",
|
|
16
|
+
"@libs-ui/components-switch": "0.2.356-9",
|
|
17
|
+
"@libs-ui/services-http-request": "0.2.356-9",
|
|
18
18
|
"rxjs": "~7.8.0",
|
|
19
|
-
"@libs-ui/components-checkbox-group": "0.2.356-
|
|
20
|
-
"@libs-ui/components-checkbox-single": "0.2.356-
|
|
21
|
-
"@libs-ui/components-scroll-overlay": "0.2.356-
|
|
22
|
-
"@libs-ui/components-spinner": "0.2.356-
|
|
23
|
-
"@libs-ui/icons": "0.2.356-
|
|
24
|
-
"@libs-ui/pipes-call-function-in-template": "0.2.356-
|
|
25
|
-
"@libs-ui/pipes-check-selected-by-key": "0.2.356-
|
|
26
|
-
"@libs-ui/utils": "0.2.356-
|
|
19
|
+
"@libs-ui/components-checkbox-group": "0.2.356-9",
|
|
20
|
+
"@libs-ui/components-checkbox-single": "0.2.356-9",
|
|
21
|
+
"@libs-ui/components-scroll-overlay": "0.2.356-9",
|
|
22
|
+
"@libs-ui/components-spinner": "0.2.356-9",
|
|
23
|
+
"@libs-ui/icons": "0.2.356-9",
|
|
24
|
+
"@libs-ui/pipes-call-function-in-template": "0.2.356-9",
|
|
25
|
+
"@libs-ui/pipes-check-selected-by-key": "0.2.356-9",
|
|
26
|
+
"@libs-ui/utils": "0.2.356-9",
|
|
27
27
|
"@ngx-translate/core": "^15.0.0",
|
|
28
|
-
"@libs-ui/components-buttons-status": "0.2.356-
|
|
29
|
-
"@libs-ui/pipes-clone-object": "0.2.356-
|
|
30
|
-
"@libs-ui/pipes-security-trust": "0.2.356-
|
|
31
|
-
"@libs-ui/components-badge": "0.2.356-
|
|
32
|
-
"@libs-ui/pipes-convert-object-to-signal": "0.2.356-
|
|
33
|
-
"@libs-ui/pipes-get-value-of-object": "0.2.356-
|
|
28
|
+
"@libs-ui/components-buttons-status": "0.2.356-9",
|
|
29
|
+
"@libs-ui/pipes-clone-object": "0.2.356-9",
|
|
30
|
+
"@libs-ui/pipes-security-trust": "0.2.356-9",
|
|
31
|
+
"@libs-ui/components-badge": "0.2.356-9",
|
|
32
|
+
"@libs-ui/pipes-convert-object-to-signal": "0.2.356-9",
|
|
33
|
+
"@libs-ui/pipes-get-value-of-object": "0.2.356-9"
|
|
34
34
|
},
|
|
35
35
|
"sideEffects": false,
|
|
36
36
|
"module": "fesm2022/libs-ui-components-table.mjs",
|