@aplus-frontend/ui 0.0.33 → 0.0.35
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 +217 -215
- package/es/src/ap-field/select/index.vue.mjs +36 -32
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +27 -26
- package/es/src/ap-form/ap-form.vue.d.ts +1 -1
- package/es/src/ap-form/ap-form.vue2.mjs +40 -40
- package/es/src/ap-form/interface.d.ts +1 -1
- package/es/src/ap-form/search-form/index.vue.mjs +79 -78
- package/es/src/ap-modal/utils/createModal.mjs +34 -31
- package/es/src/ap-table/ap-table.vue.d.ts +54 -11
- package/es/src/ap-table/ap-table.vue.mjs +171 -148
- package/es/src/ap-table/hooks/use-table-paging.d.ts +1 -0
- package/es/src/ap-table/hooks/use-table-paging.mjs +48 -47
- package/es/src/ap-table/hooks/use-table-row-selection.d.ts +60 -0
- package/es/src/ap-table/hooks/use-table-row-selection.mjs +62 -0
- package/es/src/ap-table/interface.d.ts +14 -2
- package/es/src/ap-table/style/ap-table.css +2 -0
- package/es/src/ap-upload/apUpload.vue.d.ts +3 -3
- package/es/src/ap-upload/hooks/useOss.d.ts +3 -3
- package/es/src/business/ap-select-layout/index.css +117 -0
- package/es/src/business/ap-select-layout/index.d.ts +4 -0
- package/es/src/business/ap-select-layout/interface.d.ts +9 -0
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +76 -0
- package/es/src/business/ap-select-layout/select-layout.vue.mjs +4 -0
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +145 -0
- package/es/src/business/index.d.ts +76 -1
- package/es/src/business/index.mjs +9 -6
- package/es/src/config-provider/config-provider.d.ts +144 -1
- package/es/src/config-provider/config-provider.mjs +35 -29
- package/es/src/config-provider/index.mjs +22 -20
- package/es/src/design-token/index.mjs +1 -1
- package/es/src/editable-table/form-item.vue.d.ts +7 -7
- package/es/src/editable-table/form-item.vue.mjs +2 -2
- package/es/src/editable-table/index.vue.d.ts +7 -7
- package/es/src/editable-table/index.vue.mjs +10 -10
- package/es/src/editable-table/interface.d.ts +1 -1
- package/es/src/index.mjs +188 -186
- package/es/src/theme/ap-select-layout/ap-select-layout.css +117 -0
- package/es/src/theme/ap-table/ap-table.css +2 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form.vue.d.ts +1 -1
- package/lib/src/ap-form/ap-form.vue2.js +1 -1
- package/lib/src/ap-form/interface.d.ts +1 -1
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-modal/utils/createModal.js +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +54 -11
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +1 -0
- package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
- package/lib/src/ap-table/hooks/use-table-row-selection.d.ts +60 -0
- package/lib/src/ap-table/hooks/use-table-row-selection.js +1 -0
- package/lib/src/ap-table/interface.d.ts +14 -2
- package/lib/src/ap-table/style/ap-table.css +2 -0
- package/lib/src/ap-upload/apUpload.vue.d.ts +3 -3
- package/lib/src/ap-upload/hooks/useOss.d.ts +3 -3
- package/lib/src/business/ap-select-layout/index.css +117 -0
- package/lib/src/business/ap-select-layout/index.d.ts +4 -0
- package/lib/src/business/ap-select-layout/interface.d.ts +9 -0
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +76 -0
- package/lib/src/business/ap-select-layout/select-layout.vue.js +1 -0
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -0
- package/lib/src/business/index.d.ts +76 -1
- package/lib/src/business/index.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +144 -1
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/index.js +1 -1
- package/lib/src/design-token/index.js +1 -1
- package/lib/src/editable-table/form-item.vue.d.ts +7 -7
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.d.ts +7 -7
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/interface.d.ts +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/theme/ap-select-layout/ap-select-layout.css +117 -0
- package/lib/src/theme/ap-table/ap-table.css +2 -0
- package/package.json +2 -2
|
@@ -4,7 +4,7 @@ import { Recordable } from '../type';
|
|
|
4
4
|
import { ExtractPropTypes, PropType, VNode, RendererNode, RendererElement, CSSProperties, VNodeProps, AllowedComponentProps, ComponentCustomProps, ShallowUnwrapRef } from 'vue';
|
|
5
5
|
import { SpinSize } from 'ant-design-vue/es/spin/Spin';
|
|
6
6
|
import { VueTypeValidableDef } from '../../node_modules/vue-types';
|
|
7
|
-
import { GetPopupContainer,
|
|
7
|
+
import { GetPopupContainer, TableLocale, SortOrder, TableRowSelection } from 'ant-design-vue/es/table/interface';
|
|
8
8
|
import { RenderExpandIcon, PanelRender, TableComponents, TransformCellText, TableLayout, GetRowKey, TableSticky, DataIndex, RowClassName, GetComponentProps, ColumnType, Key, ExpandedRowRender } from 'ant-design-vue/es/vc-table/interface';
|
|
9
9
|
import { ButtonSize } from 'ant-design-vue/es/button';
|
|
10
10
|
import { TablePaginationConfig, TableColumnType } from 'ant-design-vue';
|
|
@@ -38,7 +38,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
|
|
|
38
38
|
footer?: PanelRender<RecordType> | undefined;
|
|
39
39
|
direction?: "ltr" | "rtl" | undefined;
|
|
40
40
|
size?: ButtonSize;
|
|
41
|
-
onChange?: ((
|
|
41
|
+
onChange?: ((value: RecordType[]) => void) | undefined;
|
|
42
42
|
scroll?: ({
|
|
43
43
|
x?: string | number | true | undefined;
|
|
44
44
|
y?: string | number | undefined;
|
|
@@ -147,6 +147,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
|
|
|
147
147
|
onOpenChange: PropType<(vis: boolean) => void>;
|
|
148
148
|
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
149
149
|
}>> | undefined;
|
|
150
|
+
rowSelection?: TableRowSelection<RecordType> | undefined;
|
|
150
151
|
rowClassName?: string | RowClassName<RecordType> | undefined;
|
|
151
152
|
showHeader?: boolean | undefined;
|
|
152
153
|
customRow?: GetComponentProps<RecordType> | undefined;
|
|
@@ -166,7 +167,6 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
|
|
|
166
167
|
childrenColumnName?: string | undefined;
|
|
167
168
|
rowExpandable?: ((record: RecordType) => boolean) | undefined;
|
|
168
169
|
onResizeColumn?: ((w: number, col: TableColumnType<any>) => void) | undefined;
|
|
169
|
-
rowSelection?: TableRowSelection<RecordType> | undefined;
|
|
170
170
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, __VLS_ctx?: {
|
|
171
171
|
attrs: any;
|
|
172
172
|
slots: Readonly<{
|
|
@@ -232,7 +232,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
|
|
|
232
232
|
footer?: PanelRender<RecordType> | undefined;
|
|
233
233
|
direction?: "ltr" | "rtl" | undefined;
|
|
234
234
|
size?: ButtonSize;
|
|
235
|
-
onChange?: ((
|
|
235
|
+
onChange?: ((value: RecordType[]) => void) | undefined;
|
|
236
236
|
scroll?: ({
|
|
237
237
|
x?: string | number | true | undefined;
|
|
238
238
|
y?: string | number | undefined;
|
|
@@ -341,6 +341,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
|
|
|
341
341
|
onOpenChange: PropType<(vis: boolean) => void>;
|
|
342
342
|
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
343
343
|
}>> | undefined;
|
|
344
|
+
rowSelection?: TableRowSelection<RecordType> | undefined;
|
|
344
345
|
rowClassName?: string | RowClassName<RecordType> | undefined;
|
|
345
346
|
showHeader?: boolean | undefined;
|
|
346
347
|
customRow?: GetComponentProps<RecordType> | undefined;
|
|
@@ -360,7 +361,6 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
|
|
|
360
361
|
childrenColumnName?: string | undefined;
|
|
361
362
|
rowExpandable?: ((record: RecordType) => boolean) | undefined;
|
|
362
363
|
onResizeColumn?: ((w: number, col: TableColumnType<any>) => void) | undefined;
|
|
363
|
-
rowSelection?: TableRowSelection<RecordType> | undefined;
|
|
364
364
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
365
365
|
expose(exposed: ShallowUnwrapRef<{
|
|
366
366
|
resetFields: () => void;
|
|
@@ -430,7 +430,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
|
|
|
430
430
|
footer?: PanelRender<RecordType> | undefined;
|
|
431
431
|
direction?: "ltr" | "rtl" | undefined;
|
|
432
432
|
size?: ButtonSize;
|
|
433
|
-
onChange?: ((
|
|
433
|
+
onChange?: ((value: RecordType[]) => void) | undefined;
|
|
434
434
|
scroll?: ({
|
|
435
435
|
x?: string | number | true | undefined;
|
|
436
436
|
y?: string | number | undefined;
|
|
@@ -539,6 +539,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
|
|
|
539
539
|
onOpenChange: PropType<(vis: boolean) => void>;
|
|
540
540
|
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
541
541
|
}>> | undefined;
|
|
542
|
+
rowSelection?: TableRowSelection<RecordType> | undefined;
|
|
542
543
|
rowClassName?: string | RowClassName<RecordType> | undefined;
|
|
543
544
|
showHeader?: boolean | undefined;
|
|
544
545
|
customRow?: GetComponentProps<RecordType> | undefined;
|
|
@@ -558,7 +559,6 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
|
|
|
558
559
|
childrenColumnName?: string | undefined;
|
|
559
560
|
rowExpandable?: ((record: RecordType) => boolean) | undefined;
|
|
560
561
|
onResizeColumn?: ((w: number, col: TableColumnType<any>) => void) | undefined;
|
|
561
|
-
rowSelection?: TableRowSelection<RecordType> | undefined;
|
|
562
562
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
563
563
|
expose(exposed: ShallowUnwrapRef<{
|
|
564
564
|
resetFields: () => void;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as T, useSlots as K, ref as M, watch as q, unref as a, openBlock as w, createBlock as G, withCtx as c, createVNode as y, mergeProps as H, createSlots as U, createElementBlock as W, Fragment as $, createElementVNode as v, normalizeClass as J, toDisplayString as Q, createCommentVNode as X, renderList as Y, renderSlot as Z, normalizeProps as ee, guardReactiveProps as te } from "vue";
|
|
2
2
|
import { Table as ae } from "ant-design-vue";
|
|
3
3
|
import { ApForm as f } from "../ap-form/index.mjs";
|
|
4
|
-
import { isNumber as p, cloneDeep as
|
|
4
|
+
import { isNumber as p, cloneDeep as h, omit as ne } from "lodash-unified";
|
|
5
5
|
import "../config-provider/index.mjs";
|
|
6
6
|
import "../hooks/index.mjs";
|
|
7
|
-
import { isDef as
|
|
7
|
+
import { isDef as x } from "../utils/index.mjs";
|
|
8
8
|
import { getColumnIsRequired as oe } from "./utils.mjs";
|
|
9
9
|
import le from "./hooks/use-get-columns.mjs";
|
|
10
10
|
import "./style/index.css";
|
|
@@ -32,7 +32,6 @@ const be = /* @__PURE__ */ T({
|
|
|
32
32
|
default: !1
|
|
33
33
|
},
|
|
34
34
|
locale: {},
|
|
35
|
-
onChange: {},
|
|
36
35
|
onResizeColumn: {},
|
|
37
36
|
rowSelection: {},
|
|
38
37
|
getPopupContainer: {},
|
|
@@ -103,6 +102,7 @@ const be = /* @__PURE__ */ T({
|
|
|
103
102
|
value: {},
|
|
104
103
|
defaultValue: {},
|
|
105
104
|
"onUpdate:value": {},
|
|
105
|
+
onChange: {},
|
|
106
106
|
maxLength: {},
|
|
107
107
|
name: {
|
|
108
108
|
default: "ap-editable-table-inner-name"
|
|
@@ -138,10 +138,10 @@ const be = /* @__PURE__ */ T({
|
|
|
138
138
|
function z(e, n) {
|
|
139
139
|
var r, d, i;
|
|
140
140
|
const o = ((r = a(s)) == null ? void 0 : r.length) || 0;
|
|
141
|
-
if (
|
|
141
|
+
if (x(l.maxLength) && o >= l.maxLength)
|
|
142
142
|
return;
|
|
143
143
|
const t = [...a(s) || []];
|
|
144
|
-
|
|
144
|
+
x(n) ? t.splice(n, 0, {
|
|
145
145
|
...e || {}
|
|
146
146
|
}) : t.push({
|
|
147
147
|
...e || {}
|
|
@@ -150,14 +150,14 @@ const be = /* @__PURE__ */ T({
|
|
|
150
150
|
function P(e, n = "suffix") {
|
|
151
151
|
var i, m, C;
|
|
152
152
|
const o = ((i = a(s)) == null ? void 0 : i.length) || 0, t = p(e) ? e : e.length;
|
|
153
|
-
if (
|
|
153
|
+
if (x(l.maxLength) && o + t > l.maxLength)
|
|
154
154
|
return;
|
|
155
|
-
const r = [...a(s) || []], d = p(e) ? new Array(e).fill({}) :
|
|
155
|
+
const r = [...a(s) || []], d = p(e) ? new Array(e).fill({}) : h(e);
|
|
156
156
|
n === "suffix" ? r.push(...d) : r.unshift(...d), (C = (m = u.value) == null ? void 0 : m.setFieldValue) == null || C.call(m, l.name, r);
|
|
157
157
|
}
|
|
158
158
|
function j(e) {
|
|
159
159
|
var t, r;
|
|
160
|
-
let n =
|
|
160
|
+
let n = h(a(s) || []);
|
|
161
161
|
const o = p(e) ? [e] : e;
|
|
162
162
|
n = n.filter((d, i) => !o.includes(i)), (r = (t = u.value) == null ? void 0 : t.setFieldValue) == null || r.call(t, l.name, n);
|
|
163
163
|
}
|
|
@@ -170,7 +170,7 @@ const be = /* @__PURE__ */ T({
|
|
|
170
170
|
}
|
|
171
171
|
function O(e, n) {
|
|
172
172
|
var t, r;
|
|
173
|
-
const o =
|
|
173
|
+
const o = h(a(s));
|
|
174
174
|
o[e] && (o[e] = {
|
|
175
175
|
...o[e],
|
|
176
176
|
...n
|
|
@@ -196,7 +196,7 @@ const be = /* @__PURE__ */ T({
|
|
|
196
196
|
name: e.name,
|
|
197
197
|
"no-style": ""
|
|
198
198
|
}, {
|
|
199
|
-
default: c(() => [y(a(ae), H(a(ne)(l, ["name", "value", "onUpdate:value", "maxLength"]), {
|
|
199
|
+
default: c(() => [y(a(ae), H(a(ne)(l, ["name", "value", "onUpdate:value", "maxLength", "onChange"]), {
|
|
200
200
|
class: [a(g)(), a(D) === "admin" ? a(g)("admin") : null],
|
|
201
201
|
columns: a(N),
|
|
202
202
|
"data-source": a(s)
|
|
@@ -64,7 +64,7 @@ export type EditableColumnType<RecordType = any, ValueType extends ApTableValueT
|
|
|
64
64
|
originalNode?: VNode;
|
|
65
65
|
}) => any;
|
|
66
66
|
} : never;
|
|
67
|
-
export type EditableTableProps<RecordType = any> = Omit<TableProps<RecordType>, 'columns' | 'dataSource'> & {
|
|
67
|
+
export type EditableTableProps<RecordType = any> = Omit<TableProps<RecordType>, 'columns' | 'dataSource' | 'onChange'> & {
|
|
68
68
|
/**
|
|
69
69
|
* 列配置
|
|
70
70
|
*/
|
package/es/src/index.mjs
CHANGED
|
@@ -4,8 +4,8 @@ import { Scrollbar as T } from "./scroll-bar/index.mjs";
|
|
|
4
4
|
import { CollapseContainer as S, ScrollContainer as I } from "./container/index.mjs";
|
|
5
5
|
import { IconPicker as g } from "./icon-picker/index.mjs";
|
|
6
6
|
import "./locale/index.mjs";
|
|
7
|
-
import { BasicArrow as
|
|
8
|
-
import { ExpandTransition as M, ExpandXTransition as k, FadeTransition as w, ScaleRotateTransition as B, ScaleTransition as G, ScrollXReverseTransition as L, ScrollXTransition as
|
|
7
|
+
import { BasicArrow as h, BasicHelp as D, BasicTitle as R } from "./basic/index.mjs";
|
|
8
|
+
import { ExpandTransition as M, ExpandXTransition as k, FadeTransition as w, ScaleRotateTransition as B, ScaleTransition as G, ScrollXReverseTransition as L, ScrollXTransition as y, ScrollYReverseTransition as N, ScrollYTransition as E, SlideXReverseTransition as X, SlideXTransition as K, SlideYReverseTransition as Y, SlideYTransition as O } from "./transition/index.mjs";
|
|
9
9
|
import { Description as W } from "./description/index.mjs";
|
|
10
10
|
import { Field as U } from "./pro-form/index.mjs";
|
|
11
11
|
import { BaseButton as q } from "./base-button/index.mjs";
|
|
@@ -29,190 +29,191 @@ 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, ApStatus as Do, ApStatusGroup as Ro, ApTitle as
|
|
32
|
+
import { ApExpandAlert as go, ApLabel as Po, ApSelectLayout as ho, ApStatus as Do, ApStatusGroup as Ro, ApTitle as vo } from "./business/index.mjs";
|
|
33
33
|
import "./ap-table/index.mjs";
|
|
34
34
|
import "./editable-table/index.mjs";
|
|
35
|
-
import { configProviderProps as
|
|
36
|
-
import { configProviderContextKey as
|
|
37
|
-
import { keysOf as
|
|
38
|
-
import { buildLocaleContext as
|
|
39
|
-
import { defaultNamespace as
|
|
40
|
-
import { ConfigProvider as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { useDescription as
|
|
45
|
-
import { useComponentRegister as
|
|
46
|
-
import { useForm as
|
|
47
|
-
import { isComponentFormSchema as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { useModalContext as
|
|
61
|
-
import { useModal as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { useTable as
|
|
67
|
-
import { ApFormItemText 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 { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { ApFieldText 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 { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { generateTableList as
|
|
100
|
-
import { useCacheColumnSetting as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { DictCode as
|
|
104
|
-
import { createWorkOrderModal as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { NeedNameKeyDefault as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as
|
|
114
|
-
import { useTablePaging as
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
35
|
+
import { configProviderProps as ko } from "./config-provider/config-provider-props.mjs";
|
|
36
|
+
import { configProviderContextKey as Bo, tableDefaultConfig as Go } from "./config-provider/constants.mjs";
|
|
37
|
+
import { keysOf as yo, provideGlobalConfig as No, useGlobalConfig as Eo } from "./config-provider/hooks/use-global-config.mjs";
|
|
38
|
+
import { buildLocaleContext as Ko, buildTranslator as Yo, localeContextKey as Oo, translate as Ho, useLocale as Wo } from "./config-provider/hooks/use-locale.mjs";
|
|
39
|
+
import { defaultNamespace as Uo, namespaceContextKey as jo, useGetDerivedNamespace as qo, useNamespace as Jo } from "./config-provider/hooks/use-namespace.mjs";
|
|
40
|
+
import { ConfigProvider as Vo, globalConfigCached as Zo } from "./config-provider/config-provider.mjs";
|
|
41
|
+
import { default as $o } from "./locale/lang/zh-cn.mjs";
|
|
42
|
+
import { default as ee } from "./locale/lang/en.mjs";
|
|
43
|
+
import { default as te } from "./transition/collapse-transition.vue.mjs";
|
|
44
|
+
import { useDescription as pe } from "./description/use-description.mjs";
|
|
45
|
+
import { useComponentRegister as me } from "./pro-form/hooks/use-component-register.mjs";
|
|
46
|
+
import { useForm as de } from "./pro-form/hooks/use-form.mjs";
|
|
47
|
+
import { isComponentFormSchema as xe, isSlotFormSchema as ie } from "./pro-form/types/form.mjs";
|
|
48
|
+
import { default as ne } from "./pro-form/components/api-cascader.vue.mjs";
|
|
49
|
+
import { default as ce } from "./pro-form/components/api-radio-group.vue.mjs";
|
|
50
|
+
import { default as Te } from "./pro-form/components/api-select.vue.mjs";
|
|
51
|
+
import { default as Se } from "./pro-form/components/api-transfer.vue.mjs";
|
|
52
|
+
import { default as be } from "./pro-form/components/api-tree.vue.mjs";
|
|
53
|
+
import { default as Pe } from "./pro-form/components/radio-button-group.vue.mjs";
|
|
54
|
+
import { default as De } from "./pro-form/pro-form.vue.mjs";
|
|
55
|
+
import { default as ve } from "./pro-form/components/api-tree-select.vue.mjs";
|
|
56
|
+
import { default as ke } from "./pro-form/table-form.vue.mjs";
|
|
57
|
+
import { default as Be } from "./pro-form/table-form-inner.vue.mjs";
|
|
58
|
+
import { default as Le } from "./base-button/modal-button.vue.mjs";
|
|
59
|
+
import { default as Ne } from "./base-button/pop-confirm-button.vue.mjs";
|
|
60
|
+
import { useModalContext as Xe } from "./modal/hooks/use-modal-context.mjs";
|
|
61
|
+
import { useModal as Ye, useModalInner as Oe } from "./modal/hooks/use-modal.mjs";
|
|
62
|
+
import { default as We } from "./pro-table/pro-table.vue.mjs";
|
|
63
|
+
import { default as Ue } from "./pro-table/components/table-action.vue.mjs";
|
|
64
|
+
import { default as qe } 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 Ze } from "./pro-table/hooks/use-table.mjs";
|
|
67
|
+
import { ApFormItemText as $e } from "./ap-form/items/text/index.mjs";
|
|
68
|
+
import { default as er } from "./ap-form/items/text-area/index.vue.mjs";
|
|
69
|
+
import { default as tr } from "./ap-form/items/number/index.vue.mjs";
|
|
70
|
+
import { default as pr } from "./ap-form/items/date/index.vue.mjs";
|
|
71
|
+
import { default as mr } from "./ap-form/items/date-range/index.vue.mjs";
|
|
72
|
+
import { default as dr } from "./ap-form/items/radio/index.vue.mjs";
|
|
73
|
+
import { default as xr } from "./ap-form/items/select/index.vue.mjs";
|
|
74
|
+
import { default as ur } from "./ap-form/items/switch/index.vue.mjs";
|
|
75
|
+
import { default as Ar } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
76
|
+
import { default as Fr } from "./ap-form/items/text/password.vue.mjs";
|
|
77
|
+
import { default as Cr } from "./ap-form/ap-form-item.vue.mjs";
|
|
78
|
+
import { default as Ir } from "./ap-form/ap-form-item-group/index.vue.mjs";
|
|
79
|
+
import { default as gr } from "./ap-form/ap-form-list.vue.mjs";
|
|
80
|
+
import { default as hr } from "./ap-form/search-form/index.vue.mjs";
|
|
81
|
+
import { default as Rr } from "./ap-form/modal-form/index.vue.mjs";
|
|
82
|
+
import { ApFieldText as Mr } from "./ap-field/text/index.mjs";
|
|
83
|
+
import { default as wr } from "./ap-field/checkbox/index.vue.mjs";
|
|
84
|
+
import { default as Gr } from "./ap-field/date/index.vue.mjs";
|
|
85
|
+
import { default as yr } from "./ap-field/number/index.vue.mjs";
|
|
86
|
+
import { default as Er } from "./ap-field/radio/index.vue.mjs";
|
|
87
|
+
import { default as Kr } from "./ap-field/switch/index.vue.mjs";
|
|
88
|
+
import { default as Or } from "./ap-field/text-area/index.vue.mjs";
|
|
89
|
+
import { default as Wr } from "./ap-field/date-range/index.vue.mjs";
|
|
90
|
+
import { default as Ur } from "./ap-field/select/index.vue.mjs";
|
|
91
|
+
import { default as qr } from "./ap-field/text/password.vue.mjs";
|
|
92
|
+
import { default as Qr } from "./ap-field/slider/index.vue.mjs";
|
|
93
|
+
import { default as Zr } from "./ap-field/segmented/index.vue.mjs";
|
|
94
|
+
import { default as $r } from "./ap-field/rate/index.vue.mjs";
|
|
95
|
+
import { default as et } from "./ap-action/item-modal/index.vue.mjs";
|
|
96
|
+
import { default as tt } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
97
|
+
import { default as pt } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
98
|
+
import { default as mt } from "./ap-action/group/index.vue.mjs";
|
|
99
|
+
import { generateTableList as dt } from "./ap-custom-column/utils.mjs";
|
|
100
|
+
import { useCacheColumnSetting as xt } from "./ap-custom-column/useCacheColumnSetting.mjs";
|
|
101
|
+
import { default as ut } from "./ap-custom-column/custom-column.vue.mjs";
|
|
102
|
+
import { default as At } from "./ap-custom-column/column-select.vue.mjs";
|
|
103
|
+
import { DictCode as Ft } from "./work-order-modal/interfaces.mjs";
|
|
104
|
+
import { createWorkOrderModal as Ct } from "./work-order-modal/createWorkOrder.mjs";
|
|
105
|
+
import { default as It } from "./work-order-modal/work-order-modal.vue.mjs";
|
|
106
|
+
import { default as gt } from "./ap-tag/ap-tag.vue.mjs";
|
|
107
|
+
import { default as ht } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
108
|
+
import { default as Rt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
|
|
109
|
+
import { NeedNameKeyDefault as Mt } from "./ap-upload/apUploadTypes.mjs";
|
|
110
|
+
import { default as wt } from "./ap-upload/apUpload.vue.mjs";
|
|
111
|
+
import { default as Gt } from "./ap-download/ap-download.vue.mjs";
|
|
112
|
+
import { default as yt } from "./check-card/group.vue.mjs";
|
|
113
|
+
import { default as Et } from "./ap-list/index.vue.mjs";
|
|
114
|
+
import { useTablePaging as Kt } from "./ap-table/hooks/use-table-paging.mjs";
|
|
115
|
+
import { default as Ot } from "./ap-table/ap-table.vue.mjs";
|
|
116
|
+
import { default as Wt } from "./editable-table/index.vue.mjs";
|
|
117
|
+
import { default as Ut } from "./editable-table/form-item.vue.mjs";
|
|
118
118
|
export {
|
|
119
119
|
c as APConfigProvider,
|
|
120
|
-
|
|
120
|
+
mt as ApActionGroup,
|
|
121
121
|
Fo as ApActionItem,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
122
|
+
pt as ApActionItemDropdown,
|
|
123
|
+
et as ApActionItemModal,
|
|
124
|
+
tt as ApActionItemPopconfirm,
|
|
125
|
+
ut as ApCustomColumn,
|
|
126
|
+
At as ApCustomSelect,
|
|
127
|
+
Gt as ApDownload,
|
|
128
128
|
go as ApExpandAlert,
|
|
129
129
|
io as ApField,
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
130
|
+
wr as ApFieldCheckbox,
|
|
131
|
+
Gr as ApFieldDate,
|
|
132
|
+
Wr as ApFieldDateRange,
|
|
133
|
+
yr as ApFieldNumber,
|
|
134
|
+
qr as ApFieldPassword,
|
|
135
|
+
Er as ApFieldRadio,
|
|
136
|
+
$r as ApFieldRate,
|
|
137
|
+
Zr as ApFieldSegmented,
|
|
138
|
+
Ur as ApFieldSelect,
|
|
139
|
+
Qr as ApFieldSlider,
|
|
140
|
+
Kr as ApFieldSwitch,
|
|
141
|
+
Mr as ApFieldText,
|
|
142
|
+
Or as ApFieldTextArea,
|
|
143
143
|
so as ApForm,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
144
|
+
Cr as ApFormItem,
|
|
145
|
+
Ar as ApFormItemCheckbox,
|
|
146
|
+
pr as ApFormItemDate,
|
|
147
|
+
mr as ApFormItemDateRange,
|
|
148
|
+
Ir as ApFormItemGroup,
|
|
149
|
+
tr as ApFormItemNumber,
|
|
150
|
+
dr as ApFormItemRadio,
|
|
151
|
+
xr as ApFormItemSelect,
|
|
152
|
+
ur as ApFormItemSwitch,
|
|
153
|
+
$e as ApFormItemText,
|
|
154
|
+
er as ApFormItemTextArea,
|
|
155
|
+
Fr as ApFormItemTextPassword,
|
|
156
|
+
gr as ApFormList,
|
|
157
|
+
Rr as ApFormModalForm,
|
|
158
|
+
hr as ApFormSearchForm,
|
|
159
|
+
Rt as ApInfoLayout,
|
|
160
160
|
Po as ApLabel,
|
|
161
|
-
|
|
161
|
+
Et as ApList,
|
|
162
162
|
Io as ApModal,
|
|
163
|
+
ho as ApSelectLayout,
|
|
163
164
|
Do as ApStatus,
|
|
164
165
|
Ro as ApStatusGroup,
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
166
|
+
Ot as ApTable,
|
|
167
|
+
gt as ApTag,
|
|
168
|
+
ht as ApTagGroup,
|
|
169
|
+
vo as ApTitle,
|
|
170
|
+
wt as ApUpload,
|
|
171
|
+
ne as ApiCascader,
|
|
172
|
+
ce as ApiRadioGroup,
|
|
173
|
+
Te as ApiSelect,
|
|
174
|
+
Se as ApiTransfer,
|
|
175
|
+
be as ApiTree,
|
|
176
|
+
ve as ApiTreeSelect,
|
|
176
177
|
q as BaseButton,
|
|
177
178
|
Z as BaseModal,
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
179
|
+
h as BasicArrow,
|
|
180
|
+
D as BasicHelp,
|
|
181
|
+
R as BasicTitle,
|
|
181
182
|
Co as CheckCard,
|
|
182
|
-
|
|
183
|
+
yt as CheckCardGroup,
|
|
183
184
|
S as CollapseContainer,
|
|
184
|
-
|
|
185
|
-
|
|
185
|
+
te as CollapseTransition,
|
|
186
|
+
Vo as ConfigProvider,
|
|
186
187
|
ro as CountdownButton,
|
|
187
188
|
to as CountdownInput,
|
|
188
189
|
$ as CropperAvatar,
|
|
189
190
|
oo as CropperImage,
|
|
190
191
|
W as Description,
|
|
191
|
-
|
|
192
|
+
Ft as DictCode,
|
|
192
193
|
mo as Dropdown,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
194
|
+
qe as EditTableHeaderIcon,
|
|
195
|
+
Wt as EditableTable,
|
|
196
|
+
Ut as EditableTableFormItem,
|
|
196
197
|
M as ExpandTransition,
|
|
197
198
|
k as ExpandXTransition,
|
|
198
199
|
w as FadeTransition,
|
|
199
200
|
U as Field,
|
|
200
201
|
u as Icon,
|
|
201
202
|
g as IconPicker,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
203
|
+
Le as ModalButton,
|
|
204
|
+
Mt as NeedNameKeyDefault,
|
|
205
|
+
Ne as PopConfirmButton,
|
|
206
|
+
De as ProForm,
|
|
207
|
+
We as ProTable,
|
|
208
|
+
ke as ProTableForm,
|
|
209
|
+
Be as ProTableFormInner,
|
|
210
|
+
Pe as RadioButtonGroup,
|
|
210
211
|
B as ScaleRotateTransition,
|
|
211
212
|
G as ScaleTransition,
|
|
212
213
|
I as ScrollContainer,
|
|
213
214
|
L as ScrollXReverseTransition,
|
|
214
|
-
|
|
215
|
-
|
|
215
|
+
y as ScrollXTransition,
|
|
216
|
+
N as ScrollYReverseTransition,
|
|
216
217
|
E as ScrollYTransition,
|
|
217
218
|
T as Scrollbar,
|
|
218
219
|
X as SlideXReverseTransition,
|
|
@@ -221,40 +222,41 @@ export {
|
|
|
221
222
|
O as SlideYTransition,
|
|
222
223
|
Q as StrengthMeter,
|
|
223
224
|
n as SvgIcon,
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
Ue as TableAction,
|
|
226
|
+
Qe as TableImg,
|
|
227
|
+
It as WorkOrderModal,
|
|
227
228
|
no as adminToken,
|
|
228
229
|
Ao as aplusToken,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
230
|
+
Ko as buildLocaleContext,
|
|
231
|
+
Yo as buildTranslator,
|
|
232
|
+
Bo as configProviderContextKey,
|
|
233
|
+
ko as configProviderProps,
|
|
233
234
|
po as createPrompt,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
235
|
+
Ct as createWorkOrderModal,
|
|
236
|
+
Uo as defaultNamespace,
|
|
237
|
+
ee as en,
|
|
238
|
+
dt as generateTableList,
|
|
239
|
+
Zo as globalConfigCached,
|
|
240
|
+
xe as isComponentFormSchema,
|
|
241
|
+
ie as isSlotFormSchema,
|
|
242
|
+
yo as keysOf,
|
|
243
|
+
Oo as localeContextKey,
|
|
244
|
+
jo as namespaceContextKey,
|
|
243
245
|
No as provideGlobalConfig,
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
246
|
+
Go as tableDefaultConfig,
|
|
247
|
+
Ho as translate,
|
|
248
|
+
xt as useCacheColumnSetting,
|
|
249
|
+
me as useComponentRegister,
|
|
250
|
+
pe as useDescription,
|
|
251
|
+
de as useForm,
|
|
252
|
+
qo as useGetDerivedNamespace,
|
|
253
|
+
Eo as useGlobalConfig,
|
|
254
|
+
Wo as useLocale,
|
|
255
|
+
Ye as useModal,
|
|
256
|
+
Xe as useModalContext,
|
|
257
|
+
Oe as useModalInner,
|
|
258
|
+
Jo as useNamespace,
|
|
259
|
+
Ze as useTable,
|
|
260
|
+
Kt as useTablePaging,
|
|
261
|
+
$o as zhCn
|
|
260
262
|
};
|