Skip to content

Commit 1f5b421

Browse files
committed
Version bump
1 parent 4a699ed commit 1f5b421

12 files changed

+86
-86
lines changed

app/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"pre-publish": "npm upgrade && vite build"
77
},
88
"devDependencies": {
9-
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-1.4.15.tgz",
9+
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-1.4.16.tgz",
1010
"@tailwindcss/forms": "^0.5.2",
1111
"@tailwindcss/typography": "^0.5.2",
1212
"@vitejs/plugin-vue": "^4.1.0",

dist/CompilerErrorMessages-46cd4e60.cjs

-2
This file was deleted.

dist/CompilerErrorMessages-4a55bbec.js

-60
This file was deleted.
+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
const e = {
2+
0: "Illegal comment.",
3+
1: "CDATA section is allowed only in XML context.",
4+
2: "Duplicate attribute.",
5+
3: "End tag cannot have attributes.",
6+
4: "Illegal '/' in tags.",
7+
5: "Unexpected EOF in tag.",
8+
6: "Unexpected EOF in CDATA section.",
9+
7: "Unexpected EOF in comment.",
10+
8: "Unexpected EOF in script.",
11+
9: "Unexpected EOF in tag.",
12+
10: "Incorrectly closed comment.",
13+
11: "Incorrectly opened comment.",
14+
12: "Illegal tag name. Use '&lt;' to print '<'.",
15+
13: "Attribute value was expected.",
16+
14: "End tag name was expected.",
17+
15: "Whitespace was expected.",
18+
16: "Unexpected '<!--' in comment.",
19+
17: `Attribute name cannot contain U+0022 ("), U+0027 ('), and U+003C (<).`,
20+
18: "Unquoted attribute value cannot contain U+0022 (\"), U+0027 ('), U+003C (<), U+003D (=), and U+0060 (`).",
21+
19: "Attribute name cannot start with '='.",
22+
21: "'<?' is allowed only in XML context.",
23+
20: "Unexpected null character.",
24+
22: "Illegal '/' in tags.",
25+
23: "Invalid end tag.",
26+
24: "Element is missing end tag.",
27+
25: "Interpolation end sign was not found.",
28+
27: "End bracket for dynamic directive argument was not found. Note that dynamic directive argument cannot contain spaces.",
29+
26: "Legal directive name was expected.",
30+
28: "v-if/v-else-if is missing expression.",
31+
29: "v-if/else branches must use unique keys.",
32+
30: "v-else/v-else-if has no adjacent v-if or v-else-if.",
33+
31: "v-for is missing expression.",
34+
32: "v-for has invalid expression.",
35+
33: "<template v-for> key should be placed on the <template> tag.",
36+
34: "v-bind is missing expression.",
37+
35: "v-on is missing expression.",
38+
36: "Unexpected custom directive on <slot> outlet.",
39+
37: "Mixed v-slot usage on both the component and nested <template>. When there are multiple named slots, all slots should use <template> syntax to avoid scope ambiguity.",
40+
38: "Duplicate slot names found. ",
41+
39: "Extraneous children found when component already has explicitly named default slot. These children will be ignored.",
42+
40: "v-slot can only be used on components or <template> tags.",
43+
41: "v-model is missing expression.",
44+
42: "v-model value must be a valid JavaScript member expression.",
45+
43: "v-model cannot be used on v-for or v-slot scope variables because they are not writable.",
46+
44: `v-model cannot be used on a prop, because local prop bindings are not writable.
47+
Use a v-bind binding combined with a v-on listener that emits update:x event instead.`,
48+
45: "Error parsing JavaScript expression: ",
49+
46: "<KeepAlive> expects exactly one child component.",
50+
47: '"prefixIdentifiers" option is not supported in this build of compiler.',
51+
48: "ES module mode is not supported in this build of compiler.",
52+
49: '"cacheHandlers" option is only supported when the "prefixIdentifiers" option is enabled.',
53+
50: '"scopeId" option is only supported in module mode.',
54+
51: "@vnode-* hooks in templates are deprecated. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support will be removed in 3.4.",
55+
52: 'v-is="component-name" has been deprecated. Use is="vue:component-name" instead. v-is support will be removed in 3.4.',
56+
53: ""
57+
};
58+
export {
59+
e as default
60+
};
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={0:"Illegal comment.",1:"CDATA section is allowed only in XML context.",2:"Duplicate attribute.",3:"End tag cannot have attributes.",4:"Illegal '/' in tags.",5:"Unexpected EOF in tag.",6:"Unexpected EOF in CDATA section.",7:"Unexpected EOF in comment.",8:"Unexpected EOF in script.",9:"Unexpected EOF in tag.",10:"Incorrectly closed comment.",11:"Incorrectly opened comment.",12:"Illegal tag name. Use '&lt;' to print '<'.",13:"Attribute value was expected.",14:"End tag name was expected.",15:"Whitespace was expected.",16:"Unexpected '<!--' in comment.",17:`Attribute name cannot contain U+0022 ("), U+0027 ('), and U+003C (<).`,18:"Unquoted attribute value cannot contain U+0022 (\"), U+0027 ('), U+003C (<), U+003D (=), and U+0060 (`).",19:"Attribute name cannot start with '='.",21:"'<?' is allowed only in XML context.",20:"Unexpected null character.",22:"Illegal '/' in tags.",23:"Invalid end tag.",24:"Element is missing end tag.",25:"Interpolation end sign was not found.",27:"End bracket for dynamic directive argument was not found. Note that dynamic directive argument cannot contain spaces.",26:"Legal directive name was expected.",28:"v-if/v-else-if is missing expression.",29:"v-if/else branches must use unique keys.",30:"v-else/v-else-if has no adjacent v-if or v-else-if.",31:"v-for is missing expression.",32:"v-for has invalid expression.",33:"<template v-for> key should be placed on the <template> tag.",34:"v-bind is missing expression.",35:"v-on is missing expression.",36:"Unexpected custom directive on <slot> outlet.",37:"Mixed v-slot usage on both the component and nested <template>. When there are multiple named slots, all slots should use <template> syntax to avoid scope ambiguity.",38:"Duplicate slot names found. ",39:"Extraneous children found when component already has explicitly named default slot. These children will be ignored.",40:"v-slot can only be used on components or <template> tags.",41:"v-model is missing expression.",42:"v-model value must be a valid JavaScript member expression.",43:"v-model cannot be used on v-for or v-slot scope variables because they are not writable.",44:`v-model cannot be used on a prop, because local prop bindings are not writable.
2+
Use a v-bind binding combined with a v-on listener that emits update:x event instead.`,45:"Error parsing JavaScript expression: ",46:"<KeepAlive> expects exactly one child component.",47:'"prefixIdentifiers" option is not supported in this build of compiler.',48:"ES module mode is not supported in this build of compiler.",49:'"cacheHandlers" option is only supported when the "prefixIdentifiers" option is enabled.',50:'"scopeId" option is only supported in module mode.',51:"@vnode-* hooks in templates are deprecated. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support will be removed in 3.4.",52:'v-is="component-name" has been deprecated. Use is="vue:component-name" instead. v-is support will be removed in 3.4.',53:""};exports.default=e;

dist/jodit.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/protone-media-laravel-splade.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1029,9 +1029,9 @@ function Z({ visible: e = !0, features: t = 0, ourProps: r, theirProps: n, ...i
10291029
return dr(o);
10301030
if (t & 1) {
10311031
let l = (s = a.unmount) == null || s ? 0 : 1;
1032-
return fe(l, { [0]() {
1032+
return fe(l, { 0() {
10331033
return null;
1034-
}, [1]() {
1034+
}, 1() {
10351035
return dr({ ...i, props: { ...a, hidden: !0, style: { display: "none" } } });
10361036
} });
10371037
}
@@ -1165,9 +1165,9 @@ function eu(e = document.body) {
11651165
var Ni = ((e) => (e[e.Strict = 0] = "Strict", e[e.Loose = 1] = "Loose", e))(Ni || {});
11661166
function tu(e, t = 0) {
11671167
var r;
1168-
return e === ((r = Tt(e)) == null ? void 0 : r.body) ? !1 : fe(t, { [0]() {
1168+
return e === ((r = Tt(e)) == null ? void 0 : r.body) ? !1 : fe(t, { 0() {
11691169
return e.matches(br);
1170-
}, [1]() {
1170+
}, 1() {
11711171
let n = e;
11721172
for (; n !== null; ) {
11731173
if (n.matches(br))
@@ -6212,7 +6212,7 @@ const Op = /* @__PURE__ */ _e(bp, [["render", Sp]]), $p = {
62126212
}), Cr.init(t.progress_bar);
62136213
}
62146214
t.suppress_compile_errors && (e.config.compilerOptions.onError = (n) => {
6215-
import("./CompilerErrorMessages-4a55bbec.js").then((i) => {
6215+
import("./CompilerErrorMessages-6b34f14b.js").then((i) => {
62166216
console.error({
62176217
message: i.default[n.code] || "Unknown compiler error",
62186218
lineNumber: n.lineNumber,

0 commit comments

Comments
 (0)