@pusdn/pgz-comp-elep 0.2.13 → 0.2.14
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/lib/adaptive-page/index.d.ts +17096 -0
- package/lib/adaptive-page/src/index.vue.d.ts +5731 -0
- package/lib/adaptive-page/src/type.d.ts +9 -0
- package/lib/button/index.d.ts +134 -0
- package/lib/button/src/index.vue.d.ts +67 -0
- package/lib/button/src/type.d.ts +10 -0
- package/lib/chart/index.d.ts +164 -0
- package/lib/chart/src/index.vue.d.ts +77 -0
- package/lib/chart/src/type.d.ts +7 -0
- package/lib/checkbox/index.d.ts +206 -0
- package/lib/checkbox/src/checkbox.d.ts +5 -0
- package/lib/checkbox/src/index.vue.d.ts +91 -0
- package/lib/components.d.ts +57 -0
- package/lib/date-picker/index.d.ts +170 -0
- package/lib/date-picker/src/index.vue.d.ts +77 -0
- package/lib/date-picker/src/type.d.ts +10 -0
- package/lib/detail/index.d.ts +182 -0
- package/lib/detail/src/index.vue.d.ts +88 -0
- package/lib/detail/src/renderLabel.vue.d.ts +8 -0
- package/lib/detail/src/renderTooltip.vue.d.ts +8 -0
- package/lib/detail/src/type.d.ts +27 -0
- package/lib/favicon.ico +0 -0
- package/lib/form/index.d.ts +308 -0
- package/lib/form/src/index.vue.d.ts +125 -0
- package/lib/form/src/renderBtn.vue.d.ts +8 -0
- package/lib/form/src/renderComp.vue.d.ts +8 -0
- package/lib/form/src/type.d.ts +26 -0
- package/lib/index.d.ts +42 -0
- package/lib/input/index.d.ts +215 -0
- package/lib/input/src/index.vue.d.ts +109 -0
- package/lib/input/src/type.d.ts +13 -0
- package/lib/layout-page/index.d.ts +114 -0
- package/lib/layout-page/src/index.vue.d.ts +62 -0
- package/lib/layout-page-item/index.d.ts +35 -0
- package/lib/layout-page-item/src/index.vue.d.ts +14 -0
- package/lib/module-form/index.d.ts +530 -0
- package/lib/module-form/src/index.vue.d.ts +243 -0
- package/lib/module-form/src/moduleDetail.vue.d.ts +30 -0
- package/lib/module-form/src/moduleForm.vue.d.ts +36 -0
- package/lib/module-form/src/type.d.ts +19 -0
- package/lib/pgz-checkbox/index.d.ts +149 -0
- package/lib/pgz-checkbox/src/index.vue.d.ts +65 -0
- package/lib/pgz-checkbox/src/type.d.ts +12 -0
- package/lib/pgz-comp-elep.es.js +39723 -0
- package/lib/pgz-comp-elep.es.js.gz +0 -0
- package/lib/pgz-comp-elep.umd.js +261 -0
- package/lib/pgz-comp-elep.umd.js.gz +0 -0
- package/lib/pgz-html-preview-modal/index.d.ts +77 -0
- package/lib/pgz-html-preview-modal/src/index.vue.d.ts +22 -0
- package/lib/pgz-html-preview-modal/src/type.d.ts +7 -0
- package/lib/pgz-search-select/index.d.ts +5 -0
- package/lib/pgz-search-select/src/index.vue.d.ts +194 -0
- package/lib/pgz-search-select/src/type.d.ts +16 -0
- package/lib/pgz-tdt-mark/index.d.ts +407 -0
- package/lib/pgz-tdt-mark/src/env.d.ts +7 -0
- package/lib/pgz-tdt-mark/src/index.vue.d.ts +167 -0
- package/lib/pgz-tdt-mark/src/props.d.ts +63 -0
- package/lib/pgz-tdt-mark/src/types/index.d.ts +1 -0
- package/lib/pgz-tdt-mark/src/types/tdt.d.ts +88 -0
- package/lib/pgz-tdt-ploygon/index.d.ts +401 -0
- package/lib/pgz-tdt-ploygon/src/env.d.ts +7 -0
- package/lib/pgz-tdt-ploygon/src/index.vue.d.ts +164 -0
- package/lib/pgz-tdt-ploygon/src/props.d.ts +35 -0
- package/lib/pgz-tdt-ploygon/src/tmp-fix.d.ts +10 -0
- package/lib/pgz-tdt-ploygon/src/types/index.d.ts +1 -0
- package/lib/pgz-tdt-ploygon/src/types/tdt.d.ts +120 -0
- package/lib/pgz-tdt-ploygon/src/types.d.ts +27 -0
- package/lib/pgz-video-xg-modal/index.d.ts +181 -0
- package/lib/pgz-video-xg-modal/src/env.d.ts +7 -0
- package/lib/pgz-video-xg-modal/src/index.vue.d.ts +73 -0
- package/lib/pgz-video-xg-modal/src/types/xgplayer.d.ts +59 -0
- package/lib/query-condition/index.d.ts +701 -0
- package/lib/query-condition/src/index.vue.d.ts +326 -0
- package/lib/query-condition/src/moreChoose.vue.d.ts +37 -0
- package/lib/query-condition/src/renderComp.vue.d.ts +8 -0
- package/lib/query-condition/src/type.d.ts +21 -0
- package/lib/query-condition/src/useComputed.d.ts +27 -0
- package/lib/radio/index.d.ts +206 -0
- package/lib/radio/src/index.vue.d.ts +91 -0
- package/lib/radio/src/radio.d.ts +12 -0
- package/lib/select/index.d.ts +371 -0
- package/lib/select/src/index.vue.d.ts +200 -0
- package/lib/select/src/type.d.ts +42 -0
- package/lib/select-icon/index.d.ts +174 -0
- package/lib/select-icon/src/index.vue.d.ts +89 -0
- package/lib/select-table/index.d.ts +2165 -0
- package/lib/select-table/src/index.vue.d.ts +963 -0
- package/lib/select-table/src/renderCol.vue.d.ts +20 -0
- package/lib/select-table/src/type.d.ts +56 -0
- package/lib/select-table/src/useVirtualized.d.ts +11 -0
- package/lib/step-wizard/index.d.ts +146 -0
- package/lib/step-wizard/src/index.vue.d.ts +71 -0
- package/lib/step-wizard/src/type.d.ts +25 -0
- package/lib/style.css +1 -0
- package/lib/style.css.gz +0 -0
- package/lib/table/index.d.ts +2540 -0
- package/lib/table/src/ColumnSet.vue.d.ts +148 -0
- package/lib/table/src/TTableColumn.vue.d.ts +173 -0
- package/lib/table/src/index.vue.d.ts +941 -0
- package/lib/table/src/operator.vue.d.ts +80 -0
- package/lib/table/src/renderCol.vue.d.ts +20 -0
- package/lib/table/src/renderHeader.vue.d.ts +16 -0
- package/lib/table/src/singleEdit.vue.d.ts +122 -0
- package/lib/table/src/singleEditCell.vue.d.ts +120 -0
- package/lib/table/src/tableProps.d.ts +100 -0
- package/lib/table/src/useExpose.d.ts +16 -0
- package/lib/table/src/useVirtualized.d.ts +9 -0
- package/lib/tabs/index.d.ts +69 -0
- package/lib/tabs/src/index.vue.d.ts +34 -0
- package/lib/timer-btn/index.d.ts +92 -0
- package/lib/timer-btn/src/index.vue.d.ts +43 -0
- package/lib/utils/directives/click-outside/index.d.ts +3 -0
- package/lib/utils/http/api.d.ts +76 -0
- package/lib/utils/http/index.d.ts +79 -0
- package/lib/utils/http/types.d.ts +13 -0
- package/lib/utils/index.d.ts +40 -0
- package/lib/withInstall.d.ts +4 -0
- package/package.json +1 -1
|
Binary file
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import HtmlPreviewModal from "./src/index.vue";
|
|
2
|
+
export type PgzHtmlPreviewModalInstance = InstanceType<typeof HtmlPreviewModal>;
|
|
3
|
+
declare const PgzHtmlPreviewModal: ({
|
|
4
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
5
|
+
open: import("vue").Ref<boolean, boolean>;
|
|
6
|
+
editor: import("vue").Ref<string | null, string | null>;
|
|
7
|
+
formTitle: import("vue").Ref<string, string>;
|
|
8
|
+
title: import("vue").Ref<string | null, string | null>;
|
|
9
|
+
dialogRef: import("vue").Ref<any, any>;
|
|
10
|
+
modal: import("vue").Ref<{
|
|
11
|
+
fullscreen: boolean;
|
|
12
|
+
switchFullscreen: boolean;
|
|
13
|
+
}, {
|
|
14
|
+
fullscreen: boolean;
|
|
15
|
+
switchFullscreen: boolean;
|
|
16
|
+
} | {
|
|
17
|
+
fullscreen: boolean;
|
|
18
|
+
switchFullscreen: boolean;
|
|
19
|
+
}>;
|
|
20
|
+
onClose: () => void;
|
|
21
|
+
cancel: () => void;
|
|
22
|
+
toggleFullScreen: () => void;
|
|
23
|
+
handleOpen: (text?: string | undefined, modalTitle?: string | undefined) => void;
|
|
24
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
25
|
+
P: {};
|
|
26
|
+
B: {};
|
|
27
|
+
D: {};
|
|
28
|
+
C: {};
|
|
29
|
+
M: {};
|
|
30
|
+
Defaults: {};
|
|
31
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
32
|
+
open: import("vue").Ref<boolean, boolean>;
|
|
33
|
+
editor: import("vue").Ref<string | null, string | null>;
|
|
34
|
+
formTitle: import("vue").Ref<string, string>;
|
|
35
|
+
title: import("vue").Ref<string | null, string | null>;
|
|
36
|
+
dialogRef: import("vue").Ref<any, any>;
|
|
37
|
+
modal: import("vue").Ref<{
|
|
38
|
+
fullscreen: boolean;
|
|
39
|
+
switchFullscreen: boolean;
|
|
40
|
+
}, {
|
|
41
|
+
fullscreen: boolean;
|
|
42
|
+
switchFullscreen: boolean;
|
|
43
|
+
} | {
|
|
44
|
+
fullscreen: boolean;
|
|
45
|
+
switchFullscreen: boolean;
|
|
46
|
+
}>;
|
|
47
|
+
onClose: () => void;
|
|
48
|
+
cancel: () => void;
|
|
49
|
+
toggleFullScreen: () => void;
|
|
50
|
+
handleOpen: (text?: string | undefined, modalTitle?: string | undefined) => void;
|
|
51
|
+
}, {}, {}, {}, {}>;
|
|
52
|
+
__isFragment?: undefined;
|
|
53
|
+
__isTeleport?: undefined;
|
|
54
|
+
__isSuspense?: undefined;
|
|
55
|
+
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
56
|
+
open: import("vue").Ref<boolean, boolean>;
|
|
57
|
+
editor: import("vue").Ref<string | null, string | null>;
|
|
58
|
+
formTitle: import("vue").Ref<string, string>;
|
|
59
|
+
title: import("vue").Ref<string | null, string | null>;
|
|
60
|
+
dialogRef: import("vue").Ref<any, any>;
|
|
61
|
+
modal: import("vue").Ref<{
|
|
62
|
+
fullscreen: boolean;
|
|
63
|
+
switchFullscreen: boolean;
|
|
64
|
+
}, {
|
|
65
|
+
fullscreen: boolean;
|
|
66
|
+
switchFullscreen: boolean;
|
|
67
|
+
} | {
|
|
68
|
+
fullscreen: boolean;
|
|
69
|
+
switchFullscreen: boolean;
|
|
70
|
+
}>;
|
|
71
|
+
onClose: () => void;
|
|
72
|
+
cancel: () => void;
|
|
73
|
+
toggleFullScreen: () => void;
|
|
74
|
+
handleOpen: (text?: string | undefined, modalTitle?: string | undefined) => void;
|
|
75
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>) & Record<string, any>;
|
|
76
|
+
export default PgzHtmlPreviewModal;
|
|
77
|
+
export * from './src/type';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
open: import("vue").Ref<boolean, boolean>;
|
|
3
|
+
editor: import("vue").Ref<string | null, string | null>;
|
|
4
|
+
formTitle: import("vue").Ref<string, string>;
|
|
5
|
+
title: import("vue").Ref<string | null, string | null>;
|
|
6
|
+
dialogRef: import("vue").Ref<any, any>;
|
|
7
|
+
modal: import("vue").Ref<{
|
|
8
|
+
fullscreen: boolean;
|
|
9
|
+
switchFullscreen: boolean;
|
|
10
|
+
}, {
|
|
11
|
+
fullscreen: boolean;
|
|
12
|
+
switchFullscreen: boolean;
|
|
13
|
+
} | {
|
|
14
|
+
fullscreen: boolean;
|
|
15
|
+
switchFullscreen: boolean;
|
|
16
|
+
}>;
|
|
17
|
+
onClose: () => void;
|
|
18
|
+
cancel: () => void;
|
|
19
|
+
toggleFullScreen: () => void;
|
|
20
|
+
handleOpen: (text?: string, modalTitle?: string) => void;
|
|
21
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: null;
|
|
4
|
+
required: false;
|
|
5
|
+
default: undefined;
|
|
6
|
+
};
|
|
7
|
+
pgzvalue: {
|
|
8
|
+
type: null;
|
|
9
|
+
required: false;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
12
|
+
disabled: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
required: false;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
dictOptions: {
|
|
18
|
+
type: ArrayConstructor;
|
|
19
|
+
required: false;
|
|
20
|
+
default: () => never[];
|
|
21
|
+
};
|
|
22
|
+
async: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
placeholder: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
required: false;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
dict: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
required: false;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
mhFields: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
required: false;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
popContainer: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
required: false;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
pageSize: {
|
|
48
|
+
type: NumberConstructor;
|
|
49
|
+
required: false;
|
|
50
|
+
default: number;
|
|
51
|
+
};
|
|
52
|
+
getPopupContainer: {
|
|
53
|
+
type: FunctionConstructor;
|
|
54
|
+
required: false;
|
|
55
|
+
default: null;
|
|
56
|
+
};
|
|
57
|
+
mode: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
required: false;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
size: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
required: false;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
emptyText: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
required: false;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
}>, {
|
|
73
|
+
useDebounceFn: <T extends (...args: any[]) => any>(fn: T, ms: number) => T;
|
|
74
|
+
props: any;
|
|
75
|
+
emits: (event: "update:modelValue" | "change" | "update:pgzvalue", ...args: any[]) => void;
|
|
76
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
77
|
+
selectedValue: import("vue").Ref<any, any>;
|
|
78
|
+
selectedAsyncValue: import("vue").Ref<any, any>;
|
|
79
|
+
options: import("vue").Ref<any[], any[]>;
|
|
80
|
+
lastLoad: import("vue").Ref<number, number>;
|
|
81
|
+
isFirstOpen: import("vue").Ref<boolean, boolean>;
|
|
82
|
+
searchKeyword: import("vue").Ref<string, string>;
|
|
83
|
+
lastQuery: import("vue").Ref<string, string>;
|
|
84
|
+
computedAsyncValue: import("vue").WritableComputedRef<any, any>;
|
|
85
|
+
initDictData: () => void;
|
|
86
|
+
stringToArray: (value: string | undefined) => any[];
|
|
87
|
+
arrayToString: (value: any[] | undefined) => string;
|
|
88
|
+
initSelectValue: () => void;
|
|
89
|
+
initOptions: () => void;
|
|
90
|
+
loadInitialData: (value: any) => void;
|
|
91
|
+
initAsyncValue: () => void;
|
|
92
|
+
initialLoading: import("vue").Ref<boolean, boolean>;
|
|
93
|
+
loadInitialOptions: (values: any) => void;
|
|
94
|
+
handleVisibleChange: (visible: any) => void;
|
|
95
|
+
initialDataLoaded: import("vue").Ref<boolean, boolean>;
|
|
96
|
+
loadData: (query: any) => void;
|
|
97
|
+
handleAsyncChange: (value: any) => void;
|
|
98
|
+
handleChange: (value: any) => void;
|
|
99
|
+
selectAll: () => void;
|
|
100
|
+
clearAll: () => void;
|
|
101
|
+
getParentContainer: (node: any) => any;
|
|
102
|
+
loadDataDebounced: (query: any) => void;
|
|
103
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "update:pgzvalue")[], "update:modelValue" | "change" | "update:pgzvalue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
104
|
+
modelValue: {
|
|
105
|
+
type: null;
|
|
106
|
+
required: false;
|
|
107
|
+
default: undefined;
|
|
108
|
+
};
|
|
109
|
+
pgzvalue: {
|
|
110
|
+
type: null;
|
|
111
|
+
required: false;
|
|
112
|
+
default: undefined;
|
|
113
|
+
};
|
|
114
|
+
disabled: {
|
|
115
|
+
type: BooleanConstructor;
|
|
116
|
+
required: false;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
119
|
+
dictOptions: {
|
|
120
|
+
type: ArrayConstructor;
|
|
121
|
+
required: false;
|
|
122
|
+
default: () => never[];
|
|
123
|
+
};
|
|
124
|
+
async: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
required: false;
|
|
127
|
+
default: boolean;
|
|
128
|
+
};
|
|
129
|
+
placeholder: {
|
|
130
|
+
type: StringConstructor;
|
|
131
|
+
required: false;
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
134
|
+
dict: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
required: false;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
mhFields: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
required: false;
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
144
|
+
popContainer: {
|
|
145
|
+
type: StringConstructor;
|
|
146
|
+
required: false;
|
|
147
|
+
default: string;
|
|
148
|
+
};
|
|
149
|
+
pageSize: {
|
|
150
|
+
type: NumberConstructor;
|
|
151
|
+
required: false;
|
|
152
|
+
default: number;
|
|
153
|
+
};
|
|
154
|
+
getPopupContainer: {
|
|
155
|
+
type: FunctionConstructor;
|
|
156
|
+
required: false;
|
|
157
|
+
default: null;
|
|
158
|
+
};
|
|
159
|
+
mode: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
required: false;
|
|
162
|
+
default: string;
|
|
163
|
+
};
|
|
164
|
+
size: {
|
|
165
|
+
type: StringConstructor;
|
|
166
|
+
required: false;
|
|
167
|
+
default: string;
|
|
168
|
+
};
|
|
169
|
+
emptyText: {
|
|
170
|
+
type: StringConstructor;
|
|
171
|
+
required: false;
|
|
172
|
+
default: string;
|
|
173
|
+
};
|
|
174
|
+
}>> & Readonly<{
|
|
175
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
176
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
177
|
+
"onUpdate:pgzvalue"?: ((...args: any[]) => any) | undefined;
|
|
178
|
+
}>, {
|
|
179
|
+
modelValue: any;
|
|
180
|
+
size: string;
|
|
181
|
+
disabled: boolean;
|
|
182
|
+
placeholder: string;
|
|
183
|
+
pgzvalue: any;
|
|
184
|
+
dictOptions: unknown[];
|
|
185
|
+
async: boolean;
|
|
186
|
+
dict: string;
|
|
187
|
+
mhFields: string;
|
|
188
|
+
popContainer: string;
|
|
189
|
+
pageSize: number;
|
|
190
|
+
getPopupContainer: Function;
|
|
191
|
+
mode: string;
|
|
192
|
+
emptyText: string;
|
|
193
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
194
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface PgzSearchSelectProps {
|
|
2
|
+
modelValue?: string | number | Array<any> | undefined;
|
|
3
|
+
pgzvalue?: any;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
dictOptions?: Array<any>;
|
|
6
|
+
async?: boolean;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
dict?: string;
|
|
9
|
+
mhFields?: string;
|
|
10
|
+
popContainer?: string;
|
|
11
|
+
pageSize?: number;
|
|
12
|
+
getPopupContainer?: Function;
|
|
13
|
+
mode?: string;
|
|
14
|
+
size?: string;
|
|
15
|
+
emptyText?: string;
|
|
16
|
+
}
|