@economic/taco 1.0.9 → 1.1.0
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.
- package/README.md +84 -84
- package/dist/components/Menu/Context.d.ts +0 -5
- package/dist/components/Menu/Menu.d.ts +0 -3
- package/dist/esm/components/Accordion/Accordion.js.map +1 -1
- package/dist/esm/components/Backdrop/Backdrop.js.map +1 -1
- package/dist/esm/components/Badge/Badge.js.map +1 -1
- package/dist/esm/components/Banner/Banner.js.map +1 -1
- package/dist/esm/components/Banner/util.js +1 -1
- package/dist/esm/components/Banner/util.js.map +1 -1
- package/dist/esm/components/Button/Button.js.map +1 -1
- package/dist/esm/components/Button/util.js +24 -19
- package/dist/esm/components/Button/util.js.map +1 -1
- package/dist/esm/components/Calendar/Calendar.js.map +1 -1
- package/dist/esm/components/Card/Card.js.map +1 -1
- package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/Combobox/Combobox.js.map +1 -1
- package/dist/esm/components/Combobox/useCombobox.js +87 -67
- package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
- package/dist/esm/components/Datepicker/Datepicker.js.map +1 -1
- package/dist/esm/components/Datepicker/useDatepicker.js +34 -27
- package/dist/esm/components/Datepicker/useDatepicker.js.map +1 -1
- package/dist/esm/components/Dialog/Context.js +4 -4
- package/dist/esm/components/Dialog/Context.js.map +1 -1
- package/dist/esm/components/Dialog/Dialog.js.map +1 -1
- package/dist/esm/components/Dialog/components/Content.js +44 -39
- package/dist/esm/components/Dialog/components/Content.js.map +1 -1
- package/dist/esm/components/Dialog/components/Drawer.js +3 -3
- package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
- package/dist/esm/components/Dialog/components/Extra.js +2 -2
- package/dist/esm/components/Dialog/components/Extra.js.map +1 -1
- package/dist/esm/components/Dialog/components/Trigger.js +2 -2
- package/dist/esm/components/Dialog/components/Trigger.js.map +1 -1
- package/dist/esm/components/Field/Field.js.map +1 -1
- package/dist/esm/components/Form/Form.js.map +1 -1
- package/dist/esm/components/Group/Group.js.map +1 -1
- package/dist/esm/components/Hanger/Hanger.js.map +1 -1
- package/dist/esm/components/HoverCard/HoverCard.js.map +1 -1
- package/dist/esm/components/Icon/Icon.js.map +1 -1
- package/dist/esm/components/Icon/components/AccountPreview.js.map +1 -1
- package/dist/esm/components/Icon/components/Accounting.js.map +1 -1
- package/dist/esm/components/Icon/components/AccountingYear.js.map +1 -1
- package/dist/esm/components/Icon/components/AccountingYearCancel.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowBottom.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowDown.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowEnd.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowLeft.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowRight.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowStart.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowTop.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowUp.js.map +1 -1
- package/dist/esm/components/Icon/components/Attach.js.map +1 -1
- package/dist/esm/components/Icon/components/AttachAuto.js.map +1 -1
- package/dist/esm/components/Icon/components/AttachCancel.js.map +1 -1
- package/dist/esm/components/Icon/components/Autotext.js.map +1 -1
- package/dist/esm/components/Icon/components/AutotextInsert.js.map +1 -1
- package/dist/esm/components/Icon/components/Basic.js.map +1 -1
- package/dist/esm/components/Icon/components/BasicTabs.js.map +1 -1
- package/dist/esm/components/Icon/components/BellSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Book.js.map +1 -1
- package/dist/esm/components/Icon/components/Booking.js.map +1 -1
- package/dist/esm/components/Icon/components/Budget.js.map +1 -1
- package/dist/esm/components/Icon/components/Calendar.js.map +1 -1
- package/dist/esm/components/Icon/components/CashAccount.js.map +1 -1
- package/dist/esm/components/Icon/components/CashReports.js.map +1 -1
- package/dist/esm/components/Icon/components/Chat.js.map +1 -1
- package/dist/esm/components/Icon/components/ChatSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronDown.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronDownDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronDownSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronLeft.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronLeftDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronRight.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronRightDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronUp.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronUpDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronUpSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/CircleClose.js.map +1 -1
- package/dist/esm/components/Icon/components/CircleMinus.js.map +1 -1
- package/dist/esm/components/Icon/components/CirclePlus.js.map +1 -1
- package/dist/esm/components/Icon/components/CircleTick.js.map +1 -1
- package/dist/esm/components/Icon/components/Clamp.js.map +1 -1
- package/dist/esm/components/Icon/components/ClampOpen.js.map +1 -1
- package/dist/esm/components/Icon/components/Close.js.map +1 -1
- package/dist/esm/components/Icon/components/ConnectionEnable.js.map +1 -1
- package/dist/esm/components/Icon/components/ConnectionRevoke.js.map +1 -1
- package/dist/esm/components/Icon/components/Contacts.js.map +1 -1
- package/dist/esm/components/Icon/components/Copy.js.map +1 -1
- package/dist/esm/components/Icon/components/Courses.js.map +1 -1
- package/dist/esm/components/Icon/components/Credit.js.map +1 -1
- package/dist/esm/components/Icon/components/Delete.js.map +1 -1
- package/dist/esm/components/Icon/components/DeletePermanently.js.map +1 -1
- package/dist/esm/components/Icon/components/Depecriate.js.map +1 -1
- package/dist/esm/components/Icon/components/Developer.js.map +1 -1
- package/dist/esm/components/Icon/components/DistributionTemplate.js.map +1 -1
- package/dist/esm/components/Icon/components/Document.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentApprove.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentCreateEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentCut.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentError.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentIsolatePage.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentMerge.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentMove.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentPreview.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentReceived.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentRejectedRequest.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentSplit.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentTime.js.map +1 -1
- package/dist/esm/components/Icon/components/Download.js.map +1 -1
- package/dist/esm/components/Icon/components/Drag.js.map +1 -1
- package/dist/esm/components/Icon/components/ECopedia.js.map +1 -1
- package/dist/esm/components/Icon/components/ESignature.js.map +1 -1
- package/dist/esm/components/Icon/components/Edit.js.map +1 -1
- package/dist/esm/components/Icon/components/EllipsisHorizontal.js.map +1 -1
- package/dist/esm/components/Icon/components/EllipsisVertical.js.map +1 -1
- package/dist/esm/components/Icon/components/EntriesOnAccount.js.map +1 -1
- package/dist/esm/components/Icon/components/EntriesOpen.js.map +1 -1
- package/dist/esm/components/Icon/components/EntriesWarning.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeCustomerInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeCustomerPayment.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeJournalEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeManualCustomerInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeSupplierInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeSupplierPayment.js.map +1 -1
- package/dist/esm/components/Icon/components/Envelope.js.map +1 -1
- package/dist/esm/components/Icon/components/EnvelopeApproved.js.map +1 -1
- package/dist/esm/components/Icon/components/ExpandView.js.map +1 -1
- package/dist/esm/components/Icon/components/Expenses.js.map +1 -1
- package/dist/esm/components/Icon/components/Export.js.map +1 -1
- package/dist/esm/components/Icon/components/ExportToExcel.js.map +1 -1
- package/dist/esm/components/Icon/components/ExportToPdf.js.map +1 -1
- package/dist/esm/components/Icon/components/Filter.js.map +1 -1
- package/dist/esm/components/Icon/components/FilterSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/GraphSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Hash.js.map +1 -1
- package/dist/esm/components/Icon/components/Home.js.map +1 -1
- package/dist/esm/components/Icon/components/Images.js.map +1 -1
- package/dist/esm/components/Icon/components/Import.js.map +1 -1
- package/dist/esm/components/Icon/components/Inbox.js.map +1 -1
- package/dist/esm/components/Icon/components/InboxEinvoicing.js.map +1 -1
- package/dist/esm/components/Icon/components/InboxScanning.js.map +1 -1
- package/dist/esm/components/Icon/components/InboxSmart.js.map +1 -1
- package/dist/esm/components/Icon/components/Info.js.map +1 -1
- package/dist/esm/components/Icon/components/Inventory.js.map +1 -1
- package/dist/esm/components/Icon/components/InventoryMatrix.js.map +1 -1
- package/dist/esm/components/Icon/components/JournalPro.js.map +1 -1
- package/dist/esm/components/Icon/components/Layout.js.map +1 -1
- package/dist/esm/components/Icon/components/LayoutBoth.js.map +1 -1
- package/dist/esm/components/Icon/components/LayoutFirst.js.map +1 -1
- package/dist/esm/components/Icon/components/LayoutLast.js.map +1 -1
- package/dist/esm/components/Icon/components/LayoutNone.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCard.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardCustomerReminder.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardManualCustomerInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardObsoleteStock.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardOpeningEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardReservedEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardShrinkagePilferage.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardStockAdjustment.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardTransferredOpeningEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/Lightbulb.js.map +1 -1
- package/dist/esm/components/Icon/components/Line.js.map +1 -1
- package/dist/esm/components/Icon/components/List.js.map +1 -1
- package/dist/esm/components/Icon/components/ListBulleted.js.map +1 -1
- package/dist/esm/components/Icon/components/ListSearch.js.map +1 -1
- package/dist/esm/components/Icon/components/LockOpen.js.map +1 -1
- package/dist/esm/components/Icon/components/Log.js.map +1 -1
- package/dist/esm/components/Icon/components/Market.js.map +1 -1
- package/dist/esm/components/Icon/components/MatchAmount.js.map +1 -1
- package/dist/esm/components/Icon/components/MatchEntries.js.map +1 -1
- package/dist/esm/components/Icon/components/Mileage.js.map +1 -1
- package/dist/esm/components/Icon/components/ModalResize.js.map +1 -1
- package/dist/esm/components/Icon/components/ModalShrink.js.map +1 -1
- package/dist/esm/components/Icon/components/More.js.map +1 -1
- package/dist/esm/components/Icon/components/MoreSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Move.js.map +1 -1
- package/dist/esm/components/Icon/components/NavigationList.js.map +1 -1
- package/dist/esm/components/Icon/components/Note.js.map +1 -1
- package/dist/esm/components/Icon/components/NoteFollowUp.js.map +1 -1
- package/dist/esm/components/Icon/components/NoteRead.js.map +1 -1
- package/dist/esm/components/Icon/components/PartnerApi.js.map +1 -1
- package/dist/esm/components/Icon/components/Period.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonChange.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonMinus.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonPlus.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonTick.js.map +1 -1
- package/dist/esm/components/Icon/components/Play.js.map +1 -1
- package/dist/esm/components/Icon/components/PlusMinus.js.map +1 -1
- package/dist/esm/components/Icon/components/Print.js.map +1 -1
- package/dist/esm/components/Icon/components/ProcessPayment.js.map +1 -1
- package/dist/esm/components/Icon/components/ProductLedgerCard.js.map +1 -1
- package/dist/esm/components/Icon/components/ProjectCards.js.map +1 -1
- package/dist/esm/components/Icon/components/Projects.js.map +1 -1
- package/dist/esm/components/Icon/components/Quicklinks.js.map +1 -1
- package/dist/esm/components/Icon/components/RatingBankruptcy.js.map +1 -1
- package/dist/esm/components/Icon/components/RatingPaymentProblems.js.map +1 -1
- package/dist/esm/components/Icon/components/Reconciled.js.map +1 -1
- package/dist/esm/components/Icon/components/Refresh.js.map +1 -1
- package/dist/esm/components/Icon/components/Report.js.map +1 -1
- package/dist/esm/components/Icon/components/ReportSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Restore.js.map +1 -1
- package/dist/esm/components/Icon/components/RotateLeft.js.map +1 -1
- package/dist/esm/components/Icon/components/RotateRight.js.map +1 -1
- package/dist/esm/components/Icon/components/Sales.js.map +1 -1
- package/dist/esm/components/Icon/components/Search.js.map +1 -1
- package/dist/esm/components/Icon/components/SearchBold.js.map +1 -1
- package/dist/esm/components/Icon/components/Secure.js.map +1 -1
- package/dist/esm/components/Icon/components/SecureTick.js.map +1 -1
- package/dist/esm/components/Icon/components/Settings.js.map +1 -1
- package/dist/esm/components/Icon/components/SettingsSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Shortcuts.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowAll.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowLess.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowMore.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowTemplate.js.map +1 -1
- package/dist/esm/components/Icon/components/Sliders.js.map +1 -1
- package/dist/esm/components/Icon/components/Smartpay.js.map +1 -1
- package/dist/esm/components/Icon/components/SortBy.js.map +1 -1
- package/dist/esm/components/Icon/components/Spinner.js.map +1 -1
- package/dist/esm/components/Icon/components/Star.js.map +1 -1
- package/dist/esm/components/Icon/components/StarSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Subscriptions.js.map +1 -1
- package/dist/esm/components/Icon/components/SystemEntries.js.map +1 -1
- package/dist/esm/components/Icon/components/Tag.js.map +1 -1
- package/dist/esm/components/Icon/components/TemplateOverride.js.map +1 -1
- package/dist/esm/components/Icon/components/Templates.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbBoth.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbDown.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbDownSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbUp.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbUpSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Tick.js.map +1 -1
- package/dist/esm/components/Icon/components/Time.js.map +1 -1
- package/dist/esm/components/Icon/components/Transfer.js.map +1 -1
- package/dist/esm/components/Icon/components/TransferCancel.js.map +1 -1
- package/dist/esm/components/Icon/components/TransferLocked.js.map +1 -1
- package/dist/esm/components/Icon/components/Undock.js.map +1 -1
- package/dist/esm/components/Icon/components/Unreconciled.js.map +1 -1
- package/dist/esm/components/Icon/components/Warning.js.map +1 -1
- package/dist/esm/components/Icon/components/Webshop.js.map +1 -1
- package/dist/esm/components/Icon/components/Website.js.map +1 -1
- package/dist/esm/components/Icon/components/Workflow.js.map +1 -1
- package/dist/esm/components/Icon/components/Zoom.js.map +1 -1
- package/dist/esm/components/Icon/components/index.js +4 -4
- package/dist/esm/components/Icon/components/index.js.map +1 -1
- package/dist/esm/components/IconButton/IconButton.js.map +1 -1
- package/dist/esm/components/Input/Input.js.map +1 -1
- package/dist/esm/components/Input/util.js +2 -2
- package/dist/esm/components/Input/util.js.map +1 -1
- package/dist/esm/components/Listbox/Listbox.js.map +1 -1
- package/dist/esm/components/Listbox/ScrollableList.js +83 -64
- package/dist/esm/components/Listbox/ScrollableList.js.map +1 -1
- package/dist/esm/components/Listbox/useListbox.js +60 -51
- package/dist/esm/components/Listbox/useListbox.js.map +1 -1
- package/dist/esm/components/Listbox/useMultiListbox.js +91 -64
- package/dist/esm/components/Listbox/useMultiListbox.js.map +1 -1
- package/dist/esm/components/Listbox/useTypeahead.js +9 -10
- package/dist/esm/components/Listbox/useTypeahead.js.map +1 -1
- package/dist/esm/components/Listbox/util.js +85 -48
- package/dist/esm/components/Listbox/util.js.map +1 -1
- package/dist/esm/components/Menu/Context.js +2 -2
- package/dist/esm/components/Menu/Context.js.map +1 -1
- package/dist/esm/components/Menu/Menu.js +9 -18
- package/dist/esm/components/Menu/Menu.js.map +1 -1
- package/dist/esm/components/Menu/components/Checkbox.js +9 -8
- package/dist/esm/components/Menu/components/Checkbox.js.map +1 -1
- package/dist/esm/components/Menu/components/Content.js +9 -27
- package/dist/esm/components/Menu/components/Content.js.map +1 -1
- package/dist/esm/components/Menu/components/Header.js +3 -23
- package/dist/esm/components/Menu/components/Header.js.map +1 -1
- package/dist/esm/components/Menu/components/Item.js +32 -79
- package/dist/esm/components/Menu/components/Item.js.map +1 -1
- package/dist/esm/components/Menu/components/Link.js +11 -10
- package/dist/esm/components/Menu/components/Link.js.map +1 -1
- package/dist/esm/components/Menu/components/RadioGroup.js +18 -16
- package/dist/esm/components/Menu/components/RadioGroup.js.map +1 -1
- package/dist/esm/components/Menu/components/Separator.js +2 -26
- package/dist/esm/components/Menu/components/Separator.js.map +1 -1
- package/dist/esm/components/Menu/components/Trigger.js +5 -17
- package/dist/esm/components/Menu/components/Trigger.js.map +1 -1
- package/dist/esm/components/Navigation/Navigation.js.map +1 -1
- package/dist/esm/components/Pagination/PageNumbers.js +28 -23
- package/dist/esm/components/Pagination/PageNumbers.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/Pagination/usePagination.js +21 -7
- package/dist/esm/components/Pagination/usePagination.js.map +1 -1
- package/dist/esm/components/Pagination/usePaginationShortcuts.js +9 -9
- package/dist/esm/components/Pagination/usePaginationShortcuts.js.map +1 -1
- package/dist/esm/components/Popover/Popover.js.map +1 -1
- package/dist/esm/components/Popover/Primitives.js +8 -7
- package/dist/esm/components/Popover/Primitives.js.map +1 -1
- package/dist/esm/components/Progress/Progress.js.map +1 -1
- package/dist/esm/components/Provider/Provider.js.map +1 -1
- package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/esm/components/SearchInput/SearchInput.js +1 -1
- package/dist/esm/components/SearchInput/SearchInput.js.map +1 -1
- package/dist/esm/components/Select/Select.js.map +1 -1
- package/dist/esm/components/Select/useSelect.js +81 -63
- package/dist/esm/components/Select/useSelect.js.map +1 -1
- package/dist/esm/components/Spinner/Spinner.js.map +1 -1
- package/dist/esm/components/Switch/Switch.js.map +1 -1
- package/dist/esm/components/Table/components/BaseTable.js +30 -23
- package/dist/esm/components/Table/components/BaseTable.js.map +1 -1
- package/dist/esm/components/Table/components/PaginatedTable.js +7 -3
- package/dist/esm/components/Table/components/PaginatedTable.js.map +1 -1
- package/dist/esm/components/Table/components/Table.js +25 -18
- package/dist/esm/components/Table/components/Table.js.map +1 -1
- package/dist/esm/components/Table/components/WindowedTable.js +104 -88
- package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js +146 -122
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js +61 -57
- package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowEditing.js +36 -39
- package/dist/esm/components/Table/hooks/plugins/useRowEditing.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js +89 -79
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js.map +1 -1
- package/dist/esm/components/Table/hooks/useRowCreation.js +64 -29
- package/dist/esm/components/Table/hooks/useRowCreation.js.map +1 -1
- package/dist/esm/components/Table/hooks/useTable.js +141 -119
- package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
- package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js +15 -12
- package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -1
- package/dist/esm/components/Table/util/renderColumn.js +10 -10
- package/dist/esm/components/Table/util/renderColumn.js.map +1 -1
- package/dist/esm/components/Table/util/renderRow.js +46 -37
- package/dist/esm/components/Table/util/renderRow.js.map +1 -1
- package/dist/esm/components/Table/util/rowIndexPath.js +16 -14
- package/dist/esm/components/Table/util/rowIndexPath.js.map +1 -1
- package/dist/esm/components/Table/util/sortTypes.js +31 -23
- package/dist/esm/components/Table/util/sortTypes.js.map +1 -1
- package/dist/esm/components/Table/util.js +41 -29
- package/dist/esm/components/Table/util.js.map +1 -1
- package/dist/esm/components/Tabs/Tabs.js +1 -1
- package/dist/esm/components/Tabs/Tabs.js.map +1 -1
- package/dist/esm/components/Textarea/Textarea.js.map +1 -1
- package/dist/esm/components/Toast/Toast.js +21 -20
- package/dist/esm/components/Toast/Toast.js.map +1 -1
- package/dist/esm/components/Toast/Toaster.js.map +1 -1
- package/dist/esm/components/Toast/util.js +2 -2
- package/dist/esm/components/Toast/util.js.map +1 -1
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/esm/components/Tour/Tour.js.map +1 -1
- package/dist/esm/components/Treeview/Treeview.js.map +1 -1
- package/dist/esm/components/VisuallyHidden/VisuallyHidden.js.map +1 -1
- package/dist/esm/index.css +661 -661
- package/dist/esm/index.js +1 -1
- package/dist/esm/primitives/Button.js +13 -9
- package/dist/esm/primitives/Button.js.map +1 -1
- package/dist/esm/utils/date.js.map +1 -1
- package/dist/esm/utils/hooks/useBoundingClientRectListener.js.map +1 -1
- package/dist/esm/utils/hooks/useDraggable.js +18 -16
- package/dist/esm/utils/hooks/useDraggable.js.map +1 -1
- package/dist/esm/utils/hooks/useDropTarget.js +10 -7
- package/dist/esm/utils/hooks/useDropTarget.js.map +1 -1
- package/dist/esm/utils/hooks/useListKeyboardNavigation.js.map +1 -1
- package/dist/esm/utils/hooks/useListScrollTo.js.map +1 -1
- package/dist/esm/utils/hooks/useOnClickOutside.js.map +1 -1
- package/dist/esm/utils/hooks/useProxiedRef.js +3 -3
- package/dist/esm/utils/hooks/useProxiedRef.js.map +1 -1
- package/dist/esm/utils/hooks/useTimer.js +17 -9
- package/dist/esm/utils/hooks/useTimer.js.map +1 -1
- package/dist/esm/utils/input.js +11 -7
- package/dist/esm/utils/input.js.map +1 -1
- package/dist/esm/utils/mergeRefs.js +2 -2
- package/dist/esm/utils/mergeRefs.js.map +1 -1
- package/dist/esm/utils/taillwind.js +2 -2
- package/dist/esm/utils/taillwind.js.map +1 -1
- package/dist/index.css +661 -661
- package/dist/taco.cjs.development.js +1806 -1610
- package/dist/taco.cjs.development.js.map +1 -1
- package/dist/taco.cjs.production.min.js +1 -1
- package/dist/taco.cjs.production.min.js.map +1 -1
- package/package.json +2 -2
- package/plugins/tailwindcss-aria-attributes.js +73 -73
- package/tailwind.config.js +297 -297
- package/types.json +329 -346
package/types.json
CHANGED
@@ -178,7 +178,7 @@
|
|
178
178
|
],
|
179
179
|
"props": [
|
180
180
|
{
|
181
|
-
"id":
|
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":
|
429
|
+
"id": 597,
|
430
430
|
"name": "PopoverProps"
|
431
431
|
}
|
432
432
|
],
|
@@ -1895,7 +1895,7 @@
|
|
1895
1895
|
],
|
1896
1896
|
"props": [
|
1897
1897
|
{
|
1898
|
-
"id":
|
1898
|
+
"id": 529,
|
1899
1899
|
"name": "Group",
|
1900
1900
|
"kind": 1024,
|
1901
1901
|
"kindString": "Property",
|
@@ -1911,7 +1911,7 @@
|
|
1911
1911
|
"types": [
|
1912
1912
|
{
|
1913
1913
|
"type": "reference",
|
1914
|
-
"id":
|
1914
|
+
"id": 525,
|
1915
1915
|
"name": "NavigationMenuGroupProps"
|
1916
1916
|
},
|
1917
1917
|
{
|
@@ -1944,7 +1944,7 @@
|
|
1944
1944
|
],
|
1945
1945
|
"props": [
|
1946
1946
|
{
|
1947
|
-
"id":
|
1947
|
+
"id": 533,
|
1948
1948
|
"name": "Item",
|
1949
1949
|
"kind": 1024,
|
1950
1950
|
"kindString": "Property",
|
@@ -1960,7 +1960,7 @@
|
|
1960
1960
|
"types": [
|
1961
1961
|
{
|
1962
1962
|
"type": "reference",
|
1963
|
-
"id":
|
1963
|
+
"id": 517,
|
1964
1964
|
"name": "NavigationItemProps"
|
1965
1965
|
},
|
1966
1966
|
{
|
@@ -1986,7 +1986,7 @@
|
|
1986
1986
|
}
|
1987
1987
|
},
|
1988
1988
|
{
|
1989
|
-
"id":
|
1989
|
+
"id": 534,
|
1990
1990
|
"name": "Menu",
|
1991
1991
|
"kind": 1024,
|
1992
1992
|
"kindString": "Property",
|
@@ -1996,12 +1996,12 @@
|
|
1996
1996
|
},
|
1997
1997
|
"type": {
|
1998
1998
|
"type": "reference",
|
1999
|
-
"id":
|
1999
|
+
"id": 527,
|
2000
2000
|
"name": "ForwardedNavigationMenuWithStatics"
|
2001
2001
|
}
|
2002
2002
|
},
|
2003
2003
|
{
|
2004
|
-
"id":
|
2004
|
+
"id": 535,
|
2005
2005
|
"name": "Panel",
|
2006
2006
|
"kind": 1024,
|
2007
2007
|
"kindString": "Property",
|
@@ -2017,7 +2017,7 @@
|
|
2017
2017
|
"types": [
|
2018
2018
|
{
|
2019
2019
|
"type": "reference",
|
2020
|
-
"id":
|
2020
|
+
"id": 524,
|
2021
2021
|
"name": "NavigationPanelProps"
|
2022
2022
|
},
|
2023
2023
|
{
|
@@ -2050,7 +2050,7 @@
|
|
2050
2050
|
],
|
2051
2051
|
"props": [
|
2052
2052
|
{
|
2053
|
-
"id":
|
2053
|
+
"id": 604,
|
2054
2054
|
"name": "Close",
|
2055
2055
|
"kind": 1024,
|
2056
2056
|
"kindString": "Property",
|
@@ -2060,7 +2060,7 @@
|
|
2060
2060
|
"typeArguments": [
|
2061
2061
|
{
|
2062
2062
|
"type": "reference",
|
2063
|
-
"id":
|
2063
|
+
"id": 596,
|
2064
2064
|
"name": "PopoverCloseProps"
|
2065
2065
|
}
|
2066
2066
|
],
|
@@ -2070,7 +2070,7 @@
|
|
2070
2070
|
}
|
2071
2071
|
},
|
2072
2072
|
{
|
2073
|
-
"id":
|
2073
|
+
"id": 603,
|
2074
2074
|
"name": "Content",
|
2075
2075
|
"kind": 1024,
|
2076
2076
|
"kindString": "Property",
|
@@ -2080,7 +2080,7 @@
|
|
2080
2080
|
"typeArguments": [
|
2081
2081
|
{
|
2082
2082
|
"type": "reference",
|
2083
|
-
"id":
|
2083
|
+
"id": 589,
|
2084
2084
|
"name": "PopoverContentProps"
|
2085
2085
|
}
|
2086
2086
|
],
|
@@ -2090,7 +2090,7 @@
|
|
2090
2090
|
}
|
2091
2091
|
},
|
2092
2092
|
{
|
2093
|
-
"id":
|
2093
|
+
"id": 602,
|
2094
2094
|
"name": "Trigger",
|
2095
2095
|
"kind": 1024,
|
2096
2096
|
"kindString": "Property",
|
@@ -2100,7 +2100,7 @@
|
|
2100
2100
|
"typeArguments": [
|
2101
2101
|
{
|
2102
2102
|
"type": "reference",
|
2103
|
-
"id":
|
2103
|
+
"id": 584,
|
2104
2104
|
"name": "PopoverTriggerProps"
|
2105
2105
|
}
|
2106
2106
|
],
|
@@ -2117,7 +2117,7 @@
|
|
2117
2117
|
],
|
2118
2118
|
"props": [
|
2119
2119
|
{
|
2120
|
-
"id":
|
2120
|
+
"id": 739,
|
2121
2121
|
"name": "Item",
|
2122
2122
|
"kind": 1024,
|
2123
2123
|
"kindString": "Property",
|
@@ -2130,7 +2130,7 @@
|
|
2130
2130
|
"typeArguments": [
|
2131
2131
|
{
|
2132
2132
|
"type": "reference",
|
2133
|
-
"id":
|
2133
|
+
"id": 730,
|
2134
2134
|
"name": "RadioGroupItemProps"
|
2135
2135
|
}
|
2136
2136
|
],
|
@@ -2147,7 +2147,7 @@
|
|
2147
2147
|
],
|
2148
2148
|
"props": [
|
2149
2149
|
{
|
2150
|
-
"id":
|
2150
|
+
"id": 1012,
|
2151
2151
|
"name": "Content",
|
2152
2152
|
"kind": 1024,
|
2153
2153
|
"kindString": "Property",
|
@@ -2163,7 +2163,7 @@
|
|
2163
2163
|
"types": [
|
2164
2164
|
{
|
2165
2165
|
"type": "reference",
|
2166
|
-
"id":
|
2166
|
+
"id": 1005,
|
2167
2167
|
"name": "TabContentProps"
|
2168
2168
|
},
|
2169
2169
|
{
|
@@ -2189,7 +2189,7 @@
|
|
2189
2189
|
}
|
2190
2190
|
},
|
2191
2191
|
{
|
2192
|
-
"id":
|
2192
|
+
"id": 1010,
|
2193
2193
|
"name": "List",
|
2194
2194
|
"kind": 1024,
|
2195
2195
|
"kindString": "Property",
|
@@ -2205,7 +2205,7 @@
|
|
2205
2205
|
"types": [
|
2206
2206
|
{
|
2207
2207
|
"type": "reference",
|
2208
|
-
"id":
|
2208
|
+
"id": 1000,
|
2209
2209
|
"name": "TabListProps"
|
2210
2210
|
},
|
2211
2211
|
{
|
@@ -2231,7 +2231,7 @@
|
|
2231
2231
|
}
|
2232
2232
|
},
|
2233
2233
|
{
|
2234
|
-
"id":
|
2234
|
+
"id": 1011,
|
2235
2235
|
"name": "Trigger",
|
2236
2236
|
"kind": 1024,
|
2237
2237
|
"kindString": "Property",
|
@@ -2247,7 +2247,7 @@
|
|
2247
2247
|
"types": [
|
2248
2248
|
{
|
2249
2249
|
"type": "reference",
|
2250
|
-
"id":
|
2250
|
+
"id": 1001,
|
2251
2251
|
"name": "TabTriggerProps"
|
2252
2252
|
},
|
2253
2253
|
{
|
@@ -2280,7 +2280,7 @@
|
|
2280
2280
|
],
|
2281
2281
|
"props": [
|
2282
2282
|
{
|
2283
|
-
"id":
|
2283
|
+
"id": 1135,
|
2284
2284
|
"name": "Group",
|
2285
2285
|
"kind": 1024,
|
2286
2286
|
"kindString": "Property",
|
@@ -2296,7 +2296,7 @@
|
|
2296
2296
|
"types": [
|
2297
2297
|
{
|
2298
2298
|
"type": "reference",
|
2299
|
-
"id":
|
2299
|
+
"id": 1115,
|
2300
2300
|
"name": "TreeviewGroupProps"
|
2301
2301
|
},
|
2302
2302
|
{
|
@@ -2322,7 +2322,7 @@
|
|
2322
2322
|
}
|
2323
2323
|
},
|
2324
2324
|
{
|
2325
|
-
"id":
|
2325
|
+
"id": 1134,
|
2326
2326
|
"name": "Item",
|
2327
2327
|
"kind": 1024,
|
2328
2328
|
"kindString": "Property",
|
@@ -2338,7 +2338,7 @@
|
|
2338
2338
|
"types": [
|
2339
2339
|
{
|
2340
2340
|
"type": "reference",
|
2341
|
-
"id":
|
2341
|
+
"id": 1114,
|
2342
2342
|
"name": "TreeviewItemProps"
|
2343
2343
|
},
|
2344
2344
|
{
|
@@ -2734,7 +2734,7 @@
|
|
2734
2734
|
"typeArguments": [
|
2735
2735
|
{
|
2736
2736
|
"type": "reference",
|
2737
|
-
"id":
|
2737
|
+
"id": 597,
|
2738
2738
|
"name": "PopoverProps"
|
2739
2739
|
}
|
2740
2740
|
],
|
@@ -3852,7 +3852,7 @@
|
|
3852
3852
|
"Localization": {
|
3853
3853
|
"props": [
|
3854
3854
|
{
|
3855
|
-
"id":
|
3855
|
+
"id": 630,
|
3856
3856
|
"name": "formatting",
|
3857
3857
|
"kind": 1024,
|
3858
3858
|
"kindString": "Property",
|
@@ -3863,14 +3863,14 @@
|
|
3863
3863
|
"type": {
|
3864
3864
|
"type": "reflection",
|
3865
3865
|
"declaration": {
|
3866
|
-
"id":
|
3866
|
+
"id": 631,
|
3867
3867
|
"name": "__type",
|
3868
3868
|
"kind": 65536,
|
3869
3869
|
"kindString": "Type literal",
|
3870
3870
|
"flags": {},
|
3871
3871
|
"children": [
|
3872
3872
|
{
|
3873
|
-
"id":
|
3873
|
+
"id": 632,
|
3874
3874
|
"name": "date",
|
3875
3875
|
"kind": 1024,
|
3876
3876
|
"kindString": "Property",
|
@@ -3889,7 +3889,7 @@
|
|
3889
3889
|
"title": "Properties",
|
3890
3890
|
"kind": 1024,
|
3891
3891
|
"children": [
|
3892
|
-
|
3892
|
+
632
|
3893
3893
|
]
|
3894
3894
|
}
|
3895
3895
|
]
|
@@ -3897,7 +3897,7 @@
|
|
3897
3897
|
}
|
3898
3898
|
},
|
3899
3899
|
{
|
3900
|
-
"id":
|
3900
|
+
"id": 628,
|
3901
3901
|
"name": "locale",
|
3902
3902
|
"kind": 1024,
|
3903
3903
|
"kindString": "Property",
|
@@ -3912,7 +3912,7 @@
|
|
3912
3912
|
}
|
3913
3913
|
},
|
3914
3914
|
{
|
3915
|
-
"id":
|
3915
|
+
"id": 629,
|
3916
3916
|
"name": "texts",
|
3917
3917
|
"kind": 1024,
|
3918
3918
|
"kindString": "Property",
|
@@ -3922,7 +3922,7 @@
|
|
3922
3922
|
},
|
3923
3923
|
"type": {
|
3924
3924
|
"type": "reference",
|
3925
|
-
"id":
|
3925
|
+
"id": 612,
|
3926
3926
|
"name": "LocalizationTexts"
|
3927
3927
|
}
|
3928
3928
|
}
|
@@ -3931,7 +3931,7 @@
|
|
3931
3931
|
"LocalizationTexts": {
|
3932
3932
|
"props": [
|
3933
3933
|
{
|
3934
|
-
"id":
|
3934
|
+
"id": 614,
|
3935
3935
|
"name": "calendar",
|
3936
3936
|
"kind": 1024,
|
3937
3937
|
"kindString": "Property",
|
@@ -3946,7 +3946,7 @@
|
|
3946
3946
|
}
|
3947
3947
|
},
|
3948
3948
|
{
|
3949
|
-
"id":
|
3949
|
+
"id": 615,
|
3950
3950
|
"name": "combobox",
|
3951
3951
|
"kind": 1024,
|
3952
3952
|
"kindString": "Property",
|
@@ -3961,7 +3961,7 @@
|
|
3961
3961
|
}
|
3962
3962
|
},
|
3963
3963
|
{
|
3964
|
-
"id":
|
3964
|
+
"id": 616,
|
3965
3965
|
"name": "datepicker",
|
3966
3966
|
"kind": 1024,
|
3967
3967
|
"kindString": "Property",
|
@@ -3976,7 +3976,7 @@
|
|
3976
3976
|
}
|
3977
3977
|
},
|
3978
3978
|
{
|
3979
|
-
"id":
|
3979
|
+
"id": 619,
|
3980
3980
|
"name": "dialog",
|
3981
3981
|
"kind": 1024,
|
3982
3982
|
"kindString": "Property",
|
@@ -3991,7 +3991,7 @@
|
|
3991
3991
|
}
|
3992
3992
|
},
|
3993
3993
|
{
|
3994
|
-
"id":
|
3994
|
+
"id": 617,
|
3995
3995
|
"name": "hanger",
|
3996
3996
|
"kind": 1024,
|
3997
3997
|
"kindString": "Property",
|
@@ -4006,7 +4006,7 @@
|
|
4006
4006
|
}
|
4007
4007
|
},
|
4008
4008
|
{
|
4009
|
-
"id":
|
4009
|
+
"id": 618,
|
4010
4010
|
"name": "listbox",
|
4011
4011
|
"kind": 1024,
|
4012
4012
|
"kindString": "Property",
|
@@ -4021,7 +4021,7 @@
|
|
4021
4021
|
}
|
4022
4022
|
},
|
4023
4023
|
{
|
4024
|
-
"id":
|
4024
|
+
"id": 620,
|
4025
4025
|
"name": "pagination",
|
4026
4026
|
"kind": 1024,
|
4027
4027
|
"kindString": "Property",
|
@@ -4031,12 +4031,12 @@
|
|
4031
4031
|
},
|
4032
4032
|
"type": {
|
4033
4033
|
"type": "reference",
|
4034
|
-
"id":
|
4034
|
+
"id": 548,
|
4035
4035
|
"name": "PaginationTexts"
|
4036
4036
|
}
|
4037
4037
|
},
|
4038
4038
|
{
|
4039
|
-
"id":
|
4039
|
+
"id": 625,
|
4040
4040
|
"name": "searchInput",
|
4041
4041
|
"kind": 1024,
|
4042
4042
|
"kindString": "Property",
|
@@ -4051,7 +4051,7 @@
|
|
4051
4051
|
}
|
4052
4052
|
},
|
4053
4053
|
{
|
4054
|
-
"id":
|
4054
|
+
"id": 622,
|
4055
4055
|
"name": "select",
|
4056
4056
|
"kind": 1024,
|
4057
4057
|
"kindString": "Property",
|
@@ -4061,12 +4061,12 @@
|
|
4061
4061
|
},
|
4062
4062
|
"type": {
|
4063
4063
|
"type": "reference",
|
4064
|
-
"id":
|
4064
|
+
"id": 750,
|
4065
4065
|
"name": "SelectTexts"
|
4066
4066
|
}
|
4067
4067
|
},
|
4068
4068
|
{
|
4069
|
-
"id":
|
4069
|
+
"id": 621,
|
4070
4070
|
"name": "table",
|
4071
4071
|
"kind": 1024,
|
4072
4072
|
"kindString": "Property",
|
@@ -4076,12 +4076,12 @@
|
|
4076
4076
|
},
|
4077
4077
|
"type": {
|
4078
4078
|
"type": "reference",
|
4079
|
-
"id":
|
4079
|
+
"id": 935,
|
4080
4080
|
"name": "TableTexts"
|
4081
4081
|
}
|
4082
4082
|
},
|
4083
4083
|
{
|
4084
|
-
"id":
|
4084
|
+
"id": 623,
|
4085
4085
|
"name": "toasts",
|
4086
4086
|
"kind": 1024,
|
4087
4087
|
"kindString": "Property",
|
@@ -4095,7 +4095,7 @@
|
|
4095
4095
|
}
|
4096
4096
|
},
|
4097
4097
|
{
|
4098
|
-
"id":
|
4098
|
+
"id": 624,
|
4099
4099
|
"name": "tour",
|
4100
4100
|
"kind": 1024,
|
4101
4101
|
"kindString": "Property",
|
@@ -4105,7 +4105,7 @@
|
|
4105
4105
|
},
|
4106
4106
|
"type": {
|
4107
4107
|
"type": "reference",
|
4108
|
-
"id":
|
4108
|
+
"id": 1066,
|
4109
4109
|
"name": "TourTexts"
|
4110
4110
|
}
|
4111
4111
|
}
|
@@ -4115,23 +4115,6 @@
|
|
4115
4115
|
"props": [
|
4116
4116
|
{
|
4117
4117
|
"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
4118
|
"name": "children",
|
4136
4119
|
"kind": 1024,
|
4137
4120
|
"kindString": "Property",
|
@@ -4144,7 +4127,7 @@
|
|
4144
4127
|
}
|
4145
4128
|
},
|
4146
4129
|
{
|
4147
|
-
"id":
|
4130
|
+
"id": 420,
|
4148
4131
|
"name": "id",
|
4149
4132
|
"kind": 1024,
|
4150
4133
|
"kindString": "Property",
|
@@ -4157,7 +4140,7 @@
|
|
4157
4140
|
}
|
4158
4141
|
},
|
4159
4142
|
{
|
4160
|
-
"id":
|
4143
|
+
"id": 421,
|
4161
4144
|
"name": "trigger",
|
4162
4145
|
"kind": 1024,
|
4163
4146
|
"kindString": "Property",
|
@@ -4182,7 +4165,7 @@
|
|
4182
4165
|
],
|
4183
4166
|
"props": [
|
4184
4167
|
{
|
4185
|
-
"id":
|
4168
|
+
"id": 519,
|
4186
4169
|
"name": "active",
|
4187
4170
|
"kind": 1024,
|
4188
4171
|
"kindString": "Property",
|
@@ -4198,7 +4181,7 @@
|
|
4198
4181
|
}
|
4199
4182
|
},
|
4200
4183
|
{
|
4201
|
-
"id":
|
4184
|
+
"id": 520,
|
4202
4185
|
"name": "onDrop",
|
4203
4186
|
"kind": 1024,
|
4204
4187
|
"kindString": "Property",
|
@@ -4216,7 +4199,7 @@
|
|
4216
4199
|
}
|
4217
4200
|
},
|
4218
4201
|
{
|
4219
|
-
"id":
|
4202
|
+
"id": 521,
|
4220
4203
|
"name": "postfix",
|
4221
4204
|
"kind": 1024,
|
4222
4205
|
"kindString": "Property",
|
@@ -4234,7 +4217,7 @@
|
|
4234
4217
|
}
|
4235
4218
|
},
|
4236
4219
|
{
|
4237
|
-
"id":
|
4220
|
+
"id": 522,
|
4238
4221
|
"name": "prefix",
|
4239
4222
|
"kind": 1024,
|
4240
4223
|
"kindString": "Property",
|
@@ -4252,7 +4235,7 @@
|
|
4252
4235
|
}
|
4253
4236
|
},
|
4254
4237
|
{
|
4255
|
-
"id":
|
4238
|
+
"id": 523,
|
4256
4239
|
"name": "target",
|
4257
4240
|
"kind": 1024,
|
4258
4241
|
"kindString": "Property",
|
@@ -4287,7 +4270,7 @@
|
|
4287
4270
|
],
|
4288
4271
|
"props": [
|
4289
4272
|
{
|
4290
|
-
"id":
|
4273
|
+
"id": 561,
|
4291
4274
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
4292
4275
|
"kind": 1024,
|
4293
4276
|
"kindString": "Property",
|
@@ -4303,7 +4286,7 @@
|
|
4303
4286
|
}
|
4304
4287
|
},
|
4305
4288
|
{
|
4306
|
-
"id":
|
4289
|
+
"id": 556,
|
4307
4290
|
"name": "length",
|
4308
4291
|
"kind": 1024,
|
4309
4292
|
"kindString": "Property",
|
@@ -4317,7 +4300,7 @@
|
|
4317
4300
|
}
|
4318
4301
|
},
|
4319
4302
|
{
|
4320
|
-
"id":
|
4303
|
+
"id": 557,
|
4321
4304
|
"name": "pageSizes",
|
4322
4305
|
"kind": 1024,
|
4323
4306
|
"kindString": "Property",
|
@@ -4336,7 +4319,7 @@
|
|
4336
4319
|
}
|
4337
4320
|
},
|
4338
4321
|
{
|
4339
|
-
"id":
|
4322
|
+
"id": 558,
|
4340
4323
|
"name": "showPageControls",
|
4341
4324
|
"kind": 1024,
|
4342
4325
|
"kindString": "Property",
|
@@ -4352,7 +4335,7 @@
|
|
4352
4335
|
}
|
4353
4336
|
},
|
4354
4337
|
{
|
4355
|
-
"id":
|
4338
|
+
"id": 559,
|
4356
4339
|
"name": "showPageNumbers",
|
4357
4340
|
"kind": 1024,
|
4358
4341
|
"kindString": "Property",
|
@@ -4368,7 +4351,7 @@
|
|
4368
4351
|
}
|
4369
4352
|
},
|
4370
4353
|
{
|
4371
|
-
"id":
|
4354
|
+
"id": 560,
|
4372
4355
|
"name": "showPageSize",
|
4373
4356
|
"kind": 1024,
|
4374
4357
|
"kindString": "Property",
|
@@ -4388,7 +4371,7 @@
|
|
4388
4371
|
"PaginationTexts": {
|
4389
4372
|
"props": [
|
4390
4373
|
{
|
4391
|
-
"id":
|
4374
|
+
"id": 553,
|
4392
4375
|
"name": "actions",
|
4393
4376
|
"kind": 1024,
|
4394
4377
|
"kindString": "Property",
|
@@ -4398,12 +4381,12 @@
|
|
4398
4381
|
},
|
4399
4382
|
"type": {
|
4400
4383
|
"type": "reference",
|
4401
|
-
"id":
|
4384
|
+
"id": 537,
|
4402
4385
|
"name": "PaginationTextsActions"
|
4403
4386
|
}
|
4404
4387
|
},
|
4405
4388
|
{
|
4406
|
-
"id":
|
4389
|
+
"id": 550,
|
4407
4390
|
"name": "label",
|
4408
4391
|
"kind": 1024,
|
4409
4392
|
"kindString": "Property",
|
@@ -4417,7 +4400,7 @@
|
|
4417
4400
|
}
|
4418
4401
|
},
|
4419
4402
|
{
|
4420
|
-
"id":
|
4403
|
+
"id": 551,
|
4421
4404
|
"name": "pageSize",
|
4422
4405
|
"kind": 1024,
|
4423
4406
|
"kindString": "Property",
|
@@ -4431,7 +4414,7 @@
|
|
4431
4414
|
}
|
4432
4415
|
},
|
4433
4416
|
{
|
4434
|
-
"id":
|
4417
|
+
"id": 552,
|
4435
4418
|
"name": "showingXofYofTotal",
|
4436
4419
|
"kind": 1024,
|
4437
4420
|
"kindString": "Property",
|
@@ -4449,7 +4432,7 @@
|
|
4449
4432
|
"PaginationTextsActions": {
|
4450
4433
|
"props": [
|
4451
4434
|
{
|
4452
|
-
"id":
|
4435
|
+
"id": 539,
|
4453
4436
|
"name": "firstPage",
|
4454
4437
|
"kind": 1024,
|
4455
4438
|
"kindString": "Property",
|
@@ -4463,7 +4446,7 @@
|
|
4463
4446
|
}
|
4464
4447
|
},
|
4465
4448
|
{
|
4466
|
-
"id":
|
4449
|
+
"id": 540,
|
4467
4450
|
"name": "firstPageWithShortcut",
|
4468
4451
|
"kind": 1024,
|
4469
4452
|
"kindString": "Property",
|
@@ -4477,7 +4460,7 @@
|
|
4477
4460
|
}
|
4478
4461
|
},
|
4479
4462
|
{
|
4480
|
-
"id":
|
4463
|
+
"id": 545,
|
4481
4464
|
"name": "lastPage",
|
4482
4465
|
"kind": 1024,
|
4483
4466
|
"kindString": "Property",
|
@@ -4491,7 +4474,7 @@
|
|
4491
4474
|
}
|
4492
4475
|
},
|
4493
4476
|
{
|
4494
|
-
"id":
|
4477
|
+
"id": 546,
|
4495
4478
|
"name": "lastPageWithShortcut",
|
4496
4479
|
"kind": 1024,
|
4497
4480
|
"kindString": "Property",
|
@@ -4505,7 +4488,7 @@
|
|
4505
4488
|
}
|
4506
4489
|
},
|
4507
4490
|
{
|
4508
|
-
"id":
|
4491
|
+
"id": 541,
|
4509
4492
|
"name": "nextPage",
|
4510
4493
|
"kind": 1024,
|
4511
4494
|
"kindString": "Property",
|
@@ -4519,7 +4502,7 @@
|
|
4519
4502
|
}
|
4520
4503
|
},
|
4521
4504
|
{
|
4522
|
-
"id":
|
4505
|
+
"id": 542,
|
4523
4506
|
"name": "nextPageWithShortcut",
|
4524
4507
|
"kind": 1024,
|
4525
4508
|
"kindString": "Property",
|
@@ -4533,7 +4516,7 @@
|
|
4533
4516
|
}
|
4534
4517
|
},
|
4535
4518
|
{
|
4536
|
-
"id":
|
4519
|
+
"id": 547,
|
4537
4520
|
"name": "pageX",
|
4538
4521
|
"kind": 1024,
|
4539
4522
|
"kindString": "Property",
|
@@ -4547,7 +4530,7 @@
|
|
4547
4530
|
}
|
4548
4531
|
},
|
4549
4532
|
{
|
4550
|
-
"id":
|
4533
|
+
"id": 543,
|
4551
4534
|
"name": "previousPage",
|
4552
4535
|
"kind": 1024,
|
4553
4536
|
"kindString": "Property",
|
@@ -4561,7 +4544,7 @@
|
|
4561
4544
|
}
|
4562
4545
|
},
|
4563
4546
|
{
|
4564
|
-
"id":
|
4547
|
+
"id": 544,
|
4565
4548
|
"name": "previousPageWithShortcut",
|
4566
4549
|
"kind": 1024,
|
4567
4550
|
"kindString": "Property",
|
@@ -4583,7 +4566,7 @@
|
|
4583
4566
|
],
|
4584
4567
|
"props": [
|
4585
4568
|
{
|
4586
|
-
"id":
|
4569
|
+
"id": 591,
|
4587
4570
|
"name": "children",
|
4588
4571
|
"kind": 1024,
|
4589
4572
|
"kindString": "Property",
|
@@ -4600,28 +4583,28 @@
|
|
4600
4583
|
{
|
4601
4584
|
"type": "reflection",
|
4602
4585
|
"declaration": {
|
4603
|
-
"id":
|
4586
|
+
"id": 592,
|
4604
4587
|
"name": "__type",
|
4605
4588
|
"kind": 65536,
|
4606
4589
|
"kindString": "Type literal",
|
4607
4590
|
"flags": {},
|
4608
4591
|
"signatures": [
|
4609
4592
|
{
|
4610
|
-
"id":
|
4593
|
+
"id": 593,
|
4611
4594
|
"name": "__type",
|
4612
4595
|
"kind": 4096,
|
4613
4596
|
"kindString": "Call signature",
|
4614
4597
|
"flags": {},
|
4615
4598
|
"parameters": [
|
4616
4599
|
{
|
4617
|
-
"id":
|
4600
|
+
"id": 594,
|
4618
4601
|
"name": "props",
|
4619
4602
|
"kind": 32768,
|
4620
4603
|
"kindString": "Parameter",
|
4621
4604
|
"flags": {},
|
4622
4605
|
"type": {
|
4623
4606
|
"type": "reference",
|
4624
|
-
"id":
|
4607
|
+
"id": 585,
|
4625
4608
|
"name": "PopoverContentRenderProps"
|
4626
4609
|
}
|
4627
4610
|
}
|
@@ -4640,7 +4623,7 @@
|
|
4640
4623
|
}
|
4641
4624
|
},
|
4642
4625
|
{
|
4643
|
-
"id":
|
4626
|
+
"id": 595,
|
4644
4627
|
"name": "placement",
|
4645
4628
|
"kind": 1024,
|
4646
4629
|
"kindString": "Property",
|
@@ -4661,14 +4644,14 @@
|
|
4661
4644
|
"PopoverContentRenderProps": {
|
4662
4645
|
"props": [
|
4663
4646
|
{
|
4664
|
-
"id":
|
4647
|
+
"id": 587,
|
4665
4648
|
"name": "close",
|
4666
4649
|
"kind": 2048,
|
4667
4650
|
"kindString": "Method",
|
4668
4651
|
"flags": {},
|
4669
4652
|
"signatures": [
|
4670
4653
|
{
|
4671
|
-
"id":
|
4654
|
+
"id": 588,
|
4672
4655
|
"name": "close",
|
4673
4656
|
"kind": 4096,
|
4674
4657
|
"kindString": "Call signature",
|
@@ -4690,7 +4673,7 @@
|
|
4690
4673
|
],
|
4691
4674
|
"props": [
|
4692
4675
|
{
|
4693
|
-
"id":
|
4676
|
+
"id": 608,
|
4694
4677
|
"name": "duration",
|
4695
4678
|
"kind": 1024,
|
4696
4679
|
"kindString": "Property",
|
@@ -4710,7 +4693,7 @@
|
|
4710
4693
|
"ProviderProps": {
|
4711
4694
|
"props": [
|
4712
4695
|
{
|
4713
|
-
"id":
|
4696
|
+
"id": 713,
|
4714
4697
|
"name": "children",
|
4715
4698
|
"kind": 1024,
|
4716
4699
|
"kindString": "Property",
|
@@ -4726,7 +4709,7 @@
|
|
4726
4709
|
}
|
4727
4710
|
},
|
4728
4711
|
{
|
4729
|
-
"id":
|
4712
|
+
"id": 714,
|
4730
4713
|
"name": "localization",
|
4731
4714
|
"kind": 1024,
|
4732
4715
|
"kindString": "Property",
|
@@ -4738,7 +4721,7 @@
|
|
4738
4721
|
},
|
4739
4722
|
"type": {
|
4740
4723
|
"type": "reference",
|
4741
|
-
"id":
|
4724
|
+
"id": 626,
|
4742
4725
|
"name": "Localization"
|
4743
4726
|
}
|
4744
4727
|
}
|
@@ -4750,7 +4733,7 @@
|
|
4750
4733
|
],
|
4751
4734
|
"props": [
|
4752
4735
|
{
|
4753
|
-
"id":
|
4736
|
+
"id": 732,
|
4754
4737
|
"name": "children",
|
4755
4738
|
"kind": 1024,
|
4756
4739
|
"kindString": "Property",
|
@@ -4766,7 +4749,7 @@
|
|
4766
4749
|
}
|
4767
4750
|
},
|
4768
4751
|
{
|
4769
|
-
"id":
|
4752
|
+
"id": 733,
|
4770
4753
|
"name": "disabled",
|
4771
4754
|
"kind": 1024,
|
4772
4755
|
"kindString": "Property",
|
@@ -4779,7 +4762,7 @@
|
|
4779
4762
|
}
|
4780
4763
|
},
|
4781
4764
|
{
|
4782
|
-
"id":
|
4765
|
+
"id": 734,
|
4783
4766
|
"name": "value",
|
4784
4767
|
"kind": 1024,
|
4785
4768
|
"kindString": "Property",
|
@@ -4789,7 +4772,7 @@
|
|
4789
4772
|
},
|
4790
4773
|
"type": {
|
4791
4774
|
"type": "reference",
|
4792
|
-
"id":
|
4775
|
+
"id": 722,
|
4793
4776
|
"name": "RadioGroupItemValue"
|
4794
4777
|
}
|
4795
4778
|
}
|
@@ -4814,7 +4797,7 @@
|
|
4814
4797
|
],
|
4815
4798
|
"props": [
|
4816
4799
|
{
|
4817
|
-
"id":
|
4800
|
+
"id": 779,
|
4818
4801
|
"name": "subRows",
|
4819
4802
|
"kind": 1024,
|
4820
4803
|
"kindString": "Property",
|
@@ -4825,11 +4808,11 @@
|
|
4825
4808
|
"type": "array",
|
4826
4809
|
"elementType": {
|
4827
4810
|
"type": "reference",
|
4828
|
-
"id":
|
4811
|
+
"id": 777,
|
4829
4812
|
"typeArguments": [
|
4830
4813
|
{
|
4831
4814
|
"type": "reference",
|
4832
|
-
"id":
|
4815
|
+
"id": 781,
|
4833
4816
|
"name": "TRow"
|
4834
4817
|
}
|
4835
4818
|
],
|
@@ -4986,7 +4969,7 @@
|
|
4986
4969
|
],
|
4987
4970
|
"props": [
|
4988
4971
|
{
|
4989
|
-
"id":
|
4972
|
+
"id": 758,
|
4990
4973
|
"name": "editable",
|
4991
4974
|
"kind": 1024,
|
4992
4975
|
"kindString": "Property",
|
@@ -5006,7 +4989,7 @@
|
|
5006
4989
|
"SelectTexts": {
|
5007
4990
|
"props": [
|
5008
4991
|
{
|
5009
|
-
"id":
|
4992
|
+
"id": 752,
|
5010
4993
|
"name": "allOptionsSelected",
|
5011
4994
|
"kind": 1024,
|
5012
4995
|
"kindString": "Property",
|
@@ -5046,7 +5029,7 @@
|
|
5046
5029
|
"SortRule": {
|
5047
5030
|
"props": [
|
5048
5031
|
{
|
5049
|
-
"id":
|
5032
|
+
"id": 830,
|
5050
5033
|
"name": "accessor",
|
5051
5034
|
"kind": 1024,
|
5052
5035
|
"kindString": "Property",
|
@@ -5059,7 +5042,7 @@
|
|
5059
5042
|
"typeArguments": [
|
5060
5043
|
{
|
5061
5044
|
"type": "reference",
|
5062
|
-
"id":
|
5045
|
+
"id": 832,
|
5063
5046
|
"name": "T"
|
5064
5047
|
}
|
5065
5048
|
],
|
@@ -5069,7 +5052,7 @@
|
|
5069
5052
|
}
|
5070
5053
|
},
|
5071
5054
|
{
|
5072
|
-
"id":
|
5055
|
+
"id": 831,
|
5073
5056
|
"name": "desc",
|
5074
5057
|
"kind": 1024,
|
5075
5058
|
"kindString": "Property",
|
@@ -5114,7 +5097,7 @@
|
|
5114
5097
|
],
|
5115
5098
|
"props": [
|
5116
5099
|
{
|
5117
|
-
"id":
|
5100
|
+
"id": 766,
|
5118
5101
|
"name": "delay",
|
5119
5102
|
"kind": 1024,
|
5120
5103
|
"kindString": "Property",
|
@@ -5130,7 +5113,7 @@
|
|
5130
5113
|
}
|
5131
5114
|
},
|
5132
5115
|
{
|
5133
|
-
"id":
|
5116
|
+
"id": 767,
|
5134
5117
|
"name": "label",
|
5135
5118
|
"kind": 1024,
|
5136
5119
|
"kindString": "Property",
|
@@ -5157,7 +5140,7 @@
|
|
5157
5140
|
],
|
5158
5141
|
"props": [
|
5159
5142
|
{
|
5160
|
-
"id":
|
5143
|
+
"id": 1007,
|
5161
5144
|
"name": "id",
|
5162
5145
|
"kind": 1024,
|
5163
5146
|
"kindString": "Property",
|
@@ -5179,7 +5162,7 @@
|
|
5179
5162
|
],
|
5180
5163
|
"props": [
|
5181
5164
|
{
|
5182
|
-
"id":
|
5165
|
+
"id": 1004,
|
5183
5166
|
"name": "disabled",
|
5184
5167
|
"kind": 1024,
|
5185
5168
|
"kindString": "Property",
|
@@ -5195,7 +5178,7 @@
|
|
5195
5178
|
}
|
5196
5179
|
},
|
5197
5180
|
{
|
5198
|
-
"id":
|
5181
|
+
"id": 1003,
|
5199
5182
|
"name": "id",
|
5200
5183
|
"kind": 1024,
|
5201
5184
|
"kindString": "Property",
|
@@ -5213,7 +5196,7 @@
|
|
5213
5196
|
"TableCell": {
|
5214
5197
|
"props": [
|
5215
5198
|
{
|
5216
|
-
"id":
|
5199
|
+
"id": 836,
|
5217
5200
|
"name": "accessor",
|
5218
5201
|
"kind": 1024,
|
5219
5202
|
"kindString": "Property",
|
@@ -5224,7 +5207,7 @@
|
|
5224
5207
|
}
|
5225
5208
|
},
|
5226
5209
|
{
|
5227
|
-
"id":
|
5210
|
+
"id": 837,
|
5228
5211
|
"name": "row",
|
5229
5212
|
"kind": 1024,
|
5230
5213
|
"kindString": "Property",
|
@@ -5234,11 +5217,11 @@
|
|
5234
5217
|
},
|
5235
5218
|
"type": {
|
5236
5219
|
"type": "reference",
|
5237
|
-
"id":
|
5220
|
+
"id": 910,
|
5238
5221
|
"typeArguments": [
|
5239
5222
|
{
|
5240
5223
|
"type": "reference",
|
5241
|
-
"id":
|
5224
|
+
"id": 839,
|
5242
5225
|
"name": "TRow"
|
5243
5226
|
}
|
5244
5227
|
],
|
@@ -5246,7 +5229,7 @@
|
|
5246
5229
|
}
|
5247
5230
|
},
|
5248
5231
|
{
|
5249
|
-
"id":
|
5232
|
+
"id": 838,
|
5250
5233
|
"name": "value",
|
5251
5234
|
"kind": 1024,
|
5252
5235
|
"kindString": "Property",
|
@@ -5264,7 +5247,7 @@
|
|
5264
5247
|
"TableColumnProps": {
|
5265
5248
|
"props": [
|
5266
5249
|
{
|
5267
|
-
"id":
|
5250
|
+
"id": 842,
|
5268
5251
|
"name": "accessor",
|
5269
5252
|
"kind": 1024,
|
5270
5253
|
"kindString": "Property",
|
@@ -5278,7 +5261,7 @@
|
|
5278
5261
|
}
|
5279
5262
|
},
|
5280
5263
|
{
|
5281
|
-
"id":
|
5264
|
+
"id": 843,
|
5282
5265
|
"name": "align",
|
5283
5266
|
"kind": 1024,
|
5284
5267
|
"kindString": "Property",
|
@@ -5307,7 +5290,7 @@
|
|
5307
5290
|
}
|
5308
5291
|
},
|
5309
5292
|
{
|
5310
|
-
"id":
|
5293
|
+
"id": 844,
|
5311
5294
|
"name": "className",
|
5312
5295
|
"kind": 1024,
|
5313
5296
|
"kindString": "Property",
|
@@ -5323,7 +5306,7 @@
|
|
5323
5306
|
}
|
5324
5307
|
},
|
5325
5308
|
{
|
5326
|
-
"id":
|
5309
|
+
"id": 848,
|
5327
5310
|
"name": "disableSorting",
|
5328
5311
|
"kind": 1024,
|
5329
5312
|
"kindString": "Property",
|
@@ -5339,7 +5322,7 @@
|
|
5339
5322
|
}
|
5340
5323
|
},
|
5341
5324
|
{
|
5342
|
-
"id":
|
5325
|
+
"id": 852,
|
5343
5326
|
"name": "flex",
|
5344
5327
|
"kind": 1024,
|
5345
5328
|
"kindString": "Property",
|
@@ -5359,28 +5342,28 @@
|
|
5359
5342
|
{
|
5360
5343
|
"type": "reflection",
|
5361
5344
|
"declaration": {
|
5362
|
-
"id":
|
5345
|
+
"id": 853,
|
5363
5346
|
"name": "__type",
|
5364
5347
|
"kind": 65536,
|
5365
5348
|
"kindString": "Type literal",
|
5366
5349
|
"flags": {},
|
5367
5350
|
"signatures": [
|
5368
5351
|
{
|
5369
|
-
"id":
|
5352
|
+
"id": 854,
|
5370
5353
|
"name": "__type",
|
5371
5354
|
"kind": 4096,
|
5372
5355
|
"kindString": "Call signature",
|
5373
5356
|
"flags": {},
|
5374
5357
|
"parameters": [
|
5375
5358
|
{
|
5376
|
-
"id":
|
5359
|
+
"id": 855,
|
5377
5360
|
"name": "row",
|
5378
5361
|
"kind": 32768,
|
5379
5362
|
"kindString": "Parameter",
|
5380
5363
|
"flags": {},
|
5381
5364
|
"type": {
|
5382
5365
|
"type": "reference",
|
5383
|
-
"id":
|
5366
|
+
"id": 862,
|
5384
5367
|
"name": "TRow"
|
5385
5368
|
}
|
5386
5369
|
}
|
@@ -5397,7 +5380,7 @@
|
|
5397
5380
|
}
|
5398
5381
|
},
|
5399
5382
|
{
|
5400
|
-
"id":
|
5383
|
+
"id": 856,
|
5401
5384
|
"name": "headRenderer",
|
5402
5385
|
"kind": 1024,
|
5403
5386
|
"kindString": "Property",
|
@@ -5415,7 +5398,7 @@
|
|
5415
5398
|
}
|
5416
5399
|
},
|
5417
5400
|
{
|
5418
|
-
"id":
|
5401
|
+
"id": 857,
|
5419
5402
|
"name": "hidden",
|
5420
5403
|
"kind": 1024,
|
5421
5404
|
"kindString": "Property",
|
@@ -5431,7 +5414,7 @@
|
|
5431
5414
|
}
|
5432
5415
|
},
|
5433
5416
|
{
|
5434
|
-
"id":
|
5417
|
+
"id": 858,
|
5435
5418
|
"name": "hiddenOnSubRows",
|
5436
5419
|
"kind": 1024,
|
5437
5420
|
"kindString": "Property",
|
@@ -5447,7 +5430,7 @@
|
|
5447
5430
|
}
|
5448
5431
|
},
|
5449
5432
|
{
|
5450
|
-
"id":
|
5433
|
+
"id": 859,
|
5451
5434
|
"name": "sort",
|
5452
5435
|
"kind": 1024,
|
5453
5436
|
"kindString": "Property",
|
@@ -5459,12 +5442,12 @@
|
|
5459
5442
|
},
|
5460
5443
|
"type": {
|
5461
5444
|
"type": "reference",
|
5462
|
-
"id":
|
5445
|
+
"id": 821,
|
5463
5446
|
"name": "SortDirection"
|
5464
5447
|
}
|
5465
5448
|
},
|
5466
5449
|
{
|
5467
|
-
"id":
|
5450
|
+
"id": 860,
|
5468
5451
|
"name": "sortType",
|
5469
5452
|
"kind": 1024,
|
5470
5453
|
"kindString": "Property",
|
@@ -5476,12 +5459,12 @@
|
|
5476
5459
|
},
|
5477
5460
|
"type": {
|
5478
5461
|
"type": "reference",
|
5479
|
-
"id":
|
5462
|
+
"id": 833,
|
5480
5463
|
"name": "SortTypes"
|
5481
5464
|
}
|
5482
5465
|
},
|
5483
5466
|
{
|
5484
|
-
"id":
|
5467
|
+
"id": 861,
|
5485
5468
|
"name": "style",
|
5486
5469
|
"kind": 1024,
|
5487
5470
|
"kindString": "Property",
|
@@ -5497,7 +5480,7 @@
|
|
5497
5480
|
}
|
5498
5481
|
},
|
5499
5482
|
{
|
5500
|
-
"id":
|
5483
|
+
"id": 845,
|
5501
5484
|
"name": "cellRenderer",
|
5502
5485
|
"kind": 2048,
|
5503
5486
|
"kindString": "Method",
|
@@ -5506,7 +5489,7 @@
|
|
5506
5489
|
},
|
5507
5490
|
"signatures": [
|
5508
5491
|
{
|
5509
|
-
"id":
|
5492
|
+
"id": 846,
|
5510
5493
|
"name": "cellRenderer",
|
5511
5494
|
"kind": 4096,
|
5512
5495
|
"kindString": "Call signature",
|
@@ -5516,18 +5499,18 @@
|
|
5516
5499
|
},
|
5517
5500
|
"parameters": [
|
5518
5501
|
{
|
5519
|
-
"id":
|
5502
|
+
"id": 847,
|
5520
5503
|
"name": "cellProps",
|
5521
5504
|
"kind": 32768,
|
5522
5505
|
"kindString": "Parameter",
|
5523
5506
|
"flags": {},
|
5524
5507
|
"type": {
|
5525
5508
|
"type": "reference",
|
5526
|
-
"id":
|
5509
|
+
"id": 834,
|
5527
5510
|
"typeArguments": [
|
5528
5511
|
{
|
5529
5512
|
"type": "reference",
|
5530
|
-
"id":
|
5513
|
+
"id": 862,
|
5531
5514
|
"name": "TRow"
|
5532
5515
|
}
|
5533
5516
|
],
|
@@ -5545,7 +5528,7 @@
|
|
5545
5528
|
]
|
5546
5529
|
},
|
5547
5530
|
{
|
5548
|
-
"id":
|
5531
|
+
"id": 849,
|
5549
5532
|
"name": "editRenderer",
|
5550
5533
|
"kind": 2048,
|
5551
5534
|
"kindString": "Method",
|
@@ -5554,25 +5537,25 @@
|
|
5554
5537
|
},
|
5555
5538
|
"signatures": [
|
5556
5539
|
{
|
5557
|
-
"id":
|
5540
|
+
"id": 850,
|
5558
5541
|
"name": "editRenderer",
|
5559
5542
|
"kind": 4096,
|
5560
5543
|
"kindString": "Call signature",
|
5561
5544
|
"flags": {},
|
5562
5545
|
"parameters": [
|
5563
5546
|
{
|
5564
|
-
"id":
|
5547
|
+
"id": 851,
|
5565
5548
|
"name": "cellProps",
|
5566
5549
|
"kind": 32768,
|
5567
5550
|
"kindString": "Parameter",
|
5568
5551
|
"flags": {},
|
5569
5552
|
"type": {
|
5570
5553
|
"type": "reference",
|
5571
|
-
"id":
|
5554
|
+
"id": 834,
|
5572
5555
|
"typeArguments": [
|
5573
5556
|
{
|
5574
5557
|
"type": "reference",
|
5575
|
-
"id":
|
5558
|
+
"id": 862,
|
5576
5559
|
"name": "TRow"
|
5577
5560
|
}
|
5578
5561
|
],
|
@@ -5594,7 +5577,7 @@
|
|
5594
5577
|
"TableGroupProps": {
|
5595
5578
|
"props": [
|
5596
5579
|
{
|
5597
|
-
"id":
|
5580
|
+
"id": 865,
|
5598
5581
|
"name": "children",
|
5599
5582
|
"kind": 1024,
|
5600
5583
|
"kindString": "Property",
|
@@ -5610,11 +5593,11 @@
|
|
5610
5593
|
"typeArguments": [
|
5611
5594
|
{
|
5612
5595
|
"type": "reference",
|
5613
|
-
"id":
|
5596
|
+
"id": 840,
|
5614
5597
|
"typeArguments": [
|
5615
5598
|
{
|
5616
5599
|
"type": "reference",
|
5617
|
-
"id":
|
5600
|
+
"id": 868,
|
5618
5601
|
"name": "TRow"
|
5619
5602
|
}
|
5620
5603
|
],
|
@@ -5632,11 +5615,11 @@
|
|
5632
5615
|
"typeArguments": [
|
5633
5616
|
{
|
5634
5617
|
"type": "reference",
|
5635
|
-
"id":
|
5618
|
+
"id": 840,
|
5636
5619
|
"typeArguments": [
|
5637
5620
|
{
|
5638
5621
|
"type": "reference",
|
5639
|
-
"id":
|
5622
|
+
"id": 868,
|
5640
5623
|
"name": "TRow"
|
5641
5624
|
}
|
5642
5625
|
],
|
@@ -5652,7 +5635,7 @@
|
|
5652
5635
|
}
|
5653
5636
|
},
|
5654
5637
|
{
|
5655
|
-
"id":
|
5638
|
+
"id": 866,
|
5656
5639
|
"name": "hidden",
|
5657
5640
|
"kind": 1024,
|
5658
5641
|
"kindString": "Property",
|
@@ -5668,7 +5651,7 @@
|
|
5668
5651
|
}
|
5669
5652
|
},
|
5670
5653
|
{
|
5671
|
-
"id":
|
5654
|
+
"id": 867,
|
5672
5655
|
"name": "title",
|
5673
5656
|
"kind": 1024,
|
5674
5657
|
"kindString": "Property",
|
@@ -5689,7 +5672,7 @@
|
|
5689
5672
|
],
|
5690
5673
|
"props": [
|
5691
5674
|
{
|
5692
|
-
"id":
|
5675
|
+
"id": 904,
|
5693
5676
|
"name": "actions",
|
5694
5677
|
"kind": 1024,
|
5695
5678
|
"kindString": "Property",
|
@@ -5703,11 +5686,11 @@
|
|
5703
5686
|
"type": "array",
|
5704
5687
|
"elementType": {
|
5705
5688
|
"type": "reference",
|
5706
|
-
"id":
|
5689
|
+
"id": 817,
|
5707
5690
|
"typeArguments": [
|
5708
5691
|
{
|
5709
5692
|
"type": "reference",
|
5710
|
-
"id":
|
5693
|
+
"id": 909,
|
5711
5694
|
"name": "TRow"
|
5712
5695
|
}
|
5713
5696
|
],
|
@@ -5716,7 +5699,7 @@
|
|
5716
5699
|
}
|
5717
5700
|
},
|
5718
5701
|
{
|
5719
|
-
"id":
|
5702
|
+
"id": 871,
|
5720
5703
|
"name": "autoFocus",
|
5721
5704
|
"kind": 1024,
|
5722
5705
|
"kindString": "Property",
|
@@ -5732,7 +5715,7 @@
|
|
5732
5715
|
}
|
5733
5716
|
},
|
5734
5717
|
{
|
5735
|
-
"id":
|
5718
|
+
"id": 872,
|
5736
5719
|
"name": "children",
|
5737
5720
|
"kind": 1024,
|
5738
5721
|
"kindString": "Property",
|
@@ -5745,7 +5728,7 @@
|
|
5745
5728
|
"typeArguments": [
|
5746
5729
|
{
|
5747
5730
|
"type": "reference",
|
5748
|
-
"id":
|
5731
|
+
"id": 909,
|
5749
5732
|
"name": "TRow"
|
5750
5733
|
}
|
5751
5734
|
],
|
@@ -5753,7 +5736,7 @@
|
|
5753
5736
|
}
|
5754
5737
|
},
|
5755
5738
|
{
|
5756
|
-
"id":
|
5739
|
+
"id": 874,
|
5757
5740
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
5758
5741
|
"kind": 1024,
|
5759
5742
|
"kindString": "Property",
|
@@ -5769,7 +5752,7 @@
|
|
5769
5752
|
}
|
5770
5753
|
},
|
5771
5754
|
{
|
5772
|
-
"id":
|
5755
|
+
"id": 873,
|
5773
5756
|
"name": "data",
|
5774
5757
|
"kind": 1024,
|
5775
5758
|
"kindString": "Property",
|
@@ -5781,11 +5764,11 @@
|
|
5781
5764
|
"type": "array",
|
5782
5765
|
"elementType": {
|
5783
5766
|
"type": "reference",
|
5784
|
-
"id":
|
5767
|
+
"id": 777,
|
5785
5768
|
"typeArguments": [
|
5786
5769
|
{
|
5787
5770
|
"type": "reference",
|
5788
|
-
"id":
|
5771
|
+
"id": 909,
|
5789
5772
|
"name": "TRow"
|
5790
5773
|
}
|
5791
5774
|
],
|
@@ -5794,7 +5777,7 @@
|
|
5794
5777
|
}
|
5795
5778
|
},
|
5796
5779
|
{
|
5797
|
-
"id":
|
5780
|
+
"id": 893,
|
5798
5781
|
"name": "disablePagination",
|
5799
5782
|
"kind": 1024,
|
5800
5783
|
"kindString": "Property",
|
@@ -5807,7 +5790,7 @@
|
|
5807
5790
|
}
|
5808
5791
|
},
|
5809
5792
|
{
|
5810
|
-
"id":
|
5793
|
+
"id": 889,
|
5811
5794
|
"name": "disableSorting",
|
5812
5795
|
"kind": 1024,
|
5813
5796
|
"kindString": "Property",
|
@@ -5823,7 +5806,7 @@
|
|
5823
5806
|
}
|
5824
5807
|
},
|
5825
5808
|
{
|
5826
|
-
"id":
|
5809
|
+
"id": 902,
|
5827
5810
|
"name": "inlineEditingUniqueId",
|
5828
5811
|
"kind": 1024,
|
5829
5812
|
"kindString": "Property",
|
@@ -5838,13 +5821,13 @@
|
|
5838
5821
|
"operator": "keyof",
|
5839
5822
|
"target": {
|
5840
5823
|
"type": "reference",
|
5841
|
-
"id":
|
5824
|
+
"id": 909,
|
5842
5825
|
"name": "TRow"
|
5843
5826
|
}
|
5844
5827
|
}
|
5845
5828
|
},
|
5846
5829
|
{
|
5847
|
-
"id":
|
5830
|
+
"id": 894,
|
5848
5831
|
"name": "length",
|
5849
5832
|
"kind": 1024,
|
5850
5833
|
"kindString": "Property",
|
@@ -5857,7 +5840,7 @@
|
|
5857
5840
|
}
|
5858
5841
|
},
|
5859
5842
|
{
|
5860
|
-
"id":
|
5843
|
+
"id": 891,
|
5861
5844
|
"name": "manualSorting",
|
5862
5845
|
"kind": 1024,
|
5863
5846
|
"kindString": "Property",
|
@@ -5873,7 +5856,7 @@
|
|
5873
5856
|
}
|
5874
5857
|
},
|
5875
5858
|
{
|
5876
|
-
"id":
|
5859
|
+
"id": 895,
|
5877
5860
|
"name": "onPaginate",
|
5878
5861
|
"kind": 1024,
|
5879
5862
|
"kindString": "Property",
|
@@ -5885,12 +5868,12 @@
|
|
5885
5868
|
},
|
5886
5869
|
"type": {
|
5887
5870
|
"type": "reference",
|
5888
|
-
"id":
|
5871
|
+
"id": 772,
|
5889
5872
|
"name": "PaginationHandler"
|
5890
5873
|
}
|
5891
5874
|
},
|
5892
5875
|
{
|
5893
|
-
"id":
|
5876
|
+
"id": 908,
|
5894
5877
|
"name": "onRowActive",
|
5895
5878
|
"kind": 1024,
|
5896
5879
|
"kindString": "Property",
|
@@ -5905,7 +5888,7 @@
|
|
5905
5888
|
"typeArguments": [
|
5906
5889
|
{
|
5907
5890
|
"type": "reference",
|
5908
|
-
"id":
|
5891
|
+
"id": 909,
|
5909
5892
|
"name": "TRow"
|
5910
5893
|
}
|
5911
5894
|
],
|
@@ -5913,7 +5896,7 @@
|
|
5913
5896
|
}
|
5914
5897
|
},
|
5915
5898
|
{
|
5916
|
-
"id":
|
5899
|
+
"id": 877,
|
5917
5900
|
"name": "onRowClick",
|
5918
5901
|
"kind": 1024,
|
5919
5902
|
"kindString": "Property",
|
@@ -5925,11 +5908,11 @@
|
|
5925
5908
|
},
|
5926
5909
|
"type": {
|
5927
5910
|
"type": "reference",
|
5928
|
-
"id":
|
5911
|
+
"id": 783,
|
5929
5912
|
"typeArguments": [
|
5930
5913
|
{
|
5931
5914
|
"type": "reference",
|
5932
|
-
"id":
|
5915
|
+
"id": 909,
|
5933
5916
|
"name": "TRow"
|
5934
5917
|
}
|
5935
5918
|
],
|
@@ -5937,7 +5920,7 @@
|
|
5937
5920
|
}
|
5938
5921
|
},
|
5939
5922
|
{
|
5940
|
-
"id":
|
5923
|
+
"id": 906,
|
5941
5924
|
"name": "onRowCopy",
|
5942
5925
|
"kind": 1024,
|
5943
5926
|
"kindString": "Property",
|
@@ -5949,11 +5932,11 @@
|
|
5949
5932
|
},
|
5950
5933
|
"type": {
|
5951
5934
|
"type": "reference",
|
5952
|
-
"id":
|
5935
|
+
"id": 805,
|
5953
5936
|
"typeArguments": [
|
5954
5937
|
{
|
5955
5938
|
"type": "reference",
|
5956
|
-
"id":
|
5939
|
+
"id": 909,
|
5957
5940
|
"name": "TRow"
|
5958
5941
|
}
|
5959
5942
|
],
|
@@ -5961,7 +5944,7 @@
|
|
5961
5944
|
}
|
5962
5945
|
},
|
5963
5946
|
{
|
5964
|
-
"id":
|
5947
|
+
"id": 903,
|
5965
5948
|
"name": "onRowCreate",
|
5966
5949
|
"kind": 1024,
|
5967
5950
|
"kindString": "Property",
|
@@ -5973,11 +5956,11 @@
|
|
5973
5956
|
},
|
5974
5957
|
"type": {
|
5975
5958
|
"type": "reference",
|
5976
|
-
"id":
|
5959
|
+
"id": 799,
|
5977
5960
|
"typeArguments": [
|
5978
5961
|
{
|
5979
5962
|
"type": "reference",
|
5980
|
-
"id":
|
5963
|
+
"id": 909,
|
5981
5964
|
"name": "TRow"
|
5982
5965
|
}
|
5983
5966
|
],
|
@@ -5985,7 +5968,7 @@
|
|
5985
5968
|
}
|
5986
5969
|
},
|
5987
5970
|
{
|
5988
|
-
"id":
|
5971
|
+
"id": 907,
|
5989
5972
|
"name": "onRowDelete",
|
5990
5973
|
"kind": 1024,
|
5991
5974
|
"kindString": "Property",
|
@@ -5997,11 +5980,11 @@
|
|
5997
5980
|
},
|
5998
5981
|
"type": {
|
5999
5982
|
"type": "reference",
|
6000
|
-
"id":
|
5983
|
+
"id": 811,
|
6001
5984
|
"typeArguments": [
|
6002
5985
|
{
|
6003
5986
|
"type": "reference",
|
6004
|
-
"id":
|
5987
|
+
"id": 909,
|
6005
5988
|
"name": "TRow"
|
6006
5989
|
}
|
6007
5990
|
],
|
@@ -6009,7 +5992,7 @@
|
|
6009
5992
|
}
|
6010
5993
|
},
|
6011
5994
|
{
|
6012
|
-
"id":
|
5995
|
+
"id": 878,
|
6013
5996
|
"name": "onRowDrag",
|
6014
5997
|
"kind": 1024,
|
6015
5998
|
"kindString": "Property",
|
@@ -6021,11 +6004,11 @@
|
|
6021
6004
|
},
|
6022
6005
|
"type": {
|
6023
6006
|
"type": "reference",
|
6024
|
-
"id":
|
6007
|
+
"id": 789,
|
6025
6008
|
"typeArguments": [
|
6026
6009
|
{
|
6027
6010
|
"type": "reference",
|
6028
|
-
"id":
|
6011
|
+
"id": 909,
|
6029
6012
|
"name": "TRow"
|
6030
6013
|
}
|
6031
6014
|
],
|
@@ -6033,7 +6016,7 @@
|
|
6033
6016
|
}
|
6034
6017
|
},
|
6035
6018
|
{
|
6036
|
-
"id":
|
6019
|
+
"id": 905,
|
6037
6020
|
"name": "onRowEdit",
|
6038
6021
|
"kind": 1024,
|
6039
6022
|
"kindString": "Property",
|
@@ -6048,7 +6031,7 @@
|
|
6048
6031
|
"typeArguments": [
|
6049
6032
|
{
|
6050
6033
|
"type": "reference",
|
6051
|
-
"id":
|
6034
|
+
"id": 909,
|
6052
6035
|
"name": "TRow"
|
6053
6036
|
}
|
6054
6037
|
],
|
@@ -6056,7 +6039,7 @@
|
|
6056
6039
|
}
|
6057
6040
|
},
|
6058
6041
|
{
|
6059
|
-
"id":
|
6042
|
+
"id": 879,
|
6060
6043
|
"name": "onSelectedRows",
|
6061
6044
|
"kind": 1024,
|
6062
6045
|
"kindString": "Property",
|
@@ -6068,12 +6051,12 @@
|
|
6068
6051
|
},
|
6069
6052
|
"type": {
|
6070
6053
|
"type": "reference",
|
6071
|
-
"id":
|
6054
|
+
"id": 819,
|
6072
6055
|
"name": "SelectedRowsHandler"
|
6073
6056
|
}
|
6074
6057
|
},
|
6075
6058
|
{
|
6076
|
-
"id":
|
6059
|
+
"id": 890,
|
6077
6060
|
"name": "onSort",
|
6078
6061
|
"kind": 1024,
|
6079
6062
|
"kindString": "Property",
|
@@ -6085,11 +6068,11 @@
|
|
6085
6068
|
},
|
6086
6069
|
"type": {
|
6087
6070
|
"type": "reference",
|
6088
|
-
"id":
|
6071
|
+
"id": 822,
|
6089
6072
|
"typeArguments": [
|
6090
6073
|
{
|
6091
6074
|
"type": "reference",
|
6092
|
-
"id":
|
6075
|
+
"id": 909,
|
6093
6076
|
"name": "TRow"
|
6094
6077
|
}
|
6095
6078
|
],
|
@@ -6097,7 +6080,7 @@
|
|
6097
6080
|
}
|
6098
6081
|
},
|
6099
6082
|
{
|
6100
|
-
"id":
|
6083
|
+
"id": 896,
|
6101
6084
|
"name": "pageIndex",
|
6102
6085
|
"kind": 1024,
|
6103
6086
|
"kindString": "Property",
|
@@ -6113,7 +6096,7 @@
|
|
6113
6096
|
}
|
6114
6097
|
},
|
6115
6098
|
{
|
6116
|
-
"id":
|
6099
|
+
"id": 897,
|
6117
6100
|
"name": "pageSize",
|
6118
6101
|
"kind": 1024,
|
6119
6102
|
"kindString": "Property",
|
@@ -6129,7 +6112,7 @@
|
|
6129
6112
|
}
|
6130
6113
|
},
|
6131
6114
|
{
|
6132
|
-
"id":
|
6115
|
+
"id": 880,
|
6133
6116
|
"name": "rowClassName",
|
6134
6117
|
"kind": 1024,
|
6135
6118
|
"kindString": "Property",
|
@@ -6149,32 +6132,32 @@
|
|
6149
6132
|
{
|
6150
6133
|
"type": "reflection",
|
6151
6134
|
"declaration": {
|
6152
|
-
"id":
|
6135
|
+
"id": 881,
|
6153
6136
|
"name": "__type",
|
6154
6137
|
"kind": 65536,
|
6155
6138
|
"kindString": "Type literal",
|
6156
6139
|
"flags": {},
|
6157
6140
|
"signatures": [
|
6158
6141
|
{
|
6159
|
-
"id":
|
6142
|
+
"id": 882,
|
6160
6143
|
"name": "__type",
|
6161
6144
|
"kind": 4096,
|
6162
6145
|
"kindString": "Call signature",
|
6163
6146
|
"flags": {},
|
6164
6147
|
"parameters": [
|
6165
6148
|
{
|
6166
|
-
"id":
|
6149
|
+
"id": 883,
|
6167
6150
|
"name": "row",
|
6168
6151
|
"kind": 32768,
|
6169
6152
|
"kindString": "Parameter",
|
6170
6153
|
"flags": {},
|
6171
6154
|
"type": {
|
6172
6155
|
"type": "reference",
|
6173
|
-
"id":
|
6156
|
+
"id": 910,
|
6174
6157
|
"typeArguments": [
|
6175
6158
|
{
|
6176
6159
|
"type": "reference",
|
6177
|
-
"id":
|
6160
|
+
"id": 909,
|
6178
6161
|
"name": "TRow"
|
6179
6162
|
}
|
6180
6163
|
],
|
@@ -6203,7 +6186,7 @@
|
|
6203
6186
|
}
|
6204
6187
|
},
|
6205
6188
|
{
|
6206
|
-
"id":
|
6189
|
+
"id": 887,
|
6207
6190
|
"name": "rowHeight",
|
6208
6191
|
"kind": 1024,
|
6209
6192
|
"kindString": "Property",
|
@@ -6219,7 +6202,7 @@
|
|
6219
6202
|
}
|
6220
6203
|
},
|
6221
6204
|
{
|
6222
|
-
"id":
|
6205
|
+
"id": 888,
|
6223
6206
|
"name": "selectedRows",
|
6224
6207
|
"kind": 1024,
|
6225
6208
|
"kindString": "Property",
|
@@ -6231,12 +6214,12 @@
|
|
6231
6214
|
},
|
6232
6215
|
"type": {
|
6233
6216
|
"type": "reference",
|
6234
|
-
"id":
|
6217
|
+
"id": 820,
|
6235
6218
|
"name": "SelectedRowsState"
|
6236
6219
|
}
|
6237
6220
|
},
|
6238
6221
|
{
|
6239
|
-
"id":
|
6222
|
+
"id": 892,
|
6240
6223
|
"name": "sortRules",
|
6241
6224
|
"kind": 1024,
|
6242
6225
|
"kindString": "Property",
|
@@ -6250,11 +6233,11 @@
|
|
6250
6233
|
"type": "array",
|
6251
6234
|
"elementType": {
|
6252
6235
|
"type": "reference",
|
6253
|
-
"id":
|
6236
|
+
"id": 828,
|
6254
6237
|
"typeArguments": [
|
6255
6238
|
{
|
6256
6239
|
"type": "reference",
|
6257
|
-
"id":
|
6240
|
+
"id": 909,
|
6258
6241
|
"name": "TRow"
|
6259
6242
|
}
|
6260
6243
|
],
|
@@ -6263,7 +6246,7 @@
|
|
6263
6246
|
}
|
6264
6247
|
},
|
6265
6248
|
{
|
6266
|
-
"id":
|
6249
|
+
"id": 875,
|
6267
6250
|
"name": "emptyStateRenderer",
|
6268
6251
|
"kind": 2048,
|
6269
6252
|
"kindString": "Method",
|
@@ -6272,7 +6255,7 @@
|
|
6272
6255
|
},
|
6273
6256
|
"signatures": [
|
6274
6257
|
{
|
6275
|
-
"id":
|
6258
|
+
"id": 876,
|
6276
6259
|
"name": "emptyStateRenderer",
|
6277
6260
|
"kind": 4096,
|
6278
6261
|
"kindString": "Call signature",
|
@@ -6290,7 +6273,7 @@
|
|
6290
6273
|
]
|
6291
6274
|
},
|
6292
6275
|
{
|
6293
|
-
"id":
|
6276
|
+
"id": 898,
|
6294
6277
|
"name": "loadMore",
|
6295
6278
|
"kind": 2048,
|
6296
6279
|
"kindString": "Method",
|
@@ -6299,7 +6282,7 @@
|
|
6299
6282
|
},
|
6300
6283
|
"signatures": [
|
6301
6284
|
{
|
6302
|
-
"id":
|
6285
|
+
"id": 899,
|
6303
6286
|
"name": "loadMore",
|
6304
6287
|
"kind": 4096,
|
6305
6288
|
"kindString": "Call signature",
|
@@ -6309,7 +6292,7 @@
|
|
6309
6292
|
},
|
6310
6293
|
"parameters": [
|
6311
6294
|
{
|
6312
|
-
"id":
|
6295
|
+
"id": 900,
|
6313
6296
|
"name": "startIndex",
|
6314
6297
|
"kind": 32768,
|
6315
6298
|
"kindString": "Parameter",
|
@@ -6320,7 +6303,7 @@
|
|
6320
6303
|
}
|
6321
6304
|
},
|
6322
6305
|
{
|
6323
|
-
"id":
|
6306
|
+
"id": 901,
|
6324
6307
|
"name": "endIndex",
|
6325
6308
|
"kind": 32768,
|
6326
6309
|
"kindString": "Parameter",
|
@@ -6339,7 +6322,7 @@
|
|
6339
6322
|
]
|
6340
6323
|
},
|
6341
6324
|
{
|
6342
|
-
"id":
|
6325
|
+
"id": 884,
|
6343
6326
|
"name": "rowExpansionRenderer",
|
6344
6327
|
"kind": 2048,
|
6345
6328
|
"kindString": "Method",
|
@@ -6348,7 +6331,7 @@
|
|
6348
6331
|
},
|
6349
6332
|
"signatures": [
|
6350
6333
|
{
|
6351
|
-
"id":
|
6334
|
+
"id": 885,
|
6352
6335
|
"name": "rowExpansionRenderer",
|
6353
6336
|
"kind": 4096,
|
6354
6337
|
"kindString": "Call signature",
|
@@ -6358,18 +6341,18 @@
|
|
6358
6341
|
},
|
6359
6342
|
"parameters": [
|
6360
6343
|
{
|
6361
|
-
"id":
|
6344
|
+
"id": 886,
|
6362
6345
|
"name": "row",
|
6363
6346
|
"kind": 32768,
|
6364
6347
|
"kindString": "Parameter",
|
6365
6348
|
"flags": {},
|
6366
6349
|
"type": {
|
6367
6350
|
"type": "reference",
|
6368
|
-
"id":
|
6351
|
+
"id": 910,
|
6369
6352
|
"typeArguments": [
|
6370
6353
|
{
|
6371
6354
|
"type": "reference",
|
6372
|
-
"id":
|
6355
|
+
"id": 909,
|
6373
6356
|
"name": "TRow"
|
6374
6357
|
}
|
6375
6358
|
],
|
@@ -6394,7 +6377,7 @@
|
|
6394
6377
|
],
|
6395
6378
|
"props": [
|
6396
6379
|
{
|
6397
|
-
"id":
|
6380
|
+
"id": 925,
|
6398
6381
|
"name": "instance",
|
6399
6382
|
"kind": 1024,
|
6400
6383
|
"kindString": "Property",
|
@@ -6402,14 +6385,14 @@
|
|
6402
6385
|
"type": {
|
6403
6386
|
"type": "reflection",
|
6404
6387
|
"declaration": {
|
6405
|
-
"id":
|
6388
|
+
"id": 926,
|
6406
6389
|
"name": "__type",
|
6407
6390
|
"kind": 65536,
|
6408
6391
|
"kindString": "Type literal",
|
6409
6392
|
"flags": {},
|
6410
6393
|
"children": [
|
6411
6394
|
{
|
6412
|
-
"id":
|
6395
|
+
"id": 932,
|
6413
6396
|
"name": "resetRowEditing",
|
6414
6397
|
"kind": 1024,
|
6415
6398
|
"kindString": "Property",
|
@@ -6420,7 +6403,7 @@
|
|
6420
6403
|
}
|
6421
6404
|
},
|
6422
6405
|
{
|
6423
|
-
"id":
|
6406
|
+
"id": 927,
|
6424
6407
|
"name": "toggleAllRowsExpanded",
|
6425
6408
|
"kind": 1024,
|
6426
6409
|
"kindString": "Property",
|
@@ -6431,7 +6414,7 @@
|
|
6431
6414
|
}
|
6432
6415
|
},
|
6433
6416
|
{
|
6434
|
-
"id":
|
6417
|
+
"id": 930,
|
6435
6418
|
"name": "toggleEditing",
|
6436
6419
|
"kind": 1024,
|
6437
6420
|
"kindString": "Property",
|
@@ -6442,7 +6425,7 @@
|
|
6442
6425
|
}
|
6443
6426
|
},
|
6444
6427
|
{
|
6445
|
-
"id":
|
6428
|
+
"id": 928,
|
6446
6429
|
"name": "toggleHideAllColumns",
|
6447
6430
|
"kind": 1024,
|
6448
6431
|
"kindString": "Property",
|
@@ -6453,7 +6436,7 @@
|
|
6453
6436
|
}
|
6454
6437
|
},
|
6455
6438
|
{
|
6456
|
-
"id":
|
6439
|
+
"id": 929,
|
6457
6440
|
"name": "toggleHideColumn",
|
6458
6441
|
"kind": 1024,
|
6459
6442
|
"kindString": "Property",
|
@@ -6464,7 +6447,7 @@
|
|
6464
6447
|
}
|
6465
6448
|
},
|
6466
6449
|
{
|
6467
|
-
"id":
|
6450
|
+
"id": 931,
|
6468
6451
|
"name": "toggleRowEditing",
|
6469
6452
|
"kind": 1024,
|
6470
6453
|
"kindString": "Property",
|
@@ -6475,7 +6458,7 @@
|
|
6475
6458
|
}
|
6476
6459
|
},
|
6477
6460
|
{
|
6478
|
-
"id":
|
6461
|
+
"id": 933,
|
6479
6462
|
"name": "toggleRowExpanded",
|
6480
6463
|
"kind": 1024,
|
6481
6464
|
"kindString": "Property",
|
@@ -6486,7 +6469,7 @@
|
|
6486
6469
|
}
|
6487
6470
|
},
|
6488
6471
|
{
|
6489
|
-
"id":
|
6472
|
+
"id": 934,
|
6490
6473
|
"name": "toggleSortBy",
|
6491
6474
|
"kind": 1024,
|
6492
6475
|
"kindString": "Property",
|
@@ -6502,14 +6485,14 @@
|
|
6502
6485
|
"title": "Properties",
|
6503
6486
|
"kind": 1024,
|
6504
6487
|
"children": [
|
6505
|
-
|
6488
|
+
932,
|
6489
|
+
927,
|
6490
|
+
930,
|
6506
6491
|
928,
|
6507
|
-
931,
|
6508
6492
|
929,
|
6509
|
-
|
6510
|
-
|
6511
|
-
934
|
6512
|
-
935
|
6493
|
+
931,
|
6494
|
+
933,
|
6495
|
+
934
|
6513
6496
|
]
|
6514
6497
|
}
|
6515
6498
|
]
|
@@ -6521,7 +6504,7 @@
|
|
6521
6504
|
"TableRow": {
|
6522
6505
|
"props": [
|
6523
6506
|
{
|
6524
|
-
"id":
|
6507
|
+
"id": 914,
|
6525
6508
|
"name": "depth",
|
6526
6509
|
"kind": 1024,
|
6527
6510
|
"kindString": "Property",
|
@@ -6534,7 +6517,7 @@
|
|
6534
6517
|
}
|
6535
6518
|
},
|
6536
6519
|
{
|
6537
|
-
"id":
|
6520
|
+
"id": 912,
|
6538
6521
|
"name": "index",
|
6539
6522
|
"kind": 1024,
|
6540
6523
|
"kindString": "Property",
|
@@ -6548,7 +6531,7 @@
|
|
6548
6531
|
}
|
6549
6532
|
},
|
6550
6533
|
{
|
6551
|
-
"id":
|
6534
|
+
"id": 913,
|
6552
6535
|
"name": "indexPath",
|
6553
6536
|
"kind": 1024,
|
6554
6537
|
"kindString": "Property",
|
@@ -6562,7 +6545,7 @@
|
|
6562
6545
|
}
|
6563
6546
|
},
|
6564
6547
|
{
|
6565
|
-
"id":
|
6548
|
+
"id": 919,
|
6566
6549
|
"name": "isEditing",
|
6567
6550
|
"kind": 1024,
|
6568
6551
|
"kindString": "Property",
|
@@ -6575,7 +6558,7 @@
|
|
6575
6558
|
}
|
6576
6559
|
},
|
6577
6560
|
{
|
6578
|
-
"id":
|
6561
|
+
"id": 915,
|
6579
6562
|
"name": "isExpanded",
|
6580
6563
|
"kind": 1024,
|
6581
6564
|
"kindString": "Property",
|
@@ -6591,7 +6574,7 @@
|
|
6591
6574
|
}
|
6592
6575
|
},
|
6593
6576
|
{
|
6594
|
-
"id":
|
6577
|
+
"id": 918,
|
6595
6578
|
"name": "values",
|
6596
6579
|
"kind": 1024,
|
6597
6580
|
"kindString": "Property",
|
@@ -6601,11 +6584,11 @@
|
|
6601
6584
|
},
|
6602
6585
|
"type": {
|
6603
6586
|
"type": "reference",
|
6604
|
-
"id":
|
6587
|
+
"id": 777,
|
6605
6588
|
"typeArguments": [
|
6606
6589
|
{
|
6607
6590
|
"type": "reference",
|
6608
|
-
"id":
|
6591
|
+
"id": 922,
|
6609
6592
|
"name": "TRow"
|
6610
6593
|
}
|
6611
6594
|
],
|
@@ -6613,7 +6596,7 @@
|
|
6613
6596
|
}
|
6614
6597
|
},
|
6615
6598
|
{
|
6616
|
-
"id":
|
6599
|
+
"id": 920,
|
6617
6600
|
"name": "toggleRowEditing",
|
6618
6601
|
"kind": 2048,
|
6619
6602
|
"kindString": "Method",
|
@@ -6622,7 +6605,7 @@
|
|
6622
6605
|
},
|
6623
6606
|
"signatures": [
|
6624
6607
|
{
|
6625
|
-
"id":
|
6608
|
+
"id": 921,
|
6626
6609
|
"name": "toggleRowEditing",
|
6627
6610
|
"kind": 4096,
|
6628
6611
|
"kindString": "Call signature",
|
@@ -6635,7 +6618,7 @@
|
|
6635
6618
|
]
|
6636
6619
|
},
|
6637
6620
|
{
|
6638
|
-
"id":
|
6621
|
+
"id": 916,
|
6639
6622
|
"name": "toggleRowExpanded",
|
6640
6623
|
"kind": 2048,
|
6641
6624
|
"kindString": "Method",
|
@@ -6644,7 +6627,7 @@
|
|
6644
6627
|
},
|
6645
6628
|
"signatures": [
|
6646
6629
|
{
|
6647
|
-
"id":
|
6630
|
+
"id": 917,
|
6648
6631
|
"name": "toggleRowExpanded",
|
6649
6632
|
"kind": 4096,
|
6650
6633
|
"kindString": "Call signature",
|
@@ -6664,7 +6647,7 @@
|
|
6664
6647
|
"TableTexts": {
|
6665
6648
|
"props": [
|
6666
6649
|
{
|
6667
|
-
"id":
|
6650
|
+
"id": 937,
|
6668
6651
|
"name": "actions",
|
6669
6652
|
"kind": 1024,
|
6670
6653
|
"kindString": "Property",
|
@@ -6675,7 +6658,7 @@
|
|
6675
6658
|
}
|
6676
6659
|
},
|
6677
6660
|
{
|
6678
|
-
"id":
|
6661
|
+
"id": 939,
|
6679
6662
|
"name": "copy",
|
6680
6663
|
"kind": 1024,
|
6681
6664
|
"kindString": "Property",
|
@@ -6686,7 +6669,7 @@
|
|
6686
6669
|
}
|
6687
6670
|
},
|
6688
6671
|
{
|
6689
|
-
"id":
|
6672
|
+
"id": 940,
|
6690
6673
|
"name": "del",
|
6691
6674
|
"kind": 1024,
|
6692
6675
|
"kindString": "Property",
|
@@ -6697,7 +6680,7 @@
|
|
6697
6680
|
}
|
6698
6681
|
},
|
6699
6682
|
{
|
6700
|
-
"id":
|
6683
|
+
"id": 938,
|
6701
6684
|
"name": "edit",
|
6702
6685
|
"kind": 1024,
|
6703
6686
|
"kindString": "Property",
|
@@ -6708,7 +6691,7 @@
|
|
6708
6691
|
}
|
6709
6692
|
},
|
6710
6693
|
{
|
6711
|
-
"id":
|
6694
|
+
"id": 942,
|
6712
6695
|
"name": "loading",
|
6713
6696
|
"kind": 1024,
|
6714
6697
|
"kindString": "Property",
|
@@ -6719,7 +6702,7 @@
|
|
6719
6702
|
}
|
6720
6703
|
},
|
6721
6704
|
{
|
6722
|
-
"id":
|
6705
|
+
"id": 941,
|
6723
6706
|
"name": "newSubRow",
|
6724
6707
|
"kind": 1024,
|
6725
6708
|
"kindString": "Property",
|
@@ -6737,7 +6720,7 @@
|
|
6737
6720
|
],
|
6738
6721
|
"props": [
|
6739
6722
|
{
|
6740
|
-
"id":
|
6723
|
+
"id": 995,
|
6741
6724
|
"name": "children",
|
6742
6725
|
"kind": 1024,
|
6743
6726
|
"kindString": "Property",
|
@@ -6753,7 +6736,7 @@
|
|
6753
6736
|
}
|
6754
6737
|
},
|
6755
6738
|
{
|
6756
|
-
"id":
|
6739
|
+
"id": 994,
|
6757
6740
|
"name": "defaultId",
|
6758
6741
|
"kind": 1024,
|
6759
6742
|
"kindString": "Property",
|
@@ -6769,7 +6752,7 @@
|
|
6769
6752
|
}
|
6770
6753
|
},
|
6771
6754
|
{
|
6772
|
-
"id":
|
6755
|
+
"id": 993,
|
6773
6756
|
"name": "id",
|
6774
6757
|
"kind": 1024,
|
6775
6758
|
"kindString": "Property",
|
@@ -6785,7 +6768,7 @@
|
|
6785
6768
|
}
|
6786
6769
|
},
|
6787
6770
|
{
|
6788
|
-
"id":
|
6771
|
+
"id": 996,
|
6789
6772
|
"name": "orientation",
|
6790
6773
|
"kind": 1024,
|
6791
6774
|
"kindString": "Property",
|
@@ -6808,7 +6791,7 @@
|
|
6808
6791
|
}
|
6809
6792
|
},
|
6810
6793
|
{
|
6811
|
-
"id":
|
6794
|
+
"id": 997,
|
6812
6795
|
"name": "onChange",
|
6813
6796
|
"kind": 2048,
|
6814
6797
|
"kindString": "Method",
|
@@ -6817,7 +6800,7 @@
|
|
6817
6800
|
},
|
6818
6801
|
"signatures": [
|
6819
6802
|
{
|
6820
|
-
"id":
|
6803
|
+
"id": 998,
|
6821
6804
|
"name": "onChange",
|
6822
6805
|
"kind": 4096,
|
6823
6806
|
"kindString": "Call signature",
|
@@ -6827,7 +6810,7 @@
|
|
6827
6810
|
},
|
6828
6811
|
"parameters": [
|
6829
6812
|
{
|
6830
|
-
"id":
|
6813
|
+
"id": 999,
|
6831
6814
|
"name": "id",
|
6832
6815
|
"kind": 32768,
|
6833
6816
|
"kindString": "Parameter",
|
@@ -6850,7 +6833,7 @@
|
|
6850
6833
|
"Taco": {
|
6851
6834
|
"props": [
|
6852
6835
|
{
|
6853
|
-
"id":
|
6836
|
+
"id": 635,
|
6854
6837
|
"name": "localization",
|
6855
6838
|
"kind": 1024,
|
6856
6839
|
"kindString": "Property",
|
@@ -6860,7 +6843,7 @@
|
|
6860
6843
|
},
|
6861
6844
|
"type": {
|
6862
6845
|
"type": "reference",
|
6863
|
-
"id":
|
6846
|
+
"id": 626,
|
6864
6847
|
"name": "Localization"
|
6865
6848
|
}
|
6866
6849
|
}
|
@@ -6872,7 +6855,7 @@
|
|
6872
6855
|
],
|
6873
6856
|
"props": [
|
6874
6857
|
{
|
6875
|
-
"id":
|
6858
|
+
"id": 1016,
|
6876
6859
|
"name": "highlighted",
|
6877
6860
|
"kind": 1024,
|
6878
6861
|
"kindString": "Property",
|
@@ -6888,7 +6871,7 @@
|
|
6888
6871
|
}
|
6889
6872
|
},
|
6890
6873
|
{
|
6891
|
-
"id":
|
6874
|
+
"id": 1017,
|
6892
6875
|
"name": "invalid",
|
6893
6876
|
"kind": 1024,
|
6894
6877
|
"kindString": "Property",
|
@@ -6901,7 +6884,7 @@
|
|
6901
6884
|
}
|
6902
6885
|
},
|
6903
6886
|
{
|
6904
|
-
"id":
|
6887
|
+
"id": 1018,
|
6905
6888
|
"name": "value",
|
6906
6889
|
"kind": 1024,
|
6907
6890
|
"kindString": "Property",
|
@@ -6924,7 +6907,7 @@
|
|
6924
6907
|
],
|
6925
6908
|
"props": [
|
6926
6909
|
{
|
6927
|
-
"id":
|
6910
|
+
"id": 1058,
|
6928
6911
|
"name": "children",
|
6929
6912
|
"kind": 1024,
|
6930
6913
|
"kindString": "Property",
|
@@ -6949,7 +6932,7 @@
|
|
6949
6932
|
}
|
6950
6933
|
},
|
6951
6934
|
{
|
6952
|
-
"id":
|
6935
|
+
"id": 1060,
|
6953
6936
|
"name": "placement",
|
6954
6937
|
"kind": 1024,
|
6955
6938
|
"kindString": "Property",
|
@@ -6988,7 +6971,7 @@
|
|
6988
6971
|
}
|
6989
6972
|
},
|
6990
6973
|
{
|
6991
|
-
"id":
|
6974
|
+
"id": 1059,
|
6992
6975
|
"name": "title",
|
6993
6976
|
"kind": 1024,
|
6994
6977
|
"kindString": "Property",
|
@@ -7006,7 +6989,7 @@
|
|
7006
6989
|
"TourProps": {
|
7007
6990
|
"props": [
|
7008
6991
|
{
|
7009
|
-
"id":
|
6992
|
+
"id": 1086,
|
7010
6993
|
"name": "autoStart",
|
7011
6994
|
"kind": 1024,
|
7012
6995
|
"kindString": "Property",
|
@@ -7022,7 +7005,7 @@
|
|
7022
7005
|
}
|
7023
7006
|
},
|
7024
7007
|
{
|
7025
|
-
"id":
|
7008
|
+
"id": 1087,
|
7026
7009
|
"name": "children",
|
7027
7010
|
"kind": 1024,
|
7028
7011
|
"kindString": "Property",
|
@@ -7036,7 +7019,7 @@
|
|
7036
7019
|
}
|
7037
7020
|
},
|
7038
7021
|
{
|
7039
|
-
"id":
|
7022
|
+
"id": 1088,
|
7040
7023
|
"name": "continuous",
|
7041
7024
|
"kind": 1024,
|
7042
7025
|
"kindString": "Property",
|
@@ -7052,7 +7035,7 @@
|
|
7052
7035
|
}
|
7053
7036
|
},
|
7054
7037
|
{
|
7055
|
-
"id":
|
7038
|
+
"id": 1089,
|
7056
7039
|
"name": "disableCloseOnEsc",
|
7057
7040
|
"kind": 1024,
|
7058
7041
|
"kindString": "Property",
|
@@ -7068,7 +7051,7 @@
|
|
7068
7051
|
}
|
7069
7052
|
},
|
7070
7053
|
{
|
7071
|
-
"id":
|
7054
|
+
"id": 1090,
|
7072
7055
|
"name": "disableOverlayClose",
|
7073
7056
|
"kind": 1024,
|
7074
7057
|
"kindString": "Property",
|
@@ -7084,7 +7067,7 @@
|
|
7084
7067
|
}
|
7085
7068
|
},
|
7086
7069
|
{
|
7087
|
-
"id":
|
7070
|
+
"id": 1100,
|
7088
7071
|
"name": "disableScrollParentFix",
|
7089
7072
|
"kind": 1024,
|
7090
7073
|
"kindString": "Property",
|
@@ -7097,7 +7080,7 @@
|
|
7097
7080
|
}
|
7098
7081
|
},
|
7099
7082
|
{
|
7100
|
-
"id":
|
7083
|
+
"id": 1091,
|
7101
7084
|
"name": "disableScrolling",
|
7102
7085
|
"kind": 1024,
|
7103
7086
|
"kindString": "Property",
|
@@ -7113,7 +7096,7 @@
|
|
7113
7096
|
}
|
7114
7097
|
},
|
7115
7098
|
{
|
7116
|
-
"id":
|
7099
|
+
"id": 1095,
|
7117
7100
|
"name": "onComplete",
|
7118
7101
|
"kind": 1024,
|
7119
7102
|
"kindString": "Property",
|
@@ -7128,7 +7111,7 @@
|
|
7128
7111
|
}
|
7129
7112
|
},
|
7130
7113
|
{
|
7131
|
-
"id":
|
7114
|
+
"id": 1099,
|
7132
7115
|
"name": "spotlightClicks",
|
7133
7116
|
"kind": 1024,
|
7134
7117
|
"kindString": "Property",
|
@@ -7141,7 +7124,7 @@
|
|
7141
7124
|
}
|
7142
7125
|
},
|
7143
7126
|
{
|
7144
|
-
"id":
|
7127
|
+
"id": 1092,
|
7145
7128
|
"name": "onClose",
|
7146
7129
|
"kind": 2048,
|
7147
7130
|
"kindString": "Method",
|
@@ -7150,21 +7133,21 @@
|
|
7150
7133
|
},
|
7151
7134
|
"signatures": [
|
7152
7135
|
{
|
7153
|
-
"id":
|
7136
|
+
"id": 1093,
|
7154
7137
|
"name": "onClose",
|
7155
7138
|
"kind": 4096,
|
7156
7139
|
"kindString": "Call signature",
|
7157
7140
|
"flags": {},
|
7158
7141
|
"parameters": [
|
7159
7142
|
{
|
7160
|
-
"id":
|
7143
|
+
"id": 1094,
|
7161
7144
|
"name": "step",
|
7162
7145
|
"kind": 32768,
|
7163
7146
|
"kindString": "Parameter",
|
7164
7147
|
"flags": {},
|
7165
7148
|
"type": {
|
7166
7149
|
"type": "reference",
|
7167
|
-
"id":
|
7150
|
+
"id": 1074,
|
7168
7151
|
"name": "TourStepProps"
|
7169
7152
|
}
|
7170
7153
|
}
|
@@ -7177,7 +7160,7 @@
|
|
7177
7160
|
]
|
7178
7161
|
},
|
7179
7162
|
{
|
7180
|
-
"id":
|
7163
|
+
"id": 1096,
|
7181
7164
|
"name": "onReady",
|
7182
7165
|
"kind": 2048,
|
7183
7166
|
"kindString": "Method",
|
@@ -7186,7 +7169,7 @@
|
|
7186
7169
|
},
|
7187
7170
|
"signatures": [
|
7188
7171
|
{
|
7189
|
-
"id":
|
7172
|
+
"id": 1097,
|
7190
7173
|
"name": "onReady",
|
7191
7174
|
"kind": 4096,
|
7192
7175
|
"kindString": "Call signature",
|
@@ -7196,14 +7179,14 @@
|
|
7196
7179
|
},
|
7197
7180
|
"parameters": [
|
7198
7181
|
{
|
7199
|
-
"id":
|
7182
|
+
"id": 1098,
|
7200
7183
|
"name": "step",
|
7201
7184
|
"kind": 32768,
|
7202
7185
|
"kindString": "Parameter",
|
7203
7186
|
"flags": {},
|
7204
7187
|
"type": {
|
7205
7188
|
"type": "reference",
|
7206
|
-
"id":
|
7189
|
+
"id": 1074,
|
7207
7190
|
"name": "TourStepProps"
|
7208
7191
|
}
|
7209
7192
|
}
|
@@ -7220,7 +7203,7 @@
|
|
7220
7203
|
"TourStepProps": {
|
7221
7204
|
"props": [
|
7222
7205
|
{
|
7223
|
-
"id":
|
7206
|
+
"id": 1076,
|
7224
7207
|
"name": "children",
|
7225
7208
|
"kind": 1024,
|
7226
7209
|
"kindString": "Property",
|
@@ -7236,7 +7219,7 @@
|
|
7236
7219
|
}
|
7237
7220
|
},
|
7238
7221
|
{
|
7239
|
-
"id":
|
7222
|
+
"id": 1077,
|
7240
7223
|
"name": "position",
|
7241
7224
|
"kind": 1024,
|
7242
7225
|
"kindString": "Property",
|
@@ -7254,7 +7237,7 @@
|
|
7254
7237
|
}
|
7255
7238
|
},
|
7256
7239
|
{
|
7257
|
-
"id":
|
7240
|
+
"id": 1078,
|
7258
7241
|
"name": "selector",
|
7259
7242
|
"kind": 1024,
|
7260
7243
|
"kindString": "Property",
|
@@ -7268,7 +7251,7 @@
|
|
7268
7251
|
}
|
7269
7252
|
},
|
7270
7253
|
{
|
7271
|
-
"id":
|
7254
|
+
"id": 1079,
|
7272
7255
|
"name": "showBeacon",
|
7273
7256
|
"kind": 1024,
|
7274
7257
|
"kindString": "Property",
|
@@ -7284,7 +7267,7 @@
|
|
7284
7267
|
}
|
7285
7268
|
},
|
7286
7269
|
{
|
7287
|
-
"id":
|
7270
|
+
"id": 1080,
|
7288
7271
|
"name": "title",
|
7289
7272
|
"kind": 1024,
|
7290
7273
|
"kindString": "Property",
|
@@ -7302,7 +7285,7 @@
|
|
7302
7285
|
"TourTexts": {
|
7303
7286
|
"props": [
|
7304
7287
|
{
|
7305
|
-
"id":
|
7288
|
+
"id": 1068,
|
7306
7289
|
"name": "back",
|
7307
7290
|
"kind": 1024,
|
7308
7291
|
"kindString": "Property",
|
@@ -7316,7 +7299,7 @@
|
|
7316
7299
|
}
|
7317
7300
|
},
|
7318
7301
|
{
|
7319
|
-
"id":
|
7302
|
+
"id": 1069,
|
7320
7303
|
"name": "close",
|
7321
7304
|
"kind": 1024,
|
7322
7305
|
"kindString": "Property",
|
@@ -7330,7 +7313,7 @@
|
|
7330
7313
|
}
|
7331
7314
|
},
|
7332
7315
|
{
|
7333
|
-
"id":
|
7316
|
+
"id": 1071,
|
7334
7317
|
"name": "last",
|
7335
7318
|
"kind": 1024,
|
7336
7319
|
"kindString": "Property",
|
@@ -7344,7 +7327,7 @@
|
|
7344
7327
|
}
|
7345
7328
|
},
|
7346
7329
|
{
|
7347
|
-
"id":
|
7330
|
+
"id": 1072,
|
7348
7331
|
"name": "next",
|
7349
7332
|
"kind": 1024,
|
7350
7333
|
"kindString": "Property",
|
@@ -7358,7 +7341,7 @@
|
|
7358
7341
|
}
|
7359
7342
|
},
|
7360
7343
|
{
|
7361
|
-
"id":
|
7344
|
+
"id": 1073,
|
7362
7345
|
"name": "open",
|
7363
7346
|
"kind": 1024,
|
7364
7347
|
"kindString": "Property",
|
@@ -7372,7 +7355,7 @@
|
|
7372
7355
|
}
|
7373
7356
|
},
|
7374
7357
|
{
|
7375
|
-
"id":
|
7358
|
+
"id": 1070,
|
7376
7359
|
"name": "skip",
|
7377
7360
|
"kind": 1024,
|
7378
7361
|
"kindString": "Property",
|
@@ -7393,7 +7376,7 @@
|
|
7393
7376
|
],
|
7394
7377
|
"props": [
|
7395
7378
|
{
|
7396
|
-
"id":
|
7379
|
+
"id": 1117,
|
7397
7380
|
"name": "className",
|
7398
7381
|
"kind": 1024,
|
7399
7382
|
"kindString": "Property",
|
@@ -7413,21 +7396,21 @@
|
|
7413
7396
|
{
|
7414
7397
|
"type": "reflection",
|
7415
7398
|
"declaration": {
|
7416
|
-
"id":
|
7399
|
+
"id": 1118,
|
7417
7400
|
"name": "__type",
|
7418
7401
|
"kind": 65536,
|
7419
7402
|
"kindString": "Type literal",
|
7420
7403
|
"flags": {},
|
7421
7404
|
"signatures": [
|
7422
7405
|
{
|
7423
|
-
"id":
|
7406
|
+
"id": 1119,
|
7424
7407
|
"name": "__type",
|
7425
7408
|
"kind": 4096,
|
7426
7409
|
"kindString": "Call signature",
|
7427
7410
|
"flags": {},
|
7428
7411
|
"parameters": [
|
7429
7412
|
{
|
7430
|
-
"id":
|
7413
|
+
"id": 1120,
|
7431
7414
|
"name": "expanded",
|
7432
7415
|
"kind": 32768,
|
7433
7416
|
"kindString": "Parameter",
|
@@ -7450,7 +7433,7 @@
|
|
7450
7433
|
}
|
7451
7434
|
},
|
7452
7435
|
{
|
7453
|
-
"id":
|
7436
|
+
"id": 1121,
|
7454
7437
|
"name": "expanded",
|
7455
7438
|
"kind": 1024,
|
7456
7439
|
"kindString": "Property",
|
@@ -7466,7 +7449,7 @@
|
|
7466
7449
|
}
|
7467
7450
|
},
|
7468
7451
|
{
|
7469
|
-
"id":
|
7452
|
+
"id": 1122,
|
7470
7453
|
"name": "fixed",
|
7471
7454
|
"kind": 1024,
|
7472
7455
|
"kindString": "Property",
|
@@ -7482,7 +7465,7 @@
|
|
7482
7465
|
}
|
7483
7466
|
},
|
7484
7467
|
{
|
7485
|
-
"id":
|
7468
|
+
"id": 1127,
|
7486
7469
|
"name": "title",
|
7487
7470
|
"kind": 1024,
|
7488
7471
|
"kindString": "Property",
|
@@ -7502,21 +7485,21 @@
|
|
7502
7485
|
{
|
7503
7486
|
"type": "reflection",
|
7504
7487
|
"declaration": {
|
7505
|
-
"id":
|
7488
|
+
"id": 1128,
|
7506
7489
|
"name": "__type",
|
7507
7490
|
"kind": 65536,
|
7508
7491
|
"kindString": "Type literal",
|
7509
7492
|
"flags": {},
|
7510
7493
|
"signatures": [
|
7511
7494
|
{
|
7512
|
-
"id":
|
7495
|
+
"id": 1129,
|
7513
7496
|
"name": "__type",
|
7514
7497
|
"kind": 4096,
|
7515
7498
|
"kindString": "Call signature",
|
7516
7499
|
"flags": {},
|
7517
7500
|
"parameters": [
|
7518
7501
|
{
|
7519
|
-
"id":
|
7502
|
+
"id": 1130,
|
7520
7503
|
"name": "expanded",
|
7521
7504
|
"kind": 32768,
|
7522
7505
|
"kindString": "Parameter",
|
@@ -7541,7 +7524,7 @@
|
|
7541
7524
|
}
|
7542
7525
|
},
|
7543
7526
|
{
|
7544
|
-
"id":
|
7527
|
+
"id": 1123,
|
7545
7528
|
"name": "onClick",
|
7546
7529
|
"kind": 2048,
|
7547
7530
|
"kindString": "Method",
|
@@ -7550,7 +7533,7 @@
|
|
7550
7533
|
},
|
7551
7534
|
"signatures": [
|
7552
7535
|
{
|
7553
|
-
"id":
|
7536
|
+
"id": 1124,
|
7554
7537
|
"name": "onClick",
|
7555
7538
|
"kind": 4096,
|
7556
7539
|
"kindString": "Call signature",
|
@@ -7560,7 +7543,7 @@
|
|
7560
7543
|
},
|
7561
7544
|
"parameters": [
|
7562
7545
|
{
|
7563
|
-
"id":
|
7546
|
+
"id": 1125,
|
7564
7547
|
"name": "event",
|
7565
7548
|
"kind": 32768,
|
7566
7549
|
"kindString": "Parameter",
|
@@ -7587,7 +7570,7 @@
|
|
7587
7570
|
}
|
7588
7571
|
},
|
7589
7572
|
{
|
7590
|
-
"id":
|
7573
|
+
"id": 1126,
|
7591
7574
|
"name": "expanded",
|
7592
7575
|
"kind": 32768,
|
7593
7576
|
"kindString": "Parameter",
|
@@ -7612,7 +7595,7 @@
|
|
7612
7595
|
"useListKeyboardNavigationOptions": {
|
7613
7596
|
"props": [
|
7614
7597
|
{
|
7615
|
-
"id":
|
7598
|
+
"id": 1160,
|
7616
7599
|
"name": "direction",
|
7617
7600
|
"kind": 1024,
|
7618
7601
|
"kindString": "Property",
|
@@ -7626,7 +7609,7 @@
|
|
7626
7609
|
}
|
7627
7610
|
},
|
7628
7611
|
{
|
7629
|
-
"id":
|
7612
|
+
"id": 1161,
|
7630
7613
|
"name": "initialIndex",
|
7631
7614
|
"kind": 1024,
|
7632
7615
|
"kindString": "Property",
|
@@ -7643,7 +7626,7 @@
|
|
7643
7626
|
"usePaginationValues": {
|
7644
7627
|
"props": [
|
7645
7628
|
{
|
7646
|
-
"id":
|
7629
|
+
"id": 572,
|
7647
7630
|
"name": "pageIndex",
|
7648
7631
|
"kind": 1024,
|
7649
7632
|
"kindString": "Property",
|
@@ -7657,7 +7640,7 @@
|
|
7657
7640
|
}
|
7658
7641
|
},
|
7659
7642
|
{
|
7660
|
-
"id":
|
7643
|
+
"id": 573,
|
7661
7644
|
"name": "pageSize",
|
7662
7645
|
"kind": 1024,
|
7663
7646
|
"kindString": "Property",
|
@@ -7671,14 +7654,14 @@
|
|
7671
7654
|
}
|
7672
7655
|
},
|
7673
7656
|
{
|
7674
|
-
"id":
|
7657
|
+
"id": 574,
|
7675
7658
|
"name": "setPageIndex",
|
7676
7659
|
"kind": 2048,
|
7677
7660
|
"kindString": "Method",
|
7678
7661
|
"flags": {},
|
7679
7662
|
"signatures": [
|
7680
7663
|
{
|
7681
|
-
"id":
|
7664
|
+
"id": 575,
|
7682
7665
|
"name": "setPageIndex",
|
7683
7666
|
"kind": 4096,
|
7684
7667
|
"kindString": "Call signature",
|
@@ -7688,7 +7671,7 @@
|
|
7688
7671
|
},
|
7689
7672
|
"parameters": [
|
7690
7673
|
{
|
7691
|
-
"id":
|
7674
|
+
"id": 576,
|
7692
7675
|
"name": "pageIndex",
|
7693
7676
|
"kind": 32768,
|
7694
7677
|
"kindString": "Parameter",
|
@@ -7707,14 +7690,14 @@
|
|
7707
7690
|
]
|
7708
7691
|
},
|
7709
7692
|
{
|
7710
|
-
"id":
|
7693
|
+
"id": 577,
|
7711
7694
|
"name": "setPageSize",
|
7712
7695
|
"kind": 2048,
|
7713
7696
|
"kindString": "Method",
|
7714
7697
|
"flags": {},
|
7715
7698
|
"signatures": [
|
7716
7699
|
{
|
7717
|
-
"id":
|
7700
|
+
"id": 578,
|
7718
7701
|
"name": "setPageSize",
|
7719
7702
|
"kind": 4096,
|
7720
7703
|
"kindString": "Call signature",
|
@@ -7724,7 +7707,7 @@
|
|
7724
7707
|
},
|
7725
7708
|
"parameters": [
|
7726
7709
|
{
|
7727
|
-
"id":
|
7710
|
+
"id": 579,
|
7728
7711
|
"name": "size",
|
7729
7712
|
"kind": 32768,
|
7730
7713
|
"kindString": "Parameter",
|
@@ -7747,7 +7730,7 @@
|
|
7747
7730
|
"useTableRowCreation": {
|
7748
7731
|
"props": [
|
7749
7732
|
{
|
7750
|
-
"id":
|
7733
|
+
"id": 981,
|
7751
7734
|
"name": "data",
|
7752
7735
|
"kind": 1024,
|
7753
7736
|
"kindString": "Property",
|
@@ -7756,11 +7739,11 @@
|
|
7756
7739
|
"type": "array",
|
7757
7740
|
"elementType": {
|
7758
7741
|
"type": "reference",
|
7759
|
-
"id":
|
7742
|
+
"id": 777,
|
7760
7743
|
"typeArguments": [
|
7761
7744
|
{
|
7762
7745
|
"type": "reference",
|
7763
|
-
"id":
|
7746
|
+
"id": 990,
|
7764
7747
|
"name": "TRow"
|
7765
7748
|
}
|
7766
7749
|
],
|
@@ -7769,7 +7752,7 @@
|
|
7769
7752
|
}
|
7770
7753
|
},
|
7771
7754
|
{
|
7772
|
-
"id":
|
7755
|
+
"id": 989,
|
7773
7756
|
"name": "isCreating",
|
7774
7757
|
"kind": 1024,
|
7775
7758
|
"kindString": "Property",
|
@@ -7780,33 +7763,33 @@
|
|
7780
7763
|
}
|
7781
7764
|
},
|
7782
7765
|
{
|
7783
|
-
"id":
|
7766
|
+
"id": 982,
|
7784
7767
|
"name": "create",
|
7785
7768
|
"kind": 2048,
|
7786
7769
|
"kindString": "Method",
|
7787
7770
|
"flags": {},
|
7788
7771
|
"signatures": [
|
7789
7772
|
{
|
7790
|
-
"id":
|
7773
|
+
"id": 983,
|
7791
7774
|
"name": "create",
|
7792
7775
|
"kind": 4096,
|
7793
7776
|
"kindString": "Call signature",
|
7794
7777
|
"flags": {},
|
7795
7778
|
"parameters": [
|
7796
7779
|
{
|
7797
|
-
"id":
|
7780
|
+
"id": 984,
|
7798
7781
|
"name": "rowIndexPath",
|
7799
7782
|
"kind": 32768,
|
7800
7783
|
"kindString": "Parameter",
|
7801
7784
|
"flags": {},
|
7802
7785
|
"type": {
|
7803
7786
|
"type": "reference",
|
7804
|
-
"id":
|
7787
|
+
"id": 782,
|
7805
7788
|
"name": "RowIndexPath"
|
7806
7789
|
}
|
7807
7790
|
},
|
7808
7791
|
{
|
7809
|
-
"id":
|
7792
|
+
"id": 985,
|
7810
7793
|
"name": "values",
|
7811
7794
|
"kind": 32768,
|
7812
7795
|
"kindString": "Parameter",
|
@@ -7821,35 +7804,35 @@
|
|
7821
7804
|
],
|
7822
7805
|
"type": {
|
7823
7806
|
"type": "reference",
|
7824
|
-
"id":
|
7807
|
+
"id": 782,
|
7825
7808
|
"name": "RowIndexPath"
|
7826
7809
|
}
|
7827
7810
|
}
|
7828
7811
|
]
|
7829
7812
|
},
|
7830
7813
|
{
|
7831
|
-
"id":
|
7814
|
+
"id": 986,
|
7832
7815
|
"name": "remove",
|
7833
7816
|
"kind": 2048,
|
7834
7817
|
"kindString": "Method",
|
7835
7818
|
"flags": {},
|
7836
7819
|
"signatures": [
|
7837
7820
|
{
|
7838
|
-
"id":
|
7821
|
+
"id": 987,
|
7839
7822
|
"name": "remove",
|
7840
7823
|
"kind": 4096,
|
7841
7824
|
"kindString": "Call signature",
|
7842
7825
|
"flags": {},
|
7843
7826
|
"parameters": [
|
7844
7827
|
{
|
7845
|
-
"id":
|
7828
|
+
"id": 988,
|
7846
7829
|
"name": "rowIndexPath",
|
7847
7830
|
"kind": 32768,
|
7848
7831
|
"kindString": "Parameter",
|
7849
7832
|
"flags": {},
|
7850
7833
|
"type": {
|
7851
7834
|
"type": "reference",
|
7852
|
-
"id":
|
7835
|
+
"id": 782,
|
7853
7836
|
"name": "RowIndexPath"
|
7854
7837
|
}
|
7855
7838
|
}
|