{"_id":"@aliretail/drag-drop","_rev":"5-6eefbfc84c63eca7d67a0a03f8ff6bc4","name":"@aliretail/drag-drop","dist-tags":{"alpha":"0.1.1-alpha.1","latest":"0.1.1"},"versions":{"0.1.0-alpha.2":{"name":"@aliretail/drag-drop","version":"0.1.0-alpha.2","description":"拖拽组件","main":"lib/index.js","module":"es/index.js","stylePath":"style.js","scripts":{"start":"build-scripts start","build":"build-scripts build","test":"build-scripts test","prepublishOnly":"npm run build","eslint":"eslint --cache --ext .js,.jsx ./","eslint:fix":"npm run eslint -- --fix","stylelint":"stylelint \"**/*.{css,scss,less}\"","lint":"npm run eslint && npm run stylelint"},"keywords":["ice","react","component"],"dependencies":{"prop-types":"^15.5.8","react-dnd":"^11.1.3","react-dnd-html5-backend":"^11.1.3"},"devDependencies":{"@alib/build-scripts":"^0.1.3","@alifd/adaptor-generate":"^0.1.3","build-plugin-component":"^1.0.0","build-plugin-fusion":"^0.1.0","build-plugin-fusion-cool":"^0.1.0","build-plugin-moment-locales":"^0.1.0","react":"^16.3.0","react-dom":"^16.3.0","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.14.0","@iceworks/spec":"^1.0.0","eslint":"^6.8.0","stylelint":"^13.7.2","@alifd/next":"1.x","@types/react":"^16.9.13","@types/react-dom":"^16.9.4"},"peerDependencies":{"react":"^16.3.0","@alifd/next":"1.x"},"license":"MIT","alphaVersion":"0.1.0-alpha.2","_resolved":"","_integrity":"","_from":"file:/tmp/egg-multipart-tmp/cloud-ide-portal/2021/09/18/08/554986cf-580e-4625-972c-ceb5647a3c28.tgz","_id":"@aliretail/drag-drop@0.1.0-alpha.2","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-bWENGzRYYFYRP+GMGTT9cmIktjH7zlYaS1gGP7p5smcofGEMBRqUtCMhclKV/2U/a+90s0tQG23N4hMD8unPqQ==","shasum":"599f88f703b0f450925b05a65994cf0e420958b5","tarball":"https://registry.npmjs.org/@aliretail/drag-drop/-/drag-drop-0.1.0-alpha.2.tgz","fileCount":3,"unpackedSize":3314,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICP6+6mZR1E4bY2WlyMeWTKbqmVEGi8bVwJrMkWdul61AiBpEbCkLPwwiQuKES2JdeMiQiffmi0xrrJ+RRphU5g3Ow=="}]},"_npmUser":{"name":"aliretail","email":"hongbang.lhb@alibaba-inc.com"},"directories":{},"maintainers":[{"name":"aliretail","email":"hongbang.lhb@alibaba-inc.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/drag-drop_0.1.0-alpha.2_1631954515144_0.4180843722390295"},"_hasShrinkwrap":false},"0.1.0-alpha.3":{"name":"@aliretail/drag-drop","version":"0.1.0-alpha.3","description":"拖拽组件","main":"lib/index.js","module":"es/index.js","stylePath":"style.js","scripts":{"start":"build-scripts start","build":"build-scripts build","test":"build-scripts test","prepublishOnly":"npm run build","eslint":"eslint --cache --ext .js,.jsx ./","eslint:fix":"npm run eslint -- --fix","stylelint":"stylelint \"**/*.{css,scss,less}\"","lint":"npm run eslint && npm run stylelint"},"keywords":["ice","react","component"],"dependencies":{"prop-types":"^15.5.8","react-dnd":"^11.1.3","react-dnd-html5-backend":"^11.1.3"},"devDependencies":{"@alib/build-scripts":"^0.1.3","@alifd/adaptor-generate":"^0.1.3","build-plugin-component":"^1.0.0","build-plugin-fusion":"^0.1.0","build-plugin-fusion-cool":"^0.1.0","build-plugin-moment-locales":"^0.1.0","react":"^16.3.0","react-dom":"^16.3.0","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.14.0","@iceworks/spec":"^1.0.0","eslint":"^6.8.0","stylelint":"^13.7.2","@alifd/next":"1.x","@types/react":"^16.9.13","@types/react-dom":"^16.9.4"},"peerDependencies":{"react":"^16.3.0","@alifd/next":"1.x"},"license":"MIT","alphaVersion":"0.1.0-alpha.3","homepage":"https://unpkg.com/@aliretail/drag-drop@0.1.0/build/index.html","_resolved":"","_integrity":"","_from":"file:/tmp/egg-multipart-tmp/cloud-ide-portal/2021/09/18/08/67ff5c1a-2650-4f71-98a6-19e44ca66355.tgz","readme":"# MbcDragDrop\n\n@aliretail/drag-drop\n\n拖拽组件\n\n## API\n\n| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |\n| ------ | ---- | ---- | ---- | ------ | ---- |\n|   key   | 拖拽的唯一Key     |   N  |  string    |  \\'list\\'      |   -   |\n|   list   | 渲染的数据     |   Y  |  Array<T>    |   -   |   -   |\n|   callback   |  拖拽后的回调   |   Y  |  callback\\: \\(dragIndex\\: number\\, dropIndex\\: number\\) \\=\\> void  |   -   |   -   |\n|   renderItem   | 子项渲染的逻辑 |   Y  |  \\(IRenderItemProps\\<T\\>\\) \\=\\> JSX\\.Element  |   -   |   -   |\n\n### IRenderItemProps\n\ninterface IRenderItemProps<T = any> {\n    record: T,\n    key: number,\n    list: Array<T>,\n    [propName: string]: any,\n}\n","readmeFilename":"README.md","_id":"@aliretail/drag-drop@0.1.0-alpha.3","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-FIiaOdX5g8qu4PIP8uSPXysBP3pEZMri9NqPRkag5yxuKEGvjJISa2+CmjU1kj8O0ht70cn/89sHvYAytYP7BA==","shasum":"57aeae0c0178b6eab71122cc86d390310de7c7da","tarball":"https://registry.npmjs.org/@aliretail/drag-drop/-/drag-drop-0.1.0-alpha.3.tgz","fileCount":22,"unpackedSize":491172,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCi6Cy4TIDR9HWlfXkSod//0TgFRlALuXkPZVt6e/u+mAIgdjFhyYd+dhKhzLodnsJpZIMlyQ6uXV5dUMDWMAuWljM="}]},"_npmUser":{"name":"aliretail","email":"hongbang.lhb@alibaba-inc.com"},"directories":{},"maintainers":[{"name":"aliretail","email":"hongbang.lhb@alibaba-inc.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/drag-drop_0.1.0-alpha.3_1631954647634_0.48786029418514065"},"_hasShrinkwrap":false},"0.1.1-alpha.1":{"name":"@aliretail/drag-drop","version":"0.1.1-alpha.1","description":"拖拽组件","main":"lib/index.js","module":"es/index.js","stylePath":"style.js","scripts":{"start":"build-scripts start","build":"build-scripts build","test":"build-scripts test","prepublishOnly":"npm run build","eslint":"eslint --cache --ext .js,.jsx ./","eslint:fix":"npm run eslint -- --fix","stylelint":"stylelint \"**/*.{css,scss,less}\"","lint":"npm run eslint && npm run stylelint"},"keywords":["ice","react","component"],"dependencies":{"prop-types":"^15.5.8","react-dnd":"^11.1.3","react-dnd-html5-backend":"^11.1.3"},"devDependencies":{"@alib/build-scripts":"^0.1.3","@alifd/adaptor-generate":"^0.1.3","build-plugin-component":"^1.0.0","build-plugin-fusion":"^0.1.0","build-plugin-fusion-cool":"^0.1.0","build-plugin-moment-locales":"^0.1.0","react":"^16.3.0","react-dom":"^16.3.0","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.14.0","@iceworks/spec":"^1.0.0","eslint":"^6.8.0","stylelint":"^13.7.2","@alifd/next":"1.x","@types/react":"^16.9.13","@types/react-dom":"^16.9.4"},"peerDependencies":{"react":"^16.3.0","@alifd/next":"1.x"},"license":"MIT","alphaVersion":"0.1.1-alpha.1","homepage":"https://unpkg.com/@aliretail/drag-drop@0.1.0/build/index.html","_resolved":"","_integrity":"","_from":"file:/tmp/egg-multipart-tmp/cloud-ide-portal/2021/09/18/08/5bbca263-8401-44d8-be75-dd64f69dc47b.tgz","readme":"# MbcDragDrop\n\n@aliretail/drag-drop\n\n拖拽组件\n\n## API\n\n| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |\n| ------ | ---- | ---- | ---- | ------ | ---- |\n|   key   | 拖拽的唯一Key     |   N  |  string    |  \\'list\\'      |   -   |\n|   list   | 渲染的数据     |   Y  |  Array<T>    |   -   |   -   |\n|   callback   |  拖拽后的回调   |   Y  |  callback\\: \\(dragIndex\\: number\\, dropIndex\\: number\\) \\=\\> void  |   -   |   -   |\n|   renderItem   | 子项渲染的逻辑 |   Y  |  \\(IRenderItemProps\\<T\\>\\) \\=\\> JSX\\.Element  |   -   |   -   |\n\n### IRenderItemProps\n\ninterface IRenderItemProps<T = any> {\n    record: T,\n    key: number,\n    list: Array<T>,\n    [propName: string]: any,\n}\n","readmeFilename":"README.md","_id":"@aliretail/drag-drop@0.1.1-alpha.1","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-VRPhIx76/R50H+A//lRQiPXsGfoPIn6GvzS5rWIiLhGdbUfXME94G9fxBQKc/yWdg7t6hXw1oZ0ftZtng5YUSg==","shasum":"f927857f93d90808d3cd41c655d68384de5edebd","tarball":"https://registry.npmjs.org/@aliretail/drag-drop/-/drag-drop-0.1.1-alpha.1.tgz","fileCount":22,"unpackedSize":491172,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBJiIzRkGici7waFBN9lV45KY7UbXBInMF7jioUY+EHhAiBGK/whlfjs6aBvH4U+dHmBtXMg61UpJDjPs1crTy377w=="}]},"_npmUser":{"name":"aliretail","email":"hongbang.lhb@alibaba-inc.com"},"directories":{},"maintainers":[{"name":"aliretail","email":"hongbang.lhb@alibaba-inc.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/drag-drop_0.1.1-alpha.1_1631955057829_0.3368998117598898"},"_hasShrinkwrap":false},"0.1.1":{"name":"@aliretail/drag-drop","version":"0.1.1","description":"拖拽组件","main":"lib/index.js","module":"es/index.js","stylePath":"style.js","scripts":{"start":"build-scripts start","build":"build-scripts build","test":"build-scripts test","prepublishOnly":"npm run build","eslint":"eslint --cache --ext .js,.jsx ./","eslint:fix":"npm run eslint -- --fix","stylelint":"stylelint \"**/*.{css,scss,less}\"","lint":"npm run eslint && npm run stylelint"},"keywords":["ice","react","component"],"dependencies":{"prop-types":"^15.5.8","react-dnd":"^11.1.3","react-dnd-html5-backend":"^11.1.3"},"devDependencies":{"@alib/build-scripts":"^0.1.3","@alifd/adaptor-generate":"^0.1.3","build-plugin-component":"^1.0.0","build-plugin-fusion":"^0.1.0","build-plugin-fusion-cool":"^0.1.0","build-plugin-moment-locales":"^0.1.0","react":"^16.3.0","react-dom":"^16.3.0","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.14.0","@iceworks/spec":"^1.0.0","eslint":"^6.8.0","stylelint":"^13.7.2","@alifd/next":"1.x","@types/react":"^16.9.13","@types/react-dom":"^16.9.4"},"peerDependencies":{"react":"^16.3.0","@alifd/next":"1.x"},"license":"MIT","alphaVersion":"0.1.1-alpha.1","homepage":"https://unpkg.com/@aliretail/drag-drop@0.1.0/build/index.html","_resolved":"","_integrity":"","_from":"file:/tmp/egg-multipart-tmp/cloud-ide-portal/2021/09/18/08/045dc6bd-436c-428e-b6fd-c8afa17ee4bd.tgz","_id":"@aliretail/drag-drop@0.1.1","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-SbL2JnjivSj9PfdPOyFgmlzg+QoV+B4MLCJ0THB1oNiA/UpFzl32xgqZhrC9zFOx/DYTFh4GLGxpHBz+DAh32Q==","shasum":"087bf9a6f5ed7cc4d3fcba8ebf251e1e18d747e3","tarball":"https://registry.npmjs.org/@aliretail/drag-drop/-/drag-drop-0.1.1.tgz","fileCount":22,"unpackedSize":491164,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwxttCRA9TVsSAnZWagAA3UAP/3x7C5y68jypltBbuZmn\nv8kW0UG0kdDfB92mHeqQrgdCxAXVNPSQ5KDxvORnT18PYfebHqmbwyYfR//l\nVJvSFWOsM2MtK8QzMNao2R6Dg6cfPJwJO0QUDL8cCNWcsCoyWabjFyb6IQ3b\nPk5mpp4vFbr/L6fHiKVxNr+Zryhk+RmTQEKqImNDN4jIs57xrZUP23g3am8e\nsa1jGmB8QWSfaot7UlVr8IQ6zXN0K7Fz1yzDvk6nMu2Hd1lV67oZ3OJ1seRL\nt0bp6HKln7XRpCvenBjiIwocQbnljL65PT1VTs8DnYyTsr/7mWOGPuBSBy01\nVvNyLZ5PTaAG1aG7JS8S3u69r8JEM64dkb/c0z+3ylmZjtzx8EhvNNK+rdgA\nAi0v+WH6y2sWuuQL4MK8HoqFPNlOd7H77K83SCKwQpjEuC+F9pmjX1/7wcuX\nIAcdK7DSIbPVIALZfNoHMMG9vDJRn1BAi1Z/9ZIpzkC0gAdkFDcWJQbi7xD/\nriY5w3F4WE8X3bovgYAfW5FjPN7cPKVSpGokOGL10oCt4BRzY28hSbqTfkCm\n/fzPQQZBAG650/C++fdn7oYphE/FLUZv0i499LLBDlNKDtv76fAiggcTwN0P\nnmRSJl4z7E8vtCc/C2lusDRudU0tEufCdGGp3mCffX97NXCxciJwziNz8NrK\ne4yz\r\n=4kG6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHvU0+0I2vAijtq+DX7sLoAdktbvN/xp5uJ5VN76y/UXAiBg1an08Hb3VwtC8Um6wkonXP/5dyjQZMOuW78dn3CjqA=="}]},"_npmUser":{"name":"aliretail","email":"hongbang.lhb@alibaba-inc.com"},"directories":{},"maintainers":[{"name":"aliretail","email":"hongbang.lhb@alibaba-inc.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/drag-drop_0.1.1_1631955218075_0.09167287372658661"},"_hasShrinkwrap":false}},"time":{"created":"2021-09-18T08:41:55.092Z","0.1.0-alpha.2":"2021-09-18T08:41:55.255Z","modified":"2022-04-04T13:26:53.376Z","0.1.0-alpha.3":"2021-09-18T08:44:07.843Z","0.1.1-alpha.1":"2021-09-18T08:50:58.027Z","0.1.1":"2021-09-18T08:53:38.301Z"},"maintainers":[{"name":"aliretail","email":"hongbang.lhb@alibaba-inc.com"}],"description":"拖拽组件","keywords":["ice","react","component"],"license":"MIT","readme":"# MbcDragDrop\n\n@aliretail/drag-drop\n\n拖拽组件\n\n## API\n\n| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |\n| ------ | ---- | ---- | ---- | ------ | ---- |\n|   key   | 拖拽的唯一Key     |   N  |  string    |  \\'list\\'      |   -   |\n|   list   | 渲染的数据     |   Y  |  Array<T>    |   -   |   -   |\n|   callback   |  拖拽后的回调   |   Y  |  callback\\: \\(dragIndex\\: number\\, dropIndex\\: number\\) \\=\\> void  |   -   |   -   |\n|   renderItem   | 子项渲染的逻辑 |   Y  |  \\(IRenderItemProps\\<T\\>\\) \\=\\> JSX\\.Element  |   -   |   -   |\n\n### IRenderItemProps\n\ninterface IRenderItemProps<T = any> {\n    record: T,\n    key: number,\n    list: Array<T>,\n    [propName: string]: any,\n}\n","readmeFilename":"README.md","homepage":"https://unpkg.com/@aliretail/drag-drop@0.1.0/build/index.html"}