@aplus-frontend/ui 0.0.25 → 0.0.27

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 (53) hide show
  1. package/es/index.mjs +16 -14
  2. package/es/src/ap-table/style/ap-table.css +11 -8
  3. package/es/src/business/ap-status/ApStatus.vue.d.ts +34 -0
  4. package/es/src/business/ap-status/ApStatus.vue.mjs +4 -0
  5. package/es/src/business/ap-status/ApStatus.vue2.mjs +39 -0
  6. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +34 -0
  7. package/es/src/business/ap-status/ApStatusGroup.vue.mjs +4 -0
  8. package/es/src/business/ap-status/ApStatusGroup.vue2.mjs +38 -0
  9. package/es/src/business/ap-status/index.d.ts +5 -0
  10. package/es/src/business/ap-status/interface.d.ts +16 -0
  11. package/es/src/business/ap-status/style.css +26 -0
  12. package/es/src/business/index.d.ts +239 -0
  13. package/es/src/business/index.mjs +12 -6
  14. package/es/src/business/not-found/interface.d.ts +24 -0
  15. package/es/src/business/not-found/style.css +9 -0
  16. package/es/src/business/title/ApTitle.vue.d.ts +3 -0
  17. package/es/src/business/title/ApTitle.vue2.mjs +27 -22
  18. package/es/src/business/title/interface.d.ts +4 -0
  19. package/es/src/business/title/style.css +2 -2
  20. package/es/src/editable-table/style/index.css +13 -4
  21. package/es/src/index.mjs +182 -180
  22. package/es/src/theme/ap-not-found/ap-not-found.css +9 -0
  23. package/es/src/theme/ap-status/ap-status.css +26 -0
  24. package/es/src/theme/ap-table/ap-table.css +11 -8
  25. package/es/src/theme/ap-title/ap-title.css +2 -2
  26. package/es/src/theme/editable-table/index.css +13 -4
  27. package/lib/index.js +1 -1
  28. package/lib/src/ap-table/style/ap-table.css +11 -8
  29. package/lib/src/business/ap-status/ApStatus.vue.d.ts +34 -0
  30. package/lib/src/business/ap-status/ApStatus.vue.js +1 -0
  31. package/lib/src/business/ap-status/ApStatus.vue2.js +1 -0
  32. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +34 -0
  33. package/lib/src/business/ap-status/ApStatusGroup.vue.js +1 -0
  34. package/lib/src/business/ap-status/ApStatusGroup.vue2.js +1 -0
  35. package/lib/src/business/ap-status/index.d.ts +5 -0
  36. package/lib/src/business/ap-status/interface.d.ts +16 -0
  37. package/lib/src/business/ap-status/style.css +26 -0
  38. package/lib/src/business/index.d.ts +239 -0
  39. package/lib/src/business/index.js +1 -1
  40. package/lib/src/business/not-found/interface.d.ts +24 -0
  41. package/lib/src/business/not-found/style.css +9 -0
  42. package/lib/src/business/title/ApTitle.vue.d.ts +3 -0
  43. package/lib/src/business/title/ApTitle.vue2.js +1 -1
  44. package/lib/src/business/title/interface.d.ts +4 -0
  45. package/lib/src/business/title/style.css +2 -2
  46. package/lib/src/editable-table/style/index.css +13 -4
  47. package/lib/src/index.js +1 -1
  48. package/lib/src/theme/ap-not-found/ap-not-found.css +9 -0
  49. package/lib/src/theme/ap-status/ap-status.css +26 -0
  50. package/lib/src/theme/ap-table/ap-table.css +11 -8
  51. package/lib/src/theme/ap-title/ap-title.css +2 -2
  52. package/lib/src/theme/editable-table/index.css +13 -4
  53. package/package.json +1 -1
