@sankhyalabs/sankhyablocks 8.16.0-dev.7 → 8.16.0-dev.70

Sign up to get free protection for your applications and to get access to all the features.
Files changed (335) hide show
  1. package/dist/cjs/{ConfigStorage-a343e418.js → ConfigStorage-d024aec8.js} +2 -2
  2. package/dist/cjs/{IExporterProvider-597949f9.js → ContinuousInsertUtils-54d44192.js} +65 -23
  3. package/dist/cjs/{DataFetcher-313debd8.js → DataFetcher-65879b2c.js} +216 -76
  4. package/dist/cjs/{RecordIDUtils-3735135c.js → GetSelectedRecordsIDsInfo-bd50caf1.js} +10 -10
  5. package/dist/cjs/{SnkFormConfigManager-166cbd1f.js → SnkFormConfigManager-07f747be.js} +75 -17
  6. package/dist/cjs/{SnkMessageBuilder-722b104e.js → SnkMessageBuilder-bae64d0d.js} +7 -3
  7. package/dist/cjs/{auth-fetcher-54f5ff9d.js → auth-fetcher-8480751c.js} +1 -1
  8. package/dist/cjs/{dataunit-fetcher-688d3f05.js → dataunit-fetcher-8ea97d88.js} +48 -20
  9. package/dist/cjs/{field-search-f56aa7d6.js → field-search-68e34bf4.js} +5 -1
  10. package/dist/cjs/{form-config-fetcher-2dd00e5b.js → form-config-fetcher-90126e4c.js} +42 -2
  11. package/dist/cjs/index-f9e81701.js +16 -32
  12. package/dist/cjs/loader.cjs.js +1 -1
  13. package/dist/cjs/{pesquisa-fetcher-680e198f.js → pesquisa-fetcher-f3454c23.js} +185 -2
  14. package/dist/cjs/pesquisa-grid_2.cjs.entry.js +133 -0
  15. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  16. package/dist/cjs/{snk-actions-button_4.cjs.entry.js → snk-actions-button_5.cjs.entry.js} +136 -40
  17. package/dist/cjs/snk-application.cjs.entry.js +248 -69
  18. package/dist/cjs/snk-attach.cjs.entry.js +46 -33
  19. package/dist/cjs/{snk-form-config.cjs.entry.js → snk-config-options_3.cjs.entry.js} +398 -12
  20. package/dist/cjs/snk-crud.cjs.entry.js +22 -8
  21. package/dist/cjs/snk-data-exporter.cjs.entry.js +34 -22
  22. package/dist/cjs/{snk-data-unit-04df81bf.js → snk-data-unit-72ef8777.js} +54 -32
  23. package/dist/cjs/snk-data-unit.cjs.entry.js +5 -5
  24. package/dist/cjs/snk-detail-view.cjs.entry.js +12 -12
  25. package/dist/cjs/snk-exporter-email-sender.cjs.entry.js +1 -1
  26. package/dist/cjs/snk-filter-bar_4.cjs.entry.js +1436 -0
  27. package/dist/cjs/snk-filter-binary-select.cjs.entry.js +1 -1
  28. package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js +1 -1
  29. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
  30. package/dist/cjs/snk-filter-text.cjs.entry.js +2 -1
  31. package/dist/cjs/snk-grid.cjs.entry.js +71 -21
  32. package/dist/cjs/{snk-guides-viewer-bdc41281.js → snk-guides-viewer-b20b0cfd.js} +29 -13
  33. package/dist/cjs/snk-guides-viewer.cjs.entry.js +9 -9
  34. package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js +4 -4
  35. package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
  36. package/dist/cjs/snk-pesquisa.cjs.entry.js +123 -31
  37. package/dist/cjs/snk-print-selector.cjs.entry.js +1 -1
  38. package/dist/cjs/snk-simple-bar.cjs.entry.js +1 -1
  39. package/dist/cjs/snk-simple-crud.cjs.entry.js +101 -45
  40. package/dist/cjs/snk-taskbar.cjs.entry.js +64 -38
  41. package/dist/collection/collection-manifest.json +14 -31
  42. package/dist/collection/components/snk-actions-button/actions/index.js +16 -13
  43. package/dist/collection/components/snk-actions-button/interfaces/index.js +1 -0
  44. package/dist/collection/components/snk-actions-button/snk-actions-button.js +27 -26
  45. package/dist/collection/components/snk-application/request-listener/DebouncedRequestListener.js +29 -0
  46. package/dist/collection/components/snk-application/request-listener/RequestListenerFactory.js +16 -0
  47. package/dist/collection/components/snk-application/request-listener/RequestListenerLoadingBar.js +52 -0
  48. package/dist/collection/components/snk-application/snk-application.css +34 -0
  49. package/dist/collection/components/snk-application/snk-application.js +235 -64
  50. package/dist/collection/components/snk-attach/snk-attach.js +25 -16
  51. package/dist/collection/components/snk-attach/structure/builder/taskbar-builder.js +8 -4
  52. package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js +2 -4
  53. package/dist/collection/components/snk-crud/snk-crud.js +122 -3
  54. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +3 -3
  55. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css +6 -6
  56. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +72 -6
  57. package/dist/collection/components/snk-data-exporter/exporter-email-sender/options-step.js +1 -1
  58. package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js +13 -7
  59. package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js +9 -2
  60. package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js +1 -1
  61. package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js +1 -1
  62. package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js +1 -1
  63. package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +3 -5
  64. package/dist/collection/components/snk-data-exporter/structure/ItemBuilder.js +2 -2
  65. package/dist/collection/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.js +4 -4
  66. package/dist/collection/components/snk-data-exporter/utils/ParserExport.js +1 -1
  67. package/dist/collection/components/snk-data-unit/snk-data-unit.js +52 -30
  68. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-binary-select.js +1 -1
  69. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-checkbox-list.js +1 -1
  70. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js +2 -1
  71. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.css +13 -0
  72. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js +3 -3
  73. package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.js +8 -0
  74. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +5 -1
  75. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js +3 -1
  76. package/dist/collection/components/snk-filter-bar/snk-filter-bar.css +1 -1
  77. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +118 -28
  78. package/dist/collection/components/snk-form/snk-form.js +2 -2
  79. package/dist/collection/components/snk-form-config/SnkFormConfigManager.js +73 -15
  80. package/dist/collection/components/snk-form-config/snk-form-config.css +8 -3
  81. package/dist/collection/components/snk-form-config/snk-form-config.js +49 -8
  82. package/dist/collection/components/snk-grid/snk-grid.css +2 -0
  83. package/dist/collection/components/snk-grid/snk-grid.js +153 -8
  84. package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.css +10 -0
  85. package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.js +190 -0
  86. package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.css +25 -0
  87. package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.js +179 -0
  88. package/dist/collection/components/snk-pesquisa/pesquisaHelper.js +89 -0
  89. package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +24 -5
  90. package/dist/collection/components/snk-pesquisa/snk-pesquisa.js +186 -32
  91. package/dist/collection/components/snk-print-selector/snk-print-selector.js +1 -1
  92. package/dist/collection/components/snk-simple-bar/snk-simple-bar.js +1 -1
  93. package/dist/collection/components/snk-simple-crud/snk-simple-crud.css +1 -1
  94. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +160 -50
  95. package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.css +22 -0
  96. package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.js +181 -0
  97. package/dist/collection/components/snk-taskbar/processor/taskbar-processor.js +5 -1
  98. package/dist/collection/components/snk-taskbar/snk-taskbar.js +106 -38
  99. package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js +3 -3
  100. package/dist/collection/lib/dataUnit/InMemoryLoader.js +2 -4
  101. package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js +34 -9
  102. package/dist/collection/lib/http/data-fetcher/DataFetcher.js +29 -21
  103. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/anexo-sistema-fetcher.js +7 -5
  104. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js +2 -2
  105. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +9 -2
  106. package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js +45 -5
  107. package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js +7 -1
  108. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +98 -4
  109. package/dist/collection/lib/message/resources/snk-data-unit.msg.js +1 -1
  110. package/dist/collection/lib/message/resources/snk-exporter.msg.js +1 -1
  111. package/dist/collection/lib/message/resources/snk-grid.msg.js +5 -1
  112. package/dist/collection/lib/utils/ContinuousInsertUtils.js +31 -0
  113. package/dist/collection/lib/utils/CrudUtils.js +25 -16
  114. package/dist/collection/{components/snk-data-exporter/utils/RecordIDUtils.js → lib/utils/GetSelectedRecordsIDsInfo.js} +9 -9
  115. package/dist/collection/sw.js +46 -0
  116. package/dist/components/{IExporterProvider.js → ContinuousInsertUtils.js} +66 -23
  117. package/dist/components/DataFetcher.js +217 -77
  118. package/dist/{esm/RecordIDUtils-87d02110.js → components/GetSelectedRecordsIDsInfo.js} +10 -10
  119. package/dist/components/ISave.js +346 -1
  120. package/dist/components/SnkFormConfigManager.js +73 -15
  121. package/dist/components/SnkMessageBuilder.js +7 -3
  122. package/dist/components/dataunit-fetcher.js +47 -17
  123. package/dist/components/form-config-fetcher.js +41 -1
  124. package/dist/components/index.d.ts +3 -0
  125. package/dist/components/index.js +3 -0
  126. package/dist/components/pesquisa-grid.d.ts +11 -0
  127. package/dist/components/pesquisa-grid.js +6 -0
  128. package/dist/components/pesquisa-grid2.js +86 -0
  129. package/dist/components/pesquisa-tree.d.ts +11 -0
  130. package/dist/components/pesquisa-tree.js +6 -0
  131. package/dist/components/pesquisa-tree2.js +82 -0
  132. package/dist/components/snk-actions-button2.js +43 -40
  133. package/dist/components/snk-application2.js +264 -68
  134. package/dist/components/snk-attach2.js +54 -60
  135. package/dist/components/snk-crud.js +83 -59
  136. package/dist/components/snk-data-exporter2.js +28 -17
  137. package/dist/components/snk-data-unit2.js +55 -70
  138. package/dist/components/snk-detail-view2.js +114 -105
  139. package/dist/components/snk-exporter-email-sender2.js +1 -1
  140. package/dist/components/snk-filter-bar2.js +64 -30
  141. package/dist/components/snk-filter-binary-select.js +1 -1
  142. package/dist/components/snk-filter-checkbox-list.js +1 -1
  143. package/dist/components/snk-filter-item2.js +5 -1
  144. package/dist/components/snk-filter-modal.js +3 -1
  145. package/dist/components/snk-filter-text.js +2 -1
  146. package/dist/components/snk-form-config2.js +34 -9
  147. package/dist/components/snk-form.js +2 -2
  148. package/dist/components/snk-grid2.js +68 -13
  149. package/dist/components/snk-personalized-filter-editor.js +4 -4
  150. package/dist/components/snk-pesquisa2.js +136 -33
  151. package/dist/components/snk-print-selector.js +1 -1
  152. package/dist/components/snk-simple-bar2.js +1 -1
  153. package/dist/components/snk-simple-crud2.js +108 -66
  154. package/dist/components/snk-simple-form-config.d.ts +11 -0
  155. package/dist/components/snk-simple-form-config.js +6 -0
  156. package/dist/components/snk-simple-form-config2.js +120 -0
  157. package/dist/components/snk-taskbar2.js +66 -40
  158. package/dist/components/teste-pesquisa.js +13 -1
  159. package/dist/esm/{ConfigStorage-3806514e.js → ConfigStorage-373bb440.js} +2 -2
  160. package/dist/esm/{IExporterProvider-63a188b6.js → ContinuousInsertUtils-25e7bd9a.js} +66 -25
  161. package/dist/esm/{DataFetcher-c1baf61d.js → DataFetcher-5221b992.js} +217 -77
  162. package/dist/esm/GetSelectedRecordsIDsInfo-9fa41508.js +41 -0
  163. package/dist/esm/{SnkFormConfigManager-31b24066.js → SnkFormConfigManager-1ff928fa.js} +75 -17
  164. package/dist/esm/{SnkMessageBuilder-89925609.js → SnkMessageBuilder-6fff4a4c.js} +7 -3
  165. package/dist/esm/{auth-fetcher-039abba3.js → auth-fetcher-e32fe8a4.js} +1 -1
  166. package/dist/esm/{constants-8457af36.js → constants-7302ee87.js} +1 -1
  167. package/dist/esm/{dataunit-fetcher-264191b2.js → dataunit-fetcher-8dd93d8b.js} +48 -18
  168. package/dist/esm/{field-search-efbe307f.js → field-search-f8b1d91e.js} +5 -1
  169. package/dist/esm/{form-config-fetcher-30fb808f.js → form-config-fetcher-126e2471.js} +42 -2
  170. package/dist/esm/index-a7d3d3f1.js +16 -32
  171. package/dist/esm/loader.js +1 -1
  172. package/dist/{components/pesquisa-fetcher.js → esm/pesquisa-fetcher-0af41f09.js} +186 -4
  173. package/dist/esm/pesquisa-grid_2.entry.js +128 -0
  174. package/dist/esm/sankhyablocks.js +1 -1
  175. package/dist/esm/{snk-actions-button_4.entry.js → snk-actions-button_5.entry.js} +138 -43
  176. package/dist/esm/snk-application.entry.js +250 -71
  177. package/dist/esm/snk-attach.entry.js +47 -34
  178. package/dist/esm/{snk-form-config.entry.js → snk-config-options_3.entry.js} +399 -15
  179. package/dist/esm/snk-configurator.entry.js +1 -1
  180. package/dist/esm/snk-crud.entry.js +23 -9
  181. package/dist/esm/snk-data-exporter.entry.js +35 -23
  182. package/dist/esm/{snk-data-unit-8eec78bd.js → snk-data-unit-11a49fc3.js} +54 -32
  183. package/dist/esm/snk-data-unit.entry.js +5 -5
  184. package/dist/esm/snk-detail-view.entry.js +13 -13
  185. package/dist/esm/snk-exporter-email-sender.entry.js +1 -1
  186. package/dist/esm/snk-field-config.entry.js +1 -1
  187. package/dist/esm/snk-filter-bar_4.entry.js +1429 -0
  188. package/dist/esm/snk-filter-binary-select.entry.js +1 -1
  189. package/dist/esm/snk-filter-checkbox-list.entry.js +1 -1
  190. package/dist/esm/snk-filter-modal-item.entry.js +3 -3
  191. package/dist/esm/snk-filter-text.entry.js +2 -1
  192. package/dist/esm/snk-grid.entry.js +66 -16
  193. package/dist/esm/{snk-guides-viewer-dda0fede.js → snk-guides-viewer-94918cf7.js} +30 -14
  194. package/dist/esm/snk-guides-viewer.entry.js +9 -9
  195. package/dist/esm/snk-personalized-filter-editor.entry.js +4 -4
  196. package/dist/esm/snk-personalized-filter.entry.js +3 -3
  197. package/dist/esm/snk-pesquisa.entry.js +123 -31
  198. package/dist/esm/snk-print-selector.entry.js +1 -1
  199. package/dist/esm/snk-simple-bar.entry.js +1 -1
  200. package/dist/esm/snk-simple-crud.entry.js +99 -43
  201. package/dist/esm/snk-tab-config.entry.js +1 -1
  202. package/dist/esm/snk-taskbar.entry.js +65 -39
  203. package/dist/sankhyablocks/p-09067bee.entry.js +1 -0
  204. package/dist/sankhyablocks/p-0d86c004.entry.js +1 -0
  205. package/dist/sankhyablocks/p-1435701f.js +26 -0
  206. package/dist/sankhyablocks/p-16a1dd18.entry.js +1 -0
  207. package/dist/sankhyablocks/p-16cc8640.entry.js +11 -0
  208. package/dist/sankhyablocks/p-17425c72.js +1 -0
  209. package/dist/sankhyablocks/{p-52920496.js → p-19dc71e9.js} +1 -1
  210. package/dist/sankhyablocks/p-1a91d1f3.entry.js +1 -0
  211. package/dist/sankhyablocks/{p-47db7e88.entry.js → p-1cf39cfd.entry.js} +1 -1
  212. package/dist/sankhyablocks/p-23736d75.js +1 -0
  213. package/dist/sankhyablocks/{p-8eb67fa4.entry.js → p-2d3f9482.entry.js} +1 -1
  214. package/dist/sankhyablocks/p-3150ad41.js +1 -0
  215. package/dist/sankhyablocks/{p-c1d57831.entry.js → p-3a3d4055.entry.js} +1 -1
  216. package/dist/sankhyablocks/{p-7663f597.entry.js → p-41793e17.entry.js} +1 -1
  217. package/dist/sankhyablocks/{p-72fc257b.entry.js → p-434817f0.entry.js} +1 -1
  218. package/dist/sankhyablocks/p-469384a2.entry.js +1 -0
  219. package/dist/sankhyablocks/p-47178038.entry.js +1 -0
  220. package/dist/sankhyablocks/p-471785a1.entry.js +1 -0
  221. package/dist/sankhyablocks/p-4ca8e061.entry.js +1 -0
  222. package/dist/sankhyablocks/{p-aaa3ee68.entry.js → p-5f157b09.entry.js} +1 -1
  223. package/dist/sankhyablocks/p-60e4db34.js +1 -0
  224. package/dist/sankhyablocks/p-618a29ed.entry.js +1 -0
  225. package/dist/sankhyablocks/p-619aeac8.entry.js +1 -0
  226. package/dist/sankhyablocks/p-68134a67.entry.js +1 -0
  227. package/dist/sankhyablocks/p-798386c7.js +6 -0
  228. package/dist/sankhyablocks/p-7dd49d15.js +1 -0
  229. package/dist/sankhyablocks/{p-2c68b3ae.entry.js → p-82ee6dc3.entry.js} +1 -1
  230. package/dist/sankhyablocks/p-89c92727.entry.js +1 -0
  231. package/dist/sankhyablocks/p-8a1ee5b5.js +1 -0
  232. package/dist/sankhyablocks/{p-95df461f.entry.js → p-8b4fc28f.entry.js} +1 -1
  233. package/dist/sankhyablocks/p-8bd86610.entry.js +1 -0
  234. package/dist/sankhyablocks/{p-41f8bfa3.entry.js → p-8c235d4c.entry.js} +1 -1
  235. package/dist/sankhyablocks/{p-b0ef4383.js → p-95ce311a.js} +1 -1
  236. package/dist/sankhyablocks/p-a3803d7c.entry.js +1 -0
  237. package/dist/sankhyablocks/p-aaef93e8.js +1 -0
  238. package/dist/sankhyablocks/p-c2e468c9.entry.js +1 -0
  239. package/dist/sankhyablocks/p-d62228fb.js +1 -0
  240. package/dist/sankhyablocks/p-d92d4f91.entry.js +1 -0
  241. package/dist/sankhyablocks/p-ddefbbc7.js +60 -0
  242. package/dist/sankhyablocks/p-e5430b29.entry.js +1 -0
  243. package/dist/sankhyablocks/{p-913a9979.js → p-f0b9303b.js} +1 -1
  244. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  245. package/dist/types/components/snk-actions-button/actions/index.d.ts +1 -0
  246. package/dist/types/components/snk-actions-button/interfaces/index.d.ts +3 -0
  247. package/dist/types/components/snk-actions-button/snk-actions-button.d.ts +3 -2
  248. package/dist/types/components/snk-application/request-listener/DebouncedRequestListener.d.ts +11 -0
  249. package/dist/types/components/snk-application/request-listener/RequestListenerFactory.d.ts +12 -0
  250. package/dist/types/components/snk-application/request-listener/RequestListenerLoadingBar.d.ts +13 -0
  251. package/dist/types/components/snk-application/snk-application.d.ts +28 -14
  252. package/dist/types/components/snk-attach/snk-attach.d.ts +1 -0
  253. package/dist/types/components/snk-crud/snk-crud.d.ts +21 -0
  254. package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +15 -0
  255. package/dist/types/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.d.ts +1 -0
  256. package/dist/types/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.d.ts +1 -0
  257. package/dist/types/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.d.ts +3 -3
  258. package/dist/types/components/snk-data-exporter/utils/ParserExport.d.ts +1 -1
  259. package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +2 -0
  260. package/dist/types/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.d.ts +7 -0
  261. package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +2 -0
  262. package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +15 -1
  263. package/dist/types/components/snk-form-config/SnkFormConfigManager.d.ts +7 -2
  264. package/dist/types/components/snk-form-config/snk-form-config.d.ts +4 -0
  265. package/dist/types/components/snk-grid/snk-grid.d.ts +26 -0
  266. package/dist/types/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.d.ts +38 -0
  267. package/dist/types/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.d.ts +29 -0
  268. package/dist/types/components/snk-pesquisa/pesquisaHelper.d.ts +19 -0
  269. package/dist/types/components/snk-pesquisa/snk-pesquisa.d.ts +36 -1
  270. package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +27 -7
  271. package/dist/types/components/snk-simple-form-config/snk-simple-form-config.d.ts +34 -0
  272. package/dist/types/components/snk-taskbar/processor/taskbar-processor.d.ts +1 -0
  273. package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +11 -0
  274. package/dist/types/components.d.ts +372 -15
  275. package/dist/types/lib/dataUnit/dataUnitInMemoryUtils.d.ts +12 -2
  276. package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -0
  277. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/anexo-sistema-fetcher.d.ts +3 -2
  278. package/dist/types/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.d.ts +1 -1
  279. package/dist/types/lib/http/data-fetcher/fetchers/form-config-fetcher.d.ts +8 -2
  280. package/dist/types/lib/http/data-fetcher/fetchers/parameters-fecher.d.ts +1 -0
  281. package/dist/types/lib/http/data-fetcher/fetchers/pesquisa-fetcher.d.ts +10 -1
  282. package/dist/types/lib/utils/ContinuousInsertUtils.d.ts +10 -0
  283. package/dist/types/lib/utils/CrudUtils.d.ts +1 -0
  284. package/dist/types/lib/utils/GetSelectedRecordsIDsInfo.d.ts +3 -0
  285. package/package.json +4 -3
  286. package/react/components.d.ts +3 -0
  287. package/react/components.js +3 -0
  288. package/react/components.js.map +1 -1
  289. package/dist/cjs/snk-config-options.cjs.entry.js +0 -239
  290. package/dist/cjs/snk-filter-bar.cjs.entry.js +0 -714
  291. package/dist/cjs/snk-filter-item.cjs.entry.js +0 -312
  292. package/dist/cjs/snk-filter-list.cjs.entry.js +0 -152
  293. package/dist/cjs/snk-filter-modal.cjs.entry.js +0 -249
  294. package/dist/cjs/snk-form.cjs.entry.js +0 -143
  295. package/dist/esm/pesquisa-fetcher-03c8f919.js +0 -164
  296. package/dist/esm/snk-config-options.entry.js +0 -235
  297. package/dist/esm/snk-filter-bar.entry.js +0 -710
  298. package/dist/esm/snk-filter-item.entry.js +0 -308
  299. package/dist/esm/snk-filter-list.entry.js +0 -148
  300. package/dist/esm/snk-filter-modal.entry.js +0 -245
  301. package/dist/esm/snk-form.entry.js +0 -139
  302. package/dist/sankhyablocks/p-045eae4d.entry.js +0 -11
  303. package/dist/sankhyablocks/p-219f888d.entry.js +0 -1
  304. package/dist/sankhyablocks/p-2a408684.js +0 -1
  305. package/dist/sankhyablocks/p-3a212712.js +0 -1
  306. package/dist/sankhyablocks/p-3b60db06.entry.js +0 -1
  307. package/dist/sankhyablocks/p-450c60e4.entry.js +0 -1
  308. package/dist/sankhyablocks/p-46d38387.entry.js +0 -1
  309. package/dist/sankhyablocks/p-4e5e1313.entry.js +0 -1
  310. package/dist/sankhyablocks/p-547eeac8.entry.js +0 -1
  311. package/dist/sankhyablocks/p-62ba211a.entry.js +0 -1
  312. package/dist/sankhyablocks/p-70a4af56.entry.js +0 -1
  313. package/dist/sankhyablocks/p-7505da04.entry.js +0 -1
  314. package/dist/sankhyablocks/p-75e674ed.entry.js +0 -1
  315. package/dist/sankhyablocks/p-7a337364.js +0 -1
  316. package/dist/sankhyablocks/p-7a85fd49.entry.js +0 -1
  317. package/dist/sankhyablocks/p-7b08d0f8.entry.js +0 -1
  318. package/dist/sankhyablocks/p-88aa931b.entry.js +0 -1
  319. package/dist/sankhyablocks/p-96a89d58.entry.js +0 -1
  320. package/dist/sankhyablocks/p-9863d682.js +0 -1
  321. package/dist/sankhyablocks/p-af8efd95.js +0 -6
  322. package/dist/sankhyablocks/p-b05d8893.entry.js +0 -1
  323. package/dist/sankhyablocks/p-b11aa1e0.entry.js +0 -1
  324. package/dist/sankhyablocks/p-c2495304.js +0 -1
  325. package/dist/sankhyablocks/p-d1791da2.entry.js +0 -1
  326. package/dist/sankhyablocks/p-d3f53df2.entry.js +0 -1
  327. package/dist/sankhyablocks/p-d6e26ea8.entry.js +0 -1
  328. package/dist/sankhyablocks/p-dc7c9047.js +0 -1
  329. package/dist/sankhyablocks/p-df5451c7.js +0 -26
  330. package/dist/sankhyablocks/p-e549f7d1.js +0 -1
  331. package/dist/sankhyablocks/p-e8763234.entry.js +0 -1
  332. package/dist/sankhyablocks/p-f2809746.entry.js +0 -1
  333. package/dist/sankhyablocks/p-fa4d8cb4.js +0 -1
  334. package/dist/sankhyablocks/p-fe79f83a.js +0 -60
  335. package/dist/types/components/snk-data-exporter/utils/RecordIDUtils.d.ts +0 -3
