@libs-ui/components-table 0.2.305 → 0.2.306-4

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.305",
3
+ "version": "0.2.306-4",
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.305",
7
+ "@libs-ui/components-buttons-button": "0.2.306-4",
8
8
  "@iharbeck/ngx-virtual-scroller": "15.2.0",
9
- "@libs-ui/interfaces-types": "0.2.305",
10
- "@libs-ui/components-buttons-sort": "0.2.305",
11
- "@libs-ui/components-popover": "0.2.305",
12
- "@libs-ui/components-avatar": "0.2.305",
13
- "@libs-ui/components-dropdown": "0.2.305",
14
- "@libs-ui/components-line-clamp": "0.2.305",
15
- "@libs-ui/components-list": "0.2.305",
16
- "@libs-ui/components-switch": "0.2.305",
17
- "@libs-ui/services-http-request": "0.2.305",
9
+ "@libs-ui/interfaces-types": "0.2.306-4",
10
+ "@libs-ui/components-buttons-sort": "0.2.306-4",
11
+ "@libs-ui/components-popover": "0.2.306-4",
12
+ "@libs-ui/components-avatar": "0.2.306-4",
13
+ "@libs-ui/components-dropdown": "0.2.306-4",
14
+ "@libs-ui/components-line-clamp": "0.2.306-4",
15
+ "@libs-ui/components-list": "0.2.306-4",
16
+ "@libs-ui/components-switch": "0.2.306-4",
17
+ "@libs-ui/services-http-request": "0.2.306-4",
18
18
  "rxjs": "~7.8.0",
19
- "@libs-ui/components-checkbox-group": "0.2.305",
20
- "@libs-ui/components-checkbox-single": "0.2.305",
21
- "@libs-ui/components-scroll-overlay": "0.2.305",
22
- "@libs-ui/components-spinner": "0.2.305",
23
- "@libs-ui/icons": "0.2.305",
24
- "@libs-ui/pipes-call-function-in-template": "0.2.305",
25
- "@libs-ui/pipes-check-selected-by-key": "0.2.305",
26
- "@libs-ui/utils": "0.2.305",
19
+ "@libs-ui/components-checkbox-group": "0.2.306-4",
20
+ "@libs-ui/components-checkbox-single": "0.2.306-4",
21
+ "@libs-ui/components-scroll-overlay": "0.2.306-4",
22
+ "@libs-ui/components-spinner": "0.2.306-4",
23
+ "@libs-ui/icons": "0.2.306-4",
24
+ "@libs-ui/pipes-call-function-in-template": "0.2.306-4",
25
+ "@libs-ui/pipes-check-selected-by-key": "0.2.306-4",
26
+ "@libs-ui/utils": "0.2.306-4",
27
27
  "@ngx-translate/core": "^15.0.0",
28
- "@libs-ui/components-buttons-status": "0.2.305",
29
- "@libs-ui/pipes-clone-object": "0.2.305",
30
- "@libs-ui/pipes-security-trust": "0.2.305",
31
- "@libs-ui/components-badge": "0.2.305",
32
- "@libs-ui/pipes-convert-object-to-signal": "0.2.305",
33
- "@libs-ui/pipes-get-value-of-object": "0.2.305"
28
+ "@libs-ui/components-buttons-status": "0.2.306-4",
29
+ "@libs-ui/pipes-clone-object": "0.2.306-4",
30
+ "@libs-ui/pipes-security-trust": "0.2.306-4",
31
+ "@libs-ui/components-badge": "0.2.306-4",
32
+ "@libs-ui/pipes-convert-object-to-signal": "0.2.306-4",
33
+ "@libs-ui/pipes-get-value-of-object": "0.2.306-4"
34
34
  },
35
35
  "sideEffects": false,
36
36
  "module": "fesm2022/libs-ui-components-table.mjs",
@@ -1,16 +1,16 @@
1
- import { ElementRef, OnDestroy, OnInit, WritableSignal } from "@angular/core";
1
+ import { ElementRef, OnDestroy, OnInit, WritableSignal } from '@angular/core';
2
2
  import { IButton } from '@libs-ui/components-buttons-button';
3
3
  import { ISort } from '@libs-ui/components-buttons-sort';
4
- import { ICheckboxItem } from "@libs-ui/components-checkbox-group";
5
- import { ICheckboxEvent } from "@libs-ui/components-checkbox-single";
4
+ import { ICheckboxItem } from '@libs-ui/components-checkbox-group';
5
+ import { ICheckboxEvent } from '@libs-ui/components-checkbox-single';
6
6
  import { IDropdownFunctionControlEvent, IEmitSelectKey } from '@libs-ui/components-dropdown';
7
- import { IListConfigItem } from "@libs-ui/components-list";
8
- import { TYPE_POPOVER_EVENT } from "@libs-ui/components-popover";
9
- import { IHttpResponseError, IPaging, TYPE_OBJECT } from "@libs-ui/interfaces-types";
10
- import { IHttpRequestConfig } from "@libs-ui/services-http-request";
11
- import { IButtonBarEvent, IConfigSelectMoreItem, IConfigTemplateItemCollapseExpand, IHoverButtonActionEvent, ILoadMoreEvent, ISortEvent, ITabelButtonActionEvent, ITableFooterConfig, ITableHeaderConfig, TYPE_DATA_FILTER_TABLE, TYPE_ITEM_DATA_TABLE, TYPE_NEW_DATA_TABLE, TYPE_TABLE_FILTER } from "./interfaces";
12
- import { ITableFunctionControlEvent } from "./interfaces/function-control-event.interface";
13
- import { ITableNoDataConfig } from "./interfaces/no-data-config.interface";
7
+ import { IListConfigItem } from '@libs-ui/components-list';
8
+ import { TYPE_POPOVER_EVENT } from '@libs-ui/components-popover';
9
+ import { IHttpResponseError, IPaging, TYPE_OBJECT } from '@libs-ui/interfaces-types';
10
+ import { IHttpRequestConfig } from '@libs-ui/services-http-request';
11
+ import { IButtonBarEvent, IConfigSelectMoreItem, IConfigTemplateItemCollapseExpand, IHoverButtonActionEvent, ILoadMoreEvent, ISortEvent, ITabelButtonActionEvent, ITableFooterConfig, ITableHeaderConfig, TYPE_DATA_FILTER_TABLE, TYPE_ITEM_DATA_TABLE, TYPE_NEW_DATA_TABLE, TYPE_TABLE_FILTER } from './interfaces';
12
+ import { ITableFunctionControlEvent } from './interfaces/function-control-event.interface';
13
+ import { ITableNoDataConfig } from './interfaces/no-data-config.interface';
14
14
  import * as i0 from "@angular/core";
15
15
  export declare class LibsUiComponentsTableComponent implements OnInit, OnDestroy {
16
16
  /** PROPERTY */