@@ -4,11 +4,13 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes,
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApTitleProps>, {
5
5
  title: string;
6
6
  helpMessage: string;
7
+ helpIconColor: string;
7
8
  placement: string;
8
9
  trigger: string;
9
10
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApTitleProps>, {
10
11
  title: string;
11
12
  helpMessage: string;
13
+ helpIconColor: string;
12
14
  placement: string;
13
15
  trigger: string;
14
16
  }>>>, {
@@ -16,6 +18,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
16
18
  placement: "top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "left" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
17
19
  title: string;
18
20
  helpMessage: string;
21
+ helpIconColor: string;
19
22
  }, {}>, {
20
23
  prefix?(_: {}): any;
21
24
  suffix?(_: {}): any;
@@ -1,50 +1,55 @@
1
- import { defineComponent as f, openBlock as r, createElementBlock as s, normalizeClass as l, unref as t, createElementVNode as o, renderSlot as a, Fragment as u, toDisplayString as d, createBlock as c, withCtx as g, createVNode as h, createCommentVNode as k } from "vue";
2
- import { Tooltip as C } from "ant-design-vue";
3
- import { QuestionCircleOutlined as M } from "@ant-design/icons-vue";
1
+ import { defineComponent as d, computed as g, openBlock as o, createElementBlock as a, normalizeClass as l, unref as t, createElementVNode as r, renderSlot as n, Fragment as h, toDisplayString as C, createBlock as y, withCtx as k, createVNode as v, normalizeStyle as M, createCommentVNode as $ } from "vue";
2
+ import { Tooltip as I } from "ant-design-vue";
3
+ import { QuestionCircleOutlined as N } from "@ant-design/icons-vue";
4
4
  import "../../config-provider/index.mjs";
5
5
  import "./style.css";
6
- import { useNamespace as v } from "../../config-provider/hooks/use-namespace.mjs";
7
- import { useGlobalConfig as y } from "../../config-provider/hooks/use-global-config.mjs";
8
- const w = /* @__PURE__ */ f({
6
+ import { useNamespace as S } from "../../config-provider/hooks/use-namespace.mjs";
7
+ import { useGlobalConfig as B } from "../../config-provider/hooks/use-global-config.mjs";
8
+ const F = /* @__PURE__ */ d({
9
9
  name: "ApTitle",
10
10
  __name: "ApTitle",
11
11
  props: {
12
12
  title: { default: "" },
13
13
  helpMessage: { default: "" },
14
+ helpIconColor: { default: "" },
14
15
  placement: { default: "top" },
15
16
  trigger: { default: "hover" }
16
17
  },
17
- setup(N) {
18
- const { b: p, e: i, m: n } = v("ap-title"), m = y("uiMode", "aplus");
19
- return (e, $) => (r(), s("div", {
20
- class: l([t(p)(), `${t(n)(t(m))}`])
18
+ setup(p) {
19
+ const i = p, { b: m, e: s, m: u } = S("ap-title"), c = B("uiMode", "aplus"), f = g(() => i.helpIconColor ? {
20
+ color: `${i.helpIconColor}`
21
+ } : {});
22
+ return (e, T) => (o(), a("div", {
23
+ class: l([t(m)(), `${t(u)(t(c))}`])
21
24
  }, [
22
- o("div", {
23
- class: l(t(i)("prefix"))
25
+ r("div", {
26
+ class: l(t(s)("prefix"))
24
27
  }, [
25
- e.$slots.prefix ? a(e.$slots, "prefix", { key: 0 }) : (r(), s(u, { key: 1 }, [
26
- o("span", null, d(e.title), 1),
27
- e.helpMessage ? (r(), c(t(C), {
28
+ e.$slots.prefix ? n(e.$slots, "prefix", { key: 0 }) : (o(), a(h, { key: 1 }, [
29
+ r("span", null, C(e.title), 1),
30
+ e.helpMessage ? (o(), y(t(I), {
28
31
  key: 0,
29
32
  title: e.helpMessage,
30
33
  placement: e.placement,
31
34
  trigger: e.trigger
32
35
  }, {
33
- default: g(() => [
34
- h(t(M))
36
+ default: k(() => [
37
+ v(t(N), {
38
+ style: M(f.value)
39
+ }, null, 8, ["style"])
35
40
  ]),
36
41
  _: 1
37
- }, 8, ["title", "placement", "trigger"])) : k("", !0)
42
+ }, 8, ["title", "placement", "trigger"])) : $("", !0)
38
43
  ], 64))
39
44
  ], 2),
40
- o("div", {
41
- class: l(t(i)("suffix"))
45
+ r("div", {
46
+ class: l(t(s)("suffix"))
42
47
  }, [
43
- a(e.$slots, "suffix")
48
+ n(e.$slots, "suffix")
44
49
  ], 2)
45
50
  ], 2));
46
51
  }
47
52
  });
48
53
  export {
49
- w as default
54
+ F as default
50
55
  };
@@ -10,6 +10,10 @@ export interface ApTitleProps {
10
10
  * 帮助消息
11
11
  */
12
12
  helpMessage: string;
13
+ /**
14
+ * 帮助消息图标颜色
15
+ */
16
+ helpIconColor: string;
13
17
  /**
14
18
  * 气泡框位置 默认top
15
19
  */
@@ -27,7 +27,7 @@
27
27
  }
28
28
  .aplus-ap-title__prefix .anticon-question-circle {
29
29
  margin-left: 5px;
30
- color: #8896b0;
30
+ color: #0070ff;
31
31
  }
32
32
  .aplus-ap-title--admin {
33
33
  height: 22px;
@@ -52,7 +52,7 @@
52
52
  }
53
53
  .aplus-ap-title--admin .aplus-ap-title__prefix .anticon-question-circle {
54
54
  margin-left: 5px;
55
- color: #8896b0;
55
+ color: #34b77c;
56
56
  }
57
57
  .aplus-ap-title__suffix {
58
58
  color: #526a90;
@@ -37,11 +37,20 @@
37
37
  .aplus-editable-table-admin tr > td.ant-table-cell {
38
38
  border-top-color: #E9E9E9;
39
39
  }
40
- .aplus-editable-table .ant-table-middle .ant-table-cell {
41
- padding: 12px 16px !important;
40
+ .aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
41
+ padding: 12px 16px;
42
42
  }
43
- .aplus-editable-table .ant-table-small .ant-table-cell {
44
- padding: 9px 16px !important;
43
+ .aplus-editable-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
44
+ padding: 12px 16px;
45
+ }
46
+ .aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
47
+ padding: 9px 16px;
48
+ }
49
+ .aplus-editable-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
50
+ padding: 9px 16px;
51
+ }
52
+ .aplus-editable-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
53
+ border-inline-end-width: 0px !important;
45
54
  }
46
55
  .aplus-editable-table .ant-table-cell .ant-typography {
47
56
  margin-bottom: 0;
package/es/src/index.mjs CHANGED
@@ -29,182 +29,184 @@ import "./ap-download/index.mjs";
29
29
  import { CheckCard as Co } from "./check-card/index.mjs";
30
30
  import { ApModal as Io } from "./ap-modal/index.mjs";
31
31
  import "./ap-list/index.mjs";
32
- import { ApExpandAlert as go, ApLabel as Po, ApTitle as Do } from "./business/index.mjs";
32
+ import { ApExpandAlert as go, ApLabel as Po, ApStatus as Do, ApStatusGroup as Ro, ApTitle as ho } from "./business/index.mjs";
33
33
  import "./ap-table/index.mjs";
34
34
  import "./editable-table/index.mjs";
35
- import { configProviderProps as ho } from "./config-provider/config-provider-props.mjs";
36
- import { configProviderContextKey as Mo, tableDefaultConfig as ko } from "./config-provider/constants.mjs";
37
- import { keysOf as Bo, provideGlobalConfig as Go, useGlobalConfig as Lo } from "./config-provider/hooks/use-global-config.mjs";
38
- import { buildLocaleContext as yo, buildTranslator as Eo, localeContextKey as Xo, translate as Ko, useLocale as Yo } from "./config-provider/hooks/use-locale.mjs";
39
- import { defaultNamespace as Ho, namespaceContextKey as Wo, useGetDerivedNamespace as zo, useNamespace as Uo } from "./config-provider/hooks/use-namespace.mjs";
40
- import { ConfigProvider as qo } from "./config-provider/config-provider.mjs";
41
- import { default as Qo } from "./locale/lang/zh-cn.mjs";
42
- import { default as Zo } from "./locale/lang/en.mjs";
43
- import { default as $o } from "./transition/collapse-transition.vue.mjs";
44
- import { useDescription as ee } from "./description/use-description.mjs";
45
- import { useComponentRegister as te } from "./pro-form/hooks/use-component-register.mjs";
46
- import { useForm as pe } from "./pro-form/hooks/use-form.mjs";
47
- import { isComponentFormSchema as me, isSlotFormSchema as le } from "./pro-form/types/form.mjs";
48
- import { default as se } from "./pro-form/components/api-cascader.vue.mjs";
49
- import { default as ie } from "./pro-form/components/api-radio-group.vue.mjs";
50
- import { default as ne } from "./pro-form/components/api-select.vue.mjs";
51
- import { default as ce } from "./pro-form/components/api-transfer.vue.mjs";
52
- import { default as Te } from "./pro-form/components/api-tree.vue.mjs";
53
- import { default as Se } from "./pro-form/components/radio-button-group.vue.mjs";
54
- import { default as be } from "./pro-form/pro-form.vue.mjs";
55
- import { default as Pe } from "./pro-form/components/api-tree-select.vue.mjs";
56
- import { default as Re } from "./pro-form/table-form.vue.mjs";
57
- import { default as ve } from "./pro-form/table-form-inner.vue.mjs";
58
- import { default as ke } from "./base-button/modal-button.vue.mjs";
59
- import { default as Be } from "./base-button/pop-confirm-button.vue.mjs";
60
- import { useModalContext as Le } from "./modal/hooks/use-modal-context.mjs";
61
- import { useModal as ye, useModalInner as Ee } from "./modal/hooks/use-modal.mjs";
62
- import { default as Ke } from "./pro-table/pro-table.vue.mjs";
63
- import { default as Oe } from "./pro-table/components/table-action.vue.mjs";
64
- import { default as We } from "./pro-table/components/edit-table-header-icon.vue.mjs";
65
- import { default as Ue } from "./pro-table/components/table-image.vue.mjs";
66
- import { useTable as qe } from "./pro-table/hooks/use-table.mjs";
67
- import { ApFormItemText as Qe } from "./ap-form/items/text/index.mjs";
68
- import { default as Ze } from "./ap-form/items/text-area/index.vue.mjs";
69
- import { default as $e } from "./ap-form/items/number/index.vue.mjs";
70
- import { default as er } from "./ap-form/items/date/index.vue.mjs";
71
- import { default as tr } from "./ap-form/items/date-range/index.vue.mjs";
72
- import { default as pr } from "./ap-form/items/radio/index.vue.mjs";
73
- import { default as mr } from "./ap-form/items/select/index.vue.mjs";
74
- import { default as dr } from "./ap-form/items/switch/index.vue.mjs";
75
- import { default as xr } from "./ap-form/items/checkbox/index.vue.mjs";
76
- import { default as ur } from "./ap-form/items/text/password.vue.mjs";
77
- import { default as Ar } from "./ap-form/ap-form-item.vue.mjs";
78
- import { default as Fr } from "./ap-form/ap-form-item-group/index.vue.mjs";
79
- import { default as Cr } from "./ap-form/ap-form-list.vue.mjs";
80
- import { default as Ir } from "./ap-form/search-form/index.vue.mjs";
81
- import { default as gr } from "./ap-form/modal-form/index.vue.mjs";
82
- import { ApFieldText as Dr } from "./ap-field/text/index.mjs";
83
- import { default as hr } from "./ap-field/checkbox/index.vue.mjs";
84
- import { default as Mr } from "./ap-field/date/index.vue.mjs";
85
- import { default as wr } from "./ap-field/number/index.vue.mjs";
86
- import { default as Gr } from "./ap-field/radio/index.vue.mjs";
87
- import { default as Nr } from "./ap-field/switch/index.vue.mjs";
88
- import { default as Er } from "./ap-field/text-area/index.vue.mjs";
89
- import { default as Kr } from "./ap-field/date-range/index.vue.mjs";
90
- import { default as Or } from "./ap-field/select/index.vue.mjs";
91
- import { default as Wr } from "./ap-field/text/password.vue.mjs";
92
- import { default as Ur } from "./ap-field/slider/index.vue.mjs";
93
- import { default as qr } from "./ap-field/segmented/index.vue.mjs";
94
- import { default as Qr } from "./ap-field/rate/index.vue.mjs";
95
- import { default as Zr } from "./ap-action/item-modal/index.vue.mjs";
96
- import { default as $r } from "./ap-action/item-popconfirm/index.vue.mjs";
97
- import { default as et } from "./ap-action/item-dropdown/index.vue.mjs";
98
- import { default as tt } from "./ap-action/group/index.vue.mjs";
99
- import { generateTableList as pt } from "./ap-custom-column/utils.mjs";
100
- import { useCacheColumnSetting as mt } from "./ap-custom-column/useCacheColumnSetting.mjs";
101
- import { default as dt } from "./ap-custom-column/custom-column.vue.mjs";
102
- import { default as xt } from "./ap-custom-column/column-select.vue.mjs";
103
- import { DictCode as ut } from "./work-order-modal/interfaces.mjs";
104
- import { createWorkOrderModal as At } from "./work-order-modal/createWorkOrder.mjs";
105
- import { default as Ft } from "./work-order-modal/work-order-modal.vue.mjs";
106
- import { default as Ct } from "./ap-tag/ap-tag.vue.mjs";
107
- import { default as It } from "./ap-tag/ap-tag-group.vue.mjs";
108
- import { default as gt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
109
- import { NeedNameKeyDefault as Dt } from "./ap-upload/apUploadTypes.mjs";
110
- import { default as ht } from "./ap-upload/apUpload.vue.mjs";
111
- import { default as Mt } from "./ap-download/ap-download.vue.mjs";
112
- import { default as wt } from "./check-card/group.vue.mjs";
113
- import { default as Gt } from "./ap-list/index.vue.mjs";
114
- import { useTablePaging as Nt } from "./ap-table/hooks/use-table-paging.mjs";
115
- import { default as Et } from "./ap-table/ap-table.vue.mjs";
116
- import { default as Kt } from "./editable-table/index.vue.mjs";
117
- import { default as Ot } from "./editable-table/form-item.vue.mjs";
35
+ import { configProviderProps as Mo } from "./config-provider/config-provider-props.mjs";
36
+ import { configProviderContextKey as wo, tableDefaultConfig as Bo } from "./config-provider/constants.mjs";
37
+ import { keysOf as Lo, provideGlobalConfig as No, useGlobalConfig as yo } from "./config-provider/hooks/use-global-config.mjs";
38
+ import { buildLocaleContext as Xo, buildTranslator as Ko, localeContextKey as Yo, translate as Oo, useLocale as Ho } from "./config-provider/hooks/use-locale.mjs";
39
+ import { defaultNamespace as zo, namespaceContextKey as Uo, useGetDerivedNamespace as jo, useNamespace as qo } from "./config-provider/hooks/use-namespace.mjs";
40
+ import { ConfigProvider as Qo } from "./config-provider/config-provider.mjs";
41
+ import { default as Zo } from "./locale/lang/zh-cn.mjs";
42
+ import { default as $o } from "./locale/lang/en.mjs";
43
+ import { default as ee } from "./transition/collapse-transition.vue.mjs";
44
+ import { useDescription as te } from "./description/use-description.mjs";
45
+ import { useComponentRegister as pe } from "./pro-form/hooks/use-component-register.mjs";
46
+ import { useForm as me } from "./pro-form/hooks/use-form.mjs";
47
+ import { isComponentFormSchema as de, isSlotFormSchema as se } from "./pro-form/types/form.mjs";
48
+ import { default as ie } from "./pro-form/components/api-cascader.vue.mjs";
49
+ import { default as ne } from "./pro-form/components/api-radio-group.vue.mjs";
50
+ import { default as ce } from "./pro-form/components/api-select.vue.mjs";
51
+ import { default as Te } from "./pro-form/components/api-transfer.vue.mjs";
52
+ import { default as Se } from "./pro-form/components/api-tree.vue.mjs";
53
+ import { default as be } from "./pro-form/components/radio-button-group.vue.mjs";
54
+ import { default as Pe } from "./pro-form/pro-form.vue.mjs";
55
+ import { default as Re } from "./pro-form/components/api-tree-select.vue.mjs";
56
+ import { default as ve } from "./pro-form/table-form.vue.mjs";
57
+ import { default as ke } from "./pro-form/table-form-inner.vue.mjs";
58
+ import { default as Be } from "./base-button/modal-button.vue.mjs";
59
+ import { default as Le } from "./base-button/pop-confirm-button.vue.mjs";
60
+ import { useModalContext as ye } from "./modal/hooks/use-modal-context.mjs";
61
+ import { useModal as Xe, useModalInner as Ke } from "./modal/hooks/use-modal.mjs";
62
+ import { default as Oe } from "./pro-table/pro-table.vue.mjs";
63
+ import { default as We } from "./pro-table/components/table-action.vue.mjs";
64
+ import { default as Ue } from "./pro-table/components/edit-table-header-icon.vue.mjs";
65
+ import { default as qe } from "./pro-table/components/table-image.vue.mjs";
66
+ import { useTable as Qe } from "./pro-table/hooks/use-table.mjs";
67
+ import { ApFormItemText as Ze } from "./ap-form/items/text/index.mjs";
68
+ import { default as $e } from "./ap-form/items/text-area/index.vue.mjs";
69
+ import { default as er } from "./ap-form/items/number/index.vue.mjs";
70
+ import { default as tr } from "./ap-form/items/date/index.vue.mjs";
71
+ import { default as pr } from "./ap-form/items/date-range/index.vue.mjs";
72
+ import { default as mr } from "./ap-form/items/radio/index.vue.mjs";
73
+ import { default as dr } from "./ap-form/items/select/index.vue.mjs";
74
+ import { default as xr } from "./ap-form/items/switch/index.vue.mjs";
75
+ import { default as ur } from "./ap-form/items/checkbox/index.vue.mjs";
76
+ import { default as Ar } from "./ap-form/items/text/password.vue.mjs";
77
+ import { default as Fr } from "./ap-form/ap-form-item.vue.mjs";
78
+ import { default as Cr } from "./ap-form/ap-form-item-group/index.vue.mjs";
79
+ import { default as Ir } from "./ap-form/ap-form-list.vue.mjs";
80
+ import { default as gr } from "./ap-form/search-form/index.vue.mjs";
81
+ import { default as Dr } from "./ap-form/modal-form/index.vue.mjs";
82
+ import { ApFieldText as hr } from "./ap-field/text/index.mjs";
83
+ import { default as Mr } from "./ap-field/checkbox/index.vue.mjs";
84
+ import { default as wr } from "./ap-field/date/index.vue.mjs";
85
+ import { default as Gr } from "./ap-field/number/index.vue.mjs";
86
+ import { default as Nr } from "./ap-field/radio/index.vue.mjs";
87
+ import { default as Er } from "./ap-field/switch/index.vue.mjs";
88
+ import { default as Kr } from "./ap-field/text-area/index.vue.mjs";
89
+ import { default as Or } from "./ap-field/date-range/index.vue.mjs";
90
+ import { default as Wr } from "./ap-field/select/index.vue.mjs";
91
+ import { default as Ur } from "./ap-field/text/password.vue.mjs";
92
+ import { default as qr } from "./ap-field/slider/index.vue.mjs";
93
+ import { default as Qr } from "./ap-field/segmented/index.vue.mjs";
94
+ import { default as Zr } from "./ap-field/rate/index.vue.mjs";
95
+ import { default as $r } from "./ap-action/item-modal/index.vue.mjs";
96
+ import { default as et } from "./ap-action/item-popconfirm/index.vue.mjs";
97
+ import { default as tt } from "./ap-action/item-dropdown/index.vue.mjs";
98
+ import { default as pt } from "./ap-action/group/index.vue.mjs";
99
+ import { generateTableList as mt } from "./ap-custom-column/utils.mjs";
100
+ import { useCacheColumnSetting as dt } from "./ap-custom-column/useCacheColumnSetting.mjs";
101
+ import { default as xt } from "./ap-custom-column/custom-column.vue.mjs";
102
+ import { default as ut } from "./ap-custom-column/column-select.vue.mjs";
103
+ import { DictCode as At } from "./work-order-modal/interfaces.mjs";
104
+ import { createWorkOrderModal as Ft } from "./work-order-modal/createWorkOrder.mjs";
105
+ import { default as Ct } from "./work-order-modal/work-order-modal.vue.mjs";
106
+ import { default as It } from "./ap-tag/ap-tag.vue.mjs";
107
+ import { default as gt } from "./ap-tag/ap-tag-group.vue.mjs";
108
+ import { default as Dt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
109
+ import { NeedNameKeyDefault as ht } from "./ap-upload/apUploadTypes.mjs";
110
+ import { default as Mt } from "./ap-upload/apUpload.vue.mjs";
111
+ import { default as wt } from "./ap-download/ap-download.vue.mjs";
112
+ import { default as Gt } from "./check-card/group.vue.mjs";
113
+ import { default as Nt } from "./ap-list/index.vue.mjs";
114
+ import { useTablePaging as Et } from "./ap-table/hooks/use-table-paging.mjs";
115
+ import { default as Kt } from "./ap-table/ap-table.vue.mjs";
116
+ import { default as Ot } from "./editable-table/index.vue.mjs";
117
+ import { default as Wt } from "./editable-table/form-item.vue.mjs";
118
118
  export {
119
119
  c as APConfigProvider,
120
- tt as ApActionGroup,
120
+ pt as ApActionGroup,
121
121
  Fo as ApActionItem,
122
- et as ApActionItemDropdown,
123
- Zr as ApActionItemModal,
124
- $r as ApActionItemPopconfirm,
125
- dt as ApCustomColumn,
126
- xt as ApCustomSelect,
127
- Mt as ApDownload,
122
+ tt as ApActionItemDropdown,
123
+ $r as ApActionItemModal,
124
+ et as ApActionItemPopconfirm,
125
+ xt as ApCustomColumn,
126
+ ut as ApCustomSelect,
127
+ wt as ApDownload,
128
128
  go as ApExpandAlert,
129
129
  io as ApField,
130
- hr as ApFieldCheckbox,
131
- Mr as ApFieldDate,
132
- Kr as ApFieldDateRange,
133
- wr as ApFieldNumber,
134
- Wr as ApFieldPassword,
135
- Gr as ApFieldRadio,
136
- Qr as ApFieldRate,
137
- qr as ApFieldSegmented,
138
- Or as ApFieldSelect,
139
- Ur as ApFieldSlider,
140
- Nr as ApFieldSwitch,
141
- Dr as ApFieldText,
142
- Er as ApFieldTextArea,
130
+ Mr as ApFieldCheckbox,
131
+ wr as ApFieldDate,
132
+ Or as ApFieldDateRange,
133
+ Gr as ApFieldNumber,
134
+ Ur as ApFieldPassword,
135
+ Nr as ApFieldRadio,
136
+ Zr as ApFieldRate,
137
+ Qr as ApFieldSegmented,
138
+ Wr as ApFieldSelect,
139
+ qr as ApFieldSlider,
140
+ Er as ApFieldSwitch,
141
+ hr as ApFieldText,
142
+ Kr as ApFieldTextArea,
143
143
  so as ApForm,
144
- Ar as ApFormItem,
145
- xr as ApFormItemCheckbox,
146
- er as ApFormItemDate,
147
- tr as ApFormItemDateRange,
148
- Fr as ApFormItemGroup,
149
- $e as ApFormItemNumber,
150
- pr as ApFormItemRadio,
151
- mr as ApFormItemSelect,
152
- dr as ApFormItemSwitch,
153
- Qe as ApFormItemText,
154
- Ze as ApFormItemTextArea,
155
- ur as ApFormItemTextPassword,
156
- Cr as ApFormList,
157
- gr as ApFormModalForm,
158
- Ir as ApFormSearchForm,
159
- gt as ApInfoLayout,
144
+ Fr as ApFormItem,
145
+ ur as ApFormItemCheckbox,
146
+ tr as ApFormItemDate,
147
+ pr as ApFormItemDateRange,
148
+ Cr as ApFormItemGroup,
149
+ er as ApFormItemNumber,
150
+ mr as ApFormItemRadio,
151
+ dr as ApFormItemSelect,
152
+ xr as ApFormItemSwitch,
153
+ Ze as ApFormItemText,
154
+ $e as ApFormItemTextArea,
155
+ Ar as ApFormItemTextPassword,
156
+ Ir as ApFormList,
157
+ Dr as ApFormModalForm,
158
+ gr as ApFormSearchForm,
159
+ Dt as ApInfoLayout,
160
160
  Po as ApLabel,
161
- Gt as ApList,
161
+ Nt as ApList,
162
162
  Io as ApModal,
163
- Et as ApTable,
164
- Ct as ApTag,
165
- It as ApTagGroup,
166
- Do as ApTitle,
167
- ht as ApUpload,
168
- se as ApiCascader,
169
- ie as ApiRadioGroup,
170
- ne as ApiSelect,
171
- ce as ApiTransfer,
172
- Te as ApiTree,
173
- Pe as ApiTreeSelect,
163
+ Do as ApStatus,
164
+ Ro as ApStatusGroup,
165
+ Kt as ApTable,
166
+ It as ApTag,
167
+ gt as ApTagGroup,
168
+ ho as ApTitle,
169
+ Mt as ApUpload,
170
+ ie as ApiCascader,
171
+ ne as ApiRadioGroup,
172
+ ce as ApiSelect,
173
+ Te as ApiTransfer,
174
+ Se as ApiTree,
175
+ Re as ApiTreeSelect,
174
176
  q as BaseButton,
175
177
  Z as BaseModal,
176
178
  D as BasicArrow,
177
179
  R as BasicHelp,
178
180
  h as BasicTitle,
179
181
  Co as CheckCard,
180
- wt as CheckCardGroup,
182
+ Gt as CheckCardGroup,
181
183
  S as CollapseContainer,
182
- $o as CollapseTransition,
183
- qo as ConfigProvider,
184
+ ee as CollapseTransition,
185
+ Qo as ConfigProvider,
184
186
  ro as CountdownButton,
185
187
  to as CountdownInput,
186
188
  $ as CropperAvatar,
187
189
  oo as CropperImage,
188
190
  W as Description,
189
- ut as DictCode,
191
+ At as DictCode,
190
192
  mo as Dropdown,
191
- We as EditTableHeaderIcon,
192
- Kt as EditableTable,
193
- Ot as EditableTableFormItem,
193
+ Ue as EditTableHeaderIcon,
194
+ Ot as EditableTable,
195
+ Wt as EditableTableFormItem,
194
196
  M as ExpandTransition,
195
197
  k as ExpandXTransition,
196
198
  w as FadeTransition,
197
199
  U as Field,
198
200
  u as Icon,
199
201
  g as IconPicker,
200
- ke as ModalButton,
201
- Dt as NeedNameKeyDefault,
202
- Be as PopConfirmButton,
203
- be as ProForm,
204
- Ke as ProTable,
205
- Re as ProTableForm,
206
- ve as ProTableFormInner,
207
- Se as RadioButtonGroup,
202
+ Be as ModalButton,
203
+ ht as NeedNameKeyDefault,
204
+ Le as PopConfirmButton,
205
+ Pe as ProForm,
206
+ Oe as ProTable,
207
+ ve as ProTableForm,
208
+ ke as ProTableFormInner,
209
+ be as RadioButtonGroup,
208
210
  B as ScaleRotateTransition,
209
211
  G as ScaleTransition,
210
212
  I as ScrollContainer,
@@ -219,40 +221,40 @@ export {
219
221
  O as SlideYTransition,
220
222
  Q as StrengthMeter,
221
223
  n as SvgIcon,
222
- Oe as TableAction,
223
- Ue as TableImg,
224
- Ft as WorkOrderModal,
224
+ We as TableAction,
225
+ qe as TableImg,
226
+ Ct as WorkOrderModal,
225
227
  no as adminToken,
226
228
  Ao as aplusToken,
227
- yo as buildLocaleContext,
228
- Eo as buildTranslator,
229
- Mo as configProviderContextKey,
230
- ho as configProviderProps,
229
+ Xo as buildLocaleContext,
230
+ Ko as buildTranslator,
231
+ wo as configProviderContextKey,
232
+ Mo as configProviderProps,
231
233
  po as createPrompt,
232
- At as createWorkOrderModal,
233
- Ho as defaultNamespace,
234
- Zo as en,
235
- pt as generateTableList,
236
- me as isComponentFormSchema,
237
- le as isSlotFormSchema,
238
- Bo as keysOf,
239
- Xo as localeContextKey,
240
- Wo as namespaceContextKey,
241
- Go as provideGlobalConfig,
242
- ko as tableDefaultConfig,
243
- Ko as translate,
244
- mt as useCacheColumnSetting,
245
- te as useComponentRegister,
246
- ee as useDescription,
247
- pe as useForm,
248
- zo as useGetDerivedNamespace,
249
- Lo as useGlobalConfig,
250
- Yo as useLocale,
251
- ye as useModal,
252
- Le as useModalContext,
253
- Ee as useModalInner,
254
- Uo as useNamespace,
255
- qe as useTable,
256
- Nt as useTablePaging,
257
- Qo as zhCn
234
+ Ft as createWorkOrderModal,
235
+ zo as defaultNamespace,
236
+ $o as en,
237
+ mt as generateTableList,
238
+ de as isComponentFormSchema,
239
+ se as isSlotFormSchema,
240
+ Lo as keysOf,
241
+ Yo as localeContextKey,
242
+ Uo as namespaceContextKey,
243
+ No as provideGlobalConfig,
244
+ Bo as tableDefaultConfig,
245
+ Oo as translate,
246
+ dt as useCacheColumnSetting,
247
+ pe as useComponentRegister,
248
+ te as useDescription,
249
+ me as useForm,
250
+ jo as useGetDerivedNamespace,
251
+ yo as useGlobalConfig,
252
+ Ho as useLocale,
253
+ Xe as useModal,
254
+ ye as useModalContext,
255
+ Ke as useModalInner,
256
+ qo as useNamespace,
257
+ Qe as useTable,
258
+ Et as useTablePaging,
259
+ Zo as zhCn
258
260
  };
@@ -0,0 +1,9 @@
1
+ .aplus-ap-not-found {
2
+ width: 100%;
3
+ }
4
+ .aplus-ap-not-found__no-data-text {
5
+ color: #8896b0;
6
+ }
7
+ .aplus-ap-not-found--admin .aplus-ap-not-found__no-data-text {
8
+ color: #8896b0;
9
+ }
@@ -0,0 +1,26 @@
1
+ @font-face {
2
+ font-family: customFont;
3
+ src: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/fonts/PlayfairDisplay-SemiBold.ttf');
4
+ src: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/fonts/SourceHanSerifCN-Heavy.woff2');
5
+ }
6
+ .aplus-ap-status {
7
+ font-size: 20px;
8
+ height: 36px;
9
+ line-height: 36px;
10
+ display: inline-block;
11
+ position: relative;
12
+ font-family: 'customFont';
13
+ }
14
+ .aplus-ap-status__bg {
15
+ -webkit-mask-image: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/aplus-ui/svg/ap-status-bg.svg');
16
+ mask-image: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/aplus-ui/svg/ap-status-bg.svg');
17
+ -webkit-mask-repeat: no-repeat;
18
+ mask-repeat: no-repeat;
19
+ -webkit-mask-size: 100% 100%;
20
+ mask-size: 100% 100%;
21
+ position: absolute;
22
+ left: 0;
23
+ top: 0;
24
+ right: 0;
25
+ bottom: 0;
26
+ }
@@ -73,17 +73,20 @@
73
73
  .aplus-ap-table-table-admin tr > td.ant-table-cell {
74
74
  border-top-color: #E9E9E9;
75
75
  }
76
- .aplus-ap-table .ant-table-middle .ant-table-cell {
77
- padding: 12px 16px !important;
76
+ .aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
77
+ padding: 12px 16px;
78
78
  }
79
- .aplus-ap-table .ant-table-small .ant-table-cell {
80
- padding: 9px 16px !important;
79
+ .aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
80
+ padding: 12px 16px;
81
81
  }
82
- .aplus-ap-table .ant-table-middle .ant-table-placeholder .ant-table-cell {
83
- padding: 0 !important;
82
+ .aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
83
+ padding: 9px 16px;
84
84
  }
85
- .aplus-ap-table .ant-table-small .ant-table-placeholder .ant-table-cell {
86
- padding: 0 !important;
85
+ .aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
86
+ padding: 9px 16px;
87
+ }
88
+ .aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
89
+ border-inline-end-width: 0px !important;
87
90
  }
88
91
  .aplus-ap-table .ant-table-column-sorters {
89
92
  justify-content: unset;