@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.
- package/CHANGELOG.md +31 -0
- package/README.md +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.js +9499 -9283
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/modules/Modal/Modal.d.ts.map +1 -1
- package/dist/modules/Popup/hooks/usePopup.d.ts +0 -2
- package/dist/modules/Popup/hooks/usePopup.d.ts.map +1 -1
- package/dist/modules/Popup/index.d.ts +1 -0
- package/dist/modules/Popup/index.d.ts.map +1 -1
- package/dist/modules/Popup/stories/popup.stories.d.ts +28 -2
- package/dist/modules/Popup/stories/popup.stories.d.ts.map +1 -1
- package/dist/modules/Popup/utils/popupPosition.d.ts +48 -0
- package/dist/modules/Popup/utils/popupPosition.d.ts.map +1 -0
- package/dist/modules/Popup/utils/popupPosition.test.d.ts +2 -0
- package/dist/modules/Popup/utils/popupPosition.test.d.ts.map +1 -0
- package/dist/modules/Table/Table.d.ts +1 -1
- package/dist/modules/Table/Table.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/ActionsCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/LinkCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/PrimaryCell.d.ts.map +1 -1
- package/dist/modules/Table/components/atoms/TableCell.d.ts.map +1 -1
- package/dist/modules/Table/components/molecules/FilterCard.d.ts.map +1 -1
- package/dist/modules/Table/components/molecules/HeaderCell.d.ts.map +1 -1
- package/dist/modules/Table/components/molecules/TableRow.d.ts +2 -1
- package/dist/modules/Table/components/molecules/TableRow.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/TableBody.d.ts +2 -1
- package/dist/modules/Table/components/organisms/TableBody.d.ts.map +1 -1
- package/dist/modules/Table/components/organisms/TableContent.d.ts +3 -1
- package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -1
- package/dist/modules/Table/hooks/useTableSelection.d.ts +5 -1
- package/dist/modules/Table/hooks/useTableSelection.d.ts.map +1 -1
- package/dist/modules/Table/queries/hooks/useTableQuery.d.ts +1 -1
- package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts +93 -0
- package/dist/modules/Table/stories/ExcludedRowsSelection.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/Table.stories.d.ts +4 -5
- package/dist/modules/Table/stories/Table.stories.d.ts.map +1 -1
- package/dist/modules/Table/stories/cells/00-CatalogoCompleto.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/00-CatalogoCompleto.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/01-Default.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/01-Default.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/02-Primary.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/02-Primary.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/03-Status.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/03-Status.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/04-Actions.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/04-Actions.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/05-Link.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/05-Link.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/06-Avatars.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/06-Avatars.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/07-TextField.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/07-TextField.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/08-Dropdown.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/08-Dropdown.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/09-Button.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/09-Button.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/10-ProgressBar.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/10-ProgressBar.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/11-Skeleton.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/11-Skeleton.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/12-Tags.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/12-Tags.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/13-Checkbox.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/13-Checkbox.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/14-Icon.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/14-Icon.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/15-Stars.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/15-Stars.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/16-Date.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/16-Date.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/17-NumberNumeric.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/17-NumberNumeric.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/18-BooleanYSelect.stories.d.ts +20 -0
- package/dist/modules/Table/stories/cells/18-BooleanYSelect.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/cells/shared/tableCellsDecorator.d.ts +7 -0
- package/dist/modules/Table/stories/cells/shared/tableCellsDecorator.d.ts.map +1 -0
- package/dist/modules/Table/utils/excludedRows.d.ts +6 -0
- package/dist/modules/Table/utils/excludedRows.d.ts.map +1 -0
- package/dist/modules/Table/utils/excludedRows.test.d.ts +2 -0
- package/dist/modules/Table/utils/excludedRows.test.d.ts.map +1 -0
- package/dist/modules/Table/utils/filterUtils.d.ts.map +1 -1
- package/dist/modules/Table/utils/filtering.d.ts.map +1 -1
- package/dist/modules/Table/utils/index.d.ts +3 -0
- package/dist/modules/Table/utils/index.d.ts.map +1 -1
- package/dist/modules/Table/utils/tableColumnTransforms.d.ts +15 -0
- package/dist/modules/Table/utils/tableColumnTransforms.d.ts.map +1 -0
- package/dist/modules/Table/utils/tableColumnTransforms.test.d.ts +2 -0
- package/dist/modules/Table/utils/tableColumnTransforms.test.d.ts.map +1 -0
- package/dist/modules/Table/utils/tableDataPipeline.d.ts +38 -0
- package/dist/modules/Table/utils/tableDataPipeline.d.ts.map +1 -0
- package/dist/modules/Table/utils/tableDataPipeline.test.d.ts +2 -0
- package/dist/modules/Table/utils/tableDataPipeline.test.d.ts.map +1 -0
- package/dist/modules/Table/utils/tableFilterDateHelpers.d.ts +20 -0
- package/dist/modules/Table/utils/tableFilterDateHelpers.d.ts.map +1 -0
- package/dist/modules/Tooltip/hooks/useTooltip.d.ts.map +1 -1
- package/dist/modules/Tooltip/utils/tooltipPosition.d.ts +27 -0
- package/dist/modules/Tooltip/utils/tooltipPosition.d.ts.map +1 -0
- package/dist/modules/Tooltip/utils/tooltipPosition.test.d.ts +2 -0
- package/dist/modules/Tooltip/utils/tooltipPosition.test.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/hooks/useWysiwyg.d.ts.map +1 -1
- package/dist/modules/Wysiwyg/utils/wysiwygEditorUtils.d.ts +21 -0
- package/dist/modules/Wysiwyg/utils/wysiwygEditorUtils.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/utils/wysiwygEditorUtils.test.d.ts +2 -0
- package/dist/modules/Wysiwyg/utils/wysiwygEditorUtils.test.d.ts.map +1 -0
- package/dist/shared/types/modal.d.ts +5 -2
- package/dist/shared/types/modal.d.ts.map +1 -1
- package/dist/shared/types/table.d.ts +45 -2
- package/dist/shared/types/table.d.ts.map +1 -1
- 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.