@king-one/antdv 1.0.79 → 1.0.89

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 (33) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/dist/es/components/pro-table/src/field/field-date-range/field-date-range.vue2.mjs +14 -16
  3. package/dist/es/components/pro-table/src/field/field-input/field-input.vue2.mjs +13 -15
  4. package/dist/es/components/pro-table/src/field/field-radio/field-radio.vue2.mjs +39 -41
  5. package/dist/es/components/pro-table/src/field/field-select/field-select.vue2.mjs +39 -41
  6. package/dist/es/components/pro-table/src/form-render.vue2.mjs +125 -127
  7. package/dist/es/components/pro-table/src/pro-table.vue.mjs +2 -3
  8. package/dist/es/components/pro-table/src/pro-table.vue2.mjs +140 -144
  9. package/dist/es/components/scroll-bar/src/scroll-bar.mjs +131 -137
  10. package/dist/es/components/scroll-bar/src/types.mjs +2 -10
  11. package/dist/lib/components/pro-table/src/field/field-date-range/field-date-range.vue2.js +1 -1
  12. package/dist/lib/components/pro-table/src/field/field-input/field-input.vue2.js +1 -1
  13. package/dist/lib/components/pro-table/src/field/field-radio/field-radio.vue2.js +1 -1
  14. package/dist/lib/components/pro-table/src/field/field-select/field-select.vue2.js +1 -1
  15. package/dist/lib/components/pro-table/src/form-render.vue2.js +1 -1
  16. package/dist/lib/components/pro-table/src/pro-table.vue.js +1 -1
  17. package/dist/lib/components/pro-table/src/pro-table.vue2.js +1 -1
  18. package/dist/lib/components/scroll-bar/src/scroll-bar.js +1 -1
  19. package/dist/lib/components/scroll-bar/src/types.js +1 -1
  20. package/dist/theme-chalk/icon.css +1 -1
  21. package/dist/theme-chalk/index.css +1 -1
  22. package/dist/theme-chalk/pro-table.css +1 -1
  23. package/dist/theme-chalk/scroll-bar.css +1 -1
  24. package/dist/types/components/pro-area/index.d.ts +1 -1
  25. package/dist/types/components/pro-area/src/ProArea.vue.d.ts +1 -1
  26. package/dist/types/components/pro-table/src/form-render.vue.d.ts +1 -1
  27. package/dist/types/components/pro-table/src/pro-table.vue.d.ts +2 -48
  28. package/dist/types/components/scroll-bar/index.d.ts +16 -34
  29. package/dist/types/components/scroll-bar/src/scroll-bar.d.ts +16 -34
  30. package/dist/types/components/scroll-bar/src/types.d.ts +7 -15
  31. package/package.json +1 -1
  32. package/dist/es/components/pro-table/src/pro-table.css +0 -1
  33. package/dist/lib/components/pro-table/src/pro-table.css +0 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @king-one/antdv
2
2
 
3
- ## 1.0.79
3
+ ## 1.0.89
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - feat:scrollBar 组件 增加两个参数
7
+ - ls
8
8
 
9
9
  ## 1.0.78
10
10
 
