parent
182d8bec79
commit
e48bb6b615
@ -0,0 +1,775 @@
|
||||
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/pagination/style/index.less ***!
|
||||
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-pagination {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
}
|
||||
.ant-pagination ul,
|
||||
.ant-pagination ol {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.ant-pagination::after {
|
||||
display: block;
|
||||
clear: both;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
content: ' ';
|
||||
}
|
||||
.ant-pagination-total-text {
|
||||
display: inline-block;
|
||||
height: 28px;
|
||||
margin-right: 8px;
|
||||
line-height: 26px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.ant-pagination-item {
|
||||
display: inline-block;
|
||||
min-width: 28px;
|
||||
height: 28px;
|
||||
margin-right: 8px;
|
||||
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';
|
||||
line-height: 26px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
list-style: none;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
outline: 0;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-pagination-item a {
|
||||
display: block;
|
||||
padding: 0 6px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
transition: none;
|
||||
}
|
||||
.ant-pagination-item a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.ant-pagination-item:hover {
|
||||
border-color: #1890ff;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-pagination-item:hover a {
|
||||
color: #1890ff;
|
||||
}
|
||||
.ant-pagination-item:focus-visible {
|
||||
border-color: #1890ff;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-pagination-item:focus-visible a {
|
||||
color: #1890ff;
|
||||
}
|
||||
.ant-pagination-item-active {
|
||||
font-weight: 500;
|
||||
background: #fff;
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-pagination-item-active a {
|
||||
color: #1890ff;
|
||||
}
|
||||
.ant-pagination-item-active:hover {
|
||||
border-color: #40a9ff;
|
||||
}
|
||||
.ant-pagination-item-active:focus-visible {
|
||||
border-color: #40a9ff;
|
||||
}
|
||||
.ant-pagination-item-active:hover a {
|
||||
color: #40a9ff;
|
||||
}
|
||||
.ant-pagination-item-active:focus-visible a {
|
||||
color: #40a9ff;
|
||||
}
|
||||
.ant-pagination-jump-prev,
|
||||
.ant-pagination-jump-next {
|
||||
outline: 0;
|
||||
}
|
||||
.ant-pagination-jump-prev .ant-pagination-item-container,
|
||||
.ant-pagination-jump-next .ant-pagination-item-container {
|
||||
position: relative;
|
||||
}
|
||||
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
|
||||
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
|
||||
color: #1890ff;
|
||||
font-size: 12px;
|
||||
letter-spacing: -1px;
|
||||
opacity: 0;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
|
||||
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: auto;
|
||||
}
|
||||
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
|
||||
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
margin: auto;
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
letter-spacing: 2px;
|
||||
text-align: center;
|
||||
text-indent: 0.13em;
|
||||
opacity: 1;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
|
||||
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
|
||||
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
||||
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
||||
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-pagination-prev,
|
||||
.ant-pagination-jump-prev,
|
||||
.ant-pagination-jump-next {
|
||||
margin-right: 8px;
|
||||
}
|
||||
.ant-pagination-prev,
|
||||
.ant-pagination-next,
|
||||
.ant-pagination-jump-prev,
|
||||
.ant-pagination-jump-next {
|
||||
display: inline-block;
|
||||
min-width: 28px;
|
||||
height: 28px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
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';
|
||||
line-height: 28px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
list-style: none;
|
||||
border-radius: 2px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-pagination-prev,
|
||||
.ant-pagination-next {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
outline: 0;
|
||||
}
|
||||
.ant-pagination-prev button,
|
||||
.ant-pagination-next button {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-pagination-prev:hover button,
|
||||
.ant-pagination-next:hover button {
|
||||
border-color: #40a9ff;
|
||||
}
|
||||
.ant-pagination-prev .ant-pagination-item-link,
|
||||
.ant-pagination-next .ant-pagination-item-link {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
outline: none;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
||||
.ant-pagination-next:focus-visible .ant-pagination-item-link {
|
||||
color: #1890ff;
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-pagination-prev:hover .ant-pagination-item-link,
|
||||
.ant-pagination-next:hover .ant-pagination-item-link {
|
||||
color: #1890ff;
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-pagination-disabled,
|
||||
.ant-pagination-disabled:hover {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination-disabled .ant-pagination-item-link,
|
||||
.ant-pagination-disabled:hover .ant-pagination-item-link {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
border-color: #d9d9d9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination-disabled:focus-visible {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
border-color: #d9d9d9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination-slash {
|
||||
margin: 0 10px 0 5px;
|
||||
}
|
||||
.ant-pagination-options {
|
||||
display: inline-block;
|
||||
margin-left: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
@media all and (-ms-high-contrast: none) {
|
||||
.ant-pagination-options *::-ms-backdrop,
|
||||
.ant-pagination-options {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
.ant-pagination-options-size-changer.ant-select {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper {
|
||||
display: inline-block;
|
||||
height: 28px;
|
||||
margin-left: 4px;
|
||||
line-height: 28px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
padding: 3px 7px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
line-height: 1.66667;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
transition: all 0.3s;
|
||||
width: 50px;
|
||||
height: 28px;
|
||||
margin: 0 8px;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
|
||||
color: #bfbfbf;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
|
||||
color: #bfbfbf;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input::-ms-input-placeholder {
|
||||
color: #bfbfbf;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input::placeholder {
|
||||
color: #bfbfbf;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input:placeholder-shown {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input:hover {
|
||||
border-color: #40a9ff;
|
||||
border-right-width: 1px;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input:focus,
|
||||
.ant-pagination-options-quick-jumper input-focused {
|
||||
border-color: #40a9ff;
|
||||
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
||||
border-right-width: 1px;
|
||||
outline: 0;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input-disabled {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background-color: #f5f5f5;
|
||||
border-color: #d9d9d9;
|
||||
box-shadow: none;
|
||||
cursor: not-allowed;
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input-disabled:hover {
|
||||
border-color: #d9d9d9;
|
||||
border-right-width: 1px;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input[disabled] {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background-color: #f5f5f5;
|
||||
border-color: #d9d9d9;
|
||||
box-shadow: none;
|
||||
cursor: not-allowed;
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input[disabled]:hover {
|
||||
border-color: #d9d9d9;
|
||||
border-right-width: 1px;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input-borderless,
|
||||
.ant-pagination-options-quick-jumper input-borderless:hover,
|
||||
.ant-pagination-options-quick-jumper input-borderless:focus,
|
||||
.ant-pagination-options-quick-jumper input-borderless-focused,
|
||||
.ant-pagination-options-quick-jumper input-borderless-disabled,
|
||||
.ant-pagination-options-quick-jumper input-borderless[disabled] {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
textarea.ant-pagination-options-quick-jumper input {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
min-height: 28px;
|
||||
line-height: 1.66667;
|
||||
vertical-align: bottom;
|
||||
transition: all 0.3s, height 0s;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input-lg {
|
||||
padding: 3.4px 11px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.ant-pagination-options-quick-jumper input-sm {
|
||||
padding: 0px 7px;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-prev,
|
||||
.ant-pagination-simple .ant-pagination-next {
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
|
||||
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
|
||||
height: 22px;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
|
||||
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-simple-pager {
|
||||
display: inline-block;
|
||||
height: 22px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-simple-pager input {
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
margin-right: 8px;
|
||||
padding: 0 6px;
|
||||
text-align: center;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
outline: none;
|
||||
transition: border-color 0.3s;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
|
||||
border-color: #40a9ff;
|
||||
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
||||
}
|
||||
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background: #f5f5f5;
|
||||
border-color: #d9d9d9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-item {
|
||||
min-width: 22px;
|
||||
height: 22px;
|
||||
margin: 0;
|
||||
line-height: 20px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-prev,
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-next {
|
||||
min-width: 22px;
|
||||
height: 22px;
|
||||
margin: 0;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
|
||||
height: 22px;
|
||||
margin-right: 0;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-options {
|
||||
margin-left: 2px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
|
||||
top: 1px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
|
||||
padding: 0px 7px;
|
||||
width: 44px;
|
||||
height: 22px;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
|
||||
background: #f5f5f5;
|
||||
border-color: #d9d9d9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background: transparent;
|
||||
border: none;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
|
||||
background: #e6e6e6;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background: #f5f5f5;
|
||||
border-color: #d9d9d9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
||||
background: transparent;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
@media only screen and (max-width: 992px) {
|
||||
.ant-pagination-item-after-jump-prev,
|
||||
.ant-pagination-item-before-jump-next {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 576px) {
|
||||
.ant-pagination-options {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.ant-pagination-rtl .ant-pagination-total-text {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-pagination-rtl .ant-pagination-item,
|
||||
.ant-pagination-rtl .ant-pagination-prev,
|
||||
.ant-pagination-rtl .ant-pagination-jump-prev,
|
||||
.ant-pagination-rtl .ant-pagination-jump-next {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-pagination-rtl .ant-pagination-slash {
|
||||
margin: 0 5px 0 10px;
|
||||
}
|
||||
.ant-pagination-rtl .ant-pagination-options {
|
||||
margin-right: 16px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
|
||||
margin-right: 2px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/breadcrumb/style/index.less ***!
|
||||
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-breadcrumb {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb ol {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.ant-breadcrumb a {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
transition: color 0.3s;
|
||||
}
|
||||
.ant-breadcrumb a:hover {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb li:last-child {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb li:last-child a {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
li:last-child > .ant-breadcrumb-separator {
|
||||
display: none;
|
||||
}
|
||||
.ant-breadcrumb-separator {
|
||||
margin: 0 4px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-link > .anticon + a {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-breadcrumb-rtl::before {
|
||||
display: table;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl > span {
|
||||
float: right;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/divider/style/index.less ***!
|
||||
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-divider {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
.ant-divider-vertical {
|
||||
position: relative;
|
||||
top: -0.06em;
|
||||
display: inline-block;
|
||||
height: 0.9em;
|
||||
margin: 0 8px;
|
||||
vertical-align: middle;
|
||||
border-top: 0;
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
.ant-divider-horizontal {
|
||||
display: flex;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
margin: 24px 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 16px 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
border-top: 0;
|
||||
border-top-color: rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text::before,
|
||||
.ant-divider-horizontal.ant-divider-with-text::after {
|
||||
position: relative;
|
||||
width: 50%;
|
||||
border-top: 1px solid transparent;
|
||||
border-top-color: inherit;
|
||||
border-bottom: 0;
|
||||
transform: translateY(50%);
|
||||
content: '';
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left::before {
|
||||
width: 5%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left::after {
|
||||
width: 95%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right::before {
|
||||
width: 95%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right::after {
|
||||
width: 5%;
|
||||
}
|
||||
.ant-divider-inner-text {
|
||||
display: inline-block;
|
||||
padding: 0 1em;
|
||||
}
|
||||
.ant-divider-dashed {
|
||||
background: none;
|
||||
border-color: rgba(0, 0, 0, 0.06);
|
||||
border-style: dashed;
|
||||
border-width: 1px 0 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
|
||||
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
|
||||
border-style: dashed none none;
|
||||
}
|
||||
.ant-divider-vertical.ant-divider-dashed {
|
||||
border-width: 0 0 0 1px;
|
||||
}
|
||||
.ant-divider-plain.ant-divider-with-text {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
|
||||
width: 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
|
||||
padding-left: 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
|
||||
width: 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
|
||||
padding-right: 0;
|
||||
}
|
||||
.ant-divider-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
|
||||
width: 95%;
|
||||
}
|
||||
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
|
||||
width: 5%;
|
||||
}
|
||||
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
|
||||
width: 5%;
|
||||
}
|
||||
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
|
||||
width: 95%;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,969 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[26057],{
|
||||
|
||||
/***/ 34804:
|
||||
/*!*****************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/DownOutlined.js ***!
|
||||
\*****************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _ant_design_icons_svg_es_asn_DownOutlined__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @ant-design/icons-svg/es/asn/DownOutlined */ 66023);
|
||||
/* harmony import */ var _components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/AntdIcon */ 7918);
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var DownOutlined = function DownOutlined(props, ref) {
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: _ant_design_icons_svg_es_asn_DownOutlined__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z
|
||||
}));
|
||||
};
|
||||
DownOutlined.displayName = 'DownOutlined';
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(DownOutlined));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 64029:
|
||||
/*!***************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/UpOutlined.js ***!
|
||||
\***************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _ant_design_icons_svg_es_asn_UpOutlined__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @ant-design/icons-svg/es/asn/UpOutlined */ 92287);
|
||||
/* harmony import */ var _components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/AntdIcon */ 7918);
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var UpOutlined = function UpOutlined(props, ref) {
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: _ant_design_icons_svg_es_asn_UpOutlined__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z
|
||||
}));
|
||||
};
|
||||
UpOutlined.displayName = 'UpOutlined';
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(UpOutlined));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 48783:
|
||||
/*!****************************************************************!*\
|
||||
!*** ./node_modules/antd/es/_util/throttleByAnimationFrame.js ***!
|
||||
\****************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "U": function() { return /* binding */ throttleByAnimationFrameDecorator; },
|
||||
/* harmony export */ "t": function() { return /* binding */ throttleByAnimationFrame; }
|
||||
/* harmony export */ });
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/toConsumableArray */ 74902);
|
||||
/* harmony import */ var rc_util_es_raf__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! rc-util/es/raf */ 75164);
|
||||
|
||||
|
||||
function throttleByAnimationFrame(fn) {
|
||||
var requestId;
|
||||
var later = function later(args) {
|
||||
return function () {
|
||||
requestId = null;
|
||||
fn.apply(void 0, (0,_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(args));
|
||||
};
|
||||
};
|
||||
var throttled = function throttled() {
|
||||
if (requestId == null) {
|
||||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||||
args[_key] = arguments[_key];
|
||||
}
|
||||
requestId = (0,rc_util_es_raf__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(later(args));
|
||||
}
|
||||
};
|
||||
throttled.cancel = function () {
|
||||
rc_util_es_raf__WEBPACK_IMPORTED_MODULE_0__/* ["default"].cancel */ .Z.cancel(requestId);
|
||||
requestId = null;
|
||||
};
|
||||
return throttled;
|
||||
}
|
||||
function throttleByAnimationFrameDecorator() {
|
||||
return function throttle(target, key, descriptor) {
|
||||
var fn = descriptor.value;
|
||||
var definingProperty = false;
|
||||
return {
|
||||
configurable: true,
|
||||
get: function get() {
|
||||
// In IE11 calling Object.defineProperty has a side-effect of evaluating the
|
||||
// getter for the property which is being replaced. This causes infinite
|
||||
// recursion and an "Out of stack space" error.
|
||||
// eslint-disable-next-line no-prototype-builtins
|
||||
if (definingProperty || this === target.prototype || this.hasOwnProperty(key)) {
|
||||
/* istanbul ignore next */
|
||||
return fn;
|
||||
}
|
||||
var boundFn = throttleByAnimationFrame(fn.bind(this));
|
||||
definingProperty = true;
|
||||
Object.defineProperty(this, key, {
|
||||
value: boundFn,
|
||||
configurable: true,
|
||||
writable: true
|
||||
});
|
||||
definingProperty = false;
|
||||
return boundFn;
|
||||
}
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 15771:
|
||||
/*!*********************************************************!*\
|
||||
!*** ./node_modules/antd/es/affix/index.js + 1 modules ***!
|
||||
\*********************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ affix; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
|
||||
var esm_extends = __webpack_require__(87462);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
||||
var defineProperty = __webpack_require__(4942);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js
|
||||
var classCallCheck = __webpack_require__(15671);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/createClass.js
|
||||
var createClass = __webpack_require__(43144);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/inherits.js
|
||||
var inherits = __webpack_require__(60136);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/createSuper.js + 1 modules
|
||||
var createSuper = __webpack_require__(51630);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
||||
var esm_typeof = __webpack_require__(71002);
|
||||
// EXTERNAL MODULE: ./node_modules/classnames/index.js
|
||||
var classnames = __webpack_require__(94184);
|
||||
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-resize-observer/es/index.js + 4 modules
|
||||
var es = __webpack_require__(48555);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/omit.js
|
||||
var omit = __webpack_require__(98423);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
|
||||
var context = __webpack_require__(53124);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/_util/throttleByAnimationFrame.js
|
||||
var throttleByAnimationFrame = __webpack_require__(48783);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/Dom/addEventListener.js
|
||||
var addEventListener = __webpack_require__(64019);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/affix/utils.js
|
||||
|
||||
function getTargetRect(target) {
|
||||
return target !== window ? target.getBoundingClientRect() : {
|
||||
top: 0,
|
||||
bottom: window.innerHeight
|
||||
};
|
||||
}
|
||||
function getFixedTop(placeholderReact, targetRect, offsetTop) {
|
||||
if (offsetTop !== undefined && targetRect.top > placeholderReact.top - offsetTop) {
|
||||
return offsetTop + targetRect.top;
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
function getFixedBottom(placeholderReact, targetRect, offsetBottom) {
|
||||
if (offsetBottom !== undefined && targetRect.bottom < placeholderReact.bottom + offsetBottom) {
|
||||
var targetBottomOffset = window.innerHeight - targetRect.bottom;
|
||||
return offsetBottom + targetBottomOffset;
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
// ======================== Observer ========================
|
||||
var TRIGGER_EVENTS = ['resize', 'scroll', 'touchstart', 'touchmove', 'touchend', 'pageshow', 'load'];
|
||||
var observerEntities = [];
|
||||
function getObserverEntities() {
|
||||
// Only used in test env. Can be removed if refactor.
|
||||
return observerEntities;
|
||||
}
|
||||
function addObserveTarget(target, affix) {
|
||||
if (!target) {
|
||||
return;
|
||||
}
|
||||
var entity = observerEntities.find(function (item) {
|
||||
return item.target === target;
|
||||
});
|
||||
if (entity) {
|
||||
entity.affixList.push(affix);
|
||||
} else {
|
||||
entity = {
|
||||
target: target,
|
||||
affixList: [affix],
|
||||
eventHandlers: {}
|
||||
};
|
||||
observerEntities.push(entity);
|
||||
// Add listener
|
||||
TRIGGER_EVENTS.forEach(function (eventName) {
|
||||
entity.eventHandlers[eventName] = (0,addEventListener/* default */.Z)(target, eventName, function () {
|
||||
entity.affixList.forEach(function (targetAffix) {
|
||||
targetAffix.lazyUpdatePosition();
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
function removeObserveTarget(affix) {
|
||||
var observerEntity = observerEntities.find(function (oriObserverEntity) {
|
||||
var hasAffix = oriObserverEntity.affixList.some(function (item) {
|
||||
return item === affix;
|
||||
});
|
||||
if (hasAffix) {
|
||||
oriObserverEntity.affixList = oriObserverEntity.affixList.filter(function (item) {
|
||||
return item !== affix;
|
||||
});
|
||||
}
|
||||
return hasAffix;
|
||||
});
|
||||
if (observerEntity && observerEntity.affixList.length === 0) {
|
||||
observerEntities = observerEntities.filter(function (item) {
|
||||
return item !== observerEntity;
|
||||
});
|
||||
// Remove listener
|
||||
TRIGGER_EVENTS.forEach(function (eventName) {
|
||||
var handler = observerEntity.eventHandlers[eventName];
|
||||
if (handler && handler.remove) {
|
||||
handler.remove();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/affix/index.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
||||
var c = arguments.length,
|
||||
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
||||
d;
|
||||
if ((typeof Reflect === "undefined" ? "undefined" : (0,esm_typeof/* default */.Z)(Reflect)) === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
||||
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function getDefaultTarget() {
|
||||
return typeof window !== 'undefined' ? window : null;
|
||||
}
|
||||
var AffixStatus;
|
||||
(function (AffixStatus) {
|
||||
AffixStatus[AffixStatus["None"] = 0] = "None";
|
||||
AffixStatus[AffixStatus["Prepare"] = 1] = "Prepare";
|
||||
})(AffixStatus || (AffixStatus = {}));
|
||||
var Affix = /*#__PURE__*/function (_React$Component) {
|
||||
(0,inherits/* default */.Z)(Affix, _React$Component);
|
||||
var _super = (0,createSuper/* default */.Z)(Affix);
|
||||
function Affix() {
|
||||
var _this;
|
||||
(0,classCallCheck/* default */.Z)(this, Affix);
|
||||
_this = _super.apply(this, arguments);
|
||||
_this.state = {
|
||||
status: AffixStatus.None,
|
||||
lastAffix: false,
|
||||
prevTarget: null
|
||||
};
|
||||
_this.getOffsetTop = function () {
|
||||
var _this$props = _this.props,
|
||||
offsetBottom = _this$props.offsetBottom,
|
||||
offsetTop = _this$props.offsetTop;
|
||||
return offsetBottom === undefined && offsetTop === undefined ? 0 : offsetTop;
|
||||
};
|
||||
_this.getOffsetBottom = function () {
|
||||
return _this.props.offsetBottom;
|
||||
};
|
||||
_this.savePlaceholderNode = function (node) {
|
||||
_this.placeholderNode = node;
|
||||
};
|
||||
_this.saveFixedNode = function (node) {
|
||||
_this.fixedNode = node;
|
||||
};
|
||||
// =================== Measure ===================
|
||||
_this.measure = function () {
|
||||
var _this$state = _this.state,
|
||||
status = _this$state.status,
|
||||
lastAffix = _this$state.lastAffix;
|
||||
var onChange = _this.props.onChange;
|
||||
var targetFunc = _this.getTargetFunc();
|
||||
if (status !== AffixStatus.Prepare || !_this.fixedNode || !_this.placeholderNode || !targetFunc) {
|
||||
return;
|
||||
}
|
||||
var offsetTop = _this.getOffsetTop();
|
||||
var offsetBottom = _this.getOffsetBottom();
|
||||
var targetNode = targetFunc();
|
||||
if (!targetNode) {
|
||||
return;
|
||||
}
|
||||
var newState = {
|
||||
status: AffixStatus.None
|
||||
};
|
||||
var targetRect = getTargetRect(targetNode);
|
||||
var placeholderReact = getTargetRect(_this.placeholderNode);
|
||||
var fixedTop = getFixedTop(placeholderReact, targetRect, offsetTop);
|
||||
var fixedBottom = getFixedBottom(placeholderReact, targetRect, offsetBottom);
|
||||
if (placeholderReact.top === 0 && placeholderReact.left === 0 && placeholderReact.width === 0 && placeholderReact.height === 0) {
|
||||
return;
|
||||
}
|
||||
if (fixedTop !== undefined) {
|
||||
newState.affixStyle = {
|
||||
position: 'fixed',
|
||||
top: fixedTop,
|
||||
width: placeholderReact.width,
|
||||
height: placeholderReact.height
|
||||
};
|
||||
newState.placeholderStyle = {
|
||||
width: placeholderReact.width,
|
||||
height: placeholderReact.height
|
||||
};
|
||||
} else if (fixedBottom !== undefined) {
|
||||
newState.affixStyle = {
|
||||
position: 'fixed',
|
||||
bottom: fixedBottom,
|
||||
width: placeholderReact.width,
|
||||
height: placeholderReact.height
|
||||
};
|
||||
newState.placeholderStyle = {
|
||||
width: placeholderReact.width,
|
||||
height: placeholderReact.height
|
||||
};
|
||||
}
|
||||
newState.lastAffix = !!newState.affixStyle;
|
||||
if (onChange && lastAffix !== newState.lastAffix) {
|
||||
onChange(newState.lastAffix);
|
||||
}
|
||||
_this.setState(newState);
|
||||
};
|
||||
// @ts-ignore TS6133
|
||||
_this.prepareMeasure = function () {
|
||||
// event param is used before. Keep compatible ts define here.
|
||||
_this.setState({
|
||||
status: AffixStatus.Prepare,
|
||||
affixStyle: undefined,
|
||||
placeholderStyle: undefined
|
||||
});
|
||||
// Test if `updatePosition` called
|
||||
if (false) { var onTestUpdatePosition; }
|
||||
};
|
||||
return _this;
|
||||
}
|
||||
(0,createClass/* default */.Z)(Affix, [{
|
||||
key: "getTargetFunc",
|
||||
value: function getTargetFunc() {
|
||||
var getTargetContainer = this.context.getTargetContainer;
|
||||
var target = this.props.target;
|
||||
if (target !== undefined) {
|
||||
return target;
|
||||
}
|
||||
return getTargetContainer !== null && getTargetContainer !== void 0 ? getTargetContainer : getDefaultTarget;
|
||||
}
|
||||
// Event handler
|
||||
}, {
|
||||
key: "componentDidMount",
|
||||
value: function componentDidMount() {
|
||||
var _this2 = this;
|
||||
var targetFunc = this.getTargetFunc();
|
||||
if (targetFunc) {
|
||||
// [Legacy] Wait for parent component ref has its value.
|
||||
// We should use target as directly element instead of function which makes element check hard.
|
||||
this.timeout = setTimeout(function () {
|
||||
addObserveTarget(targetFunc(), _this2);
|
||||
// Mock Event object.
|
||||
_this2.updatePosition();
|
||||
});
|
||||
}
|
||||
}
|
||||
}, {
|
||||
key: "componentDidUpdate",
|
||||
value: function componentDidUpdate(prevProps) {
|
||||
var prevTarget = this.state.prevTarget;
|
||||
var targetFunc = this.getTargetFunc();
|
||||
var newTarget = (targetFunc === null || targetFunc === void 0 ? void 0 : targetFunc()) || null;
|
||||
if (prevTarget !== newTarget) {
|
||||
removeObserveTarget(this);
|
||||
if (newTarget) {
|
||||
addObserveTarget(newTarget, this);
|
||||
// Mock Event object.
|
||||
this.updatePosition();
|
||||
}
|
||||
// eslint-disable-next-line react/no-did-update-set-state
|
||||
this.setState({
|
||||
prevTarget: newTarget
|
||||
});
|
||||
}
|
||||
if (prevProps.offsetTop !== this.props.offsetTop || prevProps.offsetBottom !== this.props.offsetBottom) {
|
||||
this.updatePosition();
|
||||
}
|
||||
this.measure();
|
||||
}
|
||||
}, {
|
||||
key: "componentWillUnmount",
|
||||
value: function componentWillUnmount() {
|
||||
clearTimeout(this.timeout);
|
||||
removeObserveTarget(this);
|
||||
this.updatePosition.cancel();
|
||||
// https://github.com/ant-design/ant-design/issues/22683
|
||||
this.lazyUpdatePosition.cancel();
|
||||
}
|
||||
// Handle realign logic
|
||||
}, {
|
||||
key: "updatePosition",
|
||||
value: function updatePosition() {
|
||||
this.prepareMeasure();
|
||||
}
|
||||
}, {
|
||||
key: "lazyUpdatePosition",
|
||||
value: function lazyUpdatePosition() {
|
||||
var targetFunc = this.getTargetFunc();
|
||||
var affixStyle = this.state.affixStyle;
|
||||
// Check position change before measure to make Safari smooth
|
||||
if (targetFunc && affixStyle) {
|
||||
var offsetTop = this.getOffsetTop();
|
||||
var offsetBottom = this.getOffsetBottom();
|
||||
var targetNode = targetFunc();
|
||||
if (targetNode && this.placeholderNode) {
|
||||
var targetRect = getTargetRect(targetNode);
|
||||
var placeholderReact = getTargetRect(this.placeholderNode);
|
||||
var fixedTop = getFixedTop(placeholderReact, targetRect, offsetTop);
|
||||
var fixedBottom = getFixedBottom(placeholderReact, targetRect, offsetBottom);
|
||||
if (fixedTop !== undefined && affixStyle.top === fixedTop || fixedBottom !== undefined && affixStyle.bottom === fixedBottom) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
// Directly call prepare measure since it's already throttled.
|
||||
this.prepareMeasure();
|
||||
}
|
||||
// =================== Render ===================
|
||||
}, {
|
||||
key: "render",
|
||||
value: function render() {
|
||||
var _this3 = this;
|
||||
var _this$state2 = this.state,
|
||||
affixStyle = _this$state2.affixStyle,
|
||||
placeholderStyle = _this$state2.placeholderStyle;
|
||||
var _this$props2 = this.props,
|
||||
affixPrefixCls = _this$props2.affixPrefixCls,
|
||||
children = _this$props2.children;
|
||||
var className = classnames_default()((0,defineProperty/* default */.Z)({}, affixPrefixCls, !!affixStyle));
|
||||
var props = (0,omit/* default */.Z)(this.props, ['prefixCls', 'offsetTop', 'offsetBottom', 'target', 'onChange', 'affixPrefixCls']);
|
||||
// Omit this since `onTestUpdatePosition` only works on test.
|
||||
if (false) {}
|
||||
return /*#__PURE__*/react.createElement(es/* default */.Z, {
|
||||
onResize: function onResize() {
|
||||
_this3.updatePosition();
|
||||
}
|
||||
}, /*#__PURE__*/react.createElement("div", (0,esm_extends/* default */.Z)({}, props, {
|
||||
ref: this.savePlaceholderNode
|
||||
}), affixStyle && /*#__PURE__*/react.createElement("div", {
|
||||
style: placeholderStyle,
|
||||
"aria-hidden": "true"
|
||||
}), /*#__PURE__*/react.createElement("div", {
|
||||
className: className,
|
||||
ref: this.saveFixedNode,
|
||||
style: affixStyle
|
||||
}, /*#__PURE__*/react.createElement(es/* default */.Z, {
|
||||
onResize: function onResize() {
|
||||
_this3.updatePosition();
|
||||
}
|
||||
}, children))));
|
||||
}
|
||||
}]);
|
||||
return Affix;
|
||||
}(react.Component);
|
||||
Affix.contextType = context/* ConfigContext */.E_;
|
||||
__decorate([(0,throttleByAnimationFrame/* throttleByAnimationFrameDecorator */.U)()], Affix.prototype, "updatePosition", null);
|
||||
__decorate([(0,throttleByAnimationFrame/* throttleByAnimationFrameDecorator */.U)()], Affix.prototype, "lazyUpdatePosition", null);
|
||||
var AffixFC = /*#__PURE__*/react.forwardRef(function (props, ref) {
|
||||
var customizePrefixCls = props.prefixCls;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var affixPrefixCls = getPrefixCls('affix', customizePrefixCls);
|
||||
var affixProps = (0,esm_extends/* default */.Z)((0,esm_extends/* default */.Z)({}, props), {
|
||||
affixPrefixCls: affixPrefixCls
|
||||
});
|
||||
return /*#__PURE__*/react.createElement(Affix, (0,esm_extends/* default */.Z)({}, affixProps, {
|
||||
ref: ref
|
||||
}));
|
||||
});
|
||||
if (false) {}
|
||||
/* harmony default export */ var affix = (AffixFC);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 48283:
|
||||
/*!***************************************************************!*\
|
||||
!*** ./node_modules/antd/es/affix/style/index.js + 1 modules ***!
|
||||
\***************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/style/default.less
|
||||
var style_default = __webpack_require__(43146);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/affix/style/index.less
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/affix/style/index.js
|
||||
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 73481:
|
||||
/*!*************************************************************!*\
|
||||
!*** ./node_modules/antd/es/skeleton/index.js + 11 modules ***!
|
||||
\*************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ skeleton; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
||||
var defineProperty = __webpack_require__(4942);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
|
||||
var esm_extends = __webpack_require__(87462);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
||||
var esm_typeof = __webpack_require__(71002);
|
||||
// EXTERNAL MODULE: ./node_modules/classnames/index.js
|
||||
var classnames = __webpack_require__(94184);
|
||||
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
|
||||
var context = __webpack_require__(53124);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/omit.js
|
||||
var omit = __webpack_require__(98423);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Element.js
|
||||
|
||||
|
||||
|
||||
|
||||
var Element = function Element(props) {
|
||||
var _classNames, _classNames2;
|
||||
var prefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
style = props.style,
|
||||
size = props.size,
|
||||
shape = props.shape;
|
||||
var sizeCls = classnames_default()((_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-lg"), size === 'large'), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-sm"), size === 'small'), _classNames));
|
||||
var shapeCls = classnames_default()((_classNames2 = {}, (0,defineProperty/* default */.Z)(_classNames2, "".concat(prefixCls, "-circle"), shape === 'circle'), (0,defineProperty/* default */.Z)(_classNames2, "".concat(prefixCls, "-square"), shape === 'square'), (0,defineProperty/* default */.Z)(_classNames2, "".concat(prefixCls, "-round"), shape === 'round'), _classNames2));
|
||||
var sizeStyle = react.useMemo(function () {
|
||||
return typeof size === 'number' ? {
|
||||
width: size,
|
||||
height: size,
|
||||
lineHeight: "".concat(size, "px")
|
||||
} : {};
|
||||
}, [size]);
|
||||
return /*#__PURE__*/react.createElement("span", {
|
||||
className: classnames_default()(prefixCls, sizeCls, shapeCls, className),
|
||||
style: (0,esm_extends/* default */.Z)((0,esm_extends/* default */.Z)({}, sizeStyle), style)
|
||||
});
|
||||
};
|
||||
/* harmony default export */ var skeleton_Element = (Element);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Avatar.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var SkeletonAvatar = function SkeletonAvatar(props) {
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
active = props.active,
|
||||
_props$shape = props.shape,
|
||||
shape = _props$shape === void 0 ? 'circle' : _props$shape,
|
||||
_props$size = props.size,
|
||||
size = _props$size === void 0 ? 'default' : _props$size;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
||||
var otherProps = (0,omit/* default */.Z)(props, ['prefixCls', 'className']);
|
||||
var cls = classnames_default()(prefixCls, "".concat(prefixCls, "-element"), (0,defineProperty/* default */.Z)({}, "".concat(prefixCls, "-active"), active), className);
|
||||
return /*#__PURE__*/react.createElement("div", {
|
||||
className: cls
|
||||
}, /*#__PURE__*/react.createElement(skeleton_Element, (0,esm_extends/* default */.Z)({
|
||||
prefixCls: "".concat(prefixCls, "-avatar"),
|
||||
shape: shape,
|
||||
size: size
|
||||
}, otherProps)));
|
||||
};
|
||||
/* harmony default export */ var Avatar = (SkeletonAvatar);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Button.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var SkeletonButton = function SkeletonButton(props) {
|
||||
var _classNames;
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
active = props.active,
|
||||
_props$block = props.block,
|
||||
block = _props$block === void 0 ? false : _props$block,
|
||||
_props$size = props.size,
|
||||
size = _props$size === void 0 ? 'default' : _props$size;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
||||
var otherProps = (0,omit/* default */.Z)(props, ['prefixCls']);
|
||||
var cls = classnames_default()(prefixCls, "".concat(prefixCls, "-element"), (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-active"), active), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-block"), block), _classNames), className);
|
||||
return /*#__PURE__*/react.createElement("div", {
|
||||
className: cls
|
||||
}, /*#__PURE__*/react.createElement(skeleton_Element, (0,esm_extends/* default */.Z)({
|
||||
prefixCls: "".concat(prefixCls, "-button"),
|
||||
size: size
|
||||
}, otherProps)));
|
||||
};
|
||||
/* harmony default export */ var Button = (SkeletonButton);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
||||
var objectSpread2 = __webpack_require__(1413);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons-svg/es/asn/DotChartOutlined.js
|
||||
// This icon file is generated automatically.
|
||||
var DotChartOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM288 604a64 64 0 10128 0 64 64 0 10-128 0zm118-224a48 48 0 1096 0 48 48 0 10-96 0zm158 228a96 96 0 10192 0 96 96 0 10-192 0zm148-314a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "dot-chart", "theme": "outlined" };
|
||||
/* harmony default export */ var asn_DotChartOutlined = (DotChartOutlined);
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/node_modules/@ant-design/icons/es/components/AntdIcon.js + 3 modules
|
||||
var AntdIcon = __webpack_require__(93771);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/node_modules/@ant-design/icons/es/icons/DotChartOutlined.js
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var DotChartOutlined_DotChartOutlined = function DotChartOutlined(props, ref) {
|
||||
return /*#__PURE__*/react.createElement(AntdIcon/* default */.Z, (0,objectSpread2/* default */.Z)((0,objectSpread2/* default */.Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: asn_DotChartOutlined
|
||||
}));
|
||||
};
|
||||
DotChartOutlined_DotChartOutlined.displayName = 'DotChartOutlined';
|
||||
/* harmony default export */ var icons_DotChartOutlined = (/*#__PURE__*/react.forwardRef(DotChartOutlined_DotChartOutlined));
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Node.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var SkeletonNode = function SkeletonNode(props) {
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
style = props.style,
|
||||
active = props.active,
|
||||
children = props.children;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
||||
var cls = classnames_default()(prefixCls, "".concat(prefixCls, "-element"), (0,defineProperty/* default */.Z)({}, "".concat(prefixCls, "-active"), active), className);
|
||||
var content = children !== null && children !== void 0 ? children : /*#__PURE__*/react.createElement(icons_DotChartOutlined, null);
|
||||
return /*#__PURE__*/react.createElement("div", {
|
||||
className: cls
|
||||
}, /*#__PURE__*/react.createElement("div", {
|
||||
className: classnames_default()("".concat(prefixCls, "-image"), className),
|
||||
style: style
|
||||
}, content));
|
||||
};
|
||||
/* harmony default export */ var Node = (SkeletonNode);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Image.js
|
||||
|
||||
|
||||
|
||||
|
||||
var path = 'M365.714286 329.142857q0 45.714286-32.036571 77.677714t-77.677714 32.036571-77.677714-32.036571-32.036571-77.677714 32.036571-77.677714 77.677714-32.036571 77.677714 32.036571 32.036571 77.677714zM950.857143 548.571429l0 256-804.571429 0 0-109.714286 182.857143-182.857143 91.428571 91.428571 292.571429-292.571429zM1005.714286 146.285714l-914.285714 0q-7.460571 0-12.873143 5.412571t-5.412571 12.873143l0 694.857143q0 7.460571 5.412571 12.873143t12.873143 5.412571l914.285714 0q7.460571 0 12.873143-5.412571t5.412571-12.873143l0-694.857143q0-7.460571-5.412571-12.873143t-12.873143-5.412571zM1097.142857 164.571429l0 694.857143q0 37.741714-26.843429 64.585143t-64.585143 26.843429l-914.285714 0q-37.741714 0-64.585143-26.843429t-26.843429-64.585143l0-694.857143q0-37.741714 26.843429-64.585143t64.585143-26.843429l914.285714 0q37.741714 0 64.585143 26.843429t26.843429 64.585143z';
|
||||
var SkeletonImage = function SkeletonImage(props) {
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
style = props.style,
|
||||
active = props.active;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
||||
var cls = classnames_default()(prefixCls, "".concat(prefixCls, "-element"), (0,defineProperty/* default */.Z)({}, "".concat(prefixCls, "-active"), active), className);
|
||||
return /*#__PURE__*/react.createElement("div", {
|
||||
className: cls
|
||||
}, /*#__PURE__*/react.createElement("div", {
|
||||
className: classnames_default()("".concat(prefixCls, "-image"), className),
|
||||
style: style
|
||||
}, /*#__PURE__*/react.createElement("svg", {
|
||||
viewBox: "0 0 1098 1024",
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
className: "".concat(prefixCls, "-image-svg")
|
||||
}, /*#__PURE__*/react.createElement("path", {
|
||||
d: path,
|
||||
className: "".concat(prefixCls, "-image-path")
|
||||
}))));
|
||||
};
|
||||
/* harmony default export */ var Image = (SkeletonImage);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Input.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var SkeletonInput = function SkeletonInput(props) {
|
||||
var _classNames;
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
active = props.active,
|
||||
block = props.block,
|
||||
_props$size = props.size,
|
||||
size = _props$size === void 0 ? 'default' : _props$size;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
||||
var otherProps = (0,omit/* default */.Z)(props, ['prefixCls']);
|
||||
var cls = classnames_default()(prefixCls, "".concat(prefixCls, "-element"), (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-active"), active), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-block"), block), _classNames), className);
|
||||
return /*#__PURE__*/react.createElement("div", {
|
||||
className: cls
|
||||
}, /*#__PURE__*/react.createElement(skeleton_Element, (0,esm_extends/* default */.Z)({
|
||||
prefixCls: "".concat(prefixCls, "-input"),
|
||||
size: size
|
||||
}, otherProps)));
|
||||
};
|
||||
/* harmony default export */ var Input = (SkeletonInput);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
|
||||
var toConsumableArray = __webpack_require__(74902);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Paragraph.js
|
||||
|
||||
|
||||
|
||||
var Paragraph = function Paragraph(props) {
|
||||
var getWidth = function getWidth(index) {
|
||||
var width = props.width,
|
||||
_props$rows = props.rows,
|
||||
rows = _props$rows === void 0 ? 2 : _props$rows;
|
||||
if (Array.isArray(width)) {
|
||||
return width[index];
|
||||
}
|
||||
// last paragraph
|
||||
if (rows - 1 === index) {
|
||||
return width;
|
||||
}
|
||||
return undefined;
|
||||
};
|
||||
var prefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
style = props.style,
|
||||
rows = props.rows;
|
||||
var rowList = (0,toConsumableArray/* default */.Z)(Array(rows)).map(function (_, index) {
|
||||
return (
|
||||
/*#__PURE__*/
|
||||
// eslint-disable-next-line react/no-array-index-key
|
||||
react.createElement("li", {
|
||||
key: index,
|
||||
style: {
|
||||
width: getWidth(index)
|
||||
}
|
||||
})
|
||||
);
|
||||
});
|
||||
return /*#__PURE__*/react.createElement("ul", {
|
||||
className: classnames_default()(prefixCls, className),
|
||||
style: style
|
||||
}, rowList);
|
||||
};
|
||||
/* harmony default export */ var skeleton_Paragraph = (Paragraph);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Title.js
|
||||
|
||||
/* eslint-disable jsx-a11y/heading-has-content */
|
||||
|
||||
|
||||
var Title = function Title(_ref) {
|
||||
var prefixCls = _ref.prefixCls,
|
||||
className = _ref.className,
|
||||
width = _ref.width,
|
||||
style = _ref.style;
|
||||
return /*#__PURE__*/react.createElement("h3", {
|
||||
className: classnames_default()(prefixCls, className),
|
||||
style: (0,esm_extends/* default */.Z)({
|
||||
width: width
|
||||
}, style)
|
||||
});
|
||||
};
|
||||
/* harmony default export */ var skeleton_Title = (Title);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Skeleton.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function getComponentProps(prop) {
|
||||
if (prop && (0,esm_typeof/* default */.Z)(prop) === 'object') {
|
||||
return prop;
|
||||
}
|
||||
return {};
|
||||
}
|
||||
function getAvatarBasicProps(hasTitle, hasParagraph) {
|
||||
if (hasTitle && !hasParagraph) {
|
||||
// Square avatar
|
||||
return {
|
||||
size: 'large',
|
||||
shape: 'square'
|
||||
};
|
||||
}
|
||||
return {
|
||||
size: 'large',
|
||||
shape: 'circle'
|
||||
};
|
||||
}
|
||||
function getTitleBasicProps(hasAvatar, hasParagraph) {
|
||||
if (!hasAvatar && hasParagraph) {
|
||||
return {
|
||||
width: '38%'
|
||||
};
|
||||
}
|
||||
if (hasAvatar && hasParagraph) {
|
||||
return {
|
||||
width: '50%'
|
||||
};
|
||||
}
|
||||
return {};
|
||||
}
|
||||
function getParagraphBasicProps(hasAvatar, hasTitle) {
|
||||
var basicProps = {};
|
||||
// Width
|
||||
if (!hasAvatar || !hasTitle) {
|
||||
basicProps.width = '61%';
|
||||
}
|
||||
// Rows
|
||||
if (!hasAvatar && hasTitle) {
|
||||
basicProps.rows = 3;
|
||||
} else {
|
||||
basicProps.rows = 2;
|
||||
}
|
||||
return basicProps;
|
||||
}
|
||||
var Skeleton = function Skeleton(props) {
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
loading = props.loading,
|
||||
className = props.className,
|
||||
style = props.style,
|
||||
children = props.children,
|
||||
_props$avatar = props.avatar,
|
||||
avatar = _props$avatar === void 0 ? false : _props$avatar,
|
||||
_props$title = props.title,
|
||||
title = _props$title === void 0 ? true : _props$title,
|
||||
_props$paragraph = props.paragraph,
|
||||
paragraph = _props$paragraph === void 0 ? true : _props$paragraph,
|
||||
active = props.active,
|
||||
round = props.round;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls,
|
||||
direction = _React$useContext.direction;
|
||||
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
||||
if (loading || !('loading' in props)) {
|
||||
var _classNames;
|
||||
var hasAvatar = !!avatar;
|
||||
var hasTitle = !!title;
|
||||
var hasParagraph = !!paragraph;
|
||||
// Avatar
|
||||
var avatarNode;
|
||||
if (hasAvatar) {
|
||||
var avatarProps = (0,esm_extends/* default */.Z)((0,esm_extends/* default */.Z)({
|
||||
prefixCls: "".concat(prefixCls, "-avatar")
|
||||
}, getAvatarBasicProps(hasTitle, hasParagraph)), getComponentProps(avatar));
|
||||
// We direct use SkeletonElement as avatar in skeleton internal.
|
||||
avatarNode = /*#__PURE__*/react.createElement("div", {
|
||||
className: "".concat(prefixCls, "-header")
|
||||
}, /*#__PURE__*/react.createElement(skeleton_Element, (0,esm_extends/* default */.Z)({}, avatarProps)));
|
||||
}
|
||||
var contentNode;
|
||||
if (hasTitle || hasParagraph) {
|
||||
// Title
|
||||
var $title;
|
||||
if (hasTitle) {
|
||||
var titleProps = (0,esm_extends/* default */.Z)((0,esm_extends/* default */.Z)({
|
||||
prefixCls: "".concat(prefixCls, "-title")
|
||||
}, getTitleBasicProps(hasAvatar, hasParagraph)), getComponentProps(title));
|
||||
$title = /*#__PURE__*/react.createElement(skeleton_Title, (0,esm_extends/* default */.Z)({}, titleProps));
|
||||
}
|
||||
// Paragraph
|
||||
var paragraphNode;
|
||||
if (hasParagraph) {
|
||||
var paragraphProps = (0,esm_extends/* default */.Z)((0,esm_extends/* default */.Z)({
|
||||
prefixCls: "".concat(prefixCls, "-paragraph")
|
||||
}, getParagraphBasicProps(hasAvatar, hasTitle)), getComponentProps(paragraph));
|
||||
paragraphNode = /*#__PURE__*/react.createElement(skeleton_Paragraph, (0,esm_extends/* default */.Z)({}, paragraphProps));
|
||||
}
|
||||
contentNode = /*#__PURE__*/react.createElement("div", {
|
||||
className: "".concat(prefixCls, "-content")
|
||||
}, $title, paragraphNode);
|
||||
}
|
||||
var cls = classnames_default()(prefixCls, (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-with-avatar"), hasAvatar), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-active"), active), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-rtl"), direction === 'rtl'), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-round"), round), _classNames), className);
|
||||
return /*#__PURE__*/react.createElement("div", {
|
||||
className: cls,
|
||||
style: style
|
||||
}, avatarNode, contentNode);
|
||||
}
|
||||
return typeof children !== 'undefined' ? children : null;
|
||||
};
|
||||
Skeleton.Button = Button;
|
||||
Skeleton.Avatar = Avatar;
|
||||
Skeleton.Input = Input;
|
||||
Skeleton.Image = Image;
|
||||
Skeleton.Node = Node;
|
||||
/* harmony default export */ var skeleton_Skeleton = (Skeleton);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/index.js
|
||||
|
||||
/* harmony default export */ var skeleton = (skeleton_Skeleton);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 61099:
|
||||
/*!******************************************************************!*\
|
||||
!*** ./node_modules/antd/es/skeleton/style/index.js + 1 modules ***!
|
||||
\******************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/style/default.less
|
||||
var style_default = __webpack_require__(43146);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/style/index.less
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/style/index.js
|
||||
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,530 +0,0 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[46231],{
|
||||
|
||||
/***/ 55232:
|
||||
/*!*************************************************************!*\
|
||||
!*** ./src/components/LanguageSelect/index.tsx + 1 modules ***!
|
||||
\*************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"S": function() { return /* binding */ LanguageSelect; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/dropdown/style/index.js + 1 modules
|
||||
var style = __webpack_require__(68018);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/dropdown/index.js
|
||||
var dropdown = __webpack_require__(13013);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/menu/style/index.js + 1 modules
|
||||
var menu_style = __webpack_require__(83736);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/menu/index.js + 5 modules
|
||||
var menu = __webpack_require__(66516);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/slicedToArray.js
|
||||
var slicedToArray = __webpack_require__(27424);
|
||||
var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
;// CONCATENATED MODULE: ./src/components/LanguageSelect/index.less?modules
|
||||
// extracted by mini-css-extract-plugin
|
||||
/* harmony default export */ var LanguageSelectmodules = ({"flex_box_center":"flex_box_center___EIpII","flex_space_between":"flex_space_between___fFu6C","flex_box_vertical_center":"flex_box_vertical_center___dbtuv","flex_box_center_end":"flex_box_center_end___qEYJa","flex_box_column":"flex_box_column___ncMrS","main":"main___A2KB0","wrap":"wrap___PrMse","content":"content___pEqhq","programName":"programName___h8PAJ","name":"name___oxG0a","directionContentWrap":"directionContentWrap____Ymcj","directionItem":"directionItem___uCMBX","active":"active___vOl0l","subActive":"subActive___WzT87","subItem":"subItem___nVuXN","subMenu":"subMenu___DqKGV","action":"action___O7v85"});
|
||||
// EXTERNAL MODULE: ./node_modules/react/jsx-runtime.js
|
||||
var jsx_runtime = __webpack_require__(85893);
|
||||
;// CONCATENATED MODULE: ./src/components/LanguageSelect/index.tsx
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var typeData = [{
|
||||
name: "编程题",
|
||||
value: "PROGRAM"
|
||||
}, {
|
||||
name: "单选题",
|
||||
value: "SINGLE"
|
||||
}, {
|
||||
name: "多选题",
|
||||
value: "MULTIPLE"
|
||||
}, {
|
||||
name: "判断题",
|
||||
value: "JUDGMENT"
|
||||
}, {
|
||||
name: "填空题",
|
||||
value: "COMPLETION"
|
||||
}, {
|
||||
name: "简答题",
|
||||
value: "SUBJECTIVE"
|
||||
}, {
|
||||
name: "组合题",
|
||||
value: "COMBINATION"
|
||||
}];
|
||||
var difficultyData = [{
|
||||
name: "简单",
|
||||
value: 1
|
||||
}, {
|
||||
name: "适中",
|
||||
value: 2
|
||||
}, {
|
||||
name: "困难",
|
||||
value: 3
|
||||
}];
|
||||
var randomData = [{
|
||||
name: "随机组卷",
|
||||
value: 1
|
||||
}, {
|
||||
name: "人工组卷",
|
||||
value: 2
|
||||
}];
|
||||
var LanguageSelect = function LanguageSelect(_ref) {
|
||||
var _ref$showSelectAll = _ref.showSelectAll,
|
||||
showSelectAll = _ref$showSelectAll === void 0 ? false : _ref$showSelectAll,
|
||||
_ref$disciplinesData = _ref.disciplinesData,
|
||||
disciplinesData = _ref$disciplinesData === void 0 ? [] : _ref$disciplinesData,
|
||||
_ref$knowledgeData = _ref.knowledgeData,
|
||||
knowledgeData = _ref$knowledgeData === void 0 ? [] : _ref$knowledgeData,
|
||||
directionValue = _ref.directionValue,
|
||||
subDisciplineValue = _ref.subDisciplineValue,
|
||||
typeValue = _ref.typeValue,
|
||||
knowledgeValue = _ref.knowledgeValue,
|
||||
_ref$showKnowledge = _ref.showKnowledge,
|
||||
showKnowledge = _ref$showKnowledge === void 0 ? false : _ref$showKnowledge,
|
||||
_ref$showRandomType = _ref.showRandomType,
|
||||
showRandomType = _ref$showRandomType === void 0 ? false : _ref$showRandomType,
|
||||
difficultyValue = _ref.difficultyValue,
|
||||
randomValue = _ref.randomValue,
|
||||
selectAll = _ref.selectAll,
|
||||
languagesvalue = _ref.languagesvalue,
|
||||
className = _ref.className,
|
||||
_ref$languages = _ref.languages,
|
||||
languages = _ref$languages === void 0 ? [] : _ref$languages,
|
||||
isprogram_homework = _ref.isprogram_homework,
|
||||
_ref$showShixun = _ref.showShixun,
|
||||
showShixun = _ref$showShixun === void 0 ? false : _ref$showShixun,
|
||||
_ref$showItemType = _ref.showItemType,
|
||||
showItemType = _ref$showItemType === void 0 ? true : _ref$showItemType,
|
||||
_ref$onShixunChange = _ref.onShixunChange,
|
||||
onShixunChange = _ref$onShixunChange === void 0 ? function () {} : _ref$onShixunChange,
|
||||
_ref$onDirectionChang = _ref.onDirectionChange,
|
||||
onDirectionChange = _ref$onDirectionChang === void 0 ? function () {} : _ref$onDirectionChang,
|
||||
_ref$onTypeChange = _ref.onTypeChange,
|
||||
onTypeChange = _ref$onTypeChange === void 0 ? function () {} : _ref$onTypeChange,
|
||||
_ref$onDifficultyChan = _ref.onDifficultyChange,
|
||||
onDifficultyChange = _ref$onDifficultyChan === void 0 ? function () {} : _ref$onDifficultyChan,
|
||||
_ref$handlelanguagesC = _ref.handlelanguagesChange,
|
||||
handlelanguagesChange = _ref$handlelanguagesC === void 0 ? function () {} : _ref$handlelanguagesC,
|
||||
_ref$onKnowledgeChang = _ref.onKnowledgeChange,
|
||||
onKnowledgeChange = _ref$onKnowledgeChang === void 0 ? function () {} : _ref$onKnowledgeChang,
|
||||
_ref$onRandomChange = _ref.onRandomChange,
|
||||
onRandomChange = _ref$onRandomChange === void 0 ? function () {} : _ref$onRandomChange,
|
||||
_ref$showTeachGroup = _ref.showTeachGroup,
|
||||
showTeachGroup = _ref$showTeachGroup === void 0 ? false : _ref$showTeachGroup,
|
||||
_ref$teachGroupData = _ref.teachGroupData,
|
||||
teachGroupData = _ref$teachGroupData === void 0 ? [] : _ref$teachGroupData,
|
||||
_ref$onTeachGroupChan = _ref.onTeachGroupChange,
|
||||
onTeachGroupChange = _ref$onTeachGroupChan === void 0 ? function () {} : _ref$onTeachGroupChan,
|
||||
teachGroupValue = _ref.teachGroupValue;
|
||||
var _useState = (0,react.useState)(0),
|
||||
_useState2 = slicedToArray_default()(_useState, 2),
|
||||
directionShow = _useState2[0],
|
||||
setDirectionShow = _useState2[1];
|
||||
var directionWarp = (0,react.useRef)(null);
|
||||
var _useState3 = (0,react.useState)(0),
|
||||
_useState4 = slicedToArray_default()(_useState3, 2),
|
||||
knowledgeShow = _useState4[0],
|
||||
setKnowledgeShow = _useState4[1];
|
||||
var knowledgeWarp = (0,react.useRef)(null);
|
||||
(0,react.useEffect)(function () {
|
||||
if (disciplinesData.length !== 0) {
|
||||
var _directionWarp$curren;
|
||||
if ((directionWarp === null || directionWarp === void 0 ? void 0 : (_directionWarp$curren = directionWarp.current) === null || _directionWarp$curren === void 0 ? void 0 : _directionWarp$curren.clientHeight) > 108) {
|
||||
setDirectionShow(1);
|
||||
} else {
|
||||
setDirectionShow(0);
|
||||
}
|
||||
}
|
||||
if (disciplinesData.length === 0) {
|
||||
setDirectionShow(0);
|
||||
}
|
||||
}, [disciplinesData]);
|
||||
(0,react.useEffect)(function () {
|
||||
// console.log(knowledgeData.length === 0, '数量')
|
||||
if (knowledgeData.length !== 0) {
|
||||
var _knowledgeWarp$curren;
|
||||
// console.log(knowledgeWarp?.current?.clientHeight, '高度')
|
||||
//两个像素的偏差106+2
|
||||
if ((knowledgeWarp === null || knowledgeWarp === void 0 ? void 0 : (_knowledgeWarp$curren = knowledgeWarp.current) === null || _knowledgeWarp$curren === void 0 ? void 0 : _knowledgeWarp$curren.clientHeight) > 108) {
|
||||
setKnowledgeShow(1);
|
||||
} else {
|
||||
setKnowledgeShow(0);
|
||||
}
|
||||
}
|
||||
if (knowledgeData.length === 0) {
|
||||
setKnowledgeShow(0);
|
||||
}
|
||||
}, [knowledgeData]);
|
||||
var renderMenu = function renderMenu() {
|
||||
var sub_disciplines = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
||||
var id = arguments.length > 1 ? arguments[1] : undefined;
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default */.Z, {
|
||||
className: LanguageSelectmodules.subMenu,
|
||||
children: sub_disciplines.map(function (item) {
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default.Item */.Z.Item, {
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
|
||||
className: "".concat(LanguageSelectmodules.subItem, " ").concat(subDisciplineValue === item.id ? LanguageSelectmodules.subActive : ''),
|
||||
onClick: function onClick() {
|
||||
return onDirectionChange(id, item.id);
|
||||
},
|
||||
children: item.name
|
||||
})
|
||||
}, item.id);
|
||||
})
|
||||
});
|
||||
};
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
|
||||
className: className ? "".concat(LanguageSelectmodules.main, " ").concat(className) : LanguageSelectmodules.main,
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.wrap,
|
||||
children: [isprogram_homework && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: LanguageSelectmodules.programName,
|
||||
children: "\u8BD5\u9898\u5E93-\u7F16\u7A0B\u9898"
|
||||
}), showTeachGroup && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.content,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: LanguageSelectmodules.name,
|
||||
children: "\u56E2\u961F"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.directionContentWrap,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(!teachGroupValue ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onTeachGroupChange(null);
|
||||
},
|
||||
children: "\u5168\u90E8"
|
||||
}), teachGroupData === null || teachGroupData === void 0 ? void 0 : teachGroupData.map(function (item) {
|
||||
// console.log(item, "itemssssss");
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(teachGroupValue === item.group_id ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onTeachGroupChange(item.group_id);
|
||||
},
|
||||
children: item.name
|
||||
}, item.group_id);
|
||||
})]
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.content,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: LanguageSelectmodules.name,
|
||||
children: "\u65B9\u5411"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.directionContentWrap,
|
||||
style: {
|
||||
overflow: 'hidden',
|
||||
height: directionShow === 1 ? 88 : 'auto'
|
||||
},
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(!directionValue ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onDirectionChange(null);
|
||||
},
|
||||
children: "\u5168\u90E8"
|
||||
}), disciplinesData.map(function (item) {
|
||||
var _item$sub_disciplines;
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)(react.Fragment, {
|
||||
children: ((_item$sub_disciplines = item.sub_disciplines) === null || _item$sub_disciplines === void 0 ? void 0 : _item$sub_disciplines.length) > 0 ? /*#__PURE__*/(0,jsx_runtime.jsx)(dropdown/* default */.Z, {
|
||||
placement: "bottomLeft",
|
||||
overlayStyle: {
|
||||
width: 600
|
||||
},
|
||||
getPopupContainer: function getPopupContainer(trigger) {
|
||||
return trigger.parentNode;
|
||||
},
|
||||
dropdownRender: function dropdownRender() {
|
||||
return renderMenu(item.sub_disciplines, item.id);
|
||||
},
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(directionValue === item.id ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onDirectionChange(item.id);
|
||||
},
|
||||
children: item.name
|
||||
})
|
||||
}) : /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(directionValue === item.id ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onDirectionChange(item.id);
|
||||
},
|
||||
children: item.name
|
||||
})
|
||||
}, item.id);
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: LanguageSelectmodules.directionContentWrap,
|
||||
ref: directionWarp,
|
||||
style: {
|
||||
height: 'auto',
|
||||
position: 'fixed',
|
||||
left: 0,
|
||||
top: 0,
|
||||
width: 1024,
|
||||
visibility: 'hidden'
|
||||
},
|
||||
children: disciplinesData.map(function (item) {
|
||||
var _item$sub_disciplines2;
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)(react.Fragment, {
|
||||
children: ((_item$sub_disciplines2 = item.sub_disciplines) === null || _item$sub_disciplines2 === void 0 ? void 0 : _item$sub_disciplines2.length) > 0 ? /*#__PURE__*/(0,jsx_runtime.jsx)(dropdown/* default */.Z, {
|
||||
placement: "bottomLeft",
|
||||
overlayStyle: {
|
||||
width: 600
|
||||
},
|
||||
getPopupContainer: function getPopupContainer(trigger) {
|
||||
return trigger.parentNode;
|
||||
},
|
||||
dropdownRender: function dropdownRender() {
|
||||
return renderMenu(item.sub_disciplines, item.id);
|
||||
},
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(directionValue === item.id ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onDirectionChange(item.id);
|
||||
},
|
||||
children: item.name
|
||||
})
|
||||
}) : /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(directionValue === item.id ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onDirectionChange(item.id);
|
||||
},
|
||||
children: item.name
|
||||
})
|
||||
}, item.id);
|
||||
})
|
||||
}), !!directionShow && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.action,
|
||||
children: [directionShow === 1 && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
||||
onClick: function onClick() {
|
||||
return setDirectionShow(2);
|
||||
},
|
||||
children: ["\u5C55\u5F00", /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-xiala"
|
||||
})]
|
||||
}), directionShow === 2 && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
||||
onClick: function onClick() {
|
||||
return setDirectionShow(1);
|
||||
},
|
||||
children: ["\u6536\u8D77", /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
style: {
|
||||
transform: 'scale(0.5) rotate(180deg) translateY(2px)'
|
||||
},
|
||||
className: "iconfont icon-xiala"
|
||||
})]
|
||||
})]
|
||||
})]
|
||||
}), showKnowledge && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.content,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: LanguageSelectmodules.name,
|
||||
children: "\u77E5\u8BC6\u70B9"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.directionContentWrap,
|
||||
style: {
|
||||
overflow: 'hidden',
|
||||
height: knowledgeShow === 1 ? 94 : 'auto'
|
||||
},
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(knowledgeValue === -1 ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onKnowledgeChange(-1);
|
||||
},
|
||||
children: "\u5168\u90E8"
|
||||
}), knowledgeData.map(function (item) {
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(knowledgeValue === item.id ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onKnowledgeChange(item.id);
|
||||
},
|
||||
children: item.name
|
||||
}, item.id);
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
ref: knowledgeWarp,
|
||||
className: LanguageSelectmodules.directionContentWrap,
|
||||
style: {
|
||||
height: 'auto',
|
||||
position: 'fixed',
|
||||
left: 0,
|
||||
top: 0,
|
||||
width: 1010,
|
||||
visibility: 'hidden'
|
||||
},
|
||||
children: knowledgeData.map(function (item) {
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(knowledgeValue === item.id ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onKnowledgeChange(item.id);
|
||||
},
|
||||
children: item.name
|
||||
}, item.id);
|
||||
})
|
||||
}), !!knowledgeShow && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.action,
|
||||
children: [knowledgeShow === 1 && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
||||
onClick: function onClick() {
|
||||
return setKnowledgeShow(2);
|
||||
},
|
||||
children: ["\u5C55\u5F00", /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-xiala"
|
||||
})]
|
||||
}), knowledgeShow === 2 && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
||||
onClick: function onClick() {
|
||||
return setKnowledgeShow(1);
|
||||
},
|
||||
children: ["\u6536\u8D77", /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
style: {
|
||||
transform: 'scale(0.5) rotate(180deg) translateY(2px)'
|
||||
},
|
||||
className: "iconfont icon-xiala"
|
||||
})]
|
||||
})]
|
||||
})]
|
||||
}), showItemType && !isprogram_homework && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.content,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: LanguageSelectmodules.name,
|
||||
children: "\u9898\u578B"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(!typeValue ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onTypeChange(null);
|
||||
},
|
||||
children: "\u5168\u90E8"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.directionContentWrap,
|
||||
children: [typeData.map(function (item) {
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(typeValue === item.value ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onTypeChange(item.value);
|
||||
},
|
||||
children: item.name
|
||||
}, item.name);
|
||||
}), showShixun && /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: LanguageSelectmodules.directionItem,
|
||||
onClick: function onClick() {
|
||||
return onShixunChange();
|
||||
},
|
||||
children: "\u5B9E\u8BAD\u9898"
|
||||
}, '实训题')]
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.content,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: LanguageSelectmodules.name,
|
||||
children: "\u96BE\u5EA6"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(!difficultyValue ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onDifficultyChange(null);
|
||||
},
|
||||
children: "\u5168\u90E8"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: LanguageSelectmodules.directionContentWrap,
|
||||
children: difficultyData.map(function (item) {
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(difficultyValue === item.value ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onDifficultyChange(item.value);
|
||||
},
|
||||
children: item.name
|
||||
}, item.name);
|
||||
})
|
||||
})]
|
||||
}), showRandomType && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: LanguageSelectmodules.content,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: LanguageSelectmodules.name,
|
||||
children: "\u7C7B\u578B"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(!randomValue ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onRandomChange(null);
|
||||
},
|
||||
children: "\u5168\u90E8"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: LanguageSelectmodules.directionContentWrap,
|
||||
children: randomData.map(function (item) {
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
||||
className: "".concat(LanguageSelectmodules.directionItem, " ").concat(randomValue === item.value ? LanguageSelectmodules.active : '', " "),
|
||||
onClick: function onClick() {
|
||||
return onRandomChange(item.value);
|
||||
},
|
||||
children: item.name
|
||||
}, item.name);
|
||||
})
|
||||
})]
|
||||
})]
|
||||
})
|
||||
});
|
||||
};
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 82982:
|
||||
/*!*****************************************!*\
|
||||
!*** ./src/components/NoData/index.tsx ***!
|
||||
\*****************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var antd_es_button_style__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! antd/es/button/style */ 29913);
|
||||
/* harmony import */ var antd_es_button__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! antd/es/button */ 71577);
|
||||
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/objectSpread2.js */ 42122);
|
||||
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _assets_images_icons_nodata_png__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/assets/images/icons/nodata.png */ 4977);
|
||||
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! react/jsx-runtime */ 85893);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var noData = function noData(_ref) {
|
||||
var _ref$buttonProps = _ref.buttonProps,
|
||||
buttonProps = _ref$buttonProps === void 0 ? {} : _ref$buttonProps,
|
||||
_ref$styles = _ref.styles,
|
||||
styles = _ref$styles === void 0 ? {} : _ref$styles,
|
||||
customText = _ref.customText,
|
||||
ButtonText = _ref.ButtonText,
|
||||
ButtonClick = _ref.ButtonClick,
|
||||
Buttonclass = _ref.Buttonclass,
|
||||
ButtonTwo = _ref.ButtonTwo;
|
||||
return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsxs)("section", {
|
||||
className: "tc animated fadeIn",
|
||||
style: _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()(_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, {
|
||||
color: '#999',
|
||||
margin: '200px auto'
|
||||
}), styles),
|
||||
children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("img", {
|
||||
src: _assets_images_icons_nodata_png__WEBPACK_IMPORTED_MODULE_3__
|
||||
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("p", {
|
||||
className: "mt20 font14",
|
||||
children: customText || '暂时还没有相关数据哦!'
|
||||
}), ButtonText && /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(antd_es_button__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z, _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()(_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({
|
||||
className: Buttonclass,
|
||||
onClick: ButtonClick
|
||||
}, buttonProps), {}, {
|
||||
children: ButtonText
|
||||
})), ButtonTwo && ButtonTwo]
|
||||
});
|
||||
};
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (noData);
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,958 @@
|
||||
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/drawer/style/index.less ***!
|
||||
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-drawer {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-drawer-inline {
|
||||
position: absolute;
|
||||
}
|
||||
.ant-drawer-mask {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
pointer-events: auto;
|
||||
}
|
||||
.ant-drawer-content-wrapper {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-drawer-content-wrapper-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-drawer-left > .ant-drawer-content-wrapper {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
.ant-drawer-right > .ant-drawer-content-wrapper {
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
.ant-drawer-top > .ant-drawer-content-wrapper {
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
.ant-drawer-bottom > .ant-drawer-content-wrapper {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
.ant-drawer-content {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
background: #fff;
|
||||
pointer-events: auto;
|
||||
}
|
||||
.ant-drawer-wrapper-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.ant-drawer-header {
|
||||
display: flex;
|
||||
flex: 0 1;
|
||||
align-items: center;
|
||||
padding: 11px 16px;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
}
|
||||
.ant-drawer-header-title {
|
||||
display: flex;
|
||||
flex: 1 1;
|
||||
align-items: center;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
}
|
||||
.ant-drawer-extra {
|
||||
flex: none;
|
||||
}
|
||||
.ant-drawer-close {
|
||||
display: inline-block;
|
||||
margin-right: 12px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
text-transform: none;
|
||||
text-decoration: none;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
cursor: pointer;
|
||||
transition: color 0.3s;
|
||||
text-rendering: auto;
|
||||
}
|
||||
.ant-drawer-close:focus,
|
||||
.ant-drawer-close:hover {
|
||||
color: rgba(0, 0, 0, 0.75);
|
||||
text-decoration: none;
|
||||
}
|
||||
.ant-drawer-title {
|
||||
flex: 1 1;
|
||||
margin: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-drawer-body {
|
||||
flex: 1 1;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
padding: 16px;
|
||||
overflow: auto;
|
||||
}
|
||||
.ant-drawer-footer {
|
||||
flex-shrink: 0;
|
||||
padding: 8px 8px;
|
||||
border-top: 1px solid #f0f0f0;
|
||||
}
|
||||
.panel-motion-enter-start,
|
||||
.panel-motion-appear-start,
|
||||
.panel-motion-leave-start {
|
||||
transition: none;
|
||||
}
|
||||
.panel-motion-enter-active,
|
||||
.panel-motion-appear-active,
|
||||
.panel-motion-leave-active {
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-drawer-mask-motion-enter-active,
|
||||
.ant-drawer-mask-motion-appear-active,
|
||||
.ant-drawer-mask-motion-leave-active {
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-drawer-mask-motion-enter,
|
||||
.ant-drawer-mask-motion-appear {
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-drawer-mask-motion-enter-active,
|
||||
.ant-drawer-mask-motion-appear-active {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-drawer-mask-motion-leave {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-drawer-mask-motion-leave-active {
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-drawer-panel-motion-left-enter-start,
|
||||
.ant-drawer-panel-motion-left-appear-start,
|
||||
.ant-drawer-panel-motion-left-leave-start {
|
||||
transition: none;
|
||||
}
|
||||
.ant-drawer-panel-motion-left-enter-active,
|
||||
.ant-drawer-panel-motion-left-appear-active,
|
||||
.ant-drawer-panel-motion-left-leave-active {
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-drawer-panel-motion-left-enter-start,
|
||||
.ant-drawer-panel-motion-left-appear-start {
|
||||
transform: translateX(-100%) !important;
|
||||
}
|
||||
.ant-drawer-panel-motion-left-enter-active,
|
||||
.ant-drawer-panel-motion-left-appear-active {
|
||||
transform: translateX(0);
|
||||
}
|
||||
.ant-drawer-panel-motion-left-leave {
|
||||
transform: translateX(0);
|
||||
}
|
||||
.ant-drawer-panel-motion-left-leave-active {
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
.ant-drawer-panel-motion-right-enter-start,
|
||||
.ant-drawer-panel-motion-right-appear-start,
|
||||
.ant-drawer-panel-motion-right-leave-start {
|
||||
transition: none;
|
||||
}
|
||||
.ant-drawer-panel-motion-right-enter-active,
|
||||
.ant-drawer-panel-motion-right-appear-active,
|
||||
.ant-drawer-panel-motion-right-leave-active {
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-drawer-panel-motion-right-enter-start,
|
||||
.ant-drawer-panel-motion-right-appear-start {
|
||||
transform: translateX(100%) !important;
|
||||
}
|
||||
.ant-drawer-panel-motion-right-enter-active,
|
||||
.ant-drawer-panel-motion-right-appear-active {
|
||||
transform: translateX(0);
|
||||
}
|
||||
.ant-drawer-panel-motion-right-leave {
|
||||
transform: translateX(0);
|
||||
}
|
||||
.ant-drawer-panel-motion-right-leave-active {
|
||||
transform: translateX(100%);
|
||||
}
|
||||
.ant-drawer-panel-motion-top-enter-start,
|
||||
.ant-drawer-panel-motion-top-appear-start,
|
||||
.ant-drawer-panel-motion-top-leave-start {
|
||||
transition: none;
|
||||
}
|
||||
.ant-drawer-panel-motion-top-enter-active,
|
||||
.ant-drawer-panel-motion-top-appear-active,
|
||||
.ant-drawer-panel-motion-top-leave-active {
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-drawer-panel-motion-top-enter-start,
|
||||
.ant-drawer-panel-motion-top-appear-start {
|
||||
transform: translateY(-100%) !important;
|
||||
}
|
||||
.ant-drawer-panel-motion-top-enter-active,
|
||||
.ant-drawer-panel-motion-top-appear-active {
|
||||
transform: translateY(0);
|
||||
}
|
||||
.ant-drawer-panel-motion-top-leave {
|
||||
transform: translateY(0);
|
||||
}
|
||||
.ant-drawer-panel-motion-top-leave-active {
|
||||
transform: translateY(-100%);
|
||||
}
|
||||
.ant-drawer-panel-motion-bottom-enter-start,
|
||||
.ant-drawer-panel-motion-bottom-appear-start,
|
||||
.ant-drawer-panel-motion-bottom-leave-start {
|
||||
transition: none;
|
||||
}
|
||||
.ant-drawer-panel-motion-bottom-enter-active,
|
||||
.ant-drawer-panel-motion-bottom-appear-active,
|
||||
.ant-drawer-panel-motion-bottom-leave-active {
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-drawer-panel-motion-bottom-enter-start,
|
||||
.ant-drawer-panel-motion-bottom-appear-start {
|
||||
transform: translateY(100%) !important;
|
||||
}
|
||||
.ant-drawer-panel-motion-bottom-enter-active,
|
||||
.ant-drawer-panel-motion-bottom-appear-active {
|
||||
transform: translateY(0);
|
||||
}
|
||||
.ant-drawer-panel-motion-bottom-leave {
|
||||
transform: translateY(0);
|
||||
}
|
||||
.ant-drawer-panel-motion-bottom-leave-active {
|
||||
transform: translateY(100%);
|
||||
}
|
||||
.ant-drawer-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-drawer-rtl .ant-drawer-close {
|
||||
margin-right: 0;
|
||||
margin-left: 12px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/divider/style/index.less ***!
|
||||
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-divider {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
.ant-divider-vertical {
|
||||
position: relative;
|
||||
top: -0.06em;
|
||||
display: inline-block;
|
||||
height: 0.9em;
|
||||
margin: 0 8px;
|
||||
vertical-align: middle;
|
||||
border-top: 0;
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
.ant-divider-horizontal {
|
||||
display: flex;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
margin: 24px 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 16px 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
border-top: 0;
|
||||
border-top-color: rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text::before,
|
||||
.ant-divider-horizontal.ant-divider-with-text::after {
|
||||
position: relative;
|
||||
width: 50%;
|
||||
border-top: 1px solid transparent;
|
||||
border-top-color: inherit;
|
||||
border-bottom: 0;
|
||||
transform: translateY(50%);
|
||||
content: '';
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left::before {
|
||||
width: 5%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left::after {
|
||||
width: 95%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right::before {
|
||||
width: 95%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right::after {
|
||||
width: 5%;
|
||||
}
|
||||
.ant-divider-inner-text {
|
||||
display: inline-block;
|
||||
padding: 0 1em;
|
||||
}
|
||||
.ant-divider-dashed {
|
||||
background: none;
|
||||
border-color: rgba(0, 0, 0, 0.06);
|
||||
border-style: dashed;
|
||||
border-width: 1px 0 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
|
||||
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
|
||||
border-style: dashed none none;
|
||||
}
|
||||
.ant-divider-vertical.ant-divider-dashed {
|
||||
border-width: 0 0 0 1px;
|
||||
}
|
||||
.ant-divider-plain.ant-divider-with-text {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
|
||||
width: 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
|
||||
padding-left: 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
|
||||
width: 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
|
||||
padding-right: 0;
|
||||
}
|
||||
.ant-divider-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
|
||||
width: 95%;
|
||||
}
|
||||
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
|
||||
width: 5%;
|
||||
}
|
||||
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
|
||||
width: 5%;
|
||||
}
|
||||
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
|
||||
width: 95%;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/tag/style/index.less ***!
|
||||
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-tag {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
display: inline-block;
|
||||
height: auto;
|
||||
margin-right: 8px;
|
||||
padding: 0 7px;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
white-space: nowrap;
|
||||
background: #fafafa;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
opacity: 1;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-tag,
|
||||
.ant-tag a,
|
||||
.ant-tag a:hover {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-tag > a:first-child:last-child {
|
||||
display: inline-block;
|
||||
margin: 0 -8px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
.ant-tag-close-icon {
|
||||
margin-left: 3px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 10px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-tag-close-icon:hover {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-tag-has-color {
|
||||
border-color: transparent;
|
||||
}
|
||||
.ant-tag-has-color,
|
||||
.ant-tag-has-color a,
|
||||
.ant-tag-has-color a:hover,
|
||||
.ant-tag-has-color .anticon-close,
|
||||
.ant-tag-has-color .anticon-close:hover {
|
||||
color: #fff;
|
||||
}
|
||||
.ant-tag-checkable {
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
|
||||
color: #1890ff;
|
||||
}
|
||||
.ant-tag-checkable:active,
|
||||
.ant-tag-checkable-checked {
|
||||
color: #fff;
|
||||
}
|
||||
.ant-tag-checkable-checked {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-tag-checkable:active {
|
||||
background-color: #096dd9;
|
||||
}
|
||||
.ant-tag-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-tag-pink {
|
||||
color: #c41d7f;
|
||||
background: #fff0f6;
|
||||
border-color: #ffadd2;
|
||||
}
|
||||
.ant-tag-pink-inverse {
|
||||
color: #fff;
|
||||
background: #eb2f96;
|
||||
border-color: #eb2f96;
|
||||
}
|
||||
.ant-tag-magenta {
|
||||
color: #c41d7f;
|
||||
background: #fff0f6;
|
||||
border-color: #ffadd2;
|
||||
}
|
||||
.ant-tag-magenta-inverse {
|
||||
color: #fff;
|
||||
background: #eb2f96;
|
||||
border-color: #eb2f96;
|
||||
}
|
||||
.ant-tag-red {
|
||||
color: #cf1322;
|
||||
background: #fff1f0;
|
||||
border-color: #ffa39e;
|
||||
}
|
||||
.ant-tag-red-inverse {
|
||||
color: #fff;
|
||||
background: #f5222d;
|
||||
border-color: #f5222d;
|
||||
}
|
||||
.ant-tag-volcano {
|
||||
color: #d4380d;
|
||||
background: #fff2e8;
|
||||
border-color: #ffbb96;
|
||||
}
|
||||
.ant-tag-volcano-inverse {
|
||||
color: #fff;
|
||||
background: #fa541c;
|
||||
border-color: #fa541c;
|
||||
}
|
||||
.ant-tag-orange {
|
||||
color: #d46b08;
|
||||
background: #fff7e6;
|
||||
border-color: #ffd591;
|
||||
}
|
||||
.ant-tag-orange-inverse {
|
||||
color: #fff;
|
||||
background: #fa8c16;
|
||||
border-color: #fa8c16;
|
||||
}
|
||||
.ant-tag-yellow {
|
||||
color: #d4b106;
|
||||
background: #feffe6;
|
||||
border-color: #fffb8f;
|
||||
}
|
||||
.ant-tag-yellow-inverse {
|
||||
color: #fff;
|
||||
background: #fadb14;
|
||||
border-color: #fadb14;
|
||||
}
|
||||
.ant-tag-gold {
|
||||
color: #d48806;
|
||||
background: #fffbe6;
|
||||
border-color: #ffe58f;
|
||||
}
|
||||
.ant-tag-gold-inverse {
|
||||
color: #fff;
|
||||
background: #faad14;
|
||||
border-color: #faad14;
|
||||
}
|
||||
.ant-tag-cyan {
|
||||
color: #08979c;
|
||||
background: #e6fffb;
|
||||
border-color: #87e8de;
|
||||
}
|
||||
.ant-tag-cyan-inverse {
|
||||
color: #fff;
|
||||
background: #13c2c2;
|
||||
border-color: #13c2c2;
|
||||
}
|
||||
.ant-tag-lime {
|
||||
color: #7cb305;
|
||||
background: #fcffe6;
|
||||
border-color: #eaff8f;
|
||||
}
|
||||
.ant-tag-lime-inverse {
|
||||
color: #fff;
|
||||
background: #a0d911;
|
||||
border-color: #a0d911;
|
||||
}
|
||||
.ant-tag-green {
|
||||
color: #389e0d;
|
||||
background: #f6ffed;
|
||||
border-color: #b7eb8f;
|
||||
}
|
||||
.ant-tag-green-inverse {
|
||||
color: #fff;
|
||||
background: #52c41a;
|
||||
border-color: #52c41a;
|
||||
}
|
||||
.ant-tag-blue {
|
||||
color: #096dd9;
|
||||
background: #e6f7ff;
|
||||
border-color: #91d5ff;
|
||||
}
|
||||
.ant-tag-blue-inverse {
|
||||
color: #fff;
|
||||
background: #1890ff;
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-tag-geekblue {
|
||||
color: #1d39c4;
|
||||
background: #f0f5ff;
|
||||
border-color: #adc6ff;
|
||||
}
|
||||
.ant-tag-geekblue-inverse {
|
||||
color: #fff;
|
||||
background: #2f54eb;
|
||||
border-color: #2f54eb;
|
||||
}
|
||||
.ant-tag-purple {
|
||||
color: #531dab;
|
||||
background: #f9f0ff;
|
||||
border-color: #d3adf7;
|
||||
}
|
||||
.ant-tag-purple-inverse {
|
||||
color: #fff;
|
||||
background: #722ed1;
|
||||
border-color: #722ed1;
|
||||
}
|
||||
.ant-tag-success {
|
||||
color: #52c41a;
|
||||
background: #f6ffed;
|
||||
border-color: #b7eb8f;
|
||||
}
|
||||
.ant-tag-processing {
|
||||
color: #1890ff;
|
||||
background: #e6f7ff;
|
||||
border-color: #91d5ff;
|
||||
}
|
||||
.ant-tag-error {
|
||||
color: #ff4d4f;
|
||||
background: #fff2f0;
|
||||
border-color: #ffccc7;
|
||||
}
|
||||
.ant-tag-warning {
|
||||
color: #faad14;
|
||||
background: #fffbe6;
|
||||
border-color: #ffe58f;
|
||||
}
|
||||
.ant-tag > .anticon + span,
|
||||
.ant-tag > span + .anticon {
|
||||
margin-left: 7px;
|
||||
}
|
||||
.ant-tag.ant-tag-rtl {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
}
|
||||
.ant-tag-rtl .ant-tag-close-icon {
|
||||
margin-right: 3px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-tag-rtl.ant-tag > .anticon + span,
|
||||
.ant-tag-rtl.ant-tag > span + .anticon {
|
||||
margin-right: 7px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/affix/style/index.less ***!
|
||||
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-affix {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/skeleton/style/index.less ***!
|
||||
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-skeleton {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
.ant-skeleton-header {
|
||||
display: table-cell;
|
||||
padding-right: 8px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-skeleton-header .ant-skeleton-avatar {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-header .ant-skeleton-avatar-lg {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-header .ant-skeleton-avatar-sm {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-content {
|
||||
display: table-cell;
|
||||
width: 100%;
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-skeleton-content .ant-skeleton-title {
|
||||
width: 100%;
|
||||
height: 14px;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
border-radius: 2px;
|
||||
}
|
||||
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.ant-skeleton-content .ant-skeleton-paragraph {
|
||||
padding: 0;
|
||||
}
|
||||
.ant-skeleton-content .ant-skeleton-paragraph > li {
|
||||
width: 100%;
|
||||
height: 14px;
|
||||
list-style: none;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
border-radius: 2px;
|
||||
}
|
||||
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
|
||||
width: 61%;
|
||||
}
|
||||
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
|
||||
margin-top: 12px;
|
||||
}
|
||||
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
|
||||
margin-top: 8px;
|
||||
}
|
||||
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
|
||||
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
|
||||
border-radius: 100px;
|
||||
}
|
||||
.ant-skeleton-active .ant-skeleton-title,
|
||||
.ant-skeleton-active .ant-skeleton-paragraph > li,
|
||||
.ant-skeleton-active .ant-skeleton-avatar,
|
||||
.ant-skeleton-active .ant-skeleton-button,
|
||||
.ant-skeleton-active .ant-skeleton-input,
|
||||
.ant-skeleton-active .ant-skeleton-image {
|
||||
position: relative;
|
||||
/* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
|
||||
z-index: 0;
|
||||
overflow: hidden;
|
||||
background: transparent;
|
||||
}
|
||||
.ant-skeleton-active .ant-skeleton-title::after,
|
||||
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
|
||||
.ant-skeleton-active .ant-skeleton-avatar::after,
|
||||
.ant-skeleton-active .ant-skeleton-button::after,
|
||||
.ant-skeleton-active .ant-skeleton-input::after,
|
||||
.ant-skeleton-active .ant-skeleton-image::after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -150%;
|
||||
bottom: 0;
|
||||
left: -150%;
|
||||
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
|
||||
animation: ant-skeleton-loading 1.4s ease infinite;
|
||||
content: '';
|
||||
}
|
||||
.ant-skeleton.ant-skeleton-block {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-skeleton-element {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
border-radius: 2px;
|
||||
width: 56px;
|
||||
min-width: 56px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
|
||||
width: 28px;
|
||||
min-width: 28px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
|
||||
width: 28px;
|
||||
min-width: 28px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
|
||||
border-radius: 28px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-lg {
|
||||
width: 64px;
|
||||
min-width: 64px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
|
||||
width: 32px;
|
||||
min-width: 32px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
|
||||
width: 32px;
|
||||
min-width: 32px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
|
||||
border-radius: 32px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-sm {
|
||||
width: 44px;
|
||||
min-width: 44px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
|
||||
width: 22px;
|
||||
min-width: 22px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
|
||||
width: 22px;
|
||||
min-width: 22px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
|
||||
border-radius: 22px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-avatar {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-avatar-lg {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-avatar-sm {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-input {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
width: 140px;
|
||||
min-width: 140px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-input-lg {
|
||||
width: 160px;
|
||||
min-width: 160px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-input-sm {
|
||||
width: 110px;
|
||||
min-width: 110px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-image {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
vertical-align: top;
|
||||
background: rgba(190, 190, 190, 0.2);
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
line-height: 96px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-image-path {
|
||||
fill: #bfbfbf;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-image-svg {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
max-width: 192px;
|
||||
max-height: 192px;
|
||||
}
|
||||
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
@keyframes ant-skeleton-loading {
|
||||
0% {
|
||||
transform: translateX(-37.5%);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(37.5%);
|
||||
}
|
||||
}
|
||||
.ant-skeleton-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-skeleton-rtl .ant-skeleton-header {
|
||||
padding-right: 0;
|
||||
padding-left: 16px;
|
||||
}
|
||||
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
|
||||
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
|
||||
animation-name: ant-skeleton-loading-rtl;
|
||||
}
|
||||
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
|
||||
animation-name: ant-skeleton-loading-rtl;
|
||||
}
|
||||
@keyframes ant-skeleton-loading-rtl {
|
||||
0% {
|
||||
background-position: 0% 50%;
|
||||
}
|
||||
100% {
|
||||
background-position: 100% 50%;
|
||||
}
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,46 +1,4 @@
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[75316],{
|
||||
|
||||
/***/ 81088:
|
||||
/*!*********************************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/PoweroffOutlined.js + 1 modules ***!
|
||||
\*********************************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ icons_PoweroffOutlined; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
||||
var objectSpread2 = __webpack_require__(1413);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons-svg/es/asn/PoweroffOutlined.js
|
||||
// This icon file is generated automatically.
|
||||
var PoweroffOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M705.6 124.9a8 8 0 00-11.6 7.2v64.2c0 5.5 2.9 10.6 7.5 13.6a352.2 352.2 0 0162.2 49.8c32.7 32.8 58.4 70.9 76.3 113.3a355 355 0 0127.9 138.7c0 48.1-9.4 94.8-27.9 138.7a355.92 355.92 0 01-76.3 113.3 353.06 353.06 0 01-113.2 76.4c-43.8 18.6-90.5 28-138.5 28s-94.7-9.4-138.5-28a353.06 353.06 0 01-113.2-76.4A355.92 355.92 0 01184 650.4a355 355 0 01-27.9-138.7c0-48.1 9.4-94.8 27.9-138.7 17.9-42.4 43.6-80.5 76.3-113.3 19-19 39.8-35.6 62.2-49.8 4.7-2.9 7.5-8.1 7.5-13.6V132c0-6-6.3-9.8-11.6-7.2C178.5 195.2 82 339.3 80 506.3 77.2 745.1 272.5 943.5 511.2 944c239 .5 432.8-193.3 432.8-432.4 0-169.2-97-315.7-238.4-386.7zM480 560h64c4.4 0 8-3.6 8-8V88c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z" } }] }, "name": "poweroff", "theme": "outlined" };
|
||||
/* harmony default export */ var asn_PoweroffOutlined = (PoweroffOutlined);
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/components/AntdIcon.js + 6 modules
|
||||
var AntdIcon = __webpack_require__(7918);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/icons/PoweroffOutlined.js
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var PoweroffOutlined_PoweroffOutlined = function PoweroffOutlined(props, ref) {
|
||||
return /*#__PURE__*/react.createElement(AntdIcon/* default */.Z, (0,objectSpread2/* default */.Z)((0,objectSpread2/* default */.Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: asn_PoweroffOutlined
|
||||
}));
|
||||
};
|
||||
PoweroffOutlined_PoweroffOutlined.displayName = 'PoweroffOutlined';
|
||||
/* harmony default export */ var icons_PoweroffOutlined = (/*#__PURE__*/react.forwardRef(PoweroffOutlined_PoweroffOutlined));
|
||||
|
||||
/***/ }),
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[75153],{
|
||||
|
||||
/***/ 94594:
|
||||
/*!**********************************************************!*\
|
||||
@ -0,0 +1,969 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[79256],{
|
||||
|
||||
/***/ 7918:
|
||||
/*!******************************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/components/AntdIcon.js + 6 modules ***!
|
||||
\******************************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ AntdIcon; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
||||
var objectSpread2 = __webpack_require__(1413);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
|
||||
var slicedToArray = __webpack_require__(97685);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
||||
var defineProperty = __webpack_require__(4942);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js
|
||||
var objectWithoutProperties = __webpack_require__(45987);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
// EXTERNAL MODULE: ./node_modules/classnames/index.js
|
||||
var classnames = __webpack_require__(94184);
|
||||
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/components/Context.js
|
||||
|
||||
var IconContext = /*#__PURE__*/(0,react.createContext)({});
|
||||
/* harmony default export */ var Context = (IconContext);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
||||
var esm_typeof = __webpack_require__(71002);
|
||||
// EXTERNAL MODULE: ./node_modules/@ctrl/tinycolor/dist/module/conversion.js
|
||||
var conversion = __webpack_require__(86500);
|
||||
// EXTERNAL MODULE: ./node_modules/@ctrl/tinycolor/dist/module/format-input.js
|
||||
var format_input = __webpack_require__(1350);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/node_modules/@ant-design/colors/es/generate.js
|
||||
|
||||
var hueStep = 2; // 色相阶梯
|
||||
|
||||
var saturationStep = 0.16; // 饱和度阶梯,浅色部分
|
||||
|
||||
var saturationStep2 = 0.05; // 饱和度阶梯,深色部分
|
||||
|
||||
var brightnessStep1 = 0.05; // 亮度阶梯,浅色部分
|
||||
|
||||
var brightnessStep2 = 0.15; // 亮度阶梯,深色部分
|
||||
|
||||
var lightColorCount = 5; // 浅色数量,主色上
|
||||
|
||||
var darkColorCount = 4; // 深色数量,主色下
|
||||
// 暗色主题颜色映射关系表
|
||||
|
||||
var darkColorMap = [{
|
||||
index: 7,
|
||||
opacity: 0.15
|
||||
}, {
|
||||
index: 6,
|
||||
opacity: 0.25
|
||||
}, {
|
||||
index: 5,
|
||||
opacity: 0.3
|
||||
}, {
|
||||
index: 5,
|
||||
opacity: 0.45
|
||||
}, {
|
||||
index: 5,
|
||||
opacity: 0.65
|
||||
}, {
|
||||
index: 5,
|
||||
opacity: 0.85
|
||||
}, {
|
||||
index: 4,
|
||||
opacity: 0.9
|
||||
}, {
|
||||
index: 3,
|
||||
opacity: 0.95
|
||||
}, {
|
||||
index: 2,
|
||||
opacity: 0.97
|
||||
}, {
|
||||
index: 1,
|
||||
opacity: 0.98
|
||||
}];
|
||||
|
||||
// Wrapper function ported from TinyColor.prototype.toHsv
|
||||
// Keep it here because of `hsv.h * 360`
|
||||
function toHsv(_ref) {
|
||||
var r = _ref.r,
|
||||
g = _ref.g,
|
||||
b = _ref.b;
|
||||
var hsv = (0,conversion/* rgbToHsv */.py)(r, g, b);
|
||||
return {
|
||||
h: hsv.h * 360,
|
||||
s: hsv.s,
|
||||
v: hsv.v
|
||||
};
|
||||
} // Wrapper function ported from TinyColor.prototype.toHexString
|
||||
// Keep it here because of the prefix `#`
|
||||
|
||||
|
||||
function toHex(_ref2) {
|
||||
var r = _ref2.r,
|
||||
g = _ref2.g,
|
||||
b = _ref2.b;
|
||||
return "#".concat((0,conversion/* rgbToHex */.vq)(r, g, b, false));
|
||||
} // Wrapper function ported from TinyColor.prototype.mix, not treeshakable.
|
||||
// Amount in range [0, 1]
|
||||
// Assume color1 & color2 has no alpha, since the following src code did so.
|
||||
|
||||
|
||||
function mix(rgb1, rgb2, amount) {
|
||||
var p = amount / 100;
|
||||
var rgb = {
|
||||
r: (rgb2.r - rgb1.r) * p + rgb1.r,
|
||||
g: (rgb2.g - rgb1.g) * p + rgb1.g,
|
||||
b: (rgb2.b - rgb1.b) * p + rgb1.b
|
||||
};
|
||||
return rgb;
|
||||
}
|
||||
|
||||
function getHue(hsv, i, light) {
|
||||
var hue; // 根据色相不同,色相转向不同
|
||||
|
||||
if (Math.round(hsv.h) >= 60 && Math.round(hsv.h) <= 240) {
|
||||
hue = light ? Math.round(hsv.h) - hueStep * i : Math.round(hsv.h) + hueStep * i;
|
||||
} else {
|
||||
hue = light ? Math.round(hsv.h) + hueStep * i : Math.round(hsv.h) - hueStep * i;
|
||||
}
|
||||
|
||||
if (hue < 0) {
|
||||
hue += 360;
|
||||
} else if (hue >= 360) {
|
||||
hue -= 360;
|
||||
}
|
||||
|
||||
return hue;
|
||||
}
|
||||
|
||||
function getSaturation(hsv, i, light) {
|
||||
// grey color don't change saturation
|
||||
if (hsv.h === 0 && hsv.s === 0) {
|
||||
return hsv.s;
|
||||
}
|
||||
|
||||
var saturation;
|
||||
|
||||
if (light) {
|
||||
saturation = hsv.s - saturationStep * i;
|
||||
} else if (i === darkColorCount) {
|
||||
saturation = hsv.s + saturationStep;
|
||||
} else {
|
||||
saturation = hsv.s + saturationStep2 * i;
|
||||
} // 边界值修正
|
||||
|
||||
|
||||
if (saturation > 1) {
|
||||
saturation = 1;
|
||||
} // 第一格的 s 限制在 0.06-0.1 之间
|
||||
|
||||
|
||||
if (light && i === lightColorCount && saturation > 0.1) {
|
||||
saturation = 0.1;
|
||||
}
|
||||
|
||||
if (saturation < 0.06) {
|
||||
saturation = 0.06;
|
||||
}
|
||||
|
||||
return Number(saturation.toFixed(2));
|
||||
}
|
||||
|
||||
function getValue(hsv, i, light) {
|
||||
var value;
|
||||
|
||||
if (light) {
|
||||
value = hsv.v + brightnessStep1 * i;
|
||||
} else {
|
||||
value = hsv.v - brightnessStep2 * i;
|
||||
}
|
||||
|
||||
if (value > 1) {
|
||||
value = 1;
|
||||
}
|
||||
|
||||
return Number(value.toFixed(2));
|
||||
}
|
||||
|
||||
function generate(color) {
|
||||
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
||||
var patterns = [];
|
||||
var pColor = (0,format_input/* inputToRGB */.uA)(color);
|
||||
|
||||
for (var i = lightColorCount; i > 0; i -= 1) {
|
||||
var hsv = toHsv(pColor);
|
||||
var colorString = toHex((0,format_input/* inputToRGB */.uA)({
|
||||
h: getHue(hsv, i, true),
|
||||
s: getSaturation(hsv, i, true),
|
||||
v: getValue(hsv, i, true)
|
||||
}));
|
||||
patterns.push(colorString);
|
||||
}
|
||||
|
||||
patterns.push(toHex(pColor));
|
||||
|
||||
for (var _i = 1; _i <= darkColorCount; _i += 1) {
|
||||
var _hsv = toHsv(pColor);
|
||||
|
||||
var _colorString = toHex((0,format_input/* inputToRGB */.uA)({
|
||||
h: getHue(_hsv, _i),
|
||||
s: getSaturation(_hsv, _i),
|
||||
v: getValue(_hsv, _i)
|
||||
}));
|
||||
|
||||
patterns.push(_colorString);
|
||||
} // dark theme patterns
|
||||
|
||||
|
||||
if (opts.theme === 'dark') {
|
||||
return darkColorMap.map(function (_ref3) {
|
||||
var index = _ref3.index,
|
||||
opacity = _ref3.opacity;
|
||||
var darkColorString = toHex(mix((0,format_input/* inputToRGB */.uA)(opts.backgroundColor || '#141414'), (0,format_input/* inputToRGB */.uA)(patterns[index]), opacity * 100));
|
||||
return darkColorString;
|
||||
});
|
||||
}
|
||||
|
||||
return patterns;
|
||||
}
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/node_modules/@ant-design/colors/es/index.js
|
||||
|
||||
var presetPrimaryColors = {
|
||||
red: '#F5222D',
|
||||
volcano: '#FA541C',
|
||||
orange: '#FA8C16',
|
||||
gold: '#FAAD14',
|
||||
yellow: '#FADB14',
|
||||
lime: '#A0D911',
|
||||
green: '#52C41A',
|
||||
cyan: '#13C2C2',
|
||||
blue: '#1677FF',
|
||||
geekblue: '#2F54EB',
|
||||
purple: '#722ED1',
|
||||
magenta: '#EB2F96',
|
||||
grey: '#666666'
|
||||
};
|
||||
var presetPalettes = {};
|
||||
var presetDarkPalettes = {};
|
||||
Object.keys(presetPrimaryColors).forEach(function (key) {
|
||||
presetPalettes[key] = generate(presetPrimaryColors[key]);
|
||||
presetPalettes[key].primary = presetPalettes[key][5]; // dark presetPalettes
|
||||
|
||||
presetDarkPalettes[key] = generate(presetPrimaryColors[key], {
|
||||
theme: 'dark',
|
||||
backgroundColor: '#141414'
|
||||
});
|
||||
presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
|
||||
});
|
||||
var red = presetPalettes.red;
|
||||
var volcano = presetPalettes.volcano;
|
||||
var gold = presetPalettes.gold;
|
||||
var orange = presetPalettes.orange;
|
||||
var yellow = presetPalettes.yellow;
|
||||
var lime = presetPalettes.lime;
|
||||
var green = presetPalettes.green;
|
||||
var cyan = presetPalettes.cyan;
|
||||
var blue = presetPalettes.blue;
|
||||
var geekblue = presetPalettes.geekblue;
|
||||
var purple = presetPalettes.purple;
|
||||
var magenta = presetPalettes.magenta;
|
||||
var grey = presetPalettes.grey;
|
||||
var gray = presetPalettes.grey;
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/warning.js
|
||||
var warning = __webpack_require__(80334);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/Dom/dynamicCSS.js
|
||||
var dynamicCSS = __webpack_require__(44958);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/utils.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function utils_warning(valid, message) {
|
||||
(0,warning/* default */.ZP)(valid, "[@ant-design/icons] ".concat(message));
|
||||
}
|
||||
function isIconDefinition(target) {
|
||||
return (0,esm_typeof/* default */.Z)(target) === 'object' && typeof target.name === 'string' && typeof target.theme === 'string' && ((0,esm_typeof/* default */.Z)(target.icon) === 'object' || typeof target.icon === 'function');
|
||||
}
|
||||
function normalizeAttrs() {
|
||||
var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
||||
return Object.keys(attrs).reduce(function (acc, key) {
|
||||
var val = attrs[key];
|
||||
switch (key) {
|
||||
case 'class':
|
||||
acc.className = val;
|
||||
delete acc.class;
|
||||
break;
|
||||
default:
|
||||
acc[key] = val;
|
||||
}
|
||||
return acc;
|
||||
}, {});
|
||||
}
|
||||
function utils_generate(node, key, rootProps) {
|
||||
if (!rootProps) {
|
||||
return /*#__PURE__*/react.createElement(node.tag, (0,objectSpread2/* default */.Z)({
|
||||
key: key
|
||||
}, normalizeAttrs(node.attrs)), (node.children || []).map(function (child, index) {
|
||||
return utils_generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
|
||||
}));
|
||||
}
|
||||
return /*#__PURE__*/react.createElement(node.tag, (0,objectSpread2/* default */.Z)((0,objectSpread2/* default */.Z)({
|
||||
key: key
|
||||
}, normalizeAttrs(node.attrs)), rootProps), (node.children || []).map(function (child, index) {
|
||||
return utils_generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
|
||||
}));
|
||||
}
|
||||
function getSecondaryColor(primaryColor) {
|
||||
// choose the second color
|
||||
return generate(primaryColor)[0];
|
||||
}
|
||||
function normalizeTwoToneColors(twoToneColor) {
|
||||
if (!twoToneColor) {
|
||||
return [];
|
||||
}
|
||||
return Array.isArray(twoToneColor) ? twoToneColor : [twoToneColor];
|
||||
}
|
||||
// These props make sure that the SVG behaviours like general text.
|
||||
// Reference: https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4
|
||||
var svgBaseProps = {
|
||||
width: '1em',
|
||||
height: '1em',
|
||||
fill: 'currentColor',
|
||||
'aria-hidden': 'true',
|
||||
focusable: 'false'
|
||||
};
|
||||
var iconStyles = "\n.anticon {\n display: inline-block;\n color: inherit;\n font-style: normal;\n line-height: 0;\n text-align: center;\n text-transform: none;\n vertical-align: -0.125em;\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.anticon > * {\n line-height: 1;\n}\n\n.anticon svg {\n display: inline-block;\n}\n\n.anticon::before {\n display: none;\n}\n\n.anticon .anticon-icon {\n display: block;\n}\n\n.anticon[tabindex] {\n cursor: pointer;\n}\n\n.anticon-spin::before,\n.anticon-spin {\n display: inline-block;\n -webkit-animation: loadingCircle 1s infinite linear;\n animation: loadingCircle 1s infinite linear;\n}\n\n@-webkit-keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n";
|
||||
var useInsertStyles = function useInsertStyles() {
|
||||
var styleStr = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : iconStyles;
|
||||
var _useContext = (0,react.useContext)(Context),
|
||||
csp = _useContext.csp,
|
||||
prefixCls = _useContext.prefixCls;
|
||||
var mergedStyleStr = styleStr;
|
||||
if (prefixCls) {
|
||||
mergedStyleStr = mergedStyleStr.replace(/anticon/g, prefixCls);
|
||||
}
|
||||
(0,react.useEffect)(function () {
|
||||
(0,dynamicCSS/* updateCSS */.hq)(mergedStyleStr, '@ant-design-icons', {
|
||||
prepend: true,
|
||||
csp: csp
|
||||
});
|
||||
}, []);
|
||||
};
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/components/IconBase.js
|
||||
|
||||
|
||||
var _excluded = ["icon", "className", "onClick", "style", "primaryColor", "secondaryColor"];
|
||||
|
||||
var twoToneColorPalette = {
|
||||
primaryColor: '#333',
|
||||
secondaryColor: '#E6E6E6',
|
||||
calculated: false
|
||||
};
|
||||
function setTwoToneColors(_ref) {
|
||||
var primaryColor = _ref.primaryColor,
|
||||
secondaryColor = _ref.secondaryColor;
|
||||
twoToneColorPalette.primaryColor = primaryColor;
|
||||
twoToneColorPalette.secondaryColor = secondaryColor || getSecondaryColor(primaryColor);
|
||||
twoToneColorPalette.calculated = !!secondaryColor;
|
||||
}
|
||||
function getTwoToneColors() {
|
||||
return (0,objectSpread2/* default */.Z)({}, twoToneColorPalette);
|
||||
}
|
||||
var IconBase = function IconBase(props) {
|
||||
var icon = props.icon,
|
||||
className = props.className,
|
||||
onClick = props.onClick,
|
||||
style = props.style,
|
||||
primaryColor = props.primaryColor,
|
||||
secondaryColor = props.secondaryColor,
|
||||
restProps = (0,objectWithoutProperties/* default */.Z)(props, _excluded);
|
||||
var colors = twoToneColorPalette;
|
||||
if (primaryColor) {
|
||||
colors = {
|
||||
primaryColor: primaryColor,
|
||||
secondaryColor: secondaryColor || getSecondaryColor(primaryColor)
|
||||
};
|
||||
}
|
||||
useInsertStyles();
|
||||
utils_warning(isIconDefinition(icon), "icon should be icon definiton, but got ".concat(icon));
|
||||
if (!isIconDefinition(icon)) {
|
||||
return null;
|
||||
}
|
||||
var target = icon;
|
||||
if (target && typeof target.icon === 'function') {
|
||||
target = (0,objectSpread2/* default */.Z)((0,objectSpread2/* default */.Z)({}, target), {}, {
|
||||
icon: target.icon(colors.primaryColor, colors.secondaryColor)
|
||||
});
|
||||
}
|
||||
return utils_generate(target.icon, "svg-".concat(target.name), (0,objectSpread2/* default */.Z)({
|
||||
className: className,
|
||||
onClick: onClick,
|
||||
style: style,
|
||||
'data-icon': target.name,
|
||||
width: '1em',
|
||||
height: '1em',
|
||||
fill: 'currentColor',
|
||||
'aria-hidden': 'true'
|
||||
}, restProps));
|
||||
};
|
||||
IconBase.displayName = 'IconReact';
|
||||
IconBase.getTwoToneColors = getTwoToneColors;
|
||||
IconBase.setTwoToneColors = setTwoToneColors;
|
||||
/* harmony default export */ var components_IconBase = (IconBase);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/components/twoTonePrimaryColor.js
|
||||
|
||||
|
||||
|
||||
function setTwoToneColor(twoToneColor) {
|
||||
var _normalizeTwoToneColo = normalizeTwoToneColors(twoToneColor),
|
||||
_normalizeTwoToneColo2 = (0,slicedToArray/* default */.Z)(_normalizeTwoToneColo, 2),
|
||||
primaryColor = _normalizeTwoToneColo2[0],
|
||||
secondaryColor = _normalizeTwoToneColo2[1];
|
||||
return components_IconBase.setTwoToneColors({
|
||||
primaryColor: primaryColor,
|
||||
secondaryColor: secondaryColor
|
||||
});
|
||||
}
|
||||
function getTwoToneColor() {
|
||||
var colors = components_IconBase.getTwoToneColors();
|
||||
if (!colors.calculated) {
|
||||
return colors.primaryColor;
|
||||
}
|
||||
return [colors.primaryColor, colors.secondaryColor];
|
||||
}
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/components/AntdIcon.js
|
||||
|
||||
|
||||
|
||||
|
||||
var AntdIcon_excluded = ["className", "icon", "spin", "rotate", "tabIndex", "onClick", "twoToneColor"];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Initial setting
|
||||
// should move it to antd main repo?
|
||||
setTwoToneColor('#1890ff');
|
||||
var Icon = /*#__PURE__*/react.forwardRef(function (props, ref) {
|
||||
var _classNames;
|
||||
var className = props.className,
|
||||
icon = props.icon,
|
||||
spin = props.spin,
|
||||
rotate = props.rotate,
|
||||
tabIndex = props.tabIndex,
|
||||
onClick = props.onClick,
|
||||
twoToneColor = props.twoToneColor,
|
||||
restProps = (0,objectWithoutProperties/* default */.Z)(props, AntdIcon_excluded);
|
||||
var _React$useContext = react.useContext(Context),
|
||||
_React$useContext$pre = _React$useContext.prefixCls,
|
||||
prefixCls = _React$useContext$pre === void 0 ? 'anticon' : _React$useContext$pre,
|
||||
rootClassName = _React$useContext.rootClassName;
|
||||
var classString = classnames_default()(rootClassName, prefixCls, (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-").concat(icon.name), !!icon.name), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-spin"), !!spin || icon.name === 'loading'), _classNames), className);
|
||||
var iconTabIndex = tabIndex;
|
||||
if (iconTabIndex === undefined && onClick) {
|
||||
iconTabIndex = -1;
|
||||
}
|
||||
var svgStyle = rotate ? {
|
||||
msTransform: "rotate(".concat(rotate, "deg)"),
|
||||
transform: "rotate(".concat(rotate, "deg)")
|
||||
} : undefined;
|
||||
var _normalizeTwoToneColo = normalizeTwoToneColors(twoToneColor),
|
||||
_normalizeTwoToneColo2 = (0,slicedToArray/* default */.Z)(_normalizeTwoToneColo, 2),
|
||||
primaryColor = _normalizeTwoToneColo2[0],
|
||||
secondaryColor = _normalizeTwoToneColo2[1];
|
||||
return /*#__PURE__*/react.createElement("span", (0,objectSpread2/* default */.Z)((0,objectSpread2/* default */.Z)({
|
||||
role: "img",
|
||||
"aria-label": icon.name
|
||||
}, restProps), {}, {
|
||||
ref: ref,
|
||||
tabIndex: iconTabIndex,
|
||||
onClick: onClick,
|
||||
className: classString
|
||||
}), /*#__PURE__*/react.createElement(components_IconBase, {
|
||||
icon: icon,
|
||||
primaryColor: primaryColor,
|
||||
secondaryColor: secondaryColor,
|
||||
style: svgStyle
|
||||
}));
|
||||
});
|
||||
Icon.displayName = 'AntdIcon';
|
||||
Icon.getTwoToneColor = getTwoToneColor;
|
||||
Icon.setTwoToneColor = setTwoToneColor;
|
||||
/* harmony default export */ var AntdIcon = (Icon);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 87588:
|
||||
/*!******************************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/ExclamationCircleOutlined.js ***!
|
||||
\******************************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _ant_design_icons_svg_es_asn_ExclamationCircleOutlined__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @ant-design/icons-svg/es/asn/ExclamationCircleOutlined */ 61144);
|
||||
/* harmony import */ var _components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/AntdIcon */ 7918);
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var ExclamationCircleOutlined = function ExclamationCircleOutlined(props, ref) {
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: _ant_design_icons_svg_es_asn_ExclamationCircleOutlined__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z
|
||||
}));
|
||||
};
|
||||
ExclamationCircleOutlined.displayName = 'ExclamationCircleOutlined';
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(ExclamationCircleOutlined));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 73481:
|
||||
/*!*************************************************************!*\
|
||||
!*** ./node_modules/antd/es/skeleton/index.js + 11 modules ***!
|
||||
\*************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ skeleton; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
||||
var defineProperty = __webpack_require__(4942);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
|
||||
var esm_extends = __webpack_require__(87462);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
||||
var esm_typeof = __webpack_require__(71002);
|
||||
// EXTERNAL MODULE: ./node_modules/classnames/index.js
|
||||
var classnames = __webpack_require__(94184);
|
||||
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
|
||||
var context = __webpack_require__(53124);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/omit.js
|
||||
var omit = __webpack_require__(98423);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Element.js
|
||||
|
||||
|
||||
|
||||
|
||||
var Element = function Element(props) {
|
||||
var _classNames, _classNames2;
|
||||
var prefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
style = props.style,
|
||||
size = props.size,
|
||||
shape = props.shape;
|
||||
var sizeCls = classnames_default()((_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-lg"), size === 'large'), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-sm"), size === 'small'), _classNames));
|
||||
var shapeCls = classnames_default()((_classNames2 = {}, (0,defineProperty/* default */.Z)(_classNames2, "".concat(prefixCls, "-circle"), shape === 'circle'), (0,defineProperty/* default */.Z)(_classNames2, "".concat(prefixCls, "-square"), shape === 'square'), (0,defineProperty/* default */.Z)(_classNames2, "".concat(prefixCls, "-round"), shape === 'round'), _classNames2));
|
||||
var sizeStyle = react.useMemo(function () {
|
||||
return typeof size === 'number' ? {
|
||||
width: size,
|
||||
height: size,
|
||||
lineHeight: "".concat(size, "px")
|
||||
} : {};
|
||||
}, [size]);
|
||||
return /*#__PURE__*/react.createElement("span", {
|
||||
className: classnames_default()(prefixCls, sizeCls, shapeCls, className),
|
||||
style: (0,esm_extends/* default */.Z)((0,esm_extends/* default */.Z)({}, sizeStyle), style)
|
||||
});
|
||||
};
|
||||
/* harmony default export */ var skeleton_Element = (Element);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Avatar.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var SkeletonAvatar = function SkeletonAvatar(props) {
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
active = props.active,
|
||||
_props$shape = props.shape,
|
||||
shape = _props$shape === void 0 ? 'circle' : _props$shape,
|
||||
_props$size = props.size,
|
||||
size = _props$size === void 0 ? 'default' : _props$size;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
||||
var otherProps = (0,omit/* default */.Z)(props, ['prefixCls', 'className']);
|
||||
var cls = classnames_default()(prefixCls, "".concat(prefixCls, "-element"), (0,defineProperty/* default */.Z)({}, "".concat(prefixCls, "-active"), active), className);
|
||||
return /*#__PURE__*/react.createElement("div", {
|
||||
className: cls
|
||||
}, /*#__PURE__*/react.createElement(skeleton_Element, (0,esm_extends/* default */.Z)({
|
||||
prefixCls: "".concat(prefixCls, "-avatar"),
|
||||
shape: shape,
|
||||
size: size
|
||||
}, otherProps)));
|
||||
};
|
||||
/* harmony default export */ var Avatar = (SkeletonAvatar);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Button.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var SkeletonButton = function SkeletonButton(props) {
|
||||
var _classNames;
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
active = props.active,
|
||||
_props$block = props.block,
|
||||
block = _props$block === void 0 ? false : _props$block,
|
||||
_props$size = props.size,
|
||||
size = _props$size === void 0 ? 'default' : _props$size;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
||||
var otherProps = (0,omit/* default */.Z)(props, ['prefixCls']);
|
||||
var cls = classnames_default()(prefixCls, "".concat(prefixCls, "-element"), (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-active"), active), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-block"), block), _classNames), className);
|
||||
return /*#__PURE__*/react.createElement("div", {
|
||||
className: cls
|
||||
}, /*#__PURE__*/react.createElement(skeleton_Element, (0,esm_extends/* default */.Z)({
|
||||
prefixCls: "".concat(prefixCls, "-button"),
|
||||
size: size
|
||||
}, otherProps)));
|
||||
};
|
||||
/* harmony default export */ var Button = (SkeletonButton);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
||||
var objectSpread2 = __webpack_require__(1413);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons-svg/es/asn/DotChartOutlined.js
|
||||
// This icon file is generated automatically.
|
||||
var DotChartOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM288 604a64 64 0 10128 0 64 64 0 10-128 0zm118-224a48 48 0 1096 0 48 48 0 10-96 0zm158 228a96 96 0 10192 0 96 96 0 10-192 0zm148-314a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "dot-chart", "theme": "outlined" };
|
||||
/* harmony default export */ var asn_DotChartOutlined = (DotChartOutlined);
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/node_modules/@ant-design/icons/es/components/AntdIcon.js + 3 modules
|
||||
var AntdIcon = __webpack_require__(93771);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/node_modules/@ant-design/icons/es/icons/DotChartOutlined.js
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var DotChartOutlined_DotChartOutlined = function DotChartOutlined(props, ref) {
|
||||
return /*#__PURE__*/react.createElement(AntdIcon/* default */.Z, (0,objectSpread2/* default */.Z)((0,objectSpread2/* default */.Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: asn_DotChartOutlined
|
||||
}));
|
||||
};
|
||||
DotChartOutlined_DotChartOutlined.displayName = 'DotChartOutlined';
|
||||
/* harmony default export */ var icons_DotChartOutlined = (/*#__PURE__*/react.forwardRef(DotChartOutlined_DotChartOutlined));
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Node.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var SkeletonNode = function SkeletonNode(props) {
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
style = props.style,
|
||||
active = props.active,
|
||||
children = props.children;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
||||
var cls = classnames_default()(prefixCls, "".concat(prefixCls, "-element"), (0,defineProperty/* default */.Z)({}, "".concat(prefixCls, "-active"), active), className);
|
||||
var content = children !== null && children !== void 0 ? children : /*#__PURE__*/react.createElement(icons_DotChartOutlined, null);
|
||||
return /*#__PURE__*/react.createElement("div", {
|
||||
className: cls
|
||||
}, /*#__PURE__*/react.createElement("div", {
|
||||
className: classnames_default()("".concat(prefixCls, "-image"), className),
|
||||
style: style
|
||||
}, content));
|
||||
};
|
||||
/* harmony default export */ var Node = (SkeletonNode);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Image.js
|
||||
|
||||
|
||||
|
||||
|
||||
var path = 'M365.714286 329.142857q0 45.714286-32.036571 77.677714t-77.677714 32.036571-77.677714-32.036571-32.036571-77.677714 32.036571-77.677714 77.677714-32.036571 77.677714 32.036571 32.036571 77.677714zM950.857143 548.571429l0 256-804.571429 0 0-109.714286 182.857143-182.857143 91.428571 91.428571 292.571429-292.571429zM1005.714286 146.285714l-914.285714 0q-7.460571 0-12.873143 5.412571t-5.412571 12.873143l0 694.857143q0 7.460571 5.412571 12.873143t12.873143 5.412571l914.285714 0q7.460571 0 12.873143-5.412571t5.412571-12.873143l0-694.857143q0-7.460571-5.412571-12.873143t-12.873143-5.412571zM1097.142857 164.571429l0 694.857143q0 37.741714-26.843429 64.585143t-64.585143 26.843429l-914.285714 0q-37.741714 0-64.585143-26.843429t-26.843429-64.585143l0-694.857143q0-37.741714 26.843429-64.585143t64.585143-26.843429l914.285714 0q37.741714 0 64.585143 26.843429t26.843429 64.585143z';
|
||||
var SkeletonImage = function SkeletonImage(props) {
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
style = props.style,
|
||||
active = props.active;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
||||
var cls = classnames_default()(prefixCls, "".concat(prefixCls, "-element"), (0,defineProperty/* default */.Z)({}, "".concat(prefixCls, "-active"), active), className);
|
||||
return /*#__PURE__*/react.createElement("div", {
|
||||
className: cls
|
||||
}, /*#__PURE__*/react.createElement("div", {
|
||||
className: classnames_default()("".concat(prefixCls, "-image"), className),
|
||||
style: style
|
||||
}, /*#__PURE__*/react.createElement("svg", {
|
||||
viewBox: "0 0 1098 1024",
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
className: "".concat(prefixCls, "-image-svg")
|
||||
}, /*#__PURE__*/react.createElement("path", {
|
||||
d: path,
|
||||
className: "".concat(prefixCls, "-image-path")
|
||||
}))));
|
||||
};
|
||||
/* harmony default export */ var Image = (SkeletonImage);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Input.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var SkeletonInput = function SkeletonInput(props) {
|
||||
var _classNames;
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
active = props.active,
|
||||
block = props.block,
|
||||
_props$size = props.size,
|
||||
size = _props$size === void 0 ? 'default' : _props$size;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
||||
var otherProps = (0,omit/* default */.Z)(props, ['prefixCls']);
|
||||
var cls = classnames_default()(prefixCls, "".concat(prefixCls, "-element"), (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-active"), active), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-block"), block), _classNames), className);
|
||||
return /*#__PURE__*/react.createElement("div", {
|
||||
className: cls
|
||||
}, /*#__PURE__*/react.createElement(skeleton_Element, (0,esm_extends/* default */.Z)({
|
||||
prefixCls: "".concat(prefixCls, "-input"),
|
||||
size: size
|
||||
}, otherProps)));
|
||||
};
|
||||
/* harmony default export */ var Input = (SkeletonInput);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
|
||||
var toConsumableArray = __webpack_require__(74902);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Paragraph.js
|
||||
|
||||
|
||||
|
||||
var Paragraph = function Paragraph(props) {
|
||||
var getWidth = function getWidth(index) {
|
||||
var width = props.width,
|
||||
_props$rows = props.rows,
|
||||
rows = _props$rows === void 0 ? 2 : _props$rows;
|
||||
if (Array.isArray(width)) {
|
||||
return width[index];
|
||||
}
|
||||
// last paragraph
|
||||
if (rows - 1 === index) {
|
||||
return width;
|
||||
}
|
||||
return undefined;
|
||||
};
|
||||
var prefixCls = props.prefixCls,
|
||||
className = props.className,
|
||||
style = props.style,
|
||||
rows = props.rows;
|
||||
var rowList = (0,toConsumableArray/* default */.Z)(Array(rows)).map(function (_, index) {
|
||||
return (
|
||||
/*#__PURE__*/
|
||||
// eslint-disable-next-line react/no-array-index-key
|
||||
react.createElement("li", {
|
||||
key: index,
|
||||
style: {
|
||||
width: getWidth(index)
|
||||
}
|
||||
})
|
||||
);
|
||||
});
|
||||
return /*#__PURE__*/react.createElement("ul", {
|
||||
className: classnames_default()(prefixCls, className),
|
||||
style: style
|
||||
}, rowList);
|
||||
};
|
||||
/* harmony default export */ var skeleton_Paragraph = (Paragraph);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Title.js
|
||||
|
||||
/* eslint-disable jsx-a11y/heading-has-content */
|
||||
|
||||
|
||||
var Title = function Title(_ref) {
|
||||
var prefixCls = _ref.prefixCls,
|
||||
className = _ref.className,
|
||||
width = _ref.width,
|
||||
style = _ref.style;
|
||||
return /*#__PURE__*/react.createElement("h3", {
|
||||
className: classnames_default()(prefixCls, className),
|
||||
style: (0,esm_extends/* default */.Z)({
|
||||
width: width
|
||||
}, style)
|
||||
});
|
||||
};
|
||||
/* harmony default export */ var skeleton_Title = (Title);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/Skeleton.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function getComponentProps(prop) {
|
||||
if (prop && (0,esm_typeof/* default */.Z)(prop) === 'object') {
|
||||
return prop;
|
||||
}
|
||||
return {};
|
||||
}
|
||||
function getAvatarBasicProps(hasTitle, hasParagraph) {
|
||||
if (hasTitle && !hasParagraph) {
|
||||
// Square avatar
|
||||
return {
|
||||
size: 'large',
|
||||
shape: 'square'
|
||||
};
|
||||
}
|
||||
return {
|
||||
size: 'large',
|
||||
shape: 'circle'
|
||||
};
|
||||
}
|
||||
function getTitleBasicProps(hasAvatar, hasParagraph) {
|
||||
if (!hasAvatar && hasParagraph) {
|
||||
return {
|
||||
width: '38%'
|
||||
};
|
||||
}
|
||||
if (hasAvatar && hasParagraph) {
|
||||
return {
|
||||
width: '50%'
|
||||
};
|
||||
}
|
||||
return {};
|
||||
}
|
||||
function getParagraphBasicProps(hasAvatar, hasTitle) {
|
||||
var basicProps = {};
|
||||
// Width
|
||||
if (!hasAvatar || !hasTitle) {
|
||||
basicProps.width = '61%';
|
||||
}
|
||||
// Rows
|
||||
if (!hasAvatar && hasTitle) {
|
||||
basicProps.rows = 3;
|
||||
} else {
|
||||
basicProps.rows = 2;
|
||||
}
|
||||
return basicProps;
|
||||
}
|
||||
var Skeleton = function Skeleton(props) {
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
loading = props.loading,
|
||||
className = props.className,
|
||||
style = props.style,
|
||||
children = props.children,
|
||||
_props$avatar = props.avatar,
|
||||
avatar = _props$avatar === void 0 ? false : _props$avatar,
|
||||
_props$title = props.title,
|
||||
title = _props$title === void 0 ? true : _props$title,
|
||||
_props$paragraph = props.paragraph,
|
||||
paragraph = _props$paragraph === void 0 ? true : _props$paragraph,
|
||||
active = props.active,
|
||||
round = props.round;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls,
|
||||
direction = _React$useContext.direction;
|
||||
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
||||
if (loading || !('loading' in props)) {
|
||||
var _classNames;
|
||||
var hasAvatar = !!avatar;
|
||||
var hasTitle = !!title;
|
||||
var hasParagraph = !!paragraph;
|
||||
// Avatar
|
||||
var avatarNode;
|
||||
if (hasAvatar) {
|
||||
var avatarProps = (0,esm_extends/* default */.Z)((0,esm_extends/* default */.Z)({
|
||||
prefixCls: "".concat(prefixCls, "-avatar")
|
||||
}, getAvatarBasicProps(hasTitle, hasParagraph)), getComponentProps(avatar));
|
||||
// We direct use SkeletonElement as avatar in skeleton internal.
|
||||
avatarNode = /*#__PURE__*/react.createElement("div", {
|
||||
className: "".concat(prefixCls, "-header")
|
||||
}, /*#__PURE__*/react.createElement(skeleton_Element, (0,esm_extends/* default */.Z)({}, avatarProps)));
|
||||
}
|
||||
var contentNode;
|
||||
if (hasTitle || hasParagraph) {
|
||||
// Title
|
||||
var $title;
|
||||
if (hasTitle) {
|
||||
var titleProps = (0,esm_extends/* default */.Z)((0,esm_extends/* default */.Z)({
|
||||
prefixCls: "".concat(prefixCls, "-title")
|
||||
}, getTitleBasicProps(hasAvatar, hasParagraph)), getComponentProps(title));
|
||||
$title = /*#__PURE__*/react.createElement(skeleton_Title, (0,esm_extends/* default */.Z)({}, titleProps));
|
||||
}
|
||||
// Paragraph
|
||||
var paragraphNode;
|
||||
if (hasParagraph) {
|
||||
var paragraphProps = (0,esm_extends/* default */.Z)((0,esm_extends/* default */.Z)({
|
||||
prefixCls: "".concat(prefixCls, "-paragraph")
|
||||
}, getParagraphBasicProps(hasAvatar, hasTitle)), getComponentProps(paragraph));
|
||||
paragraphNode = /*#__PURE__*/react.createElement(skeleton_Paragraph, (0,esm_extends/* default */.Z)({}, paragraphProps));
|
||||
}
|
||||
contentNode = /*#__PURE__*/react.createElement("div", {
|
||||
className: "".concat(prefixCls, "-content")
|
||||
}, $title, paragraphNode);
|
||||
}
|
||||
var cls = classnames_default()(prefixCls, (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-with-avatar"), hasAvatar), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-active"), active), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-rtl"), direction === 'rtl'), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-round"), round), _classNames), className);
|
||||
return /*#__PURE__*/react.createElement("div", {
|
||||
className: cls,
|
||||
style: style
|
||||
}, avatarNode, contentNode);
|
||||
}
|
||||
return typeof children !== 'undefined' ? children : null;
|
||||
};
|
||||
Skeleton.Button = Button;
|
||||
Skeleton.Avatar = Avatar;
|
||||
Skeleton.Input = Input;
|
||||
Skeleton.Image = Image;
|
||||
Skeleton.Node = Node;
|
||||
/* harmony default export */ var skeleton_Skeleton = (Skeleton);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/index.js
|
||||
|
||||
/* harmony default export */ var skeleton = (skeleton_Skeleton);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 61099:
|
||||
/*!******************************************************************!*\
|
||||
!*** ./node_modules/antd/es/skeleton/style/index.js + 1 modules ***!
|
||||
\******************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/style/default.less
|
||||
var style_default = __webpack_require__(43146);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/style/index.less
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/skeleton/style/index.js
|
||||
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
@ -1,692 +0,0 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[8543],{
|
||||
|
||||
/***/ 42110:
|
||||
/*!*******************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons-svg/es/asn/PlusOutlined.js ***!
|
||||
\*******************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__) {
|
||||
|
||||
// This icon file is generated automatically.
|
||||
var PlusOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z" } }, { "tag": "path", "attrs": { "d": "M176 474h672q8 0 8 8v60q0 8-8 8H176q-8 0-8-8v-60q0-8 8-8z" } }] }, "name": "plus", "theme": "outlined" };
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (PlusOutlined);
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 51042:
|
||||
/*!*****************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/PlusOutlined.js ***!
|
||||
\*****************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ 1413);
|
||||
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 67294);
|
||||
/* harmony import */ var _ant_design_icons_svg_es_asn_PlusOutlined__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @ant-design/icons-svg/es/asn/PlusOutlined */ 42110);
|
||||
/* harmony import */ var _components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/AntdIcon */ 7918);
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var PlusOutlined = function PlusOutlined(props, ref) {
|
||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_AntdIcon__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: _ant_design_icons_svg_es_asn_PlusOutlined__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z
|
||||
}));
|
||||
};
|
||||
PlusOutlined.displayName = 'PlusOutlined';
|
||||
/* harmony default export */ __webpack_exports__["Z"] = (/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(PlusOutlined));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 58492:
|
||||
/*!**************************************************************!*\
|
||||
!*** ./node_modules/antd/es/breadcrumb/index.js + 3 modules ***!
|
||||
\**************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ breadcrumb; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
||||
var defineProperty = __webpack_require__(4942);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
|
||||
var esm_extends = __webpack_require__(87462);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
|
||||
var toConsumableArray = __webpack_require__(74902);
|
||||
// EXTERNAL MODULE: ./node_modules/classnames/index.js
|
||||
var classnames = __webpack_require__(94184);
|
||||
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/Children/toArray.js
|
||||
var toArray = __webpack_require__(50344);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
|
||||
var context = __webpack_require__(53124);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/menu/index.js + 5 modules
|
||||
var menu = __webpack_require__(66516);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/_util/reactNode.js
|
||||
var reactNode = __webpack_require__(96159);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/node_modules/@ant-design/icons/es/icons/DownOutlined.js
|
||||
var DownOutlined = __webpack_require__(13622);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/dropdown/dropdown.js + 1 modules
|
||||
var dropdown = __webpack_require__(18562);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/BreadcrumbItem.js
|
||||
|
||||
var __rest = undefined && undefined.__rest || function (s, e) {
|
||||
var t = {};
|
||||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
||||
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
||||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
||||
}
|
||||
return t;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var BreadcrumbItem = function BreadcrumbItem(props) {
|
||||
var customizePrefixCls = props.prefixCls,
|
||||
_props$separator = props.separator,
|
||||
separator = _props$separator === void 0 ? '/' : _props$separator,
|
||||
children = props.children,
|
||||
menu = props.menu,
|
||||
overlay = props.overlay,
|
||||
dropdownProps = props.dropdownProps,
|
||||
restProps = __rest(props, ["prefixCls", "separator", "children", "menu", "overlay", "dropdownProps"]);
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('breadcrumb', customizePrefixCls);
|
||||
// Warning for deprecated usage
|
||||
if (false) {}
|
||||
/** If overlay is have Wrap a Dropdown */
|
||||
var renderBreadcrumbNode = function renderBreadcrumbNode(breadcrumbItem) {
|
||||
if (menu || overlay) {
|
||||
return /*#__PURE__*/react.createElement(dropdown/* default */.Z, (0,esm_extends/* default */.Z)({
|
||||
menu: menu,
|
||||
overlay: overlay,
|
||||
placement: "bottom"
|
||||
}, dropdownProps), /*#__PURE__*/react.createElement("span", {
|
||||
className: "".concat(prefixCls, "-overlay-link")
|
||||
}, breadcrumbItem, /*#__PURE__*/react.createElement(DownOutlined/* default */.Z, null)));
|
||||
}
|
||||
return breadcrumbItem;
|
||||
};
|
||||
var link;
|
||||
if ('href' in restProps) {
|
||||
link = /*#__PURE__*/react.createElement("a", (0,esm_extends/* default */.Z)({
|
||||
className: "".concat(prefixCls, "-link")
|
||||
}, restProps), children);
|
||||
} else {
|
||||
link = /*#__PURE__*/react.createElement("span", (0,esm_extends/* default */.Z)({
|
||||
className: "".concat(prefixCls, "-link")
|
||||
}, restProps), children);
|
||||
}
|
||||
// wrap to dropDown
|
||||
link = renderBreadcrumbNode(link);
|
||||
if (children !== undefined && children !== null) {
|
||||
return /*#__PURE__*/react.createElement("li", null, link, separator && /*#__PURE__*/react.createElement("span", {
|
||||
className: "".concat(prefixCls, "-separator")
|
||||
}, separator));
|
||||
}
|
||||
return null;
|
||||
};
|
||||
BreadcrumbItem.__ANT_BREADCRUMB_ITEM = true;
|
||||
/* harmony default export */ var breadcrumb_BreadcrumbItem = (BreadcrumbItem);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/BreadcrumbSeparator.js
|
||||
|
||||
|
||||
var BreadcrumbSeparator = function BreadcrumbSeparator(_ref) {
|
||||
var children = _ref.children;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var prefixCls = getPrefixCls('breadcrumb');
|
||||
return /*#__PURE__*/react.createElement("span", {
|
||||
className: "".concat(prefixCls, "-separator")
|
||||
}, children || '/');
|
||||
};
|
||||
BreadcrumbSeparator.__ANT_BREADCRUMB_SEPARATOR = true;
|
||||
/* harmony default export */ var breadcrumb_BreadcrumbSeparator = (BreadcrumbSeparator);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/Breadcrumb.js
|
||||
|
||||
|
||||
|
||||
var Breadcrumb_rest = undefined && undefined.__rest || function (s, e) {
|
||||
var t = {};
|
||||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
||||
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
||||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
||||
}
|
||||
return t;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function getBreadcrumbName(route, params) {
|
||||
if (!route.breadcrumbName) {
|
||||
return null;
|
||||
}
|
||||
var paramsKeys = Object.keys(params).join('|');
|
||||
var name = route.breadcrumbName.replace(new RegExp(":(".concat(paramsKeys, ")"), 'g'), function (replacement, key) {
|
||||
return params[key] || replacement;
|
||||
});
|
||||
return name;
|
||||
}
|
||||
function defaultItemRender(route, params, routes, paths) {
|
||||
var isLastItem = routes.indexOf(route) === routes.length - 1;
|
||||
var name = getBreadcrumbName(route, params);
|
||||
return isLastItem ? /*#__PURE__*/react.createElement("span", null, name) : /*#__PURE__*/react.createElement("a", {
|
||||
href: "#/".concat(paths.join('/'))
|
||||
}, name);
|
||||
}
|
||||
var getPath = function getPath(path, params) {
|
||||
path = (path || '').replace(/^\//, '');
|
||||
Object.keys(params).forEach(function (key) {
|
||||
path = path.replace(":".concat(key), params[key]);
|
||||
});
|
||||
return path;
|
||||
};
|
||||
var addChildPath = function addChildPath(paths, childPath, params) {
|
||||
var originalPaths = (0,toConsumableArray/* default */.Z)(paths);
|
||||
var path = getPath(childPath || '', params);
|
||||
if (path) {
|
||||
originalPaths.push(path);
|
||||
}
|
||||
return originalPaths;
|
||||
};
|
||||
var Breadcrumb = function Breadcrumb(_a) {
|
||||
var customizePrefixCls = _a.prefixCls,
|
||||
_a$separator = _a.separator,
|
||||
separator = _a$separator === void 0 ? '/' : _a$separator,
|
||||
style = _a.style,
|
||||
className = _a.className,
|
||||
routes = _a.routes,
|
||||
children = _a.children,
|
||||
_a$itemRender = _a.itemRender,
|
||||
itemRender = _a$itemRender === void 0 ? defaultItemRender : _a$itemRender,
|
||||
_a$params = _a.params,
|
||||
params = _a$params === void 0 ? {} : _a$params,
|
||||
restProps = Breadcrumb_rest(_a, ["prefixCls", "separator", "style", "className", "routes", "children", "itemRender", "params"]);
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls,
|
||||
direction = _React$useContext.direction;
|
||||
var crumbs;
|
||||
var prefixCls = getPrefixCls('breadcrumb', customizePrefixCls);
|
||||
if (routes && routes.length > 0) {
|
||||
// generated by route
|
||||
var paths = [];
|
||||
crumbs = routes.map(function (route) {
|
||||
var path = getPath(route.path, params);
|
||||
if (path) {
|
||||
paths.push(path);
|
||||
}
|
||||
// generated overlay by route.children
|
||||
var overlay;
|
||||
if (route.children && route.children.length) {
|
||||
overlay = /*#__PURE__*/react.createElement(menu/* default */.Z, {
|
||||
items: route.children.map(function (child) {
|
||||
return {
|
||||
key: child.path || child.breadcrumbName,
|
||||
label: itemRender(child, params, routes, addChildPath(paths, child.path, params))
|
||||
};
|
||||
})
|
||||
});
|
||||
}
|
||||
var itemProps = {
|
||||
separator: separator
|
||||
};
|
||||
if (overlay) {
|
||||
itemProps.overlay = overlay;
|
||||
}
|
||||
return /*#__PURE__*/react.createElement(breadcrumb_BreadcrumbItem, (0,esm_extends/* default */.Z)({}, itemProps, {
|
||||
key: path || route.breadcrumbName
|
||||
}), itemRender(route, params, routes, paths));
|
||||
});
|
||||
} else if (children) {
|
||||
crumbs = (0,toArray/* default */.Z)(children).map(function (element, index) {
|
||||
if (!element) {
|
||||
return element;
|
||||
}
|
||||
false ? 0 : void 0;
|
||||
return (0,reactNode/* cloneElement */.Tm)(element, {
|
||||
separator: separator,
|
||||
key: index
|
||||
});
|
||||
});
|
||||
}
|
||||
var breadcrumbClassName = classnames_default()(prefixCls, (0,defineProperty/* default */.Z)({}, "".concat(prefixCls, "-rtl"), direction === 'rtl'), className);
|
||||
return /*#__PURE__*/react.createElement("nav", (0,esm_extends/* default */.Z)({
|
||||
className: breadcrumbClassName,
|
||||
style: style
|
||||
}, restProps), /*#__PURE__*/react.createElement("ol", null, crumbs));
|
||||
};
|
||||
Breadcrumb.Item = breadcrumb_BreadcrumbItem;
|
||||
Breadcrumb.Separator = breadcrumb_BreadcrumbSeparator;
|
||||
/* harmony default export */ var breadcrumb_Breadcrumb = (Breadcrumb);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/index.js
|
||||
|
||||
/* harmony default export */ var breadcrumb = (breadcrumb_Breadcrumb);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 63102:
|
||||
/*!********************************************************************!*\
|
||||
!*** ./node_modules/antd/es/breadcrumb/style/index.js + 1 modules ***!
|
||||
\********************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/style/default.less
|
||||
var style_default = __webpack_require__(43146);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/style/index.less
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/dropdown/style/index.js + 1 modules
|
||||
var style = __webpack_require__(68018);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/menu/style/index.js + 1 modules
|
||||
var menu_style = __webpack_require__(83736);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/breadcrumb/style/index.js
|
||||
|
||||
|
||||
// style dependencies
|
||||
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 94594:
|
||||
/*!**********************************************************!*\
|
||||
!*** ./node_modules/antd/es/switch/index.js + 1 modules ***!
|
||||
\**********************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ es_switch; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
|
||||
var esm_extends = __webpack_require__(87462);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
||||
var defineProperty = __webpack_require__(4942);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/node_modules/@ant-design/icons/es/icons/LoadingOutlined.js
|
||||
var LoadingOutlined = __webpack_require__(19267);
|
||||
// EXTERNAL MODULE: ./node_modules/classnames/index.js
|
||||
var classnames = __webpack_require__(94184);
|
||||
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
|
||||
var slicedToArray = __webpack_require__(97685);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js
|
||||
var objectWithoutProperties = __webpack_require__(45987);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/hooks/useMergedState.js
|
||||
var useMergedState = __webpack_require__(21770);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/KeyCode.js
|
||||
var KeyCode = __webpack_require__(15105);
|
||||
;// CONCATENATED MODULE: ./node_modules/rc-switch/es/index.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var Switch = react.forwardRef(function (_ref, ref) {
|
||||
var _classNames;
|
||||
|
||||
var _ref$prefixCls = _ref.prefixCls,
|
||||
prefixCls = _ref$prefixCls === void 0 ? 'rc-switch' : _ref$prefixCls,
|
||||
className = _ref.className,
|
||||
checked = _ref.checked,
|
||||
defaultChecked = _ref.defaultChecked,
|
||||
disabled = _ref.disabled,
|
||||
loadingIcon = _ref.loadingIcon,
|
||||
checkedChildren = _ref.checkedChildren,
|
||||
unCheckedChildren = _ref.unCheckedChildren,
|
||||
onClick = _ref.onClick,
|
||||
onChange = _ref.onChange,
|
||||
onKeyDown = _ref.onKeyDown,
|
||||
restProps = (0,objectWithoutProperties/* default */.Z)(_ref, ["prefixCls", "className", "checked", "defaultChecked", "disabled", "loadingIcon", "checkedChildren", "unCheckedChildren", "onClick", "onChange", "onKeyDown"]);
|
||||
|
||||
var _useMergedState = (0,useMergedState/* default */.Z)(false, {
|
||||
value: checked,
|
||||
defaultValue: defaultChecked
|
||||
}),
|
||||
_useMergedState2 = (0,slicedToArray/* default */.Z)(_useMergedState, 2),
|
||||
innerChecked = _useMergedState2[0],
|
||||
setInnerChecked = _useMergedState2[1];
|
||||
|
||||
function triggerChange(newChecked, event) {
|
||||
var mergedChecked = innerChecked;
|
||||
|
||||
if (!disabled) {
|
||||
mergedChecked = newChecked;
|
||||
setInnerChecked(mergedChecked);
|
||||
onChange === null || onChange === void 0 ? void 0 : onChange(mergedChecked, event);
|
||||
}
|
||||
|
||||
return mergedChecked;
|
||||
}
|
||||
|
||||
function onInternalKeyDown(e) {
|
||||
if (e.which === KeyCode/* default.LEFT */.Z.LEFT) {
|
||||
triggerChange(false, e);
|
||||
} else if (e.which === KeyCode/* default.RIGHT */.Z.RIGHT) {
|
||||
triggerChange(true, e);
|
||||
}
|
||||
|
||||
onKeyDown === null || onKeyDown === void 0 ? void 0 : onKeyDown(e);
|
||||
}
|
||||
|
||||
function onInternalClick(e) {
|
||||
var ret = triggerChange(!innerChecked, e); // [Legacy] trigger onClick with value
|
||||
|
||||
onClick === null || onClick === void 0 ? void 0 : onClick(ret, e);
|
||||
}
|
||||
|
||||
var switchClassName = classnames_default()(prefixCls, className, (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-checked"), innerChecked), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-disabled"), disabled), _classNames));
|
||||
return react.createElement("button", Object.assign({}, restProps, {
|
||||
type: "button",
|
||||
role: "switch",
|
||||
"aria-checked": innerChecked,
|
||||
disabled: disabled,
|
||||
className: switchClassName,
|
||||
ref: ref,
|
||||
onKeyDown: onInternalKeyDown,
|
||||
onClick: onInternalClick
|
||||
}), loadingIcon, react.createElement("span", {
|
||||
className: "".concat(prefixCls, "-inner")
|
||||
}, innerChecked ? checkedChildren : unCheckedChildren));
|
||||
});
|
||||
Switch.displayName = 'Switch';
|
||||
/* harmony default export */ var es = (Switch);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
|
||||
var context = __webpack_require__(53124);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/DisabledContext.js
|
||||
var DisabledContext = __webpack_require__(98866);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/SizeContext.js
|
||||
var SizeContext = __webpack_require__(97647);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/_util/wave.js + 1 modules
|
||||
var wave = __webpack_require__(68349);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/switch/index.js
|
||||
|
||||
|
||||
var __rest = undefined && undefined.__rest || function (s, e) {
|
||||
var t = {};
|
||||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
||||
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
||||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
||||
}
|
||||
return t;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var switch_Switch = /*#__PURE__*/react.forwardRef(function (_a, ref) {
|
||||
var _classNames;
|
||||
var customizePrefixCls = _a.prefixCls,
|
||||
customizeSize = _a.size,
|
||||
customDisabled = _a.disabled,
|
||||
loading = _a.loading,
|
||||
_a$className = _a.className,
|
||||
className = _a$className === void 0 ? '' : _a$className,
|
||||
props = __rest(_a, ["prefixCls", "size", "disabled", "loading", "className"]);
|
||||
false ? 0 : void 0;
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls,
|
||||
direction = _React$useContext.direction;
|
||||
var size = react.useContext(SizeContext/* default */.Z);
|
||||
// ===================== Disabled =====================
|
||||
var disabled = react.useContext(DisabledContext/* default */.Z);
|
||||
var mergedDisabled = (customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled) || loading;
|
||||
var prefixCls = getPrefixCls('switch', customizePrefixCls);
|
||||
var loadingIcon = /*#__PURE__*/react.createElement("div", {
|
||||
className: "".concat(prefixCls, "-handle")
|
||||
}, loading && /*#__PURE__*/react.createElement(LoadingOutlined/* default */.Z, {
|
||||
className: "".concat(prefixCls, "-loading-icon")
|
||||
}));
|
||||
var classes = classnames_default()((_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-small"), (customizeSize || size) === 'small'), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-loading"), loading), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-rtl"), direction === 'rtl'), _classNames), className);
|
||||
return /*#__PURE__*/react.createElement(wave/* default */.Z, {
|
||||
insertExtraNode: true
|
||||
}, /*#__PURE__*/react.createElement(es, (0,esm_extends/* default */.Z)({}, props, {
|
||||
prefixCls: prefixCls,
|
||||
className: classes,
|
||||
disabled: mergedDisabled,
|
||||
ref: ref,
|
||||
loadingIcon: loadingIcon
|
||||
})));
|
||||
});
|
||||
switch_Switch.__ANT_SWITCH = true;
|
||||
if (false) {}
|
||||
/* harmony default export */ var es_switch = (switch_Switch);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5812:
|
||||
/*!****************************************************************!*\
|
||||
!*** ./node_modules/antd/es/switch/style/index.js + 1 modules ***!
|
||||
\****************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/style/default.less
|
||||
var style_default = __webpack_require__(43146);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/switch/style/index.less
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/switch/style/index.js
|
||||
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 20550:
|
||||
/*!*******************************************************!*\
|
||||
!*** ./node_modules/antd/es/tag/index.js + 1 modules ***!
|
||||
\*******************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ tag; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
||||
var defineProperty = __webpack_require__(4942);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
|
||||
var esm_extends = __webpack_require__(87462);
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
|
||||
var slicedToArray = __webpack_require__(97685);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/node_modules/@ant-design/icons/es/icons/CloseOutlined.js
|
||||
var CloseOutlined = __webpack_require__(62208);
|
||||
// EXTERNAL MODULE: ./node_modules/classnames/index.js
|
||||
var classnames = __webpack_require__(94184);
|
||||
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
||||
// EXTERNAL MODULE: ./node_modules/rc-util/es/omit.js
|
||||
var omit = __webpack_require__(98423);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
|
||||
var context = __webpack_require__(53124);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/_util/colors.js
|
||||
var colors = __webpack_require__(98787);
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/_util/wave.js + 1 modules
|
||||
var wave = __webpack_require__(68349);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/tag/CheckableTag.js
|
||||
|
||||
|
||||
var __rest = undefined && undefined.__rest || function (s, e) {
|
||||
var t = {};
|
||||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
||||
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
||||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
||||
}
|
||||
return t;
|
||||
};
|
||||
|
||||
|
||||
|
||||
var CheckableTag = function CheckableTag(_a) {
|
||||
var _classNames;
|
||||
var customizePrefixCls = _a.prefixCls,
|
||||
className = _a.className,
|
||||
checked = _a.checked,
|
||||
onChange = _a.onChange,
|
||||
onClick = _a.onClick,
|
||||
restProps = __rest(_a, ["prefixCls", "className", "checked", "onChange", "onClick"]);
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls;
|
||||
var handleClick = function handleClick(e) {
|
||||
onChange === null || onChange === void 0 ? void 0 : onChange(!checked);
|
||||
onClick === null || onClick === void 0 ? void 0 : onClick(e);
|
||||
};
|
||||
var prefixCls = getPrefixCls('tag', customizePrefixCls);
|
||||
var cls = classnames_default()(prefixCls, (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-checkable"), true), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-checkable-checked"), checked), _classNames), className);
|
||||
return /*#__PURE__*/react.createElement("span", (0,esm_extends/* default */.Z)({}, restProps, {
|
||||
className: cls,
|
||||
onClick: handleClick
|
||||
}));
|
||||
};
|
||||
/* harmony default export */ var tag_CheckableTag = (CheckableTag);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/tag/index.js
|
||||
|
||||
|
||||
|
||||
var tag_rest = undefined && undefined.__rest || function (s, e) {
|
||||
var t = {};
|
||||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
||||
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
||||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
||||
}
|
||||
return t;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var PresetColorRegex = new RegExp("^(".concat(colors/* PresetColorTypes.join */.Y.join('|'), ")(-inverse)?$"));
|
||||
var PresetStatusColorRegex = new RegExp("^(".concat(colors/* PresetStatusColorTypes.join */.E.join('|'), ")$"));
|
||||
var InternalTag = function InternalTag(_a, ref) {
|
||||
var _classNames;
|
||||
var customizePrefixCls = _a.prefixCls,
|
||||
className = _a.className,
|
||||
style = _a.style,
|
||||
children = _a.children,
|
||||
icon = _a.icon,
|
||||
color = _a.color,
|
||||
onClose = _a.onClose,
|
||||
closeIcon = _a.closeIcon,
|
||||
_a$closable = _a.closable,
|
||||
closable = _a$closable === void 0 ? false : _a$closable,
|
||||
props = tag_rest(_a, ["prefixCls", "className", "style", "children", "icon", "color", "onClose", "closeIcon", "closable"]);
|
||||
var _React$useContext = react.useContext(context/* ConfigContext */.E_),
|
||||
getPrefixCls = _React$useContext.getPrefixCls,
|
||||
direction = _React$useContext.direction;
|
||||
var _React$useState = react.useState(true),
|
||||
_React$useState2 = (0,slicedToArray/* default */.Z)(_React$useState, 2),
|
||||
visible = _React$useState2[0],
|
||||
setVisible = _React$useState2[1];
|
||||
// Warning for deprecated usage
|
||||
if (false) {}
|
||||
react.useEffect(function () {
|
||||
if ('visible' in props) {
|
||||
setVisible(props.visible);
|
||||
}
|
||||
}, [props.visible]);
|
||||
var isPresetColor = function isPresetColor() {
|
||||
if (!color) {
|
||||
return false;
|
||||
}
|
||||
return PresetColorRegex.test(color) || PresetStatusColorRegex.test(color);
|
||||
};
|
||||
var tagStyle = (0,esm_extends/* default */.Z)({
|
||||
backgroundColor: color && !isPresetColor() ? color : undefined
|
||||
}, style);
|
||||
var presetColor = isPresetColor();
|
||||
var prefixCls = getPrefixCls('tag', customizePrefixCls);
|
||||
var tagClassName = classnames_default()(prefixCls, (_classNames = {}, (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-").concat(color), presetColor), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-has-color"), color && !presetColor), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-hidden"), !visible), (0,defineProperty/* default */.Z)(_classNames, "".concat(prefixCls, "-rtl"), direction === 'rtl'), _classNames), className);
|
||||
var handleCloseClick = function handleCloseClick(e) {
|
||||
e.stopPropagation();
|
||||
onClose === null || onClose === void 0 ? void 0 : onClose(e);
|
||||
if (e.defaultPrevented) {
|
||||
return;
|
||||
}
|
||||
if (!('visible' in props)) {
|
||||
setVisible(false);
|
||||
}
|
||||
};
|
||||
var renderCloseIcon = function renderCloseIcon() {
|
||||
if (closable) {
|
||||
return closeIcon ? /*#__PURE__*/react.createElement("span", {
|
||||
className: "".concat(prefixCls, "-close-icon"),
|
||||
onClick: handleCloseClick
|
||||
}, closeIcon) : /*#__PURE__*/react.createElement(CloseOutlined/* default */.Z, {
|
||||
className: "".concat(prefixCls, "-close-icon"),
|
||||
onClick: handleCloseClick
|
||||
});
|
||||
}
|
||||
return null;
|
||||
};
|
||||
var isNeedWave = 'onClick' in props || children && children.type === 'a';
|
||||
var tagProps = (0,omit/* default */.Z)(props, ['visible']);
|
||||
var iconNode = icon || null;
|
||||
var kids = iconNode ? /*#__PURE__*/react.createElement(react.Fragment, null, iconNode, /*#__PURE__*/react.createElement("span", null, children)) : children;
|
||||
var tagNode = /*#__PURE__*/react.createElement("span", (0,esm_extends/* default */.Z)({}, tagProps, {
|
||||
ref: ref,
|
||||
className: tagClassName,
|
||||
style: tagStyle
|
||||
}), kids, renderCloseIcon());
|
||||
return isNeedWave ? /*#__PURE__*/react.createElement(wave/* default */.Z, null, tagNode) : tagNode;
|
||||
};
|
||||
var Tag = /*#__PURE__*/react.forwardRef(InternalTag);
|
||||
if (false) {}
|
||||
Tag.CheckableTag = tag_CheckableTag;
|
||||
/* harmony default export */ var tag = (Tag);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 71114:
|
||||
/*!*************************************************************!*\
|
||||
!*** ./node_modules/antd/es/tag/style/index.js + 1 modules ***!
|
||||
\*************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
||||
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/antd/es/style/default.less
|
||||
var style_default = __webpack_require__(43146);
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/tag/style/index.less
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
;// CONCATENATED MODULE: ./node_modules/antd/es/tag/style/index.js
|
||||
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,764 @@
|
||||
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/breadcrumb/style/index.less ***!
|
||||
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-breadcrumb {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb ol {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.ant-breadcrumb a {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
transition: color 0.3s;
|
||||
}
|
||||
.ant-breadcrumb a:hover {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb li:last-child {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb li:last-child a {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
li:last-child > .ant-breadcrumb-separator {
|
||||
display: none;
|
||||
}
|
||||
.ant-breadcrumb-separator {
|
||||
margin: 0 4px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-link > .anticon + a {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-breadcrumb-rtl::before {
|
||||
display: table;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl > span {
|
||||
float: right;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/cascader/style/index.less ***!
|
||||
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
@keyframes antCheckboxEffect {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
transform: scale(1.6);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
.ant-cascader-checkbox {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
position: relative;
|
||||
top: 0.2em;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
|
||||
.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
|
||||
.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-cascader-checkbox-checked::after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 1px solid #1890ff;
|
||||
border-radius: 2px;
|
||||
visibility: hidden;
|
||||
animation: antCheckboxEffect 0.36s ease-in-out;
|
||||
animation-fill-mode: backwards;
|
||||
content: '';
|
||||
}
|
||||
.ant-cascader-checkbox:hover::after,
|
||||
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox::after {
|
||||
visibility: visible;
|
||||
}
|
||||
.ant-cascader-checkbox-inner {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
direction: ltr;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
border-collapse: separate;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-cascader-checkbox-inner::after {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 21.5%;
|
||||
display: table;
|
||||
width: 5px;
|
||||
height: 8px;
|
||||
border: 2px solid #fff;
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
transform: rotate(45deg) scale(0) translate(-50%, -50%);
|
||||
opacity: 0;
|
||||
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
|
||||
content: ' ';
|
||||
}
|
||||
.ant-cascader-checkbox-input {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
|
||||
position: absolute;
|
||||
display: table;
|
||||
border: 2px solid #fff;
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
transform: rotate(45deg) scale(1) translate(-50%, -50%);
|
||||
opacity: 1;
|
||||
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
|
||||
content: ' ';
|
||||
}
|
||||
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
|
||||
background-color: #1890ff;
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-cascader-checkbox-disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
|
||||
border-color: rgba(0, 0, 0, 0.25);
|
||||
animation-name: none;
|
||||
}
|
||||
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
|
||||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
|
||||
background-color: #f5f5f5;
|
||||
border-color: #d9d9d9 !important;
|
||||
}
|
||||
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
|
||||
border-color: #f5f5f5;
|
||||
border-collapse: separate;
|
||||
animation-name: none;
|
||||
}
|
||||
.ant-cascader-checkbox-disabled + span {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-cascader-checkbox-disabled:hover::after,
|
||||
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled::after {
|
||||
visibility: hidden;
|
||||
}
|
||||
.ant-cascader-checkbox-wrapper {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
line-height: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-cascader-checkbox-wrapper::after {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
content: '\a0';
|
||||
}
|
||||
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
.ant-cascader-checkbox + span {
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
.ant-cascader-checkbox-group {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-cascader-checkbox-group-item {
|
||||
margin-right: 6px;
|
||||
}
|
||||
.ant-cascader-checkbox-group-item:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
.ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
|
||||
background-color: #fff;
|
||||
border-color: #d9d9d9;
|
||||
}
|
||||
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: #1890ff;
|
||||
border: 0;
|
||||
transform: translate(-50%, -50%) scale(1);
|
||||
opacity: 1;
|
||||
content: ' ';
|
||||
}
|
||||
.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
border-color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.ant-cascader {
|
||||
width: 184px;
|
||||
}
|
||||
.ant-cascader-checkbox {
|
||||
top: 0;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.ant-cascader-menus {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.ant-cascader-menu {
|
||||
flex-grow: 1;
|
||||
min-width: 111px;
|
||||
height: 180px;
|
||||
margin: 0;
|
||||
margin: -4px 0;
|
||||
padding: 4px 0;
|
||||
overflow: auto;
|
||||
vertical-align: top;
|
||||
list-style: none;
|
||||
border-right: 1px solid #f0f0f0;
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
}
|
||||
.ant-cascader-menu-item {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
padding: 5px 8px;
|
||||
overflow: hidden;
|
||||
line-height: 18px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-cascader-menu-item:hover {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
.ant-cascader-menu-item-disabled {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-cascader-menu-item-disabled:hover {
|
||||
background: transparent;
|
||||
}
|
||||
.ant-cascader-menu-empty .ant-cascader-menu-item {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
|
||||
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
|
||||
font-weight: 600;
|
||||
background-color: #e6f7ff;
|
||||
}
|
||||
.ant-cascader-menu-item-content {
|
||||
flex: auto;
|
||||
}
|
||||
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
|
||||
.ant-cascader-menu-item-loading-icon {
|
||||
margin-left: 0px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 10px;
|
||||
}
|
||||
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
|
||||
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.ant-cascader-menu-item-keyword {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-cascader-compact-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
|
||||
margin-right: -1px;
|
||||
}
|
||||
.ant-cascader-compact-item:not(.ant-cascader-compact-last-item).ant-cascader-compact-item-rtl {
|
||||
margin-left: -1px;
|
||||
}
|
||||
.ant-cascader-compact-item:hover,
|
||||
.ant-cascader-compact-item:focus,
|
||||
.ant-cascader-compact-item:active {
|
||||
z-index: 2;
|
||||
}
|
||||
.ant-cascader-compact-item[disabled] {
|
||||
z-index: 0;
|
||||
}
|
||||
.ant-cascader-compact-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-last-item).ant-cascader {
|
||||
border-radius: 0;
|
||||
}
|
||||
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-item-rtl) {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item) {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item) {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
|
||||
.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
|
||||
margin-right: 0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-cascader-rtl .ant-cascader-checkbox {
|
||||
top: 0;
|
||||
margin-right: 0;
|
||||
margin-left: 4px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/switch/style/index.less ***!
|
||||
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-switch {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
min-width: 40px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
vertical-align: middle;
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
border: 0;
|
||||
border-radius: 100px;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-switch:focus {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.ant-switch-checked:focus {
|
||||
box-shadow: 0 0 0 2px #e6f7ff;
|
||||
}
|
||||
.ant-switch:focus:hover {
|
||||
box-shadow: none;
|
||||
}
|
||||
.ant-switch-checked {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-switch-loading,
|
||||
.ant-switch-disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.4;
|
||||
}
|
||||
.ant-switch-loading *,
|
||||
.ant-switch-disabled * {
|
||||
box-shadow: none;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-switch-inner {
|
||||
display: block;
|
||||
margin: 0 4px 0 22px;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
transition: margin 0.2s;
|
||||
}
|
||||
.ant-switch-checked .ant-switch-inner {
|
||||
margin: 0 22px 0 4px;
|
||||
}
|
||||
.ant-switch-handle {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
.ant-switch-handle::before {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: #fff;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
|
||||
transition: all 0.2s ease-in-out;
|
||||
content: '';
|
||||
}
|
||||
.ant-switch-checked .ant-switch-handle {
|
||||
left: calc(100% - 16px - 2px);
|
||||
}
|
||||
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
|
||||
right: -30%;
|
||||
left: 0;
|
||||
}
|
||||
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
|
||||
right: 0;
|
||||
left: -30%;
|
||||
}
|
||||
.ant-switch-loading-icon.anticon {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-switch-checked .ant-switch-loading-icon {
|
||||
color: #1890ff;
|
||||
}
|
||||
.ant-switch-small {
|
||||
min-width: 24px;
|
||||
height: 14px;
|
||||
line-height: 14px;
|
||||
}
|
||||
.ant-switch-small .ant-switch-inner {
|
||||
margin: 0 5px 0 16px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-switch-small .ant-switch-handle {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
.ant-switch-small .ant-switch-loading-icon {
|
||||
top: 0.5px;
|
||||
font-size: 9px;
|
||||
}
|
||||
.ant-switch-small.ant-switch-checked .ant-switch-inner {
|
||||
margin: 0 16px 0 5px;
|
||||
}
|
||||
.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
||||
left: calc(100% - 10px - 2px);
|
||||
}
|
||||
.ant-switch-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-switch-rtl .ant-switch-inner {
|
||||
margin: 0 22px 0 4px;
|
||||
}
|
||||
.ant-switch-rtl .ant-switch-handle {
|
||||
right: 2px;
|
||||
left: auto;
|
||||
}
|
||||
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
|
||||
right: 0;
|
||||
left: -30%;
|
||||
}
|
||||
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
|
||||
right: -30%;
|
||||
left: 0;
|
||||
}
|
||||
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
|
||||
margin: 0 4px 0 22px;
|
||||
}
|
||||
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
|
||||
right: calc(100% - 16px - 2px);
|
||||
}
|
||||
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
||||
right: calc(100% - 10px - 2px);
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/collapse/style/index.less ***!
|
||||
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-collapse {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
background-color: #fafafa;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-bottom: 0;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item {
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item:last-child,
|
||||
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
|
||||
border-radius: 0 0 2px 2px;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
align-items: flex-start;
|
||||
padding: 8px 8px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
line-height: 1.66667;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s, visibility 0s;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
|
||||
display: inline-block;
|
||||
margin-right: 8px;
|
||||
font-size: 12px;
|
||||
vertical-align: -1px;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
|
||||
transition: transform 0.24s;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
|
||||
flex: auto;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
|
||||
margin-left: auto;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
|
||||
outline: none;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
|
||||
cursor: default;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
|
||||
flex: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only {
|
||||
cursor: default;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only .ant-collapse-expand-icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
|
||||
padding-left: 8px;
|
||||
}
|
||||
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
|
||||
position: relative;
|
||||
padding: 8px 8px;
|
||||
padding-right: 40px;
|
||||
}
|
||||
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 8px;
|
||||
left: auto;
|
||||
margin: 0;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-collapse-content {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
background-color: #fff;
|
||||
border-top: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-collapse-content > .ant-collapse-content-box {
|
||||
padding: 8px 16px;
|
||||
}
|
||||
.ant-collapse-content-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-collapse-item:last-child > .ant-collapse-content {
|
||||
border-radius: 0 0 2px 2px;
|
||||
}
|
||||
.ant-collapse-borderless {
|
||||
background-color: #fafafa;
|
||||
border: 0;
|
||||
}
|
||||
.ant-collapse-borderless > .ant-collapse-item {
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-collapse-borderless > .ant-collapse-item:last-child,
|
||||
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
|
||||
border-radius: 0;
|
||||
}
|
||||
.ant-collapse-borderless > .ant-collapse-item:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
|
||||
background-color: transparent;
|
||||
border-top: 0;
|
||||
}
|
||||
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
|
||||
padding-top: 4px;
|
||||
}
|
||||
.ant-collapse-ghost {
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
.ant-collapse-ghost > .ant-collapse-item {
|
||||
border-bottom: 0;
|
||||
}
|
||||
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
|
||||
background-color: transparent;
|
||||
border-top: 0;
|
||||
}
|
||||
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
|
||||
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-collapse-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
|
||||
position: relative;
|
||||
padding: 8px 8px;
|
||||
padding-left: 40px;
|
||||
}
|
||||
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: auto;
|
||||
left: 8px;
|
||||
margin: 0;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
|
||||
padding: 8px 8px;
|
||||
padding-right: 40px;
|
||||
}
|
||||
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
|
||||
margin-right: auto;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
|
||||
padding-right: 8px;
|
||||
padding-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -1,4 +1,46 @@
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[49383],{
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[99196],{
|
||||
|
||||
/***/ 81088:
|
||||
/*!*********************************************************************************!*\
|
||||
!*** ./node_modules/@ant-design/icons/es/icons/PoweroffOutlined.js + 1 modules ***!
|
||||
\*********************************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"Z": function() { return /* binding */ icons_PoweroffOutlined; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
||||
var objectSpread2 = __webpack_require__(1413);
|
||||
// EXTERNAL MODULE: ./node_modules/react/index.js
|
||||
var react = __webpack_require__(67294);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons-svg/es/asn/PoweroffOutlined.js
|
||||
// This icon file is generated automatically.
|
||||
var PoweroffOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M705.6 124.9a8 8 0 00-11.6 7.2v64.2c0 5.5 2.9 10.6 7.5 13.6a352.2 352.2 0 0162.2 49.8c32.7 32.8 58.4 70.9 76.3 113.3a355 355 0 0127.9 138.7c0 48.1-9.4 94.8-27.9 138.7a355.92 355.92 0 01-76.3 113.3 353.06 353.06 0 01-113.2 76.4c-43.8 18.6-90.5 28-138.5 28s-94.7-9.4-138.5-28a353.06 353.06 0 01-113.2-76.4A355.92 355.92 0 01184 650.4a355 355 0 01-27.9-138.7c0-48.1 9.4-94.8 27.9-138.7 17.9-42.4 43.6-80.5 76.3-113.3 19-19 39.8-35.6 62.2-49.8 4.7-2.9 7.5-8.1 7.5-13.6V132c0-6-6.3-9.8-11.6-7.2C178.5 195.2 82 339.3 80 506.3 77.2 745.1 272.5 943.5 511.2 944c239 .5 432.8-193.3 432.8-432.4 0-169.2-97-315.7-238.4-386.7zM480 560h64c4.4 0 8-3.6 8-8V88c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z" } }] }, "name": "poweroff", "theme": "outlined" };
|
||||
/* harmony default export */ var asn_PoweroffOutlined = (PoweroffOutlined);
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/components/AntdIcon.js + 6 modules
|
||||
var AntdIcon = __webpack_require__(7918);
|
||||
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/icons/PoweroffOutlined.js
|
||||
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
|
||||
|
||||
var PoweroffOutlined_PoweroffOutlined = function PoweroffOutlined(props, ref) {
|
||||
return /*#__PURE__*/react.createElement(AntdIcon/* default */.Z, (0,objectSpread2/* default */.Z)((0,objectSpread2/* default */.Z)({}, props), {}, {
|
||||
ref: ref,
|
||||
icon: asn_PoweroffOutlined
|
||||
}));
|
||||
};
|
||||
PoweroffOutlined_PoweroffOutlined.displayName = 'PoweroffOutlined';
|
||||
/* harmony default export */ var icons_PoweroffOutlined = (/*#__PURE__*/react.forwardRef(PoweroffOutlined_PoweroffOutlined));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 20640:
|
||||
/*!*************************************************!*\
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue