@economic/taco 1.0.9 → 1.1.2

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 (381) hide show
  1. package/README.md +82 -84
  2. package/dist/components/Card/Card.d.ts +7 -7
  3. package/dist/components/Menu/Context.d.ts +0 -5
  4. package/dist/components/Menu/Menu.d.ts +0 -3
  5. package/dist/components/Table/hooks/useTable.d.ts +3 -0
  6. package/dist/components/Table/types.d.ts +3 -0
  7. package/dist/esm/components/Accordion/Accordion.js.map +1 -1
  8. package/dist/esm/components/Backdrop/Backdrop.js.map +1 -1
  9. package/dist/esm/components/Badge/Badge.js.map +1 -1
  10. package/dist/esm/components/Banner/Banner.js.map +1 -1
  11. package/dist/esm/components/Banner/util.js +1 -1
  12. package/dist/esm/components/Banner/util.js.map +1 -1
  13. package/dist/esm/components/Button/Button.js.map +1 -1
  14. package/dist/esm/components/Button/util.js +24 -19
  15. package/dist/esm/components/Button/util.js.map +1 -1
  16. package/dist/esm/components/Calendar/Calendar.js.map +1 -1
  17. package/dist/esm/components/Card/Card.js +19 -4
  18. package/dist/esm/components/Card/Card.js.map +1 -1
  19. package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
  20. package/dist/esm/components/Combobox/Combobox.js.map +1 -1
  21. package/dist/esm/components/Combobox/useCombobox.js +87 -67
  22. package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
  23. package/dist/esm/components/Datepicker/Datepicker.js.map +1 -1
  24. package/dist/esm/components/Datepicker/useDatepicker.js +34 -27
  25. package/dist/esm/components/Datepicker/useDatepicker.js.map +1 -1
  26. package/dist/esm/components/Dialog/Context.js +4 -4
  27. package/dist/esm/components/Dialog/Context.js.map +1 -1
  28. package/dist/esm/components/Dialog/Dialog.js.map +1 -1
  29. package/dist/esm/components/Dialog/components/Content.js +44 -39
  30. package/dist/esm/components/Dialog/components/Content.js.map +1 -1
  31. package/dist/esm/components/Dialog/components/Drawer.js +3 -3
  32. package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
  33. package/dist/esm/components/Dialog/components/Extra.js +2 -2
  34. package/dist/esm/components/Dialog/components/Extra.js.map +1 -1
  35. package/dist/esm/components/Dialog/components/Trigger.js +2 -2
  36. package/dist/esm/components/Dialog/components/Trigger.js.map +1 -1
  37. package/dist/esm/components/Field/Field.js.map +1 -1
  38. package/dist/esm/components/Form/Form.js.map +1 -1
  39. package/dist/esm/components/Group/Group.js.map +1 -1
  40. package/dist/esm/components/Hanger/Hanger.js.map +1 -1
  41. package/dist/esm/components/HoverCard/HoverCard.js.map +1 -1
  42. package/dist/esm/components/Icon/Icon.js.map +1 -1
  43. package/dist/esm/components/Icon/components/AccountPreview.js.map +1 -1
  44. package/dist/esm/components/Icon/components/Accounting.js.map +1 -1
  45. package/dist/esm/components/Icon/components/AccountingYear.js.map +1 -1
  46. package/dist/esm/components/Icon/components/AccountingYearCancel.js.map +1 -1
  47. package/dist/esm/components/Icon/components/ArrowBottom.js.map +1 -1
  48. package/dist/esm/components/Icon/components/ArrowDown.js.map +1 -1
  49. package/dist/esm/components/Icon/components/ArrowEnd.js.map +1 -1
  50. package/dist/esm/components/Icon/components/ArrowLeft.js.map +1 -1
  51. package/dist/esm/components/Icon/components/ArrowRight.js.map +1 -1
  52. package/dist/esm/components/Icon/components/ArrowStart.js.map +1 -1
  53. package/dist/esm/components/Icon/components/ArrowTop.js.map +1 -1
  54. package/dist/esm/components/Icon/components/ArrowUp.js.map +1 -1
  55. package/dist/esm/components/Icon/components/Attach.js.map +1 -1
  56. package/dist/esm/components/Icon/components/AttachAuto.js.map +1 -1
  57. package/dist/esm/components/Icon/components/AttachCancel.js.map +1 -1
  58. package/dist/esm/components/Icon/components/Autotext.js.map +1 -1
  59. package/dist/esm/components/Icon/components/AutotextInsert.js.map +1 -1
  60. package/dist/esm/components/Icon/components/Basic.js.map +1 -1
  61. package/dist/esm/components/Icon/components/BasicTabs.js.map +1 -1
  62. package/dist/esm/components/Icon/components/BellSolid.js.map +1 -1
  63. package/dist/esm/components/Icon/components/Book.js.map +1 -1
  64. package/dist/esm/components/Icon/components/Booking.js.map +1 -1
  65. package/dist/esm/components/Icon/components/Budget.js.map +1 -1
  66. package/dist/esm/components/Icon/components/Calendar.js.map +1 -1
  67. package/dist/esm/components/Icon/components/CashAccount.js.map +1 -1
  68. package/dist/esm/components/Icon/components/CashReports.js.map +1 -1
  69. package/dist/esm/components/Icon/components/Chat.js.map +1 -1
  70. package/dist/esm/components/Icon/components/ChatSolid.js.map +1 -1
  71. package/dist/esm/components/Icon/components/ChevronDown.js.map +1 -1
  72. package/dist/esm/components/Icon/components/ChevronDownDouble.js.map +1 -1
  73. package/dist/esm/components/Icon/components/ChevronDownSolid.js.map +1 -1
  74. package/dist/esm/components/Icon/components/ChevronLeft.js.map +1 -1
  75. package/dist/esm/components/Icon/components/ChevronLeftDouble.js.map +1 -1
  76. package/dist/esm/components/Icon/components/ChevronRight.js.map +1 -1
  77. package/dist/esm/components/Icon/components/ChevronRightDouble.js.map +1 -1
  78. package/dist/esm/components/Icon/components/ChevronUp.js.map +1 -1
  79. package/dist/esm/components/Icon/components/ChevronUpDouble.js.map +1 -1
  80. package/dist/esm/components/Icon/components/ChevronUpSolid.js.map +1 -1
  81. package/dist/esm/components/Icon/components/CircleClose.js +6 -6
  82. package/dist/esm/components/Icon/components/CircleClose.js.map +1 -1
  83. package/dist/esm/components/Icon/components/CircleMinus.js.map +1 -1
  84. package/dist/esm/components/Icon/components/CirclePlus.js.map +1 -1
  85. package/dist/esm/components/Icon/components/CircleTick.js.map +1 -1
  86. package/dist/esm/components/Icon/components/Clamp.js.map +1 -1
  87. package/dist/esm/components/Icon/components/ClampOpen.js.map +1 -1
  88. package/dist/esm/components/Icon/components/Close.js.map +1 -1
  89. package/dist/esm/components/Icon/components/ConnectionEnable.js.map +1 -1
  90. package/dist/esm/components/Icon/components/ConnectionRevoke.js.map +1 -1
  91. package/dist/esm/components/Icon/components/Contacts.js.map +1 -1
  92. package/dist/esm/components/Icon/components/Copy.js.map +1 -1
  93. package/dist/esm/components/Icon/components/Courses.js.map +1 -1
  94. package/dist/esm/components/Icon/components/Credit.js.map +1 -1
  95. package/dist/esm/components/Icon/components/Delete.js.map +1 -1
  96. package/dist/esm/components/Icon/components/DeletePermanently.js.map +1 -1
  97. package/dist/esm/components/Icon/components/Depecriate.js.map +1 -1
  98. package/dist/esm/components/Icon/components/Developer.js.map +1 -1
  99. package/dist/esm/components/Icon/components/DistributionTemplate.js.map +1 -1
  100. package/dist/esm/components/Icon/components/Document.js.map +1 -1
  101. package/dist/esm/components/Icon/components/DocumentApprove.js.map +1 -1
  102. package/dist/esm/components/Icon/components/DocumentCreateEntry.js.map +1 -1
  103. package/dist/esm/components/Icon/components/DocumentCut.js.map +1 -1
  104. package/dist/esm/components/Icon/components/DocumentError.js.map +1 -1
  105. package/dist/esm/components/Icon/components/DocumentIsolatePage.js.map +1 -1
  106. package/dist/esm/components/Icon/components/DocumentMerge.js.map +1 -1
  107. package/dist/esm/components/Icon/components/DocumentMove.js.map +1 -1
  108. package/dist/esm/components/Icon/components/DocumentPreview.js.map +1 -1
  109. package/dist/esm/components/Icon/components/DocumentReceived.js.map +1 -1
  110. package/dist/esm/components/Icon/components/DocumentRejectedRequest.js.map +1 -1
  111. package/dist/esm/components/Icon/components/DocumentSplit.js.map +1 -1
  112. package/dist/esm/components/Icon/components/DocumentTime.js.map +1 -1
  113. package/dist/esm/components/Icon/components/Download.js.map +1 -1
  114. package/dist/esm/components/Icon/components/Drag.js.map +1 -1
  115. package/dist/esm/components/Icon/components/ECopedia.js.map +1 -1
  116. package/dist/esm/components/Icon/components/ESignature.js.map +1 -1
  117. package/dist/esm/components/Icon/components/Edit.js.map +1 -1
  118. package/dist/esm/components/Icon/components/EllipsisHorizontal.js.map +1 -1
  119. package/dist/esm/components/Icon/components/EllipsisVertical.js.map +1 -1
  120. package/dist/esm/components/Icon/components/EntriesOnAccount.js.map +1 -1
  121. package/dist/esm/components/Icon/components/EntriesOpen.js.map +1 -1
  122. package/dist/esm/components/Icon/components/EntriesWarning.js.map +1 -1
  123. package/dist/esm/components/Icon/components/EntryTypeCustomerInvoice.js.map +1 -1
  124. package/dist/esm/components/Icon/components/EntryTypeCustomerPayment.js.map +1 -1
  125. package/dist/esm/components/Icon/components/EntryTypeJournalEntry.js.map +1 -1
  126. package/dist/esm/components/Icon/components/EntryTypeManualCustomerInvoice.js.map +1 -1
  127. package/dist/esm/components/Icon/components/EntryTypeSupplierInvoice.js.map +1 -1
  128. package/dist/esm/components/Icon/components/EntryTypeSupplierPayment.js.map +1 -1
  129. package/dist/esm/components/Icon/components/Envelope.js.map +1 -1
  130. package/dist/esm/components/Icon/components/EnvelopeApproved.js.map +1 -1
  131. package/dist/esm/components/Icon/components/ExpandView.js.map +1 -1
  132. package/dist/esm/components/Icon/components/Expenses.js.map +1 -1
  133. package/dist/esm/components/Icon/components/Export.js.map +1 -1
  134. package/dist/esm/components/Icon/components/ExportToExcel.js.map +1 -1
  135. package/dist/esm/components/Icon/components/ExportToPdf.js.map +1 -1
  136. package/dist/esm/components/Icon/components/Filter.js.map +1 -1
  137. package/dist/esm/components/Icon/components/FilterSolid.js.map +1 -1
  138. package/dist/esm/components/Icon/components/GraphSolid.js.map +1 -1
  139. package/dist/esm/components/Icon/components/Hash.js.map +1 -1
  140. package/dist/esm/components/Icon/components/Home.js.map +1 -1
  141. package/dist/esm/components/Icon/components/Images.js.map +1 -1
  142. package/dist/esm/components/Icon/components/Import.js.map +1 -1
  143. package/dist/esm/components/Icon/components/Inbox.js.map +1 -1
  144. package/dist/esm/components/Icon/components/InboxEinvoicing.js.map +1 -1
  145. package/dist/esm/components/Icon/components/InboxScanning.js.map +1 -1
  146. package/dist/esm/components/Icon/components/InboxSmart.js.map +1 -1
  147. package/dist/esm/components/Icon/components/Info.js.map +1 -1
  148. package/dist/esm/components/Icon/components/Inventory.js.map +1 -1
  149. package/dist/esm/components/Icon/components/InventoryMatrix.js.map +1 -1
  150. package/dist/esm/components/Icon/components/JournalPro.js.map +1 -1
  151. package/dist/esm/components/Icon/components/Layout.js.map +1 -1
  152. package/dist/esm/components/Icon/components/LayoutBoth.js.map +1 -1
  153. package/dist/esm/components/Icon/components/LayoutFirst.js.map +1 -1
  154. package/dist/esm/components/Icon/components/LayoutLast.js.map +1 -1
  155. package/dist/esm/components/Icon/components/LayoutNone.js.map +1 -1
  156. package/dist/esm/components/Icon/components/LedgerCard.js.map +1 -1
  157. package/dist/esm/components/Icon/components/LedgerCardCustomerReminder.js.map +1 -1
  158. package/dist/esm/components/Icon/components/LedgerCardManualCustomerInvoice.js.map +1 -1
  159. package/dist/esm/components/Icon/components/LedgerCardObsoleteStock.js.map +1 -1
  160. package/dist/esm/components/Icon/components/LedgerCardOpeningEntry.js.map +1 -1
  161. package/dist/esm/components/Icon/components/LedgerCardReservedEntry.js.map +1 -1
  162. package/dist/esm/components/Icon/components/LedgerCardShrinkagePilferage.js.map +1 -1
  163. package/dist/esm/components/Icon/components/LedgerCardStockAdjustment.js.map +1 -1
  164. package/dist/esm/components/Icon/components/LedgerCardTransferredOpeningEntry.js.map +1 -1
  165. package/dist/esm/components/Icon/components/Lightbulb.js.map +1 -1
  166. package/dist/esm/components/Icon/components/Line.js.map +1 -1
  167. package/dist/esm/components/Icon/components/List.js.map +1 -1
  168. package/dist/esm/components/Icon/components/ListBulleted.js.map +1 -1
  169. package/dist/esm/components/Icon/components/ListSearch.js.map +1 -1
  170. package/dist/esm/components/Icon/components/LockOpen.js.map +1 -1
  171. package/dist/esm/components/Icon/components/Log.js.map +1 -1
  172. package/dist/esm/components/Icon/components/Market.js.map +1 -1
  173. package/dist/esm/components/Icon/components/MatchAmount.js.map +1 -1
  174. package/dist/esm/components/Icon/components/MatchEntries.js.map +1 -1
  175. package/dist/esm/components/Icon/components/Mileage.js.map +1 -1
  176. package/dist/esm/components/Icon/components/ModalResize.js.map +1 -1
  177. package/dist/esm/components/Icon/components/ModalShrink.js.map +1 -1
  178. package/dist/esm/components/Icon/components/More.js.map +1 -1
  179. package/dist/esm/components/Icon/components/MoreSolid.js.map +1 -1
  180. package/dist/esm/components/Icon/components/Move.js.map +1 -1
  181. package/dist/esm/components/Icon/components/NavigationList.js.map +1 -1
  182. package/dist/esm/components/Icon/components/Note.js.map +1 -1
  183. package/dist/esm/components/Icon/components/NoteFollowUp.js.map +1 -1
  184. package/dist/esm/components/Icon/components/NoteRead.js.map +1 -1
  185. package/dist/esm/components/Icon/components/PartnerApi.js.map +1 -1
  186. package/dist/esm/components/Icon/components/Period.js.map +1 -1
  187. package/dist/esm/components/Icon/components/PersonChange.js.map +1 -1
  188. package/dist/esm/components/Icon/components/PersonMinus.js.map +1 -1
  189. package/dist/esm/components/Icon/components/PersonPlus.js.map +1 -1
  190. package/dist/esm/components/Icon/components/PersonTick.js.map +1 -1
  191. package/dist/esm/components/Icon/components/Play.js.map +1 -1
  192. package/dist/esm/components/Icon/components/PlusMinus.js.map +1 -1
  193. package/dist/esm/components/Icon/components/Print.js.map +1 -1
  194. package/dist/esm/components/Icon/components/ProcessPayment.js.map +1 -1
  195. package/dist/esm/components/Icon/components/ProductLedgerCard.js.map +1 -1
  196. package/dist/esm/components/Icon/components/ProjectCards.js.map +1 -1
  197. package/dist/esm/components/Icon/components/Projects.js.map +1 -1
  198. package/dist/esm/components/Icon/components/Quicklinks.js.map +1 -1
  199. package/dist/esm/components/Icon/components/RatingBankruptcy.js.map +1 -1
  200. package/dist/esm/components/Icon/components/RatingPaymentProblems.js.map +1 -1
  201. package/dist/esm/components/Icon/components/Reconciled.js.map +1 -1
  202. package/dist/esm/components/Icon/components/Refresh.js.map +1 -1
  203. package/dist/esm/components/Icon/components/Report.js.map +1 -1
  204. package/dist/esm/components/Icon/components/ReportSolid.js.map +1 -1
  205. package/dist/esm/components/Icon/components/Restore.js.map +1 -1
  206. package/dist/esm/components/Icon/components/RotateLeft.js.map +1 -1
  207. package/dist/esm/components/Icon/components/RotateRight.js.map +1 -1
  208. package/dist/esm/components/Icon/components/Sales.js.map +1 -1
  209. package/dist/esm/components/Icon/components/Search.js.map +1 -1
  210. package/dist/esm/components/Icon/components/SearchBold.js.map +1 -1
  211. package/dist/esm/components/Icon/components/Secure.js.map +1 -1
  212. package/dist/esm/components/Icon/components/SecureTick.js.map +1 -1
  213. package/dist/esm/components/Icon/components/Settings.js.map +1 -1
  214. package/dist/esm/components/Icon/components/SettingsSolid.js.map +1 -1
  215. package/dist/esm/components/Icon/components/Shortcuts.js.map +1 -1
  216. package/dist/esm/components/Icon/components/ShowAll.js.map +1 -1
  217. package/dist/esm/components/Icon/components/ShowLess.js.map +1 -1
  218. package/dist/esm/components/Icon/components/ShowMore.js.map +1 -1
  219. package/dist/esm/components/Icon/components/ShowTemplate.js.map +1 -1
  220. package/dist/esm/components/Icon/components/Sliders.js.map +1 -1
  221. package/dist/esm/components/Icon/components/Smartpay.js.map +1 -1
  222. package/dist/esm/components/Icon/components/SortBy.js.map +1 -1
  223. package/dist/esm/components/Icon/components/Spinner.js.map +1 -1
  224. package/dist/esm/components/Icon/components/Star.js.map +1 -1
  225. package/dist/esm/components/Icon/components/StarSolid.js.map +1 -1
  226. package/dist/esm/components/Icon/components/Subscriptions.js.map +1 -1
  227. package/dist/esm/components/Icon/components/SystemEntries.js.map +1 -1
  228. package/dist/esm/components/Icon/components/Tag.js.map +1 -1
  229. package/dist/esm/components/Icon/components/TemplateOverride.js.map +1 -1
  230. package/dist/esm/components/Icon/components/Templates.js.map +1 -1
  231. package/dist/esm/components/Icon/components/ThumbBoth.js.map +1 -1
  232. package/dist/esm/components/Icon/components/ThumbDown.js.map +1 -1
  233. package/dist/esm/components/Icon/components/ThumbDownSolid.js.map +1 -1
  234. package/dist/esm/components/Icon/components/ThumbUp.js.map +1 -1
  235. package/dist/esm/components/Icon/components/ThumbUpSolid.js.map +1 -1
  236. package/dist/esm/components/Icon/components/Tick.js.map +1 -1
  237. package/dist/esm/components/Icon/components/Time.js.map +1 -1
  238. package/dist/esm/components/Icon/components/Transfer.js.map +1 -1
  239. package/dist/esm/components/Icon/components/TransferCancel.js.map +1 -1
  240. package/dist/esm/components/Icon/components/TransferLocked.js.map +1 -1
  241. package/dist/esm/components/Icon/components/Undock.js.map +1 -1
  242. package/dist/esm/components/Icon/components/Unreconciled.js.map +1 -1
  243. package/dist/esm/components/Icon/components/Warning.js.map +1 -1
  244. package/dist/esm/components/Icon/components/Webshop.js.map +1 -1
  245. package/dist/esm/components/Icon/components/Website.js.map +1 -1
  246. package/dist/esm/components/Icon/components/Workflow.js.map +1 -1
  247. package/dist/esm/components/Icon/components/Zoom.js.map +1 -1
  248. package/dist/esm/components/Icon/components/index.js +4 -4
  249. package/dist/esm/components/Icon/components/index.js.map +1 -1
  250. package/dist/esm/components/IconButton/IconButton.js.map +1 -1
  251. package/dist/esm/components/Input/Input.js.map +1 -1
  252. package/dist/esm/components/Input/util.js +2 -2
  253. package/dist/esm/components/Input/util.js.map +1 -1
  254. package/dist/esm/components/Listbox/Listbox.js.map +1 -1
  255. package/dist/esm/components/Listbox/ScrollableList.js +83 -64
  256. package/dist/esm/components/Listbox/ScrollableList.js.map +1 -1
  257. package/dist/esm/components/Listbox/useListbox.js +60 -51
  258. package/dist/esm/components/Listbox/useListbox.js.map +1 -1
  259. package/dist/esm/components/Listbox/useMultiListbox.js +91 -64
  260. package/dist/esm/components/Listbox/useMultiListbox.js.map +1 -1
  261. package/dist/esm/components/Listbox/useTypeahead.js +9 -10
  262. package/dist/esm/components/Listbox/useTypeahead.js.map +1 -1
  263. package/dist/esm/components/Listbox/util.js +85 -48
  264. package/dist/esm/components/Listbox/util.js.map +1 -1
  265. package/dist/esm/components/Menu/Context.js +2 -2
  266. package/dist/esm/components/Menu/Context.js.map +1 -1
  267. package/dist/esm/components/Menu/Menu.js +9 -18
  268. package/dist/esm/components/Menu/Menu.js.map +1 -1
  269. package/dist/esm/components/Menu/components/Checkbox.js +9 -8
  270. package/dist/esm/components/Menu/components/Checkbox.js.map +1 -1
  271. package/dist/esm/components/Menu/components/Content.js +9 -27
  272. package/dist/esm/components/Menu/components/Content.js.map +1 -1
  273. package/dist/esm/components/Menu/components/Header.js +3 -23
  274. package/dist/esm/components/Menu/components/Header.js.map +1 -1
  275. package/dist/esm/components/Menu/components/Item.js +32 -79
  276. package/dist/esm/components/Menu/components/Item.js.map +1 -1
  277. package/dist/esm/components/Menu/components/Link.js +11 -10
  278. package/dist/esm/components/Menu/components/Link.js.map +1 -1
  279. package/dist/esm/components/Menu/components/RadioGroup.js +18 -16
  280. package/dist/esm/components/Menu/components/RadioGroup.js.map +1 -1
  281. package/dist/esm/components/Menu/components/Separator.js +2 -26
  282. package/dist/esm/components/Menu/components/Separator.js.map +1 -1
  283. package/dist/esm/components/Menu/components/Trigger.js +5 -17
  284. package/dist/esm/components/Menu/components/Trigger.js.map +1 -1
  285. package/dist/esm/components/Navigation/Navigation.js.map +1 -1
  286. package/dist/esm/components/Pagination/PageNumbers.js +28 -23
  287. package/dist/esm/components/Pagination/PageNumbers.js.map +1 -1
  288. package/dist/esm/components/Pagination/Pagination.js.map +1 -1
  289. package/dist/esm/components/Pagination/usePagination.js +21 -7
  290. package/dist/esm/components/Pagination/usePagination.js.map +1 -1
  291. package/dist/esm/components/Pagination/usePaginationShortcuts.js +9 -9
  292. package/dist/esm/components/Pagination/usePaginationShortcuts.js.map +1 -1
  293. package/dist/esm/components/Popover/Popover.js.map +1 -1
  294. package/dist/esm/components/Popover/Primitives.js +8 -7
  295. package/dist/esm/components/Popover/Primitives.js.map +1 -1
  296. package/dist/esm/components/Progress/Progress.js.map +1 -1
  297. package/dist/esm/components/Provider/Provider.js.map +1 -1
  298. package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -1
  299. package/dist/esm/components/SearchInput/SearchInput.js +1 -1
  300. package/dist/esm/components/SearchInput/SearchInput.js.map +1 -1
  301. package/dist/esm/components/Select/Select.js.map +1 -1
  302. package/dist/esm/components/Select/useSelect.js +81 -63
  303. package/dist/esm/components/Select/useSelect.js.map +1 -1
  304. package/dist/esm/components/Spinner/Spinner.js.map +1 -1
  305. package/dist/esm/components/Switch/Switch.js.map +1 -1
  306. package/dist/esm/components/Table/components/BaseTable.js +30 -23
  307. package/dist/esm/components/Table/components/BaseTable.js.map +1 -1
  308. package/dist/esm/components/Table/components/PaginatedTable.js +7 -3
  309. package/dist/esm/components/Table/components/PaginatedTable.js.map +1 -1
  310. package/dist/esm/components/Table/components/Table.js +25 -18
  311. package/dist/esm/components/Table/components/Table.js.map +1 -1
  312. package/dist/esm/components/Table/components/WindowedTable.js +117 -95
  313. package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
  314. package/dist/esm/components/Table/hooks/plugins/useRowActions.js +146 -122
  315. package/dist/esm/components/Table/hooks/plugins/useRowActions.js.map +1 -1
  316. package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js +61 -57
  317. package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js.map +1 -1
  318. package/dist/esm/components/Table/hooks/plugins/useRowEditing.js +36 -39
  319. package/dist/esm/components/Table/hooks/plugins/useRowEditing.js.map +1 -1
  320. package/dist/esm/components/Table/hooks/plugins/useRowSelect.js +89 -79
  321. package/dist/esm/components/Table/hooks/plugins/useRowSelect.js.map +1 -1
  322. package/dist/esm/components/Table/hooks/useRowCreation.js +64 -29
  323. package/dist/esm/components/Table/hooks/useRowCreation.js.map +1 -1
  324. package/dist/esm/components/Table/hooks/useTable.js +141 -119
  325. package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
  326. package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js +20 -12
  327. package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -1
  328. package/dist/esm/components/Table/util/renderColumn.js +10 -10
  329. package/dist/esm/components/Table/util/renderColumn.js.map +1 -1
  330. package/dist/esm/components/Table/util/renderRow.js +46 -37
  331. package/dist/esm/components/Table/util/renderRow.js.map +1 -1
  332. package/dist/esm/components/Table/util/rowIndexPath.js +16 -14
  333. package/dist/esm/components/Table/util/rowIndexPath.js.map +1 -1
  334. package/dist/esm/components/Table/util/sortTypes.js +31 -23
  335. package/dist/esm/components/Table/util/sortTypes.js.map +1 -1
  336. package/dist/esm/components/Table/util.js +41 -29
  337. package/dist/esm/components/Table/util.js.map +1 -1
  338. package/dist/esm/components/Tabs/Tabs.js +1 -1
  339. package/dist/esm/components/Tabs/Tabs.js.map +1 -1
  340. package/dist/esm/components/Textarea/Textarea.js.map +1 -1
  341. package/dist/esm/components/Toast/Toast.js +21 -20
  342. package/dist/esm/components/Toast/Toast.js.map +1 -1
  343. package/dist/esm/components/Toast/Toaster.js.map +1 -1
  344. package/dist/esm/components/Toast/util.js +2 -2
  345. package/dist/esm/components/Toast/util.js.map +1 -1
  346. package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
  347. package/dist/esm/components/Tour/Tour.js.map +1 -1
  348. package/dist/esm/components/Treeview/Treeview.js.map +1 -1
  349. package/dist/esm/components/VisuallyHidden/VisuallyHidden.js.map +1 -1
  350. package/dist/esm/index.css +661 -661
  351. package/dist/esm/index.js +1 -1
  352. package/dist/esm/primitives/Button.js +13 -9
  353. package/dist/esm/primitives/Button.js.map +1 -1
  354. package/dist/esm/utils/date.js.map +1 -1
  355. package/dist/esm/utils/hooks/useBoundingClientRectListener.js.map +1 -1
  356. package/dist/esm/utils/hooks/useDraggable.js +18 -16
  357. package/dist/esm/utils/hooks/useDraggable.js.map +1 -1
  358. package/dist/esm/utils/hooks/useDropTarget.js +10 -7
  359. package/dist/esm/utils/hooks/useDropTarget.js.map +1 -1
  360. package/dist/esm/utils/hooks/useListKeyboardNavigation.js.map +1 -1
  361. package/dist/esm/utils/hooks/useListScrollTo.js.map +1 -1
  362. package/dist/esm/utils/hooks/useOnClickOutside.js.map +1 -1
  363. package/dist/esm/utils/hooks/useProxiedRef.js +3 -3
  364. package/dist/esm/utils/hooks/useProxiedRef.js.map +1 -1
  365. package/dist/esm/utils/hooks/useTimer.js +17 -9
  366. package/dist/esm/utils/hooks/useTimer.js.map +1 -1
  367. package/dist/esm/utils/input.js +11 -7
  368. package/dist/esm/utils/input.js.map +1 -1
  369. package/dist/esm/utils/mergeRefs.js +2 -2
  370. package/dist/esm/utils/mergeRefs.js.map +1 -1
  371. package/dist/esm/utils/taillwind.js +2 -2
  372. package/dist/esm/utils/taillwind.js.map +1 -1
  373. package/dist/index.css +661 -661
  374. package/dist/taco.cjs.development.js +1852 -1631
  375. package/dist/taco.cjs.development.js.map +1 -1
  376. package/dist/taco.cjs.production.min.js +1 -1
  377. package/dist/taco.cjs.production.min.js.map +1 -1
  378. package/package.json +19 -8
  379. package/plugins/tailwindcss-aria-attributes.js +73 -73
  380. package/tailwind.config.js +297 -297
  381. package/types.json +427 -354
