@deepseek-ai/dsh-client-ui-settings-plugins 0.0.1-rc.3 → 0.1.0-rc.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.
- package/LICENSE +17 -24
- package/lib/client.js +22 -22
- package/package.json +23 -23
package/LICENSE
CHANGED
|
@@ -1,28 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2026
|
|
3
|
+
Copyright (c) 2026 DeepSeek
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
7
11
|
|
|
8
|
-
|
|
9
|
-
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
10
14
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
20
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
22
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
23
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
24
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
25
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
26
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
27
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
28
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
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
|
+
"badges": "At1oFq_badges",
|
|
23
24
|
"badgeMuted": "At1oFq_badgeMuted",
|
|
24
|
-
"
|
|
25
|
+
"reset": "At1oFq_reset",
|
|
25
26
|
"input": "At1oFq_input",
|
|
26
27
|
"field": "At1oFq_field",
|
|
27
|
-
"
|
|
28
|
-
"invalid": "At1oFq_invalid",
|
|
29
|
-
"hint": "At1oFq_hint",
|
|
30
|
-
"badges": "At1oFq_badges",
|
|
28
|
+
"head": "At1oFq_head",
|
|
31
29
|
"label": "At1oFq_label",
|
|
32
30
|
"badge": "At1oFq_badge",
|
|
33
|
-
"
|
|
31
|
+
"hint": "At1oFq_hint",
|
|
32
|
+
"invalid": "At1oFq_invalid",
|
|
33
|
+
"inputInvalid": "At1oFq_inputInvalid"
|
|
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
|
-
"
|
|
166
|
-
"body": "YyYd_a_body",
|
|
167
|
-
"discard": "YyYd_a_discard",
|
|
168
|
-
"headText": "YyYd_a_headText",
|
|
169
|
-
"pending": "YyYd_a_pending",
|
|
165
|
+
"save": "YyYd_a_save",
|
|
170
166
|
"cardOpen": "YyYd_a_cardOpen",
|
|
167
|
+
"description": "YyYd_a_description",
|
|
168
|
+
"pending": "YyYd_a_pending",
|
|
169
|
+
"headText": "YyYd_a_headText",
|
|
170
|
+
"chevronOpen": "YyYd_a_chevronOpen",
|
|
171
171
|
"header": "YyYd_a_header",
|
|
172
|
-
"footer": "YyYd_a_footer",
|
|
173
172
|
"chevron": "YyYd_a_chevron",
|
|
174
|
-
"
|
|
173
|
+
"footer": "YyYd_a_footer",
|
|
174
|
+
"discard": "YyYd_a_discard",
|
|
175
175
|
"readOnly": "YyYd_a_readOnly",
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
176
|
+
"body": "YyYd_a_body",
|
|
177
|
+
"failed": "YyYd_a_failed",
|
|
178
|
+
"card": "YyYd_a_card",
|
|
179
|
+
"name": "YyYd_a_name"
|
|
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
|
-
"section": "pbvGtq_section",
|
|
376
374
|
"panel": "pbvGtq_panel",
|
|
377
|
-
"tabs": "pbvGtq_tabs",
|
|
378
375
|
"intro": "pbvGtq_intro",
|
|
379
|
-
"
|
|
376
|
+
"tabs": "pbvGtq_tabs",
|
|
377
|
+
"empty": "pbvGtq_empty",
|
|
378
|
+
"cards": "pbvGtq_cards",
|
|
380
379
|
"heading": "pbvGtq_heading",
|
|
381
|
-
"
|
|
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,7 +1,7 @@
|
|
|
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.0
|
|
4
|
+
"version": "0.1.0-rc.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "restricted"
|
|
7
7
|
},
|
|
@@ -41,34 +41,34 @@
|
|
|
41
41
|
"platform": "web"
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"license": "
|
|
44
|
+
"license": "MIT",
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": "^18.2.0",
|
|
47
|
-
"@deepseek-ai/
|
|
48
|
-
"@deepseek-ai/dsh-
|
|
49
|
-
"@deepseek-ai/dsh-client-
|
|
50
|
-
"@deepseek-ai/dsh-client-
|
|
51
|
-
"@deepseek-ai/dsh-client-
|
|
52
|
-
"@deepseek-ai/dsh-client-
|
|
53
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.0
|
|
54
|
-
"@deepseek-ai/dsh-client-
|
|
55
|
-
"@deepseek-ai/dsh-invariants": "^0.0
|
|
56
|
-
"@deepseek-ai/
|
|
47
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.2",
|
|
48
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.2",
|
|
49
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.2",
|
|
50
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.2",
|
|
51
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.2",
|
|
52
|
+
"@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.2",
|
|
53
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.2",
|
|
54
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.2",
|
|
55
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.2",
|
|
56
|
+
"@deepseek-ai/cordis": "^4.0.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/react": "~18.3.1",
|
|
60
60
|
"react": "^18.2.0",
|
|
61
|
-
"@deepseek-ai/dsh-
|
|
62
|
-
"@deepseek-ai/dsh-client-
|
|
63
|
-
"@deepseek-ai/dsh-client-
|
|
64
|
-
"@deepseek-ai/dsh-client-
|
|
65
|
-
"@deepseek-ai/
|
|
66
|
-
"@deepseek-ai/
|
|
67
|
-
"@deepseek-ai/dsh-client-ui-settings": "^0.0
|
|
68
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.0
|
|
69
|
-
"@deepseek-ai/dsh-client-web-react": "^0.0
|
|
70
|
-
"@deepseek-ai/dsh-invariants": "^0.0
|
|
71
|
-
"@deepseek-ai/dsh-
|
|
61
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.2",
|
|
62
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.2",
|
|
63
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.2",
|
|
64
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.2",
|
|
65
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.2",
|
|
66
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
67
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.2",
|
|
68
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.2",
|
|
69
|
+
"@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.2",
|
|
70
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.2",
|
|
71
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.2"
|
|
72
72
|
},
|
|
73
73
|
"files": [
|
|
74
74
|
"lib/index.js",
|