codexly-ui 0.12.33 → 0.12.34
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
|
@@ -13428,7 +13428,7 @@ class ClxFilterPanelComponent {
|
|
|
13428
13428
|
<span clx-icon name="filter_list" size="sm" class="text-clx-text-subtle"></span>
|
|
13429
13429
|
<span class="text-sm font-semibold text-clx-text-label">Filtros</span>
|
|
13430
13430
|
@if (_activeCount() > 0) {
|
|
13431
|
-
<span clx-badge variant="solid" [color]="_color()" size="
|
|
13431
|
+
<span clx-badge variant="solid" [color]="_color()" size="sm">{{ _activeCount() }}</span>
|
|
13432
13432
|
}
|
|
13433
13433
|
</div>
|
|
13434
13434
|
<div class="flex items-center gap-1">
|
|
@@ -13457,7 +13457,7 @@ class ClxFilterPanelComponent {
|
|
|
13457
13457
|
<span>{{ field.label }}</span>
|
|
13458
13458
|
<div class="flex items-center gap-1.5">
|
|
13459
13459
|
@if (_hasValue(field.key)) {
|
|
13460
|
-
<span clx-badge variant="solid" [color]="_color()" size="
|
|
13460
|
+
<span clx-badge variant="solid" [color]="_color()" size="sm">{{ _valueLabel(field) }}</span>
|
|
13461
13461
|
}
|
|
13462
13462
|
<span clx-icon
|
|
13463
13463
|
[name]="_isCollapsed(field.key) ? 'expand_more' : 'expand_less'"
|
|
@@ -13569,7 +13569,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
13569
13569
|
<span clx-icon name="filter_list" size="sm" class="text-clx-text-subtle"></span>
|
|
13570
13570
|
<span class="text-sm font-semibold text-clx-text-label">Filtros</span>
|
|
13571
13571
|
@if (_activeCount() > 0) {
|
|
13572
|
-
<span clx-badge variant="solid" [color]="_color()" size="
|
|
13572
|
+
<span clx-badge variant="solid" [color]="_color()" size="sm">{{ _activeCount() }}</span>
|
|
13573
13573
|
}
|
|
13574
13574
|
</div>
|
|
13575
13575
|
<div class="flex items-center gap-1">
|
|
@@ -13598,7 +13598,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
13598
13598
|
<span>{{ field.label }}</span>
|
|
13599
13599
|
<div class="flex items-center gap-1.5">
|
|
13600
13600
|
@if (_hasValue(field.key)) {
|
|
13601
|
-
<span clx-badge variant="solid" [color]="_color()" size="
|
|
13601
|
+
<span clx-badge variant="solid" [color]="_color()" size="sm">{{ _valueLabel(field) }}</span>
|
|
13602
13602
|
}
|
|
13603
13603
|
<span clx-icon
|
|
13604
13604
|
[name]="_isCollapsed(field.key) ? 'expand_more' : 'expand_less'"
|