@nubitio/core 0.5.28 → 0.5.30

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/dist/index.cjs CHANGED
@@ -331,6 +331,8 @@ const coreTranslationsEs = {
331
331
  "grid.expandDetail": "Expandir detalle",
332
332
  "grid.collapseDetail": "Contraer detalle",
333
333
  "grid.selectRow": "Seleccionar fila",
334
+ "grid.selectAll": "Seleccionar todas las filas",
335
+ "grid.bulkActionsGroup": "Acciones en lote",
334
336
  "grid.resizeColumn": "Arrastrar para redimensionar",
335
337
  "grid.allFilter": "Todos",
336
338
  "grid.clearFilter": "Limpiar filtro",
@@ -460,6 +462,8 @@ const coreTranslationsEn = {
460
462
  "grid.expandDetail": "Expand detail",
461
463
  "grid.collapseDetail": "Collapse detail",
462
464
  "grid.selectRow": "Select row",
465
+ "grid.selectAll": "Select all rows",
466
+ "grid.bulkActionsGroup": "Bulk actions",
463
467
  "grid.resizeColumn": "Drag to resize",
464
468
  "grid.allFilter": "All",
465
469
  "grid.clearFilter": "Clear filter",
package/dist/index.d.cts CHANGED
@@ -245,6 +245,8 @@ interface CoreTranslationKeys {
245
245
  'grid.expandDetail': string;
246
246
  'grid.collapseDetail': string;
247
247
  'grid.selectRow': string;
248
+ 'grid.selectAll': string;
249
+ 'grid.bulkActionsGroup': string;
248
250
  'grid.resizeColumn': string;
249
251
  'grid.allFilter': string;
250
252
  'grid.clearFilter': string;
package/dist/index.d.mts CHANGED
@@ -245,6 +245,8 @@ interface CoreTranslationKeys {
245
245
  'grid.expandDetail': string;
246
246
  'grid.collapseDetail': string;
247
247
  'grid.selectRow': string;
248
+ 'grid.selectAll': string;
249
+ 'grid.bulkActionsGroup': string;
248
250
  'grid.resizeColumn': string;
249
251
  'grid.allFilter': string;
250
252
  'grid.clearFilter': string;
package/dist/index.mjs CHANGED
@@ -306,6 +306,8 @@ const coreTranslationsEs = {
306
306
  "grid.expandDetail": "Expandir detalle",
307
307
  "grid.collapseDetail": "Contraer detalle",
308
308
  "grid.selectRow": "Seleccionar fila",
309
+ "grid.selectAll": "Seleccionar todas las filas",
310
+ "grid.bulkActionsGroup": "Acciones en lote",
309
311
  "grid.resizeColumn": "Arrastrar para redimensionar",
310
312
  "grid.allFilter": "Todos",
311
313
  "grid.clearFilter": "Limpiar filtro",
@@ -435,6 +437,8 @@ const coreTranslationsEn = {
435
437
  "grid.expandDetail": "Expand detail",
436
438
  "grid.collapseDetail": "Collapse detail",
437
439
  "grid.selectRow": "Select row",
440
+ "grid.selectAll": "Select all rows",
441
+ "grid.bulkActionsGroup": "Bulk actions",
438
442
  "grid.resizeColumn": "Drag to resize",
439
443
  "grid.allFilter": "All",
440
444
  "grid.clearFilter": "Clear filter",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubitio/core",
3
- "version": "0.5.28",
3
+ "version": "0.5.30",
4
4
  "type": "module",
5
5
  "description": "Runtime foundation for Nubit: HTTP client, event bus, i18n, Mercure SSE, CoreProvider, and date utilities.",
6
6
  "license": "MIT",