orbiq-neural-ui-kit 1.0.34 → 1.0.35

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.
@@ -12209,6 +12209,8 @@ class NeuralDataTableComponent {
12209
12209
  ...(ngDevMode ? [undefined, { debugName: "count" }] : /* istanbul ignore next */ []));
12210
12210
  hasInfo = input(false, /* @ts-ignore */
12211
12211
  ...(ngDevMode ? [{ debugName: "hasInfo" }] : /* istanbul ignore next */ []));
12212
+ newLabel = input('Nuevo', /* @ts-ignore */
12213
+ ...(ngDevMode ? [{ debugName: "newLabel" }] : /* istanbul ignore next */ []));
12212
12214
  searchPlaceholder = input('Search', /* @ts-ignore */
12213
12215
  ...(ngDevMode ? [{ debugName: "searchPlaceholder" }] : /* istanbul ignore next */ []));
12214
12216
  allColumns = input([], /* @ts-ignore */
@@ -12233,6 +12235,11 @@ class NeuralDataTableComponent {
12233
12235
  onRefreshClick = new EventEmitter();
12234
12236
  onViewChange = new EventEmitter();
12235
12237
  onFilterClick = new EventEmitter();
12238
+ onSortChangeClick = new EventEmitter();
12239
+ onMoreClick = new EventEmitter();
12240
+ onImportClick = new EventEmitter();
12241
+ onExportClick = new EventEmitter();
12242
+ onNewClick = new EventEmitter();
12236
12243
  cellTemplate;
12237
12244
  isPreferencesOpen = signal(false, /* @ts-ignore */
12238
12245
  ...(ngDevMode ? [{ debugName: "isPreferencesOpen" }] : /* istanbul ignore next */ []));
@@ -12264,65 +12271,76 @@ class NeuralDataTableComponent {
12264
12271
  this.sortChange.emit(key);
12265
12272
  }
12266
12273
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: NeuralDataTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12267
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.4", type: NeuralDataTableComponent, isStandalone: true, selector: "neural-data-table", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, subtitle: { classPropertyName: "subtitle", publicName: "subtitle", isSignal: true, isRequired: false, transformFunction: null }, count: { classPropertyName: "count", publicName: "count", isSignal: true, isRequired: false, transformFunction: null }, hasInfo: { classPropertyName: "hasInfo", publicName: "hasInfo", isSignal: true, isRequired: false, transformFunction: null }, searchPlaceholder: { classPropertyName: "searchPlaceholder", publicName: "searchPlaceholder", isSignal: true, isRequired: false, transformFunction: null }, allColumns: { classPropertyName: "allColumns", publicName: "allColumns", isSignal: true, isRequired: false, transformFunction: null }, rows: { classPropertyName: "rows", publicName: "rows", isSignal: true, isRequired: false, transformFunction: null }, rowKey: { classPropertyName: "rowKey", publicName: "rowKey", isSignal: true, isRequired: true, transformFunction: null }, page: { classPropertyName: "page", publicName: "page", isSignal: true, isRequired: false, transformFunction: null }, totalPages: { classPropertyName: "totalPages", publicName: "totalPages", isSignal: true, isRequired: false, transformFunction: null }, emptyStateTitle: { classPropertyName: "emptyStateTitle", publicName: "emptyStateTitle", isSignal: true, isRequired: false, transformFunction: null }, emptyStateDesc: { classPropertyName: "emptyStateDesc", publicName: "emptyStateDesc", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onSearch: "onSearch", onPageChange: "onPageChange", sortChange: "sortChange", onInfoClick: "onInfoClick", onRefreshClick: "onRefreshClick", onViewChange: "onViewChange", onFilterClick: "onFilterClick" }, queries: [{ propertyName: "cellTemplate", first: true, predicate: ["cellTemplate"], descendants: true }], ngImport: i0, template: `
12274
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.4", type: NeuralDataTableComponent, isStandalone: true, selector: "neural-data-table", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, subtitle: { classPropertyName: "subtitle", publicName: "subtitle", isSignal: true, isRequired: false, transformFunction: null }, count: { classPropertyName: "count", publicName: "count", isSignal: true, isRequired: false, transformFunction: null }, hasInfo: { classPropertyName: "hasInfo", publicName: "hasInfo", isSignal: true, isRequired: false, transformFunction: null }, newLabel: { classPropertyName: "newLabel", publicName: "newLabel", isSignal: true, isRequired: false, transformFunction: null }, searchPlaceholder: { classPropertyName: "searchPlaceholder", publicName: "searchPlaceholder", isSignal: true, isRequired: false, transformFunction: null }, allColumns: { classPropertyName: "allColumns", publicName: "allColumns", isSignal: true, isRequired: false, transformFunction: null }, rows: { classPropertyName: "rows", publicName: "rows", isSignal: true, isRequired: false, transformFunction: null }, rowKey: { classPropertyName: "rowKey", publicName: "rowKey", isSignal: true, isRequired: true, transformFunction: null }, page: { classPropertyName: "page", publicName: "page", isSignal: true, isRequired: false, transformFunction: null }, totalPages: { classPropertyName: "totalPages", publicName: "totalPages", isSignal: true, isRequired: false, transformFunction: null }, emptyStateTitle: { classPropertyName: "emptyStateTitle", publicName: "emptyStateTitle", isSignal: true, isRequired: false, transformFunction: null }, emptyStateDesc: { classPropertyName: "emptyStateDesc", publicName: "emptyStateDesc", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onSearch: "onSearch", onPageChange: "onPageChange", sortChange: "sortChange", onInfoClick: "onInfoClick", onRefreshClick: "onRefreshClick", onViewChange: "onViewChange", onFilterClick: "onFilterClick", onSortChangeClick: "onSortChangeClick", onMoreClick: "onMoreClick", onImportClick: "onImportClick", onExportClick: "onExportClick", onNewClick: "onNewClick" }, queries: [{ propertyName: "cellTemplate", first: true, predicate: ["cellTemplate"], descendants: true }], ngImport: i0, template: `
12268
12275
  <div class="flex flex-col w-full h-full bg-white rounded-md border border-outline-gray-2 shadow-sm overflow-hidden">
12269
12276
 
12270
12277
  <!-- Top Header Area -->
12271
- <div class="flex items-center justify-between px-4 py-2.5 border-b border-outline-gray-2 bg-white">
12278
+ <div class="flex items-center justify-between px-4 py-2 border-b border-outline-gray-2 bg-white">
12272
12279
  <!-- Left: Title & Info -->
12273
12280
  <div class="flex items-center gap-3">
12274
- <h2 class="text-[14px] font-semibold text-ink-gray-9">{{ title() }}</h2>
12281
+ <h2 class="text-[13px] font-semibold text-ink-gray-9">{{ title() }}</h2>
12275
12282
  @if (count() !== undefined) {
12276
- <span class="text-[12px] font-medium text-ink-gray-5 px-1.5 py-0.5 rounded-full bg-surface-gray-2">{{ count() }}</span>
12283
+ <span class="text-[11px] font-medium text-ink-gray-5 px-1.5 py-0.5 rounded-full bg-surface-gray-2">{{ count() }}</span>
12277
12284
  }
12278
12285
  @if (hasInfo()) {
12279
- <button class="text-[12px] font-medium text-blue-600 hover:underline cursor-pointer flex items-center gap-1" (click)="onInfoClick.emit()">
12286
+ <button class="text-[11px] font-medium text-blue-600 hover:underline cursor-pointer flex items-center gap-1" (click)="onInfoClick.emit()">
12280
12287
  Información
12281
12288
  </button>
12282
12289
  }
12283
12290
  </div>
12284
12291
 
12285
12292
  <!-- Right: Actions Toolbar -->
12286
- <div class="flex items-center gap-1.5">
12293
+ <div class="flex items-center gap-1">
12287
12294
 
12288
12295
  <!-- Built-in Actions Group (Clean, no background) -->
12289
12296
  <div class="flex items-center gap-0.5">
12290
12297
  <neural-button variant="ghost" size="sm" icon="lucide-list" [iconLeft]="true" class="!px-1.5 !text-[12px] !font-medium !text-ink-gray-6 hover:!text-ink-gray-9" (click)="onViewChange.emit('report')">Vista</neural-button>
12291
12298
  <neural-button variant="ghost" size="sm" icon="lucide-filter" [iconLeft]="true" class="!px-1.5 !text-[12px] !font-medium !text-ink-gray-6 hover:!text-ink-gray-9" (click)="onFilterClick.emit()">Filtrar</neural-button>
12292
- <neural-button variant="ghost" size="sm" icon="lucide-arrow-up-down" [iconLeft]="true" class="!px-1.5 !text-[12px] !font-medium !text-ink-gray-6 hover:!text-ink-gray-9" title="Orden">Orden</neural-button>
12299
+ <neural-button variant="ghost" size="sm" icon="lucide-arrow-up-down" [iconLeft]="true" class="!px-1.5 !text-[12px] !font-medium !text-ink-gray-6 hover:!text-ink-gray-9" (click)="onSortChangeClick.emit()">Orden</neural-button>
12293
12300
  </div>
12294
12301
 
12295
- <div class="w-px h-4 bg-outline-gray-2 mx-1"></div>
12302
+ <div class="w-px h-3.5 bg-outline-gray-2 mx-1.5"></div>
12296
12303
 
12297
12304
  <div class="flex items-center gap-0.5">
12298
- <button class="flex items-center justify-center size-7 rounded-md hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors" title="Actualizar" (click)="onRefreshClick.emit()">
12305
+ <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="Actualizar" (click)="onRefreshClick.emit()">
12299
12306
  <i class="lucide-refresh-cw size-3.5" style="stroke-width: 1.5px;"></i>
12300
12307
  </button>
12301
- <button class="flex items-center justify-center size-7 rounded-md hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors" title="Más acciones">
12308
+ <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="Importar" (click)="onImportClick.emit()">
12309
+ <i class="lucide-upload size-3.5" style="stroke-width: 1.5px;"></i>
12310
+ </button>
12311
+ <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="Exportar" (click)="onExportClick.emit()">
12312
+ <i class="lucide-download size-3.5" style="stroke-width: 1.5px;"></i>
12313
+ </button>
12314
+ <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="Más acciones" (click)="onMoreClick.emit()">
12302
12315
  <i class="lucide-more-horizontal size-3.5" style="stroke-width: 1.5px;"></i>
12303
12316
  </button>
12304
12317
  </div>
12305
12318
 
12306
- <div class="w-px h-5 bg-outline-gray-2 mx-1"></div>
12319
+ <div class="w-px h-3.5 bg-outline-gray-2 mx-1.5"></div>
12307
12320
 
12308
- <!-- External Actions (Refresh, Create, etc) -->
12321
+ <!-- External Actions -->
12309
12322
  <ng-content select="[header-actions]"></ng-content>
12323
+
12324
+ <!-- + Nuevo Button -->
12325
+ <neural-button variant="solid" theme="blue" size="sm" icon="lucide-plus" [iconLeft]="true" class="!px-2.5 !text-[12px]" (click)="onNewClick.emit()">
12326
+ {{ newLabel() }}
12327
+ </neural-button>
12310
12328
  </div>
12311
12329
  </div>
12312
12330
 
12313
12331
  <!-- Search Area -->
12314
- <div class="flex items-center justify-between px-4 py-2 border-b border-outline-gray-1 bg-surface-base">
12332
+ <div class="flex items-center justify-between px-4 py-1.5 border-b border-outline-gray-1 bg-surface-base">
12315
12333
  <div class="w-full max-w-sm">
12316
12334
  <neural-text-input
12317
12335
  [placeholder]="searchPlaceholder()"
12318
12336
  icon="lucide-search"
12319
- size="sm"
12337
+ size="xs"
12320
12338
  (valueModelChange)="onSearch.emit($event)"
12321
12339
  ></neural-text-input>
12322
12340
  </div>
12323
12341
 
12324
- <!-- Preferences / Columns Dialog Trigger (Moved to search row) -->
12325
- <button class="flex items-center justify-center size-7 rounded-md border border-outline-gray-2 bg-white hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors shadow-sm" (click)="isPreferencesOpen.set(true)" title="Configurar columnas">
12342
+ <!-- Preferences / Columns Dialog Trigger -->
12343
+ <button class="flex items-center justify-center size-6 rounded-md bg-transparent hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors" (click)="isPreferencesOpen.set(true)" title="Configurar columnas">
12326
12344
  <i class="lucide-settings size-3.5" style="stroke-width: 1.5px;"></i>
12327
12345
  </button>
12328
12346
  </div>
@@ -12334,13 +12352,13 @@ class NeuralDataTableComponent {
12334
12352
  <tr class="border-b border-outline-gray-2 bg-white">
12335
12353
  @for (col of visibleColumns(); track col.key) {
12336
12354
  <th
12337
- class="px-4 py-2.5 text-[12px] font-semibold text-ink-gray-6 uppercase tracking-wider truncate border-r border-outline-gray-2 last:border-r-0"
12355
+ class="px-4 py-2 text-[11px] font-medium text-ink-gray-6 truncate border-r border-outline-gray-2 last:border-r-0"
12338
12356
  [style.width]="col.width || 'auto'"
12339
12357
  >
12340
12358
  <div class="flex items-center justify-between group cursor-pointer hover:text-ink-gray-9" (click)="col.sortable ? onSort(col.key) : null">
12341
12359
  <span class="truncate">{{ col.label }}</span>
12342
12360
  @if (col.sortable) {
12343
- <i class="lucide-caret-down size-3.5 text-ink-gray-4 opacity-0 group-hover:opacity-100 transition-opacity"></i>
12361
+ <i class="lucide-caret-down size-3 text-ink-gray-4 opacity-0 group-hover:opacity-100 transition-opacity"></i>
12344
12362
  }
12345
12363
  </div>
12346
12364
  </th>
@@ -12470,61 +12488,72 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
12470
12488
  <div class="flex flex-col w-full h-full bg-white rounded-md border border-outline-gray-2 shadow-sm overflow-hidden">
12471
12489
 
12472
12490
  <!-- Top Header Area -->
12473
- <div class="flex items-center justify-between px-4 py-2.5 border-b border-outline-gray-2 bg-white">
12491
+ <div class="flex items-center justify-between px-4 py-2 border-b border-outline-gray-2 bg-white">
12474
12492
  <!-- Left: Title & Info -->
12475
12493
  <div class="flex items-center gap-3">
12476
- <h2 class="text-[14px] font-semibold text-ink-gray-9">{{ title() }}</h2>
12494
+ <h2 class="text-[13px] font-semibold text-ink-gray-9">{{ title() }}</h2>
12477
12495
  @if (count() !== undefined) {
12478
- <span class="text-[12px] font-medium text-ink-gray-5 px-1.5 py-0.5 rounded-full bg-surface-gray-2">{{ count() }}</span>
12496
+ <span class="text-[11px] font-medium text-ink-gray-5 px-1.5 py-0.5 rounded-full bg-surface-gray-2">{{ count() }}</span>
12479
12497
  }
12480
12498
  @if (hasInfo()) {
12481
- <button class="text-[12px] font-medium text-blue-600 hover:underline cursor-pointer flex items-center gap-1" (click)="onInfoClick.emit()">
12499
+ <button class="text-[11px] font-medium text-blue-600 hover:underline cursor-pointer flex items-center gap-1" (click)="onInfoClick.emit()">
12482
12500
  Información
12483
12501
  </button>
12484
12502
  }
12485
12503
  </div>
12486
12504
 
12487
12505
  <!-- Right: Actions Toolbar -->
12488
- <div class="flex items-center gap-1.5">
12506
+ <div class="flex items-center gap-1">
12489
12507
 
12490
12508
  <!-- Built-in Actions Group (Clean, no background) -->
12491
12509
  <div class="flex items-center gap-0.5">
12492
12510
  <neural-button variant="ghost" size="sm" icon="lucide-list" [iconLeft]="true" class="!px-1.5 !text-[12px] !font-medium !text-ink-gray-6 hover:!text-ink-gray-9" (click)="onViewChange.emit('report')">Vista</neural-button>
12493
12511
  <neural-button variant="ghost" size="sm" icon="lucide-filter" [iconLeft]="true" class="!px-1.5 !text-[12px] !font-medium !text-ink-gray-6 hover:!text-ink-gray-9" (click)="onFilterClick.emit()">Filtrar</neural-button>
12494
- <neural-button variant="ghost" size="sm" icon="lucide-arrow-up-down" [iconLeft]="true" class="!px-1.5 !text-[12px] !font-medium !text-ink-gray-6 hover:!text-ink-gray-9" title="Orden">Orden</neural-button>
12512
+ <neural-button variant="ghost" size="sm" icon="lucide-arrow-up-down" [iconLeft]="true" class="!px-1.5 !text-[12px] !font-medium !text-ink-gray-6 hover:!text-ink-gray-9" (click)="onSortChangeClick.emit()">Orden</neural-button>
12495
12513
  </div>
12496
12514
 
12497
- <div class="w-px h-4 bg-outline-gray-2 mx-1"></div>
12515
+ <div class="w-px h-3.5 bg-outline-gray-2 mx-1.5"></div>
12498
12516
 
12499
12517
  <div class="flex items-center gap-0.5">
12500
- <button class="flex items-center justify-center size-7 rounded-md hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors" title="Actualizar" (click)="onRefreshClick.emit()">
12518
+ <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="Actualizar" (click)="onRefreshClick.emit()">
12501
12519
  <i class="lucide-refresh-cw size-3.5" style="stroke-width: 1.5px;"></i>
12502
12520
  </button>
12503
- <button class="flex items-center justify-center size-7 rounded-md hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors" title="Más acciones">
12521
+ <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="Importar" (click)="onImportClick.emit()">
12522
+ <i class="lucide-upload size-3.5" style="stroke-width: 1.5px;"></i>
12523
+ </button>
12524
+ <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="Exportar" (click)="onExportClick.emit()">
12525
+ <i class="lucide-download size-3.5" style="stroke-width: 1.5px;"></i>
12526
+ </button>
12527
+ <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="Más acciones" (click)="onMoreClick.emit()">
12504
12528
  <i class="lucide-more-horizontal size-3.5" style="stroke-width: 1.5px;"></i>
12505
12529
  </button>
12506
12530
  </div>
12507
12531
 
12508
- <div class="w-px h-5 bg-outline-gray-2 mx-1"></div>
12532
+ <div class="w-px h-3.5 bg-outline-gray-2 mx-1.5"></div>
12509
12533
 
12510
- <!-- External Actions (Refresh, Create, etc) -->
12534
+ <!-- External Actions -->
12511
12535
  <ng-content select="[header-actions]"></ng-content>
12536
+
12537
+ <!-- + Nuevo Button -->
12538
+ <neural-button variant="solid" theme="blue" size="sm" icon="lucide-plus" [iconLeft]="true" class="!px-2.5 !text-[12px]" (click)="onNewClick.emit()">
12539
+ {{ newLabel() }}
12540
+ </neural-button>
12512
12541
  </div>
12513
12542
  </div>
12514
12543
 
12515
12544
  <!-- Search Area -->
12516
- <div class="flex items-center justify-between px-4 py-2 border-b border-outline-gray-1 bg-surface-base">
12545
+ <div class="flex items-center justify-between px-4 py-1.5 border-b border-outline-gray-1 bg-surface-base">
12517
12546
  <div class="w-full max-w-sm">
12518
12547
  <neural-text-input
12519
12548
  [placeholder]="searchPlaceholder()"
12520
12549
  icon="lucide-search"
12521
- size="sm"
12550
+ size="xs"
12522
12551
  (valueModelChange)="onSearch.emit($event)"
12523
12552
  ></neural-text-input>
12524
12553
  </div>
12525
12554
 
12526
- <!-- Preferences / Columns Dialog Trigger (Moved to search row) -->
12527
- <button class="flex items-center justify-center size-7 rounded-md border border-outline-gray-2 bg-white hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors shadow-sm" (click)="isPreferencesOpen.set(true)" title="Configurar columnas">
12555
+ <!-- Preferences / Columns Dialog Trigger -->
12556
+ <button class="flex items-center justify-center size-6 rounded-md bg-transparent hover:bg-surface-gray-1 text-ink-gray-6 hover:text-ink-gray-9 transition-colors" (click)="isPreferencesOpen.set(true)" title="Configurar columnas">
12528
12557
  <i class="lucide-settings size-3.5" style="stroke-width: 1.5px;"></i>
12529
12558
  </button>
12530
12559
  </div>
@@ -12536,13 +12565,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
12536
12565
  <tr class="border-b border-outline-gray-2 bg-white">
12537
12566
  @for (col of visibleColumns(); track col.key) {
12538
12567
  <th
12539
- class="px-4 py-2.5 text-[12px] font-semibold text-ink-gray-6 uppercase tracking-wider truncate border-r border-outline-gray-2 last:border-r-0"
12568
+ class="px-4 py-2 text-[11px] font-medium text-ink-gray-6 truncate border-r border-outline-gray-2 last:border-r-0"
12540
12569
  [style.width]="col.width || 'auto'"
12541
12570
  >
12542
12571
  <div class="flex items-center justify-between group cursor-pointer hover:text-ink-gray-9" (click)="col.sortable ? onSort(col.key) : null">
12543
12572
  <span class="truncate">{{ col.label }}</span>
12544
12573
  @if (col.sortable) {
12545
- <i class="lucide-caret-down size-3.5 text-ink-gray-4 opacity-0 group-hover:opacity-100 transition-opacity"></i>
12574
+ <i class="lucide-caret-down size-3 text-ink-gray-4 opacity-0 group-hover:opacity-100 transition-opacity"></i>
12546
12575
  }
12547
12576
  </div>
12548
12577
  </th>
@@ -12655,7 +12684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
12655
12684
  </div>
12656
12685
  `
12657
12686
  }]
12658
- }], propDecorators: { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], subtitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "subtitle", required: false }] }], count: [{ type: i0.Input, args: [{ isSignal: true, alias: "count", required: false }] }], hasInfo: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasInfo", required: false }] }], searchPlaceholder: [{ type: i0.Input, args: [{ isSignal: true, alias: "searchPlaceholder", required: false }] }], allColumns: [{ type: i0.Input, args: [{ isSignal: true, alias: "allColumns", required: false }] }], rows: [{ type: i0.Input, args: [{ isSignal: true, alias: "rows", required: false }] }], rowKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "rowKey", required: true }] }], page: [{ type: i0.Input, args: [{ isSignal: true, alias: "page", required: false }] }], totalPages: [{ type: i0.Input, args: [{ isSignal: true, alias: "totalPages", required: false }] }], emptyStateTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "emptyStateTitle", required: false }] }], emptyStateDesc: [{ type: i0.Input, args: [{ isSignal: true, alias: "emptyStateDesc", required: false }] }], onSearch: [{
12687
+ }], propDecorators: { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], subtitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "subtitle", required: false }] }], count: [{ type: i0.Input, args: [{ isSignal: true, alias: "count", required: false }] }], hasInfo: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasInfo", required: false }] }], newLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "newLabel", required: false }] }], searchPlaceholder: [{ type: i0.Input, args: [{ isSignal: true, alias: "searchPlaceholder", required: false }] }], allColumns: [{ type: i0.Input, args: [{ isSignal: true, alias: "allColumns", required: false }] }], rows: [{ type: i0.Input, args: [{ isSignal: true, alias: "rows", required: false }] }], rowKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "rowKey", required: true }] }], page: [{ type: i0.Input, args: [{ isSignal: true, alias: "page", required: false }] }], totalPages: [{ type: i0.Input, args: [{ isSignal: true, alias: "totalPages", required: false }] }], emptyStateTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "emptyStateTitle", required: false }] }], emptyStateDesc: [{ type: i0.Input, args: [{ isSignal: true, alias: "emptyStateDesc", required: false }] }], onSearch: [{
12659
12688
  type: Output
12660
12689
  }], onPageChange: [{
12661
12690
  type: Output
@@ -12669,6 +12698,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
12669
12698
  type: Output
12670
12699
  }], onFilterClick: [{
12671
12700
  type: Output
12701
+ }], onSortChangeClick: [{
12702
+ type: Output
12703
+ }], onMoreClick: [{
12704
+ type: Output
12705
+ }], onImportClick: [{
12706
+ type: Output
12707
+ }], onExportClick: [{
12708
+ type: Output
12709
+ }], onNewClick: [{
12710
+ type: Output
12672
12711
  }], cellTemplate: [{
12673
12712
  type: ContentChild,
12674
12713
  args: ['cellTemplate']