@hortiview/default-components 1.3.0 → 1.4.1
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/{HealthCheckFailed-BA_vyKwG.js → HealthCheckFailed-DoqoTvwZ.js} +12 -11
- package/dist/Iconify-Cjdr-ccS.js +82 -0
- package/dist/{LoadingSpinner-5JYKhDod.js → LoadingSpinner-FRQEZvxs.js} +26 -25
- package/dist/OfflineView-HbuDPpQL-BX2tMPh9.js +46 -0
- package/dist/assets/DefaultFormSelect.css +1 -0
- package/dist/{component-DsB0poTj-uxpi4oSj.js → component-DsB0poTj-BZ89hFvY.js} +3 -3
- package/dist/components/DefaultFormNumber/DefaultFormNumber.js +239 -251
- package/dist/components/DefaultFormSelect/DefaultFormSelect.d.ts +14 -0
- package/dist/components/DefaultFormSelect/DefaultFormSelect.js +189 -0
- package/dist/components/DefaultLoadingSpinner/DefaultLoadingSpinner.js +2 -2
- package/dist/components/GenericTable/GenericTable.js +9928 -23562
- package/dist/components/HealthChecks/DataBaseHealthCheck.js +2 -2
- package/dist/components/HealthChecks/DefaultHealthCheck.js +2 -2
- package/dist/components/HealthChecks/IotServiceHealthCheck.js +2 -2
- package/dist/components/HealthChecks/PlatformHealthCheck.js +2 -2
- package/dist/components/ImpatienceLoadingSpinner/ImpatienceLoadingSpinner.js +2 -2
- package/dist/components/OfflineView/OfflineView.js +2 -2
- package/dist/index.es--yyG47az-DBKBm3yD.js +825 -0
- package/dist/{index.es-CiqbARoC-D-muiSwa.js → index.es-Bx1E5MPK-BWa0n8W0.js} +31 -31
- package/dist/index.es-CzUKBF7E-BPJhlGEA.js +13567 -0
- package/dist/{index.es-D-CKRzIB-DPq2PQz-.js → index.es-D-ph6ImM-CWxTa_iD.js} +15 -15
- package/dist/index.es-DDo_AHL0-Bnqdxr8c.js +1033 -0
- package/dist/index.es-Kg9soDed-DUORjY8X.js +440 -0
- package/dist/index.es-U5-b20Gv-Bta-iNSF.js +1010 -0
- package/dist/locales/en-US.js +9 -7
- package/dist/locales/en-US.json.d.ts +8 -2
- package/dist/locales/es-MX.js +8 -6
- package/dist/locales/es-MX.json.d.ts +8 -2
- package/dist/locales/tr-TR.js +15 -13
- package/dist/locales/tr-TR.json.d.ts +8 -2
- package/dist/main.d.ts +6 -3
- package/dist/main.js +22 -20
- package/dist/{index.es-25EARqhH-CciUgLci.js → omit-1Eom1PmQ-DluRHOwa.js} +748 -1314
- package/dist/useHelperText-BjFihJ7h.js +21 -0
- package/dist/useTranslation-B_ODv8uN.js +4306 -0
- package/package.json +3 -3
- package/dist/Iconify-B42tJF6q.js +0 -979
- package/dist/OfflineView-BW19N4Cu-CpgiY6nC.js +0 -45
- package/dist/index.es-6TJ1S8Jr-C4X_iaSC.js +0 -1468
- package/dist/useTranslation-v0qSkb40.js +0 -4223
- /package/dist/assets/{OfflineView-BW19N4Cu.css → OfflineView-HbuDPpQL.css} +0 -0
package/dist/locales/en-US.js
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
const e = { separator: "Please use a period as a decimal separator, e.g. 12,345.67" }, a = { pageOfTranslation: "of", pageTranslation: "Page", rowsPerPageTranslation: "Rows per page" },
|
|
1
|
+
const e = { separator: "Please use a period as a decimal separator, e.g. 12,345.67" }, t = { filterOptions: "Show only selected options", multiItems: "items selected", noOptions: "No options", selectAll: "Select all" }, a = { pageOfTranslation: "of", pageTranslation: "Page", rowsPerPageTranslation: "Rows per page" }, o = { dataBase: "The data for this module is loading!", dataBaseSubtitle: "Please wait or come back later.", default: "Sorry, something went wrong!", defaultSubtitle: "The problem is being addressed by our technical team. Please come back later.", iotService: "The data of your devices cannot be retrieved currently.", iotServiceSubtitle: "The problem is being addressed by our technical team. Please come back later.", platform: "The platform data used by this module cannot be retrieved currently.", platformSubtitle: "Please wait or come back later." }, l = { baseMessage: "Loading...", impatienceMessage: "This is taking longer than expected. Please be patient." }, s = { subtitle: "This feature is unavailable until you reconnect", title: "You’re currently offline" }, i = {
|
|
2
2
|
formNumber: e,
|
|
3
|
+
formSelect: t,
|
|
3
4
|
genericTable: a,
|
|
4
|
-
healthCheck:
|
|
5
|
-
loadingSpinner:
|
|
6
|
-
offlineView:
|
|
5
|
+
healthCheck: o,
|
|
6
|
+
loadingSpinner: l,
|
|
7
|
+
offlineView: s
|
|
7
8
|
};
|
|
8
9
|
export {
|
|
9
10
|
i as default,
|
|
10
11
|
e as formNumber,
|
|
12
|
+
t as formSelect,
|
|
11
13
|
a as genericTable,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
o as healthCheck,
|
|
15
|
+
l as loadingSpinner,
|
|
16
|
+
s as offlineView
|
|
15
17
|
};
|
|
@@ -2,6 +2,12 @@ declare const _default: {
|
|
|
2
2
|
"formNumber": {
|
|
3
3
|
"separator": "Please use a period as a decimal separator, e.g. 12,345.67"
|
|
4
4
|
},
|
|
5
|
+
"formSelect": {
|
|
6
|
+
"filterOptions": "Show only selected options",
|
|
7
|
+
"multiItems": "items selected",
|
|
8
|
+
"noOptions": "No options",
|
|
9
|
+
"selectAll": "Select all"
|
|
10
|
+
},
|
|
5
11
|
"genericTable": {
|
|
6
12
|
"pageOfTranslation": "of",
|
|
7
13
|
"pageTranslation": "Page",
|
|
@@ -22,8 +28,8 @@ declare const _default: {
|
|
|
22
28
|
"impatienceMessage": "This is taking longer than expected. Please be patient."
|
|
23
29
|
},
|
|
24
30
|
"offlineView": {
|
|
25
|
-
"
|
|
26
|
-
"
|
|
31
|
+
"subtitle": "This feature is unavailable until you reconnect",
|
|
32
|
+
"title": "You’re currently offline"
|
|
27
33
|
}
|
|
28
34
|
}
|
|
29
35
|
;
|
package/dist/locales/es-MX.js
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
const e = { separator: "Utilice un período como separador decimal, p. 12,345.67" }, a = { pageOfTranslation: "de", pageTranslation: "Página", rowsPerPageTranslation: "Filas por página" },
|
|
2
|
-
Vuelve más tarde.`, iotService: "Los datos de sus dispositivos no se pueden recuperar actualmente.", iotServiceSubtitle: "El problema está siendo abordado por nuestro equipo técnico. Vuelve más tarde.", platform: "Los datos de la plataforma utilizados por este módulo no se pueden recuperar actualmente.", platformSubtitle: "Espere o vuelva más tarde." }, t = { baseMessage: "Cargando...", impatienceMessage: "Esto está tardando más de lo esperado. Por favor, sea paciente." },
|
|
1
|
+
const e = { separator: "Utilice un período como separador decimal, p. 12,345.67" }, o = { filterOptions: "Mostrar solo opciones seleccionadas", multiItems: "elementos seleccionados", noOptions: "No hay opciones", selectAll: "Seleccionar todo" }, a = { pageOfTranslation: "de", pageTranslation: "Página", rowsPerPageTranslation: "Filas por página" }, s = { dataBase: "¡Los datos para este módulo se están cargando!", dataBaseSubtitle: "Espere o vuelva más tarde.", default: "Lo siento, algo salió mal!", defaultSubtitle: `El problema está siendo abordado por nuestro equipo técnico.
|
|
2
|
+
Vuelve más tarde.`, iotService: "Los datos de sus dispositivos no se pueden recuperar actualmente.", iotServiceSubtitle: "El problema está siendo abordado por nuestro equipo técnico. Vuelve más tarde.", platform: "Los datos de la plataforma utilizados por este módulo no se pueden recuperar actualmente.", platformSubtitle: "Espere o vuelva más tarde." }, t = { baseMessage: "Cargando...", impatienceMessage: "Esto está tardando más de lo esperado. Por favor, sea paciente." }, n = { subtitle: "Esta función no está disponible hasta que te vuelvas a conectar.", title: "Actualmente estás sin conexión." }, r = {
|
|
3
3
|
formNumber: e,
|
|
4
|
+
formSelect: o,
|
|
4
5
|
genericTable: a,
|
|
5
|
-
healthCheck:
|
|
6
|
+
healthCheck: s,
|
|
6
7
|
loadingSpinner: t,
|
|
7
|
-
offlineView:
|
|
8
|
+
offlineView: n
|
|
8
9
|
};
|
|
9
10
|
export {
|
|
10
11
|
r as default,
|
|
11
12
|
e as formNumber,
|
|
13
|
+
o as formSelect,
|
|
12
14
|
a as genericTable,
|
|
13
|
-
|
|
15
|
+
s as healthCheck,
|
|
14
16
|
t as loadingSpinner,
|
|
15
|
-
|
|
17
|
+
n as offlineView
|
|
16
18
|
};
|
|
@@ -2,6 +2,12 @@ declare const _default: {
|
|
|
2
2
|
"formNumber": {
|
|
3
3
|
"separator": "Utilice un período como separador decimal, p. 12,345.67"
|
|
4
4
|
},
|
|
5
|
+
"formSelect": {
|
|
6
|
+
"filterOptions": "Mostrar solo opciones seleccionadas",
|
|
7
|
+
"multiItems": "elementos seleccionados",
|
|
8
|
+
"noOptions": "No hay opciones",
|
|
9
|
+
"selectAll": "Seleccionar todo"
|
|
10
|
+
},
|
|
5
11
|
"genericTable": {
|
|
6
12
|
"pageOfTranslation": "de",
|
|
7
13
|
"pageTranslation": "Página",
|
|
@@ -22,8 +28,8 @@ declare const _default: {
|
|
|
22
28
|
"impatienceMessage": "Esto está tardando más de lo esperado. Por favor, sea paciente."
|
|
23
29
|
},
|
|
24
30
|
"offlineView": {
|
|
25
|
-
"
|
|
26
|
-
"
|
|
31
|
+
"subtitle": "Esta función no está disponible hasta que te vuelvas a conectar.",
|
|
32
|
+
"title": "Actualmente estás sin conexión."
|
|
27
33
|
}
|
|
28
34
|
}
|
|
29
35
|
;
|
package/dist/locales/tr-TR.js
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
const
|
|
2
|
-
Lütfen daha sonra tekrar gelin.`, iotService: "Cihazlarınızın verileri şu anda alınamaz.", iotServiceSubtitle: "Sorun teknik ekibimiz tarafından ele alınmaktadır. Lütfen daha sonra tekrar gelin.", platform: "Bu modül tarafından kullanılan platform verileri şu anda alınamaz.", platformSubtitle: "Lütfen bekleyin veya daha sonra geri dönün." },
|
|
3
|
-
formNumber:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
const e = { separator: "Lütfen ondalık ayırıcı olarak virgül kullanın, ör. 12.345,67" }, a = { filterOptions: "Yalnızca seçilen seçenekleri göster", multiItems: "seçilen öğeler", noOptions: "Seçenek yok", selectAll: "Hepsini seç" }, n = { pageOfTranslation: "ile ilgili", pageTranslation: "Sayfa", rowsPerPageTranslation: "Sayfa başına satırlar" }, l = { dataBase: "Bu modül için veriler yükleniyor!", dataBaseSubtitle: "Lütfen bekleyin veya daha sonra geri dönün.", default: "Üzgünüm, bir şeyler ters gitti!", defaultSubtitle: `Sorun teknik ekibimiz tarafından ele alınmaktadır.
|
|
2
|
+
Lütfen daha sonra tekrar gelin.`, iotService: "Cihazlarınızın verileri şu anda alınamaz.", iotServiceSubtitle: "Sorun teknik ekibimiz tarafından ele alınmaktadır. Lütfen daha sonra tekrar gelin.", platform: "Bu modül tarafından kullanılan platform verileri şu anda alınamaz.", platformSubtitle: "Lütfen bekleyin veya daha sonra geri dönün." }, t = { baseMessage: "Yükleme ...", impatienceMessage: "Bu beklenenden daha uzun sürüyor. Lütfen sabırlı olun." }, i = { subtitle: "Bu özellik yeniden bağlanana kadar kullanılamaz", title: "Şu anda çevrimdışısınız" }, r = {
|
|
3
|
+
formNumber: e,
|
|
4
|
+
formSelect: a,
|
|
5
|
+
genericTable: n,
|
|
6
|
+
healthCheck: l,
|
|
7
|
+
loadingSpinner: t,
|
|
8
|
+
offlineView: i
|
|
8
9
|
};
|
|
9
10
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
n as
|
|
14
|
-
l as
|
|
15
|
-
|
|
11
|
+
r as default,
|
|
12
|
+
e as formNumber,
|
|
13
|
+
a as formSelect,
|
|
14
|
+
n as genericTable,
|
|
15
|
+
l as healthCheck,
|
|
16
|
+
t as loadingSpinner,
|
|
17
|
+
i as offlineView
|
|
16
18
|
};
|
|
@@ -2,6 +2,12 @@ declare const _default: {
|
|
|
2
2
|
"formNumber": {
|
|
3
3
|
"separator": "Lütfen ondalık ayırıcı olarak virgül kullanın, ör. 12.345,67"
|
|
4
4
|
},
|
|
5
|
+
"formSelect": {
|
|
6
|
+
"filterOptions": "Yalnızca seçilen seçenekleri göster",
|
|
7
|
+
"multiItems": "seçilen öğeler",
|
|
8
|
+
"noOptions": "Seçenek yok",
|
|
9
|
+
"selectAll": "Hepsini seç"
|
|
10
|
+
},
|
|
5
11
|
"genericTable": {
|
|
6
12
|
"pageOfTranslation": "ile ilgili",
|
|
7
13
|
"pageTranslation": "Sayfa",
|
|
@@ -22,8 +28,8 @@ declare const _default: {
|
|
|
22
28
|
"impatienceMessage": "Bu beklenenden daha uzun sürüyor. Lütfen sabırlı olun."
|
|
23
29
|
},
|
|
24
30
|
"offlineView": {
|
|
25
|
-
"
|
|
26
|
-
"
|
|
31
|
+
"subtitle": "Bu özellik yeniden bağlanana kadar kullanılamaz",
|
|
32
|
+
"title": "Şu anda çevrimdışısınız"
|
|
27
33
|
}
|
|
28
34
|
}
|
|
29
35
|
;
|
package/dist/main.d.ts
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
export { DefaultFormNumber } from './components/DefaultFormNumber/DefaultFormNumber';
|
|
2
|
-
export { DefaultLoadingSpinner } from './components/DefaultLoadingSpinner/DefaultLoadingSpinner';
|
|
3
1
|
export { GenericTable } from './components/GenericTable/GenericTable';
|
|
4
|
-
export { ImpatienceLoadingSpinner } from './components/ImpatienceLoadingSpinner/ImpatienceLoadingSpinner';
|
|
5
2
|
export { OfflineView } from './components/OfflineView/OfflineView';
|
|
3
|
+
/** default loading components */
|
|
4
|
+
export { DefaultLoadingSpinner } from './components/DefaultLoadingSpinner/DefaultLoadingSpinner';
|
|
5
|
+
export { ImpatienceLoadingSpinner } from './components/ImpatienceLoadingSpinner/ImpatienceLoadingSpinner';
|
|
6
|
+
/** default form components */
|
|
7
|
+
export { DefaultFormNumber } from './components/DefaultFormNumber/DefaultFormNumber';
|
|
8
|
+
export { DefaultFormSelect } from './components/DefaultFormSelect/DefaultFormSelect';
|
|
6
9
|
/** default health checks */
|
|
7
10
|
export { DataBaseHealthCheck } from './components/HealthChecks/DataBaseHealthCheck';
|
|
8
11
|
export { DefaultHealthCheck } from './components/HealthChecks/DefaultHealthCheck';
|
package/dist/main.js
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { ImpatienceLoadingSpinner as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
1
|
+
import { GenericTable as r } from "./components/GenericTable/GenericTable.js";
|
|
2
|
+
import { OfflineView as a } from "./components/OfflineView/OfflineView.js";
|
|
3
|
+
import { DefaultLoadingSpinner as m } from "./components/DefaultLoadingSpinner/DefaultLoadingSpinner.js";
|
|
4
|
+
import { ImpatienceLoadingSpinner as l } from "./components/ImpatienceLoadingSpinner/ImpatienceLoadingSpinner.js";
|
|
5
|
+
import { DefaultFormNumber as x } from "./components/DefaultFormNumber/DefaultFormNumber.js";
|
|
6
|
+
import { DefaultFormSelect as i } from "./components/DefaultFormSelect/DefaultFormSelect.js";
|
|
7
|
+
import { DataBaseHealthCheck as u } from "./components/HealthChecks/DataBaseHealthCheck.js";
|
|
8
|
+
import { DefaultHealthCheck as D } from "./components/HealthChecks/DefaultHealthCheck.js";
|
|
9
|
+
import { IotServiceHealthCheck as k } from "./components/HealthChecks/IotServiceHealthCheck.js";
|
|
10
|
+
import { PlatformHealthCheck as S } from "./components/HealthChecks/PlatformHealthCheck.js";
|
|
11
|
+
import { useChangeDefaultComponentsLanguage as L } from "./components/InternationalizationWrapper/InternationalizationWrapper.js";
|
|
11
12
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
m as
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
13
|
+
u as DataBaseHealthCheck,
|
|
14
|
+
x as DefaultFormNumber,
|
|
15
|
+
i as DefaultFormSelect,
|
|
16
|
+
D as DefaultHealthCheck,
|
|
17
|
+
m as DefaultLoadingSpinner,
|
|
18
|
+
r as GenericTable,
|
|
19
|
+
l as ImpatienceLoadingSpinner,
|
|
20
|
+
k as IotServiceHealthCheck,
|
|
21
|
+
a as OfflineView,
|
|
22
|
+
S as PlatformHealthCheck,
|
|
23
|
+
L as useChangeDefaultComponentsLanguage
|
|
22
24
|
};
|