@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
@@ -1,3 +1,7 @@
1
+ ## [1.0.261](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.260...v1.0.261) (2024-07-26)
2
+
3
+
4
+
1
5
  ## [1.0.260](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.259...v1.0.260) (2024-07-26)
2
6
 
3
7
 
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.260",
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.260",
65
- "@vc-shell/config-generator": "^1.0.260",
66
- "@vc-shell/ts-config": "^1.0.260",
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",
@@ -381,7 +381,7 @@
381
381
  :class="[cell.class]"
382
382
  :style="{ maxWidth: cell.width, width: cell.width }"
383
383
  >
384
- <div class="tw-truncate">
384
+ <div class="tw-truncate tw-w-full">
385
385
  <renderCellSlot
386
386
  :item="item"
387
387
  :cell="cell"