@cdek-it/angular-ui-kit 0.2.4-test → 0.2.6-test
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/components/accordion/index.d.ts +21 -0
- package/components/autocomplete/index.d.ts +65 -0
- package/components/avatar/index.d.ts +5 -5
- package/components/badge/index.d.ts +5 -5
- package/components/breadcrumb/index.d.ts +3 -3
- package/components/button/index.d.ts +16 -14
- package/components/carousel/index.d.ts +41 -0
- package/components/checkbox/index.d.ts +7 -6
- package/components/confirm-dialog/index.d.ts +37 -0
- package/components/date-picker/index.d.ts +89 -0
- package/components/dialog/index.d.ts +16 -9
- package/components/divider/index.d.ts +7 -7
- package/components/drawer/index.d.ts +33 -0
- package/components/galleria/index.d.ts +65 -0
- package/components/inputgroup/index.d.ts +17 -0
- package/components/inputmask/index.d.ts +43 -0
- package/components/inputnumber/index.d.ts +50 -0
- package/components/inputotp/index.d.ts +40 -0
- package/components/inputtext/index.d.ts +5 -4
- package/components/listbox/index.d.ts +43 -0
- package/components/megamenu/index.d.ts +10 -10
- package/components/menu/index.d.ts +24 -0
- package/components/menubar/index.d.ts +16 -0
- package/components/message/index.d.ts +19 -0
- package/components/metergroup/index.d.ts +9 -8
- package/components/paginator/index.d.ts +25 -0
- package/components/panelmenu/index.d.ts +19 -0
- package/components/password/index.d.ts +54 -0
- package/components/popover/index.d.ts +12 -0
- package/components/progressbar/index.d.ts +3 -3
- package/components/progressspinner/index.d.ts +3 -3
- package/components/radiobutton/index.d.ts +7 -6
- package/components/rating/index.d.ts +6 -6
- package/components/scroll-panel/index.d.ts +11 -0
- package/components/select/index.d.ts +78 -0
- package/components/skeleton/index.d.ts +5 -5
- package/components/slider/index.d.ts +4 -3
- package/components/stepper/index.d.ts +25 -0
- package/components/tabs/index.d.ts +22 -0
- package/components/tag/index.d.ts +3 -3
- package/components/textarea/index.d.ts +40 -0
- package/components/tieredmenu/index.d.ts +2 -2
- package/components/timeline/index.d.ts +17 -5
- package/components/toast/index.d.ts +52 -0
- package/components/toggleswitch/index.d.ts +26 -0
- package/components/tooltip/index.d.ts +5 -5
- package/fesm2022/cdek-it-angular-ui-kit-components-accordion.mjs +69 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-accordion.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-autocomplete.mjs +269 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-autocomplete.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-avatar.mjs +7 -5
- package/fesm2022/cdek-it-angular-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-badge.mjs +4 -15
- package/fesm2022/cdek-it-angular-ui-kit-components-badge.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-breadcrumb.mjs +4 -13
- package/fesm2022/cdek-it-angular-ui-kit-components-breadcrumb.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-button.mjs +3 -2
- package/fesm2022/cdek-it-angular-ui-kit-components-button.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-card.mjs +2 -2
- package/fesm2022/cdek-it-angular-ui-kit-components-card.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-carousel.mjs +166 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-carousel.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-checkbox.mjs +3 -2
- package/fesm2022/cdek-it-angular-ui-kit-components-checkbox.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-chip.mjs +4 -3
- package/fesm2022/cdek-it-angular-ui-kit-components-chip.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-confirm-dialog.mjs +192 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-confirm-dialog.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-date-picker.mjs +640 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-date-picker.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-dialog.mjs +28 -10
- package/fesm2022/cdek-it-angular-ui-kit-components-dialog.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-divider.mjs +6 -13
- package/fesm2022/cdek-it-angular-ui-kit-components-divider.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-drawer.mjs +153 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-drawer.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-galleria.mjs +284 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-galleria.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-inputgroup.mjs +64 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-inputgroup.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-inputmask.mjs +164 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-inputmask.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-inputnumber.mjs +267 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-inputnumber.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-inputotp.mjs +148 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-inputotp.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-inputtext.mjs +13 -11
- package/fesm2022/cdek-it-angular-ui-kit-components-inputtext.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-listbox.mjs +172 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-listbox.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-megamenu.mjs +22 -9
- package/fesm2022/cdek-it-angular-ui-kit-components-megamenu.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-menu.mjs +114 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-menu.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-menubar.mjs +88 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-menubar.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-message.mjs +105 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-message.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-metergroup.mjs +4 -3
- package/fesm2022/cdek-it-angular-ui-kit-components-metergroup.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-paginator.mjs +95 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-paginator.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-panelmenu.mjs +69 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-panelmenu.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-password.mjs +258 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-password.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-popover.mjs +48 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-popover.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-progressbar.mjs +4 -15
- package/fesm2022/cdek-it-angular-ui-kit-components-progressbar.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-progressspinner.mjs +3 -2
- package/fesm2022/cdek-it-angular-ui-kit-components-progressspinner.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-radiobutton.mjs +8 -7
- package/fesm2022/cdek-it-angular-ui-kit-components-radiobutton.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-rating.mjs +8 -7
- package/fesm2022/cdek-it-angular-ui-kit-components-rating.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-scroll-panel.mjs +42 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-scroll-panel.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-select.mjs +350 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-select.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-skeleton.mjs +4 -3
- package/fesm2022/cdek-it-angular-ui-kit-components-skeleton.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-slider.mjs +6 -6
- package/fesm2022/cdek-it-angular-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-stepper.mjs +227 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-stepper.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tabs.mjs +83 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tabs.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tag.mjs +6 -15
- package/fesm2022/cdek-it-angular-ui-kit-components-tag.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-textarea.mjs +214 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-textarea.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tieredmenu.mjs +5 -16
- package/fesm2022/cdek-it-angular-ui-kit-components-tieredmenu.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-timeline.mjs +74 -50
- package/fesm2022/cdek-it-angular-ui-kit-components-timeline.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-components-toast.mjs +106 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-toast.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-toggleswitch.mjs +93 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-toggleswitch.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tooltip.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-providers.mjs +2497 -125
- package/fesm2022/cdek-it-angular-ui-kit-providers.mjs.map +1 -1
- package/fesm2022/cdek-it-angular-ui-kit-shared.mjs +4 -0
- package/fesm2022/cdek-it-angular-ui-kit-shared.mjs.map +1 -0
- package/package.json +109 -1
- package/shared/index.d.ts +49 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
4
|
+
|
|
5
|
+
type ExtraInputMaskSize = 'small' | 'base' | 'large' | 'xlarge';
|
|
6
|
+
declare class ExtraInputMaskComponent implements ControlValueAccessor, OnInit {
|
|
7
|
+
private readonly _injector;
|
|
8
|
+
private readonly destroyRef;
|
|
9
|
+
private _ngControl;
|
|
10
|
+
readonly control: FormControl<string>;
|
|
11
|
+
mask: string;
|
|
12
|
+
slotChar: string;
|
|
13
|
+
autoClear: boolean;
|
|
14
|
+
showClear: boolean;
|
|
15
|
+
unmask: boolean;
|
|
16
|
+
placeholder: string;
|
|
17
|
+
size: ExtraInputMaskSize;
|
|
18
|
+
readonly: boolean;
|
|
19
|
+
fluid: boolean;
|
|
20
|
+
characterPattern: string;
|
|
21
|
+
keepBuffer: boolean;
|
|
22
|
+
autocomplete: string;
|
|
23
|
+
onComplete: EventEmitter<void>;
|
|
24
|
+
onFocusEvent: EventEmitter<Event>;
|
|
25
|
+
onBlurEvent: EventEmitter<Event>;
|
|
26
|
+
onInputEvent: EventEmitter<Event>;
|
|
27
|
+
onKeydownEvent: EventEmitter<Event>;
|
|
28
|
+
onClearEvent: EventEmitter<void>;
|
|
29
|
+
private _onChange;
|
|
30
|
+
private _onTouched;
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
get invalid(): boolean;
|
|
33
|
+
get primeSize(): 'small' | 'large' | undefined;
|
|
34
|
+
writeValue(value: string | null): void;
|
|
35
|
+
registerOnChange(fn: (value: string | null) => void): void;
|
|
36
|
+
registerOnTouched(fn: () => void): void;
|
|
37
|
+
setDisabledState(isDisabled: boolean): void;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraInputMaskComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraInputMaskComponent, "extra-input-mask", never, { "mask": { "alias": "mask"; "required": false; }; "slotChar": { "alias": "slotChar"; "required": false; }; "autoClear": { "alias": "autoClear"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "unmask": { "alias": "unmask"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "size": { "alias": "size"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "fluid": { "alias": "fluid"; "required": false; }; "characterPattern": { "alias": "characterPattern"; "required": false; }; "keepBuffer": { "alias": "keepBuffer"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; }, { "onComplete": "onComplete"; "onFocusEvent": "onFocusEvent"; "onBlurEvent": "onBlurEvent"; "onInputEvent": "onInputEvent"; "onKeydownEvent": "onKeydownEvent"; "onClearEvent": "onClearEvent"; }, never, never, true, never>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export { ExtraInputMaskComponent };
|
|
43
|
+
export type { ExtraInputMaskSize };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
|
|
5
|
+
type ExtraInputNumberSize = 'small' | 'base' | 'large' | 'xlarge';
|
|
6
|
+
type ExtraInputNumberButtonLayout = 'stacked' | 'horizontal' | 'vertical';
|
|
7
|
+
declare class ExtraInputNumberComponent implements ControlValueAccessor, OnInit {
|
|
8
|
+
private readonly _injector;
|
|
9
|
+
private _ngControl;
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
size: ExtraInputNumberSize;
|
|
12
|
+
showButtons: boolean;
|
|
13
|
+
buttonLayout: ExtraInputNumberButtonLayout;
|
|
14
|
+
mode: string;
|
|
15
|
+
currency: string | undefined;
|
|
16
|
+
locale: string | undefined;
|
|
17
|
+
placeholder: string;
|
|
18
|
+
readonly: boolean;
|
|
19
|
+
fluid: boolean;
|
|
20
|
+
min: number | undefined;
|
|
21
|
+
max: number | undefined;
|
|
22
|
+
step: number;
|
|
23
|
+
prefix: string | undefined;
|
|
24
|
+
suffix: string | undefined;
|
|
25
|
+
minFractionDigits: number | undefined;
|
|
26
|
+
maxFractionDigits: number | undefined;
|
|
27
|
+
useGrouping: boolean;
|
|
28
|
+
incrementButtonIcon: string | undefined;
|
|
29
|
+
decrementButtonIcon: string | undefined;
|
|
30
|
+
disabled: boolean;
|
|
31
|
+
get invalid(): boolean;
|
|
32
|
+
onInput: EventEmitter<{
|
|
33
|
+
value: number | null;
|
|
34
|
+
}>;
|
|
35
|
+
modelValue: number | null;
|
|
36
|
+
private _onChange;
|
|
37
|
+
onTouched: () => void;
|
|
38
|
+
get inputSizeClass(): string;
|
|
39
|
+
get sizeClass(): Record<string, boolean>;
|
|
40
|
+
onModelChange(value: number | null): void;
|
|
41
|
+
writeValue(value: number | null): void;
|
|
42
|
+
registerOnChange(fn: (value: number | null) => void): void;
|
|
43
|
+
registerOnTouched(fn: () => void): void;
|
|
44
|
+
setDisabledState(isDisabled: boolean): void;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraInputNumberComponent, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraInputNumberComponent, "extra-input-number", never, { "size": { "alias": "size"; "required": false; }; "showButtons": { "alias": "showButtons"; "required": false; }; "buttonLayout": { "alias": "buttonLayout"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "fluid": { "alias": "fluid"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "minFractionDigits": { "alias": "minFractionDigits"; "required": false; }; "maxFractionDigits": { "alias": "maxFractionDigits"; "required": false; }; "useGrouping": { "alias": "useGrouping"; "required": false; }; "incrementButtonIcon": { "alias": "incrementButtonIcon"; "required": false; }; "decrementButtonIcon": { "alias": "decrementButtonIcon"; "required": false; }; }, { "onInput": "onInput"; }, never, never, true, never>;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export { ExtraInputNumberComponent };
|
|
50
|
+
export type { ExtraInputNumberButtonLayout, ExtraInputNumberSize };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
4
|
+
import { InputOtpChangeEvent } from 'primeng/inputotp';
|
|
5
|
+
|
|
6
|
+
type ExtraInputOtpSize = 'small' | 'base' | 'large' | 'xlarge';
|
|
7
|
+
type ExtraInputOtpChangeEvent = InputOtpChangeEvent;
|
|
8
|
+
declare class ExtraInputOtpComponent implements ControlValueAccessor, OnInit {
|
|
9
|
+
private readonly _injector;
|
|
10
|
+
private readonly destroyRef;
|
|
11
|
+
private _ngControl;
|
|
12
|
+
readonly control: FormControl<any>;
|
|
13
|
+
length: number;
|
|
14
|
+
mask: boolean;
|
|
15
|
+
integerOnly: boolean;
|
|
16
|
+
readonly: boolean;
|
|
17
|
+
size: ExtraInputOtpSize;
|
|
18
|
+
tabindex: number | null;
|
|
19
|
+
autofocus: boolean;
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
onChange: EventEmitter<InputOtpChangeEvent>;
|
|
22
|
+
onFocus: EventEmitter<Event>;
|
|
23
|
+
onBlur: EventEmitter<Event>;
|
|
24
|
+
private _onChange;
|
|
25
|
+
private _onTouched;
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
get invalid(): boolean;
|
|
28
|
+
get primeSize(): 'small' | 'large' | undefined;
|
|
29
|
+
get sizeClass(): Record<string, boolean>;
|
|
30
|
+
onChangeHandler(event: ExtraInputOtpChangeEvent): void;
|
|
31
|
+
writeValue(value: any): void;
|
|
32
|
+
registerOnChange(fn: (value: any) => void): void;
|
|
33
|
+
registerOnTouched(fn: () => void): void;
|
|
34
|
+
setDisabledState(isDisabled: boolean): void;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraInputOtpComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraInputOtpComponent, "extra-input-otp", never, { "length": { "alias": "length"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "integerOnly": { "alias": "integerOnly"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; }, { "onChange": "onChange"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, never, never, true, never>;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export { ExtraInputOtpComponent };
|
|
40
|
+
export type { ExtraInputOtpChangeEvent, ExtraInputOtpSize };
|
|
@@ -2,13 +2,13 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
4
|
|
|
5
|
-
type
|
|
5
|
+
type ExtraInputTextSize = 'small' | 'base' | 'large' | 'xlarge';
|
|
6
6
|
declare class ExtraInputTextComponent implements ControlValueAccessor, OnInit {
|
|
7
7
|
private readonly _injector;
|
|
8
8
|
private _ngControl;
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
placeholder: string;
|
|
11
|
-
size:
|
|
11
|
+
size: ExtraInputTextSize;
|
|
12
12
|
readonly: boolean;
|
|
13
13
|
showClear: boolean;
|
|
14
14
|
fluid: boolean;
|
|
@@ -17,7 +17,7 @@ declare class ExtraInputTextComponent implements ControlValueAccessor, OnInit {
|
|
|
17
17
|
onClear: EventEmitter<void>;
|
|
18
18
|
modelValue: string;
|
|
19
19
|
private _onChange;
|
|
20
|
-
get primeSize(): 'small' | 'large' |
|
|
20
|
+
get primeSize(): 'small' | 'large' | never;
|
|
21
21
|
get sizeClass(): Record<string, boolean>;
|
|
22
22
|
onInput(event: Event): void;
|
|
23
23
|
onTouched: () => void;
|
|
@@ -28,7 +28,8 @@ declare class ExtraInputTextComponent implements ControlValueAccessor, OnInit {
|
|
|
28
28
|
setDisabledState(isDisabled: boolean): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraInputTextComponent, never>;
|
|
30
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraInputTextComponent, "extra-input-text", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "size": { "alias": "size"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "fluid": { "alias": "fluid"; "required": false; }; }, { "onClear": "onClear"; }, never, never, true, never>;
|
|
31
|
+
static ngAcceptInputType_showClear: unknown;
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
export { ExtraInputTextComponent };
|
|
34
|
-
export type {
|
|
35
|
+
export type { ExtraInputTextSize };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
import { ListboxChangeEvent } from 'primeng/listbox';
|
|
5
|
+
|
|
6
|
+
type ExtraListboxChangeEvent = ListboxChangeEvent;
|
|
7
|
+
declare class ExtraListboxItemDirective {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraListboxItemDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraListboxItemDirective, "[extraListboxItem]", never, {}, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
11
|
+
declare class ExtraListboxComponent implements ControlValueAccessor {
|
|
12
|
+
options: any[];
|
|
13
|
+
optionLabel: string;
|
|
14
|
+
optionValue: string | undefined;
|
|
15
|
+
multiple: boolean;
|
|
16
|
+
filter: boolean;
|
|
17
|
+
filterPlaceHolder: string | undefined;
|
|
18
|
+
checkmark: boolean;
|
|
19
|
+
group: boolean;
|
|
20
|
+
optionGroupLabel: string | undefined;
|
|
21
|
+
optionGroupChildren: string | undefined;
|
|
22
|
+
scrollHeight: string;
|
|
23
|
+
emptyMessage: string | undefined;
|
|
24
|
+
itemTemplate: TemplateRef<any> | null;
|
|
25
|
+
onFocus: EventEmitter<FocusEvent>;
|
|
26
|
+
onBlur: EventEmitter<FocusEvent>;
|
|
27
|
+
protected modelValue: any;
|
|
28
|
+
private _disabled;
|
|
29
|
+
private _onChange;
|
|
30
|
+
private _onTouched;
|
|
31
|
+
get isDisabled(): boolean;
|
|
32
|
+
onChangeHandler(event: ExtraListboxChangeEvent): void;
|
|
33
|
+
onBlurHandler(event: FocusEvent): void;
|
|
34
|
+
writeValue(value: any): void;
|
|
35
|
+
registerOnChange(fn: (value: any) => void): void;
|
|
36
|
+
registerOnTouched(fn: () => void): void;
|
|
37
|
+
setDisabledState(isDisabled: boolean): void;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraListboxComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraListboxComponent, "extra-listbox", never, { "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterPlaceHolder": { "alias": "filterPlaceHolder"; "required": false; }; "checkmark": { "alias": "checkmark"; "required": false; }; "group": { "alias": "group"; "required": false; }; "optionGroupLabel": { "alias": "optionGroupLabel"; "required": false; }; "optionGroupChildren": { "alias": "optionGroupChildren"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; }, { "onFocus": "onFocus"; "onBlur": "onBlur"; }, ["itemTemplate"], never, true, never>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export { ExtraListboxComponent, ExtraListboxItemDirective };
|
|
43
|
+
export type { ExtraListboxChangeEvent };
|
|
@@ -2,15 +2,15 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { TemplateRef } from '@angular/core';
|
|
3
3
|
import { MegaMenuItem } from 'primeng/api';
|
|
4
4
|
|
|
5
|
-
type
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
type ExtraMegaMenuOrientation = 'horizontal' | 'vertical';
|
|
6
|
+
type ExtraMegaMenuItem = MegaMenuItem;
|
|
7
|
+
declare class ExtraMegaMenuItemDirective {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraMegaMenuItemDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraMegaMenuItemDirective, "[extraMegaMenuItem]", never, {}, {}, never, never, true, never>;
|
|
10
10
|
}
|
|
11
11
|
declare class ExtraMegaMenuComponent {
|
|
12
|
-
model:
|
|
13
|
-
orientation:
|
|
12
|
+
model: ExtraMegaMenuItem[];
|
|
13
|
+
orientation: ExtraMegaMenuOrientation;
|
|
14
14
|
breakpoint: string;
|
|
15
15
|
scrollHeight: string;
|
|
16
16
|
disabled: boolean;
|
|
@@ -19,8 +19,8 @@ declare class ExtraMegaMenuComponent {
|
|
|
19
19
|
tabindex: number;
|
|
20
20
|
itemTemplate: TemplateRef<any> | null;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraMegaMenuComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraMegaMenuComponent, "extra-megamenu", never, { "model": { "alias": "model"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; };
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraMegaMenuComponent, "extra-megamenu", never, { "model": { "alias": "model"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, ["itemTemplate"], never, true, never>;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
export { ExtraMegaMenuComponent };
|
|
26
|
-
export type {
|
|
25
|
+
export { ExtraMegaMenuComponent, ExtraMegaMenuItemDirective };
|
|
26
|
+
export type { ExtraMegaMenuItem, ExtraMegaMenuOrientation };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef } from '@angular/core';
|
|
3
|
+
import { Menu } from 'primeng/menu';
|
|
4
|
+
import { ExtraMenuItem } from '@cdek-it/angular-ui-kit/shared';
|
|
5
|
+
|
|
6
|
+
interface ExtraMenuModel extends ExtraMenuItem {
|
|
7
|
+
caption?: string;
|
|
8
|
+
}
|
|
9
|
+
declare class ExtraMenuItemDirective {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraMenuItemDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraMenuItemDirective, "[extraMenuItem]", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
13
|
+
declare class ExtraMenuComponent {
|
|
14
|
+
menuRef: Menu;
|
|
15
|
+
model: ExtraMenuModel[];
|
|
16
|
+
popup: boolean;
|
|
17
|
+
itemTemplate: TemplateRef<any> | null;
|
|
18
|
+
toggle(event: Event): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraMenuComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraMenuComponent, "extra-menu", never, { "model": { "alias": "model"; "required": false; }; "popup": { "alias": "popup"; "required": false; }; }, {}, ["itemTemplate"], never, true, never>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { ExtraMenuComponent, ExtraMenuItemDirective };
|
|
24
|
+
export type { ExtraMenuModel };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef } from '@angular/core';
|
|
3
|
+
import { ExtraMenuItem } from '@cdek-it/angular-ui-kit/shared';
|
|
4
|
+
|
|
5
|
+
declare class ExtraMenubarItemDirective {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraMenubarItemDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraMenubarItemDirective, "[extraMenubarItem]", never, {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
9
|
+
declare class ExtraMenubarComponent {
|
|
10
|
+
model: ExtraMenuItem[];
|
|
11
|
+
itemTemplate: TemplateRef<any> | null;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraMenubarComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraMenubarComponent, "extra-menubar", never, { "model": { "alias": "model"; "required": false; }; }, {}, ["itemTemplate"], never, true, never>;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { ExtraMenubarComponent, ExtraMenubarItemDirective };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
type ExtraMessageSeverity = 'success' | 'info' | 'warn' | 'error' | 'secondary' | 'contrast';
|
|
5
|
+
declare class ExtraMessageComponent {
|
|
6
|
+
severity: ExtraMessageSeverity;
|
|
7
|
+
summary: string;
|
|
8
|
+
detail: string;
|
|
9
|
+
icon: string | undefined;
|
|
10
|
+
closable: boolean;
|
|
11
|
+
life: number | undefined;
|
|
12
|
+
onClose: EventEmitter<Event>;
|
|
13
|
+
get resolvedIcon(): string;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraMessageComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraMessageComponent, "extra-message", never, { "severity": { "alias": "severity"; "required": false; }; "summary": { "alias": "summary"; "required": false; }; "detail": { "alias": "detail"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "life": { "alias": "life"; "required": false; }; }, { "onClose": "onClose"; }, never, ["*"], true, never>;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { ExtraMessageComponent };
|
|
19
|
+
export type { ExtraMessageSeverity };
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { MeterItem } from 'primeng/metergroup';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
|
|
4
|
-
type
|
|
5
|
-
type
|
|
6
|
-
type
|
|
4
|
+
type ExtraMeterGroupOrientation = 'horizontal' | 'vertical';
|
|
5
|
+
type ExtraMeterGroupLabelPosition = 'start' | 'end';
|
|
6
|
+
type ExtraMeterGroupLabelOrientation = 'horizontal' | 'vertical';
|
|
7
|
+
type ExtraMeterItem = MeterItem;
|
|
7
8
|
declare class ExtraMeterGroupComponent {
|
|
8
|
-
value:
|
|
9
|
-
orientation:
|
|
10
|
-
labelPosition:
|
|
11
|
-
labelOrientation:
|
|
9
|
+
value: ExtraMeterItem[];
|
|
10
|
+
orientation: ExtraMeterGroupOrientation;
|
|
11
|
+
labelPosition: ExtraMeterGroupLabelPosition;
|
|
12
|
+
labelOrientation: ExtraMeterGroupLabelOrientation;
|
|
12
13
|
get hostDisplay(): string;
|
|
13
14
|
get hostHeight(): string;
|
|
14
15
|
get hostFlex(): string;
|
|
@@ -17,4 +18,4 @@ declare class ExtraMeterGroupComponent {
|
|
|
17
18
|
}
|
|
18
19
|
|
|
19
20
|
export { ExtraMeterGroupComponent };
|
|
20
|
-
export type {
|
|
21
|
+
export type { ExtraMeterGroupLabelOrientation, ExtraMeterGroupLabelPosition, ExtraMeterGroupOrientation, ExtraMeterItem };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
import { PaginatorState } from 'primeng/types/paginator';
|
|
4
|
+
|
|
5
|
+
type ExtraPaginatorState = PaginatorState;
|
|
6
|
+
declare class ExtraPaginatorComponent {
|
|
7
|
+
first: number;
|
|
8
|
+
rows: number;
|
|
9
|
+
totalRecords: number;
|
|
10
|
+
rowsPerPageOptions: any[] | undefined;
|
|
11
|
+
currentPageReportTemplate: string;
|
|
12
|
+
showCurrentPageReport: boolean;
|
|
13
|
+
showFirstLastIcon: boolean;
|
|
14
|
+
showJumpToPageDropdown: boolean;
|
|
15
|
+
showJumpToPageInput: boolean;
|
|
16
|
+
showPageLinks: boolean;
|
|
17
|
+
pageLinkSize: number;
|
|
18
|
+
alwaysShow: boolean;
|
|
19
|
+
onPageChange: EventEmitter<PaginatorState>;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraPaginatorComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraPaginatorComponent, "extra-paginator", never, { "first": { "alias": "first"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "rowsPerPageOptions": { "alias": "rowsPerPageOptions"; "required": false; }; "currentPageReportTemplate": { "alias": "currentPageReportTemplate"; "required": false; }; "showCurrentPageReport": { "alias": "showCurrentPageReport"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "showJumpToPageDropdown": { "alias": "showJumpToPageDropdown"; "required": false; }; "showJumpToPageInput": { "alias": "showJumpToPageInput"; "required": false; }; "showPageLinks": { "alias": "showPageLinks"; "required": false; }; "pageLinkSize": { "alias": "pageLinkSize"; "required": false; }; "alwaysShow": { "alias": "alwaysShow"; "required": false; }; }, { "onPageChange": "onPageChange"; }, never, never, true, never>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export { ExtraPaginatorComponent };
|
|
25
|
+
export type { ExtraPaginatorState };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewChecked, ElementRef } from '@angular/core';
|
|
3
|
+
import { ExtraMenuItem } from '@cdek-it/angular-ui-kit/shared';
|
|
4
|
+
|
|
5
|
+
declare class ExtraPanelMenuComponent implements AfterViewChecked {
|
|
6
|
+
private readonly el;
|
|
7
|
+
model: ExtraMenuItem[];
|
|
8
|
+
multiple: boolean;
|
|
9
|
+
tabindex: number | undefined;
|
|
10
|
+
private activeItemId;
|
|
11
|
+
constructor(el: ElementRef<HTMLElement>);
|
|
12
|
+
onItemClick(event: MouseEvent): void;
|
|
13
|
+
ngAfterViewChecked(): void;
|
|
14
|
+
private applyActiveClass;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraPanelMenuComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraPanelMenuComponent, "extra-panelmenu", never, { "model": { "alias": "model"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { ExtraPanelMenuComponent };
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
|
|
5
|
+
type ExtraPasswordSize = 'small' | 'base' | 'large' | 'xlarge';
|
|
6
|
+
declare class ExtraPasswordHeaderDirective {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraPasswordHeaderDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraPasswordHeaderDirective, "[extraPasswordHeader]", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
10
|
+
declare class ExtraPasswordFooterDirective {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraPasswordFooterDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraPasswordFooterDirective, "[extraPasswordFooter]", never, {}, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
14
|
+
declare class ExtraPasswordComponent implements ControlValueAccessor {
|
|
15
|
+
headerTemplate: TemplateRef<any> | null;
|
|
16
|
+
footerTemplate: TemplateRef<any> | null;
|
|
17
|
+
feedback: boolean;
|
|
18
|
+
toggleMask: boolean;
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
placeholder: string | undefined;
|
|
21
|
+
size: ExtraPasswordSize;
|
|
22
|
+
variant: 'filled' | 'outlined';
|
|
23
|
+
fluid: boolean;
|
|
24
|
+
invalid: boolean;
|
|
25
|
+
floatLabel: boolean;
|
|
26
|
+
label: string;
|
|
27
|
+
promptLabel: string;
|
|
28
|
+
weakLabel: string;
|
|
29
|
+
mediumLabel: string;
|
|
30
|
+
strongLabel: string;
|
|
31
|
+
inputId: string | undefined;
|
|
32
|
+
inputStyleClass: string | undefined;
|
|
33
|
+
ariaLabel: string | undefined;
|
|
34
|
+
ariaLabelledBy: string | undefined;
|
|
35
|
+
appendTo: any;
|
|
36
|
+
autofocus: boolean;
|
|
37
|
+
onFocus: EventEmitter<Event>;
|
|
38
|
+
onBlur: EventEmitter<Event>;
|
|
39
|
+
get sizeClass(): string;
|
|
40
|
+
get computedInputStyleClass(): string;
|
|
41
|
+
modelValue: string | null;
|
|
42
|
+
private _onChange;
|
|
43
|
+
private _onTouched;
|
|
44
|
+
handleChange(value: string | null): void;
|
|
45
|
+
writeValue(value: string | null): void;
|
|
46
|
+
registerOnChange(fn: (value: string | null) => void): void;
|
|
47
|
+
registerOnTouched(fn: () => void): void;
|
|
48
|
+
setDisabledState(isDisabled: boolean): void;
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraPasswordComponent, never>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraPasswordComponent, "extra-password", never, { "feedback": { "alias": "feedback"; "required": false; }; "toggleMask": { "alias": "toggleMask"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "fluid": { "alias": "fluid"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "promptLabel": { "alias": "promptLabel"; "required": false; }; "weakLabel": { "alias": "weakLabel"; "required": false; }; "mediumLabel": { "alias": "mediumLabel"; "required": false; }; "strongLabel": { "alias": "strongLabel"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputStyleClass": { "alias": "inputStyleClass"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; }, { "onFocus": "onFocus"; "onBlur": "onBlur"; }, ["headerTemplate", "footerTemplate"], never, true, never>;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export { ExtraPasswordComponent, ExtraPasswordFooterDirective, ExtraPasswordHeaderDirective };
|
|
54
|
+
export type { ExtraPasswordSize };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
declare class ExtraPopoverComponent {
|
|
4
|
+
dismissable: boolean;
|
|
5
|
+
appendTo: string | HTMLElement;
|
|
6
|
+
private op;
|
|
7
|
+
toggle(event: Event): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraPopoverComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraPopoverComponent, "extra-popover", never, { "dismissable": { "alias": "dismissable"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export { ExtraPopoverComponent };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
|
|
3
|
-
type
|
|
3
|
+
type ExtraProgressBarMode = 'determinate' | 'indeterminate';
|
|
4
4
|
declare class ExtraProgressBarComponent {
|
|
5
5
|
value: number;
|
|
6
|
-
mode:
|
|
6
|
+
mode: ExtraProgressBarMode;
|
|
7
7
|
showValue: boolean;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraProgressBarComponent, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraProgressBarComponent, "extra-progressbar", never, { "value": { "alias": "value"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showValue": { "alias": "showValue"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
export { ExtraProgressBarComponent };
|
|
13
|
-
export type {
|
|
13
|
+
export type { ExtraProgressBarMode };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
|
|
3
|
-
type
|
|
3
|
+
type ExtraProgressSpinnerSize = 'small' | 'medium' | 'large' | 'xlarge';
|
|
4
4
|
declare class ExtraProgressSpinnerComponent {
|
|
5
|
-
size:
|
|
5
|
+
size: ExtraProgressSpinnerSize;
|
|
6
6
|
multicolor: boolean;
|
|
7
7
|
strokeWidth: string;
|
|
8
8
|
fill: string;
|
|
@@ -14,4 +14,4 @@ declare class ExtraProgressSpinnerComponent {
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
export { ExtraProgressSpinnerComponent };
|
|
17
|
-
export type {
|
|
17
|
+
export type { ExtraProgressSpinnerSize };
|
|
@@ -3,15 +3,16 @@ import { EventEmitter } from '@angular/core';
|
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
4
|
import { RadioButtonClickEvent } from 'primeng/radiobutton';
|
|
5
5
|
|
|
6
|
-
type
|
|
7
|
-
type
|
|
6
|
+
type ExtraRadiobuttonVariant = 'outlined' | 'filled';
|
|
7
|
+
type ExtraRadiobuttonSize = 'small' | 'base' | 'large';
|
|
8
|
+
type ExtraRadioButtonClickEvent = RadioButtonClickEvent;
|
|
8
9
|
declare class ExtraRadiobuttonComponent implements ControlValueAccessor {
|
|
9
10
|
value: any;
|
|
10
11
|
name: string | undefined;
|
|
11
12
|
disabled: boolean;
|
|
12
13
|
invalid: boolean;
|
|
13
|
-
variant:
|
|
14
|
-
size:
|
|
14
|
+
variant: ExtraRadiobuttonVariant;
|
|
15
|
+
size: ExtraRadiobuttonSize;
|
|
15
16
|
inputId: string | undefined;
|
|
16
17
|
tabindex: number | undefined;
|
|
17
18
|
ariaLabel: string | undefined;
|
|
@@ -25,7 +26,7 @@ declare class ExtraRadiobuttonComponent implements ControlValueAccessor {
|
|
|
25
26
|
private _onTouched;
|
|
26
27
|
get primeSize(): 'small' | 'large' | undefined;
|
|
27
28
|
get primeVariant(): 'filled' | undefined;
|
|
28
|
-
onClickHandler(event:
|
|
29
|
+
onClickHandler(event: ExtraRadioButtonClickEvent): void;
|
|
29
30
|
writeValue(value: any): void;
|
|
30
31
|
registerOnChange(fn: (value: any) => void): void;
|
|
31
32
|
registerOnTouched(fn: () => void): void;
|
|
@@ -35,4 +36,4 @@ declare class ExtraRadiobuttonComponent implements ControlValueAccessor {
|
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
export { ExtraRadiobuttonComponent };
|
|
38
|
-
export type {
|
|
39
|
+
export type { ExtraRadioButtonClickEvent, ExtraRadiobuttonSize, ExtraRadiobuttonVariant };
|
|
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { EventEmitter } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
4
|
|
|
5
|
-
type
|
|
5
|
+
type ExtraRatingValue = number | null;
|
|
6
6
|
declare class ExtraRatingComponent implements ControlValueAccessor {
|
|
7
7
|
stars: number;
|
|
8
8
|
readonly: boolean;
|
|
@@ -11,12 +11,12 @@ declare class ExtraRatingComponent implements ControlValueAccessor {
|
|
|
11
11
|
onRate: EventEmitter<any>;
|
|
12
12
|
onFocus: EventEmitter<FocusEvent>;
|
|
13
13
|
onBlur: EventEmitter<FocusEvent>;
|
|
14
|
-
modelValue:
|
|
14
|
+
modelValue: ExtraRatingValue;
|
|
15
15
|
private onChange;
|
|
16
16
|
private onTouched;
|
|
17
|
-
handleChange(value:
|
|
18
|
-
writeValue(value:
|
|
19
|
-
registerOnChange(fn: (value:
|
|
17
|
+
handleChange(value: ExtraRatingValue): void;
|
|
18
|
+
writeValue(value: ExtraRatingValue): void;
|
|
19
|
+
registerOnChange(fn: (value: ExtraRatingValue) => void): void;
|
|
20
20
|
registerOnTouched(fn: () => void): void;
|
|
21
21
|
setDisabledState(isDisabled: boolean): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraRatingComponent, never>;
|
|
@@ -24,4 +24,4 @@ declare class ExtraRatingComponent implements ControlValueAccessor {
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
export { ExtraRatingComponent };
|
|
27
|
-
export type {
|
|
27
|
+
export type { ExtraRatingValue };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
declare class ExtraScrollPanelComponent {
|
|
4
|
+
step: number;
|
|
5
|
+
height: string;
|
|
6
|
+
width: string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraScrollPanelComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraScrollPanelComponent, "extra-scroll-panel", never, { "step": { "alias": "step"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { ExtraScrollPanelComponent };
|