@aplus-frontend/ui 0.1.9 → 0.1.11

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 (79) hide show
  1. package/es/index.mjs +77 -75
  2. package/es/src/ap-download/ap-download.vue.d.ts +2 -2
  3. package/es/src/ap-download/ap-download.vue.mjs +30 -33
  4. package/es/src/ap-download/hooks/useStyle.d.ts +6 -0
  5. package/es/src/ap-download/hooks/useStyle.mjs +22 -0
  6. package/es/src/ap-download/index.mjs +4 -1
  7. package/es/src/ap-download/interface.d.ts +29 -6
  8. package/es/src/ap-download/interface.mjs +4 -1
  9. package/es/src/ap-download/utils/getFileInfo.d.ts +9 -0
  10. package/es/src/ap-download/utils/getFileInfo.mjs +44 -0
  11. package/es/src/ap-field/interface.d.ts +4 -0
  12. package/es/src/ap-field/select/index.vue.d.ts +6 -0
  13. package/es/src/ap-field/select/index.vue.mjs +36 -31
  14. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +6 -2
  15. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs +33 -23
  16. package/es/src/ap-table/ap-table.vue.mjs +158 -147
  17. package/es/src/ap-table/constants.d.ts +26 -0
  18. package/es/src/ap-table/hooks/use-table-paging.d.ts +4 -3
  19. package/es/src/ap-table/hooks/use-table-paging.mjs +63 -63
  20. package/es/src/ap-table/interface.d.ts +13 -1
  21. package/es/src/ap-upload/apUploadTypes.d.ts +1 -1
  22. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -2
  23. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +69 -66
  24. package/es/src/business/ap-export-group/interface.d.ts +13 -3
  25. package/es/src/business/ap-export-group/interface.mjs +2 -2
  26. package/es/src/business/ap-label/ApLabel.vue2.mjs +18 -17
  27. package/es/src/business/ap-label/ApLabelGroup.d.ts +22 -4
  28. package/es/src/business/ap-label/ApLabelGroup.mjs +17 -23
  29. package/es/src/business/ap-label/constans.d.ts +10 -2
  30. package/es/src/business/ap-label/constans.mjs +8 -0
  31. package/es/src/business/ap-label/interface.d.ts +13 -8
  32. package/es/src/business/ap-select-layout/index.css +1 -1
  33. package/es/src/business/index.d.ts +60 -5
  34. package/es/src/index.mjs +72 -70
  35. package/es/src/theme/antd-global-overwrite/admin/button.css +3 -0
  36. package/es/src/theme/antd-global-overwrite/admin/index.css +3 -0
  37. package/es/src/theme/antd-global-overwrite/aplus/button.css +3 -0
  38. package/es/src/theme/antd-global-overwrite/aplus/index.css +3 -0
  39. package/es/src/theme/ap-select-layout/ap-select-layout.css +1 -1
  40. package/lib/index.js +1 -1
  41. package/lib/src/ap-download/ap-download.vue.d.ts +2 -2
  42. package/lib/src/ap-download/ap-download.vue.js +1 -1
  43. package/lib/src/ap-download/hooks/useStyle.d.ts +6 -0
  44. package/lib/src/ap-download/hooks/useStyle.js +1 -0
  45. package/lib/src/ap-download/index.js +1 -1
  46. package/lib/src/ap-download/interface.d.ts +29 -6
  47. package/lib/src/ap-download/interface.js +1 -1
  48. package/lib/src/ap-download/utils/getFileInfo.d.ts +9 -0
  49. package/lib/src/ap-download/utils/getFileInfo.js +1 -0
  50. package/lib/src/ap-field/interface.d.ts +4 -0
  51. package/lib/src/ap-field/select/index.vue.d.ts +6 -0
  52. package/lib/src/ap-field/select/index.vue.js +1 -1
  53. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +6 -2
  54. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.js +1 -1
  55. package/lib/src/ap-table/ap-table.vue.js +1 -1
  56. package/lib/src/ap-table/constants.d.ts +26 -0
  57. package/lib/src/ap-table/hooks/use-table-paging.d.ts +4 -3
  58. package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
  59. package/lib/src/ap-table/interface.d.ts +13 -1
  60. package/lib/src/ap-upload/apUploadTypes.d.ts +1 -1
  61. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -2
  62. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  63. package/lib/src/business/ap-export-group/interface.d.ts +13 -3
  64. package/lib/src/business/ap-export-group/interface.js +1 -1
  65. package/lib/src/business/ap-label/ApLabel.vue2.js +1 -1
  66. package/lib/src/business/ap-label/ApLabelGroup.d.ts +22 -4
  67. package/lib/src/business/ap-label/ApLabelGroup.js +1 -1
  68. package/lib/src/business/ap-label/constans.d.ts +10 -2
  69. package/lib/src/business/ap-label/constans.js +1 -1
  70. package/lib/src/business/ap-label/interface.d.ts +13 -8
  71. package/lib/src/business/ap-select-layout/index.css +1 -1
  72. package/lib/src/business/index.d.ts +60 -5
  73. package/lib/src/index.js +1 -1
  74. package/lib/src/theme/antd-global-overwrite/admin/button.css +3 -0
  75. package/lib/src/theme/antd-global-overwrite/admin/index.css +3 -0
  76. package/lib/src/theme/antd-global-overwrite/aplus/button.css +3 -0
  77. package/lib/src/theme/antd-global-overwrite/aplus/index.css +3 -0
  78. package/lib/src/theme/ap-select-layout/ap-select-layout.css +1 -1
  79. package/package.json +3 -3
