@crystaldesign/diva-backoffice 25.4.0-beta.5 → 25.4.0-beta.51

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 (120) hide show
  1. package/build/esm/index.js +2090 -1084
  2. package/build/types/backoffice/src/Configuration.d.ts +4 -2
  3. package/build/types/backoffice/src/Configuration.d.ts.map +1 -1
  4. package/build/types/backoffice/src/layout/Content/index.d.ts.map +1 -1
  5. package/build/types/backoffice/src/layout/Detail.d.ts.map +1 -1
  6. package/build/types/backoffice/src/layout/Navigation/MenuLabel.d.ts +2 -1
  7. package/build/types/backoffice/src/layout/Navigation/MenuLabel.d.ts.map +1 -1
  8. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/ArticleSelection/index.d.ts.map +1 -1
  9. package/build/types/backoffice/src/store/ContentStore.d.ts.map +1 -1
  10. package/build/types/backoffice/src/store/ContextStore.d.ts +13 -0
  11. package/build/types/backoffice/src/store/ContextStore.d.ts.map +1 -0
  12. package/build/types/backoffice/src/store/RootStore.d.ts +2 -0
  13. package/build/types/backoffice/src/store/RootStore.d.ts.map +1 -1
  14. package/build/types/backoffice/src/ui/FileUploadOrders/index.d.ts +9 -0
  15. package/build/types/backoffice/src/ui/FileUploadOrders/index.d.ts.map +1 -0
  16. package/build/types/backoffice/src/ui/FileUploadOrders/types.d.ts +6 -0
  17. package/build/types/backoffice/src/ui/FileUploadOrders/types.d.ts.map +1 -0
  18. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/CatalogOptions.d.ts +9 -0
  19. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/CatalogOptions.d.ts.map +1 -0
  20. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Items.d.ts.map +1 -1
  21. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionCombinations/ActionForm.d.ts +2 -0
  22. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionCombinations/ActionForm.d.ts.map +1 -1
  23. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionGroupOptions.d.ts +10 -0
  24. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionGroupOptions.d.ts.map +1 -0
  25. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Options.d.ts.map +1 -1
  26. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/CatalogSelector.d.ts +6 -7
  27. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/CatalogSelector.d.ts.map +1 -1
  28. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/FeatureSelector.d.ts +6 -8
  29. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/FeatureSelector.d.ts.map +1 -1
  30. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/SeriesSelector.d.ts +6 -9
  31. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/PrefilterSelectors/SeriesSelector.d.ts.map +1 -1
  32. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/UploadButton/index.d.ts.map +1 -1
  33. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useCatalogContext.d.ts +16 -0
  34. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useCatalogContext.d.ts.map +1 -0
  35. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useModule.d.ts +9 -0
  36. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useModule.d.ts.map +1 -0
  37. package/build/types/backoffice/src/ui/IDMCatalogEditor/index.d.ts.map +1 -1
  38. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogOptions/index.d.ts +5 -0
  39. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogOptions/index.d.ts.map +1 -0
  40. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogs/index.d.ts +3 -1
  41. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogs/index.d.ts.map +1 -1
  42. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDecisions/index.d.ts +3 -1
  43. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDecisions/index.d.ts.map +1 -1
  44. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.d.ts +3 -1
  45. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.d.ts.map +1 -1
  46. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.d.ts +3 -1
  47. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.d.ts.map +1 -1
  48. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatures/index.d.ts +3 -1
  49. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableFeatures/index.d.ts.map +1 -1
  50. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableItems/index.d.ts +3 -1
  51. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableItems/index.d.ts.map +1 -1
  52. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptionGroups/index.d.ts +5 -0
  53. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptionGroups/index.d.ts.map +1 -0
  54. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptions/index.d.ts +3 -1
  55. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableOptions/index.d.ts.map +1 -1
  56. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePartlists/index.d.ts +3 -1
  57. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePartlists/index.d.ts.map +1 -1
  58. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePriceFeatureGroups/index.d.ts +3 -1
  59. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePriceFeatureGroups/index.d.ts.map +1 -1
  60. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePrices/index.d.ts +3 -1
  61. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TablePrices/index.d.ts.map +1 -1
  62. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableSeries/index.d.ts +3 -1
  63. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableSeries/index.d.ts.map +1 -1
  64. package/build/types/backoffice/src/ui/IDMCollectionEditor/modules/TableCollections/index.d.ts.map +1 -1
  65. package/build/types/backoffice/src/ui/IDMCommonComponents/commonEnums.d.ts +4 -0
  66. package/build/types/backoffice/src/ui/IDMCommonComponents/commonEnums.d.ts.map +1 -1
  67. package/build/types/backoffice/src/ui/IDMCommonComponents/createTranslatedColumnConfig.d.ts +4 -1
  68. package/build/types/backoffice/src/ui/IDMCommonComponents/createTranslatedColumnConfig.d.ts.map +1 -1
  69. package/build/types/backoffice/src/ui/IDMCommonComponents/useLoadingModal.d.ts +10 -0
  70. package/build/types/backoffice/src/ui/IDMCommonComponents/useLoadingModal.d.ts.map +1 -0
  71. package/build/types/backoffice/src/ui/IDMEnricherEditor/Tables/Prices/index.d.ts +6 -2
  72. package/build/types/backoffice/src/ui/IDMEnricherEditor/Tables/Prices/index.d.ts.map +1 -1
  73. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/FeatureSelector.d.ts +5 -6
  74. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/FeatureSelector.d.ts.map +1 -1
  75. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/PackageSelector.d.ts +6 -9
  76. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/PackageSelector.d.ts.map +1 -1
  77. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/SeriesSelector.d.ts +5 -7
  78. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PrefilterSelectors/SeriesSelector.d.ts.map +1 -1
  79. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useEnricherContext.d.ts +18 -0
  80. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useEnricherContext.d.ts.map +1 -0
  81. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useModule.d.ts +10 -0
  82. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useModule.d.ts.map +1 -0
  83. package/build/types/backoffice/src/ui/IDMEnricherEditor/index.d.ts.map +1 -1
  84. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts +0 -6
  85. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts.map +1 -1
  86. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableGroups/index.d.ts +3 -1
  87. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableGroups/index.d.ts.map +1 -1
  88. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.d.ts +3 -1
  89. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/PublishCustomCell.d.ts.map +1 -1
  90. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts +3 -1
  91. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -1
  92. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.d.ts +3 -1
  93. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.d.ts.map +1 -1
  94. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePriceList/index.d.ts +3 -1
  95. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePriceList/index.d.ts.map +1 -1
  96. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts +3 -1
  97. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts.map +1 -1
  98. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts +0 -7
  99. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts.map +1 -1
  100. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts +3 -1
  101. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map +1 -1
  102. package/build/types/backoffice/src/ui/SelectSimple/index.d.ts.map +1 -1
  103. package/build/types/backoffice/src/ui/SelectSimple/types.d.ts +8 -0
  104. package/build/types/backoffice/src/ui/SelectSimple/types.d.ts.map +1 -1
  105. package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts +1 -1
  106. package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts.map +1 -1
  107. package/build/types/backoffice/src/ui/Table/StandardTable/useTableData.d.ts.map +1 -1
  108. package/build/types/backoffice/src/utils/applyRule.d.ts +8 -2
  109. package/build/types/backoffice/src/utils/applyRule.d.ts.map +1 -1
  110. package/package.json +9 -9
  111. package/build/types/backoffice/src/ui/IDMCatalogEditor/useModule.d.ts +0 -9
  112. package/build/types/backoffice/src/ui/IDMCatalogEditor/useModule.d.ts.map +0 -1
  113. package/build/types/backoffice/src/ui/IDMCatalogEditor/useNavigation.d.ts +0 -7
  114. package/build/types/backoffice/src/ui/IDMCatalogEditor/useNavigation.d.ts.map +0 -1
  115. package/build/types/backoffice/src/ui/IDMEnricherEditor/useModule.d.ts +0 -9
  116. package/build/types/backoffice/src/ui/IDMEnricherEditor/useModule.d.ts.map +0 -1
  117. package/build/types/backoffice/src/ui/IDMEnricherEditor/useNavigation.d.ts +0 -7
  118. package/build/types/backoffice/src/ui/IDMEnricherEditor/useNavigation.d.ts.map +0 -1
  119. package/build/types/backoffice/src/ui/LoadingModal/index.d.ts +0 -9
  120. package/build/types/backoffice/src/ui/LoadingModal/index.d.ts.map +0 -1

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.