@agrotools1/at-components1 1.1.1 → 1.1.2-beta.1

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.
Files changed (229) hide show
  1. package/README.md +71 -71
  2. package/dist/Accordion/Accordion.vue.js +81 -0
  3. package/dist/Accordion/Accordion.vue2.js +72 -0
  4. package/dist/Avatar/Avatar.vue.js +26 -0
  5. package/dist/Avatar/Avatar.vue2.js +58 -0
  6. package/dist/Button/Button.vue.js +30 -0
  7. package/dist/Button/Button.vue2.js +43 -0
  8. package/dist/CardWithInsights/CardWithInsights.vue.js +60 -0
  9. package/dist/CardWithInsights/CardWithInsights.vue2.js +32 -0
  10. package/dist/Checkbox/Checkbox.vue.js +38 -0
  11. package/dist/Checkbox/Checkbox.vue2.js +73 -0
  12. package/dist/Checkbox/img/checkmarck.svg.js +4 -0
  13. package/dist/ColorPicker/ColorPicker.Saturation.vue.js +30 -0
  14. package/dist/ColorPicker/ColorPicker.Saturation.vue2.js +82 -0
  15. package/dist/ColorPicker/ColorPicker.vue.js +88 -0
  16. package/dist/ColorPicker/ColorPicker.vue2.js +180 -0
  17. package/dist/DataTable/Column/Column.vue.js +37 -0
  18. package/dist/DataTable/Column/Column.vue2.js +40 -0
  19. package/dist/DataTable/Column/imgs/filter.svg.js +4 -0
  20. package/dist/DataTable/Counters/Counters.vue.js +44 -0
  21. package/dist/DataTable/Counters/Counters.vue2.js +70 -0
  22. package/dist/DataTable/Counters/imgs/close.svg.js +4 -0
  23. package/dist/DataTable/DataTable.vue.js +130 -0
  24. package/dist/DataTable/DataTable.vue2.js +189 -0
  25. package/dist/DataTable/index.js +11 -0
  26. package/dist/DatePicker/DatePicker.helper.js +99 -0
  27. package/dist/DatePicker/DatePicker.vue.js +123 -0
  28. package/dist/DatePicker/DatePicker.vue2.js +237 -0
  29. package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.helper.js +58 -0
  30. package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.vue.js +34 -0
  31. package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.vue2.js +59 -0
  32. package/dist/DatePicker/DatePickerHeader/DatePickerHeader.vue.js +50 -0
  33. package/dist/DatePicker/DatePickerHeader/DatePickerHeader.vue2.js +47 -0
  34. package/dist/DatePicker/DatePickerListSelector/DatePickerListSelector.vue.js +20 -0
  35. package/dist/DatePicker/DatePickerListSelector/DatePickerListSelector.vue2.js +89 -0
  36. package/dist/DatePicker/DatePickerTime/DatePickerTime.vue.d.ts +2 -0
  37. package/dist/DatePicker/DatePickerTime/DatePickerTime.vue.d.ts.map +1 -1
  38. package/dist/DatePicker/DatePickerTime/DatePickerTime.vue.js +73 -0
  39. package/dist/DatePicker/DatePickerTime/DatePickerTime.vue2.js +71 -0
  40. package/dist/Dropdown/Checklist/Dropdown.Checklist.vue.d.ts +16 -16
  41. package/dist/Dropdown/Checklist/Dropdown.Checklist.vue.js +151 -0
  42. package/dist/Dropdown/Checklist/Dropdown.Checklist.vue2.js +84 -0
  43. package/dist/Dropdown/Checklist/draggable.js +68 -0
  44. package/dist/Dropdown/Dropdown.core.vue.js +47 -0
  45. package/dist/Dropdown/Dropdown.core.vue2.js +112 -0
  46. package/dist/Dropdown/DropdownContent/DropdownContent.vue.js +10 -0
  47. package/dist/Dropdown/DropdownContent/DropdownContent.vue2.js +9 -0
  48. package/dist/Faq/Faq.vue.js +41 -0
  49. package/dist/Faq/Faq.vue2.js +41 -0
  50. package/dist/Faq/FaqItem/FaqItem.vue.js +56 -0
  51. package/dist/Faq/FaqItem/FaqItem.vue2.js +32 -0
  52. package/dist/Filter/Filter.vue.js +222 -0
  53. package/dist/Filter/Filter.vue2.js +129 -0
  54. package/dist/Icons/icons.d.ts +2 -0
  55. package/dist/Icons/icons.d.ts.map +1 -1
  56. package/dist/Icons/icons.js +26 -0
  57. package/dist/Illustration/Illustration.js +127 -0
  58. package/dist/Illustration/Illustration.vue.js +17 -0
  59. package/dist/Illustration/Illustration.vue2.js +32 -0
  60. package/dist/Input/Input.core.vue.d.ts +2 -0
  61. package/dist/Input/Input.core.vue.d.ts.map +1 -1
  62. package/dist/Input/Input.core.vue.js +120 -0
  63. package/dist/Input/Input.core.vue2.js +239 -0
  64. package/dist/Input/Text-area.vue.d.ts +2 -0
  65. package/dist/Input/Text-area.vue.d.ts.map +1 -1
  66. package/dist/Input/Text-area.vue.js +16 -0
  67. package/dist/Input/Text-area.vue2.js +14 -0
  68. package/dist/Input/imgs/error.svg.js +4 -0
  69. package/dist/Input/index.d.ts +4 -0
  70. package/dist/Input/index.d.ts.map +1 -1
  71. package/dist/Input/index.js +9 -0
  72. package/dist/Legend/Legend.vue.js +60 -0
  73. package/dist/Legend/Legend.vue2.js +51 -0
  74. package/dist/List/components/List.vue.d.ts +4 -4
  75. package/dist/List/components/List.vue.js +86 -0
  76. package/dist/List/components/List.vue2.js +92 -0
  77. package/dist/Loading/Loading.vue.js +21 -0
  78. package/dist/Loading/Loading.vue2.js +16 -0
  79. package/dist/Menu/Menu.vue.d.ts +8 -4
  80. package/dist/Menu/Menu.vue.d.ts.map +1 -1
  81. package/dist/Menu/Menu.vue.js +185 -0
  82. package/dist/Menu/Menu.vue2.js +85 -0
  83. package/dist/Menu/assets/agrotools.svg.js +4 -0
  84. package/dist/Menu/assets/at.svg.js +4 -0
  85. package/dist/Modal/Modal.vue.js +127 -0
  86. package/dist/Modal/Modal.vue2.js +77 -0
  87. package/dist/Modal/images/cross.svg.js +4 -0
  88. package/dist/Notifications/Notification/Notification.vue.js +59 -0
  89. package/dist/Notifications/Notification/Notification.vue2.js +78 -0
  90. package/dist/Notifications/Notifications.vue.js +55 -0
  91. package/dist/Notifications/Notifications.vue2.js +56 -0
  92. package/dist/Paginator/Paginator.vue.js +119 -0
  93. package/dist/Paginator/Paginator.vue2.js +110 -0
  94. package/dist/Paginator/imgs/double-left-arrow.svg.js +4 -0
  95. package/dist/Paginator/imgs/double-right-arrow.svg.js +4 -0
  96. package/dist/Paginator/imgs/left-arrow.svg.js +4 -0
  97. package/dist/Paginator/imgs/right-arrow.svg.js +4 -0
  98. package/dist/ProgressBar/ProgressBar.vue.js +84 -0
  99. package/dist/ProgressBar/ProgressBar.vue2.js +83 -0
  100. package/dist/RadioButton/RadioButton.vue.js +46 -0
  101. package/dist/RadioButton/RadioButton.vue2.js +57 -0
  102. package/dist/Search/Search.vue.d.ts +6 -4
  103. package/dist/Search/Search.vue.d.ts.map +1 -1
  104. package/dist/Search/Search.vue.js +53 -0
  105. package/dist/Search/Search.vue2.js +144 -0
  106. package/dist/Select/Item/Item.vue.js +52 -0
  107. package/dist/Select/Item/Item.vue2.js +62 -0
  108. package/dist/Select/Multiple/Select.multiple.vue.d.ts +2 -0
  109. package/dist/Select/Multiple/Select.multiple.vue.d.ts.map +1 -1
  110. package/dist/Select/Multiple/Select.multiple.vue.js +59 -0
  111. package/dist/Select/Multiple/Select.multiple.vue2.js +137 -0
  112. package/dist/Select/Select.core.vue.d.ts +2 -0
  113. package/dist/Select/Select.core.vue.d.ts.map +1 -1
  114. package/dist/Select/Select.core.vue.js +52 -0
  115. package/dist/Select/Select.core.vue2.js +140 -0
  116. package/dist/Select/Single/Select.single.vue.d.ts +2 -0
  117. package/dist/Select/Single/Select.single.vue.d.ts.map +1 -1
  118. package/dist/Select/Single/Select.single.vue.js +74 -0
  119. package/dist/Select/Single/Select.single.vue2.js +160 -0
  120. package/dist/Select/imgs/indicator.svg.js +4 -0
  121. package/dist/Select/index.d.ts +4 -0
  122. package/dist/Select/index.d.ts.map +1 -1
  123. package/dist/Select/index.js +9 -0
  124. package/dist/Skeleton/Skeleton.vue.js +16 -0
  125. package/dist/Skeleton/Skeleton.vue2.js +19 -0
  126. package/dist/Stepper/Stepper.vue.js +110 -0
  127. package/dist/Stepper/Stepper.vue2.js +109 -0
  128. package/dist/TableConfig/TableConfig.vue.d.ts +20 -20
  129. package/dist/TableConfig/TableConfig.vue.js +72 -0
  130. package/dist/TableConfig/TableConfig.vue2.js +108 -0
  131. package/dist/Tabs/Tab/Tab.vue.d.ts +1 -1
  132. package/dist/Tabs/Tab/Tab.vue.js +7 -0
  133. package/dist/Tabs/Tab/Tab.vue2.js +62 -0
  134. package/dist/Tabs/Tabs.vue.d.ts +1 -1
  135. package/dist/Tabs/Tabs.vue.js +44 -0
  136. package/dist/Tabs/Tabs.vue2.js +63 -0
  137. package/dist/Tag/Tag.vue.js +37 -0
  138. package/dist/Tag/Tag.vue2.js +86 -0
  139. package/dist/Tipograph/Paragraph/Paragraph.vue.js +18 -0
  140. package/dist/Tipograph/Paragraph/Paragraph.vue2.js +21 -0
  141. package/dist/Tipograph/Title/Title.vue.js +18 -0
  142. package/dist/Tipograph/Title/Title.vue2.js +21 -0
  143. package/dist/Tipograph/index.js +9 -0
  144. package/dist/Toggle/Toggle.vue.js +30 -0
  145. package/dist/Toggle/Toggle.vue2.js +53 -0
  146. package/dist/Tooltip/Tooltip.vue.js +66 -0
  147. package/dist/Tooltip/Tooltip.vue2.js +234 -0
  148. package/dist/Upload/MultipleUpload/MultipleUpload.vue.d.ts.map +1 -1
  149. package/dist/Upload/MultipleUpload/MultipleUpload.vue.js +58 -0
  150. package/dist/Upload/MultipleUpload/MultipleUpload.vue2.js +198 -0
  151. package/dist/Upload/SingleUpload/SingleUpload.vue.d.ts.map +1 -1
  152. package/dist/Upload/SingleUpload/SingleUpload.vue.js +51 -0
  153. package/dist/Upload/SingleUpload/SingleUpload.vue2.js +156 -0
  154. package/dist/Upload/Upload.vue.d.ts.map +1 -1
  155. package/dist/Upload/Upload.vue.js +57 -0
  156. package/dist/Upload/Upload.vue2.js +118 -0
  157. package/dist/Upload/UploaderHeader/UploaderHeader.vue.js +30 -0
  158. package/dist/Upload/UploaderHeader/UploaderHeader.vue2.js +51 -0
  159. package/dist/Upload/UploaderInfoProgress/UploaderInfoProgress.vue.js +31 -0
  160. package/dist/Upload/UploaderInfoProgress/UploaderInfoProgress.vue2.js +34 -0
  161. package/dist/Upload/UploaderInput/UploaderInput.vue.js +63 -0
  162. package/dist/Upload/UploaderInput/UploaderInput.vue2.js +63 -0
  163. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  164. package/dist/assets/illustrations/renovabio/biomass.svg.js +4 -0
  165. package/dist/assets/illustrations/renovabio/volume.svg.js +4 -0
  166. package/dist/assets/illustrations/system/add-file.svg.js +4 -0
  167. package/dist/assets/illustrations/system/cloud-connection.svg.js +4 -0
  168. package/dist/assets/illustrations/system/cloud-download.svg.js +4 -0
  169. package/dist/assets/illustrations/system/cloud-upload.svg.js +4 -0
  170. package/dist/assets/illustrations/system/corrupted-file.svg.js +4 -0
  171. package/dist/assets/illustrations/system/dynamic-production.svg.js +4 -0
  172. package/dist/assets/illustrations/system/empty-box.svg.js +4 -0
  173. package/dist/assets/illustrations/system/empty-folder-2.svg.js +4 -0
  174. package/dist/assets/illustrations/system/empty-folder.svg.js +4 -0
  175. package/dist/assets/illustrations/system/empty.svg.js +4 -0
  176. package/dist/assets/illustrations/system/error-illustration.svg.js +4 -0
  177. package/dist/assets/illustrations/system/error.svg.js +4 -0
  178. package/dist/assets/illustrations/system/file-backup-2.svg.js +4 -0
  179. package/dist/assets/illustrations/system/file-backup.svg.js +4 -0
  180. package/dist/assets/illustrations/system/filtering-upload.svg.js +4 -0
  181. package/dist/assets/illustrations/system/flight.svg.js +4 -0
  182. package/dist/assets/illustrations/system/fly.svg.js +4 -0
  183. package/dist/assets/illustrations/system/movies.svg.js +4 -0
  184. package/dist/assets/illustrations/system/multimedia.svg.js +4 -0
  185. package/dist/assets/illustrations/system/notification-bell.svg.js +4 -0
  186. package/dist/assets/illustrations/system/page-2.svg.js +4 -0
  187. package/dist/assets/illustrations/system/page.svg.js +4 -0
  188. package/dist/assets/illustrations/system/photos.svg.js +4 -0
  189. package/dist/assets/illustrations/system/recycle-bin.svg.js +4 -0
  190. package/dist/assets/illustrations/system/rocket-launch.svg.js +4 -0
  191. package/dist/assets/illustrations/system/search-territory.svg.js +4 -0
  192. package/dist/assets/illustrations/system/signal.svg.js +4 -0
  193. package/dist/assets/illustrations/system/siren.svg.js +4 -0
  194. package/dist/assets/illustrations/system/wrong.svg.js +4 -0
  195. package/dist/assets/illustrations/tools/advanced-analysis.svg.js +4 -0
  196. package/dist/assets/illustrations/tools/agriculture.svg.js +4 -0
  197. package/dist/assets/illustrations/tools/alert-center.svg.js +4 -0
  198. package/dist/assets/illustrations/tools/area.svg.js +4 -0
  199. package/dist/assets/illustrations/tools/at-insights.svg.js +4 -0
  200. package/dist/assets/illustrations/tools/conservation-unit.svg.js +4 -0
  201. package/dist/assets/illustrations/tools/credit.svg.js +4 -0
  202. package/dist/assets/illustrations/tools/deforestation.svg.js +4 -0
  203. package/dist/assets/illustrations/tools/distance-proximity-rivers.svg.js +4 -0
  204. package/dist/assets/illustrations/tools/estimated-productivity-penalty.svg.js +4 -0
  205. package/dist/assets/illustrations/tools/extract.svg.js +4 -0
  206. package/dist/assets/illustrations/tools/farm.svg.js +4 -0
  207. package/dist/assets/illustrations/tools/geographical-consultation-municipalities.svg.js +4 -0
  208. package/dist/assets/illustrations/tools/gix.svg.js +4 -0
  209. package/dist/assets/illustrations/tools/inapto.svg.js +4 -0
  210. package/dist/assets/illustrations/tools/insurance.svg.js +4 -0
  211. package/dist/assets/illustrations/tools/land-appreciation.svg.js +4 -0
  212. package/dist/assets/illustrations/tools/lockdown.svg.js +4 -0
  213. package/dist/assets/illustrations/tools/map.svg.js +4 -0
  214. package/dist/assets/illustrations/tools/pasture.svg.js +4 -0
  215. package/dist/assets/illustrations/tools/rating-2.svg.js +4 -0
  216. package/dist/assets/illustrations/tools/rating.svg.js +4 -0
  217. package/dist/assets/illustrations/tools/recurrence.svg.js +4 -0
  218. package/dist/assets/illustrations/tools/refrigerators.svg.js +4 -0
  219. package/dist/assets/illustrations/tools/settings.svg.js +4 -0
  220. package/dist/assets/illustrations/tools/socio-environmental-analysis.svg.js +4 -0
  221. package/dist/assets/illustrations/tools/soil-use.svg.js +4 -0
  222. package/dist/assets/illustrations/tools/storm.svg.js +4 -0
  223. package/dist/assets/illustrations/tools/territory-details.svg.js +4 -0
  224. package/dist/assets/illustrations/tools/timeline.svg.js +4 -0
  225. package/dist/at-components1.css +1 -0
  226. package/dist/composables/useBootstrapWrapper.js +7 -0
  227. package/dist/index.css +1 -3
  228. package/dist/index.js +68 -16654
  229. package/package.json +15 -6
