@deepseek-ai/dsh-client-ui-settings-plugins 0.1.0-rc.3 → 0.1.0-rc.6
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 +23 -23
- package/package.json +21 -21
package/lib/client.js
CHANGED
|
@@ -20,17 +20,17 @@ window.__ModuleLoader__.load({
|
|
|
20
20
|
document.head.appendChild(tag);
|
|
21
21
|
}
|
|
22
22
|
var fields_module_css_default = {
|
|
23
|
-
"
|
|
24
|
-
"badge": "At1oFq_badge",
|
|
23
|
+
"badgeMuted": "At1oFq_badgeMuted",
|
|
25
24
|
"reset": "At1oFq_reset",
|
|
26
|
-
"
|
|
27
|
-
"inputInvalid": "At1oFq_inputInvalid",
|
|
25
|
+
"head": "At1oFq_head",
|
|
28
26
|
"hint": "At1oFq_hint",
|
|
27
|
+
"label": "At1oFq_label",
|
|
29
28
|
"badges": "At1oFq_badges",
|
|
30
|
-
"input": "At1oFq_input",
|
|
31
|
-
"head": "At1oFq_head",
|
|
32
29
|
"field": "At1oFq_field",
|
|
33
|
-
"
|
|
30
|
+
"badge": "At1oFq_badge",
|
|
31
|
+
"input": "At1oFq_input",
|
|
32
|
+
"inputInvalid": "At1oFq_inputInvalid",
|
|
33
|
+
"invalid": "At1oFq_invalid"
|
|
34
34
|
};
|
|
35
35
|
//#endregion
|
|
36
36
|
//#region lib/types/client/fields.js
|
|
@@ -162,21 +162,21 @@ window.__ModuleLoader__.load({
|
|
|
162
162
|
document.head.appendChild(tag);
|
|
163
163
|
}
|
|
164
164
|
var PluginCard_module_css_default = {
|
|
165
|
-
"
|
|
165
|
+
"chevronOpen": "YyYd_a_chevronOpen",
|
|
166
|
+
"failed": "YyYd_a_failed",
|
|
167
|
+
"readOnly": "YyYd_a_readOnly",
|
|
168
|
+
"footer": "YyYd_a_footer",
|
|
166
169
|
"header": "YyYd_a_header",
|
|
170
|
+
"description": "YyYd_a_description",
|
|
171
|
+
"save": "YyYd_a_save",
|
|
172
|
+
"name": "YyYd_a_name",
|
|
167
173
|
"chevron": "YyYd_a_chevron",
|
|
168
|
-
"readOnly": "YyYd_a_readOnly",
|
|
169
|
-
"pending": "YyYd_a_pending",
|
|
170
|
-
"headText": "YyYd_a_headText",
|
|
171
174
|
"cardOpen": "YyYd_a_cardOpen",
|
|
172
|
-
"
|
|
175
|
+
"headText": "YyYd_a_headText",
|
|
173
176
|
"card": "YyYd_a_card",
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"failed": "YyYd_a_failed",
|
|
178
|
-
"description": "YyYd_a_description",
|
|
179
|
-
"discard": "YyYd_a_discard"
|
|
177
|
+
"pending": "YyYd_a_pending",
|
|
178
|
+
"discard": "YyYd_a_discard",
|
|
179
|
+
"body": "YyYd_a_body"
|
|
180
180
|
};
|
|
181
181
|
//#endregion
|
|
182
182
|
//#region lib/types/client/PluginCard.js
|
|
@@ -371,14 +371,14 @@ window.__ModuleLoader__.load({
|
|
|
371
371
|
document.head.appendChild(tag);
|
|
372
372
|
}
|
|
373
373
|
var PluginsSettingsSection_module_css_default = {
|
|
374
|
-
"empty": "pbvGtq_empty",
|
|
375
|
-
"panel": "pbvGtq_panel",
|
|
376
374
|
"heading": "pbvGtq_heading",
|
|
377
|
-
"tab": "pbvGtq_tab",
|
|
378
375
|
"cards": "pbvGtq_cards",
|
|
379
|
-
"section": "pbvGtq_section",
|
|
380
376
|
"intro": "pbvGtq_intro",
|
|
381
|
-
"tabs": "pbvGtq_tabs"
|
|
377
|
+
"tabs": "pbvGtq_tabs",
|
|
378
|
+
"panel": "pbvGtq_panel",
|
|
379
|
+
"empty": "pbvGtq_empty",
|
|
380
|
+
"tab": "pbvGtq_tab",
|
|
381
|
+
"section": "pbvGtq_section"
|
|
382
382
|
};
|
|
383
383
|
//#endregion
|
|
384
384
|
//#region lib/types/client/ConfigurablePluginsTab.js
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-ui-settings-plugins",
|
|
3
3
|
"description": "Plugins settings section with feature-owned tabs and configurable host-plane plugin cards",
|
|
4
|
-
"version": "0.1.0-rc.
|
|
4
|
+
"version": "0.1.0-rc.6",
|
|
5
5
|
"publishConfig": {
|
|
6
|
-
"access": "
|
|
6
|
+
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -44,31 +44,31 @@
|
|
|
44
44
|
"license": "MIT",
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": "^18.2.0",
|
|
47
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
|
|
47
48
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
48
|
-
"@deepseek-ai/dsh-
|
|
49
|
-
"@deepseek-ai/dsh-client-
|
|
50
|
-
"@deepseek-ai/dsh-client-
|
|
51
|
-
"@deepseek-ai/dsh-client-
|
|
52
|
-
"@deepseek-ai/dsh-client-ui-
|
|
53
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.
|
|
54
|
-
"@deepseek-ai/dsh-client-
|
|
55
|
-
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.
|
|
56
|
-
"@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.3"
|
|
49
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6",
|
|
50
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
|
|
51
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
|
|
52
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
|
|
53
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6",
|
|
54
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
|
|
55
|
+
"@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.6",
|
|
56
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.6"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/react": "~18.3.1",
|
|
60
60
|
"react": "^18.2.0",
|
|
61
61
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
62
|
-
"@deepseek-ai/dsh-
|
|
63
|
-
"@deepseek-ai/dsh-
|
|
64
|
-
"@deepseek-ai/dsh-client-
|
|
65
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.
|
|
66
|
-
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.
|
|
67
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.
|
|
68
|
-
"@deepseek-ai/dsh-client-ui-
|
|
69
|
-
"@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.
|
|
70
|
-
"@deepseek-ai/dsh-client-ui-
|
|
71
|
-
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.
|
|
62
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
|
|
63
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
|
|
64
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6",
|
|
65
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
|
|
66
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.6",
|
|
67
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
|
|
68
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6",
|
|
69
|
+
"@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.6",
|
|
70
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
|
|
71
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.6"
|
|
72
72
|
},
|
|
73
73
|
"files": [
|
|
74
74
|
"lib/index.js",
|