shared-ritm 1.2.29 → 1.2.31
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
|
@@ -5500,8 +5500,8 @@ const Ca = be({
|
|
|
5500
5500
|
emits: ["update:modelValue", "button-click", "clear", "focus", "blur", "click"],
|
|
5501
5501
|
setup(e, { emit: t }) {
|
|
5502
5502
|
_n((l) => ({
|
|
5503
|
-
"
|
|
5504
|
-
|
|
5503
|
+
"33b606d4": l.borderRadius,
|
|
5504
|
+
f2e6e6c6: l.height
|
|
5505
5505
|
}));
|
|
5506
5506
|
const n = e, o = t, r = f({
|
|
5507
5507
|
get: () => n.modelValue !== null && n.modelValue !== void 0 && n.type === "number" ? +n.modelValue : n.modelValue,
|
|
@@ -5559,7 +5559,7 @@ const Ca = be({
|
|
|
5559
5559
|
]), 1032, ["modelValue", "class", "type", "readonly", "placeholder"]));
|
|
5560
5560
|
}
|
|
5561
5561
|
}), pc = {
|
|
5562
|
-
"app-input": "_app-
|
|
5562
|
+
"app-input": "_app-input_1u3xt_1"
|
|
5563
5563
|
}, yc = {
|
|
5564
5564
|
$style: pc
|
|
5565
5565
|
}, Vv = /* @__PURE__ */ le(gc, [["__cssModules", yc]]), bc = be({
|
|
@@ -12368,6 +12368,12 @@ class Lv extends ln {
|
|
|
12368
12368
|
configs() {
|
|
12369
12369
|
return this.get("/configs");
|
|
12370
12370
|
}
|
|
12371
|
+
changePassword(t, n, o) {
|
|
12372
|
+
return this.put(`/users/${t}/password`, {
|
|
12373
|
+
password: n,
|
|
12374
|
+
password_confirmation: o
|
|
12375
|
+
});
|
|
12376
|
+
}
|
|
12371
12377
|
}
|
|
12372
12378
|
let wr;
|
|
12373
12379
|
function Xv() {
|