@libs-ui/components-table 0.2.206 → 0.2.208
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/package.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-table",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.208",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^18.2.0",
|
|
6
6
|
"@angular/core": "^18.2.0",
|
|
7
|
-
"@libs-ui/components-buttons-button": "^0.2.
|
|
7
|
+
"@libs-ui/components-buttons-button": "^0.2.208",
|
|
8
8
|
"@iharbeck/ngx-virtual-scroller": "15.2.0",
|
|
9
|
-
"@libs-ui/interfaces-types": "^0.2.
|
|
10
|
-
"@libs-ui/components-buttons-sort": "^0.2.
|
|
11
|
-
"@libs-ui/components-popover": "^0.2.
|
|
12
|
-
"@libs-ui/components-avatar": "^0.2.
|
|
13
|
-
"@libs-ui/components-dropdown": "^0.2.
|
|
14
|
-
"@libs-ui/components-line-clamp": "^0.2.
|
|
15
|
-
"@libs-ui/components-list": "^0.2.
|
|
16
|
-
"@libs-ui/components-switch": "^0.2.
|
|
17
|
-
"@libs-ui/services-http-request": "^0.2.
|
|
9
|
+
"@libs-ui/interfaces-types": "^0.2.208",
|
|
10
|
+
"@libs-ui/components-buttons-sort": "^0.2.208",
|
|
11
|
+
"@libs-ui/components-popover": "^0.2.208",
|
|
12
|
+
"@libs-ui/components-avatar": "^0.2.208",
|
|
13
|
+
"@libs-ui/components-dropdown": "^0.2.208",
|
|
14
|
+
"@libs-ui/components-line-clamp": "^0.2.208",
|
|
15
|
+
"@libs-ui/components-list": "^0.2.208",
|
|
16
|
+
"@libs-ui/components-switch": "^0.2.208",
|
|
17
|
+
"@libs-ui/services-http-request": "^0.2.208",
|
|
18
18
|
"rxjs": "~7.8.0",
|
|
19
|
-
"@libs-ui/components-checkbox-group": "^0.2.
|
|
20
|
-
"@libs-ui/components-checkbox-single": "^0.2.
|
|
21
|
-
"@libs-ui/components-scroll-overlay": "^0.2.
|
|
22
|
-
"@libs-ui/components-spinner": "^0.2.
|
|
23
|
-
"@libs-ui/icons": "^0.2.
|
|
24
|
-
"@libs-ui/pipes-call-function-in-template": "^0.2.
|
|
25
|
-
"@libs-ui/pipes-check-selected-by-key": "^0.2.
|
|
26
|
-
"@libs-ui/utils": "^0.2.
|
|
19
|
+
"@libs-ui/components-checkbox-group": "^0.2.208",
|
|
20
|
+
"@libs-ui/components-checkbox-single": "^0.2.208",
|
|
21
|
+
"@libs-ui/components-scroll-overlay": "^0.2.208",
|
|
22
|
+
"@libs-ui/components-spinner": "^0.2.208",
|
|
23
|
+
"@libs-ui/icons": "^0.2.208",
|
|
24
|
+
"@libs-ui/pipes-call-function-in-template": "^0.2.208",
|
|
25
|
+
"@libs-ui/pipes-check-selected-by-key": "^0.2.208",
|
|
26
|
+
"@libs-ui/utils": "^0.2.208",
|
|
27
27
|
"@ngx-translate/core": "^15.0.0",
|
|
28
|
-
"@libs-ui/components-buttons-status": "^0.2.
|
|
29
|
-
"@libs-ui/pipes-clone-object": "^0.2.
|
|
30
|
-
"@libs-ui/pipes-security-trust": "^0.2.
|
|
31
|
-
"@libs-ui/components-badge": "^0.2.
|
|
32
|
-
"@libs-ui/pipes-convert-object-to-signal": "^0.2.
|
|
33
|
-
"@libs-ui/pipes-get-value-of-object": "^0.2.
|
|
28
|
+
"@libs-ui/components-buttons-status": "^0.2.208",
|
|
29
|
+
"@libs-ui/pipes-clone-object": "^0.2.208",
|
|
30
|
+
"@libs-ui/pipes-security-trust": "^0.2.208",
|
|
31
|
+
"@libs-ui/components-badge": "^0.2.208",
|
|
32
|
+
"@libs-ui/pipes-convert-object-to-signal": "^0.2.208",
|
|
33
|
+
"@libs-ui/pipes-get-value-of-object": "^0.2.208"
|
|
34
34
|
},
|
|
35
35
|
"sideEffects": false,
|
|
36
36
|
"module": "fesm2022/libs-ui-components-table.mjs",
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
1
2
|
import { IButton } from '@libs-ui/components-buttons-button';
|
|
2
3
|
import { IDropdownFunctionControlEvent, IEmitMultiKey, IEmitSelectKey } from '@libs-ui/components-dropdown';
|
|
3
4
|
import { TYPE_POPOVER_EVENT } from '@libs-ui/components-popover';
|
|
@@ -5,7 +6,7 @@ import { ISwitchEvent } from '@libs-ui/components-switch';
|
|
|
5
6
|
import { TYPE_ITEM_DATA_TABLE } from '../interfaces';
|
|
6
7
|
import { ITableFieldTemplateConfig, ITableTemplateConfig } from '../interfaces/template-config.interface';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class LibsUiComponentsTableTemplatesComponent {
|
|
9
|
+
export declare class LibsUiComponentsTableTemplatesComponent implements OnDestroy {
|
|
9
10
|
private lockClick;
|
|
10
11
|
private functionControls;
|
|
11
12
|
protected isImageError: boolean | undefined;
|
|
@@ -20,6 +21,8 @@ export declare class LibsUiComponentsTableTemplatesComponent {
|
|
|
20
21
|
protected handlerSelectItemsDropdown(fieldConfig: ITableFieldTemplateConfig, index: number, data?: IEmitMultiKey): Promise<void>;
|
|
21
22
|
protected handlerImageError(event: Event): Promise<void>;
|
|
22
23
|
protected handlerFunctionControl(event: IDropdownFunctionControlEvent, index: number): Promise<void>;
|
|
24
|
+
private handleLockClick;
|
|
25
|
+
ngOnDestroy(): void;
|
|
23
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<LibsUiComponentsTableTemplatesComponent, never>;
|
|
24
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<LibsUiComponentsTableTemplatesComponent, "libs_ui-components-table-templates", never, { "isHover": { "alias": "isHover"; "required": false; "isSignal": true; }; "configs": { "alias": "configs"; "required": false; "isSignal": true; }; "templateCssWrapper": { "alias": "templateCssWrapper"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
25
28
|
}
|