geneeantd 0.0.6
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/README.md +605 -0
- package/dist/assets/BUTTON-41.png +0 -0
- package/dist/assets/Frame1.png +0 -0
- package/dist/assets/bell.png +0 -0
- package/dist/assets/button_icon.png +0 -0
- package/dist/assets/demo/logo1.png +0 -0
- package/dist/assets/down.png +0 -0
- package/dist/assets/react.svg +1 -0
- package/dist/assets/svg/bell.svg +5 -0
- package/dist/assets/svg/down.svg +5 -0
- package/dist/assets/svg/homepage.svg +1 -0
- package/dist/assets/svg/kefu.svg +8 -0
- package/dist/components/AvatarUpload/index.d.ts +3 -0
- package/dist/components/AvatarUpload/types.d.ts +10 -0
- package/dist/components/DetailView/index.d.ts +3 -0
- package/dist/components/DetailView/types.d.ts +17 -0
- package/dist/components/DoubleColLayout/index.d.ts +8 -0
- package/dist/components/DoubleColLayout/type.d.ts +86 -0
- package/dist/components/DynamicForm/index.d.ts +8 -0
- package/dist/components/DynamicForm/index.test.d.ts +1 -0
- package/dist/components/DynamicForm/types.d.ts +44 -0
- package/dist/components/FilterForm/index.d.ts +7 -0
- package/dist/components/FilterForm/types.d.ts +6 -0
- package/dist/components/FloatCard/index.d.ts +9 -0
- package/dist/components/FloatCard/types.d.ts +15 -0
- package/dist/components/GlobalHeader/components/AppStorePop/index.d.ts +3 -0
- package/dist/components/GlobalHeader/components/UserActions/index.d.ts +6 -0
- package/dist/components/GlobalHeader/components/UserPop/index.d.ts +5 -0
- package/dist/components/GlobalHeader/index.d.ts +3 -0
- package/dist/components/GlobalHeader/types.d.ts +50 -0
- package/dist/components/Login/components/OutLogin.d.ts +26 -0
- package/dist/components/Login/components/QrcodeLogin.d.ts +15 -0
- package/dist/components/Login/components/RegisterForm.d.ts +9 -0
- package/dist/components/Login/components/RegisterType.d.ts +13 -0
- package/dist/components/Login/components/SsoLogin.d.ts +16 -0
- package/dist/components/Login/index.d.ts +8 -0
- package/dist/components/Login/types.d.ts +47 -0
- package/dist/components/PageHeader/index.d.ts +7 -0
- package/dist/components/RemoteSelect/index.d.ts +3 -0
- package/dist/components/RemoteSelect/types.d.ts +15 -0
- package/dist/components/SelectedFilterTags/index.d.ts +8 -0
- package/dist/components/SelectedFilterTags/types.d.ts +11 -0
- package/dist/components/SidebarMenu/index.d.ts +7 -0
- package/dist/components/SidebarMenu/types.d.ts +14 -0
- package/dist/components/TablePlus/components/TableProvider/index.d.ts +2 -0
- package/dist/components/TablePlus/components/ToolBar/Setting.d.ts +6 -0
- package/dist/components/TablePlus/components/ToolBar/index.d.ts +7 -0
- package/dist/components/TablePlus/context.d.ts +3 -0
- package/dist/components/TablePlus/index.d.ts +5 -0
- package/dist/components/TablePlus/types.d.ts +74 -0
- package/dist/components/index.d.ts +18 -0
- package/dist/genee-antd.es.js +8434 -0
- package/dist/genee-antd.umd.js +157 -0
- package/dist/index.d.ts +1 -0
- package/dist/style.css +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +121 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components/index';
|
package/dist/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.wrapper{width:100%;height:100%;margin-bottom:16px}.login-container{display:flex;height:100vh;width:100%;overflow:hidden}.login-left{box-sizing:border-box;width:46%;background:linear-gradient(135deg,#0c8f5d,#0a7a50);color:#fff;padding:70px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.login-logo-img{position:absolute;width:40px;height:40px;top:70px;left:70px}.login-logo{font-size:44px;font-weight:700;margin-bottom:44px;letter-spacing:1px}.login-description{font-size:16px;max-width:500px;line-height:36px}.login-right{box-sizing:border-box;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;background-color:#fff;position:relative}.login-container-center{height:100vh;width:100%;overflow:hidden}.login-right-center{width:65%;margin:15% auto;height:80%;border-radius:16px;box-shadow:0 0 10px #0000001a;box-sizing:border-box;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;background-color:#fff;position:relative}.wrapper{width:100%;height:100%}.wrapper :global .ant-pagination .ant-pagination-next:hover .ant-pagination-item-link{background-color:transparent}.wrapper :global .ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link{background-color:transparent}.wrapper :global .ant-pagination .ant-pagination-prev .ant-pagination-item-link:hover{background-color:#0000000f}.wrapper :global .ant-pagination .ant-pagination-next .ant-pagination-item-link:hover{background-color:#0000000f}.wrapper :global .ant-btn-variant-link{padding:6px!important}.wrapper .antdPageIcon{display:flex;align-items:center}.wrapper .antdPageIcon .goFirstBtn{padding:0 4px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.wrapper .antdPageIcon .goFirstBtn:hover{background-color:#0000000f;border-radius:6px}.wrapper .antdPageIcon .goFinalBtn{padding:0 4px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.wrapper .antdPageIcon .goFinalBtn:hover{background-color:#0000000f;border-radius:6px}.wrapper .tableHeader{height:32px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.wrapper .tableHeader .title{font-weight:500;font-size:16px;color:#333}.wrapper .tableHeader .toolBar{display:flex;align-items:center}:root{--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"}._wrapper_1iglk_1{width:100%;height:100%}._wrapper_1iglk_1 .ant-pagination .ant-pagination-next:hover .ant-pagination-item-link,._wrapper_1iglk_1 .ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link{background-color:transparent}._wrapper_1iglk_1 .ant-pagination .ant-pagination-prev .ant-pagination-item-link:hover,._wrapper_1iglk_1 .ant-pagination .ant-pagination-next .ant-pagination-item-link:hover{background-color:#0000000f}._wrapper_1iglk_1 .ant-btn-variant-link{padding:6px!important}._wrapper_1iglk_1 ._antdPageIcon_1iglk_20{display:flex;align-items:center}._wrapper_1iglk_1 ._antdPageIcon_1iglk_20 ._goFirstBtn_1iglk_24{padding:0 4px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}._wrapper_1iglk_1 ._antdPageIcon_1iglk_20 ._goFirstBtn_1iglk_24:hover{background-color:#0000000f;border-radius:6px}._wrapper_1iglk_1 ._antdPageIcon_1iglk_20 ._goFinalBtn_1iglk_36{padding:0 4px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}._wrapper_1iglk_1 ._antdPageIcon_1iglk_20 ._goFinalBtn_1iglk_36:hover{background-color:#0000000f;border-radius:6px}._wrapper_1iglk_1 ._tableHeader_1iglk_48{height:32px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}._wrapper_1iglk_1 ._tableHeader_1iglk_48 ._title_1iglk_55{font-weight:500;font-size:16px;color:#333}._wrapper_1iglk_1 ._tableHeader_1iglk_48 ._toolBar_1iglk_60{display:flex;align-items:center}._wrapper_o3ny9_1{width:100%;height:100%}._settingHeader_o3ny9_5{display:flex;justify-content:space-between;align-items:center;width:100%}._columnList_o3ny9_11{max-height:300px;overflow-y:auto}._columnItem_o3ny9_15{padding:2px 0;display:flex;align-items:center}._dragHandle_o3ny9_20{color:#999;margin-right:4px;cursor:move}.float-card-container{width:100%;position:relative}.float-card-container .ant-card{border:none;border-radius:6px;transition:all 1.6s ease}.float-card-placeholder{width:100%}@media(max-width:768px){.float-card-container .ant-card{padding:12px 12px 0!important}}.ant-card .ant-card-body{padding:0}.selected-filter-tags-container{margin-top:8px;display:flex;flex-wrap:wrap;align-items:center}.selected-filter-tags-label{font-size:14px;color:#6b7280;margin-right:8px;white-space:nowrap}.selected-filter-tags-list{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.selected-filter-tag{margin-right:8px;margin-bottom:4px;cursor:default}.selected-filter-tag:hover{box-shadow:0 2px 8px #00000026}.selected-filter-tags-clear{cursor:pointer;color:#6b7280;font-size:14px;margin-left:8px;white-space:nowrap;padding:4px 8px;border-radius:4px;transition:all .2s ease}.selected-filter-tags-clear:hover{background-color:#f0f0f0;color:#333}.selected-filter-tags-empty{margin:0 0 8px;color:#999;font-size:14px;padding:8px 0}@media(max-width:768px){.selected-filter-tags-container{margin:8px 0}.selected-filter-tags-label{font-size:13px}.selected-filter-tag{font-size:12px;padding:2px 8px;margin-right:6px;margin-bottom:4px}.selected-filter-tags-clear{font-size:13px;margin-left:8px;margin-top:4px}}._wrapper_frbgc_1{width:100%;height:100%;margin-bottom:16px}._login-container_swiax_1{display:flex;height:100vh;width:100%;overflow:hidden}._login-left_swiax_8{box-sizing:border-box;width:46%;background:linear-gradient(135deg,#0c8f5d,#0a7a50);color:#fff;padding:70px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}._login-logo-img_swiax_21{position:absolute;width:40px;height:40px;top:70px;left:70px}._login-logo_swiax_21{font-size:44px;font-weight:700;margin-bottom:44px;letter-spacing:1px}._login-description_swiax_39{font-size:16px;max-width:500px;line-height:36px}._login-right_swiax_45{box-sizing:border-box;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;background-color:#fff;position:relative}._login-container-center_swiax_56{height:100vh;width:100%;overflow:hidden}._login-right-center_swiax_61{width:65%;margin:15% auto;height:80%;border-radius:16px;box-shadow:0 0 10px #0000001a;box-sizing:border-box;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;background-color:#fff;position:relative}.login-container{display:flex;height:100%;width:100%;overflow:hidden}.login-right{box-sizing:border-box;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;position:relative}.login-header{margin-bottom:42px;max-width:63%;width:100%}.login-title{font-size:30px;font-weight:700;color:#333;margin-bottom:16px}.login-welcome{font-size:18px;color:#666;margin-bottom:0;margin-top:16px}.login-content{width:100%;max-width:63%}.qrcode-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0}.qrcode-tip{margin-top:24px;font-size:16px;color:#666;text-align:center}.qrcode-placeholder{display:flex;align-items:center;justify-content:center;height:280px;background-color:#f5f5f5;border-radius:8px;color:#999;font-size:14px}.unified-login-btn{width:100%;height:128px;font-size:24px;background-color:#0c8f5d;border-color:#0c8f5d;border-radius:12px;display:flex;align-items:center;transition:all .3s ease;margin-bottom:82px;color:#fff;padding:0 10%;cursor:pointer;box-sizing:border-box}.unified-login-btn:hover{box-shadow:0 25px 50px 12px #2ba07f4d}.login-arrow{margin-left:8px;font-size:16px}.other-login{width:100%}.login-divider{text-align:center;color:#999;font-size:14px;margin-bottom:24px;position:relative}.login-divider:before,.login-divider:after{content:"";position:absolute;top:50%;width:30%;height:1px;background-color:#eee}.login-divider:before{left:0}.login-divider:after{right:0}.login-options{display:flex;justify-content:center;gap:12%}.login-option{height:48px;width:48px!important;border:none;transition:all .3s ease;background-color:#f5f5f5;margin-bottom:8px;font-size:18px}@media screen and (min-width:1440px){.login-option{height:54px;width:54px!important;font-size:16px}}@media screen and (max-width:1439px){.login-header,.login-content{max-width:72%}}.login-options>div{display:flex;align-items:center;flex-direction:column;justify-content:center}.login-options>div>div{font-size:12px;color:#666}.login-option:hover{border-color:#0c8f5d;color:#0c8f5d;transform:translateY(-1px);box-shadow:0 2px 8px #0c8f5d33}.login-footer{position:absolute;top:70px;right:80px;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.register-link{font-size:14px;color:#666}.forgot-password{font-size:14px}.forgot-password-text{color:#0c8f5d;cursor:pointer;transition:color .3s ease}.forgot-password-text:hover{color:#0a7a50;text-decoration:underline}.register-text{color:#0c8f5d;cursor:pointer;margin-left:4px;transition:color .3s ease}.register-text:hover{color:#0a7a50;text-decoration:underline}.register-type-item{height:118px;box-shadow:0 2px 14px 1px #0000000f;border-radius:6px;display:flex;align-items:center;padding:0 24px;margin-bottom:44px;cursor:pointer;border:1px solid transparent}.register-type-item-icon{width:64px;height:64px;font-size:26px;color:var(--primary-color);background-color:var(--primary-color-light);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:28px}.register-type-item-right{flex:1;display:flex;flex-direction:column;justify-content:center}.register-type-item-right-title{font-size:16px;font-weight:500;color:#333;margin-bottom:8px}.register-type-item-right-desc{font-size:14px;color:#666;max-width:318px}.register-type-item-right-arrow{font-size:16px;color:var(--primary-color);display:none}.register-type-item:hover .register-type-item-right-arrow{display:block}.register-type-item:hover{background-color:var(--primary-color-light);border-color:var(--primary-color)}.register-type-item:hover .register-type-item-icon{color:#fff;background-color:var(--primary-color)}.register-link-container{position:absolute;top:70px;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px;font-size:14px;color:#b8b8b8}.out-login{cursor:pointer;transition:all .3s ease;padding:10px 0}.out-login:hover{transform:translate(5px)}.out-login-button{width:100%;display:flex;align-items:center;justify-content:flex-start;color:#666;font-size:16px;padding:12px 24px;border-radius:8px;transition:all .3s ease}.out-login-button:hover{color:var(--primary-color);background-color:#2ba07f0d}.login-arrow{font-size:14px;transition:all .3s ease}.out-login-button:hover .login-arrow{transform:translate(3px)}.login-betwen{position:relative}.forgot-password{position:absolute;right:0;top:0;color:var(--primary-color);line-height:32px;cursor:pointer}._wrapper_p0tz9_1{width:100%;height:100%}._avatarUpload_vcunw_1{display:flex;flex-direction:column;align-items:center}._avatarUpload_vcunw_1 ._avatar_vcunw_1{width:98px;height:98px;border-radius:50%;margin-bottom:16px}._avatarUpload_vcunw_1 ._avatarPlaceholder_vcunw_12{font-size:48px;color:#999;margin-bottom:16px}._avatarUpload_vcunw_1 ._uploadTip_vcunw_17{font-size:12px;color:#999;margin-top:16px}._doubleColLayout_aebel_2{display:flex;height:100%;width:100%;padding:24px;background:#fff;position:relative}._sider_aebel_11{padding-right:24px;overflow-y:auto;overflow-x:visible;flex-shrink:0}._contentWrapper_aebel_18{flex:1;display:flex;flex-direction:column;background-color:#fff;overflow-y:auto;overflow-x:hidden}._content_aebel_18{flex:1;padding-left:40px;background:#fff;box-sizing:border-box}._menuItem_aebel_32{cursor:pointer;height:40px;width:100%;padding-left:24px;border-radius:6px;line-height:40px;margin-bottom:4px;position:relative}._menuItem_aebel_32._active_aebel_42{background:var(--primary-color-light);color:var(--primary-color)}._menuItem_aebel_32._scrollActive_aebel_46{color:var(--primary-color)}._menuItem_aebel_32._scrollActive_aebel_46:after{content:"";position:absolute;right:-24px;top:0;width:3px;height:100%;background:var(--primary-color);z-index:10}._buttonGroup_aebel_59{display:flex;background:#f5f5f5;align-items:center;border-radius:6px;height:auto;min-height:32px;width:fit-content;box-sizing:border-box;padding:0 2px;overflow-x:auto;margin-bottom:24px}._buttonGroup_aebel_59 ._buttonItem_aebel_72{padding:4px 14px;border-radius:6px;box-sizing:border-box;flex-shrink:0;cursor:pointer}._buttonGroup_aebel_59 ._buttonItem_aebel_72._active_aebel_42{background-color:#fff}._dragBar_aebel_82{width:2px;height:auto;background:#e6e6e6;cursor:col-resize;transition:all .6s ease;flex-shrink:0}._dragBar_aebel_82:hover{background:var(--primary-color)}._doubleColLayout_aebel_2._resizing_aebel_93{cursor:col-resize}._doubleColLayout_aebel_2{user-select:none;-webkit-user-select:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}._detailView_yqf2w_1{height:100%}._detailView_yqf2w_1 ._detailViewTop_yqf2w_4{background-color:#fff;padding-top:24px;display:flex;justify-content:space-between}._detailView_yqf2w_1 ._detailViewTopBreadcrumb_yqf2w_10{display:flex;align-items:center}._detailView_yqf2w_1 ._detailViewContent_yqf2w_14{margin:0 -24px;padding:24px;background-color:#f7f7f7}._detailView_yqf2w_1 ._detailViewContent_yqf2w_14 ._detailViewContentItem_yqf2w_19{border-radius:6px;background-color:#fff;height:calc(100vh - 310px);overflow:auto}._detailView_yqf2w_1 ._detailViewTopLeft_yqf2w_25{margin-bottom:16px}._detailView_yqf2w_1 ._detailViewTopRightItem_yqf2w_28{display:flex;flex-direction:column;align-items:flex-end}._detailViewTabs_yqf2w_34 .ant-tabs-top>.ant-tabs-nav:before{display:none!important}._detailViewTabs_yqf2w_34 .ant-tabs-nav{margin-bottom:0!important}._detailViewTabs_yqf2w_34 .ant-tabs .ant-tabs-tab{padding:8px 0}.ant-descriptions.ant-descriptions-bordered>.ant-descriptions-view .ant-descriptions-row>.ant-descriptions-item-label{background-color:#f5fcfb;padding:9px 8px}.ant-descriptions.ant-descriptions-bordered>.ant-descriptions-view .ant-descriptions-row>.ant-descriptions-item-content{padding:9px 8px}
|
package/dist/vite.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
package/package.json
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "geneeantd",
|
|
3
|
+
"version": "0.0.6",
|
|
4
|
+
"description": "基于Ant Design封装的业务组件库",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"main": "./dist/genee-antd.umd.js",
|
|
10
|
+
"module": "./dist/genee-antd.es.js",
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": {
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"default": "./dist/genee-antd.es.js"
|
|
17
|
+
},
|
|
18
|
+
"require": {
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"default": "./dist/genee-antd.umd.js"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"./style.css": "./dist/style.css"
|
|
24
|
+
},
|
|
25
|
+
"scripts": {
|
|
26
|
+
"dev": "vite",
|
|
27
|
+
"build": "tsc -b && vite build",
|
|
28
|
+
"lint": "eslint .",
|
|
29
|
+
"preview": "vite preview",
|
|
30
|
+
"docs:dev": "dumi dev",
|
|
31
|
+
"docs:build": "dumi build",
|
|
32
|
+
"test": "vitest",
|
|
33
|
+
"test:ui": "vitest --ui",
|
|
34
|
+
"test:run": "vitest run",
|
|
35
|
+
"test:coverage": "vitest run --coverage",
|
|
36
|
+
"test:watch": "vitest --watch",
|
|
37
|
+
"test:performance": "lhci autorun",
|
|
38
|
+
"test:all": "pnpm run test:coverage"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@ant-design/icons": "^6.0.2",
|
|
42
|
+
"@dnd-kit/core": "^6.3.1",
|
|
43
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
44
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
45
|
+
"@types/moment": "^2.11.29",
|
|
46
|
+
"@types/qrcode.react": "^1.0.5",
|
|
47
|
+
"@types/react-transition-group": "^4.4.12",
|
|
48
|
+
"antd-img-crop": "^4.25.0",
|
|
49
|
+
"dayjs": "^1.11.18",
|
|
50
|
+
"i18next": "^25.6.1",
|
|
51
|
+
"i18next-browser-languagedetector": "^8.2.0",
|
|
52
|
+
"moment": "^2.30.1",
|
|
53
|
+
"qrcode.react": "^4.2.0",
|
|
54
|
+
"react-i18next": "^16.2.4",
|
|
55
|
+
"react-transition-group": "^4.4.5"
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@axe-core/react": "^4.10.2",
|
|
59
|
+
"@eslint/js": "^9.33.0",
|
|
60
|
+
"@lhci/cli": "^0.15.1",
|
|
61
|
+
"@testing-library/dom": "^10.4.1",
|
|
62
|
+
"@testing-library/jest-dom": "^6.8.0",
|
|
63
|
+
"@testing-library/react": "^16.3.0",
|
|
64
|
+
"@testing-library/user-event": "^14.6.1",
|
|
65
|
+
"@types/react": "^18.2.0",
|
|
66
|
+
"@types/react-dom": "^18.2.0",
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
|
68
|
+
"@umijs/preset-dumi": "^1.1.54",
|
|
69
|
+
"@vitejs/plugin-react": "^5.0.0",
|
|
70
|
+
"@vitest/coverage-v8": "3.2.4",
|
|
71
|
+
"@vitest/ui": "^3.2.4",
|
|
72
|
+
"antd": "^5.27.3",
|
|
73
|
+
"dumi": "^2.4.21",
|
|
74
|
+
"eslint": "^9.33.0",
|
|
75
|
+
"eslint-config-prettier": "^10.1.8",
|
|
76
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
77
|
+
"eslint-plugin-react": "^7.37.5",
|
|
78
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
79
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
80
|
+
"eslint-plugin-unicorn": "^61.0.2",
|
|
81
|
+
"globals": "^16.3.0",
|
|
82
|
+
"jsdom": "^27.0.0",
|
|
83
|
+
"less": "^4.4.1",
|
|
84
|
+
"lighthouse": "^12.8.2",
|
|
85
|
+
"prettier": "^3.6.2",
|
|
86
|
+
"react": "^18.2.0",
|
|
87
|
+
"react-dom": "^18.2.0",
|
|
88
|
+
"react-router-dom": "^7.9.1",
|
|
89
|
+
"typescript": "~5.8.3",
|
|
90
|
+
"typescript-eslint": "^8.39.1",
|
|
91
|
+
"vite": "^7.1.2",
|
|
92
|
+
"vite-plugin-checker": "^0.10.3",
|
|
93
|
+
"vite-plugin-dts": "^4.5.4",
|
|
94
|
+
"vite-plugin-eslint": "^1.8.1",
|
|
95
|
+
"vite-plugin-static-copy": "^3.1.2",
|
|
96
|
+
"vite-plugin-svgr": "^4.5.0",
|
|
97
|
+
"vitest": "^3.2.4",
|
|
98
|
+
"webpack-bundle-analyzer": "^4.10.2"
|
|
99
|
+
},
|
|
100
|
+
"peerDependencies": {
|
|
101
|
+
"antd": "^5.0.0",
|
|
102
|
+
"react": "^18.0.0",
|
|
103
|
+
"react-dom": "^18.0.0",
|
|
104
|
+
"react-router-dom": "^7.0.0"
|
|
105
|
+
},
|
|
106
|
+
"publishConfig": {
|
|
107
|
+
"access": "public"
|
|
108
|
+
},
|
|
109
|
+
"keywords": [
|
|
110
|
+
"react",
|
|
111
|
+
"components",
|
|
112
|
+
"ui-library"
|
|
113
|
+
],
|
|
114
|
+
"author": "genee",
|
|
115
|
+
"license": "MIT",
|
|
116
|
+
"repository": {
|
|
117
|
+
"type": "git",
|
|
118
|
+
"url": "https://ganfeng1@bitbucket.org/genee/genee-ant.git"
|
|
119
|
+
},
|
|
120
|
+
"homepage": "https://bitbucket.org/genee/genee-ant/src/demo/README.md"
|
|
121
|
+
}
|