@vc-shell/framework 1.0.259 → 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,16 @@
1
+ ## [1.0.261](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.260...v1.0.261) (2024-07-26)
2
+
3
+
4
+
5
+ ## [1.0.260](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.259...v1.0.260) (2024-07-26)
6
+
7
+
8
+ ### Features
9
+
10
+ * **ui:** vc-select truncating ([ba67161](https://github.com/VirtoCommerce/vc-shell/commit/ba6716135fa55e17c5670964efef70e01d94c195))
11
+
12
+
13
+
1
14
  ## [1.0.259](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.258...v1.0.259) (2024-07-25)
2
15
 
3
16
 
package/dist/framework.js CHANGED
@@ -26492,7 +26492,7 @@ Tae();
26492
26492
  const Sae = ["innerHTML"], Aae = { class: "tw-flex tw-flex-nowrap tw-items-start tw-relative" }, Oae = { class: "tw-relative tw-flex tw-flex-auto tw-text-left tw-max-w-full" }, Nae = {
26493
26493
  key: 0,
26494
26494
  class: "tw-flex tw-items-center tw-flex-nowrap tw-pr-3"
26495
- }, Cae = { class: "tw-relative tw-flex tw-flex-auto tw-overflow-x-clip" }, Iae = { class: "tw-truncate vc-select__field-wrapper tw-relative tw-box-border tw-border tw-border-solid tw-border-[color:var(--select-border-color)] tw-rounded-[var(--select-border-radius)] tw-bg-[color:var(--select-background-color)] tw-flex tw-flex-col tw-flex-nowrap tw-flex-auto tw-items-stretch" }, Dae = { class: "tw-flex tw-flex-col tw-flex-nowrap tw-flex-auto tw-relative" }, kae = { class: "tw-flex tw-flex-nowrap tw-flex-auto tw-h-full tw-px-3" }, xae = {
26495
+ }, Cae = { class: "tw-relative tw-flex tw-flex-auto tw-overflow-x-clip tw-truncate" }, Iae = { class: "tw-truncate vc-select__field-wrapper tw-relative tw-box-border tw-border tw-border-solid tw-border-[color:var(--select-border-color)] tw-rounded-[var(--select-border-radius)] tw-bg-[color:var(--select-background-color)] tw-flex tw-flex-col tw-flex-nowrap tw-flex-auto tw-items-stretch" }, Dae = { class: "tw-flex tw-flex-col tw-flex-nowrap tw-flex-auto tw-relative" }, kae = { class: "tw-flex tw-flex-nowrap tw-flex-auto tw-h-full tw-px-3" }, xae = {
26496
26496
  key: 0,
26497
26497
  class: "tw-flex tw-items-center tw-flex-nowrap tw-pr-3"
26498
26498
  }, Pae = { class: "tw-flex tw-flex-nowrap tw-flex-auto tw-h-full tw-truncate" }, Rae = {
@@ -26781,7 +26781,7 @@ const Sae = ["innerHTML"], Aae = { class: "tw-flex tw-flex-nowrap tw-items-start
26781
26781
  r("update:modelValue", null);
26782
26782
  }
26783
26783
  return (V, Y) => (B(), K("div", {
26784
- class: Be(["vc-select tw-box-border", {
26784
+ class: Be(["vc-select tw-box-border tw-w-full", {
26785
26785
  "vc-select_opened": s.value,
26786
26786
  "vc-select_error": V.error,
26787
26787
  "vc-select_disabled": V.disabled,
@@ -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.259",
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.259",
65
- "@vc-shell/config-generator": "^1.0.259",
66
- "@vc-shell/ts-config": "^1.0.259",
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",
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div
3
- class="vc-select tw-box-border"
3
+ class="vc-select tw-box-border tw-w-full"
4
4
  :class="{
5
5
  'vc-select_opened': isOpened,
6
6
  'vc-select_error': error,
@@ -42,7 +42,7 @@
42
42
  >
43
43
  <slot name="prepend"></slot>
44
44
  </div>
45
- <div class="tw-relative tw-flex tw-flex-auto tw-overflow-x-clip">
45
+ <div class="tw-relative tw-flex tw-flex-auto tw-overflow-x-clip tw-truncate">
46
46
  <div
47
47
  class="tw-truncate vc-select__field-wrapper tw-relative tw-box-border tw-border tw-border-solid tw-border-[color:var(--select-border-color)] tw-rounded-[var(--select-border-radius)] tw-bg-[color:var(--select-background-color)] tw-flex tw-flex-col tw-flex-nowrap tw-flex-auto tw-items-stretch"
48
48
  >
@@ -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"