@plutonhq/core-frontend 0.0.7 → 0.0.8

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.
Files changed (233) hide show
  1. package/dist-lib/components/App/App/App.js +1 -1
  2. package/dist-lib/components/App/App/App.module.scss.js +10 -0
  3. package/dist-lib/components/App/App/App.module.scss.js.map +1 -0
  4. package/dist-lib/components/App/AppContent/AppContent.js +1 -1
  5. package/dist-lib/components/App/AppContent/AppContent.module.scss.js +8 -0
  6. package/dist-lib/components/App/AppContent/AppContent.module.scss.js.map +1 -0
  7. package/dist-lib/components/App/Footer/Footer.js +1 -1
  8. package/dist-lib/components/App/Footer/Footer.module.scss.js +8 -0
  9. package/dist-lib/components/App/Footer/Footer.module.scss.js.map +1 -0
  10. package/dist-lib/components/App/SideNav/SideNav.js +1 -1
  11. package/dist-lib/components/App/SideNav/SideNav.module.scss.js +12 -0
  12. package/dist-lib/components/App/SideNav/SideNav.module.scss.js.map +1 -0
  13. package/dist-lib/components/Device/DeviceBackups/DeviceBackups.js +1 -1
  14. package/dist-lib/components/Device/DeviceBackups/DeviceBackups.module.scss.js +40 -0
  15. package/dist-lib/components/Device/DeviceBackups/DeviceBackups.module.scss.js.map +1 -0
  16. package/dist-lib/components/Device/DeviceCPU/DeviceCPU.js +1 -1
  17. package/dist-lib/components/Device/DeviceInfo/DeviceInfo.js +1 -1
  18. package/dist-lib/components/Device/DeviceInfo/DeviceInfo.module.scss.js +42 -0
  19. package/dist-lib/components/Device/DeviceInfo/DeviceInfo.module.scss.js.map +1 -0
  20. package/dist-lib/components/Device/DeviceItem/DeviceItem.js +1 -1
  21. package/dist-lib/components/Device/DeviceItem/DeviceItem.module.scss.js +38 -0
  22. package/dist-lib/components/Device/DeviceItem/DeviceItem.module.scss.js.map +1 -0
  23. package/dist-lib/components/Device/DeviceMemory/DeviceMemory.js +1 -1
  24. package/dist-lib/components/Device/DeviceNetworks/DeviceNetworks.js +1 -1
  25. package/dist-lib/components/Device/DeviceRcloneSettings/DeviceRcloneSettings.js +1 -1
  26. package/dist-lib/components/Device/DeviceResticSettings/DeviceResticSettings.js +1 -1
  27. package/dist-lib/components/Device/DeviceStorageDisks/DeviceStorageDisks.js +1 -1
  28. package/dist-lib/components/Device/DeviceStorageDrives/DeviceStorageDrives.js +1 -1
  29. package/dist-lib/components/Device/DeviceSystem/DeviceSystem.js +1 -1
  30. package/dist-lib/components/Device/EditDevice/EditDevice.js +1 -1
  31. package/dist-lib/components/Device/EditDevice/EditDevice.module.scss.js +20 -0
  32. package/dist-lib/components/Device/EditDevice/EditDevice.module.scss.js.map +1 -0
  33. package/dist-lib/components/Plan/AddPlan/AddPlan.module.scss.js +20 -0
  34. package/dist-lib/components/Plan/AddPlan/AddPlan.module.scss.js.map +1 -0
  35. package/dist-lib/components/Plan/BackupEvents/BackupEvents.js +1 -1
  36. package/dist-lib/components/Plan/BackupEvents/BackupEvents.module.scss.js +46 -0
  37. package/dist-lib/components/Plan/BackupEvents/BackupEvents.module.scss.js.map +1 -0
  38. package/dist-lib/components/Plan/BackupProgress/BackupProgress.js +1 -1
  39. package/dist-lib/components/Plan/BackupProgress/BackupProgress.module.scss.js +34 -0
  40. package/dist-lib/components/Plan/BackupProgress/BackupProgress.module.scss.js.map +1 -0
  41. package/dist-lib/components/Plan/Backups/Backups.js +1 -1
  42. package/dist-lib/components/Plan/Backups/Backups.module.scss.js +46 -0
  43. package/dist-lib/components/Plan/Backups/Backups.module.scss.js.map +1 -0
  44. package/dist-lib/components/Plan/PlanBackups/PlanBackups.js +1 -1
  45. package/dist-lib/components/Plan/PlanBackups/PlanBackups.module.scss.js +16 -0
  46. package/dist-lib/components/Plan/PlanBackups/PlanBackups.module.scss.js.map +1 -0
  47. package/dist-lib/components/Plan/PlanForm/PlanForm.js +2 -2
  48. package/dist-lib/components/Plan/PlanForm/PlanForm.module.scss.js +18 -0
  49. package/dist-lib/components/Plan/PlanForm/PlanForm.module.scss.js.map +1 -0
  50. package/dist-lib/components/Plan/PlanForm/PlanFormNav.js +1 -1
  51. package/dist-lib/components/Plan/PlanHistory/PlanHistory.js +1 -1
  52. package/dist-lib/components/Plan/PlanHistory/PlanHistory.module.scss.js +18 -0
  53. package/dist-lib/components/Plan/PlanHistory/PlanHistory.module.scss.js.map +1 -0
  54. package/dist-lib/components/Plan/PlanItems/PlanItem.js +1 -1
  55. package/dist-lib/components/Plan/PlanItems/PlanItem.module.scss.js +40 -0
  56. package/dist-lib/components/Plan/PlanItems/PlanItem.module.scss.js.map +1 -0
  57. package/dist-lib/components/Plan/PlanPendingBackup/PlanPendingBackup.js +1 -1
  58. package/dist-lib/components/Plan/PlanPendingBackup/PlanPendingBackup.module.scss.js +20 -0
  59. package/dist-lib/components/Plan/PlanPendingBackup/PlanPendingBackup.module.scss.js.map +1 -0
  60. package/dist-lib/components/Plan/PlanProgress/PlanProgress.js +1 -1
  61. package/dist-lib/components/Plan/PlanProgress/PlanProgress.module.scss.js +8 -0
  62. package/dist-lib/components/Plan/PlanProgress/PlanProgress.module.scss.js.map +1 -0
  63. package/dist-lib/components/Plan/PlanRemoveModal/PlanRemoveModal.js +1 -1
  64. package/dist-lib/components/Plan/PlanRemoveModal/PlanRemoveModal.module.scss.js +8 -0
  65. package/dist-lib/components/Plan/PlanRemoveModal/PlanRemoveModal.module.scss.js.map +1 -0
  66. package/dist-lib/components/Plan/PlanSettings/PlanAdvancedSettings.js +1 -1
  67. package/dist-lib/components/Plan/PlanSettings/PlanGeneralSettings.js +1 -1
  68. package/dist-lib/components/Plan/PlanSettings/PlanNotificationSettings.js +1 -1
  69. package/dist-lib/components/Plan/PlanSettings/PlanPerformanceSettings.js +1 -1
  70. package/dist-lib/components/Plan/PlanSettings/PlanPruneSettings.js +1 -1
  71. package/dist-lib/components/Plan/PlanSettings/PlanScriptsSettings.js +1 -1
  72. package/dist-lib/components/Plan/PlanSettings/PlanSettings.module.scss.js +60 -0
  73. package/dist-lib/components/Plan/PlanSettings/PlanSettings.module.scss.js.map +1 -0
  74. package/dist-lib/components/Plan/PlanSettings/PlanSourceSettings.js +1 -1
  75. package/dist-lib/components/Plan/PlanSettings/PlanStrategySettings.js +1 -1
  76. package/dist-lib/components/Plan/PlanSettings/PlanTypeSettings.js +1 -1
  77. package/dist-lib/components/Plan/PlanStats/PlanStats.js +1 -1
  78. package/dist-lib/components/Plan/PlanStats/PlanStats.module.scss.js +22 -0
  79. package/dist-lib/components/Plan/PlanStats/PlanStats.module.scss.js.map +1 -0
  80. package/dist-lib/components/Plan/Restores/Restores.js +1 -1
  81. package/dist-lib/components/Restore/RestoreChangeViewer/RestoreChangeViewer.js +1 -1
  82. package/dist-lib/components/Restore/RestoreChangeViewer/RestoreChangeViewer.module.scss.js +16 -0
  83. package/dist-lib/components/Restore/RestoreChangeViewer/RestoreChangeViewer.module.scss.js.map +1 -0
  84. package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.js +1 -1
  85. package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.module.scss.js +70 -0
  86. package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.module.scss.js.map +1 -0
  87. package/dist-lib/components/Restore/RestoreWizard/RestoreConfirmStep.js +1 -1
  88. package/dist-lib/components/Restore/RestoreWizard/RestoreFileSelectorStep.js +1 -1
  89. package/dist-lib/components/Restore/RestoreWizard/RestorePreviewStep.js +1 -1
  90. package/dist-lib/components/Restore/RestoreWizard/RestoreSettingsStep.js +1 -1
  91. package/dist-lib/components/Restore/RestoreWizard/RestoreWizard.js +1 -1
  92. package/dist-lib/components/Restore/RestoreWizard/RestoreWizard.module.scss.js +64 -0
  93. package/dist-lib/components/Restore/RestoreWizard/RestoreWizard.module.scss.js.map +1 -0
  94. package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.js +1 -1
  95. package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.module.scss.js +68 -0
  96. package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.module.scss.js.map +1 -0
  97. package/dist-lib/components/Settings/GeneralSettings/GeneralSettings.js +1 -1
  98. package/dist-lib/components/Settings/GeneralSettings/GeneralSettings.module.scss.js +8 -0
  99. package/dist-lib/components/Settings/GeneralSettings/GeneralSettings.module.scss.js.map +1 -0
  100. package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.js +1 -1
  101. package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.module.scss.js +12 -0
  102. package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.module.scss.js.map +1 -0
  103. package/dist-lib/components/Settings/IntegrationSettings/SMTPSettings.js +1 -1
  104. package/dist-lib/components/Skeleton/SkeletonItems.js +1 -1
  105. package/dist-lib/components/Skeleton/SkeletonItems.module.scss.js +26 -0
  106. package/dist-lib/components/Skeleton/SkeletonItems.module.scss.js.map +1 -0
  107. package/dist-lib/components/Storage/AddStorage/AddStorage.js +1 -1
  108. package/dist-lib/components/Storage/AddStorage/AddStorage.module.scss.js +34 -0
  109. package/dist-lib/components/Storage/AddStorage/AddStorage.module.scss.js.map +1 -0
  110. package/dist-lib/components/Storage/EditStorage/EditStorage.js +1 -1
  111. package/dist-lib/components/Storage/StorageAuthSettings/StorageAuthSettings.js +1 -1
  112. package/dist-lib/components/Storage/StorageItem/StorageItem.js +1 -1
  113. package/dist-lib/components/Storage/StorageItem/StorageItem.module.scss.js +32 -0
  114. package/dist-lib/components/Storage/StorageItem/StorageItem.module.scss.js.map +1 -0
  115. package/dist-lib/components/Storage/StorageSettings/StorageSettings.js +1 -1
  116. package/dist-lib/components/Storage/StorageSettings/StorageSettings.module.scss.js +8 -0
  117. package/dist-lib/components/Storage/StorageSettings/StorageSettings.module.scss.js.map +1 -0
  118. package/dist-lib/components/common/ActionModal/ActionModal.js +1 -1
  119. package/dist-lib/components/common/ActionModal/ActionModal.module.scss.js +16 -0
  120. package/dist-lib/components/common/ActionModal/ActionModal.module.scss.js.map +1 -0
  121. package/dist-lib/components/common/AnimatedWrapper/AnimatedWrapper.js +1 -1
  122. package/dist-lib/components/common/AnimatedWrapper/AnimatedWrapper.module.scss.js +30 -0
  123. package/dist-lib/components/common/AnimatedWrapper/AnimatedWrapper.module.scss.js.map +1 -0
  124. package/dist-lib/components/common/Button/Button.js +1 -1
  125. package/dist-lib/components/common/Button/Button.module.scss.js +26 -0
  126. package/dist-lib/components/common/Button/Button.module.scss.js.map +1 -0
  127. package/dist-lib/components/common/FileManager/FileManager.js +1 -1
  128. package/dist-lib/components/common/FileManager/FileManager.module.scss.js +30 -0
  129. package/dist-lib/components/common/FileManager/FileManager.module.scss.js.map +1 -0
  130. package/dist-lib/components/common/FolderPicker/FolderPicker.js +1 -1
  131. package/dist-lib/components/common/FolderPicker/FolderPicker.module.scss.js +16 -0
  132. package/dist-lib/components/common/FolderPicker/FolderPicker.module.scss.js.map +1 -0
  133. package/dist-lib/components/common/ItemsLayout/ItemsLayout.js +1 -1
  134. package/dist-lib/components/common/ItemsLayout/ItemsLayout.module.scss.js +10 -0
  135. package/dist-lib/components/common/ItemsLayout/ItemsLayout.module.scss.js.map +1 -0
  136. package/dist-lib/components/common/LogViewer/LogViewer.js +1 -1
  137. package/dist-lib/components/common/LogViewer/LogViewer.module.scss.js +52 -0
  138. package/dist-lib/components/common/LogViewer/LogViewer.module.scss.js.map +1 -0
  139. package/dist-lib/components/common/Modal/Modal.js +1 -1
  140. package/dist-lib/components/common/Modal/Modal.module.scss.js +16 -0
  141. package/dist-lib/components/common/Modal/Modal.module.scss.js.map +1 -0
  142. package/dist-lib/components/common/NotFound/NotFound.js +1 -1
  143. package/dist-lib/components/common/NotFound/NotFound.module.scss.js +8 -0
  144. package/dist-lib/components/common/NotFound/NotFound.module.scss.js.map +1 -0
  145. package/dist-lib/components/common/PageHeader/PageHeader.js +1 -1
  146. package/dist-lib/components/common/PageHeader/PageHeader.module.scss.js +14 -0
  147. package/dist-lib/components/common/PageHeader/PageHeader.module.scss.js.map +1 -0
  148. package/dist-lib/components/common/PathPicker/PathPicker.js +1 -1
  149. package/dist-lib/components/common/PathPicker/PathPicker.module.scss.js +38 -0
  150. package/dist-lib/components/common/PathPicker/PathPicker.module.scss.js.map +1 -0
  151. package/dist-lib/components/common/SearchItems/SearchItems.js +1 -1
  152. package/dist-lib/components/common/SearchItems/SearchItems.module.scss.js +14 -0
  153. package/dist-lib/components/common/SearchItems/SearchItems.module.scss.js.map +1 -0
  154. package/dist-lib/components/common/SidePanel/SidePanel.js +1 -1
  155. package/dist-lib/components/common/SidePanel/SidePanel.module.scss.js +26 -0
  156. package/dist-lib/components/common/SidePanel/SidePanel.module.scss.js.map +1 -0
  157. package/dist-lib/components/common/SortItems/SortItems.js +1 -1
  158. package/dist-lib/components/common/SortItems/SortItems.module.scss.js +16 -0
  159. package/dist-lib/components/common/SortItems/SortItems.module.scss.js.map +1 -0
  160. package/dist-lib/components/common/Tabs/Tabs.js +1 -1
  161. package/dist-lib/components/common/Tabs/Tabs.module.scss.js +15 -0
  162. package/dist-lib/components/common/Tabs/Tabs.module.scss.js.map +1 -0
  163. package/dist-lib/components/common/TagsFilter/TagsFilter.js +1 -1
  164. package/dist-lib/components/common/TagsFilter/TagsFilter.module.scss.js +18 -0
  165. package/dist-lib/components/common/TagsFilter/TagsFilter.module.scss.js.map +1 -0
  166. package/dist-lib/components/common/form/FormField/FormField.js +1 -1
  167. package/dist-lib/components/common/form/FormField/FormField.module.scss.js +18 -0
  168. package/dist-lib/components/common/form/FormField/FormField.module.scss.js.map +1 -0
  169. package/dist-lib/components/common/form/Input/Input.js +1 -1
  170. package/dist-lib/components/common/form/Input/Input.module.scss.js +22 -0
  171. package/dist-lib/components/common/form/Input/Input.module.scss.js.map +1 -0
  172. package/dist-lib/components/common/form/IntervalField/IntervalField.js +1 -1
  173. package/dist-lib/components/common/form/IntervalField/IntervalField.module.scss.js +18 -0
  174. package/dist-lib/components/common/form/IntervalField/IntervalField.module.scss.js.map +1 -0
  175. package/dist-lib/components/common/form/MultiSelect/MultiSelect.js +1 -1
  176. package/dist-lib/components/common/form/MultiSelect/MultiSelect.module.scss.js +30 -0
  177. package/dist-lib/components/common/form/MultiSelect/MultiSelect.module.scss.js.map +1 -0
  178. package/dist-lib/components/common/form/NumberInput/NumberInput.js +1 -1
  179. package/dist-lib/components/common/form/NumberInput/NumberInput.module.scss.js +22 -0
  180. package/dist-lib/components/common/form/NumberInput/NumberInput.module.scss.js.map +1 -0
  181. package/dist-lib/components/common/form/PasswordField/PasswordField.js +1 -1
  182. package/dist-lib/components/common/form/PasswordField/PasswordField.module.scss.js +24 -0
  183. package/dist-lib/components/common/form/PasswordField/PasswordField.module.scss.js.map +1 -0
  184. package/dist-lib/components/common/form/RadioIconSelect/RadioIconSelect.js +1 -1
  185. package/dist-lib/components/common/form/RadioIconSelect/RadioIconSelect.module.scss.js +26 -0
  186. package/dist-lib/components/common/form/RadioIconSelect/RadioIconSelect.module.scss.js.map +1 -0
  187. package/dist-lib/components/common/form/Select/Select.js +1 -1
  188. package/dist-lib/components/common/form/Select/Select.module.scss.js +40 -0
  189. package/dist-lib/components/common/form/Select/Select.module.scss.js.map +1 -0
  190. package/dist-lib/components/common/form/SizePicker/SizePicker.js +1 -1
  191. package/dist-lib/components/common/form/SizePicker/SizePicker.module.scss.js +20 -0
  192. package/dist-lib/components/common/form/SizePicker/SizePicker.module.scss.js.map +1 -0
  193. package/dist-lib/components/common/form/StoragePicker/StoragePicker.js +1 -1
  194. package/dist-lib/components/common/form/StoragePicker/StoragePicker.module.scss.js +16 -0
  195. package/dist-lib/components/common/form/StoragePicker/StoragePicker.module.scss.js.map +1 -0
  196. package/dist-lib/components/common/form/TagsInput/TagsInput.js +1 -1
  197. package/dist-lib/components/common/form/TagsInput/TagsInput.module.scss.js +14 -0
  198. package/dist-lib/components/common/form/TagsInput/TagsInput.module.scss.js.map +1 -0
  199. package/dist-lib/components/common/form/TimePicker/TimePicker.js +1 -1
  200. package/dist-lib/components/common/form/TimePicker/TimePicker.module.scss.js +28 -0
  201. package/dist-lib/components/common/form/TimePicker/TimePicker.module.scss.js.map +1 -0
  202. package/dist-lib/components/common/form/Toggle/Toggle.js +1 -1
  203. package/dist-lib/components/common/form/Toggle/Toggle.module.scss.js +12 -0
  204. package/dist-lib/components/common/form/Toggle/Toggle.module.scss.js.map +1 -0
  205. package/dist-lib/components/common/form/Tristate/Tristate.js +1 -1
  206. package/dist-lib/components/common/form/Tristate/Tristate.module.scss.js +18 -0
  207. package/dist-lib/components/common/form/Tristate/Tristate.module.scss.js.map +1 -0
  208. package/dist-lib/routes/DeviceSingle/DeviceSingle.js +1 -1
  209. package/dist-lib/routes/DeviceSingle/DeviceSingle.module.scss.js +14 -0
  210. package/dist-lib/routes/DeviceSingle/DeviceSingle.module.scss.js.map +1 -0
  211. package/dist-lib/routes/Login/Login.js +1 -1
  212. package/dist-lib/routes/Login/Login.module.scss.js +20 -0
  213. package/dist-lib/routes/Login/Login.module.scss.js.map +1 -0
  214. package/dist-lib/routes/PlanSingle/PlanSingle.js +1 -1
  215. package/dist-lib/routes/PlanSingle/PlanSingle.module.scss.js +20 -0
  216. package/dist-lib/routes/PlanSingle/PlanSingle.module.scss.js.map +1 -0
  217. package/dist-lib/routes/Plans/Plans.js +1 -1
  218. package/dist-lib/routes/Plans/Plans.module.scss.js +12 -0
  219. package/dist-lib/routes/Plans/Plans.module.scss.js.map +1 -0
  220. package/dist-lib/routes/Settings/Settings.js +1 -1
  221. package/dist-lib/routes/Settings/Settings.module.scss.js +20 -0
  222. package/dist-lib/routes/Settings/Settings.module.scss.js.map +1 -0
  223. package/dist-lib/routes/Setup/Setup.js +1 -1
  224. package/dist-lib/routes/Setup/Setup.module.scss.js +32 -0
  225. package/dist-lib/routes/Setup/Setup.module.scss.js.map +1 -0
  226. package/dist-lib/routes/Sources/Sources.js +1 -1
  227. package/dist-lib/routes/Sources/Sources.module.scss.js +12 -0
  228. package/dist-lib/routes/Sources/Sources.module.scss.js.map +1 -0
  229. package/dist-lib/routes/Storages/Storages.js +1 -1
  230. package/dist-lib/routes/Storages/Storages.module.scss.js +12 -0
  231. package/dist-lib/routes/Storages/Storages.module.scss.js.map +1 -0
  232. package/dist-lib/styles/core-frontend.css +1 -0
  233. package/package.json +1 -1
