@cdek-it/angular-ui-kit 0.0.1 → 0.2.4-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/avatar/index.d.ts +22 -0
- package/components/badge/index.d.ts +19 -0
- package/components/breadcrumb/index.d.ts +11 -0
- package/components/button/index.d.ts +38 -0
- package/components/card/index.d.ts +20 -0
- package/components/checkbox/index.d.ts +43 -0
- package/components/chip/index.d.ts +14 -0
- package/components/dialog/index.d.ts +40 -0
- package/components/divider/index.d.ts +15 -0
- package/components/inputtext/index.d.ts +34 -0
- package/components/megamenu/index.d.ts +26 -0
- package/components/metergroup/index.d.ts +20 -0
- package/components/progressbar/index.d.ts +13 -0
- package/components/progressspinner/index.d.ts +17 -0
- package/components/radiobutton/index.d.ts +38 -0
- package/components/rating/index.d.ts +27 -0
- package/components/skeleton/index.d.ts +17 -0
- package/components/slider/index.d.ts +32 -0
- package/components/tag/index.d.ts +15 -0
- package/components/tieredmenu/index.d.ts +19 -0
- package/components/timeline/index.d.ts +23 -0
- package/components/tooltip/index.d.ts +18 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-avatar.mjs +91 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-avatar.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-badge.mjs +57 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-badge.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-breadcrumb.mjs +40 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-breadcrumb.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-button.mjs +142 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-button.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-card.mjs +124 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-card.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-checkbox.mjs +178 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-checkbox.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-chip.mjs +55 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-chip.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-dialog.mjs +161 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-dialog.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-divider.mjs +49 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-divider.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-inputtext.mjs +185 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-inputtext.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-megamenu.mjs +147 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-megamenu.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-metergroup.mjs +68 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-metergroup.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-progressbar.mjs +45 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-progressbar.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-progressspinner.mjs +63 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-progressspinner.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-radiobutton.mjs +147 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-radiobutton.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-rating.mjs +104 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-rating.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-skeleton.mjs +61 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-skeleton.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-slider.mjs +124 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-slider.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tag.mjs +55 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tag.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tieredmenu.mjs +81 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tieredmenu.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-timeline.mjs +140 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-timeline.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tooltip.mjs +60 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tooltip.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-providers.mjs +5656 -0
- package/fesm2022/cdek-it-angular-ui-kit-providers.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit.mjs +6 -0
- package/fesm2022/cdek-it-angular-ui-kit.mjs.map +1 -0
- package/index.d.ts +2 -0
- package/package.json +119 -112
- package/providers/index.d.ts +5 -0
- package/LICENSE.md +0 -75
- package/README.md +0 -70
- package/dist-css/css/brand-dark-primary-theme.css/theme.css +0 -9924
- package/dist-css/css/brand-dark-primary-theme.min.css/theme.min.css +0 -2852
- package/dist-css/css/brand-dark-secondary-theme.css/theme.css +0 -9924
- package/dist-css/css/brand-dark-secondary-theme.min.css/theme.min.css +0 -2852
- package/dist-css/css/brand-light-primary-theme.css/theme.css +0 -10007
- package/dist-css/css/brand-light-primary-theme.min.css/theme.min.css +0 -2868
- package/dist-css/css/brand-light-secondary-theme.css/theme.css +0 -9924
- package/dist-css/css/brand-light-secondary-theme.min.css/theme.min.css +0 -2852
- package/dist-css/css/dark-primary-theme.css/theme.css +0 -9924
- package/dist-css/css/dark-primary-theme.min.css/theme.min.css +0 -2852
- package/dist-css/css/dark-secondary-theme.css/theme.css +0 -9924
- package/dist-css/css/dark-secondary-theme.min.css/theme.min.css +0 -2852
- package/dist-css/css/light-primary-theme.css/theme.css +0 -10007
- package/dist-css/css/light-primary-theme.min.css/theme.min.css +0 -2868
- package/dist-css/css/light-secondary-theme.css/theme.css +0 -9924
- package/dist-css/css/light-secondary-theme.min.css/theme.min.css +0 -2852
- package/dist-css/package.json +0 -15
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
type AvatarSize = 'normal' | 'large' | 'xlarge';
|
|
4
|
+
type AvatarShape = 'square' | 'circle';
|
|
5
|
+
declare class ExtraAvatarComponent {
|
|
6
|
+
label: string;
|
|
7
|
+
icon: string;
|
|
8
|
+
image: string;
|
|
9
|
+
size: AvatarSize;
|
|
10
|
+
shape: AvatarShape;
|
|
11
|
+
get hostClass(): string;
|
|
12
|
+
get primeSize(): 'normal' | 'large' | 'xlarge' | undefined;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraAvatarComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraAvatarComponent, "extra-avatar", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "image": { "alias": "image"; "required": false; }; "size": { "alias": "size"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
16
|
+
declare class ExtraAvatarGroupComponent {
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraAvatarGroupComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraAvatarGroupComponent, "extra-avatar-group", never, {}, {}, never, ["*"], true, never>;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { ExtraAvatarComponent, ExtraAvatarGroupComponent };
|
|
22
|
+
export type { AvatarShape, AvatarSize };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Badge } from 'primeng/badge';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
4
|
+
type BadgeSeverity = 'primary' | 'success' | 'info' | 'warning' | 'danger';
|
|
5
|
+
type BadgeSize = 'base' | 'large' | 'xlarge';
|
|
6
|
+
type PrimeBadgeSeverity = ReturnType<Badge['severity']>;
|
|
7
|
+
type PrimeBadgeSize = ReturnType<Badge['size']>;
|
|
8
|
+
declare class ExtraBadgeComponent {
|
|
9
|
+
value: string | number;
|
|
10
|
+
severity: BadgeSeverity;
|
|
11
|
+
size: BadgeSize;
|
|
12
|
+
get primeSeverity(): PrimeBadgeSeverity;
|
|
13
|
+
get primeSize(): PrimeBadgeSize;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraBadgeComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraBadgeComponent, "extra-badge", never, { "value": { "alias": "value"; "required": false; }; "severity": { "alias": "severity"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { ExtraBadgeComponent };
|
|
19
|
+
export type { BadgeSeverity, BadgeSize };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { MenuItem } from 'primeng/api';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class ExtraBreadcrumbComponent {
|
|
5
|
+
model: MenuItem[];
|
|
6
|
+
home: MenuItem | undefined;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraBreadcrumbComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraBreadcrumbComponent, "extra-breadcrumb", never, { "model": { "alias": "model"; "required": false; }; "home": { "alias": "home"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { ExtraBreadcrumbComponent };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { ButtonSeverity as ButtonSeverity$1, Button } from 'primeng/button';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
4
|
+
type ButtonVariant = 'primary' | 'secondary' | 'outlined' | 'text' | 'link';
|
|
5
|
+
type ButtonSeverity = 'success' | 'warning' | 'danger' | 'info' | null;
|
|
6
|
+
type ButtonSize = 'small' | 'base' | 'large' | 'xlarge';
|
|
7
|
+
type ButtonIconPos = 'prefix' | 'postfix' | null;
|
|
8
|
+
type BadgeSeverity = 'success' | 'info' | 'warning' | 'danger' | 'secondary' | 'contrast' | null;
|
|
9
|
+
type PrimeBadgeSeverity = Extract<Button['badgeSeverity'], string | null>;
|
|
10
|
+
declare class ExtraButtonComponent {
|
|
11
|
+
label: string;
|
|
12
|
+
variant: ButtonVariant;
|
|
13
|
+
severity: ButtonSeverity;
|
|
14
|
+
size: ButtonSize;
|
|
15
|
+
rounded: boolean;
|
|
16
|
+
iconPos: ButtonIconPos;
|
|
17
|
+
iconOnly: boolean;
|
|
18
|
+
icon: string;
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
loading: boolean;
|
|
21
|
+
badge: string;
|
|
22
|
+
badgeSeverity: BadgeSeverity;
|
|
23
|
+
showBadge: boolean;
|
|
24
|
+
fluid: boolean;
|
|
25
|
+
ariaLabel: string | undefined;
|
|
26
|
+
autofocus: boolean;
|
|
27
|
+
tabindex: number | undefined;
|
|
28
|
+
text: boolean;
|
|
29
|
+
get primeSize(): 'small' | 'large' | undefined;
|
|
30
|
+
get primeIconPos(): 'left' | 'right';
|
|
31
|
+
get primeSeverity(): ButtonSeverity$1 | null;
|
|
32
|
+
get primeBadgeSeverity(): PrimeBadgeSeverity;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraButtonComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraButtonComponent, "extra-button", never, { "label": { "alias": "label"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "severity": { "alias": "severity"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "iconPos": { "alias": "iconPos"; "required": false; }; "iconOnly": { "alias": "iconOnly"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "badgeSeverity": { "alias": "badgeSeverity"; "required": false; }; "showBadge": { "alias": "showBadge"; "required": false; }; "fluid": { "alias": "fluid"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, true, never>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { ExtraButtonComponent };
|
|
38
|
+
export type { BadgeSeverity, ButtonIconPos, ButtonSeverity, ButtonSize, ButtonVariant };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterContentInit, QueryList, ChangeDetectorRef } from '@angular/core';
|
|
3
|
+
import { PrimeTemplate } from 'primeng/api';
|
|
4
|
+
|
|
5
|
+
declare class ExtraCardComponent implements AfterContentInit {
|
|
6
|
+
private cdr;
|
|
7
|
+
title: string;
|
|
8
|
+
subtitle: string;
|
|
9
|
+
overlay: boolean;
|
|
10
|
+
templates: QueryList<PrimeTemplate>;
|
|
11
|
+
headerTpl?: PrimeTemplate;
|
|
12
|
+
contentTpl?: PrimeTemplate;
|
|
13
|
+
footerTpl?: PrimeTemplate;
|
|
14
|
+
constructor(cdr: ChangeDetectorRef);
|
|
15
|
+
ngAfterContentInit(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraCardComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraCardComponent, "extra-card", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; }, {}, ["templates"], never, true, never>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export { ExtraCardComponent };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
import { CheckboxChangeEvent } from 'primeng/checkbox';
|
|
5
|
+
|
|
6
|
+
type CheckboxSize = 'small' | 'base' | 'large';
|
|
7
|
+
type CheckboxVariant = 'outlined' | 'filled';
|
|
8
|
+
declare class ExtraCheckboxComponent implements ControlValueAccessor {
|
|
9
|
+
value: any;
|
|
10
|
+
binary: boolean;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
readonly: boolean;
|
|
13
|
+
indeterminate: boolean;
|
|
14
|
+
invalid: boolean;
|
|
15
|
+
size: CheckboxSize;
|
|
16
|
+
variant: CheckboxVariant;
|
|
17
|
+
checkboxIcon: string | undefined;
|
|
18
|
+
ariaLabel: string | undefined;
|
|
19
|
+
ariaLabelledBy: string | undefined;
|
|
20
|
+
tabindex: number | undefined;
|
|
21
|
+
inputId: string | undefined;
|
|
22
|
+
trueValue: any;
|
|
23
|
+
falseValue: any;
|
|
24
|
+
autofocus: boolean;
|
|
25
|
+
onChange: EventEmitter<CheckboxChangeEvent>;
|
|
26
|
+
onFocus: EventEmitter<Event>;
|
|
27
|
+
onBlur: EventEmitter<Event>;
|
|
28
|
+
modelValue: any;
|
|
29
|
+
private _onChange;
|
|
30
|
+
private _onTouched;
|
|
31
|
+
get primeSize(): 'small' | 'large' | undefined;
|
|
32
|
+
get primeVariant(): 'filled' | 'outlined' | undefined;
|
|
33
|
+
onChangeHandler(event: CheckboxChangeEvent): 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<ExtraCheckboxComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraCheckboxComponent, "extra-checkbox", never, { "value": { "alias": "value"; "required": false; }; "binary": { "alias": "binary"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "checkboxIcon": { "alias": "checkboxIcon"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "trueValue": { "alias": "trueValue"; "required": false; }; "falseValue": { "alias": "falseValue"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; }, { "onChange": "onChange"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, never, never, true, never>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export { ExtraCheckboxComponent };
|
|
43
|
+
export type { CheckboxSize, CheckboxVariant };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class ExtraChipComponent {
|
|
5
|
+
label: string;
|
|
6
|
+
icon: string;
|
|
7
|
+
removable: boolean;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
onRemove: EventEmitter<MouseEvent>;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraChipComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraChipComponent, "extra-chip", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onRemove": "onRemove"; }, never, never, true, never>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { ExtraChipComponent };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, EventEmitter, Injector, Type } from '@angular/core';
|
|
3
|
+
import { DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
|
|
4
|
+
export { DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
|
|
5
|
+
|
|
6
|
+
type DialogSize = 'sm' | 'default' | 'lg' | 'xlg';
|
|
7
|
+
declare class ExtraDialogComponent {
|
|
8
|
+
header: string;
|
|
9
|
+
visible: boolean;
|
|
10
|
+
modal: boolean;
|
|
11
|
+
size: DialogSize;
|
|
12
|
+
dismissableMask: boolean;
|
|
13
|
+
closeOnEscape: boolean;
|
|
14
|
+
showHeader: boolean;
|
|
15
|
+
focusOnShow: boolean;
|
|
16
|
+
appendTo: string;
|
|
17
|
+
headerTemplate: TemplateRef<any> | null;
|
|
18
|
+
footerTemplate: TemplateRef<any> | null;
|
|
19
|
+
visibleChange: EventEmitter<boolean>;
|
|
20
|
+
get sizeClass(): string;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDialogComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraDialogComponent, "extra-dialog", never, { "header": { "alias": "header"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "modal": { "alias": "modal"; "required": false; }; "size": { "alias": "size"; "required": false; }; "dismissableMask": { "alias": "dismissableMask"; "required": false; }; "closeOnEscape": { "alias": "closeOnEscape"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "focusOnShow": { "alias": "focusOnShow"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
type ExtraDynamicDialogConfig<DataType = any> = Omit<DynamicDialogConfig<DataType>, 'styleClass'> & {
|
|
26
|
+
size?: DialogSize;
|
|
27
|
+
styleClass?: string;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
declare class ExtraDialogService {
|
|
31
|
+
private readonly injector;
|
|
32
|
+
constructor(injector: Injector);
|
|
33
|
+
open<T>(componentType: Type<T>, config?: ExtraDynamicDialogConfig): DynamicDialogRef<T> | null;
|
|
34
|
+
private toSizeClass;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDialogService, never>;
|
|
36
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ExtraDialogService>;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export { ExtraDialogComponent, ExtraDialogService };
|
|
40
|
+
export type { DialogSize, ExtraDynamicDialogConfig };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
type DividerLayout = 'horizontal' | 'vertical';
|
|
4
|
+
type DividerType = 'solid' | 'dashed' | 'dotted';
|
|
5
|
+
type DividerAlign = 'left' | 'center' | 'right' | 'top' | 'bottom';
|
|
6
|
+
declare class ExtraDividerComponent {
|
|
7
|
+
layout: DividerLayout;
|
|
8
|
+
type: DividerType;
|
|
9
|
+
align: DividerAlign;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDividerComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraDividerComponent, "extra-divider", never, { "layout": { "alias": "layout"; "required": false; }; "type": { "alias": "type"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { ExtraDividerComponent };
|
|
15
|
+
export type { DividerAlign, DividerLayout, DividerType };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
|
|
5
|
+
type InputTextSize = 'small' | 'base' | 'large' | 'xlarge';
|
|
6
|
+
declare class ExtraInputTextComponent implements ControlValueAccessor, OnInit {
|
|
7
|
+
private readonly _injector;
|
|
8
|
+
private _ngControl;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
placeholder: string;
|
|
11
|
+
size: InputTextSize;
|
|
12
|
+
readonly: boolean;
|
|
13
|
+
showClear: boolean;
|
|
14
|
+
fluid: boolean;
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
get invalid(): boolean;
|
|
17
|
+
onClear: EventEmitter<void>;
|
|
18
|
+
modelValue: string;
|
|
19
|
+
private _onChange;
|
|
20
|
+
get primeSize(): 'small' | 'large' | undefined;
|
|
21
|
+
get sizeClass(): Record<string, boolean>;
|
|
22
|
+
onInput(event: Event): void;
|
|
23
|
+
onTouched: () => void;
|
|
24
|
+
clearValue(): void;
|
|
25
|
+
writeValue(value: string): void;
|
|
26
|
+
registerOnChange(fn: (value: string) => void): void;
|
|
27
|
+
registerOnTouched(fn: () => void): void;
|
|
28
|
+
setDisabledState(isDisabled: boolean): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraInputTextComponent, never>;
|
|
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
|
+
}
|
|
32
|
+
|
|
33
|
+
export { ExtraInputTextComponent };
|
|
34
|
+
export type { InputTextSize };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef } from '@angular/core';
|
|
3
|
+
import { MegaMenuItem } from 'primeng/api';
|
|
4
|
+
|
|
5
|
+
type MegaMenuOrientation = 'horizontal' | 'vertical';
|
|
6
|
+
interface MegaMenuModel extends Omit<MegaMenuItem, 'items'> {
|
|
7
|
+
description?: string;
|
|
8
|
+
badge?: string;
|
|
9
|
+
items?: MegaMenuModel[][] | MegaMenuModel[];
|
|
10
|
+
}
|
|
11
|
+
declare class ExtraMegaMenuComponent {
|
|
12
|
+
model: MegaMenuModel[];
|
|
13
|
+
orientation: MegaMenuOrientation;
|
|
14
|
+
breakpoint: string;
|
|
15
|
+
scrollHeight: string;
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
ariaLabel: string | undefined;
|
|
18
|
+
ariaLabelledBy: string | undefined;
|
|
19
|
+
tabindex: number;
|
|
20
|
+
itemTemplate: TemplateRef<any> | null;
|
|
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; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; }, {}, never, never, true, never>;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export { ExtraMegaMenuComponent };
|
|
26
|
+
export type { MegaMenuModel, MegaMenuOrientation };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { MeterItem } from 'primeng/metergroup';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
4
|
+
type MeterGroupOrientation = 'horizontal' | 'vertical';
|
|
5
|
+
type MeterGroupLabelPosition = 'start' | 'end';
|
|
6
|
+
type MeterGroupLabelOrientation = 'horizontal' | 'vertical';
|
|
7
|
+
declare class ExtraMeterGroupComponent {
|
|
8
|
+
value: MeterItem[];
|
|
9
|
+
orientation: MeterGroupOrientation;
|
|
10
|
+
labelPosition: MeterGroupLabelPosition;
|
|
11
|
+
labelOrientation: MeterGroupLabelOrientation;
|
|
12
|
+
get hostDisplay(): string;
|
|
13
|
+
get hostHeight(): string;
|
|
14
|
+
get hostFlex(): string;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraMeterGroupComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraMeterGroupComponent, "extra-metergroup", never, { "value": { "alias": "value"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "labelOrientation": { "alias": "labelOrientation"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { ExtraMeterGroupComponent };
|
|
20
|
+
export type { MeterGroupLabelOrientation, MeterGroupLabelPosition, MeterGroupOrientation };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
type ProgressBarMode = 'determinate' | 'indeterminate';
|
|
4
|
+
declare class ExtraProgressBarComponent {
|
|
5
|
+
value: number;
|
|
6
|
+
mode: ProgressBarMode;
|
|
7
|
+
showValue: boolean;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraProgressBarComponent, never>;
|
|
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
|
+
}
|
|
11
|
+
|
|
12
|
+
export { ExtraProgressBarComponent };
|
|
13
|
+
export type { ProgressBarMode };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
type ProgressSpinnerSize = 'small' | 'medium' | 'large' | 'xlarge';
|
|
4
|
+
declare class ExtraProgressSpinnerComponent {
|
|
5
|
+
size: ProgressSpinnerSize;
|
|
6
|
+
multicolor: boolean;
|
|
7
|
+
strokeWidth: string;
|
|
8
|
+
fill: string;
|
|
9
|
+
animationDuration: string;
|
|
10
|
+
ariaLabel: string | undefined;
|
|
11
|
+
get primeStyleClass(): string;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraProgressSpinnerComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraProgressSpinnerComponent, "extra-progressspinner", never, { "size": { "alias": "size"; "required": false; }; "multicolor": { "alias": "multicolor"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { ExtraProgressSpinnerComponent };
|
|
17
|
+
export type { ProgressSpinnerSize };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
import { RadioButtonClickEvent } from 'primeng/radiobutton';
|
|
5
|
+
|
|
6
|
+
type RadiobuttonVariant = 'outlined' | 'filled';
|
|
7
|
+
type RadiobuttonSize = 'small' | 'base' | 'large';
|
|
8
|
+
declare class ExtraRadiobuttonComponent implements ControlValueAccessor {
|
|
9
|
+
value: any;
|
|
10
|
+
name: string | undefined;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
invalid: boolean;
|
|
13
|
+
variant: RadiobuttonVariant;
|
|
14
|
+
size: RadiobuttonSize;
|
|
15
|
+
inputId: string | undefined;
|
|
16
|
+
tabindex: number | undefined;
|
|
17
|
+
ariaLabel: string | undefined;
|
|
18
|
+
ariaLabelledBy: string | undefined;
|
|
19
|
+
autofocus: boolean;
|
|
20
|
+
onClick: EventEmitter<RadioButtonClickEvent>;
|
|
21
|
+
onFocus: EventEmitter<Event>;
|
|
22
|
+
onBlur: EventEmitter<Event>;
|
|
23
|
+
modelValue: any;
|
|
24
|
+
private _onChange;
|
|
25
|
+
private _onTouched;
|
|
26
|
+
get primeSize(): 'small' | 'large' | undefined;
|
|
27
|
+
get primeVariant(): 'filled' | undefined;
|
|
28
|
+
onClickHandler(event: RadioButtonClickEvent): void;
|
|
29
|
+
writeValue(value: any): void;
|
|
30
|
+
registerOnChange(fn: (value: any) => void): void;
|
|
31
|
+
registerOnTouched(fn: () => void): void;
|
|
32
|
+
setDisabledState(isDisabled: boolean): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraRadiobuttonComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraRadiobuttonComponent, "extra-radiobutton", never, { "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; }, { "onClick": "onClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, never, never, true, never>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { ExtraRadiobuttonComponent };
|
|
38
|
+
export type { RadiobuttonSize, RadiobuttonVariant };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
|
|
5
|
+
type RatingValue = number | null;
|
|
6
|
+
declare class ExtraRatingComponent implements ControlValueAccessor {
|
|
7
|
+
stars: number;
|
|
8
|
+
readonly: boolean;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
autofocus: boolean;
|
|
11
|
+
onRate: EventEmitter<any>;
|
|
12
|
+
onFocus: EventEmitter<FocusEvent>;
|
|
13
|
+
onBlur: EventEmitter<FocusEvent>;
|
|
14
|
+
modelValue: RatingValue;
|
|
15
|
+
private onChange;
|
|
16
|
+
private onTouched;
|
|
17
|
+
handleChange(value: RatingValue): void;
|
|
18
|
+
writeValue(value: RatingValue): void;
|
|
19
|
+
registerOnChange(fn: (value: RatingValue) => void): void;
|
|
20
|
+
registerOnTouched(fn: () => void): void;
|
|
21
|
+
setDisabledState(isDisabled: boolean): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraRatingComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraRatingComponent, "extra-rating", never, { "stars": { "alias": "stars"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; }, { "onRate": "onRate"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, never, never, true, never>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { ExtraRatingComponent };
|
|
27
|
+
export type { RatingValue };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
type SkeletonShape = 'rectangle' | 'circle';
|
|
4
|
+
type SkeletonAnimation = 'wave' | 'none';
|
|
5
|
+
declare class ExtraSkeletonComponent {
|
|
6
|
+
shape: SkeletonShape;
|
|
7
|
+
animation: SkeletonAnimation;
|
|
8
|
+
width: string;
|
|
9
|
+
height: string;
|
|
10
|
+
size: string | undefined;
|
|
11
|
+
borderRadius: string | undefined;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraSkeletonComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraSkeletonComponent, "extra-skeleton", never, { "shape": { "alias": "shape"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "size": { "alias": "size"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { ExtraSkeletonComponent };
|
|
17
|
+
export type { SkeletonAnimation, SkeletonShape };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnChanges, OnDestroy, EventEmitter, SimpleChanges } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
4
|
+
import { SliderSlideEndEvent } from 'primeng/slider';
|
|
5
|
+
|
|
6
|
+
type SliderOrientation = 'horizontal' | 'vertical';
|
|
7
|
+
declare class ExtraSliderComponent implements ControlValueAccessor, OnChanges, OnDestroy {
|
|
8
|
+
min: number;
|
|
9
|
+
max: number;
|
|
10
|
+
step: number | undefined;
|
|
11
|
+
range: boolean;
|
|
12
|
+
orientation: SliderOrientation;
|
|
13
|
+
set disabled(value: boolean);
|
|
14
|
+
onSlideEnd: EventEmitter<SliderSlideEndEvent>;
|
|
15
|
+
readonly control: FormControl<number | number[]>;
|
|
16
|
+
private _onChange;
|
|
17
|
+
private _onTouched;
|
|
18
|
+
private readonly _sub;
|
|
19
|
+
constructor();
|
|
20
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
writeValue(value: number | number[]): void;
|
|
23
|
+
registerOnChange(fn: (value: number | number[]) => void): void;
|
|
24
|
+
registerOnTouched(fn: () => void): void;
|
|
25
|
+
setDisabledState(isDisabled: boolean): void;
|
|
26
|
+
private normalize;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraSliderComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraSliderComponent, "extra-slider", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "range": { "alias": "range"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onSlideEnd": "onSlideEnd"; }, never, never, true, never>;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export { ExtraSliderComponent };
|
|
32
|
+
export type { SliderOrientation };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
type TagSeverity = 'primary' | 'secondary' | 'success' | 'info' | 'warn' | 'danger';
|
|
4
|
+
declare class ExtraTagComponent {
|
|
5
|
+
value: string;
|
|
6
|
+
severity: TagSeverity;
|
|
7
|
+
rounded: boolean;
|
|
8
|
+
icon: string;
|
|
9
|
+
get primeSeverity(): 'secondary' | 'success' | 'info' | 'warn' | 'danger' | undefined;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraTagComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraTagComponent, "extra-tag", never, { "value": { "alias": "value"; "required": false; }; "severity": { "alias": "severity"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { ExtraTagComponent };
|
|
15
|
+
export type { TagSeverity };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewChecked, ElementRef } from '@angular/core';
|
|
3
|
+
import { MenuItem } from 'primeng/api';
|
|
4
|
+
|
|
5
|
+
declare class ExtraTieredMenuComponent implements AfterViewChecked {
|
|
6
|
+
private readonly el;
|
|
7
|
+
model: MenuItem[];
|
|
8
|
+
autoDisplay: 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<ExtraTieredMenuComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraTieredMenuComponent, "extra-tieredmenu", never, { "model": { "alias": "model"; "required": false; }; "autoDisplay": { "alias": "autoDisplay"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { ExtraTieredMenuComponent };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
type TimelineLine = 'solid' | 'dashed' | 'dotted' | 'none';
|
|
5
|
+
declare class ExtraTimelineComponent {
|
|
6
|
+
value: any[];
|
|
7
|
+
align: 'left' | 'right' | 'alternate' | 'top' | 'bottom';
|
|
8
|
+
layout: 'vertical' | 'horizontal';
|
|
9
|
+
showCaption: boolean;
|
|
10
|
+
line: TimelineLine;
|
|
11
|
+
icon: string;
|
|
12
|
+
markerColor: string;
|
|
13
|
+
get dataLine(): TimelineLine;
|
|
14
|
+
get markerColorVar(): string;
|
|
15
|
+
contentTemplate?: TemplateRef<any>;
|
|
16
|
+
oppositeTemplate?: TemplateRef<any>;
|
|
17
|
+
markerTemplate?: TemplateRef<any>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraTimelineComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraTimelineComponent, "extra-timeline", never, { "value": { "alias": "value"; "required": false; }; "align": { "alias": "align"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "showCaption": { "alias": "showCaption"; "required": false; }; "line": { "alias": "line"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "markerColor": { "alias": "markerColor"; "required": false; }; }, {}, ["contentTemplate", "oppositeTemplate", "markerTemplate"], never, true, never>;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { ExtraTimelineComponent };
|
|
23
|
+
export type { TimelineLine };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from 'primeng/tooltip';
|
|
3
|
+
|
|
4
|
+
type TooltipPosition = 'right' | 'left' | 'top' | 'bottom';
|
|
5
|
+
type TooltipEvent = 'hover' | 'focus' | 'both';
|
|
6
|
+
declare class ExtraTooltipDirective {
|
|
7
|
+
tooltip: string | undefined;
|
|
8
|
+
position: TooltipPosition;
|
|
9
|
+
event: TooltipEvent;
|
|
10
|
+
showDelay: number | undefined;
|
|
11
|
+
hideDelay: number | undefined;
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraTooltipDirective, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraTooltipDirective, "[extra-tooltip]", never, { "tooltip": { "alias": "tooltip"; "required": false; }; "position": { "alias": "position"; "required": false; }; "event": { "alias": "event"; "required": false; }; "showDelay": { "alias": "showDelay"; "required": false; }; "hideDelay": { "alias": "hideDelay"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.Tooltip; inputs: { "pTooltip": "tooltip"; "tooltipPosition": "position"; "tooltipEvent": "event"; "showDelay": "showDelay"; "hideDelay": "hideDelay"; "tooltipDisabled": "disabled"; "escape": "escape"; "autoHide": "autoHide"; "fitContent": "fitContent"; "hideOnEscape": "hideOnEscape"; "positionTop": "positionTop"; "positionLeft": "positionLeft"; }; outputs: {}; }]>;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { ExtraTooltipDirective };
|
|
18
|
+
export type { TooltipEvent, TooltipPosition };
|