@keyblade/pro-components 1.13.0 → 1.13.2

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.
@@ -7,11 +7,15 @@ declare const ProDateRangePicker: {
7
7
  startPlaceholder?: string;
8
8
  endPlaceholder?: string;
9
9
  separator?: string;
10
+ hideLabel?: boolean;
11
+ formItemProps?: import('@arco-design/web-vue').FormItemInstance;
12
+ datePickerProps?: import('@arco-design/web-vue').DatePickerInstance;
10
13
  }> & Readonly<{
11
14
  "onUpdate:modelValue"?: ((value: import('./type').IModelValue) => any) | undefined;
12
15
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
13
16
  "update:modelValue": (value: import('./type').IModelValue) => any;
14
17
  }, import('vue').PublicProps, {
18
+ hideLabel: boolean;
15
19
  startField: string;
16
20
  endField: string;
17
21
  startPlaceholder: string;
@@ -34,9 +38,13 @@ declare const ProDateRangePicker: {
34
38
  startPlaceholder?: string;
35
39
  endPlaceholder?: string;
36
40
  separator?: string;
41
+ hideLabel?: boolean;
42
+ formItemProps?: import('@arco-design/web-vue').FormItemInstance;
43
+ datePickerProps?: import('@arco-design/web-vue').DatePickerInstance;
37
44
  }> & Readonly<{
38
45
  "onUpdate:modelValue"?: ((value: import('./type').IModelValue) => any) | undefined;
39
46
  }>, {}, {}, {}, {}, {
47
+ hideLabel: boolean;
40
48
  startField: string;
41
49
  endField: string;
42
50
  startPlaceholder: string;
@@ -53,11 +61,15 @@ declare const ProDateRangePicker: {
53
61
  startPlaceholder?: string;
54
62
  endPlaceholder?: string;
55
63
  separator?: string;
64
+ hideLabel?: boolean;
65
+ formItemProps?: import('@arco-design/web-vue').FormItemInstance;
66
+ datePickerProps?: import('@arco-design/web-vue').DatePickerInstance;
56
67
  }> & Readonly<{
57
68
  "onUpdate:modelValue"?: ((value: import('./type').IModelValue) => any) | undefined;
58
69
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
59
70
  "update:modelValue": (value: import('./type').IModelValue) => any;
60
71
  }, string, {
72
+ hideLabel: boolean;
61
73
  startField: string;
62
74
  endField: string;
63
75
  startPlaceholder: string;
@@ -1,4 +1,5 @@
1
1
  import { IModelValue } from './type.ts';
2
+ import { DatePickerInstance, FormItemInstance } from '@arco-design/web-vue';
2
3
  type __VLS_Props = {
3
4
  modelValue: IModelValue;
4
5
  startField?: string;
@@ -6,12 +7,16 @@ type __VLS_Props = {
6
7
  startPlaceholder?: string;
7
8
  endPlaceholder?: string;
8
9
  separator?: string;
10
+ hideLabel?: boolean;
11
+ formItemProps?: FormItemInstance;
12
+ datePickerProps?: DatePickerInstance;
9
13
  };
10
14
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
15
  "update:modelValue": (value: IModelValue) => any;
12
16
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
13
17
  "onUpdate:modelValue"?: ((value: IModelValue) => any) | undefined;
14
18
  }>, {
19
+ hideLabel: boolean;
15
20
  startField: string;
16
21
  endField: string;
17
22
  startPlaceholder: string;
@@ -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 _ = /* @__PURE__ */ r(o, [["__scopeId", "data-v-8dc7d86d"]]);
4
+ const _ = /* @__PURE__ */ r(o, [["__scopeId", "data-v-0382c1f4"]]);
5
5
  export {
6
6
  _ as default
7
7
  };
@@ -1,6 +1,6 @@
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";
1
+ import { defineComponent as v, ref as V, computed as k, resolveComponent as h, createElementBlock as _, openBlock as E, normalizeClass as S, createVNode as d, mergeProps as i, withCtx as n, createTextVNode as B, toDisplayString as R, nextTick as P } from "vue";
2
2
  import r from "dayjs";
3
- const N = "keyblade-pro-date-range-picker", $ = /* @__PURE__ */ C({
3
+ const T = "keyblade-pro-date-range-picker", I = /* @__PURE__ */ v({
4
4
  __name: "pro-date-range-picker",
5
5
  props: {
6
6
  modelValue: {},
@@ -8,92 +8,93 @@ const N = "keyblade-pro-date-range-picker", $ = /* @__PURE__ */ C({
8
8
  endField: { default: "endDate" },
9
9
  startPlaceholder: { default: "开始日期" },
10
10
  endPlaceholder: { default: "结束日期" },
11
- separator: { default: "至" }
11
+ separator: { default: "至" },
12
+ hideLabel: { type: Boolean, default: !0 },
13
+ formItemProps: {},
14
+ datePickerProps: {}
12
15
  },
13
16
  emits: ["update:modelValue"],
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({
17
+ setup(F, { emit: g }) {
18
+ const e = F, s = g, u = V(), m = V(), p = k({
19
19
  get: () => e.modelValue[e.startField],
20
- set: (t) => {
21
- i("update:modelValue", {
20
+ set: (l) => {
21
+ s("update:modelValue", {
22
22
  ...e.modelValue,
23
- [e.startField]: t
23
+ [e.startField]: l
24
24
  });
25
25
  }
26
- }), p = n({
26
+ }), f = k({
27
27
  get: () => e.modelValue[e.endField],
28
- set: (t) => {
29
- i("update:modelValue", {
28
+ set: (l) => {
29
+ s("update:modelValue", {
30
30
  ...e.modelValue,
31
- [e.endField]: t
31
+ [e.endField]: l
32
32
  });
33
33
  }
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 = () => {
34
+ }), b = (l) => e.modelValue[e.endField] ? r(l).isAfter(r(e.modelValue[e.endField])) : !1, D = (l) => e.modelValue[e.startField] ? r(l).isBefore(r(e.modelValue[e.startField])) : !1, y = () => {
35
35
  setTimeout(() => {
36
- e.modelValue[e.startField] && !e.modelValue[e.endField] && h(() => {
37
- var l;
38
- const t = (l = m.value) == null ? void 0 : l.$el.parentElement.querySelector("input");
39
- t && t.click();
36
+ e.modelValue[e.startField] && !e.modelValue[e.endField] && P(() => {
37
+ var t;
38
+ const l = (t = m.value) == null ? void 0 : t.$el.parentElement.querySelector("input");
39
+ l && l.click();
40
40
  });
41
41
  });
42
- }, y = () => {
42
+ }, C = () => {
43
43
  setTimeout(() => {
44
- e.modelValue[e.endField] && !e.modelValue[e.startField] && h(() => {
45
- var l;
46
- const t = (l = u.value) == null ? void 0 : l.$el.parentElement.querySelector("input");
47
- t && t.click();
44
+ e.modelValue[e.endField] && !e.modelValue[e.startField] && P(() => {
45
+ var t;
46
+ const l = (t = u.value) == null ? void 0 : t.$el.parentElement.querySelector("input");
47
+ l && l.click();
48
48
  });
49
49
  });
50
50
  };
51
- return (t, l) => {
52
- const f = k("a-date-picker"), o = k("a-form-item");
53
- return R(), S("div", {
54
- class: T(N)
51
+ return (l, t) => {
52
+ const c = h("a-date-picker"), o = h("a-form-item");
53
+ return E(), _("div", {
54
+ class: S(T)
55
55
  }, [
56
- d(o, {
57
- field: t.startField,
56
+ d(o, i(l.formItemProps, {
57
+ field: l.startField,
58
58
  style: { "margin-right": "8px" },
59
- "hide-label": ""
60
- }, {
61
- default: s(() => [
62
- d(f, {
59
+ "hide-label": l.hideLabel
60
+ }), {
61
+ default: n(() => [
62
+ d(c, i({
63
63
  ref_key: "startDatePickerRef",
64
64
  ref: u,
65
- modelValue: c.value,
66
- "onUpdate:modelValue": l[0] || (l[0] = (a) => c.value = a),
67
- placeholder: t.startPlaceholder,
65
+ modelValue: p.value,
66
+ "onUpdate:modelValue": t[0] || (t[0] = (a) => p.value = a)
67
+ }, l.datePickerProps, {
68
+ placeholder: l.startPlaceholder,
68
69
  "disabled-date": (a) => b(a),
69
- onChange: v
70
- }, null, 8, ["modelValue", "placeholder", "disabled-date"])
70
+ onChange: y
71
+ }), null, 16, ["modelValue", "placeholder", "disabled-date"])
71
72
  ]),
72
73
  _: 1
73
- }, 8, ["field"]),
74
+ }, 16, ["field", "hide-label"]),
74
75
  d(o, {
75
76
  "hide-label": "",
76
77
  style: { "margin-right": "8px" }
77
78
  }, {
78
- default: s(() => [
79
- x(A(t.separator), 1)
79
+ default: n(() => [
80
+ B(R(l.separator), 1)
80
81
  ]),
81
82
  _: 1
82
83
  }),
83
84
  d(o, {
84
- field: t.endField,
85
+ field: l.endField,
85
86
  "hide-label": ""
86
87
  }, {
87
- default: s(() => [
88
- d(f, B({
88
+ default: n(() => [
89
+ d(c, i({
89
90
  ref_key: "endDatePickerRef",
90
91
  ref: m,
91
- modelValue: p.value,
92
- "onUpdate:modelValue": l[1] || (l[1] = (a) => p.value = a)
93
- }, _.value, {
94
- placeholder: t.endPlaceholder,
95
- "disabled-date": (a) => P(a),
96
- onChange: y
92
+ modelValue: f.value,
93
+ "onUpdate:modelValue": t[1] || (t[1] = (a) => f.value = a)
94
+ }, l.datePickerProps, {
95
+ placeholder: l.endPlaceholder,
96
+ "disabled-date": (a) => D(a),
97
+ onChange: C
97
98
  }), null, 16, ["modelValue", "placeholder", "disabled-date"])
98
99
  ]),
99
100
  _: 1
@@ -103,5 +104,5 @@ const N = "keyblade-pro-date-range-picker", $ = /* @__PURE__ */ C({
103
104
  }
104
105
  });
105
106
  export {
106
- $ as default
107
+ I as default
107
108
  };
@@ -31,6 +31,8 @@ type __VLS_Props = {
31
31
  singleLimit?: number;
32
32
  /** 最大允许上传个数 */
33
33
  limit?: number;
34
+ /** 文件超出个数限制时的提示文字 */
35
+ exceedTip?: string;
34
36
  /** 是否禁用 - 默认: false */
35
37
  disabled?: boolean;
36
38
  /** 隐藏内置上传文件之前的loading效果 - 默认: false */
@@ -7,7 +7,7 @@ import we from "./cropper.vue.js";
7
7
  import { defaultImageUploadCheckOptions as Ee, defaultImageUploadCompressorOptions as Me, defaultImageUploadCropOptions as Se, oneTravelImageCheckAndTransform as be, oneTravelImageCompressor as Le } from "@keyblade/one-travel";
8
8
  const Oe = "keyblade-pro-image-upload";
9
9
  var R, _, ee;
10
- const He = /* @__PURE__ */ me({
10
+ const We = /* @__PURE__ */ me({
11
11
  __name: "image-upload",
12
12
  props: /* @__PURE__ */ J({
13
13
  action: {},
@@ -23,6 +23,7 @@ const He = /* @__PURE__ */ me({
23
23
  multiple: { type: Boolean, default: U.multiple },
24
24
  singleLimit: { default: U.singleLimit },
25
25
  limit: {},
26
+ exceedTip: {},
26
27
  disabled: { type: Boolean, default: (_ = U) == null ? void 0 : _.disabled },
27
28
  hideInnerBeforeUploadLoading: { type: Boolean, default: (ee = U) == null ? void 0 : ee.hideInnerBeforeUploadLoading },
28
29
  checkOptions: {},
@@ -60,7 +61,7 @@ const He = /* @__PURE__ */ me({
60
61
  const l = r.value.findIndex((t) => t.uid === a.uid);
61
62
  return r.value.splice(l, 1), r.value = [...r.value], !1;
62
63
  }, re = (a, l) => {
63
- e != null && e.onExceed ? e == null || e.onExceed(a, l) : (g.error(`单次最多可选择${(e == null ? void 0 : e.limit) || 1}张图片`), r.value = a);
64
+ e != null && e.onExceed ? e == null || e.onExceed(a, l) : (g.error(e.exceedTip ?? `超过数量上限,最多上传${(e == null ? void 0 : e.limit) || 1}张`), r.value = a);
64
65
  }, ue = async (a) => {
65
66
  if (e != null && e.onSuccess)
66
67
  e == null || e.onSuccess(a);
@@ -92,7 +93,7 @@ const He = /* @__PURE__ */ me({
92
93
  oe("cropperImgLoad", a);
93
94
  };
94
95
  K(n, async () => {
95
- var w, E, b, F, z, j, Q, V, W, H, N, P, T, q, D, G;
96
+ var w, E, b, F, z, j, Q, T, V, W, H, N, P, q, D, G;
96
97
  if (n.value === void 0 || h.value.length === 0)
97
98
  return;
98
99
  const a = h.value[n.value], { file: l, resolve: t, reject: u } = a;
@@ -145,7 +146,7 @@ const He = /* @__PURE__ */ me({
145
146
  try {
146
147
  (Q = B.value) != null && Q.customCrop ? i = await B.value.customCrop(i) : i = await new Promise((o, x) => {
147
148
  p.value = { file: i, resolve: o, reject: x };
148
- }), (V = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || V.call(
149
+ }), (T = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || T.call(
149
150
  e,
150
151
  l,
151
152
  n.value,
@@ -155,7 +156,7 @@ const He = /* @__PURE__ */ me({
155
156
  }
156
157
  );
157
158
  } catch {
158
- return (W = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || W.call(
159
+ return (V = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || V.call(
159
160
  e,
160
161
  l,
161
162
  n.value,
@@ -167,16 +168,16 @@ const He = /* @__PURE__ */ me({
167
168
  },
168
169
  errorMessage: "图片剪裁失败"
169
170
  }
170
- ), (H = B.value) != null && H.showErrorMessage && g.error("图片剪裁失败"), u();
171
+ ), (W = B.value) != null && W.showErrorMessage && g.error("图片剪裁失败"), u();
171
172
  } finally {
172
173
  p.value = void 0;
173
174
  }
174
175
  }
175
- if ((N = C.value) != null && N.enable) {
176
+ if ((H = C.value) != null && H.enable) {
176
177
  c.value = {
177
178
  loading: !0,
178
179
  text: `第${n.value + 1}张图片处理中,请稍等`
179
- }, (P = e == null ? void 0 : e.onInnerBeforeUploadStart) == null || P.call(
180
+ }, (N = e == null ? void 0 : e.onInnerBeforeUploadStart) == null || N.call(
180
181
  e,
181
182
  l,
182
183
  n.value,
@@ -185,7 +186,7 @@ const He = /* @__PURE__ */ me({
185
186
  const o = await Le(i, {
186
187
  maxSize: C.value.maxSize,
187
188
  size: C.value.size,
188
- excludeAllowedTypes: (T = C.value.excludeAllowedTypes) == null ? void 0 : T.map((x) => `image/${x}`)
189
+ excludeAllowedTypes: (P = C.value.excludeAllowedTypes) == null ? void 0 : P.map((x) => `image/${x}`)
189
190
  });
190
191
  if (c.value = void 0, (q = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || q.call(
191
192
  e,
@@ -287,5 +288,5 @@ const He = /* @__PURE__ */ me({
287
288
  }
288
289
  });
289
290
  export {
290
- He as default
291
+ We as default
291
292
  };
@@ -18,6 +18,7 @@ declare const ProImageUpload: {
18
18
  multiple?: boolean;
19
19
  singleLimit?: number;
20
20
  limit?: number;
21
+ exceedTip?: string;
21
22
  disabled?: boolean;
22
23
  hideInnerBeforeUploadLoading?: boolean;
23
24
  checkOptions?: import('@keyblade/one-travel').ImageUploadCheckOptions;
@@ -595,6 +596,7 @@ declare const ProImageUpload: {
595
596
  multiple?: boolean;
596
597
  singleLimit?: number;
597
598
  limit?: number;
599
+ exceedTip?: string;
598
600
  disabled?: boolean;
599
601
  hideInnerBeforeUploadLoading?: boolean;
600
602
  checkOptions?: import('@keyblade/one-travel').ImageUploadCheckOptions;
@@ -1126,6 +1128,7 @@ declare const ProImageUpload: {
1126
1128
  multiple?: boolean;
1127
1129
  singleLimit?: number;
1128
1130
  limit?: number;
1131
+ exceedTip?: string;
1129
1132
  disabled?: boolean;
1130
1133
  hideInnerBeforeUploadLoading?: boolean;
1131
1134
  checkOptions?: import('@keyblade/one-travel').ImageUploadCheckOptions;
@@ -36,6 +36,8 @@ export interface ImageUploadOptions {
36
36
  singleLimit?: number;
37
37
  /** 最大允许上传个数 */
38
38
  limit?: number;
39
+ /** 文件超出个数限制时的提示文字 */
40
+ exceedTip?: string;
39
41
  /** 是否禁用 - 默认: false */
40
42
  disabled?: boolean;
41
43
  /** 隐藏内置上传文件之前的loading效果 - 默认: false */
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(--4a477a1a);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(--4a477a1a);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(--4a477a1a);padding-left:var(--3599ef93);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-hide-sider{padding-left:0}.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(--5b478c92)}.keyblade-pro-layout-side .keyblade-pro-layout-header{z-index:98;left:var(--3599ef93);width:calc(100% - var(--3599ef93))}.keyblade-pro-layout-side .keyblade-pro-layout-header-collapsed{left:var(--5b478c92);width:calc(100% - var(--5b478c92))}.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}
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(--4a477a1a);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(--4a477a1a);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(--4a477a1a);padding-left:var(--3599ef93);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-hide-sider{padding-left:0}.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(--5b478c92)}.keyblade-pro-layout-side .keyblade-pro-layout-header{z-index:98;left:var(--3599ef93);width:calc(100% - var(--3599ef93))}.keyblade-pro-layout-side .keyblade-pro-layout-header-collapsed{left:var(--5b478c92);width:calc(100% - var(--5b478c92))}.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-0382c1f4]{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.13.0",
5
+ "version": "1.13.2",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "main": "es/index.js",