voiptime-components 1.11.3 → 1.11.4
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/index.cjs.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +71 -68
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1010,6 +1010,8 @@ export declare const MONTH_NAMES: string[];
|
|
|
1010
1010
|
|
|
1011
1011
|
export declare const MONTH_NAMES_SHORT: string[];
|
|
1012
1012
|
|
|
1013
|
+
export declare const noSpaces: ValidatorFn;
|
|
1014
|
+
|
|
1013
1015
|
export declare const numeric: ValidatorFn;
|
|
1014
1016
|
|
|
1015
1017
|
export declare interface PaginationCalculations {
|
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createElementBlock as u, openBlock as r, createElementVNode as s, createStaticVNode as Fe, defineComponent as ke, computed as V, createBlock as we, createCommentVNode as U, resolveDynamicComponent as
|
|
1
|
+
import { createElementBlock as u, openBlock as r, createElementVNode as s, createStaticVNode as Fe, defineComponent as ke, computed as V, createBlock as we, createCommentVNode as U, resolveDynamicComponent as g1, normalizeStyle as Ee, useSlots as c1, resolveDirective as S1, withDirectives as r1, normalizeClass as Q, renderSlot as Le, Teleport as l1, withModifiers as Se, toDisplayString as R, createTextVNode as Me, ref as H, onUnmounted as t1, nextTick as Te, watch as ye, onMounted as Ze, createVNode as ne, Fragment as ie, renderList as fe, provide as d1, unref as Y, Transition as u1, withCtx as xe, inject as h1, onBeforeUnmount as K1, createApp as X1, h as k1, mergeModels as T1, useModel as ft, reactive as L1, toRef as a1, toRefs as Ct, vShow as Q1, TransitionGroup as mt, isRef as C1 } from "vue";
|
|
2
2
|
const M = (n, e) => {
|
|
3
3
|
const l = n.__vccOpts || n;
|
|
4
4
|
for (const [t, i] of e)
|
|
@@ -2500,7 +2500,7 @@ const d3 = /* @__PURE__ */ M(a3, [["render", c3]]), h3 = {
|
|
|
2500
2500
|
...e.height && { height: typeof e.height == "number" ? `${e.height}px` : e.height },
|
|
2501
2501
|
color: e.color
|
|
2502
2502
|
}));
|
|
2503
|
-
return (i, c) => l.value ? (r(), we(
|
|
2503
|
+
return (i, c) => l.value ? (r(), we(g1(l.value), {
|
|
2504
2504
|
key: 0,
|
|
2505
2505
|
style: Ee(t.value)
|
|
2506
2506
|
}, null, 8, ["style"])) : U("", !0);
|
|
@@ -2509,7 +2509,7 @@ const d3 = /* @__PURE__ */ M(a3, [["render", c3]]), h3 = {
|
|
|
2509
2509
|
function f3(n, e) {
|
|
2510
2510
|
return r(), u("span", v3);
|
|
2511
2511
|
}
|
|
2512
|
-
const
|
|
2512
|
+
const m1 = /* @__PURE__ */ M(p3, [["render", f3]]), C3 = ["disabled", "type", "data-placement"], m3 = {
|
|
2513
2513
|
key: 2,
|
|
2514
2514
|
class: "vt-button__content"
|
|
2515
2515
|
}, e1 = /* @__PURE__ */ ke({
|
|
@@ -2551,7 +2551,7 @@ const C1 = /* @__PURE__ */ M(p3, [["render", f3]]), C3 = ["disabled", "type", "d
|
|
|
2551
2551
|
"data-placement": l.tooltipPlacement,
|
|
2552
2552
|
onClick: p
|
|
2553
2553
|
}, [
|
|
2554
|
-
l.loading ? (r(), we(
|
|
2554
|
+
l.loading ? (r(), we(m1, {
|
|
2555
2555
|
key: 0,
|
|
2556
2556
|
class: "vt-button__icon"
|
|
2557
2557
|
})) : l.icon ? (r(), we(me, {
|
|
@@ -2811,7 +2811,7 @@ const C1 = /* @__PURE__ */ M(p3, [["render", f3]]), C3 = ["disabled", "type", "d
|
|
|
2811
2811
|
transformOrigin: "center top"
|
|
2812
2812
|
};
|
|
2813
2813
|
};
|
|
2814
|
-
function
|
|
2814
|
+
function _1(n, e, l = {}) {
|
|
2815
2815
|
const {
|
|
2816
2816
|
trigger: t = "click",
|
|
2817
2817
|
placement: i = "bottom-start",
|
|
@@ -3421,7 +3421,7 @@ const I3 = ["for"], B3 = {
|
|
|
3421
3421
|
hide: A,
|
|
3422
3422
|
toggle: W,
|
|
3423
3423
|
updatePosition: ae
|
|
3424
|
-
} =
|
|
3424
|
+
} = _1(h, v, {
|
|
3425
3425
|
trigger: "click",
|
|
3426
3426
|
placement: "bottom-start",
|
|
3427
3427
|
showTimeout: 250,
|
|
@@ -3672,7 +3672,7 @@ const I3 = ["for"], B3 = {
|
|
|
3672
3672
|
])) : (r(), u("span", G3, R(a.placeholder), 1))
|
|
3673
3673
|
]),
|
|
3674
3674
|
s("div", J3, [
|
|
3675
|
-
a.loading ? (r(), we(
|
|
3675
|
+
a.loading ? (r(), we(m1, {
|
|
3676
3676
|
key: 0,
|
|
3677
3677
|
class: "vt-select__loading"
|
|
3678
3678
|
})) : Oe.value ? (r(), u("button", {
|
|
@@ -3769,11 +3769,11 @@ const I3 = ["for"], B3 = {
|
|
|
3769
3769
|
onChange: (ge) => $e(z)
|
|
3770
3770
|
}, null, 8, ["checked", "disabled", "onChange"])) : U("", !0),
|
|
3771
3771
|
s("span", u2, [
|
|
3772
|
-
I(z.value) ? (r(), we(
|
|
3772
|
+
I(z.value) ? (r(), we(g1(I(z.value)), { key: 0 })) : (r(), u("span", c2, R(z.label || z.value), 1))
|
|
3773
3773
|
])
|
|
3774
3774
|
], 42, a2))), 128)),
|
|
3775
3775
|
a.loading ? (r(), u("div", d2, [
|
|
3776
|
-
ne(
|
|
3776
|
+
ne(m1, { class: "vt-select-dropdown__loading-icon" }),
|
|
3777
3777
|
Me(" " + R(t.loadingText), 1)
|
|
3778
3778
|
])) : U("", !0)
|
|
3779
3779
|
], 544))
|
|
@@ -4231,7 +4231,7 @@ const S2 = (n, e, l = "asc") => {
|
|
|
4231
4231
|
},
|
|
4232
4232
|
emits: ["visible-change", "click", "command"],
|
|
4233
4233
|
setup(n, { expose: e, emit: l }) {
|
|
4234
|
-
const t = n, i = l, c = H(), h = H(), v = H(), f = H(!1), p = H(!1), d = H(null), { visible: _, parentVisible: m, dropdownPosition: b, show: o, hide: O, toggle: B } =
|
|
4234
|
+
const t = n, i = l, c = H(), h = H(), v = H(), f = H(!1), p = H(!1), d = H(null), { visible: _, parentVisible: m, dropdownPosition: b, show: o, hide: O, toggle: B } = _1(
|
|
4235
4235
|
h,
|
|
4236
4236
|
v,
|
|
4237
4237
|
{
|
|
@@ -5071,7 +5071,7 @@ const Xe = new H2(), T2 = {
|
|
|
5071
5071
|
style: Ee(Ae(pe, Ve))
|
|
5072
5072
|
}, [
|
|
5073
5073
|
r1((r(), u("div", s5, [
|
|
5074
|
-
pe.renderSlot ? (r(), we(
|
|
5074
|
+
pe.renderSlot ? (r(), we(g1(pe.renderSlot), {
|
|
5075
5075
|
key: 0,
|
|
5076
5076
|
column: pe,
|
|
5077
5077
|
index: C,
|
|
@@ -5211,7 +5211,7 @@ const Xe = new H2(), T2 = {
|
|
|
5211
5211
|
}
|
|
5212
5212
|
}), (h, v) => null;
|
|
5213
5213
|
}
|
|
5214
|
-
}),
|
|
5214
|
+
}), N0 = {
|
|
5215
5215
|
yyyy: {
|
|
5216
5216
|
pattern: /yyyy/g,
|
|
5217
5217
|
replacement: (n) => String(n.getFullYear())
|
|
@@ -5269,7 +5269,7 @@ const Xe = new H2(), T2 = {
|
|
|
5269
5269
|
"Жовтень",
|
|
5270
5270
|
"Листопад",
|
|
5271
5271
|
"Грудень"
|
|
5272
|
-
], rt = ["Січ", "Лют", "Бер", "Кві", "Тра", "Чер", "Лип", "Сер", "Вер", "Жов", "Лис", "Гру"],
|
|
5272
|
+
], rt = ["Січ", "Лют", "Бер", "Кві", "Тра", "Чер", "Лип", "Сер", "Вер", "Жов", "Лис", "Гру"], W0 = ["Неділя", "Понеділок", "Вівторок", "Середа", "Четвер", "П'ятниця", "Субота"], y1 = ["Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"], h5 = {
|
|
5273
5273
|
date: "yyyy-MM-dd",
|
|
5274
5274
|
datetime: "yyyy-MM-dd HH:mm:ss",
|
|
5275
5275
|
daterange: "yyyy-MM-dd",
|
|
@@ -5416,7 +5416,7 @@ const Xe = new H2(), T2 = {
|
|
|
5416
5416
|
b === "prev" ? o.setFullYear(o.getFullYear() - 10) : o.setFullYear(o.getFullYear() + 10), n.value = o;
|
|
5417
5417
|
}
|
|
5418
5418
|
};
|
|
5419
|
-
},
|
|
5419
|
+
}, v1 = {
|
|
5420
5420
|
"24h": "HH:mm:ss",
|
|
5421
5421
|
"24h_no_seconds": "HH:mm",
|
|
5422
5422
|
"12h": "hh:mm:ss A",
|
|
@@ -5537,7 +5537,7 @@ const Xe = new H2(), T2 = {
|
|
|
5537
5537
|
}, c6 = { class: "vt-timepicker__options" }, d6 = ["disabled", "onClick"], h6 = {
|
|
5538
5538
|
key: 1,
|
|
5539
5539
|
class: "vt-timepicker__column"
|
|
5540
|
-
}, p6 = { class: "vt-timepicker__options" }, v6 = ["onClick"], f6 = { class: "vt-timepicker__actions" },
|
|
5540
|
+
}, p6 = { class: "vt-timepicker__options" }, v6 = ["onClick"], f6 = { class: "vt-timepicker__actions" }, f1 = /* @__PURE__ */ ke({
|
|
5541
5541
|
__name: "VTimePicker",
|
|
5542
5542
|
props: {
|
|
5543
5543
|
modelValue: {},
|
|
@@ -5569,7 +5569,7 @@ const Xe = new H2(), T2 = {
|
|
|
5569
5569
|
isSelectingEnd: H(!1)
|
|
5570
5570
|
}, p = H(/* @__PURE__ */ new Map()), d = V(() => t.type === "timerange"), _ = (y) => {
|
|
5571
5571
|
if (!y) return "";
|
|
5572
|
-
const { hour: x, minute: a, second: C } = y, K = t.format || (t.showSeconds ? t.use12Hours ?
|
|
5572
|
+
const { hour: x, minute: a, second: C } = y, K = t.format || (t.showSeconds ? t.use12Hours ? v1["12h"] : v1["24h"] : t.use12Hours ? v1["12h_no_seconds"] : v1["24h_no_seconds"]);
|
|
5573
5573
|
return g5(x, a, C, K, t.use12Hours);
|
|
5574
5574
|
}, m = (y) => y ? y instanceof Date ? {
|
|
5575
5575
|
hour: y.getHours(),
|
|
@@ -5616,7 +5616,7 @@ const Xe = new H2(), T2 = {
|
|
|
5616
5616
|
hide: le,
|
|
5617
5617
|
toggle: je,
|
|
5618
5618
|
updatePosition: ze
|
|
5619
|
-
} =
|
|
5619
|
+
} = _1(h, v, {
|
|
5620
5620
|
trigger: "click",
|
|
5621
5621
|
placement: "bottom-start",
|
|
5622
5622
|
showTimeout: 0,
|
|
@@ -6322,7 +6322,7 @@ const Xe = new H2(), T2 = {
|
|
|
6322
6322
|
hide: De,
|
|
6323
6323
|
toggle: Be,
|
|
6324
6324
|
updatePosition: Re
|
|
6325
|
-
} =
|
|
6325
|
+
} = _1(h, v, {
|
|
6326
6326
|
trigger: "click",
|
|
6327
6327
|
placement: "bottom-start",
|
|
6328
6328
|
showTimeout: 0,
|
|
@@ -6713,7 +6713,7 @@ const Xe = new H2(), T2 = {
|
|
|
6713
6713
|
ue.value ? (r(), u("div", $6, [
|
|
6714
6714
|
s("div", M6, [
|
|
6715
6715
|
Ae.value ? (r(), u("div", x6, [
|
|
6716
|
-
ne(
|
|
6716
|
+
ne(f1, {
|
|
6717
6717
|
ref_key: "startTimePickerRef",
|
|
6718
6718
|
ref: f,
|
|
6719
6719
|
modelValue: o.startTime.value,
|
|
@@ -6782,7 +6782,7 @@ const Xe = new H2(), T2 = {
|
|
|
6782
6782
|
]),
|
|
6783
6783
|
s("div", B6, [
|
|
6784
6784
|
Ae.value ? (r(), u("div", E6, [
|
|
6785
|
-
ne(
|
|
6785
|
+
ne(f1, {
|
|
6786
6786
|
ref_key: "endTimePickerRef",
|
|
6787
6787
|
ref: p,
|
|
6788
6788
|
modelValue: o.endTime.value,
|
|
@@ -6851,7 +6851,7 @@ const Xe = new H2(), T2 = {
|
|
|
6851
6851
|
])
|
|
6852
6852
|
])) : (r(), u("div", O6, [
|
|
6853
6853
|
Ae.value ? (r(), u("div", Y6, [
|
|
6854
|
-
ne(
|
|
6854
|
+
ne(f1, {
|
|
6855
6855
|
ref_key: "startTimePickerRef",
|
|
6856
6856
|
ref: f,
|
|
6857
6857
|
modelValue: o.startTime.value,
|
|
@@ -7126,7 +7126,7 @@ const Xe = new H2(), T2 = {
|
|
|
7126
7126
|
}, "vt-tabs__nav-item"]),
|
|
7127
7127
|
onClick: (o) => !b.disabled && p(b.name)
|
|
7128
7128
|
}, [
|
|
7129
|
-
d(b) ? (r(), we(
|
|
7129
|
+
d(b) ? (r(), we(g1(d(b)), {
|
|
7130
7130
|
key: 0,
|
|
7131
7131
|
"is-active": c.value === b.name
|
|
7132
7132
|
}, null, 8, ["is-active"])) : (r(), u(ie, { key: 1 }, [
|
|
@@ -7473,44 +7473,46 @@ const Ke = new L0(), U1 = Object.assign(
|
|
|
7473
7473
|
};
|
|
7474
7474
|
}
|
|
7475
7475
|
};
|
|
7476
|
-
function
|
|
7476
|
+
function q0(n, e) {
|
|
7477
7477
|
const l = e;
|
|
7478
7478
|
return l.$params = n, l;
|
|
7479
7479
|
}
|
|
7480
|
-
function
|
|
7480
|
+
function U0(n, e) {
|
|
7481
7481
|
const l = e;
|
|
7482
7482
|
return l.$message = n, l;
|
|
7483
7483
|
}
|
|
7484
|
-
function
|
|
7484
|
+
function K0(n) {
|
|
7485
7485
|
const e = n;
|
|
7486
7486
|
return e.$async = !0, e;
|
|
7487
7487
|
}
|
|
7488
|
-
function
|
|
7488
|
+
function p1(n, e) {
|
|
7489
7489
|
const l = e;
|
|
7490
7490
|
return l.$validatorName = n, l;
|
|
7491
7491
|
}
|
|
7492
|
-
function
|
|
7492
|
+
function X0(n, e) {
|
|
7493
7493
|
let l = e;
|
|
7494
7494
|
return n.name && (l.$validatorName = n.name), n.params && (l.$params = n.params), n.message && (l.$message = n.message), n.async && (l.$async = !0), l;
|
|
7495
7495
|
}
|
|
7496
7496
|
const H0 = (n) => n == null ? "Поле є обовʼязковим" : Array.isArray(n) ? n.length > 0 || "Поле є обовʼязковим" : n.toString().trim() !== "" || "Поле є обовʼязковим";
|
|
7497
|
-
|
|
7498
|
-
const
|
|
7497
|
+
p1("required", H0);
|
|
7498
|
+
const Q0 = (n) => Object.assign(
|
|
7499
7499
|
(e) => e == null || e === "" ? !0 : e.length >= n || `Мінімальна довжина ${n}`,
|
|
7500
7500
|
{ $params: { min: n }, $validatorName: "minLength" }
|
|
7501
|
-
),
|
|
7501
|
+
), G0 = (n) => Object.assign(
|
|
7502
7502
|
(e) => e == null || e === "" ? !0 : e.length <= n || `Максимальна довжина ${n}`,
|
|
7503
7503
|
{ $params: { max: n }, $validatorName: "maxLength" }
|
|
7504
7504
|
), T0 = (n) => (n == null || n === "" ? !0 : /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(n)) || "Невірний email";
|
|
7505
|
-
|
|
7506
|
-
const
|
|
7505
|
+
p1("email", T0);
|
|
7506
|
+
const J0 = (n, e) => Object.assign(
|
|
7507
7507
|
(l) => l === n() || e || "Значення не співпадає",
|
|
7508
7508
|
{ $params: { eq: n }, $validatorName: "sameAs" }
|
|
7509
7509
|
), I0 = (n) => (n == null || n === "" ? !0 : !isNaN(Number(n))) || "Повинно бути числом";
|
|
7510
|
-
|
|
7510
|
+
p1("numeric", I0);
|
|
7511
7511
|
const B0 = (n) => n == null || n === "" ? !0 : /[A-Z]/.test(n) || "Має містити хоча б одну велику літеру";
|
|
7512
|
-
|
|
7513
|
-
const
|
|
7512
|
+
p1("containUpperCaseLetter", B0);
|
|
7513
|
+
const E0 = (n) => n == null || n === "" ? !0 : !/\s/.test(n) || "Не повинно містити пробілів";
|
|
7514
|
+
p1("noSpaces", E0);
|
|
7515
|
+
const e4 = (n, e = "Значення вже зайнято") => Object.assign(async (t) => t == null || t === "" ? !0 : await n(t) || e, { $async: !0, $validatorName: "uniqueAsync" });
|
|
7514
7516
|
function lt(n, e) {
|
|
7515
7517
|
if (!e) return n;
|
|
7516
7518
|
const l = e.split(".");
|
|
@@ -7521,7 +7523,7 @@ function lt(n, e) {
|
|
|
7521
7523
|
}
|
|
7522
7524
|
return t;
|
|
7523
7525
|
}
|
|
7524
|
-
function
|
|
7526
|
+
function A0(n, e, l) {
|
|
7525
7527
|
const t = e.split(".");
|
|
7526
7528
|
let i = n;
|
|
7527
7529
|
for (let c = 0; c < t.length - 1; c++) {
|
|
@@ -7530,20 +7532,20 @@ function E0(n, e, l) {
|
|
|
7530
7532
|
}
|
|
7531
7533
|
i[t[t.length - 1]] = l;
|
|
7532
7534
|
}
|
|
7533
|
-
function
|
|
7535
|
+
function P0(n, e) {
|
|
7534
7536
|
return {
|
|
7535
7537
|
get value() {
|
|
7536
|
-
const l =
|
|
7538
|
+
const l = C1(n) ? n.value : n;
|
|
7537
7539
|
return lt(l, e);
|
|
7538
7540
|
},
|
|
7539
7541
|
set value(l) {
|
|
7540
|
-
const t =
|
|
7541
|
-
|
|
7542
|
+
const t = C1(n) ? n.value : n;
|
|
7543
|
+
A0(t, e, l);
|
|
7542
7544
|
}
|
|
7543
7545
|
};
|
|
7544
7546
|
}
|
|
7545
|
-
function
|
|
7546
|
-
const i =
|
|
7547
|
+
function j0(n, e, l, t) {
|
|
7548
|
+
const i = P0(n, e), c = H(!1), h = H(!1), v = H(!1), f = { t: 0 };
|
|
7547
7549
|
let p = [];
|
|
7548
7550
|
const d = H([]);
|
|
7549
7551
|
async function _(b) {
|
|
@@ -7583,7 +7585,7 @@ function P0(n, e, l, t) {
|
|
|
7583
7585
|
}
|
|
7584
7586
|
ye(
|
|
7585
7587
|
() => {
|
|
7586
|
-
const b =
|
|
7588
|
+
const b = C1(n) ? n.value : n;
|
|
7587
7589
|
return lt(b, e);
|
|
7588
7590
|
},
|
|
7589
7591
|
() => {
|
|
@@ -7632,15 +7634,15 @@ function P0(n, e, l, t) {
|
|
|
7632
7634
|
p = [], m.$validate();
|
|
7633
7635
|
}, m;
|
|
7634
7636
|
}
|
|
7635
|
-
function
|
|
7636
|
-
const t = { silentErrors: !!(l != null && l.silentErrors) }, i = typeof n == "function" ? n() : n, c = (
|
|
7637
|
+
function t4(n, e, l) {
|
|
7638
|
+
const t = { silentErrors: !!(l != null && l.silentErrors) }, i = typeof n == "function" ? n() : n, c = (C1(e), e);
|
|
7637
7639
|
function h(d, _ = "") {
|
|
7638
7640
|
const m = {}, b = Object.keys(d || {});
|
|
7639
7641
|
for (const E of b) {
|
|
7640
7642
|
const S = d[E], ee = _ ? `${_}.${E}` : E;
|
|
7641
7643
|
if (typeof S == "function" || Array.isArray(S) && S.length > 0 && typeof S[0] == "function") {
|
|
7642
7644
|
const oe = Array.isArray(S) ? S : [S];
|
|
7643
|
-
m[E] =
|
|
7645
|
+
m[E] = j0(c, ee, oe, t);
|
|
7644
7646
|
} else typeof S == "object" && S !== null ? typeof S == "object" && Array.isArray(S) === !1 && (m[E] = h(S, ee)) : m[E] = h({}, ee);
|
|
7645
7647
|
}
|
|
7646
7648
|
const o = async () => {
|
|
@@ -7735,25 +7737,25 @@ function e4(n, e, l) {
|
|
|
7735
7737
|
const p = h(i, "");
|
|
7736
7738
|
return p;
|
|
7737
7739
|
}
|
|
7738
|
-
const
|
|
7740
|
+
const n4 = {
|
|
7739
7741
|
sortable: !0,
|
|
7740
7742
|
actionColumn: !1,
|
|
7741
7743
|
showOverflowTooltip: !0,
|
|
7742
7744
|
visible: !0,
|
|
7743
7745
|
pinnedLeft: !1,
|
|
7744
7746
|
pinnedRight: !1
|
|
7745
|
-
},
|
|
7747
|
+
}, R0 = {
|
|
7746
7748
|
install(n, e = {}) {
|
|
7747
7749
|
const { prefix: l = "V", modal: t = !0, message: i = !0 } = e;
|
|
7748
|
-
n.component(`${l}Button`, e1), n.component(`${l}Icon`, me), n.component(`${l}Loader`,
|
|
7750
|
+
n.component(`${l}Button`, e1), n.component(`${l}Icon`, me), n.component(`${l}Loader`, m1), n.component(`${l}Modal`, G1), n.component(`${l}Pagination`, w2), n.component(`${l}Checkbox`, n1), n.component(`${l}Radiobox`, y2), n.component(`${l}Table`, u5), n.component(`${l}TableColumn`, c5), n.component(`${l}Dropdown`, st), n.component(`${l}DropdownItem`, M1), n.component(`${l}Input`, et), n.component(`${l}Select`, tt), n.component(`${l}Option`, nt), n.component(`${l}DatePicker`, s0), n.component(`${l}TimePicker`, f1), n.component(`${l}Collapse`, l0), n.component(`${l}CollapseItem`, c0), n.component(`${l}Tabs`, m0), n.component(`${l}TabItem`, _0), n.directive("tooltip", w0), n.directive("loader", k0), t && n.use(T2), i && n.use(D0);
|
|
7749
7751
|
}
|
|
7750
|
-
},
|
|
7752
|
+
}, o4 = R0.install;
|
|
7751
7753
|
export {
|
|
7752
|
-
|
|
7754
|
+
n4 as DEFAULT_COLUMN_CONFIG,
|
|
7753
7755
|
h5 as DEFAULT_FORMATS,
|
|
7754
|
-
|
|
7756
|
+
v1 as DEFAULT_TIME_FORMATS,
|
|
7755
7757
|
ot as DropdownContextKey,
|
|
7756
|
-
|
|
7758
|
+
N0 as FORMAT_TOKENS,
|
|
7757
7759
|
d5 as MONTH_NAMES,
|
|
7758
7760
|
rt as MONTH_NAMES_SHORT,
|
|
7759
7761
|
e1 as VButton,
|
|
@@ -7765,7 +7767,7 @@ export {
|
|
|
7765
7767
|
M1 as VDropdownItem,
|
|
7766
7768
|
me as VIcon,
|
|
7767
7769
|
et as VInput,
|
|
7768
|
-
|
|
7770
|
+
m1 as VLoader,
|
|
7769
7771
|
U1 as VMessage,
|
|
7770
7772
|
D0 as VMessagePlugin,
|
|
7771
7773
|
G1 as VModal,
|
|
@@ -7778,35 +7780,36 @@ export {
|
|
|
7778
7780
|
u5 as VTable,
|
|
7779
7781
|
c5 as VTableColumn,
|
|
7780
7782
|
m0 as VTabs,
|
|
7781
|
-
|
|
7783
|
+
f1 as VTimePicker,
|
|
7782
7784
|
J1 as VtSelectContextKey,
|
|
7783
|
-
|
|
7785
|
+
W0 as WEEKDAY_NAMES,
|
|
7784
7786
|
y1 as WEEKDAY_NAMES_SHORT,
|
|
7785
7787
|
B0 as containUpperCaseLetter,
|
|
7786
|
-
|
|
7788
|
+
R0 as default,
|
|
7787
7789
|
T0 as email,
|
|
7788
7790
|
g5 as formatTime,
|
|
7789
7791
|
$1 as generateTimeOptions,
|
|
7790
|
-
|
|
7792
|
+
o4 as install,
|
|
7791
7793
|
j1 as isValidDate,
|
|
7792
7794
|
x1 as isValidTimeString,
|
|
7793
7795
|
k0 as loaderDirective,
|
|
7794
|
-
|
|
7796
|
+
G0 as maxLength,
|
|
7795
7797
|
Ke as messageManager,
|
|
7796
|
-
|
|
7797
|
-
|
|
7798
|
+
Q0 as minLength,
|
|
7799
|
+
X0 as mk,
|
|
7798
7800
|
Xe as modalManager,
|
|
7801
|
+
E0 as noSpaces,
|
|
7799
7802
|
I0 as numeric,
|
|
7800
7803
|
_5 as parseTimeString,
|
|
7801
7804
|
H0 as required,
|
|
7802
|
-
|
|
7805
|
+
J0 as sameAs,
|
|
7803
7806
|
w0 as tooltipDirective,
|
|
7804
|
-
|
|
7805
|
-
|
|
7807
|
+
e4 as uniqueAsync,
|
|
7808
|
+
t4 as useValidate,
|
|
7806
7809
|
v5 as validateDateValue,
|
|
7807
7810
|
m5 as validateTimeValue,
|
|
7808
|
-
|
|
7809
|
-
|
|
7810
|
-
|
|
7811
|
-
|
|
7811
|
+
K0 as withAsync,
|
|
7812
|
+
U0 as withMessage,
|
|
7813
|
+
p1 as withName,
|
|
7814
|
+
q0 as withParams
|
|
7812
7815
|
};
|