package/types.json CHANGED
@@ -178,7 +178,7 @@
178
178
  ],
179
179
  "props": [
180
180
  {
181
- "id": 756,
181
+ "id": 755,
182
182
  "name": "multiselect",
183
183
  "kind": 1024,
184
184
  "kindString": "Property",
@@ -426,7 +426,7 @@
426
426
  "typeArguments": [
427
427
  {
428
428
  "type": "reference",
429
- "id": 598,
429
+ "id": 597,
430
430
  "name": "PopoverProps"
431
431
  }
432
432
  ],
@@ -663,13 +663,33 @@
663
663
  }
664
664
  ]
665
665
  },
666
- "CardProps": {
666
+ "CardContentProps": {
667
667
  "intersections": [
668
668
  "React.HTMLAttributes<HTMLDivElement>"
669
669
  ],
670
670
  "props": [
671
671
  {
672
672
  "id": 149,
673
+ "name": "noPadding",
674
+ "kind": 1024,
675
+ "kindString": "Property",
676
+ "flags": {
677
+ "isOptional": true
678
+ },
679
+ "type": {
680
+ "type": "intrinsic",
681
+ "name": "boolean"
682
+ }
683
+ }
684
+ ]
685
+ },
686
+ "CardProps": {
687
+ "intersections": [
688
+ "React.HTMLAttributes<HTMLDivElement>"
689
+ ],
690
+ "props": [
691
+ {
692
+ "id": 152,
673
693
  "name": "title",
674
694
  "kind": 1024,
675
695
  "kindString": "Property",
@@ -678,14 +698,23 @@
678
698
  "shortText": "Title of the Card"
679
699
  },
680
700
  "type": {
681
- "type": "reference",
682
- "qualifiedName": "React.ReactElement",
683
- "package": "@types/react",
684
- "name": "React.ReactElement"
701
+ "type": "union",
702
+ "types": [
703
+ {
704
+ "type": "intrinsic",
705
+ "name": "string"
706
+ },
707
+ {
708
+ "type": "reference",
709
+ "qualifiedName": "React.ReactElement",
710
+ "package": "@types/react",
711
+ "name": "React.ReactElement"
712
+ }
713
+ ]
685
714
  }
686
715
  },
687
716
  {
688
- "id": 150,
717
+ "id": 153,
689
718
  "name": "menu",
690
719
  "kind": 2048,
691
720
  "kindString": "Method",
@@ -694,7 +723,7 @@
694
723
  },
695
724
  "signatures": [
696
725
  {
697
- "id": 151,
726
+ "id": 154,
698
727
  "name": "menu",
699
728
  "kind": 4096,
700
729
  "kindString": "Call signature",
@@ -704,7 +733,7 @@
704
733
  },
705
734
  "parameters": [
706
735
  {
707
- "id": 152,
736
+ "id": 155,
708
737
  "name": "props",
709
738
  "kind": 32768,
710
739
  "kindString": "Parameter",
@@ -1895,7 +1924,7 @@
1895
1924
  ],
1896
1925
  "props": [
1897
1926
  {
1898
- "id": 530,
1927
+ "id": 529,
1899
1928
  "name": "Group",
1900
1929
  "kind": 1024,
1901
1930
  "kindString": "Property",
@@ -1911,7 +1940,7 @@
1911
1940
  "types": [
1912
1941
  {
1913
1942
  "type": "reference",
1914
- "id": 526,
1943
+ "id": 525,
1915
1944
  "name": "NavigationMenuGroupProps"
1916
1945
  },
1917
1946
  {
@@ -1944,7 +1973,7 @@
1944
1973
  ],
1945
1974
  "props": [
1946
1975
  {
1947
- "id": 534,
1976
+ "id": 533,
1948
1977
  "name": "Item",
1949
1978
  "kind": 1024,
1950
1979
  "kindString": "Property",
@@ -1960,7 +1989,7 @@
1960
1989
  "types": [
1961
1990
  {
1962
1991
  "type": "reference",
1963
- "id": 518,
1992
+ "id": 517,
1964
1993
  "name": "NavigationItemProps"
1965
1994
  },
1966
1995
  {
@@ -1986,7 +2015,7 @@
1986
2015
  }
1987
2016
  },
1988
2017
  {
1989
- "id": 535,
2018
+ "id": 534,
1990
2019
  "name": "Menu",
1991
2020
  "kind": 1024,
1992
2021
  "kindString": "Property",
@@ -1996,12 +2025,12 @@
1996
2025
  },
1997
2026
  "type": {
1998
2027
  "type": "reference",
1999
- "id": 528,
2028
+ "id": 527,
2000
2029
  "name": "ForwardedNavigationMenuWithStatics"
2001
2030
  }
2002
2031
  },
2003
2032
  {
2004
- "id": 536,
2033
+ "id": 535,
2005
2034
  "name": "Panel",
2006
2035
  "kind": 1024,
2007
2036
  "kindString": "Property",
@@ -2017,7 +2046,7 @@
2017
2046
  "types": [
2018
2047
  {
2019
2048
  "type": "reference",
2020
- "id": 525,
2049
+ "id": 524,
2021
2050
  "name": "NavigationPanelProps"
2022
2051
  },
2023
2052
  {
@@ -2050,7 +2079,7 @@
2050
2079
  ],
2051
2080
  "props": [
2052
2081
  {
2053
- "id": 605,
2082
+ "id": 604,
2054
2083
  "name": "Close",
2055
2084
  "kind": 1024,
2056
2085
  "kindString": "Property",
@@ -2060,7 +2089,7 @@
2060
2089
  "typeArguments": [
2061
2090
  {
2062
2091
  "type": "reference",
2063
- "id": 597,
2092
+ "id": 596,
2064
2093
  "name": "PopoverCloseProps"
2065
2094
  }
2066
2095
  ],
@@ -2070,7 +2099,7 @@
2070
2099
  }
2071
2100
  },
2072
2101
  {
2073
- "id": 604,
2102
+ "id": 603,
2074
2103
  "name": "Content",
2075
2104
  "kind": 1024,
2076
2105
  "kindString": "Property",
@@ -2080,7 +2109,7 @@
2080
2109
  "typeArguments": [
2081
2110
  {
2082
2111
  "type": "reference",
2083
- "id": 590,
2112
+ "id": 589,
2084
2113
  "name": "PopoverContentProps"
2085
2114
  }
2086
2115
  ],
@@ -2090,7 +2119,7 @@
2090
2119
  }
2091
2120
  },
2092
2121
  {
2093
- "id": 603,
2122
+ "id": 602,
2094
2123
  "name": "Trigger",
2095
2124
  "kind": 1024,
2096
2125
  "kindString": "Property",
@@ -2100,7 +2129,7 @@
2100
2129
  "typeArguments": [
2101
2130
  {
2102
2131
  "type": "reference",
2103
- "id": 585,
2132
+ "id": 584,
2104
2133
  "name": "PopoverTriggerProps"
2105
2134
  }
2106
2135
  ],
@@ -2117,7 +2146,7 @@
2117
2146
  ],
2118
2147
  "props": [
2119
2148
  {
2120
- "id": 740,
2149
+ "id": 739,
2121
2150
  "name": "Item",
2122
2151
  "kind": 1024,
2123
2152
  "kindString": "Property",
@@ -2130,7 +2159,7 @@
2130
2159
  "typeArguments": [
2131
2160
  {
2132
2161
  "type": "reference",
2133
- "id": 731,
2162
+ "id": 730,
2134
2163
  "name": "RadioGroupItemProps"
2135
2164
  }
2136
2165
  ],
@@ -2147,7 +2176,7 @@
2147
2176
  ],
2148
2177
  "props": [
2149
2178
  {
2150
- "id": 1013,
2179
+ "id": 1017,
2151
2180
  "name": "Content",
2152
2181
  "kind": 1024,
2153
2182
  "kindString": "Property",
@@ -2163,7 +2192,7 @@
2163
2192
  "types": [
2164
2193
  {
2165
2194
  "type": "reference",
2166
- "id": 1006,
2195
+ "id": 1010,
2167
2196
  "name": "TabContentProps"
2168
2197
  },
2169
2198
  {
@@ -2189,7 +2218,7 @@
2189
2218
  }
2190
2219
  },
2191
2220
  {
2192
- "id": 1011,
2221
+ "id": 1015,
2193
2222
  "name": "List",
2194
2223
  "kind": 1024,
2195
2224
  "kindString": "Property",
@@ -2205,7 +2234,7 @@
2205
2234
  "types": [
2206
2235
  {
2207
2236
  "type": "reference",
2208
- "id": 1001,
2237
+ "id": 1005,
2209
2238
  "name": "TabListProps"
2210
2239
  },
2211
2240
  {
@@ -2231,7 +2260,7 @@
2231
2260
  }
2232
2261
  },
2233
2262
  {
2234
- "id": 1012,
2263
+ "id": 1016,
2235
2264
  "name": "Trigger",
2236
2265
  "kind": 1024,
2237
2266
  "kindString": "Property",
@@ -2247,7 +2276,7 @@
2247
2276
  "types": [
2248
2277
  {
2249
2278
  "type": "reference",
2250
- "id": 1002,
2279
+ "id": 1006,
2251
2280
  "name": "TabTriggerProps"
2252
2281
  },
2253
2282
  {
@@ -2280,7 +2309,7 @@
2280
2309
  ],
2281
2310
  "props": [
2282
2311
  {
2283
- "id": 1136,
2312
+ "id": 1140,
2284
2313
  "name": "Group",
2285
2314
  "kind": 1024,
2286
2315
  "kindString": "Property",
@@ -2296,7 +2325,7 @@
2296
2325
  "types": [
2297
2326
  {
2298
2327
  "type": "reference",
2299
- "id": 1116,
2328
+ "id": 1120,
2300
2329
  "name": "TreeviewGroupProps"
2301
2330
  },
2302
2331
  {
@@ -2322,7 +2351,7 @@
2322
2351
  }
2323
2352
  },
2324
2353
  {
2325
- "id": 1135,
2354
+ "id": 1139,
2326
2355
  "name": "Item",
2327
2356
  "kind": 1024,
2328
2357
  "kindString": "Property",
@@ -2338,7 +2367,7 @@
2338
2367
  "types": [
2339
2368
  {
2340
2369
  "type": "reference",
2341
- "id": 1115,
2370
+ "id": 1119,
2342
2371
  "name": "TreeviewItemProps"
2343
2372
  },
2344
2373
  {
@@ -2734,7 +2763,7 @@
2734
2763
  "typeArguments": [
2735
2764
  {
2736
2765
  "type": "reference",
2737
- "id": 598,
2766
+ "id": 597,
2738
2767
  "name": "PopoverProps"
2739
2768
  }
2740
2769
  ],
@@ -3852,7 +3881,7 @@
3852
3881
  "Localization": {
3853
3882
  "props": [
3854
3883
  {
3855
- "id": 631,
3884
+ "id": 630,
3856
3885
  "name": "formatting",
3857
3886
  "kind": 1024,
3858
3887
  "kindString": "Property",
@@ -3863,14 +3892,14 @@
3863
3892
  "type": {
3864
3893
  "type": "reflection",
3865
3894
  "declaration": {
3866
- "id": 632,
3895
+ "id": 631,
3867
3896
  "name": "__type",
3868
3897
  "kind": 65536,
3869
3898
  "kindString": "Type literal",
3870
3899
  "flags": {},
3871
3900
  "children": [
3872
3901
  {
3873
- "id": 633,
3902
+ "id": 632,
3874
3903
  "name": "date",
3875
3904
  "kind": 1024,
3876
3905
  "kindString": "Property",
@@ -3889,7 +3918,7 @@
3889
3918
  "title": "Properties",
3890
3919
  "kind": 1024,
3891
3920
  "children": [
3892
- 633
3921
+ 632
3893
3922
  ]
3894
3923
  }
3895
3924
  ]
@@ -3897,7 +3926,7 @@
3897
3926
  }
3898
3927
  },
3899
3928
  {
3900
- "id": 629,
3929
+ "id": 628,
3901
3930
  "name": "locale",
3902
3931
  "kind": 1024,
3903
3932
  "kindString": "Property",
@@ -3912,7 +3941,7 @@
3912
3941
  }
3913
3942
  },
3914
3943
  {
3915
- "id": 630,
3944
+ "id": 629,
3916
3945
  "name": "texts",
3917
3946
  "kind": 1024,
3918
3947
  "kindString": "Property",
@@ -3922,7 +3951,7 @@
3922
3951
  },
3923
3952
  "type": {
3924
3953
  "type": "reference",
3925
- "id": 613,
3954
+ "id": 612,
3926
3955
  "name": "LocalizationTexts"
3927
3956
  }
3928
3957
  }
@@ -3931,7 +3960,7 @@
3931
3960
  "LocalizationTexts": {
3932
3961
  "props": [
3933
3962
  {
3934
- "id": 615,
3963
+ "id": 614,
3935
3964
  "name": "calendar",
3936
3965
  "kind": 1024,
3937
3966
  "kindString": "Property",
@@ -3946,7 +3975,7 @@
3946
3975
  }
3947
3976
  },
3948
3977
  {
3949
- "id": 616,
3978
+ "id": 615,
3950
3979
  "name": "combobox",
3951
3980
  "kind": 1024,
3952
3981
  "kindString": "Property",
@@ -3961,7 +3990,7 @@
3961
3990
  }
3962
3991
  },
3963
3992
  {
3964
- "id": 617,
3993
+ "id": 616,
3965
3994
  "name": "datepicker",
3966
3995
  "kind": 1024,
3967
3996
  "kindString": "Property",
@@ -3976,7 +4005,7 @@
3976
4005
  }
3977
4006
  },
3978
4007
  {
3979
- "id": 620,
4008
+ "id": 619,
3980
4009
  "name": "dialog",
3981
4010
  "kind": 1024,
3982
4011
  "kindString": "Property",
@@ -3991,7 +4020,7 @@
3991
4020
  }
3992
4021
  },
3993
4022
  {
3994
- "id": 618,
4023
+ "id": 617,
3995
4024
  "name": "hanger",
3996
4025
  "kind": 1024,
3997
4026
  "kindString": "Property",
@@ -4006,7 +4035,7 @@
4006
4035
  }
4007
4036
  },
4008
4037
  {
4009
- "id": 619,
4038
+ "id": 618,
4010
4039
  "name": "listbox",
4011
4040
  "kind": 1024,
4012
4041
  "kindString": "Property",
@@ -4021,7 +4050,7 @@
4021
4050
  }
4022
4051
  },
4023
4052
  {
4024
- "id": 621,
4053
+ "id": 620,
4025
4054
  "name": "pagination",
4026
4055
  "kind": 1024,
4027
4056
  "kindString": "Property",
@@ -4031,12 +4060,12 @@
4031
4060
  },
4032
4061
  "type": {
4033
4062
  "type": "reference",
4034
- "id": 549,
4063
+ "id": 548,
4035
4064
  "name": "PaginationTexts"
4036
4065
  }
4037
4066
  },
4038
4067
  {
4039
- "id": 626,
4068
+ "id": 625,
4040
4069
  "name": "searchInput",
4041
4070
  "kind": 1024,
4042
4071
  "kindString": "Property",
@@ -4051,7 +4080,7 @@
4051
4080
  }
4052
4081
  },
4053
4082
  {
4054
- "id": 623,
4083
+ "id": 622,
4055
4084
  "name": "select",
4056
4085
  "kind": 1024,
4057
4086
  "kindString": "Property",
@@ -4061,12 +4090,12 @@
4061
4090
  },
4062
4091
  "type": {
4063
4092
  "type": "reference",
4064
- "id": 751,
4093
+ "id": 750,
4065
4094
  "name": "SelectTexts"
4066
4095
  }
4067
4096
  },
4068
4097
  {
4069
- "id": 622,
4098
+ "id": 621,
4070
4099
  "name": "table",
4071
4100
  "kind": 1024,
4072
4101
  "kindString": "Property",
@@ -4076,12 +4105,12 @@
4076
4105
  },
4077
4106
  "type": {
4078
4107
  "type": "reference",
4079
- "id": 936,
4108
+ "id": 940,
4080
4109
  "name": "TableTexts"
4081
4110
  }
4082
4111
  },
4083
4112
  {
4084
- "id": 624,
4113
+ "id": 623,
4085
4114
  "name": "toasts",
4086
4115
  "kind": 1024,
4087
4116
  "kindString": "Property",
@@ -4095,7 +4124,7 @@
4095
4124
  }
4096
4125
  },
4097
4126
  {
4098
- "id": 625,
4127
+ "id": 624,
4099
4128
  "name": "tour",
4100
4129
  "kind": 1024,
4101
4130
  "kindString": "Property",
@@ -4105,7 +4134,7 @@
4105
4134
  },
4106
4135
  "type": {
4107
4136
  "type": "reference",
4108
- "id": 1067,
4137
+ "id": 1071,
4109
4138
  "name": "TourTexts"
4110
4139
  }
4111
4140
  }
@@ -4115,23 +4144,6 @@
4115
4144
  "props": [
4116
4145
  {
4117
4146
  "id": 419,
4118
- "name": "appearance",
4119
- "kind": 1024,
4120
- "kindString": "Property",
4121
- "flags": {
4122
- "isOptional": true
4123
- },
4124
- "comment": {
4125
- "shortText": "Appearance will change the style of the button"
4126
- },
4127
- "type": {
4128
- "type": "reference",
4129
- "id": 3,
4130
- "name": "Appearance"
4131
- }
4132
- },
4133
- {
4134
- "id": 420,
4135
4147
  "name": "children",
4136
4148
  "kind": 1024,
4137
4149
  "kindString": "Property",
@@ -4144,7 +4156,7 @@
4144
4156
  }
4145
4157
  },
4146
4158
  {
4147
- "id": 421,
4159
+ "id": 420,
4148
4160
  "name": "id",
4149
4161
  "kind": 1024,
4150
4162
  "kindString": "Property",
@@ -4157,7 +4169,7 @@
4157
4169
  }
4158
4170
  },
4159
4171
  {
4160
- "id": 422,
4172
+ "id": 421,
4161
4173
  "name": "trigger",
4162
4174
  "kind": 1024,
4163
4175
  "kindString": "Property",
@@ -4182,7 +4194,7 @@
4182
4194
  ],
4183
4195
  "props": [
4184
4196
  {
4185
- "id": 520,
4197
+ "id": 519,
4186
4198
  "name": "active",
4187
4199
  "kind": 1024,
4188
4200
  "kindString": "Property",
@@ -4198,7 +4210,7 @@
4198
4210
  }
4199
4211
  },
4200
4212
  {
4201
- "id": 521,
4213
+ "id": 520,
4202
4214
  "name": "onDrop",
4203
4215
  "kind": 1024,
4204
4216
  "kindString": "Property",
@@ -4216,7 +4228,7 @@
4216
4228
  }
4217
4229
  },
4218
4230
  {
4219
- "id": 522,
4231
+ "id": 521,
4220
4232
  "name": "postfix",
4221
4233
  "kind": 1024,
4222
4234
  "kindString": "Property",
@@ -4234,7 +4246,7 @@
4234
4246
  }
4235
4247
  },
4236
4248
  {
4237
- "id": 523,
4249
+ "id": 522,
4238
4250
  "name": "prefix",
4239
4251
  "kind": 1024,
4240
4252
  "kindString": "Property",
@@ -4252,7 +4264,7 @@
4252
4264
  }
4253
4265
  },
4254
4266
  {
4255
- "id": 524,
4267
+ "id": 523,
4256
4268
  "name": "target",
4257
4269
  "kind": 1024,
4258
4270
  "kindString": "Property",
@@ -4287,7 +4299,7 @@
4287
4299
  ],
4288
4300
  "props": [
4289
4301
  {
4290
- "id": 562,
4302
+ "id": 561,
4291
4303
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
4292
4304
  "kind": 1024,
4293
4305
  "kindString": "Property",
@@ -4303,7 +4315,7 @@
4303
4315
  }
4304
4316
  },
4305
4317
  {
4306
- "id": 557,
4318
+ "id": 556,
4307
4319
  "name": "length",
4308
4320
  "kind": 1024,
4309
4321
  "kindString": "Property",
@@ -4317,7 +4329,7 @@
4317
4329
  }
4318
4330
  },
4319
4331
  {
4320
- "id": 558,
4332
+ "id": 557,
4321
4333
  "name": "pageSizes",
4322
4334
  "kind": 1024,
4323
4335
  "kindString": "Property",
@@ -4336,7 +4348,7 @@
4336
4348
  }
4337
4349
  },
4338
4350
  {
4339
- "id": 559,
4351
+ "id": 558,
4340
4352
  "name": "showPageControls",
4341
4353
  "kind": 1024,
4342
4354
  "kindString": "Property",
@@ -4352,7 +4364,7 @@
4352
4364
  }
4353
4365
  },
4354
4366
  {
4355
- "id": 560,
4367
+ "id": 559,
4356
4368
  "name": "showPageNumbers",
4357
4369
  "kind": 1024,
4358
4370
  "kindString": "Property",
@@ -4368,7 +4380,7 @@
4368
4380
  }
4369
4381
  },
4370
4382
  {
4371
- "id": 561,
4383
+ "id": 560,
4372
4384
  "name": "showPageSize",
4373
4385
  "kind": 1024,
4374
4386
  "kindString": "Property",
@@ -4388,7 +4400,7 @@
4388
4400
  "PaginationTexts": {
4389
4401
  "props": [
4390
4402
  {
4391
- "id": 554,
4403
+ "id": 553,
4392
4404
  "name": "actions",
4393
4405
  "kind": 1024,
4394
4406
  "kindString": "Property",
@@ -4398,12 +4410,12 @@
4398
4410
  },
4399
4411
  "type": {
4400
4412
  "type": "reference",
4401
- "id": 538,
4413
+ "id": 537,
4402
4414
  "name": "PaginationTextsActions"
4403
4415
  }
4404
4416
  },
4405
4417
  {
4406
- "id": 551,
4418
+ "id": 550,
4407
4419
  "name": "label",
4408
4420
  "kind": 1024,
4409
4421
  "kindString": "Property",
@@ -4417,7 +4429,7 @@
4417
4429
  }
4418
4430
  },
4419
4431
  {
4420
- "id": 552,
4432
+ "id": 551,
4421
4433
  "name": "pageSize",
4422
4434
  "kind": 1024,
4423
4435
  "kindString": "Property",
@@ -4431,7 +4443,7 @@
4431
4443
  }
4432
4444
  },
4433
4445
  {
4434
- "id": 553,
4446
+ "id": 552,
4435
4447
  "name": "showingXofYofTotal",
4436
4448
  "kind": 1024,
4437
4449
  "kindString": "Property",
@@ -4449,7 +4461,7 @@
4449
4461
  "PaginationTextsActions": {
4450
4462
  "props": [
4451
4463
  {
4452
- "id": 540,
4464
+ "id": 539,
4453
4465
  "name": "firstPage",
4454
4466
  "kind": 1024,
4455
4467
  "kindString": "Property",
@@ -4463,7 +4475,7 @@
4463
4475
  }
4464
4476
  },
4465
4477
  {
4466
- "id": 541,
4478
+ "id": 540,
4467
4479
  "name": "firstPageWithShortcut",
4468
4480
  "kind": 1024,
4469
4481
  "kindString": "Property",
@@ -4477,7 +4489,7 @@
4477
4489
  }
4478
4490
  },
4479
4491
  {
4480
- "id": 546,
4492
+ "id": 545,
4481
4493
  "name": "lastPage",
4482
4494
  "kind": 1024,
4483
4495
  "kindString": "Property",
@@ -4491,7 +4503,7 @@
4491
4503
  }
4492
4504
  },
4493
4505
  {
4494
- "id": 547,
4506
+ "id": 546,
4495
4507
  "name": "lastPageWithShortcut",
4496
4508
  "kind": 1024,
4497
4509
  "kindString": "Property",
@@ -4505,7 +4517,7 @@
4505
4517
  }
4506
4518
  },
4507
4519
  {
4508
- "id": 542,
4520
+ "id": 541,
4509
4521
  "name": "nextPage",
4510
4522
  "kind": 1024,
4511
4523
  "kindString": "Property",
@@ -4519,7 +4531,7 @@
4519
4531
  }
4520
4532
  },
4521
4533
  {
4522
- "id": 543,
4534
+ "id": 542,
4523
4535
  "name": "nextPageWithShortcut",
4524
4536
  "kind": 1024,
4525
4537
  "kindString": "Property",
@@ -4533,7 +4545,7 @@
4533
4545
  }
4534
4546
  },
