@aplus-frontend/ui 0.5.31 → 0.5.33
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.
- package/es/index.mjs +104 -100
- package/es/src/ap-grid/constants.d.ts +1 -0
- package/es/src/ap-grid/constants.mjs +4 -3
- package/es/src/ap-grid/editable/style/css.js +1 -0
- package/es/src/ap-grid/editable/style/index.js +1 -0
- package/es/src/ap-grid/index.d.ts +1 -0
- package/es/src/ap-grid/index.mjs +4 -0
- package/es/src/ap-grid/index.vue.mjs +94 -94
- package/es/src/ap-grid/utils/col.mjs +77 -88
- package/es/src/business/ap-product-info/ApProductInfo.mjs +33 -27
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +247 -243
- package/es/src/path-map.mjs +2 -1
- package/es/src/splitter/Panel.vue.d.ts +21 -0
- package/es/src/splitter/Panel.vue.mjs +4 -0
- package/es/src/splitter/Panel.vue2.mjs +36 -0
- package/es/src/splitter/SplitBar.vue.d.ts +4 -0
- package/es/src/splitter/SplitBar.vue.mjs +4 -0
- package/es/src/splitter/SplitBar.vue2.mjs +129 -0
- package/es/src/splitter/Splitter.vue.d.ts +6 -0
- package/es/src/splitter/Splitter.vue.mjs +4 -0
- package/es/src/splitter/Splitter.vue2.mjs +131 -0
- package/es/src/splitter/_Panel.vue.d.ts +4 -0
- package/es/src/splitter/_Panel.vue.mjs +4 -0
- package/es/src/splitter/_Panel.vue2.mjs +22 -0
- package/es/src/splitter/hooks/useItems.d.ts +10 -0
- package/es/src/splitter/hooks/useItems.mjs +26 -0
- package/es/src/splitter/hooks/useResizable.d.ts +8 -0
- package/es/src/splitter/hooks/useResizable.mjs +37 -0
- package/es/src/splitter/hooks/useResize.d.ts +4 -0
- package/es/src/splitter/hooks/useResize.mjs +72 -0
- package/es/src/splitter/hooks/useSizes.d.ts +4 -0
- package/es/src/splitter/hooks/useSizes.mjs +58 -0
- package/es/src/splitter/index.d.ts +8 -0
- package/es/src/splitter/index.mjs +10 -0
- package/es/src/splitter/interface.d.ts +70 -0
- package/es/src/splitter/interface.mjs +1 -0
- package/es/src/splitter/style/css.d.ts +0 -0
- package/es/src/splitter/style/css.js +1 -0
- package/es/src/splitter/style/index.d.ts +0 -0
- package/es/src/splitter/style/index.js +1 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-grid/constants.d.ts +1 -0
- package/lib/src/ap-grid/constants.js +1 -1
- package/lib/src/ap-grid/editable/style/css.cjs +1 -0
- package/lib/src/ap-grid/editable/style/index.cjs +1 -0
- package/lib/src/ap-grid/index.d.ts +1 -0
- package/lib/src/ap-grid/index.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/utils/col.js +1 -1
- package/lib/src/business/ap-product-info/ApProductInfo.js +1 -1
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/lib/src/splitter/Panel.vue.d.ts +21 -0
- package/lib/src/splitter/Panel.vue.js +1 -0
- package/lib/src/splitter/Panel.vue2.js +1 -0
- package/lib/src/splitter/SplitBar.vue.d.ts +4 -0
- package/lib/src/splitter/SplitBar.vue.js +1 -0
- package/lib/src/splitter/SplitBar.vue2.js +1 -0
- package/lib/src/splitter/Splitter.vue.d.ts +6 -0
- package/lib/src/splitter/Splitter.vue.js +1 -0
- package/lib/src/splitter/Splitter.vue2.js +1 -0
- package/lib/src/splitter/_Panel.vue.d.ts +4 -0
- package/lib/src/splitter/_Panel.vue.js +1 -0
- package/lib/src/splitter/_Panel.vue2.js +1 -0
- package/lib/src/splitter/hooks/useItems.d.ts +10 -0
- package/lib/src/splitter/hooks/useItems.js +1 -0
- package/lib/src/splitter/hooks/useResizable.d.ts +8 -0
- package/lib/src/splitter/hooks/useResizable.js +1 -0
- package/lib/src/splitter/hooks/useResize.d.ts +4 -0
- package/lib/src/splitter/hooks/useResize.js +1 -0
- package/lib/src/splitter/hooks/useSizes.d.ts +4 -0
- package/lib/src/splitter/hooks/useSizes.js +1 -0
- package/lib/src/splitter/index.d.ts +8 -0
- package/lib/src/splitter/index.js +1 -0
- package/lib/src/splitter/interface.d.ts +70 -0
- package/lib/src/splitter/interface.js +1 -0
- package/lib/src/splitter/style/css.cjs +1 -0
- package/lib/src/splitter/style/css.d.ts +0 -0
- package/lib/src/splitter/style/index.cjs +1 -0
- package/lib/src/splitter/style/index.d.ts +0 -0
- package/package.json +1 -1
- package/theme/ap-grid/index.css +9 -0
- package/theme/ap-grid/index.less +10 -0
- package/theme/ap-product-info/ap-product-info.css +0 -1
- package/theme/ap-product-info/ap-product-info.less +1 -1
- package/theme/index.css +243 -5
- package/theme/index.less +1 -0
- package/theme/mixins/config.less +11 -0
- package/theme/splitter/index.css +230 -0
- package/theme/splitter/index.less +240 -0
|
@@ -1,53 +1,59 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ApProductInfoProps as
|
|
1
|
+
import { defineComponent as d, createVNode as e, createTextVNode as s, Fragment as f } from "vue";
|
|
2
|
+
import { ApProductInfoProps as v } from "./constans.mjs";
|
|
3
3
|
import "../../config-provider/index.mjs";
|
|
4
|
-
import { Tooltip as
|
|
5
|
-
import { ApImage as
|
|
6
|
-
import { useNamespace as
|
|
7
|
-
import { useGlobalConfig as
|
|
8
|
-
const
|
|
4
|
+
import { Tooltip as p } from "@aplus-frontend/antdv";
|
|
5
|
+
import { ApImage as m } from "../ap-image/index.mjs";
|
|
6
|
+
import { useNamespace as g } from "../../config-provider/hooks/use-namespace.mjs";
|
|
7
|
+
import { useGlobalConfig as k } from "../../config-provider/hooks/use-global-config.mjs";
|
|
8
|
+
const C = /* @__PURE__ */ d({
|
|
9
9
|
name: "ApProductInfo",
|
|
10
|
-
props:
|
|
11
|
-
setup(
|
|
10
|
+
props: v(),
|
|
11
|
+
setup(o) {
|
|
12
12
|
const {
|
|
13
13
|
b: u,
|
|
14
14
|
e: t,
|
|
15
|
-
m:
|
|
16
|
-
} =
|
|
15
|
+
m: i
|
|
16
|
+
} = g("ap-product-info"), a = (l) => typeof l == "function" ? l() : l || "--", r = {
|
|
17
|
+
aplus: "#182948",
|
|
18
|
+
admin: "#333333"
|
|
19
|
+
}, c = k("uiMode");
|
|
17
20
|
return () => e("div", {
|
|
18
|
-
class: [u(), `${
|
|
21
|
+
class: [u(), `${i(c.value)}`]
|
|
19
22
|
}, [e("div", {
|
|
20
23
|
class: t("img")
|
|
21
|
-
}, [e(
|
|
22
|
-
src:
|
|
24
|
+
}, [e(m, {
|
|
25
|
+
src: o.imgSrc,
|
|
23
26
|
width: 44,
|
|
24
27
|
height: 44,
|
|
25
|
-
preview:
|
|
28
|
+
preview: o.preview
|
|
26
29
|
}, null)]), e("div", {
|
|
27
30
|
class: [t("content")]
|
|
28
|
-
}, [
|
|
31
|
+
}, [o.title ? e(p, null, {
|
|
29
32
|
default: () => [e("div", {
|
|
30
|
-
class: t("title")
|
|
31
|
-
|
|
33
|
+
class: t("title"),
|
|
34
|
+
style: {
|
|
35
|
+
color: r[c.value] || r.aplus
|
|
36
|
+
}
|
|
37
|
+
}, [o.title])],
|
|
32
38
|
title: () => e("div", {
|
|
33
39
|
class: t("title-tip")
|
|
34
|
-
}, [
|
|
40
|
+
}, [o.title])
|
|
35
41
|
}) : e("div", {
|
|
36
42
|
class: t("title")
|
|
37
|
-
}, [
|
|
43
|
+
}, [s("--")]), o.values && e("div", {
|
|
38
44
|
class: t("row-divider")
|
|
39
|
-
}, [
|
|
45
|
+
}, [o.values.map((l, n) => e(f, null, [e("div", {
|
|
40
46
|
key: n,
|
|
41
|
-
class: [t("item"), l.col === 2 &&
|
|
47
|
+
class: [t("item"), l.col === 2 && i("full-width"), n % 2 === 0 || l.col == 2 ? i("left") : i("right")]
|
|
42
48
|
}, [l.label && e("div", {
|
|
43
49
|
class: t("label")
|
|
44
|
-
}, [l.label, e("span", null, [
|
|
45
|
-
class: [t("value"), l.link &&
|
|
46
|
-
title: typeof l.value != "function" ?
|
|
50
|
+
}, [l.label, e("span", null, [s(":")])]), e("div", {
|
|
51
|
+
class: [t("value"), l.link && i("link")],
|
|
52
|
+
title: typeof l.value != "function" ? a(l.value) : "",
|
|
47
53
|
onClick: () => {
|
|
48
54
|
l.link && window.open(l.link, "_blank");
|
|
49
55
|
}
|
|
50
|
-
}, [typeof l.value == "function" ? l.value() :
|
|
56
|
+
}, [typeof l.value == "function" ? l.value() : a(l.value)])]), l.col == 1 && n % 2 == 0 ? e("div", {
|
|
51
57
|
class: t("divider")
|
|
52
58
|
}, [e("div", {
|
|
53
59
|
class: t("divider-vertical")
|
|
@@ -55,5 +61,5 @@ const P = /* @__PURE__ */ s({
|
|
|
55
61
|
}
|
|
56
62
|
});
|
|
57
63
|
export {
|
|
58
|
-
|
|
64
|
+
C as default
|
|
59
65
|
};
|
package/es/src/index.d.ts
CHANGED
package/es/src/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { APConfigProvider as
|
|
1
|
+
import { APConfigProvider as S } from "./config-provider/index.mjs";
|
|
2
2
|
import { ApForm as C } from "./ap-form/index.mjs";
|
|
3
3
|
import { ApField as g } from "./ap-field/index.mjs";
|
|
4
|
-
import { adminToken as
|
|
4
|
+
import { adminToken as E, aplusToken as h } from "./design-token/index.mjs";
|
|
5
5
|
import { ApActionItem as L } from "./ap-action/index.mjs";
|
|
6
6
|
import "./work-order-modal/index.mjs";
|
|
7
7
|
import "./ap-tag/index.mjs";
|
|
@@ -25,263 +25,267 @@ import "./resize-observer/index.mjs";
|
|
|
25
25
|
import "./ap-grid/index.mjs";
|
|
26
26
|
import "./text/index.mjs";
|
|
27
27
|
import "./mask/index.mjs";
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import { default as Ae } from "./ap-form/items/
|
|
37
|
-
import { default as ne } from "./ap-form/items/
|
|
38
|
-
import { default as Fe } from "./ap-form/items/date
|
|
39
|
-
import { default as Te } from "./ap-form/items/
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as De } from "./ap-form/items/
|
|
42
|
-
import { default as Ge } from "./ap-form/items/
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as Le } from "./ap-form/items/
|
|
45
|
-
import { default as Re } from "./ap-form/
|
|
46
|
-
import { default as Me } from "./ap-form/item
|
|
47
|
-
import { default as ke } from "./ap-form/
|
|
48
|
-
import { default as Be } from "./ap-form/
|
|
49
|
-
import { default as
|
|
28
|
+
import { Splitter as K } from "./splitter/index.mjs";
|
|
29
|
+
import { configProviderProps as _ } from "./config-provider/config-provider-props.mjs";
|
|
30
|
+
import { DEFAULT_NAMESPACE as z, DEFAULT_UIMODE as V, configProviderContextKey as H } from "./config-provider/constants.mjs";
|
|
31
|
+
import { keysOf as q, provideGlobalConfig as J, useGlobalConfig as Q } from "./config-provider/hooks/use-global-config.mjs";
|
|
32
|
+
import { buildLocaleContext as Y, buildTranslator as Z, localeContextKey as $, translate as ee, useLocale as oe } from "./config-provider/hooks/use-locale.mjs";
|
|
33
|
+
import { defaultNamespace as te, namespaceContextKey as pe, useGetDerivedNamespace as ae, useNamespace as me } from "./config-provider/hooks/use-namespace.mjs";
|
|
34
|
+
import { ConfigProvider as le, globalConfigCached as de } from "./config-provider/config-provider.mjs";
|
|
35
|
+
import { ApFormItemText as ue } from "./ap-form/items/text/index.mjs";
|
|
36
|
+
import { default as Ae } from "./ap-form/items/text-area/index.vue.mjs";
|
|
37
|
+
import { default as ne } from "./ap-form/items/number/index.vue.mjs";
|
|
38
|
+
import { default as Fe } from "./ap-form/items/date/index.vue.mjs";
|
|
39
|
+
import { default as Te } from "./ap-form/items/date-range/index.vue.mjs";
|
|
40
|
+
import { default as be } from "./ap-form/items/radio/index.vue.mjs";
|
|
41
|
+
import { default as De } from "./ap-form/items/select/index.vue.mjs";
|
|
42
|
+
import { default as Ge } from "./ap-form/items/switch/index.vue.mjs";
|
|
43
|
+
import { default as he } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
44
|
+
import { default as Le } from "./ap-form/items/text/password.vue.mjs";
|
|
45
|
+
import { default as Re } from "./ap-form/items/tree-select/index.vue.mjs";
|
|
46
|
+
import { default as Me } from "./ap-form/item/index.vue.mjs";
|
|
47
|
+
import { default as ke } from "./ap-form/item-group/index.vue.mjs";
|
|
48
|
+
import { default as Be } from "./ap-form/list/index.vue.mjs";
|
|
49
|
+
import { default as Ke } from "./ap-form/search-form/index.vue.mjs";
|
|
50
|
+
import { default as _e } from "./ap-form/modal-form/index.vue.mjs";
|
|
50
51
|
import { default as ze } from "./ap-form/dependency/index.vue.mjs";
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { ApFieldText as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { DictCode as
|
|
75
|
-
import { createWorkOrderModal as
|
|
52
|
+
import { default as He } from "./ap-form/set/index.vue.mjs";
|
|
53
|
+
import { default as qe } from "./ap-form/drawer-form/index.vue.mjs";
|
|
54
|
+
import { default as Qe } from "./ap-form/render/control.vue.mjs";
|
|
55
|
+
import { default as Ye } from "./ap-form/render/item.vue.mjs";
|
|
56
|
+
import { default as $e } from "./ap-form/provider/index.vue.mjs";
|
|
57
|
+
import { ApFieldText as oo } from "./ap-field/text/index.mjs";
|
|
58
|
+
import { default as to } from "./ap-field/checkbox/index.vue.mjs";
|
|
59
|
+
import { default as ao } from "./ap-field/date/index.vue.mjs";
|
|
60
|
+
import { default as fo } from "./ap-field/number/index.vue.mjs";
|
|
61
|
+
import { default as xo } from "./ap-field/radio/index.vue.mjs";
|
|
62
|
+
import { default as so } from "./ap-field/switch/index.vue.mjs";
|
|
63
|
+
import { default as io } from "./ap-field/text-area/index.vue.mjs";
|
|
64
|
+
import { default as co } from "./ap-field/date-range/index.vue.mjs";
|
|
65
|
+
import { default as Io } from "./ap-field/select/index.vue.mjs";
|
|
66
|
+
import { default as So } from "./ap-field/text/password.vue.mjs";
|
|
67
|
+
import { default as Co } from "./ap-field/slider/index.vue.mjs";
|
|
68
|
+
import { default as go } from "./ap-field/segmented/index.vue.mjs";
|
|
69
|
+
import { default as Eo } from "./ap-field/rate/index.vue.mjs";
|
|
70
|
+
import { default as Po } from "./ap-field/tree-select/index.vue.mjs";
|
|
71
|
+
import { default as No } from "./ap-action/item-modal/index.vue.mjs";
|
|
72
|
+
import { default as yo } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
73
|
+
import { default as wo } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
74
|
+
import { default as vo } from "./ap-action/group/index.vue.mjs";
|
|
75
|
+
import { DictCode as Oo, langMap as Ko } from "./work-order-modal/interfaces.mjs";
|
|
76
|
+
import { createWorkOrderModal as _o } from "./work-order-modal/createWorkOrder.mjs";
|
|
76
77
|
import { default as zo } from "./work-order-modal/work-order-modal.vue.mjs";
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { NeedNameKeyDefault as
|
|
81
|
-
import { default as
|
|
82
|
-
import { ApDownLoadNeedNameKeyDefault as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { ApTransformDataHelper as
|
|
90
|
-
import { default as
|
|
91
|
-
import { useTableModal as
|
|
92
|
-
import { useTableSelectModal as
|
|
93
|
-
import { ApAttachment as
|
|
94
|
-
import { ApBatchAction as
|
|
95
|
-
import { ApBatchActionGroup as
|
|
96
|
-
import { ApButtonGroup as
|
|
97
|
-
import { ApCard as
|
|
98
|
-
import { ApExpandAlert as
|
|
99
|
-
import { ApExportGroupActionType as
|
|
100
|
-
import { ApExportGroup as
|
|
101
|
-
import { handleExportDownload as
|
|
102
|
-
import { convertExportField as
|
|
78
|
+
import { default as Ho } from "./ap-tag/ap-tag.vue.mjs";
|
|
79
|
+
import { default as qo } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
80
|
+
import { default as Qo } from "./ap-info-layout/ApInfoLayout.vue.mjs";
|
|
81
|
+
import { NeedNameKeyDefault as Yo } from "./ap-upload/apUploadTypes.mjs";
|
|
82
|
+
import { default as $o } from "./ap-upload/apUpload.vue.mjs";
|
|
83
|
+
import { ApDownLoadNeedNameKeyDefault as or } from "./ap-download/interface.mjs";
|
|
84
|
+
import { default as tr } from "./ap-download/ap-download.vue.mjs";
|
|
85
|
+
import { default as ar } from "./check-card/group.vue.mjs";
|
|
86
|
+
import { default as fr } from "./ap-list/index.vue.mjs";
|
|
87
|
+
import { default as dr } from "./ap-button/ap-button.vue.mjs";
|
|
88
|
+
import { default as ur } from "./ap-button/ap-action-button.vue.mjs";
|
|
89
|
+
import { default as Ar } from "./ap-button/ap-confirm-button.vue.mjs";
|
|
90
|
+
import { ApTransformDataHelper as nr } from "./utils/ap-trans-data/index.mjs";
|
|
91
|
+
import { default as Fr } from "./business/ap-table-modal/index.mjs";
|
|
92
|
+
import { useTableModal as Tr } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
93
|
+
import { useTableSelectModal as br } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
94
|
+
import { ApAttachment as Dr } from "./business/ap-attachment/index.mjs";
|
|
95
|
+
import { ApBatchAction as Gr } from "./business/ap-batch-action/index.mjs";
|
|
96
|
+
import { ApBatchActionGroup as hr } from "./business/ap-batch-action-group/index.mjs";
|
|
97
|
+
import { ApButtonGroup as Lr } from "./business/ap-button-group/index.mjs";
|
|
98
|
+
import { ApCard as Rr } from "./business/ap-card/index.mjs";
|
|
99
|
+
import { ApExpandAlert as Mr } from "./business/ap-expand-alert/index.mjs";
|
|
100
|
+
import { ApExportGroupActionType as kr } from "./business/ap-export-group/interface.mjs";
|
|
101
|
+
import { ApExportGroup as Br } from "./business/ap-export-group/index.mjs";
|
|
102
|
+
import { handleExportDownload as Kr } from "./business/ap-export-group/handleExportDownload.mjs";
|
|
103
|
+
import { convertExportField as _r } from "./business/ap-export-group/convertExportField.mjs";
|
|
103
104
|
import { ApImage as zr } from "./business/ap-image/index.mjs";
|
|
104
|
-
import { ApInputRadio as
|
|
105
|
-
import { ApLabel as
|
|
106
|
-
import { locales as
|
|
107
|
-
import { ApLadder as
|
|
108
|
-
import { ApSelectLayout as
|
|
109
|
-
import { ApStatus as
|
|
110
|
-
import { ApTitle as
|
|
111
|
-
import { usePageListApTable as
|
|
112
|
-
import { useTableRefresh as
|
|
113
|
-
import { usePageListApGrid as
|
|
114
|
-
import { useGridRefresh as
|
|
115
|
-
import { computedRecords as
|
|
116
|
-
import { ApSummary as
|
|
117
|
-
import { ApNeedNameKeyDefault as
|
|
118
|
-
import { ApAppendix as
|
|
119
|
-
import { ApExtensionSelect as
|
|
120
|
-
import { default as
|
|
121
|
-
import { default as
|
|
122
|
-
import { default as
|
|
123
|
-
import { ApSizeInput as
|
|
124
|
-
import { ApProductInfo as
|
|
125
|
-
import { useTablePaging as
|
|
126
|
-
import { default as
|
|
105
|
+
import { ApInputRadio as Hr } from "./business/ap-input-radio/index.mjs";
|
|
106
|
+
import { ApLabel as qr, ApLabelGroup as Jr } from "./business/ap-label/index.mjs";
|
|
107
|
+
import { locales as Xr } from "./business/ap-ladder/interface.mjs";
|
|
108
|
+
import { ApLadder as Zr } from "./business/ap-ladder/index.mjs";
|
|
109
|
+
import { ApSelectLayout as et } from "./business/ap-select-layout/index.mjs";
|
|
110
|
+
import { ApStatus as rt, ApStatusGroup as tt } from "./business/ap-status/index.mjs";
|
|
111
|
+
import { ApTitle as at } from "./business/ap-title/index.mjs";
|
|
112
|
+
import { usePageListApTable as ft } from "./business/hooks/usePageListApTable.mjs";
|
|
113
|
+
import { useTableRefresh as dt } from "./business/hooks/useTableRefresh.mjs";
|
|
114
|
+
import { usePageListApGrid as ut } from "./business/hooks/usePageListApGrid.mjs";
|
|
115
|
+
import { useGridRefresh as At } from "./business/hooks/useGridRefresh.mjs";
|
|
116
|
+
import { computedRecords as nt, flattenColumns as ct, formatDataIndex as Ft, formatNumber as It } from "./business/ap-summary/utils.mjs";
|
|
117
|
+
import { ApSummary as St } from "./business/ap-summary/index.mjs";
|
|
118
|
+
import { ApNeedNameKeyDefault as Ct } from "./business/ap-appendix/interface.mjs";
|
|
119
|
+
import { ApAppendix as gt } from "./business/ap-appendix/index.mjs";
|
|
120
|
+
import { ApExtensionSelect as Et, ApGroupSearch as ht, ApPopoverSelect as Pt } from "./business/ap-group-search/index.mjs";
|
|
121
|
+
import { default as Nt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
122
|
+
import { default as yt } from "./business/batch-input-group/index.vue.mjs";
|
|
123
|
+
import { default as wt } from "./business/batch-input-group/form-item.vue.mjs";
|
|
124
|
+
import { ApSizeInput as vt } from "./business/ap-size-input/index.mjs";
|
|
125
|
+
import { ApProductInfo as Ot } from "./business/ap-product-info/index.mjs";
|
|
126
|
+
import { useTablePaging as Ut } from "./ap-table/hooks/use-table-paging.mjs";
|
|
127
|
+
import { default as Wt } from "./editable-table/index.vue.mjs";
|
|
127
128
|
import { default as Vt } from "./editable-table/form-item.vue.mjs";
|
|
128
|
-
import { default as
|
|
129
|
-
import { ensureRangeValue as
|
|
130
|
-
import { default as
|
|
131
|
-
import { default as
|
|
132
|
-
import { default as
|
|
133
|
-
import { default as
|
|
134
|
-
import { default as
|
|
135
|
-
import { default as
|
|
136
|
-
import {
|
|
137
|
-
import { default as
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as
|
|
140
|
-
import { default as
|
|
141
|
-
import { default as
|
|
129
|
+
import { default as jt } from "./ap-descriptions/ap-descriptions.vue.mjs";
|
|
130
|
+
import { ensureRangeValue as Jt } from "./scroll-bar/utils/index.mjs";
|
|
131
|
+
import { default as Xt } from "./scroll-bar/index.vue.mjs";
|
|
132
|
+
import { default as Zt } from "./scroll-bar/internal.vue.mjs";
|
|
133
|
+
import { default as ep } from "./scroll-view/index.vue.mjs";
|
|
134
|
+
import { default as rp } from "./portal/index.vue.mjs";
|
|
135
|
+
import { default as pp } from "./full-screen/index.vue.mjs";
|
|
136
|
+
import { default as mp } from "./resize-observer/index.vue.mjs";
|
|
137
|
+
import { ROW_SELECTION_FIELD as lp } from "./ap-grid/constants.mjs";
|
|
138
|
+
import { default as xp } from "./ap-grid/index.vue.mjs";
|
|
139
|
+
import { default as sp } from "./ap-grid/editable/index.vue.mjs";
|
|
140
|
+
import { default as ip } from "./ap-grid/editable/form-item.vue.mjs";
|
|
141
|
+
import { default as cp } from "./text/index.vue.mjs";
|
|
142
|
+
import { default as Ip } from "./text/group.vue.mjs";
|
|
143
|
+
import { default as Sp } from "./mask/index.vue.mjs";
|
|
142
144
|
export {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
145
|
+
S as APConfigProvider,
|
|
146
|
+
ur as ApActionButton,
|
|
147
|
+
vo as ApActionGroup,
|
|
146
148
|
L as ApActionItem,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
149
|
+
wo as ApActionItemDropdown,
|
|
150
|
+
No as ApActionItemModal,
|
|
151
|
+
yo as ApActionItemPopconfirm,
|
|
152
|
+
gt as ApAppendix,
|
|
153
|
+
Dr as ApAttachment,
|
|
154
|
+
Gr as ApBatchAction,
|
|
155
|
+
hr as ApBatchActionGroup,
|
|
156
|
+
dr as ApButton,
|
|
157
|
+
Lr as ApButtonGroup,
|
|
158
|
+
Rr as ApCard,
|
|
159
|
+
Ar as ApConfirmButton,
|
|
160
|
+
jt as ApDescriptions,
|
|
161
|
+
or as ApDownLoadNeedNameKeyDefault,
|
|
162
|
+
tr as ApDownload,
|
|
161
163
|
k as ApDrawer,
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
164
|
+
Mr as ApExpandAlert,
|
|
165
|
+
Br as ApExportGroup,
|
|
166
|
+
kr as ApExportGroupActionType,
|
|
167
|
+
Et as ApExtensionSelect,
|
|
166
168
|
g as ApField,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
169
|
+
to as ApFieldCheckbox,
|
|
170
|
+
ao as ApFieldDate,
|
|
171
|
+
co as ApFieldDateRange,
|
|
172
|
+
fo as ApFieldNumber,
|
|
173
|
+
So as ApFieldPassword,
|
|
174
|
+
xo as ApFieldRadio,
|
|
175
|
+
Eo as ApFieldRate,
|
|
176
|
+
go as ApFieldSegmented,
|
|
177
|
+
Io as ApFieldSelect,
|
|
178
|
+
Co as ApFieldSlider,
|
|
179
|
+
so as ApFieldSwitch,
|
|
180
|
+
oo as ApFieldText,
|
|
181
|
+
io as ApFieldTextArea,
|
|
182
|
+
Po as ApFieldTreeSelect,
|
|
181
183
|
C as ApForm,
|
|
182
|
-
|
|
184
|
+
Qe as ApFormControlRender,
|
|
183
185
|
ze as ApFormDependency,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
186
|
+
qe as ApFormDrawerForm,
|
|
187
|
+
Me as ApFormItem,
|
|
188
|
+
wt as ApFormItemBatchInput,
|
|
189
|
+
he as ApFormItemCheckbox,
|
|
190
|
+
Fe as ApFormItemDate,
|
|
191
|
+
Te as ApFormItemDateRange,
|
|
192
|
+
ke as ApFormItemGroup,
|
|
193
|
+
ne as ApFormItemNumber,
|
|
194
|
+
be as ApFormItemRadio,
|
|
195
|
+
Ye as ApFormItemRender,
|
|
196
|
+
De as ApFormItemSelect,
|
|
197
|
+
Ge as ApFormItemSwitch,
|
|
198
|
+
ue as ApFormItemText,
|
|
199
|
+
Ae as ApFormItemTextArea,
|
|
200
|
+
Le as ApFormItemTextPassword,
|
|
201
|
+
Re as ApFormItemTreeSelect,
|
|
202
|
+
Be as ApFormList,
|
|
203
|
+
_e as ApFormModalForm,
|
|
204
|
+
$e as ApFormProvider,
|
|
205
|
+
Ke as ApFormSearchForm,
|
|
206
|
+
He as ApFormSet,
|
|
207
|
+
xp as ApGrid,
|
|
208
|
+
ht as ApGroupSearch,
|
|
207
209
|
zr as ApImage,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
210
|
+
Qo as ApInfoLayout,
|
|
211
|
+
Hr as ApInputRadio,
|
|
212
|
+
qr as ApLabel,
|
|
213
|
+
Jr as ApLabelGroup,
|
|
214
|
+
Zr as ApLadder,
|
|
215
|
+
fr as ApList,
|
|
214
216
|
M as ApModal,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
217
|
+
Ct as ApNeedNameKeyDefault,
|
|
218
|
+
Pt as ApPopoverSelect,
|
|
219
|
+
Ot as ApProductInfo,
|
|
220
|
+
et as ApSelectLayout,
|
|
221
|
+
vt as ApSizeInput,
|
|
222
|
+
rt as ApStatus,
|
|
223
|
+
tt as ApStatusGroup,
|
|
224
|
+
St as ApSummary,
|
|
223
225
|
B as ApTable,
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
226
|
+
Fr as ApTableModal,
|
|
227
|
+
Ho as ApTag,
|
|
228
|
+
qo as ApTagGroup,
|
|
229
|
+
cp as ApText,
|
|
230
|
+
Ip as ApTextGroup,
|
|
231
|
+
at as ApTitle,
|
|
232
|
+
nr as ApTransformDataHelper,
|
|
233
|
+
$o as ApUpload,
|
|
234
|
+
Nt as ApUploadSingle,
|
|
235
|
+
yt as BatchInputGroup,
|
|
234
236
|
R as CheckCard,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
+
ar as CheckCardGroup,
|
|
238
|
+
le as ConfigProvider,
|
|
237
239
|
z as DEFAULT_NAMESPACE,
|
|
238
240
|
V as DEFAULT_UIMODE,
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
241
|
+
Oo as DictCode,
|
|
242
|
+
sp as EditableGrid,
|
|
243
|
+
ip as EditableGridFormItem,
|
|
244
|
+
Wt as EditableTable,
|
|
243
245
|
Vt as EditableTableFormItem,
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
246
|
+
pp as FullScreen,
|
|
247
|
+
Zt as InternalScrollBar,
|
|
248
|
+
Sp as Mask,
|
|
249
|
+
Yo as NeedNameKeyDefault,
|
|
250
|
+
rp as Portal,
|
|
251
|
+
lp as ROW_SELECTION_FIELD,
|
|
252
|
+
mp as ResizeObserver,
|
|
253
|
+
Xt as ScrollBar,
|
|
254
|
+
ep as ScrollView,
|
|
255
|
+
K as Splitter,
|
|
252
256
|
zo as WorkOrderModal,
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
257
|
+
E as adminToken,
|
|
258
|
+
h as aplusToken,
|
|
259
|
+
Y as buildLocaleContext,
|
|
260
|
+
Z as buildTranslator,
|
|
261
|
+
nt as computedRecords,
|
|
262
|
+
H as configProviderContextKey,
|
|
263
|
+
_ as configProviderProps,
|
|
264
|
+
_r as convertExportField,
|
|
265
|
+
_o as createWorkOrderModal,
|
|
266
|
+
te as defaultNamespace,
|
|
267
|
+
Jt as ensureRangeValue,
|
|
268
|
+
ct as flattenColumns,
|
|
269
|
+
Ft as formatDataIndex,
|
|
270
|
+
It as formatNumber,
|
|
271
|
+
de as globalConfigCached,
|
|
272
|
+
Kr as handleExportDownload,
|
|
273
|
+
q as keysOf,
|
|
274
|
+
Ko as langMap,
|
|
275
|
+
$ as localeContextKey,
|
|
276
|
+
Xr as locales,
|
|
277
|
+
pe as namespaceContextKey,
|
|
278
|
+
J as provideGlobalConfig,
|
|
279
|
+
ee as translate,
|
|
280
|
+
ae as useGetDerivedNamespace,
|
|
281
|
+
Q as useGlobalConfig,
|
|
282
|
+
At as useGridRefresh,
|
|
283
|
+
oe as useLocale,
|
|
284
|
+
me as useNamespace,
|
|
285
|
+
ut as usePageListApGrid,
|
|
286
|
+
ft as usePageListApTable,
|
|
287
|
+
Tr as useTableModal,
|
|
288
|
+
Ut as useTablePaging,
|
|
289
|
+
dt as useTableRefresh,
|
|
290
|
+
br as useTableSelectModal
|
|
287
291
|
};
|