morghulis 3.0.8 → 3.0.9
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/morghulis.es.js +1 -6
- package/dist/morghulis.es.js.map +1 -1
- package/dist/morghulis.umd.js.map +1 -1
- package/dist/types/components/dialog/MDialog.vue.d.ts +1 -1
- package/dist/types/components/dialog/MDialogHeader.vue.d.ts +1 -1
- package/dist/types/{tools → components/feedback}/feedback.d.ts +1 -1
- package/dist/types/{types/feedback.d.ts → components/feedback/index.d.ts} +0 -3
- package/dist/types/{tools/core.d.ts → hooks/use-core/index.d.ts} +1 -1
- package/dist/types/{types.d.ts → hooks/use-core/types.d.ts} +8 -14
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/types/{types/dialog.d.ts → components/dialog/index.d.ts} +0 -0
- /package/dist/types/{tools/authorize.d.ts → hooks/use-auth/index.d.ts} +0 -0
- /package/dist/types/{tools/cookies.d.ts → hooks/use-cookies/index.d.ts} +0 -0
package/dist/morghulis.es.js
CHANGED
@@ -14714,12 +14714,7 @@ function XK(n) {
|
|
14714
14714
|
let { payload: h, handler: y, status: S } = JSON.parse(m.value);
|
14715
14715
|
const P = s[y][S];
|
14716
14716
|
P && P(h);
|
14717
|
-
}, { deep: !0 }), {
|
14718
|
-
open: p,
|
14719
|
-
status: z,
|
14720
|
-
channels: s,
|
14721
|
-
options: n
|
14722
|
-
};
|
14717
|
+
}, { deep: !0 }), { open: p, status: z, channels: s, options: n };
|
14723
14718
|
}
|
14724
14719
|
const QK = {
|
14725
14720
|
info: (n) => n0({ message: n, type: "info", grouping: !0 }),
|