@crystaldesign/diva-backoffice 26.11.0-beta.3 → 26.11.0-beta.30

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 (192) hide show
  1. package/build/esm/index.js +14502 -8122
  2. package/build/types/backoffice/src/Configuration.d.ts +11 -5
  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/Navigation/types.d.ts +1 -1
  6. package/build/types/backoffice/src/layout/Navigation/types.d.ts.map +1 -1
  7. package/build/types/backoffice/src/layout/Toolbar/Tools/DivaAgent/backofficeToolset.d.ts +19 -0
  8. package/build/types/backoffice/src/layout/Toolbar/Tools/DivaAgent/backofficeToolset.d.ts.map +1 -0
  9. package/build/types/backoffice/src/layout/Toolbar/Tools/DivaAgent/createHeadlessPlanner.d.ts +30 -0
  10. package/build/types/backoffice/src/layout/Toolbar/Tools/DivaAgent/createHeadlessPlanner.d.ts.map +1 -0
  11. package/build/types/backoffice/src/layout/Toolbar/Tools/DivaAgent/index.d.ts +8 -0
  12. package/build/types/backoffice/src/layout/Toolbar/Tools/DivaAgent/index.d.ts.map +1 -0
  13. package/build/types/backoffice/src/layout/Toolbar/Tools/DivaAgent/navigationToolset.d.ts +32 -0
  14. package/build/types/backoffice/src/layout/Toolbar/Tools/DivaAgent/navigationToolset.d.ts.map +1 -0
  15. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/index.d.ts.map +1 -1
  16. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/useWysiwygConfigurator.d.ts.map +1 -1
  17. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/wysiwygSettings.d.ts +12 -0
  18. package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG_Configurator/wysiwygSettings.d.ts.map +1 -0
  19. package/build/types/backoffice/src/layout/Toolbar/index.d.ts.map +1 -1
  20. package/build/types/backoffice/src/store/ConfigurationStore.d.ts +5 -1
  21. package/build/types/backoffice/src/store/ConfigurationStore.d.ts.map +1 -1
  22. package/build/types/backoffice/src/store/ContentStore.d.ts +1 -0
  23. package/build/types/backoffice/src/store/ContentStore.d.ts.map +1 -1
  24. package/build/types/backoffice/src/store/GridRegistry.d.ts +25 -0
  25. package/build/types/backoffice/src/store/GridRegistry.d.ts.map +1 -0
  26. package/build/types/backoffice/src/store/RootStore.d.ts +4 -0
  27. package/build/types/backoffice/src/store/RootStore.d.ts.map +1 -1
  28. package/build/types/backoffice/src/store/WebplannerInstanceStore.d.ts +68 -0
  29. package/build/types/backoffice/src/store/WebplannerInstanceStore.d.ts.map +1 -0
  30. package/build/types/backoffice/src/tests/unit/ui/IDMCatalogEditor/Tables/ArticleRelations/accessoryCellEdit.test.d.ts +2 -0
  31. package/build/types/backoffice/src/tests/unit/ui/IDMCatalogEditor/Tables/ArticleRelations/accessoryCellEdit.test.d.ts.map +1 -0
  32. package/build/types/backoffice/src/tests/unit/ui/IDMCatalogEditor/api/goodsGroups.test.d.ts +2 -0
  33. package/build/types/backoffice/src/tests/unit/ui/IDMCatalogEditor/api/goodsGroups.test.d.ts.map +1 -0
  34. package/build/types/backoffice/src/tests/unit/ui/IDMCatalogEditor/hooks/useGoodsGroupRun.test.d.ts +2 -0
  35. package/build/types/backoffice/src/tests/unit/ui/IDMCatalogEditor/hooks/useGoodsGroupRun.test.d.ts.map +1 -0
  36. package/build/types/backoffice/src/tests/unit/ui/IDMEnricherEditor/TablePackages/automaticPublishingFilterModelParser.test.d.ts +2 -0
  37. package/build/types/backoffice/src/tests/unit/ui/IDMEnricherEditor/TablePackages/automaticPublishingFilterModelParser.test.d.ts.map +1 -0
  38. package/build/types/backoffice/src/tests/unit/ui/TableRenderJobs/inputImagesModalUtils.test.d.ts +2 -0
  39. package/build/types/backoffice/src/tests/unit/ui/TableRenderJobs/inputImagesModalUtils.test.d.ts.map +1 -0
  40. package/build/types/backoffice/src/tests/unit/utils/parseServersideFilters.test.d.ts +2 -0
  41. package/build/types/backoffice/src/tests/unit/utils/parseServersideFilters.test.d.ts.map +1 -0
  42. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/components/ArticleSubTable/index.d.ts +30 -0
  43. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/components/ArticleSubTable/index.d.ts.map +1 -0
  44. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/components/ArticleTable/index.d.ts +18 -0
  45. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/components/ArticleTable/index.d.ts.map +1 -0
  46. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/components/CommonColumnCell/index.d.ts +19 -0
  47. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/components/CommonColumnCell/index.d.ts.map +1 -0
  48. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/hooks/useAllowedFieldValues.d.ts +11 -0
  49. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/hooks/useAllowedFieldValues.d.ts.map +1 -0
  50. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/index.d.ts +13 -0
  51. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/index.d.ts.map +1 -0
  52. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/logic/allowedFieldValues.d.ts +28 -0
  53. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/logic/allowedFieldValues.d.ts.map +1 -0
  54. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/logic/articleColumns.d.ts +55 -0
  55. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/logic/articleColumns.d.ts.map +1 -0
  56. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/logic/articlePayloads.d.ts +16 -0
  57. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/logic/articlePayloads.d.ts.map +1 -0
  58. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/logic/sapLock.d.ts +7 -0
  59. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/logic/sapLock.d.ts.map +1 -0
  60. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/types.d.ts +5 -0
  61. package/build/types/backoffice/src/ui/AssortmentManager/ArticleData/types.d.ts.map +1 -0
  62. package/build/types/backoffice/src/ui/AssortmentManager/HeaderData/components/Content/index.d.ts.map +1 -1
  63. package/build/types/backoffice/src/ui/AssortmentManager/HeaderData/components/ItemGroupTable/index.d.ts +5 -1
  64. package/build/types/backoffice/src/ui/AssortmentManager/HeaderData/components/ItemGroupTable/index.d.ts.map +1 -1
  65. package/build/types/backoffice/src/ui/AssortmentManager/HeaderData/hooks/useDropdownEnumData.d.ts +8 -4
  66. package/build/types/backoffice/src/ui/AssortmentManager/HeaderData/hooks/useDropdownEnumData.d.ts.map +1 -1
  67. package/build/types/backoffice/src/ui/AssortmentManager/HeaderData/hooks/useHeaderData.d.ts +1 -12
  68. package/build/types/backoffice/src/ui/AssortmentManager/HeaderData/hooks/useHeaderData.d.ts.map +1 -1
  69. package/build/types/backoffice/src/ui/AssortmentManager/HeaderData/hooks/useSaveHeaderData.d.ts.map +1 -1
  70. package/build/types/backoffice/src/ui/AssortmentManager/HeaderData/logic/itemGroupColumns.d.ts +18 -8
  71. package/build/types/backoffice/src/ui/AssortmentManager/HeaderData/logic/itemGroupColumns.d.ts.map +1 -1
  72. package/build/types/backoffice/src/ui/AssortmentManager/config/fields.d.ts.map +1 -1
  73. package/build/types/backoffice/src/ui/AssortmentManager/{HeaderData/hooks → hooks}/usePersistedFilter.d.ts +4 -2
  74. package/build/types/backoffice/src/ui/AssortmentManager/hooks/usePersistedFilter.d.ts.map +1 -0
  75. package/build/types/backoffice/src/ui/AssortmentManager/index.d.ts +4 -3
  76. package/build/types/backoffice/src/ui/AssortmentManager/index.d.ts.map +1 -1
  77. package/build/types/backoffice/src/ui/AssortmentManager/logic/jsonPointer.d.ts +7 -0
  78. package/build/types/backoffice/src/ui/AssortmentManager/logic/jsonPointer.d.ts.map +1 -0
  79. package/build/types/backoffice/src/ui/AssortmentManager/tests/allowedFieldValues.test.d.ts +2 -0
  80. package/build/types/backoffice/src/ui/AssortmentManager/tests/allowedFieldValues.test.d.ts.map +1 -0
  81. package/build/types/backoffice/src/ui/AssortmentManager/tests/articleColumns.test.d.ts +2 -0
  82. package/build/types/backoffice/src/ui/AssortmentManager/tests/articleColumns.test.d.ts.map +1 -0
  83. package/build/types/backoffice/src/ui/AssortmentManager/tests/articlePayloads.test.d.ts +2 -0
  84. package/build/types/backoffice/src/ui/AssortmentManager/tests/articlePayloads.test.d.ts.map +1 -0
  85. package/build/types/backoffice/src/ui/AssortmentManager/tests/articleSubTable.test.d.ts +2 -0
  86. package/build/types/backoffice/src/ui/AssortmentManager/tests/articleSubTable.test.d.ts.map +1 -0
  87. package/build/types/backoffice/src/ui/AssortmentManager/tests/sapLock.test.d.ts +2 -0
  88. package/build/types/backoffice/src/ui/AssortmentManager/tests/sapLock.test.d.ts.map +1 -0
  89. package/build/types/backoffice/src/ui/AssortmentManager/types.d.ts +69 -5
  90. package/build/types/backoffice/src/ui/AssortmentManager/types.d.ts.map +1 -1
  91. package/build/types/backoffice/src/ui/CommonComponents/SpreadsheetWrapper/index.d.ts +11 -2
  92. package/build/types/backoffice/src/ui/CommonComponents/SpreadsheetWrapper/index.d.ts.map +1 -1
  93. package/build/types/backoffice/src/ui/CommonComponents/editorViews.d.ts +34 -0
  94. package/build/types/backoffice/src/ui/CommonComponents/editorViews.d.ts.map +1 -0
  95. package/build/types/backoffice/src/ui/CommonComponents/useTools.d.ts +3 -1
  96. package/build/types/backoffice/src/ui/CommonComponents/useTools.d.ts.map +1 -1
  97. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/ArticleRelations/accessoryCellEdit.d.ts +17 -0
  98. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/ArticleRelations/accessoryCellEdit.d.ts.map +1 -0
  99. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/ArticleRelations/index.d.ts +4 -5
  100. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/ArticleRelations/index.d.ts.map +1 -1
  101. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/CatalogVersions.d.ts.map +1 -1
  102. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/IdmCatalogs.d.ts.map +1 -1
  103. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Items.d.ts +5 -1
  104. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/Items.d.ts.map +1 -1
  105. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/OptionCombinations/index.d.ts.map +1 -1
  106. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/PriceFeatureGroupFinishes.d.ts.map +1 -1
  107. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/PriceFeatureGroupPercentageSurcharge.d.ts.map +1 -1
  108. package/build/types/backoffice/src/ui/IDMCatalogEditor/api/goodsGroups.d.ts +129 -0
  109. package/build/types/backoffice/src/ui/IDMCatalogEditor/api/goodsGroups.d.ts.map +1 -0
  110. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/GoodsGroups/ClassifyTrigger.d.ts +10 -0
  111. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/GoodsGroups/ClassifyTrigger.d.ts.map +1 -0
  112. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/GoodsGroups/index.d.ts +36 -0
  113. package/build/types/backoffice/src/ui/IDMCatalogEditor/components/GoodsGroups/index.d.ts.map +1 -0
  114. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useCatalogContext.d.ts.map +1 -1
  115. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useGoodsGroupRun.d.ts +21 -0
  116. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useGoodsGroupRun.d.ts.map +1 -0
  117. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useGoodsGroupVocabulary.d.ts +9 -0
  118. package/build/types/backoffice/src/ui/IDMCatalogEditor/hooks/useGoodsGroupVocabulary.d.ts.map +1 -0
  119. package/build/types/backoffice/src/ui/IDMCatalogEditor/index.d.ts.map +1 -1
  120. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableCatalogs/index.d.ts.map +1 -1
  121. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableDecisions/index.d.ts.map +1 -1
  122. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableItems/index.d.ts.map +1 -1
  123. package/build/types/backoffice/src/ui/IDMCatalogEditor/modules/TableSeries/index.d.ts.map +1 -1
  124. package/build/types/backoffice/src/ui/IDMCatalogEditor/views.d.ts +4 -0
  125. package/build/types/backoffice/src/ui/IDMCatalogEditor/views.d.ts.map +1 -0
  126. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useEnricherContext.d.ts +34 -0
  127. package/build/types/backoffice/src/ui/IDMEnricherEditor/hooks/useEnricherContext.d.ts.map +1 -1
  128. package/build/types/backoffice/src/ui/IDMEnricherEditor/index.d.ts.map +1 -1
  129. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableGroups/index.d.ts.map +1 -1
  130. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/automaticPublishingFilterModelParser.d.ts +33 -0
  131. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/automaticPublishingFilterModelParser.d.ts.map +1 -0
  132. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -1
  133. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePartlistPos/index.d.ts.map +1 -1
  134. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePriceList/index.d.ts.map +1 -1
  135. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts +3 -7
  136. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts.map +1 -1
  137. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/catalogConfig.d.ts +2 -1
  138. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/catalogConfig.d.ts.map +1 -1
  139. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/createAssetOverrideColumn.d.ts +59 -0
  140. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/createAssetOverrideColumn.d.ts.map +1 -0
  141. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/detailInfosConfig.d.ts +2 -1
  142. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/detailInfosConfig.d.ts.map +1 -1
  143. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/itemConfig.d.ts +2 -1
  144. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/itemConfig.d.ts.map +1 -1
  145. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/optionsConfig.d.ts +2 -1
  146. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/optionsConfig.d.ts.map +1 -1
  147. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/seriesConfig.d.ts +2 -1
  148. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/seriesConfig.d.ts.map +1 -1
  149. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map +1 -1
  150. package/build/types/backoffice/src/ui/IDMEnricherEditor/views.d.ts +4 -0
  151. package/build/types/backoffice/src/ui/IDMEnricherEditor/views.d.ts.map +1 -0
  152. package/build/types/backoffice/src/ui/IDMPropertyDefinitionsEditor/modules/TablePropertyDefinitions/index.d.ts.map +1 -1
  153. package/build/types/backoffice/src/ui/Table/StandardTable/useTableData.d.ts.map +1 -1
  154. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/ApprovalWorkspace/index.d.ts +3 -1
  155. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/ApprovalWorkspace/index.d.ts.map +1 -1
  156. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/ImagePanel/index.d.ts +3 -1
  157. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/ImagePanel/index.d.ts.map +1 -1
  158. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/InputImagesModal/index.d.ts +23 -0
  159. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/InputImagesModal/index.d.ts.map +1 -0
  160. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/InputImagesModal/utils.d.ts +10 -0
  161. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/InputImagesModal/utils.d.ts.map +1 -0
  162. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/LeftSlider/index.d.ts.map +1 -1
  163. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/MetadataPanel/index.d.ts +16 -1
  164. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/MetadataPanel/index.d.ts.map +1 -1
  165. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/ReferenceImageTag/index.d.ts +4 -0
  166. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/ReferenceImageTag/index.d.ts.map +1 -0
  167. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/SessionOverview/index.d.ts.map +1 -1
  168. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/SideBySideViewer/index.d.ts +3 -1
  169. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/SideBySideViewer/index.d.ts.map +1 -1
  170. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/hooks/useKeyboardShortcuts.d.ts.map +1 -1
  171. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/hooks/useRenderJobData.d.ts.map +1 -1
  172. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/hooks/useSessionOverviewData.d.ts +2 -0
  173. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/hooks/useSessionOverviewData.d.ts.map +1 -1
  174. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/index.d.ts.map +1 -1
  175. package/build/types/backoffice/src/ui/TableRenderJobs/config.d.ts +23 -0
  176. package/build/types/backoffice/src/ui/TableRenderJobs/config.d.ts.map +1 -1
  177. package/build/types/backoffice/src/ui/TableRenderJobs/hooks/useUpdateRenderJobPatch.d.ts.map +1 -1
  178. package/build/types/backoffice/src/ui/TableRenderJobs/types.d.ts +4 -0
  179. package/build/types/backoffice/src/ui/TableRenderJobs/types.d.ts.map +1 -1
  180. package/build/types/backoffice/src/utils/ApiHandler.d.ts +1 -1
  181. package/build/types/backoffice/src/utils/ApiHandler.d.ts.map +1 -1
  182. package/build/types/backoffice/src/utils/getIcons.d.ts.map +1 -1
  183. package/build/types/backoffice/src/utils/parseServersideFilters.d.ts +7 -0
  184. package/build/types/backoffice/src/utils/parseServersideFilters.d.ts.map +1 -1
  185. package/package.json +12 -11
  186. package/build/types/backoffice/src/ui/AssortmentManager/HeaderData/hooks/usePersistedFilter.d.ts.map +0 -1
  187. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/ArticleRelations/AccessoryCellRenderer/index.d.ts +0 -31
  188. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/ArticleRelations/AccessoryCellRenderer/index.d.ts.map +0 -1
  189. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts +0 -8
  190. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts.map +0 -1
  191. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/tableConfiguration.d.ts +0 -258
  192. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/tableConfiguration.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.