tsv2-library 0.2.45 → 0.2.47
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/tsv2-library.es.js +2 -2
- package/package.json +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -50048,7 +50048,7 @@ const dde = {
|
|
|
50048
50048
|
"data-ts-section": "header-wrapper"
|
|
50049
50049
|
}, fde = {
|
|
50050
50050
|
key: 0,
|
|
50051
|
-
class: "list-inside",
|
|
50051
|
+
class: "list-inside w-full overflow-auto max-h-20",
|
|
50052
50052
|
"data-ts-section": "dialog-select-tree-lists"
|
|
50053
50053
|
}, Vb = /* @__PURE__ */ Oe({
|
|
50054
50054
|
__name: "DialogSelectTree",
|
|
@@ -65711,7 +65711,7 @@ const oge = /* @__PURE__ */ Oe({
|
|
|
65711
65711
|
}, p = (_) => {
|
|
65712
65712
|
const w = _ != null ? f(_) : void 0;
|
|
65713
65713
|
r("update:modelValue", w), a.value = w, h();
|
|
65714
|
-
}, v = async (_) => (await Ct(), !_ && n.mandatory ? `
|
|
65714
|
+
}, v = async (_) => (await Ct(), !_ && n.mandatory ? `You must pick ${mh(n.label)} date!` : n.validatorMessage && n.invalid ? n.validatorMessage : !0), y = () => {
|
|
65715
65715
|
var w;
|
|
65716
65716
|
const _ = (w = o.value) == null ? void 0 : w.overlayVisible;
|
|
65717
65717
|
o.value && (o.value.overlayVisible = !_);
|