@economic/taco 0.0.26-alpha.8 → 0.0.28-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +84 -84
- package/dist/components/Combobox/Combobox.d.ts +3 -0
- package/dist/components/Combobox/useCombobox.d.ts +1 -1
- package/dist/components/Datepicker/Datepicker.d.ts +1 -1
- package/dist/components/Field/Field.d.ts +24 -13
- package/dist/components/Input/Input.d.ts +5 -2
- package/dist/components/Input/util.d.ts +3 -1
- package/dist/components/Listbox/Listbox.d.ts +7 -3
- package/dist/components/Listbox/ScrollableList.d.ts +5 -2
- package/dist/components/Listbox/useListbox.d.ts +1 -1
- package/dist/components/Menu/Menu.d.ts +3 -0
- package/dist/components/SearchInput/SearchInput.d.ts +1 -1
- package/dist/components/Select/Select.d.ts +1 -1
- package/dist/components/Textarea/Textarea.d.ts +5 -2
- package/dist/esm/_virtual/_rollupPluginBabelHelpers.js +1 -19
- package/dist/esm/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
- 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 +14 -14
- package/dist/esm/components/Badge/Badge.js.map +1 -1
- package/dist/esm/components/Banner/Banner.js +7 -5
- 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 +12 -14
- package/dist/esm/components/Button/Button.js.map +1 -1
- package/dist/esm/components/Button/util.js +21 -25
- package/dist/esm/components/Button/util.js.map +1 -1
- package/dist/esm/components/Calendar/Calendar.js +56 -71
- package/dist/esm/components/Calendar/Calendar.js.map +1 -1
- package/dist/esm/components/Checkbox/Checkbox.js +19 -22
- package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/Combobox/Combobox.js +32 -29
- package/dist/esm/components/Combobox/Combobox.js.map +1 -1
- package/dist/esm/components/Combobox/useCombobox.js +67 -87
- package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
- package/dist/esm/components/Datepicker/Datepicker.js +48 -52
- package/dist/esm/components/Datepicker/Datepicker.js.map +1 -1
- package/dist/esm/components/Datepicker/useDatepicker.js +27 -34
- 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 +39 -58
- package/dist/esm/components/Dialog/Dialog.js.map +1 -1
- package/dist/esm/components/Dialog/components/Content.js +39 -44
- package/dist/esm/components/Dialog/components/Content.js.map +1 -1
- package/dist/esm/components/Dialog/components/Drawer.js +3 -3
- package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
- package/dist/esm/components/Dialog/components/Extra.js +2 -2
- package/dist/esm/components/Dialog/components/Extra.js.map +1 -1
- package/dist/esm/components/Dialog/components/Trigger.js +2 -2
- package/dist/esm/components/Dialog/components/Trigger.js.map +1 -1
- package/dist/esm/components/Field/Field.js +22 -42
- package/dist/esm/components/Field/Field.js.map +1 -1
- package/dist/esm/components/Form/Form.js +6 -8
- package/dist/esm/components/Form/Form.js.map +1 -1
- package/dist/esm/components/Group/Group.js +6 -8
- package/dist/esm/components/Group/Group.js.map +1 -1
- package/dist/esm/components/Hanger/Hanger.js +32 -29
- package/dist/esm/components/Hanger/Hanger.js.map +1 -1
- package/dist/esm/components/Icon/Icon.js +7 -8
- package/dist/esm/components/Icon/Icon.js.map +1 -1
- package/dist/esm/components/Icon/components/AccountPreview.js.map +1 -1
- package/dist/esm/components/Icon/components/Accounting.js.map +1 -1
- package/dist/esm/components/Icon/components/AccountingYear.js.map +1 -1
- package/dist/esm/components/Icon/components/AccountingYearCancel.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowBottom.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowDown.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowEnd.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowLeft.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowRight.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowStart.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowTop.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowUp.js.map +1 -1
- package/dist/esm/components/Icon/components/Attach.js.map +1 -1
- package/dist/esm/components/Icon/components/AttachAuto.js.map +1 -1
- package/dist/esm/components/Icon/components/AttachCancel.js.map +1 -1
- package/dist/esm/components/Icon/components/Autotext.js.map +1 -1
- package/dist/esm/components/Icon/components/AutotextInsert.js.map +1 -1
- package/dist/esm/components/Icon/components/Basic.js.map +1 -1
- package/dist/esm/components/Icon/components/BasicTabs.js.map +1 -1
- package/dist/esm/components/Icon/components/BellSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Book.js.map +1 -1
- package/dist/esm/components/Icon/components/Booking.js.map +1 -1
- package/dist/esm/components/Icon/components/Budget.js.map +1 -1
- package/dist/esm/components/Icon/components/Calendar.js.map +1 -1
- package/dist/esm/components/Icon/components/CashAccount.js.map +1 -1
- package/dist/esm/components/Icon/components/CashReports.js.map +1 -1
- package/dist/esm/components/Icon/components/Chat.js.map +1 -1
- package/dist/esm/components/Icon/components/ChatSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronDown.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronDownDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronDownSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronLeft.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronLeftDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronRight.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronRightDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronUp.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronUpDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronUpSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Clamp.js.map +1 -1
- package/dist/esm/components/Icon/components/ClampOpen.js.map +1 -1
- package/dist/esm/components/Icon/components/Close.js.map +1 -1
- package/dist/esm/components/Icon/components/ConnectionEnable.js.map +1 -1
- package/dist/esm/components/Icon/components/ConnectionRevoke.js.map +1 -1
- package/dist/esm/components/Icon/components/Contacts.js.map +1 -1
- package/dist/esm/components/Icon/components/Copy.js.map +1 -1
- package/dist/esm/components/Icon/components/Courses.js.map +1 -1
- package/dist/esm/components/Icon/components/Credit.js.map +1 -1
- package/dist/esm/components/Icon/components/Delete.js.map +1 -1
- package/dist/esm/components/Icon/components/DeletePermanently.js.map +1 -1
- package/dist/esm/components/Icon/components/Depecriate.js.map +1 -1
- package/dist/esm/components/Icon/components/Developer.js.map +1 -1
- package/dist/esm/components/Icon/components/DistributionTemplate.js.map +1 -1
- package/dist/esm/components/Icon/components/Document.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentApprove.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentCreateEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentCut.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentError.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentIsolatePage.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentMerge.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentMove.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentPreview.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentReceived.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentRejectedRequest.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentSplit.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentTime.js.map +1 -1
- package/dist/esm/components/Icon/components/Download.js.map +1 -1
- package/dist/esm/components/Icon/components/Drag.js.map +1 -1
- package/dist/esm/components/Icon/components/ECopedia.js.map +1 -1
- package/dist/esm/components/Icon/components/ESignature.js.map +1 -1
- package/dist/esm/components/Icon/components/Edit.js.map +1 -1
- package/dist/esm/components/Icon/components/EllipsisHorizontal.js.map +1 -1
- package/dist/esm/components/Icon/components/EllipsisVertical.js.map +1 -1
- package/dist/esm/components/Icon/components/EntriesOnAccount.js.map +1 -1
- package/dist/esm/components/Icon/components/EntriesOpen.js.map +1 -1
- package/dist/esm/components/Icon/components/EntriesWarning.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeCustomerInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeCustomerPayment.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeJournalEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeManualCustomerInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeSupplierInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeSupplierPayment.js.map +1 -1
- package/dist/esm/components/Icon/components/Envelope.js.map +1 -1
- package/dist/esm/components/Icon/components/EnvelopeApproved.js.map +1 -1
- package/dist/esm/components/Icon/components/ExpandView.js.map +1 -1
- package/dist/esm/components/Icon/components/Expenses.js.map +1 -1
- package/dist/esm/components/Icon/components/Export.js.map +1 -1
- package/dist/esm/components/Icon/components/ExportToExcel.js.map +1 -1
- package/dist/esm/components/Icon/components/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/Minus.js.map +1 -1
- package/dist/esm/components/Icon/components/ModalResize.js.map +1 -1
- package/dist/esm/components/Icon/components/ModalShrink.js.map +1 -1
- package/dist/esm/components/Icon/components/More.js.map +1 -1
- package/dist/esm/components/Icon/components/MoreSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Move.js.map +1 -1
- package/dist/esm/components/Icon/components/NavigationList.js.map +1 -1
- package/dist/esm/components/Icon/components/Note.js.map +1 -1
- package/dist/esm/components/Icon/components/NoteFollowUp.js.map +1 -1
- package/dist/esm/components/Icon/components/NoteRead.js.map +1 -1
- package/dist/esm/components/Icon/components/PartnerApi.js.map +1 -1
- package/dist/esm/components/Icon/components/Period.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonChange.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonMinus.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonPlus.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonTick.js.map +1 -1
- package/dist/esm/components/Icon/components/Play.js.map +1 -1
- package/dist/esm/components/Icon/components/PlusCircle.js.map +1 -1
- package/dist/esm/components/Icon/components/PlusMinus.js.map +1 -1
- package/dist/esm/components/Icon/components/Print.js.map +1 -1
- package/dist/esm/components/Icon/components/ProcessPayment.js.map +1 -1
- package/dist/esm/components/Icon/components/ProductLedgerCard.js.map +1 -1
- package/dist/esm/components/Icon/components/ProjectCards.js.map +1 -1
- package/dist/esm/components/Icon/components/Projects.js.map +1 -1
- package/dist/esm/components/Icon/components/Quicklinks.js.map +1 -1
- package/dist/esm/components/Icon/components/RatingBankruptcy.js.map +1 -1
- package/dist/esm/components/Icon/components/RatingPaymentProblems.js.map +1 -1
- package/dist/esm/components/Icon/components/Reconciled.js.map +1 -1
- package/dist/esm/components/Icon/components/Refresh.js.map +1 -1
- package/dist/esm/components/Icon/components/Report.js.map +1 -1
- package/dist/esm/components/Icon/components/ReportSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Restore.js.map +1 -1
- package/dist/esm/components/Icon/components/RotateLeft.js.map +1 -1
- package/dist/esm/components/Icon/components/RotateRight.js.map +1 -1
- package/dist/esm/components/Icon/components/Sales.js.map +1 -1
- package/dist/esm/components/Icon/components/Search.js.map +1 -1
- package/dist/esm/components/Icon/components/SearchBold.js.map +1 -1
- package/dist/esm/components/Icon/components/Secure.js.map +1 -1
- package/dist/esm/components/Icon/components/SecureTick.js.map +1 -1
- package/dist/esm/components/Icon/components/Settings.js.map +1 -1
- package/dist/esm/components/Icon/components/SettingsSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Shortcuts.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowAll.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowLess.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowMore.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowTemplate.js.map +1 -1
- package/dist/esm/components/Icon/components/Sliders.js.map +1 -1
- package/dist/esm/components/Icon/components/Smartpay.js.map +1 -1
- package/dist/esm/components/Icon/components/SortBy.js.map +1 -1
- package/dist/esm/components/Icon/components/Spinner.js.map +1 -1
- package/dist/esm/components/Icon/components/Star.js.map +1 -1
- package/dist/esm/components/Icon/components/StarSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Subscriptions.js.map +1 -1
- package/dist/esm/components/Icon/components/SystemEntries.js.map +1 -1
- package/dist/esm/components/Icon/components/Tag.js.map +1 -1
- package/dist/esm/components/Icon/components/TemplateOverride.js.map +1 -1
- package/dist/esm/components/Icon/components/Templates.js.map +1 -1
- package/dist/esm/components/Icon/components/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/TickCircle.js.map +1 -1
- package/dist/esm/components/Icon/components/Time.js.map +1 -1
- package/dist/esm/components/Icon/components/Transfer.js.map +1 -1
- package/dist/esm/components/Icon/components/TransferCancel.js.map +1 -1
- package/dist/esm/components/Icon/components/TransferLocked.js.map +1 -1
- package/dist/esm/components/Icon/components/Undock.js.map +1 -1
- package/dist/esm/components/Icon/components/Unreconciled.js.map +1 -1
- package/dist/esm/components/Icon/components/Warning.js.map +1 -1
- package/dist/esm/components/Icon/components/Webshop.js.map +1 -1
- package/dist/esm/components/Icon/components/Website.js.map +1 -1
- package/dist/esm/components/Icon/components/Workflow.js.map +1 -1
- package/dist/esm/components/Icon/components/Zoom.js.map +1 -1
- package/dist/esm/components/Icon/components/index.js +4 -4
- package/dist/esm/components/Icon/components/index.js.map +1 -1
- package/dist/esm/components/IconButton/IconButton.js +9 -12
- package/dist/esm/components/IconButton/IconButton.js.map +1 -1
- package/dist/esm/components/Input/Input.js +27 -26
- package/dist/esm/components/Input/Input.js.map +1 -1
- package/dist/esm/components/Input/util.js +38 -10
- package/dist/esm/components/Input/util.js.map +1 -1
- package/dist/esm/components/Listbox/Listbox.js +24 -25
- package/dist/esm/components/Listbox/Listbox.js.map +1 -1
- package/dist/esm/components/Listbox/ScrollableList.js +74 -82
- package/dist/esm/components/Listbox/ScrollableList.js.map +1 -1
- package/dist/esm/components/Listbox/useListbox.js +49 -60
- package/dist/esm/components/Listbox/useListbox.js.map +1 -1
- package/dist/esm/components/Listbox/useMultiListbox.js +63 -91
- package/dist/esm/components/Listbox/useMultiListbox.js.map +1 -1
- package/dist/esm/components/Listbox/useTypeahead.js +10 -9
- package/dist/esm/components/Listbox/useTypeahead.js.map +1 -1
- package/dist/esm/components/Listbox/util.js +48 -84
- package/dist/esm/components/Listbox/util.js.map +1 -1
- package/dist/esm/components/Menu/Context.js +2 -2
- package/dist/esm/components/Menu/Context.js.map +1 -1
- package/dist/esm/components/Menu/Menu.js +20 -42
- package/dist/esm/components/Menu/Menu.js.map +1 -1
- package/dist/esm/components/Menu/components/Checkbox.js +8 -9
- package/dist/esm/components/Menu/components/Checkbox.js.map +1 -1
- package/dist/esm/components/Menu/components/Content.js +10 -13
- package/dist/esm/components/Menu/components/Content.js.map +1 -1
- package/dist/esm/components/Menu/components/Header.js +4 -4
- package/dist/esm/components/Menu/components/Header.js.map +1 -1
- package/dist/esm/components/Menu/components/Item.js +34 -35
- package/dist/esm/components/Menu/components/Item.js.map +1 -1
- package/dist/esm/components/Menu/components/Link.js +10 -11
- package/dist/esm/components/Menu/components/Link.js.map +1 -1
- package/dist/esm/components/Menu/components/RadioGroup.js +16 -18
- package/dist/esm/components/Menu/components/RadioGroup.js.map +1 -1
- package/dist/esm/components/Menu/components/Separator.js +4 -4
- package/dist/esm/components/Menu/components/Separator.js.map +1 -1
- package/dist/esm/components/Menu/components/Trigger.js +5 -5
- package/dist/esm/components/Menu/components/Trigger.js.map +1 -1
- package/dist/esm/components/Navigation/Navigation.js +35 -44
- package/dist/esm/components/Navigation/Navigation.js.map +1 -1
- package/dist/esm/components/Pagination/PageNumbers.js +23 -28
- package/dist/esm/components/Pagination/PageNumbers.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.js +39 -56
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/Pagination/usePagination.js +7 -21
- package/dist/esm/components/Pagination/usePagination.js.map +1 -1
- package/dist/esm/components/Pagination/usePaginationShortcuts.js +9 -9
- package/dist/esm/components/Pagination/usePaginationShortcuts.js.map +1 -1
- package/dist/esm/components/Popover/Popover.js +29 -34
- package/dist/esm/components/Popover/Popover.js.map +1 -1
- package/dist/esm/components/Popover/Primitives.js +7 -8
- package/dist/esm/components/Popover/Primitives.js.map +1 -1
- package/dist/esm/components/Progress/Progress.js +11 -15
- package/dist/esm/components/Progress/Progress.js.map +1 -1
- package/dist/esm/components/Provider/Provider.js +13 -18
- package/dist/esm/components/Provider/Provider.js.map +1 -1
- package/dist/esm/components/RadioGroup/RadioGroup.js +46 -58
- package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/esm/components/SearchInput/SearchInput.js +11 -12
- package/dist/esm/components/SearchInput/SearchInput.js.map +1 -1
- package/dist/esm/components/Select/Select.js +30 -32
- package/dist/esm/components/Select/Select.js.map +1 -1
- package/dist/esm/components/Select/useSelect.js +64 -82
- package/dist/esm/components/Select/useSelect.js.map +1 -1
- package/dist/esm/components/Spinner/Spinner.js +12 -19
- package/dist/esm/components/Spinner/Spinner.js.map +1 -1
- package/dist/esm/components/Switch/Switch.js +11 -12
- package/dist/esm/components/Switch/Switch.js.map +1 -1
- package/dist/esm/components/Table/components/BaseTable.js +23 -30
- package/dist/esm/components/Table/components/BaseTable.js.map +1 -1
- package/dist/esm/components/Table/components/PaginatedTable.js +3 -7
- package/dist/esm/components/Table/components/PaginatedTable.js.map +1 -1
- package/dist/esm/components/Table/components/Table.js +18 -25
- package/dist/esm/components/Table/components/Table.js.map +1 -1
- package/dist/esm/components/Table/components/WindowedTable.js +88 -104
- package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js +122 -146
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js +57 -61
- package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowEditing.js +39 -36
- package/dist/esm/components/Table/hooks/plugins/useRowEditing.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js +80 -90
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js.map +1 -1
- package/dist/esm/components/Table/hooks/useRowCreation.js +29 -64
- package/dist/esm/components/Table/hooks/useRowCreation.js.map +1 -1
- package/dist/esm/components/Table/hooks/useTable.js +119 -141
- package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
- package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js +12 -15
- package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -1
- package/dist/esm/components/Table/util/renderColumn.js +11 -11
- package/dist/esm/components/Table/util/renderColumn.js.map +1 -1
- package/dist/esm/components/Table/util/renderRow.js +37 -46
- package/dist/esm/components/Table/util/renderRow.js.map +1 -1
- package/dist/esm/components/Table/util/rowIndexPath.js +14 -16
- package/dist/esm/components/Table/util/rowIndexPath.js.map +1 -1
- package/dist/esm/components/Table/util/sortTypes.js +23 -31
- package/dist/esm/components/Table/util/sortTypes.js.map +1 -1
- package/dist/esm/components/Table/util.js +29 -41
- package/dist/esm/components/Table/util.js.map +1 -1
- package/dist/esm/components/Tabs/Tabs.js +25 -27
- package/dist/esm/components/Tabs/Tabs.js.map +1 -1
- package/dist/esm/components/Textarea/Textarea.js +11 -9
- package/dist/esm/components/Textarea/Textarea.js.map +1 -1
- package/dist/esm/components/Toast/Toast.js +20 -21
- package/dist/esm/components/Toast/Toast.js.map +1 -1
- package/dist/esm/components/Toast/Toaster.js +88 -118
- 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 +7 -8
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/esm/components/Tour/Tour.js +44 -50
- package/dist/esm/components/Tour/Tour.js.map +1 -1
- package/dist/esm/components/Treeview/Treeview.js +26 -36
- 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 +643 -642
- package/dist/esm/index.js +1 -1
- package/dist/esm/primitives/Button.js +9 -13
- package/dist/esm/primitives/Button.js.map +1 -1
- package/dist/esm/utils/date.js.map +1 -1
- package/dist/esm/utils/hooks/useBoundingClientRectListener.js.map +1 -1
- package/dist/esm/utils/hooks/useDraggable.js +16 -18
- package/dist/esm/utils/hooks/useDraggable.js.map +1 -1
- package/dist/esm/utils/hooks/useDropTarget.js +7 -10
- package/dist/esm/utils/hooks/useDropTarget.js.map +1 -1
- package/dist/esm/utils/hooks/useListKeyboardNavigation.js.map +1 -1
- package/dist/esm/utils/hooks/useListScrollTo.js.map +1 -1
- package/dist/esm/utils/hooks/useOnClickOutside.js.map +1 -1
- package/dist/esm/utils/hooks/useProxiedRef.js +3 -3
- package/dist/esm/utils/hooks/useProxiedRef.js.map +1 -1
- package/dist/esm/utils/hooks/useTimer.js +9 -17
- package/dist/esm/utils/hooks/useTimer.js.map +1 -1
- package/dist/esm/utils/input.js +7 -11
- package/dist/esm/utils/input.js.map +1 -1
- package/dist/esm/utils/mergeRefs.js +2 -2
- package/dist/esm/utils/mergeRefs.js.map +1 -1
- package/dist/esm/utils/taillwind.js +2 -2
- package/dist/esm/utils/taillwind.js.map +1 -1
- package/dist/index.css +643 -642
- package/dist/taco.cjs.development.js +2290 -2761
- 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 -0
- package/package.json +31 -31
- package/plugins/tailwindcss-aria-attributes.js +73 -73
- package/tailwind.config.js +297 -297
- package/types.json +449 -455
package/types.json
CHANGED
@@ -178,7 +178,7 @@
|
|
178
178
|
],
|
179
179
|
"props": [
|
180
180
|
{
|
181
|
-
"id":
|
181
|
+
"id": 721,
|
182
182
|
"name": "multiselect",
|
183
183
|
"kind": 1024,
|
184
184
|
"kindString": "Property",
|
@@ -328,7 +328,7 @@
|
|
328
328
|
"typeArguments": [
|
329
329
|
{
|
330
330
|
"type": "reference",
|
331
|
-
"id":
|
331
|
+
"id": 268,
|
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": 382,
|
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": 563,
|
430
430
|
"name": "PopoverProps"
|
431
431
|
}
|
432
432
|
],
|
@@ -1367,7 +1367,7 @@
|
|
1367
1367
|
"DialogTitleProps": "React.HTMLAttributes<HTMLHeadingElement>",
|
1368
1368
|
"FieldProps": {
|
1369
1369
|
"intersections": [
|
1370
|
-
"
|
1370
|
+
"React.LabelHTMLAttributes<HTMLLabelElement>"
|
1371
1371
|
],
|
1372
1372
|
"props": [
|
1373
1373
|
{
|
@@ -1376,11 +1376,14 @@
|
|
1376
1376
|
"kind": 1024,
|
1377
1377
|
"kindString": "Property",
|
1378
1378
|
"flags": {},
|
1379
|
+
"comment": {
|
1380
|
+
"shortText": "Content of the field"
|
1381
|
+
},
|
1379
1382
|
"type": {
|
1380
1383
|
"type": "reference",
|
1381
|
-
"qualifiedName": "
|
1384
|
+
"qualifiedName": "React.ReactNode",
|
1382
1385
|
"package": "@types/react",
|
1383
|
-
"name": "
|
1386
|
+
"name": "React.ReactNode"
|
1384
1387
|
}
|
1385
1388
|
},
|
1386
1389
|
{
|
@@ -1391,6 +1394,9 @@
|
|
1391
1394
|
"flags": {
|
1392
1395
|
"isOptional": true
|
1393
1396
|
},
|
1397
|
+
"comment": {
|
1398
|
+
"shortText": "Changes the style to indicate the element is disabled"
|
1399
|
+
},
|
1394
1400
|
"type": {
|
1395
1401
|
"type": "intrinsic",
|
1396
1402
|
"name": "boolean"
|
@@ -1398,76 +1404,35 @@
|
|
1398
1404
|
},
|
1399
1405
|
{
|
1400
1406
|
"id": 237,
|
1401
|
-
"name": "
|
1407
|
+
"name": "message",
|
1402
1408
|
"kind": 1024,
|
1403
1409
|
"kindString": "Property",
|
1404
1410
|
"flags": {
|
1405
1411
|
"isOptional": true
|
1406
1412
|
},
|
1413
|
+
"comment": {
|
1414
|
+
"shortText": "Text displayed below the children of Field.\nShould be a short text that indicates feedback for user."
|
1415
|
+
},
|
1407
1416
|
"type": {
|
1408
1417
|
"type": "intrinsic",
|
1409
|
-
"name": "
|
1418
|
+
"name": "string"
|
1410
1419
|
}
|
1411
1420
|
},
|
1412
1421
|
{
|
1413
1422
|
"id": 238,
|
1414
|
-
"name": "
|
1415
|
-
"kind": 1024,
|
1416
|
-
"kindString": "Property",
|
1417
|
-
"flags": {
|
1418
|
-
"isOptional": true
|
1419
|
-
},
|
1420
|
-
"type": {
|
1421
|
-
"type": "union",
|
1422
|
-
"types": [
|
1423
|
-
{
|
1424
|
-
"type": "intrinsic",
|
1425
|
-
"name": "string"
|
1426
|
-
},
|
1427
|
-
{
|
1428
|
-
"type": "reference",
|
1429
|
-
"qualifiedName": "global.JSX.Element",
|
1430
|
-
"package": "@types/react",
|
1431
|
-
"name": "JSX.Element"
|
1432
|
-
}
|
1433
|
-
]
|
1434
|
-
}
|
1435
|
-
},
|
1436
|
-
{
|
1437
|
-
"id": 239,
|
1438
|
-
"name": "message",
|
1423
|
+
"name": "state",
|
1439
1424
|
"kind": 1024,
|
1440
1425
|
"kindString": "Property",
|
1441
1426
|
"flags": {
|
1442
1427
|
"isOptional": true
|
1443
1428
|
},
|
1444
|
-
"
|
1445
|
-
"
|
1446
|
-
"types": [
|
1447
|
-
{
|
1448
|
-
"type": "intrinsic",
|
1449
|
-
"name": "string"
|
1450
|
-
},
|
1451
|
-
{
|
1452
|
-
"type": "reference",
|
1453
|
-
"qualifiedName": "global.JSX.Element",
|
1454
|
-
"package": "@types/react",
|
1455
|
-
"name": "JSX.Element"
|
1456
|
-
}
|
1457
|
-
]
|
1458
|
-
}
|
1459
|
-
},
|
1460
|
-
{
|
1461
|
-
"id": 240,
|
1462
|
-
"name": "required",
|
1463
|
-
"kind": 1024,
|
1464
|
-
"kindString": "Property",
|
1465
|
-
"flags": {
|
1466
|
-
"isOptional": true
|
1429
|
+
"comment": {
|
1430
|
+
"shortText": "State will change the style of the field"
|
1467
1431
|
},
|
1468
1432
|
"type": {
|
1469
|
-
"type": "
|
1470
|
-
"
|
1433
|
+
"type": "reference",
|
1434
|
+
"id": 4,
|
1435
|
+
"name": "State"
|
1471
1436
|
}
|
1472
1437
|
}
|
1473
1438
|
]
|
@@ -1478,7 +1443,7 @@
|
|
1478
1443
|
],
|
1479
1444
|
"props": [
|
1480
1445
|
{
|
1481
|
-
"id":
|
1446
|
+
"id": 247,
|
1482
1447
|
"name": "children",
|
1483
1448
|
"kind": 1024,
|
1484
1449
|
"kindString": "Property",
|
@@ -1494,7 +1459,7 @@
|
|
1494
1459
|
}
|
1495
1460
|
},
|
1496
1461
|
{
|
1497
|
-
"id":
|
1462
|
+
"id": 248,
|
1498
1463
|
"name": "horizontal",
|
1499
1464
|
"kind": 1024,
|
1500
1465
|
"kindString": "Property",
|
@@ -1795,7 +1760,7 @@
|
|
1795
1760
|
],
|
1796
1761
|
"props": [
|
1797
1762
|
{
|
1798
|
-
"id":
|
1763
|
+
"id": 276,
|
1799
1764
|
"name": "Anchor",
|
1800
1765
|
"kind": 1024,
|
1801
1766
|
"kindString": "Property",
|
@@ -1805,7 +1770,7 @@
|
|
1805
1770
|
"typeArguments": [
|
1806
1771
|
{
|
1807
1772
|
"type": "reference",
|
1808
|
-
"id":
|
1773
|
+
"id": 264,
|
1809
1774
|
"name": "HangerAnchorProps"
|
1810
1775
|
}
|
1811
1776
|
],
|
@@ -1815,7 +1780,7 @@
|
|
1815
1780
|
}
|
1816
1781
|
},
|
1817
1782
|
{
|
1818
|
-
"id":
|
1783
|
+
"id": 277,
|
1819
1784
|
"name": "Content",
|
1820
1785
|
"kind": 1024,
|
1821
1786
|
"kindString": "Property",
|
@@ -1825,7 +1790,7 @@
|
|
1825
1790
|
"typeArguments": [
|
1826
1791
|
{
|
1827
1792
|
"type": "reference",
|
1828
|
-
"id":
|
1793
|
+
"id": 265,
|
1829
1794
|
"name": "HangerContentProps"
|
1830
1795
|
}
|
1831
1796
|
],
|
@@ -1842,7 +1807,7 @@
|
|
1842
1807
|
],
|
1843
1808
|
"props": [
|
1844
1809
|
{
|
1845
|
-
"id":
|
1810
|
+
"id": 495,
|
1846
1811
|
"name": "Group",
|
1847
1812
|
"kind": 1024,
|
1848
1813
|
"kindString": "Property",
|
@@ -1858,7 +1823,7 @@
|
|
1858
1823
|
"types": [
|
1859
1824
|
{
|
1860
1825
|
"type": "reference",
|
1861
|
-
"id":
|
1826
|
+
"id": 491,
|
1862
1827
|
"name": "NavigationMenuGroupProps"
|
1863
1828
|
},
|
1864
1829
|
{
|
@@ -1891,7 +1856,7 @@
|
|
1891
1856
|
],
|
1892
1857
|
"props": [
|
1893
1858
|
{
|
1894
|
-
"id":
|
1859
|
+
"id": 499,
|
1895
1860
|
"name": "Item",
|
1896
1861
|
"kind": 1024,
|
1897
1862
|
"kindString": "Property",
|
@@ -1907,7 +1872,7 @@
|
|
1907
1872
|
"types": [
|
1908
1873
|
{
|
1909
1874
|
"type": "reference",
|
1910
|
-
"id":
|
1875
|
+
"id": 483,
|
1911
1876
|
"name": "NavigationItemProps"
|
1912
1877
|
},
|
1913
1878
|
{
|
@@ -1933,7 +1898,7 @@
|
|
1933
1898
|
}
|
1934
1899
|
},
|
1935
1900
|
{
|
1936
|
-
"id":
|
1901
|
+
"id": 500,
|
1937
1902
|
"name": "Menu",
|
1938
1903
|
"kind": 1024,
|
1939
1904
|
"kindString": "Property",
|
@@ -1943,12 +1908,12 @@
|
|
1943
1908
|
},
|
1944
1909
|
"type": {
|
1945
1910
|
"type": "reference",
|
1946
|
-
"id":
|
1911
|
+
"id": 493,
|
1947
1912
|
"name": "ForwardedNavigationMenuWithStatics"
|
1948
1913
|
}
|
1949
1914
|
},
|
1950
1915
|
{
|
1951
|
-
"id":
|
1916
|
+
"id": 501,
|
1952
1917
|
"name": "Panel",
|
1953
1918
|
"kind": 1024,
|
1954
1919
|
"kindString": "Property",
|
@@ -1964,7 +1929,7 @@
|
|
1964
1929
|
"types": [
|
1965
1930
|
{
|
1966
1931
|
"type": "reference",
|
1967
|
-
"id":
|
1932
|
+
"id": 490,
|
1968
1933
|
"name": "NavigationPanelProps"
|
1969
1934
|
},
|
1970
1935
|
{
|
@@ -1997,7 +1962,7 @@
|
|
1997
1962
|
],
|
1998
1963
|
"props": [
|
1999
1964
|
{
|
2000
|
-
"id":
|
1965
|
+
"id": 570,
|
2001
1966
|
"name": "Close",
|
2002
1967
|
"kind": 1024,
|
2003
1968
|
"kindString": "Property",
|
@@ -2007,7 +1972,7 @@
|
|
2007
1972
|
"typeArguments": [
|
2008
1973
|
{
|
2009
1974
|
"type": "reference",
|
2010
|
-
"id":
|
1975
|
+
"id": 562,
|
2011
1976
|
"name": "PopoverCloseProps"
|
2012
1977
|
}
|
2013
1978
|
],
|
@@ -2017,7 +1982,7 @@
|
|
2017
1982
|
}
|
2018
1983
|
},
|
2019
1984
|
{
|
2020
|
-
"id":
|
1985
|
+
"id": 569,
|
2021
1986
|
"name": "Content",
|
2022
1987
|
"kind": 1024,
|
2023
1988
|
"kindString": "Property",
|
@@ -2027,7 +1992,7 @@
|
|
2027
1992
|
"typeArguments": [
|
2028
1993
|
{
|
2029
1994
|
"type": "reference",
|
2030
|
-
"id":
|
1995
|
+
"id": 555,
|
2031
1996
|
"name": "PopoverContentProps"
|
2032
1997
|
}
|
2033
1998
|
],
|
@@ -2037,7 +2002,7 @@
|
|
2037
2002
|
}
|
2038
2003
|
},
|
2039
2004
|
{
|
2040
|
-
"id":
|
2005
|
+
"id": 568,
|
2041
2006
|
"name": "Trigger",
|
2042
2007
|
"kind": 1024,
|
2043
2008
|
"kindString": "Property",
|
@@ -2047,7 +2012,7 @@
|
|
2047
2012
|
"typeArguments": [
|
2048
2013
|
{
|
2049
2014
|
"type": "reference",
|
2050
|
-
"id":
|
2015
|
+
"id": 550,
|
2051
2016
|
"name": "PopoverTriggerProps"
|
2052
2017
|
}
|
2053
2018
|
],
|
@@ -2064,7 +2029,7 @@
|
|
2064
2029
|
],
|
2065
2030
|
"props": [
|
2066
2031
|
{
|
2067
|
-
"id":
|
2032
|
+
"id": 705,
|
2068
2033
|
"name": "Item",
|
2069
2034
|
"kind": 1024,
|
2070
2035
|
"kindString": "Property",
|
@@ -2077,7 +2042,7 @@
|
|
2077
2042
|
"typeArguments": [
|
2078
2043
|
{
|
2079
2044
|
"type": "reference",
|
2080
|
-
"id":
|
2045
|
+
"id": 696,
|
2081
2046
|
"name": "RadioGroupItemProps"
|
2082
2047
|
}
|
2083
2048
|
],
|
@@ -2094,7 +2059,7 @@
|
|
2094
2059
|
],
|
2095
2060
|
"props": [
|
2096
2061
|
{
|
2097
|
-
"id":
|
2062
|
+
"id": 978,
|
2098
2063
|
"name": "Content",
|
2099
2064
|
"kind": 1024,
|
2100
2065
|
"kindString": "Property",
|
@@ -2110,7 +2075,7 @@
|
|
2110
2075
|
"types": [
|
2111
2076
|
{
|
2112
2077
|
"type": "reference",
|
2113
|
-
"id":
|
2078
|
+
"id": 971,
|
2114
2079
|
"name": "TabContentProps"
|
2115
2080
|
},
|
2116
2081
|
{
|
@@ -2136,7 +2101,7 @@
|
|
2136
2101
|
}
|
2137
2102
|
},
|
2138
2103
|
{
|
2139
|
-
"id":
|
2104
|
+
"id": 976,
|
2140
2105
|
"name": "List",
|
2141
2106
|
"kind": 1024,
|
2142
2107
|
"kindString": "Property",
|
@@ -2152,7 +2117,7 @@
|
|
2152
2117
|
"types": [
|
2153
2118
|
{
|
2154
2119
|
"type": "reference",
|
2155
|
-
"id":
|
2120
|
+
"id": 966,
|
2156
2121
|
"name": "TabListProps"
|
2157
2122
|
},
|
2158
2123
|
{
|
@@ -2178,7 +2143,7 @@
|
|
2178
2143
|
}
|
2179
2144
|
},
|
2180
2145
|
{
|
2181
|
-
"id":
|
2146
|
+
"id": 977,
|
2182
2147
|
"name": "Trigger",
|
2183
2148
|
"kind": 1024,
|
2184
2149
|
"kindString": "Property",
|
@@ -2194,7 +2159,7 @@
|
|
2194
2159
|
"types": [
|
2195
2160
|
{
|
2196
2161
|
"type": "reference",
|
2197
|
-
"id":
|
2162
|
+
"id": 967,
|
2198
2163
|
"name": "TabTriggerProps"
|
2199
2164
|
},
|
2200
2165
|
{
|
@@ -2227,7 +2192,7 @@
|
|
2227
2192
|
],
|
2228
2193
|
"props": [
|
2229
2194
|
{
|
2230
|
-
"id":
|
2195
|
+
"id": 1101,
|
2231
2196
|
"name": "Group",
|
2232
2197
|
"kind": 1024,
|
2233
2198
|
"kindString": "Property",
|
@@ -2243,7 +2208,7 @@
|
|
2243
2208
|
"types": [
|
2244
2209
|
{
|
2245
2210
|
"type": "reference",
|
2246
|
-
"id":
|
2211
|
+
"id": 1081,
|
2247
2212
|
"name": "TreeviewGroupProps"
|
2248
2213
|
},
|
2249
2214
|
{
|
@@ -2269,7 +2234,7 @@
|
|
2269
2234
|
}
|
2270
2235
|
},
|
2271
2236
|
{
|
2272
|
-
"id":
|
2237
|
+
"id": 1100,
|
2273
2238
|
"name": "Item",
|
2274
2239
|
"kind": 1024,
|
2275
2240
|
"kindString": "Property",
|
@@ -2285,7 +2250,7 @@
|
|
2285
2250
|
"types": [
|
2286
2251
|
{
|
2287
2252
|
"type": "reference",
|
2288
|
-
"id":
|
2253
|
+
"id": 1080,
|
2289
2254
|
"name": "TreeviewItemProps"
|
2290
2255
|
},
|
2291
2256
|
{
|
@@ -2318,7 +2283,7 @@
|
|
2318
2283
|
],
|
2319
2284
|
"props": [
|
2320
2285
|
{
|
2321
|
-
"id":
|
2286
|
+
"id": 255,
|
2322
2287
|
"name": "as",
|
2323
2288
|
"kind": 1024,
|
2324
2289
|
"kindString": "Property",
|
@@ -2347,7 +2312,7 @@
|
|
2347
2312
|
}
|
2348
2313
|
},
|
2349
2314
|
{
|
2350
|
-
"id":
|
2315
|
+
"id": 256,
|
2351
2316
|
"name": "children",
|
2352
2317
|
"kind": 1024,
|
2353
2318
|
"kindString": "Property",
|
@@ -2371,7 +2336,7 @@
|
|
2371
2336
|
],
|
2372
2337
|
"props": [
|
2373
2338
|
{
|
2374
|
-
"id":
|
2339
|
+
"id": 267,
|
2375
2340
|
"name": "placement",
|
2376
2341
|
"kind": 1024,
|
2377
2342
|
"kindString": "Property",
|
@@ -2393,7 +2358,7 @@
|
|
2393
2358
|
"HangerTexts": {
|
2394
2359
|
"props": [
|
2395
2360
|
{
|
2396
|
-
"id":
|
2361
|
+
"id": 263,
|
2397
2362
|
"name": "close",
|
2398
2363
|
"kind": 1024,
|
2399
2364
|
"kindString": "Property",
|
@@ -2414,7 +2379,7 @@
|
|
2414
2379
|
],
|
2415
2380
|
"props": [
|
2416
2381
|
{
|
2417
|
-
"id":
|
2382
|
+
"id": 289,
|
2418
2383
|
"name": "appearance",
|
2419
2384
|
"kind": 1024,
|
2420
2385
|
"kindString": "Property",
|
@@ -2431,7 +2396,7 @@
|
|
2431
2396
|
}
|
2432
2397
|
},
|
2433
2398
|
{
|
2434
|
-
"id":
|
2399
|
+
"id": 296,
|
2435
2400
|
"name": "icon",
|
2436
2401
|
"kind": 1024,
|
2437
2402
|
"kindString": "Property",
|
@@ -2441,12 +2406,12 @@
|
|
2441
2406
|
},
|
2442
2407
|
"type": {
|
2443
2408
|
"type": "reference",
|
2444
|
-
"id":
|
2409
|
+
"id": 280,
|
2445
2410
|
"name": "IconName"
|
2446
2411
|
}
|
2447
2412
|
},
|
2448
2413
|
{
|
2449
|
-
"id":
|
2414
|
+
"id": 303,
|
2450
2415
|
"name": "rounded",
|
2451
2416
|
"kind": 1024,
|
2452
2417
|
"kindString": "Property",
|
@@ -2462,7 +2427,7 @@
|
|
2462
2427
|
}
|
2463
2428
|
},
|
2464
2429
|
{
|
2465
|
-
"id":
|
2430
|
+
"id": 304,
|
2466
2431
|
"name": "tooltip",
|
2467
2432
|
"kind": 1024,
|
2468
2433
|
"kindString": "Property",
|
@@ -2478,7 +2443,7 @@
|
|
2478
2443
|
}
|
2479
2444
|
},
|
2480
2445
|
{
|
2481
|
-
"id":
|
2446
|
+
"id": 290,
|
2482
2447
|
"name": "dialog",
|
2483
2448
|
"kind": 2048,
|
2484
2449
|
"kindString": "Method",
|
@@ -2487,7 +2452,7 @@
|
|
2487
2452
|
},
|
2488
2453
|
"signatures": [
|
2489
2454
|
{
|
2490
|
-
"id":
|
2455
|
+
"id": 291,
|
2491
2456
|
"name": "dialog",
|
2492
2457
|
"kind": 4096,
|
2493
2458
|
"kindString": "Call signature",
|
@@ -2497,7 +2462,7 @@
|
|
2497
2462
|
},
|
2498
2463
|
"parameters": [
|
2499
2464
|
{
|
2500
|
-
"id":
|
2465
|
+
"id": 292,
|
2501
2466
|
"name": "props",
|
2502
2467
|
"kind": 32768,
|
2503
2468
|
"kindString": "Parameter",
|
@@ -2527,7 +2492,7 @@
|
|
2527
2492
|
]
|
2528
2493
|
},
|
2529
2494
|
{
|
2530
|
-
"id":
|
2495
|
+
"id": 293,
|
2531
2496
|
"name": "hanger",
|
2532
2497
|
"kind": 2048,
|
2533
2498
|
"kindString": "Method",
|
@@ -2536,7 +2501,7 @@
|
|
2536
2501
|
},
|
2537
2502
|
"signatures": [
|
2538
2503
|
{
|
2539
|
-
"id":
|
2504
|
+
"id": 294,
|
2540
2505
|
"name": "hanger",
|
2541
2506
|
"kind": 4096,
|
2542
2507
|
"kindString": "Call signature",
|
@@ -2546,7 +2511,7 @@
|
|
2546
2511
|
},
|
2547
2512
|
"parameters": [
|
2548
2513
|
{
|
2549
|
-
"id":
|
2514
|
+
"id": 295,
|
2550
2515
|
"name": "props",
|
2551
2516
|
"kind": 32768,
|
2552
2517
|
"kindString": "Parameter",
|
@@ -2556,7 +2521,7 @@
|
|
2556
2521
|
"typeArguments": [
|
2557
2522
|
{
|
2558
2523
|
"type": "reference",
|
2559
|
-
"id":
|
2524
|
+
"id": 268,
|
2560
2525
|
"name": "HangerProps"
|
2561
2526
|
}
|
2562
2527
|
],
|
@@ -2576,7 +2541,7 @@
|
|
2576
2541
|
]
|
2577
2542
|
},
|
2578
2543
|
{
|
2579
|
-
"id":
|
2544
|
+
"id": 297,
|
2580
2545
|
"name": "menu",
|
2581
2546
|
"kind": 2048,
|
2582
2547
|
"kindString": "Method",
|
@@ -2585,7 +2550,7 @@
|
|
2585
2550
|
},
|
2586
2551
|
"signatures": [
|
2587
2552
|
{
|
2588
|
-
"id":
|
2553
|
+
"id": 298,
|
2589
2554
|
"name": "menu",
|
2590
2555
|
"kind": 4096,
|
2591
2556
|
"kindString": "Call signature",
|
@@ -2595,7 +2560,7 @@
|
|
2595
2560
|
},
|
2596
2561
|
"parameters": [
|
2597
2562
|
{
|
2598
|
-
"id":
|
2563
|
+
"id": 299,
|
2599
2564
|
"name": "props",
|
2600
2565
|
"kind": 32768,
|
2601
2566
|
"kindString": "Parameter",
|
@@ -2605,7 +2570,7 @@
|
|
2605
2570
|
"typeArguments": [
|
2606
2571
|
{
|
2607
2572
|
"type": "reference",
|
2608
|
-
"id":
|
2573
|
+
"id": 382,
|
2609
2574
|
"name": "MenuProps"
|
2610
2575
|
}
|
2611
2576
|
],
|
@@ -2625,7 +2590,7 @@
|
|
2625
2590
|
]
|
2626
2591
|
},
|
2627
2592
|
{
|
2628
|
-
"id":
|
2593
|
+
"id": 300,
|
2629
2594
|
"name": "popover",
|
2630
2595
|
"kind": 2048,
|
2631
2596
|
"kindString": "Method",
|
@@ -2634,7 +2599,7 @@
|
|
2634
2599
|
},
|
2635
2600
|
"signatures": [
|
2636
2601
|
{
|
2637
|
-
"id":
|
2602
|
+
"id": 301,
|
2638
2603
|
"name": "popover",
|
2639
2604
|
"kind": 4096,
|
2640
2605
|
"kindString": "Call signature",
|
@@ -2644,7 +2609,7 @@
|
|
2644
2609
|
},
|
2645
2610
|
"parameters": [
|
2646
2611
|
{
|
2647
|
-
"id":
|
2612
|
+
"id": 302,
|
2648
2613
|
"name": "props",
|
2649
2614
|
"kind": 32768,
|
2650
2615
|
"kindString": "Parameter",
|
@@ -2654,7 +2619,7 @@
|
|
2654
2619
|
"typeArguments": [
|
2655
2620
|
{
|
2656
2621
|
"type": "reference",
|
2657
|
-
"id":
|
2622
|
+
"id": 563,
|
2658
2623
|
"name": "PopoverProps"
|
2659
2624
|
}
|
2660
2625
|
],
|
@@ -3495,7 +3460,7 @@
|
|
3495
3460
|
],
|
3496
3461
|
"props": [
|
3497
3462
|
{
|
3498
|
-
"id":
|
3463
|
+
"id": 283,
|
3499
3464
|
"name": "name",
|
3500
3465
|
"kind": 1024,
|
3501
3466
|
"kindString": "Property",
|
@@ -3505,7 +3470,7 @@
|
|
3505
3470
|
},
|
3506
3471
|
"type": {
|
3507
3472
|
"type": "reference",
|
3508
|
-
"id":
|
3473
|
+
"id": 280,
|
3509
3474
|
"name": "IconName"
|
3510
3475
|
}
|
3511
3476
|
}
|
@@ -3517,7 +3482,7 @@
|
|
3517
3482
|
],
|
3518
3483
|
"props": [
|
3519
3484
|
{
|
3520
|
-
"id":
|
3485
|
+
"id": 325,
|
3521
3486
|
"name": "button",
|
3522
3487
|
"kind": 1024,
|
3523
3488
|
"kindString": "Property",
|
@@ -3535,7 +3500,7 @@
|
|
3535
3500
|
}
|
3536
3501
|
},
|
3537
3502
|
{
|
3538
|
-
"id":
|
3503
|
+
"id": 327,
|
3539
3504
|
"name": "highlighted",
|
3540
3505
|
"kind": 1024,
|
3541
3506
|
"kindString": "Property",
|
@@ -3551,7 +3516,7 @@
|
|
3551
3516
|
}
|
3552
3517
|
},
|
3553
3518
|
{
|
3554
|
-
"id":
|
3519
|
+
"id": 326,
|
3555
3520
|
"name": "icon",
|
3556
3521
|
"kind": 1024,
|
3557
3522
|
"kindString": "Property",
|
@@ -3566,7 +3531,7 @@
|
|
3566
3531
|
"types": [
|
3567
3532
|
{
|
3568
3533
|
"type": "reference",
|
3569
|
-
"id":
|
3534
|
+
"id": 280,
|
3570
3535
|
"name": "IconName"
|
3571
3536
|
},
|
3572
3537
|
{
|
@@ -3579,16 +3544,20 @@
|
|
3579
3544
|
}
|
3580
3545
|
},
|
3581
3546
|
{
|
3582
|
-
"id":
|
3583
|
-
"name": "
|
3547
|
+
"id": 328,
|
3548
|
+
"name": "state",
|
3584
3549
|
"kind": 1024,
|
3585
3550
|
"kindString": "Property",
|
3586
3551
|
"flags": {
|
3587
3552
|
"isOptional": true
|
3588
3553
|
},
|
3554
|
+
"comment": {
|
3555
|
+
"shortText": "State will change the style of the input"
|
3556
|
+
},
|
3589
3557
|
"type": {
|
3590
|
-
"type": "
|
3591
|
-
"
|
3558
|
+
"type": "reference",
|
3559
|
+
"id": 4,
|
3560
|
+
"name": "State"
|
3592
3561
|
}
|
3593
3562
|
}
|
3594
3563
|
]
|
@@ -3601,7 +3570,7 @@
|
|
3601
3570
|
],
|
3602
3571
|
"props": [
|
3603
3572
|
{
|
3604
|
-
"id":
|
3573
|
+
"id": 357,
|
3605
3574
|
"name": "data",
|
3606
3575
|
"kind": 1024,
|
3607
3576
|
"kindString": "Property",
|
@@ -3615,13 +3584,13 @@
|
|
3615
3584
|
"type": "array",
|
3616
3585
|
"elementType": {
|
3617
3586
|
"type": "reference",
|
3618
|
-
"id":
|
3587
|
+
"id": 348,
|
3619
3588
|
"name": "ListboxItem"
|
3620
3589
|
}
|
3621
3590
|
}
|
3622
3591
|
},
|
3623
3592
|
{
|
3624
|
-
"id":
|
3593
|
+
"id": 358,
|
3625
3594
|
"name": "defaultValue",
|
3626
3595
|
"kind": 1024,
|
3627
3596
|
"kindString": "Property",
|
@@ -3633,12 +3602,12 @@
|
|
3633
3602
|
},
|
3634
3603
|
"type": {
|
3635
3604
|
"type": "reference",
|
3636
|
-
"id":
|
3605
|
+
"id": 349,
|
3637
3606
|
"name": "ListboxValue"
|
3638
3607
|
}
|
3639
3608
|
},
|
3640
3609
|
{
|
3641
|
-
"id":
|
3610
|
+
"id": 359,
|
3642
3611
|
"name": "emptyValue",
|
3643
3612
|
"kind": 1024,
|
3644
3613
|
"kindString": "Property",
|
@@ -3650,12 +3619,12 @@
|
|
3650
3619
|
},
|
3651
3620
|
"type": {
|
3652
3621
|
"type": "reference",
|
3653
|
-
"id":
|
3622
|
+
"id": 349,
|
3654
3623
|
"name": "ListboxValue"
|
3655
3624
|
}
|
3656
3625
|
},
|
3657
3626
|
{
|
3658
|
-
"id":
|
3627
|
+
"id": 360,
|
3659
3628
|
"name": "highlighted",
|
3660
3629
|
"kind": 1024,
|
3661
3630
|
"kindString": "Property",
|
@@ -3671,36 +3640,40 @@
|
|
3671
3640
|
}
|
3672
3641
|
},
|
3673
3642
|
{
|
3674
|
-
"id":
|
3675
|
-
"name": "
|
3643
|
+
"id": 361,
|
3644
|
+
"name": "loading",
|
3676
3645
|
"kind": 1024,
|
3677
3646
|
"kindString": "Property",
|
3678
3647
|
"flags": {
|
3679
3648
|
"isOptional": true
|
3680
3649
|
},
|
3650
|
+
"comment": {
|
3651
|
+
"shortText": "Shows a loading indicator with a text next to it.\nRead more about how to provide the text in [Provider](component:provider) component"
|
3652
|
+
},
|
3681
3653
|
"type": {
|
3682
3654
|
"type": "intrinsic",
|
3683
3655
|
"name": "boolean"
|
3684
3656
|
}
|
3685
3657
|
},
|
3686
3658
|
{
|
3687
|
-
"id":
|
3688
|
-
"name": "
|
3659
|
+
"id": 362,
|
3660
|
+
"name": "state",
|
3689
3661
|
"kind": 1024,
|
3690
3662
|
"kindString": "Property",
|
3691
3663
|
"flags": {
|
3692
3664
|
"isOptional": true
|
3693
3665
|
},
|
3694
3666
|
"comment": {
|
3695
|
-
"shortText": "
|
3667
|
+
"shortText": "State will change the style of the listbox"
|
3696
3668
|
},
|
3697
3669
|
"type": {
|
3698
|
-
"type": "
|
3699
|
-
"
|
3670
|
+
"type": "reference",
|
3671
|
+
"id": 4,
|
3672
|
+
"name": "State"
|
3700
3673
|
}
|
3701
3674
|
},
|
3702
3675
|
{
|
3703
|
-
"id":
|
3676
|
+
"id": 363,
|
3704
3677
|
"name": "value",
|
3705
3678
|
"kind": 1024,
|
3706
3679
|
"kindString": "Property",
|
@@ -3712,7 +3685,7 @@
|
|
3712
3685
|
},
|
3713
3686
|
"type": {
|
3714
3687
|
"type": "reference",
|
3715
|
-
"id":
|
3688
|
+
"id": 349,
|
3716
3689
|
"name": "ListboxValue"
|
3717
3690
|
}
|
3718
3691
|
}
|
@@ -3721,7 +3694,7 @@
|
|
3721
3694
|
"ListboxTexts": {
|
3722
3695
|
"props": [
|
3723
3696
|
{
|
3724
|
-
"id":
|
3697
|
+
"id": 354,
|
3725
3698
|
"name": "allOption",
|
3726
3699
|
"kind": 1024,
|
3727
3700
|
"kindString": "Property",
|
@@ -3735,7 +3708,7 @@
|
|
3735
3708
|
}
|
3736
3709
|
},
|
3737
3710
|
{
|
3738
|
-
"id":
|
3711
|
+
"id": 352,
|
3739
3712
|
"name": "empty",
|
3740
3713
|
"kind": 1024,
|
3741
3714
|
"kindString": "Property",
|
@@ -3749,7 +3722,7 @@
|
|
3749
3722
|
}
|
3750
3723
|
},
|
3751
3724
|
{
|
3752
|
-
"id":
|
3725
|
+
"id": 353,
|
3753
3726
|
"name": "loading",
|
3754
3727
|
"kind": 1024,
|
3755
3728
|
"kindString": "Property",
|
@@ -3768,7 +3741,7 @@
|
|
3768
3741
|
"Localization": {
|
3769
3742
|
"props": [
|
3770
3743
|
{
|
3771
|
-
"id":
|
3744
|
+
"id": 596,
|
3772
3745
|
"name": "formatting",
|
3773
3746
|
"kind": 1024,
|
3774
3747
|
"kindString": "Property",
|
@@ -3779,14 +3752,14 @@
|
|
3779
3752
|
"type": {
|
3780
3753
|
"type": "reflection",
|
3781
3754
|
"declaration": {
|
3782
|
-
"id":
|
3755
|
+
"id": 597,
|
3783
3756
|
"name": "__type",
|
3784
3757
|
"kind": 65536,
|
3785
3758
|
"kindString": "Type literal",
|
3786
3759
|
"flags": {},
|
3787
3760
|
"children": [
|
3788
3761
|
{
|
3789
|
-
"id":
|
3762
|
+
"id": 598,
|
3790
3763
|
"name": "date",
|
3791
3764
|
"kind": 1024,
|
3792
3765
|
"kindString": "Property",
|
@@ -3805,7 +3778,7 @@
|
|
3805
3778
|
"title": "Properties",
|
3806
3779
|
"kind": 1024,
|
3807
3780
|
"children": [
|
3808
|
-
|
3781
|
+
598
|
3809
3782
|
]
|
3810
3783
|
}
|
3811
3784
|
]
|
@@ -3813,7 +3786,7 @@
|
|
3813
3786
|
}
|
3814
3787
|
},
|
3815
3788
|
{
|
3816
|
-
"id":
|
3789
|
+
"id": 594,
|
3817
3790
|
"name": "locale",
|
3818
3791
|
"kind": 1024,
|
3819
3792
|
"kindString": "Property",
|
@@ -3828,7 +3801,7 @@
|
|
3828
3801
|
}
|
3829
3802
|
},
|
3830
3803
|
{
|
3831
|
-
"id":
|
3804
|
+
"id": 595,
|
3832
3805
|
"name": "texts",
|
3833
3806
|
"kind": 1024,
|
3834
3807
|
"kindString": "Property",
|
@@ -3838,7 +3811,7 @@
|
|
3838
3811
|
},
|
3839
3812
|
"type": {
|
3840
3813
|
"type": "reference",
|
3841
|
-
"id":
|
3814
|
+
"id": 578,
|
3842
3815
|
"name": "LocalizationTexts"
|
3843
3816
|
}
|
3844
3817
|
}
|
@@ -3847,7 +3820,7 @@
|
|
3847
3820
|
"LocalizationTexts": {
|
3848
3821
|
"props": [
|
3849
3822
|
{
|
3850
|
-
"id":
|
3823
|
+
"id": 580,
|
3851
3824
|
"name": "calendar",
|
3852
3825
|
"kind": 1024,
|
3853
3826
|
"kindString": "Property",
|
@@ -3862,7 +3835,7 @@
|
|
3862
3835
|
}
|
3863
3836
|
},
|
3864
3837
|
{
|
3865
|
-
"id":
|
3838
|
+
"id": 581,
|
3866
3839
|
"name": "combobox",
|
3867
3840
|
"kind": 1024,
|
3868
3841
|
"kindString": "Property",
|
@@ -3877,7 +3850,7 @@
|
|
3877
3850
|
}
|
3878
3851
|
},
|
3879
3852
|
{
|
3880
|
-
"id":
|
3853
|
+
"id": 582,
|
3881
3854
|
"name": "datepicker",
|
3882
3855
|
"kind": 1024,
|
3883
3856
|
"kindString": "Property",
|
@@ -3892,7 +3865,7 @@
|
|
3892
3865
|
}
|
3893
3866
|
},
|
3894
3867
|
{
|
3895
|
-
"id":
|
3868
|
+
"id": 585,
|
3896
3869
|
"name": "dialog",
|
3897
3870
|
"kind": 1024,
|
3898
3871
|
"kindString": "Property",
|
@@ -3907,7 +3880,7 @@
|
|
3907
3880
|
}
|
3908
3881
|
},
|
3909
3882
|
{
|
3910
|
-
"id":
|
3883
|
+
"id": 583,
|
3911
3884
|
"name": "hanger",
|
3912
3885
|
"kind": 1024,
|
3913
3886
|
"kindString": "Property",
|
@@ -3917,12 +3890,12 @@
|
|
3917
3890
|
},
|
3918
3891
|
"type": {
|
3919
3892
|
"type": "reference",
|
3920
|
-
"id":
|
3893
|
+
"id": 261,
|
3921
3894
|
"name": "HangerTexts"
|
3922
3895
|
}
|
3923
3896
|
},
|
3924
3897
|
{
|
3925
|
-
"id":
|
3898
|
+
"id": 584,
|
3926
3899
|
"name": "listbox",
|
3927
3900
|
"kind": 1024,
|
3928
3901
|
"kindString": "Property",
|
@@ -3932,12 +3905,12 @@
|
|
3932
3905
|
},
|
3933
3906
|
"type": {
|
3934
3907
|
"type": "reference",
|
3935
|
-
"id":
|
3908
|
+
"id": 350,
|
3936
3909
|
"name": "ListboxTexts"
|
3937
3910
|
}
|
3938
3911
|
},
|
3939
3912
|
{
|
3940
|
-
"id":
|
3913
|
+
"id": 586,
|
3941
3914
|
"name": "pagination",
|
3942
3915
|
"kind": 1024,
|
3943
3916
|
"kindString": "Property",
|
@@ -3947,12 +3920,12 @@
|
|
3947
3920
|
},
|
3948
3921
|
"type": {
|
3949
3922
|
"type": "reference",
|
3950
|
-
"id":
|
3923
|
+
"id": 514,
|
3951
3924
|
"name": "PaginationTexts"
|
3952
3925
|
}
|
3953
3926
|
},
|
3954
3927
|
{
|
3955
|
-
"id":
|
3928
|
+
"id": 591,
|
3956
3929
|
"name": "searchInput",
|
3957
3930
|
"kind": 1024,
|
3958
3931
|
"kindString": "Property",
|
@@ -3962,12 +3935,12 @@
|
|
3962
3935
|
},
|
3963
3936
|
"type": {
|
3964
3937
|
"type": "reference",
|
3965
|
-
"id":
|
3938
|
+
"id": 335,
|
3966
3939
|
"name": "SearchInputTexts"
|
3967
3940
|
}
|
3968
3941
|
},
|
3969
3942
|
{
|
3970
|
-
"id":
|
3943
|
+
"id": 588,
|
3971
3944
|
"name": "select",
|
3972
3945
|
"kind": 1024,
|
3973
3946
|
"kindString": "Property",
|
@@ -3977,12 +3950,12 @@
|
|
3977
3950
|
},
|
3978
3951
|
"type": {
|
3979
3952
|
"type": "reference",
|
3980
|
-
"id":
|
3953
|
+
"id": 716,
|
3981
3954
|
"name": "SelectTexts"
|
3982
3955
|
}
|
3983
3956
|
},
|
3984
3957
|
{
|
3985
|
-
"id":
|
3958
|
+
"id": 587,
|
3986
3959
|
"name": "table",
|
3987
3960
|
"kind": 1024,
|
3988
3961
|
"kindString": "Property",
|
@@ -3992,12 +3965,12 @@
|
|
3992
3965
|
},
|
3993
3966
|
"type": {
|
3994
3967
|
"type": "reference",
|
3995
|
-
"id":
|
3968
|
+
"id": 901,
|
3996
3969
|
"name": "TableTexts"
|
3997
3970
|
}
|
3998
3971
|
},
|
3999
3972
|
{
|
4000
|
-
"id":
|
3973
|
+
"id": 589,
|
4001
3974
|
"name": "toasts",
|
4002
3975
|
"kind": 1024,
|
4003
3976
|
"kindString": "Property",
|
@@ -4011,7 +3984,7 @@
|
|
4011
3984
|
}
|
4012
3985
|
},
|
4013
3986
|
{
|
4014
|
-
"id":
|
3987
|
+
"id": 590,
|
4015
3988
|
"name": "tour",
|
4016
3989
|
"kind": 1024,
|
4017
3990
|
"kindString": "Property",
|
@@ -4021,7 +3994,7 @@
|
|
4021
3994
|
},
|
4022
3995
|
"type": {
|
4023
3996
|
"type": "reference",
|
4024
|
-
"id":
|
3997
|
+
"id": 1032,
|
4025
3998
|
"name": "TourTexts"
|
4026
3999
|
}
|
4027
4000
|
}
|
@@ -4030,7 +4003,24 @@
|
|
4030
4003
|
"MenuProps": {
|
4031
4004
|
"props": [
|
4032
4005
|
{
|
4033
|
-
"id":
|
4006
|
+
"id": 384,
|
4007
|
+
"name": "appearance",
|
4008
|
+
"kind": 1024,
|
4009
|
+
"kindString": "Property",
|
4010
|
+
"flags": {
|
4011
|
+
"isOptional": true
|
4012
|
+
},
|
4013
|
+
"comment": {
|
4014
|
+
"shortText": "Appearance will change the style of the button"
|
4015
|
+
},
|
4016
|
+
"type": {
|
4017
|
+
"type": "reference",
|
4018
|
+
"id": 3,
|
4019
|
+
"name": "Appearance"
|
4020
|
+
}
|
4021
|
+
},
|
4022
|
+
{
|
4023
|
+
"id": 385,
|
4034
4024
|
"name": "children",
|
4035
4025
|
"kind": 1024,
|
4036
4026
|
"kindString": "Property",
|
@@ -4043,7 +4033,7 @@
|
|
4043
4033
|
}
|
4044
4034
|
},
|
4045
4035
|
{
|
4046
|
-
"id":
|
4036
|
+
"id": 386,
|
4047
4037
|
"name": "id",
|
4048
4038
|
"kind": 1024,
|
4049
4039
|
"kindString": "Property",
|
@@ -4056,7 +4046,7 @@
|
|
4056
4046
|
}
|
4057
4047
|
},
|
4058
4048
|
{
|
4059
|
-
"id":
|
4049
|
+
"id": 387,
|
4060
4050
|
"name": "trigger",
|
4061
4051
|
"kind": 1024,
|
4062
4052
|
"kindString": "Property",
|
@@ -4081,7 +4071,7 @@
|
|
4081
4071
|
],
|
4082
4072
|
"props": [
|
4083
4073
|
{
|
4084
|
-
"id":
|
4074
|
+
"id": 485,
|
4085
4075
|
"name": "active",
|
4086
4076
|
"kind": 1024,
|
4087
4077
|
"kindString": "Property",
|
@@ -4097,7 +4087,7 @@
|
|
4097
4087
|
}
|
4098
4088
|
},
|
4099
4089
|
{
|
4100
|
-
"id":
|
4090
|
+
"id": 486,
|
4101
4091
|
"name": "onDrop",
|
4102
4092
|
"kind": 1024,
|
4103
4093
|
"kindString": "Property",
|
@@ -4115,7 +4105,7 @@
|
|
4115
4105
|
}
|
4116
4106
|
},
|
4117
4107
|
{
|
4118
|
-
"id":
|
4108
|
+
"id": 487,
|
4119
4109
|
"name": "postfix",
|
4120
4110
|
"kind": 1024,
|
4121
4111
|
"kindString": "Property",
|
@@ -4133,7 +4123,7 @@
|
|
4133
4123
|
}
|
4134
4124
|
},
|
4135
4125
|
{
|
4136
|
-
"id":
|
4126
|
+
"id": 488,
|
4137
4127
|
"name": "prefix",
|
4138
4128
|
"kind": 1024,
|
4139
4129
|
"kindString": "Property",
|
@@ -4151,7 +4141,7 @@
|
|
4151
4141
|
}
|
4152
4142
|
},
|
4153
4143
|
{
|
4154
|
-
"id":
|
4144
|
+
"id": 489,
|
4155
4145
|
"name": "target",
|
4156
4146
|
"kind": 1024,
|
4157
4147
|
"kindString": "Property",
|
@@ -4186,7 +4176,7 @@
|
|
4186
4176
|
],
|
4187
4177
|
"props": [
|
4188
4178
|
{
|
4189
|
-
"id":
|
4179
|
+
"id": 527,
|
4190
4180
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
4191
4181
|
"kind": 1024,
|
4192
4182
|
"kindString": "Property",
|
@@ -4202,7 +4192,7 @@
|
|
4202
4192
|
}
|
4203
4193
|
},
|
4204
4194
|
{
|
4205
|
-
"id":
|
4195
|
+
"id": 522,
|
4206
4196
|
"name": "length",
|
4207
4197
|
"kind": 1024,
|
4208
4198
|
"kindString": "Property",
|
@@ -4216,7 +4206,7 @@
|
|
4216
4206
|
}
|
4217
4207
|
},
|
4218
4208
|
{
|
4219
|
-
"id":
|
4209
|
+
"id": 523,
|
4220
4210
|
"name": "pageSizes",
|
4221
4211
|
"kind": 1024,
|
4222
4212
|
"kindString": "Property",
|
@@ -4235,7 +4225,7 @@
|
|
4235
4225
|
}
|
4236
4226
|
},
|
4237
4227
|
{
|
4238
|
-
"id":
|
4228
|
+
"id": 524,
|
4239
4229
|
"name": "showPageControls",
|
4240
4230
|
"kind": 1024,
|
4241
4231
|
"kindString": "Property",
|
@@ -4251,7 +4241,7 @@
|
|
4251
4241
|
}
|
4252
4242
|
},
|
4253
4243
|
{
|
4254
|
-
"id":
|
4244
|
+
"id": 525,
|
4255
4245
|
"name": "showPageNumbers",
|
4256
4246
|
"kind": 1024,
|
4257
4247
|
"kindString": "Property",
|
@@ -4267,7 +4257,7 @@
|
|
4267
4257
|
}
|
4268
4258
|
},
|
4269
4259
|
{
|
4270
|
-
"id":
|
4260
|
+
"id": 526,
|
4271
4261
|
"name": "showPageSize",
|
4272
4262
|
"kind": 1024,
|
4273
4263
|
"kindString": "Property",
|
@@ -4287,7 +4277,7 @@
|
|
4287
4277
|
"PaginationTexts": {
|
4288
4278
|
"props": [
|
4289
4279
|
{
|
4290
|
-
"id":
|
4280
|
+
"id": 519,
|
4291
4281
|
"name": "actions",
|
4292
4282
|
"kind": 1024,
|
4293
4283
|
"kindString": "Property",
|
@@ -4297,12 +4287,12 @@
|
|
4297
4287
|
},
|
4298
4288
|
"type": {
|
4299
4289
|
"type": "reference",
|
4300
|
-
"id":
|
4290
|
+
"id": 503,
|
4301
4291
|
"name": "PaginationTextsActions"
|
4302
4292
|
}
|
4303
4293
|
},
|
4304
4294
|
{
|
4305
|
-
"id":
|
4295
|
+
"id": 516,
|
4306
4296
|
"name": "label",
|
4307
4297
|
"kind": 1024,
|
4308
4298
|
"kindString": "Property",
|
@@ -4316,7 +4306,7 @@
|
|
4316
4306
|
}
|
4317
4307
|
},
|
4318
4308
|
{
|
4319
|
-
"id":
|
4309
|
+
"id": 517,
|
4320
4310
|
"name": "pageSize",
|
4321
4311
|
"kind": 1024,
|
4322
4312
|
"kindString": "Property",
|
@@ -4330,7 +4320,7 @@
|
|
4330
4320
|
}
|
4331
4321
|
},
|
4332
4322
|
{
|
4333
|
-
"id":
|
4323
|
+
"id": 518,
|
4334
4324
|
"name": "showingXofYofTotal",
|
4335
4325
|
"kind": 1024,
|
4336
4326
|
"kindString": "Property",
|
@@ -4348,7 +4338,7 @@
|
|
4348
4338
|
"PaginationTextsActions": {
|
4349
4339
|
"props": [
|
4350
4340
|
{
|
4351
|
-
"id":
|
4341
|
+
"id": 505,
|
4352
4342
|
"name": "firstPage",
|
4353
4343
|
"kind": 1024,
|
4354
4344
|
"kindString": "Property",
|
@@ -4362,7 +4352,7 @@
|
|
4362
4352
|
}
|
4363
4353
|
},
|
4364
4354
|
{
|
4365
|
-
"id":
|
4355
|
+
"id": 506,
|
4366
4356
|
"name": "firstPageWithShortcut",
|
4367
4357
|
"kind": 1024,
|
4368
4358
|
"kindString": "Property",
|
@@ -4376,7 +4366,7 @@
|
|
4376
4366
|
}
|
4377
4367
|
},
|
4378
4368
|
{
|
4379
|
-
"id":
|
4369
|
+
"id": 511,
|
4380
4370
|
"name": "lastPage",
|
4381
4371
|
"kind": 1024,
|
4382
4372
|
"kindString": "Property",
|
@@ -4390,7 +4380,7 @@
|
|
4390
4380
|
}
|
4391
4381
|
},
|
4392
4382
|
{
|
4393
|
-
"id":
|
4383
|
+
"id": 512,
|
4394
4384
|
"name": "lastPageWithShortcut",
|
4395
4385
|
"kind": 1024,
|
4396
4386
|
"kindString": "Property",
|
@@ -4404,7 +4394,7 @@
|
|
4404
4394
|
}
|
4405
4395
|
},
|
4406
4396
|
{
|
4407
|
-
"id":
|
4397
|
+
"id": 507,
|
4408
4398
|
"name": "nextPage",
|
4409
4399
|
"kind": 1024,
|
4410
4400
|
"kindString": "Property",
|
@@ -4418,7 +4408,7 @@
|
|
4418
4408
|
}
|
4419
4409
|
},
|
4420
4410
|
{
|
4421
|
-
"id":
|
4411
|
+
"id": 508,
|
4422
4412
|
"name": "nextPageWithShortcut",
|
4423
4413
|
"kind": 1024,
|
4424
4414
|
"kindString": "Property",
|
@@ -4432,7 +4422,7 @@
|
|
4432
4422
|
}
|
4433
4423
|
},
|
4434
4424
|
{
|
4435
|
-
"id":
|
4425
|
+
"id": 513,
|
4436
4426
|
"name": "pageX",
|
4437
4427
|
"kind": 1024,
|
4438
4428
|
"kindString": "Property",
|
@@ -4446,7 +4436,7 @@
|
|
4446
4436
|
}
|
4447
4437
|
},
|
4448
4438
|
{
|
4449
|
-
"id":
|
4439
|
+
"id": 509,
|
4450
4440
|
"name": "previousPage",
|
4451
4441
|
"kind": 1024,
|
4452
4442
|
"kindString": "Property",
|
@@ -4460,7 +4450,7 @@
|
|
4460
4450
|
}
|
4461
4451
|
},
|
4462
4452
|
{
|
4463
|
-
"id":
|
4453
|
+
"id": 510,
|
4464
4454
|
"name": "previousPageWithShortcut",
|
4465
4455
|
"kind": 1024,
|
4466
4456
|
"kindString": "Property",
|
@@ -4482,7 +4472,7 @@
|
|
4482
4472
|
],
|
4483
4473
|
"props": [
|
4484
4474
|
{
|
4485
|
-
"id":
|
4475
|
+
"id": 557,
|
4486
4476
|
"name": "children",
|
4487
4477
|
"kind": 1024,
|
4488
4478
|
"kindString": "Property",
|
@@ -4499,28 +4489,28 @@
|
|
4499
4489
|
{
|
4500
4490
|
"type": "reflection",
|
4501
4491
|
"declaration": {
|
4502
|
-
"id":
|
4492
|
+
"id": 558,
|
4503
4493
|
"name": "__type",
|
4504
4494
|
"kind": 65536,
|
4505
4495
|
"kindString": "Type literal",
|
4506
4496
|
"flags": {},
|
4507
4497
|
"signatures": [
|
4508
4498
|
{
|
4509
|
-
"id":
|
4499
|
+
"id": 559,
|
4510
4500
|
"name": "__type",
|
4511
4501
|
"kind": 4096,
|
4512
4502
|
"kindString": "Call signature",
|
4513
4503
|
"flags": {},
|
4514
4504
|
"parameters": [
|
4515
4505
|
{
|
4516
|
-
"id":
|
4506
|
+
"id": 560,
|
4517
4507
|
"name": "props",
|
4518
4508
|
"kind": 32768,
|
4519
4509
|
"kindString": "Parameter",
|
4520
4510
|
"flags": {},
|
4521
4511
|
"type": {
|
4522
4512
|
"type": "reference",
|
4523
|
-
"id":
|
4513
|
+
"id": 551,
|
4524
4514
|
"name": "PopoverContentRenderProps"
|
4525
4515
|
}
|
4526
4516
|
}
|
@@ -4539,7 +4529,7 @@
|
|
4539
4529
|
}
|
4540
4530
|
},
|
4541
4531
|
{
|
4542
|
-
"id":
|
4532
|
+
"id": 561,
|
4543
4533
|
"name": "placement",
|
4544
4534
|
"kind": 1024,
|
4545
4535
|
"kindString": "Property",
|
@@ -4560,14 +4550,14 @@
|
|
4560
4550
|
"PopoverContentRenderProps": {
|
4561
4551
|
"props": [
|
4562
4552
|
{
|
4563
|
-
"id":
|
4553
|
+
"id": 553,
|
4564
4554
|
"name": "close",
|
4565
4555
|
"kind": 2048,
|
4566
4556
|
"kindString": "Method",
|
4567
4557
|
"flags": {},
|
4568
4558
|
"signatures": [
|
4569
4559
|
{
|
4570
|
-
"id":
|
4560
|
+
"id": 554,
|
4571
4561
|
"name": "close",
|
4572
4562
|
"kind": 4096,
|
4573
4563
|
"kindString": "Call signature",
|
@@ -4589,7 +4579,7 @@
|
|
4589
4579
|
],
|
4590
4580
|
"props": [
|
4591
4581
|
{
|
4592
|
-
"id":
|
4582
|
+
"id": 574,
|
4593
4583
|
"name": "duration",
|
4594
4584
|
"kind": 1024,
|
4595
4585
|
"kindString": "Property",
|
@@ -4609,7 +4599,7 @@
|
|
4609
4599
|
"ProviderProps": {
|
4610
4600
|
"props": [
|
4611
4601
|
{
|
4612
|
-
"id":
|
4602
|
+
"id": 679,
|
4613
4603
|
"name": "children",
|
4614
4604
|
"kind": 1024,
|
4615
4605
|
"kindString": "Property",
|
@@ -4625,7 +4615,7 @@
|
|
4625
4615
|
}
|
4626
4616
|
},
|
4627
4617
|
{
|
4628
|
-
"id":
|
4618
|
+
"id": 680,
|
4629
4619
|
"name": "localization",
|
4630
4620
|
"kind": 1024,
|
4631
4621
|
"kindString": "Property",
|
@@ -4637,7 +4627,7 @@
|
|
4637
4627
|
},
|
4638
4628
|
"type": {
|
4639
4629
|
"type": "reference",
|
4640
|
-
"id":
|
4630
|
+
"id": 592,
|
4641
4631
|
"name": "Localization"
|
4642
4632
|
}
|
4643
4633
|
}
|
@@ -4649,7 +4639,7 @@
|
|
4649
4639
|
],
|
4650
4640
|
"props": [
|
4651
4641
|
{
|
4652
|
-
"id":
|
4642
|
+
"id": 698,
|
4653
4643
|
"name": "children",
|
4654
4644
|
"kind": 1024,
|
4655
4645
|
"kindString": "Property",
|
@@ -4665,7 +4655,7 @@
|
|
4665
4655
|
}
|
4666
4656
|
},
|
4667
4657
|
{
|
4668
|
-
"id":
|
4658
|
+
"id": 699,
|
4669
4659
|
"name": "disabled",
|
4670
4660
|
"kind": 1024,
|
4671
4661
|
"kindString": "Property",
|
@@ -4678,7 +4668,7 @@
|
|
4678
4668
|
}
|
4679
4669
|
},
|
4680
4670
|
{
|
4681
|
-
"id":
|
4671
|
+
"id": 700,
|
4682
4672
|
"name": "value",
|
4683
4673
|
"kind": 1024,
|
4684
4674
|
"kindString": "Property",
|
@@ -4688,7 +4678,7 @@
|
|
4688
4678
|
},
|
4689
4679
|
"type": {
|
4690
4680
|
"type": "reference",
|
4691
|
-
"id":
|
4681
|
+
"id": 688,
|
4692
4682
|
"name": "RadioGroupItemValue"
|
4693
4683
|
}
|
4694
4684
|
}
|
@@ -4713,7 +4703,7 @@
|
|
4713
4703
|
],
|
4714
4704
|
"props": [
|
4715
4705
|
{
|
4716
|
-
"id":
|
4706
|
+
"id": 745,
|
4717
4707
|
"name": "subRows",
|
4718
4708
|
"kind": 1024,
|
4719
4709
|
"kindString": "Property",
|
@@ -4724,11 +4714,11 @@
|
|
4724
4714
|
"type": "array",
|
4725
4715
|
"elementType": {
|
4726
4716
|
"type": "reference",
|
4727
|
-
"id":
|
4717
|
+
"id": 743,
|
4728
4718
|
"typeArguments": [
|
4729
4719
|
{
|
4730
4720
|
"type": "reference",
|
4731
|
-
"id":
|
4721
|
+
"id": 747,
|
4732
4722
|
"name": "TRow"
|
4733
4723
|
}
|
4734
4724
|
],
|
@@ -4798,7 +4788,7 @@
|
|
4798
4788
|
],
|
4799
4789
|
"props": [
|
4800
4790
|
{
|
4801
|
-
"id":
|
4791
|
+
"id": 340,
|
4802
4792
|
"name": "onSearch",
|
4803
4793
|
"kind": 2048,
|
4804
4794
|
"kindString": "Method",
|
@@ -4807,7 +4797,7 @@
|
|
4807
4797
|
},
|
4808
4798
|
"signatures": [
|
4809
4799
|
{
|
4810
|
-
"id":
|
4800
|
+
"id": 341,
|
4811
4801
|
"name": "onSearch",
|
4812
4802
|
"kind": 4096,
|
4813
4803
|
"kindString": "Call signature",
|
@@ -4817,7 +4807,7 @@
|
|
4817
4807
|
},
|
4818
4808
|
"parameters": [
|
4819
4809
|
{
|
4820
|
-
"id":
|
4810
|
+
"id": 342,
|
4821
4811
|
"name": "value",
|
4822
4812
|
"kind": 32768,
|
4823
4813
|
"kindString": "Parameter",
|
@@ -4864,7 +4854,7 @@
|
|
4864
4854
|
"SearchInputTexts": {
|
4865
4855
|
"props": [
|
4866
4856
|
{
|
4867
|
-
"id":
|
4857
|
+
"id": 337,
|
4868
4858
|
"name": "inputLabel",
|
4869
4859
|
"kind": 1024,
|
4870
4860
|
"kindString": "Property",
|
@@ -4885,7 +4875,7 @@
|
|
4885
4875
|
],
|
4886
4876
|
"props": [
|
4887
4877
|
{
|
4888
|
-
"id":
|
4878
|
+
"id": 724,
|
4889
4879
|
"name": "editable",
|
4890
4880
|
"kind": 1024,
|
4891
4881
|
"kindString": "Property",
|
@@ -4905,7 +4895,7 @@
|
|
4905
4895
|
"SelectTexts": {
|
4906
4896
|
"props": [
|
4907
4897
|
{
|
4908
|
-
"id":
|
4898
|
+
"id": 718,
|
4909
4899
|
"name": "allOptionsSelected",
|
4910
4900
|
"kind": 1024,
|
4911
4901
|
"kindString": "Property",
|
@@ -4945,7 +4935,7 @@
|
|
4945
4935
|
"SortRule": {
|
4946
4936
|
"props": [
|
4947
4937
|
{
|
4948
|
-
"id":
|
4938
|
+
"id": 796,
|
4949
4939
|
"name": "accessor",
|
4950
4940
|
"kind": 1024,
|
4951
4941
|
"kindString": "Property",
|
@@ -4958,7 +4948,7 @@
|
|
4958
4948
|
"typeArguments": [
|
4959
4949
|
{
|
4960
4950
|
"type": "reference",
|
4961
|
-
"id":
|
4951
|
+
"id": 798,
|
4962
4952
|
"name": "T"
|
4963
4953
|
}
|
4964
4954
|
],
|
@@ -4968,7 +4958,7 @@
|
|
4968
4958
|
}
|
4969
4959
|
},
|
4970
4960
|
{
|
4971
|
-
"id":
|
4961
|
+
"id": 797,
|
4972
4962
|
"name": "desc",
|
4973
4963
|
"kind": 1024,
|
4974
4964
|
"kindString": "Property",
|
@@ -5013,7 +5003,7 @@
|
|
5013
5003
|
],
|
5014
5004
|
"props": [
|
5015
5005
|
{
|
5016
|
-
"id":
|
5006
|
+
"id": 732,
|
5017
5007
|
"name": "delay",
|
5018
5008
|
"kind": 1024,
|
5019
5009
|
"kindString": "Property",
|
@@ -5029,7 +5019,7 @@
|
|
5029
5019
|
}
|
5030
5020
|
},
|
5031
5021
|
{
|
5032
|
-
"id":
|
5022
|
+
"id": 733,
|
5033
5023
|
"name": "label",
|
5034
5024
|
"kind": 1024,
|
5035
5025
|
"kindString": "Property",
|
@@ -5056,7 +5046,7 @@
|
|
5056
5046
|
],
|
5057
5047
|
"props": [
|
5058
5048
|
{
|
5059
|
-
"id":
|
5049
|
+
"id": 973,
|
5060
5050
|
"name": "id",
|
5061
5051
|
"kind": 1024,
|
5062
5052
|
"kindString": "Property",
|
@@ -5078,7 +5068,7 @@
|
|
5078
5068
|
],
|
5079
5069
|
"props": [
|
5080
5070
|
{
|
5081
|
-
"id":
|
5071
|
+
"id": 970,
|
5082
5072
|
"name": "disabled",
|
5083
5073
|
"kind": 1024,
|
5084
5074
|
"kindString": "Property",
|
@@ -5094,7 +5084,7 @@
|
|
5094
5084
|
}
|
5095
5085
|
},
|
5096
5086
|
{
|
5097
|
-
"id":
|
5087
|
+
"id": 969,
|
5098
5088
|
"name": "id",
|
5099
5089
|
"kind": 1024,
|
5100
5090
|
"kindString": "Property",
|
@@ -5112,7 +5102,7 @@
|
|
5112
5102
|
"TableCell": {
|
5113
5103
|
"props": [
|
5114
5104
|
{
|
5115
|
-
"id":
|
5105
|
+
"id": 802,
|
5116
5106
|
"name": "accessor",
|
5117
5107
|
"kind": 1024,
|
5118
5108
|
"kindString": "Property",
|
@@ -5123,7 +5113,7 @@
|
|
5123
5113
|
}
|
5124
5114
|
},
|
5125
5115
|
{
|
5126
|
-
"id":
|
5116
|
+
"id": 803,
|
5127
5117
|
"name": "row",
|
5128
5118
|
"kind": 1024,
|
5129
5119
|
"kindString": "Property",
|
@@ -5133,11 +5123,11 @@
|
|
5133
5123
|
},
|
5134
5124
|
"type": {
|
5135
5125
|
"type": "reference",
|
5136
|
-
"id":
|
5126
|
+
"id": 876,
|
5137
5127
|
"typeArguments": [
|
5138
5128
|
{
|
5139
5129
|
"type": "reference",
|
5140
|
-
"id":
|
5130
|
+
"id": 805,
|
5141
5131
|
"name": "TRow"
|
5142
5132
|
}
|
5143
5133
|
],
|
@@ -5145,7 +5135,7 @@
|
|
5145
5135
|
}
|
5146
5136
|
},
|
5147
5137
|
{
|
5148
|
-
"id":
|
5138
|
+
"id": 804,
|
5149
5139
|
"name": "value",
|
5150
5140
|
"kind": 1024,
|
5151
5141
|
"kindString": "Property",
|
@@ -5163,7 +5153,7 @@
|
|
5163
5153
|
"TableColumnProps": {
|
5164
5154
|
"props": [
|
5165
5155
|
{
|
5166
|
-
"id":
|
5156
|
+
"id": 808,
|
5167
5157
|
"name": "accessor",
|
5168
5158
|
"kind": 1024,
|
5169
5159
|
"kindString": "Property",
|
@@ -5177,7 +5167,7 @@
|
|
5177
5167
|
}
|
5178
5168
|
},
|
5179
5169
|
{
|
5180
|
-
"id":
|
5170
|
+
"id": 809,
|
5181
5171
|
"name": "align",
|
5182
5172
|
"kind": 1024,
|
5183
5173
|
"kindString": "Property",
|
@@ -5206,7 +5196,7 @@
|
|
5206
5196
|
}
|
5207
5197
|
},
|
5208
5198
|
{
|
5209
|
-
"id":
|
5199
|
+
"id": 810,
|
5210
5200
|
"name": "className",
|
5211
5201
|
"kind": 1024,
|
5212
5202
|
"kindString": "Property",
|
@@ -5222,7 +5212,7 @@
|
|
5222
5212
|
}
|
5223
5213
|
},
|
5224
5214
|
{
|
5225
|
-
"id":
|
5215
|
+
"id": 814,
|
5226
5216
|
"name": "disableSorting",
|
5227
5217
|
"kind": 1024,
|
5228
5218
|
"kindString": "Property",
|
@@ -5238,7 +5228,7 @@
|
|
5238
5228
|
}
|
5239
5229
|
},
|
5240
5230
|
{
|
5241
|
-
"id":
|
5231
|
+
"id": 818,
|
5242
5232
|
"name": "flex",
|
5243
5233
|
"kind": 1024,
|
5244
5234
|
"kindString": "Property",
|
@@ -5258,28 +5248,28 @@
|
|
5258
5248
|
{
|
5259
5249
|
"type": "reflection",
|
5260
5250
|
"declaration": {
|
5261
|
-
"id":
|
5251
|
+
"id": 819,
|
5262
5252
|
"name": "__type",
|
5263
5253
|
"kind": 65536,
|
5264
5254
|
"kindString": "Type literal",
|
5265
5255
|
"flags": {},
|
5266
5256
|
"signatures": [
|
5267
5257
|
{
|
5268
|
-
"id":
|
5258
|
+
"id": 820,
|
5269
5259
|
"name": "__type",
|
5270
5260
|
"kind": 4096,
|
5271
5261
|
"kindString": "Call signature",
|
5272
5262
|
"flags": {},
|
5273
5263
|
"parameters": [
|
5274
5264
|
{
|
5275
|
-
"id":
|
5265
|
+
"id": 821,
|
5276
5266
|
"name": "row",
|
5277
5267
|
"kind": 32768,
|
5278
5268
|
"kindString": "Parameter",
|
5279
5269
|
"flags": {},
|
5280
5270
|
"type": {
|
5281
5271
|
"type": "reference",
|
5282
|
-
"id":
|
5272
|
+
"id": 828,
|
5283
5273
|
"name": "TRow"
|
5284
5274
|
}
|
5285
5275
|
}
|
@@ -5296,7 +5286,7 @@
|
|
5296
5286
|
}
|
5297
5287
|
},
|
5298
5288
|
{
|
5299
|
-
"id":
|
5289
|
+
"id": 822,
|
5300
5290
|
"name": "headRenderer",
|
5301
5291
|
"kind": 1024,
|
5302
5292
|
"kindString": "Property",
|
@@ -5314,7 +5304,7 @@
|
|
5314
5304
|
}
|
5315
5305
|
},
|
5316
5306
|
{
|
5317
|
-
"id":
|
5307
|
+
"id": 823,
|
5318
5308
|
"name": "hidden",
|
5319
5309
|
"kind": 1024,
|
5320
5310
|
"kindString": "Property",
|
@@ -5330,7 +5320,7 @@
|
|
5330
5320
|
}
|
5331
5321
|
},
|
5332
5322
|
{
|
5333
|
-
"id":
|
5323
|
+
"id": 824,
|
5334
5324
|
"name": "hiddenOnSubRows",
|
5335
5325
|
"kind": 1024,
|
5336
5326
|
"kindString": "Property",
|
@@ -5346,7 +5336,7 @@
|
|
5346
5336
|
}
|
5347
5337
|
},
|
5348
5338
|
{
|
5349
|
-
"id":
|
5339
|
+
"id": 825,
|
5350
5340
|
"name": "sort",
|
5351
5341
|
"kind": 1024,
|
5352
5342
|
"kindString": "Property",
|
@@ -5358,12 +5348,12 @@
|
|
5358
5348
|
},
|
5359
5349
|
"type": {
|
5360
5350
|
"type": "reference",
|
5361
|
-
"id":
|
5351
|
+
"id": 787,
|
5362
5352
|
"name": "SortDirection"
|
5363
5353
|
}
|
5364
5354
|
},
|
5365
5355
|
{
|
5366
|
-
"id":
|
5356
|
+
"id": 826,
|
5367
5357
|
"name": "sortType",
|
5368
5358
|
"kind": 1024,
|
5369
5359
|
"kindString": "Property",
|
@@ -5375,12 +5365,12 @@
|
|
5375
5365
|
},
|
5376
5366
|
"type": {
|
5377
5367
|
"type": "reference",
|
5378
|
-
"id":
|
5368
|
+
"id": 799,
|
5379
5369
|
"name": "SortTypes"
|
5380
5370
|
}
|
5381
5371
|
},
|
5382
5372
|
{
|
5383
|
-
"id":
|
5373
|
+
"id": 827,
|
5384
5374
|
"name": "style",
|
5385
5375
|
"kind": 1024,
|
5386
5376
|
"kindString": "Property",
|
@@ -5396,7 +5386,7 @@
|
|
5396
5386
|
}
|
5397
5387
|
},
|
5398
5388
|
{
|
5399
|
-
"id":
|
5389
|
+
"id": 811,
|
5400
5390
|
"name": "cellRenderer",
|
5401
5391
|
"kind": 2048,
|
5402
5392
|
"kindString": "Method",
|
@@ -5405,7 +5395,7 @@
|
|
5405
5395
|
},
|
5406
5396
|
"signatures": [
|
5407
5397
|
{
|
5408
|
-
"id":
|
5398
|
+
"id": 812,
|
5409
5399
|
"name": "cellRenderer",
|
5410
5400
|
"kind": 4096,
|
5411
5401
|
"kindString": "Call signature",
|
@@ -5415,18 +5405,18 @@
|
|
5415
5405
|
},
|
5416
5406
|
"parameters": [
|
5417
5407
|
{
|
5418
|
-
"id":
|
5408
|
+
"id": 813,
|
5419
5409
|
"name": "cellProps",
|
5420
5410
|
"kind": 32768,
|
5421
5411
|
"kindString": "Parameter",
|
5422
5412
|
"flags": {},
|
5423
5413
|
"type": {
|
5424
5414
|
"type": "reference",
|
5425
|
-
"id":
|
5415
|
+
"id": 800,
|
5426
5416
|
"typeArguments": [
|
5427
5417
|
{
|
5428
5418
|
"type": "reference",
|
5429
|
-
"id":
|
5419
|
+
"id": 828,
|
5430
5420
|
"name": "TRow"
|
5431
5421
|
}
|
5432
5422
|
],
|
@@ -5444,7 +5434,7 @@
|
|
5444
5434
|
]
|
5445
5435
|
},
|
5446
5436
|
{
|
5447
|
-
"id":
|
5437
|
+
"id": 815,
|
5448
5438
|
"name": "editRenderer",
|
5449
5439
|
"kind": 2048,
|
5450
5440
|
"kindString": "Method",
|
@@ -5453,25 +5443,25 @@
|
|
5453
5443
|
},
|
5454
5444
|
"signatures": [
|
5455
5445
|
{
|
5456
|
-
"id":
|
5446
|
+
"id": 816,
|
5457
5447
|
"name": "editRenderer",
|
5458
5448
|
"kind": 4096,
|
5459
5449
|
"kindString": "Call signature",
|
5460
5450
|
"flags": {},
|
5461
5451
|
"parameters": [
|
5462
5452
|
{
|
5463
|
-
"id":
|
5453
|
+
"id": 817,
|
5464
5454
|
"name": "cellProps",
|
5465
5455
|
"kind": 32768,
|
5466
5456
|
"kindString": "Parameter",
|
5467
5457
|
"flags": {},
|
5468
5458
|
"type": {
|
5469
5459
|
"type": "reference",
|
5470
|
-
"id":
|
5460
|
+
"id": 800,
|
5471
5461
|
"typeArguments": [
|
5472
5462
|
{
|
5473
5463
|
"type": "reference",
|
5474
|
-
"id":
|
5464
|
+
"id": 828,
|
5475
5465
|
"name": "TRow"
|
5476
5466
|
}
|
5477
5467
|
],
|
@@ -5493,7 +5483,7 @@
|
|
5493
5483
|
"TableGroupProps": {
|
5494
5484
|
"props": [
|
5495
5485
|
{
|
5496
|
-
"id":
|
5486
|
+
"id": 831,
|
5497
5487
|
"name": "children",
|
5498
5488
|
"kind": 1024,
|
5499
5489
|
"kindString": "Property",
|
@@ -5509,11 +5499,11 @@
|
|
5509
5499
|
"typeArguments": [
|
5510
5500
|
{
|
5511
5501
|
"type": "reference",
|
5512
|
-
"id":
|
5502
|
+
"id": 806,
|
5513
5503
|
"typeArguments": [
|
5514
5504
|
{
|
5515
5505
|
"type": "reference",
|
5516
|
-
"id":
|
5506
|
+
"id": 834,
|
5517
5507
|
"name": "TRow"
|
5518
5508
|
}
|
5519
5509
|
],
|
@@ -5531,11 +5521,11 @@
|
|
5531
5521
|
"typeArguments": [
|
5532
5522
|
{
|
5533
5523
|
"type": "reference",
|
5534
|
-
"id":
|
5524
|
+
"id": 806,
|
5535
5525
|
"typeArguments": [
|
5536
5526
|
{
|
5537
5527
|
"type": "reference",
|
5538
|
-
"id":
|
5528
|
+
"id": 834,
|
5539
5529
|
"name": "TRow"
|
5540
5530
|
}
|
5541
5531
|
],
|
@@ -5551,7 +5541,7 @@
|
|
5551
5541
|
}
|
5552
5542
|
},
|
5553
5543
|
{
|
5554
|
-
"id":
|
5544
|
+
"id": 832,
|
5555
5545
|
"name": "hidden",
|
5556
5546
|
"kind": 1024,
|
5557
5547
|
"kindString": "Property",
|
@@ -5567,7 +5557,7 @@
|
|
5567
5557
|
}
|
5568
5558
|
},
|
5569
5559
|
{
|
5570
|
-
"id":
|
5560
|
+
"id": 833,
|
5571
5561
|
"name": "title",
|
5572
5562
|
"kind": 1024,
|
5573
5563
|
"kindString": "Property",
|
@@ -5588,7 +5578,7 @@
|
|
5588
5578
|
],
|
5589
5579
|
"props": [
|
5590
5580
|
{
|
5591
|
-
"id":
|
5581
|
+
"id": 870,
|
5592
5582
|
"name": "actions",
|
5593
5583
|
"kind": 1024,
|
5594
5584
|
"kindString": "Property",
|
@@ -5602,11 +5592,11 @@
|
|
5602
5592
|
"type": "array",
|
5603
5593
|
"elementType": {
|
5604
5594
|
"type": "reference",
|
5605
|
-
"id":
|
5595
|
+
"id": 783,
|
5606
5596
|
"typeArguments": [
|
5607
5597
|
{
|
5608
5598
|
"type": "reference",
|
5609
|
-
"id":
|
5599
|
+
"id": 875,
|
5610
5600
|
"name": "TRow"
|
5611
5601
|
}
|
5612
5602
|
],
|
@@ -5615,7 +5605,7 @@
|
|
5615
5605
|
}
|
5616
5606
|
},
|
5617
5607
|
{
|
5618
|
-
"id":
|
5608
|
+
"id": 837,
|
5619
5609
|
"name": "autoFocus",
|
5620
5610
|
"kind": 1024,
|
5621
5611
|
"kindString": "Property",
|
@@ -5631,7 +5621,7 @@
|
|
5631
5621
|
}
|
5632
5622
|
},
|
5633
5623
|
{
|
5634
|
-
"id":
|
5624
|
+
"id": 838,
|
5635
5625
|
"name": "children",
|
5636
5626
|
"kind": 1024,
|
5637
5627
|
"kindString": "Property",
|
@@ -5644,7 +5634,7 @@
|
|
5644
5634
|
"typeArguments": [
|
5645
5635
|
{
|
5646
5636
|
"type": "reference",
|
5647
|
-
"id":
|
5637
|
+
"id": 875,
|
5648
5638
|
"name": "TRow"
|
5649
5639
|
}
|
5650
5640
|
],
|
@@ -5652,7 +5642,7 @@
|
|
5652
5642
|
}
|
5653
5643
|
},
|
5654
5644
|
{
|
5655
|
-
"id":
|
5645
|
+
"id": 840,
|
5656
5646
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
5657
5647
|
"kind": 1024,
|
5658
5648
|
"kindString": "Property",
|
@@ -5668,7 +5658,7 @@
|
|
5668
5658
|
}
|
5669
5659
|
},
|
5670
5660
|
{
|
5671
|
-
"id":
|
5661
|
+
"id": 839,
|
5672
5662
|
"name": "data",
|
5673
5663
|
"kind": 1024,
|
5674
5664
|
"kindString": "Property",
|
@@ -5680,11 +5670,11 @@
|
|
5680
5670
|
"type": "array",
|
5681
5671
|
"elementType": {
|
5682
5672
|
"type": "reference",
|
5683
|
-
"id":
|
5673
|
+
"id": 743,
|
5684
5674
|
"typeArguments": [
|
5685
5675
|
{
|
5686
5676
|
"type": "reference",
|
5687
|
-
"id":
|
5677
|
+
"id": 875,
|
5688
5678
|
"name": "TRow"
|
5689
5679
|
}
|
5690
5680
|
],
|
@@ -5693,7 +5683,7 @@
|
|
5693
5683
|
}
|
5694
5684
|
},
|
5695
5685
|
{
|
5696
|
-
"id":
|
5686
|
+
"id": 859,
|
5697
5687
|
"name": "disablePagination",
|
5698
5688
|
"kind": 1024,
|
5699
5689
|
"kindString": "Property",
|
@@ -5706,7 +5696,7 @@
|
|
5706
5696
|
}
|
5707
5697
|
},
|
5708
5698
|
{
|
5709
|
-
"id":
|
5699
|
+
"id": 855,
|
5710
5700
|
"name": "disableSorting",
|
5711
5701
|
"kind": 1024,
|
5712
5702
|
"kindString": "Property",
|
@@ -5722,7 +5712,7 @@
|
|
5722
5712
|
}
|
5723
5713
|
},
|
5724
5714
|
{
|
5725
|
-
"id":
|
5715
|
+
"id": 868,
|
5726
5716
|
"name": "inlineEditingUniqueId",
|
5727
5717
|
"kind": 1024,
|
5728
5718
|
"kindString": "Property",
|
@@ -5737,13 +5727,13 @@
|
|
5737
5727
|
"operator": "keyof",
|
5738
5728
|
"target": {
|
5739
5729
|
"type": "reference",
|
5740
|
-
"id":
|
5730
|
+
"id": 875,
|
5741
5731
|
"name": "TRow"
|
5742
5732
|
}
|
5743
5733
|
}
|
5744
5734
|
},
|
5745
5735
|
{
|
5746
|
-
"id":
|
5736
|
+
"id": 860,
|
5747
5737
|
"name": "length",
|
5748
5738
|
"kind": 1024,
|
5749
5739
|
"kindString": "Property",
|
@@ -5756,7 +5746,7 @@
|
|
5756
5746
|
}
|
5757
5747
|
},
|
5758
5748
|
{
|
5759
|
-
"id":
|
5749
|
+
"id": 857,
|
5760
5750
|
"name": "manualSorting",
|
5761
5751
|
"kind": 1024,
|
5762
5752
|
"kindString": "Property",
|
@@ -5772,7 +5762,7 @@
|
|
5772
5762
|
}
|
5773
5763
|
},
|
5774
5764
|
{
|
5775
|
-
"id":
|
5765
|
+
"id": 861,
|
5776
5766
|
"name": "onPaginate",
|
5777
5767
|
"kind": 1024,
|
5778
5768
|
"kindString": "Property",
|
@@ -5784,12 +5774,12 @@
|
|
5784
5774
|
},
|
5785
5775
|
"type": {
|
5786
5776
|
"type": "reference",
|
5787
|
-
"id":
|
5777
|
+
"id": 738,
|
5788
5778
|
"name": "PaginationHandler"
|
5789
5779
|
}
|
5790
5780
|
},
|
5791
5781
|
{
|
5792
|
-
"id":
|
5782
|
+
"id": 874,
|
5793
5783
|
"name": "onRowActive",
|
5794
5784
|
"kind": 1024,
|
5795
5785
|
"kindString": "Property",
|
@@ -5804,7 +5794,7 @@
|
|
5804
5794
|
"typeArguments": [
|
5805
5795
|
{
|
5806
5796
|
"type": "reference",
|
5807
|
-
"id":
|
5797
|
+
"id": 875,
|
5808
5798
|
"name": "TRow"
|
5809
5799
|
}
|
5810
5800
|
],
|
@@ -5812,7 +5802,7 @@
|
|
5812
5802
|
}
|
5813
5803
|
},
|
5814
5804
|
{
|
5815
|
-
"id":
|
5805
|
+
"id": 843,
|
5816
5806
|
"name": "onRowClick",
|
5817
5807
|
"kind": 1024,
|
5818
5808
|
"kindString": "Property",
|
@@ -5824,11 +5814,11 @@
|
|
5824
5814
|
},
|
5825
5815
|
"type": {
|
5826
5816
|
"type": "reference",
|
5827
|
-
"id":
|
5817
|
+
"id": 749,
|
5828
5818
|
"typeArguments": [
|
5829
5819
|
{
|
5830
5820
|
"type": "reference",
|
5831
|
-
"id":
|
5821
|
+
"id": 875,
|
5832
5822
|
"name": "TRow"
|
5833
5823
|
}
|
5834
5824
|
],
|
@@ -5836,7 +5826,7 @@
|
|
5836
5826
|
}
|
5837
5827
|
},
|
5838
5828
|
{
|
5839
|
-
"id":
|
5829
|
+
"id": 872,
|
5840
5830
|
"name": "onRowCopy",
|
5841
5831
|
"kind": 1024,
|
5842
5832
|
"kindString": "Property",
|
@@ -5848,11 +5838,11 @@
|
|
5848
5838
|
},
|
5849
5839
|
"type": {
|
5850
5840
|
"type": "reference",
|
5851
|
-
"id":
|
5841
|
+
"id": 771,
|
5852
5842
|
"typeArguments": [
|
5853
5843
|
{
|
5854
5844
|
"type": "reference",
|
5855
|
-
"id":
|
5845
|
+
"id": 875,
|
5856
5846
|
"name": "TRow"
|
5857
5847
|
}
|
5858
5848
|
],
|
@@ -5860,7 +5850,7 @@
|
|
5860
5850
|
}
|
5861
5851
|
},
|
5862
5852
|
{
|
5863
|
-
"id":
|
5853
|
+
"id": 869,
|
5864
5854
|
"name": "onRowCreate",
|
5865
5855
|
"kind": 1024,
|
5866
5856
|
"kindString": "Property",
|
@@ -5872,11 +5862,11 @@
|
|
5872
5862
|
},
|
5873
5863
|
"type": {
|
5874
5864
|
"type": "reference",
|
5875
|
-
"id":
|
5865
|
+
"id": 765,
|
5876
5866
|
"typeArguments": [
|
5877
5867
|
{
|
5878
5868
|
"type": "reference",
|
5879
|
-
"id":
|
5869
|
+
"id": 875,
|
5880
5870
|
"name": "TRow"
|
5881
5871
|
}
|
5882
5872
|
],
|
@@ -5884,7 +5874,7 @@
|
|
5884
5874
|
}
|
5885
5875
|
},
|
5886
5876
|
{
|
5887
|
-
"id":
|
5877
|
+
"id": 873,
|
5888
5878
|
"name": "onRowDelete",
|
5889
5879
|
"kind": 1024,
|
5890
5880
|
"kindString": "Property",
|
@@ -5896,11 +5886,11 @@
|
|
5896
5886
|
},
|
5897
5887
|
"type": {
|
5898
5888
|
"type": "reference",
|
5899
|
-
"id":
|
5889
|
+
"id": 777,
|
5900
5890
|
"typeArguments": [
|
5901
5891
|
{
|
5902
5892
|
"type": "reference",
|
5903
|
-
"id":
|
5893
|
+
"id": 875,
|
5904
5894
|
"name": "TRow"
|
5905
5895
|
}
|
5906
5896
|
],
|
@@ -5908,7 +5898,7 @@
|
|
5908
5898
|
}
|
5909
5899
|
},
|
5910
5900
|
{
|
5911
|
-
"id":
|
5901
|
+
"id": 844,
|
5912
5902
|
"name": "onRowDrag",
|
5913
5903
|
"kind": 1024,
|
5914
5904
|
"kindString": "Property",
|
@@ -5920,11 +5910,11 @@
|
|
5920
5910
|
},
|
5921
5911
|
"type": {
|
5922
5912
|
"type": "reference",
|
5923
|
-
"id":
|
5913
|
+
"id": 755,
|
5924
5914
|
"typeArguments": [
|
5925
5915
|
{
|
5926
5916
|
"type": "reference",
|
5927
|
-
"id":
|
5917
|
+
"id": 875,
|
5928
5918
|
"name": "TRow"
|
5929
5919
|
}
|
5930
5920
|
],
|
@@ -5932,7 +5922,7 @@
|
|
5932
5922
|
}
|
5933
5923
|
},
|
5934
5924
|
{
|
5935
|
-
"id":
|
5925
|
+
"id": 871,
|
5936
5926
|
"name": "onRowEdit",
|
5937
5927
|
"kind": 1024,
|
5938
5928
|
"kindString": "Property",
|
@@ -5947,7 +5937,7 @@
|
|
5947
5937
|
"typeArguments": [
|
5948
5938
|
{
|
5949
5939
|
"type": "reference",
|
5950
|
-
"id":
|
5940
|
+
"id": 875,
|
5951
5941
|
"name": "TRow"
|
5952
5942
|
}
|
5953
5943
|
],
|
@@ -5955,7 +5945,7 @@
|
|
5955
5945
|
}
|
5956
5946
|
},
|
5957
5947
|
{
|
5958
|
-
"id":
|
5948
|
+
"id": 845,
|
5959
5949
|
"name": "onSelectedRows",
|
5960
5950
|
"kind": 1024,
|
5961
5951
|
"kindString": "Property",
|
@@ -5967,12 +5957,12 @@
|
|
5967
5957
|
},
|
5968
5958
|
"type": {
|
5969
5959
|
"type": "reference",
|
5970
|
-
"id":
|
5960
|
+
"id": 785,
|
5971
5961
|
"name": "SelectedRowsHandler"
|
5972
5962
|
}
|
5973
5963
|
},
|
5974
5964
|
{
|
5975
|
-
"id":
|
5965
|
+
"id": 856,
|
5976
5966
|
"name": "onSort",
|
5977
5967
|
"kind": 1024,
|
5978
5968
|
"kindString": "Property",
|
@@ -5984,11 +5974,11 @@
|
|
5984
5974
|
},
|
5985
5975
|
"type": {
|
5986
5976
|
"type": "reference",
|
5987
|
-
"id":
|
5977
|
+
"id": 788,
|
5988
5978
|
"typeArguments": [
|
5989
5979
|
{
|
5990
5980
|
"type": "reference",
|
5991
|
-
"id":
|
5981
|
+
"id": 875,
|
5992
5982
|
"name": "TRow"
|
5993
5983
|
}
|
5994
5984
|
],
|
@@ -5996,7 +5986,7 @@
|
|
5996
5986
|
}
|
5997
5987
|
},
|
5998
5988
|
{
|
5999
|
-
"id":
|
5989
|
+
"id": 862,
|
6000
5990
|
"name": "pageIndex",
|
6001
5991
|
"kind": 1024,
|
6002
5992
|
"kindString": "Property",
|
@@ -6012,7 +6002,7 @@
|
|
6012
6002
|
}
|
6013
6003
|
},
|
6014
6004
|
{
|
6015
|
-
"id":
|
6005
|
+
"id": 863,
|
6016
6006
|
"name": "pageSize",
|
6017
6007
|
"kind": 1024,
|
6018
6008
|
"kindString": "Property",
|
@@ -6028,7 +6018,7 @@
|
|
6028
6018
|
}
|
6029
6019
|
},
|
6030
6020
|
{
|
6031
|
-
"id":
|
6021
|
+
"id": 846,
|
6032
6022
|
"name": "rowClassName",
|
6033
6023
|
"kind": 1024,
|
6034
6024
|
"kindString": "Property",
|
@@ -6048,32 +6038,32 @@
|
|
6048
6038
|
{
|
6049
6039
|
"type": "reflection",
|
6050
6040
|
"declaration": {
|
6051
|
-
"id":
|
6041
|
+
"id": 847,
|
6052
6042
|
"name": "__type",
|
6053
6043
|
"kind": 65536,
|
6054
6044
|
"kindString": "Type literal",
|
6055
6045
|
"flags": {},
|
6056
6046
|
"signatures": [
|
6057
6047
|
{
|
6058
|
-
"id":
|
6048
|
+
"id": 848,
|
6059
6049
|
"name": "__type",
|
6060
6050
|
"kind": 4096,
|
6061
6051
|
"kindString": "Call signature",
|
6062
6052
|
"flags": {},
|
6063
6053
|
"parameters": [
|
6064
6054
|
{
|
6065
|
-
"id":
|
6055
|
+
"id": 849,
|
6066
6056
|
"name": "row",
|
6067
6057
|
"kind": 32768,
|
6068
6058
|
"kindString": "Parameter",
|
6069
6059
|
"flags": {},
|
6070
6060
|
"type": {
|
6071
6061
|
"type": "reference",
|
6072
|
-
"id":
|
6062
|
+
"id": 876,
|
6073
6063
|
"typeArguments": [
|
6074
6064
|
{
|
6075
6065
|
"type": "reference",
|
6076
|
-
"id":
|
6066
|
+
"id": 875,
|
6077
6067
|
"name": "TRow"
|
6078
6068
|
}
|
6079
6069
|
],
|
@@ -6102,7 +6092,7 @@
|
|
6102
6092
|
}
|
6103
6093
|
},
|
6104
6094
|
{
|
6105
|
-
"id":
|
6095
|
+
"id": 853,
|
6106
6096
|
"name": "rowHeight",
|
6107
6097
|
"kind": 1024,
|
6108
6098
|
"kindString": "Property",
|
@@ -6118,7 +6108,7 @@
|
|
6118
6108
|
}
|
6119
6109
|
},
|
6120
6110
|
{
|
6121
|
-
"id":
|
6111
|
+
"id": 854,
|
6122
6112
|
"name": "selectedRows",
|
6123
6113
|
"kind": 1024,
|
6124
6114
|
"kindString": "Property",
|
@@ -6130,12 +6120,12 @@
|
|
6130
6120
|
},
|
6131
6121
|
"type": {
|
6132
6122
|
"type": "reference",
|
6133
|
-
"id":
|
6123
|
+
"id": 786,
|
6134
6124
|
"name": "SelectedRowsState"
|
6135
6125
|
}
|
6136
6126
|
},
|
6137
6127
|
{
|
6138
|
-
"id":
|
6128
|
+
"id": 858,
|
6139
6129
|
"name": "sortRules",
|
6140
6130
|
"kind": 1024,
|
6141
6131
|
"kindString": "Property",
|
@@ -6149,11 +6139,11 @@
|
|
6149
6139
|
"type": "array",
|
6150
6140
|
"elementType": {
|
6151
6141
|
"type": "reference",
|
6152
|
-
"id":
|
6142
|
+
"id": 794,
|
6153
6143
|
"typeArguments": [
|
6154
6144
|
{
|
6155
6145
|
"type": "reference",
|
6156
|
-
"id":
|
6146
|
+
"id": 875,
|
6157
6147
|
"name": "TRow"
|
6158
6148
|
}
|
6159
6149
|
],
|
@@ -6162,7 +6152,7 @@
|
|
6162
6152
|
}
|
6163
6153
|
},
|
6164
6154
|
{
|
6165
|
-
"id":
|
6155
|
+
"id": 841,
|
6166
6156
|
"name": "emptyStateRenderer",
|
6167
6157
|
"kind": 2048,
|
6168
6158
|
"kindString": "Method",
|
@@ -6171,7 +6161,7 @@
|
|
6171
6161
|
},
|
6172
6162
|
"signatures": [
|
6173
6163
|
{
|
6174
|
-
"id":
|
6164
|
+
"id": 842,
|
6175
6165
|
"name": "emptyStateRenderer",
|
6176
6166
|
"kind": 4096,
|
6177
6167
|
"kindString": "Call signature",
|
@@ -6189,7 +6179,7 @@
|
|
6189
6179
|
]
|
6190
6180
|
},
|
6191
6181
|
{
|
6192
|
-
"id":
|
6182
|
+
"id": 864,
|
6193
6183
|
"name": "loadMore",
|
6194
6184
|
"kind": 2048,
|
6195
6185
|
"kindString": "Method",
|
@@ -6198,7 +6188,7 @@
|
|
6198
6188
|
},
|
6199
6189
|
"signatures": [
|
6200
6190
|
{
|
6201
|
-
"id":
|
6191
|
+
"id": 865,
|
6202
6192
|
"name": "loadMore",
|
6203
6193
|
"kind": 4096,
|
6204
6194
|
"kindString": "Call signature",
|
@@ -6208,7 +6198,7 @@
|
|
6208
6198
|
},
|
6209
6199
|
"parameters": [
|
6210
6200
|
{
|
6211
|
-
"id":
|
6201
|
+
"id": 866,
|
6212
6202
|
"name": "startIndex",
|
6213
6203
|
"kind": 32768,
|
6214
6204
|
"kindString": "Parameter",
|
@@ -6219,7 +6209,7 @@
|
|
6219
6209
|
}
|
6220
6210
|
},
|
6221
6211
|
{
|
6222
|
-
"id":
|
6212
|
+
"id": 867,
|
6223
6213
|
"name": "endIndex",
|
6224
6214
|
"kind": 32768,
|
6225
6215
|
"kindString": "Parameter",
|
@@ -6238,7 +6228,7 @@
|
|
6238
6228
|
]
|
6239
6229
|
},
|
6240
6230
|
{
|
6241
|
-
"id":
|
6231
|
+
"id": 850,
|
6242
6232
|
"name": "rowExpansionRenderer",
|
6243
6233
|
"kind": 2048,
|
6244
6234
|
"kindString": "Method",
|
@@ -6247,7 +6237,7 @@
|
|
6247
6237
|
},
|
6248
6238
|
"signatures": [
|
6249
6239
|
{
|
6250
|
-
"id":
|
6240
|
+
"id": 851,
|
6251
6241
|
"name": "rowExpansionRenderer",
|
6252
6242
|
"kind": 4096,
|
6253
6243
|
"kindString": "Call signature",
|
@@ -6257,18 +6247,18 @@
|
|
6257
6247
|
},
|
6258
6248
|
"parameters": [
|
6259
6249
|
{
|
6260
|
-
"id":
|
6250
|
+
"id": 852,
|
6261
6251
|
"name": "row",
|
6262
6252
|
"kind": 32768,
|
6263
6253
|
"kindString": "Parameter",
|
6264
6254
|
"flags": {},
|
6265
6255
|
"type": {
|
6266
6256
|
"type": "reference",
|
6267
|
-
"id":
|
6257
|
+
"id": 876,
|
6268
6258
|
"typeArguments": [
|
6269
6259
|
{
|
6270
6260
|
"type": "reference",
|
6271
|
-
"id":
|
6261
|
+
"id": 875,
|
6272
6262
|
"name": "TRow"
|
6273
6263
|
}
|
6274
6264
|
],
|
@@ -6293,7 +6283,7 @@
|
|
6293
6283
|
],
|
6294
6284
|
"props": [
|
6295
6285
|
{
|
6296
|
-
"id":
|
6286
|
+
"id": 891,
|
6297
6287
|
"name": "instance",
|
6298
6288
|
"kind": 1024,
|
6299
6289
|
"kindString": "Property",
|
@@ -6301,14 +6291,14 @@
|
|
6301
6291
|
"type": {
|
6302
6292
|
"type": "reflection",
|
6303
6293
|
"declaration": {
|
6304
|
-
"id":
|
6294
|
+
"id": 892,
|
6305
6295
|
"name": "__type",
|
6306
6296
|
"kind": 65536,
|
6307
6297
|
"kindString": "Type literal",
|
6308
6298
|
"flags": {},
|
6309
6299
|
"children": [
|
6310
6300
|
{
|
6311
|
-
"id":
|
6301
|
+
"id": 898,
|
6312
6302
|
"name": "resetRowEditing",
|
6313
6303
|
"kind": 1024,
|
6314
6304
|
"kindString": "Property",
|
@@ -6319,7 +6309,7 @@
|
|
6319
6309
|
}
|
6320
6310
|
},
|
6321
6311
|
{
|
6322
|
-
"id":
|
6312
|
+
"id": 893,
|
6323
6313
|
"name": "toggleAllRowsExpanded",
|
6324
6314
|
"kind": 1024,
|
6325
6315
|
"kindString": "Property",
|
@@ -6330,7 +6320,7 @@
|
|
6330
6320
|
}
|
6331
6321
|
},
|
6332
6322
|
{
|
6333
|
-
"id":
|
6323
|
+
"id": 896,
|
6334
6324
|
"name": "toggleEditing",
|
6335
6325
|
"kind": 1024,
|
6336
6326
|
"kindString": "Property",
|
@@ -6341,7 +6331,7 @@
|
|
6341
6331
|
}
|
6342
6332
|
},
|
6343
6333
|
{
|
6344
|
-
"id":
|
6334
|
+
"id": 894,
|
6345
6335
|
"name": "toggleHideAllColumns",
|
6346
6336
|
"kind": 1024,
|
6347
6337
|
"kindString": "Property",
|
@@ -6352,7 +6342,7 @@
|
|
6352
6342
|
}
|
6353
6343
|
},
|
6354
6344
|
{
|
6355
|
-
"id":
|
6345
|
+
"id": 895,
|
6356
6346
|
"name": "toggleHideColumn",
|
6357
6347
|
"kind": 1024,
|
6358
6348
|
"kindString": "Property",
|
@@ -6363,7 +6353,7 @@
|
|
6363
6353
|
}
|
6364
6354
|
},
|
6365
6355
|
{
|
6366
|
-
"id":
|
6356
|
+
"id": 897,
|
6367
6357
|
"name": "toggleRowEditing",
|
6368
6358
|
"kind": 1024,
|
6369
6359
|
"kindString": "Property",
|
@@ -6374,7 +6364,7 @@
|
|
6374
6364
|
}
|
6375
6365
|
},
|
6376
6366
|
{
|
6377
|
-
"id":
|
6367
|
+
"id": 899,
|
6378
6368
|
"name": "toggleRowExpanded",
|
6379
6369
|
"kind": 1024,
|
6380
6370
|
"kindString": "Property",
|
@@ -6385,7 +6375,7 @@
|
|
6385
6375
|
}
|
6386
6376
|
},
|
6387
6377
|
{
|
6388
|
-
"id":
|
6378
|
+
"id": 900,
|
6389
6379
|
"name": "toggleSortBy",
|
6390
6380
|
"kind": 1024,
|
6391
6381
|
"kindString": "Property",
|
@@ -6401,14 +6391,14 @@
|
|
6401
6391
|
"title": "Properties",
|
6402
6392
|
"kind": 1024,
|
6403
6393
|
"children": [
|
6404
|
-
|
6394
|
+
898,
|
6395
|
+
893,
|
6405
6396
|
896,
|
6406
|
-
|
6397
|
+
894,
|
6398
|
+
895,
|
6407
6399
|
897,
|
6408
|
-
|
6409
|
-
900
|
6410
|
-
902,
|
6411
|
-
903
|
6400
|
+
899,
|
6401
|
+
900
|
6412
6402
|
]
|
6413
6403
|
}
|
6414
6404
|
]
|
@@ -6420,7 +6410,7 @@
|
|
6420
6410
|
"TableRow": {
|
6421
6411
|
"props": [
|
6422
6412
|
{
|
6423
|
-
"id":
|
6413
|
+
"id": 880,
|
6424
6414
|
"name": "depth",
|
6425
6415
|
"kind": 1024,
|
6426
6416
|
"kindString": "Property",
|
@@ -6433,7 +6423,7 @@
|
|
6433
6423
|
}
|
6434
6424
|
},
|
6435
6425
|
{
|
6436
|
-
"id":
|
6426
|
+
"id": 878,
|
6437
6427
|
"name": "index",
|
6438
6428
|
"kind": 1024,
|
6439
6429
|
"kindString": "Property",
|
@@ -6447,7 +6437,7 @@
|
|
6447
6437
|
}
|
6448
6438
|
},
|
6449
6439
|
{
|
6450
|
-
"id":
|
6440
|
+
"id": 879,
|
6451
6441
|
"name": "indexPath",
|
6452
6442
|
"kind": 1024,
|
6453
6443
|
"kindString": "Property",
|
@@ -6461,7 +6451,7 @@
|
|
6461
6451
|
}
|
6462
6452
|
},
|
6463
6453
|
{
|
6464
|
-
"id":
|
6454
|
+
"id": 885,
|
6465
6455
|
"name": "isEditing",
|
6466
6456
|
"kind": 1024,
|
6467
6457
|
"kindString": "Property",
|
@@ -6474,7 +6464,7 @@
|
|
6474
6464
|
}
|
6475
6465
|
},
|
6476
6466
|
{
|
6477
|
-
"id":
|
6467
|
+
"id": 881,
|
6478
6468
|
"name": "isExpanded",
|
6479
6469
|
"kind": 1024,
|
6480
6470
|
"kindString": "Property",
|
@@ -6490,7 +6480,7 @@
|
|
6490
6480
|
}
|
6491
6481
|
},
|
6492
6482
|
{
|
6493
|
-
"id":
|
6483
|
+
"id": 884,
|
6494
6484
|
"name": "values",
|
6495
6485
|
"kind": 1024,
|
6496
6486
|
"kindString": "Property",
|
@@ -6500,11 +6490,11 @@
|
|
6500
6490
|
},
|
6501
6491
|
"type": {
|
6502
6492
|
"type": "reference",
|
6503
|
-
"id":
|
6493
|
+
"id": 743,
|
6504
6494
|
"typeArguments": [
|
6505
6495
|
{
|
6506
6496
|
"type": "reference",
|
6507
|
-
"id":
|
6497
|
+
"id": 888,
|
6508
6498
|
"name": "TRow"
|
6509
6499
|
}
|
6510
6500
|
],
|
@@ -6512,7 +6502,7 @@
|
|
6512
6502
|
}
|
6513
6503
|
},
|
6514
6504
|
{
|
6515
|
-
"id":
|
6505
|
+
"id": 886,
|
6516
6506
|
"name": "toggleRowEditing",
|
6517
6507
|
"kind": 2048,
|
6518
6508
|
"kindString": "Method",
|
@@ -6521,7 +6511,7 @@
|
|
6521
6511
|
},
|
6522
6512
|
"signatures": [
|
6523
6513
|
{
|
6524
|
-
"id":
|
6514
|
+
"id": 887,
|
6525
6515
|
"name": "toggleRowEditing",
|
6526
6516
|
"kind": 4096,
|
6527
6517
|
"kindString": "Call signature",
|
@@ -6534,7 +6524,7 @@
|
|
6534
6524
|
]
|
6535
6525
|
},
|
6536
6526
|
{
|
6537
|
-
"id":
|
6527
|
+
"id": 882,
|
6538
6528
|
"name": "toggleRowExpanded",
|
6539
6529
|
"kind": 2048,
|
6540
6530
|
"kindString": "Method",
|
@@ -6543,7 +6533,7 @@
|
|
6543
6533
|
},
|
6544
6534
|
"signatures": [
|
6545
6535
|
{
|
6546
|
-
"id":
|
6536
|
+
"id": 883,
|
6547
6537
|
"name": "toggleRowExpanded",
|
6548
6538
|
"kind": 4096,
|
6549
6539
|
"kindString": "Call signature",
|
@@ -6563,7 +6553,7 @@
|
|
6563
6553
|
"TableTexts": {
|
6564
6554
|
"props": [
|
6565
6555
|
{
|
6566
|
-
"id":
|
6556
|
+
"id": 903,
|
6567
6557
|
"name": "actions",
|
6568
6558
|
"kind": 1024,
|
6569
6559
|
"kindString": "Property",
|
@@ -6574,7 +6564,7 @@
|
|
6574
6564
|
}
|
6575
6565
|
},
|
6576
6566
|
{
|
6577
|
-
"id":
|
6567
|
+
"id": 905,
|
6578
6568
|
"name": "copy",
|
6579
6569
|
"kind": 1024,
|
6580
6570
|
"kindString": "Property",
|
@@ -6585,7 +6575,7 @@
|
|
6585
6575
|
}
|
6586
6576
|
},
|
6587
6577
|
{
|
6588
|
-
"id":
|
6578
|
+
"id": 906,
|
6589
6579
|
"name": "del",
|
6590
6580
|
"kind": 1024,
|
6591
6581
|
"kindString": "Property",
|
@@ -6596,7 +6586,7 @@
|
|
6596
6586
|
}
|
6597
6587
|
},
|
6598
6588
|
{
|
6599
|
-
"id":
|
6589
|
+
"id": 904,
|
6600
6590
|
"name": "edit",
|
6601
6591
|
"kind": 1024,
|
6602
6592
|
"kindString": "Property",
|
@@ -6607,7 +6597,7 @@
|
|
6607
6597
|
}
|
6608
6598
|
},
|
6609
6599
|
{
|
6610
|
-
"id":
|
6600
|
+
"id": 908,
|
6611
6601
|
"name": "loading",
|
6612
6602
|
"kind": 1024,
|
6613
6603
|
"kindString": "Property",
|
@@ -6618,7 +6608,7 @@
|
|
6618
6608
|
}
|
6619
6609
|
},
|
6620
6610
|
{
|
6621
|
-
"id":
|
6611
|
+
"id": 907,
|
6622
6612
|
"name": "newSubRow",
|
6623
6613
|
"kind": 1024,
|
6624
6614
|
"kindString": "Property",
|
@@ -6636,7 +6626,7 @@
|
|
6636
6626
|
],
|
6637
6627
|
"props": [
|
6638
6628
|
{
|
6639
|
-
"id":
|
6629
|
+
"id": 961,
|
6640
6630
|
"name": "children",
|
6641
6631
|
"kind": 1024,
|
6642
6632
|
"kindString": "Property",
|
@@ -6652,7 +6642,7 @@
|
|
6652
6642
|
}
|
6653
6643
|
},
|
6654
6644
|
{
|
6655
|
-
"id":
|
6645
|
+
"id": 960,
|
6656
6646
|
"name": "defaultId",
|
6657
6647
|
"kind": 1024,
|
6658
6648
|
"kindString": "Property",
|
@@ -6668,7 +6658,7 @@
|
|
6668
6658
|
}
|
6669
6659
|
},
|
6670
6660
|
{
|
6671
|
-
"id":
|
6661
|
+
"id": 959,
|
6672
6662
|
"name": "id",
|
6673
6663
|
"kind": 1024,
|
6674
6664
|
"kindString": "Property",
|
@@ -6684,7 +6674,7 @@
|
|
6684
6674
|
}
|
6685
6675
|
},
|
6686
6676
|
{
|
6687
|
-
"id":
|
6677
|
+
"id": 962,
|
6688
6678
|
"name": "orientation",
|
6689
6679
|
"kind": 1024,
|
6690
6680
|
"kindString": "Property",
|
@@ -6707,7 +6697,7 @@
|
|
6707
6697
|
}
|
6708
6698
|
},
|
6709
6699
|
{
|
6710
|
-
"id":
|
6700
|
+
"id": 963,
|
6711
6701
|
"name": "onChange",
|
6712
6702
|
"kind": 2048,
|
6713
6703
|
"kindString": "Method",
|
@@ -6716,7 +6706,7 @@
|
|
6716
6706
|
},
|
6717
6707
|
"signatures": [
|
6718
6708
|
{
|
6719
|
-
"id":
|
6709
|
+
"id": 964,
|
6720
6710
|
"name": "onChange",
|
6721
6711
|
"kind": 4096,
|
6722
6712
|
"kindString": "Call signature",
|
@@ -6726,7 +6716,7 @@
|
|
6726
6716
|
},
|
6727
6717
|
"parameters": [
|
6728
6718
|
{
|
6729
|
-
"id":
|
6719
|
+
"id": 965,
|
6730
6720
|
"name": "id",
|
6731
6721
|
"kind": 32768,
|
6732
6722
|
"kindString": "Parameter",
|
@@ -6749,7 +6739,7 @@
|
|
6749
6739
|
"Taco": {
|
6750
6740
|
"props": [
|
6751
6741
|
{
|
6752
|
-
"id":
|
6742
|
+
"id": 601,
|
6753
6743
|
"name": "localization",
|
6754
6744
|
"kind": 1024,
|
6755
6745
|
"kindString": "Property",
|
@@ -6759,7 +6749,7 @@
|
|
6759
6749
|
},
|
6760
6750
|
"type": {
|
6761
6751
|
"type": "reference",
|
6762
|
-
"id":
|
6752
|
+
"id": 592,
|
6763
6753
|
"name": "Localization"
|
6764
6754
|
}
|
6765
6755
|
}
|
@@ -6771,7 +6761,7 @@
|
|
6771
6761
|
],
|
6772
6762
|
"props": [
|
6773
6763
|
{
|
6774
|
-
"id":
|
6764
|
+
"id": 982,
|
6775
6765
|
"name": "highlighted",
|
6776
6766
|
"kind": 1024,
|
6777
6767
|
"kindString": "Property",
|
@@ -6787,20 +6777,24 @@
|
|
6787
6777
|
}
|
6788
6778
|
},
|
6789
6779
|
{
|
6790
|
-
"id":
|
6791
|
-
"name": "
|
6780
|
+
"id": 983,
|
6781
|
+
"name": "state",
|
6792
6782
|
"kind": 1024,
|
6793
6783
|
"kindString": "Property",
|
6794
6784
|
"flags": {
|
6795
6785
|
"isOptional": true
|
6796
6786
|
},
|
6787
|
+
"comment": {
|
6788
|
+
"shortText": "State will change the style of the textarea"
|
6789
|
+
},
|
6797
6790
|
"type": {
|
6798
|
-
"type": "
|
6799
|
-
"
|
6791
|
+
"type": "reference",
|
6792
|
+
"id": 4,
|
6793
|
+
"name": "State"
|
6800
6794
|
}
|
6801
6795
|
},
|
6802
6796
|
{
|
6803
|
-
"id":
|
6797
|
+
"id": 984,
|
6804
6798
|
"name": "value",
|
6805
6799
|
"kind": 1024,
|
6806
6800
|
"kindString": "Property",
|
@@ -6823,7 +6817,7 @@
|
|
6823
6817
|
],
|
6824
6818
|
"props": [
|
6825
6819
|
{
|
6826
|
-
"id":
|
6820
|
+
"id": 1024,
|
6827
6821
|
"name": "children",
|
6828
6822
|
"kind": 1024,
|
6829
6823
|
"kindString": "Property",
|
@@ -6848,7 +6842,7 @@
|
|
6848
6842
|
}
|
6849
6843
|
},
|
6850
6844
|
{
|
6851
|
-
"id":
|
6845
|
+
"id": 1026,
|
6852
6846
|
"name": "placement",
|
6853
6847
|
"kind": 1024,
|
6854
6848
|
"kindString": "Property",
|
@@ -6887,7 +6881,7 @@
|
|
6887
6881
|
}
|
6888
6882
|
},
|
6889
6883
|
{
|
6890
|
-
"id":
|
6884
|
+
"id": 1025,
|
6891
6885
|
"name": "title",
|
6892
6886
|
"kind": 1024,
|
6893
6887
|
"kindString": "Property",
|
@@ -6905,7 +6899,7 @@
|
|
6905
6899
|
"TourProps": {
|
6906
6900
|
"props": [
|
6907
6901
|
{
|
6908
|
-
"id":
|
6902
|
+
"id": 1052,
|
6909
6903
|
"name": "autoStart",
|
6910
6904
|
"kind": 1024,
|
6911
6905
|
"kindString": "Property",
|
@@ -6921,7 +6915,7 @@
|
|
6921
6915
|
}
|
6922
6916
|
},
|
6923
6917
|
{
|
6924
|
-
"id":
|
6918
|
+
"id": 1053,
|
6925
6919
|
"name": "children",
|
6926
6920
|
"kind": 1024,
|
6927
6921
|
"kindString": "Property",
|
@@ -6935,7 +6929,7 @@
|
|
6935
6929
|
}
|
6936
6930
|
},
|
6937
6931
|
{
|
6938
|
-
"id":
|
6932
|
+
"id": 1054,
|
6939
6933
|
"name": "continuous",
|
6940
6934
|
"kind": 1024,
|
6941
6935
|
"kindString": "Property",
|
@@ -6951,7 +6945,7 @@
|
|
6951
6945
|
}
|
6952
6946
|
},
|
6953
6947
|
{
|
6954
|
-
"id":
|
6948
|
+
"id": 1055,
|
6955
6949
|
"name": "disableCloseOnEsc",
|
6956
6950
|
"kind": 1024,
|
6957
6951
|
"kindString": "Property",
|
@@ -6967,7 +6961,7 @@
|
|
6967
6961
|
}
|
6968
6962
|
},
|
6969
6963
|
{
|
6970
|
-
"id":
|
6964
|
+
"id": 1056,
|
6971
6965
|
"name": "disableOverlayClose",
|
6972
6966
|
"kind": 1024,
|
6973
6967
|
"kindString": "Property",
|
@@ -6983,7 +6977,7 @@
|
|
6983
6977
|
}
|
6984
6978
|
},
|
6985
6979
|
{
|
6986
|
-
"id":
|
6980
|
+
"id": 1066,
|
6987
6981
|
"name": "disableScrollParentFix",
|
6988
6982
|
"kind": 1024,
|
6989
6983
|
"kindString": "Property",
|
@@ -6996,7 +6990,7 @@
|
|
6996
6990
|
}
|
6997
6991
|
},
|
6998
6992
|
{
|
6999
|
-
"id":
|
6993
|
+
"id": 1057,
|
7000
6994
|
"name": "disableScrolling",
|
7001
6995
|
"kind": 1024,
|
7002
6996
|
"kindString": "Property",
|
@@ -7012,7 +7006,7 @@
|
|
7012
7006
|
}
|
7013
7007
|
},
|
7014
7008
|
{
|
7015
|
-
"id":
|
7009
|
+
"id": 1061,
|
7016
7010
|
"name": "onComplete",
|
7017
7011
|
"kind": 1024,
|
7018
7012
|
"kindString": "Property",
|
@@ -7027,7 +7021,7 @@
|
|
7027
7021
|
}
|
7028
7022
|
},
|
7029
7023
|
{
|
7030
|
-
"id":
|
7024
|
+
"id": 1065,
|
7031
7025
|
"name": "spotlightClicks",
|
7032
7026
|
"kind": 1024,
|
7033
7027
|
"kindString": "Property",
|
@@ -7040,7 +7034,7 @@
|
|
7040
7034
|
}
|
7041
7035
|
},
|
7042
7036
|
{
|
7043
|
-
"id":
|
7037
|
+
"id": 1058,
|
7044
7038
|
"name": "onClose",
|
7045
7039
|
"kind": 2048,
|
7046
7040
|
"kindString": "Method",
|
@@ -7049,21 +7043,21 @@
|
|
7049
7043
|
},
|
7050
7044
|
"signatures": [
|
7051
7045
|
{
|
7052
|
-
"id":
|
7046
|
+
"id": 1059,
|
7053
7047
|
"name": "onClose",
|
7054
7048
|
"kind": 4096,
|
7055
7049
|
"kindString": "Call signature",
|
7056
7050
|
"flags": {},
|
7057
7051
|
"parameters": [
|
7058
7052
|
{
|
7059
|
-
"id":
|
7053
|
+
"id": 1060,
|
7060
7054
|
"name": "step",
|
7061
7055
|
"kind": 32768,
|
7062
7056
|
"kindString": "Parameter",
|
7063
7057
|
"flags": {},
|
7064
7058
|
"type": {
|
7065
7059
|
"type": "reference",
|
7066
|
-
"id":
|
7060
|
+
"id": 1040,
|
7067
7061
|
"name": "TourStepProps"
|
7068
7062
|
}
|
7069
7063
|
}
|
@@ -7076,7 +7070,7 @@
|
|
7076
7070
|
]
|
7077
7071
|
},
|
7078
7072
|
{
|
7079
|
-
"id":
|
7073
|
+
"id": 1062,
|
7080
7074
|
"name": "onReady",
|
7081
7075
|
"kind": 2048,
|
7082
7076
|
"kindString": "Method",
|
@@ -7085,7 +7079,7 @@
|
|
7085
7079
|
},
|
7086
7080
|
"signatures": [
|
7087
7081
|
{
|
7088
|
-
"id":
|
7082
|
+
"id": 1063,
|
7089
7083
|
"name": "onReady",
|
7090
7084
|
"kind": 4096,
|
7091
7085
|
"kindString": "Call signature",
|
@@ -7095,14 +7089,14 @@
|
|
7095
7089
|
},
|
7096
7090
|
"parameters": [
|
7097
7091
|
{
|
7098
|
-
"id":
|
7092
|
+
"id": 1064,
|
7099
7093
|
"name": "step",
|
7100
7094
|
"kind": 32768,
|
7101
7095
|
"kindString": "Parameter",
|
7102
7096
|
"flags": {},
|
7103
7097
|
"type": {
|
7104
7098
|
"type": "reference",
|
7105
|
-
"id":
|
7099
|
+
"id": 1040,
|
7106
7100
|
"name": "TourStepProps"
|
7107
7101
|
}
|
7108
7102
|
}
|
@@ -7119,7 +7113,7 @@
|
|
7119
7113
|
"TourStepProps": {
|
7120
7114
|
"props": [
|
7121
7115
|
{
|
7122
|
-
"id":
|
7116
|
+
"id": 1042,
|
7123
7117
|
"name": "children",
|
7124
7118
|
"kind": 1024,
|
7125
7119
|
"kindString": "Property",
|
@@ -7135,7 +7129,7 @@
|
|
7135
7129
|
}
|
7136
7130
|
},
|
7137
7131
|
{
|
7138
|
-
"id":
|
7132
|
+
"id": 1043,
|
7139
7133
|
"name": "position",
|
7140
7134
|
"kind": 1024,
|
7141
7135
|
"kindString": "Property",
|
@@ -7153,7 +7147,7 @@
|
|
7153
7147
|
}
|
7154
7148
|
},
|
7155
7149
|
{
|
7156
|
-
"id":
|
7150
|
+
"id": 1044,
|
7157
7151
|
"name": "selector",
|
7158
7152
|
"kind": 1024,
|
7159
7153
|
"kindString": "Property",
|
@@ -7167,7 +7161,7 @@
|
|
7167
7161
|
}
|
7168
7162
|
},
|
7169
7163
|
{
|
7170
|
-
"id":
|
7164
|
+
"id": 1045,
|
7171
7165
|
"name": "showBeacon",
|
7172
7166
|
"kind": 1024,
|
7173
7167
|
"kindString": "Property",
|
@@ -7183,7 +7177,7 @@
|
|
7183
7177
|
}
|
7184
7178
|
},
|
7185
7179
|
{
|
7186
|
-
"id":
|
7180
|
+
"id": 1046,
|
7187
7181
|
"name": "title",
|
7188
7182
|
"kind": 1024,
|
7189
7183
|
"kindString": "Property",
|
@@ -7201,7 +7195,7 @@
|
|
7201
7195
|
"TourTexts": {
|
7202
7196
|
"props": [
|
7203
7197
|
{
|
7204
|
-
"id":
|
7198
|
+
"id": 1034,
|
7205
7199
|
"name": "back",
|
7206
7200
|
"kind": 1024,
|
7207
7201
|
"kindString": "Property",
|
@@ -7215,7 +7209,7 @@
|
|
7215
7209
|
}
|
7216
7210
|
},
|
7217
7211
|
{
|
7218
|
-
"id":
|
7212
|
+
"id": 1035,
|
7219
7213
|
"name": "close",
|
7220
7214
|
"kind": 1024,
|
7221
7215
|
"kindString": "Property",
|
@@ -7229,7 +7223,7 @@
|
|
7229
7223
|
}
|
7230
7224
|
},
|
7231
7225
|
{
|
7232
|
-
"id":
|
7226
|
+
"id": 1037,
|
7233
7227
|
"name": "last",
|
7234
7228
|
"kind": 1024,
|
7235
7229
|
"kindString": "Property",
|
@@ -7243,7 +7237,7 @@
|
|
7243
7237
|
}
|
7244
7238
|
},
|
7245
7239
|
{
|
7246
|
-
"id":
|
7240
|
+
"id": 1038,
|
7247
7241
|
"name": "next",
|
7248
7242
|
"kind": 1024,
|
7249
7243
|
"kindString": "Property",
|
@@ -7257,7 +7251,7 @@
|
|
7257
7251
|
}
|
7258
7252
|
},
|
7259
7253
|
{
|
7260
|
-
"id":
|
7254
|
+
"id": 1039,
|
7261
7255
|
"name": "open",
|
7262
7256
|
"kind": 1024,
|
7263
7257
|
"kindString": "Property",
|
@@ -7271,7 +7265,7 @@
|
|
7271
7265
|
}
|
7272
7266
|
},
|
7273
7267
|
{
|
7274
|
-
"id":
|
7268
|
+
"id": 1036,
|
7275
7269
|
"name": "skip",
|
7276
7270
|
"kind": 1024,
|
7277
7271
|
"kindString": "Property",
|
@@ -7292,7 +7286,7 @@
|
|
7292
7286
|
],
|
7293
7287
|
"props": [
|
7294
7288
|
{
|
7295
|
-
"id":
|
7289
|
+
"id": 1083,
|
7296
7290
|
"name": "className",
|
7297
7291
|
"kind": 1024,
|
7298
7292
|
"kindString": "Property",
|
@@ -7312,21 +7306,21 @@
|
|
7312
7306
|
{
|
7313
7307
|
"type": "reflection",
|
7314
7308
|
"declaration": {
|
7315
|
-
"id":
|
7309
|
+
"id": 1084,
|
7316
7310
|
"name": "__type",
|
7317
7311
|
"kind": 65536,
|
7318
7312
|
"kindString": "Type literal",
|
7319
7313
|
"flags": {},
|
7320
7314
|
"signatures": [
|
7321
7315
|
{
|
7322
|
-
"id":
|
7316
|
+
"id": 1085,
|
7323
7317
|
"name": "__type",
|
7324
7318
|
"kind": 4096,
|
7325
7319
|
"kindString": "Call signature",
|
7326
7320
|
"flags": {},
|
7327
7321
|
"parameters": [
|
7328
7322
|
{
|
7329
|
-
"id":
|
7323
|
+
"id": 1086,
|
7330
7324
|
"name": "expanded",
|
7331
7325
|
"kind": 32768,
|
7332
7326
|
"kindString": "Parameter",
|
@@ -7349,7 +7343,7 @@
|
|
7349
7343
|
}
|
7350
7344
|
},
|
7351
7345
|
{
|
7352
|
-
"id":
|
7346
|
+
"id": 1087,
|
7353
7347
|
"name": "expanded",
|
7354
7348
|
"kind": 1024,
|
7355
7349
|
"kindString": "Property",
|
@@ -7365,7 +7359,7 @@
|
|
7365
7359
|
}
|
7366
7360
|
},
|
7367
7361
|
{
|
7368
|
-
"id":
|
7362
|
+
"id": 1088,
|
7369
7363
|
"name": "fixed",
|
7370
7364
|
"kind": 1024,
|
7371
7365
|
"kindString": "Property",
|
@@ -7381,7 +7375,7 @@
|
|
7381
7375
|
}
|
7382
7376
|
},
|
7383
7377
|
{
|
7384
|
-
"id":
|
7378
|
+
"id": 1093,
|
7385
7379
|
"name": "title",
|
7386
7380
|
"kind": 1024,
|
7387
7381
|
"kindString": "Property",
|
@@ -7401,21 +7395,21 @@
|
|
7401
7395
|
{
|
7402
7396
|
"type": "reflection",
|
7403
7397
|
"declaration": {
|
7404
|
-
"id":
|
7398
|
+
"id": 1094,
|
7405
7399
|
"name": "__type",
|
7406
7400
|
"kind": 65536,
|
7407
7401
|
"kindString": "Type literal",
|
7408
7402
|
"flags": {},
|
7409
7403
|
"signatures": [
|
7410
7404
|
{
|
7411
|
-
"id":
|
7405
|
+
"id": 1095,
|
7412
7406
|
"name": "__type",
|
7413
7407
|
"kind": 4096,
|
7414
7408
|
"kindString": "Call signature",
|
7415
7409
|
"flags": {},
|
7416
7410
|
"parameters": [
|
7417
7411
|
{
|
7418
|
-
"id":
|
7412
|
+
"id": 1096,
|
7419
7413
|
"name": "expanded",
|
7420
7414
|
"kind": 32768,
|
7421
7415
|
"kindString": "Parameter",
|
@@ -7440,7 +7434,7 @@
|
|
7440
7434
|
}
|
7441
7435
|
},
|
7442
7436
|
{
|
7443
|
-
"id":
|
7437
|
+
"id": 1089,
|
7444
7438
|
"name": "onClick",
|
7445
7439
|
"kind": 2048,
|
7446
7440
|
"kindString": "Method",
|
@@ -7449,7 +7443,7 @@
|
|
7449
7443
|
},
|
7450
7444
|
"signatures": [
|
7451
7445
|
{
|
7452
|
-
"id":
|
7446
|
+
"id": 1090,
|
7453
7447
|
"name": "onClick",
|
7454
7448
|
"kind": 4096,
|
7455
7449
|
"kindString": "Call signature",
|
@@ -7459,7 +7453,7 @@
|
|
7459
7453
|
},
|
7460
7454
|
"parameters": [
|
7461
7455
|
{
|
7462
|
-
"id":
|
7456
|
+
"id": 1091,
|
7463
7457
|
"name": "event",
|
7464
7458
|
"kind": 32768,
|
7465
7459
|
"kindString": "Parameter",
|
@@ -7486,7 +7480,7 @@
|
|
7486
7480
|
}
|
7487
7481
|
},
|
7488
7482
|
{
|
7489
|
-
"id":
|
7483
|
+
"id": 1092,
|
7490
7484
|
"name": "expanded",
|
7491
7485
|
"kind": 32768,
|
7492
7486
|
"kindString": "Parameter",
|
@@ -7511,7 +7505,7 @@
|
|
7511
7505
|
"useListKeyboardNavigationOptions": {
|
7512
7506
|
"props": [
|
7513
7507
|
{
|
7514
|
-
"id":
|
7508
|
+
"id": 1126,
|
7515
7509
|
"name": "direction",
|
7516
7510
|
"kind": 1024,
|
7517
7511
|
"kindString": "Property",
|
@@ -7525,7 +7519,7 @@
|
|
7525
7519
|
}
|
7526
7520
|
},
|
7527
7521
|
{
|
7528
|
-
"id":
|
7522
|
+
"id": 1127,
|
7529
7523
|
"name": "initialIndex",
|
7530
7524
|
"kind": 1024,
|
7531
7525
|
"kindString": "Property",
|
@@ -7542,7 +7536,7 @@
|
|
7542
7536
|
"usePaginationValues": {
|
7543
7537
|
"props": [
|
7544
7538
|
{
|
7545
|
-
"id":
|
7539
|
+
"id": 538,
|
7546
7540
|
"name": "pageIndex",
|
7547
7541
|
"kind": 1024,
|
7548
7542
|
"kindString": "Property",
|
@@ -7556,7 +7550,7 @@
|
|
7556
7550
|
}
|
7557
7551
|
},
|
7558
7552
|
{
|
7559
|
-
"id":
|
7553
|
+
"id": 539,
|
7560
7554
|
"name": "pageSize",
|
7561
7555
|
"kind": 1024,
|
7562
7556
|
"kindString": "Property",
|
@@ -7570,14 +7564,14 @@
|
|
7570
7564
|
}
|
7571
7565
|
},
|
7572
7566
|
{
|
7573
|
-
"id":
|
7567
|
+
"id": 540,
|
7574
7568
|
"name": "setPageIndex",
|
7575
7569
|
"kind": 2048,
|
7576
7570
|
"kindString": "Method",
|
7577
7571
|
"flags": {},
|
7578
7572
|
"signatures": [
|
7579
7573
|
{
|
7580
|
-
"id":
|
7574
|
+
"id": 541,
|
7581
7575
|
"name": "setPageIndex",
|
7582
7576
|
"kind": 4096,
|
7583
7577
|
"kindString": "Call signature",
|
@@ -7587,7 +7581,7 @@
|
|
7587
7581
|
},
|
7588
7582
|
"parameters": [
|
7589
7583
|
{
|
7590
|
-
"id":
|
7584
|
+
"id": 542,
|
7591
7585
|
"name": "pageIndex",
|
7592
7586
|
"kind": 32768,
|
7593
7587
|
"kindString": "Parameter",
|
@@ -7606,14 +7600,14 @@
|
|
7606
7600
|
]
|
7607
7601
|
},
|
7608
7602
|
{
|
7609
|
-
"id":
|
7603
|
+
"id": 543,
|
7610
7604
|
"name": "setPageSize",
|
7611
7605
|
"kind": 2048,
|
7612
7606
|
"kindString": "Method",
|
7613
7607
|
"flags": {},
|
7614
7608
|
"signatures": [
|
7615
7609
|
{
|
7616
|
-
"id":
|
7610
|
+
"id": 544,
|
7617
7611
|
"name": "setPageSize",
|
7618
7612
|
"kind": 4096,
|
7619
7613
|
"kindString": "Call signature",
|
@@ -7623,7 +7617,7 @@
|
|
7623
7617
|
},
|
7624
7618
|
"parameters": [
|
7625
7619
|
{
|
7626
|
-
"id":
|
7620
|
+
"id": 545,
|
7627
7621
|
"name": "size",
|
7628
7622
|
"kind": 32768,
|
7629
7623
|
"kindString": "Parameter",
|
@@ -7646,7 +7640,7 @@
|
|
7646
7640
|
"useTableRowCreation": {
|
7647
7641
|
"props": [
|
7648
7642
|
{
|
7649
|
-
"id":
|
7643
|
+
"id": 947,
|
7650
7644
|
"name": "data",
|
7651
7645
|
"kind": 1024,
|
7652
7646
|
"kindString": "Property",
|
@@ -7655,11 +7649,11 @@
|
|
7655
7649
|
"type": "array",
|
7656
7650
|
"elementType": {
|
7657
7651
|
"type": "reference",
|
7658
|
-
"id":
|
7652
|
+
"id": 743,
|
7659
7653
|
"typeArguments": [
|
7660
7654
|
{
|
7661
7655
|
"type": "reference",
|
7662
|
-
"id":
|
7656
|
+
"id": 956,
|
7663
7657
|
"name": "TRow"
|
7664
7658
|
}
|
7665
7659
|
],
|
@@ -7668,7 +7662,7 @@
|
|
7668
7662
|
}
|
7669
7663
|
},
|
7670
7664
|
{
|
7671
|
-
"id":
|
7665
|
+
"id": 955,
|
7672
7666
|
"name": "isCreating",
|
7673
7667
|
"kind": 1024,
|
7674
7668
|
"kindString": "Property",
|
@@ -7679,33 +7673,33 @@
|
|
7679
7673
|
}
|
7680
7674
|
},
|
7681
7675
|
{
|
7682
|
-
"id":
|
7676
|
+
"id": 948,
|
7683
7677
|
"name": "create",
|
7684
7678
|
"kind": 2048,
|
7685
7679
|
"kindString": "Method",
|
7686
7680
|
"flags": {},
|
7687
7681
|
"signatures": [
|
7688
7682
|
{
|
7689
|
-
"id":
|
7683
|
+
"id": 949,
|
7690
7684
|
"name": "create",
|
7691
7685
|
"kind": 4096,
|
7692
7686
|
"kindString": "Call signature",
|
7693
7687
|
"flags": {},
|
7694
7688
|
"parameters": [
|
7695
7689
|
{
|
7696
|
-
"id":
|
7690
|
+
"id": 950,
|
7697
7691
|
"name": "rowIndexPath",
|
7698
7692
|
"kind": 32768,
|
7699
7693
|
"kindString": "Parameter",
|
7700
7694
|
"flags": {},
|
7701
7695
|
"type": {
|
7702
7696
|
"type": "reference",
|
7703
|
-
"id":
|
7697
|
+
"id": 748,
|
7704
7698
|
"name": "RowIndexPath"
|
7705
7699
|
}
|
7706
7700
|
},
|
7707
7701
|
{
|
7708
|
-
"id":
|
7702
|
+
"id": 951,
|
7709
7703
|
"name": "values",
|
7710
7704
|
"kind": 32768,
|
7711
7705
|
"kindString": "Parameter",
|
@@ -7720,35 +7714,35 @@
|
|
7720
7714
|
],
|
7721
7715
|
"type": {
|
7722
7716
|
"type": "reference",
|
7723
|
-
"id":
|
7717
|
+
"id": 748,
|
7724
7718
|
"name": "RowIndexPath"
|
7725
7719
|
}
|
7726
7720
|
}
|
7727
7721
|
]
|
7728
7722
|
},
|
7729
7723
|
{
|
7730
|
-
"id":
|
7724
|
+
"id": 952,
|
7731
7725
|
"name": "remove",
|
7732
7726
|
"kind": 2048,
|
7733
7727
|
"kindString": "Method",
|
7734
7728
|
"flags": {},
|
7735
7729
|
"signatures": [
|
7736
7730
|
{
|
7737
|
-
"id":
|
7731
|
+
"id": 953,
|
7738
7732
|
"name": "remove",
|
7739
7733
|
"kind": 4096,
|
7740
7734
|
"kindString": "Call signature",
|
7741
7735
|
"flags": {},
|
7742
7736
|
"parameters": [
|
7743
7737
|
{
|
7744
|
-
"id":
|
7738
|
+
"id": 954,
|
7745
7739
|
"name": "rowIndexPath",
|
7746
7740
|
"kind": 32768,
|
7747
7741
|
"kindString": "Parameter",
|
7748
7742
|
"flags": {},
|
7749
7743
|
"type": {
|
7750
7744
|
"type": "reference",
|
7751
|
-
"id":
|
7745
|
+
"id": 748,
|
7752
7746
|
"name": "RowIndexPath"
|
7753
7747
|
}
|
7754
7748
|
}
|