@libs-ui/components-table 0.2.356-30 → 0.2.356-31
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/function-control-event.interface.mjs +1 -1
- package/esm2022/table.component.mjs +7 -5
- package/fesm2022/libs-ui-components-table.mjs +6 -4
- package/fesm2022/libs-ui-components-table.mjs.map +1 -1
- package/interfaces/function-control-event.interface.d.ts +1 -1
- package/package.json +28 -28
|
@@ -4,7 +4,7 @@ import { TYPE_OBJECT } from '@libs-ui/interfaces-types';
|
|
|
4
4
|
import { TYPE_DATA_TABLE, TYPE_ITEM_DATA_TABLE } from './table.type';
|
|
5
5
|
export interface ITableFunctionControlEvent {
|
|
6
6
|
reset: (clearSort?: boolean) => void;
|
|
7
|
-
callApiByService: (firstCall: boolean, resetAfterCallApi?: boolean) => void;
|
|
7
|
+
callApiByService: (firstCall: boolean, resetAfterCallApi?: boolean, isChangePage?: boolean) => void;
|
|
8
8
|
resetScroll: (scrollPositionLeft?: number, scrollPositionTop?: number) => void;
|
|
9
9
|
removeItems: (keys: Array<unknown>, ignoreReCallFooter?: boolean, autoCountNewItem?: boolean) => void;
|
|
10
10
|
addItems: (items: TYPE_DATA_TABLE, addFirst: boolean, ignoreHightLight?: boolean, ignoreReCallFooter?: boolean, autoCountNewItem?: boolean) => void;
|
package/package.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-table",
|
|
3
|
-
"version": "0.2.356-
|
|
3
|
+
"version": "0.2.356-31",
|
|
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-31",
|
|
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-31",
|
|
10
|
+
"@libs-ui/components-buttons-sort": "0.2.356-31",
|
|
11
|
+
"@libs-ui/components-popover": "0.2.356-31",
|
|
12
|
+
"@libs-ui/components-avatar": "0.2.356-31",
|
|
13
|
+
"@libs-ui/components-dropdown": "0.2.356-31",
|
|
14
|
+
"@libs-ui/components-line-clamp": "0.2.356-31",
|
|
15
|
+
"@libs-ui/components-list": "0.2.356-31",
|
|
16
|
+
"@libs-ui/components-switch": "0.2.356-31",
|
|
17
|
+
"@libs-ui/services-http-request": "0.2.356-31",
|
|
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-31",
|
|
20
|
+
"@libs-ui/components-checkbox-single": "0.2.356-31",
|
|
21
|
+
"@libs-ui/components-scroll-overlay": "0.2.356-31",
|
|
22
|
+
"@libs-ui/components-spinner": "0.2.356-31",
|
|
23
|
+
"@libs-ui/icons": "0.2.356-31",
|
|
24
|
+
"@libs-ui/pipes-call-function-in-template": "0.2.356-31",
|
|
25
|
+
"@libs-ui/pipes-check-selected-by-key": "0.2.356-31",
|
|
26
|
+
"@libs-ui/utils": "0.2.356-31",
|
|
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-
|
|
34
|
-
"@libs-ui/components-component-outlet": "0.2.356-
|
|
35
|
-
"@libs-ui/components-pagination": "0.2.356-
|
|
36
|
-
"@libs-ui/components-scroll-measure-items-direction-horizontal": "0.2.356-
|
|
28
|
+
"@libs-ui/components-buttons-status": "0.2.356-31",
|
|
29
|
+
"@libs-ui/pipes-clone-object": "0.2.356-31",
|
|
30
|
+
"@libs-ui/pipes-security-trust": "0.2.356-31",
|
|
31
|
+
"@libs-ui/components-badge": "0.2.356-31",
|
|
32
|
+
"@libs-ui/pipes-convert-object-to-signal": "0.2.356-31",
|
|
33
|
+
"@libs-ui/pipes-get-value-of-object": "0.2.356-31",
|
|
34
|
+
"@libs-ui/components-component-outlet": "0.2.356-31",
|
|
35
|
+
"@libs-ui/components-pagination": "0.2.356-31",
|
|
36
|
+
"@libs-ui/components-scroll-measure-items-direction-horizontal": "0.2.356-31"
|
|
37
37
|
},
|
|
38
38
|
"sideEffects": false,
|
|
39
39
|
"module": "fesm2022/libs-ui-components-table.mjs",
|