bt-core-app 1.4.448 → 1.4.449
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 +3 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -38314,6 +38314,7 @@ const fE = /* @__PURE__ */ Je({
|
|
|
38314
38314
|
props: {
|
|
38315
38315
|
additionalURL: {},
|
|
38316
38316
|
canEdit: { type: Boolean, default: !0 },
|
|
38317
|
+
color: {},
|
|
38317
38318
|
dialogWidth: { default: "500" },
|
|
38318
38319
|
height: { default: 100 },
|
|
38319
38320
|
id: {},
|
|
@@ -38366,6 +38367,7 @@ const fE = /* @__PURE__ */ Je({
|
|
|
38366
38367
|
p(Ee, pe({
|
|
38367
38368
|
onClick: M(g),
|
|
38368
38369
|
class: "mx-auto pa-1",
|
|
38370
|
+
color: w.color,
|
|
38369
38371
|
height: w.height + 35,
|
|
38370
38372
|
width: w.width + 15
|
|
38371
38373
|
}, C), {
|
|
@@ -38429,7 +38431,7 @@ const fE = /* @__PURE__ */ Je({
|
|
|
38429
38431
|
}, 1024)
|
|
38430
38432
|
]),
|
|
38431
38433
|
_: 2
|
|
38432
|
-
}, 1040, ["onClick", "height", "width"])
|
|
38434
|
+
}, 1040, ["onClick", "color", "height", "width"])
|
|
38433
38435
|
]),
|
|
38434
38436
|
default: F(() => [
|
|
38435
38437
|
p(Ln, {
|
package/package.json
CHANGED