@milaboratories/uikit 2.2.92 → 2.2.93
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/.turbo/turbo-build.log +735 -726
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +6 -0
- package/dist/components/PlElementList/PlElementList.vue.d.ts +70 -0
- package/dist/components/PlElementList/PlElementList.vue.d.ts.map +1 -0
- package/dist/components/PlElementList/PlElementList.vue.js +10 -0
- package/dist/components/PlElementList/PlElementList.vue.js.map +1 -0
- package/dist/components/PlElementList/PlElementList.vue2.js +240 -0
- package/dist/components/PlElementList/PlElementList.vue2.js.map +1 -0
- package/dist/components/PlElementList/PlElementList.vue3.js +13 -0
- package/dist/components/PlElementList/PlElementList.vue3.js.map +1 -0
- package/dist/components/PlElementList/PlElementListItem.vue.d.ts +57 -0
- package/dist/components/PlElementList/PlElementListItem.vue.d.ts.map +1 -0
- package/dist/components/PlElementList/PlElementListItem.vue.js +10 -0
- package/dist/components/PlElementList/PlElementListItem.vue.js.map +1 -0
- package/dist/components/PlElementList/PlElementListItem.vue2.js +106 -0
- package/dist/components/PlElementList/PlElementListItem.vue2.js.map +1 -0
- package/dist/components/PlElementList/PlElementListItem.vue3.js +39 -0
- package/dist/components/PlElementList/PlElementListItem.vue3.js.map +1 -0
- package/dist/components/PlElementList/index.d.ts +2 -0
- package/dist/components/PlElementList/index.d.ts.map +1 -0
- package/dist/components/PlElementList/utils.d.ts +3 -0
- package/dist/components/PlElementList/utils.d.ts.map +1 -0
- package/dist/components/PlElementList/utils.js +17 -0
- package/dist/components/PlElementList/utils.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +107 -105
- package/dist/index.js.map +1 -1
- package/dist/lib/util/helpers/dist/index.js +134 -105
- package/dist/lib/util/helpers/dist/index.js.map +1 -1
- package/dist/node_modules/.pnpm/@vueuse_core@13.3.0_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/core/index.js +54 -44
- package/dist/node_modules/.pnpm/@vueuse_core@13.3.0_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/core/index.js.map +1 -1
- package/dist/node_modules/.pnpm/@vueuse_integrations@13.3.0_axios@1.8.1_focus-trap@7.6.0_sortablejs@1.15.6_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/integrations/useSortable.js +51 -0
- package/dist/node_modules/.pnpm/@vueuse_integrations@13.3.0_axios@1.8.1_focus-trap@7.6.0_sortablejs@1.15.6_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/integrations/useSortable.js.map +1 -0
- package/dist/node_modules/.pnpm/@vueuse_shared@13.3.0_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/shared/index.js +57 -49
- package/dist/node_modules/.pnpm/@vueuse_shared@13.3.0_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/shared/index.js.map +1 -1
- package/dist/node_modules/.pnpm/sortablejs@1.15.6/node_modules/sortablejs/modular/sortable.esm.js +1262 -0
- package/dist/node_modules/.pnpm/sortablejs@1.15.6/node_modules/sortablejs/modular/sortable.esm.js.map +1 -0
- package/package.json +11 -8
- package/src/components/PlElementList/PlElementList.vue +336 -0
- package/src/components/PlElementList/PlElementListItem.vue +239 -0
- package/src/components/PlElementList/README.md +92 -0
- package/src/components/PlElementList/index.ts +1 -0
- package/src/components/PlElementList/utils.ts +17 -0
- package/src/index.ts +1 -0
|
@@ -1,76 +1,86 @@
|
|
|
1
|
-
import { noop as
|
|
2
|
-
import { createFilterWrapper as
|
|
3
|
-
import { isRef as
|
|
4
|
-
function P(
|
|
5
|
-
let
|
|
6
|
-
|
|
7
|
-
evaluating:
|
|
8
|
-
} :
|
|
1
|
+
import { noop as w, useTimeoutFn as g, isClient as y, tryOnScopeDispose as D } from "../../../../@vueuse_shared@13.3.0_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/shared/index.js";
|
|
2
|
+
import { createFilterWrapper as O, debounceFilter as V, debouncedRef as W, getLifeCycleTarget as _, debouncedRef as $, tryOnMounted as j, debouncedRef as q, useDebounceFn as G, whenever as H } from "../../../../@vueuse_shared@13.3.0_vue@3.5.13_typescript@5.6.3_/node_modules/@vueuse/shared/index.js";
|
|
3
|
+
import { isRef as F, shallowRef as v, ref as C, watchEffect as R, computed as A, toValue as E } from "vue";
|
|
4
|
+
function P(u, n, t) {
|
|
5
|
+
let o;
|
|
6
|
+
F(t) ? o = {
|
|
7
|
+
evaluating: t
|
|
8
|
+
} : o = {};
|
|
9
9
|
const {
|
|
10
10
|
lazy: a = !1,
|
|
11
|
-
flush:
|
|
11
|
+
flush: l = "pre",
|
|
12
12
|
evaluating: e = void 0,
|
|
13
13
|
shallow: c = !0,
|
|
14
|
-
onError:
|
|
15
|
-
} =
|
|
16
|
-
let
|
|
17
|
-
return
|
|
18
|
-
if (!
|
|
14
|
+
onError: i = w
|
|
15
|
+
} = o, r = v(!a), f = c ? v(n) : C(n);
|
|
16
|
+
let s = 0;
|
|
17
|
+
return R(async (h) => {
|
|
18
|
+
if (!r.value)
|
|
19
19
|
return;
|
|
20
|
-
|
|
21
|
-
const m =
|
|
20
|
+
s++;
|
|
21
|
+
const m = s;
|
|
22
22
|
let p = !1;
|
|
23
23
|
e && Promise.resolve().then(() => {
|
|
24
24
|
e.value = !0;
|
|
25
25
|
});
|
|
26
26
|
try {
|
|
27
|
-
const
|
|
27
|
+
const d = await u((b) => {
|
|
28
28
|
h(() => {
|
|
29
29
|
e && (e.value = !1), p || b();
|
|
30
30
|
});
|
|
31
31
|
});
|
|
32
|
-
m ===
|
|
33
|
-
} catch (
|
|
34
|
-
|
|
32
|
+
m === s && (f.value = d);
|
|
33
|
+
} catch (d) {
|
|
34
|
+
i(d);
|
|
35
35
|
} finally {
|
|
36
|
-
e && m ===
|
|
36
|
+
e && m === s && (e.value = !1), p = !0;
|
|
37
37
|
}
|
|
38
|
-
}, { flush:
|
|
38
|
+
}, { flush: l }), a ? A(() => (r.value = !0, f.value)) : f;
|
|
39
39
|
}
|
|
40
|
-
|
|
40
|
+
const k = y ? window.document : void 0;
|
|
41
|
+
function z(u) {
|
|
42
|
+
var n;
|
|
43
|
+
const t = E(u);
|
|
44
|
+
return (n = t == null ? void 0 : t.$el) != null ? n : t;
|
|
45
|
+
}
|
|
46
|
+
function B(u, n, t = {}) {
|
|
41
47
|
const {
|
|
42
|
-
immediate:
|
|
48
|
+
immediate: o = !0,
|
|
43
49
|
immediateCallback: a = !1
|
|
44
|
-
} =
|
|
50
|
+
} = t, { start: l } = g(c, n, { immediate: o }), e = v(!1);
|
|
45
51
|
async function c() {
|
|
46
|
-
e.value && (await
|
|
52
|
+
e.value && (await u(), l());
|
|
47
53
|
}
|
|
48
|
-
function
|
|
49
|
-
e.value || (e.value = !0, a &&
|
|
54
|
+
function i() {
|
|
55
|
+
e.value || (e.value = !0, a && u(), l());
|
|
50
56
|
}
|
|
51
|
-
function
|
|
57
|
+
function r() {
|
|
52
58
|
e.value = !1;
|
|
53
59
|
}
|
|
54
|
-
return
|
|
60
|
+
return o && y && i(), D(r), {
|
|
55
61
|
isActive: e,
|
|
56
|
-
pause:
|
|
57
|
-
resume:
|
|
62
|
+
pause: r,
|
|
63
|
+
resume: i
|
|
58
64
|
};
|
|
59
65
|
}
|
|
60
66
|
export {
|
|
61
67
|
P as asyncComputed,
|
|
62
68
|
P as computedAsync,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
69
|
+
O as createFilterWrapper,
|
|
70
|
+
V as debounceFilter,
|
|
71
|
+
W as debouncedRef,
|
|
72
|
+
k as defaultDocument,
|
|
73
|
+
_ as getLifeCycleTarget,
|
|
74
|
+
y as isClient,
|
|
75
|
+
w as noop,
|
|
76
|
+
$ as refDebounced,
|
|
77
|
+
j as tryOnMounted,
|
|
78
|
+
D as tryOnScopeDispose,
|
|
79
|
+
z as unrefElement,
|
|
80
|
+
q as useDebounce,
|
|
81
|
+
G as useDebounceFn,
|
|
82
|
+
g as useTimeoutFn,
|
|
83
|
+
B as useTimeoutPoll,
|
|
84
|
+
H as whenever
|
|
75
85
|
};
|
|
76
86
|
//# sourceMappingURL=index.js.map
|