@trackunit/react-widgets 2.2.80 → 2.2.83

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-widgets",
3
- "version": "2.2.80",
3
+ "version": "2.2.83",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,13 +8,13 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
- "@trackunit/react-components": "1.10.14",
12
- "@trackunit/iris-app-runtime-core": "1.8.53",
13
- "@trackunit/css-class-variance-utilities": "1.7.48",
14
- "@trackunit/ui-design-tokens": "1.7.48",
15
- "@trackunit/ui-icons": "1.7.49",
16
- "@trackunit/i18n-library-translation": "1.7.60",
17
- "@trackunit/react-test-setup": "1.4.48"
11
+ "@trackunit/react-components": "1.10.15",
12
+ "@trackunit/iris-app-runtime-core": "1.8.54",
13
+ "@trackunit/css-class-variance-utilities": "1.7.49",
14
+ "@trackunit/ui-design-tokens": "1.7.49",
15
+ "@trackunit/ui-icons": "1.7.50",
16
+ "@trackunit/i18n-library-translation": "1.7.61",
17
+ "@trackunit/react-test-setup": "1.4.49"
18
18
  },
19
19
  "module": "./index.esm.js",
20
20
  "main": "./index.cjs.js",
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
4
+ "widget.edit.cancel": "Abbrechen",
5
+ "widget.edit.save": "Speichern",
6
+ "widget.edit.title": "Konfigurieren",
7
+ "widget.emptystate.configure": "Konfigurieren",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -2,9 +2,9 @@
2
2
 
