shared-ritm 1.1.76 → 1.1.78
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/shared-ritm.es.js
CHANGED
|
@@ -4271,7 +4271,7 @@ const Ru = {
|
|
|
4271
4271
|
props: {
|
|
4272
4272
|
label: {},
|
|
4273
4273
|
modelValue: {},
|
|
4274
|
-
disableRuleDates: { type:
|
|
4274
|
+
disableRuleDates: { type: Boolean }
|
|
4275
4275
|
},
|
|
4276
4276
|
emits: ["update:modelValue"],
|
|
4277
4277
|
setup(e, { emit: t }) {
|
|
@@ -4285,7 +4285,7 @@ const Ru = {
|
|
|
4285
4285
|
});
|
|
4286
4286
|
function l(i) {
|
|
4287
4287
|
const a = /* @__PURE__ */ new Date(), [u, c, s] = i.split("/"), f = new Date(u, c - 1, s), b = new Date(a.getFullYear(), a.getMonth(), a.getDate());
|
|
4288
|
-
return o != null && o.disableRuleDates ? f >=
|
|
4288
|
+
return o != null && o.disableRuleDates ? f >= o.disableRuleDates : f >= b;
|
|
4289
4289
|
}
|
|
4290
4290
|
return (i, a) => (Y(), de("div", Vu, [
|
|
4291
4291
|
ye(go, {
|
|
@@ -4329,7 +4329,7 @@ const Ru = {
|
|
|
4329
4329
|
])
|
|
4330
4330
|
]));
|
|
4331
4331
|
}
|
|
4332
|
-
}), Gh = /* @__PURE__ */ ie(Du, [["__scopeId", "data-v-
|
|
4332
|
+
}), Gh = /* @__PURE__ */ ie(Du, [["__scopeId", "data-v-3e87c7a4"]]);
|
|
4333
4333
|
let er, Gn = 0;
|
|
4334
4334
|
const We = new Array(256);
|
|
4335
4335
|
for (let e = 0; e < 256; e++)
|