@dt-frames/ui 1.0.51 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -1
- package/package.json +62 -40
- package/es/assets/data/icons/actions.d.ts +0 -1
- package/es/assets/data/icons/actions.ts +0 -427
- package/es/assets/data/icons/code.d.ts +0 -1
- package/es/assets/data/icons/code.ts +0 -10
- package/es/assets/data/icons/commuticate.d.ts +0 -1
- package/es/assets/data/icons/commuticate.ts +0 -190
- package/es/assets/data/icons/currency.d.ts +0 -1
- package/es/assets/data/icons/currency.ts +0 -46
- package/es/assets/data/icons/devices.d.ts +0 -1
- package/es/assets/data/icons/devices.ts +0 -128
- package/es/assets/data/icons/edit.d.ts +0 -1
- package/es/assets/data/icons/edit.ts +0 -165
- package/es/assets/data/icons/file.d.ts +0 -1
- package/es/assets/data/icons/file.ts +0 -104
- package/es/assets/data/icons/math.d.ts +0 -1
- package/es/assets/data/icons/math.ts +0 -53
- package/es/assets/data/icons/message.d.ts +0 -1
- package/es/assets/data/icons/message.ts +0 -75
- package/es/assets/data/icons/navigate.d.ts +0 -1
- package/es/assets/data/icons/navigate.ts +0 -181
- package/es/assets/data/icons/other.d.ts +0 -1
- package/es/assets/data/icons/other.ts +0 -333
- package/es/assets/data/icons.d.ts +0 -4
- package/es/assets/data/icons.ts +0 -58
- package/es/assets/imgs/header/avatar.png +0 -0
- package/es/assets/imgs/logo/logo.png +0 -0
- package/es/assets/imgs/table/empty.png +0 -0
- package/es/assets/locales/en.json +0 -97
- package/es/assets/locales/zh.json +0 -100
- package/es/assets/style/index.less +0 -10
- package/es/assets/style/reset.less +0 -17
- package/es/components/container/index.d.ts +0 -3
- package/es/components/container/index.less +0 -85
- package/es/components/container/src/bar.d.ts +0 -14
- package/es/components/container/src/scroll-bar.d.ts +0 -93
- package/es/components/container/src/scroll-container.d.ts +0 -99
- package/es/components/curd/index.d.ts +0 -2
- package/es/components/curd/src/components/dialog.d.ts +0 -1505
- package/es/components/curd/src/components/props.d.ts +0 -34
- package/es/components/curd/src/hooks/useCurd.d.ts +0 -17
- package/es/components/curd/src/types/curd.type.d.ts +0 -22
- package/es/components/forms/index.d.ts +0 -5
- package/es/components/forms/index.less +0 -107
- package/es/components/forms/src/componentMap.d.ts +0 -4
- package/es/components/forms/src/components/formButton.d.ts +0 -83
- package/es/components/forms/src/components/formIcon.d.ts +0 -2866
- package/es/components/forms/src/components/formInputUseDialog.d.ts +0 -911
- package/es/components/forms/src/components/formItem.d.ts +0 -58
- package/es/components/forms/src/components/radioButton.d.ts +0 -33
- package/es/components/forms/src/const/form.const.d.ts +0 -7
- package/es/components/forms/src/hooks/helper.d.ts +0 -8
- package/es/components/forms/src/hooks/useForm.d.ts +0 -5
- package/es/components/forms/src/hooks/useFormActions.d.ts +0 -13
- package/es/components/forms/src/hooks/useFormEvents.d.ts +0 -26
- package/es/components/forms/src/hooks/useFormValue.d.ts +0 -3
- package/es/components/forms/src/hooks/useFormValues.d.ts +0 -14
- package/es/components/forms/src/hooks/useLabelWidth.d.ts +0 -35
- package/es/components/forms/src/index.d.ts +0 -182
- package/es/components/forms/src/prop.d.ts +0 -79
- package/es/components/forms/src/types/form.type.d.ts +0 -115
- package/es/components/icons/index.d.ts +0 -3
- package/es/components/icons/index.less +0 -109
- package/es/components/icons/src/pick-icon.d.ts +0 -441
- package/es/components/icons/src/svg-icon.d.ts +0 -44
- package/es/components/iframe/index.d.ts +0 -2
- package/es/components/iframe/index.less +0 -3
- package/es/components/iframe/src/index.d.ts +0 -967
- package/es/components/iframe/src/index.less +0 -3
- package/es/components/index.d.ts +0 -14
- package/es/components/modal/index.d.ts +0 -3
- package/es/components/modal/index.less +0 -60
- package/es/components/modal/src/components/close-icon.d.ts +0 -309
- package/es/components/modal/src/components/modal-wrap.d.ts +0 -237
- package/es/components/modal/src/components/modal.d.ts +0 -200
- package/es/components/modal/src/components/modalFooter.d.ts +0 -124
- package/es/components/modal/src/hooks/useDrag.d.ts +0 -7
- package/es/components/modal/src/hooks/useFullScreen.d.ts +0 -12
- package/es/components/modal/src/hooks/useModal.d.ts +0 -4
- package/es/components/modal/src/index.d.ts +0 -1190
- package/es/components/modal/src/props.d.ts +0 -93
- package/es/components/modal/src/types/modal.type.d.ts +0 -25
- package/es/components/router/base-router.d.ts +0 -2
- package/es/components/router/index.d.ts +0 -2
- package/es/components/source/index.d.ts +0 -1
- package/es/components/source/src/hooks/useDownload.d.ts +0 -8
- package/es/components/source/src/hooks/useFetch.d.ts +0 -4
- package/es/components/source/src/hooks/useSource.d.ts +0 -43
- package/es/components/source/src/index.d.ts +0 -2
- package/es/components/source/src/types/source.type.d.ts +0 -34
- package/es/components/source/src/types/table.type.d.ts +0 -7
- package/es/components/table/index.d.ts +0 -4
- package/es/components/table/index.less +0 -224
- package/es/components/table/src/components/TableActions.d.ts +0 -1280
- package/es/components/table/src/components/TableHeader.d.ts +0 -28
- package/es/components/table/src/components/TableRender.d.ts +0 -25
- package/es/components/table/src/components/editable/CellComponent.d.ts +0 -14
- package/es/components/table/src/components/editable/EditTableCell.d.ts +0 -88
- package/es/components/table/src/components/editable/componentMap.d.ts +0 -4
- package/es/components/table/src/components/editable/index.d.ts +0 -9
- package/es/components/table/src/components/setting/Column.d.ts +0 -1360
- package/es/components/table/src/components/setting/Download.d.ts +0 -3088
- package/es/components/table/src/components/setting/DownloadCtrl.d.ts +0 -1930
- package/es/components/table/src/components/setting/Fullscreen.d.ts +0 -280
- package/es/components/table/src/components/setting/index.d.ts +0 -26
- package/es/components/table/src/const.d.ts +0 -12
- package/es/components/table/src/hooks/useColumns.d.ts +0 -14
- package/es/components/table/src/hooks/useCustomRow.d.ts +0 -19
- package/es/components/table/src/hooks/useDataSource.d.ts +0 -16
- package/es/components/table/src/hooks/useHeaderCode.d.ts +0 -3
- package/es/components/table/src/hooks/useLoading.d.ts +0 -17
- package/es/components/table/src/hooks/usePagination.d.ts +0 -122
- package/es/components/table/src/hooks/useRowSelection.d.ts +0 -12
- package/es/components/table/src/hooks/useRows.d.ts +0 -5
- package/es/components/table/src/hooks/useTable.d.ts +0 -5
- package/es/components/table/src/hooks/useTableHeader.d.ts +0 -8
- package/es/components/table/src/hooks/useTableInstance.d.ts +0 -15
- package/es/components/table/src/hooks/useTableScroll.d.ts +0 -12
- package/es/components/table/src/index.d.ts +0 -719
- package/es/components/table/src/props.d.ts +0 -211
- package/es/components/table/src/types/table.type.d.ts +0 -111
- package/es/components/table/src/types/tableHeader.type.d.ts +0 -23
- package/es/components/tree/index.d.ts +0 -2
- package/es/components/tree/index.less +0 -53
- package/es/components/tree/src/hooks/useTree.d.ts +0 -14
- package/es/components/tree/src/props.d.ts +0 -108
- package/es/components/tree/src/type/tree.d.ts +0 -85
- package/es/components/tree/src/utils/tree.d.ts +0 -5
- package/es/components/upload/index.d.ts +0 -2
- package/es/components/upload/index.less +0 -37
- package/es/components/upload/src/helper.d.ts +0 -5
- package/es/components/upload/src/props.d.ts +0 -47
- package/es/components/upload/src/upload.d.ts +0 -1794
- package/es/directives/icon.d.ts +0 -2
- package/es/directives/index.d.ts +0 -6
- package/es/directives/permission.d.ts +0 -2
- package/es/global.d.ts +0 -8
- package/es/index.d.ts +0 -3
- package/es/index.js +0 -10436
- package/es/style/assets/style/index.less +0 -10
- package/es/style/assets/style/reset.less +0 -17
- package/es/style/components/container/index.less +0 -85
- package/es/style/components/forms/index.less +0 -107
- package/es/style/components/icons/index.less +0 -108
- package/es/style/components/iframe/index.less +0 -3
- package/es/style/components/iframe/src/index.less +0 -3
- package/es/style/components/modal/index.less +0 -60
- package/es/style/components/table/index.less +0 -217
- package/es/style/components/tree/index.less +0 -53
- package/es/style/theme/footer/index.less +0 -16
- package/es/style/theme/header/index.less +0 -451
- package/es/style/theme/header/set-theme.less +0 -68
- package/es/style/theme/sider/index.less +0 -212
- package/es/style/theme/tabs/index.less +0 -165
- package/es/style/theme/theme.less +0 -73
- package/es/style/theme/transition.less +0 -105
- package/es/theme/content/index.d.ts +0 -44
- package/es/theme/feature/back-top.d.ts +0 -105
- package/es/theme/feature/index.d.ts +0 -107
- package/es/theme/footer/index.d.ts +0 -30
- package/es/theme/footer/index.less +0 -16
- package/es/theme/header/components/bread-crumb.d.ts +0 -128
- package/es/theme/header/components/fullscreen.d.ts +0 -5
- package/es/theme/header/components/handler.d.ts +0 -2
- package/es/theme/header/components/index.d.ts +0 -11
- package/es/theme/header/components/lang-picker.d.ts +0 -291
- package/es/theme/header/components/logo.d.ts +0 -91
- package/es/theme/header/components/menu-search.d.ts +0 -284
- package/es/theme/header/components/notify.d.ts +0 -268
- package/es/theme/header/components/setting-theme.d.ts +0 -2604
- package/es/theme/header/components/size.d.ts +0 -282
- package/es/theme/header/components/theme-drawer/feature.d.ts +0 -1113
- package/es/theme/header/components/theme-drawer/index.d.ts +0 -3
- package/es/theme/header/components/theme-drawer/menu-type.d.ts +0 -273
- package/es/theme/header/components/theme-drawer/select-item.d.ts +0 -778
- package/es/theme/header/components/theme-drawer/switch-item.d.ts +0 -297
- package/es/theme/header/components/trigger.d.ts +0 -14
- package/es/theme/header/components/user-info.d.ts +0 -8318
- package/es/theme/header/const/index.d.ts +0 -20
- package/es/theme/header/helper/menu-tree.d.ts +0 -3
- package/es/theme/header/index.less +0 -458
- package/es/theme/header/set-theme.less +0 -68
- package/es/theme/index.d.ts +0 -2
- package/es/theme/sider/components/basic-menu/basic-menu-item.d.ts +0 -123
- package/es/theme/sider/components/basic-menu/basic-menu.d.ts +0 -756
- package/es/theme/sider/components/basic-menu/basic-sub-menu-item.d.ts +0 -254
- package/es/theme/sider/components/basic-menu/menu-item-content.d.ts +0 -36
- package/es/theme/sider/components/drag-bar.d.ts +0 -14
- package/es/theme/sider/components/layout-menu.d.ts +0 -22
- package/es/theme/sider/components/props.d.ts +0 -69
- package/es/theme/sider/components/sider-trigger.d.ts +0 -68
- package/es/theme/sider/helper/sider.d.ts +0 -12
- package/es/theme/sider/helper/split-menu.d.ts +0 -10
- package/es/theme/sider/hooks/useDragLine.d.ts +0 -2
- package/es/theme/sider/hooks/useOpenKeys.d.ts +0 -13
- package/es/theme/sider/index.d.ts +0 -152
- package/es/theme/sider/index.less +0 -212
- package/es/theme/tabs/components/TabContent.d.ts +0 -887
- package/es/theme/tabs/components/TabRedo.d.ts +0 -64
- package/es/theme/tabs/hooks/useMultifyTabs.d.ts +0 -7
- package/es/theme/tabs/hooks/useTabDropdown.d.ts +0 -6
- package/es/theme/tabs/index.d.ts +0 -1429
- package/es/theme/tabs/index.less +0 -165
- package/es/theme/tabs/types/tabs.type.d.ts +0 -7
- package/es/theme/theme.less +0 -73
- package/es/theme/transition.less +0 -105
- package/index.html +0 -13
- package/tsconfig.json +0 -28
- package/vite.config.js +0 -10
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, PropType, VNodeChild } from "vue";
|
|
2
|
-
import { ButtonProps } from "@dt-frames/core";
|
|
3
|
-
export declare const basicProps: {
|
|
4
|
-
visible: {
|
|
5
|
-
type: BooleanConstructor;
|
|
6
|
-
};
|
|
7
|
-
scrollTop: {
|
|
8
|
-
type: BooleanConstructor;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
height: {
|
|
12
|
-
type: NumberConstructor;
|
|
13
|
-
};
|
|
14
|
-
minHeight: {
|
|
15
|
-
type: NumberConstructor;
|
|
16
|
-
};
|
|
17
|
-
draggable: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
closeFunc: FunctionConstructor;
|
|
22
|
-
} & {
|
|
23
|
-
t: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
};
|
|
26
|
-
defaultFullscreen: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
};
|
|
29
|
-
canFullscreen: {
|
|
30
|
-
type: BooleanConstructor;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
wrapperFooterOffset: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
default: number;
|
|
36
|
-
};
|
|
37
|
-
useWrapper: {
|
|
38
|
-
type: BooleanConstructor;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
loading: {
|
|
42
|
-
type: BooleanConstructor;
|
|
43
|
-
};
|
|
44
|
-
loadingTip: {
|
|
45
|
-
type: StringConstructor;
|
|
46
|
-
};
|
|
47
|
-
closable: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
destroyOnClose: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
};
|
|
54
|
-
title: {
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
};
|
|
57
|
-
visible: {
|
|
58
|
-
type: BooleanConstructor;
|
|
59
|
-
};
|
|
60
|
-
width: {
|
|
61
|
-
type: PropType<String | Number>;
|
|
62
|
-
};
|
|
63
|
-
wrapClassName: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
};
|
|
66
|
-
zIndex: {
|
|
67
|
-
type: NumberConstructor;
|
|
68
|
-
};
|
|
69
|
-
centered: {
|
|
70
|
-
type: BooleanConstructor;
|
|
71
|
-
};
|
|
72
|
-
showSave: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
};
|
|
75
|
-
mask: {
|
|
76
|
-
type: BooleanConstructor;
|
|
77
|
-
default: boolean;
|
|
78
|
-
};
|
|
79
|
-
maskClosable: {
|
|
80
|
-
type: BooleanConstructor;
|
|
81
|
-
default: boolean;
|
|
82
|
-
};
|
|
83
|
-
keyboard: {
|
|
84
|
-
type: BooleanConstructor;
|
|
85
|
-
default: boolean;
|
|
86
|
-
};
|
|
87
|
-
maskStyle: PropType<CSSProperties>;
|
|
88
|
-
footer: PropType<VNodeChild | JSX.Element | ButtonProps[]>;
|
|
89
|
-
bodyStyle: PropType<CSSProperties>;
|
|
90
|
-
wrapperProps: ObjectConstructor;
|
|
91
|
-
afterClose: FunctionConstructor;
|
|
92
|
-
getContainer: PropType<() => any>;
|
|
93
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ModalProps, Recordable } from "@dt-frames/core";
|
|
2
|
-
import { ComputedRef } from "vue";
|
|
3
|
-
export declare type ModalMethods = {
|
|
4
|
-
setModalProps: (props: Partial<ModalProps>) => void;
|
|
5
|
-
emitVisible?: (visable: boolean, uid: number) => void;
|
|
6
|
-
redoModalHeight?: () => void;
|
|
7
|
-
};
|
|
8
|
-
export interface ReturnMethods extends ModalMethods {
|
|
9
|
-
openModal: (data?: {
|
|
10
|
-
data?: Recordable;
|
|
11
|
-
afterClose?: (data: Recordable) => void;
|
|
12
|
-
}, openOnSet?: boolean) => void;
|
|
13
|
-
closeModal: () => void;
|
|
14
|
-
getVisible?: ComputedRef<boolean>;
|
|
15
|
-
}
|
|
16
|
-
export interface ReturnInnerMethods extends ModalMethods {
|
|
17
|
-
openModal: <T = any>(props?: boolean, data?: T, openOnSet?: boolean) => void;
|
|
18
|
-
closeModal: (rsp?: Recordable) => void;
|
|
19
|
-
changeLoading: (loading: boolean) => void;
|
|
20
|
-
getVisible?: ComputedRef<boolean>;
|
|
21
|
-
redoModalHeight: () => void;
|
|
22
|
-
}
|
|
23
|
-
export declare type RegisterFn = (modalMethods: ModalMethods, uuid?: string) => void;
|
|
24
|
-
export declare type UseModalReturnType = [RegisterFn, ReturnMethods];
|
|
25
|
-
export declare type UseModalInnerReturnType = [RegisterFn, ReturnInnerMethods];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './src/index';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { DownloadType } from '../../../table/src/types/tableHeader.type';
|
|
2
|
-
import { Recordable } from '@dt-frames/core';
|
|
3
|
-
import { ComputedRef } from 'vue';
|
|
4
|
-
export declare function useDownload(exportUrl: string, exportName: string | ComputedRef): {
|
|
5
|
-
download: (excelData: DownloadType & {
|
|
6
|
-
params: Recordable;
|
|
7
|
-
}, extraData?: any[]) => void;
|
|
8
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
import { Recordable } from "@dt-frames/core";
|
|
3
|
-
import { SourceType } from "../types/source.type";
|
|
4
|
-
import { TableParamsType } from '../types/table.type';
|
|
5
|
-
import { DownloadType } from '../../../table/src/types/tableHeader.type';
|
|
6
|
-
export declare function useSource(opt: SourceType): {
|
|
7
|
-
api: Recordable<any>;
|
|
8
|
-
apiPath: Recordable<any>;
|
|
9
|
-
form: {
|
|
10
|
-
onSearch: (model?: Recordable) => void;
|
|
11
|
-
onReset: (model: Recordable) => void;
|
|
12
|
-
loading: {
|
|
13
|
-
[key: string]: Ref<boolean>;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
table: {
|
|
17
|
-
dataSource: Ref<any[]>;
|
|
18
|
-
pagination: Ref<{
|
|
19
|
-
current: number;
|
|
20
|
-
pageSize: number;
|
|
21
|
-
total: number;
|
|
22
|
-
}>;
|
|
23
|
-
onTableChange: (params: TableParamsType, needSearch?: boolean) => void;
|
|
24
|
-
onDownload: (excelData: DownloadType, extraData?: any[]) => void;
|
|
25
|
-
loading: Ref<boolean>;
|
|
26
|
-
};
|
|
27
|
-
curd: {
|
|
28
|
-
onAdd: (model: Recordable) => Promise<unknown>;
|
|
29
|
-
onQueryById: (id: string) => Promise<unknown>;
|
|
30
|
-
onUpdate: (model: Recordable) => Promise<unknown>;
|
|
31
|
-
onDeletes: (ids: any) => void;
|
|
32
|
-
};
|
|
33
|
-
loading: {
|
|
34
|
-
[key: string]: Ref<boolean>;
|
|
35
|
-
};
|
|
36
|
-
onAdd: (model: Recordable) => Promise<unknown>;
|
|
37
|
-
onQueryById: (id: string) => Promise<unknown>;
|
|
38
|
-
onDeletes: (ids: any) => void;
|
|
39
|
-
onUpdate: (model: Recordable) => Promise<unknown>;
|
|
40
|
-
onTableChange: (params: TableParamsType, needSearch?: boolean) => void;
|
|
41
|
-
onDownload: (excelData: DownloadType, extraData?: any[]) => void;
|
|
42
|
-
onSearch: (model?: Recordable) => void;
|
|
43
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { Recordable, ApiType } from "@dt-frames/core";
|
|
2
|
-
import { ComputedRef } from "vue";
|
|
3
|
-
export declare type PageQueryType = {
|
|
4
|
-
entityDTO: Recordable;
|
|
5
|
-
orderDTOs: Recordable[];
|
|
6
|
-
pageDTO: {
|
|
7
|
-
pageNo: number;
|
|
8
|
-
pageSize: number;
|
|
9
|
-
[key: string]: any;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export declare type ApiObjType = {
|
|
13
|
-
add?: string | ApiType;
|
|
14
|
-
update?: string | ApiType;
|
|
15
|
-
save?: string | ApiType;
|
|
16
|
-
deletes?: string | ApiType;
|
|
17
|
-
queryById?: string | ApiType;
|
|
18
|
-
queryPage?: string | ApiType;
|
|
19
|
-
[key: string]: string | ApiType;
|
|
20
|
-
};
|
|
21
|
-
export declare type SourceType = {
|
|
22
|
-
baseUrl?: string;
|
|
23
|
-
exportName?: string | ComputedRef;
|
|
24
|
-
clearKeys?: Function;
|
|
25
|
-
api: ApiObjType;
|
|
26
|
-
};
|
|
27
|
-
export declare type BaseDataType = {
|
|
28
|
-
entityDTO?: any;
|
|
29
|
-
pageDTO?: {
|
|
30
|
-
pageNo: Number;
|
|
31
|
-
pageSize: Number;
|
|
32
|
-
} | null;
|
|
33
|
-
orderDTOs: any;
|
|
34
|
-
};
|
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
.table-striped td {
|
|
2
|
-
background-color: #fafafa;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.dt-table-header{
|
|
6
|
-
.dt-table-header-actions{
|
|
7
|
-
display: flex;
|
|
8
|
-
flex-direction: row;
|
|
9
|
-
justify-content: space-between;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.dt-table-header-actions__right{
|
|
13
|
-
display: flex;
|
|
14
|
-
.dt-icon{
|
|
15
|
-
margin: 0 5px;
|
|
16
|
-
cursor: pointer;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.column-setting{
|
|
22
|
-
&__check-item{
|
|
23
|
-
display: flex;
|
|
24
|
-
align-items: center;
|
|
25
|
-
min-width: 100%;
|
|
26
|
-
padding: 4px 16px 8px 0;
|
|
27
|
-
.ant-checkbox-wrapper{
|
|
28
|
-
font-size: 13px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
&__popover-title {
|
|
32
|
-
display: flex;
|
|
33
|
-
align-items: center;
|
|
34
|
-
span{
|
|
35
|
-
font-size: 12px;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.column-setting__cloumn-list {
|
|
41
|
-
.ant-popover-inner-content{
|
|
42
|
-
padding: 12px 0 0 0;
|
|
43
|
-
}
|
|
44
|
-
.ant-checkbox-group {
|
|
45
|
-
width: 100%;
|
|
46
|
-
min-width: 260px;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.drag-icon{
|
|
50
|
-
margin: 0 5px;
|
|
51
|
-
cursor: move;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.ant-checkbox-wrapper{
|
|
55
|
-
flex: 1;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.dt-icon{
|
|
59
|
-
cursor: pointer;
|
|
60
|
-
display: flex;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.disabled{
|
|
64
|
-
.dt-icon{
|
|
65
|
-
cursor: not-allowed;
|
|
66
|
-
opacity: 0.5;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.active{
|
|
71
|
-
.dt-icon{
|
|
72
|
-
color: @primary-color !important;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.ant-popover-inner-content {
|
|
77
|
-
max-height: 400px;
|
|
78
|
-
overflow-y: auto;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.dt-table-action-btn{
|
|
83
|
-
width: 24px;
|
|
84
|
-
display: inline-block;
|
|
85
|
-
vertical-align: middle;
|
|
86
|
-
cursor: pointer;
|
|
87
|
-
i{
|
|
88
|
-
color: @primary-color;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.dt-table-action-dropdown{
|
|
93
|
-
vertical-align: middle;
|
|
94
|
-
cursor: pointer;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.ant-table-fixed-left table, .ant-table-fixed-right table{
|
|
98
|
-
width: min-content;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.ant-table-cell {
|
|
102
|
-
height: 44px !important;
|
|
103
|
-
line-height: 24px !important;
|
|
104
|
-
font-size: 14px !important;
|
|
105
|
-
padding: 4px 8px !important;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.ant-table-small{
|
|
109
|
-
.ant-table-cell {
|
|
110
|
-
height: 32px !important;
|
|
111
|
-
line-height: 16px !important;
|
|
112
|
-
font-size: 12px !important;
|
|
113
|
-
padding: 2px 8px !important;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.ant-table-middle{
|
|
118
|
-
.ant-table-cell {
|
|
119
|
-
height: 38px !important;
|
|
120
|
-
line-height: 20px !important;
|
|
121
|
-
font-size: 13px !important;
|
|
122
|
-
padding: 4px 8px !important;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.dt-action-select{
|
|
127
|
-
.ant-dropdown-menu-title-content{
|
|
128
|
-
display: flex;
|
|
129
|
-
align-items: center;
|
|
130
|
-
font-size: 13px;
|
|
131
|
-
svg{
|
|
132
|
-
display: block;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.dt-icon{
|
|
136
|
-
padding-right: 8px;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
.dt-table{
|
|
143
|
-
.ant-table-pagination{
|
|
144
|
-
margin: 0 !important;
|
|
145
|
-
padding: 10px 0;
|
|
146
|
-
border: 1px solid #f0f0f0;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.ant-table-title{
|
|
150
|
-
padding: 8px 0 !important;
|
|
151
|
-
border: none !important;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.ant-table-resize-handle{
|
|
155
|
-
right: -7px;
|
|
156
|
-
.ant-table-resize-handle-line{
|
|
157
|
-
width: 2px;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.ant-table-body {
|
|
162
|
-
position: relative;
|
|
163
|
-
table{
|
|
164
|
-
position: absolute;
|
|
165
|
-
top: 0;
|
|
166
|
-
left: 0;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.form-btns{
|
|
171
|
-
button:first-of-type {
|
|
172
|
-
margin-left: 0;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.ant-table-thead > tr > th{
|
|
177
|
-
font-weight: bolder;
|
|
178
|
-
color: #333;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.ant-input-number-sm, .ant-input-sm{
|
|
182
|
-
height: 26px;
|
|
183
|
-
font-size: 12px;
|
|
184
|
-
line-height: 26px;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.dt-table-no-pagation .ant-table-container {
|
|
189
|
-
border-bottom: 1px solid #f0f0f0;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.edit-cell-rule-popover .ant-popover-inner-content{
|
|
193
|
-
padding: 4px 8px;
|
|
194
|
-
color: #ed6f6f;
|
|
195
|
-
border-radius: 2px;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.ant-table-empty{
|
|
199
|
-
border-bottom: 1px solid #f0f0f0;
|
|
200
|
-
.ant-table-tbody{
|
|
201
|
-
.ant-table-cell{
|
|
202
|
-
border-bottom: none;
|
|
203
|
-
img{
|
|
204
|
-
width: 280px;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.column-select{
|
|
211
|
-
padding: 20px;
|
|
212
|
-
|
|
213
|
-
.ant-row{
|
|
214
|
-
width: 100%;
|
|
215
|
-
line-height: 32px;
|
|
216
|
-
}
|
|
217
|
-
.ant-divider-horizontal{
|
|
218
|
-
margin: 16px 0;
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.ant-table-row-expand-icon{
|
|
223
|
-
margin: 0 8px;
|
|
224
|
-
}
|