@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,222 @@
1
+ import D from "./Filter.vue2.js";
2
+ import { resolveComponent as c, createElementBlock as n, openBlock as t, createVNode as l, withCtx as a, createElementVNode as i, createTextVNode as d, toDisplayString as r, renderSlot as F, createCommentVNode as g, Fragment as k, renderList as I, createBlock as C } from "vue";
3
+ /* empty css */
4
+ import T from "../_virtual/_plugin-vue_export-helper.js";
5
+ const $ = { class: "d-flex align-items-center gap-2" }, U = {
6
+ key: 1,
7
+ class: "badge"
8
+ }, O = { class: "filter" }, N = { class: "at-dropdown-header" }, _ = {
9
+ key: 0,
10
+ class: "at-dropdown-content"
11
+ }, E = {
12
+ key: 1,
13
+ class: "at-dropdown-content"
14
+ }, L = { class: "item" }, M = ["for"], P = ["for"], R = ["for"], j = { class: "at-dropdown-footer" };
15
+ function q(e, s, G, H, J, K) {
16
+ var A, h;
17
+ const V = c("AtFilterSolidIcon"), w = c("AtFilterRegularIcon"), y = c("AtCloseSolidIcon"), m = c("AtParagraph"), f = c("AtButton"), v = c("AtCheckbox"), z = c("AtDropDown");
18
+ return t(), n("div", { key: e.keyValue }, [
19
+ l(z, {
20
+ id: e.id,
21
+ "is-open": e.isOpen,
22
+ position: (A = e.options) == null ? void 0 : A.position,
23
+ "prevent-click-outside": (h = e.options) == null ? void 0 : h.preventClickOutside,
24
+ "onUpdate:isOpen": s[3] || (s[3] = (u) => e.isOpen = u)
25
+ }, {
26
+ trigger: a(() => [
27
+ l(f, {
28
+ id: "dropdown-button",
29
+ variant: e.getButtonColor
30
+ }, {
31
+ default: a(() => {
32
+ var u;
33
+ return [
34
+ i("section", $, [
35
+ e.isOpen ? (t(), C(V, {
36
+ key: 0,
37
+ size: "16"
38
+ })) : (t(), C(w, {
39
+ key: 1,
40
+ size: "16"
41
+ })),
42
+ d(" " + r(((u = e.options) == null ? void 0 : u.buttonText) ?? "Filtros"), 1)
43
+ ]),
44
+ e.count > 0 ? (t(), n("span", {
45
+ key: 0,
46
+ class: "clear-icon",
47
+ onClick: s[0] || (s[0] = () => e.clear())
48
+ }, [
49
+ l(y, {
50
+ size: "20",
51
+ onClick: e.closeDialog
52
+ }, null, 8, ["onClick"])
53
+ ])) : g("", !0),
54
+ e.count > 0 ? (t(), n("span", U, [
55
+ l(m, { size: "p3" }, {
56
+ default: a(() => [
57
+ d(r(e.count), 1)
58
+ ]),
59
+ _: 1
60
+ })
61
+ ])) : g("", !0)
62
+ ];
63
+ }),
64
+ _: 1
65
+ }, 8, ["variant"])
66
+ ]),
67
+ default: a(() => {
68
+ var u;
69
+ return [
70
+ i("div", O, [
71
+ i("div", N, [
72
+ l(m, {
73
+ size: "p1",
74
+ weight: "bold"
75
+ }, {
76
+ default: a(() => {
77
+ var o;
78
+ return [
79
+ d(r((o = e.options) == null ? void 0 : o.title), 1)
80
+ ];
81
+ }),
82
+ _: 1
83
+ }),
84
+ i("span", {
85
+ style: { cursor: "pointer" },
86
+ class: "closeIcon",
87
+ onClick: s[1] || (s[1] = (...o) => e.closeDialog && e.closeDialog(...o))
88
+ }, [
89
+ l(y, { size: "20" })
90
+ ])
91
+ ]),
92
+ e.withSlot ? (t(), n("div", _, [
93
+ F(e.$slots, "default", {}, void 0, !0)
94
+ ])) : (t(), n("div", E, [
95
+ (u = e.options) != null && u.checkAllText ? (t(), n(k, { key: 0 }, [
96
+ i("div", L, [
97
+ l(v, {
98
+ id: e.getItemId({ text: "checkAll", value: !1 }),
99
+ modelValue: e.checkAllModel,
100
+ "onUpdate:modelValue": s[2] || (s[2] = (o) => e.checkAllModel = o),
101
+ "prevent-default": !0,
102
+ size: "12",
103
+ labelledby: "checkAll"
104
+ }, null, 8, ["id", "modelValue"]),
105
+ i("label", {
106
+ for: e.getItemId({ text: "checkAll", value: !1 }),
107
+ class: "checkall-label"
108
+ }, [
109
+ l(m, { size: "p2" }, {
110
+ default: a(() => {
111
+ var o;
112
+ return [
113
+ d(r((o = e.options) == null ? void 0 : o.checkAllText), 1)
114
+ ];
115
+ }),
116
+ _: 1
117
+ })
118
+ ], 8, M)
119
+ ]),
120
+ s[4] || (s[4] = i("span", { class: "separator" }, null, -1))
121
+ ], 64)) : g("", !0),
122
+ (t(!0), n(k, null, I(e.listSeparator, (o, b) => (t(), n("div", {
123
+ key: `${b}`,
124
+ class: "item-separator"
125
+ }, [
126
+ l(m, {
127
+ size: "p2",
128
+ weight: "bold"
129
+ }, {
130
+ default: a(() => [
131
+ d(r(o.key), 1)
132
+ ]),
133
+ _: 2
134
+ }, 1024),
135
+ s[5] || (s[5] = i("span", { class: "separator" }, null, -1)),
136
+ (t(!0), n(k, null, I(o.value, (p, S) => (t(), n("div", {
137
+ key: `${S}`,
138
+ class: "item"
139
+ }, [
140
+ l(v, {
141
+ id: e.getItemId(p),
142
+ modelValue: p.value,
143
+ "onUpdate:modelValue": (B) => p.value = B,
144
+ labelledby: e.getItemId(p),
145
+ size: "12"
146
+ }, null, 8, ["id", "modelValue", "onUpdate:modelValue", "labelledby"]),
147
+ i("label", {
148
+ for: e.getItemId(p),
149
+ class: "item-label"
150
+ }, [
151
+ l(m, { size: "p2" }, {
152
+ default: a(() => [
153
+ d(r(e.getItemText(p)), 1)
154
+ ]),
155
+ _: 2
156
+ }, 1024)
157
+ ], 8, P)
158
+ ]))), 128))
159
+ ]))), 128)),
160
+ (t(!0), n(k, null, I(e.listArray, (o, b) => (t(), n("div", {
161
+ key: `${b}`,
162
+ class: "item"
163
+ }, [
164
+ l(v, {
165
+ id: e.getItemId(o),
166
+ modelValue: o.value,
167
+ "onUpdate:modelValue": (p) => o.value = p,
168
+ size: "12",
169
+ labelledby: e.getItemId(o)
170
+ }, null, 8, ["id", "modelValue", "onUpdate:modelValue", "labelledby"]),
171
+ i("label", {
172
+ for: e.getItemId(o),
173
+ class: "item-label"
174
+ }, [
175
+ l(m, { size: "p2" }, {
176
+ default: a(() => [
177
+ d(r(e.getItemText(o)), 1)
178
+ ]),
179
+ _: 2
180
+ }, 1024)
181
+ ], 8, R)
182
+ ]))), 128))
183
+ ])),
184
+ i("div", j, [
185
+ l(f, {
186
+ variant: "secondary",
187
+ class: "clear-button w-100",
188
+ onClick: e.clear
189
+ }, {
190
+ default: a(() => {
191
+ var o;
192
+ return [
193
+ d(r(((o = e.options) == null ? void 0 : o.cancelBtnText) ?? "Limpar"), 1)
194
+ ];
195
+ }),
196
+ _: 1
197
+ }, 8, ["onClick"]),
198
+ l(f, {
199
+ class: "save-button w-100",
200
+ disabled: e.disableSubmit,
201
+ onClick: e.save
202
+ }, {
203
+ default: a(() => {
204
+ var o;
205
+ return [
206
+ d(r(((o = e.options) == null ? void 0 : o.saveBtnText) ?? "Filtrar"), 1)
207
+ ];
208
+ }),
209
+ _: 1
210
+ }, 8, ["disabled", "onClick"])
211
+ ])
212
+ ])
213
+ ];
214
+ }),
215
+ _: 3
216
+ }, 8, ["id", "is-open", "position", "prevent-click-outside"])
217
+ ]);
218
+ }
219
+ const Z = /* @__PURE__ */ T(D, [["render", q], ["__scopeId", "data-v-0fdf9fc0"]]);
220
+ export {
221
+ Z as default
222
+ };
@@ -0,0 +1,129 @@
1
+ import { AtFilterSolidIcon as O, AtFilterRegularIcon as P, AtCloseSolidIcon as V } from "@agrotools1/at-icons";
2
+ import { defineComponent as R, ref as n, computed as T, watch as E, toRaw as M } from "vue";
3
+ import U from "../Button/Button.vue.js";
4
+ import _ from "../Checkbox/Checkbox.vue.js";
5
+ import $ from "../Dropdown/Dropdown.core.vue.js";
6
+ import { AtTipograph as j } from "../Tipograph/index.js";
7
+ const z = {
8
+ AtCloseSolidIcon: V,
9
+ AtFilterRegularIcon: P,
10
+ AtFilterSolidIcon: O
11
+ }, W = R({
12
+ name: "AtFilter",
13
+ components: {
14
+ AtDropDown: $,
15
+ AtParagraph: j.Paragraph,
16
+ AtButton: U,
17
+ AtCheckbox: _,
18
+ ...z
19
+ },
20
+ props: {
21
+ dropDownList: {
22
+ type: Array,
23
+ required: !0,
24
+ default: () => []
25
+ },
26
+ options: {
27
+ type: Object,
28
+ required: !1
29
+ },
30
+ withSlot: {
31
+ type: Boolean,
32
+ default: !1
33
+ },
34
+ id: {
35
+ type: String,
36
+ required: !1
37
+ },
38
+ disableSubmit: {
39
+ type: Boolean,
40
+ required: !1
41
+ },
42
+ forceClose: {
43
+ type: Boolean,
44
+ required: !1,
45
+ default: !1
46
+ }
47
+ },
48
+ emits: ["update:isOpen", "onSave", "onCleanUp"],
49
+ setup(u, { emit: m, attrs: h }) {
50
+ const k = (e) => {
51
+ if (typeof e.text == "string") return e.text;
52
+ }, i = n(!1), D = () => {
53
+ i.value = !i.value;
54
+ }, L = T(() => i.value ? "primary" : "secondary"), g = n(!1), c = n([]), A = () => {
55
+ c.value = u.dropDownList.map((e) => structuredClone(M(e)));
56
+ };
57
+ A();
58
+ const s = n(), l = n(), y = () => {
59
+ s.value = [], l.value = [], c.value.some((e) => "key" in e) ? s.value = c.value : l.value = c.value;
60
+ };
61
+ y();
62
+ const C = (e) => {
63
+ var t, o;
64
+ (t = s.value) == null || t.map(
65
+ (a) => a.value.map((r) => r.value = e)
66
+ ), (o = l.value) == null || o.map((a) => a.value = e);
67
+ }, f = () => i.value = !1, S = (e = !0) => {
68
+ g.value = !1, C(!1), w(), x(), m("onCleanUp"), e && setTimeout(f, 1);
69
+ }, b = () => {
70
+ var o, a;
71
+ const e = (o = s.value) == null ? void 0 : o.reduce((r, { key: B, value: v }) => {
72
+ const F = v == null ? void 0 : v.filter((d) => d.value).map((d) => d.text);
73
+ return r[B] = F, r;
74
+ }, {}), t = (a = l.value) == null ? void 0 : a.filter((r) => r.value).map((r) => r.text);
75
+ return t != null && t.length ? t : e;
76
+ }, x = () => {
77
+ var t, o;
78
+ const e = (t = l.value) != null && t.length ? l.value : (
79
+ // .filter((item) => item.value)
80
+ s.value
81
+ );
82
+ w(), f(), m(
83
+ "onSave",
84
+ (o = u.options) != null && o.returnOnlyChecked && (e != null && e.length) ? b() : e
85
+ );
86
+ }, p = n(0), w = () => {
87
+ var e, t;
88
+ p.value = 0, p.value += ((e = l.value) == null ? void 0 : e.filter((o) => o.value).length) ?? 0, (t = s.value) == null || t.forEach(
89
+ (o) => o.value.forEach((a) => a.value ? p.value++ : p)
90
+ );
91
+ }, I = n(0), q = (e) => h.id ? `${h.id}-${e.text}` : e.text;
92
+ return E(
93
+ () => u.forceClose,
94
+ (e) => {
95
+ e && (i.value = !1);
96
+ }
97
+ ), {
98
+ props: u,
99
+ list: c,
100
+ listSeparator: s,
101
+ listArray: l,
102
+ checkAllModel: g,
103
+ isOpen: i,
104
+ getButtonColor: L,
105
+ count: p,
106
+ keyValue: I,
107
+ getItemId: q,
108
+ resetList: A,
109
+ setListProps: y,
110
+ toggleDropdown: D,
111
+ setAllCheckboxValues: C,
112
+ clear: S,
113
+ getItemText: k,
114
+ closeDialog: f,
115
+ save: x
116
+ };
117
+ },
118
+ watch: {
119
+ checkAllModel(u) {
120
+ this.setAllCheckboxValues(u);
121
+ },
122
+ dropDownList() {
123
+ this.resetList(), this.clear(!1), this.setListProps(), this.keyValue++;
124
+ }
125
+ }
126
+ });
127
+ export {
128
+ W as default
129
+ };
@@ -42,6 +42,7 @@ declare const rest: {
42
42
  AtCloundDownloadSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
43
43
  AtCofreDigitalRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
44
44
  AtCofreDigitalSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
45
+ AtConfigRefreshRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
45
46
  AtCopilotoRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
46
47
  AtCopilotoSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
47
48
  AtCopyRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
@@ -136,6 +137,7 @@ declare const rest: {
136
137
  AtPinSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
137
138
  AtPlantRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
138
139
  AtPlantSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
140
+ AtPowerOffRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
139
141
  AtPrintSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
140
142
  AtRatingRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
141
143
  AtRatingSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
@@ -1 +1 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../src/Icons/icons.ts"],"names":[],"mappings":"AAEA,QAAA,MAoBK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACA,CAAA;AAET,eAAe,IAAI,CAAA;AAEnB,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;CAiBhB,CAAA;AAED,eAAO,MAAM,SAAS;;;;CAIrB,CAAA"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../src/Icons/icons.ts"],"names":[],"mappings":"AAEA,QAAA,MAoBK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACA,CAAA;AAET,eAAe,IAAI,CAAA;AAEnB,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;CAiBhB,CAAA;AAED,eAAO,MAAM,SAAS;;;;CAIrB,CAAA"}
@@ -0,0 +1,26 @@
1
+ import * as o from "@agrotools1/at-icons";
2
+ const {
3
+ AtHomeRegularIcon: t,
4
+ AtHomeSolidIcon: a,
5
+ AtCentralFornecimentoRegularIcon: n,
6
+ AtCentralFornecimentoSolidIcon: l,
7
+ AtCentralAlertasRegularIcon: r,
8
+ AtCentralAlertasSolidIcon: e,
9
+ AtCadastroRegularIcon: c,
10
+ AtCadastroSolidIcon: A,
11
+ AtAnalisesSolidIcon: i,
12
+ AtAnalisesRegularIcon: I,
13
+ AtFavoritasRegularIcon: s,
14
+ AtFavoritasSolidIcon: d,
15
+ AtRenovabioSolidIcon: S,
16
+ AtCarbonoSolidIcon: g,
17
+ AtCurralRegularIcon: u,
18
+ AtCurralSolidIcon: C,
19
+ AtFlagBrazilIcon: R,
20
+ AtFlagUnitedStatesIcon: F,
21
+ AtFlagSpainIcon: m,
22
+ ...p
23
+ } = o;
24
+ export {
25
+ p as default
26
+ };
@@ -0,0 +1,127 @@
1
+ import r from "../assets/illustrations/renovabio/biomass.svg.js";
2
+ import o from "../assets/illustrations/renovabio/volume.svg.js";
3
+ import m from "../assets/illustrations/system/add-file.svg.js";
4
+ import i from "../assets/illustrations/system/cloud-connection.svg.js";
5
+ import t from "../assets/illustrations/system/cloud-download.svg.js";
6
+ import p from "../assets/illustrations/system/cloud-upload.svg.js";
7
+ import f from "../assets/illustrations/system/corrupted-file.svg.js";
8
+ import e from "../assets/illustrations/system/dynamic-production.svg.js";
9
+ import a from "../assets/illustrations/system/empty-box.svg.js";
10
+ import n from "../assets/illustrations/system/empty-folder-2.svg.js";
11
+ import l from "../assets/illustrations/system/empty-folder.svg.js";
12
+ import s from "../assets/illustrations/system/empty.svg.js";
13
+ import c from "../assets/illustrations/system/error-illustration.svg.js";
14
+ import d from "../assets/illustrations/system/error.svg.js";
15
+ import u from "../assets/illustrations/system/file-backup-2.svg.js";
16
+ import g from "../assets/illustrations/system/file-backup.svg.js";
17
+ import y from "../assets/illustrations/system/filtering-upload.svg.js";
18
+ import v from "../assets/illustrations/system/flight.svg.js";
19
+ import h from "../assets/illustrations/system/fly.svg.js";
20
+ import x from "../assets/illustrations/system/movies.svg.js";
21
+ import B from "../assets/illustrations/system/multimedia.svg.js";
22
+ import k from "../assets/illustrations/system/notification-bell.svg.js";
23
+ import F from "../assets/illustrations/system/page-2.svg.js";
24
+ import P from "../assets/illustrations/system/page.svg.js";
25
+ import U from "../assets/illustrations/system/photos.svg.js";
26
+ import w from "../assets/illustrations/system/recycle-bin.svg.js";
27
+ import A from "../assets/illustrations/system/rocket-launch.svg.js";
28
+ import C from "../assets/illustrations/system/search-territory.svg.js";
29
+ import I from "../assets/illustrations/system/signal.svg.js";
30
+ import D from "../assets/illustrations/system/siren.svg.js";
31
+ import b from "../assets/illustrations/system/wrong.svg.js";
32
+ import E from "../assets/illustrations/tools/advanced-analysis.svg.js";
33
+ import L from "../assets/illustrations/tools/agriculture.svg.js";
34
+ import M from "../assets/illustrations/tools/alert-center.svg.js";
35
+ import R from "../assets/illustrations/tools/area.svg.js";
36
+ import T from "../assets/illustrations/tools/at-insights.svg.js";
37
+ import j from "../assets/illustrations/tools/conservation-unit.svg.js";
38
+ import q from "../assets/illustrations/tools/credit.svg.js";
39
+ import z from "../assets/illustrations/tools/deforestation.svg.js";
40
+ import G from "../assets/illustrations/tools/distance-proximity-rivers.svg.js";
41
+ import H from "../assets/illustrations/tools/estimated-productivity-penalty.svg.js";
42
+ import J from "../assets/illustrations/tools/extract.svg.js";
43
+ import K from "../assets/illustrations/tools/farm.svg.js";
44
+ import N from "../assets/illustrations/tools/geographical-consultation-municipalities.svg.js";
45
+ import O from "../assets/illustrations/tools/gix.svg.js";
46
+ import Q from "../assets/illustrations/tools/inapto.svg.js";
47
+ import S from "../assets/illustrations/tools/insurance.svg.js";
48
+ import V from "../assets/illustrations/tools/land-appreciation.svg.js";
49
+ import W from "../assets/illustrations/tools/lockdown.svg.js";
50
+ import X from "../assets/illustrations/tools/map.svg.js";
51
+ import Y from "../assets/illustrations/tools/pasture.svg.js";
52
+ import Z from "../assets/illustrations/tools/rating-2.svg.js";
53
+ import _ from "../assets/illustrations/tools/rating.svg.js";
54
+ import $ from "../assets/illustrations/tools/recurrence.svg.js";
55
+ import rr from "../assets/illustrations/tools/refrigerators.svg.js";
56
+ import or from "../assets/illustrations/tools/settings.svg.js";
57
+ import mr from "../assets/illustrations/tools/socio-environmental-analysis.svg.js";
58
+ import ir from "../assets/illustrations/tools/soil-use.svg.js";
59
+ import tr from "../assets/illustrations/tools/storm.svg.js";
60
+ import pr from "../assets/illustrations/tools/territory-details.svg.js";
61
+ import fr from "../assets/illustrations/tools/timeline.svg.js";
62
+ const go = {
63
+ biomass: r,
64
+ volume: o,
65
+ addFile: m,
66
+ cloudConnection: i,
67
+ cloudDownload: t,
68
+ cloudUpload: p,
69
+ corruptedFile: f,
70
+ dynamicProduction: e,
71
+ emptyBox: a,
72
+ emptyFolder2: n,
73
+ emptyFolder: l,
74
+ empty: s,
75
+ errorIllustration: c,
76
+ error: d,
77
+ fileBackup2: u,
78
+ fileBackup: g,
79
+ filteringUpload: y,
80
+ fligh: v,
81
+ fly: h,
82
+ movies: x,
83
+ multimedia: B,
84
+ notificationBell: k,
85
+ page2: F,
86
+ page: P,
87
+ photos: U,
88
+ recycleBin: w,
89
+ rocketLaunch: A,
90
+ searchTerritory: C,
91
+ signal: I,
92
+ siren: D,
93
+ wrong: b,
94
+ advancedAnalysis: E,
95
+ agriculture: L,
96
+ alertCenter: M,
97
+ area: R,
98
+ atInsights: T,
99
+ conservationUnit: j,
100
+ credit: q,
101
+ deforestation: z,
102
+ distanceProximityRivers: G,
103
+ estimatedProductivityPenalty: H,
104
+ extract: J,
105
+ farm: K,
106
+ geographicalConsultationMunicipalities: N,
107
+ gix: O,
108
+ inapto: Q,
109
+ insurance: S,
110
+ landAppreciation: V,
111
+ lockdown: W,
112
+ map: X,
113
+ pasture: Y,
114
+ rating2: Z,
115
+ rating: _,
116
+ recurrence: $,
117
+ refrigerators: rr,
118
+ settings: or,
119
+ socioEnvironmentalAnalysis: mr,
120
+ soilUse: ir,
121
+ storm: tr,
122
+ territoryDetails: pr,
123
+ timeline: fr
124
+ };
125
+ export {
126
+ go as allIllustrations
127
+ };
@@ -0,0 +1,17 @@
1
+ import e from "./Illustration.vue2.js";
2
+ import { createElementBlock as o, openBlock as r, normalizeStyle as s } from "vue";
3
+ /* empty css */
4
+ import i from "../_virtual/_plugin-vue_export-helper.js";
5
+ const p = ["src"];
6
+ function a(t, l, n, c, m, d) {
7
+ return r(), o("img", {
8
+ alt: "illustration",
9
+ src: t.handleImageSrc,
10
+ class: "image",
11
+ style: s({ width: `${t.$props.width}px`, height: `${t.$props.height}px` })
12
+ }, null, 12, p);
13
+ }
14
+ const u = /* @__PURE__ */ i(e, [["render", a], ["__scopeId", "data-v-3d92b597"]]);
15
+ export {
16
+ u as default
17
+ };
@@ -0,0 +1,32 @@
1
+ import { defineComponent as r, ref as a, computed as l } from "vue";
2
+ import { allIllustrations as o } from "./Illustration.js";
3
+ const s = r({
4
+ name: "AtIllustration",
5
+ props: {
6
+ illustration: {
7
+ type: String,
8
+ required: !0,
9
+ default: "",
10
+ validator: (e) => typeof e == "string"
11
+ },
12
+ width: {
13
+ type: Number,
14
+ required: !1,
15
+ default: 90,
16
+ validator: (e) => typeof e == "number"
17
+ },
18
+ height: {
19
+ type: Number,
20
+ required: !1,
21
+ default: 90,
22
+ validator: (e) => typeof e == "number"
23
+ }
24
+ },
25
+ setup(e) {
26
+ const t = a(o);
27
+ return { handleImageSrc: l(() => t.value[e.illustration]) };
28
+ }
29
+ });
30
+ export {
31
+ s as default
32
+ };
@@ -169,6 +169,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
169
169
  AtCloundDownloadSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
