@aplus-frontend/ui 0.0.14 → 0.0.15

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 (29) hide show
  1. package/es/src/ap-action/interface.d.ts +11 -0
  2. package/es/src/ap-action/item/index.vue.d.ts +2 -4
  3. package/es/src/ap-action/item/index.vue2.mjs +34 -28
  4. package/es/src/ap-action/item-modal/index.vue.d.ts +8 -3
  5. package/es/src/ap-action/item-modal/index.vue.mjs +20 -13
  6. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +8 -3
  7. package/es/src/ap-action/item-popconfirm/index.vue.mjs +23 -16
  8. package/es/src/ap-form/ap-form-item.vue.mjs +45 -42
  9. package/es/src/ap-form/modal-form/index.vue.mjs +68 -66
  10. package/es/src/ap-table/ap-table.vue.mjs +90 -92
  11. package/es/src/ap-table/style/ap-table.css +6 -0
  12. package/es/src/editable-table/style/index.css +7 -8
  13. package/es/src/theme/ap-table/ap-table.css +6 -0
  14. package/es/src/theme/editable-table/index.css +7 -8
  15. package/lib/src/ap-action/interface.d.ts +11 -0
  16. package/lib/src/ap-action/item/index.vue.d.ts +2 -4
  17. package/lib/src/ap-action/item/index.vue2.js +1 -1
  18. package/lib/src/ap-action/item-modal/index.vue.d.ts +8 -3
  19. package/lib/src/ap-action/item-modal/index.vue.js +1 -1
  20. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +8 -3
  21. package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -1
  22. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  23. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  24. package/lib/src/ap-table/ap-table.vue.js +1 -1
  25. package/lib/src/ap-table/style/ap-table.css +6 -0
  26. package/lib/src/editable-table/style/index.css +7 -8
  27. package/lib/src/theme/ap-table/ap-table.css +6 -0
  28. package/lib/src/theme/editable-table/index.css +7 -8
  29. package/package.json +1 -1
@@ -80,3 +80,14 @@ export type ApActionItemModalProps = ApActionItemProps & {
80
80
  export type ApActionItemPopconfirmProps = ApActionItemProps & {
81
81
  popconfirmProps?: PopconfirmProps;
82
82
  };
83
+ /**
84
+ * ApActionItem支持的插槽
85
+ */
86
+ export type ApActionItemSlots = {
87
+ default?: any;
88
+ trigger?: (options: {
89
+ loading: boolean;
90
+ disabled: boolean;
91
+ onClick: (e: MouseEvent) => void;
92
+ }) => any;
93
+ };
@@ -1,4 +1,4 @@
1
- import { ApActionItemProps, ActionColor } from '../interface';
1
+ import { ApActionItemProps, ApActionItemSlots, ActionColor } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApActionItemProps>, {
@@ -16,9 +16,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
16
16
  disabled: boolean;
17
17
  visible: boolean;
18
18
  loading: boolean;
19
- }, {}>, {
20
- default?(_: {}): any;
21
- }>;
19
+ }, {}>, Readonly<ApActionItemSlots> & ApActionItemSlots>;
22
20
  export default _default;
23
21
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
22
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,10 +1,10 @@
1
- import { defineComponent as C, ref as b, unref as n, computed as r, openBlock as t, createElementBlock as c, normalizeClass as v, createBlock as d, createCommentVNode as u, renderSlot as B, isVNode as A, resolveDynamicComponent as x, toDisplayString as h } from "vue";
1
+ import { defineComponent as y, ref as v, unref as l, computed as d, renderSlot as u, openBlock as t, createElementBlock as c, normalizeClass as B, createBlock as m, createCommentVNode as f, isVNode as A, resolveDynamicComponent as h, toDisplayString as I } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
- import I from "ant-design-vue/es/button/LoadingIcon";
3
+ import L from "ant-design-vue/es/button/LoadingIcon";
4
4
  import "../style/item.css";
