antd-management-fast-component 2.1.11 → 2.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/bases/AbstractComponent/index.d.ts +36 -20
- package/es/components/FlexBox/index.d.ts +1 -0
- package/es/components/FormExtra/ActionItem/index.d.ts +5 -3
- package/es/components/FormExtra/ComponentItem/index.d.ts +5 -4
- package/es/components/FormExtra/DatePickerItem/index.d.ts +5 -3
- package/es/components/FormExtra/DisplayItem/index.d.ts +4 -2
- package/es/components/FormExtra/InputItem/index.d.ts +5 -4
- package/es/components/FormExtra/InputNumberItem/index.d.ts +5 -4
- package/es/components/FormExtra/NowTimeItem/index.d.ts +5 -2
- package/es/components/FormExtra/OnlyShowDatetimeItem/index.d.ts +5 -3
- package/es/components/FormExtra/OnlyShowInputItem/index.d.ts +5 -3
- package/es/components/FormExtra/OnlyShowTextareaItem/index.d.ts +5 -3
- package/es/components/FormExtra/PasswordItem/index.d.ts +5 -3
- package/es/components/FormExtra/RadioItem/index.d.ts +5 -3
- package/es/components/FormExtra/SelectItem/index.d.ts +5 -3
- package/es/components/FormExtra/SwitchItem/index.d.ts +5 -3
- package/es/components/FormExtra/SyntaxHighlighterItem/index.d.ts +5 -3
- package/es/components/FormExtra/TextAreaItem/index.d.ts +5 -3
- package/es/components/FormExtra/TextItem/index.d.ts +5 -3
- package/es/components/FormExtra/TimePickerItem/index.d.ts +5 -3
- package/es/components/ImageBox/index.d.ts +0 -6
- package/es/components/ImageContentPreview/index.d.ts +0 -6
- package/es/components/PageExtra/BodyContent/index.d.ts +5 -3
- package/es/components/PageExtra/CardCollectionItemContent/index.d.ts +5 -3
- package/es/components/PageExtra/ContentBox/index.d.ts +5 -3
- package/es/components/PageExtra/ContentTabBox/index.d.ts +5 -3
- package/es/components/PageExtra/HeaderContent/index.d.ts +5 -3
- package/es/components/PageExtra/HeaderExtraContent/index.d.ts +5 -3
- package/es/components/PageExtra/HeaderSubTitle/index.d.ts +5 -3
- package/es/components/PageExtra/HeaderTagWrapper/index.d.ts +5 -3
- package/es/components/PageExtra/HeaderTitle/index.d.ts +5 -3
- package/es/components/PageExtra/HelpContent/index.d.ts +5 -3
- package/es/components/PageExtra/PageWrapper/index.d.ts +5 -3
- package/es/components/PageExtra/SiderBox/index.d.ts +5 -3
- package/es/components/PageExtra/TabBarExtraBox/index.d.ts +5 -3
- package/es/components/PageExtra/ToolBar/index.d.ts +5 -3
- package/es/components/StandardTable/index.d.ts +6 -1
- package/es/components/index.d.ts +0 -1
- package/es/index.css +1 -1
- package/es/index.js +3 -3
- package/package.json +25 -25
- package/es/components/StandardTableCustom/index.d.ts +0 -21
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
export class ToolBar extends
|
|
2
|
-
|
|
1
|
+
export class ToolBar extends React.PureComponent<any, any, any> {
|
|
2
|
+
constructor(props: any);
|
|
3
|
+
constructor(props: any, context: any);
|
|
4
|
+
render(): JSX.Element | null;
|
|
3
5
|
}
|
|
4
6
|
export namespace ToolBar {
|
|
5
7
|
namespace defaultProps {
|
|
@@ -8,4 +10,4 @@ export namespace ToolBar {
|
|
|
8
10
|
const tools: never[];
|
|
9
11
|
}
|
|
10
12
|
}
|
|
11
|
-
import
|
|
13
|
+
import React from 'react';
|
|
@@ -9,8 +9,13 @@ export class StandardTable extends React.PureComponent<any, any, any> {
|
|
|
9
9
|
needTotalList: any[];
|
|
10
10
|
};
|
|
11
11
|
handleRowSelectChange: (selectedRowKeys: any, selectedRows: any) => void;
|
|
12
|
-
handleTableChange: (pagination: any, filters: any, sorter: any) => void;
|
|
12
|
+
handleTableChange: (pagination: any, filters: any, sorter: any, extra: any) => void;
|
|
13
13
|
cleanSelectedKeys: () => void;
|
|
14
14
|
render(): JSX.Element;
|
|
15
15
|
}
|
|
16
|
+
export namespace StandardTable {
|
|
17
|
+
namespace defaultProps {
|
|
18
|
+
const showPagination: boolean;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
16
21
|
import React from 'react';
|
package/es/components/index.d.ts
CHANGED
|
@@ -63,7 +63,6 @@ export * from "./Result";
|
|
|
63
63
|
export * from "./RowExpandTable";
|
|
64
64
|
export * from "./StandardFormRow";
|
|
65
65
|
export * from "./StandardTable";
|
|
66
|
-
export * from "./StandardTableCustom";
|
|
67
66
|
export * from "./StatusBar";
|
|
68
67
|
export * from "./TagSelect";
|
|
69
68
|
export * from "./TimeLineCustom";
|
package/es/index.css
CHANGED
|
@@ -26,10 +26,10 @@ body{margin:0}.index_amf-hidden__AvCf4{display:none}.index_antd-management-fast-
|
|
|
26
26
|
.index_popover__MPX-Z{width:336px}.index_popover__MPX-Z .ant-popover-inner-content{padding:0}.index_noticeButton__2rh6V{cursor:pointer;display:inline-block;transition:all .3s}.index_icon__91J71{padding:4px}.index_tabs__sm0xZ .ant-tabs-nav-scroll{text-align:center}.index_tabs__sm0xZ .ant-tabs-bar{margin-bottom:4px}
|
|
27
27
|
.index_numberInfo__CP4-s .index_suffix__5rAQf{color:var(--amf-text-color);font-size:16px;font-style:normal;margin-left:4px}.index_numberInfo__CP4-s .index_numberInfoTitle__sQXmi{color:var(--amf-text-color);font-size:var(--amf-font-size-lg);margin-bottom:16px;transition:all .3s}.index_numberInfo__CP4-s .index_numberInfoSubTitle__WFcaT{color:var(--amf-text-color-secondary);font-size:var(--amf-font-size-base);height:22px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.index_numberInfo__CP4-s .index_numberInfoValue__MbAMM{font-size:0;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.index_numberInfo__CP4-s .index_numberInfoValue__MbAMM>span{color:var(--amf-heading-color);display:inline-block;font-size:24px;height:32px;line-height:32px;margin-right:32px}.index_numberInfo__CP4-s .index_numberInfoValue__MbAMM .index_subTotal__UTwNw{color:var(--amf-text-color-secondary);font-size:var(--amf-font-size-lg);margin-right:0;vertical-align:top}.index_numberInfo__CP4-s .index_numberInfoValue__MbAMM .index_subTotal__UTwNw i{font-size:12px;margin-left:4px;transform:scale(.82)}.index_numberInfo__CP4-s .index_numberInfoValue__MbAMM .index_subTotal__UTwNw .anticon-caret-up{color:var(--amf-red-6)}.index_numberInfo__CP4-s .index_numberInfoValue__MbAMM .index_subTotal__UTwNw .anticon-caret-down{color:var(--amf-green-6)}.index_numberInfolight__9sAKh .index_numberInfoValue__MbAMM>span{color:var(--amf-text-color)}
|
|
28
28
|
.index_contentTabBox__r22r2 .index_ant-tabs-tab-active__nYKze{background-color:#f0f2f5;border-bottom-color:#f0f2f5}.index_contentTabBox__r22r2 .ant-page-header.has-footer{padding-bottom:0}.index_contentTabBox__r22r2 .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab{font-size:14px}.index_contentTabBox__r22r2 .ant-tabs-small>.ant-tabs-nav .ant-tabs-tab{border-bottom:0}.index_contentTabBox__r22r2 .ant-tabs-nav-list>.ant-tabs-tab.ant-tabs-tab-active{background-color:#f0f2f5;border-bottom-color:#f0f2f5}
|
|
29
|
+
.index_amf-layout-sider-box__L2dDl .ant-card{border-radius:0;box-shadow:none}
|
|
29
30
|
.index_amfProgressSpinner__e6p33{display:block;position:fixed;right:15px;top:15px;z-index:1031}.index_amfProgressSpinner__e6p33 .index_amfProgressSpinnerInner__fDKns{animation:index_amf-keyframes-progress-spinner__s8ajw .4s linear infinite;border-color:#29d transparent transparent #29d;border-radius:50%;border-style:solid;border-width:2px;box-sizing:border-box;height:18px;width:18px}@keyframes index_amf-keyframes-progress-spinner__s8ajw{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
|
|
30
31
|
.index_rowExpandTable__XAAb5 .ant-card .ant-card-body .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table{margin-inline:0}
|
|
31
32
|
.index_standardFormRow__DfQar{border-bottom:1px dashed var(--amf-border-color-split);display:flex;margin-bottom:16px;padding-bottom:16px}.index_standardFormRow__DfQar .ant-form-item{margin-right:24px}.index_standardFormRow__DfQar .ant-form-item-label label{color:var(--amf-text-color);margin-right:0}.index_standardFormRow__DfQar .ant-form-item-control,.index_standardFormRow__DfQar .ant-form-item-label{line-height:32px;padding:0}.index_standardFormRow__DfQar .index_label__rTo6w{color:var(--amf-heading-color);flex:0 0 auto;font-size:var(--amf-font-size-base);margin-right:24px;text-align:right}.index_standardFormRow__DfQar .index_label__rTo6w>span{display:inline-block;height:32px;line-height:32px}.index_standardFormRow__DfQar .index_label__rTo6w>span:after{content:":"}.index_standardFormRow__DfQar .index_content__-5wzS{flex:1 1 0}.index_standardFormRow__DfQar .index_content__-5wzS .ant-form-item:last-child{margin-right:0}.index_standardFormRowLast__IPynN{border:none;margin-bottom:0;padding-bottom:0}.index_standardFormRowBlock__VTJan .ant-form-item,.index_standardFormRowBlock__VTJan div.ant-form-item-control-wrapper,.index_standardFormRowGrid__V4YYX .ant-form-item,.index_standardFormRowGrid__V4YYX div.ant-form-item-control-wrapper{display:block}.index_standardFormRowGrid__V4YYX .ant-form-item-label{float:left}
|
|
32
|
-
.index_standardTable__TYimb .index_tableAlert__o-3HX{margin-bottom:16px}
|
|
33
33
|
.index_tagSelect__3b3-Q{line-height:32px;margin-left:-8px;max-height:32px;overflow:hidden;position:relative;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.index_tagSelect__3b3-Q .ant-tag{font-size:var(--amf-font-size-base);margin-right:24px;padding:0 8px}.index_tagSelect__3b3-Q.index_expanded__TS7b2{max-height:200px;transition:all .3s}.index_tagSelect__3b3-Q .index_trigger__d9Tc1{position:absolute;right:0;top:0}.index_tagSelect__3b3-Q .index_trigger__d9Tc1 i{font-size:12px}.index_tagSelect__3b3-Q.index_hasExpandTag__hZyAb{padding-right:50px}
|
|
34
34
|
.index_timeLineExBox__fNBGU{padding:0}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2{list-style:none;margin:0;padding:0;position:relative}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2:before{background:#ddd;border-radius:2px;bottom:0;content:"";left:40px;margin:0;position:absolute;top:0;width:4px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk{margin-bottom:15px;margin-right:10px;position:relative}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk:before{content:" ";display:table}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk:after{clear:both;content:" ";display:table}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_timeLineExItem__m7V-q{background:#fff;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,.1);color:#444;margin-left:68px;margin-right:15px;margin-top:0;padding:0;position:relative}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_timeLineExItem__m7V-q .index_time__AZDno{color:#999;float:right;font-size:12px;padding:10px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_timeLineExItem__m7V-q .index_timeLineExHeader__MZEQx{border-bottom:1px solid #f4f4f4;color:#555;font-size:16px;line-height:1.1;margin:0;padding:10px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_timeLineExItem__m7V-q .index_timeLineExBody__hOHI2,.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_timeLineExItem__m7V-q .index_timeLineExFooter__qos-S{padding:10px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_fa__jNhgO{background:#fff;font-size:30px;left:27px;line-height:30px;padding:1px 0 3px;position:absolute;text-align:center;top:0}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_fa__jNhgO .index_faInner__UKeeB{height:30px;position:relative;width:30px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_fa__jNhgO .index_faInner__UKeeB .index_faInnerBg__AEwZH{border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_fa__jNhgO .index_faInner__UKeeB .index_faInnerBody__vY0Hp{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_glyphIcon__h0djY,.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_listItem__vSIgk .index_ion__CGC-i{background:#d2d6de;border-radius:50%;color:#fff;font-size:30px;height:30px;left:18px;line-height:30px;position:absolute;text-align:center;top:0;width:30px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_timeLabel__d0e4d span{background-color:#fff;border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:5px}.index_timeLineExBox__fNBGU .index_timeLineEx__Jy4W2 .index_backgroundRed__BQ0iU{background-color:#dd4b39!important}.index_timeLineExBox__fNBGU .index_timeLineExInverse__7eGPZ .index_listItem__vSIgk .index_timeLineExItem__m7V-q{background:#f0f0f0;border:1px solid #ddd;box-shadow:none}.index_timeLineExBox__fNBGU .index_timeLineExInverse__7eGPZ .index_listItem__vSIgk .index_timeLineExItem__m7V-q .index_timeLineExHeader__MZEQx{border-bottom-color:#ddd}.index_timeLineExBox__fNBGU .index_timeLineExInverse__7eGPZ .index_listItem__vSIgk .index_timeLineExItem__m7V-q .index_timeLineExHeader__MZEQx a{color:#3c8dbc;font-weight:600;text-decoration:none}
|
|
35
35
|
.index_trendItem__T87oP{display:inline-block;font-size:var(--amf-font-size-base);line-height:22px}.index_trendItem__T87oP .index_down__ynaEo,.index_trendItem__T87oP .index_up__bcjl-{margin-left:4px;position:relative;top:1px}.index_trendItem__T87oP .index_down__ynaEo i,.index_trendItem__T87oP .index_up__bcjl- i{font-size:12px;transform:scale(.83)}.index_trendItem__T87oP .index_up__bcjl-{color:var(--amf-red-6)}.index_trendItem__T87oP .index_down__ynaEo{color:var(--amf-green-6);top:-1px}.index_trendItem__T87oP.index_trendItemGrey__nycuI .index_down__ynaEo,.index_trendItem__T87oP.index_trendItemGrey__nycuI .index_up__bcjl-{color:var(--amf-text-color)}.index_trendItem__T87oP.index_reverseColor__mN1eJ .index_up__bcjl-{color:var(--amf-green-6)}.index_trendItem__T87oP.index_reverseColor__mN1eJ .index_down__ynaEo{color:var(--amf-red-6)}
|