antd-management-fast-framework 2.11.8 → 2.11.10

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.
@@ -17,7 +17,7 @@ export class InternalBuild extends InternalSwitchoverFlow {
17
17
  }) => React.JSX.Element | null;
18
18
  buildByExtraBuildType: ({ keyPrefix, configList }: {
19
19
  keyPrefix?: string | undefined;
20
- configList: any;
20
+ configList?: any[] | undefined;
21
21
  }) => React.JSX.Element[];
22
22
  buildExtraBackAction: () => null;
23
23
  buildExtraAction: () => React.JSX.Element;
@@ -0,0 +1,45 @@
1
+ export class BaseImageSortModal extends BaseUpdateModal {
2
+ state: {
3
+ pageTitle: string;
4
+ width: number;
5
+ imageListData: never[];
6
+ sorts: string;
7
+ bodyStyle: {
8
+ height: string;
9
+ overflow: string;
10
+ };
11
+ errorFieldName: string;
12
+ submitApiPath: string;
13
+ loadApiPath: string;
14
+ pageSubTitle: string;
15
+ metaData: null;
16
+ metaExtra: null;
17
+ metaListData: never[];
18
+ metaOriginalData: null;
19
+ dataLoading: boolean;
20
+ firstLoadSuccess: boolean;
21
+ loadSuccess: boolean;
22
+ urlParams: null;
23
+ externalData: null;
24
+ };
25
+ adjustSubmitRequestParams: () => never;
26
+ buildSortSubmitValue: (items: any) => never;
27
+ saveChanged: ({ items, target, handleData }: {
28
+ items: any;
29
+ target: any;
30
+ handleData: any;
31
+ }) => never;
32
+ changeSort: (key: any, record: any) => void;
33
+ buildChangeSortArea: () => React.JSX.Element;
34
+ establishCardCollectionConfig: () => {
35
+ list: {
36
+ items: {
37
+ lg: number;
38
+ type: string;
39
+ component: React.JSX.Element;
40
+ }[];
41
+ }[];
42
+ };
43
+ }
44
+ import { BaseUpdateModal } from '../BaseUpdateModal';
45
+ import React from 'react';
@@ -6,6 +6,7 @@ export namespace DataModal {
6
6
  export { BaseSelectModal };
7
7
  export { BaseUpdateModal };
8
8
  export { BaseUpdateTransferModal };
9
+ export { BaseImageSortModal };
9
10
  }
10
11
  import { Base } from './Base';
11
12
  import { BaseAddModal } from './BaseAddModal';
@@ -14,3 +15,4 @@ import { BaseNeedlessLoadModal } from './BaseNeedlessLoadModal';
14
15
  import { BaseSelectModal } from './BaseSelectModal';
15
16
  import { BaseUpdateModal } from './BaseUpdateModal';
16
17
  import { BaseUpdateTransferModal } from './BaseUpdateTransferModal';
