@aplus-frontend/ui 0.2.4 → 0.2.6

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 (47) hide show
  1. package/es/index.mjs +133 -131
  2. package/es/src/ap-form/interface.d.ts +1 -0
  3. package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +27 -0
  4. package/es/src/ap-scroll-bar/ap-scroll-bar.vue.mjs +4 -0
  5. package/es/src/ap-scroll-bar/ap-scroll-bar.vue2.mjs +116 -0
  6. package/es/src/ap-scroll-bar/index.d.ts +62 -0
  7. package/es/src/ap-scroll-bar/index.mjs +8 -0
  8. package/es/src/ap-scroll-bar/interface.d.ts +4 -0
  9. package/es/src/ap-scroll-bar/interface.mjs +1 -0
  10. package/es/src/ap-scroll-bar/style/css.d.ts +0 -0
  11. package/es/src/ap-scroll-bar/style/css.js +1 -0
  12. package/es/src/ap-scroll-bar/style/index.d.ts +0 -0
  13. package/es/src/ap-scroll-bar/style/index.js +1 -0
  14. package/es/src/ap-table/ap-table.vue.d.ts +2 -0
  15. package/es/src/ap-table/ap-table.vue2.mjs +116 -123
  16. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +1 -1
  17. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +62 -56
  18. package/es/src/ap-table/constants.d.ts +40 -40
  19. package/es/src/ap-table/utils.d.ts +40 -40
  20. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +70 -63
  21. package/es/src/index.d.ts +1 -0
  22. package/es/src/index.mjs +192 -190
  23. package/es/src/path-map.mjs +1 -0
  24. package/lib/index.js +1 -1
  25. package/lib/src/ap-form/interface.d.ts +1 -0
  26. package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +27 -0
  27. package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.js +1 -0
  28. package/lib/src/ap-scroll-bar/ap-scroll-bar.vue2.js +1 -0
  29. package/lib/src/ap-scroll-bar/index.d.ts +62 -0
  30. package/lib/src/ap-scroll-bar/index.js +1 -0
  31. package/lib/src/ap-scroll-bar/interface.d.ts +4 -0
  32. package/lib/src/ap-scroll-bar/interface.js +1 -0
  33. package/lib/src/ap-scroll-bar/style/css.d.ts +0 -0
  34. package/lib/src/ap-scroll-bar/style/css.js +1 -0
  35. package/lib/src/ap-scroll-bar/style/index.d.ts +0 -0
  36. package/lib/src/ap-scroll-bar/style/index.js +1 -0
  37. package/lib/src/ap-table/ap-table.vue.d.ts +2 -0
  38. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  39. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +1 -1
  40. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  41. package/lib/src/ap-table/constants.d.ts +40 -40
  42. package/lib/src/ap-table/utils.d.ts +40 -40
  43. package/lib/src/business/ap-appendix/ap-appendix.vue2.js +1 -1
  44. package/lib/src/index.d.ts +1 -0
  45. package/lib/src/index.js +1 -1
  46. package/lib/src/path-map.js +1 -1
  47. package/package.json +6 -4
@@ -1,4 +1,4 @@
1
- import { defineComponent as T, computed as m, ref as V, openBlock as s, createElementBlock as d, mergeProps as S, unref as t, renderSlot as u, createVNode as p, withCtx as g, createElementVNode as v, normalizeClass as n, createBlock as N, createCommentVNode as h, Fragment as j, renderList as D, createSlots as E, createTextVNode as M, toDisplayString as U } from "vue";
1
+ import { defineComponent as T, computed as d, ref as V, openBlock as s, createElementBlock as u, mergeProps as S, unref as t, renderSlot as p, createVNode as g, withCtx as v, createElementVNode as c, normalizeClass as n, createBlock as N, createCommentVNode as h, Fragment as j, renderList as D, createSlots as E, createTextVNode as M, toDisplayString as U } from "vue";
2
2
  import z from "./icons/file-icon.vue.mjs";
3
3
  import { Tooltip as G, TypographyText as P } from "@aplus-frontend/antdv";
4
4
  import { IconVariantDownload as q } from "@aplus-frontend/icon";
