@libs-ui/components-list 0.2.346-4 → 0.2.346-6
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/defines/list.define.d.ts +67 -2
- package/esm2022/defines/list.define.mjs +186 -1
- package/esm2022/interfaces/config-item.interface.mjs +15 -2
- package/esm2022/interfaces/index.mjs +1 -1
- package/esm2022/templates/group/group.component.mjs +4 -4
- package/esm2022/templates/group/item/item.component.mjs +3 -3
- package/esm2022/templates/group/pipes/calculator-padding-left-item.pipe.mjs +5 -2
- package/fesm2022/libs-ui-components-list.mjs +209 -8
- package/fesm2022/libs-ui-components-list.mjs.map +1 -1
- package/interfaces/config-item.interface.d.ts +5 -0
- package/list.component.d.ts +1 -1
- package/package.json +23 -23
- package/templates/group/pipes/calculator-padding-left-item.pipe.d.ts +1 -1
- package/templates/templates.component.abstract.d.ts +1 -1
|
@@ -259,3 +259,8 @@ export interface IConfigDescriptionGroup {
|
|
|
259
259
|
textDescription: string;
|
|
260
260
|
classTextDescriptionInclude?: string;
|
|
261
261
|
}
|
|
262
|
+
export declare const ENUM_OPTIONS_GET_LIST_GROUP_CONFIG: readonly ["group_tree_checkbox_1", "group_tree_checkbox_2", "group_tree_radio_1", "group_tree_radio_2", "group_tree_text_1", "group_tree_text_2", "group_label_checkbox_1", "group_label_text_1"];
|
|
263
|
+
export type CONFIG_LIST_GROUP_TYPE = typeof ENUM_OPTIONS_GET_LIST_GROUP_CONFIG[number];
|
|
264
|
+
export declare const CONFIG_LIST_GROUP_RELATIONSHIP_PARENT_CHILD_TYPES: readonly ["child_selection_triggers_parent_selection", "parent_selection_triggers_all_children"];
|
|
265
|
+
export type CONFIG_LIST_GROUP_RELATIONSHIP_PARENT_CHILD_TYPE = typeof CONFIG_LIST_GROUP_RELATIONSHIP_PARENT_CHILD_TYPES[number];
|
|
266
|
+
export type ALLOWED_GROUP_OVERRIDES_TYPE = Pick<IListConfigItemGroup, 'fieldKey' | 'fieldGetItems' | 'getLabelGroup' | 'getLabelItem' | 'getMaxLevelGroup'>;
|
package/list.component.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ export declare class LibsUiComponentsListComponent implements OnInit, OnDestroy
|
|
|
56
56
|
readonly validRequired: import("@angular/core").InputSignal<IValidRequired | undefined>;
|
|
57
57
|
readonly showValidateBottom: import("@angular/core").InputSignal<boolean | undefined>;
|
|
58
58
|
readonly zIndex: import("@angular/core").InputSignal<number | undefined>;
|
|
59
|
-
readonly loadingIconSize: import("@angular/core").InputSignal<"
|
|
59
|
+
readonly loadingIconSize: import("@angular/core").InputSignal<"large" | "medium" | "small" | "smaller" | undefined>;
|
|
60
60
|
readonly templateRefSearchNoData: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
|
|
61
61
|
readonly resetKeyWhenSelectAllKeyDropdown: import("@angular/core").InputSignal<boolean | undefined>;
|
|
62
62
|
readonly ignoreClassDisableDefaultWhenUseKeysDisableItem: import("@angular/core").InputSignal<boolean | undefined>;
|
package/package.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-list",
|
|
3
|
-
"version": "0.2.346-
|
|
3
|
+
"version": "0.2.346-6",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
|
-
"@libs-ui/utils": "0.2.346-
|
|
8
|
-
"@libs-ui/components-avatar": "0.2.346-
|
|
9
|
-
"@libs-ui/components-badge": "0.2.346-
|
|
10
|
-
"@libs-ui/components-buttons-button": "0.2.346-
|
|
11
|
-
"@libs-ui/components-buttons-sort": "0.2.346-
|
|
12
|
-
"@libs-ui/components-checkbox-group": "0.2.346-
|
|
13
|
-
"@libs-ui/components-label": "0.2.346-
|
|
14
|
-
"@libs-ui/components-popover": "0.2.346-
|
|
15
|
-
"@libs-ui/services-http-request": "0.2.346-
|
|
7
|
+
"@libs-ui/utils": "0.2.346-6",
|
|
8
|
+
"@libs-ui/components-avatar": "0.2.346-6",
|
|
9
|
+
"@libs-ui/components-badge": "0.2.346-6",
|
|
10
|
+
"@libs-ui/components-buttons-button": "0.2.346-6",
|
|
11
|
+
"@libs-ui/components-buttons-sort": "0.2.346-6",
|
|
12
|
+
"@libs-ui/components-checkbox-group": "0.2.346-6",
|
|
13
|
+
"@libs-ui/components-label": "0.2.346-6",
|
|
14
|
+
"@libs-ui/components-popover": "0.2.346-6",
|
|
15
|
+
"@libs-ui/services-http-request": "0.2.346-6",
|
|
16
16
|
"rxjs": "~7.8.0",
|
|
17
|
-
"@libs-ui/interfaces-types": "0.2.346-
|
|
18
|
-
"@libs-ui/components-inputs-input": "0.2.346-
|
|
19
|
-
"@libs-ui/components-inputs-search": "0.2.346-
|
|
20
|
-
"@libs-ui/components-inputs-valid": "0.2.346-
|
|
21
|
-
"@libs-ui/services-dynamic-component": "0.2.346-
|
|
17
|
+
"@libs-ui/interfaces-types": "0.2.346-6",
|
|
18
|
+
"@libs-ui/components-inputs-input": "0.2.346-6",
|
|
19
|
+
"@libs-ui/components-inputs-search": "0.2.346-6",
|
|
20
|
+
"@libs-ui/components-inputs-valid": "0.2.346-6",
|
|
21
|
+
"@libs-ui/services-dynamic-component": "0.2.346-6",
|
|
22
22
|
"@ngx-translate/core": "^15.0.0",
|
|
23
23
|
"@iharbeck/ngx-virtual-scroller": "15.2.0",
|
|
24
|
-
"@libs-ui/components-checkbox-single": "0.2.346-
|
|
25
|
-
"@libs-ui/components-scroll-overlay": "0.2.346-
|
|
26
|
-
"@libs-ui/components-spinner": "0.2.346-
|
|
27
|
-
"@libs-ui/icons": "0.2.346-
|
|
28
|
-
"@libs-ui/pipes-call-function-in-template": "0.2.346-
|
|
29
|
-
"@libs-ui/pipes-convert-object-to-signal": "0.2.346-
|
|
30
|
-
"@libs-ui/components-radio-single": "0.2.346-
|
|
31
|
-
"@libs-ui/components-switch": "0.2.346-
|
|
24
|
+
"@libs-ui/components-checkbox-single": "0.2.346-6",
|
|
25
|
+
"@libs-ui/components-scroll-overlay": "0.2.346-6",
|
|
26
|
+
"@libs-ui/components-spinner": "0.2.346-6",
|
|
27
|
+
"@libs-ui/icons": "0.2.346-6",
|
|
28
|
+
"@libs-ui/pipes-call-function-in-template": "0.2.346-6",
|
|
29
|
+
"@libs-ui/pipes-convert-object-to-signal": "0.2.346-6",
|
|
30
|
+
"@libs-ui/components-radio-single": "0.2.346-6",
|
|
31
|
+
"@libs-ui/components-switch": "0.2.346-6"
|
|
32
32
|
},
|
|
33
33
|
"sideEffects": false,
|
|
34
34
|
"module": "fesm2022/libs-ui-components-list.mjs",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class LibsUiComponentsListGroupCalculatorPaddingLeftItemPipe implements PipeTransform {
|
|
4
|
-
transform(level: number, maxLevel: number, isTreeView?: boolean, isTreeViewJson?: boolean, hasChild?: boolean): number;
|
|
4
|
+
transform(level: number, maxLevel: number, isTreeView?: boolean, isTreeViewJson?: boolean, hasChild?: boolean, position?: 'left' | 'right'): number;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<LibsUiComponentsListGroupCalculatorPaddingLeftItemPipe, never>;
|
|
6
6
|
static ɵpipe: i0.ɵɵPipeDeclaration<LibsUiComponentsListGroupCalculatorPaddingLeftItemPipe, "LibsUiComponentsListGroupCalculatorPaddingLeftItemPipe", true>;
|
|
7
7
|
}
|
|
@@ -49,7 +49,7 @@ export declare abstract class LibsUiComponentsListTemplatesComponentAbstract imp
|
|
|
49
49
|
readonly disable: import("@angular/core").InputSignal<boolean | undefined>;
|
|
50
50
|
readonly disableLabel: import("@angular/core").InputSignal<boolean | undefined>;
|
|
51
51
|
readonly zIndex: import("@angular/core").InputSignal<number>;
|
|
52
|
-
readonly loadingIconSize: import("@angular/core").InputSignal<"
|
|
52
|
+
readonly loadingIconSize: import("@angular/core").InputSignal<"large" | "medium" | "small" | "smaller" | undefined>;
|
|
53
53
|
readonly resetKeyWhenSelectAllKeyDropdown: import("@angular/core").InputSignal<boolean | undefined>;
|
|
54
54
|
readonly ignoreClassDisableDefaultWhenUseKeysDisableItem: import("@angular/core").InputSignal<boolean | undefined>;
|
|
55
55
|
readonly templateRefSearchNoData: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
|