4535
4547
  {
4536
- "id": 548,
4548
+ "id": 547,
4537
4549
  "name": "pageX",
4538
4550
  "kind": 1024,
4539
4551
  "kindString": "Property",
@@ -4547,7 +4559,7 @@
4547
4559
  }
4548
4560
  },
4549
4561
  {
4550
- "id": 544,
4562
+ "id": 543,
4551
4563
  "name": "previousPage",
4552
4564
  "kind": 1024,
4553
4565
  "kindString": "Property",
@@ -4561,7 +4573,7 @@
4561
4573
  }
4562
4574
  },
4563
4575
  {
4564
- "id": 545,
4576
+ "id": 544,
4565
4577
  "name": "previousPageWithShortcut",
4566
4578
  "kind": 1024,
4567
4579
  "kindString": "Property",
@@ -4583,7 +4595,7 @@
4583
4595
  ],
4584
4596
  "props": [
4585
4597
  {
4586
- "id": 592,
4598
+ "id": 591,
4587
4599
  "name": "children",
4588
4600
  "kind": 1024,
4589
4601
  "kindString": "Property",
@@ -4600,28 +4612,28 @@
4600
4612
  {
4601
4613
  "type": "reflection",
4602
4614
  "declaration": {
4603
- "id": 593,
4615
+ "id": 592,
4604
4616
  "name": "__type",
4605
4617
  "kind": 65536,
4606
4618
  "kindString": "Type literal",
4607
4619
  "flags": {},
4608
4620
  "signatures": [
4609
4621
  {
4610
- "id": 594,
4622
+ "id": 593,
4611
4623
  "name": "__type",
4612
4624
  "kind": 4096,
4613
4625
  "kindString": "Call signature",
4614
4626
  "flags": {},
4615
4627
  "parameters": [
4616
4628
  {
4617
- "id": 595,
4629
+ "id": 594,
4618
4630
  "name": "props",
4619
4631
  "kind": 32768,
4620
4632
  "kindString": "Parameter",
4621
4633
  "flags": {},
4622
4634
  "type": {
4623
4635
  "type": "reference",
4624
- "id": 586,
4636
+ "id": 585,
4625
4637
  "name": "PopoverContentRenderProps"
4626
4638
  }
4627
4639
  }
@@ -4640,7 +4652,7 @@
4640
4652
  }
4641
4653
  },
4642
4654
  {
4643
- "id": 596,
4655
+ "id": 595,
4644
4656
  "name": "placement",
4645
4657
  "kind": 1024,
4646
4658
  "kindString": "Property",
@@ -4661,14 +4673,14 @@
4661
4673
  "PopoverContentRenderProps": {
4662
4674
  "props": [
4663
4675
  {
4664
- "id": 588,
4676
+ "id": 587,
4665
4677
  "name": "close",
4666
4678
  "kind": 2048,
4667
4679
  "kindString": "Method",
4668
4680
  "flags": {},
4669
4681
  "signatures": [
4670
4682
  {
4671
- "id": 589,
4683
+ "id": 588,
4672
4684
  "name": "close",
4673
4685
  "kind": 4096,
4674
4686
  "kindString": "Call signature",
@@ -4690,7 +4702,7 @@
4690
4702
  ],
4691
4703
  "props": [
4692
4704
  {
4693
- "id": 609,
4705
+ "id": 608,
4694
4706
  "name": "duration",
4695
4707
  "kind": 1024,
4696
4708
  "kindString": "Property",
@@ -4710,7 +4722,7 @@
4710
4722
  "ProviderProps": {
4711
4723
  "props": [
4712
4724
  {
4713
- "id": 714,
4725
+ "id": 713,
4714
4726
  "name": "children",
4715
4727
  "kind": 1024,
4716
4728
  "kindString": "Property",
@@ -4726,7 +4738,7 @@
4726
4738
  }
4727
4739
  },
4728
4740
  {
4729
- "id": 715,
4741
+ "id": 714,
4730
4742
  "name": "localization",
4731
4743
  "kind": 1024,
4732
4744
  "kindString": "Property",
@@ -4738,7 +4750,7 @@
4738
4750
  },
4739
4751
  "type": {
4740
4752
  "type": "reference",
4741
- "id": 627,
4753
+ "id": 626,
4742
4754
  "name": "Localization"
4743
4755
  }
4744
4756
  }
@@ -4750,7 +4762,7 @@
4750
4762
  ],
4751
4763
  "props": [
4752
4764
  {
4753
- "id": 733,
4765
+ "id": 732,
4754
4766
  "name": "children",
4755
4767
  "kind": 1024,
4756
4768
  "kindString": "Property",
@@ -4766,7 +4778,7 @@
4766
4778
  }
4767
4779
  },
4768
4780
  {
4769
- "id": 734,
4781
+ "id": 733,
4770
4782
  "name": "disabled",
4771
4783
  "kind": 1024,
4772
4784
  "kindString": "Property",
@@ -4779,7 +4791,7 @@
4779
4791
  }
4780
4792
  },
4781
4793
  {
4782
- "id": 735,
4794
+ "id": 734,
4783
4795
  "name": "value",
4784
4796
  "kind": 1024,
4785
4797
  "kindString": "Property",
@@ -4789,7 +4801,7 @@
4789
4801
  },
4790
4802
  "type": {
4791
4803
  "type": "reference",
4792
- "id": 723,
4804
+ "id": 722,
4793
4805
  "name": "RadioGroupItemValue"
4794
4806
  }
4795
4807
  }
@@ -4814,7 +4826,7 @@
4814
4826
  ],
4815
4827
  "props": [
4816
4828
  {
4817
- "id": 780,
4829
+ "id": 779,
4818
4830
  "name": "subRows",
4819
4831
  "kind": 1024,
4820
4832
  "kindString": "Property",
@@ -4825,11 +4837,11 @@
4825
4837
  "type": "array",
4826
4838
  "elementType": {
4827
4839
  "type": "reference",
4828
- "id": 778,
4840
+ "id": 777,
4829
4841
  "typeArguments": [
4830
4842
  {
4831
4843
  "type": "reference",
4832
- "id": 782,
4844
+ "id": 781,
4833
4845
  "name": "TRow"
4834
4846
  }
4835
4847
  ],
@@ -4986,7 +4998,7 @@
4986
4998
  ],
4987
4999
  "props": [
4988
5000
  {
4989
- "id": 759,
5001
+ "id": 758,
4990
5002
  "name": "editable",
4991
5003
  "kind": 1024,
4992
5004
  "kindString": "Property",
@@ -5006,7 +5018,7 @@
5006
5018
  "SelectTexts": {
5007
5019
  "props": [
5008
5020
  {
5009
- "id": 753,
5021
+ "id": 752,
5010
5022
  "name": "allOptionsSelected",
5011
5023
  "kind": 1024,
5012
5024
  "kindString": "Property",
@@ -5046,7 +5058,7 @@
5046
5058
  "SortRule": {
5047
5059
  "props": [
5048
5060
  {
5049
- "id": 831,
5061
+ "id": 830,
5050
5062
  "name": "accessor",
5051
5063
  "kind": 1024,
5052
5064
  "kindString": "Property",
@@ -5059,7 +5071,7 @@
5059
5071
  "typeArguments": [
5060
5072
  {
5061
5073
  "type": "reference",
5062
- "id": 833,
5074
+ "id": 832,
5063
5075
  "name": "T"
5064
5076
  }
5065
5077
  ],
@@ -5069,7 +5081,7 @@
5069
5081
  }
5070
5082
  },
5071
5083
  {
5072
- "id": 832,
5084
+ "id": 831,
5073
5085
  "name": "desc",
5074
5086
  "kind": 1024,
5075
5087
  "kindString": "Property",
@@ -5114,7 +5126,7 @@
5114
5126
  ],
5115
5127
  "props": [
5116
5128
  {
5117
- "id": 767,
5129
+ "id": 766,
5118
5130
  "name": "delay",
5119
5131
  "kind": 1024,
5120
5132
  "kindString": "Property",
@@ -5130,7 +5142,7 @@
5130
5142
  }
5131
5143
  },
5132
5144
  {
5133
- "id": 768,
5145
+ "id": 767,
5134
5146
  "name": "label",
5135
5147
  "kind": 1024,
5136
5148
  "kindString": "Property",
@@ -5157,7 +5169,7 @@
5157
5169
  ],
5158
5170
  "props": [
5159
5171
  {
5160
- "id": 1008,
5172
+ "id": 1012,
5161
5173
  "name": "id",
5162
5174
  "kind": 1024,
5163
5175
  "kindString": "Property",
@@ -5179,7 +5191,7 @@
5179
5191
  ],
5180
5192
  "props": [
5181
5193
  {
5182
- "id": 1005,
5194
+ "id": 1009,
5183
5195
  "name": "disabled",
5184
5196
  "kind": 1024,
5185
5197
  "kindString": "Property",
@@ -5195,7 +5207,7 @@
5195
5207
  }
5196
5208
  },
5197
5209
  {
5198
- "id": 1004,
5210
+ "id": 1008,
5199
5211
  "name": "id",
5200
5212
  "kind": 1024,
5201
5213
  "kindString": "Property",
@@ -5213,7 +5225,7 @@
5213
5225
  "TableCell": {
5214
5226
  "props": [
5215
5227
  {
5216
- "id": 837,
5228
+ "id": 836,
5217
5229
  "name": "accessor",
5218
5230
  "kind": 1024,
5219
5231
  "kindString": "Property",
@@ -5224,7 +5236,7 @@
5224
5236
  }
5225
5237
  },
5226
5238
  {
5227
- "id": 838,
5239
+ "id": 837,
5228
5240
  "name": "row",
5229
5241
  "kind": 1024,
5230
5242
  "kindString": "Property",
@@ -5234,11 +5246,11 @@
5234
5246
  },
5235
5247
  "type": {
5236
5248
  "type": "reference",
5237
- "id": 911,
5249
+ "id": 915,
5238
5250
  "typeArguments": [
5239
5251
  {
5240
5252
  "type": "reference",
5241
- "id": 840,
5253
+ "id": 839,
5242
5254
  "name": "TRow"
5243
5255
  }
5244
5256
  ],
@@ -5246,7 +5258,7 @@
5246
5258
  }
5247
5259
  },
5248
5260
  {
5249
- "id": 839,
5261
+ "id": 838,
5250
5262
  "name": "value",
5251
5263
  "kind": 1024,
5252
5264
  "kindString": "Property",
@@ -5264,7 +5276,7 @@
5264
5276
  "TableColumnProps": {
5265
5277
  "props": [
5266
5278
  {
5267
- "id": 843,
5279
+ "id": 842,
5268
5280
  "name": "accessor",
5269
5281
  "kind": 1024,
5270
5282
  "kindString": "Property",
@@ -5278,7 +5290,7 @@
5278
5290
  }
5279
5291
  },
5280
5292
  {
5281
- "id": 844,
5293
+ "id": 843,
5282
5294
  "name": "align",
5283
5295
  "kind": 1024,
5284
5296
  "kindString": "Property",
@@ -5307,7 +5319,7 @@
5307
5319
  }
5308
5320
  },
5309
5321
  {
5310
- "id": 845,
5322
+ "id": 844,
5311
5323
  "name": "className",
5312
5324
  "kind": 1024,
5313
5325
  "kindString": "Property",
@@ -5323,7 +5335,7 @@
5323
5335
  }
5324
5336
  },
5325
5337
  {
5326
- "id": 849,
5338
+ "id": 848,
5327
5339
  "name": "disableSorting",
5328
5340
  "kind": 1024,
5329
5341
  "kindString": "Property",
@@ -5339,7 +5351,7 @@
5339
5351
  }
5340
5352
  },
5341
5353
  {
5342
- "id": 853,
5354
+ "id": 852,
5343
5355
  "name": "flex",
5344
5356
  "kind": 1024,
5345
5357
  "kindString": "Property",
@@ -5359,28 +5371,28 @@
5359
5371
  {
5360
5372
  "type": "reflection",
5361
5373
  "declaration": {
5362
- "id": 854,
5374
+ "id": 853,
5363
5375
  "name": "__type",
5364
5376
  "kind": 65536,
5365
5377
  "kindString": "Type literal",
5366
5378
  "flags": {},
5367
5379
  "signatures": [
5368
5380
  {
5369
- "id": 855,
5381
+ "id": 854,
5370
5382
  "name": "__type",
5371
5383
  "kind": 4096,
5372
5384
  "kindString": "Call signature",
5373
5385
  "flags": {},
5374
5386
  "parameters": [
5375
5387
  {
5376
- "id": 856,
5388
+ "id": 855,
5377
5389
  "name": "row",
5378
5390
  "kind": 32768,
5379
5391
  "kindString": "Parameter",
5380
5392
  "flags": {},
5381
5393
  "type": {
5382
5394
  "type": "reference",
5383
- "id": 863,
5395
+ "id": 862,
5384
5396
  "name": "TRow"
5385
5397
  }
5386
5398
  }
@@ -5397,7 +5409,7 @@
5397
5409
  }
5398
5410
  },
5399
5411
  {
5400
- "id": 857,
5412
+ "id": 856,
5401
5413
  "name": "headRenderer",
5402
5414
  "kind": 1024,
5403
5415
  "kindString": "Property",
@@ -5415,7 +5427,7 @@
5415
5427
  }
5416
5428
  },
5417
5429
  {
5418
- "id": 858,
5430
+ "id": 857,
5419
5431
  "name": "hidden",
5420
5432
  "kind": 1024,
5421
5433
  "kindString": "Property",
@@ -5431,7 +5443,7 @@
5431
5443
  }
5432
5444
  },
5433
5445
  {
5434
- "id": 859,
5446
+ "id": 858,
5435
5447
  "name": "hiddenOnSubRows",
5436
5448
  "kind": 1024,
5437
5449
  "kindString": "Property",
@@ -5447,7 +5459,7 @@
5447
5459
  }
5448
5460
  },
5449
5461
  {
5450
- "id": 860,
5462
+ "id": 859,
5451
5463
  "name": "sort",
5452
5464
  "kind": 1024,
5453
5465
  "kindString": "Property",
@@ -5459,12 +5471,12 @@
5459
5471
  },
5460
5472
  "type": {
5461
5473
  "type": "reference",
5462
- "id": 822,
5474
+ "id": 821,
5463
5475
  "name": "SortDirection"
5464
5476
  }
5465
5477
  },
5466
5478
  {
5467
- "id": 861,
5479
+ "id": 860,
5468
5480
  "name": "sortType",
5469
5481
  "kind": 1024,
5470
5482
  "kindString": "Property",
@@ -5476,12 +5488,12 @@
5476
5488
  },
5477
5489
  "type": {
5478
5490
  "type": "reference",
5479
- "id": 834,
5491
+ "id": 833,
5480
5492
  "name": "SortTypes"
5481
5493
  }
5482
5494
  },
5483
5495
  {
5484
- "id": 862,
5496
+ "id": 861,
5485
5497
  "name": "style",
5486
5498
  "kind": 1024,
5487
5499
  "kindString": "Property",
@@ -5497,7 +5509,7 @@
5497
5509
  }
5498
5510
  },
5499
5511
  {
5500
- "id": 846,
5512
+ "id": 845,
5501
5513
  "name": "cellRenderer",
5502
5514
  "kind": 2048,
5503
5515
  "kindString": "Method",
@@ -5506,7 +5518,7 @@
5506
5518
  },
5507
5519
  "signatures": [
5508
5520
  {
5509
- "id": 847,
5521
+ "id": 846,
5510
5522
  "name": "cellRenderer",
5511
5523
  "kind": 4096,
5512
5524
  "kindString": "Call signature",
@@ -5516,18 +5528,18 @@
5516
5528
  },
5517
5529
  "parameters": [
5518
5530
  {
5519
- "id": 848,
5531
+ "id": 847,
5520
5532
  "name": "cellProps",
5521
5533
  "kind": 32768,
5522
5534
  "kindString": "Parameter",
5523
5535
  "flags": {},
5524
5536
  "type": {
5525
5537
  "type": "reference",
5526
- "id": 835,
5538
+ "id": 834,
5527
5539
  "typeArguments": [
5528
5540
  {
5529
5541
  "type": "reference",
5530
- "id": 863,
5542
+ "id": 862,
5531
5543
  "name": "TRow"
5532
5544
  }
5533
5545
  ],
@@ -5545,7 +5557,7 @@
5545
5557
  ]
5546
5558
  },
5547
5559
  {
5548
- "id": 850,
5560
+ "id": 849,
5549
5561
  "name": "editRenderer",
5550
5562
  "kind": 2048,
5551
5563
  "kindString": "Method",
@@ -5554,25 +5566,25 @@
5554
5566
  },
5555
5567
  "signatures": [
5556
5568
  {
5557
- "id": 851,
5569
+ "id": 850,
5558
5570
  "name": "editRenderer",
5559
5571
  "kind": 4096,
5560
5572
  "kindString": "Call signature",
5561
5573
  "flags": {},
5562
5574
  "parameters": [
5563
5575
  {
5564
- "id": 852,
5576
+ "id": 851,
5565
5577
  "name": "cellProps",
5566
5578
  "kind": 32768,
5567
5579
  "kindString": "Parameter",
5568
5580
  "flags": {},
5569
5581
  "type": {
5570
5582
  "type": "reference",
5571
- "id": 835,
5583
+ "id": 834,
5572
5584
  "typeArguments": [
5573
5585
  {
5574
5586
  "type": "reference",
5575
- "id": 863,
5587
+ "id": 862,
5576
5588
  "name": "TRow"
5577
5589
  }
5578
5590
  ],
@@ -5594,7 +5606,7 @@
5594
5606
  "TableGroupProps": {
5595
5607
  "props": [
5596
5608
  {
5597
- "id": 866,
5609
+ "id": 865,
5598
5610
  "name": "children",
5599
5611
  "kind": 1024,
5600
5612
  "kindString": "Property",
@@ -5610,11 +5622,11 @@
5610
5622
  "typeArguments": [
5611
5623
  {
5612
5624
  "type": "reference",
5613
- "id": 841,
5625
+ "id": 840,
5614
5626
  "typeArguments": [
5615
5627
  {
5616
5628
  "type": "reference",
5617
- "id": 869,
5629
+ "id": 868,
5618
5630
  "name": "TRow"
5619
5631
  }
5620
5632
  ],
@@ -5632,11 +5644,11 @@
5632
5644
  "typeArguments": [
5633
5645
  {
5634
5646
  "type": "reference",
5635
- "id": 841,
5647
+ "id": 840,
5636
5648
  "typeArguments": [
5637
5649
  {
5638
5650
  "type": "reference",
5639
- "id": 869,
5651
+ "id": 868,
5640
5652
  "name": "TRow"
5641
5653
  }
5642
5654
  ],
@@ -5652,7 +5664,7 @@
5652
5664
  }
5653
5665
  },
5654
5666
  {
5655
- "id": 867,
5667
+ "id": 866,
5656
5668
  "name": "hidden",
5657
5669
  "kind": 1024,
5658
5670
  "kindString": "Property",
@@ -5668,7 +5680,7 @@
5668
5680
  }
5669
5681
  },
5670
5682
  {
5671
- "id": 868,
5683
+ "id": 867,
5672
5684
  "name": "title",
5673
5685
  "kind": 1024,
5674
5686
  "kindString": "Property",
@@ -5689,7 +5701,7 @@
5689
5701
  ],
5690
5702
  "props": [
5691
5703
  {
5692
- "id": 905,
5704
+ "id": 909,
5693
5705
  "name": "actions",
5694
5706
  "kind": 1024,
5695
5707
  "kindString": "Property",
@@ -5703,11 +5715,11 @@
5703
5715
  "type": "array",
5704
5716
  "elementType": {
5705
5717
  "type": "reference",
5706
- "id": 818,
5718
+ "id": 817,
5707
5719
  "typeArguments": [
5708
5720
  {
5709
5721
  "type": "reference",
5710
- "id": 910,
5722
+ "id": 914,
5711
5723
  "name": "TRow"
5712
5724
  }
5713
5725
  ],
@@ -5716,7 +5728,20 @@
5716
5728
  }
5717
5729
  },
5718
5730
  {
5719
- "id": 872,
5731
+ "id": 889,
5732
+ "name": "activeIndex",
5733
+ "kind": 1024,
5734
+ "kindString": "Property",
5735
+ "flags": {
5736
+ "isOptional": true
5737
+ },
5738
+ "type": {
5739
+ "type": "intrinsic",
5740
+ "name": "number"
5741
+ }
5742
+ },
5743
+ {
5744
+ "id": 871,
5720
5745
  "name": "autoFocus",
5721
5746
  "kind": 1024,
5722
5747
  "kindString": "Property",
@@ -5732,7 +5757,7 @@
5732
5757
  }
5733
5758
  },
5734
5759
  {
5735
- "id": 873,
5760
+ "id": 872,
5736
5761
  "name": "children",
5737
5762
  "kind": 1024,
5738
5763
  "kindString": "Property",
@@ -5745,7 +5770,7 @@
5745
5770
  "typeArguments": [
5746
5771
  {
5747
5772
  "type": "reference",
5748
- "id": 910,
5773
+ "id": 914,
5749
5774
  "name": "TRow"
5750
5775
  }
5751
5776
  ],
@@ -5753,7 +5778,7 @@
5753
5778
  }
5754
5779
  },
5755
5780
  {
5756
- "id": 875,
5781
+ "id": 874,
5757
5782
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
5758
5783
  "kind": 1024,
5759
5784
  "kindString": "Property",
@@ -5769,7 +5794,7 @@
5769
5794
  }
5770
5795
  },
5771
5796
  {
5772
- "id": 874,
5797
+ "id": 873,
5773
5798
  "name": "data",
5774
5799
  "kind": 1024,
5775
5800
  "kindString": "Property",
@@ -5781,11 +5806,11 @@
5781
5806
  "type": "array",
5782
5807
  "elementType": {
5783
5808
  "type": "reference",
5784
- "id": 778,
5809
+ "id": 777,
5785
5810
  "typeArguments": [
5786
5811
  {
5787
5812
  "type": "reference",
5788
- "id": 910,
5813
+ "id": 914,
5789
5814
  "name": "TRow"
5790
5815
  }
5791
5816
  ],
@@ -5794,7 +5819,20 @@
5794
5819
  }
5795
5820
  },
5796
5821
  {
5797
- "id": 894,
5822
+ "id": 890,
5823
+ "name": "defaultActiveIndex",
5824
+ "kind": 1024,
5825
+ "kindString": "Property",
5826
+ "flags": {
5827
+ "isOptional": true
5828
+ },
5829
+ "type": {
5830
+ "type": "intrinsic",
5831
+ "name": "number"
5832
+ }
5833
+ },
5834
+ {
5835
+ "id": 898,
5798
5836
  "name": "disablePagination",
5799
5837
  "kind": 1024,
5800
5838
  "kindString": "Property",
@@ -5807,7 +5845,7 @@
5807
5845
  }
5808
5846
  },
5809
5847
  {
5810
- "id": 890,
5848
+ "id": 894,
5811
5849
  "name": "disableSorting",
5812
5850
  "kind": 1024,
5813
5851
  "kindString": "Property",
@@ -5823,7 +5861,7 @@
5823
5861
  }
5824
5862
  },
5825
5863
  {
5826
- "id": 903,
5864
+ "id": 907,
5827
5865
  "name": "inlineEditingUniqueId",
5828
5866
  "kind": 1024,
5829
5867
  "kindString": "Property",
@@ -5838,13 +5876,13 @@
5838
5876
  "operator": "keyof",
5839
5877
  "target": {
5840
5878
  "type": "reference",
5841
- "id": 910,
5879
+ "id": 914,
5842
5880
  "name": "TRow"
5843
5881
  }
5844
5882
  }
5845
5883
  },
5846
5884
  {
5847
- "id": 895,
5885
+ "id": 899,
5848
5886
  "name": "length",
5849
5887
  "kind": 1024,
5850
5888
  "kindString": "Property",
@@ -5857,7 +5895,7 @@
5857
5895
  }
5858
5896
  },
5859
5897
  {
5860
- "id": 892,
5898
+ "id": 896,
5861
5899
  "name": "manualSorting",
5862
5900
  "kind": 1024,
5863
5901
  "kindString": "Property",
@@ -5873,7 +5911,7 @@
5873
5911
  }
5874
5912
  },
5875
5913
  {
5876
- "id": 896,
5914
+ "id": 900,
5877
5915
  "name": "onPaginate",
5878
5916
  "kind": 1024,
5879
5917
  "kindString": "Property",
@@ -5885,12 +5923,12 @@
5885
5923
  },
5886
5924
  "type": {
5887
5925
  "type": "reference",
5888
- "id": 773,
5926
+ "id": 772,
5889
5927
  "name": "PaginationHandler"
5890
5928
  }
5891
5929
  },
5892
5930
  {
5893
- "id": 909,
5931
+ "id": 913,
5894
5932
  "name": "onRowActive",
5895
5933
  "kind": 1024,
5896
5934
  "kindString": "Property",
@@ -5905,7 +5943,7 @@
5905
5943
  "typeArguments": [
5906
5944
  {
5907
5945
  "type": "reference",
5908
- "id": 910,
5946
+ "id": 914,
5909
5947
  "name": "TRow"
5910
5948
  }
5911
5949
  ],
@@ -5913,7 +5951,7 @@
5913
5951
  }
5914
5952
  },
5915
5953
  {
5916
- "id": 878,
5954
+ "id": 877,
5917
5955
  "name": "onRowClick",
5918
5956
  "kind": 1024,
5919
5957
  "kindString": "Property",
@@ -5925,11 +5963,11 @@
5925
5963
  },
5926
5964
  "type": {
5927
5965
  "type": "reference",
5928
- "id": 784,
5966
+ "id": 783,
5929
5967
  "typeArguments": [
5930
5968
  {
5931
5969
  "type": "reference",
5932
- "id": 910,
5970
+ "id": 914,
5933
5971
  "name": "TRow"
5934
5972
  }
5935
5973
  ],
@@ -5937,7 +5975,7 @@
5937
5975
  }
5938
5976
  },
5939
5977
  {
5940
- "id": 907,
5978
+ "id": 911,
5941
5979
  "name": "onRowCopy",
5942
5980
  "kind": 1024,
5943
5981
  "kindString": "Property",
@@ -5949,11 +5987,11 @@
5949
5987
  },
5950
5988
  "type": {
5951
5989
  "type": "reference",
5952
- "id": 806,
5990
+ "id": 805,
5953
5991
  "typeArguments": [
5954
5992
  {
5955
5993
  "type": "reference",
5956
- "id": 910,
5994
+ "id": 914,
5957
5995
  "name": "TRow"
5958
5996
  }
5959
5997
  ],
@@ -5961,7 +5999,7 @@
5961
5999
  }
5962
6000
  },
5963
6001
  {
5964
- "id": 904,
6002
+ "id": 908,
5965
6003
  "name": "onRowCreate",
5966
6004
  "kind": 1024,
5967
6005
  "kindString": "Property",
@@ -5973,11 +6011,11 @@
5973
6011
  },
5974
6012
  "type": {
5975
6013
  "type": "reference",
5976
- "id": 800,
6014
+ "id": 799,
5977
6015
  "typeArguments": [
5978
6016
  {
5979
6017
  "type": "reference",
5980
- "id": 910,
6018
+ "id": 914,
5981
6019
  "name": "TRow"
5982
6020
  }
5983
6021
  ],
@@ -5985,7 +6023,7 @@
5985
6023
  }
5986
6024
  },
5987
6025
  {
5988
- "id": 908,
6026
+ "id": 912,
5989
6027
  "name": "onRowDelete",
5990
6028
  "kind": 1024,
5991
6029
  "kindString": "Property",
@@ -5997,11 +6035,11 @@
5997
6035
  },
5998
6036
  "type": {
5999
6037
  "type": "reference",
6000
- "id": 812,
6038
+ "id": 811,
6001
6039
  "typeArguments": [
6002
6040
  {
6003
6041
  "type": "reference",
6004
- "id": 910,
6042
+ "id": 914,
6005
6043
  "name": "TRow"
6006
6044
  }
6007
6045
  ],
@@ -6009,7 +6047,7 @@
6009
6047
  }
6010
6048
  },
6011
6049
  {
6012
- "id": 879,
6050
+ "id": 878,
6013
6051
  "name": "onRowDrag",
6014
6052
  "kind": 1024,
6015
6053
  "kindString": "Property",
@@ -6021,11 +6059,11 @@
6021
6059
  },
6022
6060
  "type": {
6023
6061
  "type": "reference",
6024
- "id": 790,
6062
+ "id": 789,
6025
6063
  "typeArguments": [
6026
6064
  {
6027
6065
  "type": "reference",
6028
- "id": 910,
6066
+ "id": 914,
6029
6067
  "name": "TRow"
6030
6068
  }
6031
6069
  ],
@@ -6033,7 +6071,7 @@
6033
6071
  }
6034
6072
  },
6035
6073
  {
6036
- "id": 906,
6074
+ "id": 910,
6037
6075
  "name": "onRowEdit",
6038
6076
  "kind": 1024,
6039
6077
  "kindString": "Property",
@@ -6048,7 +6086,7 @@
6048
6086
  "typeArguments": [
6049
6087
  {
6050
6088
  "type": "reference",
6051
- "id": 910,
6089
+ "id": 914,
6052
6090
  "name": "TRow"
6053
6091
  }
6054
6092
  ],
@@ -6056,7 +6094,7 @@
6056
6094
  }
6057
6095
  },
6058
6096
  {
6059
- "id": 880,
6097
+ "id": 879,
6060
6098
  "name": "onSelectedRows",
6061
6099
  "kind": 1024,
6062
6100
  "kindString": "Property",
@@ -6068,12 +6106,12 @@
6068
6106
  },
6069
6107
  "type": {
6070
6108
  "type": "reference",
6071
- "id": 820,
6109
+ "id": 819,
6072
6110
  "name": "SelectedRowsHandler"
6073
6111
  }
6074
6112
  },
6075
6113
  {
6076
- "id": 891,
6114
+ "id": 895,
6077
6115
  "name": "onSort",
6078
6116
  "kind": 1024,
6079
6117
  "kindString": "Property",
@@ -6085,11 +6123,11 @@
6085
6123
  },
6086
6124
  "type": {
6087
6125
  "type": "reference",
6088
- "id": 823,
6126
+ "id": 822,
6089
6127
  "typeArguments": [
6090
6128
  {
6091
6129
  "type": "reference",
6092
- "id": 910,
6130
+ "id": 914,
6093
6131
  "name": "TRow"
6094
6132
  }
6095
6133
  ],
@@ -6097,7 +6135,7 @@
6097
6135
  }
6098
6136
  },
6099
6137
  {
6100
- "id": 897,
6138
+ "id": 901,
6101
6139
  "name": "pageIndex",
6102
6140
  "kind": 1024,
6103
6141
  "kindString": "Property",
@@ -6113,7 +6151,7 @@
6113
6151
  }
6114
6152
  },
6115
6153
  {
6116
- "id": 898,
6154
+ "id": 902,
6117
6155
  "name": "pageSize",
6118
6156
  "kind": 1024,
6119
6157
  "kindString": "Property",
@@ -6129,7 +6167,7 @@
6129
6167
  }
6130
6168
  },
6131
6169
  {
6132
- "id": 881,
6170
+ "id": 880,
6133
6171
  "name": "rowClassName",
6134
6172
  "kind": 1024,
6135
6173
  "kindString": "Property",
@@ -6149,32 +6187,32 @@
6149
6187
  {
6150
6188
  "type": "reflection",
6151
6189
  "declaration": {
6152
- "id": 882,
6190
+ "id": 881,
6153
6191
  "name": "__type",
6154
6192
  "kind": 65536,
6155
6193
  "kindString": "Type literal",
6156
6194
  "flags": {},
6157
6195
  "signatures": [
6158
6196
  {
6159
- "id": 883,
6197
+ "id": 882,
6160
6198
  "name": "__type",
6161
6199
  "kind": 4096,
6162
6200
  "kindString": "Call signature",
6163
6201
  "flags": {},
6164
6202
  "parameters": [
6165
6203
  {
6166
- "id": 884,
6204
+ "id": 883,
6167
6205
  "name": "row",
6168
6206
  "kind": 32768,
6169
6207
  "kindString": "Parameter",
6170
6208
  "flags": {},
6171
6209
  "type": {
6172
6210
  "type": "reference",
6173
- "id": 911,
6211
+ "id": 915,
6174
6212
  "typeArguments": [
6175
6213
  {
6176
6214
  "type": "reference",
6177
- "id": 910,
6215
+ "id": 914,
6178
6216
  "name": "TRow"
6179
6217
  }
6180
6218
  ],
@@ -6203,7 +6241,7 @@
6203
6241
  }
6204
6242
  },
6205
6243
  {
6206
- "id": 888,
6244
+ "id": 887,
6207
6245
  "name": "rowHeight",
6208
6246
  "kind": 1024,
6209
6247
  "kindString": "Property",
@@ -6219,7 +6257,7 @@
6219
6257
  }
6220
6258
  },
6221
6259
  {
6222
- "id": 889,
6260
+ "id": 888,
6223
6261
  "name": "selectedRows",
6224
6262
  "kind": 1024,
6225
6263
  "kindString": "Property",
@@ -6231,12 +6269,12 @@
6231
6269
  },
6232
6270
  "type": {
6233
6271
  "type": "reference",
6234
- "id": 821,
6272
+ "id": 820,
6235
6273
  "name": "SelectedRowsState"
6236
6274
  }
6237
6275
  },
6238
6276
  {
6239
- "id": 893,
6277
+ "id": 897,
6240
6278
  "name": "sortRules",
6241
6279
  "kind": 1024,
6242
6280
  "kindString": "Property",
@@ -6250,11 +6288,11 @@
6250
6288
  "type": "array",
6251
6289
  "elementType": {
6252
6290
  "type": "reference",
6253
- "id": 829,
6291
+ "id": 828,
6254
6292
  "typeArguments": [
6255
6293
  {
6256
6294
  "type": "reference",
6257
- "id": 910,
6295
+ "id": 914,
6258
6296
  "name": "TRow"
6259
6297
  }
6260
6298
  ],
@@ -6263,7 +6301,7 @@
6263
6301
  }
6264
6302
  },
6265
6303
  {
6266
- "id": 876,
6304
+ "id": 875,
6267
6305
  "name": "emptyStateRenderer",
6268
6306
  "kind": 2048,
6269
6307
  "kindString": "Method",
@@ -6272,7 +6310,7 @@
6272
6310
  },
6273
6311
  "signatures": [
6274
6312
  {
6275
- "id": 877,
6313
+ "id": 876,
6276
6314
  "name": "emptyStateRenderer",
6277
6315
  "kind": 4096,
6278
6316
  "kindString": "Call signature",
@@ -6290,7 +6328,7 @@
6290
6328
  ]
6291
6329
  },
6292
6330
  {
6293
- "id": 899,
6331
+ "id": 903,
6294
6332
  "name": "loadMore",
6295
6333
  "kind": 2048,
6296
6334
  "kindString": "Method",
@@ -6299,7 +6337,7 @@
6299
6337
  },
6300
6338
  "signatures": [
6301
6339
  {
6302
- "id": 900,
6340
+ "id": 904,
6303
6341
  "name": "loadMore",
6304
6342
  "kind": 4096,
6305
6343
  "kindString": "Call signature",
@@ -6309,7 +6347,7 @@
6309
6347
  },
6310
6348
  "parameters": [
6311
6349
  {
6312
- "id": 901,
6350
+ "id": 905,
6313
6351
  "name": "startIndex",
6314
6352
  "kind": 32768,
6315
6353
  "kindString": "Parameter",
@@ -6320,7 +6358,7 @@
6320
6358
  }
6321
6359
  },
6322
6360
  {
6323
- "id": 902,
6361
+ "id": 906,
6324
6362
  "name": "endIndex",
6325
6363
  "kind": 32768,
6326
6364
  "kindString": "Parameter",
@@ -6339,7 +6377,42 @@
6339
6377
  ]
6340
6378
  },
6341
6379
  {
6342
- "id": 885,
6380
+ "id": 891,
6381
+ "name": "onChangeActiveIndex",
6382
+ "kind": 2048,
6383
+ "kindString": "Method",
6384
+ "flags": {
6385
+ "isOptional": true
6386
+ },
6387
+ "signatures": [
6388
+ {
6389
+ "id": 892,
6390
+ "name": "onChangeActiveIndex",
6391
+ "kind": 4096,
6392
+ "kindString": "Call signature",
6393
+ "flags": {},
6394
+ "parameters": [
6395
+ {
6396
+ "id": 893,
6397
+ "name": "activeIndex",
6398
+ "kind": 32768,
6399
+ "kindString": "Parameter",
6400
+ "flags": {},
6401
+ "type": {
6402
+ "type": "intrinsic",
6403
+ "name": "number"
6404
+ }
6405
+ }
6406
+ ],
6407
+ "type": {
6408
+ "type": "intrinsic",
6409
+ "name": "void"
6410
+ }
6411
+ }
6412
+ ]
6413
+ },
6414
+ {
6415
+ "id": 884,
6343
6416
  "name": "rowExpansionRenderer",
6344
6417
  "kind": 2048,
6345
6418
  "kindString": "Method",
@@ -6348,7 +6421,7 @@
6348
6421
  },
6349
6422
  "signatures": [
6350
6423
  {
6351
- "id": 886,
6424
+ "id": 885,
6352
6425
  "name": "rowExpansionRenderer",
6353
6426
  "kind": 4096,
6354
6427
  "kindString": "Call signature",
@@ -6358,18 +6431,18 @@
6358
6431
  },
6359
6432
  "parameters": [
6360
6433
  {
6361
- "id": 887,
6434
+ "id": 886,
6362
6435
  "name": "row",
6363
6436
  "kind": 32768,
6364
6437
  "kindString": "Parameter",
6365
6438
  "flags": {},
6366
6439
  "type": {
6367
6440
  "type": "reference",
6368
- "id": 911,
6441
+ "id": 915,
6369
6442
  "typeArguments": [
6370
6443
  {
6371
6444
  "type": "reference",
6372
- "id": 910,
6445
+ "id": 914,
6373
6446
  "name": "TRow"
6374
6447
  }
6375
6448
  ],
@@ -6394,7 +6467,7 @@
6394
6467
  ],
6395
6468
  "props": [
6396
6469
  {
6397
- "id": 926,
6470
+ "id": 930,
6398
6471
  "name": "instance",
6399
6472
  "kind": 1024,
6400
6473
  "kindString": "Property",
@@ -6402,14 +6475,14 @@
6402
6475
  "type": {
6403
6476
  "type": "reflection",
6404
6477
  "declaration": {
6405
- "id": 927,
6478
+ "id": 931,
6406
6479
  "name": "__type",
6407
6480
  "kind": 65536,
6408
6481
  "kindString": "Type literal",
6409
6482
  "flags": {},
6410
6483
  "children": [
6411
6484
  {
6412
- "id": 933,
6485
+ "id": 937,
6413
6486
  "name": "resetRowEditing",
6414
6487
  "kind": 1024,
6415
6488
  "kindString": "Property",
@@ -6420,7 +6493,7 @@
6420
6493
  }
6421
6494
  },
6422
6495
  {
6423
- "id": 928,
6496
+ "id": 932,
6424
6497
  "name": "toggleAllRowsExpanded",
6425
6498
  "kind": 1024,
6426
6499
  "kindString": "Property",
@@ -6431,7 +6504,7 @@
6431
6504
  }
6432
6505
  },
6433
6506
  {
6434
- "id": 931,
6507
+ "id": 935,
6435
6508
  "name": "toggleEditing",
6436
6509
  "kind": 1024,
6437
6510
  "kindString": "Property",
@@ -6442,7 +6515,7 @@
6442
6515
  }
6443
6516
  },
6444
6517
  {
6445
- "id": 929,
6518
+ "id": 933,
6446
6519
  "name": "toggleHideAllColumns",
6447
6520
  "kind": 1024,
6448
6521
  "kindString": "Property",
@@ -6453,7 +6526,7 @@
6453
6526
  }
6454
6527
  },
6455
6528
  {
6456
- "id": 930,
6529
+ "id": 934,
6457
6530
  "name": "toggleHideColumn",
6458
6531
  "kind": 1024,
6459
6532
  "kindString": "Property",
@@ -6464,7 +6537,7 @@
6464
6537
  }
6465
6538
  },
6466
6539
  {
6467
- "id": 932,
6540
+ "id": 936,
6468
6541
  "name": "toggleRowEditing",
6469
6542
  "kind": 1024,
6470
6543
  "kindString": "Property",
@@ -6475,7 +6548,7 @@
6475
6548
  }
6476
6549
  },
6477
6550
  {
6478
- "id": 934,
6551
+ "id": 938,
6479
6552
  "name": "toggleRowExpanded",
6480
6553
  "kind": 1024,
6481
6554
  "kindString": "Property",
@@ -6486,7 +6559,7 @@
6486
6559
  }
6487
6560
  },
6488
6561
  {
6489
- "id": 935,
6562
+ "id": 939,
6490
6563
  "name": "toggleSortBy",
6491
6564
  "kind": 1024,
6492
6565
  "kindString": "Property",
@@ -6502,14 +6575,14 @@
6502
6575
  "title": "Properties",
6503
6576
  "kind": 1024,
6504
6577
  "children": [
6505
- 933,
6506
- 928,
6507
- 931,
6508
- 929,
6509
- 930,
6578
+ 937,
6510
6579
  932,
6580
+ 935,
6581
+ 933,
6511
6582
  934,
6512
- 935
6583
+ 936,
6584
+ 938,
6585
+ 939
6513
6586
  ]
6514
6587
  }
6515
6588
  ]
@@ -6521,7 +6594,7 @@
6521
6594
  "TableRow": {
6522
6595
  "props": [
6523
6596
  {
6524
- "id": 915,
6597
+ "id": 919,
6525
6598
  "name": "depth",
6526
6599
  "kind": 1024,
6527
6600
  "kindString": "Property",
@@ -6534,7 +6607,7 @@
6534
6607
  }
6535
6608
  },
6536
6609
  {
6537
- "id": 913,
6610
+ "id": 917,
6538
6611
  "name": "index",
6539
6612
  "kind": 1024,
6540
6613
  "kindString": "Property",
@@ -6548,7 +6621,7 @@
6548
6621
  }
6549
6622
  },
6550
6623
  {
6551
- "id": 914,
6624
+ "id": 918,
6552
6625
  "name": "indexPath",
6553
6626
  "kind": 1024,
6554
6627
  "kindString": "Property",
@@ -6562,7 +6635,7 @@
6562
6635
  }
6563
6636
  },
6564
6637
  {
6565
- "id": 920,
6638
+ "id": 924,
6566
6639
  "name": "isEditing",
6567
6640
  "kind": 1024,
6568
6641
  "kindString": "Property",
@@ -6575,7 +6648,7 @@
6575
6648
  }
6576
6649
  },
6577
6650
  {
6578
- "id": 916,
6651
+ "id": 920,
6579
6652
  "name": "isExpanded",
6580
6653
  "kind": 1024,
6581
6654
  "kindString": "Property",
@@ -6591,7 +6664,7 @@
6591
6664
  }
6592
6665
  },
6593
6666
  {
6594
- "id": 919,
6667
+ "id": 923,
6595
6668
  "name": "values",
6596
6669
  "kind": 1024,
6597
6670
  "kindString": "Property",
@@ -6601,11 +6674,11 @@
6601
6674
  },
6602
6675
  "type": {
6603
6676
  "type": "reference",
6604
- "id": 778,
6677
+ "id": 777,
6605
6678
  "typeArguments": [
6606
6679
  {
6607
6680
  "type": "reference",
6608
- "id": 923,
6681
+ "id": 927,
6609
6682
  "name": "TRow"
6610
6683
  }
6611
6684
  ],
@@ -6613,7 +6686,7 @@
6613
6686
  }
6614
6687
  },
6615
6688
  {
6616
- "id": 921,
6689
+ "id": 925,
6617
6690
  "name": "toggleRowEditing",
6618
6691
  "kind": 2048,
6619
6692
  "kindString": "Method",
@@ -6622,7 +6695,7 @@
6622
6695
  },
6623
6696
  "signatures": [
6624
6697
  {
6625
- "id": 922,
6698
+ "id": 926,
6626
6699
  "name": "toggleRowEditing",
6627
6700
  "kind": 4096,
6628
6701
  "kindString": "Call signature",
@@ -6635,7 +6708,7 @@
6635
6708
  ]
6636
6709
  },
6637
6710
  {
6638
- "id": 917,
6711
+ "id": 921,
6639
6712
  "name": "toggleRowExpanded",
6640
6713
  "kind": 2048,
6641
6714
  "kindString": "Method",
@@ -6644,7 +6717,7 @@
6644
6717
  },
6645
6718
  "signatures": [
6646
6719
  {
6647
- "id": 918,
6720
+ "id": 922,
6648
6721
  "name": "toggleRowExpanded",
6649
6722
  "kind": 4096,
6650
6723
  "kindString": "Call signature",
@@ -6664,7 +6737,7 @@
6664
6737
  "TableTexts": {
6665
6738
  "props": [
6666
6739
  {
6667
- "id": 938,
6740
+ "id": 942,
6668
6741
  "name": "actions",
6669
6742
  "kind": 1024,
6670
6743
  "kindString": "Property",
@@ -6675,7 +6748,7 @@
6675
6748
  }
6676
6749
  },
6677
6750
  {
6678
- "id": 940,
6751
+ "id": 944,
6679
6752
  "name": "copy",
6680
6753
  "kind": 1024,
6681
6754
  "kindString": "Property",
@@ -6686,7 +6759,7 @@
6686
6759
  }
6687
6760
  },
6688
6761
  {
6689
- "id": 941,
6762
+ "id": 945,
6690
6763
  "name": "del",
6691
6764
  "kind": 1024,
6692
6765
  "kindString": "Property",
@@ -6697,7 +6770,7 @@
6697
6770
  }
6698
6771
  },
6699
6772
  {
6700
- "id": 939,
6773
+ "id": 943,
6701
6774
  "name": "edit",
6702
6775
  "kind": 1024,
6703
6776
  "kindString": "Property",
@@ -6708,7 +6781,7 @@
6708
6781
  }
6709
6782
  },
6710
6783
  {
6711
- "id": 943,
6784
+ "id": 947,
6712
6785
  "name": "loading",
6713
6786
  "kind": 1024,
6714
6787
  "kindString": "Property",
@@ -6719,7 +6792,7 @@
6719
6792
  }
6720
6793
  },
6721
6794
  {
6722
- "id": 942,
6795
+ "id": 946,
6723
6796
  "name": "newSubRow",
6724
6797
  "kind": 1024,
6725
6798
  "kindString": "Property",
@@ -6737,7 +6810,7 @@
6737
6810
  ],
6738
6811
  "props": [
6739
6812
  {
6740
- "id": 996,
6813
+ "id": 1000,
6741
6814
  "name": "children",
6742
6815
  "kind": 1024,
6743
6816
  "kindString": "Property",
@@ -6753,7 +6826,7 @@
6753
6826
  }
6754
6827
  },
6755
6828
  {
6756
- "id": 995,
6829
+ "id": 999,
6757
6830
  "name": "defaultId",
6758
6831
  "kind": 1024,
6759
6832
  "kindString": "Property",
@@ -6769,7 +6842,7 @@
6769
6842
  }
6770
6843
  },
6771
6844
  {
6772
- "id": 994,
6845
+ "id": 998,
6773
6846
  "name": "id",
6774
6847
  "kind": 1024,
6775
6848
  "kindString": "Property",
@@ -6785,7 +6858,7 @@
6785
6858
  }
6786
6859
  },
6787
6860
  {
6788
- "id": 997,
6861
+ "id": 1001,
6789
6862
  "name": "orientation",
6790
6863
  "kind": 1024,
6791
6864
  "kindString": "Property",
@@ -6808,7 +6881,7 @@
6808
6881
  }
6809
6882
  },
6810
6883
  {
6811
- "id": 998,
6884
+ "id": 1002,
6812
6885
  "name": "onChange",
6813
6886
  "kind": 2048,
6814
6887
  "kindString": "Method",
@@ -6817,7 +6890,7 @@
6817
6890
  },
6818
6891
  "signatures": [
6819
6892
  {
6820
- "id": 999,
6893
+ "id": 1003,
6821
6894
  "name": "onChange",
6822
6895
  "kind": 4096,
6823
6896
  "kindString": "Call signature",
@@ -6827,7 +6900,7 @@
6827
6900
  },
6828
6901
  "parameters": [
6829
6902
  {
6830
- "id": 1000,
6903
+ "id": 1004,
6831
6904
  "name": "id",
6832
6905
  "kind": 32768,
6833
6906
  "kindString": "Parameter",
@@ -6850,7 +6923,7 @@
6850
6923
  "Taco": {
6851
6924
  "props": [
6852
6925
  {
6853
- "id": 636,
6926
+ "id": 635,
6854
6927
  "name": "localization",
6855
6928
  "kind": 1024,
6856
6929
  "kindString": "Property",
@@ -6860,7 +6933,7 @@
6860
6933
  },
6861
6934
  "type": {
6862
6935
  "type": "reference",
6863
- "id": 627,
6936
+ "id": 626,
6864
6937
  "name": "Localization"
6865
6938
  }
6866
6939
  }
@@ -6872,7 +6945,7 @@
6872
6945
  ],
6873
6946
  "props": [
6874
6947
  {
6875
- "id": 1017,
6948
+ "id": 1021,
6876
6949
  "name": "highlighted",
6877
6950
  "kind": 1024,
6878
6951
  "kindString": "Property",
@@ -6888,7 +6961,7 @@
6888
6961
  }
6889
6962
  },
6890
6963
  {
6891
- "id": 1018,
6964
+ "id": 1022,
6892
6965
  "name": "invalid",
6893
6966
  "kind": 1024,
6894
6967
  "kindString": "Property",
@@ -6901,7 +6974,7 @@
6901
6974
  }
6902
6975
  },
6903
6976
  {
6904
- "id": 1019,
6977
+ "id": 1023,
6905
6978
  "name": "value",
6906
6979
  "kind": 1024,
6907
6980
  "kindString": "Property",
@@ -6924,7 +6997,7 @@
6924
6997
  ],
6925
6998
  "props": [
6926
6999
  {
6927
- "id": 1059,
7000
+ "id": 1063,
6928
7001
  "name": "children",
6929
7002
  "kind": 1024,
6930
7003
  "kindString": "Property",
@@ -6949,7 +7022,7 @@
6949
7022
  }
6950
7023
  },
6951
7024
  {
6952
- "id": 1061,
7025
+ "id": 1065,
6953
7026
  "name": "placement",
6954
7027
  "kind": 1024,
6955
7028
  "kindString": "Property",
@@ -6988,7 +7061,7 @@
6988
7061
  }
6989
7062
  },
6990
7063
  {
6991
- "id": 1060,
7064
+ "id": 1064,
6992
7065
  "name": "title",
6993
7066
  "kind": 1024,
6994
7067
  "kindString": "Property",
@@ -7006,7 +7079,7 @@
7006
7079
  "TourProps": {
7007
7080
  "props": [
7008
7081
  {
7009
- "id": 1087,
7082
+ "id": 1091,
7010
7083
  "name": "autoStart",
7011
7084
  "kind": 1024,
7012
7085
  "kindString": "Property",
@@ -7022,7 +7095,7 @@
7022
7095
  }
7023
7096
  },
7024
7097
  {
7025
- "id": 1088,
7098
+ "id": 1092,
7026
7099
  "name": "children",
7027
7100
  "kind": 1024,
7028
7101
  "kindString": "Property",
@@ -7036,7 +7109,7 @@
7036
7109
  }
7037
7110
  },
7038
7111
  {
7039
- "id": 1089,
7112
+ "id": 1093,
7040
7113
  "name": "continuous",
7041
7114
  "kind": 1024,
7042
7115
  "kindString": "Property",
@@ -7052,7 +7125,7 @@
7052
7125
  }
7053
7126
  },
7054
7127
  {
7055
- "id": 1090,
7128
+ "id": 1094,
7056
7129
  "name": "disableCloseOnEsc",
7057
7130
  "kind": 1024,
7058
7131
  "kindString": "Property",
@@ -7068,7 +7141,7 @@
7068
7141
  }
7069
7142
  },
7070
7143
  {
7071
- "id": 1091,
7144
+ "id": 1095,
7072
7145
  "name": "disableOverlayClose",
7073
7146
  "kind": 1024,
7074
7147
  "kindString": "Property",
@@ -7084,7 +7157,7 @@
7084
7157
  }
7085
7158
  },
7086
7159
  {
7087
- "id": 1101,
7160
+ "id": 1105,
7088
7161
  "name": "disableScrollParentFix",
7089
7162
  "kind": 1024,
7090
7163
  "kindString": "Property",
@@ -7097,7 +7170,7 @@
7097
7170
  }
7098
7171
  },
7099
7172
  {
7100
- "id": 1092,
7173
+ "id": 1096,
7101
7174
  "name": "disableScrolling",
7102
7175
  "kind": 1024,
7103
7176
  "kindString": "Property",
@@ -7113,7 +7186,7 @@
7113
7186
  }
7114
7187
  },
