@cdek-it/angular-ui-kit 0.0.2 → 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 +22 -0
- package/components/badge/index.d.ts +19 -0
- package/components/breadcrumb/index.d.ts +11 -0
- package/components/button/index.d.ts +40 -0
- package/components/card/index.d.ts +20 -0
- package/components/carousel/index.d.ts +41 -0
- package/components/checkbox/index.d.ts +44 -0
- package/components/chip/index.d.ts +14 -0
- package/components/confirm-dialog/index.d.ts +37 -0
- package/components/date-picker/index.d.ts +89 -0
- package/components/dialog/index.d.ts +47 -0
- package/components/divider/index.d.ts +15 -0
- 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 +35 -0
- package/components/listbox/index.d.ts +43 -0
- package/components/megamenu/index.d.ts +26 -0
- 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 +21 -0
- 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 +13 -0
- package/components/progressspinner/index.d.ts +17 -0
- package/components/radiobutton/index.d.ts +39 -0
- package/components/rating/index.d.ts +27 -0
- package/components/scroll-panel/index.d.ts +11 -0
- package/components/select/index.d.ts +78 -0
- package/components/skeleton/index.d.ts +17 -0
- package/components/slider/index.d.ts +33 -0
- package/components/stepper/index.d.ts +25 -0
- package/components/tabs/index.d.ts +22 -0
- package/components/tag/index.d.ts +15 -0
- package/components/textarea/index.d.ts +40 -0
- package/components/tieredmenu/index.d.ts +19 -0
- package/components/timeline/index.d.ts +35 -0
- package/components/toast/index.d.ts +52 -0
- package/components/toggleswitch/index.d.ts +26 -0
- package/components/tooltip/index.d.ts +18 -0
- 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 +93 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-avatar.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-badge.mjs +46 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-badge.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-breadcrumb.mjs +31 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-breadcrumb.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-button.mjs +143 -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-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 +179 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-checkbox.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-chip.mjs +56 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-chip.mjs.map +1 -0
- 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 +179 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-dialog.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-divider.mjs +42 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-divider.mjs.map +1 -0
- 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 +187 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-inputtext.mjs.map +1 -0
- 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 +160 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-megamenu.mjs.map +1 -0
- 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 +69 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-metergroup.mjs.map +1 -0
- 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 +34 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-progressbar.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-progressspinner.mjs +64 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-progressspinner.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-radiobutton.mjs +148 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-radiobutton.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-rating.mjs +105 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-rating.mjs.map +1 -0
- 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 +62 -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-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 +46 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tag.mjs.map +1 -0
- 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 +70 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tieredmenu.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-timeline.mjs +164 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-timeline.mjs.map +1 -0
- 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 +60 -0
- package/fesm2022/cdek-it-angular-ui-kit-components-tooltip.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-providers.mjs +8028 -0
- package/fesm2022/cdek-it-angular-ui-kit-providers.mjs.map +1 -0
- package/fesm2022/cdek-it-angular-ui-kit-shared.mjs +4 -0
- package/fesm2022/cdek-it-angular-ui-kit-shared.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 +227 -112
- package/providers/index.d.ts +5 -0
- package/shared/index.d.ts +49 -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,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 };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
type ExtraAvatarSize = 'normal' | 'large' | 'xlarge';
|
|
4
|
+
type ExtraAvatarShape = 'square' | 'circle';
|
|
5
|
+
declare class ExtraAvatarComponent {
|
|
6
|
+
label: string;
|
|
7
|
+
icon: string;
|
|
8
|
+
image: string;
|
|
9
|
+
size: ExtraAvatarSize;
|
|
10
|
+
shape: ExtraAvatarShape;
|
|
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 { ExtraAvatarShape, ExtraAvatarSize };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Badge } from 'primeng/badge';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
4
|
+
type ExtraBadgeSeverity = 'primary' | 'success' | 'info' | 'warning' | 'danger';
|
|
5
|
+
type ExtraBadgeSize = '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: ExtraBadgeSeverity;
|
|
11
|
+
size: ExtraBadgeSize;
|
|
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 { ExtraBadgeSeverity, ExtraBadgeSize };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ExtraMenuItem } from '@cdek-it/angular-ui-kit/shared';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class ExtraBreadcrumbComponent {
|
|
5
|
+
model: ExtraMenuItem[];
|
|
6
|
+
home: ExtraMenuItem | 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,40 @@
|
|
|
1
|
+
import { ButtonSeverity, Button } from 'primeng/button';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
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
|
+
type PrimeBadgeSeverity = Extract<Button['badgeSeverity'], string | null>;
|
|
10
|
+
type ExtraButtonSeverityValue = ButtonSeverity;
|
|
11
|
+
type ExtraBadgeSeverityValue = PrimeBadgeSeverity;
|
|
12
|
+
declare class ExtraButtonComponent {
|
|
13
|
+
label: string;
|
|
14
|
+
variant: ExtraButtonVariant;
|
|
15
|
+
severity: ExtraButtonSeverity;
|
|
16
|
+
size: ExtraButtonSize;
|
|
17
|
+
rounded: boolean;
|
|
18
|
+
iconPos: ExtraButtonIconPos;
|
|
19
|
+
iconOnly: boolean;
|
|
20
|
+
icon: string;
|
|
21
|
+
disabled: boolean;
|
|
22
|
+
loading: boolean;
|
|
23
|
+
badge: string;
|
|
24
|
+
badgeSeverity: ExtraBadgeSeverity;
|
|
25
|
+
showBadge: boolean;
|
|
26
|
+
fluid: boolean;
|
|
27
|
+
ariaLabel: string | undefined;
|
|
28
|
+
autofocus: boolean;
|
|
29
|
+
tabindex: number | undefined;
|
|
30
|
+
text: boolean;
|
|
31
|
+
get primeSize(): 'small' | 'large' | undefined;
|
|
32
|
+
get primeIconPos(): 'left' | 'right';
|
|
33
|
+
get primeSeverity(): ExtraButtonSeverityValue | null;
|
|
34
|
+
get primeBadgeSeverity(): ExtraBadgeSeverityValue;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraButtonComponent, never>;
|
|
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>;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export { ExtraButtonComponent };
|
|
40
|
+
export type { ExtraBadgeSeverity, ExtraButtonIconPos, ExtraButtonSeverity, ExtraButtonSize, ExtraButtonVariant };
|
|
@@ -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,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 };
|
|
@@ -0,0 +1,44 @@
|
|
|
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 ExtraCheckboxSize = 'small' | 'base' | 'large';
|
|
7
|
+
type ExtraCheckboxVariant = 'outlined' | 'filled';
|
|
8
|
+
type ExtraCheckboxChangeEvent = CheckboxChangeEvent;
|
|
9
|
+
declare class ExtraCheckboxComponent implements ControlValueAccessor {
|
|
10
|
+
value: any;
|
|
11
|
+
binary: boolean;
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
readonly: boolean;
|
|
14
|
+
indeterminate: boolean;
|
|
15
|
+
invalid: boolean;
|
|
16
|
+
size: ExtraCheckboxSize;
|
|
17
|
+
variant: ExtraCheckboxVariant;
|
|
18
|
+
checkboxIcon: string | undefined;
|
|
19
|
+
ariaLabel: string | undefined;
|
|
20
|
+
ariaLabelledBy: string | undefined;
|
|
21
|
+
tabindex: number | undefined;
|
|
22
|
+
inputId: string | undefined;
|
|
23
|
+
trueValue: any;
|
|
24
|
+
falseValue: any;
|
|
25
|
+
autofocus: boolean;
|
|
26
|
+
onChange: EventEmitter<CheckboxChangeEvent>;
|
|
27
|
+
onFocus: EventEmitter<Event>;
|
|
28
|
+
onBlur: EventEmitter<Event>;
|
|
29
|
+
modelValue: any;
|
|
30
|
+
private _onChange;
|
|
31
|
+
private _onTouched;
|
|
32
|
+
get primeSize(): 'small' | 'large' | undefined;
|
|
33
|
+
get primeVariant(): 'filled' | 'outlined' | undefined;
|
|
34
|
+
onChangeHandler(event: ExtraCheckboxChangeEvent): void;
|
|
35
|
+
writeValue(value: any): void;
|
|
36
|
+
registerOnChange(fn: (value: any) => void): void;
|
|
37
|
+
registerOnTouched(fn: () => void): void;
|
|
38
|
+
setDisabledState(isDisabled: boolean): void;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraCheckboxComponent, never>;
|
|
40
|
+
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>;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export { ExtraCheckboxComponent };
|
|
44
|
+
export type { ExtraCheckboxChangeEvent, ExtraCheckboxSize, ExtraCheckboxVariant };
|
|
@@ -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,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 };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, EventEmitter, Injector, Type } from '@angular/core';
|
|
3
|
+
import { DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
|
|
4
|
+
|
|
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
|
+
}
|
|
14
|
+
declare class ExtraDialogComponent {
|
|
15
|
+
header: string;
|
|
16
|
+
visible: boolean;
|
|
17
|
+
modal: boolean;
|
|
18
|
+
size: ExtraDialogSize;
|
|
19
|
+
dismissableMask: boolean;
|
|
20
|
+
closeOnEscape: boolean;
|
|
21
|
+
showHeader: boolean;
|
|
22
|
+
focusOnShow: boolean;
|
|
23
|
+
appendTo: string;
|
|
24
|
+
headerTemplate: TemplateRef<any> | null;
|
|
25
|
+
footerTemplate: TemplateRef<any> | null;
|
|
26
|
+
visibleChange: EventEmitter<boolean>;
|
|
27
|
+
get sizeClass(): string;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDialogComponent, never>;
|
|
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>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
type ExtraDynamicDialogConfig<DataType = any> = Omit<DynamicDialogConfig<DataType>, 'styleClass'> & {
|
|
33
|
+
size?: ExtraDialogSize;
|
|
34
|
+
styleClass?: string;
|
|
35
|
+
};
|
|
36
|
+
type ExtraDynamicDialogRef<T = any> = DynamicDialogRef<T>;
|
|
37
|
+
declare class ExtraDialogService {
|
|
38
|
+
private readonly injector;
|
|
39
|
+
constructor(injector: Injector);
|
|
40
|
+
open<T>(componentType: Type<T>, config?: ExtraDynamicDialogConfig): ExtraDynamicDialogRef<T> | null;
|
|
41
|
+
private toSizeClass;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraDialogService, never>;
|
|
43
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ExtraDialogService>;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export { ExtraDialogComponent, ExtraDialogFooterDirective, ExtraDialogHeaderDirective, ExtraDialogService };
|
|
47
|
+
export type { ExtraDialogSize, ExtraDynamicDialogConfig, ExtraDynamicDialogRef };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
type ExtraDividerLayout = 'horizontal' | 'vertical';
|
|
4
|
+
type ExtraDividerType = 'solid' | 'dashed' | 'dotted';
|
|
5
|
+
type ExtraDividerAlign = 'left' | 'center' | 'right' | 'top' | 'bottom';
|
|
6
|
+
declare class ExtraDividerComponent {
|
|
7
|
+
layout: ExtraDividerLayout;
|
|
8
|
+
type: ExtraDividerType;
|
|
9
|
+
align: ExtraDividerAlign;
|
|
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 { 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 };
|