@agnos-ui/angular-bootstrap 0.7.0-next.0 → 0.7.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.
|
@@ -318,9 +318,13 @@ export interface ProgressDisplayOptions {
|
|
|
318
318
|
*/
|
|
319
319
|
width: number;
|
|
320
320
|
/**
|
|
321
|
-
* Height of
|
|
321
|
+
* Height of the progress in %
|
|
322
322
|
*/
|
|
323
323
|
height: number;
|
|
324
|
+
/**
|
|
325
|
+
* Id of the progress
|
|
326
|
+
*/
|
|
327
|
+
id: number;
|
|
324
328
|
}
|
|
325
329
|
/**
|
|
326
330
|
* Options for displaying a handle in a slider component.
|
|
@@ -98,7 +98,7 @@ export declare class TreeComponent extends BaseWidgetDirective<TreeWidget> {
|
|
|
98
98
|
* (node: HTMLElement) => node.querySelectorAll('button')
|
|
99
99
|
* ```
|
|
100
100
|
*/
|
|
101
|
-
readonly navSelector: import("@angular/core").InputSignal<((node: HTMLElement) => NodeListOf<
|
|
101
|
+
readonly navSelector: import("@angular/core").InputSignal<((node: HTMLElement) => NodeListOf<HTMLElement>) | undefined>;
|
|
102
102
|
/**
|
|
103
103
|
* Return the value for the 'aria-label' attribute of the toggle
|
|
104
104
|
* @param label - tree item label
|
|
@@ -91,7 +91,7 @@ export interface TreeProps {
|
|
|
91
91
|
* (node: HTMLElement) => node.querySelectorAll('button')
|
|
92
92
|
* ```
|
|
93
93
|
*/
|
|
94
|
-
navSelector(node: HTMLElement): NodeListOf<
|
|
94
|
+
navSelector(node: HTMLElement): NodeListOf<HTMLElement>;
|
|
95
95
|
/**
|
|
96
96
|
* Return the value for the 'aria-label' attribute of the toggle
|
|
97
97
|
* @param label - tree item label
|
|
@@ -2930,7 +2930,7 @@ function SliderDefaultStructureSlotComponent_ng_template_0_For_6_Template(rf, ct
|
|
|
2930
2930
|
i0.ɵɵconditional(state_r4.showValueLabels() && !state_r4.combinedLabelDisplay() ? 1 : -1);
|
|
2931
2931
|
} }
|
|
2932
2932
|
function SliderDefaultStructureSlotComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
2933
|
-
i0.ɵɵrepeaterCreate(0, SliderDefaultStructureSlotComponent_ng_template_0_For_1_Template, 1, 6, "div", 2,
|
|
2933
|
+
i0.ɵɵrepeaterCreate(0, SliderDefaultStructureSlotComponent_ng_template_0_For_1_Template, 1, 6, "div", 2, _forTrack0);
|
|
2934
2934
|
i0.ɵɵelement(2, "div", 2);
|
|
2935
2935
|
i0.ɵɵtemplate(3, SliderDefaultStructureSlotComponent_ng_template_0_Conditional_3_Template, 4, 16)(4, SliderDefaultStructureSlotComponent_ng_template_0_Conditional_4_Template, 3, 2, "div", 2);
|
|
2936
2936
|
i0.ɵɵrepeaterCreate(5, SliderDefaultStructureSlotComponent_ng_template_0_For_6_Template, 2, 8, null, null, _forTrack0);
|
|
@@ -3057,7 +3057,7 @@ class SliderDefaultStructureSlotComponent {
|
|
|
3057
3057
|
imports: [SlotDirective, SliderStructureDirective, UseDirective],
|
|
3058
3058
|
template: `
|
|
3059
3059
|
<ng-template auSliderStructure #structure let-state="state" let-directives="directives" let-api="api">
|
|
3060
|
-
@for (option of state.progressDisplayOptions(); track option) {
|
|
3060
|
+
@for (option of state.progressDisplayOptions(); track option.id) {
|
|
3061
3061
|
<div [auUse]="[directives.progressDisplayDirective, {option}]"></div>
|
|
3062
3062
|
}
|
|
3063
3063
|
<div [auUse]="directives.clickableAreaDirective"></div>
|
|
@@ -4270,18 +4270,18 @@ class TreeDefaultItemContentSlotComponent {
|
|
|
4270
4270
|
i0.ɵɵviewQuerySignal(ctx.treeItemContent, _c5, 5);
|
|
4271
4271
|
} if (rf & 2) {
|
|
4272
4272
|
i0.ɵɵqueryAdvance();
|
|
4273
|
-
} }, decls: 2, vars: 0, consts: [["treeItemContent", ""], ["
|
|
4273
|
+
} }, decls: 2, vars: 0, consts: [["treeItemContent", ""], ["auTreeItemContent", ""], [1, "au-tree-item"], [3, "auSlot", "auSlotProps"]], template: function TreeDefaultItemContentSlotComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4274
4274
|
i0.ɵɵtemplate(0, TreeDefaultItemContentSlotComponent_ng_template_0_Template, 3, 8, "ng-template", 1, 0, i0.ɵɵtemplateRefExtractor);
|
|
4275
|
-
} }, dependencies: [SlotDirective], encapsulation: 2, changeDetection: 0 }); }
|
|
4275
|
+
} }, dependencies: [SlotDirective, TreeItemContentDirective], encapsulation: 2, changeDetection: 0 }); }
|
|
4276
4276
|
}
|
|
4277
4277
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TreeDefaultItemContentSlotComponent, [{
|
|
4278
4278
|
type: Component,
|
|
4279
4279
|
args: [{
|
|
4280
4280
|
standalone: true,
|
|
4281
4281
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4282
|
-
imports: [
|
|
4282
|
+
imports: [SlotDirective, TreeItemContentDirective],
|
|
4283
4283
|
template: `
|
|
4284
|
-
<ng-template
|
|
4284
|
+
<ng-template auTreeItemContent #treeItemContent let-state="state" let-directives="directives" let-item="item" let-api="api">
|
|
4285
4285
|
<span class="au-tree-item">
|
|
4286
4286
|
<ng-template [auSlot]="state.itemToggle()" [auSlotProps]="{state, api, directives, item}" />
|
|
4287
4287
|
{{ item.label }}
|