@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.
Files changed (69) hide show
  1. package/es/src/ap-action/style/item.css +6 -1
  2. package/es/src/ap-form/interface.d.ts +1 -0
  3. package/es/src/ap-form/modal-form/index.vue.d.ts +11 -2
  4. package/es/src/ap-form/modal-form/index.vue.mjs +120 -76
  5. package/es/src/ap-form/style/ap-form-item.css +2 -1
  6. package/es/src/base-button/index.d.ts +1 -1
  7. package/es/src/basic/index.d.ts +1 -1
  8. package/es/src/button/index.d.ts +1 -1
  9. package/es/src/config-provider/index.d.ts +1 -1
  10. package/es/src/container/index.d.ts +1 -1
  11. package/es/src/count-down/index.d.ts +1 -1
  12. package/es/src/cropper/index.d.ts +369 -0
  13. package/es/src/description/index.d.ts +1 -1
  14. package/es/src/dropdown/index.d.ts +1 -1
  15. package/es/src/icon/index.d.ts +1 -1
  16. package/es/src/icon-picker/index.d.ts +1 -1
  17. package/es/src/modal/index.d.ts +963 -0
  18. package/es/src/pro-table/hooks/use-data-source.mjs +30 -32
  19. package/es/src/scroll-bar/index.d.ts +1 -2
  20. package/es/src/strength-meter/index.d.ts +1 -1
  21. package/es/src/theme/antd-global-overwrite/admin/button.css +12 -6
  22. package/es/src/theme/antd-global-overwrite/admin/index.css +58 -12
  23. package/es/src/theme/antd-global-overwrite/admin/modal.css +13 -0
  24. package/es/src/theme/antd-global-overwrite/admin/table.css +33 -6
  25. package/es/src/theme/antd-global-overwrite/aplus/button.css +12 -6
  26. package/es/src/theme/antd-global-overwrite/aplus/index.css +77 -11
  27. package/es/src/theme/antd-global-overwrite/aplus/modal.css +13 -0
  28. package/es/src/theme/antd-global-overwrite/aplus/table.css +52 -5
  29. package/es/src/theme/ap-action/item.css +6 -1
  30. package/es/src/theme/ap-form/ap-form-item.css +2 -1
  31. package/es/src/transition/index.d.ts +1 -1
  32. package/es/src/utils/config-provider-preset.mjs +11 -11
  33. package/es/src/utils/index.d.ts +8 -0
  34. package/es/src/utils/index.mjs +29 -17
  35. package/lib/src/ap-action/style/item.css +6 -1
  36. package/lib/src/ap-form/interface.d.ts +1 -0
  37. package/lib/src/ap-form/modal-form/index.vue.d.ts +11 -2
  38. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  39. package/lib/src/ap-form/style/ap-form-item.css +2 -1
  40. package/lib/src/base-button/index.d.ts +1 -1
  41. package/lib/src/basic/index.d.ts +1 -1
  42. package/lib/src/button/index.d.ts +1 -1
  43. package/lib/src/config-provider/index.d.ts +1 -1
  44. package/lib/src/container/index.d.ts +1 -1
  45. package/lib/src/count-down/index.d.ts +1 -1
  46. package/lib/src/cropper/index.d.ts +369 -0
  47. package/lib/src/description/index.d.ts +1 -1
  48. package/lib/src/dropdown/index.d.ts +1 -1
  49. package/lib/src/icon/index.d.ts +1 -1
  50. package/lib/src/icon-picker/index.d.ts +1 -1
  51. package/lib/src/modal/index.d.ts +963 -0
  52. package/lib/src/pro-table/hooks/use-data-source.js +1 -1
  53. package/lib/src/scroll-bar/index.d.ts +1 -2
  54. package/lib/src/strength-meter/index.d.ts +1 -1
  55. package/lib/src/theme/antd-global-overwrite/admin/button.css +12 -6
  56. package/lib/src/theme/antd-global-overwrite/admin/index.css +58 -12
  57. package/lib/src/theme/antd-global-overwrite/admin/modal.css +13 -0
  58. package/lib/src/theme/antd-global-overwrite/admin/table.css +33 -6
  59. package/lib/src/theme/antd-global-overwrite/aplus/button.css +12 -6
  60. package/lib/src/theme/antd-global-overwrite/aplus/index.css +77 -11
  61. package/lib/src/theme/antd-global-overwrite/aplus/modal.css +13 -0
  62. package/lib/src/theme/antd-global-overwrite/aplus/table.css +52 -5
  63. package/lib/src/theme/ap-action/item.css +6 -1
  64. package/lib/src/theme/ap-form/ap-form-item.css +2 -1
  65. package/lib/src/transition/index.d.ts +1 -1
  66. package/lib/src/utils/config-provider-preset.js +1 -1
  67. package/lib/src/utils/index.d.ts +8 -0
  68. package/lib/src/utils/index.js +1 -1
  69. 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: #ABB7CC;
