@crystaldesign/diva-backoffice 24.11.0-beta.9 → 24.11.0-rc.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/build/esm/index.js +3783 -3494
- package/build/types/backoffice/src/Configuration.d.ts +4 -0
- package/build/types/backoffice/src/Configuration.d.ts.map +1 -1
- package/build/types/backoffice/src/layout/Content/index.d.ts.map +1 -1
- package/build/types/backoffice/src/layout/ErrorBoundary.d.ts +8 -11
- package/build/types/backoffice/src/layout/ErrorBoundary.d.ts.map +1 -1
- package/build/types/backoffice/src/layout/Navigation/types.d.ts +3 -1
- package/build/types/backoffice/src/layout/Navigation/types.d.ts.map +1 -1
- package/build/types/backoffice/src/layout/Toolbar/Tools/{WYSIWYG → WYSIWYG_Configurator}/ArticleSelection/index.d.ts +1 -1
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/ArticleSelection/index.d.ts.map +1 -0
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/index.d.ts.map +1 -0
- package/build/types/backoffice/src/layout/Toolbar/Tools/{WYSIWYG/useWysiwyg.d.ts → WYSIWYG_Configurator/useWysiwygConfigurator.d.ts} +1 -1
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/useWysiwygConfigurator.d.ts.map +1 -0
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_ContentItem/index.d.ts +8 -0
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_ContentItem/index.d.ts.map +1 -0
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_ContentItem/useWysiwygContentItem.d.ts +11 -0
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_ContentItem/useWysiwygContentItem.d.ts.map +1 -0
- package/build/types/backoffice/src/layout/Toolbar/index.d.ts.map +1 -1
- package/build/types/backoffice/src/store/ContentStore.d.ts +3 -0
- package/build/types/backoffice/src/store/ContentStore.d.ts.map +1 -1
- package/build/types/backoffice/src/store/RootStore.d.ts +7 -4
- package/build/types/backoffice/src/store/RootStore.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/AssetMananger/MediaItem.d.ts +24 -0
- package/build/types/backoffice/src/ui/AssetMananger/MediaItem.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/AssetMananger/Upload/FileFromWeb.d.ts +4 -0
- package/build/types/backoffice/src/ui/AssetMananger/Upload/FileFromWeb.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/AssetMananger/Upload/index.d.ts +12 -0
- package/build/types/backoffice/src/ui/AssetMananger/Upload/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/AssetMananger/index.d.ts +3 -0
- package/build/types/backoffice/src/ui/AssetMananger/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/AssetMananger/utils.d.ts +9 -0
- package/build/types/backoffice/src/ui/AssetMananger/utils.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/Description/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Form/Fields/FormList/index.d.ts +4 -4
- package/build/types/backoffice/src/ui/Form/Fields/FormList/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Form/Fields/Media/index.d.ts +11 -0
- package/build/types/backoffice/src/ui/Form/Fields/Media/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/Form/Fields/Translation/index.d.ts +4 -1
- package/build/types/backoffice/src/ui/Form/Fields/Translation/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Form/Fields/Translation/useTranslationForm.d.ts +1 -1
- package/build/types/backoffice/src/ui/Form/Fields/Translation/useTranslationForm.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Form/elements.d.ts +1 -1
- package/build/types/backoffice/src/ui/Form/elements.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Form/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Form/types.d.ts +17 -2
- package/build/types/backoffice/src/ui/Form/types.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Form/useFormData.d.ts +9 -3
- package/build/types/backoffice/src/ui/Form/useFormData.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelector/index.d.ts +11 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelector/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts +12 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/tableConfiguration.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts +13 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/catalogConfig.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/detailInfosConfig.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/featureConfig.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/itemConfig.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/optionsConfig.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/seriesConfig.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/useConfiguration.d.ts +2 -4
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/useConfiguration.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/useModule.d.ts +2 -2
- package/build/types/backoffice/src/ui/IDMEnricherEditor/useModule.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/useNavigation.d.ts +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/useNavigation.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/ModalProgressBar/index.d.ts +7 -0
- package/build/types/backoffice/src/ui/ModalProgressBar/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/SelectSimple/index.d.ts +1 -1
- package/build/types/backoffice/src/ui/SelectSimple/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/SelectSimple/types.d.ts +2 -0
- package/build/types/backoffice/src/ui/SelectSimple/types.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts +1 -1
- package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Table/BaseTable/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Table/CatalogTable/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Table/StandardTable/useTableData.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Table/types.d.ts +4 -0
- package/build/types/backoffice/src/ui/Table/types.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Table/utils/mapColumns.d.ts.map +1 -1
- package/package.json +5 -3
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG/ArticleSelection/index.d.ts.map +0 -1
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG/index.d.ts.map +0 -1
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG/useWysiwyg.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/index.d.ts +0 -10
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/index.d.ts.map +0 -1
- /package/build/types/backoffice/src/layout/Toolbar/Tools/{WYSIWYG → WYSIWYG_Configurator}/index.d.ts +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.