@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,21 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
interface ExtraAccordionItem {
|
|
5
|
+
value: string;
|
|
6
|
+
header: string;
|
|
7
|
+
content: string;
|
|
8
|
+
icon?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
}
|
|
11
|
+
declare class ExtraAccordionComponent {
|
|
12
|
+
items: ExtraAccordionItem[];
|
|
13
|
+
multiple: boolean;
|
|
14
|
+
activeValue: string | null;
|
|
15
|
+
activeValueChange: EventEmitter<string | number | string[] | number[]>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraAccordionComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraAccordionComponent, "extra-accordion", never, { "items": { "alias": "items"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "activeValue": { "alias": "activeValue"; "required": false; }; }, { "activeValueChange": "activeValueChange"; }, never, never, true, never>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export { ExtraAccordionComponent };
|
|
21
|
+
export type { ExtraAccordionItem };
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
import { AutoCompleteCompleteEvent, AutoCompleteSelectEvent, AutoCompleteUnselectEvent, AutoCompleteDropdownClickEvent } from 'primeng/autocomplete';
|
|
5
|
+
|
|
6
|
+
type ExtraAutoCompleteSize = 'small' | 'base' | 'large' | 'xlarge';
|
|
7
|
+
type ExtraAutoCompleteCompleteEvent = AutoCompleteCompleteEvent;
|
|
8
|
+
type ExtraAutoCompleteSelectEvent = AutoCompleteSelectEvent;
|
|
9
|
+
type ExtraAutoCompleteUnselectEvent = AutoCompleteUnselectEvent;
|
|
10
|
+
type ExtraAutoCompleteDropdownClickEvent = AutoCompleteDropdownClickEvent;
|
|
11
|
+
declare class ExtraAutoCompleteComponent implements ControlValueAccessor {
|
|
12
|
+
suggestions: any[];
|
|
13
|
+
optionLabel: string | undefined;
|
|
14
|
+
optionValue: string | undefined;
|
|
15
|
+
optionDisabled: string | undefined;
|
|
16
|
+
optionGroupLabel: string | undefined;
|
|
17
|
+
optionGroupChildren: string | undefined;
|
|
18
|
+
group: boolean;
|
|
19
|
+
multiple: boolean;
|
|
20
|
+
dropdown: boolean;
|
|
21
|
+
dropdownMode: 'blank' | 'current';
|
|
22
|
+
showClear: boolean;
|
|
23
|
+
forceSelection: boolean;
|
|
24
|
+
completeOnFocus: boolean;
|
|
25
|
+
placeholder: string | undefined;
|
|
26
|
+
minLength: number;
|
|
27
|
+
delay: number;
|
|
28
|
+
scrollHeight: string;
|
|
29
|
+
emptyMessage: string | undefined;
|
|
30
|
+
private _size;
|
|
31
|
+
set size(v: ExtraAutoCompleteSize);
|
|
32
|
+
get size(): ExtraAutoCompleteSize;
|
|
33
|
+
disabled: boolean;
|
|
34
|
+
readonly: boolean;
|
|
35
|
+
invalid: boolean;
|
|
36
|
+
fluid: boolean;
|
|
37
|
+
unique: boolean;
|
|
38
|
+
dataKey: string | undefined;
|
|
39
|
+
inputStyleClass: string | undefined;
|
|
40
|
+
inputId: string | undefined;
|
|
41
|
+
ariaLabel: string | undefined;
|
|
42
|
+
ariaLabelledBy: string | undefined;
|
|
43
|
+
autofocus: boolean;
|
|
44
|
+
completeMethod: EventEmitter<AutoCompleteCompleteEvent>;
|
|
45
|
+
onSelect: EventEmitter<AutoCompleteSelectEvent>;
|
|
46
|
+
onUnselect: EventEmitter<AutoCompleteUnselectEvent>;
|
|
47
|
+
onDropdownClick: EventEmitter<AutoCompleteDropdownClickEvent>;
|
|
48
|
+
onFocus: EventEmitter<Event>;
|
|
49
|
+
onBlur: EventEmitter<Event>;
|
|
50
|
+
onClear: EventEmitter<void>;
|
|
51
|
+
readonly computedInputStyleClass: i0.Signal<string>;
|
|
52
|
+
modelValue: any;
|
|
53
|
+
private _onChange;
|
|
54
|
+
private _onTouched;
|
|
55
|
+
handleChange(value: any): void;
|
|
56
|
+
writeValue(value: any): void;
|
|
57
|
+
registerOnChange(fn: (value: any) => void): void;
|
|
58
|
+
registerOnTouched(fn: () => void): void;
|
|
59
|
+
setDisabledState(isDisabled: boolean): void;
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraAutoCompleteComponent, never>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraAutoCompleteComponent, "extra-auto-complete", never, { "suggestions": { "alias": "suggestions"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "optionDisabled": { "alias": "optionDisabled"; "required": false; }; "optionGroupLabel": { "alias": "optionGroupLabel"; "required": false; }; "optionGroupChildren": { "alias": "optionGroupChildren"; "required": false; }; "group": { "alias": "group"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "dropdown": { "alias": "dropdown"; "required": false; }; "dropdownMode": { "alias": "dropdownMode"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "forceSelection": { "alias": "forceSelection"; "required": false; }; "completeOnFocus": { "alias": "completeOnFocus"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "fluid": { "alias": "fluid"; "required": false; }; "unique": { "alias": "unique"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "inputStyleClass": { "alias": "inputStyleClass"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; }, { "completeMethod": "completeMethod"; "onSelect": "onSelect"; "onUnselect": "onUnselect"; "onDropdownClick": "onDropdownClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; "onClear": "onClear"; }, never, never, true, never>;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export { ExtraAutoCompleteComponent };
|
|
65
|
+
export type { ExtraAutoCompleteCompleteEvent, ExtraAutoCompleteDropdownClickEvent, ExtraAutoCompleteSelectEvent, ExtraAutoCompleteSize, ExtraAutoCompleteUnselectEvent };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
|
|
3
|
-
type
|
|
4
|
-
type
|
|
3
|
+
type ExtraAvatarSize = 'normal' | 'large' | 'xlarge';
|
|
4
|
+
type ExtraAvatarShape = 'square' | 'circle';
|
|
5
5
|
declare class ExtraAvatarComponent {
|
|
6
6
|
label: string;
|
|
7
7
|
icon: string;
|
|
8
8
|
image: string;
|
|
9
|
-
size:
|
|
10
|
-
shape:
|
|
9
|
+
size: ExtraAvatarSize;
|
|
10
|
+
shape: ExtraAvatarShape;
|
|
11
11
|
get hostClass(): string;
|
|
12
12
|
get primeSize(): 'normal' | 'large' | 'xlarge' | undefined;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraAvatarComponent, never>;
|
|
@@ -19,4 +19,4 @@ declare class ExtraAvatarGroupComponent {
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
export { ExtraAvatarComponent, ExtraAvatarGroupComponent };
|
|
22
|
-
export type {
|
|
22
|
+
export type { ExtraAvatarShape, ExtraAvatarSize };
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Badge } from 'primeng/badge';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
|
|
4
|
-
type
|
|
5
|
-
type
|
|
4
|
+
type ExtraBadgeSeverity = 'primary' | 'success' | 'info' | 'warning' | 'danger';
|
|
5
|
+
type ExtraBadgeSize = 'base' | 'large' | 'xlarge';
|
|
6
6
|
type PrimeBadgeSeverity = ReturnType<Badge['severity']>;
|
|
7
7
|
type PrimeBadgeSize = ReturnType<Badge['size']>;
|
|
8
8
|
declare class ExtraBadgeComponent {
|
|
9
9
|
value: string | number;
|
|
10
|
-
severity:
|
|
11
|
-
size:
|
|
10
|
+
severity: ExtraBadgeSeverity;
|
|
11
|
+
size: ExtraBadgeSize;
|
|
12
12
|
get primeSeverity(): PrimeBadgeSeverity;
|
|
13
13
|
get primeSize(): PrimeBadgeSize;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraBadgeComponent, never>;
|
|
@@ -16,4 +16,4 @@ declare class ExtraBadgeComponent {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
export { ExtraBadgeComponent };
|
|
19
|
-
export type {
|
|
19
|
+
export type { ExtraBadgeSeverity, ExtraBadgeSize };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExtraMenuItem } from '@cdek-it/angular-ui-kit/shared';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
|
|
4
4
|
declare class ExtraBreadcrumbComponent {
|
|
5
|
-
model:
|
|
6
|
-
home:
|
|
5
|
+
model: ExtraMenuItem[];
|
|
6
|
+
home: ExtraMenuItem | undefined;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraBreadcrumbComponent, never>;
|
|
8
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraBreadcrumbComponent, "extra-breadcrumb", never, { "model": { "alias": "model"; "required": false; }; "home": { "alias": "home"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
@@ -1,25 +1,27 @@
|
|
|
1
|
-
import { ButtonSeverity
|
|
1
|
+
import { ButtonSeverity, Button } from 'primeng/button';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
|
|
4
|
-
type
|
|
5
|
-
type
|
|
6
|
-
type
|
|
7
|
-
type
|
|
8
|
-
type
|
|
4
|
+
type ExtraButtonVariant = 'primary' | 'secondary' | 'outlined' | 'text' | 'link';
|
|
5
|
+
type ExtraButtonSeverity = 'success' | 'warning' | 'danger' | 'info' | null;
|
|
6
|
+
type ExtraButtonSize = 'small' | 'base' | 'large' | 'xlarge';
|
|
7
|
+
type ExtraButtonIconPos = 'prefix' | 'postfix' | null;
|
|
8
|
+
type ExtraBadgeSeverity = 'success' | 'info' | 'warning' | 'danger' | 'secondary' | 'contrast' | null;
|
|
9
9
|
type PrimeBadgeSeverity = Extract<Button['badgeSeverity'], string | null>;
|
|
10
|
+
type ExtraButtonSeverityValue = ButtonSeverity;
|
|
11
|
+
type ExtraBadgeSeverityValue = PrimeBadgeSeverity;
|
|
10
12
|
declare class ExtraButtonComponent {
|
|
11
13
|
label: string;
|
|
12
|
-
variant:
|
|
13
|
-
severity:
|
|
14
|
-
size:
|
|
14
|
+
variant: ExtraButtonVariant;
|
|
15
|
+
severity: ExtraButtonSeverity;
|
|
16
|
+
size: ExtraButtonSize;
|
|
15
17
|
rounded: boolean;
|
|
16
|
-
iconPos:
|
|
18
|
+
iconPos: ExtraButtonIconPos;
|
|
17
19
|
iconOnly: boolean;
|
|
18
20
|
icon: string;
|
|
19
21
|
disabled: boolean;
|
|
20
22
|
loading: boolean;
|
|
21
23
|
badge: string;
|
|
22
|
-
badgeSeverity:
|
|
24
|
+
badgeSeverity: ExtraBadgeSeverity;
|
|
23
25
|
showBadge: boolean;
|
|
24
26
|
fluid: boolean;
|
|
25
27
|
ariaLabel: string | undefined;
|
|
@@ -28,11 +30,11 @@ declare class ExtraButtonComponent {
|
|
|
28
30
|
text: boolean;
|
|
29
31
|
get primeSize(): 'small' | 'large' | undefined;
|
|
30
32
|
get primeIconPos(): 'left' | 'right';
|
|
31
|
-
get primeSeverity():
|
|
32
|
-
get primeBadgeSeverity():
|
|
33
|
+
get primeSeverity(): ExtraButtonSeverityValue | null;
|
|
34
|
+
get primeBadgeSeverity(): ExtraBadgeSeverityValue;
|
|
33
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraButtonComponent, never>;
|
|
34
36
|
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
37
|
}
|
|
36
38
|
|
|
37
39
|
export { ExtraButtonComponent };
|
|
38
|
-
export type {
|
|
40
|
+
export type { ExtraBadgeSeverity, ExtraButtonIconPos, ExtraButtonSeverity, ExtraButtonSize, ExtraButtonVariant };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, EventEmitter } from '@angular/core';
|
|
3
|
+
import { CarouselPageEvent, CarouselResponsiveOptions } from 'primeng/types/carousel';
|
|
4
|
+
|
|
5
|
+
type ExtraCarouselOrientation = 'horizontal' | 'vertical';
|
|
6
|
+
type ExtraCarouselPageEvent = CarouselPageEvent;
|
|
7
|
+
type ExtraCarouselResponsiveOptions = CarouselResponsiveOptions;
|
|
8
|
+
declare class ExtraCarouselItemDirective {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraCarouselItemDirective, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraCarouselItemDirective, "[extraCarouselItem]", never, {}, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
12
|
+
declare class ExtraCarouselHeaderDirective {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraCarouselHeaderDirective, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraCarouselHeaderDirective, "[extraCarouselHeader]", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
16
|
+
declare class ExtraCarouselFooterDirective {
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraCarouselFooterDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraCarouselFooterDirective, "[extraCarouselFooter]", never, {}, {}, never, never, true, never>;
|
|
19
|
+
}
|
|
20
|
+
declare class ExtraCarouselComponent {
|
|
21
|
+
value: any[];
|
|
22
|
+
numVisible: number;
|
|
23
|
+
numScroll: number;
|
|
24
|
+
circular: boolean;
|
|
25
|
+
orientation: ExtraCarouselOrientation;
|
|
26
|
+
autoplayInterval: number;
|
|
27
|
+
showIndicators: boolean;
|
|
28
|
+
showNavigators: boolean;
|
|
29
|
+
page: number;
|
|
30
|
+
responsiveOptions: ExtraCarouselResponsiveOptions[] | undefined;
|
|
31
|
+
verticalViewPortHeight: string;
|
|
32
|
+
itemTemplate: TemplateRef<any> | null;
|
|
33
|
+
headerTemplate: TemplateRef<any> | null;
|
|
34
|
+
footerTemplate: TemplateRef<any> | null;
|
|
35
|
+
onPage: EventEmitter<CarouselPageEvent>;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraCarouselComponent, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraCarouselComponent, "extra-carousel", never, { "value": { "alias": "value"; "required": false; }; "numVisible": { "alias": "numVisible"; "required": false; }; "numScroll": { "alias": "numScroll"; "required": false; }; "circular": { "alias": "circular"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "autoplayInterval": { "alias": "autoplayInterval"; "required": false; }; "showIndicators": { "alias": "showIndicators"; "required": false; }; "showNavigators": { "alias": "showNavigators"; "required": false; }; "page": { "alias": "page"; "required": false; }; "responsiveOptions": { "alias": "responsiveOptions"; "required": false; }; "verticalViewPortHeight": { "alias": "verticalViewPortHeight"; "required": false; }; }, { "onPage": "onPage"; }, ["itemTemplate", "headerTemplate", "footerTemplate"], never, true, never>;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export { ExtraCarouselComponent, ExtraCarouselFooterDirective, ExtraCarouselHeaderDirective, ExtraCarouselItemDirective };
|
|
41
|
+
export type { ExtraCarouselOrientation, ExtraCarouselPageEvent, ExtraCarouselResponsiveOptions };
|
|
@@ -3,8 +3,9 @@ import { EventEmitter } from '@angular/core';
|
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
4
|
import { CheckboxChangeEvent } from 'primeng/checkbox';
|
|
5
5
|
|
|
6
|
-
type
|
|
7
|
-
type
|
|
6
|
+
type ExtraCheckboxSize = 'small' | 'base' | 'large';
|
|
7
|
+
type ExtraCheckboxVariant = 'outlined' | 'filled';
|
|
8
|
+
type ExtraCheckboxChangeEvent = CheckboxChangeEvent;
|
|
8
9
|
declare class ExtraCheckboxComponent implements ControlValueAccessor {
|
|
9
10
|
value: any;
|
|
10
11
|
binary: boolean;
|
|
@@ -12,8 +13,8 @@ declare class ExtraCheckboxComponent implements ControlValueAccessor {
|
|
|
12
13
|
readonly: boolean;
|
|
13
14
|
indeterminate: boolean;
|
|
14
15
|
invalid: boolean;
|
|
15
|
-
size:
|
|
16
|
-
variant:
|
|
16
|
+
size: ExtraCheckboxSize;
|
|
17
|
+
variant: ExtraCheckboxVariant;
|
|
17
18
|
checkboxIcon: string | undefined;
|
|
18
19
|
ariaLabel: string | undefined;
|
|
19
20
|
ariaLabelledBy: string | undefined;
|
|
@@ -30,7 +31,7 @@ declare class ExtraCheckboxComponent implements ControlValueAccessor {
|
|
|
30
31
|
private _onTouched;
|
|
31
32
|
get primeSize(): 'small' | 'large' | undefined;
|
|
32
33
|
get primeVariant(): 'filled' | 'outlined' | undefined;
|
|
33
|
-
onChangeHandler(event:
|
|
34
|
+
onChangeHandler(event: ExtraCheckboxChangeEvent): void;
|
|
34
35
|
writeValue(value: any): void;
|
|
35
36
|
registerOnChange(fn: (value: any) => void): void;
|
|
36
37
|
registerOnTouched(fn: () => void): void;
|
|
@@ -40,4 +41,4 @@ declare class ExtraCheckboxComponent implements ControlValueAccessor {
|
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
export { ExtraCheckboxComponent };
|
|
43
|
-
export type {
|
|
44
|
+
export type { ExtraCheckboxChangeEvent, ExtraCheckboxSize, ExtraCheckboxVariant };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, Provider } from '@angular/core';
|
|
3
|
+
import { Confirmation, ConfirmationService } from 'primeng/api';
|
|
4
|
+
|
|
5
|
+
type ExtraConfirmDialogSize = 'sm' | 'default' | 'lg' | 'xlg';
|
|
6
|
+
type ExtraConfirmDialogSeverity = 'success' | 'info' | 'warn' | 'help' | 'danger' | 'default';
|
|
7
|
+
declare class ExtraConfirmDialogHeaderDirective {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraConfirmDialogHeaderDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraConfirmDialogHeaderDirective, "[extraConfirmDialogHeader]", never, {}, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
11
|
+
declare class ExtraConfirmDialogFooterDirective {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraConfirmDialogFooterDirective, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraConfirmDialogFooterDirective, "[extraConfirmDialogFooter]", never, {}, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
15
|
+
declare class ExtraConfirmDialogComponent {
|
|
16
|
+
key: string;
|
|
17
|
+
size: ExtraConfirmDialogSize;
|
|
18
|
+
severity: ExtraConfirmDialogSeverity;
|
|
19
|
+
headerTemplate: TemplateRef<any> | null;
|
|
20
|
+
footerTemplate: TemplateRef<any> | null;
|
|
21
|
+
get computedClass(): string;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraConfirmDialogComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraConfirmDialogComponent, "extra-confirm-dialog", never, { "key": { "alias": "key"; "required": false; }; "size": { "alias": "size"; "required": false; }; "severity": { "alias": "severity"; "required": false; }; }, {}, ["headerTemplate", "footerTemplate"], never, true, never>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
type ExtraConfirmDialogOptions = Pick<Confirmation, 'key' | 'message' | 'header' | 'icon' | 'acceptLabel' | 'rejectLabel' | 'accept' | 'reject' | 'acceptButtonProps'>;
|
|
27
|
+
declare function provideExtraConfirmDialog(): Provider[];
|
|
28
|
+
declare class ExtraConfirmDialogService {
|
|
29
|
+
private readonly confirmationService;
|
|
30
|
+
constructor(confirmationService: ConfirmationService);
|
|
31
|
+
confirm(options: ExtraConfirmDialogOptions): void;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraConfirmDialogService, never>;
|
|
33
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ExtraConfirmDialogService>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export { ExtraConfirmDialogComponent, ExtraConfirmDialogFooterDirective, ExtraConfirmDialogHeaderDirective, ExtraConfirmDialogService, provideExtraConfirmDialog };
|
|
37
|
+
export type { ExtraConfirmDialogOptions, ExtraConfirmDialogSeverity, ExtraConfirmDialogSize };
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
import { DatePickerMonthChangeEvent, DatePicker } from 'primeng/datepicker';
|
|
5
|
+
|
|
6
|
+
type ExtraDatePickerMonthChangeEvent = DatePickerMonthChangeEvent;
|
|
7
|
+
type ExtraDatePickerSize = 'small' | 'medium' | 'large' | 'xlarge';
|
|
8
|
+
type ExtraDatePickerSelectionMode = 'single' | 'multiple' | 'range';
|
|
9
|
+
type ExtraDatePickerIconDisplay = 'input' | 'button';
|
|
10
|
+
declare class ExtraDatePickerComponent implements ControlValueAccessor, AfterViewInit, OnDestroy {
|
|
11
|
+
private readonly cdr;
|
|
12
|
+
dpRef: DatePicker;
|
|
13
|
+
readonly months: {
|
|
14
|
+
name: string;
|
|
15
|
+
value: number;
|
|
16
|
+
}[];
|
|
17
|
+
readonly years: any[];
|
|
18
|
+
dpCurrentMonth: number;
|
|
19
|
+
dpCurrentYear: number;
|
|
20
|
+
hourInput: string;
|
|
21
|
+
minuteInput: string;
|
|
22
|
+
modelValue: Date | Date[] | null;
|
|
23
|
+
disabled: boolean;
|
|
24
|
+
dateFormat: string;
|
|
25
|
+
selectionMode: ExtraDatePickerSelectionMode;
|
|
26
|
+
size: ExtraDatePickerSize;
|
|
27
|
+
showIcon: boolean;
|
|
28
|
+
iconDisplay: ExtraDatePickerIconDisplay;
|
|
29
|
+
inline: boolean;
|
|
30
|
+
showButtonBar: boolean;
|
|
31
|
+
showTime: boolean;
|
|
32
|
+
hourFormat: string;
|
|
33
|
+
showClear: boolean;
|
|
34
|
+
placeholder: string | undefined;
|
|
35
|
+
readonly: boolean;
|
|
36
|
+
invalid: boolean;
|
|
37
|
+
minDate: Date | undefined;
|
|
38
|
+
maxDate: Date | undefined;
|
|
39
|
+
view: 'date' | 'month' | 'year';
|
|
40
|
+
showOtherMonths: boolean;
|
|
41
|
+
selectOtherMonths: boolean;
|
|
42
|
+
onSelect: EventEmitter<Date>;
|
|
43
|
+
onMonthChange: EventEmitter<any>;
|
|
44
|
+
onYearChange: EventEmitter<any>;
|
|
45
|
+
onClear: EventEmitter<any>;
|
|
46
|
+
get primeSize(): 'small' | 'large' | undefined;
|
|
47
|
+
ngAfterViewInit(): void;
|
|
48
|
+
syncCurrentDate(): void;
|
|
49
|
+
onMonthChangeHandler(event: ExtraDatePickerMonthChangeEvent): void;
|
|
50
|
+
onYearChangeHandler(event: ExtraDatePickerMonthChangeEvent): void;
|
|
51
|
+
onMonthSelect(month: number): void;
|
|
52
|
+
onYearSelect(year: number): void;
|
|
53
|
+
navPrev(event: MouseEvent): void;
|
|
54
|
+
navNext(event: MouseEvent): void;
|
|
55
|
+
onValueChange(val: Date | Date[] | null): void;
|
|
56
|
+
onHourFieldInput(event: Event): void;
|
|
57
|
+
onHourFieldBlur(): void;
|
|
58
|
+
onMinuteFieldInput(event: Event): void;
|
|
59
|
+
onMinuteFieldBlur(): void;
|
|
60
|
+
private syncTimeInputs;
|
|
61
|
+
private selectOverlayGuard;
|
|
62
|
+
private attachSelectOverlayGuard;
|
|
63
|
+
private detachSelectOverlayGuard;
|
|
64
|
+
private panelMouseoverHandler;
|
|
65
|
+
private panelMouseleaveHandler;
|
|
66
|
+
private rangeStart;
|
|
67
|
+
onPanelShow(): void;
|
|
68
|
+
onPanelClose(): void;
|
|
69
|
+
onDateSelected(event: any): void;
|
|
70
|
+
private _onChange;
|
|
71
|
+
private _onTouched;
|
|
72
|
+
writeValue(value: Date | Date[] | null): void;
|
|
73
|
+
registerOnChange(fn: (value: Date | Date[] | null) => void): void;
|
|
74
|
+
registerOnTouched(fn: () => void): void;
|
|
75
|
+
setDisabledState(isDisabled: boolean): void;
|
|
76
|
+
ngOnDestroy(): void;
|
|
77
|
+
private attachRangePreview;
|
|
78
|
+
private removeRangeListeners;
|
|
79
|
+
private detachRangePreview;
|
|
80
|
+
private getPanelElement;
|
|
81
|
+
private parseDateKey;
|
|
82
|
+
private applyRangePreview;
|
|
83
|
+
private clearHoverPreview;
|
|
84
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDatePickerComponent, never>;
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraDatePickerComponent, "extra-date-picker", never, { "dateFormat": { "alias": "dateFormat"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "size": { "alias": "size"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "iconDisplay": { "alias": "iconDisplay"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "showButtonBar": { "alias": "showButtonBar"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "hourFormat": { "alias": "hourFormat"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "view": { "alias": "view"; "required": false; }; "showOtherMonths": { "alias": "showOtherMonths"; "required": false; }; "selectOtherMonths": { "alias": "selectOtherMonths"; "required": false; }; }, { "onSelect": "onSelect"; "onMonthChange": "onMonthChange"; "onYearChange": "onYearChange"; "onClear": "onClear"; }, never, never, true, never>;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export { ExtraDatePickerComponent };
|
|
89
|
+
export type { ExtraDatePickerIconDisplay, ExtraDatePickerMonthChangeEvent, ExtraDatePickerSelectionMode, ExtraDatePickerSize };
|
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { TemplateRef, EventEmitter, Injector, Type } from '@angular/core';
|
|
3
3
|
import { DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
|
|
4
|
-
export { DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
|
|
5
4
|
|
|
6
|
-
type
|
|
5
|
+
type ExtraDialogSize = 'sm' | 'default' | 'lg' | 'xlg';
|
|
6
|
+
declare class ExtraDialogHeaderDirective {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDialogHeaderDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraDialogHeaderDirective, "[extraDialogHeader]", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
10
|
+
declare class ExtraDialogFooterDirective {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDialogFooterDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraDialogFooterDirective, "[extraDialogFooter]", never, {}, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
7
14
|
declare class ExtraDialogComponent {
|
|
8
15
|
header: string;
|
|
9
16
|
visible: boolean;
|
|
10
17
|
modal: boolean;
|
|
11
|
-
size:
|
|
18
|
+
size: ExtraDialogSize;
|
|
12
19
|
dismissableMask: boolean;
|
|
13
20
|
closeOnEscape: boolean;
|
|
14
21
|
showHeader: boolean;
|
|
@@ -19,22 +26,22 @@ declare class ExtraDialogComponent {
|
|
|
19
26
|
visibleChange: EventEmitter<boolean>;
|
|
20
27
|
get sizeClass(): string;
|
|
21
28
|
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; };
|
|
29
|
+
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; }; }, { "visibleChange": "visibleChange"; }, ["headerTemplate", "footerTemplate"], ["*"], true, never>;
|
|
23
30
|
}
|
|
24
31
|
|
|
25
32
|
type ExtraDynamicDialogConfig<DataType = any> = Omit<DynamicDialogConfig<DataType>, 'styleClass'> & {
|
|
26
|
-
size?:
|
|
33
|
+
size?: ExtraDialogSize;
|
|
27
34
|
styleClass?: string;
|
|
28
35
|
};
|
|
29
|
-
|
|
36
|
+
type ExtraDynamicDialogRef<T = any> = DynamicDialogRef<T>;
|
|
30
37
|
declare class ExtraDialogService {
|
|
31
38
|
private readonly injector;
|
|
32
39
|
constructor(injector: Injector);
|
|
33
|
-
open<T>(componentType: Type<T>, config?: ExtraDynamicDialogConfig):
|
|
40
|
+
open<T>(componentType: Type<T>, config?: ExtraDynamicDialogConfig): ExtraDynamicDialogRef<T> | null;
|
|
34
41
|
private toSizeClass;
|
|
35
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDialogService, never>;
|
|
36
43
|
static ɵprov: i0.ɵɵInjectableDeclaration<ExtraDialogService>;
|
|
37
44
|
}
|
|
38
45
|
|
|
39
|
-
export { ExtraDialogComponent, ExtraDialogService };
|
|
40
|
-
export type {
|
|
46
|
+
export { ExtraDialogComponent, ExtraDialogFooterDirective, ExtraDialogHeaderDirective, ExtraDialogService };
|
|
47
|
+
export type { ExtraDialogSize, ExtraDynamicDialogConfig, ExtraDynamicDialogRef };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
|
|
3
|
-
type
|
|
4
|
-
type
|
|
5
|
-
type
|
|
3
|
+
type ExtraDividerLayout = 'horizontal' | 'vertical';
|
|
4
|
+
type ExtraDividerType = 'solid' | 'dashed' | 'dotted';
|
|
5
|
+
type ExtraDividerAlign = 'left' | 'center' | 'right' | 'top' | 'bottom';
|
|
6
6
|
declare class ExtraDividerComponent {
|
|
7
|
-
layout:
|
|
8
|
-
type:
|
|
9
|
-
align:
|
|
7
|
+
layout: ExtraDividerLayout;
|
|
8
|
+
type: ExtraDividerType;
|
|
9
|
+
align: ExtraDividerAlign;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDividerComponent, never>;
|
|
11
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
12
|
}
|
|
13
13
|
|
|
14
14
|
export { ExtraDividerComponent };
|
|
15
|
-
export type {
|
|
15
|
+
export type { ExtraDividerAlign, ExtraDividerLayout, ExtraDividerType };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class ExtraDrawerHeaderDirective {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDrawerHeaderDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraDrawerHeaderDirective, "[extraDrawerHeader]", never, {}, {}, never, never, true, never>;
|
|
7
|
+
}
|
|
8
|
+
declare class ExtraDrawerFooterDirective {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDrawerFooterDirective, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraDrawerFooterDirective, "[extraDrawerFooter]", never, {}, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
12
|
+
declare class ExtraDrawerComponent {
|
|
13
|
+
visible: boolean;
|
|
14
|
+
header: string | undefined;
|
|
15
|
+
position: 'left' | 'right' | 'top' | 'bottom';
|
|
16
|
+
size: 'default' | 'sm' | 'lg' | 'xlg';
|
|
17
|
+
modal: boolean;
|
|
18
|
+
fullScreen: boolean;
|
|
19
|
+
dismissible: boolean;
|
|
20
|
+
showCloseIcon: boolean;
|
|
21
|
+
closeOnEscape: boolean;
|
|
22
|
+
blockScroll: boolean;
|
|
23
|
+
visibleChange: EventEmitter<boolean>;
|
|
24
|
+
onShow: EventEmitter<void>;
|
|
25
|
+
onHide: EventEmitter<void>;
|
|
26
|
+
headerTemplate: TemplateRef<any> | null;
|
|
27
|
+
footerTemplate: TemplateRef<any> | null;
|
|
28
|
+
get sizeClass(): string;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDrawerComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraDrawerComponent, "extra-drawer", never, { "visible": { "alias": "visible"; "required": false; }; "header": { "alias": "header"; "required": false; }; "position": { "alias": "position"; "required": false; }; "size": { "alias": "size"; "required": false; }; "modal": { "alias": "modal"; "required": false; }; "fullScreen": { "alias": "fullScreen"; "required": false; }; "dismissible": { "alias": "dismissible"; "required": false; }; "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "closeOnEscape": { "alias": "closeOnEscape"; "required": false; }; "blockScroll": { "alias": "blockScroll"; "required": false; }; }, { "visibleChange": "visibleChange"; "onShow": "onShow"; "onHide": "onHide"; }, ["headerTemplate", "footerTemplate"], ["*"], true, never>;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export { ExtraDrawerComponent, ExtraDrawerFooterDirective, ExtraDrawerHeaderDirective };
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, EventEmitter } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
interface ExtraGalleriaItem {
|
|
5
|
+
itemImageSrc: string;
|
|
6
|
+
thumbnailImageSrc?: string;
|
|
7
|
+
alt?: string;
|
|
8
|
+
title?: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
}
|
|
11
|
+
declare class ExtraGalleriaItemDirective {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraGalleriaItemDirective, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraGalleriaItemDirective, "[extraGalleriaItem]", never, {}, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
15
|
+
declare class ExtraGalleriaThumbnailDirective {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraGalleriaThumbnailDirective, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraGalleriaThumbnailDirective, "[extraGalleriaThumbnail]", never, {}, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
19
|
+
declare class ExtraGalleriaCaptionDirective {
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraGalleriaCaptionDirective, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraGalleriaCaptionDirective, "[extraGalleriaCaption]", never, {}, {}, never, never, true, never>;
|
|
22
|
+
}
|
|
23
|
+
declare class ExtraGalleriaIndicatorDirective {
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraGalleriaIndicatorDirective, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraGalleriaIndicatorDirective, "[extraGalleriaIndicator]", never, {}, {}, never, never, true, never>;
|
|
26
|
+
}
|
|
27
|
+
declare class ExtraGalleriaHeaderDirective {
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraGalleriaHeaderDirective, never>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraGalleriaHeaderDirective, "[extraGalleriaHeader]", never, {}, {}, never, never, true, never>;
|
|
30
|
+
}
|
|
31
|
+
declare class ExtraGalleriaFooterDirective {
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraGalleriaFooterDirective, never>;
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExtraGalleriaFooterDirective, "[extraGalleriaFooter]", never, {}, {}, never, never, true, never>;
|
|
34
|
+
}
|
|
35
|
+
declare class ExtraGalleriaComponent {
|
|
36
|
+
value: ExtraGalleriaItem[];
|
|
37
|
+
numVisible: number;
|
|
38
|
+
showItemNavigators: boolean;
|
|
39
|
+
showItemNavigatorsOnHover: boolean;
|
|
40
|
+
showThumbnails: boolean;
|
|
41
|
+
showThumbnailNavigators: boolean;
|
|
42
|
+
showIndicators: boolean;
|
|
43
|
+
showIndicatorsOnItem: boolean;
|
|
44
|
+
circular: boolean;
|
|
45
|
+
autoPlay: boolean;
|
|
46
|
+
transitionInterval: number;
|
|
47
|
+
fullScreen: boolean;
|
|
48
|
+
visible: boolean;
|
|
49
|
+
containerClass: string | undefined;
|
|
50
|
+
containerStyle: Record<string, string> | undefined;
|
|
51
|
+
responsiveOptions: any[] | undefined;
|
|
52
|
+
itemTemplate: TemplateRef<any> | null;
|
|
53
|
+
thumbnailTemplate: TemplateRef<any> | null;
|
|
54
|
+
captionTemplate: TemplateRef<any> | null;
|
|
55
|
+
indicatorTemplate: TemplateRef<any> | null;
|
|
56
|
+
headerTemplate: TemplateRef<any> | null;
|
|
57
|
+
footerTemplate: TemplateRef<any> | null;
|
|
58
|
+
activeIndexChange: EventEmitter<number>;
|
|
59
|
+
visibleChange: EventEmitter<boolean>;
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraGalleriaComponent, never>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraGalleriaComponent, "extra-galleria", never, { "value": { "alias": "value"; "required": false; }; "numVisible": { "alias": "numVisible"; "required": false; }; "showItemNavigators": { "alias": "showItemNavigators"; "required": false; }; "showItemNavigatorsOnHover": { "alias": "showItemNavigatorsOnHover"; "required": false; }; "showThumbnails": { "alias": "showThumbnails"; "required": false; }; "showThumbnailNavigators": { "alias": "showThumbnailNavigators"; "required": false; }; "showIndicators": { "alias": "showIndicators"; "required": false; }; "showIndicatorsOnItem": { "alias": "showIndicatorsOnItem"; "required": false; }; "circular": { "alias": "circular"; "required": false; }; "autoPlay": { "alias": "autoPlay"; "required": false; }; "transitionInterval": { "alias": "transitionInterval"; "required": false; }; "fullScreen": { "alias": "fullScreen"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "containerClass": { "alias": "containerClass"; "required": false; }; "containerStyle": { "alias": "containerStyle"; "required": false; }; "responsiveOptions": { "alias": "responsiveOptions"; "required": false; }; }, { "activeIndexChange": "activeIndexChange"; "visibleChange": "visibleChange"; }, ["itemTemplate", "thumbnailTemplate", "captionTemplate", "indicatorTemplate", "headerTemplate", "footerTemplate"], never, true, never>;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export { ExtraGalleriaCaptionDirective, ExtraGalleriaComponent, ExtraGalleriaFooterDirective, ExtraGalleriaHeaderDirective, ExtraGalleriaIndicatorDirective, ExtraGalleriaItemDirective, ExtraGalleriaThumbnailDirective };
|
|
65
|
+
export type { ExtraGalleriaItem };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
type ExtraInputGroupSize = 'small' | 'base' | 'large' | 'xlarge';
|
|
4
|
+
declare class ExtraInputGroupComponent {
|
|
5
|
+
size: ExtraInputGroupSize;
|
|
6
|
+
get sizeClass(): string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraInputGroupComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraInputGroupComponent, "extra-input-group", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
declare class ExtraInputGroupAddonComponent {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraInputGroupAddonComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtraInputGroupAddonComponent, "extra-input-group-addon", never, {}, {}, never, ["*"], true, never>;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { ExtraInputGroupAddonComponent, ExtraInputGroupComponent };
|
|
17
|
+
export type { ExtraInputGroupSize };
|