@@ -0,0 +1,190 @@
1
+ import { h, Host } from '@stencil/core';
2
+ import InMemoryLoader from '../../../lib/dataUnit/InMemoryLoader';
3
+ import { PesquisaFetcher } from '../../../lib';
4
+ export class PesquisaGrid {
5
+ constructor() {
6
+ this._pesquisaFetcher = new PesquisaFetcher();
7
+ this.metadata = undefined;
8
+ this.dataSource = [];
9
+ this.pkField = undefined;
10
+ this.descriptionField = undefined;
11
+ this.entityName = undefined;
12
+ this._inMemoryLoader = undefined;
13
+ this._dataunit = undefined;
14
+ this._gridConfig = undefined;
15
+ }
16
+ observeDataSource(newValue) {
17
+ if (!this._inMemoryLoader || !this._dataunit || !newValue)
18
+ return;
19
+ this._inMemoryLoader.records = [...newValue];
20
+ }
21
+ async componentWillLoad() {
22
+ this.initializeDataUnit();
23
+ this._gridConfig = await this._pesquisaFetcher.loadPesquisaGridConfig(this.entityName);
24
+ }
25
+ initializeDataUnit() {
26
+ var _a;
27
+ this._inMemoryLoader = new InMemoryLoader(this.metadata, (_a = this.dataSource) !== null && _a !== void 0 ? _a : []);
28
+ this._dataunit = this._inMemoryLoader.dataUnit;
29
+ this._dataunit.pageSize = 0;
30
+ }
31
+ handleDbClick(record) {
32
+ const option = {
33
+ value: record[this.pkField],
34
+ label: record[this.descriptionField],
35
+ };
36
+ this.pesquisaGridSelectItem.emit(option);
37
+ }
38
+ async handleConfigChanged({ detail }) {
39
+ var _a;
40
+ const columns = (_a = detail === null || detail === void 0 ? void 0 : detail.columns) !== null && _a !== void 0 ? _a : [];
41
+ await this._pesquisaFetcher.savePesquisaGridConfig(this.entityName, columns);
42
+ }
43
+ render() {
44
+ return (h(Host, null, h("ez-grid", { dataUnit: this._dataunit, config: this._gridConfig, canEdit: false, suppressCheckboxColumn: true, compact: true, autoFocus: false, onEzDoubleClick: ({ detail }) => this.handleDbClick(detail), onConfigChange: async (event) => this.handleConfigChanged(event) })));
45
+ }
46
+ static get is() { return "pesquisa-grid"; }
47
+ static get encapsulation() { return "scoped"; }
48
+ static get originalStyleUrls() {
49
+ return {
50
+ "$": ["pesquisa-grid.css"]
51
+ };
52
+ }
53
+ static get styleUrls() {
54
+ return {
55
+ "$": ["pesquisa-grid.css"]
56
+ };
57
+ }
58
+ static get properties() {
59
+ return {
60
+ "metadata": {
61
+ "type": "unknown",
62
+ "mutable": false,
63
+ "complexType": {
64
+ "original": "UnitMetadata",
65
+ "resolved": "UnitMetadata",
66
+ "references": {
67
+ "UnitMetadata": {
68
+ "location": "import",
69
+ "path": "@sankhyalabs/core"
70
+ }
71
+ }
72
+ },
73
+ "required": false,
74
+ "optional": false,
75
+ "docs": {
76
+ "tags": [],
77
+ "text": "Campos que representam as colunas da grade."
78
+ }
79
+ },
80
+ "dataSource": {
81
+ "type": "unknown",
82
+ "mutable": false,
83
+ "complexType": {
84
+ "original": "Record[]",
85
+ "resolved": "Record[]",
86
+ "references": {
87
+ "Record": {
88
+ "location": "import",
89
+ "path": "@sankhyalabs/core"
90
+ }
91
+ }
92
+ },
93
+ "required": false,
94
+ "optional": false,
95
+ "docs": {
96
+ "tags": [],
97
+ "text": "Registros da grade"
98
+ },
99
+ "defaultValue": "[]"
100
+ },
101
+ "pkField": {
102
+ "type": "string",
103
+ "mutable": false,
104
+ "complexType": {
105
+ "original": "string",
106
+ "resolved": "string",
107
+ "references": {}
108
+ },
109
+ "required": false,
110
+ "optional": false,
111
+ "docs": {
112
+ "tags": [],
113
+ "text": "Campo que representa a chave prim\u00E1ria do registro"
114
+ },
115
+ "attribute": "pk-field",
116
+ "reflect": false
117
+ },
118
+ "descriptionField": {
119
+ "type": "string",
120
+ "mutable": false,
121
+ "complexType": {
122
+ "original": "string",
123
+ "resolved": "string",
124
+ "references": {}
125
+ },
126
+ "required": false,
127
+ "optional": false,
128
+ "docs": {
129
+ "tags": [],
130
+ "text": "Campo que representa a descri\u00E7\u00E3o do registro"
131
+ },
132
+ "attribute": "description-field",
133
+ "reflect": false
134
+ },
135
+ "entityName": {
136
+ "type": "string",
137
+ "mutable": false,
138
+ "complexType": {
139
+ "original": "string",
140
+ "resolved": "string",
141
+ "references": {}
142
+ },
143
+ "required": false,
144
+ "optional": false,
145
+ "docs": {
146
+ "tags": [],
147
+ "text": "Nome da entidade representada na grade"
148
+ },
149
+ "attribute": "entity-name",
150
+ "reflect": false
151
+ }
152
+ };
153
+ }
154
+ static get states() {
155
+ return {
156
+ "_inMemoryLoader": {},
157
+ "_dataunit": {},
158
+ "_gridConfig": {}
159
+ };
160
+ }
161
+ static get events() {
162
+ return [{
163
+ "method": "pesquisaGridSelectItem",
164
+ "name": "pesquisaGridSelectItem",
165
+ "bubbles": true,
166
+ "cancelable": true,
167
+ "composed": true,
168
+ "docs": {
169
+ "tags": [],
170
+ "text": ""
171
+ },
172
+ "complexType": {
173
+ "original": "IOption",
174
+ "resolved": "IOption",
175
+ "references": {
176
+ "IOption": {
177
+ "location": "import",
178
+ "path": "@sankhyalabs/ezui/.diststorybook/types/components/ez-combo-box/ez-combo-box"
179
+ }
180
+ }
181
+ }
182
+ }];
183
+ }
184
+ static get watchers() {
185
+ return [{
186
+ "propName": "dataSource",
187
+ "methodName": "observeDataSource"
188
+ }];
189
+ }
190
+ }
@@ -0,0 +1,25 @@
1
+ :host {
2
+ /*@doc Define o posicionamento superior do container de botões de ação.*/
3
+ --snk-pesquisa--tree__action-container--top: var(--space--sm);
4
+ /*@doc Define o posicionamento direito do container de botões de ação.*/
5
+ --snk-pesquisa--tree__action-container--right: var(--space--small);
6
+ /*@doc Define a altura mínima do componente.*/
7
+ --snk-pesquisa--tree__min-height: var(--space--extra-large);
8
+
9
+ background: var(--background--xlight, #FFF);
10
+ position: relative;
11
+ display: inline-block;
12
+ min-height: var(--snk-pesquisa--tree__min-height);
13
+ }
14
+
15
+ :host:hover .actions-container{
16
+ display: flex;
17
+ }
18
+
19
+ .actions-container {
20
+ flex-direction: row;
21
+ position: absolute;
22
+ top: var(--snk-pesquisa--tree__action-container--top);
23
+ right: var(--snk-pesquisa--tree__action-container--right);
24
+ display: none;
25
+ }
@@ -0,0 +1,179 @@
1
+ import { Fragment, h, Host } from '@stencil/core';
2
+ import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
3
+ export class PesquisaTree {
4
+ constructor() {
5
+ this.treeLoader = undefined;
6
+ this.argument = undefined;
7
+ this.allowsNonAnalytic = false;
8
+ this.items = [];
9
+ }
10
+ async applyFilter() {
11
+ await this._tree.applyFilter(this.argument);
12
+ }
13
+ async loadTree() {
14
+ if (!this.treeLoader || typeof this.treeLoader !== 'function')
15
+ return;
16
+ const response = await this.treeLoader((this.argument || '').trim());
17
+ this.items = [...response];
18
+ }
19
+ expandOrCloseAllItems(items, expanded) {
20
+ return items.map(item => (Object.assign(Object.assign({}, item), { expanded, children: item.children ? this.expandOrCloseAllItems(item.children, expanded) : undefined })));
21
+ }
22
+ handleExpandAll() {
23
+ this.items = [...this.expandOrCloseAllItems(this.items, true)];
24
+ }
25
+ handleCloseAll() {
26
+ this.items = [...this.expandOrCloseAllItems(this.items, false)];
27
+ }
28
+ handleDbClick(item) {
29
+ var _a;
30
+ if (!this.allowsNonAnalytic && !((_a = item['props']) === null || _a === void 0 ? void 0 : _a['analitico'])) {
31
+ const title = 'Erro';
32
+ const message = `Há pelo menos um registro inválido selecionado. Você deve selecionar itens do tipo 'analítico'.`;
33
+ ApplicationUtils.error(title, message);
34
+ return;
35
+ }
36
+ const option = {
37
+ value: item.id,
38
+ label: item.label,
39
+ };
40
+ this.pesquisaTreeSelectItem.emit(option);
41
+ }
42
+ async componentWillLoad() {
43
+ await this.loadTree();
44
+ }
45
+ renderEmptyMessate() {
46
+ return (h("div", { class: "ez-flex ez-flex--justify-center ez-flex--align-items-center ez-margin--large ez-text ez-text--xlarge ez-text--secondary" }, h("span", null, "Nenhum registro encontrado...")));
47
+ }
48
+ render() {
49
+ var _a;
50
+ return (h(Host, null, !((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) ?
51
+ this.renderEmptyMessate() :
52
+ h(Fragment, null, h("div", { class: 'actions-container' }, h("ez-button", { size: 'small', mode: 'icon', class: 'ez-margin-right--small', iconName: 'show-list', title: "Expandir", onClick: () => this.handleExpandAll() }), h("ez-button", { size: 'small', mode: 'icon', iconName: 'hide-list', title: "Recolher", onClick: () => this.handleCloseAll() })), h("ez-tree", { ref: (element) => this._tree = element, onEzDbClickItem: ({ detail }) => this.handleDbClick(detail), items: this.items }))));
53
+ }
54
+ static get is() { return "pesquisa-tree"; }
55
+ static get encapsulation() { return "scoped"; }
56
+ static get originalStyleUrls() {
57
+ return {
58
+ "$": ["pesquisa-tree.css"]
59
+ };
60
+ }
61
+ static get styleUrls() {
62
+ return {
63
+ "$": ["pesquisa-tree.css"]
64
+ };
65
+ }
66
+ static get properties() {
67
+ return {
68
+ "treeLoader": {
69
+ "type": "unknown",
70
+ "mutable": false,
71
+ "complexType": {
72
+ "original": "(text: string) => Promise<Array<ITreeItem>>",
73
+ "resolved": "(text: string) => Promise<ITreeItem[]>",
74
+ "references": {
75
+ "Promise": {
76
+ "location": "global"
77
+ },
78
+ "Array": {
79
+ "location": "global"
80
+ },
81
+ "ITreeItem": {
82
+ "location": "import",
83
+ "path": "@sankhyalabs/ezui/.diststorybook/types/components/ez-tree/interfaces/ITreeItem"
84
+ }
85
+ }
86
+ },
87
+ "required": false,
88
+ "optional": true,
89
+ "docs": {
90
+ "tags": [],
91
+ "text": "Fun\u00E7\u00E3o respons\u00E1vel por carregar a \u00E1rvore hier\u00E1rquica do componente"
92
+ }
93
+ },
94
+ "argument": {
95
+ "type": "string",
96
+ "mutable": true,
97
+ "complexType": {
98
+ "original": "string",
99
+ "resolved": "string",
100
+ "references": {}
101
+ },
102
+ "required": false,
103
+ "optional": false,
104
+ "docs": {
105
+ "tags": [],
106
+ "text": "Argumentos que ser\u00E3o usados ao chamar a fun\u00E7\u00E3o treeLoader."
107
+ },
108
+ "attribute": "argument",
109
+ "reflect": false
110
+ },
111
+ "allowsNonAnalytic": {
112
+ "type": "boolean",
113
+ "mutable": false,
114
+ "complexType": {
115
+ "original": "boolean",
116
+ "resolved": "boolean",
117
+ "references": {}
118
+ },
119
+ "required": false,
120
+ "optional": false,
121
+ "docs": {
122
+ "tags": [],
123
+ "text": "Define se permite sele\u00E7\u00E3o de items n\u00E3o anal\u00EDticos"
124
+ },
125
+ "attribute": "allows-non-analytic",
126
+ "reflect": false,
127
+ "defaultValue": "false"
128
+ }
129
+ };
130
+ }
131
+ static get states() {
132
+ return {
133
+ "items": {}
134
+ };
135
+ }
136
+ static get events() {
137
+ return [{
138
+ "method": "pesquisaTreeSelectItem",
139
+ "name": "pesquisaTreeSelectItem",
140
+ "bubbles": true,
141
+ "cancelable": true,
142
+ "composed": true,
143
+ "docs": {
144
+ "tags": [],
145
+ "text": ""
146
+ },
147
+ "complexType": {
148
+ "original": "IOption",
149
+ "resolved": "IOption",
150
+ "references": {
151
+ "IOption": {
152
+ "location": "import",
153
+ "path": "@sankhyalabs/ezui/.diststorybook/types/components/ez-combo-box/ez-combo-box"
154
+ }
155
+ }
156
+ }
157
+ }];
158
+ }
159
+ static get methods() {
160
+ return {
161
+ "applyFilter": {
162
+ "complexType": {
163
+ "signature": "() => Promise<void>",
164
+ "parameters": [],
165
+ "references": {
166
+ "Promise": {
167
+ "location": "global"
168
+ }
169
+ },
170
+ "return": "Promise<void>"
171
+ },
172
+ "docs": {
173
+ "text": "",
174
+ "tags": []
175
+ }
176
+ }
177
+ };
178
+ }
179
+ }
@@ -0,0 +1,89 @@
1
+ import { DataType, UserInterface } from '@sankhyalabs/core';
2
+ export function buildGridMetadata(rawValue) {
3
+ const fieldsMetadata = buildFieldsMetadata(rawValue.fieldsMetadata);
4
+ const duName = rawValue.descriptionField;
5
+ const duLabel = rawValue.entityDescription;
6
+ return {
7
+ label: duLabel,
8
+ name: duName,
9
+ fields: fieldsMetadata,
10
+ };
11
+ }
12
+ function buildFieldsMetadata(rawMetadata) {
13
+ if (!rawMetadata || !rawMetadata.length)
14
+ return [];
15
+ return rawMetadata.map(field => {
16
+ return {
17
+ name: field['fieldName'],
18
+ label: field['description'],
19
+ dataType: buildDataType(field['type']),
20
+ userInterface: buildUserInterface(field),
21
+ properties: bildProperties(field)
22
+ };
23
+ });
24
+ }
25
+ function bildProperties(field) {
26
+ const properties = {};
27
+ properties['options'] = buildOptions(field);
28
+ properties['mask'] = buildMask(field);
29
+ return properties;
30
+ }
31
+ function buildMask(field) {
32
+ const fieldUI = field['uiType'];
33
+ return fieldUI ? String(fieldUI).toLowerCase() : undefined;
34
+ }
35
+ function buildOptions(field) {
36
+ const optionsJson = field.options;
37
+ if (!optionsJson)
38
+ return undefined;
39
+ const options = [];
40
+ Object.keys(optionsJson).forEach(key => {
41
+ options.push({
42
+ label: key,
43
+ value: optionsJson[key]
44
+ });
45
+ });
46
+ return options;
47
+ }
48
+ function buildUserInterface(field) {
49
+ const options = field.options;
50
+ if (options && Object.keys(options).length > 0)
51
+ return UserInterface.OPTIONSELECTOR;
52
+ if (field['type'] === 'D')
53
+ return UserInterface.DATE;
54
+ if (field['type'] === 'H')
55
+ return UserInterface.DATETIME;
56
+ if (field['type'] === 'T')
57
+ return UserInterface.TIME;
58
+ return undefined;
59
+ }
60
+ function buildDataType(rawType) {
61
+ switch (rawType) {
62
+ case 'F':
63
+ return DataType.NUMBER;
64
+ case 'D':
65
+ case 'H':
66
+ return DataType.DATE;
67
+ case 'B':
68
+ return DataType.OBJECT;
69
+ default:
70
+ return DataType.TEXT;
71
+ }
72
+ }
73
+ export function parseLegacyTree(legacy) {
74
+ var _a, _b;
75
+ const structure = (_b = (_a = legacy.arvore) === null || _a === void 0 ? void 0 : _a.no) !== null && _b !== void 0 ? _b : [];
76
+ return structure.map(parseLegacyItem);
77
+ }
78
+ function parseLegacyItem(node) {
79
+ return Object.assign({ id: node.codigo, label: `${node.caminho} - ${node.descricao}`, bold: node.analitico === "N", props: { analitico: node.analitico === 'S' } }, (node.no && { children: node.no.map(parseLegacyItem) }));
80
+ }
81
+ export function parseGridConfig(rawConfig) {
82
+ var _a, _b;
83
+ const columns = [];
84
+ const fields = (_b = (_a = rawConfig === null || rawConfig === void 0 ? void 0 : rawConfig.gridConfig) === null || _a === void 0 ? void 0 : _a.field) !== null && _b !== void 0 ? _b : {};
85
+ Object.keys(fields).forEach(key => columns.push(fields[key]));
86
+ if (!columns.length)
87
+ return undefined;
88
+ return { columns };
89
+ }
@@ -10,6 +10,10 @@
10
10
  /* records */
11
11
  /*@doc Define a cor da fonte do indicador de registros do componente.*/
12
12
  --snk-pesquisa__records--color: var(--text--primary, #626e82);
13
+ /* records */
14
+ /*@doc Define a cor da fonte do indicador de registros do componente.*/
15
+ --snk-pesquisa__records--color-secondary: var(--text--secondary, #626e82);
16
+ /* records */
13
17
  /*@doc Define o espaçamento vertical do indicador de registros do componente.*/
14
18
  --snk-pesquisa__records--padding-vertical: var(--space--medium, 12px);
15
19
 
@@ -69,9 +73,9 @@
69
73
  .snk-pesquisa__content {
70
74
  display: flex;
71
75
  flex-direction: column;
72
- overflow-y: auto;
73
- scrollbar-width: thin;
76
+ overflow-y: hidden;
74
77
 
78
+ scrollbar-width: thin;
75
79
  /*public*/
76
80
  scrollbar-color: var(--snk-pesquisa__scrollbar--color-clicked) var(--snk-pesquisa__scrollbar--color-background);
77
81
  padding-right: var(--snk-pesquisa__content--padding-right);
@@ -109,16 +113,31 @@
109
113
  background-color: var(--snk-pesquisa__scrollbar--color-clicked);
110
114
  }
111
115
 
112
- .snk-pesquisa__records {
113
- /*public*/
116
+ .snk-pesquisa__records-label{
117
+ display: flex;
118
+ flex-direction: row;
119
+ justify-content: space-between;
120
+
114
121
  font-family: var(--snk-pesquisa--font-family);
115
122
  font-weight: var(--snk-pesquisa--font-weight);
116
123
  font-size: var(--snk-pesquisa--font-size);
117
- color: var(--snk-pesquisa__records--color);
118
124
  padding-bottom: var(--snk-pesquisa__records--padding-vertical);
119
125
  padding-top: var(--snk-pesquisa__records--padding-vertical);
120
126
  }
121
127
 
128
+ .snk-pesquisa__records {
129
+ color: var(--snk-pesquisa__records--color);
130
+ }
131
+
132
+ .snk-pesquisa__records-limit {
133
+ color: var(--snk-pesquisa__records--color-secondary);
134
+ }
135
+
136
+ .snk-pesquisa__records-limit.hidden,
137
+ .snk-pesquisa__records.hidden {
138
+ visibility: hidden;
139
+ }
140
+
122
141
  .snk-pesquisa__btn {
123
142
  outline: none;
124
143
  border: none;