{"_id":"@amakaa/mui-x","name":"@amakaa/mui-x","dist-tags":{"latest":"6.10.1"},"versions":{"6.10.1":{"version":"6.10.1","name":"@amakaa/mui-x","scripts":{"start":"yarn && yarn docs:dev","benchmark:browser":"yarn workspace benchmark browser","docs:dev":"yarn workspace docs dev","docs:start":"yarn workspace docs start","docs:create-playground":"yarn workspace docs create-playground","docs:api":"yarn docs:api:build","docs:api:build":"cross-env BABEL_ENV=development babel-node -i \"/node_modules/(?!@mui)/\" -x .ts,.tsx,.js ./docs/scripts/api/buildApi.ts","docs:link-check":"cross-env BABEL_ENV=development babel-node -i \"/node_modules/(?!@mui)/\" --extensions \".tsx,.ts,.js\" ./docs/scripts/reportBrokenLinks.js","docs:build":"yarn workspace docs build","docs:export":"yarn workspace docs export","docs:typescript:formatted":"yarn workspace docs typescript:transpile","docs:populate:demos":"yarn workspace docs populate:demos","docs:importDocsStatic":"node scripts/importDocsStatic.mjs","docs:size-why":"cross-env DOCS_STATS_ENABLED=true yarn docs:build","docs:deploy":"yarn workspace docs deploy","deduplicate":"node scripts/deduplicate.mjs","dataset:file-tree":"babel-node -x .ts ./scripts/treeDataFromFileTree.ts","l10n":"babel-node -x .ts ./scripts/l10n.ts","jsonlint":"node ./scripts/jsonlint.mjs","eslint":"eslint . --cache --report-unused-disable-directives --ext .js,.ts,.tsx --max-warnings 0","eslint:fix":"yarn eslint --fix","eslint:ci":"eslint . --report-unused-disable-directives --ext .js,.ts,.tsx --max-warnings 0","markdownlint":"markdownlint-cli2 \"**/*.md\"","postinstall":"patch-package","prettier":"pretty-quick --branch master --ignore-path .eslintignore","prettier:all":"prettier --write . --ignore-path .eslintignore","proptypes":"cross-env BABEL_ENV=development babel-node -i \"/node_modules/(?!@mui)/\" -x .ts,.tsx,.js ./docs/scripts/generateProptypes.ts","size:snapshot":"node --max-old-space-size=2048 ./scripts/sizeSnapshot/create","size:why":"yarn size:snapshot --analyze --accurateBundles","t":"TZ=UTC node test/cli.js","test":"lerna run test --parallel","test:coverage":"cross-env NODE_ENV=test BABEL_ENV=coverage nyc mocha 'packages/**/*.test.{js,ts,tsx}' --exclude '**/node_modules/**' && nyc report -r lcovonly","test:coverage:html":"cross-env NODE_ENV=test BABEL_ENV=coverage nyc mocha 'packages/**/*.test.{js,ts,tsx}' --exclude '**/node_modules/**' && nyc report --reporter=html","test:karma":"cross-env NODE_ENV=test TZ=UTC karma start test/karma.conf.js","test:unit":"cross-env NODE_ENV=test TZ=UTC mocha 'packages/**/*.test.{js,ts,tsx}' -n expose_gc","test:e2e":"cross-env NODE_ENV=production yarn test:e2e:build && concurrently --success first --kill-others \"yarn test:e2e:run\" \"yarn test:e2e:server\"","test:e2e:build":"webpack --config test/e2e/webpack.config.js","test:e2e:dev":"concurrently \"yarn test:e2e:build --watch\" \"yarn test:e2e:server\"","test:e2e:run":"mocha --config test/e2e/.mocharc.js 'test/e2e/**/*.test.{js,ts,tsx}'","test:e2e:server":"serve test/e2e -p 5001","test:e2e-website":"playwright test test/e2e-website --config test/e2e-website/playwright.config.ts","test:e2e-website:dev":"PLAYWRIGHT_TEST_BASE_URL=http://localhost:3001 playwright test test/e2e-website --config test/e2e-website/playwright.config.ts","test:regressions":"cross-env NODE_ENV=production yarn test:regressions:build && concurrently --success first --kill-others \"yarn test:regressions:run\" \"yarn test:regressions:server\"","test:regressions:build":"webpack --config test/regressions/webpack.config.js","test:regressions:dev":"concurrently \"yarn test:regressions:build --watch\" \"yarn test:regressions:server\"","test:regressions:run":"mocha --config test/regressions/.mocharc.js --delay 'test/regressions/**/*.test.js'","test:regressions:server":"serve test/regressions -p 5001","test:performance":"cross-env NODE_ENV=production yarn test:performance:build && concurrently --success first --kill-others \"yarn test:performance:run\" \"yarn test:performance:server\"","test:performance:dev":"concurrently \"yarn test:performance:build --watch\" \"yarn test:performance:server\"","test:performance:run":"node ./scripts/performance.mjs","test:performance:build":"webpack --config test/performance/webpack.config.js","test:performance:server":"serve test/performance -p 5001","test:argos":"node ./scripts/pushArgos.mjs","typescript":"lerna run --no-bail --parallel typescript","typescript:ci":"lerna run --concurrency 3 --no-bail --no-sort typescript","build:codesandbox":"yarn release:build","install:codesandbox":"PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --ignore-engines","release:changelog":"node scripts/releaseChangelog.mjs","release:version":"lerna version --exact --no-changelog --no-push --no-git-tag-version --no-private","release:build":"lerna run --parallel --no-private --scope \"@mui/*\" build","release:publish":"lerna publish from-package --no-private --dist-tag latest --contents build","release:publish:dry-run":"lerna publish from-package --dist-tag latest --contents build --registry=\"http://localhost:4873/\"","release:tag":"node scripts/releaseTag.mjs","validate":"concurrently \"yarn prettier && yarn eslint\" \"yarn docs:typescript:formatted\" \"yarn docs:api\""},"devDependencies":{"@argos-ci/core":"^0.9.0","@babel/cli":"^7.22.9","@babel/core":"^7.22.9","@babel/node":"^7.22.6","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-object-rest-spread":"^7.20.7","@babel/plugin-proposal-private-methods":"^7.18.6","@babel/plugin-proposal-private-property-in-object":"^7.21.11","@babel/plugin-transform-object-assign":"^7.22.5","@babel/plugin-transform-react-constant-elements":"^7.22.5","@babel/plugin-transform-runtime":"^7.22.9","@babel/preset-env":"^7.22.9","@babel/preset-react":"^7.22.5","@babel/preset-typescript":"^7.22.5","@babel/register":"^7.22.5","@babel/traverse":"^7.22.8","@babel/types":"^7.22.5","@emotion/cache":"^11.11.0","@emotion/react":"^11.11.1","@emotion/styled":"^11.11.0","@mnajdova/enzyme-adapter-react-18":"^0.2.0","@mui/icons-material":"^5.14.0","@mui/material":"^5.14.0","@mui/monorepo":"git+https://github.com/mui/material-ui.git#master","@mui/utils":"^5.13.7","@octokit/plugin-retry":"^6.0.0","@octokit/rest":"^19.0.13","@playwright/test":"1.36.1","@testing-library/react":"^14.0.0","@types/babel__core":"^7.20.1","@types/chai":"^4.3.5","@types/chai-dom":"^1.11.0","@types/enzyme":"^3.10.12","@types/mocha":"^10.0.1","@types/node":"^18.16.19","@types/prettier":"^2.7.3","@types/react":"^18.2.15","@types/react-dom":"^18.2.7","@types/react-test-renderer":"^18.0.0","@types/requestidlecallback":"^0.3.5","@types/sinon":"^10.0.15","@types/yargs":"^17.0.24","@typescript-eslint/eslint-plugin":"^5.62.0","@typescript-eslint/parser":"^5.62.0","axe-core":"4.7.2","babel-loader":"^9.1.2","babel-plugin-istanbul":"^6.1.1","babel-plugin-module-resolver":"^4.1.0","babel-plugin-optimize-clsx":"^2.6.2","babel-plugin-react-remove-properties":"^0.3.0","babel-plugin-search-and-replace":"^1.1.1","babel-plugin-tester":"^11.0.4","babel-plugin-transform-react-remove-prop-types":"^0.4.24","babel-plugin-transform-rename-import":"^2.3.0","chai":"^4.3.7","chai-dom":"^1.11.0","compression-webpack-plugin":"^10.0.0","concurrently":"^8.2.0","cross-env":"^7.0.3","danger":"^11.2.6","enzyme":"^3.11.0","eslint":"^8.45.0","eslint-config-airbnb":"^19.0.4","eslint-config-airbnb-typescript":"^17.1.0","eslint-config-prettier":"^8.8.0","eslint-import-resolver-webpack":"^0.13.2","eslint-plugin-filenames":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-jsdoc":"^46.4.4","eslint-plugin-jsx-a11y":"^6.7.1","eslint-plugin-mocha":"^10.1.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-react":"^7.32.2","eslint-plugin-react-hooks":"^4.6.0","format-util":"^1.0.5","glob-gitignore":"^1.0.14","globby":"^13.1.4","html-webpack-plugin":"^5.5.3","jsdom":"^22.1.0","jss":"^10.10.0","jss-plugin-template":"^10.10.0","jss-rtl":"^0.3.0","karma":"^6.4.2","karma-chrome-launcher":"^3.2.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.4.0","karma-webpack":"^5.0.0","lerna":"^7.1.4","markdownlint-cli2":"^0.8.1","mocha":"^10.2.0","nyc":"^15.1.0","patch-package":"^7.0.0","postinstall-postinstall":"^2.1.0","prettier":"^2.8.8","pretty-quick":"^3.1.3","process":"^0.11.10","react":"^18.2.0","react-dom":"^18.2.0","serve":"^14.2.0","sinon":"^15.2.0","stream-browserify":"^3.0.0","string-replace-loader":"^3.1.0","typescript":"^5.1.6","util":"^0.12.5","webpack":"^5.88.1","webpack-cli":"^5.1.4","yargs":"^17.7.2","yarn-deduplicate":"^6.0.2"},"setupFiles":["<rootDir>/src/setupTests.js"],"workspaces":{"packages":["benchmark","packages/*","!packages/grid","packages/grid/*","docs"]},"dependencies":{},"resolutions":{"**/react-is":"^18.2.0","**/@types/node":"^18.16.19"},"gitHead":"0d28fa13d8d97cecd1045727ef2ebd2ce1571553","description":"<!-- markdownlint-disable-next-line --> <p align=\"center\">   <a href=\"https://mui.com/\" rel=\"noopener\" target=\"_blank\"><img width=\"150\" src=\"https://mui.com/static/logo.svg\" alt=\"MUI logo\"></a> </p>","_id":"@amakaa/mui-x@6.10.1","_nodeVersion":"18.5.0","_npmVersion":"8.12.1","dist":{"integrity":"sha512-EkTBqKD3A/HEHDLnROD9Ivro2OfIFRtmTNzNB4goh1vgUnWFU4Kyza14Qd3lBYMo5pWfIMXKgKLXlTn0RHvcfQ==","shasum":"18ec59e6fe472b77a00df5c9f7604dc3adfb557b","tarball":"https://registry.npmjs.org/@amakaa/mui-x/-/mui-x-6.10.1.tgz","fileCount":3608,"unpackedSize":12232117,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIErNFNTW1rAC5g/QBxNkJa39ywbsYzcQcQqzjb0T0ZE6AiEAq6nNCbNTufL6kmJunsHO6AjBuy3eFPV/FO+G7o7AnN8="}]},"_npmUser":{"name":"amakaa","email":"amaka.atoyebi@gmail.com"},"directories":{},"maintainers":[{"name":"amakaa","email":"amaka.atoyebi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mui-x_6.10.1_1689895717713_0.8120895596138042"},"_hasShrinkwrap":false}},"time":{"created":"2023-07-20T23:28:37.614Z","6.10.1":"2023-07-20T23:28:38.060Z","modified":"2023-07-20T23:28:38.332Z"},"maintainers":[{"name":"amakaa","email":"amaka.atoyebi@gmail.com"}],"description":"<!-- markdownlint-disable-next-line --> <p align=\"center\">   <a href=\"https://mui.com/\" rel=\"noopener\" target=\"_blank\"><img width=\"150\" src=\"https://mui.com/static/logo.svg\" alt=\"MUI logo\"></a> </p>","readme":"<!-- markdownlint-disable-next-line -->\n<p align=\"center\">\n  <a href=\"https://mui.com/\" rel=\"noopener\" target=\"_blank\"><img width=\"150\" src=\"https://mui.com/static/logo.svg\" alt=\"MUI logo\"></a>\n</p>\n\n<h1 align=\"center\">MUI X</h1>\n\nMUI X is a collection of advanced UI components, including a [data grid](https://mui.com/x/react-data-grid/) and [date and time pickers](https://mui.com/x/react-date-pickers/getting-started/).\n\nThese components are significantly more complex than the ones found in the [MUI Core](https://github.com/mui/material-ui/) libraries.\nThey feature advanced functionality for data-rich applications and a wide range of other use cases.\n\nMUI X is **open core**—base components are MIT-licensed, while more advanced features require a Pro or Premium commercial license.\nSee the [Licensing page](https://mui.com/x/introduction/licensing/) for details.\n\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6293/badge)](https://bestpractices.coreinfrastructure.org/projects/6293)\n\n## Components\n\n- [Data Grid](https://mui.com/x/react-data-grid/)\n- [Date and Time Pickers](https://mui.com/x/react-date-pickers/getting-started/)\n- [Charts](https://mui.com/x/react-charts/)\n\n## Installation\n\n### Data Grid\n\nRead the Data Grid [Installation instructions](https://mui.com/x/react-data-grid/getting-started/#installation) in the MUI X docs.\n\n### Date and Time Pickers\n\nRead the Date and Time Pickers [Installation instructions](https://mui.com/x/react-date-pickers/getting-started/#installation) in the MUI X docs.\n\n### Charts\n\nRead the Charts [Installation instructions](https://mui.com/x/react-charts/#getting-started) in the MUI X docs.\n\n## MIT vs. commercial licenses\n\nMUI has been building MIT-licensed React components since 2014, and we are committed to the continued advancement of the open-source libraries.\nAnything we release under an MIT license will remain MIT-licensed forever.\nYou can learn more about our stewardship ethos in [this document from our company handbook](https://mui-org.notion.site/Stewardship-542a2226043d4f4a96dfb429d16cf5bd).\n\nWe offer commercial licenses to developers who need the most advanced features that cannot be easily maintained by the open-source community.\nCommercial licenses enable us to support a full-time staff of engineers, which is simply not possible through the MIT model.\n\nRest assured that when we release features commercially, it's only because we believe that you will not find a better MIT-licensed alternative anywhere else.\n\nSee the [Pricing](https://mui.com/pricing/) page for a detailed feature comparison.\n\n## Plans\n\n### Community Plan\n\nThe free version of MUI X is [published under an MIT license](https://www.tldrlegal.com/license/mit-license) and is [free forever](https://mui-org.notion.site/Stewardship-542a2226043d4f4a96dfb429d16cf5bd#20f609acab4441cf9346614119fbbac1).\nThis version contains features that we believe are maintainable by contributions from the open-source community.\n\nMIT licensed packages:\n\n- [`@mui/x-data-grid`](https://www.npmjs.com/package/@mui/x-data-grid)\n- [`@mui/x-date-pickers`](https://www.npmjs.com/package/@mui/x-date-pickers)\n- [`@mui/x-charts`](https://www.npmjs.com/package/@mui/x-charts)\n\n### Pro Plan\n\nThe Pro version of MUI X expands on the features of the free version with more advanced capabilities such as multi-filtering, multi-sorting, column resizing and column pinning for the data grid; as well as the date range picker component.\n\nThe Pro version is available under a commercial license—visit [the Pricing page](https://mui.com/pricing/) for details.\n\nPro packages:\n\n- [`@mui/x-data-grid-pro`](https://www.npmjs.com/package/@mui/x-data-grid-pro)\n- [`@mui/x-date-pickers-pro`](https://www.npmjs.com/package/@mui/x-date-pickers-pro)\n\n### Premium Plan\n\nThe Premium version of MUI X covers the most advanced features of the data grid, such as row grouping, Excel export, and aggregation, in addition to everything that's included in the Pro Plan.\n\nThe Premium version is available under a commercial license—visit [the Pricing page](https://mui.com/pricing/) for details.\n\nPremium package:\n\n- [`@mui/x-data-grid-premium`](https://www.npmjs.com/package/@mui/x-data-grid-premium)\n\n## Questions and feedback\n\n### GitHub\n\nWe use GitHub issues as a bug and feature request tracker.\nIf you think you've found a bug, or you have a new feature idea, please start by [making sure it hasn't already been reported or fixed](https://github.com/mui/mui-x/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aclosed).\nYou can search through existing issues and pull requests to see if someone has reported one similar to yours.\n\n[Open an issue](https://github.com/mui/mui-x/issues/new/choose) in the MUI X repo.\n\n### Stack Overflow\n\nVisit Stack Overflow to ask questions and read crowdsourced answers from expert developers in the MUI community, as well as MUI maintainers.\n\n[Post a question about MUI X](https://stackoverflow.com/questions/tagged/mui-x) on Stack Overflow using the \"mui-x\" tag.\n\n### Bugs and feature requests\n\nYou can create an [issue](https://github.com/mui/mui-x/issues) on this repository.\nPlease always provide a reproduction case.\nAs a starting point, we recommend you [browse the documentation](https://mui.com/x/introduction/), and [select](https://mui.com/static/docs/forking-an-example.png) the closest example to your use case.\nOr you can use a [basic template](https://mui.com/r/x-issue-template) to build your reproduction case.\n\n## Contributing\n\nRead the [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.\n\nContributing to MUI X is about more than just issues and pull requests!\nThere are many other ways to [support MUI](https://mui.com/material-ui/getting-started/faq/#mui-is-awesome-how-can-i-support-the-project) beyond contributing to the code base.\n\n## Changelog\n\nThe [changelog](https://github.com/mui/mui-x/releases) is regularly updated to reflect what's changed in each new release.\n\n## Roadmap\n\nFuture plans and high-priority features and enhancements can be found in our [roadmap](https://mui.com/x/introduction/roadmap/).\n\n## Security\n\nFor details of supported versions and contact details for reporting security issues, please refer to the [security policy](https://github.com/mui/mui-x/security/policy).\n","readmeFilename":"README.md"}