bt-core-app 2.0.12 → 2.0.13
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/dist/bt-core-app.js +4 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -27672,6 +27672,7 @@ const DR = ci({
|
|
|
27672
27672
|
__name: "BT-Color-Picker-Menu",
|
|
27673
27673
|
props: {
|
|
27674
27674
|
color: {},
|
|
27675
|
+
hideButton: { type: Boolean },
|
|
27675
27676
|
modelValue: {},
|
|
27676
27677
|
openToggle: { type: Boolean }
|
|
27677
27678
|
},
|
|
@@ -27692,11 +27693,12 @@ const DR = ci({
|
|
|
27692
27693
|
"onUpdate:modelValue": s[1] || (s[1] = (c) => r.value = c)
|
|
27693
27694
|
}, {
|
|
27694
27695
|
activator: W(({ props: c }) => [
|
|
27695
|
-
|
|
27696
|
+
o.hideButton ? ee("", !0) : (N(), ce(Pe, ye({
|
|
27697
|
+
key: 0,
|
|
27696
27698
|
color: o.color,
|
|
27697
27699
|
icon: "",
|
|
27698
27700
|
size: "small"
|
|
27699
|
-
}, c), null, 16, ["color"])
|
|
27701
|
+
}, c), null, 16, ["color"]))
|
|
27700
27702
|
]),
|
|
27701
27703
|
default: W(() => [
|
|
27702
27704
|
w(Nt, null, {
|
package/package.json
CHANGED