@crystaldesign/diva-backoffice 24.11.0-beta.2 → 24.11.0-beta.20

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.
Files changed (71) hide show
  1. package/build/esm/index.js +1941 -2738
  2. package/build/types/backoffice/src/Configuration.d.ts +2 -0
  3. package/build/types/backoffice/src/Configuration.d.ts.map +1 -1
  4. package/build/types/backoffice/src/layout/ErrorBoundary.d.ts +8 -11
  5. package/build/types/backoffice/src/layout/ErrorBoundary.d.ts.map +1 -1
  6. package/build/types/backoffice/src/layout/Navigation/types.d.ts +2 -1
  7. package/build/types/backoffice/src/layout/Navigation/types.d.ts.map +1 -1
  8. package/build/types/backoffice/src/layout/Toolbar/Tools/{WYSIWYG → WYSIWYG_Configurator}/ArticleSelection/index.d.ts +1 -1
  9. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/ArticleSelection/index.d.ts.map +1 -0
  10. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/index.d.ts.map +1 -0
  11. package/build/types/backoffice/src/layout/Toolbar/Tools/{WYSIWYG/useWysiwyg.d.ts → WYSIWYG_Configurator/useWysiwygConfigurator.d.ts} +1 -1
  12. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/useWysiwygConfigurator.d.ts.map +1 -0
  13. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_ContentItem/index.d.ts +8 -0
  14. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_ContentItem/index.d.ts.map +1 -0
  15. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_ContentItem/useWysiwygContentItem.d.ts +11 -0
  16. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_ContentItem/useWysiwygContentItem.d.ts.map +1 -0
  17. package/build/types/backoffice/src/layout/Toolbar/index.d.ts.map +1 -1
  18. package/build/types/backoffice/src/store/ContentStore.d.ts +3 -0
  19. package/build/types/backoffice/src/store/ContentStore.d.ts.map +1 -1
  20. package/build/types/backoffice/src/store/RootStore.d.ts +7 -4
  21. package/build/types/backoffice/src/store/RootStore.d.ts.map +1 -1
  22. package/build/types/backoffice/src/ui/Form/Fields/Translation/useTranslationForm.d.ts +1 -1
  23. package/build/types/backoffice/src/ui/Form/Fields/Translation/useTranslationForm.d.ts.map +1 -1
  24. package/build/types/backoffice/src/ui/Form/elements.d.ts.map +1 -1
  25. package/build/types/backoffice/src/ui/Form/index.d.ts.map +1 -1
  26. package/build/types/backoffice/src/ui/Form/types.d.ts +7 -0
  27. package/build/types/backoffice/src/ui/Form/types.d.ts.map +1 -1
  28. package/build/types/backoffice/src/ui/Form/useFormData.d.ts +2 -0
  29. package/build/types/backoffice/src/ui/Form/useFormData.d.ts.map +1 -1
  30. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelector/index.d.ts +10 -0
  31. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelector/index.d.ts.map +1 -0
  32. package/build/types/backoffice/src/ui/IDMEnricherEditor/index.d.ts.map +1 -1
  33. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts +12 -1
  34. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts.map +1 -1
  35. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/tableConfiguration.d.ts.map +1 -1
  36. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -1
  37. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts.map +1 -1
  38. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts +13 -1
  39. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts.map +1 -1
  40. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/catalogConfig.d.ts.map +1 -1
  41. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/detailInfosConfig.d.ts.map +1 -1
  42. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/featureConfig.d.ts.map +1 -1
  43. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/itemConfig.d.ts.map +1 -1
  44. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/optionsConfig.d.ts.map +1 -1
  45. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/seriesConfig.d.ts.map +1 -1
  46. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/useConfiguration.d.ts +2 -4
  47. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/useConfiguration.d.ts.map +1 -1
  48. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map +1 -1
  49. package/build/types/backoffice/src/ui/IDMEnricherEditor/useModule.d.ts +3 -3
  50. package/build/types/backoffice/src/ui/IDMEnricherEditor/useModule.d.ts.map +1 -1
  51. package/build/types/backoffice/src/ui/IDMEnricherEditor/useNavigation.d.ts +1 -1
  52. package/build/types/backoffice/src/ui/IDMEnricherEditor/useNavigation.d.ts.map +1 -1
  53. package/build/types/backoffice/src/ui/ModalProgressBar/index.d.ts +7 -0
  54. package/build/types/backoffice/src/ui/ModalProgressBar/index.d.ts.map +1 -0
  55. package/build/types/backoffice/src/ui/SelectSimple/index.d.ts +1 -1
  56. package/build/types/backoffice/src/ui/SelectSimple/index.d.ts.map +1 -1
  57. package/build/types/backoffice/src/ui/SelectSimple/types.d.ts +2 -0
  58. package/build/types/backoffice/src/ui/SelectSimple/types.d.ts.map +1 -1
  59. package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts +1 -1
  60. package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts.map +1 -1
  61. package/build/types/backoffice/src/ui/Table/BaseTable/index.d.ts.map +1 -1
  62. package/build/types/backoffice/src/ui/Table/types.d.ts +3 -0
  63. package/build/types/backoffice/src/ui/Table/types.d.ts.map +1 -1
  64. package/build/types/backoffice/src/ui/Table/utils/mapColumns.d.ts.map +1 -1
  65. package/package.json +5 -3
  66. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG/ArticleSelection/index.d.ts.map +0 -1
  67. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG/index.d.ts.map +0 -1
  68. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG/useWysiwyg.d.ts.map +0 -1
  69. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/index.d.ts +0 -10
  70. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/index.d.ts.map +0 -1
  71. /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.