@@ -6,7 +6,7 @@ import { ToastContainer as f, Slide as h } from "react-toastify";
6
6
  import u from "../SideNav/SideNav.js";
7
7
  import { API_URL as x } from "../../../utils/constants.js";
8
8
  import g from "../AppContent/AppContent.js";
9
- import s from "./App.module.scss";
9
+ import s from "./App.module.scss.js";
10
10
  import { useTheme as S } from "../../../context/ThemeContext.js";
11
11
  import { usePwaAutoUpdate as T } from "../../../hooks/usePwaAutoUpdate.js";
12
12
  import { useGetSettings as A } from "../../../services/settings.js";
@@ -0,0 +1,10 @@
1
+ const p = "App-module__app___9Gdrj", a = "App-module__appContainer___yafZG", _ = {
2
+ app: p,
3
+ appContainer: a
4
+ };
5
+ export {
6
+ p as app,
7
+ a as appContainer,
8
+ _ as default
9
+ };
10
+ //# sourceMappingURL=App.module.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"App.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import n from "./AppContent.module.scss";
2
+ import n from "./AppContent.module.scss.js";
3
3
  const s = ({ children: t }) => /* @__PURE__ */ e("div", { className: n.appContentWrap, children: /* @__PURE__ */ e("div", { className: n.appContent, children: /* @__PURE__ */ e("div", { className: n.appContentInner, children: t }) }) });
