@agnos-ui/angular-bootstrap 0.8.0 → 0.9.0-next.0
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/fesm2022/agnos-ui-angular-bootstrap.mjs +154 -92
- package/fesm2022/agnos-ui-angular-bootstrap.mjs.map +1 -1
- package/index.d.ts +6450 -40
- package/package.json +5 -5
- package/agnos-ui-angular.module.d.ts +0 -20
- package/components/accordion/accordion.component.d.ts +0 -257
- package/components/accordion/accordion.gen.d.ts +0 -442
- package/components/accordion/index.d.ts +0 -2
- package/components/alert/alert.component.d.ts +0 -140
- package/components/alert/alert.gen.d.ts +0 -191
- package/components/alert/index.d.ts +0 -2
- package/components/carousel/carousel.component.d.ts +0 -205
- package/components/carousel/carousel.gen.d.ts +0 -358
- package/components/carousel/index.d.ts +0 -2
- package/components/collapse/collapse.component.d.ts +0 -83
- package/components/collapse/collapse.gen.d.ts +0 -150
- package/components/collapse/index.d.ts +0 -2
- package/components/modal/index.d.ts +0 -3
- package/components/modal/modal.component.d.ts +0 -220
- package/components/modal/modal.gen.d.ts +0 -355
- package/components/modal/modal.service.d.ts +0 -21
- package/components/pagination/index.d.ts +0 -2
- package/components/pagination/pagination.component.d.ts +0 -379
- package/components/pagination/pagination.gen.d.ts +0 -584
- package/components/progressbar/index.d.ts +0 -2
- package/components/progressbar/progressbar.component.d.ts +0 -118
- package/components/progressbar/progressbar.gen.d.ts +0 -196
- package/components/rating/index.d.ts +0 -2
- package/components/rating/rating.component.d.ts +0 -144
- package/components/rating/rating.gen.d.ts +0 -270
- package/components/select/index.d.ts +0 -2
- package/components/select/select.component.d.ts +0 -198
- package/components/select/select.gen.d.ts +0 -433
- package/components/slider/index.d.ts +0 -2
- package/components/slider/slider.component.d.ts +0 -234
- package/components/slider/slider.gen.d.ts +0 -511
- package/components/toast/index.d.ts +0 -4
- package/components/toast/toast.component.d.ts +0 -155
- package/components/toast/toast.gen.d.ts +0 -308
- package/components/toast/toaster.component.d.ts +0 -17
- package/components/toast/toaster.service.d.ts +0 -7
- package/components/tree/index.d.ts +0 -2
- package/components/tree/tree.component.d.ts +0 -145
- package/components/tree/tree.gen.d.ts +0 -216
- package/config.d.ts +0 -27
- package/config.gen.d.ts +0 -62
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnos-ui/angular-bootstrap",
|
|
3
3
|
"description": "Bootstrap-based component library for Angular.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.9.0-next.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
15
|
"@amadeus-it-group/tansu": "^2.0.0",
|
|
16
|
-
"@angular/common": "^
|
|
17
|
-
"@angular/core": "^
|
|
16
|
+
"@angular/common": "^20.0.0",
|
|
17
|
+
"@angular/core": "^20.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@agnos-ui/angular-headless": "0.
|
|
21
|
-
"@agnos-ui/core-bootstrap": "0.
|
|
20
|
+
"@agnos-ui/angular-headless": "0.9.0-next.0",
|
|
21
|
+
"@agnos-ui/core-bootstrap": "0.9.0-next.0",
|
|
22
22
|
"tslib": "^2.8.1"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@agnos-ui/angular-headless";
|
|
3
|
-
import * as i2 from "./components/select/select.component";
|
|
4
|
-
import * as i3 from "./components/rating/rating.component";
|
|
5
|
-
import * as i4 from "./components/pagination/pagination.component";
|
|
6
|
-
import * as i5 from "./components/modal/modal.component";
|
|
7
|
-
import * as i6 from "./components/alert/alert.component";
|
|
8
|
-
import * as i7 from "./components/accordion/accordion.component";
|
|
9
|
-
import * as i8 from "./components/slider/slider.component";
|
|
10
|
-
import * as i9 from "./components/progressbar/progressbar.component";
|
|
11
|
-
import * as i10 from "./components/toast/toast.component";
|
|
12
|
-
import * as i11 from "./components/toast/toaster.component";
|
|
13
|
-
import * as i12 from "./components/collapse/collapse.component";
|
|
14
|
-
import * as i13 from "./components/tree/tree.component";
|
|
15
|
-
import * as i14 from "./components/carousel/carousel.component";
|
|
16
|
-
export declare class AgnosUIAngularModule {
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AgnosUIAngularModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AgnosUIAngularModule, never, [typeof i1.SlotDirective, typeof i2.SelectComponent, typeof i2.SelectBadgeLabelDirective, typeof i2.SelectItemLabelDirective, typeof i1.UseDirective, typeof i1.UseMultiDirective, typeof i3.RatingComponent, typeof i3.RatingStarDirective, typeof i4.PaginationComponent, typeof i4.PaginationEllipsisDirective, typeof i4.PaginationFirstDirective, typeof i4.PaginationLastDirective, typeof i4.PaginationNextDirective, typeof i4.PaginationNumberDirective, typeof i4.PaginationPreviousDirective, typeof i4.PaginationPagesDirective, typeof i4.PaginationStructureDirective, typeof i5.ModalComponent, typeof i5.ModalStructureDirective, typeof i5.ModalHeaderDirective, typeof i5.ModalTitleDirective, typeof i5.ModalBodyDirective, typeof i5.ModalFooterDirective, typeof i6.AlertComponent, typeof i6.AlertStructureDirective, typeof i6.AlertBodyDirective, typeof i7.AccordionDirective, typeof i7.AccordionItemComponent, typeof i7.AccordionHeaderDirective, typeof i7.AccordionBodyDirective, typeof i7.AccordionItemStructureDirective, typeof i8.SliderComponent, typeof i8.SliderHandleDirective, typeof i8.SliderLabelDirective, typeof i8.SliderStructureDirective, typeof i8.SliderTickDirective, typeof i9.ProgressbarComponent, typeof i9.ProgressbarStructureDirective, typeof i9.ProgressbarBodyDirective, typeof i10.ToastComponent, typeof i10.ToastStructureDirective, typeof i10.ToastBodyDirective, typeof i10.ToastHeaderDirective, typeof i11.ToasterComponent, typeof i12.CollapseDirective, typeof i12.CollapseTriggerDirective, typeof i13.TreeComponent, typeof i13.TreeStructureDirective, typeof i13.TreeItemToggleDirective, typeof i13.TreeItemContentDirective, typeof i13.TreeItemDirective, typeof i14.CarouselComponent, typeof i14.CarouselSlideDirective, typeof i14.CarouselStructureDirective, typeof i14.CarouselNavigationDirective], [typeof i1.SlotDirective, typeof i2.SelectComponent, typeof i2.SelectBadgeLabelDirective, typeof i2.SelectItemLabelDirective, typeof i1.UseDirective, typeof i1.UseMultiDirective, typeof i3.RatingComponent, typeof i3.RatingStarDirective, typeof i4.PaginationComponent, typeof i4.PaginationEllipsisDirective, typeof i4.PaginationFirstDirective, typeof i4.PaginationLastDirective, typeof i4.PaginationNextDirective, typeof i4.PaginationNumberDirective, typeof i4.PaginationPreviousDirective, typeof i4.PaginationPagesDirective, typeof i4.PaginationStructureDirective, typeof i5.ModalComponent, typeof i5.ModalStructureDirective, typeof i5.ModalHeaderDirective, typeof i5.ModalTitleDirective, typeof i5.ModalBodyDirective, typeof i5.ModalFooterDirective, typeof i6.AlertComponent, typeof i6.AlertStructureDirective, typeof i6.AlertBodyDirective, typeof i7.AccordionDirective, typeof i7.AccordionItemComponent, typeof i7.AccordionHeaderDirective, typeof i7.AccordionBodyDirective, typeof i7.AccordionItemStructureDirective, typeof i8.SliderComponent, typeof i8.SliderHandleDirective, typeof i8.SliderLabelDirective, typeof i8.SliderStructureDirective, typeof i8.SliderTickDirective, typeof i9.ProgressbarComponent, typeof i9.ProgressbarStructureDirective, typeof i9.ProgressbarBodyDirective, typeof i10.ToastComponent, typeof i10.ToastStructureDirective, typeof i10.ToastBodyDirective, typeof i10.ToastHeaderDirective, typeof i11.ToasterComponent, typeof i12.CollapseDirective, typeof i12.CollapseTriggerDirective, typeof i13.TreeComponent, typeof i13.TreeStructureDirective, typeof i13.TreeItemToggleDirective, typeof i13.TreeItemContentDirective, typeof i13.TreeItemDirective, typeof i14.CarouselComponent, typeof i14.CarouselSlideDirective, typeof i14.CarouselStructureDirective, typeof i14.CarouselNavigationDirective]>;
|
|
19
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AgnosUIAngularModule>;
|
|
20
|
-
}
|
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
import type { SlotContent, TransitionFn } from '@agnos-ui/angular-headless';
|
|
2
|
-
import { BaseWidgetDirective } from '@agnos-ui/angular-headless';
|
|
3
|
-
import type { AfterViewInit } from '@angular/core';
|
|
4
|
-
import { TemplateRef } from '@angular/core';
|
|
5
|
-
import type { AccordionItemContext, AccordionItemWidget, AccordionWidget } from './accordion.gen';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Directive to represent the body of an accordion item.
|
|
9
|
-
*
|
|
10
|
-
* This directive provides a template reference for the {@link AccordionItemContext}.
|
|
11
|
-
*/
|
|
12
|
-
export declare class AccordionBodyDirective {
|
|
13
|
-
templateRef: TemplateRef<any>;
|
|
14
|
-
static ngTemplateContextGuard(_dir: AccordionBodyDirective, context: unknown): context is AccordionItemContext;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionBodyDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionBodyDirective, "ng-template[auAccordionItemBody]", never, {}, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Directive to be used as an accordion header.
|
|
20
|
-
*
|
|
21
|
-
* This directive provides a template reference for the {@link AccordionItemContext}.
|
|
22
|
-
*/
|
|
23
|
-
export declare class AccordionHeaderDirective {
|
|
24
|
-
templateRef: TemplateRef<any>;
|
|
25
|
-
static ngTemplateContextGuard(_dir: AccordionHeaderDirective, context: unknown): context is AccordionItemContext;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHeaderDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionHeaderDirective, "ng-template[auAccordionItemHeader]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Directive that represents the structure of an accordion item.
|
|
31
|
-
*
|
|
32
|
-
* This directive provides a template reference for the {@link AccordionItemContext}.
|
|
33
|
-
* It also includes a static method to guard the template context type.
|
|
34
|
-
*/
|
|
35
|
-
export declare class AccordionItemStructureDirective {
|
|
36
|
-
templateRef: TemplateRef<any>;
|
|
37
|
-
static ngTemplateContextGuard(_dir: AccordionItemStructureDirective, context: unknown): context is AccordionItemContext;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemStructureDirective, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemStructureDirective, "ng-template[auAccordionItemStructure]", never, {}, {}, never, never, true, never>;
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* Represents the default slot structure for an accordion item.
|
|
43
|
-
*/
|
|
44
|
-
export declare const accordionItemDefaultSlotStructure: SlotContent<AccordionItemContext>;
|
|
45
|
-
/**
|
|
46
|
-
* AccordionItemComponent is a component that represents an item within an accordion.
|
|
47
|
-
*/
|
|
48
|
-
export declare class AccordionItemComponent extends BaseWidgetDirective<AccordionItemWidget> implements AfterViewInit {
|
|
49
|
-
/**
|
|
50
|
-
* Content present in the accordion button inside the accordion header.
|
|
51
|
-
*
|
|
52
|
-
* It is a prop of the accordion-item.
|
|
53
|
-
*/
|
|
54
|
-
readonly header: import("@angular/core").InputSignal<SlotContent<AccordionItemContext>>;
|
|
55
|
-
readonly slotHeaderFromContent: import("@angular/core").Signal<AccordionHeaderDirective | undefined>;
|
|
56
|
-
/**
|
|
57
|
-
* Content present in the accordion body.
|
|
58
|
-
*
|
|
59
|
-
* It is a prop of the accordion-item.
|
|
60
|
-
*/
|
|
61
|
-
readonly children: import("@angular/core").InputSignal<SlotContent<AccordionItemContext>>;
|
|
62
|
-
readonly slotBodyFromContent: import("@angular/core").Signal<AccordionBodyDirective | undefined>;
|
|
63
|
-
/**
|
|
64
|
-
* Structure of the accordion-item. The default item structure is: accordion-item
|
|
65
|
-
* contains accordion header and accordion-item body container; the accordion header contains the accordion button
|
|
66
|
-
* (that contains `header`), while the accordion-item body container contains the accordion body (that contains `children`).
|
|
67
|
-
* The itemTransition is applied on this element.
|
|
68
|
-
*
|
|
69
|
-
* It is a prop of the accordion-item.
|
|
70
|
-
*/
|
|
71
|
-
readonly structure: import("@angular/core").InputSignal<SlotContent<AccordionItemContext>>;
|
|
72
|
-
readonly slotStructureFromContent: import("@angular/core").Signal<AccordionItemStructureDirective | undefined>;
|
|
73
|
-
/**
|
|
74
|
-
* The id of the accordion-item. It can be used for controlling the accordion-item via the accordion api.
|
|
75
|
-
*/
|
|
76
|
-
readonly id: import("@angular/core").InputSignal<string | undefined>;
|
|
77
|
-
/**
|
|
78
|
-
* The transition to use for the accordion-item body-container when the accordion-item is toggled.
|
|
79
|
-
*/
|
|
80
|
-
readonly transition: import("@angular/core").InputSignal<TransitionFn | undefined>;
|
|
81
|
-
/**
|
|
82
|
-
* CSS classes to be applied on the widget main container
|
|
83
|
-
*
|
|
84
|
-
* @defaultValue `''`
|
|
85
|
-
*/
|
|
86
|
-
readonly className: import("@angular/core").InputSignal<string | undefined>;
|
|
87
|
-
/**
|
|
88
|
-
* If `true`, the accordion-item body container will be removed from the DOM when the accordion-item is collapsed. It will be just hidden otherwise.
|
|
89
|
-
*/
|
|
90
|
-
readonly destroyOnHide: import("@angular/core").InputSignalWithTransform<boolean | undefined, unknown>;
|
|
91
|
-
/**
|
|
92
|
-
* If `true`, the accordion-item will be disabled.
|
|
93
|
-
* It will not react to user's clicks, but still will be possible to toggle programmatically.
|
|
94
|
-
*/
|
|
95
|
-
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean | undefined, unknown>;
|
|
96
|
-
/**
|
|
97
|
-
* If `true`, the accordion-item will be visible (expanded). Otherwise, it will be hidden (collapsed).
|
|
98
|
-
*/
|
|
99
|
-
readonly visible: import("@angular/core").InputSignalWithTransform<boolean | undefined, unknown>;
|
|
100
|
-
/**
|
|
101
|
-
* If `true`, accordion-item will be animated.
|
|
102
|
-
*/
|
|
103
|
-
readonly animated: import("@angular/core").InputSignalWithTransform<boolean | undefined, unknown>;
|
|
104
|
-
/**
|
|
105
|
-
* CSS classes to add on the accordion-item header DOM element.
|
|
106
|
-
*/
|
|
107
|
-
readonly headerClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
108
|
-
/**
|
|
109
|
-
* CSS classes to add on the accordion-item collapse DOM element.
|
|
110
|
-
*/
|
|
111
|
-
readonly buttonClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
112
|
-
/**
|
|
113
|
-
* CSS classes to add on the accordion-item body container DOM element.
|
|
114
|
-
* The accordion-item body container is the DOM element on what the itemTransition is applied.
|
|
115
|
-
*/
|
|
116
|
-
readonly bodyContainerClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
117
|
-
/**
|
|
118
|
-
* CSS classes to add on the accordion-item body DOM element.
|
|
119
|
-
*/
|
|
120
|
-
readonly bodyClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
121
|
-
/**
|
|
122
|
-
* The html tag to use for the accordion-item-header.
|
|
123
|
-
*/
|
|
124
|
-
readonly headingTag: import("@angular/core").InputSignal<string | undefined>;
|
|
125
|
-
/**
|
|
126
|
-
* An event fired when an item is shown.
|
|
127
|
-
*/
|
|
128
|
-
readonly shown: import("@angular/core").OutputEmitterRef<void>;
|
|
129
|
-
/**
|
|
130
|
-
* An event fired when an item is hidden.
|
|
131
|
-
*/
|
|
132
|
-
readonly hidden: import("@angular/core").OutputEmitterRef<void>;
|
|
133
|
-
/**
|
|
134
|
-
* An event fired when the `visible` value changes.
|
|
135
|
-
*
|
|
136
|
-
* Event payload is the new value of visible.
|
|
137
|
-
*/
|
|
138
|
-
readonly visibleChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
139
|
-
readonly slotChildren: import("@angular/core").Signal<TemplateRef<void> | undefined>;
|
|
140
|
-
constructor();
|
|
141
|
-
ngAfterViewInit(): void;
|
|
142
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemComponent, never>;
|
|
143
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "[auAccordionItem]", ["auAccordionItem"], { "header": { "alias": "auHeader"; "required": false; "isSignal": true; }; "children": { "alias": "auChildren"; "required": false; "isSignal": true; }; "structure": { "alias": "auStructure"; "required": false; "isSignal": true; }; "id": { "alias": "auId"; "required": false; "isSignal": true; }; "transition": { "alias": "auTransition"; "required": false; "isSignal": true; }; "className": { "alias": "auClassName"; "required": false; "isSignal": true; }; "destroyOnHide": { "alias": "auDestroyOnHide"; "required": false; "isSignal": true; }; "disabled": { "alias": "auDisabled"; "required": false; "isSignal": true; }; "visible": { "alias": "auVisible"; "required": false; "isSignal": true; }; "animated": { "alias": "auAnimated"; "required": false; "isSignal": true; }; "headerClassName": { "alias": "auHeaderClassName"; "required": false; "isSignal": true; }; "buttonClassName": { "alias": "auButtonClassName"; "required": false; "isSignal": true; }; "bodyContainerClassName": { "alias": "auBodyContainerClassName"; "required": false; "isSignal": true; }; "bodyClassName": { "alias": "auBodyClassName"; "required": false; "isSignal": true; }; "headingTag": { "alias": "auHeadingTag"; "required": false; "isSignal": true; }; }, { "shown": "auShown"; "hidden": "auHidden"; "visibleChange": "auVisibleChange"; }, ["slotHeaderFromContent", "slotBodyFromContent", "slotStructureFromContent"], ["*"], true, never>;
|
|
144
|
-
}
|
|
145
|
-
/**
|
|
146
|
-
* Directive for creating an accordion component.
|
|
147
|
-
*
|
|
148
|
-
* This directive extends the `BaseWidgetDirective` and provides various inputs and outputs
|
|
149
|
-
* to customize the behavior and appearance of the accordion and its items.
|
|
150
|
-
*
|
|
151
|
-
*/
|
|
152
|
-
export declare class AccordionDirective extends BaseWidgetDirective<AccordionWidget> {
|
|
153
|
-
/**
|
|
154
|
-
* If `true`, only one accordion-item at the time can stay open.
|
|
155
|
-
*
|
|
156
|
-
* @defaultValue `false`
|
|
157
|
-
*/
|
|
158
|
-
readonly closeOthers: import("@angular/core").InputSignalWithTransform<boolean | undefined, unknown>;
|
|
159
|
-
/**
|
|
160
|
-
* CSS classes to be applied on the widget main container
|
|
161
|
-
*
|
|
162
|
-
* @defaultValue `''`
|
|
163
|
-
*/
|
|
164
|
-
readonly className: import("@angular/core").InputSignal<string | undefined>;
|
|
165
|
-
/**
|
|
166
|
-
* An event fired when an item is shown.
|
|
167
|
-
*
|
|
168
|
-
* Event payload is the id of the item.
|
|
169
|
-
*
|
|
170
|
-
* @defaultValue
|
|
171
|
-
* ```ts
|
|
172
|
-
* () => {}
|
|
173
|
-
* ```
|
|
174
|
-
*/
|
|
175
|
-
readonly itemShown: import("@angular/core").OutputEmitterRef<string>;
|
|
176
|
-
/**
|
|
177
|
-
* An event fired when an item is hidden.
|
|
178
|
-
*
|
|
179
|
-
* Event payload is the id of the item.
|
|
180
|
-
*
|
|
181
|
-
* @defaultValue
|
|
182
|
-
* ```ts
|
|
183
|
-
* () => {}
|
|
184
|
-
* ```
|
|
185
|
-
*/
|
|
186
|
-
readonly itemHidden: import("@angular/core").OutputEmitterRef<string>;
|
|
187
|
-
/**
|
|
188
|
-
* If `true`, the accordion-item body container will be removed from the DOM when the accordion-item is collapsed. It will be just hidden otherwise.
|
|
189
|
-
*
|
|
190
|
-
* @defaultValue `true`
|
|
191
|
-
*/
|
|
192
|
-
readonly itemDestroyOnHide: import("@angular/core").InputSignalWithTransform<boolean | undefined, unknown>;
|
|
193
|
-
/**
|
|
194
|
-
* If `true`, accordion-item will be animated.
|
|
195
|
-
*
|
|
196
|
-
* @defaultValue `true`
|
|
197
|
-
*/
|
|
198
|
-
readonly itemAnimated: import("@angular/core").InputSignalWithTransform<boolean | undefined, unknown>;
|
|
199
|
-
/**
|
|
200
|
-
* The transition to use for the accordion-item body-container when the accordion-item is toggled.
|
|
201
|
-
*
|
|
202
|
-
* @defaultValue
|
|
203
|
-
* ```ts
|
|
204
|
-
* collapseVerticalTransition
|
|
205
|
-
* ```
|
|
206
|
-
*/
|
|
207
|
-
readonly itemTransition: import("@angular/core").InputSignal<TransitionFn | undefined>;
|
|
208
|
-
/**
|
|
209
|
-
* Structure of the accordion-item. The default item structure is: accordion-item
|
|
210
|
-
* contains accordion header and accordion-item body container; the accordion header contains the accordion button
|
|
211
|
-
* (that contains `header`), while the accordion-item body container contains the accordion body (that contains `children`).
|
|
212
|
-
* The itemTransition is applied on this element.
|
|
213
|
-
*
|
|
214
|
-
* It is a prop of the accordion-item.
|
|
215
|
-
*/
|
|
216
|
-
readonly itemStructure: import("@angular/core").InputSignal<SlotContent<AccordionItemContext>>;
|
|
217
|
-
/**
|
|
218
|
-
* CSS classes to add on the accordion-item DOM element.
|
|
219
|
-
*
|
|
220
|
-
* @defaultValue `''`
|
|
221
|
-
*/
|
|
222
|
-
readonly itemClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
223
|
-
/**
|
|
224
|
-
* CSS classes to add on the accordion-item header DOM element.
|
|
225
|
-
*
|
|
226
|
-
* @defaultValue `''`
|
|
227
|
-
*/
|
|
228
|
-
readonly itemHeaderClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
229
|
-
/**
|
|
230
|
-
* CSS classes to add on the accordion-item toggle button DOM element.
|
|
231
|
-
*
|
|
232
|
-
* @defaultValue `''`
|
|
233
|
-
*/
|
|
234
|
-
readonly itemButtonClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
235
|
-
/**
|
|
236
|
-
* CSS classes to add on the accordion-item body container DOM element.
|
|
237
|
-
* The accordion-item body container is the DOM element on what the itemTransition is applied.
|
|
238
|
-
*
|
|
239
|
-
* @defaultValue `''`
|
|
240
|
-
*/
|
|
241
|
-
readonly itemBodyContainerClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
242
|
-
/**
|
|
243
|
-
* CSS classes to add on the accordion-item body DOM element.
|
|
244
|
-
*
|
|
245
|
-
* @defaultValue `''`
|
|
246
|
-
*/
|
|
247
|
-
readonly itemBodyClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
248
|
-
/**
|
|
249
|
-
* The html tag to use for the accordion-item-header.
|
|
250
|
-
*
|
|
251
|
-
* @defaultValue `''`
|
|
252
|
-
*/
|
|
253
|
-
readonly itemHeadingTag: import("@angular/core").InputSignal<string | undefined>;
|
|
254
|
-
constructor();
|
|
255
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionDirective, never>;
|
|
256
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionDirective, "[auAccordion]", ["auAccordion"], { "closeOthers": { "alias": "auCloseOthers"; "required": false; "isSignal": true; }; "className": { "alias": "auClassName"; "required": false; "isSignal": true; }; "itemDestroyOnHide": { "alias": "auItemDestroyOnHide"; "required": false; "isSignal": true; }; "itemAnimated": { "alias": "auItemAnimated"; "required": false; "isSignal": true; }; "itemTransition": { "alias": "auItemTransition"; "required": false; "isSignal": true; }; "itemStructure": { "alias": "auItemStructure"; "required": false; "isSignal": true; }; "itemClassName": { "alias": "auItemClassName"; "required": false; "isSignal": true; }; "itemHeaderClassName": { "alias": "auItemHeaderClassName"; "required": false; "isSignal": true; }; "itemButtonClassName": { "alias": "auItemButtonClassName"; "required": false; "isSignal": true; }; "itemBodyContainerClassName": { "alias": "auItemBodyContainerClassName"; "required": false; "isSignal": true; }; "itemBodyClassName": { "alias": "auItemBodyClassName"; "required": false; "isSignal": true; }; "itemHeadingTag": { "alias": "auItemHeadingTag"; "required": false; "isSignal": true; }; }, { "itemShown": "auItemShown"; "itemHidden": "auItemHidden"; }, never, never, true, never>;
|
|
257
|
-
}
|