mirror of
https://github.com/Baboo7/strapi-plugin-import-export-entries.git
synced 2025-07-26 00:02:37 -04:00
Compare commits
2 Commits
ee7fc354f4
...
da0a5d3633
Author | SHA1 | Date | |
---|---|---|---|
|
da0a5d3633 | ||
|
1af484f42b |
@ -2,6 +2,8 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [1.23.1](https://github.com/Baboo7/strapi-plugin-import-export-entries/compare/v1.23.0...v1.23.1) (2023-12-27)
|
||||
|
||||
## [1.23.0](https://github.com/Baboo7/strapi-plugin-import-export-entries/compare/v1.22.2...v1.23.0) (2023-12-23)
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Button } from '@strapi/design-system/Button';
|
||||
import { Button } from '@strapi/design-system';
|
||||
import { CheckPermissions } from '@strapi/helper-plugin';
|
||||
import Download from '@strapi/icons/Download';
|
||||
import React, { useState } from 'react';
|
||||
|
@ -1,14 +1,6 @@
|
||||
import './style.css';
|
||||
|
||||
import { Button } from '@strapi/design-system/Button';
|
||||
import { Checkbox } from '@strapi/design-system/Checkbox';
|
||||
import { Flex } from '@strapi/design-system/Flex';
|
||||
import { Grid, GridItem } from '@strapi/design-system/Grid';
|
||||
import { Loader } from '@strapi/design-system/Loader';
|
||||
import { ModalBody, ModalFooter, ModalHeader, ModalLayout } from '@strapi/design-system/ModalLayout';
|
||||
import { Portal } from '@strapi/design-system/Portal';
|
||||
import { Option, Select } from '@strapi/design-system/Select';
|
||||
import { Typography } from '@strapi/design-system/Typography';
|
||||
import { Button, Checkbox, Flex, Grid, GridItem, Loader, ModalBody, ModalFooter, ModalHeader, ModalLayout, Option, Portal, Select, Typography } from '@strapi/design-system';
|
||||
import pick from 'lodash/pick';
|
||||
import range from 'lodash/range';
|
||||
import qs from 'qs';
|
||||
|
@ -1,5 +1,4 @@
|
||||
import { Box } from '@strapi/design-system/Box';
|
||||
import { BaseHeaderLayout } from '@strapi/design-system/Layout';
|
||||
import { BaseHeaderLayout, Box } from '@strapi/design-system';
|
||||
import React from 'react';
|
||||
|
||||
import { useI18n } from '../../hooks/useI18n';
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Button } from '@strapi/design-system/Button';
|
||||
import { Button } from '@strapi/design-system';
|
||||
import { CheckPermissions } from '@strapi/helper-plugin';
|
||||
import Upload from '@strapi/icons/Upload';
|
||||
import React, { useState } from 'react';
|
||||
|
@ -1,13 +1,6 @@
|
||||
import './style.css';
|
||||
|
||||
import { Button } from '@strapi/design-system/Button';
|
||||
import { EmptyStateLayout } from '@strapi/design-system/EmptyStateLayout';
|
||||
import { Flex } from '@strapi/design-system/Flex';
|
||||
import { Icon } from '@strapi/design-system/Icon';
|
||||
import { Loader } from '@strapi/design-system/Loader';
|
||||
import { ModalBody, ModalFooter, ModalHeader, ModalLayout } from '@strapi/design-system/ModalLayout';
|
||||
import { Portal } from '@strapi/design-system/Portal';
|
||||
import { Typography } from '@strapi/design-system/Typography';
|
||||
import { Button, EmptyStateLayout, Flex, Icon, Loader, ModalBody, ModalFooter, ModalHeader, ModalLayout, Portal, Typography } from '@strapi/design-system';
|
||||
import CheckCircle from '@strapi/icons/CheckCircle';
|
||||
import IconCode from '@strapi/icons/Code';
|
||||
import IconFile from '@strapi/icons/File';
|
||||
|
@ -1,7 +1,4 @@
|
||||
import { Box } from '@strapi/design-system/Box';
|
||||
import { Option, Select } from '@strapi/design-system/Select';
|
||||
import { Tab, TabGroup, TabPanel, TabPanels, Tabs } from '@strapi/design-system/Tabs';
|
||||
import { Typography } from '@strapi/design-system/Typography';
|
||||
import { Box, Option, Select, Tab, TabGroup, TabPanel, TabPanels, Tabs, Typography } from '@strapi/design-system';
|
||||
import React, { useEffect, useState } from 'react';
|
||||
|
||||
import { api } from '../../../../api';
|
||||
|
@ -1,7 +1,6 @@
|
||||
import './style.css';
|
||||
|
||||
import { Alert } from '@strapi/design-system/Alert';
|
||||
import { Portal } from '@strapi/design-system/Portal';
|
||||
import { Alert, Portal } from '@strapi/design-system';
|
||||
import React from 'react';
|
||||
|
||||
import { useAlerts } from '../../../hooks/useAlerts';
|
||||
|
@ -1,7 +1,4 @@
|
||||
import { Box } from '@strapi/design-system/Box';
|
||||
import { Divider } from '@strapi/design-system/Divider';
|
||||
import { Flex } from '@strapi/design-system/Flex';
|
||||
import { Typography } from '@strapi/design-system/Typography';
|
||||
import { Box, Divider, Flex, Typography } from '@strapi/design-system';
|
||||
import { CheckPermissions } from '@strapi/helper-plugin';
|
||||
import React from 'react';
|
||||
import { useIntl } from 'react-intl';
|
||||
|
@ -1,10 +1,4 @@
|
||||
import { Box } from '@strapi/design-system/Box';
|
||||
import { Checkbox } from '@strapi/design-system/Checkbox';
|
||||
import { Flex } from '@strapi/design-system/Flex';
|
||||
import { ContentLayout } from '@strapi/design-system/Layout';
|
||||
import { Link } from '@strapi/design-system/Link';
|
||||
import { Option, Select } from '@strapi/design-system/Select';
|
||||
import { Typography } from '@strapi/design-system/Typography';
|
||||
import { Box, Checkbox, ContentLayout, Flex, Link, Option, Select, Typography } from '@strapi/design-system';
|
||||
import { CheckPagePermissions } from '@strapi/helper-plugin';
|
||||
import range from 'lodash/range';
|
||||
import React, { memo, useState } from 'react';
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-plugin-import-export-entries",
|
||||
"version": "1.23.0",
|
||||
"version": "1.23.1",
|
||||
"description": "Import/Export data from and to your database in just few clicks.",
|
||||
"strapi": {
|
||||
"name": "import-export-entries",
|
||||
|
Loading…
x
Reference in New Issue
Block a user