31
+ color: #CCE2FF;
32
+ cursor: not-allowed;
28
33
  }
@@ -65,3 +65,4 @@ export type ApFormModalFormProps = Omit<ApFormProps, 'onFinish'> & {
65
65
  submitter?: false | ApFormSubmitterConfig;
66
66
  showCancel?: boolean;
67
67
  };
68
+ export type ApFormModalFormExpose = ApFormExpose;
@@ -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
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
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 z, defineComponent as D, useSlots as E, ref as N, cloneVNode as L, computed as A, createVNode as a, mergeProps as m, unref as s, openBlock as g, createElementBlock as W, Fragment as G, withCtx as y, renderSlot as V, createTextVNode as H, toDisplayString as I, createBlock as x, resolveDynamicComponent as P } from "vue";
2
- import { Button as C, Flex as S, Space as J, Modal as K } from "ant-design-vue";
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 Q } from "../../utils/slot.mjs";
5
+ import { getSingleVNode as I } from "../../utils/slot.mjs";
6
6
  import "../../config-provider/index.mjs";
7
- import { omit as X } from "lodash-unified";
7
+ import { omit as ee } from "lodash-unified";
8
8
  import "../style/modal-form.css";
9
- import { useControllableValue as Y } from "../../hooks/useControllableValue.mjs";
10
- import { useLocale as Z } from "../../config-provider/hooks/use-locale.mjs";
11
- import { useNamespace as ee } from "../../config-provider/hooks/use-namespace.mjs";
12
- import te from "../ap-form.vue2.mjs";
13
- function B(r) {
14
- return typeof r == "function" || Object.prototype.toString.call(r) === "[object Object]" && !z(r);
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 ce = /* @__PURE__ */ D({
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(r, {
87
- emit: _
87
+ setup(d, {
88
+ expose: _,
89
+ emit: R
88
90
  }) {
89
- const e = r, p = E(), T = _, c = N(), n = N(!1), {
90
- value: j,
91
+ const a = d, b = A(), j = R, o = F(), c = F(), u = F(!1), {
92
+ value: M,
91
93
  updateValue: f
92
- } = Y(e, T, {
94
+ } = le(a, j, {
93
95
  valuePropName: "open",
94
96
  defaultValue: !1
95
97
  }), {
96
- t: b
97
- } = Z(), {
98
- b: R,
99
- e: k
100
- } = ee("ap-form-modal-form"), v = Q(p.trigger), M = v ? L(v, {
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, O = A(() => {
105
- var u, d, h, F;
106
- let o;
107
- const t = [];
108
- if (e.submitter === !1)
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 (e.showCancel) {
111
- let l;
112
- t.push(a(C, {
117
+ if (a.showCancel) {
118
+ let s;
119
+ e.push(n(y, {
113
120
  onClick: w,
114
- disabled: n.value
115
- }, B(l = b("ap.common.cancelText")) ? l : {
116
- default: () => [l]
121
+ disabled: u.value
122
+ }, C(s = v("ap.common.cancelText")) ? s : {
123
+ default: () => [s]
117
124
  }));
118
125
  }
119
- return ((u = e.submitter) == null ? void 0 : u.resetButtonProps) !== !1 && t.push(a(C, m(((d = e.submitter) == null ? void 0 : d.resetButtonProps) || {}, {
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: n.value,
122
- onClick: U
128
+ disabled: u.value,
129
+ onClick: q
123
130
  }), {
124
131
  default: () => {
125
- var l;
126
- return [((l = e.submitter) == null ? void 0 : l.resetText) || b("ap.common.resetText")];
132
+ var s;
133
+ return [((s = a.submitter) == null ? void 0 : s.resetText) || v("ap.common.resetText")];
127
134
  }
128
- })), ((h = e.submitter) == null ? void 0 : h.submitButtonProps) !== !1 && t.push(a(C, m({
135
+ })), ((h = a.submitter) == null ? void 0 : h.submitButtonProps) !== !1 && e.push(n(y, p({
129
136
  type: "primary",
130
137
  key: "submit"
131
- }, ((F = e.submitter) == null ? void 0 : F.submitButtonProps) || {}, {
132
- loading: n.value,
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 l;
137
- return [((l = e.submitter) == null ? void 0 : l.submitText) || b("ap.common.okText")];
143
+ var s;
144
+ return [((s = a.submitter) == null ? void 0 : s.submitText) || v("ap.common.okText")];
138
145
  }
139
- })), p.submitter ? a(S, {
146
+ })), b.submitter ? n(S, {
140
147
  justify: "flex-end",
141
- class: k("footer")
142
- }, B(o = p.submitter(t)) ? o : {
143
- default: () => [o]
144
- }) : a(S, {
148
+ class: B("footer")
149
+ }, C(t = b.submitter(e)) ? t : {
150
+ default: () => [t]
151
+ }) : n(S, {
145
152
  justify: "flex-end",
146
- class: k("footer")
153
+ class: B("footer")
147
154
  }, {
148
- default: () => [a(J, null, B(t) ? t : {
149
- default: () => [t]
155
+ default: () => [n(Y, null, C(e) ? e : {
156
+ default: () => [e]
150
157
  })]
151
158
  });
152
159
  });
153
- function U() {
154
- var o, t, i;
155
- e.submitter !== !1 && ((o = c.value) == null || o.resetFields(), (i = (t = e.submitter) == null ? void 0 : t.onReset) == null || i.call(t));
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 o, t, i, u;
159
- if (e.submitter !== !1)
164
+ async function z() {
165
+ var t, e, l, i;
166
+ if (a.submitter !== !1)
160
167
  try {
161
- const d = await ((o = c.value) == null ? void 0 : o.validateFields());
162
- (i = (t = e.submitter) == null ? void 0 : t.onSubmit) == null || i.call(t), n.value = !0, await ((u = e.onFinish) == null ? void 0 : u.call(e, d)) && f(!1);
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
- n.value = !1;
171
+ u.value = !1;
165
172
  }
166
173
  }
167
174
  function w() {
168
- s(n) || f(!1);
175
+ r(u) || f(!1);
169
176
  }
170
- function q(o) {
171
- !o && s(n) || f(o);
177
+ function D(t) {
178
+ !t && r(u) || f(t);
172
179
  }
173
- return (o, t) => (g(), W(G, null, [a(s(K), m(o.modalProps, {
174
- open: s(j),
175
- "onUpdate:open": q,
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: o.width,
179
- class: s(R)()
222
+ width: t.width,
223
+ class: r(O)()
180
224
  }), {
181
- title: y(() => [V(o.$slots, "title", {}, () => [H(I(e.title), 1)])]),
182
- default: y(() => [a(te, m({
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: c
185
- }, s(X)(e, ["modalProps", "open", "onUpdate:open", "title", "width", "onFinish", "submitter"])), {
186
- default: y(() => [V(o.$slots, "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(), x(P(O.value)))]),
232
+ }, 16), (g(), N(P($.value)))]),
189
233
  _: 3
190
- }, 16, ["open", "width", "class"]), (g(), x(P(s(M))))], 64));
234
+ }, 16, ["open", "width", "class"]), (g(), N(P(r(U))))], 64));
191
235
  }
192
236
  });
193
237
  export {
194
- ce as default
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 '@vue/runtime-core';
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: {
@@ -1,4 +1,4 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, VNode, RendererNode, RendererElement, VNodeChild, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '@vue/runtime-core';
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: {
@@ -1,4 +1,4 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '@vue/runtime-core';
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 '@vue/runtime-core';
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 '@vue/runtime-core';
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 '@vue/runtime-core';
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<{