@trackunit/react-table-base-components 1.26.3 → 1.26.5

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/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@trackunit/react-table-base-components",
3
- "version": "1.26.3",
3
+ "version": "1.26.5",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
7
7
  "node": ">=24.x"
8
8
  },
9
9
  "dependencies": {
10
- "@trackunit/react-components": "1.26.2",
11
- "@trackunit/ui-icons": "1.13.6",
12
- "@trackunit/react-form-components": "1.27.3",
13
- "@trackunit/css-class-variance-utilities": "1.13.6",
14
- "@trackunit/date-and-time-utils": "1.13.6",
15
- "@trackunit/shared-utils": "1.15.6",
16
- "@trackunit/i18n-library-translation": "1.22.1",
10
+ "@trackunit/react-components": "1.26.4",
11
+ "@trackunit/ui-icons": "1.13.7",
12
+ "@trackunit/react-form-components": "1.27.5",
13
+ "@trackunit/css-class-variance-utilities": "1.13.7",
14
+ "@trackunit/date-and-time-utils": "1.13.7",
15
+ "@trackunit/shared-utils": "1.15.7",
16
+ "@trackunit/i18n-library-translation": "1.22.2",
17
17
  "tailwind-merge": "^2.0.0"
18
18
  },
19
19
  "peerDependencies": {
@@ -3,7 +3,7 @@
3
3
  var translation = {
4
4
  "copyableCell.copied": "Copiado!",
5
5
  "copyableCell.copy": "Copiar",
6
- "rowActions.moreActions": "More actions"
6
+ "rowActions.moreActions": "Mais ações"
7
7
  };
8
8
 
9
9
  exports.default = translation;
@@ -3,7 +3,7 @@
3
3
  var translation = {
4
4
  "copyableCell.copied": "Kopierad!",
5
5
  "copyableCell.copy": "Kopiera",
6
- "rowActions.moreActions": "More actions"
6
+ "rowActions.moreActions": "Fler åtgärder"
7
7
  };
8
8
 
9
9
  exports.default = translation;
@@ -3,7 +3,7 @@
3
3
  var translation = {
4
4
  "copyableCell.copied": "コピーされました",
5
5
  "copyableCell.copy": "コピー",
6
- "rowActions.moreActions": "More actions"
6
+ "rowActions.moreActions": "その他のアクション"
7
7
  };
8
8
 
9
9
  exports.default = translation;
@@ -3,7 +3,7 @@
3
3
  var translation = {
4
4
  "copyableCell.copied": "Átmásolva!",
5
5
  "copyableCell.copy": "Másolás",
6
- "rowActions.moreActions": "More actions"
6
+ "rowActions.moreActions": "További műveletek"
7
7
  };
8
8
 
9
9
  exports.default = translation;
@@ -3,7 +3,7 @@
3
3
  var translation = {
4
4
  "copyableCell.copied": "Copiato!",
5
5
  "copyableCell.copy": "Copia",
6
- "rowActions.moreActions": "More actions"
6
+ "rowActions.moreActions": "Altre azioni"
7
7
  };
8
8
 
9
9
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  var translation = {
2
2
  "copyableCell.copied": "Copiado!",
3
3
  "copyableCell.copy": "Copiar",
4
- "rowActions.moreActions": "More actions"
4
+ "rowActions.moreActions": "Mais ações"
5
5
  };
6
6
 
7
7
  export { translation as default };
@@ -1,7 +1,7 @@
1
1
  var translation = {
2
2
  "copyableCell.copied": "Kopierad!",
3
3
  "copyableCell.copy": "Kopiera",
4
- "rowActions.moreActions": "More actions"
4
+ "rowActions.moreActions": "Fler åtgärder"
5
5
  };
6
6
 
7
7
  export { translation as default };
@@ -1,7 +1,7 @@
1
1
  var translation = {
2
2
  "copyableCell.copied": "コピーされました",
3
3
  "copyableCell.copy": "コピー",
4
- "rowActions.moreActions": "More actions"
4
+ "rowActions.moreActions": "その他のアクション"
5
5
  };
6
6
 
7
7
  export { translation as default };
@@ -1,7 +1,7 @@
1
1
  var translation = {
2
2
  "copyableCell.copied": "Átmásolva!",
3
3
  "copyableCell.copy": "Másolás",
4
- "rowActions.moreActions": "More actions"
4
+ "rowActions.moreActions": "További műveletek"
5
5
  };
6
6
 
7
7
  export { translation as default };
@@ -1,7 +1,7 @@
1
1
  var translation = {
2
2
  "copyableCell.copied": "Copiato!",
3
3
  "copyableCell.copy": "Copia",
4
- "rowActions.moreActions": "More actions"
4
+ "rowActions.moreActions": "Altre azioni"
5
5
  };
6
6
 
7
7
  export { translation as default };