@bootkit/ng0 0.0.0-alpha.3 → 0.0.0-alpha.30
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/common/index.d.ts +271 -7
- package/components/accordion/index.d.ts +1 -1
- package/components/backdrop/index.d.ts +12 -0
- package/components/button/index.d.ts +48 -0
- package/components/card/index.d.ts +27 -0
- package/components/code/index.d.ts +35 -0
- package/components/confirmation/index.d.ts +66 -0
- package/components/dropdown/index.d.ts +140 -0
- package/components/form-field/index.d.ts +24 -41
- package/components/list/index.d.ts +259 -0
- package/components/modal/index.d.ts +22 -4
- package/components/nav/index.d.ts +23 -19
- package/components/pagination/index.d.ts +35 -9
- package/components/popover/index.d.ts +1 -1
- package/components/select/index.d.ts +159 -0
- package/components/sidenav/index.d.ts +59 -0
- package/components/stepper/index.d.ts +26 -0
- package/components/table/index.d.ts +273 -0
- package/components/toast/index.d.ts +1 -1
- package/components/tooltip/index.d.ts +1 -1
- package/components/vertical-menu/index.d.ts +61 -0
- package/data/index.d.ts +145 -45
- package/date/index.d.ts +34 -0
- package/fesm2022/bootkit-ng0-common.mjs +295 -12
- package/fesm2022/bootkit-ng0-common.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-components-accordion.mjs +15 -15
- package/fesm2022/bootkit-ng0-components-accordion.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-components-backdrop.mjs +46 -0
- package/fesm2022/bootkit-ng0-components-backdrop.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-components-button.mjs +119 -0
- package/fesm2022/bootkit-ng0-components-button.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-components-card.mjs +62 -0
- package/fesm2022/bootkit-ng0-components-card.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-components-code.mjs +70 -0
- package/fesm2022/bootkit-ng0-components-code.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-components-collapse.mjs +16 -16
- package/fesm2022/bootkit-ng0-components-collapse.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-components-confirmation.mjs +167 -0
- package/fesm2022/bootkit-ng0-components-confirmation.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-components-dropdown.mjs +302 -0
- package/fesm2022/bootkit-ng0-components-dropdown.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-components-form-field.mjs +62 -84
- package/fesm2022/bootkit-ng0-components-form-field.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-components-list.mjs +563 -0
- package/fesm2022/bootkit-ng0-components-list.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-components-modal.mjs +41 -24
- package/fesm2022/bootkit-ng0-components-modal.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-components-nav.mjs +59 -60
- package/fesm2022/bootkit-ng0-components-nav.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-components-offcanvas.mjs +10 -10
- package/fesm2022/bootkit-ng0-components-offcanvas.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-components-overlay.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-components-pagination.mjs +59 -24
- package/fesm2022/bootkit-ng0-components-pagination.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-components-popover.mjs +11 -11
- package/fesm2022/bootkit-ng0-components-popover.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-components-select.mjs +446 -0
- package/fesm2022/bootkit-ng0-components-select.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-components-sidenav.mjs +153 -0
- package/fesm2022/bootkit-ng0-components-sidenav.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-components-stepper.mjs +91 -0
- package/fesm2022/bootkit-ng0-components-stepper.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-components-table.mjs +461 -0
- package/fesm2022/bootkit-ng0-components-table.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-components-toast.mjs +7 -7
- package/fesm2022/bootkit-ng0-components-toast.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-components-tooltip.mjs +9 -9
- package/fesm2022/bootkit-ng0-components-tooltip.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-components-vertical-menu.mjs +161 -0
- package/fesm2022/bootkit-ng0-components-vertical-menu.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-data.mjs +180 -90
- package/fesm2022/bootkit-ng0-data.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-date.mjs +50 -0
- package/fesm2022/bootkit-ng0-date.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-file.mjs +50 -0
- package/fesm2022/bootkit-ng0-file.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-form.mjs +514 -0
- package/fesm2022/bootkit-ng0-form.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-http.mjs +224 -176
- package/fesm2022/bootkit-ng0-http.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-layouts-layout1.mjs +138 -0
- package/fesm2022/bootkit-ng0-layouts-layout1.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-localization-locales.mjs +101 -0
- package/fesm2022/bootkit-ng0-localization-locales.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-localization.mjs +347 -105
- package/fesm2022/bootkit-ng0-localization.mjs.map +1 -1
- package/fesm2022/bootkit-ng0-platform-browser.mjs +51 -0
- package/fesm2022/bootkit-ng0-platform-browser.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-routing.mjs +80 -0
- package/fesm2022/bootkit-ng0-routing.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-script.mjs +59 -0
- package/fesm2022/bootkit-ng0-script.mjs.map +1 -0
- package/fesm2022/bootkit-ng0-security.mjs +18 -16
- package/fesm2022/bootkit-ng0-security.mjs.map +1 -1
- package/file/index.d.ts +22 -0
- package/form/index.d.ts +127 -0
- package/http/index.d.ts +138 -37
- package/layouts/layout1/index.d.ts +92 -0
- package/localization/index.d.ts +180 -41
- package/localization/locales/index.d.ts +7 -0
- package/package.json +95 -15
- package/platform/browser/index.d.ts +22 -0
- package/routing/index.d.ts +124 -0
- package/script/index.d.ts +27 -0
- package/security/index.d.ts +3 -9
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import * as _bootkit_ng0_localization from '@bootkit/ng0/localization';
|
|
2
|
+
import * as _bootkit_ng0_common from '@bootkit/ng0/common';
|
|
3
|
+
import * as _angular_core from '@angular/core';
|
|
4
|
+
import { ElementRef, TemplateRef, EventEmitter } from '@angular/core';
|
|
5
|
+
import { DataSource, DataSourceLike } from '@bootkit/ng0/data';
|
|
6
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
7
|
+
import { FlexibleConnectedPositionStrategy, ScrollStrategy } from '@angular/cdk/overlay';
|
|
8
|
+
import { ListItemSelectEvent } from '@bootkit/ng0/components/list';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Select component that allows users to choose an option from a dropdown list.
|
|
12
|
+
*/
|
|
13
|
+
declare class SelectComponent implements ControlValueAccessor {
|
|
14
|
+
private _viewpoerRulerSubscription?;
|
|
15
|
+
private _filterElementRef?;
|
|
16
|
+
private _listComponent?;
|
|
17
|
+
private _changeCallback;
|
|
18
|
+
private _touchCallback;
|
|
19
|
+
protected readonly _sourceItems: _angular_core.WritableSignal<any[] | undefined>;
|
|
20
|
+
protected readonly _selectedItems: Set<any>;
|
|
21
|
+
protected readonly _isDisabled: _angular_core.WritableSignal<boolean>;
|
|
22
|
+
protected _positionStrategy: FlexibleConnectedPositionStrategy;
|
|
23
|
+
protected _scrollStrategy: ScrollStrategy;
|
|
24
|
+
private _overlay;
|
|
25
|
+
private _localizationService;
|
|
26
|
+
protected _elementRef: ElementRef<any>;
|
|
27
|
+
protected readonly _filterValue: _angular_core.WritableSignal<string>;
|
|
28
|
+
private _renderer;
|
|
29
|
+
private _viewportRuler;
|
|
30
|
+
private _changeDetectorRef;
|
|
31
|
+
private readonly _value;
|
|
32
|
+
/**
|
|
33
|
+
* Template for rendering each item in the select component.
|
|
34
|
+
*/
|
|
35
|
+
itemTemplate?: TemplateRef<any>;
|
|
36
|
+
/**
|
|
37
|
+
* The data source for the select component.
|
|
38
|
+
* This can be an array of data, a function that returns an observable of data,
|
|
39
|
+
* or an instance of DataSource.
|
|
40
|
+
*/
|
|
41
|
+
readonly source: _angular_core.InputSignalWithTransform<DataSource<any>, DataSourceLike<any>>;
|
|
42
|
+
/**
|
|
43
|
+
* Indicates whether multi selection is enabled or not.
|
|
44
|
+
*/
|
|
45
|
+
readonly multiple: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
46
|
+
/**
|
|
47
|
+
* Indicates whether to show selection indicator (checkbox/radio) next to each item.
|
|
48
|
+
* Default is false.
|
|
49
|
+
*/
|
|
50
|
+
readonly showSelectionIndicator: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
51
|
+
/**
|
|
52
|
+
* Indicates whether the dropdown is open or closed.
|
|
53
|
+
*/
|
|
54
|
+
readonly open: _angular_core.ModelSignal<boolean>;
|
|
55
|
+
/**
|
|
56
|
+
* A comparer to compare items for selection.
|
|
57
|
+
*/
|
|
58
|
+
readonly compareBy: _angular_core.InputSignalWithTransform<_bootkit_ng0_common.EqualityComparer, _bootkit_ng0_common.EqualityComparerLike>;
|
|
59
|
+
/**
|
|
60
|
+
* A fromatter to convert each item to a string for display.
|
|
61
|
+
*/
|
|
62
|
+
readonly formatBy: _angular_core.InputSignalWithTransform<_bootkit_ng0_localization.ObjectFormatter, _bootkit_ng0_localization.ObjectFormatterLike>;
|
|
63
|
+
/**
|
|
64
|
+
* Custom value writer to extract the value of any object while writing values.
|
|
65
|
+
*/
|
|
66
|
+
readonly writeBy: _angular_core.InputSignalWithTransform<_bootkit_ng0_common.ValueWriter, _bootkit_ng0_common.ValueWriterLike>;
|
|
67
|
+
/**
|
|
68
|
+
* Indicates whether the select component is filterable.
|
|
69
|
+
*/
|
|
70
|
+
readonly filterable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
71
|
+
/**
|
|
72
|
+
* Custom filter function to filter items based on a filter value.
|
|
73
|
+
* Default checks if the item contains the filter value (case-insensitive).
|
|
74
|
+
*/
|
|
75
|
+
readonly filterBy: _angular_core.InputSignalWithTransform<_bootkit_ng0_common.FilterPredicate, _bootkit_ng0_common.FilterPredicateLike>;
|
|
76
|
+
/**
|
|
77
|
+
* Placeholder text for the filter input field.
|
|
78
|
+
*/
|
|
79
|
+
readonly filterPlaceholder: _angular_core.InputSignal<string | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* CSS class or classes to apply to the items.
|
|
82
|
+
*/
|
|
83
|
+
readonly itemClass: _angular_core.InputSignalWithTransform<_bootkit_ng0_common.CssClassGetter | undefined, _bootkit_ng0_common.CssClassLike>;
|
|
84
|
+
/**
|
|
85
|
+
* A function that generates unique ids for each item in the list.
|
|
86
|
+
* If set to a function, it will be called with the item as an argument to generate the id.
|
|
87
|
+
* If set to undefined, no ids will be generated for the items.
|
|
88
|
+
* @default undefined
|
|
89
|
+
*/
|
|
90
|
+
readonly idGenerator: _angular_core.InputSignalWithTransform<_bootkit_ng0_common.IdGenerator | undefined, _bootkit_ng0_common.IdGeneratorLike>;
|
|
91
|
+
/**
|
|
92
|
+
* Event emitted when the selected value changes.
|
|
93
|
+
*/
|
|
94
|
+
readonly valueChange: EventEmitter<SelectItemEvent>;
|
|
95
|
+
constructor();
|
|
96
|
+
/**
|
|
97
|
+
* Indicates whether the given value is selected.
|
|
98
|
+
* @param item
|
|
99
|
+
* @returns
|
|
100
|
+
*/
|
|
101
|
+
isSelected(value: any): boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Selects the given value.
|
|
104
|
+
* @param item
|
|
105
|
+
*/
|
|
106
|
+
select(value: any): void;
|
|
107
|
+
/**
|
|
108
|
+
* Deselects the given value.
|
|
109
|
+
* @param item
|
|
110
|
+
*/
|
|
111
|
+
deselect(value: any): void;
|
|
112
|
+
/**
|
|
113
|
+
* Toggles the selection state of the given value.
|
|
114
|
+
* @param item
|
|
115
|
+
*/
|
|
116
|
+
toggle(value: any): void;
|
|
117
|
+
writeValue(obj: any): void;
|
|
118
|
+
registerOnChange(fn: any): void;
|
|
119
|
+
registerOnTouched(fn: any): void;
|
|
120
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
121
|
+
private _findAndSelectItems;
|
|
122
|
+
private _updateValue;
|
|
123
|
+
protected _onOverlayAttach(): void;
|
|
124
|
+
protected _onOverlayDetach(): void;
|
|
125
|
+
protected _onListSelectionChange(e: ListItemSelectEvent): void;
|
|
126
|
+
protected _filterPredicate: _angular_core.Signal<(item: any) => boolean>;
|
|
127
|
+
protected _onFilterKeydown(e: KeyboardEvent): void;
|
|
128
|
+
private _listenToResizeEvents;
|
|
129
|
+
private _unlistenFromResizeEvents;
|
|
130
|
+
private _onHostKeydown;
|
|
131
|
+
private _onHostClick;
|
|
132
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SelectComponent, never>;
|
|
133
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SelectComponent, "ng0-select", ["ng0Select"], { "source": { "alias": "source"; "required": true; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "showSelectionIndicator": { "alias": "showSelectionIndicator"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "compareBy": { "alias": "compareBy"; "required": false; "isSignal": true; }; "formatBy": { "alias": "formatBy"; "required": false; "isSignal": true; }; "writeBy": { "alias": "writeBy"; "required": false; "isSignal": true; }; "filterable": { "alias": "filterable"; "required": false; "isSignal": true; }; "filterBy": { "alias": "filterBy"; "required": false; "isSignal": true; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; "isSignal": true; }; "itemClass": { "alias": "itemClass"; "required": false; "isSignal": true; }; "idGenerator": { "alias": "idGenerator"; "required": false; "isSignal": true; }; }, { "open": "openChange"; "valueChange": "valueChange"; }, ["itemTemplate"], never, true, never>;
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Event emitted when the selection state of the select component changes by user interaction.
|
|
137
|
+
*/
|
|
138
|
+
interface SelectItemEvent {
|
|
139
|
+
/**
|
|
140
|
+
* The value of the item that was selected or deselected.
|
|
141
|
+
*/
|
|
142
|
+
value: any;
|
|
143
|
+
/**
|
|
144
|
+
* The select component that emitted the event.
|
|
145
|
+
*/
|
|
146
|
+
readonly select: SelectComponent;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Select module.
|
|
151
|
+
*/
|
|
152
|
+
declare class SelectModule {
|
|
153
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SelectModule, never>;
|
|
154
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SelectModule, never, [typeof SelectComponent], [typeof SelectComponent]>;
|
|
155
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<SelectModule>;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
export { SelectComponent, SelectModule };
|
|
159
|
+
export type { SelectItemEvent };
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { OnInit, OnDestroy, EventEmitter, ViewContainerRef, ElementRef, Renderer2, QueryList } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
type SidenavMode = 'push' | 'over';
|
|
5
|
+
type SidenavPosition = 'start' | 'end';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* This component is used to display a sidenav panel.
|
|
9
|
+
* It can be positioned on the left or right side of the screen.
|
|
10
|
+
* It can be opened or closed and can have a backdrop.
|
|
11
|
+
*/
|
|
12
|
+
declare class SidenavComponent implements OnInit, OnDestroy {
|
|
13
|
+
private _vcr;
|
|
14
|
+
private _elmentRef;
|
|
15
|
+
private _renderer;
|
|
16
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
17
|
+
mode: _angular_core.InputSignal<SidenavMode>;
|
|
18
|
+
hasBackdrop: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
19
|
+
zIndex: _angular_core.InputSignal<number | undefined>;
|
|
20
|
+
position: _angular_core.InputSignal<SidenavPosition>;
|
|
21
|
+
sidenavWidth: _angular_core.InputSignal<number>;
|
|
22
|
+
fixedInViewport: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
23
|
+
backdropClick: EventEmitter<MouseEvent>;
|
|
24
|
+
private _backdropRef?;
|
|
25
|
+
private _backdropClickHandlerUnlisten?;
|
|
26
|
+
constructor(_vcr: ViewContainerRef, _elmentRef: ElementRef, _renderer: Renderer2);
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
private _createBackdrop;
|
|
29
|
+
private _destroyBackdrop;
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SidenavComponent, never>;
|
|
32
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidenavComponent, "ng0-sidenav", never, { "open": { "alias": "open"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; "isSignal": true; }; "zIndex": { "alias": "zIndex"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "sidenavWidth": { "alias": "sidenavWidth"; "required": true; "isSignal": true; }; "fixedInViewport": { "alias": "fixedInViewport"; "required": false; "isSignal": true; }; }, { "backdropClick": "backdropClick"; }, never, ["*"], true, never>;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* This component is used to contain multiple sidenav components and manage their layout.
|
|
37
|
+
*/
|
|
38
|
+
declare class SidenavContainerComponent implements OnInit {
|
|
39
|
+
backdropClick: EventEmitter<any>;
|
|
40
|
+
protected _sidenavs: QueryList<SidenavComponent>;
|
|
41
|
+
protected _contentPaddingStart: _angular_core.Signal<string>;
|
|
42
|
+
protected _contentPaddingEnd: _angular_core.Signal<string>;
|
|
43
|
+
constructor();
|
|
44
|
+
ngOnInit(): void;
|
|
45
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SidenavContainerComponent, never>;
|
|
46
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidenavContainerComponent, "ng0-sidenav-container", never, {}, { "backdropClick": "backdropClick"; }, ["_sidenavs"], ["*"], true, never>;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* This module is used to contain the sidenav components and provide their functionality.
|
|
51
|
+
*/
|
|
52
|
+
declare class SidenavModule {
|
|
53
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SidenavModule, never>;
|
|
54
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SidenavModule, never, [typeof SidenavContainerComponent, typeof SidenavComponent], [typeof SidenavContainerComponent, typeof SidenavComponent]>;
|
|
55
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<SidenavModule>;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export { SidenavComponent, SidenavContainerComponent, SidenavModule };
|
|
59
|
+
export type { SidenavMode, SidenavPosition };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, QueryList } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class StepDirective {
|
|
5
|
+
readonly templateRef: TemplateRef<any>;
|
|
6
|
+
id: i0.InputSignal<any>;
|
|
7
|
+
constructor(templateRef: TemplateRef<any>);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StepDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StepDirective, "[ng0Step]", ["ng0Step"], { "id": { "alias": "iscStep"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
declare class StepperComponent {
|
|
13
|
+
step: i0.ModelSignal<any>;
|
|
14
|
+
protected _steps: QueryList<StepDirective>;
|
|
15
|
+
constructor();
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "ng0-stepper", ["ng0Stepper"], { "step": { "alias": "step"; "required": true; "isSignal": true; }; }, { "step": "stepChange"; }, ["_steps"], never, true, never>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
declare class StepperModule {
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StepperModule, never>;
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, never, [typeof StepperComponent, typeof StepDirective], [typeof StepperComponent, typeof StepDirective]>;
|
|
23
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<StepperModule>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { StepDirective, StepperComponent, StepperModule };
|
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { OnInit, TemplateRef, AfterContentInit, OnDestroy, QueryList, DestroyRef } from '@angular/core';
|
|
3
|
+
import { formatString } from '@bootkit/ng0/common';
|
|
4
|
+
import { LocalizationService, TableComponentPagingFormatter } from '@bootkit/ng0/localization';
|
|
5
|
+
import { DataSourceLike, DataResult, DataRequest, DataSource } from '@bootkit/ng0/data';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Options for configuring the table's paging behavior.
|
|
9
|
+
*/
|
|
10
|
+
interface TablePagingOptions {
|
|
11
|
+
/**
|
|
12
|
+
* If true, the table will show pagination controls at the bottom.
|
|
13
|
+
* This will allow users to navigate between pages of data.
|
|
14
|
+
* Default is true.
|
|
15
|
+
*/
|
|
16
|
+
showPagingControls?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Initial page index to load when the table is initialized.
|
|
19
|
+
* This is only used if pagable is true.
|
|
20
|
+
* The index starts from 1.
|
|
21
|
+
* Default is 1.
|
|
22
|
+
*/
|
|
23
|
+
pageIndex?: number;
|
|
24
|
+
pageSize?: number;
|
|
25
|
+
/**
|
|
26
|
+
* Array of page size options to display in the page size selector.
|
|
27
|
+
* If not provided, the default page size options will be used.
|
|
28
|
+
*/
|
|
29
|
+
pageSizeOptions?: number[];
|
|
30
|
+
/**
|
|
31
|
+
* If true, the table will show a page size selector.
|
|
32
|
+
*/
|
|
33
|
+
showPageSizeOptions?: boolean;
|
|
34
|
+
showPageSizeSelectorLabel?: boolean;
|
|
35
|
+
showNextPreviousButtons?: boolean;
|
|
36
|
+
showFirstLastButtons?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Maximum number of visible pages.
|
|
39
|
+
* Default is 10.
|
|
40
|
+
*/
|
|
41
|
+
maxVisiblePages?: number;
|
|
42
|
+
/**
|
|
43
|
+
* If true, the table will show paging info at the bottom.
|
|
44
|
+
* This will show the number of records displayed and total records.
|
|
45
|
+
*/
|
|
46
|
+
showPagingInfo?: boolean;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Type of the table cell.
|
|
50
|
+
* This can be a primitive type like 'number', 'currency', 'date', 'time',
|
|
51
|
+
* or an object with specific formatting options.
|
|
52
|
+
*/
|
|
53
|
+
type TableCellType = 'text' | 'number' | 'currency' | 'date' | 'time' | {
|
|
54
|
+
/** Enum formatting options */
|
|
55
|
+
enum?: {
|
|
56
|
+
/** The name of the enum to use for translation */
|
|
57
|
+
name: string;
|
|
58
|
+
fallback?: string;
|
|
59
|
+
};
|
|
60
|
+
/** Boolean formatting options */
|
|
61
|
+
boolean?: {
|
|
62
|
+
false?: string;
|
|
63
|
+
true?: string;
|
|
64
|
+
};
|
|
65
|
+
currency?: {};
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
declare class TableColumnDirective implements OnInit {
|
|
69
|
+
/**
|
|
70
|
+
* The field in the data source to bind to. If not set, the column will not display any data.
|
|
71
|
+
*/
|
|
72
|
+
field: _angular_core.InputSignal<string | undefined>;
|
|
73
|
+
/**
|
|
74
|
+
* The title of the column. This will be displayed in the header row.
|
|
75
|
+
*/
|
|
76
|
+
title: _angular_core.InputSignal<string | undefined>;
|
|
77
|
+
/**
|
|
78
|
+
* Text to display in the cell if the value is null or undefined.
|
|
79
|
+
*/
|
|
80
|
+
emptyCellText: _angular_core.InputSignal<string | undefined>;
|
|
81
|
+
/**
|
|
82
|
+
* Type of the table cell.
|
|
83
|
+
*/
|
|
84
|
+
type: _angular_core.InputSignal<TableCellType>;
|
|
85
|
+
/**
|
|
86
|
+
* CSS class(es) to apply to the table cell.
|
|
87
|
+
*/
|
|
88
|
+
cellClass: _angular_core.InputSignal<string | {
|
|
89
|
+
[klass: string]: any;
|
|
90
|
+
} | string[] | null | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* @deprecated Use `cellClass` instead.
|
|
93
|
+
*/
|
|
94
|
+
bold: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
95
|
+
/**
|
|
96
|
+
* @deprecated Use `cellClass` instead.
|
|
97
|
+
*/
|
|
98
|
+
shrink: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
99
|
+
/**
|
|
100
|
+
* If true, the column will support filtering.
|
|
101
|
+
*/
|
|
102
|
+
filterable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
103
|
+
/**
|
|
104
|
+
* The current filter value of the column.
|
|
105
|
+
*/
|
|
106
|
+
filterValue: _angular_core.ModelSignal<any>;
|
|
107
|
+
/**
|
|
108
|
+
* The field to use for filtering. If not set, the `field` property will be used.
|
|
109
|
+
* @deprecated Use `fieldName` instead.
|
|
110
|
+
*/
|
|
111
|
+
filterField: _angular_core.InputSignal<string | undefined>;
|
|
112
|
+
/**
|
|
113
|
+
* The current filter operator of the column.
|
|
114
|
+
*/
|
|
115
|
+
filterOperator: _angular_core.ModelSignal<string | undefined>;
|
|
116
|
+
/**
|
|
117
|
+
* The list of filter operators to show in the filter dropdown. If not set, a default list will be used based on the column type.
|
|
118
|
+
*/
|
|
119
|
+
filterOperators: _angular_core.InputSignal<string[] | undefined>;
|
|
120
|
+
/**
|
|
121
|
+
* If true, the filter operators dropdown will be shown.
|
|
122
|
+
*/
|
|
123
|
+
showFilterOperators: _angular_core.WritableSignal<boolean>;
|
|
124
|
+
/**
|
|
125
|
+
* The name of the field in the data source. If not set, the `field` property will be used.
|
|
126
|
+
*/
|
|
127
|
+
fieldName: _angular_core.InputSignal<string | undefined>;
|
|
128
|
+
/**
|
|
129
|
+
* If true, the column will support sorting.
|
|
130
|
+
*/
|
|
131
|
+
sortable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
132
|
+
/**
|
|
133
|
+
* The current sort direction of the column.
|
|
134
|
+
*/
|
|
135
|
+
sortDirection: _angular_core.ModelSignal<"none" | "asc" | "desc">;
|
|
136
|
+
template?: TemplateRef<any>;
|
|
137
|
+
constructor();
|
|
138
|
+
ngOnInit(): void;
|
|
139
|
+
/**
|
|
140
|
+
* Get the list of filter operators to show in the filter dropdown.
|
|
141
|
+
*/
|
|
142
|
+
getFilterOperators(): string[];
|
|
143
|
+
/**
|
|
144
|
+
* Toggle the sort direction of the column.
|
|
145
|
+
* @returns void
|
|
146
|
+
*/
|
|
147
|
+
toggleSortDirection(): void;
|
|
148
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableColumnDirective, never>;
|
|
149
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TableColumnDirective, "ng0-table-col", never, { "field": { "alias": "field"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "emptyCellText": { "alias": "emptyCellText"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "cellClass": { "alias": "cellClass"; "required": false; "isSignal": true; }; "bold": { "alias": "bold"; "required": false; "isSignal": true; }; "shrink": { "alias": "shrink"; "required": false; "isSignal": true; }; "filterable": { "alias": "filterable"; "required": false; "isSignal": true; }; "filterValue": { "alias": "filterValue"; "required": false; "isSignal": true; }; "filterField": { "alias": "filterField"; "required": false; "isSignal": true; }; "filterOperator": { "alias": "filterOperator"; "required": false; "isSignal": true; }; "filterOperators": { "alias": "filterOperators"; "required": false; "isSignal": true; }; "fieldName": { "alias": "fieldName"; "required": false; "isSignal": true; }; "sortable": { "alias": "sortable"; "required": false; "isSignal": true; }; "sortDirection": { "alias": "sortDirection"; "required": false; "isSignal": true; }; }, { "filterValue": "filterValueChange"; "filterOperator": "filterOperatorChange"; "sortDirection": "sortDirectionChange"; }, ["template"], never, true, never>;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
declare class TableDetailRowDirective {
|
|
153
|
+
readonly templateRef: TemplateRef<any>;
|
|
154
|
+
showCallback?: (row: any) => boolean;
|
|
155
|
+
constructor(templateRef: TemplateRef<any>);
|
|
156
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableDetailRowDirective, never>;
|
|
157
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TableDetailRowDirective, "[ng0-table-detail-row]", never, { "showCallback": { "alias": "showCallback"; "required": false; }; }, {}, never, never, true, never>;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* A generic table component that can display data in a tabular format.
|
|
162
|
+
* It supports features like pagination, sorting, filtering, and row details.
|
|
163
|
+
* It can be used with any data source that implements the DataSource interface.
|
|
164
|
+
*/
|
|
165
|
+
declare class TableComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
166
|
+
protected _ls: LocalizationService;
|
|
167
|
+
private _destroyRef;
|
|
168
|
+
/**
|
|
169
|
+
* The data source for the table.
|
|
170
|
+
* This can be an array of data, a function that returns an observable of data,
|
|
171
|
+
* or an instance of DataSource.
|
|
172
|
+
*/
|
|
173
|
+
source: _angular_core.InputSignal<DataSourceLike<any>>;
|
|
174
|
+
/**
|
|
175
|
+
* If true, the table will automatically load data when initialized.
|
|
176
|
+
* This is useful for tables that need to display data immediately without user interaction.
|
|
177
|
+
*/
|
|
178
|
+
autoLoad: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
179
|
+
/**
|
|
180
|
+
* If true, the table will show row numbers.
|
|
181
|
+
* This will add a column to the left of the table with the row numbers.
|
|
182
|
+
*/
|
|
183
|
+
showRowNumbers: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
184
|
+
/**
|
|
185
|
+
* If true, the table will show the header row.
|
|
186
|
+
*/
|
|
187
|
+
showHeader: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
188
|
+
/**
|
|
189
|
+
* If true, the table will support pagination.
|
|
190
|
+
* If false, the table will load all records at once.
|
|
191
|
+
*/
|
|
192
|
+
pageable: _angular_core.InputSignalWithTransform<TablePagingOptions | undefined, boolean | TablePagingOptions>;
|
|
193
|
+
/**
|
|
194
|
+
* If true, the table will support sorting.
|
|
195
|
+
* This will add a sort icon to each column header.
|
|
196
|
+
*/
|
|
197
|
+
sortable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
198
|
+
/**
|
|
199
|
+
* The CSS class to apply to the table element.
|
|
200
|
+
* This can be used to apply custom styles to the table.
|
|
201
|
+
*/
|
|
202
|
+
tableClass: _angular_core.InputSignal<string | string[] | undefined>;
|
|
203
|
+
/**
|
|
204
|
+
* The CSS class to apply to the header element.
|
|
205
|
+
*/
|
|
206
|
+
headerClass: _angular_core.InputSignal<string | undefined>;
|
|
207
|
+
/**
|
|
208
|
+
* The caption of the table.
|
|
209
|
+
*/
|
|
210
|
+
caption: _angular_core.InputSignal<string | undefined>;
|
|
211
|
+
/**
|
|
212
|
+
* The height of the table in pixels.
|
|
213
|
+
* This can be used to set a fixed height for the table.
|
|
214
|
+
*/
|
|
215
|
+
height: _angular_core.InputSignal<number | undefined>;
|
|
216
|
+
/**
|
|
217
|
+
* If true, the table will support filtering.
|
|
218
|
+
* This will add a filter input to each column header.
|
|
219
|
+
*/
|
|
220
|
+
filterable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
221
|
+
/**
|
|
222
|
+
* The indicator to show while the table is loading data for the first time.
|
|
223
|
+
*/
|
|
224
|
+
loadingIndicator: _angular_core.InputSignalWithTransform<"none" | "simple" | "spinner", boolean | "none" | "simple" | "spinner">;
|
|
225
|
+
/** If true, the table will show a loading cover while data is being loaded.
|
|
226
|
+
* This can be used to prevent user interaction with the table while loading.
|
|
227
|
+
* This cover is not displayed when the table is loading for the first time.
|
|
228
|
+
* Instead, the table will show a loading based on loadingIndicator settings.
|
|
229
|
+
*/
|
|
230
|
+
loadingCover: _angular_core.InputSignalWithTransform<"none" | "simple" | "spinner", boolean | "none" | "simple" | "spinner">;
|
|
231
|
+
protected _columns: QueryList<TableColumnDirective>;
|
|
232
|
+
protected _detailRow?: TableDetailRowDirective;
|
|
233
|
+
protected _dataResult: _angular_core.WritableSignal<DataResult<any> | undefined>;
|
|
234
|
+
protected _lastRequest?: DataRequest;
|
|
235
|
+
protected _loadingRequest?: DataRequest;
|
|
236
|
+
protected _rowStates: Map<any, {
|
|
237
|
+
expanded: boolean;
|
|
238
|
+
}>;
|
|
239
|
+
protected _formatString: typeof formatString;
|
|
240
|
+
private _changeSubscription?;
|
|
241
|
+
protected _dataSource: DataSource;
|
|
242
|
+
protected _pagingFormatter: TableComponentPagingFormatter;
|
|
243
|
+
protected _lastError?: any;
|
|
244
|
+
constructor(_ls: LocalizationService, _destroyRef: DestroyRef);
|
|
245
|
+
ngOnInit(): void;
|
|
246
|
+
ngAfterContentInit(): void;
|
|
247
|
+
/**
|
|
248
|
+
* Load data for the specified page index (optional).
|
|
249
|
+
* @param pageIndex The page index to load.
|
|
250
|
+
*/
|
|
251
|
+
load(pageIndex?: number): void;
|
|
252
|
+
/**
|
|
253
|
+
* Determines if the table is currently loading data.
|
|
254
|
+
*/
|
|
255
|
+
get isLoading(): _angular_core.Signal<boolean>;
|
|
256
|
+
protected _getCellValue(row: any, col: TableColumnDirective): any;
|
|
257
|
+
protected _onPageChange(pageIndex: number): void;
|
|
258
|
+
protected _onToggleRowDetailClick(row: any): void;
|
|
259
|
+
protected isRowExpanded(row: any): boolean;
|
|
260
|
+
protected _onToggleFilterOperator(col: TableColumnDirective): void;
|
|
261
|
+
protected _onSelectFilterOperator(col: TableColumnDirective, filterOperator: string): void;
|
|
262
|
+
ngOnDestroy(): void;
|
|
263
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
264
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableComponent, "ng0-table", ["ng0Table"], { "source": { "alias": "source"; "required": true; "isSignal": true; }; "autoLoad": { "alias": "autoLoad"; "required": false; "isSignal": true; }; "showRowNumbers": { "alias": "showRowNumbers"; "required": false; "isSignal": true; }; "showHeader": { "alias": "showHeader"; "required": false; "isSignal": true; }; "pageable": { "alias": "pageable"; "required": false; "isSignal": true; }; "sortable": { "alias": "sortable"; "required": false; "isSignal": true; }; "tableClass": { "alias": "tableClass"; "required": false; "isSignal": true; }; "headerClass": { "alias": "headerClass"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "filterable": { "alias": "filterable"; "required": false; "isSignal": true; }; "loadingIndicator": { "alias": "loadingIndicator"; "required": false; "isSignal": true; }; "loadingCover": { "alias": "loadingCover"; "required": false; "isSignal": true; }; }, {}, ["_detailRow", "_columns"], ["paging-first", "paging-last", "paging-next", "paging-previous", "paging-info"], true, never>;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
declare class TableModule {
|
|
268
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableModule, never>;
|
|
269
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<TableModule, never, [typeof TableComponent, typeof TableColumnDirective, typeof TableDetailRowDirective], [typeof TableComponent, typeof TableColumnDirective, typeof TableDetailRowDirective]>;
|
|
270
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<TableModule>;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
export { TableColumnDirective, TableComponent, TableDetailRowDirective, TableModule };
|
|
@@ -89,7 +89,7 @@ declare class ToastRef {
|
|
|
89
89
|
declare class ToastService {
|
|
90
90
|
private _overlayService;
|
|
91
91
|
private _injector;
|
|
92
|
-
private _toastRef
|
|
92
|
+
private _toastRef?;
|
|
93
93
|
constructor(_overlayService: Overlay, _injector: Injector);
|
|
94
94
|
open(body: string, header?: string, style?: string): ToastRef;
|
|
95
95
|
open(config: ToastConfig): ToastRef;
|
|
@@ -10,7 +10,7 @@ declare class TooltipDirective implements OnInit, OnDestroy {
|
|
|
10
10
|
private elementRef;
|
|
11
11
|
private destroyRef;
|
|
12
12
|
private viewRef;
|
|
13
|
-
content: _angular_core.InputSignal<string | TemplateRef<any
|
|
13
|
+
content: _angular_core.InputSignal<string | TemplateRef<any> | null | undefined>;
|
|
14
14
|
placement: _angular_core.InputSignal<TooltipPlacement>;
|
|
15
15
|
private portal;
|
|
16
16
|
private overlayRef?;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, Renderer2, ElementRef } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class VerticalMenuArrowDirective {
|
|
5
|
+
readonly templateRef: TemplateRef<any>;
|
|
6
|
+
constructor(templateRef: TemplateRef<any>);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VerticalMenuArrowDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<VerticalMenuArrowDirective, "[ng0VerticalMenuArrow], [ng0VmenuArrow]", ["ng0VerticalMenuArrow"], {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
declare class VerticalMenuComponent {
|
|
12
|
+
toggleByItemClick: i0.InputSignal<boolean>;
|
|
13
|
+
collapseTimings: i0.InputSignal<string | number>;
|
|
14
|
+
readonly arrowDirective?: VerticalMenuArrowDirective;
|
|
15
|
+
constructor();
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VerticalMenuComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VerticalMenuComponent, "ng0-vertical-menu, ng0-vmenu", never, { "toggleByItemClick": { "alias": "toggleByItemClick"; "required": false; "isSignal": true; }; "collapseTimings": { "alias": "collapseTimings"; "required": false; "isSignal": true; }; }, {}, ["arrowDirective"], ["*"], true, never>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
declare class VerticalMenuItemChildrenComponent {
|
|
21
|
+
menuItem: VerticalMenuItemComponent;
|
|
22
|
+
protected _menu: VerticalMenuComponent;
|
|
23
|
+
expanded: i0.ModelSignal<boolean>;
|
|
24
|
+
protected _items?: VerticalMenuItemComponent;
|
|
25
|
+
constructor(menuItem: VerticalMenuItemComponent, _menu: VerticalMenuComponent);
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VerticalMenuItemChildrenComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VerticalMenuItemChildrenComponent, "ng0-vertical-menu-item-children, ng0-vmenu-item-children, ng0-vmenu-children", ["ng0VmenuItemChildren"], { "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; }, { "expanded": "expandedChange"; }, ["_items"], ["*"], true, never>;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
declare class VerticalMenuItemComponent {
|
|
31
|
+
private _renderer;
|
|
32
|
+
private _el;
|
|
33
|
+
protected _menu: VerticalMenuComponent;
|
|
34
|
+
toggleByClick: i0.InputSignal<boolean>;
|
|
35
|
+
active: i0.ModelSignal<boolean>;
|
|
36
|
+
readonly children?: VerticalMenuItemChildrenComponent;
|
|
37
|
+
constructor(_renderer: Renderer2, _el: ElementRef, _menu: VerticalMenuComponent);
|
|
38
|
+
get hasChildren(): boolean;
|
|
39
|
+
get isExpanded(): boolean;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VerticalMenuItemComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VerticalMenuItemComponent, "ng0-vertical-menu-item, ng0-vmenu-item", never, { "toggleByClick": { "alias": "toggleByClick"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; }, { "active": "activeChange"; }, ["children"], ["*"], true, never>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
declare class VerticalMenuItemContentComponent {
|
|
45
|
+
menuItem: VerticalMenuItemComponent;
|
|
46
|
+
private _renderer;
|
|
47
|
+
private _el;
|
|
48
|
+
protected _menu: VerticalMenuComponent;
|
|
49
|
+
constructor(menuItem: VerticalMenuItemComponent, _renderer: Renderer2, _el: ElementRef, _menu: VerticalMenuComponent);
|
|
50
|
+
private _onClick;
|
|
51
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VerticalMenuItemContentComponent, never>;
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VerticalMenuItemContentComponent, "ng0-vertical-menu-item-content, ng0-vmenu-item-content, ng0-vmenu-content", never, {}, {}, never, ["*"], true, never>;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
declare class VerticalMenuModule {
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VerticalMenuModule, never>;
|
|
57
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<VerticalMenuModule, never, [typeof VerticalMenuComponent, typeof VerticalMenuItemComponent, typeof VerticalMenuItemChildrenComponent, typeof VerticalMenuItemContentComponent, typeof VerticalMenuArrowDirective], [typeof VerticalMenuComponent, typeof VerticalMenuItemComponent, typeof VerticalMenuItemChildrenComponent, typeof VerticalMenuItemContentComponent, typeof VerticalMenuArrowDirective]>;
|
|
58
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<VerticalMenuModule>;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export { VerticalMenuArrowDirective, VerticalMenuComponent, VerticalMenuItemChildrenComponent, VerticalMenuItemComponent, VerticalMenuItemContentComponent, VerticalMenuModule };
|