vue3-time-duration 0.3.0 → 0.3.2
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.
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
for (const [
|
|
5
|
-
|
|
6
|
-
return
|
|
1
|
+
import { createElementBlock as w, openBlock as I, createStaticVNode as F, defineComponent as B, ref as r, computed as L, watch as M, createElementVNode as x, createCommentVNode as b, withDirectives as R, createVNode as N, vModelText as P, Fragment as U, renderList as W, normalizeClass as A, toDisplayString as y, onMounted as H, vShow as O } from "vue";
|
|
2
|
+
const D = (p, m) => {
|
|
3
|
+
const d = p.__vccOpts || p;
|
|
4
|
+
for (const [g, v] of m)
|
|
5
|
+
d[g] = v;
|
|
6
|
+
return d;
|
|
7
7
|
}, z = {}, X = { class: "icon-x-mark" };
|
|
8
8
|
function Z(p, m) {
|
|
9
|
-
return
|
|
10
|
-
|
|
9
|
+
return I(), w("div", X, m[0] || (m[0] = [
|
|
10
|
+
F('<svg width="20.000000" height="20.000000" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" data-v-7f1f4e49><desc data-v-7f1f4e49>Created with Pixso.</desc><defs data-v-7f1f4e49><clipPath id="clip131_5974" data-v-7f1f4e49><rect id="user-time" width="20.000000" height="20.000000" fill="white" fill-opacity="0" data-v-7f1f4e49></rect></clipPath></defs><g clip-path="url(#clip131_5974)" data-v-7f1f4e49><path id="path (Border)" d="M3.72 3.72C3.47 3.97 3.47 4.36 3.72 4.6L9.11 10L3.72 15.39C3.47 15.63 3.47 16.02 3.72 16.27C3.97 16.52 4.36 16.52 4.6 16.27L10 10.88L15.39 16.27C15.63 16.52 16.02 16.52 16.27 16.27C16.52 16.02 16.52 15.63 16.27 15.39L10.88 10L16.27 4.6C16.39 4.48 16.45 4.33 16.45 4.16C16.45 3.99 16.39 3.84 16.27 3.72C16.15 3.6 16 3.54 15.83 3.54C15.66 3.54 15.51 3.6 15.39 3.72L10 9.11L4.6 3.72C4.36 3.47 3.97 3.47 3.72 3.72Z" fill="#77797C" fill-opacity="1.000000" fill-rule="evenodd" data-v-7f1f4e49></path></g></svg>', 1)
|
|
11
11
|
]));
|
|
12
12
|
}
|
|
13
|
-
const j = /* @__PURE__ */
|
|
13
|
+
const j = /* @__PURE__ */ D(z, [["render", Z], ["__scopeId", "data-v-7f1f4e49"]]), q = { class: "ui-widget-time" }, G = { class: "ui-widget-time__w" }, J = {
|
|
14
14
|
key: 0,
|
|
15
15
|
class: "ui-widget-time__dropdown"
|
|
16
|
-
}, K = ["onClick"], Q = /* @__PURE__ */
|
|
16
|
+
}, K = ["onClick"], Q = /* @__PURE__ */ B({
|
|
17
17
|
__name: "UiWidgetTime",
|
|
18
18
|
props: {
|
|
19
19
|
timeListId: { type: Number, default: 0 },
|
|
@@ -21,74 +21,74 @@ const j = /* @__PURE__ */ F(z, [["render", Z], ["__scopeId", "data-v-7f1f4e49"]]
|
|
|
21
21
|
},
|
|
22
22
|
emits: ["selectedId"],
|
|
23
23
|
setup(p, { emit: m }) {
|
|
24
|
-
const
|
|
24
|
+
const d = p, g = m, v = r([]), a = r(!1), l = r(0), u = r(void 0), f = r(), c = r(!1), k = r(), S = r(0), h = L(() => v.value.length > 0 ? v.value : d.timeList), C = L(() => d.timeListId), _ = L({
|
|
25
25
|
get() {
|
|
26
26
|
var e;
|
|
27
|
-
return u.value === void 0 ? (e =
|
|
27
|
+
return u.value === void 0 ? (e = d.timeList.find((i) => i.id === C.value)) == null ? void 0 : e.time : u.value;
|
|
28
28
|
},
|
|
29
29
|
set(e) {
|
|
30
30
|
u.value = e;
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
|
-
|
|
33
|
+
M(C, (e) => {
|
|
34
34
|
var i;
|
|
35
|
-
l.value = e, _.value = (i =
|
|
35
|
+
l.value = e, _.value = (i = d.timeList.find((o) => o.id === e)) == null ? void 0 : i.time;
|
|
36
36
|
});
|
|
37
37
|
const T = (e) => {
|
|
38
38
|
var i;
|
|
39
|
-
l.value = e, _.value = (i =
|
|
39
|
+
l.value = e, _.value = (i = h.value.find((o) => o.id === l.value)) == null ? void 0 : i.time, a.value = !1, g("selectedId", l.value);
|
|
40
40
|
}, E = () => {
|
|
41
|
-
|
|
41
|
+
a.value = !0, setTimeout(() => {
|
|
42
42
|
var i;
|
|
43
|
-
const e =
|
|
44
|
-
e !== null && (
|
|
43
|
+
const e = k.value;
|
|
44
|
+
e !== null && (S.value = h.value.findIndex((o) => Number(o.id) === l.value), (i = e[S.value]) == null || i.scrollIntoView());
|
|
45
45
|
}, 250);
|
|
46
46
|
}, t = () => {
|
|
47
47
|
setTimeout(() => {
|
|
48
48
|
var e, i;
|
|
49
|
-
|
|
50
|
-
}, 200),
|
|
49
|
+
c.value || (_.value = (e = h.value.find((o) => o.id === l.value)) == null ? void 0 : e.time, g("selectedId", (i = h.value.find((o) => o.id === l.value)) == null ? void 0 : i.id), a.value = !1);
|
|
50
|
+
}, 200), c.value = !1;
|
|
51
51
|
}, n = () => {
|
|
52
|
-
l.value = 0,
|
|
53
|
-
},
|
|
54
|
-
|
|
52
|
+
l.value = 0, v.value = [], _.value = "", f.value.focus(), c.value = !0, a.value = !0;
|
|
53
|
+
}, s = () => {
|
|
54
|
+
v.value = d.timeList.filter((e) => e.time.startsWith(u.value));
|
|
55
55
|
};
|
|
56
|
-
return (e, i) => (
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
return (e, i) => (I(), w("div", q, [
|
|
57
|
+
x("div", G, [
|
|
58
|
+
R(x("input", {
|
|
59
59
|
ref_key: "inputRef",
|
|
60
60
|
ref: f,
|
|
61
|
-
"onUpdate:modelValue": i[0] || (i[0] = (
|
|
61
|
+
"onUpdate:modelValue": i[0] || (i[0] = (o) => _.value = o),
|
|
62
62
|
type: "text",
|
|
63
63
|
class: "ui-widget-time__w-input",
|
|
64
64
|
onClick: E,
|
|
65
65
|
onFocusout: t,
|
|
66
|
-
onInput:
|
|
66
|
+
onInput: s
|
|
67
67
|
}, null, 544), [
|
|
68
68
|
[P, _.value]
|
|
69
69
|
]),
|
|
70
|
-
|
|
70
|
+
N(j, {
|
|
71
71
|
class: "ui-widget-time__w-icon",
|
|
72
72
|
onClick: n
|
|
73
73
|
})
|
|
74
74
|
]),
|
|
75
|
-
|
|
76
|
-
(
|
|
77
|
-
|
|
75
|
+
a.value ? (I(), w("div", J, [
|
|
76
|
+
(I(!0), w(U, null, W(h.value, (o, V) => (I(), w("div", { key: V }, [
|
|
77
|
+
x("div", {
|
|
78
78
|
ref_for: !0,
|
|
79
79
|
ref_key: "refItemList",
|
|
80
|
-
ref:
|
|
80
|
+
ref: k,
|
|
81
81
|
class: A({
|
|
82
82
|
"ui-widget-time__dropdown-item": !0,
|
|
83
|
-
"ui-widget-time__dropdown-item_selected":
|
|
83
|
+
"ui-widget-time__dropdown-item_selected": S.value === V
|
|
84
84
|
}),
|
|
85
|
-
onClick: (te) => T(
|
|
86
|
-
}, y(
|
|
85
|
+
onClick: (te) => T(o.id)
|
|
86
|
+
}, y(o.time), 11, K)
|
|
87
87
|
]))), 128))
|
|
88
88
|
])) : b("", !0)
|
|
89
89
|
]));
|
|
90
90
|
}
|
|
91
|
-
}),
|
|
91
|
+
}), $ = /* @__PURE__ */ D(Q, [["__scopeId", "data-v-157c9b55"]]), Y = { class: "vue3-time-duration" }, ee = { class: "vue3-time-duration__t" }, le = /* @__PURE__ */ B({
|
|
92
92
|
__name: "App",
|
|
93
93
|
props: {
|
|
94
94
|
initStart: { default: () => "00:00" },
|
|
@@ -97,46 +97,46 @@ const j = /* @__PURE__ */ F(z, [["render", Z], ["__scopeId", "data-v-7f1f4e49"]]
|
|
|
97
97
|
},
|
|
98
98
|
emits: ["duration"],
|
|
99
99
|
setup(p, { emit: m }) {
|
|
100
|
-
const
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
100
|
+
const d = p, g = m, v = r(0), a = r(d.initTimeList), l = r(), u = r(), f = r(), c = r(), k = L(() => {
|
|
101
|
+
var t;
|
|
102
|
+
return l.value = C(d.initStart), f.value = (t = a.value.find((n) => n.id === l.value)) == null ? void 0 : t.time, d.initStart;
|
|
103
|
+
}), S = L(() => {
|
|
104
|
+
var t;
|
|
105
|
+
return u.value = C(d.initEnd), c.value = (t = a.value.find((n) => n.id === u.value)) == null ? void 0 : t.time, d.initEnd;
|
|
106
|
+
});
|
|
107
|
+
H(() => {
|
|
108
|
+
d.initTimeList.length === 0 && _(), v.value = a.value.length - 1;
|
|
109
109
|
});
|
|
110
|
-
const
|
|
111
|
-
() => (
|
|
112
|
-
),
|
|
110
|
+
const h = L(
|
|
111
|
+
() => (g("duration", { start: f.value, end: c.value }), { start: f.value, end: c.value })
|
|
112
|
+
), C = (t) => {
|
|
113
113
|
var n;
|
|
114
|
-
return (n =
|
|
114
|
+
return (n = a.value.find((s) => s.time === t)) == null ? void 0 : n.id;
|
|
115
115
|
}, _ = () => {
|
|
116
|
-
let t = -1, n = "",
|
|
116
|
+
let t = -1, n = "", s = 0, e = "";
|
|
117
117
|
for (let i = 0; i < 288; i++)
|
|
118
|
-
|
|
118
|
+
s >= 60 && (s = 0), i % 12 === 0 && (t += 1), n = t.toString().length === 1 ? "0" + t.toString() : t.toString(), e = s.toString().length === 1 ? "0" + s.toString() : s.toString(), a.value.push({ id: i, time: n + ":" + e }), s += 5;
|
|
119
119
|
}, T = (t) => {
|
|
120
|
-
var n,
|
|
121
|
-
l.value = t, u.value = t >= u.value ? t + 1 : u.value, u.value >
|
|
120
|
+
var n, s;
|
|
121
|
+
l.value = t, u.value = t >= u.value ? t + 1 : u.value, u.value > v.value && (u.value = 0), f.value = (n = a.value.find((e) => e.id === l.value)) == null ? void 0 : n.time, c.value = (s = a.value.find((e) => e.id === u.value)) == null ? void 0 : s.time;
|
|
122
122
|
}, E = (t) => {
|
|
123
|
-
var n,
|
|
124
|
-
u.value = t, l.value = t <= l.value ? t - 1 : l.value, l.value < 0 && (l.value =
|
|
123
|
+
var n, s;
|
|
124
|
+
u.value = t, l.value = t <= l.value ? t - 1 : l.value, l.value < 0 && (l.value = v.value), f.value = (n = a.value.find((e) => e.id === l.value)) == null ? void 0 : n.time, c.value = (s = a.value.find((e) => e.id === u.value)) == null ? void 0 : s.time;
|
|
125
125
|
};
|
|
126
|
-
return (t, n) => (
|
|
127
|
-
|
|
126
|
+
return (t, n) => (I(), w("div", Y, [
|
|
127
|
+
R(x("div", null, y(h.value) + " " + y(k.value) + " " + y(S.value), 513), [
|
|
128
128
|
[O, !1]
|
|
129
129
|
]),
|
|
130
|
-
|
|
131
|
-
|
|
130
|
+
x("div", ee, [
|
|
131
|
+
N($, {
|
|
132
132
|
class: "vue3-time-duration__t-left",
|
|
133
|
-
"time-list":
|
|
133
|
+
"time-list": a.value,
|
|
134
134
|
"time-list-id": l.value,
|
|
135
135
|
onSelectedId: T
|
|
136
136
|
}, null, 8, ["time-list", "time-list-id"]),
|
|
137
|
-
|
|
137
|
+
N($, {
|
|
138
138
|
class: "vue3-time-duration__t-right",
|
|
139
|
-
"time-list":
|
|
139
|
+
"time-list": a.value,
|
|
140
140
|
"time-list-id": u.value,
|
|
141
141
|
onSelectedId: E
|
|
142
142
|
}, null, 8, ["time-list", "time-list-id"])
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,g){typeof exports=="object"&&typeof module<"u"?module.exports=g(require("vue")):typeof define=="function"&&define.amd?define(["vue"],g):(e=typeof globalThis<"u"?globalThis:e||self,e["vue3-time-duration"]=g(e.Vue))})(this,function(e){"use strict";const g=(_,f)=>{const r=_.__vccOpts||_;for(const[w,u]of f)r[w]=u;return r},
|
|
1
|
+
(function(e,g){typeof exports=="object"&&typeof module<"u"?module.exports=g(require("vue")):typeof define=="function"&&define.amd?define(["vue"],g):(e=typeof globalThis<"u"?globalThis:e||self,e["vue3-time-duration"]=g(e.Vue))})(this,function(e){"use strict";const g=(_,f)=>{const r=_.__vccOpts||_;for(const[w,u]of f)r[w]=u;return r},B={},E={class:"icon-x-mark"};function T(_,f){return e.openBlock(),e.createElementBlock("div",E,f[0]||(f[0]=[e.createStaticVNode('<svg width="20.000000" height="20.000000" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" data-v-7f1f4e49><desc data-v-7f1f4e49>Created with Pixso.</desc><defs data-v-7f1f4e49><clipPath id="clip131_5974" data-v-7f1f4e49><rect id="user-time" width="20.000000" height="20.000000" fill="white" fill-opacity="0" data-v-7f1f4e49></rect></clipPath></defs><g clip-path="url(#clip131_5974)" data-v-7f1f4e49><path id="path (Border)" d="M3.72 3.72C3.47 3.97 3.47 4.36 3.72 4.6L9.11 10L3.72 15.39C3.47 15.63 3.47 16.02 3.72 16.27C3.97 16.52 4.36 16.52 4.6 16.27L10 10.88L15.39 16.27C15.63 16.52 16.02 16.52 16.27 16.27C16.52 16.02 16.52 15.63 16.27 15.39L10.88 10L16.27 4.6C16.39 4.48 16.45 4.33 16.45 4.16C16.45 3.99 16.39 3.84 16.27 3.72C16.15 3.6 16 3.54 15.83 3.54C15.66 3.54 15.51 3.6 15.39 3.72L10 9.11L4.6 3.72C4.36 3.47 3.97 3.47 3.72 3.72Z" fill="#77797C" fill-opacity="1.000000" fill-rule="evenodd" data-v-7f1f4e49></path></g></svg>',1)]))}const V=g(B,[["render",T],["__scopeId","data-v-7f1f4e49"]]),N={class:"ui-widget-time"},D={class:"ui-widget-time__w"},$={key:0,class:"ui-widget-time__dropdown"},R=["onClick"],x=g(e.defineComponent({__name:"UiWidgetTime",props:{timeListId:{type:Number,default:0},timeList:{type:Array,default:[]}},emits:["selectedId"],setup(_,{emit:f}){const r=_,w=f,u=e.ref([]),a=e.ref(!1),l=e.ref(0),d=e.ref(void 0),p=e.ref(),m=e.ref(!1),L=e.ref(),I=e.ref(0),h=e.computed(()=>u.value.length>0?u.value:r.timeList),k=e.computed(()=>r.timeListId),v=e.computed({get(){var t;return d.value===void 0?(t=r.timeList.find(n=>n.id===k.value))==null?void 0:t.time:d.value},set(t){d.value=t}});e.watch(k,t=>{var n;l.value=t,v.value=(n=r.timeList.find(c=>c.id===t))==null?void 0:n.time});const S=t=>{var n;l.value=t,v.value=(n=h.value.find(c=>c.id===l.value))==null?void 0:n.time,a.value=!1,w("selectedId",l.value)},C=()=>{a.value=!0,setTimeout(()=>{var n;const t=L.value;t!==null&&(I.value=h.value.findIndex(c=>Number(c.id)===l.value),(n=t[I.value])==null||n.scrollIntoView())},250)},i=()=>{setTimeout(()=>{var t,n;m.value||(v.value=(t=h.value.find(c=>c.id===l.value))==null?void 0:t.time,w("selectedId",(n=h.value.find(c=>c.id===l.value))==null?void 0:n.id),a.value=!1)},200),m.value=!1},o=()=>{l.value=0,u.value=[],v.value="",p.value.focus(),m.value=!0,a.value=!0},s=()=>{u.value=r.timeList.filter(t=>t.time.startsWith(d.value))};return(t,n)=>(e.openBlock(),e.createElementBlock("div",N,[e.createElementVNode("div",D,[e.withDirectives(e.createElementVNode("input",{ref_key:"inputRef",ref:p,"onUpdate:modelValue":n[0]||(n[0]=c=>v.value=c),type:"text",class:"ui-widget-time__w-input",onClick:C,onFocusout:i,onInput:s},null,544),[[e.vModelText,v.value]]),e.createVNode(V,{class:"ui-widget-time__w-icon",onClick:o})]),a.value?(e.openBlock(),e.createElementBlock("div",$,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,(c,y)=>(e.openBlock(),e.createElementBlock("div",{key:y},[e.createElementVNode("div",{ref_for:!0,ref_key:"refItemList",ref:L,class:e.normalizeClass({"ui-widget-time__dropdown-item":!0,"ui-widget-time__dropdown-item_selected":I.value===y}),onClick:U=>S(c.id)},e.toDisplayString(c.time),11,R)]))),128))])):e.createCommentVNode("",!0)]))}}),[["__scopeId","data-v-157c9b55"]]),F={class:"vue3-time-duration"},M={class:"vue3-time-duration__t"};return e.defineComponent({__name:"App",props:{initStart:{default:()=>"00:00"},initEnd:{default:()=>"00:05"},initTimeList:{default:()=>[]}},emits:["duration"],setup(_,{emit:f}){const r=_,w=f,u=e.ref(0),a=e.ref(r.initTimeList),l=e.ref(),d=e.ref(),p=e.ref(),m=e.ref(),L=e.computed(()=>{var i;return l.value=k(r.initStart),p.value=(i=a.value.find(o=>o.id===l.value))==null?void 0:i.time,r.initStart}),I=e.computed(()=>{var i;return d.value=k(r.initEnd),m.value=(i=a.value.find(o=>o.id===d.value))==null?void 0:i.time,r.initEnd});e.onMounted(()=>{r.initTimeList.length===0&&v(),u.value=a.value.length-1});const h=e.computed(()=>(w("duration",{start:p.value,end:m.value}),{start:p.value,end:m.value})),k=i=>{var o;return(o=a.value.find(s=>s.time===i))==null?void 0:o.id},v=()=>{let i=-1,o="",s=0,t="";for(let n=0;n<288;n++)s>=60&&(s=0),n%12===0&&(i+=1),o=i.toString().length===1?"0"+i.toString():i.toString(),t=s.toString().length===1?"0"+s.toString():s.toString(),a.value.push({id:n,time:o+":"+t}),s+=5},S=i=>{var o,s;l.value=i,d.value=i>=d.value?i+1:d.value,d.value>u.value&&(d.value=0),p.value=(o=a.value.find(t=>t.id===l.value))==null?void 0:o.time,m.value=(s=a.value.find(t=>t.id===d.value))==null?void 0:s.time},C=i=>{var o,s;d.value=i,l.value=i<=l.value?i-1:l.value,l.value<0&&(l.value=u.value),p.value=(o=a.value.find(t=>t.id===l.value))==null?void 0:o.time,m.value=(s=a.value.find(t=>t.id===d.value))==null?void 0:s.time};return(i,o)=>(e.openBlock(),e.createElementBlock("div",F,[e.withDirectives(e.createElementVNode("div",null,e.toDisplayString(h.value)+" "+e.toDisplayString(L.value)+" "+e.toDisplayString(I.value),513),[[e.vShow,!1]]),e.createElementVNode("div",M,[e.createVNode(x,{class:"vue3-time-duration__t-left","time-list":a.value,"time-list-id":l.value,onSelectedId:S},null,8,["time-list","time-list-id"]),e.createVNode(x,{class:"vue3-time-duration__t-right","time-list":a.value,"time-list-id":d.value,onSelectedId:C},null,8,["time-list","time-list-id"])])]))}})});
|