@deenruv/admin-dashboard 1.0.17-dev.36 → 1.0.17-dev.37

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.
@@ -1008,6 +1008,11 @@
1008
1008
  "undefined": "Other"
1009
1009
  },
1010
1010
  "selectedValue": "{{from}} of {{to}} lines selected",
1011
+ "dataTable": {
1012
+ "label": "Data table",
1013
+ "caption": "Data table. Scroll horizontally to view additional columns.",
1014
+ "selectionSummary": "{{selected}} of {{loaded}} loaded rows selected"
1015
+ },
1011
1016
  "deleteOrCancel": "Delete/Cancel option selected",
1012
1017
  "actionsMenu": {
1013
1018
  "openMenu": "Open menu",
@@ -1007,6 +1007,11 @@
1007
1007
  "undefined": "Inne"
1008
1008
  },
1009
1009
  "selectedValue": "wybrano {{from}} z {{to}} wierszy",
1010
+ "dataTable": {
1011
+ "label": "Tabela danych",
1012
+ "caption": "Tabela danych. Przewiń poziomo, aby zobaczyć dodatkowe kolumny.",
1013
+ "selectionSummary": "Wybrano {{selected}} z {{loaded}} wczytanych wierszy"
1014
+ },
1010
1015
  "deleteOrCancel": "Wybrano opcję Usuń/Anuluj",
1011
1016
  "actionsMenu": {
1012
1017
  "openMenu": "Otwórz menu",
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const ADMIN_DASHBOARD_VERSION = '1.0.17-dev.36';
1
+ export const ADMIN_DASHBOARD_VERSION = '1.0.17-dev.37';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deenruv/admin-dashboard",
3
- "version": "1.0.17-dev.36",
3
+ "version": "1.0.17-dev.37",
4
4
  "main": "dist/index.js",
5
5
  "style": "dist/index.css",
6
6
  "types": "dist/index.d.ts",
@@ -80,10 +80,10 @@
80
80
  "yup": "^1.7.1",
81
81
  "zod": "^4.4.3",
82
82
  "zustand": "^5.0.14",
83
- "@deenruv/admin-dashboard": "1.0.17-dev.36",
84
- "@deenruv/deenruv-examples-plugin": "1.0.17-dev.36",
85
- "@deenruv/admin-types": "1.0.17-dev.36",
86
- "@deenruv/react-ui-devkit": "1.0.17-dev.36"
83
+ "@deenruv/admin-dashboard": "1.0.17-dev.37",
84
+ "@deenruv/deenruv-examples-plugin": "1.0.17-dev.37",
85
+ "@deenruv/admin-types": "1.0.17-dev.37",
86
+ "@deenruv/react-ui-devkit": "1.0.17-dev.37"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@tailwindcss/typography": "^0.5.20",