@vc-shell/framework 1.1.73 → 1.1.74
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,12 @@
|
|
|
1
|
+
## [1.1.74](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.73...v1.1.74) (2025-09-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **vc-input-dropdown:** conditionally render button based on options availability ([9182d1f](https://github.com/VirtoCommerce/vc-shell/commit/9182d1f50356df76bfb0b6e2840a73d3d4537a6e))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [1.1.73](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.72...v1.1.73) (2025-09-04)
|
|
2
11
|
|
|
3
12
|
|
package/dist/framework.js
CHANGED
|
@@ -8890,13 +8890,14 @@ const qf = /* @__PURE__ */ vr(Hf, [["render", Jf]]), fi = qf, Kf = { class: "vc-
|
|
|
8890
8890
|
]
|
|
8891
8891
|
}, x(f(e.option)), 41, pm)) : B("", !0)
|
|
8892
8892
|
]),
|
|
8893
|
-
|
|
8893
|
+
e.options && e.options.length ? (m(), j(s, {
|
|
8894
|
+
key: 0,
|
|
8894
8895
|
icon: i ? "material-keyboard_arrow_up" : "material-keyboard_arrow_down",
|
|
8895
8896
|
"icon-size": "s",
|
|
8896
8897
|
text: "",
|
|
8897
8898
|
"icon-class": "vc-input-dropdown__toggle-button-icon",
|
|
8898
8899
|
onClick: ce(o, ["stop", "prevent"])
|
|
8899
|
-
}, null, 8, ["icon", "onClick"])
|
|
8900
|
+
}, null, 8, ["icon", "onClick"])) : B("", !0)
|
|
8900
8901
|
]),
|
|
8901
8902
|
e.$slots["append-inner"] ? Y(e.$slots, "append-inner", { key: 0 }) : B("", !0)
|
|
8902
8903
|
]),
|