@economic/taco 1.0.7 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +84 -84
- package/dist/components/Card/Card.d.ts +14 -0
- package/dist/components/Menu/Context.d.ts +0 -5
- package/dist/components/Menu/Menu.d.ts +0 -3
- package/dist/esm/components/Accordion/Accordion.js.map +1 -1
- package/dist/esm/components/Backdrop/Backdrop.js.map +1 -1
- package/dist/esm/components/Badge/Badge.js.map +1 -1
- package/dist/esm/components/Banner/Banner.js.map +1 -1
- package/dist/esm/components/Banner/util.js +1 -1
- package/dist/esm/components/Banner/util.js.map +1 -1
- package/dist/esm/components/Button/Button.js.map +1 -1
- package/dist/esm/components/Button/util.js +24 -19
- package/dist/esm/components/Button/util.js.map +1 -1
- package/dist/esm/components/Calendar/Calendar.js.map +1 -1
- package/dist/esm/components/Card/Card.js +75 -0
- package/dist/esm/components/Card/Card.js.map +1 -0
- package/dist/esm/components/Checkbox/Checkbox.js +18 -15
- package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/Combobox/Combobox.js +25 -23
- package/dist/esm/components/Combobox/Combobox.js.map +1 -1
- package/dist/esm/components/Combobox/useCombobox.js +87 -67
- package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
- package/dist/esm/components/Datepicker/Datepicker.js +52 -48
- package/dist/esm/components/Datepicker/Datepicker.js.map +1 -1
- package/dist/esm/components/Datepicker/useDatepicker.js +34 -27
- package/dist/esm/components/Datepicker/useDatepicker.js.map +1 -1
- package/dist/esm/components/Dialog/Context.js +4 -4
- package/dist/esm/components/Dialog/Context.js.map +1 -1
- package/dist/esm/components/Dialog/Dialog.js +58 -39
- package/dist/esm/components/Dialog/Dialog.js.map +1 -1
- package/dist/esm/components/Dialog/components/Content.js +44 -39
- package/dist/esm/components/Dialog/components/Content.js.map +1 -1
- package/dist/esm/components/Dialog/components/Drawer.js +3 -3
- package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
- package/dist/esm/components/Dialog/components/Extra.js +2 -2
- package/dist/esm/components/Dialog/components/Extra.js.map +1 -1
- package/dist/esm/components/Dialog/components/Trigger.js +2 -2
- package/dist/esm/components/Dialog/components/Trigger.js.map +1 -1
- package/dist/esm/components/Field/Field.js +12 -10
- package/dist/esm/components/Field/Field.js.map +1 -1
- package/dist/esm/components/Form/Form.js +8 -6
- package/dist/esm/components/Form/Form.js.map +1 -1
- package/dist/esm/components/Group/Group.js +8 -6
- package/dist/esm/components/Group/Group.js.map +1 -1
- package/dist/esm/components/Hanger/Hanger.js +35 -27
- package/dist/esm/components/Hanger/Hanger.js.map +1 -1
- package/dist/esm/components/HoverCard/HoverCard.js +9 -8
- package/dist/esm/components/HoverCard/HoverCard.js.map +1 -1
- package/dist/esm/components/Icon/Icon.js +8 -7
- package/dist/esm/components/Icon/Icon.js.map +1 -1
- package/dist/esm/components/Icon/components/AccountPreview.js.map +1 -1
- package/dist/esm/components/Icon/components/Accounting.js.map +1 -1
- package/dist/esm/components/Icon/components/AccountingYear.js.map +1 -1
- package/dist/esm/components/Icon/components/AccountingYearCancel.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowBottom.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowDown.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowEnd.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowLeft.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowRight.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowStart.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowTop.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowUp.js.map +1 -1
- package/dist/esm/components/Icon/components/Attach.js.map +1 -1
- package/dist/esm/components/Icon/components/AttachAuto.js.map +1 -1
- package/dist/esm/components/Icon/components/AttachCancel.js.map +1 -1
- package/dist/esm/components/Icon/components/Autotext.js.map +1 -1
- package/dist/esm/components/Icon/components/AutotextInsert.js.map +1 -1
- package/dist/esm/components/Icon/components/Basic.js.map +1 -1
- package/dist/esm/components/Icon/components/BasicTabs.js.map +1 -1
- package/dist/esm/components/Icon/components/BellSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Book.js.map +1 -1
- package/dist/esm/components/Icon/components/Booking.js.map +1 -1
- package/dist/esm/components/Icon/components/Budget.js.map +1 -1
- package/dist/esm/components/Icon/components/Calendar.js.map +1 -1
- package/dist/esm/components/Icon/components/CashAccount.js.map +1 -1
- package/dist/esm/components/Icon/components/CashReports.js.map +1 -1
- package/dist/esm/components/Icon/components/Chat.js.map +1 -1
- package/dist/esm/components/Icon/components/ChatSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronDown.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronDownDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronDownSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronLeft.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronLeftDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronRight.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronRightDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronUp.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronUpDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronUpSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/CircleClose.js.map +1 -1
- package/dist/esm/components/Icon/components/CircleMinus.js.map +1 -1
- package/dist/esm/components/Icon/components/CirclePlus.js.map +1 -1
- package/dist/esm/components/Icon/components/CircleTick.js.map +1 -1
- package/dist/esm/components/Icon/components/Clamp.js.map +1 -1
- package/dist/esm/components/Icon/components/ClampOpen.js.map +1 -1
- package/dist/esm/components/Icon/components/Close.js.map +1 -1
- package/dist/esm/components/Icon/components/ConnectionEnable.js.map +1 -1
- package/dist/esm/components/Icon/components/ConnectionRevoke.js.map +1 -1
- package/dist/esm/components/Icon/components/Contacts.js.map +1 -1
- package/dist/esm/components/Icon/components/Copy.js.map +1 -1
- package/dist/esm/components/Icon/components/Courses.js.map +1 -1
- package/dist/esm/components/Icon/components/Credit.js.map +1 -1
- package/dist/esm/components/Icon/components/Delete.js.map +1 -1
- package/dist/esm/components/Icon/components/DeletePermanently.js.map +1 -1
- package/dist/esm/components/Icon/components/Depecriate.js.map +1 -1
- package/dist/esm/components/Icon/components/Developer.js.map +1 -1
- package/dist/esm/components/Icon/components/DistributionTemplate.js.map +1 -1
- package/dist/esm/components/Icon/components/Document.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentApprove.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentCreateEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentCut.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentError.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentIsolatePage.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentMerge.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentMove.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentPreview.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentReceived.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentRejectedRequest.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentSplit.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentTime.js.map +1 -1
- package/dist/esm/components/Icon/components/Download.js.map +1 -1
- package/dist/esm/components/Icon/components/Drag.js.map +1 -1
- package/dist/esm/components/Icon/components/ECopedia.js.map +1 -1
- package/dist/esm/components/Icon/components/ESignature.js.map +1 -1
- package/dist/esm/components/Icon/components/Edit.js.map +1 -1
- package/dist/esm/components/Icon/components/EllipsisHorizontal.js.map +1 -1
- package/dist/esm/components/Icon/components/EllipsisVertical.js.map +1 -1
- package/dist/esm/components/Icon/components/EntriesOnAccount.js.map +1 -1
- package/dist/esm/components/Icon/components/EntriesOpen.js.map +1 -1
- package/dist/esm/components/Icon/components/EntriesWarning.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeCustomerInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeCustomerPayment.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeJournalEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeManualCustomerInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeSupplierInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeSupplierPayment.js.map +1 -1
- package/dist/esm/components/Icon/components/Envelope.js.map +1 -1
- package/dist/esm/components/Icon/components/EnvelopeApproved.js.map +1 -1
- package/dist/esm/components/Icon/components/ExpandView.js.map +1 -1
- package/dist/esm/components/Icon/components/Expenses.js.map +1 -1
- package/dist/esm/components/Icon/components/Export.js.map +1 -1
- package/dist/esm/components/Icon/components/ExportToExcel.js.map +1 -1
- package/dist/esm/components/Icon/components/ExportToPdf.js.map +1 -1
- package/dist/esm/components/Icon/components/Filter.js.map +1 -1
- package/dist/esm/components/Icon/components/FilterSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/GraphSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Hash.js.map +1 -1
- package/dist/esm/components/Icon/components/Home.js.map +1 -1
- package/dist/esm/components/Icon/components/Images.js.map +1 -1
- package/dist/esm/components/Icon/components/Import.js.map +1 -1
- package/dist/esm/components/Icon/components/Inbox.js.map +1 -1
- package/dist/esm/components/Icon/components/InboxEinvoicing.js.map +1 -1
- package/dist/esm/components/Icon/components/InboxScanning.js.map +1 -1
- package/dist/esm/components/Icon/components/InboxSmart.js.map +1 -1
- package/dist/esm/components/Icon/components/Info.js.map +1 -1
- package/dist/esm/components/Icon/components/Inventory.js.map +1 -1
- package/dist/esm/components/Icon/components/InventoryMatrix.js.map +1 -1
- package/dist/esm/components/Icon/components/JournalPro.js.map +1 -1
- package/dist/esm/components/Icon/components/Layout.js.map +1 -1
- package/dist/esm/components/Icon/components/LayoutBoth.js.map +1 -1
- package/dist/esm/components/Icon/components/LayoutFirst.js.map +1 -1
- package/dist/esm/components/Icon/components/LayoutLast.js.map +1 -1
- package/dist/esm/components/Icon/components/LayoutNone.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCard.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardCustomerReminder.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardManualCustomerInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardObsoleteStock.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardOpeningEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardReservedEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardShrinkagePilferage.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardStockAdjustment.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardTransferredOpeningEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/Lightbulb.js.map +1 -1
- package/dist/esm/components/Icon/components/Line.js.map +1 -1
- package/dist/esm/components/Icon/components/List.js.map +1 -1
- package/dist/esm/components/Icon/components/ListBulleted.js.map +1 -1
- package/dist/esm/components/Icon/components/ListSearch.js.map +1 -1
- package/dist/esm/components/Icon/components/LockOpen.js.map +1 -1
- package/dist/esm/components/Icon/components/Log.js.map +1 -1
- package/dist/esm/components/Icon/components/Market.js.map +1 -1
- package/dist/esm/components/Icon/components/MatchAmount.js.map +1 -1
- package/dist/esm/components/Icon/components/MatchEntries.js.map +1 -1
- package/dist/esm/components/Icon/components/Mileage.js.map +1 -1
- package/dist/esm/components/Icon/components/ModalResize.js.map +1 -1
- package/dist/esm/components/Icon/components/ModalShrink.js.map +1 -1
- package/dist/esm/components/Icon/components/More.js.map +1 -1
- package/dist/esm/components/Icon/components/MoreSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Move.js.map +1 -1
- package/dist/esm/components/Icon/components/NavigationList.js.map +1 -1
- package/dist/esm/components/Icon/components/Note.js.map +1 -1
- package/dist/esm/components/Icon/components/NoteFollowUp.js.map +1 -1
- package/dist/esm/components/Icon/components/NoteRead.js.map +1 -1
- package/dist/esm/components/Icon/components/PartnerApi.js.map +1 -1
- package/dist/esm/components/Icon/components/Period.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonChange.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonMinus.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonPlus.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonTick.js.map +1 -1
- package/dist/esm/components/Icon/components/Play.js.map +1 -1
- package/dist/esm/components/Icon/components/PlusMinus.js.map +1 -1
- package/dist/esm/components/Icon/components/Print.js.map +1 -1
- package/dist/esm/components/Icon/components/ProcessPayment.js.map +1 -1
- package/dist/esm/components/Icon/components/ProductLedgerCard.js.map +1 -1
- package/dist/esm/components/Icon/components/ProjectCards.js.map +1 -1
- package/dist/esm/components/Icon/components/Projects.js.map +1 -1
- package/dist/esm/components/Icon/components/Quicklinks.js.map +1 -1
- package/dist/esm/components/Icon/components/RatingBankruptcy.js.map +1 -1
- package/dist/esm/components/Icon/components/RatingPaymentProblems.js.map +1 -1
- package/dist/esm/components/Icon/components/Reconciled.js.map +1 -1
- package/dist/esm/components/Icon/components/Refresh.js.map +1 -1
- package/dist/esm/components/Icon/components/Report.js.map +1 -1
- package/dist/esm/components/Icon/components/ReportSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Restore.js.map +1 -1
- package/dist/esm/components/Icon/components/RotateLeft.js.map +1 -1
- package/dist/esm/components/Icon/components/RotateRight.js.map +1 -1
- package/dist/esm/components/Icon/components/Sales.js.map +1 -1
- package/dist/esm/components/Icon/components/Search.js.map +1 -1
- package/dist/esm/components/Icon/components/SearchBold.js.map +1 -1
- package/dist/esm/components/Icon/components/Secure.js.map +1 -1
- package/dist/esm/components/Icon/components/SecureTick.js.map +1 -1
- package/dist/esm/components/Icon/components/Settings.js.map +1 -1
- package/dist/esm/components/Icon/components/SettingsSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Shortcuts.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowAll.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowLess.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowMore.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowTemplate.js.map +1 -1
- package/dist/esm/components/Icon/components/Sliders.js.map +1 -1
- package/dist/esm/components/Icon/components/Smartpay.js.map +1 -1
- package/dist/esm/components/Icon/components/SortBy.js.map +1 -1
- package/dist/esm/components/Icon/components/Spinner.js.map +1 -1
- package/dist/esm/components/Icon/components/Star.js.map +1 -1
- package/dist/esm/components/Icon/components/StarSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Subscriptions.js.map +1 -1
- package/dist/esm/components/Icon/components/SystemEntries.js.map +1 -1
- package/dist/esm/components/Icon/components/Tag.js.map +1 -1
- package/dist/esm/components/Icon/components/TemplateOverride.js.map +1 -1
- package/dist/esm/components/Icon/components/Templates.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbBoth.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbDown.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbDownSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbUp.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbUpSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Tick.js.map +1 -1
- package/dist/esm/components/Icon/components/Time.js.map +1 -1
- package/dist/esm/components/Icon/components/Transfer.js.map +1 -1
- package/dist/esm/components/Icon/components/TransferCancel.js.map +1 -1
- package/dist/esm/components/Icon/components/TransferLocked.js.map +1 -1
- package/dist/esm/components/Icon/components/Undock.js.map +1 -1
- package/dist/esm/components/Icon/components/Unreconciled.js.map +1 -1
- package/dist/esm/components/Icon/components/Warning.js.map +1 -1
- package/dist/esm/components/Icon/components/Webshop.js.map +1 -1
- package/dist/esm/components/Icon/components/Website.js.map +1 -1
- package/dist/esm/components/Icon/components/Workflow.js.map +1 -1
- package/dist/esm/components/Icon/components/Zoom.js.map +1 -1
- package/dist/esm/components/Icon/components/index.js +4 -4
- package/dist/esm/components/Icon/components/index.js.map +1 -1
- package/dist/esm/components/IconButton/IconButton.js +11 -9
- package/dist/esm/components/IconButton/IconButton.js.map +1 -1
- package/dist/esm/components/Input/Input.js +25 -25
- package/dist/esm/components/Input/Input.js.map +1 -1
- package/dist/esm/components/Input/util.js +2 -2
- package/dist/esm/components/Input/util.js.map +1 -1
- package/dist/esm/components/Listbox/Listbox.js +25 -24
- package/dist/esm/components/Listbox/Listbox.js.map +1 -1
- package/dist/esm/components/Listbox/ScrollableList.js +83 -64
- package/dist/esm/components/Listbox/ScrollableList.js.map +1 -1
- package/dist/esm/components/Listbox/useListbox.js +60 -51
- package/dist/esm/components/Listbox/useListbox.js.map +1 -1
- package/dist/esm/components/Listbox/useMultiListbox.js +91 -64
- package/dist/esm/components/Listbox/useMultiListbox.js.map +1 -1
- package/dist/esm/components/Listbox/useTypeahead.js +9 -10
- package/dist/esm/components/Listbox/useTypeahead.js.map +1 -1
- package/dist/esm/components/Listbox/util.js +85 -48
- package/dist/esm/components/Listbox/util.js.map +1 -1
- package/dist/esm/components/Menu/Context.js +2 -2
- package/dist/esm/components/Menu/Context.js.map +1 -1
- package/dist/esm/components/Menu/Menu.js +34 -20
- package/dist/esm/components/Menu/Menu.js.map +1 -1
- package/dist/esm/components/Menu/components/Checkbox.js +9 -8
- package/dist/esm/components/Menu/components/Checkbox.js.map +1 -1
- package/dist/esm/components/Menu/components/Content.js +9 -27
- package/dist/esm/components/Menu/components/Content.js.map +1 -1
- package/dist/esm/components/Menu/components/Header.js +3 -23
- package/dist/esm/components/Menu/components/Header.js.map +1 -1
- package/dist/esm/components/Menu/components/Item.js +32 -79
- package/dist/esm/components/Menu/components/Item.js.map +1 -1
- package/dist/esm/components/Menu/components/Link.js +11 -10
- package/dist/esm/components/Menu/components/Link.js.map +1 -1
- package/dist/esm/components/Menu/components/RadioGroup.js +18 -16
- package/dist/esm/components/Menu/components/RadioGroup.js.map +1 -1
- package/dist/esm/components/Menu/components/Separator.js +2 -26
- package/dist/esm/components/Menu/components/Separator.js.map +1 -1
- package/dist/esm/components/Menu/components/Trigger.js +5 -17
- package/dist/esm/components/Menu/components/Trigger.js.map +1 -1
- package/dist/esm/components/Navigation/Navigation.js +44 -35
- package/dist/esm/components/Navigation/Navigation.js.map +1 -1
- package/dist/esm/components/Pagination/PageNumbers.js +28 -23
- package/dist/esm/components/Pagination/PageNumbers.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.js +56 -39
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/Pagination/usePagination.js +21 -7
- package/dist/esm/components/Pagination/usePagination.js.map +1 -1
- package/dist/esm/components/Pagination/usePaginationShortcuts.js +9 -9
- package/dist/esm/components/Pagination/usePaginationShortcuts.js.map +1 -1
- package/dist/esm/components/Popover/Popover.js +34 -29
- package/dist/esm/components/Popover/Popover.js.map +1 -1
- package/dist/esm/components/Popover/Primitives.js +8 -7
- package/dist/esm/components/Popover/Primitives.js.map +1 -1
- package/dist/esm/components/Progress/Progress.js +15 -11
- package/dist/esm/components/Progress/Progress.js.map +1 -1
- package/dist/esm/components/Provider/Provider.js +18 -13
- package/dist/esm/components/Provider/Provider.js.map +1 -1
- package/dist/esm/components/RadioGroup/RadioGroup.js +57 -45
- package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/esm/components/SearchInput/SearchInput.js +12 -10
- package/dist/esm/components/SearchInput/SearchInput.js.map +1 -1
- package/dist/esm/components/Select/Select.js +31 -30
- package/dist/esm/components/Select/Select.js.map +1 -1
- package/dist/esm/components/Select/useSelect.js +81 -63
- package/dist/esm/components/Select/useSelect.js.map +1 -1
- package/dist/esm/components/Spinner/Spinner.js +19 -12
- package/dist/esm/components/Spinner/Spinner.js.map +1 -1
- package/dist/esm/components/Switch/Switch.js +10 -9
- package/dist/esm/components/Switch/Switch.js.map +1 -1
- package/dist/esm/components/Table/components/BaseTable.js +30 -23
- package/dist/esm/components/Table/components/BaseTable.js.map +1 -1
- package/dist/esm/components/Table/components/PaginatedTable.js +7 -3
- package/dist/esm/components/Table/components/PaginatedTable.js.map +1 -1
- package/dist/esm/components/Table/components/Table.js +25 -18
- package/dist/esm/components/Table/components/Table.js.map +1 -1
- package/dist/esm/components/Table/components/WindowedTable.js +104 -88
- package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js +146 -122
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js +61 -57
- package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowEditing.js +36 -39
- package/dist/esm/components/Table/hooks/plugins/useRowEditing.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js +89 -79
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js.map +1 -1
- package/dist/esm/components/Table/hooks/useRowCreation.js +64 -29
- package/dist/esm/components/Table/hooks/useRowCreation.js.map +1 -1
- package/dist/esm/components/Table/hooks/useTable.js +141 -119
- package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
- package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js +15 -12
- package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -1
- package/dist/esm/components/Table/util/renderColumn.js +10 -10
- package/dist/esm/components/Table/util/renderColumn.js.map +1 -1
- package/dist/esm/components/Table/util/renderRow.js +46 -37
- package/dist/esm/components/Table/util/renderRow.js.map +1 -1
- package/dist/esm/components/Table/util/rowIndexPath.js +16 -14
- package/dist/esm/components/Table/util/rowIndexPath.js.map +1 -1
- package/dist/esm/components/Table/util/sortTypes.js +31 -23
- package/dist/esm/components/Table/util/sortTypes.js.map +1 -1
- package/dist/esm/components/Table/util.js +41 -29
- package/dist/esm/components/Table/util.js.map +1 -1
- package/dist/esm/components/Tabs/Tabs.js +27 -25
- package/dist/esm/components/Tabs/Tabs.js.map +1 -1
- package/dist/esm/components/Textarea/Textarea.js +9 -11
- package/dist/esm/components/Textarea/Textarea.js.map +1 -1
- package/dist/esm/components/Toast/Toast.js +21 -20
- package/dist/esm/components/Toast/Toast.js.map +1 -1
- package/dist/esm/components/Toast/Toaster.js +118 -88
- 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 +8 -7
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/esm/components/Tour/Tour.js +50 -44
- package/dist/esm/components/Tour/Tour.js.map +1 -1
- package/dist/esm/components/Treeview/Treeview.js +36 -26
- package/dist/esm/components/Treeview/Treeview.js.map +1 -1
- package/dist/esm/components/VisuallyHidden/VisuallyHidden.js +1 -1
- package/dist/esm/components/VisuallyHidden/VisuallyHidden.js.map +1 -1
- package/dist/esm/index.css +661 -661
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/primitives/Button.js +13 -9
- package/dist/esm/primitives/Button.js.map +1 -1
- package/dist/esm/utils/date.js.map +1 -1
- package/dist/esm/utils/hooks/useBoundingClientRectListener.js.map +1 -1
- package/dist/esm/utils/hooks/useDraggable.js +18 -16
- package/dist/esm/utils/hooks/useDraggable.js.map +1 -1
- package/dist/esm/utils/hooks/useDropTarget.js +10 -7
- package/dist/esm/utils/hooks/useDropTarget.js.map +1 -1
- package/dist/esm/utils/hooks/useListKeyboardNavigation.js.map +1 -1
- package/dist/esm/utils/hooks/useListScrollTo.js.map +1 -1
- package/dist/esm/utils/hooks/useOnClickOutside.js.map +1 -1
- package/dist/esm/utils/hooks/useProxiedRef.js +3 -3
- package/dist/esm/utils/hooks/useProxiedRef.js.map +1 -1
- package/dist/esm/utils/hooks/useTimer.js +17 -9
- package/dist/esm/utils/hooks/useTimer.js.map +1 -1
- package/dist/esm/utils/input.js +11 -7
- package/dist/esm/utils/input.js.map +1 -1
- package/dist/esm/utils/mergeRefs.js +2 -2
- package/dist/esm/utils/mergeRefs.js.map +1 -1
- package/dist/esm/utils/taillwind.js +2 -2
- package/dist/esm/utils/taillwind.js.map +1 -1
- package/dist/index.css +661 -661
- package/dist/index.d.ts +1 -0
- package/dist/taco.cjs.development.js +2618 -2250
- 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/dist/utils/tailwind.d.ts +1 -1
- package/package.json +2 -2
- package/plugins/tailwindcss-aria-attributes.js +73 -73
- package/tailwind.config.js +297 -297
- package/types.json +530 -475
package/types.json
CHANGED
@@ -178,7 +178,7 @@
|
|
178
178
|
],
|
179
179
|
"props": [
|
180
180
|
{
|
181
|
-
"id":
|
181
|
+
"id": 755,
|
182
182
|
"name": "multiselect",
|
183
183
|
"kind": 1024,
|
184
184
|
"kindString": "Property",
|
@@ -279,7 +279,7 @@
|
|
279
279
|
"typeArguments": [
|
280
280
|
{
|
281
281
|
"type": "reference",
|
282
|
-
"id":
|
282
|
+
"id": 220,
|
283
283
|
"name": "DialogProps"
|
284
284
|
}
|
285
285
|
],
|
@@ -328,7 +328,7 @@
|
|
328
328
|
"typeArguments": [
|
329
329
|
{
|
330
330
|
"type": "reference",
|
331
|
-
"id":
|
331
|
+
"id": 282,
|
332
332
|
"name": "HangerProps"
|
333
333
|
}
|
334
334
|
],
|
@@ -377,7 +377,7 @@
|
|
377
377
|
"typeArguments": [
|
378
378
|
{
|
379
379
|
"type": "reference",
|
380
|
-
"id":
|
380
|
+
"id": 417,
|
381
381
|
"name": "MenuProps"
|
382
382
|
}
|
383
383
|
],
|
@@ -426,7 +426,7 @@
|
|
426
426
|
"typeArguments": [
|
427
427
|
{
|
428
428
|
"type": "reference",
|
429
|
-
"id":
|
429
|
+
"id": 597,
|
430
430
|
"name": "PopoverProps"
|
431
431
|
}
|
432
432
|
],
|
@@ -663,6 +663,78 @@
|
|
663
663
|
}
|
664
664
|
]
|
665
665
|
},
|
666
|
+
"CardProps": {
|
667
|
+
"intersections": [
|
668
|
+
"React.HTMLAttributes<HTMLDivElement>"
|
669
|
+
],
|
670
|
+
"props": [
|
671
|
+
{
|
672
|
+
"id": 149,
|
673
|
+
"name": "title",
|
674
|
+
"kind": 1024,
|
675
|
+
"kindString": "Property",
|
676
|
+
"flags": {},
|
677
|
+
"comment": {
|
678
|
+
"shortText": "Title of the Card"
|
679
|
+
},
|
680
|
+
"type": {
|
681
|
+
"type": "reference",
|
682
|
+
"qualifiedName": "React.ReactElement",
|
683
|
+
"package": "@types/react",
|
684
|
+
"name": "React.ReactElement"
|
685
|
+
}
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"id": 150,
|
689
|
+
"name": "menu",
|
690
|
+
"kind": 2048,
|
691
|
+
"kindString": "Method",
|
692
|
+
"flags": {
|
693
|
+
"isOptional": true
|
694
|
+
},
|
695
|
+
"signatures": [
|
696
|
+
{
|
697
|
+
"id": 151,
|
698
|
+
"name": "menu",
|
699
|
+
"kind": 4096,
|
700
|
+
"kindString": "Call signature",
|
701
|
+
"flags": {},
|
702
|
+
"comment": {
|
703
|
+
"shortText": "Menu component associated with the Card"
|
704
|
+
},
|
705
|
+
"parameters": [
|
706
|
+
{
|
707
|
+
"id": 152,
|
708
|
+
"name": "props",
|
709
|
+
"kind": 32768,
|
710
|
+
"kindString": "Parameter",
|
711
|
+
"flags": {},
|
712
|
+
"type": {
|
713
|
+
"type": "reference",
|
714
|
+
"typeArguments": [
|
715
|
+
{
|
716
|
+
"type": "reference",
|
717
|
+
"id": 417,
|
718
|
+
"name": "MenuProps"
|
719
|
+
}
|
720
|
+
],
|
721
|
+
"qualifiedName": "Partial",
|
722
|
+
"package": "typescript",
|
723
|
+
"name": "Partial"
|
724
|
+
}
|
725
|
+
}
|
726
|
+
],
|
727
|
+
"type": {
|
728
|
+
"type": "reference",
|
729
|
+
"qualifiedName": "global.JSX.Element",
|
730
|
+
"package": "@types/react",
|
731
|
+
"name": "Element"
|
732
|
+
}
|
733
|
+
}
|
734
|
+
]
|
735
|
+
}
|
736
|
+
]
|
737
|
+
},
|
666
738
|
"CheckboxProps": [
|
667
739
|
"UncontrolledCheckboxProps",
|
668
740
|
"ControlledCheckboxProps"
|
@@ -675,7 +747,7 @@
|
|
675
747
|
"ComboboxTexts": {
|
676
748
|
"props": [
|
677
749
|
{
|
678
|
-
"id":
|
750
|
+
"id": 163,
|
679
751
|
"name": "tooltip",
|
680
752
|
"kind": 1024,
|
681
753
|
"kindString": "Property",
|
@@ -694,7 +766,7 @@
|
|
694
766
|
],
|
695
767
|
"props": [
|
696
768
|
{
|
697
|
-
"id":
|
769
|
+
"id": 176,
|
698
770
|
"name": "calendar",
|
699
771
|
"kind": 1024,
|
700
772
|
"kindString": "Property",
|
@@ -711,7 +783,7 @@
|
|
711
783
|
}
|
712
784
|
},
|
713
785
|
{
|
714
|
-
"id":
|
786
|
+
"id": 177,
|
715
787
|
"name": "shortcuts",
|
716
788
|
"kind": 1024,
|
717
789
|
"kindString": "Property",
|
@@ -727,7 +799,7 @@
|
|
727
799
|
}
|
728
800
|
},
|
729
801
|
{
|
730
|
-
"id":
|
802
|
+
"id": 178,
|
731
803
|
"name": "shortcutsText",
|
732
804
|
"kind": 1024,
|
733
805
|
"kindString": "Property",
|
@@ -743,7 +815,7 @@
|
|
743
815
|
}
|
744
816
|
},
|
745
817
|
{
|
746
|
-
"id":
|
818
|
+
"id": 182,
|
747
819
|
"name": "value",
|
748
820
|
"kind": 1024,
|
749
821
|
"kindString": "Property",
|
@@ -761,7 +833,7 @@
|
|
761
833
|
}
|
762
834
|
},
|
763
835
|
{
|
764
|
-
"id":
|
836
|
+
"id": 179,
|
765
837
|
"name": "onReset",
|
766
838
|
"kind": 2048,
|
767
839
|
"kindString": "Method",
|
@@ -770,7 +842,7 @@
|
|
770
842
|
},
|
771
843
|
"signatures": [
|
772
844
|
{
|
773
|
-
"id":
|
845
|
+
"id": 180,
|
774
846
|
"name": "onReset",
|
775
847
|
"kind": 4096,
|
776
848
|
"kindString": "Call signature",
|
@@ -780,7 +852,7 @@
|
|
780
852
|
},
|
781
853
|
"parameters": [
|
782
854
|
{
|
783
|
-
"id":
|
855
|
+
"id": 181,
|
784
856
|
"name": "event",
|
785
857
|
"kind": 32768,
|
786
858
|
"kindString": "Parameter",
|
@@ -819,7 +891,7 @@
|
|
819
891
|
"DatepickerTexts": {
|
820
892
|
"props": [
|
821
893
|
{
|
822
|
-
"id":
|
894
|
+
"id": 170,
|
823
895
|
"name": "calendar",
|
824
896
|
"kind": 1024,
|
825
897
|
"kindString": "Property",
|
@@ -833,7 +905,7 @@
|
|
833
905
|
}
|
834
906
|
},
|
835
907
|
{
|
836
|
-
"id":
|
908
|
+
"id": 171,
|
837
909
|
"name": "clear",
|
838
910
|
"kind": 1024,
|
839
911
|
"kindString": "Property",
|
@@ -847,7 +919,7 @@
|
|
847
919
|
}
|
848
920
|
},
|
849
921
|
{
|
850
|
-
"id":
|
922
|
+
"id": 172,
|
851
923
|
"name": "expand",
|
852
924
|
"kind": 1024,
|
853
925
|
"kindString": "Property",
|
@@ -861,7 +933,7 @@
|
|
861
933
|
}
|
862
934
|
},
|
863
935
|
{
|
864
|
-
"id":
|
936
|
+
"id": 173,
|
865
937
|
"name": "shortcuts",
|
866
938
|
"kind": 1024,
|
867
939
|
"kindString": "Property",
|
@@ -894,7 +966,7 @@
|
|
894
966
|
],
|
895
967
|
"props": [
|
896
968
|
{
|
897
|
-
"id":
|
969
|
+
"id": 196,
|
898
970
|
"name": "aria-label",
|
899
971
|
"kind": 1024,
|
900
972
|
"kindString": "Property",
|
@@ -908,7 +980,7 @@
|
|
908
980
|
}
|
909
981
|
},
|
910
982
|
{
|
911
|
-
"id":
|
983
|
+
"id": 197,
|
912
984
|
"name": "children",
|
913
985
|
"kind": 1024,
|
914
986
|
"kindString": "Property",
|
@@ -937,28 +1009,28 @@
|
|
937
1009
|
{
|
938
1010
|
"type": "reflection",
|
939
1011
|
"declaration": {
|
940
|
-
"id":
|
1012
|
+
"id": 198,
|
941
1013
|
"name": "__type",
|
942
1014
|
"kind": 65536,
|
943
1015
|
"kindString": "Type literal",
|
944
1016
|
"flags": {},
|
945
1017
|
"signatures": [
|
946
1018
|
{
|
947
|
-
"id":
|
1019
|
+
"id": 199,
|
948
1020
|
"name": "__type",
|
949
1021
|
"kind": 4096,
|
950
1022
|
"kindString": "Call signature",
|
951
1023
|
"flags": {},
|
952
1024
|
"parameters": [
|
953
1025
|
{
|
954
|
-
"id":
|
1026
|
+
"id": 200,
|
955
1027
|
"name": "props",
|
956
1028
|
"kind": 32768,
|
957
1029
|
"kindString": "Parameter",
|
958
1030
|
"flags": {},
|
959
1031
|
"type": {
|
960
1032
|
"type": "reference",
|
961
|
-
"id":
|
1033
|
+
"id": 201,
|
962
1034
|
"name": "DialogContentRenderProps"
|
963
1035
|
}
|
964
1036
|
}
|
@@ -981,7 +1053,7 @@
|
|
981
1053
|
"DialogContentRenderProps": {
|
982
1054
|
"props": [
|
983
1055
|
{
|
984
|
-
"id":
|
1056
|
+
"id": 205,
|
985
1057
|
"name": "drawer",
|
986
1058
|
"kind": 1024,
|
987
1059
|
"kindString": "Property",
|
@@ -990,19 +1062,19 @@
|
|
990
1062
|
},
|
991
1063
|
"type": {
|
992
1064
|
"type": "reference",
|
993
|
-
"id":
|
1065
|
+
"id": 193,
|
994
1066
|
"name": "DialogContentDrawerRenderProps"
|
995
1067
|
}
|
996
1068
|
},
|
997
1069
|
{
|
998
|
-
"id":
|
1070
|
+
"id": 203,
|
999
1071
|
"name": "close",
|
1000
1072
|
"kind": 2048,
|
1001
1073
|
"kindString": "Method",
|
1002
1074
|
"flags": {},
|
1003
1075
|
"signatures": [
|
1004
1076
|
{
|
1005
|
-
"id":
|
1077
|
+
"id": 204,
|
1006
1078
|
"name": "close",
|
1007
1079
|
"kind": 4096,
|
1008
1080
|
"kindString": "Call signature",
|
@@ -1022,7 +1094,7 @@
|
|
1022
1094
|
],
|
1023
1095
|
"props": [
|
1024
1096
|
{
|
1025
|
-
"id":
|
1097
|
+
"id": 208,
|
1026
1098
|
"name": "children",
|
1027
1099
|
"kind": 1024,
|
1028
1100
|
"kindString": "Property",
|
@@ -1051,28 +1123,28 @@
|
|
1051
1123
|
{
|
1052
1124
|
"type": "reflection",
|
1053
1125
|
"declaration": {
|
1054
|
-
"id":
|
1126
|
+
"id": 209,
|
1055
1127
|
"name": "__type",
|
1056
1128
|
"kind": 65536,
|
1057
1129
|
"kindString": "Type literal",
|
1058
1130
|
"flags": {},
|
1059
1131
|
"signatures": [
|
1060
1132
|
{
|
1061
|
-
"id":
|
1133
|
+
"id": 210,
|
1062
1134
|
"name": "__type",
|
1063
1135
|
"kind": 4096,
|
1064
1136
|
"kindString": "Call signature",
|
1065
1137
|
"flags": {},
|
1066
1138
|
"parameters": [
|
1067
1139
|
{
|
1068
|
-
"id":
|
1140
|
+
"id": 211,
|
1069
1141
|
"name": "props",
|
1070
1142
|
"kind": 32768,
|
1071
1143
|
"kindString": "Parameter",
|
1072
1144
|
"flags": {},
|
1073
1145
|
"type": {
|
1074
1146
|
"type": "reference",
|
1075
|
-
"id":
|
1147
|
+
"id": 212,
|
1076
1148
|
"name": "DialogDrawerRenderProps"
|
1077
1149
|
}
|
1078
1150
|
}
|
@@ -1107,7 +1179,7 @@
|
|
1107
1179
|
"DialogProps": {
|
1108
1180
|
"props": [
|
1109
1181
|
{
|
1110
|
-
"id":
|
1182
|
+
"id": 222,
|
1111
1183
|
"name": "children",
|
1112
1184
|
"kind": 1024,
|
1113
1185
|
"kindString": "Property",
|
@@ -1134,7 +1206,7 @@
|
|
1134
1206
|
}
|
1135
1207
|
},
|
1136
1208
|
{
|
1137
|
-
"id":
|
1209
|
+
"id": 223,
|
1138
1210
|
"name": "closeOnEscape",
|
1139
1211
|
"kind": 1024,
|
1140
1212
|
"kindString": "Property",
|
@@ -1150,7 +1222,7 @@
|
|
1150
1222
|
}
|
1151
1223
|
},
|
1152
1224
|
{
|
1153
|
-
"id":
|
1225
|
+
"id": 224,
|
1154
1226
|
"name": "defaultOpen",
|
1155
1227
|
"kind": 1024,
|
1156
1228
|
"kindString": "Property",
|
@@ -1166,7 +1238,7 @@
|
|
1166
1238
|
}
|
1167
1239
|
},
|
1168
1240
|
{
|
1169
|
-
"id":
|
1241
|
+
"id": 225,
|
1170
1242
|
"name": "draggable",
|
1171
1243
|
"kind": 1024,
|
1172
1244
|
"kindString": "Property",
|
@@ -1182,7 +1254,7 @@
|
|
1182
1254
|
}
|
1183
1255
|
},
|
1184
1256
|
{
|
1185
|
-
"id":
|
1257
|
+
"id": 231,
|
1186
1258
|
"name": "open",
|
1187
1259
|
"kind": 1024,
|
1188
1260
|
"kindString": "Property",
|
@@ -1198,7 +1270,7 @@
|
|
1198
1270
|
}
|
1199
1271
|
},
|
1200
1272
|
{
|
1201
|
-
"id":
|
1273
|
+
"id": 232,
|
1202
1274
|
"name": "showCloseButton",
|
1203
1275
|
"kind": 1024,
|
1204
1276
|
"kindString": "Property",
|
@@ -1214,7 +1286,7 @@
|
|
1214
1286
|
}
|
1215
1287
|
},
|
1216
1288
|
{
|
1217
|
-
"id":
|
1289
|
+
"id": 233,
|
1218
1290
|
"name": "size",
|
1219
1291
|
"kind": 1024,
|
1220
1292
|
"kindString": "Property",
|
@@ -1226,12 +1298,12 @@
|
|
1226
1298
|
},
|
1227
1299
|
"type": {
|
1228
1300
|
"type": "reference",
|
1229
|
-
"id":
|
1301
|
+
"id": 214,
|
1230
1302
|
"name": "DialogSize"
|
1231
1303
|
}
|
1232
1304
|
},
|
1233
1305
|
{
|
1234
|
-
"id":
|
1306
|
+
"id": 234,
|
1235
1307
|
"name": "trigger",
|
1236
1308
|
"kind": 1024,
|
1237
1309
|
"kindString": "Property",
|
@@ -1249,7 +1321,7 @@
|
|
1249
1321
|
}
|
1250
1322
|
},
|
1251
1323
|
{
|
1252
|
-
"id":
|
1324
|
+
"id": 228,
|
1253
1325
|
"name": "onChange",
|
1254
1326
|
"kind": 2048,
|
1255
1327
|
"kindString": "Method",
|
@@ -1258,7 +1330,7 @@
|
|
1258
1330
|
},
|
1259
1331
|
"signatures": [
|
1260
1332
|
{
|
1261
|
-
"id":
|
1333
|
+
"id": 229,
|
1262
1334
|
"name": "onChange",
|
1263
1335
|
"kind": 4096,
|
1264
1336
|
"kindString": "Call signature",
|
@@ -1268,7 +1340,7 @@
|
|
1268
1340
|
},
|
1269
1341
|
"parameters": [
|
1270
1342
|
{
|
1271
|
-
"id":
|
1343
|
+
"id": 230,
|
1272
1344
|
"name": "open",
|
1273
1345
|
"kind": 32768,
|
1274
1346
|
"kindString": "Parameter",
|
@@ -1287,7 +1359,7 @@
|
|
1287
1359
|
]
|
1288
1360
|
},
|
1289
1361
|
{
|
1290
|
-
"id":
|
1362
|
+
"id": 226,
|
1291
1363
|
"name": "onClose",
|
1292
1364
|
"kind": 2048,
|
1293
1365
|
"kindString": "Method",
|
@@ -1296,7 +1368,7 @@
|
|
1296
1368
|
},
|
1297
1369
|
"signatures": [
|
1298
1370
|
{
|
1299
|
-
"id":
|
1371
|
+
"id": 227,
|
1300
1372
|
"name": "onClose",
|
1301
1373
|
"kind": 4096,
|
1302
1374
|
"kindString": "Call signature",
|
@@ -1338,7 +1410,7 @@
|
|
1338
1410
|
"DialogTexts": {
|
1339
1411
|
"props": [
|
1340
1412
|
{
|
1341
|
-
"id":
|
1413
|
+
"id": 218,
|
1342
1414
|
"name": "close",
|
1343
1415
|
"kind": 1024,
|
1344
1416
|
"kindString": "Property",
|
@@ -1352,7 +1424,7 @@
|
|
1352
1424
|
}
|
1353
1425
|
},
|
1354
1426
|
{
|
1355
|
-
"id":
|
1427
|
+
"id": 219,
|
1356
1428
|
"name": "drag",
|
1357
1429
|
"kind": 1024,
|
1358
1430
|
"kindString": "Property",
|
@@ -1371,7 +1443,7 @@
|
|
1371
1443
|
],
|
1372
1444
|
"props": [
|
1373
1445
|
{
|
1374
|
-
"id":
|
1446
|
+
"id": 247,
|
1375
1447
|
"name": "children",
|
1376
1448
|
"kind": 1024,
|
1377
1449
|
"kindString": "Property",
|
@@ -1387,7 +1459,7 @@
|
|
1387
1459
|
}
|
1388
1460
|
},
|
1389
1461
|
{
|
1390
|
-
"id":
|
1462
|
+
"id": 248,
|
1391
1463
|
"name": "disabled",
|
1392
1464
|
"kind": 1024,
|
1393
1465
|
"kindString": "Property",
|
@@ -1403,7 +1475,7 @@
|
|
1403
1475
|
}
|
1404
1476
|
},
|
1405
1477
|
{
|
1406
|
-
"id":
|
1478
|
+
"id": 249,
|
1407
1479
|
"name": "invalid",
|
1408
1480
|
"kind": 1024,
|
1409
1481
|
"kindString": "Property",
|
@@ -1416,7 +1488,7 @@
|
|
1416
1488
|
}
|
1417
1489
|
},
|
1418
1490
|
{
|
1419
|
-
"id":
|
1491
|
+
"id": 250,
|
1420
1492
|
"name": "message",
|
1421
1493
|
"kind": 1024,
|
1422
1494
|
"kindString": "Property",
|
@@ -1439,7 +1511,7 @@
|
|
1439
1511
|
],
|
1440
1512
|
"props": [
|
1441
1513
|
{
|
1442
|
-
"id":
|
1514
|
+
"id": 259,
|
1443
1515
|
"name": "children",
|
1444
1516
|
"kind": 1024,
|
1445
1517
|
"kindString": "Property",
|
@@ -1455,7 +1527,7 @@
|
|
1455
1527
|
}
|
1456
1528
|
},
|
1457
1529
|
{
|
1458
|
-
"id":
|
1530
|
+
"id": 260,
|
1459
1531
|
"name": "horizontal",
|
1460
1532
|
"kind": 1024,
|
1461
1533
|
"kindString": "Property",
|
@@ -1478,7 +1550,7 @@
|
|
1478
1550
|
],
|
1479
1551
|
"props": [
|
1480
1552
|
{
|
1481
|
-
"id":
|
1553
|
+
"id": 243,
|
1482
1554
|
"name": "Close",
|
1483
1555
|
"kind": 1024,
|
1484
1556
|
"kindString": "Property",
|
@@ -1491,7 +1563,7 @@
|
|
1491
1563
|
"types": [
|
1492
1564
|
{
|
1493
1565
|
"type": "reference",
|
1494
|
-
"id":
|
1566
|
+
"id": 192,
|
1495
1567
|
"name": "DialogCloseProps"
|
1496
1568
|
},
|
1497
1569
|
{
|
@@ -1517,7 +1589,7 @@
|
|
1517
1589
|
}
|
1518
1590
|
},
|
1519
1591
|
{
|
1520
|
-
"id":
|
1592
|
+
"id": 238,
|
1521
1593
|
"name": "Content",
|
1522
1594
|
"kind": 1024,
|
1523
1595
|
"kindString": "Property",
|
@@ -1530,7 +1602,7 @@
|
|
1530
1602
|
"types": [
|
1531
1603
|
{
|
1532
1604
|
"type": "reference",
|
1533
|
-
"id":
|
1605
|
+
"id": 194,
|
1534
1606
|
"name": "DialogContentProps"
|
1535
1607
|
},
|
1536
1608
|
{
|
@@ -1556,7 +1628,7 @@
|
|
1556
1628
|
}
|
1557
1629
|
},
|
1558
1630
|
{
|
1559
|
-
"id":
|
1631
|
+
"id": 242,
|
1560
1632
|
"name": "Drawer",
|
1561
1633
|
"kind": 1024,
|
1562
1634
|
"kindString": "Property",
|
@@ -1569,7 +1641,7 @@
|
|
1569
1641
|
"types": [
|
1570
1642
|
{
|
1571
1643
|
"type": "reference",
|
1572
|
-
"id":
|
1644
|
+
"id": 206,
|
1573
1645
|
"name": "DialogDrawerProps"
|
1574
1646
|
},
|
1575
1647
|
{
|
@@ -1595,7 +1667,7 @@
|
|
1595
1667
|
}
|
1596
1668
|
},
|
1597
1669
|
{
|
1598
|
-
"id":
|
1670
|
+
"id": 241,
|
1599
1671
|
"name": "Extra",
|
1600
1672
|
"kind": 1024,
|
1601
1673
|
"kindString": "Property",
|
@@ -1633,7 +1705,7 @@
|
|
1633
1705
|
}
|
1634
1706
|
},
|
1635
1707
|
{
|
1636
|
-
"id":
|
1708
|
+
"id": 240,
|
1637
1709
|
"name": "Footer",
|
1638
1710
|
"kind": 1024,
|
1639
1711
|
"kindString": "Property",
|
@@ -1646,7 +1718,7 @@
|
|
1646
1718
|
"types": [
|
1647
1719
|
{
|
1648
1720
|
"type": "reference",
|
1649
|
-
"id":
|
1721
|
+
"id": 213,
|
1650
1722
|
"name": "DialogFooterProps"
|
1651
1723
|
},
|
1652
1724
|
{
|
@@ -1672,7 +1744,7 @@
|
|
1672
1744
|
}
|
1673
1745
|
},
|
1674
1746
|
{
|
1675
|
-
"id":
|
1747
|
+
"id": 239,
|
1676
1748
|
"name": "Title",
|
1677
1749
|
"kind": 1024,
|
1678
1750
|
"kindString": "Property",
|
@@ -1685,7 +1757,7 @@
|
|
1685
1757
|
"types": [
|
1686
1758
|
{
|
1687
1759
|
"type": "reference",
|
1688
|
-
"id":
|
1760
|
+
"id": 215,
|
1689
1761
|
"name": "DialogTitleProps"
|
1690
1762
|
},
|
1691
1763
|
{
|
@@ -1711,7 +1783,7 @@
|
|
1711
1783
|
}
|
1712
1784
|
},
|
1713
1785
|
{
|
1714
|
-
"id":
|
1786
|
+
"id": 237,
|
1715
1787
|
"name": "Trigger",
|
1716
1788
|
"kind": 1024,
|
1717
1789
|
"kindString": "Property",
|
@@ -1756,7 +1828,7 @@
|
|
1756
1828
|
],
|
1757
1829
|
"props": [
|
1758
1830
|
{
|
1759
|
-
"id":
|
1831
|
+
"id": 290,
|
1760
1832
|
"name": "Anchor",
|
1761
1833
|
"kind": 1024,
|
1762
1834
|
"kindString": "Property",
|
@@ -1766,7 +1838,7 @@
|
|
1766
1838
|
"typeArguments": [
|
1767
1839
|
{
|
1768
1840
|
"type": "reference",
|
1769
|
-
"id":
|
1841
|
+
"id": 276,
|
1770
1842
|
"name": "HangerAnchorProps"
|
1771
1843
|
}
|
1772
1844
|
],
|
@@ -1776,7 +1848,7 @@
|
|
1776
1848
|
}
|
1777
1849
|
},
|
1778
1850
|
{
|
1779
|
-
"id":
|
1851
|
+
"id": 291,
|
1780
1852
|
"name": "Content",
|
1781
1853
|
"kind": 1024,
|
1782
1854
|
"kindString": "Property",
|
@@ -1786,7 +1858,7 @@
|
|
1786
1858
|
"typeArguments": [
|
1787
1859
|
{
|
1788
1860
|
"type": "reference",
|
1789
|
-
"id":
|
1861
|
+
"id": 279,
|
1790
1862
|
"name": "HangerContentProps"
|
1791
1863
|
}
|
1792
1864
|
],
|
@@ -1796,7 +1868,7 @@
|
|
1796
1868
|
}
|
1797
1869
|
},
|
1798
1870
|
{
|
1799
|
-
"id":
|
1871
|
+
"id": 292,
|
1800
1872
|
"name": "Title",
|
1801
1873
|
"kind": 1024,
|
1802
1874
|
"kindString": "Property",
|
@@ -1806,7 +1878,7 @@
|
|
1806
1878
|
"typeArguments": [
|
1807
1879
|
{
|
1808
1880
|
"type": "reference",
|
1809
|
-
"id":
|
1881
|
+
"id": 277,
|
1810
1882
|
"name": "HangerTitleProps"
|
1811
1883
|
}
|
1812
1884
|
],
|
@@ -1823,7 +1895,7 @@
|
|
1823
1895
|
],
|
1824
1896
|
"props": [
|
1825
1897
|
{
|
1826
|
-
"id":
|
1898
|
+
"id": 529,
|
1827
1899
|
"name": "Group",
|
1828
1900
|
"kind": 1024,
|
1829
1901
|
"kindString": "Property",
|
@@ -1839,7 +1911,7 @@
|
|
1839
1911
|
"types": [
|
1840
1912
|
{
|
1841
1913
|
"type": "reference",
|
1842
|
-
"id":
|
1914
|
+
"id": 525,
|
1843
1915
|
"name": "NavigationMenuGroupProps"
|
1844
1916
|
},
|
1845
1917
|
{
|
@@ -1872,7 +1944,7 @@
|
|
1872
1944
|
],
|
1873
1945
|
"props": [
|
1874
1946
|
{
|
1875
|
-
"id":
|
1947
|
+
"id": 533,
|
1876
1948
|
"name": "Item",
|
1877
1949
|
"kind": 1024,
|
1878
1950
|
"kindString": "Property",
|
@@ -1888,7 +1960,7 @@
|
|
1888
1960
|
"types": [
|
1889
1961
|
{
|
1890
1962
|
"type": "reference",
|
1891
|
-
"id":
|
1963
|
+
"id": 517,
|
1892
1964
|
"name": "NavigationItemProps"
|
1893
1965
|
},
|
1894
1966
|
{
|
@@ -1914,7 +1986,7 @@
|
|
1914
1986
|
}
|
1915
1987
|
},
|
1916
1988
|
{
|
1917
|
-
"id":
|
1989
|
+
"id": 534,
|
1918
1990
|
"name": "Menu",
|
1919
1991
|
"kind": 1024,
|
1920
1992
|
"kindString": "Property",
|
@@ -1924,12 +1996,12 @@
|
|
1924
1996
|
},
|
1925
1997
|
"type": {
|
1926
1998
|
"type": "reference",
|
1927
|
-
"id":
|
1999
|
+
"id": 527,
|
1928
2000
|
"name": "ForwardedNavigationMenuWithStatics"
|
1929
2001
|
}
|
1930
2002
|
},
|
1931
2003
|
{
|
1932
|
-
"id":
|
2004
|
+
"id": 535,
|
1933
2005
|
"name": "Panel",
|
1934
2006
|
"kind": 1024,
|
1935
2007
|
"kindString": "Property",
|
@@ -1945,7 +2017,7 @@
|
|
1945
2017
|
"types": [
|
1946
2018
|
{
|
1947
2019
|
"type": "reference",
|
1948
|
-
"id":
|
2020
|
+
"id": 524,
|
1949
2021
|
"name": "NavigationPanelProps"
|
1950
2022
|
},
|
1951
2023
|
{
|
@@ -1978,7 +2050,7 @@
|
|
1978
2050
|
],
|
1979
2051
|
"props": [
|
1980
2052
|
{
|
1981
|
-
"id":
|
2053
|
+
"id": 604,
|
1982
2054
|
"name": "Close",
|
1983
2055
|
"kind": 1024,
|
1984
2056
|
"kindString": "Property",
|
@@ -1988,7 +2060,7 @@
|
|
1988
2060
|
"typeArguments": [
|
1989
2061
|
{
|
1990
2062
|
"type": "reference",
|
1991
|
-
"id":
|
2063
|
+
"id": 596,
|
1992
2064
|
"name": "PopoverCloseProps"
|
1993
2065
|
}
|
1994
2066
|
],
|
@@ -1998,7 +2070,7 @@
|
|
1998
2070
|
}
|
1999
2071
|
},
|
2000
2072
|
{
|
2001
|
-
"id":
|
2073
|
+
"id": 603,
|
2002
2074
|
"name": "Content",
|
2003
2075
|
"kind": 1024,
|
2004
2076
|
"kindString": "Property",
|
@@ -2008,7 +2080,7 @@
|
|
2008
2080
|
"typeArguments": [
|
2009
2081
|
{
|
2010
2082
|
"type": "reference",
|
2011
|
-
"id":
|
2083
|
+
"id": 589,
|
2012
2084
|
"name": "PopoverContentProps"
|
2013
2085
|
}
|
2014
2086
|
],
|
@@ -2018,7 +2090,7 @@
|
|
2018
2090
|
}
|
2019
2091
|
},
|
2020
2092
|
{
|
2021
|
-
"id":
|
2093
|
+
"id": 602,
|
2022
2094
|
"name": "Trigger",
|
2023
2095
|
"kind": 1024,
|
2024
2096
|
"kindString": "Property",
|
@@ -2028,7 +2100,7 @@
|
|
2028
2100
|
"typeArguments": [
|
2029
2101
|
{
|
2030
2102
|
"type": "reference",
|
2031
|
-
"id":
|
2103
|
+
"id": 584,
|
2032
2104
|
"name": "PopoverTriggerProps"
|
2033
2105
|
}
|
2034
2106
|
],
|
@@ -2045,7 +2117,7 @@
|
|
2045
2117
|
],
|
2046
2118
|
"props": [
|
2047
2119
|
{
|
2048
|
-
"id":
|
2120
|
+
"id": 739,
|
2049
2121
|
"name": "Item",
|
2050
2122
|
"kind": 1024,
|
2051
2123
|
"kindString": "Property",
|
@@ -2058,7 +2130,7 @@
|
|
2058
2130
|
"typeArguments": [
|
2059
2131
|
{
|
2060
2132
|
"type": "reference",
|
2061
|
-
"id":
|
2133
|
+
"id": 730,
|
2062
2134
|
"name": "RadioGroupItemProps"
|
2063
2135
|
}
|
2064
2136
|
],
|
@@ -2075,7 +2147,7 @@
|
|
2075
2147
|
],
|
2076
2148
|
"props": [
|
2077
2149
|
{
|
2078
|
-
"id":
|
2150
|
+
"id": 1012,
|
2079
2151
|
"name": "Content",
|
2080
2152
|
"kind": 1024,
|
2081
2153
|
"kindString": "Property",
|
@@ -2091,7 +2163,7 @@
|
|
2091
2163
|
"types": [
|
2092
2164
|
{
|
2093
2165
|
"type": "reference",
|
2094
|
-
"id":
|
2166
|
+
"id": 1005,
|
2095
2167
|
"name": "TabContentProps"
|
2096
2168
|
},
|
2097
2169
|
{
|
@@ -2117,7 +2189,7 @@
|
|
2117
2189
|
}
|
2118
2190
|
},
|
2119
2191
|
{
|
2120
|
-
"id":
|
2192
|
+
"id": 1010,
|
2121
2193
|
"name": "List",
|
2122
2194
|
"kind": 1024,
|
2123
2195
|
"kindString": "Property",
|
@@ -2133,7 +2205,7 @@
|
|
2133
2205
|
"types": [
|
2134
2206
|
{
|
2135
2207
|
"type": "reference",
|
2136
|
-
"id":
|
2208
|
+
"id": 1000,
|
2137
2209
|
"name": "TabListProps"
|
2138
2210
|
},
|
2139
2211
|
{
|
@@ -2159,7 +2231,7 @@
|
|
2159
2231
|
}
|
2160
2232
|
},
|
2161
2233
|
{
|
2162
|
-
"id":
|
2234
|
+
"id": 1011,
|
2163
2235
|
"name": "Trigger",
|
2164
2236
|
"kind": 1024,
|
2165
2237
|
"kindString": "Property",
|
@@ -2175,7 +2247,7 @@
|
|
2175
2247
|
"types": [
|
2176
2248
|
{
|
2177
2249
|
"type": "reference",
|
2178
|
-
"id":
|
2250
|
+
"id": 1001,
|
2179
2251
|
"name": "TabTriggerProps"
|
2180
2252
|
},
|
2181
2253
|
{
|
@@ -2208,7 +2280,7 @@
|
|
2208
2280
|
],
|
2209
2281
|
"props": [
|
2210
2282
|
{
|
2211
|
-
"id":
|
2283
|
+
"id": 1135,
|
2212
2284
|
"name": "Group",
|
2213
2285
|
"kind": 1024,
|
2214
2286
|
"kindString": "Property",
|
@@ -2224,7 +2296,7 @@
|
|
2224
2296
|
"types": [
|
2225
2297
|
{
|
2226
2298
|
"type": "reference",
|
2227
|
-
"id":
|
2299
|
+
"id": 1115,
|
2228
2300
|
"name": "TreeviewGroupProps"
|
2229
2301
|
},
|
2230
2302
|
{
|
@@ -2250,7 +2322,7 @@
|
|
2250
2322
|
}
|
2251
2323
|
},
|
2252
2324
|
{
|
2253
|
-
"id":
|
2325
|
+
"id": 1134,
|
2254
2326
|
"name": "Item",
|
2255
2327
|
"kind": 1024,
|
2256
2328
|
"kindString": "Property",
|
@@ -2266,7 +2338,7 @@
|
|
2266
2338
|
"types": [
|
2267
2339
|
{
|
2268
2340
|
"type": "reference",
|
2269
|
-
"id":
|
2341
|
+
"id": 1114,
|
2270
2342
|
"name": "TreeviewItemProps"
|
2271
2343
|
},
|
2272
2344
|
{
|
@@ -2299,7 +2371,7 @@
|
|
2299
2371
|
],
|
2300
2372
|
"props": [
|
2301
2373
|
{
|
2302
|
-
"id":
|
2374
|
+
"id": 267,
|
2303
2375
|
"name": "as",
|
2304
2376
|
"kind": 1024,
|
2305
2377
|
"kindString": "Property",
|
@@ -2328,7 +2400,7 @@
|
|
2328
2400
|
}
|
2329
2401
|
},
|
2330
2402
|
{
|
2331
|
-
"id":
|
2403
|
+
"id": 268,
|
2332
2404
|
"name": "children",
|
2333
2405
|
"kind": 1024,
|
2334
2406
|
"kindString": "Property",
|
@@ -2352,7 +2424,7 @@
|
|
2352
2424
|
],
|
2353
2425
|
"props": [
|
2354
2426
|
{
|
2355
|
-
"id":
|
2427
|
+
"id": 281,
|
2356
2428
|
"name": "placement",
|
2357
2429
|
"kind": 1024,
|
2358
2430
|
"kindString": "Property",
|
@@ -2374,7 +2446,7 @@
|
|
2374
2446
|
"HangerTexts": {
|
2375
2447
|
"props": [
|
2376
2448
|
{
|
2377
|
-
"id":
|
2449
|
+
"id": 275,
|
2378
2450
|
"name": "close",
|
2379
2451
|
"kind": 1024,
|
2380
2452
|
"kindString": "Property",
|
@@ -2396,7 +2468,7 @@
|
|
2396
2468
|
],
|
2397
2469
|
"props": [
|
2398
2470
|
{
|
2399
|
-
"id":
|
2471
|
+
"id": 297,
|
2400
2472
|
"name": "placement",
|
2401
2473
|
"kind": 1024,
|
2402
2474
|
"kindString": "Property",
|
@@ -2422,7 +2494,7 @@
|
|
2422
2494
|
],
|
2423
2495
|
"props": [
|
2424
2496
|
{
|
2425
|
-
"id":
|
2497
|
+
"id": 324,
|
2426
2498
|
"name": "appearance",
|
2427
2499
|
"kind": 1024,
|
2428
2500
|
"kindString": "Property",
|
@@ -2439,7 +2511,7 @@
|
|
2439
2511
|
}
|
2440
2512
|
},
|
2441
2513
|
{
|
2442
|
-
"id":
|
2514
|
+
"id": 331,
|
2443
2515
|
"name": "icon",
|
2444
2516
|
"kind": 1024,
|
2445
2517
|
"kindString": "Property",
|
@@ -2449,12 +2521,12 @@
|
|
2449
2521
|
},
|
2450
2522
|
"type": {
|
2451
2523
|
"type": "reference",
|
2452
|
-
"id":
|
2524
|
+
"id": 315,
|
2453
2525
|
"name": "IconName"
|
2454
2526
|
}
|
2455
2527
|
},
|
2456
2528
|
{
|
2457
|
-
"id":
|
2529
|
+
"id": 338,
|
2458
2530
|
"name": "rounded",
|
2459
2531
|
"kind": 1024,
|
2460
2532
|
"kindString": "Property",
|
@@ -2470,7 +2542,7 @@
|
|
2470
2542
|
}
|
2471
2543
|
},
|
2472
2544
|
{
|
2473
|
-
"id":
|
2545
|
+
"id": 339,
|
2474
2546
|
"name": "tooltip",
|
2475
2547
|
"kind": 1024,
|
2476
2548
|
"kindString": "Property",
|
@@ -2486,7 +2558,7 @@
|
|
2486
2558
|
}
|
2487
2559
|
},
|
2488
2560
|
{
|
2489
|
-
"id":
|
2561
|
+
"id": 325,
|
2490
2562
|
"name": "dialog",
|
2491
2563
|
"kind": 2048,
|
2492
2564
|
"kindString": "Method",
|
@@ -2495,7 +2567,7 @@
|
|
2495
2567
|
},
|
2496
2568
|
"signatures": [
|
2497
2569
|
{
|
2498
|
-
"id":
|
2570
|
+
"id": 326,
|
2499
2571
|
"name": "dialog",
|
2500
2572
|
"kind": 4096,
|
2501
2573
|
"kindString": "Call signature",
|
@@ -2505,7 +2577,7 @@
|
|
2505
2577
|
},
|
2506
2578
|
"parameters": [
|
2507
2579
|
{
|
2508
|
-
"id":
|
2580
|
+
"id": 327,
|
2509
2581
|
"name": "props",
|
2510
2582
|
"kind": 32768,
|
2511
2583
|
"kindString": "Parameter",
|
@@ -2515,7 +2587,7 @@
|
|
2515
2587
|
"typeArguments": [
|
2516
2588
|
{
|
2517
2589
|
"type": "reference",
|
2518
|
-
"id":
|
2590
|
+
"id": 220,
|
2519
2591
|
"name": "DialogProps"
|
2520
2592
|
}
|
2521
2593
|
],
|
@@ -2535,7 +2607,7 @@
|
|
2535
2607
|
]
|
2536
2608
|
},
|
2537
2609
|
{
|
2538
|
-
"id":
|
2610
|
+
"id": 328,
|
2539
2611
|
"name": "hanger",
|
2540
2612
|
"kind": 2048,
|
2541
2613
|
"kindString": "Method",
|
@@ -2544,7 +2616,7 @@
|
|
2544
2616
|
},
|
2545
2617
|
"signatures": [
|
2546
2618
|
{
|
2547
|
-
"id":
|
2619
|
+
"id": 329,
|
2548
2620
|
"name": "hanger",
|
2549
2621
|
"kind": 4096,
|
2550
2622
|
"kindString": "Call signature",
|
@@ -2554,7 +2626,7 @@
|
|
2554
2626
|
},
|
2555
2627
|
"parameters": [
|
2556
2628
|
{
|
2557
|
-
"id":
|
2629
|
+
"id": 330,
|
2558
2630
|
"name": "props",
|
2559
2631
|
"kind": 32768,
|
2560
2632
|
"kindString": "Parameter",
|
@@ -2564,7 +2636,7 @@
|
|
2564
2636
|
"typeArguments": [
|
2565
2637
|
{
|
2566
2638
|
"type": "reference",
|
2567
|
-
"id":
|
2639
|
+
"id": 282,
|
2568
2640
|
"name": "HangerProps"
|
2569
2641
|
}
|
2570
2642
|
],
|
@@ -2584,7 +2656,7 @@
|
|
2584
2656
|
]
|
2585
2657
|
},
|
2586
2658
|
{
|
2587
|
-
"id":
|
2659
|
+
"id": 332,
|
2588
2660
|
"name": "menu",
|
2589
2661
|
"kind": 2048,
|
2590
2662
|
"kindString": "Method",
|
@@ -2593,7 +2665,7 @@
|
|
2593
2665
|
},
|
2594
2666
|
"signatures": [
|
2595
2667
|
{
|
2596
|
-
"id":
|
2668
|
+
"id": 333,
|
2597
2669
|
"name": "menu",
|
2598
2670
|
"kind": 4096,
|
2599
2671
|
"kindString": "Call signature",
|
@@ -2603,7 +2675,7 @@
|
|
2603
2675
|
},
|
2604
2676
|
"parameters": [
|
2605
2677
|
{
|
2606
|
-
"id":
|
2678
|
+
"id": 334,
|
2607
2679
|
"name": "props",
|
2608
2680
|
"kind": 32768,
|
2609
2681
|
"kindString": "Parameter",
|
@@ -2613,7 +2685,7 @@
|
|
2613
2685
|
"typeArguments": [
|
2614
2686
|
{
|
2615
2687
|
"type": "reference",
|
2616
|
-
"id":
|
2688
|
+
"id": 417,
|
2617
2689
|
"name": "MenuProps"
|
2618
2690
|
}
|
2619
2691
|
],
|
@@ -2633,7 +2705,7 @@
|
|
2633
2705
|
]
|
2634
2706
|
},
|
2635
2707
|
{
|
2636
|
-
"id":
|
2708
|
+
"id": 335,
|
2637
2709
|
"name": "popover",
|
2638
2710
|
"kind": 2048,
|
2639
2711
|
"kindString": "Method",
|
@@ -2642,7 +2714,7 @@
|
|
2642
2714
|
},
|
2643
2715
|
"signatures": [
|
2644
2716
|
{
|
2645
|
-
"id":
|
2717
|
+
"id": 336,
|
2646
2718
|
"name": "popover",
|
2647
2719
|
"kind": 4096,
|
2648
2720
|
"kindString": "Call signature",
|
@@ -2652,7 +2724,7 @@
|
|
2652
2724
|
},
|
2653
2725
|
"parameters": [
|
2654
2726
|
{
|
2655
|
-
"id":
|
2727
|
+
"id": 337,
|
2656
2728
|
"name": "props",
|
2657
2729
|
"kind": 32768,
|
2658
2730
|
"kindString": "Parameter",
|
@@ -2662,7 +2734,7 @@
|
|
2662
2734
|
"typeArguments": [
|
2663
2735
|
{
|
2664
2736
|
"type": "reference",
|
2665
|
-
"id":
|
2737
|
+
"id": 597,
|
2666
2738
|
"name": "PopoverProps"
|
2667
2739
|
}
|
2668
2740
|
],
|
@@ -3507,7 +3579,7 @@
|
|
3507
3579
|
],
|
3508
3580
|
"props": [
|
3509
3581
|
{
|
3510
|
-
"id":
|
3582
|
+
"id": 318,
|
3511
3583
|
"name": "name",
|
3512
3584
|
"kind": 1024,
|
3513
3585
|
"kindString": "Property",
|
@@ -3517,7 +3589,7 @@
|
|
3517
3589
|
},
|
3518
3590
|
"type": {
|
3519
3591
|
"type": "reference",
|
3520
|
-
"id":
|
3592
|
+
"id": 315,
|
3521
3593
|
"name": "IconName"
|
3522
3594
|
}
|
3523
3595
|
}
|
@@ -3529,7 +3601,7 @@
|
|
3529
3601
|
],
|
3530
3602
|
"props": [
|
3531
3603
|
{
|
3532
|
-
"id":
|
3604
|
+
"id": 360,
|
3533
3605
|
"name": "button",
|
3534
3606
|
"kind": 1024,
|
3535
3607
|
"kindString": "Property",
|
@@ -3547,7 +3619,7 @@
|
|
3547
3619
|
}
|
3548
3620
|
},
|
3549
3621
|
{
|
3550
|
-
"id":
|
3622
|
+
"id": 362,
|
3551
3623
|
"name": "highlighted",
|
3552
3624
|
"kind": 1024,
|
3553
3625
|
"kindString": "Property",
|
@@ -3563,7 +3635,7 @@
|
|
3563
3635
|
}
|
3564
3636
|
},
|
3565
3637
|
{
|
3566
|
-
"id":
|
3638
|
+
"id": 361,
|
3567
3639
|
"name": "icon",
|
3568
3640
|
"kind": 1024,
|
3569
3641
|
"kindString": "Property",
|
@@ -3578,7 +3650,7 @@
|
|
3578
3650
|
"types": [
|
3579
3651
|
{
|
3580
3652
|
"type": "reference",
|
3581
|
-
"id":
|
3653
|
+
"id": 315,
|
3582
3654
|
"name": "IconName"
|
3583
3655
|
},
|
3584
3656
|
{
|
@@ -3591,7 +3663,7 @@
|
|
3591
3663
|
}
|
3592
3664
|
},
|
3593
3665
|
{
|
3594
|
-
"id":
|
3666
|
+
"id": 363,
|
3595
3667
|
"name": "invalid",
|
3596
3668
|
"kind": 1024,
|
3597
3669
|
"kindString": "Property",
|
@@ -3613,7 +3685,7 @@
|
|
3613
3685
|
],
|
3614
3686
|
"props": [
|
3615
3687
|
{
|
3616
|
-
"id":
|
3688
|
+
"id": 392,
|
3617
3689
|
"name": "data",
|
3618
3690
|
"kind": 1024,
|
3619
3691
|
"kindString": "Property",
|
@@ -3627,13 +3699,13 @@
|
|
3627
3699
|
"type": "array",
|
3628
3700
|
"elementType": {
|
3629
3701
|
"type": "reference",
|
3630
|
-
"id":
|
3702
|
+
"id": 383,
|
3631
3703
|
"name": "ListboxItem"
|
3632
3704
|
}
|
3633
3705
|
}
|
3634
3706
|
},
|
3635
3707
|
{
|
3636
|
-
"id":
|
3708
|
+
"id": 393,
|
3637
3709
|
"name": "defaultValue",
|
3638
3710
|
"kind": 1024,
|
3639
3711
|
"kindString": "Property",
|
@@ -3645,12 +3717,12 @@
|
|
3645
3717
|
},
|
3646
3718
|
"type": {
|
3647
3719
|
"type": "reference",
|
3648
|
-
"id":
|
3720
|
+
"id": 384,
|
3649
3721
|
"name": "ListboxValue"
|
3650
3722
|
}
|
3651
3723
|
},
|
3652
3724
|
{
|
3653
|
-
"id":
|
3725
|
+
"id": 394,
|
3654
3726
|
"name": "emptyValue",
|
3655
3727
|
"kind": 1024,
|
3656
3728
|
"kindString": "Property",
|
@@ -3662,12 +3734,12 @@
|
|
3662
3734
|
},
|
3663
3735
|
"type": {
|
3664
3736
|
"type": "reference",
|
3665
|
-
"id":
|
3737
|
+
"id": 384,
|
3666
3738
|
"name": "ListboxValue"
|
3667
3739
|
}
|
3668
3740
|
},
|
3669
3741
|
{
|
3670
|
-
"id":
|
3742
|
+
"id": 395,
|
3671
3743
|
"name": "highlighted",
|
3672
3744
|
"kind": 1024,
|
3673
3745
|
"kindString": "Property",
|
@@ -3683,7 +3755,7 @@
|
|
3683
3755
|
}
|
3684
3756
|
},
|
3685
3757
|
{
|
3686
|
-
"id":
|
3758
|
+
"id": 396,
|
3687
3759
|
"name": "invalid",
|
3688
3760
|
"kind": 1024,
|
3689
3761
|
"kindString": "Property",
|
@@ -3696,7 +3768,7 @@
|
|
3696
3768
|
}
|
3697
3769
|
},
|
3698
3770
|
{
|
3699
|
-
"id":
|
3771
|
+
"id": 397,
|
3700
3772
|
"name": "loading",
|
3701
3773
|
"kind": 1024,
|
3702
3774
|
"kindString": "Property",
|
@@ -3712,7 +3784,7 @@
|
|
3712
3784
|
}
|
3713
3785
|
},
|
3714
3786
|
{
|
3715
|
-
"id":
|
3787
|
+
"id": 398,
|
3716
3788
|
"name": "value",
|
3717
3789
|
"kind": 1024,
|
3718
3790
|
"kindString": "Property",
|
@@ -3724,7 +3796,7 @@
|
|
3724
3796
|
},
|
3725
3797
|
"type": {
|
3726
3798
|
"type": "reference",
|
3727
|
-
"id":
|
3799
|
+
"id": 384,
|
3728
3800
|
"name": "ListboxValue"
|
3729
3801
|
}
|
3730
3802
|
}
|
@@ -3733,7 +3805,7 @@
|
|
3733
3805
|
"ListboxTexts": {
|
3734
3806
|
"props": [
|
3735
3807
|
{
|
3736
|
-
"id":
|
3808
|
+
"id": 389,
|
3737
3809
|
"name": "allOption",
|
3738
3810
|
"kind": 1024,
|
3739
3811
|
"kindString": "Property",
|
@@ -3747,7 +3819,7 @@
|
|
3747
3819
|
}
|
3748
3820
|
},
|
3749
3821
|
{
|
3750
|
-
"id":
|
3822
|
+
"id": 387,
|
3751
3823
|
"name": "empty",
|
3752
3824
|
"kind": 1024,
|
3753
3825
|
"kindString": "Property",
|
@@ -3761,7 +3833,7 @@
|
|
3761
3833
|
}
|
3762
3834
|
},
|
3763
3835
|
{
|
3764
|
-
"id":
|
3836
|
+
"id": 388,
|
3765
3837
|
"name": "loading",
|
3766
3838
|
"kind": 1024,
|
3767
3839
|
"kindString": "Property",
|
@@ -3780,7 +3852,7 @@
|
|
3780
3852
|
"Localization": {
|
3781
3853
|
"props": [
|
3782
3854
|
{
|
3783
|
-
"id":
|
3855
|
+
"id": 630,
|
3784
3856
|
"name": "formatting",
|
3785
3857
|
"kind": 1024,
|
3786
3858
|
"kindString": "Property",
|
@@ -3791,14 +3863,14 @@
|
|
3791
3863
|
"type": {
|
3792
3864
|
"type": "reflection",
|
3793
3865
|
"declaration": {
|
3794
|
-
"id":
|
3866
|
+
"id": 631,
|
3795
3867
|
"name": "__type",
|
3796
3868
|
"kind": 65536,
|
3797
3869
|
"kindString": "Type literal",
|
3798
3870
|
"flags": {},
|
3799
3871
|
"children": [
|
3800
3872
|
{
|
3801
|
-
"id":
|
3873
|
+
"id": 632,
|
3802
3874
|
"name": "date",
|
3803
3875
|
"kind": 1024,
|
3804
3876
|
"kindString": "Property",
|
@@ -3817,7 +3889,7 @@
|
|
3817
3889
|
"title": "Properties",
|
3818
3890
|
"kind": 1024,
|
3819
3891
|
"children": [
|
3820
|
-
|
3892
|
+
632
|
3821
3893
|
]
|
3822
3894
|
}
|
3823
3895
|
]
|
@@ -3825,7 +3897,7 @@
|
|
3825
3897
|
}
|
3826
3898
|
},
|
3827
3899
|
{
|
3828
|
-
"id":
|
3900
|
+
"id": 628,
|
3829
3901
|
"name": "locale",
|
3830
3902
|
"kind": 1024,
|
3831
3903
|
"kindString": "Property",
|
@@ -3840,7 +3912,7 @@
|
|
3840
3912
|
}
|
3841
3913
|
},
|
3842
3914
|
{
|
3843
|
-
"id":
|
3915
|
+
"id": 629,
|
3844
3916
|
"name": "texts",
|
3845
3917
|
"kind": 1024,
|
3846
3918
|
"kindString": "Property",
|
@@ -3850,7 +3922,7 @@
|
|
3850
3922
|
},
|
3851
3923
|
"type": {
|
3852
3924
|
"type": "reference",
|
3853
|
-
"id":
|
3925
|
+
"id": 612,
|
3854
3926
|
"name": "LocalizationTexts"
|
3855
3927
|
}
|
3856
3928
|
}
|
@@ -3859,7 +3931,7 @@
|
|
3859
3931
|
"LocalizationTexts": {
|
3860
3932
|
"props": [
|
3861
3933
|
{
|
3862
|
-
"id":
|
3934
|
+
"id": 614,
|
3863
3935
|
"name": "calendar",
|
3864
3936
|
"kind": 1024,
|
3865
3937
|
"kindString": "Property",
|
@@ -3874,7 +3946,7 @@
|
|
3874
3946
|
}
|
3875
3947
|
},
|
3876
3948
|
{
|
3877
|
-
"id":
|
3949
|
+
"id": 615,
|
3878
3950
|
"name": "combobox",
|
3879
3951
|
"kind": 1024,
|
3880
3952
|
"kindString": "Property",
|
@@ -3884,12 +3956,12 @@
|
|
3884
3956
|
},
|
3885
3957
|
"type": {
|
3886
3958
|
"type": "reference",
|
3887
|
-
"id":
|
3959
|
+
"id": 161,
|
3888
3960
|
"name": "ComboboxTexts"
|
3889
3961
|
}
|
3890
3962
|
},
|
3891
3963
|
{
|
3892
|
-
"id":
|
3964
|
+
"id": 616,
|
3893
3965
|
"name": "datepicker",
|
3894
3966
|
"kind": 1024,
|
3895
3967
|
"kindString": "Property",
|
@@ -3899,12 +3971,12 @@
|
|
3899
3971
|
},
|
3900
3972
|
"type": {
|
3901
3973
|
"type": "reference",
|
3902
|
-
"id":
|
3974
|
+
"id": 168,
|
3903
3975
|
"name": "DatepickerTexts"
|
3904
3976
|
}
|
3905
3977
|
},
|
3906
3978
|
{
|
3907
|
-
"id":
|
3979
|
+
"id": 619,
|
3908
3980
|
"name": "dialog",
|
3909
3981
|
"kind": 1024,
|
3910
3982
|
"kindString": "Property",
|
@@ -3914,12 +3986,12 @@
|
|
3914
3986
|
},
|
3915
3987
|
"type": {
|
3916
3988
|
"type": "reference",
|
3917
|
-
"id":
|
3989
|
+
"id": 216,
|
3918
3990
|
"name": "DialogTexts"
|
3919
3991
|
}
|
3920
3992
|
},
|
3921
3993
|
{
|
3922
|
-
"id":
|
3994
|
+
"id": 617,
|
3923
3995
|
"name": "hanger",
|
3924
3996
|
"kind": 1024,
|
3925
3997
|
"kindString": "Property",
|
@@ -3929,12 +4001,12 @@
|
|
3929
4001
|
},
|
3930
4002
|
"type": {
|
3931
4003
|
"type": "reference",
|
3932
|
-
"id":
|
4004
|
+
"id": 273,
|
3933
4005
|
"name": "HangerTexts"
|
3934
4006
|
}
|
3935
4007
|
},
|
3936
4008
|
{
|
3937
|
-
"id":
|
4009
|
+
"id": 618,
|
3938
4010
|
"name": "listbox",
|
3939
4011
|
"kind": 1024,
|
3940
4012
|
"kindString": "Property",
|
@@ -3944,12 +4016,12 @@
|
|
3944
4016
|
},
|
3945
4017
|
"type": {
|
3946
4018
|
"type": "reference",
|
3947
|
-
"id":
|
4019
|
+
"id": 385,
|
3948
4020
|
"name": "ListboxTexts"
|
3949
4021
|
}
|
3950
4022
|
},
|
3951
4023
|
{
|
3952
|
-
"id":
|
4024
|
+
"id": 620,
|
3953
4025
|
"name": "pagination",
|
3954
4026
|
"kind": 1024,
|
3955
4027
|
"kindString": "Property",
|
@@ -3959,12 +4031,12 @@
|
|
3959
4031
|
},
|
3960
4032
|
"type": {
|
3961
4033
|
"type": "reference",
|
3962
|
-
"id":
|
4034
|
+
"id": 548,
|
3963
4035
|
"name": "PaginationTexts"
|
3964
4036
|
}
|
3965
4037
|
},
|
3966
4038
|
{
|
3967
|
-
"id":
|
4039
|
+
"id": 625,
|
3968
4040
|
"name": "searchInput",
|
3969
4041
|
"kind": 1024,
|
3970
4042
|
"kindString": "Property",
|
@@ -3974,12 +4046,12 @@
|
|
3974
4046
|
},
|
3975
4047
|
"type": {
|
3976
4048
|
"type": "reference",
|
3977
|
-
"id":
|
4049
|
+
"id": 370,
|
3978
4050
|
"name": "SearchInputTexts"
|
3979
4051
|
}
|
3980
4052
|
},
|
3981
4053
|
{
|
3982
|
-
"id":
|
4054
|
+
"id": 622,
|
3983
4055
|
"name": "select",
|
3984
4056
|
"kind": 1024,
|
3985
4057
|
"kindString": "Property",
|
@@ -3989,12 +4061,12 @@
|
|
3989
4061
|
},
|
3990
4062
|
"type": {
|
3991
4063
|
"type": "reference",
|
3992
|
-
"id":
|
4064
|
+
"id": 750,
|
3993
4065
|
"name": "SelectTexts"
|
3994
4066
|
}
|
3995
4067
|
},
|
3996
4068
|
{
|
3997
|
-
"id":
|
4069
|
+
"id": 621,
|
3998
4070
|
"name": "table",
|
3999
4071
|
"kind": 1024,
|
4000
4072
|
"kindString": "Property",
|
@@ -4004,12 +4076,12 @@
|
|
4004
4076
|
},
|
4005
4077
|
"type": {
|
4006
4078
|
"type": "reference",
|
4007
|
-
"id":
|
4079
|
+
"id": 935,
|
4008
4080
|
"name": "TableTexts"
|
4009
4081
|
}
|
4010
4082
|
},
|
4011
4083
|
{
|
4012
|
-
"id":
|
4084
|
+
"id": 623,
|
4013
4085
|
"name": "toasts",
|
4014
4086
|
"kind": 1024,
|
4015
4087
|
"kindString": "Property",
|
@@ -4023,7 +4095,7 @@
|
|
4023
4095
|
}
|
4024
4096
|
},
|
4025
4097
|
{
|
4026
|
-
"id":
|
4098
|
+
"id": 624,
|
4027
4099
|
"name": "tour",
|
4028
4100
|
"kind": 1024,
|
4029
4101
|
"kindString": "Property",
|
@@ -4033,7 +4105,7 @@
|
|
4033
4105
|
},
|
4034
4106
|
"type": {
|
4035
4107
|
"type": "reference",
|
4036
|
-
"id":
|
4108
|
+
"id": 1066,
|
4037
4109
|
"name": "TourTexts"
|
4038
4110
|
}
|
4039
4111
|
}
|
@@ -4042,24 +4114,7 @@
|
|
4042
4114
|
"MenuProps": {
|
4043
4115
|
"props": [
|
4044
4116
|
{
|
4045
|
-
"id":
|
4046
|
-
"name": "appearance",
|
4047
|
-
"kind": 1024,
|
4048
|
-
"kindString": "Property",
|
4049
|
-
"flags": {
|
4050
|
-
"isOptional": true
|
4051
|
-
},
|
4052
|
-
"comment": {
|
4053
|
-
"shortText": "Appearance will change the style of the button"
|
4054
|
-
},
|
4055
|
-
"type": {
|
4056
|
-
"type": "reference",
|
4057
|
-
"id": 3,
|
4058
|
-
"name": "Appearance"
|
4059
|
-
}
|
4060
|
-
},
|
4061
|
-
{
|
4062
|
-
"id": 408,
|
4117
|
+
"id": 419,
|
4063
4118
|
"name": "children",
|
4064
4119
|
"kind": 1024,
|
4065
4120
|
"kindString": "Property",
|
@@ -4072,7 +4127,7 @@
|
|
4072
4127
|
}
|
4073
4128
|
},
|
4074
4129
|
{
|
4075
|
-
"id":
|
4130
|
+
"id": 420,
|
4076
4131
|
"name": "id",
|
4077
4132
|
"kind": 1024,
|
4078
4133
|
"kindString": "Property",
|
@@ -4085,7 +4140,7 @@
|
|
4085
4140
|
}
|
4086
4141
|
},
|
4087
4142
|
{
|
4088
|
-
"id":
|
4143
|
+
"id": 421,
|
4089
4144
|
"name": "trigger",
|
4090
4145
|
"kind": 1024,
|
4091
4146
|
"kindString": "Property",
|
@@ -4110,7 +4165,7 @@
|
|
4110
4165
|
],
|
4111
4166
|
"props": [
|
4112
4167
|
{
|
4113
|
-
"id":
|
4168
|
+
"id": 519,
|
4114
4169
|
"name": "active",
|
4115
4170
|
"kind": 1024,
|
4116
4171
|
"kindString": "Property",
|
@@ -4126,7 +4181,7 @@
|
|
4126
4181
|
}
|
4127
4182
|
},
|
4128
4183
|
{
|
4129
|
-
"id":
|
4184
|
+
"id": 520,
|
4130
4185
|
"name": "onDrop",
|
4131
4186
|
"kind": 1024,
|
4132
4187
|
"kindString": "Property",
|
@@ -4144,7 +4199,7 @@
|
|
4144
4199
|
}
|
4145
4200
|
},
|
4146
4201
|
{
|
4147
|
-
"id":
|
4202
|
+
"id": 521,
|
4148
4203
|
"name": "postfix",
|
4149
4204
|
"kind": 1024,
|
4150
4205
|
"kindString": "Property",
|
@@ -4162,7 +4217,7 @@
|
|
4162
4217
|
}
|
4163
4218
|
},
|
4164
4219
|
{
|
4165
|
-
"id":
|
4220
|
+
"id": 522,
|
4166
4221
|
"name": "prefix",
|
4167
4222
|
"kind": 1024,
|
4168
4223
|
"kindString": "Property",
|
@@ -4180,7 +4235,7 @@
|
|
4180
4235
|
}
|
4181
4236
|
},
|
4182
4237
|
{
|
4183
|
-
"id":
|
4238
|
+
"id": 523,
|
4184
4239
|
"name": "target",
|
4185
4240
|
"kind": 1024,
|
4186
4241
|
"kindString": "Property",
|
@@ -4215,7 +4270,7 @@
|
|
4215
4270
|
],
|
4216
4271
|
"props": [
|
4217
4272
|
{
|
4218
|
-
"id":
|
4273
|
+
"id": 561,
|
4219
4274
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
4220
4275
|
"kind": 1024,
|
4221
4276
|
"kindString": "Property",
|
@@ -4231,7 +4286,7 @@
|
|
4231
4286
|
}
|
4232
4287
|
},
|
4233
4288
|
{
|
4234
|
-
"id":
|
4289
|
+
"id": 556,
|
4235
4290
|
"name": "length",
|
4236
4291
|
"kind": 1024,
|
4237
4292
|
"kindString": "Property",
|
@@ -4245,7 +4300,7 @@
|
|
4245
4300
|
}
|
4246
4301
|
},
|
4247
4302
|
{
|
4248
|
-
"id":
|
4303
|
+
"id": 557,
|
4249
4304
|
"name": "pageSizes",
|
4250
4305
|
"kind": 1024,
|
4251
4306
|
"kindString": "Property",
|
@@ -4264,7 +4319,7 @@
|
|
4264
4319
|
}
|
4265
4320
|
},
|
4266
4321
|
{
|
4267
|
-
"id":
|
4322
|
+
"id": 558,
|
4268
4323
|
"name": "showPageControls",
|
4269
4324
|
"kind": 1024,
|
4270
4325
|
"kindString": "Property",
|
@@ -4280,7 +4335,7 @@
|
|
4280
4335
|
}
|
4281
4336
|
},
|
4282
4337
|
{
|
4283
|
-
"id":
|
4338
|
+
"id": 559,
|
4284
4339
|
"name": "showPageNumbers",
|
4285
4340
|
"kind": 1024,
|
4286
4341
|
"kindString": "Property",
|
@@ -4296,7 +4351,7 @@
|
|
4296
4351
|
}
|
4297
4352
|
},
|
4298
4353
|
{
|
4299
|
-
"id":
|
4354
|
+
"id": 560,
|
4300
4355
|
"name": "showPageSize",
|
4301
4356
|
"kind": 1024,
|
4302
4357
|
"kindString": "Property",
|
@@ -4316,7 +4371,7 @@
|
|
4316
4371
|
"PaginationTexts": {
|
4317
4372
|
"props": [
|
4318
4373
|
{
|
4319
|
-
"id":
|
4374
|
+
"id": 553,
|
4320
4375
|
"name": "actions",
|
4321
4376
|
"kind": 1024,
|
4322
4377
|
"kindString": "Property",
|
@@ -4326,12 +4381,12 @@
|
|
4326
4381
|
},
|
4327
4382
|
"type": {
|
4328
4383
|
"type": "reference",
|
4329
|
-
"id":
|
4384
|
+
"id": 537,
|
4330
4385
|
"name": "PaginationTextsActions"
|
4331
4386
|
}
|
4332
4387
|
},
|
4333
4388
|
{
|
4334
|
-
"id":
|
4389
|
+
"id": 550,
|
4335
4390
|
"name": "label",
|
4336
4391
|
"kind": 1024,
|
4337
4392
|
"kindString": "Property",
|
@@ -4345,7 +4400,7 @@
|
|
4345
4400
|
}
|
4346
4401
|
},
|
4347
4402
|
{
|
4348
|
-
"id":
|
4403
|
+
"id": 551,
|
4349
4404
|
"name": "pageSize",
|
4350
4405
|
"kind": 1024,
|
4351
4406
|
"kindString": "Property",
|
@@ -4359,7 +4414,7 @@
|
|
4359
4414
|
}
|
4360
4415
|
},
|
4361
4416
|
{
|
4362
|
-
"id":
|
4417
|
+
"id": 552,
|
4363
4418
|
"name": "showingXofYofTotal",
|
4364
4419
|
"kind": 1024,
|
4365
4420
|
"kindString": "Property",
|
@@ -4377,7 +4432,7 @@
|
|
4377
4432
|
"PaginationTextsActions": {
|
4378
4433
|
"props": [
|
4379
4434
|
{
|
4380
|
-
"id":
|
4435
|
+
"id": 539,
|
4381
4436
|
"name": "firstPage",
|
4382
4437
|
"kind": 1024,
|
4383
4438
|
"kindString": "Property",
|
@@ -4391,7 +4446,7 @@
|
|
4391
4446
|
}
|
4392
4447
|
},
|
4393
4448
|
{
|
4394
|
-
"id":
|
4449
|
+
"id": 540,
|
4395
4450
|
"name": "firstPageWithShortcut",
|
4396
4451
|
"kind": 1024,
|
4397
4452
|
"kindString": "Property",
|
@@ -4405,7 +4460,7 @@
|
|
4405
4460
|
}
|
4406
4461
|
},
|
4407
4462
|
{
|
4408
|
-
"id":
|
4463
|
+
"id": 545,
|
4409
4464
|
"name": "lastPage",
|
4410
4465
|
"kind": 1024,
|
4411
4466
|
"kindString": "Property",
|
@@ -4419,7 +4474,7 @@
|
|
4419
4474
|
}
|
4420
4475
|
},
|
4421
4476
|
{
|
4422
|
-
"id":
|
4477
|
+
"id": 546,
|
4423
4478
|
"name": "lastPageWithShortcut",
|
4424
4479
|
"kind": 1024,
|
4425
4480
|
"kindString": "Property",
|
@@ -4433,7 +4488,7 @@
|
|
4433
4488
|
}
|
4434
4489
|
},
|
4435
4490
|
{
|
4436
|
-
"id":
|
4491
|
+
"id": 541,
|
4437
4492
|
"name": "nextPage",
|
4438
4493
|
"kind": 1024,
|
4439
4494
|
"kindString": "Property",
|
@@ -4447,7 +4502,7 @@
|
|
4447
4502
|
}
|
4448
4503
|
},
|
4449
4504
|
{
|
4450
|
-
"id":
|
4505
|
+
"id": 542,
|
4451
4506
|
"name": "nextPageWithShortcut",
|
4452
4507
|
"kind": 1024,
|
4453
4508
|
"kindString": "Property",
|
@@ -4461,7 +4516,7 @@
|
|
4461
4516
|
}
|
4462
4517
|
},
|
4463
4518
|
{
|
4464
|
-
"id":
|
4519
|
+
"id": 547,
|
4465
4520
|
"name": "pageX",
|
4466
4521
|
"kind": 1024,
|
4467
4522
|
"kindString": "Property",
|
@@ -4475,7 +4530,7 @@
|
|
4475
4530
|
}
|
4476
4531
|
},
|
4477
4532
|
{
|
4478
|
-
"id":
|
4533
|
+
"id": 543,
|
4479
4534
|
"name": "previousPage",
|
4480
4535
|
"kind": 1024,
|
4481
4536
|
"kindString": "Property",
|
@@ -4489,7 +4544,7 @@
|
|
4489
4544
|
}
|
4490
4545
|
},
|
4491
4546
|
{
|
4492
|
-
"id":
|
4547
|
+
"id": 544,
|
4493
4548
|
"name": "previousPageWithShortcut",
|
4494
4549
|
"kind": 1024,
|
4495
4550
|
"kindString": "Property",
|
@@ -4511,7 +4566,7 @@
|
|
4511
4566
|
],
|
4512
4567
|
"props": [
|
4513
4568
|
{
|
4514
|
-
"id":
|
4569
|
+
"id": 591,
|
4515
4570
|
"name": "children",
|
4516
4571
|
"kind": 1024,
|
4517
4572
|
"kindString": "Property",
|
@@ -4528,28 +4583,28 @@
|
|
4528
4583
|
{
|
4529
4584
|
"type": "reflection",
|
4530
4585
|
"declaration": {
|
4531
|
-
"id":
|
4586
|
+
"id": 592,
|
4532
4587
|
"name": "__type",
|
4533
4588
|
"kind": 65536,
|
4534
4589
|
"kindString": "Type literal",
|
4535
4590
|
"flags": {},
|
4536
4591
|
"signatures": [
|
4537
4592
|
{
|
4538
|
-
"id":
|
4593
|
+
"id": 593,
|
4539
4594
|
"name": "__type",
|
4540
4595
|
"kind": 4096,
|
4541
4596
|
"kindString": "Call signature",
|
4542
4597
|
"flags": {},
|
4543
4598
|
"parameters": [
|
4544
4599
|
{
|
4545
|
-
"id":
|
4600
|
+
"id": 594,
|
4546
4601
|
"name": "props",
|
4547
4602
|
"kind": 32768,
|
4548
4603
|
"kindString": "Parameter",
|
4549
4604
|
"flags": {},
|
4550
4605
|
"type": {
|
4551
4606
|
"type": "reference",
|
4552
|
-
"id":
|
4607
|
+
"id": 585,
|
4553
4608
|
"name": "PopoverContentRenderProps"
|
4554
4609
|
}
|
4555
4610
|
}
|
@@ -4568,7 +4623,7 @@
|
|
4568
4623
|
}
|
4569
4624
|
},
|
4570
4625
|
{
|
4571
|
-
"id":
|
4626
|
+
"id": 595,
|
4572
4627
|
"name": "placement",
|
4573
4628
|
"kind": 1024,
|
4574
4629
|
"kindString": "Property",
|
@@ -4589,14 +4644,14 @@
|
|
4589
4644
|
"PopoverContentRenderProps": {
|
4590
4645
|
"props": [
|
4591
4646
|
{
|
4592
|
-
"id":
|
4647
|
+
"id": 587,
|
4593
4648
|
"name": "close",
|
4594
4649
|
"kind": 2048,
|
4595
4650
|
"kindString": "Method",
|
4596
4651
|
"flags": {},
|
4597
4652
|
"signatures": [
|
4598
4653
|
{
|
4599
|
-
"id":
|
4654
|
+
"id": 588,
|
4600
4655
|
"name": "close",
|
4601
4656
|
"kind": 4096,
|
4602
4657
|
"kindString": "Call signature",
|
@@ -4618,7 +4673,7 @@
|
|
4618
4673
|
],
|
4619
4674
|
"props": [
|
4620
4675
|
{
|
4621
|
-
"id":
|
4676
|
+
"id": 608,
|
4622
4677
|
"name": "duration",
|
4623
4678
|
"kind": 1024,
|
4624
4679
|
"kindString": "Property",
|
@@ -4638,7 +4693,7 @@
|
|
4638
4693
|
"ProviderProps": {
|
4639
4694
|
"props": [
|
4640
4695
|
{
|
4641
|
-
"id":
|
4696
|
+
"id": 713,
|
4642
4697
|
"name": "children",
|
4643
4698
|
"kind": 1024,
|
4644
4699
|
"kindString": "Property",
|
@@ -4654,7 +4709,7 @@
|
|
4654
4709
|
}
|
4655
4710
|
},
|
4656
4711
|
{
|
4657
|
-
"id":
|
4712
|
+
"id": 714,
|
4658
4713
|
"name": "localization",
|
4659
4714
|
"kind": 1024,
|
4660
4715
|
"kindString": "Property",
|
@@ -4666,7 +4721,7 @@
|
|
4666
4721
|
},
|
4667
4722
|
"type": {
|
4668
4723
|
"type": "reference",
|
4669
|
-
"id":
|
4724
|
+
"id": 626,
|
4670
4725
|
"name": "Localization"
|
4671
4726
|
}
|
4672
4727
|
}
|
@@ -4678,7 +4733,7 @@
|
|
4678
4733
|
],
|
4679
4734
|
"props": [
|
4680
4735
|
{
|
4681
|
-
"id":
|
4736
|
+
"id": 732,
|
4682
4737
|
"name": "children",
|
4683
4738
|
"kind": 1024,
|
4684
4739
|
"kindString": "Property",
|
@@ -4694,7 +4749,7 @@
|
|
4694
4749
|
}
|
4695
4750
|
},
|
4696
4751
|
{
|
4697
|
-
"id":
|
4752
|
+
"id": 733,
|
4698
4753
|
"name": "disabled",
|
4699
4754
|
"kind": 1024,
|
4700
4755
|
"kindString": "Property",
|
@@ -4707,7 +4762,7 @@
|
|
4707
4762
|
}
|
4708
4763
|
},
|
4709
4764
|
{
|
4710
|
-
"id":
|
4765
|
+
"id": 734,
|
4711
4766
|
"name": "value",
|
4712
4767
|
"kind": 1024,
|
4713
4768
|
"kindString": "Property",
|
@@ -4717,7 +4772,7 @@
|
|
4717
4772
|
},
|
4718
4773
|
"type": {
|
4719
4774
|
"type": "reference",
|
4720
|
-
"id":
|
4775
|
+
"id": 722,
|
4721
4776
|
"name": "RadioGroupItemValue"
|
4722
4777
|
}
|
4723
4778
|
}
|
@@ -4742,7 +4797,7 @@
|
|
4742
4797
|
],
|
4743
4798
|
"props": [
|
4744
4799
|
{
|
4745
|
-
"id":
|
4800
|
+
"id": 779,
|
4746
4801
|
"name": "subRows",
|
4747
4802
|
"kind": 1024,
|
4748
4803
|
"kindString": "Property",
|
@@ -4753,11 +4808,11 @@
|
|
4753
4808
|
"type": "array",
|
4754
4809
|
"elementType": {
|
4755
4810
|
"type": "reference",
|
4756
|
-
"id":
|
4811
|
+
"id": 777,
|
4757
4812
|
"typeArguments": [
|
4758
4813
|
{
|
4759
4814
|
"type": "reference",
|
4760
|
-
"id":
|
4815
|
+
"id": 781,
|
4761
4816
|
"name": "TRow"
|
4762
4817
|
}
|
4763
4818
|
],
|
@@ -4827,7 +4882,7 @@
|
|
4827
4882
|
],
|
4828
4883
|
"props": [
|
4829
4884
|
{
|
4830
|
-
"id":
|
4885
|
+
"id": 375,
|
4831
4886
|
"name": "onSearch",
|
4832
4887
|
"kind": 2048,
|
4833
4888
|
"kindString": "Method",
|
@@ -4836,7 +4891,7 @@
|
|
4836
4891
|
},
|
4837
4892
|
"signatures": [
|
4838
4893
|
{
|
4839
|
-
"id":
|
4894
|
+
"id": 376,
|
4840
4895
|
"name": "onSearch",
|
4841
4896
|
"kind": 4096,
|
4842
4897
|
"kindString": "Call signature",
|
@@ -4846,7 +4901,7 @@
|
|
4846
4901
|
},
|
4847
4902
|
"parameters": [
|
4848
4903
|
{
|
4849
|
-
"id":
|
4904
|
+
"id": 377,
|
4850
4905
|
"name": "value",
|
4851
4906
|
"kind": 32768,
|
4852
4907
|
"kindString": "Parameter",
|
@@ -4893,7 +4948,7 @@
|
|
4893
4948
|
"SearchInputTexts": {
|
4894
4949
|
"props": [
|
4895
4950
|
{
|
4896
|
-
"id":
|
4951
|
+
"id": 372,
|
4897
4952
|
"name": "inputLabel",
|
4898
4953
|
"kind": 1024,
|
4899
4954
|
"kindString": "Property",
|
@@ -4914,7 +4969,7 @@
|
|
4914
4969
|
],
|
4915
4970
|
"props": [
|
4916
4971
|
{
|
4917
|
-
"id":
|
4972
|
+
"id": 758,
|
4918
4973
|
"name": "editable",
|
4919
4974
|
"kind": 1024,
|
4920
4975
|
"kindString": "Property",
|
@@ -4934,7 +4989,7 @@
|
|
4934
4989
|
"SelectTexts": {
|
4935
4990
|
"props": [
|
4936
4991
|
{
|
4937
|
-
"id":
|
4992
|
+
"id": 752,
|
4938
4993
|
"name": "allOptionsSelected",
|
4939
4994
|
"kind": 1024,
|
4940
4995
|
"kindString": "Property",
|
@@ -4974,7 +5029,7 @@
|
|
4974
5029
|
"SortRule": {
|
4975
5030
|
"props": [
|
4976
5031
|
{
|
4977
|
-
"id":
|
5032
|
+
"id": 830,
|
4978
5033
|
"name": "accessor",
|
4979
5034
|
"kind": 1024,
|
4980
5035
|
"kindString": "Property",
|
@@ -4987,7 +5042,7 @@
|
|
4987
5042
|
"typeArguments": [
|
4988
5043
|
{
|
4989
5044
|
"type": "reference",
|
4990
|
-
"id":
|
5045
|
+
"id": 832,
|
4991
5046
|
"name": "T"
|
4992
5047
|
}
|
4993
5048
|
],
|
@@ -4997,7 +5052,7 @@
|
|
4997
5052
|
}
|
4998
5053
|
},
|
4999
5054
|
{
|
5000
|
-
"id":
|
5055
|
+
"id": 831,
|
5001
5056
|
"name": "desc",
|
5002
5057
|
"kind": 1024,
|
5003
5058
|
"kindString": "Property",
|
@@ -5042,7 +5097,7 @@
|
|
5042
5097
|
],
|
5043
5098
|
"props": [
|
5044
5099
|
{
|
5045
|
-
"id":
|
5100
|
+
"id": 766,
|
5046
5101
|
"name": "delay",
|
5047
5102
|
"kind": 1024,
|
5048
5103
|
"kindString": "Property",
|
@@ -5058,7 +5113,7 @@
|
|
5058
5113
|
}
|
5059
5114
|
},
|
5060
5115
|
{
|
5061
|
-
"id":
|
5116
|
+
"id": 767,
|
5062
5117
|
"name": "label",
|
5063
5118
|
"kind": 1024,
|
5064
5119
|
"kindString": "Property",
|
@@ -5085,7 +5140,7 @@
|
|
5085
5140
|
],
|
5086
5141
|
"props": [
|
5087
5142
|
{
|
5088
|
-
"id":
|
5143
|
+
"id": 1007,
|
5089
5144
|
"name": "id",
|
5090
5145
|
"kind": 1024,
|
5091
5146
|
"kindString": "Property",
|
@@ -5107,7 +5162,7 @@
|
|
5107
5162
|
],
|
5108
5163
|
"props": [
|
5109
5164
|
{
|
5110
|
-
"id":
|
5165
|
+
"id": 1004,
|
5111
5166
|
"name": "disabled",
|
5112
5167
|
"kind": 1024,
|
5113
5168
|
"kindString": "Property",
|
@@ -5123,7 +5178,7 @@
|
|
5123
5178
|
}
|
5124
5179
|
},
|
5125
5180
|
{
|
5126
|
-
"id":
|
5181
|
+
"id": 1003,
|
5127
5182
|
"name": "id",
|
5128
5183
|
"kind": 1024,
|
5129
5184
|
"kindString": "Property",
|
@@ -5141,7 +5196,7 @@
|
|
5141
5196
|
"TableCell": {
|
5142
5197
|
"props": [
|
5143
5198
|
{
|
5144
|
-
"id":
|
5199
|
+
"id": 836,
|
5145
5200
|
"name": "accessor",
|
5146
5201
|
"kind": 1024,
|
5147
5202
|
"kindString": "Property",
|
@@ -5152,7 +5207,7 @@
|
|
5152
5207
|
}
|
5153
5208
|
},
|
5154
5209
|
{
|
5155
|
-
"id":
|
5210
|
+
"id": 837,
|
5156
5211
|
"name": "row",
|
5157
5212
|
"kind": 1024,
|
5158
5213
|
"kindString": "Property",
|
@@ -5162,11 +5217,11 @@
|
|
5162
5217
|
},
|
5163
5218
|
"type": {
|
5164
5219
|
"type": "reference",
|
5165
|
-
"id":
|
5220
|
+
"id": 910,
|
5166
5221
|
"typeArguments": [
|
5167
5222
|
{
|
5168
5223
|
"type": "reference",
|
5169
|
-
"id":
|
5224
|
+
"id": 839,
|
5170
5225
|
"name": "TRow"
|
5171
5226
|
}
|
5172
5227
|
],
|
@@ -5174,7 +5229,7 @@
|
|
5174
5229
|
}
|
5175
5230
|
},
|
5176
5231
|
{
|
5177
|
-
"id":
|
5232
|
+
"id": 838,
|
5178
5233
|
"name": "value",
|
5179
5234
|
"kind": 1024,
|
5180
5235
|
"kindString": "Property",
|
@@ -5192,7 +5247,7 @@
|
|
5192
5247
|
"TableColumnProps": {
|
5193
5248
|
"props": [
|
5194
5249
|
{
|
5195
|
-
"id":
|
5250
|
+
"id": 842,
|
5196
5251
|
"name": "accessor",
|
5197
5252
|
"kind": 1024,
|
5198
5253
|
"kindString": "Property",
|
@@ -5206,7 +5261,7 @@
|
|
5206
5261
|
}
|
5207
5262
|
},
|
5208
5263
|
{
|
5209
|
-
"id":
|
5264
|
+
"id": 843,
|
5210
5265
|
"name": "align",
|
5211
5266
|
"kind": 1024,
|
5212
5267
|
"kindString": "Property",
|
@@ -5235,7 +5290,7 @@
|
|
5235
5290
|
}
|
5236
5291
|
},
|
5237
5292
|
{
|
5238
|
-
"id":
|
5293
|
+
"id": 844,
|
5239
5294
|
"name": "className",
|
5240
5295
|
"kind": 1024,
|
5241
5296
|
"kindString": "Property",
|
@@ -5251,7 +5306,7 @@
|
|
5251
5306
|
}
|
5252
5307
|
},
|
5253
5308
|
{
|
5254
|
-
"id":
|
5309
|
+
"id": 848,
|
5255
5310
|
"name": "disableSorting",
|
5256
5311
|
"kind": 1024,
|
5257
5312
|
"kindString": "Property",
|
@@ -5267,7 +5322,7 @@
|
|
5267
5322
|
}
|
5268
5323
|
},
|
5269
5324
|
{
|
5270
|
-
"id":
|
5325
|
+
"id": 852,
|
5271
5326
|
"name": "flex",
|
5272
5327
|
"kind": 1024,
|
5273
5328
|
"kindString": "Property",
|
@@ -5287,28 +5342,28 @@
|
|
5287
5342
|
{
|
5288
5343
|
"type": "reflection",
|
5289
5344
|
"declaration": {
|
5290
|
-
"id":
|
5345
|
+
"id": 853,
|
5291
5346
|
"name": "__type",
|
5292
5347
|
"kind": 65536,
|
5293
5348
|
"kindString": "Type literal",
|
5294
5349
|
"flags": {},
|
5295
5350
|
"signatures": [
|
5296
5351
|
{
|
5297
|
-
"id":
|
5352
|
+
"id": 854,
|
5298
5353
|
"name": "__type",
|
5299
5354
|
"kind": 4096,
|
5300
5355
|
"kindString": "Call signature",
|
5301
5356
|
"flags": {},
|
5302
5357
|
"parameters": [
|
5303
5358
|
{
|
5304
|
-
"id":
|
5359
|
+
"id": 855,
|
5305
5360
|
"name": "row",
|
5306
5361
|
"kind": 32768,
|
5307
5362
|
"kindString": "Parameter",
|
5308
5363
|
"flags": {},
|
5309
5364
|
"type": {
|
5310
5365
|
"type": "reference",
|
5311
|
-
"id":
|
5366
|
+
"id": 862,
|
5312
5367
|
"name": "TRow"
|
5313
5368
|
}
|
5314
5369
|
}
|
@@ -5325,7 +5380,7 @@
|
|
5325
5380
|
}
|
5326
5381
|
},
|
5327
5382
|
{
|
5328
|
-
"id":
|
5383
|
+
"id": 856,
|
5329
5384
|
"name": "headRenderer",
|
5330
5385
|
"kind": 1024,
|
5331
5386
|
"kindString": "Property",
|
@@ -5343,7 +5398,7 @@
|
|
5343
5398
|
}
|
5344
5399
|
},
|
5345
5400
|
{
|
5346
|
-
"id":
|
5401
|
+
"id": 857,
|
5347
5402
|
"name": "hidden",
|
5348
5403
|
"kind": 1024,
|
5349
5404
|
"kindString": "Property",
|
@@ -5359,7 +5414,7 @@
|
|
5359
5414
|
}
|
5360
5415
|
},
|
5361
5416
|
{
|
5362
|
-
"id":
|
5417
|
+
"id": 858,
|
5363
5418
|
"name": "hiddenOnSubRows",
|
5364
5419
|
"kind": 1024,
|
5365
5420
|
"kindString": "Property",
|
@@ -5375,7 +5430,7 @@
|
|
5375
5430
|
}
|
5376
5431
|
},
|
5377
5432
|
{
|
5378
|
-
"id":
|
5433
|
+
"id": 859,
|
5379
5434
|
"name": "sort",
|
5380
5435
|
"kind": 1024,
|
5381
5436
|
"kindString": "Property",
|
@@ -5387,12 +5442,12 @@
|
|
5387
5442
|
},
|
5388
5443
|
"type": {
|
5389
5444
|
"type": "reference",
|
5390
|
-
"id":
|
5445
|
+
"id": 821,
|
5391
5446
|
"name": "SortDirection"
|
5392
5447
|
}
|
5393
5448
|
},
|
5394
5449
|
{
|
5395
|
-
"id":
|
5450
|
+
"id": 860,
|
5396
5451
|
"name": "sortType",
|
5397
5452
|
"kind": 1024,
|
5398
5453
|
"kindString": "Property",
|
@@ -5404,12 +5459,12 @@
|
|
5404
5459
|
},
|
5405
5460
|
"type": {
|
5406
5461
|
"type": "reference",
|
5407
|
-
"id":
|
5462
|
+
"id": 833,
|
5408
5463
|
"name": "SortTypes"
|
5409
5464
|
}
|
5410
5465
|
},
|
5411
5466
|
{
|
5412
|
-
"id":
|
5467
|
+
"id": 861,
|
5413
5468
|
"name": "style",
|
5414
5469
|
"kind": 1024,
|
5415
5470
|
"kindString": "Property",
|
@@ -5425,7 +5480,7 @@
|
|
5425
5480
|
}
|
5426
5481
|
},
|
5427
5482
|
{
|
5428
|
-
"id":
|
5483
|
+
"id": 845,
|
5429
5484
|
"name": "cellRenderer",
|
5430
5485
|
"kind": 2048,
|
5431
5486
|
"kindString": "Method",
|
@@ -5434,7 +5489,7 @@
|
|
5434
5489
|
},
|
5435
5490
|
"signatures": [
|
5436
5491
|
{
|
5437
|
-
"id":
|
5492
|
+
"id": 846,
|
5438
5493
|
"name": "cellRenderer",
|
5439
5494
|
"kind": 4096,
|
5440
5495
|
"kindString": "Call signature",
|
@@ -5444,18 +5499,18 @@
|
|
5444
5499
|
},
|
5445
5500
|
"parameters": [
|
5446
5501
|
{
|
5447
|
-
"id":
|
5502
|
+
"id": 847,
|
5448
5503
|
"name": "cellProps",
|
5449
5504
|
"kind": 32768,
|
5450
5505
|
"kindString": "Parameter",
|
5451
5506
|
"flags": {},
|
5452
5507
|
"type": {
|
5453
5508
|
"type": "reference",
|
5454
|
-
"id":
|
5509
|
+
"id": 834,
|
5455
5510
|
"typeArguments": [
|
5456
5511
|
{
|
5457
5512
|
"type": "reference",
|
5458
|
-
"id":
|
5513
|
+
"id": 862,
|
5459
5514
|
"name": "TRow"
|
5460
5515
|
}
|
5461
5516
|
],
|
@@ -5473,7 +5528,7 @@
|
|
5473
5528
|
]
|
5474
5529
|
},
|
5475
5530
|
{
|
5476
|
-
"id":
|
5531
|
+
"id": 849,
|
5477
5532
|
"name": "editRenderer",
|
5478
5533
|
"kind": 2048,
|
5479
5534
|
"kindString": "Method",
|
@@ -5482,25 +5537,25 @@
|
|
5482
5537
|
},
|
5483
5538
|
"signatures": [
|
5484
5539
|
{
|
5485
|
-
"id":
|
5540
|
+
"id": 850,
|
5486
5541
|
"name": "editRenderer",
|
5487
5542
|
"kind": 4096,
|
5488
5543
|
"kindString": "Call signature",
|
5489
5544
|
"flags": {},
|
5490
5545
|
"parameters": [
|
5491
5546
|
{
|
5492
|
-
"id":
|
5547
|
+
"id": 851,
|
5493
5548
|
"name": "cellProps",
|
5494
5549
|
"kind": 32768,
|
5495
5550
|
"kindString": "Parameter",
|
5496
5551
|
"flags": {},
|
5497
5552
|
"type": {
|
5498
5553
|
"type": "reference",
|
5499
|
-
"id":
|
5554
|
+
"id": 834,
|
5500
5555
|
"typeArguments": [
|
5501
5556
|
{
|
5502
5557
|
"type": "reference",
|
5503
|
-
"id":
|
5558
|
+
"id": 862,
|
5504
5559
|
"name": "TRow"
|
5505
5560
|
}
|
5506
5561
|
],
|
@@ -5522,7 +5577,7 @@
|
|
5522
5577
|
"TableGroupProps": {
|
5523
5578
|
"props": [
|
5524
5579
|
{
|
5525
|
-
"id":
|
5580
|
+
"id": 865,
|
5526
5581
|
"name": "children",
|
5527
5582
|
"kind": 1024,
|
5528
5583
|
"kindString": "Property",
|
@@ -5538,11 +5593,11 @@
|
|
5538
5593
|
"typeArguments": [
|
5539
5594
|
{
|
5540
5595
|
"type": "reference",
|
5541
|
-
"id":
|
5596
|
+
"id": 840,
|
5542
5597
|
"typeArguments": [
|
5543
5598
|
{
|
5544
5599
|
"type": "reference",
|
5545
|
-
"id":
|
5600
|
+
"id": 868,
|
5546
5601
|
"name": "TRow"
|
5547
5602
|
}
|
5548
5603
|
],
|
@@ -5560,11 +5615,11 @@
|
|
5560
5615
|
"typeArguments": [
|
5561
5616
|
{
|
5562
5617
|
"type": "reference",
|
5563
|
-
"id":
|
5618
|
+
"id": 840,
|
5564
5619
|
"typeArguments": [
|
5565
5620
|
{
|
5566
5621
|
"type": "reference",
|
5567
|
-
"id":
|
5622
|
+
"id": 868,
|
5568
5623
|
"name": "TRow"
|
5569
5624
|
}
|
5570
5625
|
],
|
@@ -5580,7 +5635,7 @@
|
|
5580
5635
|
}
|
5581
5636
|
},
|
5582
5637
|
{
|
5583
|
-
"id":
|
5638
|
+
"id": 866,
|
5584
5639
|
"name": "hidden",
|
5585
5640
|
"kind": 1024,
|
5586
5641
|
"kindString": "Property",
|
@@ -5596,7 +5651,7 @@
|
|
5596
5651
|
}
|
5597
5652
|
},
|
5598
5653
|
{
|
5599
|
-
"id":
|
5654
|
+
"id": 867,
|
5600
5655
|
"name": "title",
|
5601
5656
|
"kind": 1024,
|
5602
5657
|
"kindString": "Property",
|
@@ -5617,7 +5672,7 @@
|
|
5617
5672
|
],
|
5618
5673
|
"props": [
|
5619
5674
|
{
|
5620
|
-
"id":
|
5675
|
+
"id": 904,
|
5621
5676
|
"name": "actions",
|
5622
5677
|
"kind": 1024,
|
5623
5678
|
"kindString": "Property",
|
@@ -5631,11 +5686,11 @@
|
|
5631
5686
|
"type": "array",
|
5632
5687
|
"elementType": {
|
5633
5688
|
"type": "reference",
|
5634
|
-
"id":
|
5689
|
+
"id": 817,
|
5635
5690
|
"typeArguments": [
|
5636
5691
|
{
|
5637
5692
|
"type": "reference",
|
5638
|
-
"id":
|
5693
|
+
"id": 909,
|
5639
5694
|
"name": "TRow"
|
5640
5695
|
}
|
5641
5696
|
],
|
@@ -5644,7 +5699,7 @@
|
|
5644
5699
|
}
|
5645
5700
|
},
|
5646
5701
|
{
|
5647
|
-
"id":
|
5702
|
+
"id": 871,
|
5648
5703
|
"name": "autoFocus",
|
5649
5704
|
"kind": 1024,
|
5650
5705
|
"kindString": "Property",
|
@@ -5660,7 +5715,7 @@
|
|
5660
5715
|
}
|
5661
5716
|
},
|
5662
5717
|
{
|
5663
|
-
"id":
|
5718
|
+
"id": 872,
|
5664
5719
|
"name": "children",
|
5665
5720
|
"kind": 1024,
|
5666
5721
|
"kindString": "Property",
|
@@ -5673,7 +5728,7 @@
|
|
5673
5728
|
"typeArguments": [
|
5674
5729
|
{
|
5675
5730
|
"type": "reference",
|
5676
|
-
"id":
|
5731
|
+
"id": 909,
|
5677
5732
|
"name": "TRow"
|
5678
5733
|
}
|
5679
5734
|
],
|
@@ -5681,7 +5736,7 @@
|
|
5681
5736
|
}
|
5682
5737
|
},
|
5683
5738
|
{
|
5684
|
-
"id":
|
5739
|
+
"id": 874,
|
5685
5740
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
5686
5741
|
"kind": 1024,
|
5687
5742
|
"kindString": "Property",
|
@@ -5697,7 +5752,7 @@
|
|
5697
5752
|
}
|
5698
5753
|
},
|
5699
5754
|
{
|
5700
|
-
"id":
|
5755
|
+
"id": 873,
|
5701
5756
|
"name": "data",
|
5702
5757
|
"kind": 1024,
|
5703
5758
|
"kindString": "Property",
|
@@ -5709,11 +5764,11 @@
|
|
5709
5764
|
"type": "array",
|
5710
5765
|
"elementType": {
|
5711
5766
|
"type": "reference",
|
5712
|
-
"id":
|
5767
|
+
"id": 777,
|
5713
5768
|
"typeArguments": [
|
5714
5769
|
{
|
5715
5770
|
"type": "reference",
|
5716
|
-
"id":
|
5771
|
+
"id": 909,
|
5717
5772
|
"name": "TRow"
|
5718
5773
|
}
|
5719
5774
|
],
|
@@ -5722,7 +5777,7 @@
|
|
5722
5777
|
}
|
5723
5778
|
},
|
5724
5779
|
{
|
5725
|
-
"id":
|
5780
|
+
"id": 893,
|
5726
5781
|
"name": "disablePagination",
|
5727
5782
|
"kind": 1024,
|
5728
5783
|
"kindString": "Property",
|
@@ -5735,7 +5790,7 @@
|
|
5735
5790
|
}
|
5736
5791
|
},
|
5737
5792
|
{
|
5738
|
-
"id":
|
5793
|
+
"id": 889,
|
5739
5794
|
"name": "disableSorting",
|
5740
5795
|
"kind": 1024,
|
5741
5796
|
"kindString": "Property",
|
@@ -5751,7 +5806,7 @@
|
|
5751
5806
|
}
|
5752
5807
|
},
|
5753
5808
|
{
|
5754
|
-
"id":
|
5809
|
+
"id": 902,
|
5755
5810
|
"name": "inlineEditingUniqueId",
|
5756
5811
|
"kind": 1024,
|
5757
5812
|
"kindString": "Property",
|
@@ -5766,13 +5821,13 @@
|
|
5766
5821
|
"operator": "keyof",
|
5767
5822
|
"target": {
|
5768
5823
|
"type": "reference",
|
5769
|
-
"id":
|
5824
|
+
"id": 909,
|
5770
5825
|
"name": "TRow"
|
5771
5826
|
}
|
5772
5827
|
}
|
5773
5828
|
},
|
5774
5829
|
{
|
5775
|
-
"id":
|
5830
|
+
"id": 894,
|
5776
5831
|
"name": "length",
|
5777
5832
|
"kind": 1024,
|
5778
5833
|
"kindString": "Property",
|
@@ -5785,7 +5840,7 @@
|
|
5785
5840
|
}
|
5786
5841
|
},
|
5787
5842
|
{
|
5788
|
-
"id":
|
5843
|
+
"id": 891,
|
5789
5844
|
"name": "manualSorting",
|
5790
5845
|
"kind": 1024,
|
5791
5846
|
"kindString": "Property",
|
@@ -5801,7 +5856,7 @@
|
|
5801
5856
|
}
|
5802
5857
|
},
|
5803
5858
|
{
|
5804
|
-
"id":
|
5859
|
+
"id": 895,
|
5805
5860
|
"name": "onPaginate",
|
5806
5861
|
"kind": 1024,
|
5807
5862
|
"kindString": "Property",
|
@@ -5813,12 +5868,12 @@
|
|
5813
5868
|
},
|
5814
5869
|
"type": {
|
5815
5870
|
"type": "reference",
|
5816
|
-
"id":
|
5871
|
+
"id": 772,
|
5817
5872
|
"name": "PaginationHandler"
|
5818
5873
|
}
|
5819
5874
|
},
|
5820
5875
|
{
|
5821
|
-
"id":
|
5876
|
+
"id": 908,
|
5822
5877
|
"name": "onRowActive",
|
5823
5878
|
"kind": 1024,
|
5824
5879
|
"kindString": "Property",
|
@@ -5833,7 +5888,7 @@
|
|
5833
5888
|
"typeArguments": [
|
5834
5889
|
{
|
5835
5890
|
"type": "reference",
|
5836
|
-
"id":
|
5891
|
+
"id": 909,
|
5837
5892
|
"name": "TRow"
|
5838
5893
|
}
|
5839
5894
|
],
|
@@ -5841,7 +5896,7 @@
|
|
5841
5896
|
}
|
5842
5897
|
},
|
5843
5898
|
{
|
5844
|
-
"id":
|
5899
|
+
"id": 877,
|
5845
5900
|
"name": "onRowClick",
|
5846
5901
|
"kind": 1024,
|
5847
5902
|
"kindString": "Property",
|
@@ -5853,11 +5908,11 @@
|
|
5853
5908
|
},
|
5854
5909
|
"type": {
|
5855
5910
|
"type": "reference",
|
5856
|
-
"id":
|
5911
|
+
"id": 783,
|
5857
5912
|
"typeArguments": [
|
5858
5913
|
{
|
5859
5914
|
"type": "reference",
|
5860
|
-
"id":
|
5915
|
+
"id": 909,
|
5861
5916
|
"name": "TRow"
|
5862
5917
|
}
|
5863
5918
|
],
|
@@ -5865,7 +5920,7 @@
|
|
5865
5920
|
}
|
5866
5921
|
},
|
5867
5922
|
{
|
5868
|
-
"id":
|
5923
|
+
"id": 906,
|
5869
5924
|
"name": "onRowCopy",
|
5870
5925
|
"kind": 1024,
|
5871
5926
|
"kindString": "Property",
|
@@ -5877,11 +5932,11 @@
|
|
5877
5932
|
},
|
5878
5933
|
"type": {
|
5879
5934
|
"type": "reference",
|
5880
|
-
"id":
|
5935
|
+
"id": 805,
|
5881
5936
|
"typeArguments": [
|
5882
5937
|
{
|
5883
5938
|
"type": "reference",
|
5884
|
-
"id":
|
5939
|
+
"id": 909,
|
5885
5940
|
"name": "TRow"
|
5886
5941
|
}
|
5887
5942
|
],
|
@@ -5889,7 +5944,7 @@
|
|
5889
5944
|
}
|
5890
5945
|
},
|
5891
5946
|
{
|
5892
|
-
"id":
|
5947
|
+
"id": 903,
|
5893
5948
|
"name": "onRowCreate",
|
5894
5949
|
"kind": 1024,
|
5895
5950
|
"kindString": "Property",
|
@@ -5901,11 +5956,11 @@
|
|
5901
5956
|
},
|
5902
5957
|
"type": {
|
5903
5958
|
"type": "reference",
|
5904
|
-
"id":
|
5959
|
+
"id": 799,
|
5905
5960
|
"typeArguments": [
|
5906
5961
|
{
|
5907
5962
|
"type": "reference",
|
5908
|
-
"id":
|
5963
|
+
"id": 909,
|
5909
5964
|
"name": "TRow"
|
5910
5965
|
}
|
5911
5966
|
],
|
@@ -5913,7 +5968,7 @@
|
|
5913
5968
|
}
|
5914
5969
|
},
|
5915
5970
|
{
|
5916
|
-
"id":
|
5971
|
+
"id": 907,
|
5917
5972
|
"name": "onRowDelete",
|
5918
5973
|
"kind": 1024,
|
5919
5974
|
"kindString": "Property",
|
@@ -5925,11 +5980,11 @@
|
|
5925
5980
|
},
|
5926
5981
|
"type": {
|
5927
5982
|
"type": "reference",
|
5928
|
-
"id":
|
5983
|
+
"id": 811,
|
5929
5984
|
"typeArguments": [
|
5930
5985
|
{
|
5931
5986
|
"type": "reference",
|
5932
|
-
"id":
|
5987
|
+
"id": 909,
|
5933
5988
|
"name": "TRow"
|
5934
5989
|
}
|
5935
5990
|
],
|
@@ -5937,7 +5992,7 @@
|
|
5937
5992
|
}
|
5938
5993
|
},
|
5939
5994
|
{
|
5940
|
-
"id":
|
5995
|
+
"id": 878,
|
5941
5996
|
"name": "onRowDrag",
|
5942
5997
|
"kind": 1024,
|
5943
5998
|
"kindString": "Property",
|
@@ -5949,11 +6004,11 @@
|
|
5949
6004
|
},
|
5950
6005
|
"type": {
|
5951
6006
|
"type": "reference",
|
5952
|
-
"id":
|
6007
|
+
"id": 789,
|
5953
6008
|
"typeArguments": [
|
5954
6009
|
{
|
5955
6010
|
"type": "reference",
|
5956
|
-
"id":
|
6011
|
+
"id": 909,
|
5957
6012
|
"name": "TRow"
|
5958
6013
|
}
|
5959
6014
|
],
|
@@ -5961,7 +6016,7 @@
|
|
5961
6016
|
}
|
5962
6017
|
},
|
5963
6018
|
{
|
5964
|
-
"id":
|
6019
|
+
"id": 905,
|
5965
6020
|
"name": "onRowEdit",
|
5966
6021
|
"kind": 1024,
|
5967
6022
|
"kindString": "Property",
|
@@ -5976,7 +6031,7 @@
|
|
5976
6031
|
"typeArguments": [
|
5977
6032
|
{
|
5978
6033
|
"type": "reference",
|
5979
|
-
"id":
|
6034
|
+
"id": 909,
|
5980
6035
|
"name": "TRow"
|
5981
6036
|
}
|
5982
6037
|
],
|
@@ -5984,7 +6039,7 @@
|
|
5984
6039
|
}
|
5985
6040
|
},
|
5986
6041
|
{
|
5987
|
-
"id":
|
6042
|
+
"id": 879,
|
5988
6043
|
"name": "onSelectedRows",
|
5989
6044
|
"kind": 1024,
|
5990
6045
|
"kindString": "Property",
|
@@ -5996,12 +6051,12 @@
|
|
5996
6051
|
},
|
5997
6052
|
"type": {
|
5998
6053
|
"type": "reference",
|
5999
|
-
"id":
|
6054
|
+
"id": 819,
|
6000
6055
|
"name": "SelectedRowsHandler"
|
6001
6056
|
}
|
6002
6057
|
},
|
6003
6058
|
{
|
6004
|
-
"id":
|
6059
|
+
"id": 890,
|
6005
6060
|
"name": "onSort",
|
6006
6061
|
"kind": 1024,
|
6007
6062
|
"kindString": "Property",
|
@@ -6013,11 +6068,11 @@
|
|
6013
6068
|
},
|
6014
6069
|
"type": {
|
6015
6070
|
"type": "reference",
|
6016
|
-
"id":
|
6071
|
+
"id": 822,
|
6017
6072
|
"typeArguments": [
|
6018
6073
|
{
|
6019
6074
|
"type": "reference",
|
6020
|
-
"id":
|
6075
|
+
"id": 909,
|
6021
6076
|
"name": "TRow"
|
6022
6077
|
}
|
6023
6078
|
],
|
@@ -6025,7 +6080,7 @@
|
|
6025
6080
|
}
|
6026
6081
|
},
|
6027
6082
|
{
|
6028
|
-
"id":
|
6083
|
+
"id": 896,
|
6029
6084
|
"name": "pageIndex",
|
6030
6085
|
"kind": 1024,
|
6031
6086
|
"kindString": "Property",
|
@@ -6041,7 +6096,7 @@
|
|
6041
6096
|
}
|
6042
6097
|
},
|
6043
6098
|
{
|
6044
|
-
"id":
|
6099
|
+
"id": 897,
|
6045
6100
|
"name": "pageSize",
|
6046
6101
|
"kind": 1024,
|
6047
6102
|
"kindString": "Property",
|
@@ -6057,7 +6112,7 @@
|
|
6057
6112
|
}
|
6058
6113
|
},
|
6059
6114
|
{
|
6060
|
-
"id":
|
6115
|
+
"id": 880,
|
6061
6116
|
"name": "rowClassName",
|
6062
6117
|
"kind": 1024,
|
6063
6118
|
"kindString": "Property",
|
@@ -6077,32 +6132,32 @@
|
|
6077
6132
|
{
|
6078
6133
|
"type": "reflection",
|
6079
6134
|
"declaration": {
|
6080
|
-
"id":
|
6135
|
+
"id": 881,
|
6081
6136
|
"name": "__type",
|
6082
6137
|
"kind": 65536,
|
6083
6138
|
"kindString": "Type literal",
|
6084
6139
|
"flags": {},
|
6085
6140
|
"signatures": [
|
6086
6141
|
{
|
6087
|
-
"id":
|
6142
|
+
"id": 882,
|
6088
6143
|
"name": "__type",
|
6089
6144
|
"kind": 4096,
|
6090
6145
|
"kindString": "Call signature",
|
6091
6146
|
"flags": {},
|
6092
6147
|
"parameters": [
|
6093
6148
|
{
|
6094
|
-
"id":
|
6149
|
+
"id": 883,
|
6095
6150
|
"name": "row",
|
6096
6151
|
"kind": 32768,
|
6097
6152
|
"kindString": "Parameter",
|
6098
6153
|
"flags": {},
|
6099
6154
|
"type": {
|
6100
6155
|
"type": "reference",
|
6101
|
-
"id":
|
6156
|
+
"id": 910,
|
6102
6157
|
"typeArguments": [
|
6103
6158
|
{
|
6104
6159
|
"type": "reference",
|
6105
|
-
"id":
|
6160
|
+
"id": 909,
|
6106
6161
|
"name": "TRow"
|
6107
6162
|
}
|
6108
6163
|
],
|
@@ -6131,7 +6186,7 @@
|
|
6131
6186
|
}
|
6132
6187
|
},
|
6133
6188
|
{
|
6134
|
-
"id":
|
6189
|
+
"id": 887,
|
6135
6190
|
"name": "rowHeight",
|
6136
6191
|
"kind": 1024,
|
6137
6192
|
"kindString": "Property",
|
@@ -6147,7 +6202,7 @@
|
|
6147
6202
|
}
|
6148
6203
|
},
|
6149
6204
|
{
|
6150
|
-
"id":
|
6205
|
+
"id": 888,
|
6151
6206
|
"name": "selectedRows",
|
6152
6207
|
"kind": 1024,
|
6153
6208
|
"kindString": "Property",
|
@@ -6159,12 +6214,12 @@
|
|
6159
6214
|
},
|
6160
6215
|
"type": {
|
6161
6216
|
"type": "reference",
|
6162
|
-
"id":
|
6217
|
+
"id": 820,
|
6163
6218
|
"name": "SelectedRowsState"
|
6164
6219
|
}
|
6165
6220
|
},
|
6166
6221
|
{
|
6167
|
-
"id":
|
6222
|
+
"id": 892,
|
6168
6223
|
"name": "sortRules",
|
6169
6224
|
"kind": 1024,
|
6170
6225
|
"kindString": "Property",
|
@@ -6178,11 +6233,11 @@
|
|
6178
6233
|
"type": "array",
|
6179
6234
|
"elementType": {
|
6180
6235
|
"type": "reference",
|
6181
|
-
"id":
|
6236
|
+
"id": 828,
|
6182
6237
|
"typeArguments": [
|
6183
6238
|
{
|
6184
6239
|
"type": "reference",
|
6185
|
-
"id":
|
6240
|
+
"id": 909,
|
6186
6241
|
"name": "TRow"
|
6187
6242
|
}
|
6188
6243
|
],
|
@@ -6191,7 +6246,7 @@
|
|
6191
6246
|
}
|
6192
6247
|
},
|
6193
6248
|
{
|
6194
|
-
"id":
|
6249
|
+
"id": 875,
|
6195
6250
|
"name": "emptyStateRenderer",
|
6196
6251
|
"kind": 2048,
|
6197
6252
|
"kindString": "Method",
|
@@ -6200,7 +6255,7 @@
|
|
6200
6255
|
},
|
6201
6256
|
"signatures": [
|
6202
6257
|
{
|
6203
|
-
"id":
|
6258
|
+
"id": 876,
|
6204
6259
|
"name": "emptyStateRenderer",
|
6205
6260
|
"kind": 4096,
|
6206
6261
|
"kindString": "Call signature",
|
@@ -6218,7 +6273,7 @@
|
|
6218
6273
|
]
|
6219
6274
|
},
|
6220
6275
|
{
|
6221
|
-
"id":
|
6276
|
+
"id": 898,
|
6222
6277
|
"name": "loadMore",
|
6223
6278
|
"kind": 2048,
|
6224
6279
|
"kindString": "Method",
|
@@ -6227,7 +6282,7 @@
|
|
6227
6282
|
},
|
6228
6283
|
"signatures": [
|
6229
6284
|
{
|
6230
|
-
"id":
|
6285
|
+
"id": 899,
|
6231
6286
|
"name": "loadMore",
|
6232
6287
|
"kind": 4096,
|
6233
6288
|
"kindString": "Call signature",
|
@@ -6237,7 +6292,7 @@
|
|
6237
6292
|
},
|
6238
6293
|
"parameters": [
|
6239
6294
|
{
|
6240
|
-
"id":
|
6295
|
+
"id": 900,
|
6241
6296
|
"name": "startIndex",
|
6242
6297
|
"kind": 32768,
|
6243
6298
|
"kindString": "Parameter",
|
@@ -6248,7 +6303,7 @@
|
|
6248
6303
|
}
|
6249
6304
|
},
|
6250
6305
|
{
|
6251
|
-
"id":
|
6306
|
+
"id": 901,
|
6252
6307
|
"name": "endIndex",
|
6253
6308
|
"kind": 32768,
|
6254
6309
|
"kindString": "Parameter",
|
@@ -6267,7 +6322,7 @@
|
|
6267
6322
|
]
|
6268
6323
|
},
|
6269
6324
|
{
|
6270
|
-
"id":
|
6325
|
+
"id": 884,
|
6271
6326
|
"name": "rowExpansionRenderer",
|
6272
6327
|
"kind": 2048,
|
6273
6328
|
"kindString": "Method",
|
@@ -6276,7 +6331,7 @@
|
|
6276
6331
|
},
|
6277
6332
|
"signatures": [
|
6278
6333
|
{
|
6279
|
-
"id":
|
6334
|
+
"id": 885,
|
6280
6335
|
"name": "rowExpansionRenderer",
|
6281
6336
|
"kind": 4096,
|
6282
6337
|
"kindString": "Call signature",
|
@@ -6286,18 +6341,18 @@
|
|
6286
6341
|
},
|
6287
6342
|
"parameters": [
|
6288
6343
|
{
|
6289
|
-
"id":
|
6344
|
+
"id": 886,
|
6290
6345
|
"name": "row",
|
6291
6346
|
"kind": 32768,
|
6292
6347
|
"kindString": "Parameter",
|
6293
6348
|
"flags": {},
|
6294
6349
|
"type": {
|
6295
6350
|
"type": "reference",
|
6296
|
-
"id":
|
6351
|
+
"id": 910,
|
6297
6352
|
"typeArguments": [
|
6298
6353
|
{
|
6299
6354
|
"type": "reference",
|
6300
|
-
"id":
|
6355
|
+
"id": 909,
|
6301
6356
|
"name": "TRow"
|
6302
6357
|
}
|
6303
6358
|
],
|
@@ -6322,7 +6377,7 @@
|
|
6322
6377
|
],
|
6323
6378
|
"props": [
|
6324
6379
|
{
|
6325
|
-
"id":
|
6380
|
+
"id": 925,
|
6326
6381
|
"name": "instance",
|
6327
6382
|
"kind": 1024,
|
6328
6383
|
"kindString": "Property",
|
@@ -6330,14 +6385,14 @@
|
|
6330
6385
|
"type": {
|
6331
6386
|
"type": "reflection",
|
6332
6387
|
"declaration": {
|
6333
|
-
"id":
|
6388
|
+
"id": 926,
|
6334
6389
|
"name": "__type",
|
6335
6390
|
"kind": 65536,
|
6336
6391
|
"kindString": "Type literal",
|
6337
6392
|
"flags": {},
|
6338
6393
|
"children": [
|
6339
6394
|
{
|
6340
|
-
"id":
|
6395
|
+
"id": 932,
|
6341
6396
|
"name": "resetRowEditing",
|
6342
6397
|
"kind": 1024,
|
6343
6398
|
"kindString": "Property",
|
@@ -6348,7 +6403,7 @@
|
|
6348
6403
|
}
|
6349
6404
|
},
|
6350
6405
|
{
|
6351
|
-
"id":
|
6406
|
+
"id": 927,
|
6352
6407
|
"name": "toggleAllRowsExpanded",
|
6353
6408
|
"kind": 1024,
|
6354
6409
|
"kindString": "Property",
|
@@ -6359,7 +6414,7 @@
|
|
6359
6414
|
}
|
6360
6415
|
},
|
6361
6416
|
{
|
6362
|
-
"id":
|
6417
|
+
"id": 930,
|
6363
6418
|
"name": "toggleEditing",
|
6364
6419
|
"kind": 1024,
|
6365
6420
|
"kindString": "Property",
|
@@ -6370,7 +6425,7 @@
|
|
6370
6425
|
}
|
6371
6426
|
},
|
6372
6427
|
{
|
6373
|
-
"id":
|
6428
|
+
"id": 928,
|
6374
6429
|
"name": "toggleHideAllColumns",
|
6375
6430
|
"kind": 1024,
|
6376
6431
|
"kindString": "Property",
|
@@ -6381,7 +6436,7 @@
|
|
6381
6436
|
}
|
6382
6437
|
},
|
6383
6438
|
{
|
6384
|
-
"id":
|
6439
|
+
"id": 929,
|
6385
6440
|
"name": "toggleHideColumn",
|
6386
6441
|
"kind": 1024,
|
6387
6442
|
"kindString": "Property",
|
@@ -6392,7 +6447,7 @@
|
|
6392
6447
|
}
|
6393
6448
|
},
|
6394
6449
|
{
|
6395
|
-
"id":
|
6450
|
+
"id": 931,
|
6396
6451
|
"name": "toggleRowEditing",
|
6397
6452
|
"kind": 1024,
|
6398
6453
|
"kindString": "Property",
|
@@ -6403,7 +6458,7 @@
|
|
6403
6458
|
}
|
6404
6459
|
},
|
6405
6460
|
{
|
6406
|
-
"id":
|
6461
|
+
"id": 933,
|
6407
6462
|
"name": "toggleRowExpanded",
|
6408
6463
|
"kind": 1024,
|
6409
6464
|
"kindString": "Property",
|
@@ -6414,7 +6469,7 @@
|
|
6414
6469
|
}
|
6415
6470
|
},
|
6416
6471
|
{
|
6417
|
-
"id":
|
6472
|
+
"id": 934,
|
6418
6473
|
"name": "toggleSortBy",
|
6419
6474
|
"kind": 1024,
|
6420
6475
|
"kindString": "Property",
|
@@ -6430,14 +6485,14 @@
|
|
6430
6485
|
"title": "Properties",
|
6431
6486
|
"kind": 1024,
|
6432
6487
|
"children": [
|
6433
|
-
|
6434
|
-
|
6435
|
-
|
6436
|
-
|
6437
|
-
|
6438
|
-
|
6439
|
-
|
6440
|
-
|
6488
|
+
932,
|
6489
|
+
927,
|
6490
|
+
930,
|
6491
|
+
928,
|
6492
|
+
929,
|
6493
|
+
931,
|
6494
|
+
933,
|
6495
|
+
934
|
6441
6496
|
]
|
6442
6497
|
}
|
6443
6498
|
]
|
@@ -6449,7 +6504,7 @@
|
|
6449
6504
|
"TableRow": {
|
6450
6505
|
"props": [
|
6451
6506
|
{
|
6452
|
-
"id":
|
6507
|
+
"id": 914,
|
6453
6508
|
"name": "depth",
|
6454
6509
|
"kind": 1024,
|
6455
6510
|
"kindString": "Property",
|
@@ -6462,7 +6517,7 @@
|
|
6462
6517
|
}
|
6463
6518
|
},
|
6464
6519
|
{
|
6465
|
-
"id":
|
6520
|
+
"id": 912,
|
6466
6521
|
"name": "index",
|
6467
6522
|
"kind": 1024,
|
6468
6523
|
"kindString": "Property",
|
@@ -6476,7 +6531,7 @@
|
|
6476
6531
|
}
|
6477
6532
|
},
|
6478
6533
|
{
|
6479
|
-
"id":
|
6534
|
+
"id": 913,
|
6480
6535
|
"name": "indexPath",
|
6481
6536
|
"kind": 1024,
|
6482
6537
|
"kindString": "Property",
|
@@ -6490,7 +6545,7 @@
|
|
6490
6545
|
}
|
6491
6546
|
},
|
6492
6547
|
{
|
6493
|
-
"id":
|
6548
|
+
"id": 919,
|
6494
6549
|
"name": "isEditing",
|
6495
6550
|
"kind": 1024,
|
6496
6551
|
"kindString": "Property",
|
@@ -6503,7 +6558,7 @@
|
|
6503
6558
|
}
|
6504
6559
|
},
|
6505
6560
|
{
|
6506
|
-
"id":
|
6561
|
+
"id": 915,
|
6507
6562
|
"name": "isExpanded",
|
6508
6563
|
"kind": 1024,
|
6509
6564
|
"kindString": "Property",
|
@@ -6519,7 +6574,7 @@
|
|
6519
6574
|
}
|
6520
6575
|
},
|
6521
6576
|
{
|
6522
|
-
"id":
|
6577
|
+
"id": 918,
|
6523
6578
|
"name": "values",
|
6524
6579
|
"kind": 1024,
|
6525
6580
|
"kindString": "Property",
|
@@ -6529,11 +6584,11 @@
|
|
6529
6584
|
},
|
6530
6585
|
"type": {
|
6531
6586
|
"type": "reference",
|
6532
|
-
"id":
|
6587
|
+
"id": 777,
|
6533
6588
|
"typeArguments": [
|
6534
6589
|
{
|
6535
6590
|
"type": "reference",
|
6536
|
-
"id":
|
6591
|
+
"id": 922,
|
6537
6592
|
"name": "TRow"
|
6538
6593
|
}
|
6539
6594
|
],
|
@@ -6541,7 +6596,7 @@
|
|
6541
6596
|
}
|
6542
6597
|
},
|
6543
6598
|
{
|
6544
|
-
"id":
|
6599
|
+
"id": 920,
|
6545
6600
|
"name": "toggleRowEditing",
|
6546
6601
|
"kind": 2048,
|
6547
6602
|
"kindString": "Method",
|
@@ -6550,7 +6605,7 @@
|
|
6550
6605
|
},
|
6551
6606
|
"signatures": [
|
6552
6607
|
{
|
6553
|
-
"id":
|
6608
|
+
"id": 921,
|
6554
6609
|
"name": "toggleRowEditing",
|
6555
6610
|
"kind": 4096,
|
6556
6611
|
"kindString": "Call signature",
|
@@ -6563,7 +6618,7 @@
|
|
6563
6618
|
]
|
6564
6619
|
},
|
6565
6620
|
{
|
6566
|
-
"id":
|
6621
|
+
"id": 916,
|
6567
6622
|
"name": "toggleRowExpanded",
|
6568
6623
|
"kind": 2048,
|
6569
6624
|
"kindString": "Method",
|
@@ -6572,7 +6627,7 @@
|
|
6572
6627
|
},
|
6573
6628
|
"signatures": [
|
6574
6629
|
{
|
6575
|
-
"id":
|
6630
|
+
"id": 917,
|
6576
6631
|
"name": "toggleRowExpanded",
|
6577
6632
|
"kind": 4096,
|
6578
6633
|
"kindString": "Call signature",
|
@@ -6592,7 +6647,7 @@
|
|
6592
6647
|
"TableTexts": {
|
6593
6648
|
"props": [
|
6594
6649
|
{
|
6595
|
-
"id":
|
6650
|
+
"id": 937,
|
6596
6651
|
"name": "actions",
|
6597
6652
|
"kind": 1024,
|
6598
6653
|
"kindString": "Property",
|
@@ -6603,7 +6658,7 @@
|
|
6603
6658
|
}
|
6604
6659
|
},
|
6605
6660
|
{
|
6606
|
-
"id":
|
6661
|
+
"id": 939,
|
6607
6662
|
"name": "copy",
|
6608
6663
|
"kind": 1024,
|
6609
6664
|
"kindString": "Property",
|
@@ -6614,7 +6669,7 @@
|
|
6614
6669
|
}
|
6615
6670
|
},
|
6616
6671
|
{
|
6617
|
-
"id":
|
6672
|
+
"id": 940,
|
6618
6673
|
"name": "del",
|
6619
6674
|
"kind": 1024,
|
6620
6675
|
"kindString": "Property",
|
@@ -6625,7 +6680,7 @@
|
|
6625
6680
|
}
|
6626
6681
|
},
|
6627
6682
|
{
|
6628
|
-
"id":
|
6683
|
+
"id": 938,
|
6629
6684
|
"name": "edit",
|
6630
6685
|
"kind": 1024,
|
6631
6686
|
"kindString": "Property",
|
@@ -6636,7 +6691,7 @@
|
|
6636
6691
|
}
|
6637
6692
|
},
|
6638
6693
|
{
|
6639
|
-
"id":
|
6694
|
+
"id": 942,
|
6640
6695
|
"name": "loading",
|
6641
6696
|
"kind": 1024,
|
6642
6697
|
"kindString": "Property",
|
@@ -6647,7 +6702,7 @@
|
|
6647
6702
|
}
|
6648
6703
|
},
|
6649
6704
|
{
|
6650
|
-
"id":
|
6705
|
+
"id": 941,
|
6651
6706
|
"name": "newSubRow",
|
6652
6707
|
"kind": 1024,
|
6653
6708
|
"kindString": "Property",
|
@@ -6665,7 +6720,7 @@
|
|
6665
6720
|
],
|
6666
6721
|
"props": [
|
6667
6722
|
{
|
6668
|
-
"id":
|
6723
|
+
"id": 995,
|
6669
6724
|
"name": "children",
|
6670
6725
|
"kind": 1024,
|
6671
6726
|
"kindString": "Property",
|
@@ -6681,7 +6736,7 @@
|
|
6681
6736
|
}
|
6682
6737
|
},
|
6683
6738
|
{
|
6684
|
-
"id":
|
6739
|
+
"id": 994,
|
6685
6740
|
"name": "defaultId",
|
6686
6741
|
"kind": 1024,
|
6687
6742
|
"kindString": "Property",
|
@@ -6697,7 +6752,7 @@
|
|
6697
6752
|
}
|
6698
6753
|
},
|
6699
6754
|
{
|
6700
|
-
"id":
|
6755
|
+
"id": 993,
|
6701
6756
|
"name": "id",
|
6702
6757
|
"kind": 1024,
|
6703
6758
|
"kindString": "Property",
|
@@ -6713,7 +6768,7 @@
|
|
6713
6768
|
}
|
6714
6769
|
},
|
6715
6770
|
{
|
6716
|
-
"id":
|
6771
|
+
"id": 996,
|
6717
6772
|
"name": "orientation",
|
6718
6773
|
"kind": 1024,
|
6719
6774
|
"kindString": "Property",
|
@@ -6736,7 +6791,7 @@
|
|
6736
6791
|
}
|
6737
6792
|
},
|
6738
6793
|
{
|
6739
|
-
"id":
|
6794
|
+
"id": 997,
|
6740
6795
|
"name": "onChange",
|
6741
6796
|
"kind": 2048,
|
6742
6797
|
"kindString": "Method",
|
@@ -6745,7 +6800,7 @@
|
|
6745
6800
|
},
|
6746
6801
|
"signatures": [
|
6747
6802
|
{
|
6748
|
-
"id":
|
6803
|
+
"id": 998,
|
6749
6804
|
"name": "onChange",
|
6750
6805
|
"kind": 4096,
|
6751
6806
|
"kindString": "Call signature",
|
@@ -6755,7 +6810,7 @@
|
|
6755
6810
|
},
|
6756
6811
|
"parameters": [
|
6757
6812
|
{
|
6758
|
-
"id":
|
6813
|
+
"id": 999,
|
6759
6814
|
"name": "id",
|
6760
6815
|
"kind": 32768,
|
6761
6816
|
"kindString": "Parameter",
|
@@ -6778,7 +6833,7 @@
|
|
6778
6833
|
"Taco": {
|
6779
6834
|
"props": [
|
6780
6835
|
{
|
6781
|
-
"id":
|
6836
|
+
"id": 635,
|
6782
6837
|
"name": "localization",
|
6783
6838
|
"kind": 1024,
|
6784
6839
|
"kindString": "Property",
|
@@ -6788,7 +6843,7 @@
|
|
6788
6843
|
},
|
6789
6844
|
"type": {
|
6790
6845
|
"type": "reference",
|
6791
|
-
"id":
|
6846
|
+
"id": 626,
|
6792
6847
|
"name": "Localization"
|
6793
6848
|
}
|
6794
6849
|
}
|
@@ -6800,7 +6855,7 @@
|
|
6800
6855
|
],
|
6801
6856
|
"props": [
|
6802
6857
|
{
|
6803
|
-
"id":
|
6858
|
+
"id": 1016,
|
6804
6859
|
"name": "highlighted",
|
6805
6860
|
"kind": 1024,
|
6806
6861
|
"kindString": "Property",
|
@@ -6816,7 +6871,7 @@
|
|
6816
6871
|
}
|
6817
6872
|
},
|
6818
6873
|
{
|
6819
|
-
"id":
|
6874
|
+
"id": 1017,
|
6820
6875
|
"name": "invalid",
|
6821
6876
|
"kind": 1024,
|
6822
6877
|
"kindString": "Property",
|
@@ -6829,7 +6884,7 @@
|
|
6829
6884
|
}
|
6830
6885
|
},
|
6831
6886
|
{
|
6832
|
-
"id":
|
6887
|
+
"id": 1018,
|
6833
6888
|
"name": "value",
|
6834
6889
|
"kind": 1024,
|
6835
6890
|
"kindString": "Property",
|
@@ -6852,7 +6907,7 @@
|
|
6852
6907
|
],
|
6853
6908
|
"props": [
|
6854
6909
|
{
|
6855
|
-
"id":
|
6910
|
+
"id": 1058,
|
6856
6911
|
"name": "children",
|
6857
6912
|
"kind": 1024,
|
6858
6913
|
"kindString": "Property",
|
@@ -6877,7 +6932,7 @@
|
|
6877
6932
|
}
|
6878
6933
|
},
|
6879
6934
|
{
|
6880
|
-
"id":
|
6935
|
+
"id": 1060,
|
6881
6936
|
"name": "placement",
|
6882
6937
|
"kind": 1024,
|
6883
6938
|
"kindString": "Property",
|
@@ -6916,7 +6971,7 @@
|
|
6916
6971
|
}
|
6917
6972
|
},
|
6918
6973
|
{
|
6919
|
-
"id":
|
6974
|
+
"id": 1059,
|
6920
6975
|
"name": "title",
|
6921
6976
|
"kind": 1024,
|
6922
6977
|
"kindString": "Property",
|
@@ -6934,7 +6989,7 @@
|
|
6934
6989
|
"TourProps": {
|
6935
6990
|
"props": [
|
6936
6991
|
{
|
6937
|
-
"id":
|
6992
|
+
"id": 1086,
|
6938
6993
|
"name": "autoStart",
|
6939
6994
|
"kind": 1024,
|
6940
6995
|
"kindString": "Property",
|
@@ -6950,7 +7005,7 @@
|
|
6950
7005
|
}
|
6951
7006
|
},
|
6952
7007
|
{
|
6953
|
-
"id":
|
7008
|
+
"id": 1087,
|
6954
7009
|
"name": "children",
|
6955
7010
|
"kind": 1024,
|
6956
7011
|
"kindString": "Property",
|
@@ -6964,7 +7019,7 @@
|
|
6964
7019
|
}
|
6965
7020
|
},
|
6966
7021
|
{
|
6967
|
-
"id":
|
7022
|
+
"id": 1088,
|
6968
7023
|
"name": "continuous",
|
6969
7024
|
"kind": 1024,
|
6970
7025
|
"kindString": "Property",
|
@@ -6980,7 +7035,7 @@
|
|
6980
7035
|
}
|
6981
7036
|
},
|
6982
7037
|
{
|
6983
|
-
"id":
|
7038
|
+
"id": 1089,
|
6984
7039
|
"name": "disableCloseOnEsc",
|
6985
7040
|
"kind": 1024,
|
6986
7041
|
"kindString": "Property",
|
@@ -6996,7 +7051,7 @@
|
|
6996
7051
|
}
|
6997
7052
|
},
|
6998
7053
|
{
|
6999
|
-
"id":
|
7054
|
+
"id": 1090,
|
7000
7055
|
"name": "disableOverlayClose",
|
7001
7056
|
"kind": 1024,
|
7002
7057
|
"kindString": "Property",
|
@@ -7012,7 +7067,7 @@
|
|
7012
7067
|
}
|
7013
7068
|
},
|
7014
7069
|
{
|
7015
|
-
"id":
|
7070
|
+
"id": 1100,
|
7016
7071
|
"name": "disableScrollParentFix",
|
7017
7072
|
"kind": 1024,
|
7018
7073
|
"kindString": "Property",
|
@@ -7025,7 +7080,7 @@
|
|
7025
7080
|
}
|
7026
7081
|
},
|
7027
7082
|
{
|
7028
|
-
"id":
|
7083
|
+
"id": 1091,
|
7029
7084
|
"name": "disableScrolling",
|
7030
7085
|
"kind": 1024,
|
7031
7086
|
"kindString": "Property",
|
@@ -7041,7 +7096,7 @@
|
|
7041
7096
|
}
|
7042
7097
|
},
|
7043
7098
|
{
|
7044
|
-
"id":
|
7099
|
+
"id": 1095,
|
7045
7100
|
"name": "onComplete",
|
7046
7101
|
"kind": 1024,
|
7047
7102
|
"kindString": "Property",
|
@@ -7056,7 +7111,7 @@
|
|
7056
7111
|
}
|
7057
7112
|
},
|
7058
7113
|
{
|
7059
|
-
"id":
|
7114
|
+
"id": 1099,
|
7060
7115
|
"name": "spotlightClicks",
|
7061
7116
|
"kind": 1024,
|
7062
7117
|
"kindString": "Property",
|
@@ -7069,7 +7124,7 @@
|
|
7069
7124
|
}
|
7070
7125
|
},
|
7071
7126
|
{
|
7072
|
-
"id":
|
7127
|
+
"id": 1092,
|
7073
7128
|
"name": "onClose",
|
7074
7129
|
"kind": 2048,
|
7075
7130
|
"kindString": "Method",
|
@@ -7078,21 +7133,21 @@
|
|
7078
7133
|
},
|
7079
7134
|
"signatures": [
|
7080
7135
|
{
|
7081
|
-
"id":
|
7136
|
+
"id": 1093,
|
7082
7137
|
"name": "onClose",
|
7083
7138
|
"kind": 4096,
|
7084
7139
|
"kindString": "Call signature",
|
7085
7140
|
"flags": {},
|
7086
7141
|
"parameters": [
|
7087
7142
|
{
|
7088
|
-
"id":
|
7143
|
+
"id": 1094,
|
7089
7144
|
"name": "step",
|
7090
7145
|
"kind": 32768,
|
7091
7146
|
"kindString": "Parameter",
|
7092
7147
|
"flags": {},
|
7093
7148
|
"type": {
|
7094
7149
|
"type": "reference",
|
7095
|
-
"id":
|
7150
|
+
"id": 1074,
|
7096
7151
|
"name": "TourStepProps"
|
7097
7152
|
}
|
7098
7153
|
}
|
@@ -7105,7 +7160,7 @@
|
|
7105
7160
|
]
|
7106
7161
|
},
|
7107
7162
|
{
|
7108
|
-
"id":
|
7163
|
+
"id": 1096,
|
7109
7164
|
"name": "onReady",
|
7110
7165
|
"kind": 2048,
|
7111
7166
|
"kindString": "Method",
|
@@ -7114,7 +7169,7 @@
|
|
7114
7169
|
},
|
7115
7170
|
"signatures": [
|
7116
7171
|
{
|
7117
|
-
"id":
|
7172
|
+
"id": 1097,
|
7118
7173
|
"name": "onReady",
|
7119
7174
|
"kind": 4096,
|
7120
7175
|
"kindString": "Call signature",
|
@@ -7124,14 +7179,14 @@
|
|
7124
7179
|
},
|
7125
7180
|
"parameters": [
|
7126
7181
|
{
|
7127
|
-
"id":
|
7182
|
+
"id": 1098,
|
7128
7183
|
"name": "step",
|
7129
7184
|
"kind": 32768,
|
7130
7185
|
"kindString": "Parameter",
|
7131
7186
|
"flags": {},
|
7132
7187
|
"type": {
|
7133
7188
|
"type": "reference",
|
7134
|
-
"id":
|
7189
|
+
"id": 1074,
|
7135
7190
|
"name": "TourStepProps"
|
7136
7191
|
}
|
7137
7192
|
}
|
@@ -7148,7 +7203,7 @@
|
|
7148
7203
|
"TourStepProps": {
|
7149
7204
|
"props": [
|
7150
7205
|
{
|
7151
|
-
"id":
|
7206
|
+
"id": 1076,
|
7152
7207
|
"name": "children",
|
7153
7208
|
"kind": 1024,
|
7154
7209
|
"kindString": "Property",
|
@@ -7164,7 +7219,7 @@
|
|
7164
7219
|
}
|
7165
7220
|
},
|
7166
7221
|
{
|
7167
|
-
"id":
|
7222
|
+
"id": 1077,
|
7168
7223
|
"name": "position",
|
7169
7224
|
"kind": 1024,
|
7170
7225
|
"kindString": "Property",
|
@@ -7182,7 +7237,7 @@
|
|
7182
7237
|
}
|
7183
7238
|
},
|
7184
7239
|
{
|
7185
|
-
"id":
|
7240
|
+
"id": 1078,
|
7186
7241
|
"name": "selector",
|
7187
7242
|
"kind": 1024,
|
7188
7243
|
"kindString": "Property",
|
@@ -7196,7 +7251,7 @@
|
|
7196
7251
|
}
|
7197
7252
|
},
|
7198
7253
|
{
|
7199
|
-
"id":
|
7254
|
+
"id": 1079,
|
7200
7255
|
"name": "showBeacon",
|
7201
7256
|
"kind": 1024,
|
7202
7257
|
"kindString": "Property",
|
@@ -7212,7 +7267,7 @@
|
|
7212
7267
|
}
|
7213
7268
|
},
|
7214
7269
|
{
|
7215
|
-
"id":
|
7270
|
+
"id": 1080,
|
7216
7271
|
"name": "title",
|
7217
7272
|
"kind": 1024,
|
7218
7273
|
"kindString": "Property",
|
@@ -7230,7 +7285,7 @@
|
|
7230
7285
|
"TourTexts": {
|
7231
7286
|
"props": [
|
7232
7287
|
{
|
7233
|
-
"id":
|
7288
|
+
"id": 1068,
|
7234
7289
|
"name": "back",
|
7235
7290
|
"kind": 1024,
|
7236
7291
|
"kindString": "Property",
|
@@ -7244,7 +7299,7 @@
|
|
7244
7299
|
}
|
7245
7300
|
},
|
7246
7301
|
{
|
7247
|
-
"id":
|
7302
|
+
"id": 1069,
|
7248
7303
|
"name": "close",
|
7249
7304
|
"kind": 1024,
|
7250
7305
|
"kindString": "Property",
|
@@ -7258,7 +7313,7 @@
|
|
7258
7313
|
}
|
7259
7314
|
},
|
7260
7315
|
{
|
7261
|
-
"id":
|
7316
|
+
"id": 1071,
|
7262
7317
|
"name": "last",
|
7263
7318
|
"kind": 1024,
|
7264
7319
|
"kindString": "Property",
|
@@ -7272,7 +7327,7 @@
|
|
7272
7327
|
}
|
7273
7328
|
},
|
7274
7329
|
{
|
7275
|
-
"id":
|
7330
|
+
"id": 1072,
|
7276
7331
|
"name": "next",
|
7277
7332
|
"kind": 1024,
|
7278
7333
|
"kindString": "Property",
|
@@ -7286,7 +7341,7 @@
|
|
7286
7341
|
}
|
7287
7342
|
},
|
7288
7343
|
{
|
7289
|
-
"id":
|
7344
|
+
"id": 1073,
|
7290
7345
|
"name": "open",
|
7291
7346
|
"kind": 1024,
|
7292
7347
|
"kindString": "Property",
|
@@ -7300,7 +7355,7 @@
|
|
7300
7355
|
}
|
7301
7356
|
},
|
7302
7357
|
{
|
7303
|
-
"id":
|
7358
|
+
"id": 1070,
|
7304
7359
|
"name": "skip",
|
7305
7360
|
"kind": 1024,
|
7306
7361
|
"kindString": "Property",
|
@@ -7321,7 +7376,7 @@
|
|
7321
7376
|
],
|
7322
7377
|
"props": [
|
7323
7378
|
{
|
7324
|
-
"id":
|
7379
|
+
"id": 1117,
|
7325
7380
|
"name": "className",
|
7326
7381
|
"kind": 1024,
|
7327
7382
|
"kindString": "Property",
|
@@ -7341,21 +7396,21 @@
|
|
7341
7396
|
{
|
7342
7397
|
"type": "reflection",
|
7343
7398
|
"declaration": {
|
7344
|
-
"id":
|
7399
|
+
"id": 1118,
|
7345
7400
|
"name": "__type",
|
7346
7401
|
"kind": 65536,
|
7347
7402
|
"kindString": "Type literal",
|
7348
7403
|
"flags": {},
|
7349
7404
|
"signatures": [
|
7350
7405
|
{
|
7351
|
-
"id":
|
7406
|
+
"id": 1119,
|
7352
7407
|
"name": "__type",
|
7353
7408
|
"kind": 4096,
|
7354
7409
|
"kindString": "Call signature",
|
7355
7410
|
"flags": {},
|
7356
7411
|
"parameters": [
|
7357
7412
|
{
|
7358
|
-
"id":
|
7413
|
+
"id": 1120,
|
7359
7414
|
"name": "expanded",
|
7360
7415
|
"kind": 32768,
|
7361
7416
|
"kindString": "Parameter",
|
@@ -7378,7 +7433,7 @@
|
|
7378
7433
|
}
|
7379
7434
|
},
|
7380
7435
|
{
|
7381
|
-
"id":
|
7436
|
+
"id": 1121,
|
7382
7437
|
"name": "expanded",
|
7383
7438
|
"kind": 1024,
|
7384
7439
|
"kindString": "Property",
|
@@ -7394,7 +7449,7 @@
|
|
7394
7449
|
}
|
7395
7450
|
},
|
7396
7451
|
{
|
7397
|
-
"id":
|
7452
|
+
"id": 1122,
|
7398
7453
|
"name": "fixed",
|
7399
7454
|
"kind": 1024,
|
7400
7455
|
"kindString": "Property",
|
@@ -7410,7 +7465,7 @@
|
|
7410
7465
|
}
|
7411
7466
|
},
|
7412
7467
|
{
|
7413
|
-
"id":
|
7468
|
+
"id": 1127,
|
7414
7469
|
"name": "title",
|
7415
7470
|
"kind": 1024,
|
7416
7471
|
"kindString": "Property",
|
@@ -7430,21 +7485,21 @@
|
|
7430
7485
|
{
|
7431
7486
|
"type": "reflection",
|
7432
7487
|
"declaration": {
|
7433
|
-
"id":
|
7488
|
+
"id": 1128,
|
7434
7489
|
"name": "__type",
|
7435
7490
|
"kind": 65536,
|
7436
7491
|
"kindString": "Type literal",
|
7437
7492
|
"flags": {},
|
7438
7493
|
"signatures": [
|
7439
7494
|
{
|
7440
|
-
"id":
|
7495
|
+
"id": 1129,
|
7441
7496
|
"name": "__type",
|
7442
7497
|
"kind": 4096,
|
7443
7498
|
"kindString": "Call signature",
|
7444
7499
|
"flags": {},
|
7445
7500
|
"parameters": [
|
7446
7501
|
{
|
7447
|
-
"id":
|
7502
|
+
"id": 1130,
|
7448
7503
|
"name": "expanded",
|
7449
7504
|
"kind": 32768,
|
7450
7505
|
"kindString": "Parameter",
|
@@ -7469,7 +7524,7 @@
|
|
7469
7524
|
}
|
7470
7525
|
},
|
7471
7526
|
{
|
7472
|
-
"id":
|
7527
|
+
"id": 1123,
|
7473
7528
|
"name": "onClick",
|
7474
7529
|
"kind": 2048,
|
7475
7530
|
"kindString": "Method",
|
@@ -7478,7 +7533,7 @@
|
|
7478
7533
|
},
|
7479
7534
|
"signatures": [
|
7480
7535
|
{
|
7481
|
-
"id":
|
7536
|
+
"id": 1124,
|
7482
7537
|
"name": "onClick",
|
7483
7538
|
"kind": 4096,
|
7484
7539
|
"kindString": "Call signature",
|
@@ -7488,7 +7543,7 @@
|
|
7488
7543
|
},
|
7489
7544
|
"parameters": [
|
7490
7545
|
{
|
7491
|
-
"id":
|
7546
|
+
"id": 1125,
|
7492
7547
|
"name": "event",
|
7493
7548
|
"kind": 32768,
|
7494
7549
|
"kindString": "Parameter",
|
@@ -7515,7 +7570,7 @@
|
|
7515
7570
|
}
|
7516
7571
|
},
|
7517
7572
|
{
|
7518
|
-
"id":
|
7573
|
+
"id": 1126,
|
7519
7574
|
"name": "expanded",
|
7520
7575
|
"kind": 32768,
|
7521
7576
|
"kindString": "Parameter",
|
@@ -7540,7 +7595,7 @@
|
|
7540
7595
|
"useListKeyboardNavigationOptions": {
|
7541
7596
|
"props": [
|
7542
7597
|
{
|
7543
|
-
"id":
|
7598
|
+
"id": 1160,
|
7544
7599
|
"name": "direction",
|
7545
7600
|
"kind": 1024,
|
7546
7601
|
"kindString": "Property",
|
@@ -7554,7 +7609,7 @@
|
|
7554
7609
|
}
|
7555
7610
|
},
|
7556
7611
|
{
|
7557
|
-
"id":
|
7612
|
+
"id": 1161,
|
7558
7613
|
"name": "initialIndex",
|
7559
7614
|
"kind": 1024,
|
7560
7615
|
"kindString": "Property",
|
@@ -7571,7 +7626,7 @@
|
|
7571
7626
|
"usePaginationValues": {
|
7572
7627
|
"props": [
|
7573
7628
|
{
|
7574
|
-
"id":
|
7629
|
+
"id": 572,
|
7575
7630
|
"name": "pageIndex",
|
7576
7631
|
"kind": 1024,
|
7577
7632
|
"kindString": "Property",
|
@@ -7585,7 +7640,7 @@
|
|
7585
7640
|
}
|
7586
7641
|
},
|
7587
7642
|
{
|
7588
|
-
"id":
|
7643
|
+
"id": 573,
|
7589
7644
|
"name": "pageSize",
|
7590
7645
|
"kind": 1024,
|
7591
7646
|
"kindString": "Property",
|
@@ -7599,14 +7654,14 @@
|
|
7599
7654
|
}
|
7600
7655
|
},
|
7601
7656
|
{
|
7602
|
-
"id":
|
7657
|
+
"id": 574,
|
7603
7658
|
"name": "setPageIndex",
|
7604
7659
|
"kind": 2048,
|
7605
7660
|
"kindString": "Method",
|
7606
7661
|
"flags": {},
|
7607
7662
|
"signatures": [
|
7608
7663
|
{
|
7609
|
-
"id":
|
7664
|
+
"id": 575,
|
7610
7665
|
"name": "setPageIndex",
|
7611
7666
|
"kind": 4096,
|
7612
7667
|
"kindString": "Call signature",
|
@@ -7616,7 +7671,7 @@
|
|
7616
7671
|
},
|
7617
7672
|
"parameters": [
|
7618
7673
|
{
|
7619
|
-
"id":
|
7674
|
+
"id": 576,
|
7620
7675
|
"name": "pageIndex",
|
7621
7676
|
"kind": 32768,
|
7622
7677
|
"kindString": "Parameter",
|
@@ -7635,14 +7690,14 @@
|
|
7635
7690
|
]
|
7636
7691
|
},
|
7637
7692
|
{
|
7638
|
-
"id":
|
7693
|
+
"id": 577,
|
7639
7694
|
"name": "setPageSize",
|
7640
7695
|
"kind": 2048,
|
7641
7696
|
"kindString": "Method",
|
7642
7697
|
"flags": {},
|
7643
7698
|
"signatures": [
|
7644
7699
|
{
|
7645
|
-
"id":
|
7700
|
+
"id": 578,
|
7646
7701
|
"name": "setPageSize",
|
7647
7702
|
"kind": 4096,
|
7648
7703
|
"kindString": "Call signature",
|
@@ -7652,7 +7707,7 @@
|
|
7652
7707
|
},
|
7653
7708
|
"parameters": [
|
7654
7709
|
{
|
7655
|
-
"id":
|
7710
|
+
"id": 579,
|
7656
7711
|
"name": "size",
|
7657
7712
|
"kind": 32768,
|
7658
7713
|
"kindString": "Parameter",
|
@@ -7675,7 +7730,7 @@
|
|
7675
7730
|
"useTableRowCreation": {
|
7676
7731
|
"props": [
|
7677
7732
|
{
|
7678
|
-
"id":
|
7733
|
+
"id": 981,
|
7679
7734
|
"name": "data",
|
7680
7735
|
"kind": 1024,
|
7681
7736
|
"kindString": "Property",
|
@@ -7684,11 +7739,11 @@
|
|
7684
7739
|
"type": "array",
|
7685
7740
|
"elementType": {
|
7686
7741
|
"type": "reference",
|
7687
|
-
"id":
|
7742
|
+
"id": 777,
|
7688
7743
|
"typeArguments": [
|
7689
7744
|
{
|
7690
7745
|
"type": "reference",
|
7691
|
-
"id":
|
7746
|
+
"id": 990,
|
7692
7747
|
"name": "TRow"
|
7693
7748
|
}
|
7694
7749
|
],
|
@@ -7697,7 +7752,7 @@
|
|
7697
7752
|
}
|
7698
7753
|
},
|
7699
7754
|
{
|
7700
|
-
"id":
|
7755
|
+
"id": 989,
|
7701
7756
|
"name": "isCreating",
|
7702
7757
|
"kind": 1024,
|
7703
7758
|
"kindString": "Property",
|
@@ -7708,33 +7763,33 @@
|
|
7708
7763
|
}
|
7709
7764
|
},
|
7710
7765
|
{
|
7711
|
-
"id":
|
7766
|
+
"id": 982,
|
7712
7767
|
"name": "create",
|
7713
7768
|
"kind": 2048,
|
7714
7769
|
"kindString": "Method",
|
7715
7770
|
"flags": {},
|
7716
7771
|
"signatures": [
|
7717
7772
|
{
|
7718
|
-
"id":
|
7773
|
+
"id": 983,
|
7719
7774
|
"name": "create",
|
7720
7775
|
"kind": 4096,
|
7721
7776
|
"kindString": "Call signature",
|
7722
7777
|
"flags": {},
|
7723
7778
|
"parameters": [
|
7724
7779
|
{
|
7725
|
-
"id":
|
7780
|
+
"id": 984,
|
7726
7781
|
"name": "rowIndexPath",
|
7727
7782
|
"kind": 32768,
|
7728
7783
|
"kindString": "Parameter",
|
7729
7784
|
"flags": {},
|
7730
7785
|
"type": {
|
7731
7786
|
"type": "reference",
|
7732
|
-
"id":
|
7787
|
+
"id": 782,
|
7733
7788
|
"name": "RowIndexPath"
|
7734
7789
|
}
|
7735
7790
|
},
|
7736
7791
|
{
|
7737
|
-
"id":
|
7792
|
+
"id": 985,
|
7738
7793
|
"name": "values",
|
7739
7794
|
"kind": 32768,
|
7740
7795
|
"kindString": "Parameter",
|
@@ -7749,35 +7804,35 @@
|
|
7749
7804
|
],
|
7750
7805
|
"type": {
|
7751
7806
|
"type": "reference",
|
7752
|
-
"id":
|
7807
|
+
"id": 782,
|
7753
7808
|
"name": "RowIndexPath"
|
7754
7809
|
}
|
7755
7810
|
}
|
7756
7811
|
]
|
7757
7812
|
},
|
7758
7813
|
{
|
7759
|
-
"id":
|
7814
|
+
"id": 986,
|
7760
7815
|
"name": "remove",
|
7761
7816
|
"kind": 2048,
|
7762
7817
|
"kindString": "Method",
|
7763
7818
|
"flags": {},
|
7764
7819
|
"signatures": [
|
7765
7820
|
{
|
7766
|
-
"id":
|
7821
|
+
"id": 987,
|
7767
7822
|
"name": "remove",
|
7768
7823
|
"kind": 4096,
|
7769
7824
|
"kindString": "Call signature",
|
7770
7825
|
"flags": {},
|
7771
7826
|
"parameters": [
|
7772
7827
|
{
|
7773
|
-
"id":
|
7828
|
+
"id": 988,
|
7774
7829
|
"name": "rowIndexPath",
|
7775
7830
|
"kind": 32768,
|
7776
7831
|
"kindString": "Parameter",
|
7777
7832
|
"flags": {},
|
7778
7833
|
"type": {
|
7779
7834
|
"type": "reference",
|
7780
|
-
"id":
|
7835
|
+
"id": 782,
|
7781
7836
|
"name": "RowIndexPath"
|
7782
7837
|
}
|
7783
7838
|
}
|