@deepseek-ai/dsh-client-ui-model-selection 0.1.0-rc.2 → 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 +18 -18
- package/package.json +23 -23
package/lib/client.js
CHANGED
|
@@ -241,31 +241,31 @@ window.__ModuleLoader__.load({
|
|
|
241
241
|
document.head.appendChild(tag);
|
|
242
242
|
}
|
|
243
243
|
var ModelSelect_module_css_default = {
|
|
244
|
+
"optionCopy": "_7KE1Ra_optionCopy",
|
|
245
|
+
"triggerEffort": "_7KE1Ra_triggerEffort",
|
|
246
|
+
"retry": "_7KE1Ra_retry",
|
|
247
|
+
"description": "_7KE1Ra_description",
|
|
248
|
+
"root": "_7KE1Ra_root",
|
|
244
249
|
"cellValue": "_7KE1Ra_cellValue",
|
|
250
|
+
"cellChevron": "_7KE1Ra_cellChevron",
|
|
251
|
+
"option": "_7KE1Ra_option",
|
|
245
252
|
"group": "_7KE1Ra_group",
|
|
246
|
-
"
|
|
253
|
+
"chevronOpen": "_7KE1Ra_chevronOpen",
|
|
254
|
+
"status": "_7KE1Ra_status",
|
|
247
255
|
"error": "_7KE1Ra_error",
|
|
256
|
+
"check": "_7KE1Ra_check",
|
|
257
|
+
"cell": "_7KE1Ra_cell",
|
|
248
258
|
"triggerLabel": "_7KE1Ra_triggerLabel",
|
|
249
|
-
"cellLabel": "_7KE1Ra_cellLabel",
|
|
250
|
-
"warning": "_7KE1Ra_warning",
|
|
251
|
-
"chevron": "_7KE1Ra_chevron",
|
|
252
|
-
"groups": "_7KE1Ra_groups",
|
|
253
|
-
"retry": "_7KE1Ra_retry",
|
|
254
|
-
"option": "_7KE1Ra_option",
|
|
255
|
-
"triggerEffort": "_7KE1Ra_triggerEffort",
|
|
256
259
|
"modelName": "_7KE1Ra_modelName",
|
|
257
|
-
"
|
|
258
|
-
"description": "_7KE1Ra_description",
|
|
259
|
-
"cellChevron": "_7KE1Ra_cellChevron",
|
|
260
|
-
"chevronOpen": "_7KE1Ra_chevronOpen",
|
|
261
|
-
"empty": "_7KE1Ra_empty",
|
|
260
|
+
"chevron": "_7KE1Ra_chevron",
|
|
262
261
|
"trigger": "_7KE1Ra_trigger",
|
|
263
|
-
"cell": "_7KE1Ra_cell",
|
|
264
|
-
"selected": "_7KE1Ra_selected",
|
|
265
|
-
"optionCopy": "_7KE1Ra_optionCopy",
|
|
266
|
-
"status": "_7KE1Ra_status",
|
|
267
262
|
"menu": "_7KE1Ra_menu",
|
|
268
|
-
"
|
|
263
|
+
"warning": "_7KE1Ra_warning",
|
|
264
|
+
"cellLabel": "_7KE1Ra_cellLabel",
|
|
265
|
+
"groupTitle": "_7KE1Ra_groupTitle",
|
|
266
|
+
"groups": "_7KE1Ra_groups",
|
|
267
|
+
"selected": "_7KE1Ra_selected",
|
|
268
|
+
"empty": "_7KE1Ra_empty"
|
|
269
269
|
};
|
|
270
270
|
//#endregion
|
|
271
271
|
//#region lib/types/client/ModelSelect.js
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-ui-model-selection",
|
|
3
3
|
"description": "Model selection: the /model popupSelect over session.models / session.selectModel",
|
|
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,33 +44,33 @@
|
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"clsx": "^2.1.1",
|
|
46
46
|
"react": "^18.2.0",
|
|
47
|
-
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.
|
|
48
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.
|
|
49
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.
|
|
50
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.
|
|
51
|
-
"@deepseek-ai/dsh-client-ui-commands": "^0.1.0-rc.
|
|
52
|
-
"@deepseek-ai/dsh-client-ui-
|
|
53
|
-
"@deepseek-ai/dsh-client-ui-
|
|
54
|
-
"@deepseek-ai/dsh-
|
|
47
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
|
|
48
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6",
|
|
49
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
|
|
50
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
|
|
51
|
+
"@deepseek-ai/dsh-client-ui-commands": "^0.1.0-rc.6",
|
|
52
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
|
|
53
|
+
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.6",
|
|
54
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
|
|
55
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
|
|
55
56
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
56
|
-
"@deepseek-ai/dsh-client-ui-
|
|
57
|
-
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.2"
|
|
57
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.6"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/react": "~18.3.1",
|
|
61
61
|
"clsx": "^2.1.1",
|
|
62
62
|
"react": "^18.2.0",
|
|
63
|
-
"@deepseek-ai/dsh-
|
|
64
|
-
"@deepseek-ai/dsh-client-
|
|
65
|
-
"@deepseek-ai/dsh-
|
|
66
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.
|
|
67
|
-
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.
|
|
68
|
-
"@deepseek-ai/dsh-client-ui-commands": "^0.1.0-rc.
|
|
69
|
-
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.
|
|
70
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.
|
|
71
|
-
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.
|
|
72
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.
|
|
73
|
-
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.
|
|
63
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6",
|
|
64
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
|
|
65
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
|
|
66
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
|
|
67
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.6",
|
|
68
|
+
"@deepseek-ai/dsh-client-ui-commands": "^0.1.0-rc.6",
|
|
69
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.6",
|
|
70
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
|
|
71
|
+
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.6",
|
|
72
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
|
|
73
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
|
|
74
74
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
75
75
|
},
|
|
76
76
|
"files": [
|