@agrotools1/at-components 1.0.78 → 1.0.80
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/DataTable/Column/Column.vue.js +1 -1
- package/dist/DataTable/Column/Column.vue3.js +2 -2
- package/dist/DataTable/DataTable.vue.js +2 -2
- package/dist/Modal/Modal.vue.js +29 -29
- package/dist/Modal/Modal.vue3.js +2 -2
- package/dist/agrotools-theme.css +3 -3
- package/dist/agrotools-theme.css.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@ function b(t, o, _, v, M, $) {
|
|
|
31
31
|
])
|
|
32
32
|
], 16, p);
|
|
33
33
|
}
|
|
34
|
-
const B = /* @__PURE__ */ f(r, [["render", b], ["__scopeId", "data-v-
|
|
34
|
+
const B = /* @__PURE__ */ f(r, [["render", b], ["__scopeId", "data-v-ad350b02"]]);
|
|
35
35
|
export {
|
|
36
36
|
B as default
|
|
37
37
|
};
|
|
@@ -2,7 +2,7 @@ import A from "./DataTable.vue2.js";
|
|
|
2
2
|
import { resolveComponent as c, openBlock as t, createElementBlock as o, Fragment as r, createElementVNode as i, mergeProps as P, createBlock as u, withCtx as $, createVNode as g, createCommentVNode as p, renderSlot as D, withDirectives as I, renderList as d, normalizeClass as f, withKeys as T, toDisplayString as w, resolveDynamicComponent as k, vShow as z, pushScopeId as E, popScopeId as K } from "vue";
|
|
3
3
|
import "./DataTable.vue3.js";
|
|
4
4
|
import V from "../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const b = (e) => (E("data-v-
|
|
5
|
+
const b = (e) => (E("data-v-cd05acc6"), e = e(), K(), e), L = ["data-align-columns"], U = ["data-isStick"], B = {
|
|
6
6
|
role: "row",
|
|
7
7
|
class: "thead-row"
|
|
8
8
|
}, F = {
|
|
@@ -124,7 +124,7 @@ function Y(e, h, Z, x, ee, te) {
|
|
|
124
124
|
])) : p("", !0)
|
|
125
125
|
], 64);
|
|
126
126
|
}
|
|
127
|
-
const le = /* @__PURE__ */ V(A, [["render", Y], ["__scopeId", "data-v-
|
|
127
|
+
const le = /* @__PURE__ */ V(A, [["render", Y], ["__scopeId", "data-v-cd05acc6"]]);
|
|
128
128
|
export {
|
|
129
129
|
le as default
|
|
130
130
|
};
|
package/dist/Modal/Modal.vue.js
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { resolveComponent as k, openBlock as t, createBlock as m, Teleport as b, createVNode as y, Transition as A, withCtx as p, createElementBlock as
|
|
1
|
+
import S from "./Modal.vue2.js";
|
|
2
|
+
import { resolveComponent as k, openBlock as t, createBlock as m, Teleport as b, createVNode as y, Transition as A, withCtx as p, createElementBlock as a, mergeProps as F, createElementVNode as n, normalizeClass as B, toDisplayString as r, createCommentVNode as s, renderSlot as w, normalizeStyle as d, createTextVNode as C, Fragment as O, renderList as z } from "vue";
|
|
3
3
|
import "./Modal.vue3.js";
|
|
4
|
-
import
|
|
5
|
-
const
|
|
6
|
-
key: 0,
|
|
7
|
-
class: "at-modal-mask"
|
|
8
|
-
}, V = {
|
|
4
|
+
import N from "../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const V = {
|
|
9
6
|
ref: "target",
|
|
10
7
|
class: "at-modal-container"
|
|
11
8
|
}, T = { class: "at-modal-header" }, E = { class: "at-modal-title" }, j = {
|
|
@@ -18,24 +15,27 @@ const N = {
|
|
|
18
15
|
key: 1,
|
|
19
16
|
class: "at-modal-remainingButtonsContainer"
|
|
20
17
|
};
|
|
21
|
-
function
|
|
22
|
-
const
|
|
18
|
+
function P(o, i, q, G, H, J) {
|
|
19
|
+
const $ = k("AtCheckbox"), u = k("AtButton");
|
|
23
20
|
return t(), m(b, { to: "body" }, [
|
|
24
21
|
y(A, { name: "at-modal-transition" }, {
|
|
25
22
|
default: p(() => {
|
|
26
23
|
var h, g, v;
|
|
27
24
|
return [
|
|
28
|
-
o.isOpen ? (t(),
|
|
25
|
+
o.isOpen ? (t(), a("div", F({
|
|
26
|
+
key: 0,
|
|
27
|
+
class: "at-modal-mask"
|
|
28
|
+
}, o.$attrs), [
|
|
29
29
|
n("div", {
|
|
30
|
-
class:
|
|
30
|
+
class: B(["at-modal", [`at-modal-${o.$props.size}`]])
|
|
31
31
|
}, [
|
|
32
32
|
n("div", {
|
|
33
|
-
class:
|
|
33
|
+
class: B(["at-modal-badge", [`at-modal-${o.$props.type}`]])
|
|
34
34
|
}, null, 2),
|
|
35
35
|
n("div", V, [
|
|
36
36
|
n("div", T, [
|
|
37
37
|
n("span", E, r(o.title), 1),
|
|
38
|
-
o.hideCloseButton ?
|
|
38
|
+
o.hideCloseButton ? s("", !0) : (t(), a("span", j, [
|
|
39
39
|
n("img", {
|
|
40
40
|
src: o.icons.close,
|
|
41
41
|
alt: "Fechar modal",
|
|
@@ -44,25 +44,25 @@ function q(o, i, G, H, J, K) {
|
|
|
44
44
|
]))
|
|
45
45
|
]),
|
|
46
46
|
n("div", I, [
|
|
47
|
-
|
|
47
|
+
w(o.$slots, "default", {}, void 0, !0)
|
|
48
48
|
]),
|
|
49
|
-
o.hideFooter ?
|
|
49
|
+
o.hideFooter ? s("", !0) : (t(), a("div", {
|
|
50
50
|
key: 0,
|
|
51
51
|
class: "at-modal-footer",
|
|
52
52
|
style: d({
|
|
53
53
|
"grid-template-columns": o.hasSlotFooter || !o.dontShowOption.show ? "1fr" : void 0
|
|
54
54
|
})
|
|
55
55
|
}, [
|
|
56
|
-
!o.hasSlotFooter && o.dontShowOption.show ? (t(),
|
|
57
|
-
y(
|
|
56
|
+
!o.hasSlotFooter && o.dontShowOption.show ? (t(), a("div", L, [
|
|
57
|
+
y($, {
|
|
58
58
|
size: "20",
|
|
59
59
|
class: "at-modal-dont-show-btn",
|
|
60
60
|
style: { "margin-right": "8px" },
|
|
61
61
|
onClick: i[1] || (i[1] = (e) => o.dontShowAgain = !o.dontShowAgain)
|
|
62
62
|
}),
|
|
63
63
|
n("span", null, r((h = o.$props.dontShowOption) == null ? void 0 : h.text), 1)
|
|
64
|
-
])) :
|
|
65
|
-
o.hasSlotFooter ?
|
|
64
|
+
])) : s("", !0),
|
|
65
|
+
o.hasSlotFooter ? s("", !0) : (t(), a("div", {
|
|
66
66
|
key: 1,
|
|
67
67
|
class: "at-modal-footer-right",
|
|
68
68
|
style: d({
|
|
@@ -84,12 +84,12 @@ function q(o, i, G, H, J, K) {
|
|
|
84
84
|
})
|
|
85
85
|
}, {
|
|
86
86
|
default: p(() => [
|
|
87
|
-
|
|
87
|
+
C(r(o.firstButton.label), 1)
|
|
88
88
|
]),
|
|
89
89
|
_: 1
|
|
90
|
-
}, 8, ["variant", "style", "disabled"])) :
|
|
91
|
-
o.remainingButtons && o.remainingButtons.length > 0 ? (t(),
|
|
92
|
-
(t(!0),
|
|
90
|
+
}, 8, ["variant", "style", "disabled"])) : s("", !0),
|
|
91
|
+
o.remainingButtons && o.remainingButtons.length > 0 ? (t(), a("div", M, [
|
|
92
|
+
(t(!0), a(O, null, z(o.remainingButtons, (e, l) => {
|
|
93
93
|
var f;
|
|
94
94
|
return t(), m(u, {
|
|
95
95
|
key: e.key,
|
|
@@ -98,28 +98,28 @@ function q(o, i, G, H, J, K) {
|
|
|
98
98
|
"margin-right": l + 1 === ((f = o.remainingButtons) == null ? void 0 : f.length) ? void 0 : "16px"
|
|
99
99
|
}),
|
|
100
100
|
disabled: e.disabled,
|
|
101
|
-
onClick: (
|
|
101
|
+
onClick: (c) => e.onClick(c, o.dontShowAgain)
|
|
102
102
|
}, {
|
|
103
103
|
default: p(() => [
|
|
104
|
-
|
|
104
|
+
C(r(e.label), 1)
|
|
105
105
|
]),
|
|
106
106
|
_: 2
|
|
107
107
|
}, 1032, ["variant", "style", "disabled", "onClick"]);
|
|
108
108
|
}), 128))
|
|
109
|
-
])) :
|
|
109
|
+
])) : s("", !0)
|
|
110
110
|
], 4)),
|
|
111
|
-
|
|
111
|
+
w(o.$slots, "footer", {}, void 0, !0)
|
|
112
112
|
], 4))
|
|
113
113
|
], 512)
|
|
114
114
|
], 2)
|
|
115
|
-
])) :
|
|
115
|
+
], 16)) : s("", !0)
|
|
116
116
|
];
|
|
117
117
|
}),
|
|
118
118
|
_: 3
|
|
119
119
|
})
|
|
120
120
|
]);
|
|
121
121
|
}
|
|
122
|
-
const W = /* @__PURE__ */
|
|
122
|
+
const W = /* @__PURE__ */ N(S, [["render", P], ["__scopeId", "data-v-5fa5c965"]]);
|
|
123
123
|
export {
|
|
124
124
|
W as default
|
|
125
125
|
};
|
package/dist/Modal/Modal.vue3.js
CHANGED