@agrotools1/at-components 0.6.98-test-45 → 0.6.98

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 (784) hide show
  1. package/dist/Accordion/Accordion.d.ts +39 -8
  2. package/dist/Accordion/Accordion.vue2.js +9 -9
  3. package/dist/Avatar/Avatar.d.ts +5 -5
  4. package/dist/Button/Button.d.ts +5 -14
  5. package/dist/Button/Button.vue.js +11 -23
  6. package/dist/Button/Button.vue2.js +3 -9
  7. package/dist/Button/Button.vue3.js +2 -2
  8. package/dist/CardWithInsights/CardWithInsights.vue2.js +1 -1
  9. package/dist/Checkbox/Checkbox.d.ts +18 -18
  10. package/dist/ColorPicker/ColorPicker.Saturation.d.ts +14 -14
  11. package/dist/ColorPicker/ColorPicker.Saturation.vue.js +17 -18
  12. package/dist/ColorPicker/ColorPicker.vue.js +52 -50
  13. package/dist/DataTable/Column/Column.d.ts +7 -7
  14. package/dist/DataTable/Column/Column.vue.js +7 -7
  15. package/dist/DataTable/Column/Column.vue2.js +8 -10
  16. package/dist/DataTable/Column/imgs/filter.svg.js +1 -1
  17. package/dist/DataTable/Counters/Counters.d.ts +7 -7
  18. package/dist/DataTable/DataTable.d.ts +298 -163
  19. package/dist/DataTable/DataTable.vue.js +60 -63
  20. package/dist/DataTable/DataTable.vue2.js +8 -12
  21. package/dist/DataTable/index.d.ts +319 -188
  22. package/dist/DatePicker/DatePicker.helper.d.ts +0 -2
  23. package/dist/DatePicker/DatePicker.helper.js +12 -28
  24. package/dist/DatePicker/DatePicker.scss.js +2 -2
  25. package/dist/DatePicker/DatePicker.vue.js +6 -7
  26. package/dist/DatePicker/DatePicker.vue2.js +65 -81
  27. package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.d.ts +6 -6
  28. package/dist/DatePicker/DatePickerHeader/DatePickerHeader.d.ts +9 -6
  29. package/dist/DatePicker/DatePickerHeader/DatePickerHeader.vue2.js +2 -2
  30. package/dist/DatePicker/DatePickerListSelector/DatePickerListSelector.d.ts +7 -7
  31. package/dist/DatePicker/DatePickerTime/DatePickerTime.d.ts +466 -8
  32. package/dist/DatePicker/DatePickerTime/DatePickerTime.vue.js +35 -35
  33. package/dist/DatePicker/DatePickerTime/DatePickerTime.vue2.js +5 -5
  34. package/dist/Dropdown/Checklist/Dropdown.Checklist.d.ts +218 -96
  35. package/dist/Dropdown/Checklist/Dropdown.Checklist.vue.js +55 -60
  36. package/dist/Dropdown/Checklist/Dropdown.Checklist.vue2.js +25 -27
  37. package/dist/Dropdown/Checklist/Dropdown.Checklist.vue3.js +2 -2
  38. package/dist/Dropdown/Dropdown.core.d.ts +23 -29
  39. package/dist/Dropdown/Dropdown.core.vue.js +4 -4
  40. package/dist/Dropdown/Dropdown.core.vue2.js +30 -34
  41. package/dist/Dropdown/Dropdown.types.d.ts +0 -1
  42. package/dist/Dropdown/DropdownContent/DropdownContent.d.ts +1 -1
  43. package/dist/Faq/FaqItem/FaqItem.d.ts +101 -4
  44. package/dist/Faq/FaqItem/FaqItem.vue2.js +1 -1
  45. package/dist/Filter/components/Filter.types.d.ts +22 -0
  46. package/dist/Filter/{Filter.vue.js → components/Filter.vue.js} +66 -72
  47. package/dist/Filter/components/Filter.vue2.js +118 -0
  48. package/dist/Filter/index.d.ts +3 -24
  49. package/dist/Filter/tests/mocks.d.ts +1 -1
  50. package/dist/Icons/icons.d.ts +204 -6732
  51. package/dist/Icons/icons.js +225 -225
  52. package/dist/Illustration/Illustration.d.ts +2 -0
  53. package/dist/Illustration/Illustration.js +108 -104
  54. package/dist/Illustration/Illustration.vue.js +2 -2
  55. package/dist/Illustration/Illustration.vue3.js +2 -2
  56. package/dist/Illustration/images/system-images/error.svg.js +4 -0
  57. package/dist/Illustration/images/tools-images/inapto.svg.js +4 -0
  58. package/dist/Illustration/index.d.ts +1 -3
  59. package/dist/Input/Input.core.d.ts +224 -6141
  60. package/dist/Input/Input.core.vue.js +41 -42
  61. package/dist/Input/Input.core.vue2.js +23 -27
  62. package/dist/Input/Input.core.vue3.js +2 -2
  63. package/dist/Input/imgs/error.svg.js +2 -2
  64. package/dist/Input/index.d.ts +230 -6159
  65. package/dist/Legend/Legend.d.ts +93 -15
  66. package/dist/Legend/Legend.vue2.js +2 -2
  67. package/dist/List/components/List.d.ts +211 -30
  68. package/dist/List/components/List.vue.js +17 -18
  69. package/dist/List/components/List.vue2.js +1 -1
  70. package/dist/List/components/List.vue3.js +2 -2
  71. package/dist/Loading/Loading.d.ts +4 -4
  72. package/dist/Loading/Loading.vue.js +14 -14
  73. package/dist/Menu/Menu.d.ts +1140 -7
  74. package/dist/Menu/Menu.vue.js +102 -102
  75. package/dist/Menu/Menu.vue2.js +1 -1
  76. package/dist/Modal/Modal.d.ts +158 -19
  77. package/dist/Modal/Modal.vue.js +31 -32
  78. package/dist/Modal/Modal.vue2.js +2 -7
  79. package/dist/Notifications/Notification/Notification.d.ts +14 -136
  80. package/dist/Notifications/Notification/Notification.vue2.js +5 -5
  81. package/dist/Notifications/Notifications.d.ts +82 -264
  82. package/dist/Paginator/Paginator.d.ts +9 -9
  83. package/dist/Paginator/Paginator.vue.js +52 -52
  84. package/dist/ProgressBar/ProgressBar.d.ts +40 -25
  85. package/dist/ProgressBar/ProgressBar.vue.js +27 -38
  86. package/dist/ProgressBar/ProgressBar.vue2.js +5 -11
  87. package/dist/RadioButton/RadioButton.d.ts +31 -6
  88. package/dist/Search/Search.d.ts +778 -15
  89. package/dist/Search/Search.vue.js +2 -2
  90. package/dist/Search/Search.vue2.js +2 -2
  91. package/dist/Select/Item/Item.d.ts +85 -6
  92. package/dist/Select/Multiple/Select.multiple.d.ts +934 -24
  93. package/dist/Select/Multiple/Select.multiple.vue.js +19 -20
  94. package/dist/Select/Multiple/Select.multiple.vue2.js +12 -16
  95. package/dist/Select/Select.core.d.ts +577 -24
  96. package/dist/Select/Select.core.vue.js +8 -9
  97. package/dist/Select/Select.core.vue2.js +10 -15
  98. package/dist/Select/Single/Select.single.d.ts +980 -24
  99. package/dist/Select/Single/Select.single.vue.js +29 -25
  100. package/dist/Select/Single/Select.single.vue2.js +15 -17
  101. package/dist/Select/index.d.ts +1922 -56
  102. package/dist/Skeleton/Skeleton.d.ts +4 -4
  103. package/dist/Stepper/Stepper.vue2.js +3 -3
  104. package/dist/TableConfig/TableConfig.d.ts +475 -46
  105. package/dist/TableConfig/TableConfig.vue.js +43 -46
  106. package/dist/TableConfig/TableConfig.vue2.js +37 -44
  107. package/dist/Tabs/Tab/Tab.d.ts +9 -9
  108. package/dist/Tabs/Tab/Tab.vue.js +1 -1
  109. package/dist/Tabs/Tab/Tab.vue2.js +1 -1
  110. package/dist/Tabs/Tabs.d.ts +98 -23
  111. package/dist/Tabs/Tabs.vue.js +25 -31
  112. package/dist/Tabs/Tabs.vue2.js +12 -17
  113. package/dist/Tag/Tag.d.ts +38 -41
  114. package/dist/Tag/Tag.vue.js +13 -19
  115. package/dist/Tag/Tag.vue2.js +24 -48
  116. package/dist/Tag/Tag.vue3.js +2 -2
  117. package/dist/Tipograph/Paragraph/Paragraph.d.ts +4 -4
  118. package/dist/Tipograph/Title/Title.d.ts +4 -4
  119. package/dist/Tipograph/index.d.ts +10 -10
  120. package/dist/Toggle/Toggle.d.ts +8 -8
  121. package/dist/Tooltip/Tooltip.d.ts +41 -12
  122. package/dist/Tooltip/Tooltip.vue2.js +1 -1
  123. package/dist/Upload/MultipleUpload/MultipleUpload.d.ts +354 -9
  124. package/dist/Upload/MultipleUpload/MultipleUpload.vue.js +23 -23
  125. package/dist/Upload/MultipleUpload/MultipleUpload.vue2.js +1 -1
  126. package/dist/Upload/SingleUpload/SingleUpload.d.ts +467 -9
  127. package/dist/Upload/SingleUpload/SingleUpload.vue.js +6 -7
  128. package/dist/Upload/SingleUpload/SingleUpload.vue2.js +1 -1
  129. package/dist/Upload/Upload.d.ts +1276 -5
  130. package/dist/Upload/Upload.vue.js +6 -6
  131. package/dist/Upload/Upload.vue2.js +1 -1
  132. package/dist/Upload/Upload.vue3.js +2 -2
  133. package/dist/Upload/UploaderHeader/UploaderHeader.d.ts +6 -4
  134. package/dist/Upload/UploaderHeader/UploaderHeader.vue2.js +1 -1
  135. package/dist/Upload/UploaderInfoProgress/UploaderInfoProgress.d.ts +75 -5
  136. package/dist/Upload/UploaderInfoProgress/UploaderInfoProgress.vue.js +31 -18
  137. package/dist/Upload/UploaderInfoProgress/UploaderInfoProgress.vue2.js +8 -6
  138. package/dist/Upload/UploaderInput/UploaderInput.d.ts +78 -9
  139. package/dist/Upload/UploaderInput/UploaderInput.vue.js +21 -25
  140. package/dist/Upload/UploaderInput/UploaderInput.vue2.js +11 -11
  141. package/dist/agrotools-theme.css +4 -4
  142. package/dist/agrotools-theme.css.map +1 -1
  143. package/dist/index.js +1 -1
  144. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtAdminRegularIcon/AtAdminRegularIcon.vue.js +48 -0
  145. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtAdminSolidIcon/AtAdminSolidIcon.vue.js +48 -0
  146. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtAnalisesRegularIcon/AtAnalisesRegularIcon.vue.js +46 -0
  147. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtAnalisesSolidIcon/AtAnalisesSolidIcon.vue.js +46 -0
  148. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtAngleDownSolidIcon/AtAngleDownSolidIcon.vue.js +34 -0
  149. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtAngleLeftSolidIcon/AtAngleLeftSolidIcon.vue.js +34 -0
  150. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtAngleRightSolidIcon/AtAngleRightSolidIcon.vue.js +34 -0
  151. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtAngleUpSolidIcon/AtAngleUpSolidIcon.vue.js +34 -0
  152. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtArrowDownSolidIcon/AtArrowDownSolidIcon.vue.js +34 -0
  153. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtArrowLeftSolidIcon/AtArrowLeftSolidIcon.vue.js +34 -0
  154. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtArrowRightSolidIcon/AtArrowRightSolidIcon.vue.js +34 -0
  155. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtArrowUpSolidIcon/AtArrowUpSolidIcon.vue.js +34 -0
  156. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtArvoreRegularIcon/AtArvoreRegularIcon.vue.js +46 -0
  157. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtArvoreSolidIcon/AtArvoreSolidIcon.vue.js +46 -0
  158. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtBeforeAfterRegularIcon/AtBeforeAfterRegularIcon.vue.js +204 -0
  159. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtBeforeAfterSolidIcon/AtBeforeAfterSolidIcon.vue.js +92 -0
  160. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtBellRegularIcon/AtBellRegularIcon.vue.js +46 -0
  161. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtBellSolidIcon/AtBellSolidIcon.vue.js +47 -0
  162. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtBoldRegularIcon/AtBoldRegularIcon.vue.js +46 -0
  163. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtBookmarkRegularIcon/AtBookmarkRegularIcon.vue.js +45 -0
  164. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtBookmarkSolidIcon/AtBookmarkSolidIcon.vue.js +45 -0
  165. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCadastroRegularIcon/AtCadastroRegularIcon.vue.js +34 -0
  166. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCadastroSolidIcon/AtCadastroSolidIcon.vue.js +46 -0
  167. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCalculadoraDeCarbonoIcon/AtCalculadoraDeCarbonoIcon.vue.js +52 -0
  168. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCalculadoraDeCarbonoIcon/index.js +5 -0
  169. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCalendarRegularIcon/AtCalendarRegularIcon.vue.js +49 -0
  170. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCalendarSolidIcon/AtCalendarSolidIcon.vue.js +47 -0
  171. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCarbonoSolidIcon/AtCarbonoSolidIcon.vue.js +35 -0
  172. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCentralAlertasRegularIcon/AtCentralAlertasRegularIcon.vue.js +46 -0
  173. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCentralAlertasSolidIcon/AtCentralAlertasSolidIcon.vue.js +46 -0
  174. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCentralFornecimentoRegularIcon/AtCentralFornecimentoRegularIcon.vue.js +46 -0
  175. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCentralFornecimentoSolidIcon/AtCentralFornecimentoSolidIcon.vue.js +46 -0
  176. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCheckCircleRegularIcon/AtCheckCircleRegularIcon.vue.js +46 -0
  177. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCheckCircleSolidIcon/AtCheckCircleSolidIcon.vue.js +46 -0
  178. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCheckSolidIcon/AtCheckSolidIcon.vue.js +46 -0
  179. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtChuvaRegularIcon/AtChuvaRegularIcon.vue.js +46 -0
  180. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtChuvaSolidIcon/AtChuvaSolidIcon.vue.js +46 -0
  181. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCircleExclamationRegularIcon/AtCircleExclamationRegularIcon.vue.js +48 -0
  182. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCircleExclamationSolidIcon/AtCircleExclamationSolidIcon.vue.js +46 -0
  183. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCircleMinusRegularIcon/AtCircleMinusRegularIcon.vue.js +46 -0
  184. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCircleMinusSolidIcon/AtCircleMinusSolidIcon.vue.js +46 -0
  185. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCirclePlusRegularIcon/AtCirclePlusRegularIcon.vue.js +46 -0
  186. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCirclePlusSolidIcon/AtCirclePlusSolidIcon.vue.js +46 -0
  187. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCircleQuestionRegularIcon/AtCircleQuestionRegularIcon.vue.js +48 -0
  188. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCircleQuestionSolidIcon/AtCircleQuestionSolidIcon.vue.js +46 -0
  189. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCircleXMarkRegularIcon/AtCircleXMarkRegularIcon.vue.js +46 -0
  190. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCircleXMarkSolidIcon/AtCircleXMarkSolidIcon.vue.js +46 -0
  191. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtClipeRegularIcon/AtClipeRegularIcon.vue.js +46 -0
  192. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCloseSolidIcon/AtCloseSolidIcon.vue.js +34 -0
  193. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCloudDownloadRegularIcon/AtCloudDownloadRegularIcon.vue.js +45 -0
  194. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCloundDownloadSolidIcon/AtCloundDownloadSolidIcon.vue.js +45 -0
  195. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCofreDigitalRegularIcon/AtCofreDigitalRegularIcon.vue.js +46 -0
  196. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCofreDigitalSolidIcon/AtCofreDigitalSolidIcon.vue.js +46 -0
  197. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCopilotoRegularIcon/AtCopilotoRegularIcon.vue.js +46 -0
  198. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCopilotoSolidIcon/AtCopilotoSolidIcon.vue.js +46 -0
  199. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCopyRegularIcon/AtCopyRegularIcon.vue.js +45 -0
  200. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCopySolidIcon/AtCopySolidIcon.vue.js +45 -0
  201. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCreditRegularIcon/AtCreditRegularIcon.vue.js +48 -0
  202. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCreditSolidIcon/AtCreditSolidIcon.vue.js +48 -0
  203. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCurralRegularIcon/AtCurralRegularIcon.vue.js +46 -0
  204. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtCurralSolidIcon/AtCurralSolidIcon.vue.js +46 -0
  205. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtDesmatamentoSolidIcon/AtDesmatamentoSolidIcon.vue.js +47 -0
  206. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtDocumentGavelRegularIcon/AtDocumentGavelRegularIcon.vue.js +48 -0
  207. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtDocumentGavelSolidIcon/AtDocumentGavelSolidIcon.vue.js +48 -0
  208. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtDoubleArrowLeftSolidIcon/AtDoubleArrowLeftSolidIcon.vue.js +47 -0
  209. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtDoubleArrowRightSolidIcon/AtDoubleArrowRightSolidIcon.vue.js +47 -0
  210. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtDownloadSolidIcon/AtDownloadSolidIcon.vue.js +47 -0
  211. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtDragOrderRegularIcon/AtDragOrderRegularIcon.vue.js +38 -0
  212. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtDrawGeometryRegularIcon/AtDrawGeometryRegularIcon.vue.js +45 -0
  213. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtDrawGeometrySolidIcon/AtDrawGeometrySolidIcon.vue.js +45 -0
  214. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtDrawPolygonRegularIcon/AtDrawPolygonRegularIcon.vue.js +45 -0
  215. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEdicaoGeometriaRegularIcon/AtEdicaoGeometriaRegularIcon.vue.js +46 -0
  216. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEdicaoGeometriaSolidIcon/AtEdicaoGeometriaSolidIcon.vue.js +46 -0
  217. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEditRegularIcon/AtEditRegularIcon.vue.js +47 -0
  218. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEditSolidIcon/AtEditSolidIcon.vue.js +48 -0
  219. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEllipsesHorizontalSolidIcon/AtEllipsesHorizontalSolidIcon.vue.js +48 -0
  220. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEllipsesVerticalSolidIcon/AtEllipsesVerticalSolidIcon.vue.js +48 -0
  221. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEnergyRegularIcon/AtEnergyRegularIcon.vue.js +45 -0
  222. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEnergySolidIcon/AtEnergySolidIcon.vue.js +34 -0
  223. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEudrSolidIcon/AtEudrSolidIcon.vue.js +44 -0
  224. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtExcelRegularIcon/AtExcelRegularIcon.vue.js +46 -0
  225. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtExcelSolidIcon/AtExcelSolidIcon.vue.js +46 -0
  226. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtExitRegularIcon/AtExitRegularIcon.vue.js +47 -0
  227. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtExportRegularIcon/AtExportRegularIcon.vue.js +48 -0
  228. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtExportSolidIcon/AtExportSolidIcon.vue.js +48 -0
  229. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEyeAtivoRegularIcon/AtEyeAtivoRegularIcon.vue.js +47 -0
  230. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEyeAtivoSolidIcon/AtEyeAtivoSolidIcon.vue.js +35 -0
  231. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEyeInativoRegularIcon/AtEyeInativoRegularIcon.vue.js +34 -0
  232. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtEyeInativoSolidIcon/AtEyeInativoSolidIcon.vue.js +34 -0
  233. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFavoritasRegularIcon/AtFavoritasRegularIcon.vue.js +46 -0
  234. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFavoritasSolidIcon/AtFavoritasSolidIcon.vue.js +46 -0
  235. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFenceRegularIcon/AtFenceRegularIcon.vue.js +46 -0
  236. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFenceSolidIcon/AtFenceSolidIcon.vue.js +34 -0
  237. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFilterRegularIcon/AtFilterRegularIcon.vue.js +46 -0
  238. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFilterSolidIcon/AtFilterSolidIcon.vue.js +46 -0
  239. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFinanceiroRegularIcon/AtFinanceiroRegularIcon.vue.js +49 -0
  240. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFinanceiroSolidIcon/AtFinanceiroSolidIcon.vue.js +49 -0
  241. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFireRegularIcon/AtFireRegularIcon.vue.js +46 -0
  242. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFireSolidIcon/AtFireSolidIcon.vue.js +46 -0
  243. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFlagBrazilIcon/AtFlagBrazilIcon.vue.js +93 -0
  244. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFlagSpainIcon/AtFlagSpainIcon.vue.js +189 -0
  245. package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFlagSpainIcon/index.js +2 -2
  246. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFlagUnitedStatesIcon/AtFlagUnitedStatesIcon.vue.js +233 -0
  247. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFolderRegularIcon/AtFolderRegularIcon.vue.js +46 -0
  248. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtFolderSolidIcon/AtFolderSolidIcon.vue.js +46 -0
  249. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtGasRegularIcon/AtGasRegularIcon.vue.js +46 -0
  250. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtGasSolidIcon/AtGasSolidIcon.vue.js +46 -0
  251. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtGeadaRegularIcon/AtGeadaRegularIcon.vue.js +46 -0
  252. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtGeadaSolidIcon/AtGeadaSolidIcon.vue.js +46 -0
  253. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtGraficoRegularIcon/AtGraficoRegularIcon.vue.js +50 -0
  254. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtGroupRegularIcon/AtGroupRegularIcon.vue.js +46 -0
  255. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtGroupSolidIcon/AtGroupSolidIcon.vue.js +46 -0
  256. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtGrupoDeTerritorioRegularIcon/AtGrupoDeTerritorioRegularIcon.vue.js +48 -0
  257. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtGrupoDeTerritorioSolidIcon/AtGrupoDeTerritorioSolidIcon.vue.js +48 -0
  258. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtHeadsetRegularIcon/AtHeadsetRegularIcon.vue.js +34 -0
  259. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtHeadsetSolidIcon/AtHeadsetSolidIcon.vue.js +34 -0
  260. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtHelpRegularIcon/AtHelpRegularIcon.vue.js +47 -0
  261. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtHelpSolidIcon/AtHelpSolidIcon.vue.js +45 -0
  262. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtHomeRegularIcon/AtHomeRegularIcon.vue.js +46 -0
  263. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtHomeSolidIcon/AtHomeSolidIcon.vue.js +48 -0
  264. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtIdentificarRegularIcon/AtIdentificarRegularIcon.vue.js +45 -0
  265. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtIdentificarSolidIcon/AtIdentificarSolidIcon.vue.js +45 -0
  266. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtImagensRegularIcon/AtImagensRegularIcon.vue.js +47 -0
  267. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtImagensSolidIcon/AtImagensSolidIcon.vue.js +48 -0
  268. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtInfoRegularIcon/AtInfoRegularIcon.vue.js +48 -0
  269. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtInfoSolidIcon/AtInfoSolidIcon.vue.js +46 -0
  270. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtItalicoRegularIcon/AtItalicoRegularIcon.vue.js +46 -0
  271. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtKeyboardRegularIcon/AtKeyboardRegularIcon.vue.js +52 -0
  272. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtKeyboardSolidIcon/AtKeyboardSolidIcon.vue.js +46 -0
  273. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtLayersRegularIcon/AtLayersRegularIcon.vue.js +47 -0
  274. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtLayersSolidIcon/AtLayersSolidIcon.vue.js +47 -0
  275. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtLegendaMapaRegularIcon/AtLegendaMapaRegularIcon.vue.js +46 -0
  276. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtLegendaMapaSolidIcon/AtLegendaMapaSolidIcon.vue.js +46 -0
  277. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtListRegularIcon/AtListRegularIcon.vue.js +40 -0
  278. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtLocationCrosshairsRegularIcon/AtLocationCrosshairsRegularIcon.vue.js +45 -0
  279. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtLocationCrosshairsSolidIcon/AtLocationCrosshairsSolidIcon.vue.js +45 -0
  280. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtLockRegularIcon/AtLockRegularIcon.vue.js +47 -0
  281. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtLockSolidIcon/AtLockSolidIcon.vue.js +34 -0
  282. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtMailIcon/AtMailIcon.vue.js +38 -0
  283. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtMapRegularIcon/AtMapRegularIcon.vue.js +46 -0
  284. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtMapSolidIcon/AtMapSolidIcon.vue.js +46 -0
  285. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtMarkerRegularIcon/AtMarkerRegularIcon.vue.js +47 -0
  286. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtMarkerSolidIcon/AtMarkerSolidIcon.vue.js +46 -0
  287. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtMirrorRegularIcon/AtMirrorRegularIcon.vue.js +45 -0
  288. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtMonitoramentoRegularIcon/AtMonitoramentoRegularIcon.vue.js +34 -0
  289. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtMonitoramentoSolidIcon/AtMonitoramentoSolidIcon.vue.js +34 -0
  290. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtMoveRegularIcon/AtMoveRegularIcon.vue.js +45 -0
  291. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtOpacityRegularIcon/AtOpacityRegularIcon.vue.js +48 -0
  292. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtOrdenacaoRegularIcon/AtOrdenacaoRegularIcon.vue.js +46 -0
  293. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtOrdenarRegularIcon/AtOrdenarRegularIcon.vue.js +34 -0
  294. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtPdfRegularIcon/AtPdfRegularIcon.vue.js +46 -0
  295. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtPdfSolidIcon/AtPdfSolidIcon.vue.js +46 -0
  296. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtPinRegularIcon/AtPinRegularIcon.vue.js +34 -0
  297. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtPinSolidIcon/AtPinSolidIcon.vue.js +34 -0
  298. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtPlantRegularIcon/AtPlantRegularIcon.vue.js +36 -0
  299. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtPlantSolidIcon/AtPlantSolidIcon.vue.js +34 -0
  300. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtPrintSolidIcon/AtPrintSolidIcon.vue.js +45 -0
  301. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtRatingRegularIcon/AtRatingRegularIcon.vue.js +46 -0
  302. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtRatingSolidIcon/AtRatingSolidIcon.vue.js +46 -0
  303. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtRefreshSolidIcon/AtRefreshSolidIcon.vue.js +47 -0
  304. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtRelevoLocazationRegularIcon/AtRelevoLocazationRegularIcon.vue.js +73 -0
  305. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtRelevoLocazationRegularIcon/index.js +5 -0
  306. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtRelevoLocazationSolidIcon/AtRelevoLocazationSolidIcon.vue.js +73 -0
  307. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtRelevoLocazationSolidIcon/index.js +5 -0
  308. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtRenameRegularIcon/AtRenameRegularIcon.vue.js +47 -0
  309. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtRenameRegularIcon/index.js +5 -0
  310. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtRenovabioSolidIcon/AtRenovabioSolidIcon.vue.js +38 -0
  311. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtRulerRegularIcon/AtRulerRegularIcon.vue.js +45 -0
  312. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtRulerSolidIcon/AtRulerSolidIcon.vue.js +34 -0
  313. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSafraRegularIcon/AtSafraRegularIcon.vue.js +44 -0
  314. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSafraRegularIcon/index.js +5 -0
  315. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSafraSolidIcon/AtSafraSolidIcon.vue.js +44 -0
  316. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSafraSolidIcon/index.js +5 -0
  317. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSateliteRegularIcon/AtSateliteRegularIcon.vue.js +46 -0
  318. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSateliteSolidIcon/AtSateliteSolidIcon.vue.js +46 -0
  319. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSaveRegularIcon/AtSaveRegularIcon.vue.js +47 -0
  320. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSaveSolidIcon/AtSaveSolidIcon.vue.js +48 -0
  321. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSearchIcon/AtSearchIcon.vue.js +46 -0
  322. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSecaRegularIcon/AtSecaRegularIcon.vue.js +46 -0
  323. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSecaSolidIcon/AtSecaSolidIcon.vue.js +46 -0
  324. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSettingsRegularIcon/AtSettingsRegularIcon.vue.js +47 -0
  325. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSettingsSolidIcon/AtSettingsSolidIcon.vue.js +34 -0
  326. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtShoppingCartRegularIcon/AtShoppingCartRegularIcon.vue.js +56 -0
  327. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtShoppingCartSolidIcon/AtShoppingCartSolidIcon.vue.js +56 -0
  328. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSobreposicaoRegularIcon/AtSobreposicaoRegularIcon.vue.js +46 -0
  329. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSobreposicaoSolidIcon/AtSobreposicaoSolidIcon.vue.js +47 -0
  330. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSublinhadoRegularIcon/AtSublinhadoRegularIcon.vue.js +47 -0
  331. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSubterritorioRegularIcon/AtSubterritorioRegularIcon.vue.js +46 -0
  332. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtSubterritorioSolidIcon/AtSubterritorioSolidIcon.vue.js +46 -0
  333. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtTalhaoRegularIcon/AtTalhaoRegularIcon.vue.js +48 -0
  334. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtTalhaoSolidIcon/AtTalhaoSolidIcon.vue.js +48 -0
  335. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtTelephoneIcon/AtTelephoneIcon.vue.js +47 -0
  336. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtTemperatureRegularIcon/AtTemperatureRegularIcon.vue.js +45 -0
  337. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtTemperatureSolidIcon/AtTemperatureSolidIcon.vue.js +45 -0
  338. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtTempestadeRegularIcon/AtTempestadeRegularIcon.vue.js +46 -0
  339. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtTempestadeSolidIcon/AtTempestadeSolidIcon.vue.js +46 -0
  340. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtTimelineRegularIcon/AtTimelineRegularIcon.vue.js +36 -0
  341. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtTimelineSolidIcon/AtTimelineSolidIcon.vue.js +47 -0
  342. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtToolRegularIcon/AtToolRegularIcon.vue.js +45 -0
  343. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtToolSolidIcon/AtToolSolidIcon.vue.js +45 -0
  344. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtTrashRegularIcon/AtTrashRegularIcon.vue.js +48 -0
  345. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtTrashSolidIcon/AtTrashSolidIcon.vue.js +34 -0
  346. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtUnlockRegularIcon/AtUnlockRegularIcon.vue.js +47 -0
  347. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtUnlockSolidIcon/AtUnlockSolidIcon.vue.js +46 -0
  348. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtUploadSolidIcon/AtUploadSolidIcon.vue.js +47 -0
  349. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtUserMinusRegularIcon/AtUserMinusRegularIcon.vue.js +46 -0
  350. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtUserMinusSolidIcon/AtUserMinusSolidIcon.vue.js +46 -0
  351. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtUserPlusRegularIcon/AtUserPlusRegularIcon.vue.js +48 -0
  352. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtUserPlusSolidIcon/AtUserPlusSolidIcon.vue.js +48 -0
  353. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtUserSolidIcon/AtUserSolidIcon.vue.js +35 -0
  354. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtVentosRegularIcon/AtVentosRegularIcon.vue.js +46 -0
  355. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtWarningRegularIcon/AtWarningRegularIcon.vue.js +37 -0
  356. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtWarningSolidIcon/AtWarningSolidIcon.vue.js +34 -0
  357. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtWorldRegularIcon/AtWorldRegularIcon.vue.js +49 -0
  358. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtWorldSolidIcon/AtWorldSolidIcon.vue.js +46 -0
  359. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/AtZoomInAreaSolidIcon/AtZoomInAreaSolidIcon.vue.js +45 -0
  360. package/dist/node_modules/.pnpm/@agrotools1_at-icons@1.0.4/node_modules/@agrotools1/at-icons/dist/index.js +420 -0
  361. package/dist/style.css +1 -1
  362. package/package.json +2 -3
  363. package/dist/DatePicker/DatePicker.d.ts +0 -412
  364. package/dist/Filter/Filter.vue2.js +0 -123
  365. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtAdminRegularIcon/AtAdminRegularIcon.vue.js +0 -45
  366. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtAdminSolidIcon/AtAdminSolidIcon.vue.js +0 -45
  367. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtAnalisesRegularIcon/AtAnalisesRegularIcon.vue.js +0 -46
  368. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtAnalisesSolidIcon/AtAnalisesSolidIcon.vue.js +0 -46
  369. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtAngleDownSolidIcon/AtAngleDownSolidIcon.vue.js +0 -34
  370. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtAngleLeftSolidIcon/AtAngleLeftSolidIcon.vue.js +0 -34
  371. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtAngleRightSolidIcon/AtAngleRightSolidIcon.vue.js +0 -34
  372. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtAngleUpSolidIcon/AtAngleUpSolidIcon.vue.js +0 -34
  373. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtArrowDownSolidIcon/AtArrowDownSolidIcon.vue.js +0 -34
  374. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtArrowLeftSolidIcon/AtArrowLeftSolidIcon.vue.js +0 -34
  375. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtArrowRightSolidIcon/AtArrowRightSolidIcon.vue.js +0 -34
  376. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtArrowUpSolidIcon/AtArrowUpSolidIcon.vue.js +0 -34
  377. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtArvoreRegularIcon/AtArvoreRegularIcon.vue.js +0 -46
  378. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtArvoreSolidIcon/AtArvoreSolidIcon.vue.js +0 -46
  379. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtBeforeAfterRegularIcon/AtBeforeAfterRegularIcon.vue.js +0 -204
  380. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtBeforeAfterSolidIcon/AtBeforeAfterSolidIcon.vue.js +0 -92
  381. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtBellRegularIcon/AtBellRegularIcon.vue.js +0 -46
  382. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtBellSolidIcon/AtBellSolidIcon.vue.js +0 -47
  383. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtBoldRegularIcon/AtBoldRegularIcon.vue.js +0 -46
  384. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtBookmarkRegularIcon/AtBookmarkRegularIcon.vue.js +0 -45
  385. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtBookmarkSolidIcon/AtBookmarkSolidIcon.vue.js +0 -45
  386. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCadastroRegularIcon/AtCadastroRegularIcon.vue.js +0 -34
  387. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCadastroSolidIcon/AtCadastroSolidIcon.vue.js +0 -46
  388. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCalendarRegularIcon/AtCalendarRegularIcon.vue.js +0 -49
  389. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCalendarSolidIcon/AtCalendarSolidIcon.vue.js +0 -47
  390. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCarbonoSolidIcon/AtCarbonoSolidIcon.vue.js +0 -35
  391. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCentralAlertasRegularIcon/AtCentralAlertasRegularIcon.vue.js +0 -46
  392. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCentralAlertasSolidIcon/AtCentralAlertasSolidIcon.vue.js +0 -46
  393. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCentralFornecimentoRegularIcon/AtCentralFornecimentoRegularIcon.vue.js +0 -46
  394. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCentralFornecimentoSolidIcon/AtCentralFornecimentoSolidIcon.vue.js +0 -46
  395. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCheckCircleRegularIcon/AtCheckCircleRegularIcon.vue.js +0 -46
  396. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCheckCircleSolidIcon/AtCheckCircleSolidIcon.vue.js +0 -46
  397. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCheckSolidIcon/AtCheckSolidIcon.vue.js +0 -46
  398. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtChuvaRegularIcon/AtChuvaRegularIcon.vue.js +0 -46
  399. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtChuvaSolidIcon/AtChuvaSolidIcon.vue.js +0 -46
  400. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCircleExclamationRegularIcon/AtCircleExclamationRegularIcon.vue.js +0 -48
  401. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCircleExclamationSolidIcon/AtCircleExclamationSolidIcon.vue.js +0 -46
  402. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCircleMinusRegularIcon/AtCircleMinusRegularIcon.vue.js +0 -46
  403. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCircleMinusSolidIcon/AtCircleMinusSolidIcon.vue.js +0 -46
  404. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCirclePlusRegularIcon/AtCirclePlusRegularIcon.vue.js +0 -46
  405. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCirclePlusSolidIcon/AtCirclePlusSolidIcon.vue.js +0 -46
  406. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCircleQuestionRegularIcon/AtCircleQuestionRegularIcon.vue.js +0 -48
  407. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCircleQuestionSolidIcon/AtCircleQuestionSolidIcon.vue.js +0 -46
  408. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCircleXMarkRegularIcon/AtCircleXMarkRegularIcon.vue.js +0 -46
  409. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCircleXMarkSolidIcon/AtCircleXMarkSolidIcon.vue.js +0 -46
  410. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtClipeRegularIcon/AtClipeRegularIcon.vue.js +0 -46
  411. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCloseSolidIcon/AtCloseSolidIcon.vue.js +0 -34
  412. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCloudDownloadRegularIcon/AtCloudDownloadRegularIcon.vue.js +0 -45
  413. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCloundDownloadSolidIcon/AtCloundDownloadSolidIcon.vue.js +0 -45
  414. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCofreDigitalRegularIcon/AtCofreDigitalRegularIcon.vue.js +0 -46
  415. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCofreDigitalSolidIcon/AtCofreDigitalSolidIcon.vue.js +0 -46
  416. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCopilotoRegularIcon/AtCopilotoRegularIcon.vue.js +0 -46
  417. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCopilotoSolidIcon/AtCopilotoSolidIcon.vue.js +0 -46
  418. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCopyRegularIcon/AtCopyRegularIcon.vue.js +0 -45
  419. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCopySolidIcon/AtCopySolidIcon.vue.js +0 -45
  420. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCreditRegularIcon/AtCreditRegularIcon.vue.js +0 -45
  421. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCreditSolidIcon/AtCreditSolidIcon.vue.js +0 -45
  422. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCurralRegularIcon/AtCurralRegularIcon.vue.js +0 -46
  423. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtCurralSolidIcon/AtCurralSolidIcon.vue.js +0 -46
  424. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtDesmatamentoSolidIcon/AtDesmatamentoSolidIcon.vue.js +0 -47
  425. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtDocumentGavelRegularIcon/AtDocumentGavelRegularIcon.vue.js +0 -45
  426. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtDocumentGavelSolidIcon/AtDocumentGavelSolidIcon.vue.js +0 -45
  427. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtDoubleArrowLeftSolidIcon/AtDoubleArrowLeftSolidIcon.vue.js +0 -47
  428. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtDoubleArrowRightSolidIcon/AtDoubleArrowRightSolidIcon.vue.js +0 -47
  429. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtDownloadSolidIcon/AtDownloadSolidIcon.vue.js +0 -47
  430. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtDragOrderRegularIcon/AtDragOrderRegularIcon.vue.js +0 -38
  431. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtDrawGeometryRegularIcon/AtDrawGeometryRegularIcon.vue.js +0 -45
  432. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtDrawGeometrySolidIcon/AtDrawGeometrySolidIcon.vue.js +0 -45
  433. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtDrawPolygonRegularIcon/AtDrawPolygonRegularIcon.vue.js +0 -45
  434. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEdicaoGeometriaRegularIcon/AtEdicaoGeometriaRegularIcon.vue.js +0 -46
  435. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEdicaoGeometriaSolidIcon/AtEdicaoGeometriaSolidIcon.vue.js +0 -46
  436. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEditRegularIcon/AtEditRegularIcon.vue.js +0 -47
  437. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEditSolidIcon/AtEditSolidIcon.vue.js +0 -48
  438. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEllipsesHorizontalSolidIcon/AtEllipsesHorizontalSolidIcon.vue.js +0 -48
  439. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEllipsesVerticalSolidIcon/AtEllipsesVerticalSolidIcon.vue.js +0 -48
  440. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEnergyRegularIcon/AtEnergyRegularIcon.vue.js +0 -45
  441. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEnergySolidIcon/AtEnergySolidIcon.vue.js +0 -34
  442. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEudrSolidIcon/AtEudrSolidIcon.vue.js +0 -45
  443. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtExcelRegularIcon/AtExcelRegularIcon.vue.js +0 -46
  444. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtExcelSolidIcon/AtExcelSolidIcon.vue.js +0 -46
  445. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtExitRegularIcon/AtExitRegularIcon.vue.js +0 -47
  446. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtExportRegularIcon/AtExportRegularIcon.vue.js +0 -45
  447. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtExportSolidIcon/AtExportSolidIcon.vue.js +0 -45
  448. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEyeAtivoRegularIcon/AtEyeAtivoRegularIcon.vue.js +0 -47
  449. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEyeAtivoSolidIcon/AtEyeAtivoSolidIcon.vue.js +0 -35
  450. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEyeInativoRegularIcon/AtEyeInativoRegularIcon.vue.js +0 -34
  451. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtEyeInativoSolidIcon/AtEyeInativoSolidIcon.vue.js +0 -34
  452. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFavoritasRegularIcon/AtFavoritasRegularIcon.vue.js +0 -46
  453. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFavoritasSolidIcon/AtFavoritasSolidIcon.vue.js +0 -46
  454. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFenceRegularIcon/AtFenceRegularIcon.vue.js +0 -46
  455. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFenceSolidIcon/AtFenceSolidIcon.vue.js +0 -34
  456. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFileTypeIcon/AtCsvType.vue.js +0 -93
  457. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFileTypeIcon/AtDocType.vue.js +0 -81
  458. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFileTypeIcon/AtDocxType.vue.js +0 -93
  459. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFileTypeIcon/AtPdfType.vue.js +0 -89
  460. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFileTypeIcon/AtPngType.vue.js +0 -81
  461. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFileTypeIcon/AtShapeType.vue.js +0 -93
  462. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFileTypeIcon/AtTxtFile.vue.js +0 -101
  463. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFileTypeIcon/AtZipType.vue.js +0 -93
  464. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFilterRegularIcon/AtFilterRegularIcon.vue.js +0 -46
  465. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFilterSolidIcon/AtFilterSolidIcon.vue.js +0 -46
  466. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFinanceiroRegularIcon/AtFinanceiroRegularIcon.vue.js +0 -46
  467. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFinanceiroSolidIcon/AtFinanceiroSolidIcon.vue.js +0 -46
  468. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFireRegularIcon/AtFireRegularIcon.vue.js +0 -46
  469. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFireSolidIcon/AtFireSolidIcon.vue.js +0 -46
  470. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFlagBrazilIcon/AtFlagBrazilIcon.vue.js +0 -91
  471. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFlagSpainIcon/AtFlagSpainIcon.vue.js +0 -187
  472. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFlagUnitedStatesIcon/AtFlagUnitedStatesIcon.vue.js +0 -231
  473. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFolderRegularIcon/AtFolderRegularIcon.vue.js +0 -46
  474. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtFolderSolidIcon/AtFolderSolidIcon.vue.js +0 -46
  475. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtGasRegularIcon/AtGasRegularIcon.vue.js +0 -46
  476. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtGasSolidIcon/AtGasSolidIcon.vue.js +0 -46
  477. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtGeadaRegularIcon/AtGeadaRegularIcon.vue.js +0 -46
  478. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtGeadaSolidIcon/AtGeadaSolidIcon.vue.js +0 -46
  479. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtGraficoRegularIcon/AtGraficoRegularIcon.vue.js +0 -50
  480. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtGroupRegularIcon/AtGroupRegularIcon.vue.js +0 -46
  481. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtGroupSolidIcon/AtGroupSolidIcon.vue.js +0 -46
  482. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtGrupoDeTerritorioRegularIcon/AtGrupoDeTerritorioRegularIcon.vue.js +0 -45
  483. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtGrupoDeTerritorioSolidIcon/AtGrupoDeTerritorioSolidIcon.vue.js +0 -45
  484. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtHeadsetRegularIcon/AtHeadsetRegularIcon.vue.js +0 -34
  485. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtHeadsetSolidIcon/AtHeadsetSolidIcon.vue.js +0 -34
  486. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtHelpRegularIcon/AtHelpRegularIcon.vue.js +0 -47
  487. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtHelpSolidIcon/AtHelpSolidIcon.vue.js +0 -45
  488. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtHomeRegularIcon/AtHomeRegularIcon.vue.js +0 -46
  489. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtHomeSolidIcon/AtHomeSolidIcon.vue.js +0 -48
  490. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtIdentificarRegularIcon/AtIdentificarRegularIcon.vue.js +0 -45
  491. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtIdentificarSolidIcon/AtIdentificarSolidIcon.vue.js +0 -45
  492. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtImagensRegularIcon/AtImagensRegularIcon.vue.js +0 -47
  493. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtImagensSolidIcon/AtImagensSolidIcon.vue.js +0 -48
  494. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtInfoRegularIcon/AtInfoRegularIcon.vue.js +0 -48
  495. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtInfoSolidIcon/AtInfoSolidIcon.vue.js +0 -46
  496. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtItalicoRegularIcon/AtItalicoRegularIcon.vue.js +0 -46
  497. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtKeyboardRegularIcon/AtKeyboardRegularIcon.vue.js +0 -52
  498. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtKeyboardSolidIcon/AtKeyboardSolidIcon.vue.js +0 -46
  499. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtLayersRegularIcon/AtLayersRegularIcon.vue.js +0 -47
  500. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtLayersSolidIcon/AtLayersSolidIcon.vue.js +0 -47
  501. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtLegendaMapaRegularIcon/AtLegendaMapaRegularIcon.vue.js +0 -46
  502. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtLegendaMapaSolidIcon/AtLegendaMapaSolidIcon.vue.js +0 -46
  503. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtListRegularIcon/AtListRegularIcon.vue.js +0 -40
  504. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtLocationCrosshairsRegularIcon/AtLocationCrosshairsRegularIcon.vue.js +0 -45
  505. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtLocationCrosshairsSolidIcon/AtLocationCrosshairsSolidIcon.vue.js +0 -45
  506. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtLockRegularIcon/AtLockRegularIcon.vue.js +0 -47
  507. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtLockSolidIcon/AtLockSolidIcon.vue.js +0 -34
  508. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtMailIcon/AtMailIcon.vue.js +0 -38
  509. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtMapRegularIcon/AtMapRegularIcon.vue.js +0 -46
  510. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtMapSolidIcon/AtMapSolidIcon.vue.js +0 -46
  511. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtMarkerRegularIcon/AtMarkerRegularIcon.vue.js +0 -47
  512. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtMarkerSolidIcon/AtMarkerSolidIcon.vue.js +0 -46
  513. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtMirrorRegularIcon/AtMirrorRegularIcon.vue.js +0 -45
  514. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtMonitoramentoRegularIcon/AtMonitoramentoRegularIcon.vue.js +0 -34
  515. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtMonitoramentoSolidIcon/AtMonitoramentoSolidIcon.vue.js +0 -34
  516. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtMoveRegularIcon/AtMoveRegularIcon.vue.js +0 -45
  517. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtOpacityRegularIcon/AtOpacityRegularIcon.vue.js +0 -48
  518. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtOrdenacaoRegularIcon/AtOrdenacaoRegularIcon.vue.js +0 -46
  519. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtOrdenarRegularIcon/AtOrdenarRegularIcon.vue.js +0 -34
  520. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtPdfRegularIcon/AtPdfRegularIcon.vue.js +0 -46
  521. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtPdfSolidIcon/AtPdfSolidIcon.vue.js +0 -46
  522. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtPinRegularIcon/AtPinRegularIcon.vue.js +0 -34
  523. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtPinSolidIcon/AtPinSolidIcon.vue.js +0 -34
  524. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtPlantRegularIcon/AtPlantRegularIcon.vue.js +0 -36
  525. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtPlantSolidIcon/AtPlantSolidIcon.vue.js +0 -34
  526. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtPrintSolidIcon/AtPrintSolidIcon.vue.js +0 -45
  527. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtRatingRegularIcon/AtRatingRegularIcon.vue.js +0 -46
  528. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtRatingSolidIcon/AtRatingSolidIcon.vue.js +0 -46
  529. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtRefreshSolidIcon/AtRefreshSolidIcon.vue.js +0 -47
  530. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtRenovabioSolidIcon/AtRenovabioSolidIcon.vue.js +0 -38
  531. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtRulerRegularIcon/AtRulerRegularIcon.vue.js +0 -45
  532. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtRulerSolidIcon/AtRulerSolidIcon.vue.js +0 -34
  533. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSateliteRegularIcon/AtSateliteRegularIcon.vue.js +0 -46
  534. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSateliteSolidIcon/AtSateliteSolidIcon.vue.js +0 -46
  535. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSaveRegularIcon/AtSaveRegularIcon.vue.js +0 -47
  536. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSaveSolidIcon/AtSaveSolidIcon.vue.js +0 -48
  537. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSearchIcon/AtSearchIcon.vue.js +0 -46
  538. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSecaRegularIcon/AtSecaRegularIcon.vue.js +0 -46
  539. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSecaSolidIcon/AtSecaSolidIcon.vue.js +0 -46
  540. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSettingsRegularIcon/AtSettingsRegularIcon.vue.js +0 -47
  541. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSettingsSolidIcon/AtSettingsSolidIcon.vue.js +0 -34
  542. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtShoppingCartRegularIcon/AtShoppingCartRegularIcon.vue.js +0 -53
  543. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtShoppingCartSolidIcon/AtShoppingCartSolidIcon.vue.js +0 -53
  544. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSobreposicaoRegularIcon/AtSobreposicaoRegularIcon.vue.js +0 -46
  545. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSobreposicaoSolidIcon/AtSobreposicaoSolidIcon.vue.js +0 -47
  546. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSublinhadoRegularIcon/AtSublinhadoRegularIcon.vue.js +0 -47
  547. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSubterritorioRegularIcon/AtSubterritorioRegularIcon.vue.js +0 -46
  548. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtSubterritorioSolidIcon/AtSubterritorioSolidIcon.vue.js +0 -46
  549. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtTalhaoRegularIcon/AtTalhaoRegularIcon.vue.js +0 -45
  550. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtTalhaoSolidIcon/AtTalhaoSolidIcon.vue.js +0 -45
  551. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtTelephoneIcon/AtTelephoneIcon.vue.js +0 -47
  552. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtTemperatureRegularIcon/AtTemperatureRegularIcon.vue.js +0 -45
  553. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtTemperatureSolidIcon/AtTemperatureSolidIcon.vue.js +0 -45
  554. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtTempestadeRegularIcon/AtTempestadeRegularIcon.vue.js +0 -46
  555. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtTempestadeSolidIcon/AtTempestadeSolidIcon.vue.js +0 -46
  556. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtTimelineRegularIcon/AtTimelineRegularIcon.vue.js +0 -36
  557. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtTimelineSolidIcon/AtTimelineSolidIcon.vue.js +0 -47
  558. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtToolRegularIcon/AtToolRegularIcon.vue.js +0 -45
  559. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtToolSolidIcon/AtToolSolidIcon.vue.js +0 -45
  560. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtTrashRegularIcon/AtTrashRegularIcon.vue.js +0 -48
  561. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtTrashSolidIcon/AtTrashSolidIcon.vue.js +0 -34
  562. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtUnlockRegularIcon/AtUnlockRegularIcon.vue.js +0 -47
  563. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtUnlockSolidIcon/AtUnlockSolidIcon.vue.js +0 -46
  564. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtUploadSolidIcon/AtUploadSolidIcon.vue.js +0 -47
  565. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtUserMinusRegularIcon/AtUserMinusRegularIcon.vue.js +0 -46
  566. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtUserMinusSolidIcon/AtUserMinusSolidIcon.vue.js +0 -46
  567. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtUserPlusRegularIcon/AtUserPlusRegularIcon.vue.js +0 -48
  568. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtUserPlusSolidIcon/AtUserPlusSolidIcon.vue.js +0 -48
  569. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtUserRegularIcon/AtUserRegularIcon.vue.js +0 -47
  570. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtUserRegularIcon/index.js +0 -5
  571. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtUserSolidIcon/AtUserSolidIcon.vue.js +0 -35
  572. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtVentosRegularIcon/AtVentosRegularIcon.vue.js +0 -46
  573. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtWarningRegularIcon/AtWarningRegularIcon.vue.js +0 -34
  574. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtWarningSolidIcon/AtWarningSolidIcon.vue.js +0 -34
  575. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtWorldRegularIcon/AtWorldRegularIcon.vue.js +0 -46
  576. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtWorldSolidIcon/AtWorldSolidIcon.vue.js +0 -46
  577. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/AtZoomInAreaSolidIcon/AtZoomInAreaSolidIcon.vue.js +0 -45
  578. package/dist/node_modules/.pnpm/@agrotools1_at-icons@0.2.11/node_modules/@agrotools1/at-icons/dist/index.js +0 -426
  579. /package/dist/Filter/{Filter.vue3.js → components/Filter.vue3.js} +0 -0
  580. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtAdminRegularIcon/index.js +0 -0
  581. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtAdminSolidIcon/index.js +0 -0
  582. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtAnalisesRegularIcon/index.js +0 -0
  583. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtAnalisesSolidIcon/index.js +0 -0
  584. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtAngleDownSolidIcon/index.js +0 -0
  585. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtAngleLeftSolidIcon/index.js +0 -0
  586. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtAngleRightSolidIcon/index.js +0 -0
  587. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtAngleUpSolidIcon/index.js +0 -0
  588. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtArrowDownSolidIcon/index.js +0 -0
  589. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtArrowLeftSolidIcon/index.js +0 -0
  590. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtArrowRightSolidIcon/index.js +0 -0
  591. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtArrowUpSolidIcon/index.js +0 -0
  592. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtArvoreRegularIcon/index.js +0 -0
  593. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtArvoreSolidIcon/index.js +0 -0
  594. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtBeforeAfterRegularIcon/index.js +0 -0
  595. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtBeforeAfterSolidIcon/index.js +0 -0
  596. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtBellRegularIcon/index.js +0 -0
  597. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtBellSolidIcon/index.js +0 -0
  598. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtBoldRegularIcon/index.js +0 -0
  599. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtBookmarkRegularIcon/index.js +0 -0
  600. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtBookmarkSolidIcon/index.js +0 -0
  601. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCadastroRegularIcon/index.js +0 -0
  602. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCadastroSolidIcon/index.js +0 -0
  603. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCalendarRegularIcon/index.js +0 -0
  604. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCalendarSolidIcon/index.js +0 -0
  605. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCarbonoSolidIcon/index.js +0 -0
  606. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCentralAlertasRegularIcon/index.js +0 -0
  607. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCentralAlertasSolidIcon/index.js +0 -0
  608. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCentralFornecimentoRegularIcon/index.js +0 -0
  609. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCentralFornecimentoSolidIcon/index.js +0 -0
  610. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCheckCircleRegularIcon/index.js +0 -0
  611. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCheckCircleSolidIcon/index.js +0 -0
  612. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCheckSolidIcon/index.js +0 -0
  613. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtChuvaRegularIcon/index.js +0 -0
  614. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtChuvaSolidIcon/index.js +0 -0
  615. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCircleExclamationRegularIcon/index.js +0 -0
  616. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCircleExclamationSolidIcon/index.js +0 -0
  617. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCircleMinusRegularIcon/index.js +0 -0
  618. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCircleMinusSolidIcon/index.js +0 -0
  619. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCirclePlusRegularIcon/index.js +0 -0
  620. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCirclePlusSolidIcon/index.js +0 -0
  621. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCircleQuestionRegularIcon/index.js +0 -0
  622. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCircleQuestionSolidIcon/index.js +0 -0
  623. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCircleXMarkRegularIcon/index.js +0 -0
  624. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCircleXMarkSolidIcon/index.js +0 -0
  625. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtClipeRegularIcon/index.js +0 -0
  626. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCloseSolidIcon/index.js +0 -0
  627. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCloudDownloadRegularIcon/index.js +0 -0
  628. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCloundDownloadSolidIcon/index.js +0 -0
  629. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCofreDigitalRegularIcon/index.js +0 -0
  630. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCofreDigitalSolidIcon/index.js +0 -0
  631. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCopilotoRegularIcon/index.js +0 -0
  632. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCopilotoSolidIcon/index.js +0 -0
  633. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCopyRegularIcon/index.js +0 -0
  634. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCopySolidIcon/index.js +0 -0
  635. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCreditRegularIcon/index.js +0 -0
  636. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCreditSolidIcon/index.js +0 -0
  637. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCurralRegularIcon/index.js +0 -0
  638. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtCurralSolidIcon/index.js +0 -0
  639. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtDesmatamentoSolidIcon/index.js +0 -0
  640. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtDocumentGavelRegularIcon/index.js +0 -0
  641. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtDocumentGavelSolidIcon/index.js +0 -0
  642. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtDoubleArrowLeftSolidIcon/index.js +0 -0
  643. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtDoubleArrowRightSolidIcon/index.js +0 -0
  644. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtDownloadSolidIcon/index.js +0 -0
  645. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtDragOrderRegularIcon/index.js +0 -0
  646. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtDrawGeometryRegularIcon/index.js +0 -0
  647. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtDrawGeometrySolidIcon/index.js +0 -0
  648. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtDrawPolygonRegularIcon/index.js +0 -0
  649. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEdicaoGeometriaRegularIcon/index.js +0 -0
  650. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEdicaoGeometriaSolidIcon/index.js +0 -0
  651. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEditRegularIcon/index.js +0 -0
  652. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEditSolidIcon/index.js +0 -0
  653. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEllipsesHorizontalSolidIcon/index.js +0 -0
  654. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEllipsesVerticalSolidIcon/index.js +0 -0
  655. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEnergyRegularIcon/index.js +0 -0
  656. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEnergySolidIcon/index.js +0 -0
  657. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEudrSolidIcon/index.js +0 -0
  658. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtExcelRegularIcon/index.js +0 -0
  659. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtExcelSolidIcon/index.js +0 -0
  660. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtExitRegularIcon/index.js +0 -0
  661. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtExportRegularIcon/index.js +0 -0
  662. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtExportSolidIcon/index.js +0 -0
  663. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEyeAtivoRegularIcon/index.js +0 -0
  664. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEyeAtivoSolidIcon/index.js +0 -0
  665. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEyeInativoRegularIcon/index.js +0 -0
  666. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtEyeInativoSolidIcon/index.js +0 -0
  667. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFavoritasRegularIcon/index.js +0 -0
  668. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFavoritasSolidIcon/index.js +0 -0
  669. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFenceRegularIcon/index.js +0 -0
  670. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFenceSolidIcon/index.js +0 -0
  671. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFilterRegularIcon/index.js +0 -0
  672. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFilterSolidIcon/index.js +0 -0
  673. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFinanceiroRegularIcon/index.js +0 -0
  674. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFinanceiroSolidIcon/index.js +0 -0
  675. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFireRegularIcon/index.js +0 -0
  676. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFireSolidIcon/index.js +0 -0
  677. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFlagBrazilIcon/index.js +0 -0
  678. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFlagUnitedStatesIcon/index.js +0 -0
  679. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFolderRegularIcon/index.js +0 -0
  680. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtFolderSolidIcon/index.js +0 -0
  681. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtGasRegularIcon/index.js +0 -0
  682. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtGasSolidIcon/index.js +0 -0
  683. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtGeadaRegularIcon/index.js +0 -0
  684. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtGeadaSolidIcon/index.js +0 -0
  685. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtGraficoRegularIcon/index.js +0 -0
  686. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtGroupRegularIcon/index.js +0 -0
  687. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtGroupSolidIcon/index.js +0 -0
  688. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtGrupoDeTerritorioRegularIcon/index.js +0 -0
  689. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtGrupoDeTerritorioSolidIcon/index.js +0 -0
  690. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtHeadsetRegularIcon/index.js +0 -0
  691. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtHeadsetSolidIcon/index.js +0 -0
  692. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtHelpRegularIcon/index.js +0 -0
  693. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtHelpSolidIcon/index.js +0 -0
  694. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtHomeRegularIcon/index.js +0 -0
  695. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtHomeSolidIcon/index.js +0 -0
  696. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtIdentificarRegularIcon/index.js +0 -0
  697. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtIdentificarSolidIcon/index.js +0 -0
  698. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtImagensRegularIcon/index.js +0 -0
  699. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtImagensSolidIcon/index.js +0 -0
  700. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtInfoRegularIcon/index.js +0 -0
  701. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtInfoSolidIcon/index.js +0 -0
  702. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtItalicoRegularIcon/index.js +0 -0
  703. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtKeyboardRegularIcon/index.js +0 -0
  704. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtKeyboardSolidIcon/index.js +0 -0
  705. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtLayersRegularIcon/index.js +0 -0
  706. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtLayersSolidIcon/index.js +0 -0
  707. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtLegendaMapaRegularIcon/index.js +0 -0
  708. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtLegendaMapaSolidIcon/index.js +0 -0
  709. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtListRegularIcon/index.js +0 -0
  710. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtLocationCrosshairsRegularIcon/index.js +0 -0
  711. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtLocationCrosshairsSolidIcon/index.js +0 -0
  712. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtLockRegularIcon/index.js +0 -0
  713. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtLockSolidIcon/index.js +0 -0
  714. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtMailIcon/index.js +0 -0
  715. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtMapRegularIcon/index.js +0 -0
  716. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtMapSolidIcon/index.js +0 -0
  717. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtMarkerRegularIcon/index.js +0 -0
  718. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtMarkerSolidIcon/index.js +0 -0
  719. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtMirrorRegularIcon/index.js +0 -0
  720. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtMonitoramentoRegularIcon/index.js +0 -0
  721. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtMonitoramentoSolidIcon/index.js +0 -0
  722. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtMoveRegularIcon/index.js +0 -0
  723. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtOpacityRegularIcon/index.js +0 -0
  724. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtOrdenacaoRegularIcon/index.js +0 -0
  725. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtOrdenarRegularIcon/index.js +0 -0
  726. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtPdfRegularIcon/index.js +0 -0
  727. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtPdfSolidIcon/index.js +0 -0
  728. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtPinRegularIcon/index.js +0 -0
  729. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtPinSolidIcon/index.js +0 -0
  730. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtPlantRegularIcon/index.js +0 -0
  731. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtPlantSolidIcon/index.js +0 -0
  732. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtPrintSolidIcon/index.js +0 -0
  733. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtRatingRegularIcon/index.js +0 -0
  734. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtRatingSolidIcon/index.js +0 -0
  735. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtRefreshSolidIcon/index.js +0 -0
  736. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtRenovabioSolidIcon/index.js +0 -0
  737. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtRulerRegularIcon/index.js +0 -0
  738. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtRulerSolidIcon/index.js +0 -0
  739. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSateliteRegularIcon/index.js +0 -0
  740. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSateliteSolidIcon/index.js +0 -0
  741. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSaveRegularIcon/index.js +0 -0
  742. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSaveSolidIcon/index.js +0 -0
  743. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSearchIcon/index.js +0 -0
  744. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSecaRegularIcon/index.js +0 -0
  745. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSecaSolidIcon/index.js +0 -0
  746. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSettingsRegularIcon/index.js +0 -0
  747. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSettingsSolidIcon/index.js +0 -0
  748. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtShoppingCartRegularIcon/index.js +0 -0
  749. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtShoppingCartSolidIcon/index.js +0 -0
  750. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSobreposicaoRegularIcon/index.js +0 -0
  751. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSobreposicaoSolidIcon/index.js +0 -0
  752. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSublinhadoRegularIcon/index.js +0 -0
  753. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSubterritorioRegularIcon/index.js +0 -0
  754. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtSubterritorioSolidIcon/index.js +0 -0
  755. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtTalhaoRegularIcon/index.js +0 -0
  756. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtTalhaoSolidIcon/index.js +0 -0
  757. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtTelephoneIcon/index.js +0 -0
  758. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtTemperatureRegularIcon/index.js +0 -0
  759. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtTemperatureSolidIcon/index.js +0 -0
  760. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtTempestadeRegularIcon/index.js +0 -0
  761. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtTempestadeSolidIcon/index.js +0 -0
  762. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtTimelineRegularIcon/index.js +0 -0
  763. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtTimelineSolidIcon/index.js +0 -0
  764. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtToolRegularIcon/index.js +0 -0
  765. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtToolSolidIcon/index.js +0 -0
  766. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtTrashRegularIcon/index.js +0 -0
  767. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtTrashSolidIcon/index.js +0 -0
  768. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtUnlockRegularIcon/index.js +0 -0
  769. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtUnlockSolidIcon/index.js +0 -0
  770. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtUploadSolidIcon/index.js +0 -0
  771. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtUserMinusRegularIcon/index.js +0 -0
  772. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtUserMinusSolidIcon/index.js +0 -0
  773. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtUserPlusRegularIcon/index.js +0 -0
  774. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtUserPlusSolidIcon/index.js +0 -0
  775. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtUserSolidIcon/index.js +0 -0
  776. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtVentosRegularIcon/index.js +0 -0
  777. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtWarningRegularIcon/index.js +0 -0
  778. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtWarningSolidIcon/index.js +0 -0
  779. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtWorldRegularIcon/index.js +0 -0
  780. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtWorldSolidIcon/index.js +0 -0
  781. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/AtZoomInAreaSolidIcon/index.js +0 -0
  782. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/_virtual/_plugin-vue_export-helper.js +0 -0
  783. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue.js +0 -0
  784. /package/dist/node_modules/.pnpm/{@agrotools1_at-icons@0.2.11 → @agrotools1_at-icons@1.0.4}/node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue2.js +0 -0
