Latest updates from IceHrmPro
This commit is contained in:
7
web/node_modules/antd/es/transfer/style/css.js
generated
vendored
Normal file
7
web/node_modules/antd/es/transfer/style/css.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import '../../style/index.css';
|
||||
import './index.css'; // style dependencies
|
||||
|
||||
import '../../empty/style/css';
|
||||
import '../../checkbox/style/css';
|
||||
import '../../button/style/css';
|
||||
import '../../input/style/css';
|
||||
68
web/node_modules/antd/es/transfer/style/customize.less
generated
vendored
Normal file
68
web/node_modules/antd/es/transfer/style/customize.less
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
@import './index.less';
|
||||
|
||||
@table-prefix-cls: ~'@{ant-prefix}-table';
|
||||
@input-prefix-cls: ~'@{ant-prefix}-input';
|
||||
|
||||
.@{transfer-prefix-cls}-customize-list {
|
||||
display: flex;
|
||||
|
||||
.@{transfer-prefix-cls}-operation {
|
||||
flex: none;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.@{transfer-prefix-cls}-list {
|
||||
flex: auto;
|
||||
width: auto;
|
||||
height: auto;
|
||||
min-height: @transfer-list-height;
|
||||
|
||||
&-body {
|
||||
&-with-search {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
// Search box in customize mode do not need fix top
|
||||
&-search-wrapper {
|
||||
position: relative;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
&-customize-wrapper {
|
||||
padding: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// =================== Hook Components ===================
|
||||
.@{table-prefix-cls}-wrapper {
|
||||
.@{table-prefix-cls}-small {
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
|
||||
> .@{table-prefix-cls}-content {
|
||||
// Header background color
|
||||
> .@{table-prefix-cls}-body > table > .@{table-prefix-cls}-thead > tr > th {
|
||||
background: @table-header-bg;
|
||||
}
|
||||
|
||||
.@{table-prefix-cls}-row:last-child td {
|
||||
border-bottom: @border-width-base @border-style-base @border-color-split;
|
||||
}
|
||||
}
|
||||
|
||||
.@{table-prefix-cls}-body {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.@{table-prefix-cls}-pagination.@{ant-prefix}-pagination {
|
||||
margin: 16px 0 4px;
|
||||
}
|
||||
}
|
||||
.@{input-prefix-cls} {
|
||||
&[disabled] {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
269
web/node_modules/antd/es/transfer/style/index.css
generated
vendored
Normal file
269
web/node_modules/antd/es/transfer/style/index.css
generated
vendored
Normal file
@@ -0,0 +1,269 @@
|
||||
/* 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 */
|
||||
@-webkit-keyframes antCheckboxEffect {
|
||||
0% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: scale(1.6);
|
||||
transform: scale(1.6);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
@keyframes antCheckboxEffect {
|
||||
0% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: scale(1.6);
|
||||
transform: scale(1.6);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
.ant-transfer-customize-list {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
.ant-transfer-customize-list .ant-transfer-operation {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: none;
|
||||
flex: none;
|
||||
-ms-flex-item-align: center;
|
||||
align-self: center;
|
||||
}
|
||||
.ant-transfer-customize-list .ant-transfer-list {
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: auto;
|
||||
flex: auto;
|
||||
width: auto;
|
||||
height: auto;
|
||||
min-height: 200px;
|
||||
}
|
||||
.ant-transfer-customize-list .ant-transfer-list-body-with-search {
|
||||
padding-top: 0;
|
||||
}
|
||||
.ant-transfer-customize-list .ant-transfer-list-body-search-wrapper {
|
||||
position: relative;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.ant-transfer-customize-list .ant-transfer-list-body-customize-wrapper {
|
||||
padding: 12px;
|
||||
}
|
||||
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
|
||||
background: #fafafa;
|
||||
}
|
||||
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
}
|
||||
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
|
||||
margin: 0;
|
||||
}
|
||||
.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
|
||||
margin: 16px 0 4px;
|
||||
}
|
||||
.ant-transfer-customize-list .ant-input[disabled] {
|
||||
background-color: transparent;
|
||||
}
|
||||
.ant-transfer {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
font-size: 14px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.5715;
|
||||
list-style: none;
|
||||
-webkit-font-feature-settings: 'tnum';
|
||||
font-feature-settings: 'tnum';
|
||||
position: relative;
|
||||
}
|
||||
.ant-transfer-disabled .ant-transfer-list {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
.ant-transfer-list {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 180px;
|
||||
height: 200px;
|
||||
padding-top: 40px;
|
||||
vertical-align: middle;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.ant-transfer-list-with-footer {
|
||||
padding-bottom: 34px;
|
||||
}
|
||||
.ant-transfer-list-search {
|
||||
padding-right: 24px !important;
|
||||
padding-left: 8px;
|
||||
}
|
||||
.ant-transfer-list-search-action {
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: 12px;
|
||||
bottom: 12px;
|
||||
width: 28px;
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
line-height: 32px;
|
||||
text-align: center;
|
||||
}
|
||||
.ant-transfer-list-search-action .anticon {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-transfer-list-search-action .anticon:hover {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
span.ant-transfer-list-search-action {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-transfer-list-header {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: 7.4995px 12px 8.4995px;
|
||||
overflow: hidden;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
background: #fff;
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
border-radius: 2px 2px 0 0;
|
||||
}
|
||||
.ant-transfer-list-header-title {
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
}
|
||||
.ant-transfer-list-header .ant-checkbox-wrapper + span {
|
||||
padding-left: 8px;
|
||||
}
|
||||
.ant-transfer-list-body {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
font-size: 14px;
|
||||
}
|
||||
.ant-transfer-list-body-search-wrapper {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: 12px;
|
||||
}
|
||||
.ant-transfer-list-body-with-search {
|
||||
padding-top: 56px;
|
||||
}
|
||||
.ant-transfer-list-content {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: auto;
|
||||
list-style: none;
|
||||
}
|
||||
.ant-transfer-list-content-item {
|
||||
min-height: 32px;
|
||||
padding: 6px 12px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-transfer-list-content-item > span {
|
||||
padding-right: 0;
|
||||
}
|
||||
.ant-transfer-list-content-item-text {
|
||||
padding-left: 8px;
|
||||
}
|
||||
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
|
||||
background-color: #f5f5f5;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-transfer-list-content-item-checked {
|
||||
background-color: #e6f7ff;
|
||||
}
|
||||
.ant-transfer-list-content-item-disabled {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-transfer-list-body-not-found {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 100%;
|
||||
padding-top: 0;
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
text-align: center;
|
||||
-webkit-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found {
|
||||
margin-top: 16px;
|
||||
}
|
||||
.ant-transfer-list-footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
border-top: 1px solid #f0f0f0;
|
||||
border-radius: 0 0 2px 2px;
|
||||
}
|
||||
.ant-transfer-operation {
|
||||
display: inline-block;
|
||||
margin: 0 8px;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.ant-transfer-operation .ant-btn {
|
||||
display: block;
|
||||
}
|
||||
.ant-transfer-operation .ant-btn:first-child {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.ant-transfer-operation .ant-btn .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-transfer-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-transfer-rtl .ant-transfer-list-search-action {
|
||||
right: auto;
|
||||
left: 12px;
|
||||
}
|
||||
.ant-transfer-rtl .ant-transfer-list-header {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
.ant-transfer-rtl .ant-transfer-list-header-title {
|
||||
right: auto;
|
||||
left: 12px;
|
||||
}
|
||||
.ant-transfer-rtl .ant-transfer-list-header .ant-checkbox-wrapper + span {
|
||||
padding-right: 8px;
|
||||
padding-left: 0;
|
||||
}
|
||||
.ant-transfer-rtl .ant-transfer-list-body-search-wrapper {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
.ant-transfer-rtl .ant-transfer-list-content-item > span {
|
||||
padding-left: 0;
|
||||
}
|
||||
.ant-transfer-rtl .ant-transfer-list-content-item-text {
|
||||
padding-right: 8px;
|
||||
padding-left: 0;
|
||||
}
|
||||
.ant-transfer-rtl .ant-transfer-list-footer {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
6
web/node_modules/antd/es/transfer/style/index.d.ts
generated
vendored
Normal file
6
web/node_modules/antd/es/transfer/style/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import '../../style/index.less';
|
||||
import './index.less';
|
||||
import '../../empty/style';
|
||||
import '../../checkbox/style';
|
||||
import '../../button/style';
|
||||
import '../../input/style';
|
||||
7
web/node_modules/antd/es/transfer/style/index.js
generated
vendored
Normal file
7
web/node_modules/antd/es/transfer/style/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import '../../style/index.less';
|
||||
import './index.less'; // style dependencies
|
||||
|
||||
import '../../empty/style';
|
||||
import '../../checkbox/style';
|
||||
import '../../button/style';
|
||||
import '../../input/style';
|
||||
186
web/node_modules/antd/es/transfer/style/index.less
generated
vendored
Normal file
186
web/node_modules/antd/es/transfer/style/index.less
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
@import '../../style/themes/index';
|
||||
@import '../../style/mixins/index';
|
||||
@import '../../checkbox/style/mixin';
|
||||
@import './customize';
|
||||
|
||||
@transfer-prefix-cls: ~'@{ant-prefix}-transfer';
|
||||
|
||||
@transfer-header-vertical-padding: (
|
||||
@transfer-header-height - 1px - @font-size-base * @line-height-base
|
||||
) / 2;
|
||||
|
||||
.@{transfer-prefix-cls} {
|
||||
.reset-component;
|
||||
|
||||
position: relative;
|
||||
|
||||
&-disabled {
|
||||
.@{transfer-prefix-cls}-list {
|
||||
background: @transfer-disabled-bg;
|
||||
}
|
||||
}
|
||||
|
||||
&-list {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 180px;
|
||||
height: @transfer-list-height;
|
||||
padding-top: @transfer-header-height;
|
||||
vertical-align: middle;
|
||||
border: @border-width-base @border-style-base @border-color-base;
|
||||
border-radius: @border-radius-base;
|
||||
|
||||
&-with-footer {
|
||||
padding-bottom: 34px;
|
||||
}
|
||||
|
||||
&-search {
|
||||
padding-right: 24px !important;
|
||||
padding-left: @control-padding-horizontal-sm;
|
||||
&-action {
|
||||
position: absolute;
|
||||
top: @transfer-list-search-icon-top;
|
||||
right: 12px;
|
||||
bottom: 12px;
|
||||
width: 28px;
|
||||
color: @disabled-color;
|
||||
line-height: @input-height-base;
|
||||
text-align: center;
|
||||
|
||||
.@{iconfont-css-prefix} {
|
||||
color: @disabled-color;
|
||||
transition: all 0.3s;
|
||||
&:hover {
|
||||
color: @text-color-secondary;
|
||||
}
|
||||
}
|
||||
span& {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-header {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
// border-top is on the transfer dom. We should minus 1px for this
|
||||
padding: (@transfer-header-vertical-padding - 1px) @control-padding-horizontal
|
||||
@transfer-header-vertical-padding;
|
||||
overflow: hidden;
|
||||
color: @text-color;
|
||||
background: @component-background;
|
||||
border-bottom: @border-width-base @border-style-base @border-color-split;
|
||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||
|
||||
&-title {
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
}
|
||||
|
||||
.@{ant-prefix}-checkbox-wrapper + span {
|
||||
padding-left: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
&-body {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
font-size: @font-size-base;
|
||||
|
||||
&-search-wrapper {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: @padding-sm;
|
||||
}
|
||||
}
|
||||
|
||||
&-body-with-search {
|
||||
padding-top: @input-height-base + @padding-sm * 2;
|
||||
}
|
||||
|
||||
&-content {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: auto;
|
||||
list-style: none;
|
||||
&-item {
|
||||
min-height: @transfer-item-height;
|
||||
padding: @transfer-item-padding-vertical @control-padding-horizontal;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
transition: all 0.3s;
|
||||
> span {
|
||||
padding-right: 0;
|
||||
}
|
||||
&-text {
|
||||
padding-left: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
&-item:not(&-item-disabled):hover {
|
||||
background-color: @transfer-item-hover-bg;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&-item-checked {
|
||||
background-color: @item-active-bg;
|
||||
}
|
||||
|
||||
&-item-disabled {
|
||||
color: @btn-disable-color;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
&-body-not-found {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 100%;
|
||||
padding-top: 0;
|
||||
color: @disabled-color;
|
||||
text-align: center;
|
||||
transform: translateY(-50%);
|
||||
|
||||
// with filter should offset the search box height
|
||||
.@{transfer-prefix-cls}-list-body-with-search & {
|
||||
margin-top: @input-height-base / 2;
|
||||
}
|
||||
}
|
||||
|
||||
&-footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
border-top: @border-width-base @border-style-base @border-color-split;
|
||||
border-radius: 0 0 @border-radius-base @border-radius-base;
|
||||
}
|
||||
}
|
||||
|
||||
&-operation {
|
||||
display: inline-block;
|
||||
margin: 0 8px;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
|
||||
.@{ant-prefix}-btn {
|
||||
display: block;
|
||||
|
||||
&:first-child {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.@{iconfont-css-prefix} {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@import './rtl';
|
||||
74
web/node_modules/antd/es/transfer/style/rtl.less
generated
vendored
Normal file
74
web/node_modules/antd/es/transfer/style/rtl.less
generated
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
@import '../../style/themes/index';
|
||||
@import '../../style/mixins/index';
|
||||
@import '../../checkbox/style/mixin';
|
||||
|
||||
@transfer-prefix-cls: ~'@{ant-prefix}-transfer';
|
||||
|
||||
.@{transfer-prefix-cls} {
|
||||
&-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
&-list {
|
||||
&-search {
|
||||
&-action {
|
||||
.@{transfer-prefix-cls}-rtl & {
|
||||
right: auto;
|
||||
left: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-header {
|
||||
.@{transfer-prefix-cls}-rtl & {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
&-title {
|
||||
.@{transfer-prefix-cls}-rtl & {
|
||||
right: auto;
|
||||
left: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.@{ant-prefix}-checkbox-wrapper + span {
|
||||
.@{transfer-prefix-cls}-rtl & {
|
||||
padding-right: 8px;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-body {
|
||||
&-search-wrapper {
|
||||
.@{transfer-prefix-cls}-rtl & {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-content {
|
||||
&-item {
|
||||
> span {
|
||||
.@{transfer-prefix-cls}-rtl & {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
&-text {
|
||||
.@{transfer-prefix-cls}-rtl & {
|
||||
padding-right: 8px;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-footer {
|
||||
.@{transfer-prefix-cls}-rtl & {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user