@@ -0,0 +1,72 @@
1
+ import C from "./TableConfig.vue2.js";
2
+ import { resolveComponent as s, createElementBlock as r, openBlock as d, createVNode as o, withCtx as t, createElementVNode as p, createCommentVNode as g, createTextVNode as l, toDisplayString as a } from "vue";
3
+ /* empty css */
4
+ import k from "../_virtual/_plugin-vue_export-helper.js";
5
+ const b = { class: "d-flex align-items-center gap-2" }, h = { class: "tableConfig" }, v = {
6
+ key: 0,
7
+ class: "at-dropdown-footer"
8
+ };
9
+ function A(e, n, w, O, B, S) {
10
+ const c = s("AtSettingsRegularIcon"), i = s("AtButton"), m = s("AtChecklist"), u = s("AtDropdown");
11
+ return d(), r("section", null, [
12
+ o(u, {
13
+ id: e.id,
14
+ "is-open": e.isDialogOpen,
15
+ "onUpdate:isOpen": n[1] || (n[1] = (f) => e.isDialogOpen = f),
16
+ position: e.position
17
+ }, {
18
+ trigger: t(() => [
19
+ o(i, { variant: e.getButtonColor }, {
20
+ default: t(() => [
21
+ p("section", b, [
22
+ o(c, { size: "16" }),
23
+ l(" " + a(e.buttonText), 1)
24
+ ])
25
+ ]),
26
+ _: 1
27
+ }, 8, ["variant"])
28
+ ]),
29
+ default: t(() => [
30
+ p("div", h, [
31
+ o(m, {
32
+ "drop-down-list": e.list,
33
+ title: e.title,
34
+ sortable: e.sortable,
35
+ "check-all-text": e.checkAllText,
36
+ onOnClose: e.handleClose,
37
+ onOnSorted: e.handleSorted,
38
+ onOnUpdateCheckbox: n[0] || (n[0] = () => {
39
+ e.$emit("onUpdate", e.formatResponse());
40
+ })
41
+ }, null, 8, ["drop-down-list", "title", "sortable", "check-all-text", "onOnClose", "onOnSorted"]),
42
+ e.hideFooter ? g("", !0) : (d(), r("div", v, [
43
+ o(i, {
44
+ variant: "secondary",
45
+ class: "clear-button w-100",
46
+ onClick: e.cancel
47
+ }, {
48
+ default: t(() => [
49
+ l(a(e.cancelBtnText), 1)
50
+ ]),
51
+ _: 1
52
+ }, 8, ["onClick"]),
53
+ o(i, {
54
+ class: "save-button w-100",
55
+ onClick: e.save
56
+ }, {
57
+ default: t(() => [
58
+ l(a(e.saveBtnText), 1)
59
+ ]),
60
+ _: 1
61
+ }, 8, ["onClick"])
62
+ ]))
63
+ ])
64
+ ]),
65
+ _: 1
66
+ }, 8, ["id", "is-open", "position"])
67
+ ]);
68
+ }
69
+ const N = /* @__PURE__ */ k(C, [["render", A], ["__scopeId", "data-v-0a4ef58b"]]);
70
+ export {
71
+ N as default
72
+ };
@@ -0,0 +1,108 @@
1
+ import { AtSettingsRegularIcon as h } from "@agrotools1/at-icons";
2
+ import { defineComponent as x, ref as p, computed as C, watchEffect as w } from "vue";
3
+ import A from "../Button/Button.vue.js";
4
+ import B from "../Dropdown/Checklist/Dropdown.Checklist.vue.js";
5
+ import D from "../Dropdown/Dropdown.core.vue.js";
6
+ const R = {
7
+ AtSettingsRegularIcon: h
8
+ }, k = x({
9
+ name: "AtTableConfig",
10
+ components: {
11
+ AtChecklist: B,
12
+ AtDropdown: D,
13
+ AtButton: A,
14
+ ...R
15
+ },
16
+ props: {
17
+ dropDownList: {
18
+ type: Array,
19
+ required: !0
20
+ },
21
+ title: {
22
+ type: String,
23
+ default: "Configuração da tabela"
24
+ },
25
+ cancelBtnText: {
26
+ type: String,
27
+ default: "Cancelar"
28
+ },
29
+ saveBtnText: {
30
+ type: String,
31
+ default: "Salvar"
32
+ },
33
+ buttonText: {
34
+ type: String,
35
+ default: "Configurar Tabela"
36
+ },
37
+ sortable: {
38
+ type: Boolean,
39
+ default: !1
40
+ },
41
+ resumedResponse: {
42
+ type: Boolean,
43
+ default: !1
44
+ },
45
+ checkAllText: {
46
+ type: String,
47
+ required: !1
48
+ },
49
+ position: {
50
+ type: String,
51
+ default: "left"
52
+ },
53
+ id: {
54
+ type: String,
55
+ required: !1
56
+ },
57
+ hideFooter: {
58
+ type: Boolean,
59
+ default: !1
60
+ }
61
+ },
62
+ emits: ["onSave", "onUpdate"],
63
+ setup(u, { emit: c }) {
64
+ const o = p(!1), f = () => o.value = !o.value, d = C(
65
+ () => o.value ? "primary" : "secondary"
66
+ ), s = p([]), n = p([]), a = () => {
67
+ s.value = JSON.parse(JSON.stringify(u.dropDownList)), n.value = JSON.parse(JSON.stringify(s.value));
68
+ };
69
+ a();
70
+ const r = () => o.value = !1, g = () => {
71
+ r();
72
+ }, l = () => {
73
+ const e = [];
74
+ return n.value.forEach((t, m) => {
75
+ e[m] = s.value.find((i) => (i == null ? void 0 : i.text) === (t == null ? void 0 : t.text)) ?? {};
76
+ }), u.resumedResponse ? e.filter((t) => t.value).map((t) => t.text) : e;
77
+ }, v = () => {
78
+ const e = l();
79
+ c("onSave", e), r();
80
+ }, y = () => {
81
+ a(), r();
82
+ }, S = (e) => {
83
+ n.value = e;
84
+ };
85
+ return w(() => {
86
+ c("onUpdate", l());
87
+ }), {
88
+ isDialogOpen: o,
89
+ getButtonColor: d,
90
+ formatResponse: l,
91
+ list: s,
92
+ toggleDropdown: f,
93
+ handleClose: g,
94
+ handleSorted: S,
95
+ save: v,
96
+ cancel: y,
97
+ resetList: a
98
+ };
99
+ },
100
+ watch: {
101
+ dropDownList() {
102
+ this.resetList();
103
+ }
104
+ }
105
+ });
106
+ export {
107
+ k as default
108
+ };
@@ -71,7 +71,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
71
71
  title: string;
