@agnos-ui/angular-bootstrap 0.9.3 → 0.10.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.
|
@@ -2,7 +2,7 @@ import { widgetsConfigFactory, SlotDirective, UseDirective, ComponentTemplate, B
|
|
|
2
2
|
export * from '@agnos-ui/angular-headless';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { InjectionToken, inject, TemplateRef, Directive, viewChild, ChangeDetectionStrategy, Component, input, contentChild, output, ViewEncapsulation, forwardRef, Injector, runInInjectionContext, Injectable, computed, effect, NgModule, ApplicationRef, createComponent, outputBinding, inputBinding, EnvironmentInjector } from '@angular/core';
|
|
5
|
-
import { getModalDefaultConfig, createModal, modalOutsideClick, modalCloseButtonClick } from '@agnos-ui/core-bootstrap/components/modal';
|
|
5
|
+
import { getModalDefaultConfig, createModal, modalOutsideClick, modalCloseButtonClick, modalCloseEscape } from '@agnos-ui/core-bootstrap/components/modal';
|
|
6
6
|
import { getPaginationDefaultConfig, createPagination } from '@agnos-ui/core-bootstrap/components/pagination';
|
|
7
7
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
8
8
|
import { getRatingDefaultConfig, createRating } from '@agnos-ui/core-bootstrap/components/rating';
|
|
@@ -16,6 +16,7 @@ import { getToastDefaultConfig, createToast, toastPositions, defaultToasterProps
|
|
|
16
16
|
import { createCollapse, getCollapseDefaultConfig } from '@agnos-ui/core-bootstrap/components/collapse';
|
|
17
17
|
import { getTreeDefaultConfig, createTree } from '@agnos-ui/core-bootstrap/components/tree';
|
|
18
18
|
import { getCarouselDefaultConfig, createCarousel } from '@agnos-ui/core-bootstrap/components/carousel';
|
|
19
|
+
import { getDrawerDefaultConfig, createDrawer } from '@agnos-ui/core-bootstrap/components/drawer';
|
|
19
20
|
export * from '@agnos-ui/core-bootstrap/services/transitions';
|
|
20
21
|
export * from '@agnos-ui/core-bootstrap/types';
|
|
21
22
|
|
|
@@ -40,6 +41,11 @@ const export_modalOutsideClick = modalOutsideClick;
|
|
|
40
41
|
* and returned by the {@link ModalApi.open|open} method, when the modal is closed by a click on the close button.
|
|
41
42
|
*/
|
|
42
43
|
const export_modalCloseButtonClick = modalCloseButtonClick;
|
|
44
|
+
/**
|
|
45
|
+
* Value present in the {@link ModalBeforeCloseEvent.result|result} property of the {@link ModalProps.onBeforeClose|onBeforeClose} event
|
|
46
|
+
* and returned by the {@link ModalApi.open|open} method, when the modal is closed by pressing the Escape key.
|
|
47
|
+
*/
|
|
48
|
+
const export_modalCloseEscape = modalCloseEscape;
|
|
43
49
|
|
|
44
50
|
const widgetFactories = widgetsConfigFactory(new InjectionToken('bootstrapWidgetsConfig'));
|
|
45
51
|
/**
|
|
@@ -135,9 +141,9 @@ const injectWidgetConfig = widgetFactories.injectWidgetConfig;
|
|
|
135
141
|
*/
|
|
136
142
|
const callWidgetFactory = widgetFactories.callWidgetFactory;
|
|
137
143
|
|
|
138
|
-
const _c0$
|
|
139
|
-
const _c1$
|
|
140
|
-
const _c2$
|
|
144
|
+
const _c0$c = ["header"];
|
|
145
|
+
const _c1$c = ["structure"];
|
|
146
|
+
const _c2$b = (a0, a1, a2) => ({ state: a0, api: a1, directives: a2 });
|
|
141
147
|
function ModalDefaultSlotsComponent_ng_template_0_ng_template_1_Template(rf, ctx) { }
|
|
142
148
|
function ModalDefaultSlotsComponent_ng_template_0_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
143
149
|
i0.ɵɵelement(0, "button", 6);
|
|
@@ -155,7 +161,7 @@ function ModalDefaultSlotsComponent_ng_template_0_Template(rf, ctx) { if (rf & 1
|
|
|
155
161
|
const api_r3 = ctx.api;
|
|
156
162
|
const directives_r1 = ctx.directives;
|
|
157
163
|
i0.ɵɵadvance();
|
|
158
|
-
i0.ɵɵproperty("auSlot", state_r2.title())("auSlotProps", i0.ɵɵpureFunction3(3, _c2$
|
|
164
|
+
i0.ɵɵproperty("auSlot", state_r2.title())("auSlotProps", i0.ɵɵpureFunction3(3, _c2$b, state_r2, api_r3, directives_r1));
|
|
159
165
|
i0.ɵɵadvance();
|
|
160
166
|
i0.ɵɵconditional(state_r2.closeButton() ? 2 : -1);
|
|
161
167
|
} }
|
|
@@ -170,7 +176,7 @@ function ModalDefaultSlotsComponent_ng_template_2_Conditional_0_Template(rf, ctx
|
|
|
170
176
|
const api_r6 = ctx_r3.api;
|
|
171
177
|
const directives_r7 = ctx_r3.directives;
|
|
172
178
|
i0.ɵɵadvance();
|
|
173
|
-
i0.ɵɵproperty("auSlot", state_r5.header())("auSlotProps", i0.ɵɵpureFunction3(2, _c2$
|
|
179
|
+
i0.ɵɵproperty("auSlot", state_r5.header())("auSlotProps", i0.ɵɵpureFunction3(2, _c2$b, state_r5, api_r6, directives_r7));
|
|
174
180
|
} }
|
|
175
181
|
function ModalDefaultSlotsComponent_ng_template_2_ng_template_2_Template(rf, ctx) { }
|
|
176
182
|
function ModalDefaultSlotsComponent_ng_template_2_Conditional_3_ng_template_1_Template(rf, ctx) { }
|
|
@@ -184,7 +190,7 @@ function ModalDefaultSlotsComponent_ng_template_2_Conditional_3_Template(rf, ctx
|
|
|
184
190
|
const api_r6 = ctx_r3.api;
|
|
185
191
|
const directives_r7 = ctx_r3.directives;
|
|
186
192
|
i0.ɵɵadvance();
|
|
187
|
-
i0.ɵɵproperty("auSlot", state_r5.footer())("auSlotProps", i0.ɵɵpureFunction3(2, _c2$
|
|
193
|
+
i0.ɵɵproperty("auSlot", state_r5.footer())("auSlotProps", i0.ɵɵpureFunction3(2, _c2$b, state_r5, api_r6, directives_r7));
|
|
188
194
|
} }
|
|
189
195
|
function ModalDefaultSlotsComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
190
196
|
i0.ɵɵconditionalCreate(0, ModalDefaultSlotsComponent_ng_template_2_Conditional_0_Template, 2, 6, "div", 7);
|
|
@@ -198,13 +204,13 @@ function ModalDefaultSlotsComponent_ng_template_2_Template(rf, ctx) { if (rf & 1
|
|
|
198
204
|
const directives_r7 = ctx.directives;
|
|
199
205
|
i0.ɵɵconditional(state_r5.title() ? 0 : -1);
|
|
200
206
|
i0.ɵɵadvance(2);
|
|
201
|
-
i0.ɵɵproperty("auSlot", state_r5.children())("auSlotProps", i0.ɵɵpureFunction3(4, _c2$
|
|
207
|
+
i0.ɵɵproperty("auSlot", state_r5.children())("auSlotProps", i0.ɵɵpureFunction3(4, _c2$b, state_r5, api_r6, directives_r7));
|
|
202
208
|
i0.ɵɵadvance();
|
|
203
209
|
i0.ɵɵconditional(state_r5.footer() ? 3 : -1);
|
|
204
210
|
} }
|
|
205
|
-
const _c3$
|
|
206
|
-
const _c4$
|
|
207
|
-
const _c5$
|
|
211
|
+
const _c3$a = ["content"];
|
|
212
|
+
const _c4$9 = ["auModal", ""];
|
|
213
|
+
const _c5$7 = ["*"];
|
|
208
214
|
const _c6$3 = (a0, a1) => [a0, a1];
|
|
209
215
|
function ModalComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
210
216
|
i0.ɵɵprojection(0);
|
|
@@ -226,7 +232,7 @@ function ModalComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
226
232
|
i0.ɵɵadvance();
|
|
227
233
|
i0.ɵɵclassMap(i0.ɵɵinterpolate1("modal-dialog ", ctx_r0.state.fullscreen() ? "modal-fullscreen" : ""));
|
|
228
234
|
i0.ɵɵadvance(2);
|
|
229
|
-
i0.ɵɵproperty("auSlot", ctx_r0.state.structure())("auSlotProps", i0.ɵɵpureFunction3(9, _c2$
|
|
235
|
+
i0.ɵɵproperty("auSlot", ctx_r0.state.structure())("auSlotProps", i0.ɵɵpureFunction3(9, _c2$b, ctx_r0.state, ctx_r0.api, ctx_r0.directives));
|
|
230
236
|
} }
|
|
231
237
|
/**
|
|
232
238
|
* Directive to provide the slot structure for the modal widget.
|
|
@@ -328,8 +334,8 @@ class ModalDefaultSlotsComponent {
|
|
|
328
334
|
}
|
|
329
335
|
static { this.ɵfac = function ModalDefaultSlotsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ModalDefaultSlotsComponent)(); }; }
|
|
330
336
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ModalDefaultSlotsComponent, selectors: [["ng-component"]], viewQuery: function ModalDefaultSlotsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
331
|
-
i0.ɵɵviewQuerySignal(ctx.header, _c0$
|
|
332
|
-
i0.ɵɵviewQuerySignal(ctx.structure, _c1$
|
|
337
|
+
i0.ɵɵviewQuerySignal(ctx.header, _c0$c, 5);
|
|
338
|
+
i0.ɵɵviewQuerySignal(ctx.structure, _c1$c, 5);
|
|
333
339
|
} if (rf & 2) {
|
|
334
340
|
i0.ɵɵqueryAdvance(2);
|
|
335
341
|
} }, decls: 4, vars: 0, consts: [["header", ""], ["structure", ""], ["auModalHeader", ""], ["auModalStructure", ""], [1, "modal-title"], [3, "auSlot", "auSlotProps"], [1, "btn-close", 3, "auUse"], [1, "modal-header"], [1, "modal-body"], [1, "modal-footer"]], template: function ModalDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -407,37 +413,37 @@ class ModalComponent extends BaseWidgetDirective {
|
|
|
407
413
|
*
|
|
408
414
|
* @defaultValue `true`
|
|
409
415
|
*/
|
|
410
|
-
this.animated = input(undefined, { alias: 'auAnimated', transform: auBooleanAttribute });
|
|
416
|
+
this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
|
|
411
417
|
/**
|
|
412
418
|
* The transition to use for the backdrop behind the modal (if present).
|
|
413
419
|
*
|
|
414
420
|
* @defaultValue `fadeTransition`
|
|
415
421
|
*/
|
|
416
|
-
this.backdropTransition = input(undefined, { alias: 'auBackdropTransition' });
|
|
422
|
+
this.backdropTransition = input(undefined, ...(ngDevMode ? [{ debugName: "backdropTransition", alias: 'auBackdropTransition' }] : [{ alias: 'auBackdropTransition' }]));
|
|
417
423
|
/**
|
|
418
424
|
* The transition to use for the modal.
|
|
419
425
|
*
|
|
420
426
|
* @defaultValue `fadeTransition`
|
|
421
427
|
*/
|
|
422
|
-
this.modalTransition = input(undefined, { alias: 'auModalTransition' });
|
|
428
|
+
this.modalTransition = input(undefined, ...(ngDevMode ? [{ debugName: "modalTransition", alias: 'auModalTransition' }] : [{ alias: 'auModalTransition' }]));
|
|
423
429
|
/**
|
|
424
430
|
* Whether the modal should be visible when the transition is completed.
|
|
425
431
|
*
|
|
426
432
|
* @defaultValue `false`
|
|
427
433
|
*/
|
|
428
|
-
this.visible = input(undefined, { alias: 'auVisible', transform: auBooleanAttribute });
|
|
434
|
+
this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
|
|
429
435
|
/**
|
|
430
436
|
* Whether a backdrop should be created behind the modal.
|
|
431
437
|
*
|
|
432
438
|
* @defaultValue `true`
|
|
433
439
|
*/
|
|
434
|
-
this.backdrop = input(undefined, { alias: 'auBackdrop', transform: auBooleanAttribute });
|
|
440
|
+
this.backdrop = input(undefined, ...(ngDevMode ? [{ debugName: "backdrop", alias: 'auBackdrop', transform: auBooleanAttribute }] : [{ alias: 'auBackdrop', transform: auBooleanAttribute }]));
|
|
435
441
|
/**
|
|
436
442
|
* Whether the modal should be closed when clicking on the viewport outside the modal.
|
|
437
443
|
*
|
|
438
444
|
* @defaultValue `true`
|
|
439
445
|
*/
|
|
440
|
-
this.closeOnOutsideClick = input(undefined, { alias: 'auCloseOnOutsideClick', transform: auBooleanAttribute });
|
|
446
|
+
this.closeOnOutsideClick = input(undefined, ...(ngDevMode ? [{ debugName: "closeOnOutsideClick", alias: 'auCloseOnOutsideClick', transform: auBooleanAttribute }] : [{ alias: 'auCloseOnOutsideClick', transform: auBooleanAttribute }]));
|
|
441
447
|
/**
|
|
442
448
|
* Which element should contain the modal and backdrop DOM elements.
|
|
443
449
|
* If it is not null, the modal and backdrop DOM elements are moved to the specified container.
|
|
@@ -448,67 +454,67 @@ class ModalComponent extends BaseWidgetDirective {
|
|
|
448
454
|
* typeof window !== 'undefined' ? document.body : null
|
|
449
455
|
* ```
|
|
450
456
|
*/
|
|
451
|
-
this.container = input(undefined, { alias: 'auContainer' });
|
|
457
|
+
this.container = input(undefined, ...(ngDevMode ? [{ debugName: "container", alias: 'auContainer' }] : [{ alias: 'auContainer' }]));
|
|
452
458
|
/**
|
|
453
459
|
* Value of the aria-label attribute to put on the close button.
|
|
454
460
|
*
|
|
455
461
|
* @defaultValue `'Close'`
|
|
456
462
|
*/
|
|
457
|
-
this.ariaCloseButtonLabel = input(undefined, { alias: 'auAriaCloseButtonLabel' });
|
|
463
|
+
this.ariaCloseButtonLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaCloseButtonLabel", alias: 'auAriaCloseButtonLabel' }] : [{ alias: 'auAriaCloseButtonLabel' }]));
|
|
458
464
|
/**
|
|
459
465
|
* Classes to add on the backdrop DOM element.
|
|
460
466
|
*
|
|
461
467
|
* @defaultValue `''`
|
|
462
468
|
*/
|
|
463
|
-
this.backdropClass = input(undefined, { alias: 'auBackdropClass' });
|
|
469
|
+
this.backdropClass = input(undefined, ...(ngDevMode ? [{ debugName: "backdropClass", alias: 'auBackdropClass' }] : [{ alias: 'auBackdropClass' }]));
|
|
464
470
|
/**
|
|
465
471
|
* Whether to display the close button.
|
|
466
472
|
*
|
|
467
473
|
* @defaultValue `true`
|
|
468
474
|
*/
|
|
469
|
-
this.closeButton = input(undefined, { alias: 'auCloseButton', transform: auBooleanAttribute });
|
|
475
|
+
this.closeButton = input(undefined, ...(ngDevMode ? [{ debugName: "closeButton", alias: 'auCloseButton', transform: auBooleanAttribute }] : [{ alias: 'auCloseButton', transform: auBooleanAttribute }]));
|
|
470
476
|
/**
|
|
471
477
|
* CSS classes to be applied on the widget main container
|
|
472
478
|
*
|
|
473
479
|
* @defaultValue `''`
|
|
474
480
|
*/
|
|
475
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
481
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
476
482
|
/**
|
|
477
483
|
* Option to create a fullscreen modal, according to the bootstrap documentation.
|
|
478
484
|
*
|
|
479
485
|
* @defaultValue `false`
|
|
480
486
|
*/
|
|
481
|
-
this.fullscreen = input(undefined, { alias: 'auFullscreen', transform: auBooleanAttribute });
|
|
487
|
+
this.fullscreen = input(undefined, ...(ngDevMode ? [{ debugName: "fullscreen", alias: 'auFullscreen', transform: auBooleanAttribute }] : [{ alias: 'auFullscreen', transform: auBooleanAttribute }]));
|
|
482
488
|
/**
|
|
483
489
|
* Structure of the modal.
|
|
484
490
|
* The default structure uses {@link ModalProps.header|header}, {@link ModalProps.children|children} and {@link ModalProps.footer|footer}.
|
|
485
491
|
*/
|
|
486
|
-
this.structure = input(undefined, { alias: 'auStructure' });
|
|
487
|
-
this.slotStructureFromContent = contentChild(ModalStructureDirective);
|
|
492
|
+
this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
|
|
493
|
+
this.slotStructureFromContent = contentChild(ModalStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
|
|
488
494
|
/**
|
|
489
495
|
* Header of the modal. The default header includes {@link ModalProps.title|title}.
|
|
490
496
|
*/
|
|
491
|
-
this.header = input(undefined, { alias: 'auHeader' });
|
|
492
|
-
this.slotHeaderFromContent = contentChild(ModalHeaderDirective);
|
|
497
|
+
this.header = input(undefined, ...(ngDevMode ? [{ debugName: "header", alias: 'auHeader' }] : [{ alias: 'auHeader' }]));
|
|
498
|
+
this.slotHeaderFromContent = contentChild(ModalHeaderDirective, ...(ngDevMode ? [{ debugName: "slotHeaderFromContent" }] : []));
|
|
493
499
|
/**
|
|
494
500
|
* Title of the modal.
|
|
495
501
|
*/
|
|
496
|
-
this.title = input(undefined, { alias: 'auTitle' });
|
|
497
|
-
this.slotTitleFromContent = contentChild(ModalTitleDirective);
|
|
502
|
+
this.title = input(undefined, ...(ngDevMode ? [{ debugName: "title", alias: 'auTitle' }] : [{ alias: 'auTitle' }]));
|
|
503
|
+
this.slotTitleFromContent = contentChild(ModalTitleDirective, ...(ngDevMode ? [{ debugName: "slotTitleFromContent" }] : []));
|
|
498
504
|
/**
|
|
499
505
|
* Body of the modal.
|
|
500
506
|
*/
|
|
501
|
-
this.children = input(undefined, { alias: 'auChildren' });
|
|
502
|
-
this.slotDefaultFromContent = contentChild(ModalBodyDirective);
|
|
507
|
+
this.children = input(undefined, ...(ngDevMode ? [{ debugName: "children", alias: 'auChildren' }] : [{ alias: 'auChildren' }]));
|
|
508
|
+
this.slotDefaultFromContent = contentChild(ModalBodyDirective, ...(ngDevMode ? [{ debugName: "slotDefaultFromContent" }] : []));
|
|
503
509
|
/**
|
|
504
510
|
* Footer of the modal.
|
|
505
511
|
*/
|
|
506
|
-
this.footer = input(undefined, { alias: 'auFooter' });
|
|
507
|
-
this.slotFooterFromContent = contentChild(ModalFooterDirective);
|
|
512
|
+
this.footer = input(undefined, ...(ngDevMode ? [{ debugName: "footer", alias: 'auFooter' }] : [{ alias: 'auFooter' }]));
|
|
513
|
+
this.slotFooterFromContent = contentChild(ModalFooterDirective, ...(ngDevMode ? [{ debugName: "slotFooterFromContent" }] : []));
|
|
508
514
|
/**
|
|
509
515
|
* Data to use in content slots
|
|
510
516
|
*/
|
|
511
|
-
this.contentData = input(undefined, { alias: 'auContentData' });
|
|
517
|
+
this.contentData = input(undefined, ...(ngDevMode ? [{ debugName: "contentData", alias: 'auContentData' }] : [{ alias: 'auContentData' }]));
|
|
512
518
|
/**
|
|
513
519
|
* Event to be triggered when the visible property changes.
|
|
514
520
|
*
|
|
@@ -550,7 +556,7 @@ class ModalComponent extends BaseWidgetDirective {
|
|
|
550
556
|
* ```
|
|
551
557
|
*/
|
|
552
558
|
this.shown = output({ alias: 'auShown' });
|
|
553
|
-
this.slotChildren = viewChild('content');
|
|
559
|
+
this.slotChildren = viewChild('content', ...(ngDevMode ? [{ debugName: "slotChildren" }] : []));
|
|
554
560
|
}
|
|
555
561
|
static { this.ɵfac = function ModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ModalComponent)(); }; }
|
|
556
562
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ModalComponent, selectors: [["", "auModal", ""]], contentQueries: function ModalComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
@@ -562,10 +568,10 @@ class ModalComponent extends BaseWidgetDirective {
|
|
|
562
568
|
} if (rf & 2) {
|
|
563
569
|
i0.ɵɵqueryAdvance(5);
|
|
564
570
|
} }, viewQuery: function ModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
565
|
-
i0.ɵɵviewQuerySignal(ctx.slotChildren, _c3$
|
|
571
|
+
i0.ɵɵviewQuerySignal(ctx.slotChildren, _c3$a, 5);
|
|
566
572
|
} if (rf & 2) {
|
|
567
573
|
i0.ɵɵqueryAdvance();
|
|
568
|
-
} }, inputs: { animated: [1, "auAnimated", "animated"], backdropTransition: [1, "auBackdropTransition", "backdropTransition"], modalTransition: [1, "auModalTransition", "modalTransition"], visible: [1, "auVisible", "visible"], backdrop: [1, "auBackdrop", "backdrop"], closeOnOutsideClick: [1, "auCloseOnOutsideClick", "closeOnOutsideClick"], container: [1, "auContainer", "container"], ariaCloseButtonLabel: [1, "auAriaCloseButtonLabel", "ariaCloseButtonLabel"], backdropClass: [1, "auBackdropClass", "backdropClass"], closeButton: [1, "auCloseButton", "closeButton"], className: [1, "auClassName", "className"], fullscreen: [1, "auFullscreen", "fullscreen"], structure: [1, "auStructure", "structure"], header: [1, "auHeader", "header"], title: [1, "auTitle", "title"], children: [1, "auChildren", "children"], footer: [1, "auFooter", "footer"], contentData: [1, "auContentData", "contentData"] }, outputs: { visibleChange: "auVisibleChange", beforeClose: "auBeforeClose", hidden: "auHidden", shown: "auShown" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c4$
|
|
574
|
+
} }, inputs: { animated: [1, "auAnimated", "animated"], backdropTransition: [1, "auBackdropTransition", "backdropTransition"], modalTransition: [1, "auModalTransition", "modalTransition"], visible: [1, "auVisible", "visible"], backdrop: [1, "auBackdrop", "backdrop"], closeOnOutsideClick: [1, "auCloseOnOutsideClick", "closeOnOutsideClick"], container: [1, "auContainer", "container"], ariaCloseButtonLabel: [1, "auAriaCloseButtonLabel", "ariaCloseButtonLabel"], backdropClass: [1, "auBackdropClass", "backdropClass"], closeButton: [1, "auCloseButton", "closeButton"], className: [1, "auClassName", "className"], fullscreen: [1, "auFullscreen", "fullscreen"], structure: [1, "auStructure", "structure"], header: [1, "auHeader", "header"], title: [1, "auTitle", "title"], children: [1, "auChildren", "children"], footer: [1, "auFooter", "footer"], contentData: [1, "auContentData", "contentData"] }, outputs: { visibleChange: "auVisibleChange", beforeClose: "auBeforeClose", hidden: "auHidden", shown: "auShown" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c4$9, ngContentSelectors: _c5$7, decls: 4, vars: 2, consts: [["content", ""], [1, "modal-backdrop", 3, "auUseMulti"], [1, "modal", "d-block", 3, "auUseMulti"], [1, "modal-content"], [3, "auSlot", "auSlotProps"]], template: function ModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
569
575
|
i0.ɵɵprojectionDef();
|
|
570
576
|
i0.ɵɵtemplate(0, ModalComponent_ng_template_0_Template, 1, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
571
577
|
i0.ɵɵconditionalCreate(2, ModalComponent_Conditional_2_Template, 1, 4, "div", 1);
|
|
@@ -614,12 +620,12 @@ const export_getPaginationDefaultConfig = getPaginationDefaultConfig;
|
|
|
614
620
|
*/
|
|
615
621
|
const export_createPagination = createPagination;
|
|
616
622
|
|
|
617
|
-
const _c0$
|
|
618
|
-
const _c1$
|
|
619
|
-
const _c2$
|
|
620
|
-
const _c3$
|
|
621
|
-
const _c4$
|
|
622
|
-
const _c5$
|
|
623
|
+
const _c0$b = ["pages"];
|
|
624
|
+
const _c1$b = ["structure"];
|
|
625
|
+
const _c2$a = (a0, a1, a2) => ({ state: a0, api: a1, directives: a2 });
|
|
626
|
+
const _c3$9 = a0 => ({ page: a0 });
|
|
627
|
+
const _c4$8 = (a0, a1) => [a0, a1];
|
|
628
|
+
const _c5$6 = (a0, a1, a2, a3) => ({ state: a0, api: a1, directives: a2, displayedPage: a3 });
|
|
623
629
|
function PaginationDefaultSlotsComponent_ng_template_0_For_1_Conditional_1_ng_template_1_Template(rf, ctx) { }
|
|
624
630
|
function PaginationDefaultSlotsComponent_ng_template_0_For_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
625
631
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -634,7 +640,7 @@ function PaginationDefaultSlotsComponent_ng_template_0_For_1_Conditional_1_Templ
|
|
|
634
640
|
const api_r3 = ctx_r0.api;
|
|
635
641
|
const directives_r4 = ctx_r0.directives;
|
|
636
642
|
i0.ɵɵadvance();
|
|
637
|
-
i0.ɵɵproperty("auSlot", state_r2.ellipsisLabel())("auSlotProps", i0.ɵɵpureFunction3(3, _c2$
|
|
643
|
+
i0.ɵɵproperty("auSlot", state_r2.ellipsisLabel())("auSlotProps", i0.ɵɵpureFunction3(3, _c2$a, state_r2, api_r3, directives_r4));
|
|
638
644
|
i0.ɵɵadvance(2);
|
|
639
645
|
i0.ɵɵtextInterpolate(state_r2.ariaEllipsisLabel());
|
|
640
646
|
} }
|
|
@@ -659,9 +665,9 @@ function PaginationDefaultSlotsComponent_ng_template_0_For_1_Conditional_2_Templ
|
|
|
659
665
|
const state_r2 = ctx_r0.state;
|
|
660
666
|
const api_r3 = ctx_r0.api;
|
|
661
667
|
const directives_r4 = ctx_r0.directives;
|
|
662
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(6, _c4$
|
|
668
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(6, _c4$8, directives_r4.pageLink, i0.ɵɵpureFunction1(4, _c3$9, page_r5)));
|
|
663
669
|
i0.ɵɵadvance();
|
|
664
|
-
i0.ɵɵproperty("auSlot", state_r2.numberLabel())("auSlotProps", i0.ɵɵpureFunction4(9, _c5$
|
|
670
|
+
i0.ɵɵproperty("auSlot", state_r2.numberLabel())("auSlotProps", i0.ɵɵpureFunction4(9, _c5$6, state_r2, api_r3, directives_r4, page_r5));
|
|
665
671
|
i0.ɵɵadvance();
|
|
666
672
|
i0.ɵɵconditional(state_r2.page() === page_r5 ? 2 : -1);
|
|
667
673
|
} }
|
|
@@ -696,7 +702,7 @@ function PaginationDefaultSlotsComponent_ng_template_2_Conditional_1_Template(rf
|
|
|
696
702
|
i0.ɵɵadvance();
|
|
697
703
|
i0.ɵɵproperty("auUse", directives_r9.pageFirst);
|
|
698
704
|
i0.ɵɵadvance(2);
|
|
699
|
-
i0.ɵɵproperty("auSlot", state_r7.firstPageLabel())("auSlotProps", i0.ɵɵpureFunction3(5, _c2$
|
|
705
|
+
i0.ɵɵproperty("auSlot", state_r7.firstPageLabel())("auSlotProps", i0.ɵɵpureFunction3(5, _c2$a, state_r7, api_r8, directives_r9));
|
|
700
706
|
} }
|
|
701
707
|
function PaginationDefaultSlotsComponent_ng_template_2_Conditional_2_ng_template_3_Template(rf, ctx) { }
|
|
702
708
|
function PaginationDefaultSlotsComponent_ng_template_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -712,7 +718,7 @@ function PaginationDefaultSlotsComponent_ng_template_2_Conditional_2_Template(rf
|
|
|
712
718
|
i0.ɵɵadvance();
|
|
713
719
|
i0.ɵɵproperty("auUse", directives_r9.pagePrev);
|
|
714
720
|
i0.ɵɵadvance(2);
|
|
715
|
-
i0.ɵɵproperty("auSlot", state_r7.previousPageLabel())("auSlotProps", i0.ɵɵpureFunction3(5, _c2$
|
|
721
|
+
i0.ɵɵproperty("auSlot", state_r7.previousPageLabel())("auSlotProps", i0.ɵɵpureFunction3(5, _c2$a, state_r7, api_r8, directives_r9));
|
|
716
722
|
} }
|
|
717
723
|
function PaginationDefaultSlotsComponent_ng_template_2_ng_template_3_Template(rf, ctx) { }
|
|
718
724
|
function PaginationDefaultSlotsComponent_ng_template_2_Conditional_4_ng_template_3_Template(rf, ctx) { }
|
|
@@ -729,7 +735,7 @@ function PaginationDefaultSlotsComponent_ng_template_2_Conditional_4_Template(rf
|
|
|
729
735
|
i0.ɵɵadvance();
|
|
730
736
|
i0.ɵɵproperty("auUse", directives_r9.pageNext);
|
|
731
737
|
i0.ɵɵadvance(2);
|
|
732
|
-
i0.ɵɵproperty("auSlot", state_r7.nextPageLabel())("auSlotProps", i0.ɵɵpureFunction3(5, _c2$
|
|
738
|
+
i0.ɵɵproperty("auSlot", state_r7.nextPageLabel())("auSlotProps", i0.ɵɵpureFunction3(5, _c2$a, state_r7, api_r8, directives_r9));
|
|
733
739
|
} }
|
|
734
740
|
function PaginationDefaultSlotsComponent_ng_template_2_Conditional_5_ng_template_3_Template(rf, ctx) { }
|
|
735
741
|
function PaginationDefaultSlotsComponent_ng_template_2_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -745,7 +751,7 @@ function PaginationDefaultSlotsComponent_ng_template_2_Conditional_5_Template(rf
|
|
|
745
751
|
i0.ɵɵadvance();
|
|
746
752
|
i0.ɵɵproperty("auUse", directives_r9.pageLast);
|
|
747
753
|
i0.ɵɵadvance(2);
|
|
748
|
-
i0.ɵɵproperty("auSlot", state_r7.lastPageLabel())("auSlotProps", i0.ɵɵpureFunction3(5, _c2$
|
|
754
|
+
i0.ɵɵproperty("auSlot", state_r7.lastPageLabel())("auSlotProps", i0.ɵɵpureFunction3(5, _c2$a, state_r7, api_r8, directives_r9));
|
|
749
755
|
} }
|
|
750
756
|
function PaginationDefaultSlotsComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
751
757
|
i0.ɵɵelementStart(0, "ul");
|
|
@@ -768,7 +774,7 @@ function PaginationDefaultSlotsComponent_ng_template_2_Template(rf, ctx) { if (r
|
|
|
768
774
|
i0.ɵɵadvance();
|
|
769
775
|
i0.ɵɵconditional(state_r7.directionLinks() ? 2 : -1);
|
|
770
776
|
i0.ɵɵadvance();
|
|
771
|
-
i0.ɵɵproperty("auSlot", state_r7.pagesDisplay())("auSlotProps", i0.ɵɵpureFunction3(9, _c2$
|
|
777
|
+
i0.ɵɵproperty("auSlot", state_r7.pagesDisplay())("auSlotProps", i0.ɵɵpureFunction3(9, _c2$a, state_r7, api_r8, directives_r9));
|
|
772
778
|
i0.ɵɵadvance();
|
|
773
779
|
i0.ɵɵconditional(state_r7.directionLinks() ? 4 : -1);
|
|
774
780
|
i0.ɵɵadvance();
|
|
@@ -929,8 +935,8 @@ class PaginationDefaultSlotsComponent {
|
|
|
929
935
|
}
|
|
930
936
|
static { this.ɵfac = function PaginationDefaultSlotsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaginationDefaultSlotsComponent)(); }; }
|
|
931
937
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaginationDefaultSlotsComponent, selectors: [["ng-component"]], viewQuery: function PaginationDefaultSlotsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
932
|
-
i0.ɵɵviewQuerySignal(ctx.pages, _c0$
|
|
933
|
-
i0.ɵɵviewQuerySignal(ctx.structure, _c1$
|
|
938
|
+
i0.ɵɵviewQuerySignal(ctx.pages, _c0$b, 5);
|
|
939
|
+
i0.ɵɵviewQuerySignal(ctx.structure, _c1$b, 5);
|
|
934
940
|
} if (rf & 2) {
|
|
935
941
|
i0.ɵɵqueryAdvance(2);
|
|
936
942
|
} }, decls: 4, vars: 0, consts: [["pages", ""], ["structure", ""], ["auPaginationPages", ""], ["auPaginationStructure", ""], [1, "page-item", 3, "active", "disabled"], [1, "page-item"], [1, "page-link", 3, "auUse"], ["aria-hidden", "true", 1, "page-link", "au-ellipsis"], [3, "auSlot", "auSlotProps"], [1, "visually-hidden"], [1, "page-item", 3, "disabled"], ["aria-live", "polite", 1, "visually-hidden"], ["aria-hidden", "true"]], template: function PaginationDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -1055,7 +1061,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1055
1061
|
* (processPage: number, pageCount: number) => `Page ${processPage} of ${pageCount}`
|
|
1056
1062
|
* ```
|
|
1057
1063
|
*/
|
|
1058
|
-
this.ariaPageLabel = input(undefined, { alias: 'auAriaPageLabel' });
|
|
1064
|
+
this.ariaPageLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaPageLabel", alias: 'auAriaPageLabel' }] : [{ alias: 'auAriaPageLabel' }]));
|
|
1059
1065
|
/**
|
|
1060
1066
|
* Provide the label for the aria-live element
|
|
1061
1067
|
* This is used for accessibility purposes.
|
|
@@ -1069,7 +1075,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1069
1075
|
* (currentPage: number) => `Current page is ${currentPage}`
|
|
1070
1076
|
* ```
|
|
1071
1077
|
*/
|
|
1072
|
-
this.ariaLiveLabel = input(undefined, { alias: 'auAriaLiveLabel' });
|
|
1078
|
+
this.ariaLiveLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLiveLabel", alias: 'auAriaLiveLabel' }] : [{ alias: 'auAriaLiveLabel' }]));
|
|
1073
1079
|
/**
|
|
1074
1080
|
* The label for the nav element.
|
|
1075
1081
|
*
|
|
@@ -1078,7 +1084,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1078
1084
|
*
|
|
1079
1085
|
* @defaultValue `'Page navigation'`
|
|
1080
1086
|
*/
|
|
1081
|
-
this.ariaLabel = input(undefined, { alias: 'auAriaLabel' });
|
|
1087
|
+
this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
|
|
1082
1088
|
/**
|
|
1083
1089
|
* The label for the "active" page.
|
|
1084
1090
|
* for I18n, we suggest to use the global configuration
|
|
@@ -1089,7 +1095,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1089
1095
|
* '(current)'
|
|
1090
1096
|
* ```
|
|
1091
1097
|
*/
|
|
1092
|
-
this.activeLabel = input(undefined, { alias: 'auActiveLabel' });
|
|
1098
|
+
this.activeLabel = input(undefined, ...(ngDevMode ? [{ debugName: "activeLabel", alias: 'auActiveLabel' }] : [{ alias: 'auActiveLabel' }]));
|
|
1093
1099
|
/**
|
|
1094
1100
|
* The label for the "First" page button.
|
|
1095
1101
|
* for I18n, we suggest to use the global configuration
|
|
@@ -1100,7 +1106,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1100
1106
|
* 'Action link for first page'
|
|
1101
1107
|
* ```
|
|
1102
1108
|
*/
|
|
1103
|
-
this.ariaFirstLabel = input(undefined, { alias: 'auAriaFirstLabel' });
|
|
1109
|
+
this.ariaFirstLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaFirstLabel", alias: 'auAriaFirstLabel' }] : [{ alias: 'auAriaFirstLabel' }]));
|
|
1104
1110
|
/**
|
|
1105
1111
|
* The label for the "Previous" page button.
|
|
1106
1112
|
* for I18n, we suggest to use the global configuration
|
|
@@ -1111,7 +1117,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1111
1117
|
* 'Action link for previous page'
|
|
1112
1118
|
* ```
|
|
1113
1119
|
*/
|
|
1114
|
-
this.ariaPreviousLabel = input(undefined, { alias: 'auAriaPreviousLabel' });
|
|
1120
|
+
this.ariaPreviousLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaPreviousLabel", alias: 'auAriaPreviousLabel' }] : [{ alias: 'auAriaPreviousLabel' }]));
|
|
1115
1121
|
/**
|
|
1116
1122
|
* The label for the "Next" page button.
|
|
1117
1123
|
* for I18n, we suggest to use the global configuration
|
|
@@ -1122,7 +1128,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1122
1128
|
* 'Action link for next page'
|
|
1123
1129
|
* ```
|
|
1124
1130
|
*/
|
|
1125
|
-
this.ariaNextLabel = input(undefined, { alias: 'auAriaNextLabel' });
|
|
1131
|
+
this.ariaNextLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaNextLabel", alias: 'auAriaNextLabel' }] : [{ alias: 'auAriaNextLabel' }]));
|
|
1126
1132
|
/**
|
|
1127
1133
|
* The label for the "Last" page button.
|
|
1128
1134
|
* for I18n, we suggest to use the global configuration
|
|
@@ -1133,7 +1139,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1133
1139
|
* 'Action link for last page'
|
|
1134
1140
|
* ```
|
|
1135
1141
|
*/
|
|
1136
|
-
this.ariaLastLabel = input(undefined, { alias: 'auAriaLastLabel' });
|
|
1142
|
+
this.ariaLastLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLastLabel", alias: 'auAriaLastLabel' }] : [{ alias: 'auAriaLastLabel' }]));
|
|
1137
1143
|
/**
|
|
1138
1144
|
* The label for the "Ellipsis" page.
|
|
1139
1145
|
* for I18n, we suggest to use the global configuration
|
|
@@ -1141,7 +1147,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1141
1147
|
*
|
|
1142
1148
|
* @defaultValue `'Ellipsis page element'`
|
|
1143
1149
|
*/
|
|
1144
|
-
this.ariaEllipsisLabel = input(undefined, { alias: 'auAriaEllipsisLabel' });
|
|
1150
|
+
this.ariaEllipsisLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaEllipsisLabel", alias: 'auAriaEllipsisLabel' }] : [{ alias: 'auAriaEllipsisLabel' }]));
|
|
1145
1151
|
/**
|
|
1146
1152
|
* Factory function providing the href for a "Page" page anchor,
|
|
1147
1153
|
* based on the current page number
|
|
@@ -1152,7 +1158,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1152
1158
|
* (_page: number) => PAGE_LINK_DEFAULT
|
|
1153
1159
|
* ```
|
|
1154
1160
|
*/
|
|
1155
|
-
this.pageLink = input(undefined, { alias: 'auPageLink' });
|
|
1161
|
+
this.pageLink = input(undefined, ...(ngDevMode ? [{ debugName: "pageLink", alias: 'auPageLink' }] : [{ alias: 'auPageLink' }]));
|
|
1156
1162
|
/**
|
|
1157
1163
|
* The template to use for the ellipsis slot
|
|
1158
1164
|
* for I18n, we suggest to use the global configuration
|
|
@@ -1160,8 +1166,8 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1160
1166
|
*
|
|
1161
1167
|
* @defaultValue `'…'`
|
|
1162
1168
|
*/
|
|
1163
|
-
this.ellipsisLabel = input(undefined, { alias: 'auEllipsisLabel' });
|
|
1164
|
-
this.slotEllipsisFromContent = contentChild(PaginationEllipsisDirective);
|
|
1169
|
+
this.ellipsisLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ellipsisLabel", alias: 'auEllipsisLabel' }] : [{ alias: 'auEllipsisLabel' }]));
|
|
1170
|
+
this.slotEllipsisFromContent = contentChild(PaginationEllipsisDirective, ...(ngDevMode ? [{ debugName: "slotEllipsisFromContent" }] : []));
|
|
1165
1171
|
/**
|
|
1166
1172
|
* The template to use for the first slot
|
|
1167
1173
|
* for I18n, we suggest to use the global configuration
|
|
@@ -1169,8 +1175,8 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1169
1175
|
*
|
|
1170
1176
|
* @defaultValue `'«'`
|
|
1171
1177
|
*/
|
|
1172
|
-
this.firstPageLabel = input(undefined, { alias: 'auFirstPageLabel' });
|
|
1173
|
-
this.slotFirstFromContent = contentChild(PaginationFirstDirective);
|
|
1178
|
+
this.firstPageLabel = input(undefined, ...(ngDevMode ? [{ debugName: "firstPageLabel", alias: 'auFirstPageLabel' }] : [{ alias: 'auFirstPageLabel' }]));
|
|
1179
|
+
this.slotFirstFromContent = contentChild(PaginationFirstDirective, ...(ngDevMode ? [{ debugName: "slotFirstFromContent" }] : []));
|
|
1174
1180
|
/**
|
|
1175
1181
|
* The template to use for the previous slot
|
|
1176
1182
|
* for I18n, we suggest to use the global configuration
|
|
@@ -1178,8 +1184,8 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1178
1184
|
*
|
|
1179
1185
|
* @defaultValue `'‹'`
|
|
1180
1186
|
*/
|
|
1181
|
-
this.previousPageLabel = input(undefined, { alias: 'auPreviousPageLabel' });
|
|
1182
|
-
this.slotPreviousFromContent = contentChild(PaginationPreviousDirective);
|
|
1187
|
+
this.previousPageLabel = input(undefined, ...(ngDevMode ? [{ debugName: "previousPageLabel", alias: 'auPreviousPageLabel' }] : [{ alias: 'auPreviousPageLabel' }]));
|
|
1188
|
+
this.slotPreviousFromContent = contentChild(PaginationPreviousDirective, ...(ngDevMode ? [{ debugName: "slotPreviousFromContent" }] : []));
|
|
1183
1189
|
/**
|
|
1184
1190
|
* The template to use for the next slot
|
|
1185
1191
|
* for I18n, we suggest to use the global configuration
|
|
@@ -1187,8 +1193,8 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1187
1193
|
*
|
|
1188
1194
|
* @defaultValue `'›'`
|
|
1189
1195
|
*/
|
|
1190
|
-
this.nextPageLabel = input(undefined, { alias: 'auNextPageLabel' });
|
|
1191
|
-
this.slotNextFromContent = contentChild(PaginationNextDirective);
|
|
1196
|
+
this.nextPageLabel = input(undefined, ...(ngDevMode ? [{ debugName: "nextPageLabel", alias: 'auNextPageLabel' }] : [{ alias: 'auNextPageLabel' }]));
|
|
1197
|
+
this.slotNextFromContent = contentChild(PaginationNextDirective, ...(ngDevMode ? [{ debugName: "slotNextFromContent" }] : []));
|
|
1192
1198
|
/**
|
|
1193
1199
|
* The template to use for the last slot
|
|
1194
1200
|
* for I18n, we suggest to use the global configuration
|
|
@@ -1196,15 +1202,15 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1196
1202
|
*
|
|
1197
1203
|
* @defaultValue `'»'`
|
|
1198
1204
|
*/
|
|
1199
|
-
this.lastPageLabel = input(undefined, { alias: 'auLastPageLabel' });
|
|
1200
|
-
this.slotLastFromContent = contentChild(PaginationLastDirective);
|
|
1205
|
+
this.lastPageLabel = input(undefined, ...(ngDevMode ? [{ debugName: "lastPageLabel", alias: 'auLastPageLabel' }] : [{ alias: 'auLastPageLabel' }]));
|
|
1206
|
+
this.slotLastFromContent = contentChild(PaginationLastDirective, ...(ngDevMode ? [{ debugName: "slotLastFromContent" }] : []));
|
|
1201
1207
|
/**
|
|
1202
1208
|
* The template to use for the pages slot
|
|
1203
1209
|
* To use to customize the pages view
|
|
1204
1210
|
* override any configuration parameters provided for this
|
|
1205
1211
|
*/
|
|
1206
|
-
this.pagesDisplay = input(undefined, { alias: 'auPagesDisplay' });
|
|
1207
|
-
this.slotPagesFromContent = contentChild(PaginationPagesDirective);
|
|
1212
|
+
this.pagesDisplay = input(undefined, ...(ngDevMode ? [{ debugName: "pagesDisplay", alias: 'auPagesDisplay' }] : [{ alias: 'auPagesDisplay' }]));
|
|
1213
|
+
this.slotPagesFromContent = contentChild(PaginationPagesDirective, ...(ngDevMode ? [{ debugName: "slotPagesFromContent" }] : []));
|
|
1208
1214
|
/**
|
|
1209
1215
|
* The template to use for the number slot
|
|
1210
1216
|
* override any configuration parameters provided for this
|
|
@@ -1216,8 +1222,8 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1216
1222
|
* ({displayedPage}: PaginationNumberContext) => `${displayedPage}`
|
|
1217
1223
|
* ```
|
|
1218
1224
|
*/
|
|
1219
|
-
this.numberLabel = input(undefined, { alias: 'auNumberLabel' });
|
|
1220
|
-
this.slotNumberLabelFromContent = contentChild(PaginationNumberDirective);
|
|
1225
|
+
this.numberLabel = input(undefined, ...(ngDevMode ? [{ debugName: "numberLabel", alias: 'auNumberLabel' }] : [{ alias: 'auNumberLabel' }]));
|
|
1226
|
+
this.slotNumberLabelFromContent = contentChild(PaginationNumberDirective, ...(ngDevMode ? [{ debugName: "slotNumberLabelFromContent" }] : []));
|
|
1221
1227
|
/**
|
|
1222
1228
|
* The template to use for the structure of the pagination component
|
|
1223
1229
|
* The default structure uses {@link PaginationProps.ellipsisLabel|ellipsisLabel}, {@link PaginationProps.firstPageLabel|firstPageLabel},
|
|
@@ -1225,26 +1231,26 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1225
1231
|
* {@link PaginationProps.lastPageLabel|lastPageLabel}, {@link PaginationProps.pagesDisplay|pagesDisplay},
|
|
1226
1232
|
* {@link PaginationProps.numberLabel|numberLabel},
|
|
1227
1233
|
*/
|
|
1228
|
-
this.structure = input(undefined, { alias: 'auStructure' });
|
|
1229
|
-
this.slotStructureFromContent = contentChild(PaginationStructureDirective);
|
|
1234
|
+
this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
|
|
1235
|
+
this.slotStructureFromContent = contentChild(PaginationStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
|
|
1230
1236
|
/**
|
|
1231
1237
|
* If `true`, pagination links will be disabled.
|
|
1232
1238
|
*
|
|
1233
1239
|
* @defaultValue `false`
|
|
1234
1240
|
*/
|
|
1235
|
-
this.disabled = input(undefined, { alias: 'auDisabled', transform: auBooleanAttribute });
|
|
1241
|
+
this.disabled = input(undefined, ...(ngDevMode ? [{ debugName: "disabled", alias: 'auDisabled', transform: auBooleanAttribute }] : [{ alias: 'auDisabled', transform: auBooleanAttribute }]));
|
|
1236
1242
|
/**
|
|
1237
1243
|
* If `true`, the "First" and "Last" page links are shown.
|
|
1238
1244
|
*
|
|
1239
1245
|
* @defaultValue `false`
|
|
1240
1246
|
*/
|
|
1241
|
-
this.boundaryLinks = input(undefined, { alias: 'auBoundaryLinks', transform: auBooleanAttribute });
|
|
1247
|
+
this.boundaryLinks = input(undefined, ...(ngDevMode ? [{ debugName: "boundaryLinks", alias: 'auBoundaryLinks', transform: auBooleanAttribute }] : [{ alias: 'auBoundaryLinks', transform: auBooleanAttribute }]));
|
|
1242
1248
|
/**
|
|
1243
1249
|
* If `true`, the "Next" and "Previous" page links are shown.
|
|
1244
1250
|
*
|
|
1245
1251
|
* @defaultValue `true`
|
|
1246
1252
|
*/
|
|
1247
|
-
this.directionLinks = input(undefined, { alias: 'auDirectionLinks', transform: auBooleanAttribute });
|
|
1253
|
+
this.directionLinks = input(undefined, ...(ngDevMode ? [{ debugName: "directionLinks", alias: 'auDirectionLinks', transform: auBooleanAttribute }] : [{ alias: 'auDirectionLinks', transform: auBooleanAttribute }]));
|
|
1248
1254
|
/**
|
|
1249
1255
|
* The number of items in your paginated collection.
|
|
1250
1256
|
*
|
|
@@ -1257,7 +1263,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1257
1263
|
*
|
|
1258
1264
|
* @defaultValue `0`
|
|
1259
1265
|
*/
|
|
1260
|
-
this.collectionSize = input(undefined, { alias: 'auCollectionSize', transform: auNumberAttribute });
|
|
1266
|
+
this.collectionSize = input(undefined, ...(ngDevMode ? [{ debugName: "collectionSize", alias: 'auCollectionSize', transform: auNumberAttribute }] : [{ alias: 'auCollectionSize', transform: auNumberAttribute }]));
|
|
1261
1267
|
/**
|
|
1262
1268
|
* The current page.
|
|
1263
1269
|
*
|
|
@@ -1265,14 +1271,14 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1265
1271
|
*
|
|
1266
1272
|
* @defaultValue `1`
|
|
1267
1273
|
*/
|
|
1268
|
-
this.page = input(undefined, { alias: 'auPage', transform: auNumberAttribute });
|
|
1274
|
+
this.page = input(undefined, ...(ngDevMode ? [{ debugName: "page", alias: 'auPage', transform: auNumberAttribute }] : [{ alias: 'auPage', transform: auNumberAttribute }]));
|
|
1269
1275
|
/**
|
|
1270
1276
|
* The number of items per page.
|
|
1271
1277
|
* @remarks min value is 1
|
|
1272
1278
|
*
|
|
1273
1279
|
* @defaultValue `10`
|
|
1274
1280
|
*/
|
|
1275
|
-
this.pageSize = input(undefined, { alias: 'auPageSize', transform: auNumberAttribute });
|
|
1281
|
+
this.pageSize = input(undefined, ...(ngDevMode ? [{ debugName: "pageSize", alias: 'auPageSize', transform: auNumberAttribute }] : [{ alias: 'auPageSize', transform: auNumberAttribute }]));
|
|
1276
1282
|
/**
|
|
1277
1283
|
* The pagination display size.
|
|
1278
1284
|
*
|
|
@@ -1280,7 +1286,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1280
1286
|
*
|
|
1281
1287
|
* @defaultValue `null`
|
|
1282
1288
|
*/
|
|
1283
|
-
this.size = input(undefined, { alias: 'auSize' });
|
|
1289
|
+
this.size = input(undefined, ...(ngDevMode ? [{ debugName: "size", alias: 'auSize' }] : [{ alias: 'auSize' }]));
|
|
1284
1290
|
/**
|
|
1285
1291
|
* pagesFactory returns a function computing the array of pages to be displayed
|
|
1286
1292
|
* as number (-1 are treated as ellipsis).
|
|
@@ -1299,7 +1305,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1299
1305
|
* }
|
|
1300
1306
|
* ```
|
|
1301
1307
|
*/
|
|
1302
|
-
this.pagesFactory = input(undefined, { alias: 'auPagesFactory' });
|
|
1308
|
+
this.pagesFactory = input(undefined, ...(ngDevMode ? [{ debugName: "pagesFactory", alias: 'auPagesFactory' }] : [{ alias: 'auPagesFactory' }]));
|
|
1303
1309
|
/**
|
|
1304
1310
|
* An event fired when the page is changed.
|
|
1305
1311
|
*
|
|
@@ -1317,7 +1323,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1317
1323
|
*
|
|
1318
1324
|
* @defaultValue `''`
|
|
1319
1325
|
*/
|
|
1320
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
1326
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
1321
1327
|
}
|
|
1322
1328
|
static { this.ɵfac = function PaginationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaginationComponent)(); }; }
|
|
1323
1329
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaginationComponent, selectors: [["", "auPagination", ""]], contentQueries: function PaginationComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
@@ -1336,7 +1342,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1336
1342
|
} }, inputs: { ariaPageLabel: [1, "auAriaPageLabel", "ariaPageLabel"], ariaLiveLabel: [1, "auAriaLiveLabel", "ariaLiveLabel"], ariaLabel: [1, "auAriaLabel", "ariaLabel"], activeLabel: [1, "auActiveLabel", "activeLabel"], ariaFirstLabel: [1, "auAriaFirstLabel", "ariaFirstLabel"], ariaPreviousLabel: [1, "auAriaPreviousLabel", "ariaPreviousLabel"], ariaNextLabel: [1, "auAriaNextLabel", "ariaNextLabel"], ariaLastLabel: [1, "auAriaLastLabel", "ariaLastLabel"], ariaEllipsisLabel: [1, "auAriaEllipsisLabel", "ariaEllipsisLabel"], pageLink: [1, "auPageLink", "pageLink"], ellipsisLabel: [1, "auEllipsisLabel", "ellipsisLabel"], firstPageLabel: [1, "auFirstPageLabel", "firstPageLabel"], previousPageLabel: [1, "auPreviousPageLabel", "previousPageLabel"], nextPageLabel: [1, "auNextPageLabel", "nextPageLabel"], lastPageLabel: [1, "auLastPageLabel", "lastPageLabel"], pagesDisplay: [1, "auPagesDisplay", "pagesDisplay"], numberLabel: [1, "auNumberLabel", "numberLabel"], structure: [1, "auStructure", "structure"], disabled: [1, "auDisabled", "disabled"], boundaryLinks: [1, "auBoundaryLinks", "boundaryLinks"], directionLinks: [1, "auDirectionLinks", "directionLinks"], collectionSize: [1, "auCollectionSize", "collectionSize"], page: [1, "auPage", "page"], pageSize: [1, "auPageSize", "pageSize"], size: [1, "auSize", "size"], pagesFactory: [1, "auPagesFactory", "pagesFactory"], className: [1, "auClassName", "className"] }, outputs: { pageChange: "auPageChange" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c6$2, decls: 1, vars: 6, consts: [[3, "auSlotProps", "auSlot"]], template: function PaginationComponent_Template(rf, ctx) { if (rf & 1) {
|
|
1337
1343
|
i0.ɵɵtemplate(0, PaginationComponent_ng_template_0_Template, 0, 0, "ng-template", 0);
|
|
1338
1344
|
} if (rf & 2) {
|
|
1339
|
-
i0.ɵɵproperty("auSlotProps", i0.ɵɵpureFunction3(2, _c2$
|
|
1345
|
+
i0.ɵɵproperty("auSlotProps", i0.ɵɵpureFunction3(2, _c2$a, ctx.state, ctx.api, ctx.directives))("auSlot", ctx.state.structure());
|
|
1340
1346
|
} }, dependencies: [SlotDirective], encapsulation: 2, changeDetection: 0 }); }
|
|
1341
1347
|
}
|
|
1342
1348
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaginationComponent, [{
|
|
@@ -1366,9 +1372,9 @@ const export_getRatingDefaultConfig = getRatingDefaultConfig;
|
|
|
1366
1372
|
*/
|
|
1367
1373
|
const export_createRating = createRating;
|
|
1368
1374
|
|
|
1369
|
-
const _c0$
|
|
1370
|
-
const _c1$
|
|
1371
|
-
const _c2$
|
|
1375
|
+
const _c0$a = ["auRating", ""];
|
|
1376
|
+
const _c1$a = a0 => ({ index: a0 });
|
|
1377
|
+
const _c2$9 = (a0, a1) => [a0, a1];
|
|
1372
1378
|
function RatingComponent_For_1_ng_template_3_Template(rf, ctx) { }
|
|
1373
1379
|
function RatingComponent_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
1374
1380
|
i0.ɵɵelementStart(0, "span", 0);
|
|
@@ -1383,7 +1389,7 @@ function RatingComponent_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
1383
1389
|
i0.ɵɵadvance();
|
|
1384
1390
|
i0.ɵɵtextInterpolate1("(", ɵ$index_1_r1 < ctx_r1.state.visibleRating() ? "*" : " ", ")");
|
|
1385
1391
|
i0.ɵɵadvance();
|
|
1386
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(6, _c2$
|
|
1392
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(6, _c2$9, ctx_r1.directives.starDirective, i0.ɵɵpureFunction1(4, _c1$a, ɵ$index_1_r1)));
|
|
1387
1393
|
i0.ɵɵadvance();
|
|
1388
1394
|
i0.ɵɵproperty("auSlot", ctx_r1.state.star())("auSlotProps", ctx_r1.state.stars()[ɵ$index_1_r1]);
|
|
1389
1395
|
} }
|
|
@@ -1452,31 +1458,31 @@ class RatingComponent extends BaseWidgetDirective {
|
|
|
1452
1458
|
* (rating: number, maxRating: number) => `${rating} out of ${maxRating}`
|
|
1453
1459
|
* ```
|
|
1454
1460
|
*/
|
|
1455
|
-
this.ariaValueTextFn = input(undefined, { alias: 'auAriaValueTextFn' });
|
|
1461
|
+
this.ariaValueTextFn = input(undefined, ...(ngDevMode ? [{ debugName: "ariaValueTextFn", alias: 'auAriaValueTextFn' }] : [{ alias: 'auAriaValueTextFn' }]));
|
|
1456
1462
|
/**
|
|
1457
1463
|
* If `true`, the rating is disabled.
|
|
1458
1464
|
*
|
|
1459
1465
|
* @defaultValue `false`
|
|
1460
1466
|
*/
|
|
1461
|
-
this.disabled = input(undefined, { alias: 'auDisabled', transform: auBooleanAttribute });
|
|
1467
|
+
this.disabled = input(undefined, ...(ngDevMode ? [{ debugName: "disabled", alias: 'auDisabled', transform: auBooleanAttribute }] : [{ alias: 'auDisabled', transform: auBooleanAttribute }]));
|
|
1462
1468
|
/**
|
|
1463
1469
|
* The maximum rating that can be given.
|
|
1464
1470
|
*
|
|
1465
1471
|
* @defaultValue `10`
|
|
1466
1472
|
*/
|
|
1467
|
-
this.maxRating = input(undefined, { alias: 'auMaxRating', transform: auNumberAttribute });
|
|
1473
|
+
this.maxRating = input(undefined, ...(ngDevMode ? [{ debugName: "maxRating", alias: 'auMaxRating', transform: auNumberAttribute }] : [{ alias: 'auMaxRating', transform: auNumberAttribute }]));
|
|
1468
1474
|
/**
|
|
1469
1475
|
* The current rating. Could be a decimal value like `3.75`.
|
|
1470
1476
|
*
|
|
1471
1477
|
* @defaultValue `0`
|
|
1472
1478
|
*/
|
|
1473
|
-
this.rating = input(undefined, { alias: 'auRating', transform: auNumberAttribute });
|
|
1479
|
+
this.rating = input(undefined, ...(ngDevMode ? [{ debugName: "rating", alias: 'auRating', transform: auNumberAttribute }] : [{ alias: 'auRating', transform: auNumberAttribute }]));
|
|
1474
1480
|
/**
|
|
1475
1481
|
* If `true`, the rating can't be changed.
|
|
1476
1482
|
*
|
|
1477
1483
|
* @defaultValue `false`
|
|
1478
1484
|
*/
|
|
1479
|
-
this.readonly = input(undefined, { alias: 'auReadonly', transform: auBooleanAttribute });
|
|
1485
|
+
this.readonly = input(undefined, ...(ngDevMode ? [{ debugName: "readonly", alias: 'auReadonly', transform: auBooleanAttribute }] : [{ alias: 'auReadonly', transform: auBooleanAttribute }]));
|
|
1480
1486
|
/**
|
|
1481
1487
|
* Define if the rating can be reset.
|
|
1482
1488
|
*
|
|
@@ -1484,7 +1490,7 @@ class RatingComponent extends BaseWidgetDirective {
|
|
|
1484
1490
|
*
|
|
1485
1491
|
* @defaultValue `true`
|
|
1486
1492
|
*/
|
|
1487
|
-
this.resettable = input(undefined, { alias: 'auResettable', transform: auBooleanAttribute });
|
|
1493
|
+
this.resettable = input(undefined, ...(ngDevMode ? [{ debugName: "resettable", alias: 'auResettable', transform: auBooleanAttribute }] : [{ alias: 'auResettable', transform: auBooleanAttribute }]));
|
|
1488
1494
|
/**
|
|
1489
1495
|
* The template to override the way each star is displayed.
|
|
1490
1496
|
*
|
|
@@ -1493,33 +1499,33 @@ class RatingComponent extends BaseWidgetDirective {
|
|
|
1493
1499
|
* ({fill}: StarContext) => String.fromCharCode(fill === 100 ? 9733 : 9734)
|
|
1494
1500
|
* ```
|
|
1495
1501
|
*/
|
|
1496
|
-
this.star = input(undefined, { alias: 'auStar' });
|
|
1497
|
-
this.slotStarFromContent = contentChild(RatingStarDirective);
|
|
1502
|
+
this.star = input(undefined, ...(ngDevMode ? [{ debugName: "star", alias: 'auStar' }] : [{ alias: 'auStar' }]));
|
|
1503
|
+
this.slotStarFromContent = contentChild(RatingStarDirective, ...(ngDevMode ? [{ debugName: "slotStarFromContent" }] : []));
|
|
1498
1504
|
/**
|
|
1499
1505
|
* Allows setting a custom rating tabindex.
|
|
1500
1506
|
* If the component is disabled, `tabindex` will still be set to `-1`.
|
|
1501
1507
|
*
|
|
1502
1508
|
* @defaultValue `0`
|
|
1503
1509
|
*/
|
|
1504
|
-
this.tabindex = input(undefined, { alias: 'auTabindex', transform: auNumberAttribute });
|
|
1510
|
+
this.tabindex = input(undefined, ...(ngDevMode ? [{ debugName: "tabindex", alias: 'auTabindex', transform: auNumberAttribute }] : [{ alias: 'auTabindex', transform: auNumberAttribute }]));
|
|
1505
1511
|
/**
|
|
1506
1512
|
* CSS classes to be applied on the widget main container
|
|
1507
1513
|
*
|
|
1508
1514
|
* @defaultValue `''`
|
|
1509
1515
|
*/
|
|
1510
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
1516
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
1511
1517
|
/**
|
|
1512
1518
|
* The aria label
|
|
1513
1519
|
*
|
|
1514
1520
|
* @defaultValue `'Rating'`
|
|
1515
1521
|
*/
|
|
1516
|
-
this.ariaLabel = input(undefined, { alias: 'auAriaLabel' });
|
|
1522
|
+
this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
|
|
1517
1523
|
/**
|
|
1518
1524
|
* The aria labelled by
|
|
1519
1525
|
*
|
|
1520
1526
|
* @defaultValue `''`
|
|
1521
1527
|
*/
|
|
1522
|
-
this.ariaLabelledBy = input(undefined, { alias: 'auAriaLabelledBy' });
|
|
1528
|
+
this.ariaLabelledBy = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabelledBy", alias: 'auAriaLabelledBy' }] : [{ alias: 'auAriaLabelledBy' }]));
|
|
1523
1529
|
/**
|
|
1524
1530
|
* An event emitted when the user is hovering over a given rating.
|
|
1525
1531
|
*
|
|
@@ -1564,7 +1570,7 @@ class RatingComponent extends BaseWidgetDirective {
|
|
|
1564
1570
|
i0.ɵɵqueryAdvance();
|
|
1565
1571
|
} }, hostAttrs: [1, "d-inline-flex"], hostBindings: function RatingComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
1566
1572
|
i0.ɵɵlistener("blur", function RatingComponent_blur_HostBindingHandler() { return ctx.onTouched(); });
|
|
1567
|
-
} }, inputs: { ariaValueTextFn: [1, "auAriaValueTextFn", "ariaValueTextFn"], disabled: [1, "auDisabled", "disabled"], maxRating: [1, "auMaxRating", "maxRating"], rating: [1, "auRating", "rating"], readonly: [1, "auReadonly", "readonly"], resettable: [1, "auResettable", "resettable"], star: [1, "auStar", "star"], tabindex: [1, "auTabindex", "tabindex"], className: [1, "auClassName", "className"], ariaLabel: [1, "auAriaLabel", "ariaLabel"], ariaLabelledBy: [1, "auAriaLabelledBy", "ariaLabelledBy"] }, outputs: { hover: "auHover", leave: "auLeave", ratingChange: "auRatingChange" }, features: [i0.ɵɵProvidersFeature([{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => RatingComponent), multi: true }]), i0.ɵɵInheritDefinitionFeature], attrs: _c0$
|
|
1573
|
+
} }, inputs: { ariaValueTextFn: [1, "auAriaValueTextFn", "ariaValueTextFn"], disabled: [1, "auDisabled", "disabled"], maxRating: [1, "auMaxRating", "maxRating"], rating: [1, "auRating", "rating"], readonly: [1, "auReadonly", "readonly"], resettable: [1, "auResettable", "resettable"], star: [1, "auStar", "star"], tabindex: [1, "auTabindex", "tabindex"], className: [1, "auClassName", "className"], ariaLabel: [1, "auAriaLabel", "ariaLabel"], ariaLabelledBy: [1, "auAriaLabelledBy", "ariaLabelledBy"] }, outputs: { hover: "auHover", leave: "auLeave", ratingChange: "auRatingChange" }, features: [i0.ɵɵProvidersFeature([{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => RatingComponent), multi: true }]), i0.ɵɵInheritDefinitionFeature], attrs: _c0$a, decls: 2, vars: 0, consts: [[1, "visually-hidden"], [3, "auUse"], [3, "auSlot", "auSlotProps"]], template: function RatingComponent_Template(rf, ctx) { if (rf & 1) {
|
|
1568
1574
|
i0.ɵɵrepeaterCreate(0, RatingComponent_For_1_Template, 4, 9, null, null, ctx.trackByIndex, true);
|
|
1569
1575
|
} if (rf & 2) {
|
|
1570
1576
|
i0.ɵɵrepeater(ctx.state.stars());
|
|
@@ -1606,10 +1612,10 @@ const export_getSelectDefaultConfig = getSelectDefaultConfig;
|
|
|
1606
1612
|
*/
|
|
1607
1613
|
const export_createSelect = createSelect;
|
|
1608
1614
|
|
|
1609
|
-
const _c0$
|
|
1610
|
-
const _c1$
|
|
1611
|
-
const _c2$
|
|
1612
|
-
const _c3$
|
|
1615
|
+
const _c0$9 = ["auSelect", ""];
|
|
1616
|
+
const _c1$9 = (a0, a1) => [a0, a1];
|
|
1617
|
+
const _c2$8 = (a0, a1, a2, a3) => ({ state: a0, api: a1, directives: a2, itemContext: a3 });
|
|
1618
|
+
const _c3$8 = (a0, a1, a2) => [a0, a1, a2];
|
|
1613
1619
|
function SelectComponent_Conditional_1_For_1_ng_template_1_Template(rf, ctx) { }
|
|
1614
1620
|
function SelectComponent_Conditional_1_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
1615
1621
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -1618,9 +1624,9 @@ function SelectComponent_Conditional_1_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
1618
1624
|
} if (rf & 2) {
|
|
1619
1625
|
const itemContext_r1 = ctx.$implicit;
|
|
1620
1626
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
1621
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(3, _c1$
|
|
1627
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(3, _c1$9, ctx_r1.directives.badgeAttributesDirective, itemContext_r1));
|
|
1622
1628
|
i0.ɵɵadvance();
|
|
1623
|
-
i0.ɵɵproperty("auSlot", ctx_r1.state.badgeLabel())("auSlotProps", i0.ɵɵpureFunction4(6, _c2$
|
|
1629
|
+
i0.ɵɵproperty("auSlot", ctx_r1.state.badgeLabel())("auSlotProps", i0.ɵɵpureFunction4(6, _c2$8, ctx_r1.state, ctx_r1.api, ctx_r1.directives, itemContext_r1));
|
|
1624
1630
|
} }
|
|
1625
1631
|
function SelectComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
1626
1632
|
i0.ɵɵrepeaterCreate(0, SelectComponent_Conditional_1_For_1_Template, 2, 11, "div", 3, i0.ɵɵcomponentInstance().itemCtxTrackBy, true);
|
|
@@ -1636,9 +1642,9 @@ function SelectComponent_Conditional_3_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
1636
1642
|
const itemContext_r3 = ctx.$implicit;
|
|
1637
1643
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
1638
1644
|
i0.ɵɵclassProp("text-bg-primary", itemContext_r3 === ctx_r1.state.highlighted());
|
|
1639
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(5, _c1$
|
|
1645
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(5, _c1$9, ctx_r1.directives.itemAttributesDirective, itemContext_r3));
|
|
1640
1646
|
i0.ɵɵadvance();
|
|
1641
|
-
i0.ɵɵproperty("auSlot", ctx_r1.state.itemLabel())("auSlotProps", i0.ɵɵpureFunction4(8, _c2$
|
|
1647
|
+
i0.ɵɵproperty("auSlot", ctx_r1.state.itemLabel())("auSlotProps", i0.ɵɵpureFunction4(8, _c2$8, ctx_r1.state, ctx_r1.api, ctx_r1.directives, itemContext_r3));
|
|
1642
1648
|
} }
|
|
1643
1649
|
function SelectComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
1644
1650
|
i0.ɵɵelementStart(0, "ul", 2);
|
|
@@ -1646,7 +1652,7 @@ function SelectComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
1646
1652
|
i0.ɵɵelementEnd();
|
|
1647
1653
|
} if (rf & 2) {
|
|
1648
1654
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
1649
|
-
i0.ɵɵproperty("auUseMulti", i0.ɵɵpureFunction3(1, _c3$
|
|
1655
|
+
i0.ɵɵproperty("auUseMulti", i0.ɵɵpureFunction3(1, _c3$8, ctx_r1.directives.hasFocusDirective, ctx_r1.directives.floatingDirective, ctx_r1.directives.menuAttributesDirective));
|
|
1650
1656
|
i0.ɵɵadvance();
|
|
1651
1657
|
i0.ɵɵrepeater(ctx_r1.state.visibleItems());
|
|
1652
1658
|
} }
|
|
@@ -1721,17 +1727,17 @@ class SelectComponent extends BaseWidgetDirective {
|
|
|
1721
1727
|
*
|
|
1722
1728
|
* @defaultValue `'Select'`
|
|
1723
1729
|
*/
|
|
1724
|
-
this.ariaLabel = input(undefined, { alias: 'auAriaLabel' });
|
|
1730
|
+
this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
|
|
1725
1731
|
/**
|
|
1726
1732
|
* id used for the input inside the select
|
|
1727
1733
|
*/
|
|
1728
|
-
this.id = input(undefined, { alias: 'auId' });
|
|
1734
|
+
this.id = input(undefined, ...(ngDevMode ? [{ debugName: "id", alias: 'auId' }] : [{ alias: 'auId' }]));
|
|
1729
1735
|
/**
|
|
1730
1736
|
* List of available items for the dropdown
|
|
1731
1737
|
*
|
|
1732
1738
|
* @defaultValue `[]`
|
|
1733
1739
|
*/
|
|
1734
|
-
this.items = input(undefined, { alias: 'auItems' });
|
|
1740
|
+
this.items = input(undefined, ...(ngDevMode ? [{ debugName: "items", alias: 'auItems' }] : [{ alias: 'auItems' }]));
|
|
1735
1741
|
/**
|
|
1736
1742
|
* List of allowed placements for the dropdown.
|
|
1737
1743
|
* This refers to the [allowedPlacements from floating UI](https://floating-ui.com/docs/autoPlacement#allowedplacements), given the different [Placement possibilities](https://floating-ui.com/docs/computePosition#placement).
|
|
@@ -1741,43 +1747,43 @@ class SelectComponent extends BaseWidgetDirective {
|
|
|
1741
1747
|
* ['bottom-start', 'top-start', 'bottom-end', 'top-end']
|
|
1742
1748
|
* ```
|
|
1743
1749
|
*/
|
|
1744
|
-
this.allowedPlacements = input(undefined, { alias: 'auAllowedPlacements' });
|
|
1750
|
+
this.allowedPlacements = input(undefined, ...(ngDevMode ? [{ debugName: "allowedPlacements", alias: 'auAllowedPlacements' }] : [{ alias: 'auAllowedPlacements' }]));
|
|
1745
1751
|
/**
|
|
1746
1752
|
* true if the select is open
|
|
1747
1753
|
*
|
|
1748
1754
|
* @defaultValue `false`
|
|
1749
1755
|
*/
|
|
1750
|
-
this.open = input(undefined, { alias: 'auOpen', transform: auBooleanAttribute });
|
|
1756
|
+
this.open = input(undefined, ...(ngDevMode ? [{ debugName: "open", alias: 'auOpen', transform: auBooleanAttribute }] : [{ alias: 'auOpen', transform: auBooleanAttribute }]));
|
|
1751
1757
|
/**
|
|
1752
1758
|
* Filtered text to be display in the filter input
|
|
1753
1759
|
*
|
|
1754
1760
|
* @defaultValue `''`
|
|
1755
1761
|
*/
|
|
1756
|
-
this.filterText = input(undefined, { alias: 'auFilterText' });
|
|
1762
|
+
this.filterText = input(undefined, ...(ngDevMode ? [{ debugName: "filterText", alias: 'auFilterText' }] : [{ alias: 'auFilterText' }]));
|
|
1757
1763
|
/**
|
|
1758
1764
|
* CSS classes to be applied on the widget main container
|
|
1759
1765
|
*
|
|
1760
1766
|
* @defaultValue `''`
|
|
1761
1767
|
*/
|
|
1762
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
1768
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
1763
1769
|
/**
|
|
1764
1770
|
* true if the select is disabled
|
|
1765
1771
|
*
|
|
1766
1772
|
* @defaultValue `false`
|
|
1767
1773
|
*/
|
|
1768
|
-
this.disabled = input(undefined, { alias: 'auDisabled', transform: auBooleanAttribute });
|
|
1774
|
+
this.disabled = input(undefined, ...(ngDevMode ? [{ debugName: "disabled", alias: 'auDisabled', transform: auBooleanAttribute }] : [{ alias: 'auDisabled', transform: auBooleanAttribute }]));
|
|
1769
1775
|
/**
|
|
1770
1776
|
* List of selected item ids
|
|
1771
1777
|
*
|
|
1772
1778
|
* @defaultValue `[]`
|
|
1773
1779
|
*/
|
|
1774
|
-
this.selected = input(undefined, { alias: 'auSelected' });
|
|
1780
|
+
this.selected = input(undefined, ...(ngDevMode ? [{ debugName: "selected", alias: 'auSelected' }] : [{ alias: 'auSelected' }]));
|
|
1775
1781
|
/**
|
|
1776
1782
|
* true if a loading process is being done
|
|
1777
1783
|
*
|
|
1778
1784
|
* @defaultValue `false`
|
|
1779
1785
|
*/
|
|
1780
|
-
this.loading = input(undefined, { alias: 'auLoading', transform: auBooleanAttribute });
|
|
1786
|
+
this.loading = input(undefined, ...(ngDevMode ? [{ debugName: "loading", alias: 'auLoading', transform: auBooleanAttribute }] : [{ alias: 'auLoading', transform: auBooleanAttribute }]));
|
|
1781
1787
|
/**
|
|
1782
1788
|
* Custom function to get the id of an item
|
|
1783
1789
|
* By default, the item is returned
|
|
@@ -1787,13 +1793,13 @@ class SelectComponent extends BaseWidgetDirective {
|
|
|
1787
1793
|
* (item: any) => '' + item
|
|
1788
1794
|
* ```
|
|
1789
1795
|
*/
|
|
1790
|
-
this.itemIdFn = input(undefined, { alias: 'auItemIdFn' });
|
|
1796
|
+
this.itemIdFn = input(undefined, ...(ngDevMode ? [{ debugName: "itemIdFn", alias: 'auItemIdFn' }] : [{ alias: 'auItemIdFn' }]));
|
|
1791
1797
|
/**
|
|
1792
1798
|
* Class to be added on the dropdown menu container
|
|
1793
1799
|
*
|
|
1794
1800
|
* @defaultValue `''`
|
|
1795
1801
|
*/
|
|
1796
|
-
this.menuClassName = input(undefined, { alias: 'auMenuClassName' });
|
|
1802
|
+
this.menuClassName = input(undefined, ...(ngDevMode ? [{ debugName: "menuClassName", alias: 'auMenuClassName' }] : [{ alias: 'auMenuClassName' }]));
|
|
1797
1803
|
/**
|
|
1798
1804
|
* The template to override the way each badge on the left of the input is displayed.
|
|
1799
1805
|
* This define the content of the badge inside the badge container.
|
|
@@ -1803,8 +1809,8 @@ class SelectComponent extends BaseWidgetDirective {
|
|
|
1803
1809
|
* ({itemContext}: SelectItemContext<any>) => itemContext.item
|
|
1804
1810
|
* ```
|
|
1805
1811
|
*/
|
|
1806
|
-
this.badgeLabel = input(undefined, { alias: 'auBadgeLabel' });
|
|
1807
|
-
this.slotSelectBadgeLabelFromContent = contentChild(SelectBadgeLabelDirective);
|
|
1812
|
+
this.badgeLabel = input(undefined, ...(ngDevMode ? [{ debugName: "badgeLabel", alias: 'auBadgeLabel' }] : [{ alias: 'auBadgeLabel' }]));
|
|
1813
|
+
this.slotSelectBadgeLabelFromContent = contentChild(SelectBadgeLabelDirective, ...(ngDevMode ? [{ debugName: "slotSelectBadgeLabelFromContent" }] : []));
|
|
1808
1814
|
/**
|
|
1809
1815
|
* The template to override the way each item is displayed in the list.
|
|
1810
1816
|
* This define the content of the badge inside the badge container.
|
|
@@ -1814,8 +1820,8 @@ class SelectComponent extends BaseWidgetDirective {
|
|
|
1814
1820
|
* ({itemContext}: SelectItemContext<any>) => itemContext.item
|
|
1815
1821
|
* ```
|
|
1816
1822
|
*/
|
|
1817
|
-
this.itemLabel = input(undefined, { alias: 'auItemLabel' });
|
|
1818
|
-
this.slotSelectItemLabelFromContent = contentChild(SelectItemLabelDirective);
|
|
1823
|
+
this.itemLabel = input(undefined, ...(ngDevMode ? [{ debugName: "itemLabel", alias: 'auItemLabel' }] : [{ alias: 'auItemLabel' }]));
|
|
1824
|
+
this.slotSelectItemLabelFromContent = contentChild(SelectItemLabelDirective, ...(ngDevMode ? [{ debugName: "slotSelectItemLabelFromContent" }] : []));
|
|
1819
1825
|
/**
|
|
1820
1826
|
* Callback called when the text filter change
|
|
1821
1827
|
* @param text - Filtered text
|
|
@@ -1850,13 +1856,13 @@ class SelectComponent extends BaseWidgetDirective {
|
|
|
1850
1856
|
*
|
|
1851
1857
|
* @defaultValue `''`
|
|
1852
1858
|
*/
|
|
1853
|
-
this.menuItemClassName = input(undefined, { alias: 'auMenuItemClassName' });
|
|
1859
|
+
this.menuItemClassName = input(undefined, ...(ngDevMode ? [{ debugName: "menuItemClassName", alias: 'auMenuItemClassName' }] : [{ alias: 'auMenuItemClassName' }]));
|
|
1854
1860
|
/**
|
|
1855
1861
|
* Class to be added on selected items (displayed in the input zone)
|
|
1856
1862
|
*
|
|
1857
1863
|
* @defaultValue `''`
|
|
1858
1864
|
*/
|
|
1859
|
-
this.badgeClassName = input(undefined, { alias: 'auBadgeClassName' });
|
|
1865
|
+
this.badgeClassName = input(undefined, ...(ngDevMode ? [{ debugName: "badgeClassName", alias: 'auBadgeClassName' }] : [{ alias: 'auBadgeClassName' }]));
|
|
1860
1866
|
/**
|
|
1861
1867
|
* Retrieves navigable elements within an HTML element containing badges and the input.
|
|
1862
1868
|
*
|
|
@@ -1867,7 +1873,7 @@ class SelectComponent extends BaseWidgetDirective {
|
|
|
1867
1873
|
* (node: HTMLElement) => node.querySelectorAll('.au-select-badge,input')
|
|
1868
1874
|
* ```
|
|
1869
1875
|
*/
|
|
1870
|
-
this.navSelector = input(undefined, { alias: 'auNavSelector' });
|
|
1876
|
+
this.navSelector = input(undefined, ...(ngDevMode ? [{ debugName: "navSelector", alias: 'auNavSelector' }] : [{ alias: 'auNavSelector' }]));
|
|
1871
1877
|
}
|
|
1872
1878
|
itemCtxTrackBy(_, itemContext) {
|
|
1873
1879
|
return itemContext.id;
|
|
@@ -1880,7 +1886,7 @@ class SelectComponent extends BaseWidgetDirective {
|
|
|
1880
1886
|
i0.ɵɵqueryAdvance(2);
|
|
1881
1887
|
} }, hostVars: 2, hostBindings: function SelectComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
1882
1888
|
i0.ɵɵclassMap("au-select dropdown border border-1 p-1 mb-3 d-block" + ctx.state.className());
|
|
1883
|
-
} }, inputs: { ariaLabel: [1, "auAriaLabel", "ariaLabel"], id: [1, "auId", "id"], items: [1, "auItems", "items"], allowedPlacements: [1, "auAllowedPlacements", "allowedPlacements"], open: [1, "auOpen", "open"], filterText: [1, "auFilterText", "filterText"], className: [1, "auClassName", "className"], disabled: [1, "auDisabled", "disabled"], selected: [1, "auSelected", "selected"], loading: [1, "auLoading", "loading"], itemIdFn: [1, "auItemIdFn", "itemIdFn"], menuClassName: [1, "auMenuClassName", "menuClassName"], badgeLabel: [1, "auBadgeLabel", "badgeLabel"], itemLabel: [1, "auItemLabel", "itemLabel"], menuItemClassName: [1, "auMenuItemClassName", "menuItemClassName"], badgeClassName: [1, "auBadgeClassName", "badgeClassName"], navSelector: [1, "auNavSelector", "navSelector"] }, outputs: { filterTextChange: "auFilterTextChange", selectedChange: "auSelectedChange", openChange: "auOpenChange" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$
|
|
1889
|
+
} }, inputs: { ariaLabel: [1, "auAriaLabel", "ariaLabel"], id: [1, "auId", "id"], items: [1, "auItems", "items"], allowedPlacements: [1, "auAllowedPlacements", "allowedPlacements"], open: [1, "auOpen", "open"], filterText: [1, "auFilterText", "filterText"], className: [1, "auClassName", "className"], disabled: [1, "auDisabled", "disabled"], selected: [1, "auSelected", "selected"], loading: [1, "auLoading", "loading"], itemIdFn: [1, "auItemIdFn", "itemIdFn"], menuClassName: [1, "auMenuClassName", "menuClassName"], badgeLabel: [1, "auBadgeLabel", "badgeLabel"], itemLabel: [1, "auItemLabel", "itemLabel"], menuItemClassName: [1, "auMenuItemClassName", "menuItemClassName"], badgeClassName: [1, "auBadgeClassName", "badgeClassName"], navSelector: [1, "auNavSelector", "navSelector"] }, outputs: { filterTextChange: "auFilterTextChange", selectedChange: "auSelectedChange", openChange: "auOpenChange" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$9, decls: 4, vars: 8, consts: [[1, "d-flex", "align-items-center", "flex-wrap", "gap-1", 3, "auUseMulti"], [3, "auUse", "value"], [1, "dropdown-menu", "show", 3, "auUseMulti"], [3, "auUse"], [3, "auSlot", "auSlotProps"], [1, "dropdown-item", "position-relative", 3, "auUse", "text-bg-primary"], [1, "dropdown-item", "position-relative", 3, "auUse"]], template: function SelectComponent_Template(rf, ctx) { if (rf & 1) {
|
|
1884
1890
|
i0.ɵɵelementStart(0, "div", 0);
|
|
1885
1891
|
i0.ɵɵconditionalCreate(1, SelectComponent_Conditional_1_Template, 2, 0);
|
|
1886
1892
|
i0.ɵɵelement(2, "input", 1);
|
|
@@ -1888,7 +1894,7 @@ class SelectComponent extends BaseWidgetDirective {
|
|
|
1888
1894
|
i0.ɵɵconditionalCreate(3, SelectComponent_Conditional_3_Template, 3, 5, "ul", 2);
|
|
1889
1895
|
} if (rf & 2) {
|
|
1890
1896
|
let tmp_1_0;
|
|
1891
|
-
i0.ɵɵproperty("auUseMulti", i0.ɵɵpureFunction2(5, _c1$
|
|
1897
|
+
i0.ɵɵproperty("auUseMulti", i0.ɵɵpureFunction2(5, _c1$9, ctx.directives.hasFocusDirective, ctx.directives.inputContainerDirective));
|
|
1892
1898
|
i0.ɵɵadvance();
|
|
1893
1899
|
i0.ɵɵconditional((tmp_1_0 = ctx.state.selectedContexts()) ? 1 : -1, tmp_1_0);
|
|
1894
1900
|
i0.ɵɵadvance();
|
|
@@ -1947,8 +1953,8 @@ const export_getAlertDefaultConfig = getAlertDefaultConfig;
|
|
|
1947
1953
|
*/
|
|
1948
1954
|
const export_createAlert = createAlert;
|
|
1949
1955
|
|
|
1950
|
-
const _c0$
|
|
1951
|
-
const _c1$
|
|
1956
|
+
const _c0$8 = ["structure"];
|
|
1957
|
+
const _c1$8 = (a0, a1, a2) => ({ state: a0, api: a1, directives: a2 });
|
|
1952
1958
|
function AlertDefaultSlotsComponent_ng_template_0_ng_template_1_Template(rf, ctx) { }
|
|
1953
1959
|
function AlertDefaultSlotsComponent_ng_template_0_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
1954
1960
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -1969,13 +1975,13 @@ function AlertDefaultSlotsComponent_ng_template_0_Template(rf, ctx) { if (rf & 1
|
|
|
1969
1975
|
const api_r2 = ctx.api;
|
|
1970
1976
|
const directives_r4 = ctx.directives;
|
|
1971
1977
|
i0.ɵɵadvance();
|
|
1972
|
-
i0.ɵɵproperty("auSlot", state_r3.children())("auSlotProps", i0.ɵɵpureFunction3(3, _c1$
|
|
1978
|
+
i0.ɵɵproperty("auSlot", state_r3.children())("auSlotProps", i0.ɵɵpureFunction3(3, _c1$8, state_r3, api_r2, directives_r4));
|
|
1973
1979
|
i0.ɵɵadvance();
|
|
1974
1980
|
i0.ɵɵconditional(state_r3.dismissible() ? 2 : -1);
|
|
1975
1981
|
} }
|
|
1976
|
-
const _c2$
|
|
1977
|
-
const _c3$
|
|
1978
|
-
const _c4$
|
|
1982
|
+
const _c2$7 = ["content"];
|
|
1983
|
+
const _c3$7 = ["auAlert", ""];
|
|
1984
|
+
const _c4$7 = ["*"];
|
|
1979
1985
|
function AlertComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
1980
1986
|
i0.ɵɵprojection(0);
|
|
1981
1987
|
} }
|
|
@@ -1989,7 +1995,7 @@ function AlertComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
1989
1995
|
i0.ɵɵclassMap(i0.ɵɵinterpolate3("au-alert alert alert-", ctx_r0.state.type(), " ", ctx_r0.state.className(), " ", ctx_r0.state.dismissible() ? "alert-dismissible" : ""));
|
|
1990
1996
|
i0.ɵɵproperty("auUse", ctx_r0.directives.transitionDirective);
|
|
1991
1997
|
i0.ɵɵadvance();
|
|
1992
|
-
i0.ɵɵproperty("auSlot", ctx_r0.state.structure())("auSlotProps", i0.ɵɵpureFunction3(8, _c1$
|
|
1998
|
+
i0.ɵɵproperty("auSlot", ctx_r0.state.structure())("auSlotProps", i0.ɵɵpureFunction3(8, _c1$8, ctx_r0.state, ctx_r0.api, ctx_r0.directives));
|
|
1993
1999
|
} }
|
|
1994
2000
|
/**
|
|
1995
2001
|
* Directive to be used as a structural directive for the body of an alert component.
|
|
@@ -2035,7 +2041,7 @@ class AlertDefaultSlotsComponent {
|
|
|
2035
2041
|
}
|
|
2036
2042
|
static { this.ɵfac = function AlertDefaultSlotsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AlertDefaultSlotsComponent)(); }; }
|
|
2037
2043
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AlertDefaultSlotsComponent, selectors: [["ng-component"]], viewQuery: function AlertDefaultSlotsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2038
|
-
i0.ɵɵviewQuerySignal(ctx.structure, _c0$
|
|
2044
|
+
i0.ɵɵviewQuerySignal(ctx.structure, _c0$8, 5);
|
|
2039
2045
|
} if (rf & 2) {
|
|
2040
2046
|
i0.ɵɵqueryAdvance();
|
|
2041
2047
|
} }, decls: 2, vars: 0, consts: [["structure", ""], ["auAlertStructure", ""], [1, "alert-body"], [3, "auSlot", "auSlotProps"], ["type", "button", 1, "btn-close"], ["type", "button", 1, "btn-close", 3, "click"]], template: function AlertDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -2092,14 +2098,14 @@ class AlertComponent extends BaseWidgetDirective {
|
|
|
2092
2098
|
*
|
|
2093
2099
|
* @defaultValue `'primary'`
|
|
2094
2100
|
*/
|
|
2095
|
-
this.type = input(undefined, { alias: 'auType' });
|
|
2101
|
+
this.type = input(undefined, ...(ngDevMode ? [{ debugName: "type", alias: 'auType' }] : [{ alias: 'auType' }]));
|
|
2096
2102
|
/**
|
|
2097
2103
|
* If `true`, alert can be dismissed by the user.
|
|
2098
2104
|
* The close button (×) will be displayed and you can be notified of the event with the (close) output.
|
|
2099
2105
|
*
|
|
2100
2106
|
* @defaultValue `true`
|
|
2101
2107
|
*/
|
|
2102
|
-
this.dismissible = input(undefined, { alias: 'auDismissible', transform: auBooleanAttribute });
|
|
2108
|
+
this.dismissible = input(undefined, ...(ngDevMode ? [{ debugName: "dismissible", alias: 'auDismissible', transform: auBooleanAttribute }] : [{ alias: 'auDismissible', transform: auBooleanAttribute }]));
|
|
2103
2109
|
/**
|
|
2104
2110
|
* The transition function will be executed when the alert is displayed or hidden.
|
|
2105
2111
|
*
|
|
@@ -2107,13 +2113,13 @@ class AlertComponent extends BaseWidgetDirective {
|
|
|
2107
2113
|
*
|
|
2108
2114
|
* @defaultValue `fadeTransition`
|
|
2109
2115
|
*/
|
|
2110
|
-
this.transition = input(undefined, { alias: 'auTransition' });
|
|
2116
|
+
this.transition = input(undefined, ...(ngDevMode ? [{ debugName: "transition", alias: 'auTransition' }] : [{ alias: 'auTransition' }]));
|
|
2111
2117
|
/**
|
|
2112
2118
|
* If `true` the alert is visible to the user
|
|
2113
2119
|
*
|
|
2114
2120
|
* @defaultValue `true`
|
|
2115
2121
|
*/
|
|
2116
|
-
this.visible = input(undefined, { alias: 'auVisible', transform: auBooleanAttribute });
|
|
2122
|
+
this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
|
|
2117
2123
|
/**
|
|
2118
2124
|
* If `true`, alert opening will be animated.
|
|
2119
2125
|
*
|
|
@@ -2122,7 +2128,7 @@ class AlertComponent extends BaseWidgetDirective {
|
|
|
2122
2128
|
*
|
|
2123
2129
|
* @defaultValue `false`
|
|
2124
2130
|
*/
|
|
2125
|
-
this.animatedOnInit = input(undefined, { alias: 'auAnimatedOnInit', transform: auBooleanAttribute });
|
|
2131
|
+
this.animatedOnInit = input(undefined, ...(ngDevMode ? [{ debugName: "animatedOnInit", alias: 'auAnimatedOnInit', transform: auBooleanAttribute }] : [{ alias: 'auAnimatedOnInit', transform: auBooleanAttribute }]));
|
|
2126
2132
|
/**
|
|
2127
2133
|
* If `true`, alert closing will be animated.
|
|
2128
2134
|
*
|
|
@@ -2131,23 +2137,23 @@ class AlertComponent extends BaseWidgetDirective {
|
|
|
2131
2137
|
*
|
|
2132
2138
|
* @defaultValue `true`
|
|
2133
2139
|
*/
|
|
2134
|
-
this.animated = input(undefined, { alias: 'auAnimated', transform: auBooleanAttribute });
|
|
2140
|
+
this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
|
|
2135
2141
|
/**
|
|
2136
2142
|
* Accessibility close button label
|
|
2137
2143
|
*
|
|
2138
2144
|
* @defaultValue `'Close'`
|
|
2139
2145
|
*/
|
|
2140
|
-
this.ariaCloseButtonLabel = input(undefined, { alias: 'auAriaCloseButtonLabel' });
|
|
2146
|
+
this.ariaCloseButtonLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaCloseButtonLabel", alias: 'auAriaCloseButtonLabel' }] : [{ alias: 'auAriaCloseButtonLabel' }]));
|
|
2141
2147
|
/**
|
|
2142
2148
|
* Template for the alert content
|
|
2143
2149
|
*/
|
|
2144
|
-
this.children = input(undefined, { alias: 'auChildren' });
|
|
2145
|
-
this.slotDefaultFromContent = contentChild(AlertBodyDirective);
|
|
2150
|
+
this.children = input(undefined, ...(ngDevMode ? [{ debugName: "children", alias: 'auChildren' }] : [{ alias: 'auChildren' }]));
|
|
2151
|
+
this.slotDefaultFromContent = contentChild(AlertBodyDirective, ...(ngDevMode ? [{ debugName: "slotDefaultFromContent" }] : []));
|
|
2146
2152
|
/**
|
|
2147
2153
|
* Global template for the alert component
|
|
2148
2154
|
*/
|
|
2149
|
-
this.structure = input(undefined, { alias: 'auStructure' });
|
|
2150
|
-
this.slotStructureFromContent = contentChild(AlertStructureDirective);
|
|
2155
|
+
this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
|
|
2156
|
+
this.slotStructureFromContent = contentChild(AlertStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
|
|
2151
2157
|
/**
|
|
2152
2158
|
* Callback called when the alert visibility changed.
|
|
2153
2159
|
*
|
|
@@ -2180,8 +2186,8 @@ class AlertComponent extends BaseWidgetDirective {
|
|
|
2180
2186
|
*
|
|
2181
2187
|
* @defaultValue `''`
|
|
2182
2188
|
*/
|
|
2183
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
2184
|
-
this.slotChildren = viewChild('content');
|
|
2189
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
2190
|
+
this.slotChildren = viewChild('content', ...(ngDevMode ? [{ debugName: "slotChildren" }] : []));
|
|
2185
2191
|
}
|
|
2186
2192
|
static { this.ɵfac = function AlertComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AlertComponent)(); }; }
|
|
2187
2193
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AlertComponent, selectors: [["", "auAlert", ""]], contentQueries: function AlertComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
@@ -2190,10 +2196,10 @@ class AlertComponent extends BaseWidgetDirective {
|
|
|
2190
2196
|
} if (rf & 2) {
|
|
2191
2197
|
i0.ɵɵqueryAdvance(2);
|
|
2192
2198
|
} }, viewQuery: function AlertComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2193
|
-
i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2$
|
|
2199
|
+
i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2$7, 5);
|
|
2194
2200
|
} if (rf & 2) {
|
|
2195
2201
|
i0.ɵɵqueryAdvance();
|
|
2196
|
-
} }, inputs: { type: [1, "auType", "type"], dismissible: [1, "auDismissible", "dismissible"], transition: [1, "auTransition", "transition"], visible: [1, "auVisible", "visible"], animatedOnInit: [1, "auAnimatedOnInit", "animatedOnInit"], animated: [1, "auAnimated", "animated"], ariaCloseButtonLabel: [1, "auAriaCloseButtonLabel", "ariaCloseButtonLabel"], children: [1, "auChildren", "children"], structure: [1, "auStructure", "structure"], className: [1, "auClassName", "className"] }, outputs: { visibleChange: "auVisibleChange", hidden: "auHidden", shown: "auShown" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3$
|
|
2202
|
+
} }, inputs: { type: [1, "auType", "type"], dismissible: [1, "auDismissible", "dismissible"], transition: [1, "auTransition", "transition"], visible: [1, "auVisible", "visible"], animatedOnInit: [1, "auAnimatedOnInit", "animatedOnInit"], animated: [1, "auAnimated", "animated"], ariaCloseButtonLabel: [1, "auAriaCloseButtonLabel", "ariaCloseButtonLabel"], children: [1, "auChildren", "children"], structure: [1, "auStructure", "structure"], className: [1, "auClassName", "className"] }, outputs: { visibleChange: "auVisibleChange", hidden: "auHidden", shown: "auShown" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3$7, ngContentSelectors: _c4$7, decls: 3, vars: 1, consts: [["content", ""], ["role", "alert", 3, "auUse", "class"], ["role", "alert", 3, "auUse"], [3, "auSlot", "auSlotProps"]], template: function AlertComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2197
2203
|
i0.ɵɵprojectionDef();
|
|
2198
2204
|
i0.ɵɵtemplate(0, AlertComponent_ng_template_0_Template, 1, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
2199
2205
|
i0.ɵɵconditionalCreate(2, AlertComponent_Conditional_2_Template, 2, 12, "div", 1);
|
|
@@ -2253,8 +2259,8 @@ const export_createAccordion = createAccordion;
|
|
|
2253
2259
|
*/
|
|
2254
2260
|
const export_factoryCreateAccordion = factoryCreateAccordion;
|
|
2255
2261
|
|
|
2256
|
-
const _c0$
|
|
2257
|
-
const _c1$
|
|
2262
|
+
const _c0$7 = ["structure"];
|
|
2263
|
+
const _c1$7 = (a0, a1, a2) => ({ state: a0, directives: a1, api: a2 });
|
|
2258
2264
|
function AccordionItemDefaultSlotsComponent_ng_template_0_Case_0_Template(rf, ctx) { if (rf & 1) {
|
|
2259
2265
|
i0.ɵɵelementContainer(0, 9);
|
|
2260
2266
|
} if (rf & 2) {
|
|
@@ -2388,7 +2394,7 @@ function AccordionItemDefaultSlotsComponent_ng_template_0_ng_template_19_Templat
|
|
|
2388
2394
|
const directives_r7 = ctx_r8.directives;
|
|
2389
2395
|
i0.ɵɵproperty("auUse", directives_r7.buttonDirective);
|
|
2390
2396
|
i0.ɵɵadvance();
|
|
2391
|
-
i0.ɵɵproperty("auSlotProps", i0.ɵɵpureFunction3(3, _c1$
|
|
2397
|
+
i0.ɵɵproperty("auSlotProps", i0.ɵɵpureFunction3(3, _c1$7, state_r10, directives_r7, api_r11))("auSlot", state_r10.header());
|
|
2392
2398
|
} }
|
|
2393
2399
|
function AccordionItemDefaultSlotsComponent_ng_template_0_Conditional_21_ng_template_2_Template(rf, ctx) { }
|
|
2394
2400
|
function AccordionItemDefaultSlotsComponent_ng_template_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -2404,7 +2410,7 @@ function AccordionItemDefaultSlotsComponent_ng_template_0_Conditional_21_Templat
|
|
|
2404
2410
|
i0.ɵɵadvance();
|
|
2405
2411
|
i0.ɵɵproperty("auUse", directives_r7.bodyDirective);
|
|
2406
2412
|
i0.ɵɵadvance();
|
|
2407
|
-
i0.ɵɵproperty("auSlotProps", i0.ɵɵpureFunction3(4, _c1$
|
|
2413
|
+
i0.ɵɵproperty("auSlotProps", i0.ɵɵpureFunction3(4, _c1$7, state_r10, directives_r7, api_r11))("auSlot", state_r10.children());
|
|
2408
2414
|
} }
|
|
2409
2415
|
function AccordionItemDefaultSlotsComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
2410
2416
|
i0.ɵɵconditionalCreate(0, AccordionItemDefaultSlotsComponent_ng_template_0_Case_0_Template, 1, 1, "ng-container", 9)(1, AccordionItemDefaultSlotsComponent_ng_template_0_Case_1_Template, 1, 1, "ng-container", 9)(2, AccordionItemDefaultSlotsComponent_ng_template_0_Case_2_Template, 1, 1, "ng-container", 9)(3, AccordionItemDefaultSlotsComponent_ng_template_0_Case_3_Template, 1, 1, "ng-container", 9)(4, AccordionItemDefaultSlotsComponent_ng_template_0_Case_4_Template, 1, 1, "ng-container", 9)(5, AccordionItemDefaultSlotsComponent_ng_template_0_Case_5_Template, 1, 1, "ng-container", 9)(6, AccordionItemDefaultSlotsComponent_ng_template_0_Case_6_Template, 1, 1, "ng-container", 9);
|
|
@@ -2417,10 +2423,10 @@ function AccordionItemDefaultSlotsComponent_ng_template_0_Template(rf, ctx) { if
|
|
|
2417
2423
|
i0.ɵɵadvance(21);
|
|
2418
2424
|
i0.ɵɵconditional(state_r10.shouldBeInDOM() ? 21 : -1);
|
|
2419
2425
|
} }
|
|
2420
|
-
const _c2$
|
|
2421
|
-
const _c3$
|
|
2422
|
-
const _c4$
|
|
2423
|
-
const _c5$
|
|
2426
|
+
const _c2$6 = ["content"];
|
|
2427
|
+
const _c3$6 = ["auAccordionItem", ""];
|
|
2428
|
+
const _c4$6 = ["*"];
|
|
2429
|
+
const _c5$5 = (a0, a1, a2) => ({ state: a0, api: a1, directives: a2 });
|
|
2424
2430
|
function AccordionItemComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
2425
2431
|
i0.ɵɵprojection(0);
|
|
2426
2432
|
} }
|
|
@@ -2489,7 +2495,7 @@ class AccordionItemDefaultSlotsComponent {
|
|
|
2489
2495
|
}
|
|
2490
2496
|
static { this.ɵfac = function AccordionItemDefaultSlotsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AccordionItemDefaultSlotsComponent)(); }; }
|
|
2491
2497
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccordionItemDefaultSlotsComponent, selectors: [["ng-component"]], viewQuery: function AccordionItemDefaultSlotsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2492
|
-
i0.ɵɵviewQuerySignal(ctx.structure, _c0$
|
|
2498
|
+
i0.ɵɵviewQuerySignal(ctx.structure, _c0$7, 5);
|
|
2493
2499
|
} if (rf & 2) {
|
|
2494
2500
|
i0.ɵɵqueryAdvance();
|
|
2495
2501
|
} }, decls: 2, vars: 0, consts: [["structure", ""], ["h1", ""], ["h2", ""], ["h3", ""], ["h4", ""], ["h5", ""], ["h6", ""], ["button", ""], ["auAccordionItemStructure", ""], [3, "ngTemplateOutlet"], [1, "accordion-collapse", 3, "auUse"], [1, "accordion-header", 3, "auUse"], [1, "accordion-button", 3, "auUse"], [3, "auSlotProps", "auSlot"], [1, "accordion-body", 3, "auUse"]], template: function AccordionItemDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -2612,15 +2618,15 @@ class AccordionItemComponent extends BaseWidgetDirective {
|
|
|
2612
2618
|
*
|
|
2613
2619
|
* It is a prop of the accordion-item.
|
|
2614
2620
|
*/
|
|
2615
|
-
this.header = input(undefined, { alias: 'auHeader' });
|
|
2616
|
-
this.slotHeaderFromContent = contentChild(AccordionHeaderDirective);
|
|
2621
|
+
this.header = input(undefined, ...(ngDevMode ? [{ debugName: "header", alias: 'auHeader' }] : [{ alias: 'auHeader' }]));
|
|
2622
|
+
this.slotHeaderFromContent = contentChild(AccordionHeaderDirective, ...(ngDevMode ? [{ debugName: "slotHeaderFromContent" }] : []));
|
|
2617
2623
|
/**
|
|
2618
2624
|
* Content present in the accordion body.
|
|
2619
2625
|
*
|
|
2620
2626
|
* It is a prop of the accordion-item.
|
|
2621
2627
|
*/
|
|
2622
|
-
this.children = input(undefined, { alias: 'auChildren' });
|
|
2623
|
-
this.slotBodyFromContent = contentChild(AccordionBodyDirective);
|
|
2628
|
+
this.children = input(undefined, ...(ngDevMode ? [{ debugName: "children", alias: 'auChildren' }] : [{ alias: 'auChildren' }]));
|
|
2629
|
+
this.slotBodyFromContent = contentChild(AccordionBodyDirective, ...(ngDevMode ? [{ debugName: "slotBodyFromContent" }] : []));
|
|
2624
2630
|
/**
|
|
2625
2631
|
* Structure of the accordion-item. The default item structure is: accordion-item
|
|
2626
2632
|
* contains accordion header and accordion-item body container; the accordion header contains the accordion button
|
|
@@ -2629,60 +2635,60 @@ class AccordionItemComponent extends BaseWidgetDirective {
|
|
|
2629
2635
|
*
|
|
2630
2636
|
* It is a prop of the accordion-item.
|
|
2631
2637
|
*/
|
|
2632
|
-
this.structure = input(undefined, { alias: 'auStructure' });
|
|
2633
|
-
this.slotStructureFromContent = contentChild(AccordionItemStructureDirective);
|
|
2638
|
+
this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
|
|
2639
|
+
this.slotStructureFromContent = contentChild(AccordionItemStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
|
|
2634
2640
|
/**
|
|
2635
2641
|
* The id of the accordion-item. It can be used for controlling the accordion-item via the accordion api.
|
|
2636
2642
|
*/
|
|
2637
|
-
this.id = input(undefined, { alias: 'auId' });
|
|
2643
|
+
this.id = input(undefined, ...(ngDevMode ? [{ debugName: "id", alias: 'auId' }] : [{ alias: 'auId' }]));
|
|
2638
2644
|
/**
|
|
2639
2645
|
* The transition to use for the accordion-item body-container when the accordion-item is toggled.
|
|
2640
2646
|
*/
|
|
2641
|
-
this.transition = input(undefined, { alias: 'auTransition' });
|
|
2647
|
+
this.transition = input(undefined, ...(ngDevMode ? [{ debugName: "transition", alias: 'auTransition' }] : [{ alias: 'auTransition' }]));
|
|
2642
2648
|
/**
|
|
2643
2649
|
* CSS classes to be applied on the widget main container
|
|
2644
2650
|
*
|
|
2645
2651
|
* @defaultValue `''`
|
|
2646
2652
|
*/
|
|
2647
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
2653
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
2648
2654
|
/**
|
|
2649
2655
|
* 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.
|
|
2650
2656
|
*/
|
|
2651
|
-
this.destroyOnHide = input(undefined, { alias: 'auDestroyOnHide', transform: auBooleanAttribute });
|
|
2657
|
+
this.destroyOnHide = input(undefined, ...(ngDevMode ? [{ debugName: "destroyOnHide", alias: 'auDestroyOnHide', transform: auBooleanAttribute }] : [{ alias: 'auDestroyOnHide', transform: auBooleanAttribute }]));
|
|
2652
2658
|
/**
|
|
2653
2659
|
* If `true`, the accordion-item will be disabled.
|
|
2654
2660
|
* It will not react to user's clicks, but still will be possible to toggle programmatically.
|
|
2655
2661
|
*/
|
|
2656
|
-
this.disabled = input(undefined, { alias: 'auDisabled', transform: auBooleanAttribute });
|
|
2662
|
+
this.disabled = input(undefined, ...(ngDevMode ? [{ debugName: "disabled", alias: 'auDisabled', transform: auBooleanAttribute }] : [{ alias: 'auDisabled', transform: auBooleanAttribute }]));
|
|
2657
2663
|
/**
|
|
2658
2664
|
* If `true`, the accordion-item will be visible (expanded). Otherwise, it will be hidden (collapsed).
|
|
2659
2665
|
*/
|
|
2660
|
-
this.visible = input(undefined, { alias: 'auVisible', transform: auBooleanAttribute });
|
|
2666
|
+
this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
|
|
2661
2667
|
/**
|
|
2662
2668
|
* If `true`, accordion-item will be animated.
|
|
2663
2669
|
*/
|
|
2664
|
-
this.animated = input(undefined, { alias: 'auAnimated', transform: auBooleanAttribute });
|
|
2670
|
+
this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
|
|
2665
2671
|
/**
|
|
2666
2672
|
* CSS classes to add on the accordion-item header DOM element.
|
|
2667
2673
|
*/
|
|
2668
|
-
this.headerClassName = input(undefined, { alias: 'auHeaderClassName' });
|
|
2674
|
+
this.headerClassName = input(undefined, ...(ngDevMode ? [{ debugName: "headerClassName", alias: 'auHeaderClassName' }] : [{ alias: 'auHeaderClassName' }]));
|
|
2669
2675
|
/**
|
|
2670
2676
|
* CSS classes to add on the accordion-item collapse DOM element.
|
|
2671
2677
|
*/
|
|
2672
|
-
this.buttonClassName = input(undefined, { alias: 'auButtonClassName' });
|
|
2678
|
+
this.buttonClassName = input(undefined, ...(ngDevMode ? [{ debugName: "buttonClassName", alias: 'auButtonClassName' }] : [{ alias: 'auButtonClassName' }]));
|
|
2673
2679
|
/**
|
|
2674
2680
|
* CSS classes to add on the accordion-item body container DOM element.
|
|
2675
2681
|
* The accordion-item body container is the DOM element on what the itemTransition is applied.
|
|
2676
2682
|
*/
|
|
2677
|
-
this.bodyContainerClassName = input(undefined, { alias: 'auBodyContainerClassName' });
|
|
2683
|
+
this.bodyContainerClassName = input(undefined, ...(ngDevMode ? [{ debugName: "bodyContainerClassName", alias: 'auBodyContainerClassName' }] : [{ alias: 'auBodyContainerClassName' }]));
|
|
2678
2684
|
/**
|
|
2679
2685
|
* CSS classes to add on the accordion-item body DOM element.
|
|
2680
2686
|
*/
|
|
2681
|
-
this.bodyClassName = input(undefined, { alias: 'auBodyClassName' });
|
|
2687
|
+
this.bodyClassName = input(undefined, ...(ngDevMode ? [{ debugName: "bodyClassName", alias: 'auBodyClassName' }] : [{ alias: 'auBodyClassName' }]));
|
|
2682
2688
|
/**
|
|
2683
2689
|
* The html tag to use for the accordion-item-header.
|
|
2684
2690
|
*/
|
|
2685
|
-
this.headingTag = input(undefined, { alias: 'auHeadingTag' });
|
|
2691
|
+
this.headingTag = input(undefined, ...(ngDevMode ? [{ debugName: "headingTag", alias: 'auHeadingTag' }] : [{ alias: 'auHeadingTag' }]));
|
|
2686
2692
|
/**
|
|
2687
2693
|
* An event fired when an item is shown.
|
|
2688
2694
|
*/
|
|
@@ -2697,7 +2703,7 @@ class AccordionItemComponent extends BaseWidgetDirective {
|
|
|
2697
2703
|
* Event payload is the new value of visible.
|
|
2698
2704
|
*/
|
|
2699
2705
|
this.visibleChange = output({ alias: 'auVisibleChange' });
|
|
2700
|
-
this.slotChildren = viewChild('content');
|
|
2706
|
+
this.slotChildren = viewChild('content', ...(ngDevMode ? [{ debugName: "slotChildren" }] : []));
|
|
2701
2707
|
}
|
|
2702
2708
|
ngAfterViewInit() {
|
|
2703
2709
|
queueMicrotask(() => this.api.initDone());
|
|
@@ -2710,15 +2716,15 @@ class AccordionItemComponent extends BaseWidgetDirective {
|
|
|
2710
2716
|
} if (rf & 2) {
|
|
2711
2717
|
i0.ɵɵqueryAdvance(3);
|
|
2712
2718
|
} }, viewQuery: function AccordionItemComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2713
|
-
i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2$
|
|
2719
|
+
i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2$6, 5);
|
|
2714
2720
|
} if (rf & 2) {
|
|
2715
2721
|
i0.ɵɵqueryAdvance();
|
|
2716
|
-
} }, hostAttrs: [1, "accordion-item"], inputs: { header: [1, "auHeader", "header"], children: [1, "auChildren", "children"], structure: [1, "auStructure", "structure"], id: [1, "auId", "id"], transition: [1, "auTransition", "transition"], className: [1, "auClassName", "className"], destroyOnHide: [1, "auDestroyOnHide", "destroyOnHide"], disabled: [1, "auDisabled", "disabled"], visible: [1, "auVisible", "visible"], animated: [1, "auAnimated", "animated"], headerClassName: [1, "auHeaderClassName", "headerClassName"], buttonClassName: [1, "auButtonClassName", "buttonClassName"], bodyContainerClassName: [1, "auBodyContainerClassName", "bodyContainerClassName"], bodyClassName: [1, "auBodyClassName", "bodyClassName"], headingTag: [1, "auHeadingTag", "headingTag"] }, outputs: { shown: "auShown", hidden: "auHidden", visibleChange: "auVisibleChange" }, exportAs: ["auAccordionItem"], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3$
|
|
2722
|
+
} }, hostAttrs: [1, "accordion-item"], inputs: { header: [1, "auHeader", "header"], children: [1, "auChildren", "children"], structure: [1, "auStructure", "structure"], id: [1, "auId", "id"], transition: [1, "auTransition", "transition"], className: [1, "auClassName", "className"], destroyOnHide: [1, "auDestroyOnHide", "destroyOnHide"], disabled: [1, "auDisabled", "disabled"], visible: [1, "auVisible", "visible"], animated: [1, "auAnimated", "animated"], headerClassName: [1, "auHeaderClassName", "headerClassName"], buttonClassName: [1, "auButtonClassName", "buttonClassName"], bodyContainerClassName: [1, "auBodyContainerClassName", "bodyContainerClassName"], bodyClassName: [1, "auBodyClassName", "bodyClassName"], headingTag: [1, "auHeadingTag", "headingTag"] }, outputs: { shown: "auShown", hidden: "auHidden", visibleChange: "auVisibleChange" }, exportAs: ["auAccordionItem"], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3$6, ngContentSelectors: _c4$6, decls: 3, vars: 6, consts: [["content", ""], [3, "auSlotProps", "auSlot"]], template: function AccordionItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2717
2723
|
i0.ɵɵprojectionDef();
|
|
2718
2724
|
i0.ɵɵtemplate(0, AccordionItemComponent_ng_template_0_Template, 1, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(2, AccordionItemComponent_ng_template_2_Template, 0, 0, "ng-template", 1);
|
|
2719
2725
|
} if (rf & 2) {
|
|
2720
2726
|
i0.ɵɵadvance(2);
|
|
2721
|
-
i0.ɵɵproperty("auSlotProps", i0.ɵɵpureFunction3(2, _c5$
|
|
2727
|
+
i0.ɵɵproperty("auSlotProps", i0.ɵɵpureFunction3(2, _c5$5, ctx.state, ctx.api, ctx.directives))("auSlot", ctx.state.structure());
|
|
2722
2728
|
} }, dependencies: [SlotDirective], encapsulation: 2, changeDetection: 0 }); }
|
|
2723
2729
|
}
|
|
2724
2730
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccordionItemComponent, [{
|
|
@@ -2761,13 +2767,13 @@ class AccordionDirective extends BaseWidgetDirective {
|
|
|
2761
2767
|
*
|
|
2762
2768
|
* @defaultValue `false`
|
|
2763
2769
|
*/
|
|
2764
|
-
this.closeOthers = input(undefined, { alias: 'auCloseOthers', transform: auBooleanAttribute });
|
|
2770
|
+
this.closeOthers = input(undefined, ...(ngDevMode ? [{ debugName: "closeOthers", alias: 'auCloseOthers', transform: auBooleanAttribute }] : [{ alias: 'auCloseOthers', transform: auBooleanAttribute }]));
|
|
2765
2771
|
/**
|
|
2766
2772
|
* CSS classes to be applied on the widget main container
|
|
2767
2773
|
*
|
|
2768
2774
|
* @defaultValue `''`
|
|
2769
2775
|
*/
|
|
2770
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
2776
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
2771
2777
|
/**
|
|
2772
2778
|
* An event fired when an item is shown.
|
|
2773
2779
|
*
|
|
@@ -2795,13 +2801,13 @@ class AccordionDirective extends BaseWidgetDirective {
|
|
|
2795
2801
|
*
|
|
2796
2802
|
* @defaultValue `true`
|
|
2797
2803
|
*/
|
|
2798
|
-
this.itemDestroyOnHide = input(undefined, { alias: 'auItemDestroyOnHide', transform: auBooleanAttribute });
|
|
2804
|
+
this.itemDestroyOnHide = input(undefined, ...(ngDevMode ? [{ debugName: "itemDestroyOnHide", alias: 'auItemDestroyOnHide', transform: auBooleanAttribute }] : [{ alias: 'auItemDestroyOnHide', transform: auBooleanAttribute }]));
|
|
2799
2805
|
/**
|
|
2800
2806
|
* If `true`, accordion-item will be animated.
|
|
2801
2807
|
*
|
|
2802
2808
|
* @defaultValue `true`
|
|
2803
2809
|
*/
|
|
2804
|
-
this.itemAnimated = input(undefined, { alias: 'auItemAnimated', transform: auBooleanAttribute });
|
|
2810
|
+
this.itemAnimated = input(undefined, ...(ngDevMode ? [{ debugName: "itemAnimated", alias: 'auItemAnimated', transform: auBooleanAttribute }] : [{ alias: 'auItemAnimated', transform: auBooleanAttribute }]));
|
|
2805
2811
|
/**
|
|
2806
2812
|
* The transition to use for the accordion-item body-container when the accordion-item is toggled.
|
|
2807
2813
|
*
|
|
@@ -2810,7 +2816,7 @@ class AccordionDirective extends BaseWidgetDirective {
|
|
|
2810
2816
|
* collapseVerticalTransition
|
|
2811
2817
|
* ```
|
|
2812
2818
|
*/
|
|
2813
|
-
this.itemTransition = input(undefined, { alias: 'auItemTransition' });
|
|
2819
|
+
this.itemTransition = input(undefined, ...(ngDevMode ? [{ debugName: "itemTransition", alias: 'auItemTransition' }] : [{ alias: 'auItemTransition' }]));
|
|
2814
2820
|
/**
|
|
2815
2821
|
* Structure of the accordion-item. The default item structure is: accordion-item
|
|
2816
2822
|
* contains accordion header and accordion-item body container; the accordion header contains the accordion button
|
|
@@ -2819,44 +2825,44 @@ class AccordionDirective extends BaseWidgetDirective {
|
|
|
2819
2825
|
*
|
|
2820
2826
|
* It is a prop of the accordion-item.
|
|
2821
2827
|
*/
|
|
2822
|
-
this.itemStructure = input(undefined, { alias: 'auItemStructure' });
|
|
2828
|
+
this.itemStructure = input(undefined, ...(ngDevMode ? [{ debugName: "itemStructure", alias: 'auItemStructure' }] : [{ alias: 'auItemStructure' }]));
|
|
2823
2829
|
/**
|
|
2824
2830
|
* CSS classes to add on the accordion-item DOM element.
|
|
2825
2831
|
*
|
|
2826
2832
|
* @defaultValue `''`
|
|
2827
2833
|
*/
|
|
2828
|
-
this.itemClassName = input(undefined, { alias: 'auItemClassName' });
|
|
2834
|
+
this.itemClassName = input(undefined, ...(ngDevMode ? [{ debugName: "itemClassName", alias: 'auItemClassName' }] : [{ alias: 'auItemClassName' }]));
|
|
2829
2835
|
/**
|
|
2830
2836
|
* CSS classes to add on the accordion-item header DOM element.
|
|
2831
2837
|
*
|
|
2832
2838
|
* @defaultValue `''`
|
|
2833
2839
|
*/
|
|
2834
|
-
this.itemHeaderClassName = input(undefined, { alias: 'auItemHeaderClassName' });
|
|
2840
|
+
this.itemHeaderClassName = input(undefined, ...(ngDevMode ? [{ debugName: "itemHeaderClassName", alias: 'auItemHeaderClassName' }] : [{ alias: 'auItemHeaderClassName' }]));
|
|
2835
2841
|
/**
|
|
2836
2842
|
* CSS classes to add on the accordion-item toggle button DOM element.
|
|
2837
2843
|
*
|
|
2838
2844
|
* @defaultValue `''`
|
|
2839
2845
|
*/
|
|
2840
|
-
this.itemButtonClassName = input(undefined, { alias: 'auItemButtonClassName' });
|
|
2846
|
+
this.itemButtonClassName = input(undefined, ...(ngDevMode ? [{ debugName: "itemButtonClassName", alias: 'auItemButtonClassName' }] : [{ alias: 'auItemButtonClassName' }]));
|
|
2841
2847
|
/**
|
|
2842
2848
|
* CSS classes to add on the accordion-item body container DOM element.
|
|
2843
2849
|
* The accordion-item body container is the DOM element on what the itemTransition is applied.
|
|
2844
2850
|
*
|
|
2845
2851
|
* @defaultValue `''`
|
|
2846
2852
|
*/
|
|
2847
|
-
this.itemBodyContainerClassName = input(undefined, { alias: 'auItemBodyContainerClassName' });
|
|
2853
|
+
this.itemBodyContainerClassName = input(undefined, ...(ngDevMode ? [{ debugName: "itemBodyContainerClassName", alias: 'auItemBodyContainerClassName' }] : [{ alias: 'auItemBodyContainerClassName' }]));
|
|
2848
2854
|
/**
|
|
2849
2855
|
* CSS classes to add on the accordion-item body DOM element.
|
|
2850
2856
|
*
|
|
2851
2857
|
* @defaultValue `''`
|
|
2852
2858
|
*/
|
|
2853
|
-
this.itemBodyClassName = input(undefined, { alias: 'auItemBodyClassName' });
|
|
2859
|
+
this.itemBodyClassName = input(undefined, ...(ngDevMode ? [{ debugName: "itemBodyClassName", alias: 'auItemBodyClassName' }] : [{ alias: 'auItemBodyClassName' }]));
|
|
2854
2860
|
/**
|
|
2855
2861
|
* The html tag to use for the accordion-item-header.
|
|
2856
2862
|
*
|
|
2857
2863
|
* @defaultValue `''`
|
|
2858
2864
|
*/
|
|
2859
|
-
this.itemHeadingTag = input(undefined, { alias: 'auItemHeadingTag' });
|
|
2865
|
+
this.itemHeadingTag = input(undefined, ...(ngDevMode ? [{ debugName: "itemHeadingTag", alias: 'auItemHeadingTag' }] : [{ alias: 'auItemHeadingTag' }]));
|
|
2860
2866
|
}
|
|
2861
2867
|
static { this.ɵfac = function AccordionDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AccordionDirective)(); }; }
|
|
2862
2868
|
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AccordionDirective, selectors: [["", "auAccordion", ""]], hostAttrs: [1, "accordion"], inputs: { closeOthers: [1, "auCloseOthers", "closeOthers"], className: [1, "auClassName", "className"], itemDestroyOnHide: [1, "auItemDestroyOnHide", "itemDestroyOnHide"], itemAnimated: [1, "auItemAnimated", "itemAnimated"], itemTransition: [1, "auItemTransition", "itemTransition"], itemStructure: [1, "auItemStructure", "itemStructure"], itemClassName: [1, "auItemClassName", "itemClassName"], itemHeaderClassName: [1, "auItemHeaderClassName", "itemHeaderClassName"], itemButtonClassName: [1, "auItemButtonClassName", "itemButtonClassName"], itemBodyContainerClassName: [1, "auItemBodyContainerClassName", "itemBodyContainerClassName"], itemBodyClassName: [1, "auItemBodyClassName", "itemBodyClassName"], itemHeadingTag: [1, "auItemHeadingTag", "itemHeadingTag"] }, outputs: { itemShown: "auItemShown", itemHidden: "auItemHidden" }, exportAs: ["auAccordion"], features: [i0.ɵɵInheritDefinitionFeature] }); }
|
|
@@ -2884,9 +2890,9 @@ const export_getSliderDefaultConfig = getSliderDefaultConfig;
|
|
|
2884
2890
|
*/
|
|
2885
2891
|
const export_createSlider = createSlider;
|
|
2886
2892
|
|
|
2887
|
-
const _c0$
|
|
2888
|
-
const _c1$
|
|
2889
|
-
const _c2$
|
|
2893
|
+
const _c0$6 = ["handle"];
|
|
2894
|
+
const _c1$6 = a0 => ({ item: a0 });
|
|
2895
|
+
const _c2$5 = (a0, a1) => [a0, a1];
|
|
2890
2896
|
function SliderDefaultHandleSlotComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
2891
2897
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
2892
2898
|
i0.ɵɵelementStart(0, "button", 2);
|
|
@@ -2895,10 +2901,10 @@ function SliderDefaultHandleSlotComponent_ng_template_0_Template(rf, ctx) { if (
|
|
|
2895
2901
|
} if (rf & 2) {
|
|
2896
2902
|
const directives_r3 = ctx.directives;
|
|
2897
2903
|
const item_r4 = ctx.item;
|
|
2898
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(3, _c2$
|
|
2904
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(3, _c2$5, directives_r3.handleDirective, i0.ɵɵpureFunction1(1, _c1$6, item_r4)));
|
|
2899
2905
|
} }
|
|
2900
|
-
const _c3$
|
|
2901
|
-
const _c4$
|
|
2906
|
+
const _c3$5 = ["tick"];
|
|
2907
|
+
const _c4$5 = a0 => ({ tick: a0 });
|
|
2902
2908
|
function SliderDefaultTickSlotComponent_ng_template_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
2903
2909
|
i0.ɵɵelementStart(0, "span", 2);
|
|
2904
2910
|
i0.ɵɵtext(1);
|
|
@@ -2907,7 +2913,7 @@ function SliderDefaultTickSlotComponent_ng_template_0_Conditional_0_Template(rf,
|
|
|
2907
2913
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
2908
2914
|
const directives_r2 = ctx_r0.directives;
|
|
2909
2915
|
const tick_r3 = ctx_r0.tick;
|
|
2910
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(4, _c2$
|
|
2916
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(4, _c2$5, directives_r2.tickLabelDirective, i0.ɵɵpureFunction1(2, _c4$5, tick_r3)));
|
|
2911
2917
|
i0.ɵɵadvance();
|
|
2912
2918
|
i0.ɵɵtextInterpolate1(" ", tick_r3.value, " ");
|
|
2913
2919
|
} }
|
|
@@ -2929,13 +2935,13 @@ function SliderDefaultTickSlotComponent_ng_template_0_Template(rf, ctx) { if (rf
|
|
|
2929
2935
|
const tick_r3 = ctx.tick;
|
|
2930
2936
|
i0.ɵɵconditional(tick_r3.displayLabel ? 0 : -1);
|
|
2931
2937
|
i0.ɵɵadvance();
|
|
2932
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(9, _c2$
|
|
2938
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(9, _c2$5, directives_r2.tickDirective, i0.ɵɵpureFunction1(7, _c4$5, tick_r3)));
|
|
2933
2939
|
i0.ɵɵadvance(2);
|
|
2934
2940
|
i0.ɵɵclassProp("au-slider-tick-disabled", state_r4.disabled())("au-slider-tick-selected", tick_r3.selected);
|
|
2935
2941
|
i0.ɵɵadvance();
|
|
2936
2942
|
i0.ɵɵconditional(tick_r3.selected ? 4 : -1);
|
|
2937
2943
|
} }
|
|
2938
|
-
const _c5$
|
|
2944
|
+
const _c5$4 = ["structure"];
|
|
2939
2945
|
const _c6$1 = a0 => ({ option: a0 });
|
|
2940
2946
|
const _c7$1 = (a0, a1, a2, a3) => ({ state: a0, api: a1, directives: a2, value: a3 });
|
|
2941
2947
|
const _c8$1 = (a0, a1, a2, a3) => ({ state: a0, api: a1, directives: a2, tick: a3 });
|
|
@@ -2948,7 +2954,7 @@ function SliderDefaultStructureSlotComponent_ng_template_0_For_1_Template(rf, ct
|
|
|
2948
2954
|
} if (rf & 2) {
|
|
2949
2955
|
const option_r1 = ctx.$implicit;
|
|
2950
2956
|
const directives_r2 = i0.ɵɵnextContext().directives;
|
|
2951
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(3, _c2$
|
|
2957
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(3, _c2$5, directives_r2.progressDisplayDirective, i0.ɵɵpureFunction1(1, _c6$1, option_r1)));
|
|
2952
2958
|
} }
|
|
2953
2959
|
function SliderDefaultStructureSlotComponent_ng_template_0_Conditional_3_ng_template_1_Template(rf, ctx) { }
|
|
2954
2960
|
function SliderDefaultStructureSlotComponent_ng_template_0_Conditional_3_ng_template_3_Template(rf, ctx) { }
|
|
@@ -3037,7 +3043,7 @@ function SliderDefaultStructureSlotComponent_ng_template_0_For_8_Conditional_1_T
|
|
|
3037
3043
|
const state_r4 = ctx_r2.state;
|
|
3038
3044
|
const directives_r2 = ctx_r2.directives;
|
|
3039
3045
|
const api_r5 = ctx_r2.api;
|
|
3040
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(5, _c2$
|
|
3046
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(5, _c2$5, directives_r2.handleLabelDisplayDirective, i0.ɵɵpureFunction1(3, _c10, ɵ$index_35_r7)));
|
|
3041
3047
|
i0.ɵɵadvance();
|
|
3042
3048
|
i0.ɵɵproperty("auSlot", state_r4.label())("auSlotProps", i0.ɵɵpureFunction4(8, _c7$1, state_r4, api_r5, directives_r2, state_r4.values()[ɵ$index_35_r7]));
|
|
3043
3049
|
} }
|
|
@@ -3148,7 +3154,7 @@ class SliderDefaultHandleSlotComponent {
|
|
|
3148
3154
|
}
|
|
3149
3155
|
static { this.ɵfac = function SliderDefaultHandleSlotComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SliderDefaultHandleSlotComponent)(); }; }
|
|
3150
3156
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SliderDefaultHandleSlotComponent, selectors: [["ng-component"]], viewQuery: function SliderDefaultHandleSlotComponent_Query(rf, ctx) { if (rf & 1) {
|
|
3151
|
-
i0.ɵɵviewQuerySignal(ctx.handle, _c0$
|
|
3157
|
+
i0.ɵɵviewQuerySignal(ctx.handle, _c0$6, 5);
|
|
3152
3158
|
} if (rf & 2) {
|
|
3153
3159
|
i0.ɵɵqueryAdvance();
|
|
3154
3160
|
} }, decls: 2, vars: 0, consts: [["handle", ""], ["auSliderHandle", ""], [3, "keydown", "auUse"]], template: function SliderDefaultHandleSlotComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -3197,7 +3203,7 @@ class SliderDefaultTickSlotComponent {
|
|
|
3197
3203
|
}
|
|
3198
3204
|
static { this.ɵfac = function SliderDefaultTickSlotComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SliderDefaultTickSlotComponent)(); }; }
|
|
3199
3205
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SliderDefaultTickSlotComponent, selectors: [["ng-component"]], viewQuery: function SliderDefaultTickSlotComponent_Query(rf, ctx) { if (rf & 1) {
|
|
3200
|
-
i0.ɵɵviewQuerySignal(ctx.tick, _c3$
|
|
3206
|
+
i0.ɵɵviewQuerySignal(ctx.tick, _c3$5, 5);
|
|
3201
3207
|
} if (rf & 2) {
|
|
3202
3208
|
i0.ɵɵqueryAdvance();
|
|
3203
3209
|
} }, decls: 2, vars: 0, consts: [["tick", ""], ["auSliderTick", ""], [3, "auUse"], ["xmlns", "http://www.w3.org/2000/svg"], [1, "au-slider-tick-outer"], [1, "au-slider-tick-inner", "au-slider-tick-selected"]], template: function SliderDefaultTickSlotComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -3258,7 +3264,7 @@ class SliderDefaultStructureSlotComponent {
|
|
|
3258
3264
|
}
|
|
3259
3265
|
static { this.ɵfac = function SliderDefaultStructureSlotComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SliderDefaultStructureSlotComponent)(); }; }
|
|
3260
3266
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SliderDefaultStructureSlotComponent, selectors: [["ng-component"]], viewQuery: function SliderDefaultStructureSlotComponent_Query(rf, ctx) { if (rf & 1) {
|
|
3261
|
-
i0.ɵɵviewQuerySignal(ctx.structure, _c5$
|
|
3267
|
+
i0.ɵɵviewQuerySignal(ctx.structure, _c5$4, 5);
|
|
3262
3268
|
} if (rf & 2) {
|
|
3263
3269
|
i0.ɵɵqueryAdvance();
|
|
3264
3270
|
} }, decls: 2, vars: 0, consts: [["structure", ""], ["auSliderStructure", ""], [3, "auUse"], [3, "auSlot", "auSlotProps"]], template: function SliderDefaultStructureSlotComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -3350,70 +3356,70 @@ class SliderComponent extends BaseWidgetDirective {
|
|
|
3350
3356
|
*
|
|
3351
3357
|
* @defaultValue `''`
|
|
3352
3358
|
*/
|
|
3353
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
3359
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
3354
3360
|
/**
|
|
3355
3361
|
* Minimum value that can be assigned to the slider
|
|
3356
3362
|
*
|
|
3357
3363
|
* @defaultValue `0`
|
|
3358
3364
|
*/
|
|
3359
|
-
this.min = input(undefined, { alias: 'auMin', transform: auNumberAttribute });
|
|
3365
|
+
this.min = input(undefined, ...(ngDevMode ? [{ debugName: "min", alias: 'auMin', transform: auNumberAttribute }] : [{ alias: 'auMin', transform: auNumberAttribute }]));
|
|
3360
3366
|
/**
|
|
3361
3367
|
* Maximum value that can be assigned to the slider
|
|
3362
3368
|
*
|
|
3363
3369
|
* @defaultValue `100`
|
|
3364
3370
|
*/
|
|
3365
|
-
this.max = input(undefined, { alias: 'auMax', transform: auNumberAttribute });
|
|
3371
|
+
this.max = input(undefined, ...(ngDevMode ? [{ debugName: "max", alias: 'auMax', transform: auNumberAttribute }] : [{ alias: 'auMax', transform: auNumberAttribute }]));
|
|
3366
3372
|
/**
|
|
3367
3373
|
* Minimum distance between two values.
|
|
3368
3374
|
* When set to 0, no minimum distance constraint is applied.
|
|
3369
3375
|
*
|
|
3370
3376
|
* @defaultValue 0
|
|
3371
3377
|
*/
|
|
3372
|
-
this.minRange = input(undefined, { alias: 'auMinRange', transform: auNumberAttribute });
|
|
3378
|
+
this.minRange = input(undefined, ...(ngDevMode ? [{ debugName: "minRange", alias: 'auMinRange', transform: auNumberAttribute }] : [{ alias: 'auMinRange', transform: auNumberAttribute }]));
|
|
3373
3379
|
/**
|
|
3374
3380
|
* Maximum distance between two values
|
|
3375
3381
|
* When set to 0, no maximum distance constraint is applied.
|
|
3376
3382
|
*
|
|
3377
3383
|
* @defaultValue 0
|
|
3378
3384
|
*/
|
|
3379
|
-
this.maxRange = input(undefined, { alias: 'auMaxRange', transform: auNumberAttribute });
|
|
3385
|
+
this.maxRange = input(undefined, ...(ngDevMode ? [{ debugName: "maxRange", alias: 'auMaxRange', transform: auNumberAttribute }] : [{ alias: 'auMaxRange', transform: auNumberAttribute }]));
|
|
3380
3386
|
/**
|
|
3381
3387
|
* When true, if moving a value would break the minRange or maxRange constraint,
|
|
3382
3388
|
* it will instead push or pull the neighboring values to keep the allowed range rather than just stopping.
|
|
3383
3389
|
*
|
|
3384
3390
|
* @defaultValue false
|
|
3385
3391
|
*/
|
|
3386
|
-
this.pushRange = input(undefined, { alias: 'auPushRange', transform: auBooleanAttribute });
|
|
3392
|
+
this.pushRange = input(undefined, ...(ngDevMode ? [{ debugName: "pushRange", alias: 'auPushRange', transform: auBooleanAttribute }] : [{ alias: 'auPushRange', transform: auBooleanAttribute }]));
|
|
3387
3393
|
/**
|
|
3388
3394
|
* Unit value between slider steps
|
|
3389
3395
|
*
|
|
3390
3396
|
* @defaultValue `1`
|
|
3391
3397
|
*/
|
|
3392
|
-
this.stepSize = input(undefined, { alias: 'auStepSize', transform: auNumberAttribute });
|
|
3398
|
+
this.stepSize = input(undefined, ...(ngDevMode ? [{ debugName: "stepSize", alias: 'auStepSize', transform: auNumberAttribute }] : [{ alias: 'auStepSize', transform: auNumberAttribute }]));
|
|
3393
3399
|
/**
|
|
3394
3400
|
* Current slider values
|
|
3395
3401
|
*
|
|
3396
3402
|
* @defaultValue `[0]`
|
|
3397
3403
|
*/
|
|
3398
|
-
this.values = input(undefined, { alias: 'auValues' });
|
|
3404
|
+
this.values = input(undefined, ...(ngDevMode ? [{ debugName: "values", alias: 'auValues' }] : [{ alias: 'auValues' }]));
|
|
3399
3405
|
/**
|
|
3400
3406
|
* It `true` slider display is inversed
|
|
3401
3407
|
*
|
|
3402
3408
|
* @defaultValue `false`
|
|
3403
3409
|
*/
|
|
3404
|
-
this.rtl = input(undefined, { alias: 'auRtl', transform: auBooleanAttribute });
|
|
3410
|
+
this.rtl = input(undefined, ...(ngDevMode ? [{ debugName: "rtl", alias: 'auRtl', transform: auBooleanAttribute }] : [{ alias: 'auRtl', transform: auBooleanAttribute }]));
|
|
3405
3411
|
/**
|
|
3406
3412
|
* If `true` the value labels are displayed on the slider
|
|
3407
3413
|
*
|
|
3408
3414
|
* @defaultValue `true`
|
|
3409
3415
|
*/
|
|
3410
|
-
this.showValueLabels = input(undefined, { alias: 'auShowValueLabels', transform: auBooleanAttribute });
|
|
3416
|
+
this.showValueLabels = input(undefined, ...(ngDevMode ? [{ debugName: "showValueLabels", alias: 'auShowValueLabels', transform: auBooleanAttribute }] : [{ alias: 'auShowValueLabels', transform: auBooleanAttribute }]));
|
|
3411
3417
|
/**
|
|
3412
3418
|
* If `true` the min and max labels are displayed on the slider
|
|
3413
3419
|
*
|
|
3414
3420
|
* @defaultValue `true`
|
|
3415
3421
|
*/
|
|
3416
|
-
this.showMinMaxLabels = input(undefined, { alias: 'auShowMinMaxLabels', transform: auBooleanAttribute });
|
|
3422
|
+
this.showMinMaxLabels = input(undefined, ...(ngDevMode ? [{ debugName: "showMinMaxLabels", alias: 'auShowMinMaxLabels', transform: auBooleanAttribute }] : [{ alias: 'auShowMinMaxLabels', transform: auBooleanAttribute }]));
|
|
3417
3423
|
/**
|
|
3418
3424
|
* Return the value for the 'aria-label' attribute for the handle
|
|
3419
3425
|
* @param sortedIndex - index of the handle in the sorted list
|
|
@@ -3423,7 +3429,7 @@ class SliderComponent extends BaseWidgetDirective {
|
|
|
3423
3429
|
* () => 'Value'
|
|
3424
3430
|
* ```
|
|
3425
3431
|
*/
|
|
3426
|
-
this.ariaLabel = input(undefined, { alias: 'auAriaLabel' });
|
|
3432
|
+
this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
|
|
3427
3433
|
/**
|
|
3428
3434
|
* Return the value for the 'aria-labelledBy' attribute for the handle
|
|
3429
3435
|
* @param sortedIndex - index of the handle in the sorted list
|
|
@@ -3433,7 +3439,7 @@ class SliderComponent extends BaseWidgetDirective {
|
|
|
3433
3439
|
* () => ''
|
|
3434
3440
|
* ```
|
|
3435
3441
|
*/
|
|
3436
|
-
this.ariaLabelledBy = input(undefined, { alias: 'auAriaLabelledBy' });
|
|
3442
|
+
this.ariaLabelledBy = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabelledBy", alias: 'auAriaLabelledBy' }] : [{ alias: 'auAriaLabelledBy' }]));
|
|
3437
3443
|
/**
|
|
3438
3444
|
* Return the value for the 'aria-valuetext' attribute for the handle
|
|
3439
3445
|
* @param value - value of the handle
|
|
@@ -3444,44 +3450,44 @@ class SliderComponent extends BaseWidgetDirective {
|
|
|
3444
3450
|
* (value: number) => ''
|
|
3445
3451
|
* ```
|
|
3446
3452
|
*/
|
|
3447
|
-
this.ariaValueText = input(undefined, { alias: 'auAriaValueText' });
|
|
3453
|
+
this.ariaValueText = input(undefined, ...(ngDevMode ? [{ debugName: "ariaValueText", alias: 'auAriaValueText' }] : [{ alias: 'auAriaValueText' }]));
|
|
3448
3454
|
/**
|
|
3449
3455
|
* If `true` slider value cannot be changed but the slider is still focusable
|
|
3450
3456
|
*
|
|
3451
3457
|
* @defaultValue `false`
|
|
3452
3458
|
*/
|
|
3453
|
-
this.readonly = input(undefined, { alias: 'auReadonly', transform: auBooleanAttribute });
|
|
3459
|
+
this.readonly = input(undefined, ...(ngDevMode ? [{ debugName: "readonly", alias: 'auReadonly', transform: auBooleanAttribute }] : [{ alias: 'auReadonly', transform: auBooleanAttribute }]));
|
|
3454
3460
|
/**
|
|
3455
3461
|
* If `true` slider value cannot be changed and the slider cannot be focused
|
|
3456
3462
|
*
|
|
3457
3463
|
* @defaultValue `false`
|
|
3458
3464
|
*/
|
|
3459
|
-
this.disabled = input(undefined, { alias: 'auDisabled', transform: auBooleanAttribute });
|
|
3465
|
+
this.disabled = input(undefined, ...(ngDevMode ? [{ debugName: "disabled", alias: 'auDisabled', transform: auBooleanAttribute }] : [{ alias: 'auDisabled', transform: auBooleanAttribute }]));
|
|
3460
3466
|
/**
|
|
3461
3467
|
* If `true` is vertically positioned otherwise it is horizontal
|
|
3462
3468
|
*
|
|
3463
3469
|
* @defaultValue `false`
|
|
3464
3470
|
*/
|
|
3465
|
-
this.vertical = input(undefined, { alias: 'auVertical', transform: auBooleanAttribute });
|
|
3471
|
+
this.vertical = input(undefined, ...(ngDevMode ? [{ debugName: "vertical", alias: 'auVertical', transform: auBooleanAttribute }] : [{ alias: 'auVertical', transform: auBooleanAttribute }]));
|
|
3466
3472
|
/**
|
|
3467
3473
|
* If `true` the ticks are displayed on the slider
|
|
3468
3474
|
*
|
|
3469
3475
|
* @defaultValue `false`
|
|
3470
3476
|
*/
|
|
3471
|
-
this.showTicks = input(undefined, { alias: 'auShowTicks', transform: auBooleanAttribute });
|
|
3477
|
+
this.showTicks = input(undefined, ...(ngDevMode ? [{ debugName: "showTicks", alias: 'auShowTicks', transform: auBooleanAttribute }] : [{ alias: 'auShowTicks', transform: auBooleanAttribute }]));
|
|
3472
3478
|
/**
|
|
3473
3479
|
* Unit value between the ticks
|
|
3474
3480
|
* If value is set to `0` the {@link stepSize} is used to space the ticks
|
|
3475
3481
|
*
|
|
3476
3482
|
* @defaultValue `0`
|
|
3477
3483
|
*/
|
|
3478
|
-
this.tickInterval = input(undefined, { alias: 'auTickInterval', transform: auNumberAttribute });
|
|
3484
|
+
this.tickInterval = input(undefined, ...(ngDevMode ? [{ debugName: "tickInterval", alias: 'auTickInterval', transform: auNumberAttribute }] : [{ alias: 'auTickInterval', transform: auNumberAttribute }]));
|
|
3479
3485
|
/**
|
|
3480
3486
|
* If `true` the tick values are displayed on the slider
|
|
3481
3487
|
*
|
|
3482
3488
|
* @defaultValue `true`
|
|
3483
3489
|
*/
|
|
3484
|
-
this.showTickValues = input(undefined, { alias: 'auShowTickValues', transform: auBooleanAttribute });
|
|
3490
|
+
this.showTickValues = input(undefined, ...(ngDevMode ? [{ debugName: "showTickValues", alias: 'auShowTickValues', transform: auBooleanAttribute }] : [{ alias: 'auShowTickValues', transform: auBooleanAttribute }]));
|
|
3485
3491
|
/**
|
|
3486
3492
|
* An event emitted when slider values are changed
|
|
3487
3493
|
*
|
|
@@ -3501,23 +3507,23 @@ class SliderComponent extends BaseWidgetDirective {
|
|
|
3501
3507
|
* ({value}: SliderSlotLabelContext) => '' + value
|
|
3502
3508
|
* ```
|
|
3503
3509
|
*/
|
|
3504
|
-
this.label = input(undefined, { alias: 'auLabel' });
|
|
3505
|
-
this.slotLabelFromContent = contentChild(SliderLabelDirective);
|
|
3510
|
+
this.label = input(undefined, ...(ngDevMode ? [{ debugName: "label", alias: 'auLabel' }] : [{ alias: 'auLabel' }]));
|
|
3511
|
+
this.slotLabelFromContent = contentChild(SliderLabelDirective, ...(ngDevMode ? [{ debugName: "slotLabelFromContent" }] : []));
|
|
3506
3512
|
/**
|
|
3507
3513
|
* Slot to change the default display of the slider
|
|
3508
3514
|
*/
|
|
3509
|
-
this.structure = input(undefined, { alias: 'auStructure' });
|
|
3510
|
-
this.slotStructureFromContent = contentChild(SliderStructureDirective);
|
|
3515
|
+
this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
|
|
3516
|
+
this.slotStructureFromContent = contentChild(SliderStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
|
|
3511
3517
|
/**
|
|
3512
3518
|
* Slot to change the handlers
|
|
3513
3519
|
*/
|
|
3514
|
-
this.handle = input(undefined, { alias: 'auHandle' });
|
|
3515
|
-
this.slotHandleFromContent = contentChild(SliderHandleDirective);
|
|
3520
|
+
this.handle = input(undefined, ...(ngDevMode ? [{ debugName: "handle", alias: 'auHandle' }] : [{ alias: 'auHandle' }]));
|
|
3521
|
+
this.slotHandleFromContent = contentChild(SliderHandleDirective, ...(ngDevMode ? [{ debugName: "slotHandleFromContent" }] : []));
|
|
3516
3522
|
/**
|
|
3517
3523
|
* Slot to change the ticks
|
|
3518
3524
|
*/
|
|
3519
|
-
this.tick = input(undefined, { alias: 'auTick' });
|
|
3520
|
-
this.slotTickFromContent = contentChild(SliderTickDirective);
|
|
3525
|
+
this.tick = input(undefined, ...(ngDevMode ? [{ debugName: "tick", alias: 'auTick' }] : [{ alias: 'auTick' }]));
|
|
3526
|
+
this.slotTickFromContent = contentChild(SliderTickDirective, ...(ngDevMode ? [{ debugName: "slotTickFromContent" }] : []));
|
|
3521
3527
|
/**
|
|
3522
3528
|
* Control value accessor methods
|
|
3523
3529
|
*/
|
|
@@ -3602,8 +3608,8 @@ const export_getProgressbarDefaultConfig = getProgressbarDefaultConfig;
|
|
|
3602
3608
|
*/
|
|
3603
3609
|
const export_createProgressbar = createProgressbar;
|
|
3604
3610
|
|
|
3605
|
-
const _c0$
|
|
3606
|
-
const _c1$
|
|
3611
|
+
const _c0$5 = ["structure"];
|
|
3612
|
+
const _c1$5 = (a0, a1, a2) => ({ state: a0, api: a1, directives: a2 });
|
|
3607
3613
|
function ProgressbarDefaultSlotsComponent_ng_template_0_ng_template_2_Template(rf, ctx) { }
|
|
3608
3614
|
function ProgressbarDefaultSlotsComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
3609
3615
|
i0.ɵɵelementStart(0, "div", 2)(1, "div", 3);
|
|
@@ -3619,11 +3625,11 @@ function ProgressbarDefaultSlotsComponent_ng_template_0_Template(rf, ctx) { if (
|
|
|
3619
3625
|
i0.ɵɵclassProp("progress-bar-striped", state_r1.striped())("progress-bar-animated", state_r1.animated());
|
|
3620
3626
|
i0.ɵɵproperty("ngClass", state_r1.type() ? "text-bg-" + state_r1.type() : undefined);
|
|
3621
3627
|
i0.ɵɵadvance();
|
|
3622
|
-
i0.ɵɵproperty("auSlot", state_r1.children())("auSlotProps", i0.ɵɵpureFunction3(11, _c1$
|
|
3628
|
+
i0.ɵɵproperty("auSlot", state_r1.children())("auSlotProps", i0.ɵɵpureFunction3(11, _c1$5, state_r1, api_r2, directives_r3));
|
|
3623
3629
|
} }
|
|
3624
|
-
const _c2$
|
|
3625
|
-
const _c3$
|
|
3626
|
-
const _c4$
|
|
3630
|
+
const _c2$4 = ["content"];
|
|
3631
|
+
const _c3$4 = ["auProgressbar", ""];
|
|
3632
|
+
const _c4$4 = ["*"];
|
|
3627
3633
|
function ProgressbarComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
3628
3634
|
i0.ɵɵprojection(0);
|
|
3629
3635
|
} }
|
|
@@ -3671,7 +3677,7 @@ class ProgressbarDefaultSlotsComponent {
|
|
|
3671
3677
|
}
|
|
3672
3678
|
static { this.ɵfac = function ProgressbarDefaultSlotsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProgressbarDefaultSlotsComponent)(); }; }
|
|
3673
3679
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProgressbarDefaultSlotsComponent, selectors: [["ng-component"]], viewQuery: function ProgressbarDefaultSlotsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
3674
|
-
i0.ɵɵviewQuerySignal(ctx.structure, _c0$
|
|
3680
|
+
i0.ɵɵviewQuerySignal(ctx.structure, _c0$5, 5);
|
|
3675
3681
|
} if (rf & 2) {
|
|
3676
3682
|
i0.ɵɵqueryAdvance();
|
|
3677
3683
|
} }, decls: 2, vars: 0, consts: [["structure", ""], ["auProgressbarStructure", ""], [1, "progress"], [1, "progress-bar", 3, "ngClass"], [3, "auSlot", "auSlotProps"]], template: function ProgressbarDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -3729,60 +3735,60 @@ class ProgressbarComponent extends BaseWidgetDirective {
|
|
|
3729
3735
|
*
|
|
3730
3736
|
* @defaultValue `'Progressbar'`
|
|
3731
3737
|
*/
|
|
3732
|
-
this.ariaLabel = input(undefined, { alias: 'auAriaLabel' });
|
|
3738
|
+
this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
|
|
3733
3739
|
/**
|
|
3734
3740
|
* The minimum value.
|
|
3735
3741
|
*
|
|
3736
3742
|
* @defaultValue `0`
|
|
3737
3743
|
*/
|
|
3738
|
-
this.min = input(undefined, { alias: 'auMin', transform: auNumberAttribute });
|
|
3744
|
+
this.min = input(undefined, ...(ngDevMode ? [{ debugName: "min", alias: 'auMin', transform: auNumberAttribute }] : [{ alias: 'auMin', transform: auNumberAttribute }]));
|
|
3739
3745
|
/**
|
|
3740
3746
|
* The maximum value.
|
|
3741
3747
|
*
|
|
3742
3748
|
* @defaultValue `100`
|
|
3743
3749
|
*/
|
|
3744
|
-
this.max = input(undefined, { alias: 'auMax', transform: auNumberAttribute });
|
|
3750
|
+
this.max = input(undefined, ...(ngDevMode ? [{ debugName: "max", alias: 'auMax', transform: auNumberAttribute }] : [{ alias: 'auMax', transform: auNumberAttribute }]));
|
|
3745
3751
|
/**
|
|
3746
3752
|
* The current value.
|
|
3747
3753
|
*
|
|
3748
3754
|
* @defaultValue `0`
|
|
3749
3755
|
*/
|
|
3750
|
-
this.value = input(undefined, { alias: 'auValue', transform: auNumberAttribute });
|
|
3756
|
+
this.value = input(undefined, ...(ngDevMode ? [{ debugName: "value", alias: 'auValue', transform: auNumberAttribute }] : [{ alias: 'auValue', transform: auNumberAttribute }]));
|
|
3751
3757
|
/**
|
|
3752
3758
|
* CSS classes to be applied on the widget main container
|
|
3753
3759
|
*
|
|
3754
3760
|
* @defaultValue `''`
|
|
3755
3761
|
*/
|
|
3756
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
3762
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
3757
3763
|
/**
|
|
3758
3764
|
* Label of the progress.
|
|
3759
3765
|
*/
|
|
3760
|
-
this.children = input(undefined, { alias: 'auChildren' });
|
|
3761
|
-
this.slotDefaultFromContent = contentChild(ProgressbarBodyDirective);
|
|
3766
|
+
this.children = input(undefined, ...(ngDevMode ? [{ debugName: "children", alias: 'auChildren' }] : [{ alias: 'auChildren' }]));
|
|
3767
|
+
this.slotDefaultFromContent = contentChild(ProgressbarBodyDirective, ...(ngDevMode ? [{ debugName: "slotDefaultFromContent" }] : []));
|
|
3762
3768
|
/**
|
|
3763
3769
|
* Global template for the Progressbar.
|
|
3764
3770
|
*/
|
|
3765
|
-
this.structure = input(undefined, { alias: 'auStructure' });
|
|
3766
|
-
this.slotStructureFromContent = contentChild(ProgressbarStructureDirective);
|
|
3771
|
+
this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
|
|
3772
|
+
this.slotStructureFromContent = contentChild(ProgressbarStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
|
|
3767
3773
|
/**
|
|
3768
3774
|
* Height of the progressbar, can be any valid css height value.
|
|
3769
3775
|
*
|
|
3770
3776
|
* @defaultValue `''`
|
|
3771
3777
|
*/
|
|
3772
|
-
this.height = input(undefined, { alias: 'auHeight' });
|
|
3778
|
+
this.height = input(undefined, ...(ngDevMode ? [{ debugName: "height", alias: 'auHeight' }] : [{ alias: 'auHeight' }]));
|
|
3773
3779
|
/**
|
|
3774
3780
|
* If `true`, animates a striped progressbar.
|
|
3775
3781
|
* Takes effect only for browsers supporting CSS3 animations, and if `striped` is `true`.
|
|
3776
3782
|
*
|
|
3777
3783
|
* @defaultValue `false`
|
|
3778
3784
|
*/
|
|
3779
|
-
this.animated = input(undefined, { alias: 'auAnimated', transform: auBooleanAttribute });
|
|
3785
|
+
this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
|
|
3780
3786
|
/**
|
|
3781
3787
|
* If `true`, shows a striped progressbar.
|
|
3782
3788
|
*
|
|
3783
3789
|
* @defaultValue `false`
|
|
3784
3790
|
*/
|
|
3785
|
-
this.striped = input(undefined, { alias: 'auStriped', transform: auBooleanAttribute });
|
|
3791
|
+
this.striped = input(undefined, ...(ngDevMode ? [{ debugName: "striped", alias: 'auStriped', transform: auBooleanAttribute }] : [{ alias: 'auStriped', transform: auBooleanAttribute }]));
|
|
3786
3792
|
/**
|
|
3787
3793
|
* Return the value for the 'aria-valuetext' attribute.
|
|
3788
3794
|
* @param value - current value
|
|
@@ -3794,12 +3800,12 @@ class ProgressbarComponent extends BaseWidgetDirective {
|
|
|
3794
3800
|
* () => undefined
|
|
3795
3801
|
* ```
|
|
3796
3802
|
*/
|
|
3797
|
-
this.ariaValueTextFn = input(undefined, { alias: 'auAriaValueTextFn' });
|
|
3803
|
+
this.ariaValueTextFn = input(undefined, ...(ngDevMode ? [{ debugName: "ariaValueTextFn", alias: 'auAriaValueTextFn' }] : [{ alias: 'auAriaValueTextFn' }]));
|
|
3798
3804
|
/**
|
|
3799
3805
|
* Type of the progressbar, following bootstrap types.
|
|
3800
3806
|
*/
|
|
3801
|
-
this.type = input(undefined, { alias: 'auType' });
|
|
3802
|
-
this.slotChildren = viewChild('content');
|
|
3807
|
+
this.type = input(undefined, ...(ngDevMode ? [{ debugName: "type", alias: 'auType' }] : [{ alias: 'auType' }]));
|
|
3808
|
+
this.slotChildren = viewChild('content', ...(ngDevMode ? [{ debugName: "slotChildren" }] : []));
|
|
3803
3809
|
}
|
|
3804
3810
|
static { this.ɵfac = function ProgressbarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProgressbarComponent)(); }; }
|
|
3805
3811
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProgressbarComponent, selectors: [["", "auProgressbar", ""]], contentQueries: function ProgressbarComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
@@ -3808,17 +3814,17 @@ class ProgressbarComponent extends BaseWidgetDirective {
|
|
|
3808
3814
|
} if (rf & 2) {
|
|
3809
3815
|
i0.ɵɵqueryAdvance(2);
|
|
3810
3816
|
} }, viewQuery: function ProgressbarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
3811
|
-
i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2$
|
|
3817
|
+
i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2$4, 5);
|
|
3812
3818
|
} if (rf & 2) {
|
|
3813
3819
|
i0.ɵɵqueryAdvance();
|
|
3814
3820
|
} }, hostVars: 2, hostBindings: function ProgressbarComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
3815
3821
|
i0.ɵɵclassMap(ctx.state.className());
|
|
3816
|
-
} }, inputs: { ariaLabel: [1, "auAriaLabel", "ariaLabel"], min: [1, "auMin", "min"], max: [1, "auMax", "max"], value: [1, "auValue", "value"], className: [1, "auClassName", "className"], children: [1, "auChildren", "children"], structure: [1, "auStructure", "structure"], height: [1, "auHeight", "height"], animated: [1, "auAnimated", "animated"], striped: [1, "auStriped", "striped"], ariaValueTextFn: [1, "auAriaValueTextFn", "ariaValueTextFn"], type: [1, "auType", "type"] }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3$
|
|
3822
|
+
} }, inputs: { ariaLabel: [1, "auAriaLabel", "ariaLabel"], min: [1, "auMin", "min"], max: [1, "auMax", "max"], value: [1, "auValue", "value"], className: [1, "auClassName", "className"], children: [1, "auChildren", "children"], structure: [1, "auStructure", "structure"], height: [1, "auHeight", "height"], animated: [1, "auAnimated", "animated"], striped: [1, "auStriped", "striped"], ariaValueTextFn: [1, "auAriaValueTextFn", "ariaValueTextFn"], type: [1, "auType", "type"] }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3$4, ngContentSelectors: _c4$4, decls: 3, vars: 6, consts: [["content", ""], [3, "auSlot", "auSlotProps"]], template: function ProgressbarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3817
3823
|
i0.ɵɵprojectionDef();
|
|
3818
3824
|
i0.ɵɵtemplate(0, ProgressbarComponent_ng_template_0_Template, 1, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(2, ProgressbarComponent_ng_template_2_Template, 0, 0, "ng-template", 1);
|
|
3819
3825
|
} if (rf & 2) {
|
|
3820
3826
|
i0.ɵɵadvance(2);
|
|
3821
|
-
i0.ɵɵproperty("auSlot", ctx.state.structure())("auSlotProps", i0.ɵɵpureFunction3(2, _c1$
|
|
3827
|
+
i0.ɵɵproperty("auSlot", ctx.state.structure())("auSlotProps", i0.ɵɵpureFunction3(2, _c1$5, ctx.state, ctx.api, ctx.directives));
|
|
3822
3828
|
} }, dependencies: [SlotDirective], encapsulation: 2, changeDetection: 0 }); }
|
|
3823
3829
|
}
|
|
3824
3830
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ProgressbarComponent, [{
|
|
@@ -3865,8 +3871,8 @@ const export_createToast = createToast;
|
|
|
3865
3871
|
const export_toastPositions = toastPositions;
|
|
3866
3872
|
const export_defaultToasterProps = defaultToasterProps;
|
|
3867
3873
|
|
|
3868
|
-
const _c0$
|
|
3869
|
-
const _c1$
|
|
3874
|
+
const _c0$4 = ["structure"];
|
|
3875
|
+
const _c1$4 = (a0, a1, a2) => ({ state: a0, api: a1, directives: a2 });
|
|
3870
3876
|
function ToastDefaultSlotsComponent_ng_template_0_Conditional_0_ng_template_1_Template(rf, ctx) { }
|
|
3871
3877
|
function ToastDefaultSlotsComponent_ng_template_0_Conditional_0_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
3872
3878
|
i0.ɵɵelement(0, "button", 6);
|
|
@@ -3885,7 +3891,7 @@ function ToastDefaultSlotsComponent_ng_template_0_Conditional_0_Template(rf, ctx
|
|
|
3885
3891
|
const api_r4 = ctx_r1.api;
|
|
3886
3892
|
const directives_r1 = ctx_r1.directives;
|
|
3887
3893
|
i0.ɵɵadvance();
|
|
3888
|
-
i0.ɵɵproperty("auSlot", state_r3.header())("auSlotProps", i0.ɵɵpureFunction3(3, _c1$
|
|
3894
|
+
i0.ɵɵproperty("auSlot", state_r3.header())("auSlotProps", i0.ɵɵpureFunction3(3, _c1$4, state_r3, api_r4, directives_r1));
|
|
3889
3895
|
i0.ɵɵadvance();
|
|
3890
3896
|
i0.ɵɵconditional(state_r3.dismissible() ? 2 : -1);
|
|
3891
3897
|
} }
|
|
@@ -3908,14 +3914,14 @@ function ToastDefaultSlotsComponent_ng_template_0_Template(rf, ctx) { if (rf & 1
|
|
|
3908
3914
|
const directives_r1 = ctx.directives;
|
|
3909
3915
|
i0.ɵɵconditional(state_r3.header() ? 0 : -1);
|
|
3910
3916
|
i0.ɵɵadvance(2);
|
|
3911
|
-
i0.ɵɵproperty("auSlot", state_r3.children())("auSlotProps", i0.ɵɵpureFunction3(4, _c1$
|
|
3917
|
+
i0.ɵɵproperty("auSlot", state_r3.children())("auSlotProps", i0.ɵɵpureFunction3(4, _c1$4, state_r3, api_r4, directives_r1));
|
|
3912
3918
|
i0.ɵɵadvance();
|
|
3913
3919
|
i0.ɵɵconditional(state_r3.dismissible() && !state_r3.header() ? 3 : -1);
|
|
3914
3920
|
} }
|
|
3915
|
-
const _c2$
|
|
3916
|
-
const _c3$
|
|
3917
|
-
const _c4$
|
|
3918
|
-
const _c5$
|
|
3921
|
+
const _c2$3 = ["content"];
|
|
3922
|
+
const _c3$3 = ["auToast", ""];
|
|
3923
|
+
const _c4$3 = ["*"];
|
|
3924
|
+
const _c5$3 = (a0, a1, a2) => [a0, a1, a2];
|
|
3919
3925
|
function ToastComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
3920
3926
|
i0.ɵɵprojection(0);
|
|
3921
3927
|
} }
|
|
@@ -3927,9 +3933,9 @@ function ToastComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
3927
3933
|
} if (rf & 2) {
|
|
3928
3934
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
3929
3935
|
i0.ɵɵclassProp("d-flex", !ctx_r0.state.header())("toast-dismissible", ctx_r0.state.dismissible());
|
|
3930
|
-
i0.ɵɵproperty("auUseMulti", i0.ɵɵpureFunction3(7, _c5$
|
|
3936
|
+
i0.ɵɵproperty("auUseMulti", i0.ɵɵpureFunction3(7, _c5$3, ctx_r0.directives.autoHideDirective, ctx_r0.directives.transitionDirective, ctx_r0.directives.bodyDirective));
|
|
3931
3937
|
i0.ɵɵadvance();
|
|
3932
|
-
i0.ɵɵproperty("auSlot", ctx_r0.state.structure())("auSlotProps", i0.ɵɵpureFunction3(11, _c1$
|
|
3938
|
+
i0.ɵɵproperty("auSlot", ctx_r0.state.structure())("auSlotProps", i0.ɵɵpureFunction3(11, _c1$4, ctx_r0.state, ctx_r0.api, ctx_r0.directives));
|
|
3933
3939
|
} }
|
|
3934
3940
|
/**
|
|
3935
3941
|
* Directive to represent the body of a toast notification.
|
|
@@ -3991,7 +3997,7 @@ class ToastDefaultSlotsComponent {
|
|
|
3991
3997
|
}
|
|
3992
3998
|
static { this.ɵfac = function ToastDefaultSlotsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToastDefaultSlotsComponent)(); }; }
|
|
3993
3999
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ToastDefaultSlotsComponent, selectors: [["ng-component"]], viewQuery: function ToastDefaultSlotsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
3994
|
-
i0.ɵɵviewQuerySignal(ctx.structure, _c0$
|
|
4000
|
+
i0.ɵɵviewQuerySignal(ctx.structure, _c0$4, 5);
|
|
3995
4001
|
} if (rf & 2) {
|
|
3996
4002
|
i0.ɵɵqueryAdvance();
|
|
3997
4003
|
} }, decls: 2, vars: 0, consts: [["structure", ""], ["auToastStructure", ""], [1, "toast-header"], [1, "toast-body"], [3, "auSlot", "auSlotProps"], [1, "btn-close", "btn-close-white", "me-2", "m-auto", 3, "auUse"], [1, "btn-close", "me-0", "ms-auto", 3, "auUse"]], template: function ToastDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -4055,7 +4061,7 @@ class ToastComponent extends BaseWidgetDirective {
|
|
|
4055
4061
|
*
|
|
4056
4062
|
* @defaultValue `true`
|
|
4057
4063
|
*/
|
|
4058
|
-
this.dismissible = input(undefined, { alias: 'auDismissible', transform: auBooleanAttribute });
|
|
4064
|
+
this.dismissible = input(undefined, ...(ngDevMode ? [{ debugName: "dismissible", alias: 'auDismissible', transform: auBooleanAttribute }] : [{ alias: 'auDismissible', transform: auBooleanAttribute }]));
|
|
4059
4065
|
/**
|
|
4060
4066
|
* The transition function will be executed when the alert is displayed or hidden.
|
|
4061
4067
|
*
|
|
@@ -4063,13 +4069,13 @@ class ToastComponent extends BaseWidgetDirective {
|
|
|
4063
4069
|
*
|
|
4064
4070
|
* @defaultValue `fadeTransition`
|
|
4065
4071
|
*/
|
|
4066
|
-
this.transition = input(undefined, { alias: 'auTransition' });
|
|
4072
|
+
this.transition = input(undefined, ...(ngDevMode ? [{ debugName: "transition", alias: 'auTransition' }] : [{ alias: 'auTransition' }]));
|
|
4067
4073
|
/**
|
|
4068
4074
|
* If `true` the alert is visible to the user
|
|
4069
4075
|
*
|
|
4070
4076
|
* @defaultValue `true`
|
|
4071
4077
|
*/
|
|
4072
|
-
this.visible = input(undefined, { alias: 'auVisible', transform: auBooleanAttribute });
|
|
4078
|
+
this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
|
|
4073
4079
|
/**
|
|
4074
4080
|
* If `true`, alert opening will be animated.
|
|
4075
4081
|
*
|
|
@@ -4078,7 +4084,7 @@ class ToastComponent extends BaseWidgetDirective {
|
|
|
4078
4084
|
*
|
|
4079
4085
|
* @defaultValue `false`
|
|
4080
4086
|
*/
|
|
4081
|
-
this.animatedOnInit = input(undefined, { alias: 'auAnimatedOnInit', transform: auBooleanAttribute });
|
|
4087
|
+
this.animatedOnInit = input(undefined, ...(ngDevMode ? [{ debugName: "animatedOnInit", alias: 'auAnimatedOnInit', transform: auBooleanAttribute }] : [{ alias: 'auAnimatedOnInit', transform: auBooleanAttribute }]));
|
|
4082
4088
|
/**
|
|
4083
4089
|
* If `true`, alert closing will be animated.
|
|
4084
4090
|
*
|
|
@@ -4087,40 +4093,40 @@ class ToastComponent extends BaseWidgetDirective {
|
|
|
4087
4093
|
*
|
|
4088
4094
|
* @defaultValue `true`
|
|
4089
4095
|
*/
|
|
4090
|
-
this.animated = input(undefined, { alias: 'auAnimated', transform: auBooleanAttribute });
|
|
4096
|
+
this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
|
|
4091
4097
|
/**
|
|
4092
4098
|
* If `true` automatically hides the toast after the delay.
|
|
4093
4099
|
*
|
|
4094
4100
|
* @defaultValue `true`
|
|
4095
4101
|
*/
|
|
4096
|
-
this.autoHide = input(undefined, { alias: 'auAutoHide', transform: auBooleanAttribute });
|
|
4102
|
+
this.autoHide = input(undefined, ...(ngDevMode ? [{ debugName: "autoHide", alias: 'auAutoHide', transform: auBooleanAttribute }] : [{ alias: 'auAutoHide', transform: auBooleanAttribute }]));
|
|
4097
4103
|
/**
|
|
4098
4104
|
* Delay in milliseconds before hiding the toast.
|
|
4099
4105
|
*
|
|
4100
4106
|
* @defaultValue `5000`
|
|
4101
4107
|
*/
|
|
4102
|
-
this.delay = input(undefined, { alias: 'auDelay', transform: auNumberAttribute });
|
|
4108
|
+
this.delay = input(undefined, ...(ngDevMode ? [{ debugName: "delay", alias: 'auDelay', transform: auNumberAttribute }] : [{ alias: 'auDelay', transform: auNumberAttribute }]));
|
|
4103
4109
|
/**
|
|
4104
4110
|
* Accessibility close button label
|
|
4105
4111
|
*
|
|
4106
4112
|
* @defaultValue `'Close'`
|
|
4107
4113
|
*/
|
|
4108
|
-
this.ariaCloseButtonLabel = input(undefined, { alias: 'auAriaCloseButtonLabel' });
|
|
4114
|
+
this.ariaCloseButtonLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaCloseButtonLabel", alias: 'auAriaCloseButtonLabel' }] : [{ alias: 'auAriaCloseButtonLabel' }]));
|
|
4109
4115
|
/**
|
|
4110
4116
|
* Template for the toast content
|
|
4111
4117
|
*/
|
|
4112
|
-
this.children = input(undefined, { alias: 'auChildren' });
|
|
4113
|
-
this.slotDefaultFromContent = contentChild(ToastBodyDirective);
|
|
4118
|
+
this.children = input(undefined, ...(ngDevMode ? [{ debugName: "children", alias: 'auChildren' }] : [{ alias: 'auChildren' }]));
|
|
4119
|
+
this.slotDefaultFromContent = contentChild(ToastBodyDirective, ...(ngDevMode ? [{ debugName: "slotDefaultFromContent" }] : []));
|
|
4114
4120
|
/**
|
|
4115
4121
|
* Global template for the toast component
|
|
4116
4122
|
*/
|
|
4117
|
-
this.structure = input(undefined, { alias: 'auStructure' });
|
|
4118
|
-
this.slotStructureFromContent = contentChild(ToastStructureDirective);
|
|
4123
|
+
this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
|
|
4124
|
+
this.slotStructureFromContent = contentChild(ToastStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
|
|
4119
4125
|
/**
|
|
4120
4126
|
* Header template for the toast component
|
|
4121
4127
|
*/
|
|
4122
|
-
this.header = input(undefined, { alias: 'auHeader' });
|
|
4123
|
-
this.slotHeaderFromContent = contentChild(ToastHeaderDirective);
|
|
4128
|
+
this.header = input(undefined, ...(ngDevMode ? [{ debugName: "header", alias: 'auHeader' }] : [{ alias: 'auHeader' }]));
|
|
4129
|
+
this.slotHeaderFromContent = contentChild(ToastHeaderDirective, ...(ngDevMode ? [{ debugName: "slotHeaderFromContent" }] : []));
|
|
4124
4130
|
/**
|
|
4125
4131
|
* Callback called when the alert visibility changed.
|
|
4126
4132
|
*
|
|
@@ -4153,8 +4159,8 @@ class ToastComponent extends BaseWidgetDirective {
|
|
|
4153
4159
|
*
|
|
4154
4160
|
* @defaultValue `''`
|
|
4155
4161
|
*/
|
|
4156
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
4157
|
-
this.slotChildren = viewChild('content');
|
|
4162
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
4163
|
+
this.slotChildren = viewChild('content', ...(ngDevMode ? [{ debugName: "slotChildren" }] : []));
|
|
4158
4164
|
}
|
|
4159
4165
|
static { this.ɵfac = function ToastComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToastComponent)(); }; }
|
|
4160
4166
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ToastComponent, selectors: [["", "auToast", ""]], contentQueries: function ToastComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
@@ -4164,10 +4170,10 @@ class ToastComponent extends BaseWidgetDirective {
|
|
|
4164
4170
|
} if (rf & 2) {
|
|
4165
4171
|
i0.ɵɵqueryAdvance(3);
|
|
4166
4172
|
} }, viewQuery: function ToastComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4167
|
-
i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2$
|
|
4173
|
+
i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2$3, 5);
|
|
4168
4174
|
} if (rf & 2) {
|
|
4169
4175
|
i0.ɵɵqueryAdvance();
|
|
4170
|
-
} }, inputs: { dismissible: [1, "auDismissible", "dismissible"], transition: [1, "auTransition", "transition"], visible: [1, "auVisible", "visible"], animatedOnInit: [1, "auAnimatedOnInit", "animatedOnInit"], animated: [1, "auAnimated", "animated"], autoHide: [1, "auAutoHide", "autoHide"], delay: [1, "auDelay", "delay"], ariaCloseButtonLabel: [1, "auAriaCloseButtonLabel", "ariaCloseButtonLabel"], children: [1, "auChildren", "children"], structure: [1, "auStructure", "structure"], header: [1, "auHeader", "header"], className: [1, "auClassName", "className"] }, outputs: { visibleChange: "auVisibleChange", hidden: "auHidden", shown: "auShown" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3$
|
|
4176
|
+
} }, inputs: { dismissible: [1, "auDismissible", "dismissible"], transition: [1, "auTransition", "transition"], visible: [1, "auVisible", "visible"], animatedOnInit: [1, "auAnimatedOnInit", "animatedOnInit"], animated: [1, "auAnimated", "animated"], autoHide: [1, "auAutoHide", "autoHide"], delay: [1, "auDelay", "delay"], ariaCloseButtonLabel: [1, "auAriaCloseButtonLabel", "ariaCloseButtonLabel"], children: [1, "auChildren", "children"], structure: [1, "auStructure", "structure"], header: [1, "auHeader", "header"], className: [1, "auClassName", "className"] }, outputs: { visibleChange: "auVisibleChange", hidden: "auHidden", shown: "auShown" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3$3, ngContentSelectors: _c4$3, decls: 3, vars: 1, consts: [["content", ""], [3, "d-flex", "toast-dismissible", "auUseMulti"], [3, "auUseMulti"], [3, "auSlot", "auSlotProps"]], template: function ToastComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4171
4177
|
i0.ɵɵprojectionDef();
|
|
4172
4178
|
i0.ɵɵtemplate(0, ToastComponent_ng_template_0_Template, 1, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
4173
4179
|
i0.ɵɵconditionalCreate(2, ToastComponent_Conditional_2_Template, 2, 15, "div", 1);
|
|
@@ -4218,37 +4224,37 @@ class CollapseDirective extends BaseWidgetDirective {
|
|
|
4218
4224
|
*
|
|
4219
4225
|
* @defaultValue `false`
|
|
4220
4226
|
*/
|
|
4221
|
-
this.animatedOnInit = input(undefined, { alias: 'auAnimatedOnInit', transform: auBooleanAttribute });
|
|
4227
|
+
this.animatedOnInit = input(undefined, ...(ngDevMode ? [{ debugName: "animatedOnInit", alias: 'auAnimatedOnInit', transform: auBooleanAttribute }] : [{ alias: 'auAnimatedOnInit', transform: auBooleanAttribute }]));
|
|
4222
4228
|
/**
|
|
4223
4229
|
* If `true`, collapse closing and opening will be animated.
|
|
4224
4230
|
*
|
|
4225
4231
|
* @defaultValue `true`
|
|
4226
4232
|
*/
|
|
4227
|
-
this.animated = input(undefined, { alias: 'auAnimated', transform: auBooleanAttribute });
|
|
4233
|
+
this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
|
|
4228
4234
|
/**
|
|
4229
4235
|
* CSS classes to be applied on the widget main container
|
|
4230
4236
|
*
|
|
4231
4237
|
* @defaultValue `''`
|
|
4232
4238
|
*/
|
|
4233
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
4239
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
4234
4240
|
/**
|
|
4235
4241
|
* If `true`, collapse will be done horizontally.
|
|
4236
4242
|
*
|
|
4237
4243
|
* @defaultValue `false`
|
|
4238
4244
|
*/
|
|
4239
|
-
this.horizontal = input(undefined, { alias: 'auHorizontal', transform: auBooleanAttribute });
|
|
4245
|
+
this.horizontal = input(undefined, ...(ngDevMode ? [{ debugName: "horizontal", alias: 'auHorizontal', transform: auBooleanAttribute }] : [{ alias: 'auHorizontal', transform: auBooleanAttribute }]));
|
|
4240
4246
|
/**
|
|
4241
4247
|
* If `true` the collapse is visible to the user
|
|
4242
4248
|
*
|
|
4243
4249
|
* @defaultValue `true`
|
|
4244
4250
|
*/
|
|
4245
|
-
this.visible = input(undefined, { alias: 'auVisible', transform: auBooleanAttribute });
|
|
4251
|
+
this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
|
|
4246
4252
|
/**
|
|
4247
4253
|
* id of the collapse
|
|
4248
4254
|
*
|
|
4249
4255
|
* @defaultValue `''`
|
|
4250
4256
|
*/
|
|
4251
|
-
this.id = input(undefined, { alias: 'auId' });
|
|
4257
|
+
this.id = input(undefined, ...(ngDevMode ? [{ debugName: "id", alias: 'auId' }] : [{ alias: 'auId' }]));
|
|
4252
4258
|
/**
|
|
4253
4259
|
* Callback called when the collapse visibility changed.
|
|
4254
4260
|
*
|
|
@@ -4290,7 +4296,7 @@ class CollapseDirective extends BaseWidgetDirective {
|
|
|
4290
4296
|
}], () => [], null); })();
|
|
4291
4297
|
class CollapseTriggerDirective {
|
|
4292
4298
|
constructor() {
|
|
4293
|
-
this.auCollapseTrigger = input.required();
|
|
4299
|
+
this.auCollapseTrigger = input.required(...(ngDevMode ? [{ debugName: "auCollapseTrigger" }] : []));
|
|
4294
4300
|
this.injector = inject(Injector);
|
|
4295
4301
|
}
|
|
4296
4302
|
async ngOnInit() {
|
|
@@ -4333,8 +4339,8 @@ const export_getTreeDefaultConfig = getTreeDefaultConfig;
|
|
|
4333
4339
|
*/
|
|
4334
4340
|
const export_createTree = createTree;
|
|
4335
4341
|
|
|
4336
|
-
const _c0$
|
|
4337
|
-
const _c1$
|
|
4342
|
+
const _c0$3 = ["structure"];
|
|
4343
|
+
const _c1$3 = (a0, a1, a2, a3) => ({ state: a0, api: a1, directives: a2, item: a3 });
|
|
4338
4344
|
function TreeDefaultStructureSlotComponent_ng_template_0_For_2_ng_template_0_Template(rf, ctx) { }
|
|
4339
4345
|
function TreeDefaultStructureSlotComponent_ng_template_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
4340
4346
|
i0.ɵɵtemplate(0, TreeDefaultStructureSlotComponent_ng_template_0_For_2_ng_template_0_Template, 0, 0, "ng-template", 3);
|
|
@@ -4344,7 +4350,7 @@ function TreeDefaultStructureSlotComponent_ng_template_0_For_2_Template(rf, ctx)
|
|
|
4344
4350
|
const state_r3 = ctx_r1.state;
|
|
4345
4351
|
const directives_r4 = ctx_r1.directives;
|
|
4346
4352
|
const api_r5 = ctx_r1.api;
|
|
4347
|
-
i0.ɵɵproperty("auSlot", state_r3.item())("auSlotProps", i0.ɵɵpureFunction4(2, _c1$
|
|
4353
|
+
i0.ɵɵproperty("auSlot", state_r3.item())("auSlotProps", i0.ɵɵpureFunction4(2, _c1$3, state_r3, api_r5, directives_r4, node_r1));
|
|
4348
4354
|
} }
|
|
4349
4355
|
function TreeDefaultStructureSlotComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
4350
4356
|
i0.ɵɵelementStart(0, "ul", 2);
|
|
@@ -4358,9 +4364,9 @@ function TreeDefaultStructureSlotComponent_ng_template_0_Template(rf, ctx) { if
|
|
|
4358
4364
|
i0.ɵɵadvance();
|
|
4359
4365
|
i0.ɵɵrepeater(state_r3.normalizedNodes());
|
|
4360
4366
|
} }
|
|
4361
|
-
const _c2$
|
|
4362
|
-
const _c3$
|
|
4363
|
-
const _c4$
|
|
4367
|
+
const _c2$2 = ["toggle"];
|
|
4368
|
+
const _c3$2 = a0 => ({ item: a0 });
|
|
4369
|
+
const _c4$2 = (a0, a1) => [a0, a1];
|
|
4364
4370
|
function TreeDefaultItemToggleSlotComponent_ng_template_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
4365
4371
|
i0.ɵɵelementStart(0, "button", 2);
|
|
4366
4372
|
i0.ɵɵnamespaceSVG();
|
|
@@ -4371,7 +4377,7 @@ function TreeDefaultItemToggleSlotComponent_ng_template_0_Conditional_0_Template
|
|
|
4371
4377
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
4372
4378
|
const directives_r2 = ctx_r0.directives;
|
|
4373
4379
|
const item_r3 = ctx_r0.item;
|
|
4374
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(3, _c4$
|
|
4380
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(3, _c4$2, directives_r2.itemToggleDirective, i0.ɵɵpureFunction1(1, _c3$2, item_r3)));
|
|
4375
4381
|
} }
|
|
4376
4382
|
function TreeDefaultItemToggleSlotComponent_ng_template_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
4377
4383
|
i0.ɵɵelement(0, "span", 3);
|
|
@@ -4382,7 +4388,7 @@ function TreeDefaultItemToggleSlotComponent_ng_template_0_Template(rf, ctx) { if
|
|
|
4382
4388
|
const item_r3 = ctx.item;
|
|
4383
4389
|
i0.ɵɵconditional(item_r3.children.length > 0 ? 0 : 1);
|
|
4384
4390
|
} }
|
|
4385
|
-
const _c5$
|
|
4391
|
+
const _c5$2 = ["treeItemContent"];
|
|
4386
4392
|
function TreeDefaultItemContentSlotComponent_ng_template_0_ng_template_1_Template(rf, ctx) { }
|
|
4387
4393
|
function TreeDefaultItemContentSlotComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
4388
4394
|
i0.ɵɵelementStart(0, "span", 2);
|
|
@@ -4395,7 +4401,7 @@ function TreeDefaultItemContentSlotComponent_ng_template_0_Template(rf, ctx) { i
|
|
|
4395
4401
|
const item_r3 = ctx.item;
|
|
4396
4402
|
const api_r4 = ctx.api;
|
|
4397
4403
|
i0.ɵɵadvance();
|
|
4398
|
-
i0.ɵɵproperty("auSlot", state_r1.itemToggle())("auSlotProps", i0.ɵɵpureFunction4(3, _c1$
|
|
4404
|
+
i0.ɵɵproperty("auSlot", state_r1.itemToggle())("auSlotProps", i0.ɵɵpureFunction4(3, _c1$3, state_r1, api_r4, directives_r2, item_r3));
|
|
4399
4405
|
i0.ɵɵadvance();
|
|
4400
4406
|
i0.ɵɵtextInterpolate1(" ", item_r3.label, " ");
|
|
4401
4407
|
} }
|
|
@@ -4410,7 +4416,7 @@ function TreeDefaultItemSlotComponent_ng_template_0_Conditional_2_For_2_Template
|
|
|
4410
4416
|
const state_r3 = ctx_r1.state;
|
|
4411
4417
|
const directives_r4 = ctx_r1.directives;
|
|
4412
4418
|
const api_r5 = ctx_r1.api;
|
|
4413
|
-
i0.ɵɵproperty("auSlot", state_r3.item())("auSlotProps", i0.ɵɵpureFunction4(2, _c1$
|
|
4419
|
+
i0.ɵɵproperty("auSlot", state_r3.item())("auSlotProps", i0.ɵɵpureFunction4(2, _c1$3, state_r3, api_r5, directives_r4, child_r1));
|
|
4414
4420
|
} }
|
|
4415
4421
|
function TreeDefaultItemSlotComponent_ng_template_0_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
4416
4422
|
i0.ɵɵelementStart(0, "ul", 4);
|
|
@@ -4431,9 +4437,9 @@ function TreeDefaultItemSlotComponent_ng_template_0_Template(rf, ctx) { if (rf &
|
|
|
4431
4437
|
const directives_r4 = ctx.directives;
|
|
4432
4438
|
const item_r6 = ctx.item;
|
|
4433
4439
|
const api_r5 = ctx.api;
|
|
4434
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(6, _c4$
|
|
4440
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(6, _c4$2, directives_r4.itemAttributesDirective, i0.ɵɵpureFunction1(4, _c3$2, item_r6)));
|
|
4435
4441
|
i0.ɵɵadvance();
|
|
4436
|
-
i0.ɵɵproperty("auSlot", state_r3.itemContent())("auSlotProps", i0.ɵɵpureFunction4(9, _c1$
|
|
4442
|
+
i0.ɵɵproperty("auSlot", state_r3.itemContent())("auSlotProps", i0.ɵɵpureFunction4(9, _c1$3, state_r3, api_r5, directives_r4, item_r6));
|
|
4437
4443
|
i0.ɵɵadvance();
|
|
4438
4444
|
i0.ɵɵconditional(state_r3.expandedMap().get(item_r6) ? 2 : -1);
|
|
4439
4445
|
} }
|
|
@@ -4468,7 +4474,7 @@ class TreeDefaultStructureSlotComponent {
|
|
|
4468
4474
|
}
|
|
4469
4475
|
static { this.ɵfac = function TreeDefaultStructureSlotComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TreeDefaultStructureSlotComponent)(); }; }
|
|
4470
4476
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TreeDefaultStructureSlotComponent, selectors: [["ng-component"]], viewQuery: function TreeDefaultStructureSlotComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4471
|
-
i0.ɵɵviewQuerySignal(ctx.structure, _c0$
|
|
4477
|
+
i0.ɵɵviewQuerySignal(ctx.structure, _c0$3, 5);
|
|
4472
4478
|
} if (rf & 2) {
|
|
4473
4479
|
i0.ɵɵqueryAdvance();
|
|
4474
4480
|
} }, decls: 2, vars: 0, consts: [["structure", ""], ["auTreeStructure", ""], ["role", "tree", 3, "auUse"], [3, "auSlot", "auSlotProps"]], template: function TreeDefaultStructureSlotComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -4521,7 +4527,7 @@ class TreeDefaultItemToggleSlotComponent {
|
|
|
4521
4527
|
}
|
|
4522
4528
|
static { this.ɵfac = function TreeDefaultItemToggleSlotComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TreeDefaultItemToggleSlotComponent)(); }; }
|
|
4523
4529
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TreeDefaultItemToggleSlotComponent, selectors: [["ng-component"]], viewQuery: function TreeDefaultItemToggleSlotComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4524
|
-
i0.ɵɵviewQuerySignal(ctx.toggle, _c2$
|
|
4530
|
+
i0.ɵɵviewQuerySignal(ctx.toggle, _c2$2, 5);
|
|
4525
4531
|
} if (rf & 2) {
|
|
4526
4532
|
i0.ɵɵqueryAdvance();
|
|
4527
4533
|
} }, decls: 2, vars: 0, consts: [["toggle", ""], ["auTreeItemToggle", ""], [3, "auUse"], [1, "au-tree-expand-icon-placeholder"], ["xmlns", "http://www.w3.org/2000/svg", "width", "14", "height", "14", "viewBox", "0 0 10 10", 1, "au-tree-expand-icon-svg"], ["d", "M3 1 L7 5 L3 9", "stroke-width", "1", "fill", "none", 1, "au-tree-expand-icon-svg-fill"]], template: function TreeDefaultItemToggleSlotComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -4578,7 +4584,7 @@ class TreeDefaultItemContentSlotComponent {
|
|
|
4578
4584
|
}
|
|
4579
4585
|
static { this.ɵfac = function TreeDefaultItemContentSlotComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TreeDefaultItemContentSlotComponent)(); }; }
|
|
4580
4586
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TreeDefaultItemContentSlotComponent, selectors: [["ng-component"]], viewQuery: function TreeDefaultItemContentSlotComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4581
|
-
i0.ɵɵviewQuerySignal(ctx.treeItemContent, _c5$
|
|
4587
|
+
i0.ɵɵviewQuerySignal(ctx.treeItemContent, _c5$2, 5);
|
|
4582
4588
|
} if (rf & 2) {
|
|
4583
4589
|
i0.ɵɵqueryAdvance();
|
|
4584
4590
|
} }, decls: 2, vars: 0, consts: [["treeItemContent", ""], ["auTreeItemContent", ""], [1, "au-tree-item"], [3, "auSlot", "auSlotProps"]], template: function TreeDefaultItemContentSlotComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -4695,19 +4701,19 @@ class TreeComponent extends BaseWidgetDirective {
|
|
|
4695
4701
|
*
|
|
4696
4702
|
* @defaultValue `''`
|
|
4697
4703
|
*/
|
|
4698
|
-
this.ariaLabel = input(undefined, { alias: 'auAriaLabel' });
|
|
4704
|
+
this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
|
|
4699
4705
|
/**
|
|
4700
4706
|
* Array of the tree nodes to display
|
|
4701
4707
|
*
|
|
4702
4708
|
* @defaultValue `[]`
|
|
4703
4709
|
*/
|
|
4704
|
-
this.nodes = input(undefined, { alias: 'auNodes' });
|
|
4710
|
+
this.nodes = input(undefined, ...(ngDevMode ? [{ debugName: "nodes", alias: 'auNodes' }] : [{ alias: 'auNodes' }]));
|
|
4705
4711
|
/**
|
|
4706
4712
|
* CSS classes to be applied on the widget main container
|
|
4707
4713
|
*
|
|
4708
4714
|
* @defaultValue `''`
|
|
4709
4715
|
*/
|
|
4710
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
4716
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
4711
4717
|
/**
|
|
4712
4718
|
* Retrieves expand items of the TreeItem
|
|
4713
4719
|
*
|
|
@@ -4718,7 +4724,7 @@ class TreeComponent extends BaseWidgetDirective {
|
|
|
4718
4724
|
* (node: HTMLElement) => node.querySelectorAll('button')
|
|
4719
4725
|
* ```
|
|
4720
4726
|
*/
|
|
4721
|
-
this.navSelector = input(undefined, { alias: 'auNavSelector' });
|
|
4727
|
+
this.navSelector = input(undefined, ...(ngDevMode ? [{ debugName: "navSelector", alias: 'auNavSelector' }] : [{ alias: 'auNavSelector' }]));
|
|
4722
4728
|
/**
|
|
4723
4729
|
* Return the value for the 'aria-label' attribute of the toggle
|
|
4724
4730
|
* @param label - tree item label
|
|
@@ -4728,7 +4734,7 @@ class TreeComponent extends BaseWidgetDirective {
|
|
|
4728
4734
|
* (label: string) => `Toggle ${label}`
|
|
4729
4735
|
* ```
|
|
4730
4736
|
*/
|
|
4731
|
-
this.ariaLabelToggleFn = input(undefined, { alias: 'auAriaLabelToggleFn' });
|
|
4737
|
+
this.ariaLabelToggleFn = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabelToggleFn", alias: 'auAriaLabelToggleFn' }] : [{ alias: 'auAriaLabelToggleFn' }]));
|
|
4732
4738
|
/**
|
|
4733
4739
|
* An event emitted when the user toggles the expand of the TreeItem.
|
|
4734
4740
|
*
|
|
@@ -4743,23 +4749,23 @@ class TreeComponent extends BaseWidgetDirective {
|
|
|
4743
4749
|
/**
|
|
4744
4750
|
* Slot to change the default tree item content
|
|
4745
4751
|
*/
|
|
4746
|
-
this.itemContent = input(undefined, { alias: 'auItemContent' });
|
|
4747
|
-
this.slotItemContentFromContent = contentChild(TreeItemContentDirective);
|
|
4752
|
+
this.itemContent = input(undefined, ...(ngDevMode ? [{ debugName: "itemContent", alias: 'auItemContent' }] : [{ alias: 'auItemContent' }]));
|
|
4753
|
+
this.slotItemContentFromContent = contentChild(TreeItemContentDirective, ...(ngDevMode ? [{ debugName: "slotItemContentFromContent" }] : []));
|
|
4748
4754
|
/**
|
|
4749
4755
|
* Slot to change the default display of the tree
|
|
4750
4756
|
*/
|
|
4751
|
-
this.structure = input(undefined, { alias: 'auStructure' });
|
|
4752
|
-
this.slotStructureFromContent = contentChild(TreeStructureDirective);
|
|
4757
|
+
this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
|
|
4758
|
+
this.slotStructureFromContent = contentChild(TreeStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
|
|
4753
4759
|
/**
|
|
4754
4760
|
* Slot to change the default tree item toggle
|
|
4755
4761
|
*/
|
|
4756
|
-
this.itemToggle = input(undefined, { alias: 'auItemToggle' });
|
|
4757
|
-
this.slotItemToggleFromContent = contentChild(TreeItemToggleDirective);
|
|
4762
|
+
this.itemToggle = input(undefined, ...(ngDevMode ? [{ debugName: "itemToggle", alias: 'auItemToggle' }] : [{ alias: 'auItemToggle' }]));
|
|
4763
|
+
this.slotItemToggleFromContent = contentChild(TreeItemToggleDirective, ...(ngDevMode ? [{ debugName: "slotItemToggleFromContent" }] : []));
|
|
4758
4764
|
/**
|
|
4759
4765
|
* Slot to change the default tree item
|
|
4760
4766
|
*/
|
|
4761
|
-
this.item = input(undefined, { alias: 'auItem' });
|
|
4762
|
-
this.slotItemFromContent = contentChild(TreeItemDirective);
|
|
4767
|
+
this.item = input(undefined, ...(ngDevMode ? [{ debugName: "item", alias: 'auItem' }] : [{ alias: 'auItem' }]));
|
|
4768
|
+
this.slotItemFromContent = contentChild(TreeItemDirective, ...(ngDevMode ? [{ debugName: "slotItemFromContent" }] : []));
|
|
4763
4769
|
}
|
|
4764
4770
|
static { this.ɵfac = function TreeComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TreeComponent)(); }; }
|
|
4765
4771
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TreeComponent, selectors: [["", "auTree", ""]], contentQueries: function TreeComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
@@ -4800,11 +4806,11 @@ const export_getCarouselDefaultConfig = getCarouselDefaultConfig;
|
|
|
4800
4806
|
*/
|
|
4801
4807
|
const export_createCarousel = createCarousel;
|
|
4802
4808
|
|
|
4803
|
-
const _c0$
|
|
4804
|
-
const _c1$
|
|
4805
|
-
const _c2 = (a0, a1) => ({ index: a0, id: a1 });
|
|
4806
|
-
const _c3 = (a0, a1) => [a0, a1];
|
|
4807
|
-
const _c4 = (a0, a1, a2) => ({ state: a0, api: a1, directives: a2 });
|
|
4809
|
+
const _c0$2 = ["structure"];
|
|
4810
|
+
const _c1$2 = ["navigation"];
|
|
4811
|
+
const _c2$1 = (a0, a1) => ({ index: a0, id: a1 });
|
|
4812
|
+
const _c3$1 = (a0, a1) => [a0, a1];
|
|
4813
|
+
const _c4$1 = (a0, a1, a2) => ({ state: a0, api: a1, directives: a2 });
|
|
4808
4814
|
const _forTrack0$1 = ($index, $item) => $item.id;
|
|
4809
4815
|
function CarouselDefaultSlotsComponent_ng_template_0_Conditional_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
4810
4816
|
i0.ɵɵelementStart(0, "button", 6);
|
|
@@ -4851,7 +4857,7 @@ function CarouselDefaultSlotsComponent_ng_template_0_Conditional_1_For_2_Templat
|
|
|
4851
4857
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
4852
4858
|
const state_r2 = ctx_r0.state;
|
|
4853
4859
|
const directives_r3 = ctx_r0.directives;
|
|
4854
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(5, _c3, directives_r3.tabIndicator, i0.ɵɵpureFunction2(2, _c2, ɵ$index_19_r7, slideData_r6.id)));
|
|
4860
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(5, _c3$1, directives_r3.tabIndicator, i0.ɵɵpureFunction2(2, _c2$1, ɵ$index_19_r7, slideData_r6.id)));
|
|
4855
4861
|
i0.ɵɵattribute("class", state_r2.selectedScrollSnap() === ɵ$index_19_r7 ? "active" : undefined);
|
|
4856
4862
|
} }
|
|
4857
4863
|
function CarouselDefaultSlotsComponent_ng_template_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -4889,9 +4895,9 @@ function CarouselDefaultSlotsComponent_ng_template_2_For_3_Template(rf, ctx) { i
|
|
|
4889
4895
|
const api_r12 = ctx_r9.api;
|
|
4890
4896
|
const directives_r13 = ctx_r9.directives;
|
|
4891
4897
|
const ctx_r13 = i0.ɵɵnextContext();
|
|
4892
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(6, _c3, directives_r13.slide, i0.ɵɵpureFunction2(3, _c2, ɵ$index_28_r9, slideData_r8.id)));
|
|
4898
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(6, _c3$1, directives_r13.slide, i0.ɵɵpureFunction2(3, _c2$1, ɵ$index_28_r9, slideData_r8.id)));
|
|
4893
4899
|
i0.ɵɵadvance();
|
|
4894
|
-
i0.ɵɵproperty("auSlot", state_r11.slide())("auSlotProps", ctx_r13.toSlideContext(slideData_r8, i0.ɵɵpureFunction3(9, _c4, state_r11, api_r12, directives_r13)));
|
|
4900
|
+
i0.ɵɵproperty("auSlot", state_r11.slide())("auSlotProps", ctx_r13.toSlideContext(slideData_r8, i0.ɵɵpureFunction3(9, _c4$1, state_r11, api_r12, directives_r13)));
|
|
4895
4901
|
} }
|
|
4896
4902
|
function CarouselDefaultSlotsComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
4897
4903
|
i0.ɵɵtemplate(0, CarouselDefaultSlotsComponent_ng_template_2_ng_template_0_Template, 0, 0, "ng-template", 8);
|
|
@@ -4902,13 +4908,13 @@ function CarouselDefaultSlotsComponent_ng_template_2_Template(rf, ctx) { if (rf
|
|
|
4902
4908
|
const state_r11 = ctx.state;
|
|
4903
4909
|
const api_r12 = ctx.api;
|
|
4904
4910
|
const directives_r13 = ctx.directives;
|
|
4905
|
-
i0.ɵɵproperty("auSlot", state_r11.navigation())("auSlotProps", i0.ɵɵpureFunction3(3, _c4, state_r11, api_r12, directives_r13));
|
|
4911
|
+
i0.ɵɵproperty("auSlot", state_r11.navigation())("auSlotProps", i0.ɵɵpureFunction3(3, _c4$1, state_r11, api_r12, directives_r13));
|
|
4906
4912
|
i0.ɵɵadvance();
|
|
4907
4913
|
i0.ɵɵproperty("auUse", directives_r13.container);
|
|
4908
4914
|
i0.ɵɵadvance();
|
|
4909
4915
|
i0.ɵɵrepeater(state_r11.slidesData());
|
|
4910
4916
|
} }
|
|
4911
|
-
const _c5 = ["auCarousel", ""];
|
|
4917
|
+
const _c5$1 = ["auCarousel", ""];
|
|
4912
4918
|
function CarouselComponent_ng_template_0_Template(rf, ctx) { }
|
|
4913
4919
|
/**
|
|
4914
4920
|
* Directive that provides a template reference for the carousel structure using the {@link CarouselContext}.
|
|
@@ -4974,8 +4980,8 @@ class CarouselDefaultSlotsComponent {
|
|
|
4974
4980
|
}
|
|
4975
4981
|
static { this.ɵfac = function CarouselDefaultSlotsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CarouselDefaultSlotsComponent)(); }; }
|
|
4976
4982
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CarouselDefaultSlotsComponent, selectors: [["ng-component"]], viewQuery: function CarouselDefaultSlotsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4977
|
-
i0.ɵɵviewQuerySignal(ctx.structure, _c0$
|
|
4978
|
-
i0.ɵɵviewQuerySignal(ctx.navigation, _c1$
|
|
4983
|
+
i0.ɵɵviewQuerySignal(ctx.structure, _c0$2, 5);
|
|
4984
|
+
i0.ɵɵviewQuerySignal(ctx.navigation, _c1$2, 5);
|
|
4979
4985
|
} if (rf & 2) {
|
|
4980
4986
|
i0.ɵɵqueryAdvance(2);
|
|
4981
4987
|
} }, decls: 4, vars: 0, consts: [["navigation", ""], ["structure", ""], ["auCarouselNavigation", ""], ["auCarouselStructure", ""], [1, "carousel-indicators", 3, "auUse"], [3, "class", "auUse"], [3, "auUse"], ["data-bs-target", "true", 3, "auUse"], [3, "auSlot", "auSlotProps"]], template: function CarouselDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -5059,141 +5065,141 @@ class CarouselComponent extends BaseWidgetDirective {
|
|
|
5059
5065
|
/**
|
|
5060
5066
|
* Aria label for navigation indicators
|
|
5061
5067
|
*/
|
|
5062
|
-
this.ariaIndicatorLabel = input(undefined, { alias: 'auAriaIndicatorLabel' });
|
|
5068
|
+
this.ariaIndicatorLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaIndicatorLabel", alias: 'auAriaIndicatorLabel' }] : [{ alias: 'auAriaIndicatorLabel' }]));
|
|
5063
5069
|
/**
|
|
5064
5070
|
* Aria label for previous button
|
|
5065
5071
|
*/
|
|
5066
|
-
this.ariaPrevLabel = input(undefined, { alias: 'auAriaPrevLabel' });
|
|
5072
|
+
this.ariaPrevLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaPrevLabel", alias: 'auAriaPrevLabel' }] : [{ alias: 'auAriaPrevLabel' }]));
|
|
5067
5073
|
/**
|
|
5068
5074
|
* Aria label for next button
|
|
5069
5075
|
*/
|
|
5070
|
-
this.ariaNextLabel = input(undefined, { alias: 'auAriaNextLabel' });
|
|
5076
|
+
this.ariaNextLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaNextLabel", alias: 'auAriaNextLabel' }] : [{ alias: 'auAriaNextLabel' }]));
|
|
5071
5077
|
/**
|
|
5072
5078
|
* Choose content direction between `ltr` and `rtl`
|
|
5073
5079
|
*
|
|
5074
5080
|
* @see {@link https://www.embla-carousel.com/api/options/#direction}
|
|
5075
5081
|
* @defaultValue `'ltr'`
|
|
5076
5082
|
*/
|
|
5077
|
-
this.direction = input(undefined, { alias: 'auDirection' });
|
|
5083
|
+
this.direction = input(undefined, ...(ngDevMode ? [{ debugName: "direction", alias: 'auDirection' }] : [{ alias: 'auDirection' }]));
|
|
5078
5084
|
/**
|
|
5079
5085
|
* Enables momentum scrolling
|
|
5080
5086
|
*
|
|
5081
5087
|
* @see {@link https://www.embla-carousel.com/api/options/#dragFree}
|
|
5082
5088
|
* @defaultValue `false`
|
|
5083
5089
|
*/
|
|
5084
|
-
this.dragFree = input(undefined, { alias: 'auDragFree', transform: auBooleanAttribute });
|
|
5090
|
+
this.dragFree = input(undefined, ...(ngDevMode ? [{ debugName: "dragFree", alias: 'auDragFree', transform: auBooleanAttribute }] : [{ alias: 'auDragFree', transform: auBooleanAttribute }]));
|
|
5085
5091
|
/**
|
|
5086
5092
|
* Drag threshold in pixels
|
|
5087
5093
|
*
|
|
5088
5094
|
* @see {@link https://www.embla-carousel.com/api/options/#dragThreshold}
|
|
5089
5095
|
* @defaultValue `10`
|
|
5090
5096
|
*/
|
|
5091
|
-
this.dragThreshold = input(undefined, { alias: 'auDragThreshold', transform: auNumberAttribute });
|
|
5097
|
+
this.dragThreshold = input(undefined, ...(ngDevMode ? [{ debugName: "dragThreshold", alias: 'auDragThreshold', transform: auNumberAttribute }] : [{ alias: 'auDragThreshold', transform: auNumberAttribute }]));
|
|
5092
5098
|
/**
|
|
5093
5099
|
* Set scroll duration when triggered by any of the API methods
|
|
5094
5100
|
*
|
|
5095
5101
|
* @see {@link https://www.embla-carousel.com/api/options/#duration}
|
|
5096
5102
|
* @defaultValue `25`
|
|
5097
5103
|
*/
|
|
5098
|
-
this.duration = input(undefined, { alias: 'auDuration', transform: auNumberAttribute });
|
|
5104
|
+
this.duration = input(undefined, ...(ngDevMode ? [{ debugName: "duration", alias: 'auDuration', transform: auNumberAttribute }] : [{ alias: 'auDuration', transform: auNumberAttribute }]));
|
|
5099
5105
|
/**
|
|
5100
5106
|
* Enables infinite looping
|
|
5101
5107
|
*
|
|
5102
5108
|
* @see {@link https://www.embla-carousel.com/api/options/#loop}
|
|
5103
5109
|
* @defaultValue `false`
|
|
5104
5110
|
*/
|
|
5105
|
-
this.loop = input(undefined, { alias: 'auLoop', transform: auBooleanAttribute });
|
|
5111
|
+
this.loop = input(undefined, ...(ngDevMode ? [{ debugName: "loop", alias: 'auLoop', transform: auBooleanAttribute }] : [{ alias: 'auLoop', transform: auBooleanAttribute }]));
|
|
5106
5112
|
/**
|
|
5107
5113
|
* Allow the carousel to skip scroll snaps if it's dragged vigorously
|
|
5108
5114
|
*
|
|
5109
5115
|
* @see {@link https://www.embla-carousel.com/api/options/#skipsnaps}
|
|
5110
5116
|
* @defaultValue `false`
|
|
5111
5117
|
*/
|
|
5112
|
-
this.skipSnaps = input(undefined, { alias: 'auSkipSnaps', transform: auBooleanAttribute });
|
|
5118
|
+
this.skipSnaps = input(undefined, ...(ngDevMode ? [{ debugName: "skipSnaps", alias: 'auSkipSnaps', transform: auBooleanAttribute }] : [{ alias: 'auSkipSnaps', transform: auBooleanAttribute }]));
|
|
5113
5119
|
/**
|
|
5114
5120
|
* If `true`, 'previous' and 'next' navigation arrows will be visible.
|
|
5115
5121
|
*/
|
|
5116
|
-
this.showNavigationArrows = input(undefined, { alias: 'auShowNavigationArrows', transform: auBooleanAttribute });
|
|
5122
|
+
this.showNavigationArrows = input(undefined, ...(ngDevMode ? [{ debugName: "showNavigationArrows", alias: 'auShowNavigationArrows', transform: auBooleanAttribute }] : [{ alias: 'auShowNavigationArrows', transform: auBooleanAttribute }]));
|
|
5117
5123
|
/**
|
|
5118
5124
|
* If `true`, navigation indicators at the bottom of the slide will be visible.
|
|
5119
5125
|
*/
|
|
5120
|
-
this.showNavigationIndicators = input(undefined, { alias: 'auShowNavigationIndicators', transform: auBooleanAttribute });
|
|
5126
|
+
this.showNavigationIndicators = input(undefined, ...(ngDevMode ? [{ debugName: "showNavigationIndicators", alias: 'auShowNavigationIndicators', transform: auBooleanAttribute }] : [{ alias: 'auShowNavigationIndicators', transform: auBooleanAttribute }]));
|
|
5121
5127
|
/**
|
|
5122
5128
|
* Plugins to extend the carousel with additional features
|
|
5123
5129
|
* @defaultValue `[]`
|
|
5124
5130
|
*/
|
|
5125
|
-
this.plugins = input(undefined, { alias: 'auPlugins' });
|
|
5131
|
+
this.plugins = input(undefined, ...(ngDevMode ? [{ debugName: "plugins", alias: 'auPlugins' }] : [{ alias: 'auPlugins' }]));
|
|
5126
5132
|
/**
|
|
5127
5133
|
* Align the slides relative to the carousel viewport
|
|
5128
5134
|
*
|
|
5129
5135
|
* @see {@link https://www.embla-carousel.com/api/options/#align}
|
|
5130
5136
|
* @defaultValue `'center'`
|
|
5131
5137
|
*/
|
|
5132
|
-
this.align = input(undefined, { alias: 'auAlign' });
|
|
5138
|
+
this.align = input(undefined, ...(ngDevMode ? [{ debugName: "align", alias: 'auAlign' }] : [{ alias: 'auAlign' }]));
|
|
5133
5139
|
/**
|
|
5134
5140
|
* Enables choosing a custom container element which holds the slides. By default, Embla will choose the first direct child element of the root element. Provide a valid CSS selector string.
|
|
5135
5141
|
*
|
|
5136
5142
|
* @see {@link https://www.embla-carousel.com/api/options/#container}
|
|
5137
5143
|
*/
|
|
5138
|
-
this.container = input(undefined, { alias: 'auContainer' });
|
|
5144
|
+
this.container = input(undefined, ...(ngDevMode ? [{ debugName: "container", alias: 'auContainer' }] : [{ alias: 'auContainer' }]));
|
|
5139
5145
|
/**
|
|
5140
5146
|
* Clear leading and trailing empty space that causes excessive scrolling
|
|
5141
5147
|
*
|
|
5142
5148
|
* @see {@link https://www.embla-carousel.com/api/options/#containScroll}
|
|
5143
5149
|
* @defaultValue `'trimSnaps'`
|
|
5144
5150
|
*/
|
|
5145
|
-
this.containScroll = input(undefined, { alias: 'auContainScroll' });
|
|
5151
|
+
this.containScroll = input(undefined, ...(ngDevMode ? [{ debugName: "containScroll", alias: 'auContainScroll' }] : [{ alias: 'auContainScroll' }]));
|
|
5146
5152
|
/**
|
|
5147
5153
|
* CSS classes to be applied on the widget main container
|
|
5148
5154
|
*
|
|
5149
5155
|
* @defaultValue `''`
|
|
5150
5156
|
*/
|
|
5151
|
-
this.className = input(undefined, { alias: 'auClassName' });
|
|
5157
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
5152
5158
|
/**
|
|
5153
5159
|
* Class name to apply to the container of the carousel.
|
|
5154
5160
|
*
|
|
5155
5161
|
* @defaultValue `''`
|
|
5156
5162
|
*/
|
|
5157
|
-
this.containerClass = input(undefined, { alias: 'auContainerClass' });
|
|
5163
|
+
this.containerClass = input(undefined, ...(ngDevMode ? [{ debugName: "containerClass", alias: 'auContainerClass' }] : [{ alias: 'auContainerClass' }]));
|
|
5158
5164
|
/**
|
|
5159
5165
|
* Class name to apply to each slide in the carousel.
|
|
5160
5166
|
*
|
|
5161
5167
|
* @defaultValue `''`
|
|
5162
5168
|
*/
|
|
5163
|
-
this.slideClass = input(undefined, { alias: 'auSlideClass' });
|
|
5169
|
+
this.slideClass = input(undefined, ...(ngDevMode ? [{ debugName: "slideClass", alias: 'auSlideClass' }] : [{ alias: 'auSlideClass' }]));
|
|
5164
5170
|
/**
|
|
5165
5171
|
* The aria-live attribute value for the carousel container.
|
|
5166
5172
|
*
|
|
5167
5173
|
* @defaultValue `'polite'`
|
|
5168
5174
|
*/
|
|
5169
|
-
this.ariaLive = input(undefined, { alias: 'auAriaLive' });
|
|
5175
|
+
this.ariaLive = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLive", alias: 'auAriaLive' }] : [{ alias: 'auAriaLive' }]));
|
|
5170
5176
|
/**
|
|
5171
5177
|
* The data for each slide in the carousel.
|
|
5172
5178
|
*
|
|
5173
5179
|
* @defaultValue `[]`
|
|
5174
5180
|
*/
|
|
5175
|
-
this.slidesData = input(undefined, { alias: 'auSlidesData' });
|
|
5181
|
+
this.slidesData = input(undefined, ...(ngDevMode ? [{ debugName: "slidesData", alias: 'auSlidesData' }] : [{ alias: 'auSlidesData' }]));
|
|
5176
5182
|
/**
|
|
5177
5183
|
* The structure of the carousel.
|
|
5178
5184
|
*
|
|
5179
5185
|
* @defaultValue `undefined`
|
|
5180
5186
|
*/
|
|
5181
|
-
this.structure = input(undefined, { alias: 'auStructure' });
|
|
5187
|
+
this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
|
|
5182
5188
|
/**
|
|
5183
5189
|
* The navigation layer of the carousel.
|
|
5184
5190
|
*
|
|
5185
5191
|
* @defaultValue `undefined`
|
|
5186
5192
|
*/
|
|
5187
|
-
this.navigation = input(undefined, { alias: 'auNavigation' });
|
|
5193
|
+
this.navigation = input(undefined, ...(ngDevMode ? [{ debugName: "navigation", alias: 'auNavigation' }] : [{ alias: 'auNavigation' }]));
|
|
5188
5194
|
/**
|
|
5189
5195
|
* The content of each slide in the carousel.
|
|
5190
5196
|
*
|
|
5191
5197
|
* @defaultValue `undefined`
|
|
5192
5198
|
*/
|
|
5193
|
-
this.slide = input(undefined, { alias: 'auSlide' });
|
|
5194
|
-
this.slotSlideFromContent = contentChild((CarouselSlideDirective));
|
|
5195
|
-
this.slotStructureFromContent = contentChild((CarouselStructureDirective));
|
|
5196
|
-
this.slotNavigationFromContent = contentChild((CarouselNavigationDirective));
|
|
5199
|
+
this.slide = input(undefined, ...(ngDevMode ? [{ debugName: "slide", alias: 'auSlide' }] : [{ alias: 'auSlide' }]));
|
|
5200
|
+
this.slotSlideFromContent = contentChild((CarouselSlideDirective), ...(ngDevMode ? [{ debugName: "slotSlideFromContent" }] : []));
|
|
5201
|
+
this.slotStructureFromContent = contentChild((CarouselStructureDirective), ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
|
|
5202
|
+
this.slotNavigationFromContent = contentChild((CarouselNavigationDirective), ...(ngDevMode ? [{ debugName: "slotNavigationFromContent" }] : []));
|
|
5197
5203
|
}
|
|
5198
5204
|
static { this.ɵfac = function CarouselComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CarouselComponent)(); }; }
|
|
5199
5205
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CarouselComponent, selectors: [["", "auCarousel", ""]], contentQueries: function CarouselComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
@@ -5202,10 +5208,10 @@ class CarouselComponent extends BaseWidgetDirective {
|
|
|
5202
5208
|
i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotNavigationFromContent, (CarouselNavigationDirective), 5);
|
|
5203
5209
|
} if (rf & 2) {
|
|
5204
5210
|
i0.ɵɵqueryAdvance(3);
|
|
5205
|
-
} }, inputs: { ariaIndicatorLabel: [1, "auAriaIndicatorLabel", "ariaIndicatorLabel"], ariaPrevLabel: [1, "auAriaPrevLabel", "ariaPrevLabel"], ariaNextLabel: [1, "auAriaNextLabel", "ariaNextLabel"], direction: [1, "auDirection", "direction"], dragFree: [1, "auDragFree", "dragFree"], dragThreshold: [1, "auDragThreshold", "dragThreshold"], duration: [1, "auDuration", "duration"], loop: [1, "auLoop", "loop"], skipSnaps: [1, "auSkipSnaps", "skipSnaps"], showNavigationArrows: [1, "auShowNavigationArrows", "showNavigationArrows"], showNavigationIndicators: [1, "auShowNavigationIndicators", "showNavigationIndicators"], plugins: [1, "auPlugins", "plugins"], align: [1, "auAlign", "align"], container: [1, "auContainer", "container"], containScroll: [1, "auContainScroll", "containScroll"], className: [1, "auClassName", "className"], containerClass: [1, "auContainerClass", "containerClass"], slideClass: [1, "auSlideClass", "slideClass"], ariaLive: [1, "auAriaLive", "ariaLive"], slidesData: [1, "auSlidesData", "slidesData"], structure: [1, "auStructure", "structure"], navigation: [1, "auNavigation", "navigation"], slide: [1, "auSlide", "slide"] }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c5, decls: 1, vars: 6, consts: [[3, "auSlot", "auSlotProps"]], template: function CarouselComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5211
|
+
} }, inputs: { ariaIndicatorLabel: [1, "auAriaIndicatorLabel", "ariaIndicatorLabel"], ariaPrevLabel: [1, "auAriaPrevLabel", "ariaPrevLabel"], ariaNextLabel: [1, "auAriaNextLabel", "ariaNextLabel"], direction: [1, "auDirection", "direction"], dragFree: [1, "auDragFree", "dragFree"], dragThreshold: [1, "auDragThreshold", "dragThreshold"], duration: [1, "auDuration", "duration"], loop: [1, "auLoop", "loop"], skipSnaps: [1, "auSkipSnaps", "skipSnaps"], showNavigationArrows: [1, "auShowNavigationArrows", "showNavigationArrows"], showNavigationIndicators: [1, "auShowNavigationIndicators", "showNavigationIndicators"], plugins: [1, "auPlugins", "plugins"], align: [1, "auAlign", "align"], container: [1, "auContainer", "container"], containScroll: [1, "auContainScroll", "containScroll"], className: [1, "auClassName", "className"], containerClass: [1, "auContainerClass", "containerClass"], slideClass: [1, "auSlideClass", "slideClass"], ariaLive: [1, "auAriaLive", "ariaLive"], slidesData: [1, "auSlidesData", "slidesData"], structure: [1, "auStructure", "structure"], navigation: [1, "auNavigation", "navigation"], slide: [1, "auSlide", "slide"] }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c5$1, decls: 1, vars: 6, consts: [[3, "auSlot", "auSlotProps"]], template: function CarouselComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5206
5212
|
i0.ɵɵtemplate(0, CarouselComponent_ng_template_0_Template, 0, 0, "ng-template", 0);
|
|
5207
5213
|
} if (rf & 2) {
|
|
5208
|
-
i0.ɵɵproperty("auSlot", ctx.state.structure())("auSlotProps", i0.ɵɵpureFunction3(2, _c4, ctx.state, ctx.api, ctx.directives));
|
|
5214
|
+
i0.ɵɵproperty("auSlot", ctx.state.structure())("auSlotProps", i0.ɵɵpureFunction3(2, _c4$1, ctx.state, ctx.api, ctx.directives));
|
|
5209
5215
|
} }, dependencies: [SlotDirective], encapsulation: 2, changeDetection: 0 }); }
|
|
5210
5216
|
}
|
|
5211
5217
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CarouselComponent, [{
|
|
@@ -5230,8 +5236,8 @@ class ToasterService extends ToasterService$1 {
|
|
|
5230
5236
|
}]
|
|
5231
5237
|
}], null, null); })();
|
|
5232
5238
|
|
|
5233
|
-
const _c0 = ["auToaster", ""];
|
|
5234
|
-
const _c1 = (a0, a1) => [a0, a1];
|
|
5239
|
+
const _c0$1 = ["auToaster", ""];
|
|
5240
|
+
const _c1$1 = (a0, a1) => [a0, a1];
|
|
5235
5241
|
const _forTrack0 = ($index, $item) => $item.id;
|
|
5236
5242
|
function ToasterComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
5237
5243
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -5252,21 +5258,21 @@ function ToasterComponent_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
5252
5258
|
} if (rf & 2) {
|
|
5253
5259
|
const toast_r4 = ctx.$implicit;
|
|
5254
5260
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
5255
|
-
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(9, _c1, ctx_r1.toasterService.eventsDirective, toast_r4.id));
|
|
5261
|
+
i0.ɵɵproperty("auUse", i0.ɵɵpureFunction2(9, _c1$1, ctx_r1.toasterService.eventsDirective, toast_r4.id));
|
|
5256
5262
|
i0.ɵɵadvance();
|
|
5257
5263
|
i0.ɵɵproperty("auDismissible", toast_r4.props.dismissible ?? ctx_r1.toasterService.options().dismissible)("auAnimated", toast_r4.props.animated)("auAutoHide", false)("auClassName", toast_r4.props.className)("auAriaCloseButtonLabel", toast_r4.props.ariaCloseButtonLabel)("auStructure", toast_r4.props.structure)("auChildren", toast_r4.props.children)("auHeader", toast_r4.props.header);
|
|
5258
5264
|
} }
|
|
5259
5265
|
class ToasterComponent {
|
|
5260
5266
|
constructor() {
|
|
5261
5267
|
this.toasterService = inject(ToasterService);
|
|
5262
|
-
this.auDismissible = input(this.toasterService.options().dismissible);
|
|
5263
|
-
this.auDuration = input(this.toasterService.options().duration);
|
|
5264
|
-
this.auPosition = input(this.toasterService.options().position);
|
|
5265
|
-
this.auLimit = input(this.toasterService.options().limit);
|
|
5266
|
-
this.auPauseOnHover = input(this.toasterService.options().pauseOnHover);
|
|
5267
|
-
this.auCloseAll = input(this.toasterService.options().closeAll);
|
|
5268
|
-
this.auCloseAllLabel = input(this.toasterService.options().closeAllLabel);
|
|
5269
|
-
this.positionClass = computed(() => export_toastPositions[this.toasterService.options().position]);
|
|
5268
|
+
this.auDismissible = input(this.toasterService.options().dismissible, ...(ngDevMode ? [{ debugName: "auDismissible" }] : []));
|
|
5269
|
+
this.auDuration = input(this.toasterService.options().duration, ...(ngDevMode ? [{ debugName: "auDuration" }] : []));
|
|
5270
|
+
this.auPosition = input(this.toasterService.options().position, ...(ngDevMode ? [{ debugName: "auPosition" }] : []));
|
|
5271
|
+
this.auLimit = input(this.toasterService.options().limit, ...(ngDevMode ? [{ debugName: "auLimit" }] : []));
|
|
5272
|
+
this.auPauseOnHover = input(this.toasterService.options().pauseOnHover, ...(ngDevMode ? [{ debugName: "auPauseOnHover" }] : []));
|
|
5273
|
+
this.auCloseAll = input(this.toasterService.options().closeAll, ...(ngDevMode ? [{ debugName: "auCloseAll" }] : []));
|
|
5274
|
+
this.auCloseAllLabel = input(this.toasterService.options().closeAllLabel, ...(ngDevMode ? [{ debugName: "auCloseAllLabel" }] : []));
|
|
5275
|
+
this.positionClass = computed(() => export_toastPositions[this.toasterService.options().position], ...(ngDevMode ? [{ debugName: "positionClass" }] : []));
|
|
5270
5276
|
effect(() => {
|
|
5271
5277
|
this.toasterService.options.update((options) => ({
|
|
5272
5278
|
...options,
|
|
@@ -5285,7 +5291,7 @@ class ToasterComponent {
|
|
|
5285
5291
|
toast.props.onHidden?.();
|
|
5286
5292
|
}
|
|
5287
5293
|
static { this.ɵfac = function ToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterComponent)(); }; }
|
|
5288
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ToasterComponent, selectors: [["", "auToaster", ""]], hostAttrs: ["aria-live", "polite", "aria-atomic", "true", 1, "au-toaster"], inputs: { auDismissible: [1, "auDismissible"], auDuration: [1, "auDuration"], auPosition: [1, "auPosition"], auLimit: [1, "auLimit"], auPauseOnHover: [1, "auPauseOnHover"], auCloseAll: [1, "auCloseAll"], auCloseAllLabel: [1, "auCloseAllLabel"] }, attrs: _c0, decls: 4, vars: 3, consts: [[1, "d-flex", "position-relative", "align-items-end", "pb-2"], [3, "auUse"], [1, "au-toaster-closeAll", "btn", "btn-secondary", "me-0", "ms-auto", "pe-auto", 3, "click"], ["auToast", "", 3, "auHidden", "auVisibleChange", "auDismissible", "auAnimated", "auAutoHide", "auClassName", "auAriaCloseButtonLabel", "auStructure", "auChildren", "auHeader"]], template: function ToasterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5294
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ToasterComponent, selectors: [["", "auToaster", ""]], hostAttrs: ["aria-live", "polite", "aria-atomic", "true", 1, "au-toaster"], inputs: { auDismissible: [1, "auDismissible"], auDuration: [1, "auDuration"], auPosition: [1, "auPosition"], auLimit: [1, "auLimit"], auPauseOnHover: [1, "auPauseOnHover"], auCloseAll: [1, "auCloseAll"], auCloseAllLabel: [1, "auCloseAllLabel"] }, attrs: _c0$1, decls: 4, vars: 3, consts: [[1, "d-flex", "position-relative", "align-items-end", "pb-2"], [3, "auUse"], [1, "au-toaster-closeAll", "btn", "btn-secondary", "me-0", "ms-auto", "pe-auto", 3, "click"], ["auToast", "", 3, "auHidden", "auVisibleChange", "auDismissible", "auAnimated", "auAutoHide", "auClassName", "auAriaCloseButtonLabel", "auStructure", "auChildren", "auHeader"]], template: function ToasterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5289
5295
|
i0.ɵɵelementStart(0, "div");
|
|
5290
5296
|
i0.ɵɵconditionalCreate(1, ToasterComponent_Conditional_1_Template, 3, 1, "div", 0);
|
|
5291
5297
|
i0.ɵɵrepeaterCreate(2, ToasterComponent_For_3_Template, 2, 12, "div", 1, _forTrack0);
|
|
@@ -5341,6 +5347,409 @@ class ToasterComponent {
|
|
|
5341
5347
|
}], () => [], null); })();
|
|
5342
5348
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ToasterComponent, { className: "ToasterComponent", filePath: "components/toast/toaster.component.ts", lineNumber: 45 }); })();
|
|
5343
5349
|
|
|
5350
|
+
/**
|
|
5351
|
+
* Retrieve a shallow copy of the default Drawer config
|
|
5352
|
+
* @returns the default Drawer config
|
|
5353
|
+
*/
|
|
5354
|
+
const export_getDrawerDefaultConfig = getDrawerDefaultConfig;
|
|
5355
|
+
/**
|
|
5356
|
+
* Create a Drawer with given config props
|
|
5357
|
+
* @param config - an optional Drawer config
|
|
5358
|
+
* @returns a DrawerWidget
|
|
5359
|
+
*/
|
|
5360
|
+
const export_createDrawer = createDrawer;
|
|
5361
|
+
|
|
5362
|
+
const _c0 = ["structure"];
|
|
5363
|
+
const _c1 = (a0, a1, a2) => ({ state: a0, api: a1, directives: a2 });
|
|
5364
|
+
function DrawerDefaultSlotsComponent_ng_template_0_Conditional_0_ng_template_1_Template(rf, ctx) { }
|
|
5365
|
+
function DrawerDefaultSlotsComponent_ng_template_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
5366
|
+
i0.ɵɵelementStart(0, "div", 2);
|
|
5367
|
+
i0.ɵɵtemplate(1, DrawerDefaultSlotsComponent_ng_template_0_Conditional_0_ng_template_1_Template, 0, 0, "ng-template", 4);
|
|
5368
|
+
i0.ɵɵelementEnd();
|
|
5369
|
+
} if (rf & 2) {
|
|
5370
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
5371
|
+
const state_r2 = ctx_r0.state;
|
|
5372
|
+
const api_r3 = ctx_r0.api;
|
|
5373
|
+
const directives_r4 = ctx_r0.directives;
|
|
5374
|
+
i0.ɵɵadvance();
|
|
5375
|
+
i0.ɵɵproperty("auSlot", state_r2.header())("auSlotProps", i0.ɵɵpureFunction3(2, _c1, state_r2, api_r3, directives_r4));
|
|
5376
|
+
} }
|
|
5377
|
+
function DrawerDefaultSlotsComponent_ng_template_0_ng_template_2_Template(rf, ctx) { }
|
|
5378
|
+
function DrawerDefaultSlotsComponent_ng_template_0_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
5379
|
+
i0.ɵɵelement(0, "div", 5);
|
|
5380
|
+
} if (rf & 2) {
|
|
5381
|
+
const directives_r4 = i0.ɵɵnextContext().directives;
|
|
5382
|
+
i0.ɵɵproperty("auUse", directives_r4.splitterDirective);
|
|
5383
|
+
} }
|
|
5384
|
+
function DrawerDefaultSlotsComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
5385
|
+
i0.ɵɵconditionalCreate(0, DrawerDefaultSlotsComponent_ng_template_0_Conditional_0_Template, 2, 6, "div", 2);
|
|
5386
|
+
i0.ɵɵelementStart(1, "div", 3);
|
|
5387
|
+
i0.ɵɵtemplate(2, DrawerDefaultSlotsComponent_ng_template_0_ng_template_2_Template, 0, 0, "ng-template", 4);
|
|
5388
|
+
i0.ɵɵelementEnd();
|
|
5389
|
+
i0.ɵɵconditionalCreate(3, DrawerDefaultSlotsComponent_ng_template_0_Conditional_3_Template, 1, 1, "div", 5);
|
|
5390
|
+
} if (rf & 2) {
|
|
5391
|
+
const state_r2 = ctx.state;
|
|
5392
|
+
const api_r3 = ctx.api;
|
|
5393
|
+
const directives_r4 = ctx.directives;
|
|
5394
|
+
i0.ɵɵconditional(state_r2.header() ? 0 : -1);
|
|
5395
|
+
i0.ɵɵadvance(2);
|
|
5396
|
+
i0.ɵɵproperty("auSlot", state_r2.children())("auSlotProps", i0.ɵɵpureFunction3(4, _c1, state_r2, api_r3, directives_r4));
|
|
5397
|
+
i0.ɵɵadvance();
|
|
5398
|
+
i0.ɵɵconditional(state_r2.resizable() ? 3 : -1);
|
|
5399
|
+
} }
|
|
5400
|
+
const _c2 = ["content"];
|
|
5401
|
+
const _c3 = ["auDrawer", ""];
|
|
5402
|
+
const _c4 = ["*"];
|
|
5403
|
+
const _c5 = (a0, a1) => [a0, a1];
|
|
5404
|
+
function DrawerComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
5405
|
+
i0.ɵɵprojection(0);
|
|
5406
|
+
} }
|
|
5407
|
+
function DrawerComponent_Conditional_2_ng_template_2_Template(rf, ctx) { }
|
|
5408
|
+
function DrawerComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
5409
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
|
|
5410
|
+
i0.ɵɵtemplate(2, DrawerComponent_Conditional_2_ng_template_2_Template, 0, 0, "ng-template", 3);
|
|
5411
|
+
i0.ɵɵelementEnd()();
|
|
5412
|
+
} if (rf & 2) {
|
|
5413
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
5414
|
+
i0.ɵɵproperty("auUseMulti", i0.ɵɵpureFunction2(4, _c5, ctx_r0.directives.drawerPortalDirective, ctx_r0.directives.drawerDirective));
|
|
5415
|
+
i0.ɵɵadvance();
|
|
5416
|
+
i0.ɵɵproperty("auUse", ctx_r0.directives.containerDirective);
|
|
5417
|
+
i0.ɵɵadvance();
|
|
5418
|
+
i0.ɵɵproperty("auSlot", ctx_r0.state.structure())("auSlotProps", i0.ɵɵpureFunction3(7, _c1, ctx_r0.state, ctx_r0.api, ctx_r0.directives));
|
|
5419
|
+
} }
|
|
5420
|
+
function DrawerComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
5421
|
+
i0.ɵɵelement(0, "div", 1);
|
|
5422
|
+
} if (rf & 2) {
|
|
5423
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
5424
|
+
i0.ɵɵproperty("auUseMulti", i0.ɵɵpureFunction2(1, _c5, ctx_r0.directives.backdropPortalDirective, ctx_r0.directives.backdropDirective));
|
|
5425
|
+
} }
|
|
5426
|
+
/**
|
|
5427
|
+
* Directive to define the structure of a drawer component.
|
|
5428
|
+
* This directive uses a template reference to render the {@link DrawerContext}.
|
|
5429
|
+
*/
|
|
5430
|
+
class DrawerStructureDirective {
|
|
5431
|
+
constructor() {
|
|
5432
|
+
this.templateRef = inject((TemplateRef));
|
|
5433
|
+
}
|
|
5434
|
+
static ngTemplateContextGuard(_dir, context) {
|
|
5435
|
+
return true;
|
|
5436
|
+
}
|
|
5437
|
+
static { this.ɵfac = function DrawerStructureDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DrawerStructureDirective)(); }; }
|
|
5438
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: DrawerStructureDirective, selectors: [["ng-template", "auDrawerStructure", ""]] }); }
|
|
5439
|
+
}
|
|
5440
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrawerStructureDirective, [{
|
|
5441
|
+
type: Directive,
|
|
5442
|
+
args: [{ selector: 'ng-template[auDrawerStructure]' }]
|
|
5443
|
+
}], null, null); })();
|
|
5444
|
+
/**
|
|
5445
|
+
* Directive representing the header of a drawer component.
|
|
5446
|
+
* This directive uses a template reference to render the {@link DrawerContext}.
|
|
5447
|
+
*/
|
|
5448
|
+
class DrawerHeaderDirective {
|
|
5449
|
+
constructor() {
|
|
5450
|
+
this.templateRef = inject((TemplateRef));
|
|
5451
|
+
}
|
|
5452
|
+
static ngTemplateContextGuard(_dir, context) {
|
|
5453
|
+
return true;
|
|
5454
|
+
}
|
|
5455
|
+
static { this.ɵfac = function DrawerHeaderDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DrawerHeaderDirective)(); }; }
|
|
5456
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: DrawerHeaderDirective, selectors: [["ng-template", "auDrawerHeader", ""]] }); }
|
|
5457
|
+
}
|
|
5458
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrawerHeaderDirective, [{
|
|
5459
|
+
type: Directive,
|
|
5460
|
+
args: [{ selector: 'ng-template[auDrawerHeader]' }]
|
|
5461
|
+
}], null, null); })();
|
|
5462
|
+
/**
|
|
5463
|
+
* Directive to represent the body of a drawer notification.
|
|
5464
|
+
* This directive uses a template reference to render the {@link DrawerContext}.
|
|
5465
|
+
*/
|
|
5466
|
+
class DrawerBodyDirective {
|
|
5467
|
+
constructor() {
|
|
5468
|
+
this.templateRef = inject((TemplateRef));
|
|
5469
|
+
}
|
|
5470
|
+
static ngTemplateContextGuard(_dir, context) {
|
|
5471
|
+
return true;
|
|
5472
|
+
}
|
|
5473
|
+
static { this.ɵfac = function DrawerBodyDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DrawerBodyDirective)(); }; }
|
|
5474
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: DrawerBodyDirective, selectors: [["ng-template", "auDrawerBody", ""]] }); }
|
|
5475
|
+
}
|
|
5476
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrawerBodyDirective, [{
|
|
5477
|
+
type: Directive,
|
|
5478
|
+
args: [{ selector: 'ng-template[auDrawerBody]' }]
|
|
5479
|
+
}], null, null); })();
|
|
5480
|
+
class DrawerDefaultSlotsComponent {
|
|
5481
|
+
constructor() {
|
|
5482
|
+
this.structure = viewChild.required('structure');
|
|
5483
|
+
}
|
|
5484
|
+
static { this.ɵfac = function DrawerDefaultSlotsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DrawerDefaultSlotsComponent)(); }; }
|
|
5485
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DrawerDefaultSlotsComponent, selectors: [["ng-component"]], viewQuery: function DrawerDefaultSlotsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
5486
|
+
i0.ɵɵviewQuerySignal(ctx.structure, _c0, 5);
|
|
5487
|
+
} if (rf & 2) {
|
|
5488
|
+
i0.ɵɵqueryAdvance();
|
|
5489
|
+
} }, decls: 2, vars: 0, consts: [["structure", ""], ["auDrawerStructure", ""], [1, "au-drawer-header"], [1, "au-drawer-body"], [3, "auSlot", "auSlotProps"], [3, "auUse"]], template: function DrawerDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5490
|
+
i0.ɵɵtemplate(0, DrawerDefaultSlotsComponent_ng_template_0_Template, 4, 8, "ng-template", 1, 0, i0.ɵɵtemplateRefExtractor);
|
|
5491
|
+
} }, dependencies: [SlotDirective, DrawerStructureDirective, UseDirective], encapsulation: 2, changeDetection: 0 }); }
|
|
5492
|
+
}
|
|
5493
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrawerDefaultSlotsComponent, [{
|
|
5494
|
+
type: Component,
|
|
5495
|
+
args: [{
|
|
5496
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5497
|
+
imports: [SlotDirective, DrawerStructureDirective, UseDirective],
|
|
5498
|
+
template: ` <ng-template auDrawerStructure #structure let-state="state" let-api="api" let-directives="directives">
|
|
5499
|
+
@if (state.header()) {
|
|
5500
|
+
<div class="au-drawer-header">
|
|
5501
|
+
<ng-template [auSlot]="state.header()" [auSlotProps]="{state, api, directives}" />
|
|
5502
|
+
</div>
|
|
5503
|
+
}
|
|
5504
|
+
<div class="au-drawer-body">
|
|
5505
|
+
<ng-template [auSlot]="state.children()" [auSlotProps]="{state, api, directives}" />
|
|
5506
|
+
</div>
|
|
5507
|
+
@if (state.resizable()) {
|
|
5508
|
+
<div [auUse]="directives.splitterDirective"></div>
|
|
5509
|
+
}
|
|
5510
|
+
</ng-template>`,
|
|
5511
|
+
}]
|
|
5512
|
+
}], null, null); })();
|
|
5513
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DrawerDefaultSlotsComponent, { className: "DrawerDefaultSlotsComponent", filePath: "components/drawer/drawer.component.ts", lineNumber: 80 }); })();
|
|
5514
|
+
/**
|
|
5515
|
+
* Represents the default slot structure for the drawer component.
|
|
5516
|
+
*/
|
|
5517
|
+
const drawerDefaultSlotStructure = new ComponentTemplate(DrawerDefaultSlotsComponent, 'structure');
|
|
5518
|
+
/**
|
|
5519
|
+
* DrawerComponent is an Angular component that extends the BaseWidgetDirective
|
|
5520
|
+
* to provide a customizable drawer widget. This component allows for various
|
|
5521
|
+
* configurations and customizations through its inputs and outputs.
|
|
5522
|
+
*/
|
|
5523
|
+
class DrawerComponent extends BaseWidgetDirective {
|
|
5524
|
+
constructor() {
|
|
5525
|
+
super(callWidgetFactory$1(export_createDrawer, {
|
|
5526
|
+
defaultConfig: {
|
|
5527
|
+
structure: drawerDefaultSlotStructure,
|
|
5528
|
+
},
|
|
5529
|
+
slotTemplates: () => ({
|
|
5530
|
+
structure: this.slotStructureFromContent()?.templateRef,
|
|
5531
|
+
header: this.slotHeaderFromContent()?.templateRef,
|
|
5532
|
+
children: this.slotBodyFromContent()?.templateRef,
|
|
5533
|
+
}),
|
|
5534
|
+
events: {
|
|
5535
|
+
onHidden: () => this.hidden.emit(),
|
|
5536
|
+
onShown: () => this.shown.emit(),
|
|
5537
|
+
onWidthChange: (width) => {
|
|
5538
|
+
this.widthChange.emit(width);
|
|
5539
|
+
},
|
|
5540
|
+
onHeightChange: (height) => {
|
|
5541
|
+
this.heightChange.emit(height);
|
|
5542
|
+
},
|
|
5543
|
+
onVisibleChange: (event) => this.visibleChange.emit(event),
|
|
5544
|
+
},
|
|
5545
|
+
slotChildren: () => this.slotChildren(),
|
|
5546
|
+
}));
|
|
5547
|
+
/**
|
|
5548
|
+
* If `true` opening and closing will be animated.
|
|
5549
|
+
*/
|
|
5550
|
+
this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
|
|
5551
|
+
/**
|
|
5552
|
+
* aria-labelledby attribute to use for the drawer element.
|
|
5553
|
+
*/
|
|
5554
|
+
this.ariaLabelledBy = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabelledBy", alias: 'auAriaLabelledBy' }] : [{ alias: 'auAriaLabelledBy' }]));
|
|
5555
|
+
/**
|
|
5556
|
+
* aria-describedby attribute to use for the drawer element.
|
|
5557
|
+
*/
|
|
5558
|
+
this.ariaDescribedBy = input(undefined, ...(ngDevMode ? [{ debugName: "ariaDescribedBy", alias: 'auAriaDescribedBy' }] : [{ alias: 'auAriaDescribedBy' }]));
|
|
5559
|
+
/**
|
|
5560
|
+
* If `true`, the drawer is shown; otherwise, it is hidden.
|
|
5561
|
+
*
|
|
5562
|
+
* @defaultValue `false`
|
|
5563
|
+
*/
|
|
5564
|
+
this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
|
|
5565
|
+
/**
|
|
5566
|
+
* The transition function for vertically positioned drawer (top, bottom) that will be executed when the drawer is displayed or hidden.
|
|
5567
|
+
*
|
|
5568
|
+
* @defaultValue
|
|
5569
|
+
* ```ts
|
|
5570
|
+
* () => {}
|
|
5571
|
+
* ```
|
|
5572
|
+
*/
|
|
5573
|
+
this.verticalTransition = input(undefined, ...(ngDevMode ? [{ debugName: "verticalTransition", alias: 'auVerticalTransition' }] : [{ alias: 'auVerticalTransition' }]));
|
|
5574
|
+
/**
|
|
5575
|
+
* The transition function will be executed when the drawer is displayed or hidden.
|
|
5576
|
+
*
|
|
5577
|
+
* @defaultValue
|
|
5578
|
+
* ```ts
|
|
5579
|
+
* () => {}
|
|
5580
|
+
* ```
|
|
5581
|
+
*/
|
|
5582
|
+
this.transition = input(undefined, ...(ngDevMode ? [{ debugName: "transition", alias: 'auTransition' }] : [{ alias: 'auTransition' }]));
|
|
5583
|
+
/**
|
|
5584
|
+
* The transition to use for the backdrop behind the drawer (if present).
|
|
5585
|
+
*
|
|
5586
|
+
* @defaultValue
|
|
5587
|
+
* ```ts
|
|
5588
|
+
* () => {}
|
|
5589
|
+
* ```
|
|
5590
|
+
*/
|
|
5591
|
+
this.backdropTransition = input(undefined, ...(ngDevMode ? [{ debugName: "backdropTransition", alias: 'auBackdropTransition' }] : [{ alias: 'auBackdropTransition' }]));
|
|
5592
|
+
/**
|
|
5593
|
+
* Which element should contain the drawer and backdrop DOM elements.
|
|
5594
|
+
* If it is not null, the drawer and backdrop DOM elements are moved to the specified container.
|
|
5595
|
+
* Otherwise, they stay where the widget is located.
|
|
5596
|
+
*
|
|
5597
|
+
* @defaultValue
|
|
5598
|
+
* ```ts
|
|
5599
|
+
* typeof window !== 'undefined' ? document.body : null
|
|
5600
|
+
* ```
|
|
5601
|
+
*/
|
|
5602
|
+
this.container = input(undefined, ...(ngDevMode ? [{ debugName: "container", alias: 'auContainer' }] : [{ alias: 'auContainer' }]));
|
|
5603
|
+
/**
|
|
5604
|
+
* If `true` displays the backdrop element and disables the body scrolling, otherwise the body of the document is navigable
|
|
5605
|
+
*/
|
|
5606
|
+
this.backdrop = input(undefined, ...(ngDevMode ? [{ debugName: "backdrop", alias: 'auBackdrop', transform: auBooleanAttribute }] : [{ alias: 'auBackdrop', transform: auBooleanAttribute }]));
|
|
5607
|
+
/**
|
|
5608
|
+
* If `true` allows body scrolling when the drawer is open.
|
|
5609
|
+
*/
|
|
5610
|
+
this.bodyScroll = input(undefined, ...(ngDevMode ? [{ debugName: "bodyScroll", alias: 'auBodyScroll', transform: auBooleanAttribute }] : [{ alias: 'auBodyScroll', transform: auBooleanAttribute }]));
|
|
5611
|
+
/**
|
|
5612
|
+
* Classes to add on the backdrop DOM element.
|
|
5613
|
+
*
|
|
5614
|
+
* @defaultValue `''`
|
|
5615
|
+
*/
|
|
5616
|
+
this.backdropClass = input(undefined, ...(ngDevMode ? [{ debugName: "backdropClass", alias: 'auBackdropClass' }] : [{ alias: 'auBackdropClass' }]));
|
|
5617
|
+
/**
|
|
5618
|
+
* CSS classes to be applied on the widget main container
|
|
5619
|
+
*
|
|
5620
|
+
* @defaultValue `''`
|
|
5621
|
+
*/
|
|
5622
|
+
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
5623
|
+
/**
|
|
5624
|
+
* If `true`, the drawer can be resized by the user.
|
|
5625
|
+
*
|
|
5626
|
+
* @defaultValue `false`
|
|
5627
|
+
*/
|
|
5628
|
+
this.resizable = input(undefined, ...(ngDevMode ? [{ debugName: "resizable", alias: 'auResizable', transform: auBooleanAttribute }] : [{ alias: 'auResizable', transform: auBooleanAttribute }]));
|
|
5629
|
+
/**
|
|
5630
|
+
* The width of the drawer in pixels.
|
|
5631
|
+
*/
|
|
5632
|
+
this.width = input(undefined, ...(ngDevMode ? [{ debugName: "width", alias: 'auWidth', transform: auNumberAttribute }] : [{ alias: 'auWidth', transform: auNumberAttribute }]));
|
|
5633
|
+
/**
|
|
5634
|
+
* The height of the drawer in pixels.
|
|
5635
|
+
*/
|
|
5636
|
+
this.height = input(undefined, ...(ngDevMode ? [{ debugName: "height", alias: 'auHeight', transform: auNumberAttribute }] : [{ alias: 'auHeight', transform: auNumberAttribute }]));
|
|
5637
|
+
/**
|
|
5638
|
+
* An event emitted when the width is changed.
|
|
5639
|
+
*
|
|
5640
|
+
* Event payload is equal to the newly selected width.
|
|
5641
|
+
*
|
|
5642
|
+
* @defaultValue
|
|
5643
|
+
* ```ts
|
|
5644
|
+
* () => {}
|
|
5645
|
+
* ```
|
|
5646
|
+
*/
|
|
5647
|
+
this.widthChange = output({ alias: 'auWidthChange' });
|
|
5648
|
+
/**
|
|
5649
|
+
* An event emitted when the height is changed.
|
|
5650
|
+
*
|
|
5651
|
+
* Event payload is equal to the newly selected height.
|
|
5652
|
+
*
|
|
5653
|
+
* @defaultValue
|
|
5654
|
+
* ```ts
|
|
5655
|
+
* () => {}
|
|
5656
|
+
* ```
|
|
5657
|
+
*/
|
|
5658
|
+
this.heightChange = output({ alias: 'auHeightChange' });
|
|
5659
|
+
/**
|
|
5660
|
+
* Event to be triggered when the visible property changes.
|
|
5661
|
+
*
|
|
5662
|
+
* @param visible - new value of the visible propery
|
|
5663
|
+
*
|
|
5664
|
+
* @defaultValue
|
|
5665
|
+
* ```ts
|
|
5666
|
+
* () => {}
|
|
5667
|
+
* ```
|
|
5668
|
+
*/
|
|
5669
|
+
this.visibleChange = output({ alias: 'auVisibleChange' });
|
|
5670
|
+
/**
|
|
5671
|
+
* Event to be triggered when the transition is completed and the drawer is not visible.
|
|
5672
|
+
*
|
|
5673
|
+
* @defaultValue
|
|
5674
|
+
* ```ts
|
|
5675
|
+
* () => {}
|
|
5676
|
+
* ```
|
|
5677
|
+
*/
|
|
5678
|
+
this.hidden = output({ alias: 'auHidden' });
|
|
5679
|
+
/**
|
|
5680
|
+
* Event to be triggered when the transition is completed and the drawer is visible.
|
|
5681
|
+
*
|
|
5682
|
+
* @defaultValue
|
|
5683
|
+
* ```ts
|
|
5684
|
+
* () => {}
|
|
5685
|
+
* ```
|
|
5686
|
+
*/
|
|
5687
|
+
this.shown = output({ alias: 'auShown' });
|
|
5688
|
+
/**
|
|
5689
|
+
* Global template for the drawer component
|
|
5690
|
+
*/
|
|
5691
|
+
this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
|
|
5692
|
+
this.slotStructureFromContent = contentChild(DrawerStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
|
|
5693
|
+
/**
|
|
5694
|
+
* Template for the drawer header
|
|
5695
|
+
*/
|
|
5696
|
+
this.header = input(undefined, ...(ngDevMode ? [{ debugName: "header", alias: 'auHeader' }] : [{ alias: 'auHeader' }]));
|
|
5697
|
+
this.slotHeaderFromContent = contentChild(DrawerHeaderDirective, ...(ngDevMode ? [{ debugName: "slotHeaderFromContent" }] : []));
|
|
5698
|
+
/**
|
|
5699
|
+
* Template for the drawer body
|
|
5700
|
+
*/
|
|
5701
|
+
this.children = input(undefined, ...(ngDevMode ? [{ debugName: "children", alias: 'auChildren' }] : [{ alias: 'auChildren' }]));
|
|
5702
|
+
this.slotBodyFromContent = contentChild(DrawerBodyDirective, ...(ngDevMode ? [{ debugName: "slotBodyFromContent" }] : []));
|
|
5703
|
+
this.slotChildren = viewChild('content', ...(ngDevMode ? [{ debugName: "slotChildren" }] : []));
|
|
5704
|
+
}
|
|
5705
|
+
static { this.ɵfac = function DrawerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DrawerComponent)(); }; }
|
|
5706
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DrawerComponent, selectors: [["", "auDrawer", ""]], contentQueries: function DrawerComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
5707
|
+
i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, DrawerStructureDirective, 5);
|
|
5708
|
+
i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotHeaderFromContent, DrawerHeaderDirective, 5);
|
|
5709
|
+
i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotBodyFromContent, DrawerBodyDirective, 5);
|
|
5710
|
+
} if (rf & 2) {
|
|
5711
|
+
i0.ɵɵqueryAdvance(3);
|
|
5712
|
+
} }, viewQuery: function DrawerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
5713
|
+
i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2, 5);
|
|
5714
|
+
} if (rf & 2) {
|
|
5715
|
+
i0.ɵɵqueryAdvance();
|
|
5716
|
+
} }, inputs: { animated: [1, "auAnimated", "animated"], ariaLabelledBy: [1, "auAriaLabelledBy", "ariaLabelledBy"], ariaDescribedBy: [1, "auAriaDescribedBy", "ariaDescribedBy"], visible: [1, "auVisible", "visible"], verticalTransition: [1, "auVerticalTransition", "verticalTransition"], transition: [1, "auTransition", "transition"], backdropTransition: [1, "auBackdropTransition", "backdropTransition"], container: [1, "auContainer", "container"], backdrop: [1, "auBackdrop", "backdrop"], bodyScroll: [1, "auBodyScroll", "bodyScroll"], backdropClass: [1, "auBackdropClass", "backdropClass"], className: [1, "auClassName", "className"], resizable: [1, "auResizable", "resizable"], width: [1, "auWidth", "width"], height: [1, "auHeight", "height"], structure: [1, "auStructure", "structure"], header: [1, "auHeader", "header"], children: [1, "auChildren", "children"] }, outputs: { widthChange: "auWidthChange", heightChange: "auHeightChange", visibleChange: "auVisibleChange", hidden: "auHidden", shown: "auShown" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3, ngContentSelectors: _c4, decls: 4, vars: 2, consts: [["content", ""], [3, "auUseMulti"], [3, "auUse"], [3, "auSlot", "auSlotProps"]], template: function DrawerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5717
|
+
i0.ɵɵprojectionDef();
|
|
5718
|
+
i0.ɵɵtemplate(0, DrawerComponent_ng_template_0_Template, 1, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
5719
|
+
i0.ɵɵconditionalCreate(2, DrawerComponent_Conditional_2_Template, 3, 11, "div", 1);
|
|
5720
|
+
i0.ɵɵconditionalCreate(3, DrawerComponent_Conditional_3_Template, 1, 4, "div", 1);
|
|
5721
|
+
} if (rf & 2) {
|
|
5722
|
+
i0.ɵɵadvance(2);
|
|
5723
|
+
i0.ɵɵconditional(!ctx.state.hidden() ? 2 : -1);
|
|
5724
|
+
i0.ɵɵadvance();
|
|
5725
|
+
i0.ɵɵconditional(!ctx.state.backdropHidden() ? 3 : -1);
|
|
5726
|
+
} }, dependencies: [UseMultiDirective, SlotDirective, UseDirective], encapsulation: 2, changeDetection: 0 }); }
|
|
5727
|
+
}
|
|
5728
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrawerComponent, [{
|
|
5729
|
+
type: Component,
|
|
5730
|
+
args: [{
|
|
5731
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5732
|
+
imports: [UseMultiDirective, SlotDirective, UseDirective],
|
|
5733
|
+
selector: '[auDrawer]',
|
|
5734
|
+
template: `
|
|
5735
|
+
<ng-template #content><ng-content /></ng-template>
|
|
5736
|
+
@if (!state.hidden()) {
|
|
5737
|
+
<div [auUseMulti]="[directives.drawerPortalDirective, directives.drawerDirective]">
|
|
5738
|
+
<div [auUse]="directives.containerDirective">
|
|
5739
|
+
<ng-template [auSlot]="state.structure()" [auSlotProps]="{state, api, directives}" />
|
|
5740
|
+
</div>
|
|
5741
|
+
</div>
|
|
5742
|
+
}
|
|
5743
|
+
@if (!state.backdropHidden()) {
|
|
5744
|
+
<div [auUseMulti]="[directives.backdropPortalDirective, directives.backdropDirective]"></div>
|
|
5745
|
+
}
|
|
5746
|
+
`,
|
|
5747
|
+
encapsulation: ViewEncapsulation.None,
|
|
5748
|
+
}]
|
|
5749
|
+
}], () => [], null); })();
|
|
5750
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DrawerComponent, { className: "DrawerComponent", filePath: "components/drawer/drawer.component.ts", lineNumber: 113 }); })();
|
|
5751
|
+
|
|
5752
|
+
// [import-placeholder]
|
|
5344
5753
|
/* istanbul ignore next */
|
|
5345
5754
|
const components = [
|
|
5346
5755
|
SlotDirective,
|
|
@@ -5398,6 +5807,11 @@ const components = [
|
|
|
5398
5807
|
CarouselSlideDirective,
|
|
5399
5808
|
CarouselStructureDirective,
|
|
5400
5809
|
CarouselNavigationDirective,
|
|
5810
|
+
DrawerComponent,
|
|
5811
|
+
DrawerStructureDirective,
|
|
5812
|
+
DrawerHeaderDirective,
|
|
5813
|
+
DrawerBodyDirective,
|
|
5814
|
+
// [content-placeholder]
|
|
5401
5815
|
];
|
|
5402
5816
|
class AgnosUIAngularModule {
|
|
5403
5817
|
static { this.ɵfac = function AgnosUIAngularModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AgnosUIAngularModule)(); }; }
|
|
@@ -5466,7 +5880,11 @@ class AgnosUIAngularModule {
|
|
|
5466
5880
|
CarouselComponent,
|
|
5467
5881
|
CarouselSlideDirective,
|
|
5468
5882
|
CarouselStructureDirective,
|
|
5469
|
-
CarouselNavigationDirective
|
|
5883
|
+
CarouselNavigationDirective,
|
|
5884
|
+
DrawerComponent,
|
|
5885
|
+
DrawerStructureDirective,
|
|
5886
|
+
DrawerHeaderDirective,
|
|
5887
|
+
DrawerBodyDirective], exports: [SlotDirective,
|
|
5470
5888
|
SelectComponent,
|
|
5471
5889
|
SelectBadgeLabelDirective,
|
|
5472
5890
|
SelectItemLabelDirective,
|
|
@@ -5520,7 +5938,11 @@ class AgnosUIAngularModule {
|
|
|
5520
5938
|
CarouselComponent,
|
|
5521
5939
|
CarouselSlideDirective,
|
|
5522
5940
|
CarouselStructureDirective,
|
|
5523
|
-
CarouselNavigationDirective
|
|
5941
|
+
CarouselNavigationDirective,
|
|
5942
|
+
DrawerComponent,
|
|
5943
|
+
DrawerStructureDirective,
|
|
5944
|
+
DrawerHeaderDirective,
|
|
5945
|
+
DrawerBodyDirective] }); })();
|
|
5524
5946
|
|
|
5525
5947
|
/**
|
|
5526
5948
|
* Service to handle the opening and management of modal components.
|
|
@@ -5576,5 +5998,5 @@ class ModalService {
|
|
|
5576
5998
|
* Generated bundle index. Do not edit.
|
|
5577
5999
|
*/
|
|
5578
6000
|
|
|
5579
|
-
export { AccordionBodyDirective, AccordionDirective, AccordionHeaderDirective, AccordionItemComponent, AccordionItemStructureDirective, AgnosUIAngularModule, AlertBodyDirective, AlertComponent, AlertStructureDirective, CarouselComponent, CarouselNavigationDirective, CarouselSlideDirective, CarouselStructureDirective, CollapseDirective, CollapseTriggerDirective, ModalBodyDirective, ModalComponent, ModalFooterDirective, ModalHeaderDirective, ModalService, ModalStructureDirective, ModalTitleDirective, PaginationComponent, PaginationEllipsisDirective, PaginationFirstDirective, PaginationLastDirective, PaginationNextDirective, PaginationNumberDirective, PaginationPagesDirective, PaginationPreviousDirective, PaginationStructureDirective, ProgressbarBodyDirective, ProgressbarComponent, ProgressbarStructureDirective, RatingComponent, RatingStarDirective, SelectBadgeLabelDirective, SelectComponent, SelectItemLabelDirective, SliderComponent, SliderHandleDirective, SliderLabelDirective, SliderStructureDirective, SliderTickDirective, ToastBodyDirective, ToastComponent, ToastHeaderDirective, ToastStructureDirective, ToasterComponent, ToasterService, TreeComponent, TreeItemContentDirective, TreeItemDirective, TreeItemToggleDirective, TreeStructureDirective, accordionItemDefaultSlotStructure, alertDefaultSlotStructure, callWidgetFactory, carouselDefaultSlotNavigation, carouselDefaultSlotStructure, export_createAccordion as createAccordion, export_createAccordionItem as createAccordionItem, export_createAlert as createAlert, export_createCarousel as createCarousel, export_createCollapse as createCollapse, export_createModal as createModal, export_createPagination as createPagination, export_createProgressbar as createProgressbar, export_createRating as createRating, export_createSelect as createSelect, export_createSlider as createSlider, export_createToast as createToast, export_createTree as createTree, export_defaultToasterProps as defaultToasterProps, export_factoryCreateAccordion as factoryCreateAccordion, export_getAccordionDefaultConfig as getAccordionDefaultConfig, export_getAlertDefaultConfig as getAlertDefaultConfig, export_getCarouselDefaultConfig as getCarouselDefaultConfig, export_getCollapseDefaultConfig as getCollapseDefaultConfig, export_getModalDefaultConfig as getModalDefaultConfig, export_getPaginationDefaultConfig as getPaginationDefaultConfig, export_getProgressbarDefaultConfig as getProgressbarDefaultConfig, export_getRatingDefaultConfig as getRatingDefaultConfig, export_getSelectDefaultConfig as getSelectDefaultConfig, export_getSliderDefaultConfig as getSliderDefaultConfig, export_getToastDefaultConfig as getToastDefaultConfig, export_getTreeDefaultConfig as getTreeDefaultConfig, injectWidgetConfig, injectWidgetsConfig, export_modalCloseButtonClick as modalCloseButtonClick, modalDefaultSlotHeader, modalDefaultSlotStructure, export_modalOutsideClick as modalOutsideClick, paginationDefaultSlotPages, paginationDefaultSlotStructure, progressbarDefaultSlotStructure, provideWidgetsConfig, sliderDefaultSlotHandle, sliderDefaultSlotStructure, sliderDefaultSlotTick, toastDefaultSlotStructure, export_toastPositions as toastPositions, treeDefaultItemToggle, treeDefaultSlotItem, treeDefaultSlotItemContent, treeDefaultSlotStructure, widgetsConfigInjectionToken };
|
|
6001
|
+
export { AccordionBodyDirective, AccordionDirective, AccordionHeaderDirective, AccordionItemComponent, AccordionItemStructureDirective, AgnosUIAngularModule, AlertBodyDirective, AlertComponent, AlertStructureDirective, CarouselComponent, CarouselNavigationDirective, CarouselSlideDirective, CarouselStructureDirective, CollapseDirective, CollapseTriggerDirective, DrawerBodyDirective, DrawerComponent, DrawerHeaderDirective, DrawerStructureDirective, ModalBodyDirective, ModalComponent, ModalFooterDirective, ModalHeaderDirective, ModalService, ModalStructureDirective, ModalTitleDirective, PaginationComponent, PaginationEllipsisDirective, PaginationFirstDirective, PaginationLastDirective, PaginationNextDirective, PaginationNumberDirective, PaginationPagesDirective, PaginationPreviousDirective, PaginationStructureDirective, ProgressbarBodyDirective, ProgressbarComponent, ProgressbarStructureDirective, RatingComponent, RatingStarDirective, SelectBadgeLabelDirective, SelectComponent, SelectItemLabelDirective, SliderComponent, SliderHandleDirective, SliderLabelDirective, SliderStructureDirective, SliderTickDirective, ToastBodyDirective, ToastComponent, ToastHeaderDirective, ToastStructureDirective, ToasterComponent, ToasterService, TreeComponent, TreeItemContentDirective, TreeItemDirective, TreeItemToggleDirective, TreeStructureDirective, accordionItemDefaultSlotStructure, alertDefaultSlotStructure, callWidgetFactory, carouselDefaultSlotNavigation, carouselDefaultSlotStructure, export_createAccordion as createAccordion, export_createAccordionItem as createAccordionItem, export_createAlert as createAlert, export_createCarousel as createCarousel, export_createCollapse as createCollapse, export_createDrawer as createDrawer, export_createModal as createModal, export_createPagination as createPagination, export_createProgressbar as createProgressbar, export_createRating as createRating, export_createSelect as createSelect, export_createSlider as createSlider, export_createToast as createToast, export_createTree as createTree, export_defaultToasterProps as defaultToasterProps, drawerDefaultSlotStructure, export_factoryCreateAccordion as factoryCreateAccordion, export_getAccordionDefaultConfig as getAccordionDefaultConfig, export_getAlertDefaultConfig as getAlertDefaultConfig, export_getCarouselDefaultConfig as getCarouselDefaultConfig, export_getCollapseDefaultConfig as getCollapseDefaultConfig, export_getDrawerDefaultConfig as getDrawerDefaultConfig, export_getModalDefaultConfig as getModalDefaultConfig, export_getPaginationDefaultConfig as getPaginationDefaultConfig, export_getProgressbarDefaultConfig as getProgressbarDefaultConfig, export_getRatingDefaultConfig as getRatingDefaultConfig, export_getSelectDefaultConfig as getSelectDefaultConfig, export_getSliderDefaultConfig as getSliderDefaultConfig, export_getToastDefaultConfig as getToastDefaultConfig, export_getTreeDefaultConfig as getTreeDefaultConfig, injectWidgetConfig, injectWidgetsConfig, export_modalCloseButtonClick as modalCloseButtonClick, export_modalCloseEscape as modalCloseEscape, modalDefaultSlotHeader, modalDefaultSlotStructure, export_modalOutsideClick as modalOutsideClick, paginationDefaultSlotPages, paginationDefaultSlotStructure, progressbarDefaultSlotStructure, provideWidgetsConfig, sliderDefaultSlotHandle, sliderDefaultSlotStructure, sliderDefaultSlotTick, toastDefaultSlotStructure, export_toastPositions as toastPositions, treeDefaultItemToggle, treeDefaultSlotItem, treeDefaultSlotItemContent, treeDefaultSlotStructure, widgetsConfigInjectionToken };
|
|
5580
6002
|
//# sourceMappingURL=agnos-ui-angular-bootstrap.mjs.map
|