3
3
  var translation = {
4
4
  "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
5
+ "widget.edit.save": "Zapisz",
6
+ "widget.edit.title": "Skonfiguruj",
7
+ "widget.emptystate.configure": "Skonfiguruj",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -2,9 +2,9 @@
2
2
 
3
3
  var translation = {
4
4
  "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
5
+ "widget.edit.save": "Guardar",
6
+ "widget.edit.title": "Configurar",
7
+ "widget.emptystate.configure": "Configurar",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  var translation = {
4
4
  "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
5
+ "widget.edit.save": "Сохранить",
6
6
  "widget.edit.title": "Configure",
7
7
  "widget.emptystate.configure": "Configure",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
@@ -2,9 +2,9 @@
2
2
 
3
3
  var translation = {
4
4
  "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
5
+ "widget.edit.save": "Salvare",
6
+ "widget.edit.title": "Configurare",
7
+ "widget.emptystate.configure": "Configurare",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  var translation = {
4
4
  "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
5
+ "widget.edit.save": "Guardar",
6
6
  "widget.edit.title": "Configure",
7
7
  "widget.emptystate.configure": "Configure",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
@@ -2,7 +2,7 @@
2
2
 
3
3
  var translation = {
4
4
  "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
5
+ "widget.edit.save": "Spara",
6
6
  "widget.edit.title": "Configure",
7
7
  "widget.emptystate.configure": "Configure",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
4
+ "widget.edit.cancel": "キャンセル",
5
+ "widget.edit.save": "保存",
6
+ "widget.edit.title": "設定",
7
+ "widget.emptystate.configure": "設定",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
4
+ "widget.edit.cancel": "ยกเลิก",
5
+ "widget.edit.save": "บันทึก",
6
+ "widget.edit.title": "กำหนดค่า",
7
+ "widget.emptystate.configure": "กำหนดค่า",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  var translation = {
4
4
  "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
5
+ "widget.edit.save": "Gem",
6
6
  "widget.edit.title": "Configure",
7
7
  "widget.emptystate.configure": "Configure",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
@@ -2,9 +2,9 @@
2
2
 
3
3
  var translation = {
4
4
  "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
5
+ "widget.edit.save": "Uložit",
6
+ "widget.edit.title": "Konfigurovat",
7
+ "widget.emptystate.configure": "Konfigurovat",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
4
+ "widget.edit.cancel": "Annuleren",
5
+ "widget.edit.save": "Opslaan",
6
+ "widget.edit.title": "Configureren",
7
+ "widget.emptystate.configure": "Configureren",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "widget.edit.cancel": "Cancel",
4
+ "widget.edit.cancel": "Annuler",
5
5
  "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
6
+ "widget.edit.title": "Configurer",
7
+ "widget.emptystate.configure": "Configurer",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -2,9 +2,9 @@
2
2
 
3
3
  var translation = {
4
4
  "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
5
+ "widget.edit.save": "Tallenna",
6
+ "widget.edit.title": "Määritä",
7
+ "widget.emptystate.configure": "Määritä",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -2,9 +2,9 @@
2
2
 
3
3
  var translation = {
4
4
  "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
5
+ "widget.edit.save": "Mentés",
6
+ "widget.edit.title": "Konfigurálás",
7
+ "widget.emptystate.configure": "Konfigurálás",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -2,9 +2,9 @@
2
2
 
3
3
  var translation = {
4
4
  "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
5
+ "widget.edit.save": "Salva",
6
+ "widget.edit.title": "Configura",
7
+ "widget.emptystate.configure": "Configura",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "widget.edit.cancel": "Cancel",
5
- "widget.edit.save": "Save",
6
- "widget.edit.title": "Configure",
7
- "widget.emptystate.configure": "Configure",
4
+ "widget.edit.cancel": "Avbryt",
5
+ "widget.edit.save": "Lagre",
6
+ "widget.edit.title": "Konfigurer",
7
+ "widget.emptystate.configure": "Konfigurer",
8
8
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
9
9
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
10
10
  };
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
- "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
2
+ "widget.edit.cancel": "Abbrechen",
3
+ "widget.edit.save": "Speichern",
4
+ "widget.edit.title": "Konfigurieren",
5
+ "widget.emptystate.configure": "Konfigurieren",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
2
  "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
3
+ "widget.edit.save": "Zapisz",
4
+ "widget.edit.title": "Skonfiguruj",
5
+ "widget.emptystate.configure": "Skonfiguruj",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
2
  "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
3
+ "widget.edit.save": "Guardar",
4
+ "widget.edit.title": "Configurar",
5
+ "widget.emptystate.configure": "Configurar",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };
@@ -1,6 +1,6 @@
1
1
  var translation = {
2
2
  "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
3
+ "widget.edit.save": "Сохранить",
4
4
  "widget.edit.title": "Configure",
5
5
  "widget.emptystate.configure": "Configure",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
2
  "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
3
+ "widget.edit.save": "Salvare",
4
+ "widget.edit.title": "Configurare",
5
+ "widget.emptystate.configure": "Configurare",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };
@@ -1,6 +1,6 @@
1
1
  var translation = {
2
2
  "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
3
+ "widget.edit.save": "Guardar",
4
4
  "widget.edit.title": "Configure",
5
5
  "widget.emptystate.configure": "Configure",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
@@ -1,6 +1,6 @@
1
1
  var translation = {
2
2
  "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
3
+ "widget.edit.save": "Spara",
4
4
  "widget.edit.title": "Configure",
5
5
  "widget.emptystate.configure": "Configure",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
- "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
2
+ "widget.edit.cancel": "キャンセル",
3
+ "widget.edit.save": "保存",
4
+ "widget.edit.title": "設定",
5
+ "widget.emptystate.configure": "設定",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
- "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
2
+ "widget.edit.cancel": "ยกเลิก",
3
+ "widget.edit.save": "บันทึก",
4
+ "widget.edit.title": "กำหนดค่า",
5
+ "widget.emptystate.configure": "กำหนดค่า",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };
@@ -1,6 +1,6 @@
1
1
  var translation = {
2
2
  "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
3
+ "widget.edit.save": "Gem",
4
4
  "widget.edit.title": "Configure",
5
5
  "widget.emptystate.configure": "Configure",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
2
  "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
3
+ "widget.edit.save": "Uložit",
4
+ "widget.edit.title": "Konfigurovat",
5
+ "widget.emptystate.configure": "Konfigurovat",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
- "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
2
+ "widget.edit.cancel": "Annuleren",
3
+ "widget.edit.save": "Opslaan",
4
+ "widget.edit.title": "Configureren",
5
+ "widget.emptystate.configure": "Configureren",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
- "widget.edit.cancel": "Cancel",
2
+ "widget.edit.cancel": "Annuler",
3
3
  "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
4
+ "widget.edit.title": "Configurer",
5
+ "widget.emptystate.configure": "Configurer",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
2
  "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
3
+ "widget.edit.save": "Tallenna",
4
+ "widget.edit.title": "Määritä",
5
+ "widget.emptystate.configure": "Määritä",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
2
  "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
3
+ "widget.edit.save": "Mentés",
4
+ "widget.edit.title": "Konfigurálás",
5
+ "widget.emptystate.configure": "Konfigurálás",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
2
  "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
3
+ "widget.edit.save": "Salva",
4
+ "widget.edit.title": "Configura",
5
+ "widget.emptystate.configure": "Configura",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };
@@ -1,8 +1,8 @@
1
1
  var translation = {
2
- "widget.edit.cancel": "Cancel",
3
- "widget.edit.save": "Save",
4
- "widget.edit.title": "Configure",
5
- "widget.emptystate.configure": "Configure",
2
+ "widget.edit.cancel": "Avbryt",
3
+ "widget.edit.save": "Lagre",
4
+ "widget.edit.title": "Konfigurer",
5
+ "widget.emptystate.configure": "Konfigurer",
6
6
  "widget.emptystate.error": "Something went wrong. Try refreshing the page. If the error persists, contact our support team.",
7
7
  "widget.emptystate.missingdata": "This widget needs a quick setup before it can show your data."
8
8
  };