@@ -23,25 +23,25 @@ const X = ["onClick"], de = /* @__PURE__ */ T({
23
23
  column: { default: 2 },
24
24
  isFileAreaBorder: { type: Boolean, default: !1 }
25
25
  },
26
- setup(x) {
27
- const { b: O, e: o, em: C } = K("ap-appendix"), { t: y } = Q(), e = x, $ = w("apUpload"), k = w(
26
+ setup(O) {
27
+ const { b: $, e: i, em: C } = K("ap-appendix"), { t: y } = Q(), e = O, x = w("apUpload"), k = w(
28
28
  "downloadCenterTriggerConfig"
29
- ), c = m(
29
+ ), f = d(
30
30
  () => J(e == null ? void 0 : e.needName, e == null ? void 0 : e.fileList)
31
- ), B = m(
31
+ ), B = d(
32
32
  () => {
33
33
  var l;
34
- return e.getOssAccess || ((l = $.value) == null ? void 0 : l.getOssAccess);
34
+ return e.getOssAccess || ((l = x.value) == null ? void 0 : l.getOssAccess);
35
35
  }
36
- ), F = m(
37
- () => !(Array.isArray(c.value) && c.value.length)
38
- ), i = V([]), b = m(() => e.title || y("ap.apAppendix.appendix"));
39
- async function I(l, f) {
40
- var a, L;
41
- if (!(i.value.findIndex((r) => r === f) > -1)) {
42
- i.value = [...i.value, f];
36
+ ), F = d(
37
+ () => !(Array.isArray(f.value) && f.value.length)
38
+ ), a = V([]), b = d(() => e.title || y("ap.apAppendix.appendix"));
39
+ async function I(l, m) {
40
+ var o, L;
41
+ if (!(a.value.findIndex((r) => r === m) > -1)) {
42
+ a.value = [...a.value, m];
43
43
  try {
44
- if ((a = k.value) != null && a.trigger) {
44
+ if ((o = k.value) != null && o.trigger) {
45
45
  let r = [l].map((_) => ({
46
46
  objectName: _.path,
47
47
  fileName: _.fileName
@@ -49,12 +49,12 @@ const X = ["onClick"], de = /* @__PURE__ */ T({
49
49
  await ((L = k.value) == null ? void 0 : L.trigger(r));
50
50
  }
51
51
  } finally {
52
- i.value = i.value.filter((r) => r !== f);
52
+ a.value = a.value.filter((r) => r !== m);
53
53
  }
54
54
  }
55
55
  }
56
- return (l, f) => (s(), d("div", S({
57
- class: [t(O)()]
56
+ return (l, m) => (s(), u("div", S({
57
+ class: [t($)()]
58
58
  }, {
59
59
  ...l.$attrs
60
60
  }, {
@@ -62,32 +62,32 @@ const X = ["onClick"], de = /* @__PURE__ */ T({
62
62
  "--ap-appendix-column": `repeat(${Number((e == null ? void 0 : e.column) || 2)}, 1fr)`
63
63
  }
64
64
  }), [
65
- u(l.$slots, "title", {
65
+ p(l.$slots, "title", {
66
66
  fileList: e.fileList
67
67
  }, () => [
68
- p(R, {
68
+ g(R, {
69
69
  title: b.value,
70
70
  helpMessage: e == null ? void 0 : e.tooltip
71
71
  }, {
72
- suffix: g(() => [
73
- v("div", {
74
- class: n([t(o)("suffix")])
72
+ suffix: v(() => [
73
+ c("div", {
74
+ class: n([t(i)("suffix")])
75
75
  }, [
76
- u(l.$slots, "titleSuffix", {
76
+ p(l.$slots, "titleSuffix", {
77
77
  fileList: e.fileList
78
78
  }),
79
- u(l.$slots, "titleDownloadAllBtn", {
79
+ p(l.$slots, "titleDownloadAllBtn", {
80
80
  fileList: e.fileList
81
81
  }, () => [
82
82
  F.value ? h("", !0) : (s(), N(W, {
83
83
  key: 0,
84
- class: n([t(o)("download-all")]),
84
+ class: n([t(i)("download-all")]),
85
85
  text: t(y)("ap.apAppendix.downloadAll"),
86
86
  getOssAccess: B.value,
87
- fileName: c.value
87
+ fileName: f.value
88
88
  }, {
89
- icon: g(() => [
90
- p(t(q))
89
+ icon: v(() => [
90
+ g(t(q))
91
91
  ]),
92
92
  _: 1
93
93
  }, 8, ["class", "text", "getOssAccess", "fileName"]))
@@ -97,54 +97,61 @@ const X = ["onClick"], de = /* @__PURE__ */ T({
97
97
  _: 3
98
98
  }, 8, ["title", "helpMessage"])
99
99
  ]),
100
- u(l.$slots, "fileArea", {
100
+ p(l.$slots, "fileArea", {
101
101
  fileList: e.fileList
102
102
  }, () => [
103
- F.value ? h("", !0) : (s(), d("div", {
103
+ F.value ? h("", !0) : (s(), u("div", {
104
104
  key: 0,
105
105
  class: n({
106
- [t(o)("file-area")]: !0,
106
+ [t(i)("file-area")]: !0,
107
107
  [t(C)("file-area", "border")]: !!e.isFileAreaBorder
108
108
  })
109
109
  }, [
110
- v("div", {
111
- class: n([t(o)("file-area-content")])
110
+ c("div", {
111
+ class: n([t(i)("file-area-content")])
112
112
  }, [
113
- (s(!0), d(j, null, D(c.value, (A, a) => (s(), d("div", {
113
+ (s(!0), u(j, null, D(f.value, (A, o) => (s(), u("div", {
114
114
  class: n({
115
- [t(o)("file-area-content-item")]: !0,
116
- [t(C)("file-area-content-item", "loading")]: i.value.includes(a)
115
+ [t(i)("file-area-content-item")]: !0,
116
+ [t(C)("file-area-content-item", "loading")]: a.value.includes(o)
117
117
  }),
118
- key: a,
119
- onClick: (L) => I(A, a)
118
+ key: o
120
119
  }, [
121
- v("div", {
122
- class: n([t(o)("file-area-content-item-icon")])
120
+ g(t(G), null, E({
121
+ default: v(() => [
122
+ c("div", {
123
+ class: n({
124
+ [t(i)("file-area-content-item-content")]: !0,
125
+ [t(i)("file-area-content-item--loading-content")]: a.value.includes(o)
126
+ }),
127
+ onClick: (L) => I(A, o)
128
+ }, [
129
+ c("div", {
130
+ class: n([t(i)("file-area-content-item-icon")])
131
+ }, [
132
+ a.value.includes(o) ? (s(), N(t(H), { key: 0 })) : (s(), N(z, { key: 1 }))
133
+ ], 2),
134
+ c("div", {
135
+ class: n([t(i)("file-area-content-item-file-name")])
136
+ }, [
137
+ g(t(P), {
138
+ ellipsis: "",
139
+ content: A.fileName
140
+ }, null, 8, ["content"])
141
+ ], 2)
142
+ ], 10, X)
143
+ ]),
144
+ _: 2
123
145
  }, [
124
- i.value.includes(a) ? (s(), N(t(H), { key: 0 })) : (s(), N(z, { key: 1 }))
125
- ], 2),
126
- v("div", {
127
- class: n([t(o)("file-area-content-item-file-name")])
128
- }, [
129
- p(t(G), null, E({
130
- default: g(() => [
131
- p(t(P), {
132
- ellipsis: "",
133
- content: A.fileName
134
- }, null, 8, ["content"])
146
+ a.value.includes(o) ? void 0 : {
147
+ name: "title",
148
+ fn: v(() => [
149
+ M(U(t(y)("ap.apAppendix.downloadFile")), 1)
135
150
  ]),
136
- _: 2
137
- }, [
138
- i.value.includes(a) ? void 0 : {
139
- name: "title",
140
- fn: g(() => [
141
- M(U(t(y)("ap.apAppendix.downloadFile")), 1)
142
- ]),
143
- key: "0"
144
- }
145
- ]), 1024)
146
- ], 2)
147
- ], 10, X))), 128))
151
+ key: "0"
152
+ }
153
+ ]), 1024)
154
+ ], 2))), 128))
148
155
  ], 2)
149
156
  ], 2))
150
157
  ])
package/es/src/index.d.ts CHANGED
@@ -16,3 +16,4 @@ export * from './business';
16
16
  export * from './ap-table';
17
17
  export * from './editable-table';
18
18
  export * from './ap-descriptions';
19
+ export * from './ap-scroll-bar';
package/es/src/index.mjs CHANGED
@@ -9,209 +9,211 @@ import "./ap-info-layout/index.mjs";
9
9
  import "./ap-upload/index.mjs";
10
10
  import "./ap-download/index.mjs";
11
11
  import { CheckCard as D } from "./check-card/index.mjs";
12
- import { ApModal as G } from "./ap-modal/index.mjs";
12
+ import { ApModal as h } from "./ap-modal/index.mjs";
13
13
  import "./ap-list/index.mjs";
14
14
  import "./ap-button/index.mjs";
15
15
  import "./business/index.mjs";
16
16
  import { ApTable as y } from "./ap-table/index.mjs";
17
17
  import "./editable-table/index.mjs";
18
18
  import "./ap-descriptions/index.mjs";
19
- import { configProviderProps as L } from "./config-provider/config-provider-props.mjs";
20
- import { configProviderContextKey as k } from "./config-provider/constants.mjs";
21
- import { keysOf as M, provideGlobalConfig as R, useGlobalConfig as v } from "./config-provider/hooks/use-global-config.mjs";
22
- import { buildLocaleContext as K, buildTranslator as B, localeContextKey as O, translate as W, useLocale as H } from "./config-provider/hooks/use-locale.mjs";
23
- import { defaultNamespace as j, namespaceContextKey as q, useGetDerivedNamespace as z, useNamespace as J } from "./config-provider/hooks/use-namespace.mjs";
24
- import { ConfigProvider as V, globalConfigCached as X } from "./config-provider/config-provider.mjs";
25
- import { ApFormItemText as Z } from "./ap-form/items/text/index.mjs";
26
- import { default as $ } from "./ap-form/items/text-area/index.vue.mjs";
27
- import { default as eo } from "./ap-form/items/number/index.vue.mjs";
28
- import { default as to } from "./ap-form/items/date/index.vue.mjs";
29
- import { default as ao } from "./ap-form/items/date-range/index.vue.mjs";
30
- import { default as fo } from "./ap-form/items/radio/index.vue.mjs";
31
- import { default as xo } from "./ap-form/items/select/index.vue.mjs";
32
- import { default as uo } from "./ap-form/items/switch/index.vue.mjs";
33
- import { default as io } from "./ap-form/items/checkbox/index.vue.mjs";
34
- import { default as co } from "./ap-form/items/text/password.vue.mjs";
35
- import { default as bo } from "./ap-form/item/index.vue.mjs";
36
- import { default as Io } from "./ap-form/item-group/index.vue.mjs";
37
- import { default as go } from "./ap-form/list/index.vue.mjs";
38
- import { default as ho } from "./ap-form/search-form/index.vue.mjs";
39
- import { default as So } from "./ap-form/modal-form/index.vue.mjs";
40
- import { default as No } from "./ap-form/dependency/index.vue.mjs";
41
- import { default as Po } from "./ap-form/set/index.vue.mjs";
42
- import { default as wo } from "./ap-form/drawer-form/index.vue.mjs";
43
- import { ApFieldText as Ro } from "./ap-field/text/index.mjs";
44
- import { default as Eo } from "./ap-field/checkbox/index.vue.mjs";
45
- import { default as Bo } from "./ap-field/date/index.vue.mjs";
46
- import { default as Wo } from "./ap-field/number/index.vue.mjs";
47
- import { default as Uo } from "./ap-field/radio/index.vue.mjs";
48
- import { default as qo } from "./ap-field/switch/index.vue.mjs";
49
- import { default as Jo } from "./ap-field/text-area/index.vue.mjs";
50
- import { default as Vo } from "./ap-field/date-range/index.vue.mjs";
51
- import { default as Yo } from "./ap-field/select/index.vue.mjs";
52
- import { default as _o } from "./ap-field/text/password.vue.mjs";
53
- import { default as oe } from "./ap-field/slider/index.vue.mjs";
54
- import { default as re } from "./ap-field/segmented/index.vue.mjs";
55
- import { default as pe } from "./ap-field/rate/index.vue.mjs";
56
- import { default as me } from "./ap-action/item-modal/index.vue.mjs";
57
- import { default as le } from "./ap-action/item-popconfirm/index.vue.mjs";
58
- import { default as xe } from "./ap-action/item-dropdown/index.vue.mjs";
59
- import { default as ue } from "./ap-action/group/index.vue.mjs";
60
- import { DictCode as ie, langMap as ne } from "./work-order-modal/interfaces.mjs";
61
- import { createWorkOrderModal as Fe } from "./work-order-modal/createWorkOrder.mjs";
62
- import { default as Te } from "./work-order-modal/work-order-modal.vue.mjs";
63
- import { default as Ce } from "./ap-tag/ap-tag.vue.mjs";
64
- import { default as De } from "./ap-tag/ap-tag-group.vue.mjs";
65
- import { default as Ge } from "./ap-info-layout/ApInfoLayout.vue.mjs";
66
- import { NeedNameKeyDefault as ye } from "./ap-upload/apUploadTypes.mjs";
67
- import { default as Le } from "./ap-upload/apUpload.vue.mjs";
68
- import { ApDownLoadNeedNameKeyDefault as ke } from "./ap-download/interface.mjs";
69
- import { default as Me } from "./ap-download/ap-download.vue.mjs";
70
- import { default as ve } from "./check-card/group.vue.mjs";
71
- import { default as Ke } from "./ap-list/index.vue.mjs";
72
- import { default as Oe } from "./ap-button/ap-button.vue.mjs";
73
- import { default as He } from "./ap-button/ap-action-button.vue.mjs";
74
- import { ApTransformDataHelper as je } from "./utils/ap-trans-data/index.mjs";
75
- import { default as ze } from "./business/ap-table-modal/index.mjs";
76
- import { useTableModal as Qe } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
77
- import { useTableSelectModal as Xe } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
78
- import { ApAttachment as Ze } from "./business/ap-attachment/index.mjs";
79
- import { ApBatchAction as $e } from "./business/ap-batch-action/index.mjs";
80
- import { ApBatchActionGroup as er } from "./business/ap-batch-action-group/index.mjs";
81
- import { ApButtonGroup as tr } from "./business/ap-button-group/index.mjs";
82
- import { ApCard as ar } from "./business/ap-card/index.mjs";
83
- import { ApExpandAlert as fr } from "./business/ap-expand-alert/index.mjs";
84
- import { ApExportGroupActionType as dr } from "./business/ap-export-group/interface.mjs";
85
- import { ApExportGroup as Ar } from "./business/ap-export-group/index.mjs";
86
- import { handleExportDownload as sr } from "./business/ap-export-group/handleExportDownload.mjs";
87
- import { ApImage as nr } from "./business/ap-image/index.mjs";
88
- import { ApInputRadio as Fr } from "./business/ap-input-radio/index.mjs";
89
- import { ApLabel as Tr, ApLabelGroup as Ir } from "./business/ap-label/index.mjs";
90
- import { locales as gr } from "./business/ap-ladder/interface.mjs";
91
- import { ApLadder as hr } from "./business/ap-ladder/index.mjs";
92
- import { ApSelectLayout as Sr } from "./business/ap-select-layout/index.mjs";
93
- import { ApStatus as Nr, ApStatusGroup as Lr } from "./business/ap-status/index.mjs";
94
- import { ApTitle as kr } from "./business/ap-title/index.mjs";
95
- import { usePageListApTable as Mr } from "./business/hooks/usePageListApTable.mjs";
96
- import { useTableRefresh as vr } from "./business/hooks/useTableRefresh.mjs";
97
- import { computedRecords as Kr, flattenColumns as Br, formatDataIndex as Or, formatNumber as Wr } from "./business/ap-summary/utils.mjs";
98
- import { ApSummary as Ur } from "./business/ap-summary/index.mjs";
99
- import { ApNeedNameKeyDefault as qr } from "./business/ap-appendix/interface.mjs";
100
- import { ApAppendix as Jr } from "./business/ap-appendix/index.mjs";
101
- import { useTablePaging as Vr } from "./ap-table/hooks/use-table-paging.mjs";
102
- import { default as Yr } from "./editable-table/index.vue.mjs";
103
- import { default as _r } from "./editable-table/form-item.vue.mjs";
104
- import { default as ot } from "./ap-descriptions/ap-descriptions.vue.mjs";
19
+ import { ApScrollBar as L } from "./ap-scroll-bar/index.mjs";
20
+ import { configProviderProps as k } from "./config-provider/config-provider-props.mjs";
21
+ import { configProviderContextKey as M } from "./config-provider/constants.mjs";
22
+ import { keysOf as v, provideGlobalConfig as B, useGlobalConfig as E } from "./config-provider/hooks/use-global-config.mjs";
23
+ import { buildLocaleContext as O, buildTranslator as W, localeContextKey as H, translate as U, useLocale as j } from "./config-provider/hooks/use-locale.mjs";
24
+ import { defaultNamespace as z, namespaceContextKey as J, useGetDerivedNamespace as Q, useNamespace as V } from "./config-provider/hooks/use-namespace.mjs";
25
+ import { ConfigProvider as Y, globalConfigCached as Z } from "./config-provider/config-provider.mjs";
26
+ import { ApFormItemText as $ } from "./ap-form/items/text/index.mjs";
27
+ import { default as eo } from "./ap-form/items/text-area/index.vue.mjs";
28
+ import { default as to } from "./ap-form/items/number/index.vue.mjs";
29
+ import { default as ao } from "./ap-form/items/date/index.vue.mjs";
30
+ import { default as fo } from "./ap-form/items/date-range/index.vue.mjs";
31
+ import { default as xo } from "./ap-form/items/radio/index.vue.mjs";
32
+ import { default as uo } from "./ap-form/items/select/index.vue.mjs";
33
+ import { default as io } from "./ap-form/items/switch/index.vue.mjs";
34
+ import { default as co } from "./ap-form/items/checkbox/index.vue.mjs";
35
+ import { default as bo } from "./ap-form/items/text/password.vue.mjs";
36
+ import { default as Io } from "./ap-form/item/index.vue.mjs";
37
+ import { default as go } from "./ap-form/item-group/index.vue.mjs";
38
+ import { default as So } from "./ap-form/list/index.vue.mjs";
39
+ import { default as Go } from "./ap-form/search-form/index.vue.mjs";
40
+ import { default as No } from "./ap-form/modal-form/index.vue.mjs";
41
+ import { default as Po } from "./ap-form/dependency/index.vue.mjs";
42
+ import { default as wo } from "./ap-form/set/index.vue.mjs";
43
+ import { default as Ro } from "./ap-form/drawer-form/index.vue.mjs";
44
+ import { ApFieldText as Bo } from "./ap-field/text/index.mjs";
45
+ import { default as Ko } from "./ap-field/checkbox/index.vue.mjs";
46
+ import { default as Wo } from "./ap-field/date/index.vue.mjs";
47
+ import { default as Uo } from "./ap-field/number/index.vue.mjs";
48
+ import { default as qo } from "./ap-field/radio/index.vue.mjs";
49
+ import { default as Jo } from "./ap-field/switch/index.vue.mjs";
50
+ import { default as Vo } from "./ap-field/text-area/index.vue.mjs";
51
+ import { default as Yo } from "./ap-field/date-range/index.vue.mjs";
52
+ import { default as _o } from "./ap-field/select/index.vue.mjs";
53
+ import { default as oe } from "./ap-field/text/password.vue.mjs";
54
+ import { default as re } from "./ap-field/slider/index.vue.mjs";
55
+ import { default as pe } from "./ap-field/segmented/index.vue.mjs";
56
+ import { default as me } from "./ap-field/rate/index.vue.mjs";
57
+ import { default as le } from "./ap-action/item-modal/index.vue.mjs";
58
+ import { default as xe } from "./ap-action/item-popconfirm/index.vue.mjs";
59
+ import { default as ue } from "./ap-action/item-dropdown/index.vue.mjs";
60
+ import { default as ie } from "./ap-action/group/index.vue.mjs";
61
+ import { DictCode as ce, langMap as Fe } from "./work-order-modal/interfaces.mjs";
62
+ import { createWorkOrderModal as Te } from "./work-order-modal/createWorkOrder.mjs";
63
+ import { default as Ce } from "./work-order-modal/work-order-modal.vue.mjs";
64
+ import { default as De } from "./ap-tag/ap-tag.vue.mjs";
65
+ import { default as he } from "./ap-tag/ap-tag-group.vue.mjs";
66
+ import { default as ye } from "./ap-info-layout/ApInfoLayout.vue.mjs";
67
+ import { NeedNameKeyDefault as Le } from "./ap-upload/apUploadTypes.mjs";
68
+ import { default as ke } from "./ap-upload/apUpload.vue.mjs";
69
+ import { ApDownLoadNeedNameKeyDefault as Me } from "./ap-download/interface.mjs";
70
+ import { default as ve } from "./ap-download/ap-download.vue.mjs";
71
+ import { default as Ee } from "./check-card/group.vue.mjs";
72
+ import { default as Oe } from "./ap-list/index.vue.mjs";
73
+ import { default as He } from "./ap-button/ap-button.vue.mjs";
74
+ import { default as je } from "./ap-button/ap-action-button.vue.mjs";
75
+ import { ApTransformDataHelper as ze } from "./utils/ap-trans-data/index.mjs";
76
+ import { default as Qe } from "./business/ap-table-modal/index.mjs";
77
+ import { useTableModal as Xe } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
78
+ import { useTableSelectModal as Ze } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
79
+ import { ApAttachment as $e } from "./business/ap-attachment/index.mjs";
80
+ import { ApBatchAction as er } from "./business/ap-batch-action/index.mjs";
81
+ import { ApBatchActionGroup as tr } from "./business/ap-batch-action-group/index.mjs";
82
+ import { ApButtonGroup as ar } from "./business/ap-button-group/index.mjs";
83
+ import { ApCard as fr } from "./business/ap-card/index.mjs";
84
+ import { ApExpandAlert as dr } from "./business/ap-expand-alert/index.mjs";
85
+ import { ApExportGroupActionType as Ar } from "./business/ap-export-group/interface.mjs";
86
+ import { ApExportGroup as sr } from "./business/ap-export-group/index.mjs";
87
+ import { handleExportDownload as nr } from "./business/ap-export-group/handleExportDownload.mjs";
88
+ import { ApImage as Fr } from "./business/ap-image/index.mjs";
89
+ import { ApInputRadio as Tr } from "./business/ap-input-radio/index.mjs";
90
+ import { ApLabel as Cr, ApLabelGroup as gr } from "./business/ap-label/index.mjs";
91
+ import { locales as Sr } from "./business/ap-ladder/interface.mjs";
92
+ import { ApLadder as Gr } from "./business/ap-ladder/index.mjs";
93
+ import { ApSelectLayout as Nr } from "./business/ap-select-layout/index.mjs";
94
+ import { ApStatus as Pr, ApStatusGroup as kr } from "./business/ap-status/index.mjs";
95
+ import { ApTitle as Mr } from "./business/ap-title/index.mjs";
96
+ import { usePageListApTable as vr } from "./business/hooks/usePageListApTable.mjs";
97
+ import { useTableRefresh as Er } from "./business/hooks/useTableRefresh.mjs";
98
+ import { computedRecords as Or, flattenColumns as Wr, formatDataIndex as Hr, formatNumber as Ur } from "./business/ap-summary/utils.mjs";
99
+ import { ApSummary as qr } from "./business/ap-summary/index.mjs";
100
+ import { ApNeedNameKeyDefault as Jr } from "./business/ap-appendix/interface.mjs";
101
+ import { ApAppendix as Vr } from "./business/ap-appendix/index.mjs";
102
+ import { useTablePaging as Yr } from "./ap-table/hooks/use-table-paging.mjs";
103
+ import { default as _r } from "./editable-table/index.vue.mjs";
104
+ import { default as ot } from "./editable-table/form-item.vue.mjs";
105
+ import { default as rt } from "./ap-descriptions/ap-descriptions.vue.mjs";
105
106
  export {
106
107
  u as APConfigProvider,
107
- He as ApActionButton,
108
- ue as ApActionGroup,
108
+ je as ApActionButton,
109
+ ie as ApActionGroup,
109
110
  C as ApActionItem,
110
- xe as ApActionItemDropdown,
111
- me as ApActionItemModal,
112
- le as ApActionItemPopconfirm,
113
- Jr as ApAppendix,
114
- Ze as ApAttachment,
115
- $e as ApBatchAction,
116
- er as ApBatchActionGroup,
117
- Oe as ApButton,
118
- tr as ApButtonGroup,
119
- ar as ApCard,
120
- ot as ApDescriptions,
121
- ke as ApDownLoadNeedNameKeyDefault,
122
- Me as ApDownload,
123
- fr as ApExpandAlert,
124
- Ar as ApExportGroup,
125
- dr as ApExportGroupActionType,
111
+ ue as ApActionItemDropdown,
112
+ le as ApActionItemModal,
113
+ xe as ApActionItemPopconfirm,
114
+ Vr as ApAppendix,
115
+ $e as ApAttachment,
116
+ er as ApBatchAction,
117
+ tr as ApBatchActionGroup,
118
+ He as ApButton,
119
+ ar as ApButtonGroup,
120
+ fr as ApCard,
121
+ rt as ApDescriptions,
122
+ Me as ApDownLoadNeedNameKeyDefault,
123
+ ve as ApDownload,
124
+ dr as ApExpandAlert,
125
+ sr as ApExportGroup,
126
+ Ar as ApExportGroupActionType,
126
127
  c as ApField,
127
- Eo as ApFieldCheckbox,
128
- Bo as ApFieldDate,
129
- Vo as ApFieldDateRange,
130
- Wo as ApFieldNumber,
131
- _o as ApFieldPassword,
132
- Uo as ApFieldRadio,
133
- pe as ApFieldRate,
134
- re as ApFieldSegmented,
135
- Yo as ApFieldSelect,
136
- oe as ApFieldSlider,
137
- qo as ApFieldSwitch,
138
- Ro as ApFieldText,
139
- Jo as ApFieldTextArea,
128
+ Ko as ApFieldCheckbox,
129
+ Wo as ApFieldDate,
130
+ Yo as ApFieldDateRange,
131
+ Uo as ApFieldNumber,
132
+ oe as ApFieldPassword,
133
+ qo as ApFieldRadio,
134
+ me as ApFieldRate,
135
+ pe as ApFieldSegmented,
136
+ _o as ApFieldSelect,
137
+ re as ApFieldSlider,
138
+ Jo as ApFieldSwitch,
139
+ Bo as ApFieldText,
140
+ Vo as ApFieldTextArea,
140
141
  i as ApForm,
141
- No as ApFormDependency,
142
- wo as ApFormDrawerForm,
143
- bo as ApFormItem,
144
- io as ApFormItemCheckbox,
145
- to as ApFormItemDate,
146
- ao as ApFormItemDateRange,
147
- Io as ApFormItemGroup,
148
- eo as ApFormItemNumber,
149
- fo as ApFormItemRadio,
150
- xo as ApFormItemSelect,
151
- uo as ApFormItemSwitch,
152
- Z as ApFormItemText,
153
- $ as ApFormItemTextArea,
154
- co as ApFormItemTextPassword,
155
- go as ApFormList,
156
- So as ApFormModalForm,
157
- ho as ApFormSearchForm,
158
- Po as ApFormSet,
159
- nr as ApImage,
160
- Ge as ApInfoLayout,
161
- Fr as ApInputRadio,
162
- Tr as ApLabel,
163
- Ir as ApLabelGroup,
164
- hr as ApLadder,
165
- Ke as ApList,
166
- G as ApModal,
167
- qr as ApNeedNameKeyDefault,
168
- Sr as ApSelectLayout,
169
- Nr as ApStatus,
170
- Lr as ApStatusGroup,
171
- Ur as ApSummary,
142
+ Po as ApFormDependency,
143
+ Ro as ApFormDrawerForm,
144
+ Io as ApFormItem,
145
+ co as ApFormItemCheckbox,
146
+ ao as ApFormItemDate,
147
+ fo as ApFormItemDateRange,
148
+ go as ApFormItemGroup,
149
+ to as ApFormItemNumber,
150
+ xo as ApFormItemRadio,
151
+ uo as ApFormItemSelect,
152
+ io as ApFormItemSwitch,
153
+ $ as ApFormItemText,
154
+ eo as ApFormItemTextArea,
155
+ bo as ApFormItemTextPassword,
156
+ So as ApFormList,
157
+ No as ApFormModalForm,
158
+ Go as ApFormSearchForm,
159
+ wo as ApFormSet,
160
+ Fr as ApImage,
161
+ ye as ApInfoLayout,
162
+ Tr as ApInputRadio,
163
+ Cr as ApLabel,
164
+ gr as ApLabelGroup,
165
+ Gr as ApLadder,
166
+ Oe as ApList,
167
+ h as ApModal,
168
+ Jr as ApNeedNameKeyDefault,
169
+ L as ApScrollBar,
170
+ Nr as ApSelectLayout,
171
+ Pr as ApStatus,
172
+ kr as ApStatusGroup,
173
+ qr as ApSummary,
172
174
  y as ApTable,
173
- ze as ApTableModal,
174
- Ce as ApTag,
175
- De as ApTagGroup,
176
- kr as ApTitle,
177
- je as ApTransformDataHelper,
178
- Le as ApUpload,
175
+ Qe as ApTableModal,
176
+ De as ApTag,
177
+ he as ApTagGroup,
178
+ Mr as ApTitle,
179
+ ze as ApTransformDataHelper,
180
+ ke as ApUpload,
179
181
  D as CheckCard,
180
- ve as CheckCardGroup,
181
- V as ConfigProvider,
182
- ie as DictCode,
183
- Yr as EditableTable,
184
- _r as EditableTableFormItem,
185
- ye as NeedNameKeyDefault,
186
- Te as WorkOrderModal,
182
+ Ee as CheckCardGroup,
183
+ Y as ConfigProvider,
184
+ ce as DictCode,
185
+ _r as EditableTable,
186
+ ot as EditableTableFormItem,
187
+ Le as NeedNameKeyDefault,
188
+ Ce as WorkOrderModal,
187
189
  b as adminToken,
188
190
  T as aplusToken,
189
- K as buildLocaleContext,
190
- B as buildTranslator,
191
- Kr as computedRecords,
192
- k as configProviderContextKey,
193
- L as configProviderProps,
194
- Fe as createWorkOrderModal,
195
- j as defaultNamespace,
196
- Br as flattenColumns,
197
- Or as formatDataIndex,
198
- Wr as formatNumber,
199
- X as globalConfigCached,
200
- sr as handleExportDownload,
201
- M as keysOf,
202
- ne as langMap,
203
- O as localeContextKey,
204
- gr as locales,
205
- q as namespaceContextKey,
206
- R as provideGlobalConfig,
207
- W as translate,
208
- z as useGetDerivedNamespace,
209
- v as useGlobalConfig,
210
- H as useLocale,
211
- J as useNamespace,
212
- Mr as usePageListApTable,
213
- Qe as useTableModal,
214
- Vr as useTablePaging,
215
- vr as useTableRefresh,
216
- Xe as useTableSelectModal
191
+ O as buildLocaleContext,
192
+ W as buildTranslator,
193
+ Or as computedRecords,
194
+ M as configProviderContextKey,
195
+ k as configProviderProps,
196
+ Te as createWorkOrderModal,
197
+ z as defaultNamespace,
198
+ Wr as flattenColumns,
199
+ Hr as formatDataIndex,
200
+ Ur as formatNumber,
201
+ Z as globalConfigCached,
202
+ nr as handleExportDownload,
203
+ v as keysOf,
204
+ Fe as langMap,
205
+ H as localeContextKey,
206
+ Sr as locales,
207
+ J as namespaceContextKey,
208
+ B as provideGlobalConfig,
209
+ U as translate,
210
+ Q as useGetDerivedNamespace,
211
+ E as useGlobalConfig,
212
+ j as useLocale,
213
+ V as useNamespace,
214
+ vr as usePageListApTable,
215
+ Xe as useTableModal,
216
+ Yr as useTablePaging,
217
+ Er as useTableRefresh,
218
+ Ze as useTableSelectModal
217
219
  };
@@ -75,6 +75,7 @@ const e = {
75
75
  useTableSelectModal: ["business", "ap-table-modal"],
76
76
  ApTitle: ["business", "ap-title"],
77
77
  ApSummary: ["business", "ap-summary"],
78
+ ApScrollBar: ["ap-scroll-bar"],
78
79
  ApAppendix: ["business", "ap-appendix"]
79
80
  };
80
81
  export {