@@ -1,6 +1,7 @@
1
- import { defineComponent as d, useModel as i, inject as u, toRefs as m, resolveComponent as s, createElementBlock as c, openBlock as p, createCommentVNode as f, createVNode as _, mergeProps as v, unref as V } from "vue";
2
- import { FIELD_CONTEXT_PROVIDE_KEY as g } from "../../constants.mjs";
3
- const C = { class: "field-date-range" }, R = /* @__PURE__ */ d({
1
+ import { defineComponent as d, useModel as i, inject as u, toRefs as m, createElementBlock as s, openBlock as c, createCommentVNode as p, createVNode as f, unref as t, mergeProps as _ } from "vue";
2
+ import { RangePicker as v } from "ant-design-vue";
3
+ import { FIELD_CONTEXT_PROVIDE_KEY as V } from "../../constants.mjs";
4
+ const g = { class: "field-date-range" }, x = /* @__PURE__ */ d({
4
5
  __name: "field-date-range",
5
6
  props: {
6
7
  modelValue: {
@@ -9,20 +10,17 @@ const C = { class: "field-date-range" }, R = /* @__PURE__ */ d({
9
10
  modelModifiers: {}
10
11
  },
11
12
  emits: ["update:modelValue"],
12
- setup(t) {
13
- const e = i(t, "modelValue"), n = u(g), { column: r } = m(n);
14
- return (E, o) => {
15
- const l = s("ARangePicker");
16
- return p(), c("div", C, [
17
- f(" prettier-ignore-attribute v-bind "),
18
- _(l, v({
19
- value: e.value,
20
- "onUpdate:value": o[0] || (o[0] = (a) => e.value = a)
21
- }, V(r).fieldProps), null, 16, ["value"])
22
- ]);
23
- };
13
+ setup(r) {
14
+ const e = i(r, "modelValue"), l = u(V), { column: n } = m(l);
15
+ return (E, o) => (c(), s("div", g, [
16
+ p(" prettier-ignore-attribute v-bind "),
17
+ f(t(v), _({
18
+ value: e.value,
19
+ "onUpdate:value": o[0] || (o[0] = (a) => e.value = a)
20
+ }, t(n).fieldProps), null, 16, ["value"])
21
+ ]));
24
22
  }
25
23
  });
26
24
  export {
27
- R as default
25
+ x as default
28
26
  };
@@ -1,6 +1,7 @@
1
- import { defineComponent as d, useModel as i, inject as m, resolveComponent as a, createElementBlock as p, openBlock as s, createCommentVNode as c, createVNode as f, mergeProps as _, unref as v } from "vue";
2
- import { FIELD_CONTEXT_PROVIDE_KEY as V } from "../../constants.mjs";
3
- const C = { class: "field-input" }, N = /* @__PURE__ */ d({
1
+ import { defineComponent as i, useModel as d, inject as m, createElementBlock as a, openBlock as p, createCommentVNode as s, createVNode as c, unref as o, mergeProps as f } from "vue";
2
+ import { Input as _ } from "ant-design-vue";
3
+ import { FIELD_CONTEXT_PROVIDE_KEY as v } from "../../constants.mjs";
4
+ const V = { class: "field-input" }, N = /* @__PURE__ */ i({
4
5
  __name: "field-input",
5
6
  props: {
6
7
  modelValue: {
@@ -9,18 +10,15 @@ const C = { class: "field-input" }, N = /* @__PURE__ */ d({
9
10
  modelModifiers: {}
10
11
  },
11
12
  emits: ["update:modelValue"],
12
- setup(t) {
13
- const e = i(t, "modelValue"), n = m(V), { column: l } = n;
14
- return (E, o) => {
15
- const r = a("AInput");
16
- return s(), p("div", C, [
17
- c(" prettier-ignore-attribute v-bind "),
18
- f(r, _({
19
- value: e.value,
20
- "onUpdate:value": o[0] || (o[0] = (u) => e.value = u)
21
- }, v(l).fieldProps), null, 16, ["value"])
22
- ]);
23
- };
13
+ setup(l) {
14
+ const e = d(l, "modelValue"), r = m(v), { column: n } = r;
15
+ return (E, t) => (p(), a("div", V, [
16
+ s(" prettier-ignore-attribute v-bind "),
17
+ c(o(_), f({
18
+ value: e.value,
19
+ "onUpdate:value": t[0] || (t[0] = (u) => e.value = u)
20
+ }, o(n).fieldProps), null, 16, ["value"])
21
+ ]));
24
22
  }
25
23
  });
26
24
  export {
@@ -1,6 +1,7 @@
1
- import { defineComponent as f, useModel as _, inject as v, toRefs as V, resolveComponent as a, createElementBlock as r, openBlock as o, createCommentVNode as b, createVNode as C, mergeProps as R, unref as d, withCtx as n, Fragment as x, renderList as E, createBlock as g, createTextVNode as k, toDisplayString as A } from "vue";
2
- import { FIELD_CONTEXT_PROVIDE_KEY as N } from "../../constants.mjs";
3
- const B = { class: "field-select" }, T = /* @__PURE__ */ f({
1
+ import { defineComponent as m, useModel as c, inject as f, toRefs as p, createElementBlock as a, openBlock as l, createCommentVNode as v, createVNode as _, unref as t, mergeProps as V, withCtx as d, Fragment as b, renderList as x, createBlock as C, createTextVNode as E, toDisplayString as g } from "vue";
2
+ import { RadioGroup as k, Radio as N } from "ant-design-vue";
3
+ import { FIELD_CONTEXT_PROVIDE_KEY as R } from "../../constants.mjs";
4
+ const B = { class: "field-select" }, y = /* @__PURE__ */ m({
4
5
  __name: "field-radio",
5
6
  props: {
6
7
  modelValue: {
@@ -10,45 +11,42 @@ const B = { class: "field-select" }, T = /* @__PURE__ */ f({
10
11
  },
11
12
  emits: ["update:modelValue"],
12
13
  setup(i) {
13
- const t = _(i, "modelValue"), u = v(N), { fieldOptions: s, column: m } = V(u);
14
- return (D, l) => {
15
- const c = a("ARadio"), p = a("ARadioGroup");
16
- return o(), r("div", B, [
17
- b(" prettier-ignore-attribute v-bind "),
18
- C(p, R({
19
- value: t.value,
20
- "onUpdate:value": l[0] || (l[0] = (e) => t.value = e)
21
- }, d(m).fieldProps), {
22
- default: n(() => [
23
- (o(!0), r(
24
- x,
25
- null,
26
- E(d(s), (e) => (o(), g(c, {
27
- key: e.value,
28
- value: e.value,
29
- disabled: e.disabled
30
- }, {
31
- default: n(() => [
32
- k(
33
- A(e.label),
34
- 1
35
- /* TEXT */
36
- )
37
- ]),
38
- _: 2
39
- /* DYNAMIC */
40
- }, 1032, ["value", "disabled"]))),
41
- 128
42
- /* KEYED_FRAGMENT */
43
- ))
44
- ]),
45
- _: 1
46
- /* STABLE */
47
- }, 16, ["value"])
48
- ]);
49
- };
14
+ const o = c(i, "modelValue"), u = f(R), { fieldOptions: n, column: s } = p(u);
15
+ return (D, r) => (l(), a("div", B, [
16
+ v(" prettier-ignore-attribute v-bind "),
17
+ _(t(k), V({
18
+ value: o.value,
19
+ "onUpdate:value": r[0] || (r[0] = (e) => o.value = e)
20
+ }, t(s).fieldProps), {
21
+ default: d(() => [
22
+ (l(!0), a(
23
+ b,
24
+ null,
25
+ x(t(n), (e) => (l(), C(t(N), {
26
+ key: e.value,
27
+ value: e.value,
28
+ disabled: e.disabled
29
+ }, {
30
+ default: d(() => [
31
+ E(
32
+ g(e.label),
33
+ 1
34
+ /* TEXT */
35
+ )
36
+ ]),
37
+ _: 2
38
+ /* DYNAMIC */
39
+ }, 1032, ["value", "disabled"]))),
40
+ 128
41
+ /* KEYED_FRAGMENT */
42
+ ))
43
+ ]),
44
+ _: 1
45
+ /* STABLE */
46
+ }, 16, ["value"])
47
+ ]));
50
48
  }
51
49
  });
52
50
  export {
53
- T as default
51
+ y as default
54
52
  };
@@ -1,6 +1,7 @@
1
- import { defineComponent as f, useModel as _, inject as v, toRefs as V, resolveComponent as n, createElementBlock as r, openBlock as t, createCommentVNode as b, createVNode as C, mergeProps as x, unref as a, withCtx as d, Fragment as E, renderList as O, createBlock as S, createTextVNode as g, toDisplayString as k } from "vue";
2
- import { FIELD_CONTEXT_PROVIDE_KEY as A } from "../../constants.mjs";
3
- const N = { class: "field-select" }, T = /* @__PURE__ */ f({
1
+ import { defineComponent as m, useModel as c, inject as f, toRefs as p, createElementBlock as a, openBlock as l, createCommentVNode as v, createVNode as _, unref as t, mergeProps as V, withCtx as d, Fragment as b, renderList as x, createBlock as C, createTextVNode as E, toDisplayString as g } from "vue";
2
+ import { Select as k, SelectOption as N } from "ant-design-vue";
3
+ import { FIELD_CONTEXT_PROVIDE_KEY as O } from "../../constants.mjs";
4
+ const B = { class: "field-select" }, y = /* @__PURE__ */ m({
4
5
  __name: "field-select",
5
6
  props: {
6
7
  modelValue: {
@@ -10,45 +11,42 @@ const N = { class: "field-select" }, T = /* @__PURE__ */ f({
10
11
  },
11
12
  emits: ["update:modelValue"],
12
13
  setup(i) {
13
- const l = _(i, "modelValue"), s = v(A), { fieldOptions: u, column: c } = V(s);
14
- return (B, o) => {
15
- const m = n("ASelectOption"), p = n("ASelect");
16
- return t(), r("div", N, [
17
- b(" prettier-ignore-attribute v-bind "),
18
- C(p, x({
19
- value: l.value,
20
- "onUpdate:value": o[0] || (o[0] = (e) => l.value = e)
21
- }, a(c).fieldProps), {
22
- default: d(() => [
23
- (t(!0), r(
24
- E,
25
- null,
26
- O(a(u), (e) => (t(), S(m, {
27
- key: e.value,
28
- value: e.value,
29
- disabled: e.disabled
30
- }, {
31
- default: d(() => [
32
- g(
33
- k(e.label),
34
- 1
35
- /* TEXT */
36
- )
37
- ]),
38
- _: 2
39
- /* DYNAMIC */
40
- }, 1032, ["value", "disabled"]))),
41
- 128
42
- /* KEYED_FRAGMENT */
43
- ))
44
- ]),
45
- _: 1
46
- /* STABLE */
47
- }, 16, ["value"])
48
- ]);
49
- };
14
+ const o = c(i, "modelValue"), n = f(O), { fieldOptions: u, column: s } = p(n);
15
+ return (D, r) => (l(), a("div", B, [
16
+ v(" prettier-ignore-attribute v-bind "),
17
+ _(t(k), V({
18
+ value: o.value,
19
+ "onUpdate:value": r[0] || (r[0] = (e) => o.value = e)
20
+ }, t(s).fieldProps), {
21
+ default: d(() => [
22
+ (l(!0), a(
23
+ b,
24
+ null,
25
+ x(t(u), (e) => (l(), C(t(N), {
26
+ key: e.value,
27
+ value: e.value,
28
+ disabled: e.disabled
29
+ }, {
30
+ default: d(() => [
31
+ E(
32
+ g(e.label),
33
+ 1
34
+ /* TEXT */
35
+ )
36
+ ]),
37
+ _: 2
38
+ /* DYNAMIC */
39
+ }, 1032, ["value", "disabled"]))),
40
+ 128
41
+ /* KEYED_FRAGMENT */
42
+ ))
43
+ ]),
44
+ _: 1
45
+ /* STABLE */
46
+ }, 16, ["value"])
47
+ ]));
50
48
  }
51
49
  });
52
50
  export {
53
- T as default
51
+ y as default
54
52
  };
@@ -1,145 +1,143 @@
1
- import { defineComponent as q, inject as z, toRefs as K, ref as X, computed as i, resolveComponent as a, createElementBlock as c, openBlock as m, createVNode as t, mergeProps as d, unref as u, withCtx as o, createCommentVNode as p, Fragment as b, renderList as Y, createBlock as $, normalizeProps as G, guardReactiveProps as H, createTextVNode as I } from "vue";
1
+ import { defineComponent as L, inject as A, toRefs as P, ref as j, computed as i, createElementBlock as d, openBlock as u, createVNode as o, unref as e, mergeProps as s, withCtx as n, createCommentVNode as p, Fragment as y, renderList as q, createBlock as z, normalizeProps as K, guardReactiveProps as X, createTextVNode as x } from "vue";
2
+ import { Form as Y, Row as $, Col as b, FormItem as F, Space as G, Button as I } from "ant-design-vue";
2
3
  import "./field/field.vue.mjs";
3
- import { TABLE_CONTEXT_PROVIDE_KEY as J } from "./constants.mjs";
4
- import M from "./field/field.vue2.mjs";
5
- const Q = { class: "pro-table-form" }, oe = /* @__PURE__ */ q({
4
+ import { TABLE_CONTEXT_PROVIDE_KEY as H } from "./constants.mjs";
5
+ import J from "./field/field.vue2.mjs";
6
+ const M = { class: "pro-table-form" }, oe = /* @__PURE__ */ L({
6
7
  __name: "form-render",
7
- setup(U, { expose: R }) {
8
- const _ = z(J), { columns: v, pageData: h, handleRequest: B } = _, { loading: N, antdFormProps: S, formColNum: f, formState: T, buttonCol: w } = K(_), r = X();
9
- function A(e) {
10
- return e.valueType !== "option" && !e.hideInForm;
8
+ setup(Q, { expose: R }) {
9
+ const c = A(H), { columns: _, pageData: h, handleRequest: N } = c, { loading: T, antdFormProps: B, formColNum: f, formState: E, buttonCol: O } = P(c), l = j();
10
+ function v(t) {
11
+ return t.valueType !== "option" && !t.hideInForm;
11
12
  }
12
- const E = (e) => e.dataIndex;
13
- function C() {
14
- h.pageNum = 1, B();
13
+ const S = (t) => t.dataIndex;
14
+ function g() {
15
+ h.pageNum = 1, N();
15
16
  }
16
- function O() {
17
- r.value && r.value.validate().then(() => {
18
- C();
17
+ function w() {
18
+ l.value && l.value.validate().then(() => {
19
+ g();
19
20
  }).catch(console.error);
20
21
  }
21
22
  function V() {
22
- r.value && (r.value.resetFields(), C());
23
+ l.value && (l.value.resetFields(), g());
23
24
  }
24
- const s = i(() => (f == null ? void 0 : f.value) || 0), g = i(() => 24 / s.value), D = i(() => {
25
- const e = v.filter(A).length;
26
- return (s.value - 1 - e % s.value) * g.value;
25
+ const m = i(() => (f == null ? void 0 : f.value) || 0), C = i(() => 24 / m.value), D = i(() => {
26
+ const t = _.filter(v).length;
27
+ return (m.value - 1 - t % m.value) * C.value;
27
28
  });
28
- function k(e, l = !1) {
29
- return e = {
30
- span: g.value,
29
+ function k(t, a = !1) {
30
+ return t = {
31
+ span: C.value,
31
32
  // 4 列
32
- ...e || {}
33
- }, l && e.offset == null && (e.offset = D.value), e;
33
+ ...t || {}
34
+ }, a && t.offset == null && (t.offset = D.value), t;
34
35
  }
35
36
  return R({
36
- formRef: r
37
- }), (e, l) => {
38
- const y = a("AFormItem"), F = a("ACol"), x = a("AButton"), L = a("ASpace"), P = a("ARow"), j = a("AForm");
39
- return m(), c("div", Q, [
40
- t(j, d({
41
- ref_key: "formRef",
42
- ref: r,
43
- autocomplete: "off",
44
- "label-col": { span: 5 }
45
- }, u(S), { model: u(T) }), {
46
- default: o(() => [
47
- t(P, { gutter: [0, 24] }, {
48
- default: o(() => [
49
- p(" TODO 处理 key 的问题, 有的项没有 key, 有的项没有 dataIndex "),
50
- (m(!0), c(
51
- b,
37
+ formRef: l
38
+ }), (t, a) => (u(), d("div", M, [
39
+ o(e(Y), s({
40
+ ref_key: "formRef",
41
+ ref: l,
42
+ autocomplete: "off",
43
+ "label-col": { span: 5 }
44
+ }, e(B), { model: e(E) }), {
45
+ default: n(() => [
46
+ o(e($), { gutter: [0, 24] }, {
47
+ default: n(() => [
48
+ p(" TODO 处理 key 的问题, 有的项没有 key, 有的项没有 dataIndex "),
49
+ (u(!0), d(
50
+ y,
51
+ null,
52
+ q(e(_), (r) => (u(), d(
53
+ y,
52
54
  null,
53
- Y(u(v), (n) => (m(), c(
54
- b,
55
- null,
56
- [
57
- A(n) ? (m(), $(
58
- F,
59
- d({
60
- key: n.key,
61
- ref_for: !0
62
- }, k(n.fieldCol)),
63
- {
64
- default: o(() => [
65
- t(y, d({
66
- label: n.title,
67
- name: E(n),
68
- ref_for: !0
69
- }, n.formItemProps), {
70
- default: o(() => [
71
- t(M, { column: n }, null, 8, ["column"])
72
- ]),
73
- _: 2
74
- /* DYNAMIC */
75
- }, 1040, ["label", "name"])
76
- ]),
77
- _: 2
78
- /* DYNAMIC */
79
- },
80
- 1040
81
- /* FULL_PROPS, DYNAMIC_SLOTS */
82
- )) : p("v-if", !0)
83
- ],
84
- 64
85
- /* STABLE_FRAGMENT */
86
- ))),
87
- 256
88
- /* UNKEYED_FRAGMENT */
89
- )),
90
- p(" 重置查询按钮 "),
91
- t(
92
- F,
93
- G(H(k(u(w), !0))),
94
- {
95
- default: o(() => [
96
- t(y, { "wrapper-col": { style: { textAlign: "right" } } }, {
97
- default: o(() => [
98
- t(L, null, {
99
- default: o(() => [
100
- t(x, { onClick: V }, {
101
- default: o(() => l[0] || (l[0] = [
102
- I(" 重置 ")
103
- ])),
104
- _: 1
105
- /* STABLE */
106
- }),
107
- t(x, {
108
- type: "primary",
109
- loading: u(N),
110
- onClick: O
111
- }, {
112
- default: o(() => l[1] || (l[1] = [
113
- I(" 查询 ")
114
- ])),
115
- _: 1
116
- /* STABLE */
117
- }, 8, ["loading"])
55
+ [
56
+ v(r) ? (u(), z(
57
+ e(b),
58
+ s({
59
+ key: r.key,
60
+ ref_for: !0
61
+ }, k(r.fieldCol)),
62
+ {
63
+ default: n(() => [
64
+ o(e(F), s({
65
+ label: r.title,
66
+ name: S(r),
67
+ ref_for: !0
68
+ }, r.formItemProps), {
69
+ default: n(() => [
70
+ o(J, { column: r }, null, 8, ["column"])
118
71
  ]),
119
- _: 1
120
- /* STABLE */
121
- })
72
+ _: 2
73
+ /* DYNAMIC */
74
+ }, 1040, ["label", "name"])
122
75
  ]),
123
- _: 1
124
- /* STABLE */
125
- })
126
- ]),
127
- _: 1
128
- /* STABLE */
129
- },
130
- 16
131
- /* FULL_PROPS */
132
- )
133
- ]),
134
- _: 1
135
- /* STABLE */
136
- })
137
- ]),
138
- _: 1
139
- /* STABLE */
140
- }, 16, ["model"])
141
- ]);
142
- };
76
+ _: 2
77
+ /* DYNAMIC */
78
+ },
79
+ 1040
80
+ /* FULL_PROPS, DYNAMIC_SLOTS */
81
+ )) : p("v-if", !0)
82
+ ],
83
+ 64
84
+ /* STABLE_FRAGMENT */
85
+ ))),
86
+ 256
87
+ /* UNKEYED_FRAGMENT */
88
+ )),
89
+ p(" 重置查询按钮 "),
90
+ o(
91
+ e(b),
92
+ K(X(k(e(O), !0))),
93
+ {
94
+ default: n(() => [
95
+ o(e(F), { "wrapper-col": { style: { textAlign: "right" } } }, {
96
+ default: n(() => [
97
+ o(e(G), null, {
98
+ default: n(() => [
99
+ o(e(I), { onClick: V }, {
100
+ default: n(() => a[0] || (a[0] = [
101
+ x(" 重置 ")
102
+ ])),
103
+ _: 1
104
+ /* STABLE */
105
+ }),
106
+ o(e(I), {
107
+ type: "primary",
108
+ loading: e(T),
109
+ onClick: w
110
+ }, {
111
+ default: n(() => a[1] || (a[1] = [
112
+ x(" 查询 ")
113
+ ])),
114
+ _: 1
115
+ /* STABLE */
116
+ }, 8, ["loading"])
117
+ ]),
118
+ _: 1
119
+ /* STABLE */
120
+ })
121
+ ]),
122
+ _: 1
123
+ /* STABLE */
124
+ })
125
+ ]),
126
+ _: 1
127
+ /* STABLE */
128
+ },
129
+ 16
130
+ /* FULL_PROPS */
131
+ )
132
+ ]),
133
+ _: 1
134
+ /* STABLE */
135
+ })
136
+ ]),
137
+ _: 1
138
+ /* STABLE */
139
+ }, 16, ["model"])
140
+ ]));
143
141
  }
144
142
  });
145
143
  export {
@@ -1,5 +1,4 @@
1
- import o from "./pro-table.vue2.mjs";
2
- /* empty css */
1
+ import f from "./pro-table.vue2.mjs";
3
2
  export {
4
- o as default
3
+ f as default
5
4
  };