@plone/volto 17.3.0 → 17.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/README.md +0 -1
- package/addon-registry.js +6 -2
- package/cypress/support/commands.js +9 -0
- package/locales/ca/LC_MESSAGES/volto.po +10 -10
- package/locales/ca.json +1 -1
- package/locales/de/LC_MESSAGES/volto.po +10 -10
- package/locales/de.json +1 -1
- package/locales/en/LC_MESSAGES/volto.po +10 -10
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +10 -10
- package/locales/es.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +10 -10
- package/locales/eu.json +1 -1
- package/locales/fi/LC_MESSAGES/volto.po +10 -10
- package/locales/fi.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +10 -10
- package/locales/fr.json +1 -1
- package/locales/it/LC_MESSAGES/volto.po +10 -10
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +10 -10
- package/locales/ja.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +10 -10
- package/locales/nl.json +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +10 -10
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +10 -10
- package/locales/pt_BR.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +10 -10
- package/locales/ro.json +1 -1
- package/locales/volto.pot +11 -11
- package/locales/zh_CN/LC_MESSAGES/volto.po +10 -10
- package/locales/zh_CN.json +1 -1
- package/package.json +14 -8
- package/packages/volto-slate/package.json +5 -5
- package/packages/volto-slate/src/blocks/Text/keyboard/joinBlocks.js +6 -3
- package/packages/volto-slate/src/editor/SlateEditor.jsx +3 -1
- package/packages/volto-slate/src/editor/plugins/Link/extensions.js +25 -20
- package/packages/volto-slate/src/slate-react.js +26 -0
- package/packages/volto-slate/src/utils/selection.js +7 -4
- package/razzle.config.js +3 -0
- package/src/components/manage/Blocks/Description/Edit.jsx +5 -15
- package/src/components/manage/Blocks/Description/View.jsx +3 -13
- package/src/components/manage/Blocks/HTML/View.jsx +0 -10
- package/src/components/manage/Blocks/HeroImageLeft/View.jsx +0 -10
- package/src/components/manage/Blocks/Image/View.jsx +0 -10
- package/src/components/manage/Blocks/LeadImage/View.jsx +0 -10
- package/src/components/manage/Blocks/Search/SearchBlockView.jsx +1 -1
- package/src/components/manage/Blocks/Search/hocs/withSearch.jsx +10 -2
- package/src/components/manage/Blocks/Table/View.jsx +0 -10
- package/src/components/manage/Blocks/Text/View.jsx +0 -10
- package/src/components/manage/Blocks/Title/Edit.jsx +1 -11
- package/src/components/manage/Blocks/Video/Body.jsx +0 -10
- package/src/components/manage/Contents/Contents.jsx +240 -164
- package/src/components/manage/LinkMore/LinkMore.jsx +0 -10
- package/src/components/manage/Multilingual/TranslationObject.jsx +0 -10
- package/src/components/manage/TextLineEdit/TextLineEdit.jsx +1 -1
- package/theme/themes/pastanaga/extras/blocks.less +9 -0
- package/theme/themes/pastanaga/extras/contents.less +1 -1
- package/types/actions/actions/actions.d.ts +7 -0
- package/types/actions/actions/actions.test.d.ts +1 -0
- package/types/actions/addons/addons.d.ts +27 -0
- package/types/actions/addons/addons.test.d.ts +1 -0
- package/types/actions/aliases/aliases.d.ts +24 -0
- package/types/actions/aliases/aliases.test.d.ts +1 -0
- package/types/actions/asyncConnect/asyncConnect.d.ts +24 -0
- package/types/actions/authRole/authRole.d.ts +4 -0
- package/types/actions/authRole/authRole.test.d.ts +1 -0
- package/types/actions/blocksClipboard/blocksClipboard.d.ts +13 -0
- package/types/actions/breadcrumbs/breadcrumbs.d.ts +7 -0
- package/types/actions/breadcrumbs/breadcrumbs.test.d.ts +1 -0
- package/types/actions/clipboard/clipboard.d.ts +30 -0
- package/types/actions/clipboard/clipboard.test.d.ts +1 -0
- package/types/actions/comments/comments.d.ts +37 -0
- package/types/actions/comments/comments.test.d.ts +1 -0
- package/types/actions/content/content.d.ts +90 -0
- package/types/actions/content/content.multilingual.test.d.ts +1 -0
- package/types/actions/content/content.test.d.ts +1 -0
- package/types/actions/contextNavigation/contextNavigation.d.ts +8 -0
- package/types/actions/contextNavigation/contextNavigation.test.d.ts +1 -0
- package/types/actions/controlpanels/controlpanels.d.ts +51 -0
- package/types/actions/controlpanels/controlpanels.test.d.ts +1 -0
- package/types/actions/diff/diff.d.ts +9 -0
- package/types/actions/diff/diff.test.d.ts +1 -0
- package/types/actions/emailNotification/emailNotification.d.ts +10 -0
- package/types/actions/emailNotification/emailNotification.test.d.ts +1 -0
- package/types/actions/emailSend/emailSend.d.ts +11 -0
- package/types/actions/emailSend/emailSend.test.d.ts +1 -0
- package/types/actions/groups/groups.d.ts +36 -0
- package/types/actions/groups/groups.test.d.ts +1 -0
- package/types/actions/history/history.d.ts +15 -0
- package/types/actions/history/history.test.d.ts +1 -0
- package/types/actions/index.d.ts +8 -0
- package/types/actions/language/language.d.ts +9 -0
- package/types/actions/lazyLibraries/lazyLibraries.d.ts +1 -0
- package/types/actions/messages/messages.d.ts +22 -0
- package/types/actions/messages/messages.test.d.ts +1 -0
- package/types/actions/navigation/navigation.d.ts +8 -0
- package/types/actions/navigation/navigation.test.d.ts +1 -0
- package/types/actions/navroot/navroot.d.ts +6 -0
- package/types/actions/navroot/navroot.test.d.ts +1 -0
- package/types/actions/querystring/querystring.d.ts +6 -0
- package/types/actions/querystring/querystring.test.d.ts +1 -0
- package/types/actions/querystringsearch/querystringsearch.d.ts +7 -0
- package/types/actions/querystringsearch/querystringsearch.test.d.ts +1 -0
- package/types/actions/relations/rebuild.d.ts +7 -0
- package/types/actions/relations/relations.d.ts +27 -0
- package/types/actions/relations/relations.test.d.ts +1 -0
- package/types/actions/roles/roles.d.ts +6 -0
- package/types/actions/roles/roles.test.d.ts +1 -0
- package/types/actions/rules/rules.d.ts +168 -0
- package/types/actions/schema/schema.d.ts +32 -0
- package/types/actions/schema/schema.test.d.ts +1 -0
- package/types/actions/search/search.d.ts +16 -0
- package/types/actions/search/search.test.d.ts +1 -0
- package/types/actions/sharing/sharing.d.ts +16 -0
- package/types/actions/sharing/sharing.test.d.ts +1 -0
- package/types/actions/sidebar/sidebar.d.ts +7 -0
- package/types/actions/sidebar/sidebar.test.d.ts +1 -0
- package/types/actions/site/site.d.ts +6 -0
- package/types/actions/site/site.test.d.ts +1 -0
- package/types/actions/toolbar/toolbar.d.ts +7 -0
- package/types/actions/toolbar/toolbar.test.d.ts +1 -0
- package/types/actions/transactions/transactions.d.ts +13 -0
- package/types/actions/transactions/transactions.test.d.ts +1 -0
- package/types/actions/translations/translations.d.ts +23 -0
- package/types/actions/translations/translations.test.d.ts +1 -0
- package/types/actions/types/types.d.ts +7 -0
- package/types/actions/types/types.test.d.ts +1 -0
- package/types/actions/upgrade/upgrade.d.ts +17 -0
- package/types/actions/userSession/userSession.d.ts +26 -0
- package/types/actions/userSession/userSession.test.d.ts +1 -0
- package/types/actions/users/users.d.ts +66 -0
- package/types/actions/users/users.test.d.ts +1 -0
- package/types/actions/userschema/userschema.d.ts +6 -0
- package/types/actions/vocabularies/vocabularies.d.ts +20 -0
- package/types/actions/vocabularies/vocabularies.test.d.ts +1 -0
- package/types/actions/workflow/workflow.d.ts +15 -0
- package/types/actions/workflow/workflow.test.d.ts +1 -0
- package/types/actions/workingcopy/workingcopy.d.ts +21 -0
- package/types/actions/workingcopy/workingcopy.test.d.ts +1 -0
- package/types/client.d.ts +1 -0
- package/types/components/index.d.ts +3 -0
- package/types/components/manage/Actions/Actions.d.ts +7 -0
- package/types/components/manage/Actions/Actions.test.d.ts +1 -0
- package/types/components/manage/Add/Add.d.ts +4 -0
- package/types/components/manage/Add/Add.test.d.ts +1 -0
- package/types/components/manage/Aliases/Aliases.d.ts +2 -0
- package/types/components/manage/Aliases/Aliases.test.d.ts +1 -0
- package/types/components/manage/AnchorPlugin/components/Link/index.d.ts +26 -0
- package/types/components/manage/AnchorPlugin/components/LinkButton/AddLinkForm.d.ts +4 -0
- package/types/components/manage/AnchorPlugin/components/LinkButton/index.d.ts +2 -0
- package/types/components/manage/AnchorPlugin/index.d.ts +9 -0
- package/types/components/manage/AnchorPlugin/linkStrategy.d.ts +11 -0
- package/types/components/manage/AnchorPlugin/utils/EditorUtils.d.ts +10 -0
- package/types/components/manage/BlockChooser/BlockChooser.d.ts +2 -0
- package/types/components/manage/BlockChooser/BlockChooser.test.d.ts +1 -0
- package/types/components/manage/BlockChooser/BlockChooserButton.d.ts +3 -0
- package/types/components/manage/BlockChooser/BlockChooserButton.test.d.ts +1 -0
- package/types/components/manage/BlockChooser/BlockChooserSearch.d.ts +5 -0
- package/types/components/manage/BlockChooser/BlockChooserSearch.test.d.ts +1 -0
- package/types/components/manage/Blocks/Block/BlocksForm.d.ts +2 -0
- package/types/components/manage/Blocks/Block/BlocksForm.test.d.ts +1 -0
- package/types/components/manage/Blocks/Block/DefaultEdit.d.ts +2 -0
- package/types/components/manage/Blocks/Block/DefaultView.d.ts +2 -0
- package/types/components/manage/Blocks/Block/Edit.d.ts +51 -0
- package/types/components/manage/Blocks/Block/EditBlockWrapper.d.ts +4 -0
- package/types/components/manage/Blocks/Block/Schema.d.ts +51 -0
- package/types/components/manage/Blocks/Block/Settings.d.ts +4 -0
- package/types/components/manage/Blocks/Block/Settings.test.d.ts +1 -0
- package/types/components/manage/Blocks/Block/Style.d.ts +5 -0
- package/types/components/manage/Blocks/Block/Style.test.d.ts +1 -0
- package/types/components/manage/Blocks/Block/StyleWrapper.d.ts +2 -0
- package/types/components/manage/Blocks/Container/Data.d.ts +2 -0
- package/types/components/manage/Blocks/Container/Edit.d.ts +12 -0
- package/types/components/manage/Blocks/Container/EditBlockWrapper.d.ts +2 -0
- package/types/components/manage/Blocks/Container/NewBlockAddButton.d.ts +2 -0
- package/types/components/manage/Blocks/Container/SimpleContainerToolbar.d.ts +2 -0
- package/types/components/manage/Blocks/Description/Edit.d.ts +26 -0
- package/types/components/manage/Blocks/Description/Edit.test.d.ts +1 -0
- package/types/components/manage/Blocks/Description/View.d.ts +11 -0
- package/types/components/manage/Blocks/Description/View.test.d.ts +1 -0
- package/types/components/manage/Blocks/Grid/Edit.d.ts +11 -0
- package/types/components/manage/Blocks/Grid/View.d.ts +2 -0
- package/types/components/manage/Blocks/Grid/adapter.d.ts +7 -0
- package/types/components/manage/Blocks/Grid/schema.d.ts +15 -0
- package/types/components/manage/Blocks/Grid/templates.d.ts +7 -0
- package/types/components/manage/Blocks/HTML/Edit.d.ts +2 -0
- package/types/components/manage/Blocks/HTML/Edit.test.d.ts +1 -0
- package/types/components/manage/Blocks/HTML/View.d.ts +9 -0
- package/types/components/manage/Blocks/HTML/View.test.d.ts +1 -0
- package/types/components/manage/Blocks/HeroImageLeft/Data.d.ts +2 -0
- package/types/components/manage/Blocks/HeroImageLeft/Edit.d.ts +2 -0
- package/types/components/manage/Blocks/HeroImageLeft/Edit.test.d.ts +1 -0
- package/types/components/manage/Blocks/HeroImageLeft/View.d.ts +9 -0
- package/types/components/manage/Blocks/HeroImageLeft/View.test.d.ts +1 -0
- package/types/components/manage/Blocks/HeroImageLeft/schema.d.ts +24 -0
- package/types/components/manage/Blocks/Image/Edit.d.ts +4 -0
- package/types/components/manage/Blocks/Image/Edit.test.d.ts +1 -0
- package/types/components/manage/Blocks/Image/ImageSidebar.d.ts +9 -0
- package/types/components/manage/Blocks/Image/ImageSidebar.test.d.ts +1 -0
- package/types/components/manage/Blocks/Image/LayoutSchema.d.ts +2 -0
- package/types/components/manage/Blocks/Image/View.d.ts +13 -0
- package/types/components/manage/Blocks/Image/View.test.d.ts +1 -0
- package/types/components/manage/Blocks/Image/schema.d.ts +41 -0
- package/types/components/manage/Blocks/Image/utils.d.ts +1 -0
- package/types/components/manage/Blocks/LeadImage/Edit.d.ts +4 -0
- package/types/components/manage/Blocks/LeadImage/Edit.test.d.ts +1 -0
- package/types/components/manage/Blocks/LeadImage/LeadImageSidebar.d.ts +24 -0
- package/types/components/manage/Blocks/LeadImage/LeadImageSidebar.test.d.ts +1 -0
- package/types/components/manage/Blocks/LeadImage/View.d.ts +11 -0
- package/types/components/manage/Blocks/LeadImage/View.test.d.ts +1 -0
- package/types/components/manage/Blocks/LeadImage/utils.d.ts +1 -0
- package/types/components/manage/Blocks/Listing/DefaultNoResultsComponent.d.ts +2 -0
- package/types/components/manage/Blocks/Listing/DefaultTemplate.d.ts +15 -0
- package/types/components/manage/Blocks/Listing/Edit.d.ts +2 -0
- package/types/components/manage/Blocks/Listing/GalleryNoResultsComponent.d.ts +2 -0
- package/types/components/manage/Blocks/Listing/ImageGallery.d.ts +9 -0
- package/types/components/manage/Blocks/Listing/ListingBody.d.ts +4 -0
- package/types/components/manage/Blocks/Listing/ListingBody.test.d.ts +1 -0
- package/types/components/manage/Blocks/Listing/ListingData.d.ts +9 -0
- package/types/components/manage/Blocks/Listing/ListingData.test.d.ts +1 -0
- package/types/components/manage/Blocks/Listing/SummaryTemplate.d.ts +14 -0
- package/types/components/manage/Blocks/Listing/View.d.ts +2 -0
- package/types/components/manage/Blocks/Listing/View.test.d.ts +1 -0
- package/types/components/manage/Blocks/Listing/getAsyncData.d.ts +7 -0
- package/types/components/manage/Blocks/Listing/schema.d.ts +35 -0
- package/types/components/manage/Blocks/Listing/withQuerystringResults.d.ts +1 -0
- package/types/components/manage/Blocks/Maps/Edit.d.ts +2 -0
- package/types/components/manage/Blocks/Maps/Edit.test.d.ts +1 -0
- package/types/components/manage/Blocks/Maps/MapsSidebar.d.ts +2 -0
- package/types/components/manage/Blocks/Maps/MapsSidebar.test.d.ts +1 -0
- package/types/components/manage/Blocks/Maps/View.d.ts +4 -0
- package/types/components/manage/Blocks/Maps/View.test.d.ts +1 -0
- package/types/components/manage/Blocks/Maps/schema.d.ts +23 -0
- package/types/components/manage/Blocks/Search/SearchBlockEdit.d.ts +5 -0
- package/types/components/manage/Blocks/Search/SearchBlockView.d.ts +6 -0
- package/types/components/manage/Blocks/Search/SelectStyling.d.ts +11 -0
- package/types/components/manage/Blocks/Search/components/CheckboxFacet.d.ts +14 -0
- package/types/components/manage/Blocks/Search/components/CheckboxFacet.test.d.ts +1 -0
- package/types/components/manage/Blocks/Search/components/DateRangeFacet.d.ts +2 -0
- package/types/components/manage/Blocks/Search/components/DateRangeFacet.test.d.ts +1 -0
- package/types/components/manage/Blocks/Search/components/DateRangeFacetFilterListEntry.d.ts +2 -0
- package/types/components/manage/Blocks/Search/components/Facets.d.ts +2 -0
- package/types/components/manage/Blocks/Search/components/FilterList.d.ts +6 -0
- package/types/components/manage/Blocks/Search/components/FilterList.test.d.ts +1 -0
- package/types/components/manage/Blocks/Search/components/SearchDetails.d.ts +7 -0
- package/types/components/manage/Blocks/Search/components/SearchDetails.test.d.ts +1 -0
- package/types/components/manage/Blocks/Search/components/SearchInput.d.ts +2 -0
- package/types/components/manage/Blocks/Search/components/SearchInput.test.d.ts +1 -0
- package/types/components/manage/Blocks/Search/components/SelectFacet.d.ts +2 -0
- package/types/components/manage/Blocks/Search/components/SelectFacet.test.d.ts +1 -0
- package/types/components/manage/Blocks/Search/components/SelectFacetFilterListEntry.d.ts +2 -0
- package/types/components/manage/Blocks/Search/components/SelectStyling.d.ts +24 -0
- package/types/components/manage/Blocks/Search/components/SortOn.d.ts +4 -0
- package/types/components/manage/Blocks/Search/components/ToggleFacet.d.ts +17 -0
- package/types/components/manage/Blocks/Search/components/ToggleFacetFilterListEntry.d.ts +2 -0
- package/types/components/manage/Blocks/Search/components/ViewSwitcher.d.ts +4 -0
- package/types/components/manage/Blocks/Search/components/base.d.ts +23 -0
- package/types/components/manage/Blocks/Search/components/index.d.ts +13 -0
- package/types/components/manage/Blocks/Search/hocs/index.d.ts +2 -0
- package/types/components/manage/Blocks/Search/hocs/withQueryString.d.ts +8 -0
- package/types/components/manage/Blocks/Search/hocs/withSearch.d.ts +5 -0
- package/types/components/manage/Blocks/Search/layout/LeftColumnFacets.d.ts +2 -0
- package/types/components/manage/Blocks/Search/layout/RightColumnFacets.d.ts +2 -0
- package/types/components/manage/Blocks/Search/layout/TopSideFacets.d.ts +2 -0
- package/types/components/manage/Blocks/Search/schema.d.ts +108 -0
- package/types/components/manage/Blocks/Search/utils.d.ts +4 -0
- package/types/components/manage/Blocks/Search/widgets/SelectMetadataField.d.ts +5 -0
- package/types/components/manage/Blocks/Table/Cell.d.ts +3 -0
- package/types/components/manage/Blocks/Table/Cell.test.d.ts +1 -0
- package/types/components/manage/Blocks/Table/Edit.d.ts +2 -0
- package/types/components/manage/Blocks/Table/Edit.test.d.ts +1 -0
- package/types/components/manage/Blocks/Table/View.d.ts +9 -0
- package/types/components/manage/Blocks/Table/View.test.d.ts +1 -0
- package/types/components/manage/Blocks/Teaser/Body.d.ts +8 -0
- package/types/components/manage/Blocks/Teaser/Data.d.ts +2 -0
- package/types/components/manage/Blocks/Teaser/DefaultBody.d.ts +8 -0
- package/types/components/manage/Blocks/Teaser/Edit.d.ts +2 -0
- package/types/components/manage/Blocks/Teaser/View.d.ts +2 -0
- package/types/components/manage/Blocks/Teaser/adapter.d.ts +7 -0
- package/types/components/manage/Blocks/Teaser/schema.d.ts +46 -0
- package/types/components/manage/Blocks/Text/Edit.d.ts +92 -0
- package/types/components/manage/Blocks/Text/Edit.test.d.ts +1 -0
- package/types/components/manage/Blocks/Text/Schema.d.ts +2 -0
- package/types/components/manage/Blocks/Text/View.d.ts +9 -0
- package/types/components/manage/Blocks/Text/View.test.d.ts +1 -0
- package/types/components/manage/Blocks/Title/Edit.d.ts +26 -0
- package/types/components/manage/Blocks/Title/Edit.test.d.ts +1 -0
- package/types/components/manage/Blocks/Title/View.d.ts +5 -0
- package/types/components/manage/Blocks/Title/View.test.d.ts +1 -0
- package/types/components/manage/Blocks/ToC/Edit.d.ts +7 -0
- package/types/components/manage/Blocks/ToC/Schema.d.ts +35 -0
- package/types/components/manage/Blocks/ToC/View.d.ts +10 -0
- package/types/components/manage/Blocks/ToC/variations/DefaultTocRenderer.d.ts +4 -0
- package/types/components/manage/Blocks/ToC/variations/DefaultTocRenderer.test.d.ts +1 -0
- package/types/components/manage/Blocks/ToC/variations/HorizontalMenu.d.ts +4 -0
- package/types/components/manage/Blocks/ToC/variations/index.d.ts +16 -0
- package/types/components/manage/Blocks/Video/Body.d.ts +10 -0
- package/types/components/manage/Blocks/Video/Edit.d.ts +4 -0
- package/types/components/manage/Blocks/Video/Edit.test.d.ts +1 -0
- package/types/components/manage/Blocks/Video/VideoSidebar.d.ts +2 -0
- package/types/components/manage/Blocks/Video/VideoSidebar.test.d.ts +1 -0
- package/types/components/manage/Blocks/Video/View.d.ts +2 -0
- package/types/components/manage/Blocks/Video/View.test.d.ts +1 -0
- package/types/components/manage/Blocks/Video/schema.d.ts +25 -0
- package/types/components/manage/ConditionalLink/ConditionalLink.d.ts +15 -0
- package/types/components/manage/ConditionalLink/ConditionalLink.test.d.ts +1 -0
- package/types/components/manage/Contents/Contents.d.ts +7 -0
- package/types/components/manage/Contents/Contents.test.d.ts +1 -0
- package/types/components/manage/Contents/ContentsBreadcrumbs.Multilingual.test.d.ts +1 -0
- package/types/components/manage/Contents/ContentsBreadcrumbs.d.ts +2 -0
- package/types/components/manage/Contents/ContentsBreadcrumbs.test.d.ts +1 -0
- package/types/components/manage/Contents/ContentsBreadcrumbsHomeItem.d.ts +2 -0
- package/types/components/manage/Contents/ContentsBreadcrumbsRootItem.d.ts +2 -0
- package/types/components/manage/Contents/ContentsIndexHeader.d.ts +21 -0
- package/types/components/manage/Contents/ContentsIndexHeader.test.d.ts +1 -0
- package/types/components/manage/Contents/ContentsItem.d.ts +37 -0
- package/types/components/manage/Contents/ContentsItem.test.d.ts +1 -0
- package/types/components/manage/Contents/ContentsPropertiesModal.d.ts +10 -0
- package/types/components/manage/Contents/ContentsPropertiesModal.test.d.ts +1 -0
- package/types/components/manage/Contents/ContentsRenameModal.d.ts +10 -0
- package/types/components/manage/Contents/ContentsRenameModal.stories.d.ts +8 -0
- package/types/components/manage/Contents/ContentsRenameModal.test.d.ts +1 -0
- package/types/components/manage/Contents/ContentsTagsModal.d.ts +10 -0
- package/types/components/manage/Contents/ContentsTagsModal.stories.d.ts +19 -0
- package/types/components/manage/Contents/ContentsTagsModal.test.d.ts +1 -0
- package/types/components/manage/Contents/ContentsUploadModal.d.ts +2 -0
- package/types/components/manage/Contents/ContentsUploadModal.test.d.ts +1 -0
- package/types/components/manage/Contents/ContentsWorkflowModal.d.ts +10 -0
- package/types/components/manage/Contents/ContentsWorkflowModal.test.d.ts +1 -0
- package/types/components/manage/Contents/circle.d.ts +4 -0
- package/types/components/manage/Controlpanels/AddonsControlpanel.d.ts +2 -0
- package/types/components/manage/Controlpanels/AddonsControlpanel.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/Aliases.d.ts +2 -0
- package/types/components/manage/Controlpanels/Aliases.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/ContentType.d.ts +2 -0
- package/types/components/manage/Controlpanels/ContentType.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/ContentTypeLayout.d.ts +2 -0
- package/types/components/manage/Controlpanels/ContentTypeLayout.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/ContentTypeSchema.d.ts +2 -0
- package/types/components/manage/Controlpanels/ContentTypes.d.ts +2 -0
- package/types/components/manage/Controlpanels/ContentTypes.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/ContentTypesActions.d.ts +4 -0
- package/types/components/manage/Controlpanels/Controlpanel.d.ts +4 -0
- package/types/components/manage/Controlpanels/Controlpanel.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/Controlpanels.d.ts +17 -0
- package/types/components/manage/Controlpanels/Controlpanels.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/DatabaseInformation.d.ts +2 -0
- package/types/components/manage/Controlpanels/Groups/GroupsControlpanel.d.ts +2 -0
- package/types/components/manage/Controlpanels/Groups/GroupsControlpanel.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/Groups/RenderGroups.d.ts +4 -0
- package/types/components/manage/Controlpanels/Groups/RenderGroups.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/ModerateComments.d.ts +2 -0
- package/types/components/manage/Controlpanels/ModerateComments.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/Relations/BrokenRelations.d.ts +2 -0
- package/types/components/manage/Controlpanels/Relations/Relations.d.ts +2 -0
- package/types/components/manage/Controlpanels/Relations/RelationsListing.d.ts +8 -0
- package/types/components/manage/Controlpanels/Relations/RelationsMatrix.d.ts +2 -0
- package/types/components/manage/Controlpanels/Rules/AddRule.d.ts +2 -0
- package/types/components/manage/Controlpanels/Rules/AddRule.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/Rules/ConfigureRule.d.ts +2 -0
- package/types/components/manage/Controlpanels/Rules/ConfigureRule.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/Rules/EditRule.d.ts +2 -0
- package/types/components/manage/Controlpanels/Rules/EditRule.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/Rules/Rules.d.ts +2 -0
- package/types/components/manage/Controlpanels/Rules/Rules.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/Rules/components/VariableModal.d.ts +2 -0
- package/types/components/manage/Controlpanels/Rules/components/VariableModal.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/UndoControlpanel.d.ts +2 -0
- package/types/components/manage/Controlpanels/UndoControlpanel.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/UpgradeControlPanel.d.ts +2 -0
- package/types/components/manage/Controlpanels/Users/RenderUsers.d.ts +2 -0
- package/types/components/manage/Controlpanels/Users/RenderUsers.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/Users/UserGroupMembershipControlPanel.d.ts +2 -0
- package/types/components/manage/Controlpanels/Users/UserGroupMembershipControlPanel.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/Users/UserGroupMembershipListing.d.ts +9 -0
- package/types/components/manage/Controlpanels/Users/UserGroupMembershipMatrix.d.ts +5 -0
- package/types/components/manage/Controlpanels/Users/UsersControlpanel.d.ts +2 -0
- package/types/components/manage/Controlpanels/Users/UsersControlpanel.test.d.ts +1 -0
- package/types/components/manage/Controlpanels/VersionOverview.d.ts +10 -0
- package/types/components/manage/Delete/Delete.d.ts +2 -0
- package/types/components/manage/Delete/Delete.test.d.ts +1 -0
- package/types/components/manage/Diff/Diff.d.ts +2 -0
- package/types/components/manage/Diff/Diff.test.d.ts +1 -0
- package/types/components/manage/Diff/DiffField.d.ts +2 -0
- package/types/components/manage/Diff/DiffField.test.d.ts +1 -0
- package/types/components/manage/Display/Display.d.ts +4 -0
- package/types/components/manage/Display/Display.test.d.ts +1 -0
- package/types/components/manage/DragDropList/DragDropList.d.ts +2 -0
- package/types/components/manage/Edit/Edit.d.ts +5 -0
- package/types/components/manage/Edit/Edit.test.d.ts +1 -0
- package/types/components/manage/Form/BlockDataForm.d.ts +1 -0
- package/types/components/manage/Form/BlockDataForm.test.d.ts +1 -0
- package/types/components/manage/Form/BlocksToolbar.d.ts +14 -0
- package/types/components/manage/Form/Field.d.ts +4 -0
- package/types/components/manage/Form/Field.test.d.ts +1 -0
- package/types/components/manage/Form/Form.d.ts +4 -0
- package/types/components/manage/Form/Form.test.d.ts +1 -0
- package/types/components/manage/Form/InlineForm.d.ts +4 -0
- package/types/components/manage/Form/InlineForm.test.d.ts +1 -0
- package/types/components/manage/Form/InlineFormState.d.ts +3 -0
- package/types/components/manage/Form/ModalForm.d.ts +4 -0
- package/types/components/manage/Form/ModalForm.test.d.ts +1 -0
- package/types/components/manage/Form/UndoToolbar.d.ts +7 -0
- package/types/components/manage/History/History.d.ts +4 -0
- package/types/components/manage/History/History.test.d.ts +1 -0
- package/types/components/manage/LinkDetectionPlugin/link-detection-plugin.d.ts +11 -0
- package/types/components/manage/LinkDetectionPlugin/utils.d.ts +2 -0
- package/types/components/manage/LinkMore/LinkMore.d.ts +10 -0
- package/types/components/manage/LinksToItem/LinksToItem.d.ts +2 -0
- package/types/components/manage/LinksToItem/LinksToItem.test.d.ts +1 -0
- package/types/components/manage/LockingToastsFactory/LockingToastsFactory.d.ts +2 -0
- package/types/components/manage/MaybeWrap/MaybeWrap.d.ts +5 -0
- package/types/components/manage/MaybeWrap/MaybeWrap.test.d.ts +1 -0
- package/types/components/manage/Messages/Messages.d.ts +2 -0
- package/types/components/manage/Messages/Messages.test.d.ts +1 -0
- package/types/components/manage/Multilingual/CompareLanguages.d.ts +2 -0
- package/types/components/manage/Multilingual/CreateTranslation.d.ts +2 -0
- package/types/components/manage/Multilingual/CreateTranslation.test.d.ts +1 -0
- package/types/components/manage/Multilingual/ManageTranslations.d.ts +2 -0
- package/types/components/manage/Multilingual/ManageTranslations.test.d.ts +1 -0
- package/types/components/manage/Multilingual/TranslationObject.d.ts +9 -0
- package/types/components/manage/Pluggable/Pluggable.stories.d.ts +68 -0
- package/types/components/manage/Pluggable/Pluggable.test.d.ts +1 -0
- package/types/components/manage/Pluggable/index.d.ts +46 -0
- package/types/components/manage/Preferences/ChangePassword.d.ts +2 -0
- package/types/components/manage/Preferences/ChangePassword.test.d.ts +1 -0
- package/types/components/manage/Preferences/PersonalInformation.d.ts +2 -0
- package/types/components/manage/Preferences/PersonalInformation.test.d.ts +1 -0
- package/types/components/manage/Preferences/PersonalPreferences.d.ts +2 -0
- package/types/components/manage/Preferences/PersonalPreferences.test.d.ts +1 -0
- package/types/components/manage/ReactVirtualized/DynamicRowHeightList.d.ts +2 -0
- package/types/components/manage/Rules/Rules.d.ts +2 -0
- package/types/components/manage/Rules/Rules.test.d.ts +1 -0
- package/types/components/manage/Sharing/Sharing.d.ts +2 -0
- package/types/components/manage/Sharing/Sharing.test.d.ts +1 -0
- package/types/components/manage/Sidebar/AlignBlock.d.ts +8 -0
- package/types/components/manage/Sidebar/ObjectBrowser.d.ts +53 -0
- package/types/components/manage/Sidebar/ObjectBrowserBody.d.ts +2 -0
- package/types/components/manage/Sidebar/ObjectBrowserNav.d.ts +10 -0
- package/types/components/manage/Sidebar/ObjectBrowserNav.test.d.ts +1 -0
- package/types/components/manage/Sidebar/Sidebar.d.ts +6 -0
- package/types/components/manage/Sidebar/Sidebar.test.d.ts +1 -0
- package/types/components/manage/Sidebar/SidebarPopup.d.ts +17 -0
- package/types/components/manage/Sidebar/SidebarPopup.stories.d.ts +8 -0
- package/types/components/manage/Sidebar/SidebarPopup.test.d.ts +1 -0
- package/types/components/manage/Sidebar/SidebarPortal.d.ts +15 -0
- package/types/components/manage/Sidebar/SidebarPortal.test.d.ts +1 -0
- package/types/components/manage/TemplateChooser/TemplateChooser.d.ts +11 -0
- package/types/components/manage/TemplateChooser/TemplateChooser.test.d.ts +1 -0
- package/types/components/manage/TextLineEdit/TextLineEdit.d.ts +29 -0
- package/types/components/manage/TextLineEdit/TextLineEdit.stories.d.ts +17 -0
- package/types/components/manage/TextLineEdit/TextLineEdit.test.d.ts +1 -0
- package/types/components/manage/Toast/Toast.d.ts +12 -0
- package/types/components/manage/Toast/Toast.test.d.ts +1 -0
- package/types/components/manage/Toolbar/More.d.ts +4 -0
- package/types/components/manage/Toolbar/More.test.d.ts +1 -0
- package/types/components/manage/Toolbar/PersonalTools.d.ts +7 -0
- package/types/components/manage/Toolbar/PersonalTools.test.d.ts +1 -0
- package/types/components/manage/Toolbar/StandardWrapper.d.ts +12 -0
- package/types/components/manage/Toolbar/StandardWrapper.test.d.ts +1 -0
- package/types/components/manage/Toolbar/Stats.d.ts +2 -0
- package/types/components/manage/Toolbar/Toolbar.d.ts +2 -0
- package/types/components/manage/Toolbar/Toolbar.test.d.ts +1 -0
- package/types/components/manage/Toolbar/Types.d.ts +21 -0
- package/types/components/manage/Toolbar/Types.test.d.ts +1 -0
- package/types/components/manage/UniversalLink/UniversalLink.d.ts +22 -0
- package/types/components/manage/UniversalLink/UniversalLink.test.d.ts +1 -0
- package/types/components/manage/Widgets/AlignWidget.d.ts +12 -0
- package/types/components/manage/Widgets/AlignWidget.stories.d.ts +14 -0
- package/types/components/manage/Widgets/AlignWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/ArrayWidget.d.ts +7 -0
- package/types/components/manage/Widgets/ArrayWidget.stories.d.ts +25 -0
- package/types/components/manage/Widgets/ArrayWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/ButtonsWidget.d.ts +2 -0
- package/types/components/manage/Widgets/ButtonsWidget.stories.d.ts +14 -0
- package/types/components/manage/Widgets/ButtonsWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/CheckboxWidget.d.ts +4 -0
- package/types/components/manage/Widgets/CheckboxWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/CheckboxWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/ColorPickerWidget.d.ts +22 -0
- package/types/components/manage/Widgets/ColorPickerWidget.stories.d.ts +8 -0
- package/types/components/manage/Widgets/ColorPickerWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/DatetimeWidget.d.ts +87 -0
- package/types/components/manage/Widgets/DatetimeWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/DatetimeWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/EmailWidget.d.ts +49 -0
- package/types/components/manage/Widgets/EmailWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/EmailWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/FileWidget.d.ts +4 -0
- package/types/components/manage/Widgets/FileWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/FileWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/FormFieldWrapper.d.ts +4 -0
- package/types/components/manage/Widgets/FormFieldWrapper.stories.d.ts +13 -0
- package/types/components/manage/Widgets/IdWidget.d.ts +2 -0
- package/types/components/manage/Widgets/IdWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/IdWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/ImageSizeWidget.d.ts +4 -0
- package/types/components/manage/Widgets/ImageSizeWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/ImageSizeWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/InternalUrlWidget.d.ts +40 -0
- package/types/components/manage/Widgets/InternalUrlWidget.stories.d.ts +12 -0
- package/types/components/manage/Widgets/NumberWidget.d.ts +4 -0
- package/types/components/manage/Widgets/NumberWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/NumberWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/ObjectBrowserWidget.d.ts +72 -0
- package/types/components/manage/Widgets/ObjectBrowserWidget.stories.d.ts +76 -0
- package/types/components/manage/Widgets/ObjectBrowserWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/ObjectListWidget.d.ts +30 -0
- package/types/components/manage/Widgets/ObjectListWidget.stories.d.ts +79 -0
- package/types/components/manage/Widgets/ObjectListWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/ObjectWidget.d.ts +31 -0
- package/types/components/manage/Widgets/ObjectWidget.stories.d.ts +13 -0
- package/types/components/manage/Widgets/ObjectWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/PasswordWidget.d.ts +4 -0
- package/types/components/manage/Widgets/PasswordWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/PasswordWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/QuerySortOnWidget.d.ts +2 -0
- package/types/components/manage/Widgets/QueryWidget.d.ts +81 -0
- package/types/components/manage/Widgets/QueryWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/QuerystringWidget.d.ts +44 -0
- package/types/components/manage/Widgets/QuerystringWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/RecurrenceWidget/ByDayField.d.ts +2 -0
- package/types/components/manage/Widgets/RecurrenceWidget/ByMonthDayField.d.ts +4 -0
- package/types/components/manage/Widgets/RecurrenceWidget/ByMonthField.d.ts +4 -0
- package/types/components/manage/Widgets/RecurrenceWidget/ByYearField.d.ts +4 -0
- package/types/components/manage/Widgets/RecurrenceWidget/EndField.d.ts +4 -0
- package/types/components/manage/Widgets/RecurrenceWidget/IntervalField.d.ts +28 -0
- package/types/components/manage/Widgets/RecurrenceWidget/MonthOfTheYearField.d.ts +2 -0
- package/types/components/manage/Widgets/RecurrenceWidget/Occurences.d.ts +5 -0
- package/types/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.d.ts +2 -0
- package/types/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/RecurrenceWidget/SelectInput.d.ts +34 -0
- package/types/components/manage/Widgets/RecurrenceWidget/Utils.d.ts +61 -0
- package/types/components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthField.d.ts +2 -0
- package/types/components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField.d.ts +4 -0
- package/types/components/manage/Widgets/ReferenceWidget.d.ts +2 -0
- package/types/components/manage/Widgets/ReferenceWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/RegistryImageWidget.d.ts +4 -0
- package/types/components/manage/Widgets/RegistryImageWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/SchemaWidget.d.ts +4 -0
- package/types/components/manage/Widgets/SchemaWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/SchemaWidgetFieldset.d.ts +27 -0
- package/types/components/manage/Widgets/SchemaWidgetFieldset.test.d.ts +1 -0
- package/types/components/manage/Widgets/SelectAutoComplete.d.ts +7 -0
- package/types/components/manage/Widgets/SelectAutoComplete.test.d.ts +1 -0
- package/types/components/manage/Widgets/SelectAutocompleteWidget.stories.d.ts +29 -0
- package/types/components/manage/Widgets/SelectStyling.d.ts +24 -0
- package/types/components/manage/Widgets/SelectUtils.d.ts +33 -0
- package/types/components/manage/Widgets/SelectUtils.test.d.ts +1 -0
- package/types/components/manage/Widgets/SelectWidget.d.ts +5 -0
- package/types/components/manage/Widgets/SelectWidget.stories.d.ts +26 -0
- package/types/components/manage/Widgets/SelectWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/TextWidget.d.ts +4 -0
- package/types/components/manage/Widgets/TextWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/TextWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/TextareaWidget.d.ts +4 -0
- package/types/components/manage/Widgets/TextareaWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/TextareaWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/TokenWidget.d.ts +4 -0
- package/types/components/manage/Widgets/TokenWidget.stories.d.ts +21 -0
- package/types/components/manage/Widgets/TokenWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/UrlWidget.d.ts +40 -0
- package/types/components/manage/Widgets/UrlWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/UrlWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/VocabularyTermsWidget.d.ts +2 -0
- package/types/components/manage/Widgets/VocabularyTermsWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/VocabularyTermsWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/WysiwygWidget.d.ts +5 -0
- package/types/components/manage/Widgets/WysiwygWidget.stories.d.ts +9 -0
- package/types/components/manage/Widgets/WysiwygWidget.test.d.ts +1 -0
- package/types/components/manage/Widgets/__mocks__/react-sortable-hoc.d.ts +3 -0
- package/types/components/manage/Widgets/story.d.ts +4 -0
- package/types/components/manage/Workflow/Workflow.d.ts +2 -0
- package/types/components/manage/Workflow/Workflow.test.d.ts +1 -0
- package/types/components/manage/WorkingCopyToastsFactory/WorkingCopyToastsFactory.d.ts +2 -0
- package/types/components/theme/Anontools/Anontools.d.ts +16 -0
- package/types/components/theme/Anontools/Anontools.stories.d.ts +8 -0
- package/types/components/theme/Anontools/Anontools.test.d.ts +1 -0
- package/types/components/theme/App/App.d.ts +52 -0
- package/types/components/theme/App/App.test.d.ts +1 -0
- package/types/components/theme/AppExtras/AppExtras.d.ts +2 -0
- package/types/components/theme/AppExtras/AppExtras.test.d.ts +1 -0
- package/types/components/theme/Avatar/Avatar.d.ts +33 -0
- package/types/components/theme/Avatar/Avatar.test.d.ts +1 -0
- package/types/components/theme/Breadcrumbs/Breadcrumbs.d.ts +9 -0
- package/types/components/theme/Breadcrumbs/Breadcrumbs.stories.d.ts +10 -0
- package/types/components/theme/Breadcrumbs/Breadcrumbs.test.d.ts +1 -0
- package/types/components/theme/Comments/Comment.stories.d.ts +28 -0
- package/types/components/theme/Comments/CommentEditModal.d.ts +18 -0
- package/types/components/theme/Comments/CommentEditModal.stories.d.ts +29 -0
- package/types/components/theme/Comments/CommentEditModal.test.d.ts +1 -0
- package/types/components/theme/Comments/Comments.d.ts +2 -0
- package/types/components/theme/Comments/Comments.test.d.ts +1 -0
- package/types/components/theme/Component/Component.d.ts +10 -0
- package/types/components/theme/Component/Component.test.d.ts +1 -0
- package/types/components/theme/ConnectionRefused/ConnectionRefused.d.ts +2 -0
- package/types/components/theme/ConnectionRefused/ConnectionRefused.test.d.ts +1 -0
- package/types/components/theme/ContactForm/ContactForm.d.ts +2 -0
- package/types/components/theme/ContactForm/ContactForm.stories.d.ts +13 -0
- package/types/components/theme/ContactForm/ContactForm.test.d.ts +1 -0
- package/types/components/theme/ContentMetadataTags/ContentMetadataTags.d.ts +2 -0
- package/types/components/theme/CorsError/CorsError.d.ts +7 -0
- package/types/components/theme/CorsError/CorsError.test.d.ts +1 -0
- package/types/components/theme/Error/Error.d.ts +7 -0
- package/types/components/theme/Error/Error.test.d.ts +1 -0
- package/types/components/theme/Error/ErrorBoundary.d.ts +12 -0
- package/types/components/theme/Error/ErrorBoundary.test.d.ts +1 -0
- package/types/components/theme/Error/ServerError.d.ts +2 -0
- package/types/components/theme/EventDetails/EventDetails.d.ts +5 -0
- package/types/components/theme/EventDetails/EventDetails.stories.d.ts +49 -0
- package/types/components/theme/EventDetails/EventDetails.test.d.ts +1 -0
- package/types/components/theme/Footer/Footer.d.ts +4 -0
- package/types/components/theme/Footer/Footer.test.d.ts +1 -0
- package/types/components/theme/Forbidden/Forbidden.d.ts +2 -0
- package/types/components/theme/Forbidden/Forbidden.test.d.ts +1 -0
- package/types/components/theme/FormattedDate/FormattedDate.d.ts +14 -0
- package/types/components/theme/FormattedDate/FormattedDate.stories.d.ts +21 -0
- package/types/components/theme/FormattedDate/FormattedRelativeDate.d.ts +11 -0
- package/types/components/theme/FormattedDate/FormattedRelativeDate.stories.d.ts +58 -0
- package/types/components/theme/Header/Header.d.ts +17 -0
- package/types/components/theme/Header/Header.stories.d.ts +12 -0
- package/types/components/theme/Header/Header.test.d.ts +1 -0
- package/types/components/theme/Icon/Icon.d.ts +55 -0
- package/types/components/theme/Icon/Icon.stories.d.ts +13 -0
- package/types/components/theme/Icon/Icon.test.d.ts +1 -0
- package/types/components/theme/Image/Image.d.ts +23 -0
- package/types/components/theme/Image/Image.test.d.ts +1 -0
- package/types/components/theme/LanguageSelector/LanguageSelector.d.ts +11 -0
- package/types/components/theme/LanguageSelector/LanguageSelector.test.d.ts +1 -0
- package/types/components/theme/Login/Login.d.ts +2 -0
- package/types/components/theme/Login/Login.stories.d.ts +8 -0
- package/types/components/theme/Login/Login.test.d.ts +1 -0
- package/types/components/theme/Logo/Logo.Multilingual.test.d.ts +1 -0
- package/types/components/theme/Logo/Logo.d.ts +8 -0
- package/types/components/theme/Logo/Logo.stories.d.ts +8 -0
- package/types/components/theme/Logo/Logo.test.d.ts +1 -0
- package/types/components/theme/Logout/Logout.d.ts +4 -0
- package/types/components/theme/Logout/Logout.test.d.ts +1 -0
- package/types/components/theme/MultilingualRedirector/MultilingualRedirector.d.ts +2 -0
- package/types/components/theme/MultilingualRedirector/MultilingualRedirector.test.d.ts +1 -0
- package/types/components/theme/Navigation/ContextNavigation.d.ts +13 -0
- package/types/components/theme/Navigation/ContextNavigation.stories.d.ts +8 -0
- package/types/components/theme/Navigation/ContextNavigation.test.d.ts +1 -0
- package/types/components/theme/Navigation/NavItem.d.ts +5 -0
- package/types/components/theme/Navigation/NavItems.d.ts +5 -0
- package/types/components/theme/Navigation/Navigation.Multilingual.test.d.ts +1 -0
- package/types/components/theme/Navigation/Navigation.d.ts +7 -0
- package/types/components/theme/Navigation/Navigation.test.d.ts +1 -0
- package/types/components/theme/Navigation/withContentNavigation.d.ts +14 -0
- package/types/components/theme/NotFound/NotFound.d.ts +2 -0
- package/types/components/theme/NotFound/NotFound.test.d.ts +1 -0
- package/types/components/theme/OutdatedBrowser/OutdatedBrowser.d.ts +2 -0
- package/types/components/theme/Pagination/Pagination.d.ts +4 -0
- package/types/components/theme/Pagination/Pagination.test.d.ts +1 -0
- package/types/components/theme/PasswordReset/PasswordReset.d.ts +2 -0
- package/types/components/theme/PasswordReset/PasswordReset.test.d.ts +1 -0
- package/types/components/theme/PasswordReset/RequestPasswordReset.d.ts +2 -0
- package/types/components/theme/PasswordReset/RequestPasswordReset.test.d.ts +1 -0
- package/types/components/theme/Popup/Popup.d.ts +11 -0
- package/types/components/theme/PreviewImage/PreviewImage.d.ts +17 -0
- package/types/components/theme/PreviewImage/PreviewImage.test.d.ts +1 -0
- package/types/components/theme/Register/Register.d.ts +2 -0
- package/types/components/theme/Register/Register.test.d.ts +1 -0
- package/types/components/theme/RequestTimeout/RequestTimeout.d.ts +6 -0
- package/types/components/theme/RequestTimeout/RequestTimeout.test.d.ts +1 -0
- package/types/components/theme/Search/Search.d.ts +5 -0
- package/types/components/theme/Search/Search.test.d.ts +1 -0
- package/types/components/theme/Search/SearchTags.d.ts +2 -0
- package/types/components/theme/Search/SearchTags.test.d.ts +1 -0
- package/types/components/theme/SearchWidget/SearchWidget.d.ts +2 -0
- package/types/components/theme/SearchWidget/SearchWidget.stories.d.ts +7 -0
- package/types/components/theme/SearchWidget/SearchWidget.test.d.ts +1 -0
- package/types/components/theme/Sitemap/Sitemap.d.ts +6 -0
- package/types/components/theme/Sitemap/Sitemap.test.d.ts +1 -0
- package/types/components/theme/SkipLinks/SkipLinks.d.ts +2 -0
- package/types/components/theme/SkipLinks/SkipLinks.test.d.ts +1 -0
- package/types/components/theme/SocialSharing/SocialSharing.d.ts +17 -0
- package/types/components/theme/SocialSharing/SocialSharing.test.d.ts +1 -0
- package/types/components/theme/Tags/Tags.d.ts +17 -0
- package/types/components/theme/Tags/Tags.test.d.ts +1 -0
- package/types/components/theme/Title/Title.d.ts +16 -0
- package/types/components/theme/Title/Title.test.d.ts +1 -0
- package/types/components/theme/Unauthorized/Unauthorized.d.ts +2 -0
- package/types/components/theme/Unauthorized/Unauthorized.test.d.ts +1 -0
- package/types/components/theme/View/AlbumView.d.ts +22 -0
- package/types/components/theme/View/AlbumView.test.d.ts +1 -0
- package/types/components/theme/View/DefaultView.d.ts +4 -0
- package/types/components/theme/View/DefaultView.test.d.ts +1 -0
- package/types/components/theme/View/EventDatesInfo.d.ts +16 -0
- package/types/components/theme/View/EventDatesInfo.test.d.ts +1 -0
- package/types/components/theme/View/EventView.d.ts +13 -0
- package/types/components/theme/View/EventView.test.d.ts +1 -0
- package/types/components/theme/View/FileView.d.ts +15 -0
- package/types/components/theme/View/FileView.test.d.ts +1 -0
- package/types/components/theme/View/ImageView.d.ts +15 -0
- package/types/components/theme/View/ImageView.test.d.ts +1 -0
- package/types/components/theme/View/LinkView.d.ts +17 -0
- package/types/components/theme/View/LinkView.test.d.ts +1 -0
- package/types/components/theme/View/ListingView.d.ts +15 -0
- package/types/components/theme/View/ListingView.test.d.ts +1 -0
- package/types/components/theme/View/NewsItemView.d.ts +15 -0
- package/types/components/theme/View/NewsItemView.test.d.ts +1 -0
- package/types/components/theme/View/RenderBlocks.d.ts +2 -0
- package/types/components/theme/View/RenderBlocks.test.d.ts +1 -0
- package/types/components/theme/View/RenderEmptyBlock.d.ts +2 -0
- package/types/components/theme/View/SummaryView.d.ts +13 -0
- package/types/components/theme/View/SummaryView.test.d.ts +1 -0
- package/types/components/theme/View/TabularView.d.ts +13 -0
- package/types/components/theme/View/TabularView.test.d.ts +1 -0
- package/types/components/theme/View/View.d.ts +2 -0
- package/types/components/theme/View/View.test.d.ts +1 -0
- package/types/components/theme/Widgets/ArrayWidget.d.ts +6 -0
- package/types/components/theme/Widgets/ArrayWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/BooleanWidget.d.ts +4 -0
- package/types/components/theme/Widgets/BooleanWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/BooleanWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/DateWidget.d.ts +7 -0
- package/types/components/theme/Widgets/DateWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/DateWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/DatetimeWidget.d.ts +7 -0
- package/types/components/theme/Widgets/DatetimeWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/DatetimeWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/DescriptionWidget.d.ts +6 -0
- package/types/components/theme/Widgets/DescriptionWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/DescriptionWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/EmailWidget.d.ts +6 -0
- package/types/components/theme/Widgets/EmailWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/EmailWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/FileWidget.d.ts +6 -0
- package/types/components/theme/Widgets/FileWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/FileWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/ImageWidget.d.ts +5 -0
- package/types/components/theme/Widgets/ImageWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/ImageWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/PasswordWidget.d.ts +6 -0
- package/types/components/theme/Widgets/PasswordWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/PasswordWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/RelationWidget.d.ts +6 -0
- package/types/components/theme/Widgets/RelationWidget.stories.d.ts +51 -0
- package/types/components/theme/Widgets/RelationWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/RelationsWidget.d.ts +6 -0
- package/types/components/theme/Widgets/RelationsWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/RelationsWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/RichTextWidget.d.ts +5 -0
- package/types/components/theme/Widgets/RichTextWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/RichTextWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/SelectWidget.d.ts +6 -0
- package/types/components/theme/Widgets/SelectWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/SelectWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/TextWidget.d.ts +6 -0
- package/types/components/theme/Widgets/TextWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/TextWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/TitleWidget.d.ts +6 -0
- package/types/components/theme/Widgets/TitleWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/TitleWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/TokenWidget.d.ts +6 -0
- package/types/components/theme/Widgets/TokenWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/TokenWidget.test.d.ts +1 -0
- package/types/components/theme/Widgets/UrlWidget.d.ts +6 -0
- package/types/components/theme/Widgets/UrlWidget.stories.d.ts +8 -0
- package/types/components/theme/Widgets/UrlWidget.test.d.ts +1 -0
- package/types/config/Blocks.d.ts +53 -0
- package/types/config/Components.d.ts +11 -0
- package/types/config/ContentIcons.d.ts +9 -0
- package/types/config/ControlPanels.d.ts +25 -0
- package/types/config/Loadables.d.ts +30 -0
- package/types/config/NonContentRoutes.d.ts +1 -0
- package/types/config/RichTextEditor/Blocks.d.ts +5 -0
- package/types/config/RichTextEditor/FromHTML.d.ts +3 -0
- package/types/config/RichTextEditor/Plugins.d.ts +5 -0
- package/types/config/RichTextEditor/Styles.d.ts +10 -0
- package/types/config/RichTextEditor/ToHTML.d.ts +75 -0
- package/types/config/RichTextEditor/index.d.ts +16 -0
- package/types/config/Style.d.ts +7 -0
- package/types/config/Views.d.ts +43 -0
- package/types/config/Widgets.d.ts +102 -0
- package/types/config/Workflows.d.ts +49 -0
- package/types/config/index.d.ts +1 -0
- package/types/config/server.d.ts +16 -0
- package/types/constants/ActionTypes.d.ts +139 -0
- package/types/constants/Indexes.d.ts +139 -0
- package/types/constants/Languages.d.ts +14 -0
- package/types/error.d.ts +4 -0
- package/types/express-middleware/devproxy.d.ts +1 -0
- package/types/express-middleware/files.d.ts +1 -0
- package/types/express-middleware/images.d.ts +1 -0
- package/types/express-middleware/ok.d.ts +1 -0
- package/types/express-middleware/robotstxt.d.ts +1 -0
- package/types/express-middleware/sitemap.d.ts +3 -0
- package/types/express-middleware/static.d.ts +1 -0
- package/types/helpers/Api/APIResourceWithAuth.d.ts +1 -0
- package/types/helpers/Api/Api.d.ts +13 -0
- package/types/helpers/Api/Api.plone.rest.test.d.ts +1 -0
- package/types/helpers/Api/Api.test.d.ts +1 -0
- package/types/helpers/AsyncConnect/AsyncConnect.d.ts +49 -0
- package/types/helpers/AsyncConnect/AsyncConnect.test.d.ts +1 -0
- package/types/helpers/AsyncConnect/index.d.ts +19 -0
- package/types/helpers/AsyncConnect/ssr.d.ts +8 -0
- package/types/helpers/AsyncConnect/utils.d.ts +5 -0
- package/types/helpers/AuthToken/AuthToken.d.ts +13 -0
- package/types/helpers/AuthToken/AuthToken.test.d.ts +1 -0
- package/types/helpers/Blocks/Blocks.d.ts +149 -0
- package/types/helpers/Blocks/Blocks.test.d.ts +1 -0
- package/types/helpers/BodyClass/BodyClass.d.ts +2 -0
- package/types/helpers/Content/Content.d.ts +31 -0
- package/types/helpers/Content/Content.test.d.ts +1 -0
- package/types/helpers/Cookies/cookies.d.ts +5 -0
- package/types/helpers/Extensions/index.d.ts +2 -0
- package/types/helpers/Extensions/withBlockExtensions.d.ts +44 -0
- package/types/helpers/Extensions/withBlockExtensions.test.d.ts +1 -0
- package/types/helpers/Extensions/withBlockSchemaEnhancer.d.ts +49 -0
- package/types/helpers/Extensions/withBlockSchemaEnhancer.test.d.ts +1 -0
- package/types/helpers/FormValidation/FormValidation.d.ts +26 -0
- package/types/helpers/FormValidation/FormValidation.test.d.ts +1 -0
- package/types/helpers/Helmet/Helmet.d.ts +72 -0
- package/types/helpers/Helmet/HelmetConstants.d.ts +54 -0
- package/types/helpers/Helmet/HelmetUtils.d.ts +69 -0
- package/types/helpers/Html/Html.d.ts +52 -0
- package/types/helpers/Html/Html.test.d.ts +1 -0
- package/types/helpers/LanguageMap/LanguageMap.d.ts +879 -0
- package/types/helpers/LanguageMap/LanguageMap.test.d.ts +1 -0
- package/types/helpers/Loadable/Loadable.d.ts +3 -0
- package/types/helpers/Loadable/__mocks__/Loadable.d.ts +3 -0
- package/types/helpers/Loadable/index.d.ts +1 -0
- package/types/helpers/MessageLabels/MessageLabels.d.ts +540 -0
- package/types/helpers/Proxy/Proxy.d.ts +1 -0
- package/types/helpers/Robots/Robots.d.ts +1 -0
- package/types/helpers/ScrollToTop/ScrollToTop.d.ts +2 -0
- package/types/helpers/Site/index.d.ts +4 -0
- package/types/helpers/Sitemap/Sitemap.d.ts +3 -0
- package/types/helpers/UndoManager/useUndoManager.d.ts +10 -0
- package/types/helpers/Url/Url.d.ts +145 -0
- package/types/helpers/Url/Url.test.d.ts +1 -0
- package/types/helpers/Url/urlRegex.d.ts +3 -0
- package/types/helpers/User/User.d.ts +6 -0
- package/types/helpers/Utils/Date.d.ts +34 -0
- package/types/helpers/Utils/Date.test.d.ts +1 -0
- package/types/helpers/Utils/UseDetectClickOutside.stories.d.ts +11 -0
- package/types/helpers/Utils/Utils.d.ts +53 -0
- package/types/helpers/Utils/Utils.test.d.ts +1 -0
- package/types/helpers/Utils/useDetectClickOutside.d.ts +11 -0
- package/types/helpers/Utils/useEvent.d.ts +4 -0
- package/types/helpers/Utils/usePagination.d.ts +4 -0
- package/types/helpers/Utils/usePagination.test.d.ts +1 -0
- package/types/helpers/Utils/usePrevious.d.ts +4 -0
- package/types/helpers/Utils/usePrevious.test.d.ts +1 -0
- package/types/helpers/Vocabularies/Vocabularies.d.ts +41 -0
- package/types/helpers/Widget/utils.d.ts +1 -0
- package/types/helpers/Widget/utils.test.d.ts +1 -0
- package/types/helpers/Widget/widget.d.ts +1 -0
- package/types/helpers/Workflows/Workflows.d.ts +21 -0
- package/types/helpers/Workflows/Workflows.test.d.ts +1 -0
- package/types/helpers/index.d.ts +16 -0
- package/types/hooks/client/useClient.d.ts +1 -0
- package/types/hooks/clipboard/useClipboard.d.ts +1 -0
- package/types/hooks/index.d.ts +1 -0
- package/types/icons/load-icons.d.ts +2 -0
- package/types/index.d.ts +1 -0
- package/types/middleware/Api.test.d.ts +1 -0
- package/types/middleware/api.d.ts +24 -0
- package/types/middleware/blacklistRoutes.d.ts +5 -0
- package/types/middleware/index.d.ts +1 -0
- package/types/middleware/storeProtectLoadUtils.d.ts +9 -0
- package/types/middleware/storeProtectLoadUtils.test.d.ts +1 -0
- package/types/reducers/actions/actions.d.ts +8 -0
- package/types/reducers/actions/actions.test.d.ts +1 -0
- package/types/reducers/addons/addons.d.ts +8 -0
- package/types/reducers/aliases/aliases.d.ts +8 -0
- package/types/reducers/aliases/aliases.test.d.ts +1 -0
- package/types/reducers/apierror/apierror.d.ts +8 -0
- package/types/reducers/apierror/apierror.test.d.ts +1 -0
- package/types/reducers/asyncConnect/asyncConnect.d.ts +7 -0
- package/types/reducers/authRole/authRole.d.ts +8 -0
- package/types/reducers/authRole/authRole.test.d.ts +1 -0
- package/types/reducers/blocksClipboard/blocksClipboard.d.ts +1 -0
- package/types/reducers/breadcrumbs/breadcrumbs.d.ts +8 -0
- package/types/reducers/breadcrumbs/breadcrumbs.test.d.ts +1 -0
- package/types/reducers/browserdetect/browserdetect.d.ts +8 -0
- package/types/reducers/clipboard/clipboard.d.ts +8 -0
- package/types/reducers/clipboard/clipboard.test.d.ts +1 -0
- package/types/reducers/comments/comments.d.ts +8 -0
- package/types/reducers/comments/comments.test.d.ts +1 -0
- package/types/reducers/content/content.d.ts +8 -0
- package/types/reducers/content/content.test.d.ts +1 -0
- package/types/reducers/contentRulesEvents/contentRulesEvents.d.ts +8 -0
- package/types/reducers/contextNavigation/contextNavigation.d.ts +8 -0
- package/types/reducers/contextNavigation/contextNavigation.test.d.ts +1 -0
- package/types/reducers/controlPanelRule/controlPanelRule.d.ts +8 -0
- package/types/reducers/controlPanelRules/controlPanelRules.d.ts +8 -0
- package/types/reducers/controlpanels/controlpanels.d.ts +8 -0
- package/types/reducers/controlpanels/controlpanels.test.d.ts +1 -0
- package/types/reducers/diff/diff.d.ts +8 -0
- package/types/reducers/diff/diff.test.d.ts +1 -0
- package/types/reducers/emailNotification/emailNotification.d.ts +8 -0
- package/types/reducers/emailNotification/emailNotification.test.d.ts +1 -0
- package/types/reducers/emailSend/emailSend.d.ts +8 -0
- package/types/reducers/emailSend/emailSend.test.d.ts +1 -0
- package/types/reducers/form/form.d.ts +7 -0
- package/types/reducers/form/form.test.d.ts +1 -0
- package/types/reducers/groups/groups.d.ts +8 -0
- package/types/reducers/groups/groups.test.d.ts +1 -0
- package/types/reducers/history/history.d.ts +8 -0
- package/types/reducers/history/history.test.d.ts +1 -0
- package/types/reducers/index.d.ts +58 -0
- package/types/reducers/lazyLibraries/lazyLibraries.d.ts +1 -0
- package/types/reducers/messages/messages.d.ts +8 -0
- package/types/reducers/messages/messages.test.d.ts +1 -0
- package/types/reducers/navigation/navigation.d.ts +8 -0
- package/types/reducers/navigation/navigation.test.d.ts +1 -0
- package/types/reducers/navroot/navroot.d.ts +8 -0
- package/types/reducers/navroot/navroot.test.d.ts +1 -0
- package/types/reducers/querystring/querystring.d.ts +8 -0
- package/types/reducers/querystring/querystring.test.d.ts +1 -0
- package/types/reducers/querystringsearch/querystringsearch.d.ts +8 -0
- package/types/reducers/querystringsearch/querystringsearch.test.d.ts +1 -0
- package/types/reducers/relations/relations.d.ts +8 -0
- package/types/reducers/roles/roles.d.ts +8 -0
- package/types/reducers/roles/roles.test.d.ts +1 -0
- package/types/reducers/rules/rules.d.ts +8 -0
- package/types/reducers/schema/schema.d.ts +8 -0
- package/types/reducers/schema/schema.test.d.ts +1 -0
- package/types/reducers/search/search.d.ts +8 -0
- package/types/reducers/search/search.test.d.ts +1 -0
- package/types/reducers/sharing/sharing.d.ts +8 -0
- package/types/reducers/sharing/sharing.test.d.ts +1 -0
- package/types/reducers/sidebar/sidebar.d.ts +8 -0
- package/types/reducers/sidebar/sidebar.test.d.ts +1 -0
- package/types/reducers/site/site.d.ts +8 -0
- package/types/reducers/site/site.test.d.ts +1 -0
- package/types/reducers/toolbar/toolbar.d.ts +8 -0
- package/types/reducers/toolbar/toolbar.test.d.ts +1 -0
- package/types/reducers/transactions/transactions.d.ts +8 -0
- package/types/reducers/transactions/transactions.test.d.ts +1 -0
- package/types/reducers/types/types.d.ts +8 -0
- package/types/reducers/types/types.test.d.ts +1 -0
- package/types/reducers/upgrade/upgrade.d.ts +8 -0
- package/types/reducers/userSession/userSession.d.ts +8 -0
- package/types/reducers/userSession/userSession.test.d.ts +1 -0
- package/types/reducers/users/users.d.ts +8 -0
- package/types/reducers/users/users.test.d.ts +1 -0
- package/types/reducers/userschema/userschema.d.ts +8 -0
- package/types/reducers/vocabularies/vocabularies.d.ts +8 -0
- package/types/reducers/vocabularies/vocabularies.test.d.ts +1 -0
- package/types/reducers/workflow/workflow.d.ts +8 -0
- package/types/reducers/workflow/workflow.test.d.ts +1 -0
- package/types/reducers/workingcopy/workingcopy.d.ts +8 -0
- package/types/reducers/workingcopy/workingcopy.test.d.ts +1 -0
- package/types/registry.d.ts +34 -0
- package/types/registry.test.d.ts +1 -0
- package/types/routes.d.ts +27 -0
- package/types/routes.test.d.ts +1 -0
- package/types/runtime_config.d.ts +1 -0
- package/types/server.d.ts +3 -0
- package/types/start-client.d.ts +2 -0
- package/types/start-server.d.ts +1 -0
- package/types/store.d.ts +4 -0
- package/types/storybook.d.ts +2107 -0
- package/types/theme.d.ts +1 -0
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Action types.
|
|
3
|
+
* @module constants/ActionTypes
|
|
4
|
+
*/
|
|
5
|
+
export const ADD_COMMENT: "ADD_COMMENT";
|
|
6
|
+
export const ADD_MESSAGE: "ADD_MESSAGE";
|
|
7
|
+
export const SET_APIERROR: "SET_APIERROR";
|
|
8
|
+
export const RESET_APIERROR: "RESET_APIERROR";
|
|
9
|
+
export const COPY: "COPY";
|
|
10
|
+
export const COPY_CONTENT: "COPY_CONTENT";
|
|
11
|
+
export const CREATE_CONTENT: "CREATE_CONTENT";
|
|
12
|
+
export const CREATE_GROUP: "CREATE_GROUP";
|
|
13
|
+
export const CREATE_USER: "CREATE_USER";
|
|
14
|
+
export const CUT: "CUT";
|
|
15
|
+
export const DELETE_COMMENT: "DELETE_COMMENT";
|
|
16
|
+
export const DELETE_CONTENT: "DELETE_CONTENT";
|
|
17
|
+
export const DELETE_GROUP: "DELETE_GROUP";
|
|
18
|
+
export const DELETE_USER: "DELETE_USER";
|
|
19
|
+
export const EMAIL_NOTIFICATION: "EMAIL_NOTIFICATION";
|
|
20
|
+
export const EMAIL_SEND: "EMAIL_SEND";
|
|
21
|
+
export const EXPAND_TOOLBAR: "EXPAND_TOOLBAR";
|
|
22
|
+
export const LINK_INTEGRITY_CHECK: "LINK_INTEGRITY_CHECK";
|
|
23
|
+
export const INITIAL_PASSWORD: "INITIAL_PASSWORD";
|
|
24
|
+
export const GET_BREADCRUMBS: "GET_BREADCRUMBS";
|
|
25
|
+
export const GET_CONTENT: "GET_CONTENT";
|
|
26
|
+
export const POST_CONTROLPANEL: "POST_CONTROLPANEL";
|
|
27
|
+
export const GET_CONTROLPANEL: "GET_CONTROLPANEL";
|
|
28
|
+
export const DELETE_CONTROLPANEL: "DELETE_CONTROLPANEL";
|
|
29
|
+
export const UPDATE_CONTROLPANEL: "UPDATE_CONTROLPANEL";
|
|
30
|
+
export const GET_DIFF: "GET_DIFF";
|
|
31
|
+
export const GET_GROUP: "GET_GROUP";
|
|
32
|
+
export const GET_HISTORY: "GET_HISTORY";
|
|
33
|
+
export const GET_TRANSACTIONS: "GET_TRANSACTIONS";
|
|
34
|
+
export const GET_NAVIGATION: "GET_NAVIGATION";
|
|
35
|
+
export const GET_PRINCIPALS: "GET_PRINCIPALS";
|
|
36
|
+
export const GET_QUERYSTRING: "GET_QUERYSTRING";
|
|
37
|
+
export const GET_QUERYSTRING_RESULTS: "GET_QUERYSTRING_RESULTS";
|
|
38
|
+
export const CREATE_RELATIONS: "CREATE_RELATIONS";
|
|
39
|
+
export const DELETE_RELATIONS: "DELETE_RELATIONS";
|
|
40
|
+
export const LIST_RELATIONS: "LIST_RELATIONS";
|
|
41
|
+
export const STATS_RELATIONS: "STATS_RELATIONS";
|
|
42
|
+
export const REBUILD_RELATIONS: "REBUILD_RELATIONS";
|
|
43
|
+
export const GET_SCHEMA: "GET_SCHEMA";
|
|
44
|
+
export const POST_SCHEMA: "POST_SCHEMA";
|
|
45
|
+
export const PUT_SCHEMA: "PUT_SCHEMA";
|
|
46
|
+
export const UPDATE_SCHEMA: "UPDATE_SCHEMA";
|
|
47
|
+
export const DELETE_SCHEMA: "DELETE_SCHEMA";
|
|
48
|
+
export const GET_SHARING: "GET_SHARING";
|
|
49
|
+
export const GET_TRANSLATION_LOCATOR: "GET_TRANSLATION_LOCATOR";
|
|
50
|
+
export const LINK_TRANSLATION: "LINK_TRANSLATION";
|
|
51
|
+
export const DELETE_TRANSLATION: "DELETE_TRANSLATION";
|
|
52
|
+
export const GET_TYPES: "GET_TYPES";
|
|
53
|
+
export const GET_USER: "GET_USER";
|
|
54
|
+
export const GET_VOCABULARY: "GET_VOCABULARY";
|
|
55
|
+
export const GET_VOCABULARY_TOKEN_TITLE: "GET_VOCABULARY_TOKEN_TITLE";
|
|
56
|
+
export const GET_WORKFLOW: "GET_WORKFLOW";
|
|
57
|
+
export const GET_WORKFLOW_MULTIPLE: "GET_WORKFLOW_MULTIPLE";
|
|
58
|
+
export const UPDATECOLUMNS_CONTENT: "UPDATECOLUMNS_CONTENT";
|
|
59
|
+
export const INSTALL_ADDON: "INSTALL_ADDON";
|
|
60
|
+
export const LIST_ACTIONS: "LIST_ACTIONS";
|
|
61
|
+
export const LIST_ADDONS: "LIST_ADDONS";
|
|
62
|
+
export const LIST_COMMENTS: "LIST_COMMENTS";
|
|
63
|
+
export const LIST_MORE_COMMENTS: "LIST_MORE_COMMENTS";
|
|
64
|
+
export const LIST_CONTROLPANELS: "LIST_CONTROLPANELS";
|
|
65
|
+
export const LIST_GROUPS: "LIST_GROUPS";
|
|
66
|
+
export const LIST_FILTER_GROUPS: "LIST_FILTER_GROUPS";
|
|
67
|
+
export const LIST_ROLES: "LIST_ROLES";
|
|
68
|
+
export const AUTH_ROLE: "AUTH_ROLE";
|
|
69
|
+
export const LIST_USERS: "LIST_USERS";
|
|
70
|
+
export const LOGIN: "LOGIN";
|
|
71
|
+
export const LOGIN_RENEW: "LOGIN_RENEW";
|
|
72
|
+
export const LOGOUT: "LOGOUT";
|
|
73
|
+
export const ORDER_CONTENT: "ORDER_CONTENT";
|
|
74
|
+
export const MOVE_CONTENT: "MOVE_CONTENT";
|
|
75
|
+
export const REMOVE_MESSAGE: "REMOVE_MESSAGE";
|
|
76
|
+
export const PURGE_MESSAGES: "PURGE_MESSAGES";
|
|
77
|
+
export const RESET_SEARCH_CONTENT: "RESET_SEARCH_CONTENT";
|
|
78
|
+
export const RESET_CONTENT: "RESET_CONTENT";
|
|
79
|
+
export const RESET_PASSWORD: "RESET_PASSWORD";
|
|
80
|
+
export const REVERT_HISTORY: "REVERT_HISTORY";
|
|
81
|
+
export const REVERT_TRANSACTIONS: "REVERT_TRANSACTIONS";
|
|
82
|
+
export const SEARCH_CONTENT: "SEARCH_CONTENT";
|
|
83
|
+
export const SET_SIDEBAR_TAB: "SET_SIDEBAR_TAB";
|
|
84
|
+
export const TRANSITION_WORKFLOW: "TRANSITION_WORKFLOW";
|
|
85
|
+
export const UNINSTALL_ADDON: "UNINSTALL_ADDON";
|
|
86
|
+
export const UPDATE_CONTENT: "UPDATE_CONTENT";
|
|
87
|
+
export const UPDATE_COMMENT: "UPDATE_COMMENT";
|
|
88
|
+
export const UPDATE_GROUP: "UPDATE_GROUP";
|
|
89
|
+
export const UPDATE_PASSWORD: "UPDATE_PASSWORD";
|
|
90
|
+
export const UPDATE_SHARING: "UPDATE_SHARING";
|
|
91
|
+
export const UPDATE_USER: "UPDATE_USER";
|
|
92
|
+
export const UPGRADE_ADDON: "UPGRADE_ADDON";
|
|
93
|
+
export const SYSTEM_INFORMATION: "SYSTEM_INFORMATION";
|
|
94
|
+
export const DATABASE_INFORMATION: "DATABASE_INFORMATION";
|
|
95
|
+
export const SET_BLOCKS_CLIPBOARD: "SET_BLOCKS_CLIPBOARD";
|
|
96
|
+
export const RESET_BLOCKS_CLIPBOARD: "RESET_BLOCKS_CLIPBOARD";
|
|
97
|
+
export const LOAD_LAZY_LIBRARY: "LOAD_LAZY_LIBRARY";
|
|
98
|
+
export const GET_CONTEXT_NAVIGATION: "GET_CONTEXT_NAVIGATION";
|
|
99
|
+
export const CREATE_WORKING_COPY: "CREATE_WORKING_COPY";
|
|
100
|
+
export const APPLY_WORKING_COPY: "APPLY_WORKING_COPY";
|
|
101
|
+
export const REMOVE_WORKING_COPY: "REMOVE_WORKING_COPY";
|
|
102
|
+
export const LOCK_CONTENT: "LOCK_CONTENT";
|
|
103
|
+
export const UNLOCK_CONTENT: "UNLOCK_CONTENT";
|
|
104
|
+
export const ADD_RULE: "ADD_RULE";
|
|
105
|
+
export const GET_RULES: "GET_RULES";
|
|
106
|
+
export const ENABLE_RULES: "ENABLE_RULES";
|
|
107
|
+
export const DISABLE_RULES: "DISABLE_RULES";
|
|
108
|
+
export const APPLY_SUB_RULES: "APPLY_SUB_RULES";
|
|
109
|
+
export const UNAPPLY_SUB_RULES: "UNAPPLY_SUB_RULES";
|
|
110
|
+
export const REMOVE_RULES: "REMOVE_RULES";
|
|
111
|
+
export const GET_CONTROLPANEL_RULES: "GET_CONTROLPANEL_RULES";
|
|
112
|
+
export const GET_CONTROLPANEL_RULE: "GET_CONTROLPANEL_RULE";
|
|
113
|
+
export const DELETE_CONTROLPANEL_RULE: "DELETE_CONTROLPANEL_RULE";
|
|
114
|
+
export const ADD_CONTROLPANEL_RULE: "ADD_CONTROLPANEL_RULE";
|
|
115
|
+
export const GET_CONTENT_RULES_EVENTS: "GET_CONTENT_RULES_EVENTS";
|
|
116
|
+
export const ADD_NEW_CONTENT_RULE: "ADD_NEW_CONTENT_RULE";
|
|
117
|
+
export const EDIT_CONTROLPANEL_RULE: "EDIT_CONTROLPANEL_RULE";
|
|
118
|
+
export const DELETECONDITION_CONTROLPANEL_RULE: "DELETECONDITION_CONTROLPANEL_RULE";
|
|
119
|
+
export const ADDCONDITION_CONTROLPANEL_RULE: "ADDCONDITION_CONTROLPANEL_RULE";
|
|
120
|
+
export const EDITCONDITION_CONTROLPANEL_RULE: "EDITCONDITION_CONTROLPANEL_RULE";
|
|
121
|
+
export const UPCONDITION_CONTROLPANEL_RULE: "UPCONDITION_CONTROLPANEL_RULE";
|
|
122
|
+
export const DOWNCONDITION_CONTROLPANEL_RULE: "DOWNCONDITION_CONTROLPANEL_RULE";
|
|
123
|
+
export const DELETEACTION_CONTROLPANEL_RULE: "DELETEACTION_CONTROLPANEL_RULE";
|
|
124
|
+
export const EDITACTION_CONTROLPANEL_RULE: "EDITACTION_CONTROLPANEL_RULE";
|
|
125
|
+
export const ADDACTION_CONTROLPANEL_RULE: "ADDACTION_CONTROLPANEL_RULE";
|
|
126
|
+
export const UPACTION_CONTROLPANEL_RULE: "UPACTION_CONTROLPANEL_RULE";
|
|
127
|
+
export const DOWNACTION_CONTROLPANEL_RULE: "DOWNACTION_CONTROLPANEL_RULE";
|
|
128
|
+
export const GETACTION_CONTROLPANEL_RULE: "GETACTION_CONTROLPANEL_RULE";
|
|
129
|
+
export const GETCONDITION_CONTROLPANEL_RULE: "GETCONDITION_CONTROLPANEL_RULE";
|
|
130
|
+
export const MOVE_CONTENT_RULE: "MOVE_CONTENT_RULE";
|
|
131
|
+
export const GET_ALIASES: "GET_ALIASES";
|
|
132
|
+
export const ADD_ALIASES: "ADD_ALIASES";
|
|
133
|
+
export const REMOVE_ALIASES: "REMOVE_ALIASES";
|
|
134
|
+
export const GET_USERSCHEMA: "GET_USERSCHEMA";
|
|
135
|
+
export const GET_UPGRADE: "GET_UPGRADE";
|
|
136
|
+
export const POST_UPGRADE: "POST_UPGRADE";
|
|
137
|
+
export const RESET_LOGIN_REQUEST: "RESET_LOGIN_REQUEST";
|
|
138
|
+
export const GET_SITE: "GET_SITE";
|
|
139
|
+
export const GET_NAVROOT: "GET_NAVROOT";
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
export default Indexes;
|
|
2
|
+
export const defaultIndexes: string[];
|
|
3
|
+
declare namespace Indexes {
|
|
4
|
+
namespace sortable_title {
|
|
5
|
+
let label: string;
|
|
6
|
+
let type: string;
|
|
7
|
+
let sort_on: string;
|
|
8
|
+
}
|
|
9
|
+
namespace review_state {
|
|
10
|
+
let label_1: string;
|
|
11
|
+
export { label_1 as label };
|
|
12
|
+
let type_1: string;
|
|
13
|
+
export { type_1 as type };
|
|
14
|
+
}
|
|
15
|
+
namespace ModificationDate {
|
|
16
|
+
let label_2: string;
|
|
17
|
+
export { label_2 as label };
|
|
18
|
+
let type_2: string;
|
|
19
|
+
export { type_2 as type };
|
|
20
|
+
let sort_on_1: string;
|
|
21
|
+
export { sort_on_1 as sort_on };
|
|
22
|
+
}
|
|
23
|
+
namespace EffectiveDate {
|
|
24
|
+
let label_3: string;
|
|
25
|
+
export { label_3 as label };
|
|
26
|
+
let type_3: string;
|
|
27
|
+
export { type_3 as type };
|
|
28
|
+
let sort_on_2: string;
|
|
29
|
+
export { sort_on_2 as sort_on };
|
|
30
|
+
}
|
|
31
|
+
namespace id {
|
|
32
|
+
let label_4: string;
|
|
33
|
+
export { label_4 as label };
|
|
34
|
+
let type_4: string;
|
|
35
|
+
export { type_4 as type };
|
|
36
|
+
let sort_on_3: string;
|
|
37
|
+
export { sort_on_3 as sort_on };
|
|
38
|
+
}
|
|
39
|
+
namespace ExpirationDate {
|
|
40
|
+
let label_5: string;
|
|
41
|
+
export { label_5 as label };
|
|
42
|
+
let type_5: string;
|
|
43
|
+
export { type_5 as type };
|
|
44
|
+
}
|
|
45
|
+
namespace CreationDate {
|
|
46
|
+
let label_6: string;
|
|
47
|
+
export { label_6 as label };
|
|
48
|
+
let type_6: string;
|
|
49
|
+
export { type_6 as type };
|
|
50
|
+
let sort_on_4: string;
|
|
51
|
+
export { sort_on_4 as sort_on };
|
|
52
|
+
}
|
|
53
|
+
namespace Subject {
|
|
54
|
+
let label_7: string;
|
|
55
|
+
export { label_7 as label };
|
|
56
|
+
let type_7: string;
|
|
57
|
+
export { type_7 as type };
|
|
58
|
+
}
|
|
59
|
+
namespace portal_type {
|
|
60
|
+
let label_8: string;
|
|
61
|
+
export { label_8 as label };
|
|
62
|
+
let type_8: string;
|
|
63
|
+
export { type_8 as type };
|
|
64
|
+
let sort_on_5: string;
|
|
65
|
+
export { sort_on_5 as sort_on };
|
|
66
|
+
}
|
|
67
|
+
namespace is_folderish {
|
|
68
|
+
let label_9: string;
|
|
69
|
+
export { label_9 as label };
|
|
70
|
+
let type_9: string;
|
|
71
|
+
export { type_9 as type };
|
|
72
|
+
}
|
|
73
|
+
namespace exclude_from_nav {
|
|
74
|
+
let label_10: string;
|
|
75
|
+
export { label_10 as label };
|
|
76
|
+
let type_10: string;
|
|
77
|
+
export { type_10 as type };
|
|
78
|
+
}
|
|
79
|
+
namespace getObjSize {
|
|
80
|
+
let label_11: string;
|
|
81
|
+
export { label_11 as label };
|
|
82
|
+
let type_11: string;
|
|
83
|
+
export { type_11 as type };
|
|
84
|
+
}
|
|
85
|
+
namespace last_comment_date {
|
|
86
|
+
let label_12: string;
|
|
87
|
+
export { label_12 as label };
|
|
88
|
+
let type_12: string;
|
|
89
|
+
export { type_12 as type };
|
|
90
|
+
}
|
|
91
|
+
namespace total_comments {
|
|
92
|
+
let label_13: string;
|
|
93
|
+
export { label_13 as label };
|
|
94
|
+
let type_13: string;
|
|
95
|
+
export { type_13 as type };
|
|
96
|
+
}
|
|
97
|
+
namespace end {
|
|
98
|
+
let label_14: string;
|
|
99
|
+
export { label_14 as label };
|
|
100
|
+
let type_14: string;
|
|
101
|
+
export { type_14 as type };
|
|
102
|
+
}
|
|
103
|
+
namespace Description {
|
|
104
|
+
let label_15: string;
|
|
105
|
+
export { label_15 as label };
|
|
106
|
+
let type_15: string;
|
|
107
|
+
export { type_15 as type };
|
|
108
|
+
}
|
|
109
|
+
namespace Creator {
|
|
110
|
+
let label_16: string;
|
|
111
|
+
export { label_16 as label };
|
|
112
|
+
let type_16: string;
|
|
113
|
+
export { type_16 as type };
|
|
114
|
+
}
|
|
115
|
+
namespace location {
|
|
116
|
+
let label_17: string;
|
|
117
|
+
export { label_17 as label };
|
|
118
|
+
let type_17: string;
|
|
119
|
+
export { type_17 as type };
|
|
120
|
+
}
|
|
121
|
+
namespace UID {
|
|
122
|
+
let label_18: string;
|
|
123
|
+
export { label_18 as label };
|
|
124
|
+
let type_18: string;
|
|
125
|
+
export { type_18 as type };
|
|
126
|
+
}
|
|
127
|
+
namespace start {
|
|
128
|
+
let label_19: string;
|
|
129
|
+
export { label_19 as label };
|
|
130
|
+
let type_19: string;
|
|
131
|
+
export { type_19 as type };
|
|
132
|
+
}
|
|
133
|
+
namespace Type {
|
|
134
|
+
let label_20: string;
|
|
135
|
+
export { label_20 as label };
|
|
136
|
+
let type_20: string;
|
|
137
|
+
export { type_20 as type };
|
|
138
|
+
}
|
|
139
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export let ca: string;
|
|
2
|
+
export let de: string;
|
|
3
|
+
export let en: string;
|
|
4
|
+
export let es: string;
|
|
5
|
+
export let eu: string;
|
|
6
|
+
export let fi: string;
|
|
7
|
+
export let fr: string;
|
|
8
|
+
export let it: string;
|
|
9
|
+
export let nl: string;
|
|
10
|
+
export let ro: string;
|
|
11
|
+
export let ja: string;
|
|
12
|
+
export let pt: string;
|
|
13
|
+
export let pt_BR: string;
|
|
14
|
+
export let zh_CN: string;
|
package/types/error.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function devProxyMiddleware(): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function filesMiddleware(): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function imagesMiddleware(): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function okRouteMiddleware(): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function robotstxtMiddleware(): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function staticsMiddleware(): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function getAPIResourceWithAuth(req: any): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export class AsyncConnect extends Component<any, any, any> {
|
|
2
|
+
constructor(props: any);
|
|
3
|
+
state: {
|
|
4
|
+
previousLocation: any;
|
|
5
|
+
};
|
|
6
|
+
mounted: boolean;
|
|
7
|
+
loadDataCounter: number;
|
|
8
|
+
componentDidMount(): void;
|
|
9
|
+
UNSAFE_componentWillReceiveProps(nextProps: any): void;
|
|
10
|
+
componentWillUnmount(): void;
|
|
11
|
+
isLoaded(): any;
|
|
12
|
+
loadAsyncData({ reduxConnectStore, ...otherProps }: {
|
|
13
|
+
[x: string]: any;
|
|
14
|
+
reduxConnectStore: any;
|
|
15
|
+
}): any;
|
|
16
|
+
render(): JSX.Element;
|
|
17
|
+
}
|
|
18
|
+
export namespace AsyncConnect {
|
|
19
|
+
namespace propTypes {
|
|
20
|
+
let render: any;
|
|
21
|
+
let beginGlobalLoad: any;
|
|
22
|
+
let endGlobalLoad: any;
|
|
23
|
+
let reloadOnPropsChange: any;
|
|
24
|
+
let routes: any;
|
|
25
|
+
let location: any;
|
|
26
|
+
let match: any;
|
|
27
|
+
let helpers: any;
|
|
28
|
+
let reduxConnectStore: any;
|
|
29
|
+
}
|
|
30
|
+
namespace defaultProps {
|
|
31
|
+
let helpers_1: {};
|
|
32
|
+
export { helpers_1 as helpers };
|
|
33
|
+
export function reloadOnPropsChange(): boolean;
|
|
34
|
+
export function render({ routes }: {
|
|
35
|
+
routes: any;
|
|
36
|
+
}): any;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
export function AsyncConnectWithContext({ context, ...otherProps }: {
|
|
40
|
+
[x: string]: any;
|
|
41
|
+
context: any;
|
|
42
|
+
}): JSX.Element;
|
|
43
|
+
export namespace AsyncConnectWithContext {
|
|
44
|
+
export namespace propTypes_1 {
|
|
45
|
+
let context: any;
|
|
46
|
+
}
|
|
47
|
+
export { propTypes_1 as propTypes };
|
|
48
|
+
}
|
|
49
|
+
import { Component } from 'react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A replacement for redux-connect's asyncConnect.
|
|
3
|
+
*
|
|
4
|
+
* It was needed because asyncConnect works as a direct wrapper on top of
|
|
5
|
+
* a Component, so the config registry is not yet initialized. To solve this
|
|
6
|
+
* problem we replace the original reduxAsyncConnect implementation (which was
|
|
7
|
+
* a list of asyncConnected "object promises") with as single promise exposed
|
|
8
|
+
* as { key: 'voltoLoadAsyncProps', promise: ... }.
|
|
9
|
+
*
|
|
10
|
+
* In more details, the original asyncConnect worked by replacing all our
|
|
11
|
+
* "object promises" with a special version that's integrated with its own
|
|
12
|
+
* Redux actions. We do another wrap, which takes the initial passed "object
|
|
13
|
+
* promises", finds registered, per route, "extenders", calls these extenders
|
|
14
|
+
* with the "object promises" and that's our "object promises" (which it calls
|
|
15
|
+
* internally "asyncItems").
|
|
16
|
+
*/
|
|
17
|
+
export function asyncConnect(asyncItems: any, mapStateToProps: any, mapDispatchToProps: any, mergeProps: any, options: any): (Component: any) => import("react-redux").ConnectedComponent<any, any>;
|
|
18
|
+
export const ReduxAsyncConnect: import("react-redux").ConnectedComponent<any, any>;
|
|
19
|
+
export { loadOnServer, loadAsyncConnect } from "./ssr";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export function filterComponents(branch: any): any;
|
|
2
|
+
export function loadAsyncConnect({ location, routes, filter, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
location: any;
|
|
5
|
+
routes?: any[];
|
|
6
|
+
filter?: () => boolean;
|
|
7
|
+
}): any;
|
|
8
|
+
export function loadOnServer(args: any): any;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Get auth token method (does not work in SSR)
|
|
3
|
+
* @method getAuthToken
|
|
4
|
+
* @returns {undefined}
|
|
5
|
+
*/
|
|
6
|
+
export function getAuthToken(): undefined;
|
|
7
|
+
/**
|
|
8
|
+
* Persist auth token method.
|
|
9
|
+
* @method persistAuthToken
|
|
10
|
+
* @param {object} store Redux store.
|
|
11
|
+
* @returns {undefined}
|
|
12
|
+
*/
|
|
13
|
+
export function persistAuthToken(store: object, req: any): undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Get blocks field.
|
|
3
|
+
* @function getBlocksFieldname
|
|
4
|
+
* @param {Object} props Properties.
|
|
5
|
+
* @return {string} Field name of the blocks
|
|
6
|
+
*/
|
|
7
|
+
export function getBlocksFieldname(props: any): string;
|
|
8
|
+
/**
|
|
9
|
+
* Get blocks layout field.
|
|
10
|
+
* @function getBlocksLayoutFieldname
|
|
11
|
+
* @param {Object} props Properties.
|
|
12
|
+
* @return {string} Field name of the blocks layout
|
|
13
|
+
*/
|
|
14
|
+
export function getBlocksLayoutFieldname(props: any): string;
|
|
15
|
+
/**
|
|
16
|
+
* Has blocks data.
|
|
17
|
+
* @function hasBlocksData
|
|
18
|
+
* @param {Object} props Properties.
|
|
19
|
+
* @return {boolean} True if it has blocks data.
|
|
20
|
+
*/
|
|
21
|
+
export function hasBlocksData(props: any): boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Pluggable method to test if a block has a set value (any non-empty value)
|
|
24
|
+
* @function blockHasValue
|
|
25
|
+
* @param {Object} data Block data
|
|
26
|
+
* @return {boolean} True if block has a non-empty value
|
|
27
|
+
*/
|
|
28
|
+
export function blockHasValue(data: any): boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Move block to different location index within blocks_layout
|
|
31
|
+
* @function moveBlock
|
|
32
|
+
* @param {Object} formData Form data
|
|
33
|
+
* @param {number} source index within form blocks_layout items
|
|
34
|
+
* @param {number} destination index within form blocks_layout items
|
|
35
|
+
* @return {Object} New form data
|
|
36
|
+
*/
|
|
37
|
+
export function moveBlock(formData: any, source: number, destination: number): any;
|
|
38
|
+
/**
|
|
39
|
+
* Delete block by id
|
|
40
|
+
* @function deleteBlock
|
|
41
|
+
* @param {Object} formData Form data
|
|
42
|
+
* @param {string} blockId Block uid
|
|
43
|
+
* @return {Object} New form data
|
|
44
|
+
*/
|
|
45
|
+
export function deleteBlock(formData: any, blockId: string): any;
|
|
46
|
+
/**
|
|
47
|
+
* Adds a block to the blocks form
|
|
48
|
+
* @function addBlock
|
|
49
|
+
* @param {Object} formData Form data
|
|
50
|
+
* @param {string} type Block type
|
|
51
|
+
* @param {number} index Destination index
|
|
52
|
+
* @return {Array} New block id, New form data
|
|
53
|
+
*/
|
|
54
|
+
export function addBlock(formData: any, type: string, index: number, blocksConfig: any): any[];
|
|
55
|
+
/**
|
|
56
|
+
* Mutate block, changes the block @type
|
|
57
|
+
* @function mutateBlock
|
|
58
|
+
* @param {Object} formData Form data
|
|
59
|
+
* @param {string} id Block uid to mutate
|
|
60
|
+
* @param {number} value Block's new value
|
|
61
|
+
* @return {Object} New form data
|
|
62
|
+
*/
|
|
63
|
+
export function mutateBlock(formData: any, id: string, value: number, blocksConfig: any): any;
|
|
64
|
+
/**
|
|
65
|
+
* Insert new block before another block
|
|
66
|
+
* @function insertBlock
|
|
67
|
+
* @param {Object} formData Form data
|
|
68
|
+
* @param {string} id Insert new block before the block with this id
|
|
69
|
+
* @param {number} value New block's value
|
|
70
|
+
* @return {Array} New block id, New form data
|
|
71
|
+
*/
|
|
72
|
+
export function insertBlock(formData: any, id: string, value: number, current: {}, offset: number, blocksConfig: any): any[];
|
|
73
|
+
/**
|
|
74
|
+
* Change block
|
|
75
|
+
* @function changeBlock
|
|
76
|
+
* @param {Object} formData Form data
|
|
77
|
+
* @param {string} id Block uid to change
|
|
78
|
+
* @param {number} value Block's new value
|
|
79
|
+
* @return {Object} New form data
|
|
80
|
+
*/
|
|
81
|
+
export function changeBlock(formData: any, id: string, value: number): any;
|
|
82
|
+
/**
|
|
83
|
+
* Get the next block UID within form
|
|
84
|
+
* @function nextBlockId
|
|
85
|
+
* @param {Object} formData Form data
|
|
86
|
+
* @param {string} currentBlock Block uid
|
|
87
|
+
* @return {string} Next block uid
|
|
88
|
+
*/
|
|
89
|
+
export function nextBlockId(formData: any, currentBlock: string): string;
|
|
90
|
+
/**
|
|
91
|
+
* Get the previous block UID within form
|
|
92
|
+
* @function previousBlockId
|
|
93
|
+
* @param {Object} formData Form data
|
|
94
|
+
* @param {string} currentBlock Block uid
|
|
95
|
+
* @return {string} Previous block uid
|
|
96
|
+
*/
|
|
97
|
+
export function previousBlockId(formData: any, currentBlock: string): string;
|
|
98
|
+
/**
|
|
99
|
+
* Generate empty block form
|
|
100
|
+
* @function emptyBlocksForm
|
|
101
|
+
* @param {Object} formData Form data
|
|
102
|
+
* @return {Object} Empty blocks form with one defaultBlockType block
|
|
103
|
+
*/
|
|
104
|
+
export function emptyBlocksForm(): any;
|
|
105
|
+
/**
|
|
106
|
+
* Generate empty blocks blocks/blocks_layout pair given the type
|
|
107
|
+
* (could be empty, if not type given) and the number of blocks
|
|
108
|
+
* @function blocksFormGenerator
|
|
109
|
+
* @param {number} number How many blocks to generate of the type (could be "empty", if no type provided)
|
|
110
|
+
* @param {number} type The type of the blocks
|
|
111
|
+
* @return {Object} blocks/blocks_layout pair filled with the generated blocks
|
|
112
|
+
*/
|
|
113
|
+
export function blocksFormGenerator(number: number, type: number): any;
|
|
114
|
+
/**
|
|
115
|
+
* Recursively discover blocks in data and call the provided callback
|
|
116
|
+
* @function visitBlocks
|
|
117
|
+
* @param {Object} content A content data structure (an object with blocks and blocks_layout)
|
|
118
|
+
* @param {Function} callback A function to call on each discovered block
|
|
119
|
+
*/
|
|
120
|
+
export function visitBlocks(content: any, callback: Function): void;
|
|
121
|
+
/**
|
|
122
|
+
* Initializes data with the default values coming from schema
|
|
123
|
+
*/
|
|
124
|
+
export function applySchemaDefaults({ data, schema, intl }: {
|
|
125
|
+
data?: {};
|
|
126
|
+
schema: any;
|
|
127
|
+
intl: any;
|
|
128
|
+
}): any;
|
|
129
|
+
/**
|
|
130
|
+
* Apply the block's default (as defined in schema) to the block data.
|
|
131
|
+
*
|
|
132
|
+
* @function applyBlockDefaults
|
|
133
|
+
* @param {Object} params An object with data, intl and anything else
|
|
134
|
+
* @return {Object} Derived data, with the defaults extracted from the schema
|
|
135
|
+
*/
|
|
136
|
+
export function applyBlockDefaults({ data, intl, ...rest }: any, blocksConfig: any): any;
|
|
137
|
+
/**
|
|
138
|
+
* Given a `block` object and a list of block types, return a list of block ids matching the types
|
|
139
|
+
*
|
|
140
|
+
* @function findBlocks
|
|
141
|
+
* @param {Object} types A list with the list of types to be matched
|
|
142
|
+
* @return {Array} An array of block ids
|
|
143
|
+
*/
|
|
144
|
+
export function findBlocks(blocks: any, types: any, result?: any[]): any[];
|
|
145
|
+
export function getBlocks(properties: any): any[];
|
|
146
|
+
export function styleToClassName(key: any, value: any, prefix?: string): any;
|
|
147
|
+
export function buildStyleClassNamesFromData(obj?: {}, prefix?: string): any;
|
|
148
|
+
export function buildStyleClassNamesExtenders({ block, content, data, classNames, }: any): any[];
|
|
149
|
+
export function getPreviousNextBlock({ content, block }: any): any[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nest content.
|
|
3
|
+
* @function nestContent
|
|
4
|
+
* @param {Object} props Properties.
|
|
5
|
+
* @return {string} Field name of the block
|
|
6
|
+
*/
|
|
7
|
+
export function nestContent(props: any): string;
|
|
8
|
+
/**
|
|
9
|
+
* Get layout field.
|
|
10
|
+
* @function getLayoutFieldname
|
|
11
|
+
* @param {Object} props Properties.
|
|
12
|
+
* @return {string} Field name of the layout
|
|
13
|
+
*/
|
|
14
|
+
export function getLayoutFieldname(props: any): string;
|
|
15
|
+
/**
|
|
16
|
+
* Get content icon.
|
|
17
|
+
* @description Configurable in config
|
|
18
|
+
* @function getContentIcon
|
|
19
|
+
* @param {string} type Content type
|
|
20
|
+
* @param {boolean} isFolderish
|
|
21
|
+
* @returns {Object} Icon component
|
|
22
|
+
*/
|
|
23
|
+
export function getContentIcon(type: string, isFolderish: boolean): any;
|
|
24
|
+
/**
|
|
25
|
+
* Get the language independent fields presents in a schema.
|
|
26
|
+
* @description Configurable in config
|
|
27
|
+
* @function getLanguageIndependentFields
|
|
28
|
+
* @param {string} schema content type JSON Schema serialization
|
|
29
|
+
* @returns {array} List of language independent fields
|
|
30
|
+
*/
|
|
31
|
+
export function getLanguageIndependentFields(schema: string): any[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|