7115
7188
  {
7116
- "id": 1096,
7189
+ "id": 1100,
7117
7190
  "name": "onComplete",
7118
7191
  "kind": 1024,
7119
7192
  "kindString": "Property",
@@ -7128,7 +7201,7 @@
7128
7201
  }
7129
7202
  },
7130
7203
  {
7131
- "id": 1100,
7204
+ "id": 1104,
7132
7205
  "name": "spotlightClicks",
7133
7206
  "kind": 1024,
7134
7207
  "kindString": "Property",
@@ -7141,7 +7214,7 @@
7141
7214
  }
7142
7215
  },
7143
7216
  {
7144
- "id": 1093,
7217
+ "id": 1097,
7145
7218
  "name": "onClose",
7146
7219
  "kind": 2048,
7147
7220
  "kindString": "Method",
@@ -7150,21 +7223,21 @@
7150
7223
  },
7151
7224
  "signatures": [
7152
7225
  {
7153
- "id": 1094,
7226
+ "id": 1098,
7154
7227
  "name": "onClose",
7155
7228
  "kind": 4096,
7156
7229
  "kindString": "Call signature",
7157
7230
  "flags": {},
7158
7231
  "parameters": [
7159
7232
  {
7160
- "id": 1095,
7233
+ "id": 1099,
7161
7234
  "name": "step",
7162
7235
  "kind": 32768,
7163
7236
  "kindString": "Parameter",
7164
7237
  "flags": {},
7165
7238
  "type": {
7166
7239
  "type": "reference",
7167
- "id": 1075,
7240
+ "id": 1079,
7168
7241
  "name": "TourStepProps"
7169
7242
  }
7170
7243
  }
@@ -7177,7 +7250,7 @@
7177
7250
  ]
7178
7251
  },
7179
7252
  {
7180
- "id": 1097,
7253
+ "id": 1101,
7181
7254
  "name": "onReady",
7182
7255
  "kind": 2048,
7183
7256
  "kindString": "Method",
@@ -7186,7 +7259,7 @@
7186
7259
  },
7187
7260
  "signatures": [
7188
7261
  {
7189
- "id": 1098,
7262
+ "id": 1102,
7190
7263
  "name": "onReady",
7191
7264
  "kind": 4096,
7192
7265
  "kindString": "Call signature",
@@ -7196,14 +7269,14 @@
7196
7269
  },
7197
7270
  "parameters": [
7198
7271
  {
7199
- "id": 1099,
7272
+ "id": 1103,
7200
7273
  "name": "step",
7201
7274
  "kind": 32768,
7202
7275
  "kindString": "Parameter",
7203
7276
  "flags": {},
7204
7277
  "type": {
7205
7278
  "type": "reference",
7206
- "id": 1075,
7279
+ "id": 1079,
7207
7280
  "name": "TourStepProps"
7208
7281
  }
7209
7282
  }
@@ -7220,7 +7293,7 @@
7220
7293
  "TourStepProps": {
7221
7294
  "props": [
7222
7295
  {
7223
- "id": 1077,
7296
+ "id": 1081,
7224
7297
  "name": "children",
7225
7298
  "kind": 1024,
7226
7299
  "kindString": "Property",
@@ -7236,7 +7309,7 @@
7236
7309
  }
7237
7310
  },
7238
7311
  {
7239
- "id": 1078,
7312
+ "id": 1082,
7240
7313
  "name": "position",
7241
7314
  "kind": 1024,
7242
7315
  "kindString": "Property",
@@ -7254,7 +7327,7 @@
7254
7327
  }
7255
7328
  },
7256
7329
  {
7257
- "id": 1079,
7330
+ "id": 1083,
7258
7331
  "name": "selector",
7259
7332
  "kind": 1024,
7260
7333
  "kindString": "Property",
@@ -7268,7 +7341,7 @@
7268
7341
  }
7269
7342
  },
7270
7343
  {
7271
- "id": 1080,
7344
+ "id": 1084,
7272
7345
  "name": "showBeacon",
7273
7346
  "kind": 1024,
7274
7347
  "kindString": "Property",
@@ -7284,7 +7357,7 @@
7284
7357
  }
7285
7358
  },
7286
7359
  {
7287
- "id": 1081,
7360
+ "id": 1085,
7288
7361
  "name": "title",
7289
7362
  "kind": 1024,
7290
7363
  "kindString": "Property",
@@ -7302,7 +7375,7 @@
7302
7375
  "TourTexts": {
7303
7376
  "props": [
7304
7377
  {
7305
- "id": 1069,
7378
+ "id": 1073,
7306
7379
  "name": "back",
7307
7380
  "kind": 1024,
7308
7381
  "kindString": "Property",
@@ -7316,7 +7389,7 @@
7316
7389
  }
7317
7390
  },
7318
7391
  {
7319
- "id": 1070,
7392
+ "id": 1074,
7320
7393
  "name": "close",
7321
7394
  "kind": 1024,
7322
7395
  "kindString": "Property",
@@ -7330,7 +7403,7 @@
7330
7403
  }
7331
7404
  },
7332
7405
  {
7333
- "id": 1072,
7406
+ "id": 1076,
7334
7407
  "name": "last",
7335
7408
  "kind": 1024,
7336
7409
  "kindString": "Property",
@@ -7344,7 +7417,7 @@
7344
7417
  }
7345
7418
  },
7346
7419
  {
7347
- "id": 1073,
7420
+ "id": 1077,
7348
7421
  "name": "next",
7349
7422
  "kind": 1024,
7350
7423
  "kindString": "Property",
@@ -7358,7 +7431,7 @@
7358
7431
  }
7359
7432
  },
