@aplus-frontend/ui 7.7.11 → 7.8.0
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 +224 -222
- package/es/src/ap-field/hooks/use-default-placeholder.d.ts +2 -1
- package/es/src/ap-field/hooks/use-default-placeholder.mjs +8 -7
- package/es/src/ap-field/index.d.ts +10 -2
- package/es/src/ap-field/index.mjs +65 -58
- package/es/src/ap-field/interface.d.ts +11 -0
- package/es/src/ap-field/second/helper.d.ts +7 -0
- package/es/src/ap-field/second/helper.mjs +9 -0
- package/es/src/ap-field/second/index.vue.d.ts +44 -0
- package/es/src/ap-field/second/index.vue.mjs +90 -0
- package/es/src/ap-field/second/index.vue2.mjs +4 -0
- package/es/src/ap-field/second/read.vue.d.ts +6 -0
- package/es/src/ap-field/second/read.vue.mjs +4 -0
- package/es/src/ap-field/second/read.vue2.mjs +58 -0
- package/es/src/ap-field/style/textarea.mjs +15 -5
- package/es/src/ap-field/text-area/index.vue.d.ts +3 -0
- package/es/src/ap-field/text-area/index.vue.mjs +44 -28
- package/es/src/ap-field/text-area/read.vue.d.ts +3 -0
- package/es/src/ap-field/text-area/read.vue2.mjs +26 -8
- package/es/src/ap-field/text-area/utils.d.ts +1 -0
- package/es/src/ap-field/text-area/utils.mjs +13 -0
- package/es/src/ap-form/items/text-area/index.vue.d.ts +12 -0
- package/es/src/ap-table/constants.d.ts +9 -0
- package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +19 -19
- package/es/src/business/ap-batch-action-group/interface.d.ts +4 -1
- package/es/src/index.mjs +194 -192
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.js +1 -1
- package/lib/src/ap-field/hooks/use-default-placeholder.d.ts +2 -1
- package/lib/src/ap-field/hooks/use-default-placeholder.js +1 -1
- package/lib/src/ap-field/index.d.ts +10 -2
- package/lib/src/ap-field/index.js +1 -1
- package/lib/src/ap-field/interface.d.ts +11 -0
- package/lib/src/ap-field/second/helper.d.ts +7 -0
- package/lib/src/ap-field/second/helper.js +1 -0
- package/lib/src/ap-field/second/index.vue.d.ts +44 -0
- package/lib/src/ap-field/second/index.vue.js +1 -0
- package/lib/src/ap-field/second/index.vue2.js +1 -0
- package/lib/src/ap-field/second/read.vue.d.ts +6 -0
- package/lib/src/ap-field/second/read.vue.js +1 -0
- package/lib/src/ap-field/second/read.vue2.js +1 -0
- package/lib/src/ap-field/style/textarea.js +1 -1
- package/lib/src/ap-field/text-area/index.vue.d.ts +3 -0
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-field/text-area/read.vue.d.ts +3 -0
- package/lib/src/ap-field/text-area/read.vue2.js +1 -1
- package/lib/src/ap-field/text-area/utils.d.ts +1 -0
- package/lib/src/ap-field/text-area/utils.js +1 -0
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +12 -0
- package/lib/src/ap-table/constants.d.ts +9 -0
- package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/interface.d.ts +4 -1
- package/lib/src/index.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +1 -1
|
@@ -1896,6 +1896,9 @@ export declare const apTableFormItemMap: {
|
|
|
1896
1896
|
"update:value": (...args: any[]) => void;
|
|
1897
1897
|
}, PublicProps, {
|
|
1898
1898
|
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
1899
|
+
code: boolean | {
|
|
1900
|
+
language?: "text" | "json";
|
|
1901
|
+
};
|
|
1899
1902
|
mode: FieldMode;
|
|
1900
1903
|
disabled: boolean;
|
|
1901
1904
|
bordered: boolean;
|
|
@@ -2186,6 +2189,9 @@ export declare const apTableFormItemMap: {
|
|
|
2186
2189
|
resizableTextArea: any;
|
|
2187
2190
|
}, {}, {}, {}, {
|
|
2188
2191
|
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
2192
|
+
code: boolean | {
|
|
2193
|
+
language?: "text" | "json";
|
|
2194
|
+
};
|
|
2189
2195
|
mode: FieldMode;
|
|
2190
2196
|
disabled: boolean;
|
|
2191
2197
|
bordered: boolean;
|
|
@@ -3427,6 +3433,9 @@ export declare const apTableRenderItemMap: {
|
|
|
3427
3433
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
3428
3434
|
textArea: DefineComponent<ApFieldTextAreaProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApFieldTextAreaProps> & Readonly<{}>, {
|
|
3429
3435
|
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "image" | "tel" | "url" | "email" | "datetime-local" | "file" | "password";
|
|
3436
|
+
code: boolean | {
|
|
3437
|
+
language?: "text" | "json";
|
|
3438
|
+
};
|
|
3430
3439
|
mode: FieldMode;
|
|
3431
3440
|
disabled: boolean;
|
|
3432
3441
|
bordered: boolean;
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { LoadingOutlined as
|
|
3
|
-
import { Menu as
|
|
4
|
-
const
|
|
1
|
+
import { defineComponent as p, ref as m, createBlock as r, openBlock as o, unref as a, withCtx as d, createElementBlock as _, Fragment as u, renderList as v, mergeProps as w, createElementVNode as y, withDirectives as h, createVNode as k, vShow as b, resolveDynamicComponent as g, h as C } from "vue";
|
|
2
|
+
import { LoadingOutlined as R } from "@ant-design/icons-vue";
|
|
3
|
+
import { Menu as L, MenuItem as M } from "@aplus-frontend/antdv";
|
|
4
|
+
const B = { style: { display: "flex", "align-items": "center" } }, I = /* @__PURE__ */ p({
|
|
5
5
|
__name: "MenuItemGroup",
|
|
6
6
|
props: {
|
|
7
7
|
selectedRows: {},
|
|
8
8
|
buttonProps: {},
|
|
9
9
|
menuList: {}
|
|
10
10
|
},
|
|
11
|
-
setup(
|
|
12
|
-
const
|
|
13
|
-
async function
|
|
14
|
-
const e =
|
|
11
|
+
setup(i) {
|
|
12
|
+
const l = i, t = m({});
|
|
13
|
+
async function f(s, c) {
|
|
14
|
+
const e = s?.id || c;
|
|
15
15
|
t.value[e] = !0;
|
|
16
16
|
try {
|
|
17
|
-
await
|
|
17
|
+
await s?.onClick?.({ selectedRows: l?.selectedRows });
|
|
18
18
|
} finally {
|
|
19
19
|
t.value[e] = void 0;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
|
-
return (
|
|
23
|
-
default:
|
|
24
|
-
(o(!0), _(
|
|
22
|
+
return (s, c) => (o(), r(a(L), null, {
|
|
23
|
+
default: d(() => [
|
|
24
|
+
(o(!0), _(u, null, v(l.menuList, (e, n) => (o(), r(a(M), w({
|
|
25
25
|
key: e?.id || n
|
|
26
26
|
}, { ref_for: !0 }, {
|
|
27
27
|
...e,
|
|
28
|
-
onClick: () =>
|
|
29
|
-
disabled: t.value[e?.id || n] ?? e?.disabled ?? !1
|
|
28
|
+
onClick: () => f(e, n),
|
|
29
|
+
disabled: t.value[e?.id || n] ?? (typeof e?.disabled == "function" ? e?.disabled({ selectedRows: l?.selectedRows }) : e?.disabled) ?? !1
|
|
30
30
|
}), {
|
|
31
|
-
default:
|
|
32
|
-
y("div",
|
|
33
|
-
k(
|
|
34
|
-
[
|
|
31
|
+
default: d(() => [
|
|
32
|
+
y("div", B, [
|
|
33
|
+
h(k(a(R), { style: { "margin-right": "10px" } }, null, 512), [
|
|
34
|
+
[b, t.value[e?.id || n]]
|
|
35
35
|
]),
|
|
36
|
-
(o(),
|
|
36
|
+
(o(), r(g(C(u, [e?.content]))))
|
|
37
37
|
])
|
|
38
38
|
]),
|
|
39
39
|
_: 2
|
|
@@ -18,7 +18,7 @@ export type ApBatchActionGroupPropsKeys = keyof ApBatchActionGroupTypeProps;
|
|
|
18
18
|
export type ApBatchActionGroupButtonProps<T extends ApBatchActionGroupPropsKeys = ApBatchActionGroupPropsKeys> = T extends ApBatchActionGroupPropsKeys ? {
|
|
19
19
|
dropdownType?: T;
|
|
20
20
|
} & ApBatchActionGroupTypeProps[T] : never;
|
|
21
|
-
export type ApBatchActionGroupMenuProps<RecordType = any> = Omit<MenuItemProps, 'title' | 'icon' | 'role' | 'originItemValue' | 'onClick'> & {
|
|
21
|
+
export type ApBatchActionGroupMenuProps<RecordType = any> = Omit<MenuItemProps, 'title' | 'icon' | 'role' | 'originItemValue' | 'onClick' | 'disabled'> & {
|
|
22
22
|
content?: VNodeChild;
|
|
23
23
|
onClick?: (item?: {
|
|
24
24
|
selectedRows?: RecordType[];
|
|
@@ -27,6 +27,9 @@ export type ApBatchActionGroupMenuProps<RecordType = any> = Omit<MenuItemProps,
|
|
|
27
27
|
ifShow?: (item?: {
|
|
28
28
|
selectedRows?: RecordType[];
|
|
29
29
|
}) => boolean;
|
|
30
|
+
disabled?: boolean | ((item?: {
|
|
31
|
+
selectedRows?: RecordType[];
|
|
32
|
+
}) => boolean);
|
|
30
33
|
};
|
|
31
34
|
export type ApBatchActionGroupProps<RecordType = any> = {
|
|
32
35
|
/**
|
package/es/src/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { APConfigProvider as I } from "./config-provider/index.mjs";
|
|
2
|
-
import { ApForm as
|
|
2
|
+
import { ApForm as S } from "./ap-form/index.mjs";
|
|
3
3
|
import { ApField as b, ApFieldRead as C } from "./ap-field/index.mjs";
|
|
4
4
|
import { adminToken as D, aplusToken as h } from "./design-token/index.mjs";
|
|
5
5
|
import { ApActionItem as P } from "./ap-action/index.mjs";
|
|
@@ -35,7 +35,7 @@ import { ConfigProvider as Ae, globalConfigCached as se } from "./config-provide
|
|
|
35
35
|
import { ApFormItemText as ne } from "./ap-form/items/text/index.mjs";
|
|
36
36
|
import { default as Fe } from "./ap-form/items/text-area/index.vue.mjs";
|
|
37
37
|
import { default as ge } from "./ap-form/items/number/index.vue.mjs";
|
|
38
|
-
import { default as
|
|
38
|
+
import { default as Te } from "./ap-form/items/date/index.vue.mjs";
|
|
39
39
|
import { default as Ce } from "./ap-form/items/date-range/index.vue.mjs";
|
|
40
40
|
import { default as De } from "./ap-form/items/radio/index.vue.mjs";
|
|
41
41
|
import { default as Ee } from "./ap-form/items/select/index.vue.mjs";
|
|
@@ -61,138 +61,140 @@ import { default as Ao } from "./ap-field/number/index.vue.mjs";
|
|
|
61
61
|
import { default as io } from "./ap-field/radio/index.vue.mjs";
|
|
62
62
|
import { default as co } from "./ap-field/switch/index.vue.mjs";
|
|
63
63
|
import { default as Io } from "./ap-field/text-area/index.vue.mjs";
|
|
64
|
-
import { default as
|
|
64
|
+
import { default as So } from "./ap-field/date-range/index.vue.mjs";
|
|
65
65
|
import { default as bo } from "./ap-field/select/index.vue.mjs";
|
|
66
66
|
import { default as Go } from "./ap-field/text/password.vue.mjs";
|
|
67
67
|
import { default as ho } from "./ap-field/slider/index.vue.mjs";
|
|
68
68
|
import { default as Po } from "./ap-field/segmented/index.vue.mjs";
|
|
69
69
|
import { default as No } from "./ap-field/rate/index.vue.mjs";
|
|
70
70
|
import { default as yo } from "./ap-field/tree-select/index.vue.mjs";
|
|
71
|
-
import { default as wo } from "./ap-
|
|
72
|
-
import { default as Bo } from "./ap-action/item-
|
|
73
|
-
import { default as ko } from "./ap-action/item-
|
|
74
|
-
import { default as Uo } from "./ap-action/
|
|
75
|
-
import { default as _o } from "./
|
|
76
|
-
import { default as Ho } from "./
|
|
77
|
-
import { default as Wo } from "./ap-
|
|
78
|
-
import { default as Jo } from "./ap-button/ap-
|
|
79
|
-
import { default as Xo } from "./ap-button/ap-
|
|
80
|
-
import { default as Zo } from "./
|
|
81
|
-
import { default as er } from "./
|
|
82
|
-
import { default as rr } from "./time-ago/
|
|
83
|
-
import { default as pr } from "./
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import { default as Ft } from "./business/
|
|
115
|
-
import { default as gt } from "./business/batch-input-group/
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import { default as rp } from "./business/ap-tag/ap-tag
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import { default as
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import { default as hp } from "./scroll-bar/
|
|
146
|
-
import { default as Pp } from "./scroll-
|
|
147
|
-
import { default as Np } from "./
|
|
148
|
-
import { default as yp } from "./
|
|
149
|
-
import { default as wp } from "./
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import { default as _p } from "./ap-grid/
|
|
154
|
-
import { default as Hp } from "./ap-grid/editable/
|
|
155
|
-
import { default as Wp } from "./
|
|
156
|
-
import { default as Jp } from "./text/
|
|
157
|
-
import { default as Xp } from "./
|
|
158
|
-
import { default as Zp } from "./
|
|
159
|
-
import { default as ea } from "./ag-grid/
|
|
160
|
-
import { default as ra } from "./ag-grid/editable/
|
|
71
|
+
import { default as wo } from "./ap-field/second/index.vue.mjs";
|
|
72
|
+
import { default as Bo } from "./ap-action/item-modal/index.vue.mjs";
|
|
73
|
+
import { default as ko } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
74
|
+
import { default as Uo } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
75
|
+
import { default as _o } from "./ap-action/group/index.vue.mjs";
|
|
76
|
+
import { default as Ho } from "./check-card/group.vue.mjs";
|
|
77
|
+
import { default as Wo } from "./ap-list/index.vue.mjs";
|
|
78
|
+
import { default as Jo } from "./ap-button/ap-button.vue.mjs";
|
|
79
|
+
import { default as Xo } from "./ap-button/ap-action-button.vue.mjs";
|
|
80
|
+
import { default as Zo } from "./ap-button/ap-confirm-button.vue.mjs";
|
|
81
|
+
import { default as er } from "./render/render.mjs";
|
|
82
|
+
import { default as rr } from "./time-ago/index.vue.mjs";
|
|
83
|
+
import { default as pr } from "./time-ago/useTimeAgo.mjs";
|
|
84
|
+
import { default as mr } from "./highlight/index.vue.mjs";
|
|
85
|
+
import { ApTransformDataHelper as lr } from "./utils/ap-trans-data/index.mjs";
|
|
86
|
+
import { default as xr } from "./business/ap-table-modal/index.mjs";
|
|
87
|
+
import { useTableModal as Ar } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
88
|
+
import { useTableSelectModal as ir } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
89
|
+
import { ApAttachment as cr } from "./business/ap-attachment/index.mjs";
|
|
90
|
+
import { ApBatchAction as Ir } from "./business/ap-batch-action/index.mjs";
|
|
91
|
+
import { ApBatchActionGroup as Sr } from "./business/ap-batch-action-group/index.mjs";
|
|
92
|
+
import { ApButtonGroup as br } from "./business/ap-button-group/index.mjs";
|
|
93
|
+
import { ApCard as Gr } from "./business/ap-card/index.mjs";
|
|
94
|
+
import { ApExpandAlert as hr } from "./business/ap-expand-alert/index.mjs";
|
|
95
|
+
import { ApExportGroupActionType as Pr } from "./business/ap-export-group/interface.mjs";
|
|
96
|
+
import { ApExportGroup as Nr } from "./business/ap-export-group/index.mjs";
|
|
97
|
+
import { handleExportDownload as yr } from "./business/ap-export-group/handleExportDownload.mjs";
|
|
98
|
+
import { convertExportField as wr } from "./business/ap-export-group/convertExportField.mjs";
|
|
99
|
+
import { ApImage as Br } from "./business/ap-image/index.mjs";
|
|
100
|
+
import { ApInputRadio as kr } from "./business/ap-input-radio/index.mjs";
|
|
101
|
+
import { ApLabel as Ur, ApLabelGroup as Vr } from "./business/ap-label/index.mjs";
|
|
102
|
+
import { locales as zr } from "./business/ap-ladder/interface.mjs";
|
|
103
|
+
import { ApLadder as jr } from "./business/ap-ladder/index.mjs";
|
|
104
|
+
import { ApSelectLayout as qr } from "./business/ap-select-layout/index.mjs";
|
|
105
|
+
import { ApStatus as Qr, ApStatusGroup as Xr } from "./business/ap-status/index.mjs";
|
|
106
|
+
import { ApTitle as Zr } from "./business/ap-title/index.mjs";
|
|
107
|
+
import { usePageListApTable as et } from "./business/hooks/usePageListApTable.mjs";
|
|
108
|
+
import { usePageListApGrid as rt } from "./business/hooks/usePageListApGrid.mjs";
|
|
109
|
+
import { usePageListAgGrid as pt } from "./business/hooks/usePageListAgGrid.mjs";
|
|
110
|
+
import { computedRecords as mt, flattenColumns as ft, formatDataIndex as lt, formatNumber as dt } from "./business/ap-summary/utils.mjs";
|
|
111
|
+
import { ApSummary as ut } from "./business/ap-summary/index.mjs";
|
|
112
|
+
import { ApNeedNameKeyDefault as st } from "./business/ap-appendix/interface.mjs";
|
|
113
|
+
import { ApAppendix as nt } from "./business/ap-appendix/index.mjs";
|
|
114
|
+
import { default as Ft } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
115
|
+
import { default as gt } from "./business/batch-input-group/index.vue.mjs";
|
|
116
|
+
import { default as Tt } from "./business/batch-input-group/form-item.vue.mjs";
|
|
117
|
+
import { ApSizeInput as Ct } from "./business/ap-size-input/index.mjs";
|
|
118
|
+
import { default as Dt } from "./business/ap-size-input/form-item.vue.mjs";
|
|
119
|
+
import { ApProductInfo as Et } from "./business/ap-product-info/index.mjs";
|
|
120
|
+
import { ApCopy as Lt } from "./business/ap-copy/index.mjs";
|
|
121
|
+
import { ApView as Rt } from "./business/ap-view/index.mjs";
|
|
122
|
+
import { ApRadioGroup as vt } from "./business/ap-radio-group/index.mjs";
|
|
123
|
+
import { ApKeepAliveProps as Mt, forceStopTags as Bt } from "./business/ap-keep-alive/interface.mjs";
|
|
124
|
+
import { ApKeepAlive as kt } from "./business/ap-keep-alive/index.mjs";
|
|
125
|
+
import { LruCacher as Ut } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
126
|
+
import { useApKeepAliveInject as _t } from "./business/ap-keep-alive/hook.mjs";
|
|
127
|
+
import { matches as Ht } from "./business/ap-keep-alive/utils.mjs";
|
|
128
|
+
import { ApDraggableGrid as Wt } from "./business/ap-draggable-grid/index.mjs";
|
|
129
|
+
import { ApValueSelectCard as Jt } from "./business/ap-value-select-card/index.mjs";
|
|
130
|
+
import { useAgGridModal as Xt } from "./business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
|
|
131
|
+
import { useAgGridSelectModal as Zt } from "./business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
|
|
132
|
+
import { ApSelectedItems as ep } from "./business/ag-grid-modal/selected-items/index.mjs";
|
|
133
|
+
import { default as rp } from "./business/ap-tag/ap-tag.vue.mjs";
|
|
134
|
+
import { default as pp } from "./business/ap-tag/ap-tag-group.vue.mjs";
|
|
135
|
+
import { NeedNameKeyDefault as mp } from "./business/ap-upload/apUploadTypes.mjs";
|
|
136
|
+
import { default as lp } from "./business/ap-upload/apUpload.vue.mjs";
|
|
137
|
+
import { ApDownLoadNeedNameKeyDefault as xp } from "./business/ap-download/interface.mjs";
|
|
138
|
+
import { default as Ap } from "./business/ap-download/ap-download.vue.mjs";
|
|
139
|
+
import { formatString as ip } from "./business/ap-descriptions/formatter/utils.mjs";
|
|
140
|
+
import { default as cp } from "./business/ap-descriptions/ap-descriptions.vue.mjs";
|
|
141
|
+
import { useTablePaging as Ip } from "./ap-table/hooks/use-table-paging.mjs";
|
|
142
|
+
import { default as Sp } from "./editable-table/index.vue.mjs";
|
|
143
|
+
import { default as bp } from "./editable-table/form-item.vue.mjs";
|
|
144
|
+
import { ensureRangeValue as Gp } from "./scroll-bar/utils/index.mjs";
|
|
145
|
+
import { default as hp } from "./scroll-bar/index.vue.mjs";
|
|
146
|
+
import { default as Pp } from "./scroll-bar/internal.vue.mjs";
|
|
147
|
+
import { default as Np } from "./scroll-view/index.vue.mjs";
|
|
148
|
+
import { default as yp } from "./portal/index.vue.mjs";
|
|
149
|
+
import { default as wp } from "./full-screen/index.vue.mjs";
|
|
150
|
+
import { default as Bp } from "./resize-observer/index.vue.mjs";
|
|
151
|
+
import { ROW_SELECTION_FIELD as kp } from "./ap-grid/constants.mjs";
|
|
152
|
+
import { toTreeArray as Up } from "./ap-grid/utils/to-tree-array.mjs";
|
|
153
|
+
import { default as _p } from "./ap-grid/index.vue.mjs";
|
|
154
|
+
import { default as Hp } from "./ap-grid/editable/index.vue.mjs";
|
|
155
|
+
import { default as Wp } from "./ap-grid/editable/form-item.vue.mjs";
|
|
156
|
+
import { default as Jp } from "./text/index.vue.mjs";
|
|
157
|
+
import { default as Xp } from "./text/group.vue.mjs";
|
|
158
|
+
import { default as Zp } from "./mask/index.vue.mjs";
|
|
159
|
+
import { default as ea } from "./ag-grid/index.vue.mjs";
|
|
160
|
+
import { default as ra } from "./ag-grid/editable/index.vue.mjs";
|
|
161
|
+
import { default as pa } from "./ag-grid/editable/form-item.vue.mjs";
|
|
161
162
|
export {
|
|
162
163
|
I as APConfigProvider,
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
164
|
+
ea as AgGrid,
|
|
165
|
+
Xo as ApActionButton,
|
|
166
|
+
_o as ApActionGroup,
|
|
166
167
|
P as ApActionItem,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
168
|
+
Uo as ApActionItemDropdown,
|
|
169
|
+
Bo as ApActionItemModal,
|
|
170
|
+
ko as ApActionItemPopconfirm,
|
|
171
|
+
nt as ApAppendix,
|
|
172
|
+
cr as ApAttachment,
|
|
173
|
+
Ir as ApBatchAction,
|
|
174
|
+
Sr as ApBatchActionGroup,
|
|
175
|
+
Jo as ApButton,
|
|
176
|
+
br as ApButtonGroup,
|
|
177
|
+
Gr as ApCard,
|
|
178
|
+
Zo as ApConfirmButton,
|
|
179
|
+
Lt as ApCopy,
|
|
180
|
+
cp as ApDescriptions,
|
|
181
|
+
xp as ApDownLoadNeedNameKeyDefault,
|
|
182
|
+
Ap as ApDownload,
|
|
183
|
+
Wt as ApDraggableGrid,
|
|
183
184
|
w as ApDrawer,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
185
|
+
hr as ApExpandAlert,
|
|
186
|
+
Nr as ApExportGroup,
|
|
187
|
+
Pr as ApExportGroupActionType,
|
|
187
188
|
b as ApField,
|
|
188
189
|
fo as ApFieldCheckbox,
|
|
189
190
|
xo as ApFieldDate,
|
|
190
|
-
|
|
191
|
+
So as ApFieldDateRange,
|
|
191
192
|
Ao as ApFieldNumber,
|
|
192
193
|
Go as ApFieldPassword,
|
|
193
194
|
io as ApFieldRadio,
|
|
194
195
|
No as ApFieldRate,
|
|
195
196
|
C as ApFieldRead,
|
|
197
|
+
wo as ApFieldSecond,
|
|
196
198
|
Po as ApFieldSegmented,
|
|
197
199
|
bo as ApFieldSelect,
|
|
198
200
|
ho as ApFieldSlider,
|
|
@@ -200,21 +202,21 @@ export {
|
|
|
200
202
|
ao as ApFieldText,
|
|
201
203
|
Io as ApFieldTextArea,
|
|
202
204
|
yo as ApFieldTreeSelect,
|
|
203
|
-
|
|
205
|
+
S as ApForm,
|
|
204
206
|
$e as ApFormControlRender,
|
|
205
207
|
qe as ApFormDependency,
|
|
206
208
|
Ye as ApFormDrawerForm,
|
|
207
209
|
Ke as ApFormItem,
|
|
208
|
-
|
|
210
|
+
Tt as ApFormItemBatchInput,
|
|
209
211
|
Re as ApFormItemCheckbox,
|
|
210
|
-
|
|
212
|
+
Te as ApFormItemDate,
|
|
211
213
|
Ce as ApFormItemDateRange,
|
|
212
214
|
Oe as ApFormItemGroup,
|
|
213
215
|
ge as ApFormItemNumber,
|
|
214
216
|
De as ApFormItemRadio,
|
|
215
217
|
oo as ApFormItemRender,
|
|
216
218
|
Ee as ApFormItemSelect,
|
|
217
|
-
|
|
219
|
+
Dt as ApFormItemSizeInput,
|
|
218
220
|
Le as ApFormItemSwitch,
|
|
219
221
|
ne as ApFormItemText,
|
|
220
222
|
Fe as ApFormItemTextArea,
|
|
@@ -225,103 +227,103 @@ export {
|
|
|
225
227
|
to as ApFormProvider,
|
|
226
228
|
ze as ApFormSearchForm,
|
|
227
229
|
Qe as ApFormSet,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
230
|
+
_p as ApGrid,
|
|
231
|
+
Br as ApImage,
|
|
232
|
+
kr as ApInputRadio,
|
|
233
|
+
kt as ApKeepAlive,
|
|
234
|
+
Mt as ApKeepAliveProps,
|
|
235
|
+
Ur as ApLabel,
|
|
236
|
+
Vr as ApLabelGroup,
|
|
237
|
+
jr as ApLadder,
|
|
238
|
+
Wo as ApList,
|
|
237
239
|
y as ApModal,
|
|
238
|
-
|
|
240
|
+
st as ApNeedNameKeyDefault,
|
|
239
241
|
B as ApProCard,
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
242
|
+
Et as ApProductInfo,
|
|
243
|
+
vt as ApRadioGroup,
|
|
244
|
+
qr as ApSelectLayout,
|
|
245
|
+
ep as ApSelectedItems,
|
|
246
|
+
Ct as ApSizeInput,
|
|
245
247
|
K as ApStatisticCard,
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
248
|
+
Qr as ApStatus,
|
|
249
|
+
Xr as ApStatusGroup,
|
|
250
|
+
ut as ApSummary,
|
|
249
251
|
V as ApTable,
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
252
|
+
xr as ApTableModal,
|
|
253
|
+
rp as ApTag,
|
|
254
|
+
pp as ApTagGroup,
|
|
255
|
+
Jp as ApText,
|
|
256
|
+
Xp as ApTextGroup,
|
|
257
|
+
Zr as ApTitle,
|
|
258
|
+
lr as ApTransformDataHelper,
|
|
259
|
+
lp as ApUpload,
|
|
260
|
+
Ft as ApUploadSingle,
|
|
261
|
+
Jt as ApValueSelectCard,
|
|
262
|
+
Rt as ApView,
|
|
263
|
+
gt as BatchInputGroup,
|
|
262
264
|
N as CheckCard,
|
|
263
|
-
|
|
265
|
+
Ho as CheckCardGroup,
|
|
264
266
|
Ae as ConfigProvider,
|
|
265
267
|
q as DEFAULT_NAMESPACE,
|
|
266
268
|
J as DEFAULT_UIMODE,
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
269
|
+
ra as EditableAgGrid,
|
|
270
|
+
pa as EditableAgGridFormItem,
|
|
271
|
+
Hp as EditableGrid,
|
|
272
|
+
Wp as EditableGridFormItem,
|
|
273
|
+
Sp as EditableTable,
|
|
274
|
+
bp as EditableTableFormItem,
|
|
275
|
+
wp as FullScreen,
|
|
276
|
+
mr as Highlight,
|
|
277
|
+
Pp as InternalScrollBar,
|
|
276
278
|
O as LoadingBar,
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
279
|
+
Ut as LruCacher,
|
|
280
|
+
Zp as Mask,
|
|
281
|
+
mp as NeedNameKeyDefault,
|
|
282
|
+
yp as Portal,
|
|
283
|
+
kp as ROW_SELECTION_FIELD,
|
|
284
|
+
er as Render,
|
|
285
|
+
Bp as ResizeObserver,
|
|
286
|
+
hp as ScrollBar,
|
|
287
|
+
Np as ScrollView,
|
|
286
288
|
z as Splitter,
|
|
287
|
-
|
|
289
|
+
rr as TimeAgo,
|
|
288
290
|
D as adminToken,
|
|
289
291
|
h as aplusToken,
|
|
290
292
|
oe as buildLocaleContext,
|
|
291
293
|
re as buildTranslator,
|
|
292
|
-
|
|
294
|
+
mt as computedRecords,
|
|
293
295
|
Q as configProviderContextKey,
|
|
294
296
|
j as configProviderProps,
|
|
295
|
-
|
|
297
|
+
wr as convertExportField,
|
|
296
298
|
fe as defaultNamespace,
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
299
|
+
Gp as ensureRangeValue,
|
|
300
|
+
ft as flattenColumns,
|
|
301
|
+
Bt as forceStopTags,
|
|
302
|
+
lt as formatDataIndex,
|
|
303
|
+
dt as formatNumber,
|
|
304
|
+
ip as formatString,
|
|
303
305
|
se as globalConfigCached,
|
|
304
|
-
|
|
305
|
-
|
|
306
|
+
yr as handleExportDownload,
|
|
307
|
+
Ht as isNameMatches,
|
|
306
308
|
Y as keysOf,
|
|
307
309
|
te as localeContextKey,
|
|
308
|
-
|
|
310
|
+
zr as locales,
|
|
309
311
|
le as namespaceContextKey,
|
|
310
312
|
Z as provideGlobalConfig,
|
|
311
|
-
|
|
313
|
+
Up as toTreeArray,
|
|
312
314
|
pe as translate,
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
315
|
+
Xt as useAgGridModal,
|
|
316
|
+
Zt as useAgGridSelectModal,
|
|
317
|
+
_t as useApKeepAliveInject,
|
|
316
318
|
de as useGetDerivedNamespace,
|
|
317
319
|
$ as useGlobalConfig,
|
|
318
320
|
ae as useLocale,
|
|
319
321
|
xe as useNamespace,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
322
|
+
pt as usePageListAgGrid,
|
|
323
|
+
rt as usePageListApGrid,
|
|
324
|
+
et as usePageListApTable,
|
|
325
|
+
Ar as useTableModal,
|
|
326
|
+
Ip as useTablePaging,
|
|
327
|
+
ir as useTableSelectModal,
|
|
328
|
+
pr as useTimeAgo
|
|
327
329
|
};
|
package/es/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "7.
|
|
1
|
+
declare const _default: "7.8.0";
|
|
2
2
|
export default _default;
|
package/es/src/version.mjs
CHANGED