@imj_media/ui 1.2.82 → 1.2.84

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 (112) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/README.md +1 -1
  3. package/dist/index.css +1 -1
  4. package/dist/index.esm.js +9499 -9283
  5. package/dist/index.esm.js.map +1 -1
  6. package/dist/index.js +7 -7
  7. package/dist/index.js.map +1 -1
  8. package/dist/modules/Modal/Modal.d.ts.map +1 -1
  9. package/dist/modules/Popup/hooks/usePopup.d.ts +0 -2
  10. package/dist/modules/Popup/hooks/usePopup.d.ts.map +1 -1
  11. package/dist/modules/Popup/index.d.ts +1 -0
  12. package/dist/modules/Popup/index.d.ts.map +1 -1
  13. package/dist/modules/Popup/stories/popup.stories.d.ts +28 -2
  14. package/dist/modules/Popup/stories/popup.stories.d.ts.map +1 -1
  15. package/dist/modules/Popup/utils/popupPosition.d.ts +48 -0
  16. package/dist/modules/Popup/utils/popupPosition.d.ts.map +1 -0
  17. package/dist/modules/Popup/utils/popupPosition.test.d.ts +2 -0
  18. package/dist/modules/Popup/utils/popupPosition.test.d.ts.map +1 -0
  19. package/dist/modules/Table/Table.d.ts +1 -1
  20. package/dist/modules/Table/Table.d.ts.map +1 -1
  21. package/dist/modules/Table/components/atoms/ActionsCell.d.ts.map +1 -1
  22. package/dist/modules/Table/components/atoms/LinkCell.d.ts.map +1 -1
  23. package/dist/modules/Table/components/atoms/PrimaryCell.d.ts.map +1 -1
  24. package/dist/modules/Table/components/atoms/TableCell.d.ts.map +1 -1
  25. package/dist/modules/Table/components/molecules/FilterCard.d.ts.map +1 -1
  26. package/dist/modules/Table/components/molecules/HeaderCell.d.ts.map +1 -1
  27. package/dist/modules/Table/components/molecules/TableRow.d.ts +2 -1
  28. package/dist/modules/Table/components/molecules/TableRow.d.ts.map +1 -1
  29. package/dist/modules/Table/components/organisms/TableBody.d.ts +2 -1
  30. package/dist/modules/Table/components/organisms/TableBody.d.ts.map +1 -1
  31. package/dist/modules/Table/components/organisms/TableContent.d.ts +3 -1
  32. package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -1
  33. package/dist/modules/Table/hooks/useTableSelection.d.ts +5 -1
  34. package/dist/modules/Table/hooks/useTableSelection.d.ts.map +1 -1
  35. package/dist/modules/Table/queries/hooks/useTableQuery.d.ts +1 -1
  36. package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts +93 -0
  37. package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts.map +1 -0
  38. package/dist/modules/Table/stories/Table.stories.d.ts +4 -5
  39. package/dist/modules/Table/stories/Table.stories.d.ts.map +1 -1
  40. package/dist/modules/Table/stories/cells/00-CatalogoCompleto.stories.d.ts +20 -0
  41. package/dist/modules/Table/stories/cells/00-CatalogoCompleto.stories.d.ts.map +1 -0
  42. package/dist/modules/Table/stories/cells/01-Default.stories.d.ts +20 -0
  43. package/dist/modules/Table/stories/cells/01-Default.stories.d.ts.map +1 -0
  44. package/dist/modules/Table/stories/cells/02-Primary.stories.d.ts +20 -0
  45. package/dist/modules/Table/stories/cells/02-Primary.stories.d.ts.map +1 -0
  46. package/dist/modules/Table/stories/cells/03-Status.stories.d.ts +20 -0
  47. package/dist/modules/Table/stories/cells/03-Status.stories.d.ts.map +1 -0
  48. package/dist/modules/Table/stories/cells/04-Actions.stories.d.ts +20 -0
  49. package/dist/modules/Table/stories/cells/04-Actions.stories.d.ts.map +1 -0
  50. package/dist/modules/Table/stories/cells/05-Link.stories.d.ts +20 -0
  51. package/dist/modules/Table/stories/cells/05-Link.stories.d.ts.map +1 -0
  52. package/dist/modules/Table/stories/cells/06-Avatars.stories.d.ts +20 -0
  53. package/dist/modules/Table/stories/cells/06-Avatars.stories.d.ts.map +1 -0
  54. package/dist/modules/Table/stories/cells/07-TextField.stories.d.ts +20 -0
  55. package/dist/modules/Table/stories/cells/07-TextField.stories.d.ts.map +1 -0
  56. package/dist/modules/Table/stories/cells/08-Dropdown.stories.d.ts +20 -0
  57. package/dist/modules/Table/stories/cells/08-Dropdown.stories.d.ts.map +1 -0
  58. package/dist/modules/Table/stories/cells/09-Button.stories.d.ts +20 -0
  59. package/dist/modules/Table/stories/cells/09-Button.stories.d.ts.map +1 -0
  60. package/dist/modules/Table/stories/cells/10-ProgressBar.stories.d.ts +20 -0
  61. package/dist/modules/Table/stories/cells/10-ProgressBar.stories.d.ts.map +1 -0
  62. package/dist/modules/Table/stories/cells/11-Skeleton.stories.d.ts +20 -0
  63. package/dist/modules/Table/stories/cells/11-Skeleton.stories.d.ts.map +1 -0
  64. package/dist/modules/Table/stories/cells/12-Tags.stories.d.ts +20 -0
  65. package/dist/modules/Table/stories/cells/12-Tags.stories.d.ts.map +1 -0
  66. package/dist/modules/Table/stories/cells/13-Checkbox.stories.d.ts +20 -0
  67. package/dist/modules/Table/stories/cells/13-Checkbox.stories.d.ts.map +1 -0
  68. package/dist/modules/Table/stories/cells/14-Icon.stories.d.ts +20 -0
  69. package/dist/modules/Table/stories/cells/14-Icon.stories.d.ts.map +1 -0
  70. package/dist/modules/Table/stories/cells/15-Stars.stories.d.ts +20 -0
  71. package/dist/modules/Table/stories/cells/15-Stars.stories.d.ts.map +1 -0
  72. package/dist/modules/Table/stories/cells/16-Date.stories.d.ts +20 -0
  73. package/dist/modules/Table/stories/cells/16-Date.stories.d.ts.map +1 -0
  74. package/dist/modules/Table/stories/cells/17-NumberNumeric.stories.d.ts +20 -0
  75. package/dist/modules/Table/stories/cells/17-NumberNumeric.stories.d.ts.map +1 -0
  76. package/dist/modules/Table/stories/cells/18-BooleanYSelect.stories.d.ts +20 -0
  77. package/dist/modules/Table/stories/cells/18-BooleanYSelect.stories.d.ts.map +1 -0
  78. package/dist/modules/Table/stories/cells/shared/tableCellsDecorator.d.ts +7 -0
  79. package/dist/modules/Table/stories/cells/shared/tableCellsDecorator.d.ts.map +1 -0
  80. package/dist/modules/Table/utils/excludedRows.d.ts +6 -0
  81. package/dist/modules/Table/utils/excludedRows.d.ts.map +1 -0
  82. package/dist/modules/Table/utils/excludedRows.test.d.ts +2 -0
  83. package/dist/modules/Table/utils/excludedRows.test.d.ts.map +1 -0
  84. package/dist/modules/Table/utils/filterUtils.d.ts.map +1 -1
  85. package/dist/modules/Table/utils/filtering.d.ts.map +1 -1
  86. package/dist/modules/Table/utils/index.d.ts +3 -0
  87. package/dist/modules/Table/utils/index.d.ts.map +1 -1
  88. package/dist/modules/Table/utils/tableColumnTransforms.d.ts +15 -0
  89. package/dist/modules/Table/utils/tableColumnTransforms.d.ts.map +1 -0
  90. package/dist/modules/Table/utils/tableColumnTransforms.test.d.ts +2 -0
  91. package/dist/modules/Table/utils/tableColumnTransforms.test.d.ts.map +1 -0
  92. package/dist/modules/Table/utils/tableDataPipeline.d.ts +38 -0
  93. package/dist/modules/Table/utils/tableDataPipeline.d.ts.map +1 -0
  94. package/dist/modules/Table/utils/tableDataPipeline.test.d.ts +2 -0
  95. package/dist/modules/Table/utils/tableDataPipeline.test.d.ts.map +1 -0
  96. package/dist/modules/Table/utils/tableFilterDateHelpers.d.ts +20 -0
  97. package/dist/modules/Table/utils/tableFilterDateHelpers.d.ts.map +1 -0
  98. package/dist/modules/Tooltip/hooks/useTooltip.d.ts.map +1 -1
  99. package/dist/modules/Tooltip/utils/tooltipPosition.d.ts +27 -0
  100. package/dist/modules/Tooltip/utils/tooltipPosition.d.ts.map +1 -0
  101. package/dist/modules/Tooltip/utils/tooltipPosition.test.d.ts +2 -0
  102. package/dist/modules/Tooltip/utils/tooltipPosition.test.d.ts.map +1 -0
  103. package/dist/modules/Wysiwyg/hooks/useWysiwyg.d.ts.map +1 -1
  104. package/dist/modules/Wysiwyg/utils/wysiwygEditorUtils.d.ts +21 -0
  105. package/dist/modules/Wysiwyg/utils/wysiwygEditorUtils.d.ts.map +1 -0
  106. package/dist/modules/Wysiwyg/utils/wysiwygEditorUtils.test.d.ts +2 -0
  107. package/dist/modules/Wysiwyg/utils/wysiwygEditorUtils.test.d.ts.map +1 -0
  108. package/dist/shared/types/modal.d.ts +5 -2
  109. package/dist/shared/types/modal.d.ts.map +1 -1
  110. package/dist/shared/types/table.d.ts +45 -2
  111. package/dist/shared/types/table.d.ts.map +1 -1
  112. package/package.json +134 -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.