18
+ import { BaseImageSortModal } from './BaseImageSortModal';
package/es/index.css CHANGED
@@ -9,4 +9,5 @@
9
9
  .index_columnSetting__3pXyD{width:auto}.index_topTitle__DukWj{align-items:center;display:flex;height:32px;justify-content:space-between}.index_list__Sawo5{display:flex;flex-direction:column;width:168px}.index_list__Sawo5 .index_title__6PP8V{color:#8c8c8c;font-size:12px;margin-bottom:8px}.index_list__Sawo5 .index_item__26IUr{display:block;width:100%}.index_list__Sawo5 .index_item__26IUr .index_option__fh9qw{cursor:pointer;display:none;float:right}.index_list__Sawo5 .index_item__26IUr .index_option__fh9qw>span>i.index_anticon__rcn9B{color:var(--amf-primary-color)}.index_list__Sawo5 .index_item__26IUr .index_option__fh9qw>span+span{margin-left:8px}.index_list__Sawo5 .index_item__26IUr:hover .index_columnSettingList-item-option__WVIeN{display:block}.index_list__Sawo5 .index_checkbox__NKL4Z{margin-bottom:8px;margin-left:0}.index_list__Sawo5 .index_checkbox__NKL4Z :last-child{margin-bottom:0}
10
10
  @media screen and (min-width:var(--amf-screen-lg )){.index_amf-data-list-view-base_containorSearch__Peuxu .ant-card-body{padding-bottom:0}}@media screen and (min-width:var(--amf-screen-md )){.index_amf-data-list-view-base_containorSearch__Peuxu .ant-card-body{padding-bottom:0}}@media screen and (min-width:var(--amf-screen-xl )){.index_amf-data-list-view-base_containorSearch__Peuxu .ant-card-body{padding-bottom:0}}@media screen and (min-width:var(--amf-screen-xxl )){.index_amf-data-list-view-base_containorSearch__Peuxu .ant-card-body{padding-bottom:0}}.index_amf-data-list-view-base_containorTable_alertContainor__Pwdgj{margin:0 0 16px}.index_amf-data-list-view-base_containorTable_alertContainor_alertInfo__Ola2i{display:flex}.index_amf-data-list-view-base_containorTable_alertContainor_alertInfo_alertContent__KJoeG{flex:1}.index_amf-data-list-view-base_containorTable_alertContainor_alertInfo_alertOption__AjD2E{min-width:48px;padding-left:16px}.index_amf-data-list-view-base_tableListForm__U4Ev2 .ant-form-item{display:flex;margin-right:0}.index_amf-data-list-view-base_tableListForm__U4Ev2 .ant-form-item>.ant-form-item-label{line-height:32px;padding-right:8px;width:auto}.index_amf-data-list-view-base_tableListForm__U4Ev2 .ant-form-item .ant-form-item-control{flex:1;line-height:32px}.index_amf-data-list-view-base_tableListForm_submitButtons__1uoXF{margin-bottom:24px;white-space:nowrap}.ant-page-header-heading-title{font-size:16px}.ant-page-header{padding-bottom:12px}.amf-data-list-view-base_containorTable.ant-card{border-radius:0;box-shadow:none}@media screen and (max-width:var(--amf-screen-lg )){.index_tableListForm__j6880 .ant-form-item{margin-right:24px}}@media screen and (max-width:var(--amf-screen-md )){.index_tableListForm__j6880 .ant-form-item{margin-right:8px}}
11
11
  .index_buttonText__n69Cb{margin-left:10px}.index_modalExtraInner__Moowl .ant-card{border-radius:0;box-shadow:none}
12
+ .index_containorBox__Jpyhm{max-height:380px;overflow-y:auto}.index_containorBox__Jpyhm .index_ant-upload-list-text__ty-1w{display:none}.index_containorBox__Jpyhm .index_ant-upload-select-picture-card__ymVAA i{color:#999;font-size:32px}.index_containorBox__Jpyhm .index_ant-upload-select-picture-card__ymVAA .index_ant-upload-text__Ay6FS{color:#666;margin-top:8px}.index_containorBox__Jpyhm .index_imageItem__ygOa9{height:48px;width:48px}
12
13
  .index_containorBox__fgRQw .index_titleIcon__tkFlu{margin-right:10px}.index_containorBox__fgRQw .index_titleText__WYAKq{margin-left:2px}.index_containorBox__fgRQw .index_mainContainor__4lPyG .index_contentContainor__nqqOe{padding:24px}.index_containorBox__fgRQw .index_mainContainor__4lPyG .index_containorTable__4LcOW .index_iconAction__OAVDt{border:0;color:#000}.index_containorBox__fgRQw .index_mainContainor__4lPyG .index_backendPagination__kPEj8 .ant-table,.index_containorBox__fgRQw .index_mainContainor__4lPyG .index_frontendPagination__hD81U .ant-table{height:calc(100% - 52px)}.index_containorBox__fgRQw .index_mainContainor__4lPyG .index_noneFrontendPagination__xrLoA .ant-table{height:100%}.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-layout{background-color:#fff;min-height:calc(100vh - 55px)}.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-layout-footer{padding:0}.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-card{border-radius:0;box-shadow:none}.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-table-wrapper,.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-table-wrapper .ant-spin-nested-loading{height:100%}.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container{height:100%;overflow-x:hidden}.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container{display:flex;flex-direction:column;height:100%}.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container .ant-table-content,.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container:before{height:100%}.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container .ant-table-header{flex:0 1 auto}.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-thead{max-height:47px}.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container .ant-table-body{flex:1 1 auto}.index_containorBox__fgRQw .index_mainContainor__4lPyG .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-pagination{box-shadow:inset 0 9px 8px -5px rgba(5,5,5,.06);margin-bottom:0;margin-top:0;padding-bottom:10px;padding-top:10px}