170
170
  AtCofreDigitalRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
171
171
  AtCofreDigitalSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
172
+ AtConfigRefreshRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
172
173
  AtCopilotoRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
173
174
  AtCopilotoSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
174
175
  AtCopyRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
@@ -263,6 +264,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
263
264
  AtPinSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
264
265
  AtPlantRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
265
266
  AtPlantSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
267
+ AtPowerOffRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
266
268
  AtPrintSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
267
269
  AtRatingRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
268
270
  AtRatingSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
@@ -1 +1 @@
1
- {"version":3,"file":"Input.core.vue.d.ts","sourceRoot":"","sources":["../../src/Input/Input.core.vue"],"names":[],"mappings":"AA6xBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,IAAI,CAAA;AAezC,MAAM,WAAW,cAAe,SAAQ,gBAAgB;IACtD,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE;QACL,KAAK,EAAE,OAAO,CAAA;QACd,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;IACD,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,CAAA;IACD,UAAU,EAAE,OAAO,CAAA;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAA;IACtC,mBAAmB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI,CAAA;CACtD;;;;;;;;cAcqB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4PS,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAhOhB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;;cAGT,MAAM;gBACJ,MAAM;eACP,MAAM;;;;;;;;;;;;;;AAWjB,wBAyYC"}
1
+ {"version":3,"file":"Input.core.vue.d.ts","sourceRoot":"","sources":["../../src/Input/Input.core.vue"],"names":[],"mappings":"AA6xBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,IAAI,CAAA;AAezC,MAAM,WAAW,cAAe,SAAQ,gBAAgB;IACtD,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE;QACL,KAAK,EAAE,OAAO,CAAA;QACd,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;IACD,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,CAAA;IACD,UAAU,EAAE,OAAO,CAAA;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAA;IACtC,mBAAmB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI,CAAA;CACtD;;;;;;;;cAcqB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4PS,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAhOhB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;;cAGT,MAAM;gBACJ,MAAM;eACP,MAAM;;;;;;;;;;;;;;AAWjB,wBAyYC"}