@economic/taco 0.0.11-alpha.0 → 0.0.14-alpha.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/{Label/Label.d.ts → Field/Field.d.ts} +9 -9
- package/dist/components/Menu/Menu.d.ts +1 -0
- package/dist/components/Menu/components/Item.d.ts +3 -0
- 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 +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 +49 -24
- package/dist/esm/components/Button/util.js.map +1 -1
- package/dist/esm/components/Calendar/Calendar.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 +64 -84
- 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 +35 -33
- package/dist/esm/components/Datepicker/useDatepicker.js.map +1 -1
- package/dist/esm/components/Dialog/Context.js +3 -3
- 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 +39 -44
- 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/{Label/Label.js → Field/Field.js} +3 -3
- package/dist/esm/components/Field/Field.js.map +1 -0
- 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/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/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/ExportToExcelCopy.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/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/Minus.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/PlusCircle.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/Thumb.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/ThumbUpSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Tick.js.map +1 -1
- package/dist/esm/components/Icon/components/TickCircle.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 +9 -8
- 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 +63 -82
- package/dist/esm/components/Listbox/ScrollableList.js.map +1 -1
- package/dist/esm/components/Listbox/useListbox.js +49 -58
- package/dist/esm/components/Listbox/useListbox.js.map +1 -1
- package/dist/esm/components/Listbox/useMultiListbox.js +63 -91
- package/dist/esm/components/Listbox/useMultiListbox.js.map +1 -1
- package/dist/esm/components/Listbox/useTypeahead.js +10 -9
- package/dist/esm/components/Listbox/useTypeahead.js.map +1 -1
- package/dist/esm/components/Listbox/util.js +48 -84
- 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.map +1 -1
- package/dist/esm/components/Menu/components/Checkbox.js +8 -9
- package/dist/esm/components/Menu/components/Checkbox.js.map +1 -1
- package/dist/esm/components/Menu/components/Content.js +10 -13
- package/dist/esm/components/Menu/components/Content.js.map +1 -1
- package/dist/esm/components/Menu/components/Header.js +4 -4
- package/dist/esm/components/Menu/components/Header.js.map +1 -1
- package/dist/esm/components/Menu/components/Item.js +59 -43
- package/dist/esm/components/Menu/components/Item.js.map +1 -1
- package/dist/esm/components/Menu/components/Link.js +7 -8
- package/dist/esm/components/Menu/components/Link.js.map +1 -1
- package/dist/esm/components/Menu/components/RadioGroup.js +16 -18
- package/dist/esm/components/Menu/components/RadioGroup.js.map +1 -1
- package/dist/esm/components/Menu/components/Separator.js +4 -4
- package/dist/esm/components/Menu/components/Separator.js.map +1 -1
- package/dist/esm/components/Menu/components/Trigger.js +5 -5
- 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 +23 -28
- 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 +7 -21
- 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 +27 -30
- 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 +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 +63 -82
- 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 +23 -30
- package/dist/esm/components/Table/components/BaseTable.js.map +1 -1
- package/dist/esm/components/Table/components/PaginatedTable.js +3 -7
- package/dist/esm/components/Table/components/PaginatedTable.js.map +1 -1
- package/dist/esm/components/Table/components/Table.js +18 -25
- package/dist/esm/components/Table/components/Table.js.map +1 -1
- package/dist/esm/components/Table/components/WindowedTable.js +88 -104
- package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js +122 -146
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js +57 -61
- package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowEditing.js +39 -36
- package/dist/esm/components/Table/hooks/plugins/useRowEditing.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js +80 -90
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js.map +1 -1
- package/dist/esm/components/Table/hooks/useRowCreation.js +29 -64
- package/dist/esm/components/Table/hooks/useRowCreation.js.map +1 -1
- package/dist/esm/components/Table/hooks/useTable.js +119 -141
- package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
- package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js +12 -15
- 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 +37 -46
- package/dist/esm/components/Table/util/renderRow.js.map +1 -1
- package/dist/esm/components/Table/util/rowIndexPath.js +14 -16
- package/dist/esm/components/Table/util/rowIndexPath.js.map +1 -1
- package/dist/esm/components/Table/util/sortTypes.js +23 -31
- package/dist/esm/components/Table/util/sortTypes.js.map +1 -1
- package/dist/esm/components/Table/util.js +29 -41
- package/dist/esm/components/Table/util.js.map +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 +20 -21
- 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 +634 -638
- package/dist/esm/index.js +2 -2
- package/dist/esm/primitives/Button.js +9 -13
- 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 +12 -20
- package/dist/esm/utils/hooks/useBoundingClientRectListener.js.map +1 -1
- package/dist/esm/utils/hooks/useDraggable.js +16 -18
- package/dist/esm/utils/hooks/useDraggable.js.map +1 -1
- package/dist/esm/utils/hooks/useDropTarget.js +7 -10
- 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 +9 -17
- package/dist/esm/utils/hooks/useTimer.js.map +1 -1
- package/dist/esm/utils/input.js +7 -11
- 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 +634 -638
- package/dist/index.d.ts +1 -1
- package/dist/taco.cjs.development.js +1624 -1906
- 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 +443 -443
- package/dist/esm/components/Label/Label.js.map +0 -1
package/types.json
CHANGED
@@ -178,7 +178,7 @@
|
|
178
178
|
],
|
179
179
|
"props": [
|
180
180
|
{
|
181
|
-
"id":
|
181
|
+
"id": 738,
|
182
182
|
"name": "multiselect",
|
183
183
|
"kind": 1024,
|
184
184
|
"kindString": "Property",
|
@@ -328,7 +328,7 @@
|
|
328
328
|
"typeArguments": [
|
329
329
|
{
|
330
330
|
"type": "reference",
|
331
|
-
"id":
|
331
|
+
"id": 293,
|
332
332
|
"name": "HangerProps"
|
333
333
|
}
|
334
334
|
],
|
@@ -426,7 +426,7 @@
|
|
426
426
|
"typeArguments": [
|
427
427
|
{
|
428
428
|
"type": "reference",
|
429
|
-
"id":
|
429
|
+
"id": 584,
|
430
430
|
"name": "PopoverProps"
|
431
431
|
}
|
432
432
|
],
|
@@ -1516,13 +1516,85 @@
|
|
1516
1516
|
]
|
1517
1517
|
},
|
1518
1518
|
"DialogTitleProps": "React.HTMLAttributes<HTMLHeadingElement>",
|
1519
|
+
"FieldProps": {
|
1520
|
+
"intersections": [
|
1521
|
+
"React.LabelHTMLAttributes<HTMLLabelElement>"
|
1522
|
+
],
|
1523
|
+
"props": [
|
1524
|
+
{
|
1525
|
+
"id": 255,
|
1526
|
+
"name": "children",
|
1527
|
+
"kind": 1024,
|
1528
|
+
"kindString": "Property",
|
1529
|
+
"flags": {},
|
1530
|
+
"comment": {
|
1531
|
+
"shortText": "Content of the field"
|
1532
|
+
},
|
1533
|
+
"type": {
|
1534
|
+
"type": "reference",
|
1535
|
+
"qualifiedName": "React.ReactNode",
|
1536
|
+
"package": "@types/react",
|
1537
|
+
"name": "React.ReactNode"
|
1538
|
+
}
|
1539
|
+
},
|
1540
|
+
{
|
1541
|
+
"id": 256,
|
1542
|
+
"name": "disabled",
|
1543
|
+
"kind": 1024,
|
1544
|
+
"kindString": "Property",
|
1545
|
+
"flags": {
|
1546
|
+
"isOptional": true
|
1547
|
+
},
|
1548
|
+
"comment": {
|
1549
|
+
"shortText": "Changes the style to indicate the element is disabled"
|
1550
|
+
},
|
1551
|
+
"type": {
|
1552
|
+
"type": "intrinsic",
|
1553
|
+
"name": "boolean"
|
1554
|
+
}
|
1555
|
+
},
|
1556
|
+
{
|
1557
|
+
"id": 257,
|
1558
|
+
"name": "message",
|
1559
|
+
"kind": 1024,
|
1560
|
+
"kindString": "Property",
|
1561
|
+
"flags": {
|
1562
|
+
"isOptional": true
|
1563
|
+
},
|
1564
|
+
"comment": {
|
1565
|
+
"shortText": "Text displayed below the children of Field.\nShould be a short text that indicates feedback for user."
|
1566
|
+
},
|
1567
|
+
"type": {
|
1568
|
+
"type": "intrinsic",
|
1569
|
+
"name": "string"
|
1570
|
+
}
|
1571
|
+
},
|
1572
|
+
{
|
1573
|
+
"id": 258,
|
1574
|
+
"name": "state",
|
1575
|
+
"kind": 1024,
|
1576
|
+
"kindString": "Property",
|
1577
|
+
"flags": {
|
1578
|
+
"isOptional": true
|
1579
|
+
},
|
1580
|
+
"comment": {
|
1581
|
+
"shortText": "State will change the style of the field"
|
1582
|
+
},
|
1583
|
+
"type": {
|
1584
|
+
"type": "reference",
|
1585
|
+
"id": 4,
|
1586
|
+
"name": "State"
|
1587
|
+
}
|
1588
|
+
}
|
1589
|
+
]
|
1590
|
+
},
|
1519
1591
|
"FormProps": {
|
1520
1592
|
"intersections": [
|
1521
1593
|
"React.FormHTMLAttributes<HTMLFormElement>"
|
1522
1594
|
],
|
1523
1595
|
"props": [
|
1524
1596
|
{
|
1525
|
-
"id":
|
1597
|
+
"id": 267,
|
1526
1598
|
"name": "children",
|
1527
1599
|
"kind": 1024,
|
1528
1600
|
"kindString": "Property",
|
@@ -1538,7 +1610,7 @@
|
|
1538
1610
|
}
|
1539
1611
|
},
|
1540
1612
|
{
|
1541
|
-
"id":
|
1613
|
+
"id": 268,
|
1542
1614
|
"name": "horizontal",
|
1543
1615
|
"kind": 1024,
|
1544
1616
|
"kindString": "Property",
|
@@ -1838,7 +1910,7 @@
|
|
1838
1910
|
],
|
1839
1911
|
"props": [
|
1840
1912
|
{
|
1841
|
-
"id":
|
1913
|
+
"id": 298,
|
1842
1914
|
"name": "Anchor",
|
1843
1915
|
"kind": 1024,
|
1844
1916
|
"kindString": "Property",
|
@@ -1848,7 +1920,7 @@
|
|
1848
1920
|
"typeArguments": [
|
1849
1921
|
{
|
1850
1922
|
"type": "reference",
|
1851
|
-
"id":
|
1923
|
+
"id": 284,
|
1852
1924
|
"name": "HangerAnchorProps"
|
1853
1925
|
}
|
1854
1926
|
],
|
@@ -1858,7 +1930,7 @@
|
|
1858
1930
|
}
|
1859
1931
|
},
|
1860
1932
|
{
|
1861
|
-
"id":
|
1933
|
+
"id": 299,
|
1862
1934
|
"name": "Content",
|
1863
1935
|
"kind": 1024,
|
1864
1936
|
"kindString": "Property",
|
@@ -1868,7 +1940,7 @@
|
|
1868
1940
|
"typeArguments": [
|
1869
1941
|
{
|
1870
1942
|
"type": "reference",
|
1871
|
-
"id":
|
1943
|
+
"id": 289,
|
1872
1944
|
"name": "HangerContentProps"
|
1873
1945
|
}
|
1874
1946
|
],
|
@@ -1885,7 +1957,7 @@
|
|
1885
1957
|
],
|
1886
1958
|
"props": [
|
1887
1959
|
{
|
1888
|
-
"id":
|
1960
|
+
"id": 516,
|
1889
1961
|
"name": "Group",
|
1890
1962
|
"kind": 1024,
|
1891
1963
|
"kindString": "Property",
|
@@ -1901,7 +1973,7 @@
|
|
1901
1973
|
"types": [
|
1902
1974
|
{
|
1903
1975
|
"type": "reference",
|
1904
|
-
"id":
|
1976
|
+
"id": 512,
|
1905
1977
|
"name": "NavigationMenuGroupProps"
|
1906
1978
|
},
|
1907
1979
|
{
|
@@ -1934,7 +2006,7 @@
|
|
1934
2006
|
],
|
1935
2007
|
"props": [
|
1936
2008
|
{
|
1937
|
-
"id":
|
2009
|
+
"id": 520,
|
1938
2010
|
"name": "Item",
|
1939
2011
|
"kind": 1024,
|
1940
2012
|
"kindString": "Property",
|
@@ -1950,7 +2022,7 @@
|
|
1950
2022
|
"types": [
|
1951
2023
|
{
|
1952
2024
|
"type": "reference",
|
1953
|
-
"id":
|
2025
|
+
"id": 504,
|
1954
2026
|
"name": "NavigationItemProps"
|
1955
2027
|
},
|
1956
2028
|
{
|
@@ -1976,7 +2048,7 @@
|
|
1976
2048
|
}
|
1977
2049
|
},
|
1978
2050
|
{
|
1979
|
-
"id":
|
2051
|
+
"id": 521,
|
1980
2052
|
"name": "Menu",
|
1981
2053
|
"kind": 1024,
|
1982
2054
|
"kindString": "Property",
|
@@ -1986,12 +2058,12 @@
|
|
1986
2058
|
},
|
1987
2059
|
"type": {
|
1988
2060
|
"type": "reference",
|
1989
|
-
"id":
|
2061
|
+
"id": 514,
|
1990
2062
|
"name": "ForwardedNavigationMenuWithStatics"
|
1991
2063
|
}
|
1992
2064
|
},
|
1993
2065
|
{
|
1994
|
-
"id":
|
2066
|
+
"id": 522,
|
1995
2067
|
"name": "Panel",
|
1996
2068
|
"kind": 1024,
|
1997
2069
|
"kindString": "Property",
|
@@ -2007,7 +2079,7 @@
|
|
2007
2079
|
"types": [
|
2008
2080
|
{
|
2009
2081
|
"type": "reference",
|
2010
|
-
"id":
|
2082
|
+
"id": 511,
|
2011
2083
|
"name": "NavigationPanelProps"
|
2012
2084
|
},
|
2013
2085
|
{
|
@@ -2040,7 +2112,7 @@
|
|
2040
2112
|
],
|
2041
2113
|
"props": [
|
2042
2114
|
{
|
2043
|
-
"id":
|
2115
|
+
"id": 591,
|
2044
2116
|
"name": "Close",
|
2045
2117
|
"kind": 1024,
|
2046
2118
|
"kindString": "Property",
|
@@ -2050,7 +2122,7 @@
|
|
2050
2122
|
"typeArguments": [
|
2051
2123
|
{
|
2052
2124
|
"type": "reference",
|
2053
|
-
"id":
|
2125
|
+
"id": 583,
|
2054
2126
|
"name": "PopoverCloseProps"
|
2055
2127
|
}
|
2056
2128
|
],
|
@@ -2060,7 +2132,7 @@
|
|
2060
2132
|
}
|
2061
2133
|
},
|
2062
2134
|
{
|
2063
|
-
"id":
|
2135
|
+
"id": 590,
|
2064
2136
|
"name": "Content",
|
2065
2137
|
"kind": 1024,
|
2066
2138
|
"kindString": "Property",
|
@@ -2070,7 +2142,7 @@
|
|
2070
2142
|
"typeArguments": [
|
2071
2143
|
{
|
2072
2144
|
"type": "reference",
|
2073
|
-
"id":
|
2145
|
+
"id": 576,
|
2074
2146
|
"name": "PopoverContentProps"
|
2075
2147
|
}
|
2076
2148
|
],
|
@@ -2080,7 +2152,7 @@
|
|
2080
2152
|
}
|
2081
2153
|
},
|
2082
2154
|
{
|
2083
|
-
"id":
|
2155
|
+
"id": 589,
|
2084
2156
|
"name": "Trigger",
|
2085
2157
|
"kind": 1024,
|
2086
2158
|
"kindString": "Property",
|
@@ -2090,7 +2162,7 @@
|
|
2090
2162
|
"typeArguments": [
|
2091
2163
|
{
|
2092
2164
|
"type": "reference",
|
2093
|
-
"id":
|
2165
|
+
"id": 571,
|
2094
2166
|
"name": "PopoverTriggerProps"
|
2095
2167
|
}
|
2096
2168
|
],
|
@@ -2107,7 +2179,7 @@
|
|
2107
2179
|
],
|
2108
2180
|
"props": [
|
2109
2181
|
{
|
2110
|
-
"id":
|
2182
|
+
"id": 722,
|
2111
2183
|
"name": "Item",
|
2112
2184
|
"kind": 1024,
|
2113
2185
|
"kindString": "Property",
|
@@ -2120,7 +2192,7 @@
|
|
2120
2192
|
"typeArguments": [
|
2121
2193
|
{
|
2122
2194
|
"type": "reference",
|
2123
|
-
"id":
|
2195
|
+
"id": 713,
|
2124
2196
|
"name": "RadioGroupItemProps"
|
2125
2197
|
}
|
2126
2198
|
],
|
@@ -2137,7 +2209,7 @@
|
|
2137
2209
|
],
|
2138
2210
|
"props": [
|
2139
2211
|
{
|
2140
|
-
"id":
|
2212
|
+
"id": 1003,
|
2141
2213
|
"name": "Content",
|
2142
2214
|
"kind": 1024,
|
2143
2215
|
"kindString": "Property",
|
@@ -2153,7 +2225,7 @@
|
|
2153
2225
|
"types": [
|
2154
2226
|
{
|
2155
2227
|
"type": "reference",
|
2156
|
-
"id":
|
2228
|
+
"id": 996,
|
2157
2229
|
"name": "TabContentProps"
|
2158
2230
|
},
|
2159
2231
|
{
|
@@ -2179,7 +2251,7 @@
|
|
2179
2251
|
}
|
2180
2252
|
},
|
2181
2253
|
{
|
2182
|
-
"id":
|
2254
|
+
"id": 1001,
|
2183
2255
|
"name": "List",
|
2184
2256
|
"kind": 1024,
|
2185
2257
|
"kindString": "Property",
|
@@ -2195,7 +2267,7 @@
|
|
2195
2267
|
"types": [
|
2196
2268
|
{
|
2197
2269
|
"type": "reference",
|
2198
|
-
"id":
|
2270
|
+
"id": 991,
|
2199
2271
|
"name": "TabListProps"
|
2200
2272
|
},
|
2201
2273
|
{
|
@@ -2221,7 +2293,7 @@
|
|
2221
2293
|
}
|
2222
2294
|
},
|
2223
2295
|
{
|
2224
|
-
"id":
|
2296
|
+
"id": 1002,
|
2225
2297
|
"name": "Trigger",
|
2226
2298
|
"kind": 1024,
|
2227
2299
|
"kindString": "Property",
|
@@ -2237,7 +2309,7 @@
|
|
2237
2309
|
"types": [
|
2238
2310
|
{
|
2239
2311
|
"type": "reference",
|
2240
|
-
"id":
|
2312
|
+
"id": 992,
|
2241
2313
|
"name": "TabTriggerProps"
|
2242
2314
|
},
|
2243
2315
|
{
|
@@ -2270,7 +2342,7 @@
|
|
2270
2342
|
],
|
2271
2343
|
"props": [
|
2272
2344
|
{
|
2273
|
-
"id":
|
2345
|
+
"id": 1126,
|
2274
2346
|
"name": "Group",
|
2275
2347
|
"kind": 1024,
|
2276
2348
|
"kindString": "Property",
|
@@ -2286,7 +2358,7 @@
|
|
2286
2358
|
"types": [
|
2287
2359
|
{
|
2288
2360
|
"type": "reference",
|
2289
|
-
"id":
|
2361
|
+
"id": 1106,
|
2290
2362
|
"name": "TreeviewGroupProps"
|
2291
2363
|
},
|
2292
2364
|
{
|
@@ -2312,7 +2384,7 @@
|
|
2312
2384
|
}
|
2313
2385
|
},
|
2314
2386
|
{
|
2315
|
-
"id":
|
2387
|
+
"id": 1125,
|
2316
2388
|
"name": "Item",
|
2317
2389
|
"kind": 1024,
|
2318
2390
|
"kindString": "Property",
|
@@ -2328,7 +2400,7 @@
|
|
2328
2400
|
"types": [
|
2329
2401
|
{
|
2330
2402
|
"type": "reference",
|
2331
|
-
"id":
|
2403
|
+
"id": 1105,
|
2332
2404
|
"name": "TreeviewItemProps"
|
2333
2405
|
},
|
2334
2406
|
{
|
@@ -2361,7 +2433,7 @@
|
|
2361
2433
|
],
|
2362
2434
|
"props": [
|
2363
2435
|
{
|
2364
|
-
"id":
|
2436
|
+
"id": 275,
|
2365
2437
|
"name": "as",
|
2366
2438
|
"kind": 1024,
|
2367
2439
|
"kindString": "Property",
|
@@ -2390,7 +2462,7 @@
|
|
2390
2462
|
}
|
2391
2463
|
},
|
2392
2464
|
{
|
2393
|
-
"id":
|
2465
|
+
"id": 276,
|
2394
2466
|
"name": "children",
|
2395
2467
|
"kind": 1024,
|
2396
2468
|
"kindString": "Property",
|
@@ -2414,7 +2486,7 @@
|
|
2414
2486
|
],
|
2415
2487
|
"props": [
|
2416
2488
|
{
|
2417
|
-
"id":
|
2489
|
+
"id": 291,
|
2418
2490
|
"name": "onClose",
|
2419
2491
|
"kind": 1024,
|
2420
2492
|
"kindString": "Property",
|
@@ -2426,12 +2498,12 @@
|
|
2426
2498
|
},
|
2427
2499
|
"type": {
|
2428
2500
|
"type": "reference",
|
2429
|
-
"id":
|
2501
|
+
"id": 285,
|
2430
2502
|
"name": "CloseHandler"
|
2431
2503
|
}
|
2432
2504
|
},
|
2433
2505
|
{
|
2434
|
-
"id":
|
2506
|
+
"id": 292,
|
2435
2507
|
"name": "placement",
|
2436
2508
|
"kind": 1024,
|
2437
2509
|
"kindString": "Property",
|
@@ -2453,7 +2525,7 @@
|
|
2453
2525
|
"HangerTexts": {
|
2454
2526
|
"props": [
|
2455
2527
|
{
|
2456
|
-
"id":
|
2528
|
+
"id": 283,
|
2457
2529
|
"name": "close",
|
2458
2530
|
"kind": 1024,
|
2459
2531
|
"kindString": "Property",
|
@@ -2474,7 +2546,7 @@
|
|
2474
2546
|
],
|
2475
2547
|
"props": [
|
2476
2548
|
{
|
2477
|
-
"id":
|
2549
|
+
"id": 311,
|
2478
2550
|
"name": "appearance",
|
2479
2551
|
"kind": 1024,
|
2480
2552
|
"kindString": "Property",
|
@@ -2491,7 +2563,7 @@
|
|
2491
2563
|
}
|
2492
2564
|
},
|
2493
2565
|
{
|
2494
|
-
"id":
|
2566
|
+
"id": 318,
|
2495
2567
|
"name": "icon",
|
2496
2568
|
"kind": 1024,
|
2497
2569
|
"kindString": "Property",
|
@@ -2501,12 +2573,12 @@
|
|
2501
2573
|
},
|
2502
2574
|
"type": {
|
2503
2575
|
"type": "reference",
|
2504
|
-
"id":
|
2576
|
+
"id": 302,
|
2505
2577
|
"name": "IconName"
|
2506
2578
|
}
|
2507
2579
|
},
|
2508
2580
|
{
|
2509
|
-
"id":
|
2581
|
+
"id": 325,
|
2510
2582
|
"name": "rounded",
|
2511
2583
|
"kind": 1024,
|
2512
2584
|
"kindString": "Property",
|
@@ -2522,7 +2594,7 @@
|
|
2522
2594
|
}
|
2523
2595
|
},
|
2524
2596
|
{
|
2525
|
-
"id":
|
2597
|
+
"id": 326,
|
2526
2598
|
"name": "tooltip",
|
2527
2599
|
"kind": 1024,
|
2528
2600
|
"kindString": "Property",
|
@@ -2538,7 +2610,7 @@
|
|
2538
2610
|
}
|
2539
2611
|
},
|
2540
2612
|
{
|
2541
|
-
"id":
|
2613
|
+
"id": 312,
|
2542
2614
|
"name": "dialog",
|
2543
2615
|
"kind": 2048,
|
2544
2616
|
"kindString": "Method",
|
@@ -2547,7 +2619,7 @@
|
|
2547
2619
|
},
|
2548
2620
|
"signatures": [
|
2549
2621
|
{
|
2550
|
-
"id":
|
2622
|
+
"id": 313,
|
2551
2623
|
"name": "dialog",
|
2552
2624
|
"kind": 4096,
|
2553
2625
|
"kindString": "Call signature",
|
@@ -2557,7 +2629,7 @@
|
|
2557
2629
|
},
|
2558
2630
|
"parameters": [
|
2559
2631
|
{
|
2560
|
-
"id":
|
2632
|
+
"id": 314,
|
2561
2633
|
"name": "props",
|
2562
2634
|
"kind": 32768,
|
2563
2635
|
"kindString": "Parameter",
|
@@ -2587,7 +2659,7 @@
|
|
2587
2659
|
]
|
2588
2660
|
},
|
2589
2661
|
{
|
2590
|
-
"id":
|
2662
|
+
"id": 315,
|
2591
2663
|
"name": "hanger",
|
2592
2664
|
"kind": 2048,
|
2593
2665
|
"kindString": "Method",
|
@@ -2596,7 +2668,7 @@
|
|
2596
2668
|
},
|
2597
2669
|
"signatures": [
|
2598
2670
|
{
|
2599
|
-
"id":
|
2671
|
+
"id": 316,
|
2600
2672
|
"name": "hanger",
|
2601
2673
|
"kind": 4096,
|
2602
2674
|
"kindString": "Call signature",
|
@@ -2606,7 +2678,7 @@
|
|
2606
2678
|
},
|
2607
2679
|
"parameters": [
|
2608
2680
|
{
|
2609
|
-
"id":
|
2681
|
+
"id": 317,
|
2610
2682
|
"name": "props",
|
2611
2683
|
"kind": 32768,
|
2612
2684
|
"kindString": "Parameter",
|
@@ -2616,7 +2688,7 @@
|
|
2616
2688
|
"typeArguments": [
|
2617
2689
|
{
|
2618
2690
|
"type": "reference",
|
2619
|
-
"id":
|
2691
|
+
"id": 293,
|
2620
2692
|
"name": "HangerProps"
|
2621
2693
|
}
|
2622
2694
|
],
|
@@ -2636,7 +2708,7 @@
|
|
2636
2708
|
]
|
2637
2709
|
},
|
2638
2710
|
{
|
2639
|
-
"id":
|
2711
|
+
"id": 319,
|
2640
2712
|
"name": "menu",
|
2641
2713
|
"kind": 2048,
|
2642
2714
|
"kindString": "Method",
|
@@ -2645,7 +2717,7 @@
|
|
2645
2717
|
},
|
2646
2718
|
"signatures": [
|
2647
2719
|
{
|
2648
|
-
"id":
|
2720
|
+
"id": 320,
|
2649
2721
|
"name": "menu",
|
2650
2722
|
"kind": 4096,
|
2651
2723
|
"kindString": "Call signature",
|
@@ -2655,7 +2727,7 @@
|
|
2655
2727
|
},
|
2656
2728
|
"parameters": [
|
2657
2729
|
{
|
2658
|
-
"id":
|
2730
|
+
"id": 321,
|
2659
2731
|
"name": "props",
|
2660
2732
|
"kind": 32768,
|
2661
2733
|
"kindString": "Parameter",
|
@@ -2685,7 +2757,7 @@
|
|
2685
2757
|
]
|
2686
2758
|
},
|
2687
2759
|
{
|
2688
|
-
"id":
|
2760
|
+
"id": 322,
|
2689
2761
|
"name": "popover",
|
2690
2762
|
"kind": 2048,
|
2691
2763
|
"kindString": "Method",
|
@@ -2694,7 +2766,7 @@
|
|
2694
2766
|
},
|
2695
2767
|
"signatures": [
|
2696
2768
|
{
|
2697
|
-
"id":
|
2769
|
+
"id": 323,
|
2698
2770
|
"name": "popover",
|
2699
2771
|
"kind": 4096,
|
2700
2772
|
"kindString": "Call signature",
|
@@ -2704,7 +2776,7 @@
|
|
2704
2776
|
},
|
2705
2777
|
"parameters": [
|
2706
2778
|
{
|
2707
|
-
"id":
|
2779
|
+
"id": 324,
|
2708
2780
|
"name": "props",
|
2709
2781
|
"kind": 32768,
|
2710
2782
|
"kindString": "Parameter",
|
@@ -2714,7 +2786,7 @@
|
|
2714
2786
|
"typeArguments": [
|
2715
2787
|
{
|
2716
2788
|
"type": "reference",
|
2717
|
-
"id":
|
2789
|
+
"id": 584,
|
2718
2790
|
"name": "PopoverProps"
|
2719
2791
|
}
|
2720
2792
|
],
|
@@ -3547,7 +3619,7 @@
|
|
3547
3619
|
],
|
3548
3620
|
"props": [
|
3549
3621
|
{
|
3550
|
-
"id":
|
3622
|
+
"id": 305,
|
3551
3623
|
"name": "name",
|
3552
3624
|
"kind": 1024,
|
3553
3625
|
"kindString": "Property",
|
@@ -3557,7 +3629,7 @@
|
|
3557
3629
|
},
|
3558
3630
|
"type": {
|
3559
3631
|
"type": "reference",
|
3560
|
-
"id":
|
3632
|
+
"id": 302,
|
3561
3633
|
"name": "IconName"
|
3562
3634
|
}
|
3563
3635
|
}
|
@@ -3569,7 +3641,7 @@
|
|
3569
3641
|
],
|
3570
3642
|
"props": [
|
3571
3643
|
{
|
3572
|
-
"id":
|
3644
|
+
"id": 347,
|
3573
3645
|
"name": "button",
|
3574
3646
|
"kind": 1024,
|
3575
3647
|
"kindString": "Property",
|
@@ -3587,7 +3659,7 @@
|
|
3587
3659
|
}
|
3588
3660
|
},
|
3589
3661
|
{
|
3590
|
-
"id":
|
3662
|
+
"id": 349,
|
3591
3663
|
"name": "highlighted",
|
3592
3664
|
"kind": 1024,
|
3593
3665
|
"kindString": "Property",
|
@@ -3603,7 +3675,7 @@
|
|
3603
3675
|
}
|
3604
3676
|
},
|
3605
3677
|
{
|
3606
|
-
"id":
|
3678
|
+
"id": 348,
|
3607
3679
|
"name": "icon",
|
3608
3680
|
"kind": 1024,
|
3609
3681
|
"kindString": "Property",
|
@@ -3618,7 +3690,7 @@
|
|
3618
3690
|
"types": [
|
3619
3691
|
{
|
3620
3692
|
"type": "reference",
|
3621
|
-
"id":
|
3693
|
+
"id": 302,
|
3622
3694
|
"name": "IconName"
|
3623
3695
|
},
|
3624
3696
|
{
|
@@ -3631,7 +3703,7 @@
|
|
3631
3703
|
}
|
3632
3704
|
},
|
3633
3705
|
{
|
3634
|
-
"id":
|
3706
|
+
"id": 350,
|
3635
3707
|
"name": "state",
|
3636
3708
|
"kind": 1024,
|
3637
3709
|
"kindString": "Property",
|
@@ -3649,78 +3721,6 @@
|
|
3649
3721
|
}
|
3650
3722
|
]
|
3651
3723
|
},
|
3652
|
-
"LabelProps": {
|
3653
|
-
"intersections": [
|
3654
|
-
"React.LabelHTMLAttributes<HTMLLabelElement>"
|
3655
|
-
],
|
3656
|
-
"props": [
|
3657
|
-
{
|
3658
|
-
"id": 360,
|
3659
|
-
"name": "children",
|
3660
|
-
"kind": 1024,
|
3661
|
-
"kindString": "Property",
|
3662
|
-
"flags": {},
|
3663
|
-
"comment": {
|
3664
|
-
"shortText": "Content of the label"
|
3665
|
-
},
|
3666
|
-
"type": {
|
3667
|
-
"type": "reference",
|
3668
|
-
"qualifiedName": "React.ReactNode",
|
3669
|
-
"package": "@types/react",
|
3670
|
-
"name": "React.ReactNode"
|
3671
|
-
}
|
3672
|
-
},
|
3673
|
-
{
|
3674
|
-
"id": 361,
|
3675
|
-
"name": "disabled",
|
3676
|
-
"kind": 1024,
|
3677
|
-
"kindString": "Property",
|
3678
|
-
"flags": {
|
3679
|
-
"isOptional": true
|
3680
|
-
},
|
3681
|
-
"comment": {
|
3682
|
-
"shortText": "Changes the style to indicate the element is disabled"
|
3683
|
-
},
|
3684
|
-
"type": {
|
3685
|
-
"type": "intrinsic",
|
3686
|
-
"name": "boolean"
|
3687
|
-
}
|
3688
|
-
},
|
3689
|
-
{
|
3690
|
-
"id": 362,
|
3691
|
-
"name": "message",
|
3692
|
-
"kind": 1024,
|
3693
|
-
"kindString": "Property",
|
3694
|
-
"flags": {
|
3695
|
-
"isOptional": true
|
3696
|
-
},
|
3697
|
-
"comment": {
|
3698
|
-
"shortText": "Text displayed below the children of Label.\nShould be a short text that indicates feedback for user."
|
3699
|
-
},
|
3700
|
-
"type": {
|
3701
|
-
"type": "intrinsic",
|
3702
|
-
"name": "string"
|
3703
|
-
}
|
3704
|
-
},
|
3705
|
-
{
|
3706
|
-
"id": 363,
|
3707
|
-
"name": "state",
|
3708
|
-
"kind": 1024,
|
3709
|
-
"kindString": "Property",
|
3710
|
-
"flags": {
|
3711
|
-
"isOptional": true
|
3712
|
-
},
|
3713
|
-
"comment": {
|
3714
|
-
"shortText": "State will change the style of the label"
|
3715
|
-
},
|
3716
|
-
"type": {
|
3717
|
-
"type": "reference",
|
3718
|
-
"id": 4,
|
3719
|
-
"name": "State"
|
3720
|
-
}
|
3721
|
-
}
|
3722
|
-
]
|
3723
|
-
},
|
3724
3724
|
"ListboxItem": "ScrollableListItem",
|
3725
3725
|
"ListboxProps": {
|
3726
3726
|
"intersections": [
|
@@ -3900,7 +3900,7 @@
|
|
3900
3900
|
"Localization": {
|
3901
3901
|
"props": [
|
3902
3902
|
{
|
3903
|
-
"id":
|
3903
|
+
"id": 616,
|
3904
3904
|
"name": "formatting",
|
3905
3905
|
"kind": 1024,
|
3906
3906
|
"kindString": "Property",
|
@@ -3911,14 +3911,14 @@
|
|
3911
3911
|
"type": {
|
3912
3912
|
"type": "reflection",
|
3913
3913
|
"declaration": {
|
3914
|
-
"id":
|
3914
|
+
"id": 617,
|
3915
3915
|
"name": "__type",
|
3916
3916
|
"kind": 65536,
|
3917
3917
|
"kindString": "Type literal",
|
3918
3918
|
"flags": {},
|
3919
3919
|
"children": [
|
3920
3920
|
{
|
3921
|
-
"id":
|
3921
|
+
"id": 618,
|
3922
3922
|
"name": "date",
|
3923
3923
|
"kind": 1024,
|
3924
3924
|
"kindString": "Property",
|
@@ -3937,7 +3937,7 @@
|
|
3937
3937
|
"title": "Properties",
|
3938
3938
|
"kind": 1024,
|
3939
3939
|
"children": [
|
3940
|
-
|
3940
|
+
618
|
3941
3941
|
]
|
3942
3942
|
}
|
3943
3943
|
]
|
@@ -3945,7 +3945,7 @@
|
|
3945
3945
|
}
|
3946
3946
|
},
|
3947
3947
|
{
|
3948
|
-
"id":
|
3948
|
+
"id": 614,
|
3949
3949
|
"name": "locale",
|
3950
3950
|
"kind": 1024,
|
3951
3951
|
"kindString": "Property",
|
@@ -3960,7 +3960,7 @@
|
|
3960
3960
|
}
|
3961
3961
|
},
|
3962
3962
|
{
|
3963
|
-
"id":
|
3963
|
+
"id": 615,
|
3964
3964
|
"name": "texts",
|
3965
3965
|
"kind": 1024,
|
3966
3966
|
"kindString": "Property",
|
@@ -3970,7 +3970,7 @@
|
|
3970
3970
|
},
|
3971
3971
|
"type": {
|
3972
3972
|
"type": "reference",
|
3973
|
-
"id":
|
3973
|
+
"id": 599,
|
3974
3974
|
"name": "LocalizationTexts"
|
3975
3975
|
}
|
3976
3976
|
}
|
@@ -3979,7 +3979,7 @@
|
|
3979
3979
|
"LocalizationTexts": {
|
3980
3980
|
"props": [
|
3981
3981
|
{
|
3982
|
-
"id":
|
3982
|
+
"id": 601,
|
3983
3983
|
"name": "calendar",
|
3984
3984
|
"kind": 1024,
|
3985
3985
|
"kindString": "Property",
|
@@ -3994,7 +3994,7 @@
|
|
3994
3994
|
}
|
3995
3995
|
},
|
3996
3996
|
{
|
3997
|
-
"id":
|
3997
|
+
"id": 602,
|
3998
3998
|
"name": "datepicker",
|
3999
3999
|
"kind": 1024,
|
4000
4000
|
"kindString": "Property",
|
@@ -4009,7 +4009,7 @@
|
|
4009
4009
|
}
|
4010
4010
|
},
|
4011
4011
|
{
|
4012
|
-
"id":
|
4012
|
+
"id": 605,
|
4013
4013
|
"name": "dialog",
|
4014
4014
|
"kind": 1024,
|
4015
4015
|
"kindString": "Property",
|
@@ -4024,7 +4024,7 @@
|
|
4024
4024
|
}
|
4025
4025
|
},
|
4026
4026
|
{
|
4027
|
-
"id":
|
4027
|
+
"id": 603,
|
4028
4028
|
"name": "hanger",
|
4029
4029
|
"kind": 1024,
|
4030
4030
|
"kindString": "Property",
|
@@ -4034,12 +4034,12 @@
|
|
4034
4034
|
},
|
4035
4035
|
"type": {
|
4036
4036
|
"type": "reference",
|
4037
|
-
"id":
|
4037
|
+
"id": 281,
|
4038
4038
|
"name": "HangerTexts"
|
4039
4039
|
}
|
4040
4040
|
},
|
4041
4041
|
{
|
4042
|
-
"id":
|
4042
|
+
"id": 604,
|
4043
4043
|
"name": "listbox",
|
4044
4044
|
"kind": 1024,
|
4045
4045
|
"kindString": "Property",
|
@@ -4054,7 +4054,7 @@
|
|
4054
4054
|
}
|
4055
4055
|
},
|
4056
4056
|
{
|
4057
|
-
"id":
|
4057
|
+
"id": 606,
|
4058
4058
|
"name": "pagination",
|
4059
4059
|
"kind": 1024,
|
4060
4060
|
"kindString": "Property",
|
@@ -4064,12 +4064,12 @@
|
|
4064
4064
|
},
|
4065
4065
|
"type": {
|
4066
4066
|
"type": "reference",
|
4067
|
-
"id":
|
4067
|
+
"id": 535,
|
4068
4068
|
"name": "PaginationTexts"
|
4069
4069
|
}
|
4070
4070
|
},
|
4071
4071
|
{
|
4072
|
-
"id":
|
4072
|
+
"id": 611,
|
4073
4073
|
"name": "searchInput",
|
4074
4074
|
"kind": 1024,
|
4075
4075
|
"kindString": "Property",
|
@@ -4079,12 +4079,12 @@
|
|
4079
4079
|
},
|
4080
4080
|
"type": {
|
4081
4081
|
"type": "reference",
|
4082
|
-
"id":
|
4082
|
+
"id": 357,
|
4083
4083
|
"name": "SearchInputTexts"
|
4084
4084
|
}
|
4085
4085
|
},
|
4086
4086
|
{
|
4087
|
-
"id":
|
4087
|
+
"id": 608,
|
4088
4088
|
"name": "select",
|
4089
4089
|
"kind": 1024,
|
4090
4090
|
"kindString": "Property",
|
@@ -4094,12 +4094,12 @@
|
|
4094
4094
|
},
|
4095
4095
|
"type": {
|
4096
4096
|
"type": "reference",
|
4097
|
-
"id":
|
4097
|
+
"id": 733,
|
4098
4098
|
"name": "SelectTexts"
|
4099
4099
|
}
|
4100
4100
|
},
|
4101
4101
|
{
|
4102
|
-
"id":
|
4102
|
+
"id": 607,
|
4103
4103
|
"name": "table",
|
4104
4104
|
"kind": 1024,
|
4105
4105
|
"kindString": "Property",
|
@@ -4109,12 +4109,12 @@
|
|
4109
4109
|
},
|
4110
4110
|
"type": {
|
4111
4111
|
"type": "reference",
|
4112
|
-
"id":
|
4112
|
+
"id": 926,
|
4113
4113
|
"name": "TableTexts"
|
4114
4114
|
}
|
4115
4115
|
},
|
4116
4116
|
{
|
4117
|
-
"id":
|
4117
|
+
"id": 609,
|
4118
4118
|
"name": "toasts",
|
4119
4119
|
"kind": 1024,
|
4120
4120
|
"kindString": "Property",
|
@@ -4128,7 +4128,7 @@
|
|
4128
4128
|
}
|
4129
4129
|
},
|
4130
4130
|
{
|
4131
|
-
"id":
|
4131
|
+
"id": 610,
|
4132
4132
|
"name": "tour",
|
4133
4133
|
"kind": 1024,
|
4134
4134
|
"kindString": "Property",
|
@@ -4138,7 +4138,7 @@
|
|
4138
4138
|
},
|
4139
4139
|
"type": {
|
4140
4140
|
"type": "reference",
|
4141
|
-
"id":
|
4141
|
+
"id": 1057,
|
4142
4142
|
"name": "TourTexts"
|
4143
4143
|
}
|
4144
4144
|
}
|
@@ -4198,7 +4198,7 @@
|
|
4198
4198
|
],
|
4199
4199
|
"props": [
|
4200
4200
|
{
|
4201
|
-
"id":
|
4201
|
+
"id": 506,
|
4202
4202
|
"name": "active",
|
4203
4203
|
"kind": 1024,
|
4204
4204
|
"kindString": "Property",
|
@@ -4214,7 +4214,7 @@
|
|
4214
4214
|
}
|
4215
4215
|
},
|
4216
4216
|
{
|
4217
|
-
"id":
|
4217
|
+
"id": 507,
|
4218
4218
|
"name": "onDrop",
|
4219
4219
|
"kind": 1024,
|
4220
4220
|
"kindString": "Property",
|
@@ -4232,7 +4232,7 @@
|
|
4232
4232
|
}
|
4233
4233
|
},
|
4234
4234
|
{
|
4235
|
-
"id":
|
4235
|
+
"id": 508,
|
4236
4236
|
"name": "postfix",
|
4237
4237
|
"kind": 1024,
|
4238
4238
|
"kindString": "Property",
|
@@ -4250,7 +4250,7 @@
|
|
4250
4250
|
}
|
4251
4251
|
},
|
4252
4252
|
{
|
4253
|
-
"id":
|
4253
|
+
"id": 509,
|
4254
4254
|
"name": "prefix",
|
4255
4255
|
"kind": 1024,
|
4256
4256
|
"kindString": "Property",
|
@@ -4268,7 +4268,7 @@
|
|
4268
4268
|
}
|
4269
4269
|
},
|
4270
4270
|
{
|
4271
|
-
"id":
|
4271
|
+
"id": 510,
|
4272
4272
|
"name": "target",
|
4273
4273
|
"kind": 1024,
|
4274
4274
|
"kindString": "Property",
|
@@ -4303,7 +4303,7 @@
|
|
4303
4303
|
],
|
4304
4304
|
"props": [
|
4305
4305
|
{
|
4306
|
-
"id":
|
4306
|
+
"id": 548,
|
4307
4307
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
4308
4308
|
"kind": 1024,
|
4309
4309
|
"kindString": "Property",
|
@@ -4319,7 +4319,7 @@
|
|
4319
4319
|
}
|
4320
4320
|
},
|
4321
4321
|
{
|
4322
|
-
"id":
|
4322
|
+
"id": 543,
|
4323
4323
|
"name": "length",
|
4324
4324
|
"kind": 1024,
|
4325
4325
|
"kindString": "Property",
|
@@ -4333,7 +4333,7 @@
|
|
4333
4333
|
}
|
4334
4334
|
},
|
4335
4335
|
{
|
4336
|
-
"id":
|
4336
|
+
"id": 544,
|
4337
4337
|
"name": "pageSizes",
|
4338
4338
|
"kind": 1024,
|
4339
4339
|
"kindString": "Property",
|
@@ -4352,7 +4352,7 @@
|
|
4352
4352
|
}
|
4353
4353
|
},
|
4354
4354
|
{
|
4355
|
-
"id":
|
4355
|
+
"id": 545,
|
4356
4356
|
"name": "showPageControls",
|
4357
4357
|
"kind": 1024,
|
4358
4358
|
"kindString": "Property",
|
@@ -4368,7 +4368,7 @@
|
|
4368
4368
|
}
|
4369
4369
|
},
|
4370
4370
|
{
|
4371
|
-
"id":
|
4371
|
+
"id": 546,
|
4372
4372
|
"name": "showPageNumbers",
|
4373
4373
|
"kind": 1024,
|
4374
4374
|
"kindString": "Property",
|
@@ -4384,7 +4384,7 @@
|
|
4384
4384
|
}
|
4385
4385
|
},
|
4386
4386
|
{
|
4387
|
-
"id":
|
4387
|
+
"id": 547,
|
4388
4388
|
"name": "showPageSize",
|
4389
4389
|
"kind": 1024,
|
4390
4390
|
"kindString": "Property",
|
@@ -4404,7 +4404,7 @@
|
|
4404
4404
|
"PaginationTexts": {
|
4405
4405
|
"props": [
|
4406
4406
|
{
|
4407
|
-
"id":
|
4407
|
+
"id": 540,
|
4408
4408
|
"name": "actions",
|
4409
4409
|
"kind": 1024,
|
4410
4410
|
"kindString": "Property",
|
@@ -4414,12 +4414,12 @@
|
|
4414
4414
|
},
|
4415
4415
|
"type": {
|
4416
4416
|
"type": "reference",
|
4417
|
-
"id":
|
4417
|
+
"id": 524,
|
4418
4418
|
"name": "PaginationTextsActions"
|
4419
4419
|
}
|
4420
4420
|
},
|
4421
4421
|
{
|
4422
|
-
"id":
|
4422
|
+
"id": 537,
|
4423
4423
|
"name": "label",
|
4424
4424
|
"kind": 1024,
|
4425
4425
|
"kindString": "Property",
|
@@ -4433,7 +4433,7 @@
|
|
4433
4433
|
}
|
4434
4434
|
},
|
4435
4435
|
{
|
4436
|
-
"id":
|
4436
|
+
"id": 538,
|
4437
4437
|
"name": "pageSize",
|
4438
4438
|
"kind": 1024,
|
4439
4439
|
"kindString": "Property",
|
@@ -4447,7 +4447,7 @@
|
|
4447
4447
|
}
|
4448
4448
|
},
|
4449
4449
|
{
|
4450
|
-
"id":
|
4450
|
+
"id": 539,
|
4451
4451
|
"name": "showingXofYofTotal",
|
4452
4452
|
"kind": 1024,
|
4453
4453
|
"kindString": "Property",
|
@@ -4465,7 +4465,7 @@
|
|
4465
4465
|
"PaginationTextsActions": {
|
4466
4466
|
"props": [
|
4467
4467
|
{
|
4468
|
-
"id":
|
4468
|
+
"id": 526,
|
4469
4469
|
"name": "firstPage",
|
4470
4470
|
"kind": 1024,
|
4471
4471
|
"kindString": "Property",
|
@@ -4479,7 +4479,7 @@
|
|
4479
4479
|
}
|
4480
4480
|
},
|
4481
4481
|
{
|
4482
|
-
"id":
|
4482
|
+
"id": 527,
|
4483
4483
|
"name": "firstPageWithShortcut",
|
4484
4484
|
"kind": 1024,
|
4485
4485
|
"kindString": "Property",
|
@@ -4493,7 +4493,7 @@
|
|
4493
4493
|
}
|
4494
4494
|
},
|
4495
4495
|
{
|
4496
|
-
"id":
|
4496
|
+
"id": 532,
|
4497
4497
|
"name": "lastPage",
|
4498
4498
|
"kind": 1024,
|
4499
4499
|
"kindString": "Property",
|
@@ -4507,7 +4507,7 @@
|
|
4507
4507
|
}
|
4508
4508
|
},
|
4509
4509
|
{
|
4510
|
-
"id":
|
4510
|
+
"id": 533,
|
4511
4511
|
"name": "lastPageWithShortcut",
|
4512
4512
|
"kind": 1024,
|
4513
4513
|
"kindString": "Property",
|
@@ -4521,7 +4521,7 @@
|
|
4521
4521
|
}
|
4522
4522
|
},
|
4523
4523
|
{
|
4524
|
-
"id":
|
4524
|
+
"id": 528,
|
4525
4525
|
"name": "nextPage",
|
4526
4526
|
"kind": 1024,
|
4527
4527
|
"kindString": "Property",
|
@@ -4535,7 +4535,7 @@
|
|
4535
4535
|
}
|
4536
4536
|
},
|
4537
4537
|
{
|
4538
|
-
"id":
|
4538
|
+
"id": 529,
|
4539
4539
|
"name": "nextPageWithShortcut",
|
4540
4540
|
"kind": 1024,
|
4541
4541
|
"kindString": "Property",
|
@@ -4549,7 +4549,7 @@
|
|
4549
4549
|
}
|
4550
4550
|
},
|
4551
4551
|
{
|
4552
|
-
"id":
|
4552
|
+
"id": 534,
|
4553
4553
|
"name": "pageX",
|
4554
4554
|
"kind": 1024,
|
4555
4555
|
"kindString": "Property",
|
@@ -4563,7 +4563,7 @@
|
|
4563
4563
|
}
|
4564
4564
|
},
|
4565
4565
|
{
|
4566
|
-
"id":
|
4566
|
+
"id": 530,
|
4567
4567
|
"name": "previousPage",
|
4568
4568
|
"kind": 1024,
|
4569
4569
|
"kindString": "Property",
|
@@ -4577,7 +4577,7 @@
|
|
4577
4577
|
}
|
4578
4578
|
},
|
4579
4579
|
{
|
4580
|
-
"id":
|
4580
|
+
"id": 531,
|
4581
4581
|
"name": "previousPageWithShortcut",
|
4582
4582
|
"kind": 1024,
|
4583
4583
|
"kindString": "Property",
|
@@ -4599,7 +4599,7 @@
|
|
4599
4599
|
],
|
4600
4600
|
"props": [
|
4601
4601
|
{
|
4602
|
-
"id":
|
4602
|
+
"id": 578,
|
4603
4603
|
"name": "children",
|
4604
4604
|
"kind": 1024,
|
4605
4605
|
"kindString": "Property",
|
@@ -4616,28 +4616,28 @@
|
|
4616
4616
|
{
|
4617
4617
|
"type": "reflection",
|
4618
4618
|
"declaration": {
|
4619
|
-
"id":
|
4619
|
+
"id": 579,
|
4620
4620
|
"name": "__type",
|
4621
4621
|
"kind": 65536,
|
4622
4622
|
"kindString": "Type literal",
|
4623
4623
|
"flags": {},
|
4624
4624
|
"signatures": [
|
4625
4625
|
{
|
4626
|
-
"id":
|
4626
|
+
"id": 580,
|
4627
4627
|
"name": "__type",
|
4628
4628
|
"kind": 4096,
|
4629
4629
|
"kindString": "Call signature",
|
4630
4630
|
"flags": {},
|
4631
4631
|
"parameters": [
|
4632
4632
|
{
|
4633
|
-
"id":
|
4633
|
+
"id": 581,
|
4634
4634
|
"name": "props",
|
4635
4635
|
"kind": 32768,
|
4636
4636
|
"kindString": "Parameter",
|
4637
4637
|
"flags": {},
|
4638
4638
|
"type": {
|
4639
4639
|
"type": "reference",
|
4640
|
-
"id":
|
4640
|
+
"id": 572,
|
4641
4641
|
"name": "PopoverContentRenderProps"
|
4642
4642
|
}
|
4643
4643
|
}
|
@@ -4656,7 +4656,7 @@
|
|
4656
4656
|
}
|
4657
4657
|
},
|
4658
4658
|
{
|
4659
|
-
"id":
|
4659
|
+
"id": 582,
|
4660
4660
|
"name": "placement",
|
4661
4661
|
"kind": 1024,
|
4662
4662
|
"kindString": "Property",
|
@@ -4677,14 +4677,14 @@
|
|
4677
4677
|
"PopoverContentRenderProps": {
|
4678
4678
|
"props": [
|
4679
4679
|
{
|
4680
|
-
"id":
|
4680
|
+
"id": 574,
|
4681
4681
|
"name": "close",
|
4682
4682
|
"kind": 2048,
|
4683
4683
|
"kindString": "Method",
|
4684
4684
|
"flags": {},
|
4685
4685
|
"signatures": [
|
4686
4686
|
{
|
4687
|
-
"id":
|
4687
|
+
"id": 575,
|
4688
4688
|
"name": "close",
|
4689
4689
|
"kind": 4096,
|
4690
4690
|
"kindString": "Call signature",
|
@@ -4706,7 +4706,7 @@
|
|
4706
4706
|
],
|
4707
4707
|
"props": [
|
4708
4708
|
{
|
4709
|
-
"id":
|
4709
|
+
"id": 595,
|
4710
4710
|
"name": "duration",
|
4711
4711
|
"kind": 1024,
|
4712
4712
|
"kindString": "Property",
|
@@ -4726,7 +4726,7 @@
|
|
4726
4726
|
"ProviderProps": {
|
4727
4727
|
"props": [
|
4728
4728
|
{
|
4729
|
-
"id":
|
4729
|
+
"id": 696,
|
4730
4730
|
"name": "children",
|
4731
4731
|
"kind": 1024,
|
4732
4732
|
"kindString": "Property",
|
@@ -4742,7 +4742,7 @@
|
|
4742
4742
|
}
|
4743
4743
|
},
|
4744
4744
|
{
|
4745
|
-
"id":
|
4745
|
+
"id": 697,
|
4746
4746
|
"name": "localization",
|
4747
4747
|
"kind": 1024,
|
4748
4748
|
"kindString": "Property",
|
@@ -4754,7 +4754,7 @@
|
|
4754
4754
|
},
|
4755
4755
|
"type": {
|
4756
4756
|
"type": "reference",
|
4757
|
-
"id":
|
4757
|
+
"id": 612,
|
4758
4758
|
"name": "Localization"
|
4759
4759
|
}
|
4760
4760
|
}
|
@@ -4766,7 +4766,7 @@
|
|
4766
4766
|
],
|
4767
4767
|
"props": [
|
4768
4768
|
{
|
4769
|
-
"id":
|
4769
|
+
"id": 715,
|
4770
4770
|
"name": "children",
|
4771
4771
|
"kind": 1024,
|
4772
4772
|
"kindString": "Property",
|
@@ -4782,7 +4782,7 @@
|
|
4782
4782
|
}
|
4783
4783
|
},
|
4784
4784
|
{
|
4785
|
-
"id":
|
4785
|
+
"id": 716,
|
4786
4786
|
"name": "disabled",
|
4787
4787
|
"kind": 1024,
|
4788
4788
|
"kindString": "Property",
|
@@ -4795,7 +4795,7 @@
|
|
4795
4795
|
}
|
4796
4796
|
},
|
4797
4797
|
{
|
4798
|
-
"id":
|
4798
|
+
"id": 717,
|
4799
4799
|
"name": "value",
|
4800
4800
|
"kind": 1024,
|
4801
4801
|
"kindString": "Property",
|
@@ -4805,7 +4805,7 @@
|
|
4805
4805
|
},
|
4806
4806
|
"type": {
|
4807
4807
|
"type": "reference",
|
4808
|
-
"id":
|
4808
|
+
"id": 705,
|
4809
4809
|
"name": "RadioGroupItemValue"
|
4810
4810
|
}
|
4811
4811
|
}
|
@@ -4830,7 +4830,7 @@
|
|
4830
4830
|
],
|
4831
4831
|
"props": [
|
4832
4832
|
{
|
4833
|
-
"id":
|
4833
|
+
"id": 770,
|
4834
4834
|
"name": "subRows",
|
4835
4835
|
"kind": 1024,
|
4836
4836
|
"kindString": "Property",
|
@@ -4841,11 +4841,11 @@
|
|
4841
4841
|
"type": "array",
|
4842
4842
|
"elementType": {
|
4843
4843
|
"type": "reference",
|
4844
|
-
"id":
|
4844
|
+
"id": 768,
|
4845
4845
|
"typeArguments": [
|
4846
4846
|
{
|
4847
4847
|
"type": "reference",
|
4848
|
-
"id":
|
4848
|
+
"id": 772,
|
4849
4849
|
"name": "TRow"
|
4850
4850
|
}
|
4851
4851
|
],
|
@@ -4915,7 +4915,7 @@
|
|
4915
4915
|
],
|
4916
4916
|
"props": [
|
4917
4917
|
{
|
4918
|
-
"id":
|
4918
|
+
"id": 362,
|
4919
4919
|
"name": "onSearch",
|
4920
4920
|
"kind": 2048,
|
4921
4921
|
"kindString": "Method",
|
@@ -4924,7 +4924,7 @@
|
|
4924
4924
|
},
|
4925
4925
|
"signatures": [
|
4926
4926
|
{
|
4927
|
-
"id":
|
4927
|
+
"id": 363,
|
4928
4928
|
"name": "onSearch",
|
4929
4929
|
"kind": 4096,
|
4930
4930
|
"kindString": "Call signature",
|
@@ -4934,7 +4934,7 @@
|
|
4934
4934
|
},
|
4935
4935
|
"parameters": [
|
4936
4936
|
{
|
4937
|
-
"id":
|
4937
|
+
"id": 364,
|
4938
4938
|
"name": "value",
|
4939
4939
|
"kind": 32768,
|
4940
4940
|
"kindString": "Parameter",
|
@@ -4981,7 +4981,7 @@
|
|
4981
4981
|
"SearchInputTexts": {
|
4982
4982
|
"props": [
|
4983
4983
|
{
|
4984
|
-
"id":
|
4984
|
+
"id": 359,
|
4985
4985
|
"name": "inputLabel",
|
4986
4986
|
"kind": 1024,
|
4987
4987
|
"kindString": "Property",
|
@@ -5002,7 +5002,7 @@
|
|
5002
5002
|
],
|
5003
5003
|
"props": [
|
5004
5004
|
{
|
5005
|
-
"id":
|
5005
|
+
"id": 741,
|
5006
5006
|
"name": "editable",
|
5007
5007
|
"kind": 1024,
|
5008
5008
|
"kindString": "Property",
|
@@ -5022,7 +5022,7 @@
|
|
5022
5022
|
"SelectTexts": {
|
5023
5023
|
"props": [
|
5024
5024
|
{
|
5025
|
-
"id":
|
5025
|
+
"id": 735,
|
5026
5026
|
"name": "allOptionsSelected",
|
5027
5027
|
"kind": 1024,
|
5028
5028
|
"kindString": "Property",
|
@@ -5062,7 +5062,7 @@
|
|
5062
5062
|
"SortRule": {
|
5063
5063
|
"props": [
|
5064
5064
|
{
|
5065
|
-
"id":
|
5065
|
+
"id": 821,
|
5066
5066
|
"name": "accessor",
|
5067
5067
|
"kind": 1024,
|
5068
5068
|
"kindString": "Property",
|
@@ -5075,7 +5075,7 @@
|
|
5075
5075
|
"typeArguments": [
|
5076
5076
|
{
|
5077
5077
|
"type": "reference",
|
5078
|
-
"id":
|
5078
|
+
"id": 823,
|
5079
5079
|
"name": "T"
|
5080
5080
|
}
|
5081
5081
|
],
|
@@ -5085,7 +5085,7 @@
|
|
5085
5085
|
}
|
5086
5086
|
},
|
5087
5087
|
{
|
5088
|
-
"id":
|
5088
|
+
"id": 822,
|
5089
5089
|
"name": "desc",
|
5090
5090
|
"kind": 1024,
|
5091
5091
|
"kindString": "Property",
|
@@ -5130,7 +5130,7 @@
|
|
5130
5130
|
],
|
5131
5131
|
"props": [
|
5132
5132
|
{
|
5133
|
-
"id":
|
5133
|
+
"id": 757,
|
5134
5134
|
"name": "delay",
|
5135
5135
|
"kind": 1024,
|
5136
5136
|
"kindString": "Property",
|
@@ -5146,7 +5146,7 @@
|
|
5146
5146
|
}
|
5147
5147
|
},
|
5148
5148
|
{
|
5149
|
-
"id":
|
5149
|
+
"id": 758,
|
5150
5150
|
"name": "label",
|
5151
5151
|
"kind": 1024,
|
5152
5152
|
"kindString": "Property",
|
@@ -5173,7 +5173,7 @@
|
|
5173
5173
|
],
|
5174
5174
|
"props": [
|
5175
5175
|
{
|
5176
|
-
"id":
|
5176
|
+
"id": 998,
|
5177
5177
|
"name": "id",
|
5178
5178
|
"kind": 1024,
|
5179
5179
|
"kindString": "Property",
|
@@ -5195,7 +5195,7 @@
|
|
5195
5195
|
],
|
5196
5196
|
"props": [
|
5197
5197
|
{
|
5198
|
-
"id":
|
5198
|
+
"id": 995,
|
5199
5199
|
"name": "disabled",
|
5200
5200
|
"kind": 1024,
|
5201
5201
|
"kindString": "Property",
|
@@ -5211,7 +5211,7 @@
|
|
5211
5211
|
}
|
5212
5212
|
},
|
5213
5213
|
{
|
5214
|
-
"id":
|
5214
|
+
"id": 994,
|
5215
5215
|
"name": "id",
|
5216
5216
|
"kind": 1024,
|
5217
5217
|
"kindString": "Property",
|
@@ -5229,7 +5229,7 @@
|
|
5229
5229
|
"TableCell": {
|
5230
5230
|
"props": [
|
5231
5231
|
{
|
5232
|
-
"id":
|
5232
|
+
"id": 827,
|
5233
5233
|
"name": "accessor",
|
5234
5234
|
"kind": 1024,
|
5235
5235
|
"kindString": "Property",
|
@@ -5240,7 +5240,7 @@
|
|
5240
5240
|
}
|
5241
5241
|
},
|
5242
5242
|
{
|
5243
|
-
"id":
|
5243
|
+
"id": 828,
|
5244
5244
|
"name": "row",
|
5245
5245
|
"kind": 1024,
|
5246
5246
|
"kindString": "Property",
|
@@ -5250,11 +5250,11 @@
|
|
5250
5250
|
},
|
5251
5251
|
"type": {
|
5252
5252
|
"type": "reference",
|
5253
|
-
"id":
|
5253
|
+
"id": 901,
|
5254
5254
|
"typeArguments": [
|
5255
5255
|
{
|
5256
5256
|
"type": "reference",
|
5257
|
-
"id":
|
5257
|
+
"id": 830,
|
5258
5258
|
"name": "TRow"
|
5259
5259
|
}
|
5260
5260
|
],
|
@@ -5262,7 +5262,7 @@
|
|
5262
5262
|
}
|
5263
5263
|
},
|
5264
5264
|
{
|
5265
|
-
"id":
|
5265
|
+
"id": 829,
|
5266
5266
|
"name": "value",
|
5267
5267
|
"kind": 1024,
|
5268
5268
|
"kindString": "Property",
|
@@ -5280,7 +5280,7 @@
|
|
5280
5280
|
"TableColumnProps": {
|
5281
5281
|
"props": [
|
5282
5282
|
{
|
5283
|
-
"id":
|
5283
|
+
"id": 833,
|
5284
5284
|
"name": "accessor",
|
5285
5285
|
"kind": 1024,
|
5286
5286
|
"kindString": "Property",
|
@@ -5294,7 +5294,7 @@
|
|
5294
5294
|
}
|
5295
5295
|
},
|
5296
5296
|
{
|
5297
|
-
"id":
|
5297
|
+
"id": 834,
|
5298
5298
|
"name": "align",
|
5299
5299
|
"kind": 1024,
|
5300
5300
|
"kindString": "Property",
|
@@ -5323,7 +5323,7 @@
|
|
5323
5323
|
}
|
5324
5324
|
},
|
5325
5325
|
{
|
5326
|
-
"id":
|
5326
|
+
"id": 835,
|
5327
5327
|
"name": "className",
|
5328
5328
|
"kind": 1024,
|
5329
5329
|
"kindString": "Property",
|
@@ -5339,7 +5339,7 @@
|
|
5339
5339
|
}
|
5340
5340
|
},
|
5341
5341
|
{
|
5342
|
-
"id":
|
5342
|
+
"id": 839,
|
5343
5343
|
"name": "disableSorting",
|
5344
5344
|
"kind": 1024,
|
5345
5345
|
"kindString": "Property",
|
@@ -5355,7 +5355,7 @@
|
|
5355
5355
|
}
|
5356
5356
|
},
|
5357
5357
|
{
|
5358
|
-
"id":
|
5358
|
+
"id": 843,
|
5359
5359
|
"name": "flex",
|
5360
5360
|
"kind": 1024,
|
5361
5361
|
"kindString": "Property",
|
@@ -5375,28 +5375,28 @@
|
|
5375
5375
|
{
|
5376
5376
|
"type": "reflection",
|
5377
5377
|
"declaration": {
|
5378
|
-
"id":
|
5378
|
+
"id": 844,
|
5379
5379
|
"name": "__type",
|
5380
5380
|
"kind": 65536,
|
5381
5381
|
"kindString": "Type literal",
|
5382
5382
|
"flags": {},
|
5383
5383
|
"signatures": [
|
5384
5384
|
{
|
5385
|
-
"id":
|
5385
|
+
"id": 845,
|
5386
5386
|
"name": "__type",
|
5387
5387
|
"kind": 4096,
|
5388
5388
|
"kindString": "Call signature",
|
5389
5389
|
"flags": {},
|
5390
5390
|
"parameters": [
|
5391
5391
|
{
|
5392
|
-
"id":
|
5392
|
+
"id": 846,
|
5393
5393
|
"name": "row",
|
5394
5394
|
"kind": 32768,
|
5395
5395
|
"kindString": "Parameter",
|
5396
5396
|
"flags": {},
|
5397
5397
|
"type": {
|
5398
5398
|
"type": "reference",
|
5399
|
-
"id":
|
5399
|
+
"id": 853,
|
5400
5400
|
"name": "TRow"
|
5401
5401
|
}
|
5402
5402
|
}
|
@@ -5413,7 +5413,7 @@
|
|
5413
5413
|
}
|
5414
5414
|
},
|
5415
5415
|
{
|
5416
|
-
"id":
|
5416
|
+
"id": 847,
|
5417
5417
|
"name": "headRenderer",
|
5418
5418
|
"kind": 1024,
|
5419
5419
|
"kindString": "Property",
|
@@ -5431,7 +5431,7 @@
|
|
5431
5431
|
}
|
5432
5432
|
},
|
5433
5433
|
{
|
5434
|
-
"id":
|
5434
|
+
"id": 848,
|
5435
5435
|
"name": "hidden",
|
5436
5436
|
"kind": 1024,
|
5437
5437
|
"kindString": "Property",
|
@@ -5447,7 +5447,7 @@
|
|
5447
5447
|
}
|
5448
5448
|
},
|
5449
5449
|
{
|
5450
|
-
"id":
|
5450
|
+
"id": 849,
|
5451
5451
|
"name": "hiddenOnSubRows",
|
5452
5452
|
"kind": 1024,
|
5453
5453
|
"kindString": "Property",
|
@@ -5463,7 +5463,7 @@
|
|
5463
5463
|
}
|
5464
5464
|
},
|
5465
5465
|
{
|
5466
|
-
"id":
|
5466
|
+
"id": 850,
|
5467
5467
|
"name": "sort",
|
5468
5468
|
"kind": 1024,
|
5469
5469
|
"kindString": "Property",
|
@@ -5475,12 +5475,12 @@
|
|
5475
5475
|
},
|
5476
5476
|
"type": {
|
5477
5477
|
"type": "reference",
|
5478
|
-
"id":
|
5478
|
+
"id": 812,
|
5479
5479
|
"name": "SortDirection"
|
5480
5480
|
}
|
5481
5481
|
},
|
5482
5482
|
{
|
5483
|
-
"id":
|
5483
|
+
"id": 851,
|
5484
5484
|
"name": "sortType",
|
5485
5485
|
"kind": 1024,
|
5486
5486
|
"kindString": "Property",
|
@@ -5492,12 +5492,12 @@
|
|
5492
5492
|
},
|
5493
5493
|
"type": {
|
5494
5494
|
"type": "reference",
|
5495
|
-
"id":
|
5495
|
+
"id": 824,
|
5496
5496
|
"name": "SortTypes"
|
5497
5497
|
}
|
5498
5498
|
},
|
5499
5499
|
{
|
5500
|
-
"id":
|
5500
|
+
"id": 852,
|
5501
5501
|
"name": "style",
|
5502
5502
|
"kind": 1024,
|
5503
5503
|
"kindString": "Property",
|
@@ -5513,7 +5513,7 @@
|
|
5513
5513
|
}
|
5514
5514
|
},
|
5515
5515
|
{
|
5516
|
-
"id":
|
5516
|
+
"id": 836,
|
5517
5517
|
"name": "cellRenderer",
|
5518
5518
|
"kind": 2048,
|
5519
5519
|
"kindString": "Method",
|
@@ -5522,7 +5522,7 @@
|
|
5522
5522
|
},
|
5523
5523
|
"signatures": [
|
5524
5524
|
{
|
5525
|
-
"id":
|
5525
|
+
"id": 837,
|
5526
5526
|
"name": "cellRenderer",
|
5527
5527
|
"kind": 4096,
|
5528
5528
|
"kindString": "Call signature",
|
@@ -5532,18 +5532,18 @@
|
|
5532
5532
|
},
|
5533
5533
|
"parameters": [
|
5534
5534
|
{
|
5535
|
-
"id":
|
5535
|
+
"id": 838,
|
5536
5536
|
"name": "cellProps",
|
5537
5537
|
"kind": 32768,
|
5538
5538
|
"kindString": "Parameter",
|
5539
5539
|
"flags": {},
|
5540
5540
|
"type": {
|
5541
5541
|
"type": "reference",
|
5542
|
-
"id":
|
5542
|
+
"id": 825,
|
5543
5543
|
"typeArguments": [
|
5544
5544
|
{
|
5545
5545
|
"type": "reference",
|
5546
|
-
"id":
|
5546
|
+
"id": 853,
|
5547
5547
|
"name": "TRow"
|
5548
5548
|
}
|
5549
5549
|
],
|
@@ -5561,7 +5561,7 @@
|
|
5561
5561
|
]
|
5562
5562
|
},
|
5563
5563
|
{
|
5564
|
-
"id":
|
5564
|
+
"id": 840,
|
5565
5565
|
"name": "editRenderer",
|
5566
5566
|
"kind": 2048,
|
5567
5567
|
"kindString": "Method",
|
@@ -5570,25 +5570,25 @@
|
|
5570
5570
|
},
|
5571
5571
|
"signatures": [
|
5572
5572
|
{
|
5573
|
-
"id":
|
5573
|
+
"id": 841,
|
5574
5574
|
"name": "editRenderer",
|
5575
5575
|
"kind": 4096,
|
5576
5576
|
"kindString": "Call signature",
|
5577
5577
|
"flags": {},
|
5578
5578
|
"parameters": [
|
5579
5579
|
{
|
5580
|
-
"id":
|
5580
|
+
"id": 842,
|
5581
5581
|
"name": "cellProps",
|
5582
5582
|
"kind": 32768,
|
5583
5583
|
"kindString": "Parameter",
|
5584
5584
|
"flags": {},
|
5585
5585
|
"type": {
|
5586
5586
|
"type": "reference",
|
5587
|
-
"id":
|
5587
|
+
"id": 825,
|
5588
5588
|
"typeArguments": [
|
5589
5589
|
{
|
5590
5590
|
"type": "reference",
|
5591
|
-
"id":
|
5591
|
+
"id": 853,
|
5592
5592
|
"name": "TRow"
|
5593
5593
|
}
|
5594
5594
|
],
|
@@ -5610,7 +5610,7 @@
|
|
5610
5610
|
"TableGroupProps": {
|
5611
5611
|
"props": [
|
5612
5612
|
{
|
5613
|
-
"id":
|
5613
|
+
"id": 856,
|
5614
5614
|
"name": "children",
|
5615
5615
|
"kind": 1024,
|
5616
5616
|
"kindString": "Property",
|
@@ -5626,11 +5626,11 @@
|
|
5626
5626
|
"typeArguments": [
|
5627
5627
|
{
|
5628
5628
|
"type": "reference",
|
5629
|
-
"id":
|
5629
|
+
"id": 831,
|
5630
5630
|
"typeArguments": [
|
5631
5631
|
{
|
5632
5632
|
"type": "reference",
|
5633
|
-
"id":
|
5633
|
+
"id": 859,
|
5634
5634
|
"name": "TRow"
|
5635
5635
|
}
|
5636
5636
|
],
|
@@ -5648,11 +5648,11 @@
|
|
5648
5648
|
"typeArguments": [
|
5649
5649
|
{
|
5650
5650
|
"type": "reference",
|
5651
|
-
"id":
|
5651
|
+
"id": 831,
|
5652
5652
|
"typeArguments": [
|
5653
5653
|
{
|
5654
5654
|
"type": "reference",
|
5655
|
-
"id":
|
5655
|
+
"id": 859,
|
5656
5656
|
"name": "TRow"
|
5657
5657
|
}
|
5658
5658
|
],
|
@@ -5668,7 +5668,7 @@
|
|
5668
5668
|
}
|
5669
5669
|
},
|
5670
5670
|
{
|
5671
|
-
"id":
|
5671
|
+
"id": 857,
|
5672
5672
|
"name": "hidden",
|
5673
5673
|
"kind": 1024,
|
5674
5674
|
"kindString": "Property",
|
@@ -5684,7 +5684,7 @@
|
|
5684
5684
|
}
|
5685
5685
|
},
|
5686
5686
|
{
|
5687
|
-
"id":
|
5687
|
+
"id": 858,
|
5688
5688
|
"name": "title",
|
5689
5689
|
"kind": 1024,
|
5690
5690
|
"kindString": "Property",
|
@@ -5705,7 +5705,7 @@
|
|
5705
5705
|
],
|
5706
5706
|
"props": [
|
5707
5707
|
{
|
5708
|
-
"id":
|
5708
|
+
"id": 895,
|
5709
5709
|
"name": "actions",
|
5710
5710
|
"kind": 1024,
|
5711
5711
|
"kindString": "Property",
|
@@ -5719,11 +5719,11 @@
|
|
5719
5719
|
"type": "array",
|
5720
5720
|
"elementType": {
|
5721
5721
|
"type": "reference",
|
5722
|
-
"id":
|
5722
|
+
"id": 808,
|
5723
5723
|
"typeArguments": [
|
5724
5724
|
{
|
5725
5725
|
"type": "reference",
|
5726
|
-
"id":
|
5726
|
+
"id": 900,
|
5727
5727
|
"name": "TRow"
|
5728
5728
|
}
|
5729
5729
|
],
|
@@ -5732,7 +5732,7 @@
|
|
5732
5732
|
}
|
5733
5733
|
},
|
5734
5734
|
{
|
5735
|
-
"id":
|
5735
|
+
"id": 862,
|
5736
5736
|
"name": "autoFocus",
|
5737
5737
|
"kind": 1024,
|
5738
5738
|
"kindString": "Property",
|
@@ -5748,7 +5748,7 @@
|
|
5748
5748
|
}
|
5749
5749
|
},
|
5750
5750
|
{
|
5751
|
-
"id":
|
5751
|
+
"id": 863,
|
5752
5752
|
"name": "children",
|
5753
5753
|
"kind": 1024,
|
5754
5754
|
"kindString": "Property",
|
@@ -5761,7 +5761,7 @@
|
|
5761
5761
|
"typeArguments": [
|
5762
5762
|
{
|
5763
5763
|
"type": "reference",
|
5764
|
-
"id":
|
5764
|
+
"id": 900,
|
5765
5765
|
"name": "TRow"
|
5766
5766
|
}
|
5767
5767
|
],
|
@@ -5769,7 +5769,7 @@
|
|
5769
5769
|
}
|
5770
5770
|
},
|
5771
5771
|
{
|
5772
|
-
"id":
|
5772
|
+
"id": 865,
|
5773
5773
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
5774
5774
|
"kind": 1024,
|
5775
5775
|
"kindString": "Property",
|
@@ -5785,7 +5785,7 @@
|
|
5785
5785
|
}
|
5786
5786
|
},
|
5787
5787
|
{
|
5788
|
-
"id":
|
5788
|
+
"id": 864,
|
5789
5789
|
"name": "data",
|
5790
5790
|
"kind": 1024,
|
5791
5791
|
"kindString": "Property",
|
@@ -5797,11 +5797,11 @@
|
|
5797
5797
|
"type": "array",
|
5798
5798
|
"elementType": {
|
5799
5799
|
"type": "reference",
|
5800
|
-
"id":
|
5800
|
+
"id": 768,
|
5801
5801
|
"typeArguments": [
|
5802
5802
|
{
|
5803
5803
|
"type": "reference",
|
5804
|
-
"id":
|
5804
|
+
"id": 900,
|
5805
5805
|
"name": "TRow"
|
5806
5806
|
}
|
5807
5807
|
],
|
@@ -5810,7 +5810,7 @@
|
|
5810
5810
|
}
|
5811
5811
|
},
|
5812
5812
|
{
|
5813
|
-
"id":
|
5813
|
+
"id": 884,
|
5814
5814
|
"name": "disablePagination",
|
5815
5815
|
"kind": 1024,
|
5816
5816
|
"kindString": "Property",
|
@@ -5823,7 +5823,7 @@
|
|
5823
5823
|
}
|
5824
5824
|
},
|
5825
5825
|
{
|
5826
|
-
"id":
|
5826
|
+
"id": 880,
|
5827
5827
|
"name": "disableSorting",
|
5828
5828
|
"kind": 1024,
|
5829
5829
|
"kindString": "Property",
|
@@ -5839,7 +5839,7 @@
|
|
5839
5839
|
}
|
5840
5840
|
},
|
5841
5841
|
{
|
5842
|
-
"id":
|
5842
|
+
"id": 893,
|
5843
5843
|
"name": "inlineEditingUniqueId",
|
5844
5844
|
"kind": 1024,
|
5845
5845
|
"kindString": "Property",
|
@@ -5854,13 +5854,13 @@
|
|
5854
5854
|
"operator": "keyof",
|
5855
5855
|
"target": {
|
5856
5856
|
"type": "reference",
|
5857
|
-
"id":
|
5857
|
+
"id": 900,
|
5858
5858
|
"name": "TRow"
|
5859
5859
|
}
|
5860
5860
|
}
|
5861
5861
|
},
|
5862
5862
|
{
|
5863
|
-
"id":
|
5863
|
+
"id": 885,
|
5864
5864
|
"name": "length",
|
5865
5865
|
"kind": 1024,
|
5866
5866
|
"kindString": "Property",
|
@@ -5873,7 +5873,7 @@
|
|
5873
5873
|
}
|
5874
5874
|
},
|
5875
5875
|
{
|
5876
|
-
"id":
|
5876
|
+
"id": 882,
|
5877
5877
|
"name": "manualSorting",
|
5878
5878
|
"kind": 1024,
|
5879
5879
|
"kindString": "Property",
|
@@ -5889,7 +5889,7 @@
|
|
5889
5889
|
}
|
5890
5890
|
},
|
5891
5891
|
{
|
5892
|
-
"id":
|
5892
|
+
"id": 886,
|
5893
5893
|
"name": "onPaginate",
|
5894
5894
|
"kind": 1024,
|
5895
5895
|
"kindString": "Property",
|
@@ -5901,12 +5901,12 @@
|
|
5901
5901
|
},
|
5902
5902
|
"type": {
|
5903
5903
|
"type": "reference",
|
5904
|
-
"id":
|
5904
|
+
"id": 763,
|
5905
5905
|
"name": "PaginationHandler"
|
5906
5906
|
}
|
5907
5907
|
},
|
5908
5908
|
{
|
5909
|
-
"id":
|
5909
|
+
"id": 899,
|
5910
5910
|
"name": "onRowActive",
|
5911
5911
|
"kind": 1024,
|
5912
5912
|
"kindString": "Property",
|
@@ -5921,7 +5921,7 @@
|
|
5921
5921
|
"typeArguments": [
|
5922
5922
|
{
|
5923
5923
|
"type": "reference",
|
5924
|
-
"id":
|
5924
|
+
"id": 900,
|
5925
5925
|
"name": "TRow"
|
5926
5926
|
}
|
5927
5927
|
],
|
@@ -5929,7 +5929,7 @@
|
|
5929
5929
|
}
|
5930
5930
|
},
|
5931
5931
|
{
|
5932
|
-
"id":
|
5932
|
+
"id": 868,
|
5933
5933
|
"name": "onRowClick",
|
5934
5934
|
"kind": 1024,
|
5935
5935
|
"kindString": "Property",
|
@@ -5941,11 +5941,11 @@
|
|
5941
5941
|
},
|
5942
5942
|
"type": {
|
5943
5943
|
"type": "reference",
|
5944
|
-
"id":
|
5944
|
+
"id": 774,
|
5945
5945
|
"typeArguments": [
|
5946
5946
|
{
|
5947
5947
|
"type": "reference",
|
5948
|
-
"id":
|
5948
|
+
"id": 900,
|
5949
5949
|
"name": "TRow"
|
5950
5950
|
}
|
5951
5951
|
],
|
@@ -5953,7 +5953,7 @@
|
|
5953
5953
|
}
|
5954
5954
|
},
|
5955
5955
|
{
|
5956
|
-
"id":
|
5956
|
+
"id": 897,
|
5957
5957
|
"name": "onRowCopy",
|
5958
5958
|
"kind": 1024,
|
5959
5959
|
"kindString": "Property",
|
@@ -5965,11 +5965,11 @@
|
|
5965
5965
|
},
|
5966
5966
|
"type": {
|
5967
5967
|
"type": "reference",
|
5968
|
-
"id":
|
5968
|
+
"id": 796,
|
5969
5969
|
"typeArguments": [
|
5970
5970
|
{
|
5971
5971
|
"type": "reference",
|
5972
|
-
"id":
|
5972
|
+
"id": 900,
|
5973
5973
|
"name": "TRow"
|
5974
5974
|
}
|
5975
5975
|
],
|
@@ -5977,7 +5977,7 @@
|
|
5977
5977
|
}
|
5978
5978
|
},
|
5979
5979
|
{
|
5980
|
-
"id":
|
5980
|
+
"id": 894,
|
5981
5981
|
"name": "onRowCreate",
|
5982
5982
|
"kind": 1024,
|
5983
5983
|
"kindString": "Property",
|
@@ -5989,11 +5989,11 @@
|
|
5989
5989
|
},
|
5990
5990
|
"type": {
|
5991
5991
|
"type": "reference",
|
5992
|
-
"id":
|
5992
|
+
"id": 790,
|
5993
5993
|
"typeArguments": [
|
5994
5994
|
{
|
5995
5995
|
"type": "reference",
|
5996
|
-
"id":
|
5996
|
+
"id": 900,
|
5997
5997
|
"name": "TRow"
|
5998
5998
|
}
|
5999
5999
|
],
|
@@ -6001,7 +6001,7 @@
|
|
6001
6001
|
}
|
6002
6002
|
},
|
6003
6003
|
{
|
6004
|
-
"id":
|
6004
|
+
"id": 898,
|
6005
6005
|
"name": "onRowDelete",
|
6006
6006
|
"kind": 1024,
|
6007
6007
|
"kindString": "Property",
|
@@ -6013,11 +6013,11 @@
|
|
6013
6013
|
},
|
6014
6014
|
"type": {
|
6015
6015
|
"type": "reference",
|
6016
|
-
"id":
|
6016
|
+
"id": 802,
|
6017
6017
|
"typeArguments": [
|
6018
6018
|
{
|
6019
6019
|
"type": "reference",
|
6020
|
-
"id":
|
6020
|
+
"id": 900,
|
6021
6021
|
"name": "TRow"
|
6022
6022
|
}
|
6023
6023
|
],
|
@@ -6025,7 +6025,7 @@
|
|
6025
6025
|
}
|
6026
6026
|
},
|
6027
6027
|
{
|
6028
|
-
"id":
|
6028
|
+
"id": 869,
|
6029
6029
|
"name": "onRowDrag",
|
6030
6030
|
"kind": 1024,
|
6031
6031
|
"kindString": "Property",
|
@@ -6037,11 +6037,11 @@
|
|
6037
6037
|
},
|
6038
6038
|
"type": {
|
6039
6039
|
"type": "reference",
|
6040
|
-
"id":
|
6040
|
+
"id": 780,
|
6041
6041
|
"typeArguments": [
|
6042
6042
|
{
|
6043
6043
|
"type": "reference",
|
6044
|
-
"id":
|
6044
|
+
"id": 900,
|
6045
6045
|
"name": "TRow"
|
6046
6046
|
}
|
6047
6047
|
],
|
@@ -6049,7 +6049,7 @@
|
|
6049
6049
|
}
|
6050
6050
|
},
|
6051
6051
|
{
|
6052
|
-
"id":
|
6052
|
+
"id": 896,
|
6053
6053
|
"name": "onRowEdit",
|
6054
6054
|
"kind": 1024,
|
6055
6055
|
"kindString": "Property",
|
@@ -6064,7 +6064,7 @@
|
|
6064
6064
|
"typeArguments": [
|
6065
6065
|
{
|
6066
6066
|
"type": "reference",
|
6067
|
-
"id":
|
6067
|
+
"id": 900,
|
6068
6068
|
"name": "TRow"
|
6069
6069
|
}
|
6070
6070
|
],
|
@@ -6072,7 +6072,7 @@
|
|
6072
6072
|
}
|
6073
6073
|
},
|
6074
6074
|
{
|
6075
|
-
"id":
|
6075
|
+
"id": 870,
|
6076
6076
|
"name": "onSelectedRows",
|
6077
6077
|
"kind": 1024,
|
6078
6078
|
"kindString": "Property",
|
@@ -6084,12 +6084,12 @@
|
|
6084
6084
|
},
|
6085
6085
|
"type": {
|
6086
6086
|
"type": "reference",
|
6087
|
-
"id":
|
6087
|
+
"id": 810,
|
6088
6088
|
"name": "SelectedRowsHandler"
|
6089
6089
|
}
|
6090
6090
|
},
|
6091
6091
|
{
|
6092
|
-
"id":
|
6092
|
+
"id": 881,
|
6093
6093
|
"name": "onSort",
|
6094
6094
|
"kind": 1024,
|
6095
6095
|
"kindString": "Property",
|
@@ -6101,11 +6101,11 @@
|
|
6101
6101
|
},
|
6102
6102
|
"type": {
|
6103
6103
|
"type": "reference",
|
6104
|
-
"id":
|
6104
|
+
"id": 813,
|
6105
6105
|
"typeArguments": [
|
6106
6106
|
{
|
6107
6107
|
"type": "reference",
|
6108
|
-
"id":
|
6108
|
+
"id": 900,
|
6109
6109
|
"name": "TRow"
|
6110
6110
|
}
|
6111
6111
|
],
|
@@ -6113,7 +6113,7 @@
|
|
6113
6113
|
}
|
6114
6114
|
},
|
6115
6115
|
{
|
6116
|
-
"id":
|
6116
|
+
"id": 887,
|
6117
6117
|
"name": "pageIndex",
|
6118
6118
|
"kind": 1024,
|
6119
6119
|
"kindString": "Property",
|
@@ -6129,7 +6129,7 @@
|
|
6129
6129
|
}
|
6130
6130
|
},
|
6131
6131
|
{
|
6132
|
-
"id":
|
6132
|
+
"id": 888,
|
6133
6133
|
"name": "pageSize",
|
6134
6134
|
"kind": 1024,
|
6135
6135
|
"kindString": "Property",
|
@@ -6145,7 +6145,7 @@
|
|
6145
6145
|
}
|
6146
6146
|
},
|
6147
6147
|
{
|
6148
|
-
"id":
|
6148
|
+
"id": 871,
|
6149
6149
|
"name": "rowClassName",
|
6150
6150
|
"kind": 1024,
|
6151
6151
|
"kindString": "Property",
|
@@ -6165,32 +6165,32 @@
|
|
6165
6165
|
{
|
6166
6166
|
"type": "reflection",
|
6167
6167
|
"declaration": {
|
6168
|
-
"id":
|
6168
|
+
"id": 872,
|
6169
6169
|
"name": "__type",
|
6170
6170
|
"kind": 65536,
|
6171
6171
|
"kindString": "Type literal",
|
6172
6172
|
"flags": {},
|
6173
6173
|
"signatures": [
|
6174
6174
|
{
|
6175
|
-
"id":
|
6175
|
+
"id": 873,
|
6176
6176
|
"name": "__type",
|
6177
6177
|
"kind": 4096,
|
6178
6178
|
"kindString": "Call signature",
|
6179
6179
|
"flags": {},
|
6180
6180
|
"parameters": [
|
6181
6181
|
{
|
6182
|
-
"id":
|
6182
|
+
"id": 874,
|
6183
6183
|
"name": "row",
|
6184
6184
|
"kind": 32768,
|
6185
6185
|
"kindString": "Parameter",
|
6186
6186
|
"flags": {},
|
6187
6187
|
"type": {
|
6188
6188
|
"type": "reference",
|
6189
|
-
"id":
|
6189
|
+
"id": 901,
|
6190
6190
|
"typeArguments": [
|
6191
6191
|
{
|
6192
6192
|
"type": "reference",
|
6193
|
-
"id":
|
6193
|
+
"id": 900,
|
6194
6194
|
"name": "TRow"
|
6195
6195
|
}
|
6196
6196
|
],
|
@@ -6219,7 +6219,7 @@
|
|
6219
6219
|
}
|
6220
6220
|
},
|
6221
6221
|
{
|
6222
|
-
"id":
|
6222
|
+
"id": 878,
|
6223
6223
|
"name": "rowHeight",
|
6224
6224
|
"kind": 1024,
|
6225
6225
|
"kindString": "Property",
|
@@ -6235,7 +6235,7 @@
|
|
6235
6235
|
}
|
6236
6236
|
},
|
6237
6237
|
{
|
6238
|
-
"id":
|
6238
|
+
"id": 879,
|
6239
6239
|
"name": "selectedRows",
|
6240
6240
|
"kind": 1024,
|
6241
6241
|
"kindString": "Property",
|
@@ -6247,12 +6247,12 @@
|
|
6247
6247
|
},
|
6248
6248
|
"type": {
|
6249
6249
|
"type": "reference",
|
6250
|
-
"id":
|
6250
|
+
"id": 811,
|
6251
6251
|
"name": "SelectedRowsState"
|
6252
6252
|
}
|
6253
6253
|
},
|
6254
6254
|
{
|
6255
|
-
"id":
|
6255
|
+
"id": 883,
|
6256
6256
|
"name": "sortRules",
|
6257
6257
|
"kind": 1024,
|
6258
6258
|
"kindString": "Property",
|
@@ -6266,11 +6266,11 @@
|
|
6266
6266
|
"type": "array",
|
6267
6267
|
"elementType": {
|
6268
6268
|
"type": "reference",
|
6269
|
-
"id":
|
6269
|
+
"id": 819,
|
6270
6270
|
"typeArguments": [
|
6271
6271
|
{
|
6272
6272
|
"type": "reference",
|
6273
|
-
"id":
|
6273
|
+
"id": 900,
|
6274
6274
|
"name": "TRow"
|
6275
6275
|
}
|
6276
6276
|
],
|
@@ -6279,7 +6279,7 @@
|
|
6279
6279
|
}
|
6280
6280
|
},
|
6281
6281
|
{
|
6282
|
-
"id":
|
6282
|
+
"id": 866,
|
6283
6283
|
"name": "emptyStateRenderer",
|
6284
6284
|
"kind": 2048,
|
6285
6285
|
"kindString": "Method",
|
@@ -6288,7 +6288,7 @@
|
|
6288
6288
|
},
|
6289
6289
|
"signatures": [
|
6290
6290
|
{
|
6291
|
-
"id":
|
6291
|
+
"id": 867,
|
6292
6292
|
"name": "emptyStateRenderer",
|
6293
6293
|
"kind": 4096,
|
6294
6294
|
"kindString": "Call signature",
|
@@ -6306,7 +6306,7 @@
|
|
6306
6306
|
]
|
6307
6307
|
},
|
6308
6308
|
{
|
6309
|
-
"id":
|
6309
|
+
"id": 889,
|
6310
6310
|
"name": "loadMore",
|
6311
6311
|
"kind": 2048,
|
6312
6312
|
"kindString": "Method",
|
@@ -6315,7 +6315,7 @@
|
|
6315
6315
|
},
|
6316
6316
|
"signatures": [
|
6317
6317
|
{
|
6318
|
-
"id":
|
6318
|
+
"id": 890,
|
6319
6319
|
"name": "loadMore",
|
6320
6320
|
"kind": 4096,
|
6321
6321
|
"kindString": "Call signature",
|
@@ -6325,7 +6325,7 @@
|
|
6325
6325
|
},
|
6326
6326
|
"parameters": [
|
6327
6327
|
{
|
6328
|
-
"id":
|
6328
|
+
"id": 891,
|
6329
6329
|
"name": "startIndex",
|
6330
6330
|
"kind": 32768,
|
6331
6331
|
"kindString": "Parameter",
|
@@ -6336,7 +6336,7 @@
|
|
6336
6336
|
}
|
6337
6337
|
},
|
6338
6338
|
{
|
6339
|
-
"id":
|
6339
|
+
"id": 892,
|
6340
6340
|
"name": "endIndex",
|
6341
6341
|
"kind": 32768,
|
6342
6342
|
"kindString": "Parameter",
|
@@ -6355,7 +6355,7 @@
|
|
6355
6355
|
]
|
6356
6356
|
},
|
6357
6357
|
{
|
6358
|
-
"id":
|
6358
|
+
"id": 875,
|
6359
6359
|
"name": "rowExpansionRenderer",
|
6360
6360
|
"kind": 2048,
|
6361
6361
|
"kindString": "Method",
|
@@ -6364,7 +6364,7 @@
|
|
6364
6364
|
},
|
6365
6365
|
"signatures": [
|
6366
6366
|
{
|
6367
|
-
"id":
|
6367
|
+
"id": 876,
|
6368
6368
|
"name": "rowExpansionRenderer",
|
6369
6369
|
"kind": 4096,
|
6370
6370
|
"kindString": "Call signature",
|
@@ -6374,18 +6374,18 @@
|
|
6374
6374
|
},
|
6375
6375
|
"parameters": [
|
6376
6376
|
{
|
6377
|
-
"id":
|
6377
|
+
"id": 877,
|
6378
6378
|
"name": "row",
|
6379
6379
|
"kind": 32768,
|
6380
6380
|
"kindString": "Parameter",
|
6381
6381
|
"flags": {},
|
6382
6382
|
"type": {
|
6383
6383
|
"type": "reference",
|
6384
|
-
"id":
|
6384
|
+
"id": 901,
|
6385
6385
|
"typeArguments": [
|
6386
6386
|
{
|
6387
6387
|
"type": "reference",
|
6388
|
-
"id":
|
6388
|
+
"id": 900,
|
6389
6389
|
"name": "TRow"
|
6390
6390
|
}
|
6391
6391
|
],
|
@@ -6410,7 +6410,7 @@
|
|
6410
6410
|
],
|
6411
6411
|
"props": [
|
6412
6412
|
{
|
6413
|
-
"id":
|
6413
|
+
"id": 916,
|
6414
6414
|
"name": "instance",
|
6415
6415
|
"kind": 1024,
|
6416
6416
|
"kindString": "Property",
|
@@ -6418,14 +6418,14 @@
|
|
6418
6418
|
"type": {
|
6419
6419
|
"type": "reflection",
|
6420
6420
|
"declaration": {
|
6421
|
-
"id":
|
6421
|
+
"id": 917,
|
6422
6422
|
"name": "__type",
|
6423
6423
|
"kind": 65536,
|
6424
6424
|
"kindString": "Type literal",
|
6425
6425
|
"flags": {},
|
6426
6426
|
"children": [
|
6427
6427
|
{
|
6428
|
-
"id":
|
6428
|
+
"id": 923,
|
6429
6429
|
"name": "resetRowEditing",
|
6430
6430
|
"kind": 1024,
|
6431
6431
|
"kindString": "Property",
|
@@ -6436,7 +6436,7 @@
|
|
6436
6436
|
}
|
6437
6437
|
},
|
6438
6438
|
{
|
6439
|
-
"id":
|
6439
|
+
"id": 918,
|
6440
6440
|
"name": "toggleAllRowsExpanded",
|
6441
6441
|
"kind": 1024,
|
6442
6442
|
"kindString": "Property",
|
@@ -6447,7 +6447,7 @@
|
|
6447
6447
|
}
|
6448
6448
|
},
|
6449
6449
|
{
|
6450
|
-
"id":
|
6450
|
+
"id": 921,
|
6451
6451
|
"name": "toggleEditing",
|
6452
6452
|
"kind": 1024,
|
6453
6453
|
"kindString": "Property",
|
@@ -6458,7 +6458,7 @@
|
|
6458
6458
|
}
|
6459
6459
|
},
|
6460
6460
|
{
|
6461
|
-
"id":
|
6461
|
+
"id": 919,
|
6462
6462
|
"name": "toggleHideAllColumns",
|
6463
6463
|
"kind": 1024,
|
6464
6464
|
"kindString": "Property",
|
@@ -6469,7 +6469,7 @@
|
|
6469
6469
|
}
|
6470
6470
|
},
|
6471
6471
|
{
|
6472
|
-
"id":
|
6472
|
+
"id": 920,
|
6473
6473
|
"name": "toggleHideColumn",
|
6474
6474
|
"kind": 1024,
|
6475
6475
|
"kindString": "Property",
|
@@ -6480,7 +6480,7 @@
|
|
6480
6480
|
}
|
6481
6481
|
},
|
6482
6482
|
{
|
6483
|
-
"id":
|
6483
|
+
"id": 922,
|
6484
6484
|
"name": "toggleRowEditing",
|
6485
6485
|
"kind": 1024,
|
6486
6486
|
"kindString": "Property",
|
@@ -6491,7 +6491,7 @@
|
|
6491
6491
|
}
|
6492
6492
|
},
|
6493
6493
|
{
|
6494
|
-
"id":
|
6494
|
+
"id": 924,
|
6495
6495
|
"name": "toggleRowExpanded",
|
6496
6496
|
"kind": 1024,
|
6497
6497
|
"kindString": "Property",
|
@@ -6502,7 +6502,7 @@
|
|
6502
6502
|
}
|
6503
6503
|
},
|
6504
6504
|
{
|
6505
|
-
"id":
|
6505
|
+
"id": 925,
|
6506
6506
|
"name": "toggleSortBy",
|
6507
6507
|
"kind": 1024,
|
6508
6508
|
"kindString": "Property",
|
@@ -6518,14 +6518,14 @@
|
|
6518
6518
|
"title": "Properties",
|
6519
6519
|
"kind": 1024,
|
6520
6520
|
"children": [
|
6521
|
-
|
6522
|
-
912,
|
6523
|
-
915,
|
6524
|
-
913,
|
6525
|
-
914,
|
6526
|
-
916,
|
6521
|
+
923,
|
6527
6522
|
918,
|
6528
|
-
|
6523
|
+
921,
|
6524
|
+
919,
|
6525
|
+
920,
|
6526
|
+
922,
|
6527
|
+
924,
|
6528
|
+
925
|
6529
6529
|
]
|
6530
6530
|
}
|
6531
6531
|
]
|
@@ -6537,7 +6537,7 @@
|
|
6537
6537
|
"TableRow": {
|
6538
6538
|
"props": [
|
6539
6539
|
{
|
6540
|
-
"id":
|
6540
|
+
"id": 905,
|
6541
6541
|
"name": "depth",
|
6542
6542
|
"kind": 1024,
|
6543
6543
|
"kindString": "Property",
|
@@ -6550,7 +6550,7 @@
|
|
6550
6550
|
}
|
6551
6551
|
},
|
6552
6552
|
{
|
6553
|
-
"id":
|
6553
|
+
"id": 903,
|
6554
6554
|
"name": "index",
|
6555
6555
|
"kind": 1024,
|
6556
6556
|
"kindString": "Property",
|
@@ -6564,7 +6564,7 @@
|
|
6564
6564
|
}
|
6565
6565
|
},
|
6566
6566
|
{
|
6567
|
-
"id":
|
6567
|
+
"id": 904,
|
6568
6568
|
"name": "indexPath",
|
6569
6569
|
"kind": 1024,
|
6570
6570
|
"kindString": "Property",
|
@@ -6578,7 +6578,7 @@
|
|
6578
6578
|
}
|
6579
6579
|
},
|
6580
6580
|
{
|
6581
|
-
"id":
|
6581
|
+
"id": 910,
|
6582
6582
|
"name": "isEditing",
|
6583
6583
|
"kind": 1024,
|
6584
6584
|
"kindString": "Property",
|
@@ -6591,7 +6591,7 @@
|
|
6591
6591
|
}
|
6592
6592
|
},
|
6593
6593
|
{
|
6594
|
-
"id":
|
6594
|
+
"id": 906,
|
6595
6595
|
"name": "isExpanded",
|
6596
6596
|
"kind": 1024,
|
6597
6597
|
"kindString": "Property",
|
@@ -6607,7 +6607,7 @@
|
|
6607
6607
|
}
|
6608
6608
|
},
|
6609
6609
|
{
|
6610
|
-
"id":
|
6610
|
+
"id": 909,
|
6611
6611
|
"name": "values",
|
6612
6612
|
"kind": 1024,
|
6613
6613
|
"kindString": "Property",
|
@@ -6617,11 +6617,11 @@
|
|
6617
6617
|
},
|
6618
6618
|
"type": {
|
6619
6619
|
"type": "reference",
|
6620
|
-
"id":
|
6620
|
+
"id": 768,
|
6621
6621
|
"typeArguments": [
|
6622
6622
|
{
|
6623
6623
|
"type": "reference",
|
6624
|
-
"id":
|
6624
|
+
"id": 913,
|
6625
6625
|
"name": "TRow"
|
6626
6626
|
}
|
6627
6627
|
],
|
@@ -6629,7 +6629,7 @@
|
|
6629
6629
|
}
|
6630
6630
|
},
|
6631
6631
|
{
|
6632
|
-
"id":
|
6632
|
+
"id": 911,
|
6633
6633
|
"name": "toggleRowEditing",
|
6634
6634
|
"kind": 2048,
|
6635
6635
|
"kindString": "Method",
|
@@ -6638,7 +6638,7 @@
|
|
6638
6638
|
},
|
6639
6639
|
"signatures": [
|
6640
6640
|
{
|
6641
|
-
"id":
|
6641
|
+
"id": 912,
|
6642
6642
|
"name": "toggleRowEditing",
|
6643
6643
|
"kind": 4096,
|
6644
6644
|
"kindString": "Call signature",
|
@@ -6651,7 +6651,7 @@
|
|
6651
6651
|
]
|
6652
6652
|
},
|
6653
6653
|
{
|
6654
|
-
"id":
|
6654
|
+
"id": 907,
|
6655
6655
|
"name": "toggleRowExpanded",
|
6656
6656
|
"kind": 2048,
|
6657
6657
|
"kindString": "Method",
|
@@ -6660,7 +6660,7 @@
|
|
6660
6660
|
},
|
6661
6661
|
"signatures": [
|
6662
6662
|
{
|
6663
|
-
"id":
|
6663
|
+
"id": 908,
|
6664
6664
|
"name": "toggleRowExpanded",
|
6665
6665
|
"kind": 4096,
|
6666
6666
|
"kindString": "Call signature",
|
@@ -6680,7 +6680,7 @@
|
|
6680
6680
|
"TableTexts": {
|
6681
6681
|
"props": [
|
6682
6682
|
{
|
6683
|
-
"id":
|
6683
|
+
"id": 928,
|
6684
6684
|
"name": "actions",
|
6685
6685
|
"kind": 1024,
|
6686
6686
|
"kindString": "Property",
|
@@ -6691,7 +6691,7 @@
|
|
6691
6691
|
}
|
6692
6692
|
},
|
6693
6693
|
{
|
6694
|
-
"id":
|
6694
|
+
"id": 930,
|
6695
6695
|
"name": "copy",
|
6696
6696
|
"kind": 1024,
|
6697
6697
|
"kindString": "Property",
|
@@ -6702,7 +6702,7 @@
|
|
6702
6702
|
}
|
6703
6703
|
},
|
6704
6704
|
{
|
6705
|
-
"id":
|
6705
|
+
"id": 931,
|
6706
6706
|
"name": "del",
|
6707
6707
|
"kind": 1024,
|
6708
6708
|
"kindString": "Property",
|
@@ -6713,7 +6713,7 @@
|
|
6713
6713
|
}
|
6714
6714
|
},
|
6715
6715
|
{
|
6716
|
-
"id":
|
6716
|
+
"id": 929,
|
6717
6717
|
"name": "edit",
|
6718
6718
|
"kind": 1024,
|
6719
6719
|
"kindString": "Property",
|
@@ -6724,7 +6724,7 @@
|
|
6724
6724
|
}
|
6725
6725
|
},
|
6726
6726
|
{
|
6727
|
-
"id":
|
6727
|
+
"id": 933,
|
6728
6728
|
"name": "loading",
|
6729
6729
|
"kind": 1024,
|
6730
6730
|
"kindString": "Property",
|
@@ -6735,7 +6735,7 @@
|
|
6735
6735
|
}
|
6736
6736
|
},
|
6737
6737
|
{
|
6738
|
-
"id":
|
6738
|
+
"id": 932,
|
6739
6739
|
"name": "newSubRow",
|
6740
6740
|
"kind": 1024,
|
6741
6741
|
"kindString": "Property",
|
@@ -6753,7 +6753,7 @@
|
|
6753
6753
|
],
|
6754
6754
|
"props": [
|
6755
6755
|
{
|
6756
|
-
"id":
|
6756
|
+
"id": 986,
|
6757
6757
|
"name": "children",
|
6758
6758
|
"kind": 1024,
|
6759
6759
|
"kindString": "Property",
|
@@ -6769,7 +6769,7 @@
|
|
6769
6769
|
}
|
6770
6770
|
},
|
6771
6771
|
{
|
6772
|
-
"id":
|
6772
|
+
"id": 985,
|
6773
6773
|
"name": "defaultId",
|
6774
6774
|
"kind": 1024,
|
6775
6775
|
"kindString": "Property",
|
@@ -6785,7 +6785,7 @@
|
|
6785
6785
|
}
|
6786
6786
|
},
|
6787
6787
|
{
|
6788
|
-
"id":
|
6788
|
+
"id": 984,
|
6789
6789
|
"name": "id",
|
6790
6790
|
"kind": 1024,
|
6791
6791
|
"kindString": "Property",
|
@@ -6801,7 +6801,7 @@
|
|
6801
6801
|
}
|
6802
6802
|
},
|
6803
6803
|
{
|
6804
|
-
"id":
|
6804
|
+
"id": 987,
|
6805
6805
|
"name": "orientation",
|
6806
6806
|
"kind": 1024,
|
6807
6807
|
"kindString": "Property",
|
@@ -6824,7 +6824,7 @@
|
|
6824
6824
|
}
|
6825
6825
|
},
|
6826
6826
|
{
|
6827
|
-
"id":
|
6827
|
+
"id": 988,
|
6828
6828
|
"name": "onChange",
|
6829
6829
|
"kind": 2048,
|
6830
6830
|
"kindString": "Method",
|
@@ -6833,7 +6833,7 @@
|
|
6833
6833
|
},
|
6834
6834
|
"signatures": [
|
6835
6835
|
{
|
6836
|
-
"id":
|
6836
|
+
"id": 989,
|
6837
6837
|
"name": "onChange",
|
6838
6838
|
"kind": 4096,
|
6839
6839
|
"kindString": "Call signature",
|
@@ -6843,7 +6843,7 @@
|
|
6843
6843
|
},
|
6844
6844
|
"parameters": [
|
6845
6845
|
{
|
6846
|
-
"id":
|
6846
|
+
"id": 990,
|
6847
6847
|
"name": "id",
|
6848
6848
|
"kind": 32768,
|
6849
6849
|
"kindString": "Parameter",
|
@@ -6866,7 +6866,7 @@
|
|
6866
6866
|
"Taco": {
|
6867
6867
|
"props": [
|
6868
6868
|
{
|
6869
|
-
"id":
|
6869
|
+
"id": 621,
|
6870
6870
|
"name": "localization",
|
6871
6871
|
"kind": 1024,
|
6872
6872
|
"kindString": "Property",
|
@@ -6876,7 +6876,7 @@
|
|
6876
6876
|
},
|
6877
6877
|
"type": {
|
6878
6878
|
"type": "reference",
|
6879
|
-
"id":
|
6879
|
+
"id": 612,
|
6880
6880
|
"name": "Localization"
|
6881
6881
|
}
|
6882
6882
|
}
|
@@ -6888,7 +6888,7 @@
|
|
6888
6888
|
],
|
6889
6889
|
"props": [
|
6890
6890
|
{
|
6891
|
-
"id":
|
6891
|
+
"id": 1007,
|
6892
6892
|
"name": "highlighted",
|
6893
6893
|
"kind": 1024,
|
6894
6894
|
"kindString": "Property",
|
@@ -6904,7 +6904,7 @@
|
|
6904
6904
|
}
|
6905
6905
|
},
|
6906
6906
|
{
|
6907
|
-
"id":
|
6907
|
+
"id": 1008,
|
6908
6908
|
"name": "state",
|
6909
6909
|
"kind": 1024,
|
6910
6910
|
"kindString": "Property",
|
@@ -6921,7 +6921,7 @@
|
|
6921
6921
|
}
|
6922
6922
|
},
|
6923
6923
|
{
|
6924
|
-
"id":
|
6924
|
+
"id": 1009,
|
6925
6925
|
"name": "value",
|
6926
6926
|
"kind": 1024,
|
6927
6927
|
"kindString": "Property",
|
@@ -6944,7 +6944,7 @@
|
|
6944
6944
|
],
|
6945
6945
|
"props": [
|
6946
6946
|
{
|
6947
|
-
"id":
|
6947
|
+
"id": 1049,
|
6948
6948
|
"name": "children",
|
6949
6949
|
"kind": 1024,
|
6950
6950
|
"kindString": "Property",
|
@@ -6969,7 +6969,7 @@
|
|
6969
6969
|
}
|
6970
6970
|
},
|
6971
6971
|
{
|
6972
|
-
"id":
|
6972
|
+
"id": 1051,
|
6973
6973
|
"name": "placement",
|
6974
6974
|
"kind": 1024,
|
6975
6975
|
"kindString": "Property",
|
@@ -7008,7 +7008,7 @@
|
|
7008
7008
|
}
|
7009
7009
|
},
|
7010
7010
|
{
|
7011
|
-
"id":
|
7011
|
+
"id": 1050,
|
7012
7012
|
"name": "title",
|
7013
7013
|
"kind": 1024,
|
7014
7014
|
"kindString": "Property",
|
@@ -7026,7 +7026,7 @@
|
|
7026
7026
|
"TourProps": {
|
7027
7027
|
"props": [
|
7028
7028
|
{
|
7029
|
-
"id":
|
7029
|
+
"id": 1077,
|
7030
7030
|
"name": "autoStart",
|
7031
7031
|
"kind": 1024,
|
7032
7032
|
"kindString": "Property",
|
@@ -7042,7 +7042,7 @@
|
|
7042
7042
|
}
|
7043
7043
|
},
|
7044
7044
|
{
|
7045
|
-
"id":
|
7045
|
+
"id": 1078,
|
7046
7046
|
"name": "children",
|
7047
7047
|
"kind": 1024,
|
7048
7048
|
"kindString": "Property",
|
@@ -7056,7 +7056,7 @@
|
|
7056
7056
|
}
|
7057
7057
|
},
|
7058
7058
|
{
|
7059
|
-
"id":
|
7059
|
+
"id": 1079,
|
7060
7060
|
"name": "continuous",
|
7061
7061
|
"kind": 1024,
|
7062
7062
|
"kindString": "Property",
|
@@ -7072,7 +7072,7 @@
|
|
7072
7072
|
}
|
7073
7073
|
},
|
7074
7074
|
{
|
7075
|
-
"id":
|
7075
|
+
"id": 1080,
|
7076
7076
|
"name": "disableCloseOnEsc",
|
7077
7077
|
"kind": 1024,
|
7078
7078
|
"kindString": "Property",
|
@@ -7088,7 +7088,7 @@
|
|
7088
7088
|
}
|
7089
7089
|
},
|
7090
7090
|
{
|
7091
|
-
"id":
|
7091
|
+
"id": 1081,
|
7092
7092
|
"name": "disableOverlayClose",
|
7093
7093
|
"kind": 1024,
|
7094
7094
|
"kindString": "Property",
|
@@ -7104,7 +7104,7 @@
|
|
7104
7104
|
}
|
7105
7105
|
},
|
7106
7106
|
{
|
7107
|
-
"id":
|
7107
|
+
"id": 1091,
|
7108
7108
|
"name": "disableScrollParentFix",
|
7109
7109
|
"kind": 1024,
|
7110
7110
|
"kindString": "Property",
|
@@ -7117,7 +7117,7 @@
|
|
7117
7117
|
}
|
7118
7118
|
},
|
7119
7119
|
{
|
7120
|
-
"id":
|
7120
|
+
"id": 1082,
|
7121
7121
|
"name": "disableScrolling",
|
7122
7122
|
"kind": 1024,
|
7123
7123
|
"kindString": "Property",
|
@@ -7133,7 +7133,7 @@
|
|
7133
7133
|
}
|
7134
7134
|
},
|
7135
7135
|
{
|
7136
|
-
"id":
|
7136
|
+
"id": 1086,
|
7137
7137
|
"name": "onComplete",
|
7138
7138
|
"kind": 1024,
|
7139
7139
|
"kindString": "Property",
|
@@ -7148,7 +7148,7 @@
|
|
7148
7148
|
}
|
7149
7149
|
},
|
7150
7150
|
{
|
7151
|
-
"id":
|
7151
|
+
"id": 1090,
|
7152
7152
|
"name": "spotlightClicks",
|
7153
7153
|
"kind": 1024,
|
7154
7154
|
"kindString": "Property",
|
@@ -7161,7 +7161,7 @@
|
|
7161
7161
|
}
|
7162
7162
|
},
|
7163
7163
|
{
|
7164
|
-
"id":
|
7164
|
+
"id": 1083,
|
7165
7165
|
"name": "onClose",
|
7166
7166
|
"kind": 2048,
|
7167
7167
|
"kindString": "Method",
|
@@ -7170,21 +7170,21 @@
|
|
7170
7170
|
},
|
7171
7171
|
"signatures": [
|
7172
7172
|
{
|
7173
|
-
"id":
|
7173
|
+
"id": 1084,
|
7174
7174
|
"name": "onClose",
|
7175
7175
|
"kind": 4096,
|
7176
7176
|
"kindString": "Call signature",
|
7177
7177
|
"flags": {},
|
7178
7178
|
"parameters": [
|
7179
7179
|
{
|
7180
|
-
"id":
|
7180
|
+
"id": 1085,
|
7181
7181
|
"name": "step",
|
7182
7182
|
"kind": 32768,
|
7183
7183
|
"kindString": "Parameter",
|
7184
7184
|
"flags": {},
|
7185
7185
|
"type": {
|
7186
7186
|
"type": "reference",
|
7187
|
-
"id":
|
7187
|
+
"id": 1065,
|
7188
7188
|
"name": "TourStepProps"
|
7189
7189
|
}
|
7190
7190
|
}
|
@@ -7197,7 +7197,7 @@
|
|
7197
7197
|
]
|
7198
7198
|
},
|
7199
7199
|
{
|
7200
|
-
"id":
|
7200
|
+
"id": 1087,
|
7201
7201
|
"name": "onReady",
|
7202
7202
|
"kind": 2048,
|
7203
7203
|
"kindString": "Method",
|
@@ -7206,7 +7206,7 @@
|
|
7206
7206
|
},
|
7207
7207
|
"signatures": [
|
7208
7208
|
{
|
7209
|
-
"id":
|
7209
|
+
"id": 1088,
|
7210
7210
|
"name": "onReady",
|
7211
7211
|
"kind": 4096,
|
7212
7212
|
"kindString": "Call signature",
|
@@ -7216,14 +7216,14 @@
|
|
7216
7216
|
},
|
7217
7217
|
"parameters": [
|
7218
7218
|
{
|
7219
|
-
"id":
|
7219
|
+
"id": 1089,
|
7220
7220
|
"name": "step",
|
7221
7221
|
"kind": 32768,
|
7222
7222
|
"kindString": "Parameter",
|
7223
7223
|
"flags": {},
|
7224
7224
|
"type": {
|
7225
7225
|
"type": "reference",
|
7226
|
-
"id":
|
7226
|
+
"id": 1065,
|
7227
7227
|
"name": "TourStepProps"
|
7228
7228
|
}
|
7229
7229
|
}
|
@@ -7240,7 +7240,7 @@
|
|
7240
7240
|
"TourStepProps": {
|
7241
7241
|
"props": [
|
7242
7242
|
{
|
7243
|
-
"id":
|
7243
|
+
"id": 1067,
|
7244
7244
|
"name": "children",
|
7245
7245
|
"kind": 1024,
|
7246
7246
|
"kindString": "Property",
|
@@ -7256,7 +7256,7 @@
|
|
7256
7256
|
}
|
7257
7257
|
},
|
7258
7258
|
{
|
7259
|
-
"id":
|
7259
|
+
"id": 1068,
|
7260
7260
|
"name": "position",
|
7261
7261
|
"kind": 1024,
|
7262
7262
|
"kindString": "Property",
|
@@ -7274,7 +7274,7 @@
|
|
7274
7274
|
}
|
7275
7275
|
},
|
7276
7276
|
{
|
7277
|
-
"id":
|
7277
|
+
"id": 1069,
|
7278
7278
|
"name": "selector",
|
7279
7279
|
"kind": 1024,
|
7280
7280
|
"kindString": "Property",
|
@@ -7288,7 +7288,7 @@
|
|
7288
7288
|
}
|
7289
7289
|
},
|
7290
7290
|
{
|
7291
|
-
"id":
|
7291
|
+
"id": 1070,
|
7292
7292
|
"name": "showBeacon",
|
7293
7293
|
"kind": 1024,
|
7294
7294
|
"kindString": "Property",
|
@@ -7304,7 +7304,7 @@
|
|
7304
7304
|
}
|
7305
7305
|
},
|
7306
7306
|
{
|
7307
|
-
"id":
|
7307
|
+
"id": 1071,
|
7308
7308
|
"name": "title",
|
7309
7309
|
"kind": 1024,
|
7310
7310
|
"kindString": "Property",
|
@@ -7322,7 +7322,7 @@
|
|
7322
7322
|
"TourTexts": {
|
7323
7323
|
"props": [
|
7324
7324
|
{
|
7325
|
-
"id":
|
7325
|
+
"id": 1059,
|
7326
7326
|
"name": "back",
|
7327
7327
|
"kind": 1024,
|
7328
7328
|
"kindString": "Property",
|
@@ -7336,7 +7336,7 @@
|
|
7336
7336
|
}
|
7337
7337
|
},
|
7338
7338
|
{
|
7339
|
-
"id":
|
7339
|
+
"id": 1060,
|
7340
7340
|
"name": "close",
|
7341
7341
|
"kind": 1024,
|
7342
7342
|
"kindString": "Property",
|
@@ -7350,7 +7350,7 @@
|
|
7350
7350
|
}
|
7351
7351
|
},
|
7352
7352
|
{
|
7353
|
-
"id":
|
7353
|
+
"id": 1062,
|
7354
7354
|
"name": "last",
|
7355
7355
|
"kind": 1024,
|
7356
7356
|
"kindString": "Property",
|
@@ -7364,7 +7364,7 @@
|
|
7364
7364
|
}
|
7365
7365
|
},
|
7366
7366
|
{
|
7367
|
-
"id":
|
7367
|
+
"id": 1063,
|
7368
7368
|
"name": "next",
|
7369
7369
|
"kind": 1024,
|
7370
7370
|
"kindString": "Property",
|
@@ -7378,7 +7378,7 @@
|
|
7378
7378
|
}
|
7379
7379
|
},
|
7380
7380
|
{
|
7381
|
-
"id":
|
7381
|
+
"id": 1064,
|
7382
7382
|
"name": "open",
|
7383
7383
|
"kind": 1024,
|
7384
7384
|
"kindString": "Property",
|
@@ -7392,7 +7392,7 @@
|
|
7392
7392
|
}
|
7393
7393
|
},
|
7394
7394
|
{
|
7395
|
-
"id":
|
7395
|
+
"id": 1061,
|
7396
7396
|
"name": "skip",
|
7397
7397
|
"kind": 1024,
|
7398
7398
|
"kindString": "Property",
|
@@ -7413,7 +7413,7 @@
|
|
7413
7413
|
],
|
7414
7414
|
"props": [
|
7415
7415
|
{
|
7416
|
-
"id":
|
7416
|
+
"id": 1108,
|
7417
7417
|
"name": "className",
|
7418
7418
|
"kind": 1024,
|
7419
7419
|
"kindString": "Property",
|
@@ -7433,21 +7433,21 @@
|
|
7433
7433
|
{
|
7434
7434
|
"type": "reflection",
|
7435
7435
|
"declaration": {
|
7436
|
-
"id":
|
7436
|
+
"id": 1109,
|
7437
7437
|
"name": "__type",
|
7438
7438
|
"kind": 65536,
|
7439
7439
|
"kindString": "Type literal",
|
7440
7440
|
"flags": {},
|
7441
7441
|
"signatures": [
|
7442
7442
|
{
|
7443
|
-
"id":
|
7443
|
+
"id": 1110,
|
7444
7444
|
"name": "__type",
|
7445
7445
|
"kind": 4096,
|
7446
7446
|
"kindString": "Call signature",
|
7447
7447
|
"flags": {},
|
7448
7448
|
"parameters": [
|
7449
7449
|
{
|
7450
|
-
"id":
|
7450
|
+
"id": 1111,
|
7451
7451
|
"name": "expanded",
|
7452
7452
|
"kind": 32768,
|
7453
7453
|
"kindString": "Parameter",
|
@@ -7470,7 +7470,7 @@
|
|
7470
7470
|
}
|
7471
7471
|
},
|
7472
7472
|
{
|
7473
|
-
"id":
|
7473
|
+
"id": 1112,
|
7474
7474
|
"name": "expanded",
|
7475
7475
|
"kind": 1024,
|
7476
7476
|
"kindString": "Property",
|
@@ -7486,7 +7486,7 @@
|
|
7486
7486
|
}
|
7487
7487
|
},
|
7488
7488
|
{
|
7489
|
-
"id":
|
7489
|
+
"id": 1113,
|
7490
7490
|
"name": "fixed",
|
7491
7491
|
"kind": 1024,
|
7492
7492
|
"kindString": "Property",
|
@@ -7502,7 +7502,7 @@
|
|
7502
7502
|
}
|
7503
7503
|
},
|
7504
7504
|
{
|
7505
|
-
"id":
|
7505
|
+
"id": 1118,
|
7506
7506
|
"name": "title",
|
7507
7507
|
"kind": 1024,
|
7508
7508
|
"kindString": "Property",
|
@@ -7522,21 +7522,21 @@
|
|
7522
7522
|
{
|
7523
7523
|
"type": "reflection",
|
7524
7524
|
"declaration": {
|
7525
|
-
"id":
|
7525
|
+
"id": 1119,
|
7526
7526
|
"name": "__type",
|
7527
7527
|
"kind": 65536,
|
7528
7528
|
"kindString": "Type literal",
|
7529
7529
|
"flags": {},
|
7530
7530
|
"signatures": [
|
7531
7531
|
{
|
7532
|
-
"id":
|
7532
|
+
"id": 1120,
|
7533
7533
|
"name": "__type",
|
7534
7534
|
"kind": 4096,
|
7535
7535
|
"kindString": "Call signature",
|
7536
7536
|
"flags": {},
|
7537
7537
|
"parameters": [
|
7538
7538
|
{
|
7539
|
-
"id":
|
7539
|
+
"id": 1121,
|
7540
7540
|
"name": "expanded",
|
7541
7541
|
"kind": 32768,
|
7542
7542
|
"kindString": "Parameter",
|
@@ -7561,7 +7561,7 @@
|
|
7561
7561
|
}
|
7562
7562
|
},
|
7563
7563
|
{
|
7564
|
-
"id":
|
7564
|
+
"id": 1114,
|
7565
7565
|
"name": "onClick",
|
7566
7566
|
"kind": 2048,
|
7567
7567
|
"kindString": "Method",
|
@@ -7570,7 +7570,7 @@
|
|
7570
7570
|
},
|
7571
7571
|
"signatures": [
|
7572
7572
|
{
|
7573
|
-
"id":
|
7573
|
+
"id": 1115,
|
7574
7574
|
"name": "onClick",
|
7575
7575
|
"kind": 4096,
|
7576
7576
|
"kindString": "Call signature",
|
@@ -7580,7 +7580,7 @@
|
|
7580
7580
|
},
|
7581
7581
|
"parameters": [
|
7582
7582
|
{
|
7583
|
-
"id":
|
7583
|
+
"id": 1116,
|
7584
7584
|
"name": "event",
|
7585
7585
|
"kind": 32768,
|
7586
7586
|
"kindString": "Parameter",
|
@@ -7607,7 +7607,7 @@
|
|
7607
7607
|
}
|
7608
7608
|
},
|
7609
7609
|
{
|
7610
|
-
"id":
|
7610
|
+
"id": 1117,
|
7611
7611
|
"name": "expanded",
|
7612
7612
|
"kind": 32768,
|
7613
7613
|
"kindString": "Parameter",
|
@@ -7632,7 +7632,7 @@
|
|
7632
7632
|
"useListKeyboardNavigationOptions": {
|
7633
7633
|
"props": [
|
7634
7634
|
{
|
7635
|
-
"id":
|
7635
|
+
"id": 1148,
|
7636
7636
|
"name": "direction",
|
7637
7637
|
"kind": 1024,
|
7638
7638
|
"kindString": "Property",
|
@@ -7646,7 +7646,7 @@
|
|
7646
7646
|
}
|
7647
7647
|
},
|
7648
7648
|
{
|
7649
|
-
"id":
|
7649
|
+
"id": 1149,
|
7650
7650
|
"name": "initialIndex",
|
7651
7651
|
"kind": 1024,
|
7652
7652
|
"kindString": "Property",
|
@@ -7663,7 +7663,7 @@
|
|
7663
7663
|
"usePaginationValues": {
|
7664
7664
|
"props": [
|
7665
7665
|
{
|
7666
|
-
"id":
|
7666
|
+
"id": 559,
|
7667
7667
|
"name": "pageIndex",
|
7668
7668
|
"kind": 1024,
|
7669
7669
|
"kindString": "Property",
|
@@ -7677,7 +7677,7 @@
|
|
7677
7677
|
}
|
7678
7678
|
},
|
7679
7679
|
{
|
7680
|
-
"id":
|
7680
|
+
"id": 560,
|
7681
7681
|
"name": "pageSize",
|
7682
7682
|
"kind": 1024,
|
7683
7683
|
"kindString": "Property",
|
@@ -7691,14 +7691,14 @@
|
|
7691
7691
|
}
|
7692
7692
|
},
|
7693
7693
|
{
|
7694
|
-
"id":
|
7694
|
+
"id": 561,
|
7695
7695
|
"name": "setPageIndex",
|
7696
7696
|
"kind": 2048,
|
7697
7697
|
"kindString": "Method",
|
7698
7698
|
"flags": {},
|
7699
7699
|
"signatures": [
|
7700
7700
|
{
|
7701
|
-
"id":
|
7701
|
+
"id": 562,
|
7702
7702
|
"name": "setPageIndex",
|
7703
7703
|
"kind": 4096,
|
7704
7704
|
"kindString": "Call signature",
|
@@ -7708,7 +7708,7 @@
|
|
7708
7708
|
},
|
7709
7709
|
"parameters": [
|
7710
7710
|
{
|
7711
|
-
"id":
|
7711
|
+
"id": 563,
|
7712
7712
|
"name": "pageIndex",
|
7713
7713
|
"kind": 32768,
|
7714
7714
|
"kindString": "Parameter",
|
@@ -7727,14 +7727,14 @@
|
|
7727
7727
|
]
|
7728
7728
|
},
|
7729
7729
|
{
|
7730
|
-
"id":
|
7730
|
+
"id": 564,
|
7731
7731
|
"name": "setPageSize",
|
7732
7732
|
"kind": 2048,
|
7733
7733
|
"kindString": "Method",
|
7734
7734
|
"flags": {},
|
7735
7735
|
"signatures": [
|
7736
7736
|
{
|
7737
|
-
"id":
|
7737
|
+
"id": 565,
|
7738
7738
|
"name": "setPageSize",
|
7739
7739
|
"kind": 4096,
|
7740
7740
|
"kindString": "Call signature",
|
@@ -7744,7 +7744,7 @@
|
|
7744
7744
|
},
|
7745
7745
|
"parameters": [
|
7746
7746
|
{
|
7747
|
-
"id":
|
7747
|
+
"id": 566,
|
7748
7748
|
"name": "size",
|
7749
7749
|
"kind": 32768,
|
7750
7750
|
"kindString": "Parameter",
|
@@ -7767,7 +7767,7 @@
|
|
7767
7767
|
"useTableRowCreation": {
|
7768
7768
|
"props": [
|
7769
7769
|
{
|
7770
|
-
"id":
|
7770
|
+
"id": 972,
|
7771
7771
|
"name": "data",
|
7772
7772
|
"kind": 1024,
|
7773
7773
|
"kindString": "Property",
|
@@ -7776,11 +7776,11 @@
|
|
7776
7776
|
"type": "array",
|
7777
7777
|
"elementType": {
|
7778
7778
|
"type": "reference",
|
7779
|
-
"id":
|
7779
|
+
"id": 768,
|
7780
7780
|
"typeArguments": [
|
7781
7781
|
{
|
7782
7782
|
"type": "reference",
|
7783
|
-
"id":
|
7783
|
+
"id": 981,
|
7784
7784
|
"name": "TRow"
|
7785
7785
|
}
|
7786
7786
|
],
|
@@ -7789,7 +7789,7 @@
|
|
7789
7789
|
}
|
7790
7790
|
},
|
7791
7791
|
{
|
7792
|
-
"id":
|
7792
|
+
"id": 980,
|
7793
7793
|
"name": "isCreating",
|
7794
7794
|
"kind": 1024,
|
7795
7795
|
"kindString": "Property",
|
@@ -7800,33 +7800,33 @@
|
|
7800
7800
|
}
|
7801
7801
|
},
|
7802
7802
|
{
|
7803
|
-
"id":
|
7803
|
+
"id": 973,
|
7804
7804
|
"name": "create",
|
7805
7805
|
"kind": 2048,
|
7806
7806
|
"kindString": "Method",
|
7807
7807
|
"flags": {},
|
7808
7808
|
"signatures": [
|
7809
7809
|
{
|
7810
|
-
"id":
|
7810
|
+
"id": 974,
|
7811
7811
|
"name": "create",
|
7812
7812
|
"kind": 4096,
|
7813
7813
|
"kindString": "Call signature",
|
7814
7814
|
"flags": {},
|
7815
7815
|
"parameters": [
|
7816
7816
|
{
|
7817
|
-
"id":
|
7817
|
+
"id": 975,
|
7818
7818
|
"name": "rowIndexPath",
|
7819
7819
|
"kind": 32768,
|
7820
7820
|
"kindString": "Parameter",
|
7821
7821
|
"flags": {},
|
7822
7822
|
"type": {
|
7823
7823
|
"type": "reference",
|
7824
|
-
"id":
|
7824
|
+
"id": 773,
|
7825
7825
|
"name": "RowIndexPath"
|
7826
7826
|
}
|
7827
7827
|
},
|
7828
7828
|
{
|
7829
|
-
"id":
|
7829
|
+
"id": 976,
|
7830
7830
|
"name": "values",
|
7831
7831
|
"kind": 32768,
|
7832
7832
|
"kindString": "Parameter",
|
@@ -7841,35 +7841,35 @@
|
|
7841
7841
|
],
|
7842
7842
|
"type": {
|
7843
7843
|
"type": "reference",
|
7844
|
-
"id":
|
7844
|
+
"id": 773,
|
7845
7845
|
"name": "RowIndexPath"
|
7846
7846
|
}
|
7847
7847
|
}
|
7848
7848
|
]
|
7849
7849
|
},
|
7850
7850
|
{
|
7851
|
-
"id":
|
7851
|
+
"id": 977,
|
7852
7852
|
"name": "remove",
|
7853
7853
|
"kind": 2048,
|
7854
7854
|
"kindString": "Method",
|
7855
7855
|
"flags": {},
|
7856
7856
|
"signatures": [
|
7857
7857
|
{
|
7858
|
-
"id":
|
7858
|
+
"id": 978,
|
7859
7859
|
"name": "remove",
|
7860
7860
|
"kind": 4096,
|
7861
7861
|
"kindString": "Call signature",
|
7862
7862
|
"flags": {},
|
7863
7863
|
"parameters": [
|
7864
7864
|
{
|
7865
|
-
"id":
|
7865
|
+
"id": 979,
|
7866
7866
|
"name": "rowIndexPath",
|
7867
7867
|
"kind": 32768,
|
7868
7868
|
"kindString": "Parameter",
|
7869
7869
|
"flags": {},
|
7870
7870
|
"type": {
|
7871
7871
|
"type": "reference",
|
7872
|
-
"id":
|
7872
|
+
"id": 773,
|
7873
7873
|
"name": "RowIndexPath"
|
7874
7874
|
}
|
7875
7875
|
}
|