@economic/taco 1.1.0 → 1.1.3
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 +1 -3
- package/dist/components/Card/Card.d.ts +7 -7
- package/dist/components/Table/hooks/useTable.d.ts +3 -0
- package/dist/components/Table/types.d.ts +3 -0
- package/dist/esm/_virtual/_rollupPluginBabelHelpers.js +1 -2
- 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.map +1 -1
- package/dist/esm/components/Banner/Banner.js.map +1 -1
- package/dist/esm/components/Banner/util.js.map +1 -1
- package/dist/esm/components/Button/Button.js.map +1 -1
- package/dist/esm/components/Button/util.js.map +1 -1
- package/dist/esm/components/Calendar/Calendar.js.map +1 -1
- package/dist/esm/components/Card/Card.js +19 -4
- package/dist/esm/components/Card/Card.js.map +1 -1
- package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/Combobox/Combobox.js.map +1 -1
- package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
- package/dist/esm/components/Datepicker/Datepicker.js.map +1 -1
- package/dist/esm/components/Datepicker/useDatepicker.js.map +1 -1
- package/dist/esm/components/Dialog/Context.js.map +1 -1
- package/dist/esm/components/Dialog/Dialog.js.map +1 -1
- package/dist/esm/components/Dialog/components/Content.js.map +1 -1
- package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
- package/dist/esm/components/Dialog/components/Extra.js.map +1 -1
- package/dist/esm/components/Dialog/components/Trigger.js.map +1 -1
- package/dist/esm/components/Field/Field.js.map +1 -1
- package/dist/esm/components/Form/Form.js.map +1 -1
- package/dist/esm/components/Group/Group.js.map +1 -1
- package/dist/esm/components/Hanger/Hanger.js.map +1 -1
- package/dist/esm/components/HoverCard/HoverCard.js.map +1 -1
- package/dist/esm/components/Icon/Icon.js.map +1 -1
- package/dist/esm/components/Icon/components/AccountPreview.js.map +1 -1
- package/dist/esm/components/Icon/components/Accounting.js.map +1 -1
- package/dist/esm/components/Icon/components/AccountingYear.js.map +1 -1
- package/dist/esm/components/Icon/components/AccountingYearCancel.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowBottom.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowDown.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowEnd.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowLeft.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowRight.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowStart.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowTop.js.map +1 -1
- package/dist/esm/components/Icon/components/ArrowUp.js.map +1 -1
- package/dist/esm/components/Icon/components/Attach.js.map +1 -1
- package/dist/esm/components/Icon/components/AttachAuto.js.map +1 -1
- package/dist/esm/components/Icon/components/AttachCancel.js.map +1 -1
- package/dist/esm/components/Icon/components/Autotext.js.map +1 -1
- package/dist/esm/components/Icon/components/AutotextInsert.js.map +1 -1
- package/dist/esm/components/Icon/components/Basic.js.map +1 -1
- package/dist/esm/components/Icon/components/BasicTabs.js.map +1 -1
- package/dist/esm/components/Icon/components/BellSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Book.js.map +1 -1
- package/dist/esm/components/Icon/components/Booking.js.map +1 -1
- package/dist/esm/components/Icon/components/Budget.js.map +1 -1
- package/dist/esm/components/Icon/components/Calendar.js.map +1 -1
- package/dist/esm/components/Icon/components/CashAccount.js.map +1 -1
- package/dist/esm/components/Icon/components/CashReports.js.map +1 -1
- package/dist/esm/components/Icon/components/Chat.js.map +1 -1
- package/dist/esm/components/Icon/components/ChatSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronDown.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronDownDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronDownSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronLeft.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronLeftDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronRight.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronRightDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronUp.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronUpDouble.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronUpSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/CircleClose.js +6 -6
- package/dist/esm/components/Icon/components/CircleClose.js.map +1 -1
- package/dist/esm/components/Icon/components/CircleMinus.js.map +1 -1
- package/dist/esm/components/Icon/components/CirclePlus.js.map +1 -1
- package/dist/esm/components/Icon/components/CircleTick.js.map +1 -1
- package/dist/esm/components/Icon/components/Clamp.js.map +1 -1
- package/dist/esm/components/Icon/components/ClampOpen.js.map +1 -1
- package/dist/esm/components/Icon/components/Close.js.map +1 -1
- package/dist/esm/components/Icon/components/ConnectionEnable.js.map +1 -1
- package/dist/esm/components/Icon/components/ConnectionRevoke.js.map +1 -1
- package/dist/esm/components/Icon/components/Contacts.js.map +1 -1
- package/dist/esm/components/Icon/components/Copy.js.map +1 -1
- package/dist/esm/components/Icon/components/Courses.js.map +1 -1
- package/dist/esm/components/Icon/components/Credit.js.map +1 -1
- package/dist/esm/components/Icon/components/Delete.js.map +1 -1
- package/dist/esm/components/Icon/components/DeletePermanently.js.map +1 -1
- package/dist/esm/components/Icon/components/Depecriate.js.map +1 -1
- package/dist/esm/components/Icon/components/Developer.js.map +1 -1
- package/dist/esm/components/Icon/components/DistributionTemplate.js.map +1 -1
- package/dist/esm/components/Icon/components/Document.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentApprove.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentCreateEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentCut.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentError.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentIsolatePage.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentMerge.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentMove.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentPreview.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentReceived.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentRejectedRequest.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentSplit.js.map +1 -1
- package/dist/esm/components/Icon/components/DocumentTime.js.map +1 -1
- package/dist/esm/components/Icon/components/Download.js.map +1 -1
- package/dist/esm/components/Icon/components/Drag.js.map +1 -1
- package/dist/esm/components/Icon/components/ECopedia.js.map +1 -1
- package/dist/esm/components/Icon/components/ESignature.js.map +1 -1
- package/dist/esm/components/Icon/components/Edit.js.map +1 -1
- package/dist/esm/components/Icon/components/EllipsisHorizontal.js.map +1 -1
- package/dist/esm/components/Icon/components/EllipsisVertical.js.map +1 -1
- package/dist/esm/components/Icon/components/EntriesOnAccount.js.map +1 -1
- package/dist/esm/components/Icon/components/EntriesOpen.js.map +1 -1
- package/dist/esm/components/Icon/components/EntriesWarning.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeCustomerInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeCustomerPayment.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeJournalEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeManualCustomerInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeSupplierInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/EntryTypeSupplierPayment.js.map +1 -1
- package/dist/esm/components/Icon/components/Envelope.js.map +1 -1
- package/dist/esm/components/Icon/components/EnvelopeApproved.js.map +1 -1
- package/dist/esm/components/Icon/components/ExpandView.js.map +1 -1
- package/dist/esm/components/Icon/components/Expenses.js.map +1 -1
- package/dist/esm/components/Icon/components/Export.js.map +1 -1
- package/dist/esm/components/Icon/components/ExportToExcel.js.map +1 -1
- package/dist/esm/components/Icon/components/ExportToPdf.js.map +1 -1
- package/dist/esm/components/Icon/components/Filter.js.map +1 -1
- package/dist/esm/components/Icon/components/FilterSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/GraphSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Hash.js.map +1 -1
- package/dist/esm/components/Icon/components/Home.js.map +1 -1
- package/dist/esm/components/Icon/components/Images.js.map +1 -1
- package/dist/esm/components/Icon/components/Import.js.map +1 -1
- package/dist/esm/components/Icon/components/Inbox.js.map +1 -1
- package/dist/esm/components/Icon/components/InboxEinvoicing.js.map +1 -1
- package/dist/esm/components/Icon/components/InboxScanning.js.map +1 -1
- package/dist/esm/components/Icon/components/InboxSmart.js.map +1 -1
- package/dist/esm/components/Icon/components/Info.js.map +1 -1
- package/dist/esm/components/Icon/components/Inventory.js.map +1 -1
- package/dist/esm/components/Icon/components/InventoryMatrix.js.map +1 -1
- package/dist/esm/components/Icon/components/JournalPro.js.map +1 -1
- package/dist/esm/components/Icon/components/Layout.js.map +1 -1
- package/dist/esm/components/Icon/components/LayoutBoth.js.map +1 -1
- package/dist/esm/components/Icon/components/LayoutFirst.js.map +1 -1
- package/dist/esm/components/Icon/components/LayoutLast.js.map +1 -1
- package/dist/esm/components/Icon/components/LayoutNone.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCard.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardCustomerReminder.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardManualCustomerInvoice.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardObsoleteStock.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardOpeningEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardReservedEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardShrinkagePilferage.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardStockAdjustment.js.map +1 -1
- package/dist/esm/components/Icon/components/LedgerCardTransferredOpeningEntry.js.map +1 -1
- package/dist/esm/components/Icon/components/Lightbulb.js.map +1 -1
- package/dist/esm/components/Icon/components/Line.js.map +1 -1
- package/dist/esm/components/Icon/components/List.js.map +1 -1
- package/dist/esm/components/Icon/components/ListBulleted.js.map +1 -1
- package/dist/esm/components/Icon/components/ListSearch.js.map +1 -1
- package/dist/esm/components/Icon/components/LockOpen.js.map +1 -1
- package/dist/esm/components/Icon/components/Log.js.map +1 -1
- package/dist/esm/components/Icon/components/Market.js.map +1 -1
- package/dist/esm/components/Icon/components/MatchAmount.js.map +1 -1
- package/dist/esm/components/Icon/components/MatchEntries.js.map +1 -1
- package/dist/esm/components/Icon/components/Mileage.js.map +1 -1
- package/dist/esm/components/Icon/components/ModalResize.js.map +1 -1
- package/dist/esm/components/Icon/components/ModalShrink.js.map +1 -1
- package/dist/esm/components/Icon/components/More.js.map +1 -1
- package/dist/esm/components/Icon/components/MoreSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Move.js.map +1 -1
- package/dist/esm/components/Icon/components/NavigationList.js.map +1 -1
- package/dist/esm/components/Icon/components/Note.js.map +1 -1
- package/dist/esm/components/Icon/components/NoteFollowUp.js.map +1 -1
- package/dist/esm/components/Icon/components/NoteRead.js.map +1 -1
- package/dist/esm/components/Icon/components/PartnerApi.js.map +1 -1
- package/dist/esm/components/Icon/components/Period.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonChange.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonMinus.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonPlus.js.map +1 -1
- package/dist/esm/components/Icon/components/PersonTick.js.map +1 -1
- package/dist/esm/components/Icon/components/Play.js.map +1 -1
- package/dist/esm/components/Icon/components/PlusMinus.js.map +1 -1
- package/dist/esm/components/Icon/components/Print.js.map +1 -1
- package/dist/esm/components/Icon/components/ProcessPayment.js.map +1 -1
- package/dist/esm/components/Icon/components/ProductLedgerCard.js.map +1 -1
- package/dist/esm/components/Icon/components/ProjectCards.js.map +1 -1
- package/dist/esm/components/Icon/components/Projects.js.map +1 -1
- package/dist/esm/components/Icon/components/Quicklinks.js.map +1 -1
- package/dist/esm/components/Icon/components/RatingBankruptcy.js.map +1 -1
- package/dist/esm/components/Icon/components/RatingPaymentProblems.js.map +1 -1
- package/dist/esm/components/Icon/components/Reconciled.js.map +1 -1
- package/dist/esm/components/Icon/components/Refresh.js.map +1 -1
- package/dist/esm/components/Icon/components/Report.js.map +1 -1
- package/dist/esm/components/Icon/components/ReportSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Restore.js.map +1 -1
- package/dist/esm/components/Icon/components/RotateLeft.js.map +1 -1
- package/dist/esm/components/Icon/components/RotateRight.js.map +1 -1
- package/dist/esm/components/Icon/components/Sales.js.map +1 -1
- package/dist/esm/components/Icon/components/Search.js.map +1 -1
- package/dist/esm/components/Icon/components/SearchBold.js.map +1 -1
- package/dist/esm/components/Icon/components/Secure.js.map +1 -1
- package/dist/esm/components/Icon/components/SecureTick.js.map +1 -1
- package/dist/esm/components/Icon/components/Settings.js.map +1 -1
- package/dist/esm/components/Icon/components/SettingsSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Shortcuts.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowAll.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowLess.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowMore.js.map +1 -1
- package/dist/esm/components/Icon/components/ShowTemplate.js.map +1 -1
- package/dist/esm/components/Icon/components/Sliders.js.map +1 -1
- package/dist/esm/components/Icon/components/Smartpay.js.map +1 -1
- package/dist/esm/components/Icon/components/SortBy.js.map +1 -1
- package/dist/esm/components/Icon/components/Spinner.js.map +1 -1
- package/dist/esm/components/Icon/components/Star.js.map +1 -1
- package/dist/esm/components/Icon/components/StarSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Subscriptions.js.map +1 -1
- package/dist/esm/components/Icon/components/SystemEntries.js.map +1 -1
- package/dist/esm/components/Icon/components/Tag.js.map +1 -1
- package/dist/esm/components/Icon/components/TemplateOverride.js.map +1 -1
- package/dist/esm/components/Icon/components/Templates.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbBoth.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbDown.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbDownSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbUp.js.map +1 -1
- package/dist/esm/components/Icon/components/ThumbUpSolid.js.map +1 -1
- package/dist/esm/components/Icon/components/Tick.js.map +1 -1
- package/dist/esm/components/Icon/components/Time.js.map +1 -1
- package/dist/esm/components/Icon/components/Transfer.js.map +1 -1
- package/dist/esm/components/Icon/components/TransferCancel.js.map +1 -1
- package/dist/esm/components/Icon/components/TransferLocked.js.map +1 -1
- package/dist/esm/components/Icon/components/Undock.js.map +1 -1
- package/dist/esm/components/Icon/components/Unreconciled.js.map +1 -1
- package/dist/esm/components/Icon/components/Warning.js.map +1 -1
- package/dist/esm/components/Icon/components/Webshop.js.map +1 -1
- package/dist/esm/components/Icon/components/Website.js.map +1 -1
- package/dist/esm/components/Icon/components/Workflow.js.map +1 -1
- package/dist/esm/components/Icon/components/Zoom.js.map +1 -1
- package/dist/esm/components/Icon/components/index.js.map +1 -1
- package/dist/esm/components/IconButton/IconButton.js.map +1 -1
- package/dist/esm/components/Input/Input.js.map +1 -1
- package/dist/esm/components/Input/util.js.map +1 -1
- package/dist/esm/components/Listbox/Listbox.js.map +1 -1
- package/dist/esm/components/Listbox/ScrollableList.js.map +1 -1
- package/dist/esm/components/Listbox/useListbox.js.map +1 -1
- package/dist/esm/components/Listbox/useMultiListbox.js.map +1 -1
- package/dist/esm/components/Listbox/useTypeahead.js.map +1 -1
- package/dist/esm/components/Listbox/util.js.map +1 -1
- package/dist/esm/components/Menu/Context.js.map +1 -1
- package/dist/esm/components/Menu/Menu.js.map +1 -1
- package/dist/esm/components/Menu/components/Checkbox.js.map +1 -1
- package/dist/esm/components/Menu/components/Content.js.map +1 -1
- package/dist/esm/components/Menu/components/Header.js.map +1 -1
- package/dist/esm/components/Menu/components/Item.js.map +1 -1
- package/dist/esm/components/Menu/components/Link.js.map +1 -1
- package/dist/esm/components/Menu/components/RadioGroup.js.map +1 -1
- package/dist/esm/components/Menu/components/Separator.js.map +1 -1
- package/dist/esm/components/Menu/components/Trigger.js.map +1 -1
- package/dist/esm/components/Navigation/Navigation.js.map +1 -1
- package/dist/esm/components/Pagination/PageNumbers.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/Pagination/usePagination.js.map +1 -1
- package/dist/esm/components/Pagination/usePaginationShortcuts.js.map +1 -1
- package/dist/esm/components/Popover/Popover.js.map +1 -1
- package/dist/esm/components/Popover/Primitives.js.map +1 -1
- package/dist/esm/components/Progress/Progress.js.map +1 -1
- package/dist/esm/components/Provider/Provider.js.map +1 -1
- package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/esm/components/SearchInput/SearchInput.js.map +1 -1
- package/dist/esm/components/Select/Select.js.map +1 -1
- package/dist/esm/components/Select/useSelect.js.map +1 -1
- package/dist/esm/components/Spinner/Spinner.js.map +1 -1
- package/dist/esm/components/Switch/Switch.js.map +1 -1
- package/dist/esm/components/Table/components/BaseTable.js.map +1 -1
- package/dist/esm/components/Table/components/PaginatedTable.js.map +1 -1
- package/dist/esm/components/Table/components/Table.js.map +1 -1
- package/dist/esm/components/Table/components/WindowedTable.js +16 -10
- package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowEditing.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js.map +1 -1
- package/dist/esm/components/Table/hooks/useRowCreation.js.map +1 -1
- package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
- package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js +8 -3
- package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -1
- package/dist/esm/components/Table/util/renderColumn.js.map +1 -1
- package/dist/esm/components/Table/util/renderRow.js.map +1 -1
- package/dist/esm/components/Table/util/rowIndexPath.js.map +1 -1
- package/dist/esm/components/Table/util/sortTypes.js.map +1 -1
- package/dist/esm/components/Table/util.js.map +1 -1
- package/dist/esm/components/Tabs/Tabs.js.map +1 -1
- package/dist/esm/components/Textarea/Textarea.js.map +1 -1
- package/dist/esm/components/Toast/Toast.js.map +1 -1
- package/dist/esm/components/Toast/Toaster.js.map +1 -1
- package/dist/esm/components/Toast/util.js.map +1 -1
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/esm/components/Tour/Tour.js.map +1 -1
- package/dist/esm/components/Treeview/Treeview.js.map +1 -1
- package/dist/esm/components/VisuallyHidden/VisuallyHidden.js.map +1 -1
- package/dist/esm/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 +0 -1
- package/dist/esm/utils/hooks/useDraggable.js.map +1 -1
- 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.map +1 -1
- package/dist/esm/utils/hooks/useTimer.js.map +1 -1
- package/dist/esm/utils/input.js.map +1 -1
- package/dist/esm/utils/mergeRefs.js.map +1 -1
- package/dist/esm/utils/taillwind.js.map +1 -1
- package/dist/taco.cjs.development.js +147 -124
- package/dist/taco.cjs.development.js.map +1 -1
- package/dist/taco.cjs.production.min.js +1 -1
- package/dist/taco.cjs.production.min.js.map +1 -1
- package/package.json +20 -8
- package/tailwind.config.js +2 -44
- package/types.json +251 -161
package/types.json
CHANGED
@@ -663,13 +663,33 @@
|
|
663
663
|
}
|
664
664
|
]
|
665
665
|
},
|
666
|
-
"
|
666
|
+
"CardContentProps": {
|
667
667
|
"intersections": [
|
668
668
|
"React.HTMLAttributes<HTMLDivElement>"
|
669
669
|
],
|
670
670
|
"props": [
|
671
671
|
{
|
672
672
|
"id": 149,
|
673
|
+
"name": "noPadding",
|
674
|
+
"kind": 1024,
|
675
|
+
"kindString": "Property",
|
676
|
+
"flags": {
|
677
|
+
"isOptional": true
|
678
|
+
},
|
679
|
+
"type": {
|
680
|
+
"type": "intrinsic",
|
681
|
+
"name": "boolean"
|
682
|
+
}
|
683
|
+
}
|
684
|
+
]
|
685
|
+
},
|
686
|
+
"CardProps": {
|
687
|
+
"intersections": [
|
688
|
+
"React.HTMLAttributes<HTMLDivElement>"
|
689
|
+
],
|
690
|
+
"props": [
|
691
|
+
{
|
692
|
+
"id": 152,
|
673
693
|
"name": "title",
|
674
694
|
"kind": 1024,
|
675
695
|
"kindString": "Property",
|
@@ -678,14 +698,23 @@
|
|
678
698
|
"shortText": "Title of the Card"
|
679
699
|
},
|
680
700
|
"type": {
|
681
|
-
"type": "
|
682
|
-
"
|
683
|
-
|
684
|
-
|
701
|
+
"type": "union",
|
702
|
+
"types": [
|
703
|
+
{
|
704
|
+
"type": "intrinsic",
|
705
|
+
"name": "string"
|
706
|
+
},
|
707
|
+
{
|
708
|
+
"type": "reference",
|
709
|
+
"qualifiedName": "React.ReactElement",
|
710
|
+
"package": "@types/react",
|
711
|
+
"name": "React.ReactElement"
|
712
|
+
}
|
713
|
+
]
|
685
714
|
}
|
686
715
|
},
|
687
716
|
{
|
688
|
-
"id":
|
717
|
+
"id": 153,
|
689
718
|
"name": "menu",
|
690
719
|
"kind": 2048,
|
691
720
|
"kindString": "Method",
|
@@ -694,7 +723,7 @@
|
|
694
723
|
},
|
695
724
|
"signatures": [
|
696
725
|
{
|
697
|
-
"id":
|
726
|
+
"id": 154,
|
698
727
|
"name": "menu",
|
699
728
|
"kind": 4096,
|
700
729
|
"kindString": "Call signature",
|
@@ -704,7 +733,7 @@
|
|
704
733
|
},
|
705
734
|
"parameters": [
|
706
735
|
{
|
707
|
-
"id":
|
736
|
+
"id": 155,
|
708
737
|
"name": "props",
|
709
738
|
"kind": 32768,
|
710
739
|
"kindString": "Parameter",
|
@@ -2147,7 +2176,7 @@
|
|
2147
2176
|
],
|
2148
2177
|
"props": [
|
2149
2178
|
{
|
2150
|
-
"id":
|
2179
|
+
"id": 1017,
|
2151
2180
|
"name": "Content",
|
2152
2181
|
"kind": 1024,
|
2153
2182
|
"kindString": "Property",
|
@@ -2163,7 +2192,7 @@
|
|
2163
2192
|
"types": [
|
2164
2193
|
{
|
2165
2194
|
"type": "reference",
|
2166
|
-
"id":
|
2195
|
+
"id": 1010,
|
2167
2196
|
"name": "TabContentProps"
|
2168
2197
|
},
|
2169
2198
|
{
|
@@ -2189,7 +2218,7 @@
|
|
2189
2218
|
}
|
2190
2219
|
},
|
2191
2220
|
{
|
2192
|
-
"id":
|
2221
|
+
"id": 1015,
|
2193
2222
|
"name": "List",
|
2194
2223
|
"kind": 1024,
|
2195
2224
|
"kindString": "Property",
|
@@ -2205,7 +2234,7 @@
|
|
2205
2234
|
"types": [
|
2206
2235
|
{
|
2207
2236
|
"type": "reference",
|
2208
|
-
"id":
|
2237
|
+
"id": 1005,
|
2209
2238
|
"name": "TabListProps"
|
2210
2239
|
},
|
2211
2240
|
{
|
@@ -2231,7 +2260,7 @@
|
|
2231
2260
|
}
|
2232
2261
|
},
|
2233
2262
|
{
|
2234
|
-
"id":
|
2263
|
+
"id": 1016,
|
2235
2264
|
"name": "Trigger",
|
2236
2265
|
"kind": 1024,
|
2237
2266
|
"kindString": "Property",
|
@@ -2247,7 +2276,7 @@
|
|
2247
2276
|
"types": [
|
2248
2277
|
{
|
2249
2278
|
"type": "reference",
|
2250
|
-
"id":
|
2279
|
+
"id": 1006,
|
2251
2280
|
"name": "TabTriggerProps"
|
2252
2281
|
},
|
2253
2282
|
{
|
@@ -2280,7 +2309,7 @@
|
|
2280
2309
|
],
|
2281
2310
|
"props": [
|
2282
2311
|
{
|
2283
|
-
"id":
|
2312
|
+
"id": 1140,
|
2284
2313
|
"name": "Group",
|
2285
2314
|
"kind": 1024,
|
2286
2315
|
"kindString": "Property",
|
@@ -2296,7 +2325,7 @@
|
|
2296
2325
|
"types": [
|
2297
2326
|
{
|
2298
2327
|
"type": "reference",
|
2299
|
-
"id":
|
2328
|
+
"id": 1120,
|
2300
2329
|
"name": "TreeviewGroupProps"
|
2301
2330
|
},
|
2302
2331
|
{
|
@@ -2322,7 +2351,7 @@
|
|
2322
2351
|
}
|
2323
2352
|
},
|
2324
2353
|
{
|
2325
|
-
"id":
|
2354
|
+
"id": 1139,
|
2326
2355
|
"name": "Item",
|
2327
2356
|
"kind": 1024,
|
2328
2357
|
"kindString": "Property",
|
@@ -2338,7 +2367,7 @@
|
|
2338
2367
|
"types": [
|
2339
2368
|
{
|
2340
2369
|
"type": "reference",
|
2341
|
-
"id":
|
2370
|
+
"id": 1119,
|
2342
2371
|
"name": "TreeviewItemProps"
|
2343
2372
|
},
|
2344
2373
|
{
|
@@ -4076,7 +4105,7 @@
|
|
4076
4105
|
},
|
4077
4106
|
"type": {
|
4078
4107
|
"type": "reference",
|
4079
|
-
"id":
|
4108
|
+
"id": 940,
|
4080
4109
|
"name": "TableTexts"
|
4081
4110
|
}
|
4082
4111
|
},
|
@@ -4105,7 +4134,7 @@
|
|
4105
4134
|
},
|
4106
4135
|
"type": {
|
4107
4136
|
"type": "reference",
|
4108
|
-
"id":
|
4137
|
+
"id": 1071,
|
4109
4138
|
"name": "TourTexts"
|
4110
4139
|
}
|
4111
4140
|
}
|
@@ -5140,7 +5169,7 @@
|
|
5140
5169
|
],
|
5141
5170
|
"props": [
|
5142
5171
|
{
|
5143
|
-
"id":
|
5172
|
+
"id": 1012,
|
5144
5173
|
"name": "id",
|
5145
5174
|
"kind": 1024,
|
5146
5175
|
"kindString": "Property",
|
@@ -5162,7 +5191,7 @@
|
|
5162
5191
|
],
|
5163
5192
|
"props": [
|
5164
5193
|
{
|
5165
|
-
"id":
|
5194
|
+
"id": 1009,
|
5166
5195
|
"name": "disabled",
|
5167
5196
|
"kind": 1024,
|
5168
5197
|
"kindString": "Property",
|
@@ -5178,7 +5207,7 @@
|
|
5178
5207
|
}
|
5179
5208
|
},
|
5180
5209
|
{
|
5181
|
-
"id":
|
5210
|
+
"id": 1008,
|
5182
5211
|
"name": "id",
|
5183
5212
|
"kind": 1024,
|
5184
5213
|
"kindString": "Property",
|
@@ -5217,7 +5246,7 @@
|
|
5217
5246
|
},
|
5218
5247
|
"type": {
|
5219
5248
|
"type": "reference",
|
5220
|
-
"id":
|
5249
|
+
"id": 915,
|
5221
5250
|
"typeArguments": [
|
5222
5251
|
{
|
5223
5252
|
"type": "reference",
|
@@ -5672,7 +5701,7 @@
|
|
5672
5701
|
],
|
5673
5702
|
"props": [
|
5674
5703
|
{
|
5675
|
-
"id":
|
5704
|
+
"id": 909,
|
5676
5705
|
"name": "actions",
|
5677
5706
|
"kind": 1024,
|
5678
5707
|
"kindString": "Property",
|
@@ -5690,7 +5719,7 @@
|
|
5690
5719
|
"typeArguments": [
|
5691
5720
|
{
|
5692
5721
|
"type": "reference",
|
5693
|
-
"id":
|
5722
|
+
"id": 914,
|
5694
5723
|
"name": "TRow"
|
5695
5724
|
}
|
5696
5725
|
],
|
@@ -5698,6 +5727,19 @@
|
|
5698
5727
|
}
|
5699
5728
|
}
|
5700
5729
|
},
|
5730
|
+
{
|
5731
|
+
"id": 889,
|
5732
|
+
"name": "activeIndex",
|
5733
|
+
"kind": 1024,
|
5734
|
+
"kindString": "Property",
|
5735
|
+
"flags": {
|
5736
|
+
"isOptional": true
|
5737
|
+
},
|
5738
|
+
"type": {
|
5739
|
+
"type": "intrinsic",
|
5740
|
+
"name": "number"
|
5741
|
+
}
|
5742
|
+
},
|
5701
5743
|
{
|
5702
5744
|
"id": 871,
|
5703
5745
|
"name": "autoFocus",
|
@@ -5728,7 +5770,7 @@
|
|
5728
5770
|
"typeArguments": [
|
5729
5771
|
{
|
5730
5772
|
"type": "reference",
|
5731
|
-
"id":
|
5773
|
+
"id": 914,
|
5732
5774
|
"name": "TRow"
|
5733
5775
|
}
|
5734
5776
|
],
|
@@ -5768,7 +5810,7 @@
|
|
5768
5810
|
"typeArguments": [
|
5769
5811
|
{
|
5770
5812
|
"type": "reference",
|
5771
|
-
"id":
|
5813
|
+
"id": 914,
|
5772
5814
|
"name": "TRow"
|
5773
5815
|
}
|
5774
5816
|
],
|
@@ -5777,7 +5819,20 @@
|
|
5777
5819
|
}
|
5778
5820
|
},
|
5779
5821
|
{
|
5780
|
-
"id":
|
5822
|
+
"id": 890,
|
5823
|
+
"name": "defaultActiveIndex",
|
5824
|
+
"kind": 1024,
|
5825
|
+
"kindString": "Property",
|
5826
|
+
"flags": {
|
5827
|
+
"isOptional": true
|
5828
|
+
},
|
5829
|
+
"type": {
|
5830
|
+
"type": "intrinsic",
|
5831
|
+
"name": "number"
|
5832
|
+
}
|
5833
|
+
},
|
5834
|
+
{
|
5835
|
+
"id": 898,
|
5781
5836
|
"name": "disablePagination",
|
5782
5837
|
"kind": 1024,
|
5783
5838
|
"kindString": "Property",
|
@@ -5790,7 +5845,7 @@
|
|
5790
5845
|
}
|
5791
5846
|
},
|
5792
5847
|
{
|
5793
|
-
"id":
|
5848
|
+
"id": 894,
|
5794
5849
|
"name": "disableSorting",
|
5795
5850
|
"kind": 1024,
|
5796
5851
|
"kindString": "Property",
|
@@ -5806,7 +5861,7 @@
|
|
5806
5861
|
}
|
5807
5862
|
},
|
5808
5863
|
{
|
5809
|
-
"id":
|
5864
|
+
"id": 907,
|
5810
5865
|
"name": "inlineEditingUniqueId",
|
5811
5866
|
"kind": 1024,
|
5812
5867
|
"kindString": "Property",
|
@@ -5821,13 +5876,13 @@
|
|
5821
5876
|
"operator": "keyof",
|
5822
5877
|
"target": {
|
5823
5878
|
"type": "reference",
|
5824
|
-
"id":
|
5879
|
+
"id": 914,
|
5825
5880
|
"name": "TRow"
|
5826
5881
|
}
|
5827
5882
|
}
|
5828
5883
|
},
|
5829
5884
|
{
|
5830
|
-
"id":
|
5885
|
+
"id": 899,
|
5831
5886
|
"name": "length",
|
5832
5887
|
"kind": 1024,
|
5833
5888
|
"kindString": "Property",
|
@@ -5840,7 +5895,7 @@
|
|
5840
5895
|
}
|
5841
5896
|
},
|
5842
5897
|
{
|
5843
|
-
"id":
|
5898
|
+
"id": 896,
|
5844
5899
|
"name": "manualSorting",
|
5845
5900
|
"kind": 1024,
|
5846
5901
|
"kindString": "Property",
|
@@ -5856,7 +5911,7 @@
|
|
5856
5911
|
}
|
5857
5912
|
},
|
5858
5913
|
{
|
5859
|
-
"id":
|
5914
|
+
"id": 900,
|
5860
5915
|
"name": "onPaginate",
|
5861
5916
|
"kind": 1024,
|
5862
5917
|
"kindString": "Property",
|
@@ -5873,7 +5928,7 @@
|
|
5873
5928
|
}
|
5874
5929
|
},
|
5875
5930
|
{
|
5876
|
-
"id":
|
5931
|
+
"id": 913,
|
5877
5932
|
"name": "onRowActive",
|
5878
5933
|
"kind": 1024,
|
5879
5934
|
"kindString": "Property",
|
@@ -5888,7 +5943,7 @@
|
|
5888
5943
|
"typeArguments": [
|
5889
5944
|
{
|
5890
5945
|
"type": "reference",
|
5891
|
-
"id":
|
5946
|
+
"id": 914,
|
5892
5947
|
"name": "TRow"
|
5893
5948
|
}
|
5894
5949
|
],
|
@@ -5912,7 +5967,7 @@
|
|
5912
5967
|
"typeArguments": [
|
5913
5968
|
{
|
5914
5969
|
"type": "reference",
|
5915
|
-
"id":
|
5970
|
+
"id": 914,
|
5916
5971
|
"name": "TRow"
|
5917
5972
|
}
|
5918
5973
|
],
|
@@ -5920,7 +5975,7 @@
|
|
5920
5975
|
}
|
5921
5976
|
},
|
5922
5977
|
{
|
5923
|
-
"id":
|
5978
|
+
"id": 911,
|
5924
5979
|
"name": "onRowCopy",
|
5925
5980
|
"kind": 1024,
|
5926
5981
|
"kindString": "Property",
|
@@ -5936,7 +5991,7 @@
|
|
5936
5991
|
"typeArguments": [
|
5937
5992
|
{
|
5938
5993
|
"type": "reference",
|
5939
|
-
"id":
|
5994
|
+
"id": 914,
|
5940
5995
|
"name": "TRow"
|
5941
5996
|
}
|
5942
5997
|
],
|
@@ -5944,7 +5999,7 @@
|
|
5944
5999
|
}
|
5945
6000
|
},
|
5946
6001
|
{
|
5947
|
-
"id":
|
6002
|
+
"id": 908,
|
5948
6003
|
"name": "onRowCreate",
|
5949
6004
|
"kind": 1024,
|
5950
6005
|
"kindString": "Property",
|
@@ -5960,7 +6015,7 @@
|
|
5960
6015
|
"typeArguments": [
|
5961
6016
|
{
|
5962
6017
|
"type": "reference",
|
5963
|
-
"id":
|
6018
|
+
"id": 914,
|
5964
6019
|
"name": "TRow"
|
5965
6020
|
}
|
5966
6021
|
],
|
@@ -5968,7 +6023,7 @@
|
|
5968
6023
|
}
|
5969
6024
|
},
|
5970
6025
|
{
|
5971
|
-
"id":
|
6026
|
+
"id": 912,
|
5972
6027
|
"name": "onRowDelete",
|
5973
6028
|
"kind": 1024,
|
5974
6029
|
"kindString": "Property",
|
@@ -5984,7 +6039,7 @@
|
|
5984
6039
|
"typeArguments": [
|
5985
6040
|
{
|
5986
6041
|
"type": "reference",
|
5987
|
-
"id":
|
6042
|
+
"id": 914,
|
5988
6043
|
"name": "TRow"
|
5989
6044
|
}
|
5990
6045
|
],
|
@@ -6008,7 +6063,7 @@
|
|
6008
6063
|
"typeArguments": [
|
6009
6064
|
{
|
6010
6065
|
"type": "reference",
|
6011
|
-
"id":
|
6066
|
+
"id": 914,
|
6012
6067
|
"name": "TRow"
|
6013
6068
|
}
|
6014
6069
|
],
|
@@ -6016,7 +6071,7 @@
|
|
6016
6071
|
}
|
6017
6072
|
},
|
6018
6073
|
{
|
6019
|
-
"id":
|
6074
|
+
"id": 910,
|
6020
6075
|
"name": "onRowEdit",
|
6021
6076
|
"kind": 1024,
|
6022
6077
|
"kindString": "Property",
|
@@ -6031,7 +6086,7 @@
|
|
6031
6086
|
"typeArguments": [
|
6032
6087
|
{
|
6033
6088
|
"type": "reference",
|
6034
|
-
"id":
|
6089
|
+
"id": 914,
|
6035
6090
|
"name": "TRow"
|
6036
6091
|
}
|
6037
6092
|
],
|
@@ -6056,7 +6111,7 @@
|
|
6056
6111
|
}
|
6057
6112
|
},
|
6058
6113
|
{
|
6059
|
-
"id":
|
6114
|
+
"id": 895,
|
6060
6115
|
"name": "onSort",
|
6061
6116
|
"kind": 1024,
|
6062
6117
|
"kindString": "Property",
|
@@ -6072,7 +6127,7 @@
|
|
6072
6127
|
"typeArguments": [
|
6073
6128
|
{
|
6074
6129
|
"type": "reference",
|
6075
|
-
"id":
|
6130
|
+
"id": 914,
|
6076
6131
|
"name": "TRow"
|
6077
6132
|
}
|
6078
6133
|
],
|
@@ -6080,7 +6135,7 @@
|
|
6080
6135
|
}
|
6081
6136
|
},
|
6082
6137
|
{
|
6083
|
-
"id":
|
6138
|
+
"id": 901,
|
6084
6139
|
"name": "pageIndex",
|
6085
6140
|
"kind": 1024,
|
6086
6141
|
"kindString": "Property",
|
@@ -6096,7 +6151,7 @@
|
|
6096
6151
|
}
|
6097
6152
|
},
|
6098
6153
|
{
|
6099
|
-
"id":
|
6154
|
+
"id": 902,
|
6100
6155
|
"name": "pageSize",
|
6101
6156
|
"kind": 1024,
|
6102
6157
|
"kindString": "Property",
|
@@ -6153,11 +6208,11 @@
|
|
6153
6208
|
"flags": {},
|
6154
6209
|
"type": {
|
6155
6210
|
"type": "reference",
|
6156
|
-
"id":
|
6211
|
+
"id": 915,
|
6157
6212
|
"typeArguments": [
|
6158
6213
|
{
|
6159
6214
|
"type": "reference",
|
6160
|
-
"id":
|
6215
|
+
"id": 914,
|
6161
6216
|
"name": "TRow"
|
6162
6217
|
}
|
6163
6218
|
],
|
@@ -6219,7 +6274,7 @@
|
|
6219
6274
|
}
|
6220
6275
|
},
|
6221
6276
|
{
|
6222
|
-
"id":
|
6277
|
+
"id": 897,
|
6223
6278
|
"name": "sortRules",
|
6224
6279
|
"kind": 1024,
|
6225
6280
|
"kindString": "Property",
|
@@ -6237,7 +6292,7 @@
|
|
6237
6292
|
"typeArguments": [
|
6238
6293
|
{
|
6239
6294
|
"type": "reference",
|
6240
|
-
"id":
|
6295
|
+
"id": 914,
|
6241
6296
|
"name": "TRow"
|
6242
6297
|
}
|
6243
6298
|
],
|
@@ -6273,7 +6328,7 @@
|
|
6273
6328
|
]
|
6274
6329
|
},
|
6275
6330
|
{
|
6276
|
-
"id":
|
6331
|
+
"id": 903,
|
6277
6332
|
"name": "loadMore",
|
6278
6333
|
"kind": 2048,
|
6279
6334
|
"kindString": "Method",
|
@@ -6282,7 +6337,7 @@
|
|
6282
6337
|
},
|
6283
6338
|
"signatures": [
|
6284
6339
|
{
|
6285
|
-
"id":
|
6340
|
+
"id": 904,
|
6286
6341
|
"name": "loadMore",
|
6287
6342
|
"kind": 4096,
|
6288
6343
|
"kindString": "Call signature",
|
@@ -6292,7 +6347,7 @@
|
|
6292
6347
|
},
|
6293
6348
|
"parameters": [
|
6294
6349
|
{
|
6295
|
-
"id":
|
6350
|
+
"id": 905,
|
6296
6351
|
"name": "startIndex",
|
6297
6352
|
"kind": 32768,
|
6298
6353
|
"kindString": "Parameter",
|
@@ -6303,7 +6358,7 @@
|
|
6303
6358
|
}
|
6304
6359
|
},
|
6305
6360
|
{
|
6306
|
-
"id":
|
6361
|
+
"id": 906,
|
6307
6362
|
"name": "endIndex",
|
6308
6363
|
"kind": 32768,
|
6309
6364
|
"kindString": "Parameter",
|
@@ -6321,6 +6376,41 @@
|
|
6321
6376
|
}
|
6322
6377
|
]
|
6323
6378
|
},
|
6379
|
+
{
|
6380
|
+
"id": 891,
|
6381
|
+
"name": "onChangeActiveIndex",
|
6382
|
+
"kind": 2048,
|
6383
|
+
"kindString": "Method",
|
6384
|
+
"flags": {
|
6385
|
+
"isOptional": true
|
6386
|
+
},
|
6387
|
+
"signatures": [
|
6388
|
+
{
|
6389
|
+
"id": 892,
|
6390
|
+
"name": "onChangeActiveIndex",
|
6391
|
+
"kind": 4096,
|
6392
|
+
"kindString": "Call signature",
|
6393
|
+
"flags": {},
|
6394
|
+
"parameters": [
|
6395
|
+
{
|
6396
|
+
"id": 893,
|
6397
|
+
"name": "activeIndex",
|
6398
|
+
"kind": 32768,
|
6399
|
+
"kindString": "Parameter",
|
6400
|
+
"flags": {},
|
6401
|
+
"type": {
|
6402
|
+
"type": "intrinsic",
|
6403
|
+
"name": "number"
|
6404
|
+
}
|
6405
|
+
}
|
6406
|
+
],
|
6407
|
+
"type": {
|
6408
|
+
"type": "intrinsic",
|
6409
|
+
"name": "void"
|
6410
|
+
}
|
6411
|
+
}
|
6412
|
+
]
|
6413
|
+
},
|
6324
6414
|
{
|
6325
6415
|
"id": 884,
|
6326
6416
|
"name": "rowExpansionRenderer",
|
@@ -6348,11 +6438,11 @@
|
|
6348
6438
|
"flags": {},
|
6349
6439
|
"type": {
|
6350
6440
|
"type": "reference",
|
6351
|
-
"id":
|
6441
|
+
"id": 915,
|
6352
6442
|
"typeArguments": [
|
6353
6443
|
{
|
6354
6444
|
"type": "reference",
|
6355
|
-
"id":
|
6445
|
+
"id": 914,
|
6356
6446
|
"name": "TRow"
|
6357
6447
|
}
|
6358
6448
|
],
|
@@ -6377,7 +6467,7 @@
|
|
6377
6467
|
],
|
6378
6468
|
"props": [
|
6379
6469
|
{
|
6380
|
-
"id":
|
6470
|
+
"id": 930,
|
6381
6471
|
"name": "instance",
|
6382
6472
|
"kind": 1024,
|
6383
6473
|
"kindString": "Property",
|
@@ -6385,14 +6475,14 @@
|
|
6385
6475
|
"type": {
|
6386
6476
|
"type": "reflection",
|
6387
6477
|
"declaration": {
|
6388
|
-
"id":
|
6478
|
+
"id": 931,
|
6389
6479
|
"name": "__type",
|
6390
6480
|
"kind": 65536,
|
6391
6481
|
"kindString": "Type literal",
|
6392
6482
|
"flags": {},
|
6393
6483
|
"children": [
|
6394
6484
|
{
|
6395
|
-
"id":
|
6485
|
+
"id": 937,
|
6396
6486
|
"name": "resetRowEditing",
|
6397
6487
|
"kind": 1024,
|
6398
6488
|
"kindString": "Property",
|
@@ -6403,7 +6493,7 @@
|
|
6403
6493
|
}
|
6404
6494
|
},
|
6405
6495
|
{
|
6406
|
-
"id":
|
6496
|
+
"id": 932,
|
6407
6497
|
"name": "toggleAllRowsExpanded",
|
6408
6498
|
"kind": 1024,
|
6409
6499
|
"kindString": "Property",
|
@@ -6414,7 +6504,7 @@
|
|
6414
6504
|
}
|
6415
6505
|
},
|
6416
6506
|
{
|
6417
|
-
"id":
|
6507
|
+
"id": 935,
|
6418
6508
|
"name": "toggleEditing",
|
6419
6509
|
"kind": 1024,
|
6420
6510
|
"kindString": "Property",
|
@@ -6425,7 +6515,7 @@
|
|
6425
6515
|
}
|
6426
6516
|
},
|
6427
6517
|
{
|
6428
|
-
"id":
|
6518
|
+
"id": 933,
|
6429
6519
|
"name": "toggleHideAllColumns",
|
6430
6520
|
"kind": 1024,
|
6431
6521
|
"kindString": "Property",
|
@@ -6436,7 +6526,7 @@
|
|
6436
6526
|
}
|
6437
6527
|
},
|
6438
6528
|
{
|
6439
|
-
"id":
|
6529
|
+
"id": 934,
|
6440
6530
|
"name": "toggleHideColumn",
|
6441
6531
|
"kind": 1024,
|
6442
6532
|
"kindString": "Property",
|
@@ -6447,7 +6537,7 @@
|
|
6447
6537
|
}
|
6448
6538
|
},
|
6449
6539
|
{
|
6450
|
-
"id":
|
6540
|
+
"id": 936,
|
6451
6541
|
"name": "toggleRowEditing",
|
6452
6542
|
"kind": 1024,
|
6453
6543
|
"kindString": "Property",
|
@@ -6458,7 +6548,7 @@
|
|
6458
6548
|
}
|
6459
6549
|
},
|
6460
6550
|
{
|
6461
|
-
"id":
|
6551
|
+
"id": 938,
|
6462
6552
|
"name": "toggleRowExpanded",
|
6463
6553
|
"kind": 1024,
|
6464
6554
|
"kindString": "Property",
|
@@ -6469,7 +6559,7 @@
|
|
6469
6559
|
}
|
6470
6560
|
},
|
6471
6561
|
{
|
6472
|
-
"id":
|
6562
|
+
"id": 939,
|
6473
6563
|
"name": "toggleSortBy",
|
6474
6564
|
"kind": 1024,
|
6475
6565
|
"kindString": "Property",
|
@@ -6485,14 +6575,14 @@
|
|
6485
6575
|
"title": "Properties",
|
6486
6576
|
"kind": 1024,
|
6487
6577
|
"children": [
|
6578
|
+
937,
|
6488
6579
|
932,
|
6489
|
-
|
6490
|
-
930,
|
6491
|
-
928,
|
6492
|
-
929,
|
6493
|
-
931,
|
6580
|
+
935,
|
6494
6581
|
933,
|
6495
|
-
934
|
6582
|
+
934,
|
6583
|
+
936,
|
6584
|
+
938,
|
6585
|
+
939
|
6496
6586
|
]
|
6497
6587
|
}
|
6498
6588
|
]
|
@@ -6504,7 +6594,7 @@
|
|
6504
6594
|
"TableRow": {
|
6505
6595
|
"props": [
|
6506
6596
|
{
|
6507
|
-
"id":
|
6597
|
+
"id": 919,
|
6508
6598
|
"name": "depth",
|
6509
6599
|
"kind": 1024,
|
6510
6600
|
"kindString": "Property",
|
@@ -6517,7 +6607,7 @@
|
|
6517
6607
|
}
|
6518
6608
|
},
|
6519
6609
|
{
|
6520
|
-
"id":
|
6610
|
+
"id": 917,
|
6521
6611
|
"name": "index",
|
6522
6612
|
"kind": 1024,
|
6523
6613
|
"kindString": "Property",
|
@@ -6531,7 +6621,7 @@
|
|
6531
6621
|
}
|
6532
6622
|
},
|
6533
6623
|
{
|
6534
|
-
"id":
|
6624
|
+
"id": 918,
|
6535
6625
|
"name": "indexPath",
|
6536
6626
|
"kind": 1024,
|
6537
6627
|
"kindString": "Property",
|
@@ -6545,7 +6635,7 @@
|
|
6545
6635
|
}
|
6546
6636
|
},
|
6547
6637
|
{
|
6548
|
-
"id":
|
6638
|
+
"id": 924,
|
6549
6639
|
"name": "isEditing",
|
6550
6640
|
"kind": 1024,
|
6551
6641
|
"kindString": "Property",
|
@@ -6558,7 +6648,7 @@
|
|
6558
6648
|
}
|
6559
6649
|
},
|
6560
6650
|
{
|
6561
|
-
"id":
|
6651
|
+
"id": 920,
|
6562
6652
|
"name": "isExpanded",
|
6563
6653
|
"kind": 1024,
|
6564
6654
|
"kindString": "Property",
|
@@ -6574,7 +6664,7 @@
|
|
6574
6664
|
}
|
6575
6665
|
},
|
6576
6666
|
{
|
6577
|
-
"id":
|
6667
|
+
"id": 923,
|
6578
6668
|
"name": "values",
|
6579
6669
|
"kind": 1024,
|
6580
6670
|
"kindString": "Property",
|
@@ -6588,7 +6678,7 @@
|
|
6588
6678
|
"typeArguments": [
|
6589
6679
|
{
|
6590
6680
|
"type": "reference",
|
6591
|
-
"id":
|
6681
|
+
"id": 927,
|
6592
6682
|
"name": "TRow"
|
6593
6683
|
}
|
6594
6684
|
],
|
@@ -6596,7 +6686,7 @@
|
|
6596
6686
|
}
|
6597
6687
|
},
|
6598
6688
|
{
|
6599
|
-
"id":
|
6689
|
+
"id": 925,
|
6600
6690
|
"name": "toggleRowEditing",
|
6601
6691
|
"kind": 2048,
|
6602
6692
|
"kindString": "Method",
|
@@ -6605,7 +6695,7 @@
|
|
6605
6695
|
},
|
6606
6696
|
"signatures": [
|
6607
6697
|
{
|
6608
|
-
"id":
|
6698
|
+
"id": 926,
|
6609
6699
|
"name": "toggleRowEditing",
|
6610
6700
|
"kind": 4096,
|
6611
6701
|
"kindString": "Call signature",
|
@@ -6618,7 +6708,7 @@
|
|
6618
6708
|
]
|
6619
6709
|
},
|
6620
6710
|
{
|
6621
|
-
"id":
|
6711
|
+
"id": 921,
|
6622
6712
|
"name": "toggleRowExpanded",
|
6623
6713
|
"kind": 2048,
|
6624
6714
|
"kindString": "Method",
|
@@ -6627,7 +6717,7 @@
|
|
6627
6717
|
},
|
6628
6718
|
"signatures": [
|
6629
6719
|
{
|
6630
|
-
"id":
|
6720
|
+
"id": 922,
|
6631
6721
|
"name": "toggleRowExpanded",
|
6632
6722
|
"kind": 4096,
|
6633
6723
|
"kindString": "Call signature",
|
@@ -6647,7 +6737,7 @@
|
|
6647
6737
|
"TableTexts": {
|
6648
6738
|
"props": [
|
6649
6739
|
{
|
6650
|
-
"id":
|
6740
|
+
"id": 942,
|
6651
6741
|
"name": "actions",
|
6652
6742
|
"kind": 1024,
|
6653
6743
|
"kindString": "Property",
|
@@ -6658,7 +6748,7 @@
|
|
6658
6748
|
}
|
6659
6749
|
},
|
6660
6750
|
{
|
6661
|
-
"id":
|
6751
|
+
"id": 944,
|
6662
6752
|
"name": "copy",
|
6663
6753
|
"kind": 1024,
|
6664
6754
|
"kindString": "Property",
|
@@ -6669,7 +6759,7 @@
|
|
6669
6759
|
}
|
6670
6760
|
},
|
6671
6761
|
{
|
6672
|
-
"id":
|
6762
|
+
"id": 945,
|
6673
6763
|
"name": "del",
|
6674
6764
|
"kind": 1024,
|
6675
6765
|
"kindString": "Property",
|
@@ -6680,7 +6770,7 @@
|
|
6680
6770
|
}
|
6681
6771
|
},
|
6682
6772
|
{
|
6683
|
-
"id":
|
6773
|
+
"id": 943,
|
6684
6774
|
"name": "edit",
|
6685
6775
|
"kind": 1024,
|
6686
6776
|
"kindString": "Property",
|
@@ -6691,7 +6781,7 @@
|
|
6691
6781
|
}
|
6692
6782
|
},
|
6693
6783
|
{
|
6694
|
-
"id":
|
6784
|
+
"id": 947,
|
6695
6785
|
"name": "loading",
|
6696
6786
|
"kind": 1024,
|
6697
6787
|
"kindString": "Property",
|
@@ -6702,7 +6792,7 @@
|
|
6702
6792
|
}
|
6703
6793
|
},
|
6704
6794
|
{
|
6705
|
-
"id":
|
6795
|
+
"id": 946,
|
6706
6796
|
"name": "newSubRow",
|
6707
6797
|
"kind": 1024,
|
6708
6798
|
"kindString": "Property",
|
@@ -6720,7 +6810,7 @@
|
|
6720
6810
|
],
|
6721
6811
|
"props": [
|
6722
6812
|
{
|
6723
|
-
"id":
|
6813
|
+
"id": 1000,
|
6724
6814
|
"name": "children",
|
6725
6815
|
"kind": 1024,
|
6726
6816
|
"kindString": "Property",
|
@@ -6736,7 +6826,7 @@
|
|
6736
6826
|
}
|
6737
6827
|
},
|
6738
6828
|
{
|
6739
|
-
"id":
|
6829
|
+
"id": 999,
|
6740
6830
|
"name": "defaultId",
|
6741
6831
|
"kind": 1024,
|
6742
6832
|
"kindString": "Property",
|
@@ -6752,7 +6842,7 @@
|
|
6752
6842
|
}
|
6753
6843
|
},
|
6754
6844
|
{
|
6755
|
-
"id":
|
6845
|
+
"id": 998,
|
6756
6846
|
"name": "id",
|
6757
6847
|
"kind": 1024,
|
6758
6848
|
"kindString": "Property",
|
@@ -6768,7 +6858,7 @@
|
|
6768
6858
|
}
|
6769
6859
|
},
|
6770
6860
|
{
|
6771
|
-
"id":
|
6861
|
+
"id": 1001,
|
6772
6862
|
"name": "orientation",
|
6773
6863
|
"kind": 1024,
|
6774
6864
|
"kindString": "Property",
|
@@ -6791,7 +6881,7 @@
|
|
6791
6881
|
}
|
6792
6882
|
},
|
6793
6883
|
{
|
6794
|
-
"id":
|
6884
|
+
"id": 1002,
|
6795
6885
|
"name": "onChange",
|
6796
6886
|
"kind": 2048,
|
6797
6887
|
"kindString": "Method",
|
@@ -6800,7 +6890,7 @@
|
|
6800
6890
|
},
|
6801
6891
|
"signatures": [
|
6802
6892
|
{
|
6803
|
-
"id":
|
6893
|
+
"id": 1003,
|
6804
6894
|
"name": "onChange",
|
6805
6895
|
"kind": 4096,
|
6806
6896
|
"kindString": "Call signature",
|
@@ -6810,7 +6900,7 @@
|
|
6810
6900
|
},
|
6811
6901
|
"parameters": [
|
6812
6902
|
{
|
6813
|
-
"id":
|
6903
|
+
"id": 1004,
|
6814
6904
|
"name": "id",
|
6815
6905
|
"kind": 32768,
|
6816
6906
|
"kindString": "Parameter",
|
@@ -6855,7 +6945,7 @@
|
|
6855
6945
|
],
|
6856
6946
|
"props": [
|
6857
6947
|
{
|
6858
|
-
"id":
|
6948
|
+
"id": 1021,
|
6859
6949
|
"name": "highlighted",
|
6860
6950
|
"kind": 1024,
|
6861
6951
|
"kindString": "Property",
|
@@ -6871,7 +6961,7 @@
|
|
6871
6961
|
}
|
6872
6962
|
},
|
6873
6963
|
{
|
6874
|
-
"id":
|
6964
|
+
"id": 1022,
|
6875
6965
|
"name": "invalid",
|
6876
6966
|
"kind": 1024,
|
6877
6967
|
"kindString": "Property",
|
@@ -6884,7 +6974,7 @@
|
|
6884
6974
|
}
|
6885
6975
|
},
|
6886
6976
|
{
|
6887
|
-
"id":
|
6977
|
+
"id": 1023,
|
6888
6978
|
"name": "value",
|
6889
6979
|
"kind": 1024,
|
6890
6980
|
"kindString": "Property",
|
@@ -6907,7 +6997,7 @@
|
|
6907
6997
|
],
|
6908
6998
|
"props": [
|
6909
6999
|
{
|
6910
|
-
"id":
|
7000
|
+
"id": 1063,
|
6911
7001
|
"name": "children",
|
6912
7002
|
"kind": 1024,
|
6913
7003
|
"kindString": "Property",
|
@@ -6932,7 +7022,7 @@
|
|
6932
7022
|
}
|
6933
7023
|
},
|
6934
7024
|
{
|
6935
|
-
"id":
|
7025
|
+
"id": 1065,
|
6936
7026
|
"name": "placement",
|
6937
7027
|
"kind": 1024,
|
6938
7028
|
"kindString": "Property",
|
@@ -6971,7 +7061,7 @@
|
|
6971
7061
|
}
|
6972
7062
|
},
|
6973
7063
|
{
|
6974
|
-
"id":
|
7064
|
+
"id": 1064,
|
6975
7065
|
"name": "title",
|
6976
7066
|
"kind": 1024,
|
6977
7067
|
"kindString": "Property",
|
@@ -6989,7 +7079,7 @@
|
|
6989
7079
|
"TourProps": {
|
6990
7080
|
"props": [
|
6991
7081
|
{
|
6992
|
-
"id":
|
7082
|
+
"id": 1091,
|
6993
7083
|
"name": "autoStart",
|
6994
7084
|
"kind": 1024,
|
6995
7085
|
"kindString": "Property",
|
@@ -7005,7 +7095,7 @@
|
|
7005
7095
|
}
|
7006
7096
|
},
|
7007
7097
|
{
|
7008
|
-
"id":
|
7098
|
+
"id": 1092,
|
7009
7099
|
"name": "children",
|
7010
7100
|
"kind": 1024,
|
7011
7101
|
"kindString": "Property",
|
@@ -7019,7 +7109,7 @@
|
|
7019
7109
|
}
|
7020
7110
|
},
|
7021
7111
|
{
|
7022
|
-
"id":
|
7112
|
+
"id": 1093,
|
7023
7113
|
"name": "continuous",
|
7024
7114
|
"kind": 1024,
|
7025
7115
|
"kindString": "Property",
|
@@ -7035,7 +7125,7 @@
|
|
7035
7125
|
}
|
7036
7126
|
},
|
7037
7127
|
{
|
7038
|
-
"id":
|
7128
|
+
"id": 1094,
|
7039
7129
|
"name": "disableCloseOnEsc",
|
7040
7130
|
"kind": 1024,
|
7041
7131
|
"kindString": "Property",
|
@@ -7051,7 +7141,7 @@
|
|
7051
7141
|
}
|
7052
7142
|
},
|
7053
7143
|
{
|
7054
|
-
"id":
|
7144
|
+
"id": 1095,
|
7055
7145
|
"name": "disableOverlayClose",
|
7056
7146
|
"kind": 1024,
|
7057
7147
|
"kindString": "Property",
|
@@ -7067,7 +7157,7 @@
|
|
7067
7157
|
}
|
7068
7158
|
},
|
7069
7159
|
{
|
7070
|
-
"id":
|
7160
|
+
"id": 1105,
|
7071
7161
|
"name": "disableScrollParentFix",
|
7072
7162
|
"kind": 1024,
|
7073
7163
|
"kindString": "Property",
|
@@ -7080,7 +7170,7 @@
|
|
7080
7170
|
}
|
7081
7171
|
},
|
7082
7172
|
{
|
7083
|
-
"id":
|
7173
|
+
"id": 1096,
|
7084
7174
|
"name": "disableScrolling",
|
7085
7175
|
"kind": 1024,
|
7086
7176
|
"kindString": "Property",
|
@@ -7096,7 +7186,7 @@
|
|
7096
7186
|
}
|
7097
7187
|
},
|
7098
7188
|
{
|
7099
|
-
"id":
|
7189
|
+
"id": 1100,
|
7100
7190
|
"name": "onComplete",
|
7101
7191
|
"kind": 1024,
|
7102
7192
|
"kindString": "Property",
|
@@ -7111,7 +7201,7 @@
|
|
7111
7201
|
}
|
7112
7202
|
},
|
7113
7203
|
{
|
7114
|
-
"id":
|
7204
|
+
"id": 1104,
|
7115
7205
|
"name": "spotlightClicks",
|
7116
7206
|
"kind": 1024,
|
7117
7207
|
"kindString": "Property",
|
@@ -7124,7 +7214,7 @@
|
|
7124
7214
|
}
|
7125
7215
|
},
|
7126
7216
|
{
|
7127
|
-
"id":
|
7217
|
+
"id": 1097,
|
7128
7218
|
"name": "onClose",
|
7129
7219
|
"kind": 2048,
|
7130
7220
|
"kindString": "Method",
|
@@ -7133,21 +7223,21 @@
|
|
7133
7223
|
},
|
7134
7224
|
"signatures": [
|
7135
7225
|
{
|
7136
|
-
"id":
|
7226
|
+
"id": 1098,
|
7137
7227
|
"name": "onClose",
|
7138
7228
|
"kind": 4096,
|
7139
7229
|
"kindString": "Call signature",
|
7140
7230
|
"flags": {},
|
7141
7231
|
"parameters": [
|
7142
7232
|
{
|
7143
|
-
"id":
|
7233
|
+
"id": 1099,
|
7144
7234
|
"name": "step",
|
7145
7235
|
"kind": 32768,
|
7146
7236
|
"kindString": "Parameter",
|
7147
7237
|
"flags": {},
|
7148
7238
|
"type": {
|
7149
7239
|
"type": "reference",
|
7150
|
-
"id":
|
7240
|
+
"id": 1079,
|
7151
7241
|
"name": "TourStepProps"
|
7152
7242
|
}
|
7153
7243
|
}
|
@@ -7160,7 +7250,7 @@
|
|
7160
7250
|
]
|
7161
7251
|
},
|
7162
7252
|
{
|
7163
|
-
"id":
|
7253
|
+
"id": 1101,
|
7164
7254
|
"name": "onReady",
|
7165
7255
|
"kind": 2048,
|
7166
7256
|
"kindString": "Method",
|
@@ -7169,7 +7259,7 @@
|
|
7169
7259
|
},
|
7170
7260
|
"signatures": [
|
7171
7261
|
{
|
7172
|
-
"id":
|
7262
|
+
"id": 1102,
|
7173
7263
|
"name": "onReady",
|
7174
7264
|
"kind": 4096,
|
7175
7265
|
"kindString": "Call signature",
|
@@ -7179,14 +7269,14 @@
|
|
7179
7269
|
},
|
7180
7270
|
"parameters": [
|
7181
7271
|
{
|
7182
|
-
"id":
|
7272
|
+
"id": 1103,
|
7183
7273
|
"name": "step",
|
7184
7274
|
"kind": 32768,
|
7185
7275
|
"kindString": "Parameter",
|
7186
7276
|
"flags": {},
|
7187
7277
|
"type": {
|
7188
7278
|
"type": "reference",
|
7189
|
-
"id":
|
7279
|
+
"id": 1079,
|
7190
7280
|
"name": "TourStepProps"
|
7191
7281
|
}
|
7192
7282
|
}
|
@@ -7203,7 +7293,7 @@
|
|
7203
7293
|
"TourStepProps": {
|
7204
7294
|
"props": [
|
7205
7295
|
{
|
7206
|
-
"id":
|
7296
|
+
"id": 1081,
|
7207
7297
|
"name": "children",
|
7208
7298
|
"kind": 1024,
|
7209
7299
|
"kindString": "Property",
|
@@ -7219,7 +7309,7 @@
|
|
7219
7309
|
}
|
7220
7310
|
},
|
7221
7311
|
{
|
7222
|
-
"id":
|
7312
|
+
"id": 1082,
|
7223
7313
|
"name": "position",
|
7224
7314
|
"kind": 1024,
|
7225
7315
|
"kindString": "Property",
|
@@ -7237,7 +7327,7 @@
|
|
7237
7327
|
}
|
7238
7328
|
},
|
7239
7329
|
{
|
7240
|
-
"id":
|
7330
|
+
"id": 1083,
|
7241
7331
|
"name": "selector",
|
7242
7332
|
"kind": 1024,
|
7243
7333
|
"kindString": "Property",
|
@@ -7251,7 +7341,7 @@
|
|
7251
7341
|
}
|
7252
7342
|
},
|
7253
7343
|
{
|
7254
|
-
"id":
|
7344
|
+
"id": 1084,
|
7255
7345
|
"name": "showBeacon",
|
7256
7346
|
"kind": 1024,
|
7257
7347
|
"kindString": "Property",
|
@@ -7267,7 +7357,7 @@
|
|
7267
7357
|
}
|
7268
7358
|
},
|
7269
7359
|
{
|
7270
|
-
"id":
|
7360
|
+
"id": 1085,
|
7271
7361
|
"name": "title",
|
7272
7362
|
"kind": 1024,
|
7273
7363
|
"kindString": "Property",
|
@@ -7285,7 +7375,7 @@
|
|
7285
7375
|
"TourTexts": {
|
7286
7376
|
"props": [
|
7287
7377
|
{
|
7288
|
-
"id":
|
7378
|
+
"id": 1073,
|
7289
7379
|
"name": "back",
|
7290
7380
|
"kind": 1024,
|
7291
7381
|
"kindString": "Property",
|
@@ -7299,7 +7389,7 @@
|
|
7299
7389
|
}
|
7300
7390
|
},
|
7301
7391
|
{
|
7302
|
-
"id":
|
7392
|
+
"id": 1074,
|
7303
7393
|
"name": "close",
|
7304
7394
|
"kind": 1024,
|
7305
7395
|
"kindString": "Property",
|
@@ -7313,7 +7403,7 @@
|
|
7313
7403
|
}
|
7314
7404
|
},
|
7315
7405
|
{
|
7316
|
-
"id":
|
7406
|
+
"id": 1076,
|
7317
7407
|
"name": "last",
|
7318
7408
|
"kind": 1024,
|
7319
7409
|
"kindString": "Property",
|
@@ -7327,7 +7417,7 @@
|
|
7327
7417
|
}
|
7328
7418
|
},
|
7329
7419
|
{
|
7330
|
-
"id":
|
7420
|
+
"id": 1077,
|
7331
7421
|
"name": "next",
|
7332
7422
|
"kind": 1024,
|
7333
7423
|
"kindString": "Property",
|
@@ -7341,7 +7431,7 @@
|
|
7341
7431
|
}
|
7342
7432
|
},
|
7343
7433
|
{
|
7344
|
-
"id":
|
7434
|
+
"id": 1078,
|
7345
7435
|
"name": "open",
|
7346
7436
|
"kind": 1024,
|
7347
7437
|
"kindString": "Property",
|
@@ -7355,7 +7445,7 @@
|
|
7355
7445
|
}
|
7356
7446
|
},
|
7357
7447
|
{
|
7358
|
-
"id":
|
7448
|
+
"id": 1075,
|
7359
7449
|
"name": "skip",
|
7360
7450
|
"kind": 1024,
|
7361
7451
|
"kindString": "Property",
|
@@ -7376,7 +7466,7 @@
|
|
7376
7466
|
],
|
7377
7467
|
"props": [
|
7378
7468
|
{
|
7379
|
-
"id":
|
7469
|
+
"id": 1122,
|
7380
7470
|
"name": "className",
|
7381
7471
|
"kind": 1024,
|
7382
7472
|
"kindString": "Property",
|
@@ -7396,21 +7486,21 @@
|
|
7396
7486
|
{
|
7397
7487
|
"type": "reflection",
|
7398
7488
|
"declaration": {
|
7399
|
-
"id":
|
7489
|
+
"id": 1123,
|
7400
7490
|
"name": "__type",
|
7401
7491
|
"kind": 65536,
|
7402
7492
|
"kindString": "Type literal",
|
7403
7493
|
"flags": {},
|
7404
7494
|
"signatures": [
|
7405
7495
|
{
|
7406
|
-
"id":
|
7496
|
+
"id": 1124,
|
7407
7497
|
"name": "__type",
|
7408
7498
|
"kind": 4096,
|
7409
7499
|
"kindString": "Call signature",
|
7410
7500
|
"flags": {},
|
7411
7501
|
"parameters": [
|
7412
7502
|
{
|
7413
|
-
"id":
|
7503
|
+
"id": 1125,
|
7414
7504
|
"name": "expanded",
|
7415
7505
|
"kind": 32768,
|
7416
7506
|
"kindString": "Parameter",
|
@@ -7433,7 +7523,7 @@
|
|
7433
7523
|
}
|
7434
7524
|
},
|
7435
7525
|
{
|
7436
|
-
"id":
|
7526
|
+
"id": 1126,
|
7437
7527
|
"name": "expanded",
|
7438
7528
|
"kind": 1024,
|
7439
7529
|
"kindString": "Property",
|
@@ -7449,7 +7539,7 @@
|
|
7449
7539
|
}
|
7450
7540
|
},
|
7451
7541
|
{
|
7452
|
-
"id":
|
7542
|
+
"id": 1127,
|
7453
7543
|
"name": "fixed",
|
7454
7544
|
"kind": 1024,
|
7455
7545
|
"kindString": "Property",
|
@@ -7465,7 +7555,7 @@
|
|
7465
7555
|
}
|
7466
7556
|
},
|
7467
7557
|
{
|
7468
|
-
"id":
|
7558
|
+
"id": 1132,
|
7469
7559
|
"name": "title",
|
7470
7560
|
"kind": 1024,
|
7471
7561
|
"kindString": "Property",
|
@@ -7485,21 +7575,21 @@
|
|
7485
7575
|
{
|
7486
7576
|
"type": "reflection",
|
7487
7577
|
"declaration": {
|
7488
|
-
"id":
|
7578
|
+
"id": 1133,
|
7489
7579
|
"name": "__type",
|
7490
7580
|
"kind": 65536,
|
7491
7581
|
"kindString": "Type literal",
|
7492
7582
|
"flags": {},
|
7493
7583
|
"signatures": [
|
7494
7584
|
{
|
7495
|
-
"id":
|
7585
|
+
"id": 1134,
|
7496
7586
|
"name": "__type",
|
7497
7587
|
"kind": 4096,
|
7498
7588
|
"kindString": "Call signature",
|
7499
7589
|
"flags": {},
|
7500
7590
|
"parameters": [
|
7501
7591
|
{
|
7502
|
-
"id":
|
7592
|
+
"id": 1135,
|
7503
7593
|
"name": "expanded",
|
7504
7594
|
"kind": 32768,
|
7505
7595
|
"kindString": "Parameter",
|
@@ -7524,7 +7614,7 @@
|
|
7524
7614
|
}
|
7525
7615
|
},
|
7526
7616
|
{
|
7527
|
-
"id":
|
7617
|
+
"id": 1128,
|
7528
7618
|
"name": "onClick",
|
7529
7619
|
"kind": 2048,
|
7530
7620
|
"kindString": "Method",
|
@@ -7533,7 +7623,7 @@
|
|
7533
7623
|
},
|
7534
7624
|
"signatures": [
|
7535
7625
|
{
|
7536
|
-
"id":
|
7626
|
+
"id": 1129,
|
7537
7627
|
"name": "onClick",
|
7538
7628
|
"kind": 4096,
|
7539
7629
|
"kindString": "Call signature",
|
@@ -7543,7 +7633,7 @@
|
|
7543
7633
|
},
|
7544
7634
|
"parameters": [
|
7545
7635
|
{
|
7546
|
-
"id":
|
7636
|
+
"id": 1130,
|
7547
7637
|
"name": "event",
|
7548
7638
|
"kind": 32768,
|
7549
7639
|
"kindString": "Parameter",
|
@@ -7570,7 +7660,7 @@
|
|
7570
7660
|
}
|
7571
7661
|
},
|
7572
7662
|
{
|
7573
|
-
"id":
|
7663
|
+
"id": 1131,
|
7574
7664
|
"name": "expanded",
|
7575
7665
|
"kind": 32768,
|
7576
7666
|
"kindString": "Parameter",
|
@@ -7595,7 +7685,7 @@
|
|
7595
7685
|
"useListKeyboardNavigationOptions": {
|
7596
7686
|
"props": [
|
7597
7687
|
{
|
7598
|
-
"id":
|
7688
|
+
"id": 1165,
|
7599
7689
|
"name": "direction",
|
7600
7690
|
"kind": 1024,
|
7601
7691
|
"kindString": "Property",
|
@@ -7609,7 +7699,7 @@
|
|
7609
7699
|
}
|
7610
7700
|
},
|
7611
7701
|
{
|
7612
|
-
"id":
|
7702
|
+
"id": 1166,
|
7613
7703
|
"name": "initialIndex",
|
7614
7704
|
"kind": 1024,
|
7615
7705
|
"kindString": "Property",
|
@@ -7730,7 +7820,7 @@
|
|
7730
7820
|
"useTableRowCreation": {
|
7731
7821
|
"props": [
|
7732
7822
|
{
|
7733
|
-
"id":
|
7823
|
+
"id": 986,
|
7734
7824
|
"name": "data",
|
7735
7825
|
"kind": 1024,
|
7736
7826
|
"kindString": "Property",
|
@@ -7743,7 +7833,7 @@
|
|
7743
7833
|
"typeArguments": [
|
7744
7834
|
{
|
7745
7835
|
"type": "reference",
|
7746
|
-
"id":
|
7836
|
+
"id": 995,
|
7747
7837
|
"name": "TRow"
|
7748
7838
|
}
|
7749
7839
|
],
|
@@ -7752,7 +7842,7 @@
|
|
7752
7842
|
}
|
7753
7843
|
},
|
7754
7844
|
{
|
7755
|
-
"id":
|
7845
|
+
"id": 994,
|
7756
7846
|
"name": "isCreating",
|
7757
7847
|
"kind": 1024,
|
7758
7848
|
"kindString": "Property",
|
@@ -7763,21 +7853,21 @@
|
|
7763
7853
|
}
|
7764
7854
|
},
|
7765
7855
|
{
|
7766
|
-
"id":
|
7856
|
+
"id": 987,
|
7767
7857
|
"name": "create",
|
7768
7858
|
"kind": 2048,
|
7769
7859
|
"kindString": "Method",
|
7770
7860
|
"flags": {},
|
7771
7861
|
"signatures": [
|
7772
7862
|
{
|
7773
|
-
"id":
|
7863
|
+
"id": 988,
|
7774
7864
|
"name": "create",
|
7775
7865
|
"kind": 4096,
|
7776
7866
|
"kindString": "Call signature",
|
7777
7867
|
"flags": {},
|
7778
7868
|
"parameters": [
|
7779
7869
|
{
|
7780
|
-
"id":
|
7870
|
+
"id": 989,
|
7781
7871
|
"name": "rowIndexPath",
|
7782
7872
|
"kind": 32768,
|
7783
7873
|
"kindString": "Parameter",
|
@@ -7789,7 +7879,7 @@
|
|
7789
7879
|
}
|
7790
7880
|
},
|
7791
7881
|
{
|
7792
|
-
"id":
|
7882
|
+
"id": 990,
|
7793
7883
|
"name": "values",
|
7794
7884
|
"kind": 32768,
|
7795
7885
|
"kindString": "Parameter",
|
@@ -7811,21 +7901,21 @@
|
|
7811
7901
|
]
|
7812
7902
|
},
|
7813
7903
|
{
|
7814
|
-
"id":
|
7904
|
+
"id": 991,
|
7815
7905
|
"name": "remove",
|
7816
7906
|
"kind": 2048,
|
7817
7907
|
"kindString": "Method",
|
7818
7908
|
"flags": {},
|
7819
7909
|
"signatures": [
|
7820
7910
|
{
|
7821
|
-
"id":
|
7911
|
+
"id": 992,
|
7822
7912
|
"name": "remove",
|
7823
7913
|
"kind": 4096,
|
7824
7914
|
"kindString": "Call signature",
|
7825
7915
|
"flags": {},
|
7826
7916
|
"parameters": [
|
7827
7917
|
{
|
7828
|
-
"id":
|
7918
|
+
"id": 993,
|
7829
7919
|
"name": "rowIndexPath",
|
7830
7920
|
"kind": 32768,
|
7831
7921
|
"kindString": "Parameter",
|