72
72
  onClick: (payload: MouseEvent) => void;
73
73
  class: string;
74
- icon: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtAngleLeftSolidIcon" | "AtAngleRightSolidIcon" | "AtArrowDownSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowRightSolidIcon" | "AtArrowUpSolidIcon" | "AtArvoreRegularIcon" | "AtArvoreSolidIcon" | "AtBeforeAfterRegularIcon" | "AtBeforeAfterSolidIcon" | "AtBellRegularIcon" | "AtBellSolidIcon" | "AtBoldRegularIcon" | "AtBookmarkRegularIcon" | "AtBookmarkSolidIcon" | "AtCadastroRegularIcon" | "AtCadastroSolidIcon" | "AtCalculadoraDeCarbonoIcon" | "AtCalendarRegularIcon" | "AtCalendarSolidIcon" | "AtCarbonoSolidIcon" | "AtCentralAlertasRegularIcon" | "AtCentralAlertasSolidIcon" | "AtCentralFornecimentoRegularIcon" | "AtCentralFornecimentoSolidIcon" | "AtCheckCircleRegularIcon" | "AtCheckSolidIcon" | "AtChuvaRegularIcon" | "AtChuvaSolidIcon" | "AtCircleExclamationRegularIcon" | "AtCircleExclamationSolidIcon" | "AtCircleMinusRegularIcon" | "AtCirclePlusRegularIcon" | "AtCirclePlusSolidIcon" | "AtCircleQuestionRegularIcon" | "AtCircleXMarkRegularIcon" | "AtClipeRegularIcon" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalRegularIcon" | "AtCofreDigitalSolidIcon" | "AtCopilotoRegularIcon" | "AtCopilotoSolidIcon" | "AtCopyRegularIcon" | "AtCopySolidIcon" | "AtCreditRegularIcon" | "AtCreditSolidIcon" | "AtCurralRegularIcon" | "AtCurralSolidIcon" | "AtDesmatamentoSolidIcon" | "AtDocumentGavelRegularIcon" | "AtDocumentGavelSolidIcon" | "AtDoubleArrowLeftSolidIcon" | "AtDoubleArrowRightSolidIcon" | "AtDownloadSolidIcon" | "AtDragOrderRegularIcon" | "AtDrawGeometryRegularIcon" | "AtDrawGeometrySolidIcon" | "AtDrawPolygonRegularIcon" | "AtEdicaoGeometriaRegularIcon" | "AtEdicaoGeometriaSolidIcon" | "AtEditRegularIcon" | "AtEditSolidIcon" | "AtEllipsesHorizontalSolidIcon" | "AtEllipsesVerticalSolidIcon" | "AtEnergyRegularIcon" | "AtEnergySolidIcon" | "AtEudrSolidIcon" | "AtExcelRegularIcon" | "AtExcelSolidIcon" | "AtExitRegularIcon" | "AtExportRegularIcon" | "AtExportSolidIcon" | "AtEyeAtivoRegularIcon" | "AtEyeAtivoSolidIcon" | "AtEyeInativoRegularIcon" | "AtEyeInativoSolidIcon" | "AtFavoritasRegularIcon" | "AtFavoritasSolidIcon" | "AtFenceRegularIcon" | "AtFenceSolidIcon" | "AtFilterRegularIcon" | "AtFilterSolidIcon" | "AtFinanceiroRegularIcon" | "AtFinanceiroSolidIcon" | "AtFireRegularIcon" | "AtFireSolidIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "AtJornadaCampo" | "AtKeyboardRegularIcon" | "AtKeyboardSolidIcon" | "AtLayersRegularIcon" | "AtLayersSolidIcon" | "AtLegendaMapaRegularIcon" | "AtLegendaMapaSolidIcon" | "AtListRegularIcon" | "AtLocationCrosshairsRegularIcon" | "AtLocationCrosshairsSolidIcon" | "AtLockRegularIcon" | "AtLockSolidIcon" | "AtMailIcon" | "AtMapRegularIcon" | "AtMapSolidIcon" | "AtMarkerRegularIcon" | "AtMarkerSolidIcon" | "AtMirrorRegularIcon" | "AtMonitoramentoRegularIcon" | "AtMonitoramentoSolidIcon" | "AtMoveRegularIcon" | "AtOpacityRegularIcon" | "AtOrdenacaoRegularIcon" | "AtOrdenarRegularIcon" | "AtPdfRegularIcon" | "AtPdfSolidIcon" | "AtPinRegularIcon" | "AtPinSolidIcon" | "AtPlantRegularIcon" | "AtPlantSolidIcon" | "AtPrintSolidIcon" | "AtRatingRegularIcon" | "AtRatingSolidIcon" | "AtRefreshSolidIcon" | "AtRelevoLocazationRegularIcon" | "AtRelevoLocazationSolidIcon" | "AtRenameRegularIcon" | "AtRenovabioSolidIcon" | "AtRulerRegularIcon" | "AtRulerSolidIcon" | "AtSafraRegularIcon" | "AtSafraSolidIcon" | "AtSateliteRegularIcon" | "AtSateliteSolidIcon" | "AtSaveRegularIcon" | "AtSaveSolidIcon" | "AtSearchIcon" | "AtSecaRegularIcon" | "AtSecaSolidIcon" | "AtSettingsRegularIcon" | "AtSettingsSolidIcon" | "AtShoppingCartRegularIcon" | "AtShoppingCartSolidIcon" | "AtSobreposicaoRegularIcon" | "AtSobreposicaoSolidIcon" | "AtSublinhadoRegularIcon" | "AtSubterritorioRegularIcon" | "AtSubterritorioSolidIcon" | "AtTalhaoRegularIcon" | "AtTalhaoSolidIcon" | "AtTelephoneIcon" | "AtTemperatureRegularIcon" | "AtTemperatureSolidIcon" | "AtTempestadeRegularIcon" | "AtTempestadeSolidIcon" | "AtTimelineRegularIcon" | "AtTimelineSolidIcon" | "AtToolRegularIcon" | "AtToolSolidIcon" | "AtTrashRegularIcon" | "AtTrashSolidIcon" | "AtUnlockRegularIcon" | "AtUnlockSolidIcon" | "AtUploadSolidIcon" | "AtUserMinusRegularIcon" | "AtUserMinusSolidIcon" | "AtUserPlusRegularIcon" | "AtUserPlusSolidIcon" | "AtUserSolidIcon" | "AtVentosRegularIcon" | "AtWarningRegularIcon" | "AtWorldRegularIcon" | "AtWorldSolidIcon" | "AtZoomInAreaSolidIcon" | undefined;
74
+ icon: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtAngleLeftSolidIcon" | "AtAngleRightSolidIcon" | "AtArrowDownSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowRightSolidIcon" | "AtArrowUpSolidIcon" | "AtArvoreRegularIcon" | "AtArvoreSolidIcon" | "AtBeforeAfterRegularIcon" | "AtBeforeAfterSolidIcon" | "AtBellRegularIcon" | "AtBellSolidIcon" | "AtBoldRegularIcon" | "AtBookmarkRegularIcon" | "AtBookmarkSolidIcon" | "AtCadastroRegularIcon" | "AtCadastroSolidIcon" | "AtCalculadoraDeCarbonoIcon" | "AtCalendarRegularIcon" | "AtCalendarSolidIcon" | "AtCarbonoSolidIcon" | "AtCentralAlertasRegularIcon" | "AtCentralAlertasSolidIcon" | "AtCentralFornecimentoRegularIcon" | "AtCentralFornecimentoSolidIcon" | "AtCheckCircleRegularIcon" | "AtCheckSolidIcon" | "AtChuvaRegularIcon" | "AtChuvaSolidIcon" | "AtCircleExclamationRegularIcon" | "AtCircleExclamationSolidIcon" | "AtCircleMinusRegularIcon" | "AtCirclePlusRegularIcon" | "AtCirclePlusSolidIcon" | "AtCircleQuestionRegularIcon" | "AtCircleXMarkRegularIcon" | "AtClipeRegularIcon" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalRegularIcon" | "AtCofreDigitalSolidIcon" | "AtConfigRefreshRegularIcon" | "AtCopilotoRegularIcon" | "AtCopilotoSolidIcon" | "AtCopyRegularIcon" | "AtCopySolidIcon" | "AtCreditRegularIcon" | "AtCreditSolidIcon" | "AtCurralRegularIcon" | "AtCurralSolidIcon" | "AtDesmatamentoSolidIcon" | "AtDocumentGavelRegularIcon" | "AtDocumentGavelSolidIcon" | "AtDoubleArrowLeftSolidIcon" | "AtDoubleArrowRightSolidIcon" | "AtDownloadSolidIcon" | "AtDragOrderRegularIcon" | "AtDrawGeometryRegularIcon" | "AtDrawGeometrySolidIcon" | "AtDrawPolygonRegularIcon" | "AtEdicaoGeometriaRegularIcon" | "AtEdicaoGeometriaSolidIcon" | "AtEditRegularIcon" | "AtEditSolidIcon" | "AtEllipsesHorizontalSolidIcon" | "AtEllipsesVerticalSolidIcon" | "AtEnergyRegularIcon" | "AtEnergySolidIcon" | "AtEudrSolidIcon" | "AtExcelRegularIcon" | "AtExcelSolidIcon" | "AtExitRegularIcon" | "AtExportRegularIcon" | "AtExportSolidIcon" | "AtEyeAtivoRegularIcon" | "AtEyeAtivoSolidIcon" | "AtEyeInativoRegularIcon" | "AtEyeInativoSolidIcon" | "AtFavoritasRegularIcon" | "AtFavoritasSolidIcon" | "AtFenceRegularIcon" | "AtFenceSolidIcon" | "AtFilterRegularIcon" | "AtFilterSolidIcon" | "AtFinanceiroRegularIcon" | "AtFinanceiroSolidIcon" | "AtFireRegularIcon" | "AtFireSolidIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "AtJornadaCampo" | "AtKeyboardRegularIcon" | "AtKeyboardSolidIcon" | "AtLayersRegularIcon" | "AtLayersSolidIcon" | "AtLegendaMapaRegularIcon" | "AtLegendaMapaSolidIcon" | "AtListRegularIcon" | "AtLocationCrosshairsRegularIcon" | "AtLocationCrosshairsSolidIcon" | "AtLockRegularIcon" | "AtLockSolidIcon" | "AtMailIcon" | "AtMapRegularIcon" | "AtMapSolidIcon" | "AtMarkerRegularIcon" | "AtMarkerSolidIcon" | "AtMirrorRegularIcon" | "AtMonitoramentoRegularIcon" | "AtMonitoramentoSolidIcon" | "AtMoveRegularIcon" | "AtOpacityRegularIcon" | "AtOrdenacaoRegularIcon" | "AtOrdenarRegularIcon" | "AtPdfRegularIcon" | "AtPdfSolidIcon" | "AtPinRegularIcon" | "AtPinSolidIcon" | "AtPlantRegularIcon" | "AtPlantSolidIcon" | "AtPowerOffRegularIcon" | "AtPrintSolidIcon" | "AtRatingRegularIcon" | "AtRatingSolidIcon" | "AtRefreshSolidIcon" | "AtRelevoLocazationRegularIcon" | "AtRelevoLocazationSolidIcon" | "AtRenameRegularIcon" | "AtRenovabioSolidIcon" | "AtRulerRegularIcon" | "AtRulerSolidIcon" | "AtSafraRegularIcon" | "AtSafraSolidIcon" | "AtSateliteRegularIcon" | "AtSateliteSolidIcon" | "AtSaveRegularIcon" | "AtSaveSolidIcon" | "AtSearchIcon" | "AtSecaRegularIcon" | "AtSecaSolidIcon" | "AtSettingsRegularIcon" | "AtSettingsSolidIcon" | "AtShoppingCartRegularIcon" | "AtShoppingCartSolidIcon" | "AtSobreposicaoRegularIcon" | "AtSobreposicaoSolidIcon" | "AtSublinhadoRegularIcon" | "AtSubterritorioRegularIcon" | "AtSubterritorioSolidIcon" | "AtTalhaoRegularIcon" | "AtTalhaoSolidIcon" | "AtTelephoneIcon" | "AtTemperatureRegularIcon" | "AtTemperatureSolidIcon" | "AtTempestadeRegularIcon" | "AtTempestadeSolidIcon" | "AtTimelineRegularIcon" | "AtTimelineSolidIcon" | "AtToolRegularIcon" | "AtToolSolidIcon" | "AtTrashRegularIcon" | "AtTrashSolidIcon" | "AtUnlockRegularIcon" | "AtUnlockSolidIcon" | "AtUploadSolidIcon" | "AtUserMinusRegularIcon" | "AtUserMinusSolidIcon" | "AtUserPlusRegularIcon" | "AtUserPlusSolidIcon" | "AtUserSolidIcon" | "AtVentosRegularIcon" | "AtWarningRegularIcon" | "AtWorldRegularIcon" | "AtWorldSolidIcon" | "AtZoomInAreaSolidIcon" | undefined;
75
75
  isSelected: boolean;
