@orchidui/dashboard 1.8.1-23 → 1.8.1-24

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -216,7 +216,7 @@ const It = { key: 1 }, Vt = {
216
216
  const j = v(
217
217
  Math.random().toString(36).replace(/[^a-zA-Z]+/g, "")
218
218
  ), M = v(!1), F = v(!1), U = v(!1), le = v(!1), J = v(!1), z = v(!1), R = v(!1), N = v(""), ae = v(""), ee = v(""), y = v(), Se = v(!1), ue = v(r.image), ie = (c) => {
219
- M.value = y.value.getQuill().history.stack.undo.length > 0, F.value = y.value.getQuill().history.stack.redo.length > 0, U.value = y.value.getQuill().getFormat().bold, le.value = y.value.getQuill().getFormat().italic, J.value = y.value.getQuill().getFormat().underline, R.value = y.value.getQuill().getFormat().blockquote, ae.value = y.value.getQuill().getFormat().list, ee.value = y.value.getQuill().getFormat().align;
219
+ console.log(c, 123), M.value = y.value.getQuill().history.stack.undo.length > 0, F.value = y.value.getQuill().history.stack.redo.length > 0, U.value = y.value.getQuill().getFormat().bold, le.value = y.value.getQuill().getFormat().italic, J.value = y.value.getQuill().getFormat().underline, R.value = y.value.getQuill().getFormat().blockquote, ae.value = y.value.getQuill().getFormat().list, ee.value = y.value.getQuill().getFormat().align;
220
220
  let o = document.createElement("div");
221
221
  o.innerHTML = c, Se.value && (o.innerText ? b("update:modelValue", c || "") : b("update:modelValue", ""), o.remove());
222
222
  }, Ne = () => {
@@ -321,7 +321,7 @@ const It = { key: 1 }, Vt = {
321
321
  y.value.getQuill().getModule("better-table").insertTable(parseInt(q.value), parseInt(Te.value)), K.value = !1;
322
322
  };
323
323
  return fe(() => r.modelValue, (c) => {
324
- c || y.value.getQuill().setContents([]);
324
+ c || y.value.getQuill().setContents([], "silent");
325
325
  }), (c, o) => (m(), X(w(st), {
326
326
  label: n.label,
327
327
  hint: n.hint,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orchidui/dashboard",
3
3
  "description": "Orchid Dashboard UI , Dashboard Ui Library Vue 3 tailwind css",
4
- "version": "1.8.1-23",
4
+ "version": "1.8.1-24",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "vite build"