ln-20-lib-components 0.0.12 → 0.0.13
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/fesm2022/ln-20-lib-components-selected-items-management.component-CH9UC-8E.mjs +86 -0
- package/fesm2022/ln-20-lib-components-selected-items-management.component-CH9UC-8E.mjs.map +1 -0
- package/fesm2022/ln-20-lib-components-selected-items-management.component-CrgtLkUn.mjs +86 -0
- package/fesm2022/ln-20-lib-components-selected-items-management.component-CrgtLkUn.mjs.map +1 -0
- package/fesm2022/ln-20-lib-components.mjs +26 -37
- package/fesm2022/ln-20-lib-components.mjs.map +1 -1
- package/lib/components/origin/disabled-container/disabled-container.component.d.ts +1 -1
- package/lib/components/origin/form/components/custom-input/custom-input.component.d.ts +1 -1
- package/lib/components/origin/form/components/form-child/form-child.component.d.ts +1 -1
- package/lib/components/origin/form/components/inline-input/inline-input.component.d.ts +1 -1
- package/lib/components/origin/form/form.component.d.ts +1 -1
- package/lib/components/origin/http-message/http-message.component.d.ts +1 -1
- package/lib/components/prime-ng/badge/badge-ng.component.d.ts +1 -1
- package/lib/components/prime-ng/button-ng/button-ng.component.d.ts +1 -1
- package/lib/components/prime-ng/table-ng/components/selected-items-management/selected-items-management.component.d.ts +1 -1
- package/lib/components/prime-ng/table-ng/table-ng.component.d.ts +2 -2
- package/lib/components/prime-ng/toolbar-ng/toolbar-ng.component.d.ts +1 -1
- package/ln-20-lib-components-0.0.12.tgz +0 -0
- package/ln-20-lib-components-0.0.13.tgz +0 -0
- package/package.json +1 -1
- package/lib/components/origin/aminated-container/aminated-container.component.d.ts +0 -6
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class DisabledContainerComponent {
|
|
3
3
|
disabled: import("@angular/core").ModelSignal<boolean>;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<DisabledContainerComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DisabledContainerComponent, "
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DisabledContainerComponent, "lib-disabled-container", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; }, never, ["*"], true, never>;
|
|
6
6
|
}
|
|
@@ -21,5 +21,5 @@ export declare class CustomInputComponent implements ControlValueAccessor {
|
|
|
21
21
|
togglePasswordVisibility(): void;
|
|
22
22
|
onSelectChange(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomInputComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomInputComponent, "
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomInputComponent, "lib-custom-input", never, { "controlData": { "alias": "controlData"; "required": true; "isSignal": true; }; }, { "output": "output"; }, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -9,5 +9,5 @@ export declare class FormChildComponent {
|
|
|
9
9
|
submit(): void;
|
|
10
10
|
onSelectChange(controlConfig: IControlConfig): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormChildComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormChildComponent, "
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormChildComponent, "lib-form-child", never, { "controlsData": { "alias": "controlsData"; "required": true; "isSignal": true; }; "formGroup": { "alias": "formGroup"; "required": true; "isSignal": true; }; }, { "formSubmit": "formSubmit"; }, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -74,5 +74,5 @@ export declare class InlineInputComponent<T = string | number | boolean | null>
|
|
|
74
74
|
addChipsFromArray(chipsArray: string[]): void;
|
|
75
75
|
ngOnDestroy(): void;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<InlineInputComponent<any>, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InlineInputComponent<any>, "
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InlineInputComponent<any>, "lib-inline-input", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "outputValue": "outputValue"; "outputBlur": "outputBlur"; "outputDebounced": "outputDebounced"; }, ["templates"], never, true, never>;
|
|
78
78
|
}
|
|
@@ -15,5 +15,5 @@ export declare class FormComponent {
|
|
|
15
15
|
submit(formGroup: FormGroup): void;
|
|
16
16
|
clearHttpMessage(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormComponent, "
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormComponent, "lib-form", never, { "formGroup": { "alias": "formGroup"; "required": true; "isSignal": true; }; "controls": { "alias": "controls"; "required": true; "isSignal": true; }; "formConfig": { "alias": "formConfig"; "required": false; "isSignal": true; }; "httpMessage": { "alias": "httpMessage"; "required": false; "isSignal": true; }; }, { "formGroup": "formGroupChange"; "httpMessage": "httpMessageChange"; "formSubmit": "formSubmit"; "formChanges": "formChanges"; "formChangesDebounced": "formChangesDebounced"; }, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -6,5 +6,5 @@ export declare class HttpMessageComponent {
|
|
|
6
6
|
get isError(): boolean;
|
|
7
7
|
get isSuccess(): boolean;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<HttpMessageComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HttpMessageComponent, "
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HttpMessageComponent, "lib-http-message", never, { "httpMessage": { "alias": "httpMessage"; "required": false; "isSignal": true; }; }, { "httpMessage": "httpMessageChange"; }, never, never, true, never>;
|
|
10
10
|
}
|
|
@@ -7,5 +7,5 @@ export declare class BadgeNgComponent {
|
|
|
7
7
|
get badgeSize(): IBadgeSize;
|
|
8
8
|
get fullWidth(): boolean;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeNgComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeNgComponent, "
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeNgComponent, "lib-badge-ng", never, { "config": { "alias": "config"; "required": true; "isSignal": true; }; }, { "config": "configChange"; }, never, never, true, never>;
|
|
11
11
|
}
|
|
@@ -8,5 +8,5 @@ export declare class ButtonNgComponent {
|
|
|
8
8
|
get label(): string;
|
|
9
9
|
onClickButton(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonNgComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonNgComponent, "
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonNgComponent, "lib-button-ng", never, { "buttonConfig": { "alias": "buttonConfig"; "required": true; "isSignal": true; }; }, { "buttonConfig": "buttonConfigChange"; "onClick": "onClick"; }, never, ["*"], true, never>;
|
|
12
12
|
}
|
|
@@ -13,5 +13,5 @@ export declare class SelectedItemsManagementComponent extends BaseDialogComponen
|
|
|
13
13
|
buttonsSubmit: Signal<IButtonConfig[]>;
|
|
14
14
|
submitSelection(flag: 'accept' | 'reject'): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectedItemsManagementComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectedItemsManagementComponent, "
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectedItemsManagementComponent, "lib-selected-items-management", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -7,8 +7,8 @@ import type { IControlConfig } from '../../origin/form/interfaces';
|
|
|
7
7
|
import type { IHttpMessage } from '../../origin/http-message/interfaces';
|
|
8
8
|
import type { IPickListElement } from '../../origin/pick-list/interfaces';
|
|
9
9
|
import type { IButtonConfig } from '../button-ng/interfaces';
|
|
10
|
-
import type { IEditTableNgConfig, IErrorConfig, IFooterConfig, IGlobalSearchForm, ILazyLoadResponse, IPipeConfig, ITableNgConfig, ITableNgData } from './interfaces';
|
|
11
10
|
import { IPrimeNgSelection } from '../interfaces';
|
|
11
|
+
import type { IEditTableNgConfig, IErrorConfig, IFooterConfig, IGlobalSearchForm, ILazyLoadResponse, IPipeConfig, ITableNgConfig, ITableNgData } from './interfaces';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
export declare class TableNgComponent<T extends Record<string, any> = Record<string, any>> implements OnInit, OnDestroy {
|
|
14
14
|
private readonly tableNgService;
|
|
@@ -158,5 +158,5 @@ export declare class TableNgComponent<T extends Record<string, any> = Record<str
|
|
|
158
158
|
enableExcelButton: Signal<boolean>;
|
|
159
159
|
enablePdfButton: Signal<boolean>;
|
|
160
160
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableNgComponent<any>, never>;
|
|
161
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableNgComponent<any>, "
|
|
161
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableNgComponent<any>, "lib-table-ng", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; "config": { "alias": "config"; "required": false; "isSignal": true; }; "editConfig": { "alias": "editConfig"; "required": false; "isSignal": true; }; "footerConfig": { "alias": "footerConfig"; "required": false; "isSignal": true; }; "toolbarButtons": { "alias": "toolbarButtons"; "required": false; "isSignal": true; }; "sourceElements": { "alias": "sourceElements"; "required": false; "isSignal": true; }; "targetElements": { "alias": "targetElements"; "required": false; "isSignal": true; }; "httpMessage": { "alias": "httpMessage"; "required": false; "isSignal": true; }; "selectedItems": { "alias": "selectedItems"; "required": false; "isSignal": true; }; "itemTemplateInput": { "alias": "itemTemplateInput"; "required": false; "isSignal": true; }; }, { "data": "dataChange"; "config": "configChange"; "editConfig": "editConfigChange"; "footerConfig": "footerConfigChange"; "toolbarButtons": "toolbarButtonsChange"; "sourceElements": "sourceElementsChange"; "targetElements": "targetElementsChange"; "httpMessage": "httpMessageChange"; "lazyLoading": "lazyLoading"; "outputChangeData": "outputChangeData"; "outputHandleEditInitButton": "outputHandleEditInitButton"; "outputAddRow": "outputAddRow"; "outputDeleteRow": "outputDeleteRow"; "outputRowInlineChange": "outputRowInlineChange"; "outputRowDataChange": "outputRowDataChange"; "outputEditData": "outputEditData"; "outputIsEditing": "outputIsEditing"; "selectedItems": "selectedItemsChange"; }, ["itemTemplate"], never, true, never>;
|
|
162
162
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ToolbarNgComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarNgComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarNgComponent, "
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarNgComponent, "lib-toolbar-ng", never, {}, {}, never, ["[toolbarStart]", "[toolbarCenter]", "[toolbarEnd]"], true, never>;
|
|
5
5
|
}
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AminatedContainerComponent {
|
|
3
|
-
isLoading: boolean;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AminatedContainerComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AminatedContainerComponent, "app-aminated-container", never, {}, {}, never, ["*"], true, never>;
|
|
6
|
-
}
|