@plutonhq/core-frontend 0.1.1 → 0.1.2

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 (71) hide show
  1. package/dist-lib/components/App/App/App.module.scss.js +5 -5
  2. package/dist-lib/components/App/AppContent/AppContent.module.scss.js +4 -4
  3. package/dist-lib/components/App/Footer/Footer.module.scss.js +1 -1
  4. package/dist-lib/components/App/SideNav/SideNav.module.scss.js +1 -1
  5. package/dist-lib/components/Device/DeviceBackups/DeviceBackups.module.scss.js +12 -12
  6. package/dist-lib/components/Device/DeviceInfo/DeviceInfo.module.scss.js +17 -17
  7. package/dist-lib/components/Device/DeviceItem/DeviceItem.module.scss.js +16 -16
  8. package/dist-lib/components/Device/EditDevice/EditDevice.module.scss.js +6 -6
  9. package/dist-lib/components/Plan/AddPlan/AddPlan.module.scss.js +12 -12
  10. package/dist-lib/components/Plan/BackupEvents/BackupEvents.module.scss.js +20 -20
  11. package/dist-lib/components/Plan/BackupProgress/BackupProgress.module.scss.js +13 -13
  12. package/dist-lib/components/Plan/Backups/Backups.module.scss.js +22 -22
  13. package/dist-lib/components/Plan/PlanBackups/PlanBackups.module.scss.js +5 -5
  14. package/dist-lib/components/Plan/PlanForm/PlanForm.module.scss.js +5 -5
  15. package/dist-lib/components/Plan/PlanHistory/PlanHistory.module.scss.js +6 -6
  16. package/dist-lib/components/Plan/PlanItems/PlanItem.module.scss.js +14 -14
  17. package/dist-lib/components/Plan/PlanPendingBackup/PlanPendingBackup.module.scss.js +10 -10
  18. package/dist-lib/components/Plan/PlanProgress/PlanProgress.module.scss.js +1 -1
  19. package/dist-lib/components/Plan/PlanRemoveModal/PlanRemoveModal.module.scss.js +1 -1
  20. package/dist-lib/components/Plan/PlanSettings/PlanSettings.module.scss.js +32 -32
  21. package/dist-lib/components/Plan/PlanStats/PlanStats.module.scss.js +1 -1
  22. package/dist-lib/components/Restore/RestoreChangeViewer/RestoreChangeViewer.module.scss.js +1 -1
  23. package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.module.scss.js +39 -39
  24. package/dist-lib/components/Restore/RestoreWizard/RestoreWizard.module.scss.js +40 -40
  25. package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.module.scss.js +32 -32
  26. package/dist-lib/components/Settings/GeneralSettings/GeneralSettings.module.scss.js +2 -2
  27. package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.module.scss.js +5 -5
  28. package/dist-lib/components/Skeleton/SkeletonItems.module.scss.js +6 -6
  29. package/dist-lib/components/Storage/AddStorage/AddStorage.module.scss.js +8 -8
  30. package/dist-lib/components/Storage/StorageItem/StorageItem.module.scss.js +8 -8
  31. package/dist-lib/components/Storage/StorageSettings/StorageSettings.module.scss.js +1 -1
  32. package/dist-lib/components/common/ActionModal/ActionModal.module.scss.js +9 -9
  33. package/dist-lib/components/common/AnimatedWrapper/AnimatedWrapper.module.scss.js +15 -15
  34. package/dist-lib/components/common/Button/Button.module.scss.js +7 -7
  35. package/dist-lib/components/common/FileManager/FileManager.module.scss.js +11 -11
  36. package/dist-lib/components/common/FolderPicker/FolderPicker.module.scss.js +1 -1
  37. package/dist-lib/components/common/ItemsLayout/ItemsLayout.module.scss.js +1 -1
  38. package/dist-lib/components/common/LogViewer/LogViewer.module.scss.js +26 -26
  39. package/dist-lib/components/common/Modal/Modal.module.scss.js +4 -4
  40. package/dist-lib/components/common/NotFound/NotFound.module.scss.js +4 -4
  41. package/dist-lib/components/common/PageHeader/PageHeader.module.scss.js +5 -5
  42. package/dist-lib/components/common/PathPicker/PathPicker.module.scss.js +9 -9
  43. package/dist-lib/components/common/SearchItems/SearchItems.module.scss.js +8 -8
  44. package/dist-lib/components/common/SidePanel/SidePanel.module.scss.js +14 -14
  45. package/dist-lib/components/common/SortItems/SortItems.module.scss.js +1 -1
  46. package/dist-lib/components/common/Tabs/Tabs.module.scss.js +7 -7
  47. package/dist-lib/components/common/TagsFilter/TagsFilter.module.scss.js +5 -5
  48. package/dist-lib/components/common/form/FormField/FormField.module.scss.js +5 -5
  49. package/dist-lib/components/common/form/Input/Input.module.scss.js +5 -5
  50. package/dist-lib/components/common/form/IntervalField/IntervalField.module.scss.js +4 -4
  51. package/dist-lib/components/common/form/MultiSelect/MultiSelect.module.scss.js +2 -2
  52. package/dist-lib/components/common/form/NumberInput/NumberInput.module.scss.js +10 -10
  53. package/dist-lib/components/common/form/PasswordField/PasswordField.module.scss.js +8 -8
  54. package/dist-lib/components/common/form/RadioIconSelect/RadioIconSelect.module.scss.js +9 -9
  55. package/dist-lib/components/common/form/Select/Select.module.scss.js +9 -9
  56. package/dist-lib/components/common/form/SizePicker/SizePicker.module.scss.js +4 -4
  57. package/dist-lib/components/common/form/StoragePicker/StoragePicker.module.scss.js +1 -1
  58. package/dist-lib/components/common/form/TagsInput/TagsInput.module.scss.js +6 -6
  59. package/dist-lib/components/common/form/TimePicker/TimePicker.module.scss.js +14 -14
  60. package/dist-lib/components/common/form/Toggle/Toggle.module.scss.js +2 -2
  61. package/dist-lib/components/common/form/Tristate/Tristate.module.scss.js +1 -1
  62. package/dist-lib/routes/DeviceSingle/DeviceSingle.module.scss.js +1 -1
  63. package/dist-lib/routes/Login/Login.module.scss.js +5 -5
  64. package/dist-lib/routes/PlanSingle/PlanSingle.module.scss.js +9 -9
  65. package/dist-lib/routes/Plans/Plans.module.scss.js +4 -4
  66. package/dist-lib/routes/Settings/Settings.module.scss.js +12 -12
  67. package/dist-lib/routes/Setup/Setup.module.scss.js +9 -9
  68. package/dist-lib/routes/Sources/Sources.module.scss.js +1 -1
  69. package/dist-lib/routes/Storages/Storages.module.scss.js +1 -1
  70. package/dist-lib/styles/core-frontend.css +1 -1
  71. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
