@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
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
const e = "RestoredFileBrowser-module__restoredFileBrowser___uySxD", o = "RestoredFileBrowser-module__toolbar___lr39C", r = "RestoredFileBrowser-module__toolbarRight___CS77I", t = "RestoredFileBrowser-module__filters___LfvbK", _ = "RestoredFileBrowser-module__search___blkbR", s = "RestoredFileBrowser-module__toolbarLeft___bZ8yl", l = "RestoredFileBrowser-module__stats___XSlgc", d = "RestoredFileBrowser-module__browserContent___FkI9V", i = "RestoredFileBrowser-module__sidebar___pAJQ2", n = "RestoredFileBrowser-module__sidebarHeader___DLB32", c = "RestoredFileBrowser-module__directory___sOPZo", a = "RestoredFileBrowser-module__toggleButton___P-qP8", u = "RestoredFileBrowser-module__togglePlaceholder___-NCBY", m = "RestoredFileBrowser-module__dirName___ZdJZa", B = "RestoredFileBrowser-module__notification___ZCyrm", w = "RestoredFileBrowser-module__directoryEmpty___0VChM", F = "RestoredFileBrowser-module__selected___FiVD2", R = "RestoredFileBrowser-module__content___XutVq", f = "RestoredFileBrowser-module__fileList___CxOAt", b = "RestoredFileBrowser-module__header___uvs3M", g = "RestoredFileBrowser-module__fileListEmpty___D-Kdw", h = "RestoredFileBrowser-module__file___2l34o", y = "RestoredFileBrowser-module__fileIsDir___O-esL", p = "RestoredFileBrowser-module__fileName___WBN0T", L = "RestoredFileBrowser-module__status___LdJOF", C = "RestoredFileBrowser-module__restored___13n6R", I = "RestoredFileBrowser-module__updated___P8q3K", N = "RestoredFileBrowser-module__unchanged___eFBsJ", D = "RestoredFileBrowser-module__goUpButton___EuWAs", E = "RestoredFileBrowser-module__newFileIndicator___rRiHT", P = "RestoredFileBrowser-module__fileSize___G--kq", S = {
|
|
2
|
+
restoredFileBrowser: e,
|
|
3
|
+
toolbar: o,
|
|
4
|
+
toolbarRight: r,
|
|
5
|
+
filters: t,
|
|
6
|
+
search: _,
|
|
7
|
+
toolbarLeft: s,
|
|
8
|
+
stats: l,
|
|
9
|
+
browserContent: d,
|
|
10
|
+
sidebar: i,
|
|
11
|
+
sidebarHeader: n,
|
|
12
|
+
directory: c,
|
|
13
|
+
toggleButton: a,
|
|
14
|
+
togglePlaceholder: u,
|
|
15
|
+
dirName: m,
|
|
16
|
+
notification: B,
|
|
17
|
+
directoryEmpty: w,
|
|
18
|
+
selected: F,
|
|
19
|
+
content: R,
|
|
20
|
+
fileList: f,
|
|
21
|
+
header: b,
|
|
22
|
+
fileListEmpty: g,
|
|
23
|
+
file: h,
|
|
24
|
+
fileIsDir: y,
|
|
25
|
+
fileName: p,
|
|
26
|
+
status: L,
|
|
27
|
+
restored: C,
|
|
28
|
+
updated: I,
|
|
29
|
+
unchanged: N,
|
|
30
|
+
goUpButton: D,
|
|
31
|
+
newFileIndicator: E,
|
|
32
|
+
fileSize: P
|
|
33
|
+
};
|
|
34
|
+
export {
|
|
35
|
+
d as browserContent,
|
|
36
|
+
R as content,
|
|
37
|
+
S as default,
|
|
38
|
+
m as dirName,
|
|
39
|
+
c as directory,
|
|
40
|
+
w as directoryEmpty,
|
|
41
|
+
h as file,
|
|
42
|
+
y as fileIsDir,
|
|
43
|
+
f as fileList,
|
|
44
|
+
g as fileListEmpty,
|
|
45
|
+
p as fileName,
|
|
46
|
+
P as fileSize,
|
|
47
|
+
t as filters,
|
|
48
|
+
D as goUpButton,
|
|
49
|
+
b as header,
|
|
50
|
+
E as newFileIndicator,
|
|
51
|
+
B as notification,
|
|
52
|
+
C as restored,
|
|
53
|
+
e as restoredFileBrowser,
|
|
54
|
+
_ as search,
|
|
55
|
+
F as selected,
|
|
56
|
+
i as sidebar,
|
|
57
|
+
n as sidebarHeader,
|
|
58
|
+
l as stats,
|
|
59
|
+
L as status,
|
|
60
|
+
a as toggleButton,
|
|
61
|
+
u as togglePlaceholder,
|
|
62
|
+
o as toolbar,
|
|
63
|
+
s as toolbarLeft,
|
|
64
|
+
r as toolbarRight,
|
|
65
|
+
N as unchanged,
|
|
66
|
+
I as updated
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=RestoredFileBrowser.module.scss.js.map
|
package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.module.scss.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RestoredFileBrowser.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@ import { jsxs as c, jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import { useTheme as n } from "../../../context/ThemeContext.js";
|
|
3
3
|
import m from "../../common/form/Input/Input.js";
|
|
4
4
|
import p from "../../common/form/Tristate/Tristate.js";
|
|
5
|
-
import d from "./GeneralSettings.module.scss";
|
|
5
|
+
import d from "./GeneralSettings.module.scss.js";
|
|
6
6
|
const t = ({ settings: e, onUpdate: i }) => {
|
|
7
7
|
const { setTheme: o } = n(), r = (l) => {
|
|
8
8
|
o(l), i({ ...e, theme: l });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GeneralSettings.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as g, jsx as t, Fragment as f } from "react/jsx-runtime";
|
|
2
2
|
import { useState as n } from "react";
|
|
3
|
-
import M from "./IntegrationSettings.module.scss";
|
|
3
|
+
import M from "./IntegrationSettings.module.scss.js";
|
|
4
4
|
import S from "../../common/form/Input/Input.js";
|
|
5
5
|
import T from "../../common/ActionModal/ActionModal.js";
|
|
6
6
|
import { useValidateIntegration as h } from "../../../services/settings.js";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "IntegrationSettings-module__integrations___mAghJ", n = "IntegrationSettings-module__field___W0k8x", e = "IntegrationSettings-module__validateBtn___Zo78X", i = {
|
|
2
|
+
integrations: t,
|
|
3
|
+
field: n,
|
|
4
|
+
validateBtn: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
i as default,
|
|
8
|
+
n as field,
|
|
9
|
+
t as integrations,
|
|
10
|
+
e as validateBtn
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=IntegrationSettings.module.scss.js.map
|
package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.module.scss.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IntegrationSettings.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -3,7 +3,7 @@ import { useState as i } from "react";
|
|
|
3
3
|
import c from "../../common/form/Input/Input.js";
|
|
4
4
|
import S from "../../common/Icon/Icon.js";
|
|
5
5
|
import { isValidEmail as h } from "../../../utils/helpers.js";
|
|
6
|
-
import d from "./IntegrationSettings.module.scss";
|
|
6
|
+
import d from "./IntegrationSettings.module.scss.js";
|
|
7
7
|
const y = ({ settings: r, onUpdate: m, showTestModal: f }) => {
|
|
8
8
|
const [l, v] = i({
|
|
9
9
|
server: "",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e, jsxs as i } from "react/jsx-runtime";
|
|
2
|
-
import s from "./SkeletonItems.module.scss";
|
|
2
|
+
import s from "./SkeletonItems.module.scss.js";
|
|
3
3
|
const m = ({ type: l = "plan", layout: t = "list", count: a = 6 }) => /* @__PURE__ */ e("div", { className: `${s.skeletonItems} ${t === "grid" ? s.grid : s.list}`, children: Array.from({ length: a && t === "list" ? 3 : 6 }).map((n, d) => /* @__PURE__ */ i("div", { className: s.skeletonItem, children: [
|
|
4
4
|
/* @__PURE__ */ i("div", { className: s.leftContent, children: [
|
|
5
5
|
/* @__PURE__ */ e("div", { className: s.status }),
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const t = "SkeletonItems-module__skeletonItems___JKfV8", e = "SkeletonItems-module__skeletonItem___56yT7", o = "SkeletonItems-module__leftContent___Wivq9", s = "SkeletonItems-module__status___KOjwt", _ = "SkeletonItems-module__content___fQAEe", n = "SkeletonItems-module__title___fMNWv", l = "SkeletonItems-module__sources___bUWOg", m = "SkeletonItems-module__rightContent___5szGh", c = "SkeletonItems-module__grid___SBnBr", u = "SkeletonItems-module__history___tpe9V", k = {
|
|
2
|
+
skeletonItems: t,
|
|
3
|
+
skeletonItem: e,
|
|
4
|
+
leftContent: o,
|
|
5
|
+
status: s,
|
|
6
|
+
content: _,
|
|
7
|
+
title: n,
|
|
8
|
+
sources: l,
|
|
9
|
+
rightContent: m,
|
|
10
|
+
grid: c,
|
|
11
|
+
history: u
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
_ as content,
|
|
15
|
+
k as default,
|
|
16
|
+
c as grid,
|
|
17
|
+
u as history,
|
|
18
|
+
o as leftContent,
|
|
19
|
+
m as rightContent,
|
|
20
|
+
e as skeletonItem,
|
|
21
|
+
t as skeletonItems,
|
|
22
|
+
l as sources,
|
|
23
|
+
s as status,
|
|
24
|
+
n as title
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=SkeletonItems.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonItems.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t, jsxs as d, Fragment as I } from "react/jsx-runtime";
|
|
2
2
|
import { useState as c, useMemo as E, useEffect as R } from "react";
|
|
3
3
|
import { toast as k } from "react-toastify";
|
|
4
|
-
import o from "./AddStorage.module.scss";
|
|
4
|
+
import o from "./AddStorage.module.scss.js";
|
|
5
5
|
import g from "../../common/Icon/Icon.js";
|
|
6
6
|
import L from "../../common/form/Select/Select.js";
|
|
7
7
|
import { useAddStorage as V, useGetAvailableStorages as G } from "../../../services/storage.js";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const o = "AddStorage-module__loader___S-iBg", t = "AddStorage-module__field___X0CFQ", e = "AddStorage-module__fieldErrorLabel___fvRqq", d = "AddStorage-module__label___1bwDs", _ = "AddStorage-module__input___-lgKY", a = "AddStorage-module__inputHasError___--aeQ", n = "AddStorage-module__storageType___JemC-", c = "AddStorage-module__createButton___FITQ9", r = "AddStorage-module__advancedOptions___-dbE2", l = "AddStorage-module__advancedButton___HLFcy", u = "AddStorage-module__advancedButtonActive___E0gb9", s = "AddStorage-module__authSettings___5Vua9", g = "AddStorage-module__oauthDoc___cDim7", i = "AddStorage-module__codeBlock___x71oQ", S = {
|
|
2
|
+
loader: o,
|
|
3
|
+
field: t,
|
|
4
|
+
fieldErrorLabel: e,
|
|
5
|
+
label: d,
|
|
6
|
+
input: _,
|
|
7
|
+
inputHasError: a,
|
|
8
|
+
storageType: n,
|
|
9
|
+
createButton: c,
|
|
10
|
+
advancedOptions: r,
|
|
11
|
+
advancedButton: l,
|
|
12
|
+
advancedButtonActive: u,
|
|
13
|
+
authSettings: s,
|
|
14
|
+
oauthDoc: g,
|
|
15
|
+
codeBlock: i
|
|
16
|
+
};
|
|
17
|
+
export {
|
|
18
|
+
l as advancedButton,
|
|
19
|
+
u as advancedButtonActive,
|
|
20
|
+
r as advancedOptions,
|
|
21
|
+
s as authSettings,
|
|
22
|
+
i as codeBlock,
|
|
23
|
+
c as createButton,
|
|
24
|
+
S as default,
|
|
25
|
+
t as field,
|
|
26
|
+
e as fieldErrorLabel,
|
|
27
|
+
_ as input,
|
|
28
|
+
a as inputHasError,
|
|
29
|
+
d as label,
|
|
30
|
+
o as loader,
|
|
31
|
+
g as oauthDoc,
|
|
32
|
+
n as storageType
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=AddStorage.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddStorage.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e, jsxs as n, Fragment as O } from "react/jsx-runtime";
|
|
2
2
|
import { useState as d, useEffect as R, useMemo as A } from "react";
|
|
3
3
|
import { toast as C } from "react-toastify";
|
|
4
|
-
import t from "../AddStorage/AddStorage.module.scss";
|
|
4
|
+
import t from "../AddStorage/AddStorage.module.scss.js";
|
|
5
5
|
import c from "../../common/Icon/Icon.js";
|
|
6
6
|
import { useUpdateStorage as x, useGetStorage as z } from "../../../services/storage.js";
|
|
7
7
|
import P from "../../common/SidePanel/SidePanel.js";
|
|
@@ -2,7 +2,7 @@ import { jsxs as o, jsx as e, Fragment as b } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as u, useEffect as v } from "react";
|
|
3
3
|
import A from "../../common/form/Tristate/Tristate.js";
|
|
4
4
|
import l from "../../common/Icon/Icon.js";
|
|
5
|
-
import n from "../AddStorage/AddStorage.module.scss";
|
|
5
|
+
import n from "../AddStorage/AddStorage.module.scss.js";
|
|
6
6
|
import k from "../StorageSettings/StorageSettings.js";
|
|
7
7
|
const C = ({
|
|
8
8
|
storageType: s,
|
|
@@ -2,7 +2,7 @@ import { jsxs as t, jsx as e, Fragment as l } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as d } from "react";
|
|
3
3
|
import { toast as C } from "react-toastify";
|
|
4
4
|
import i from "../../common/Icon/Icon.js";
|
|
5
|
-
import o from "./StorageItem.module.scss";
|
|
5
|
+
import o from "./StorageItem.module.scss.js";
|
|
6
6
|
import { formatBytes as $ } from "../../../utils/helpers.js";
|
|
7
7
|
import b from "../EditStorage/EditStorage.js";
|
|
8
8
|
import P from "../../common/Modal/Modal.js";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const t = "StorageItem-module__storage___86hwJ", e = "StorageItem-module__storageEditing___buFWB", o = "StorageItem-module__leftContent___HhG4p", _ = "StorageItem-module__rightContent___8-52g", n = "StorageItem-module__storageType___lGMZg", r = "StorageItem-module__content___GHza-", g = "StorageItem-module__title___-gkwR", s = "StorageItem-module__info___-1zlf", a = "StorageItem-module__moreBtn___fL2Js", m = "StorageItem-module__moreBtnActive___YUB8a", i = "StorageItem-module__settings___GcRtP", l = "StorageItem-module__verifyModalContent___-64Ti", d = "StorageItem-module__storageGrid___28nrV", c = {
|
|
2
|
+
storage: t,
|
|
3
|
+
storageEditing: e,
|
|
4
|
+
leftContent: o,
|
|
5
|
+
rightContent: _,
|
|
6
|
+
storageType: n,
|
|
7
|
+
content: r,
|
|
8
|
+
title: g,
|
|
9
|
+
info: s,
|
|
10
|
+
moreBtn: a,
|
|
11
|
+
moreBtnActive: m,
|
|
12
|
+
settings: i,
|
|
13
|
+
verifyModalContent: l,
|
|
14
|
+
storageGrid: d
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
r as content,
|
|
18
|
+
c as default,
|
|
19
|
+
s as info,
|
|
20
|
+
o as leftContent,
|
|
21
|
+
a as moreBtn,
|
|
22
|
+
m as moreBtnActive,
|
|
23
|
+
_ as rightContent,
|
|
24
|
+
i as settings,
|
|
25
|
+
t as storage,
|
|
26
|
+
e as storageEditing,
|
|
27
|
+
d as storageGrid,
|
|
28
|
+
n as storageType,
|
|
29
|
+
g as title,
|
|
30
|
+
l as verifyModalContent
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=StorageItem.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StorageItem.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
|
|
@@ -4,7 +4,7 @@ import h from "../../common/form/Input/Input.js";
|
|
|
4
4
|
import V from "../../common/form/Tristate/Tristate.js";
|
|
5
5
|
import C from "../../common/form/SizePicker/SizePicker.js";
|
|
6
6
|
import S from "../../common/form/Toggle/Toggle.js";
|
|
7
|
-
import t from "./StorageSettings.module.scss";
|
|
7
|
+
import t from "./StorageSettings.module.scss.js";
|
|
8
8
|
import x from "../../common/form/NumberInput/NumberInput.js";
|
|
9
9
|
import f from "../../common/form/Select/Select.js";
|
|
10
10
|
import { shouldDisplayStorageField as w } from "../../../utils/helpers.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StorageSettings.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const o = "ActionModal-module__loader___NjQYS", _ = "ActionModal-module__error___YJhPm", s = "ActionModal-module__success___Oi9Wr", c = "ActionModal-module__actions___AWph5", e = "ActionModal-module__dangerBtn___B214p", n = {
|
|
2
|
+
loader: o,
|
|
3
|
+
error: _,
|
|
4
|
+
success: s,
|
|
5
|
+
actions: c,
|
|
6
|
+
dangerBtn: e
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
c as actions,
|
|
10
|
+
e as dangerBtn,
|
|
11
|
+
n as default,
|
|
12
|
+
_ as error,
|
|
13
|
+
o as loader,
|
|
14
|
+
s as success
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ActionModal.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionModal.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const e = "AnimatedWrapper-module__animatedWrapper___dOED3", _ = "AnimatedWrapper-module__absolute___m-nf6", d = "AnimatedWrapper-module__fade___m1Wzp", a = "AnimatedWrapper-module__active___6VRhx", t = "AnimatedWrapper-module__slide-up___tQLkK", l = "AnimatedWrapper-module__slide-down___4Z-Lj", i = "AnimatedWrapper-module__slide-left___sUf-y", p = "AnimatedWrapper-module__slide-right___w46pl", s = "AnimatedWrapper-module__scale___hVxRa", r = "AnimatedWrapper-module__rotate___cPDL1", o = {
|
|
2
|
+
animatedWrapper: e,
|
|
3
|
+
absolute: _,
|
|
4
|
+
fade: d,
|
|
5
|
+
active: a,
|
|
6
|
+
"slide-up": "AnimatedWrapper-module__slide-up___tQLkK",
|
|
7
|
+
slideUp: t,
|
|
8
|
+
"slide-down": "AnimatedWrapper-module__slide-down___4Z-Lj",
|
|
9
|
+
slideDown: l,
|
|
10
|
+
"slide-left": "AnimatedWrapper-module__slide-left___sUf-y",
|
|
11
|
+
slideLeft: i,
|
|
12
|
+
"slide-right": "AnimatedWrapper-module__slide-right___w46pl",
|
|
13
|
+
slideRight: p,
|
|
14
|
+
scale: s,
|
|
15
|
+
rotate: r
|
|
16
|
+
};
|
|
17
|
+
export {
|
|
18
|
+
_ as absolute,
|
|
19
|
+
a as active,
|
|
20
|
+
e as animatedWrapper,
|
|
21
|
+
o as default,
|
|
22
|
+
d as fade,
|
|
23
|
+
r as rotate,
|
|
24
|
+
s as scale,
|
|
25
|
+
l as slideDown,
|
|
26
|
+
i as slideLeft,
|
|
27
|
+
p as slideRight,
|
|
28
|
+
t as slideUp
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=AnimatedWrapper.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedWrapper.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as $, jsx as b } from "react/jsx-runtime";
|
|
2
2
|
import d from "../Icon/Icon.js";
|
|
3
|
-
import o from "./Button.module.scss";
|
|
3
|
+
import o from "./Button.module.scss.js";
|
|
4
4
|
const x = ({ text: r, size: s = "md", customClass: m, disabled: u = !1, variant: e, onClick: n, minWidth: p, padding: f, fillWidth: l, icon: t }) => /* @__PURE__ */ $(
|
|
5
5
|
"button",
|
|
6
6
|
{
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const t = "Button-module__button___UIn0O", o = "Button-module__button--sm___JhcNX", n = "Button-module__button--lg___Wvjvi", _ = "Button-module__button--primary___MmUUT", u = "Button-module__button--secondary___APObC", b = "Button-module__button--tertiary___B2QzU", e = "Button-module__button--danger___hqAxm", r = {
|
|
2
|
+
button: t,
|
|
3
|
+
"button--sm": "Button-module__button--sm___JhcNX",
|
|
4
|
+
buttonSm: o,
|
|
5
|
+
"button--lg": "Button-module__button--lg___Wvjvi",
|
|
6
|
+
buttonLg: n,
|
|
7
|
+
"button--primary": "Button-module__button--primary___MmUUT",
|
|
8
|
+
buttonPrimary: _,
|
|
9
|
+
"button--secondary": "Button-module__button--secondary___APObC",
|
|
10
|
+
buttonSecondary: u,
|
|
11
|
+
"button--tertiary": "Button-module__button--tertiary___B2QzU",
|
|
12
|
+
buttonTertiary: b,
|
|
13
|
+
"button--danger": "Button-module__button--danger___hqAxm",
|
|
14
|
+
buttonDanger: e
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
t as button,
|
|
18
|
+
e as buttonDanger,
|
|
19
|
+
n as buttonLg,
|
|
20
|
+
_ as buttonPrimary,
|
|
21
|
+
u as buttonSecondary,
|
|
22
|
+
o as buttonSm,
|
|
23
|
+
b as buttonTertiary,
|
|
24
|
+
r as default
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=Button.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@ import { jsxs as r, jsx as t, Fragment as G } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as v, useMemo as K } from "react";
|
|
3
3
|
import { FixedSizeList as T } from "react-window";
|
|
4
4
|
import N from "../Icon/Icon.js";
|
|
5
|
-
import s from "./FileManager.module.scss";
|
|
5
|
+
import s from "./FileManager.module.scss.js";
|
|
6
6
|
import { useBrowseDir as q } from "../../../services/devices.js";
|
|
7
7
|
import { sortFileItems as x, formatBytes as A, formatDateTime as B, isMobile as J } from "../../../utils/helpers.js";
|
|
8
8
|
import Q from "../FileIcon/FileIcon.js";
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const e = "FileManager-module__fileManager___AbT8a", _ = "FileManager-module__navigationBar___sucry", a = "FileManager-module__currentPath___O8-h1", l = "FileManager-module__fileList___2FNbN", i = "FileManager-module__empty___M9rfL", n = "FileManager-module__fileHeader___GsfZc", o = "FileManager-module__fileListContainer___eUZEB", t = "FileManager-module__fileRow___n78fq", r = "FileManager-module__selected___GXDRl", s = "FileManager-module__fileName___bMPjO", f = "FileManager-module__loading___1M2ZD", c = "FileManager-module__mobileFileInfo___r8auj", d = {
|
|
2
|
+
fileManager: e,
|
|
3
|
+
navigationBar: _,
|
|
4
|
+
currentPath: a,
|
|
5
|
+
fileList: l,
|
|
6
|
+
empty: i,
|
|
7
|
+
fileHeader: n,
|
|
8
|
+
fileListContainer: o,
|
|
9
|
+
fileRow: t,
|
|
10
|
+
selected: r,
|
|
11
|
+
fileName: s,
|
|
12
|
+
loading: f,
|
|
13
|
+
mobileFileInfo: c
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
a as currentPath,
|
|
17
|
+
d as default,
|
|
18
|
+
i as empty,
|
|
19
|
+
n as fileHeader,
|
|
20
|
+
l as fileList,
|
|
21
|
+
o as fileListContainer,
|
|
22
|
+
e as fileManager,
|
|
23
|
+
s as fileName,
|
|
24
|
+
t as fileRow,
|
|
25
|
+
f as loading,
|
|
26
|
+
c as mobileFileInfo,
|
|
27
|
+
_ as navigationBar,
|
|
28
|
+
r as selected
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=FileManager.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileManager.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as i } from "react/jsx-runtime";
|
|
|
2
2
|
import { createPortal as f } from "react-dom";
|
|
3
3
|
import a from "../Icon/Icon.js";
|
|
4
4
|
import { FileManager as k } from "../FileManager/FileManager.js";
|
|
5
|
-
import t from "./FolderPicker.module.scss";
|
|
5
|
+
import t from "./FolderPicker.module.scss.js";
|
|
6
6
|
import { useState as u } from "react";
|
|
7
7
|
const M = ({ title: n, selected: d, footerText: o = "", buttonText: s = "Insert Path", deviceId: m = "main", close: c, onSelect: h }) => {
|
|
8
8
|
const [l, p] = u(d), P = (r) => {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const e = "FolderPicker-module__folderPickerModal___CSxTT", r = "FolderPicker-module__folderPickerModalInner___q82sj", o = "FolderPicker-module__folderPickerHeader___6ohHC", d = "FolderPicker-module__folderPickerFooter___OvnkC", l = "FolderPicker-module__folderPickerFooterWithText___uW3BC", c = {
|
|
2
|
+
folderPickerModal: e,
|
|
3
|
+
folderPickerModalInner: r,
|
|
4
|
+
folderPickerHeader: o,
|
|
5
|
+
folderPickerFooter: d,
|
|
6
|
+
folderPickerFooterWithText: l
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
c as default,
|
|
10
|
+
d as folderPickerFooter,
|
|
11
|
+
l as folderPickerFooterWithText,
|
|
12
|
+
o as folderPickerHeader,
|
|
13
|
+
e as folderPickerModal,
|
|
14
|
+
r as folderPickerModalInner
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=FolderPicker.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FolderPicker.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as p } from "react";
|
|
3
3
|
import u from "../Icon/Icon.js";
|
|
4
|
-
import s from "./ItemsLayout.module.scss";
|
|
4
|
+
import s from "./ItemsLayout.module.scss.js";
|
|
5
5
|
const h = ({ onChange: i, type: c, value: n = "list" }) => {
|
|
6
6
|
const [o, r] = p(n), l = [
|
|
7
7
|
{ label: "Grid", value: "grid", icon: "columns" },
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const t = "ItemsLayout-module__layoutSelector___XE-yZ", o = "ItemsLayout-module__layoutActive___hoXO4", e = {
|
|
2
|
+
layoutSelector: t,
|
|
3
|
+
layoutActive: o
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
e as default,
|
|
7
|
+
o as layoutActive,
|
|
8
|
+
t as layoutSelector
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=ItemsLayout.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ItemsLayout.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as t, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { useState as g } from "react";
|
|
3
3
|
import i from "../Icon/Icon.js";
|
|
4
|
-
import a from "./LogViewer.module.scss";
|
|
4
|
+
import a from "./LogViewer.module.scss.js";
|
|
5
5
|
import { useGetDownloadLogs as _ } from "../../../services/plans.js";
|
|
6
6
|
import { getLogLevelName as x } from "../../../utils/helpers.js";
|
|
7
7
|
import { useGetDownloadAppLogs as j } from "../../../services/settings.js";
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
const o = "LogViewer-module__logViewer___SF2zz", e = "LogViewer-module__toolbar___-k04-", _ = "LogViewer-module__toolbarRight___2Uyyk", g = "LogViewer-module__filters___0pLZi", l = "LogViewer-module__search___BCTM-", t = "LogViewer-module__logsTable___9RSKW", r = "LogViewer-module__logsHeader___09f-8", a = "LogViewer-module__logsHeaderItemTime___bZ-Ys", i = "LogViewer-module__logs___y0Lc5", n = "LogViewer-module__log___ONf-u", s = "LogViewer-module__logTime___xYKPR", u = "LogViewer-module__logType___4fad-", p = "LogViewer-module__logType--error___KrfZf", c = "LogViewer-module__logType--warn___mFBRX", m = "LogViewer-module__logType--info___Vi63b", d = "LogViewer-module__logMessage___aYV-g", w = "LogViewer-module__log--backupStart___qgpST", L = "LogViewer-module__backupStartLabel___Ljpyu", T = "LogViewer-module__pagination___Xu2a-", V = "LogViewer-module__paginationButton___DxT64", y = "LogViewer-module__paginationButtonActive___gU1hB", b = {
|
|
2
|
+
logViewer: o,
|
|
3
|
+
toolbar: e,
|
|
4
|
+
toolbarRight: _,
|
|
5
|
+
filters: g,
|
|
6
|
+
search: l,
|
|
7
|
+
logsTable: t,
|
|
8
|
+
logsHeader: r,
|
|
9
|
+
logsHeaderItemTime: a,
|
|
10
|
+
logs: i,
|
|
11
|
+
log: n,
|
|
12
|
+
logTime: s,
|
|
13
|
+
logType: u,
|
|
14
|
+
"logType--error": "LogViewer-module__logType--error___KrfZf",
|
|
15
|
+
logTypeError: p,
|
|
16
|
+
"logType--warn": "LogViewer-module__logType--warn___mFBRX",
|
|
17
|
+
logTypeWarn: c,
|
|
18
|
+
"logType--info": "LogViewer-module__logType--info___Vi63b",
|
|
19
|
+
logTypeInfo: m,
|
|
20
|
+
logMessage: d,
|
|
21
|
+
"log--backupStart": "LogViewer-module__log--backupStart___qgpST",
|
|
22
|
+
logBackupStart: w,
|
|
23
|
+
backupStartLabel: L,
|
|
24
|
+
pagination: T,
|
|
25
|
+
paginationButton: V,
|
|
26
|
+
paginationButtonActive: y
|
|
27
|
+
};
|
|
28
|
+
export {
|
|
29
|
+
L as backupStartLabel,
|
|
30
|
+
b as default,
|
|
31
|
+
g as filters,
|
|
32
|
+
n as log,
|
|
33
|
+
w as logBackupStart,
|
|
34
|
+
d as logMessage,
|
|
35
|
+
s as logTime,
|
|
36
|
+
u as logType,
|
|
37
|
+
p as logTypeError,
|
|
38
|
+
m as logTypeInfo,
|
|
39
|
+
c as logTypeWarn,
|
|
40
|
+
o as logViewer,
|
|
41
|
+
i as logs,
|
|
42
|
+
r as logsHeader,
|
|
43
|
+
a as logsHeaderItemTime,
|
|
44
|
+
t as logsTable,
|
|
45
|
+
T as pagination,
|
|
46
|
+
V as paginationButton,
|
|
47
|
+
y as paginationButtonActive,
|
|
48
|
+
l as search,
|
|
49
|
+
e as toolbar,
|
|
50
|
+
_ as toolbarRight
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=LogViewer.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogViewer.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o, jsxs as E } from "react/jsx-runtime";
|
|
2
2
|
import { useState as f, useRef as $, useEffect as u } from "react";
|
|
3
3
|
import A from "../Icon/Icon.js";
|
|
4
|
-
import t from "./Modal.module.scss";
|
|
4
|
+
import t from "./Modal.module.scss.js";
|
|
5
5
|
import { createPortal as I } from "react-dom";
|
|
6
6
|
const T = ({ children: r, width: h, closeModal: s, title: c, disablePortal: p = !1, classNames: v = "", disableBackdropClick: C = !1 }) => {
|
|
7
7
|
const [n, l] = f(!1), [g, k] = f(!1), a = $(null), w = 300;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const o = "Modal-module__modal___ervP6", l = "Modal-module__modalContent___9cduc", a = "Modal-module__active___qHOtX", t = "Modal-module__modalClose___8ythi", _ = "Modal-module__autoVertical___pbggq", d = {
|
|
2
|
+
modal: o,
|
|
3
|
+
modalContent: l,
|
|
4
|
+
active: a,
|
|
5
|
+
modalClose: t,
|
|
6
|
+
autoVertical: _
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
a as active,
|
|
10
|
+
_ as autoVertical,
|
|
11
|
+
d as default,
|
|
12
|
+
o as modal,
|
|
13
|
+
t as modalClose,
|
|
14
|
+
l as modalContent
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=Modal.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|