@libs-ui/components-table 0.2.198 → 0.2.199
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/index.mjs +1 -2
- package/esm2022/interfaces/template-config.interface.mjs +1 -1
- package/esm2022/table.component.mjs +2 -2
- package/fesm2022/libs-ui-components-table.mjs +2 -16
- package/fesm2022/libs-ui-components-table.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/interfaces/template-config.interface.d.ts +2 -2
- package/package.json +25 -25
- package/esm2022/templates/template.abstract.component.mjs +0 -16
- package/templates/template.abstract.component.d.ts +0 -7
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { ISwitchEvent } from "@libs-ui/components-switch";
|
|
|
9
9
|
import { TYPE_FUNCTION, TYPE_OBJECT } from "@libs-ui/interfaces-types";
|
|
10
10
|
import { IHttpRequestConfig } from "@libs-ui/services-http-request";
|
|
11
11
|
import { Observable } from "rxjs";
|
|
12
|
-
import {
|
|
12
|
+
import { LibsUiComponentsComponnentOutletComponent } from "@libs-ui/components-component-outlet";
|
|
13
13
|
import { TYPE_ITEM_DATA_TABLE } from "./table.type";
|
|
14
14
|
export interface ITableTemplateConfig {
|
|
15
15
|
cssWrapper: string;
|
|
@@ -45,7 +45,7 @@ export interface ITableFieldTemplateConfig {
|
|
|
45
45
|
getImageSrc?: (value: any, item?: TYPE_OBJECT, lang?: string, isError?: boolean) => Observable<string>;
|
|
46
46
|
rows?: Array<ITableTemplateConfig>;
|
|
47
47
|
rowsTemplateCssWrapper?: string;
|
|
48
|
-
getComponentOutlet?: () => Observable<
|
|
48
|
+
getComponentOutlet?: () => Observable<LibsUiComponentsComponnentOutletComponent | any>;
|
|
49
49
|
}
|
|
50
50
|
export interface ITableFieldTemplateConfigDropdown extends IDropdown {
|
|
51
51
|
button?: WritableSignal<IButton>;
|
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.199",
|
|
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.199",
|
|
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.199",
|
|
10
|
+
"@libs-ui/components-buttons-sort": "^0.2.199",
|
|
11
|
+
"@libs-ui/components-popover": "^0.2.199",
|
|
12
|
+
"@libs-ui/components-avatar": "^0.2.199",
|
|
13
|
+
"@libs-ui/components-dropdown": "^0.2.199",
|
|
14
|
+
"@libs-ui/components-line-clamp": "^0.2.199",
|
|
15
|
+
"@libs-ui/components-list": "^0.2.199",
|
|
16
|
+
"@libs-ui/components-switch": "^0.2.199",
|
|
17
|
+
"@libs-ui/services-http-request": "^0.2.199",
|
|
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.199",
|
|
20
|
+
"@libs-ui/components-checkbox-single": "^0.2.199",
|
|
21
|
+
"@libs-ui/components-scroll-overlay": "^0.2.199",
|
|
22
|
+
"@libs-ui/components-spinner": "^0.2.199",
|
|
23
|
+
"@libs-ui/icons": "^0.2.199",
|
|
24
|
+
"@libs-ui/pipes-call-function-in-template": "^0.2.199",
|
|
25
|
+
"@libs-ui/pipes-check-selected-by-key": "^0.2.199",
|
|
26
|
+
"@libs-ui/utils": "^0.2.199",
|
|
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.199",
|
|
29
|
+
"@libs-ui/pipes-clone-object": "^0.2.199",
|
|
30
|
+
"@libs-ui/pipes-security-trust": "^0.2.199",
|
|
31
|
+
"@libs-ui/components-badge": "^0.2.199",
|
|
32
|
+
"@libs-ui/pipes-convert-object-to-signal": "^0.2.199",
|
|
33
|
+
"@libs-ui/pipes-get-value-of-object": "^0.2.199"
|
|
34
34
|
},
|
|
35
35
|
"sideEffects": false,
|
|
36
36
|
"module": "fesm2022/libs-ui-components-table.mjs",
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Component, input } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class LibsUiComponentsTableTemplateAbstractComponent {
|
|
4
|
-
item = input.required();
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LibsUiComponentsTableTemplateAbstractComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.13", type: LibsUiComponentsTableTemplateAbstractComponent, selector: "libs_ui-components-table-templates_abstract", inputs: { item: { classPropertyName: "item", publicName: "item", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: ``, isInline: true });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LibsUiComponentsTableTemplateAbstractComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{
|
|
11
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
12
|
-
selector: 'libs_ui-components-table-templates_abstract',
|
|
13
|
-
template: ``
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVtcGxhdGUuYWJzdHJhY3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy11aS9jb21wb25lbnRzL3RhYmxlL3NyYy90ZW1wbGF0ZXMvdGVtcGxhdGUuYWJzdHJhY3QuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVFqRCxNQUFNLE9BQU8sOENBQThDO0lBQ2hELElBQUksR0FBRyxLQUFLLENBQUMsUUFBUSxFQUF3QixDQUFDO3dHQUQ1Qyw4Q0FBOEM7NEZBQTlDLDhDQUE4QyxtTkFGL0MsRUFBRTs7NEZBRUQsOENBQThDO2tCQUwxRCxTQUFTO21CQUFDO29CQUNULDhEQUE4RDtvQkFDOUQsUUFBUSxFQUFFLDZDQUE2QztvQkFDdkQsUUFBUSxFQUFFLEVBQUU7aUJBQ2IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIGlucHV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IFRZUEVfSVRFTV9EQVRBX1RBQkxFIH0gZnJvbSBcIi4uL2ludGVyZmFjZXNcIjtcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnbGlic191aS1jb21wb25lbnRzLXRhYmxlLXRlbXBsYXRlc19hYnN0cmFjdCcsXG4gIHRlbXBsYXRlOiBgYFxufSlcbmV4cG9ydCBjbGFzcyBMaWJzVWlDb21wb25lbnRzVGFibGVUZW1wbGF0ZUFic3RyYWN0Q29tcG9uZW50IHtcbiAgcmVhZG9ubHkgaXRlbSA9IGlucHV0LnJlcXVpcmVkPFRZUEVfSVRFTV9EQVRBX1RBQkxFPigpO1xufSJdfQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { TYPE_ITEM_DATA_TABLE } from "../interfaces";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class LibsUiComponentsTableTemplateAbstractComponent {
|
|
4
|
-
readonly item: import("@angular/core").InputSignal<TYPE_ITEM_DATA_TABLE>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LibsUiComponentsTableTemplateAbstractComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LibsUiComponentsTableTemplateAbstractComponent, "libs_ui-components-table-templates_abstract", never, { "item": { "alias": "item"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
7
|
-
}
|