- const a = "_app_9Gdrj", p = "_appContainer_yafZG", n = {
2
- app: a,
3
- appContainer: p
1
+ const p = "_app_mzpbk", a = "_appContainer_wnh2A", n = {
2
+ app: p,
3
+ appContainer: a
4
4
  };
5
5
  export {
6
- a as app,
7
- p as appContainer,
6
+ p as app,
7
+ a as appContainer,
8
8
  n as default
9
9
  };
10
10
  //# sourceMappingURL=App.module.scss.js.map
@@ -1,8 +1,8 @@
1
- const p = "_appContentWrap_dpi6B", t = {
2
- appContentWrap: p
1
+ const t = "_appContentWrap_KtqEs", p = {
2
+ appContentWrap: t
3
3
  };
4
4
  export {
5
- p as appContentWrap,
6
- t as default
5
+ t as appContentWrap,
6
+ p as default
7
7
  };
8
8
  //# sourceMappingURL=AppContent.module.scss.js.map
@@ -1,4 +1,4 @@
1
- const o = "_footer_D-VFL", t = {
1
+ const o = "_footer_CbIOj", t = {
2
2
  footer: o
3
3
  };
4
4
  export {
@@ -1,4 +1,4 @@
1
- const n = "_logo_xEdBv", a = "_navMenu_xM1X6", e = "_navMenuLabel_lcM-4", o = {
1
+ const n = "_logo_HHTl9", a = "_navMenu_2OSNT", e = "_navMenuLabel_1RIcT", o = {
2
2
  logo: n,
3
3
  navMenu: a,
4
4
  navMenuLabel: e
@@ -1,4 +1,4 @@
1
- const t = "_devicePlans_oPHBo", n = "_widget_pP7ZW", a = "_widgetTitle_5Xj8p", s = "_widgetContent_-ROg2", e = "_noData_CyjQd", o = "_plans_g2T66", _ = "_storages_oZov3", l = "_planItem_KSAvN", p = "_status_5AT-C", c = "_paused_WISSg", i = "_iconBlock_2ylnG", d = "_planContent_6sPYI", g = "_planStats_IOmIU", h = "_paths_0-H0o", P = "_pathItem_k7KFs", I = "_pathPlanTitle_fzETc", w = "_planPaths_6NZ3a", T = {
1
+ const t = "_devicePlans_OpdZx", n = "_widget_F2wpp", a = "_widgetTitle_d2RiL", s = "_widgetContent_KL6ae", e = "_noData_6ZF3k", o = "_plans_sak6i", _ = "_storages_003vy", l = "_planItem_82Ird", p = "_status_qSR17", c = "_paused_oFKkO", i = "_iconBlock_xoto1", d = "_planContent_aBfHs", h = "_planStats_Lx9y0", g = "_paths_uznaQ", w = "_pathItem_xRNxM", P = "_pathPlanTitle_nnV8Y", u = "_planPaths_C0qNh", C = {
2
2
  devicePlans: t,
3
3
  widget: n,
4
4
  widgetTitle: a,
@@ -11,25 +11,25 @@ const t = "_devicePlans_oPHBo", n = "_widget_pP7ZW", a = "_widgetTitle_5Xj8p", s
11
11
  paused: c,
12
12
  iconBlock: i,
13
13
  planContent: d,
14
- planStats: g,
15
- paths: h,
16
- pathItem: P,
17
- pathPlanTitle: I,
18
- planPaths: w
14
+ planStats: h,
15
+ paths: g,
16
+ pathItem: w,
17
+ pathPlanTitle: P,
18
+ planPaths: u
19
19
  };
20
20
  export {
21
- T as default,
21
+ C as default,
22
22
  t as devicePlans,
23
23
  i as iconBlock,
24
24
  e as noData,
25
- P as pathItem,
26
- I as pathPlanTitle,
27
- h as paths,
25
+ w as pathItem,
26
+ P as pathPlanTitle,
27
+ g as paths,
28
28
  c as paused,
29
29
  d as planContent,
30
30
  l as planItem,
31
- w as planPaths,
32
- g as planStats,
31
+ u as planPaths,
32
+ h as planStats,
33
33
  o as plans,
34
34
  p as status,
35
35
  _ as storages,
@@ -1,4 +1,4 @@
1
- const o = "_iconBlock_xvy9N", n = "_deviceInfo_7OUx0", t = "_reloading_9Tk0g", e = "_topComponents_0qVUy", c = "_widget_kqqTu", i = "_widgetTitle_7wxPd", s = "_widgetContent_9j8Zt", l = "_infoBlock_QnuDB", _ = "_infoBlockRight_X5kbn", r = "_additionalMemory_i4YVD", d = "_progressBar_Iijgk", g = "_progressBarFill_3-xD8", p = "_component_9pX4o", a = "_componentTitle_-des-", k = "_contentBlock_1lK5Z", B = "_componentContent_9kR8P", m = "_item_bs8NI", f = "_blockLabel_RAW-D", w = {
1
+ const o = "_iconBlock_XLfpR", n = "_deviceInfo_BsZxh", t = "_reloading_dKKsX", e = "_topComponents_khgQA", c = "_widget_4ycWI", i = "_widgetTitle_BFam3", s = "_widgetContent_D5JAd", l = "_infoBlock_aX3hx", _ = "_infoBlockRight_VePBP", p = "_additionalMemory_r0fDT", r = "_progressBar_jfxW7", a = "_progressBarFill_b2pl5", d = "_component_Un964", g = "_componentTitle_9uzS2", B = "_contentBlock_1Jwjh", m = "_componentContent_TaV5x", k = "_item_fi3X5", f = "_blockLabel_p6Zpe", w = {
2
2
  iconBlock: o,
3
3
  deviceInfo: n,
4
4
  reloading: t,
@@ -8,31 +8,31 @@ const o = "_iconBlock_xvy9N", n = "_deviceInfo_7OUx0", t = "_reloading_9Tk0g", e
8
8
  widgetContent: s,
9
9
  infoBlock: l,
10
10
  infoBlockRight: _,
11
- additionalMemory: r,
12
- progressBar: d,
13
- progressBarFill: g,
14
- component: p,
15
- componentTitle: a,
16
- contentBlock: k,
17
- componentContent: B,
18
- item: m,
11
+ additionalMemory: p,
12
+ progressBar: r,
13
+ progressBarFill: a,
14
+ component: d,
15
+ componentTitle: g,
16
+ contentBlock: B,
17
+ componentContent: m,
18
+ item: k,
19
19
  blockLabel: f
20
20
  };
21
21
  export {
22
- r as additionalMemory,
22
+ p as additionalMemory,
23
23
  f as blockLabel,
24
- p as component,
25
- B as componentContent,
26
- a as componentTitle,
27
- k as contentBlock,
24
+ d as component,
25
+ m as componentContent,
26
+ g as componentTitle,
27
+ B as contentBlock,
28
28
  w as default,
29
29
  n as deviceInfo,
30
30
  o as iconBlock,
31
31
  l as infoBlock,
32
32
  _ as infoBlockRight,
33
- m as item,
34
- d as progressBar,
35
- g as progressBarFill,
33
+ k as item,
34
+ r as progressBar,
35
+ a as progressBarFill,
36
36
  t as reloading,
37
37
  e as topComponents,
38
38
  c as widget,
@@ -1,4 +1,4 @@
1
- const t = "_device_DcBV6", e = "_leftContent_zVwBy", n = "_rightContent_o9qrv", c = "_deviceType_K1Zj9", o = "_deviceOS_8YDnl", i = "_connectionStatus_lTHpV", s = "_connected_zTVW3", _ = "_content_rMmXd", d = "_title_2-EfK", r = "_mainLabel_x4KgF", v = "_type_RUEFr", l = "_version_Gcz5K", a = "_moreBtn_FzPp1", m = "_moreBtnActive_t-WJQ", p = "_settings_LjuuA", B = "_deviceGrid_2AY96", g = {
1
+ const t = "_device_nWIsR", e = "_leftContent_EFDEW", n = "_rightContent_QO5i1", c = "_deviceType_P7cVa", o = "_deviceOS_iByph", i = "_connectionStatus_6Z1A4", s = "_connected_xkUHY", _ = "_content_tYQRK", d = "_title_R6PcB", v = "_mainLabel_pC7Bj", r = "_type_ECBBj", a = "_version_ibTuR", l = "_moreBtn_76kVE", B = "_moreBtnActive_98Stb", m = "_settings_EqdTH", p = "_deviceGrid_bcE3W", C = {
2
2
  device: t,
3
3
  leftContent: e,
4
4
  rightContent: n,
@@ -8,31 +8,31 @@ const t = "_device_DcBV6", e = "_leftContent_zVwBy", n = "_rightContent_o9qrv",
8
8
  connected: s,
9
9
  content: _,
10
10
  title: d,
11
- mainLabel: r,
12
- type: v,
13
- version: l,
14
- moreBtn: a,
15
- moreBtnActive: m,
16
- settings: p,
17
- deviceGrid: B
11
+ mainLabel: v,
12
+ type: r,
13
+ version: a,
14
+ moreBtn: l,
15
+ moreBtnActive: B,
16
+ settings: m,
17
+ deviceGrid: p
18
18
  };
19
19
  export {
20
20
  s as connected,
21
21
  i as connectionStatus,
22
22
  _ as content,
23
- g as default,
23
+ C as default,
24
24
  t as device,
25
- B as deviceGrid,
25
+ p as deviceGrid,
26
26
  o as deviceOS,
27
27
  c as deviceType,
28
28
  e as leftContent,
29
- r as mainLabel,
30
- a as moreBtn,
31
- m as moreBtnActive,
29
+ v as mainLabel,
30
+ l as moreBtn,
31
+ B as moreBtnActive,
32
32
  n as rightContent,
33
- p as settings,
33
+ m as settings,
34
34
  d as title,
35
- v as type,
36
- l as version
35
+ r as type,
36
+ a as version
37
37
  };
38
38
  //# sourceMappingURL=DeviceItem.module.scss.js.map
@@ -1,6 +1,6 @@
1
- const t = "_field_BvlEl", e = "_fieldErrorLabel_q-MtO", l = "_fileManagerBtn_Vybxr", a = "_label_TlxIz", n = "_titleInput_tjChV", r = "_createButton_LtDJ0", o = "_loader_jATKz", _ = {
2
- field: t,
3
- fieldErrorLabel: e,
1
+ const e = "_field_ehQbZ", t = "_fieldErrorLabel_KOc2O", l = "_fileManagerBtn_jBCQ3", a = "_label_570dk", n = "_titleInput_qGiNh", r = "_createButton_jVf6x", o = "_loader_KIaiW", i = {
2
+ field: e,
3
+ fieldErrorLabel: t,
4
4
  fileManagerBtn: l,
5
5
  label: a,
6
6
  titleInput: n,
@@ -9,9 +9,9 @@ const t = "_field_BvlEl", e = "_fieldErrorLabel_q-MtO", l = "_fileManagerBtn_Vyb
9
9
  };
10
10
  export {
11
11
  r as createButton,
12
- _ as default,
13
- t as field,
14
- e as fieldErrorLabel,
12
+ i as default,
13
+ e as field,
14
+ t as fieldErrorLabel,
15
15
  l as fileManagerBtn,
16
16
  a as label,
17
17
  o as loader,
@@ -1,20 +1,20 @@
1
- const e = "_field_ksmZa", t = "_fieldErrorLabel_I5zbL", l = "_label_Efum0", a = "_titleInput_ydqGk", r = "_summary_Xb5je", o = "_createButton_wUE0-", s = "_loader_c02Ed", n = {
2
- field: e,
3
- fieldErrorLabel: t,
1
+ const t = "_field_bpfHC", e = "_fieldErrorLabel_knIvj", l = "_label_L666A", r = "_titleInput_7jnJv", a = "_summary_J9Q0x", o = "_createButton_m7mPj", n = "_loader_xqkXk", s = {
2
+ field: t,
3
+ fieldErrorLabel: e,
4
4
  label: l,
5
- titleInput: a,
6
- summary: r,
5
+ titleInput: r,
6
+ summary: a,
7
7
  createButton: o,
8
- loader: s
8
+ loader: n
9
9
  };
10
10
  export {
11
11
  o as createButton,
12
- n as default,
13
- e as field,
14
- t as fieldErrorLabel,
12
+ s as default,
13
+ t as field,
14
+ e as fieldErrorLabel,
15
15
  l as label,
16
- s as loader,
17
- r as summary,
18
- a as titleInput
16
+ n as loader,
17
+ a as summary,
18
+ r as titleInput
19
19
  };
20
20
  //# sourceMappingURL=AddPlan.module.scss.js.map
@@ -1,46 +1,46 @@
1
- const e = "_backupEventsContainer_EZWRj", t = "_header_YKSN-", s = "_duration_laYZ6", n = "_status_IRLAG", r = "_inProgress_X5wkv", o = "_hasCompleted_xYsVX", i = "_hasFailed_DHyrH", a = "_eventList_BxFDP", _ = "_eventItem_SnTTQ", c = "_time_WwYls", d = "_phase_kBVd1", l = "_action_Oydd5", h = "_viewError_hzNA9", m = "_icon_l8ge9", p = "_error_qffbi", v = "_completed_9c1Jm", u = "_failed_Tkqql", g = "_retrying_HdxqP", E = "_isError_FuKGV", f = "_isWarning_OMenN", k = {
1
+ const e = "_backupEventsContainer_HjqMO", t = "_header_p4ylv", n = "_duration_eusJS", s = "_status_LxnfC", r = "_inProgress_McnwR", o = "_hasCompleted_rN4zW", i = "_hasFailed_lT0ZC", _ = "_eventList_BUqyn", a = "_eventItem_1oiWm", c = "_time_duJSM", d = "_phase_cAGxW", l = "_action_jSpx2", p = "_viewError_LTH4f", m = "_icon_O1UDA", u = "_error_yO4Y0", v = "_completed_xQVyc", h = "_failed_80Vri", g = "_retrying_kdxKu", C = "_isError_B4BVx", E = "_isWarning_jCRJH", x = {
2
2
  backupEventsContainer: e,
3
3
  header: t,
4
- duration: s,
5
- status: n,
4
+ duration: n,
5
+ status: s,
6
6
  inProgress: r,
7
7
  hasCompleted: o,
8
8
  hasFailed: i,
9
- eventList: a,
10
- eventItem: _,
9
+ eventList: _,
10
+ eventItem: a,
11
11
  time: c,
12
12
  phase: d,
13
13
  action: l,
14
- viewError: h,
14
+ viewError: p,
15
15
  icon: m,
16
- error: p,
16
+ error: u,
17
17
  completed: v,
18
- failed: u,
18
+ failed: h,
19
19
  retrying: g,
20
- isError: E,
21
- isWarning: f
20
+ isError: C,
21
+ isWarning: E
22
22
  };
23
23
  export {
24
24
  l as action,
25
25
  e as backupEventsContainer,
26
26
  v as completed,
27
- k as default,
28
- s as duration,
29
- p as error,
30
- _ as eventItem,
31
- a as eventList,
32
- u as failed,
27
+ x as default,
28
+ n as duration,
29
+ u as error,
30
+ a as eventItem,
31
+ _ as eventList,
32
+ h as failed,
33
33
  o as hasCompleted,
34
34
  i as hasFailed,
35
35
  t as header,
36
36
  m as icon,
37
37
  r as inProgress,
38
- E as isError,
39
- f as isWarning,
38
+ C as isError,
39
+ E as isWarning,
40
40
  d as phase,
41
41
  g as retrying,
42
- n as status,
42
+ s as status,
43
43
  c as time,
44
- h as viewError
44
+ p as viewError
45
45
  };
46
46
  //# sourceMappingURL=BackupEvents.module.scss.js.map
@@ -1,33 +1,33 @@
1
- const s = "_backup_PNUwl", r = "_backupIcon_WgQfJ", a = "_backupLeft_KWCq9", t = "_backupId_bl061", c = "_backupTime_NDhjn", o = "_backupError_5i78H", e = "_backupStart_Vcxtn", p = "_progressMessage_EHBEM", _ = "_backupRight_Pkh21", b = "_ProgressStats_ofhq1", g = "_ProgressStatsLeft_wSB09", k = "_progressBar_n7TbM", u = "_progressBarFill_wJOQa", n = "_progressBarFilled_RE40d", l = {
1
+ const s = "_backup_xrBY2", r = "_backupIcon_sBcYP", a = "_backupLeft_V5cyn", c = "_backupId_A3vOk", t = "_backupTime_FLoZl", o = "_backupError_Qr3I1", e = "_backupStart_Fwt82", p = "_progressMessage_Xqy9x", _ = "_backupRight_vmL13", u = "_ProgressStats_eHX1y", k = "_ProgressStatsLeft_iR3BL", b = "_progressBar_1S0Ti", g = "_progressBarFill_usvOn", n = "_progressBarFilled_0fFcI", l = {
2
2
  backup: s,
3
3
  backupIcon: r,
4
4
  backupLeft: a,
5
- backupId: t,
6
- backupTime: c,
5
+ backupId: c,
6
+ backupTime: t,
7
7
  backupError: o,
8
8
  backupStart: e,
9
9
  progressMessage: p,
10
10
  backupRight: _,
11
- ProgressStats: b,
12
- ProgressStatsLeft: g,
13
- progressBar: k,
14
- progressBarFill: u,
11
+ ProgressStats: u,
12
+ ProgressStatsLeft: k,
13
+ progressBar: b,
14
+ progressBarFill: g,
15
15
  progressBarFilled: n
16
16
  };
17
17
  export {
18
- b as ProgressStats,
19
- g as ProgressStatsLeft,
18
+ u as ProgressStats,
19
+ k as ProgressStatsLeft,
20
20
  s as backup,
21
21
  o as backupError,
22
22
  r as backupIcon,
23
- t as backupId,
23
+ c as backupId,
24
24
  a as backupLeft,
25
25
  _ as backupRight,
26
26
  e as backupStart,
27
- c as backupTime,
27
+ t as backupTime,
28
28
  l as default,
29
- k as progressBar,
30
- u as progressBarFill,
29
+ b as progressBar,
30
+ g as progressBarFill,
31
31
  n as progressBarFilled,
32
32
  p as progressMessage
33
33
  };
@@ -1,4 +1,4 @@
1
- const a = "_backupsTable_1CGv4", e = "_noBackups_G3Tp1", s = "_backupsTableHead_mX1k5", t = "_backupsTableContent_O-L1X", n = "_backupsTableRow_ZlNTU", o = "_editIcon_TGwIb", c = "_backupTitle_0Qhc5", l = "_activeBackup_yKjQp", d = "_downloadLabel_3nVM1", _ = "_downloadLabelFailed_a85Eh", b = "_downloadLabelDone_QAdWQ", p = "_snapOptsBtn_Czstl", u = "_changes_k8tAd", i = "_changesNew_NgYys", k = "_changesModified_EKb3P", T = "_changesRemoved_gclyZ", g = "_target_-xtkM", w = "_status_BDxhH", h = "_statusHasError_ZxjwT", r = "_settings_jTmVI", v = "_backupsTableRowActive_QH1KF", B = "_updateModalContent_zsWyh", L = "_field_bguh6", R = {
1
+ const a = "_backupsTable_9JCxh", e = "_noBackups_eYEm5", s = "_backupsTableHead_AovbA", t = "_backupsTableContent_lAUbX", n = "_backupsTableRow_7wKPY", o = "_editIcon_Mpb3f", c = "_backupTitle_ZnBYq", l = "_activeBackup_uAxzN", b = "_downloadLabel_mKgLI", d = "_downloadLabelFailed_1npxP", _ = "_downloadLabelDone_c2LO8", p = "_snapOptsBtn_bxtLY", u = "_changes_MShZK", i = "_changesNew_I8rJr", k = "_changesModified_Rbfxu", w = "_changesRemoved_ieqxx", g = "_target_4R3Iy", T = "_status_MLwsp", r = "_statusHasError_UmGXn", h = "_settings_ZmUwV", L = "_backupsTableRowActive_3FYwx", R = "_updateModalContent_x0Nol", v = "_field_RXjXe", x = {
2
2
  backupsTable: a,
3
3
  noBackups: e,
4
4
  backupsTableHead: s,
@@ -7,21 +7,21 @@ const a = "_backupsTable_1CGv4", e = "_noBackups_G3Tp1", s = "_backupsTableHead_
7
7
  editIcon: o,
8
8
  backupTitle: c,
9
9
  activeBackup: l,
10
- downloadLabel: d,
11
- downloadLabelFailed: _,
12
- downloadLabelDone: b,
10
+ downloadLabel: b,
11
+ downloadLabelFailed: d,
12
+ downloadLabelDone: _,
13
13
  snapOptsBtn: p,
14
14
  changes: u,
15
15
  changesNew: i,
16
16
  changesModified: k,
17
- changesRemoved: T,
17
+ changesRemoved: w,
18
18
  target: g,
19
- status: w,
20
- statusHasError: h,
21
- settings: r,
22
- backupsTableRowActive: v,
23
- updateModalContent: B,
24
- field: L
19
+ status: T,
20
+ statusHasError: r,
21
+ settings: h,
22
+ backupsTableRowActive: L,
23
+ updateModalContent: R,
24
+ field: v
25
25
  };
26
26
  export {
27
27
  l as activeBackup,
@@ -30,23 +30,23 @@ export {
30
30
  t as backupsTableContent,
31
31
  s as backupsTableHead,
32
32
  n as backupsTableRow,
33
- v as backupsTableRowActive,
33
+ L as backupsTableRowActive,
34
34
  u as changes,
35
35
  k as changesModified,
36
36
  i as changesNew,
37
- T as changesRemoved,
38
- R as default,
39
- d as downloadLabel,
40
- b as downloadLabelDone,
41
- _ as downloadLabelFailed,
37
+ w as changesRemoved,
38
+ x as default,
39
+ b as downloadLabel,
40
+ _ as downloadLabelDone,
41
+ d as downloadLabelFailed,
42
42
  o as editIcon,
43
- L as field,
43
+ v as field,
44
44
  e as noBackups,
45
- r as settings,
45
+ h as settings,
46
46
  p as snapOptsBtn,
47
- w as status,
48
- h as statusHasError,
47
+ T as status,
48
+ r as statusHasError,
49
49
  g as target,
50
- B as updateModalContent
50
+ R as updateModalContent
51
51
  };
52
52
  //# sourceMappingURL=Backups.module.scss.js.map
@@ -1,16 +1,16 @@
1
- const s = "_backups_soQue", a = "_backupsHeader_KqV1q", c = "_historyTabs_NLwWF", o = "_historyTabActive_IPWAI", t = "_backupsInfo_e6Xw1", b = {
1
+ const s = "_backups_G4Wvc", a = "_backupsHeader_QJeex", c = "_historyTabs_g7VzA", t = "_historyTabActive_EHlWR", o = "_backupsInfo_wiBIB", b = {
2
2
  backups: s,
3
3
  backupsHeader: a,
4
4
  historyTabs: c,
5
- historyTabActive: o,
6
- backupsInfo: t
5
+ historyTabActive: t,
6
+ backupsInfo: o
7
7
  };
8
8
  export {
9
9
  s as backups,
10
10
  a as backupsHeader,
11
- t as backupsInfo,
11
+ o as backupsInfo,
12
12
  b as default,
13
- o as historyTabActive,
13
+ t as historyTabActive,
14
14
  c as historyTabs
15
15
  };
16
16
  //# sourceMappingURL=PlanBackups.module.scss.js.map
@@ -1,8 +1,8 @@
1
- const t = "_steps_0962y", s = "_stepCurrent_nWKR8", o = "_stepPassed_Bslhj", e = "_stepsEdit_dMJhw", n = "_planFormFooter_W-SSD", p = "_footerContainer_1f5Xp", r = "_formContent_hmenm", a = "_planStep_pumwV", _ = "_backButton_ILbl0", c = {
1
+ const t = "_steps_7hexU", s = "_stepCurrent_PmTsQ", e = "_stepPassed_ANksl", o = "_stepsEdit_QXfKK", n = "_planFormFooter_UF0Vk", p = "_footerContainer_MvRtQ", r = "_formContent_iewfE", a = "_planStep_uQVVj", _ = "_backButton_cI4Km", c = {
2
2
  steps: t,
3
3
  stepCurrent: s,
4
- stepPassed: o,
5
- stepsEdit: e,
4
+ stepPassed: e,
5
+ stepsEdit: o,
6
6
  planFormFooter: n,
7
7
  footerContainer: p,
8
8
  formContent: r,
@@ -17,8 +17,8 @@ export {
17
17
  n as planFormFooter,
18
18
  a as planStep,
19
19
  s as stepCurrent,
20
- o as stepPassed,
20
+ e as stepPassed,
21
21
  t as steps,
22
- e as stepsEdit
22
+ o as stepsEdit
23
23
  };
24
24
  //# sourceMappingURL=PlanForm.module.scss.js.map
@@ -1,18 +1,18 @@
1
- const t = "_history_O70vk", s = "_historyFull_pqpqE", o = "_historyItemEmpty_4Je-7", e = "_historyItemSuccess_KfwQp", i = "_historyItemFailed_xoTS-", y = "_historyItemPending_emyV6", r = {
1
+ const t = "_history_I3Xhi", s = "_historyFull_Y2Ybx", o = "_historyItemEmpty_Vj7fp", i = "_historyItemSuccess_b2ZNc", e = "_historyItemFailed_9vd29", y = "_historyItemPending_T211l", h = {
2
2
  history: t,
3
3
  historyFull: s,
4
4
  historyItemEmpty: o,
5
- historyItemSuccess: e,
6
- historyItemFailed: i,
5
+ historyItemSuccess: i,
6
+ historyItemFailed: e,
7
7
  historyItemPending: y
8
8
  };
9
9
  export {
10
- r as default,
10
+ h as default,
11
11
  t as history,
12
12
  s as historyFull,
13
13
  o as historyItemEmpty,
14
- i as historyItemFailed,
14
+ e as historyItemFailed,
15
15
  y as historyItemPending,
16
- e as historyItemSuccess
16
+ i as historyItemSuccess
17
17
  };
18
18
  //# sourceMappingURL=PlanHistory.module.scss.js.map
@@ -1,40 +1,40 @@
1
- const t = "_plan_T7FcA", n = "_leftContent_bZDen", s = "_rightContent_TXmyV", e = "_status_2TXwW", o = "_paused_Bel59", _ = "_content_8DzzV", c = "_title_GG8vd", r = "_sources_YMD2L", a = "_sourceCount_joxsj", i = "_interval_Y-sX6", l = "_time_NtcaW", u = "_size_RFKDl", p = "_moreBtn_TUaUS", m = "_moreBtnActive_IXurp", C = "_settings_5bzTY", d = "_planHasError_2sEP0", v = "_planGrid_448Rx", B = {
1
+ const t = "_plan_cG0eK", n = "_leftContent_hkYxP", s = "_rightContent_uLcfd", e = "_status_x8Cc1", o = "_paused_gXwkE", c = "_content_H6Sd5", _ = "_title_cz6Nz", r = "_sources_ptd4P", a = "_sourceCount_Wrjv4", i = "_interval_CxHDH", l = "_time_tDvQ9", u = "_size_tgtca", p = "_moreBtn_01toJ", C = "_moreBtnActive_KSfC7", d = "_settings_8x0xJ", m = "_planHasError_zj2qx", g = "_planGrid_GLzXi", v = {
2
2
  plan: t,
3
3
  leftContent: n,
4
4
  rightContent: s,
5
5
  status: e,
6
6
  paused: o,
7
- content: _,
8
- title: c,
7
+ content: c,
8
+ title: _,
9
9
  sources: r,
10
10
  sourceCount: a,
11
11
  interval: i,
12
12
  time: l,
13
13
  size: u,
14
14
  moreBtn: p,
15
- moreBtnActive: m,
16
- settings: C,
17
- planHasError: d,
18
- planGrid: v
15
+ moreBtnActive: C,
16
+ settings: d,
17
+ planHasError: m,
18
+ planGrid: g
19
19
  };
20
20
  export {
21
- _ as content,
22
- B as default,
21
+ c as content,
22
+ v as default,
23
23
  i as interval,
24
24
  n as leftContent,
25
25
  p as moreBtn,
26
- m as moreBtnActive,
26
+ C as moreBtnActive,
27
27
  o as paused,
28
28
  t as plan,
29
- v as planGrid,
30
- d as planHasError,
29
+ g as planGrid,
30
+ m as planHasError,
31
31
  s as rightContent,
32
- C as settings,
32
+ d as settings,
33
33
  u as size,
34
34
  a as sourceCount,
35
35
  r as sources,
36
36
  e as status,
37
37
  l as time,
38
- c as title
38
+ _ as title
39
39
  };
40
40
  //# sourceMappingURL=PlanItem.module.scss.js.map
@@ -1,20 +1,20 @@
1
- const c = "_backup_Iq0vV", t = "_backupIcon_4h5V4", a = "_progressSkeleton_jDSEB", k = "_backupLeft_0BA5i", p = "_backupId_9k-jo", u = "_backupStart_7y-LF", o = "_backupRight_urN-H", b = {
1
+ const c = "_backup_00ju6", t = "_backupIcon_iVxdA", a = "_progressSkeleton_rRXes", p = "_backupLeft_hqmSK", k = "_backupId_oQ9Fy", s = "_backupStart_Rg1Js", u = "_backupRight_AOYH7", o = {
2
2
  backup: c,
3
3
  backupIcon: t,
4
4
  progressSkeleton: a,
5
- backupLeft: k,
6
- backupId: p,
7
- backupStart: u,
8
- backupRight: o
5
+ backupLeft: p,
6
+ backupId: k,
7
+ backupStart: s,
8
+ backupRight: u
9
9
  };
10
10
  export {
11
11
  c as backup,
12
12
  t as backupIcon,
13
- p as backupId,
14
- k as backupLeft,
15
- o as backupRight,
16
- u as backupStart,
17
- b as default,
13
+ k as backupId,
14
+ p as backupLeft,
15
+ u as backupRight,
16
+ s as backupStart,
17
+ o as default,
18
18
  a as progressSkeleton
19
19
  };
20
20
  //# sourceMappingURL=PlanPendingBackup.module.scss.js.map
@@ -1,4 +1,4 @@
1
- const a = "_backupsHeader_MTbhz", e = {
1
+ const a = "_backupsHeader_cKly0", e = {
2
2
  backupsHeader: a
3
3
  };
4
4
  export {
@@ -1,4 +1,4 @@
1
- const e = "_removeRemoteToggle_EMR04", o = {
1
+ const e = "_removeRemoteToggle_ceJz2", o = {
2
2
  removeRemoteToggle: e
3
3
  };
4
4
  export {