shared-ritm 1.2.83 → 1.2.85

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.
@@ -11951,7 +11951,7 @@ const z_ = Ge({
11951
11951
  };
11952
11952
  }
11953
11953
  return (v, m) => {
11954
- var g, w;
11954
+ var g;
11955
11955
  return Q(), be(Ar, null, [
11956
11956
  fe("label", nC, [
11957
11957
  Wt(mt(v.label) + " ", 1),
@@ -11961,7 +11961,7 @@ const z_ = Ge({
11961
11961
  ref_key: "select",
11962
11962
  ref: o,
11963
11963
  modelValue: s.value,
11964
- "onUpdate:modelValue": m[0] || (m[0] = (b) => s.value = b),
11964
+ "onUpdate:modelValue": m[0] || (m[0] = (w) => s.value = w),
11965
11965
  options: l.value,
11966
11966
  disable: v.isDisabled,
11967
11967
  multiple: v.multiple,
@@ -11975,7 +11975,7 @@ const z_ = Ge({
11975
11975
  filled: "",
11976
11976
  "map-options": "",
11977
11977
  "stack-label": "",
11978
- "use-input": !((w = s.value) != null && w.length) && typeof s.value != "number",
11978
+ "use-input": "",
11979
11979
  "use-chips": !v.simple,
11980
11980
  "hide-bottom-space": v.hideBottomSpace,
11981
11981
  "input-debounce": "100",
@@ -12012,8 +12012,8 @@ const z_ = Ge({
12012
12012
  })
12013
12013
  ])
12014
12014
  ]),
12015
- option: ve((b) => [
12016
- b.opt.__loading ? (Q(), Pe(Xn, {
12015
+ option: ve((w) => [
12016
+ w.opt.__loading ? (Q(), Pe(Xn, {
12017
12017
  key: 0,
12018
12018
  class: "q-py-md q-ml-md"
12019
12019
  }, {
@@ -12024,11 +12024,11 @@ const z_ = Ge({
12024
12024
  })
12025
12025
  ]),
12026
12026
  _: 1
12027
- })) : (Q(), Pe(Xn, J0(Bc({ key: 1 }, b.itemProps)), {
12027
+ })) : (Q(), Pe(Xn, J0(Bc({ key: 1 }, w.itemProps)), {
12028
12028
  default: ve(() => [
12029
12029
  _e(fn, null, {
12030
12030
  default: ve(() => [
12031
- Wt(mt(b.opt[v.optionLabel || "label"]), 1)
12031
+ Wt(mt(w.opt[v.optionLabel || "label"]), 1)
12032
12032
  ]),
12033
12033
  _: 2
12034
12034
  }, 1024)
@@ -12040,29 +12040,29 @@ const z_ = Ge({
12040
12040
  }, [
12041
12041
  v.multiple || v.showChip ? {
12042
12042
  name: "selected-item",
12043
- fn: ve((b) => [
12044
- b.opt ? (Q(), Pe(id, {
12043
+ fn: ve((w) => [
12044
+ w.opt ? (Q(), Pe(id, {
12045
12045
  key: 0,
12046
12046
  removable: "",
12047
- tabindex: b.tabindex,
12047
+ tabindex: w.tabindex,
12048
12048
  style: cs({ backgroundColor: v.chipColor }),
12049
12049
  "icon-remove": "close",
12050
12050
  "text-color": "secondary",
12051
- onRemove: (y) => b.removeAtIndex(b.index)
12051
+ onRemove: (b) => w.removeAtIndex(w.index)
12052
12052
  }, {
12053
12053
  default: ve(() => [
12054
- Wt(mt(b.opt[v.optionLabel || "label"]), 1)
12054
+ Wt(mt(w.opt[v.optionLabel || "label"]), 1)
12055
12055
  ]),
12056
12056
  _: 2
12057
12057
  }, 1032, ["tabindex", "style", "onRemove"])) : tt("", !0)
12058
12058
  ]),
12059
12059
  key: "0"
12060
12060
  } : void 0
12061
- ]), 1032, ["modelValue", "options", "disable", "multiple", "hide-selected", "placeholder", "loading", "option-value", "option-label", "use-input", "use-chips", "hide-bottom-space", "rules"])
12061
+ ]), 1032, ["modelValue", "options", "disable", "multiple", "hide-selected", "placeholder", "loading", "option-value", "option-label", "use-chips", "hide-bottom-space", "rules"])
12062
12062
  ], 64);
12063
12063
  };
12064
12064
  }
12065
- }), iC = /* @__PURE__ */ Fe(aC, [["__scopeId", "data-v-3074b583"]]), sC = { class: "modal-title" }, uC = {
12065
+ }), iC = /* @__PURE__ */ Fe(aC, [["__scopeId", "data-v-d70e00a1"]]), sC = { class: "modal-title" }, uC = {
12066
12066
  key: 0,
12067
12067
  class: "field-label"
12068
12068
  }, lC = {
@@ -16367,6 +16367,11 @@ class $3 extends Zn {
16367
16367
  loginPhoto(n) {
16368
16368
  return this.post("/login/from_photo", { photo: n });
16369
16369
  }
16370
+ loginVideo(n) {
16371
+ return this.post("/login/video", n, {
16372
+ transformRequest: (t) => t
16373
+ });
16374
+ }
16370
16375
  logout() {
16371
16376
  return this.post("/logout", null);
16372
16377
  }