codexly-ui 0.12.31 → 0.12.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -13517,7 +13517,7 @@ class ClxFilterPanelComponent {
|
|
|
13517
13517
|
<!-- Range — min/max -->
|
|
13518
13518
|
@if (field.type === 'range') {
|
|
13519
13519
|
@let rv = _getRangeValue(field);
|
|
13520
|
-
<div class="
|
|
13520
|
+
<div class="flex flex-col gap-2">
|
|
13521
13521
|
<clx-number
|
|
13522
13522
|
[label]="'Mín' + (field.unit ? ' (' + field.unit + ')' : '')"
|
|
13523
13523
|
[color]="_color()"
|
|
@@ -13658,7 +13658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
13658
13658
|
<!-- Range — min/max -->
|
|
13659
13659
|
@if (field.type === 'range') {
|
|
13660
13660
|
@let rv = _getRangeValue(field);
|
|
13661
|
-
<div class="
|
|
13661
|
+
<div class="flex flex-col gap-2">
|
|
13662
13662
|
<clx-number
|
|
13663
13663
|
[label]="'Mín' + (field.unit ? ' (' + field.unit + ')' : '')"
|
|
13664
13664
|
[color]="_color()"
|