76
76
  notifications: number;
77
77
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,7 @@
1
+ import o from "./Tab.vue2.js";
2
+ /* empty css */
3
+ import t from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-34ccba8a"]]);
5
+ export {
6
+ m as default
7
+ };
@@ -0,0 +1,62 @@
1
+ import * as i from "@agrotools1/at-icons";
2
+ import { defineComponent as n, h as e, reactive as a } from "vue";
3
+ const c = n({
4
+ name: "AtTab",
5
+ props: {
6
+ title: {
7
+ type: String,
8
+ default: ""
9
+ },
10
+ isSelected: {
11
+ type: Boolean,
12
+ default: !1
13
+ },
14
+ notifications: {
15
+ type: Number,
16
+ default: 0
17
+ },
18
+ icon: {
19
+ type: String,
20
+ default: void 0
21
+ },
22
+ onClick: {
23
+ type: Function,
24
+ default: () => {
25
+ }
26
+ },
27
+ iconProps: {
28
+ type: Object,
29
+ required: !1
30
+ },
31
+ class: {
32
+ type: String,
33
+ default: ""
34
+ }
35
+ },
36
+ setup(t) {
37
+ return () => e(
38
+ "button",
39
+ {
40
+ type: "button",
41
+ role: "tab",
42
+ tabindex: -1,
43
+ "aria-selected": a({ isSelected: t.isSelected }).isSelected,
44
+ onClick: t.onClick,
45
+ class: t.class || ""
46
+ },
47
+ [
48
+ t.icon ? e(i[t.icon], {
49
+ class: "Tab_icon",
50
+ size: 22,
51
+ "data-testid": t.icon,
52
+ ...t.iconProps || {}
53
+ }) : null,
54
+ e("span", { class: "Tab_title" }, t.title),
55
+ t.notifications > 0 ? e("span", { class: "Tab_notifications" }, t.notifications) : null
56
+ ]
57
+ );
58
+ }
59
+ });
60
+ export {
61
+ c as default
62
+ };
@@ -160,7 +160,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
160
160
  title: string;
