@payloadcms/ui 4.0.0-internal.688c4d0 → 4.0.0-internal.7b031c8
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/LICENSE.md +1 -1
- package/dist/css/colors.css +6 -0
- package/dist/css/design-tokens.css +5 -0
- package/dist/css/elevations.css +4 -0
- package/dist/css/forms.css +6 -3
- package/dist/css/theme.css +2 -1
- package/dist/css/utilities.css +3 -2
- package/dist/css/z-index.css +9 -0
- package/dist/elements/APIKeyInput/index.css +4 -4
- package/dist/elements/AddNewRelation/index.css +28 -28
- package/dist/elements/AnimateHeight/usePatchAnimateHeight.d.ts.map +1 -1
- package/dist/elements/AppHeader/index.css +2 -15
- package/dist/elements/AppHeader/index.d.ts +4 -2
- package/dist/elements/AppHeader/index.d.ts.map +1 -1
- package/dist/elements/AppHeader/index.js +14 -9
- package/dist/elements/AppHeader/index.js.map +1 -1
- package/dist/elements/ArrayAction/index.d.ts +2 -0
- package/dist/elements/ArrayAction/index.d.ts.map +1 -1
- package/dist/elements/ArrayAction/index.js +65 -24
- package/dist/elements/ArrayAction/index.js.map +1 -1
- package/dist/elements/BulkUpload/ActionsBar/index.css +4 -8
- package/dist/elements/BulkUpload/ActionsBar/index.d.ts +1 -5
- package/dist/elements/BulkUpload/ActionsBar/index.d.ts.map +1 -1
- package/dist/elements/BulkUpload/ActionsBar/index.js +15 -22
- package/dist/elements/BulkUpload/ActionsBar/index.js.map +1 -1
- package/dist/elements/BulkUpload/AddFilesView/index.css +14 -8
- package/dist/elements/BulkUpload/AddFilesView/index.d.ts +2 -2
- package/dist/elements/BulkUpload/AddFilesView/index.d.ts.map +1 -1
- package/dist/elements/BulkUpload/AddFilesView/index.js +41 -36
- package/dist/elements/BulkUpload/AddFilesView/index.js.map +1 -1
- package/dist/elements/BulkUpload/AddingFilesView/index.css +158 -6
- package/dist/elements/BulkUpload/AddingFilesView/index.d.ts +5 -1
- package/dist/elements/BulkUpload/AddingFilesView/index.d.ts.map +1 -1
- package/dist/elements/BulkUpload/AddingFilesView/index.js +134 -65
- package/dist/elements/BulkUpload/AddingFilesView/index.js.map +1 -1
- package/dist/elements/BulkUpload/DiscardWithoutSaving/index.js +4 -4
- package/dist/elements/BulkUpload/DiscardWithoutSaving/index.js.map +1 -1
- package/dist/elements/BulkUpload/EditForm/index.d.ts +1 -1
- package/dist/elements/BulkUpload/EditForm/index.d.ts.map +1 -1
- package/dist/elements/BulkUpload/EditForm/index.js +16 -17
- package/dist/elements/BulkUpload/EditForm/index.js.map +1 -1
- package/dist/elements/BulkUpload/EditForm/types.d.ts +2 -3
- package/dist/elements/BulkUpload/EditForm/types.d.ts.map +1 -1
- package/dist/elements/BulkUpload/EditForm/types.js.map +1 -1
- package/dist/elements/BulkUpload/EditMany/DrawerContent.d.ts.map +1 -1
- package/dist/elements/BulkUpload/EditMany/DrawerContent.js +78 -64
- package/dist/elements/BulkUpload/EditMany/DrawerContent.js.map +1 -1
- package/dist/elements/BulkUpload/EditMany/index.d.ts.map +1 -1
- package/dist/elements/BulkUpload/EditMany/index.js +28 -10
- package/dist/elements/BulkUpload/EditMany/index.js.map +1 -1
- package/dist/elements/BulkUpload/FileSidebar/index.css +63 -143
- package/dist/elements/BulkUpload/FileSidebar/index.d.ts.map +1 -1
- package/dist/elements/BulkUpload/FileSidebar/index.js +42 -175
- package/dist/elements/BulkUpload/FileSidebar/index.js.map +1 -1
- package/dist/elements/BulkUpload/FormsManager/index.js +1 -1
- package/dist/elements/BulkUpload/FormsManager/index.js.map +1 -1
- package/dist/elements/BulkUpload/index.css +48 -0
- package/dist/elements/BulkUpload/index.d.ts +6 -5
- package/dist/elements/BulkUpload/index.d.ts.map +1 -1
- package/dist/elements/BulkUpload/index.js +42 -41
- package/dist/elements/BulkUpload/index.js.map +1 -1
- package/dist/elements/Button/index.d.ts.map +1 -1
- package/dist/elements/Button/index.js +5 -0
- package/dist/elements/Button/index.js.map +1 -1
- package/dist/elements/Card/index.css +1 -1
- package/dist/elements/ClipboardAction/ClipboardActionLabel.d.ts.map +1 -1
- package/dist/elements/ClipboardAction/clipboardUtilities.d.ts +8 -1
- package/dist/elements/ClipboardAction/clipboardUtilities.d.ts.map +1 -1
- package/dist/elements/ClipboardAction/clipboardUtilities.js +40 -8
- package/dist/elements/ClipboardAction/clipboardUtilities.js.map +1 -1
- package/dist/elements/ClipboardAction/clipboardUtilities.spec.js +120 -0
- package/dist/elements/ClipboardAction/clipboardUtilities.spec.js.map +1 -0
- package/dist/elements/ClipboardAction/index.d.ts.map +1 -1
- package/dist/elements/ClipboardAction/index.js +18 -1
- package/dist/elements/ClipboardAction/index.js.map +1 -1
- package/dist/elements/ClipboardAction/isClipboardDataValid.spec.js +144 -0
- package/dist/elements/ClipboardAction/isClipboardDataValid.spec.js.map +1 -0
- package/dist/elements/ClipboardAction/types.d.ts +3 -0
- package/dist/elements/ClipboardAction/types.d.ts.map +1 -1
- package/dist/elements/ClipboardAction/types.js.map +1 -1
- package/dist/elements/ClipboardAction/useCanPasteClipboard.d.ts +10 -0
- package/dist/elements/ClipboardAction/useCanPasteClipboard.d.ts.map +1 -0
- package/dist/elements/ClipboardAction/useCanPasteClipboard.js +21 -0
- package/dist/elements/ClipboardAction/useCanPasteClipboard.js.map +1 -0
- package/dist/elements/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/elements/CodeEditor/index.css +5 -0
- package/dist/elements/Collapsible/index.d.ts.map +1 -1
- package/dist/elements/Collapsible/index.js +2 -0
- package/dist/elements/Collapsible/index.js.map +1 -1
- package/dist/elements/ColumnSelection/Popup.d.ts +12 -0
- package/dist/elements/ColumnSelection/Popup.d.ts.map +1 -0
- package/dist/elements/{ColumnSelector/index.js → ColumnSelection/Popup.js} +29 -18
- package/dist/elements/ColumnSelection/Popup.js.map +1 -0
- package/dist/elements/ColumnSelection/index.d.ts +10 -0
- package/dist/elements/ColumnSelection/index.d.ts.map +1 -0
- package/dist/elements/{ColumnsButton → ColumnSelection}/index.js +23 -17
- package/dist/elements/ColumnSelection/index.js.map +1 -0
- package/dist/elements/ColumnSelection/matchesColumnSearch.d.ts +10 -0
- package/dist/elements/ColumnSelection/matchesColumnSearch.d.ts.map +1 -0
- package/dist/elements/ColumnSelection/matchesColumnSearch.js +21 -0
- package/dist/elements/ColumnSelection/matchesColumnSearch.js.map +1 -0
- package/dist/elements/ColumnSelection/matchesColumnSearch.spec.js +87 -0
- package/dist/elements/ColumnSelection/matchesColumnSearch.spec.js.map +1 -0
- package/dist/elements/CopyLocaleData/index.js +1 -1
- package/dist/elements/CopyLocaleData/index.js.map +1 -1
- package/dist/elements/CreateDocumentButton/index.d.ts.map +1 -1
- package/dist/elements/CreateDocumentButton/index.js +0 -1
- package/dist/elements/CreateDocumentButton/index.js.map +1 -1
- package/dist/elements/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/elements/DatePicker/getFormattedLocale.d.ts.map +1 -1
- package/dist/elements/DatePicker/index.css +9 -9
- package/dist/elements/DatePicker/index.js +1 -1
- package/dist/elements/DatePicker/index.js.map +1 -1
- package/dist/elements/Dialog/DialogHeader/index.d.ts +4 -0
- package/dist/elements/Dialog/DialogHeader/index.d.ts.map +1 -1
- package/dist/elements/Dialog/DialogHeader/index.js +45 -30
- package/dist/elements/Dialog/DialogHeader/index.js.map +1 -1
- package/dist/elements/Dialog/DialogModal/index.d.ts +5 -0
- package/dist/elements/Dialog/DialogModal/index.d.ts.map +1 -1
- package/dist/elements/Dialog/DialogModal/index.js +58 -31
- package/dist/elements/Dialog/DialogModal/index.js.map +1 -1
- package/dist/elements/Dialog/DialogTitle/index.css +9 -0
- package/dist/elements/Dialog/DialogTitle/index.d.ts +5 -0
- package/dist/elements/Dialog/DialogTitle/index.d.ts.map +1 -0
- package/dist/elements/Dialog/DialogTitle/index.js +10 -0
- package/dist/elements/Dialog/DialogTitle/index.js.map +1 -0
- package/dist/elements/Dialog/index.css +7 -1
- package/dist/elements/DocumentControls/index.css +7 -3
- package/dist/elements/DocumentControls/index.d.ts +2 -2
- package/dist/elements/DocumentControls/index.d.ts.map +1 -1
- package/dist/elements/DocumentControls/index.js +13 -3
- package/dist/elements/DocumentControls/index.js.map +1 -1
- package/dist/elements/DocumentDrawer/DrawerHeader/index.d.ts +2 -2
- package/dist/elements/DocumentDrawer/DrawerHeader/index.d.ts.map +1 -1
- package/dist/elements/DocumentDrawer/DrawerHeader/index.js +5 -3
- package/dist/elements/DocumentDrawer/DrawerHeader/index.js.map +1 -1
- package/dist/elements/DocumentFields/index.css +14 -2
- package/dist/elements/DocumentFields/index.d.ts +5 -0
- package/dist/elements/DocumentFields/index.d.ts.map +1 -1
- package/dist/elements/DocumentFields/index.js +9 -1
- package/dist/elements/DocumentFields/index.js.map +1 -1
- package/dist/elements/DocumentHeader/DocumentHeaderRoot/index.d.ts +12 -0
- package/dist/elements/DocumentHeader/DocumentHeaderRoot/index.d.ts.map +1 -0
- package/dist/elements/DocumentHeader/DocumentHeaderRoot/index.js +28 -0
- package/dist/elements/DocumentHeader/DocumentHeaderRoot/index.js.map +1 -0
- package/dist/elements/DocumentHeader/Tabs/tabs/index.d.ts.map +1 -1
- package/dist/elements/DocumentHeader/index.js +2 -3
- package/dist/elements/DocumentHeader/index.js.map +1 -1
- package/dist/elements/DocumentLocked/index.d.ts +2 -2
- package/dist/elements/DocumentLocked/index.d.ts.map +1 -1
- package/dist/elements/DocumentLocked/index.js.map +1 -1
- package/dist/elements/DraggableSortable/DragOverlayPreview/index.css +1 -1
- package/dist/elements/DraggableSortable/useDraggableSortable/index.d.ts.map +1 -1
- package/dist/elements/Drawer/index.d.ts.map +1 -1
- package/dist/elements/Drawer/index.js +1 -0
- package/dist/elements/Drawer/index.js.map +1 -1
- package/dist/elements/Drawer/useDrawerSlug.d.ts.map +1 -1
- package/dist/elements/DrawerActionHeader/index.css +1 -1
- package/dist/elements/DrawerActionHeader/index.d.ts.map +1 -1
- package/dist/elements/{BulkUpload/Header → DrawerHeader}/index.css +7 -1
- package/dist/elements/DrawerHeader/index.d.ts +10 -0
- package/dist/elements/DrawerHeader/index.d.ts.map +1 -0
- package/dist/elements/{BulkUpload/Header → DrawerHeader}/index.js +16 -11
- package/dist/elements/DrawerHeader/index.js.map +1 -0
- package/dist/elements/Dropzone/index.css +5 -13
- package/dist/elements/DuplicateDocument/SelectLocalesDrawer/index.js +1 -1
- package/dist/elements/DuplicateDocument/SelectLocalesDrawer/index.js.map +1 -1
- package/dist/elements/EditUpload/index.css +97 -158
- package/dist/elements/EditUpload/index.d.ts +2 -1
- package/dist/elements/EditUpload/index.d.ts.map +1 -1
- package/dist/elements/EditUpload/index.js +209 -231
- package/dist/elements/EditUpload/index.js.map +1 -1
- package/dist/elements/EditUpload/{library.scss → library.css} +108 -46
- package/dist/elements/FieldSelect/reduceFieldOptions.d.ts.map +1 -1
- package/dist/elements/FileDetails/DraggableFileDetails/index.d.ts +1 -1
- package/dist/elements/FileDetails/DraggableFileDetails/index.d.ts.map +1 -1
- package/dist/elements/FileDetails/DraggableFileDetails/index.js.map +1 -1
- package/dist/elements/FileDetails/FileMeta/index.css +27 -0
- package/dist/elements/FileDetails/FileMeta/index.d.ts +1 -1
- package/dist/elements/FileDetails/FileMeta/index.d.ts.map +1 -1
- package/dist/elements/FileDetails/FileMeta/index.js +1 -1
- package/dist/elements/FileDetails/FileMeta/index.js.map +1 -1
- package/dist/elements/FileDetails/StaticFileDetails/index.css +140 -0
- package/dist/elements/FileDetails/StaticFileDetails/index.d.ts +2 -2
- package/dist/elements/FileDetails/StaticFileDetails/index.d.ts.map +1 -1
- package/dist/elements/FileDetails/StaticFileDetails/index.js +1 -1
- package/dist/elements/FileDetails/StaticFileDetails/index.js.map +1 -1
- package/dist/elements/FileDetails/index.d.ts +1 -1
- package/dist/elements/FileDetails/index.d.ts.map +1 -1
- package/dist/elements/FileDetails/index.js.map +1 -1
- package/dist/elements/FileManager/FilePreview/AudioPreview/index.css +8 -0
- package/dist/elements/FileManager/FilePreview/AudioPreview/index.d.ts +10 -0
- package/dist/elements/FileManager/FilePreview/AudioPreview/index.d.ts.map +1 -0
- package/dist/elements/FileManager/FilePreview/AudioPreview/index.js +24 -0
- package/dist/elements/FileManager/FilePreview/AudioPreview/index.js.map +1 -0
- package/dist/elements/FileManager/FilePreview/PdfPreview/index.css +9 -0
- package/dist/elements/FileManager/FilePreview/PdfPreview/index.d.ts +12 -0
- package/dist/elements/FileManager/FilePreview/PdfPreview/index.d.ts.map +1 -0
- package/dist/elements/FileManager/FilePreview/PdfPreview/index.js +27 -0
- package/dist/elements/FileManager/FilePreview/PdfPreview/index.js.map +1 -0
- package/dist/elements/FileManager/FilePreview/VideoPreview/index.css +8 -0
- package/dist/elements/FileManager/FilePreview/VideoPreview/index.d.ts +10 -0
- package/dist/elements/FileManager/FilePreview/VideoPreview/index.d.ts.map +1 -0
- package/dist/elements/FileManager/FilePreview/VideoPreview/index.js +24 -0
- package/dist/elements/FileManager/FilePreview/VideoPreview/index.js.map +1 -0
- package/dist/elements/FileManager/FilePreview/index.css +83 -0
- package/dist/elements/FileManager/FilePreview/index.d.ts +13 -0
- package/dist/elements/FileManager/FilePreview/index.d.ts.map +1 -0
- package/dist/elements/FileManager/FilePreview/index.js +140 -0
- package/dist/elements/FileManager/FilePreview/index.js.map +1 -0
- package/dist/elements/FileManager/FileToolbar/index.css +91 -0
- package/dist/elements/FileManager/FileToolbar/index.d.ts +14 -0
- package/dist/elements/FileManager/FileToolbar/index.d.ts.map +1 -0
- package/dist/elements/FileManager/FileToolbar/index.js +106 -0
- package/dist/elements/FileManager/FileToolbar/index.js.map +1 -0
- package/dist/elements/FileManager/index.css +154 -0
- package/dist/elements/FileManager/index.d.ts +19 -0
- package/dist/elements/FileManager/index.d.ts.map +1 -0
- package/dist/elements/FileManager/index.js +424 -0
- package/dist/elements/FileManager/index.js.map +1 -0
- package/dist/elements/GroupBy/Popup.d.ts +21 -0
- package/dist/elements/GroupBy/Popup.d.ts.map +1 -0
- package/dist/elements/GroupBy/Popup.js +268 -0
- package/dist/elements/GroupBy/Popup.js.map +1 -0
- package/dist/elements/GroupBy/index.d.ts +12 -0
- package/dist/elements/GroupBy/index.d.ts.map +1 -0
- package/dist/elements/GroupBy/index.js +91 -0
- package/dist/elements/GroupBy/index.js.map +1 -0
- package/dist/elements/HTMLDiff/diff/index.d.ts.map +1 -1
- package/dist/elements/HTMLDiff/index.d.ts.map +1 -1
- package/dist/elements/Hierarchy/ColumnBrowser/Column/index.css +5 -3
- package/dist/elements/Hierarchy/ColumnBrowser/ColumnItem/index.css +1 -0
- package/dist/elements/Hierarchy/ColumnBrowser/index.d.ts.map +1 -1
- package/dist/elements/Hierarchy/ColumnBrowser/types.d.ts +1 -1
- package/dist/elements/Hierarchy/ColumnBrowser/types.d.ts.map +1 -1
- package/dist/elements/Hierarchy/ColumnBrowser/types.js.map +1 -1
- package/dist/elements/Hierarchy/DocHeaderButton/index.js +12 -12
- package/dist/elements/Hierarchy/DocHeaderButton/index.js.map +1 -1
- package/dist/elements/Hierarchy/Field/index.client.js +14 -14
- package/dist/elements/Hierarchy/Field/index.client.js.map +1 -1
- package/dist/elements/Hierarchy/Modal/fetchAncestorPath.d.ts.map +1 -0
- package/dist/elements/Hierarchy/Modal/fetchAncestorPath.js.map +1 -0
- package/dist/elements/Hierarchy/Modal/index.css +88 -0
- package/dist/elements/Hierarchy/Modal/index.d.ts +20 -0
- package/dist/elements/Hierarchy/Modal/index.d.ts.map +1 -0
- package/dist/elements/Hierarchy/{Drawer → Modal}/index.js +105 -81
- package/dist/elements/Hierarchy/Modal/index.js.map +1 -0
- package/dist/elements/Hierarchy/{Drawer → Modal}/types.d.ts +22 -18
- package/dist/elements/Hierarchy/Modal/types.d.ts.map +1 -0
- package/dist/elements/Hierarchy/Modal/types.js.map +1 -0
- package/dist/elements/Hierarchy/Modal/useHierarchyModal.d.ts +30 -0
- package/dist/elements/Hierarchy/Modal/useHierarchyModal.d.ts.map +1 -0
- package/dist/elements/Hierarchy/{Drawer/useHierarchyDrawer.js → Modal/useHierarchyModal.js} +51 -50
- package/dist/elements/Hierarchy/Modal/useHierarchyModal.js.map +1 -0
- package/dist/elements/Hierarchy/MoveMany/index.d.ts +2 -2
- package/dist/elements/Hierarchy/MoveMany/index.d.ts.map +1 -1
- package/dist/elements/Hierarchy/MoveMany/index.js +9 -9
- package/dist/elements/Hierarchy/MoveMany/index.js.map +1 -1
- package/dist/elements/Hierarchy/Search/useHierarchySearch.d.ts.map +1 -1
- package/dist/elements/Hierarchy/Tree/TreeFocusContext.d.ts +1 -1
- package/dist/elements/Hierarchy/Tree/TreeFocusContext.d.ts.map +1 -1
- package/dist/elements/Hierarchy/Tree/TreeNode/index.css +38 -13
- package/dist/elements/Hierarchy/Tree/TreeNode/index.d.ts.map +1 -1
- package/dist/elements/Hierarchy/Tree/TreeNode/index.js +37 -31
- package/dist/elements/Hierarchy/Tree/TreeNode/index.js.map +1 -1
- package/dist/elements/Hierarchy/Tree/index.css +1 -1
- package/dist/elements/Hierarchy/Tree/index.d.ts.map +1 -1
- package/dist/elements/Hierarchy/Tree/index.js +18 -5
- package/dist/elements/Hierarchy/Tree/index.js.map +1 -1
- package/dist/elements/Hierarchy/Tree/useChildren.d.ts.map +1 -1
- package/dist/elements/LeaveWithoutSaving/index.d.ts.map +1 -1
- package/dist/elements/LeaveWithoutSaving/usePreventLeave.d.ts.map +1 -1
- package/dist/elements/ListColumnSelectionButton/index.d.ts +11 -0
- package/dist/elements/ListColumnSelectionButton/index.d.ts.map +1 -0
- package/dist/elements/ListColumnSelectionButton/index.js +37 -0
- package/dist/elements/ListColumnSelectionButton/index.js.map +1 -0
- package/dist/elements/ListControls/index.d.ts.map +1 -1
- package/dist/elements/ListControls/index.js +8 -9
- package/dist/elements/ListControls/index.js.map +1 -1
- package/dist/elements/ListDrawer/DrawerContent.js +1 -1
- package/dist/elements/ListDrawer/DrawerContent.js.map +1 -1
- package/dist/elements/ListDrawer/Provider.d.ts +1 -1
- package/dist/elements/ListDrawer/Provider.d.ts.map +1 -1
- package/dist/elements/ListDrawer/Provider.js.map +1 -1
- package/dist/elements/ListDrawer/index.d.ts.map +1 -1
- package/dist/elements/ListGroupByButton/index.d.ts +12 -0
- package/dist/elements/ListGroupByButton/index.d.ts.map +1 -0
- package/dist/elements/ListGroupByButton/index.js +55 -0
- package/dist/elements/ListGroupByButton/index.js.map +1 -0
- package/dist/elements/ListHeader/DrawerRelationshipSelect/index.d.ts.map +1 -1
- package/dist/elements/ListHeader/DrawerRelationshipSelect/index.js +2 -0
- package/dist/elements/ListHeader/DrawerRelationshipSelect/index.js.map +1 -1
- package/dist/elements/ListHeader/TitleActions/ListBulkUploadButton.js +4 -4
- package/dist/elements/ListHeader/TitleActions/ListBulkUploadButton.js.map +1 -1
- package/dist/elements/ListWhereBuilder/index.d.ts +16 -0
- package/dist/elements/ListWhereBuilder/index.d.ts.map +1 -0
- package/dist/elements/ListWhereBuilder/index.js +62 -0
- package/dist/elements/ListWhereBuilder/index.js.map +1 -0
- package/dist/elements/LivePreview/Toolbar/Controls/index.js +2 -2
- package/dist/elements/LivePreview/Toolbar/Controls/index.js.map +1 -1
- package/dist/elements/LivePreview/Toolbar/SizeInput/index.css +5 -44
- package/dist/elements/LivePreview/Toolbar/SizeInput/index.d.ts.map +1 -1
- package/dist/elements/LivePreview/Toolbar/SizeInput/index.js +26 -43
- package/dist/elements/LivePreview/Toolbar/SizeInput/index.js.map +1 -1
- package/dist/elements/LivePreview/Window/index.css +6 -0
- package/dist/elements/LoadingOverlay/reducer.d.ts.map +1 -1
- package/dist/elements/Locked/index.css +7 -4
- package/dist/elements/Locked/index.d.ts +2 -2
- package/dist/elements/Locked/index.d.ts.map +1 -1
- package/dist/elements/Locked/index.js +66 -53
- package/dist/elements/Locked/index.js.map +1 -1
- package/dist/elements/MiniCarousel/index.css +94 -0
- package/dist/elements/MiniCarousel/index.d.ts +15 -0
- package/dist/elements/MiniCarousel/index.d.ts.map +1 -0
- package/dist/elements/MiniCarousel/index.js +84 -0
- package/dist/elements/MiniCarousel/index.js.map +1 -0
- package/dist/elements/Nav/SettingsMenuButton/index.css +5 -0
- package/dist/elements/Nav/SettingsMenuButton/index.d.ts +1 -1
- package/dist/elements/Nav/SettingsMenuButton/index.d.ts.map +1 -1
- package/dist/elements/Nav/SettingsMenuButton/index.js +1 -1
- package/dist/elements/Nav/SettingsMenuButton/index.js.map +1 -1
- package/dist/elements/Nav/index.css +2 -7
- package/dist/elements/NavGroup/index.css +1 -1
- package/dist/elements/Pagination/index.css +5 -0
- package/dist/elements/Pagination/index.d.ts.map +1 -1
- package/dist/elements/Pagination/index.js +21 -21
- package/dist/elements/Pagination/index.js.map +1 -1
- package/dist/elements/Popup/PopupButtonList/index.css +5 -0
- package/dist/elements/Popup/PopupGroupLabel/index.css +8 -5
- package/dist/elements/Popup/PopupTrigger/index.d.ts +1 -0
- package/dist/elements/Popup/PopupTrigger/index.d.ts.map +1 -1
- package/dist/elements/Popup/PopupTrigger/index.js +3 -0
- package/dist/elements/Popup/PopupTrigger/index.js.map +1 -1
- package/dist/elements/Popup/index.d.ts +7 -1
- package/dist/elements/Popup/index.d.ts.map +1 -1
- package/dist/elements/Popup/index.js +45 -12
- package/dist/elements/Popup/index.js.map +1 -1
- package/dist/elements/PreviewSizes/index.css +149 -0
- package/dist/elements/PreviewSizes/index.d.ts +2 -2
- package/dist/elements/PreviewSizes/index.d.ts.map +1 -1
- package/dist/elements/PreviewSizes/index.js +1 -1
- package/dist/elements/PreviewSizes/index.js.map +1 -1
- package/dist/elements/PublishButton/ScheduleDrawer/buildUpcomingColumns.d.ts.map +1 -1
- package/dist/elements/PublishButton/ScheduleDrawer/buildUpcomingScheduleWhere.d.ts.map +1 -1
- package/dist/elements/PublishMany/DrawerContent.d.ts +2 -1
- package/dist/elements/PublishMany/DrawerContent.d.ts.map +1 -1
- package/dist/elements/PublishMany/DrawerContent.js.map +1 -1
- package/dist/elements/PublishMany/index.d.ts +2 -6
- package/dist/elements/PublishMany/index.d.ts.map +1 -1
- package/dist/elements/PublishMany/index.js +0 -38
- package/dist/elements/PublishMany/index.js.map +1 -1
- package/dist/elements/QueryPresets/cells/ColumnsCell/{index.scss → index.css} +1 -3
- package/dist/elements/QueryPresets/cells/ColumnsCell/index.d.ts +1 -1
- package/dist/elements/QueryPresets/cells/ColumnsCell/index.d.ts.map +1 -1
- package/dist/elements/QueryPresets/cells/ColumnsCell/index.js +1 -1
- package/dist/elements/QueryPresets/cells/ColumnsCell/index.js.map +1 -1
- package/dist/elements/QueryPresets/fields/ColumnsField/index.d.ts +1 -1
- package/dist/elements/QueryPresets/fields/ColumnsField/index.d.ts.map +1 -1
- package/dist/elements/QueryPresets/fields/ColumnsField/index.js +77 -48
- package/dist/elements/QueryPresets/fields/ColumnsField/index.js.map +1 -1
- package/dist/elements/QueryPresets/fields/GroupByField/index.d.ts +1 -1
- package/dist/elements/QueryPresets/fields/GroupByField/index.d.ts.map +1 -1
- package/dist/elements/QueryPresets/fields/GroupByField/index.js +12 -21
- package/dist/elements/QueryPresets/fields/GroupByField/index.js.map +1 -1
- package/dist/elements/QueryPresets/fields/Heading/index.css +52 -0
- package/dist/elements/QueryPresets/fields/Heading/index.d.ts +7 -0
- package/dist/elements/QueryPresets/fields/Heading/index.d.ts.map +1 -0
- package/dist/elements/QueryPresets/fields/Heading/index.js +31 -0
- package/dist/elements/QueryPresets/fields/Heading/index.js.map +1 -0
- package/dist/elements/QueryPresets/fields/WhereField/index.d.ts +1 -1
- package/dist/elements/QueryPresets/fields/WhereField/index.d.ts.map +1 -1
- package/dist/elements/QueryPresets/fields/WhereField/index.js +24 -23
- package/dist/elements/QueryPresets/fields/WhereField/index.js.map +1 -1
- package/dist/elements/QueryPresets/fields/fields.css +23 -0
- package/dist/elements/ReactSelect/DefaultMenuPortal.d.ts +7 -0
- package/dist/elements/ReactSelect/DefaultMenuPortal.d.ts.map +1 -0
- package/dist/elements/ReactSelect/DefaultMenuPortal.js +120 -0
- package/dist/elements/ReactSelect/DefaultMenuPortal.js.map +1 -0
- package/dist/elements/ReactSelect/DropdownIndicator/index.css +1 -1
- package/dist/elements/ReactSelect/DropdownIndicator/index.d.ts.map +1 -1
- package/dist/elements/ReactSelect/DropdownIndicator/index.js +19 -12
- package/dist/elements/ReactSelect/DropdownIndicator/index.js.map +1 -1
- package/dist/elements/ReactSelect/getCaptureMenuScroll.d.ts +5 -0
- package/dist/elements/ReactSelect/getCaptureMenuScroll.d.ts.map +1 -0
- package/dist/elements/ReactSelect/getCaptureMenuScroll.js +10 -0
- package/dist/elements/ReactSelect/getCaptureMenuScroll.js.map +1 -0
- package/dist/elements/ReactSelect/getMenuListStyles.d.ts +6 -0
- package/dist/elements/ReactSelect/getMenuListStyles.d.ts.map +1 -0
- package/dist/elements/ReactSelect/getMenuListStyles.js +15 -0
- package/dist/elements/ReactSelect/getMenuListStyles.js.map +1 -0
- package/dist/elements/ReactSelect/getMenuStyles.d.ts +10 -0
- package/dist/elements/ReactSelect/getMenuStyles.d.ts.map +1 -0
- package/dist/elements/ReactSelect/getMenuStyles.js +21 -0
- package/dist/elements/ReactSelect/getMenuStyles.js.map +1 -0
- package/dist/elements/ReactSelect/index.css +10 -4
- package/dist/elements/ReactSelect/index.d.ts.map +1 -1
- package/dist/elements/ReactSelect/index.js +120 -177
- package/dist/elements/ReactSelect/index.js.map +1 -1
- package/dist/elements/ReactSelect/types.d.ts +3 -2
- package/dist/elements/ReactSelect/types.d.ts.map +1 -1
- package/dist/elements/ReactSelect/types.js.map +1 -1
- package/dist/elements/RelationshipTable/AddNewButton.d.ts +2 -2
- package/dist/elements/RelationshipTable/AddNewButton.d.ts.map +1 -1
- package/dist/elements/RelationshipTable/AddNewButton.js +1 -2
- package/dist/elements/RelationshipTable/AddNewButton.js.map +1 -1
- package/dist/elements/RelationshipTable/index.css +1 -2
- package/dist/elements/RelationshipTable/index.js +2 -2
- package/dist/elements/RelationshipTable/index.js.map +1 -1
- package/dist/elements/Search/ListSearchFilter/index.d.ts.map +1 -1
- package/dist/elements/Search/ListSearchFilter/index.js +1 -0
- package/dist/elements/Search/ListSearchFilter/index.js.map +1 -1
- package/dist/elements/Search/SearchInput/index.d.ts +2 -0
- package/dist/elements/Search/SearchInput/index.d.ts.map +1 -1
- package/dist/elements/Search/SearchInput/index.js +22 -19
- package/dist/elements/Search/SearchInput/index.js.map +1 -1
- package/dist/elements/SelectAll/index.css +3 -1
- package/dist/elements/SelectRow/index.d.ts +2 -2
- package/dist/elements/SelectRow/index.d.ts.map +1 -1
- package/dist/elements/SelectRow/index.js.map +1 -1
- package/dist/elements/SidebarRow/index.css +0 -2
- package/dist/elements/SortColumn/index.css +1 -1
- package/dist/elements/Table/DefaultCell/fields/Hierarchy/index.d.ts.map +1 -1
- package/dist/elements/Table/DefaultCell/fields/Hierarchy/index.js +32 -13
- package/dist/elements/Table/DefaultCell/fields/Hierarchy/index.js.map +1 -1
- package/dist/elements/Table/DefaultCell/fields/index.d.ts +1 -1
- package/dist/elements/Table/DefaultCell/fields/index.d.ts.map +1 -1
- package/dist/elements/Table/OrderableRow.d.ts.map +1 -1
- package/dist/elements/Table/OrderableRowDragPreview.d.ts.map +1 -1
- package/dist/elements/Table/index.css +49 -4
- package/dist/elements/Tabs/index.d.ts.map +1 -1
- package/dist/elements/Thumbnail/createThumbnail.d.ts.map +1 -1
- package/dist/elements/Thumbnail/index.css +41 -0
- package/dist/elements/Thumbnail/index.d.ts +3 -3
- package/dist/elements/Thumbnail/index.d.ts.map +1 -1
- package/dist/elements/Thumbnail/index.js +1 -1
- package/dist/elements/Thumbnail/index.js.map +1 -1
- package/dist/elements/TimezonePicker/index.css +1 -1
- package/dist/elements/TimezonePicker/index.d.ts.map +1 -1
- package/dist/elements/TimezonePicker/index.js +5 -1
- package/dist/elements/TimezonePicker/index.js.map +1 -1
- package/dist/elements/Toasts/fieldErrors.d.ts +1 -0
- package/dist/elements/Toasts/fieldErrors.d.ts.map +1 -1
- package/dist/elements/Toasts/fieldErrors.js +25 -9
- package/dist/elements/Toasts/fieldErrors.js.map +1 -1
- package/dist/elements/Toasts/index.css +5 -0
- package/dist/elements/UnpublishMany/DrawerContent.d.ts +2 -1
- package/dist/elements/UnpublishMany/DrawerContent.d.ts.map +1 -1
- package/dist/elements/UnpublishMany/DrawerContent.js.map +1 -1
- package/dist/elements/UnpublishMany/index.d.ts +2 -4
- package/dist/elements/UnpublishMany/index.d.ts.map +1 -1
- package/dist/elements/UnpublishMany/index.js +0 -38
- package/dist/elements/UnpublishMany/index.js.map +1 -1
- package/dist/elements/Upload/UploadFromURLModal/index.d.ts +11 -0
- package/dist/elements/Upload/UploadFromURLModal/index.d.ts.map +1 -0
- package/dist/elements/Upload/UploadFromURLModal/index.js +88 -0
- package/dist/elements/Upload/UploadFromURLModal/index.js.map +1 -0
- package/dist/elements/Upload/index.css +134 -45
- package/dist/elements/Upload/index.d.ts +3 -8
- package/dist/elements/Upload/index.d.ts.map +1 -1
- package/dist/elements/Upload/index.js +71 -92
- package/dist/elements/Upload/index.js.map +1 -1
- package/dist/elements/UserMenu/LanguageMenu/index.js +1 -1
- package/dist/elements/UserMenu/LanguageMenu/index.js.map +1 -1
- package/dist/elements/UserMenu/SettingsMenu/index.d.ts +6 -2
- package/dist/elements/UserMenu/SettingsMenu/index.d.ts.map +1 -1
- package/dist/elements/UserMenu/SettingsMenu/index.js +15 -10
- package/dist/elements/UserMenu/SettingsMenu/index.js.map +1 -1
- package/dist/elements/UserMenu/SubMenuHeader/index.d.ts.map +1 -1
- package/dist/elements/UserMenu/SubMenuHeader/index.js +8 -9
- package/dist/elements/UserMenu/SubMenuHeader/index.js.map +1 -1
- package/dist/elements/UserMenu/ThemeMenu/index.js +1 -1
- package/dist/elements/UserMenu/ThemeMenu/index.js.map +1 -1
- package/dist/elements/UserMenu/index.css +26 -1
- package/dist/elements/UserMenu/index.d.ts +3 -1
- package/dist/elements/UserMenu/index.d.ts.map +1 -1
- package/dist/elements/UserMenu/index.js +10 -6
- package/dist/elements/UserMenu/index.js.map +1 -1
- package/dist/elements/WhereBuilder/Condition/Relationship/optionsReducer.d.ts.map +1 -1
- package/dist/elements/WhereBuilder/Condition/Select/formatOptions.d.ts.map +1 -1
- package/dist/elements/WhereBuilder/Condition/index.d.ts +1 -0
- package/dist/elements/WhereBuilder/Condition/index.d.ts.map +1 -1
- package/dist/elements/WhereBuilder/Condition/index.js +17 -2
- package/dist/elements/WhereBuilder/Condition/index.js.map +1 -1
- package/dist/elements/WhereBuilder/Condition/validOperators.d.ts.map +1 -1
- package/dist/elements/WhereBuilder/field-types.d.ts.map +1 -1
- package/dist/elements/WhereBuilder/index.d.ts +4 -3
- package/dist/elements/WhereBuilder/index.d.ts.map +1 -1
- package/dist/elements/WhereBuilder/index.js +71 -62
- package/dist/elements/WhereBuilder/index.js.map +1 -1
- package/dist/elements/WhereBuilder/types.d.ts +6 -5
- package/dist/elements/WhereBuilder/types.d.ts.map +1 -1
- package/dist/elements/WhereBuilder/types.js.map +1 -1
- package/dist/exports/client/index.d.ts +10 -5
- package/dist/exports/client/index.d.ts.map +1 -1
- package/dist/exports/client/index.js +1 -2
- package/dist/exports/client/index.js.map +4 -4
- package/dist/exports/layouts.d.ts +1 -0
- package/dist/exports/layouts.d.ts.map +1 -1
- package/dist/exports/layouts.js +1 -0
- package/dist/exports/layouts.js.map +1 -1
- package/dist/exports/rsc/index.d.ts +3 -0
- package/dist/exports/rsc/index.d.ts.map +1 -1
- package/dist/exports/rsc/index.js +3 -0
- package/dist/exports/rsc/index.js.map +1 -1
- package/dist/exports/shared/index.d.ts +1 -0
- package/dist/exports/shared/index.d.ts.map +1 -1
- package/dist/exports/shared/index.js +2 -2
- package/dist/exports/shared/index.js.map +4 -4
- package/dist/fields/Array/ArrayRow.d.ts.map +1 -1
- package/dist/fields/Array/ArrayRow.js +97 -160
- package/dist/fields/Array/ArrayRow.js.map +1 -1
- package/dist/fields/Array/index.d.ts +1 -1
- package/dist/fields/Array/index.d.ts.map +1 -1
- package/dist/fields/Array/index.js +7 -4
- package/dist/fields/Array/index.js.map +1 -1
- package/dist/fields/Blocks/BlockRow.d.ts.map +1 -1
- package/dist/fields/Blocks/BlockRow.js +134 -195
- package/dist/fields/Blocks/BlockRow.js.map +1 -1
- package/dist/fields/Blocks/BlockSelector/BlockSearch/index.css +1 -1
- package/dist/fields/Blocks/BlockSelector/index.css +2 -5
- package/dist/fields/Blocks/RowActions.d.ts +2 -0
- package/dist/fields/Blocks/RowActions.d.ts.map +1 -1
- package/dist/fields/Blocks/RowActions.js +23 -20
- package/dist/fields/Blocks/RowActions.js.map +1 -1
- package/dist/fields/Blocks/SectionTitle/index.d.ts.map +1 -1
- package/dist/fields/Blocks/SectionTitle/index.js +1 -0
- package/dist/fields/Blocks/SectionTitle/index.js.map +1 -1
- package/dist/fields/Blocks/index.d.ts +1 -1
- package/dist/fields/Blocks/index.d.ts.map +1 -1
- package/dist/fields/Blocks/index.js +6 -3
- package/dist/fields/Blocks/index.js.map +1 -1
- package/dist/fields/Checkbox/index.css +2 -2
- package/dist/fields/Checkbox/index.d.ts +1 -1
- package/dist/fields/Code/index.css +1 -1
- package/dist/fields/Code/index.d.ts +2 -2
- package/dist/fields/Collapsible/index.d.ts +1 -1
- package/dist/fields/ConfirmPassword/index.d.ts +4 -0
- package/dist/fields/ConfirmPassword/index.d.ts.map +1 -1
- package/dist/fields/ConfirmPassword/index.js +37 -33
- package/dist/fields/ConfirmPassword/index.js.map +1 -1
- package/dist/fields/DateTime/index.d.ts +1 -1
- package/dist/fields/Email/index.d.ts +1 -1
- package/dist/fields/Group/index.css +4 -10
- package/dist/fields/Group/index.d.ts +2 -2
- package/dist/fields/JSON/index.d.ts +1 -1
- package/dist/fields/Join/index.d.ts +1 -1
- package/dist/fields/Number/Input.d.ts.map +1 -1
- package/dist/fields/Number/Input.js +62 -46
- package/dist/fields/Number/Input.js.map +1 -1
- package/dist/fields/Number/index.css +19 -0
- package/dist/fields/Number/index.d.ts +1 -1
- package/dist/fields/Number/types.d.ts +10 -0
- package/dist/fields/Number/types.d.ts.map +1 -1
- package/dist/fields/Number/types.js.map +1 -1
- package/dist/fields/Password/input.d.ts.map +1 -1
- package/dist/fields/Password/input.js +33 -29
- package/dist/fields/Password/input.js.map +1 -1
- package/dist/fields/Password/types.d.ts +7 -3
- package/dist/fields/Password/types.d.ts.map +1 -1
- package/dist/fields/Password/types.js.map +1 -1
- package/dist/fields/Point/index.d.ts +1 -1
- package/dist/fields/RadioGroup/index.css +6 -0
- package/dist/fields/Relationship/Input.d.ts.map +1 -1
- package/dist/fields/Relationship/Input.js +4 -0
- package/dist/fields/Relationship/Input.js.map +1 -1
- package/dist/fields/Relationship/findOptionsByValue.d.ts.map +1 -1
- package/dist/fields/Relationship/index.d.ts +1 -1
- package/dist/fields/Relationship/optionsReducer.d.ts.map +1 -1
- package/dist/fields/Relationship/select-components/MultiValueLabel/index.css +1 -1
- package/dist/fields/Relationship/types.d.ts +4 -0
- package/dist/fields/Relationship/types.d.ts.map +1 -1
- package/dist/fields/Relationship/types.js.map +1 -1
- package/dist/fields/Row/index.d.ts +1 -1
- package/dist/fields/Select/Input.d.ts +4 -0
- package/dist/fields/Select/Input.d.ts.map +1 -1
- package/dist/fields/Select/Input.js +45 -40
- package/dist/fields/Select/Input.js.map +1 -1
- package/dist/fields/Select/index.d.ts +1 -1
- package/dist/fields/Select/index.d.ts.map +1 -1
- package/dist/fields/Slug/index.d.ts +7 -5
- package/dist/fields/Slug/index.d.ts.map +1 -1
- package/dist/fields/Slug/index.js +6 -4
- package/dist/fields/Slug/index.js.map +1 -1
- package/dist/fields/Tabs/index.d.ts +1 -1
- package/dist/fields/Text/Input.d.ts.map +1 -1
- package/dist/fields/Text/Input.js +44 -37
- package/dist/fields/Text/Input.js.map +1 -1
- package/dist/fields/Text/index.d.ts +1 -1
- package/dist/fields/Text/types.d.ts +11 -2
- package/dist/fields/Text/types.d.ts.map +1 -1
- package/dist/fields/Text/types.js.map +1 -1
- package/dist/fields/Textarea/Input.d.ts.map +1 -1
- package/dist/fields/Textarea/Input.js +27 -23
- package/dist/fields/Textarea/Input.js.map +1 -1
- package/dist/fields/Textarea/index.css +1 -1
- package/dist/fields/Textarea/index.d.ts +1 -1
- package/dist/fields/Textarea/types.d.ts +4 -0
- package/dist/fields/Textarea/types.d.ts.map +1 -1
- package/dist/fields/Textarea/types.js.map +1 -1
- package/dist/fields/Upload/Input.d.ts.map +1 -1
- package/dist/fields/Upload/Input.js +12 -11
- package/dist/fields/Upload/Input.js.map +1 -1
- package/dist/fields/Upload/index.js +1 -1
- package/dist/fields/Upload/index.js.map +1 -1
- package/dist/fields/index.d.ts.map +1 -1
- package/dist/fields/index.js +2 -0
- package/dist/fields/index.js.map +1 -1
- package/dist/fields/mergeFieldStyles.d.ts +1 -1
- package/dist/fields/mergeFieldStyles.d.ts.map +1 -1
- package/dist/forms/Form/context.d.ts.map +1 -1
- package/dist/forms/Form/createNestedClientFieldPath.d.ts.map +1 -1
- package/dist/forms/Form/errorMessages.d.ts.map +1 -1
- package/dist/forms/Form/mergeServerFormState.d.ts.map +1 -1
- package/dist/forms/Form/reduceToSerializableFields.d.ts.map +1 -1
- package/dist/forms/Form/rowHelpers.d.ts.map +1 -1
- package/dist/forms/Form/rows.d.ts.map +1 -1
- package/dist/forms/Form/types.d.ts +2 -2
- package/dist/forms/Form/types.d.ts.map +1 -1
- package/dist/forms/Form/types.js.map +1 -1
- package/dist/forms/RenderFields/RenderField.d.ts +1 -1
- package/dist/forms/RenderFields/RenderField.d.ts.map +1 -1
- package/dist/forms/RenderFields/RenderField.js +10 -0
- package/dist/forms/RenderFields/RenderField.js.map +1 -1
- package/dist/forms/RenderFields/index.css +17 -3
- package/dist/forms/WatchChildErrors/buildPathSegments.d.ts.map +1 -1
- package/dist/forms/fieldSchemasToFormState/addFieldStatePromise.d.ts +1 -0
- package/dist/forms/fieldSchemasToFormState/addFieldStatePromise.d.ts.map +1 -1
- package/dist/forms/fieldSchemasToFormState/addFieldStatePromise.js +21 -5
- package/dist/forms/fieldSchemasToFormState/addFieldStatePromise.js.map +1 -1
- package/dist/forms/fieldSchemasToFormState/calculateDefaultValues/index.d.ts +2 -2
- package/dist/forms/fieldSchemasToFormState/calculateDefaultValues/index.d.ts.map +1 -1
- package/dist/forms/fieldSchemasToFormState/calculateDefaultValues/index.js.map +1 -1
- package/dist/forms/fieldSchemasToFormState/calculateDefaultValues/iterateFields.d.ts +2 -2
- package/dist/forms/fieldSchemasToFormState/calculateDefaultValues/iterateFields.d.ts.map +1 -1
- package/dist/forms/fieldSchemasToFormState/calculateDefaultValues/iterateFields.js.map +1 -1
- package/dist/forms/fieldSchemasToFormState/calculateDefaultValues/promise.d.ts +2 -2
- package/dist/forms/fieldSchemasToFormState/calculateDefaultValues/promise.d.ts.map +1 -1
- package/dist/forms/fieldSchemasToFormState/calculateDefaultValues/promise.js.map +1 -1
- package/dist/forms/fieldSchemasToFormState/index.d.ts +2 -1
- package/dist/forms/fieldSchemasToFormState/index.d.ts.map +1 -1
- package/dist/forms/fieldSchemasToFormState/index.js +2 -0
- package/dist/forms/fieldSchemasToFormState/index.js.map +1 -1
- package/dist/forms/fieldSchemasToFormState/iterateFields.d.ts +2 -1
- package/dist/forms/fieldSchemasToFormState/iterateFields.d.ts.map +1 -1
- package/dist/forms/fieldSchemasToFormState/iterateFields.js +2 -0
- package/dist/forms/fieldSchemasToFormState/iterateFields.js.map +1 -1
- package/dist/forms/useField/index.d.ts.map +1 -1
- package/dist/forms/withCondition/index.d.ts +1 -1
- package/dist/forms/withCondition/index.d.ts.map +1 -1
- package/dist/graphics/Icon/index.js +1 -1
- package/dist/graphics/Icon/index.js.map +1 -1
- package/dist/hooks/useDebouncedCallback.d.ts.map +1 -1
- package/dist/hooks/useDelay.d.ts.map +1 -1
- package/dist/hooks/useElementHeightVariable.d.ts +15 -0
- package/dist/hooks/useElementHeightVariable.d.ts.map +1 -0
- package/dist/hooks/useElementHeightVariable.js +53 -0
- package/dist/hooks/useElementHeightVariable.js.map +1 -0
- package/dist/hooks/useHotkey.d.ts.map +1 -1
- package/dist/hooks/useIntersect.d.ts.map +1 -1
- package/dist/hooks/usePopupWindow.d.ts +1 -1
- package/dist/hooks/usePopupWindow.d.ts.map +1 -1
- package/dist/hooks/useRelatedCollections.d.ts.map +1 -1
- package/dist/hooks/useResize.d.ts.map +1 -1
- package/dist/hooks/useUseAsTitle.d.ts.map +1 -1
- package/dist/icons/Check/index.css +1 -2
- package/dist/icons/Check/index.js +1 -1
- package/dist/icons/Check/index.js.map +1 -1
- package/dist/icons/Crop/index.css +5 -0
- package/dist/icons/Crop/index.d.ts +7 -0
- package/dist/icons/Crop/index.d.ts.map +1 -0
- package/dist/icons/Crop/index.js +24 -0
- package/dist/icons/Crop/index.js.map +1 -0
- package/dist/icons/Download/index.css +5 -0
- package/dist/icons/{ExternalLink → Download}/index.d.ts +1 -1
- package/dist/icons/Download/index.d.ts.map +1 -0
- package/dist/icons/Download/index.js +27 -0
- package/dist/icons/Download/index.js.map +1 -0
- package/dist/icons/{ExternalLink → NewTab}/index.css +1 -1
- package/dist/icons/NewTab/index.d.ts +7 -0
- package/dist/icons/NewTab/index.d.ts.map +1 -0
- package/dist/icons/NewTab/index.js +25 -0
- package/dist/icons/NewTab/index.js.map +1 -0
- package/dist/icons/Replace/index.css +5 -0
- package/dist/icons/Replace/index.d.ts +6 -0
- package/dist/icons/Replace/index.d.ts.map +1 -0
- package/dist/icons/Replace/index.js +20 -0
- package/dist/icons/Replace/index.js.map +1 -0
- package/dist/icons/Reset/index.css +5 -0
- package/dist/icons/Reset/index.d.ts +7 -0
- package/dist/icons/Reset/index.d.ts.map +1 -0
- package/dist/icons/Reset/index.js +25 -0
- package/dist/icons/Reset/index.js.map +1 -0
- package/dist/icons/Swap/index.js +1 -1
- package/dist/icons/Swap/index.js.map +1 -1
- package/dist/icons/Warning/index.css +1 -7
- package/dist/icons/Warning/index.d.ts +1 -1
- package/dist/icons/Warning/index.d.ts.map +1 -1
- package/dist/icons/Warning/index.js +11 -16
- package/dist/icons/Warning/index.js.map +1 -1
- package/dist/layouts/Root/index.d.ts.map +1 -1
- package/dist/layouts/Root/index.js +7 -3
- package/dist/layouts/Root/index.js.map +1 -1
- package/dist/layouts/Root/index.spec.js +20 -0
- package/dist/layouts/Root/index.spec.js.map +1 -0
- package/dist/layouts/Root/viewport.d.ts +5 -0
- package/dist/layouts/Root/viewport.d.ts.map +1 -0
- package/dist/layouts/Root/viewport.js +17 -0
- package/dist/layouts/Root/viewport.js.map +1 -0
- package/dist/providers/Auth/index.d.ts +8 -10
- package/dist/providers/Auth/index.d.ts.map +1 -1
- package/dist/providers/Auth/index.js +3 -8
- package/dist/providers/Auth/index.js.map +1 -1
- package/dist/providers/ClientFunction/index.d.ts.map +1 -1
- package/dist/providers/DocumentInfo/index.js.map +1 -1
- package/dist/providers/DocumentInfo/types.d.ts +6 -6
- package/dist/providers/DocumentInfo/types.d.ts.map +1 -1
- package/dist/providers/DocumentInfo/types.js.map +1 -1
- package/dist/providers/DocumentInfo/useGetDocPermissions.d.ts.map +1 -1
- package/dist/providers/ListQuery/index.d.ts.map +1 -1
- package/dist/providers/ListQuery/index.js +8 -1
- package/dist/providers/ListQuery/index.js.map +1 -1
- package/dist/providers/ListQuery/mergeQuery.d.ts.map +1 -1
- package/dist/providers/ListQuery/sanitizeQuery.d.ts.map +1 -1
- package/dist/providers/LivePreview/sizeReducer.d.ts +1 -1
- package/dist/providers/LivePreview/sizeReducer.d.ts.map +1 -1
- package/dist/providers/Root/index.d.ts +2 -2
- package/dist/providers/Root/index.d.ts.map +1 -1
- package/dist/providers/Root/index.js.map +1 -1
- package/dist/providers/TableColumns/buildColumnState/filterFields.d.ts.map +1 -1
- package/dist/providers/TableColumns/buildColumnState/filterFieldsWithPermissions.d.ts.map +1 -1
- package/dist/providers/TableColumns/buildColumnState/findValueFromPath.d.ts.map +1 -1
- package/dist/providers/TableColumns/buildColumnState/index.d.ts.map +1 -1
- package/dist/providers/TableColumns/getInitialColumns.d.ts +1 -1
- package/dist/providers/TableColumns/getInitialColumns.d.ts.map +1 -1
- package/dist/providers/Theme/index.d.ts +2 -2
- package/dist/providers/Theme/index.d.ts.map +1 -1
- package/dist/providers/Theme/index.js +2 -1
- package/dist/providers/Theme/index.js.map +1 -1
- package/dist/providers/Theme/shared.d.ts +3 -0
- package/dist/providers/Theme/shared.d.ts.map +1 -0
- package/dist/providers/Theme/shared.js +2 -0
- package/dist/providers/Theme/shared.js.map +1 -0
- package/dist/providers/ToastContainer/index.css +208 -0
- package/dist/providers/ToastContainer/index.d.ts +1 -0
- package/dist/providers/ToastContainer/index.d.ts.map +1 -1
- package/dist/providers/ToastContainer/index.js +19 -6
- package/dist/providers/ToastContainer/index.js.map +1 -1
- package/dist/providers/UploadEdits/index.d.ts.map +1 -1
- package/dist/providers/UploadHandlers/index.d.ts.map +1 -1
- package/dist/scss/app.scss +10 -4
- package/dist/styles.css +1379 -1
- package/dist/templates/Default/index.d.ts.map +1 -1
- package/dist/templates/Default/index.js +58 -10
- package/dist/templates/Default/index.js.map +1 -1
- package/dist/utilities/api.d.ts.map +1 -1
- package/dist/utilities/buildClientFieldSchemaMap/index.d.ts.map +1 -1
- package/dist/utilities/buildClientFieldSchemaMap/traverseFields.d.ts.map +1 -1
- package/dist/utilities/buildFieldSchemaMap/index.d.ts.map +1 -1
- package/dist/utilities/buildFieldSchemaMap/traverseFields.d.ts.map +1 -1
- package/dist/utilities/buildFormState.d.ts +2 -2
- package/dist/utilities/buildFormState.d.ts.map +1 -1
- package/dist/utilities/buildFormState.js +1 -0
- package/dist/utilities/buildFormState.js.map +1 -1
- package/dist/utilities/checkDependencies.d.ts.map +1 -1
- package/dist/utilities/combineFieldLabel.d.ts.map +1 -1
- package/dist/utilities/copyDataFromLocale.d.ts.map +1 -1
- package/dist/utilities/copyDataFromLocale.js +1 -0
- package/dist/utilities/copyDataFromLocale.js.map +1 -1
- package/dist/utilities/filterOutUploadFields.d.ts.map +1 -1
- package/dist/utilities/findLocaleFromCode.d.ts.map +1 -1
- package/dist/utilities/formatAbsoluteURL.d.ts.map +1 -1
- package/dist/utilities/formatDocTitle/formatDateTitle.d.ts.map +1 -1
- package/dist/utilities/formatDocTitle/formatRelationshipTitle.d.ts.map +1 -1
- package/dist/utilities/formatDocTitle/index.d.ts +1 -1
- package/dist/utilities/formatDocTitle/index.d.ts.map +1 -1
- package/dist/utilities/formatDocTitle/index.js +1 -1
- package/dist/utilities/formatDocTitle/index.js.map +1 -1
- package/dist/utilities/formatFields.d.ts.map +1 -1
- package/dist/utilities/formatMetadata.d.ts.map +1 -1
- package/dist/utilities/formatRelativeDate.d.ts +15 -0
- package/dist/utilities/formatRelativeDate.d.ts.map +1 -0
- package/dist/utilities/formatRelativeDate.js +62 -0
- package/dist/utilities/formatRelativeDate.js.map +1 -0
- package/dist/utilities/generateFieldID.d.ts.map +1 -1
- package/dist/utilities/getColumns.d.ts.map +1 -1
- package/dist/utilities/getDisplayedFieldValue.d.ts.map +1 -1
- package/dist/utilities/getDocPreferences.d.ts +2 -2
- package/dist/utilities/getDocPreferences.d.ts.map +1 -1
- package/dist/utilities/getDocPreferences.js.map +1 -1
- package/dist/utilities/getDocumentData.d.ts +2 -2
- package/dist/utilities/getDocumentData.d.ts.map +1 -1
- package/dist/utilities/getDocumentData.js.map +1 -1
- package/dist/utilities/getDocumentPermissions.d.ts.map +1 -1
- package/dist/utilities/getGlobalData.d.ts +2 -2
- package/dist/utilities/getGlobalData.d.ts.map +1 -1
- package/dist/utilities/getGlobalData.js.map +1 -1
- package/dist/utilities/getHasScheduledPublish.d.ts +2 -2
- package/dist/utilities/getHasScheduledPublish.d.ts.map +1 -1
- package/dist/utilities/getHasScheduledPublish.js.map +1 -1
- package/dist/utilities/getIsLocked.d.ts +2 -2
- package/dist/utilities/getIsLocked.d.ts.map +1 -1
- package/dist/utilities/getIsLocked.js.map +1 -1
- package/dist/utilities/getLanguageDir.d.ts +12 -0
- package/dist/utilities/getLanguageDir.d.ts.map +1 -0
- package/dist/utilities/getLanguageDir.js +12 -0
- package/dist/utilities/getLanguageDir.js.map +1 -0
- package/dist/utilities/getOffsetTop.d.ts.map +1 -1
- package/dist/utilities/getRequestHighContrast.d.ts.map +1 -1
- package/dist/utilities/getRequestLanguage.d.ts.map +1 -1
- package/dist/utilities/getRequestTheme.d.ts +1 -1
- package/dist/utilities/getRequestTheme.d.ts.map +1 -1
- package/dist/utilities/getRequestTheme.js +1 -1
- package/dist/utilities/getRequestTheme.js.map +1 -1
- package/dist/utilities/getRouteWithoutAdmin.d.ts.map +1 -1
- package/dist/utilities/getSupportedMonacoLocale.d.ts.map +1 -1
- package/dist/utilities/getVersions.d.ts +2 -2
- package/dist/utilities/getVersions.d.ts.map +1 -1
- package/dist/utilities/getVersions.js +2 -5
- package/dist/utilities/getVersions.js.map +1 -1
- package/dist/utilities/handleAuthRedirect.d.ts +2 -2
- package/dist/utilities/handleAuthRedirect.d.ts.map +1 -1
- package/dist/utilities/handleAuthRedirect.js.map +1 -1
- package/dist/utilities/handleBackToDashboard.d.ts.map +1 -1
- package/dist/utilities/handleFormStateLocking.d.ts +2 -2
- package/dist/utilities/handleFormStateLocking.d.ts.map +1 -1
- package/dist/utilities/handleFormStateLocking.js.map +1 -1
- package/dist/utilities/handleGoBack.d.ts.map +1 -1
- package/dist/utilities/handleLivePreview.d.ts +1 -0
- package/dist/utilities/handleLivePreview.d.ts.map +1 -1
- package/dist/utilities/handlePreview.d.ts.map +1 -1
- package/dist/utilities/handleServerFunctions.d.ts.map +1 -1
- package/dist/utilities/handleStaleDataCheck.d.ts.map +1 -1
- package/dist/utilities/handleTakeOver.d.ts +5 -5
- package/dist/utilities/handleTakeOver.d.ts.map +1 -1
- package/dist/utilities/handleTakeOver.js.map +1 -1
- package/dist/utilities/hasOptionLabelJSXElement.d.ts.map +1 -1
- package/dist/utilities/hasSavePermission.d.ts.map +1 -1
- package/dist/utilities/initReq.d.ts.map +1 -1
- package/dist/utilities/isClientUserObject.d.ts +2 -2
- package/dist/utilities/isClientUserObject.d.ts.map +1 -1
- package/dist/utilities/isClientUserObject.js.map +1 -1
- package/dist/utilities/isCustomAdminView.d.ts.map +1 -1
- package/dist/utilities/isEditing.d.ts.map +1 -1
- package/dist/utilities/isPathMatchingRoute.d.ts.map +1 -1
- package/dist/utilities/isPublicAdminRoute.d.ts.map +1 -1
- package/dist/utilities/isURLAllowed.d.ts.map +1 -1
- package/dist/utilities/isURLAllowed.js +9 -3
- package/dist/utilities/isURLAllowed.js.map +1 -1
- package/dist/utilities/recentlyViewed.d.ts +16 -0
- package/dist/utilities/recentlyViewed.d.ts.map +1 -0
- package/dist/utilities/recentlyViewed.js +21 -0
- package/dist/utilities/recentlyViewed.js.map +1 -0
- package/dist/utilities/recentlyViewed.spec.js +92 -0
- package/dist/utilities/recentlyViewed.spec.js.map +1 -0
- package/dist/utilities/reduceFieldsToOptions.d.ts.map +1 -1
- package/dist/utilities/reduceFieldsToOptions.js +1 -1
- package/dist/utilities/reduceFieldsToOptions.js.map +1 -1
- package/dist/utilities/reduceFieldsToValuesWithValidation.d.ts.map +1 -1
- package/dist/utilities/renderTable.d.ts +2 -2
- package/dist/utilities/renderTable.d.ts.map +1 -1
- package/dist/utilities/resolveFilterOptions.d.ts +1 -1
- package/dist/utilities/resolveFilterOptions.d.ts.map +1 -1
- package/dist/utilities/sanitizeFilterOptionsQuery.d.ts.map +1 -1
- package/dist/utilities/scrollToID.d.ts.map +1 -1
- package/dist/utilities/selectiveCache.d.ts.map +1 -1
- package/dist/utilities/setsAreEqual.d.ts.map +1 -1
- package/dist/utilities/slugify.d.ts +1 -1
- package/dist/utilities/slugify.js +1 -1
- package/dist/utilities/slugify.js.map +1 -1
- package/dist/utilities/traverseForLocalizedFields.d.ts.map +1 -1
- package/dist/utilities/upsertPreferences.d.ts.map +1 -1
- package/dist/views/API/index.client.js +2 -2
- package/dist/views/API/index.client.js.map +1 -1
- package/dist/views/Account/ResetPreferences/index.d.ts +2 -2
- package/dist/views/Account/ResetPreferences/index.d.ts.map +1 -1
- package/dist/views/Account/ResetPreferences/index.js.map +1 -1
- package/dist/views/Account/Settings/index.d.ts +2 -2
- package/dist/views/Account/Settings/index.d.ts.map +1 -1
- package/dist/views/Account/Settings/index.js.map +1 -1
- package/dist/views/CollectionTrash/generateCollectionTrashMetadata.d.ts.map +1 -1
- package/dist/views/Dashboard/Default/ModularDashboard/WidgetConfigDrawer.d.ts.map +1 -1
- package/dist/views/Dashboard/Default/ModularDashboard/WidgetConfigDrawer.js +27 -23
- package/dist/views/Dashboard/Default/ModularDashboard/WidgetConfigDrawer.js.map +1 -1
- package/dist/views/Dashboard/Default/ModularDashboard/index.css +2 -0
- package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/RenderWidget.js +2 -2
- package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/RenderWidget.js.map +1 -1
- package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/renderWidgetServerFn.js +2 -2
- package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/renderWidgetServerFn.js.map +1 -1
- package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromPreferences.d.ts +2 -2
- package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromPreferences.d.ts.map +1 -1
- package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromPreferences.js.map +1 -1
- package/dist/views/Dashboard/Default/index.d.ts +2 -2
- package/dist/views/Dashboard/Default/index.d.ts.map +1 -1
- package/dist/views/Dashboard/Default/index.js.map +1 -1
- package/dist/views/Document/getCustomDocumentViewByKey.d.ts +1 -1
- package/dist/views/Document/getCustomDocumentViewByKey.d.ts.map +1 -1
- package/dist/views/Document/getCustomViewByRoute.d.ts +1 -1
- package/dist/views/Document/getCustomViewByRoute.d.ts.map +1 -1
- package/dist/views/Document/getDocumentView.d.ts.map +1 -1
- package/dist/views/Document/getMetaBySegment.d.ts.map +1 -1
- package/dist/views/Document/index.d.ts +1 -1
- package/dist/views/Document/index.d.ts.map +1 -1
- package/dist/views/Document/index.js +18 -1
- package/dist/views/Document/index.js.map +1 -1
- package/dist/views/Document/recordRecentlyViewed.d.ts +12 -0
- package/dist/views/Document/recordRecentlyViewed.d.ts.map +1 -0
- package/dist/views/Document/recordRecentlyViewed.js +40 -0
- package/dist/views/Document/recordRecentlyViewed.js.map +1 -0
- package/dist/views/Document/renderDocumentSlots.d.ts +1 -0
- package/dist/views/Document/renderDocumentSlots.d.ts.map +1 -1
- package/dist/views/Document/renderDocumentSlots.js +47 -1
- package/dist/views/Document/renderDocumentSlots.js.map +1 -1
- package/dist/views/Edit/index.css +143 -6
- package/dist/views/Edit/index.d.ts +1 -1
- package/dist/views/Edit/index.d.ts.map +1 -1
- package/dist/views/Edit/index.js +34 -31
- package/dist/views/Edit/index.js.map +1 -1
- package/dist/views/HierarchyList/DocumentListSelection/index.js +4 -4
- package/dist/views/HierarchyList/DocumentListSelection/index.js.map +1 -1
- package/dist/views/HierarchyList/HierarchyTable/SlotTable.css +2 -2
- package/dist/views/HierarchyList/HierarchyTable/SlotTable.d.ts +2 -2
- package/dist/views/HierarchyList/HierarchyTable/SlotTable.d.ts.map +1 -1
- package/dist/views/HierarchyList/HierarchyTable/SlotTable.js.map +1 -1
- package/dist/views/HierarchyList/HierarchyTable/types.d.ts +2 -2
- package/dist/views/HierarchyList/HierarchyTable/types.d.ts.map +1 -1
- package/dist/views/HierarchyList/HierarchyTable/types.js.map +1 -1
- package/dist/views/HierarchyList/TypeFilter/index.d.ts.map +1 -1
- package/dist/views/HierarchyList/TypeFilter/index.js +3 -0
- package/dist/views/HierarchyList/TypeFilter/index.js.map +1 -1
- package/dist/views/HierarchyList/index.d.ts.map +1 -1
- package/dist/views/HierarchyList/index.js +2 -6
- package/dist/views/HierarchyList/index.js.map +1 -1
- package/dist/views/List/ListHeader/index.css +5 -0
- package/dist/views/List/ListSelection/index.js +4 -4
- package/dist/views/List/ListSelection/index.js.map +1 -1
- package/dist/views/List/createSerializableValue.d.ts.map +1 -1
- package/dist/views/List/extractRelationshipDisplayValue.d.ts.map +1 -1
- package/dist/views/List/extractValueOrRelationshipID.d.ts.map +1 -1
- package/dist/views/List/generateListViewMetadata.d.ts.map +1 -1
- package/dist/views/List/handleGroupBy.d.ts.map +1 -1
- package/dist/views/List/handleHierarchy.d.ts +1 -1
- package/dist/views/List/handleHierarchy.d.ts.map +1 -1
- package/dist/views/List/index.client.d.ts.map +1 -1
- package/dist/views/List/index.client.js +6 -6
- package/dist/views/List/index.client.js.map +1 -1
- package/dist/views/List/index.d.ts.map +1 -1
- package/dist/views/List/index.js +1 -7
- package/dist/views/List/index.js.map +1 -1
- package/dist/views/List/renderListViewSlots.d.ts.map +1 -1
- package/dist/views/List/renderListViewSlots.js +9 -6
- package/dist/views/List/renderListViewSlots.js.map +1 -1
- package/dist/views/List/resolveAllFilterOptions.d.ts.map +1 -1
- package/dist/views/List/transformColumnsToSelect.d.ts.map +1 -1
- package/dist/views/Logout/LogoutClient.js +29 -33
- package/dist/views/Logout/LogoutClient.js.map +1 -1
- package/dist/views/NotFound/page.d.ts.map +1 -1
- package/dist/views/Root/generateCustomViewMetadata.d.ts.map +1 -1
- package/dist/views/Root/generatePageMetadata.d.ts.map +1 -1
- package/dist/views/Root/getCustomCollectionViewByRoute.d.ts +1 -1
- package/dist/views/Root/getCustomCollectionViewByRoute.d.ts.map +1 -1
- package/dist/views/Root/getCustomGlobalViewByRoute.d.ts +1 -1
- package/dist/views/Root/getCustomGlobalViewByRoute.d.ts.map +1 -1
- package/dist/views/Root/getCustomViewByKey.d.ts.map +1 -1
- package/dist/views/Root/getCustomViewByRoute.d.ts.map +1 -1
- package/dist/views/Root/getRouteData.d.ts.map +1 -1
- package/dist/views/Root/index.d.ts.map +1 -1
- package/dist/views/Unauthorized/index.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/buildVersionFields.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/generateLabelFromValue.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/index.js +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/index.js.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/index.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.js +1 -0
- package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.js.map +1 -1
- package/dist/views/Version/SelectComparison/VersionDrawer/index.d.ts.map +1 -1
- package/dist/views/Version/SelectComparison/index.d.ts.map +1 -1
- package/dist/views/Version/SelectComparison/index.js +1 -0
- package/dist/views/Version/SelectComparison/index.js.map +1 -1
- package/dist/views/Versions/buildColumns.d.ts +1 -1
- package/dist/views/Versions/buildColumns.d.ts.map +1 -1
- package/dist/views/Versions/fetchVersions.d.ts +8 -8
- package/dist/views/Versions/fetchVersions.d.ts.map +1 -1
- package/dist/views/Versions/fetchVersions.js.map +1 -1
- package/dist/views/Versions/index.css +0 -4
- package/dist/views/Versions/types.d.ts +2 -2
- package/dist/views/Versions/types.d.ts.map +1 -1
- package/dist/views/Versions/types.js.map +1 -1
- package/dist/widgets/CollectionCards/getCollectionCardsData.d.ts +2 -2
- package/dist/widgets/CollectionCards/getCollectionCardsData.d.ts.map +1 -1
- package/dist/widgets/CollectionCards/getCollectionCardsData.js.map +1 -1
- package/dist/widgets/CollectionCards/index.client.js.map +1 -1
- package/dist/widgets/CollectionQuery/SortField/index.d.ts +3 -0
- package/dist/widgets/CollectionQuery/SortField/index.d.ts.map +1 -0
- package/dist/widgets/CollectionQuery/SortField/index.js +118 -0
- package/dist/widgets/CollectionQuery/SortField/index.js.map +1 -0
- package/dist/widgets/CollectionQuery/getCollectionFieldPaths.d.ts +18 -0
- package/dist/widgets/CollectionQuery/getCollectionFieldPaths.d.ts.map +1 -0
- package/dist/widgets/CollectionQuery/getCollectionFieldPaths.js +91 -0
- package/dist/widgets/CollectionQuery/getCollectionFieldPaths.js.map +1 -0
- package/dist/widgets/CollectionQuery/getCollectionFieldPaths.spec.js +100 -0
- package/dist/widgets/CollectionQuery/getCollectionFieldPaths.spec.js.map +1 -0
- package/dist/widgets/CollectionQuery/index.css +64 -0
- package/dist/widgets/CollectionQuery/index.d.ts +16 -0
- package/dist/widgets/CollectionQuery/index.d.ts.map +1 -0
- package/dist/widgets/CollectionQuery/index.js +328 -0
- package/dist/widgets/CollectionQuery/index.js.map +1 -0
- package/dist/widgets/RecentlyViewed/CollectionsField/index.css +14 -0
- package/dist/widgets/RecentlyViewed/CollectionsField/index.d.ts +10 -0
- package/dist/widgets/RecentlyViewed/CollectionsField/index.d.ts.map +1 -0
- package/dist/widgets/RecentlyViewed/CollectionsField/index.js +76 -0
- package/dist/widgets/RecentlyViewed/CollectionsField/index.js.map +1 -0
- package/dist/widgets/RecentlyViewed/index.d.ts +10 -0
- package/dist/widgets/RecentlyViewed/index.d.ts.map +1 -0
- package/dist/widgets/RecentlyViewed/index.js +148 -0
- package/dist/widgets/RecentlyViewed/index.js.map +1 -0
- package/dist/widgets/WidgetCard/index.css +155 -0
- package/dist/widgets/WidgetCard/index.d.ts +19 -0
- package/dist/widgets/WidgetCard/index.d.ts.map +1 -0
- package/dist/widgets/WidgetCard/index.js +49 -0
- package/dist/widgets/WidgetCard/index.js.map +1 -0
- package/package.json +6 -509
- package/dist/elements/BulkUpload/Header/index.d.ts +0 -9
- package/dist/elements/BulkUpload/Header/index.d.ts.map +0 -1
- package/dist/elements/BulkUpload/Header/index.js.map +0 -1
- package/dist/elements/ColumnSelector/index.d.ts +0 -9
- package/dist/elements/ColumnSelector/index.d.ts.map +0 -1
- package/dist/elements/ColumnSelector/index.js.map +0 -1
- package/dist/elements/ColumnsButton/index.d.ts +0 -7
- package/dist/elements/ColumnsButton/index.d.ts.map +0 -1
- package/dist/elements/ColumnsButton/index.js.map +0 -1
- package/dist/elements/FileDetails/FileMeta/index.scss +0 -31
- package/dist/elements/FileDetails/StaticFileDetails/index.scss +0 -134
- package/dist/elements/GroupByBuilder/index.d.ts +0 -12
- package/dist/elements/GroupByBuilder/index.d.ts.map +0 -1
- package/dist/elements/GroupByBuilder/index.js +0 -164
- package/dist/elements/GroupByBuilder/index.js.map +0 -1
- package/dist/elements/GroupByBuilder/index.scss +0 -39
- package/dist/elements/GroupByControl/index.d.ts +0 -9
- package/dist/elements/GroupByControl/index.d.ts.map +0 -1
- package/dist/elements/GroupByControl/index.js +0 -254
- package/dist/elements/GroupByControl/index.js.map +0 -1
- package/dist/elements/Hierarchy/Drawer/fetchAncestorPath.d.ts.map +0 -1
- package/dist/elements/Hierarchy/Drawer/fetchAncestorPath.js.map +0 -1
- package/dist/elements/Hierarchy/Drawer/index.css +0 -90
- package/dist/elements/Hierarchy/Drawer/index.d.ts +0 -20
- package/dist/elements/Hierarchy/Drawer/index.d.ts.map +0 -1
- package/dist/elements/Hierarchy/Drawer/index.js.map +0 -1
- package/dist/elements/Hierarchy/Drawer/types.d.ts.map +0 -1
- package/dist/elements/Hierarchy/Drawer/types.js.map +0 -1
- package/dist/elements/Hierarchy/Drawer/useHierarchyDrawer.d.ts +0 -30
- package/dist/elements/Hierarchy/Drawer/useHierarchyDrawer.d.ts.map +0 -1
- package/dist/elements/Hierarchy/Drawer/useHierarchyDrawer.js.map +0 -1
- package/dist/elements/Nav/NavToggler/index.css +0 -12
- package/dist/elements/Nav/NavToggler/index.d.ts +0 -9
- package/dist/elements/Nav/NavToggler/index.d.ts.map +0 -1
- package/dist/elements/Nav/NavToggler/index.js +0 -91
- package/dist/elements/Nav/NavToggler/index.js.map +0 -1
- package/dist/elements/Nav/SettingsMenuButton/index.scss +0 -11
- package/dist/elements/PreviewSizes/index.scss +0 -147
- package/dist/elements/QueryPresets/fields/ColumnsField/index.scss +0 -17
- package/dist/elements/QueryPresets/fields/GroupByField/index.scss +0 -17
- package/dist/elements/QueryPresets/fields/WhereField/index.scss +0 -23
- package/dist/elements/Thumbnail/index.scss +0 -53
- package/dist/icons/ExternalLink/index.d.ts.map +0 -1
- package/dist/icons/ExternalLink/index.js +0 -26
- package/dist/icons/ExternalLink/index.js.map +0 -1
- package/dist/scss/toasts.scss +0 -146
- /package/dist/elements/{ColumnSelector/index.css → ColumnSelection/Popup.css} +0 -0
- /package/dist/elements/{GroupByControl/index.css → GroupBy/Popup.css} +0 -0
- /package/dist/elements/Hierarchy/{Drawer → Modal}/fetchAncestorPath.d.ts +0 -0
- /package/dist/elements/Hierarchy/{Drawer → Modal}/fetchAncestorPath.js +0 -0
- /package/dist/elements/Hierarchy/{Drawer → Modal}/types.js +0 -0
|
@@ -10,6 +10,5 @@ function require(m) {
|
|
|
10
10
|
}
|
|
11
11
|
// Workaround end
|
|
12
12
|
|
|
13
|
-
import{fieldComponents as Bt}from"../../fields/index.js";import{useDebounce as At}from"../../hooks/useDebounce.js";import{useDebouncedCallback as zt}from"../../hooks/useDebouncedCallback.js";import{useDebouncedEffect as Ut}from"../../hooks/useDebouncedEffect.js";import{useDelay as Yt}from"../../hooks/useDelay.js";import{useDelayedRender as Wt}from"../../hooks/useDelayedRender.js";import{useHotkey as Gt}from"../../hooks/useHotkey.js";import{useIntersect as Jt}from"../../hooks/useIntersect.js";import{usePayloadAPI as Xt}from"../../hooks/usePayloadAPI.js";import{useResize as Zt}from"../../hooks/useResize.js";import{useThrottledEffect as eo}from"../../hooks/useThrottledEffect.js";import{useEffectEvent as oo}from"../../hooks/useEffectEvent.js";import{FieldPathContext as ao,useFieldPath as no}from"../../forms/RenderFields/context.js";import{useQueue as io}from"../../hooks/useQueue.js";import{useUseTitleField as mo}from"../../hooks/useUseAsTitle.js";import{SidebarTabsProvider as fo,useSidebarTabs as po}from"../../providers/SidebarTabs/index.js";import{SortHeader as xo}from"../../elements/SortHeader/index.js";import{SortRow as go}from"../../elements/SortRow/index.js";import{OrderableTable as bo}from"../../elements/Table/OrderableTable.js";import{QueryPresetsColumnsCell as wo}from"../../elements/QueryPresets/cells/ColumnsCell/index.js";import{QueryPresetsWhereCell as So}from"../../elements/QueryPresets/cells/WhereCell/index.js";import{QueryPresetsAccessCell as Do}from"../../elements/QueryPresets/cells/AccessCell/index.js";import{QueryPresetsGroupByCell as Io}from"../../elements/QueryPresets/cells/GroupByCell/index.js";import{QueryPresetsColumnField as Eo}from"../../elements/QueryPresets/fields/ColumnsField/index.js";import{QueryPresetsWhereField as Lo}from"../../elements/QueryPresets/fields/WhereField/index.js";import{QueryPresetsGroupByField as No}from"../../elements/QueryPresets/fields/GroupByField/index.js";import{ConfirmationModal as Mo}from"../../elements/ConfirmationModal/index.js";import{DialogBody as Ho,DialogCancel as zo,DialogConfirm as Vo,DialogFooter as Uo,DialogHeader as jo,DialogModal as Yo}from"../../elements/Dialog/index.js";import{Link as Wo}from"../../elements/Link/index.js";import{LeaveWithoutSaving as Go}from"../../elements/LeaveWithoutSaving/index.js";import{DocumentTakeOver as Jo}from"../../elements/DocumentTakeOver/index.js";import{DocumentStaleData as Xo}from"../../elements/DocumentStaleData/index.js";import{DocumentLocked as Zo}from"../../elements/DocumentLocked/index.js";import{TableColumnsProvider as er,useTableColumns as tr}from"../../providers/TableColumns/index.js";import{RenderDefaultCell as rr,useCellProps as ar}from"../../providers/TableColumns/RenderDefaultCell/index.js";import{DateCell as sr}from"../../elements/Table/DefaultCell/fields/Date/index.js";import{TableSection as lr}from"../../elements/TableSection/index.js";import{Translation as mr}from"../../elements/Translation/index.js";import{default as fr}from"../../elements/DatePicker/DatePicker.js";import{ViewDescription as ur}from"../../elements/ViewDescription/index.js";import{AppHeader as hr}from"../../elements/AppHeader/index.js";import{MenuSeparator as vr}from"../../elements/MenuSeparator/index.js";import{RenderCustomComponent as yr}from"../../elements/RenderCustomComponent/index.js";import{BulkUploadDrawer as Cr,BulkUploadProvider as Sr,useBulkUpload as Tr,useBulkUploadDrawerSlug as Dr}from"../../elements/BulkUpload/index.js";import{DrawerContentContainer as Ir}from"../../elements/DrawerContentContainer/index.js";import{APIKeyInput as Er}from"../../elements/APIKeyInput/index.js";import{Banner as Lr}from"../../elements/Banner/index.js";import{Button as Nr}from"../../elements/Button/index.js";import{TabButton as Mr,Tabs as Ar,TabsList as Hr}from"../../elements/Tabs/index.js";import{AnimateHeight as Vr}from"../../elements/AnimateHeight/index.js";import{PillSelector as jr}from"../../elements/PillSelector/index.js";import{Card as Or}from"../../elements/Card/index.js";import{Chip as $r}from"../../elements/Chip/index.js";import{Collapsible as Qr,useCollapsible as Jr}from"../../elements/Collapsible/index.js";import{SidebarRow as Xr}from"../../elements/SidebarRow/index.js";import{HierarchySidebarTab as Zr}from"../../elements/Hierarchy/Tree/HierarchySidebarTab.js";import{CopyLocaleData as ea}from"../../elements/CopyLocaleData/index.js";import{CopyToClipboard as oa}from"../../elements/CopyToClipboard/index.js";import{DeleteMany as aa}from"../../elements/DeleteMany/index.js";import{DocumentControls as sa}from"../../elements/DocumentControls/index.js";import{Dropzone as la}from"../../elements/Dropzone/index.js";import{documentDrawerBaseClass as ma,useDocumentDrawer as ca}from"../../elements/DocumentDrawer/index.js";import{escapeDiffHTML as pa,getHTMLDiffComponents as ua,unescapeDiffHTML as xa}from"../../elements/HTMLDiff/index.js";import{useClickOutside as ga}from"../../hooks/useClickOutside.js";import{useClickOutsideContext as ba}from"../../providers/ClickOutside/index.js";import{useDocumentDrawerContext as wa}from"../../elements/DocumentDrawer/Provider.js";import{useDraggableSortable as Sa}from"../../elements/DraggableSortable/useDraggableSortable/index.js";import{DraggableSortable as Da}from"../../elements/DraggableSortable/index.js";import{DraggableSortableItem as Ia}from"../../elements/DraggableSortable/DraggableSortableItem/index.js";import{DocumentFields as Ea}from"../../elements/DocumentFields/index.js";import{Drawer as La,DrawerToggler as Ra,formatDrawerSlug as Na}from"../../elements/Drawer/index.js";import{useDrawerSlug as Ma}from"../../elements/Drawer/useDrawerSlug.js";import{EditMany as Ha}from"../../elements/EditMany/index.js";import{ErrorPill as Va}from"../../elements/ErrorPill/index.js";import{Modal as ja,useModal as Ya}from"../../elements/Modal/index.js";import{FullscreenModal as Wa}from"../../elements/FullscreenModal/index.js";import{GenerateConfirmation as Ga}from"../../elements/GenerateConfirmation/index.js";import{Gutter as Ja}from"../../elements/Gutter/index.js";import{SidebarToggle as Xa}from"../../elements/SidebarToggle/index.js";import{HydrateAuthProvider as Za}from"../../elements/HydrateAuthProvider/index.js";import{HydrateHierarchyProvider as en}from"../../elements/Hierarchy/HydrateProvider/index.js";import{IDLabel as on}from"../../elements/IDLabel/index.js";import{InputStepper as an}from"../../elements/InputStepper/index.js";import{Locked as sn}from"../../elements/Locked/index.js";import{ListControls as dn}from"../../elements/ListControls/index.js";import{ListControlsBar as cn}from"../../elements/ListControlsBar/index.js";import{useListDrawer as pn}from"../../elements/ListDrawer/index.js";import{HierarchyButtonClient as xn}from"../../elements/Hierarchy/DocHeaderButton/index.js";import{HierarchyFieldClient as gn}from"../../elements/Hierarchy/Field/index.client.js";import{formatHierarchyDrawerSlug as bn,HierarchyDrawerToggler as yn,useHierarchyDrawer as wn}from"../../elements/Hierarchy/Drawer/useHierarchyDrawer.js";import{ListSelection as Sn}from"../../views/List/ListSelection/index.js";import{CollectionListHeader as Dn}from"../../views/List/ListHeader/index.js";import{GroupByHeader as In}from"../../views/List/GroupByHeader/index.js";import{PageControls as En,PageControlsComponent as kn}from"../../elements/PageControls/index.js";import{GroupByPageControls as Rn}from"../../elements/PageControls/GroupByPageControls.js";import{LoadingOverlayToggle as Bn}from"../../elements/Loading/index.js";import{FormLoadingOverlayToggle as An}from"../../elements/Loading/index.js";import{LoadingOverlay as zn}from"../../elements/Loading/index.js";import{Spinner as Un}from"../../elements/Spinner/index.js";import{Switch as Yn}from"../../elements/Switch/index.js";import{DelayedSpinner as Wn}from"../../elements/DelayedSpinner/index.js";import{Logout as Gn}from"../../elements/Logout/index.js";import{NavToggler as Jn}from"../../elements/Nav/NavToggler/index.js";import{NavSidebarToggle as Xn}from"../../elements/Nav/NavSidebarToggle/index.js";import{NavWrapper as Zn}from"../../elements/Nav/NavWrapper/index.js";import{SettingsMenuButton as es}from"../../elements/Nav/SettingsMenuButton/index.js";import{DefaultNavClient as os}from"../../elements/Nav/index.client.js";import{SidebarTabsClient as as}from"../../elements/Nav/SidebarTabs/index.client.js";import{TabError as ss}from"../../elements/Nav/SidebarTabs/TabError/index.js";import{ShouldRenderTabs as ls}from"../../elements/DocumentHeader/Tabs/ShouldRenderTabs.js";import{DocumentTabLink as ms}from"../../elements/DocumentHeader/Tabs/Tab/TabLink.js";import{VersionsPill as fs}from"../../elements/DocumentHeader/Tabs/tabs/VersionsPill/index.js";import{Wrapper as us}from"../../templates/Default/Wrapper/index.js";import{FormHeader as hs}from"../../elements/FormHeader/index.js";import{HierarchyTypeField as vs}from"../../elements/HierarchyTypeField/index.js";import{NoListResults as ys}from"../../elements/NoListResults/index.js";import{NavContext as Cs,NavProvider as Ss,useNav as Ts}from"../../elements/Nav/context.js";import{NavGroup as Ps}from"../../elements/NavGroup/index.js";import{Pagination as Fs}from"../../elements/Pagination/index.js";import{SimplePagination as ks}from"../../elements/Pagination/SimplePagination/index.js";import{PerPage as Rs}from"../../elements/PerPage/index.js";import{Pill as Bs}from"../../elements/Pill/index.js";import*as kt from"../../elements/Popup/PopupButtonList/index.js";import{Popup as As}from"../../elements/Popup/index.js";import{Combobox as zs}from"../../elements/Combobox/index.js";import{CommandPalette as Us,commandPaletteSlug as js}from"../../elements/CommandPalette/index.js";import{PublishMany as Os}from"../../elements/PublishMany/index.js";import{PublishButton as $s}from"../../elements/PublishButton/index.js";import{SaveButton as Qs}from"../../elements/SaveButton/index.js";import{SaveDraftButton as Ks}from"../../elements/SaveDraftButton/index.js";import{UnpublishButton as qs}from"../../elements/UnpublishButton/index.js";import{ReactSelect as _s}from"../../elements/ReactSelect/index.js";import{ReactSelect as ti}from"../../elements/ReactSelect/index.js";import{RenderTitle as ri}from"../../elements/RenderTitle/index.js";import{ShimmerEffect as ni}from"../../elements/ShimmerEffect/index.js";import{StaggeredShimmers as ii}from"../../elements/ShimmerEffect/index.js";import{SortColumn as di}from"../../elements/SortColumn/index.js";import{SetStepNav as ci}from"../../elements/StepNav/SetStepNav.js";import{useStepNav as pi}from"../../elements/StepNav/index.js";import{RelationshipProvider as xi,useListRelationships as hi}from"../../elements/Table/RelationshipProvider/index.js";import{Table as vi}from"../../elements/Table/index.js";import{DefaultCell as yi}from"../../elements/Table/DefaultCell/index.js";import{Thumbnail as Ci}from"../../elements/Thumbnail/index.js";import{ThumbnailCard as Ti}from"../../elements/ThumbnailCard/index.js";import{Tooltip as Pi}from"../../elements/Tooltip/index.js";import r,{forwardRef as Ge,isValidElement as ye}from"react";import Qe from"react-dom";import S from"react";import ke from"react";import rt from"react";var Je=t=>{switch(t){case"success":return qe;case"info":return _e;case"warning":return Ze;case"error":return et;default:return null}},Ke=Array(12).fill(0),Xe=({visible:t,className:o})=>S.createElement("div",{className:["sonner-loading-wrapper",o].filter(Boolean).join(" "),"data-visible":t},S.createElement("div",{className:"sonner-spinner"},Ke.map((a,i)=>S.createElement("div",{className:"sonner-loading-bar",key:`spinner-bar-${i}`})))),qe=S.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},S.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z",clipRule:"evenodd"})),Ze=S.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",height:"20",width:"20"},S.createElement("path",{fillRule:"evenodd",d:"M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z",clipRule:"evenodd"})),_e=S.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},S.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z",clipRule:"evenodd"})),et=S.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},S.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"})),tt=S.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},S.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),S.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"})),ot=()=>{let[t,o]=ke.useState(document.hidden);return ke.useEffect(()=>{let a=()=>{o(document.hidden)};return document.addEventListener("visibilitychange",a),()=>window.removeEventListener("visibilitychange",a)},[]),t},we=1,at=class{constructor(){this.subscribe=t=>(this.subscribers.push(t),()=>{let o=this.subscribers.indexOf(t);this.subscribers.splice(o,1)}),this.publish=t=>{this.subscribers.forEach(o=>o(t))},this.addToast=t=>{this.publish(t),this.toasts=[...this.toasts,t]},this.create=t=>{var o;let{message:a,...i}=t,u=typeof t?.id=="number"||((o=t.id)==null?void 0:o.length)>0?t.id:we++,y=this.toasts.find(v=>v.id===u),T=t.dismissible===void 0?!0:t.dismissible;return this.dismissedToasts.has(u)&&this.dismissedToasts.delete(u),y?this.toasts=this.toasts.map(v=>v.id===u?(this.publish({...v,...t,id:u,title:a}),{...v,...t,id:u,dismissible:T,title:a}):v):this.addToast({title:a,...i,dismissible:T,id:u}),u},this.dismiss=t=>(this.dismissedToasts.add(t),t||this.toasts.forEach(o=>{this.subscribers.forEach(a=>a({id:o.id,dismiss:!0}))}),this.subscribers.forEach(o=>o({id:t,dismiss:!0})),t),this.message=(t,o)=>this.create({...o,message:t}),this.error=(t,o)=>this.create({...o,message:t,type:"error"}),this.success=(t,o)=>this.create({...o,type:"success",message:t}),this.info=(t,o)=>this.create({...o,type:"info",message:t}),this.warning=(t,o)=>this.create({...o,type:"warning",message:t}),this.loading=(t,o)=>this.create({...o,type:"loading",message:t}),this.promise=(t,o)=>{if(!o)return;let a;o.loading!==void 0&&(a=this.create({...o,promise:t,type:"loading",message:o.loading,description:typeof o.description!="function"?o.description:void 0}));let i=t instanceof Promise?t:t(),u=a!==void 0,y,T=i.then(async m=>{if(y=["resolve",m],rt.isValidElement(m))u=!1,this.create({id:a,type:"default",message:m});else if(st(m)&&!m.ok){u=!1;let f=typeof o.error=="function"?await o.error(`HTTP error! status: ${m.status}`):o.error,b=typeof o.description=="function"?await o.description(`HTTP error! status: ${m.status}`):o.description;this.create({id:a,type:"error",message:f,description:b})}else if(o.success!==void 0){u=!1;let f=typeof o.success=="function"?await o.success(m):o.success,b=typeof o.description=="function"?await o.description(m):o.description;this.create({id:a,type:"success",message:f,description:b})}}).catch(async m=>{if(y=["reject",m],o.error!==void 0){u=!1;let f=typeof o.error=="function"?await o.error(m):o.error,b=typeof o.description=="function"?await o.description(m):o.description;this.create({id:a,type:"error",message:f,description:b})}}).finally(()=>{var m;u&&(this.dismiss(a),a=void 0),(m=o.finally)==null||m.call(o)}),v=()=>new Promise((m,f)=>T.then(()=>y[0]==="reject"?f(y[1]):m(y[1])).catch(f));return typeof a!="string"&&typeof a!="number"?{unwrap:v}:Object.assign(a,{unwrap:v})},this.custom=(t,o)=>{let a=o?.id||we++;return this.create({jsx:t(a),id:a,...o}),a},this.getActiveToasts=()=>this.toasts.filter(t=>!this.dismissedToasts.has(t.id)),this.subscribers=[],this.toasts=[],this.dismissedToasts=new Set}},C=new at,nt=(t,o)=>{let a=o?.id||we++;return C.addToast({title:t,...o,id:a}),a},st=t=>t&&typeof t=="object"&&"ok"in t&&typeof t.ok=="boolean"&&"status"in t&&typeof t.status=="number",it=nt,lt=()=>C.toasts,dt=()=>C.getActiveToasts(),mt=Object.assign(it,{success:C.success,info:C.info,warning:C.warning,error:C.error,custom:C.custom,message:C.message,promise:C.promise,dismiss:C.dismiss,loading:C.loading},{getHistory:lt,getToasts:dt});function ct(t,{insertAt:o}={}){if(!t||typeof document>"u")return;let a=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css",o==="top"&&a.firstChild?a.insertBefore(i,a.firstChild):a.appendChild(i),i.styleSheet?i.styleSheet.cssText=t:i.appendChild(document.createTextNode(t))}ct(`:where(html[dir="ltr"]),:where([data-sonner-toaster][dir="ltr"]){--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}:where(html[dir="rtl"]),:where([data-sonner-toaster][dir="rtl"]){--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}:where([data-sonner-toaster]){position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999;transition:transform .4s ease}:where([data-sonner-toaster][data-lifted="true"]){transform:translateY(-10px)}@media (hover: none) and (pointer: coarse){:where([data-sonner-toaster][data-lifted="true"]){transform:none}}:where([data-sonner-toaster][data-x-position="right"]){right:var(--offset-right)}:where([data-sonner-toaster][data-x-position="left"]){left:var(--offset-left)}:where([data-sonner-toaster][data-x-position="center"]){left:50%;transform:translate(-50%)}:where([data-sonner-toaster][data-y-position="top"]){top:var(--offset-top)}:where([data-sonner-toaster][data-y-position="bottom"]){bottom:var(--offset-bottom)}:where([data-sonner-toast]){--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);filter:blur(0);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}:where([data-sonner-toast][data-styled="true"]){padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}:where([data-sonner-toast]:focus-visible){box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast][data-y-position="top"]){top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}:where([data-sonner-toast][data-y-position="bottom"]){bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}:where([data-sonner-toast]) :where([data-description]){font-weight:400;line-height:1.4;color:inherit}:where([data-sonner-toast]) :where([data-title]){font-weight:500;line-height:1.5;color:inherit}:where([data-sonner-toast]) :where([data-icon]){display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}:where([data-sonner-toast][data-promise="true"]) :where([data-icon])>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}:where([data-sonner-toast]) :where([data-icon])>*{flex-shrink:0}:where([data-sonner-toast]) :where([data-icon]) svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}:where([data-sonner-toast]) :where([data-content]){display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}:where([data-sonner-toast]) :where([data-button]):focus-visible{box-shadow:0 0 0 2px #0006}:where([data-sonner-toast]) :where([data-button]):first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}:where([data-sonner-toast]) :where([data-cancel]){color:var(--normal-text);background:rgba(0,0,0,.08)}:where([data-sonner-toast][data-theme="dark"]) :where([data-cancel]){background:rgba(255,255,255,.3)}:where([data-sonner-toast]) :where([data-close-button]){position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast] [data-close-button]{background:var(--gray1)}:where([data-sonner-toast]) :where([data-close-button]):focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast]) :where([data-disabled="true"]){cursor:not-allowed}:where([data-sonner-toast]):hover :where([data-close-button]):hover{background:var(--gray2);border-color:var(--gray5)}:where([data-sonner-toast][data-swiping="true"]):before{content:"";position:absolute;left:-50%;right:-50%;height:100%;z-index:-1}:where([data-sonner-toast][data-y-position="top"][data-swiping="true"]):before{bottom:50%;transform:scaleY(3) translateY(50%)}:where([data-sonner-toast][data-y-position="bottom"][data-swiping="true"]):before{top:50%;transform:scaleY(3) translateY(-50%)}:where([data-sonner-toast][data-swiping="false"][data-removed="true"]):before{content:"";position:absolute;inset:0;transform:scaleY(2)}:where([data-sonner-toast]):after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}:where([data-sonner-toast][data-mounted="true"]){--y: translateY(0);opacity:1}:where([data-sonner-toast][data-expanded="false"][data-front="false"]){--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}:where([data-sonner-toast])>*{transition:opacity .4s}:where([data-sonner-toast][data-expanded="false"][data-front="false"][data-styled="true"])>*{opacity:0}:where([data-sonner-toast][data-visible="false"]){opacity:0;pointer-events:none}:where([data-sonner-toast][data-mounted="true"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}:where([data-sonner-toast][data-removed="true"][data-front="true"][data-swipe-out="false"]){--y: translateY(calc(var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="false"]){--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}:where([data-sonner-toast][data-removed="true"][data-front="false"]):before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y, 0px)) translate(var(--swipe-amount-x, 0px));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 91%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 91%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 91%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-theme=dark]{--normal-bg: #000;--normal-bg-hover: hsl(0, 0%, 12%);--normal-border: hsl(0, 0%, 20%);--normal-border-hover: hsl(0, 0%, 25%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 100%, 12%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 12%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}
|
|
14
|
-
`);function de(t){return t.label!==void 0}var ft=3,pt="32px",ut="16px",Le=4e3,xt=356,ht=14,gt=20,vt=200;function L(...t){return t.filter(Boolean).join(" ")}function bt(t){let[o,a]=t.split("-"),i=[];return o&&i.push(o),a&&i.push(a),i}var yt=t=>{var o,a,i,u,y,T,v,m,f,b,_;let{invert:me,toast:e,unstyled:ce,interacting:g,setHeights:R,visibleToasts:ee,heights:Y,index:M,toasts:fe,expanded:J,removeToast:I,defaultRichColors:K,closeButton:te,style:oe,cancelButtonStyle:pe,actionButtonStyle:re,className:N="",descriptionClassName:ae="",duration:O,position:ne,gap:V,loadingIcon:B,expandByDefault:se,classNames:s,icons:D,closeButtonAriaLabel:ue="Close toast",pauseWhenPageIsHidden:d}=t,[c,x]=r.useState(null),[w,W]=r.useState(null),[h,xe]=r.useState(!1),[X,ie]=r.useState(!1),[q,he]=r.useState(!1),[Ce,Ne]=r.useState(!1),[Be,Se]=r.useState(!1),[Me,ge]=r.useState(0),[Ae,Te]=r.useState(0),Z=r.useRef(e.duration||O||Le),De=r.useRef(null),U=r.useRef(null),He=M===0,ze=M+1<=ee,P=e.type,$=e.dismissible!==!1,Ve=e.className||"",Ue=e.descriptionClassName||"",le=r.useMemo(()=>Y.findIndex(n=>n.toastId===e.id)||0,[Y,e.id]),je=r.useMemo(()=>{var n;return(n=e.closeButton)!=null?n:te},[e.closeButton,te]),Pe=r.useMemo(()=>e.duration||O||Le,[e.duration,O]),ve=r.useRef(0),G=r.useRef(0),Ie=r.useRef(0),Q=r.useRef(null),[Ye,Oe]=ne.split("-"),Fe=r.useMemo(()=>Y.reduce((n,l,p)=>p>=le?n:n+l.height,0),[Y,le]),Ee=ot(),We=e.invert||me,be=P==="loading";G.current=r.useMemo(()=>le*V+Fe,[le,Fe]),r.useEffect(()=>{Z.current=Pe},[Pe]),r.useEffect(()=>{xe(!0)},[]),r.useEffect(()=>{let n=U.current;if(n){let l=n.getBoundingClientRect().height;return Te(l),R(p=>[{toastId:e.id,height:l,position:e.position},...p]),()=>R(p=>p.filter(F=>F.toastId!==e.id))}},[R,e.id]),r.useLayoutEffect(()=>{if(!h)return;let n=U.current,l=n.style.height;n.style.height="auto";let p=n.getBoundingClientRect().height;n.style.height=l,Te(p),R(F=>F.find(E=>E.toastId===e.id)?F.map(E=>E.toastId===e.id?{...E,height:p}:E):[{toastId:e.id,height:p,position:e.position},...F])},[h,e.title,e.description,R,e.id]);let A=r.useCallback(()=>{ie(!0),ge(G.current),R(n=>n.filter(l=>l.toastId!==e.id)),setTimeout(()=>{I(e)},vt)},[e,I,R,G]);r.useEffect(()=>{if(e.promise&&P==="loading"||e.duration===1/0||e.type==="loading")return;let n;return J||g||d&&Ee?(()=>{if(Ie.current<ve.current){let l=new Date().getTime()-ve.current;Z.current=Z.current-l}Ie.current=new Date().getTime()})():Z.current!==1/0&&(ve.current=new Date().getTime(),n=setTimeout(()=>{var l;(l=e.onAutoClose)==null||l.call(e,e),A()},Z.current)),()=>clearTimeout(n)},[J,g,e,P,d,Ee,A]),r.useEffect(()=>{e.delete&&A()},[A,e.delete]);function $e(){var n,l,p;return D!=null&&D.loading?r.createElement("div",{className:L(s?.loader,(n=e?.classNames)==null?void 0:n.loader,"sonner-loader"),"data-visible":P==="loading"},D.loading):B?r.createElement("div",{className:L(s?.loader,(l=e?.classNames)==null?void 0:l.loader,"sonner-loader"),"data-visible":P==="loading"},B):r.createElement(Xe,{className:L(s?.loader,(p=e?.classNames)==null?void 0:p.loader),visible:P==="loading"})}return r.createElement("li",{tabIndex:0,ref:U,className:L(N,Ve,s?.toast,(o=e?.classNames)==null?void 0:o.toast,s?.default,s?.[P],(a=e?.classNames)==null?void 0:a[P]),"data-sonner-toast":"","data-rich-colors":(i=e.richColors)!=null?i:K,"data-styled":!(e.jsx||e.unstyled||ce),"data-mounted":h,"data-promise":!!e.promise,"data-swiped":Be,"data-removed":X,"data-visible":ze,"data-y-position":Ye,"data-x-position":Oe,"data-index":M,"data-front":He,"data-swiping":q,"data-dismissible":$,"data-type":P,"data-invert":We,"data-swipe-out":Ce,"data-swipe-direction":w,"data-expanded":!!(J||se&&h),style:{"--index":M,"--toasts-before":M,"--z-index":fe.length-M,"--offset":`${X?Me:G.current}px`,"--initial-height":se?"auto":`${Ae}px`,...oe,...e.style},onDragEnd:()=>{he(!1),x(null),Q.current=null},onPointerDown:n=>{be||!$||(De.current=new Date,ge(G.current),n.target.setPointerCapture(n.pointerId),n.target.tagName!=="BUTTON"&&(he(!0),Q.current={x:n.clientX,y:n.clientY}))},onPointerUp:()=>{var n,l,p,F;if(Ce||!$)return;Q.current=null;let E=Number(((n=U.current)==null?void 0:n.style.getPropertyValue("--swipe-amount-x").replace("px",""))||0),H=Number(((l=U.current)==null?void 0:l.style.getPropertyValue("--swipe-amount-y").replace("px",""))||0),j=new Date().getTime()-((p=De.current)==null?void 0:p.getTime()),k=c==="x"?E:H,z=Math.abs(k)/j;if(Math.abs(k)>=gt||z>.11){ge(G.current),(F=e.onDismiss)==null||F.call(e,e),W(c==="x"?E>0?"right":"left":H>0?"down":"up"),A(),Ne(!0),Se(!1);return}he(!1),x(null)},onPointerMove:n=>{var l,p,F,E;if(!Q.current||!$||((l=window.getSelection())==null?void 0:l.toString().length)>0)return;let H=n.clientY-Q.current.y,j=n.clientX-Q.current.x,k=(p=t.swipeDirections)!=null?p:bt(ne);!c&&(Math.abs(j)>1||Math.abs(H)>1)&&x(Math.abs(j)>Math.abs(H)?"x":"y");let z={x:0,y:0};c==="y"?(k.includes("top")||k.includes("bottom"))&&(k.includes("top")&&H<0||k.includes("bottom")&&H>0)&&(z.y=H):c==="x"&&(k.includes("left")||k.includes("right"))&&(k.includes("left")&&j<0||k.includes("right")&&j>0)&&(z.x=j),(Math.abs(z.x)>0||Math.abs(z.y)>0)&&Se(!0),(F=U.current)==null||F.style.setProperty("--swipe-amount-x",`${z.x}px`),(E=U.current)==null||E.style.setProperty("--swipe-amount-y",`${z.y}px`)}},je&&!e.jsx?r.createElement("button",{"aria-label":ue,"data-disabled":be,"data-close-button":!0,onClick:be||!$?()=>{}:()=>{var n;A(),(n=e.onDismiss)==null||n.call(e,e)},className:L(s?.closeButton,(u=e?.classNames)==null?void 0:u.closeButton)},(y=D?.close)!=null?y:tt):null,e.jsx||ye(e.title)?e.jsx?e.jsx:typeof e.title=="function"?e.title():e.title:r.createElement(r.Fragment,null,P||e.icon||e.promise?r.createElement("div",{"data-icon":"",className:L(s?.icon,(T=e?.classNames)==null?void 0:T.icon)},e.promise||e.type==="loading"&&!e.icon?e.icon||$e():null,e.type!=="loading"?e.icon||D?.[P]||Je(P):null):null,r.createElement("div",{"data-content":"",className:L(s?.content,(v=e?.classNames)==null?void 0:v.content)},r.createElement("div",{"data-title":"",className:L(s?.title,(m=e?.classNames)==null?void 0:m.title)},typeof e.title=="function"?e.title():e.title),e.description?r.createElement("div",{"data-description":"",className:L(ae,Ue,s?.description,(f=e?.classNames)==null?void 0:f.description)},typeof e.description=="function"?e.description():e.description):null),ye(e.cancel)?e.cancel:e.cancel&&de(e.cancel)?r.createElement("button",{"data-button":!0,"data-cancel":!0,style:e.cancelButtonStyle||pe,onClick:n=>{var l,p;de(e.cancel)&&$&&((p=(l=e.cancel).onClick)==null||p.call(l,n),A())},className:L(s?.cancelButton,(b=e?.classNames)==null?void 0:b.cancelButton)},e.cancel.label):null,ye(e.action)?e.action:e.action&&de(e.action)?r.createElement("button",{"data-button":!0,"data-action":!0,style:e.actionButtonStyle||re,onClick:n=>{var l,p;de(e.action)&&((p=(l=e.action).onClick)==null||p.call(l,n),!n.defaultPrevented&&A())},className:L(s?.actionButton,(_=e?.classNames)==null?void 0:_.actionButton)},e.action.label):null))};function Re(){if(typeof window>"u"||typeof document>"u")return"ltr";let t=document.documentElement.getAttribute("dir");return t==="auto"||!t?window.getComputedStyle(document.documentElement).direction:t}function wt(t,o){let a={};return[t,o].forEach((i,u)=>{let y=u===1,T=y?"--mobile-offset":"--offset",v=y?ut:pt;function m(f){["top","right","bottom","left"].forEach(b=>{a[`${T}-${b}`]=typeof f=="number"?`${f}px`:f})}typeof i=="number"||typeof i=="string"?m(i):typeof i=="object"?["top","right","bottom","left"].forEach(f=>{i[f]===void 0?a[`${T}-${f}`]=v:a[`${T}-${f}`]=typeof i[f]=="number"?`${i[f]}px`:i[f]}):m(v)}),a}var It=Ge(function(t,o){let{invert:a,position:i="bottom-right",hotkey:u=["altKey","KeyT"],expand:y,closeButton:T,className:v,offset:m,mobileOffset:f,theme:b="light",richColors:_,duration:me,style:e,visibleToasts:ce=ft,toastOptions:g,dir:R=Re(),gap:ee=ht,loadingIcon:Y,icons:M,containerAriaLabel:fe="Notifications",pauseWhenPageIsHidden:J}=t,[I,K]=r.useState([]),te=r.useMemo(()=>Array.from(new Set([i].concat(I.filter(d=>d.position).map(d=>d.position)))),[I,i]),[oe,pe]=r.useState([]),[re,N]=r.useState(!1),[ae,O]=r.useState(!1),[ne,V]=r.useState(b!=="system"?b:typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),B=r.useRef(null),se=u.join("+").replace(/Key/g,"").replace(/Digit/g,""),s=r.useRef(null),D=r.useRef(!1),ue=r.useCallback(d=>{K(c=>{var x;return(x=c.find(w=>w.id===d.id))!=null&&x.delete||C.dismiss(d.id),c.filter(({id:w})=>w!==d.id)})},[]);return r.useEffect(()=>C.subscribe(d=>{if(d.dismiss){K(c=>c.map(x=>x.id===d.id?{...x,delete:!0}:x));return}setTimeout(()=>{Qe.flushSync(()=>{K(c=>{let x=c.findIndex(w=>w.id===d.id);return x!==-1?[...c.slice(0,x),{...c[x],...d},...c.slice(x+1)]:[d,...c]})})})}),[]),r.useEffect(()=>{if(b!=="system"){V(b);return}if(b==="system"&&(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?V("dark"):V("light")),typeof window>"u")return;let d=window.matchMedia("(prefers-color-scheme: dark)");try{d.addEventListener("change",({matches:c})=>{V(c?"dark":"light")})}catch{d.addListener(({matches:x})=>{try{V(x?"dark":"light")}catch(w){console.error(w)}})}},[b]),r.useEffect(()=>{I.length<=1&&N(!1)},[I]),r.useEffect(()=>{let d=c=>{var x,w;u.every(W=>c[W]||c.code===W)&&(N(!0),(x=B.current)==null||x.focus()),c.code==="Escape"&&(document.activeElement===B.current||(w=B.current)!=null&&w.contains(document.activeElement))&&N(!1)};return document.addEventListener("keydown",d),()=>document.removeEventListener("keydown",d)},[u]),r.useEffect(()=>{if(B.current)return()=>{s.current&&(s.current.focus({preventScroll:!0}),s.current=null,D.current=!1)}},[B.current]),r.createElement("section",{ref:o,"aria-label":`${fe} ${se}`,tabIndex:-1,"aria-live":"polite","aria-relevant":"additions text","aria-atomic":"false",suppressHydrationWarning:!0},te.map((d,c)=>{var x;let[w,W]=d.split("-");return I.length?r.createElement("ol",{key:d,dir:R==="auto"?Re():R,tabIndex:-1,ref:B,className:v,"data-sonner-toaster":!0,"data-theme":ne,"data-y-position":w,"data-lifted":re&&I.length>1&&!y,"data-x-position":W,style:{"--front-toast-height":`${((x=oe[0])==null?void 0:x.height)||0}px`,"--width":`${xt}px`,"--gap":`${ee}px`,...e,...wt(m,f)},onBlur:h=>{D.current&&!h.currentTarget.contains(h.relatedTarget)&&(D.current=!1,s.current&&(s.current.focus({preventScroll:!0}),s.current=null))},onFocus:h=>{h.target instanceof HTMLElement&&h.target.dataset.dismissible==="false"||D.current||(D.current=!0,s.current=h.relatedTarget)},onMouseEnter:()=>N(!0),onMouseMove:()=>N(!0),onMouseLeave:()=>{ae||N(!1)},onDragEnd:()=>N(!1),onPointerDown:h=>{h.target instanceof HTMLElement&&h.target.dataset.dismissible==="false"||O(!0)},onPointerUp:()=>O(!1)},I.filter(h=>!h.position&&c===0||h.position===d).map((h,xe)=>{var X,ie;return r.createElement(yt,{key:h.id,icons:M,index:xe,toast:h,defaultRichColors:_,duration:(X=g?.duration)!=null?X:me,className:g?.className,descriptionClassName:g?.descriptionClassName,invert:a,visibleToasts:ce,closeButton:(ie=g?.closeButton)!=null?ie:T,interacting:ae,position:d,style:g?.style,unstyled:g?.unstyled,classNames:g?.classNames,cancelButtonStyle:g?.cancelButtonStyle,actionButtonStyle:g?.actionButtonStyle,removeToast:ue,toasts:I.filter(q=>q.position==h.position),heights:oe.filter(q=>q.position==h.position),setHeights:pe,expandByDefault:y,gap:ee,loadingIcon:Y,expanded:re,pauseWhenPageIsHidden:J,swipeDirections:t.swipeDirections})})):null}))});import{UnpublishMany as Fi}from"../../elements/UnpublishMany/index.js";import{Upload as ki}from"../../elements/Upload/index.js";import{UserMenu as Ri}from"../../elements/UserMenu/index.js";import{ListSearchFilter as Bi}from"../../elements/Search/ListSearchFilter/index.js";import{SearchInput as Ai}from"../../elements/Search/SearchInput/index.js";import{FilterTrigger as zi}from"../../elements/FilterTrigger/index.js";import{EditUpload as Ui}from"../../elements/EditUpload/index.js";import{FileDetails as Yi}from"../../elements/FileDetails/index.js";import{PreviewSizes as Wi}from"../../elements/PreviewSizes/index.js";import{PreviewButton as Gi}from"../../elements/PreviewButton/index.js";import{RelationshipTable as Ji}from"../../elements/RelationshipTable/index.js";import{TimezonePicker as Xi}from"../../elements/TimezonePicker/index.js";import{BlocksDrawer as Zi}from"../../fields/Blocks/BlocksDrawer/index.js";import{BlockSelector as el}from"../../fields/Blocks/BlockSelector/index.js";import{SectionTitle as ol}from"../../fields/Blocks/SectionTitle/index.js";import{ItemsDrawer as al}from"../../elements/ItemsDrawer/index.js";import{HiddenField as sl}from"../../fields/Hidden/index.js";import{NullField as ll}from"../../fields/Null/index.js";import{ArrayField as ml}from"../../fields/Array/index.js";import{BlocksField as fl}from"../../fields/Blocks/index.js";import{CheckboxField as ul,CheckboxInput as xl}from"../../fields/Checkbox/index.js";import{CodeField as gl}from"../../fields/Code/index.js";import{CodeEditor as bl}from"../../elements/CodeEditor/index.js";import{default as wl}from"../../elements/CodeEditor/CodeEditor.js";import{CollapsibleField as Sl}from"../../fields/Collapsible/index.js";import{ConfirmPasswordField as Dl}from"../../fields/ConfirmPassword/index.js";import{DateTimeField as Il}from"../../fields/DateTime/index.js";import{EmailField as El}from"../../fields/Email/index.js";import{FieldDescription as Ll}from"../../fields/FieldDescription/index.js";import{FieldError as Nl}from"../../fields/FieldError/index.js";import{FieldLabel as Ml}from"../../fields/FieldLabel/index.js";import{GroupField as Hl}from"../../fields/Group/index.js";import{JSONField as Vl}from"../../fields/JSON/index.js";import{NumberField as jl}from"../../fields/Number/index.js";import{PasswordField as Ol}from"../../fields/Password/index.js";import{PointField as $l}from"../../fields/Point/index.js";import{RadioGroupField as Ql}from"../../fields/RadioGroup/index.js";import{RelationshipField as Kl,RelationshipInput as Xl}from"../../fields/Relationship/index.js";import{RichTextField as Zl}from"../../fields/RichText/index.js";import{RowField as ed}from"../../fields/Row/index.js";import{formatOptions as od,SelectField as rd,SelectInput as ad}from"../../fields/Select/index.js";import{TabsField as sd,TabsProvider as id}from"../../fields/Tabs/index.js";import{TabComponent as dd}from"../../fields/Tabs/Tab/index.js";import{SlugField as cd}from"../../fields/Slug/index.js";import{TextField as pd,TextInput as ud}from"../../fields/Text/index.js";import{JoinField as hd}from"../../fields/Join/index.js";import{allFieldComponents as vd}from"../../fields/index.js";import{TextareaField as yd,TextareaInput as wd}from"../../fields/Textarea/index.js";import{UIField as Sd}from"../../fields/UI/index.js";import{UploadField as Dd,UploadInput as Pd}from"../../fields/Upload/index.js";import{mergeFieldStyles as Fd}from"../../fields/mergeFieldStyles.js";import{fieldBaseClass as kd,isFieldRTL as Ld}from"../../fields/shared/index.js";import{useAllFormFields as Nd,useDocumentForm as Bd,useForm as Md,useFormBackgroundProcessing as Ad,useFormFields as Hd,useFormInitializing as zd,useFormModified as Vd,useFormProcessing as Ud,useFormSubmitted as jd,useWatchForm as Yd}from"../../forms/Form/context.js";import{Form as Wd}from"../../forms/Form/index.js";import{fieldReducer as Gd}from"../../forms/Form/fieldReducer.js";import{NullifyLocaleField as Jd}from"../../forms/NullifyField/index.js";import{RenderFields as Xd}from"../../forms/RenderFields/index.js";import{RowLabel as Zd}from"../../forms/RowLabel/index.js";import{RowLabelProvider as em,useRowLabel as tm}from"../../forms/RowLabel/Context/index.js";import{FormSubmit as rm}from"../../forms/Submit/index.js";import{WatchChildErrors as nm}from"../../forms/WatchChildErrors/index.js";import{FieldContext as im,useField as lm}from"../../forms/useField/index.js";import{withCondition as mm}from"../../forms/withCondition/index.js";import{WatchCondition as fm}from"../../forms/withCondition/WatchCondition.js";import{Account as um}from"../../graphics/Account/index.js";import{PayloadIcon as hm}from"../../graphics/Icon/index.js";import{DefaultBlockImage as vm}from"../../graphics/DefaultBlockImage/index.js";import{File as ym}from"../../graphics/File/index.js";import{CalendarIcon as Cm}from"../../icons/Calendar/index.js";import{CheckIcon as Tm}from"../../icons/Check/index.js";import{ChevronIcon as Pm}from"../../icons/Chevron/index.js";import{CloseMenuIcon as Fm}from"../../icons/CloseMenu/index.js";import{CodeBlockIcon as km}from"../../icons/CodeBlock/index.js";import{CopyIcon as Rm}from"../../icons/Copy/index.js";import{AlignJustifiedIcon as Bm,AlignJustifiedIcon as Mm}from"../../icons/AlignJustified/index.js";import{EditIcon as Hm}from"../../icons/Edit/index.js";import{ExternalLinkIcon as Vm}from"../../icons/ExternalLink/index.js";import{LineIcon as jm}from"../../icons/Line/index.js";import{LinkIcon as Om}from"../../icons/Link/index.js";import{LogOutIcon as $m}from"../../icons/LogOut/index.js";import{MinimizeMaximizeIcon as Qm}from"../../icons/MinimizeMaximize/index.js";import{MoreIcon as Km}from"../../icons/More/index.js";import{PlusIcon as qm}from"../../icons/Plus/index.js";import{SearchIcon as _m}from"../../icons/Search/index.js";import{SwapIcon as tc}from"../../icons/Swap/index.js";import{XIcon as rc}from"../../icons/X/index.js";import{FilterIcon as nc}from"../../icons/Filter/index.js";import{FolderIcon as ic}from"../../icons/Folder/index.js";import{GearIcon as dc}from"../../icons/Gear/index.js";import{DocumentIcon as cc}from"../../icons/Document/index.js";import{MoveFolderIcon as pc}from"../../icons/MoveFolder/index.js";import{GridViewIcon as xc}from"../../icons/GridView/index.js";import{WriteIcon as gc}from"../../icons/Write/index.js";import{AlignJustifiedIcon as bc}from"../../icons/AlignJustified/index.js";import{ArrowIcon as wc}from"../../icons/Arrow/index.js";import{CirclePlusIcon as Sc}from"../../icons/CirclePlus/index.js";import{CircledXIcon as Dc}from"../../icons/CircledX/index.js";import{ClipboardIcon as Ic}from"../../icons/Clipboard/index.js";import{Dots as Ec}from"../../icons/Dots/index.js";import{DuplicateIcon as Lc}from"../../icons/Duplicate/index.js";import{EyeIcon as Nc}from"../../icons/Eye/index.js";import{KeyIcon as Mc}from"../../icons/Key/index.js";import{LockIcon as Hc}from"../../icons/Lock/index.js";import{LockOpenIcon as Vc}from"../../icons/LockOpen/index.js";import{PeopleIcon as jc}from"../../icons/People/index.js";import{RefreshIcon as Oc}from"../../icons/Refresh/index.js";import{SortDownIcon as $c}from"../../icons/Sort/index.js";import{ThreeDotsIcon as Qc}from"../../icons/ThreeDots/index.js";import{TrashIcon as Kc}from"../../icons/Trash/index.js";import{ErrorIcon as qc}from"../../icons/Error/index.js";import{InfoIcon as _c}from"../../icons/Info/index.js";import{InteractionEnterIcon as tf}from"../../icons/InteractionEnter/index.js";import{LanguageIcon as rf}from"../../icons/Language/index.js";import{SuccessIcon as nf}from"../../icons/Success/index.js";import{VariableColorIcon as lf}from"../../icons/VariableColor/index.js";import{WarningIcon as mf}from"../../icons/Warning/index.js";import{WarningTriangleIcon as ff}from"../../icons/WarningTriangle/index.js";import{TagIcon as uf}from"../../icons/Tag/index.js";import{ServerFunctionsContext as hf,ServerFunctionsProvider as gf,useServerFunctions as vf}from"../../providers/ServerFunctions/index.js";import{ActionsProvider as yf,useActions as wf}from"../../providers/Actions/index.js";import{AuthProvider as Sf,useAuth as Tf}from"../../providers/Auth/index.js";import{ClientFunctionProvider as Pf,useClientFunctions as If}from"../../providers/ClientFunction/index.js";import{useAddClientFunction as Ef}from"../../providers/ClientFunction/index.js";import{LivePreviewProvider as Lf}from"../../providers/LivePreview/index.js";import{ProgressBar as Nf}from"../../providers/RouteTransition/ProgressBar/index.js";import{RouteTransitionProvider as Mf,useRouteTransition as Af}from"../../providers/RouteTransition/index.js";import{ConfigProvider as zf,PageConfigProvider as Vf,useConfig as Uf}from"../../providers/Config/index.js";import{DocumentEventsProvider as Yf,useDocumentEvents as Of}from"../../providers/DocumentEvents/index.js";import{DocumentInfoProvider as $f,useDocumentInfo as Gf}from"../../providers/DocumentInfo/index.js";import{useDocumentTitle as Jf}from"../../providers/DocumentTitle/index.js";import{useUploadControls as Xf}from"../../providers/UploadControls/index.js";import{EditDepthProvider as Zf,useEditDepth as _f}from"../../providers/EditDepth/index.js";import{EntityVisibilityProvider as tp,useEntityVisibility as op}from"../../providers/EntityVisibility/index.js";import{UploadEditsProvider as ap,useUploadEdits as np}from"../../providers/UploadEdits/index.js";import{ListDrawerContextProvider as ip,useListDrawerContext as lp}from"../../elements/ListDrawer/Provider.js";import{ListQueryProvider as mp,useListQuery as cp}from"../../providers/ListQuery/index.js";import{LocaleProvider as pp,useLocale as up}from"../../providers/Locale/index.js";import{OperationProvider as hp,useOperation as gp}from"../../providers/Operation/index.js";import{PreferencesProvider as bp,usePreferences as yp}from"../../providers/Preferences/index.js";import{RootProvider as Cp}from"../../providers/Root/index.js";import{PayloadLink as Tp,RouterAdapterContext as Dp,useParams as Pp,usePathname as Ip,useRouter as Fp,useSearchParams as Ep}from"../../providers/RouterAdapter/index.js";import{RouteCache as Lp,useRouteCache as Rp}from"../../providers/RouteCache/index.js";import{ScrollInfoProvider as Bp,useScrollInfo as Mp}from"../../providers/ScrollInfo/index.js";import{SelectionProvider as Hp,useSelection as zp}from"../../providers/Selection/index.js";import{DocumentSelectionProvider as Up,useDocumentSelection as jp}from"../../providers/DocumentSelection/index.js";import{HierarchyProvider as Op,useHierarchy as Wp}from"../../providers/Hierarchy/index.js";import{UploadHandlersProvider as Gp,useUploadHandlers as Qp}from"../../providers/UploadHandlers/index.js";import{defaultTheme as Kp,ThemeProvider as Xp,useTheme as qp}from"../../providers/Theme/index.js";import{TranslationProvider as _p,useTranslation as eu}from"../../providers/Translation/index.js";import{useWindowInfo as ou,WindowInfoProvider as ru}from"../../providers/WindowInfo/index.js";import{useControllableState as nu}from"../../hooks/useControllableState.js";import{Text as iu}from"../../elements/WhereBuilder/Condition/Text/index.js";import{Select as du}from"../../elements/WhereBuilder/Condition/Select/index.js";import{RelationshipFilter as cu}from"../../elements/WhereBuilder/Condition/Relationship/index.js";import{NumberFilter as pu}from"../../elements/WhereBuilder/Condition/Number/index.js";import{DateFilter as xu}from"../../elements/WhereBuilder/Condition/Date/index.js";import{EmailAndUsernameFields as gu}from"../../elements/EmailAndUsername/index.js";import{SelectAll as bu}from"../../elements/SelectAll/index.js";import{SelectRow as wu}from"../../elements/SelectRow/index.js";import{SelectMany as Su}from"../../elements/SelectMany/index.js";import{DefaultListView as Du}from"../../views/List/index.client.js";import{HierarchyListView as Iu}from"../../views/HierarchyList/index.js";import{AccountClient as Eu}from"../../views/Account/index.client.js";import{ResetPreferences as Lu}from"../../views/Account/ResetPreferences/index.js";import{LanguageSelector as Nu}from"../../views/Account/Settings/LanguageSelector.js";import{ToggleHighContrast as Mu}from"../../views/Account/ToggleHighContrast/index.js";import{ToggleTheme as Hu}from"../../views/Account/ToggleTheme/index.js";import{APIViewClient as Vu}from"../../views/API/index.client.js";import{CreateFirstUserClient as ju}from"../../views/CreateFirstUser/index.client.js";import{ModularDashboardClient as Ou}from"../../views/Dashboard/Default/ModularDashboard/index.client.js";import{ForgotPasswordForm as $u}from"../../views/ForgotPassword/ForgotPasswordForm/index.js";import{LoginForm as Qu}from"../../views/Login/LoginForm/index.js";import{LogoutClient as Ku}from"../../views/Logout/LogoutClient.js";import{NotFoundClient as qu}from"../../views/NotFound/index.client.js";import{ResetPasswordForm as _u}from"../../views/ResetPassword/ResetPasswordForm/index.js";import{ToastAndRedirect as tx,VerifyClient as ox}from"../../views/Verify/index.client.js";import{DefaultVersionView as ax}from"../../views/Version/Default/index.js";import{VersionsViewClient as sx}from"../../views/Versions/index.client.js";import{VersionPillLabel as lx}from"../../views/Versions/VersionPillLabel/VersionPillLabel.js";import{RenderVersionFieldsToDiff as mx}from"../../views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.js";import{Checkbox as fx}from"../../views/Version/RenderFieldsToDiff/fields/Checkbox/index.js";import{Collapsible as ux}from"../../views/Version/RenderFieldsToDiff/fields/Collapsible/index.js";import{DateDiffComponent as hx}from"../../views/Version/RenderFieldsToDiff/fields/Date/index.js";import{Group as vx}from"../../views/Version/RenderFieldsToDiff/fields/Group/index.js";import{Iterable as yx}from"../../views/Version/RenderFieldsToDiff/fields/Iterable/index.js";import{Row as Cx}from"../../views/Version/RenderFieldsToDiff/fields/Row/index.js";import{Select as Tx}from"../../views/Version/RenderFieldsToDiff/fields/Select/index.js";import{Tabs as Px}from"../../views/Version/RenderFieldsToDiff/fields/Tabs/index.js";import{Text as Fx}from"../../views/Version/RenderFieldsToDiff/fields/Text/index.js";import{AutosaveCell as kx}from"../../views/Versions/cells/AutosaveCell/index.js";import{CreatedAtCell as Rx}from"../../views/Versions/cells/CreatedAt/index.js";import{IDCell as Bx}from"../../views/Versions/cells/ID/index.js";import{VersionDrawerCreatedAtCell as Ax}from"../../views/Versions/cells/VersionDrawerCreatedAtCell/index.js";import{DefaultEditView as zx}from"../../views/Edit/index.js";import{SetDocumentStepNav as Ux}from"../../views/Edit/SetDocumentStepNav/index.js";import{SetDocumentTitle as Yx}from"../../views/Edit/SetDocumentTitle/index.js";import{parseSearchParams as Wx}from"../../utilities/parseSearchParams.js";import{FieldDiffLabel as Gx}from"../../elements/FieldDiffLabel/index.js";import{FieldDiffContainer as Jx}from"../../elements/FieldDiffContainer/index.js";import{formatTimeToNow as Xx}from"../../utilities/formatDocTitle/formatDateTitle.js";import{useLivePreviewContext as Zx}from"../../providers/LivePreview/context.js";import{LivePreviewWindow as e0}from"../../elements/LivePreview/Window/index.js";export{Er as APIKeyInput,Vu as APIViewClient,um as Account,Eu as AccountClient,Nu as AccountLanguageSelector,Lu as AccountResetPreferences,Mu as AccountToggleHighContrast,Hu as AccountToggleTheme,yf as ActionsProvider,Bm as AlignJustifiedIcon,Vr as AnimateHeight,hr as AppHeader,ml as ArrayField,wc as ArrowIcon,Sf as AuthProvider,Lr as Banner,el as BlockSelector,Zi as BlocksDrawer,fl as BlocksField,Cr as BulkUploadDrawer,Sr as BulkUploadProvider,Nr as Button,Cm as CalendarIcon,Or as Card,Tm as CheckIcon,ul as CheckboxField,xl as CheckboxInput,Pm as ChevronIcon,$r as Chip,Sc as CirclePlusIcon,Dc as CircledXIcon,Pf as ClientFunctionProvider,Ic as ClipboardIcon,Fm as CloseMenuIcon,km as CodeBlockIcon,wl as CodeEditor,bl as CodeEditorLazy,gl as CodeField,Qr as Collapsible,Sl as CollapsibleField,zs as Combobox,Us as CommandPalette,zf as ConfigProvider,Dl as ConfirmPasswordField,Mo as ConfirmationModal,Rm as CopyIcon,ea as CopyLocaleData,oa as CopyToClipboard,ju as CreateFirstUserClient,sr as DateCell,xu as DateCondition,fr as DatePicker,Il as DateTimeField,vm as DefaultBlockImage,yi as DefaultCell,zx as DefaultEditView,Du as DefaultListView,os as DefaultNavClient,us as DefaultTemplateWrapper,ax as DefaultVersionView,Wn as DelayedSpinner,aa as DeleteMany,Ho as DialogBody,zo as DialogCancel,Vo as DialogConfirm,Uo as DialogFooter,jo as DialogHeader,Yo as DialogModal,sa as DocumentControls,Yf as DocumentEventsProvider,Ea as DocumentFields,cc as DocumentIcon,$f as DocumentInfoProvider,Zo as DocumentLocked,Up as DocumentSelectionProvider,Xo as DocumentStaleData,ms as DocumentTabLink,Jo as DocumentTakeOver,Ec as Dots,Mm as DragHandleIcon,Da as DraggableSortable,Ia as DraggableSortableItem,La as Drawer,Ir as DrawerContentContainer,Ra as DrawerToggler,la as Dropzone,Lc as DuplicateIcon,Zf as EditDepthProvider,Hm as EditIcon,Ha as EditMany,Ui as EditUpload,gu as EmailAndUsernameFields,El as EmailField,tp as EntityVisibilityProvider,qc as ErrorIcon,Va as ErrorPill,Vm as ExternalLinkIcon,Nc as EyeIcon,im as FieldContext,Ll as FieldDescription,Jx as FieldDiffContainer,Gx as FieldDiffLabel,Nl as FieldError,Ml as FieldLabel,ao as FieldPathContext,ym as File,Yi as FileDetails,nc as FilterIcon,zi as FilterTrigger,ic as FolderIcon,$u as ForgotPasswordForm,Wd as Form,hs as FormHeader,An as FormLoadingOverlayToggle,rm as FormSubmit,Wa as FullscreenModal,dc as GearIcon,Ga as GenerateConfirmation,xc as GridViewIcon,In as GroupByHeader,Rn as GroupByPageControls,Hl as GroupField,Ja as Gutter,sl as HiddenField,xn as HierarchyButtonClient,yn as HierarchyDrawerToggler,gn as HierarchyFieldClient,Iu as HierarchyListView,Op as HierarchyProvider,Zr as HierarchySidebarTab,vs as HierarchyTypeField,Za as HydrateAuthProvider,en as HydrateHierarchyProvider,on as IDLabel,_c as InfoIcon,an as InputStepper,tf as InteractionEnterIcon,al as ItemsDrawer,Vl as JSONField,hd as JoinField,Mc as KeyIcon,rf as LanguageIcon,Go as LeaveWithoutSaving,jm as LineIcon,Wo as Link,Om as LinkIcon,dn as ListControls,cn as ListControlsBar,ip as ListDrawerContextProvider,Dn as ListHeader,mp as ListQueryProvider,Bi as ListSearchFilter,Sn as ListSelection,bc as ListViewIcon,Lf as LivePreviewProvider,e0 as LivePreviewWindow,zn as LoadingOverlay,Bn as LoadingOverlayToggle,pp as LocaleProvider,Hc as LockIcon,Vc as LockOpenIcon,sn as Locked,$m as LogOutIcon,Qu as LoginForm,Gn as Logout,Ku as LogoutClient,vr as MenuSeparator,Qm as MinimizeMaximizeIcon,ja as Modal,Ou as ModularDashboardClient,Km as MoreIcon,pc as MoveFolderIcon,Cs as NavContext,Ps as NavGroup,Ss as NavProvider,Xn as NavSidebarToggle,Jn as NavToggler,Zn as NavWrapper,ys as NoListResults,qu as NotFoundClient,ll as NullField,Jd as NullifyLocaleField,pu as NumberCondition,jl as NumberField,hp as OperationProvider,bo as OrderableTable,Vf as PageConfigProvider,En as PageControls,kn as PageControlsComponent,Fs as Pagination,Ol as PasswordField,hm as PayloadIcon,Tp as PayloadLink,jc as PeopleIcon,Rs as PerPage,Bs as Pill,jr as PillSelector,qm as PlusIcon,$l as PointField,As as Popup,kt as PopupList,bp as PreferencesProvider,Gi as PreviewButton,Wi as PreviewSizes,Nf as ProgressBar,$s as PublishButton,Os as PublishMany,Do as QueryPresetsAccessCell,Eo as QueryPresetsColumnField,wo as QueryPresetsColumnsCell,Io as QueryPresetsGroupByCell,No as QueryPresetsGroupByField,So as QueryPresetsWhereCell,Lo as QueryPresetsWhereField,Ql as RadioGroupField,_s as ReactSelect,Oc as RefreshIcon,cu as RelationshipCondition,Kl as RelationshipField,Xl as RelationshipInput,xi as RelationshipProvider,Ji as RelationshipTable,yr as RenderCustomComponent,rr as RenderDefaultCell,Xd as RenderFields,ri as RenderTitle,mx as RenderVersionFieldsToDiff,_u as ResetPasswordForm,Zl as RichTextField,Cp as RootProvider,Lp as RouteCacheProvider,Mf as RouteTransitionProvider,Dp as RouterAdapterContext,ed as RowField,Zd as RowLabel,em as RowLabelProvider,Qs as SaveButton,Ks as SaveDraftButton,Bp as ScrollInfoProvider,_m as SearchIcon,Ai as SearchInput,ol as SectionTitle,ti as Select,bu as SelectAll,du as SelectCondition,rd as SelectField,ad as SelectInput,Su as SelectMany,wu as SelectRow,Hp as SelectionProvider,hf as ServerFunctionsContext,gf as ServerFunctionsProvider,Ux as SetDocumentStepNav,Yx as SetDocumentTitle,ci as SetStepNav,es as SettingsMenuButton,ni as ShimmerEffect,ls as ShouldRenderTabs,Xr as SidebarRow,as as SidebarTabsClient,fo as SidebarTabsProvider,Xa as SidebarToggle,ks as SimplePagination,cd as SlugField,di as SortColumn,$c as SortDownIcon,xo as SortHeader,go as SortRow,Un as Spinner,ii as StaggeredShimmers,nf as SuccessIcon,tc as SwapIcon,Yn as Switch,Mr as TabButton,dd as TabComponent,ss as TabError,vi as Table,er as TableColumnsProvider,lr as TableSection,Ar as Tabs,sd as TabsField,Hr as TabsList,id as TabsProvider,uf as TagIcon,iu as TextCondition,pd as TextField,ud as TextInput,yd as TextareaField,wd as TextareaInput,Xp as ThemeProvider,Qc as ThreeDotsIcon,Ci as Thumbnail,Ti as ThumbnailCard,Xi as TimezonePicker,tx as ToastAndRedirect,Pi as Tooltip,mr as Translation,_p as TranslationProvider,Kc as TrashIcon,Sd as UIField,qs as UnpublishButton,Fi as UnpublishMany,ki as Upload,ap as UploadEditsProvider,Dd as UploadField,Gp as UploadHandlersProvider,Pd as UploadInput,Ri as UserMenu,lf as VariableColorIcon,ox as VerifyClient,Ax as VersionDrawerCreatedAtCell,fx as VersionFieldDiffCheckbox,ux as VersionFieldDiffCollapsible,hx as VersionFieldDiffDate,vx as VersionFieldDiffGroup,yx as VersionFieldDiffIterable,Cx as VersionFieldDiffRow,Tx as VersionFieldDiffSelect,Px as VersionFieldDiffTabs,Fx as VersionFieldDiffText,lx as VersionPillLabel,kx as VersionsAutosaveCell,Rx as VersionsCreatedAtCell,Bx as VersionsIDCell,fs as VersionsPill,sx as VersionsViewClient,ur as ViewDescription,mf as WarningIcon,ff as WarningTriangleIcon,nm as WatchChildErrors,fm as WatchCondition,ru as WindowInfoProvider,gc as WriteIcon,rc as XIcon,vd as allFieldComponents,js as commandPaletteSlug,Kp as defaultTheme,ma as documentDrawerBaseClass,pa as escapeDiffHTML,kd as fieldBaseClass,Bt as fieldComponents,Gd as fieldReducer,Na as formatDrawerSlug,bn as formatHierarchyDrawerSlug,od as formatOptions,Xx as formatTimeToNow,ua as getHTMLDiffComponents,Ld as isFieldRTL,Fd as mergeFieldStyles,Wx as parseSearchParams,mt as toast,xa as unescapeDiffHTML,wf as useActions,Ef as useAddClientFunction,Nd as useAllFormFields,Tf as useAuth,Tr as useBulkUpload,Dr as useBulkUploadDrawerSlug,ar as useCellProps,ga as useClickOutside,ba as useClickOutsideContext,If as useClientFunctions,Jr as useCollapsible,Uf as useConfig,nu as useControllableState,At as useDebounce,zt as useDebouncedCallback,Ut as useDebouncedEffect,Yt as useDelay,Wt as useDelayedRender,ca as useDocumentDrawer,wa as useDocumentDrawerContext,Of as useDocumentEvents,Bd as useDocumentForm,Gf as useDocumentInfo,jp as useDocumentSelection,Jf as useDocumentTitle,Sa as useDraggableSortable,Ma as useDrawerSlug,_f as useEditDepth,oo as useEffectEvent,op as useEntityVisibility,lm as useField,no as useFieldPath,Md as useForm,Ad as useFormBackgroundProcessing,Hd as useFormFields,zd as useFormInitializing,Vd as useFormModified,Ud as useFormProcessing,jd as useFormSubmitted,Wp as useHierarchy,wn as useHierarchyDrawer,Gt as useHotkey,Jt as useIntersect,pn as useListDrawer,lp as useListDrawerContext,cp as useListQuery,hi as useListRelationships,Zx as useLivePreviewContext,up as useLocale,Ya as useModal,Ts as useNav,gp as useOperation,Pp as useParams,Ip as usePathname,Xt as usePayloadAPI,yp as usePreferences,io as useQueue,Zt as useResize,Rp as useRouteCache,Af as useRouteTransition,Fp as useRouter,tm as useRowLabel,Mp as useScrollInfo,Ep as useSearchParams,zp as useSelection,vf as useServerFunctions,po as useSidebarTabs,pi as useStepNav,tr as useTableColumns,qp as useTheme,eo as useThrottledEffect,eu as useTranslation,Xf as useUploadControls,np as useUploadEdits,Qp as useUploadHandlers,mo as useUseTitleField,Yd as useWatchForm,ou as useWindowInfo,mm as withCondition};
|
|
13
|
+
import{fieldComponents as m}from"../../fields/index.js";import{useDebounce as i}from"../../hooks/useDebounce.js";import{useDebouncedCallback as l}from"../../hooks/useDebouncedCallback.js";import{useDebouncedEffect as n}from"../../hooks/useDebouncedEffect.js";import{useDelay as d}from"../../hooks/useDelay.js";import{useDelayedRender as c}from"../../hooks/useDelayedRender.js";import{useHotkey as F}from"../../hooks/useHotkey.js";import{useIntersect as P}from"../../hooks/useIntersect.js";import{usePayloadAPI as I}from"../../hooks/usePayloadAPI.js";import{useResize as T}from"../../hooks/useResize.js";import{useThrottledEffect as h}from"../../hooks/useThrottledEffect.js";import{useEffectEvent as y}from"../../hooks/useEffectEvent.js";import{FieldPathContext as w,useFieldPath as R}from"../../forms/RenderFields/context.js";import{useQueue as H}from"../../hooks/useQueue.js";import{useUseTitleField as k}from"../../hooks/useUseAsTitle.js";import{SidebarTabsProvider as B,useSidebarTabs as M}from"../../providers/SidebarTabs/index.js";import{SortHeader as U}from"../../elements/SortHeader/index.js";import{SortRow as G}from"../../elements/SortRow/index.js";import{OrderableTable as Q}from"../../elements/Table/OrderableTable.js";import{QueryPresetsColumnsCell as J}from"../../elements/QueryPresets/cells/ColumnsCell/index.js";import{QueryPresetsWhereCell as X}from"../../elements/QueryPresets/cells/WhereCell/index.js";import{QueryPresetsAccessCell as q}from"../../elements/QueryPresets/cells/AccessCell/index.js";import{QueryPresetsGroupByCell as Z}from"../../elements/QueryPresets/cells/GroupByCell/index.js";import{QueryPresetsColumnField as $}from"../../elements/QueryPresets/fields/ColumnsField/index.js";import{QueryPresetsWhereField as eo}from"../../elements/QueryPresets/fields/WhereField/index.js";import{QueryPresetsGroupByField as to}from"../../elements/QueryPresets/fields/GroupByField/index.js";import{CollectionQuerySortField as mo}from"../../widgets/CollectionQuery/SortField/index.js";import{RecentlyViewedCollectionsField as io}from"../../widgets/RecentlyViewed/CollectionsField/index.js";import{QueryPresetsHeading as lo}from"../../elements/QueryPresets/fields/Heading/index.js";import{ConfirmationModal as no}from"../../elements/ConfirmationModal/index.js";import{DialogBody as uo,DialogCancel as co,DialogConfirm as Co,DialogFooter as Fo,DialogHeader as Do,DialogModal as Po}from"../../elements/Dialog/index.js";import{Link as Io}from"../../elements/Link/index.js";import{LeaveWithoutSaving as To}from"../../elements/LeaveWithoutSaving/index.js";import{DocumentTakeOver as ho}from"../../elements/DocumentTakeOver/index.js";import{DocumentStaleData as yo}from"../../elements/DocumentStaleData/index.js";import{DocumentLocked as wo}from"../../elements/DocumentLocked/index.js";import{TableColumnsProvider as Ao,useTableColumns as Ho}from"../../providers/TableColumns/index.js";import{RenderDefaultCell as ko,useCellProps as Eo}from"../../providers/TableColumns/RenderDefaultCell/index.js";import{DateCell as Mo}from"../../elements/Table/DefaultCell/fields/Date/index.js";import{TableSection as Uo}from"../../elements/TableSection/index.js";import{Translation as Go}from"../../elements/Translation/index.js";import{default as Qo}from"../../elements/DatePicker/DatePicker.js";import{ViewDescription as Jo}from"../../elements/ViewDescription/index.js";import{AppHeader as Xo}from"../../elements/AppHeader/index.js";import{MenuSeparator as qo}from"../../elements/MenuSeparator/index.js";import{RenderCustomComponent as Zo}from"../../elements/RenderCustomComponent/index.js";import{BulkUploadModal as $o,BulkUploadProvider as oe,useBulkUpload as ee,useBulkUploadModalSlug as re}from"../../elements/BulkUpload/index.js";import{DrawerContentContainer as pe}from"../../elements/DrawerContentContainer/index.js";import{APIKeyInput as fe}from"../../elements/APIKeyInput/index.js";import{Banner as xe}from"../../elements/Banner/index.js";import{Button as ae}from"../../elements/Button/index.js";import{TabButton as se,Tabs as de,TabsList as ue}from"../../elements/Tabs/index.js";import{AnimateHeight as Ce}from"../../elements/AnimateHeight/index.js";import{PillSelector as De}from"../../elements/PillSelector/index.js";import{Card as ge}from"../../elements/Card/index.js";import{Chip as Se}from"../../elements/Chip/index.js";import{Collapsible as be,useCollapsible as he}from"../../elements/Collapsible/index.js";import{SidebarRow as ye}from"../../elements/SidebarRow/index.js";import{HierarchySidebarTab as we}from"../../elements/Hierarchy/Tree/HierarchySidebarTab.js";import{CopyLocaleData as Ae}from"../../elements/CopyLocaleData/index.js";import{CopyToClipboard as Ve}from"../../elements/CopyToClipboard/index.js";import{DeleteMany as Ee}from"../../elements/DeleteMany/index.js";import{DocumentControls as Me}from"../../elements/DocumentControls/index.js";import{DocumentHeaderRoot as Ue}from"../../elements/DocumentHeader/DocumentHeaderRoot/index.js";import{Dropzone as Ge}from"../../elements/Dropzone/index.js";import{documentDrawerBaseClass as Qe,useDocumentDrawer as ze}from"../../elements/DocumentDrawer/index.js";import{escapeDiffHTML as Ke,getHTMLDiffComponents as Xe,unescapeDiffHTML as je}from"../../elements/HTMLDiff/index.js";import{useClickOutside as Ye}from"../../hooks/useClickOutside.js";import{useClickOutsideContext as _e}from"../../providers/ClickOutside/index.js";import{useDocumentDrawerContext as or}from"../../elements/DocumentDrawer/Provider.js";import{useDraggableSortable as rr}from"../../elements/DraggableSortable/useDraggableSortable/index.js";import{DraggableSortable as pr}from"../../elements/DraggableSortable/index.js";import{DraggableSortableItem as fr}from"../../elements/DraggableSortable/DraggableSortableItem/index.js";import{DocumentFields as xr}from"../../elements/DocumentFields/index.js";import{Drawer as ar,DrawerToggler as nr,formatDrawerSlug as sr}from"../../elements/Drawer/index.js";import{useDrawerSlug as ur}from"../../elements/Drawer/useDrawerSlug.js";import{EditMany as Cr}from"../../elements/EditMany/index.js";import{ErrorPill as Dr}from"../../elements/ErrorPill/index.js";import{Modal as gr,useModal as Ir}from"../../elements/Modal/index.js";import{FullscreenModal as Tr}from"../../elements/FullscreenModal/index.js";import{GenerateConfirmation as hr}from"../../elements/GenerateConfirmation/index.js";import{Gutter as yr}from"../../elements/Gutter/index.js";import{SidebarToggle as wr}from"../../elements/SidebarToggle/index.js";import{HydrateAuthProvider as Ar}from"../../elements/HydrateAuthProvider/index.js";import{HydrateHierarchyProvider as Vr}from"../../elements/Hierarchy/HydrateProvider/index.js";import{IDLabel as Er}from"../../elements/IDLabel/index.js";import{InputStepper as Mr}from"../../elements/InputStepper/index.js";import{Locked as Ur}from"../../elements/Locked/index.js";import{ListControls as Gr}from"../../elements/ListControls/index.js";import{ListControlsBar as Qr}from"../../elements/ListControlsBar/index.js";import{useListDrawer as Jr}from"../../elements/ListDrawer/index.js";import{HierarchyButtonClient as Xr}from"../../elements/Hierarchy/DocHeaderButton/index.js";import{HierarchyFieldClient as qr}from"../../elements/Hierarchy/Field/index.client.js";import{formatHierarchyModalSlug as Zr,HierarchyModalToggler as _r,useHierarchyModal as $r}from"../../elements/Hierarchy/Modal/useHierarchyModal.js";import{ListSelection as et}from"../../views/List/ListSelection/index.js";import{CollectionListHeader as tt}from"../../views/List/ListHeader/index.js";import{GroupByHeader as mt}from"../../views/List/GroupByHeader/index.js";import{PageControls as it,PageControlsComponent as xt}from"../../elements/PageControls/index.js";import{GroupByPageControls as at}from"../../elements/PageControls/GroupByPageControls.js";import{LoadingOverlayToggle as st}from"../../elements/Loading/index.js";import{FormLoadingOverlayToggle as ut}from"../../elements/Loading/index.js";import{LoadingOverlay as Ct}from"../../elements/Loading/index.js";import{Spinner as Dt}from"../../elements/Spinner/index.js";import{Switch as gt}from"../../elements/Switch/index.js";import{DelayedSpinner as St}from"../../elements/DelayedSpinner/index.js";import{Logout as bt}from"../../elements/Logout/index.js";import{NavSidebarToggle as vt}from"../../elements/Nav/NavSidebarToggle/index.js";import{NavWrapper as Lt}from"../../elements/Nav/NavWrapper/index.js";import{SettingsMenuButton as Rt}from"../../elements/Nav/SettingsMenuButton/index.js";import{DefaultNavClient as Ht}from"../../elements/Nav/index.client.js";import{SidebarTabsClient as kt}from"../../elements/Nav/SidebarTabs/index.client.js";import{TabError as Bt}from"../../elements/Nav/SidebarTabs/TabError/index.js";import{ShouldRenderTabs as Nt}from"../../elements/DocumentHeader/Tabs/ShouldRenderTabs.js";import{DocumentTabLink as Wt}from"../../elements/DocumentHeader/Tabs/Tab/TabLink.js";import{VersionsPill as Ot}from"../../elements/DocumentHeader/Tabs/tabs/VersionsPill/index.js";import{Wrapper as zt}from"../../templates/Default/Wrapper/index.js";import{FormHeader as Kt}from"../../elements/FormHeader/index.js";import{HierarchyTypeField as jt}from"../../elements/HierarchyTypeField/index.js";import{NoListResults as Yt}from"../../elements/NoListResults/index.js";import{NavContext as _t,NavProvider as $t,useNav as op}from"../../elements/Nav/context.js";import{NavGroup as rp}from"../../elements/NavGroup/index.js";import{Pagination as pp}from"../../elements/Pagination/index.js";import{SimplePagination as fp}from"../../elements/Pagination/SimplePagination/index.js";import{PerPage as xp}from"../../elements/PerPage/index.js";import{Pill as ap}from"../../elements/Pill/index.js";import*as o from"../../elements/Popup/PopupButtonList/index.js";import{Popup as sp}from"../../elements/Popup/index.js";import{Combobox as up}from"../../elements/Combobox/index.js";import{CommandPalette as Cp,commandPaletteSlug as Fp}from"../../elements/CommandPalette/index.js";import{PublishMany as Pp}from"../../elements/PublishMany/index.js";import{PublishButton as Ip}from"../../elements/PublishButton/index.js";import{SaveButton as Tp}from"../../elements/SaveButton/index.js";import{SaveDraftButton as hp}from"../../elements/SaveDraftButton/index.js";import{UnpublishButton as yp}from"../../elements/UnpublishButton/index.js";import{ReactSelect as wp}from"../../elements/ReactSelect/index.js";import{ReactSelect as Ap}from"../../elements/ReactSelect/index.js";import{RenderTitle as Vp}from"../../elements/RenderTitle/index.js";import{ShimmerEffect as Ep}from"../../elements/ShimmerEffect/index.js";import{StaggeredShimmers as Mp}from"../../elements/ShimmerEffect/index.js";import{SortColumn as Up}from"../../elements/SortColumn/index.js";import{SetStepNav as Gp}from"../../elements/StepNav/SetStepNav.js";import{useStepNav as Qp}from"../../elements/StepNav/index.js";import{RelationshipProvider as Jp,useListRelationships as Kp}from"../../elements/Table/RelationshipProvider/index.js";import{Table as jp}from"../../elements/Table/index.js";import{DefaultCell as Yp}from"../../elements/Table/DefaultCell/index.js";import{Thumbnail as _p}from"../../elements/Thumbnail/index.js";import{ThumbnailCard as om}from"../../elements/ThumbnailCard/index.js";import{Tooltip as rm}from"../../elements/Tooltip/index.js";import{toast as r}from"sonner";import{FieldErrorsToast as pm}from"../../elements/Toasts/fieldErrors.js";import{UnpublishMany as fm}from"../../elements/UnpublishMany/index.js";import{Upload as xm}from"../../elements/Upload/index.js";import{UserMenu as am}from"../../elements/UserMenu/index.js";import{ListSearchFilter as sm}from"../../elements/Search/ListSearchFilter/index.js";import{SearchInput as um}from"../../elements/Search/SearchInput/index.js";import{FilterTrigger as Cm}from"../../elements/FilterTrigger/index.js";import{EditUpload as Dm}from"../../elements/EditUpload/index.js";import{FileDetails as gm}from"../../elements/FileDetails/index.js";import{PreviewSizes as Sm}from"../../elements/PreviewSizes/index.js";import{PreviewButton as bm}from"../../elements/PreviewButton/index.js";import{RelationshipTable as vm}from"../../elements/RelationshipTable/index.js";import{TimezonePicker as Lm}from"../../elements/TimezonePicker/index.js";import{BlocksDrawer as Rm}from"../../fields/Blocks/BlocksDrawer/index.js";import{BlockSelector as Hm}from"../../fields/Blocks/BlockSelector/index.js";import{SectionTitle as km}from"../../fields/Blocks/SectionTitle/index.js";import{ItemsDrawer as Bm}from"../../elements/ItemsDrawer/index.js";import{HiddenField as Nm}from"../../fields/Hidden/index.js";import{NullField as Wm}from"../../fields/Null/index.js";import{ArrayField as Om}from"../../fields/Array/index.js";import{BlocksField as zm}from"../../fields/Blocks/index.js";import{CheckboxField as Km,CheckboxInput as Xm}from"../../fields/Checkbox/index.js";import{CodeField as qm}from"../../fields/Code/index.js";import{CodeEditor as Zm}from"../../elements/CodeEditor/index.js";import{default as $m}from"../../elements/CodeEditor/CodeEditor.js";import{CollapsibleField as ef}from"../../fields/Collapsible/index.js";import{ConfirmPasswordField as tf}from"../../fields/ConfirmPassword/index.js";import{DateTimeField as mf}from"../../fields/DateTime/index.js";import{EmailField as xf}from"../../fields/Email/index.js";import{FieldDescription as af}from"../../fields/FieldDescription/index.js";import{FieldError as sf}from"../../fields/FieldError/index.js";import{FieldLabel as uf}from"../../fields/FieldLabel/index.js";import{GroupField as Cf}from"../../fields/Group/index.js";import{JSONField as Df}from"../../fields/JSON/index.js";import{NumberField as gf}from"../../fields/Number/index.js";import{PasswordField as Sf}from"../../fields/Password/index.js";import{PointField as bf}from"../../fields/Point/index.js";import{RadioGroupField as vf}from"../../fields/RadioGroup/index.js";import{RelationshipField as Lf,RelationshipInput as wf}from"../../fields/Relationship/index.js";import{RichTextField as Af}from"../../fields/RichText/index.js";import{RowField as Vf}from"../../fields/Row/index.js";import{formatOptions as Ef,SelectField as Bf,SelectInput as Mf}from"../../fields/Select/index.js";import{TabsField as Uf,TabsProvider as Wf}from"../../fields/Tabs/index.js";import{TabComponent as Of}from"../../fields/Tabs/Tab/index.js";import{SlugField as zf}from"../../fields/Slug/index.js";import{TextField as Kf,TextInput as Xf}from"../../fields/Text/index.js";import{JoinField as qf}from"../../fields/Join/index.js";import{allFieldComponents as Zf}from"../../fields/index.js";import{TextareaField as $f,TextareaInput as oi}from"../../fields/Textarea/index.js";import{UIField as ri}from"../../fields/UI/index.js";import{UploadField as pi,UploadInput as mi}from"../../fields/Upload/index.js";import{mergeFieldStyles as ii}from"../../fields/mergeFieldStyles.js";import{fieldBaseClass as li,isFieldRTL as ai}from"../../fields/shared/index.js";import{useAllFormFields as si,useDocumentForm as di,useForm as ui,useFormBackgroundProcessing as ci,useFormFields as Ci,useFormInitializing as Fi,useFormModified as Di,useFormProcessing as Pi,useFormSubmitted as gi,useWatchForm as Ii}from"../../forms/Form/context.js";import{Form as Ti}from"../../forms/Form/index.js";import{fieldReducer as hi}from"../../forms/Form/fieldReducer.js";import{NullifyLocaleField as yi}from"../../forms/NullifyField/index.js";import{RenderFields as wi}from"../../forms/RenderFields/index.js";import{RowLabel as Ai}from"../../forms/RowLabel/index.js";import{RowLabelProvider as Vi,useRowLabel as ki}from"../../forms/RowLabel/Context/index.js";import{FormSubmit as Bi}from"../../forms/Submit/index.js";import{WatchChildErrors as Ni}from"../../forms/WatchChildErrors/index.js";import{FieldContext as Wi,useField as Gi}from"../../forms/useField/index.js";import{withCondition as Qi}from"../../forms/withCondition/index.js";import{WatchCondition as Ji}from"../../forms/withCondition/WatchCondition.js";import{Account as Xi}from"../../graphics/Account/index.js";import{PayloadIcon as qi}from"../../graphics/Icon/index.js";import{DefaultBlockImage as Zi}from"../../graphics/DefaultBlockImage/index.js";import{File as $i}from"../../graphics/File/index.js";import{CalendarIcon as ex}from"../../icons/Calendar/index.js";import{CheckIcon as tx}from"../../icons/Check/index.js";import{ChevronIcon as mx}from"../../icons/Chevron/index.js";import{CloseMenuIcon as ix}from"../../icons/CloseMenu/index.js";import{CodeBlockIcon as lx}from"../../icons/CodeBlock/index.js";import{CopyIcon as nx}from"../../icons/Copy/index.js";import{AlignJustifiedIcon as dx,AlignJustifiedIcon as ux}from"../../icons/AlignJustified/index.js";import{EditIcon as Cx}from"../../icons/Edit/index.js";import{LineIcon as Dx}from"../../icons/Line/index.js";import{LinkIcon as gx}from"../../icons/Link/index.js";import{LogOutIcon as Sx}from"../../icons/LogOut/index.js";import{MinimizeMaximizeIcon as bx}from"../../icons/MinimizeMaximize/index.js";import{MoreIcon as vx}from"../../icons/More/index.js";import{NewTabIcon as Lx}from"../../icons/NewTab/index.js";import{PlusIcon as Rx}from"../../icons/Plus/index.js";import{SearchIcon as Hx}from"../../icons/Search/index.js";import{SwapIcon as kx}from"../../icons/Swap/index.js";import{XIcon as Bx}from"../../icons/X/index.js";import{FilterIcon as Nx}from"../../icons/Filter/index.js";import{FolderIcon as Wx}from"../../icons/Folder/index.js";import{GearIcon as Ox}from"../../icons/Gear/index.js";import{DocumentIcon as zx}from"../../icons/Document/index.js";import{MoveFolderIcon as Kx}from"../../icons/MoveFolder/index.js";import{GridViewIcon as jx}from"../../icons/GridView/index.js";import{WriteIcon as Yx}from"../../icons/Write/index.js";import{AlignJustifiedIcon as _x}from"../../icons/AlignJustified/index.js";import{ArrowIcon as ol}from"../../icons/Arrow/index.js";import{CirclePlusIcon as rl}from"../../icons/CirclePlus/index.js";import{CircledXIcon as pl}from"../../icons/CircledX/index.js";import{ClipboardIcon as fl}from"../../icons/Clipboard/index.js";import{Dots as xl}from"../../icons/Dots/index.js";import{DuplicateIcon as al}from"../../icons/Duplicate/index.js";import{EyeIcon as sl}from"../../icons/Eye/index.js";import{KeyIcon as ul}from"../../icons/Key/index.js";import{LockIcon as Cl}from"../../icons/Lock/index.js";import{LockOpenIcon as Dl}from"../../icons/LockOpen/index.js";import{PeopleIcon as gl}from"../../icons/People/index.js";import{RefreshIcon as Sl}from"../../icons/Refresh/index.js";import{ReplaceIcon as bl}from"../../icons/Replace/index.js";import{SortDownIcon as vl}from"../../icons/Sort/index.js";import{ThreeDotsIcon as Ll}from"../../icons/ThreeDots/index.js";import{TrashIcon as Rl}from"../../icons/Trash/index.js";import{ErrorIcon as Hl}from"../../icons/Error/index.js";import{InfoIcon as kl}from"../../icons/Info/index.js";import{InteractionEnterIcon as Bl}from"../../icons/InteractionEnter/index.js";import{LanguageIcon as Nl}from"../../icons/Language/index.js";import{SuccessIcon as Wl}from"../../icons/Success/index.js";import{VariableColorIcon as Ol}from"../../icons/VariableColor/index.js";import{WarningIcon as zl}from"../../icons/Warning/index.js";import{WarningTriangleIcon as Kl}from"../../icons/WarningTriangle/index.js";import{TagIcon as jl}from"../../icons/Tag/index.js";import{ServerFunctionsContext as Yl,ServerFunctionsProvider as Zl,useServerFunctions as _l}from"../../providers/ServerFunctions/index.js";import{ActionsProvider as oa,useActions as ea}from"../../providers/Actions/index.js";import{AuthProvider as ta,useAuth as pa}from"../../providers/Auth/index.js";import{ClientFunctionProvider as fa,useClientFunctions as ia}from"../../providers/ClientFunction/index.js";import{useAddClientFunction as la}from"../../providers/ClientFunction/index.js";import{LivePreviewProvider as na}from"../../providers/LivePreview/index.js";import{ProgressBar as da}from"../../providers/RouteTransition/ProgressBar/index.js";import{RouteTransitionProvider as ca,useRouteTransition as Ca}from"../../providers/RouteTransition/index.js";import{ConfigProvider as Da,PageConfigProvider as Pa,useConfig as ga}from"../../providers/Config/index.js";import{DocumentEventsProvider as Sa,useDocumentEvents as Ta}from"../../providers/DocumentEvents/index.js";import{DocumentInfoProvider as ha,useDocumentInfo as va}from"../../providers/DocumentInfo/index.js";import{useDocumentTitle as La}from"../../providers/DocumentTitle/index.js";import{useUploadControls as Ra}from"../../providers/UploadControls/index.js";import{EditDepthProvider as Ha,useEditDepth as Va}from"../../providers/EditDepth/index.js";import{EntityVisibilityProvider as Ea,useEntityVisibility as Ba}from"../../providers/EntityVisibility/index.js";import{UploadEditsProvider as Na,useUploadEdits as Ua}from"../../providers/UploadEdits/index.js";import{ListDrawerContextProvider as Ga,useListDrawerContext as Oa}from"../../elements/ListDrawer/Provider.js";import{ListQueryProvider as za,useListQuery as Ja}from"../../providers/ListQuery/index.js";import{LocaleProvider as Xa,useLocale as ja}from"../../providers/Locale/index.js";import{OperationProvider as Ya,useOperation as Za}from"../../providers/Operation/index.js";import{PreferencesProvider as $a,usePreferences as on}from"../../providers/Preferences/index.js";import{RootProvider as rn}from"../../providers/Root/index.js";import{PayloadLink as pn,RouterAdapterContext as mn,useParams as fn,usePathname as xn,useRouter as ln,useSearchParams as an}from"../../providers/RouterAdapter/index.js";import{RouteCache as sn,useRouteCache as dn}from"../../providers/RouteCache/index.js";import{ScrollInfoProvider as cn,useScrollInfo as Cn}from"../../providers/ScrollInfo/index.js";import{SelectionProvider as Dn,useSelection as Pn}from"../../providers/Selection/index.js";import{DocumentSelectionProvider as In,useDocumentSelection as Sn}from"../../providers/DocumentSelection/index.js";import{HierarchyProvider as bn,useHierarchy as hn}from"../../providers/Hierarchy/index.js";import{UploadHandlersProvider as yn,useUploadHandlers as Ln}from"../../providers/UploadHandlers/index.js";import{defaultTheme as Rn,ThemeProvider as An,useTheme as Hn}from"../../providers/Theme/index.js";import{TranslationProvider as kn,useTranslation as En}from"../../providers/Translation/index.js";import{useWindowInfo as Mn,WindowInfoProvider as Nn}from"../../providers/WindowInfo/index.js";import{useControllableState as Wn}from"../../hooks/useControllableState.js";import{Text as On}from"../../elements/WhereBuilder/Condition/Text/index.js";import{Select as zn}from"../../elements/WhereBuilder/Condition/Select/index.js";import{RelationshipFilter as Kn}from"../../elements/WhereBuilder/Condition/Relationship/index.js";import{NumberFilter as jn}from"../../elements/WhereBuilder/Condition/Number/index.js";import{DateFilter as Yn}from"../../elements/WhereBuilder/Condition/Date/index.js";import{EmailAndUsernameFields as _n}from"../../elements/EmailAndUsername/index.js";import{SelectAll as os}from"../../elements/SelectAll/index.js";import{SelectRow as rs}from"../../elements/SelectRow/index.js";import{SelectMany as ps}from"../../elements/SelectMany/index.js";import{DefaultListView as fs}from"../../views/List/index.client.js";import{HierarchyListView as xs}from"../../views/HierarchyList/index.js";import{AccountClient as as}from"../../views/Account/index.client.js";import{ResetPreferences as ss}from"../../views/Account/ResetPreferences/index.js";import{LanguageSelector as us}from"../../views/Account/Settings/LanguageSelector.js";import{ToggleHighContrast as Cs}from"../../views/Account/ToggleHighContrast/index.js";import{ToggleTheme as Ds}from"../../views/Account/ToggleTheme/index.js";import{APIViewClient as gs}from"../../views/API/index.client.js";import{CreateFirstUserClient as Ss}from"../../views/CreateFirstUser/index.client.js";import{ModularDashboardClient as bs}from"../../views/Dashboard/Default/ModularDashboard/index.client.js";import{ForgotPasswordForm as vs}from"../../views/ForgotPassword/ForgotPasswordForm/index.js";import{LoginForm as Ls}from"../../views/Login/LoginForm/index.js";import{LogoutClient as Rs}from"../../views/Logout/LogoutClient.js";import{NotFoundClient as Hs}from"../../views/NotFound/index.client.js";import{ResetPasswordForm as ks}from"../../views/ResetPassword/ResetPasswordForm/index.js";import{ToastAndRedirect as Bs,VerifyClient as Ms}from"../../views/Verify/index.client.js";import{DefaultVersionView as Us}from"../../views/Version/Default/index.js";import{VersionsViewClient as Gs}from"../../views/Versions/index.client.js";import{VersionPillLabel as Qs}from"../../views/Versions/VersionPillLabel/VersionPillLabel.js";import{RenderVersionFieldsToDiff as Js}from"../../views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.js";import{Checkbox as Xs}from"../../views/Version/RenderFieldsToDiff/fields/Checkbox/index.js";import{Collapsible as qs}from"../../views/Version/RenderFieldsToDiff/fields/Collapsible/index.js";import{DateDiffComponent as Zs}from"../../views/Version/RenderFieldsToDiff/fields/Date/index.js";import{Group as $s}from"../../views/Version/RenderFieldsToDiff/fields/Group/index.js";import{Iterable as ed}from"../../views/Version/RenderFieldsToDiff/fields/Iterable/index.js";import{Row as td}from"../../views/Version/RenderFieldsToDiff/fields/Row/index.js";import{Select as md}from"../../views/Version/RenderFieldsToDiff/fields/Select/index.js";import{Tabs as id}from"../../views/Version/RenderFieldsToDiff/fields/Tabs/index.js";import{Text as ld}from"../../views/Version/RenderFieldsToDiff/fields/Text/index.js";import{AutosaveCell as nd}from"../../views/Versions/cells/AutosaveCell/index.js";import{CreatedAtCell as dd}from"../../views/Versions/cells/CreatedAt/index.js";import{IDCell as cd}from"../../views/Versions/cells/ID/index.js";import{VersionDrawerCreatedAtCell as Fd}from"../../views/Versions/cells/VersionDrawerCreatedAtCell/index.js";import{DefaultEditView as Pd}from"../../views/Edit/index.js";import{SetDocumentStepNav as Id}from"../../views/Edit/SetDocumentStepNav/index.js";import{SetDocumentTitle as Td}from"../../views/Edit/SetDocumentTitle/index.js";import{parseSearchParams as hd}from"../../utilities/parseSearchParams.js";import{FieldDiffLabel as yd}from"../../elements/FieldDiffLabel/index.js";import{FieldDiffContainer as wd}from"../../elements/FieldDiffContainer/index.js";import{formatTimeToNow as Ad}from"../../utilities/formatDocTitle/formatDateTitle.js";import{useLivePreviewContext as Vd}from"../../providers/LivePreview/context.js";import{LivePreviewWindow as Ed}from"../../elements/LivePreview/Window/index.js";export{fe as APIKeyInput,gs as APIViewClient,Xi as Account,as as AccountClient,us as AccountLanguageSelector,ss as AccountResetPreferences,Cs as AccountToggleHighContrast,Ds as AccountToggleTheme,oa as ActionsProvider,dx as AlignJustifiedIcon,Ce as AnimateHeight,Xo as AppHeader,Om as ArrayField,ol as ArrowIcon,ta as AuthProvider,xe as Banner,Hm as BlockSelector,Rm as BlocksDrawer,zm as BlocksField,$o as BulkUploadModal,oe as BulkUploadProvider,ae as Button,ex as CalendarIcon,ge as Card,tx as CheckIcon,Km as CheckboxField,Xm as CheckboxInput,mx as ChevronIcon,Se as Chip,rl as CirclePlusIcon,pl as CircledXIcon,fa as ClientFunctionProvider,fl as ClipboardIcon,ix as CloseMenuIcon,lx as CodeBlockIcon,$m as CodeEditor,Zm as CodeEditorLazy,qm as CodeField,be as Collapsible,ef as CollapsibleField,mo as CollectionQuerySortField,up as Combobox,Cp as CommandPalette,Da as ConfigProvider,tf as ConfirmPasswordField,no as ConfirmationModal,nx as CopyIcon,Ae as CopyLocaleData,Ve as CopyToClipboard,Ss as CreateFirstUserClient,Mo as DateCell,Yn as DateCondition,Qo as DatePicker,mf as DateTimeField,Zi as DefaultBlockImage,Yp as DefaultCell,Pd as DefaultEditView,fs as DefaultListView,Ht as DefaultNavClient,zt as DefaultTemplateWrapper,Us as DefaultVersionView,St as DelayedSpinner,Ee as DeleteMany,uo as DialogBody,co as DialogCancel,Co as DialogConfirm,Fo as DialogFooter,Do as DialogHeader,Po as DialogModal,Me as DocumentControls,Sa as DocumentEventsProvider,xr as DocumentFields,Ue as DocumentHeaderRoot,zx as DocumentIcon,ha as DocumentInfoProvider,wo as DocumentLocked,In as DocumentSelectionProvider,yo as DocumentStaleData,Wt as DocumentTabLink,ho as DocumentTakeOver,xl as Dots,ux as DragHandleIcon,pr as DraggableSortable,fr as DraggableSortableItem,ar as Drawer,pe as DrawerContentContainer,nr as DrawerToggler,Ge as Dropzone,al as DuplicateIcon,Ha as EditDepthProvider,Cx as EditIcon,Cr as EditMany,Dm as EditUpload,_n as EmailAndUsernameFields,xf as EmailField,Ea as EntityVisibilityProvider,Hl as ErrorIcon,Dr as ErrorPill,sl as EyeIcon,Wi as FieldContext,af as FieldDescription,wd as FieldDiffContainer,yd as FieldDiffLabel,sf as FieldError,pm as FieldErrorsToast,uf as FieldLabel,w as FieldPathContext,$i as File,gm as FileDetails,Nx as FilterIcon,Cm as FilterTrigger,Wx as FolderIcon,vs as ForgotPasswordForm,Ti as Form,Kt as FormHeader,ut as FormLoadingOverlayToggle,Bi as FormSubmit,Tr as FullscreenModal,Ox as GearIcon,hr as GenerateConfirmation,jx as GridViewIcon,mt as GroupByHeader,at as GroupByPageControls,Cf as GroupField,yr as Gutter,Nm as HiddenField,Xr as HierarchyButtonClient,qr as HierarchyFieldClient,xs as HierarchyListView,_r as HierarchyModalToggler,bn as HierarchyProvider,we as HierarchySidebarTab,jt as HierarchyTypeField,Ar as HydrateAuthProvider,Vr as HydrateHierarchyProvider,Er as IDLabel,kl as InfoIcon,Mr as InputStepper,Bl as InteractionEnterIcon,Bm as ItemsDrawer,Df as JSONField,qf as JoinField,ul as KeyIcon,Nl as LanguageIcon,To as LeaveWithoutSaving,Dx as LineIcon,Io as Link,gx as LinkIcon,Gr as ListControls,Qr as ListControlsBar,Ga as ListDrawerContextProvider,tt as ListHeader,za as ListQueryProvider,sm as ListSearchFilter,et as ListSelection,_x as ListViewIcon,na as LivePreviewProvider,Ed as LivePreviewWindow,Ct as LoadingOverlay,st as LoadingOverlayToggle,Xa as LocaleProvider,Cl as LockIcon,Dl as LockOpenIcon,Ur as Locked,Sx as LogOutIcon,Ls as LoginForm,bt as Logout,Rs as LogoutClient,qo as MenuSeparator,bx as MinimizeMaximizeIcon,gr as Modal,bs as ModularDashboardClient,vx as MoreIcon,Kx as MoveFolderIcon,_t as NavContext,rp as NavGroup,$t as NavProvider,vt as NavSidebarToggle,Lt as NavWrapper,Lx as NewTabIcon,Yt as NoListResults,Hs as NotFoundClient,Wm as NullField,yi as NullifyLocaleField,jn as NumberCondition,gf as NumberField,Ya as OperationProvider,Q as OrderableTable,Pa as PageConfigProvider,it as PageControls,xt as PageControlsComponent,pp as Pagination,Sf as PasswordField,qi as PayloadIcon,pn as PayloadLink,gl as PeopleIcon,xp as PerPage,ap as Pill,De as PillSelector,Rx as PlusIcon,bf as PointField,sp as Popup,o as PopupList,$a as PreferencesProvider,bm as PreviewButton,Sm as PreviewSizes,da as ProgressBar,Ip as PublishButton,Pp as PublishMany,q as QueryPresetsAccessCell,$ as QueryPresetsColumnField,J as QueryPresetsColumnsCell,Z as QueryPresetsGroupByCell,to as QueryPresetsGroupByField,lo as QueryPresetsHeading,X as QueryPresetsWhereCell,eo as QueryPresetsWhereField,vf as RadioGroupField,wp as ReactSelect,io as RecentlyViewedCollectionsField,Sl as RefreshIcon,Kn as RelationshipCondition,Lf as RelationshipField,wf as RelationshipInput,Jp as RelationshipProvider,vm as RelationshipTable,Zo as RenderCustomComponent,ko as RenderDefaultCell,wi as RenderFields,Vp as RenderTitle,Js as RenderVersionFieldsToDiff,bl as ReplaceIcon,ks as ResetPasswordForm,Af as RichTextField,rn as RootProvider,sn as RouteCacheProvider,ca as RouteTransitionProvider,mn as RouterAdapterContext,Vf as RowField,Ai as RowLabel,Vi as RowLabelProvider,Tp as SaveButton,hp as SaveDraftButton,cn as ScrollInfoProvider,Hx as SearchIcon,um as SearchInput,km as SectionTitle,Ap as Select,os as SelectAll,zn as SelectCondition,Bf as SelectField,Mf as SelectInput,ps as SelectMany,rs as SelectRow,Dn as SelectionProvider,Yl as ServerFunctionsContext,Zl as ServerFunctionsProvider,Id as SetDocumentStepNav,Td as SetDocumentTitle,Gp as SetStepNav,Rt as SettingsMenuButton,Ep as ShimmerEffect,Nt as ShouldRenderTabs,ye as SidebarRow,kt as SidebarTabsClient,B as SidebarTabsProvider,wr as SidebarToggle,fp as SimplePagination,zf as SlugField,Up as SortColumn,vl as SortDownIcon,U as SortHeader,G as SortRow,Dt as Spinner,Mp as StaggeredShimmers,Wl as SuccessIcon,kx as SwapIcon,gt as Switch,se as TabButton,Of as TabComponent,Bt as TabError,jp as Table,Ao as TableColumnsProvider,Uo as TableSection,de as Tabs,Uf as TabsField,ue as TabsList,Wf as TabsProvider,jl as TagIcon,On as TextCondition,Kf as TextField,Xf as TextInput,$f as TextareaField,oi as TextareaInput,An as ThemeProvider,Ll as ThreeDotsIcon,_p as Thumbnail,om as ThumbnailCard,Lm as TimezonePicker,Bs as ToastAndRedirect,rm as Tooltip,Go as Translation,kn as TranslationProvider,Rl as TrashIcon,ri as UIField,yp as UnpublishButton,fm as UnpublishMany,xm as Upload,Na as UploadEditsProvider,pi as UploadField,yn as UploadHandlersProvider,mi as UploadInput,am as UserMenu,Ol as VariableColorIcon,Ms as VerifyClient,Fd as VersionDrawerCreatedAtCell,Xs as VersionFieldDiffCheckbox,qs as VersionFieldDiffCollapsible,Zs as VersionFieldDiffDate,$s as VersionFieldDiffGroup,ed as VersionFieldDiffIterable,td as VersionFieldDiffRow,md as VersionFieldDiffSelect,id as VersionFieldDiffTabs,ld as VersionFieldDiffText,Qs as VersionPillLabel,nd as VersionsAutosaveCell,dd as VersionsCreatedAtCell,cd as VersionsIDCell,Ot as VersionsPill,Gs as VersionsViewClient,Jo as ViewDescription,zl as WarningIcon,Kl as WarningTriangleIcon,Ni as WatchChildErrors,Ji as WatchCondition,Nn as WindowInfoProvider,Yx as WriteIcon,Bx as XIcon,Zf as allFieldComponents,Fp as commandPaletteSlug,Rn as defaultTheme,Qe as documentDrawerBaseClass,Ke as escapeDiffHTML,li as fieldBaseClass,m as fieldComponents,hi as fieldReducer,sr as formatDrawerSlug,Zr as formatHierarchyModalSlug,Ef as formatOptions,Ad as formatTimeToNow,Xe as getHTMLDiffComponents,ai as isFieldRTL,ii as mergeFieldStyles,hd as parseSearchParams,r as toast,je as unescapeDiffHTML,ea as useActions,la as useAddClientFunction,si as useAllFormFields,pa as useAuth,ee as useBulkUpload,re as useBulkUploadModalSlug,Eo as useCellProps,Ye as useClickOutside,_e as useClickOutsideContext,ia as useClientFunctions,he as useCollapsible,ga as useConfig,Wn as useControllableState,i as useDebounce,l as useDebouncedCallback,n as useDebouncedEffect,d as useDelay,c as useDelayedRender,ze as useDocumentDrawer,or as useDocumentDrawerContext,Ta as useDocumentEvents,di as useDocumentForm,va as useDocumentInfo,Sn as useDocumentSelection,La as useDocumentTitle,rr as useDraggableSortable,ur as useDrawerSlug,Va as useEditDepth,y as useEffectEvent,Ba as useEntityVisibility,Gi as useField,R as useFieldPath,ui as useForm,ci as useFormBackgroundProcessing,Ci as useFormFields,Fi as useFormInitializing,Di as useFormModified,Pi as useFormProcessing,gi as useFormSubmitted,hn as useHierarchy,$r as useHierarchyModal,F as useHotkey,P as useIntersect,Jr as useListDrawer,Oa as useListDrawerContext,Ja as useListQuery,Kp as useListRelationships,Vd as useLivePreviewContext,ja as useLocale,Ir as useModal,op as useNav,Za as useOperation,fn as useParams,xn as usePathname,I as usePayloadAPI,on as usePreferences,H as useQueue,T as useResize,dn as useRouteCache,Ca as useRouteTransition,ln as useRouter,ki as useRowLabel,Cn as useScrollInfo,an as useSearchParams,Pn as useSelection,_l as useServerFunctions,M as useSidebarTabs,Qp as useStepNav,Ho as useTableColumns,Hn as useTheme,h as useThrottledEffect,En as useTranslation,Ra as useUploadControls,Ua as useUploadEdits,Ln as useUploadHandlers,k as useUseTitleField,Ii as useWatchForm,Mn as useWindowInfo,Qi as withCondition};
|
|
15
14
|
//# sourceMappingURL=index.js.map
|