5
- import { useNamespace as L } from "../../config-provider/hooks/use-namespace.mjs";
6
- import { useGlobalConfig as N } from "../../config-provider/hooks/use-global-config.mjs";
7
- const _ = { key: 1 }, G = /* @__PURE__ */ C({
5
+ import { useNamespace as N } from "../../config-provider/hooks/use-namespace.mjs";
6
+ import { useGlobalConfig as x } from "../../config-provider/hooks/use-global-config.mjs";
7
+ const D = { key: 1 }, G = /* @__PURE__ */ y({
8
8
  name: "ApActionItem",
9
9
  __name: "index",
10
10
  props: {
@@ -16,33 +16,39 @@ const _ = { key: 1 }, G = /* @__PURE__ */ C({
16
16
  onClick: {},
17
17
  loading: { type: Boolean, default: !1 }
18
18
  },
19
- setup(m) {
20
- const e = m, { b: f, m: s, bm: p } = L("action-item"), g = N("uiMode", "aplus"), l = b(!1);
21
- function k(o) {
19
+ setup(p) {
20
+ const o = p, { b: g, m: s, bm: b } = N("action-item"), k = x("uiMode", "aplus"), a = v(!1);
21
+ function r(e) {
22
22
  var i;
23
- n(a) || e.disabled || ((i = e.onClick) == null || i.call(e, o), e.onAction && (l.value = !0, e.onAction(o).finally(() => l.value = !1)));
23
+ l(n) || o.disabled || ((i = o.onClick) == null || i.call(o, e), o.onAction && (a.value = !0, o.onAction(e).finally(() => a.value = !1)));
24
24
  }
25
- const a = r(() => e.loading || n(l)), y = r(() => [
26
- f(),
27
- p(n(g), e.color),
28
- e.disabled ? s("disabled") : null,
29
- a.value ? s("loading") : null
25
+ const n = d(() => o.loading || l(a)), C = d(() => [
26
+ g(),
27
+ b(l(k), o.color),
28
+ o.disabled ? s("disabled") : null,
29
+ n.value ? s("loading") : null
30
30
  ].filter(Boolean));
31
- return (o, i) => o.visible ? (t(), c("span", {
32
- key: 0,
33
- onClick: k,
34
- class: v(y.value)
35
- }, [
36
- a.value ? (t(), d(n(I), {
31
+ return (e, i) => u(e.$slots, "trigger", {
32
+ loading: n.value,
33
+ disabled: e.disabled,
34
+ onClick: r
35
+ }, () => [
36
+ e.visible ? (t(), c("span", {
37
37
  key: 0,
38
- prefixCls: "btn",
39
- existIcon: !1,
40
- loading: ""
41
- })) : u("", !0),
42
- B(o.$slots, "default", {}, () => [
43
- A(o.text) ? (t(), d(x(o.text), { key: 0 })) : (t(), c("span", _, h(o.text || ""), 1))
44
- ])
45
- ], 2)) : u("", !0);
38
+ onClick: r,
39
+ class: B(C.value)
40
+ }, [
41
+ n.value ? (t(), m(l(L), {
42
+ key: 0,
43
+ prefixCls: "btn",
44
+ existIcon: !1,
45
+ loading: ""
46
+ })) : f("", !0),
47
+ u(e.$slots, "default", {}, () => [
48
+ A(e.text) ? (t(), m(h(e.text), { key: 0 })) : (t(), c("span", D, I(e.text || ""), 1))
49
+ ])
50
+ ], 2)) : f("", !0)
51
+ ]);
46
52
  }
47
53
  });
48
54
  export {
@@ -1,8 +1,8 @@
1
- import { ApActionItemModalProps, ActionColor } from '../interface';
1
+ import { ApActionItemModalProps, ApActionItemSlots, ActionColor } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  import { ModalFuncProps } from 'ant-design-vue';
4
4
 
5
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApActionItemModalProps>, {
5
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApActionItemModalProps>, {
6
6
  color: string;
7
7
  disabled: boolean;
8
8
  visible: boolean;
@@ -20,7 +20,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
20
20
  visible: boolean;
21
21
  loading: boolean;
22
22
  modalProps: Omit< ModalFuncProps, "type">;
23
- }, {}>;
23
+ }, {}>, Readonly<ApActionItemSlots> & ApActionItemSlots>;
24
24
  export default _default;
25
25
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
26
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -39,3 +39,8 @@ type __VLS_WithDefaults<P, D> = {
39
39
  type __VLS_Prettify<T> = {
40
40
  [K in keyof T]: T[K];
41
41
  } & {};
42
+ type __VLS_WithTemplateSlots<T, S> = T & {
43
+ new (): {
44
+ $slots: S;
45
+ };
46
+ };
@@ -1,9 +1,9 @@
1
- import { defineComponent as i, openBlock as m, createBlock as c, mergeProps as p, unref as d } from "vue";
2
- import { Modal as f } from "ant-design-vue";
1
+ import { defineComponent as c, useSlots as m, openBlock as d, createBlock as p, mergeProps as f, unref as u, createSlots as _, renderList as A, withCtx as P, renderSlot as y, normalizeProps as k, guardReactiveProps as B } from "vue";
2
+ import { Modal as x } from "ant-design-vue";
3
3
  import "../item/index.vue.mjs";
4
- import { omit as s } from "lodash-unified";
5
- import u from "../item/index.vue2.mjs";
6
- const P = /* @__PURE__ */ i({
4
+ import { omit as g } from "lodash-unified";
5
+ import h from "../item/index.vue2.mjs";
6
+ const M = /* @__PURE__ */ c({
7
7
  name: "ApActionItemModal",
8
8
  __name: "index",
9
9
  props: {
@@ -16,20 +16,27 @@ const P = /* @__PURE__ */ i({
16
16
  loading: { type: Boolean, default: !1 },
17
17
  modalProps: { default: () => ({}) }
18
18
  },
19
- setup(l) {
20
- const o = l;
21
- async function r(e) {
22
- f.confirm({
19
+ setup(a) {
20
+ const l = m(), o = a;
21
+ async function i(t) {
22
+ x.confirm({
23
23
  ...o.modalProps,
24
24
  onOk: async () => {
25
- var n, t, a;
26
- (t = (n = o.modalProps).onOk) == null || t.call(n), await ((a = o.onAction) == null ? void 0 : a.call(o, e));
25
+ var n, r, e;
26
+ (r = (n = o.modalProps).onOk) == null || r.call(n), await ((e = o.onAction) == null ? void 0 : e.call(o, t));
27
27
  }
28
28
  });
29
29
  }
30
- return (e, n) => (m(), c(u, p(d(s)(o, ["modalProps", "onAction"]), { onAction: r }), null, 16));
30
+ return (t, n) => (d(), p(h, f(u(g)(o, ["modalProps", "onAction"]), { onAction: i }), _({ _: 2 }, [
31
+ A(l, (r, e) => ({
32
+ name: e,
33
+ fn: P((s) => [
34
+ y(t.$slots, e, k(B(s || {})))
35
+ ])
36
+ }))
37
+ ]), 1040));
31
38
  }
32
39
  });
33
40
  export {
34
- P as default
41
+ M as default
35
42
  };
@@ -1,4 +1,4 @@
1
- import { ApActionItemPopconfirmProps, ActionColor } from '../interface';
1
+ import { ApActionItemPopconfirmProps, ApActionItemSlots, ActionColor } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, HTMLAttributes, CSSProperties } from 'vue';
3
3
  import { LegacyButtonType, ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
4
4
  import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
@@ -10,7 +10,7 @@ import { LiteralUnion } from 'ant-design-vue/es/_util/type';
10
10
  import { PresetColorType } from 'ant-design-vue/es/_util/colors';
11
11
  import { AlignType, BuildInPlacements } from 'ant-design-vue/es/vc-trigger/interface';
12
12
 
13
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApActionItemPopconfirmProps>, {
13
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApActionItemPopconfirmProps>, {
14
14
  color: string;
15
15
  disabled: boolean;
16
16
  visible: boolean;
@@ -322,7 +322,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
322
322
  onOpenChange: PropType<(vis: boolean) => void>;
323
323
  'onUpdate:open': PropType<(vis: boolean) => void>;
324
324
  }>>;
325
- }, {}>;
325
+ }, {}>, Readonly<ApActionItemSlots> & ApActionItemSlots>;
326
326
  export default _default;
327
327
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
328
328
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -341,3 +341,8 @@ type __VLS_WithDefaults<P, D> = {
341
341
  type __VLS_Prettify<T> = {
342
342
  [K in keyof T]: T[K];
343
343
  } & {};
344
+ type __VLS_WithTemplateSlots<T, S> = T & {
345
+ new (): {
346
+ $slots: S;
347
+ };
348
+ };
@@ -1,9 +1,9 @@
1
- import { defineComponent as m, openBlock as f, createBlock as c, unref as i, mergeProps as l, withCtx as s, createVNode as d, normalizeProps as u, guardReactiveProps as P } from "vue";
2
- import { Popconfirm as _ } from "ant-design-vue";
1
+ import { defineComponent as d, useSlots as u, openBlock as P, createBlock as _, unref as i, mergeProps as y, withCtx as a, createVNode as C, normalizeProps as p, guardReactiveProps as s, createSlots as x, renderList as A, renderSlot as B } from "vue";
2
+ import { Popconfirm as b } from "ant-design-vue";
3
3
  import "../item/index.vue.mjs";
4
- import { omit as y } from "lodash-unified";
5
- import x from "../item/index.vue2.mjs";
6
- const h = /* @__PURE__ */ m({
4
+ import { omit as g } from "lodash-unified";
5
+ import h from "../item/index.vue2.mjs";
6
+ const I = /* @__PURE__ */ d({
7
7
  name: "ApActionItemPopconfirm",
8
8
  __name: "index",
9
9
  props: {
@@ -16,24 +16,31 @@ const h = /* @__PURE__ */ m({
16
16
  loading: { type: Boolean, default: !1 },
17
17
  popconfirmProps: { default: () => ({}) }
18
18
  },
19
- setup(p) {
20
- const o = p;
21
- async function a(e) {
22
- var n, r, t;
23
- (r = (n = o.popconfirmProps).onConfirm) == null || r.call(n, e), await ((t = o.onAction) == null ? void 0 : t.call(o, e));
19
+ setup(l) {
20
+ const f = u(), o = l;
21
+ async function m(n) {
22
+ var r, t, e;
23
+ (t = (r = o.popconfirmProps).onConfirm) == null || t.call(r, n), await ((e = o.onAction) == null ? void 0 : e.call(o, n));
24
24
  }
25
- return (e, n) => (f(), c(i(_), l(o.popconfirmProps, {
26
- onConfirm: a,
25
+ return (n, r) => (P(), _(i(b), y(o.popconfirmProps, {
26
+ onConfirm: m,
27
27
  disabled: !o.popconfirmProps,
28
28
  "overlay-style": { zIndex: 1060 }
29
29
  }), {
30
- default: s(() => [
31
- d(x, u(P(i(y)(o, ["popconfirmProps", "onAction"]))), null, 16)
30
+ default: a(() => [
31
+ C(h, p(s(i(g)(o, ["popconfirmProps", "onAction"]))), x({ _: 2 }, [
32
+ A(f, (t, e) => ({
33
+ name: e,
34
+ fn: a((c) => [
35
+ B(n.$slots, e, p(s(c || {})))
36
+ ])
37
+ }))
38
+ ]), 1040)
32
39
  ]),
33
- _: 1
40
+ _: 3
34
41
  }, 16, ["disabled"]));
35
42
  }
36
43
  });
37
44
  export {
38
- h as default
45
+ I as default
39
46
  };
@@ -1,13 +1,14 @@
1
- import { defineComponent as T, useSlots as $, ref as f, computed as b, unref as t, watch as j, cloneVNode as q, openBlock as h, createBlock as C, mergeProps as D, createSlots as E, withCtx as d, resolveDynamicComponent as K, createCommentVNode as O, createElementVNode as Q, normalizeClass as U, createVNode as g, renderList as w, renderSlot as G, normalizeProps as H, guardReactiveProps as J } from "vue";
2
- import { Form as W, Tooltip as X } from "ant-design-vue";
3
- import { isArray as Y, omit as N } from "lodash-unified";
4
- import { apFormItemColPropKeys as Z } from "./constant.mjs";
5
- import { QuestionCircleOutlined as M } from "@ant-design/icons-vue";
1
+ import { defineComponent as $, useSlots as j, ref as m, computed as b, unref as t, watch as q, cloneVNode as D, openBlock as h, createBlock as C, mergeProps as E, createSlots as K, withCtx as i, resolveDynamicComponent as O, createCommentVNode as Q, createElementVNode as U, normalizeClass as w, createVNode as g, normalizeStyle as G, renderList as H, renderSlot as J, normalizeProps as W, guardReactiveProps as X } from "vue";
2
+ import { Form as Y, Tooltip as Z } from "ant-design-vue";
3
+ import { useToken as M } from "ant-design-vue/es/theme/internal";
4
+ import { isArray as ee, omit as k } from "lodash-unified";
5
+ import { apFormItemColPropKeys as oe } from "./constant.mjs";
6
+ import { QuestionCircleOutlined as te } from "@ant-design/icons-vue";
6
7
  import "../config-provider/index.mjs";
7
- import { useInjectForm as ee } from "./context.mjs";
8
+ import { useInjectForm as le } from "./context.mjs";
8
9
  import "./style/ap-form-item.css";
9
- import { useNamespace as oe } from "../config-provider/hooks/use-namespace.mjs";
10
- const fe = /* @__PURE__ */ T({
10
+ import { useNamespace as re } from "../config-provider/hooks/use-namespace.mjs";
11
+ const ve = /* @__PURE__ */ $({
11
12
  name: "ApFormItem",
12
13
  __name: "ap-form-item",
13
14
  props: {
@@ -48,10 +49,10 @@ const fe = /* @__PURE__ */ T({
48
49
  bordered: { type: Boolean, default: !1 },
49
50
  valuePropName: { default: "value" }
50
51
  },
51
- setup(k, { expose: x }) {
52
+ setup(N, { expose: P }) {
52
53
  var y, F;
53
- const o = k, l = $(), { model: u, updateModel: i } = ee(), { m } = oe("ap-form-item"), s = f(!1), r = f(), p = b(() => o.name ? Y(o.name) ? o.name.reduce((e, a) => e == null ? void 0 : e[a], t(u)) : u == null ? void 0 : u.value[o.name] : null), c = f((F = (y = l.default) == null ? void 0 : y.call(l)) == null ? void 0 : F[0]);
54
- j(
54
+ const o = N, l = j(), { model: u, updateModel: d } = le(), { m: f } = re("ap-form-item"), s = m(!1), r = m(), [, x] = M(), p = b(() => o.name ? ee(o.name) ? o.name.reduce((e, a) => e == null ? void 0 : e[a], t(u)) : u == null ? void 0 : u.value[o.name] : null), c = m((F = (y = l.default) == null ? void 0 : y.call(l)) == null ? void 0 : F[0]);
55
+ q(
55
56
  () => {
56
57
  var e;
57
58
  return (e = l.default) == null ? void 0 : e.call(l);
@@ -60,13 +61,13 @@ const fe = /* @__PURE__ */ T({
60
61
  c.value = e == null ? void 0 : e[0];
61
62
  }
62
63
  );
63
- function P(e) {
64
- i == null || i(o.name, e);
64
+ function V(e) {
65
+ d == null || d(o.name, e);
65
66
  }
66
- function V() {
67
+ function I() {
67
68
  s.value = !0;
68
69
  }
69
- function I() {
70
+ function S() {
70
71
  s.value = !1;
71
72
  }
72
73
  const v = b(() => {
@@ -74,19 +75,19 @@ const fe = /* @__PURE__ */ T({
74
75
  if (!o.name)
75
76
  return (a = l.default()) == null ? void 0 : a[0];
76
77
  const e = t(c);
77
- return e ? q(e, {
78
+ return e ? D(e, {
78
79
  [o.valuePropName]: t(p),
79
- [`onUpdate:${o.valuePropName}`]: P,
80
+ [`onUpdate:${o.valuePropName}`]: V,
80
81
  bordered: o.bordered ? !1 : (n = e == null ? void 0 : e.props) == null ? void 0 : n.bordered,
81
- onFocus: V,
82
- onBlur: I
82
+ onFocus: I,
83
+ onBlur: S
83
84
  }) : null;
84
85
  });
85
- function S() {
86
+ function _() {
86
87
  var e;
87
88
  (e = r.value) == null || e.onFieldBlur();
88
89
  }
89
- function _() {
90
+ function z() {
90
91
  var e;
91
92
  (e = r.value) == null || e.onFieldChange();
92
93
  }
@@ -98,38 +99,40 @@ const fe = /* @__PURE__ */ T({
98
99
  var e;
99
100
  (e = r.value) == null || e.resetField();
100
101
  }
101
- function z() {
102
+ function T() {
102
103
  return t(p);
103
104
  }
104
- return x({
105
- onFieldBlur: S,
106
- onFieldChange: _,
105
+ return P({
106
+ onFieldBlur: _,
107
+ onFieldChange: z,
107
108
  clearValidate: A,
108
109
  resetField: R,
109
- getFieldValue: z
110
- }), (e, a) => (h(), C(t(W).Item, D({
110
+ getFieldValue: T
111
+ }), (e, a) => (h(), C(t(Y).Item, E({
111
112
  ref_key: "formItemRef",
112
113
  ref: r
113
- }, t(N)(o, [...t(Z), "tooltip"]), {
114
- class: { [t(m)("bordered")]: e.bordered, [t(m)("focused")]: e.bordered && s.value },
114
+ }, t(k)(o, [...t(oe), "tooltip"]), {
115
+ class: { [t(f)("bordered")]: e.bordered, [t(f)("focused")]: e.bordered && s.value },
115
116
  colon: e.bordered ? !1 : o.colon
116
- }), E({
117
- default: d(() => [
118
- v.value ? (h(), C(K(v.value), { key: 0 })) : O("", !0)
117
+ }), K({
118
+ default: i(() => [
119
+ v.value ? (h(), C(O(v.value), { key: 0 })) : Q("", !0)
119
120
  ]),
120
121
  _: 2
121
122
  }, [
122
123
  o.tooltip ? {
123
124
  name: "tooltip",
124
- fn: d(({ class: n }) => [
125
- Q("span", {
126
- class: U(n)
125
+ fn: i(({ class: n }) => [
126
+ U("span", {
127
+ class: w(n)
127
128
  }, [
128
- g(t(X), {
129
+ g(t(Z), {
129
130
  title: o.tooltip
130
131
  }, {
131
- default: d(() => [
132
- g(t(M), { style: { color: "#0070ff" } })
132
+ default: i(() => [
133
+ g(t(te), {
134
+ style: G({ color: t(x).colorPrimary })
135
+ }, null, 8, ["style"])
133
136
  ]),
134
137
  _: 1
135
138
  }, 8, ["title"])
@@ -137,15 +140,15 @@ const fe = /* @__PURE__ */ T({
137
140
  ]),
138
141
  key: "0"
139
142
  } : void 0,
140
- w(t(N)(l, "default"), (n, B) => ({
143
+ H(t(k)(l, "default"), (n, B) => ({
141
144
  name: B,
142
- fn: d((L) => [
143
- G(e.$slots, B, H(J(L || {})))
145
+ fn: i((L) => [
146
+ J(e.$slots, B, W(X(L || {})))
144
147
  ])
145
148
  }))
146
149
  ]), 1040, ["class", "colon"]));
147
150
  }
148
151
  });
149
152
  export {
150
- fe as default
153
+ ve as default
151
154
  };