4
4
  export {
5
5
  s as default
@@ -0,0 +1,8 @@
1
+ const p = "AppContent-module__appContentWrap___dpi6B", t = {
2
+ appContentWrap: p
3
+ };
4
+ export {
5
+ p as appContentWrap,
6
+ t as default
7
+ };
8
+ //# sourceMappingURL=AppContent.module.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppContent.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as e, Fragment as t, jsxs as r } from "react/jsx-runtime";
2
- import o from "./Footer.module.scss";
2
+ import o from "./Footer.module.scss.js";
3
3
  const c = ({ version: a = "1.0.0", hideUpgradeLink: l = !1, changeLogUrl: n }) => /* @__PURE__ */ e(t, { children: /* @__PURE__ */ r("div", { className: o.footer, children: [
4
4
  /* @__PURE__ */ r("span", { children: [
5
5
  "Pluton v",
@@ -0,0 +1,8 @@
1
+ const o = "Footer-module__footer___D-VFL", e = {
2
+ footer: o
3
+ };
4
+ export {
5
+ e as default,
6
+ o as footer
7
+ };
8
+ //# sourceMappingURL=Footer.module.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -4,7 +4,7 @@ import { useState as p } from "react";
4
4
  import { useLogout as r } from "../../../services/users.js";
5
5
  import a from "../../common/Icon/Icon.js";
6
6
  import c from "../../common/Logo/Logo.js";
7
- import o from "./SideNav.module.scss";
7
+ import o from "./SideNav.module.scss.js";
8
8
  import u from "../../common/Modal/Modal.js";
9
9
  import { isMobile as l } from "../../../utils/helpers.js";
10
10
  const N = () => {
@@ -0,0 +1,12 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SideNav.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -2,7 +2,7 @@ import { jsxs as i, jsx as s, Fragment as v } from "react/jsx-runtime";
2
2
  import { useMemo as N } from "react";
3
3
  import { NavLink as h } from "react-router";
4
4
  import n from "../../common/Icon/Icon.js";
5
- import e from "./DeviceBackups.module.scss";
5
+ import e from "./DeviceBackups.module.scss.js";
6
6
  import { formatBytes as p } from "../../../utils/helpers.js";
7
7
  const w = ({ plans: l }) => {
8
8
  const m = N(() => {
@@ -0,0 +1,40 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeviceBackups.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
@@ -1,5 +1,5 @@
1
1
  import { jsxs as i, jsx as s } from "react/jsx-runtime";
2
- import e from "../DeviceInfo/DeviceInfo.module.scss";
2
+ import e from "../DeviceInfo/DeviceInfo.module.scss.js";
3
3
  import c from "../../common/Icon/Icon.js";
4
4
  import { getProcessorIcon as t } from "../../../utils/helpers.js";
5
5
  const N = ({ cpu: r }) => {
@@ -1,5 +1,5 @@
1
1
  import { jsxs as m, jsx as o } from "react/jsx-runtime";
2
- import r from "./DeviceInfo.module.scss";
2
+ import r from "./DeviceInfo.module.scss.js";
3
3
  import f from "../DeviceNetworks/DeviceNetworks.js";
4
4
  import D from "../DeviceStorageDrives/DeviceStorageDrives.js";
5
5
  import g from "../DeviceStorageDisks/DeviceStorageDisks.js";
@@ -0,0 +1,42 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeviceInfo.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as t } from "react/jsx-runtime";
2
2
  import s from "../../common/Icon/Icon.js";
3
- import e from "./DeviceItem.module.scss";
3
+ import e from "./DeviceItem.module.scss.js";
4
4
  import { useNavigate as C, NavLink as I } from "react-router";
5
5
  import { useState as p } from "react";
6
6
  import { getOSIcon as k } from "../../../utils/helpers.js";
@@ -0,0 +1,38 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeviceItem.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
@@ -1,5 +1,5 @@
1
1
  import { jsxs as i, Fragment as v, jsx as e } from "react/jsx-runtime";
2
- import t from "../DeviceInfo/DeviceInfo.module.scss";
2
+ import t from "../DeviceInfo/DeviceInfo.module.scss.js";
3
3
  import c from "../../common/Icon/Icon.js";
4
4
  import { formatBytes as s } from "../../../utils/helpers.js";
5
5
  import { useMemo as N } from "react";
@@ -1,5 +1,5 @@
1
1
  import { jsx as s, jsxs as r } from "react/jsx-runtime";
2
- import i from "../DeviceInfo/DeviceInfo.module.scss";
2
+ import i from "../DeviceInfo/DeviceInfo.module.scss.js";
3
3
  import a from "../../common/Icon/Icon.js";
4
4
  const d = ({ network: c }) => /* @__PURE__ */ s("div", { className: i.networks, children: c.length > 0 && /* @__PURE__ */ r("div", { className: i.component, children: [
5
5
  /* @__PURE__ */ r("div", { className: i.componentTitle, children: [
@@ -2,7 +2,7 @@ import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
2
  import f from "../../common/form/Input/Input.js";
3
3
  import o from "../../common/form/NumberInput/NumberInput.js";
4
4
  import n from "../../common/form/SizePicker/SizePicker.js";
5
- import d from "../EditDevice/EditDevice.module.scss";
5
+ import d from "../EditDevice/EditDevice.module.scss.js";
6
6
  const U = ({ settings: e = {}, onUpdate: m }) => {
7
7
  const i = e != null && e.bwlimit ? e == null ? void 0 : e.bwlimit.split(":") : "", h = Array.isArray(i) && i[0] && i[0] !== "off" ? i[0] : "", p = Array.isArray(i) && i[1] && i[1] !== "off" ? i[1] : "", a = (l, u) => {
8
8
  let c = u;
@@ -1,7 +1,7 @@
1
1
  import { jsxs as i, jsx as a } from "react/jsx-runtime";
2
2
  import d from "../../common/form/Input/Input.js";
3
3
  import o from "../../common/form/NumberInput/NumberInput.js";
4
- import l from "../EditDevice/EditDevice.module.scss";
4
+ import l from "../EditDevice/EditDevice.module.scss.js";
5
5
  const h = ({ settings: e = {}, onUpdate: c }) => /* @__PURE__ */ i("div", { children: [
6
6
  /* @__PURE__ */ a("div", { className: l.field, children: /* @__PURE__ */ a(
7
7
  d,
@@ -1,5 +1,5 @@
1
1
  import { jsxs as n, jsx as i } from "react/jsx-runtime";
2
- import t from "../DeviceInfo/DeviceInfo.module.scss";
2
+ import t from "../DeviceInfo/DeviceInfo.module.scss.js";
3
3
  import c from "../../common/Icon/Icon.js";
4
4
  import { formatBytes as s } from "../../../utils/helpers.js";
5
5
  const d = ({ storageDisks: r }) => /* @__PURE__ */ n("div", { className: t.component, children: [
@@ -1,5 +1,5 @@
1
1
  import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
- import i from "../DeviceInfo/DeviceInfo.module.scss";
2
+ import i from "../DeviceInfo/DeviceInfo.module.scss.js";
3
3
  import a from "../../common/Icon/Icon.js";
4
4
  import { formatBytes as o } from "../../../utils/helpers.js";
5
5
  const p = ({ storageDrives: l }) => /* @__PURE__ */ t("div", { className: i.component, children: [
@@ -1,5 +1,5 @@
1
1
  import { jsxs as c, jsx as i } from "react/jsx-runtime";
2
- import e from "../DeviceInfo/DeviceInfo.module.scss";
2
+ import e from "../DeviceInfo/DeviceInfo.module.scss.js";
3
3
  import l from "../../common/Icon/Icon.js";
4
4
  import { getOSIcon as a } from "../../../utils/helpers.js";
5
5
  const h = ({ os: s, time: n }) => {
@@ -3,7 +3,7 @@ import { useState as d, useEffect as w } from "react";
3
3
  import { toast as y } from "react-toastify";
4
4
  import l from "../../common/Icon/Icon.js";
5
5
  import T from "../../common/SidePanel/SidePanel.js";
6
- import s from "./EditDevice.module.scss";
6
+ import s from "./EditDevice.module.scss.js";
7
7
  import U from "../../common/form/Input/Input.js";
8
8
  import { useUpdateDevice as R } from "../../../services/devices.js";
9
9
  import F from "../../common/FolderPicker/FolderPicker.js";
@@ -0,0 +1,20 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditDevice.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,20 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddPlan.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -2,7 +2,7 @@ import { jsxs as s, jsx as o, Fragment as g } from "react/jsx-runtime";
2
2
  import n from "../../common/Icon/Icon.js";
3
3
  import k from "../../common/SidePanel/SidePanel.js";
4
4
  import { getBackupEventActionMessage as L, getRestoreEventActionMessage as D } from "../../../utils/progressHelpers.js";
5
- import r from "./BackupEvents.module.scss";
5
+ import r from "./BackupEvents.module.scss.js";
6
6
  import { useGetBackupProgressOnce as R } from "../../../services/backups.js";
7
7
  import { useGetRestoreProgressOnce as F } from "../../../services/restores.js";
8
8
  import { useState as M, useMemo as w } from "react";
@@ -0,0 +1,46 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackupEvents.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
@@ -4,7 +4,7 @@ import { useQueryClient as K } from "@tanstack/react-query";
4
4
  import { toast as F } from "react-toastify";
5
5
  import m from "../../common/Icon/Icon.js";
6
6
  import { useCancelBackup as L, useGetBackupProgress as T } from "../../../services/backups.js";
7
- import o from "./BackupProgress.module.scss";
7
+ import o from "./BackupProgress.module.scss.js";
8
8
  import { timeAgo as U, formatDateTime as O, formatBytes as A, formatSeconds as Y } from "../../../utils/helpers.js";
9
9
  import { extractResticData as H, generateBackupProgressMessage as J, generateRestoreProgressMessage as V } from "../../../utils/progressHelpers.js";
10
10
  import W from "../../common/ActionModal/ActionModal.js";
@@ -0,0 +1,34 @@
1
+ const s = "BackupProgress-module__backup___PNUwl", r = "BackupProgress-module__backupIcon___WgQfJ", _ = "BackupProgress-module__backupLeft___KWCq9", o = "BackupProgress-module__backupId___bl061", e = "BackupProgress-module__backupTime___NDhjn", a = "BackupProgress-module__backupError___5i78H", c = "BackupProgress-module__backupStart___Vcxtn", u = "BackupProgress-module__progressMessage___EHBEM", p = "BackupProgress-module__backupRight___Pkh21", t = "BackupProgress-module__ProgressStats___ofhq1", g = "BackupProgress-module__ProgressStatsLeft___wSB09", k = "BackupProgress-module__progressBar___n7TbM", l = "BackupProgress-module__progressBarFill___wJOQa", b = "BackupProgress-module__progressBarFilled___RE40d", B = {
2
+ backup: s,
3
+ backupIcon: r,
4
+ backupLeft: _,
5
+ backupId: o,
6
+ backupTime: e,
7
+ backupError: a,
8
+ backupStart: c,
9
+ progressMessage: u,
10
+ backupRight: p,
11
+ ProgressStats: t,
12
+ ProgressStatsLeft: g,
13
+ progressBar: k,
14
+ progressBarFill: l,
15
+ progressBarFilled: b
16
+ };
17
+ export {
18
+ t as ProgressStats,
19
+ g as ProgressStatsLeft,
20
+ s as backup,
21
+ a as backupError,
22
+ r as backupIcon,
23
+ o as backupId,
24
+ _ as backupLeft,
25
+ p as backupRight,
26
+ c as backupStart,
27
+ e as backupTime,
28
+ B as default,
29
+ k as progressBar,
30
+ l as progressBarFill,
31
+ b as progressBarFilled,
32
+ u as progressMessage
33
+ };
34
+ //# sourceMappingURL=BackupProgress.module.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackupProgress.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
@@ -3,7 +3,7 @@ import { useState as b } from "react";
3
3
  import { toast as g } from "react-toastify";
4
4
  import { formatDuration as I, formatBytes as K, formatNumberToK as Q, timeAgo as F, formatDateTime as C } from "../../../utils/helpers.js";
5
5
  import l from "../../common/Icon/Icon.js";
6
- import i from "./Backups.module.scss";
6
+ import i from "./Backups.module.scss.js";
7
7
  import V from "../../common/ActionModal/ActionModal.js";
8
8
  import { useDeleteBackup as W, useDownloadBackup as Y, useCancelBackupDownload as J, useGetBackupDownload as X } from "../../../services/backups.js";
9
9
  import { useQueryClient as Z } from "@tanstack/react-query";
@@ -0,0 +1,46 @@
1
+ const a = "Backups-module__backupsTable___1CGv4", s = "Backups-module__noBackups___G3Tp1", _ = "Backups-module__backupsTableHead___mX1k5", e = "Backups-module__backupsTableContent___O-L1X", c = "Backups-module__backupsTableRow___ZlNTU", o = "Backups-module__backupTitle___0Qhc5", t = "Backups-module__activeBackup___yKjQp", u = "Backups-module__downloadLabel___3nVM1", l = "Backups-module__downloadLabelFailed___a85Eh", n = "Backups-module__downloadLabelDone___QAdWQ", d = "Backups-module__snapOptsBtn___Czstl", p = "Backups-module__changes___k8tAd", k = "Backups-module__changesNew___NgYys", b = "Backups-module__changesModified___EKb3P", B = "Backups-module__changesRemoved___gclyZ", m = "Backups-module__target___-xtkM", T = "Backups-module__status___BDxhH", i = "Backups-module__statusHasError___ZxjwT", g = "Backups-module__settings___jTmVI", w = "Backups-module__backupsTableRowActive___QH1KF", h = {
2
+ backupsTable: a,
3
+ noBackups: s,
4
+ backupsTableHead: _,
5
+ backupsTableContent: e,
6
+ backupsTableRow: c,
7
+ backupTitle: o,
8
+ activeBackup: t,
9
+ downloadLabel: u,
10
+ downloadLabelFailed: l,
11
+ downloadLabelDone: n,
12
+ snapOptsBtn: d,
13
+ changes: p,
14
+ changesNew: k,
15
+ changesModified: b,
16
+ changesRemoved: B,
17
+ target: m,
18
+ status: T,
19
+ statusHasError: i,
20
+ settings: g,
21
+ backupsTableRowActive: w
22
+ };
23
+ export {
24
+ t as activeBackup,
25
+ o as backupTitle,
26
+ a as backupsTable,
27
+ e as backupsTableContent,
28
+ _ as backupsTableHead,
29
+ c as backupsTableRow,
30
+ w as backupsTableRowActive,
31
+ p as changes,
32
+ b as changesModified,
33
+ k as changesNew,
34
+ B as changesRemoved,
35
+ h as default,
36
+ u as downloadLabel,
37
+ n as downloadLabelDone,
38
+ l as downloadLabelFailed,
39
+ s as noBackups,
40
+ g as settings,
41
+ d as snapOptsBtn,
42
+ T as status,
43
+ i as statusHasError,
44
+ m as target
45
+ };
46
+ //# sourceMappingURL=Backups.module.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Backups.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as r } from "react/jsx-runtime";
2
2
  import { useState as v } from "react";
3
- import e from "./PlanBackups.module.scss";
3
+ import e from "./PlanBackups.module.scss.js";
4
4
  import { formatBytes as N } from "../../../utils/helpers.js";
5
5
  import g from "../Restores/Restores.js";
6
6
  import B from "../Backups/Backups.js";
@@ -0,0 +1,16 @@
1
+ const s = "PlanBackups-module__backups___soQue", a = "PlanBackups-module__backupsHeader___KqV1q", _ = "PlanBackups-module__historyTabs___NLwWF", c = "PlanBackups-module__historyTabActive___IPWAI", o = "PlanBackups-module__backupsInfo___e6Xw1", u = {
2
+ backups: s,
3
+ backupsHeader: a,
4
+ historyTabs: _,
5
+ historyTabActive: c,
6
+ backupsInfo: o
7
+ };
8
+ export {
9
+ s as backups,
10
+ a as backupsHeader,
11
+ o as backupsInfo,
12
+ u as default,
13
+ c as historyTabActive,
14
+ _ as historyTabs
15
+ };
16
+ //# sourceMappingURL=PlanBackups.module.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlanBackups.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -6,8 +6,8 @@ import R from "../../common/form/StoragePicker/StoragePicker.js";
6
6
  import z from "../PlanSettings/PlanStrategySettings.js";
7
7
  import L from "../PlanSettings/PlanSourceSettings.js";
8
8
  import V from "../../common/form/NumberInput/NumberInput.js";
9
- import t from "../AddPlan/AddPlan.module.scss";
10
- import c from "./PlanForm.module.scss";
9
+ import t from "../AddPlan/AddPlan.module.scss.js";
10
+ import c from "./PlanForm.module.scss.js";
11
11
  import { useGetSettings as q } from "../../../services/settings.js";
12
12
  import A from "../PlanSettings/PlanAdvancedSettings.js";
13
13
  import { isPlanSettingsValid as d } from "../../../utils/plans.js";
@@ -0,0 +1,18 @@
1
+ const t = "PlanForm-module__steps___0962y", s = "PlanForm-module__stepCurrent___nWKR8", e = "PlanForm-module__stepPassed___Bslhj", _ = "PlanForm-module__stepsEdit___dMJhw", o = "PlanForm-module__formContent___hmenm", n = "PlanForm-module__backButton___ILbl0", m = {
2
+ steps: t,
3
+ stepCurrent: s,
4
+ stepPassed: e,
5
+ stepsEdit: _,
6
+ formContent: o,
7
+ backButton: n
8
+ };
9
+ export {
10
+ n as backButton,
11
+ m as default,
12
+ o as formContent,
13
+ s as stepCurrent,
14
+ e as stepPassed,
15
+ t as steps,
16
+ _ as stepsEdit
17
+ };
18
+ //# sourceMappingURL=PlanForm.module.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlanForm.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}