@vc-shell/framework 1.0.260 → 1.0.261
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.js
CHANGED
|
@@ -75208,7 +75208,7 @@ const sMe = { key: 0 }, lMe = { class: "tw-p-3" }, uMe = { class: "tw-flex tw-fl
|
|
|
75208
75208
|
}, YMe = { class: "tw-w-full tw-flex tw-items-center tw-justify-center" }, qMe = {
|
|
75209
75209
|
key: 2,
|
|
75210
75210
|
class: "tw-flex tw-flex-col tw-overflow-auto"
|
|
75211
|
-
}, GMe = ["onClick", "onDragstart", "onDragover", "onMouseover"], WMe = { class: "tw-flex tw-justify-center tw-items-center" }, zMe = /* @__PURE__ */ se("div", { class: "tw-w-px tw-top-0 tw-bottom-0 tw-absolute tw-right-0 tw-bg-[#e5e7eb]" }, null, -1), KMe = ["id"], JMe = { class: "tw-truncate" }, XMe = { class: "tw-flex tw-flex-row tw-items-center tw-text-[#3f3f3f] tw-font-normal not-italic tw-text-base tw-leading-[20px] tw-gap-[10px]" }, QMe = ["onClick"], ZMe = { class: "tw-not-italic tw-font-normal tw-text-base tw-leading-[20px] tw-text-[#3f3f3f]" }, e3e = {
|
|
75211
|
+
}, GMe = ["onClick", "onDragstart", "onDragover", "onMouseover"], WMe = { class: "tw-flex tw-justify-center tw-items-center" }, zMe = /* @__PURE__ */ se("div", { class: "tw-w-px tw-top-0 tw-bottom-0 tw-absolute tw-right-0 tw-bg-[#e5e7eb]" }, null, -1), KMe = ["id"], JMe = { class: "tw-truncate tw-w-full" }, XMe = { class: "tw-flex tw-flex-row tw-items-center tw-text-[#3f3f3f] tw-font-normal not-italic tw-text-base tw-leading-[20px] tw-gap-[10px]" }, QMe = ["onClick"], ZMe = { class: "tw-not-italic tw-font-normal tw-text-base tw-leading-[20px] tw-text-[#3f3f3f]" }, e3e = {
|
|
75212
75212
|
key: 3,
|
|
75213
75213
|
class: "tw-overflow-auto tw-flex tw-flex-col tw-flex-auto"
|
|
75214
75214
|
}, oV = /* @__PURE__ */ We({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.261",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/framework.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/dompurify": "^3.0.5",
|
|
63
63
|
"@types/quill": "^2.0.14",
|
|
64
|
-
"@vc-shell/api-client-generator": "^1.0.
|
|
65
|
-
"@vc-shell/config-generator": "^1.0.
|
|
66
|
-
"@vc-shell/ts-config": "^1.0.
|
|
64
|
+
"@vc-shell/api-client-generator": "^1.0.261",
|
|
65
|
+
"@vc-shell/config-generator": "^1.0.261",
|
|
66
|
+
"@vc-shell/ts-config": "^1.0.261",
|
|
67
67
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
68
68
|
"cypress-signalr-mock": "^1.5.0",
|
|
69
69
|
"sass": "^1.69.6",
|