bm-admin-ui 0.1.1-9 → 1.0.0-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/.pnpm-debug.log +16 -0
- package/es/components/button/index.d.ts +39 -17
- 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 +45 -21
- package/es/components/flow-designer/index.js +1 -1
- package/es/components/form-designer/index.js +1 -1
- package/es/components/search-filter/index.d.ts +19 -5246
- package/es/components/search-filter/index.js +2 -2
- package/es/components/search-filter/src/search-filter.vue.d.ts +19 -5247
- package/es/components/search-filter/src/serach-filter.d.ts +2 -3
- package/index.esm.js +22 -13
- package/index.js +21 -12
- package/lib/components/button/index.d.ts +39 -17
- 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 +45 -21
- package/lib/components/flow-designer/index.js +1 -1
- package/lib/components/form-designer/index.js +1 -1
- package/lib/components/search-filter/index.d.ts +19 -5246
- package/lib/components/search-filter/index.js +2 -2
- package/lib/components/search-filter/src/search-filter.vue.d.ts +19 -5247
- package/lib/components/search-filter/src/serach-filter.d.ts +2 -3
- package/package.json +3 -3
- package/theme-chalk/button.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/types/components/button/index.d.ts +39 -17
- package/types/components/button/src/button.d.ts +10 -1
- package/types/components/button/src/button.vue.d.ts +45 -21
- package/types/components/search-filter/index.d.ts +19 -5246
- package/types/components/search-filter/src/search-filter.vue.d.ts +19 -5247
- package/types/components/search-filter/src/serach-filter.d.ts +2 -3
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { ExtractPropTypes
|
|
2
|
-
import type { Rule } from '@form-create/ant-design-vue';
|
|
1
|
+
import type { ExtractPropTypes } from 'vue';
|
|
3
2
|
export declare const searchResetBtnProps: {
|
|
4
3
|
showExpandBtn: {
|
|
5
4
|
type: BooleanConstructor;
|
|
@@ -12,7 +11,7 @@ export declare const searchFilterProps: {
|
|
|
12
11
|
default: boolean;
|
|
13
12
|
};
|
|
14
13
|
userRule: {
|
|
15
|
-
type:
|
|
14
|
+
type: ArrayConstructor;
|
|
16
15
|
default(): never[];
|
|
17
16
|
};
|
|
18
17
|
labelCol: {
|
package/index.esm.js
CHANGED
|
@@ -3,7 +3,7 @@ var process = {
|
|
|
3
3
|
NODE_ENV: 'production'
|
|
4
4
|
}
|
|
5
5
|
};
|
|
6
|
-
import require$$0$1, { defineComponent, openBlock, createBlock, unref, withCtx,
|
|
6
|
+
import require$$0$1, { defineComponent, openBlock, createBlock, unref, withCtx, renderSlot, resolveComponent, ref, onMounted, createElementBlock, createVNode, Fragment, mergeProps as mergeProps$1, isVNode, nextTick, markRaw, reactive, computed, toRef, customRef, watch, createApp, h as h$1, getCurrentInstance, provide, inject, toRefs, onBeforeUnmount, onUpdated, withDirectives, resolveDirective, createElementVNode, createTextVNode, toDisplayString, normalizeStyle, createCommentVNode } from 'vue';
|
|
7
7
|
|
|
8
8
|
const withInstall$1 = (comp) => {
|
|
9
9
|
comp.install = function (app) {
|
|
@@ -12,7 +12,16 @@ const withInstall$1 = (comp) => {
|
|
|
12
12
|
return comp;
|
|
13
13
|
};
|
|
14
14
|
|
|
15
|
-
const buttonProps$1 = {
|
|
15
|
+
const buttonProps$1 = {
|
|
16
|
+
size: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: 'middle',
|
|
19
|
+
},
|
|
20
|
+
type: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: 'bm-primary',
|
|
23
|
+
},
|
|
24
|
+
};
|
|
16
25
|
|
|
17
26
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
18
27
|
|
|
@@ -8602,7 +8611,6 @@ var _export_sfc = (sfc, props) => {
|
|
|
8602
8611
|
return target;
|
|
8603
8612
|
};
|
|
8604
8613
|
|
|
8605
|
-
const _hoisted_1$a = /* @__PURE__ */ createTextVNode("BM\u6309\u94AE");
|
|
8606
8614
|
const __default__$3 = {
|
|
8607
8615
|
name: "BmButton"
|
|
8608
8616
|
};
|
|
@@ -8610,20 +8618,21 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
8610
8618
|
...__default__$3,
|
|
8611
8619
|
props: buttonProps$1,
|
|
8612
8620
|
setup(__props) {
|
|
8621
|
+
const props = __props;
|
|
8613
8622
|
return (_ctx, _cache) => {
|
|
8614
8623
|
return openBlock(), createBlock(unref(AButton), {
|
|
8615
|
-
size:
|
|
8616
|
-
type:
|
|
8624
|
+
size: props.size,
|
|
8625
|
+
type: props.type
|
|
8617
8626
|
}, {
|
|
8618
8627
|
default: withCtx(() => [
|
|
8619
|
-
|
|
8628
|
+
renderSlot(_ctx.$slots, "default")
|
|
8620
8629
|
]),
|
|
8621
|
-
_:
|
|
8622
|
-
});
|
|
8630
|
+
_: 3
|
|
8631
|
+
}, 8, ["size", "type"]);
|
|
8623
8632
|
};
|
|
8624
8633
|
}
|
|
8625
8634
|
});
|
|
8626
|
-
var Button = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__file", "
|
|
8635
|
+
var Button = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/button/src/button.vue"]]);
|
|
8627
8636
|
|
|
8628
8637
|
const BmButton = withInstall$1(Button);
|
|
8629
8638
|
|
|
@@ -8646,7 +8655,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
8646
8655
|
};
|
|
8647
8656
|
}
|
|
8648
8657
|
});
|
|
8649
|
-
var FormDesigner = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "
|
|
8658
|
+
var FormDesigner = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/form-designer/src/form-designer.vue"]]);
|
|
8650
8659
|
|
|
8651
8660
|
const BmFormDesigner = withInstall$1(FormDesigner);
|
|
8652
8661
|
|
|
@@ -8699,7 +8708,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
8699
8708
|
};
|
|
8700
8709
|
}
|
|
8701
8710
|
});
|
|
8702
|
-
var FlowDesigner = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "
|
|
8711
|
+
var FlowDesigner = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/flow-designer/src/flow-designer.vue"]]);
|
|
8703
8712
|
|
|
8704
8713
|
const BmFlowDesigner = withInstall$1(FlowDesigner);
|
|
8705
8714
|
|
|
@@ -15400,7 +15409,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
15400
15409
|
};
|
|
15401
15410
|
}
|
|
15402
15411
|
});
|
|
15403
|
-
var SearchResetBtn = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "
|
|
15412
|
+
var SearchResetBtn = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/search-filter/src/search-reset-btn.vue"]]);
|
|
15404
15413
|
|
|
15405
15414
|
const _hoisted_1 = { class: "bm-search-filter" };
|
|
15406
15415
|
const __default__ = {
|
|
@@ -15511,7 +15520,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
15511
15520
|
};
|
|
15512
15521
|
}
|
|
15513
15522
|
});
|
|
15514
|
-
var SearchFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "
|
|
15523
|
+
var SearchFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/search-filter/src/search-filter.vue"]]);
|
|
15515
15524
|
|
|
15516
15525
|
const BmSearchFilter = withInstall$1(SearchFilter);
|
|
15517
15526
|
|
package/index.js
CHANGED
|
@@ -20,7 +20,16 @@ var process = {
|
|
|
20
20
|
return comp;
|
|
21
21
|
};
|
|
22
22
|
|
|
23
|
-
const buttonProps$1 = {
|
|
23
|
+
const buttonProps$1 = {
|
|
24
|
+
size: {
|
|
25
|
+
type: String,
|
|
26
|
+
default: 'middle',
|
|
27
|
+
},
|
|
28
|
+
type: {
|
|
29
|
+
type: String,
|
|
30
|
+
default: 'bm-primary',
|
|
31
|
+
},
|
|
32
|
+
};
|
|
24
33
|
|
|
25
34
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
26
35
|
|
|
@@ -8610,7 +8619,6 @@ var process = {
|
|
|
8610
8619
|
return target;
|
|
8611
8620
|
};
|
|
8612
8621
|
|
|
8613
|
-
const _hoisted_1$a = /* @__PURE__ */ require$$0$1.createTextVNode("BM\u6309\u94AE");
|
|
8614
8622
|
const __default__$3 = {
|
|
8615
8623
|
name: "BmButton"
|
|
8616
8624
|
};
|
|
@@ -8618,20 +8626,21 @@ var process = {
|
|
|
8618
8626
|
...__default__$3,
|
|
8619
8627
|
props: buttonProps$1,
|
|
8620
8628
|
setup(__props) {
|
|
8629
|
+
const props = __props;
|
|
8621
8630
|
return (_ctx, _cache) => {
|
|
8622
8631
|
return require$$0$1.openBlock(), require$$0$1.createBlock(require$$0$1.unref(AButton), {
|
|
8623
|
-
size:
|
|
8624
|
-
type:
|
|
8632
|
+
size: props.size,
|
|
8633
|
+
type: props.type
|
|
8625
8634
|
}, {
|
|
8626
8635
|
default: require$$0$1.withCtx(() => [
|
|
8627
|
-
|
|
8636
|
+
require$$0$1.renderSlot(_ctx.$slots, "default")
|
|
8628
8637
|
]),
|
|
8629
|
-
_:
|
|
8630
|
-
});
|
|
8638
|
+
_: 3
|
|
8639
|
+
}, 8, ["size", "type"]);
|
|
8631
8640
|
};
|
|
8632
8641
|
}
|
|
8633
8642
|
});
|
|
8634
|
-
var Button = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__file", "
|
|
8643
|
+
var Button = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/button/src/button.vue"]]);
|
|
8635
8644
|
|
|
8636
8645
|
const BmButton = withInstall$1(Button);
|
|
8637
8646
|
|
|
@@ -8654,7 +8663,7 @@ var process = {
|
|
|
8654
8663
|
};
|
|
8655
8664
|
}
|
|
8656
8665
|
});
|
|
8657
|
-
var FormDesigner = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "
|
|
8666
|
+
var FormDesigner = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/form-designer/src/form-designer.vue"]]);
|
|
8658
8667
|
|
|
8659
8668
|
const BmFormDesigner = withInstall$1(FormDesigner);
|
|
8660
8669
|
|
|
@@ -8707,7 +8716,7 @@ var process = {
|
|
|
8707
8716
|
};
|
|
8708
8717
|
}
|
|
8709
8718
|
});
|
|
8710
|
-
var FlowDesigner = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "
|
|
8719
|
+
var FlowDesigner = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/flow-designer/src/flow-designer.vue"]]);
|
|
8711
8720
|
|
|
8712
8721
|
const BmFlowDesigner = withInstall$1(FlowDesigner);
|
|
8713
8722
|
|
|
@@ -15408,7 +15417,7 @@ var process = {
|
|
|
15408
15417
|
};
|
|
15409
15418
|
}
|
|
15410
15419
|
});
|
|
15411
|
-
var SearchResetBtn = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "
|
|
15420
|
+
var SearchResetBtn = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/search-filter/src/search-reset-btn.vue"]]);
|
|
15412
15421
|
|
|
15413
15422
|
const _hoisted_1 = { class: "bm-search-filter" };
|
|
15414
15423
|
const __default__ = {
|
|
@@ -15519,7 +15528,7 @@ var process = {
|
|
|
15519
15528
|
};
|
|
15520
15529
|
}
|
|
15521
15530
|
});
|
|
15522
|
-
var SearchFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "
|
|
15531
|
+
var SearchFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/search-filter/src/search-filter.vue"]]);
|
|
15523
15532
|
|
|
15524
15533
|
const BmSearchFilter = withInstall$1(SearchFilter);
|
|
15525
15534
|
|
|
@@ -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: {
|
|
@@ -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 | {
|
|
@@ -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 | {
|
|
@@ -267,19 +281,27 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
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;
|
|
@@ -10,7 +10,16 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
10
10
|
|
|
11
11
|
var AButton__default = /*#__PURE__*/_interopDefaultLegacy(AButton);
|
|
12
12
|
|
|
13
|
-
const buttonProps = {
|
|
13
|
+
const buttonProps = {
|
|
14
|
+
size: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: 'middle',
|
|
17
|
+
},
|
|
18
|
+
type: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: 'bm-primary',
|
|
21
|
+
},
|
|
22
|
+
};
|
|
14
23
|
|
|
15
24
|
var _export_sfc = (sfc, props) => {
|
|
16
25
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -20,7 +29,6 @@ var _export_sfc = (sfc, props) => {
|
|
|
20
29
|
return target;
|
|
21
30
|
};
|
|
22
31
|
|
|
23
|
-
const _hoisted_1 = /* @__PURE__ */ vue.createTextVNode("BM\u6309\u94AE");
|
|
24
32
|
const __default__ = {
|
|
25
33
|
name: "BmButton"
|
|
26
34
|
};
|
|
@@ -28,20 +36,21 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
28
36
|
...__default__,
|
|
29
37
|
props: buttonProps,
|
|
30
38
|
setup(__props) {
|
|
39
|
+
const props = __props;
|
|
31
40
|
return (_ctx, _cache) => {
|
|
32
41
|
return vue.openBlock(), vue.createBlock(vue.unref(AButton__default["default"]), {
|
|
33
|
-
size:
|
|
34
|
-
type:
|
|
42
|
+
size: props.size,
|
|
43
|
+
type: props.type
|
|
35
44
|
}, {
|
|
36
45
|
default: vue.withCtx(() => [
|
|
37
|
-
|
|
46
|
+
vue.renderSlot(_ctx.$slots, "default")
|
|
38
47
|
]),
|
|
39
|
-
_:
|
|
40
|
-
});
|
|
48
|
+
_: 3
|
|
49
|
+
}, 8, ["size", "type"]);
|
|
41
50
|
};
|
|
42
51
|
}
|
|
43
52
|
});
|
|
44
|
-
var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "
|
|
53
|
+
var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/button/src/button.vue"]]);
|
|
45
54
|
|
|
46
55
|
const BmButton = withInstall.withInstall(Button);
|
|
47
56
|
|
|
@@ -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: {
|
|
@@ -21,7 +37,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
21
37
|
};
|
|
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 | {
|
|
@@ -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 | {
|
|
@@ -267,18 +283,26 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
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;
|
|
@@ -45,7 +45,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
|
-
var FlowDesigner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "
|
|
48
|
+
var FlowDesigner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/flow-designer/src/flow-designer.vue"]]);
|
|
49
49
|
|
|
50
50
|
const BmFlowDesigner = withInstall.withInstall(FlowDesigner);
|
|
51
51
|
|
|
@@ -32,7 +32,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
34
|
});
|
|
35
|
-
var FormDesigner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "
|
|
35
|
+
var FormDesigner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/hesiying/work/bm-admin-ui/packages/components/form-designer/src/form-designer.vue"]]);
|
|
36
36
|
|
|
37
37
|
const BmFormDesigner = withInstall.withInstall(FormDesigner);
|
|
38
38
|
|