Skip to content

Commit 8931f09

Browse files
authored
Merge pull request #86 from obewds/dev
1.6.2 - updating outdated deps
2 parents 392f2c9 + ab71a28 commit 8931f09

22 files changed

+771
-714
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [v1.6.1](https://github.com/obewds/vue-el/compare/v1.6.0...v1.6.1)
7+
#### [v1.6.2](https://github.com/obewds/vue-el/compare/v1.6.0...v1.6.2)
88

9+
- 1.6.2 - updating outdated deps [`49211e4`](https://github.com/obewds/vue-el/commit/49211e409e312fd2537e9d1b9719d9a64bcc8eb4)
910
- 1.6.1 updating outdated deps [`a6d4a40`](https://github.com/obewds/vue-el/commit/a6d4a40eb81a4f458e8191ea67bc436b05dafe05)
11+
- generating fresh files and docs for 1.6.2 [`a8fdb46`](https://github.com/obewds/vue-el/commit/a8fdb46415f1c0e6b3fd3668cd018908ca667598)
12+
- updated changelog for 1.6.1 [`3a3ac31`](https://github.com/obewds/vue-el/commit/3a3ac31b274d711891ea13c8e39362c0c8c05c67)
1013

1114
#### [v1.6.0](https://github.com/obewds/vue-el/compare/v1.5.0...v1.6.0)
1215

dist/vue-el.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-el.es.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
import { defineComponent as m, openBlock as r, createElementBlock as n, Fragment as o, createBlock as i, resolveDynamicComponent as u, withCtx as c, createTextVNode as a, toDisplayString as p, renderSlot as s } from "vue";
2-
import { elementTags as d } from "@obewds/vue-validators";
1+
import { defineComponent as m, openBlock as r, createElementBlock as n, Fragment as o, createBlock as i, resolveDynamicComponent as u, withCtx as c, createTextVNode as a, toDisplayString as p, renderSlot as d } from "vue";
2+
import { elementTags as s } from "@obewds/vue-validators";
33
import { isEmptyOrUnsupportedElement as y } from "@obewds/vue-component-helpers";
4-
const f = /* @__PURE__ */ a("VueEl"), S = /* @__PURE__ */ m({
4+
const x = /* @__PURE__ */ m({
55
__name: "VueEl",
66
props: {
77
tag: {
88
type: String,
99
required: !0,
10-
validator: (e) => d.includes(e)
10+
validator: (e) => s.includes(e)
1111
},
1212
text: {
1313
type: String,
@@ -18,18 +18,18 @@ const f = /* @__PURE__ */ a("VueEl"), S = /* @__PURE__ */ m({
1818
function l(t) {
1919
return y(t);
2020
}
21-
return (t, g) => l(e.tag) ? (r(), n(o, { key: 0 }, [], 64)) : (r(), i(u(e.tag), { key: 1 }, {
21+
return (t, f) => l(e.tag) ? (r(), n(o, { key: 0 }, [], 64)) : (r(), i(u(e.tag), { key: 1 }, {
2222
default: c(() => [
2323
e.text ? (r(), n(o, { key: 0 }, [
2424
a(p(e.text), 1)
25-
], 64)) : s(t.$slots, "default", { key: 1 }, () => [
26-
f
25+
], 64)) : d(t.$slots, "default", { key: 1 }, () => [
26+
a("VueEl")
2727
])
2828
]),
2929
_: 3
3030
}));
3131
}
3232
});
3333
export {
34-
S as VueEl
34+
x as VueEl
3535
};

dist/vue-el.iife.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-el.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vitepress/dist/404.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

docs/.vitepress/dist/assets/app.66e97c39.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vitepress/dist/assets/app.9769a1bf.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/.vitepress/dist/assets/component.md.d26c770f.js renamed to docs/.vitepress/dist/assets/component.md.924d0bdc.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vitepress/dist/assets/component.md.d26c770f.lean.js renamed to docs/.vitepress/dist/assets/component.md.924d0bdc.lean.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)