bm-admin-ui 0.1.1-9 → 1.0.2-alpha
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/components/button/index.d.ts +48 -26
- package/es/components/button/index.js +18 -9
- package/es/components/button/src/button.d.ts +10 -1
- package/es/components/button/src/button.vue.d.ts +54 -30
- package/es/components/float-table/index.d.ts +70 -0
- package/es/components/float-table/index.js +421 -0
- package/es/components/float-table/src/float-table.vue.d.ts +69 -0
- package/es/components/flow-designer/index.js +1 -1
- package/es/components/form-designer/index.js +1 -1
- package/es/components/index.d.ts +7 -0
- package/es/components/index.js +7 -0
- package/es/components/multi-cascader-compose/index.d.ts +135 -0
- package/es/components/multi-cascader-compose/index.js +1699 -0
- package/es/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +135 -0
- package/es/components/multi-cascader-compose/src/props.d.ts +32 -0
- package/es/components/multi-cascader-compose/types.d.ts +10 -0
- package/es/components/over-tooltips/index.d.ts +35 -0
- package/es/components/over-tooltips/index.js +117 -0
- package/es/components/over-tooltips/src/over-tooltips.vue.d.ts +34 -0
- package/es/components/search-filter/index.d.ts +20 -5247
- package/es/components/search-filter/index.js +597 -33
- package/es/components/search-filter/src/search-filter.vue.d.ts +20 -5248
- package/es/components/search-filter/src/serach-filter.d.ts +2 -3
- package/es/components/shops-filter/index.d.ts +99 -0
- package/es/components/shops-filter/index.js +1614 -0
- package/es/components/shops-filter/src/shops-filter.d.ts +25 -0
- package/es/components/shops-filter/src/shops-filter.vue.d.ts +98 -0
- package/es/components/staffs-selector/index.d.ts +82 -0
- package/es/components/staffs-selector/index.js +1991 -0
- package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +79 -0
- package/es/components/staffs-selector/src/radioCmp.vue.d.ts +31 -0
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +81 -0
- package/es/components/staffs-selector/src/variedCmp.vue.d.ts +62 -0
- package/es/components/timeline/index.d.ts +93 -0
- package/es/components/timeline/index.js +164 -0
- package/es/components/timeline/src/props.d.ts +20 -0
- package/es/components/timeline/src/timeline-item.vue.d.ts +51 -0
- package/es/components/timeline/src/timeline.vue.d.ts +42 -0
- package/es/components/upload/index.d.ts +126 -0
- package/es/components/upload/index.js +1839 -0
- package/es/components/upload/src/icons.d.ts +13 -0
- package/es/components/upload/src/upload.vue.d.ts +125 -0
- package/es/components/upload/utils/index.d.ts +7 -0
- package/es/utils/vxe-table.d.ts +6 -0
- package/es/utils/vxe-table.js +28 -0
- package/index.esm.js +28463 -1865
- package/index.js +28603 -1997
- package/lib/components/button/index.d.ts +48 -26
- package/lib/components/button/index.js +17 -8
- package/lib/components/button/src/button.d.ts +10 -1
- package/lib/components/button/src/button.vue.d.ts +54 -30
- package/lib/components/float-table/index.d.ts +70 -0
- package/lib/components/float-table/index.js +426 -0
- package/lib/components/float-table/src/float-table.vue.d.ts +69 -0
- package/lib/components/flow-designer/index.js +1 -1
- package/lib/components/form-designer/index.js +1 -1
- package/lib/components/index.d.ts +7 -0
- package/lib/components/index.js +49 -0
- package/lib/components/multi-cascader-compose/index.d.ts +135 -0
- package/lib/components/multi-cascader-compose/index.js +1704 -0
- package/lib/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +135 -0
- package/lib/components/multi-cascader-compose/src/props.d.ts +32 -0
- package/lib/components/multi-cascader-compose/types.d.ts +10 -0
- package/lib/components/over-tooltips/index.d.ts +35 -0
- package/lib/components/over-tooltips/index.js +122 -0
- package/lib/components/over-tooltips/src/over-tooltips.vue.d.ts +34 -0
- package/lib/components/search-filter/index.d.ts +20 -5247
- package/lib/components/search-filter/index.js +596 -32
- package/lib/components/search-filter/src/search-filter.vue.d.ts +20 -5248
- package/lib/components/search-filter/src/serach-filter.d.ts +2 -3
- package/lib/components/shops-filter/index.d.ts +99 -0
- package/lib/components/shops-filter/index.js +1626 -0
- package/lib/components/shops-filter/src/shops-filter.d.ts +25 -0
- package/lib/components/shops-filter/src/shops-filter.vue.d.ts +98 -0
- package/lib/components/staffs-selector/index.d.ts +82 -0
- package/lib/components/staffs-selector/index.js +2005 -0
- package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +79 -0
- package/lib/components/staffs-selector/src/radioCmp.vue.d.ts +31 -0
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +81 -0
- package/lib/components/staffs-selector/src/variedCmp.vue.d.ts +62 -0
- package/lib/components/timeline/index.d.ts +93 -0
- package/lib/components/timeline/index.js +170 -0
- package/lib/components/timeline/src/props.d.ts +20 -0
- package/lib/components/timeline/src/timeline-item.vue.d.ts +51 -0
- package/lib/components/timeline/src/timeline.vue.d.ts +42 -0
- package/lib/components/upload/index.d.ts +126 -0
- package/lib/components/upload/index.js +1844 -0
- package/lib/components/upload/src/icons.d.ts +13 -0
- package/lib/components/upload/src/upload.vue.d.ts +125 -0
- package/lib/components/upload/utils/index.d.ts +7 -0
- package/lib/utils/vxe-table.d.ts +6 -0
- package/lib/utils/vxe-table.js +33 -0
- package/package.json +8 -4
- package/pnpm-global/5/node_modules/.pnpm/lock.yaml +3 -0
- package/pnpm-global/5/pnpm-lock.yaml +4 -0
- package/theme-chalk/button.css +1 -1
- package/theme-chalk/float-table.css +1 -0
- package/theme-chalk/floating-vue.css +1 -0
- package/theme-chalk/flow-designer.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/multi-cascader-compose.css +1 -0
- package/theme-chalk/over-tooltips.css +1 -0
- package/theme-chalk/search-filter.css +1 -1
- package/theme-chalk/shops-filter.css +1 -0
- package/theme-chalk/staffs-selector.css +1 -0
- package/theme-chalk/timeline.css +1 -0
- package/theme-chalk/upload.css +1 -0
- package/types/components/button/index.d.ts +48 -26
- package/types/components/button/src/button.d.ts +10 -1
- package/types/components/button/src/button.vue.d.ts +54 -30
- package/types/components/float-table/index.d.ts +70 -0
- package/types/components/float-table/src/float-table.vue.d.ts +69 -0
- package/types/components/index.d.ts +7 -0
- package/types/components/multi-cascader-compose/index.d.ts +135 -0
- package/types/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +135 -0
- package/types/components/multi-cascader-compose/src/props.d.ts +32 -0
- package/types/components/multi-cascader-compose/types.d.ts +10 -0
- package/types/components/over-tooltips/index.d.ts +35 -0
- package/types/components/over-tooltips/src/over-tooltips.vue.d.ts +34 -0
- package/types/components/search-filter/index.d.ts +20 -5247
- package/types/components/search-filter/src/search-filter.vue.d.ts +20 -5248
- package/types/components/search-filter/src/serach-filter.d.ts +2 -3
- package/types/components/shops-filter/index.d.ts +99 -0
- package/types/components/shops-filter/src/shops-filter.d.ts +25 -0
- package/types/components/shops-filter/src/shops-filter.vue.d.ts +98 -0
- package/types/components/staffs-selector/index.d.ts +82 -0
- package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +79 -0
- package/types/components/staffs-selector/src/radioCmp.vue.d.ts +31 -0
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +81 -0
- package/types/components/staffs-selector/src/variedCmp.vue.d.ts +62 -0
- package/types/components/timeline/index.d.ts +93 -0
- package/types/components/timeline/src/props.d.ts +20 -0
- package/types/components/timeline/src/timeline-item.vue.d.ts +51 -0
- package/types/components/timeline/src/timeline.vue.d.ts +42 -0
- package/types/components/upload/index.d.ts +126 -0
- package/types/components/upload/src/icons.d.ts +13 -0
- package/types/components/upload/src/upload.vue.d.ts +125 -0
- package/types/components/upload/utils/index.d.ts +7 -0
- package/types/utils/vxe-table.d.ts +6 -0
|
@@ -1,9 +1,23 @@
|
|
|
1
|
-
declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
size: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
type: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}, {
|
|
11
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
size: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
type: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}>> & {
|
|
7
21
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
8
22
|
}>>;
|
|
9
23
|
AButton: {
|
|
@@ -13,12 +27,12 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
13
27
|
$props: Partial<{
|
|
14
28
|
block: boolean;
|
|
15
29
|
disabled: boolean;
|
|
16
|
-
ghost: boolean;
|
|
17
|
-
danger: boolean;
|
|
18
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
19
30
|
loading: boolean | {
|
|
20
31
|
delay?: number | undefined;
|
|
21
32
|
};
|
|
33
|
+
ghost: boolean;
|
|
34
|
+
danger: boolean;
|
|
35
|
+
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
22
36
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23
37
|
prefixCls: StringConstructor;
|
|
24
38
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonType>;
|
|
@@ -30,7 +44,7 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
30
44
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
31
45
|
};
|
|
32
46
|
size: {
|
|
33
|
-
type: import("vue").PropType<import("ant-design-vue/lib/
|
|
47
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
34
48
|
};
|
|
35
49
|
loading: {
|
|
36
50
|
type: import("vue").PropType<boolean | {
|
|
@@ -91,7 +105,7 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
91
105
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
92
106
|
};
|
|
93
107
|
size: {
|
|
94
|
-
type: import("vue").PropType<import("ant-design-vue/lib/
|
|
108
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
95
109
|
};
|
|
96
110
|
loading: {
|
|
97
111
|
type: import("vue").PropType<boolean | {
|
|
@@ -130,12 +144,12 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
130
144
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
131
145
|
block: boolean;
|
|
132
146
|
disabled: boolean;
|
|
133
|
-
ghost: boolean;
|
|
134
|
-
danger: boolean;
|
|
135
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
136
147
|
loading: boolean | {
|
|
137
148
|
delay?: number | undefined;
|
|
138
149
|
};
|
|
150
|
+
ghost: boolean;
|
|
151
|
+
danger: boolean;
|
|
152
|
+
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
139
153
|
}> & {
|
|
140
154
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
141
155
|
created?: (() => void) | (() => void)[] | undefined;
|
|
@@ -167,7 +181,7 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
167
181
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
168
182
|
};
|
|
169
183
|
size: {
|
|
170
|
-
type: import("vue").PropType<import("ant-design-vue/lib/
|
|
184
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
171
185
|
};
|
|
172
186
|
loading: {
|
|
173
187
|
type: import("vue").PropType<boolean | {
|
|
@@ -218,7 +232,7 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
218
232
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
219
233
|
};
|
|
220
234
|
size: {
|
|
221
|
-
type: import("vue").PropType<import("ant-design-vue/lib/
|
|
235
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
222
236
|
};
|
|
223
237
|
loading: {
|
|
224
238
|
type: import("vue").PropType<boolean | {
|
|
@@ -257,29 +271,37 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
257
271
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
258
272
|
block: boolean;
|
|
259
273
|
disabled: boolean;
|
|
260
|
-
ghost: boolean;
|
|
261
|
-
danger: boolean;
|
|
262
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
263
274
|
loading: boolean | {
|
|
264
275
|
delay?: number | undefined;
|
|
265
276
|
};
|
|
277
|
+
ghost: boolean;
|
|
278
|
+
danger: boolean;
|
|
279
|
+
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
266
280
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
267
281
|
readonly Group: import("vue").DefineComponent<{
|
|
268
282
|
prefixCls: StringConstructor;
|
|
269
283
|
size: {
|
|
270
|
-
type: import("vue").PropType<import("ant-design-vue/lib/
|
|
284
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
271
285
|
};
|
|
272
286
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
273
287
|
prefixCls: StringConstructor;
|
|
274
288
|
size: {
|
|
275
|
-
type: import("vue").PropType<import("ant-design-vue/lib/
|
|
289
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
276
290
|
};
|
|
277
291
|
}>>, {}>;
|
|
278
292
|
};
|
|
279
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps,
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
}
|
|
293
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
294
|
+
size: {
|
|
295
|
+
type: StringConstructor;
|
|
296
|
+
default: string;
|
|
297
|
+
};
|
|
298
|
+
type: {
|
|
299
|
+
type: StringConstructor;
|
|
300
|
+
default: string;
|
|
301
|
+
};
|
|
302
|
+
}>>, {
|
|
303
|
+
type: string;
|
|
304
|
+
size: string;
|
|
305
|
+
}>>;
|
|
284
306
|
export { BmButton };
|
|
285
307
|
export default BmButton;
|
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
import { withInstall } from 'bm-admin-ui/es/utils/with-install';
|
|
2
|
-
import { defineComponent, openBlock, createBlock, unref, withCtx,
|
|
2
|
+
import { defineComponent, openBlock, createBlock, unref, withCtx, renderSlot } from 'vue';
|
|
3
3
|
import AButton from 'ant-design-vue/lib/button';
|
|
4
4
|
|
|
5
|
-
const buttonProps = {
|
|
5
|
+
const buttonProps = {
|
|
6
|
+
size: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: 'middle',
|
|
9
|
+
},
|
|
10
|
+
type: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: 'bm-primary',
|
|
13
|
+
},
|
|
14
|
+
};
|
|
6
15
|
|
|
7
16
|
var _export_sfc = (sfc, props) => {
|
|
8
17
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -12,7 +21,6 @@ var _export_sfc = (sfc, props) => {
|
|
|
12
21
|
return target;
|
|
13
22
|
};
|
|
14
23
|
|
|
15
|
-
const _hoisted_1 = /* @__PURE__ */ createTextVNode("BM\u6309\u94AE");
|
|
16
24
|
const __default__ = {
|
|
17
25
|
name: "BmButton"
|
|
18
26
|
};
|
|
@@ -20,20 +28,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
20
28
|
...__default__,
|
|
21
29
|
props: buttonProps,
|
|
22
30
|
setup(__props) {
|
|
31
|
+
const props = __props;
|
|
23
32
|
return (_ctx, _cache) => {
|
|
24
33
|
return openBlock(), createBlock(unref(AButton), {
|
|
25
|
-
size:
|
|
26
|
-
type:
|
|
34
|
+
size: props.size,
|
|
35
|
+
type: props.type
|
|
27
36
|
}, {
|
|
28
37
|
default: withCtx(() => [
|
|
29
|
-
|
|
38
|
+
renderSlot(_ctx.$slots, "default")
|
|
30
39
|
]),
|
|
31
|
-
_:
|
|
32
|
-
});
|
|
40
|
+
_: 3
|
|
41
|
+
}, 8, ["size", "type"]);
|
|
33
42
|
};
|
|
34
43
|
}
|
|
35
44
|
});
|
|
36
|
-
var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "
|
|
45
|
+
var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "button.vue"]]);
|
|
37
46
|
|
|
38
47
|
const BmButton = withInstall(Button);
|
|
39
48
|
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
import type { ExtractPropTypes } from 'vue';
|
|
2
|
-
export declare const buttonProps: {
|
|
2
|
+
export declare const buttonProps: {
|
|
3
|
+
size: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
type: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
3
12
|
export declare type ButtonProps = ExtractPropTypes<typeof buttonProps>;
|
|
@@ -1,9 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import type { SizeType } from 'ant-design-vue/lib/config-provider';
|
|
2
|
+
import type { ButtonType } from 'ant-design-vue/lib/button';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
size: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
type: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
}, {
|
|
13
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
size: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
type: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
}>> & {
|
|
7
23
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
8
24
|
}>>;
|
|
9
25
|
AButton: {
|
|
@@ -13,15 +29,15 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
13
29
|
$props: Partial<{
|
|
14
30
|
block: boolean;
|
|
15
31
|
disabled: boolean;
|
|
16
|
-
ghost: boolean;
|
|
17
|
-
danger: boolean;
|
|
18
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
19
32
|
loading: boolean | {
|
|
20
33
|
delay?: number | undefined;
|
|
21
34
|
};
|
|
35
|
+
ghost: boolean;
|
|
36
|
+
danger: boolean;
|
|
37
|
+
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
22
38
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23
39
|
prefixCls: StringConstructor;
|
|
24
|
-
type: import("vue").PropType<
|
|
40
|
+
type: import("vue").PropType<ButtonType>;
|
|
25
41
|
htmlType: {
|
|
26
42
|
type: import("vue").PropType<import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType>;
|
|
27
43
|
default: string;
|
|
@@ -30,7 +46,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
30
46
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
31
47
|
};
|
|
32
48
|
size: {
|
|
33
|
-
type: import("vue").PropType<
|
|
49
|
+
type: import("vue").PropType<SizeType>;
|
|
34
50
|
};
|
|
35
51
|
loading: {
|
|
36
52
|
type: import("vue").PropType<boolean | {
|
|
@@ -82,7 +98,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
82
98
|
$el: any;
|
|
83
99
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
84
100
|
prefixCls: StringConstructor;
|
|
85
|
-
type: import("vue").PropType<
|
|
101
|
+
type: import("vue").PropType<ButtonType>;
|
|
86
102
|
htmlType: {
|
|
87
103
|
type: import("vue").PropType<import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType>;
|
|
88
104
|
default: string;
|
|
@@ -91,7 +107,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
91
107
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
92
108
|
};
|
|
93
109
|
size: {
|
|
94
|
-
type: import("vue").PropType<
|
|
110
|
+
type: import("vue").PropType<SizeType>;
|
|
95
111
|
};
|
|
96
112
|
loading: {
|
|
97
113
|
type: import("vue").PropType<boolean | {
|
|
@@ -130,12 +146,12 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
130
146
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
131
147
|
block: boolean;
|
|
132
148
|
disabled: boolean;
|
|
133
|
-
ghost: boolean;
|
|
134
|
-
danger: boolean;
|
|
135
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
136
149
|
loading: boolean | {
|
|
137
150
|
delay?: number | undefined;
|
|
138
151
|
};
|
|
152
|
+
ghost: boolean;
|
|
153
|
+
danger: boolean;
|
|
154
|
+
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
139
155
|
}> & {
|
|
140
156
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
141
157
|
created?: (() => void) | (() => void)[] | undefined;
|
|
@@ -158,7 +174,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
158
174
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
159
175
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
160
176
|
prefixCls: StringConstructor;
|
|
161
|
-
type: import("vue").PropType<
|
|
177
|
+
type: import("vue").PropType<ButtonType>;
|
|
162
178
|
htmlType: {
|
|
163
179
|
type: import("vue").PropType<import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType>;
|
|
164
180
|
default: string;
|
|
@@ -167,7 +183,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
167
183
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
168
184
|
};
|
|
169
185
|
size: {
|
|
170
|
-
type: import("vue").PropType<
|
|
186
|
+
type: import("vue").PropType<SizeType>;
|
|
171
187
|
};
|
|
172
188
|
loading: {
|
|
173
189
|
type: import("vue").PropType<boolean | {
|
|
@@ -209,7 +225,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
209
225
|
__isSuspense?: undefined;
|
|
210
226
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
211
227
|
prefixCls: StringConstructor;
|
|
212
|
-
type: import("vue").PropType<
|
|
228
|
+
type: import("vue").PropType<ButtonType>;
|
|
213
229
|
htmlType: {
|
|
214
230
|
type: import("vue").PropType<import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType>;
|
|
215
231
|
default: string;
|
|
@@ -218,7 +234,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
218
234
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
219
235
|
};
|
|
220
236
|
size: {
|
|
221
|
-
type: import("vue").PropType<
|
|
237
|
+
type: import("vue").PropType<SizeType>;
|
|
222
238
|
};
|
|
223
239
|
loading: {
|
|
224
240
|
type: import("vue").PropType<boolean | {
|
|
@@ -257,28 +273,36 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
257
273
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
258
274
|
block: boolean;
|
|
259
275
|
disabled: boolean;
|
|
260
|
-
ghost: boolean;
|
|
261
|
-
danger: boolean;
|
|
262
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
263
276
|
loading: boolean | {
|
|
264
277
|
delay?: number | undefined;
|
|
265
278
|
};
|
|
279
|
+
ghost: boolean;
|
|
280
|
+
danger: boolean;
|
|
281
|
+
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
266
282
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
267
283
|
readonly Group: import("vue").DefineComponent<{
|
|
268
284
|
prefixCls: StringConstructor;
|
|
269
285
|
size: {
|
|
270
|
-
type: import("vue").PropType<
|
|
286
|
+
type: import("vue").PropType<SizeType>;
|
|
271
287
|
};
|
|
272
288
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
273
289
|
prefixCls: StringConstructor;
|
|
274
290
|
size: {
|
|
275
|
-
type: import("vue").PropType<
|
|
291
|
+
type: import("vue").PropType<SizeType>;
|
|
276
292
|
};
|
|
277
293
|
}>>, {}>;
|
|
278
294
|
};
|
|
279
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps,
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
}
|
|
295
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
296
|
+
size: {
|
|
297
|
+
type: StringConstructor;
|
|
298
|
+
default: string;
|
|
299
|
+
};
|
|
300
|
+
type: {
|
|
301
|
+
type: StringConstructor;
|
|
302
|
+
default: string;
|
|
303
|
+
};
|
|
304
|
+
}>>, {
|
|
305
|
+
type: string;
|
|
306
|
+
size: string;
|
|
307
|
+
}>;
|
|
284
308
|
export default _default;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
declare const BmFloatTable: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<{
|
|
2
|
+
name: string;
|
|
3
|
+
props: {
|
|
4
|
+
config: {
|
|
5
|
+
type: ObjectConstructor;
|
|
6
|
+
required: boolean;
|
|
7
|
+
default: () => {};
|
|
8
|
+
};
|
|
9
|
+
pagerProps: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
events: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
default: () => {};
|
|
16
|
+
};
|
|
17
|
+
isNeedFloatHandle: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
size: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
emits: string[];
|
|
27
|
+
setup(props: any, { emit }: {
|
|
28
|
+
emit: any;
|
|
29
|
+
}): {
|
|
30
|
+
setItemRef(el: any, column: any, rowid: any): void;
|
|
31
|
+
leaveFloatTable(): void;
|
|
32
|
+
scrollTo(config?: {}): void;
|
|
33
|
+
pageNoChange(val: any): Promise<void>;
|
|
34
|
+
pageSizeChange(val: any, size: any): Promise<void>;
|
|
35
|
+
floatMouseLeave(): void;
|
|
36
|
+
floatOverMouse(): void;
|
|
37
|
+
goAnimationEndFn(): void;
|
|
38
|
+
scrollNotShowFloat(): void;
|
|
39
|
+
classes: import("vue").ComputedRef<(string | {
|
|
40
|
+
floatHandleTable: any;
|
|
41
|
+
})[]>;
|
|
42
|
+
gridOptions: import("vue").ComputedRef<any>;
|
|
43
|
+
gridEvents: import("vue").ComputedRef<any>;
|
|
44
|
+
pager: import("vue").ComputedRef<any>;
|
|
45
|
+
simpleImage: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
}> | null | undefined)[]>;
|
|
50
|
+
floatRefsId: import("vue").Ref<{}>;
|
|
51
|
+
floatId: import("vue").Ref<string>;
|
|
52
|
+
isShowFloatHandle: import("vue").Ref<boolean>;
|
|
53
|
+
atVisible: import("vue").Ref<boolean>;
|
|
54
|
+
goAnimationEnd: import("vue").Ref<boolean>;
|
|
55
|
+
floatPosition: import("vue").Ref<{
|
|
56
|
+
top: string;
|
|
57
|
+
height: string;
|
|
58
|
+
}>;
|
|
59
|
+
trNodes: import("vue").Ref<any>;
|
|
60
|
+
isInScroll: import("vue").Ref<boolean>;
|
|
61
|
+
inMaxScorllX: import("vue").Ref<boolean>;
|
|
62
|
+
floatRow: import("vue").Ref<{}>;
|
|
63
|
+
floatRowIndex: import("vue").Ref<undefined>;
|
|
64
|
+
floatHandleDomCol: import("vue").Ref<any>;
|
|
65
|
+
floatTable: import("vue").Ref<any>;
|
|
66
|
+
xGrid: import("vue").Ref<any>;
|
|
67
|
+
};
|
|
68
|
+
}>;
|
|
69
|
+
export { BmFloatTable };
|
|
70
|
+
export default BmFloatTable;
|