@@ -1,36 +1,30 @@
1
- import { defineComponent as s, createVNode as o, mergeProps as p, createTextVNode as m } from "vue";
1
+ import { defineComponent as n, createVNode as o, mergeProps as l, createTextVNode as m } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import "./ApLabel.vue.mjs";
4
- import { omit as a } from "lodash-unified";
4
+ import { omit as t } from "lodash-unified";
5
5
  import { ApLabelGroupProps as f } from "./constans.mjs";
6
- import { Tag as c } from "ant-design-vue";
7
- import { useNamespace as d } from "../../config-provider/hooks/use-namespace.mjs";
8
- import g from "./ApLabel.vue2.mjs";
6
+ import { Tag as s } from "ant-design-vue";
7
+ import { useNamespace as c } from "../../config-provider/hooks/use-namespace.mjs";
8
+ import i from "./ApLabel.vue2.mjs";
9
9
  const {
10
- b: i
11
- } = d("ap-label-group"), N = /* @__PURE__ */ s({
10
+ b: g
11
+ } = c("ap-label-group"), E = /* @__PURE__ */ n({
12
12
  name: "ApLabelGroup",
13
13
  props: f(),
14
- setup(e) {
15
- const l = (r, u) => {
16
- var t;
17
- return (t = r.tagConfig) != null && t.text ? () => o(c, a(r == null ? void 0 : r.tagConfig, ["text"]), {
18
- default: () => {
19
- var n;
20
- return [(n = r.tagConfig) == null ? void 0 : n.text];
21
- }
22
- }) : r.customRender ? () => o("div", null, [r.customRender(r.value, u)]) : null;
23
- };
14
+ setup(r) {
15
+ const a = (e) => (r.tagValue || r.tagValue === 0) && e.tagConfig && e.tagConfig.length > 0 ? () => e.tagConfig.filter((u) => r.tagValue === u.value).map((u) => o(s, t(u, ["text"]), {
16
+ default: () => [u.text]
17
+ })) : e.customRender ? () => o("div", null, [e.customRender(r.record)]) : null;
24
18
  return () => o("div", {
25
- class: i()
26
- }, [e.columns ? e.columns.map((r, u) => o(g, p({
19
+ class: g()
20
+ }, [r.columns ? r.columns.map((e, u) => o(i, l({
27
21
  key: u,
28
- show: e.value === r.value
29
- }, a(r, ["value", "tagConfig", "customRender"])), {
30
- custom: l(r, e.value)
22
+ show: r.value === e.value
23
+ }, t(e, ["value", "tagConfig", "customRender"])), {
24
+ custom: a(e)
31
25
  })) : o("div", null, [m("columns数组不能为空")])]);
32
26
  }
33
27
  });
34
28
  export {
35
- N as default
29
+ E as default
36
30
  };
@@ -1,12 +1,20 @@
1
1
  import { PropType } from 'vue';
2
- import { AplabelGroupItemProps } from './interface';
2
+ import { ApLabelGroupItemProps } from './interface';
3
3
  export declare const ApLabelGroupProps: () => {
4
4
  value: {
5
5
  type: PropType<string | number | undefined>;
6
6
  default: undefined;
7
7
  };
8
+ tagValue: {
9
+ type: PropType<string | number | undefined>;
10
+ default: undefined;
11
+ };
8
12
  columns: {
9
- type: PropType<Array<AplabelGroupItemProps>>;
13
+ type: PropType<Array<ApLabelGroupItemProps<any>>>;
14
+ default: null;
15
+ };
16
+ record: {
17
+ type: PropType<any>;
10
18
  default: null;
11
19
  };
12
20
  };
@@ -3,9 +3,17 @@ const e = () => ({
3
3
  type: String,
4
4
  default: void 0
5
5
  },
6
+ tagValue: {
7
+ type: String,
8
+ default: void 0
9
+ },
6
10
  columns: {
7
11
  type: Array,
8
12
  default: null
13
+ },
14
+ record: {
15
+ type: Object,
16
+ default: null
9
17
  }
10
18
  });
11
19
  export {
@@ -1,6 +1,8 @@
1
1
  import { BadgeProps } from 'ant-design-vue';
2
2
  import { TooltipPlacement } from 'ant-design-vue/es/Tooltip';
3
3
  import { TagProps } from 'ant-design-vue/es/Tag';
4
+ import { VNode, VNodeChild } from 'vue';
5
+ type Recordable = Record<string, any>;
4
6
  export type ApLabelProps = BadgeProps & Partial<{
5
7
  helpMessage: string;
6
8
  placement: TooltipPlacement;
@@ -9,16 +11,19 @@ export type ApLabelProps = BadgeProps & Partial<{
9
11
  iconSize: number;
10
12
  show: boolean;
11
13
  }>;
12
- type tagConfigKey = TagProps & {
14
+ export type tagConfigKey = TagProps & {
15
+ value: number | string | undefined | null;
13
16
  text: string;
14
17
  };
15
- export type AplabelGroupItemProps = ApLabelProps & {
16
- value?: string | number | undefined;
17
- tagConfig?: tagConfigKey;
18
- customRender?: (itemVal: AplabelGroupItemProps['value'], currentVal: ApLabelGroupProps['value']) => any;
18
+ export type ApLabelGroupItemProps<T extends Recordable = Recordable> = ApLabelProps & {
19
+ value?: string | number | null | undefined;
20
+ tagConfig?: Array<tagConfigKey> | null | undefined;
21
+ customRender?: (record?: T) => VNodeChild | VNode | string;
19
22
  };
20
- export type ApLabelGroupProps = {
21
- value: string | number | undefined;
22
- columns: Array<AplabelGroupItemProps> | null;
23
+ export type ApLabelGroupProps<T extends Recordable = Recordable> = {
24
+ value: string | number | null | undefined;
25
+ tagValue?: string | number | null | undefined;
26
+ columns: Array<ApLabelGroupItemProps<T>> | null;
27
+ record?: T;
23
28
  };
24
29
  export {};
@@ -89,7 +89,7 @@
89
89
  color: #34b77c;
90
90
  font-weight: bold;
91
91
  }
92
- .aplus-ap-select-layout-side__body--scroll-item.active > .ant-typography-single-line {
92
+ .aplus-ap-select-layout-side__body--scroll-item.active > .ant-typography {
93
93
  color: #34b77c;
94
94
  }
95
95
  .aplus-ap-select-layout-content {
@@ -6,13 +6,14 @@ import { ApSelectItem } from './ap-select-layout/interface';
6
6
  import { ValueType } from 'ant-design-vue/es/input-number/src/utils/MiniDecimal';
7
7
  import { ApInputRadioOptions } from './ap-input-radio/interface';
8
8
  import { KeyboardEventHandler } from 'ant-design-vue/es/_util/EventInterface';
9
- import { AplabelGroupItemProps } from './ap-label/interface';
9
+ import { ApLabelGroupItemProps } from './ap-label/interface';
10
10
  export type { ApTitleProps } from './title/interface';
11
11
  export type { ApExpandAlertProps } from './expandAlert/interface';
12
- export type { ApLabelProps, ApLabelGroupProps, AplabelGroupItemProps } from './ap-label/interface';
12
+ export type { ApLabelProps, ApLabelGroupProps, ApLabelGroupItemProps } from './ap-label/interface';
13
13
  export type { ApStatusProps, ApStatusGroupProps, ApStatusGroupItemProps } from './ap-status/interface';
14
14
  export type { ApSelectItem, ApSelectLayoutProps } from './ap-select-layout/interface';
15
15
  export type { ApInputRadioProps } from './ap-input-radio/interface';
16
+ export type { ApExportGroupProps } from './ap-export-group/interface';
16
17
  export declare const ApTitle: {
17
18
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
18
19
  title: {
@@ -955,12 +956,21 @@ export declare const ApExportGroup: {
955
956
  text: {
956
957
  type: PropType<string>;
957
958
  };
959
+ idKey: {
960
+ type: PropType<string>;
961
+ };
958
962
  request: {
959
963
  type: PropType<(key: any) => Promise<any>>;
960
964
  };
961
965
  getRequestParams: {
962
966
  type: PropType<() => Record<string, any>>;
963
967
  };
968
+ getInitialParams: {
969
+ type: PropType<() => Record<string, any>>;
970
+ };
971
+ beforeRequest: {
972
+ type: PropType<(params: any) => Record<string, any>>;
973
+ };
964
974
  }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
965
975
  selectedRowKeys: {
966
976
  type: PropType<any[]>;
@@ -977,12 +987,21 @@ export declare const ApExportGroup: {
977
987
  text: {
978
988
  type: PropType<string>;
979
989
  };
990
+ idKey: {
991
+ type: PropType<string>;
992
+ };
980
993
  request: {
981
994
  type: PropType<(key: any) => Promise<any>>;
982
995
  };
983
996
  getRequestParams: {
984
997
  type: PropType<() => Record<string, any>>;
985
998
  };
999
+ getInitialParams: {
1000
+ type: PropType<() => Record<string, any>>;
1001
+ };
1002
+ beforeRequest: {
1003
+ type: PropType<(params: any) => Record<string, any>>;
1004
+ };
986
1005
  }>>, {}, true, {}, {}, {
987
1006
  P: {};
988
1007
  B: {};
@@ -1006,12 +1025,21 @@ export declare const ApExportGroup: {
1006
1025
  text: {
1007
1026
  type: PropType<string>;
1008
1027
  };
1028
+ idKey: {
1029
+ type: PropType<string>;
1030
+ };
1009
1031
  request: {
1010
1032
  type: PropType<(key: any) => Promise<any>>;
1011
1033
  };
1012
1034
  getRequestParams: {
1013
1035
  type: PropType<() => Record<string, any>>;
1014
1036
  };
1037
+ getInitialParams: {
1038
+ type: PropType<() => Record<string, any>>;
1039
+ };
1040
+ beforeRequest: {
1041
+ type: PropType<(params: any) => Record<string, any>>;
1042
+ };
1015
1043
  }>>, {}, {}, {}, {}, {}>;
1016
1044
  __isFragment?: never;
1017
1045
  __isTeleport?: never;
@@ -1032,12 +1060,21 @@ export declare const ApExportGroup: {
1032
1060
  text: {
1033
1061
  type: PropType<string>;
1034
1062
  };
1063
+ idKey: {
1064
+ type: PropType<string>;
1065
+ };
1035
1066
  request: {
1036
1067
  type: PropType<(key: any) => Promise<any>>;
1037
1068
  };
1038
1069
  getRequestParams: {
1039
1070
  type: PropType<() => Record<string, any>>;
1040
1071
  };
1072
+ getInitialParams: {
1073
+ type: PropType<() => Record<string, any>>;
1074
+ };
1075
+ beforeRequest: {
1076
+ type: PropType<(params: any) => Record<string, any>>;
1077
+ };
1041
1078
  }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
1042
1079
  $props: {
1043
1080
  onClick?: () => void;
@@ -1241,8 +1278,16 @@ export declare const ApLabelGroup: DefineComponent<{
1241
1278
  type: PropType<string | number | undefined>;
1242
1279
  default: undefined;
1243
1280
  };
1281
+ tagValue: {
1282
+ type: PropType<string | number | undefined>;
1283
+ default: undefined;
1284
+ };
1244
1285
  columns: {
1245
- type: PropType<Array< AplabelGroupItemProps>>;
1286
+ type: PropType<Array< ApLabelGroupItemProps<any>>>;
1287
+ default: null;
1288
+ };
1289
+ record: {
1290
+ type: PropType<any>;
1246
1291
  default: null;
1247
1292
  };
1248
1293
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
@@ -1250,11 +1295,21 @@ export declare const ApLabelGroup: DefineComponent<{
1250
1295
  type: PropType<string | number | undefined>;
1251
1296
  default: undefined;
1252
1297
  };
1298
+ tagValue: {
1299
+ type: PropType<string | number | undefined>;
1300
+ default: undefined;
1301
+ };
1253
1302
  columns: {
1254
- type: PropType<Array< AplabelGroupItemProps>>;
1303
+ type: PropType<Array< ApLabelGroupItemProps<any>>>;
1304
+ default: null;
1305
+ };
1306
+ record: {
1307
+ type: PropType<any>;
1255
1308
  default: null;
1256
1309
  };
1257
1310
  }>>, {
1258
1311
  value: string | number | undefined;
1259
- columns: AplabelGroupItemProps[];
1312
+ columns: ApLabelGroupItemProps<any>[];
1313
+ record: any;
1314
+ tagValue: string | number | undefined;
1260
1315
  }, {}>;
package/es/src/index.mjs CHANGED
@@ -4,8 +4,8 @@ import { Scrollbar as C } from "./scroll-bar/index.mjs";
4
4
  import { CollapseContainer as I, ScrollContainer as b } from "./container/index.mjs";
5
5
  import { IconPicker as P } from "./icon-picker/index.mjs";
6
6
  import "./locale/index.mjs";
7
- import { BasicArrow as D, BasicHelp as R, BasicTitle as v } from "./basic/index.mjs";
8
- import { ExpandTransition as B, ExpandXTransition as M, FadeTransition as k, ScaleRotateTransition as w, ScaleTransition as L, ScrollXReverseTransition as y, ScrollXTransition as E, ScrollYReverseTransition as N, ScrollYTransition as X, SlideXReverseTransition as K, SlideXTransition as Y, SlideYReverseTransition as O, SlideYTransition as H } from "./transition/index.mjs";
7
+ import { BasicArrow as h, BasicHelp as R, BasicTitle as v } from "./basic/index.mjs";
8
+ import { ExpandTransition as w, ExpandXTransition as B, FadeTransition as M, ScaleRotateTransition as k, ScaleTransition as L, ScrollXReverseTransition as N, ScrollXTransition as y, ScrollYReverseTransition as E, ScrollYTransition as K, SlideXReverseTransition as X, SlideXTransition as Y, SlideYReverseTransition as O, SlideYTransition as H } from "./transition/index.mjs";
9
9
  import { Description as z } from "./description/index.mjs";
10
10
  import { Field as j } from "./pro-form/index.mjs";
11
11
  import { BaseButton as J } from "./base-button/index.mjs";
@@ -29,12 +29,12 @@ import "./ap-download/index.mjs";
29
29
  import { CheckCard as So } from "./check-card/index.mjs";
30
30
  import { ApModal as bo } from "./ap-modal/index.mjs";
31
31
  import "./ap-list/index.mjs";
32
- import { ApBatchAction as Po, ApExpandAlert as ho, ApExportGroup as Do, ApInputRadio as Ro, ApLabel as vo, ApLabelGroup as Go, ApSelectLayout as Bo, ApStatus as Mo, ApStatusGroup as ko, ApTitle as wo } from "./business/index.mjs";
32
+ import { ApBatchAction as Po, ApExpandAlert as Do, ApExportGroup as ho, ApInputRadio as Ro, ApLabel as vo, ApLabelGroup as Go, ApSelectLayout as wo, ApStatus as Bo, ApStatusGroup as Mo, ApTitle as ko } from "./business/index.mjs";
33
33
  import "./ap-table/index.mjs";
34
34
  import "./editable-table/index.mjs";
35
35
  import "./ap-descriptions/index.mjs";
36
- import { configProviderProps as yo } from "./config-provider/config-provider-props.mjs";
37
- import { configProviderContextKey as No, tableDefaultConfig as Xo } from "./config-provider/constants.mjs";
36
+ import { configProviderProps as No } from "./config-provider/config-provider-props.mjs";
37
+ import { configProviderContextKey as Eo, tableDefaultConfig as Ko } from "./config-provider/constants.mjs";
38
38
  import { keysOf as Yo, provideGlobalConfig as Oo, useGlobalConfig as Ho } from "./config-provider/hooks/use-global-config.mjs";
39
39
  import { buildLocaleContext as zo, buildTranslator as Uo, localeContextKey as jo, translate as qo, useLocale as Jo } from "./config-provider/hooks/use-locale.mjs";
40
40
  import { defaultNamespace as Vo, namespaceContextKey as Zo, useGetDerivedNamespace as _o, useNamespace as $o } from "./config-provider/hooks/use-namespace.mjs";
@@ -49,14 +49,14 @@ import { isComponentFormSchema as ce, isSlotFormSchema as Fe } from "./pro-form/
49
49
  import { default as Ce } from "./pro-form/components/api-cascader.vue.mjs";
50
50
  import { default as Ie } from "./pro-form/components/api-radio-group.vue.mjs";
51
51
  import { default as ge } from "./pro-form/components/api-select.vue.mjs";
52
- import { default as he } from "./pro-form/components/api-transfer.vue.mjs";
52
+ import { default as De } from "./pro-form/components/api-transfer.vue.mjs";
53
53
  import { default as Re } from "./pro-form/components/api-tree.vue.mjs";
54
54
  import { default as Ge } from "./pro-form/components/radio-button-group.vue.mjs";
55
- import { default as Me } from "./pro-form/pro-form.vue.mjs";
56
- import { default as we } from "./pro-form/components/api-tree-select.vue.mjs";
57
- import { default as ye } from "./pro-form/table-form.vue.mjs";
58
- import { default as Ne } from "./pro-form/table-form-inner.vue.mjs";
59
- import { default as Ke } from "./base-button/modal-button.vue.mjs";
55
+ import { default as Be } from "./pro-form/pro-form.vue.mjs";
56
+ import { default as ke } from "./pro-form/components/api-tree-select.vue.mjs";
57
+ import { default as Ne } from "./pro-form/table-form.vue.mjs";
58
+ import { default as Ee } from "./pro-form/table-form-inner.vue.mjs";
59
+ import { default as Xe } from "./base-button/modal-button.vue.mjs";
60
60
  import { default as Oe } from "./base-button/pop-confirm-button.vue.mjs";
61
61
  import { useModalContext as We } from "./modal/hooks/use-modal-context.mjs";
62
62
  import { useModal as Ue, useModalInner as je } from "./modal/hooks/use-modal.mjs";
@@ -76,13 +76,13 @@ import { default as Tr } from "./ap-form/items/switch/index.vue.mjs";
76
76
  import { default as Sr } from "./ap-form/items/checkbox/index.vue.mjs";
77
77
  import { default as br } from "./ap-form/items/text/password.vue.mjs";
78
78
  import { default as Pr } from "./ap-form/ap-form-item.vue.mjs";
79
- import { default as Dr } from "./ap-form/ap-form-item-group/index.vue.mjs";
79
+ import { default as hr } from "./ap-form/ap-form-item-group/index.vue.mjs";
80
80
  import { default as vr } from "./ap-form/ap-form-list.vue.mjs";
81
- import { default as Br } from "./ap-form/search-form/index.vue.mjs";
82
- import { default as kr } from "./ap-form/modal-form/index.vue.mjs";
81
+ import { default as wr } from "./ap-form/search-form/index.vue.mjs";
82
+ import { default as Mr } from "./ap-form/modal-form/index.vue.mjs";
83
83
  import { ApFieldText as Lr } from "./ap-field/text/index.mjs";
84
- import { default as Er } from "./ap-field/checkbox/index.vue.mjs";
85
- import { default as Xr } from "./ap-field/date/index.vue.mjs";
84
+ import { default as yr } from "./ap-field/checkbox/index.vue.mjs";
85
+ import { default as Kr } from "./ap-field/date/index.vue.mjs";
86
86
  import { default as Yr } from "./ap-field/number/index.vue.mjs";
87
87
  import { default as Hr } from "./ap-field/radio/index.vue.mjs";
88
88
  import { default as zr } from "./ap-field/switch/index.vue.mjs";
@@ -103,20 +103,21 @@ import { default as Tt } from "./ap-custom-column/custom-column.vue.mjs";
103
103
  import { default as St } from "./ap-custom-column/column-select.vue.mjs";
104
104
  import { DictCode as bt } from "./work-order-modal/interfaces.mjs";
105
105
  import { createWorkOrderModal as Pt } from "./work-order-modal/createWorkOrder.mjs";
106
- import { default as Dt } from "./work-order-modal/work-order-modal.vue.mjs";
106
+ import { default as ht } from "./work-order-modal/work-order-modal.vue.mjs";
107
107
  import { default as vt } from "./ap-tag/ap-tag.vue.mjs";
108
- import { default as Bt } from "./ap-tag/ap-tag-group.vue.mjs";
109
- import { default as kt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
108
+ import { default as wt } from "./ap-tag/ap-tag-group.vue.mjs";
109
+ import { default as Mt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
110
110
  import { NeedNameKeyDefault as Lt } from "./ap-upload/apUploadTypes.mjs";
111
- import { default as Et } from "./ap-upload/apUpload.vue.mjs";
112
- import { default as Xt } from "./ap-download/ap-download.vue.mjs";
113
- import { default as Yt } from "./check-card/group.vue.mjs";
114
- import { default as Ht } from "./ap-list/index.vue.mjs";
115
- import { useTablePaging as zt } from "./ap-table/hooks/use-table-paging.mjs";
116
- import { default as jt } from "./ap-table/ap-table.vue.mjs";
117
- import { default as Jt } from "./editable-table/index.vue.mjs";
118
- import { default as Vt } from "./editable-table/form-item.vue.mjs";
119
- import { default as _t } from "./ap-descriptions/ap-descriptions.vue.mjs";
111
+ import { default as yt } from "./ap-upload/apUpload.vue.mjs";
112
+ import { ApDownLoadNeedNameKeyDefault as Kt } from "./ap-download/interface.mjs";
113
+ import { default as Yt } from "./ap-download/ap-download.vue.mjs";
114
+ import { default as Ht } from "./check-card/group.vue.mjs";
115
+ import { default as zt } from "./ap-list/index.vue.mjs";
116
+ import { useTablePaging as jt } from "./ap-table/hooks/use-table-paging.mjs";
117
+ import { default as Jt } from "./ap-table/ap-table.vue.mjs";
118
+ import { default as Vt } from "./editable-table/index.vue.mjs";
119
+ import { default as _t } from "./editable-table/form-item.vue.mjs";
120
+ import { default as oa } from "./ap-descriptions/ap-descriptions.vue.mjs";
120
121
  export {
121
122
  F as APConfigProvider,
122
123
  xt as ApActionGroup,
@@ -127,13 +128,14 @@ export {
127
128
  Po as ApBatchAction,
128
129
  Tt as ApCustomColumn,
129
130
  St as ApCustomSelect,
130
- _t as ApDescriptions,
131
- Xt as ApDownload,
132
- ho as ApExpandAlert,
133
- Do as ApExportGroup,
131
+ oa as ApDescriptions,
132
+ Kt as ApDownLoadNeedNameKeyDefault,
133
+ Yt as ApDownload,
134
+ Do as ApExpandAlert,
135
+ ho as ApExportGroup,
134
136
  uo as ApField,
135
- Er as ApFieldCheckbox,
136
- Xr as ApFieldDate,
137
+ yr as ApFieldCheckbox,
138
+ Kr as ApFieldDate,
137
139
  Jr as ApFieldDateRange,
138
140
  Yr as ApFieldNumber,
139
141
  _r as ApFieldPassword,
@@ -150,7 +152,7 @@ export {
150
152
  Sr as ApFormItemCheckbox,
151
153
  sr as ApFormItemDate,
152
154
  xr as ApFormItemDateRange,
153
- Dr as ApFormItemGroup,
155
+ hr as ApFormItemGroup,
154
156
  lr as ApFormItemNumber,
155
157
  nr as ApFormItemRadio,
156
158
  cr as ApFormItemSelect,
@@ -159,35 +161,35 @@ export {
159
161
  fr as ApFormItemTextArea,
160
162
  br as ApFormItemTextPassword,
161
163
  vr as ApFormList,
162
- kr as ApFormModalForm,
163
- Br as ApFormSearchForm,
164
- kt as ApInfoLayout,
164
+ Mr as ApFormModalForm,
165
+ wr as ApFormSearchForm,
166
+ Mt as ApInfoLayout,
165
167
  Ro as ApInputRadio,
166
168
  vo as ApLabel,
167
169
  Go as ApLabelGroup,
168
- Ht as ApList,
170
+ zt as ApList,
169
171
  bo as ApModal,
170
- Bo as ApSelectLayout,
171
- Mo as ApStatus,
172
- ko as ApStatusGroup,
173
- jt as ApTable,
172
+ wo as ApSelectLayout,
173
+ Bo as ApStatus,
174
+ Mo as ApStatusGroup,
175
+ Jt as ApTable,
174
176
  vt as ApTag,
175
- Bt as ApTagGroup,
176
- wo as ApTitle,
177
- Et as ApUpload,
177
+ wt as ApTagGroup,
178
+ ko as ApTitle,
179
+ yt as ApUpload,
178
180
  Ce as ApiCascader,
179
181
  Ie as ApiRadioGroup,
180
182
  ge as ApiSelect,
181
- he as ApiTransfer,
183
+ De as ApiTransfer,
182
184
  Re as ApiTree,
183
- we as ApiTreeSelect,
185
+ ke as ApiTreeSelect,
184
186
  J as BaseButton,
185
187
  _ as BaseModal,
186
- D as BasicArrow,
188
+ h as BasicArrow,
187
189
  R as BasicHelp,
188
190
  v as BasicTitle,
189
191
  So as CheckCard,
190
- Yt as CheckCardGroup,
192
+ Ht as CheckCardGroup,
191
193
  I as CollapseContainer,
192
194
  le as CollapseTransition,
193
195
  ee as ConfigProvider,
@@ -199,31 +201,31 @@ export {
199
201
  bt as DictCode,
200
202
  lo as Dropdown,
201
203
  _e as EditTableHeaderIcon,
202
- Jt as EditableTable,
203
- Vt as EditableTableFormItem,
204
- B as ExpandTransition,
205
- M as ExpandXTransition,
206
- k as FadeTransition,
204
+ Vt as EditableTable,
205
+ _t as EditableTableFormItem,
206
+ w as ExpandTransition,
207
+ B as ExpandXTransition,
208
+ M as FadeTransition,
207
209
  j as Field,
208
210
  n as Icon,
209
211
  P as IconPicker,
210
- Ke as ModalButton,
212
+ Xe as ModalButton,
211
213
  Lt as NeedNameKeyDefault,
212
214
  Oe as PopConfirmButton,
213
- Me as ProForm,
215
+ Be as ProForm,
214
216
  Je as ProTable,
215
- ye as ProTableForm,
216
- Ne as ProTableFormInner,
217
+ Ne as ProTableForm,
218
+ Ee as ProTableFormInner,
217
219
  Ge as RadioButtonGroup,
218
- w as ScaleRotateTransition,
220
+ k as ScaleRotateTransition,
219
221
  L as ScaleTransition,
220
222
  b as ScrollContainer,
221
- y as ScrollXReverseTransition,
222
- E as ScrollXTransition,
223
- N as ScrollYReverseTransition,
224
- X as ScrollYTransition,
223
+ N as ScrollXReverseTransition,
224
+ y as ScrollXTransition,
225
+ E as ScrollYReverseTransition,
226
+ K as ScrollYTransition,
225
227
  C as Scrollbar,
226
- K as SlideXReverseTransition,
228
+ X as SlideXReverseTransition,
227
229
  Y as SlideXTransition,
228
230
  O as SlideYReverseTransition,
229
231
  H as SlideYTransition,
@@ -231,13 +233,13 @@ export {
231
233
  A as SvgIcon,
232
234
  Ve as TableAction,
233
235
  or as TableImg,
234
- Dt as WorkOrderModal,
236
+ ht as WorkOrderModal,
235
237
  Ao as adminToken,
236
238
  co as aplusToken,
237
239
  zo as buildLocaleContext,
238
240
  Uo as buildTranslator,
239
- No as configProviderContextKey,
240
- yo as configProviderProps,
241
+ Eo as configProviderContextKey,
242
+ No as configProviderProps,
241
243
  fo as createPrompt,
242
244
  Pt as createWorkOrderModal,
243
245
  Vo as defaultNamespace,
@@ -250,7 +252,7 @@ export {
250
252
  jo as localeContextKey,
251
253
  Zo as namespaceContextKey,
252
254
  Oo as provideGlobalConfig,
253
- Xo as tableDefaultConfig,
255
+ Ko as tableDefaultConfig,
254
256
  qo as translate,
255
257
  ct as useCacheColumnSetting,
256
258
  xe as useComponentRegister,
@@ -264,6 +266,6 @@ export {
264
266
  je as useModalInner,
265
267
  $o as useNamespace,
266
268
  rr as useTable,
267
- zt as useTablePaging,
269
+ jt as useTablePaging,
268
270
  ae as zhCn
269
271
  };
@@ -25,3 +25,6 @@
25
25
  .ant-btn-text[disabled]:hover {
26
26
  color: rgba(24, 144, 255, 0.2) !important;
27
27
  }
28
+ .ant-btn-primary.ant-btn-background-ghost:focus {
29
+ color: #34b77c;
30
+ }
@@ -75,6 +75,9 @@
75
75
  .ant-btn-text[disabled]:hover {
76
76
  color: rgba(24, 144, 255, 0.2) !important;
77
77
  }
78
+ .ant-btn-primary.ant-btn-background-ghost:focus {
79
+ color: #34b77c;
80
+ }
78
81
  .ant-form .ant-form-item label {
79
82
  font-weight: normal;
80
83
  }
@@ -25,3 +25,6 @@
25
25
  .ant-btn-text[disabled]:hover {
26
26
  color: #cce2ff !important;
27
27
  }
28
+ .ant-btn-primary.ant-btn-background-ghost:focus {
29
+ color: #0070ff;
30
+ }
@@ -75,6 +75,9 @@
75
75
  .ant-btn-text[disabled]:hover {
76
76
  color: #cce2ff !important;
77
77
  }
78
+ .ant-btn-primary.ant-btn-background-ghost:focus {
79
+ color: #0070ff;
80
+ }
78
81
  .ant-form .ant-form-item label {
79
82
  font-weight: normal;
80
83
  }
@@ -89,7 +89,7 @@
89
89
  color: #34b77c;
90
90
  font-weight: bold;
91
91
  }
92
- .aplus-ap-select-layout-side__body--scroll-item.active > .ant-typography-single-line {
92
+ .aplus-ap-select-layout-side__body--scroll-item.active > .ant-typography {
93
93
  color: #34b77c;
94
94
  }
95
95
  .aplus-ap-select-layout-content {