@qikdev/vue-ui 0.2.190 → 0.2.191

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/lib.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import './style.css';
2
2
  import { defineComponent as Vr, ref as Jt, toRefs as xa, onMounted as wa, onBeforeUnmount as Ho, watch as Er, computed as fr, openBlock as o, createElementBlock as d, renderSlot as H, createCommentVNode as _, normalizeClass as L, useSlots as qo, reactive as Ti, provide as Li, resolveComponent as y, Fragment as S, unref as zn, createBlock as k, withCtx as h, createVNode as m, renderList as F, toDisplayString as v, withDirectives as K, vShow as di, createElementVNode as x, withModifiers as z, createTextVNode as T, h as mr, mergeProps as Oi, toHandlers as Ar, normalizeStyle as He, resolveDynamicComponent as ft, vModelSelect as Tt, pushScopeId as Ye, popScopeId as Ze, createStaticVNode as Wo, Teleport as Go, vModelText as se, withKeys as ge, TransitionGroup as Ko, nextTick as Sa, vModelDynamic as Hn } from "vue";
3
3
  import { EventDispatcher as Yo } from "@qikdev/sdk";
4
- const Zo = "0.2.190";
4
+ const Zo = "0.2.191";
5
5
  class Pt extends Error {
6
6
  }
7
7
  class Jo extends Pt {
@@ -5950,7 +5950,8 @@ const vy = {
5950
5950
  return String(this.value || "").trim();
5951
5951
  },
5952
5952
  href() {
5953
- return `http://${this.actualValue}`;
5953
+ let e = this.actualValue;
5954
+ return /^https?:\/\//i.test(e) ? e : "https://" + e;
5954
5955
  }
5955
5956
  }
5956
5957
  }, by = { class: "table-url-cell" }, ky = ["href"];
@@ -5971,7 +5972,7 @@ function xy(e, t, n, r, s, i) {
5971
5972
  ], 8, ky)) : _("", !0)
5972
5973
  ]);
5973
5974
  }
5974
- const Us = /* @__PURE__ */ C(vy, [["render", xy], ["__scopeId", "data-v-7c4c4b63"]]);
5975
+ const Us = /* @__PURE__ */ C(vy, [["render", xy], ["__scopeId", "data-v-aa99a5e7"]]);
5975
5976
  var js = function(e, t, n) {
5976
5977
  if (!t.hasOwnProperty(n)) {
5977
5978
  var r = Object.getOwnPropertyDescriptor(e, n);
@@ -7884,7 +7885,7 @@ const ag = {
7884
7885
  type: Boolean
7885
7886
  }
7886
7887
  }
7887
- }, lg = /* @__PURE__ */ Wo('<svg width="1em" height="1em" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg" data-v-d7eec9c1><circle cx="25" cy="25" r="20" fill="none" stroke-width="0" stroke-linecap="round" data-v-d7eec9c1><animate attributeName="stroke-dasharray" from="1,200" to="100,200" begin="0s" dur="2s" repeatCount="indefinite" data-v-d7eec9c1></animate><animate attributeName="stroke-dashoffset" from="0" to="-300" begin="0s" dur="2s" repeatCount="indefinite" data-v-d7eec9c1></animate><animateTransform attributeName="transform" type="rotate" from="0 25 25" to="360 25 25" begin="0s" dur="2s" repeatCount="indefinite" data-v-d7eec9c1></animateTransform></circle></svg>', 1), og = [
7888
+ }, lg = /* @__PURE__ */ Wo('<svg width="1em" height="1em" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg" data-v-92624348><circle cx="25" cy="25" r="20" fill="none" stroke-width="0" stroke-linecap="round" data-v-92624348><animate attributeName="stroke-dasharray" from="1,200" to="100,200" begin="0s" dur="2s" repeatCount="indefinite" data-v-92624348></animate><animate attributeName="stroke-dashoffset" from="0" to="-300" begin="0s" dur="2s" repeatCount="indefinite" data-v-92624348></animate><animateTransform attributeName="transform" type="rotate" from="0 25 25" to="360 25 25" begin="0s" dur="2s" repeatCount="indefinite" data-v-92624348></animateTransform></circle></svg>', 1), og = [
7888
7889
  lg
7889
7890
  ];
7890
7891
  function ug(e, t, n, r, s, i) {
@@ -7892,7 +7893,7 @@ function ug(e, t, n, r, s, i) {
7892
7893
  class: L(["ux-spinner", { large: n.large }])
7893
7894
  }, og, 2);
7894
7895
  }
7895
- const Nl = /* @__PURE__ */ C(ag, [["render", ug], ["__scopeId", "data-v-d7eec9c1"]]);
7896
+ const Nl = /* @__PURE__ */ C(ag, [["render", ug], ["__scopeId", "data-v-92624348"]]);
7896
7897
  const dg = {
7897
7898
  components: {
7898
7899
  Spinner: Nl
@@ -8768,6 +8769,10 @@ const $g = {
8768
8769
  type: Boolean,
8769
8770
  default: !1
8770
8771
  },
8772
+ playsinline: {
8773
+ type: Boolean,
8774
+ default: !1
8775
+ },
8771
8776
  loop: {
8772
8777
  type: Boolean,
8773
8778
  default: !1
@@ -8780,10 +8785,14 @@ const $g = {
8780
8785
  data() {
8781
8786
  return {
8782
8787
  model: this.item,
8783
- isMuted: this.muted || this.autoplay
8788
+ isMuted: this.muted || this.autoplay,
8789
+ playsInline: this.playsinline || this.autoplay
8784
8790
  };
8785
8791
  },
8786
8792
  watch: {
8793
+ playsinline(e) {
8794
+ this.playsInline = e;
8795
+ },
8787
8796
  muted(e) {
8788
8797
  this.isMuted = e;
8789
8798
  }
@@ -8894,7 +8903,7 @@ const $g = {
8894
8903
  return this.padHeight && (e.height = 0, e.paddingBottom = this.padHeight, e.overflow = "hidden", e.position = "relative"), e;
8895
8904
  }
8896
8905
  }
8897
- }, Ng = ["muted", "loop", "autoplay", "width", "height", "controls"], Lg = ["src", "type"], Pg = ["width", "height", "src", "title"];
8906
+ }, Ng = ["playsinline", "muted", "loop", "autoplay", "width", "height", "controls"], Lg = ["src", "type"], Pg = ["width", "height", "src", "title"];
8898
8907
  function Ug(e, t, n, r, s, i) {
8899
8908
  return o(), d("div", {
8900
8909
  class: L(["ux-video", i.className])
@@ -8905,6 +8914,7 @@ function Ug(e, t, n, r, s, i) {
8905
8914
  style: He(i.embedStyle)
8906
8915
  }, [
8907
8916
  x("video", {
8917
+ playsinline: s.playsInline,
8908
8918
  muted: s.isMuted,
8909
8919
  loop: n.loop,
8910
8920
  autoplay: n.autoplay,
@@ -8936,7 +8946,7 @@ function Ug(e, t, n, r, s, i) {
8936
8946
  ], 4)) : _("", !0)
8937
8947
  ], 2);
8938
8948
  }
8939
- const jg = /* @__PURE__ */ C($g, [["render", Ug], ["__scopeId", "data-v-600d6a53"]]);
8949
+ const jg = /* @__PURE__ */ C($g, [["render", Ug], ["__scopeId", "data-v-d46f56d4"]]);
8940
8950
  const Rg = {
8941
8951
  props: {
8942
8952
  value: {