@agnos-ui/angular-bootstrap 0.9.3 → 0.9.4

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.
@@ -3052,7 +3052,7 @@ function SliderDefaultStructureSlotComponent_ng_template_0_For_8_Template(rf, ct
3052
3052
  const api_r5 = ctx_r2.api;
3053
3053
  i0.ɵɵproperty("auSlot", state_r4.handle())("auSlotProps", i0.ɵɵpureFunction4(3, _c9, state_r4, api_r5, directives_r2, item_r8));
3054
3054
  i0.ɵɵadvance();
3055
- i0.ɵɵconditional(state_r4.showValueLabels() && !state_r4.combinedLabelDisplay() ? 1 : -1);
3055
+ i0.ɵɵconditional(state_r4.showValueLabels() ? 1 : -1);
3056
3056
  } }
3057
3057
  function SliderDefaultStructureSlotComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
3058
3058
  i0.ɵɵrepeaterCreate(0, SliderDefaultStructureSlotComponent_ng_template_0_For_1_Template, 1, 6, "div", 2, _forTrack0$2);
@@ -3300,7 +3300,7 @@ class SliderDefaultStructureSlotComponent {
3300
3300
  }
3301
3301
  @for (item of state.sortedHandles(); track item.id; let i = $index) {
3302
3302
  <ng-template [auSlot]="state.handle()" [auSlotProps]="{state, api, directives, item}" />
3303
- @if (state.showValueLabels() && !state.combinedLabelDisplay()) {
3303
+ @if (state.showValueLabels()) {
3304
3304
  <div [auUse]="[directives.handleLabelDisplayDirective, {index: i}]">
3305
3305
  <ng-template [auSlot]="state.label()" [auSlotProps]="{state, api, directives, value: state.values()[i]}" />
3306
3306
  </div>