implementado google fontes
This commit is contained in:
parent
33fe5d6ecf
commit
2afa99512e
11 changed files with 131 additions and 11 deletions
2
dist/eli-vue.css
vendored
2
dist/eli-vue.css
vendored
File diff suppressed because one or more lines are too long
9
dist/eli-vue.es.js
vendored
9
dist/eli-vue.es.js
vendored
|
|
@ -48,7 +48,7 @@ function ra(e, a, u, i, c, m) {
|
|||
size: e.size,
|
||||
disabled: e.disabled,
|
||||
loading: e.loading
|
||||
}, e.$attrs, { class: "text-none pt-1" }), {
|
||||
}, e.$attrs, { class: "eli-botao text-none pt-1" }), {
|
||||
default: z(() => [
|
||||
ie(e.$slots, "default")
|
||||
]),
|
||||
|
|
@ -113,7 +113,8 @@ function la(e, a, u, i, c, m) {
|
|||
"offset-y": e.offsetY,
|
||||
dot: e.dot,
|
||||
content: e.badge,
|
||||
style: e.badgeStyle
|
||||
style: e.badgeStyle,
|
||||
class: "eli-badge"
|
||||
}), {
|
||||
default: z(() => [
|
||||
ie(e.$slots, "default", {}, void 0, !0)
|
||||
|
|
@ -121,7 +122,7 @@ function la(e, a, u, i, c, m) {
|
|||
_: 3
|
||||
}, 16, ["color", "location", "offset-x", "offset-y", "dot", "content", "style"])) : ie(e.$slots, "default", { key: 1 }, void 0, !0);
|
||||
}
|
||||
const Ce = /* @__PURE__ */ j(na, [["render", la], ["__scopeId", "data-v-de2fbf2f"]]);
|
||||
const Ce = /* @__PURE__ */ j(na, [["render", la], ["__scopeId", "data-v-371c8db4"]]);
|
||||
function ia(e) {
|
||||
return e.replace(/\D+/g, "");
|
||||
}
|
||||
|
|
@ -1325,7 +1326,7 @@ function Ra(e, a, u, i, c, m) {
|
|||
])
|
||||
]);
|
||||
}
|
||||
const Wa = /* @__PURE__ */ j(Ha, [["render", Ra], ["__scopeId", "data-v-0fd1ad15"]]), Ja = N({
|
||||
const Wa = /* @__PURE__ */ j(Ha, [["render", Ra], ["__scopeId", "data-v-f7b534c8"]]), Ja = N({
|
||||
name: "EliTabelaCabecalho",
|
||||
components: { EliTabelaCaixaDeBusca: Wa },
|
||||
props: {
|
||||
|
|
|
|||
4
dist/eli-vue.umd.js
vendored
4
dist/eli-vue.umd.js
vendored
File diff suppressed because one or more lines are too long
1
dist/types/index.d.ts
vendored
1
dist/types/index.d.ts
vendored
|
|
@ -1,4 +1,5 @@
|
|||
import type { Plugin } from "vue";
|
||||
import "./styles/eli-vue-fonts.css";
|
||||
import { EliOlaMundo } from "./componentes/ola_mundo";
|
||||
import { EliBotao } from "./componentes/botao";
|
||||
import { EliBadge } from "./componentes/indicador";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue