@qikdev/vue-ui 0.2.188 → 0.2.190
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 +8 -3
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +1 -1
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
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.
|
|
4
|
+
const Zo = "0.2.190";
|
|
5
5
|
class Pt extends Error {
|
|
6
6
|
}
|
|
7
7
|
class Jo extends Pt {
|
|
@@ -8768,6 +8768,10 @@ const $g = {
|
|
|
8768
8768
|
type: Boolean,
|
|
8769
8769
|
default: !1
|
|
8770
8770
|
},
|
|
8771
|
+
loop: {
|
|
8772
|
+
type: Boolean,
|
|
8773
|
+
default: !1
|
|
8774
|
+
},
|
|
8771
8775
|
muted: {
|
|
8772
8776
|
type: Boolean,
|
|
8773
8777
|
default: !1
|
|
@@ -8890,7 +8894,7 @@ const $g = {
|
|
|
8890
8894
|
return this.padHeight && (e.height = 0, e.paddingBottom = this.padHeight, e.overflow = "hidden", e.position = "relative"), e;
|
|
8891
8895
|
}
|
|
8892
8896
|
}
|
|
8893
|
-
}, Ng = ["muted", "autoplay", "width", "height", "controls"], Lg = ["src", "type"], Pg = ["width", "height", "src", "title"];
|
|
8897
|
+
}, Ng = ["muted", "loop", "autoplay", "width", "height", "controls"], Lg = ["src", "type"], Pg = ["width", "height", "src", "title"];
|
|
8894
8898
|
function Ug(e, t, n, r, s, i) {
|
|
8895
8899
|
return o(), d("div", {
|
|
8896
8900
|
class: L(["ux-video", i.className])
|
|
@@ -8902,6 +8906,7 @@ function Ug(e, t, n, r, s, i) {
|
|
|
8902
8906
|
}, [
|
|
8903
8907
|
x("video", {
|
|
8904
8908
|
muted: s.isMuted,
|
|
8909
|
+
loop: n.loop,
|
|
8905
8910
|
autoplay: n.autoplay,
|
|
8906
8911
|
width: i.actualWidth,
|
|
8907
8912
|
height: i.actualHeight,
|
|
@@ -8931,7 +8936,7 @@ function Ug(e, t, n, r, s, i) {
|
|
|
8931
8936
|
], 4)) : _("", !0)
|
|
8932
8937
|
], 2);
|
|
8933
8938
|
}
|
|
8934
|
-
const jg = /* @__PURE__ */ C($g, [["render", Ug], ["__scopeId", "data-v-
|
|
8939
|
+
const jg = /* @__PURE__ */ C($g, [["render", Ug], ["__scopeId", "data-v-600d6a53"]]);
|
|
8935
8940
|
const Rg = {
|
|
8936
8941
|
props: {
|
|
8937
8942
|
value: {
|