@vc-shell/framework 1.0.104 → 1.0.105
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/CHANGELOG.md
CHANGED
package/dist/framework.mjs
CHANGED
|
@@ -50542,6 +50542,7 @@ const r4 = /* @__PURE__ */ ne("span", null, ")", -1), i4 = { class: "tw-w-full t
|
|
|
50542
50542
|
se(Y(vl), {
|
|
50543
50543
|
src: p.url,
|
|
50544
50544
|
size: "xl",
|
|
50545
|
+
background: "contain",
|
|
50545
50546
|
bordered: !0,
|
|
50546
50547
|
clickable: !0,
|
|
50547
50548
|
onClick: (s) => r.value = a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.105",
|
|
4
4
|
"main": "./dist/framework.mjs",
|
|
5
5
|
"module": "./dist/framework.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"whatwg-fetch": "^3.6.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@vc-shell/api-client-generator": "^1.0.
|
|
59
|
-
"@vc-shell/config-generator": "^1.0.
|
|
58
|
+
"@vc-shell/api-client-generator": "^1.0.105",
|
|
59
|
+
"@vc-shell/config-generator": "^1.0.105",
|
|
60
60
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
61
61
|
"sass": "^1.62.1",
|
|
62
62
|
"typescript": "~5.0.4",
|