@@ -13,68 +13,78 @@ export interface TableConfigProps {
13
13
  checkAllText?: string;
14
14
  position?: "left" | "right";
15
15
  id?: string;
16
- hideFooter?: boolean;
17
16
  }
18
- declare const _default: import('vue').DefineComponent<{
17
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
19
18
  dropDownList: {
20
- type: PropType<DropdownListItem[] | import('..').DropdownList[]>;
19
+ type: PropType<TableConfigProps["dropDownList"]>;
21
20
  required: true;
22
21
  };
23
22
  title: {
24
- type: PropType<string | undefined>;
23
+ type: PropType<TableConfigProps["title"]>;
25
24
  default: string;
26
25
  };
27
26
  cancelBtnText: {
28
- type: PropType<string | undefined>;
27
+ type: PropType<TableConfigProps["cancelBtnText"]>;
29
28
  default: string;
30
29
  };
31
30
  saveBtnText: {
32
- type: PropType<string | undefined>;
31
+ type: PropType<TableConfigProps["saveBtnText"]>;
33
32
  default: string;
34
33
  };
35
34
  buttonText: {
36
- type: PropType<string | undefined>;
35
+ type: PropType<TableConfigProps["buttonText"]>;
37
36
  default: string;
38
37
  };
39
38
  sortable: {
40
- type: PropType<boolean | undefined>;
39
+ type: PropType<TableConfigProps["sortable"]>;
41
40
  default: boolean;
42
41
  };
43
42
  resumedResponse: {
44
- type: PropType<boolean | undefined>;
43
+ type: PropType<TableConfigProps["resumedResponse"]>;
45
44
  default: boolean;
46
45
  };
47
46
  checkAllText: {
48
- type: PropType<string | undefined>;
47
+ type: PropType<TableConfigProps["checkAllText"]>;
49
48
  required: false;
50
49
  };
51
50
  position: {
52
- type: PropType<"left" | "right" | undefined>;
51
+ type: PropType<TableConfigProps["position"]>;
53
52
  default: string;
54
53
  };
55
54
  id: {
56
- type: PropType<string | undefined>;
55
+ type: PropType<TableConfigProps["id"]>;
57
56
  required: false;
58
57
  };
59
- hideFooter: {
60
- type: PropType<boolean | undefined>;
61
- default: boolean;
62
- };
63
- }, {
64
- isDialogOpen: import('vue').Ref<boolean>;
58
+ }>, {
59
+ isDialogOpen: import('vue').Ref<boolean, boolean>;
65
60
  getButtonColor: import('vue').ComputedRef<"primary" | "secondary">;
66
- formatResponse: () => string[] | DropdownListItem[];
67
61
  list: import('vue').Ref<{
68
- value: boolean | string[];
62
+ value: boolean | Array<string>;
69
63
  text: string;
70
64
  className?: string | undefined;
71
65
  separator?: string | undefined;
72
- iconLeft?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtAngleLeftSolidIcon" | "AtAngleRightSolidIcon" | "AtArrowDownSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowUpSolidIcon" | "AtArvoreRegularIcon" | "AtArvoreSolidIcon" | "AtBeforeAfterRegularIcon" | "AtBeforeAfterSolidIcon" | "AtBellRegularIcon" | "AtBellSolidIcon" | "AtBoldRegularIcon" | "AtBookmarkRegularIcon" | "AtBookmarkSolidIcon" | "AtCadastroRegularIcon" | "AtCadastroSolidIcon" | "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" | "AtCsvTypeIcon" | "AtDocTypeIcon" | "AtDocxTypeIcon" | "AtPNGTypeIcon" | "AtPdfTypeIcon" | "AtShapeTypeIcon" | "AtTXTTypeIcon" | "AtZipTypeIcon" | "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" | "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" | "AtRenovabioSolidIcon" | "AtRulerRegularIcon" | "AtRulerSolidIcon" | "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" | "AtUserRegularIcon" | "AtUserSolidIcon" | "AtVentosRegularIcon" | "AtWarningRegularIcon" | "AtWorldRegularIcon" | "AtWorldSolidIcon" | "AtZoomInAreaSolidIcon" | {
73
- name: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtAngleLeftSolidIcon" | "AtAngleRightSolidIcon" | "AtArrowDownSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowUpSolidIcon" | "AtArvoreRegularIcon" | "AtArvoreSolidIcon" | "AtBeforeAfterRegularIcon" | "AtBeforeAfterSolidIcon" | "AtBellRegularIcon" | "AtBellSolidIcon" | "AtBoldRegularIcon" | "AtBookmarkRegularIcon" | "AtBookmarkSolidIcon" | "AtCadastroRegularIcon" | "AtCadastroSolidIcon" | "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" | "AtCsvTypeIcon" | "AtDocTypeIcon" | "AtDocxTypeIcon" | "AtPNGTypeIcon" | "AtPdfTypeIcon" | "AtShapeTypeIcon" | "AtTXTTypeIcon" | "AtZipTypeIcon" | "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" | "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" | "AtRenovabioSolidIcon" | "AtRulerRegularIcon" | "AtRulerSolidIcon" | "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" | "AtUserRegularIcon" | "AtUserSolidIcon" | "AtVentosRegularIcon" | "AtWarningRegularIcon" | "AtWorldRegularIcon" | "AtWorldSolidIcon" | "AtZoomInAreaSolidIcon";
66
+ iconLeft?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
67
+ name: import('../Dropdown/Dropdown.types').IconType;
74
68
  color: string;
75
69
  } | undefined;
76
- iconRight?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtAngleLeftSolidIcon" | "AtAngleRightSolidIcon" | "AtArrowDownSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowUpSolidIcon" | "AtArvoreRegularIcon" | "AtArvoreSolidIcon" | "AtBeforeAfterRegularIcon" | "AtBeforeAfterSolidIcon" | "AtBellRegularIcon" | "AtBellSolidIcon" | "AtBoldRegularIcon" | "AtBookmarkRegularIcon" | "AtBookmarkSolidIcon" | "AtCadastroRegularIcon" | "AtCadastroSolidIcon" | "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" | "AtCsvTypeIcon" | "AtDocTypeIcon" | "AtDocxTypeIcon" | "AtPNGTypeIcon" | "AtPdfTypeIcon" | "AtShapeTypeIcon" | "AtTXTTypeIcon" | "AtZipTypeIcon" | "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" | "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" | "AtRenovabioSolidIcon" | "AtRulerRegularIcon" | "AtRulerSolidIcon" | "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" | "AtUserRegularIcon" | "AtUserSolidIcon" | "AtVentosRegularIcon" | "AtWarningRegularIcon" | "AtWorldRegularIcon" | "AtWorldSolidIcon" | "AtZoomInAreaSolidIcon" | {
77
- name: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtAngleLeftSolidIcon" | "AtAngleRightSolidIcon" | "AtArrowDownSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowUpSolidIcon" | "AtArvoreRegularIcon" | "AtArvoreSolidIcon" | "AtBeforeAfterRegularIcon" | "AtBeforeAfterSolidIcon" | "AtBellRegularIcon" | "AtBellSolidIcon" | "AtBoldRegularIcon" | "AtBookmarkRegularIcon" | "AtBookmarkSolidIcon" | "AtCadastroRegularIcon" | "AtCadastroSolidIcon" | "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" | "AtCsvTypeIcon" | "AtDocTypeIcon" | "AtDocxTypeIcon" | "AtPNGTypeIcon" | "AtPdfTypeIcon" | "AtShapeTypeIcon" | "AtTXTTypeIcon" | "AtZipTypeIcon" | "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" | "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" | "AtRenovabioSolidIcon" | "AtRulerRegularIcon" | "AtRulerSolidIcon" | "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" | "AtUserRegularIcon" | "AtUserSolidIcon" | "AtVentosRegularIcon" | "AtWarningRegularIcon" | "AtWorldRegularIcon" | "AtWorldSolidIcon" | "AtZoomInAreaSolidIcon";
70
+ iconRight?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
71
+ name: import('../Dropdown/Dropdown.types').IconType;
72
+ color: string;
73
+ } | undefined;
74
+ disabled?: boolean | undefined;
75
+ identifier?: string | undefined;
76
+ onClick?: ((item: DropdownListItem) => void) | undefined;
77
+ }[], DropdownListItem[] | {
78
+ value: boolean | Array<string>;
79
+ text: string;
80
+ className?: string | undefined;
81
+ separator?: string | undefined;
82
+ iconLeft?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
83
+ name: import('../Dropdown/Dropdown.types').IconType;
84
+ color: string;
85
+ } | undefined;
86
+ iconRight?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
87
+ name: import('../Dropdown/Dropdown.types').IconType;
78
88
  color: string;
