@juzhenfe/page-model 3.21.14 → 3.22.1
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/dist/index.es.js +9723 -14542
- package/dist/index.min.css +2 -1
- package/dist/index.umd.js +2 -7
- package/dist/{components → src/components}/buttons-renderer/utils/index.d.ts +2 -2
- package/dist/{components → src/components}/editable-table/index.d.ts +15 -14
- package/dist/{components → src/components}/form/components/column-tools/use-setting.d.ts +14 -14
- package/dist/src/components/form/components/section-config/merge.d.ts +3 -0
- package/dist/src/components/form/components/section-config/use.d.ts +14 -0
- package/dist/{components → src/components}/form/constructor.d.ts +83 -82
- package/dist/{components → src/components}/form/index.d.ts +5 -4
- package/dist/{components → src/components}/form/utils/save-columns.d.ts +30 -30
- package/dist/{components → src/components}/form/utils/use-form-els.d.ts +4 -4
- package/dist/{components → src/components}/form-dialog/use-move.d.ts +19 -19
- package/dist/{components → src/components}/page-model/components/top-tabs/constructor.d.ts +12 -11
- package/dist/{components → src/components}/page-model/constructor.d.ts +163 -162
- package/dist/{components → src/components}/page-model/index.d.ts +6 -5
- package/dist/{components → src/components}/page-model/patches/patch-config-urls.d.ts +2 -2
- package/dist/{components → src/components}/page-model/patches/patch-default-config.d.ts +2 -2
- package/dist/{components → src/components}/page-model/patches/patch-selectable.d.ts +2 -2
- package/dist/{components → src/components}/page-model/patches/patch-size.d.ts +2 -2
- package/dist/{components → src/components}/page-model/patches/patch-table-dragable.d.ts +2 -2
- package/dist/{components → src/components}/page-model/patches/patch-user-config.d.ts +2 -2
- package/dist/{components → src/components}/page-model/utils/default-config.d.ts +1 -1
- package/dist/{components → src/components}/page-model/utils/default-excel-export-config.d.ts +1 -1
- package/dist/{components → src/components}/page-model/utils/default-style-config.d.ts +1 -1
- package/dist/{components → src/components}/page-model/utils/default-text-config.d.ts +1 -1
- package/dist/{components → src/components}/page-model/utils/default-user-setting.d.ts +1 -1
- package/dist/{components → src/components}/page-model/utils/error-handler.d.ts +1 -1
- package/dist/{components → src/components}/page-model/utils/manager-controller.d.ts +49 -51
- package/dist/{components → src/components}/page-model/utils/patch-config.d.ts +3 -2
- package/dist/{components → src/components}/page-model/utils/use-auth-buttons.d.ts +9 -8
- package/dist/{components → src/components}/page-model/utils/use-keyboard-event.d.ts +9 -9
- package/dist/{components → src/components}/search-form/constructor.d.ts +24 -23
- package/dist/{components → src/components}/search-form/use-detect-item-width.d.ts +7 -6
- package/dist/{components → src/components}/table/components/column-tools/use-setting.d.ts +14 -14
- package/dist/{components → src/components}/table/components/column-tools/use-user-config.d.ts +14 -14
- package/dist/{components → src/components}/table/components/column-tools/use-user-show-row-config.d.ts +35 -35
- package/dist/{components → src/components}/table/components/export-form/use.d.ts +18 -17
- package/dist/{components → src/components}/table/components/selections-table/use.d.ts +15 -15
- package/dist/{components → src/components}/table/components/table-column/components/filter-zone/utils/index.d.ts +69 -69
- package/dist/{components → src/components}/table/constructor.d.ts +347 -339
- package/dist/{components → src/components}/table/utils/save-column-filter.d.ts +2 -2
- package/dist/{components → src/components}/table/utils/save-column-sort.d.ts +2 -2
- package/dist/{components → src/components}/table/utils/save-columns.d.ts +38 -38
- package/dist/{components → src/components}/table/utils/save-config.d.ts +6 -6
- package/dist/{components → src/components}/table/utils/use-column-drag.d.ts +8 -8
- package/dist/{components → src/components}/table/utils/use-listen-scroll.d.ts +7 -9
- package/dist/{components → src/components}/table/utils/use-static-summary.d.ts +13 -15
- package/dist/{components → src/components}/table/utils/use-table-config-change.d.ts +7 -9
- package/dist/{components → src/components}/table/utils/use-table-els.d.ts +6 -8
- package/dist/{main.d.ts → src/main.d.ts} +22 -21
- package/dist/{utils → src/utils}/config-saver.d.ts +51 -51
- package/dist/{utils → src/utils}/define-config.d.ts +3 -2
- package/dist/{utils → src/utils}/event-chain.d.ts +9 -9
- package/dist/{utils → src/utils}/event-emitter.d.ts +7 -7
- package/dist/{utils → src/utils}/index.d.ts +103 -102
- package/dist/src/utils/infinite-table.d.ts +49 -0
- package/dist/{utils → src/utils}/manager.d.ts +17 -16
- package/dist/{utils → src/utils}/provide-keys.d.ts +20 -20
- package/dist/{utils → src/utils}/reflect/index.d.ts +17 -16
- package/dist/{utils → src/utils}/reflect/reflect-collector.d.ts +25 -25
- package/dist/{utils → src/utils}/resize.d.ts +4 -3
- package/package.json +5 -6
- package/dist/components/buttons-renderer/components/button-item-render/index.vue.d.ts +0 -35
- package/dist/components/buttons-renderer/index.vue.d.ts +0 -85
- package/dist/components/column-filter-tools/index.vue.d.ts +0 -148
- package/dist/components/column-sort-tools/index.vue.d.ts +0 -170
- package/dist/components/draggable-list/index.vue.d.ts +0 -39
- package/dist/components/editable-table/components/table-cell/index.vue.d.ts +0 -12
- package/dist/components/form/components/col-container/components/module-container/index.vue.d.ts +0 -156
- package/dist/components/form/components/col-container/components/section-title-els/index.vue.d.ts +0 -45
- package/dist/components/form/components/col-container/components/tabs-mode-container/index.vue.d.ts +0 -100
- package/dist/components/form/components/col-container/index.vue.d.ts +0 -236
- package/dist/components/form/components/container-component/index.vue.d.ts +0 -281
- package/dist/components/form/type.d.ts +0 -167
- package/dist/components/form-container/components/dialog-mode/index.vue.d.ts +0 -116
- package/dist/components/form-container/components/drawer-mode/index.vue.d.ts +0 -123
- package/dist/components/form-container/components/full-page/index.vue.d.ts +0 -39
- package/dist/components/form-container/index.vue.d.ts +0 -35
- package/dist/components/form-dialog/index.vue.d.ts +0 -79
- package/dist/components/form-drawer/index.vue.d.ts +0 -83
- package/dist/components/form-item-renderer/index.vue.d.ts +0 -74
- package/dist/components/line-clamp-tools/index.vue.d.ts +0 -103
- package/dist/components/normal-tab/index.vue.d.ts +0 -35
- package/dist/components/normal-tab/type.d.ts +0 -18
- package/dist/components/page-model/components/selectable-operate/index.vue.d.ts +0 -120
- package/dist/components/page-model/components/top-tabs/index.vue.d.ts +0 -42
- package/dist/components/page-model/components/top-tabs/type.d.ts +0 -11
- package/dist/components/page-model/index.vue.d.ts +0 -2
- package/dist/components/page-model/type.d.ts +0 -344
- package/dist/components/scenes-tab/index.vue.d.ts +0 -4
- package/dist/components/scenes-tab/type.d.ts +0 -14
- package/dist/components/search-form/components/search-form-full/index.vue.d.ts +0 -174
- package/dist/components/search-form/type.d.ts +0 -42
- package/dist/components/simple-popover/index.vue.d.ts +0 -68
- package/dist/components/table/components/context-column-summary/index.vue.d.ts +0 -102
- package/dist/components/table/components/context-menu/index.vue.d.ts +0 -184
- package/dist/components/table/components/empty-data/index.vue.d.ts +0 -12
- package/dist/components/table/components/selections-table/index.vue.d.ts +0 -2
- package/dist/components/table/components/table-column/components/filter-zone/index.vue.d.ts +0 -109
- package/dist/components/table/components/table-column/index.vue.d.ts +0 -338
- package/dist/components/table/components/table-wrap/index.vue.d.ts +0 -16
- package/dist/components/table/index.vue.d.ts +0 -2
- package/dist/components/table/type.d.ts +0 -360
- package/dist/components/table-cell-renderer/index.vue.d.ts +0 -57
- package/dist/components/table-toolsbox/index.vue.d.ts +0 -101
- package/dist/types/common.d.ts +0 -484
- package/dist/types/form-item-types/cascader.d.ts +0 -38
- package/dist/types/form-item-types/checkbox-group.d.ts +0 -19
- package/dist/types/form-item-types/color-picker.d.ts +0 -21
- package/dist/types/form-item-types/date-picker.d.ts +0 -46
- package/dist/types/form-item-types/input-number.d.ts +0 -15
- package/dist/types/form-item-types/input.d.ts +0 -16
- package/dist/types/form-item-types/jz-a-map.d.ts +0 -14
- package/dist/types/form-item-types/jz-cascader.d.ts +0 -20
- package/dist/types/form-item-types/jz-city-picker.d.ts +0 -27
- package/dist/types/form-item-types/jz-ck-editor.d.ts +0 -27
- package/dist/types/form-item-types/jz-editor.d.ts +0 -20
- package/dist/types/form-item-types/jz-file-upload.d.ts +0 -20
- package/dist/types/form-item-types/jz-img-upload.d.ts +0 -23
- package/dist/types/form-item-types/jz-long-input.d.ts +0 -10
- package/dist/types/form-item-types/jz-td-map.d.ts +0 -13
- package/dist/types/form-item-types/no-e-type.d.ts +0 -12
- package/dist/types/form-item-types/radio-group.d.ts +0 -17
- package/dist/types/form-item-types/rate.d.ts +0 -30
- package/dist/types/form-item-types/select-v2.d.ts +0 -47
- package/dist/types/form-item-types/select.d.ts +0 -43
- package/dist/types/form-item-types/slider.d.ts +0 -31
- package/dist/types/form-item-types/switch.d.ts +0 -14
- package/dist/types/form-item-types/time-picker.d.ts +0 -41
- package/dist/types/form-item-types/time-select.d.ts +0 -30
- package/dist/types/renderer.d.ts +0 -9
- package/dist/types/shims-vue-property.d.ts +0 -7
- package/dist/types/shims-vue.d.ts +0 -7
- package/dist/types/window.d.ts +0 -10
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
import { SummaryTypeEnum } from "../../utils/use-static-summary";
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
-
els: {
|
|
4
|
-
type: ArrayConstructor;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
}>, {
|
|
8
|
-
props: any;
|
|
9
|
-
emit: (event: "save-columns", ...args: any[]) => void;
|
|
10
|
-
simplePopoverRef: import("vue").Ref<any, any>;
|
|
11
|
-
currentColumnProp: import("vue").Ref<string, string>;
|
|
12
|
-
currentColumnConfig: import("vue").Ref<any, any>;
|
|
13
|
-
options: {
|
|
14
|
-
label: string;
|
|
15
|
-
value: SummaryTypeEnum;
|
|
16
|
-
}[];
|
|
17
|
-
show: (event: MouseEvent, columnProp: string) => void;
|
|
18
|
-
hide: () => void;
|
|
19
|
-
handleItemClick: (summaryType: SummaryTypeEnum) => void;
|
|
20
|
-
SimplePopover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
21
|
-
width: {
|
|
22
|
-
type: NumberConstructor;
|
|
23
|
-
required: false;
|
|
24
|
-
default: number;
|
|
25
|
-
};
|
|
26
|
-
placement: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
/**
|
|
29
|
-
* 组件实例
|
|
30
|
-
*/
|
|
31
|
-
required: false;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
zIndex: {
|
|
35
|
-
type: NumberConstructor;
|
|
36
|
-
required: false;
|
|
37
|
-
};
|
|
38
|
-
}>, {
|
|
39
|
-
BEMSpace: string;
|
|
40
|
-
props: any;
|
|
41
|
-
emit: (event: "closed", ...args: any[]) => void;
|
|
42
|
-
visible: import("vue").Ref<boolean, boolean>;
|
|
43
|
-
isShow: import("vue").Ref<boolean, boolean>;
|
|
44
|
-
_debounceUpdateShow: (...rest: any[]) => void;
|
|
45
|
-
currentTriggerElement: HTMLElement;
|
|
46
|
-
popoverRectInfo: import("vue").Ref<any, any>;
|
|
47
|
-
getPopoverTriggerElementRectInfo: (element: HTMLElement) => void;
|
|
48
|
-
popoverRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
49
|
-
popoverElementRect: import("vue").Ref<DOMRect, DOMRect>;
|
|
50
|
-
getPopoverElementRect: () => void;
|
|
51
|
-
popoverStyle: import("vue").ComputedRef<{
|
|
52
|
-
top?: undefined;
|
|
53
|
-
left?: undefined;
|
|
54
|
-
width?: undefined;
|
|
55
|
-
} | {
|
|
56
|
-
top: string;
|
|
57
|
-
left: string;
|
|
58
|
-
width: string;
|
|
59
|
-
}>;
|
|
60
|
-
isChildElement: (rootElement: HTMLElement, childElement: HTMLElement) => boolean;
|
|
61
|
-
isPopperChildElement: (element: HTMLElement) => boolean;
|
|
62
|
-
handleClickElement: (e: Event) => void;
|
|
63
|
-
handleResize: (...rest: any[]) => void;
|
|
64
|
-
bindEvent: () => void;
|
|
65
|
-
unbindEvent: () => void;
|
|
66
|
-
hide: () => void;
|
|
67
|
-
getZIndex: () => any;
|
|
68
|
-
show: (element: HTMLElement | DOMRect) => void;
|
|
69
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closed"[], "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
70
|
-
width: {
|
|
71
|
-
type: NumberConstructor;
|
|
72
|
-
required: false;
|
|
73
|
-
default: number;
|
|
74
|
-
};
|
|
75
|
-
placement: {
|
|
76
|
-
type: StringConstructor;
|
|
77
|
-
/**
|
|
78
|
-
* 组件实例
|
|
79
|
-
*/
|
|
80
|
-
required: false;
|
|
81
|
-
default: string;
|
|
82
|
-
};
|
|
83
|
-
zIndex: {
|
|
84
|
-
type: NumberConstructor;
|
|
85
|
-
required: false;
|
|
86
|
-
};
|
|
87
|
-
}>> & Readonly<{
|
|
88
|
-
onClosed?: (...args: any[]) => any;
|
|
89
|
-
}>, {
|
|
90
|
-
width: number;
|
|
91
|
-
placement: string;
|
|
92
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
93
|
-
readonly Select: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
94
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "save-columns"[], "save-columns", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
95
|
-
els: {
|
|
96
|
-
type: ArrayConstructor;
|
|
97
|
-
required: true;
|
|
98
|
-
};
|
|
99
|
-
}>> & Readonly<{
|
|
100
|
-
"onSave-columns"?: (...args: any[]) => any;
|
|
101
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
102
|
-
export default _sfc_main;
|
|
@@ -1,184 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
-
emit: (event: "add" | "upd" | "del" | "custom", ...args: any[]) => void;
|
|
3
|
-
simplePopoverRef: import("vue").Ref<any, any>;
|
|
4
|
-
currentOpt: import("vue").Ref<any, any>;
|
|
5
|
-
buttonCount: import("vue").Ref<number, number>;
|
|
6
|
-
handleCountChange: (count: number) => void;
|
|
7
|
-
contextMenuHeight: import("vue").ComputedRef<string>;
|
|
8
|
-
show: (event: MouseEvent, opt: {
|
|
9
|
-
els: any[];
|
|
10
|
-
context?: any;
|
|
11
|
-
executeData?: any[];
|
|
12
|
-
}) => void;
|
|
13
|
-
hide: () => void;
|
|
14
|
-
handleItemClick: (item: any, index: number) => void;
|
|
15
|
-
SimplePopover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
16
|
-
width: {
|
|
17
|
-
/**
|
|
18
|
-
* 当前渲染的按钮
|
|
19
|
-
*/
|
|
20
|
-
type: NumberConstructor;
|
|
21
|
-
required: false;
|
|
22
|
-
default: number;
|
|
23
|
-
};
|
|
24
|
-
placement: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
required: false;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* 按钮数量变化
|
|
31
|
-
*/
|
|
32
|
-
zIndex: {
|
|
33
|
-
type: NumberConstructor;
|
|
34
|
-
required: false;
|
|
35
|
-
};
|
|
36
|
-
}>, {
|
|
37
|
-
BEMSpace: string;
|
|
38
|
-
props: any;
|
|
39
|
-
emit: (event: "closed", ...args: any[]) => void;
|
|
40
|
-
visible: import("vue").Ref<boolean, boolean>;
|
|
41
|
-
isShow: import("vue").Ref<boolean, boolean>;
|
|
42
|
-
_debounceUpdateShow: (...rest: any[]) => void;
|
|
43
|
-
currentTriggerElement: HTMLElement;
|
|
44
|
-
popoverRectInfo: import("vue").Ref<any, any>;
|
|
45
|
-
getPopoverTriggerElementRectInfo: (element: HTMLElement) => void;
|
|
46
|
-
popoverRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
47
|
-
popoverElementRect: import("vue").Ref<DOMRect, DOMRect>;
|
|
48
|
-
getPopoverElementRect: () => void;
|
|
49
|
-
popoverStyle: import("vue").ComputedRef<{
|
|
50
|
-
top?: undefined;
|
|
51
|
-
left?: undefined;
|
|
52
|
-
width?: undefined;
|
|
53
|
-
} | {
|
|
54
|
-
top: string;
|
|
55
|
-
left: string;
|
|
56
|
-
width: string;
|
|
57
|
-
}>;
|
|
58
|
-
isChildElement: (rootElement: HTMLElement, childElement: HTMLElement) => boolean;
|
|
59
|
-
isPopperChildElement: (element: HTMLElement) => boolean;
|
|
60
|
-
handleClickElement: (e: Event) => void;
|
|
61
|
-
handleResize: (...rest: any[]) => void;
|
|
62
|
-
bindEvent: () => void;
|
|
63
|
-
unbindEvent: () => void;
|
|
64
|
-
hide: () => void;
|
|
65
|
-
getZIndex: () => any;
|
|
66
|
-
show: (element: HTMLElement | DOMRect) => void;
|
|
67
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closed"[], "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
-
width: {
|
|
69
|
-
/**
|
|
70
|
-
* 当前渲染的按钮
|
|
71
|
-
*/
|
|
72
|
-
type: NumberConstructor;
|
|
73
|
-
required: false;
|
|
74
|
-
default: number;
|
|
75
|
-
};
|
|
76
|
-
placement: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
required: false;
|
|
79
|
-
default: string;
|
|
80
|
-
};
|
|
81
|
-
/**
|
|
82
|
-
* 按钮数量变化
|
|
83
|
-
*/
|
|
84
|
-
zIndex: {
|
|
85
|
-
type: NumberConstructor;
|
|
86
|
-
required: false;
|
|
87
|
-
};
|
|
88
|
-
}>> & Readonly<{
|
|
89
|
-
onClosed?: (...args: any[]) => any;
|
|
90
|
-
}>, {
|
|
91
|
-
width: number;
|
|
92
|
-
placement: string;
|
|
93
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
94
|
-
ButtonRenderer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
95
|
-
els: {
|
|
96
|
-
type: ArrayConstructor;
|
|
97
|
-
required: true;
|
|
98
|
-
};
|
|
99
|
-
context: {
|
|
100
|
-
type: any;
|
|
101
|
-
required: false;
|
|
102
|
-
};
|
|
103
|
-
executeData: {
|
|
104
|
-
type: ArrayConstructor;
|
|
105
|
-
required: false;
|
|
106
|
-
default: () => any[];
|
|
107
|
-
};
|
|
108
|
-
direction: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
required: false;
|
|
111
|
-
default: string;
|
|
112
|
-
};
|
|
113
|
-
}>, {
|
|
114
|
-
props: any;
|
|
115
|
-
isOpenAuthButton: import("vue").Ref<boolean, boolean>;
|
|
116
|
-
authButtons: import("vue").Ref<string[], string[]>;
|
|
117
|
-
showEls: import("vue").ComputedRef<any>;
|
|
118
|
-
BEMSpace: string;
|
|
119
|
-
createBEMName: (name: string) => string;
|
|
120
|
-
emit: (event: "add" | "upd" | "del" | "custom" | "count-change", ...args: any[]) => void;
|
|
121
|
-
handleCommand: (command: string) => void;
|
|
122
|
-
handleButtonClick: (index: number) => void;
|
|
123
|
-
readonly ArrowDown: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
124
|
-
ButtonItemRender: {
|
|
125
|
-
name: string;
|
|
126
|
-
props: {
|
|
127
|
-
text: {
|
|
128
|
-
type: StringConstructor;
|
|
129
|
-
default: string;
|
|
130
|
-
};
|
|
131
|
-
renderFn: {
|
|
132
|
-
type: FunctionConstructor;
|
|
133
|
-
default: any;
|
|
134
|
-
};
|
|
135
|
-
context: {
|
|
136
|
-
type: ObjectConstructor;
|
|
137
|
-
default: any;
|
|
138
|
-
};
|
|
139
|
-
executeData: {
|
|
140
|
-
type: ArrayConstructor;
|
|
141
|
-
default: () => any[];
|
|
142
|
-
};
|
|
143
|
-
};
|
|
144
|
-
render(): any;
|
|
145
|
-
};
|
|
146
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("add" | "upd" | "del" | "custom" | "count-change")[], "add" | "upd" | "del" | "custom" | "count-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
147
|
-
els: {
|
|
148
|
-
type: ArrayConstructor;
|
|
149
|
-
required: true;
|
|
150
|
-
};
|
|
151
|
-
context: {
|
|
152
|
-
type: any;
|
|
153
|
-
required: false;
|
|
154
|
-
};
|
|
155
|
-
executeData: {
|
|
156
|
-
type: ArrayConstructor;
|
|
157
|
-
required: false;
|
|
158
|
-
default: () => any[];
|
|
159
|
-
};
|
|
160
|
-
direction: {
|
|
161
|
-
type: StringConstructor;
|
|
162
|
-
required: false;
|
|
163
|
-
default: string;
|
|
164
|
-
};
|
|
165
|
-
}>> & Readonly<{
|
|
166
|
-
onAdd?: (...args: any[]) => any;
|
|
167
|
-
onUpd?: (...args: any[]) => any;
|
|
168
|
-
onDel?: (...args: any[]) => any;
|
|
169
|
-
onImport?: (...args: any[]) => any;
|
|
170
|
-
onCustom?: (...args: any[]) => any;
|
|
171
|
-
"onCount-change"?: (...args: any[]) => any;
|
|
172
|
-
}>, {
|
|
173
|
-
context: any;
|
|
174
|
-
executeData: unknown[];
|
|
175
|
-
direction: string;
|
|
176
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
177
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("add" | "upd" | "del" | "custom")[], "add" | "upd" | "del" | "custom", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
178
|
-
onAdd?: (...args: any[]) => any;
|
|
179
|
-
onUpd?: (...args: any[]) => any;
|
|
180
|
-
onDel?: (...args: any[]) => any;
|
|
181
|
-
onImport?: (...args: any[]) => any;
|
|
182
|
-
onCustom?: (...args: any[]) => any;
|
|
183
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
184
|
-
export default _sfc_main;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
text: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: false;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
text: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
required: false;
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
export default _sfc_main;
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { FilterItemTypeEnum, FilterMatchModeEnum } from "./utils";
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
-
tableManager: {
|
|
4
|
-
type: ObjectConstructor;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
}>, {
|
|
8
|
-
props: any;
|
|
9
|
-
emit: (event: "screen", ...args: any[]) => void;
|
|
10
|
-
tableManager: import("vue").Ref<any, any>;
|
|
11
|
-
BEMSpace: string;
|
|
12
|
-
createBEMName: (name: string) => string;
|
|
13
|
-
currentColumn: import("vue").Ref<{
|
|
14
|
-
filterMultiple: boolean;
|
|
15
|
-
prop: string;
|
|
16
|
-
filterType: string;
|
|
17
|
-
filterLabel: string;
|
|
18
|
-
filterOptions: any[];
|
|
19
|
-
}, {
|
|
20
|
-
filterMultiple: boolean;
|
|
21
|
-
prop: string;
|
|
22
|
-
filterType: string;
|
|
23
|
-
filterLabel: string;
|
|
24
|
-
filterOptions: any[];
|
|
25
|
-
} | {
|
|
26
|
-
filterMultiple: boolean;
|
|
27
|
-
prop: string;
|
|
28
|
-
filterType: string;
|
|
29
|
-
filterLabel: string;
|
|
30
|
-
filterOptions: any[];
|
|
31
|
-
}>;
|
|
32
|
-
filterMultiple: import("vue").Ref<boolean, boolean>;
|
|
33
|
-
hasCompare: import("vue").Ref<boolean, boolean>;
|
|
34
|
-
isShowFilter: import("vue").Ref<boolean, boolean>;
|
|
35
|
-
filterKeywords: import("vue").Ref<string, string>;
|
|
36
|
-
filterList: import("vue").Ref<{
|
|
37
|
-
prop: string;
|
|
38
|
-
filterType?: FilterItemTypeEnum;
|
|
39
|
-
filterLabel?: string;
|
|
40
|
-
filterOptions?: {
|
|
41
|
-
label: string;
|
|
42
|
-
value: string | number | boolean;
|
|
43
|
-
}[];
|
|
44
|
-
condition?: FilterMatchModeEnum;
|
|
45
|
-
value?: any;
|
|
46
|
-
}[], PageModel.TableColumnParamsItem[] | {
|
|
47
|
-
prop: string;
|
|
48
|
-
filterType?: FilterItemTypeEnum;
|
|
49
|
-
filterLabel?: string;
|
|
50
|
-
filterOptions?: {
|
|
51
|
-
label: string;
|
|
52
|
-
value: string | number | boolean;
|
|
53
|
-
}[];
|
|
54
|
-
condition?: FilterMatchModeEnum;
|
|
55
|
-
value?: any;
|
|
56
|
-
}[]>;
|
|
57
|
-
filterOptions: import("vue").ComputedRef<any[]>;
|
|
58
|
-
multSelectDatas: import("vue").ComputedRef<{
|
|
59
|
-
[key: string]: {
|
|
60
|
-
modelValue: boolean;
|
|
61
|
-
indeterminate: boolean;
|
|
62
|
-
};
|
|
63
|
-
}>;
|
|
64
|
-
handleMultSelectChange: (prop: string, value: boolean) => void;
|
|
65
|
-
getAddFilterItem: () => {
|
|
66
|
-
prop: string;
|
|
67
|
-
filterType: any;
|
|
68
|
-
filterLabel: string;
|
|
69
|
-
filterOptions: any[];
|
|
70
|
-
condition: any;
|
|
71
|
-
value: any;
|
|
72
|
-
};
|
|
73
|
-
show: (column: PageModel.TableBaseItem<any>) => Promise<void>;
|
|
74
|
-
handleRemoveFilterItem: (index: number) => void;
|
|
75
|
-
clearCurrentParams: () => void;
|
|
76
|
-
handleScreen: () => void;
|
|
77
|
-
handleClear: () => void;
|
|
78
|
-
handleAddFilterItem: () => void;
|
|
79
|
-
readonly Plus: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
80
|
-
readonly Remove: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
|
-
readonly Search: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
82
|
-
readonly FilterItemTypeEnum: typeof FilterItemTypeEnum;
|
|
83
|
-
readonly compareOptions: {
|
|
84
|
-
string: {
|
|
85
|
-
label: string;
|
|
86
|
-
value: FilterMatchModeEnum;
|
|
87
|
-
}[];
|
|
88
|
-
number: {
|
|
89
|
-
label: string;
|
|
90
|
-
/**
|
|
91
|
-
* 多选列的标记
|
|
92
|
-
*/
|
|
93
|
-
value: FilterMatchModeEnum;
|
|
94
|
-
}[];
|
|
95
|
-
date: {
|
|
96
|
-
label: string;
|
|
97
|
-
value: FilterMatchModeEnum;
|
|
98
|
-
}[];
|
|
99
|
-
};
|
|
100
|
-
readonly noValueOptions: FilterMatchModeEnum[];
|
|
101
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "screen"[], "screen", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
102
|
-
tableManager: {
|
|
103
|
-
type: ObjectConstructor;
|
|
104
|
-
required: true;
|
|
105
|
-
};
|
|
106
|
-
}>> & Readonly<{
|
|
107
|
-
onScreen?: (...args: any[]) => any;
|
|
108
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
109
|
-
export default _sfc_main;
|