@imj_media/ui 1.2.3 → 1.2.4

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 (166) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.esm.js +8877 -8145
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +8 -8
  5. package/dist/index.js.map +1 -1
  6. package/dist/modules/Filters/components/organisms/Filters.d.ts +1 -1
  7. package/dist/modules/Filters/components/organisms/Filters.d.ts.map +1 -1
  8. package/dist/modules/Header/components/organims/Header.d.ts +2 -25
  9. package/dist/modules/Header/components/organims/Header.d.ts.map +1 -1
  10. package/dist/modules/Icon/Icon.d.ts.map +1 -1
  11. package/dist/modules/IconFont/components/organims/IconFont.d.ts +6 -2
  12. package/dist/modules/IconFont/components/organims/IconFont.d.ts.map +1 -1
  13. package/dist/modules/InnerButton/index.d.ts +1 -1
  14. package/dist/modules/InnerButton/index.d.ts.map +1 -1
  15. package/dist/modules/Input/components/Input.d.ts.map +1 -1
  16. package/dist/modules/Input/stories/Input.stories.d.ts.map +1 -1
  17. package/dist/modules/Lists/components/organisms/List.d.ts +1 -1
  18. package/dist/modules/Lists/components/organisms/List.d.ts.map +1 -1
  19. package/dist/modules/Lists/stories/list.stories.d.ts.map +1 -1
  20. package/dist/modules/Pagination/components/organisms/Pagination.d.ts.map +1 -1
  21. package/dist/modules/Table/Table.d.ts.map +1 -1
  22. package/dist/modules/Table/Table.test.d.ts +2 -0
  23. package/dist/modules/Table/Table.test.d.ts.map +1 -0
  24. package/dist/modules/Table/components/atoms/ActionsCell.test.d.ts +2 -0
  25. package/dist/modules/Table/components/atoms/ActionsCell.test.d.ts.map +1 -0
  26. package/dist/modules/Table/components/atoms/AvatarsCell.test.d.ts +2 -0
  27. package/dist/modules/Table/components/atoms/AvatarsCell.test.d.ts.map +1 -0
  28. package/dist/modules/Table/components/atoms/ButtonCell.test.d.ts +2 -0
  29. package/dist/modules/Table/components/atoms/ButtonCell.test.d.ts.map +1 -0
  30. package/dist/modules/Table/components/atoms/CheckboxCell.test.d.ts +2 -0
  31. package/dist/modules/Table/components/atoms/CheckboxCell.test.d.ts.map +1 -0
  32. package/dist/modules/Table/components/atoms/DateCell.test.d.ts +2 -0
  33. package/dist/modules/Table/components/atoms/DateCell.test.d.ts.map +1 -0
  34. package/dist/modules/Table/components/atoms/DropdownCell.test.d.ts +2 -0
  35. package/dist/modules/Table/components/atoms/DropdownCell.test.d.ts.map +1 -0
  36. package/dist/modules/Table/components/atoms/FilterIcon.test.d.ts +2 -0
  37. package/dist/modules/Table/components/atoms/FilterIcon.test.d.ts.map +1 -0
  38. package/dist/modules/Table/components/atoms/IconCell.test.d.ts +2 -0
  39. package/dist/modules/Table/components/atoms/IconCell.test.d.ts.map +1 -0
  40. package/dist/modules/Table/components/atoms/LinkCell.test.d.ts +2 -0
  41. package/dist/modules/Table/components/atoms/LinkCell.test.d.ts.map +1 -0
  42. package/dist/modules/Table/components/atoms/PrimaryCell.test.d.ts +2 -0
  43. package/dist/modules/Table/components/atoms/PrimaryCell.test.d.ts.map +1 -0
  44. package/dist/modules/Table/components/atoms/ProgressBarCell.test.d.ts +2 -0
  45. package/dist/modules/Table/components/atoms/ProgressBarCell.test.d.ts.map +1 -0
  46. package/dist/modules/Table/components/atoms/SkeletonCell.d.ts.map +1 -1
  47. package/dist/modules/Table/components/atoms/SkeletonCell.test.d.ts +2 -0
  48. package/dist/modules/Table/components/atoms/SkeletonCell.test.d.ts.map +1 -0
  49. package/dist/modules/Table/components/atoms/StarsCell.test.d.ts +2 -0
  50. package/dist/modules/Table/components/atoms/StarsCell.test.d.ts.map +1 -0
  51. package/dist/modules/Table/components/atoms/StatusCell.test.d.ts +2 -0
  52. package/dist/modules/Table/components/atoms/StatusCell.test.d.ts.map +1 -0
  53. package/dist/modules/Table/components/atoms/TableCell.test.d.ts +2 -0
  54. package/dist/modules/Table/components/atoms/TableCell.test.d.ts.map +1 -0
  55. package/dist/modules/Table/components/atoms/TagsCell.test.d.ts +2 -0
  56. package/dist/modules/Table/components/atoms/TagsCell.test.d.ts.map +1 -0
  57. package/dist/modules/Table/components/atoms/TextFieldCell.test.d.ts +2 -0
  58. package/dist/modules/Table/components/atoms/TextFieldCell.test.d.ts.map +1 -0
  59. package/dist/modules/Table/components/molecules/CellRenderer.d.ts +3 -1
  60. package/dist/modules/Table/components/molecules/CellRenderer.d.ts.map +1 -1
  61. package/dist/modules/Table/components/molecules/CellRenderer.test.d.ts +2 -0
  62. package/dist/modules/Table/components/molecules/CellRenderer.test.d.ts.map +1 -0
  63. package/dist/modules/Table/components/molecules/FilterCard.test.d.ts +2 -0
  64. package/dist/modules/Table/components/molecules/FilterCard.test.d.ts.map +1 -0
  65. package/dist/modules/Table/components/molecules/FilterForm.test.d.ts +2 -0
  66. package/dist/modules/Table/components/molecules/FilterForm.test.d.ts.map +1 -0
  67. package/dist/modules/Table/components/molecules/FilterList.test.d.ts +2 -0
  68. package/dist/modules/Table/components/molecules/FilterList.test.d.ts.map +1 -0
  69. package/dist/modules/Table/components/molecules/HeaderCell.d.ts.map +1 -1
  70. package/dist/modules/Table/components/molecules/HeaderCell.test.d.ts +2 -0
  71. package/dist/modules/Table/components/molecules/HeaderCell.test.d.ts.map +1 -0
  72. package/dist/modules/Table/components/molecules/LogicOperatorSelector.test.d.ts +2 -0
  73. package/dist/modules/Table/components/molecules/LogicOperatorSelector.test.d.ts.map +1 -0
  74. package/dist/modules/Table/components/molecules/SelectionCheckbox.test.d.ts +2 -0
  75. package/dist/modules/Table/components/molecules/SelectionCheckbox.test.d.ts.map +1 -0
  76. package/dist/modules/Table/components/molecules/TableRow.d.ts.map +1 -1
  77. package/dist/modules/Table/components/molecules/TableRow.test.d.ts +2 -0
  78. package/dist/modules/Table/components/molecules/TableRow.test.d.ts.map +1 -0
  79. package/dist/modules/Table/components/organisms/EmptyTableState.d.ts.map +1 -1
  80. package/dist/modules/Table/components/organisms/EmptyTableState.test.d.ts +2 -0
  81. package/dist/modules/Table/components/organisms/EmptyTableState.test.d.ts.map +1 -0
  82. package/dist/modules/Table/components/organisms/FilterPopup.d.ts.map +1 -1
  83. package/dist/modules/Table/components/organisms/FilterPopup.test.d.ts +2 -0
  84. package/dist/modules/Table/components/organisms/FilterPopup.test.d.ts.map +1 -0
  85. package/dist/modules/Table/components/organisms/SkeletonRow.test.d.ts +2 -0
  86. package/dist/modules/Table/components/organisms/SkeletonRow.test.d.ts.map +1 -0
  87. package/dist/modules/Table/components/organisms/TableBody.test.d.ts +2 -0
  88. package/dist/modules/Table/components/organisms/TableBody.test.d.ts.map +1 -0
  89. package/dist/modules/Table/components/organisms/TableContent.test.d.ts +2 -0
  90. package/dist/modules/Table/components/organisms/TableContent.test.d.ts.map +1 -0
  91. package/dist/modules/Table/components/organisms/TableHeader.test.d.ts +2 -0
  92. package/dist/modules/Table/components/organisms/TableHeader.test.d.ts.map +1 -0
  93. package/dist/modules/Table/components/organisms/TableSelectionBar.test.d.ts +2 -0
  94. package/dist/modules/Table/components/organisms/TableSelectionBar.test.d.ts.map +1 -0
  95. package/dist/modules/Table/components/organisms/TableToolbar.d.ts.map +1 -1
  96. package/dist/modules/Table/components/organisms/TableToolbar.test.d.ts +2 -0
  97. package/dist/modules/Table/components/organisms/TableToolbar.test.d.ts.map +1 -0
  98. package/dist/modules/Table/hooks/useTableSelection.test.d.ts +2 -0
  99. package/dist/modules/Table/hooks/useTableSelection.test.d.ts.map +1 -0
  100. package/dist/modules/Table/hooks/useTableSort.test.d.ts +2 -0
  101. package/dist/modules/Table/hooks/useTableSort.test.d.ts.map +1 -0
  102. package/dist/modules/Table/index.d.ts +1 -0
  103. package/dist/modules/Table/index.d.ts.map +1 -1
  104. package/dist/modules/Table/queries/api/client.d.ts +43 -0
  105. package/dist/modules/Table/queries/api/client.d.ts.map +1 -0
  106. package/dist/modules/Table/queries/api/index.d.ts +4 -0
  107. package/dist/modules/Table/queries/api/index.d.ts.map +1 -0
  108. package/dist/modules/Table/queries/api/teams.api.d.ts +48 -0
  109. package/dist/modules/Table/queries/api/teams.api.d.ts.map +1 -0
  110. package/dist/modules/Table/queries/hooks/index.d.ts +6 -0
  111. package/dist/modules/Table/queries/hooks/index.d.ts.map +1 -0
  112. package/dist/modules/Table/queries/hooks/useDebounce.d.ts +31 -0
  113. package/dist/modules/Table/queries/hooks/useDebounce.d.ts.map +1 -0
  114. package/dist/modules/Table/queries/hooks/useTableQuery.d.ts +52 -0
  115. package/dist/modules/Table/queries/hooks/useTableQuery.d.ts.map +1 -0
  116. package/dist/modules/Table/queries/hooks/useTeams.d.ts +73 -0
  117. package/dist/modules/Table/queries/hooks/useTeams.d.ts.map +1 -0
  118. package/dist/modules/Table/queries/index.d.ts +33 -0
  119. package/dist/modules/Table/queries/index.d.ts.map +1 -0
  120. package/dist/modules/Table/queries/providers/QueryProvider.d.ts +44 -0
  121. package/dist/modules/Table/queries/providers/QueryProvider.d.ts.map +1 -0
  122. package/dist/modules/Table/queries/providers/index.d.ts +3 -0
  123. package/dist/modules/Table/queries/providers/index.d.ts.map +1 -0
  124. package/dist/modules/Table/queries/types/index.d.ts +3 -0
  125. package/dist/modules/Table/queries/types/index.d.ts.map +1 -0
  126. package/dist/modules/Table/queries/types/strapi.types.d.ts +96 -0
  127. package/dist/modules/Table/queries/types/strapi.types.d.ts.map +1 -0
  128. package/dist/modules/Table/queries/types/team.types.d.ts +60 -0
  129. package/dist/modules/Table/queries/types/team.types.d.ts.map +1 -0
  130. package/dist/modules/Table/queries/utils/filters.d.ts +32 -0
  131. package/dist/modules/Table/queries/utils/filters.d.ts.map +1 -0
  132. package/dist/modules/Table/queries/utils/index.d.ts +3 -0
  133. package/dist/modules/Table/queries/utils/index.d.ts.map +1 -0
  134. package/dist/modules/Table/queries/utils/normalizers.d.ts +39 -0
  135. package/dist/modules/Table/queries/utils/normalizers.d.ts.map +1 -0
  136. package/dist/modules/Table/stories/Table.stories.d.ts +8 -1
  137. package/dist/modules/Table/stories/Table.stories.d.ts.map +1 -1
  138. package/dist/modules/Table/stories/TableWithQuery.stories.d.ts +13 -0
  139. package/dist/modules/Table/stories/TableWithQuery.stories.d.ts.map +1 -0
  140. package/dist/modules/Table/utils/filterUtils.test.d.ts +2 -0
  141. package/dist/modules/Table/utils/filterUtils.test.d.ts.map +1 -0
  142. package/dist/modules/Table/utils/selection.test.d.ts +2 -0
  143. package/dist/modules/Table/utils/selection.test.d.ts.map +1 -0
  144. package/dist/modules/Table/utils/sorting.test.d.ts +2 -0
  145. package/dist/modules/Table/utils/sorting.test.d.ts.map +1 -0
  146. package/dist/shared/types/button.d.ts +3 -2
  147. package/dist/shared/types/button.d.ts.map +1 -1
  148. package/dist/shared/types/filters.d.ts +2 -1
  149. package/dist/shared/types/filters.d.ts.map +1 -1
  150. package/dist/shared/types/header.d.ts +25 -0
  151. package/dist/shared/types/header.d.ts.map +1 -0
  152. package/dist/shared/types/input.d.ts +3 -1
  153. package/dist/shared/types/input.d.ts.map +1 -1
  154. package/dist/shared/types/list.d.ts +1 -0
  155. package/dist/shared/types/list.d.ts.map +1 -1
  156. package/dist/shared/types/table.d.ts +3 -1
  157. package/dist/shared/types/table.d.ts.map +1 -1
  158. package/dist/shared/types/types.d.ts +1 -1
  159. package/dist/shared/types/types.d.ts.map +1 -1
  160. package/dist/shared/types/visual.d.ts +2 -2
  161. package/dist/shared/types/visual.d.ts.map +1 -1
  162. package/dist/test/setup.d.ts +1 -0
  163. package/dist/test/setup.d.ts.map +1 -0
  164. package/package.json +11 -3
  165. package/dist/modules/Table/stories/Table.test.d.ts +0 -1
  166. package/dist/modules/Table/stories/Table.test.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.