161
161
  onClick: (payload: MouseEvent) => void;
162
162
  class: string;
163
- icon: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtAngleLeftSolidIcon" | "AtAngleRightSolidIcon" | "AtArrowDownSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowRightSolidIcon" | "AtArrowUpSolidIcon" | "AtArvoreRegularIcon" | "AtArvoreSolidIcon" | "AtBeforeAfterRegularIcon" | "AtBeforeAfterSolidIcon" | "AtBellRegularIcon" | "AtBellSolidIcon" | "AtBoldRegularIcon" | "AtBookmarkRegularIcon" | "AtBookmarkSolidIcon" | "AtCadastroRegularIcon" | "AtCadastroSolidIcon" | "AtCalculadoraDeCarbonoIcon" | "AtCalendarRegularIcon" | "AtCalendarSolidIcon" | "AtCarbonoSolidIcon" | "AtCentralAlertasRegularIcon" | "AtCentralAlertasSolidIcon" | "AtCentralFornecimentoRegularIcon" | "AtCentralFornecimentoSolidIcon" | "AtCheckCircleRegularIcon" | "AtCheckSolidIcon" | "AtChuvaRegularIcon" | "AtChuvaSolidIcon" | "AtCircleExclamationRegularIcon" | "AtCircleExclamationSolidIcon" | "AtCircleMinusRegularIcon" | "AtCirclePlusRegularIcon" | "AtCirclePlusSolidIcon" | "AtCircleQuestionRegularIcon" | "AtCircleXMarkRegularIcon" | "AtClipeRegularIcon" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalRegularIcon" | "AtCofreDigitalSolidIcon" | "AtCopilotoRegularIcon" | "AtCopilotoSolidIcon" | "AtCopyRegularIcon" | "AtCopySolidIcon" | "AtCreditRegularIcon" | "AtCreditSolidIcon" | "AtCurralRegularIcon" | "AtCurralSolidIcon" | "AtDesmatamentoSolidIcon" | "AtDocumentGavelRegularIcon" | "AtDocumentGavelSolidIcon" | "AtDoubleArrowLeftSolidIcon" | "AtDoubleArrowRightSolidIcon" | "AtDownloadSolidIcon" | "AtDragOrderRegularIcon" | "AtDrawGeometryRegularIcon" | "AtDrawGeometrySolidIcon" | "AtDrawPolygonRegularIcon" | "AtEdicaoGeometriaRegularIcon" | "AtEdicaoGeometriaSolidIcon" | "AtEditRegularIcon" | "AtEditSolidIcon" | "AtEllipsesHorizontalSolidIcon" | "AtEllipsesVerticalSolidIcon" | "AtEnergyRegularIcon" | "AtEnergySolidIcon" | "AtEudrSolidIcon" | "AtExcelRegularIcon" | "AtExcelSolidIcon" | "AtExitRegularIcon" | "AtExportRegularIcon" | "AtExportSolidIcon" | "AtEyeAtivoRegularIcon" | "AtEyeAtivoSolidIcon" | "AtEyeInativoRegularIcon" | "AtEyeInativoSolidIcon" | "AtFavoritasRegularIcon" | "AtFavoritasSolidIcon" | "AtFenceRegularIcon" | "AtFenceSolidIcon" | "AtFilterRegularIcon" | "AtFilterSolidIcon" | "AtFinanceiroRegularIcon" | "AtFinanceiroSolidIcon" | "AtFireRegularIcon" | "AtFireSolidIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "AtJornadaCampo" | "AtKeyboardRegularIcon" | "AtKeyboardSolidIcon" | "AtLayersRegularIcon" | "AtLayersSolidIcon" | "AtLegendaMapaRegularIcon" | "AtLegendaMapaSolidIcon" | "AtListRegularIcon" | "AtLocationCrosshairsRegularIcon" | "AtLocationCrosshairsSolidIcon" | "AtLockRegularIcon" | "AtLockSolidIcon" | "AtMailIcon" | "AtMapRegularIcon" | "AtMapSolidIcon" | "AtMarkerRegularIcon" | "AtMarkerSolidIcon" | "AtMirrorRegularIcon" | "AtMonitoramentoRegularIcon" | "AtMonitoramentoSolidIcon" | "AtMoveRegularIcon" | "AtOpacityRegularIcon" | "AtOrdenacaoRegularIcon" | "AtOrdenarRegularIcon" | "AtPdfRegularIcon" | "AtPdfSolidIcon" | "AtPinRegularIcon" | "AtPinSolidIcon" | "AtPlantRegularIcon" | "AtPlantSolidIcon" | "AtPrintSolidIcon" | "AtRatingRegularIcon" | "AtRatingSolidIcon" | "AtRefreshSolidIcon" | "AtRelevoLocazationRegularIcon" | "AtRelevoLocazationSolidIcon" | "AtRenameRegularIcon" | "AtRenovabioSolidIcon" | "AtRulerRegularIcon" | "AtRulerSolidIcon" | "AtSafraRegularIcon" | "AtSafraSolidIcon" | "AtSateliteRegularIcon" | "AtSateliteSolidIcon" | "AtSaveRegularIcon" | "AtSaveSolidIcon" | "AtSearchIcon" | "AtSecaRegularIcon" | "AtSecaSolidIcon" | "AtSettingsRegularIcon" | "AtSettingsSolidIcon" | "AtShoppingCartRegularIcon" | "AtShoppingCartSolidIcon" | "AtSobreposicaoRegularIcon" | "AtSobreposicaoSolidIcon" | "AtSublinhadoRegularIcon" | "AtSubterritorioRegularIcon" | "AtSubterritorioSolidIcon" | "AtTalhaoRegularIcon" | "AtTalhaoSolidIcon" | "AtTelephoneIcon" | "AtTemperatureRegularIcon" | "AtTemperatureSolidIcon" | "AtTempestadeRegularIcon" | "AtTempestadeSolidIcon" | "AtTimelineRegularIcon" | "AtTimelineSolidIcon" | "AtToolRegularIcon" | "AtToolSolidIcon" | "AtTrashRegularIcon" | "AtTrashSolidIcon" | "AtUnlockRegularIcon" | "AtUnlockSolidIcon" | "AtUploadSolidIcon" | "AtUserMinusRegularIcon" | "AtUserMinusSolidIcon" | "AtUserPlusRegularIcon" | "AtUserPlusSolidIcon" | "AtUserSolidIcon" | "AtVentosRegularIcon" | "AtWarningRegularIcon" | "AtWorldRegularIcon" | "AtWorldSolidIcon" | "AtZoomInAreaSolidIcon" | undefined;
163
+ icon: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtAngleLeftSolidIcon" | "AtAngleRightSolidIcon" | "AtArrowDownSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowRightSolidIcon" | "AtArrowUpSolidIcon" | "AtArvoreRegularIcon" | "AtArvoreSolidIcon" | "AtBeforeAfterRegularIcon" | "AtBeforeAfterSolidIcon" | "AtBellRegularIcon" | "AtBellSolidIcon" | "AtBoldRegularIcon" | "AtBookmarkRegularIcon" | "AtBookmarkSolidIcon" | "AtCadastroRegularIcon" | "AtCadastroSolidIcon" | "AtCalculadoraDeCarbonoIcon" | "AtCalendarRegularIcon" | "AtCalendarSolidIcon" | "AtCarbonoSolidIcon" | "AtCentralAlertasRegularIcon" | "AtCentralAlertasSolidIcon" | "AtCentralFornecimentoRegularIcon" | "AtCentralFornecimentoSolidIcon" | "AtCheckCircleRegularIcon" | "AtCheckSolidIcon" | "AtChuvaRegularIcon" | "AtChuvaSolidIcon" | "AtCircleExclamationRegularIcon" | "AtCircleExclamationSolidIcon" | "AtCircleMinusRegularIcon" | "AtCirclePlusRegularIcon" | "AtCirclePlusSolidIcon" | "AtCircleQuestionRegularIcon" | "AtCircleXMarkRegularIcon" | "AtClipeRegularIcon" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalRegularIcon" | "AtCofreDigitalSolidIcon" | "AtConfigRefreshRegularIcon" | "AtCopilotoRegularIcon" | "AtCopilotoSolidIcon" | "AtCopyRegularIcon" | "AtCopySolidIcon" | "AtCreditRegularIcon" | "AtCreditSolidIcon" | "AtCurralRegularIcon" | "AtCurralSolidIcon" | "AtDesmatamentoSolidIcon" | "AtDocumentGavelRegularIcon" | "AtDocumentGavelSolidIcon" | "AtDoubleArrowLeftSolidIcon" | "AtDoubleArrowRightSolidIcon" | "AtDownloadSolidIcon" | "AtDragOrderRegularIcon" | "AtDrawGeometryRegularIcon" | "AtDrawGeometrySolidIcon" | "AtDrawPolygonRegularIcon" | "AtEdicaoGeometriaRegularIcon" | "AtEdicaoGeometriaSolidIcon" | "AtEditRegularIcon" | "AtEditSolidIcon" | "AtEllipsesHorizontalSolidIcon" | "AtEllipsesVerticalSolidIcon" | "AtEnergyRegularIcon" | "AtEnergySolidIcon" | "AtEudrSolidIcon" | "AtExcelRegularIcon" | "AtExcelSolidIcon" | "AtExitRegularIcon" | "AtExportRegularIcon" | "AtExportSolidIcon" | "AtEyeAtivoRegularIcon" | "AtEyeAtivoSolidIcon" | "AtEyeInativoRegularIcon" | "AtEyeInativoSolidIcon" | "AtFavoritasRegularIcon" | "AtFavoritasSolidIcon" | "AtFenceRegularIcon" | "AtFenceSolidIcon" | "AtFilterRegularIcon" | "AtFilterSolidIcon" | "AtFinanceiroRegularIcon" | "AtFinanceiroSolidIcon" | "AtFireRegularIcon" | "AtFireSolidIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "AtJornadaCampo" | "AtKeyboardRegularIcon" | "AtKeyboardSolidIcon" | "AtLayersRegularIcon" | "AtLayersSolidIcon" | "AtLegendaMapaRegularIcon" | "AtLegendaMapaSolidIcon" | "AtListRegularIcon" | "AtLocationCrosshairsRegularIcon" | "AtLocationCrosshairsSolidIcon" | "AtLockRegularIcon" | "AtLockSolidIcon" | "AtMailIcon" | "AtMapRegularIcon" | "AtMapSolidIcon" | "AtMarkerRegularIcon" | "AtMarkerSolidIcon" | "AtMirrorRegularIcon" | "AtMonitoramentoRegularIcon" | "AtMonitoramentoSolidIcon" | "AtMoveRegularIcon" | "AtOpacityRegularIcon" | "AtOrdenacaoRegularIcon" | "AtOrdenarRegularIcon" | "AtPdfRegularIcon" | "AtPdfSolidIcon" | "AtPinRegularIcon" | "AtPinSolidIcon" | "AtPlantRegularIcon" | "AtPlantSolidIcon" | "AtPowerOffRegularIcon" | "AtPrintSolidIcon" | "AtRatingRegularIcon" | "AtRatingSolidIcon" | "AtRefreshSolidIcon" | "AtRelevoLocazationRegularIcon" | "AtRelevoLocazationSolidIcon" | "AtRenameRegularIcon" | "AtRenovabioSolidIcon" | "AtRulerRegularIcon" | "AtRulerSolidIcon" | "AtSafraRegularIcon" | "AtSafraSolidIcon" | "AtSateliteRegularIcon" | "AtSateliteSolidIcon" | "AtSaveRegularIcon" | "AtSaveSolidIcon" | "AtSearchIcon" | "AtSecaRegularIcon" | "AtSecaSolidIcon" | "AtSettingsRegularIcon" | "AtSettingsSolidIcon" | "AtShoppingCartRegularIcon" | "AtShoppingCartSolidIcon" | "AtSobreposicaoRegularIcon" | "AtSobreposicaoSolidIcon" | "AtSublinhadoRegularIcon" | "AtSubterritorioRegularIcon" | "AtSubterritorioSolidIcon" | "AtTalhaoRegularIcon" | "AtTalhaoSolidIcon" | "AtTelephoneIcon" | "AtTemperatureRegularIcon" | "AtTemperatureSolidIcon" | "AtTempestadeRegularIcon" | "AtTempestadeSolidIcon" | "AtTimelineRegularIcon" | "AtTimelineSolidIcon" | "AtToolRegularIcon" | "AtToolSolidIcon" | "AtTrashRegularIcon" | "AtTrashSolidIcon" | "AtUnlockRegularIcon" | "AtUnlockSolidIcon" | "AtUploadSolidIcon" | "AtUserMinusRegularIcon" | "AtUserMinusSolidIcon" | "AtUserPlusRegularIcon" | "AtUserPlusSolidIcon" | "AtUserSolidIcon" | "AtVentosRegularIcon" | "AtWarningRegularIcon" | "AtWorldRegularIcon" | "AtWorldSolidIcon" | "AtZoomInAreaSolidIcon" | undefined;
164
164
  isSelected: boolean;
