@aplus-frontend/ui 0.0.1-beta.26 → 0.0.1-beta.28
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/src/ap-action/style/item.css +6 -1
- package/es/src/ap-form/interface.d.ts +1 -0
- package/es/src/ap-form/modal-form/index.vue.d.ts +11 -2
- package/es/src/ap-form/modal-form/index.vue.mjs +120 -76
- package/es/src/ap-form/style/ap-form-item.css +2 -1
- package/es/src/base-button/index.d.ts +1 -1
- package/es/src/basic/index.d.ts +1 -1
- package/es/src/button/index.d.ts +1 -1
- package/es/src/config-provider/index.d.ts +1 -1
- package/es/src/container/index.d.ts +1 -1
- package/es/src/count-down/index.d.ts +1 -1
- package/es/src/cropper/index.d.ts +369 -0
- package/es/src/description/index.d.ts +1 -1
- package/es/src/dropdown/index.d.ts +1 -1
- package/es/src/icon/index.d.ts +1 -1
- package/es/src/icon-picker/index.d.ts +1 -1
- package/es/src/modal/index.d.ts +963 -0
- package/es/src/pro-table/hooks/use-data-source.mjs +30 -32
- package/es/src/scroll-bar/index.d.ts +1 -2
- package/es/src/strength-meter/index.d.ts +1 -1
- package/es/src/theme/antd-global-overwrite/admin/button.css +12 -6
- package/es/src/theme/antd-global-overwrite/admin/index.css +58 -12
- package/es/src/theme/antd-global-overwrite/admin/modal.css +13 -0
- package/es/src/theme/antd-global-overwrite/admin/table.css +33 -6
- package/es/src/theme/antd-global-overwrite/aplus/button.css +12 -6
- package/es/src/theme/antd-global-overwrite/aplus/index.css +77 -11
- package/es/src/theme/antd-global-overwrite/aplus/modal.css +13 -0
- package/es/src/theme/antd-global-overwrite/aplus/table.css +52 -5
- package/es/src/theme/ap-action/item.css +6 -1
- package/es/src/theme/ap-form/ap-form-item.css +2 -1
- package/es/src/transition/index.d.ts +1 -1
- package/es/src/utils/config-provider-preset.mjs +11 -11
- package/es/src/utils/index.d.ts +8 -0
- package/es/src/utils/index.mjs +29 -17
- package/lib/src/ap-action/style/item.css +6 -1
- package/lib/src/ap-form/interface.d.ts +1 -0
- package/lib/src/ap-form/modal-form/index.vue.d.ts +11 -2
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/style/ap-form-item.css +2 -1
- package/lib/src/base-button/index.d.ts +1 -1
- package/lib/src/basic/index.d.ts +1 -1
- package/lib/src/button/index.d.ts +1 -1
- package/lib/src/config-provider/index.d.ts +1 -1
- package/lib/src/container/index.d.ts +1 -1
- package/lib/src/count-down/index.d.ts +1 -1
- package/lib/src/cropper/index.d.ts +369 -0
- package/lib/src/description/index.d.ts +1 -1
- package/lib/src/dropdown/index.d.ts +1 -1
- package/lib/src/icon/index.d.ts +1 -1
- package/lib/src/icon-picker/index.d.ts +1 -1
- package/lib/src/modal/index.d.ts +963 -0
- package/lib/src/pro-table/hooks/use-data-source.js +1 -1
- package/lib/src/scroll-bar/index.d.ts +1 -2
- package/lib/src/strength-meter/index.d.ts +1 -1
- package/lib/src/theme/antd-global-overwrite/admin/button.css +12 -6
- package/lib/src/theme/antd-global-overwrite/admin/index.css +58 -12
- package/lib/src/theme/antd-global-overwrite/admin/modal.css +13 -0
- package/lib/src/theme/antd-global-overwrite/admin/table.css +33 -6
- package/lib/src/theme/antd-global-overwrite/aplus/button.css +12 -6
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +77 -11
- package/lib/src/theme/antd-global-overwrite/aplus/modal.css +13 -0
- package/lib/src/theme/antd-global-overwrite/aplus/table.css +52 -5
- package/lib/src/theme/ap-action/item.css +6 -1
- package/lib/src/theme/ap-form/ap-form-item.css +2 -1
- package/lib/src/transition/index.d.ts +1 -1
- package/lib/src/utils/config-provider-preset.js +1 -1
- package/lib/src/utils/index.d.ts +8 -0
- package/lib/src/utils/index.js +1 -1
- package/package.json +1 -1
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
.aplus-action-item--primary {
|
|
8
8
|
color: #0070ff;
|
|
9
9
|
}
|
|
10
|
+
.aplus-action-item--primary:not(.aplus-action-item--disabled):hover {
|
|
11
|
+
color: #66a9ff;
|
|
12
|
+
}
|
|
10
13
|
.aplus-action-item--success {
|
|
11
14
|
color: #2ed1a3;
|
|
12
15
|
}
|
|
@@ -19,10 +22,12 @@
|
|
|
19
22
|
.aplus-action-item--loading {
|
|
20
23
|
opacity: 0.35;
|
|
21
24
|
transition: opacity 0.2s;
|
|
25
|
+
cursor: default;
|
|
22
26
|
}
|
|
23
27
|
.aplus-action-item--loading .btn-loading-icon {
|
|
24
28
|
margin-right: 4px;
|
|
25
29
|
}
|
|
26
30
|
.aplus-action-item--disabled {
|
|
27
|
-
color: #
|
|
31
|
+
color: #CCE2FF;
|
|
32
|
+
cursor: not-allowed;
|
|
28
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ApFormModalFormProps, ApFormSubmitterConfig } from '../interface';
|
|
2
2
|
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, CSSProperties } from 'vue';
|
|
3
|
-
import { FormLabelAlign } from 'ant-design-vue/es/form/interface';
|
|
3
|
+
import { NamePath, ValidateOptions, FormLabelAlign } from 'ant-design-vue/es/form/interface';
|
|
4
4
|
import { VueTypeValidableDef } from '../../../node_modules/vue-types';
|
|
5
5
|
import { LegacyButtonType, ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
|
|
6
6
|
import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
|
|
@@ -27,7 +27,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
27
27
|
};
|
|
28
28
|
open: undefined;
|
|
29
29
|
showCancel: boolean;
|
|
30
|
-
}>, {
|
|
30
|
+
}>, {
|
|
31
|
+
resetFields: (name?: NamePath | undefined) => void;
|
|
32
|
+
clearValidate: (name?: NamePath | undefined) => void;
|
|
33
|
+
validateFields: (nameList?: string | NamePath[] | undefined, options?: ValidateOptions | undefined) => Promise<Partial<any>> | undefined;
|
|
34
|
+
getFieldsValue: (nameList?: true | (string | number)[] | undefined) => Partial<any> | undefined;
|
|
35
|
+
validate: (nameList?: string | NamePath[] | undefined, options?: ValidateOptions | undefined) => Promise<Partial<any>> | undefined;
|
|
36
|
+
scrollToField: (name: NamePath, options?: {}) => void;
|
|
37
|
+
setFieldValue: (key: string, newValue: any) => void;
|
|
38
|
+
setFieldsValue: (values: Record<string, any>) => void;
|
|
39
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
31
40
|
"update:open": (...args: any[]) => void;
|
|
32
41
|
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFormModalFormProps>, {
|
|
33
42
|
layout: string;
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
import { isVNode as
|
|
2
|
-
import { Button as
|
|
1
|
+
import { isVNode as E, defineComponent as L, useSlots as A, ref as F, watch as W, cloneVNode as G, computed as H, createVNode as n, mergeProps as p, unref as r, openBlock as g, createElementBlock as J, Fragment as K, withCtx as V, renderSlot as x, createTextVNode as Q, toDisplayString as X, createBlock as N, resolveDynamicComponent as P } from "vue";
|
|
2
|
+
import { Button as y, Flex as S, Space as Y, Modal as Z } from "ant-design-vue";
|
|
3
3
|
import "../ap-form.vue.mjs";
|
|
4
4
|
import "../../hooks/index.mjs";
|
|
5
|
-
import { getSingleVNode as
|
|
5
|
+
import { getSingleVNode as I } from "../../utils/slot.mjs";
|
|
6
6
|
import "../../config-provider/index.mjs";
|
|
7
|
-
import { omit as
|
|
7
|
+
import { omit as ee } from "lodash-unified";
|
|
8
8
|
import "../style/modal-form.css";
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
import { convertReactiveToRaw as te } from "../../utils/index.mjs";
|
|
10
|
+
import { useControllableValue as le } from "../../hooks/useControllableValue.mjs";
|
|
11
|
+
import { useLocale as ae } from "../../config-provider/hooks/use-locale.mjs";
|
|
12
|
+
import { useNamespace as oe } from "../../config-provider/hooks/use-namespace.mjs";
|
|
13
|
+
import se from "../ap-form.vue2.mjs";
|
|
14
|
+
function C(d) {
|
|
15
|
+
return typeof d == "function" || Object.prototype.toString.call(d) === "[object Object]" && !E(d);
|
|
15
16
|
}
|
|
16
|
-
const
|
|
17
|
+
const xe = /* @__PURE__ */ L({
|
|
17
18
|
__name: "index",
|
|
18
19
|
props: {
|
|
19
20
|
initialValues: {},
|
|
@@ -83,113 +84,156 @@ const ce = /* @__PURE__ */ D({
|
|
|
83
84
|
}
|
|
84
85
|
},
|
|
85
86
|
emits: ["update:open"],
|
|
86
|
-
setup(
|
|
87
|
-
|
|
87
|
+
setup(d, {
|
|
88
|
+
expose: _,
|
|
89
|
+
emit: R
|
|
88
90
|
}) {
|
|
89
|
-
const
|
|
90
|
-
value:
|
|
91
|
+
const a = d, b = A(), j = R, o = F(), c = F(), u = F(!1), {
|
|
92
|
+
value: M,
|
|
91
93
|
updateValue: f
|
|
92
|
-
} =
|
|
94
|
+
} = le(a, j, {
|
|
93
95
|
valuePropName: "open",
|
|
94
96
|
defaultValue: !1
|
|
95
97
|
}), {
|
|
96
|
-
t:
|
|
97
|
-
} =
|
|
98
|
-
b:
|
|
99
|
-
e:
|
|
100
|
-
} =
|
|
98
|
+
t: v
|
|
99
|
+
} = ae(), {
|
|
100
|
+
b: O,
|
|
101
|
+
e: B
|
|
102
|
+
} = oe("ap-form-modal-form");
|
|
103
|
+
W(() => o.value, (t) => {
|
|
104
|
+
var e;
|
|
105
|
+
t && c.value && ((e = t.setFieldsValue) == null || e.call(t, c.value), c.value = void 0);
|
|
106
|
+
});
|
|
107
|
+
const k = I(b.trigger), U = k ? G(k, {
|
|
101
108
|
onClick: () => {
|
|
102
109
|
f(!0);
|
|
103
110
|
}
|
|
104
|
-
}) : null,
|
|
105
|
-
var
|
|
106
|
-
let
|
|
107
|
-
const
|
|
108
|
-
if (
|
|
111
|
+
}) : null, $ = H(() => {
|
|
112
|
+
var i, m, h, T;
|
|
113
|
+
let t;
|
|
114
|
+
const e = [];
|
|
115
|
+
if (a.submitter === !1)
|
|
109
116
|
return null;
|
|
110
|
-
if (
|
|
111
|
-
let
|
|
112
|
-
|
|
117
|
+
if (a.showCancel) {
|
|
118
|
+
let s;
|
|
119
|
+
e.push(n(y, {
|
|
113
120
|
onClick: w,
|
|
114
|
-
disabled:
|
|
115
|
-
},
|
|
116
|
-
default: () => [
|
|
121
|
+
disabled: u.value
|
|
122
|
+
}, C(s = v("ap.common.cancelText")) ? s : {
|
|
123
|
+
default: () => [s]
|
|
117
124
|
}));
|
|
118
125
|
}
|
|
119
|
-
return ((
|
|
126
|
+
return ((i = a.submitter) == null ? void 0 : i.resetButtonProps) !== !1 && e.push(n(y, p(((m = a.submitter) == null ? void 0 : m.resetButtonProps) || {}, {
|
|
120
127
|
key: "submit",
|
|
121
|
-
disabled:
|
|
122
|
-
onClick:
|
|
128
|
+
disabled: u.value,
|
|
129
|
+
onClick: q
|
|
123
130
|
}), {
|
|
124
131
|
default: () => {
|
|
125
|
-
var
|
|
126
|
-
return [((
|
|
132
|
+
var s;
|
|
133
|
+
return [((s = a.submitter) == null ? void 0 : s.resetText) || v("ap.common.resetText")];
|
|
127
134
|
}
|
|
128
|
-
})), ((h =
|
|
135
|
+
})), ((h = a.submitter) == null ? void 0 : h.submitButtonProps) !== !1 && e.push(n(y, p({
|
|
129
136
|
type: "primary",
|
|
130
137
|
key: "submit"
|
|
131
|
-
}, ((
|
|
132
|
-
loading:
|
|
133
|
-
onClick:
|
|
138
|
+
}, ((T = a.submitter) == null ? void 0 : T.submitButtonProps) || {}, {
|
|
139
|
+
loading: u.value,
|
|
140
|
+
onClick: z
|
|
134
141
|
}), {
|
|
135
142
|
default: () => {
|
|
136
|
-
var
|
|
137
|
-
return [((
|
|
143
|
+
var s;
|
|
144
|
+
return [((s = a.submitter) == null ? void 0 : s.submitText) || v("ap.common.okText")];
|
|
138
145
|
}
|
|
139
|
-
})),
|
|
146
|
+
})), b.submitter ? n(S, {
|
|
140
147
|
justify: "flex-end",
|
|
141
|
-
class:
|
|
142
|
-
},
|
|
143
|
-
default: () => [
|
|
144
|
-
}) :
|
|
148
|
+
class: B("footer")
|
|
149
|
+
}, C(t = b.submitter(e)) ? t : {
|
|
150
|
+
default: () => [t]
|
|
151
|
+
}) : n(S, {
|
|
145
152
|
justify: "flex-end",
|
|
146
|
-
class:
|
|
153
|
+
class: B("footer")
|
|
147
154
|
}, {
|
|
148
|
-
default: () => [
|
|
149
|
-
default: () => [
|
|
155
|
+
default: () => [n(Y, null, C(e) ? e : {
|
|
156
|
+
default: () => [e]
|
|
150
157
|
})]
|
|
151
158
|
});
|
|
152
159
|
});
|
|
153
|
-
function
|
|
154
|
-
var
|
|
155
|
-
|
|
160
|
+
function q() {
|
|
161
|
+
var t, e, l;
|
|
162
|
+
a.submitter !== !1 && ((t = o.value) == null || t.resetFields(), (l = (e = a.submitter) == null ? void 0 : e.onReset) == null || l.call(e));
|
|
156
163
|
}
|
|
157
|
-
async function
|
|
158
|
-
var
|
|
159
|
-
if (
|
|
164
|
+
async function z() {
|
|
165
|
+
var t, e, l, i;
|
|
166
|
+
if (a.submitter !== !1)
|
|
160
167
|
try {
|
|
161
|
-
const
|
|
162
|
-
(
|
|
168
|
+
const m = await ((t = o.value) == null ? void 0 : t.validateFields());
|
|
169
|
+
(l = (e = a.submitter) == null ? void 0 : e.onSubmit) == null || l.call(e), u.value = !0, await ((i = a.onFinish) == null ? void 0 : i.call(a, te(m))) && f(!1);
|
|
163
170
|
} finally {
|
|
164
|
-
|
|
171
|
+
u.value = !1;
|
|
165
172
|
}
|
|
166
173
|
}
|
|
167
174
|
function w() {
|
|
168
|
-
|
|
175
|
+
r(u) || f(!1);
|
|
169
176
|
}
|
|
170
|
-
function
|
|
171
|
-
!
|
|
177
|
+
function D(t) {
|
|
178
|
+
!t && r(u) || f(t);
|
|
172
179
|
}
|
|
173
|
-
return (
|
|
174
|
-
|
|
175
|
-
|
|
180
|
+
return _({
|
|
181
|
+
resetFields: (t) => {
|
|
182
|
+
var e;
|
|
183
|
+
(e = o.value) == null || e.resetFields(t);
|
|
184
|
+
},
|
|
185
|
+
clearValidate: (t) => {
|
|
186
|
+
var e;
|
|
187
|
+
(e = o.value) == null || e.clearValidate(t);
|
|
188
|
+
},
|
|
189
|
+
validateFields: (t, e) => {
|
|
190
|
+
var l;
|
|
191
|
+
return (l = o.value) == null ? void 0 : l.validateFields(t, e);
|
|
192
|
+
},
|
|
193
|
+
getFieldsValue: (t) => {
|
|
194
|
+
var e;
|
|
195
|
+
return (e = o.value) == null ? void 0 : e.getFieldsValue(t);
|
|
196
|
+
},
|
|
197
|
+
validate: (t, e) => {
|
|
198
|
+
var l;
|
|
199
|
+
return (l = o.value) == null ? void 0 : l.validate(t, e);
|
|
200
|
+
},
|
|
201
|
+
scrollToField: (t, e = {}) => {
|
|
202
|
+
var l;
|
|
203
|
+
(l = o.value) == null || l.scrollToField(t, e);
|
|
204
|
+
},
|
|
205
|
+
setFieldValue: (t, e) => {
|
|
206
|
+
var l, i;
|
|
207
|
+
(i = (l = o.value) == null ? void 0 : l.setFieldValue) == null || i.call(l, t, e);
|
|
208
|
+
},
|
|
209
|
+
setFieldsValue: (t) => {
|
|
210
|
+
var e, l;
|
|
211
|
+
if (!o.value) {
|
|
212
|
+
c.value = t;
|
|
213
|
+
return;
|
|
214
|
+
}
|
|
215
|
+
(l = (e = o.value) == null ? void 0 : e.setFieldsValue) == null || l.call(e, t);
|
|
216
|
+
}
|
|
217
|
+
}), (t, e) => (g(), J(K, null, [n(r(Z), p(t.modalProps, {
|
|
218
|
+
open: r(M),
|
|
219
|
+
"onUpdate:open": D,
|
|
176
220
|
onCancel: w,
|
|
177
221
|
footer: null,
|
|
178
|
-
width:
|
|
179
|
-
class:
|
|
222
|
+
width: t.width,
|
|
223
|
+
class: r(O)()
|
|
180
224
|
}), {
|
|
181
|
-
title:
|
|
182
|
-
default:
|
|
225
|
+
title: V(() => [x(t.$slots, "title", {}, () => [Q(X(a.title), 1)])]),
|
|
226
|
+
default: V(() => [n(se, p({
|
|
183
227
|
ref_key: "formRef",
|
|
184
|
-
ref:
|
|
185
|
-
},
|
|
186
|
-
default:
|
|
228
|
+
ref: o
|
|
229
|
+
}, r(ee)(a, ["modalProps", "open", "onUpdate:open", "title", "width", "onFinish", "submitter"])), {
|
|
230
|
+
default: V(() => [x(t.$slots, "default")]),
|
|
187
231
|
_: 3
|
|
188
|
-
}, 16), (g(),
|
|
232
|
+
}, 16), (g(), N(P($.value)))]),
|
|
189
233
|
_: 3
|
|
190
|
-
}, 16, ["open", "width", "class"]), (g(),
|
|
234
|
+
}, 16, ["open", "width", "class"]), (g(), N(P(r(U))))], 64));
|
|
191
235
|
}
|
|
192
236
|
});
|
|
193
237
|
export {
|
|
194
|
-
|
|
238
|
+
xe as default
|
|
195
239
|
};
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
border-width: 0 !important;
|
|
21
21
|
height: 30px !important;
|
|
22
22
|
}
|
|
23
|
-
.aplus-ap-form-item--bordered .ant-select-arrow
|
|
23
|
+
.aplus-ap-form-item--bordered .ant-select-arrow,
|
|
24
|
+
.aplus-ap-form-item--bordered .ant-picker-clear {
|
|
24
25
|
inset-inline-end: 0;
|
|
25
26
|
}
|
|
26
27
|
.aplus-ap-form-item--bordered .ant-select-clear {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as ModalButton } from './modal-button.vue';
|
|
2
2
|
import { default as PopConfirmButton } from './pop-confirm-button.vue';
|
|
3
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '
|
|
3
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
4
4
|
export * from './interface';
|
|
5
5
|
export { ModalButton, PopConfirmButton };
|
|
6
6
|
export declare const BaseButton: {
|
package/es/src/basic/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, VNode, RendererNode, RendererElement, VNodeChild, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, VNode, RendererNode, RendererElement, VNodeChild, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
2
|
import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
|
|
3
3
|
export * from './interface';
|
|
4
4
|
export declare const BasicHelp: {
|
package/es/src/button/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
2
|
export declare const Button: {
|
|
3
3
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
4
4
|
type: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
2
|
import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
|
|
3
3
|
import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
|
|
4
4
|
import { CSPConfig } from 'ant-design-vue/es/config-provider';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
2
|
export * from './interface';
|
|
3
3
|
export declare const ScrollContainer: {
|
|
4
4
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
2
|
export * from './interface';
|
|
3
3
|
export declare const CountdownButton: {
|
|
4
4
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|