@deepseek-ai/dsh-client-ui-settings-plugin-inventory 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 +11 -11
- package/package.json +19 -19
package/lib/client.js
CHANGED
|
@@ -18,24 +18,24 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var PluginInventorySettingsTab_module_css_default = {
|
|
21
|
-
"
|
|
22
|
-
"entryValue": "qSYn7G_entryValue",
|
|
23
|
-
"status": "qSYn7G_status",
|
|
21
|
+
"cardContent": "qSYn7G_cardContent",
|
|
24
22
|
"visuallyHidden": "qSYn7G_visuallyHidden",
|
|
25
|
-
"
|
|
23
|
+
"configTag": "qSYn7G_configTag",
|
|
26
24
|
"search": "qSYn7G_search",
|
|
27
|
-
"
|
|
25
|
+
"catalogHeading": "qSYn7G_catalogHeading",
|
|
26
|
+
"cards": "qSYn7G_cards",
|
|
27
|
+
"chevron": "qSYn7G_chevron",
|
|
28
28
|
"cardTrailing": "qSYn7G_cardTrailing",
|
|
29
|
+
"status": "qSYn7G_status",
|
|
30
|
+
"section": "qSYn7G_section",
|
|
29
31
|
"catalog": "qSYn7G_catalog",
|
|
30
32
|
"cardTitle": "qSYn7G_cardTitle",
|
|
33
|
+
"entryValue": "qSYn7G_entryValue",
|
|
34
|
+
"failure": "qSYn7G_failure",
|
|
35
|
+
"statusDot": "qSYn7G_statusDot",
|
|
31
36
|
"cardDetails": "qSYn7G_cardDetails",
|
|
32
|
-
"cards": "qSYn7G_cards",
|
|
33
|
-
"catalogHeading": "qSYn7G_catalogHeading",
|
|
34
|
-
"configTag": "qSYn7G_configTag",
|
|
35
37
|
"details": "qSYn7G_details",
|
|
36
|
-
"
|
|
37
|
-
"cardContent": "qSYn7G_cardContent",
|
|
38
|
-
"statusDot": "qSYn7G_statusDot"
|
|
38
|
+
"card": "qSYn7G_card"
|
|
39
39
|
};
|
|
40
40
|
//#endregion
|
|
41
41
|
//#region lib/types/client/PluginInventorySettingsTab.js
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-ui-settings-plugin-inventory",
|
|
3
3
|
"description": "Read-only Cordis Loader inventory tab in Web Plugins settings",
|
|
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",
|
|
@@ -43,29 +43,29 @@
|
|
|
43
43
|
"license": "MIT",
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "^18.2.0",
|
|
46
|
-
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.
|
|
47
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.
|
|
48
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.
|
|
49
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.
|
|
50
|
-
"@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.
|
|
51
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.
|
|
52
|
-
"@deepseek-ai/
|
|
53
|
-
"@deepseek-ai/
|
|
46
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
|
|
47
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
|
|
48
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
|
|
49
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
|
|
50
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6",
|
|
51
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
|
|
52
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
53
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.6"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@testing-library/react": "^16.1.0",
|
|
57
57
|
"@types/react": "~18.3.1",
|
|
58
58
|
"react": "^18.2.0",
|
|
59
59
|
"react-dom": "^18.2.0",
|
|
60
|
-
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.
|
|
61
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.
|
|
62
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.
|
|
63
|
-
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.
|
|
64
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.
|
|
65
|
-
"@deepseek-ai/dsh-client-ui-
|
|
66
|
-
"@deepseek-ai/dsh-
|
|
67
|
-
"@deepseek-ai/
|
|
68
|
-
"@deepseek-ai/
|
|
60
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
|
|
61
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
|
|
62
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
|
|
63
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.6",
|
|
64
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
|
|
65
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
|
|
66
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
|
|
67
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
68
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6"
|
|
69
69
|
},
|
|
70
70
|
"files": [
|
|
71
71
|
"lib/index.js",
|