@plutonhq/core-frontend 0.0.5 → 0.0.7
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-lib/components/App/App/App.js +1 -1
- package/dist-lib/components/App/AppContent/AppContent.js +1 -1
- package/dist-lib/components/App/Footer/Footer.js +1 -1
- package/dist-lib/components/App/SideNav/SideNav.js +1 -1
- package/dist-lib/components/Device/DeviceBackups/DeviceBackups.js +1 -1
- package/dist-lib/components/Device/DeviceCPU/DeviceCPU.js +1 -1
- package/dist-lib/components/Device/DeviceInfo/DeviceInfo.js +1 -1
- package/dist-lib/components/Device/DeviceItem/DeviceItem.js +1 -1
- package/dist-lib/components/Device/DeviceMemory/DeviceMemory.js +1 -1
- package/dist-lib/components/Device/DeviceNetworks/DeviceNetworks.js +1 -1
- package/dist-lib/components/Device/DeviceRcloneSettings/DeviceRcloneSettings.js +1 -1
- package/dist-lib/components/Device/DeviceResticSettings/DeviceResticSettings.js +1 -1
- package/dist-lib/components/Device/DeviceStorageDisks/DeviceStorageDisks.js +1 -1
- package/dist-lib/components/Device/DeviceStorageDrives/DeviceStorageDrives.js +1 -1
- package/dist-lib/components/Device/DeviceSystem/DeviceSystem.js +1 -1
- package/dist-lib/components/Device/EditDevice/EditDevice.js +1 -1
- package/dist-lib/components/Plan/BackupEvents/BackupEvents.js +1 -1
- package/dist-lib/components/Plan/BackupProgress/BackupProgress.js +1 -1
- package/dist-lib/components/Plan/Backups/Backups.js +1 -1
- package/dist-lib/components/Plan/PlanBackups/PlanBackups.js +1 -1
- package/dist-lib/components/Plan/PlanForm/PlanForm.js +2 -2
- package/dist-lib/components/Plan/PlanForm/PlanFormNav.js +1 -1
- package/dist-lib/components/Plan/PlanHistory/PlanHistory.js +1 -1
- package/dist-lib/components/Plan/PlanItems/PlanItem.js +1 -1
- package/dist-lib/components/Plan/PlanPendingBackup/PlanPendingBackup.js +1 -1
- package/dist-lib/components/Plan/PlanProgress/PlanProgress.js +1 -1
- package/dist-lib/components/Plan/PlanRemoveModal/PlanRemoveModal.js +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanAdvancedSettings.js +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanGeneralSettings.js +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanNotificationSettings.js +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanPerformanceSettings.js +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanPruneSettings.js +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanScriptsSettings.js +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanSourceSettings.js +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanStrategySettings.js +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanTypeSettings.js +1 -1
- package/dist-lib/components/Plan/PlanStats/PlanStats.js +1 -1
- package/dist-lib/components/Plan/Restores/Restores.js +1 -1
- package/dist-lib/components/Restore/RestoreChangeViewer/RestoreChangeViewer.js +1 -1
- package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.js +1 -1
- package/dist-lib/components/Restore/RestoreWizard/RestoreConfirmStep.js +1 -1
- package/dist-lib/components/Restore/RestoreWizard/RestoreFileSelectorStep.js +1 -1
- package/dist-lib/components/Restore/RestoreWizard/RestorePreviewStep.js +1 -1
- package/dist-lib/components/Restore/RestoreWizard/RestoreSettingsStep.js +1 -1
- package/dist-lib/components/Restore/RestoreWizard/RestoreWizard.js +1 -1
- package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.js +1 -1
- package/dist-lib/components/Settings/GeneralSettings/GeneralSettings.js +1 -1
- package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.js +1 -1
- package/dist-lib/components/Settings/IntegrationSettings/SMTPSettings.js +1 -1
- package/dist-lib/components/Skeleton/SkeletonItems.js +1 -1
- package/dist-lib/components/Storage/AddStorage/AddStorage.js +1 -1
- package/dist-lib/components/Storage/EditStorage/EditStorage.js +1 -1
- package/dist-lib/components/Storage/StorageAuthSettings/StorageAuthSettings.js +1 -1
- package/dist-lib/components/Storage/StorageItem/StorageItem.js +1 -1
- package/dist-lib/components/Storage/StorageSettings/StorageSettings.js +1 -1
- package/dist-lib/components/common/ActionModal/ActionModal.js +1 -1
- package/dist-lib/components/common/AnimatedWrapper/AnimatedWrapper.js +1 -1
- package/dist-lib/components/common/Button/Button.js +1 -1
- package/dist-lib/components/common/FileManager/FileManager.js +1 -1
- package/dist-lib/components/common/FolderPicker/FolderPicker.js +1 -1
- package/dist-lib/components/common/ItemsLayout/ItemsLayout.js +1 -1
- package/dist-lib/components/common/LogViewer/LogViewer.js +1 -1
- package/dist-lib/components/common/Modal/Modal.js +1 -1
- package/dist-lib/components/common/NotFound/NotFound.js +1 -1
- package/dist-lib/components/common/PageHeader/PageHeader.js +1 -1
- package/dist-lib/components/common/PathPicker/PathPicker.js +1 -1
- package/dist-lib/components/common/SearchItems/SearchItems.js +1 -1
- package/dist-lib/components/common/SidePanel/SidePanel.js +1 -1
- package/dist-lib/components/common/SortItems/SortItems.js +1 -1
- package/dist-lib/components/common/Tabs/Tabs.js +1 -1
- package/dist-lib/components/common/TagsFilter/TagsFilter.js +1 -1
- package/dist-lib/components/common/form/FormField/FormField.js +1 -1
- package/dist-lib/components/common/form/Input/Input.js +1 -1
- package/dist-lib/components/common/form/IntervalField/IntervalField.js +1 -1
- package/dist-lib/components/common/form/MultiSelect/MultiSelect.js +1 -1
- package/dist-lib/components/common/form/NumberInput/NumberInput.js +1 -1
- package/dist-lib/components/common/form/PasswordField/PasswordField.js +1 -1
- package/dist-lib/components/common/form/RadioIconSelect/RadioIconSelect.js +1 -1
- package/dist-lib/components/common/form/Select/Select.js +1 -1
- package/dist-lib/components/common/form/SizePicker/SizePicker.js +1 -1
- package/dist-lib/components/common/form/StoragePicker/StoragePicker.js +1 -1
- package/dist-lib/components/common/form/TagsInput/TagsInput.js +1 -1
- package/dist-lib/components/common/form/TimePicker/TimePicker.js +1 -1
- package/dist-lib/components/common/form/Toggle/Toggle.js +1 -1
- package/dist-lib/components/common/form/Tristate/Tristate.js +1 -1
- package/dist-lib/routes/DeviceSingle/DeviceSingle.js +1 -1
- package/dist-lib/routes/Login/Login.js +1 -1
- package/dist-lib/routes/PlanSingle/PlanSingle.js +1 -1
- package/dist-lib/routes/Plans/Plans.js +1 -1
- package/dist-lib/routes/Settings/Settings.js +1 -1
- package/dist-lib/routes/Setup/Setup.js +1 -1
- package/dist-lib/routes/Sources/Sources.js +1 -1
- package/dist-lib/routes/Storages/Storages.js +1 -1
- package/package.json +1 -1
- package/dist-lib/components/App/App/App.module.scss.js +0 -10
- package/dist-lib/components/App/App/App.module.scss.js.map +0 -1
- package/dist-lib/components/App/AppContent/AppContent.module.scss.js +0 -8
- package/dist-lib/components/App/AppContent/AppContent.module.scss.js.map +0 -1
- package/dist-lib/components/App/Footer/Footer.module.scss.js +0 -8
- package/dist-lib/components/App/Footer/Footer.module.scss.js.map +0 -1
- package/dist-lib/components/App/SideNav/SideNav.module.scss.js +0 -12
- package/dist-lib/components/App/SideNav/SideNav.module.scss.js.map +0 -1
- package/dist-lib/components/Device/DeviceBackups/DeviceBackups.module.scss.js +0 -40
- package/dist-lib/components/Device/DeviceBackups/DeviceBackups.module.scss.js.map +0 -1
- package/dist-lib/components/Device/DeviceInfo/DeviceInfo.module.scss.js +0 -42
- package/dist-lib/components/Device/DeviceInfo/DeviceInfo.module.scss.js.map +0 -1
- package/dist-lib/components/Device/DeviceItem/DeviceItem.module.scss.js +0 -38
- package/dist-lib/components/Device/DeviceItem/DeviceItem.module.scss.js.map +0 -1
- package/dist-lib/components/Device/EditDevice/EditDevice.module.scss.js +0 -20
- package/dist-lib/components/Device/EditDevice/EditDevice.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/AddPlan/AddPlan.module.scss.js +0 -20
- package/dist-lib/components/Plan/AddPlan/AddPlan.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/BackupEvents/BackupEvents.module.scss.js +0 -46
- package/dist-lib/components/Plan/BackupEvents/BackupEvents.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/BackupProgress/BackupProgress.module.scss.js +0 -34
- package/dist-lib/components/Plan/BackupProgress/BackupProgress.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/Backups/Backups.module.scss.js +0 -46
- package/dist-lib/components/Plan/Backups/Backups.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/PlanBackups/PlanBackups.module.scss.js +0 -16
- package/dist-lib/components/Plan/PlanBackups/PlanBackups.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/PlanForm/PlanForm.module.scss.js +0 -18
- package/dist-lib/components/Plan/PlanForm/PlanForm.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/PlanHistory/PlanHistory.module.scss.js +0 -18
- package/dist-lib/components/Plan/PlanHistory/PlanHistory.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/PlanItems/PlanItem.module.scss.js +0 -40
- package/dist-lib/components/Plan/PlanItems/PlanItem.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/PlanPendingBackup/PlanPendingBackup.module.scss.js +0 -20
- package/dist-lib/components/Plan/PlanPendingBackup/PlanPendingBackup.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/PlanProgress/PlanProgress.module.scss.js +0 -8
- package/dist-lib/components/Plan/PlanProgress/PlanProgress.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/PlanRemoveModal/PlanRemoveModal.module.scss.js +0 -8
- package/dist-lib/components/Plan/PlanRemoveModal/PlanRemoveModal.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/PlanSettings/PlanSettings.module.scss.js +0 -60
- package/dist-lib/components/Plan/PlanSettings/PlanSettings.module.scss.js.map +0 -1
- package/dist-lib/components/Plan/PlanStats/PlanStats.module.scss.js +0 -22
- package/dist-lib/components/Plan/PlanStats/PlanStats.module.scss.js.map +0 -1
- package/dist-lib/components/Restore/RestoreChangeViewer/RestoreChangeViewer.module.scss.js +0 -16
- package/dist-lib/components/Restore/RestoreChangeViewer/RestoreChangeViewer.module.scss.js.map +0 -1
- package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.module.scss.js +0 -70
- package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.module.scss.js.map +0 -1
- package/dist-lib/components/Restore/RestoreWizard/RestoreWizard.module.scss.js +0 -64
- package/dist-lib/components/Restore/RestoreWizard/RestoreWizard.module.scss.js.map +0 -1
- package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.module.scss.js +0 -68
- package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.module.scss.js.map +0 -1
- package/dist-lib/components/Settings/GeneralSettings/GeneralSettings.module.scss.js +0 -8
- package/dist-lib/components/Settings/GeneralSettings/GeneralSettings.module.scss.js.map +0 -1
- package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.module.scss.js +0 -12
- package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.module.scss.js.map +0 -1
- package/dist-lib/components/Skeleton/SkeletonItems.module.scss.js +0 -26
- package/dist-lib/components/Skeleton/SkeletonItems.module.scss.js.map +0 -1
- package/dist-lib/components/Storage/AddStorage/AddStorage.module.scss.js +0 -34
- package/dist-lib/components/Storage/AddStorage/AddStorage.module.scss.js.map +0 -1
- package/dist-lib/components/Storage/StorageItem/StorageItem.module.scss.js +0 -32
- package/dist-lib/components/Storage/StorageItem/StorageItem.module.scss.js.map +0 -1
- package/dist-lib/components/Storage/StorageSettings/StorageSettings.module.scss.js +0 -8
- package/dist-lib/components/Storage/StorageSettings/StorageSettings.module.scss.js.map +0 -1
- package/dist-lib/components/common/ActionModal/ActionModal.module.scss.js +0 -16
- package/dist-lib/components/common/ActionModal/ActionModal.module.scss.js.map +0 -1
- package/dist-lib/components/common/AnimatedWrapper/AnimatedWrapper.module.scss.js +0 -30
- package/dist-lib/components/common/AnimatedWrapper/AnimatedWrapper.module.scss.js.map +0 -1
- package/dist-lib/components/common/Button/Button.module.scss.js +0 -26
- package/dist-lib/components/common/Button/Button.module.scss.js.map +0 -1
- package/dist-lib/components/common/FileManager/FileManager.module.scss.js +0 -30
- package/dist-lib/components/common/FileManager/FileManager.module.scss.js.map +0 -1
- package/dist-lib/components/common/FolderPicker/FolderPicker.module.scss.js +0 -16
- package/dist-lib/components/common/FolderPicker/FolderPicker.module.scss.js.map +0 -1
- package/dist-lib/components/common/ItemsLayout/ItemsLayout.module.scss.js +0 -10
- package/dist-lib/components/common/ItemsLayout/ItemsLayout.module.scss.js.map +0 -1
- package/dist-lib/components/common/LogViewer/LogViewer.module.scss.js +0 -52
- package/dist-lib/components/common/LogViewer/LogViewer.module.scss.js.map +0 -1
- package/dist-lib/components/common/Modal/Modal.module.scss.js +0 -16
- package/dist-lib/components/common/Modal/Modal.module.scss.js.map +0 -1
- package/dist-lib/components/common/NotFound/NotFound.module.scss.js +0 -8
- package/dist-lib/components/common/NotFound/NotFound.module.scss.js.map +0 -1
- package/dist-lib/components/common/PageHeader/PageHeader.module.scss.js +0 -14
- package/dist-lib/components/common/PageHeader/PageHeader.module.scss.js.map +0 -1
- package/dist-lib/components/common/PathPicker/PathPicker.module.scss.js +0 -38
- package/dist-lib/components/common/PathPicker/PathPicker.module.scss.js.map +0 -1
- package/dist-lib/components/common/SearchItems/SearchItems.module.scss.js +0 -14
- package/dist-lib/components/common/SearchItems/SearchItems.module.scss.js.map +0 -1
- package/dist-lib/components/common/SidePanel/SidePanel.module.scss.js +0 -26
- package/dist-lib/components/common/SidePanel/SidePanel.module.scss.js.map +0 -1
- package/dist-lib/components/common/SortItems/SortItems.module.scss.js +0 -16
- package/dist-lib/components/common/SortItems/SortItems.module.scss.js.map +0 -1
- package/dist-lib/components/common/Tabs/Tabs.module.scss.js +0 -15
- package/dist-lib/components/common/Tabs/Tabs.module.scss.js.map +0 -1
- package/dist-lib/components/common/TagsFilter/TagsFilter.module.scss.js +0 -18
- package/dist-lib/components/common/TagsFilter/TagsFilter.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/FormField/FormField.module.scss.js +0 -18
- package/dist-lib/components/common/form/FormField/FormField.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/Input/Input.module.scss.js +0 -22
- package/dist-lib/components/common/form/Input/Input.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/IntervalField/IntervalField.module.scss.js +0 -18
- package/dist-lib/components/common/form/IntervalField/IntervalField.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/MultiSelect/MultiSelect.module.scss.js +0 -30
- package/dist-lib/components/common/form/MultiSelect/MultiSelect.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/NumberInput/NumberInput.module.scss.js +0 -22
- package/dist-lib/components/common/form/NumberInput/NumberInput.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/PasswordField/PasswordField.module.scss.js +0 -24
- package/dist-lib/components/common/form/PasswordField/PasswordField.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/RadioIconSelect/RadioIconSelect.module.scss.js +0 -26
- package/dist-lib/components/common/form/RadioIconSelect/RadioIconSelect.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/Select/Select.module.scss.js +0 -40
- package/dist-lib/components/common/form/Select/Select.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/SizePicker/SizePicker.module.scss.js +0 -20
- package/dist-lib/components/common/form/SizePicker/SizePicker.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/StoragePicker/StoragePicker.module.scss.js +0 -16
- package/dist-lib/components/common/form/StoragePicker/StoragePicker.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/TagsInput/TagsInput.module.scss.js +0 -14
- package/dist-lib/components/common/form/TagsInput/TagsInput.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/TimePicker/TimePicker.module.scss.js +0 -28
- package/dist-lib/components/common/form/TimePicker/TimePicker.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/Toggle/Toggle.module.scss.js +0 -12
- package/dist-lib/components/common/form/Toggle/Toggle.module.scss.js.map +0 -1
- package/dist-lib/components/common/form/Tristate/Tristate.module.scss.js +0 -18
- package/dist-lib/components/common/form/Tristate/Tristate.module.scss.js.map +0 -1
- package/dist-lib/routes/DeviceSingle/DeviceSingle.module.scss.js +0 -14
- package/dist-lib/routes/DeviceSingle/DeviceSingle.module.scss.js.map +0 -1
- package/dist-lib/routes/Login/Login.module.scss.js +0 -20
- package/dist-lib/routes/Login/Login.module.scss.js.map +0 -1
- package/dist-lib/routes/PlanSingle/PlanSingle.module.scss.js +0 -20
- package/dist-lib/routes/PlanSingle/PlanSingle.module.scss.js.map +0 -1
- package/dist-lib/routes/Plans/Plans.module.scss.js +0 -12
- package/dist-lib/routes/Plans/Plans.module.scss.js.map +0 -1
- package/dist-lib/routes/Settings/Settings.module.scss.js +0 -20
- package/dist-lib/routes/Settings/Settings.module.scss.js.map +0 -1
- package/dist-lib/routes/Setup/Setup.module.scss.js +0 -32
- package/dist-lib/routes/Setup/Setup.module.scss.js.map +0 -1
- package/dist-lib/routes/Sources/Sources.module.scss.js +0 -12
- package/dist-lib/routes/Sources/Sources.module.scss.js.map +0 -1
- package/dist-lib/routes/Storages/Storages.module.scss.js +0 -12
- package/dist-lib/routes/Storages/Storages.module.scss.js.map +0 -1
- package/dist-lib/styles/core-frontend.css +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as t, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { useState as g } from "react";
|
|
3
3
|
import i from "../Icon/Icon.js";
|
|
4
|
-
import a from "./LogViewer.module.scss
|
|
4
|
+
import a from "./LogViewer.module.scss";
|
|
5
5
|
import { useGetDownloadLogs as _ } from "../../../services/plans.js";
|
|
6
6
|
import { getLogLevelName as x } from "../../../utils/helpers.js";
|
|
7
7
|
import { useGetDownloadAppLogs as j } from "../../../services/settings.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o, jsxs as E } from "react/jsx-runtime";
|
|
2
2
|
import { useState as f, useRef as $, useEffect as u } from "react";
|
|
3
3
|
import A from "../Icon/Icon.js";
|
|
4
|
-
import t from "./Modal.module.scss
|
|
4
|
+
import t from "./Modal.module.scss";
|
|
5
5
|
import { createPortal as I } from "react-dom";
|
|
6
6
|
const T = ({ children: r, width: h, closeModal: s, title: c, disablePortal: p = !1, classNames: v = "", disableBackdropClick: C = !1 }) => {
|
|
7
7
|
const [n, l] = f(!1), [g, k] = f(!1), a = $(null), w = 300;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { Link as t } from "react-router";
|
|
3
|
-
import n from "./NotFound.module.scss
|
|
3
|
+
import n from "./NotFound.module.scss";
|
|
4
4
|
const h = ({ name: o = "page", link: i = "/", linkText: s }) => /* @__PURE__ */ r("div", { className: n.notFound, children: [
|
|
5
5
|
/* @__PURE__ */ e("h1", { children: "404" }),
|
|
6
6
|
/* @__PURE__ */ r("h3", { children: [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as a, Fragment as o, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import h from "../../App/PageTitle/PageTitle.js";
|
|
3
3
|
import p from "../Icon/Icon.js";
|
|
4
|
-
import s from "./PageHeader.module.scss
|
|
4
|
+
import s from "./PageHeader.module.scss";
|
|
5
5
|
const v = ({ title: r, pageTitle: d, icon: c, stat: i, buttonTitle: m, buttonAction: l, rightSection: n }) => /* @__PURE__ */ a(o, { children: [
|
|
6
6
|
/* @__PURE__ */ e(h, { title: d || (typeof r == "string" ? r : "") }),
|
|
7
7
|
/* @__PURE__ */ a("div", { className: s.header, children: [
|
|
@@ -2,7 +2,7 @@ import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as i, useEffect as D } from "react";
|
|
3
3
|
import { createPortal as O } from "react-dom";
|
|
4
4
|
import a from "../Icon/Icon.js";
|
|
5
|
-
import d from "./PathPicker.module.scss
|
|
5
|
+
import d from "./PathPicker.module.scss";
|
|
6
6
|
import { FileManager as T } from "../FileManager/FileManager.js";
|
|
7
7
|
import j from "../Modal/Modal.js";
|
|
8
8
|
import L from "../form/Select/Select.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as c } from "react";
|
|
3
3
|
import n from "../Icon/Icon.js";
|
|
4
|
-
import a from "./SearchItems.module.scss
|
|
4
|
+
import a from "./SearchItems.module.scss";
|
|
5
5
|
const f = ({ onSearch: o, itemName: s = "Plan" }) => {
|
|
6
6
|
const [e, l] = c(!1), [i, h] = c("");
|
|
7
7
|
return /* @__PURE__ */ p("div", { className: a.searchItems, children: [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s, jsxs as r } from "react/jsx-runtime";
|
|
2
2
|
import { createPortal as v } from "react-dom";
|
|
3
3
|
import h from "../Icon/Icon.js";
|
|
4
|
-
import e from "./SidePanel.module.scss
|
|
4
|
+
import e from "./SidePanel.module.scss";
|
|
5
5
|
import { useState as p, useEffect as y } from "react";
|
|
6
6
|
const S = ({ close: d, children: l, title: n, icon: a, footer: t, width: m, withTabs: c }) => {
|
|
7
7
|
const [f, i] = p(!1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as r, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { useState as p } from "react";
|
|
3
3
|
import h from "../Icon/Icon.js";
|
|
4
|
-
import t from "./SortItems.module.scss
|
|
4
|
+
import t from "./SortItems.module.scss";
|
|
5
5
|
const w = ({ options: s, onSort: c }) => {
|
|
6
6
|
const [i, o] = p(!1), [a, n] = p(""), d = s.find((e) => e.value === a);
|
|
7
7
|
return /* @__PURE__ */ r("div", { className: t.sortItems, children: [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r, jsxs as m, Fragment as f } from "react/jsx-runtime";
|
|
2
2
|
import { useState as $, createContext as x, useContext as u } from "react";
|
|
3
3
|
import p from "../Icon/Icon.js";
|
|
4
|
-
import a from "./Tabs.module.scss
|
|
4
|
+
import a from "./Tabs.module.scss";
|
|
5
5
|
const l = x(void 0), P = ({ children: e, defaultValue: i, value: s, variant: c = "default", onChange: t, customClasses: n = "" }) => {
|
|
6
6
|
const [o, b] = $(i), T = s !== void 0 ? s : o, v = (d) => {
|
|
7
7
|
s === void 0 && b(d), t == null || t(d);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as i, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { useState as d } from "react";
|
|
3
3
|
import m from "../Icon/Icon.js";
|
|
4
|
-
import a from "./TagsFilter.module.scss
|
|
4
|
+
import a from "./TagsFilter.module.scss";
|
|
5
5
|
const v = ({ tags: s = [], onSelect: c }) => {
|
|
6
6
|
const [e, n] = d(!1), [o, r] = d("");
|
|
7
7
|
return /* @__PURE__ */ i("div", { className: a.tagFilter, children: [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as l, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import m from "../../Icon/Icon.js";
|
|
3
|
-
import e from "./FormField.module.scss
|
|
3
|
+
import e from "./FormField.module.scss";
|
|
4
4
|
const N = ({ label: a, description: n, hint: r, error: i, required: d, children: o, inline: c, classes: t }) => /* @__PURE__ */ l("div", { className: `${e.formField} ${c ? e.inline : e.notLine} ${i ? e.hasError : ""} ${t}`, children: [
|
|
5
5
|
/* @__PURE__ */ l("div", { className: e.fieldInner, children: [
|
|
6
6
|
a && /* @__PURE__ */ l("label", { className: e.fieldLabel, children: [
|
|
@@ -3,7 +3,7 @@ import b from "../../Icon/Icon.js";
|
|
|
3
3
|
import k from "../FormField/FormField.js";
|
|
4
4
|
import n from "../Select/Select.js";
|
|
5
5
|
import F from "../TimePicker/TimePicker.js";
|
|
6
|
-
import r from "./IntervalField.module.scss
|
|
6
|
+
import r from "./IntervalField.module.scss";
|
|
7
7
|
const S = ({
|
|
8
8
|
label: i,
|
|
9
9
|
fieldValue: e,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s, jsxs as t, Fragment as k } from "react/jsx-runtime";
|
|
2
2
|
import { useState as f } from "react";
|
|
3
|
-
import l from "./MultiSelect.module.scss
|
|
3
|
+
import l from "./MultiSelect.module.scss";
|
|
4
4
|
import a from "../../Icon/Icon.js";
|
|
5
5
|
import z from "../FormField/FormField.js";
|
|
6
6
|
const T = ({
|
|
@@ -2,7 +2,7 @@ import { jsxs as y, jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as g } from "react";
|
|
3
3
|
import x from "../../Icon/Icon.js";
|
|
4
4
|
import P from "../FormField/FormField.js";
|
|
5
|
-
import e from "./PasswordField.module.scss
|
|
5
|
+
import e from "./PasswordField.module.scss";
|
|
6
6
|
const N = ({
|
|
7
7
|
label: l,
|
|
8
8
|
size: a = "medium",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e, jsxs as n, Fragment as k } from "react/jsx-runtime";
|
|
2
2
|
import r from "../../Icon/Icon.js";
|
|
3
3
|
import y from "../FormField/FormField.js";
|
|
4
|
-
import i from "./RadioIconSelect.module.scss
|
|
4
|
+
import i from "./RadioIconSelect.module.scss";
|
|
5
5
|
const D = ({
|
|
6
6
|
label: p,
|
|
7
7
|
options: m,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a, jsxs as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as I } from "react";
|
|
3
|
-
import s from "./Select.module.scss
|
|
3
|
+
import s from "./Select.module.scss";
|
|
4
4
|
import d from "../../Icon/Icon.js";
|
|
5
5
|
import j from "../FormField/FormField.js";
|
|
6
6
|
const E = ({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import { useState as u } from "react";
|
|
3
3
|
import p from "../../Icon/Icon.js";
|
|
4
|
-
import l from "./SizePicker.module.scss
|
|
4
|
+
import l from "./SizePicker.module.scss";
|
|
5
5
|
import C from "../FormField/FormField.js";
|
|
6
6
|
const M = ({
|
|
7
7
|
label: v,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o, jsxs as p } from "react/jsx-runtime";
|
|
2
2
|
import { useState as d, useMemo as O, useEffect as h } from "react";
|
|
3
|
-
import s from "./StoragePicker.module.scss
|
|
3
|
+
import s from "./StoragePicker.module.scss";
|
|
4
4
|
import U from "../Select/Select.js";
|
|
5
5
|
import { useGetStorages as x } from "../../../../services/storage.js";
|
|
6
6
|
import M from "../Input/Input.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r, jsxs as p } from "react/jsx-runtime";
|
|
2
2
|
import { useState as d, useEffect as A } from "react";
|
|
3
|
-
import n from "./TagsInput.module.scss
|
|
3
|
+
import n from "./TagsInput.module.scss";
|
|
4
4
|
import N from "../../Icon/Icon.js";
|
|
5
5
|
import D from "../FormField/FormField.js";
|
|
6
6
|
const E = ({ label: u, description: h, customClasses: f = "", fieldValue: a = [], onUpdate: c, icon: v, type: i = "tag", inline: y }) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import { useState as o, useEffect as A, useMemo as P } from "react";
|
|
3
|
-
import n from "./TimePicker.module.scss
|
|
3
|
+
import n from "./TimePicker.module.scss";
|
|
4
4
|
import I from "../../Icon/Icon.js";
|
|
5
5
|
const T = ({ label: l, description: p, customClasses: h, fieldValue: a, onUpdate: M }) => {
|
|
6
6
|
const [d, v] = o(!1), [s, N] = o(() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e, jsxs as h } from "react/jsx-runtime";
|
|
2
2
|
import { nanoid as u } from "nanoid";
|
|
3
|
-
import t from "./Toggle.module.scss
|
|
3
|
+
import t from "./Toggle.module.scss";
|
|
4
4
|
import f from "../FormField/FormField.js";
|
|
5
5
|
const b = ({ label: o, description: r, customClasses: c = "", fieldValue: l = !1, inline: n = !1, hint: a = "", error: i, onUpdate: g }) => {
|
|
6
6
|
const s = u(), d = (m) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l, jsxs as p } from "react/jsx-runtime";
|
|
2
2
|
import b from "../../Icon/Icon.js";
|
|
3
3
|
import f from "../FormField/FormField.js";
|
|
4
|
-
import s from "./Tristate.module.scss
|
|
4
|
+
import s from "./Tristate.module.scss";
|
|
5
5
|
const F = ({ label: a, description: t, customClasses: i = "", fieldValue: r = "", hint: d = "", inline: c = !1, options: m, onUpdate: o }) => {
|
|
6
6
|
const n = [...m].sort((e, u) => e.disabled === u.disabled ? 0 : e.disabled ? 1 : -1);
|
|
7
7
|
return /* @__PURE__ */ l(
|
|
@@ -6,7 +6,7 @@ import z from "../../components/common/PageHeader/PageHeader.js";
|
|
|
6
6
|
import { useGetDevice as M, useGetSystemMetrics as P } from "../../services/devices.js";
|
|
7
7
|
import T from "../../components/Device/DeviceInfo/DeviceInfo.js";
|
|
8
8
|
import C from "../../components/Device/EditDevice/EditDevice.js";
|
|
9
|
-
import l from "./DeviceSingle.module.scss
|
|
9
|
+
import l from "./DeviceSingle.module.scss";
|
|
10
10
|
import R from "../../components/common/NotFound/NotFound.js";
|
|
11
11
|
import j from "../../components/Device/DeviceBackups/DeviceBackups.js";
|
|
12
12
|
const q = () => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as a, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { useState as p } from "react";
|
|
3
|
-
import r from "./Login.module.scss
|
|
3
|
+
import r from "./Login.module.scss";
|
|
4
4
|
import h from "../../components/common/Logo/Logo.js";
|
|
5
5
|
import { APP_NAME as f } from "../../utils/constants.js";
|
|
6
6
|
import c from "../../components/common/Icon/Icon.js";
|
|
@@ -8,7 +8,7 @@ import K from "../../components/Plan/PlanLogs/PlanLogs.js";
|
|
|
8
8
|
import { useComponentOverride as Q } from "../../context/ComponentOverrideContext.js";
|
|
9
9
|
import W from "../../components/Plan/PlanStats/PlanStats.js";
|
|
10
10
|
import { usePlanSingleActions as X } from "../../hooks/usePlanSingleActions.js";
|
|
11
|
-
import o from "./PlanSingle.module.scss
|
|
11
|
+
import o from "./PlanSingle.module.scss";
|
|
12
12
|
import Y from "../../components/common/NotFound/NotFound.js";
|
|
13
13
|
import Z from "../../components/Plan/PlanPruneModal/PlanPruneModal.js";
|
|
14
14
|
import _ from "../../components/Plan/PlanUnlockModal/PlanUnlockModal.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as c, jsx as o, Fragment as A } from "react/jsx-runtime";
|
|
2
2
|
import { useState as p, useEffect as C, useMemo as _ } from "react";
|
|
3
|
-
import d from "./Plans.module.scss
|
|
3
|
+
import d from "./Plans.module.scss";
|
|
4
4
|
import k from "../../components/common/PageHeader/PageHeader.js";
|
|
5
5
|
import v from "../../components/Plan/PlanItems/PlanItem.js";
|
|
6
6
|
import w from "../../components/Plan/AddPlan/AddPlan.js";
|
|
@@ -3,7 +3,7 @@ import { useState as m, useEffect as C } from "react";
|
|
|
3
3
|
import { toast as S } from "react-toastify";
|
|
4
4
|
import a from "../../components/common/Icon/Icon.js";
|
|
5
5
|
import U from "../../components/common/PageHeader/PageHeader.js";
|
|
6
|
-
import i from "./Settings.module.scss
|
|
6
|
+
import i from "./Settings.module.scss";
|
|
7
7
|
import { useGetSettings as w, useUpdateSettings as y } from "../../services/settings.js";
|
|
8
8
|
import I from "../../components/Settings/IntegrationSettings/IntegrationSettings.js";
|
|
9
9
|
import b from "../../components/common/AnimatedWrapper/AnimatedWrapper.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as a } from "react";
|
|
3
3
|
import { useNavigate as k } from "react-router";
|
|
4
|
-
import s from "./Setup.module.scss
|
|
4
|
+
import s from "./Setup.module.scss";
|
|
5
5
|
import p from "../../components/common/Logo/Logo.js";
|
|
6
6
|
import { APP_NAME as u } from "../../utils/constants.js";
|
|
7
7
|
import l from "../../components/common/Icon/Icon.js";
|
|
@@ -5,7 +5,7 @@ import D from "../../components/common/TagsFilter/TagsFilter.js";
|
|
|
5
5
|
import x from "../../components/common/SearchItems/SearchItems.js";
|
|
6
6
|
import { useState as f, useEffect as C, useMemo as E } from "react";
|
|
7
7
|
import { useGetDevices as N } from "../../services/devices.js";
|
|
8
|
-
import m from "./Sources.module.scss
|
|
8
|
+
import m from "./Sources.module.scss";
|
|
9
9
|
import T from "../../components/common/ItemsLayout/ItemsLayout.js";
|
|
10
10
|
import j from "../../components/Skeleton/SkeletonItems.js";
|
|
11
11
|
const _ = ({ buttonTitle: d, buttonAction: g }) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t, Fragment as I } from "react/jsx-runtime";
|
|
2
|
-
import g from "./Storages.module.scss
|
|
2
|
+
import g from "./Storages.module.scss";
|
|
3
3
|
import L from "../../components/common/PageHeader/PageHeader.js";
|
|
4
4
|
import { useState as m, useMemo as N, useEffect as w } from "react";
|
|
5
5
|
import b from "../../components/Storage/StorageItem/StorageItem.js";
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"App.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AppContent.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Footer.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
const e = "SideNav-module__logo___xEdBv", n = "SideNav-module__navMenu___xM1X6", a = "SideNav-module__navMenuLabel___lcM-4", _ = {
|
|
2
|
-
logo: e,
|
|
3
|
-
navMenu: n,
|
|
4
|
-
navMenuLabel: a
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
_ as default,
|
|
8
|
-
e as logo,
|
|
9
|
-
n as navMenu,
|
|
10
|
-
a as navMenuLabel
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=SideNav.module.scss.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SideNav.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
const e = "DeviceBackups-module__devicePlans___oPHBo", _ = "DeviceBackups-module__widget___pP7ZW", t = "DeviceBackups-module__widgetTitle___5Xj8p", a = "DeviceBackups-module__widgetContent___-ROg2", s = "DeviceBackups-module__noData___CyjQd", c = "DeviceBackups-module__plans___g2T66", o = "DeviceBackups-module__storages___oZov3", n = "DeviceBackups-module__planItem___KSAvN", l = "DeviceBackups-module__status___5AT-C", p = "DeviceBackups-module__paused___WISSg", u = "DeviceBackups-module__iconBlock___2ylnG", i = "DeviceBackups-module__planContent___6sPYI", d = "DeviceBackups-module__planStats___IOmIU", m = "DeviceBackups-module__paths___0-H0o", v = "DeviceBackups-module__pathItem___k7KFs", k = "DeviceBackups-module__pathPlanTitle___fzETc", B = "DeviceBackups-module__planPaths___6NZ3a", D = {
|
|
2
|
-
devicePlans: e,
|
|
3
|
-
widget: _,
|
|
4
|
-
widgetTitle: t,
|
|
5
|
-
widgetContent: a,
|
|
6
|
-
noData: s,
|
|
7
|
-
plans: c,
|
|
8
|
-
storages: o,
|
|
9
|
-
planItem: n,
|
|
10
|
-
status: l,
|
|
11
|
-
paused: p,
|
|
12
|
-
iconBlock: u,
|
|
13
|
-
planContent: i,
|
|
14
|
-
planStats: d,
|
|
15
|
-
paths: m,
|
|
16
|
-
pathItem: v,
|
|
17
|
-
pathPlanTitle: k,
|
|
18
|
-
planPaths: B
|
|
19
|
-
};
|
|
20
|
-
export {
|
|
21
|
-
D as default,
|
|
22
|
-
e as devicePlans,
|
|
23
|
-
u as iconBlock,
|
|
24
|
-
s as noData,
|
|
25
|
-
v as pathItem,
|
|
26
|
-
k as pathPlanTitle,
|
|
27
|
-
m as paths,
|
|
28
|
-
p as paused,
|
|
29
|
-
i as planContent,
|
|
30
|
-
n as planItem,
|
|
31
|
-
B as planPaths,
|
|
32
|
-
d as planStats,
|
|
33
|
-
c as plans,
|
|
34
|
-
l as status,
|
|
35
|
-
o as storages,
|
|
36
|
-
_ as widget,
|
|
37
|
-
a as widgetContent,
|
|
38
|
-
t as widgetTitle
|
|
39
|
-
};
|
|
40
|
-
//# sourceMappingURL=DeviceBackups.module.scss.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceBackups.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
const o = "DeviceInfo-module__iconBlock___xvy9N", e = "DeviceInfo-module__deviceInfo___7OUx0", n = "DeviceInfo-module__reloading___9Tk0g", _ = "DeviceInfo-module__topComponents___0qVUy", t = "DeviceInfo-module__widget___kqqTu", c = "DeviceInfo-module__widgetTitle___7wxPd", i = "DeviceInfo-module__widgetContent___9j8Zt", l = "DeviceInfo-module__infoBlock___QnuDB", d = "DeviceInfo-module__infoBlockRight___X5kbn", s = "DeviceInfo-module__additionalMemory___i4YVD", m = "DeviceInfo-module__progressBar___Iijgk", f = "DeviceInfo-module__progressBarFill___3-xD8", r = "DeviceInfo-module__component___9pX4o", g = "DeviceInfo-module__componentTitle___-des-", p = "DeviceInfo-module__contentBlock___1lK5Z", I = "DeviceInfo-module__componentContent___9kR8P", v = "DeviceInfo-module__item___bs8NI", D = "DeviceInfo-module__blockLabel___RAW-D", a = {
|
|
2
|
-
iconBlock: o,
|
|
3
|
-
deviceInfo: e,
|
|
4
|
-
reloading: n,
|
|
5
|
-
topComponents: _,
|
|
6
|
-
widget: t,
|
|
7
|
-
widgetTitle: c,
|
|
8
|
-
widgetContent: i,
|
|
9
|
-
infoBlock: l,
|
|
10
|
-
infoBlockRight: d,
|
|
11
|
-
additionalMemory: s,
|
|
12
|
-
progressBar: m,
|
|
13
|
-
progressBarFill: f,
|
|
14
|
-
component: r,
|
|
15
|
-
componentTitle: g,
|
|
16
|
-
contentBlock: p,
|
|
17
|
-
componentContent: I,
|
|
18
|
-
item: v,
|
|
19
|
-
blockLabel: D
|
|
20
|
-
};
|
|
21
|
-
export {
|
|
22
|
-
s as additionalMemory,
|
|
23
|
-
D as blockLabel,
|
|
24
|
-
r as component,
|
|
25
|
-
I as componentContent,
|
|
26
|
-
g as componentTitle,
|
|
27
|
-
p as contentBlock,
|
|
28
|
-
a as default,
|
|
29
|
-
e as deviceInfo,
|
|
30
|
-
o as iconBlock,
|
|
31
|
-
l as infoBlock,
|
|
32
|
-
d as infoBlockRight,
|
|
33
|
-
v as item,
|
|
34
|
-
m as progressBar,
|
|
35
|
-
f as progressBarFill,
|
|
36
|
-
n as reloading,
|
|
37
|
-
_ as topComponents,
|
|
38
|
-
t as widget,
|
|
39
|
-
i as widgetContent,
|
|
40
|
-
c as widgetTitle
|
|
41
|
-
};
|
|
42
|
-
//# sourceMappingURL=DeviceInfo.module.scss.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceInfo.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
const e = "DeviceItem-module__device___DcBV6", t = "DeviceItem-module__leftContent___zVwBy", _ = "DeviceItem-module__rightContent___o9qrv", c = "DeviceItem-module__deviceType___K1Zj9", n = "DeviceItem-module__deviceOS___8YDnl", o = "DeviceItem-module__connectionStatus___lTHpV", i = "DeviceItem-module__connected___zTVW3", m = "DeviceItem-module__content___rMmXd", d = "DeviceItem-module__title___2-EfK", v = "DeviceItem-module__mainLabel___x4KgF", s = "DeviceItem-module__type___RUEFr", l = "DeviceItem-module__version___Gcz5K", u = "DeviceItem-module__moreBtn___FzPp1", r = "DeviceItem-module__moreBtnActive___t-WJQ", D = "DeviceItem-module__settings___LjuuA", I = "DeviceItem-module__deviceGrid___2AY96", a = {
|
|
2
|
-
device: e,
|
|
3
|
-
leftContent: t,
|
|
4
|
-
rightContent: _,
|
|
5
|
-
deviceType: c,
|
|
6
|
-
deviceOS: n,
|
|
7
|
-
connectionStatus: o,
|
|
8
|
-
connected: i,
|
|
9
|
-
content: m,
|
|
10
|
-
title: d,
|
|
11
|
-
mainLabel: v,
|
|
12
|
-
type: s,
|
|
13
|
-
version: l,
|
|
14
|
-
moreBtn: u,
|
|
15
|
-
moreBtnActive: r,
|
|
16
|
-
settings: D,
|
|
17
|
-
deviceGrid: I
|
|
18
|
-
};
|
|
19
|
-
export {
|
|
20
|
-
i as connected,
|
|
21
|
-
o as connectionStatus,
|
|
22
|
-
m as content,
|
|
23
|
-
a as default,
|
|
24
|
-
e as device,
|
|
25
|
-
I as deviceGrid,
|
|
26
|
-
n as deviceOS,
|
|
27
|
-
c as deviceType,
|
|
28
|
-
t as leftContent,
|
|
29
|
-
v as mainLabel,
|
|
30
|
-
u as moreBtn,
|
|
31
|
-
r as moreBtnActive,
|
|
32
|
-
_ as rightContent,
|
|
33
|
-
D as settings,
|
|
34
|
-
d as title,
|
|
35
|
-
s as type,
|
|
36
|
-
l as version
|
|
37
|
-
};
|
|
38
|
-
//# sourceMappingURL=DeviceItem.module.scss.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceItem.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
const e = "EditDevice-module__field___BvlEl", t = "EditDevice-module__fieldErrorLabel___q-MtO", l = "EditDevice-module__fileManagerBtn___Vybxr", _ = "EditDevice-module__label___TlxIz", i = "EditDevice-module__titleInput___tjChV", o = "EditDevice-module__createButton___LtDJ0", d = "EditDevice-module__loader___jATKz", a = {
|
|
2
|
-
field: e,
|
|
3
|
-
fieldErrorLabel: t,
|
|
4
|
-
fileManagerBtn: l,
|
|
5
|
-
label: _,
|
|
6
|
-
titleInput: i,
|
|
7
|
-
createButton: o,
|
|
8
|
-
loader: d
|
|
9
|
-
};
|
|
10
|
-
export {
|
|
11
|
-
o as createButton,
|
|
12
|
-
a as default,
|
|
13
|
-
e as field,
|
|
14
|
-
t as fieldErrorLabel,
|
|
15
|
-
l as fileManagerBtn,
|
|
16
|
-
_ as label,
|
|
17
|
-
d as loader,
|
|
18
|
-
i as titleInput
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=EditDevice.module.scss.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EditDevice.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
const l = "AddPlan-module__field___ksmZa", e = "AddPlan-module__fieldErrorLabel___I5zbL", _ = "AddPlan-module__label___Efum0", d = "AddPlan-module__titleInput___ydqGk", t = "AddPlan-module__summary___Xb5je", a = "AddPlan-module__createButton___wUE0-", o = "AddPlan-module__loader___c02Ed", n = {
|
|
2
|
-
field: l,
|
|
3
|
-
fieldErrorLabel: e,
|
|
4
|
-
label: _,
|
|
5
|
-
titleInput: d,
|
|
6
|
-
summary: t,
|
|
7
|
-
createButton: a,
|
|
8
|
-
loader: o
|
|
9
|
-
};
|
|
10
|
-
export {
|
|
11
|
-
a as createButton,
|
|
12
|
-
n as default,
|
|
13
|
-
l as field,
|
|
14
|
-
e as fieldErrorLabel,
|
|
15
|
-
_ as label,
|
|
16
|
-
o as loader,
|
|
17
|
-
t as summary,
|
|
18
|
-
d as titleInput
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=AddPlan.module.scss.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AddPlan.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
const e = "BackupEvents-module__backupEventsContainer___EZWRj", _ = "BackupEvents-module__header___YKSN-", t = "BackupEvents-module__duration___laYZ6", s = "BackupEvents-module__status___IRLAG", n = "BackupEvents-module__inProgress___X5wkv", o = "BackupEvents-module__hasCompleted___xYsVX", a = "BackupEvents-module__hasFailed___DHyrH", c = "BackupEvents-module__eventList___BxFDP", r = "BackupEvents-module__eventItem___SnTTQ", u = "BackupEvents-module__time___WwYls", d = "BackupEvents-module__phase___kBVd1", i = "BackupEvents-module__action___Oydd5", l = "BackupEvents-module__viewError___hzNA9", m = "BackupEvents-module__icon___l8ge9", p = "BackupEvents-module__error___qffbi", v = "BackupEvents-module__completed___9c1Jm", E = "BackupEvents-module__failed___Tkqql", k = "BackupEvents-module__retrying___HdxqP", B = "BackupEvents-module__isError___FuKGV", h = "BackupEvents-module__isWarning___OMenN", g = {
|
|
2
|
-
backupEventsContainer: e,
|
|
3
|
-
header: _,
|
|
4
|
-
duration: t,
|
|
5
|
-
status: s,
|
|
6
|
-
inProgress: n,
|
|
7
|
-
hasCompleted: o,
|
|
8
|
-
hasFailed: a,
|
|
9
|
-
eventList: c,
|
|
10
|
-
eventItem: r,
|
|
11
|
-
time: u,
|
|
12
|
-
phase: d,
|
|
13
|
-
action: i,
|
|
14
|
-
viewError: l,
|
|
15
|
-
icon: m,
|
|
16
|
-
error: p,
|
|
17
|
-
completed: v,
|
|
18
|
-
failed: E,
|
|
19
|
-
retrying: k,
|
|
20
|
-
isError: B,
|
|
21
|
-
isWarning: h
|
|
22
|
-
};
|
|
23
|
-
export {
|
|
24
|
-
i as action,
|
|
25
|
-
e as backupEventsContainer,
|
|
26
|
-
v as completed,
|
|
27
|
-
g as default,
|
|
28
|
-
t as duration,
|
|
29
|
-
p as error,
|
|
30
|
-
r as eventItem,
|
|
31
|
-
c as eventList,
|
|
32
|
-
E as failed,
|
|
33
|
-
o as hasCompleted,
|
|
34
|
-
a as hasFailed,
|
|
35
|
-
_ as header,
|
|
36
|
-
m as icon,
|
|
37
|
-
n as inProgress,
|
|
38
|
-
B as isError,
|
|
39
|
-
h as isWarning,
|
|
40
|
-
d as phase,
|
|
41
|
-
k as retrying,
|
|
42
|
-
s as status,
|
|
43
|
-
u as time,
|
|
44
|
-
l as viewError
|
|
45
|
-
};
|
|
46
|
-
//# sourceMappingURL=BackupEvents.module.scss.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackupEvents.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
|