@plutonhq/core-frontend 0.0.7 → 0.0.9
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/App/App.module.scss.js +10 -0
- package/dist-lib/components/App/App/App.module.scss.js.map +1 -0
- package/dist-lib/components/App/AppContent/AppContent.js +1 -1
- package/dist-lib/components/App/AppContent/AppContent.module.scss.js +8 -0
- package/dist-lib/components/App/AppContent/AppContent.module.scss.js.map +1 -0
- package/dist-lib/components/App/Footer/Footer.js +1 -1
- package/dist-lib/components/App/Footer/Footer.module.scss.js +8 -0
- package/dist-lib/components/App/Footer/Footer.module.scss.js.map +1 -0
- package/dist-lib/components/App/SideNav/SideNav.js +1 -1
- package/dist-lib/components/App/SideNav/SideNav.module.scss.js +12 -0
- package/dist-lib/components/App/SideNav/SideNav.module.scss.js.map +1 -0
- package/dist-lib/components/Device/DeviceBackups/DeviceBackups.js +1 -1
- package/dist-lib/components/Device/DeviceBackups/DeviceBackups.module.scss.js +40 -0
- package/dist-lib/components/Device/DeviceBackups/DeviceBackups.module.scss.js.map +1 -0
- 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/DeviceInfo/DeviceInfo.module.scss.js +42 -0
- package/dist-lib/components/Device/DeviceInfo/DeviceInfo.module.scss.js.map +1 -0
- package/dist-lib/components/Device/DeviceItem/DeviceItem.js +1 -1
- package/dist-lib/components/Device/DeviceItem/DeviceItem.module.scss.js +38 -0
- package/dist-lib/components/Device/DeviceItem/DeviceItem.module.scss.js.map +1 -0
- 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/Device/EditDevice/EditDevice.module.scss.js +20 -0
- package/dist-lib/components/Device/EditDevice/EditDevice.module.scss.js.map +1 -0
- package/dist-lib/components/Plan/AddPlan/AddPlan.module.scss.js +20 -0
- package/dist-lib/components/Plan/AddPlan/AddPlan.module.scss.js.map +1 -0
- package/dist-lib/components/Plan/BackupEvents/BackupEvents.js +1 -1
- package/dist-lib/components/Plan/BackupEvents/BackupEvents.module.scss.js +46 -0
- package/dist-lib/components/Plan/BackupEvents/BackupEvents.module.scss.js.map +1 -0
- package/dist-lib/components/Plan/BackupProgress/BackupProgress.js +1 -1
- package/dist-lib/components/Plan/BackupProgress/BackupProgress.module.scss.js +34 -0
- package/dist-lib/components/Plan/BackupProgress/BackupProgress.module.scss.js.map +1 -0
- package/dist-lib/components/Plan/Backups/Backups.js +1 -1
- package/dist-lib/components/Plan/Backups/Backups.module.scss.js +46 -0
- package/dist-lib/components/Plan/Backups/Backups.module.scss.js.map +1 -0
- package/dist-lib/components/Plan/PlanBackups/PlanBackups.js +1 -1
- package/dist-lib/components/Plan/PlanBackups/PlanBackups.module.scss.js +16 -0
- package/dist-lib/components/Plan/PlanBackups/PlanBackups.module.scss.js.map +1 -0
- package/dist-lib/components/Plan/PlanForm/PlanForm.js +2 -2
- package/dist-lib/components/Plan/PlanForm/PlanForm.module.scss.js +18 -0
- package/dist-lib/components/Plan/PlanForm/PlanForm.module.scss.js.map +1 -0
- 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/PlanHistory/PlanHistory.module.scss.js +18 -0
- package/dist-lib/components/Plan/PlanHistory/PlanHistory.module.scss.js.map +1 -0
- package/dist-lib/components/Plan/PlanItems/PlanItem.js +1 -1
- package/dist-lib/components/Plan/PlanItems/PlanItem.module.scss.js +40 -0
- package/dist-lib/components/Plan/PlanItems/PlanItem.module.scss.js.map +1 -0
- package/dist-lib/components/Plan/PlanPendingBackup/PlanPendingBackup.js +1 -1
- package/dist-lib/components/Plan/PlanPendingBackup/PlanPendingBackup.module.scss.js +20 -0
- package/dist-lib/components/Plan/PlanPendingBackup/PlanPendingBackup.module.scss.js.map +1 -0
- package/dist-lib/components/Plan/PlanProgress/PlanProgress.js +1 -1
- package/dist-lib/components/Plan/PlanProgress/PlanProgress.module.scss.js +8 -0
- package/dist-lib/components/Plan/PlanProgress/PlanProgress.module.scss.js.map +1 -0
- package/dist-lib/components/Plan/PlanRemoveModal/PlanRemoveModal.js +1 -1
- package/dist-lib/components/Plan/PlanRemoveModal/PlanRemoveModal.module.scss.js +8 -0
- package/dist-lib/components/Plan/PlanRemoveModal/PlanRemoveModal.module.scss.js.map +1 -0
- 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/PlanSettings.module.scss.js +60 -0
- package/dist-lib/components/Plan/PlanSettings/PlanSettings.module.scss.js.map +1 -0
- 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/PlanStats/PlanStats.module.scss.js +22 -0
- package/dist-lib/components/Plan/PlanStats/PlanStats.module.scss.js.map +1 -0
- 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/RestoreChangeViewer/RestoreChangeViewer.module.scss.js +16 -0
- package/dist-lib/components/Restore/RestoreChangeViewer/RestoreChangeViewer.module.scss.js.map +1 -0
- package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.js +1 -1
- package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.module.scss.js +70 -0
- package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.module.scss.js.map +1 -0
- 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/RestoreWizard/RestoreWizard.module.scss.js +64 -0
- package/dist-lib/components/Restore/RestoreWizard/RestoreWizard.module.scss.js.map +1 -0
- package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.js +1 -1
- package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.module.scss.js +68 -0
- package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.module.scss.js.map +1 -0
- package/dist-lib/components/Settings/GeneralSettings/GeneralSettings.js +1 -1
- package/dist-lib/components/Settings/GeneralSettings/GeneralSettings.module.scss.js +8 -0
- package/dist-lib/components/Settings/GeneralSettings/GeneralSettings.module.scss.js.map +1 -0
- package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.js +1 -1
- package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.module.scss.js +12 -0
- package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.module.scss.js.map +1 -0
- package/dist-lib/components/Settings/IntegrationSettings/SMTPSettings.js +1 -1
- package/dist-lib/components/Skeleton/SkeletonItems.js +1 -1
- package/dist-lib/components/Skeleton/SkeletonItems.module.scss.js +26 -0
- package/dist-lib/components/Skeleton/SkeletonItems.module.scss.js.map +1 -0
- package/dist-lib/components/Storage/AddStorage/AddStorage.js +1 -1
- package/dist-lib/components/Storage/AddStorage/AddStorage.module.scss.js +34 -0
- package/dist-lib/components/Storage/AddStorage/AddStorage.module.scss.js.map +1 -0
- 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/StorageItem/StorageItem.module.scss.js +32 -0
- package/dist-lib/components/Storage/StorageItem/StorageItem.module.scss.js.map +1 -0
- package/dist-lib/components/Storage/StorageSettings/StorageSettings.js +1 -1
- package/dist-lib/components/Storage/StorageSettings/StorageSettings.module.scss.js +8 -0
- package/dist-lib/components/Storage/StorageSettings/StorageSettings.module.scss.js.map +1 -0
- package/dist-lib/components/common/ActionModal/ActionModal.js +1 -1
- package/dist-lib/components/common/ActionModal/ActionModal.module.scss.js +16 -0
- package/dist-lib/components/common/ActionModal/ActionModal.module.scss.js.map +1 -0
- package/dist-lib/components/common/AnimatedWrapper/AnimatedWrapper.js +1 -1
- package/dist-lib/components/common/AnimatedWrapper/AnimatedWrapper.module.scss.js +30 -0
- package/dist-lib/components/common/AnimatedWrapper/AnimatedWrapper.module.scss.js.map +1 -0
- package/dist-lib/components/common/Button/Button.js +1 -1
- package/dist-lib/components/common/Button/Button.module.scss.js +26 -0
- package/dist-lib/components/common/Button/Button.module.scss.js.map +1 -0
- package/dist-lib/components/common/FileManager/FileManager.js +1 -1
- package/dist-lib/components/common/FileManager/FileManager.module.scss.js +30 -0
- package/dist-lib/components/common/FileManager/FileManager.module.scss.js.map +1 -0
- package/dist-lib/components/common/FolderPicker/FolderPicker.js +1 -1
- package/dist-lib/components/common/FolderPicker/FolderPicker.module.scss.js +16 -0
- package/dist-lib/components/common/FolderPicker/FolderPicker.module.scss.js.map +1 -0
- package/dist-lib/components/common/ItemsLayout/ItemsLayout.js +1 -1
- package/dist-lib/components/common/ItemsLayout/ItemsLayout.module.scss.js +10 -0
- package/dist-lib/components/common/ItemsLayout/ItemsLayout.module.scss.js.map +1 -0
- package/dist-lib/components/common/LogViewer/LogViewer.js +1 -1
- package/dist-lib/components/common/LogViewer/LogViewer.module.scss.js +52 -0
- package/dist-lib/components/common/LogViewer/LogViewer.module.scss.js.map +1 -0
- package/dist-lib/components/common/Modal/Modal.js +1 -1
- package/dist-lib/components/common/Modal/Modal.module.scss.js +16 -0
- package/dist-lib/components/common/Modal/Modal.module.scss.js.map +1 -0
- package/dist-lib/components/common/NotFound/NotFound.js +1 -1
- package/dist-lib/components/common/NotFound/NotFound.module.scss.js +8 -0
- package/dist-lib/components/common/NotFound/NotFound.module.scss.js.map +1 -0
- package/dist-lib/components/common/PageHeader/PageHeader.js +1 -1
- package/dist-lib/components/common/PageHeader/PageHeader.module.scss.js +14 -0
- package/dist-lib/components/common/PageHeader/PageHeader.module.scss.js.map +1 -0
- package/dist-lib/components/common/PathPicker/PathPicker.js +1 -1
- package/dist-lib/components/common/PathPicker/PathPicker.module.scss.js +38 -0
- package/dist-lib/components/common/PathPicker/PathPicker.module.scss.js.map +1 -0
- package/dist-lib/components/common/SearchItems/SearchItems.js +1 -1
- package/dist-lib/components/common/SearchItems/SearchItems.module.scss.js +14 -0
- package/dist-lib/components/common/SearchItems/SearchItems.module.scss.js.map +1 -0
- package/dist-lib/components/common/SidePanel/SidePanel.js +1 -1
- package/dist-lib/components/common/SidePanel/SidePanel.module.scss.js +26 -0
- package/dist-lib/components/common/SidePanel/SidePanel.module.scss.js.map +1 -0
- package/dist-lib/components/common/SortItems/SortItems.js +1 -1
- package/dist-lib/components/common/SortItems/SortItems.module.scss.js +16 -0
- package/dist-lib/components/common/SortItems/SortItems.module.scss.js.map +1 -0
- package/dist-lib/components/common/Tabs/Tabs.js +1 -1
- package/dist-lib/components/common/Tabs/Tabs.module.scss.js +15 -0
- package/dist-lib/components/common/Tabs/Tabs.module.scss.js.map +1 -0
- package/dist-lib/components/common/TagsFilter/TagsFilter.js +1 -1
- package/dist-lib/components/common/TagsFilter/TagsFilter.module.scss.js +18 -0
- package/dist-lib/components/common/TagsFilter/TagsFilter.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/FormField/FormField.js +1 -1
- package/dist-lib/components/common/form/FormField/FormField.module.scss.js +18 -0
- package/dist-lib/components/common/form/FormField/FormField.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/Input/Input.js +1 -1
- package/dist-lib/components/common/form/Input/Input.module.scss.js +22 -0
- package/dist-lib/components/common/form/Input/Input.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/IntervalField/IntervalField.js +1 -1
- package/dist-lib/components/common/form/IntervalField/IntervalField.module.scss.js +18 -0
- package/dist-lib/components/common/form/IntervalField/IntervalField.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/MultiSelect/MultiSelect.js +1 -1
- package/dist-lib/components/common/form/MultiSelect/MultiSelect.module.scss.js +30 -0
- package/dist-lib/components/common/form/MultiSelect/MultiSelect.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/NumberInput/NumberInput.js +1 -1
- package/dist-lib/components/common/form/NumberInput/NumberInput.module.scss.js +22 -0
- package/dist-lib/components/common/form/NumberInput/NumberInput.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/PasswordField/PasswordField.js +1 -1
- package/dist-lib/components/common/form/PasswordField/PasswordField.module.scss.js +24 -0
- package/dist-lib/components/common/form/PasswordField/PasswordField.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/RadioIconSelect/RadioIconSelect.js +1 -1
- package/dist-lib/components/common/form/RadioIconSelect/RadioIconSelect.module.scss.js +26 -0
- package/dist-lib/components/common/form/RadioIconSelect/RadioIconSelect.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/Select/Select.js +1 -1
- package/dist-lib/components/common/form/Select/Select.module.scss.js +40 -0
- package/dist-lib/components/common/form/Select/Select.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/SizePicker/SizePicker.js +1 -1
- package/dist-lib/components/common/form/SizePicker/SizePicker.module.scss.js +20 -0
- package/dist-lib/components/common/form/SizePicker/SizePicker.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/StoragePicker/StoragePicker.js +1 -1
- package/dist-lib/components/common/form/StoragePicker/StoragePicker.module.scss.js +16 -0
- package/dist-lib/components/common/form/StoragePicker/StoragePicker.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/TagsInput/TagsInput.js +1 -1
- package/dist-lib/components/common/form/TagsInput/TagsInput.module.scss.js +14 -0
- package/dist-lib/components/common/form/TagsInput/TagsInput.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/TimePicker/TimePicker.js +1 -1
- package/dist-lib/components/common/form/TimePicker/TimePicker.module.scss.js +28 -0
- package/dist-lib/components/common/form/TimePicker/TimePicker.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/Toggle/Toggle.js +1 -1
- package/dist-lib/components/common/form/Toggle/Toggle.module.scss.js +12 -0
- package/dist-lib/components/common/form/Toggle/Toggle.module.scss.js.map +1 -0
- package/dist-lib/components/common/form/Tristate/Tristate.js +1 -1
- package/dist-lib/components/common/form/Tristate/Tristate.module.scss.js +18 -0
- package/dist-lib/components/common/form/Tristate/Tristate.module.scss.js.map +1 -0
- package/dist-lib/routes/DeviceSingle/DeviceSingle.js +1 -1
- package/dist-lib/routes/DeviceSingle/DeviceSingle.module.scss.js +14 -0
- package/dist-lib/routes/DeviceSingle/DeviceSingle.module.scss.js.map +1 -0
- package/dist-lib/routes/Login/Login.js +1 -1
- package/dist-lib/routes/Login/Login.module.scss.js +20 -0
- package/dist-lib/routes/Login/Login.module.scss.js.map +1 -0
- package/dist-lib/routes/PlanSingle/PlanSingle.js +1 -1
- package/dist-lib/routes/PlanSingle/PlanSingle.module.scss.js +20 -0
- package/dist-lib/routes/PlanSingle/PlanSingle.module.scss.js.map +1 -0
- package/dist-lib/routes/Plans/Plans.js +1 -1
- package/dist-lib/routes/Plans/Plans.module.scss.js +12 -0
- package/dist-lib/routes/Plans/Plans.module.scss.js.map +1 -0
- package/dist-lib/routes/Settings/Settings.js +1 -1
- package/dist-lib/routes/Settings/Settings.module.scss.js +20 -0
- package/dist-lib/routes/Settings/Settings.module.scss.js.map +1 -0
- package/dist-lib/routes/Setup/Setup.js +1 -1
- package/dist-lib/routes/Setup/Setup.module.scss.js +32 -0
- package/dist-lib/routes/Setup/Setup.module.scss.js.map +1 -0
- package/dist-lib/routes/Sources/Sources.js +1 -1
- package/dist-lib/routes/Sources/Sources.module.scss.js +12 -0
- package/dist-lib/routes/Sources/Sources.module.scss.js.map +1 -0
- package/dist-lib/routes/Storages/Storages.js +1 -1
- package/dist-lib/routes/Storages/Storages.module.scss.js +12 -0
- package/dist-lib/routes/Storages/Storages.module.scss.js.map +1 -0
- package/dist-lib/styles/core-frontend.css +1 -0
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a, jsxs as i } from "react/jsx-runtime";
|
|
2
2
|
import s from "../../common/Icon/Icon.js";
|
|
3
|
-
import e from "./PlanForm.module.scss";
|
|
3
|
+
import e from "./PlanForm.module.scss.js";
|
|
4
4
|
const o = ({ step: d, type: c, gotoStep: l }) => /* @__PURE__ */ a("div", { className: `${e.steps} ${c === "edit" ? e.stepsEdit : ""}`, children: /* @__PURE__ */ i("ul", { children: [
|
|
5
5
|
/* @__PURE__ */ i(
|
|
6
6
|
"li",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as v, jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { formatDateTime as p, formatDuration as c } from "../../../utils/helpers.js";
|
|
3
|
-
import o from "./PlanHistory.module.scss";
|
|
3
|
+
import o from "./PlanHistory.module.scss.js";
|
|
4
4
|
const w = ({ planId: r, history: s, itemsCount: a = 10 }) => {
|
|
5
5
|
const l = s.length < a ? a - s.length : 0, u = {
|
|
6
6
|
completed: "✔️ Completed",
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const t = "PlanHistory-module__history___O70vk", s = "PlanHistory-module__historyFull___pqpqE", o = "PlanHistory-module__historyItemEmpty___4Je-7", e = "PlanHistory-module__historyItemSuccess___KfwQp", i = "PlanHistory-module__historyItemFailed___xoTS-", _ = "PlanHistory-module__historyItemPending___emyV6", y = {
|
|
2
|
+
history: t,
|
|
3
|
+
historyFull: s,
|
|
4
|
+
historyItemEmpty: o,
|
|
5
|
+
historyItemSuccess: e,
|
|
6
|
+
historyItemFailed: i,
|
|
7
|
+
historyItemPending: _
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
y as default,
|
|
11
|
+
t as history,
|
|
12
|
+
s as historyFull,
|
|
13
|
+
o as historyItemEmpty,
|
|
14
|
+
i as historyItemFailed,
|
|
15
|
+
_ as historyItemPending,
|
|
16
|
+
e as historyItemSuccess
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=PlanHistory.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanHistory.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -4,7 +4,7 @@ import { toast as P } from "react-toastify";
|
|
|
4
4
|
import { NavLink as F } from "react-router";
|
|
5
5
|
import { formatBytes as H, timeAgo as j, formatDateTime as D } from "../../../utils/helpers.js";
|
|
6
6
|
import n from "../../common/Icon/Icon.js";
|
|
7
|
-
import t from "./PlanItem.module.scss";
|
|
7
|
+
import t from "./PlanItem.module.scss.js";
|
|
8
8
|
import { useDeletePlan as L, usePerformBackup as U, usePausePlan as G, useResumePlan as W } from "../../../services/plans.js";
|
|
9
9
|
import { planIntervalName as Y } from "../../../utils/plans.js";
|
|
10
10
|
import q from "../PlanHistory/PlanHistory.js";
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
const t = "PlanItem-module__plan___T7FcA", _ = "PlanItem-module__leftContent___bZDen", e = "PlanItem-module__rightContent___TXmyV", n = "PlanItem-module__status___2TXwW", o = "PlanItem-module__paused___Bel59", l = "PlanItem-module__content___8DzzV", s = "PlanItem-module__title___GG8vd", m = "PlanItem-module__sources___YMD2L", a = "PlanItem-module__sourceCount___joxsj", u = "PlanItem-module__interval___Y-sX6", c = "PlanItem-module__time___NtcaW", r = "PlanItem-module__size___RFKDl", d = "PlanItem-module__moreBtn___TUaUS", i = "PlanItem-module__moreBtnActive___IXurp", I = "PlanItem-module__settings___5bzTY", P = "PlanItem-module__planHasError___2sEP0", p = "PlanItem-module__planGrid___448Rx", C = {
|
|
2
|
+
plan: t,
|
|
3
|
+
leftContent: _,
|
|
4
|
+
rightContent: e,
|
|
5
|
+
status: n,
|
|
6
|
+
paused: o,
|
|
7
|
+
content: l,
|
|
8
|
+
title: s,
|
|
9
|
+
sources: m,
|
|
10
|
+
sourceCount: a,
|
|
11
|
+
interval: u,
|
|
12
|
+
time: c,
|
|
13
|
+
size: r,
|
|
14
|
+
moreBtn: d,
|
|
15
|
+
moreBtnActive: i,
|
|
16
|
+
settings: I,
|
|
17
|
+
planHasError: P,
|
|
18
|
+
planGrid: p
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
l as content,
|
|
22
|
+
C as default,
|
|
23
|
+
u as interval,
|
|
24
|
+
_ as leftContent,
|
|
25
|
+
d as moreBtn,
|
|
26
|
+
i as moreBtnActive,
|
|
27
|
+
o as paused,
|
|
28
|
+
t as plan,
|
|
29
|
+
p as planGrid,
|
|
30
|
+
P as planHasError,
|
|
31
|
+
e as rightContent,
|
|
32
|
+
I as settings,
|
|
33
|
+
r as size,
|
|
34
|
+
a as sourceCount,
|
|
35
|
+
m as sources,
|
|
36
|
+
n as status,
|
|
37
|
+
c as time,
|
|
38
|
+
s as title
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=PlanItem.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanItem.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@ import { jsxs as a, jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { useEffect as u } from "react";
|
|
3
3
|
import { useSearchParams as p } from "react-router";
|
|
4
4
|
import { useCheckActiveBackups as m } from "../../../services/plans.js";
|
|
5
|
-
import c from "./PlanPendingBackup.module.scss";
|
|
5
|
+
import c from "./PlanPendingBackup.module.scss.js";
|
|
6
6
|
import i from "../../common/Icon/Icon.js";
|
|
7
7
|
const w = ({ planId: s, onPendingBackupDetect: o }) => {
|
|
8
8
|
const [, l] = p(), d = m();
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const a = "PlanPendingBackup-module__backup___Iq0vV", c = "PlanPendingBackup-module__backupIcon___4h5V4", n = "PlanPendingBackup-module__progressSkeleton___jDSEB", _ = "PlanPendingBackup-module__backupLeft___0BA5i", u = "PlanPendingBackup-module__backupId___9k-jo", e = "PlanPendingBackup-module__backupStart___7y-LF", k = "PlanPendingBackup-module__backupRight___urN-H", p = {
|
|
2
|
+
backup: a,
|
|
3
|
+
backupIcon: c,
|
|
4
|
+
progressSkeleton: n,
|
|
5
|
+
backupLeft: _,
|
|
6
|
+
backupId: u,
|
|
7
|
+
backupStart: e,
|
|
8
|
+
backupRight: k
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
a as backup,
|
|
12
|
+
c as backupIcon,
|
|
13
|
+
u as backupId,
|
|
14
|
+
_ as backupLeft,
|
|
15
|
+
k as backupRight,
|
|
16
|
+
e as backupStart,
|
|
17
|
+
p as default,
|
|
18
|
+
n as progressSkeleton
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=PlanPendingBackup.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanPendingBackup.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import l from "../BackupProgress/BackupProgress.js";
|
|
3
3
|
import m from "../PlanPendingBackup/PlanPendingBackup.js";
|
|
4
|
-
import a from "./PlanProgress.module.scss";
|
|
4
|
+
import a from "./PlanProgress.module.scss.js";
|
|
5
5
|
const v = ({ plan: c, isBackupPending: n, activeBackups: d, activeRestores: r, refetchPlan: p }) => /* @__PURE__ */ i("div", { children: [
|
|
6
6
|
n && /* @__PURE__ */ i("div", { className: a.activeBackups, children: [
|
|
7
7
|
/* @__PURE__ */ e("div", { className: a.backupsHeader, children: /* @__PURE__ */ e("h3", { children: "Backup in Progress" }) }),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanProgress.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -5,7 +5,7 @@ import { useNavigate as g } from "react-router";
|
|
|
5
5
|
import f from "../../common/ActionModal/ActionModal.js";
|
|
6
6
|
import { useDeletePlan as v } from "../../../services/plans.js";
|
|
7
7
|
import P from "../../common/form/Toggle/Toggle.js";
|
|
8
|
-
import R from "./PlanRemoveModal.module.scss";
|
|
8
|
+
import R from "./PlanRemoveModal.module.scss.js";
|
|
9
9
|
const w = ({ planId: r, taskPending: n, actionInProgress: m, close: i }) => {
|
|
10
10
|
const [s, l] = d(!1), c = g(), o = v(), u = () => {
|
|
11
11
|
if (m)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanRemoveModal.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as c, jsx as i, Fragment as b } from "react/jsx-runtime";
|
|
2
2
|
import { useState as P, useMemo as N } from "react";
|
|
3
3
|
import l from "../../common/Icon/Icon.js";
|
|
4
|
-
import n from "./PlanSettings.module.scss";
|
|
4
|
+
import n from "./PlanSettings.module.scss.js";
|
|
5
5
|
import g from "./PlanNotificationSettings.js";
|
|
6
6
|
import h from "./PlanPruneSettings.js";
|
|
7
7
|
import T from "./PlanPerformanceSettings.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as s, Fragment as m, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import o from "../../common/form/NumberInput/NumberInput.js";
|
|
3
3
|
import n from "../../common/form/Toggle/Toggle.js";
|
|
4
|
-
import r from "./PlanSettings.module.scss";
|
|
4
|
+
import r from "./PlanSettings.module.scss.js";
|
|
5
5
|
const h = ({ settings: i, onUpdate: a }) => {
|
|
6
6
|
const { encryption: c, compression: d, retries: t, retryDelay: f } = i;
|
|
7
7
|
return /* @__PURE__ */ s(m, { children: [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as i, Fragment as b, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import s from "./PlanSettings.module.scss";
|
|
2
|
+
import s from "./PlanSettings.module.scss.js";
|
|
3
3
|
import y from "../../common/form/Select/Select.js";
|
|
4
4
|
import O from "../../common/form/Input/Input.js";
|
|
5
5
|
import E from "../../common/form/Toggle/Toggle.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as m, Fragment as d, jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import i from "./PlanSettings.module.scss";
|
|
2
|
+
import i from "./PlanSettings.module.scss.js";
|
|
3
3
|
import o from "../../common/form/Toggle/Toggle.js";
|
|
4
4
|
import c from "../../common/form/NumberInput/NumberInput.js";
|
|
5
5
|
const b = ({ plan: s, onUpdate: r }) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as o, Fragment as n, jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import s from "./PlanSettings.module.scss";
|
|
2
|
+
import s from "./PlanSettings.module.scss.js";
|
|
3
3
|
import p from "../../common/form/Select/Select.js";
|
|
4
4
|
import d from "../../common/form/Input/Input.js";
|
|
5
5
|
import m from "../../common/form/Tristate/Tristate.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
2
|
-
import o from "./PlanSettings.module.scss";
|
|
2
|
+
import o from "./PlanSettings.module.scss.js";
|
|
3
3
|
import { useState as N } from "react";
|
|
4
4
|
import u from "../../common/Icon/Icon.js";
|
|
5
5
|
import k from "../../common/form/Toggle/Toggle.js";
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
const t = "PlanSettings-module__field___3bJEA", e = "PlanSettings-module__fieldErrorLabel___o5pot", n = "PlanSettings-module__fieldNotice___XE5Uw", _ = "PlanSettings-module__label___JfJ95", o = "PlanSettings-module__forgetByAgeField___ZvwFz", i = "PlanSettings-module__customPolicyOption___GftKb", s = "PlanSettings-module__advancedTabContent___eWUVt", a = "PlanSettings-module__advancedTabs___DbbZa", l = "PlanSettings-module__advancedTabActive___4tUGC", c = "PlanSettings-module__advancedSettingsSelect___kUe4l", d = "PlanSettings-module__eventTabs___pPgxA", r = "PlanSettings-module__eventTab___UAr-B", S = "PlanSettings-module__eventTabHead___lSGsn", m = "PlanSettings-module__eventTabHeadTitle___GcWOr", p = "PlanSettings-module__eventTabContent___mxgTT", u = "PlanSettings-module__addScriptButton___STRir", g = "PlanSettings-module__scriptItem___2vm6Q", T = "PlanSettings-module__scriptHeader___V7SBN", b = "PlanSettings-module__scriptTitle___gf0zY", v = "PlanSettings-module__scriptPositionControls___bbfls", P = "PlanSettings-module__scriptFooter___LI3S7", f = "PlanSettings-module__scriptOptions___plZ8B", O = "PlanSettings-module__scriptOptionCheckbox___3TQHs", C = "PlanSettings-module__removeScriptButton___6G-aR", B = "PlanSettings-module__scriptOptionTimeout___kSVAJ", A = "PlanSettings-module__hasTimeOutSettings___6t7-L", H = "PlanSettings-module__timeoutSettings___j4jAm", F = {
|
|
2
|
+
field: t,
|
|
3
|
+
fieldErrorLabel: e,
|
|
4
|
+
fieldNotice: n,
|
|
5
|
+
label: _,
|
|
6
|
+
forgetByAgeField: o,
|
|
7
|
+
customPolicyOption: i,
|
|
8
|
+
advancedTabContent: s,
|
|
9
|
+
advancedTabs: a,
|
|
10
|
+
advancedTabActive: l,
|
|
11
|
+
advancedSettingsSelect: c,
|
|
12
|
+
eventTabs: d,
|
|
13
|
+
eventTab: r,
|
|
14
|
+
eventTabHead: S,
|
|
15
|
+
eventTabHeadTitle: m,
|
|
16
|
+
eventTabContent: p,
|
|
17
|
+
addScriptButton: u,
|
|
18
|
+
scriptItem: g,
|
|
19
|
+
scriptHeader: T,
|
|
20
|
+
scriptTitle: b,
|
|
21
|
+
scriptPositionControls: v,
|
|
22
|
+
scriptFooter: P,
|
|
23
|
+
scriptOptions: f,
|
|
24
|
+
scriptOptionCheckbox: O,
|
|
25
|
+
removeScriptButton: C,
|
|
26
|
+
scriptOptionTimeout: B,
|
|
27
|
+
hasTimeOutSettings: A,
|
|
28
|
+
timeoutSettings: H
|
|
29
|
+
};
|
|
30
|
+
export {
|
|
31
|
+
u as addScriptButton,
|
|
32
|
+
c as advancedSettingsSelect,
|
|
33
|
+
l as advancedTabActive,
|
|
34
|
+
s as advancedTabContent,
|
|
35
|
+
a as advancedTabs,
|
|
36
|
+
i as customPolicyOption,
|
|
37
|
+
F as default,
|
|
38
|
+
r as eventTab,
|
|
39
|
+
p as eventTabContent,
|
|
40
|
+
S as eventTabHead,
|
|
41
|
+
m as eventTabHeadTitle,
|
|
42
|
+
d as eventTabs,
|
|
43
|
+
t as field,
|
|
44
|
+
e as fieldErrorLabel,
|
|
45
|
+
n as fieldNotice,
|
|
46
|
+
o as forgetByAgeField,
|
|
47
|
+
A as hasTimeOutSettings,
|
|
48
|
+
_ as label,
|
|
49
|
+
C as removeScriptButton,
|
|
50
|
+
P as scriptFooter,
|
|
51
|
+
T as scriptHeader,
|
|
52
|
+
g as scriptItem,
|
|
53
|
+
O as scriptOptionCheckbox,
|
|
54
|
+
B as scriptOptionTimeout,
|
|
55
|
+
f as scriptOptions,
|
|
56
|
+
v as scriptPositionControls,
|
|
57
|
+
b as scriptTitle,
|
|
58
|
+
H as timeoutSettings
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=PlanSettings.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanSettings.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as o, Fragment as u, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import c from "./PlanSettings.module.scss";
|
|
2
|
+
import c from "./PlanSettings.module.scss.js";
|
|
3
3
|
import m from "../../common/PathPicker/PathPicker.js";
|
|
4
4
|
import { useGetDevices as f } from "../../../services/devices.js";
|
|
5
5
|
import h from "../../common/form/Select/Select.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import s from "./PlanSettings.module.scss";
|
|
2
|
+
import s from "./PlanSettings.module.scss.js";
|
|
3
3
|
import i from "../../common/form/RadioIconSelect/RadioIconSelect.js";
|
|
4
4
|
const n = ({ plan: t, options: a = [], disabled: o = !1, onUpdate: l }) => /* @__PURE__ */ e("div", { className: `${s.field}`, children: /* @__PURE__ */ e(
|
|
5
5
|
i,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import i from "./PlanSettings.module.scss";
|
|
2
|
+
import i from "./PlanSettings.module.scss.js";
|
|
3
3
|
import t from "../../common/form/RadioIconSelect/RadioIconSelect.js";
|
|
4
4
|
const f = ({ plan: o, options: r = [], disabled: l = !1, onUpdate: s }) => /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e("div", { className: `${i.field}`, children: /* @__PURE__ */ e(
|
|
5
5
|
t,
|
|
@@ -2,7 +2,7 @@ import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import a from "../../common/Icon/Icon.js";
|
|
3
3
|
import { formatNumberToK as f, formatBytes as u } from "../../../utils/helpers.js";
|
|
4
4
|
import S from "../PlanHistory/PlanHistory.js";
|
|
5
|
-
import d from "./PlanStats.module.scss";
|
|
5
|
+
import d from "./PlanStats.module.scss.js";
|
|
6
6
|
const w = ({ plan: c, isSync: p, lastBackupItem: n }) => {
|
|
7
7
|
const { sourceConfig: r, storage: e, storagePath: g, isActive: v, settings: N } = c, { interval: o } = N, m = (n == null ? void 0 : n.totalFiles) || 0, y = (n == null ? void 0 : n.totalSize) || 0, T = (l) => {
|
|
8
8
|
let s = "";
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const t = "PlanStats-module__planStats___h2ymi", s = "PlanStats-module__widgetTitle___nxG-i", o = "PlanStats-module__sources___xhbyX", _ = "PlanStats-module__snapshots___Q-aWm", n = "PlanStats-module__health___FjQ63", a = "PlanStats-module__sourceContent___-GEZd", e = "PlanStats-module__sourceArrow___A4kJH", l = "PlanStats-module__snapshotsContent___zQmF6", c = {
|
|
2
|
+
planStats: t,
|
|
3
|
+
widgetTitle: s,
|
|
4
|
+
sources: o,
|
|
5
|
+
snapshots: _,
|
|
6
|
+
health: n,
|
|
7
|
+
sourceContent: a,
|
|
8
|
+
sourceArrow: e,
|
|
9
|
+
snapshotsContent: l
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
c as default,
|
|
13
|
+
n as health,
|
|
14
|
+
t as planStats,
|
|
15
|
+
_ as snapshots,
|
|
16
|
+
l as snapshotsContent,
|
|
17
|
+
e as sourceArrow,
|
|
18
|
+
a as sourceContent,
|
|
19
|
+
o as sources,
|
|
20
|
+
s as widgetTitle
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=PlanStats.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanStats.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import { useQueryClient as O } from "@tanstack/react-query";
|
|
|
5
5
|
import m from "../../common/Icon/Icon.js";
|
|
6
6
|
import $ from "../../common/ActionModal/ActionModal.js";
|
|
7
7
|
import { formatDuration as F, formatNumberToK as j, formatBytes as q, timeAgo as C, formatDateTime as K } from "../../../utils/helpers.js";
|
|
8
|
-
import t from "../Backups/Backups.module.scss";
|
|
8
|
+
import t from "../Backups/Backups.module.scss.js";
|
|
9
9
|
import Q from "../../common/StatusLabel/StatusLabel.js";
|
|
10
10
|
import { useDeleteRestore as V } from "../../../services/restores.js";
|
|
11
11
|
import Y from "../BackupEvents/BackupEvents.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as s, jsxs as o } from "react/jsx-runtime";
|
|
|
2
2
|
import { useGetRestoreStats as a } from "../../../services/restores.js";
|
|
3
3
|
import d from "../../common/Icon/Icon.js";
|
|
4
4
|
import m from "../RestoredFileBrowser/RestoredFileBrowser.js";
|
|
5
|
-
import r from "./RestoreChangeViewer.module.scss";
|
|
5
|
+
import r from "./RestoreChangeViewer.module.scss.js";
|
|
6
6
|
const f = ({ restore: t, close: c }) => {
|
|
7
7
|
var l, i;
|
|
8
8
|
const { data: e } = a(t.id);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const e = "RestoreChangeViewer-module__preview___QXOWg", r = "RestoreChangeViewer-module__previewWrapper___skKOD", _ = "RestoreChangeViewer-module__previewBrowser___oVOJp", o = "RestoreChangeViewer-module__previewHeader___P-LIN", w = "RestoreChangeViewer-module__closePreview___5OQrD", s = {
|
|
2
|
+
preview: e,
|
|
3
|
+
previewWrapper: r,
|
|
4
|
+
previewBrowser: _,
|
|
5
|
+
previewHeader: o,
|
|
6
|
+
closePreview: w
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
w as closePreview,
|
|
10
|
+
s as default,
|
|
11
|
+
e as preview,
|
|
12
|
+
_ as previewBrowser,
|
|
13
|
+
o as previewHeader,
|
|
14
|
+
r as previewWrapper
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=RestoreChangeViewer.module.scss.js.map
|
package/dist-lib/components/Restore/RestoreChangeViewer/RestoreChangeViewer.module.scss.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RestoreChangeViewer.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -4,7 +4,7 @@ import { FixedSizeList as le } from "react-window";
|
|
|
4
4
|
import $ from "../../common/Icon/Icon.js";
|
|
5
5
|
import { calculateDirectorySizes as ie, formatNumberToK as A, formatBytes as L, sortFileItems as V, formatDateTime as ne, isMobile as oe } from "../../../utils/helpers.js";
|
|
6
6
|
import ae from "../../common/FileIcon/FileIcon.js";
|
|
7
|
-
import c from "./RestoreFileSelector.module.scss";
|
|
7
|
+
import c from "./RestoreFileSelector.module.scss.js";
|
|
8
8
|
import { getPathSeparator as I, splitPath as g, getParentPath as M, normalizePath as P } from "../../../utils/restore.js";
|
|
9
9
|
const de = oe(), he = de ? 65 : 45, Ne = ({ selected: T, files: a, isLoading: q, errorFetching: J, showChange: R, onSelect: O, fileSelectCondition: b }) => {
|
|
10
10
|
const [p, E] = x(""), [k, Q] = x(""), [u, X] = x("name"), [y, _] = x("asc"), [m, Y] = x(() => ({
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
const e = "RestoreFileSelector-module__restoreFileSelector___PdjDJ", o = "RestoreFileSelector-module__restoredFileBrowser___Q1zPq", t = "RestoreFileSelector-module__loader___5Hce6", l = "RestoreFileSelector-module__toolbar___HIvsW", _ = "RestoreFileSelector-module__toolbarRight___7bW-f", r = "RestoreFileSelector-module__search___DYPWL", s = "RestoreFileSelector-module__toolbarLeft___EHRLt", c = "RestoreFileSelector-module__stats___c80yc", i = "RestoreFileSelector-module__excludedStat___iH7BZ", d = "RestoreFileSelector-module__browserContent___iYHo-", n = "RestoreFileSelector-module__sidebar___sMQ3E", a = "RestoreFileSelector-module__sidebarHeader___2L3HG", m = "RestoreFileSelector-module__directory___oldaM", S = "RestoreFileSelector-module__toggleButton___ac34d", u = "RestoreFileSelector-module__togglePlaceholder___mamQT", R = "RestoreFileSelector-module__dirName___6oTlJ", F = "RestoreFileSelector-module__directoryEmpty___5OzH-", f = "RestoreFileSelector-module__selected___PLA-3", b = "RestoreFileSelector-module__notSelectable___C4XE0", g = "RestoreFileSelector-module__content___TdkIx", y = "RestoreFileSelector-module__fileList___7osHw", L = "RestoreFileSelector-module__header___NwDRM", p = "RestoreFileSelector-module__activeSort___pjsEd", B = "RestoreFileSelector-module__fileListEmpty___q5L5l", h = "RestoreFileSelector-module__file___yq8jM", H = "RestoreFileSelector-module__fileIsDir___wfgc5", E = "RestoreFileSelector-module__fileName___l2xZr", w = "RestoreFileSelector-module__fileModified___x9-VK", M = "RestoreFileSelector-module__fileRemoved___6Vzp2", v = "RestoreFileSelector-module__selectButton___TUwU2", x = "RestoreFileSelector-module__goUpButton___HMQZp", N = "RestoreFileSelector-module__fileSize___oT-Ee", P = {
|
|
2
|
+
restoreFileSelector: e,
|
|
3
|
+
restoredFileBrowser: o,
|
|
4
|
+
loader: t,
|
|
5
|
+
toolbar: l,
|
|
6
|
+
toolbarRight: _,
|
|
7
|
+
search: r,
|
|
8
|
+
toolbarLeft: s,
|
|
9
|
+
stats: c,
|
|
10
|
+
excludedStat: i,
|
|
11
|
+
browserContent: d,
|
|
12
|
+
sidebar: n,
|
|
13
|
+
sidebarHeader: a,
|
|
14
|
+
directory: m,
|
|
15
|
+
toggleButton: S,
|
|
16
|
+
togglePlaceholder: u,
|
|
17
|
+
dirName: R,
|
|
18
|
+
directoryEmpty: F,
|
|
19
|
+
selected: f,
|
|
20
|
+
notSelectable: b,
|
|
21
|
+
content: g,
|
|
22
|
+
fileList: y,
|
|
23
|
+
header: L,
|
|
24
|
+
activeSort: p,
|
|
25
|
+
fileListEmpty: B,
|
|
26
|
+
file: h,
|
|
27
|
+
fileIsDir: H,
|
|
28
|
+
fileName: E,
|
|
29
|
+
fileModified: w,
|
|
30
|
+
fileRemoved: M,
|
|
31
|
+
selectButton: v,
|
|
32
|
+
goUpButton: x,
|
|
33
|
+
fileSize: N
|
|
34
|
+
};
|
|
35
|
+
export {
|
|
36
|
+
p as activeSort,
|
|
37
|
+
d as browserContent,
|
|
38
|
+
g as content,
|
|
39
|
+
P as default,
|
|
40
|
+
R as dirName,
|
|
41
|
+
m as directory,
|
|
42
|
+
F as directoryEmpty,
|
|
43
|
+
i as excludedStat,
|
|
44
|
+
h as file,
|
|
45
|
+
H as fileIsDir,
|
|
46
|
+
y as fileList,
|
|
47
|
+
B as fileListEmpty,
|
|
48
|
+
w as fileModified,
|
|
49
|
+
E as fileName,
|
|
50
|
+
M as fileRemoved,
|
|
51
|
+
N as fileSize,
|
|
52
|
+
x as goUpButton,
|
|
53
|
+
L as header,
|
|
54
|
+
t as loader,
|
|
55
|
+
b as notSelectable,
|
|
56
|
+
e as restoreFileSelector,
|
|
57
|
+
o as restoredFileBrowser,
|
|
58
|
+
r as search,
|
|
59
|
+
v as selectButton,
|
|
60
|
+
f as selected,
|
|
61
|
+
n as sidebar,
|
|
62
|
+
a as sidebarHeader,
|
|
63
|
+
c as stats,
|
|
64
|
+
S as toggleButton,
|
|
65
|
+
u as togglePlaceholder,
|
|
66
|
+
l as toolbar,
|
|
67
|
+
s as toolbarLeft,
|
|
68
|
+
_ as toolbarRight
|
|
69
|
+
};
|
|
70
|
+
//# sourceMappingURL=RestoreFileSelector.module.scss.js.map
|
package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.module.scss.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RestoreFileSelector.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as r, jsx as o, Fragment as d } from "react/jsx-runtime";
|
|
2
2
|
import i from "../../common/Icon/Icon.js";
|
|
3
3
|
import { useRestoreBackup as v } from "../../../services/restores.js";
|
|
4
|
-
import s from "./RestoreWizard.module.scss";
|
|
4
|
+
import s from "./RestoreWizard.module.scss.js";
|
|
5
5
|
const w = ({ backupId: l, planId: h, settings: t, stats: p, snapshotsStats: u, method: m, goBack: f, close: g }) => {
|
|
6
6
|
var a;
|
|
7
7
|
const e = v(), c = p, n = m === "sync", y = () => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import n from "../../common/Icon/Icon.js";
|
|
3
3
|
import x from "../RestoreFileSelector/RestoreFileSelector.js";
|
|
4
|
-
import r from "./RestoreWizard.module.scss";
|
|
4
|
+
import r from "./RestoreWizard.module.scss.js";
|
|
5
5
|
const k = ({
|
|
6
6
|
backupId: i,
|
|
7
7
|
settings: l,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as s, Fragment as u } from "react/jsx-runtime";
|
|
2
2
|
import { useEffect as P } from "react";
|
|
3
|
-
import o from "./RestoreWizard.module.scss";
|
|
3
|
+
import o from "./RestoreWizard.module.scss.js";
|
|
4
4
|
import { useGetDryRestoreStats as R } from "../../../services/restores.js";
|
|
5
5
|
import B from "../RestoredFileBrowser/RestoredFileBrowser.js";
|
|
6
6
|
import d from "../../common/Icon/Icon.js";
|
|
@@ -3,7 +3,7 @@ import { useState as d } from "react";
|
|
|
3
3
|
import w from "../../common/form/Select/Select.js";
|
|
4
4
|
import k from "../../common/form/Input/Input.js";
|
|
5
5
|
import t from "../../common/Icon/Icon.js";
|
|
6
|
-
import l from "./RestoreWizard.module.scss";
|
|
6
|
+
import l from "./RestoreWizard.module.scss.js";
|
|
7
7
|
import u from "../../common/FolderPicker/FolderPicker.js";
|
|
8
8
|
import b from "../../common/form/Toggle/Toggle.js";
|
|
9
9
|
const R = ({ backupId: s, settings: i, updateSettings: c, goNext: v, close: f }) => {
|
|
@@ -2,7 +2,7 @@ import { jsx as t, jsxs as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as h, useMemo as x } from "react";
|
|
3
3
|
import { useIsFetching as P, useIsMutating as R } from "@tanstack/react-query";
|
|
4
4
|
import o from "../../common/Icon/Icon.js";
|
|
5
|
-
import s from "./RestoreWizard.module.scss";
|
|
5
|
+
import s from "./RestoreWizard.module.scss.js";
|
|
6
6
|
import k from "./RestoreSettingsStep.js";
|
|
7
7
|
import $ from "./RestorePreviewStep.js";
|
|
8
8
|
import C from "./RestoreConfirmStep.js";
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
const e = "RestoreWizard-module__restoreWizard___4m8hj", t = "RestoreWizard-module__content___jHvoS", o = "RestoreWizard-module__header___ydqLY", r = "RestoreWizard-module__close___8yKu8", _ = "RestoreWizard-module__steps___8HIlf", s = "RestoreWizard-module__stepCurrent___PJEgC", n = "RestoreWizard-module__stepPassed___NxTaD", c = "RestoreWizard-module__stepContent___Xsvjt", i = "RestoreWizard-module__step___Yz6zk", d = "RestoreWizard-module__settingBlock___jUI3H", a = "RestoreWizard-module__label___9Cz6-", l = "RestoreWizard-module__fileManagerBtn___8o61m", u = "RestoreWizard-module__settingBlockError___o6-Dt", p = "RestoreWizard-module__restoreSuccessMsg___DA2aI", m = "RestoreWizard-module__preview___htyX-", z = "RestoreWizard-module__previewError___7rlV4", R = "RestoreWizard-module__previewButton___FK1uV", W = "RestoreWizard-module__previewEmpty___NGITT", k = "RestoreWizard-module__restoreConfirm___2R1T0", g = "RestoreWizard-module__restoreButton___atX0I", b = "RestoreWizard-module__restoreError___BSQ5N", h = "RestoreWizard-module__footer___oqm4K", B = "RestoreWizard-module__backButton___i7psR", v = "RestoreWizard-module__footerRight___VG-zy", f = "RestoreWizard-module__restoreDisabled___jk3If", x = "RestoreWizard-module__checkboxSettings___2kVU2", E = "RestoreWizard-module__checkboxSettingsOpts___Yo3Xm", w = "RestoreWizard-module__checkboxOption___Xh3NS", S = "RestoreWizard-module__checkboxOptionActive___eMUyW", C = {
|
|
2
|
+
restoreWizard: e,
|
|
3
|
+
content: t,
|
|
4
|
+
header: o,
|
|
5
|
+
close: r,
|
|
6
|
+
steps: _,
|
|
7
|
+
stepCurrent: s,
|
|
8
|
+
stepPassed: n,
|
|
9
|
+
stepContent: c,
|
|
10
|
+
step: i,
|
|
11
|
+
settingBlock: d,
|
|
12
|
+
label: a,
|
|
13
|
+
fileManagerBtn: l,
|
|
14
|
+
settingBlockError: u,
|
|
15
|
+
restoreSuccessMsg: p,
|
|
16
|
+
preview: m,
|
|
17
|
+
previewError: z,
|
|
18
|
+
previewButton: R,
|
|
19
|
+
previewEmpty: W,
|
|
20
|
+
restoreConfirm: k,
|
|
21
|
+
restoreButton: g,
|
|
22
|
+
restoreError: b,
|
|
23
|
+
footer: h,
|
|
24
|
+
backButton: B,
|
|
25
|
+
footerRight: v,
|
|
26
|
+
restoreDisabled: f,
|
|
27
|
+
checkboxSettings: x,
|
|
28
|
+
checkboxSettingsOpts: E,
|
|
29
|
+
checkboxOption: w,
|
|
30
|
+
checkboxOptionActive: S
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
B as backButton,
|
|
34
|
+
w as checkboxOption,
|
|
35
|
+
S as checkboxOptionActive,
|
|
36
|
+
x as checkboxSettings,
|
|
37
|
+
E as checkboxSettingsOpts,
|
|
38
|
+
r as close,
|
|
39
|
+
t as content,
|
|
40
|
+
C as default,
|
|
41
|
+
l as fileManagerBtn,
|
|
42
|
+
h as footer,
|
|
43
|
+
v as footerRight,
|
|
44
|
+
o as header,
|
|
45
|
+
a as label,
|
|
46
|
+
m as preview,
|
|
47
|
+
R as previewButton,
|
|
48
|
+
W as previewEmpty,
|
|
49
|
+
z as previewError,
|
|
50
|
+
g as restoreButton,
|
|
51
|
+
k as restoreConfirm,
|
|
52
|
+
f as restoreDisabled,
|
|
53
|
+
b as restoreError,
|
|
54
|
+
p as restoreSuccessMsg,
|
|
55
|
+
e as restoreWizard,
|
|
56
|
+
d as settingBlock,
|
|
57
|
+
u as settingBlockError,
|
|
58
|
+
i as step,
|
|
59
|
+
c as stepContent,
|
|
60
|
+
s as stepCurrent,
|
|
61
|
+
n as stepPassed,
|
|
62
|
+
_ as steps
|
|
63
|
+
};
|
|
64
|
+
//# sourceMappingURL=RestoreWizard.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RestoreWizard.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@ import { jsxs as l, jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as b, useMemo as E } from "react";
|
|
3
3
|
import { FixedSizeList as W } from "react-window";
|
|
4
4
|
import x from "../../common/Icon/Icon.js";
|
|
5
|
-
import s from "./RestoredFileBrowser.module.scss";
|
|
5
|
+
import s from "./RestoredFileBrowser.module.scss.js";
|
|
6
6
|
import { formatNumberToK as K, formatBytes as C, isMobile as q } from "../../../utils/helpers.js";
|
|
7
7
|
import { getPathSeparator as y, splitPath as u, getParentPath as D, normalizePath as g } from "../../../utils/restore.js";
|
|
8
8
|
import J from "../../common/FileIcon/FileIcon.js";
|