7360
7433
  {
7361
- "id": 1074,
7434
+ "id": 1078,
7362
7435
  "name": "open",
7363
7436
  "kind": 1024,
7364
7437
  "kindString": "Property",
@@ -7372,7 +7445,7 @@
7372
7445
  }
7373
7446
  },
7374
7447
  {
7375
- "id": 1071,
7448
+ "id": 1075,
7376
7449
  "name": "skip",
7377
7450
  "kind": 1024,
7378
7451
  "kindString": "Property",
@@ -7393,7 +7466,7 @@
7393
7466
  ],
7394
7467
  "props": [
7395
7468
  {
7396
- "id": 1118,
7469
+ "id": 1122,
7397
7470
  "name": "className",
7398
7471
  "kind": 1024,
7399
7472
  "kindString": "Property",
@@ -7413,21 +7486,21 @@
7413
7486
  {
7414
7487
  "type": "reflection",
7415
7488
  "declaration": {
7416
- "id": 1119,
7489
+ "id": 1123,
7417
7490
  "name": "__type",
7418
7491
  "kind": 65536,
7419
7492
  "kindString": "Type literal",
7420
7493
  "flags": {},
7421
7494
  "signatures": [
7422
7495
  {
7423
- "id": 1120,
7496
+ "id": 1124,
7424
7497
  "name": "__type",
7425
7498
  "kind": 4096,
7426
7499
  "kindString": "Call signature",
7427
7500
  "flags": {},
7428
7501
  "parameters": [
7429
7502
  {
7430
- "id": 1121,
7503
+ "id": 1125,
7431
7504
  "name": "expanded",
7432
7505
  "kind": 32768,
7433
7506
  "kindString": "Parameter",
@@ -7450,7 +7523,7 @@
7450
7523
  }
7451
7524
  },
7452
7525
  {
7453
- "id": 1122,
7526
+ "id": 1126,
7454
7527
  "name": "expanded",
7455
7528
  "kind": 1024,
7456
7529
  "kindString": "Property",
@@ -7466,7 +7539,7 @@
7466
7539
  }
7467
7540
  },
7468
7541
  {
7469
- "id": 1123,
7542
+ "id": 1127,
7470
7543
  "name": "fixed",
7471
7544
  "kind": 1024,
7472
7545
  "kindString": "Property",
@@ -7482,7 +7555,7 @@
7482
7555
  }
7483
7556
  },
7484
7557
  {
7485
- "id": 1128,
7558
+ "id": 1132,
7486
7559
  "name": "title",
7487
7560
  "kind": 1024,
7488
7561
  "kindString": "Property",
@@ -7502,21 +7575,21 @@
7502
7575
  {
7503
7576
  "type": "reflection",
7504
7577
  "declaration": {
7505
- "id": 1129,
7578
+ "id": 1133,
7506
7579
  "name": "__type",
7507
7580
  "kind": 65536,
7508
7581
  "kindString": "Type literal",
7509
7582
  "flags": {},
7510
7583
  "signatures": [
7511
7584
  {
7512
- "id": 1130,
7585
+ "id": 1134,
7513
7586
  "name": "__type",
7514
7587
  "kind": 4096,
7515
7588
  "kindString": "Call signature",
7516
7589
  "flags": {},
7517
7590
  "parameters": [
7518
7591
  {
7519
- "id": 1131,
7592
+ "id": 1135,
7520
7593
  "name": "expanded",
7521
7594
  "kind": 32768,
7522
7595
  "kindString": "Parameter",
@@ -7541,7 +7614,7 @@
7541
7614
  }
7542
7615
  },
7543
7616
  {
7544
- "id": 1124,
7617
+ "id": 1128,
7545
7618
  "name": "onClick",
7546
7619
  "kind": 2048,
7547
7620
  "kindString": "Method",
@@ -7550,7 +7623,7 @@
7550
7623
  },
7551
7624
  "signatures": [
7552
7625
  {
7553
- "id": 1125,
7626
+ "id": 1129,
7554
7627
  "name": "onClick",
7555
7628
  "kind": 4096,
7556
7629
  "kindString": "Call signature",
@@ -7560,7 +7633,7 @@
7560
7633
  },
7561
7634
  "parameters": [
7562
7635
  {
7563
- "id": 1126,
7636
+ "id": 1130,
7564
7637
  "name": "event",
7565
7638
  "kind": 32768,
7566
7639
  "kindString": "Parameter",
@@ -7587,7 +7660,7 @@
7587
7660
  }
7588
7661
  },
7589
7662
  {
7590
- "id": 1127,
7663
+ "id": 1131,
7591
7664
  "name": "expanded",
7592
7665
  "kind": 32768,
7593
7666
  "kindString": "Parameter",
@@ -7612,7 +7685,7 @@
7612
7685
  "useListKeyboardNavigationOptions": {
7613
7686
  "props": [
7614
7687
  {
7615
- "id": 1161,
7688
+ "id": 1165,
7616
7689
  "name": "direction",
7617
7690
  "kind": 1024,
7618
7691
  "kindString": "Property",
@@ -7626,7 +7699,7 @@
7626
7699
  }
7627
7700
  },
7628
7701
  {
7629
- "id": 1162,
7702
+ "id": 1166,
7630
7703
  "name": "initialIndex",
7631
7704
  "kind": 1024,
7632
7705
  "kindString": "Property",
@@ -7643,7 +7716,7 @@
7643
7716
  "usePaginationValues": {
7644
7717
  "props": [
7645
7718
  {
7646
- "id": 573,
7719
+ "id": 572,
7647
7720
  "name": "pageIndex",
7648
7721
  "kind": 1024,
7649
7722
  "kindString": "Property",
@@ -7657,7 +7730,7 @@
7657
7730
  }
7658
7731
  },
7659
7732
  {
7660
- "id": 574,
7733
+ "id": 573,
7661
7734
  "name": "pageSize",
7662
7735
  "kind": 1024,
7663
7736
  "kindString": "Property",
@@ -7671,14 +7744,14 @@
7671
7744
  }
7672
7745
  },
7673
7746
  {
7674
- "id": 575,
7747
+ "id": 574,
7675
7748
  "name": "setPageIndex",
7676
7749
  "kind": 2048,
7677
7750
  "kindString": "Method",
7678
7751
  "flags": {},
7679
7752
  "signatures": [
7680
7753
  {
7681
- "id": 576,
7754
+ "id": 575,
7682
7755
  "name": "setPageIndex",
7683
7756
  "kind": 4096,
7684
7757
  "kindString": "Call signature",
@@ -7688,7 +7761,7 @@
7688
7761
  },
7689
7762
  "parameters": [
7690
7763
  {
7691
- "id": 577,
7764
+ "id": 576,
7692
7765
  "name": "pageIndex",
7693
7766
  "kind": 32768,
7694
7767
  "kindString": "Parameter",
@@ -7707,14 +7780,14 @@
7707
7780
  ]
7708
7781
  },
7709
7782
  {
7710
- "id": 578,
7783
+ "id": 577,
7711
7784
  "name": "setPageSize",
7712
7785
  "kind": 2048,
7713
7786
  "kindString": "Method",
7714
7787
  "flags": {},
7715
7788
  "signatures": [
7716
7789
  {
7717
- "id": 579,
7790
+ "id": 578,
7718
7791
  "name": "setPageSize",
7719
7792
  "kind": 4096,
7720
7793
  "kindString": "Call signature",
@@ -7724,7 +7797,7 @@
7724
7797
  },
7725
7798
  "parameters": [
7726
7799
  {
7727
- "id": 580,
7800
+ "id": 579,
7728
7801
  "name": "size",
7729
7802
  "kind": 32768,
7730
7803
  "kindString": "Parameter",
@@ -7747,7 +7820,7 @@
7747
7820
  "useTableRowCreation": {
7748
7821
  "props": [
7749
7822
  {
7750
- "id": 982,
7823
+ "id": 986,
7751
7824
  "name": "data",
7752
7825
  "kind": 1024,
7753
7826
  "kindString": "Property",
@@ -7756,11 +7829,11 @@
7756
7829
  "type": "array",
7757
7830
  "elementType": {
7758
7831
  "type": "reference",
7759
- "id": 778,
7832
+ "id": 777,
7760
7833
  "typeArguments": [
7761
7834
  {
7762
7835
  "type": "reference",
7763
- "id": 991,
7836
+ "id": 995,
7764
7837
  "name": "TRow"
7765
7838
  }
7766
7839
  ],
@@ -7769,7 +7842,7 @@
7769
7842
  }
7770
7843
  },
7771
7844
  {
7772
- "id": 990,
7845
+ "id": 994,
7773
7846
  "name": "isCreating",
7774
7847
  "kind": 1024,
7775
7848
  "kindString": "Property",
@@ -7780,33 +7853,33 @@
7780
7853
  }
7781
7854
  },
7782
7855
  {
7783
- "id": 983,
7856
+ "id": 987,
7784
7857
  "name": "create",
7785
7858
  "kind": 2048,
7786
7859
  "kindString": "Method",
7787
7860
  "flags": {},
7788
7861
  "signatures": [
7789
7862
  {
7790
- "id": 984,
7863
+ "id": 988,
7791
7864
  "name": "create",
7792
7865
  "kind": 4096,
7793
7866
  "kindString": "Call signature",
7794
7867
  "flags": {},
7795
7868
  "parameters": [
7796
7869
  {
7797
- "id": 985,
7870
+ "id": 989,
7798
7871
  "name": "rowIndexPath",
7799
7872
  "kind": 32768,
7800
7873
  "kindString": "Parameter",
7801
7874
  "flags": {},
7802
7875
  "type": {
7803
7876
  "type": "reference",
7804
- "id": 783,
7877
+ "id": 782,
7805
7878
  "name": "RowIndexPath"
7806
7879
  }
7807
7880
  },
7808
7881
  {
7809
- "id": 986,
7882
+ "id": 990,
7810
7883
  "name": "values",
7811
7884
  "kind": 32768,
7812
7885
  "kindString": "Parameter",
@@ -7821,35 +7894,35 @@
7821
7894
  ],
7822
7895
  "type": {
7823
7896
  "type": "reference",
7824
- "id": 783,
7897
+ "id": 782,
7825
7898
  "name": "RowIndexPath"
7826
7899
  }
7827
7900
  }
7828
7901
  ]
7829
7902
  },
7830
7903
  {
7831
- "id": 987,
7904
+ "id": 991,
7832
7905
  "name": "remove",
7833
7906
  "kind": 2048,
7834
7907
  "kindString": "Method",
7835
7908
  "flags": {},
7836
7909
  "signatures": [
7837
7910
  {
7838
- "id": 988,
7911
+ "id": 992,
7839
7912
  "name": "remove",
7840
7913
  "kind": 4096,
7841
7914
  "kindString": "Call signature",
7842
7915
  "flags": {},
7843
7916
  "parameters": [
7844
7917
  {
7845
- "id": 989,
7918
+ "id": 993,
7846
7919
  "name": "rowIndexPath",
7847
7920
  "kind": 32768,
7848
7921
  "kindString": "Parameter",
7849
7922
  "flags": {},
7850
7923
  "type": {
7851
7924
  "type": "reference",
7852
- "id": 783,
7925
+ "id": 782,
7853
7926
  "name": "RowIndexPath"
7854
7927
  }
7855
7928
  }