@stonecrop/beam 0.8.3 → 0.8.4
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/beam.js +2 -2
- package/dist/beam.js.map +1 -1
- package/dist/beam.umd.cjs +1 -1
- package/dist/beam.umd.cjs.map +1 -1
- package/package.json +8 -8
package/dist/beam.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as De, resolveComponent as ut,
|
|
1
|
+
import { defineComponent as De, resolveComponent as ut, openBlock as Pe, createElementBlock as Re, createElementVNode as Ce, createVNode as ct, withCtx as ft, renderSlot as Xe, normalizeStyle as ur, createTextVNode as ht, computed as Ht, Fragment as lo, toDisplayString as Je, ref as Tt, withDirectives as Hr, vShow as Ds, watch as Gr, toValue as Ze, toRef as Al, readonly as Il, customRef as xl, getCurrentScope as kl, onScopeDispose as Tl, unref as Fs, shallowRef as Ws, renderList as $s, normalizeClass as hr, createCommentVNode as cr, createStaticVNode as Ol, createBlock as Nt, useModel as qs, vModelCheckbox as Pl, withModifiers as xo, mergeModels as Cl, onMounted as uo, onUnmounted as co, resolveDynamicComponent as Rl } from "vue";
|
|
2
2
|
import './assets/index.css';const Ml = { class: "beam_action-footer" }, jl = { class: "footer-action-wrapper" }, Bl = /* @__PURE__ */ De({
|
|
3
3
|
__name: "ActionFooter",
|
|
4
4
|
emits: ["click"],
|
|
@@ -512,7 +512,7 @@ const Fu = /* @__PURE__ */ Le(Lu, [["render", Du], ["__scopeId", "data-v-a38a41d
|
|
|
512
512
|
props: /* @__PURE__ */ Cl({
|
|
513
513
|
denominator: { default: 0 },
|
|
514
514
|
debounce: { default: 300 },
|
|
515
|
-
editable: { default: !0 },
|
|
515
|
+
editable: { type: [Boolean, String], default: !0 },
|
|
516
516
|
uom: { default: "" }
|
|
517
517
|
}, {
|
|
518
518
|
modelValue: { required: !0 },
|