@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { N as r } from "../../HealthCheckFailed-
|
|
2
|
+
import { N as r } from "../../HealthCheckFailed-DoqoTvwZ.js";
|
|
3
3
|
import { InternationalizationWrapper as o } from "../InternationalizationWrapper/InternationalizationWrapper.js";
|
|
4
|
-
import { u as i } from "../../useTranslation-
|
|
4
|
+
import { u as i } from "../../useTranslation-B_ODv8uN.js";
|
|
5
5
|
const m = ({ ...e }) => {
|
|
6
6
|
const { t } = i();
|
|
7
7
|
return /* @__PURE__ */ a(o, { children: /* @__PURE__ */ a(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { N as o } from "../../HealthCheckFailed-
|
|
2
|
+
import { N as o } from "../../HealthCheckFailed-DoqoTvwZ.js";
|
|
3
3
|
import { InternationalizationWrapper as a } from "../InternationalizationWrapper/InternationalizationWrapper.js";
|
|
4
|
-
import { u as i } from "../../useTranslation-
|
|
4
|
+
import { u as i } from "../../useTranslation-B_ODv8uN.js";
|
|
5
5
|
const p = ({ ...r }) => {
|
|
6
6
|
const { t } = i();
|
|
7
7
|
return /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { N as i } from "../../HealthCheckFailed-
|
|
2
|
+
import { N as i } from "../../HealthCheckFailed-DoqoTvwZ.js";
|
|
3
3
|
import { InternationalizationWrapper as o } from "../InternationalizationWrapper/InternationalizationWrapper.js";
|
|
4
|
-
import { u as a } from "../../useTranslation-
|
|
4
|
+
import { u as a } from "../../useTranslation-B_ODv8uN.js";
|
|
5
5
|
const m = ({ ...r }) => {
|
|
6
6
|
const { t } = a();
|
|
7
7
|
return /* @__PURE__ */ e(o, { children: /* @__PURE__ */ e(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { N as e } from "../../HealthCheckFailed-
|
|
2
|
+
import { N as e } from "../../HealthCheckFailed-DoqoTvwZ.js";
|
|
3
3
|
import { InternationalizationWrapper as a } from "../InternationalizationWrapper/InternationalizationWrapper.js";
|
|
4
|
-
import { u as l } from "../../useTranslation-
|
|
4
|
+
import { u as l } from "../../useTranslation-B_ODv8uN.js";
|
|
5
5
|
const h = ({ isOutlined: o }) => {
|
|
6
6
|
const { t } = l();
|
|
7
7
|
return /* @__PURE__ */ r(a, { children: /* @__PURE__ */ r(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { p as r } from "../../LoadingSpinner-
|
|
2
|
+
import { p as r } from "../../LoadingSpinner-FRQEZvxs.js";
|
|
3
3
|
import { InternationalizationWrapper as a } from "../InternationalizationWrapper/InternationalizationWrapper.js";
|
|
4
|
-
import { u as t } from "../../useTranslation-
|
|
4
|
+
import { u as t } from "../../useTranslation-B_ODv8uN.js";
|
|
5
5
|
const c = ({ ...i }) => {
|
|
6
6
|
const { t: e } = t();
|
|
7
7
|
return /* @__PURE__ */ n(a, { children: /* @__PURE__ */ n(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { z as o } from "../../OfflineView-
|
|
2
|
+
import { z as o } from "../../OfflineView-HbuDPpQL-BX2tMPh9.js";
|
|
3
3
|
import { InternationalizationWrapper as r } from "../InternationalizationWrapper/InternationalizationWrapper.js";
|
|
4
|
-
import { u as n } from "../../useTranslation-
|
|
4
|
+
import { u as n } from "../../useTranslation-B_ODv8uN.js";
|
|
5
5
|
const a = ({ ...e }) => {
|
|
6
6
|
const { t } = n();
|
|
7
7
|
return /* @__PURE__ */ i(r, { children: /* @__PURE__ */ i(
|