orbiq-neural-ui-kit 1.0.35 → 1.0.36
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.
|
@@ -12294,9 +12294,15 @@ class NeuralDataTableComponent {
|
|
|
12294
12294
|
|
|
12295
12295
|
<!-- Built-in Actions Group (Clean, no background) -->
|
|
12296
12296
|
<div class="flex items-center gap-0.5">
|
|
12297
|
-
<
|
|
12298
|
-
|
|
12299
|
-
|
|
12297
|
+
<button class="flex items-center justify-center size-6 rounded-md hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors" title="Vista" (click)="onViewChange.emit('report')">
|
|
12298
|
+
<i class="lucide-list size-3.5" style="stroke-width: 1.5px;"></i>
|
|
12299
|
+
</button>
|
|
12300
|
+
<button class="flex items-center justify-center size-6 rounded-md hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors" title="Filtrar" (click)="onFilterClick.emit()">
|
|
12301
|
+
<i class="lucide-filter size-3.5" style="stroke-width: 1.5px;"></i>
|
|
12302
|
+
</button>
|
|
12303
|
+
<button class="flex items-center justify-center size-6 rounded-md hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors" title="Orden" (click)="onSortChangeClick.emit()">
|
|
12304
|
+
<i class="lucide-arrow-up-down size-3.5" style="stroke-width: 1.5px;"></i>
|
|
12305
|
+
</button>
|
|
12300
12306
|
</div>
|
|
12301
12307
|
|
|
12302
12308
|
<div class="w-px h-3.5 bg-outline-gray-2 mx-1.5"></div>
|
|
@@ -12507,9 +12513,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
12507
12513
|
|
|
12508
12514
|
<!-- Built-in Actions Group (Clean, no background) -->
|
|
12509
12515
|
<div class="flex items-center gap-0.5">
|
|
12510
|
-
<
|
|
12511
|
-
|
|
12512
|
-
|
|
12516
|
+
<button class="flex items-center justify-center size-6 rounded-md hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors" title="Vista" (click)="onViewChange.emit('report')">
|
|
12517
|
+
<i class="lucide-list size-3.5" style="stroke-width: 1.5px;"></i>
|
|
12518
|
+
</button>
|
|
12519
|
+
<button class="flex items-center justify-center size-6 rounded-md hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors" title="Filtrar" (click)="onFilterClick.emit()">
|
|
12520
|
+
<i class="lucide-filter size-3.5" style="stroke-width: 1.5px;"></i>
|
|
12521
|
+
</button>
|
|
12522
|
+
<button class="flex items-center justify-center size-6 rounded-md hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors" title="Orden" (click)="onSortChangeClick.emit()">
|
|
12523
|
+
<i class="lucide-arrow-up-down size-3.5" style="stroke-width: 1.5px;"></i>
|
|
12524
|
+
</button>
|
|
12513
12525
|
</div>
|
|
12514
12526
|
|
|
12515
12527
|
<div class="w-px h-3.5 bg-outline-gray-2 mx-1.5"></div>
|