@economic/taco 0.0.3-alpha.0 → 0.0.7-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/dist/components/Button/Button.d.ts +5 -0
- package/dist/components/Combobox/Combobox.d.ts +4 -0
- package/dist/components/Combobox/useCombobox.d.ts +1 -1
- package/dist/components/Dialog/Context.d.ts +2 -0
- package/dist/components/Dialog/Dialog.d.ts +6 -2
- package/dist/components/Dialog/components/Content.d.ts +9 -8
- package/dist/components/Select/Select.d.ts +1 -1
- package/dist/components/Tour/Tour.d.ts +1 -1
- package/dist/esm/components/Accordion/Accordion.js +88 -0
- package/dist/esm/components/Accordion/Accordion.js.map +1 -0
- package/dist/esm/{src/components → components}/Backdrop/Backdrop.js +0 -0
- package/dist/esm/components/Backdrop/Backdrop.js.map +1 -0
- package/dist/esm/components/Badge/Badge.js +32 -0
- package/dist/esm/components/Badge/Badge.js.map +1 -0
- package/dist/esm/{src/components → components}/Banner/Banner.js +0 -0
- package/dist/esm/components/Banner/Banner.js.map +1 -0
- package/dist/esm/{src/components → components}/Banner/util.js +0 -0
- package/dist/esm/components/Banner/util.js.map +1 -0
- package/dist/esm/components/Button/Button.js +23 -0
- package/dist/esm/components/Button/Button.js.map +1 -0
- package/dist/esm/components/Button/util.js +81 -0
- package/dist/esm/components/Button/util.js.map +1 -0
- package/dist/esm/components/Calendar/Calendar.js +150 -0
- package/dist/esm/components/Calendar/Calendar.js.map +1 -0
- package/dist/esm/components/Checkbox/Checkbox.js +58 -0
- package/dist/esm/components/Checkbox/Checkbox.js.map +1 -0
- package/dist/esm/components/Combobox/Combobox.js +65 -0
- package/dist/esm/components/Combobox/Combobox.js.map +1 -0
- package/dist/esm/components/Combobox/useCombobox.js +290 -0
- package/dist/esm/components/Combobox/useCombobox.js.map +1 -0
- package/dist/esm/components/Datepicker/Datepicker.js +77 -0
- package/dist/esm/components/Datepicker/Datepicker.js.map +1 -0
- package/dist/esm/components/Datepicker/useDatepicker.js +86 -0
- package/dist/esm/components/Datepicker/useDatepicker.js.map +1 -0
- package/dist/esm/components/Dialog/Context.js +24 -0
- package/dist/esm/components/Dialog/Context.js.map +1 -0
- package/dist/esm/components/Dialog/Dialog.js +100 -0
- package/dist/esm/components/Dialog/Dialog.js.map +1 -0
- package/dist/esm/components/Dialog/components/Content.js +123 -0
- package/dist/esm/components/Dialog/components/Content.js.map +1 -0
- package/dist/esm/components/Dialog/components/Drawer.js +41 -0
- package/dist/esm/components/Dialog/components/Drawer.js.map +1 -0
- package/dist/esm/components/Dialog/components/Extra.js +14 -0
- package/dist/esm/components/Dialog/components/Extra.js.map +1 -0
- package/dist/esm/{src/components → components}/Dialog/components/Trigger.js +0 -0
- package/dist/esm/components/Dialog/components/Trigger.js.map +1 -0
- package/dist/esm/components/Form/Form.js +22 -0
- package/dist/esm/components/Form/Form.js.map +1 -0
- package/dist/esm/components/Group/Group.js +20 -0
- package/dist/esm/components/Group/Group.js.map +1 -0
- package/dist/esm/components/Hanger/Hanger.js +81 -0
- package/dist/esm/components/Hanger/Hanger.js.map +1 -0
- package/dist/esm/components/Icon/Icon.js +30 -0
- package/dist/esm/components/Icon/Icon.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/AccountPreview.js +0 -0
- package/dist/esm/components/Icon/components/AccountPreview.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Accounting.js +0 -0
- package/dist/esm/components/Icon/components/Accounting.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/AccountingYear.js +0 -0
- package/dist/esm/components/Icon/components/AccountingYear.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/AccountingYearCancel.js +0 -0
- package/dist/esm/components/Icon/components/AccountingYearCancel.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ArrowBottom.js +0 -0
- package/dist/esm/components/Icon/components/ArrowBottom.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ArrowDown.js +0 -0
- package/dist/esm/components/Icon/components/ArrowDown.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ArrowEnd.js +0 -0
- package/dist/esm/components/Icon/components/ArrowEnd.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ArrowLeft.js +0 -0
- package/dist/esm/components/Icon/components/ArrowLeft.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ArrowRight.js +0 -0
- package/dist/esm/components/Icon/components/ArrowRight.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ArrowStart.js +0 -0
- package/dist/esm/components/Icon/components/ArrowStart.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ArrowTop.js +0 -0
- package/dist/esm/components/Icon/components/ArrowTop.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ArrowUp.js +0 -0
- package/dist/esm/components/Icon/components/ArrowUp.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Attach.js +0 -0
- package/dist/esm/components/Icon/components/Attach.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/AttachAuto.js +0 -0
- package/dist/esm/components/Icon/components/AttachAuto.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/AttachCancel.js +0 -0
- package/dist/esm/components/Icon/components/AttachCancel.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Autotext.js +0 -0
- package/dist/esm/components/Icon/components/Autotext.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/AutotextInsert.js +0 -0
- package/dist/esm/components/Icon/components/AutotextInsert.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Basic.js +0 -0
- package/dist/esm/components/Icon/components/Basic.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/BasicTabs.js +0 -0
- package/dist/esm/components/Icon/components/BasicTabs.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/BellSolid.js +0 -0
- package/dist/esm/components/Icon/components/BellSolid.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Book.js +0 -0
- package/dist/esm/components/Icon/components/Book.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Booking.js +0 -0
- package/dist/esm/components/Icon/components/Booking.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Budget.js +0 -0
- package/dist/esm/components/Icon/components/Budget.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Calendar.js +0 -0
- package/dist/esm/components/Icon/components/Calendar.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/CashAccount.js +0 -0
- package/dist/esm/components/Icon/components/CashAccount.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/CashReports.js +0 -0
- package/dist/esm/components/Icon/components/CashReports.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Chat.js +0 -0
- package/dist/esm/components/Icon/components/Chat.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ChatSolid.js +0 -0
- package/dist/esm/components/Icon/components/ChatSolid.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ChevronDown.js +0 -0
- package/dist/esm/components/Icon/components/ChevronDown.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ChevronDownDouble.js +0 -0
- package/dist/esm/components/Icon/components/ChevronDownDouble.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ChevronDownSolid.js +0 -0
- package/dist/esm/components/Icon/components/ChevronDownSolid.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ChevronLeft.js +0 -0
- package/dist/esm/components/Icon/components/ChevronLeft.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ChevronLeftDouble.js +0 -0
- package/dist/esm/components/Icon/components/ChevronLeftDouble.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ChevronRight.js +0 -0
- package/dist/esm/components/Icon/components/ChevronRight.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ChevronRightDouble.js +0 -0
- package/dist/esm/components/Icon/components/ChevronRightDouble.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ChevronUp.js +0 -0
- package/dist/esm/components/Icon/components/ChevronUp.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ChevronUpDouble.js +0 -0
- package/dist/esm/components/Icon/components/ChevronUpDouble.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ChevronUpSolid.js +0 -0
- package/dist/esm/components/Icon/components/ChevronUpSolid.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Clamp.js +0 -0
- package/dist/esm/components/Icon/components/Clamp.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ClampOpen.js +0 -0
- package/dist/esm/components/Icon/components/ClampOpen.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Close.js +0 -0
- package/dist/esm/components/Icon/components/Close.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ConnectionEnable.js +0 -0
- package/dist/esm/components/Icon/components/ConnectionEnable.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ConnectionRevoke.js +0 -0
- package/dist/esm/components/Icon/components/ConnectionRevoke.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Contacts.js +0 -0
- package/dist/esm/components/Icon/components/Contacts.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Copy.js +0 -0
- package/dist/esm/components/Icon/components/Copy.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Courses.js +0 -0
- package/dist/esm/components/Icon/components/Courses.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Credit.js +0 -0
- package/dist/esm/components/Icon/components/Credit.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Delete.js +0 -0
- package/dist/esm/components/Icon/components/Delete.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DeletePermanently.js +0 -0
- package/dist/esm/components/Icon/components/DeletePermanently.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Depecriate.js +0 -0
- package/dist/esm/components/Icon/components/Depecriate.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Developer.js +0 -0
- package/dist/esm/components/Icon/components/Developer.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DistributionTemplate.js +0 -0
- package/dist/esm/components/Icon/components/DistributionTemplate.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Document.js +0 -0
- package/dist/esm/components/Icon/components/Document.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DocumentApprove.js +0 -0
- package/dist/esm/components/Icon/components/DocumentApprove.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DocumentCreateEntry.js +0 -0
- package/dist/esm/components/Icon/components/DocumentCreateEntry.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DocumentCut.js +0 -0
- package/dist/esm/components/Icon/components/DocumentCut.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DocumentError.js +0 -0
- package/dist/esm/components/Icon/components/DocumentError.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DocumentIsolatePage.js +0 -0
- package/dist/esm/components/Icon/components/DocumentIsolatePage.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DocumentMerge.js +0 -0
- package/dist/esm/components/Icon/components/DocumentMerge.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DocumentMove.js +0 -0
- package/dist/esm/components/Icon/components/DocumentMove.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DocumentPreview.js +0 -0
- package/dist/esm/components/Icon/components/DocumentPreview.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DocumentReceived.js +0 -0
- package/dist/esm/components/Icon/components/DocumentReceived.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DocumentRejectedRequest.js +0 -0
- package/dist/esm/components/Icon/components/DocumentRejectedRequest.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DocumentSplit.js +0 -0
- package/dist/esm/components/Icon/components/DocumentSplit.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/DocumentTime.js +0 -0
- package/dist/esm/components/Icon/components/DocumentTime.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Download.js +0 -0
- package/dist/esm/components/Icon/components/Download.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Drag.js +0 -0
- package/dist/esm/components/Icon/components/Drag.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ECopedia.js +0 -0
- package/dist/esm/components/Icon/components/ECopedia.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ESignature.js +0 -0
- package/dist/esm/components/Icon/components/ESignature.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Edit.js +0 -0
- package/dist/esm/components/Icon/components/Edit.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/EllipsisHorizontal.js +0 -0
- package/dist/esm/components/Icon/components/EllipsisHorizontal.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/EllipsisVertical.js +0 -0
- package/dist/esm/components/Icon/components/EllipsisVertical.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/EntriesOnAccount.js +0 -0
- package/dist/esm/components/Icon/components/EntriesOnAccount.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/EntriesOpen.js +0 -0
- package/dist/esm/components/Icon/components/EntriesOpen.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/EntriesWarning.js +0 -0
- package/dist/esm/components/Icon/components/EntriesWarning.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/EntryTypeCustomerInvoice.js +0 -0
- package/dist/esm/components/Icon/components/EntryTypeCustomerInvoice.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/EntryTypeCustomerPayment.js +0 -0
- package/dist/esm/components/Icon/components/EntryTypeCustomerPayment.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/EntryTypeJournalEntry.js +0 -0
- package/dist/esm/components/Icon/components/EntryTypeJournalEntry.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/EntryTypeManualCustomerInvoice.js +0 -0
- package/dist/esm/components/Icon/components/EntryTypeManualCustomerInvoice.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/EntryTypeSupplierInvoice.js +0 -0
- package/dist/esm/components/Icon/components/EntryTypeSupplierInvoice.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/EntryTypeSupplierPayment.js +0 -0
- package/dist/esm/components/Icon/components/EntryTypeSupplierPayment.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Envelope.js +0 -0
- package/dist/esm/components/Icon/components/Envelope.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/EnvelopeApproved.js +0 -0
- package/dist/esm/components/Icon/components/EnvelopeApproved.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ExpandView.js +0 -0
- package/dist/esm/components/Icon/components/ExpandView.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Expenses.js +0 -0
- package/dist/esm/components/Icon/components/Expenses.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Export.js +0 -0
- package/dist/esm/components/Icon/components/Export.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ExportToExcel.js +0 -0
- package/dist/esm/components/Icon/components/ExportToExcel.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ExportToExcelCopy.js +0 -0
- package/dist/esm/components/Icon/components/ExportToExcelCopy.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Filter.js +0 -0
- package/dist/esm/components/Icon/components/Filter.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/FilterSolid.js +0 -0
- package/dist/esm/components/Icon/components/FilterSolid.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/GraphSolid.js +0 -0
- package/dist/esm/components/Icon/components/GraphSolid.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Hash.js +0 -0
- package/dist/esm/components/Icon/components/Hash.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Home.js +0 -0
- package/dist/esm/components/Icon/components/Home.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Images.js +0 -0
- package/dist/esm/components/Icon/components/Images.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Import.js +0 -0
- package/dist/esm/components/Icon/components/Import.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Inbox.js +0 -0
- package/dist/esm/components/Icon/components/Inbox.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/InboxSmart.js +0 -0
- package/dist/esm/components/Icon/components/InboxSmart.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Info.js +0 -0
- package/dist/esm/components/Icon/components/Info.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Inventory.js +0 -0
- package/dist/esm/components/Icon/components/Inventory.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/InventoryMatrix.js +0 -0
- package/dist/esm/components/Icon/components/InventoryMatrix.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/JournalPro.js +0 -0
- package/dist/esm/components/Icon/components/JournalPro.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Layout.js +0 -0
- package/dist/esm/components/Icon/components/Layout.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LayoutBoth.js +0 -0
- package/dist/esm/components/Icon/components/LayoutBoth.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LayoutFirst.js +0 -0
- package/dist/esm/components/Icon/components/LayoutFirst.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LayoutLast.js +0 -0
- package/dist/esm/components/Icon/components/LayoutLast.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LayoutNone.js +0 -0
- package/dist/esm/components/Icon/components/LayoutNone.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LedgerCard.js +0 -0
- package/dist/esm/components/Icon/components/LedgerCard.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LedgerCardCustomerReminder.js +0 -0
- package/dist/esm/components/Icon/components/LedgerCardCustomerReminder.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LedgerCardManualCustomerInvoice.js +0 -0
- package/dist/esm/components/Icon/components/LedgerCardManualCustomerInvoice.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LedgerCardObsoleteStock.js +0 -0
- package/dist/esm/components/Icon/components/LedgerCardObsoleteStock.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LedgerCardOpeningEntry.js +0 -0
- package/dist/esm/components/Icon/components/LedgerCardOpeningEntry.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LedgerCardReservedEntry.js +0 -0
- package/dist/esm/components/Icon/components/LedgerCardReservedEntry.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LedgerCardShrinkagePilferage.js +0 -0
- package/dist/esm/components/Icon/components/LedgerCardShrinkagePilferage.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LedgerCardStockAdjustment.js +0 -0
- package/dist/esm/components/Icon/components/LedgerCardStockAdjustment.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LedgerCardTransferredOpeningEntry.js +0 -0
- package/dist/esm/components/Icon/components/LedgerCardTransferredOpeningEntry.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Lightbulb.js +0 -0
- package/dist/esm/components/Icon/components/Lightbulb.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Line.js +0 -0
- package/dist/esm/components/Icon/components/Line.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/List.js +0 -0
- package/dist/esm/components/Icon/components/List.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ListBulleted.js +0 -0
- package/dist/esm/components/Icon/components/ListBulleted.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ListSearch.js +0 -0
- package/dist/esm/components/Icon/components/ListSearch.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/LockOpen.js +0 -0
- package/dist/esm/components/Icon/components/LockOpen.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Log.js +0 -0
- package/dist/esm/components/Icon/components/Log.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Market.js +0 -0
- package/dist/esm/components/Icon/components/Market.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/MatchAmount.js +0 -0
- package/dist/esm/components/Icon/components/MatchAmount.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/MatchEntries.js +0 -0
- package/dist/esm/components/Icon/components/MatchEntries.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Mileage.js +0 -0
- package/dist/esm/components/Icon/components/Mileage.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Minus.js +0 -0
- package/dist/esm/components/Icon/components/Minus.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ModalResize.js +0 -0
- package/dist/esm/components/Icon/components/ModalResize.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ModalShrink.js +0 -0
- package/dist/esm/components/Icon/components/ModalShrink.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/More.js +0 -0
- package/dist/esm/components/Icon/components/More.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/MoreSolid.js +0 -0
- package/dist/esm/components/Icon/components/MoreSolid.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Move.js +0 -0
- package/dist/esm/components/Icon/components/Move.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/NavigationList.js +0 -0
- package/dist/esm/components/Icon/components/NavigationList.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Note.js +0 -0
- package/dist/esm/components/Icon/components/Note.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/NoteFollowUp.js +0 -0
- package/dist/esm/components/Icon/components/NoteFollowUp.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/NoteRead.js +0 -0
- package/dist/esm/components/Icon/components/NoteRead.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/PartnerApi.js +0 -0
- package/dist/esm/components/Icon/components/PartnerApi.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Period.js +0 -0
- package/dist/esm/components/Icon/components/Period.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/PersonChange.js +0 -0
- package/dist/esm/components/Icon/components/PersonChange.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/PersonMinus.js +0 -0
- package/dist/esm/components/Icon/components/PersonMinus.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/PersonPlus.js +0 -0
- package/dist/esm/components/Icon/components/PersonPlus.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/PersonTick.js +0 -0
- package/dist/esm/components/Icon/components/PersonTick.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Play.js +0 -0
- package/dist/esm/components/Icon/components/Play.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/PlusCircle.js +0 -0
- package/dist/esm/components/Icon/components/PlusCircle.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/PlusMinus.js +0 -0
- package/dist/esm/components/Icon/components/PlusMinus.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Print.js +0 -0
- package/dist/esm/components/Icon/components/Print.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ProcessPayment.js +0 -0
- package/dist/esm/components/Icon/components/ProcessPayment.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ProductLedgerCard.js +0 -0
- package/dist/esm/components/Icon/components/ProductLedgerCard.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ProjectCards.js +0 -0
- package/dist/esm/components/Icon/components/ProjectCards.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Projects.js +0 -0
- package/dist/esm/components/Icon/components/Projects.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Quicklinks.js +0 -0
- package/dist/esm/components/Icon/components/Quicklinks.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/RatingBankruptcy.js +0 -0
- package/dist/esm/components/Icon/components/RatingBankruptcy.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/RatingPaymentProblems.js +0 -0
- package/dist/esm/components/Icon/components/RatingPaymentProblems.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Reconciled.js +0 -0
- package/dist/esm/components/Icon/components/Reconciled.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Refresh.js +0 -0
- package/dist/esm/components/Icon/components/Refresh.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Report.js +0 -0
- package/dist/esm/components/Icon/components/Report.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ReportSolid.js +0 -0
- package/dist/esm/components/Icon/components/ReportSolid.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Restore.js +0 -0
- package/dist/esm/components/Icon/components/Restore.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/RotateLeft.js +0 -0
- package/dist/esm/components/Icon/components/RotateLeft.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/RotateRight.js +0 -0
- package/dist/esm/components/Icon/components/RotateRight.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Sales.js +0 -0
- package/dist/esm/components/Icon/components/Sales.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Search.js +0 -0
- package/dist/esm/components/Icon/components/Search.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/SearchBold.js +0 -0
- package/dist/esm/components/Icon/components/SearchBold.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Secure.js +0 -0
- package/dist/esm/components/Icon/components/Secure.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/SecureTick.js +0 -0
- package/dist/esm/components/Icon/components/SecureTick.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Settings.js +0 -0
- package/dist/esm/components/Icon/components/Settings.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/SettingsSolid.js +0 -0
- package/dist/esm/components/Icon/components/SettingsSolid.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Shortcuts.js +0 -0
- package/dist/esm/components/Icon/components/Shortcuts.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ShowAll.js +0 -0
- package/dist/esm/components/Icon/components/ShowAll.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ShowLess.js +0 -0
- package/dist/esm/components/Icon/components/ShowLess.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ShowMore.js +0 -0
- package/dist/esm/components/Icon/components/ShowMore.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ShowTemplate.js +0 -0
- package/dist/esm/components/Icon/components/ShowTemplate.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Sliders.js +0 -0
- package/dist/esm/components/Icon/components/Sliders.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Smartpay.js +0 -0
- package/dist/esm/components/Icon/components/Smartpay.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/SortBy.js +0 -0
- package/dist/esm/components/Icon/components/SortBy.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Spinner.js +0 -0
- package/dist/esm/components/Icon/components/Spinner.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Star.js +0 -0
- package/dist/esm/components/Icon/components/Star.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/StarSolid.js +0 -0
- package/dist/esm/components/Icon/components/StarSolid.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Subscriptions.js +0 -0
- package/dist/esm/components/Icon/components/Subscriptions.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/SystemEntries.js +0 -0
- package/dist/esm/components/Icon/components/SystemEntries.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Tag.js +0 -0
- package/dist/esm/components/Icon/components/Tag.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/TemplateOverride.js +0 -0
- package/dist/esm/components/Icon/components/TemplateOverride.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Templates.js +0 -0
- package/dist/esm/components/Icon/components/Templates.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Thumb.js +0 -0
- package/dist/esm/components/Icon/components/Thumb.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ThumbBoth.js +0 -0
- package/dist/esm/components/Icon/components/ThumbBoth.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ThumbDown.js +0 -0
- package/dist/esm/components/Icon/components/ThumbDown.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ThumbDownSolid.js +0 -0
- package/dist/esm/components/Icon/components/ThumbDownSolid.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/ThumbUpSolid.js +0 -0
- package/dist/esm/components/Icon/components/ThumbUpSolid.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Tick.js +0 -0
- package/dist/esm/components/Icon/components/Tick.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/TickCircle.js +0 -0
- package/dist/esm/components/Icon/components/TickCircle.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Time.js +0 -0
- package/dist/esm/components/Icon/components/Time.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Transfer.js +0 -0
- package/dist/esm/components/Icon/components/Transfer.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/TransferCancel.js +0 -0
- package/dist/esm/components/Icon/components/TransferCancel.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/TransferLocked.js +0 -0
- package/dist/esm/components/Icon/components/TransferLocked.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Undock.js +0 -0
- package/dist/esm/components/Icon/components/Undock.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Unreconciled.js +0 -0
- package/dist/esm/components/Icon/components/Unreconciled.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Warning.js +0 -0
- package/dist/esm/components/Icon/components/Warning.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Webshop.js +0 -0
- package/dist/esm/components/Icon/components/Webshop.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Website.js +0 -0
- package/dist/esm/components/Icon/components/Website.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Workflow.js +0 -0
- package/dist/esm/components/Icon/components/Workflow.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/Zoom.js +0 -0
- package/dist/esm/components/Icon/components/Zoom.js.map +1 -0
- package/dist/esm/{src/components → components}/Icon/components/index.js +0 -0
- package/dist/esm/components/Icon/components/index.js.map +1 -0
- package/dist/esm/components/IconButton/IconButton.js +36 -0
- package/dist/esm/components/IconButton/IconButton.js.map +1 -0
- package/dist/esm/components/Input/Input.js +68 -0
- package/dist/esm/components/Input/Input.js.map +1 -0
- package/dist/esm/{src/components → components}/Input/util.js +0 -0
- package/dist/esm/components/Input/util.js.map +1 -0
- package/dist/esm/components/Label/Label.js +35 -0
- package/dist/esm/components/Label/Label.js.map +1 -0
- package/dist/esm/components/Listbox/Listbox.js +58 -0
- package/dist/esm/components/Listbox/Listbox.js.map +1 -0
- package/dist/esm/components/Listbox/ScrollableList.js +182 -0
- package/dist/esm/components/Listbox/ScrollableList.js.map +1 -0
- package/dist/esm/components/Listbox/useListbox.js +152 -0
- package/dist/esm/components/Listbox/useListbox.js.map +1 -0
- package/dist/esm/components/Listbox/useMultiListbox.js +223 -0
- package/dist/esm/components/Listbox/useMultiListbox.js.map +1 -0
- package/dist/esm/{src/components → components}/Listbox/useTypeahead.js +0 -0
- package/dist/esm/components/Listbox/useTypeahead.js.map +1 -0
- package/dist/esm/components/Listbox/util.js +189 -0
- package/dist/esm/components/Listbox/util.js.map +1 -0
- package/dist/esm/{src/components → components}/Menu/Context.js +0 -0
- package/dist/esm/components/Menu/Context.js.map +1 -0
- package/dist/esm/components/Menu/Menu.js +66 -0
- package/dist/esm/components/Menu/Menu.js.map +1 -0
- package/dist/esm/components/Menu/components/Checkbox.js +32 -0
- package/dist/esm/components/Menu/components/Checkbox.js.map +1 -0
- package/dist/esm/components/Menu/components/Content.js +53 -0
- package/dist/esm/components/Menu/components/Content.js.map +1 -0
- package/dist/esm/components/Menu/components/Header.js +38 -0
- package/dist/esm/components/Menu/components/Header.js.map +1 -0
- package/dist/esm/components/Menu/components/Item.js +124 -0
- package/dist/esm/components/Menu/components/Item.js.map +1 -0
- package/dist/esm/components/Menu/components/Link.js +30 -0
- package/dist/esm/components/Menu/components/Link.js.map +1 -0
- package/dist/esm/components/Menu/components/RadioGroup.js +50 -0
- package/dist/esm/components/Menu/components/RadioGroup.js.map +1 -0
- package/dist/esm/components/Menu/components/Separator.js +35 -0
- package/dist/esm/components/Menu/components/Separator.js.map +1 -0
- package/dist/esm/components/Menu/components/Trigger.js +33 -0
- package/dist/esm/components/Menu/components/Trigger.js.map +1 -0
- package/dist/esm/components/Navigation/Navigation.js +134 -0
- package/dist/esm/components/Navigation/Navigation.js.map +1 -0
- package/dist/esm/{src/components → components}/Pagination/PageNumbers.js +0 -0
- package/dist/esm/components/Pagination/PageNumbers.js.map +1 -0
- package/dist/esm/components/Pagination/Pagination.js +120 -0
- package/dist/esm/components/Pagination/Pagination.js.map +1 -0
- package/dist/esm/{src/components → components}/Pagination/usePagination.js +0 -0
- package/dist/esm/components/Pagination/usePagination.js.map +1 -0
- package/dist/esm/{src/components → components}/Pagination/usePaginationShortcuts.js +0 -0
- package/dist/esm/components/Pagination/usePaginationShortcuts.js.map +1 -0
- package/dist/esm/components/Popover/Popover.js +90 -0
- package/dist/esm/components/Popover/Popover.js.map +1 -0
- package/dist/esm/components/Popover/Primitives.js +45 -0
- package/dist/esm/components/Popover/Primitives.js.map +1 -0
- package/dist/esm/components/Progress/Progress.js +36 -0
- package/dist/esm/components/Progress/Progress.js.map +1 -0
- package/dist/esm/{src/components → components}/Provider/Provider.js +0 -0
- package/dist/esm/components/Provider/Provider.js.map +1 -0
- package/dist/esm/components/RadioGroup/RadioGroup.js +118 -0
- package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -0
- package/dist/esm/components/SearchInput/SearchInput.js +88 -0
- package/dist/esm/components/SearchInput/SearchInput.js.map +1 -0
- package/dist/esm/components/Select/Select.js +99 -0
- package/dist/esm/components/Select/Select.js.map +1 -0
- package/dist/esm/components/Select/useSelect.js +208 -0
- package/dist/esm/components/Select/useSelect.js.map +1 -0
- package/dist/esm/components/Spinner/Spinner.js +55 -0
- package/dist/esm/components/Spinner/Spinner.js.map +1 -0
- package/dist/esm/components/Switch/Switch.js +38 -0
- package/dist/esm/components/Switch/Switch.js.map +1 -0
- package/dist/esm/components/Table/components/BaseTable.js +55 -0
- package/dist/esm/components/Table/components/BaseTable.js.map +1 -0
- package/dist/esm/{src/components → components}/Table/components/PaginatedTable.js +0 -0
- package/dist/esm/components/Table/components/PaginatedTable.js.map +1 -0
- package/dist/esm/components/Table/components/Table.js +64 -0
- package/dist/esm/components/Table/components/Table.js.map +1 -0
- package/dist/esm/components/Table/components/WindowedTable.js +203 -0
- package/dist/esm/components/Table/components/WindowedTable.js.map +1 -0
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js +261 -0
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js.map +1 -0
- package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js +133 -0
- package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js.map +1 -0
- package/dist/esm/components/Table/hooks/plugins/useRowEditing.js +97 -0
- package/dist/esm/components/Table/hooks/plugins/useRowEditing.js.map +1 -0
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js +119 -0
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js.map +1 -0
- package/dist/esm/components/Table/hooks/useRowCreation.js +141 -0
- package/dist/esm/components/Table/hooks/useRowCreation.js.map +1 -0
- package/dist/esm/components/Table/hooks/useTable.js +236 -0
- package/dist/esm/components/Table/hooks/useTable.js.map +1 -0
- package/dist/esm/{src/components → components}/Table/hooks/useTableKeyboardNavigation.js +0 -0
- package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -0
- package/dist/esm/components/Table/util/renderColumn.js +39 -0
- package/dist/esm/components/Table/util/renderColumn.js.map +1 -0
- package/dist/esm/components/Table/util/renderRow.js +110 -0
- package/dist/esm/components/Table/util/renderRow.js.map +1 -0
- package/dist/esm/{src/components → components}/Table/util/rowIndexPath.js +0 -0
- package/dist/esm/components/Table/util/rowIndexPath.js.map +1 -0
- package/dist/esm/{src/components → components}/Table/util/sortTypes.js +0 -0
- package/dist/esm/components/Table/util/sortTypes.js.map +1 -0
- package/dist/esm/components/Table/util.js +111 -0
- package/dist/esm/components/Table/util.js.map +1 -0
- package/dist/esm/components/Tabs/Tabs.js +71 -0
- package/dist/esm/components/Tabs/Tabs.js.map +1 -0
- package/dist/esm/components/Textarea/Textarea.js +18 -0
- package/dist/esm/components/Textarea/Textarea.js.map +1 -0
- package/dist/esm/components/Toast/Toast.js +80 -0
- package/dist/esm/components/Toast/Toast.js.map +1 -0
- package/dist/esm/components/Toast/Toaster.js +193 -0
- package/dist/esm/components/Toast/Toaster.js.map +1 -0
- package/dist/esm/{src/components → components}/Toast/util.js +0 -0
- package/dist/esm/components/Toast/util.js.map +1 -0
- package/dist/esm/components/Tooltip/Tooltip.js +33 -0
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/esm/components/Tour/Tour.js +148 -0
- package/dist/esm/components/Tour/Tour.js.map +1 -0
- package/dist/esm/components/Treeview/Treeview.js +83 -0
- package/dist/esm/components/Treeview/Treeview.js.map +1 -0
- package/dist/esm/{src/components → components}/VisuallyHidden/VisuallyHidden.js +0 -0
- package/dist/esm/components/VisuallyHidden/VisuallyHidden.js.map +1 -0
- package/dist/esm/index.css +8 -50
- package/dist/esm/index.js +48 -0
- package/dist/esm/{src/index.js.map → index.js.map} +0 -0
- package/dist/esm/primitives/Button.js +25 -0
- package/dist/esm/primitives/Button.js.map +1 -0
- package/dist/esm/{src/utils → utils}/date.js +0 -0
- package/dist/esm/utils/date.js.map +1 -0
- package/dist/esm/{src/utils → utils}/hooks/useBoundingClientRectListener.js +0 -0
- package/dist/esm/utils/hooks/useBoundingClientRectListener.js.map +1 -0
- package/dist/esm/{src/utils → utils}/hooks/useDraggable.js +0 -0
- package/dist/esm/utils/hooks/useDraggable.js.map +1 -0
- package/dist/esm/{src/utils → utils}/hooks/useDropTarget.js +0 -0
- package/dist/esm/utils/hooks/useDropTarget.js.map +1 -0
- package/dist/esm/{src/utils → utils}/hooks/useListKeyboardNavigation.js +0 -0
- package/dist/esm/utils/hooks/useListKeyboardNavigation.js.map +1 -0
- package/dist/esm/{src/utils → utils}/hooks/useListScrollTo.js +0 -0
- package/dist/esm/utils/hooks/useListScrollTo.js.map +1 -0
- package/dist/esm/{src/utils → utils}/hooks/useOnClickOutside.js +0 -0
- package/dist/esm/utils/hooks/useOnClickOutside.js.map +1 -0
- package/dist/esm/{src/utils → utils}/hooks/useProxiedRef.js +0 -0
- package/dist/esm/utils/hooks/useProxiedRef.js.map +1 -0
- package/dist/esm/{src/utils → utils}/hooks/useTimer.js +0 -0
- package/dist/esm/utils/hooks/useTimer.js.map +1 -0
- package/dist/esm/{src/utils → utils}/input.js +0 -0
- package/dist/esm/utils/input.js.map +1 -0
- package/dist/esm/{src/utils → utils}/mergeRefs.js +0 -0
- package/dist/esm/utils/mergeRefs.js.map +1 -0
- package/dist/esm/{src/utils → utils}/taillwind.js +0 -0
- package/dist/esm/utils/taillwind.js.map +1 -0
- package/dist/index.css +8 -50
- package/dist/taco.cjs.development.js +2480 -2727
- package/dist/taco.cjs.development.js.map +1 -1
- package/dist/taco.cjs.production.min.js +1 -1
- package/dist/taco.cjs.production.min.js.map +1 -1
- package/package.json +2 -2
- package/types.json +664 -455
- package/dist/esm/_virtual/plugin_commonjs-external +0 -6
- package/dist/esm/_virtual/plugin_commonjs-external.map +0 -1
- package/dist/esm/_virtual/tailwindcss-aria-attributes.js_commonjs-proxy +0 -6
- package/dist/esm/_virtual/tailwindcss-aria-attributes.js_commonjs-proxy.map +0 -1
- package/dist/esm/plugins/tailwindcss-aria-attributes.js +0 -2
- package/dist/esm/plugins/tailwindcss-aria-attributes.js.map +0 -1
- package/dist/esm/src/components/Accordion/Accordion.js +0 -88
- package/dist/esm/src/components/Accordion/Accordion.js.map +0 -1
- package/dist/esm/src/components/Backdrop/Backdrop.js.map +0 -1
- package/dist/esm/src/components/Badge/Badge.js +0 -32
- package/dist/esm/src/components/Badge/Badge.js.map +0 -1
- package/dist/esm/src/components/Banner/Banner.js.map +0 -1
- package/dist/esm/src/components/Banner/util.js.map +0 -1
- package/dist/esm/src/components/Button/Button.js +0 -23
- package/dist/esm/src/components/Button/Button.js.map +0 -1
- package/dist/esm/src/components/Button/util.js +0 -75
- package/dist/esm/src/components/Button/util.js.map +0 -1
- package/dist/esm/src/components/Calendar/Calendar.js +0 -150
- package/dist/esm/src/components/Calendar/Calendar.js.map +0 -1
- package/dist/esm/src/components/Checkbox/Checkbox.js +0 -58
- package/dist/esm/src/components/Checkbox/Checkbox.js.map +0 -1
- package/dist/esm/src/components/Combobox/Combobox.js +0 -65
- package/dist/esm/src/components/Combobox/Combobox.js.map +0 -1
- package/dist/esm/src/components/Combobox/useCombobox.js +0 -278
- package/dist/esm/src/components/Combobox/useCombobox.js.map +0 -1
- package/dist/esm/src/components/Datepicker/Datepicker.js +0 -77
- package/dist/esm/src/components/Datepicker/Datepicker.js.map +0 -1
- package/dist/esm/src/components/Datepicker/useDatepicker.js +0 -86
- package/dist/esm/src/components/Datepicker/useDatepicker.js.map +0 -1
- package/dist/esm/src/components/Dialog/Context.js +0 -22
- package/dist/esm/src/components/Dialog/Context.js.map +0 -1
- package/dist/esm/src/components/Dialog/Dialog.js +0 -94
- package/dist/esm/src/components/Dialog/Dialog.js.map +0 -1
- package/dist/esm/src/components/Dialog/components/Content.js +0 -113
- package/dist/esm/src/components/Dialog/components/Content.js.map +0 -1
- package/dist/esm/src/components/Dialog/components/Drawer.js +0 -39
- package/dist/esm/src/components/Dialog/components/Drawer.js.map +0 -1
- package/dist/esm/src/components/Dialog/components/Extra.js +0 -12
- package/dist/esm/src/components/Dialog/components/Extra.js.map +0 -1
- package/dist/esm/src/components/Dialog/components/Trigger.js.map +0 -1
- package/dist/esm/src/components/Form/Form.js +0 -22
- package/dist/esm/src/components/Form/Form.js.map +0 -1
- package/dist/esm/src/components/Group/Group.js +0 -20
- package/dist/esm/src/components/Group/Group.js.map +0 -1
- package/dist/esm/src/components/Hanger/Hanger.js +0 -71
- package/dist/esm/src/components/Hanger/Hanger.js.map +0 -1
- package/dist/esm/src/components/Icon/Icon.js +0 -30
- package/dist/esm/src/components/Icon/Icon.js.map +0 -1
- package/dist/esm/src/components/Icon/components/AccountPreview.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Accounting.js.map +0 -1
- package/dist/esm/src/components/Icon/components/AccountingYear.js.map +0 -1
- package/dist/esm/src/components/Icon/components/AccountingYearCancel.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ArrowBottom.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ArrowDown.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ArrowEnd.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ArrowLeft.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ArrowRight.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ArrowStart.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ArrowTop.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ArrowUp.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Attach.js.map +0 -1
- package/dist/esm/src/components/Icon/components/AttachAuto.js.map +0 -1
- package/dist/esm/src/components/Icon/components/AttachCancel.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Autotext.js.map +0 -1
- package/dist/esm/src/components/Icon/components/AutotextInsert.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Basic.js.map +0 -1
- package/dist/esm/src/components/Icon/components/BasicTabs.js.map +0 -1
- package/dist/esm/src/components/Icon/components/BellSolid.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Book.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Booking.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Budget.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Calendar.js.map +0 -1
- package/dist/esm/src/components/Icon/components/CashAccount.js.map +0 -1
- package/dist/esm/src/components/Icon/components/CashReports.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Chat.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ChatSolid.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ChevronDown.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ChevronDownDouble.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ChevronDownSolid.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ChevronLeft.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ChevronLeftDouble.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ChevronRight.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ChevronRightDouble.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ChevronUp.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ChevronUpDouble.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ChevronUpSolid.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Clamp.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ClampOpen.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Close.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ConnectionEnable.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ConnectionRevoke.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Contacts.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Copy.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Courses.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Credit.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Delete.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DeletePermanently.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Depecriate.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Developer.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DistributionTemplate.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Document.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DocumentApprove.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DocumentCreateEntry.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DocumentCut.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DocumentError.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DocumentIsolatePage.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DocumentMerge.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DocumentMove.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DocumentPreview.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DocumentReceived.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DocumentRejectedRequest.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DocumentSplit.js.map +0 -1
- package/dist/esm/src/components/Icon/components/DocumentTime.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Download.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Drag.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ECopedia.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ESignature.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Edit.js.map +0 -1
- package/dist/esm/src/components/Icon/components/EllipsisHorizontal.js.map +0 -1
- package/dist/esm/src/components/Icon/components/EllipsisVertical.js.map +0 -1
- package/dist/esm/src/components/Icon/components/EntriesOnAccount.js.map +0 -1
- package/dist/esm/src/components/Icon/components/EntriesOpen.js.map +0 -1
- package/dist/esm/src/components/Icon/components/EntriesWarning.js.map +0 -1
- package/dist/esm/src/components/Icon/components/EntryTypeCustomerInvoice.js.map +0 -1
- package/dist/esm/src/components/Icon/components/EntryTypeCustomerPayment.js.map +0 -1
- package/dist/esm/src/components/Icon/components/EntryTypeJournalEntry.js.map +0 -1
- package/dist/esm/src/components/Icon/components/EntryTypeManualCustomerInvoice.js.map +0 -1
- package/dist/esm/src/components/Icon/components/EntryTypeSupplierInvoice.js.map +0 -1
- package/dist/esm/src/components/Icon/components/EntryTypeSupplierPayment.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Envelope.js.map +0 -1
- package/dist/esm/src/components/Icon/components/EnvelopeApproved.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ExpandView.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Expenses.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Export.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ExportToExcel.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ExportToExcelCopy.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Filter.js.map +0 -1
- package/dist/esm/src/components/Icon/components/FilterSolid.js.map +0 -1
- package/dist/esm/src/components/Icon/components/GraphSolid.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Hash.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Home.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Images.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Import.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Inbox.js.map +0 -1
- package/dist/esm/src/components/Icon/components/InboxSmart.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Info.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Inventory.js.map +0 -1
- package/dist/esm/src/components/Icon/components/InventoryMatrix.js.map +0 -1
- package/dist/esm/src/components/Icon/components/JournalPro.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Layout.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LayoutBoth.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LayoutFirst.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LayoutLast.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LayoutNone.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LedgerCard.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LedgerCardCustomerReminder.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LedgerCardManualCustomerInvoice.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LedgerCardObsoleteStock.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LedgerCardOpeningEntry.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LedgerCardReservedEntry.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LedgerCardShrinkagePilferage.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LedgerCardStockAdjustment.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LedgerCardTransferredOpeningEntry.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Lightbulb.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Line.js.map +0 -1
- package/dist/esm/src/components/Icon/components/List.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ListBulleted.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ListSearch.js.map +0 -1
- package/dist/esm/src/components/Icon/components/LockOpen.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Log.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Market.js.map +0 -1
- package/dist/esm/src/components/Icon/components/MatchAmount.js.map +0 -1
- package/dist/esm/src/components/Icon/components/MatchEntries.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Mileage.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Minus.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ModalResize.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ModalShrink.js.map +0 -1
- package/dist/esm/src/components/Icon/components/More.js.map +0 -1
- package/dist/esm/src/components/Icon/components/MoreSolid.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Move.js.map +0 -1
- package/dist/esm/src/components/Icon/components/NavigationList.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Note.js.map +0 -1
- package/dist/esm/src/components/Icon/components/NoteFollowUp.js.map +0 -1
- package/dist/esm/src/components/Icon/components/NoteRead.js.map +0 -1
- package/dist/esm/src/components/Icon/components/PartnerApi.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Period.js.map +0 -1
- package/dist/esm/src/components/Icon/components/PersonChange.js.map +0 -1
- package/dist/esm/src/components/Icon/components/PersonMinus.js.map +0 -1
- package/dist/esm/src/components/Icon/components/PersonPlus.js.map +0 -1
- package/dist/esm/src/components/Icon/components/PersonTick.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Play.js.map +0 -1
- package/dist/esm/src/components/Icon/components/PlusCircle.js.map +0 -1
- package/dist/esm/src/components/Icon/components/PlusMinus.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Print.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ProcessPayment.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ProductLedgerCard.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ProjectCards.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Projects.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Quicklinks.js.map +0 -1
- package/dist/esm/src/components/Icon/components/RatingBankruptcy.js.map +0 -1
- package/dist/esm/src/components/Icon/components/RatingPaymentProblems.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Reconciled.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Refresh.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Report.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ReportSolid.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Restore.js.map +0 -1
- package/dist/esm/src/components/Icon/components/RotateLeft.js.map +0 -1
- package/dist/esm/src/components/Icon/components/RotateRight.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Sales.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Search.js.map +0 -1
- package/dist/esm/src/components/Icon/components/SearchBold.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Secure.js.map +0 -1
- package/dist/esm/src/components/Icon/components/SecureTick.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Settings.js.map +0 -1
- package/dist/esm/src/components/Icon/components/SettingsSolid.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Shortcuts.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ShowAll.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ShowLess.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ShowMore.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ShowTemplate.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Sliders.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Smartpay.js.map +0 -1
- package/dist/esm/src/components/Icon/components/SortBy.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Spinner.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Star.js.map +0 -1
- package/dist/esm/src/components/Icon/components/StarSolid.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Subscriptions.js.map +0 -1
- package/dist/esm/src/components/Icon/components/SystemEntries.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Tag.js.map +0 -1
- package/dist/esm/src/components/Icon/components/TemplateOverride.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Templates.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Thumb.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ThumbBoth.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ThumbDown.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ThumbDownSolid.js.map +0 -1
- package/dist/esm/src/components/Icon/components/ThumbUpSolid.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Tick.js.map +0 -1
- package/dist/esm/src/components/Icon/components/TickCircle.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Time.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Transfer.js.map +0 -1
- package/dist/esm/src/components/Icon/components/TransferCancel.js.map +0 -1
- package/dist/esm/src/components/Icon/components/TransferLocked.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Undock.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Unreconciled.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Warning.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Webshop.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Website.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Workflow.js.map +0 -1
- package/dist/esm/src/components/Icon/components/Zoom.js.map +0 -1
- package/dist/esm/src/components/Icon/components/index.js.map +0 -1
- package/dist/esm/src/components/IconButton/IconButton.js +0 -36
- package/dist/esm/src/components/IconButton/IconButton.js.map +0 -1
- package/dist/esm/src/components/Input/Input.js +0 -68
- package/dist/esm/src/components/Input/Input.js.map +0 -1
- package/dist/esm/src/components/Input/util.js.map +0 -1
- package/dist/esm/src/components/Label/Label.js +0 -35
- package/dist/esm/src/components/Label/Label.js.map +0 -1
- package/dist/esm/src/components/Listbox/Listbox.js +0 -58
- package/dist/esm/src/components/Listbox/Listbox.js.map +0 -1
- package/dist/esm/src/components/Listbox/ScrollableList.js +0 -182
- package/dist/esm/src/components/Listbox/ScrollableList.js.map +0 -1
- package/dist/esm/src/components/Listbox/useListbox.js +0 -152
- package/dist/esm/src/components/Listbox/useListbox.js.map +0 -1
- package/dist/esm/src/components/Listbox/useMultiListbox.js +0 -223
- package/dist/esm/src/components/Listbox/useMultiListbox.js.map +0 -1
- package/dist/esm/src/components/Listbox/useTypeahead.js.map +0 -1
- package/dist/esm/src/components/Listbox/util.js +0 -189
- package/dist/esm/src/components/Listbox/util.js.map +0 -1
- package/dist/esm/src/components/Menu/Context.js.map +0 -1
- package/dist/esm/src/components/Menu/Menu.js +0 -66
- package/dist/esm/src/components/Menu/Menu.js.map +0 -1
- package/dist/esm/src/components/Menu/components/Checkbox.js +0 -32
- package/dist/esm/src/components/Menu/components/Checkbox.js.map +0 -1
- package/dist/esm/src/components/Menu/components/Content.js +0 -53
- package/dist/esm/src/components/Menu/components/Content.js.map +0 -1
- package/dist/esm/src/components/Menu/components/Header.js +0 -38
- package/dist/esm/src/components/Menu/components/Header.js.map +0 -1
- package/dist/esm/src/components/Menu/components/Item.js +0 -124
- package/dist/esm/src/components/Menu/components/Item.js.map +0 -1
- package/dist/esm/src/components/Menu/components/Link.js +0 -30
- package/dist/esm/src/components/Menu/components/Link.js.map +0 -1
- package/dist/esm/src/components/Menu/components/RadioGroup.js +0 -50
- package/dist/esm/src/components/Menu/components/RadioGroup.js.map +0 -1
- package/dist/esm/src/components/Menu/components/Separator.js +0 -35
- package/dist/esm/src/components/Menu/components/Separator.js.map +0 -1
- package/dist/esm/src/components/Menu/components/Trigger.js +0 -33
- package/dist/esm/src/components/Menu/components/Trigger.js.map +0 -1
- package/dist/esm/src/components/Navigation/Navigation.js +0 -134
- package/dist/esm/src/components/Navigation/Navigation.js.map +0 -1
- package/dist/esm/src/components/Pagination/PageNumbers.js.map +0 -1
- package/dist/esm/src/components/Pagination/Pagination.js +0 -120
- package/dist/esm/src/components/Pagination/Pagination.js.map +0 -1
- package/dist/esm/src/components/Pagination/usePagination.js.map +0 -1
- package/dist/esm/src/components/Pagination/usePaginationShortcuts.js.map +0 -1
- package/dist/esm/src/components/Popover/Popover.js +0 -80
- package/dist/esm/src/components/Popover/Popover.js.map +0 -1
- package/dist/esm/src/components/Popover/Primitives.js +0 -45
- package/dist/esm/src/components/Popover/Primitives.js.map +0 -1
- package/dist/esm/src/components/Progress/Progress.js +0 -36
- package/dist/esm/src/components/Progress/Progress.js.map +0 -1
- package/dist/esm/src/components/Provider/Provider.js.map +0 -1
- package/dist/esm/src/components/RadioGroup/RadioGroup.js +0 -118
- package/dist/esm/src/components/RadioGroup/RadioGroup.js.map +0 -1
- package/dist/esm/src/components/SearchInput/SearchInput.js +0 -88
- package/dist/esm/src/components/SearchInput/SearchInput.js.map +0 -1
- package/dist/esm/src/components/Select/Select.js +0 -99
- package/dist/esm/src/components/Select/Select.js.map +0 -1
- package/dist/esm/src/components/Select/useSelect.js +0 -208
- package/dist/esm/src/components/Select/useSelect.js.map +0 -1
- package/dist/esm/src/components/Spinner/Spinner.js +0 -55
- package/dist/esm/src/components/Spinner/Spinner.js.map +0 -1
- package/dist/esm/src/components/Switch/Switch.js +0 -38
- package/dist/esm/src/components/Switch/Switch.js.map +0 -1
- package/dist/esm/src/components/Table/components/BaseTable.js +0 -55
- package/dist/esm/src/components/Table/components/BaseTable.js.map +0 -1
- package/dist/esm/src/components/Table/components/PaginatedTable.js.map +0 -1
- package/dist/esm/src/components/Table/components/Table.js +0 -64
- package/dist/esm/src/components/Table/components/Table.js.map +0 -1
- package/dist/esm/src/components/Table/components/WindowedTable.js +0 -203
- package/dist/esm/src/components/Table/components/WindowedTable.js.map +0 -1
- package/dist/esm/src/components/Table/hooks/plugins/useRowActions.js +0 -261
- package/dist/esm/src/components/Table/hooks/plugins/useRowActions.js.map +0 -1
- package/dist/esm/src/components/Table/hooks/plugins/useRowDraggable.js +0 -132
- package/dist/esm/src/components/Table/hooks/plugins/useRowDraggable.js.map +0 -1
- package/dist/esm/src/components/Table/hooks/plugins/useRowEditing.js +0 -97
- package/dist/esm/src/components/Table/hooks/plugins/useRowEditing.js.map +0 -1
- package/dist/esm/src/components/Table/hooks/plugins/useRowSelect.js +0 -119
- package/dist/esm/src/components/Table/hooks/plugins/useRowSelect.js.map +0 -1
- package/dist/esm/src/components/Table/hooks/useRowCreation.js +0 -141
- package/dist/esm/src/components/Table/hooks/useRowCreation.js.map +0 -1
- package/dist/esm/src/components/Table/hooks/useTable.js +0 -236
- package/dist/esm/src/components/Table/hooks/useTable.js.map +0 -1
- package/dist/esm/src/components/Table/hooks/useTableKeyboardNavigation.js.map +0 -1
- package/dist/esm/src/components/Table/util/renderColumn.js +0 -36
- package/dist/esm/src/components/Table/util/renderColumn.js.map +0 -1
- package/dist/esm/src/components/Table/util/renderRow.js +0 -109
- package/dist/esm/src/components/Table/util/renderRow.js.map +0 -1
- package/dist/esm/src/components/Table/util/rowIndexPath.js.map +0 -1
- package/dist/esm/src/components/Table/util/sortTypes.js.map +0 -1
- package/dist/esm/src/components/Table/util.js +0 -111
- package/dist/esm/src/components/Table/util.js.map +0 -1
- package/dist/esm/src/components/Tabs/Tabs.js +0 -71
- package/dist/esm/src/components/Tabs/Tabs.js.map +0 -1
- package/dist/esm/src/components/Textarea/Textarea.js +0 -18
- package/dist/esm/src/components/Textarea/Textarea.js.map +0 -1
- package/dist/esm/src/components/Toast/Toast.js +0 -80
- package/dist/esm/src/components/Toast/Toast.js.map +0 -1
- package/dist/esm/src/components/Toast/Toaster.js +0 -193
- package/dist/esm/src/components/Toast/Toaster.js.map +0 -1
- package/dist/esm/src/components/Toast/util.js.map +0 -1
- package/dist/esm/src/components/Tooltip/Tooltip.js +0 -33
- package/dist/esm/src/components/Tooltip/Tooltip.js.map +0 -1
- package/dist/esm/src/components/Tour/Tour.js +0 -148
- package/dist/esm/src/components/Tour/Tour.js.map +0 -1
- package/dist/esm/src/components/Treeview/Treeview.js +0 -83
- package/dist/esm/src/components/Treeview/Treeview.js.map +0 -1
- package/dist/esm/src/components/VisuallyHidden/VisuallyHidden.js.map +0 -1
- package/dist/esm/src/index.js +0 -48
- package/dist/esm/src/primitives/Button.js +0 -25
- package/dist/esm/src/primitives/Button.js.map +0 -1
- package/dist/esm/src/utils/date.js.map +0 -1
- package/dist/esm/src/utils/hooks/useBoundingClientRectListener.js.map +0 -1
- package/dist/esm/src/utils/hooks/useDraggable.js.map +0 -1
- package/dist/esm/src/utils/hooks/useDropTarget.js.map +0 -1
- package/dist/esm/src/utils/hooks/useListKeyboardNavigation.js.map +0 -1
- package/dist/esm/src/utils/hooks/useListScrollTo.js.map +0 -1
- package/dist/esm/src/utils/hooks/useOnClickOutside.js.map +0 -1
- package/dist/esm/src/utils/hooks/useProxiedRef.js.map +0 -1
- package/dist/esm/src/utils/hooks/useTimer.js.map +0 -1
- package/dist/esm/src/utils/input.js.map +0 -1
- package/dist/esm/src/utils/mergeRefs.js.map +0 -1
- package/dist/esm/src/utils/taillwind.js.map +0 -1
- package/dist/esm/tailwind.config.js +0 -304
- package/dist/esm/tailwind.config.js.map +0 -1
package/types.json
CHANGED
@@ -145,7 +145,7 @@
|
|
145
145
|
],
|
146
146
|
"props": [
|
147
147
|
{
|
148
|
-
"id":
|
148
|
+
"id": 684,
|
149
149
|
"name": "multiselect",
|
150
150
|
"kind": 1024,
|
151
151
|
"kindString": "Property",
|
@@ -200,7 +200,7 @@
|
|
200
200
|
"typeArguments": [
|
201
201
|
{
|
202
202
|
"type": "reference",
|
203
|
-
"id":
|
203
|
+
"id": 204,
|
204
204
|
"name": "DialogProps"
|
205
205
|
}
|
206
206
|
],
|
@@ -241,7 +241,7 @@
|
|
241
241
|
"typeArguments": [
|
242
242
|
{
|
243
243
|
"type": "reference",
|
244
|
-
"id":
|
244
|
+
"id": 252,
|
245
245
|
"name": "HangerProps"
|
246
246
|
}
|
247
247
|
],
|
@@ -252,6 +252,31 @@
|
|
252
252
|
},
|
253
253
|
{
|
254
254
|
"id": 79,
|
255
|
+
"name": "menu",
|
256
|
+
"kind": 1024,
|
257
|
+
"kindString": "Property",
|
258
|
+
"flags": {
|
259
|
+
"isOptional": true
|
260
|
+
},
|
261
|
+
"comment": {
|
262
|
+
"shortText": "Menu component associated with the button."
|
263
|
+
},
|
264
|
+
"type": {
|
265
|
+
"type": "reference",
|
266
|
+
"typeArguments": [
|
267
|
+
{
|
268
|
+
"type": "reference",
|
269
|
+
"id": 358,
|
270
|
+
"name": "MenuProps"
|
271
|
+
}
|
272
|
+
],
|
273
|
+
"qualifiedName": "React.ReactElement",
|
274
|
+
"package": "@types/react",
|
275
|
+
"name": "React.ReactElement"
|
276
|
+
}
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"id": 80,
|
255
280
|
"name": "popover",
|
256
281
|
"kind": 1024,
|
257
282
|
"kindString": "Property",
|
@@ -266,7 +291,7 @@
|
|
266
291
|
"typeArguments": [
|
267
292
|
{
|
268
293
|
"type": "reference",
|
269
|
-
"id":
|
294
|
+
"id": 531,
|
270
295
|
"name": "PopoverProps"
|
271
296
|
}
|
272
297
|
],
|
@@ -276,7 +301,7 @@
|
|
276
301
|
}
|
277
302
|
},
|
278
303
|
{
|
279
|
-
"id":
|
304
|
+
"id": 81,
|
280
305
|
"name": "tooltip",
|
281
306
|
"kind": 1024,
|
282
307
|
"kindString": "Property",
|
@@ -299,7 +324,7 @@
|
|
299
324
|
],
|
300
325
|
"props": [
|
301
326
|
{
|
302
|
-
"id":
|
327
|
+
"id": 115,
|
303
328
|
"name": "value",
|
304
329
|
"kind": 1024,
|
305
330
|
"kindString": "Property",
|
@@ -314,14 +339,14 @@
|
|
314
339
|
}
|
315
340
|
},
|
316
341
|
{
|
317
|
-
"id":
|
342
|
+
"id": 111,
|
318
343
|
"name": "onChange",
|
319
344
|
"kind": 2048,
|
320
345
|
"kindString": "Method",
|
321
346
|
"flags": {},
|
322
347
|
"signatures": [
|
323
348
|
{
|
324
|
-
"id":
|
349
|
+
"id": 112,
|
325
350
|
"name": "onChange",
|
326
351
|
"kind": 4096,
|
327
352
|
"kindString": "Call signature",
|
@@ -331,7 +356,7 @@
|
|
331
356
|
},
|
332
357
|
"parameters": [
|
333
358
|
{
|
334
|
-
"id":
|
359
|
+
"id": 113,
|
335
360
|
"name": "date",
|
336
361
|
"kind": 32768,
|
337
362
|
"kindString": "Parameter",
|
@@ -344,7 +369,7 @@
|
|
344
369
|
}
|
345
370
|
},
|
346
371
|
{
|
347
|
-
"id":
|
372
|
+
"id": 114,
|
348
373
|
"name": "event",
|
349
374
|
"kind": 32768,
|
350
375
|
"kindString": "Parameter",
|
@@ -385,7 +410,7 @@
|
|
385
410
|
"CalendarTexts": {
|
386
411
|
"props": [
|
387
412
|
{
|
388
|
-
"id":
|
413
|
+
"id": 106,
|
389
414
|
"name": "actions",
|
390
415
|
"kind": 1024,
|
391
416
|
"kindString": "Property",
|
@@ -395,12 +420,12 @@
|
|
395
420
|
},
|
396
421
|
"type": {
|
397
422
|
"type": "reference",
|
398
|
-
"id":
|
423
|
+
"id": 97,
|
399
424
|
"name": "CalendarTextsActions"
|
400
425
|
}
|
401
426
|
},
|
402
427
|
{
|
403
|
-
"id":
|
428
|
+
"id": 107,
|
404
429
|
"name": "months",
|
405
430
|
"kind": 1024,
|
406
431
|
"kindString": "Property",
|
@@ -417,7 +442,7 @@
|
|
417
442
|
}
|
418
443
|
},
|
419
444
|
{
|
420
|
-
"id":
|
445
|
+
"id": 108,
|
421
446
|
"name": "weekdaysShort",
|
422
447
|
"kind": 1024,
|
423
448
|
"kindString": "Property",
|
@@ -438,7 +463,7 @@
|
|
438
463
|
"CalendarTextsActions": {
|
439
464
|
"props": [
|
440
465
|
{
|
441
|
-
"id":
|
466
|
+
"id": 100,
|
442
467
|
"name": "nextMonth",
|
443
468
|
"kind": 1024,
|
444
469
|
"kindString": "Property",
|
@@ -452,7 +477,7 @@
|
|
452
477
|
}
|
453
478
|
},
|
454
479
|
{
|
455
|
-
"id":
|
480
|
+
"id": 102,
|
456
481
|
"name": "nextYear",
|
457
482
|
"kind": 1024,
|
458
483
|
"kindString": "Property",
|
@@ -466,7 +491,7 @@
|
|
466
491
|
}
|
467
492
|
},
|
468
493
|
{
|
469
|
-
"id":
|
494
|
+
"id": 99,
|
470
495
|
"name": "previousMonth",
|
471
496
|
"kind": 1024,
|
472
497
|
"kindString": "Property",
|
@@ -480,7 +505,7 @@
|
|
480
505
|
}
|
481
506
|
},
|
482
507
|
{
|
483
|
-
"id":
|
508
|
+
"id": 101,
|
484
509
|
"name": "previousYear",
|
485
510
|
"kind": 1024,
|
486
511
|
"kindString": "Property",
|
@@ -494,7 +519,7 @@
|
|
494
519
|
}
|
495
520
|
},
|
496
521
|
{
|
497
|
-
"id":
|
522
|
+
"id": 103,
|
498
523
|
"name": "today",
|
499
524
|
"kind": 1024,
|
500
525
|
"kindString": "Property",
|
@@ -529,7 +554,7 @@
|
|
529
554
|
],
|
530
555
|
"props": [
|
531
556
|
{
|
532
|
-
"id":
|
557
|
+
"id": 129,
|
533
558
|
"name": "data",
|
534
559
|
"kind": 1024,
|
535
560
|
"kindString": "Property",
|
@@ -543,13 +568,13 @@
|
|
543
568
|
"type": "array",
|
544
569
|
"elementType": {
|
545
570
|
"type": "reference",
|
546
|
-
"id":
|
571
|
+
"id": 125,
|
547
572
|
"name": "ComboboxItem"
|
548
573
|
}
|
549
574
|
}
|
550
575
|
},
|
551
576
|
{
|
552
|
-
"id":
|
577
|
+
"id": 130,
|
553
578
|
"name": "defaultValue",
|
554
579
|
"kind": 1024,
|
555
580
|
"kindString": "Property",
|
@@ -561,12 +586,12 @@
|
|
561
586
|
},
|
562
587
|
"type": {
|
563
588
|
"type": "reference",
|
564
|
-
"id":
|
589
|
+
"id": 126,
|
565
590
|
"name": "ComboboxValue"
|
566
591
|
}
|
567
592
|
},
|
568
593
|
{
|
569
|
-
"id":
|
594
|
+
"id": 131,
|
570
595
|
"name": "emptyValue",
|
571
596
|
"kind": 1024,
|
572
597
|
"kindString": "Property",
|
@@ -578,12 +603,12 @@
|
|
578
603
|
},
|
579
604
|
"type": {
|
580
605
|
"type": "reference",
|
581
|
-
"id":
|
606
|
+
"id": 126,
|
582
607
|
"name": "ComboboxValue"
|
583
608
|
}
|
584
609
|
},
|
585
610
|
{
|
586
|
-
"id":
|
611
|
+
"id": 132,
|
587
612
|
"name": "highlighted",
|
588
613
|
"kind": 1024,
|
589
614
|
"kindString": "Property",
|
@@ -599,7 +624,7 @@
|
|
599
624
|
}
|
600
625
|
},
|
601
626
|
{
|
602
|
-
"id":
|
627
|
+
"id": 133,
|
603
628
|
"name": "inline",
|
604
629
|
"kind": 1024,
|
605
630
|
"kindString": "Property",
|
@@ -615,7 +640,7 @@
|
|
615
640
|
}
|
616
641
|
},
|
617
642
|
{
|
618
|
-
"id":
|
643
|
+
"id": 134,
|
619
644
|
"name": "loading",
|
620
645
|
"kind": 1024,
|
621
646
|
"kindString": "Property",
|
@@ -631,7 +656,7 @@
|
|
631
656
|
}
|
632
657
|
},
|
633
658
|
{
|
634
|
-
"id":
|
659
|
+
"id": 135,
|
635
660
|
"name": "onChange",
|
636
661
|
"kind": 1024,
|
637
662
|
"kindString": "Property",
|
@@ -657,7 +682,7 @@
|
|
657
682
|
}
|
658
683
|
},
|
659
684
|
{
|
660
|
-
"id":
|
685
|
+
"id": 139,
|
661
686
|
"name": "state",
|
662
687
|
"kind": 1024,
|
663
688
|
"kindString": "Property",
|
@@ -674,7 +699,7 @@
|
|
674
699
|
}
|
675
700
|
},
|
676
701
|
{
|
677
|
-
"id":
|
702
|
+
"id": 140,
|
678
703
|
"name": "value",
|
679
704
|
"kind": 1024,
|
680
705
|
"kindString": "Property",
|
@@ -686,9 +711,64 @@
|
|
686
711
|
},
|
687
712
|
"type": {
|
688
713
|
"type": "reference",
|
689
|
-
"id":
|
714
|
+
"id": 126,
|
690
715
|
"name": "ComboboxValue"
|
691
716
|
}
|
717
|
+
},
|
718
|
+
{
|
719
|
+
"id": 136,
|
720
|
+
"name": "onSearch",
|
721
|
+
"kind": 2048,
|
722
|
+
"kindString": "Method",
|
723
|
+
"flags": {
|
724
|
+
"isOptional": true
|
725
|
+
},
|
726
|
+
"signatures": [
|
727
|
+
{
|
728
|
+
"id": 137,
|
729
|
+
"name": "onSearch",
|
730
|
+
"kind": 4096,
|
731
|
+
"kindString": "Call signature",
|
732
|
+
"flags": {},
|
733
|
+
"comment": {
|
734
|
+
"shortText": "Handler called when the user enters a query"
|
735
|
+
},
|
736
|
+
"parameters": [
|
737
|
+
{
|
738
|
+
"id": 138,
|
739
|
+
"name": "query",
|
740
|
+
"kind": 32768,
|
741
|
+
"kindString": "Parameter",
|
742
|
+
"flags": {},
|
743
|
+
"type": {
|
744
|
+
"type": "intrinsic",
|
745
|
+
"name": "string"
|
746
|
+
}
|
747
|
+
}
|
748
|
+
],
|
749
|
+
"type": {
|
750
|
+
"type": "union",
|
751
|
+
"types": [
|
752
|
+
{
|
753
|
+
"type": "intrinsic",
|
754
|
+
"name": "void"
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"type": "reference",
|
758
|
+
"typeArguments": [
|
759
|
+
{
|
760
|
+
"type": "intrinsic",
|
761
|
+
"name": "void"
|
762
|
+
}
|
763
|
+
],
|
764
|
+
"qualifiedName": "Promise",
|
765
|
+
"package": "typescript",
|
766
|
+
"name": "Promise"
|
767
|
+
}
|
768
|
+
]
|
769
|
+
}
|
770
|
+
}
|
771
|
+
]
|
692
772
|
}
|
693
773
|
]
|
694
774
|
},
|
@@ -699,7 +779,7 @@
|
|
699
779
|
],
|
700
780
|
"props": [
|
701
781
|
{
|
702
|
-
"id":
|
782
|
+
"id": 163,
|
703
783
|
"name": "calendar",
|
704
784
|
"kind": 1024,
|
705
785
|
"kindString": "Property",
|
@@ -711,12 +791,12 @@
|
|
711
791
|
},
|
712
792
|
"type": {
|
713
793
|
"type": "reference",
|
714
|
-
"id":
|
794
|
+
"id": 109,
|
715
795
|
"name": "CalendarProps"
|
716
796
|
}
|
717
797
|
},
|
718
798
|
{
|
719
|
-
"id":
|
799
|
+
"id": 164,
|
720
800
|
"name": "shortcuts",
|
721
801
|
"kind": 1024,
|
722
802
|
"kindString": "Property",
|
@@ -732,7 +812,7 @@
|
|
732
812
|
}
|
733
813
|
},
|
734
814
|
{
|
735
|
-
"id":
|
815
|
+
"id": 165,
|
736
816
|
"name": "shortcutsText",
|
737
817
|
"kind": 1024,
|
738
818
|
"kindString": "Property",
|
@@ -748,7 +828,7 @@
|
|
748
828
|
}
|
749
829
|
},
|
750
830
|
{
|
751
|
-
"id":
|
831
|
+
"id": 169,
|
752
832
|
"name": "value",
|
753
833
|
"kind": 1024,
|
754
834
|
"kindString": "Property",
|
@@ -766,7 +846,7 @@
|
|
766
846
|
}
|
767
847
|
},
|
768
848
|
{
|
769
|
-
"id":
|
849
|
+
"id": 166,
|
770
850
|
"name": "onReset",
|
771
851
|
"kind": 2048,
|
772
852
|
"kindString": "Method",
|
@@ -775,7 +855,7 @@
|
|
775
855
|
},
|
776
856
|
"signatures": [
|
777
857
|
{
|
778
|
-
"id":
|
858
|
+
"id": 167,
|
779
859
|
"name": "onReset",
|
780
860
|
"kind": 4096,
|
781
861
|
"kindString": "Call signature",
|
@@ -785,7 +865,7 @@
|
|
785
865
|
},
|
786
866
|
"parameters": [
|
787
867
|
{
|
788
|
-
"id":
|
868
|
+
"id": 168,
|
789
869
|
"name": "event",
|
790
870
|
"kind": 32768,
|
791
871
|
"kindString": "Parameter",
|
@@ -824,7 +904,7 @@
|
|
824
904
|
"DatepickerTexts": {
|
825
905
|
"props": [
|
826
906
|
{
|
827
|
-
"id":
|
907
|
+
"id": 157,
|
828
908
|
"name": "calendar",
|
829
909
|
"kind": 1024,
|
830
910
|
"kindString": "Property",
|
@@ -838,7 +918,7 @@
|
|
838
918
|
}
|
839
919
|
},
|
840
920
|
{
|
841
|
-
"id":
|
921
|
+
"id": 158,
|
842
922
|
"name": "clear",
|
843
923
|
"kind": 1024,
|
844
924
|
"kindString": "Property",
|
@@ -852,7 +932,7 @@
|
|
852
932
|
}
|
853
933
|
},
|
854
934
|
{
|
855
|
-
"id":
|
935
|
+
"id": 159,
|
856
936
|
"name": "expand",
|
857
937
|
"kind": 1024,
|
858
938
|
"kindString": "Property",
|
@@ -866,7 +946,7 @@
|
|
866
946
|
}
|
867
947
|
},
|
868
948
|
{
|
869
|
-
"id":
|
949
|
+
"id": 160,
|
870
950
|
"name": "shortcuts",
|
871
951
|
"kind": 1024,
|
872
952
|
"kindString": "Property",
|
@@ -882,19 +962,54 @@
|
|
882
962
|
]
|
883
963
|
},
|
884
964
|
"DialogCloseProps": "React.HTMLAttributes<HTMLButtonElement>",
|
965
|
+
"DialogContentDrawerRenderProps": {
|
966
|
+
"props": [
|
967
|
+
{
|
968
|
+
"id": 193,
|
969
|
+
"name": "open",
|
970
|
+
"kind": 1024,
|
971
|
+
"kindString": "Property",
|
972
|
+
"flags": {},
|
973
|
+
"type": {
|
974
|
+
"type": "intrinsic",
|
975
|
+
"name": "boolean"
|
976
|
+
}
|
977
|
+
},
|
978
|
+
{
|
979
|
+
"id": 194,
|
980
|
+
"name": "toggle",
|
981
|
+
"kind": 2048,
|
982
|
+
"kindString": "Method",
|
983
|
+
"flags": {},
|
984
|
+
"signatures": [
|
985
|
+
{
|
986
|
+
"id": 195,
|
987
|
+
"name": "toggle",
|
988
|
+
"kind": 4096,
|
989
|
+
"kindString": "Call signature",
|
990
|
+
"flags": {},
|
991
|
+
"type": {
|
992
|
+
"type": "intrinsic",
|
993
|
+
"name": "void"
|
994
|
+
}
|
995
|
+
}
|
996
|
+
]
|
997
|
+
}
|
998
|
+
]
|
999
|
+
},
|
885
1000
|
"DialogContentProps": {
|
886
1001
|
"intersections": [
|
887
1002
|
"Omit<React.HTMLAttributes<HTMLDivElement>, [object Object]>"
|
888
1003
|
],
|
889
1004
|
"props": [
|
890
1005
|
{
|
891
|
-
"id":
|
892
|
-
"name": "aria-
|
1006
|
+
"id": 181,
|
1007
|
+
"name": "aria-label",
|
893
1008
|
"kind": 1024,
|
894
1009
|
"kindString": "Property",
|
895
1010
|
"flags": {},
|
896
1011
|
"comment": {
|
897
|
-
"shortText": "An accessible
|
1012
|
+
"shortText": "An accessible label to be announced when the dialog is opened"
|
898
1013
|
},
|
899
1014
|
"type": {
|
900
1015
|
"type": "intrinsic",
|
@@ -902,7 +1017,7 @@
|
|
902
1017
|
}
|
903
1018
|
},
|
904
1019
|
{
|
905
|
-
"id":
|
1020
|
+
"id": 182,
|
906
1021
|
"name": "children",
|
907
1022
|
"kind": 1024,
|
908
1023
|
"kindString": "Property",
|
@@ -931,27 +1046,28 @@
|
|
931
1046
|
{
|
932
1047
|
"type": "reflection",
|
933
1048
|
"declaration": {
|
934
|
-
"id":
|
1049
|
+
"id": 183,
|
935
1050
|
"name": "__type",
|
936
1051
|
"kind": 65536,
|
937
1052
|
"kindString": "Type literal",
|
938
1053
|
"flags": {},
|
939
1054
|
"signatures": [
|
940
1055
|
{
|
941
|
-
"id":
|
1056
|
+
"id": 184,
|
942
1057
|
"name": "__type",
|
943
1058
|
"kind": 4096,
|
944
1059
|
"kindString": "Call signature",
|
945
1060
|
"flags": {},
|
946
1061
|
"parameters": [
|
947
1062
|
{
|
948
|
-
"id":
|
1063
|
+
"id": 185,
|
949
1064
|
"name": "props",
|
950
1065
|
"kind": 32768,
|
951
1066
|
"kindString": "Parameter",
|
952
1067
|
"flags": {},
|
953
1068
|
"type": {
|
954
1069
|
"type": "reference",
|
1070
|
+
"id": 186,
|
955
1071
|
"name": "DialogContentRenderProps"
|
956
1072
|
}
|
957
1073
|
}
|
@@ -971,11 +1087,49 @@
|
|
971
1087
|
}
|
972
1088
|
]
|
973
1089
|
},
|
1090
|
+
"DialogContentRenderProps": {
|
1091
|
+
"props": [
|
1092
|
+
{
|
1093
|
+
"id": 190,
|
1094
|
+
"name": "drawer",
|
1095
|
+
"kind": 1024,
|
1096
|
+
"kindString": "Property",
|
1097
|
+
"flags": {
|
1098
|
+
"isOptional": true
|
1099
|
+
},
|
1100
|
+
"type": {
|
1101
|
+
"type": "reference",
|
1102
|
+
"id": 191,
|
1103
|
+
"name": "DialogContentDrawerRenderProps"
|
1104
|
+
}
|
1105
|
+
},
|
1106
|
+
{
|
1107
|
+
"id": 188,
|
1108
|
+
"name": "close",
|
1109
|
+
"kind": 2048,
|
1110
|
+
"kindString": "Method",
|
1111
|
+
"flags": {},
|
1112
|
+
"signatures": [
|
1113
|
+
{
|
1114
|
+
"id": 189,
|
1115
|
+
"name": "close",
|
1116
|
+
"kind": 4096,
|
1117
|
+
"kindString": "Call signature",
|
1118
|
+
"flags": {},
|
1119
|
+
"type": {
|
1120
|
+
"type": "intrinsic",
|
1121
|
+
"name": "void"
|
1122
|
+
}
|
1123
|
+
}
|
1124
|
+
]
|
1125
|
+
}
|
1126
|
+
]
|
1127
|
+
},
|
974
1128
|
"DialogFooterProps": "React.HTMLAttributes<HTMLDivElement>",
|
975
1129
|
"DialogProps": {
|
976
1130
|
"props": [
|
977
1131
|
{
|
978
|
-
"id":
|
1132
|
+
"id": 206,
|
979
1133
|
"name": "children",
|
980
1134
|
"kind": 1024,
|
981
1135
|
"kindString": "Property",
|
@@ -1002,7 +1156,23 @@
|
|
1002
1156
|
}
|
1003
1157
|
},
|
1004
1158
|
{
|
1005
|
-
"id":
|
1159
|
+
"id": 207,
|
1160
|
+
"name": "closeOnEscape",
|
1161
|
+
"kind": 1024,
|
1162
|
+
"kindString": "Property",
|
1163
|
+
"flags": {
|
1164
|
+
"isOptional": true
|
1165
|
+
},
|
1166
|
+
"comment": {
|
1167
|
+
"shortText": "When `true`, pressing escape will close the dialog"
|
1168
|
+
},
|
1169
|
+
"type": {
|
1170
|
+
"type": "intrinsic",
|
1171
|
+
"name": "boolean"
|
1172
|
+
}
|
1173
|
+
},
|
1174
|
+
{
|
1175
|
+
"id": 208,
|
1006
1176
|
"name": "draggable",
|
1007
1177
|
"kind": 1024,
|
1008
1178
|
"kindString": "Property",
|
@@ -1018,7 +1188,7 @@
|
|
1018
1188
|
}
|
1019
1189
|
},
|
1020
1190
|
{
|
1021
|
-
"id":
|
1191
|
+
"id": 211,
|
1022
1192
|
"name": "open",
|
1023
1193
|
"kind": 1024,
|
1024
1194
|
"kindString": "Property",
|
@@ -1034,7 +1204,23 @@
|
|
1034
1204
|
}
|
1035
1205
|
},
|
1036
1206
|
{
|
1037
|
-
"id":
|
1207
|
+
"id": 212,
|
1208
|
+
"name": "showCloseButton",
|
1209
|
+
"kind": 1024,
|
1210
|
+
"kindString": "Property",
|
1211
|
+
"flags": {
|
1212
|
+
"isOptional": true
|
1213
|
+
},
|
1214
|
+
"comment": {
|
1215
|
+
"shortText": "Shows the close icon button of the dialog"
|
1216
|
+
},
|
1217
|
+
"type": {
|
1218
|
+
"type": "intrinsic",
|
1219
|
+
"name": "boolean"
|
1220
|
+
}
|
1221
|
+
},
|
1222
|
+
{
|
1223
|
+
"id": 213,
|
1038
1224
|
"name": "size",
|
1039
1225
|
"kind": 1024,
|
1040
1226
|
"kindString": "Property",
|
@@ -1046,11 +1232,12 @@
|
|
1046
1232
|
},
|
1047
1233
|
"type": {
|
1048
1234
|
"type": "reference",
|
1235
|
+
"id": 199,
|
1049
1236
|
"name": "DialogSize"
|
1050
1237
|
}
|
1051
1238
|
},
|
1052
1239
|
{
|
1053
|
-
"id":
|
1240
|
+
"id": 209,
|
1054
1241
|
"name": "onClose",
|
1055
1242
|
"kind": 2048,
|
1056
1243
|
"kindString": "Method",
|
@@ -1059,7 +1246,7 @@
|
|
1059
1246
|
},
|
1060
1247
|
"signatures": [
|
1061
1248
|
{
|
1062
|
-
"id":
|
1249
|
+
"id": 210,
|
1063
1250
|
"name": "onClose",
|
1064
1251
|
"kind": 4096,
|
1065
1252
|
"kindString": "Call signature",
|
@@ -1076,10 +1263,32 @@
|
|
1076
1263
|
}
|
1077
1264
|
]
|
1078
1265
|
},
|
1266
|
+
"DialogSize": [
|
1267
|
+
{
|
1268
|
+
"type": "literal",
|
1269
|
+
"value": "dialog"
|
1270
|
+
},
|
1271
|
+
{
|
1272
|
+
"type": "literal",
|
1273
|
+
"value": "xs"
|
1274
|
+
},
|
1275
|
+
{
|
1276
|
+
"type": "literal",
|
1277
|
+
"value": "sm"
|
1278
|
+
},
|
1279
|
+
{
|
1280
|
+
"type": "literal",
|
1281
|
+
"value": "md"
|
1282
|
+
},
|
1283
|
+
{
|
1284
|
+
"type": "literal",
|
1285
|
+
"value": "lg"
|
1286
|
+
}
|
1287
|
+
],
|
1079
1288
|
"DialogTexts": {
|
1080
1289
|
"props": [
|
1081
1290
|
{
|
1082
|
-
"id":
|
1291
|
+
"id": 202,
|
1083
1292
|
"name": "close",
|
1084
1293
|
"kind": 1024,
|
1085
1294
|
"kindString": "Property",
|
@@ -1093,7 +1302,7 @@
|
|
1093
1302
|
}
|
1094
1303
|
},
|
1095
1304
|
{
|
1096
|
-
"id":
|
1305
|
+
"id": 203,
|
1097
1306
|
"name": "drag",
|
1098
1307
|
"kind": 1024,
|
1099
1308
|
"kindString": "Property",
|
@@ -1112,7 +1321,7 @@
|
|
1112
1321
|
],
|
1113
1322
|
"props": [
|
1114
1323
|
{
|
1115
|
-
"id":
|
1324
|
+
"id": 226,
|
1116
1325
|
"name": "children",
|
1117
1326
|
"kind": 1024,
|
1118
1327
|
"kindString": "Property",
|
@@ -1128,7 +1337,7 @@
|
|
1128
1337
|
}
|
1129
1338
|
},
|
1130
1339
|
{
|
1131
|
-
"id":
|
1340
|
+
"id": 227,
|
1132
1341
|
"name": "horizontal",
|
1133
1342
|
"kind": 1024,
|
1134
1343
|
"kindString": "Property",
|
@@ -1151,7 +1360,7 @@
|
|
1151
1360
|
],
|
1152
1361
|
"props": [
|
1153
1362
|
{
|
1154
|
-
"id":
|
1363
|
+
"id": 222,
|
1155
1364
|
"name": "Close",
|
1156
1365
|
"kind": 1024,
|
1157
1366
|
"kindString": "Property",
|
@@ -1161,7 +1370,7 @@
|
|
1161
1370
|
"typeArguments": [
|
1162
1371
|
{
|
1163
1372
|
"type": "reference",
|
1164
|
-
"id":
|
1373
|
+
"id": 198,
|
1165
1374
|
"name": "DialogCloseProps"
|
1166
1375
|
}
|
1167
1376
|
],
|
@@ -1171,7 +1380,7 @@
|
|
1171
1380
|
}
|
1172
1381
|
},
|
1173
1382
|
{
|
1174
|
-
"id":
|
1383
|
+
"id": 217,
|
1175
1384
|
"name": "Content",
|
1176
1385
|
"kind": 1024,
|
1177
1386
|
"kindString": "Property",
|
@@ -1181,7 +1390,7 @@
|
|
1181
1390
|
"typeArguments": [
|
1182
1391
|
{
|
1183
1392
|
"type": "reference",
|
1184
|
-
"id":
|
1393
|
+
"id": 179,
|
1185
1394
|
"name": "DialogContentProps"
|
1186
1395
|
}
|
1187
1396
|
],
|
@@ -1191,7 +1400,7 @@
|
|
1191
1400
|
}
|
1192
1401
|
},
|
1193
1402
|
{
|
1194
|
-
"id":
|
1403
|
+
"id": 221,
|
1195
1404
|
"name": "Drawer",
|
1196
1405
|
"kind": 1024,
|
1197
1406
|
"kindString": "Property",
|
@@ -1210,7 +1419,7 @@
|
|
1210
1419
|
}
|
1211
1420
|
},
|
1212
1421
|
{
|
1213
|
-
"id":
|
1422
|
+
"id": 220,
|
1214
1423
|
"name": "Extra",
|
1215
1424
|
"kind": 1024,
|
1216
1425
|
"kindString": "Property",
|
@@ -1229,7 +1438,7 @@
|
|
1229
1438
|
}
|
1230
1439
|
},
|
1231
1440
|
{
|
1232
|
-
"id":
|
1441
|
+
"id": 219,
|
1233
1442
|
"name": "Footer",
|
1234
1443
|
"kind": 1024,
|
1235
1444
|
"kindString": "Property",
|
@@ -1239,7 +1448,7 @@
|
|
1239
1448
|
"typeArguments": [
|
1240
1449
|
{
|
1241
1450
|
"type": "reference",
|
1242
|
-
"id":
|
1451
|
+
"id": 197,
|
1243
1452
|
"name": "DialogFooterProps"
|
1244
1453
|
}
|
1245
1454
|
],
|
@@ -1249,7 +1458,7 @@
|
|
1249
1458
|
}
|
1250
1459
|
},
|
1251
1460
|
{
|
1252
|
-
"id":
|
1461
|
+
"id": 218,
|
1253
1462
|
"name": "Title",
|
1254
1463
|
"kind": 1024,
|
1255
1464
|
"kindString": "Property",
|
@@ -1259,7 +1468,7 @@
|
|
1259
1468
|
"typeArguments": [
|
1260
1469
|
{
|
1261
1470
|
"type": "reference",
|
1262
|
-
"id":
|
1471
|
+
"id": 196,
|
1263
1472
|
"name": "DialogTitleProps"
|
1264
1473
|
}
|
1265
1474
|
],
|
@@ -1269,7 +1478,7 @@
|
|
1269
1478
|
}
|
1270
1479
|
},
|
1271
1480
|
{
|
1272
|
-
"id":
|
1481
|
+
"id": 216,
|
1273
1482
|
"name": "Trigger",
|
1274
1483
|
"kind": 1024,
|
1275
1484
|
"kindString": "Property",
|
@@ -1295,7 +1504,7 @@
|
|
1295
1504
|
],
|
1296
1505
|
"props": [
|
1297
1506
|
{
|
1298
|
-
"id":
|
1507
|
+
"id": 256,
|
1299
1508
|
"name": "Anchor",
|
1300
1509
|
"kind": 1024,
|
1301
1510
|
"kindString": "Property",
|
@@ -1305,7 +1514,7 @@
|
|
1305
1514
|
"typeArguments": [
|
1306
1515
|
{
|
1307
1516
|
"type": "reference",
|
1308
|
-
"id":
|
1517
|
+
"id": 243,
|
1309
1518
|
"name": "HangerAnchorProps"
|
1310
1519
|
}
|
1311
1520
|
],
|
@@ -1315,7 +1524,7 @@
|
|
1315
1524
|
}
|
1316
1525
|
},
|
1317
1526
|
{
|
1318
|
-
"id":
|
1527
|
+
"id": 257,
|
1319
1528
|
"name": "Content",
|
1320
1529
|
"kind": 1024,
|
1321
1530
|
"kindString": "Property",
|
@@ -1325,7 +1534,7 @@
|
|
1325
1534
|
"typeArguments": [
|
1326
1535
|
{
|
1327
1536
|
"type": "reference",
|
1328
|
-
"id":
|
1537
|
+
"id": 248,
|
1329
1538
|
"name": "HangerContentProps"
|
1330
1539
|
}
|
1331
1540
|
],
|
@@ -1342,7 +1551,7 @@
|
|
1342
1551
|
],
|
1343
1552
|
"props": [
|
1344
1553
|
{
|
1345
|
-
"id":
|
1554
|
+
"id": 463,
|
1346
1555
|
"name": "Group",
|
1347
1556
|
"kind": 1024,
|
1348
1557
|
"kindString": "Property",
|
@@ -1358,7 +1567,7 @@
|
|
1358
1567
|
"types": [
|
1359
1568
|
{
|
1360
1569
|
"type": "reference",
|
1361
|
-
"id":
|
1570
|
+
"id": 459,
|
1362
1571
|
"name": "NavigationMenuGroupProps"
|
1363
1572
|
},
|
1364
1573
|
{
|
@@ -1391,7 +1600,7 @@
|
|
1391
1600
|
],
|
1392
1601
|
"props": [
|
1393
1602
|
{
|
1394
|
-
"id":
|
1603
|
+
"id": 467,
|
1395
1604
|
"name": "Item",
|
1396
1605
|
"kind": 1024,
|
1397
1606
|
"kindString": "Property",
|
@@ -1407,7 +1616,7 @@
|
|
1407
1616
|
"types": [
|
1408
1617
|
{
|
1409
1618
|
"type": "reference",
|
1410
|
-
"id":
|
1619
|
+
"id": 451,
|
1411
1620
|
"name": "NavigationItemProps"
|
1412
1621
|
},
|
1413
1622
|
{
|
@@ -1433,7 +1642,7 @@
|
|
1433
1642
|
}
|
1434
1643
|
},
|
1435
1644
|
{
|
1436
|
-
"id":
|
1645
|
+
"id": 468,
|
1437
1646
|
"name": "Menu",
|
1438
1647
|
"kind": 1024,
|
1439
1648
|
"kindString": "Property",
|
@@ -1443,12 +1652,12 @@
|
|
1443
1652
|
},
|
1444
1653
|
"type": {
|
1445
1654
|
"type": "reference",
|
1446
|
-
"id":
|
1655
|
+
"id": 461,
|
1447
1656
|
"name": "ForwardedNavigationMenuWithStatics"
|
1448
1657
|
}
|
1449
1658
|
},
|
1450
1659
|
{
|
1451
|
-
"id":
|
1660
|
+
"id": 469,
|
1452
1661
|
"name": "Panel",
|
1453
1662
|
"kind": 1024,
|
1454
1663
|
"kindString": "Property",
|
@@ -1464,7 +1673,7 @@
|
|
1464
1673
|
"types": [
|
1465
1674
|
{
|
1466
1675
|
"type": "reference",
|
1467
|
-
"id":
|
1676
|
+
"id": 458,
|
1468
1677
|
"name": "NavigationPanelProps"
|
1469
1678
|
},
|
1470
1679
|
{
|
@@ -1497,7 +1706,7 @@
|
|
1497
1706
|
],
|
1498
1707
|
"props": [
|
1499
1708
|
{
|
1500
|
-
"id":
|
1709
|
+
"id": 537,
|
1501
1710
|
"name": "Close",
|
1502
1711
|
"kind": 1024,
|
1503
1712
|
"kindString": "Property",
|
@@ -1507,7 +1716,7 @@
|
|
1507
1716
|
"typeArguments": [
|
1508
1717
|
{
|
1509
1718
|
"type": "reference",
|
1510
|
-
"id":
|
1719
|
+
"id": 530,
|
1511
1720
|
"name": "PopoverCloseProps"
|
1512
1721
|
}
|
1513
1722
|
],
|
@@ -1517,7 +1726,7 @@
|
|
1517
1726
|
}
|
1518
1727
|
},
|
1519
1728
|
{
|
1520
|
-
"id":
|
1729
|
+
"id": 536,
|
1521
1730
|
"name": "Content",
|
1522
1731
|
"kind": 1024,
|
1523
1732
|
"kindString": "Property",
|
@@ -1527,7 +1736,7 @@
|
|
1527
1736
|
"typeArguments": [
|
1528
1737
|
{
|
1529
1738
|
"type": "reference",
|
1530
|
-
"id":
|
1739
|
+
"id": 523,
|
1531
1740
|
"name": "PopoverContentProps"
|
1532
1741
|
}
|
1533
1742
|
],
|
@@ -1537,7 +1746,7 @@
|
|
1537
1746
|
}
|
1538
1747
|
},
|
1539
1748
|
{
|
1540
|
-
"id":
|
1749
|
+
"id": 535,
|
1541
1750
|
"name": "Trigger",
|
1542
1751
|
"kind": 1024,
|
1543
1752
|
"kindString": "Property",
|
@@ -1547,7 +1756,7 @@
|
|
1547
1756
|
"typeArguments": [
|
1548
1757
|
{
|
1549
1758
|
"type": "reference",
|
1550
|
-
"id":
|
1759
|
+
"id": 518,
|
1551
1760
|
"name": "PopoverTriggerProps"
|
1552
1761
|
}
|
1553
1762
|
],
|
@@ -1564,7 +1773,7 @@
|
|
1564
1773
|
],
|
1565
1774
|
"props": [
|
1566
1775
|
{
|
1567
|
-
"id":
|
1776
|
+
"id": 668,
|
1568
1777
|
"name": "Item",
|
1569
1778
|
"kind": 1024,
|
1570
1779
|
"kindString": "Property",
|
@@ -1577,7 +1786,7 @@
|
|
1577
1786
|
"typeArguments": [
|
1578
1787
|
{
|
1579
1788
|
"type": "reference",
|
1580
|
-
"id":
|
1789
|
+
"id": 659,
|
1581
1790
|
"name": "RadioGroupItemProps"
|
1582
1791
|
}
|
1583
1792
|
],
|
@@ -1594,7 +1803,7 @@
|
|
1594
1803
|
],
|
1595
1804
|
"props": [
|
1596
1805
|
{
|
1597
|
-
"id":
|
1806
|
+
"id": 949,
|
1598
1807
|
"name": "Content",
|
1599
1808
|
"kind": 1024,
|
1600
1809
|
"kindString": "Property",
|
@@ -1610,7 +1819,7 @@
|
|
1610
1819
|
"types": [
|
1611
1820
|
{
|
1612
1821
|
"type": "reference",
|
1613
|
-
"id":
|
1822
|
+
"id": 942,
|
1614
1823
|
"name": "TabContentProps"
|
1615
1824
|
},
|
1616
1825
|
{
|
@@ -1636,7 +1845,7 @@
|
|
1636
1845
|
}
|
1637
1846
|
},
|
1638
1847
|
{
|
1639
|
-
"id":
|
1848
|
+
"id": 947,
|
1640
1849
|
"name": "List",
|
1641
1850
|
"kind": 1024,
|
1642
1851
|
"kindString": "Property",
|
@@ -1652,7 +1861,7 @@
|
|
1652
1861
|
"types": [
|
1653
1862
|
{
|
1654
1863
|
"type": "reference",
|
1655
|
-
"id":
|
1864
|
+
"id": 937,
|
1656
1865
|
"name": "TabListProps"
|
1657
1866
|
},
|
1658
1867
|
{
|
@@ -1678,7 +1887,7 @@
|
|
1678
1887
|
}
|
1679
1888
|
},
|
1680
1889
|
{
|
1681
|
-
"id":
|
1890
|
+
"id": 948,
|
1682
1891
|
"name": "Trigger",
|
1683
1892
|
"kind": 1024,
|
1684
1893
|
"kindString": "Property",
|
@@ -1694,7 +1903,7 @@
|
|
1694
1903
|
"types": [
|
1695
1904
|
{
|
1696
1905
|
"type": "reference",
|
1697
|
-
"id":
|
1906
|
+
"id": 938,
|
1698
1907
|
"name": "TabTriggerProps"
|
1699
1908
|
},
|
1700
1909
|
{
|
@@ -1727,7 +1936,7 @@
|
|
1727
1936
|
],
|
1728
1937
|
"props": [
|
1729
1938
|
{
|
1730
|
-
"id":
|
1939
|
+
"id": 1072,
|
1731
1940
|
"name": "Group",
|
1732
1941
|
"kind": 1024,
|
1733
1942
|
"kindString": "Property",
|
@@ -1743,7 +1952,7 @@
|
|
1743
1952
|
"types": [
|
1744
1953
|
{
|
1745
1954
|
"type": "reference",
|
1746
|
-
"id":
|
1955
|
+
"id": 1052,
|
1747
1956
|
"name": "TreeviewGroupProps"
|
1748
1957
|
},
|
1749
1958
|
{
|
@@ -1769,7 +1978,7 @@
|
|
1769
1978
|
}
|
1770
1979
|
},
|
1771
1980
|
{
|
1772
|
-
"id":
|
1981
|
+
"id": 1071,
|
1773
1982
|
"name": "Item",
|
1774
1983
|
"kind": 1024,
|
1775
1984
|
"kindString": "Property",
|
@@ -1785,7 +1994,7 @@
|
|
1785
1994
|
"types": [
|
1786
1995
|
{
|
1787
1996
|
"type": "reference",
|
1788
|
-
"id":
|
1997
|
+
"id": 1051,
|
1789
1998
|
"name": "TreeviewItemProps"
|
1790
1999
|
},
|
1791
2000
|
{
|
@@ -1818,7 +2027,7 @@
|
|
1818
2027
|
],
|
1819
2028
|
"props": [
|
1820
2029
|
{
|
1821
|
-
"id":
|
2030
|
+
"id": 234,
|
1822
2031
|
"name": "as",
|
1823
2032
|
"kind": 1024,
|
1824
2033
|
"kindString": "Property",
|
@@ -1847,7 +2056,7 @@
|
|
1847
2056
|
}
|
1848
2057
|
},
|
1849
2058
|
{
|
1850
|
-
"id":
|
2059
|
+
"id": 235,
|
1851
2060
|
"name": "children",
|
1852
2061
|
"kind": 1024,
|
1853
2062
|
"kindString": "Property",
|
@@ -1871,7 +2080,7 @@
|
|
1871
2080
|
],
|
1872
2081
|
"props": [
|
1873
2082
|
{
|
1874
|
-
"id":
|
2083
|
+
"id": 250,
|
1875
2084
|
"name": "onClose",
|
1876
2085
|
"kind": 1024,
|
1877
2086
|
"kindString": "Property",
|
@@ -1883,12 +2092,12 @@
|
|
1883
2092
|
},
|
1884
2093
|
"type": {
|
1885
2094
|
"type": "reference",
|
1886
|
-
"id":
|
2095
|
+
"id": 244,
|
1887
2096
|
"name": "CloseHandler"
|
1888
2097
|
}
|
1889
2098
|
},
|
1890
2099
|
{
|
1891
|
-
"id":
|
2100
|
+
"id": 251,
|
1892
2101
|
"name": "placement",
|
1893
2102
|
"kind": 1024,
|
1894
2103
|
"kindString": "Property",
|
@@ -1910,7 +2119,7 @@
|
|
1910
2119
|
"HangerTexts": {
|
1911
2120
|
"props": [
|
1912
2121
|
{
|
1913
|
-
"id":
|
2122
|
+
"id": 242,
|
1914
2123
|
"name": "close",
|
1915
2124
|
"kind": 1024,
|
1916
2125
|
"kindString": "Property",
|
@@ -1931,7 +2140,7 @@
|
|
1931
2140
|
],
|
1932
2141
|
"props": [
|
1933
2142
|
{
|
1934
|
-
"id":
|
2143
|
+
"id": 269,
|
1935
2144
|
"name": "appearance",
|
1936
2145
|
"kind": 1024,
|
1937
2146
|
"kindString": "Property",
|
@@ -1948,7 +2157,7 @@
|
|
1948
2157
|
}
|
1949
2158
|
},
|
1950
2159
|
{
|
1951
|
-
"id":
|
2160
|
+
"id": 270,
|
1952
2161
|
"name": "dialog",
|
1953
2162
|
"kind": 1024,
|
1954
2163
|
"kindString": "Property",
|
@@ -1963,7 +2172,7 @@
|
|
1963
2172
|
"typeArguments": [
|
1964
2173
|
{
|
1965
2174
|
"type": "reference",
|
1966
|
-
"id":
|
2175
|
+
"id": 204,
|
1967
2176
|
"name": "DialogProps"
|
1968
2177
|
}
|
1969
2178
|
],
|
@@ -1973,7 +2182,7 @@
|
|
1973
2182
|
}
|
1974
2183
|
},
|
1975
2184
|
{
|
1976
|
-
"id":
|
2185
|
+
"id": 272,
|
1977
2186
|
"name": "hanger",
|
1978
2187
|
"kind": 1024,
|
1979
2188
|
"kindString": "Property",
|
@@ -1988,7 +2197,7 @@
|
|
1988
2197
|
"typeArguments": [
|
1989
2198
|
{
|
1990
2199
|
"type": "reference",
|
1991
|
-
"id":
|
2200
|
+
"id": 252,
|
1992
2201
|
"name": "HangerProps"
|
1993
2202
|
}
|
1994
2203
|
],
|
@@ -1998,7 +2207,7 @@
|
|
1998
2207
|
}
|
1999
2208
|
},
|
2000
2209
|
{
|
2001
|
-
"id":
|
2210
|
+
"id": 271,
|
2002
2211
|
"name": "icon",
|
2003
2212
|
"kind": 1024,
|
2004
2213
|
"kindString": "Property",
|
@@ -2008,12 +2217,12 @@
|
|
2008
2217
|
},
|
2009
2218
|
"type": {
|
2010
2219
|
"type": "reference",
|
2011
|
-
"id":
|
2220
|
+
"id": 260,
|
2012
2221
|
"name": "IconName"
|
2013
2222
|
}
|
2014
2223
|
},
|
2015
2224
|
{
|
2016
|
-
"id":
|
2225
|
+
"id": 273,
|
2017
2226
|
"name": "popover",
|
2018
2227
|
"kind": 1024,
|
2019
2228
|
"kindString": "Property",
|
@@ -2028,7 +2237,7 @@
|
|
2028
2237
|
"typeArguments": [
|
2029
2238
|
{
|
2030
2239
|
"type": "reference",
|
2031
|
-
"id":
|
2240
|
+
"id": 531,
|
2032
2241
|
"name": "PopoverProps"
|
2033
2242
|
}
|
2034
2243
|
],
|
@@ -2038,7 +2247,7 @@
|
|
2038
2247
|
}
|
2039
2248
|
},
|
2040
2249
|
{
|
2041
|
-
"id":
|
2250
|
+
"id": 274,
|
2042
2251
|
"name": "rounded",
|
2043
2252
|
"kind": 1024,
|
2044
2253
|
"kindString": "Property",
|
@@ -2054,7 +2263,7 @@
|
|
2054
2263
|
}
|
2055
2264
|
},
|
2056
2265
|
{
|
2057
|
-
"id":
|
2266
|
+
"id": 275,
|
2058
2267
|
"name": "tooltip",
|
2059
2268
|
"kind": 1024,
|
2060
2269
|
"kindString": "Property",
|
@@ -2883,7 +3092,7 @@
|
|
2883
3092
|
],
|
2884
3093
|
"props": [
|
2885
3094
|
{
|
2886
|
-
"id":
|
3095
|
+
"id": 263,
|
2887
3096
|
"name": "name",
|
2888
3097
|
"kind": 1024,
|
2889
3098
|
"kindString": "Property",
|
@@ -2893,7 +3102,7 @@
|
|
2893
3102
|
},
|
2894
3103
|
"type": {
|
2895
3104
|
"type": "reference",
|
2896
|
-
"id":
|
3105
|
+
"id": 260,
|
2897
3106
|
"name": "IconName"
|
2898
3107
|
}
|
2899
3108
|
}
|
@@ -2905,7 +3114,7 @@
|
|
2905
3114
|
],
|
2906
3115
|
"props": [
|
2907
3116
|
{
|
2908
|
-
"id":
|
3117
|
+
"id": 289,
|
2909
3118
|
"name": "button",
|
2910
3119
|
"kind": 1024,
|
2911
3120
|
"kindString": "Property",
|
@@ -2923,7 +3132,7 @@
|
|
2923
3132
|
}
|
2924
3133
|
},
|
2925
3134
|
{
|
2926
|
-
"id":
|
3135
|
+
"id": 291,
|
2927
3136
|
"name": "highlighted",
|
2928
3137
|
"kind": 1024,
|
2929
3138
|
"kindString": "Property",
|
@@ -2939,7 +3148,7 @@
|
|
2939
3148
|
}
|
2940
3149
|
},
|
2941
3150
|
{
|
2942
|
-
"id":
|
3151
|
+
"id": 290,
|
2943
3152
|
"name": "icon",
|
2944
3153
|
"kind": 1024,
|
2945
3154
|
"kindString": "Property",
|
@@ -2954,7 +3163,7 @@
|
|
2954
3163
|
"types": [
|
2955
3164
|
{
|
2956
3165
|
"type": "reference",
|
2957
|
-
"id":
|
3166
|
+
"id": 260,
|
2958
3167
|
"name": "IconName"
|
2959
3168
|
},
|
2960
3169
|
{
|
@@ -2967,7 +3176,7 @@
|
|
2967
3176
|
}
|
2968
3177
|
},
|
2969
3178
|
{
|
2970
|
-
"id":
|
3179
|
+
"id": 292,
|
2971
3180
|
"name": "state",
|
2972
3181
|
"kind": 1024,
|
2973
3182
|
"kindString": "Property",
|
@@ -2991,7 +3200,7 @@
|
|
2991
3200
|
],
|
2992
3201
|
"props": [
|
2993
3202
|
{
|
2994
|
-
"id":
|
3203
|
+
"id": 314,
|
2995
3204
|
"name": "children",
|
2996
3205
|
"kind": 1024,
|
2997
3206
|
"kindString": "Property",
|
@@ -3007,7 +3216,7 @@
|
|
3007
3216
|
}
|
3008
3217
|
},
|
3009
3218
|
{
|
3010
|
-
"id":
|
3219
|
+
"id": 315,
|
3011
3220
|
"name": "disabled",
|
3012
3221
|
"kind": 1024,
|
3013
3222
|
"kindString": "Property",
|
@@ -3023,7 +3232,7 @@
|
|
3023
3232
|
}
|
3024
3233
|
},
|
3025
3234
|
{
|
3026
|
-
"id":
|
3235
|
+
"id": 316,
|
3027
3236
|
"name": "message",
|
3028
3237
|
"kind": 1024,
|
3029
3238
|
"kindString": "Property",
|
@@ -3039,7 +3248,7 @@
|
|
3039
3248
|
}
|
3040
3249
|
},
|
3041
3250
|
{
|
3042
|
-
"id":
|
3251
|
+
"id": 317,
|
3043
3252
|
"name": "state",
|
3044
3253
|
"kind": 1024,
|
3045
3254
|
"kindString": "Property",
|
@@ -3065,7 +3274,7 @@
|
|
3065
3274
|
],
|
3066
3275
|
"props": [
|
3067
3276
|
{
|
3068
|
-
"id":
|
3277
|
+
"id": 333,
|
3069
3278
|
"name": "data",
|
3070
3279
|
"kind": 1024,
|
3071
3280
|
"kindString": "Property",
|
@@ -3079,13 +3288,13 @@
|
|
3079
3288
|
"type": "array",
|
3080
3289
|
"elementType": {
|
3081
3290
|
"type": "reference",
|
3082
|
-
"id":
|
3291
|
+
"id": 324,
|
3083
3292
|
"name": "ListboxItem"
|
3084
3293
|
}
|
3085
3294
|
}
|
3086
3295
|
},
|
3087
3296
|
{
|
3088
|
-
"id":
|
3297
|
+
"id": 334,
|
3089
3298
|
"name": "defaultValue",
|
3090
3299
|
"kind": 1024,
|
3091
3300
|
"kindString": "Property",
|
@@ -3097,12 +3306,12 @@
|
|
3097
3306
|
},
|
3098
3307
|
"type": {
|
3099
3308
|
"type": "reference",
|
3100
|
-
"id":
|
3309
|
+
"id": 325,
|
3101
3310
|
"name": "ListboxValue"
|
3102
3311
|
}
|
3103
3312
|
},
|
3104
3313
|
{
|
3105
|
-
"id":
|
3314
|
+
"id": 335,
|
3106
3315
|
"name": "emptyValue",
|
3107
3316
|
"kind": 1024,
|
3108
3317
|
"kindString": "Property",
|
@@ -3114,12 +3323,12 @@
|
|
3114
3323
|
},
|
3115
3324
|
"type": {
|
3116
3325
|
"type": "reference",
|
3117
|
-
"id":
|
3326
|
+
"id": 325,
|
3118
3327
|
"name": "ListboxValue"
|
3119
3328
|
}
|
3120
3329
|
},
|
3121
3330
|
{
|
3122
|
-
"id":
|
3331
|
+
"id": 336,
|
3123
3332
|
"name": "highlighted",
|
3124
3333
|
"kind": 1024,
|
3125
3334
|
"kindString": "Property",
|
@@ -3135,7 +3344,7 @@
|
|
3135
3344
|
}
|
3136
3345
|
},
|
3137
3346
|
{
|
3138
|
-
"id":
|
3347
|
+
"id": 337,
|
3139
3348
|
"name": "loading",
|
3140
3349
|
"kind": 1024,
|
3141
3350
|
"kindString": "Property",
|
@@ -3151,7 +3360,7 @@
|
|
3151
3360
|
}
|
3152
3361
|
},
|
3153
3362
|
{
|
3154
|
-
"id":
|
3363
|
+
"id": 338,
|
3155
3364
|
"name": "state",
|
3156
3365
|
"kind": 1024,
|
3157
3366
|
"kindString": "Property",
|
@@ -3168,7 +3377,7 @@
|
|
3168
3377
|
}
|
3169
3378
|
},
|
3170
3379
|
{
|
3171
|
-
"id":
|
3380
|
+
"id": 339,
|
3172
3381
|
"name": "value",
|
3173
3382
|
"kind": 1024,
|
3174
3383
|
"kindString": "Property",
|
@@ -3180,7 +3389,7 @@
|
|
3180
3389
|
},
|
3181
3390
|
"type": {
|
3182
3391
|
"type": "reference",
|
3183
|
-
"id":
|
3392
|
+
"id": 325,
|
3184
3393
|
"name": "ListboxValue"
|
3185
3394
|
}
|
3186
3395
|
}
|
@@ -3189,7 +3398,7 @@
|
|
3189
3398
|
"ListboxTexts": {
|
3190
3399
|
"props": [
|
3191
3400
|
{
|
3192
|
-
"id":
|
3401
|
+
"id": 330,
|
3193
3402
|
"name": "allOption",
|
3194
3403
|
"kind": 1024,
|
3195
3404
|
"kindString": "Property",
|
@@ -3203,7 +3412,7 @@
|
|
3203
3412
|
}
|
3204
3413
|
},
|
3205
3414
|
{
|
3206
|
-
"id":
|
3415
|
+
"id": 328,
|
3207
3416
|
"name": "empty",
|
3208
3417
|
"kind": 1024,
|
3209
3418
|
"kindString": "Property",
|
@@ -3217,7 +3426,7 @@
|
|
3217
3426
|
}
|
3218
3427
|
},
|
3219
3428
|
{
|
3220
|
-
"id":
|
3429
|
+
"id": 329,
|
3221
3430
|
"name": "loading",
|
3222
3431
|
"kind": 1024,
|
3223
3432
|
"kindString": "Property",
|
@@ -3236,7 +3445,7 @@
|
|
3236
3445
|
"Localization": {
|
3237
3446
|
"props": [
|
3238
3447
|
{
|
3239
|
-
"id":
|
3448
|
+
"id": 562,
|
3240
3449
|
"name": "formatting",
|
3241
3450
|
"kind": 1024,
|
3242
3451
|
"kindString": "Property",
|
@@ -3247,14 +3456,14 @@
|
|
3247
3456
|
"type": {
|
3248
3457
|
"type": "reflection",
|
3249
3458
|
"declaration": {
|
3250
|
-
"id":
|
3459
|
+
"id": 563,
|
3251
3460
|
"name": "__type",
|
3252
3461
|
"kind": 65536,
|
3253
3462
|
"kindString": "Type literal",
|
3254
3463
|
"flags": {},
|
3255
3464
|
"children": [
|
3256
3465
|
{
|
3257
|
-
"id":
|
3466
|
+
"id": 564,
|
3258
3467
|
"name": "date",
|
3259
3468
|
"kind": 1024,
|
3260
3469
|
"kindString": "Property",
|
@@ -3273,7 +3482,7 @@
|
|
3273
3482
|
"title": "Properties",
|
3274
3483
|
"kind": 1024,
|
3275
3484
|
"children": [
|
3276
|
-
|
3485
|
+
564
|
3277
3486
|
]
|
3278
3487
|
}
|
3279
3488
|
]
|
@@ -3281,7 +3490,7 @@
|
|
3281
3490
|
}
|
3282
3491
|
},
|
3283
3492
|
{
|
3284
|
-
"id":
|
3493
|
+
"id": 560,
|
3285
3494
|
"name": "locale",
|
3286
3495
|
"kind": 1024,
|
3287
3496
|
"kindString": "Property",
|
@@ -3296,7 +3505,7 @@
|
|
3296
3505
|
}
|
3297
3506
|
},
|
3298
3507
|
{
|
3299
|
-
"id":
|
3508
|
+
"id": 561,
|
3300
3509
|
"name": "texts",
|
3301
3510
|
"kind": 1024,
|
3302
3511
|
"kindString": "Property",
|
@@ -3306,7 +3515,7 @@
|
|
3306
3515
|
},
|
3307
3516
|
"type": {
|
3308
3517
|
"type": "reference",
|
3309
|
-
"id":
|
3518
|
+
"id": 545,
|
3310
3519
|
"name": "LocalizationTexts"
|
3311
3520
|
}
|
3312
3521
|
}
|
@@ -3315,7 +3524,7 @@
|
|
3315
3524
|
"LocalizationTexts": {
|
3316
3525
|
"props": [
|
3317
3526
|
{
|
3318
|
-
"id":
|
3527
|
+
"id": 547,
|
3319
3528
|
"name": "calendar",
|
3320
3529
|
"kind": 1024,
|
3321
3530
|
"kindString": "Property",
|
@@ -3325,12 +3534,12 @@
|
|
3325
3534
|
},
|
3326
3535
|
"type": {
|
3327
3536
|
"type": "reference",
|
3328
|
-
"id":
|
3537
|
+
"id": 104,
|
3329
3538
|
"name": "CalendarTexts"
|
3330
3539
|
}
|
3331
3540
|
},
|
3332
3541
|
{
|
3333
|
-
"id":
|
3542
|
+
"id": 548,
|
3334
3543
|
"name": "datepicker",
|
3335
3544
|
"kind": 1024,
|
3336
3545
|
"kindString": "Property",
|
@@ -3340,12 +3549,12 @@
|
|
3340
3549
|
},
|
3341
3550
|
"type": {
|
3342
3551
|
"type": "reference",
|
3343
|
-
"id":
|
3552
|
+
"id": 155,
|
3344
3553
|
"name": "DatepickerTexts"
|
3345
3554
|
}
|
3346
3555
|
},
|
3347
3556
|
{
|
3348
|
-
"id":
|
3557
|
+
"id": 551,
|
3349
3558
|
"name": "dialog",
|
3350
3559
|
"kind": 1024,
|
3351
3560
|
"kindString": "Property",
|
@@ -3355,12 +3564,12 @@
|
|
3355
3564
|
},
|
3356
3565
|
"type": {
|
3357
3566
|
"type": "reference",
|
3358
|
-
"id":
|
3567
|
+
"id": 200,
|
3359
3568
|
"name": "DialogTexts"
|
3360
3569
|
}
|
3361
3570
|
},
|
3362
3571
|
{
|
3363
|
-
"id":
|
3572
|
+
"id": 549,
|
3364
3573
|
"name": "hanger",
|
3365
3574
|
"kind": 1024,
|
3366
3575
|
"kindString": "Property",
|
@@ -3370,12 +3579,12 @@
|
|
3370
3579
|
},
|
3371
3580
|
"type": {
|
3372
3581
|
"type": "reference",
|
3373
|
-
"id":
|
3582
|
+
"id": 240,
|
3374
3583
|
"name": "HangerTexts"
|
3375
3584
|
}
|
3376
3585
|
},
|
3377
3586
|
{
|
3378
|
-
"id":
|
3587
|
+
"id": 550,
|
3379
3588
|
"name": "listbox",
|
3380
3589
|
"kind": 1024,
|
3381
3590
|
"kindString": "Property",
|
@@ -3385,12 +3594,12 @@
|
|
3385
3594
|
},
|
3386
3595
|
"type": {
|
3387
3596
|
"type": "reference",
|
3388
|
-
"id":
|
3597
|
+
"id": 326,
|
3389
3598
|
"name": "ListboxTexts"
|
3390
3599
|
}
|
3391
3600
|
},
|
3392
3601
|
{
|
3393
|
-
"id":
|
3602
|
+
"id": 552,
|
3394
3603
|
"name": "pagination",
|
3395
3604
|
"kind": 1024,
|
3396
3605
|
"kindString": "Property",
|
@@ -3400,12 +3609,12 @@
|
|
3400
3609
|
},
|
3401
3610
|
"type": {
|
3402
3611
|
"type": "reference",
|
3403
|
-
"id":
|
3612
|
+
"id": 482,
|
3404
3613
|
"name": "PaginationTexts"
|
3405
3614
|
}
|
3406
3615
|
},
|
3407
3616
|
{
|
3408
|
-
"id":
|
3617
|
+
"id": 557,
|
3409
3618
|
"name": "searchInput",
|
3410
3619
|
"kind": 1024,
|
3411
3620
|
"kindString": "Property",
|
@@ -3415,12 +3624,12 @@
|
|
3415
3624
|
},
|
3416
3625
|
"type": {
|
3417
3626
|
"type": "reference",
|
3418
|
-
"id":
|
3627
|
+
"id": 299,
|
3419
3628
|
"name": "SearchInputTexts"
|
3420
3629
|
}
|
3421
3630
|
},
|
3422
3631
|
{
|
3423
|
-
"id":
|
3632
|
+
"id": 554,
|
3424
3633
|
"name": "select",
|
3425
3634
|
"kind": 1024,
|
3426
3635
|
"kindString": "Property",
|
@@ -3430,12 +3639,12 @@
|
|
3430
3639
|
},
|
3431
3640
|
"type": {
|
3432
3641
|
"type": "reference",
|
3433
|
-
"id":
|
3642
|
+
"id": 679,
|
3434
3643
|
"name": "SelectTexts"
|
3435
3644
|
}
|
3436
3645
|
},
|
3437
3646
|
{
|
3438
|
-
"id":
|
3647
|
+
"id": 553,
|
3439
3648
|
"name": "table",
|
3440
3649
|
"kind": 1024,
|
3441
3650
|
"kindString": "Property",
|
@@ -3445,12 +3654,12 @@
|
|
3445
3654
|
},
|
3446
3655
|
"type": {
|
3447
3656
|
"type": "reference",
|
3448
|
-
"id":
|
3657
|
+
"id": 872,
|
3449
3658
|
"name": "TableTexts"
|
3450
3659
|
}
|
3451
3660
|
},
|
3452
3661
|
{
|
3453
|
-
"id":
|
3662
|
+
"id": 555,
|
3454
3663
|
"name": "toasts",
|
3455
3664
|
"kind": 1024,
|
3456
3665
|
"kindString": "Property",
|
@@ -3464,7 +3673,7 @@
|
|
3464
3673
|
}
|
3465
3674
|
},
|
3466
3675
|
{
|
3467
|
-
"id":
|
3676
|
+
"id": 556,
|
3468
3677
|
"name": "tour",
|
3469
3678
|
"kind": 1024,
|
3470
3679
|
"kindString": "Property",
|
@@ -3474,7 +3683,7 @@
|
|
3474
3683
|
},
|
3475
3684
|
"type": {
|
3476
3685
|
"type": "reference",
|
3477
|
-
"id":
|
3686
|
+
"id": 1003,
|
3478
3687
|
"name": "TourTexts"
|
3479
3688
|
}
|
3480
3689
|
}
|
@@ -3483,7 +3692,7 @@
|
|
3483
3692
|
"MenuProps": {
|
3484
3693
|
"props": [
|
3485
3694
|
{
|
3486
|
-
"id":
|
3695
|
+
"id": 360,
|
3487
3696
|
"name": "children",
|
3488
3697
|
"kind": 1024,
|
3489
3698
|
"kindString": "Property",
|
@@ -3496,7 +3705,7 @@
|
|
3496
3705
|
}
|
3497
3706
|
},
|
3498
3707
|
{
|
3499
|
-
"id":
|
3708
|
+
"id": 361,
|
3500
3709
|
"name": "id",
|
3501
3710
|
"kind": 1024,
|
3502
3711
|
"kindString": "Property",
|
@@ -3516,7 +3725,7 @@
|
|
3516
3725
|
],
|
3517
3726
|
"props": [
|
3518
3727
|
{
|
3519
|
-
"id":
|
3728
|
+
"id": 453,
|
3520
3729
|
"name": "active",
|
3521
3730
|
"kind": 1024,
|
3522
3731
|
"kindString": "Property",
|
@@ -3532,7 +3741,7 @@
|
|
3532
3741
|
}
|
3533
3742
|
},
|
3534
3743
|
{
|
3535
|
-
"id":
|
3744
|
+
"id": 454,
|
3536
3745
|
"name": "onDrop",
|
3537
3746
|
"kind": 1024,
|
3538
3747
|
"kindString": "Property",
|
@@ -3550,7 +3759,7 @@
|
|
3550
3759
|
}
|
3551
3760
|
},
|
3552
3761
|
{
|
3553
|
-
"id":
|
3762
|
+
"id": 455,
|
3554
3763
|
"name": "postfix",
|
3555
3764
|
"kind": 1024,
|
3556
3765
|
"kindString": "Property",
|
@@ -3568,7 +3777,7 @@
|
|
3568
3777
|
}
|
3569
3778
|
},
|
3570
3779
|
{
|
3571
|
-
"id":
|
3780
|
+
"id": 456,
|
3572
3781
|
"name": "prefix",
|
3573
3782
|
"kind": 1024,
|
3574
3783
|
"kindString": "Property",
|
@@ -3586,7 +3795,7 @@
|
|
3586
3795
|
}
|
3587
3796
|
},
|
3588
3797
|
{
|
3589
|
-
"id":
|
3798
|
+
"id": 457,
|
3590
3799
|
"name": "target",
|
3591
3800
|
"kind": 1024,
|
3592
3801
|
"kindString": "Property",
|
@@ -3621,7 +3830,7 @@
|
|
3621
3830
|
],
|
3622
3831
|
"props": [
|
3623
3832
|
{
|
3624
|
-
"id":
|
3833
|
+
"id": 495,
|
3625
3834
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
3626
3835
|
"kind": 1024,
|
3627
3836
|
"kindString": "Property",
|
@@ -3637,7 +3846,7 @@
|
|
3637
3846
|
}
|
3638
3847
|
},
|
3639
3848
|
{
|
3640
|
-
"id":
|
3849
|
+
"id": 490,
|
3641
3850
|
"name": "length",
|
3642
3851
|
"kind": 1024,
|
3643
3852
|
"kindString": "Property",
|
@@ -3651,7 +3860,7 @@
|
|
3651
3860
|
}
|
3652
3861
|
},
|
3653
3862
|
{
|
3654
|
-
"id":
|
3863
|
+
"id": 491,
|
3655
3864
|
"name": "pageSizes",
|
3656
3865
|
"kind": 1024,
|
3657
3866
|
"kindString": "Property",
|
@@ -3670,7 +3879,7 @@
|
|
3670
3879
|
}
|
3671
3880
|
},
|
3672
3881
|
{
|
3673
|
-
"id":
|
3882
|
+
"id": 492,
|
3674
3883
|
"name": "showPageControls",
|
3675
3884
|
"kind": 1024,
|
3676
3885
|
"kindString": "Property",
|
@@ -3686,7 +3895,7 @@
|
|
3686
3895
|
}
|
3687
3896
|
},
|
3688
3897
|
{
|
3689
|
-
"id":
|
3898
|
+
"id": 493,
|
3690
3899
|
"name": "showPageNumbers",
|
3691
3900
|
"kind": 1024,
|
3692
3901
|
"kindString": "Property",
|
@@ -3702,7 +3911,7 @@
|
|
3702
3911
|
}
|
3703
3912
|
},
|
3704
3913
|
{
|
3705
|
-
"id":
|
3914
|
+
"id": 494,
|
3706
3915
|
"name": "showPageSize",
|
3707
3916
|
"kind": 1024,
|
3708
3917
|
"kindString": "Property",
|
@@ -3722,7 +3931,7 @@
|
|
3722
3931
|
"PaginationTexts": {
|
3723
3932
|
"props": [
|
3724
3933
|
{
|
3725
|
-
"id":
|
3934
|
+
"id": 487,
|
3726
3935
|
"name": "actions",
|
3727
3936
|
"kind": 1024,
|
3728
3937
|
"kindString": "Property",
|
@@ -3732,12 +3941,12 @@
|
|
3732
3941
|
},
|
3733
3942
|
"type": {
|
3734
3943
|
"type": "reference",
|
3735
|
-
"id":
|
3944
|
+
"id": 471,
|
3736
3945
|
"name": "PaginationTextsActions"
|
3737
3946
|
}
|
3738
3947
|
},
|
3739
3948
|
{
|
3740
|
-
"id":
|
3949
|
+
"id": 484,
|
3741
3950
|
"name": "label",
|
3742
3951
|
"kind": 1024,
|
3743
3952
|
"kindString": "Property",
|
@@ -3751,7 +3960,7 @@
|
|
3751
3960
|
}
|
3752
3961
|
},
|
3753
3962
|
{
|
3754
|
-
"id":
|
3963
|
+
"id": 485,
|
3755
3964
|
"name": "pageSize",
|
3756
3965
|
"kind": 1024,
|
3757
3966
|
"kindString": "Property",
|
@@ -3765,7 +3974,7 @@
|
|
3765
3974
|
}
|
3766
3975
|
},
|
3767
3976
|
{
|
3768
|
-
"id":
|
3977
|
+
"id": 486,
|
3769
3978
|
"name": "showingXofYofTotal",
|
3770
3979
|
"kind": 1024,
|
3771
3980
|
"kindString": "Property",
|
@@ -3783,7 +3992,7 @@
|
|
3783
3992
|
"PaginationTextsActions": {
|
3784
3993
|
"props": [
|
3785
3994
|
{
|
3786
|
-
"id":
|
3995
|
+
"id": 473,
|
3787
3996
|
"name": "firstPage",
|
3788
3997
|
"kind": 1024,
|
3789
3998
|
"kindString": "Property",
|
@@ -3797,7 +4006,7 @@
|
|
3797
4006
|
}
|
3798
4007
|
},
|
3799
4008
|
{
|
3800
|
-
"id":
|
4009
|
+
"id": 474,
|
3801
4010
|
"name": "firstPageWithShortcut",
|
3802
4011
|
"kind": 1024,
|
3803
4012
|
"kindString": "Property",
|
@@ -3811,7 +4020,7 @@
|
|
3811
4020
|
}
|
3812
4021
|
},
|
3813
4022
|
{
|
3814
|
-
"id":
|
4023
|
+
"id": 479,
|
3815
4024
|
"name": "lastPage",
|
3816
4025
|
"kind": 1024,
|
3817
4026
|
"kindString": "Property",
|
@@ -3825,7 +4034,7 @@
|
|
3825
4034
|
}
|
3826
4035
|
},
|
3827
4036
|
{
|
3828
|
-
"id":
|
4037
|
+
"id": 480,
|
3829
4038
|
"name": "lastPageWithShortcut",
|
3830
4039
|
"kind": 1024,
|
3831
4040
|
"kindString": "Property",
|
@@ -3839,7 +4048,7 @@
|
|
3839
4048
|
}
|
3840
4049
|
},
|
3841
4050
|
{
|
3842
|
-
"id":
|
4051
|
+
"id": 475,
|
3843
4052
|
"name": "nextPage",
|
3844
4053
|
"kind": 1024,
|
3845
4054
|
"kindString": "Property",
|
@@ -3853,7 +4062,7 @@
|
|
3853
4062
|
}
|
3854
4063
|
},
|
3855
4064
|
{
|
3856
|
-
"id":
|
4065
|
+
"id": 476,
|
3857
4066
|
"name": "nextPageWithShortcut",
|
3858
4067
|
"kind": 1024,
|
3859
4068
|
"kindString": "Property",
|
@@ -3867,7 +4076,7 @@
|
|
3867
4076
|
}
|
3868
4077
|
},
|
3869
4078
|
{
|
3870
|
-
"id":
|
4079
|
+
"id": 481,
|
3871
4080
|
"name": "pageX",
|
3872
4081
|
"kind": 1024,
|
3873
4082
|
"kindString": "Property",
|
@@ -3881,7 +4090,7 @@
|
|
3881
4090
|
}
|
3882
4091
|
},
|
3883
4092
|
{
|
3884
|
-
"id":
|
4093
|
+
"id": 477,
|
3885
4094
|
"name": "previousPage",
|
3886
4095
|
"kind": 1024,
|
3887
4096
|
"kindString": "Property",
|
@@ -3895,7 +4104,7 @@
|
|
3895
4104
|
}
|
3896
4105
|
},
|
3897
4106
|
{
|
3898
|
-
"id":
|
4107
|
+
"id": 478,
|
3899
4108
|
"name": "previousPageWithShortcut",
|
3900
4109
|
"kind": 1024,
|
3901
4110
|
"kindString": "Property",
|
@@ -3917,7 +4126,7 @@
|
|
3917
4126
|
],
|
3918
4127
|
"props": [
|
3919
4128
|
{
|
3920
|
-
"id":
|
4129
|
+
"id": 525,
|
3921
4130
|
"name": "children",
|
3922
4131
|
"kind": 1024,
|
3923
4132
|
"kindString": "Property",
|
@@ -3934,28 +4143,28 @@
|
|
3934
4143
|
{
|
3935
4144
|
"type": "reflection",
|
3936
4145
|
"declaration": {
|
3937
|
-
"id":
|
4146
|
+
"id": 526,
|
3938
4147
|
"name": "__type",
|
3939
4148
|
"kind": 65536,
|
3940
4149
|
"kindString": "Type literal",
|
3941
4150
|
"flags": {},
|
3942
4151
|
"signatures": [
|
3943
4152
|
{
|
3944
|
-
"id":
|
4153
|
+
"id": 527,
|
3945
4154
|
"name": "__type",
|
3946
4155
|
"kind": 4096,
|
3947
4156
|
"kindString": "Call signature",
|
3948
4157
|
"flags": {},
|
3949
4158
|
"parameters": [
|
3950
4159
|
{
|
3951
|
-
"id":
|
4160
|
+
"id": 528,
|
3952
4161
|
"name": "props",
|
3953
4162
|
"kind": 32768,
|
3954
4163
|
"kindString": "Parameter",
|
3955
4164
|
"flags": {},
|
3956
4165
|
"type": {
|
3957
4166
|
"type": "reference",
|
3958
|
-
"id":
|
4167
|
+
"id": 519,
|
3959
4168
|
"name": "PopoverContentRenderProps"
|
3960
4169
|
}
|
3961
4170
|
}
|
@@ -3974,7 +4183,7 @@
|
|
3974
4183
|
}
|
3975
4184
|
},
|
3976
4185
|
{
|
3977
|
-
"id":
|
4186
|
+
"id": 529,
|
3978
4187
|
"name": "placement",
|
3979
4188
|
"kind": 1024,
|
3980
4189
|
"kindString": "Property",
|
@@ -3995,14 +4204,14 @@
|
|
3995
4204
|
"PopoverContentRenderProps": {
|
3996
4205
|
"props": [
|
3997
4206
|
{
|
3998
|
-
"id":
|
4207
|
+
"id": 521,
|
3999
4208
|
"name": "close",
|
4000
4209
|
"kind": 2048,
|
4001
4210
|
"kindString": "Method",
|
4002
4211
|
"flags": {},
|
4003
4212
|
"signatures": [
|
4004
4213
|
{
|
4005
|
-
"id":
|
4214
|
+
"id": 522,
|
4006
4215
|
"name": "close",
|
4007
4216
|
"kind": 4096,
|
4008
4217
|
"kindString": "Call signature",
|
@@ -4024,7 +4233,7 @@
|
|
4024
4233
|
],
|
4025
4234
|
"props": [
|
4026
4235
|
{
|
4027
|
-
"id":
|
4236
|
+
"id": 541,
|
4028
4237
|
"name": "duration",
|
4029
4238
|
"kind": 1024,
|
4030
4239
|
"kindString": "Property",
|
@@ -4044,7 +4253,7 @@
|
|
4044
4253
|
"ProviderProps": {
|
4045
4254
|
"props": [
|
4046
4255
|
{
|
4047
|
-
"id":
|
4256
|
+
"id": 642,
|
4048
4257
|
"name": "children",
|
4049
4258
|
"kind": 1024,
|
4050
4259
|
"kindString": "Property",
|
@@ -4060,7 +4269,7 @@
|
|
4060
4269
|
}
|
4061
4270
|
},
|
4062
4271
|
{
|
4063
|
-
"id":
|
4272
|
+
"id": 643,
|
4064
4273
|
"name": "localization",
|
4065
4274
|
"kind": 1024,
|
4066
4275
|
"kindString": "Property",
|
@@ -4072,7 +4281,7 @@
|
|
4072
4281
|
},
|
4073
4282
|
"type": {
|
4074
4283
|
"type": "reference",
|
4075
|
-
"id":
|
4284
|
+
"id": 558,
|
4076
4285
|
"name": "Localization"
|
4077
4286
|
}
|
4078
4287
|
}
|
@@ -4084,7 +4293,7 @@
|
|
4084
4293
|
],
|
4085
4294
|
"props": [
|
4086
4295
|
{
|
4087
|
-
"id":
|
4296
|
+
"id": 661,
|
4088
4297
|
"name": "children",
|
4089
4298
|
"kind": 1024,
|
4090
4299
|
"kindString": "Property",
|
@@ -4100,7 +4309,7 @@
|
|
4100
4309
|
}
|
4101
4310
|
},
|
4102
4311
|
{
|
4103
|
-
"id":
|
4312
|
+
"id": 662,
|
4104
4313
|
"name": "disabled",
|
4105
4314
|
"kind": 1024,
|
4106
4315
|
"kindString": "Property",
|
@@ -4113,7 +4322,7 @@
|
|
4113
4322
|
}
|
4114
4323
|
},
|
4115
4324
|
{
|
4116
|
-
"id":
|
4325
|
+
"id": 663,
|
4117
4326
|
"name": "value",
|
4118
4327
|
"kind": 1024,
|
4119
4328
|
"kindString": "Property",
|
@@ -4123,7 +4332,7 @@
|
|
4123
4332
|
},
|
4124
4333
|
"type": {
|
4125
4334
|
"type": "reference",
|
4126
|
-
"id":
|
4335
|
+
"id": 651,
|
4127
4336
|
"name": "RadioGroupItemValue"
|
4128
4337
|
}
|
4129
4338
|
}
|
@@ -4148,7 +4357,7 @@
|
|
4148
4357
|
],
|
4149
4358
|
"props": [
|
4150
4359
|
{
|
4151
|
-
"id":
|
4360
|
+
"id": 716,
|
4152
4361
|
"name": "subRows",
|
4153
4362
|
"kind": 1024,
|
4154
4363
|
"kindString": "Property",
|
@@ -4159,11 +4368,11 @@
|
|
4159
4368
|
"type": "array",
|
4160
4369
|
"elementType": {
|
4161
4370
|
"type": "reference",
|
4162
|
-
"id":
|
4371
|
+
"id": 714,
|
4163
4372
|
"typeArguments": [
|
4164
4373
|
{
|
4165
4374
|
"type": "reference",
|
4166
|
-
"id":
|
4375
|
+
"id": 718,
|
4167
4376
|
"name": "TRow"
|
4168
4377
|
}
|
4169
4378
|
],
|
@@ -4233,7 +4442,7 @@
|
|
4233
4442
|
],
|
4234
4443
|
"props": [
|
4235
4444
|
{
|
4236
|
-
"id":
|
4445
|
+
"id": 304,
|
4237
4446
|
"name": "onSearch",
|
4238
4447
|
"kind": 2048,
|
4239
4448
|
"kindString": "Method",
|
@@ -4242,7 +4451,7 @@
|
|
4242
4451
|
},
|
4243
4452
|
"signatures": [
|
4244
4453
|
{
|
4245
|
-
"id":
|
4454
|
+
"id": 305,
|
4246
4455
|
"name": "onSearch",
|
4247
4456
|
"kind": 4096,
|
4248
4457
|
"kindString": "Call signature",
|
@@ -4252,7 +4461,7 @@
|
|
4252
4461
|
},
|
4253
4462
|
"parameters": [
|
4254
4463
|
{
|
4255
|
-
"id":
|
4464
|
+
"id": 306,
|
4256
4465
|
"name": "value",
|
4257
4466
|
"kind": 32768,
|
4258
4467
|
"kindString": "Parameter",
|
@@ -4299,7 +4508,7 @@
|
|
4299
4508
|
"SearchInputTexts": {
|
4300
4509
|
"props": [
|
4301
4510
|
{
|
4302
|
-
"id":
|
4511
|
+
"id": 301,
|
4303
4512
|
"name": "inputLabel",
|
4304
4513
|
"kind": 1024,
|
4305
4514
|
"kindString": "Property",
|
@@ -4320,7 +4529,7 @@
|
|
4320
4529
|
],
|
4321
4530
|
"props": [
|
4322
4531
|
{
|
4323
|
-
"id":
|
4532
|
+
"id": 687,
|
4324
4533
|
"name": "editable",
|
4325
4534
|
"kind": 1024,
|
4326
4535
|
"kindString": "Property",
|
@@ -4340,7 +4549,7 @@
|
|
4340
4549
|
"SelectTexts": {
|
4341
4550
|
"props": [
|
4342
4551
|
{
|
4343
|
-
"id":
|
4552
|
+
"id": 681,
|
4344
4553
|
"name": "allOptionsSelected",
|
4345
4554
|
"kind": 1024,
|
4346
4555
|
"kindString": "Property",
|
@@ -4380,7 +4589,7 @@
|
|
4380
4589
|
"SortRule": {
|
4381
4590
|
"props": [
|
4382
4591
|
{
|
4383
|
-
"id":
|
4592
|
+
"id": 767,
|
4384
4593
|
"name": "accessor",
|
4385
4594
|
"kind": 1024,
|
4386
4595
|
"kindString": "Property",
|
@@ -4393,7 +4602,7 @@
|
|
4393
4602
|
"typeArguments": [
|
4394
4603
|
{
|
4395
4604
|
"type": "reference",
|
4396
|
-
"id":
|
4605
|
+
"id": 769,
|
4397
4606
|
"name": "T"
|
4398
4607
|
}
|
4399
4608
|
],
|
@@ -4403,7 +4612,7 @@
|
|
4403
4612
|
}
|
4404
4613
|
},
|
4405
4614
|
{
|
4406
|
-
"id":
|
4615
|
+
"id": 768,
|
4407
4616
|
"name": "desc",
|
4408
4617
|
"kind": 1024,
|
4409
4618
|
"kindString": "Property",
|
@@ -4448,7 +4657,7 @@
|
|
4448
4657
|
],
|
4449
4658
|
"props": [
|
4450
4659
|
{
|
4451
|
-
"id":
|
4660
|
+
"id": 703,
|
4452
4661
|
"name": "delay",
|
4453
4662
|
"kind": 1024,
|
4454
4663
|
"kindString": "Property",
|
@@ -4464,7 +4673,7 @@
|
|
4464
4673
|
}
|
4465
4674
|
},
|
4466
4675
|
{
|
4467
|
-
"id":
|
4676
|
+
"id": 704,
|
4468
4677
|
"name": "label",
|
4469
4678
|
"kind": 1024,
|
4470
4679
|
"kindString": "Property",
|
@@ -4491,7 +4700,7 @@
|
|
4491
4700
|
],
|
4492
4701
|
"props": [
|
4493
4702
|
{
|
4494
|
-
"id":
|
4703
|
+
"id": 944,
|
4495
4704
|
"name": "id",
|
4496
4705
|
"kind": 1024,
|
4497
4706
|
"kindString": "Property",
|
@@ -4513,7 +4722,7 @@
|
|
4513
4722
|
],
|
4514
4723
|
"props": [
|
4515
4724
|
{
|
4516
|
-
"id":
|
4725
|
+
"id": 941,
|
4517
4726
|
"name": "disabled",
|
4518
4727
|
"kind": 1024,
|
4519
4728
|
"kindString": "Property",
|
@@ -4529,7 +4738,7 @@
|
|
4529
4738
|
}
|
4530
4739
|
},
|
4531
4740
|
{
|
4532
|
-
"id":
|
4741
|
+
"id": 940,
|
4533
4742
|
"name": "id",
|
4534
4743
|
"kind": 1024,
|
4535
4744
|
"kindString": "Property",
|
@@ -4547,7 +4756,7 @@
|
|
4547
4756
|
"TableCell": {
|
4548
4757
|
"props": [
|
4549
4758
|
{
|
4550
|
-
"id":
|
4759
|
+
"id": 773,
|
4551
4760
|
"name": "accessor",
|
4552
4761
|
"kind": 1024,
|
4553
4762
|
"kindString": "Property",
|
@@ -4558,7 +4767,7 @@
|
|
4558
4767
|
}
|
4559
4768
|
},
|
4560
4769
|
{
|
4561
|
-
"id":
|
4770
|
+
"id": 774,
|
4562
4771
|
"name": "row",
|
4563
4772
|
"kind": 1024,
|
4564
4773
|
"kindString": "Property",
|
@@ -4568,11 +4777,11 @@
|
|
4568
4777
|
},
|
4569
4778
|
"type": {
|
4570
4779
|
"type": "reference",
|
4571
|
-
"id":
|
4780
|
+
"id": 847,
|
4572
4781
|
"typeArguments": [
|
4573
4782
|
{
|
4574
4783
|
"type": "reference",
|
4575
|
-
"id":
|
4784
|
+
"id": 776,
|
4576
4785
|
"name": "TRow"
|
4577
4786
|
}
|
4578
4787
|
],
|
@@ -4580,7 +4789,7 @@
|
|
4580
4789
|
}
|
4581
4790
|
},
|
4582
4791
|
{
|
4583
|
-
"id":
|
4792
|
+
"id": 775,
|
4584
4793
|
"name": "value",
|
4585
4794
|
"kind": 1024,
|
4586
4795
|
"kindString": "Property",
|
@@ -4598,7 +4807,7 @@
|
|
4598
4807
|
"TableColumnProps": {
|
4599
4808
|
"props": [
|
4600
4809
|
{
|
4601
|
-
"id":
|
4810
|
+
"id": 779,
|
4602
4811
|
"name": "accessor",
|
4603
4812
|
"kind": 1024,
|
4604
4813
|
"kindString": "Property",
|
@@ -4612,7 +4821,7 @@
|
|
4612
4821
|
}
|
4613
4822
|
},
|
4614
4823
|
{
|
4615
|
-
"id":
|
4824
|
+
"id": 780,
|
4616
4825
|
"name": "align",
|
4617
4826
|
"kind": 1024,
|
4618
4827
|
"kindString": "Property",
|
@@ -4641,7 +4850,7 @@
|
|
4641
4850
|
}
|
4642
4851
|
},
|
4643
4852
|
{
|
4644
|
-
"id":
|
4853
|
+
"id": 781,
|
4645
4854
|
"name": "className",
|
4646
4855
|
"kind": 1024,
|
4647
4856
|
"kindString": "Property",
|
@@ -4657,7 +4866,7 @@
|
|
4657
4866
|
}
|
4658
4867
|
},
|
4659
4868
|
{
|
4660
|
-
"id":
|
4869
|
+
"id": 785,
|
4661
4870
|
"name": "disableSorting",
|
4662
4871
|
"kind": 1024,
|
4663
4872
|
"kindString": "Property",
|
@@ -4673,7 +4882,7 @@
|
|
4673
4882
|
}
|
4674
4883
|
},
|
4675
4884
|
{
|
4676
|
-
"id":
|
4885
|
+
"id": 789,
|
4677
4886
|
"name": "flex",
|
4678
4887
|
"kind": 1024,
|
4679
4888
|
"kindString": "Property",
|
@@ -4693,28 +4902,28 @@
|
|
4693
4902
|
{
|
4694
4903
|
"type": "reflection",
|
4695
4904
|
"declaration": {
|
4696
|
-
"id":
|
4905
|
+
"id": 790,
|
4697
4906
|
"name": "__type",
|
4698
4907
|
"kind": 65536,
|
4699
4908
|
"kindString": "Type literal",
|
4700
4909
|
"flags": {},
|
4701
4910
|
"signatures": [
|
4702
4911
|
{
|
4703
|
-
"id":
|
4912
|
+
"id": 791,
|
4704
4913
|
"name": "__type",
|
4705
4914
|
"kind": 4096,
|
4706
4915
|
"kindString": "Call signature",
|
4707
4916
|
"flags": {},
|
4708
4917
|
"parameters": [
|
4709
4918
|
{
|
4710
|
-
"id":
|
4919
|
+
"id": 792,
|
4711
4920
|
"name": "row",
|
4712
4921
|
"kind": 32768,
|
4713
4922
|
"kindString": "Parameter",
|
4714
4923
|
"flags": {},
|
4715
4924
|
"type": {
|
4716
4925
|
"type": "reference",
|
4717
|
-
"id":
|
4926
|
+
"id": 799,
|
4718
4927
|
"name": "TRow"
|
4719
4928
|
}
|
4720
4929
|
}
|
@@ -4731,7 +4940,7 @@
|
|
4731
4940
|
}
|
4732
4941
|
},
|
4733
4942
|
{
|
4734
|
-
"id":
|
4943
|
+
"id": 793,
|
4735
4944
|
"name": "headRenderer",
|
4736
4945
|
"kind": 1024,
|
4737
4946
|
"kindString": "Property",
|
@@ -4749,7 +4958,7 @@
|
|
4749
4958
|
}
|
4750
4959
|
},
|
4751
4960
|
{
|
4752
|
-
"id":
|
4961
|
+
"id": 794,
|
4753
4962
|
"name": "hidden",
|
4754
4963
|
"kind": 1024,
|
4755
4964
|
"kindString": "Property",
|
@@ -4765,7 +4974,7 @@
|
|
4765
4974
|
}
|
4766
4975
|
},
|
4767
4976
|
{
|
4768
|
-
"id":
|
4977
|
+
"id": 795,
|
4769
4978
|
"name": "hiddenOnSubRows",
|
4770
4979
|
"kind": 1024,
|
4771
4980
|
"kindString": "Property",
|
@@ -4781,7 +4990,7 @@
|
|
4781
4990
|
}
|
4782
4991
|
},
|
4783
4992
|
{
|
4784
|
-
"id":
|
4993
|
+
"id": 796,
|
4785
4994
|
"name": "sort",
|
4786
4995
|
"kind": 1024,
|
4787
4996
|
"kindString": "Property",
|
@@ -4793,12 +5002,12 @@
|
|
4793
5002
|
},
|
4794
5003
|
"type": {
|
4795
5004
|
"type": "reference",
|
4796
|
-
"id":
|
5005
|
+
"id": 758,
|
4797
5006
|
"name": "SortDirection"
|
4798
5007
|
}
|
4799
5008
|
},
|
4800
5009
|
{
|
4801
|
-
"id":
|
5010
|
+
"id": 797,
|
4802
5011
|
"name": "sortType",
|
4803
5012
|
"kind": 1024,
|
4804
5013
|
"kindString": "Property",
|
@@ -4810,12 +5019,12 @@
|
|
4810
5019
|
},
|
4811
5020
|
"type": {
|
4812
5021
|
"type": "reference",
|
4813
|
-
"id":
|
5022
|
+
"id": 770,
|
4814
5023
|
"name": "SortTypes"
|
4815
5024
|
}
|
4816
5025
|
},
|
4817
5026
|
{
|
4818
|
-
"id":
|
5027
|
+
"id": 798,
|
4819
5028
|
"name": "style",
|
4820
5029
|
"kind": 1024,
|
4821
5030
|
"kindString": "Property",
|
@@ -4831,7 +5040,7 @@
|
|
4831
5040
|
}
|
4832
5041
|
},
|
4833
5042
|
{
|
4834
|
-
"id":
|
5043
|
+
"id": 782,
|
4835
5044
|
"name": "cellRenderer",
|
4836
5045
|
"kind": 2048,
|
4837
5046
|
"kindString": "Method",
|
@@ -4840,7 +5049,7 @@
|
|
4840
5049
|
},
|
4841
5050
|
"signatures": [
|
4842
5051
|
{
|
4843
|
-
"id":
|
5052
|
+
"id": 783,
|
4844
5053
|
"name": "cellRenderer",
|
4845
5054
|
"kind": 4096,
|
4846
5055
|
"kindString": "Call signature",
|
@@ -4850,18 +5059,18 @@
|
|
4850
5059
|
},
|
4851
5060
|
"parameters": [
|
4852
5061
|
{
|
4853
|
-
"id":
|
5062
|
+
"id": 784,
|
4854
5063
|
"name": "cellProps",
|
4855
5064
|
"kind": 32768,
|
4856
5065
|
"kindString": "Parameter",
|
4857
5066
|
"flags": {},
|
4858
5067
|
"type": {
|
4859
5068
|
"type": "reference",
|
4860
|
-
"id":
|
5069
|
+
"id": 771,
|
4861
5070
|
"typeArguments": [
|
4862
5071
|
{
|
4863
5072
|
"type": "reference",
|
4864
|
-
"id":
|
5073
|
+
"id": 799,
|
4865
5074
|
"name": "TRow"
|
4866
5075
|
}
|
4867
5076
|
],
|
@@ -4879,7 +5088,7 @@
|
|
4879
5088
|
]
|
4880
5089
|
},
|
4881
5090
|
{
|
4882
|
-
"id":
|
5091
|
+
"id": 786,
|
4883
5092
|
"name": "editRenderer",
|
4884
5093
|
"kind": 2048,
|
4885
5094
|
"kindString": "Method",
|
@@ -4888,25 +5097,25 @@
|
|
4888
5097
|
},
|
4889
5098
|
"signatures": [
|
4890
5099
|
{
|
4891
|
-
"id":
|
5100
|
+
"id": 787,
|
4892
5101
|
"name": "editRenderer",
|
4893
5102
|
"kind": 4096,
|
4894
5103
|
"kindString": "Call signature",
|
4895
5104
|
"flags": {},
|
4896
5105
|
"parameters": [
|
4897
5106
|
{
|
4898
|
-
"id":
|
5107
|
+
"id": 788,
|
4899
5108
|
"name": "cellProps",
|
4900
5109
|
"kind": 32768,
|
4901
5110
|
"kindString": "Parameter",
|
4902
5111
|
"flags": {},
|
4903
5112
|
"type": {
|
4904
5113
|
"type": "reference",
|
4905
|
-
"id":
|
5114
|
+
"id": 771,
|
4906
5115
|
"typeArguments": [
|
4907
5116
|
{
|
4908
5117
|
"type": "reference",
|
4909
|
-
"id":
|
5118
|
+
"id": 799,
|
4910
5119
|
"name": "TRow"
|
4911
5120
|
}
|
4912
5121
|
],
|
@@ -4928,7 +5137,7 @@
|
|
4928
5137
|
"TableGroupProps": {
|
4929
5138
|
"props": [
|
4930
5139
|
{
|
4931
|
-
"id":
|
5140
|
+
"id": 802,
|
4932
5141
|
"name": "children",
|
4933
5142
|
"kind": 1024,
|
4934
5143
|
"kindString": "Property",
|
@@ -4944,11 +5153,11 @@
|
|
4944
5153
|
"typeArguments": [
|
4945
5154
|
{
|
4946
5155
|
"type": "reference",
|
4947
|
-
"id":
|
5156
|
+
"id": 777,
|
4948
5157
|
"typeArguments": [
|
4949
5158
|
{
|
4950
5159
|
"type": "reference",
|
4951
|
-
"id":
|
5160
|
+
"id": 805,
|
4952
5161
|
"name": "TRow"
|
4953
5162
|
}
|
4954
5163
|
],
|
@@ -4966,11 +5175,11 @@
|
|
4966
5175
|
"typeArguments": [
|
4967
5176
|
{
|
4968
5177
|
"type": "reference",
|
4969
|
-
"id":
|
5178
|
+
"id": 777,
|
4970
5179
|
"typeArguments": [
|
4971
5180
|
{
|
4972
5181
|
"type": "reference",
|
4973
|
-
"id":
|
5182
|
+
"id": 805,
|
4974
5183
|
"name": "TRow"
|
4975
5184
|
}
|
4976
5185
|
],
|
@@ -4986,7 +5195,7 @@
|
|
4986
5195
|
}
|
4987
5196
|
},
|
4988
5197
|
{
|
4989
|
-
"id":
|
5198
|
+
"id": 803,
|
4990
5199
|
"name": "hidden",
|
4991
5200
|
"kind": 1024,
|
4992
5201
|
"kindString": "Property",
|
@@ -5002,7 +5211,7 @@
|
|
5002
5211
|
}
|
5003
5212
|
},
|
5004
5213
|
{
|
5005
|
-
"id":
|
5214
|
+
"id": 804,
|
5006
5215
|
"name": "title",
|
5007
5216
|
"kind": 1024,
|
5008
5217
|
"kindString": "Property",
|
@@ -5023,7 +5232,7 @@
|
|
5023
5232
|
],
|
5024
5233
|
"props": [
|
5025
5234
|
{
|
5026
|
-
"id":
|
5235
|
+
"id": 841,
|
5027
5236
|
"name": "actions",
|
5028
5237
|
"kind": 1024,
|
5029
5238
|
"kindString": "Property",
|
@@ -5037,11 +5246,11 @@
|
|
5037
5246
|
"type": "array",
|
5038
5247
|
"elementType": {
|
5039
5248
|
"type": "reference",
|
5040
|
-
"id":
|
5249
|
+
"id": 754,
|
5041
5250
|
"typeArguments": [
|
5042
5251
|
{
|
5043
5252
|
"type": "reference",
|
5044
|
-
"id":
|
5253
|
+
"id": 846,
|
5045
5254
|
"name": "TRow"
|
5046
5255
|
}
|
5047
5256
|
],
|
@@ -5050,7 +5259,7 @@
|
|
5050
5259
|
}
|
5051
5260
|
},
|
5052
5261
|
{
|
5053
|
-
"id":
|
5262
|
+
"id": 808,
|
5054
5263
|
"name": "autoFocus",
|
5055
5264
|
"kind": 1024,
|
5056
5265
|
"kindString": "Property",
|
@@ -5066,7 +5275,7 @@
|
|
5066
5275
|
}
|
5067
5276
|
},
|
5068
5277
|
{
|
5069
|
-
"id":
|
5278
|
+
"id": 809,
|
5070
5279
|
"name": "children",
|
5071
5280
|
"kind": 1024,
|
5072
5281
|
"kindString": "Property",
|
@@ -5079,7 +5288,7 @@
|
|
5079
5288
|
"typeArguments": [
|
5080
5289
|
{
|
5081
5290
|
"type": "reference",
|
5082
|
-
"id":
|
5291
|
+
"id": 846,
|
5083
5292
|
"name": "TRow"
|
5084
5293
|
}
|
5085
5294
|
],
|
@@ -5087,7 +5296,7 @@
|
|
5087
5296
|
}
|
5088
5297
|
},
|
5089
5298
|
{
|
5090
|
-
"id":
|
5299
|
+
"id": 811,
|
5091
5300
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
5092
5301
|
"kind": 1024,
|
5093
5302
|
"kindString": "Property",
|
@@ -5103,7 +5312,7 @@
|
|
5103
5312
|
}
|
5104
5313
|
},
|
5105
5314
|
{
|
5106
|
-
"id":
|
5315
|
+
"id": 810,
|
5107
5316
|
"name": "data",
|
5108
5317
|
"kind": 1024,
|
5109
5318
|
"kindString": "Property",
|
@@ -5115,11 +5324,11 @@
|
|
5115
5324
|
"type": "array",
|
5116
5325
|
"elementType": {
|
5117
5326
|
"type": "reference",
|
5118
|
-
"id":
|
5327
|
+
"id": 714,
|
5119
5328
|
"typeArguments": [
|
5120
5329
|
{
|
5121
5330
|
"type": "reference",
|
5122
|
-
"id":
|
5331
|
+
"id": 846,
|
5123
5332
|
"name": "TRow"
|
5124
5333
|
}
|
5125
5334
|
],
|
@@ -5128,7 +5337,7 @@
|
|
5128
5337
|
}
|
5129
5338
|
},
|
5130
5339
|
{
|
5131
|
-
"id":
|
5340
|
+
"id": 830,
|
5132
5341
|
"name": "disablePagination",
|
5133
5342
|
"kind": 1024,
|
5134
5343
|
"kindString": "Property",
|
@@ -5141,7 +5350,7 @@
|
|
5141
5350
|
}
|
5142
5351
|
},
|
5143
5352
|
{
|
5144
|
-
"id":
|
5353
|
+
"id": 826,
|
5145
5354
|
"name": "disableSorting",
|
5146
5355
|
"kind": 1024,
|
5147
5356
|
"kindString": "Property",
|
@@ -5157,7 +5366,7 @@
|
|
5157
5366
|
}
|
5158
5367
|
},
|
5159
5368
|
{
|
5160
|
-
"id":
|
5369
|
+
"id": 839,
|
5161
5370
|
"name": "inlineEditingUniqueId",
|
5162
5371
|
"kind": 1024,
|
5163
5372
|
"kindString": "Property",
|
@@ -5172,13 +5381,13 @@
|
|
5172
5381
|
"operator": "keyof",
|
5173
5382
|
"target": {
|
5174
5383
|
"type": "reference",
|
5175
|
-
"id":
|
5384
|
+
"id": 846,
|
5176
5385
|
"name": "TRow"
|
5177
5386
|
}
|
5178
5387
|
}
|
5179
5388
|
},
|
5180
5389
|
{
|
5181
|
-
"id":
|
5390
|
+
"id": 831,
|
5182
5391
|
"name": "length",
|
5183
5392
|
"kind": 1024,
|
5184
5393
|
"kindString": "Property",
|
@@ -5191,7 +5400,7 @@
|
|
5191
5400
|
}
|
5192
5401
|
},
|
5193
5402
|
{
|
5194
|
-
"id":
|
5403
|
+
"id": 828,
|
5195
5404
|
"name": "manualSorting",
|
5196
5405
|
"kind": 1024,
|
5197
5406
|
"kindString": "Property",
|
@@ -5207,7 +5416,7 @@
|
|
5207
5416
|
}
|
5208
5417
|
},
|
5209
5418
|
{
|
5210
|
-
"id":
|
5419
|
+
"id": 832,
|
5211
5420
|
"name": "onPaginate",
|
5212
5421
|
"kind": 1024,
|
5213
5422
|
"kindString": "Property",
|
@@ -5219,12 +5428,12 @@
|
|
5219
5428
|
},
|
5220
5429
|
"type": {
|
5221
5430
|
"type": "reference",
|
5222
|
-
"id":
|
5431
|
+
"id": 709,
|
5223
5432
|
"name": "PaginationHandler"
|
5224
5433
|
}
|
5225
5434
|
},
|
5226
5435
|
{
|
5227
|
-
"id":
|
5436
|
+
"id": 845,
|
5228
5437
|
"name": "onRowActive",
|
5229
5438
|
"kind": 1024,
|
5230
5439
|
"kindString": "Property",
|
@@ -5239,7 +5448,7 @@
|
|
5239
5448
|
"typeArguments": [
|
5240
5449
|
{
|
5241
5450
|
"type": "reference",
|
5242
|
-
"id":
|
5451
|
+
"id": 846,
|
5243
5452
|
"name": "TRow"
|
5244
5453
|
}
|
5245
5454
|
],
|
@@ -5247,7 +5456,7 @@
|
|
5247
5456
|
}
|
5248
5457
|
},
|
5249
5458
|
{
|
5250
|
-
"id":
|
5459
|
+
"id": 814,
|
5251
5460
|
"name": "onRowClick",
|
5252
5461
|
"kind": 1024,
|
5253
5462
|
"kindString": "Property",
|
@@ -5259,11 +5468,11 @@
|
|
5259
5468
|
},
|
5260
5469
|
"type": {
|
5261
5470
|
"type": "reference",
|
5262
|
-
"id":
|
5471
|
+
"id": 720,
|
5263
5472
|
"typeArguments": [
|
5264
5473
|
{
|
5265
5474
|
"type": "reference",
|
5266
|
-
"id":
|
5475
|
+
"id": 846,
|
5267
5476
|
"name": "TRow"
|
5268
5477
|
}
|
5269
5478
|
],
|
@@ -5271,7 +5480,7 @@
|
|
5271
5480
|
}
|
5272
5481
|
},
|
5273
5482
|
{
|
5274
|
-
"id":
|
5483
|
+
"id": 843,
|
5275
5484
|
"name": "onRowCopy",
|
5276
5485
|
"kind": 1024,
|
5277
5486
|
"kindString": "Property",
|
@@ -5283,11 +5492,11 @@
|
|
5283
5492
|
},
|
5284
5493
|
"type": {
|
5285
5494
|
"type": "reference",
|
5286
|
-
"id":
|
5495
|
+
"id": 742,
|
5287
5496
|
"typeArguments": [
|
5288
5497
|
{
|
5289
5498
|
"type": "reference",
|
5290
|
-
"id":
|
5499
|
+
"id": 846,
|
5291
5500
|
"name": "TRow"
|
5292
5501
|
}
|
5293
5502
|
],
|
@@ -5295,7 +5504,7 @@
|
|
5295
5504
|
}
|
5296
5505
|
},
|
5297
5506
|
{
|
5298
|
-
"id":
|
5507
|
+
"id": 840,
|
5299
5508
|
"name": "onRowCreate",
|
5300
5509
|
"kind": 1024,
|
5301
5510
|
"kindString": "Property",
|
@@ -5307,11 +5516,11 @@
|
|
5307
5516
|
},
|
5308
5517
|
"type": {
|
5309
5518
|
"type": "reference",
|
5310
|
-
"id":
|
5519
|
+
"id": 736,
|
5311
5520
|
"typeArguments": [
|
5312
5521
|
{
|
5313
5522
|
"type": "reference",
|
5314
|
-
"id":
|
5523
|
+
"id": 846,
|
5315
5524
|
"name": "TRow"
|
5316
5525
|
}
|
5317
5526
|
],
|
@@ -5319,7 +5528,7 @@
|
|
5319
5528
|
}
|
5320
5529
|
},
|
5321
5530
|
{
|
5322
|
-
"id":
|
5531
|
+
"id": 844,
|
5323
5532
|
"name": "onRowDelete",
|
5324
5533
|
"kind": 1024,
|
5325
5534
|
"kindString": "Property",
|
@@ -5331,11 +5540,11 @@
|
|
5331
5540
|
},
|
5332
5541
|
"type": {
|
5333
5542
|
"type": "reference",
|
5334
|
-
"id":
|
5543
|
+
"id": 748,
|
5335
5544
|
"typeArguments": [
|
5336
5545
|
{
|
5337
5546
|
"type": "reference",
|
5338
|
-
"id":
|
5547
|
+
"id": 846,
|
5339
5548
|
"name": "TRow"
|
5340
5549
|
}
|
5341
5550
|
],
|
@@ -5343,7 +5552,7 @@
|
|
5343
5552
|
}
|
5344
5553
|
},
|
5345
5554
|
{
|
5346
|
-
"id":
|
5555
|
+
"id": 815,
|
5347
5556
|
"name": "onRowDrag",
|
5348
5557
|
"kind": 1024,
|
5349
5558
|
"kindString": "Property",
|
@@ -5355,11 +5564,11 @@
|
|
5355
5564
|
},
|
5356
5565
|
"type": {
|
5357
5566
|
"type": "reference",
|
5358
|
-
"id":
|
5567
|
+
"id": 726,
|
5359
5568
|
"typeArguments": [
|
5360
5569
|
{
|
5361
5570
|
"type": "reference",
|
5362
|
-
"id":
|
5571
|
+
"id": 846,
|
5363
5572
|
"name": "TRow"
|
5364
5573
|
}
|
5365
5574
|
],
|
@@ -5367,7 +5576,7 @@
|
|
5367
5576
|
}
|
5368
5577
|
},
|
5369
5578
|
{
|
5370
|
-
"id":
|
5579
|
+
"id": 842,
|
5371
5580
|
"name": "onRowEdit",
|
5372
5581
|
"kind": 1024,
|
5373
5582
|
"kindString": "Property",
|
@@ -5382,7 +5591,7 @@
|
|
5382
5591
|
"typeArguments": [
|
5383
5592
|
{
|
5384
5593
|
"type": "reference",
|
5385
|
-
"id":
|
5594
|
+
"id": 846,
|
5386
5595
|
"name": "TRow"
|
5387
5596
|
}
|
5388
5597
|
],
|
@@ -5390,7 +5599,7 @@
|
|
5390
5599
|
}
|
5391
5600
|
},
|
5392
5601
|
{
|
5393
|
-
"id":
|
5602
|
+
"id": 816,
|
5394
5603
|
"name": "onSelectedRows",
|
5395
5604
|
"kind": 1024,
|
5396
5605
|
"kindString": "Property",
|
@@ -5402,12 +5611,12 @@
|
|
5402
5611
|
},
|
5403
5612
|
"type": {
|
5404
5613
|
"type": "reference",
|
5405
|
-
"id":
|
5614
|
+
"id": 756,
|
5406
5615
|
"name": "SelectedRowsHandler"
|
5407
5616
|
}
|
5408
5617
|
},
|
5409
5618
|
{
|
5410
|
-
"id":
|
5619
|
+
"id": 827,
|
5411
5620
|
"name": "onSort",
|
5412
5621
|
"kind": 1024,
|
5413
5622
|
"kindString": "Property",
|
@@ -5419,11 +5628,11 @@
|
|
5419
5628
|
},
|
5420
5629
|
"type": {
|
5421
5630
|
"type": "reference",
|
5422
|
-
"id":
|
5631
|
+
"id": 759,
|
5423
5632
|
"typeArguments": [
|
5424
5633
|
{
|
5425
5634
|
"type": "reference",
|
5426
|
-
"id":
|
5635
|
+
"id": 846,
|
5427
5636
|
"name": "TRow"
|
5428
5637
|
}
|
5429
5638
|
],
|
@@ -5431,7 +5640,7 @@
|
|
5431
5640
|
}
|
5432
5641
|
},
|
5433
5642
|
{
|
5434
|
-
"id":
|
5643
|
+
"id": 833,
|
5435
5644
|
"name": "pageIndex",
|
5436
5645
|
"kind": 1024,
|
5437
5646
|
"kindString": "Property",
|
@@ -5447,7 +5656,7 @@
|
|
5447
5656
|
}
|
5448
5657
|
},
|
5449
5658
|
{
|
5450
|
-
"id":
|
5659
|
+
"id": 834,
|
5451
5660
|
"name": "pageSize",
|
5452
5661
|
"kind": 1024,
|
5453
5662
|
"kindString": "Property",
|
@@ -5463,7 +5672,7 @@
|
|
5463
5672
|
}
|
5464
5673
|
},
|
5465
5674
|
{
|
5466
|
-
"id":
|
5675
|
+
"id": 817,
|
5467
5676
|
"name": "rowClassName",
|
5468
5677
|
"kind": 1024,
|
5469
5678
|
"kindString": "Property",
|
@@ -5483,32 +5692,32 @@
|
|
5483
5692
|
{
|
5484
5693
|
"type": "reflection",
|
5485
5694
|
"declaration": {
|
5486
|
-
"id":
|
5695
|
+
"id": 818,
|
5487
5696
|
"name": "__type",
|
5488
5697
|
"kind": 65536,
|
5489
5698
|
"kindString": "Type literal",
|
5490
5699
|
"flags": {},
|
5491
5700
|
"signatures": [
|
5492
5701
|
{
|
5493
|
-
"id":
|
5702
|
+
"id": 819,
|
5494
5703
|
"name": "__type",
|
5495
5704
|
"kind": 4096,
|
5496
5705
|
"kindString": "Call signature",
|
5497
5706
|
"flags": {},
|
5498
5707
|
"parameters": [
|
5499
5708
|
{
|
5500
|
-
"id":
|
5709
|
+
"id": 820,
|
5501
5710
|
"name": "row",
|
5502
5711
|
"kind": 32768,
|
5503
5712
|
"kindString": "Parameter",
|
5504
5713
|
"flags": {},
|
5505
5714
|
"type": {
|
5506
5715
|
"type": "reference",
|
5507
|
-
"id":
|
5716
|
+
"id": 847,
|
5508
5717
|
"typeArguments": [
|
5509
5718
|
{
|
5510
5719
|
"type": "reference",
|
5511
|
-
"id":
|
5720
|
+
"id": 846,
|
5512
5721
|
"name": "TRow"
|
5513
5722
|
}
|
5514
5723
|
],
|
@@ -5537,7 +5746,7 @@
|
|
5537
5746
|
}
|
5538
5747
|
},
|
5539
5748
|
{
|
5540
|
-
"id":
|
5749
|
+
"id": 824,
|
5541
5750
|
"name": "rowHeight",
|
5542
5751
|
"kind": 1024,
|
5543
5752
|
"kindString": "Property",
|
@@ -5553,7 +5762,7 @@
|
|
5553
5762
|
}
|
5554
5763
|
},
|
5555
5764
|
{
|
5556
|
-
"id":
|
5765
|
+
"id": 825,
|
5557
5766
|
"name": "selectedRows",
|
5558
5767
|
"kind": 1024,
|
5559
5768
|
"kindString": "Property",
|
@@ -5565,12 +5774,12 @@
|
|
5565
5774
|
},
|
5566
5775
|
"type": {
|
5567
5776
|
"type": "reference",
|
5568
|
-
"id":
|
5777
|
+
"id": 757,
|
5569
5778
|
"name": "SelectedRowsState"
|
5570
5779
|
}
|
5571
5780
|
},
|
5572
5781
|
{
|
5573
|
-
"id":
|
5782
|
+
"id": 829,
|
5574
5783
|
"name": "sortRules",
|
5575
5784
|
"kind": 1024,
|
5576
5785
|
"kindString": "Property",
|
@@ -5584,11 +5793,11 @@
|
|
5584
5793
|
"type": "array",
|
5585
5794
|
"elementType": {
|
5586
5795
|
"type": "reference",
|
5587
|
-
"id":
|
5796
|
+
"id": 765,
|
5588
5797
|
"typeArguments": [
|
5589
5798
|
{
|
5590
5799
|
"type": "reference",
|
5591
|
-
"id":
|
5800
|
+
"id": 846,
|
5592
5801
|
"name": "TRow"
|
5593
5802
|
}
|
5594
5803
|
],
|
@@ -5597,7 +5806,7 @@
|
|
5597
5806
|
}
|
5598
5807
|
},
|
5599
5808
|
{
|
5600
|
-
"id":
|
5809
|
+
"id": 812,
|
5601
5810
|
"name": "emptyStateRenderer",
|
5602
5811
|
"kind": 2048,
|
5603
5812
|
"kindString": "Method",
|
@@ -5606,7 +5815,7 @@
|
|
5606
5815
|
},
|
5607
5816
|
"signatures": [
|
5608
5817
|
{
|
5609
|
-
"id":
|
5818
|
+
"id": 813,
|
5610
5819
|
"name": "emptyStateRenderer",
|
5611
5820
|
"kind": 4096,
|
5612
5821
|
"kindString": "Call signature",
|
@@ -5624,7 +5833,7 @@
|
|
5624
5833
|
]
|
5625
5834
|
},
|
5626
5835
|
{
|
5627
|
-
"id":
|
5836
|
+
"id": 835,
|
5628
5837
|
"name": "loadMore",
|
5629
5838
|
"kind": 2048,
|
5630
5839
|
"kindString": "Method",
|
@@ -5633,7 +5842,7 @@
|
|
5633
5842
|
},
|
5634
5843
|
"signatures": [
|
5635
5844
|
{
|
5636
|
-
"id":
|
5845
|
+
"id": 836,
|
5637
5846
|
"name": "loadMore",
|
5638
5847
|
"kind": 4096,
|
5639
5848
|
"kindString": "Call signature",
|
@@ -5643,7 +5852,7 @@
|
|
5643
5852
|
},
|
5644
5853
|
"parameters": [
|
5645
5854
|
{
|
5646
|
-
"id":
|
5855
|
+
"id": 837,
|
5647
5856
|
"name": "startIndex",
|
5648
5857
|
"kind": 32768,
|
5649
5858
|
"kindString": "Parameter",
|
@@ -5654,7 +5863,7 @@
|
|
5654
5863
|
}
|
5655
5864
|
},
|
5656
5865
|
{
|
5657
|
-
"id":
|
5866
|
+
"id": 838,
|
5658
5867
|
"name": "endIndex",
|
5659
5868
|
"kind": 32768,
|
5660
5869
|
"kindString": "Parameter",
|
@@ -5673,7 +5882,7 @@
|
|
5673
5882
|
]
|
5674
5883
|
},
|
5675
5884
|
{
|
5676
|
-
"id":
|
5885
|
+
"id": 821,
|
5677
5886
|
"name": "rowExpansionRenderer",
|
5678
5887
|
"kind": 2048,
|
5679
5888
|
"kindString": "Method",
|
@@ -5682,7 +5891,7 @@
|
|
5682
5891
|
},
|
5683
5892
|
"signatures": [
|
5684
5893
|
{
|
5685
|
-
"id":
|
5894
|
+
"id": 822,
|
5686
5895
|
"name": "rowExpansionRenderer",
|
5687
5896
|
"kind": 4096,
|
5688
5897
|
"kindString": "Call signature",
|
@@ -5692,18 +5901,18 @@
|
|
5692
5901
|
},
|
5693
5902
|
"parameters": [
|
5694
5903
|
{
|
5695
|
-
"id":
|
5904
|
+
"id": 823,
|
5696
5905
|
"name": "row",
|
5697
5906
|
"kind": 32768,
|
5698
5907
|
"kindString": "Parameter",
|
5699
5908
|
"flags": {},
|
5700
5909
|
"type": {
|
5701
5910
|
"type": "reference",
|
5702
|
-
"id":
|
5911
|
+
"id": 847,
|
5703
5912
|
"typeArguments": [
|
5704
5913
|
{
|
5705
5914
|
"type": "reference",
|
5706
|
-
"id":
|
5915
|
+
"id": 846,
|
5707
5916
|
"name": "TRow"
|
5708
5917
|
}
|
5709
5918
|
],
|
@@ -5728,7 +5937,7 @@
|
|
5728
5937
|
],
|
5729
5938
|
"props": [
|
5730
5939
|
{
|
5731
|
-
"id":
|
5940
|
+
"id": 862,
|
5732
5941
|
"name": "instance",
|
5733
5942
|
"kind": 1024,
|
5734
5943
|
"kindString": "Property",
|
@@ -5736,14 +5945,14 @@
|
|
5736
5945
|
"type": {
|
5737
5946
|
"type": "reflection",
|
5738
5947
|
"declaration": {
|
5739
|
-
"id":
|
5948
|
+
"id": 863,
|
5740
5949
|
"name": "__type",
|
5741
5950
|
"kind": 65536,
|
5742
5951
|
"kindString": "Type literal",
|
5743
5952
|
"flags": {},
|
5744
5953
|
"children": [
|
5745
5954
|
{
|
5746
|
-
"id":
|
5955
|
+
"id": 869,
|
5747
5956
|
"name": "resetRowEditing",
|
5748
5957
|
"kind": 1024,
|
5749
5958
|
"kindString": "Property",
|
@@ -5754,7 +5963,7 @@
|
|
5754
5963
|
}
|
5755
5964
|
},
|
5756
5965
|
{
|
5757
|
-
"id":
|
5966
|
+
"id": 864,
|
5758
5967
|
"name": "toggleAllRowsExpanded",
|
5759
5968
|
"kind": 1024,
|
5760
5969
|
"kindString": "Property",
|
@@ -5765,7 +5974,7 @@
|
|
5765
5974
|
}
|
5766
5975
|
},
|
5767
5976
|
{
|
5768
|
-
"id":
|
5977
|
+
"id": 867,
|
5769
5978
|
"name": "toggleEditing",
|
5770
5979
|
"kind": 1024,
|
5771
5980
|
"kindString": "Property",
|
@@ -5776,7 +5985,7 @@
|
|
5776
5985
|
}
|
5777
5986
|
},
|
5778
5987
|
{
|
5779
|
-
"id":
|
5988
|
+
"id": 865,
|
5780
5989
|
"name": "toggleHideAllColumns",
|
5781
5990
|
"kind": 1024,
|
5782
5991
|
"kindString": "Property",
|
@@ -5787,7 +5996,7 @@
|
|
5787
5996
|
}
|
5788
5997
|
},
|
5789
5998
|
{
|
5790
|
-
"id":
|
5999
|
+
"id": 866,
|
5791
6000
|
"name": "toggleHideColumn",
|
5792
6001
|
"kind": 1024,
|
5793
6002
|
"kindString": "Property",
|
@@ -5798,7 +6007,7 @@
|
|
5798
6007
|
}
|
5799
6008
|
},
|
5800
6009
|
{
|
5801
|
-
"id":
|
6010
|
+
"id": 868,
|
5802
6011
|
"name": "toggleRowEditing",
|
5803
6012
|
"kind": 1024,
|
5804
6013
|
"kindString": "Property",
|
@@ -5809,7 +6018,7 @@
|
|
5809
6018
|
}
|
5810
6019
|
},
|
5811
6020
|
{
|
5812
|
-
"id":
|
6021
|
+
"id": 870,
|
5813
6022
|
"name": "toggleRowExpanded",
|
5814
6023
|
"kind": 1024,
|
5815
6024
|
"kindString": "Property",
|
@@ -5820,7 +6029,7 @@
|
|
5820
6029
|
}
|
5821
6030
|
},
|
5822
6031
|
{
|
5823
|
-
"id":
|
6032
|
+
"id": 871,
|
5824
6033
|
"name": "toggleSortBy",
|
5825
6034
|
"kind": 1024,
|
5826
6035
|
"kindString": "Property",
|
@@ -5836,14 +6045,14 @@
|
|
5836
6045
|
"title": "Properties",
|
5837
6046
|
"kind": 1024,
|
5838
6047
|
"children": [
|
5839
|
-
|
5840
|
-
|
5841
|
-
|
5842
|
-
|
5843
|
-
|
5844
|
-
|
5845
|
-
|
5846
|
-
|
6048
|
+
869,
|
6049
|
+
864,
|
6050
|
+
867,
|
6051
|
+
865,
|
6052
|
+
866,
|
6053
|
+
868,
|
6054
|
+
870,
|
6055
|
+
871
|
5847
6056
|
]
|
5848
6057
|
}
|
5849
6058
|
]
|
@@ -5855,7 +6064,7 @@
|
|
5855
6064
|
"TableRow": {
|
5856
6065
|
"props": [
|
5857
6066
|
{
|
5858
|
-
"id":
|
6067
|
+
"id": 851,
|
5859
6068
|
"name": "depth",
|
5860
6069
|
"kind": 1024,
|
5861
6070
|
"kindString": "Property",
|
@@ -5868,7 +6077,7 @@
|
|
5868
6077
|
}
|
5869
6078
|
},
|
5870
6079
|
{
|
5871
|
-
"id":
|
6080
|
+
"id": 849,
|
5872
6081
|
"name": "index",
|
5873
6082
|
"kind": 1024,
|
5874
6083
|
"kindString": "Property",
|
@@ -5882,7 +6091,7 @@
|
|
5882
6091
|
}
|
5883
6092
|
},
|
5884
6093
|
{
|
5885
|
-
"id":
|
6094
|
+
"id": 850,
|
5886
6095
|
"name": "indexPath",
|
5887
6096
|
"kind": 1024,
|
5888
6097
|
"kindString": "Property",
|
@@ -5896,7 +6105,7 @@
|
|
5896
6105
|
}
|
5897
6106
|
},
|
5898
6107
|
{
|
5899
|
-
"id":
|
6108
|
+
"id": 856,
|
5900
6109
|
"name": "isEditing",
|
5901
6110
|
"kind": 1024,
|
5902
6111
|
"kindString": "Property",
|
@@ -5909,7 +6118,7 @@
|
|
5909
6118
|
}
|
5910
6119
|
},
|
5911
6120
|
{
|
5912
|
-
"id":
|
6121
|
+
"id": 852,
|
5913
6122
|
"name": "isExpanded",
|
5914
6123
|
"kind": 1024,
|
5915
6124
|
"kindString": "Property",
|
@@ -5925,7 +6134,7 @@
|
|
5925
6134
|
}
|
5926
6135
|
},
|
5927
6136
|
{
|
5928
|
-
"id":
|
6137
|
+
"id": 855,
|
5929
6138
|
"name": "values",
|
5930
6139
|
"kind": 1024,
|
5931
6140
|
"kindString": "Property",
|
@@ -5935,11 +6144,11 @@
|
|
5935
6144
|
},
|
5936
6145
|
"type": {
|
5937
6146
|
"type": "reference",
|
5938
|
-
"id":
|
6147
|
+
"id": 714,
|
5939
6148
|
"typeArguments": [
|
5940
6149
|
{
|
5941
6150
|
"type": "reference",
|
5942
|
-
"id":
|
6151
|
+
"id": 859,
|
5943
6152
|
"name": "TRow"
|
5944
6153
|
}
|
5945
6154
|
],
|
@@ -5947,7 +6156,7 @@
|
|
5947
6156
|
}
|
5948
6157
|
},
|
5949
6158
|
{
|
5950
|
-
"id":
|
6159
|
+
"id": 857,
|
5951
6160
|
"name": "toggleRowEditing",
|
5952
6161
|
"kind": 2048,
|
5953
6162
|
"kindString": "Method",
|
@@ -5956,7 +6165,7 @@
|
|
5956
6165
|
},
|
5957
6166
|
"signatures": [
|
5958
6167
|
{
|
5959
|
-
"id":
|
6168
|
+
"id": 858,
|
5960
6169
|
"name": "toggleRowEditing",
|
5961
6170
|
"kind": 4096,
|
5962
6171
|
"kindString": "Call signature",
|
@@ -5969,7 +6178,7 @@
|
|
5969
6178
|
]
|
5970
6179
|
},
|
5971
6180
|
{
|
5972
|
-
"id":
|
6181
|
+
"id": 853,
|
5973
6182
|
"name": "toggleRowExpanded",
|
5974
6183
|
"kind": 2048,
|
5975
6184
|
"kindString": "Method",
|
@@ -5978,7 +6187,7 @@
|
|
5978
6187
|
},
|
5979
6188
|
"signatures": [
|
5980
6189
|
{
|
5981
|
-
"id":
|
6190
|
+
"id": 854,
|
5982
6191
|
"name": "toggleRowExpanded",
|
5983
6192
|
"kind": 4096,
|
5984
6193
|
"kindString": "Call signature",
|
@@ -5998,7 +6207,7 @@
|
|
5998
6207
|
"TableTexts": {
|
5999
6208
|
"props": [
|
6000
6209
|
{
|
6001
|
-
"id":
|
6210
|
+
"id": 874,
|
6002
6211
|
"name": "actions",
|
6003
6212
|
"kind": 1024,
|
6004
6213
|
"kindString": "Property",
|
@@ -6009,7 +6218,7 @@
|
|
6009
6218
|
}
|
6010
6219
|
},
|
6011
6220
|
{
|
6012
|
-
"id":
|
6221
|
+
"id": 876,
|
6013
6222
|
"name": "copy",
|
6014
6223
|
"kind": 1024,
|
6015
6224
|
"kindString": "Property",
|
@@ -6020,7 +6229,7 @@
|
|
6020
6229
|
}
|
6021
6230
|
},
|
6022
6231
|
{
|
6023
|
-
"id":
|
6232
|
+
"id": 877,
|
6024
6233
|
"name": "del",
|
6025
6234
|
"kind": 1024,
|
6026
6235
|
"kindString": "Property",
|
@@ -6031,7 +6240,7 @@
|
|
6031
6240
|
}
|
6032
6241
|
},
|
6033
6242
|
{
|
6034
|
-
"id":
|
6243
|
+
"id": 875,
|
6035
6244
|
"name": "edit",
|
6036
6245
|
"kind": 1024,
|
6037
6246
|
"kindString": "Property",
|
@@ -6042,7 +6251,7 @@
|
|
6042
6251
|
}
|
6043
6252
|
},
|
6044
6253
|
{
|
6045
|
-
"id":
|
6254
|
+
"id": 879,
|
6046
6255
|
"name": "loading",
|
6047
6256
|
"kind": 1024,
|
6048
6257
|
"kindString": "Property",
|
@@ -6053,7 +6262,7 @@
|
|
6053
6262
|
}
|
6054
6263
|
},
|
6055
6264
|
{
|
6056
|
-
"id":
|
6265
|
+
"id": 878,
|
6057
6266
|
"name": "newSubRow",
|
6058
6267
|
"kind": 1024,
|
6059
6268
|
"kindString": "Property",
|
@@ -6071,7 +6280,7 @@
|
|
6071
6280
|
],
|
6072
6281
|
"props": [
|
6073
6282
|
{
|
6074
|
-
"id":
|
6283
|
+
"id": 932,
|
6075
6284
|
"name": "children",
|
6076
6285
|
"kind": 1024,
|
6077
6286
|
"kindString": "Property",
|
@@ -6087,7 +6296,7 @@
|
|
6087
6296
|
}
|
6088
6297
|
},
|
6089
6298
|
{
|
6090
|
-
"id":
|
6299
|
+
"id": 931,
|
6091
6300
|
"name": "defaultId",
|
6092
6301
|
"kind": 1024,
|
6093
6302
|
"kindString": "Property",
|
@@ -6103,7 +6312,7 @@
|
|
6103
6312
|
}
|
6104
6313
|
},
|
6105
6314
|
{
|
6106
|
-
"id":
|
6315
|
+
"id": 930,
|
6107
6316
|
"name": "id",
|
6108
6317
|
"kind": 1024,
|
6109
6318
|
"kindString": "Property",
|
@@ -6119,7 +6328,7 @@
|
|
6119
6328
|
}
|
6120
6329
|
},
|
6121
6330
|
{
|
6122
|
-
"id":
|
6331
|
+
"id": 933,
|
6123
6332
|
"name": "orientation",
|
6124
6333
|
"kind": 1024,
|
6125
6334
|
"kindString": "Property",
|
@@ -6142,7 +6351,7 @@
|
|
6142
6351
|
}
|
6143
6352
|
},
|
6144
6353
|
{
|
6145
|
-
"id":
|
6354
|
+
"id": 934,
|
6146
6355
|
"name": "onChange",
|
6147
6356
|
"kind": 2048,
|
6148
6357
|
"kindString": "Method",
|
@@ -6151,7 +6360,7 @@
|
|
6151
6360
|
},
|
6152
6361
|
"signatures": [
|
6153
6362
|
{
|
6154
|
-
"id":
|
6363
|
+
"id": 935,
|
6155
6364
|
"name": "onChange",
|
6156
6365
|
"kind": 4096,
|
6157
6366
|
"kindString": "Call signature",
|
@@ -6161,7 +6370,7 @@
|
|
6161
6370
|
},
|
6162
6371
|
"parameters": [
|
6163
6372
|
{
|
6164
|
-
"id":
|
6373
|
+
"id": 936,
|
6165
6374
|
"name": "id",
|
6166
6375
|
"kind": 32768,
|
6167
6376
|
"kindString": "Parameter",
|
@@ -6184,7 +6393,7 @@
|
|
6184
6393
|
"Taco": {
|
6185
6394
|
"props": [
|
6186
6395
|
{
|
6187
|
-
"id":
|
6396
|
+
"id": 567,
|
6188
6397
|
"name": "localization",
|
6189
6398
|
"kind": 1024,
|
6190
6399
|
"kindString": "Property",
|
@@ -6194,7 +6403,7 @@
|
|
6194
6403
|
},
|
6195
6404
|
"type": {
|
6196
6405
|
"type": "reference",
|
6197
|
-
"id":
|
6406
|
+
"id": 558,
|
6198
6407
|
"name": "Localization"
|
6199
6408
|
}
|
6200
6409
|
}
|
@@ -6206,7 +6415,7 @@
|
|
6206
6415
|
],
|
6207
6416
|
"props": [
|
6208
6417
|
{
|
6209
|
-
"id":
|
6418
|
+
"id": 953,
|
6210
6419
|
"name": "highlighted",
|
6211
6420
|
"kind": 1024,
|
6212
6421
|
"kindString": "Property",
|
@@ -6222,7 +6431,7 @@
|
|
6222
6431
|
}
|
6223
6432
|
},
|
6224
6433
|
{
|
6225
|
-
"id":
|
6434
|
+
"id": 954,
|
6226
6435
|
"name": "state",
|
6227
6436
|
"kind": 1024,
|
6228
6437
|
"kindString": "Property",
|
@@ -6239,7 +6448,7 @@
|
|
6239
6448
|
}
|
6240
6449
|
},
|
6241
6450
|
{
|
6242
|
-
"id":
|
6451
|
+
"id": 955,
|
6243
6452
|
"name": "value",
|
6244
6453
|
"kind": 1024,
|
6245
6454
|
"kindString": "Property",
|
@@ -6262,7 +6471,7 @@
|
|
6262
6471
|
],
|
6263
6472
|
"props": [
|
6264
6473
|
{
|
6265
|
-
"id":
|
6474
|
+
"id": 995,
|
6266
6475
|
"name": "children",
|
6267
6476
|
"kind": 1024,
|
6268
6477
|
"kindString": "Property",
|
@@ -6287,7 +6496,7 @@
|
|
6287
6496
|
}
|
6288
6497
|
},
|
6289
6498
|
{
|
6290
|
-
"id":
|
6499
|
+
"id": 997,
|
6291
6500
|
"name": "placement",
|
6292
6501
|
"kind": 1024,
|
6293
6502
|
"kindString": "Property",
|
@@ -6326,7 +6535,7 @@
|
|
6326
6535
|
}
|
6327
6536
|
},
|
6328
6537
|
{
|
6329
|
-
"id":
|
6538
|
+
"id": 996,
|
6330
6539
|
"name": "title",
|
6331
6540
|
"kind": 1024,
|
6332
6541
|
"kindString": "Property",
|
@@ -6344,7 +6553,7 @@
|
|
6344
6553
|
"TourProps": {
|
6345
6554
|
"props": [
|
6346
6555
|
{
|
6347
|
-
"id":
|
6556
|
+
"id": 1023,
|
6348
6557
|
"name": "autoStart",
|
6349
6558
|
"kind": 1024,
|
6350
6559
|
"kindString": "Property",
|
@@ -6360,7 +6569,7 @@
|
|
6360
6569
|
}
|
6361
6570
|
},
|
6362
6571
|
{
|
6363
|
-
"id":
|
6572
|
+
"id": 1024,
|
6364
6573
|
"name": "children",
|
6365
6574
|
"kind": 1024,
|
6366
6575
|
"kindString": "Property",
|
@@ -6374,7 +6583,7 @@
|
|
6374
6583
|
}
|
6375
6584
|
},
|
6376
6585
|
{
|
6377
|
-
"id":
|
6586
|
+
"id": 1025,
|
6378
6587
|
"name": "continuous",
|
6379
6588
|
"kind": 1024,
|
6380
6589
|
"kindString": "Property",
|
@@ -6390,7 +6599,7 @@
|
|
6390
6599
|
}
|
6391
6600
|
},
|
6392
6601
|
{
|
6393
|
-
"id":
|
6602
|
+
"id": 1026,
|
6394
6603
|
"name": "disableCloseOnEsc",
|
6395
6604
|
"kind": 1024,
|
6396
6605
|
"kindString": "Property",
|
@@ -6406,7 +6615,7 @@
|
|
6406
6615
|
}
|
6407
6616
|
},
|
6408
6617
|
{
|
6409
|
-
"id":
|
6618
|
+
"id": 1027,
|
6410
6619
|
"name": "disableOverlayClose",
|
6411
6620
|
"kind": 1024,
|
6412
6621
|
"kindString": "Property",
|
@@ -6422,7 +6631,7 @@
|
|
6422
6631
|
}
|
6423
6632
|
},
|
6424
6633
|
{
|
6425
|
-
"id":
|
6634
|
+
"id": 1037,
|
6426
6635
|
"name": "disableScrollParentFix",
|
6427
6636
|
"kind": 1024,
|
6428
6637
|
"kindString": "Property",
|
@@ -6435,7 +6644,7 @@
|
|
6435
6644
|
}
|
6436
6645
|
},
|
6437
6646
|
{
|
6438
|
-
"id":
|
6647
|
+
"id": 1028,
|
6439
6648
|
"name": "disableScrolling",
|
6440
6649
|
"kind": 1024,
|
6441
6650
|
"kindString": "Property",
|
@@ -6451,7 +6660,7 @@
|
|
6451
6660
|
}
|
6452
6661
|
},
|
6453
6662
|
{
|
6454
|
-
"id":
|
6663
|
+
"id": 1032,
|
6455
6664
|
"name": "onComplete",
|
6456
6665
|
"kind": 1024,
|
6457
6666
|
"kindString": "Property",
|
@@ -6466,7 +6675,7 @@
|
|
6466
6675
|
}
|
6467
6676
|
},
|
6468
6677
|
{
|
6469
|
-
"id":
|
6678
|
+
"id": 1036,
|
6470
6679
|
"name": "spotlightClicks",
|
6471
6680
|
"kind": 1024,
|
6472
6681
|
"kindString": "Property",
|
@@ -6479,7 +6688,7 @@
|
|
6479
6688
|
}
|
6480
6689
|
},
|
6481
6690
|
{
|
6482
|
-
"id":
|
6691
|
+
"id": 1029,
|
6483
6692
|
"name": "onClose",
|
6484
6693
|
"kind": 2048,
|
6485
6694
|
"kindString": "Method",
|
@@ -6488,21 +6697,21 @@
|
|
6488
6697
|
},
|
6489
6698
|
"signatures": [
|
6490
6699
|
{
|
6491
|
-
"id":
|
6700
|
+
"id": 1030,
|
6492
6701
|
"name": "onClose",
|
6493
6702
|
"kind": 4096,
|
6494
6703
|
"kindString": "Call signature",
|
6495
6704
|
"flags": {},
|
6496
6705
|
"parameters": [
|
6497
6706
|
{
|
6498
|
-
"id":
|
6707
|
+
"id": 1031,
|
6499
6708
|
"name": "step",
|
6500
6709
|
"kind": 32768,
|
6501
6710
|
"kindString": "Parameter",
|
6502
6711
|
"flags": {},
|
6503
6712
|
"type": {
|
6504
6713
|
"type": "reference",
|
6505
|
-
"id":
|
6714
|
+
"id": 1011,
|
6506
6715
|
"name": "TourStepProps"
|
6507
6716
|
}
|
6508
6717
|
}
|
@@ -6515,7 +6724,7 @@
|
|
6515
6724
|
]
|
6516
6725
|
},
|
6517
6726
|
{
|
6518
|
-
"id":
|
6727
|
+
"id": 1033,
|
6519
6728
|
"name": "onReady",
|
6520
6729
|
"kind": 2048,
|
6521
6730
|
"kindString": "Method",
|
@@ -6524,7 +6733,7 @@
|
|
6524
6733
|
},
|
6525
6734
|
"signatures": [
|
6526
6735
|
{
|
6527
|
-
"id":
|
6736
|
+
"id": 1034,
|
6528
6737
|
"name": "onReady",
|
6529
6738
|
"kind": 4096,
|
6530
6739
|
"kindString": "Call signature",
|
@@ -6534,14 +6743,14 @@
|
|
6534
6743
|
},
|
6535
6744
|
"parameters": [
|
6536
6745
|
{
|
6537
|
-
"id":
|
6746
|
+
"id": 1035,
|
6538
6747
|
"name": "step",
|
6539
6748
|
"kind": 32768,
|
6540
6749
|
"kindString": "Parameter",
|
6541
6750
|
"flags": {},
|
6542
6751
|
"type": {
|
6543
6752
|
"type": "reference",
|
6544
|
-
"id":
|
6753
|
+
"id": 1011,
|
6545
6754
|
"name": "TourStepProps"
|
6546
6755
|
}
|
6547
6756
|
}
|
@@ -6558,7 +6767,7 @@
|
|
6558
6767
|
"TourStepProps": {
|
6559
6768
|
"props": [
|
6560
6769
|
{
|
6561
|
-
"id":
|
6770
|
+
"id": 1013,
|
6562
6771
|
"name": "children",
|
6563
6772
|
"kind": 1024,
|
6564
6773
|
"kindString": "Property",
|
@@ -6574,7 +6783,7 @@
|
|
6574
6783
|
}
|
6575
6784
|
},
|
6576
6785
|
{
|
6577
|
-
"id":
|
6786
|
+
"id": 1014,
|
6578
6787
|
"name": "position",
|
6579
6788
|
"kind": 1024,
|
6580
6789
|
"kindString": "Property",
|
@@ -6592,7 +6801,7 @@
|
|
6592
6801
|
}
|
6593
6802
|
},
|
6594
6803
|
{
|
6595
|
-
"id":
|
6804
|
+
"id": 1015,
|
6596
6805
|
"name": "selector",
|
6597
6806
|
"kind": 1024,
|
6598
6807
|
"kindString": "Property",
|
@@ -6606,7 +6815,7 @@
|
|
6606
6815
|
}
|
6607
6816
|
},
|
6608
6817
|
{
|
6609
|
-
"id":
|
6818
|
+
"id": 1016,
|
6610
6819
|
"name": "showBeacon",
|
6611
6820
|
"kind": 1024,
|
6612
6821
|
"kindString": "Property",
|
@@ -6622,7 +6831,7 @@
|
|
6622
6831
|
}
|
6623
6832
|
},
|
6624
6833
|
{
|
6625
|
-
"id":
|
6834
|
+
"id": 1017,
|
6626
6835
|
"name": "title",
|
6627
6836
|
"kind": 1024,
|
6628
6837
|
"kindString": "Property",
|
@@ -6640,7 +6849,7 @@
|
|
6640
6849
|
"TourTexts": {
|
6641
6850
|
"props": [
|
6642
6851
|
{
|
6643
|
-
"id":
|
6852
|
+
"id": 1005,
|
6644
6853
|
"name": "back",
|
6645
6854
|
"kind": 1024,
|
6646
6855
|
"kindString": "Property",
|
@@ -6654,7 +6863,7 @@
|
|
6654
6863
|
}
|
6655
6864
|
},
|
6656
6865
|
{
|
6657
|
-
"id":
|
6866
|
+
"id": 1006,
|
6658
6867
|
"name": "close",
|
6659
6868
|
"kind": 1024,
|
6660
6869
|
"kindString": "Property",
|
@@ -6668,7 +6877,7 @@
|
|
6668
6877
|
}
|
6669
6878
|
},
|
6670
6879
|
{
|
6671
|
-
"id":
|
6880
|
+
"id": 1008,
|
6672
6881
|
"name": "last",
|
6673
6882
|
"kind": 1024,
|
6674
6883
|
"kindString": "Property",
|
@@ -6682,7 +6891,7 @@
|
|
6682
6891
|
}
|
6683
6892
|
},
|
6684
6893
|
{
|
6685
|
-
"id":
|
6894
|
+
"id": 1009,
|
6686
6895
|
"name": "next",
|
6687
6896
|
"kind": 1024,
|
6688
6897
|
"kindString": "Property",
|
@@ -6696,7 +6905,7 @@
|
|
6696
6905
|
}
|
6697
6906
|
},
|
6698
6907
|
{
|
6699
|
-
"id":
|
6908
|
+
"id": 1010,
|
6700
6909
|
"name": "open",
|
6701
6910
|
"kind": 1024,
|
6702
6911
|
"kindString": "Property",
|
@@ -6710,7 +6919,7 @@
|
|
6710
6919
|
}
|
6711
6920
|
},
|
6712
6921
|
{
|
6713
|
-
"id":
|
6922
|
+
"id": 1007,
|
6714
6923
|
"name": "skip",
|
6715
6924
|
"kind": 1024,
|
6716
6925
|
"kindString": "Property",
|
@@ -6731,7 +6940,7 @@
|
|
6731
6940
|
],
|
6732
6941
|
"props": [
|
6733
6942
|
{
|
6734
|
-
"id":
|
6943
|
+
"id": 1054,
|
6735
6944
|
"name": "className",
|
6736
6945
|
"kind": 1024,
|
6737
6946
|
"kindString": "Property",
|
@@ -6751,21 +6960,21 @@
|
|
6751
6960
|
{
|
6752
6961
|
"type": "reflection",
|
6753
6962
|
"declaration": {
|
6754
|
-
"id":
|
6963
|
+
"id": 1055,
|
6755
6964
|
"name": "__type",
|
6756
6965
|
"kind": 65536,
|
6757
6966
|
"kindString": "Type literal",
|
6758
6967
|
"flags": {},
|
6759
6968
|
"signatures": [
|
6760
6969
|
{
|
6761
|
-
"id":
|
6970
|
+
"id": 1056,
|
6762
6971
|
"name": "__type",
|
6763
6972
|
"kind": 4096,
|
6764
6973
|
"kindString": "Call signature",
|
6765
6974
|
"flags": {},
|
6766
6975
|
"parameters": [
|
6767
6976
|
{
|
6768
|
-
"id":
|
6977
|
+
"id": 1057,
|
6769
6978
|
"name": "expanded",
|
6770
6979
|
"kind": 32768,
|
6771
6980
|
"kindString": "Parameter",
|
@@ -6788,7 +6997,7 @@
|
|
6788
6997
|
}
|
6789
6998
|
},
|
6790
6999
|
{
|
6791
|
-
"id":
|
7000
|
+
"id": 1058,
|
6792
7001
|
"name": "expanded",
|
6793
7002
|
"kind": 1024,
|
6794
7003
|
"kindString": "Property",
|
@@ -6804,7 +7013,7 @@
|
|
6804
7013
|
}
|
6805
7014
|
},
|
6806
7015
|
{
|
6807
|
-
"id":
|
7016
|
+
"id": 1059,
|
6808
7017
|
"name": "fixed",
|
6809
7018
|
"kind": 1024,
|
6810
7019
|
"kindString": "Property",
|
@@ -6820,7 +7029,7 @@
|
|
6820
7029
|
}
|
6821
7030
|
},
|
6822
7031
|
{
|
6823
|
-
"id":
|
7032
|
+
"id": 1064,
|
6824
7033
|
"name": "title",
|
6825
7034
|
"kind": 1024,
|
6826
7035
|
"kindString": "Property",
|
@@ -6840,21 +7049,21 @@
|
|
6840
7049
|
{
|
6841
7050
|
"type": "reflection",
|
6842
7051
|
"declaration": {
|
6843
|
-
"id":
|
7052
|
+
"id": 1065,
|
6844
7053
|
"name": "__type",
|
6845
7054
|
"kind": 65536,
|
6846
7055
|
"kindString": "Type literal",
|
6847
7056
|
"flags": {},
|
6848
7057
|
"signatures": [
|
6849
7058
|
{
|
6850
|
-
"id":
|
7059
|
+
"id": 1066,
|
6851
7060
|
"name": "__type",
|
6852
7061
|
"kind": 4096,
|
6853
7062
|
"kindString": "Call signature",
|
6854
7063
|
"flags": {},
|
6855
7064
|
"parameters": [
|
6856
7065
|
{
|
6857
|
-
"id":
|
7066
|
+
"id": 1067,
|
6858
7067
|
"name": "expanded",
|
6859
7068
|
"kind": 32768,
|
6860
7069
|
"kindString": "Parameter",
|
@@ -6879,7 +7088,7 @@
|
|
6879
7088
|
}
|
6880
7089
|
},
|
6881
7090
|
{
|
6882
|
-
"id":
|
7091
|
+
"id": 1060,
|
6883
7092
|
"name": "onClick",
|
6884
7093
|
"kind": 2048,
|
6885
7094
|
"kindString": "Method",
|
@@ -6888,7 +7097,7 @@
|
|
6888
7097
|
},
|
6889
7098
|
"signatures": [
|
6890
7099
|
{
|
6891
|
-
"id":
|
7100
|
+
"id": 1061,
|
6892
7101
|
"name": "onClick",
|
6893
7102
|
"kind": 4096,
|
6894
7103
|
"kindString": "Call signature",
|
@@ -6898,7 +7107,7 @@
|
|
6898
7107
|
},
|
6899
7108
|
"parameters": [
|
6900
7109
|
{
|
6901
|
-
"id":
|
7110
|
+
"id": 1062,
|
6902
7111
|
"name": "event",
|
6903
7112
|
"kind": 32768,
|
6904
7113
|
"kindString": "Parameter",
|
@@ -6925,7 +7134,7 @@
|
|
6925
7134
|
}
|
6926
7135
|
},
|
6927
7136
|
{
|
6928
|
-
"id":
|
7137
|
+
"id": 1063,
|
6929
7138
|
"name": "expanded",
|
6930
7139
|
"kind": 32768,
|
6931
7140
|
"kindString": "Parameter",
|
@@ -6950,7 +7159,7 @@
|
|
6950
7159
|
"useListKeyboardNavigationOptions": {
|
6951
7160
|
"props": [
|
6952
7161
|
{
|
6953
|
-
"id":
|
7162
|
+
"id": 1094,
|
6954
7163
|
"name": "direction",
|
6955
7164
|
"kind": 1024,
|
6956
7165
|
"kindString": "Property",
|
@@ -6964,7 +7173,7 @@
|
|
6964
7173
|
}
|
6965
7174
|
},
|
6966
7175
|
{
|
6967
|
-
"id":
|
7176
|
+
"id": 1095,
|
6968
7177
|
"name": "initialIndex",
|
6969
7178
|
"kind": 1024,
|
6970
7179
|
"kindString": "Property",
|
@@ -6981,7 +7190,7 @@
|
|
6981
7190
|
"usePaginationValues": {
|
6982
7191
|
"props": [
|
6983
7192
|
{
|
6984
|
-
"id":
|
7193
|
+
"id": 506,
|
6985
7194
|
"name": "pageIndex",
|
6986
7195
|
"kind": 1024,
|
6987
7196
|
"kindString": "Property",
|
@@ -6995,7 +7204,7 @@
|
|
6995
7204
|
}
|
6996
7205
|
},
|
6997
7206
|
{
|
6998
|
-
"id":
|
7207
|
+
"id": 507,
|
6999
7208
|
"name": "pageSize",
|
7000
7209
|
"kind": 1024,
|
7001
7210
|
"kindString": "Property",
|
@@ -7009,14 +7218,14 @@
|
|
7009
7218
|
}
|
7010
7219
|
},
|
7011
7220
|
{
|
7012
|
-
"id":
|
7221
|
+
"id": 508,
|
7013
7222
|
"name": "setPageIndex",
|
7014
7223
|
"kind": 2048,
|
7015
7224
|
"kindString": "Method",
|
7016
7225
|
"flags": {},
|
7017
7226
|
"signatures": [
|
7018
7227
|
{
|
7019
|
-
"id":
|
7228
|
+
"id": 509,
|
7020
7229
|
"name": "setPageIndex",
|
7021
7230
|
"kind": 4096,
|
7022
7231
|
"kindString": "Call signature",
|
@@ -7026,7 +7235,7 @@
|
|
7026
7235
|
},
|
7027
7236
|
"parameters": [
|
7028
7237
|
{
|
7029
|
-
"id":
|
7238
|
+
"id": 510,
|
7030
7239
|
"name": "pageIndex",
|
7031
7240
|
"kind": 32768,
|
7032
7241
|
"kindString": "Parameter",
|
@@ -7045,14 +7254,14 @@
|
|
7045
7254
|
]
|
7046
7255
|
},
|
7047
7256
|
{
|
7048
|
-
"id":
|
7257
|
+
"id": 511,
|
7049
7258
|
"name": "setPageSize",
|
7050
7259
|
"kind": 2048,
|
7051
7260
|
"kindString": "Method",
|
7052
7261
|
"flags": {},
|
7053
7262
|
"signatures": [
|
7054
7263
|
{
|
7055
|
-
"id":
|
7264
|
+
"id": 512,
|
7056
7265
|
"name": "setPageSize",
|
7057
7266
|
"kind": 4096,
|
7058
7267
|
"kindString": "Call signature",
|
@@ -7062,7 +7271,7 @@
|
|
7062
7271
|
},
|
7063
7272
|
"parameters": [
|
7064
7273
|
{
|
7065
|
-
"id":
|
7274
|
+
"id": 513,
|
7066
7275
|
"name": "size",
|
7067
7276
|
"kind": 32768,
|
7068
7277
|
"kindString": "Parameter",
|
@@ -7085,7 +7294,7 @@
|
|
7085
7294
|
"useTableRowCreation": {
|
7086
7295
|
"props": [
|
7087
7296
|
{
|
7088
|
-
"id":
|
7297
|
+
"id": 918,
|
7089
7298
|
"name": "data",
|
7090
7299
|
"kind": 1024,
|
7091
7300
|
"kindString": "Property",
|
@@ -7094,11 +7303,11 @@
|
|
7094
7303
|
"type": "array",
|
7095
7304
|
"elementType": {
|
7096
7305
|
"type": "reference",
|
7097
|
-
"id":
|
7306
|
+
"id": 714,
|
7098
7307
|
"typeArguments": [
|
7099
7308
|
{
|
7100
7309
|
"type": "reference",
|
7101
|
-
"id":
|
7310
|
+
"id": 927,
|
7102
7311
|
"name": "TRow"
|
7103
7312
|
}
|
7104
7313
|
],
|
@@ -7107,7 +7316,7 @@
|
|
7107
7316
|
}
|
7108
7317
|
},
|
7109
7318
|
{
|
7110
|
-
"id":
|
7319
|
+
"id": 926,
|
7111
7320
|
"name": "isCreating",
|
7112
7321
|
"kind": 1024,
|
7113
7322
|
"kindString": "Property",
|
@@ -7118,33 +7327,33 @@
|
|
7118
7327
|
}
|
7119
7328
|
},
|
7120
7329
|
{
|
7121
|
-
"id":
|
7330
|
+
"id": 919,
|
7122
7331
|
"name": "create",
|
7123
7332
|
"kind": 2048,
|
7124
7333
|
"kindString": "Method",
|
7125
7334
|
"flags": {},
|
7126
7335
|
"signatures": [
|
7127
7336
|
{
|
7128
|
-
"id":
|
7337
|
+
"id": 920,
|
7129
7338
|
"name": "create",
|
7130
7339
|
"kind": 4096,
|
7131
7340
|
"kindString": "Call signature",
|
7132
7341
|
"flags": {},
|
7133
7342
|
"parameters": [
|
7134
7343
|
{
|
7135
|
-
"id":
|
7344
|
+
"id": 921,
|
7136
7345
|
"name": "rowIndexPath",
|
7137
7346
|
"kind": 32768,
|
7138
7347
|
"kindString": "Parameter",
|
7139
7348
|
"flags": {},
|
7140
7349
|
"type": {
|
7141
7350
|
"type": "reference",
|
7142
|
-
"id":
|
7351
|
+
"id": 719,
|
7143
7352
|
"name": "RowIndexPath"
|
7144
7353
|
}
|
7145
7354
|
},
|
7146
7355
|
{
|
7147
|
-
"id":
|
7356
|
+
"id": 922,
|
7148
7357
|
"name": "values",
|
7149
7358
|
"kind": 32768,
|
7150
7359
|
"kindString": "Parameter",
|
@@ -7159,35 +7368,35 @@
|
|
7159
7368
|
],
|
7160
7369
|
"type": {
|
7161
7370
|
"type": "reference",
|
7162
|
-
"id":
|
7371
|
+
"id": 719,
|
7163
7372
|
"name": "RowIndexPath"
|
7164
7373
|
}
|
7165
7374
|
}
|
7166
7375
|
]
|
7167
7376
|
},
|
7168
7377
|
{
|
7169
|
-
"id":
|
7378
|
+
"id": 923,
|
7170
7379
|
"name": "remove",
|
7171
7380
|
"kind": 2048,
|
7172
7381
|
"kindString": "Method",
|
7173
7382
|
"flags": {},
|
7174
7383
|
"signatures": [
|
7175
7384
|
{
|
7176
|
-
"id":
|
7385
|
+
"id": 924,
|
7177
7386
|
"name": "remove",
|
7178
7387
|
"kind": 4096,
|
7179
7388
|
"kindString": "Call signature",
|
7180
7389
|
"flags": {},
|
7181
7390
|
"parameters": [
|
7182
7391
|
{
|
7183
|
-
"id":
|
7392
|
+
"id": 925,
|
7184
7393
|
"name": "rowIndexPath",
|
7185
7394
|
"kind": 32768,
|
7186
7395
|
"kindString": "Parameter",
|
7187
7396
|
"flags": {},
|
7188
7397
|
"type": {
|
7189
7398
|
"type": "reference",
|
7190
|
-
"id":
|
7399
|
+
"id": 719,
|
7191
7400
|
"name": "RowIndexPath"
|
7192
7401
|
}
|
7193
7402
|
}
|