readytech-ui-library-v2 1.0.25 → 1.0.26
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.
@@ -16127,11 +16127,11 @@ function wh(e, n, t, l, a, i) {
|
|
16127
16127
|
modelValue: l.menu,
|
16128
16128
|
"onUpdate:modelValue": n[2] || (n[2] = (o) => l.menu = o),
|
16129
16129
|
transition: "scale-transition",
|
16130
|
-
"close-on-content-click":
|
16130
|
+
"close-on-content-click": !1,
|
16131
16131
|
"max-width": "290px",
|
16132
16132
|
"min-width": "290px",
|
16133
16133
|
"aria-haspopup": "true",
|
16134
|
-
"aria-expanded":
|
16134
|
+
"aria-expanded": l.menu.toString()
|
16135
16135
|
}, {
|
16136
16136
|
activator: H(({ props: o }) => [
|
16137
16137
|
s(jt, N(o, {
|
@@ -16158,7 +16158,7 @@ function wh(e, n, t, l, a, i) {
|
|
16158
16158
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "min", "max", "multiple"])
|
16159
16159
|
]),
|
16160
16160
|
_: 1
|
16161
|
-
}, 8, ["modelValue"]);
|
16161
|
+
}, 8, ["modelValue", "aria-expanded"]);
|
16162
16162
|
}
|
16163
16163
|
const xh = /* @__PURE__ */ ce(ph, [["render", wh]]), Vh = {
|
16164
16164
|
name: "RtDatePicker",
|