primekit 0.0.47 → 0.0.49
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/lib/lib/atomix-button/atomix-button.component.mjs +3 -3
- package/esm2022/lib/lib/atomix-form/atomix-form-chips/form.chips.models.mjs +1 -1
- package/esm2022/lib/lib/atomix-form/atomix-form-dropdown/atomix-form-dropdown.component.mjs +10 -3
- package/esm2022/lib/lib/atomix-form/atomix-form-radio-button/atomix-radio-button.component.mjs +23 -5
- package/esm2022/lib/lib/atomix-pagination/atomix-pagination.component.mjs +15 -7
- package/fesm2022/primekit.mjs +53 -23
- package/fesm2022/primekit.mjs.map +1 -1
- package/lib/lib/atomix-form/atomix-form-chips/form.chips.models.d.ts +1 -0
- package/lib/lib/atomix-form/atomix-form-dropdown/atomix-form-dropdown.component.d.ts +3 -1
- package/lib/lib/atomix-form/atomix-form-radio-button/atomix-radio-button.component.d.ts +6 -1
- package/lib/lib/atomix-pagination/atomix-pagination.component.d.ts +2 -0
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { LabelIconData } from '../atomix-form-chips/form.chips.models';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class AtomixFormDropdownComponent {
|
|
5
6
|
controlName: string;
|
|
@@ -15,9 +16,10 @@ export declare class AtomixFormDropdownComponent {
|
|
|
15
16
|
tooltipPosition: 'right' | 'left' | 'top' | 'bottom';
|
|
16
17
|
isLabelRequired: boolean;
|
|
17
18
|
styleClass: string;
|
|
19
|
+
isLabelIconData: LabelIconData;
|
|
18
20
|
selectionChange: EventEmitter<any>;
|
|
19
21
|
filterEvent: EventEmitter<string>;
|
|
20
22
|
get control(): FormControl;
|
|
21
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtomixFormDropdownComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AtomixFormDropdownComponent, "atomix-form-dropdown", never, { "controlName": { "alias": "controlName"; "required": false; }; "filterResults": { "alias": "filterResults"; "required": false; }; "form": { "alias": "form"; "required": false; }; "label": { "alias": "label"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "isLabelRequired": { "alias": "isLabelRequired"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; }, { "selectionChange": "selectionChange"; "filterEvent": "filterEvent"; }, never, never, false, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AtomixFormDropdownComponent, "atomix-form-dropdown", never, { "controlName": { "alias": "controlName"; "required": false; }; "filterResults": { "alias": "filterResults"; "required": false; }; "form": { "alias": "form"; "required": false; }; "label": { "alias": "label"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "isLabelRequired": { "alias": "isLabelRequired"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "isLabelIconData": { "alias": "isLabelIconData"; "required": false; }; }, { "selectionChange": "selectionChange"; "filterEvent": "filterEvent"; }, never, never, false, never>;
|
|
23
25
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
2
|
+
import { LabelIconData } from '../atomix-form-chips/form.chips.models';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class AtomixFormRadioButtonComponent {
|
|
4
5
|
controlName: string;
|
|
@@ -7,7 +8,11 @@ export declare class AtomixFormRadioButtonComponent {
|
|
|
7
8
|
name: string;
|
|
8
9
|
key: string;
|
|
9
10
|
};
|
|
11
|
+
label: string;
|
|
12
|
+
isLabelRequired: boolean;
|
|
13
|
+
radioGroupOptions: any;
|
|
14
|
+
labelIconData: LabelIconData;
|
|
10
15
|
get control(): FormControl;
|
|
11
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtomixFormRadioButtonComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AtomixFormRadioButtonComponent, "atomix-form-radio-
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AtomixFormRadioButtonComponent, "atomix-form-radio-group", never, { "controlName": { "alias": "controlName"; "required": false; }; "form": { "alias": "form"; "required": false; }; "value": { "alias": "value"; "required": false; }; "label": { "alias": "label"; "required": false; }; "isLabelRequired": { "alias": "isLabelRequired"; "required": false; }; "radioGroupOptions": { "alias": "radioGroupOptions"; "required": false; }; "labelIconData": { "alias": "labelIconData"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
18
|
}
|
|
@@ -8,10 +8,12 @@ export declare class AtomixPaginationComponent {
|
|
|
8
8
|
size: number;
|
|
9
9
|
handleDropdownValueChange: EventEmitter<DropdownChangeEvent>;
|
|
10
10
|
paginatorChange: EventEmitter<any>;
|
|
11
|
+
getScreenWidth: number;
|
|
11
12
|
options: {
|
|
12
13
|
label: number;
|
|
13
14
|
value: number;
|
|
14
15
|
}[];
|
|
16
|
+
onWindowResize(): void;
|
|
15
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtomixPaginationComponent, never>;
|
|
16
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<AtomixPaginationComponent, "app-pagination", never, { "dataLength": { "alias": "dataLength"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "page": { "alias": "page"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "handleDropdownValueChange": "handleDropdownValueChange"; "paginatorChange": "paginatorChange"; }, never, never, false, never>;
|
|
17
19
|
}
|