@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,77 @@
1
+ import { defineComponent as i, ref as r, computed as t } from "vue";
2
+ import f from "./images/cross.svg.js";
3
+ import d from "../Checkbox/Checkbox.vue.js";
4
+ import p from "../Button/Button.vue.js";
5
+ const g = i({
6
+ name: "AtModal",
7
+ components: { AtButton: p, AtCheckbox: d },
8
+ props: {
9
+ isOpen: {
10
+ required: !0,
11
+ type: Boolean,
12
+ default: !1
13
+ },
14
+ size: {
15
+ required: !1,
16
+ type: String,
17
+ default: "small"
18
+ },
19
+ type: {
20
+ required: !1,
21
+ type: String,
22
+ default: "default"
23
+ },
24
+ title: {
25
+ required: !0,
26
+ type: String,
27
+ default: ""
28
+ },
29
+ hideFooter: {
30
+ required: !1,
31
+ type: Boolean,
32
+ default: !1
33
+ },
34
+ dontShowOption: {
35
+ required: !1,
36
+ type: Object,
37
+ default: () => ({ show: !1, text: "Não mostrar novamente" })
38
+ },
39
+ buttons: {
40
+ required: !1,
41
+ type: Array,
42
+ default: void 0
43
+ },
44
+ hideCloseButton: {
45
+ required: !1,
46
+ type: Boolean,
47
+ default: !1
48
+ },
49
+ to: {
50
+ type: String,
51
+ default: "body"
52
+ }
53
+ },
54
+ emits: ["close"],
55
+ setup(o, { slots: n }) {
56
+ const a = r(null), s = r(!1), l = t(() => {
57
+ var e;
58
+ return (e = o.buttons) == null ? void 0 : e.at(0);
59
+ }), u = t(() => {
60
+ var e;
61
+ return (e = o.buttons) == null ? void 0 : e.slice(1);
62
+ });
63
+ return {
64
+ dontShowAgain: s,
65
+ firstButton: l,
66
+ hasSlotFooter: t(() => !!n.footer),
67
+ icons: {
68
+ close: f
69
+ },
70
+ remainingButtons: u,
71
+ target: a
72
+ };
73
+ }
74
+ });
75
+ export {
76
+ g as default
77
+ };
@@ -0,0 +1,4 @@
1
+ const C = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='cross-small%201'%3e%3cpath%20id='Vector'%20d='M10.5%203.49989C10.3906%203.39054%2010.2423%203.3291%2010.0876%203.3291C9.93292%203.3291%209.78457%203.39054%209.67518%203.49989L7.00002%206.17506L4.32485%203.49989C4.21546%203.39054%204.06711%203.3291%203.91243%203.3291C3.75775%203.3291%203.60941%203.39054%203.50002%203.49989C3.39066%203.60928%203.32922%203.75763%203.32922%203.91231C3.32922%204.06699%203.39066%204.21534%203.50002%204.32473L6.17518%206.99989L3.50002%209.67506C3.39066%209.78445%203.32922%209.9328%203.32922%2010.0875C3.32922%2010.2422%203.39066%2010.3905%203.50002%2010.4999C3.60941%2010.6093%203.75775%2010.6707%203.91243%2010.6707C4.06711%2010.6707%204.21546%2010.6093%204.32485%2010.4999L7.00002%207.82473L9.67518%2010.4999C9.78457%2010.6093%209.93292%2010.6707%2010.0876%2010.6707C10.2423%2010.6707%2010.3906%2010.6093%2010.5%2010.4999C10.6094%2010.3905%2010.6708%2010.2422%2010.6708%2010.0875C10.6708%209.9328%2010.6094%209.78445%2010.5%209.67506L7.82485%206.99989L10.5%204.32473C10.6094%204.21534%2010.6708%204.06699%2010.6708%203.91231C10.6708%203.75763%2010.6094%203.60928%2010.5%203.49989Z'%20fill='%23161617'/%3e%3c/g%3e%3c/svg%3e";
2
+ export {
3
+ C as default
4
+ };
@@ -0,0 +1,59 @@
1
+ import s from "./Notification.vue2.js";
2
+ import { resolveComponent as d, createElementBlock as c, openBlock as n, createElementVNode as o, createVNode as p, normalizeStyle as a, createBlock as m, resolveDynamicComponent as f, normalizeClass as g, toDisplayString as l } from "vue";
3
+ /* empty css */
4
+ import u from "../../_virtual/_plugin-vue_export-helper.js";
5
+ const y = ["data-type", "title", "disabled"], b = {
6
+ class: "d-flex flex-column ms-2 overflow-hidden",
7
+ style: { "padding-right": "20px" }
8
+ }, h = ["data-date"], k = ["data-content"];
9
+ function v(e, t, C, A, $, w) {
10
+ const i = d("AtAngleRightSolidIcon");
11
+ return n(), c("div", {
12
+ ref: "containerEl",
13
+ "data-testid": "notification",
14
+ class: "d-flex align-items-center border-light-subtle rounded-2 w-100 position-relative border border-opacity-25 p-2 pr-4",
15
+ "data-type": e.type,
16
+ title: e.content,
17
+ style: { cursor: "pointer", "background-color": "var(--at-background)" },
18
+ disabled: e.disabled,
19
+ onClick: t[0] || (t[0] = (...r) => e.onClick && e.onClick(...r))
20
+ }, [
21
+ o("span", {
22
+ class: "d-flex align-items-center justify-content-center rounded-circle Notification_icon",
23
+ style: a({ background: e.bgVar, padding: "6px" }),
24
+ "data-testid": "notification-icon"
25
+ }, [
26
+ (n(), m(f(e.IconComponent), {
27
+ class: g(`${e.iconBgClass} ${e.handleRounded}`),
28
+ style: a({
29
+ width: "15px",
30
+ height: "15px",
31
+ background: e.handleIconBackground
32
+ }),
33
+ color: e.getColor
34
+ }, null, 8, ["class", "style", "color"]))
35
+ ], 4),
36
+ o("div", b, [
37
+ o("span", {
38
+ "data-date": e.convertedDate,
39
+ class: "fw-medium mb-2",
40
+ style: { color: "var(--at-dark-grey)", "font-size": "12px" }
41
+ }, l(e.convertedDate), 9, h),
42
+ o("span", {
43
+ "data-content": e.content,
44
+ class: "fw-medium text-black",
45
+ style: { "font-size": "14px" }
46
+ }, l(e.content), 9, k)
47
+ ]),
48
+ p(i, {
49
+ class: "position-absolute translate-middle-y",
50
+ size: "20",
51
+ style: { color: "var(--at-dark-grey)", bottom: "0px", right: "10px" },
52
+ color: e.handleAngleColor
53
+ }, null, 8, ["color"])
54
+ ], 8, y);
55
+ }
56
+ const N = /* @__PURE__ */ u(s, [["render", v], ["__scopeId", "data-v-e844fca3"]]);
57
+ export {
58
+ N as default
59
+ };
@@ -0,0 +1,78 @@
1
+ import { AtAngleRightSolidIcon as w, AtCheckSolidIcon as i, AtCloseSolidIcon as o, AtInfoSolidIcon as c, AtWarningSolidIcon as d } from "@agrotools1/at-icons";
2
+ import { defineComponent as b, ref as k, computed as e } from "vue";
3
+ const A = b({
4
+ name: "AtNotification",
5
+ components: {
6
+ AtWarningSolidIcon: d,
7
+ AtInfoSolidIcon: c,
8
+ AtCloseSolidIcon: o,
9
+ AtCheckSolidIcon: i,
10
+ AtAngleRightSolidIcon: w
11
+ },
12
+ props: {
13
+ type: {
14
+ type: String,
15
+ default: "info",
16
+ required: !0
17
+ },
18
+ date: {
19
+ type: [String, Date],
20
+ required: !0
21
+ },
22
+ content: {
23
+ type: String,
24
+ required: !0
25
+ },
26
+ disabled: {
27
+ type: Boolean,
28
+ default: !1
29
+ }
30
+ },
31
+ emits: ["click"],
32
+ setup(t, l) {
33
+ const r = k(null), g = e(
34
+ () => new Date(t.date).toLocaleDateString("pt-BR", {
35
+ hour: "2-digit",
36
+ minute: "2-digit",
37
+ dayPeriod: "short",
38
+ weekday: "long"
39
+ })
40
+ ), s = e(() => ({
41
+ info: c,
42
+ success: i,
43
+ warning: d,
44
+ error: o
45
+ })[t.type]), u = e(() => ({
46
+ info: "bg-info",
47
+ success: "bg-success",
48
+ warning: "",
49
+ error: "bg-danger"
50
+ })[t.type]), f = e(() => t.disabled ? "var(--at-light-grey)" : {
51
+ info: "var(--at-light-info)",
52
+ success: "var(--at-light-success)",
53
+ warning: "var(--at-light-warning)",
54
+ error: "var(--at-light-error"
55
+ }[t.type]), m = e(() => t.disabled && t.type === "warning" ? "var(--at-dark-grey)" : t.disabled ? "white" : `${t.type === "warning" ? "var(--at-warning)" : "white"}`), y = e(() => t.disabled && t.type === "warning" ? "rounded-0 p-0" : t.type === "warning" ? "" : "rounded-circle p-1"), h = e(() => t.disabled && t.type === "warning" ? "var(--at-light-grey)" : t.disabled ? "var(--at-dark-grey) !important" : "inherit"), v = e(() => t.disabled ? "var(--at-dark-grey)" : "var(--at-black)");
56
+ return {
57
+ convertedDate: g,
58
+ IconComponent: s,
59
+ iconBgClass: u,
60
+ bgVar: f,
61
+ getColor: m,
62
+ handleRounded: y,
63
+ handleIconBackground: h,
64
+ handleAngleColor: v,
65
+ containerEl: r,
66
+ onClick: () => {
67
+ var n;
68
+ (n = r.value) == null || n.classList.add("Notification_animateIn"), setTimeout(() => {
69
+ var a;
70
+ (a = r.value) == null || a.classList.remove("Notification_animateIn");
71
+ }, 300), l.emit("click");
72
+ }
73
+ };
74
+ }
75
+ });
76
+ export {
77
+ A as default
78
+ };
@@ -0,0 +1,55 @@
1
+ import l from "./Notifications.vue2.js";
2
+ import { resolveComponent as p, createElementBlock as d, openBlock as n, createElementVNode as o, createCommentVNode as c, renderSlot as b, toDisplayString as i, normalizeClass as a, Fragment as m, renderList as u, createBlock as f } from "vue";
3
+ /* empty css */
4
+ import v from "../_virtual/_plugin-vue_export-helper.js";
5
+ const y = {
6
+ ref: "containerEl",
7
+ class: "position-relative",
8
+ style: { width: "max-content" }
9
+ }, h = {
10
+ key: 0,
11
+ class: "d-flex align-items-start flex-column border-light-subtle Notifications_fadeIn position-absolute rounded border border-opacity-25 bg-white p-4 shadow-sm",
12
+ style: { width: "400px", "z-index": "2147483642" }
13
+ }, g = { class: "fs-5 fw-bold mb-3" }, $ = { class: "nav gap-3" }, k = { class: "d-flex flex-column w-100 mt-3 gap-3" };
14
+ function w(e, r, C, N, T, B) {
15
+ const s = p("AtNotification");
16
+ return n(), d("div", y, [
17
+ o("div", {
18
+ class: "Notification_open-icon",
19
+ onClick: r[0] || (r[0] = (t) => e.isOpen = !e.isOpen)
20
+ }, [
21
+ b(e.$slots, "icon", {}, void 0, !0)
22
+ ]),
23
+ e.isOpen ? (n(), d("div", h, [
24
+ o("header", null, [
25
+ o("h3", g, i(e.headerTitle), 1),
26
+ o("nav", null, [
27
+ o("ul", $, [
28
+ o("li", {
29
+ class: a(["fw-bold rounded p-2", `${e.activeTab === 0 ? "text-primary border-light-subtle border border-opacity-25" : "text-body-tertiary"}`]),
30
+ onClick: r[1] || (r[1] = (t) => e.activeTab = 0)
31
+ }, i(e.notReadTxt) + ": (" + i(e.unread.length) + ") ", 3),
32
+ o("li", {
33
+ class: a(["fw-bold rounded p-2", `${e.activeTab === 1 ? "text-primary border-light-subtle border border-opacity-25" : "text-body-tertiary"}`]),
34
+ onClick: r[2] || (r[2] = (t) => e.activeTab = 1)
35
+ }, i(e.readTxt) + ": (" + i(e.read.length) + ") ", 3)
36
+ ])
37
+ ])
38
+ ]),
39
+ o("div", k, [
40
+ (n(!0), d(m, null, u(e.activeList, (t) => (n(), f(s, {
41
+ key: t.id,
42
+ type: t.type,
43
+ date: t.date,
44
+ content: t.content,
45
+ disabled: t.alreadyRead,
46
+ onClick: (E) => e.readNotification(t.id)
47
+ }, null, 8, ["type", "date", "content", "disabled", "onClick"]))), 128))
48
+ ])
49
+ ])) : c("", !0)
50
+ ], 512);
51
+ }
52
+ const I = /* @__PURE__ */ v(l, [["render", w], ["__scopeId", "data-v-9aa04f71"]]);
53
+ export {
54
+ I as default
55
+ };
@@ -0,0 +1,56 @@
1
+ import { defineComponent as v, ref as i, computed as a, onMounted as y, onBeforeUnmount as L } from "vue";
2
+ import N from "./Notification/Notification.vue.js";
3
+ const R = v({
4
+ name: "AtNotifications",
5
+ components: { AtNotification: N },
6
+ props: {
7
+ notifications: {
8
+ type: Array,
9
+ required: !0
10
+ },
11
+ headerTitle: {
12
+ type: String,
13
+ default: "Notificações"
14
+ },
15
+ notReadTxt: {
16
+ type: String,
17
+ default: "Não lidas"
18
+ },
19
+ readTxt: {
20
+ type: String,
21
+ default: "Lidas"
22
+ }
23
+ },
24
+ emits: [],
25
+ setup(u) {
26
+ const n = i(null), o = i(0), r = i(!1), e = i(u.notifications), s = a(
27
+ () => [...e.value].filter((t) => t.alreadyRead)
28
+ ), c = a(
29
+ () => [...e.value].filter((t) => !t.alreadyRead)
30
+ ), f = a(() => o.value === 0 ? c.value : s.value), m = (t) => {
31
+ setTimeout(() => {
32
+ const l = [...e.value].find((p) => p.id === t);
33
+ l && (l.alreadyRead = !0);
34
+ }, 250);
35
+ }, d = (t) => {
36
+ n.value && !n.value.contains(t.target) && (r.value = !1);
37
+ };
38
+ return y(() => {
39
+ document.addEventListener("click", d);
40
+ }), L(() => {
41
+ document.removeEventListener("click", d);
42
+ }), {
43
+ notificationsList: e,
44
+ read: s,
45
+ unread: c,
46
+ activeTab: o,
47
+ activeList: f,
48
+ readNotification: m,
49
+ isOpen: r,
50
+ containerEl: n
51
+ };
52
+ }
53
+ });
54
+ export {
55
+ R as default
56
+ };
@@ -0,0 +1,119 @@
1
+ import d from "./Paginator.vue2.js";
2
+ import { createElementBlock as t, openBlock as o, createElementVNode as i, createCommentVNode as n, Fragment as r, renderList as u, toDisplayString as l } from "vue";
3
+ /* empty css */
4
+ import b from "../_virtual/_plugin-vue_export-helper.js";
5
+ const p = { class: "paginator-content" }, g = { class: "paginator-btn-slot" }, v = ["aria-disabled"], k = ["src"], h = ["aria-disabled"], C = ["src"], m = { class: "pages" }, P = {
6
+ key: 0,
7
+ class: "initial-pages"
8
+ }, f = ["disabled"], D = { class: "list-pages" }, S = ["aria-label", "data-page", "disabled", "aria-selected", "onClick"], $ = {
9
+ key: 1,
10
+ class: "total-pages"
11
+ }, c = ["disabled"], y = { class: "paginator-btn-slot" }, L = ["disabled", "aria-disabled"], W = ["src"], q = ["disabled", "aria-disabled"], w = ["src"];
12
+ function B(e, a, E, N, R, V) {
13
+ return o(), t("div", p, [
14
+ i("div", g, [
15
+ i("button", {
16
+ role: "button",
17
+ class: "previous-chunk page-state-btn",
18
+ "aria-disabled": e.activeChunk === 0 || e.isDisabled,
19
+ onClick: a[0] || (a[0] = (...s) => e.previousChunk && e.previousChunk(...s))
20
+ }, [
21
+ i("img", {
22
+ src: e.icons.doubleLeft,
23
+ alt: "Seta dupla para a esquerda"
24
+ }, null, 8, k)
25
+ ], 8, v),
26
+ i("button", {
27
+ role: "button",
28
+ class: "previous-page page-state-btn",
29
+ "aria-disabled": e.activePage === 1 || e.isDisabled,
30
+ onClick: a[1] || (a[1] = (...s) => e.previousPage && e.previousPage(...s))
31
+ }, [
32
+ i("img", {
33
+ src: e.icons.arrowLeft,
34
+ alt: "Seta para a esquerda"
35
+ }, null, 8, C)
36
+ ], 8, h)
37
+ ]),
38
+ i("div", m, [
39
+ e.activeChunk > 0 ? (o(), t("div", P, [
40
+ i("button", {
41
+ role: "button",
42
+ disabled: e.isDisabled,
43
+ class: "initial-pages-span",
44
+ onClick: a[2] || (a[2] = () => {
45
+ if (e.isDisabledWithoutCSS) {
46
+ e.$emit("update:activePage", e.activePage);
47
+ return;
48
+ }
49
+ e.activePage = 1, e.activeChunk = 0, e.$emit("update:activePage", 1);
50
+ })
51
+ }, " 1 ", 8, f),
52
+ a[6] || (a[6] = i("span", { class: "dots" }, "...", -1))
53
+ ])) : n("", !0),
54
+ i("div", D, [
55
+ (o(!0), t(r, null, u(e.pages, (s) => (o(), t("button", {
56
+ key: s,
57
+ "aria-label": `Página ${s}`,
58
+ role: "button",
59
+ "data-page": s,
60
+ disabled: e.activePage !== s && e.isDisabled,
61
+ "aria-selected": e.activePage === s,
62
+ class: "page",
63
+ onClick: () => {
64
+ if (e.isDisabledWithoutCSS) {
65
+ e.$emit("update:activePage", e.activePage);
66
+ return;
67
+ }
68
+ e.isDisabled || (e.activePage = s, e.$emit("update:activePage", s));
69
+ }
70
+ }, l(s), 9, S))), 128))
71
+ ]),
72
+ e.activeChunk !== e.pageChunks.length - 1 ? (o(), t("div", $, [
73
+ a[7] || (a[7] = i("span", { class: "dots" }, "...", -1)),
74
+ i("button", {
75
+ role: "button",
76
+ class: "total-pages-span",
77
+ disabled: e.isDisabled,
78
+ onClick: a[3] || (a[3] = () => {
79
+ if (e.isDisabledWithoutCSS) {
80
+ e.$emit("update:activePage", e.activePage);
81
+ return;
82
+ }
83
+ e.isDisabled || (e.activePage = e.total, e.activeChunk = e.pageChunks.length - 1, e.$emit("update:activePage", e.total));
84
+ })
85
+ }, l(e.total), 9, c)
86
+ ])) : n("", !0)
87
+ ]),
88
+ i("div", y, [
89
+ i("button", {
90
+ role: "button",
91
+ class: "next-page page-state-btn",
92
+ disabled: e.isDisabled,
93
+ "aria-disabled": e.activePage === e.total,
94
+ onClick: a[4] || (a[4] = (...s) => e.nextPage && e.nextPage(...s))
95
+ }, [
96
+ i("img", {
97
+ src: e.icons.arrowRight,
98
+ alt: "Seta para a direita"
99
+ }, null, 8, W)
100
+ ], 8, L),
101
+ i("button", {
102
+ role: "button",
103
+ class: "next-chunk page-state-btn",
104
+ disabled: e.isDisabled,
105
+ "aria-disabled": e.activeChunk === e.pageChunks.length - 1,
106
+ onClick: a[5] || (a[5] = (...s) => e.nextChunk && e.nextChunk(...s))
107
+ }, [
108
+ i("img", {
109
+ src: e.icons.doubleRight,
110
+ alt: "Seta dupla para a direita"
111
+ }, null, 8, w)
112
+ ], 8, q)
113
+ ])
114
+ ]);
115
+ }
116
+ const A = /* @__PURE__ */ b(d, [["render", B], ["__scopeId", "data-v-256db167"]]);
117
+ export {
118
+ A as default
119
+ };
@@ -0,0 +1,110 @@
1
+ import { defineComponent as P, ref as h, computed as s } from "vue";
2
+ import b from "./imgs/double-left-arrow.svg.js";
3
+ import k from "./imgs/double-right-arrow.svg.js";
4
+ import C from "./imgs/left-arrow.svg.js";
5
+ import S from "./imgs/right-arrow.svg.js";
6
+ const q = P({
7
+ name: "AtPaginator",
8
+ props: {
9
+ total: {
10
+ type: Number,
11
+ required: !0
12
+ },
13
+ pageSize: {
14
+ type: Number,
15
+ required: !0
16
+ },
17
+ disable: {
18
+ type: Boolean,
19
+ default: !1
20
+ },
21
+ disableWithoutCSS: {
22
+ type: Boolean,
23
+ default: !1
24
+ }
25
+ },
26
+ emits: {
27
+ "update:activePage": (a) => typeof a == "number"
28
+ },
29
+ setup(a, u) {
30
+ const t = h(0), e = h(1), r = s(() => a.disable), v = s(() => a.disableWithoutCSS), d = s(() => Array.from({ length: a.total }, (i, n) => n + 1)), l = s(() => {
31
+ const i = d.value, n = [];
32
+ for (let o = 0; o < i.length; o += a.pageSize)
33
+ n.push(i.slice(o, o + a.pageSize));
34
+ return n;
35
+ }), g = s(() => l.value[t.value]), m = () => {
36
+ if (v.value) {
37
+ u.emit("update:activePage", e.value);
38
+ return;
39
+ }
40
+ if (r.value) return;
41
+ const i = l.value[t.value];
42
+ if (e.value === i[0]) {
43
+ if (e.value === 1) return;
44
+ f();
45
+ return;
46
+ }
47
+ e.value = e.value - 1, u.emit("update:activePage", e.value);
48
+ }, p = () => {
49
+ if (v.value) {
50
+ u.emit("update:activePage", e.value);
51
+ return;
52
+ }
53
+ if (r.value) return;
54
+ const i = l.value[t.value], n = i[i.length - 1];
55
+ if (e.value === n) {
56
+ if (t.value >= l.value.length) return;
57
+ c();
58
+ return;
59
+ }
60
+ e.value = e.value + 1, u.emit("update:activePage", e.value);
61
+ }, c = () => {
62
+ if (v.value) {
63
+ u.emit("update:activePage", e.value);
64
+ return;
65
+ }
66
+ r.value || (t.value = t.value + 1, e.value = l.value[t.value][0], u.emit("update:activePage", e.value));
67
+ }, f = () => {
68
+ if (v.value) {
69
+ u.emit("update:activePage", e.value);
70
+ return;
71
+ }
72
+ if (r.value) return;
73
+ t.value = t.value - 1;
74
+ const i = l.value[t.value];
75
+ e.value = i[i.length - 1], u.emit("update:activePage", e.value);
76
+ };
77
+ return {
78
+ activePage: e,
79
+ activeChunk: t,
80
+ pageChunks: l,
81
+ isDisabled: r,
82
+ isDisabledWithoutCSS: v,
83
+ pages: g,
84
+ icons: {
85
+ arrowLeft: C,
86
+ arrowRight: S,
87
+ doubleLeft: b,
88
+ doubleRight: k
89
+ },
90
+ nextChunk: c,
91
+ nextPage: p,
92
+ previousPage: m,
93
+ previousChunk: f
94
+ };
95
+ },
96
+ methods: {
97
+ setPage(a) {
98
+ if (this.isDisabledWithoutCSS) {
99
+ this.$emit("update:activePage", this.activePage);
100
+ return;
101
+ }
102
+ if (this.isDisabled || a === this.activePage) return;
103
+ const u = this.pageChunks.findIndex((t) => t.includes(a));
104
+ this.activeChunk = u === -1 ? 0 : u, this.activePage = a, this.$emit("update:activePage", a);
105
+ }
106
+ }
107
+ });
108
+ export {
109
+ q as default
110
+ };
@@ -0,0 +1,4 @@
1
+ const C = "data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3370_179)'%3e%3cpath%20d='M4%208C3.93436%208.00012%203.86935%207.98724%203.80871%207.96213C3.74807%207.93702%203.693%207.90016%203.64666%207.85367L1.088%205.29633C0.744199%204.95252%200.551056%204.48622%200.551056%204C0.551056%203.51379%200.744199%203.04748%201.088%202.70367L3.64533%200.146334C3.73913%200.0525797%203.86633%20-7.32038e-05%203.99895%20-4.19478e-05C4.13157%20-1.06917e-05%204.25874%200.0527022%204.3525%200.1465C4.44625%200.240299%204.4989%200.367499%204.49887%200.500118C4.49884%200.632738%204.44613%200.759913%204.35233%200.853667L1.795%203.41067C1.71759%203.48805%201.65619%203.57993%201.6143%203.68105C1.5724%203.78217%201.55084%203.89055%201.55084%204C1.55084%204.10945%201.5724%204.21784%201.6143%204.31895C1.65619%204.42007%201.71759%204.51195%201.795%204.58933L4.35233%207.14634C4.42222%207.21618%204.46985%207.30517%204.48921%207.40207C4.50856%207.49896%204.49877%207.59942%204.46107%207.69076C4.42338%207.7821%204.35946%207.86022%204.2774%207.91525C4.19534%207.97029%204.09881%207.99978%204%208Z'%20fill='%23161617'%20/%3e%3cpath%20d='M7.18067%208C7.11499%208.00003%207.04996%207.98712%206.98928%207.96201C6.92859%207.9369%206.87345%207.90009%206.827%207.85367L3.8%204.825C3.58159%204.60599%203.45894%204.3093%203.45894%204C3.45894%203.69069%203.58159%203.39401%203.8%203.175L6.827%200.146333C6.92165%200.0569285%207.04745%200.00797236%207.17764%200.00987435C7.30782%200.0117763%207.43213%200.0643864%207.52414%200.156518C7.61614%200.248649%207.66857%200.373034%207.67029%200.503224C7.67201%200.633414%207.62287%200.75914%207.53333%200.853666L4.50467%203.882C4.48915%203.89748%204.47683%203.91587%204.46843%203.93612C4.46003%203.95637%204.4557%203.97808%204.4557%204C4.4557%204.02192%204.46003%204.04363%204.46843%204.06388C4.47683%204.08413%204.48915%204.10252%204.50467%204.118L7.53333%207.14633C7.60325%207.2162%207.65088%207.30522%207.67023%207.40215C7.68957%207.49907%207.67975%207.59956%207.64201%207.69091C7.60427%207.78226%207.54031%207.86038%207.45819%207.91539C7.37608%207.9704%207.27951%207.99985%207.18067%208Z'%20fill='%23161617'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3370_179'%3e%3crect%20width='8'%20height='8'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
2
+ export {
3
+ C as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const C = "data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3370_165)'%3e%3cpath%20d='M3.944%208C3.84507%208.00004%203.74836%207.97075%203.66609%207.91581C3.58383%207.86087%203.51971%207.78276%203.48184%207.69137C3.44398%207.59998%203.43408%207.49941%203.45339%207.40239C3.4727%207.30537%203.52036%207.21626%203.59033%207.14633L6.14767%204.58933C6.22507%204.51195%206.28647%204.42007%206.32837%204.31895C6.37026%204.21783%206.39182%204.10945%206.39182%204C6.39182%203.89055%206.37026%203.78217%206.32837%203.68105C6.28647%203.57993%206.22507%203.48805%206.14767%203.41067L3.59033%200.853667C3.54389%200.807223%203.50705%200.752085%203.48191%200.691403C3.45678%200.630721%203.44384%200.565682%203.44384%200.5C3.44384%200.367349%203.49653%200.240132%203.59033%200.146333C3.68413%200.0525351%203.81135%20-0.000160217%203.944%20-0.000160217C4.00968%20-0.000160217%204.07472%200.0127768%204.1354%200.0379122C4.19608%200.0630476%204.25122%200.0998892%204.29766%200.146333L6.85467%202.70367C7.19846%203.04748%207.39161%203.51378%207.39161%204C7.39161%204.48622%207.19846%204.95252%206.85467%205.29633L4.29766%207.85367C4.25121%207.90009%204.19607%207.93691%204.13539%207.96201C4.07471%207.98712%204.00967%208.00003%203.944%208Z'%20fill='%23161617'%20/%3e%3cpath%20d='M0.762329%208C0.663434%207.99998%200.566766%207.97063%200.484551%207.91567C0.402336%207.8607%200.338266%207.7826%200.300445%207.69122C0.262624%207.59984%200.25275%207.4993%200.272072%207.40231C0.291394%207.30532%200.339044%207.21624%200.408996%207.14633L3.43733%204.118C3.45285%204.10252%203.46517%204.08413%203.47357%204.06388C3.48197%204.04363%203.48629%204.02192%203.48629%204C3.48629%203.97808%203.48197%203.95637%203.47357%203.93612C3.46517%203.91587%203.45285%203.89748%203.43733%203.882L0.408996%200.853667C0.315198%200.759913%200.262485%200.632738%200.262454%200.500118C0.262422%200.367499%200.315075%200.240299%200.408829%200.1465C0.502583%200.0527022%200.629759%20-1.06917e-05%200.762378%20-4.19478e-05C0.894998%20-7.32038e-05%201.0222%200.0525797%201.116%200.146334L4.14466%203.175C4.36281%203.39408%204.48528%203.69066%204.48528%203.99983C4.48528%204.309%204.36281%204.60558%204.14466%204.82467L1.116%207.85367C1.06954%207.90009%201.0144%207.93691%200.953719%207.96201C0.893036%207.98712%200.828002%208.00003%200.762329%208Z'%20fill='%23161617'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3370_165'%3e%3crect%20width='8'%20height='8'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
2
+ export {
3
+ C as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const C = "data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.41667%205.29583C4.37761%205.2571%204.34662%205.21102%204.32546%205.16024C4.30431%205.10947%204.29342%205.05501%204.29342%205C4.29342%204.945%204.30431%204.89054%204.32546%204.83976C4.34662%204.78899%204.37761%204.7429%204.41667%204.70417L6.32917%202.79583C6.36822%202.7571%206.39922%202.71102%206.42037%202.66024C6.44153%202.60947%206.45242%202.55501%206.45242%202.5C6.45242%202.445%206.44153%202.39054%206.42037%202.33976C6.39922%202.28899%206.36822%202.2429%206.32917%202.20417C6.2511%202.12656%206.14549%202.083%206.03542%202.083C5.92534%202.083%205.81973%202.12656%205.74167%202.20417L3.82917%204.11667C3.59508%204.35104%203.4636%204.66875%203.4636%205C3.4636%205.33125%203.59508%205.64896%203.82917%205.88333L5.74167%207.79583C5.81928%207.87281%205.92403%207.91621%206.03333%207.91667C6.08817%207.91699%206.14253%207.90648%206.19329%207.88574C6.24406%207.865%206.29023%207.83445%206.32917%207.79583C6.36822%207.7571%206.39922%207.71102%206.42037%207.66024C6.44153%207.60947%206.45242%207.55501%206.45242%207.5C6.45242%207.445%206.44153%207.39054%206.42037%207.33976C6.39922%207.28899%206.36822%207.2429%206.32917%207.20417L4.41667%205.29583Z'%20fill='%23161617'%20/%3e%3c/svg%3e";
2
+ export {
3
+ C as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const C = "data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.41667%204.11667L4.50417%202.20417C4.4261%202.12656%204.3205%202.083%204.21042%202.083C4.10034%202.083%203.99474%202.12656%203.91667%202.20417C3.87761%202.2429%203.84662%202.28899%203.82546%202.33976C3.80431%202.39054%203.79342%202.445%203.79342%202.5C3.79342%202.55501%203.80431%202.60947%203.82546%202.66024C3.84662%202.71102%203.87761%202.7571%203.91667%202.79583L5.83333%204.70417C5.87239%204.7429%205.90339%204.78899%205.92454%204.83976C5.94569%204.89054%205.95658%204.945%205.95658%205C5.95658%205.05501%205.94569%205.10947%205.92454%205.16024C5.90339%205.21102%205.87239%205.2571%205.83333%205.29583L3.91667%207.20417C3.83821%207.28208%203.79391%207.38796%203.79352%207.49853C3.79313%207.6091%203.83668%207.71529%203.91459%207.79375C3.99249%207.87221%204.09838%207.91651%204.20895%207.9169C4.31951%207.91729%204.42571%207.87374%204.50417%207.79583L6.41667%205.88333C6.65075%205.64896%206.78224%205.33125%206.78224%205C6.78224%204.66875%206.65075%204.35104%206.41667%204.11667Z'%20fill='%23161617'%20/%3e%3c/svg%3e";
2
+ export {
3
+ C as default
4
+ };