79
89
  } | undefined;
80
90
  disabled?: boolean | undefined;
@@ -87,62 +97,481 @@ declare const _default: import('vue').DefineComponent<{
87
97
  save: () => void;
88
98
  cancel: () => void;
89
99
  resetList: () => void;
90
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("onSave" | "onUpdate")[], "onSave" | "onUpdate", import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
100
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "onSave"[], "onSave", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
91
101
  dropDownList: {
92
- type: PropType<DropdownListItem[] | import('..').DropdownList[]>;
102
+ type: PropType<TableConfigProps["dropDownList"]>;
93
103
  required: true;
94
104
  };
95
105
  title: {
96
- type: PropType<string | undefined>;
106
+ type: PropType<TableConfigProps["title"]>;
97
107
  default: string;
98
108
  };
99
109
  cancelBtnText: {
100
- type: PropType<string | undefined>;
110
+ type: PropType<TableConfigProps["cancelBtnText"]>;
101
111
  default: string;
102
112
  };
103
113
  saveBtnText: {
104
- type: PropType<string | undefined>;
114
+ type: PropType<TableConfigProps["saveBtnText"]>;
105
115
  default: string;
106
116
  };
107
117
  buttonText: {
108
- type: PropType<string | undefined>;
118
+ type: PropType<TableConfigProps["buttonText"]>;
109
119
  default: string;
110
120
  };
111
121
  sortable: {
112
- type: PropType<boolean | undefined>;
122
+ type: PropType<TableConfigProps["sortable"]>;
113
123
  default: boolean;
114
124
  };
115
125
  resumedResponse: {
116
- type: PropType<boolean | undefined>;
126
+ type: PropType<TableConfigProps["resumedResponse"]>;
117
127
  default: boolean;
118
128
  };
119
129
  checkAllText: {
120
- type: PropType<string | undefined>;
130
+ type: PropType<TableConfigProps["checkAllText"]>;
121
131
  required: false;
122
132
  };
123
133
  position: {
124
- type: PropType<"left" | "right" | undefined>;
134
+ type: PropType<TableConfigProps["position"]>;
125
135
  default: string;
126
136
  };
127
137
  id: {
128
- type: PropType<string | undefined>;
138
+ type: PropType<TableConfigProps["id"]>;
129
139
  required: false;
130
140
  };
131
- hideFooter: {
132
- type: PropType<boolean | undefined>;
133
- default: boolean;
134
- };
135
- }>> & {
141
+ }>> & Readonly<{
136
142
  onOnSave?: ((...args: any[]) => any) | undefined;
137
- onOnUpdate?: ((...args: any[]) => any) | undefined;
138
- }, {
143
+ }>, {
139
144
  title: string | undefined;
140
145
  position: "left" | "right" | undefined;
141
- buttonText: string | undefined;
142
- cancelBtnText: string | undefined;
143
- hideFooter: boolean | undefined;
144
146
  sortable: boolean | undefined;
147
+ cancelBtnText: string | undefined;
145
148
  saveBtnText: string | undefined;
149
+ buttonText: string | undefined;
146
150
  resumedResponse: boolean | undefined;
147
- }, {}>;
151
+ }, {}, {
152
+ AtSettingsSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
153
+ AtChecklist: import('vue').DefineComponent<{
154
+ title: string;
155
+ dropDownList: DropdownListItem[] | import('..').DropdownList[];
156
+ sortable: boolean;
157
+ listItemSeparator: string;
158
+ checkAllText?: string | undefined;
159
+ onOnClose?: ((...args: any[]) => any) | undefined;
160
+ onOnSorted?: ((...args: any[]) => any) | undefined;
161
+ }, {
162
+ checkAllModel: import('vue').Ref<boolean | undefined, boolean | undefined>;
163
+ listSeparator: import('vue').Ref<{
164
+ key: string;
165
+ value: {
166
+ value: boolean | Array<string>;
167
+ text: string;
168
+ className?: string | undefined;
169
+ separator?: string | undefined;
170
+ iconLeft?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
171
+ name: import('../Dropdown/Dropdown.types').IconType;
172
+ color: string;
173
+ } | undefined;
174
+ iconRight?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
175
+ name: import('../Dropdown/Dropdown.types').IconType;
176
+ color: string;
177
+ } | undefined;
178
+ disabled?: boolean | undefined;
179
+ identifier?: string | undefined;
180
+ onClick?: ((item: DropdownListItem) => void) | undefined;
181
+ }[];
182
+ identifier?: string | undefined;
183
+ }[], import('..').DropdownList[] | {
184
+ key: string;
185
+ value: {
186
+ value: boolean | Array<string>;
187
+ text: string;
188
+ className?: string | undefined;
189
+ separator?: string | undefined;
190
+ iconLeft?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
191
+ name: import('../Dropdown/Dropdown.types').IconType;
192
+ color: string;
193
+ } | undefined;
194
+ iconRight?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
195
+ name: import('../Dropdown/Dropdown.types').IconType;
196
+ color: string;
197
+ } | undefined;
198
+ disabled?: boolean | undefined;
199
+ identifier?: string | undefined;
200
+ onClick?: ((item: DropdownListItem) => void) | undefined;
201
+ }[];
202
+ identifier?: string | undefined;
203
+ }[]>;
204
+ listArray: import('vue').Ref<{
205
+ value: boolean | Array<string>;
206
+ text: string;
207
+ className?: string | undefined;
208
+ separator?: string | undefined;
209
+ iconLeft?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
210
+ name: import('../Dropdown/Dropdown.types').IconType;
211
+ color: string;
212
+ } | undefined;
213
+ iconRight?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
214
+ name: import('../Dropdown/Dropdown.types').IconType;
215
+ color: string;
216
+ } | undefined;
217
+ disabled?: boolean | undefined;
218
+ identifier?: string | undefined;
219
+ onClick?: ((item: DropdownListItem) => void) | undefined;
220
+ }[], DropdownListItem[] | {
221
+ value: boolean | Array<string>;
222
+ text: string;
223
+ className?: string | undefined;
224
+ separator?: string | undefined;
225
+ iconLeft?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
226
+ name: import('../Dropdown/Dropdown.types').IconType;
227
+ color: string;
228
+ } | undefined;
229
+ iconRight?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
230
+ name: import('../Dropdown/Dropdown.types').IconType;
231
+ color: string;
232
+ } | undefined;
233
+ disabled?: boolean | undefined;
234
+ identifier?: string | undefined;
235
+ onClick?: ((item: DropdownListItem) => void) | undefined;
236
+ }[]>;
237
+ list: import('vue').Ref<{
238
+ value: boolean | Array<string>;
239
+ text: string;
240
+ className?: string | undefined;
241
+ separator?: string | undefined;
242
+ iconLeft?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
243
+ name: import('../Dropdown/Dropdown.types').IconType;
244
+ color: string;
245
+ } | undefined;
246
+ iconRight?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
247
+ name: import('../Dropdown/Dropdown.types').IconType;
248
+ color: string;
249
+ } | undefined;
250
+ disabled?: boolean | undefined;
251
+ identifier?: string | undefined;
252
+ onClick?: ((item: DropdownListItem) => void) | undefined;
253
+ }[] | {
254
+ key: string;
255
+ value: {
256
+ value: boolean | Array<string>;
257
+ text: string;
258
+ className?: string | undefined;
259
+ separator?: string | undefined;
260
+ iconLeft?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
261
+ name: import('../Dropdown/Dropdown.types').IconType;
262
+ color: string;
263
+ } | undefined;
264
+ iconRight?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
265
+ name: import('../Dropdown/Dropdown.types').IconType;
266
+ color: string;
267
+ } | undefined;
268
+ disabled?: boolean | undefined;
269
+ identifier?: string | undefined;
270
+ onClick?: ((item: DropdownListItem) => void) | undefined;
271
+ }[];
272
+ identifier?: string | undefined;
273
+ }[], DropdownListItem[] | import('..').DropdownList[] | {
274
+ value: boolean | Array<string>;
275
+ text: string;
276
+ className?: string | undefined;
277
+ separator?: string | undefined;
278
+ iconLeft?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
279
+ name: import('../Dropdown/Dropdown.types').IconType;
280
+ color: string;
281
+ } | undefined;
282
+ iconRight?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
283
+ name: import('../Dropdown/Dropdown.types').IconType;
284
+ color: string;
285
+ } | undefined;
286
+ disabled?: boolean | undefined;
287
+ identifier?: string | undefined;
288
+ onClick?: ((item: DropdownListItem) => void) | undefined;
289
+ }[] | {
290
+ key: string;
291
+ value: {
292
+ value: boolean | Array<string>;
293
+ text: string;
294
+ className?: string | undefined;
295
+ separator?: string | undefined;
296
+ iconLeft?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
297
+ name: import('../Dropdown/Dropdown.types').IconType;
298
+ color: string;
299
+ } | undefined;
300
+ iconRight?: "AtAngleUpSolidIcon" | "AtAngleDownSolidIcon" | "AtCheckCircleSolidIcon" | "AtWarningSolidIcon" | "AtCircleXMarkSolidIcon" | "AtCircleMinusSolidIcon" | "AtCircleQuestionSolidIcon" | "AtArrowRightSolidIcon" | "AtAngleRightSolidIcon" | "AtAngleLeftSolidIcon" | "AtClipeRegularIcon" | "AtFlagBrazilIcon" | "AtFlagSpainIcon" | "AtFlagUnitedStatesIcon" | "AtAdminRegularIcon" | "AtAdminSolidIcon" | "AtAnalisesRegularIcon" | "AtAnalisesSolidIcon" | "AtArrowLeftSolidIcon" | "AtArrowDownSolidIcon" | "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" | "AtCloseSolidIcon" | "AtCloudDownloadRegularIcon" | "AtCloundDownloadSolidIcon" | "AtCofreDigitalSolidIcon" | "AtCofreDigitalRegularIcon" | "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" | "AtFolderRegularIcon" | "AtFolderSolidIcon" | "AtGasRegularIcon" | "AtGasSolidIcon" | "AtGeadaRegularIcon" | "AtGeadaSolidIcon" | "AtGraficoRegularIcon" | "AtGroupRegularIcon" | "AtGroupSolidIcon" | "AtGrupoDeTerritorioRegularIcon" | "AtGrupoDeTerritorioSolidIcon" | "AtHeadsetRegularIcon" | "AtHeadsetSolidIcon" | "AtHelpRegularIcon" | "AtHelpSolidIcon" | "AtHomeRegularIcon" | "AtHomeSolidIcon" | "AtIdentificarRegularIcon" | "AtIdentificarSolidIcon" | "AtImagensRegularIcon" | "AtImagensSolidIcon" | "AtInfoRegularIcon" | "AtInfoSolidIcon" | "AtItalicoRegularIcon" | "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" | {
301
+ name: import('../Dropdown/Dropdown.types').IconType;
302
+ color: string;
303
+ } | undefined;
304
+ disabled?: boolean | undefined;
305
+ identifier?: string | undefined;
306
+ onClick?: ((item: DropdownListItem) => void) | undefined;
307
+ }[];
308
+ identifier?: string | undefined;
309
+ }[]>;
310
+ sortableList: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
311
+ setAllCheckboxValues: (value: boolean) => void;
312
+ getItemText: (item: DropdownListItem) => string;
313
+ setListProps: () => void;
314
+ closeDialog: () => void;
315
+ getLockItem: (item: DropdownListItem) => import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
316
+ getLockIconColor: (item: DropdownListItem) => {
317
+ color: string;
318
+ };
319
+ setListOrdenable: () => void;
320
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("onClose" | "onSorted")[], "onClose" | "onSorted", import('vue').PublicProps, Readonly<{
321
+ title: string;
322
+ dropDownList: DropdownListItem[] | import('..').DropdownList[];
323
+ sortable: boolean;
324
+ listItemSeparator: string;
325
+ checkAllText?: string | undefined;
326
+ onOnClose?: ((...args: any[]) => any) | undefined;
327
+ onOnSorted?: ((...args: any[]) => any) | undefined;
328
+ }> & Readonly<{
329
+ onOnClose?: ((...args: any[]) => any) | undefined;
330
+ onOnSorted?: ((...args: any[]) => any) | undefined;
331
+ }>, {
332
+ title: string | undefined;
333
+ sortable: boolean | undefined;
334
+ listItemSeparator: string | undefined;
335
+ }, {}, {
336
+ AtCloseSolidIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
337
+ AtDragOrderRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
338
+ AtLockRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
339
+ AtUnlockRegularIcon: import('vue').DefineComponent<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
340
+ AtParagraph: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
341
+ weight: {
342
+ type: () => "light" | "regular" | "medium" | "bold";
343
+ default: string;
344
+ };
345
+ size: {
346
+ type: () => "p1" | "p2" | "p3";
347
+ required: true;
348
+ default: string;
349
+ };
350
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
351
+ weight: {
352
+ type: () => "light" | "regular" | "medium" | "bold";
353
+ default: string;
354
+ };
355
+ size: {
356
+ type: () => "p1" | "p2" | "p3";
357
+ required: true;
358
+ default: string;
359
+ };
360
+ }>> & Readonly<{}>, {
361
+ weight: "bold" | "light" | "regular" | "medium";
362
+ size: "p1" | "p2" | "p3";
363
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
364
+ AtCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
365
+ disabled: {
366
+ required: false;
367
+ type: PropType<import('..').CheckboxProps["disabled"]>;
368
+ default: boolean;
369
+ validator: (value: boolean) => boolean;
370
+ };
371
+ modelValue: {
372
+ required: false;
373
+ type: PropType<import('..').CheckboxProps["value"]>;
374
+ default: undefined;
375
+ validator: (value: import('..').CheckboxProps["value"]) => boolean;
376
+ };
377
+ val: {
378
+ required: false;
379
+ type: PropType<import('..').CheckboxProps["val"]>;
380
+ default: undefined;
381
+ };
382
+ size: {
383
+ required: false;
384
+ type: PropType<import('..').CheckboxProps["size"]>;
385
+ default: string;
386
+ validator: (value: string) => boolean;
387
+ };
388
+ labelledby: {
389
+ required: false;
390
+ type: PropType<import('..').CheckboxProps["labelledby"]>;
391
+ default: string;
392
+ validator: (value: string) => boolean;
393
+ };
394
+ }>, {
395
+ checkmarck: string;
396
+ buttonRef: import('vue').Ref<HTMLButtonElement | null, HTMLButtonElement | null>;
397
+ inputRef: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
398
+ computedSize: import('vue').ComputedRef<string>;
399
+ onClick: (event: MouseEvent) => void;
400
+ borderRadius: import('vue').ComputedRef<string>;
401
+ isCheckedValue: import('vue').ComputedRef<boolean>;
402
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
403
+ disabled: {
404
+ required: false;
405
+ type: PropType<import('..').CheckboxProps["disabled"]>;
406
+ default: boolean;
407
+ validator: (value: boolean) => boolean;
408
+ };
409
+ modelValue: {
410
+ required: false;
411
+ type: PropType<import('..').CheckboxProps["value"]>;
412
+ default: undefined;
413
+ validator: (value: import('..').CheckboxProps["value"]) => boolean;
414
+ };
415
+ val: {
416
+ required: false;
417
+ type: PropType<import('..').CheckboxProps["val"]>;
418
+ default: undefined;
419
+ };
420
+ size: {
421
+ required: false;
422
+ type: PropType<import('..').CheckboxProps["size"]>;
423
+ default: string;
424
+ validator: (value: string) => boolean;
425
+ };
426
+ labelledby: {
427
+ required: false;
428
+ type: PropType<import('..').CheckboxProps["labelledby"]>;
429
+ default: string;
430
+ validator: (value: string) => boolean;
431
+ };
432
+ }>> & Readonly<{
433
+ onClick?: ((...args: any[]) => any) | undefined;
434
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
435
+ }>, {
436
+ size: "12" | "16" | "20" | "24" | "28";
437
+ disabled: boolean;
438
+ val: string | undefined;
439
+ labelledby: string;
440
+ modelValue: boolean | string[];
441
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
442
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
443
+ AtDropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
444
+ isOpen: {
445
+ type: PropType<import('../Dropdown/Dropdown.types').DropdownCoreProps["isOpen"]>;
446
+ default: boolean;
447
+ };
448
+ position: {
449
+ type: PropType<import('../Dropdown/Dropdown.types').DropdownCoreProps["position"]>;
450
+ default: string;
451
+ };
452
+ fullSize: {
453
+ type: PropType<import('../Dropdown/Dropdown.types').DropdownCoreProps["fullSize"]>;
454
+ default: boolean;
455
+ };
456
+ teleportToBody: {
457
+ type: PropType<import('../Dropdown/Dropdown.types').DropdownCoreProps["teleportToBody"]>;
458
+ default: boolean;
459
+ };
460
+ id: {
461
+ type: PropType<import('../Dropdown/Dropdown.types').DropdownCoreProps["id"]>;
462
+ default: string;
463
+ };
464
+ }>, {
465
+ dialogIsOpen: import('vue').Ref<boolean, boolean>;
466
+ getDialogClass: import('vue').ComputedRef<string[]>;
467
+ dialogElem: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
468
+ triggerElem: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
469
+ dialogStyle: import('vue').Ref<import('vue').CSSProperties | undefined, import('vue').CSSProperties | undefined>;
470
+ toggleDialog: () => void;
471
+ openDialog: () => Promise<void>;
472
+ closeDialog: () => Promise<void>;
473
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:isOpen"[], "update:isOpen", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
474
+ isOpen: {
475
+ type: PropType<import('../Dropdown/Dropdown.types').DropdownCoreProps["isOpen"]>;
476
+ default: boolean;
477
+ };
478
+ position: {
479
+ type: PropType<import('../Dropdown/Dropdown.types').DropdownCoreProps["position"]>;
480
+ default: string;
481
+ };
482
+ fullSize: {
483
+ type: PropType<import('../Dropdown/Dropdown.types').DropdownCoreProps["fullSize"]>;
484
+ default: boolean;
485
+ };
486
+ teleportToBody: {
487
+ type: PropType<import('../Dropdown/Dropdown.types').DropdownCoreProps["teleportToBody"]>;
488
+ default: boolean;
489
+ };
490
+ id: {
491
+ type: PropType<import('../Dropdown/Dropdown.types').DropdownCoreProps["id"]>;
492
+ default: string;
493
+ };
494
+ }>> & Readonly<{
495
+ "onUpdate:isOpen"?: ((...args: any[]) => any) | undefined;
496
+ }>, {
497
+ isOpen: boolean;
498
+ id: string | undefined;
499
+ position: "left" | "right";
500
+ fullSize: boolean | undefined;
501
+ teleportToBody: boolean | undefined;
502
+ }, {}, {
503
+ DropdownContent: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
504
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
505
+ AtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
506
+ variant: {
507
+ type: () => "primary" | "secondary" | "danger" | "header";
508
+ default: string;
509
+ };
510
+ disabled: {
511
+ type: BooleanConstructor;
512
+ default: boolean;
513
+ };
514
+ size: {
515
+ type: () => {
516
+ width: string;
517
+ };
518
+ default: () => {
519
+ width: string;
520
+ };
521
+ };
522
+ onlyIcon: {
523
+ type: BooleanConstructor;
524
+ default: boolean;
525
+ };
526
+ href: {
527
+ type: StringConstructor;
528
+ default: string;
529
+ };
530
+ link: {
531
+ type: BooleanConstructor;
532
+ default: boolean;
533
+ };
534
+ }>, {
535
+ tagName: import('vue').ComputedRef<"button" | "a">;
536
+ targetAttribute: import('vue').ComputedRef<"_blank" | undefined>;
537
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
538
+ variant: {
539
+ type: () => "primary" | "secondary" | "danger" | "header";
540
+ default: string;
541
+ };
542
+ disabled: {
543
+ type: BooleanConstructor;
544
+ default: boolean;
545
+ };
546
+ size: {
547
+ type: () => {
548
+ width: string;
549
+ };
550
+ default: () => {
551
+ width: string;
552
+ };
553
+ };
554
+ onlyIcon: {
555
+ type: BooleanConstructor;
556
+ default: boolean;
557
+ };
558
+ href: {
559
+ type: StringConstructor;
560
+ default: string;
561
+ };
562
+ link: {
563
+ type: BooleanConstructor;
564
+ default: boolean;
565
+ };
566
+ }>> & Readonly<{}>, {
567
+ link: boolean;
568
+ size: {
569
+ width: string;
570
+ };
571
+ variant: "header" | "primary" | "secondary" | "danger";
572
+ disabled: boolean;
573
+ onlyIcon: boolean;
574
+ href: string;
575
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
576
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
148
577
  export default _default;