ablok-components 0.3.36 → 0.3.38
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/ablok-components.es.js +2 -3
- package/dist/ablok-components.umd.js +4 -107
- package/package.json +3 -1
- package/dist/index-C2xADkRL.mjs +0 -94
- package/dist/index-_eTitAbu.mjs +0 -13899
|
@@ -3117,13 +3117,13 @@ const ft = {
|
|
|
3117
3117
|
{ default: T },
|
|
3118
3118
|
{ default: b }
|
|
3119
3119
|
] = await Promise.all([
|
|
3120
|
-
import("
|
|
3120
|
+
import("@tiptap/core"),
|
|
3121
3121
|
import("@tiptap/vue-3"),
|
|
3122
3122
|
import("@tiptap/extension-highlight"),
|
|
3123
3123
|
import("@tiptap/extension-text-align"),
|
|
3124
3124
|
import("@tiptap/extension-link"),
|
|
3125
3125
|
import("@tiptap/starter-kit"),
|
|
3126
|
-
import("
|
|
3126
|
+
import("@tiptap/extension-bold")
|
|
3127
3127
|
]);
|
|
3128
3128
|
o.value = f, t.value = new u({
|
|
3129
3129
|
content: n.modelValue,
|
|
@@ -7633,7 +7633,6 @@ const MA = {
|
|
|
7633
7633
|
});
|
|
7634
7634
|
function m() {
|
|
7635
7635
|
setTimeout(() => {
|
|
7636
|
-
console.log("Queueing item:", a.value);
|
|
7637
7636
|
const f = a.value.shift();
|
|
7638
7637
|
f && l.value.push({ ...f, closeTimeout: n.closeTimeout, visible: !0 }), a.value.length > 0 && m();
|
|
7639
7638
|
}, l.value.length ? n.debounceItem : 0);
|