@crystaldesign/diva-backoffice 24.7.0-beta.5 → 24.7.0-beta.50

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 (90) hide show
  1. package/build/esm/index.js +7400 -5276
  2. package/build/types/backoffice/src/Configuration.d.ts +7 -5
  3. package/build/types/backoffice/src/Configuration.d.ts.map +1 -1
  4. package/build/types/backoffice/src/img/index.d.ts.map +1 -0
  5. package/build/types/backoffice/src/{ui → layout}/Content/index.d.ts +1 -1
  6. package/build/types/backoffice/src/layout/Content/index.d.ts.map +1 -0
  7. package/build/types/backoffice/src/layout/Content/type.d.ts.map +1 -0
  8. package/build/types/backoffice/src/{ui → layout}/Detail.d.ts +3 -2
  9. package/build/types/backoffice/src/layout/Detail.d.ts.map +1 -0
  10. package/build/types/backoffice/src/layout/ErrorBoundary.d.ts.map +1 -0
  11. package/build/types/backoffice/src/layout/IconRain/index.d.ts.map +1 -0
  12. package/build/types/backoffice/src/{ui → layout}/MainLayout.d.ts +0 -1
  13. package/build/types/backoffice/src/layout/MainLayout.d.ts.map +1 -0
  14. package/build/types/backoffice/src/layout/Modal.d.ts.map +1 -0
  15. package/build/types/backoffice/src/layout/Navigation/MenuElement.d.ts +14 -0
  16. package/build/types/backoffice/src/layout/Navigation/MenuElement.d.ts.map +1 -0
  17. package/build/types/backoffice/src/layout/Navigation/index.d.ts +5 -0
  18. package/build/types/backoffice/src/layout/Navigation/index.d.ts.map +1 -0
  19. package/build/types/backoffice/src/layout/Navigation/types.d.ts +19 -0
  20. package/build/types/backoffice/src/layout/Navigation/types.d.ts.map +1 -0
  21. package/build/types/backoffice/src/store/ConfigurationStore.d.ts +2 -2
  22. package/build/types/backoffice/src/store/ConfigurationStore.d.ts.map +1 -1
  23. package/build/types/backoffice/src/store/ContentStore.d.ts +50 -9
  24. package/build/types/backoffice/src/store/ContentStore.d.ts.map +1 -1
  25. package/build/types/backoffice/src/store/RootStore.d.ts +3 -1
  26. package/build/types/backoffice/src/store/RootStore.d.ts.map +1 -1
  27. package/build/types/backoffice/src/ui/ActionButton.d.ts.map +1 -1
  28. package/build/types/backoffice/src/ui/Form/index.d.ts.map +1 -1
  29. package/build/types/backoffice/src/ui/Form/types.d.ts +11 -2
  30. package/build/types/backoffice/src/ui/Form/types.d.ts.map +1 -1
  31. package/build/types/backoffice/src/ui/Form/useFormData.d.ts +2 -2
  32. package/build/types/backoffice/src/ui/Form/useFormData.d.ts.map +1 -1
  33. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PackageSelector/index.d.ts +6 -0
  34. package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PackageSelector/index.d.ts.map +1 -0
  35. package/build/types/backoffice/src/ui/IDMEnricherEditor/index.d.ts +8 -0
  36. package/build/types/backoffice/src/ui/IDMEnricherEditor/index.d.ts.map +1 -0
  37. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts +3 -0
  38. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts.map +1 -0
  39. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/tableConfiguration.d.ts +8 -0
  40. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/tableConfiguration.d.ts.map +1 -0
  41. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts +3 -0
  42. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -0
  43. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts +3 -0
  44. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts.map +1 -0
  45. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts +3 -0
  46. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts.map +1 -0
  47. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration.d.ts +8 -0
  48. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration.d.ts.map +1 -0
  49. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts +3 -0
  50. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map +1 -0
  51. package/build/types/backoffice/src/ui/IDMEnricherEditor/types.d.ts +6 -0
  52. package/build/types/backoffice/src/ui/IDMEnricherEditor/types.d.ts.map +1 -0
  53. package/build/types/backoffice/src/ui/IDMEnricherEditor/useIDMEnricherEditor.d.ts +13 -0
  54. package/build/types/backoffice/src/ui/IDMEnricherEditor/useIDMEnricherEditor.d.ts.map +1 -0
  55. package/build/types/backoffice/src/ui/RichTextEditor/index.d.ts +8 -0
  56. package/build/types/backoffice/src/ui/RichTextEditor/index.d.ts.map +1 -0
  57. package/build/types/backoffice/src/ui/SMChart/index.d.ts.map +1 -1
  58. package/build/types/backoffice/src/ui/SelectSimple/index.d.ts +1 -1
  59. package/build/types/backoffice/src/ui/SelectSimple/types.d.ts +2 -1
  60. package/build/types/backoffice/src/ui/SelectSimple/types.d.ts.map +1 -1
  61. package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts +1 -1
  62. package/build/types/backoffice/src/ui/SelectSimple/useSelectSimpleData.d.ts.map +1 -1
  63. package/build/types/backoffice/src/ui/Table/utils/aplyFilterAndSortation.d.ts +1 -1
  64. package/build/types/backoffice/src/utils/ApiHandler.d.ts.map +1 -1
  65. package/build/types/backoffice/src/utils/getIcons.d.ts +2 -0
  66. package/build/types/backoffice/src/utils/getIcons.d.ts.map +1 -0
  67. package/package.json +4 -5
  68. package/build/types/backoffice/src/ui/Content/index.d.ts.map +0 -1
  69. package/build/types/backoffice/src/ui/Content/type.d.ts.map +0 -1
  70. package/build/types/backoffice/src/ui/Detail.d.ts.map +0 -1
  71. package/build/types/backoffice/src/ui/ErrorBoundary.d.ts.map +0 -1
  72. package/build/types/backoffice/src/ui/IconRain/index.d.ts.map +0 -1
  73. package/build/types/backoffice/src/ui/MainLayout.d.ts.map +0 -1
  74. package/build/types/backoffice/src/ui/Menu/index.d.ts +0 -7
  75. package/build/types/backoffice/src/ui/Menu/index.d.ts.map +0 -1
  76. package/build/types/backoffice/src/ui/Menu/types.d.ts +0 -20
  77. package/build/types/backoffice/src/ui/Menu/types.d.ts.map +0 -1
  78. package/build/types/backoffice/src/ui/Modal.d.ts.map +0 -1
  79. package/build/types/backoffice/src/ui/Process/index.d.ts +0 -9
  80. package/build/types/backoffice/src/ui/Process/index.d.ts.map +0 -1
  81. package/build/types/backoffice/src/ui/Process/types.d.ts +0 -28
  82. package/build/types/backoffice/src/ui/Process/types.d.ts.map +0 -1
  83. package/build/types/backoffice/src/ui/Process/useProcess.d.ts +0 -23
  84. package/build/types/backoffice/src/ui/Process/useProcess.d.ts.map +0 -1
  85. package/build/types/backoffice/src/ui/img/index.d.ts.map +0 -1
  86. /package/build/types/backoffice/src/{ui/img → img}/index.d.ts +0 -0
  87. /package/build/types/backoffice/src/{ui → layout}/Content/type.d.ts +0 -0
  88. /package/build/types/backoffice/src/{ui → layout}/ErrorBoundary.d.ts +0 -0
  89. /package/build/types/backoffice/src/{ui → layout}/IconRain/index.d.ts +0 -0
  90. /package/build/types/backoffice/src/{ui → layout}/Modal.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.