@payloadcms/ui 4.0.0-internal.9726517 → 4.0.0-internal.a6582c6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/app.css +121 -0
- package/dist/css/forms.css +0 -6
- package/dist/css/spacing.css +11 -3
- package/dist/css/z-index.css +1 -0
- package/dist/elements/AddNewRelation/index.css +0 -1
- package/dist/elements/AppHeader/index.css +0 -3
- package/dist/elements/AppHeader/index.d.ts.map +1 -1
- package/dist/elements/AppHeader/index.js +5 -1
- package/dist/elements/AppHeader/index.js.map +1 -1
- package/dist/elements/BulkUpload/EditMany/DrawerContent.js +2 -2
- package/dist/elements/BulkUpload/EditMany/DrawerContent.js.map +1 -1
- package/dist/elements/BulkUpload/FileSidebar/index.css +4 -0
- package/dist/elements/CodeEditor/index.css +0 -5
- package/dist/elements/CommandPalette/index.css +0 -7
- package/dist/elements/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/elements/DatePicker/DatePicker.js +1 -0
- package/dist/elements/DatePicker/DatePicker.js.map +1 -1
- package/dist/elements/DatePicker/index.css +1 -1
- package/dist/elements/DeleteDocument/index.d.ts.map +1 -1
- package/dist/elements/DeleteDocument/index.js +16 -1
- package/dist/elements/DeleteDocument/index.js.map +1 -1
- package/dist/elements/EditMany/DrawerContent.js +2 -2
- package/dist/elements/EditMany/DrawerContent.js.map +1 -1
- package/dist/elements/FileDetails/StaticFileDetails/index.css +8 -9
- package/dist/elements/FileManager/FilePreview/index.css +3 -3
- package/dist/elements/FileManager/index.css +36 -23
- package/dist/elements/FileManager/index.d.ts.map +1 -1
- package/dist/elements/FileManager/index.js +15 -4
- package/dist/elements/FileManager/index.js.map +1 -1
- package/dist/elements/Hierarchy/ColumnBrowser/ColumnItem/index.css +0 -1
- package/dist/elements/Hierarchy/Tree/HierarchySidebarTab.d.ts.map +1 -1
- package/dist/elements/Hierarchy/Tree/HierarchySidebarTab.js +109 -89
- package/dist/elements/Hierarchy/Tree/HierarchySidebarTab.js.map +1 -1
- package/dist/elements/Hierarchy/Tree/HierarchySidebarTab.server.d.ts.map +1 -1
- package/dist/elements/Hierarchy/Tree/HierarchySidebarTab.server.js +2 -0
- package/dist/elements/Hierarchy/Tree/HierarchySidebarTab.server.js.map +1 -1
- package/dist/elements/Hierarchy/Tree/TreeNode/index.css +0 -1
- package/dist/elements/InputStepper/index.css +0 -1
- package/dist/elements/Locked/index.css +0 -8
- package/dist/elements/Locked/index.d.ts.map +1 -1
- package/dist/elements/Locked/index.js +70 -64
- package/dist/elements/Locked/index.js.map +1 -1
- package/dist/elements/MiniCarousel/index.css +39 -37
- package/dist/elements/Nav/SidebarTabs/index.client.d.ts.map +1 -1
- package/dist/elements/Nav/SidebarTabs/index.client.js +12 -5
- package/dist/elements/Nav/SidebarTabs/index.client.js.map +1 -1
- package/dist/elements/Nav/SidebarTabs/index.css +0 -5
- package/dist/elements/Nav/SidebarTabs/renderTabServerFn.d.ts +1 -0
- package/dist/elements/Nav/SidebarTabs/renderTabServerFn.d.ts.map +1 -1
- package/dist/elements/Nav/SidebarTabs/renderTabServerFn.js +2 -1
- package/dist/elements/Nav/SidebarTabs/renderTabServerFn.js.map +1 -1
- package/dist/elements/NavGroup/index.css +0 -1
- package/dist/elements/PreviewButton/index.d.ts +1 -2
- package/dist/elements/PreviewButton/index.d.ts.map +1 -1
- package/dist/elements/PreviewButton/index.js +11 -5
- package/dist/elements/PreviewButton/index.js.map +1 -1
- package/dist/elements/PreviewSizes/index.css +8 -9
- package/dist/elements/ReactSelect/ClearIndicator/index.css +0 -1
- package/dist/elements/ReactSelect/MultiValue/index.css +0 -1
- package/dist/elements/ReactSelect/MultiValueLabel/index.css +2 -2
- package/dist/elements/ReactSelect/index.css +0 -3
- package/dist/elements/RelationshipTable/Pagination.d.ts +0 -1
- package/dist/elements/RelationshipTable/Pagination.d.ts.map +1 -1
- package/dist/elements/RelationshipTable/Pagination.js +27 -77
- package/dist/elements/RelationshipTable/Pagination.js.map +1 -1
- package/dist/elements/RelationshipTable/index.d.ts +1 -0
- package/dist/elements/RelationshipTable/index.d.ts.map +1 -1
- package/dist/elements/RelationshipTable/index.js +36 -3
- package/dist/elements/RelationshipTable/index.js.map +1 -1
- package/dist/elements/RenderTitle/index.css +4 -0
- package/dist/elements/RenderTitle/index.d.ts.map +1 -1
- package/dist/elements/RenderTitle/index.js +18 -13
- package/dist/elements/RenderTitle/index.js.map +1 -1
- package/dist/elements/SelectRow/index.d.ts +4 -3
- package/dist/elements/SelectRow/index.d.ts.map +1 -1
- package/dist/elements/SelectRow/index.js +10 -7
- package/dist/elements/SelectRow/index.js.map +1 -1
- package/dist/elements/SidebarToggle/index.css +0 -17
- package/dist/elements/SortColumn/index.d.ts.map +1 -1
- package/dist/elements/SortColumn/index.js +42 -38
- package/dist/elements/SortColumn/index.js.map +1 -1
- package/dist/elements/TableSection/index.css +0 -1
- package/dist/elements/Tooltip/index.css +15 -34
- package/dist/elements/Tooltip/index.d.ts +11 -3
- package/dist/elements/Tooltip/index.d.ts.map +1 -1
- package/dist/elements/Tooltip/index.js +151 -85
- package/dist/elements/Tooltip/index.js.map +1 -1
- package/dist/elements/Upload/index.css +0 -5
- package/dist/exports/client/index.d.ts +3 -0
- package/dist/exports/client/index.d.ts.map +1 -1
- package/dist/exports/client/index.js +1 -1
- package/dist/exports/client/index.js.map +3 -3
- package/dist/fields/Blocks/index.js +3 -3
- package/dist/fields/Blocks/index.js.map +1 -1
- package/dist/fields/Checkbox/Input.d.ts +2 -0
- package/dist/fields/Checkbox/Input.d.ts.map +1 -1
- package/dist/fields/Checkbox/Input.js +32 -26
- package/dist/fields/Checkbox/Input.js.map +1 -1
- package/dist/fields/Checkbox/index.css +37 -73
- package/dist/fields/FieldError/index.css +0 -9
- package/dist/fields/FieldError/index.d.ts.map +1 -1
- package/dist/fields/FieldError/index.js +19 -9
- package/dist/fields/FieldError/index.js.map +1 -1
- package/dist/fields/Join/index.css +9 -0
- package/dist/fields/Join/index.d.ts.map +1 -1
- package/dist/fields/Join/index.js +13 -9
- package/dist/fields/Join/index.js.map +1 -1
- package/dist/fields/RadioGroup/index.css +0 -7
- package/dist/fields/Relationship/Input.d.ts.map +1 -1
- package/dist/fields/Relationship/Input.js +32 -14
- package/dist/fields/Relationship/Input.js.map +1 -1
- package/dist/fields/Relationship/select-components/MultiValueLabel/index.css +1 -1
- package/dist/fields/Slug/index.css +0 -1
- package/dist/fields/Slug/index.d.ts.map +1 -1
- package/dist/fields/Slug/index.js +75 -111
- package/dist/fields/Slug/index.js.map +1 -1
- package/dist/fields/Upload/index.css +19 -4
- package/dist/forms/Form/fieldReducer.d.ts.map +1 -1
- package/dist/forms/Form/fieldReducer.js +3 -1
- package/dist/forms/Form/fieldReducer.js.map +1 -1
- package/dist/forms/Form/index.d.ts.map +1 -1
- package/dist/forms/Form/index.js +6 -1
- package/dist/forms/Form/index.js.map +1 -1
- package/dist/forms/Form/types.d.ts +1 -1
- package/dist/forms/Form/types.d.ts.map +1 -1
- package/dist/forms/Form/types.js.map +1 -1
- package/dist/forms/WatchChildErrors/index.d.ts.map +1 -1
- package/dist/forms/WatchChildErrors/index.js +2 -2
- package/dist/forms/WatchChildErrors/index.js.map +1 -1
- package/dist/forms/fieldSchemasToFormState/renderField.d.ts.map +1 -1
- package/dist/forms/fieldSchemasToFormState/renderField.js +1 -3
- package/dist/forms/fieldSchemasToFormState/renderField.js.map +1 -1
- package/dist/layouts/Root/index.d.ts +1 -1
- package/dist/layouts/Root/index.d.ts.map +1 -1
- package/dist/layouts/Root/index.js +8 -2
- package/dist/layouts/Root/index.js.map +1 -1
- package/dist/providers/DocumentTitle/index.d.ts +1 -0
- package/dist/providers/DocumentTitle/index.d.ts.map +1 -1
- package/dist/providers/DocumentTitle/index.js +2 -0
- package/dist/providers/DocumentTitle/index.js.map +1 -1
- package/dist/providers/Embed/index.d.ts +24 -0
- package/dist/providers/Embed/index.d.ts.map +1 -0
- package/dist/providers/Embed/index.js +105 -0
- package/dist/providers/Embed/index.js.map +1 -0
- package/dist/providers/FormErrorHandler/index.d.ts +20 -0
- package/dist/providers/FormErrorHandler/index.d.ts.map +1 -0
- package/dist/providers/FormErrorHandler/index.js +6 -0
- package/dist/providers/FormErrorHandler/index.js.map +1 -0
- package/dist/providers/Root/index.d.ts +1 -0
- package/dist/providers/Root/index.d.ts.map +1 -1
- package/dist/providers/Root/index.js +33 -27
- package/dist/providers/Root/index.js.map +1 -1
- package/dist/providers/SidebarTabs/index.d.ts +3 -2
- package/dist/providers/SidebarTabs/index.d.ts.map +1 -1
- package/dist/providers/SidebarTabs/index.js.map +1 -1
- package/dist/providers/Theme/index.d.ts +3 -0
- package/dist/providers/Theme/index.d.ts.map +1 -1
- package/dist/providers/Theme/index.js +107 -95
- package/dist/providers/Theme/index.js.map +1 -1
- package/dist/styles.css +13 -10
- package/dist/utilities/combineFieldLabel.d.ts.map +1 -1
- package/dist/utilities/combineFieldLabel.js +5 -1
- package/dist/utilities/combineFieldLabel.js.map +1 -1
- package/dist/utilities/generateFieldID.d.ts +1 -1
- package/dist/utilities/generateFieldID.d.ts.map +1 -1
- package/dist/utilities/generateFieldID.js +2 -2
- package/dist/utilities/generateFieldID.js.map +1 -1
- package/dist/utilities/getRequestEmbed.d.ts +14 -0
- package/dist/utilities/getRequestEmbed.d.ts.map +1 -0
- package/dist/utilities/getRequestEmbed.js +10 -0
- package/dist/utilities/getRequestEmbed.js.map +1 -0
- package/dist/utilities/handleServerFunctions.d.ts +32 -8
- package/dist/utilities/handleServerFunctions.d.ts.map +1 -1
- package/dist/utilities/handleServerFunctions.js +17 -37
- package/dist/utilities/handleServerFunctions.js.map +1 -1
- package/dist/utilities/renderTable.d.ts.map +1 -1
- package/dist/utilities/renderTable.js +18 -2
- package/dist/utilities/renderTable.js.map +1 -1
- package/dist/utilities/serverFunctionRegistry.d.ts +12 -7
- package/dist/utilities/serverFunctionRegistry.d.ts.map +1 -1
- package/dist/utilities/serverFunctionRegistry.js +25 -7
- package/dist/utilities/serverFunctionRegistry.js.map +1 -1
- package/dist/utilities/slugify.d.ts.map +1 -1
- package/dist/utilities/slugify.js +49 -6
- package/dist/utilities/slugify.js.map +1 -1
- package/dist/views/Dashboard/Default/ModularDashboard/index.css +0 -8
- package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/RenderWidget.js +4 -4
- package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/RenderWidget.js.map +1 -1
- package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/renderWidgetServerFn.js +10 -10
- package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/renderWidgetServerFn.js.map +1 -1
- package/dist/views/Edit/index.css +61 -53
- package/dist/views/List/index.d.ts.map +1 -1
- package/dist/views/List/index.js +4 -0
- package/dist/views/List/index.js.map +1 -1
- package/dist/views/Logout/index.d.ts.map +1 -1
- package/dist/views/Logout/index.js +11 -0
- package/dist/views/Logout/index.js.map +1 -1
- package/dist/views/Root/index.d.ts +12 -1
- package/dist/views/Root/index.d.ts.map +1 -1
- package/dist/views/Root/index.js +10 -3
- package/dist/views/Root/index.js.map +1 -1
- package/package.json +6 -11
- package/dist/elements/RelationshipTable/Pagination.css +0 -39
- package/dist/scss/app.scss +0 -183
- package/dist/scss/colors.scss +0 -191
- package/dist/scss/custom.css +0 -1
- package/dist/scss/queries.scss +0 -27
- package/dist/scss/styles.scss +0 -9
- package/dist/scss/svg.scss +0 -10
- package/dist/scss/toastify.scss +0 -61
- package/dist/scss/vars.scss +0 -192
- package/dist/scss/z-index.scss +0 -9
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/exports/client/index.ts"],
|
|
4
|
-
"sourcesContent": ["/* eslint-disable perfectionist/sort-exports */\n'use client'\n\n// IMPORTANT: this file cannot use any wildcard exports because it is wrapped in a `use client` boundary\n// IMPORTANT: do _not_ alias any of the exports in this file, this will cause a mismatch between the unbundled exports\n\n// hooks\n\nexport { fieldComponents } from '../../fields/index.js'\n\nexport { useDebounce } from '../../hooks/useDebounce.js'\nexport { useDebouncedCallback } from '../../hooks/useDebouncedCallback.js'\nexport { useDebouncedEffect } from '../../hooks/useDebouncedEffect.js'\nexport { useDelay } from '../../hooks/useDelay.js'\nexport { useDelayedRender } from '../../hooks/useDelayedRender.js'\nexport { useHotkey } from '../../hooks/useHotkey.js'\nexport { useIntersect } from '../../hooks/useIntersect.js'\nexport { usePayloadAPI } from '../../hooks/usePayloadAPI.js'\nexport { useResize } from '../../hooks/useResize.js'\nexport { useThrottledEffect } from '../../hooks/useThrottledEffect.js'\nexport { useEffectEvent } from '../../hooks/useEffectEvent.js'\nexport { FieldPathContext, useFieldPath } from '../../forms/RenderFields/context.js'\nexport { useQueue } from '../../hooks/useQueue.js'\n\nexport { useUseTitleField } from '../../hooks/useUseAsTitle.js'\n\nexport { SidebarTabsProvider, useSidebarTabs } from '../../providers/SidebarTabs/index.js'\nexport type { SidebarTabsContextType } from '../../providers/SidebarTabs/index.js'\n\nexport { SortHeader } from '../../elements/SortHeader/index.js'\nexport { SortRow } from '../../elements/SortRow/index.js'\nexport { OrderableTable } from '../../elements/Table/OrderableTable.js'\n\n// query preset elements\nexport { QueryPresetsColumnsCell } from '../../elements/QueryPresets/cells/ColumnsCell/index.js'\nexport { QueryPresetsWhereCell } from '../../elements/QueryPresets/cells/WhereCell/index.js'\nexport { QueryPresetsAccessCell } from '../../elements/QueryPresets/cells/AccessCell/index.js'\nexport { QueryPresetsGroupByCell } from '../../elements/QueryPresets/cells/GroupByCell/index.js'\nexport { QueryPresetsColumnField } from '../../elements/QueryPresets/fields/ColumnsField/index.js'\nexport { QueryPresetsWhereField } from '../../elements/QueryPresets/fields/WhereField/index.js'\nexport { QueryPresetsGroupByField } from '../../elements/QueryPresets/fields/GroupByField/index.js'\nexport { CollectionQuerySortField } from '../../widgets/CollectionQuery/SortField/index.js'\nexport { RecentlyViewedCollectionsField } from '../../widgets/RecentlyViewed/CollectionsField/index.js'\nexport { QueryPresetsHeading } from '../../elements/QueryPresets/fields/Heading/index.js'\n\n// elements\nexport { ConfirmationModal } from '../../elements/ConfirmationModal/index.js'\nexport type { OnCancel } from '../../elements/ConfirmationModal/index.js'\nexport {\n DialogBody,\n DialogCancel,\n DialogConfirm,\n DialogFooter,\n DialogHeader,\n DialogModal,\n} from '../../elements/Dialog/index.js'\nexport type {\n DialogBodyProps,\n DialogCancelProps,\n DialogConfirmProps,\n DialogFooterProps,\n DialogHeaderProps,\n DialogModalProps,\n DialogSize,\n} from '../../elements/Dialog/index.js'\nexport { Link } from '../../elements/Link/index.js'\nexport { LeaveWithoutSaving } from '../../elements/LeaveWithoutSaving/index.js'\nexport { DocumentTakeOver } from '../../elements/DocumentTakeOver/index.js'\nexport { DocumentStaleData } from '../../elements/DocumentStaleData/index.js'\nexport { DocumentLocked } from '../../elements/DocumentLocked/index.js'\nexport { TableColumnsProvider, useTableColumns } from '../../providers/TableColumns/index.js'\nexport {\n RenderDefaultCell,\n useCellProps,\n} from '../../providers/TableColumns/RenderDefaultCell/index.js'\nexport { DateCell } from '../../elements/Table/DefaultCell/fields/Date/index.js'\nexport { TableSection } from '../../elements/TableSection/index.js'\nexport type {\n TableSectionContentProps,\n TableSectionHeaderProps,\n TableSectionProps,\n} from '../../elements/TableSection/index.js'\n\nexport { Translation } from '../../elements/Translation/index.js'\nexport { default as DatePicker } from '../../elements/DatePicker/DatePicker.js'\nexport { ViewDescription } from '../../elements/ViewDescription/index.js'\nexport { AppHeader } from '../../elements/AppHeader/index.js'\nexport { MenuSeparator } from '../../elements/MenuSeparator/index.js'\nexport { RenderCustomComponent } from '../../elements/RenderCustomComponent/index.js'\nexport {\n BulkUploadModal,\n BulkUploadProvider,\n useBulkUpload,\n useBulkUploadModalSlug,\n} from '../../elements/BulkUpload/index.js'\nexport { DrawerContentContainer } from '../../elements/DrawerContentContainer/index.js'\nexport type { BulkUploadProps } from '../../elements/BulkUpload/index.js'\nexport { APIKeyInput } from '../../elements/APIKeyInput/index.js'\nexport type { APIKeyInputProps } from '../../elements/APIKeyInput/index.js'\nexport { Banner } from '../../elements/Banner/index.js'\nexport { Button } from '../../elements/Button/index.js'\nexport { TabButton, Tabs, TabsList } from '../../elements/Tabs/index.js'\nexport type { TabsProps, TabsTab } from '../../elements/Tabs/index.js'\nexport { AnimateHeight } from '../../elements/AnimateHeight/index.js'\nexport { PillSelector, type SelectablePill } from '../../elements/PillSelector/index.js'\nexport { Card } from '../../elements/Card/index.js'\nexport { Chip } from '../../elements/Chip/index.js'\nexport type { ChipProps } from '../../elements/Chip/index.js'\nexport { Collapsible, useCollapsible } from '../../elements/Collapsible/index.js'\nexport { SidebarRow } from '../../elements/SidebarRow/index.js'\nexport type { SidebarRowProps } from '../../elements/SidebarRow/index.js'\nexport { HierarchySidebarTab } from '../../elements/Hierarchy/Tree/HierarchySidebarTab.js'\nexport { CopyLocaleData } from '../../elements/CopyLocaleData/index.js'\nexport { CopyToClipboard } from '../../elements/CopyToClipboard/index.js'\nexport { DeleteMany } from '../../elements/DeleteMany/index.js'\nexport { DocumentControls } from '../../elements/DocumentControls/index.js'\nexport { DocumentHeaderRoot } from '../../elements/DocumentHeader/DocumentHeaderRoot/index.js'\nexport { Dropzone } from '../../elements/Dropzone/index.js'\nexport { documentDrawerBaseClass, useDocumentDrawer } from '../../elements/DocumentDrawer/index.js'\nexport {\n escapeDiffHTML,\n getHTMLDiffComponents,\n unescapeDiffHTML,\n} from '../../elements/HTMLDiff/index.js'\nexport type {\n DocumentDrawerProps,\n DocumentTogglerProps,\n UseDocumentDrawer,\n} from '../../elements/DocumentDrawer/types.js'\nexport { useClickOutside } from '../../hooks/useClickOutside.js'\nexport { useClickOutsideContext } from '../../providers/ClickOutside/index.js'\nexport { useDocumentDrawerContext } from '../../elements/DocumentDrawer/Provider.js'\nexport { useDraggableSortable } from '../../elements/DraggableSortable/useDraggableSortable/index.js'\nexport { DraggableSortable } from '../../elements/DraggableSortable/index.js'\nexport { DraggableSortableItem } from '../../elements/DraggableSortable/DraggableSortableItem/index.js'\nexport { DocumentFields } from '../../elements/DocumentFields/index.js'\nexport { Drawer, DrawerToggler, formatDrawerSlug } from '../../elements/Drawer/index.js'\nexport { useDrawerSlug } from '../../elements/Drawer/useDrawerSlug.js'\nexport { EditMany } from '../../elements/EditMany/index.js'\nexport { ErrorPill } from '../../elements/ErrorPill/index.js'\nexport { Modal, useModal } from '../../elements/Modal/index.js'\nexport { FullscreenModal } from '../../elements/FullscreenModal/index.js'\nexport { GenerateConfirmation } from '../../elements/GenerateConfirmation/index.js'\nexport { Gutter } from '../../elements/Gutter/index.js'\nexport { SidebarToggle } from '../../elements/SidebarToggle/index.js'\nexport { HydrateAuthProvider } from '../../elements/HydrateAuthProvider/index.js'\nexport { HydrateHierarchyProvider } from '../../elements/Hierarchy/HydrateProvider/index.js'\nexport { IDLabel } from '../../elements/IDLabel/index.js'\nexport { InputStepper } from '../../elements/InputStepper/index.js'\nexport type { InputStepperProps } from '../../elements/InputStepper/index.js'\n\nexport { Locked } from '../../elements/Locked/index.js'\nexport { ListControls } from '../../elements/ListControls/index.js'\nexport { ListControlsBar } from '../../elements/ListControlsBar/index.js'\nexport type { ListControlsBarProps } from '../../elements/ListControlsBar/index.js'\nexport { useListDrawer } from '../../elements/ListDrawer/index.js'\nexport type {\n ListDrawerProps,\n ListTogglerProps,\n RenderListServerFnArgs,\n RenderListServerFnReturnType,\n UseListDrawer,\n} from '../../elements/ListDrawer/types.js'\nexport { HierarchyButtonClient } from '../../elements/Hierarchy/DocHeaderButton/index.js'\nexport type { HierarchyButtonClientProps } from '../../elements/Hierarchy/DocHeaderButton/index.js'\nexport { HierarchyFieldClient } from '../../elements/Hierarchy/Field/index.client.js'\nexport type { HierarchyFieldClientProps } from '../../elements/Hierarchy/Field/index.client.js'\nexport {\n formatHierarchyModalSlug,\n HierarchyModalToggler,\n useHierarchyModal,\n} from '../../elements/Hierarchy/Modal/useHierarchyModal.js'\nexport type {\n HierarchyDrawerProps,\n HierarchyDrawerTogglerProps,\n HierarchyModalProps,\n HierarchyModalTogglerProps,\n SelectionWithPath,\n UseHierarchyModal,\n UseHierarchyModalArgs,\n} from '../../elements/Hierarchy/Modal/types.js'\nexport { ListSelection } from '../../views/List/ListSelection/index.js'\nexport { CollectionListHeader as ListHeader } from '../../views/List/ListHeader/index.js'\nexport { GroupByHeader } from '../../views/List/GroupByHeader/index.js'\nexport { PageControls, PageControlsComponent } from '../../elements/PageControls/index.js'\n\nexport { GroupByPageControls } from '../../elements/PageControls/GroupByPageControls.js'\nexport { LoadingOverlayToggle } from '../../elements/Loading/index.js'\nexport { FormLoadingOverlayToggle } from '../../elements/Loading/index.js'\nexport { LoadingOverlay } from '../../elements/Loading/index.js'\nexport { Spinner } from '../../elements/Spinner/index.js'\nexport type { SpinnerProps } from '../../elements/Spinner/index.js'\nexport { Switch } from '../../elements/Switch/index.js'\nexport type { SwitchProps } from '../../elements/Switch/index.js'\nexport { DelayedSpinner } from '../../elements/DelayedSpinner/index.js'\nexport type { DelayedSpinnerProps } from '../../elements/DelayedSpinner/index.js'\nexport { Logout } from '../../elements/Logout/index.js'\nexport { NavSidebarToggle } from '../../elements/Nav/NavSidebarToggle/index.js'\nexport { NavWrapper } from '../../elements/Nav/NavWrapper/index.js'\nexport { SettingsMenuButton } from '../../elements/Nav/SettingsMenuButton/index.js'\nexport type { SettingsMenuButtonProps } from '../../elements/Nav/SettingsMenuButton/index.js'\nexport { DefaultNavClient } from '../../elements/Nav/index.client.js'\nexport { SidebarTabsClient } from '../../elements/Nav/SidebarTabs/index.client.js'\nexport type {\n SidebarTabsClientProps,\n TabMetadata,\n} from '../../elements/Nav/SidebarTabs/index.client.js'\nexport { TabError } from '../../elements/Nav/SidebarTabs/TabError/index.js'\nexport { ShouldRenderTabs } from '../../elements/DocumentHeader/Tabs/ShouldRenderTabs.js'\nexport { DocumentTabLink } from '../../elements/DocumentHeader/Tabs/Tab/TabLink.js'\nexport { VersionsPill } from '../../elements/DocumentHeader/Tabs/tabs/VersionsPill/index.js'\nexport { Wrapper as DefaultTemplateWrapper } from '../../templates/Default/Wrapper/index.js'\nexport { FormHeader } from '../../elements/FormHeader/index.js'\nexport { HierarchyTypeField } from '../../elements/HierarchyTypeField/index.js'\nexport { NoListResults } from '../../elements/NoListResults/index.js'\nexport { NavContext, NavProvider, useNav } from '../../elements/Nav/context.js'\nexport { NavGroup } from '../../elements/NavGroup/index.js'\nexport { Pagination } from '../../elements/Pagination/index.js'\nexport { SimplePagination } from '../../elements/Pagination/SimplePagination/index.js'\nexport type { SimplePaginationProps } from '../../elements/Pagination/SimplePagination/index.js'\nexport { PerPage } from '../../elements/PerPage/index.js'\nexport { Pill } from '../../elements/Pill/index.js'\nimport * as PopupList from '../../elements/Popup/PopupButtonList/index.js'\nexport { PopupList }\nexport { Popup } from '../../elements/Popup/index.js'\nexport { Combobox } from '../../elements/Combobox/index.js'\nexport type { ComboboxEntry, ComboboxProps } from '../../elements/Combobox/index.js'\nexport { CommandPalette, commandPaletteSlug } from '../../elements/CommandPalette/index.js'\nexport { PublishMany } from '../../elements/PublishMany/index.js'\nexport { PublishButton } from '../../elements/PublishButton/index.js'\nexport { SaveButton } from '../../elements/SaveButton/index.js'\nexport { SaveDraftButton } from '../../elements/SaveDraftButton/index.js'\nexport { UnpublishButton } from '../../elements/UnpublishButton/index.js'\n\nexport { type Option as ReactSelectOption, ReactSelect } from '../../elements/ReactSelect/index.js'\nexport { ReactSelect as Select } from '../../elements/ReactSelect/index.js'\nexport type { ReactSelectAdapterProps } from '../../elements/ReactSelect/types.js'\nexport { RenderTitle } from '../../elements/RenderTitle/index.js'\nexport { ShimmerEffect } from '../../elements/ShimmerEffect/index.js'\nexport { StaggeredShimmers } from '../../elements/ShimmerEffect/index.js'\nexport { SortColumn } from '../../elements/SortColumn/index.js'\nexport { SetStepNav } from '../../elements/StepNav/SetStepNav.js'\nexport { useStepNav } from '../../elements/StepNav/index.js'\nexport type { StepNavItem } from '../../elements/StepNav/types.js'\nexport {\n RelationshipProvider,\n useListRelationships,\n} from '../../elements/Table/RelationshipProvider/index.js'\nexport { Table } from '../../elements/Table/index.js'\nexport { DefaultCell } from '../../elements/Table/DefaultCell/index.js'\nexport { Thumbnail } from '../../elements/Thumbnail/index.js'\nexport { ThumbnailCard } from '../../elements/ThumbnailCard/index.js'\nexport type { ThumbnailCardProps } from '../../elements/ThumbnailCard/index.js'\nexport { Tooltip } from '../../elements/Tooltip/index.js'\nimport { toast } from 'sonner'\nexport { toast }\nexport { FieldErrorsToast } from '../../elements/Toasts/fieldErrors.js'\nexport { UnpublishMany } from '../../elements/UnpublishMany/index.js'\nexport { Upload } from '../../elements/Upload/index.js'\nexport { UserMenu } from '../../elements/UserMenu/index.js'\nexport { ListSearchFilter } from '../../elements/Search/ListSearchFilter/index.js'\nexport { SearchInput } from '../../elements/Search/SearchInput/index.js'\nexport { FilterTrigger } from '../../elements/FilterTrigger/index.js'\nexport { EditUpload } from '../../elements/EditUpload/index.js'\nexport { FileDetails } from '../../elements/FileDetails/index.js'\nexport { PreviewSizes } from '../../elements/PreviewSizes/index.js'\nexport { PreviewButton } from '../../elements/PreviewButton/index.js'\nexport { RelationshipTable } from '../../elements/RelationshipTable/index.js'\nexport { TimezonePicker } from '../../elements/TimezonePicker/index.js'\n\nexport { BlocksDrawer } from '../../fields/Blocks/BlocksDrawer/index.js'\nexport { BlockSelector } from '../../fields/Blocks/BlockSelector/index.js'\nexport { SectionTitle } from '../../fields/Blocks/SectionTitle/index.js'\nexport { ItemsDrawer } from '../../elements/ItemsDrawer/index.js'\n\n// fields\nexport { HiddenField } from '../../fields/Hidden/index.js'\nexport { NullField } from '../../fields/Null/index.js'\nexport { ArrayField } from '../../fields/Array/index.js'\nexport { BlocksField } from '../../fields/Blocks/index.js'\nexport { CheckboxField, CheckboxInput } from '../../fields/Checkbox/index.js'\nexport { CodeField } from '../../fields/Code/index.js'\nexport { CodeEditor as CodeEditorLazy } from '../../elements/CodeEditor/index.js'\nexport { default as CodeEditor } from '../../elements/CodeEditor/CodeEditor.js'\n\nexport { CollapsibleField } from '../../fields/Collapsible/index.js'\nexport { ConfirmPasswordField } from '../../fields/ConfirmPassword/index.js'\nexport { DateTimeField } from '../../fields/DateTime/index.js'\nexport { EmailField } from '../../fields/Email/index.js'\nexport { FieldDescription } from '../../fields/FieldDescription/index.js'\nexport { FieldError } from '../../fields/FieldError/index.js'\nexport { FieldLabel } from '../../fields/FieldLabel/index.js'\nexport { GroupField } from '../../fields/Group/index.js'\nexport { JSONField } from '../../fields/JSON/index.js'\nexport { NumberField } from '../../fields/Number/index.js'\nexport { PasswordField } from '../../fields/Password/index.js'\nexport { PointField } from '../../fields/Point/index.js'\nexport { RadioGroupField } from '../../fields/RadioGroup/index.js'\nexport { RelationshipField, RelationshipInput } from '../../fields/Relationship/index.js'\nexport { RichTextField } from '../../fields/RichText/index.js'\nexport { RowField } from '../../fields/Row/index.js'\nexport { formatOptions, SelectField, SelectInput } from '../../fields/Select/index.js'\nexport { TabsField, TabsProvider } from '../../fields/Tabs/index.js'\nexport { TabComponent } from '../../fields/Tabs/Tab/index.js'\nexport { SlugField } from '../../fields/Slug/index.js'\n\nexport { TextField, TextInput } from '../../fields/Text/index.js'\nexport { JoinField } from '../../fields/Join/index.js'\nexport type { TextInputProps } from '../../fields/Text/index.js'\nexport { allFieldComponents } from '../../fields/index.js'\n\nexport { TextareaField, TextareaInput } from '../../fields/Textarea/index.js'\nexport type { TextAreaInputProps } from '../../fields/Textarea/index.js'\n\nexport { UIField } from '../../fields/UI/index.js'\nexport { UploadField, UploadInput } from '../../fields/Upload/index.js'\nexport type { UploadInputProps } from '../../fields/Upload/index.js'\n\nexport { mergeFieldStyles } from '../../fields/mergeFieldStyles.js'\nexport { fieldBaseClass, isFieldRTL } from '../../fields/shared/index.js'\n\n// forms\n\nexport {\n useAllFormFields,\n useDocumentForm,\n useForm,\n useFormBackgroundProcessing,\n useFormFields,\n useFormInitializing,\n useFormModified,\n useFormProcessing,\n useFormSubmitted,\n useWatchForm,\n} from '../../forms/Form/context.js'\nexport { Form, type FormProps } from '../../forms/Form/index.js'\nexport type { FieldAction } from '../../forms/Form/types.js'\nexport { fieldReducer } from '../../forms/Form/fieldReducer.js'\nexport { NullifyLocaleField } from '../../forms/NullifyField/index.js'\nexport { RenderFields } from '../../forms/RenderFields/index.js'\n\nexport { RowLabel, type RowLabelProps } from '../../forms/RowLabel/index.js'\nexport { RowLabelProvider, useRowLabel } from '../../forms/RowLabel/Context/index.js'\n\nexport { FormSubmit } from '../../forms/Submit/index.js'\nexport { WatchChildErrors } from '../../forms/WatchChildErrors/index.js'\nexport { FieldContext, useField } from '../../forms/useField/index.js'\nexport type { FieldType, Options } from '../../forms/useField/types.js'\n\nexport { withCondition } from '../../forms/withCondition/index.js'\nexport { WatchCondition } from '../../forms/withCondition/WatchCondition.js'\n\n// graphics\nexport { Account } from '../../graphics/Account/index.js'\nexport { PayloadIcon } from '../../graphics/Icon/index.js'\n\nexport { DefaultBlockImage } from '../../graphics/DefaultBlockImage/index.js'\nexport { File } from '../../graphics/File/index.js'\n\n// icons\nexport { CalendarIcon } from '../../icons/Calendar/index.js'\nexport { CheckIcon } from '../../icons/Check/index.js'\nexport { ChevronIcon } from '../../icons/Chevron/index.js'\nexport { CloseMenuIcon } from '../../icons/CloseMenu/index.js'\nexport { CodeBlockIcon } from '../../icons/CodeBlock/index.js'\nexport { CopyIcon } from '../../icons/Copy/index.js'\nexport {\n AlignJustifiedIcon,\n AlignJustifiedIcon as DragHandleIcon,\n} from '../../icons/AlignJustified/index.js'\nexport { EditIcon } from '../../icons/Edit/index.js'\nexport { LineIcon } from '../../icons/Line/index.js'\nexport { LinkIcon } from '../../icons/Link/index.js'\nexport { LogOutIcon } from '../../icons/LogOut/index.js'\nexport { MinimizeMaximizeIcon } from '../../icons/MinimizeMaximize/index.js'\nexport { MoreIcon } from '../../icons/More/index.js'\nexport { NewTabIcon } from '../../icons/NewTab/index.js'\nexport { PlusIcon } from '../../icons/Plus/index.js'\nexport { SearchIcon } from '../../icons/Search/index.js'\nexport { SwapIcon } from '../../icons/Swap/index.js'\nexport { XIcon } from '../../icons/X/index.js'\nexport { FilterIcon } from '../../icons/Filter/index.js'\nexport { FolderIcon } from '../../icons/Folder/index.js'\nexport { GearIcon } from '../../icons/Gear/index.js'\nexport { DocumentIcon } from '../../icons/Document/index.js'\nexport { MoveFolderIcon } from '../../icons/MoveFolder/index.js'\nexport { GridViewIcon } from '../../icons/GridView/index.js'\nexport { WriteIcon } from '../../icons/Write/index.js'\nexport { AlignJustifiedIcon as ListViewIcon } from '../../icons/AlignJustified/index.js'\nexport { ArrowIcon } from '../../icons/Arrow/index.js'\nexport { CirclePlusIcon } from '../../icons/CirclePlus/index.js'\nexport { CircledXIcon } from '../../icons/CircledX/index.js'\nexport { ClipboardIcon } from '../../icons/Clipboard/index.js'\nexport { Dots } from '../../icons/Dots/index.js'\nexport { DuplicateIcon } from '../../icons/Duplicate/index.js'\nexport { EyeIcon } from '../../icons/Eye/index.js'\nexport { KeyIcon } from '../../icons/Key/index.js'\nexport { LockIcon } from '../../icons/Lock/index.js'\nexport { LockOpenIcon } from '../../icons/LockOpen/index.js'\nexport { PeopleIcon } from '../../icons/People/index.js'\nexport { RefreshIcon } from '../../icons/Refresh/index.js'\nexport { ReplaceIcon } from '../../icons/Replace/index.js'\nexport { SortDownIcon } from '../../icons/Sort/index.js'\nexport { ThreeDotsIcon } from '../../icons/ThreeDots/index.js'\nexport { TrashIcon } from '../../icons/Trash/index.js'\nexport { ErrorIcon } from '../../icons/Error/index.js'\nexport { InfoIcon } from '../../icons/Info/index.js'\nexport { InteractionEnterIcon } from '../../icons/InteractionEnter/index.js'\nexport { LanguageIcon } from '../../icons/Language/index.js'\nexport { SuccessIcon } from '../../icons/Success/index.js'\nexport { VariableColorIcon } from '../../icons/VariableColor/index.js'\nexport { WarningIcon } from '../../icons/Warning/index.js'\nexport { WarningTriangleIcon } from '../../icons/WarningTriangle/index.js'\nexport { TagIcon } from '../../icons/Tag/index.js'\n\n// providers\nexport {\n type RenderDocumentResult,\n type RenderDocumentServerFunction,\n ServerFunctionsContext,\n type ServerFunctionsContextType,\n ServerFunctionsProvider,\n useServerFunctions,\n} from '../../providers/ServerFunctions/index.js'\nexport { ActionsProvider, useActions } from '../../providers/Actions/index.js'\nexport { AuthProvider, useAuth } from '../../providers/Auth/index.js'\nexport type { UserWithToken } from '../../providers/Auth/index.js'\nexport { ClientFunctionProvider, useClientFunctions } from '../../providers/ClientFunction/index.js'\nexport { useAddClientFunction } from '../../providers/ClientFunction/index.js'\n\nexport { LivePreviewProvider } from '../../providers/LivePreview/index.js'\n\nexport { ProgressBar } from '../../providers/RouteTransition/ProgressBar/index.js'\nexport {\n RouteTransitionProvider,\n useRouteTransition,\n} from '../../providers/RouteTransition/index.js'\nexport { ConfigProvider, PageConfigProvider, useConfig } from '../../providers/Config/index.js'\nexport { DocumentEventsProvider, useDocumentEvents } from '../../providers/DocumentEvents/index.js'\nexport { DocumentInfoProvider, useDocumentInfo } from '../../providers/DocumentInfo/index.js'\nexport { useDocumentTitle } from '../../providers/DocumentTitle/index.js'\nexport type { DocumentTitleContext } from '../../providers/DocumentTitle/index.js'\nexport type { DocumentInfoContext, DocumentInfoProps } from '../../providers/DocumentInfo/index.js'\nexport { useUploadControls } from '../../providers/UploadControls/index.js'\nexport { EditDepthProvider, useEditDepth } from '../../providers/EditDepth/index.js'\nexport {\n EntityVisibilityProvider,\n useEntityVisibility,\n} from '../../providers/EntityVisibility/index.js'\nexport { UploadEditsProvider, useUploadEdits } from '../../providers/UploadEdits/index.js'\nexport {\n ListDrawerContextProvider,\n useListDrawerContext,\n} from '../../elements/ListDrawer/Provider.js'\nexport { ListQueryProvider, useListQuery } from '../../providers/ListQuery/index.js'\nexport { LocaleProvider, useLocale } from '../../providers/Locale/index.js'\nexport { OperationProvider, useOperation } from '../../providers/Operation/index.js'\nexport { PreferencesProvider, usePreferences } from '../../providers/Preferences/index.js'\nexport { RootProvider } from '../../providers/Root/index.js'\nexport {\n PayloadLink,\n RouterAdapterContext,\n useParams,\n usePathname,\n useRouter,\n useSearchParams,\n} from '../../providers/RouterAdapter/index.js'\nexport type { RouterAdapterContextValue } from '../../providers/RouterAdapter/index.js'\nexport {\n RouteCache as RouteCacheProvider,\n useRouteCache,\n} from '../../providers/RouteCache/index.js'\nexport { ScrollInfoProvider, useScrollInfo } from '../../providers/ScrollInfo/index.js'\nexport { SelectionProvider, useSelection } from '../../providers/Selection/index.js'\nexport {\n DocumentSelectionProvider,\n useDocumentSelection,\n} from '../../providers/DocumentSelection/index.js'\nexport type {\n CollectionData,\n DocumentSelectionContextValue,\n SelectableDocument,\n} from '../../providers/DocumentSelection/types.js'\nexport { HierarchyProvider, useHierarchy } from '../../providers/Hierarchy/index.js'\nexport type { AllowedCollection } from '../../providers/Hierarchy/types.js'\nexport { UploadHandlersProvider, useUploadHandlers } from '../../providers/UploadHandlers/index.js'\nexport type { UploadHandlersContext } from '../../providers/UploadHandlers/index.js'\nexport {\n defaultTheme,\n type Theme,\n type ThemeContext,\n ThemeProvider,\n useTheme,\n} from '../../providers/Theme/index.js'\nexport { TranslationProvider, useTranslation } from '../../providers/Translation/index.js'\nexport { useWindowInfo, WindowInfoProvider } from '../../providers/WindowInfo/index.js'\nexport { useControllableState } from '../../hooks/useControllableState.js'\n\nexport { Text as TextCondition } from '../../elements/WhereBuilder/Condition/Text/index.js'\nexport { Select as SelectCondition } from '../../elements/WhereBuilder/Condition/Select/index.js'\nexport { RelationshipFilter as RelationshipCondition } from '../../elements/WhereBuilder/Condition/Relationship/index.js'\nexport { NumberFilter as NumberCondition } from '../../elements/WhereBuilder/Condition/Number/index.js'\nexport { DateFilter as DateCondition } from '../../elements/WhereBuilder/Condition/Date/index.js'\nexport { EmailAndUsernameFields } from '../../elements/EmailAndUsername/index.js'\nexport { SelectAll } from '../../elements/SelectAll/index.js'\nexport { SelectRow } from '../../elements/SelectRow/index.js'\nexport { SelectMany } from '../../elements/SelectMany/index.js'\n\nexport { DefaultListView } from '../../views/List/index.client.js'\nexport { HierarchyListView } from '../../views/HierarchyList/index.js'\nexport { AccountClient } from '../../views/Account/index.client.js'\nexport { ResetPreferences as AccountResetPreferences } from '../../views/Account/ResetPreferences/index.js'\nexport { LanguageSelector as AccountLanguageSelector } from '../../views/Account/Settings/LanguageSelector.js'\nexport { ToggleHighContrast as AccountToggleHighContrast } from '../../views/Account/ToggleHighContrast/index.js'\nexport { ToggleTheme as AccountToggleTheme } from '../../views/Account/ToggleTheme/index.js'\nexport { APIViewClient } from '../../views/API/index.client.js'\nexport { CreateFirstUserClient } from '../../views/CreateFirstUser/index.client.js'\nexport { ModularDashboardClient } from '../../views/Dashboard/Default/ModularDashboard/index.client.js'\nexport { ForgotPasswordForm } from '../../views/ForgotPassword/ForgotPasswordForm/index.js'\nexport { LoginForm } from '../../views/Login/LoginForm/index.js'\nexport { LogoutClient } from '../../views/Logout/LogoutClient.js'\nexport { NotFoundClient } from '../../views/NotFound/index.client.js'\nexport { ResetPasswordForm } from '../../views/ResetPassword/ResetPasswordForm/index.js'\nexport { ToastAndRedirect, VerifyClient } from '../../views/Verify/index.client.js'\nexport { DefaultVersionView } from '../../views/Version/Default/index.js'\nexport { VersionsViewClient } from '../../views/Versions/index.client.js'\nexport { VersionPillLabel } from '../../views/Versions/VersionPillLabel/VersionPillLabel.js'\nexport { RenderVersionFieldsToDiff } from '../../views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.js'\nexport { Checkbox as VersionFieldDiffCheckbox } from '../../views/Version/RenderFieldsToDiff/fields/Checkbox/index.js'\nexport { Collapsible as VersionFieldDiffCollapsible } from '../../views/Version/RenderFieldsToDiff/fields/Collapsible/index.js'\nexport { DateDiffComponent as VersionFieldDiffDate } from '../../views/Version/RenderFieldsToDiff/fields/Date/index.js'\nexport { Group as VersionFieldDiffGroup } from '../../views/Version/RenderFieldsToDiff/fields/Group/index.js'\nexport { Iterable as VersionFieldDiffIterable } from '../../views/Version/RenderFieldsToDiff/fields/Iterable/index.js'\nexport { Row as VersionFieldDiffRow } from '../../views/Version/RenderFieldsToDiff/fields/Row/index.js'\nexport { Select as VersionFieldDiffSelect } from '../../views/Version/RenderFieldsToDiff/fields/Select/index.js'\nexport { Tabs as VersionFieldDiffTabs } from '../../views/Version/RenderFieldsToDiff/fields/Tabs/index.js'\nexport { Text as VersionFieldDiffText } from '../../views/Version/RenderFieldsToDiff/fields/Text/index.js'\nexport { AutosaveCell as VersionsAutosaveCell } from '../../views/Versions/cells/AutosaveCell/index.js'\nexport { CreatedAtCell as VersionsCreatedAtCell } from '../../views/Versions/cells/CreatedAt/index.js'\nexport { IDCell as VersionsIDCell } from '../../views/Versions/cells/ID/index.js'\nexport { VersionDrawerCreatedAtCell } from '../../views/Versions/cells/VersionDrawerCreatedAtCell/index.js'\n\nexport type { ListHeaderProps } from '../../views/List/ListHeader/index.js'\n\nexport { DefaultEditView } from '../../views/Edit/index.js'\nexport { SetDocumentStepNav } from '../../views/Edit/SetDocumentStepNav/index.js'\nexport { SetDocumentTitle } from '../../views/Edit/SetDocumentTitle/index.js'\n\nexport { parseSearchParams } from '../../utilities/parseSearchParams.js'\nexport { FieldDiffLabel } from '../../elements/FieldDiffLabel/index.js'\nexport { FieldDiffContainer } from '../../elements/FieldDiffContainer/index.js'\nexport { formatTimeToNow } from '../../utilities/formatDocTitle/formatDateTitle.js'\nexport type {\n RenderFieldServerFnArgs,\n RenderFieldServerFnReturnType,\n} from '../../forms/fieldSchemasToFormState/serverFunctions/renderFieldServerFn.js'\n\nexport { useLivePreviewContext } from '../../providers/LivePreview/context.js'\nexport { LivePreviewWindow } from '../../elements/LivePreview/Window/index.js'\n"],
|
|
5
|
-
"mappings": "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",
|
|
6
|
-
"names": ["fieldComponents", "useDebounce", "useDebouncedCallback", "useDebouncedEffect", "useDelay", "useDelayedRender", "useHotkey", "useIntersect", "usePayloadAPI", "useResize", "useThrottledEffect", "useEffectEvent", "FieldPathContext", "useFieldPath", "useQueue", "useUseTitleField", "SidebarTabsProvider", "useSidebarTabs", "SortHeader", "SortRow", "OrderableTable", "QueryPresetsColumnsCell", "QueryPresetsWhereCell", "QueryPresetsAccessCell", "QueryPresetsGroupByCell", "QueryPresetsColumnField", "QueryPresetsWhereField", "QueryPresetsGroupByField", "CollectionQuerySortField", "RecentlyViewedCollectionsField", "QueryPresetsHeading", "ConfirmationModal", "DialogBody", "DialogCancel", "DialogConfirm", "DialogFooter", "DialogHeader", "DialogModal", "Link", "LeaveWithoutSaving", "DocumentTakeOver", "DocumentStaleData", "DocumentLocked", "TableColumnsProvider", "useTableColumns", "RenderDefaultCell", "useCellProps", "DateCell", "TableSection", "Translation", "DatePicker", "default", "ViewDescription", "AppHeader", "MenuSeparator", "RenderCustomComponent", "BulkUploadModal", "BulkUploadProvider", "useBulkUpload", "useBulkUploadModalSlug", "DrawerContentContainer", "APIKeyInput", "Banner", "Button", "TabButton", "Tabs", "TabsList", "AnimateHeight", "PillSelector", "Card", "Chip", "Collapsible", "useCollapsible", "SidebarRow", "HierarchySidebarTab", "CopyLocaleData", "CopyToClipboard", "DeleteMany", "DocumentControls", "DocumentHeaderRoot", "Dropzone", "documentDrawerBaseClass", "useDocumentDrawer", "escapeDiffHTML", "getHTMLDiffComponents", "unescapeDiffHTML", "useClickOutside", "useClickOutsideContext", "useDocumentDrawerContext", "useDraggableSortable", "DraggableSortable", "DraggableSortableItem", "DocumentFields", "Drawer", "DrawerToggler", "formatDrawerSlug", "useDrawerSlug", "EditMany", "ErrorPill", "Modal", "useModal", "FullscreenModal", "GenerateConfirmation", "Gutter", "SidebarToggle", "HydrateAuthProvider", "HydrateHierarchyProvider", "IDLabel", "InputStepper", "Locked", "ListControls", "ListControlsBar", "useListDrawer", "HierarchyButtonClient", "HierarchyFieldClient", "formatHierarchyModalSlug", "HierarchyModalToggler", "useHierarchyModal", "ListSelection", "ListHeader", "CollectionListHeader", "GroupByHeader", "PageControls", "PageControlsComponent", "GroupByPageControls", "LoadingOverlayToggle", "FormLoadingOverlayToggle", "LoadingOverlay", "Spinner", "Switch", "DelayedSpinner", "Logout", "NavSidebarToggle", "NavWrapper", "SettingsMenuButton", "DefaultNavClient", "SidebarTabsClient", "TabError", "ShouldRenderTabs", "DocumentTabLink", "VersionsPill", "DefaultTemplateWrapper", "Wrapper", "FormHeader", "HierarchyTypeField", "NoListResults", "NavContext", "NavProvider", "useNav", "NavGroup", "Pagination", "SimplePagination", "PerPage", "Pill", "PopupList", "Popup", "Combobox", "CommandPalette", "commandPaletteSlug", "PublishMany", "PublishButton", "SaveButton", "SaveDraftButton", "UnpublishButton", "ReactSelect", "Select", "RenderTitle", "ShimmerEffect", "StaggeredShimmers", "SortColumn", "SetStepNav", "useStepNav", "RelationshipProvider", "useListRelationships", "Table", "DefaultCell", "Thumbnail", "ThumbnailCard", "Tooltip", "toast", "FieldErrorsToast", "UnpublishMany", "Upload", "UserMenu", "ListSearchFilter", "SearchInput", "FilterTrigger", "EditUpload", "FileDetails", "PreviewSizes", "PreviewButton", "RelationshipTable", "TimezonePicker", "BlocksDrawer", "BlockSelector", "SectionTitle", "ItemsDrawer", "HiddenField", "NullField", "ArrayField", "BlocksField", "CheckboxField", "CheckboxInput", "CodeField", "CodeEditorLazy", "CodeEditor", "CollapsibleField", "ConfirmPasswordField", "DateTimeField", "EmailField", "FieldDescription", "FieldError", "FieldLabel", "GroupField", "JSONField", "NumberField", "PasswordField", "PointField", "RadioGroupField", "RelationshipField", "RelationshipInput", "RichTextField", "RowField", "formatOptions", "SelectField", "SelectInput", "TabsField", "TabsProvider", "TabComponent", "SlugField", "TextField", "TextInput", "JoinField", "allFieldComponents", "TextareaField", "TextareaInput", "UIField", "UploadField", "UploadInput", "mergeFieldStyles", "fieldBaseClass", "isFieldRTL", "useAllFormFields", "useDocumentForm", "useForm", "useFormBackgroundProcessing", "useFormFields", "useFormInitializing", "useFormModified", "useFormProcessing", "useFormSubmitted", "useWatchForm", "Form", "fieldReducer", "NullifyLocaleField", "RenderFields", "RowLabel", "RowLabelProvider", "useRowLabel", "FormSubmit", "WatchChildErrors", "FieldContext", "useField", "withCondition", "WatchCondition", "Account", "PayloadIcon", "DefaultBlockImage", "File", "CalendarIcon", "CheckIcon", "ChevronIcon", "CloseMenuIcon", "CodeBlockIcon", "CopyIcon", "AlignJustifiedIcon", "DragHandleIcon", "EditIcon", "LineIcon", "LinkIcon", "LogOutIcon", "MinimizeMaximizeIcon", "MoreIcon", "NewTabIcon", "PlusIcon", "SearchIcon", "SwapIcon", "XIcon", "FilterIcon", "FolderIcon", "GearIcon", "DocumentIcon", "MoveFolderIcon", "GridViewIcon", "WriteIcon", "ListViewIcon", "ArrowIcon", "CirclePlusIcon", "CircledXIcon", "ClipboardIcon", "Dots", "DuplicateIcon", "EyeIcon", "KeyIcon", "LockIcon", "LockOpenIcon", "PeopleIcon", "RefreshIcon", "ReplaceIcon", "SortDownIcon", "ThreeDotsIcon", "TrashIcon", "ErrorIcon", "InfoIcon", "InteractionEnterIcon", "LanguageIcon", "SuccessIcon", "VariableColorIcon", "WarningIcon", "WarningTriangleIcon", "TagIcon", "ServerFunctionsContext", "ServerFunctionsProvider", "useServerFunctions", "ActionsProvider", "useActions", "AuthProvider", "useAuth", "ClientFunctionProvider", "useClientFunctions", "useAddClientFunction", "LivePreviewProvider", "ProgressBar", "RouteTransitionProvider", "useRouteTransition", "ConfigProvider", "PageConfigProvider", "useConfig", "DocumentEventsProvider", "useDocumentEvents", "DocumentInfoProvider", "useDocumentInfo", "useDocumentTitle", "useUploadControls", "EditDepthProvider", "useEditDepth", "EntityVisibilityProvider", "useEntityVisibility", "UploadEditsProvider", "useUploadEdits", "ListDrawerContextProvider", "useListDrawerContext", "ListQueryProvider", "useListQuery", "LocaleProvider", "useLocale", "OperationProvider", "useOperation", "PreferencesProvider", "usePreferences", "RootProvider", "PayloadLink", "RouterAdapterContext", "useParams", "usePathname", "useRouter", "useSearchParams", "RouteCacheProvider", "RouteCache", "useRouteCache", "ScrollInfoProvider", "useScrollInfo", "SelectionProvider", "useSelection", "DocumentSelectionProvider", "useDocumentSelection", "HierarchyProvider", "useHierarchy", "UploadHandlersProvider", "useUploadHandlers", "defaultTheme", "ThemeProvider", "useTheme", "TranslationProvider", "useTranslation", "useWindowInfo", "WindowInfoProvider", "useControllableState", "TextCondition", "Text", "SelectCondition", "RelationshipCondition", "RelationshipFilter", "NumberCondition", "NumberFilter", "DateCondition", "DateFilter", "EmailAndUsernameFields", "SelectAll", "SelectRow", "SelectMany", "DefaultListView", "HierarchyListView", "AccountClient", "AccountResetPreferences", "ResetPreferences", "AccountLanguageSelector", "LanguageSelector", "AccountToggleHighContrast", "ToggleHighContrast", "AccountToggleTheme", "ToggleTheme", "APIViewClient", "CreateFirstUserClient", "ModularDashboardClient", "ForgotPasswordForm", "LoginForm", "LogoutClient", "NotFoundClient", "ResetPasswordForm", "ToastAndRedirect", "VerifyClient", "DefaultVersionView", "VersionsViewClient", "VersionPillLabel", "RenderVersionFieldsToDiff", "VersionFieldDiffCheckbox", "Checkbox", "VersionFieldDiffCollapsible", "VersionFieldDiffDate", "DateDiffComponent", "VersionFieldDiffGroup", "Group", "VersionFieldDiffIterable", "Iterable", "VersionFieldDiffRow", "Row", "VersionFieldDiffSelect", "VersionFieldDiffTabs", "VersionFieldDiffText", "VersionsAutosaveCell", "AutosaveCell", "VersionsCreatedAtCell", "CreatedAtCell", "VersionsIDCell", "IDCell", "VersionDrawerCreatedAtCell", "DefaultEditView", "SetDocumentStepNav", "SetDocumentTitle", "parseSearchParams", "FieldDiffLabel", "FieldDiffContainer", "formatTimeToNow", "useLivePreviewContext", "LivePreviewWindow"]
|
|
4
|
+
"sourcesContent": ["/* eslint-disable perfectionist/sort-exports */\n'use client'\n\n// IMPORTANT: this file cannot use any wildcard exports because it is wrapped in a `use client` boundary\n// IMPORTANT: do _not_ alias any of the exports in this file, this will cause a mismatch between the unbundled exports\n\n// hooks\n\nexport { fieldComponents } from '../../fields/index.js'\n\nexport { useDebounce } from '../../hooks/useDebounce.js'\nexport { useDebouncedCallback } from '../../hooks/useDebouncedCallback.js'\nexport { useDebouncedEffect } from '../../hooks/useDebouncedEffect.js'\nexport { useDelay } from '../../hooks/useDelay.js'\nexport { useDelayedRender } from '../../hooks/useDelayedRender.js'\nexport { useHotkey } from '../../hooks/useHotkey.js'\nexport { useIntersect } from '../../hooks/useIntersect.js'\nexport { usePayloadAPI } from '../../hooks/usePayloadAPI.js'\nexport { useResize } from '../../hooks/useResize.js'\nexport { useThrottledEffect } from '../../hooks/useThrottledEffect.js'\nexport { useEffectEvent } from '../../hooks/useEffectEvent.js'\nexport { FieldPathContext, useFieldPath } from '../../forms/RenderFields/context.js'\nexport { useQueue } from '../../hooks/useQueue.js'\n\nexport { useUseTitleField } from '../../hooks/useUseAsTitle.js'\n\nexport { SidebarTabsProvider, useSidebarTabs } from '../../providers/SidebarTabs/index.js'\nexport type { SidebarTabsContextType } from '../../providers/SidebarTabs/index.js'\n\nexport { SortHeader } from '../../elements/SortHeader/index.js'\nexport { SortRow } from '../../elements/SortRow/index.js'\nexport { OrderableTable } from '../../elements/Table/OrderableTable.js'\n\n// query preset elements\nexport { QueryPresetsColumnsCell } from '../../elements/QueryPresets/cells/ColumnsCell/index.js'\nexport { QueryPresetsWhereCell } from '../../elements/QueryPresets/cells/WhereCell/index.js'\nexport { QueryPresetsAccessCell } from '../../elements/QueryPresets/cells/AccessCell/index.js'\nexport { QueryPresetsGroupByCell } from '../../elements/QueryPresets/cells/GroupByCell/index.js'\nexport { QueryPresetsColumnField } from '../../elements/QueryPresets/fields/ColumnsField/index.js'\nexport { QueryPresetsWhereField } from '../../elements/QueryPresets/fields/WhereField/index.js'\nexport { QueryPresetsGroupByField } from '../../elements/QueryPresets/fields/GroupByField/index.js'\nexport { CollectionQuerySortField } from '../../widgets/CollectionQuery/SortField/index.js'\nexport { RecentlyViewedCollectionsField } from '../../widgets/RecentlyViewed/CollectionsField/index.js'\nexport { QueryPresetsHeading } from '../../elements/QueryPresets/fields/Heading/index.js'\n\n// elements\nexport { ConfirmationModal } from '../../elements/ConfirmationModal/index.js'\nexport type { OnCancel } from '../../elements/ConfirmationModal/index.js'\nexport {\n DialogBody,\n DialogCancel,\n DialogConfirm,\n DialogFooter,\n DialogHeader,\n DialogModal,\n} from '../../elements/Dialog/index.js'\nexport type {\n DialogBodyProps,\n DialogCancelProps,\n DialogConfirmProps,\n DialogFooterProps,\n DialogHeaderProps,\n DialogModalProps,\n DialogSize,\n} from '../../elements/Dialog/index.js'\nexport { Link } from '../../elements/Link/index.js'\nexport { LeaveWithoutSaving } from '../../elements/LeaveWithoutSaving/index.js'\nexport { DocumentTakeOver } from '../../elements/DocumentTakeOver/index.js'\nexport { DocumentStaleData } from '../../elements/DocumentStaleData/index.js'\nexport { DocumentLocked } from '../../elements/DocumentLocked/index.js'\nexport { TableColumnsProvider, useTableColumns } from '../../providers/TableColumns/index.js'\nexport {\n RenderDefaultCell,\n useCellProps,\n} from '../../providers/TableColumns/RenderDefaultCell/index.js'\nexport { DateCell } from '../../elements/Table/DefaultCell/fields/Date/index.js'\nexport { TableSection } from '../../elements/TableSection/index.js'\nexport type {\n TableSectionContentProps,\n TableSectionHeaderProps,\n TableSectionProps,\n} from '../../elements/TableSection/index.js'\n\nexport { Translation } from '../../elements/Translation/index.js'\nexport { default as DatePicker } from '../../elements/DatePicker/DatePicker.js'\nexport { ViewDescription } from '../../elements/ViewDescription/index.js'\nexport { AppHeader } from '../../elements/AppHeader/index.js'\nexport { MenuSeparator } from '../../elements/MenuSeparator/index.js'\nexport { RenderCustomComponent } from '../../elements/RenderCustomComponent/index.js'\nexport {\n BulkUploadModal,\n BulkUploadProvider,\n useBulkUpload,\n useBulkUploadModalSlug,\n} from '../../elements/BulkUpload/index.js'\nexport { DrawerContentContainer } from '../../elements/DrawerContentContainer/index.js'\nexport type { BulkUploadProps } from '../../elements/BulkUpload/index.js'\nexport { APIKeyInput } from '../../elements/APIKeyInput/index.js'\nexport type { APIKeyInputProps } from '../../elements/APIKeyInput/index.js'\nexport { Banner } from '../../elements/Banner/index.js'\nexport { Button } from '../../elements/Button/index.js'\nexport { TabButton, Tabs, TabsList } from '../../elements/Tabs/index.js'\nexport type { TabsProps, TabsTab } from '../../elements/Tabs/index.js'\nexport { AnimateHeight } from '../../elements/AnimateHeight/index.js'\nexport { PillSelector, type SelectablePill } from '../../elements/PillSelector/index.js'\nexport { Card } from '../../elements/Card/index.js'\nexport { Chip } from '../../elements/Chip/index.js'\nexport type { ChipProps } from '../../elements/Chip/index.js'\nexport { Collapsible, useCollapsible } from '../../elements/Collapsible/index.js'\nexport { SidebarRow } from '../../elements/SidebarRow/index.js'\nexport type { SidebarRowProps } from '../../elements/SidebarRow/index.js'\nexport { HierarchySidebarTab } from '../../elements/Hierarchy/Tree/HierarchySidebarTab.js'\nexport { CopyLocaleData } from '../../elements/CopyLocaleData/index.js'\nexport { CopyToClipboard } from '../../elements/CopyToClipboard/index.js'\nexport { DeleteMany } from '../../elements/DeleteMany/index.js'\nexport { DocumentControls } from '../../elements/DocumentControls/index.js'\nexport { DocumentHeaderRoot } from '../../elements/DocumentHeader/DocumentHeaderRoot/index.js'\nexport { Dropzone } from '../../elements/Dropzone/index.js'\nexport { documentDrawerBaseClass, useDocumentDrawer } from '../../elements/DocumentDrawer/index.js'\nexport {\n escapeDiffHTML,\n getHTMLDiffComponents,\n unescapeDiffHTML,\n} from '../../elements/HTMLDiff/index.js'\nexport type {\n DocumentDrawerProps,\n DocumentTogglerProps,\n UseDocumentDrawer,\n} from '../../elements/DocumentDrawer/types.js'\nexport { useClickOutside } from '../../hooks/useClickOutside.js'\nexport { useClickOutsideContext } from '../../providers/ClickOutside/index.js'\nexport { useDocumentDrawerContext } from '../../elements/DocumentDrawer/Provider.js'\nexport { useDraggableSortable } from '../../elements/DraggableSortable/useDraggableSortable/index.js'\nexport { DraggableSortable } from '../../elements/DraggableSortable/index.js'\nexport { DraggableSortableItem } from '../../elements/DraggableSortable/DraggableSortableItem/index.js'\nexport { DocumentFields } from '../../elements/DocumentFields/index.js'\nexport { Drawer, DrawerToggler, formatDrawerSlug } from '../../elements/Drawer/index.js'\nexport { useDrawerSlug } from '../../elements/Drawer/useDrawerSlug.js'\nexport { EditMany } from '../../elements/EditMany/index.js'\nexport { ErrorPill } from '../../elements/ErrorPill/index.js'\nexport { Modal, useModal } from '../../elements/Modal/index.js'\nexport { FullscreenModal } from '../../elements/FullscreenModal/index.js'\nexport { GenerateConfirmation } from '../../elements/GenerateConfirmation/index.js'\nexport { Gutter } from '../../elements/Gutter/index.js'\nexport { SidebarToggle } from '../../elements/SidebarToggle/index.js'\nexport { HydrateAuthProvider } from '../../elements/HydrateAuthProvider/index.js'\nexport { HydrateHierarchyProvider } from '../../elements/Hierarchy/HydrateProvider/index.js'\nexport { IDLabel } from '../../elements/IDLabel/index.js'\nexport { InputStepper } from '../../elements/InputStepper/index.js'\nexport type { InputStepperProps } from '../../elements/InputStepper/index.js'\n\nexport { Locked } from '../../elements/Locked/index.js'\nexport { ListControls } from '../../elements/ListControls/index.js'\nexport { ListControlsBar } from '../../elements/ListControlsBar/index.js'\nexport type { ListControlsBarProps } from '../../elements/ListControlsBar/index.js'\nexport { useListDrawer } from '../../elements/ListDrawer/index.js'\nexport type {\n ListDrawerProps,\n ListTogglerProps,\n RenderListServerFnArgs,\n RenderListServerFnReturnType,\n UseListDrawer,\n} from '../../elements/ListDrawer/types.js'\nexport { HierarchyButtonClient } from '../../elements/Hierarchy/DocHeaderButton/index.js'\nexport type { HierarchyButtonClientProps } from '../../elements/Hierarchy/DocHeaderButton/index.js'\nexport { HierarchyFieldClient } from '../../elements/Hierarchy/Field/index.client.js'\nexport type { HierarchyFieldClientProps } from '../../elements/Hierarchy/Field/index.client.js'\nexport {\n formatHierarchyModalSlug,\n HierarchyModalToggler,\n useHierarchyModal,\n} from '../../elements/Hierarchy/Modal/useHierarchyModal.js'\nexport type {\n HierarchyDrawerProps,\n HierarchyDrawerTogglerProps,\n HierarchyModalProps,\n HierarchyModalTogglerProps,\n SelectionWithPath,\n UseHierarchyModal,\n UseHierarchyModalArgs,\n} from '../../elements/Hierarchy/Modal/types.js'\nexport { ListSelection } from '../../views/List/ListSelection/index.js'\nexport { CollectionListHeader as ListHeader } from '../../views/List/ListHeader/index.js'\nexport { GroupByHeader } from '../../views/List/GroupByHeader/index.js'\nexport { PageControls, PageControlsComponent } from '../../elements/PageControls/index.js'\n\nexport { GroupByPageControls } from '../../elements/PageControls/GroupByPageControls.js'\nexport { LoadingOverlayToggle } from '../../elements/Loading/index.js'\nexport { FormLoadingOverlayToggle } from '../../elements/Loading/index.js'\nexport { LoadingOverlay } from '../../elements/Loading/index.js'\nexport { Spinner } from '../../elements/Spinner/index.js'\nexport type { SpinnerProps } from '../../elements/Spinner/index.js'\nexport { Switch } from '../../elements/Switch/index.js'\nexport type { SwitchProps } from '../../elements/Switch/index.js'\nexport { DelayedSpinner } from '../../elements/DelayedSpinner/index.js'\nexport type { DelayedSpinnerProps } from '../../elements/DelayedSpinner/index.js'\nexport { Logout } from '../../elements/Logout/index.js'\nexport { NavSidebarToggle } from '../../elements/Nav/NavSidebarToggle/index.js'\nexport { NavWrapper } from '../../elements/Nav/NavWrapper/index.js'\nexport { SettingsMenuButton } from '../../elements/Nav/SettingsMenuButton/index.js'\nexport type { SettingsMenuButtonProps } from '../../elements/Nav/SettingsMenuButton/index.js'\nexport { DefaultNavClient } from '../../elements/Nav/index.client.js'\nexport { SidebarTabsClient } from '../../elements/Nav/SidebarTabs/index.client.js'\nexport type {\n SidebarTabsClientProps,\n TabMetadata,\n} from '../../elements/Nav/SidebarTabs/index.client.js'\nexport { TabError } from '../../elements/Nav/SidebarTabs/TabError/index.js'\nexport { ShouldRenderTabs } from '../../elements/DocumentHeader/Tabs/ShouldRenderTabs.js'\nexport { DocumentTabLink } from '../../elements/DocumentHeader/Tabs/Tab/TabLink.js'\nexport { VersionsPill } from '../../elements/DocumentHeader/Tabs/tabs/VersionsPill/index.js'\nexport { Wrapper as DefaultTemplateWrapper } from '../../templates/Default/Wrapper/index.js'\nexport { FormHeader } from '../../elements/FormHeader/index.js'\nexport { HierarchyTypeField } from '../../elements/HierarchyTypeField/index.js'\nexport { NoListResults } from '../../elements/NoListResults/index.js'\nexport { NavContext, NavProvider, useNav } from '../../elements/Nav/context.js'\nexport { NavGroup } from '../../elements/NavGroup/index.js'\nexport { Pagination } from '../../elements/Pagination/index.js'\nexport { SimplePagination } from '../../elements/Pagination/SimplePagination/index.js'\nexport type { SimplePaginationProps } from '../../elements/Pagination/SimplePagination/index.js'\nexport { PerPage } from '../../elements/PerPage/index.js'\nexport { Pill } from '../../elements/Pill/index.js'\nimport * as PopupList from '../../elements/Popup/PopupButtonList/index.js'\nexport { PopupList }\nexport { Popup } from '../../elements/Popup/index.js'\nexport { Combobox } from '../../elements/Combobox/index.js'\nexport type { ComboboxEntry, ComboboxProps } from '../../elements/Combobox/index.js'\nexport { CommandPalette, commandPaletteSlug } from '../../elements/CommandPalette/index.js'\nexport { PublishMany } from '../../elements/PublishMany/index.js'\nexport { PublishButton } from '../../elements/PublishButton/index.js'\nexport { SaveButton } from '../../elements/SaveButton/index.js'\nexport { SaveDraftButton } from '../../elements/SaveDraftButton/index.js'\nexport { UnpublishButton } from '../../elements/UnpublishButton/index.js'\n\nexport { type Option as ReactSelectOption, ReactSelect } from '../../elements/ReactSelect/index.js'\nexport { ReactSelect as Select } from '../../elements/ReactSelect/index.js'\nexport type { ReactSelectAdapterProps } from '../../elements/ReactSelect/types.js'\nexport { RenderTitle } from '../../elements/RenderTitle/index.js'\nexport { ShimmerEffect } from '../../elements/ShimmerEffect/index.js'\nexport { StaggeredShimmers } from '../../elements/ShimmerEffect/index.js'\nexport { SortColumn } from '../../elements/SortColumn/index.js'\nexport { SetStepNav } from '../../elements/StepNav/SetStepNav.js'\nexport { useStepNav } from '../../elements/StepNav/index.js'\nexport type { StepNavItem } from '../../elements/StepNav/types.js'\nexport {\n RelationshipProvider,\n useListRelationships,\n} from '../../elements/Table/RelationshipProvider/index.js'\nexport { Table } from '../../elements/Table/index.js'\nexport { DefaultCell } from '../../elements/Table/DefaultCell/index.js'\nexport { Thumbnail } from '../../elements/Thumbnail/index.js'\nexport { ThumbnailCard } from '../../elements/ThumbnailCard/index.js'\nexport type { ThumbnailCardProps } from '../../elements/ThumbnailCard/index.js'\nexport { Tooltip } from '../../elements/Tooltip/index.js'\nimport { toast } from 'sonner'\nexport { toast }\nexport { FieldErrorsToast } from '../../elements/Toasts/fieldErrors.js'\nexport { UnpublishMany } from '../../elements/UnpublishMany/index.js'\nexport { Upload } from '../../elements/Upload/index.js'\nexport { UserMenu } from '../../elements/UserMenu/index.js'\nexport { ListSearchFilter } from '../../elements/Search/ListSearchFilter/index.js'\nexport { SearchInput } from '../../elements/Search/SearchInput/index.js'\nexport { FilterTrigger } from '../../elements/FilterTrigger/index.js'\nexport { EditUpload } from '../../elements/EditUpload/index.js'\nexport { FileDetails } from '../../elements/FileDetails/index.js'\nexport { PreviewSizes } from '../../elements/PreviewSizes/index.js'\nexport { PreviewButton } from '../../elements/PreviewButton/index.js'\nexport { RelationshipTable } from '../../elements/RelationshipTable/index.js'\nexport { TimezonePicker } from '../../elements/TimezonePicker/index.js'\n\nexport { BlocksDrawer } from '../../fields/Blocks/BlocksDrawer/index.js'\nexport { BlockSelector } from '../../fields/Blocks/BlockSelector/index.js'\nexport { SectionTitle } from '../../fields/Blocks/SectionTitle/index.js'\nexport { ItemsDrawer } from '../../elements/ItemsDrawer/index.js'\n\n// fields\nexport { HiddenField } from '../../fields/Hidden/index.js'\nexport { NullField } from '../../fields/Null/index.js'\nexport { ArrayField } from '../../fields/Array/index.js'\nexport { BlocksField } from '../../fields/Blocks/index.js'\nexport { CheckboxField, CheckboxInput } from '../../fields/Checkbox/index.js'\nexport { CodeField } from '../../fields/Code/index.js'\nexport { CodeEditor as CodeEditorLazy } from '../../elements/CodeEditor/index.js'\nexport { default as CodeEditor } from '../../elements/CodeEditor/CodeEditor.js'\n\nexport { CollapsibleField } from '../../fields/Collapsible/index.js'\nexport { ConfirmPasswordField } from '../../fields/ConfirmPassword/index.js'\nexport { DateTimeField } from '../../fields/DateTime/index.js'\nexport { EmailField } from '../../fields/Email/index.js'\nexport { FieldDescription } from '../../fields/FieldDescription/index.js'\nexport { FieldError } from '../../fields/FieldError/index.js'\nexport { FieldLabel } from '../../fields/FieldLabel/index.js'\nexport { GroupField } from '../../fields/Group/index.js'\nexport { JSONField } from '../../fields/JSON/index.js'\nexport { NumberField } from '../../fields/Number/index.js'\nexport { PasswordField } from '../../fields/Password/index.js'\nexport { PointField } from '../../fields/Point/index.js'\nexport { RadioGroupField } from '../../fields/RadioGroup/index.js'\nexport { RelationshipField, RelationshipInput } from '../../fields/Relationship/index.js'\nexport { RichTextField } from '../../fields/RichText/index.js'\nexport { RowField } from '../../fields/Row/index.js'\nexport { formatOptions, SelectField, SelectInput } from '../../fields/Select/index.js'\nexport { TabsField, TabsProvider } from '../../fields/Tabs/index.js'\nexport { TabComponent } from '../../fields/Tabs/Tab/index.js'\nexport { SlugField } from '../../fields/Slug/index.js'\n\nexport { TextField, TextInput } from '../../fields/Text/index.js'\nexport { JoinField } from '../../fields/Join/index.js'\nexport type { TextInputProps } from '../../fields/Text/index.js'\nexport { allFieldComponents } from '../../fields/index.js'\n\nexport { TextareaField, TextareaInput } from '../../fields/Textarea/index.js'\nexport type { TextAreaInputProps } from '../../fields/Textarea/index.js'\n\nexport { UIField } from '../../fields/UI/index.js'\nexport { UploadField, UploadInput } from '../../fields/Upload/index.js'\nexport type { UploadInputProps } from '../../fields/Upload/index.js'\n\nexport { mergeFieldStyles } from '../../fields/mergeFieldStyles.js'\nexport { fieldBaseClass, isFieldRTL } from '../../fields/shared/index.js'\n\n// forms\n\nexport {\n useAllFormFields,\n useDocumentForm,\n useForm,\n useFormBackgroundProcessing,\n useFormFields,\n useFormInitializing,\n useFormModified,\n useFormProcessing,\n useFormSubmitted,\n useWatchForm,\n} from '../../forms/Form/context.js'\nexport { Form, type FormProps } from '../../forms/Form/index.js'\nexport type { FieldAction } from '../../forms/Form/types.js'\nexport { fieldReducer } from '../../forms/Form/fieldReducer.js'\nexport { NullifyLocaleField } from '../../forms/NullifyField/index.js'\nexport { RenderFields } from '../../forms/RenderFields/index.js'\n\nexport { RowLabel, type RowLabelProps } from '../../forms/RowLabel/index.js'\nexport { RowLabelProvider, useRowLabel } from '../../forms/RowLabel/Context/index.js'\n\nexport { FormSubmit } from '../../forms/Submit/index.js'\nexport { WatchChildErrors } from '../../forms/WatchChildErrors/index.js'\nexport { FieldContext, useField } from '../../forms/useField/index.js'\nexport type { FieldType, Options } from '../../forms/useField/types.js'\n\nexport { withCondition } from '../../forms/withCondition/index.js'\nexport { WatchCondition } from '../../forms/withCondition/WatchCondition.js'\n\n// graphics\nexport { Account } from '../../graphics/Account/index.js'\nexport { PayloadIcon } from '../../graphics/Icon/index.js'\n\nexport { DefaultBlockImage } from '../../graphics/DefaultBlockImage/index.js'\nexport { File } from '../../graphics/File/index.js'\n\n// icons\nexport { CalendarIcon } from '../../icons/Calendar/index.js'\nexport { CheckIcon } from '../../icons/Check/index.js'\nexport { ChevronIcon } from '../../icons/Chevron/index.js'\nexport { CloseMenuIcon } from '../../icons/CloseMenu/index.js'\nexport { CodeBlockIcon } from '../../icons/CodeBlock/index.js'\nexport { CopyIcon } from '../../icons/Copy/index.js'\nexport {\n AlignJustifiedIcon,\n AlignJustifiedIcon as DragHandleIcon,\n} from '../../icons/AlignJustified/index.js'\nexport { EditIcon } from '../../icons/Edit/index.js'\nexport { LineIcon } from '../../icons/Line/index.js'\nexport { LinkIcon } from '../../icons/Link/index.js'\nexport { LogOutIcon } from '../../icons/LogOut/index.js'\nexport { MinimizeMaximizeIcon } from '../../icons/MinimizeMaximize/index.js'\nexport { MoreIcon } from '../../icons/More/index.js'\nexport { NewTabIcon } from '../../icons/NewTab/index.js'\nexport { PlusIcon } from '../../icons/Plus/index.js'\nexport { SearchIcon } from '../../icons/Search/index.js'\nexport { SwapIcon } from '../../icons/Swap/index.js'\nexport { XIcon } from '../../icons/X/index.js'\nexport { FilterIcon } from '../../icons/Filter/index.js'\nexport { FolderIcon } from '../../icons/Folder/index.js'\nexport { GearIcon } from '../../icons/Gear/index.js'\nexport { DocumentIcon } from '../../icons/Document/index.js'\nexport { MoveFolderIcon } from '../../icons/MoveFolder/index.js'\nexport { GridViewIcon } from '../../icons/GridView/index.js'\nexport { WriteIcon } from '../../icons/Write/index.js'\nexport { AlignJustifiedIcon as ListViewIcon } from '../../icons/AlignJustified/index.js'\nexport { ArrowIcon } from '../../icons/Arrow/index.js'\nexport { CirclePlusIcon } from '../../icons/CirclePlus/index.js'\nexport { CircledXIcon } from '../../icons/CircledX/index.js'\nexport { ClipboardIcon } from '../../icons/Clipboard/index.js'\nexport { Dots } from '../../icons/Dots/index.js'\nexport { DuplicateIcon } from '../../icons/Duplicate/index.js'\nexport { EyeIcon } from '../../icons/Eye/index.js'\nexport { KeyIcon } from '../../icons/Key/index.js'\nexport { LockIcon } from '../../icons/Lock/index.js'\nexport { LockOpenIcon } from '../../icons/LockOpen/index.js'\nexport { PeopleIcon } from '../../icons/People/index.js'\nexport { RefreshIcon } from '../../icons/Refresh/index.js'\nexport { ReplaceIcon } from '../../icons/Replace/index.js'\nexport { SortDownIcon } from '../../icons/Sort/index.js'\nexport { ThreeDotsIcon } from '../../icons/ThreeDots/index.js'\nexport { TrashIcon } from '../../icons/Trash/index.js'\nexport { ErrorIcon } from '../../icons/Error/index.js'\nexport { InfoIcon } from '../../icons/Info/index.js'\nexport { InteractionEnterIcon } from '../../icons/InteractionEnter/index.js'\nexport { LanguageIcon } from '../../icons/Language/index.js'\nexport { SuccessIcon } from '../../icons/Success/index.js'\nexport { VariableColorIcon } from '../../icons/VariableColor/index.js'\nexport { WarningIcon } from '../../icons/Warning/index.js'\nexport { WarningTriangleIcon } from '../../icons/WarningTriangle/index.js'\nexport { TagIcon } from '../../icons/Tag/index.js'\n\n// providers\nexport {\n type RenderDocumentResult,\n type RenderDocumentServerFunction,\n ServerFunctionsContext,\n type ServerFunctionsContextType,\n ServerFunctionsProvider,\n useServerFunctions,\n} from '../../providers/ServerFunctions/index.js'\nexport { ActionsProvider, useActions } from '../../providers/Actions/index.js'\nexport { AuthProvider, useAuth } from '../../providers/Auth/index.js'\nexport type { UserWithToken } from '../../providers/Auth/index.js'\nexport { ClientFunctionProvider, useClientFunctions } from '../../providers/ClientFunction/index.js'\nexport { useAddClientFunction } from '../../providers/ClientFunction/index.js'\n\nexport { LivePreviewProvider } from '../../providers/LivePreview/index.js'\n\nexport { ProgressBar } from '../../providers/RouteTransition/ProgressBar/index.js'\nexport {\n RouteTransitionProvider,\n useRouteTransition,\n} from '../../providers/RouteTransition/index.js'\nexport { ConfigProvider, PageConfigProvider, useConfig } from '../../providers/Config/index.js'\nexport { DocumentEventsProvider, useDocumentEvents } from '../../providers/DocumentEvents/index.js'\nexport {\n FormErrorHandlerContext,\n useFormErrorHandler,\n} from '../../providers/FormErrorHandler/index.js'\nexport { DocumentInfoProvider, useDocumentInfo } from '../../providers/DocumentInfo/index.js'\nexport { useDocumentTitle } from '../../providers/DocumentTitle/index.js'\nexport type { DocumentTitleContext } from '../../providers/DocumentTitle/index.js'\nexport type { DocumentInfoContext, DocumentInfoProps } from '../../providers/DocumentInfo/index.js'\nexport { useUploadControls } from '../../providers/UploadControls/index.js'\nexport { EditDepthProvider, useEditDepth } from '../../providers/EditDepth/index.js'\nexport {\n EntityVisibilityProvider,\n useEntityVisibility,\n} from '../../providers/EntityVisibility/index.js'\nexport { UploadEditsProvider, useUploadEdits } from '../../providers/UploadEdits/index.js'\nexport {\n ListDrawerContextProvider,\n useListDrawerContext,\n} from '../../elements/ListDrawer/Provider.js'\nexport { ListQueryProvider, useListQuery } from '../../providers/ListQuery/index.js'\nexport { LocaleProvider, useLocale } from '../../providers/Locale/index.js'\nexport { OperationProvider, useOperation } from '../../providers/Operation/index.js'\nexport { PreferencesProvider, usePreferences } from '../../providers/Preferences/index.js'\nexport { RootProvider } from '../../providers/Root/index.js'\nexport {\n PayloadLink,\n RouterAdapterContext,\n useParams,\n usePathname,\n useRouter,\n useSearchParams,\n} from '../../providers/RouterAdapter/index.js'\nexport type { RouterAdapterContextValue } from '../../providers/RouterAdapter/index.js'\nexport {\n RouteCache as RouteCacheProvider,\n useRouteCache,\n} from '../../providers/RouteCache/index.js'\nexport { ScrollInfoProvider, useScrollInfo } from '../../providers/ScrollInfo/index.js'\nexport { SelectionProvider, useSelection } from '../../providers/Selection/index.js'\nexport {\n DocumentSelectionProvider,\n useDocumentSelection,\n} from '../../providers/DocumentSelection/index.js'\nexport type {\n CollectionData,\n DocumentSelectionContextValue,\n SelectableDocument,\n} from '../../providers/DocumentSelection/types.js'\nexport { HierarchyProvider, useHierarchy } from '../../providers/Hierarchy/index.js'\nexport type { AllowedCollection } from '../../providers/Hierarchy/types.js'\nexport { UploadHandlersProvider, useUploadHandlers } from '../../providers/UploadHandlers/index.js'\nexport type { UploadHandlersContext } from '../../providers/UploadHandlers/index.js'\nexport {\n defaultTheme,\n type Theme,\n type ThemeContext,\n ThemeProvider,\n useTheme,\n} from '../../providers/Theme/index.js'\nexport { EmbedProvider, useEmbed } from '../../providers/Embed/index.js'\nexport type { EmbedContext } from '../../providers/Embed/index.js'\nexport { TranslationProvider, useTranslation } from '../../providers/Translation/index.js'\nexport { useWindowInfo, WindowInfoProvider } from '../../providers/WindowInfo/index.js'\nexport { useControllableState } from '../../hooks/useControllableState.js'\n\nexport { Text as TextCondition } from '../../elements/WhereBuilder/Condition/Text/index.js'\nexport { Select as SelectCondition } from '../../elements/WhereBuilder/Condition/Select/index.js'\nexport { RelationshipFilter as RelationshipCondition } from '../../elements/WhereBuilder/Condition/Relationship/index.js'\nexport { NumberFilter as NumberCondition } from '../../elements/WhereBuilder/Condition/Number/index.js'\nexport { DateFilter as DateCondition } from '../../elements/WhereBuilder/Condition/Date/index.js'\nexport { EmailAndUsernameFields } from '../../elements/EmailAndUsername/index.js'\nexport { SelectAll } from '../../elements/SelectAll/index.js'\nexport { SelectRow } from '../../elements/SelectRow/index.js'\nexport { SelectMany } from '../../elements/SelectMany/index.js'\n\nexport { DefaultListView } from '../../views/List/index.client.js'\nexport { HierarchyListView } from '../../views/HierarchyList/index.js'\nexport { AccountClient } from '../../views/Account/index.client.js'\nexport { ResetPreferences as AccountResetPreferences } from '../../views/Account/ResetPreferences/index.js'\nexport { LanguageSelector as AccountLanguageSelector } from '../../views/Account/Settings/LanguageSelector.js'\nexport { ToggleHighContrast as AccountToggleHighContrast } from '../../views/Account/ToggleHighContrast/index.js'\nexport { ToggleTheme as AccountToggleTheme } from '../../views/Account/ToggleTheme/index.js'\nexport { APIViewClient } from '../../views/API/index.client.js'\nexport { CreateFirstUserClient } from '../../views/CreateFirstUser/index.client.js'\nexport { ModularDashboardClient } from '../../views/Dashboard/Default/ModularDashboard/index.client.js'\nexport { ForgotPasswordForm } from '../../views/ForgotPassword/ForgotPasswordForm/index.js'\nexport { LoginForm } from '../../views/Login/LoginForm/index.js'\nexport { LogoutClient } from '../../views/Logout/LogoutClient.js'\nexport { NotFoundClient } from '../../views/NotFound/index.client.js'\nexport { ResetPasswordForm } from '../../views/ResetPassword/ResetPasswordForm/index.js'\nexport { ToastAndRedirect, VerifyClient } from '../../views/Verify/index.client.js'\nexport { DefaultVersionView } from '../../views/Version/Default/index.js'\nexport { VersionsViewClient } from '../../views/Versions/index.client.js'\nexport { VersionPillLabel } from '../../views/Versions/VersionPillLabel/VersionPillLabel.js'\nexport { RenderVersionFieldsToDiff } from '../../views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.js'\nexport { Checkbox as VersionFieldDiffCheckbox } from '../../views/Version/RenderFieldsToDiff/fields/Checkbox/index.js'\nexport { Collapsible as VersionFieldDiffCollapsible } from '../../views/Version/RenderFieldsToDiff/fields/Collapsible/index.js'\nexport { DateDiffComponent as VersionFieldDiffDate } from '../../views/Version/RenderFieldsToDiff/fields/Date/index.js'\nexport { Group as VersionFieldDiffGroup } from '../../views/Version/RenderFieldsToDiff/fields/Group/index.js'\nexport { Iterable as VersionFieldDiffIterable } from '../../views/Version/RenderFieldsToDiff/fields/Iterable/index.js'\nexport { Row as VersionFieldDiffRow } from '../../views/Version/RenderFieldsToDiff/fields/Row/index.js'\nexport { Select as VersionFieldDiffSelect } from '../../views/Version/RenderFieldsToDiff/fields/Select/index.js'\nexport { Tabs as VersionFieldDiffTabs } from '../../views/Version/RenderFieldsToDiff/fields/Tabs/index.js'\nexport { Text as VersionFieldDiffText } from '../../views/Version/RenderFieldsToDiff/fields/Text/index.js'\nexport { AutosaveCell as VersionsAutosaveCell } from '../../views/Versions/cells/AutosaveCell/index.js'\nexport { CreatedAtCell as VersionsCreatedAtCell } from '../../views/Versions/cells/CreatedAt/index.js'\nexport { IDCell as VersionsIDCell } from '../../views/Versions/cells/ID/index.js'\nexport { VersionDrawerCreatedAtCell } from '../../views/Versions/cells/VersionDrawerCreatedAtCell/index.js'\n\nexport type { ListHeaderProps } from '../../views/List/ListHeader/index.js'\n\nexport { DefaultEditView } from '../../views/Edit/index.js'\nexport { SetDocumentStepNav } from '../../views/Edit/SetDocumentStepNav/index.js'\nexport { SetDocumentTitle } from '../../views/Edit/SetDocumentTitle/index.js'\n\nexport { parseSearchParams } from '../../utilities/parseSearchParams.js'\nexport { FieldDiffLabel } from '../../elements/FieldDiffLabel/index.js'\nexport { FieldDiffContainer } from '../../elements/FieldDiffContainer/index.js'\nexport { formatTimeToNow } from '../../utilities/formatDocTitle/formatDateTitle.js'\nexport type {\n RenderFieldServerFnArgs,\n RenderFieldServerFnReturnType,\n} from '../../forms/fieldSchemasToFormState/serverFunctions/renderFieldServerFn.js'\n\nexport { useLivePreviewContext } from '../../providers/LivePreview/context.js'\nexport { LivePreviewWindow } from '../../elements/LivePreview/Window/index.js'\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["fieldComponents", "useDebounce", "useDebouncedCallback", "useDebouncedEffect", "useDelay", "useDelayedRender", "useHotkey", "useIntersect", "usePayloadAPI", "useResize", "useThrottledEffect", "useEffectEvent", "FieldPathContext", "useFieldPath", "useQueue", "useUseTitleField", "SidebarTabsProvider", "useSidebarTabs", "SortHeader", "SortRow", "OrderableTable", "QueryPresetsColumnsCell", "QueryPresetsWhereCell", "QueryPresetsAccessCell", "QueryPresetsGroupByCell", "QueryPresetsColumnField", "QueryPresetsWhereField", "QueryPresetsGroupByField", "CollectionQuerySortField", "RecentlyViewedCollectionsField", "QueryPresetsHeading", "ConfirmationModal", "DialogBody", "DialogCancel", "DialogConfirm", "DialogFooter", "DialogHeader", "DialogModal", "Link", "LeaveWithoutSaving", "DocumentTakeOver", "DocumentStaleData", "DocumentLocked", "TableColumnsProvider", "useTableColumns", "RenderDefaultCell", "useCellProps", "DateCell", "TableSection", "Translation", "DatePicker", "default", "ViewDescription", "AppHeader", "MenuSeparator", "RenderCustomComponent", "BulkUploadModal", "BulkUploadProvider", "useBulkUpload", "useBulkUploadModalSlug", "DrawerContentContainer", "APIKeyInput", "Banner", "Button", "TabButton", "Tabs", "TabsList", "AnimateHeight", "PillSelector", "Card", "Chip", "Collapsible", "useCollapsible", "SidebarRow", "HierarchySidebarTab", "CopyLocaleData", "CopyToClipboard", "DeleteMany", "DocumentControls", "DocumentHeaderRoot", "Dropzone", "documentDrawerBaseClass", "useDocumentDrawer", "escapeDiffHTML", "getHTMLDiffComponents", "unescapeDiffHTML", "useClickOutside", "useClickOutsideContext", "useDocumentDrawerContext", "useDraggableSortable", "DraggableSortable", "DraggableSortableItem", "DocumentFields", "Drawer", "DrawerToggler", "formatDrawerSlug", "useDrawerSlug", "EditMany", "ErrorPill", "Modal", "useModal", "FullscreenModal", "GenerateConfirmation", "Gutter", "SidebarToggle", "HydrateAuthProvider", "HydrateHierarchyProvider", "IDLabel", "InputStepper", "Locked", "ListControls", "ListControlsBar", "useListDrawer", "HierarchyButtonClient", "HierarchyFieldClient", "formatHierarchyModalSlug", "HierarchyModalToggler", "useHierarchyModal", "ListSelection", "ListHeader", "CollectionListHeader", "GroupByHeader", "PageControls", "PageControlsComponent", "GroupByPageControls", "LoadingOverlayToggle", "FormLoadingOverlayToggle", "LoadingOverlay", "Spinner", "Switch", "DelayedSpinner", "Logout", "NavSidebarToggle", "NavWrapper", "SettingsMenuButton", "DefaultNavClient", "SidebarTabsClient", "TabError", "ShouldRenderTabs", "DocumentTabLink", "VersionsPill", "DefaultTemplateWrapper", "Wrapper", "FormHeader", "HierarchyTypeField", "NoListResults", "NavContext", "NavProvider", "useNav", "NavGroup", "Pagination", "SimplePagination", "PerPage", "Pill", "PopupList", "Popup", "Combobox", "CommandPalette", "commandPaletteSlug", "PublishMany", "PublishButton", "SaveButton", "SaveDraftButton", "UnpublishButton", "ReactSelect", "Select", "RenderTitle", "ShimmerEffect", "StaggeredShimmers", "SortColumn", "SetStepNav", "useStepNav", "RelationshipProvider", "useListRelationships", "Table", "DefaultCell", "Thumbnail", "ThumbnailCard", "Tooltip", "toast", "FieldErrorsToast", "UnpublishMany", "Upload", "UserMenu", "ListSearchFilter", "SearchInput", "FilterTrigger", "EditUpload", "FileDetails", "PreviewSizes", "PreviewButton", "RelationshipTable", "TimezonePicker", "BlocksDrawer", "BlockSelector", "SectionTitle", "ItemsDrawer", "HiddenField", "NullField", "ArrayField", "BlocksField", "CheckboxField", "CheckboxInput", "CodeField", "CodeEditorLazy", "CodeEditor", "CollapsibleField", "ConfirmPasswordField", "DateTimeField", "EmailField", "FieldDescription", "FieldError", "FieldLabel", "GroupField", "JSONField", "NumberField", "PasswordField", "PointField", "RadioGroupField", "RelationshipField", "RelationshipInput", "RichTextField", "RowField", "formatOptions", "SelectField", "SelectInput", "TabsField", "TabsProvider", "TabComponent", "SlugField", "TextField", "TextInput", "JoinField", "allFieldComponents", "TextareaField", "TextareaInput", "UIField", "UploadField", "UploadInput", "mergeFieldStyles", "fieldBaseClass", "isFieldRTL", "useAllFormFields", "useDocumentForm", "useForm", "useFormBackgroundProcessing", "useFormFields", "useFormInitializing", "useFormModified", "useFormProcessing", "useFormSubmitted", "useWatchForm", "Form", "fieldReducer", "NullifyLocaleField", "RenderFields", "RowLabel", "RowLabelProvider", "useRowLabel", "FormSubmit", "WatchChildErrors", "FieldContext", "useField", "withCondition", "WatchCondition", "Account", "PayloadIcon", "DefaultBlockImage", "File", "CalendarIcon", "CheckIcon", "ChevronIcon", "CloseMenuIcon", "CodeBlockIcon", "CopyIcon", "AlignJustifiedIcon", "DragHandleIcon", "EditIcon", "LineIcon", "LinkIcon", "LogOutIcon", "MinimizeMaximizeIcon", "MoreIcon", "NewTabIcon", "PlusIcon", "SearchIcon", "SwapIcon", "XIcon", "FilterIcon", "FolderIcon", "GearIcon", "DocumentIcon", "MoveFolderIcon", "GridViewIcon", "WriteIcon", "ListViewIcon", "ArrowIcon", "CirclePlusIcon", "CircledXIcon", "ClipboardIcon", "Dots", "DuplicateIcon", "EyeIcon", "KeyIcon", "LockIcon", "LockOpenIcon", "PeopleIcon", "RefreshIcon", "ReplaceIcon", "SortDownIcon", "ThreeDotsIcon", "TrashIcon", "ErrorIcon", "InfoIcon", "InteractionEnterIcon", "LanguageIcon", "SuccessIcon", "VariableColorIcon", "WarningIcon", "WarningTriangleIcon", "TagIcon", "ServerFunctionsContext", "ServerFunctionsProvider", "useServerFunctions", "ActionsProvider", "useActions", "AuthProvider", "useAuth", "ClientFunctionProvider", "useClientFunctions", "useAddClientFunction", "LivePreviewProvider", "ProgressBar", "RouteTransitionProvider", "useRouteTransition", "ConfigProvider", "PageConfigProvider", "useConfig", "DocumentEventsProvider", "useDocumentEvents", "FormErrorHandlerContext", "useFormErrorHandler", "DocumentInfoProvider", "useDocumentInfo", "useDocumentTitle", "useUploadControls", "EditDepthProvider", "useEditDepth", "EntityVisibilityProvider", "useEntityVisibility", "UploadEditsProvider", "useUploadEdits", "ListDrawerContextProvider", "useListDrawerContext", "ListQueryProvider", "useListQuery", "LocaleProvider", "useLocale", "OperationProvider", "useOperation", "PreferencesProvider", "usePreferences", "RootProvider", "PayloadLink", "RouterAdapterContext", "useParams", "usePathname", "useRouter", "useSearchParams", "RouteCacheProvider", "RouteCache", "useRouteCache", "ScrollInfoProvider", "useScrollInfo", "SelectionProvider", "useSelection", "DocumentSelectionProvider", "useDocumentSelection", "HierarchyProvider", "useHierarchy", "UploadHandlersProvider", "useUploadHandlers", "defaultTheme", "ThemeProvider", "useTheme", "EmbedProvider", "useEmbed", "TranslationProvider", "useTranslation", "useWindowInfo", "WindowInfoProvider", "useControllableState", "TextCondition", "Text", "SelectCondition", "RelationshipCondition", "RelationshipFilter", "NumberCondition", "NumberFilter", "DateCondition", "DateFilter", "EmailAndUsernameFields", "SelectAll", "SelectRow", "SelectMany", "DefaultListView", "HierarchyListView", "AccountClient", "AccountResetPreferences", "ResetPreferences", "AccountLanguageSelector", "LanguageSelector", "AccountToggleHighContrast", "ToggleHighContrast", "AccountToggleTheme", "ToggleTheme", "APIViewClient", "CreateFirstUserClient", "ModularDashboardClient", "ForgotPasswordForm", "LoginForm", "LogoutClient", "NotFoundClient", "ResetPasswordForm", "ToastAndRedirect", "VerifyClient", "DefaultVersionView", "VersionsViewClient", "VersionPillLabel", "RenderVersionFieldsToDiff", "VersionFieldDiffCheckbox", "Checkbox", "VersionFieldDiffCollapsible", "VersionFieldDiffDate", "DateDiffComponent", "VersionFieldDiffGroup", "Group", "VersionFieldDiffIterable", "Iterable", "VersionFieldDiffRow", "Row", "VersionFieldDiffSelect", "VersionFieldDiffTabs", "VersionFieldDiffText", "VersionsAutosaveCell", "AutosaveCell", "VersionsCreatedAtCell", "CreatedAtCell", "VersionsIDCell", "IDCell", "VersionDrawerCreatedAtCell", "DefaultEditView", "SetDocumentStepNav", "SetDocumentTitle", "parseSearchParams", "FieldDiffLabel", "FieldDiffContainer", "formatTimeToNow", "useLivePreviewContext", "LivePreviewWindow"]
|
|
7
7
|
}
|
|
@@ -474,14 +474,14 @@ const BlocksFieldComponent = props => {
|
|
|
474
474
|
})
|
|
475
475
|
})]
|
|
476
476
|
})]
|
|
477
|
-
}), !hasMaxRows && /*#__PURE__*/_jsxs(Fragment, {
|
|
477
|
+
}), !hasMaxRows && !readOnly && /*#__PURE__*/_jsxs(Fragment, {
|
|
478
478
|
children: [/*#__PURE__*/_jsx(DrawerToggler, {
|
|
479
479
|
className: `${baseClass}__drawer-toggler`,
|
|
480
|
-
disabled:
|
|
480
|
+
disabled: disabled,
|
|
481
481
|
slug: drawerSlug,
|
|
482
482
|
children: /*#__PURE__*/_jsx(Button, {
|
|
483
483
|
buttonStyle: "ghost",
|
|
484
|
-
disabled:
|
|
484
|
+
disabled: disabled,
|
|
485
485
|
el: "span",
|
|
486
486
|
icon: /*#__PURE__*/_jsx(CirclePlusIcon, {}),
|
|
487
487
|
iconPosition: "left",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["verticalListSortingStrategy","getTranslation","React","Fragment","useCallback","useMemo","toast","Banner","Button","clipboardCopy","clipboardPaste","ClipboardAction","mergeFormStateFromClipboard","reduceFormStateByPath","CollapseAllToggle","DraggableSortableItem","DragOverlayPreview","DraggableSortable","DrawerToggler","useDrawerSlug","ErrorPill","Pill","RenderCustomComponent","useForm","useFormSubmitted","extractRowsAndCollapsedIDs","toggleAllRows","NullifyLocaleField","RowLabel","useField","withCondition","CirclePlusIcon","useConfig","useDocumentInfo","useLocale","useTranslation","scrollToID","FieldDescription","FieldError","FieldLabel","mergeFieldStyles","fieldBaseClass","BlockRow","BlocksDrawer","baseClass","BlocksFieldComponent","props","i18n","t","field","name","type","admin","className","description","isSortable","blocks","label","labels","labelsFromProps","localized","maxRows","minRows","minRowsProp","required","path","pathFromProps","permissions","readOnly","schemaPath","schemaPathFromProps","validate","setDocFieldPreferences","addFieldRow","dispatchFields","getFields","moveFieldRow","removeFieldRow","replaceState","setModified","code","locale","config","localization","drawerSlug","submitted","plural","singular","editingDefaultLocale","fallback","defaultLocale","memoizedValidate","value","options","blocksFilterOptions","customComponents","AfterInput","BeforeInput","Description","Error","Label","disabled","errorPaths","rows","showError","valid","hasRows","potentiallyStalePath","clientBlocks","clientBlocksAfterFilter","resolvedBlocks","blockOrSlug","block","blocksMap","push","Array","isArray","filter","blockSlug","slug","includes","getBlockConfig","blockType","find","addRow","rowIndex","setTimeout","duplicateRow","removeRow","moveRow","moveFromIndex","moveToIndex","toggleCollapseAll","collapsed","collapsedIDs","updatedRows","setCollapse","rowID","copyRow","clipboardResult","getDataToCopy","formState","error","success","pasteRow","pasteArgs","onPaste","dataFromClipboard","newState","schemaBlocks","pasteBlocks","hasMaxRows","length","fieldErrorCount","fieldHasErrors","displayedErrorCount","showMinRows","showRequired","shouldShowSummaryBanner","shouldShowFieldError","styles","renderDragOverlay","activeId","activeIndex","findIndex","row","id","activeRow","blockConfig","showBlockName","disableBlockName","blockName","undefined","_jsx","header","CustomComponent","_jsxs","_Fragment","String","padStart","pillStyle","size","rowNumber","Boolean","join","replace","style","Fallback","as","count","withMessage","onClick","allowCopy","allowPaste","fieldValue","ids","map","onDragEnd","sortingStrategy","i","isLoading","rowPath","rowErrorCount","errorPath","startsWith","draggableSortableItemProps","errorCount","fields","parentPath","rowCount","buttonStyle","el","icon","iconPosition","addRowIndex","BlocksField"],"sources":["../../../src/fields/Blocks/index.tsx"],"sourcesContent":["'use client'\nimport type { BlocksFieldClientComponent, ClientBlock } from 'payload'\n\nimport { verticalListSortingStrategy } from '@dnd-kit/sortable'\nimport { getTranslation } from '@payloadcms/translations'\nimport React, { Fragment, useCallback, useMemo } from 'react'\nimport { toast } from 'sonner'\n\nimport type { ClipboardPasteData } from '../../elements/ClipboardAction/types.js'\n\nimport { Banner } from '../../elements/Banner/index.js'\nimport { Button } from '../../elements/Button/index.js'\nimport { clipboardCopy, clipboardPaste } from '../../elements/ClipboardAction/clipboardUtilities.js'\nimport { ClipboardAction } from '../../elements/ClipboardAction/index.js'\nimport {\n mergeFormStateFromClipboard,\n reduceFormStateByPath,\n} from '../../elements/ClipboardAction/mergeFormStateFromClipboard.js'\nimport { CollapseAllToggle } from '../../elements/CollapseAllToggle/index.js'\nimport { DraggableSortableItem } from '../../elements/DraggableSortable/DraggableSortableItem/index.js'\nimport { DragOverlayPreview } from '../../elements/DraggableSortable/DragOverlayPreview/index.js'\nimport { DraggableSortable } from '../../elements/DraggableSortable/index.js'\nimport { DrawerToggler } from '../../elements/Drawer/index.js'\nimport { useDrawerSlug } from '../../elements/Drawer/useDrawerSlug.js'\nimport { ErrorPill } from '../../elements/ErrorPill/index.js'\nimport { Pill } from '../../elements/Pill/index.js'\nimport { RenderCustomComponent } from '../../elements/RenderCustomComponent/index.js'\nimport { useForm, useFormSubmitted } from '../../forms/Form/context.js'\nimport { extractRowsAndCollapsedIDs, toggleAllRows } from '../../forms/Form/rowHelpers.js'\nimport { NullifyLocaleField } from '../../forms/NullifyField/index.js'\nimport { RowLabel } from '../../forms/RowLabel/index.js'\nimport { useField } from '../../forms/useField/index.js'\nimport { withCondition } from '../../forms/withCondition/index.js'\nimport { CirclePlusIcon } from '../../icons/CirclePlus/index.js'\nimport { useConfig } from '../../providers/Config/index.js'\nimport { useDocumentInfo } from '../../providers/DocumentInfo/index.js'\nimport { useLocale } from '../../providers/Locale/index.js'\nimport './index.css'\nimport { useTranslation } from '../../providers/Translation/index.js'\nimport { scrollToID } from '../../utilities/scrollToID.js'\nimport { FieldDescription } from '../FieldDescription/index.js'\nimport { FieldError } from '../FieldError/index.js'\nimport { FieldLabel } from '../FieldLabel/index.js'\nimport { mergeFieldStyles } from '../mergeFieldStyles.js'\nimport { fieldBaseClass } from '../shared/index.js'\nimport { BlockRow } from './BlockRow.js'\nimport { BlocksDrawer } from './BlocksDrawer/index.js'\n\nconst baseClass = 'blocks-field'\n\nconst BlocksFieldComponent: BlocksFieldClientComponent = (props) => {\n const { i18n, t } = useTranslation()\n\n const {\n field,\n field: {\n name,\n type,\n admin: { className, description, isSortable = true } = {},\n blocks,\n label,\n labels: labelsFromProps,\n localized,\n maxRows,\n minRows: minRowsProp,\n required,\n },\n path: pathFromProps,\n permissions,\n readOnly,\n schemaPath: schemaPathFromProps,\n validate,\n } = props\n\n const schemaPath = schemaPathFromProps ?? name\n\n const minRows = minRowsProp ?? (required ? 1 : 0)\n\n const { setDocFieldPreferences } = useDocumentInfo()\n const {\n addFieldRow,\n dispatchFields,\n getFields,\n moveFieldRow,\n removeFieldRow,\n replaceState,\n setModified,\n } = useForm()\n const { code: locale } = useLocale()\n const {\n config: { localization },\n config,\n } = useConfig()\n const drawerSlug = useDrawerSlug('blocks-drawer')\n const submitted = useFormSubmitted()\n\n const labels = {\n plural: t('fields:blocks'),\n singular: t('fields:block'),\n ...labelsFromProps,\n }\n\n const editingDefaultLocale = (() => {\n if (localization && localization.fallback) {\n const defaultLocale = localization.defaultLocale\n return locale === defaultLocale\n }\n\n return true\n })()\n\n const memoizedValidate = useCallback(\n (value, options) => {\n // alternative locales can be null\n if (!editingDefaultLocale && value === null) {\n return true\n }\n if (typeof validate === 'function') {\n return validate(value, { ...options, maxRows, minRows, required })\n }\n },\n [maxRows, minRows, required, validate, editingDefaultLocale],\n )\n\n const {\n blocksFilterOptions,\n customComponents: { AfterInput, BeforeInput, Description, Error, Label } = {},\n disabled,\n errorPaths,\n path,\n rows = [],\n showError,\n valid,\n value,\n } = useField<number>({\n hasRows: true,\n potentiallyStalePath: pathFromProps,\n validate: memoizedValidate,\n })\n\n const { clientBlocks, clientBlocksAfterFilter } = useMemo(() => {\n const resolvedBlocks: ClientBlock[] = []\n\n for (const blockOrSlug of blocks) {\n const block = typeof blockOrSlug === 'string' ? config.blocksMap[blockOrSlug] : blockOrSlug\n if (block) {\n resolvedBlocks.push(block)\n }\n }\n\n if (Array.isArray(blocksFilterOptions)) {\n const clientBlocksAfterFilter = resolvedBlocks.filter((block) => {\n const blockSlug = typeof block === 'string' ? block : block.slug\n return blocksFilterOptions.includes(blockSlug)\n })\n\n return {\n clientBlocks: resolvedBlocks,\n clientBlocksAfterFilter,\n }\n }\n return {\n clientBlocks: resolvedBlocks,\n clientBlocksAfterFilter: resolvedBlocks,\n }\n }, [blocks, blocksFilterOptions, config.blocksMap])\n\n const getBlockConfig = (blockType: string): ClientBlock | undefined =>\n config.blocksMap[blockType] ?? clientBlocks.find((block) => block.slug === blockType)\n\n const addRow = useCallback(\n (rowIndex: number, blockType: string) => {\n addFieldRow({\n blockType,\n path,\n rowIndex,\n schemaPath,\n })\n\n setTimeout(() => {\n scrollToID(`${path}-row-${rowIndex + 1}`)\n }, 0)\n },\n [addFieldRow, path, schemaPath],\n )\n\n const duplicateRow = useCallback(\n (rowIndex: number) => {\n dispatchFields({ type: 'DUPLICATE_ROW', path, rowIndex })\n setModified(true)\n\n setTimeout(() => {\n scrollToID(`${path}-row-${rowIndex + 1}`)\n }, 0)\n },\n [dispatchFields, path, setModified],\n )\n\n const removeRow = useCallback(\n (rowIndex: number) => {\n removeFieldRow({\n path,\n rowIndex,\n })\n },\n [path, removeFieldRow],\n )\n\n const moveRow = useCallback(\n (moveFromIndex: number, moveToIndex: number) => {\n moveFieldRow({ moveFromIndex, moveToIndex, path })\n },\n [moveFieldRow, path],\n )\n\n const toggleCollapseAll = useCallback(\n (collapsed: boolean) => {\n const { collapsedIDs, updatedRows } = toggleAllRows({\n collapsed,\n rows,\n })\n\n dispatchFields({ type: 'SET_ALL_ROWS_COLLAPSED', path, updatedRows })\n setDocFieldPreferences(path, { collapsed: collapsedIDs })\n },\n [dispatchFields, path, rows, setDocFieldPreferences],\n )\n\n const setCollapse = useCallback(\n (rowID: string, collapsed: boolean) => {\n const { collapsedIDs, updatedRows } = extractRowsAndCollapsedIDs({\n collapsed,\n rowID,\n rows,\n })\n\n dispatchFields({ type: 'SET_ROW_COLLAPSED', path, updatedRows })\n setDocFieldPreferences(path, { collapsed: collapsedIDs })\n },\n [dispatchFields, path, rows, setDocFieldPreferences],\n )\n\n const copyRow = useCallback(\n (rowIndex: number) => {\n const clipboardResult = clipboardCopy({\n type,\n blocks: clientBlocks,\n getDataToCopy: () =>\n reduceFormStateByPath({\n formState: { ...getFields() },\n path,\n rowIndex,\n }),\n path,\n rowIndex,\n t,\n })\n\n if (typeof clipboardResult === 'string') {\n toast.error(clipboardResult)\n } else {\n toast.success(t('general:copied'))\n }\n },\n [clientBlocks, path, t, type, getFields],\n )\n\n const pasteRow = useCallback(\n (rowIndex: number) => {\n const pasteArgs = {\n onPaste: (dataFromClipboard: ClipboardPasteData) => {\n const formState = { ...getFields() }\n const newState = mergeFormStateFromClipboard({\n dataFromClipboard,\n formState,\n path,\n rowIndex,\n })\n replaceState(newState)\n setModified(true)\n },\n path,\n schemaBlocks: clientBlocks,\n t,\n }\n\n const clipboardResult = clipboardPaste(pasteArgs)\n\n if (typeof clipboardResult === 'string') {\n toast.error(clipboardResult)\n }\n },\n [clientBlocks, getFields, path, replaceState, setModified, t],\n )\n\n const pasteBlocks = useCallback(\n (dataFromClipboard: ClipboardPasteData) => {\n const formState = { ...getFields() }\n const newState = mergeFormStateFromClipboard({\n dataFromClipboard,\n formState,\n path,\n })\n replaceState(newState)\n setModified(true)\n },\n [getFields, path, replaceState, setModified],\n )\n\n const hasMaxRows = maxRows && rows.length >= maxRows\n\n const fieldErrorCount = errorPaths.length\n const fieldHasErrors = submitted && fieldErrorCount + (valid ? 0 : 1) > 0\n const displayedErrorCount = fieldErrorCount > 0 ? fieldErrorCount : fieldHasErrors ? 1 : 0\n\n const showMinRows = rows.length < minRows || (required && rows.length === 0)\n const showRequired = readOnly && rows.length === 0\n const shouldShowSummaryBanner = !valid && (showRequired || showMinRows)\n const shouldShowFieldError = showError && !shouldShowSummaryBanner\n\n const styles = useMemo(() => mergeFieldStyles(field), [field])\n\n const renderDragOverlay = useCallback(\n (activeId: number | string) => {\n const activeIndex = rows.findIndex((row) => row.id === activeId)\n if (activeIndex === -1) {\n return null\n }\n\n const activeRow = rows[activeIndex]\n const blockConfig = getBlockConfig(activeRow.blockType)\n\n if (!blockConfig) {\n return null\n }\n\n const showBlockName = !blockConfig.admin?.disableBlockName\n const blockName = showBlockName\n ? (getFields()?.[`${path}.${activeIndex}.blockName`]?.value as string)\n : undefined\n\n return (\n <DragOverlayPreview\n header={\n <div className={`${baseClass}__block-header`}>\n <RowLabel\n CustomComponent={rows?.[activeIndex]?.customComponents?.RowLabel}\n label={\n <>\n <span className={`${baseClass}__block-number`}>\n {String(activeIndex + 1).padStart(2, '0')}\n </span>\n <Pill\n className={`${baseClass}__block-pill ${baseClass}__block-pill-${activeRow.blockType}`}\n pillStyle=\"white\"\n size=\"small\"\n >\n {getTranslation(blockConfig.labels.singular, i18n)}\n </Pill>\n {blockName && <span className=\"section-title__text\">{blockName}</span>}\n </>\n }\n path={`${path}.${activeIndex}`}\n rowNumber={activeIndex}\n />\n </div>\n }\n />\n )\n },\n [rows, config.blocksMap, clientBlocks, i18n, path, getFields],\n )\n\n return (\n <div\n className={[\n fieldBaseClass,\n baseClass,\n className,\n fieldHasErrors ? `${baseClass}--has-error` : `${baseClass}--has-no-error`,\n ]\n .filter(Boolean)\n .join(' ')}\n id={`field-${path?.replace(/\\./g, '__')}`}\n style={styles}\n >\n {shouldShowFieldError && (\n <RenderCustomComponent\n CustomComponent={Error}\n Fallback={<FieldError path={path} showError={showError} />}\n />\n )}\n <header className={`${baseClass}__header`}>\n <div className={`${baseClass}__header-wrap`}>\n <div className={`${baseClass}__header-content`}>\n <h3 className={`${baseClass}__title`}>\n <RenderCustomComponent\n CustomComponent={Label}\n Fallback={\n <FieldLabel\n as=\"span\"\n label={label}\n localized={localized}\n path={path}\n required={required}\n />\n }\n />\n </h3>\n {displayedErrorCount > 0 && (\n <ErrorPill count={displayedErrorCount} i18n={i18n} withMessage />\n )}\n </div>\n <ul className={`${baseClass}__header-actions`}>\n {rows.length > 0 && <CollapseAllToggle onClick={toggleCollapseAll} />}\n <li>\n <ClipboardAction\n allowCopy={rows?.length > 0}\n allowPaste={!readOnly}\n blocks={clientBlocks}\n className={`${baseClass}__header-action`}\n disabled={disabled}\n getDataToCopy={() =>\n reduceFormStateByPath({\n formState: { ...getFields() },\n path,\n })\n }\n onPaste={pasteBlocks}\n path={path}\n type={type}\n />\n </li>\n </ul>\n </div>\n <RenderCustomComponent\n CustomComponent={Description}\n Fallback={<FieldDescription description={description} path={path} />}\n />\n </header>\n {BeforeInput}\n <NullifyLocaleField\n fieldValue={value}\n localized={localized}\n path={path}\n readOnly={readOnly}\n />\n {(rows.length > 0 || (!valid && (showRequired || showMinRows))) && (\n <DraggableSortable\n className={`${baseClass}__rows`}\n ids={rows.map((row) => row.id)}\n onDragEnd={({ moveFromIndex, moveToIndex }) => moveRow(moveFromIndex, moveToIndex)}\n renderDragOverlay={isSortable && !readOnly && !disabled ? renderDragOverlay : undefined}\n sortingStrategy={verticalListSortingStrategy}\n >\n {rows.map((row, i) => {\n const { blockType, isLoading } = row\n\n const blockConfig = getBlockConfig(blockType)\n\n if (blockConfig) {\n const rowPath = `${path}.${i}`\n\n const rowErrorCount = errorPaths.filter((errorPath) =>\n errorPath.startsWith(rowPath + '.'),\n ).length\n\n return (\n <DraggableSortableItem\n disabled={readOnly || disabled || !isSortable}\n id={row.id}\n key={row.id}\n >\n {(draggableSortableItemProps) => (\n <BlockRow\n {...draggableSortableItemProps}\n addRow={addRow}\n block={blockConfig}\n // Pass all blocks, not just clientBlocksAfterFilter, as existing blocks should still be displayed even if they don't match the new filter\n blocks={clientBlocks}\n copyRow={copyRow}\n duplicateRow={duplicateRow}\n errorCount={rowErrorCount}\n fields={blockConfig.fields}\n hasMaxRows={hasMaxRows}\n isLoading={isLoading}\n isSortable={isSortable}\n Label={rows?.[i]?.customComponents?.RowLabel}\n labels={labels}\n moveRow={moveRow}\n parentPath={path}\n pasteRow={pasteRow}\n path={rowPath}\n permissions={permissions}\n readOnly={readOnly || disabled}\n removeRow={removeRow}\n row={row}\n rowCount={rows.length}\n rowIndex={i}\n schemaPath={schemaPath + blockConfig.slug}\n setCollapse={setCollapse}\n />\n )}\n </DraggableSortableItem>\n )\n }\n\n return null\n })}\n {!valid && (\n <React.Fragment>\n {showMinRows && (\n <Banner type=\"danger\">\n {t('validation:requiresAtLeast', {\n count: minRows,\n label:\n getTranslation(minRows > 1 ? labels.plural : labels.singular, i18n) ||\n t(minRows > 1 ? 'general:row' : 'general:rows'),\n })}\n </Banner>\n )}\n {showRequired && (\n <Banner>\n {t('validation:fieldHasNo', { label: getTranslation(labels.plural, i18n) })}\n </Banner>\n )}\n </React.Fragment>\n )}\n </DraggableSortable>\n )}\n {!hasMaxRows && (\n <Fragment>\n <DrawerToggler\n className={`${baseClass}__drawer-toggler`}\n disabled={readOnly || disabled}\n slug={drawerSlug}\n >\n <Button\n buttonStyle=\"ghost\"\n disabled={readOnly || disabled}\n el=\"span\"\n icon={<CirclePlusIcon />}\n iconPosition=\"left\"\n >\n {t('fields:addLabel', { label: getTranslation(labels.singular, i18n) })}\n </Button>\n </DrawerToggler>\n <BlocksDrawer\n addRow={addRow}\n addRowIndex={rows?.length || 0}\n // Only allow choosing filtered blocks\n blocks={clientBlocksAfterFilter}\n drawerSlug={drawerSlug}\n labels={labels}\n />\n </Fragment>\n )}\n {AfterInput}\n </div>\n )\n}\n\nexport const BlocksField = withCondition(BlocksFieldComponent)\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"index.js","names":["verticalListSortingStrategy","getTranslation","React","Fragment","useCallback","useMemo","toast","Banner","Button","clipboardCopy","clipboardPaste","ClipboardAction","mergeFormStateFromClipboard","reduceFormStateByPath","CollapseAllToggle","DraggableSortableItem","DragOverlayPreview","DraggableSortable","DrawerToggler","useDrawerSlug","ErrorPill","Pill","RenderCustomComponent","useForm","useFormSubmitted","extractRowsAndCollapsedIDs","toggleAllRows","NullifyLocaleField","RowLabel","useField","withCondition","CirclePlusIcon","useConfig","useDocumentInfo","useLocale","useTranslation","scrollToID","FieldDescription","FieldError","FieldLabel","mergeFieldStyles","fieldBaseClass","BlockRow","BlocksDrawer","baseClass","BlocksFieldComponent","props","i18n","t","field","name","type","admin","className","description","isSortable","blocks","label","labels","labelsFromProps","localized","maxRows","minRows","minRowsProp","required","path","pathFromProps","permissions","readOnly","schemaPath","schemaPathFromProps","validate","setDocFieldPreferences","addFieldRow","dispatchFields","getFields","moveFieldRow","removeFieldRow","replaceState","setModified","code","locale","config","localization","drawerSlug","submitted","plural","singular","editingDefaultLocale","fallback","defaultLocale","memoizedValidate","value","options","blocksFilterOptions","customComponents","AfterInput","BeforeInput","Description","Error","Label","disabled","errorPaths","rows","showError","valid","hasRows","potentiallyStalePath","clientBlocks","clientBlocksAfterFilter","resolvedBlocks","blockOrSlug","block","blocksMap","push","Array","isArray","filter","blockSlug","slug","includes","getBlockConfig","blockType","find","addRow","rowIndex","setTimeout","duplicateRow","removeRow","moveRow","moveFromIndex","moveToIndex","toggleCollapseAll","collapsed","collapsedIDs","updatedRows","setCollapse","rowID","copyRow","clipboardResult","getDataToCopy","formState","error","success","pasteRow","pasteArgs","onPaste","dataFromClipboard","newState","schemaBlocks","pasteBlocks","hasMaxRows","length","fieldErrorCount","fieldHasErrors","displayedErrorCount","showMinRows","showRequired","shouldShowSummaryBanner","shouldShowFieldError","styles","renderDragOverlay","activeId","activeIndex","findIndex","row","id","activeRow","blockConfig","showBlockName","disableBlockName","blockName","undefined","_jsx","header","CustomComponent","_jsxs","_Fragment","String","padStart","pillStyle","size","rowNumber","Boolean","join","replace","style","Fallback","as","count","withMessage","onClick","allowCopy","allowPaste","fieldValue","ids","map","onDragEnd","sortingStrategy","i","isLoading","rowPath","rowErrorCount","errorPath","startsWith","draggableSortableItemProps","errorCount","fields","parentPath","rowCount","buttonStyle","el","icon","iconPosition","addRowIndex","BlocksField"],"sources":["../../../src/fields/Blocks/index.tsx"],"sourcesContent":["'use client'\nimport type { BlocksFieldClientComponent, ClientBlock } from 'payload'\n\nimport { verticalListSortingStrategy } from '@dnd-kit/sortable'\nimport { getTranslation } from '@payloadcms/translations'\nimport React, { Fragment, useCallback, useMemo } from 'react'\nimport { toast } from 'sonner'\n\nimport type { ClipboardPasteData } from '../../elements/ClipboardAction/types.js'\n\nimport { Banner } from '../../elements/Banner/index.js'\nimport { Button } from '../../elements/Button/index.js'\nimport { clipboardCopy, clipboardPaste } from '../../elements/ClipboardAction/clipboardUtilities.js'\nimport { ClipboardAction } from '../../elements/ClipboardAction/index.js'\nimport {\n mergeFormStateFromClipboard,\n reduceFormStateByPath,\n} from '../../elements/ClipboardAction/mergeFormStateFromClipboard.js'\nimport { CollapseAllToggle } from '../../elements/CollapseAllToggle/index.js'\nimport { DraggableSortableItem } from '../../elements/DraggableSortable/DraggableSortableItem/index.js'\nimport { DragOverlayPreview } from '../../elements/DraggableSortable/DragOverlayPreview/index.js'\nimport { DraggableSortable } from '../../elements/DraggableSortable/index.js'\nimport { DrawerToggler } from '../../elements/Drawer/index.js'\nimport { useDrawerSlug } from '../../elements/Drawer/useDrawerSlug.js'\nimport { ErrorPill } from '../../elements/ErrorPill/index.js'\nimport { Pill } from '../../elements/Pill/index.js'\nimport { RenderCustomComponent } from '../../elements/RenderCustomComponent/index.js'\nimport { useForm, useFormSubmitted } from '../../forms/Form/context.js'\nimport { extractRowsAndCollapsedIDs, toggleAllRows } from '../../forms/Form/rowHelpers.js'\nimport { NullifyLocaleField } from '../../forms/NullifyField/index.js'\nimport { RowLabel } from '../../forms/RowLabel/index.js'\nimport { useField } from '../../forms/useField/index.js'\nimport { withCondition } from '../../forms/withCondition/index.js'\nimport { CirclePlusIcon } from '../../icons/CirclePlus/index.js'\nimport { useConfig } from '../../providers/Config/index.js'\nimport { useDocumentInfo } from '../../providers/DocumentInfo/index.js'\nimport { useLocale } from '../../providers/Locale/index.js'\nimport './index.css'\nimport { useTranslation } from '../../providers/Translation/index.js'\nimport { scrollToID } from '../../utilities/scrollToID.js'\nimport { FieldDescription } from '../FieldDescription/index.js'\nimport { FieldError } from '../FieldError/index.js'\nimport { FieldLabel } from '../FieldLabel/index.js'\nimport { mergeFieldStyles } from '../mergeFieldStyles.js'\nimport { fieldBaseClass } from '../shared/index.js'\nimport { BlockRow } from './BlockRow.js'\nimport { BlocksDrawer } from './BlocksDrawer/index.js'\n\nconst baseClass = 'blocks-field'\n\nconst BlocksFieldComponent: BlocksFieldClientComponent = (props) => {\n const { i18n, t } = useTranslation()\n\n const {\n field,\n field: {\n name,\n type,\n admin: { className, description, isSortable = true } = {},\n blocks,\n label,\n labels: labelsFromProps,\n localized,\n maxRows,\n minRows: minRowsProp,\n required,\n },\n path: pathFromProps,\n permissions,\n readOnly,\n schemaPath: schemaPathFromProps,\n validate,\n } = props\n\n const schemaPath = schemaPathFromProps ?? name\n\n const minRows = minRowsProp ?? (required ? 1 : 0)\n\n const { setDocFieldPreferences } = useDocumentInfo()\n const {\n addFieldRow,\n dispatchFields,\n getFields,\n moveFieldRow,\n removeFieldRow,\n replaceState,\n setModified,\n } = useForm()\n const { code: locale } = useLocale()\n const {\n config: { localization },\n config,\n } = useConfig()\n const drawerSlug = useDrawerSlug('blocks-drawer')\n const submitted = useFormSubmitted()\n\n const labels = {\n plural: t('fields:blocks'),\n singular: t('fields:block'),\n ...labelsFromProps,\n }\n\n const editingDefaultLocale = (() => {\n if (localization && localization.fallback) {\n const defaultLocale = localization.defaultLocale\n return locale === defaultLocale\n }\n\n return true\n })()\n\n const memoizedValidate = useCallback(\n (value, options) => {\n // alternative locales can be null\n if (!editingDefaultLocale && value === null) {\n return true\n }\n if (typeof validate === 'function') {\n return validate(value, { ...options, maxRows, minRows, required })\n }\n },\n [maxRows, minRows, required, validate, editingDefaultLocale],\n )\n\n const {\n blocksFilterOptions,\n customComponents: { AfterInput, BeforeInput, Description, Error, Label } = {},\n disabled,\n errorPaths,\n path,\n rows = [],\n showError,\n valid,\n value,\n } = useField<number>({\n hasRows: true,\n potentiallyStalePath: pathFromProps,\n validate: memoizedValidate,\n })\n\n const { clientBlocks, clientBlocksAfterFilter } = useMemo(() => {\n const resolvedBlocks: ClientBlock[] = []\n\n for (const blockOrSlug of blocks) {\n const block = typeof blockOrSlug === 'string' ? config.blocksMap[blockOrSlug] : blockOrSlug\n if (block) {\n resolvedBlocks.push(block)\n }\n }\n\n if (Array.isArray(blocksFilterOptions)) {\n const clientBlocksAfterFilter = resolvedBlocks.filter((block) => {\n const blockSlug = typeof block === 'string' ? block : block.slug\n return blocksFilterOptions.includes(blockSlug)\n })\n\n return {\n clientBlocks: resolvedBlocks,\n clientBlocksAfterFilter,\n }\n }\n return {\n clientBlocks: resolvedBlocks,\n clientBlocksAfterFilter: resolvedBlocks,\n }\n }, [blocks, blocksFilterOptions, config.blocksMap])\n\n const getBlockConfig = (blockType: string): ClientBlock | undefined =>\n config.blocksMap[blockType] ?? clientBlocks.find((block) => block.slug === blockType)\n\n const addRow = useCallback(\n (rowIndex: number, blockType: string) => {\n addFieldRow({\n blockType,\n path,\n rowIndex,\n schemaPath,\n })\n\n setTimeout(() => {\n scrollToID(`${path}-row-${rowIndex + 1}`)\n }, 0)\n },\n [addFieldRow, path, schemaPath],\n )\n\n const duplicateRow = useCallback(\n (rowIndex: number) => {\n dispatchFields({ type: 'DUPLICATE_ROW', path, rowIndex })\n setModified(true)\n\n setTimeout(() => {\n scrollToID(`${path}-row-${rowIndex + 1}`)\n }, 0)\n },\n [dispatchFields, path, setModified],\n )\n\n const removeRow = useCallback(\n (rowIndex: number) => {\n removeFieldRow({\n path,\n rowIndex,\n })\n },\n [path, removeFieldRow],\n )\n\n const moveRow = useCallback(\n (moveFromIndex: number, moveToIndex: number) => {\n moveFieldRow({ moveFromIndex, moveToIndex, path })\n },\n [moveFieldRow, path],\n )\n\n const toggleCollapseAll = useCallback(\n (collapsed: boolean) => {\n const { collapsedIDs, updatedRows } = toggleAllRows({\n collapsed,\n rows,\n })\n\n dispatchFields({ type: 'SET_ALL_ROWS_COLLAPSED', path, updatedRows })\n setDocFieldPreferences(path, { collapsed: collapsedIDs })\n },\n [dispatchFields, path, rows, setDocFieldPreferences],\n )\n\n const setCollapse = useCallback(\n (rowID: string, collapsed: boolean) => {\n const { collapsedIDs, updatedRows } = extractRowsAndCollapsedIDs({\n collapsed,\n rowID,\n rows,\n })\n\n dispatchFields({ type: 'SET_ROW_COLLAPSED', path, updatedRows })\n setDocFieldPreferences(path, { collapsed: collapsedIDs })\n },\n [dispatchFields, path, rows, setDocFieldPreferences],\n )\n\n const copyRow = useCallback(\n (rowIndex: number) => {\n const clipboardResult = clipboardCopy({\n type,\n blocks: clientBlocks,\n getDataToCopy: () =>\n reduceFormStateByPath({\n formState: { ...getFields() },\n path,\n rowIndex,\n }),\n path,\n rowIndex,\n t,\n })\n\n if (typeof clipboardResult === 'string') {\n toast.error(clipboardResult)\n } else {\n toast.success(t('general:copied'))\n }\n },\n [clientBlocks, path, t, type, getFields],\n )\n\n const pasteRow = useCallback(\n (rowIndex: number) => {\n const pasteArgs = {\n onPaste: (dataFromClipboard: ClipboardPasteData) => {\n const formState = { ...getFields() }\n const newState = mergeFormStateFromClipboard({\n dataFromClipboard,\n formState,\n path,\n rowIndex,\n })\n replaceState(newState)\n setModified(true)\n },\n path,\n schemaBlocks: clientBlocks,\n t,\n }\n\n const clipboardResult = clipboardPaste(pasteArgs)\n\n if (typeof clipboardResult === 'string') {\n toast.error(clipboardResult)\n }\n },\n [clientBlocks, getFields, path, replaceState, setModified, t],\n )\n\n const pasteBlocks = useCallback(\n (dataFromClipboard: ClipboardPasteData) => {\n const formState = { ...getFields() }\n const newState = mergeFormStateFromClipboard({\n dataFromClipboard,\n formState,\n path,\n })\n replaceState(newState)\n setModified(true)\n },\n [getFields, path, replaceState, setModified],\n )\n\n const hasMaxRows = maxRows && rows.length >= maxRows\n\n const fieldErrorCount = errorPaths.length\n const fieldHasErrors = submitted && fieldErrorCount + (valid ? 0 : 1) > 0\n const displayedErrorCount = fieldErrorCount > 0 ? fieldErrorCount : fieldHasErrors ? 1 : 0\n\n const showMinRows = rows.length < minRows || (required && rows.length === 0)\n const showRequired = readOnly && rows.length === 0\n const shouldShowSummaryBanner = !valid && (showRequired || showMinRows)\n const shouldShowFieldError = showError && !shouldShowSummaryBanner\n\n const styles = useMemo(() => mergeFieldStyles(field), [field])\n\n const renderDragOverlay = useCallback(\n (activeId: number | string) => {\n const activeIndex = rows.findIndex((row) => row.id === activeId)\n if (activeIndex === -1) {\n return null\n }\n\n const activeRow = rows[activeIndex]\n const blockConfig = getBlockConfig(activeRow.blockType)\n\n if (!blockConfig) {\n return null\n }\n\n const showBlockName = !blockConfig.admin?.disableBlockName\n const blockName = showBlockName\n ? (getFields()?.[`${path}.${activeIndex}.blockName`]?.value as string)\n : undefined\n\n return (\n <DragOverlayPreview\n header={\n <div className={`${baseClass}__block-header`}>\n <RowLabel\n CustomComponent={rows?.[activeIndex]?.customComponents?.RowLabel}\n label={\n <>\n <span className={`${baseClass}__block-number`}>\n {String(activeIndex + 1).padStart(2, '0')}\n </span>\n <Pill\n className={`${baseClass}__block-pill ${baseClass}__block-pill-${activeRow.blockType}`}\n pillStyle=\"white\"\n size=\"small\"\n >\n {getTranslation(blockConfig.labels.singular, i18n)}\n </Pill>\n {blockName && <span className=\"section-title__text\">{blockName}</span>}\n </>\n }\n path={`${path}.${activeIndex}`}\n rowNumber={activeIndex}\n />\n </div>\n }\n />\n )\n },\n [rows, config.blocksMap, clientBlocks, i18n, path, getFields],\n )\n\n return (\n <div\n className={[\n fieldBaseClass,\n baseClass,\n className,\n fieldHasErrors ? `${baseClass}--has-error` : `${baseClass}--has-no-error`,\n ]\n .filter(Boolean)\n .join(' ')}\n id={`field-${path?.replace(/\\./g, '__')}`}\n style={styles}\n >\n {shouldShowFieldError && (\n <RenderCustomComponent\n CustomComponent={Error}\n Fallback={<FieldError path={path} showError={showError} />}\n />\n )}\n <header className={`${baseClass}__header`}>\n <div className={`${baseClass}__header-wrap`}>\n <div className={`${baseClass}__header-content`}>\n <h3 className={`${baseClass}__title`}>\n <RenderCustomComponent\n CustomComponent={Label}\n Fallback={\n <FieldLabel\n as=\"span\"\n label={label}\n localized={localized}\n path={path}\n required={required}\n />\n }\n />\n </h3>\n {displayedErrorCount > 0 && (\n <ErrorPill count={displayedErrorCount} i18n={i18n} withMessage />\n )}\n </div>\n <ul className={`${baseClass}__header-actions`}>\n {rows.length > 0 && <CollapseAllToggle onClick={toggleCollapseAll} />}\n <li>\n <ClipboardAction\n allowCopy={rows?.length > 0}\n allowPaste={!readOnly}\n blocks={clientBlocks}\n className={`${baseClass}__header-action`}\n disabled={disabled}\n getDataToCopy={() =>\n reduceFormStateByPath({\n formState: { ...getFields() },\n path,\n })\n }\n onPaste={pasteBlocks}\n path={path}\n type={type}\n />\n </li>\n </ul>\n </div>\n <RenderCustomComponent\n CustomComponent={Description}\n Fallback={<FieldDescription description={description} path={path} />}\n />\n </header>\n {BeforeInput}\n <NullifyLocaleField\n fieldValue={value}\n localized={localized}\n path={path}\n readOnly={readOnly}\n />\n {(rows.length > 0 || (!valid && (showRequired || showMinRows))) && (\n <DraggableSortable\n className={`${baseClass}__rows`}\n ids={rows.map((row) => row.id)}\n onDragEnd={({ moveFromIndex, moveToIndex }) => moveRow(moveFromIndex, moveToIndex)}\n renderDragOverlay={isSortable && !readOnly && !disabled ? renderDragOverlay : undefined}\n sortingStrategy={verticalListSortingStrategy}\n >\n {rows.map((row, i) => {\n const { blockType, isLoading } = row\n\n const blockConfig = getBlockConfig(blockType)\n\n if (blockConfig) {\n const rowPath = `${path}.${i}`\n\n const rowErrorCount = errorPaths.filter((errorPath) =>\n errorPath.startsWith(rowPath + '.'),\n ).length\n\n return (\n <DraggableSortableItem\n disabled={readOnly || disabled || !isSortable}\n id={row.id}\n key={row.id}\n >\n {(draggableSortableItemProps) => (\n <BlockRow\n {...draggableSortableItemProps}\n addRow={addRow}\n block={blockConfig}\n // Pass all blocks, not just clientBlocksAfterFilter, as existing blocks should still be displayed even if they don't match the new filter\n blocks={clientBlocks}\n copyRow={copyRow}\n duplicateRow={duplicateRow}\n errorCount={rowErrorCount}\n fields={blockConfig.fields}\n hasMaxRows={hasMaxRows}\n isLoading={isLoading}\n isSortable={isSortable}\n Label={rows?.[i]?.customComponents?.RowLabel}\n labels={labels}\n moveRow={moveRow}\n parentPath={path}\n pasteRow={pasteRow}\n path={rowPath}\n permissions={permissions}\n readOnly={readOnly || disabled}\n removeRow={removeRow}\n row={row}\n rowCount={rows.length}\n rowIndex={i}\n schemaPath={schemaPath + blockConfig.slug}\n setCollapse={setCollapse}\n />\n )}\n </DraggableSortableItem>\n )\n }\n\n return null\n })}\n {!valid && (\n <React.Fragment>\n {showMinRows && (\n <Banner type=\"danger\">\n {t('validation:requiresAtLeast', {\n count: minRows,\n label:\n getTranslation(minRows > 1 ? labels.plural : labels.singular, i18n) ||\n t(minRows > 1 ? 'general:row' : 'general:rows'),\n })}\n </Banner>\n )}\n {showRequired && (\n <Banner>\n {t('validation:fieldHasNo', { label: getTranslation(labels.plural, i18n) })}\n </Banner>\n )}\n </React.Fragment>\n )}\n </DraggableSortable>\n )}\n {!hasMaxRows && !readOnly && (\n <Fragment>\n <DrawerToggler\n className={`${baseClass}__drawer-toggler`}\n disabled={disabled}\n slug={drawerSlug}\n >\n <Button\n buttonStyle=\"ghost\"\n disabled={disabled}\n el=\"span\"\n icon={<CirclePlusIcon />}\n iconPosition=\"left\"\n >\n {t('fields:addLabel', { label: getTranslation(labels.singular, i18n) })}\n </Button>\n </DrawerToggler>\n <BlocksDrawer\n addRow={addRow}\n addRowIndex={rows?.length || 0}\n // Only allow choosing filtered blocks\n blocks={clientBlocksAfterFilter}\n drawerSlug={drawerSlug}\n labels={labels}\n />\n </Fragment>\n )}\n {AfterInput}\n </div>\n )\n}\n\nexport const BlocksField = withCondition(BlocksFieldComponent)\n"],"mappings":"AAAA;;;AAGA,SAASA,2BAA2B,QAAQ;AAC5C,SAASC,cAAc,QAAQ;AAC/B,OAAOC,KAAA,IAASC,QAAQ,EAAEC,WAAW,EAAEC,OAAO,QAAQ;AACtD,SAASC,KAAK,QAAQ;AAItB,SAASC,MAAM,QAAQ;AACvB,SAASC,MAAM,QAAQ;AACvB,SAASC,aAAa,EAAEC,cAAc,QAAQ;AAC9C,SAASC,eAAe,QAAQ;AAChC,SACEC,2BAA2B,EAC3BC,qBAAqB,QAChB;AACP,SAASC,iBAAiB,QAAQ;AAClC,SAASC,qBAAqB,QAAQ;AACtC,SAASC,kBAAkB,QAAQ;AACnC,SAASC,iBAAiB,QAAQ;AAClC,SAASC,aAAa,QAAQ;AAC9B,SAASC,aAAa,QAAQ;AAC9B,SAASC,SAAS,QAAQ;AAC1B,SAASC,IAAI,QAAQ;AACrB,SAASC,qBAAqB,QAAQ;AACtC,SAASC,OAAO,EAAEC,gBAAgB,QAAQ;AAC1C,SAASC,0BAA0B,EAAEC,aAAa,QAAQ;AAC1D,SAASC,kBAAkB,QAAQ;AACnC,SAASC,QAAQ,QAAQ;AACzB,SAASC,QAAQ,QAAQ;AACzB,SAASC,aAAa,QAAQ;AAC9B,SAASC,cAAc,QAAQ;AAC/B,SAASC,SAAS,QAAQ;AAC1B,SAASC,eAAe,QAAQ;AAChC,SAASC,SAAS,QAAQ;AAC1B,OAAO;AACP,SAASC,cAAc,QAAQ;AAC/B,SAASC,UAAU,QAAQ;AAC3B,SAASC,gBAAgB,QAAQ;AACjC,SAASC,UAAU,QAAQ;AAC3B,SAASC,UAAU,QAAQ;AAC3B,SAASC,gBAAgB,QAAQ;AACjC,SAASC,cAAc,QAAQ;AAC/B,SAASC,QAAQ,QAAQ;AACzB,SAASC,YAAY,QAAQ;AAE7B,MAAMC,SAAA,GAAY;AAElB,MAAMC,oBAAA,GAAoDC,KAAA;EACxD,MAAM;IAAEC,IAAI;IAAEC;EAAC,CAAE,GAAGb,cAAA;EAEpB,MAAM;IACJc,KAAK;IACLA,KAAA,EAAO;MACLC,IAAI;MACJC,IAAI;MACJC,KAAA,EAAO;QAAEC,SAAS;QAAEC,WAAW;QAAEC,UAAA,GAAa;MAAI,CAAE,GAAG,CAAC,CAAC;MACzDC,MAAM;MACNC,KAAK;MACLC,MAAA,EAAQC,eAAe;MACvBC,SAAS;MACTC,OAAO;MACPC,OAAA,EAASC,WAAW;MACpBC;IAAQ,CACT;IACDC,IAAA,EAAMC,aAAa;IACnBC,WAAW;IACXC,QAAQ;IACRC,UAAA,EAAYC,mBAAmB;IAC/BC;EAAQ,CACT,GAAGzB,KAAA;EAEJ,MAAMuB,UAAA,GAAaC,mBAAA,IAAuBpB,IAAA;EAE1C,MAAMY,OAAA,GAAUC,WAAA,KAAgBC,QAAA,GAAW,IAAI;EAE/C,MAAM;IAAEQ;EAAsB,CAAE,GAAGvC,eAAA;EACnC,MAAM;IACJwC,WAAW;IACXC,cAAc;IACdC,SAAS;IACTC,YAAY;IACZC,cAAc;IACdC,YAAY;IACZC;EAAW,CACZ,GAAGxD,OAAA;EACJ,MAAM;IAAEyD,IAAA,EAAMC;EAAM,CAAE,GAAG/C,SAAA;EACzB,MAAM;IACJgD,MAAA,EAAQ;MAAEC;IAAY,CAAE;IACxBD;EAAM,CACP,GAAGlD,SAAA;EACJ,MAAMoD,UAAA,GAAajE,aAAA,CAAc;EACjC,MAAMkE,SAAA,GAAY7D,gBAAA;EAElB,MAAMkC,MAAA,GAAS;IACb4B,MAAA,EAAQtC,CAAA,CAAE;IACVuC,QAAA,EAAUvC,CAAA,CAAE;IACZ,GAAGW;EACL;EAEA,MAAM6B,oBAAA,GAAuB,CAAC;IAC5B,IAAIL,YAAA,IAAgBA,YAAA,CAAaM,QAAQ,EAAE;MACzC,MAAMC,aAAA,GAAgBP,YAAA,CAAaO,aAAa;MAChD,OAAOT,MAAA,KAAWS,aAAA;IACpB;IAEA,OAAO;EACT;EAEA,MAAMC,gBAAA,GAAmBvF,WAAA,CACvB,CAACwF,KAAA,EAAOC,OAAA;IACN;IACA,IAAI,CAACL,oBAAA,IAAwBI,KAAA,KAAU,MAAM;MAC3C,OAAO;IACT;IACA,IAAI,OAAOrB,QAAA,KAAa,YAAY;MAClC,OAAOA,QAAA,CAASqB,KAAA,EAAO;QAAE,GAAGC,OAAO;QAAEhC,OAAA;QAASC,OAAA;QAASE;MAAS;IAClE;EACF,GACA,CAACH,OAAA,EAASC,OAAA,EAASE,QAAA,EAAUO,QAAA,EAAUiB,oBAAA,CAAqB;EAG9D,MAAM;IACJM,mBAAmB;IACnBC,gBAAA,EAAkB;MAAEC,UAAU;MAAEC,WAAW;MAAEC,WAAW;MAAEC,KAAK;MAAEC;IAAK,CAAE,GAAG,CAAC,CAAC;IAC7EC,QAAQ;IACRC,UAAU;IACVrC,IAAI;IACJsC,IAAA,GAAO,EAAE;IACTC,SAAS;IACTC,KAAK;IACLb,KAAK,EAALA;EAAK,CACN,GAAG/D,QAAA,CAAiB;IACnB6E,OAAA,EAAS;IACTC,oBAAA,EAAsBzC,aAAA;IACtBK,QAAA,EAAUoB;EACZ;EAEA,MAAM;IAAEiB,YAAY;IAAEC,uBAAuB,EAAvBA;EAAuB,CAAE,GAAGxG,OAAA,CAAQ;IACxD,MAAMyG,cAAA,GAAgC,EAAE;IAExC,KAAK,MAAMC,WAAA,IAAevD,MAAA,EAAQ;MAChC,MAAMwD,KAAA,GAAQ,OAAOD,WAAA,KAAgB,WAAW7B,MAAA,CAAO+B,SAAS,CAACF,WAAA,CAAY,GAAGA,WAAA;MAChF,IAAIC,KAAA,EAAO;QACTF,cAAA,CAAeI,IAAI,CAACF,KAAA;MACtB;IACF;IAEA,IAAIG,KAAA,CAAMC,OAAO,CAACtB,mBAAA,GAAsB;MACtC,MAAMe,uBAAA,GAA0BC,cAAA,CAAeO,MAAM,CAAEL,OAAA;QACrD,MAAMM,SAAA,GAAY,OAAON,OAAA,KAAU,WAAWA,OAAA,GAAQA,OAAA,CAAMO,IAAI;QAChE,OAAOzB,mBAAA,CAAoB0B,QAAQ,CAACF,SAAA;MACtC;MAEA,OAAO;QACLV,YAAA,EAAcE,cAAA;QACdD;MACF;IACF;IACA,OAAO;MACLD,YAAA,EAAcE,cAAA;MACdD,uBAAA,EAAyBC;IAC3B;EACF,GAAG,CAACtD,MAAA,EAAQsC,mBAAA,EAAqBZ,MAAA,CAAO+B,SAAS,CAAC;EAElD,MAAMQ,cAAA,GAAkBC,SAAA,IACtBxC,MAAA,CAAO+B,SAAS,CAACS,SAAA,CAAU,IAAId,YAAA,CAAae,IAAI,CAAEX,OAAA,IAAUA,OAAA,CAAMO,IAAI,KAAKG,SAAA;EAE7E,MAAME,MAAA,GAASxH,WAAA,CACb,CAACyH,QAAA,EAAkBH,WAAA;IACjBjD,WAAA,CAAY;MACViD,SAAA,EAAAA,WAAA;MACAzD,IAAA;MACA4D,QAAA;MACAxD;IACF;IAEAyD,UAAA,CAAW;MACT1F,UAAA,CAAW,GAAG6B,IAAA,QAAY4D,QAAA,GAAW,GAAG;IAC1C,GAAG;EACL,GACA,CAACpD,WAAA,EAAaR,IAAA,EAAMI,UAAA,CAAW;EAGjC,MAAM0D,YAAA,GAAe3H,WAAA,CAClByH,UAAA;IACCnD,cAAA,CAAe;MAAEvB,IAAA,EAAM;MAAiBc,IAAA;MAAM4D,QAAA,EAAAA;IAAS;IACvD9C,WAAA,CAAY;IAEZ+C,UAAA,CAAW;MACT1F,UAAA,CAAW,GAAG6B,IAAA,QAAY4D,UAAA,GAAW,GAAG;IAC1C,GAAG;EACL,GACA,CAACnD,cAAA,EAAgBT,IAAA,EAAMc,WAAA,CAAY;EAGrC,MAAMiD,SAAA,GAAY5H,WAAA,CACfyH,UAAA;IACChD,cAAA,CAAe;MACbZ,IAAA;MACA4D,QAAA,EAAAA;IACF;EACF,GACA,CAAC5D,IAAA,EAAMY,cAAA,CAAe;EAGxB,MAAMoD,OAAA,GAAU7H,WAAA,CACd,CAAC8H,aAAA,EAAuBC,WAAA;IACtBvD,YAAA,CAAa;MAAEsD,aAAA;MAAeC,WAAA;MAAalE;IAAK;EAClD,GACA,CAACW,YAAA,EAAcX,IAAA,CAAK;EAGtB,MAAMmE,iBAAA,GAAoBhI,WAAA,CACvBiI,SAAA;IACC,MAAM;MAAEC,YAAY;MAAEC;IAAW,CAAE,GAAG7G,aAAA,CAAc;MAClD2G,SAAA;MACA9B;IACF;IAEA7B,cAAA,CAAe;MAAEvB,IAAA,EAAM;MAA0Bc,IAAA;MAAMsE;IAAY;IACnE/D,sBAAA,CAAuBP,IAAA,EAAM;MAAEoE,SAAA,EAAWC;IAAa;EACzD,GACA,CAAC5D,cAAA,EAAgBT,IAAA,EAAMsC,IAAA,EAAM/B,sBAAA,CAAuB;EAGtD,MAAMgE,WAAA,GAAcpI,WAAA,CAClB,CAACqI,KAAA,EAAeJ,WAAA;IACd,MAAM;MAAEC,YAAY,EAAZA,cAAY;MAAEC,WAAW,EAAXA;IAAW,CAAE,GAAG9G,0BAAA,CAA2B;MAC/D4G,SAAA,EAAAA,WAAA;MACAI,KAAA;MACAlC;IACF;IAEA7B,cAAA,CAAe;MAAEvB,IAAA,EAAM;MAAqBc,IAAA;MAAMsE,WAAA,EAAAA;IAAY;IAC9D/D,sBAAA,CAAuBP,IAAA,EAAM;MAAEoE,SAAA,EAAWC;IAAa;EACzD,GACA,CAAC5D,cAAA,EAAgBT,IAAA,EAAMsC,IAAA,EAAM/B,sBAAA,CAAuB;EAGtD,MAAMkE,OAAA,GAAUtI,WAAA,CACbyH,UAAA;IACC,MAAMc,eAAA,GAAkBlI,aAAA,CAAc;MACpC0C,IAAA;MACAK,MAAA,EAAQoD,YAAA;MACRgC,aAAA,EAAeA,CAAA,KACb/H,qBAAA,CAAsB;QACpBgI,SAAA,EAAW;UAAE,GAAGlE,SAAA;QAAY;QAC5BV,IAAA;QACA4D,QAAA,EAAAA;MACF;MACF5D,IAAA;MACA4D,QAAA,EAAAA,UAAA;MACA7E;IACF;IAEA,IAAI,OAAO2F,eAAA,KAAoB,UAAU;MACvCrI,KAAA,CAAMwI,KAAK,CAACH,eAAA;IACd,OAAO;MACLrI,KAAA,CAAMyI,OAAO,CAAC/F,CAAA,CAAE;IAClB;EACF,GACA,CAAC4D,YAAA,EAAc3C,IAAA,EAAMjB,CAAA,EAAGG,IAAA,EAAMwB,SAAA,CAAU;EAG1C,MAAMqE,QAAA,GAAW5I,WAAA,CACdyH,UAAA;IACC,MAAMoB,SAAA,GAAY;MAChBC,OAAA,EAAUC,iBAAA;QACR,MAAMN,SAAA,GAAY;UAAE,GAAGlE,SAAA;QAAY;QACnC,MAAMyE,QAAA,GAAWxI,2BAAA,CAA4B;UAC3CuI,iBAAA;UACAN,SAAA;UACA5E,IAAA;UACA4D,QAAA,EAAAA;QACF;QACA/C,YAAA,CAAasE,QAAA;QACbrE,WAAA,CAAY;MACd;MACAd,IAAA;MACAoF,YAAA,EAAczC,YAAA;MACd5D;IACF;IAEA,MAAM2F,iBAAA,GAAkBjI,cAAA,CAAeuI,SAAA;IAEvC,IAAI,OAAON,iBAAA,KAAoB,UAAU;MACvCrI,KAAA,CAAMwI,KAAK,CAACH,iBAAA;IACd;EACF,GACA,CAAC/B,YAAA,EAAcjC,SAAA,EAAWV,IAAA,EAAMa,YAAA,EAAcC,WAAA,EAAa/B,CAAA,CAAE;EAG/D,MAAMsG,WAAA,GAAclJ,WAAA,CACjB+I,mBAAA;IACC,MAAMN,WAAA,GAAY;MAAE,GAAGlE,SAAA;IAAY;IACnC,MAAMyE,UAAA,GAAWxI,2BAAA,CAA4B;MAC3CuI,iBAAA,EAAAA,mBAAA;MACAN,SAAA,EAAAA,WAAA;MACA5E;IACF;IACAa,YAAA,CAAasE,UAAA;IACbrE,WAAA,CAAY;EACd,GACA,CAACJ,SAAA,EAAWV,IAAA,EAAMa,YAAA,EAAcC,WAAA,CAAY;EAG9C,MAAMwE,UAAA,GAAa1F,OAAA,IAAW0C,IAAA,CAAKiD,MAAM,IAAI3F,OAAA;EAE7C,MAAM4F,eAAA,GAAkBnD,UAAA,CAAWkD,MAAM;EACzC,MAAME,cAAA,GAAiBrE,SAAA,IAAaoE,eAAA,IAAmBhD,KAAA,GAAQ,IAAI,KAAK;EACxE,MAAMkD,mBAAA,GAAsBF,eAAA,GAAkB,IAAIA,eAAA,GAAkBC,cAAA,GAAiB,IAAI;EAEzF,MAAME,WAAA,GAAcrD,IAAA,CAAKiD,MAAM,GAAG1F,OAAA,IAAYE,QAAA,IAAYuC,IAAA,CAAKiD,MAAM,KAAK;EAC1E,MAAMK,YAAA,GAAezF,QAAA,IAAYmC,IAAA,CAAKiD,MAAM,KAAK;EACjD,MAAMM,uBAAA,GAA0B,CAACrD,KAAA,KAAUoD,YAAA,IAAgBD,WAAU;EACrE,MAAMG,oBAAA,GAAuBvD,SAAA,IAAa,CAACsD,uBAAA;EAE3C,MAAME,MAAA,GAAS3J,OAAA,CAAQ,MAAMmC,gBAAA,CAAiBS,KAAA,GAAQ,CAACA,KAAA,CAAM;EAE7D,MAAMgH,iBAAA,GAAoB7J,WAAA,CACvB8J,QAAA;IACC,MAAMC,WAAA,GAAc5D,IAAA,CAAK6D,SAAS,CAAEC,GAAA,IAAQA,GAAA,CAAIC,EAAE,KAAKJ,QAAA;IACvD,IAAIC,WAAA,KAAgB,CAAC,GAAG;MACtB,OAAO;IACT;IAEA,MAAMI,SAAA,GAAYhE,IAAI,CAAC4D,WAAA,CAAY;IACnC,MAAMK,WAAA,GAAc/C,cAAA,CAAe8C,SAAA,CAAU7C,SAAS;IAEtD,IAAI,CAAC8C,WAAA,EAAa;MAChB,OAAO;IACT;IAEA,MAAMC,aAAA,GAAgB,CAACD,WAAA,CAAYpH,KAAK,EAAEsH,gBAAA;IAC1C,MAAMC,SAAA,GAAYF,aAAA,GACb9F,SAAA,KAAc,GAAGV,IAAA,IAAQkG,WAAA,YAAuB,CAAC,EAAEvE,KAAA,GACpDgF,SAAA;IAEJ,oBACEC,IAAA,CAAC7J,kBAAA;MACC8J,MAAA,eACED,IAAA,CAAC;QAAIxH,SAAA,EAAW,GAAGT,SAAA,gBAAyB;kBAC1C,aAAAiI,IAAA,CAACjJ,QAAA;UACCmJ,eAAA,EAAiBxE,IAAA,GAAO4D,WAAA,CAAY,EAAEpE,gBAAA,EAAkBnE,QAAA;UACxD6B,KAAA,eACEuH,KAAA,CAAAC,SAAA;oCACEJ,IAAA,CAAC;cAAKxH,SAAA,EAAW,GAAGT,SAAA,gBAAyB;wBAC1CsI,MAAA,CAAOf,WAAA,GAAc,GAAGgB,QAAQ,CAAC,GAAG;6BAEvCN,IAAA,CAACxJ,IAAA;cACCgC,SAAA,EAAW,GAAGT,SAAA,gBAAyBA,SAAA,gBAAyB2H,SAAA,CAAU7C,SAAS,EAAE;cACrF0D,SAAA,EAAU;cACVC,IAAA,EAAK;wBAEJpL,cAAA,CAAeuK,WAAA,CAAY9G,MAAM,CAAC6B,QAAQ,EAAExC,IAAA;gBAE9C4H,SAAA,iBAAaE,IAAA,CAAC;cAAKxH,SAAA,EAAU;wBAAuBsH;;;UAGzD1G,IAAA,EAAM,GAAGA,IAAA,IAAQkG,WAAA,EAAa;UAC9BmB,SAAA,EAAWnB;;;;EAMvB,GACA,CAAC5D,IAAA,EAAMrB,MAAA,CAAO+B,SAAS,EAAEL,YAAA,EAAc7D,IAAA,EAAMkB,IAAA,EAAMU,SAAA,CAAU;EAG/D,oBACEqG,KAAA,CAAC;IACC3H,SAAA,EAAW,CACTZ,cAAA,EACAG,SAAA,EACAS,SAAA,EACAqG,cAAA,GAAiB,GAAG9G,SAAA,aAAsB,GAAG,GAAGA,SAAA,gBAAyB,CAC1E,CACEyE,MAAM,CAACkE,OAAA,EACPC,IAAI,CAAC;IACRlB,EAAA,EAAI,SAASrG,IAAA,EAAMwH,OAAA,CAAQ,OAAO,OAAO;IACzCC,KAAA,EAAO1B,MAAA;eAEND,oBAAA,iBACCc,IAAA,CAACvJ,qBAAA;MACCyJ,eAAA,EAAiB5E,KAAA;MACjBwF,QAAA,eAAUd,IAAA,CAACvI,UAAA;QAAW2B,IAAA,EAAMA,IAAA;QAAMuC,SAAA,EAAWA;;qBAGjDwE,KAAA,CAAC;MAAO3H,SAAA,EAAW,GAAGT,SAAA,UAAmB;8BACvCoI,KAAA,CAAC;QAAI3H,SAAA,EAAW,GAAGT,SAAA,eAAwB;gCACzCoI,KAAA,CAAC;UAAI3H,SAAA,EAAW,GAAGT,SAAA,kBAA2B;kCAC5CiI,IAAA,CAAC;YAAGxH,SAAA,EAAW,GAAGT,SAAA,SAAkB;sBAClC,aAAAiI,IAAA,CAACvJ,qBAAA;cACCyJ,eAAA,EAAiB3E,KAAA;cACjBuF,QAAA,eACEd,IAAA,CAACtI,UAAA;gBACCqJ,EAAA,EAAG;gBACHnI,KAAA,EAAOA,KAAA;gBACPG,SAAA,EAAWA,SAAA;gBACXK,IAAA,EAAMA,IAAA;gBACND,QAAA,EAAUA;;;cAKjB2F,mBAAA,GAAsB,kBACrBkB,IAAA,CAACzJ,SAAA;YAAUyK,KAAA,EAAOlC,mBAAA;YAAqB5G,IAAA,EAAMA,IAAA;YAAM+I,WAAW;;yBAGlEd,KAAA,CAAC;UAAG3H,SAAA,EAAW,GAAGT,SAAA,kBAA2B;qBAC1C2D,IAAA,CAAKiD,MAAM,GAAG,kBAAKqB,IAAA,CAAC/J,iBAAA;YAAkBiL,OAAA,EAAS3D;2BAChDyC,IAAA,CAAC;sBACC,aAAAA,IAAA,CAAClK,eAAA;cACCqL,SAAA,EAAWzF,IAAA,EAAMiD,MAAA,GAAS;cAC1ByC,UAAA,EAAY,CAAC7H,QAAA;cACbZ,MAAA,EAAQoD,YAAA;cACRvD,SAAA,EAAW,GAAGT,SAAA,iBAA0B;cACxCyD,QAAA,EAAUA,QAAA;cACVuC,aAAA,EAAeA,CAAA,KACb/H,qBAAA,CAAsB;gBACpBgI,SAAA,EAAW;kBAAE,GAAGlE,SAAA;gBAAY;gBAC5BV;cACF;cAEFiF,OAAA,EAASI,WAAA;cACTrF,IAAA,EAAMA,IAAA;cACNd,IAAA,EAAMA;;;;uBAKd0H,IAAA,CAACvJ,qBAAA;QACCyJ,eAAA,EAAiB7E,WAAA;QACjByF,QAAA,eAAUd,IAAA,CAACxI,gBAAA;UAAiBiB,WAAA,EAAaA,WAAA;UAAaW,IAAA,EAAMA;;;QAG/DgC,WAAA,E,aACD4E,IAAA,CAAClJ,kBAAA;MACCuK,UAAA,EAAYtG,OAAA;MACZhC,SAAA,EAAWA,SAAA;MACXK,IAAA,EAAMA,IAAA;MACNG,QAAA,EAAUA;QAEV,CAAAmC,IAAA,CAAKiD,MAAM,GAAG,KAAM,CAAC/C,KAAA,KAAUoD,YAAA,IAAgBD,WAAU,CAAE,kBAC3DoB,KAAA,CAAC/J,iBAAA;MACCoC,SAAA,EAAW,GAAGT,SAAA,QAAiB;MAC/BuJ,GAAA,EAAK5F,IAAA,CAAK6F,GAAG,CAAE/B,KAAA,IAAQA,KAAA,CAAIC,EAAE;MAC7B+B,SAAA,EAAWA,CAAC;QAAEnE,aAAa,EAAbA,eAAa;QAAEC,WAAW,EAAXA;MAAW,CAAE,KAAKF,OAAA,CAAQC,eAAA,EAAeC,aAAA;MACtE8B,iBAAA,EAAmB1G,UAAA,IAAc,CAACa,QAAA,IAAY,CAACiC,QAAA,GAAW4D,iBAAA,GAAoBW,SAAA;MAC9E0B,eAAA,EAAiBtM,2BAAA;iBAEhBuG,IAAA,CAAK6F,GAAG,CAAC,CAAC/B,KAAA,EAAKkC,CAAA;QACd,MAAM;UAAE7E,SAAS,EAATA,WAAS;UAAE8E;QAAS,CAAE,GAAGnC,KAAA;QAEjC,MAAMG,aAAA,GAAc/C,cAAA,CAAeC,WAAA;QAEnC,IAAI8C,aAAA,EAAa;UACf,MAAMiC,OAAA,GAAU,GAAGxI,IAAA,IAAQsI,CAAA,EAAG;UAE9B,MAAMG,aAAA,GAAgBpG,UAAA,CAAWe,MAAM,CAAEsF,SAAA,IACvCA,SAAA,CAAUC,UAAU,CAACH,OAAA,GAAU,MAC/BjD,MAAM;UAER,oBACEqB,IAAA,CAAC9J,qBAAA;YACCsF,QAAA,EAAUjC,QAAA,IAAYiC,QAAA,IAAY,CAAC9C,UAAA;YACnC+G,EAAA,EAAID,KAAA,CAAIC,EAAE;sBAGRuC,0BAAA,iBACAhC,IAAA,CAACnI,QAAA;cACE,GAAGmK,0BAA0B;cAC9BjF,MAAA,EAAQA,MAAA;cACRZ,KAAA,EAAOwD,aAAA;cACP;cACAhH,MAAA,EAAQoD,YAAA;cACR8B,OAAA,EAASA,OAAA;cACTX,YAAA,EAAcA,YAAA;cACd+E,UAAA,EAAYJ,aAAA;cACZK,MAAA,EAAQvC,aAAA,CAAYuC,MAAM;cAC1BxD,UAAA,EAAYA,UAAA;cACZiD,SAAA,EAAWA,SAAA;cACXjJ,UAAA,EAAYA,UAAA;cACZ6C,KAAA,EAAOG,IAAA,GAAOgG,CAAA,CAAE,EAAExG,gBAAA,EAAkBnE,QAAA;cACpC8B,MAAA,EAAQA,MAAA;cACRuE,OAAA,EAASA,OAAA;cACT+E,UAAA,EAAY/I,IAAA;cACZ+E,QAAA,EAAUA,QAAA;cACV/E,IAAA,EAAMwI,OAAA;cACNtI,WAAA,EAAaA,WAAA;cACbC,QAAA,EAAUA,QAAA,IAAYiC,QAAA;cACtB2B,SAAA,EAAWA,SAAA;cACXqC,GAAA,EAAKA,KAAA;cACL4C,QAAA,EAAU1G,IAAA,CAAKiD,MAAM;cACrB3B,QAAA,EAAU0E,CAAA;cACVlI,UAAA,EAAYA,UAAA,GAAamG,aAAA,CAAYjD,IAAI;cACzCiB,WAAA,EAAaA;;aA7BZ6B,KAAA,CAAIC,EAAE;QAkCjB;QAEA,OAAO;MACT,IACC,CAAC7D,KAAA,iBACAuE,KAAA,CAAC9K,KAAA,CAAMC,QAAQ;mBACZyJ,WAAA,iBACCiB,IAAA,CAACtK,MAAA;UAAO4C,IAAA,EAAK;oBACVH,CAAA,CAAE,8BAA8B;YAC/B6I,KAAA,EAAO/H,OAAA;YACPL,KAAA,EACExD,cAAA,CAAe6D,OAAA,GAAU,IAAIJ,MAAA,CAAO4B,MAAM,GAAG5B,MAAA,CAAO6B,QAAQ,EAAExC,IAAA,KAC9DC,CAAA,CAAEc,OAAA,GAAU,IAAI,gBAAgB;UACpC;YAGH+F,YAAA,iBACCgB,IAAA,CAACtK,MAAA;oBACEyC,CAAA,CAAE,yBAAyB;YAAES,KAAA,EAAOxD,cAAA,CAAeyD,MAAA,CAAO4B,MAAM,EAAEvC,IAAA;UAAM;;;QAOpF,CAACwG,UAAA,IAAc,CAACnF,QAAA,iBACf4G,KAAA,CAAC7K,QAAA;8BACC0K,IAAA,CAAC3J,aAAA;QACCmC,SAAA,EAAW,GAAGT,SAAA,kBAA2B;QACzCyD,QAAA,EAAUA,QAAA;QACVkB,IAAA,EAAMnC,UAAA;kBAEN,aAAAyF,IAAA,CAACrK,MAAA;UACC0M,WAAA,EAAY;UACZ7G,QAAA,EAAUA,QAAA;UACV8G,EAAA,EAAG;UACHC,IAAA,eAAMvC,IAAA,CAAC9I,cAAA;UACPsL,YAAA,EAAa;oBAEZrK,CAAA,CAAE,mBAAmB;YAAES,KAAA,EAAOxD,cAAA,CAAeyD,MAAA,CAAO6B,QAAQ,EAAExC,IAAA;UAAM;;uBAGzE8H,IAAA,CAAClI,YAAA;QACCiF,MAAA,EAAQA,MAAA;QACR0F,WAAA,EAAa/G,IAAA,EAAMiD,MAAA,IAAU;QAC7B;QACAhG,MAAA,EAAQqD,yBAAA;QACRzB,UAAA,EAAYA,UAAA;QACZ1B,MAAA,EAAQA;;QAIbsC,UAAA;;AAGP;AAEA,OAAO,MAAMuH,WAAA,GAAczL,aAAA,CAAce,oBAAA","ignoreList":[]}
|
|
@@ -2,6 +2,8 @@ import type { StaticLabel } from 'payload';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
export type CheckboxInputProps = {
|
|
4
4
|
readonly AfterInput?: React.ReactNode;
|
|
5
|
+
readonly 'aria-label'?: string;
|
|
6
|
+
readonly 'aria-labelledby'?: string;
|
|
5
7
|
readonly BeforeInput?: React.ReactNode;
|
|
6
8
|
readonly checked?: boolean;
|
|
7
9
|
readonly className?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/fields/Checkbox/Input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C,OAAO,KAAqC,MAAM,OAAO,CAAA;AAQzD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACrC,QAAQ,CAAC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACtC,QAAQ,CAAC,OAAO,CAAC,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAChC,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAA;IAC5D,QAAQ,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAChC,QAAQ,CAAC,KAAK,CAAC,EAAE,WAAW,CAAA;IAC5B,QAAQ,CAAC,SAAS,CAAC,EAAE,OAAO,CAAA;IAC5B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAA;IACvE,QAAQ,CAAC,cAAc,CAAC,EAAE,OAAO,CAAA;IACjC,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAA;IACzB;;;;OAIG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;CACvC,CAAA;AAED,eAAO,MAAM,cAAc,mBAAmB,CAAA;AAE9C,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/fields/Checkbox/Input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C,OAAO,KAAqC,MAAM,OAAO,CAAA;AAQzD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACrC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAA;IAC9B,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAA;IACnC,QAAQ,CAAC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACtC,QAAQ,CAAC,OAAO,CAAC,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAChC,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAA;IAC5D,QAAQ,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAChC,QAAQ,CAAC,KAAK,CAAC,EAAE,WAAW,CAAA;IAC5B,QAAQ,CAAC,SAAS,CAAC,EAAE,OAAO,CAAA;IAC5B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAA;IACvE,QAAQ,CAAC,cAAc,CAAC,EAAE,OAAO,CAAA;IACjC,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAA;IACzB;;;;OAIG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;CACvC,CAAA;AAED,eAAO,MAAM,cAAc,mBAAmB,CAAA;AAE9C,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA0FtD,CAAA"}
|