@agrotools1/at-components 2.0.21 → 2.0.22-alpha.0
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/document-input/DocumentInput.vue.d.ts.map +1 -1
- package/dist/document-input/DocumentInput.vue.js +3 -8
- package/dist/packages/at-icons/dist/AtCheckCircleRegularIcon/AtCheckCircleRegularIcon.vue.js +6 -6
- package/dist/packages/at-icons/dist/AtCirclePlusSolidIcon/AtCirclePlusSolidIcon.vue.js +4 -4
- package/dist/packages/at-icons/dist/AtCircleXMarkRegularIcon/AtCircleXMarkRegularIcon.vue.js +4 -4
- package/dist/packages/at-icons/dist/AtCircleXMarkSolidIcon/AtCircleXMarkSolidIcon.vue.js +5 -5
- package/dist/packages/at-icons/dist/AtOrdenacaoRegularIcon/AtOrdenacaoRegularIcon.vue.js +4 -4
- package/dist/packages/at-icons/dist/components/IconWrapper/IconWrapper.vue.js +2 -2
- package/dist/packages/at-icons/dist/components/IconWrapper/IconWrapper.vue2.js +8 -10
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentInput.vue.d.ts","sourceRoot":"","sources":["../../src/document-input/DocumentInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DocumentInput.vue.d.ts","sourceRoot":"","sources":["../../src/document-input/DocumentInput.vue"],"names":[],"mappings":"AAoPA,MAAM,WAAW,kBAAkB;IACjC,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IACxB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,UAAU,CAAC,EAAE,GAAG,CAAA;CACjB;;;;;;;;;;;;;;;;cAPY,OAAO;aAER,OAAO;WADT,OAAO,GAAG,MAAM;kBALT,MAAM;gBAOR,OAAO;;;;;;;;;;;;;;;;;;;;;AA8WtB,wBAUG"}
|
|
@@ -105,12 +105,10 @@ const ee = { key: 0 }, te = { class: "relative flex items-center" }, ae = {
|
|
|
105
105
|
C.value || n.value ? (i(), u("div", ae, [
|
|
106
106
|
C.value ? (i(), y(r(L), {
|
|
107
107
|
key: 0,
|
|
108
|
-
|
|
109
|
-
class: "text-[#4b715c]"
|
|
108
|
+
class: "text-[#4b715c] size-5"
|
|
110
109
|
})) : n.value ? (i(), y(r(Q), {
|
|
111
110
|
key: 1,
|
|
112
|
-
|
|
113
|
-
class: "text-[var(--alert-red-dark,#831511)] cursor-pointer pointer-events-auto",
|
|
111
|
+
class: "text-[var(--alert-red-dark,#831511)] cursor-pointer size-5 pointer-events-auto",
|
|
114
112
|
onClick: P
|
|
115
113
|
})) : d("", !0)
|
|
116
114
|
])) : d("", !0)
|
|
@@ -125,10 +123,7 @@ const ee = { key: 0 }, te = { class: "relative flex items-center" }, ae = {
|
|
|
125
123
|
id: b,
|
|
126
124
|
class: "text-[var(--alert-red-dark,#831511)] flex items-center gap-1 text-[11px] font-medium leading-tight pt-0.5"
|
|
127
125
|
}, [
|
|
128
|
-
S(r(U), {
|
|
129
|
-
size: "14",
|
|
130
|
-
class: "text-[var(--alert-red-dark,#831511)] shrink-0"
|
|
131
|
-
}),
|
|
126
|
+
S(r(U), { class: "text-[var(--alert-red-dark,#831511)] shrink-0 size-4" }),
|
|
132
127
|
w("span", null, A(e.error), 1)
|
|
133
128
|
])) : d("", !0)
|
|
134
129
|
], 2));
|
package/dist/packages/at-icons/dist/AtCheckCircleRegularIcon/AtCheckCircleRegularIcon.vue.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as a, createBlock as s, openBlock as i, normalizeProps as C, guardReactiveProps as n, withCtx as h, createElementBlock as p, normalizeStyle as m, normalizeClass as d, createElementVNode as t } from "vue";
|
|
2
2
|
import w from "../components/IconWrapper/IconWrapper.vue.js";
|
|
3
|
-
const
|
|
3
|
+
const g = ["width", "height"], k = /* @__PURE__ */ a({
|
|
4
4
|
__name: "AtCheckCircleRegularIcon",
|
|
5
5
|
props: {
|
|
6
6
|
size: {},
|
|
@@ -11,10 +11,10 @@ const f = ["width", "height"], k = /* @__PURE__ */ c({
|
|
|
11
11
|
},
|
|
12
12
|
setup(o) {
|
|
13
13
|
const r = o;
|
|
14
|
-
return (
|
|
15
|
-
default: h(({ class:
|
|
14
|
+
return (u, l) => (i(), s(w, C(n(r)), {
|
|
15
|
+
default: h(({ class: c, style: e }) => [
|
|
16
16
|
(i(), p("svg", {
|
|
17
|
-
class: d(
|
|
17
|
+
class: d(c),
|
|
18
18
|
style: m(e),
|
|
19
19
|
fill: "currentColor",
|
|
20
20
|
width: e.width,
|
|
@@ -35,7 +35,7 @@ const f = ["width", "height"], k = /* @__PURE__ */ c({
|
|
|
35
35
|
})
|
|
36
36
|
])
|
|
37
37
|
], -1)
|
|
38
|
-
]), 14,
|
|
38
|
+
]), 14, g))
|
|
39
39
|
]),
|
|
40
40
|
_: 1
|
|
41
41
|
}, 16));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as s, createBlock as
|
|
1
|
+
import { defineComponent as s, createBlock as c, openBlock as C, normalizeProps as a, guardReactiveProps as n, withCtx as h, createElementBlock as p, normalizeStyle as d, normalizeClass as m, createElementVNode as t } from "vue";
|
|
2
2
|
import w from "../components/IconWrapper/IconWrapper.vue.js";
|
|
3
|
-
const
|
|
3
|
+
const u = ["width", "height"], k = /* @__PURE__ */ s({
|
|
4
4
|
__name: "AtCirclePlusSolidIcon",
|
|
5
5
|
props: {
|
|
6
6
|
size: {},
|
|
@@ -11,7 +11,7 @@ const f = ["width", "height"], k = /* @__PURE__ */ s({
|
|
|
11
11
|
},
|
|
12
12
|
setup(o) {
|
|
13
13
|
const i = o;
|
|
14
|
-
return (
|
|
14
|
+
return (f, l) => (C(), c(w, a(n(i)), {
|
|
15
15
|
default: h(({ class: r, style: e }) => [
|
|
16
16
|
(C(), p("svg", {
|
|
17
17
|
class: m(r),
|
|
@@ -35,7 +35,7 @@ const f = ["width", "height"], k = /* @__PURE__ */ s({
|
|
|
35
35
|
})
|
|
36
36
|
])
|
|
37
37
|
], -1)
|
|
38
|
-
]), 14,
|
|
38
|
+
]), 14, u))
|
|
39
39
|
]),
|
|
40
40
|
_: 1
|
|
41
41
|
}, 16));
|
package/dist/packages/at-icons/dist/AtCircleXMarkRegularIcon/AtCircleXMarkRegularIcon.vue.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as c, createBlock as s, openBlock as i, normalizeProps as C, guardReactiveProps as n, withCtx as h, createElementBlock as p, normalizeStyle as m, normalizeClass as d, createElementVNode as t } from "vue";
|
|
2
2
|
import w from "../components/IconWrapper/IconWrapper.vue.js";
|
|
3
|
-
const
|
|
3
|
+
const g = ["width", "height"], _ = /* @__PURE__ */ c({
|
|
4
4
|
__name: "AtCircleXMarkRegularIcon",
|
|
5
5
|
props: {
|
|
6
6
|
size: {},
|
|
@@ -11,7 +11,7 @@ const f = ["width", "height"], _ = /* @__PURE__ */ s({
|
|
|
11
11
|
},
|
|
12
12
|
setup(o) {
|
|
13
13
|
const r = o;
|
|
14
|
-
return (
|
|
14
|
+
return (u, l) => (i(), s(w, C(n(r)), {
|
|
15
15
|
default: h(({ class: a, style: e }) => [
|
|
16
16
|
(i(), p("svg", {
|
|
17
17
|
class: d(a),
|
|
@@ -35,7 +35,7 @@ const f = ["width", "height"], _ = /* @__PURE__ */ s({
|
|
|
35
35
|
})
|
|
36
36
|
])
|
|
37
37
|
], -1)
|
|
38
|
-
]), 14,
|
|
38
|
+
]), 14, g))
|
|
39
39
|
]),
|
|
40
40
|
_: 1
|
|
41
41
|
}, 16));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as c, createBlock as s, openBlock as i, normalizeProps as n, guardReactiveProps as C, withCtx as h, createElementBlock as p, normalizeStyle as d, normalizeClass as m, createElementVNode as t } from "vue";
|
|
2
|
+
import w from "../components/IconWrapper/IconWrapper.vue.js";
|
|
3
|
+
const f = ["width", "height"], _ = /* @__PURE__ */ c({
|
|
4
4
|
__name: "AtCircleXMarkSolidIcon",
|
|
5
5
|
props: {
|
|
6
6
|
size: {},
|
|
@@ -11,7 +11,7 @@ const w = ["width", "height"], _ = /* @__PURE__ */ s({
|
|
|
11
11
|
},
|
|
12
12
|
setup(o) {
|
|
13
13
|
const r = o;
|
|
14
|
-
return (g, l) => (i(),
|
|
14
|
+
return (g, l) => (i(), s(w, n(C(r)), {
|
|
15
15
|
default: h(({ class: a, style: e }) => [
|
|
16
16
|
(i(), p("svg", {
|
|
17
17
|
class: m(a),
|
|
@@ -35,7 +35,7 @@ const w = ["width", "height"], _ = /* @__PURE__ */ s({
|
|
|
35
35
|
})
|
|
36
36
|
])
|
|
37
37
|
], -1)
|
|
38
|
-
]), 14,
|
|
38
|
+
]), 14, f))
|
|
39
39
|
]),
|
|
40
40
|
_: 1
|
|
41
41
|
}, 16));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as a, createBlock as
|
|
1
|
+
import { defineComponent as a, createBlock as c, openBlock as o, normalizeProps as s, guardReactiveProps as n, withCtx as h, createElementBlock as p, normalizeStyle as d, normalizeClass as m, createElementVNode as t } from "vue";
|
|
2
2
|
import w from "../components/IconWrapper/IconWrapper.vue.js";
|
|
3
|
-
const
|
|
3
|
+
const g = ["width", "height"], _ = /* @__PURE__ */ a({
|
|
4
4
|
__name: "AtOrdenacaoRegularIcon",
|
|
5
5
|
props: {
|
|
6
6
|
size: {},
|
|
@@ -11,7 +11,7 @@ const f = ["width", "height"], _ = /* @__PURE__ */ a({
|
|
|
11
11
|
},
|
|
12
12
|
setup(C) {
|
|
13
13
|
const i = C;
|
|
14
|
-
return (
|
|
14
|
+
return (u, l) => (o(), c(w, s(n(i)), {
|
|
15
15
|
default: h(({ class: r, style: e }) => [
|
|
16
16
|
(o(), p("svg", {
|
|
17
17
|
class: m(r),
|
|
@@ -35,7 +35,7 @@ const f = ["width", "height"], _ = /* @__PURE__ */ a({
|
|
|
35
35
|
})
|
|
36
36
|
])
|
|
37
37
|
], -1)
|
|
38
|
-
]), 14,
|
|
38
|
+
]), 14, g))
|
|
39
39
|
]),
|
|
40
40
|
_: 1
|
|
41
41
|
}, 16));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import o from "./IconWrapper.vue2.js";
|
|
2
2
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
const
|
|
3
|
+
const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2c0814de"]]);
|
|
4
4
|
export {
|
|
5
|
-
|
|
5
|
+
c as default
|
|
6
6
|
};
|
|
@@ -9,18 +9,16 @@ const h = ["role"], g = "icon-wrapper", w = /* @__PURE__ */ u({
|
|
|
9
9
|
onClickCallback: { type: Function }
|
|
10
10
|
},
|
|
11
11
|
setup(r) {
|
|
12
|
-
const e = r, { class: s, style:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
return e.color && (o.color = e.color, o.fill = e.color), o;
|
|
18
|
-
}), a = m(), c = l(() => a.onClick ? "button" : "figure"), i = l(() => ({
|
|
12
|
+
const e = r, { class: s, style: o } = p(e), n = l(() => ({
|
|
13
|
+
fill: e.color,
|
|
14
|
+
width: e.size || "28",
|
|
15
|
+
height: e.size || "28"
|
|
16
|
+
})), a = m(), c = l(() => a.onClick ? "button" : "figure"), i = l(() => ({
|
|
19
17
|
...n.value,
|
|
20
|
-
...
|
|
18
|
+
...o == null ? void 0 : o.value
|
|
21
19
|
}));
|
|
22
|
-
return (
|
|
23
|
-
v(
|
|
20
|
+
return (t, S) => (f(), d("span", k(t.$attrs, { role: c.value }), [
|
|
21
|
+
v(t.$slots, "default", {
|
|
24
22
|
class: y([g, C(s)]),
|
|
25
23
|
style: z(i.value)
|
|
26
24
|
}, void 0, !0)
|
package/package.json
CHANGED