@keyblade/pro-components 1.12.15 → 1.12.17

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.
@@ -1,7 +1,7 @@
1
1
  import o from "./pro-date-range-picker.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../_virtual/_plugin-vue_export-helper.js";
4
- const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-f6a8cf2c"]]);
4
+ const _ = /* @__PURE__ */ r(o, [["__scopeId", "data-v-8dc7d86d"]]);
5
5
  export {
6
- e as default
6
+ _ as default
7
7
  };
@@ -1,6 +1,6 @@
1
- import { defineComponent as C, ref as f, computed as V, resolveComponent as k, createElementBlock as v, openBlock as P, normalizeClass as E, createVNode as d, withCtx as n, createTextVNode as S, toDisplayString as R, nextTick as h } from "vue";
2
- import o from "dayjs";
3
- const T = "keyblade-pro-date-range-picker", N = /* @__PURE__ */ C({
1
+ import { defineComponent as C, useAttrs as E, computed as n, ref as V, resolveComponent as k, createElementBlock as S, openBlock as R, normalizeClass as T, createVNode as d, withCtx as s, createTextVNode as x, toDisplayString as A, mergeProps as B, nextTick as h } from "vue";
2
+ import r from "dayjs";
3
+ const N = "keyblade-pro-date-range-picker", $ = /* @__PURE__ */ C({
4
4
  __name: "pro-date-range-picker",
5
5
  props: {
6
6
  modelValue: {},
@@ -11,8 +11,11 @@ const T = "keyblade-pro-date-range-picker", N = /* @__PURE__ */ C({
11
11
  separator: { default: "至" }
12
12
  },
13
13
  emits: ["update:modelValue"],
14
- setup(D, { emit: F }) {
15
- const e = D, i = F, s = f(), u = f(), m = V({
14
+ setup(D, { emit: g }) {
15
+ const e = D, F = E(), _ = n(() => {
16
+ const { class: t, ...l } = F;
17
+ return l;
18
+ }), i = g, u = V(), m = V(), c = n({
16
19
  get: () => e.modelValue[e.startField],
17
20
  set: (t) => {
18
21
  i("update:modelValue", {
@@ -20,7 +23,7 @@ const T = "keyblade-pro-date-range-picker", N = /* @__PURE__ */ C({
20
23
  [e.startField]: t
21
24
  });
22
25
  }
23
- }), p = V({
26
+ }), p = n({
24
27
  get: () => e.modelValue[e.endField],
25
28
  set: (t) => {
26
29
  i("update:modelValue", {
@@ -28,11 +31,11 @@ const T = "keyblade-pro-date-range-picker", N = /* @__PURE__ */ C({
28
31
  [e.endField]: t
29
32
  });
30
33
  }
31
- }), g = (t) => e.modelValue.endDate ? o(t).isAfter(o(e.modelValue[e.startField])) : !1, b = (t) => e.modelValue.startDate ? o(t).isBefore(o(e.modelValue[e.endField])) : !1, _ = () => {
34
+ }), b = (t) => e.modelValue.endDate ? r(t).isAfter(r(e.modelValue[e.startField])) : !1, P = (t) => e.modelValue.startDate ? r(t).isBefore(r(e.modelValue[e.endField])) : !1, v = () => {
32
35
  setTimeout(() => {
33
36
  e.modelValue[e.startField] && !e.modelValue[e.endField] && h(() => {
34
37
  var l;
35
- const t = (l = u.value) == null ? void 0 : l.$el.parentElement.querySelector("input");
38
+ const t = (l = m.value) == null ? void 0 : l.$el.parentElement.querySelector("input");
36
39
  t && t.click();
37
40
  });
38
41
  });
@@ -40,57 +43,58 @@ const T = "keyblade-pro-date-range-picker", N = /* @__PURE__ */ C({
40
43
  setTimeout(() => {
41
44
  e.modelValue[e.endField] && !e.modelValue[e.startField] && h(() => {
42
45
  var l;
43
- const t = (l = s.value) == null ? void 0 : l.$el.parentElement.querySelector("input");
46
+ const t = (l = u.value) == null ? void 0 : l.$el.parentElement.querySelector("input");
44
47
  t && t.click();
45
48
  });
46
49
  });
47
50
  };
48
51
  return (t, l) => {
49
- const c = k("a-date-picker"), r = k("a-form-item");
50
- return P(), v("div", {
51
- class: E(T)
52
+ const f = k("a-date-picker"), o = k("a-form-item");
53
+ return R(), S("div", {
54
+ class: T(N)
52
55
  }, [
53
- d(r, {
56
+ d(o, {
54
57
  field: t.startField,
55
58
  style: { "margin-right": "8px" },
56
59
  "hide-label": ""
57
60
  }, {
58
- default: n(() => [
59
- d(c, {
61
+ default: s(() => [
62
+ d(f, {
60
63
  ref_key: "startDatePickerRef",
61
- ref: s,
62
- modelValue: m.value,
63
- "onUpdate:modelValue": l[0] || (l[0] = (a) => m.value = a),
64
+ ref: u,
65
+ modelValue: c.value,
66
+ "onUpdate:modelValue": l[0] || (l[0] = (a) => c.value = a),
64
67
  placeholder: t.startPlaceholder,
65
- "disabled-date": (a) => g(a),
66
- onChange: _
68
+ "disabled-date": (a) => b(a),
69
+ onChange: v
67
70
  }, null, 8, ["modelValue", "placeholder", "disabled-date"])
68
71
  ]),
69
72
  _: 1
70
73
  }, 8, ["field"]),
71
- d(r, {
74
+ d(o, {
72
75
  "hide-label": "",
73
76
  style: { "margin-right": "8px" }
74
77
  }, {
75
- default: n(() => [
76
- S(R(t.separator), 1)
78
+ default: s(() => [
79
+ x(A(t.separator), 1)
77
80
  ]),
78
81
  _: 1
79
82
  }),
80
- d(r, {
83
+ d(o, {
81
84
  field: t.endField,
82
85
  "hide-label": ""
83
86
  }, {
84
- default: n(() => [
85
- d(c, {
87
+ default: s(() => [
88
+ d(f, B({
86
89
  ref_key: "endDatePickerRef",
87
- ref: u,
90
+ ref: m,
88
91
  modelValue: p.value,
89
- "onUpdate:modelValue": l[1] || (l[1] = (a) => p.value = a),
92
+ "onUpdate:modelValue": l[1] || (l[1] = (a) => p.value = a)
93
+ }, _.value, {
90
94
  placeholder: t.endPlaceholder,
91
- "disabled-date": (a) => b(a),
95
+ "disabled-date": (a) => P(a),
92
96
  onChange: y
93
- }, null, 8, ["modelValue", "placeholder", "disabled-date"])
97
+ }), null, 16, ["modelValue", "placeholder", "disabled-date"])
94
98
  ]),
95
99
  _: 1
96
100
  }, 8, ["field"])
@@ -99,5 +103,5 @@ const T = "keyblade-pro-date-range-picker", N = /* @__PURE__ */ C({
99
103
  }
100
104
  });
101
105
  export {
102
- N as default
106
+ $ as default
103
107
  };
@@ -1,3 +1,3 @@
1
1
  export interface IModelValue {
2
- [key: string]: string;
2
+ [key: string]: any;
3
3
  }
@@ -1,7 +1,7 @@
1
1
  import o from "./cropper.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../_virtual/_plugin-vue_export-helper.js";
4
- const _ = /* @__PURE__ */ r(o, [["__scopeId", "data-v-0d419122"]]);
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-1bddf267"]]);
5
5
  export {
6
- _ as default
6
+ m as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as D, ref as d, computed as M, watch as q, resolveComponent as l, createBlock as G, openBlock as J, normalizeClass as m, withCtx as a, createVNode as e, createElementVNode as y, mergeProps as K, createTextVNode as W, nextTick as C } from "vue";
1
+ import { defineComponent as D, ref as d, computed as M, watch as q, resolveComponent as l, createBlock as G, openBlock as J, normalizeClass as m, withCtx as n, createVNode as e, createElementVNode as y, mergeProps as K, createTextVNode as W, nextTick as C } from "vue";
2
2
  import "vue-cropper/dist/index.css";
3
3
  import O from "vue-cropper/lib/vue-cropper.vue";
4
4
  const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
@@ -12,8 +12,8 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
12
12
  setup(x, { expose: H, emit: R }) {
13
13
  const c = x, f = R, o = d(), w = d(), u = d(!0), _ = d(!1), z = M(() => {
14
14
  var t;
15
- const n = ((t = c == null ? void 0 : c.file) == null ? void 0 : t.name) || "";
16
- return n.endsWith(".jpg") || n.endsWith(".jpeg") ? {
15
+ const a = (((t = c == null ? void 0 : c.file) == null ? void 0 : t.name) || "").toLowerCase();
16
+ return a.endsWith(".jpg") || a.endsWith(".jpeg") ? {
17
17
  ...c.options,
18
18
  outputType: "jpeg",
19
19
  outputSize: 0.95
@@ -27,15 +27,15 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
27
27
  o.value.changeScale(-1);
28
28
  }, S = () => {
29
29
  o.value.rotateRight();
30
- const { w: n, h: t } = v();
30
+ const { w: a, h: t } = v();
31
31
  C(() => {
32
- o.value.goAutoCrop(n, t);
32
+ o.value.goAutoCrop(a, t);
33
33
  });
34
34
  }, $ = () => {
35
35
  o.value.rotateLeft();
36
- const { w: n, h: t } = v();
36
+ const { w: a, h: t } = v();
37
37
  C(() => {
38
- o.value.goAutoCrop(n, t);
38
+ o.value.goAutoCrop(a, t);
39
39
  });
40
40
  }, N = () => {
41
41
  o.value.reload(), o.value.rotateClear(), C(() => {
@@ -44,17 +44,17 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
44
44
  }, b = () => {
45
45
  f("cancel");
46
46
  }, j = () => {
47
- u.value || _.value || (_.value = !0, o.value.getCropBlob((n) => {
47
+ u.value || _.value || (_.value = !0, o.value.getCropBlob((a) => {
48
48
  _.value = !1;
49
- const t = new File([n], c.file.name, { type: "image/jpeg" });
49
+ const t = new File([a], c.file.name, { type: "image/jpeg" });
50
50
  f("confirm", t);
51
51
  }));
52
52
  }, A = () => {
53
53
  u.value = !1;
54
- const { w: n, h: t } = v();
55
- g.value.autoCropWidth = n, g.value.autoCropHeight = t, f("imgLoad", c.file);
54
+ const { w: a, h: t } = v();
55
+ g.value.autoCropWidth = a, g.value.autoCropHeight = t, f("imgLoad", c.file);
56
56
  }, v = () => {
57
- const n = Math.abs(o.value.rotate) % 2 > 0, t = (n ? o.value.trueHeight : o.value.trueWidth) * o.value.scale, r = (n ? o.value.trueWidth : o.value.trueHeight) * o.value.scale;
57
+ const a = Math.abs(o.value.rotate) % 2 > 0, t = (a ? o.value.trueHeight : o.value.trueWidth) * o.value.scale, r = (a ? o.value.trueWidth : o.value.trueHeight) * o.value.scale;
58
58
  return { w: t, h: r };
59
59
  };
60
60
  return q(
@@ -62,9 +62,9 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
62
62
  () => {
63
63
  if (c.file) {
64
64
  u.value = !0, o.value && o.value.clearCrop();
65
- const n = new FileReader();
66
- n.onloadend = () => {
67
- const t = n.result, r = new Image();
65
+ const a = new FileReader();
66
+ a.onloadend = () => {
67
+ const t = a.result, r = new Image();
68
68
  r.onload = () => {
69
69
  const h = r.width, i = r.height;
70
70
  w.value = {
@@ -73,13 +73,13 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
73
73
  height: i
74
74
  };
75
75
  }, r.src = t;
76
- }, n.readAsDataURL(c.file);
76
+ }, a.readAsDataURL(c.file);
77
77
  }
78
78
  },
79
79
  { immediate: !0 }
80
80
  ), H({
81
81
  cropperInsRef: o
82
- }), (n, t) => {
82
+ }), (a, t) => {
83
83
  const r = l("a-spin"), h = l("icon-zoom-in"), i = l("a-button"), p = l("a-tooltip"), B = l("icon-zoom-out"), V = l("icon-rotate-right"), T = l("icon-rotate-left"), E = l("icon-sync"), F = l("a-button-group"), P = l("a-space"), U = l("a-modal");
84
84
  return J(), G(U, {
85
85
  "render-to-body": "",
@@ -93,12 +93,12 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
93
93
  "unmount-on-close": "",
94
94
  onCancel: b
95
95
  }, {
96
- default: a(() => [
96
+ default: n(() => [
97
97
  e(r, {
98
98
  class: m(`${s}-dialog-cropper-wrapper`),
99
99
  loading: u.value
100
100
  }, {
101
- default: a(() => {
101
+ default: n(() => {
102
102
  var k;
103
103
  return [
104
104
  e(O, K({
@@ -120,11 +120,11 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
120
120
  class: m(`${s}-dialog-operate`)
121
121
  }, [
122
122
  e(F, { type: "primary" }, {
123
- default: a(() => [
123
+ default: n(() => [
124
124
  e(p, { content: "放大" }, {
125
- default: a(() => [
125
+ default: n(() => [
126
126
  e(i, { onClick: I }, {
127
- icon: a(() => [
127
+ icon: n(() => [
128
128
  e(h)
129
129
  ]),
130
130
  _: 1
@@ -133,9 +133,9 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
133
133
  _: 1
134
134
  }),
135
135
  e(p, { content: "缩小" }, {
136
- default: a(() => [
136
+ default: n(() => [
137
137
  e(i, { onClick: L }, {
138
- icon: a(() => [
138
+ icon: n(() => [
139
139
  e(B)
140
140
  ]),
141
141
  _: 1
@@ -144,9 +144,9 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
144
144
  _: 1
145
145
  }),
146
146
  e(p, { content: "向右旋转" }, {
147
- default: a(() => [
147
+ default: n(() => [
148
148
  e(i, { onClick: S }, {
149
- icon: a(() => [
149
+ icon: n(() => [
150
150
  e(V)
151
151
  ]),
152
152
  _: 1
@@ -155,9 +155,9 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
155
155
  _: 1
156
156
  }),
157
157
  e(p, { content: "向左旋转" }, {
158
- default: a(() => [
158
+ default: n(() => [
159
159
  e(i, { onClick: $ }, {
160
- icon: a(() => [
160
+ icon: n(() => [
161
161
  e(T)
162
162
  ]),
163
163
  _: 1
@@ -166,9 +166,9 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
166
166
  _: 1
167
167
  }),
168
168
  e(p, { content: "重置" }, {
169
- default: a(() => [
169
+ default: n(() => [
170
170
  e(i, { onClick: N }, {
171
- icon: a(() => [
171
+ icon: n(() => [
172
172
  e(E)
173
173
  ]),
174
174
  _: 1
@@ -186,9 +186,9 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
186
186
  e(P, {
187
187
  class: m(`${s}-dialog-footer-right`)
188
188
  }, {
189
- default: a(() => [
189
+ default: n(() => [
190
190
  e(i, { onClick: b }, {
191
- default: a(() => t[0] || (t[0] = [
191
+ default: n(() => t[0] || (t[0] = [
192
192
  W("取消")
193
193
  ])),
194
194
  _: 1
@@ -199,7 +199,7 @@ const s = "keyblade-pro-image-upload-cropper", Z = /* @__PURE__ */ D({
199
199
  onClick: j,
200
200
  loading: _.value
201
201
  }, {
202
- default: a(() => t[1] || (t[1] = [
202
+ default: n(() => t[1] || (t[1] = [
203
203
  W("确定")
204
204
  ])),
205
205
  _: 1
package/es/style.css CHANGED
@@ -1 +1 @@
1
- .keyblade-pro-page-header{background:var(--color-bg-2);padding:16px 32px}.keyblade-pro-page-header .keyblade-pro-page-header-section-breadcrumb .arco-breadcrumb-item:first-child{padding-left:0}.keyblade-pro-page-header .keyblade-pro-page-header-title.arco-typography{padding-top:4px;margin-top:0}.keyblade-pro-layout{width:100%;height:100%}.keyblade-pro-layout .keyblade-pro-layout-header{position:fixed;top:0;left:0;width:100%;height:var(--41512b1e);z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background-color:var(--color-bg-2);border-bottom:1px solid var(--color-border);transition:all .2s cubic-bezier(.34,.69,.1,1)}.keyblade-pro-layout .keyblade-pro-layout-header-left{cursor:pointer;display:flex;align-items:center}.keyblade-pro-layout .keyblade-pro-layout-header-left-logo-img{width:28px;height:28px}.keyblade-pro-layout .keyblade-pro-layout-header-left-logo-title.arco-typography{margin:0;font-size:18px}.keyblade-pro-layout .keyblade-pro-layout-header-center{flex:1}.keyblade-pro-layout .keyblade-pro-layout-sider{padding-top:var(--41512b1e);position:fixed;top:0;left:0;z-index:99;height:100%;transition:all .2s cubic-bezier(.34,.69,.1,1)}.keyblade-pro-layout .keyblade-pro-layout-sider-content{position:relative;height:100%;overflow:auto}.keyblade-pro-layout .keyblade-pro-layout-sider-collapse-btn.arco-btn{position:absolute;right:12px;bottom:12px}.keyblade-pro-layout .keyblade-pro-layout-body{padding-top:var(--41512b1e);padding-left:var(--514ba31c);min-height:100vh;overflow-y:hidden;background-color:var(--color-fill-2);transition:padding .2s cubic-bezier(.34,.69,.1,1)}.keyblade-pro-layout .keyblade-pro-layout-body-affix .arco-affix{z-index:98}.keyblade-pro-layout .keyblade-pro-layout-body-footer{display:flex;align-items:center;justify-content:center;height:40px;color:var(--color-text-2);text-align:center}.keyblade-pro-layout .keyblade-pro-layout-body-collapsed{padding-left:var(--27c679ae)}.keyblade-pro-layout-side .keyblade-pro-layout-header{z-index:98;left:var(--514ba31c);width:calc(100% - var(--514ba31c))}.keyblade-pro-layout-side .keyblade-pro-layout-header-collapsed{left:var(--27c679ae);width:calc(100% - var(--27c679ae))}.keyblade-pro-layout-side .keyblade-pro-layout-sider{padding-top:0}.keyblade-pro-layout-side .keyblade-pro-layout-sider-content-logo{position:relative;display:flex;align-items:center;padding:16px;cursor:pointer;transition:padding .3s cubic-bezier(.645,.045,.355,1)}.keyblade-pro-layout-side .keyblade-pro-layout-sider-content-logo-img{width:28px;height:28px}.keyblade-pro-layout-side .keyblade-pro-layout-sider-content-logo-title.arco-typography{margin:0;font-size:18px}.keyblade-pro-layout-side .keyblade-pro-layout-sider-collapsed .keyblade-pro-layout-sider-content-logo{padding:16px 10px}.keyblade-pro-menu .keyblade-pro-menu-item-img{width:14px;height:auto}.keyblade-pro-reuse-tabs{position:relative;background-color:var(--color-bg-2);padding:4px 20px}.keyblade-pro-page-container .keyblade-pro-page-container-content{padding:20px}.keyblade-pro-image-upload-cropper-dialog-cropper-wrapper[data-v-0d419122]{width:100%;height:400px}.keyblade-pro-image-upload-cropper-dialog-operate[data-v-0d419122]{margin-top:24px;display:flex;align-items:center;justify-content:center}.keyblade-pro-image-upload-cropper-dialog-footer[data-v-0d419122]{margin-top:24px;display:flex;align-items:center;justify-content:flex-end}.keyblade-pro-image-upload-cropper-dialog-footer-left[data-v-0d419122]{display:flex;align-items:center;justify-content:flex-start;margin-right:12px}.keyblade-pro-image-upload-cropper-dialog-footer-right[data-v-0d419122]{flex:1;display:flex;align-items:center;justify-content:flex-end}.keyblade-pro-date-range-picker[data-v-f6a8cf2c]{display:flex;align-items:center}
1
+ .keyblade-pro-page-header{background:var(--color-bg-2);padding:16px 32px}.keyblade-pro-page-header .keyblade-pro-page-header-section-breadcrumb .arco-breadcrumb-item:first-child{padding-left:0}.keyblade-pro-page-header .keyblade-pro-page-header-title.arco-typography{padding-top:4px;margin-top:0}.keyblade-pro-layout{width:100%;height:100%}.keyblade-pro-layout .keyblade-pro-layout-header{position:fixed;top:0;left:0;width:100%;height:var(--41512b1e);z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background-color:var(--color-bg-2);border-bottom:1px solid var(--color-border);transition:all .2s cubic-bezier(.34,.69,.1,1)}.keyblade-pro-layout .keyblade-pro-layout-header-left{cursor:pointer;display:flex;align-items:center}.keyblade-pro-layout .keyblade-pro-layout-header-left-logo-img{width:28px;height:28px}.keyblade-pro-layout .keyblade-pro-layout-header-left-logo-title.arco-typography{margin:0;font-size:18px}.keyblade-pro-layout .keyblade-pro-layout-header-center{flex:1}.keyblade-pro-layout .keyblade-pro-layout-sider{padding-top:var(--41512b1e);position:fixed;top:0;left:0;z-index:99;height:100%;transition:all .2s cubic-bezier(.34,.69,.1,1)}.keyblade-pro-layout .keyblade-pro-layout-sider-content{position:relative;height:100%;overflow:auto}.keyblade-pro-layout .keyblade-pro-layout-sider-collapse-btn.arco-btn{position:absolute;right:12px;bottom:12px}.keyblade-pro-layout .keyblade-pro-layout-body{padding-top:var(--41512b1e);padding-left:var(--514ba31c);min-height:100vh;overflow-y:hidden;background-color:var(--color-fill-2);transition:padding .2s cubic-bezier(.34,.69,.1,1)}.keyblade-pro-layout .keyblade-pro-layout-body-affix .arco-affix{z-index:98}.keyblade-pro-layout .keyblade-pro-layout-body-footer{display:flex;align-items:center;justify-content:center;height:40px;color:var(--color-text-2);text-align:center}.keyblade-pro-layout .keyblade-pro-layout-body-collapsed{padding-left:var(--27c679ae)}.keyblade-pro-layout-side .keyblade-pro-layout-header{z-index:98;left:var(--514ba31c);width:calc(100% - var(--514ba31c))}.keyblade-pro-layout-side .keyblade-pro-layout-header-collapsed{left:var(--27c679ae);width:calc(100% - var(--27c679ae))}.keyblade-pro-layout-side .keyblade-pro-layout-sider{padding-top:0}.keyblade-pro-layout-side .keyblade-pro-layout-sider-content-logo{position:relative;display:flex;align-items:center;padding:16px;cursor:pointer;transition:padding .3s cubic-bezier(.645,.045,.355,1)}.keyblade-pro-layout-side .keyblade-pro-layout-sider-content-logo-img{width:28px;height:28px}.keyblade-pro-layout-side .keyblade-pro-layout-sider-content-logo-title.arco-typography{margin:0;font-size:18px}.keyblade-pro-layout-side .keyblade-pro-layout-sider-collapsed .keyblade-pro-layout-sider-content-logo{padding:16px 10px}.keyblade-pro-menu .keyblade-pro-menu-item-img{width:14px;height:auto}.keyblade-pro-reuse-tabs{position:relative;background-color:var(--color-bg-2);padding:4px 20px}.keyblade-pro-page-container .keyblade-pro-page-container-content{padding:20px}.keyblade-pro-image-upload-cropper-dialog-cropper-wrapper[data-v-1bddf267]{width:100%;height:400px}.keyblade-pro-image-upload-cropper-dialog-operate[data-v-1bddf267]{margin-top:24px;display:flex;align-items:center;justify-content:center}.keyblade-pro-image-upload-cropper-dialog-footer[data-v-1bddf267]{margin-top:24px;display:flex;align-items:center;justify-content:flex-end}.keyblade-pro-image-upload-cropper-dialog-footer-left[data-v-1bddf267]{display:flex;align-items:center;justify-content:flex-start;margin-right:12px}.keyblade-pro-image-upload-cropper-dialog-footer-right[data-v-1bddf267]{flex:1;display:flex;align-items:center;justify-content:flex-end}.keyblade-pro-date-range-picker[data-v-8dc7d86d]{display:flex;align-items:center}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@keyblade/pro-components",
3
3
  "description": "KeyBlade Pro Components",
4
4
  "author": "yangshuai <704807396@qq.com>",
5
- "version": "1.12.15",
5
+ "version": "1.12.17",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "main": "es/index.js",