165
165
  notifications: number;
166
166
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,44 @@
1
+ import k from "./Tabs.vue2.js";
2
+ import { resolveComponent as y, createElementBlock as f, openBlock as o, createElementVNode as m, Fragment as _, renderList as v, createBlock as n, normalizeClass as B, normalizeStyle as h, KeepAlive as C, resolveDynamicComponent as T } from "vue";
3
+ /* empty css */
4
+ import $ from "../_virtual/_plugin-vue_export-helper.js";
5
+ const z = { class: "Tabs_container" }, I = {
6
+ class: "Tabs_tablist",
7
+ role: "tablist",
8
+ "aria-orientation": "horizontal",
9
+ "tab-index": "0"
10
+ };
11
+ function A(e, E, L, R, S, g) {
12
+ var l, i, a, c, r, d;
13
+ const b = y("TabButton");
14
+ return o(), f("section", z, [
15
+ m("div", I, [
16
+ (o(!0), f(_, null, v(e.tabsList, (t, s) => (o(), n(b, {
17
+ key: s,
18
+ "is-selected": s === e.selectedTabIndexRef,
19
+ title: t.title,
20
+ notifications: t.notifications,
21
+ icon: t.icon,
22
+ "data-index": s,
23
+ class: B(t.class),
24
+ "on-click": (u) => {
25
+ var p;
26
+ (p = t.onClick) == null || p.call(t, u), e.selectedTabIndexRef = s;
27
+ }
28
+ }, null, 8, ["is-selected", "title", "notifications", "icon", "data-index", "class", "on-click"]))), 128))
29
+ ]),
30
+ m("main", {
31
+ id: "tab-content",
32
+ class: "Tabs_content",
33
+ style: h(e.contentStyle)
34
+ }, [
35
+ e.keepAlive ? (o(), n(C, { key: 0 }, [
36
+ (o(), n(T(typeof ((l = e.selectedTab) == null ? void 0 : l.slot) == "function" ? (a = (i = e.selectedTab).slot) == null ? void 0 : a.call(i) : (c = e.selectedTab) == null ? void 0 : c.slot)))
37
+ ], 1024)) : (o(), n(T(typeof ((r = e.selectedTab) == null ? void 0 : r.slot) == "function" ? e.selectedTab.slot() : (d = e.selectedTab) == null ? void 0 : d.slot), { key: 1 }))
38
+ ], 4)
39
+ ]);
40
+ }
41
+ const V = /* @__PURE__ */ $(k, [["render", A], ["__scopeId", "data-v-f007aecb"]]);
42
+ export {
43
+ V as default
44
+ };
@@ -0,0 +1,63 @@
1
+ import { defineComponent as v, KeepAlive as b, ref as s, computed as m, onMounted as x, watch as d } from "vue";
2
+ import p from "./Tab/Tab.vue.js";
3
+ const I = v({
4
+ name: "AtTabs",
5
+ components: {
6
+ TabButton: p,
7
+ KeepAlive: b
8
+ },
9
+ props: {
10
+ tabs: {
11
+ type: Array,
12
+ default: () => [],
13
+ required: !0
14
+ },
15
+ selectedTabIndex: {
16
+ type: Number,
17
+ default: 0
18
+ },
19
+ keepAlive: {
20
+ type: Boolean,
21
+ default: !1
22
+ },
23
+ fullSize: {
24
+ type: Boolean,
25
+ default: !1
26
+ }
27
+ },
28
+ setup(a) {
29
+ const e = s(a.selectedTabIndex), l = window.history.state, n = m(() => a.tabs), c = s(a.tabs[e.value]), f = s(), i = () => {
30
+ const t = l == null ? void 0 : l.current, u = n.value.findIndex((o) => o.routeName === t);
31
+ u !== -1 ? e.value = u : e.value = 0;
32
+ }, r = () => {
33
+ const t = n.value.findIndex((u, o) => o === e.value);
34
+ t !== -1 ? e.value = t : e.value = 0;
35
+ };
36
+ return x(() => {
37
+ i();
38
+ }), d(
39
+ () => a.selectedTabIndex,
40
+ (t) => {
41
+ e.value = t;
42
+ }
43
+ ), d(
44
+ () => e.value,
45
+ () => {
46
+ c.value = n.value[e.value];
47
+ }
48
+ ), d(
49
+ () => n.value,
50
+ () => {
51
+ r();
52
+ }
53
+ ), {
54
+ tabsList: n,
55
+ selectedTab: c,
56
+ selectedTabIndexRef: e,
57
+ contentStyle: f
58
+ };
59
+ }
60
+ });
61
+ export {
62
+ I as default
63
+ };
@@ -0,0 +1,37 @@
1
+ import c from "./Tag.vue2.js";
2
+ import { resolveComponent as l, createElementBlock as p, openBlock as a, normalizeClass as s, createBlock as i, createVNode as m, resolveDynamicComponent as d, withCtx as f, renderSlot as _ } from "vue";
3
+ /* empty css */
4
+ import u from "../_virtual/_plugin-vue_export-helper.js";
5
+ const C = ["data-type"];
6
+ function g(e, y, h, v, $, b) {
7
+ var t, o, n;
8
+ const r = l("AtParagraph");
9
+ return a(), p("div", {
10
+ ref: "tag",
11
+ "data-type": e.type,
12
+ class: s(["tag-container", (t = e.iconComponent) == null ? void 0 : t.bgclass])
13
+ }, [
14
+ (a(), i(d((o = e.iconComponent) == null ? void 0 : o.icon), {
15
+ size: "16",
16
+ class: s((n = e.iconComponent) == null ? void 0 : n.iconClass),
17
+ style: {
18
+ display: "flex",
19
+ alignItems: "center",
20
+ justifyContent: "center"
21
+ }
22
+ }, null, 8, ["class"])),
23
+ m(r, {
24
+ size: "p2",
25
+ class: "text"
26
+ }, {
27
+ default: f(() => [
28
+ _(e.$slots, "default", {}, void 0, !0)
29
+ ]),
30
+ _: 3
31
+ })
32
+ ], 10, C);
33
+ }
34
+ const I = /* @__PURE__ */ u(c, [["render", g], ["__scopeId", "data-v-72bbbd74"]]);
35
+ export {
36
+ I as default
37
+ };
@@ -0,0 +1,86 @@
1
+ import { AtCircleExclamationRegularIcon as n, AtWarningRegularIcon as s, AtCircleXMarkRegularIcon as c, AtCheckCircleRegularIcon as o, AtCircleMinusRegularIcon as i } from "@agrotools1/at-icons";
2
+ import { defineComponent as g, ref as d, computed as l, onMounted as f, watch as p } from "vue";
3
+ import { AtTipograph as b } from "../Tipograph/index.js";
4
+ const v = g({
5
+ name: "AtTag",
6
+ components: {
7
+ AtParagraph: b.Paragraph,
8
+ AtCircleMinusRegularIcon: i,
9
+ AtCheckCircleRegularIcon: o,
10
+ AtCircleXMarkRegularIcon: c,
11
+ AtWarningRegularIcon: s,
12
+ AtCircleExclamationRegularIcon: n
13
+ },
14
+ props: {
15
+ type: {
16
+ type: String,
17
+ required: !0,
18
+ default: "info"
19
+ }
20
+ },
21
+ setup(r) {
22
+ const e = d(null), u = l(() => {
23
+ switch (r.type) {
24
+ case "error":
25
+ return {
26
+ icon: c,
27
+ bgclass: "bg-error-light",
28
+ iconClass: "text-error"
29
+ };
30
+ case "success":
31
+ return {
32
+ icon: o,
33
+ bgclass: "bg-success-light",
34
+ iconClass: "text-success"
35
+ };
36
+ case "warning":
37
+ return {
38
+ icon: s,
39
+ bgclass: "bg-warning-light",
40
+ iconClass: "text-warning"
41
+ };
42
+ case "info":
43
+ return {
44
+ icon: n,
45
+ bgclass: "bg-info-light",
46
+ iconClass: "text-info"
47
+ };
48
+ case "disabled":
49
+ return {
50
+ icon: i,
51
+ bgclass: "bg-disabled-light",
52
+ iconClass: "text-disabled"
53
+ };
54
+ default:
55
+ return null;
56
+ }
57
+ }), t = l(() => {
58
+ switch (r.type) {
59
+ case "error":
60
+ return "var(--at-error)";
61
+ case "success":
62
+ return "var(--at-success)";
63
+ case "warning":
64
+ return "var(--at-warning)";
65
+ case "info":
66
+ return "var(--at-info)";
67
+ case "disabled":
68
+ return "var(--at-disabled-text)";
69
+ default:
70
+ return null;
71
+ }
72
+ });
73
+ return f(() => {
74
+ e.value && t.value && e.value.style.setProperty("--at-tag-color", t.value);
75
+ }), p(
76
+ () => [t.value, r.type],
77
+ ([a]) => {
78
+ e.value && a && e.value.style.setProperty("--at-tag-color", a);
79
+ },
80
+ { immediate: !0 }
81
+ ), { iconComponent: u, tag: e };
82
+ }
83
+ });
84
+ export {
85
+ v as default
86
+ };
@@ -0,0 +1,18 @@
1
+ import t from "./Paragraph.vue2.js";
2
+ import { createElementBlock as a, openBlock as o, renderSlot as r } from "vue";
3
+ /* empty css */
4
+ import s from "../../_virtual/_plugin-vue_export-helper.js";
5
+ const d = ["data-size", "data-weight"];
6
+ function i(e, p, n, c, m, f) {
7
+ return o(), a("p", {
8
+ "data-size": e.size,
9
+ "data-weight": e.weight,
10
+ class: "element"
11
+ }, [
12
+ r(e.$slots, "default", {}, void 0, !0)
13
+ ], 8, d);
14
+ }
15
+ const $ = /* @__PURE__ */ s(t, [["render", i], ["__scopeId", "data-v-0a6ec55d"]]);
16
+ export {
17
+ $ as default
18
+ };
@@ -0,0 +1,21 @@
1
+ import { defineComponent as e } from "vue";
2
+ const r = e({
3
+ name: "AtParagraph",
4
+ props: {
5
+ weight: {
6
+ type: String,
7
+ default: "regular"
8
+ },
9
+ size: {
10
+ type: String,
11
+ required: !0,
12
+ default: "p1"
13
+ }
14
+ },
15
+ setup() {
16
+ return {};
17
+ }
18
+ });
19
+ export {
20
+ r as default
21
+ };
@@ -0,0 +1,18 @@
1
+ import e from "./Title.vue2.js";
2
+ import { createBlock as t, openBlock as r, resolveDynamicComponent as s, normalizeClass as a, withCtx as l, renderSlot as n } from "vue";
3
+ /* empty css */
4
+ import c from "../../_virtual/_plugin-vue_export-helper.js";
5
+ function p(o, d, f, i, m, _) {
6
+ return r(), t(s(o.as), {
7
+ class: a(["element", { "font-bold": o.bold }])
8
+ }, {
9
+ default: l(() => [
10
+ n(o.$slots, "default", {}, void 0, !0)
11
+ ]),
12
+ _: 3
13
+ }, 8, ["class"]);
14
+ }
15
+ const b = /* @__PURE__ */ c(e, [["render", p], ["__scopeId", "data-v-10f0c370"]]);
16
+ export {
17
+ b as default
18
+ };
@@ -0,0 +1,21 @@
1
+ import { defineComponent as e } from "vue";
2
+ const o = e({
3
+ name: "AtTitle",
4
+ props: {
5
+ bold: {
6
+ type: Boolean,
7
+ default: !1
8
+ },
9
+ as: {
10
+ type: String,
11
+ required: !0,
12
+ default: "h1"
13
+ }
14
+ },
15
+ setup() {
16
+ return {};
17
+ }
18
+ });
19
+ export {
20
+ o as default
21
+ };
@@ -0,0 +1,9 @@
1
+ import r from "./Paragraph/Paragraph.vue.js";
2
+ import t from "./Title/Title.vue.js";
3
+ const p = {
4
+ Title: t,
5
+ Paragraph: r
6
+ };
7
+ export {
8
+ p as AtTipograph
9
+ };