@sparkelf/dsh-plugin-backup 0.2.0-rc.3 → 0.2.0-rc.5
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/lib/client.js +17 -17
- package/package.json +17 -17
package/lib/client.js
CHANGED
|
@@ -7,8 +7,8 @@ window.__ModuleLoader__.load({
|
|
|
7
7
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
8
8
|
let react = require("react");
|
|
9
9
|
let _deepseek_ai_dsh_client_store = require("@deepseek-ai/dsh-client-store");
|
|
10
|
-
//#region \0dsh-css:/
|
|
11
|
-
const css = ".
|
|
10
|
+
//#region \0dsh-css:/root/projects/deepseek-harness-plus/packages/plus/backup/src/client/BackupSection.module.css.mjs
|
|
11
|
+
const css = ".pZQljq_section{flex-direction:column;gap:16px;display:flex}.pZQljq_title{color:var(--dsw-alias-label-primary);margin:0;font-size:16px;font-weight:600}.pZQljq_desc{color:var(--dsw-alias-label-secondary);margin:0;font-size:13px}.pZQljq_scopeGroup{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-layer-2);border-radius:6px;align-self:flex-start;padding:2px;display:inline-flex}.pZQljq_scopeButton{min-width:72px;height:28px;color:var(--dsw-alias-label-secondary);cursor:pointer;background:0 0;border:0;border-radius:4px;padding:0 10px;font-size:13px}.pZQljq_scopeButton:hover:not(:disabled){color:var(--dsw-alias-label-primary)}.pZQljq_scopeButton[aria-checked=true]{color:var(--dsw-alias-label-primary);background:var(--dsw-alias-bg-layer-1);box-shadow:0 1px 2px #0000001f}.pZQljq_scopeButton:focus-visible{outline:1px solid var(--dsw-alias-state-business-primary);outline-offset:1px}.pZQljq_scopeButton:disabled{color:var(--dsw-alias-label-dimmed);cursor:default}.pZQljq_actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.pZQljq_button{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-layer-1);color:var(--dsw-alias-label-primary);cursor:pointer;border-radius:8px;padding:8px 14px;font-size:13px}.pZQljq_button:hover:not(:disabled){background:var(--dsw-alias-interactive-bg-hover)}.pZQljq_button:disabled{opacity:.6;cursor:default}.pZQljq_fileInput{display:none}.pZQljq_progress{flex-direction:column;gap:8px;width:min(100%,480px);display:flex}.pZQljq_progressLabel,.pZQljq_progressDetail{margin:0;font-size:13px}.pZQljq_progressLabel{color:var(--dsw-alias-label-primary);font-weight:500}.pZQljq_progressDetail{color:var(--dsw-alias-label-secondary)}.pZQljq_progressTrack{width:100%;height:8px;accent-color:var(--dsw-alias-state-business-primary);border:0}.pZQljq_progressTrack::-webkit-progress-bar{background:var(--dsw-alias-border-l2);border-radius:4px}.pZQljq_progressTrack::-webkit-progress-value{background:var(--dsw-alias-state-business-primary);border-radius:4px}.pZQljq_progressTrack::-moz-progress-bar{background:var(--dsw-alias-state-business-primary);border-radius:4px}.pZQljq_status{color:var(--dsw-alias-state-success-primary);margin:0;font-size:13px}.pZQljq_error{color:var(--dsw-alias-state-error-primary);margin:0;font-size:13px}.pZQljq_warning{color:var(--dsw-alias-state-warn-primary);margin:0;font-size:12px}";
|
|
12
12
|
const tagId = "@sparkelf/dsh-plugin-backup/BackupSection.module.css";
|
|
13
13
|
if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId) + "]") === null) {
|
|
14
14
|
const tag = document.createElement("style");
|
|
@@ -18,21 +18,21 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var BackupSection_module_css_default = {
|
|
21
|
-
"actions": "
|
|
22
|
-
"button": "
|
|
23
|
-
"desc": "
|
|
24
|
-
"error": "
|
|
25
|
-
"fileInput": "
|
|
26
|
-
"progress": "
|
|
27
|
-
"progressDetail": "
|
|
28
|
-
"progressLabel": "
|
|
29
|
-
"progressTrack": "
|
|
30
|
-
"scopeButton": "
|
|
31
|
-
"scopeGroup": "
|
|
32
|
-
"section": "
|
|
33
|
-
"status": "
|
|
34
|
-
"title": "
|
|
35
|
-
"warning": "
|
|
21
|
+
"actions": "pZQljq_actions",
|
|
22
|
+
"button": "pZQljq_button",
|
|
23
|
+
"desc": "pZQljq_desc",
|
|
24
|
+
"error": "pZQljq_error",
|
|
25
|
+
"fileInput": "pZQljq_fileInput",
|
|
26
|
+
"progress": "pZQljq_progress",
|
|
27
|
+
"progressDetail": "pZQljq_progressDetail",
|
|
28
|
+
"progressLabel": "pZQljq_progressLabel",
|
|
29
|
+
"progressTrack": "pZQljq_progressTrack",
|
|
30
|
+
"scopeButton": "pZQljq_scopeButton",
|
|
31
|
+
"scopeGroup": "pZQljq_scopeGroup",
|
|
32
|
+
"section": "pZQljq_section",
|
|
33
|
+
"status": "pZQljq_status",
|
|
34
|
+
"title": "pZQljq_title",
|
|
35
|
+
"warning": "pZQljq_warning"
|
|
36
36
|
};
|
|
37
37
|
//#endregion
|
|
38
38
|
//#region lib/types/client/BackupSection.js
|
package/package.json
CHANGED
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
"description": "Full-stack Plus user-data Backup plugin with streamed Host archive routes and Settings UI",
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
10
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.
|
|
11
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.
|
|
12
|
-
"@deepseek-ai/dsh-client-store": "^0.1.
|
|
13
|
-
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.
|
|
14
|
-
"@deepseek-ai/dsh-client-ui-settings": "^0.1.
|
|
15
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.
|
|
16
|
-
"@deepseek-ai/dsh-host-webserver": "^0.1.
|
|
17
|
-
"@deepseek-ai/dsh-settings": "^0.1.
|
|
18
|
-
"@deepseek-ai/dsh-workspace": "^0.1.
|
|
10
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.6-alpha.1",
|
|
11
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.6-alpha.1",
|
|
12
|
+
"@deepseek-ai/dsh-client-store": "^0.1.6-alpha.1",
|
|
13
|
+
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.6-alpha.1",
|
|
14
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.6-alpha.1",
|
|
15
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.6-alpha.1",
|
|
16
|
+
"@deepseek-ai/dsh-host-webserver": "^0.1.6-alpha.1",
|
|
17
|
+
"@deepseek-ai/dsh-settings": "^0.1.6-alpha.1",
|
|
18
|
+
"@deepseek-ai/dsh-workspace": "^0.1.6-alpha.1",
|
|
19
19
|
"@types/react": "~18.3.1",
|
|
20
20
|
"@types/yauzl": "^2.10.3",
|
|
21
21
|
"react": "^18.2.0"
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"name": "@sparkelf/dsh-plugin-backup",
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@deepseek-ai/cordis": ">=4.0.1",
|
|
54
|
-
"@deepseek-ai/dsh-client-locale": "
|
|
55
|
-
"@deepseek-ai/dsh-client-ui-renderer": "
|
|
56
|
-
"@deepseek-ai/dsh-client-ui-settings": "
|
|
57
|
-
"@deepseek-ai/dsh-client-ui-slots": "
|
|
58
|
-
"@deepseek-ai/dsh-host-webserver": "
|
|
59
|
-
"@deepseek-ai/dsh-settings": "
|
|
60
|
-
"@deepseek-ai/dsh-workspace": "
|
|
54
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.6-alpha.1",
|
|
55
|
+
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.6-alpha.1",
|
|
56
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.6-alpha.1",
|
|
57
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.6-alpha.1",
|
|
58
|
+
"@deepseek-ai/dsh-host-webserver": "^0.1.6-alpha.1",
|
|
59
|
+
"@deepseek-ai/dsh-settings": "^0.1.6-alpha.1",
|
|
60
|
+
"@deepseek-ai/dsh-workspace": "^0.1.6-alpha.1"
|
|
61
61
|
},
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
},
|
|
74
74
|
"type": "module",
|
|
75
75
|
"types": "lib/types/index.d.ts",
|
|
76
|
-
"version": "0.2.0-rc.
|
|
76
|
+
"version": "0.2.0-rc.5"
|
|
77
77
|
}
|