@aplus-frontend/ui 0.0.1-beta.28 → 0.0.1-beta.30
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 +146 -142
- package/es/src/ap-field/text/index.vue.d.ts +1 -1
- package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
- package/es/src/components.d.ts +2 -0
- package/es/src/config-provider/config-provider-props.d.ts +1 -1
- package/es/src/config-provider/config-provider.d.ts +11 -11
- package/es/src/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/src/description/description.vue.d.ts +1 -1
- package/es/src/icon-picker/icon-picker.vue.d.ts +2 -2
- package/es/src/index.mjs +113 -109
- package/es/src/modal/basic.vue.d.ts +1 -1
- package/es/src/modal/components/modal-footer.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-cascader.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-select.vue.d.ts +2 -2
- package/es/src/pro-form/components/api-transfer.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-tree.vue.d.ts +1 -1
- package/es/src/pro-form/hooks/use-label-width.d.ts +6 -6
- package/es/src/pro-form/index.d.ts +4 -1
- package/es/src/pro-form/index.mjs +12 -9
- package/es/src/pro-form/pro-form.vue.d.ts +1 -1
- package/es/src/pro-form/style/table-form.css +101 -0
- package/es/src/pro-form/table-form-inner.vue.d.ts +44 -0
- package/es/src/pro-form/table-form-inner.vue.mjs +176 -0
- package/es/src/pro-form/table-form-inner.vue2.mjs +4 -0
- package/es/src/pro-form/table-form.vue.d.ts +42 -0
- package/es/src/pro-form/table-form.vue.mjs +41 -0
- package/es/src/pro-form/table-form.vue2.mjs +4 -0
- package/es/src/pro-form/types/table-form.d.ts +37 -0
- package/es/src/pro-form/types/table-form.mjs +1 -0
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
- package/es/src/pro-table/pro-table.vue.d.ts +1 -1
- package/es/src/theme/antd-global-overwrite/admin/index.css +6 -6
- package/es/src/theme/antd-global-overwrite/admin/steps.css +6 -6
- package/es/src/theme/antd-global-overwrite/aplus/index.css +3 -3
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +3 -3
- package/es/src/theme/pro-form/table-form-inner.css +101 -0
- package/es/src/utils/config-provider-preset.d.ts +12 -12
- package/lib/index.js +1 -1
- package/lib/src/ap-field/text/index.vue.d.ts +1 -1
- package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
- package/lib/src/components.d.ts +2 -0
- package/lib/src/config-provider/config-provider-props.d.ts +1 -1
- package/lib/src/config-provider/config-provider.d.ts +11 -11
- package/lib/src/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/src/description/description.vue.d.ts +1 -1
- package/lib/src/icon-picker/icon-picker.vue.d.ts +2 -2
- package/lib/src/index.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +1 -1
- package/lib/src/modal/components/modal-footer.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-select.vue.d.ts +2 -2
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-tree.vue.d.ts +1 -1
- package/lib/src/pro-form/hooks/use-label-width.d.ts +6 -6
- package/lib/src/pro-form/index.d.ts +4 -1
- package/lib/src/pro-form/index.js +1 -1
- package/lib/src/pro-form/pro-form.vue.d.ts +1 -1
- package/lib/src/pro-form/style/table-form.css +101 -0
- package/lib/src/pro-form/table-form-inner.vue.d.ts +44 -0
- package/lib/src/pro-form/table-form-inner.vue.js +1 -0
- package/lib/src/pro-form/table-form-inner.vue2.js +1 -0
- package/lib/src/pro-form/table-form.vue.d.ts +42 -0
- package/lib/src/pro-form/table-form.vue.js +1 -0
- package/lib/src/pro-form/table-form.vue2.js +1 -0
- package/lib/src/pro-form/types/table-form.d.ts +37 -0
- package/lib/src/pro-form/types/table-form.js +1 -0
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
- package/lib/src/pro-table/pro-table.vue.d.ts +1 -1
- package/lib/src/theme/antd-global-overwrite/admin/index.css +6 -6
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +6 -6
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +3 -3
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +3 -3
- package/lib/src/theme/pro-form/table-form-inner.css +101 -0
- package/lib/src/utils/config-provider-preset.d.ts +12 -12
- package/package.json +1 -1
- package/es/src/base-button/index.d.ts +0 -137
- package/es/src/basic/index.d.ts +0 -278
- package/es/src/button/index.d.ts +0 -51
- package/es/src/config-provider/index.d.ts +0 -691
- package/es/src/container/index.d.ts +0 -178
- package/es/src/count-down/index.d.ts +0 -150
- package/es/src/cropper/index.d.ts +0 -369
- package/es/src/description/index.d.ts +0 -214
- package/es/src/dropdown/index.d.ts +0 -113
- package/es/src/icon/index.d.ts +0 -208
- package/es/src/icon-picker/index.d.ts +0 -190
- package/es/src/modal/index.d.ts +0 -963
- package/es/src/scroll-bar/index.d.ts +0 -176
- package/es/src/strength-meter/index.d.ts +0 -89
- package/es/src/transition/index.d.ts +0 -369
- package/lib/src/base-button/index.d.ts +0 -137
- package/lib/src/basic/index.d.ts +0 -278
- package/lib/src/button/index.d.ts +0 -51
- package/lib/src/config-provider/index.d.ts +0 -691
- package/lib/src/container/index.d.ts +0 -178
- package/lib/src/count-down/index.d.ts +0 -150
- package/lib/src/cropper/index.d.ts +0 -369
- package/lib/src/description/index.d.ts +0 -214
- package/lib/src/dropdown/index.d.ts +0 -113
- package/lib/src/icon/index.d.ts +0 -208
- package/lib/src/icon-picker/index.d.ts +0 -190
- package/lib/src/modal/index.d.ts +0 -963
- package/lib/src/scroll-bar/index.d.ts +0 -176
- package/lib/src/strength-meter/index.d.ts +0 -89
- package/lib/src/transition/index.d.ts +0 -369
package/es/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as e from "./src/index.mjs";
|
|
2
2
|
import "./src/hooks/index.mjs";
|
|
3
3
|
import { Icon as l, SvgIcon as s } from "./src/icon/index.mjs";
|
|
4
|
-
import { configProviderProps as
|
|
5
|
-
import { configProviderContextKey as
|
|
4
|
+
import { configProviderProps as x } from "./src/config-provider/config-provider-props.mjs";
|
|
5
|
+
import { configProviderContextKey as i, tableDefaultConfig as u } from "./src/config-provider/constants.mjs";
|
|
6
6
|
import { keysOf as A, provideGlobalConfig as T, useGlobalConfig as F } from "./src/config-provider/hooks/use-global-config.mjs";
|
|
7
|
-
import { buildLocaleContext as S, buildTranslator as I, localeContextKey as g, translate as b, useLocale as
|
|
8
|
-
import { defaultNamespace as
|
|
7
|
+
import { buildLocaleContext as S, buildTranslator as I, localeContextKey as g, translate as b, useLocale as P } from "./src/config-provider/hooks/use-locale.mjs";
|
|
8
|
+
import { defaultNamespace as v, namespaceContextKey as R, useGetDerivedNamespace as M, useNamespace as B } from "./src/config-provider/hooks/use-namespace.mjs";
|
|
9
9
|
import { ConfigProvider as w } from "./src/config-provider/config-provider.mjs";
|
|
10
10
|
import { APConfigProvider as k } from "./src/config-provider/index.mjs";
|
|
11
11
|
import { Scrollbar as y } from "./src/scroll-bar/index.mjs";
|
|
@@ -15,14 +15,14 @@ import { default as H } from "./src/locale/lang/zh-cn.mjs";
|
|
|
15
15
|
import { default as z } from "./src/locale/lang/en.mjs";
|
|
16
16
|
import { BasicArrow as V, BasicHelp as $, BasicTitle as j } from "./src/basic/index.mjs";
|
|
17
17
|
import { default as J } from "./src/transition/collapse-transition.vue.mjs";
|
|
18
|
-
import { ExpandTransition as Z, ExpandXTransition as _, FadeTransition as oo, ScaleRotateTransition as eo, ScaleTransition as ro, ScrollXReverseTransition as to, ScrollXTransition as ao, ScrollYReverseTransition as po, ScrollYTransition as fo, SlideXReverseTransition as mo, SlideXTransition as lo, SlideYReverseTransition as so, SlideYTransition as
|
|
19
|
-
import { useDescription as
|
|
18
|
+
import { ExpandTransition as Z, ExpandXTransition as _, FadeTransition as oo, ScaleRotateTransition as eo, ScaleTransition as ro, ScrollXReverseTransition as to, ScrollXTransition as ao, ScrollYReverseTransition as po, ScrollYTransition as fo, SlideXReverseTransition as mo, SlideXTransition as lo, SlideYReverseTransition as so, SlideYTransition as xo } from "./src/transition/index.mjs";
|
|
19
|
+
import { useDescription as io } from "./src/description/use-description.mjs";
|
|
20
20
|
import { Description as co } from "./src/description/index.mjs";
|
|
21
21
|
import { useComponentRegister as To } from "./src/pro-form/hooks/use-component-register.mjs";
|
|
22
22
|
import { useForm as Co } from "./src/pro-form/hooks/use-form.mjs";
|
|
23
23
|
import { isComponentFormSchema as Io, isSlotFormSchema as go } from "./src/pro-form/types/form.mjs";
|
|
24
|
-
import { Field as
|
|
25
|
-
import { default as
|
|
24
|
+
import { Field as Po } from "./src/pro-form/index.mjs";
|
|
25
|
+
import { default as vo } from "./src/pro-form/components/api-cascader.vue.mjs";
|
|
26
26
|
import { default as Mo } from "./src/pro-form/components/api-radio-group.vue.mjs";
|
|
27
27
|
import { default as ho } from "./src/pro-form/components/api-select.vue.mjs";
|
|
28
28
|
import { default as Go } from "./src/pro-form/components/api-transfer.vue.mjs";
|
|
@@ -30,67 +30,69 @@ import { default as No } from "./src/pro-form/components/api-tree.vue.mjs";
|
|
|
30
30
|
import { default as Lo } from "./src/pro-form/components/radio-button-group.vue.mjs";
|
|
31
31
|
import { default as Ko } from "./src/pro-form/pro-form.vue.mjs";
|
|
32
32
|
import { default as Eo } from "./src/pro-form/components/api-tree-select.vue.mjs";
|
|
33
|
-
import { default as Ho } from "./src/
|
|
34
|
-
import { default as zo } from "./src/
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import { default as Te } from "./src/pro-table/
|
|
47
|
-
import { default as Ce } from "./src/pro-table/components/table-
|
|
48
|
-
import {
|
|
49
|
-
import { default as be } from "./src/
|
|
50
|
-
import {
|
|
51
|
-
import { default as Re } from "./src/ap-form/items/
|
|
52
|
-
import { default as Be } from "./src/ap-form/items/
|
|
53
|
-
import { default as we } from "./src/ap-form/items/
|
|
54
|
-
import { default as ke } from "./src/ap-form/items/
|
|
55
|
-
import { default as ye } from "./src/ap-form/items/
|
|
56
|
-
import { default as Xe } from "./src/ap-form/items/
|
|
57
|
-
import {
|
|
58
|
-
import { default as Oe } from "./src/ap-form/
|
|
59
|
-
import {
|
|
60
|
-
import { default as Ue } from "./src/ap-form/ap-form-
|
|
61
|
-
import { default as $e } from "./src/ap-form/
|
|
62
|
-
import { default as qe } from "./src/ap-form/
|
|
63
|
-
import {
|
|
64
|
-
import { default as _e } from "./src/ap-
|
|
65
|
-
import {
|
|
66
|
-
import { default as tr } from "./src/ap-field/
|
|
67
|
-
import { default as pr } from "./src/ap-field/
|
|
68
|
-
import { default as mr } from "./src/ap-field/
|
|
69
|
-
import { default as sr } from "./src/ap-field/
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as cr } from "./src/ap-field/
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as Mr } from "./src/ap-action/
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import { default as Vr } from "./src/
|
|
88
|
-
import { default as jr } from "./src/ap-
|
|
89
|
-
import {
|
|
90
|
-
import { default as Zr } from "./src/ap-
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
33
|
+
import { default as Ho } from "./src/pro-form/table-form.vue.mjs";
|
|
34
|
+
import { default as zo } from "./src/pro-form/table-form-inner.vue.mjs";
|
|
35
|
+
import { default as Vo } from "./src/base-button/modal-button.vue.mjs";
|
|
36
|
+
import { default as jo } from "./src/base-button/pop-confirm-button.vue.mjs";
|
|
37
|
+
import { BaseButton as Jo } from "./src/base-button/index.mjs";
|
|
38
|
+
import { StrengthMeter as Zo } from "./src/strength-meter/index.mjs";
|
|
39
|
+
import { useModalContext as oe } from "./src/modal/hooks/use-modal-context.mjs";
|
|
40
|
+
import { useModal as re, useModalInner as te } from "./src/modal/hooks/use-modal.mjs";
|
|
41
|
+
import { BaseModal as pe } from "./src/modal/index.mjs";
|
|
42
|
+
import { CropperAvatar as me, CropperImage as le } from "./src/cropper/index.mjs";
|
|
43
|
+
import { CountdownButton as de, CountdownInput as xe } from "./src/count-down/index.mjs";
|
|
44
|
+
import { createPrompt as ie } from "./src/prompt/index.mjs";
|
|
45
|
+
import { Dropdown as ce } from "./src/dropdown/index.mjs";
|
|
46
|
+
import { default as Te } from "./src/pro-table/pro-table.vue.mjs";
|
|
47
|
+
import { default as Ce } from "./src/pro-table/components/table-action.vue.mjs";
|
|
48
|
+
import { default as Ie } from "./src/pro-table/components/edit-table-header-icon.vue.mjs";
|
|
49
|
+
import { default as be } from "./src/pro-table/components/table-image.vue.mjs";
|
|
50
|
+
import { useTable as De } from "./src/pro-table/hooks/use-table.mjs";
|
|
51
|
+
import { default as Re } from "./src/ap-form/items/text/index.vue.mjs";
|
|
52
|
+
import { default as Be } from "./src/ap-form/items/text-area/index.vue.mjs";
|
|
53
|
+
import { default as we } from "./src/ap-form/items/number/index.vue.mjs";
|
|
54
|
+
import { default as ke } from "./src/ap-form/items/date/index.vue.mjs";
|
|
55
|
+
import { default as ye } from "./src/ap-form/items/date-range/index.vue.mjs";
|
|
56
|
+
import { default as Xe } from "./src/ap-form/items/radio/index.vue.mjs";
|
|
57
|
+
import { default as Ye } from "./src/ap-form/items/select/index.vue.mjs";
|
|
58
|
+
import { default as Oe } from "./src/ap-form/items/switch/index.vue.mjs";
|
|
59
|
+
import { ApForm as We } from "./src/ap-form/index.mjs";
|
|
60
|
+
import { default as Ue } from "./src/ap-form/ap-form-item.vue.mjs";
|
|
61
|
+
import { default as $e } from "./src/ap-form/ap-form-item-group/index.vue.mjs";
|
|
62
|
+
import { default as qe } from "./src/ap-form/ap-form-list.vue.mjs";
|
|
63
|
+
import { default as Qe } from "./src/ap-form/search-form/index.vue.mjs";
|
|
64
|
+
import { default as _e } from "./src/ap-form/modal-form/index.vue.mjs";
|
|
65
|
+
import { ApField as er } from "./src/ap-field/index.mjs";
|
|
66
|
+
import { default as tr } from "./src/ap-field/text/index.vue.mjs";
|
|
67
|
+
import { default as pr } from "./src/ap-field/checkbox/index.vue.mjs";
|
|
68
|
+
import { default as mr } from "./src/ap-field/date/index.vue.mjs";
|
|
69
|
+
import { default as sr } from "./src/ap-field/number/index.vue.mjs";
|
|
70
|
+
import { default as xr } from "./src/ap-field/radio/index.vue.mjs";
|
|
71
|
+
import { default as ir } from "./src/ap-field/switch/index.vue.mjs";
|
|
72
|
+
import { default as cr } from "./src/ap-field/text-area/index.vue.mjs";
|
|
73
|
+
import { default as Tr } from "./src/ap-field/date-range/index.vue.mjs";
|
|
74
|
+
import { default as Cr } from "./src/ap-field/select/index.vue.mjs";
|
|
75
|
+
import { adminToken as Ir, aplusToken as gr } from "./src/design-token/index.mjs";
|
|
76
|
+
import { ApActionItem as Pr } from "./src/ap-action/index.mjs";
|
|
77
|
+
import { default as vr } from "./src/ap-action/item-modal/index.vue.mjs";
|
|
78
|
+
import { default as Mr } from "./src/ap-action/item-popconfirm/index.vue.mjs";
|
|
79
|
+
import { default as hr } from "./src/ap-action/item-dropdown/index.vue.mjs";
|
|
80
|
+
import { default as Gr } from "./src/ap-action/group/index.vue.mjs";
|
|
81
|
+
import { generateTableList as Nr } from "./src/ap-custom-column/utils.mjs";
|
|
82
|
+
import { useCacheColumnSetting as Lr } from "./src/ap-custom-column/useCacheColumnSetting.mjs";
|
|
83
|
+
import { default as Kr } from "./src/ap-custom-column/custom-column.vue.mjs";
|
|
84
|
+
import { default as Er } from "./src/ap-custom-column/column-select.vue.mjs";
|
|
85
|
+
import { DictCode as Hr } from "./src/work-order-modal/interfaces.mjs";
|
|
86
|
+
import { createWorkOrderModal as zr } from "./src/work-order-modal/createWorkOrder.mjs";
|
|
87
|
+
import { default as Vr } from "./src/work-order-modal/work-order-modal.vue.mjs";
|
|
88
|
+
import { default as jr } from "./src/ap-tag/ap-tag.vue.mjs";
|
|
89
|
+
import { default as Jr } from "./src/ap-tag/ap-tag-group.vue.mjs";
|
|
90
|
+
import { default as Zr } from "./src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
|
|
91
|
+
import { NeedNameKeyDefault as ot } from "./src/ap-upload/apUploadTypes.mjs";
|
|
92
|
+
import { default as rt } from "./src/ap-upload/apUpload.vue.mjs";
|
|
93
|
+
import { default as at } from "./src/ap-download/ap-download.vue.mjs";
|
|
94
|
+
import { useMessage as ft } from "./src/hooks/useMessage.mjs";
|
|
95
|
+
import { useControllableValue as lt } from "./src/hooks/useControllableValue.mjs";
|
|
94
96
|
const p = {
|
|
95
97
|
install: (r) => {
|
|
96
98
|
for (const t in e) {
|
|
@@ -101,75 +103,77 @@ const p = {
|
|
|
101
103
|
};
|
|
102
104
|
export {
|
|
103
105
|
k as APConfigProvider,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
106
|
+
Gr as ApActionGroup,
|
|
107
|
+
Pr as ApActionItem,
|
|
108
|
+
hr as ApActionItemDropdown,
|
|
109
|
+
vr as ApActionItemModal,
|
|
110
|
+
Mr as ApActionItemPopconfirm,
|
|
111
|
+
Kr as ApCustomColumn,
|
|
112
|
+
Er as ApCustomSelect,
|
|
113
|
+
at as ApDownload,
|
|
114
|
+
er as ApField,
|
|
115
|
+
pr as ApFieldCheckbox,
|
|
116
|
+
mr as ApFieldDate,
|
|
117
|
+
Tr as ApFieldDateRange,
|
|
118
|
+
sr as ApFieldNumber,
|
|
119
|
+
xr as ApFieldRadio,
|
|
120
|
+
Cr as ApFieldSelect,
|
|
121
|
+
ir as ApFieldSwitch,
|
|
122
|
+
tr as ApFieldText,
|
|
123
|
+
cr as ApFieldTextArea,
|
|
124
|
+
We as ApForm,
|
|
125
|
+
Ue as ApFormItem,
|
|
126
|
+
ke as ApFormItemDate,
|
|
127
|
+
ye as ApFormItemDateRange,
|
|
128
|
+
$e as ApFormItemGroup,
|
|
129
|
+
we as ApFormItemNumber,
|
|
130
|
+
Xe as ApFormItemRadio,
|
|
131
|
+
Ye as ApFormItemSelect,
|
|
132
|
+
Oe as ApFormItemSwitch,
|
|
133
|
+
Re as ApFormItemText,
|
|
134
|
+
Be as ApFormItemTextArea,
|
|
135
|
+
qe as ApFormList,
|
|
136
|
+
_e as ApFormModalForm,
|
|
137
|
+
Qe as ApFormSearchForm,
|
|
138
|
+
Zr as ApInfoLayout,
|
|
139
|
+
jr as ApTag,
|
|
140
|
+
Jr as ApTagGroup,
|
|
141
|
+
rt as ApUpload,
|
|
142
|
+
vo as ApiCascader,
|
|
141
143
|
Mo as ApiRadioGroup,
|
|
142
144
|
ho as ApiSelect,
|
|
143
145
|
Go as ApiTransfer,
|
|
144
146
|
No as ApiTree,
|
|
145
147
|
Eo as ApiTreeSelect,
|
|
146
|
-
|
|
147
|
-
|
|
148
|
+
Jo as BaseButton,
|
|
149
|
+
pe as BaseModal,
|
|
148
150
|
V as BasicArrow,
|
|
149
151
|
$ as BasicHelp,
|
|
150
152
|
j as BasicTitle,
|
|
151
153
|
X as CollapseContainer,
|
|
152
154
|
J as CollapseTransition,
|
|
153
155
|
w as ConfigProvider,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
de as CountdownButton,
|
|
157
|
+
xe as CountdownInput,
|
|
158
|
+
me as CropperAvatar,
|
|
159
|
+
le as CropperImage,
|
|
158
160
|
co as Description,
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
161
|
+
Hr as DictCode,
|
|
162
|
+
ce as Dropdown,
|
|
163
|
+
Ie as EditTableHeaderIcon,
|
|
162
164
|
Z as ExpandTransition,
|
|
163
165
|
_ as ExpandXTransition,
|
|
164
166
|
oo as FadeTransition,
|
|
165
|
-
|
|
167
|
+
Po as Field,
|
|
166
168
|
l as Icon,
|
|
167
169
|
E as IconPicker,
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
170
|
+
Vo as ModalButton,
|
|
171
|
+
ot as NeedNameKeyDefault,
|
|
172
|
+
jo as PopConfirmButton,
|
|
171
173
|
Ko as ProForm,
|
|
172
|
-
|
|
174
|
+
Te as ProTable,
|
|
175
|
+
Ho as ProTableForm,
|
|
176
|
+
zo as ProTableFormInner,
|
|
173
177
|
Lo as RadioButtonGroup,
|
|
174
178
|
eo as ScaleRotateTransition,
|
|
175
179
|
ro as ScaleTransition,
|
|
@@ -182,24 +186,24 @@ export {
|
|
|
182
186
|
mo as SlideXReverseTransition,
|
|
183
187
|
lo as SlideXTransition,
|
|
184
188
|
so as SlideYReverseTransition,
|
|
185
|
-
|
|
186
|
-
|
|
189
|
+
xo as SlideYTransition,
|
|
190
|
+
Zo as StrengthMeter,
|
|
187
191
|
s as SvgIcon,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
192
|
+
Ce as TableAction,
|
|
193
|
+
be as TableImg,
|
|
194
|
+
Vr as WorkOrderModal,
|
|
195
|
+
Ir as adminToken,
|
|
196
|
+
gr as aplusToken,
|
|
193
197
|
S as buildLocaleContext,
|
|
194
198
|
I as buildTranslator,
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
+
i as configProviderContextKey,
|
|
200
|
+
x as configProviderProps,
|
|
201
|
+
ie as createPrompt,
|
|
202
|
+
zr as createWorkOrderModal,
|
|
199
203
|
p as default,
|
|
200
|
-
|
|
204
|
+
v as defaultNamespace,
|
|
201
205
|
z as en,
|
|
202
|
-
|
|
206
|
+
Nr as generateTableList,
|
|
203
207
|
Io as isComponentFormSchema,
|
|
204
208
|
go as isSlotFormSchema,
|
|
205
209
|
A as keysOf,
|
|
@@ -208,19 +212,19 @@ export {
|
|
|
208
212
|
T as provideGlobalConfig,
|
|
209
213
|
u as tableDefaultConfig,
|
|
210
214
|
b as translate,
|
|
211
|
-
|
|
215
|
+
Lr as useCacheColumnSetting,
|
|
212
216
|
To as useComponentRegister,
|
|
213
|
-
|
|
214
|
-
|
|
217
|
+
lt as useControllableValue,
|
|
218
|
+
io as useDescription,
|
|
215
219
|
Co as useForm,
|
|
216
220
|
M as useGetDerivedNamespace,
|
|
217
221
|
F as useGlobalConfig,
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
222
|
+
P as useLocale,
|
|
223
|
+
ft as useMessage,
|
|
224
|
+
re as useModal,
|
|
225
|
+
oe as useModalContext,
|
|
226
|
+
te as useModalInner,
|
|
223
227
|
B as useNamespace,
|
|
224
|
-
|
|
228
|
+
De as useTable,
|
|
225
229
|
H as zhCn
|
|
226
230
|
};
|
|
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
34
34
|
}>>> & {
|
|
35
35
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
36
36
|
}, {
|
|
37
|
-
type: "number" | "text" | "color" | "
|
|
37
|
+
type: "number" | "text" | "color" | "button" | "time" | "image" | "search" | "submit" | "reset" | "hidden" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "date" | "week" | "month" | "datetime-local" | "file" | "password";
|
|
38
38
|
mode: FieldMode;
|
|
39
39
|
bordered: boolean;
|
|
40
40
|
allowClear: boolean;
|
|
@@ -23,7 +23,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
23
23
|
}>>> & {
|
|
24
24
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
25
25
|
}, {
|
|
26
|
-
type: "number" | "text" | "color" | "
|
|
26
|
+
type: "number" | "text" | "color" | "button" | "time" | "image" | "search" | "submit" | "reset" | "hidden" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "date" | "week" | "month" | "datetime-local" | "file" | "password";
|
|
27
27
|
mode: FieldMode;
|
|
28
28
|
bordered: boolean;
|
|
29
29
|
lazy: boolean;
|
package/es/src/components.d.ts
CHANGED
|
@@ -34,6 +34,8 @@ declare module '@vue/runtime-core' {
|
|
|
34
34
|
ApCountdownButton: typeof components.CountdownButton;
|
|
35
35
|
ApCountdownInput: typeof components.CountdownInput;
|
|
36
36
|
ApDropdown: typeof components.Dropdown;
|
|
37
|
+
ProTableForm: typeof components.ProTableForm;
|
|
38
|
+
ProTableFormInner: typeof components.ProTableFormInner;
|
|
37
39
|
}
|
|
38
40
|
}
|
|
39
41
|
|
|
@@ -11,7 +11,7 @@ import { RequiredMark } from 'ant-design-vue/es/form/Form';
|
|
|
11
11
|
export declare const configProviderProps: () => {
|
|
12
12
|
iconPrefixCls: StringConstructor;
|
|
13
13
|
getTargetContainer: {
|
|
14
|
-
type: PropType<() =>
|
|
14
|
+
type: PropType<() => HTMLElement | Window>;
|
|
15
15
|
};
|
|
16
16
|
getPopupContainer: {
|
|
17
17
|
type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
|
|
@@ -12,7 +12,7 @@ import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig } from './constants'
|
|
|
12
12
|
export declare const ConfigProvider: DefineComponent<{
|
|
13
13
|
iconPrefixCls: StringConstructor;
|
|
14
14
|
getTargetContainer: {
|
|
15
|
-
type: PropType<() =>
|
|
15
|
+
type: PropType<() => HTMLElement | Window>;
|
|
16
16
|
};
|
|
17
17
|
getPopupContainer: {
|
|
18
18
|
type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
|
|
@@ -149,7 +149,7 @@ export declare const ConfigProvider: DefineComponent<{
|
|
|
149
149
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
150
150
|
iconPrefixCls: StringConstructor;
|
|
151
151
|
getTargetContainer: {
|
|
152
|
-
type: PropType<() =>
|
|
152
|
+
type: PropType<() => HTMLElement | Window>;
|
|
153
153
|
};
|
|
154
154
|
getPopupContainer: {
|
|
155
155
|
type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
|
|
@@ -286,18 +286,10 @@ export declare const ConfigProvider: DefineComponent<{
|
|
|
286
286
|
}>>, {
|
|
287
287
|
theme: ThemeConfig;
|
|
288
288
|
direction: "ltr" | "rtl";
|
|
289
|
+
csp: CSPConfig;
|
|
289
290
|
input: {
|
|
290
291
|
autocomplete?: string | undefined;
|
|
291
292
|
};
|
|
292
|
-
select: {
|
|
293
|
-
showSearch?: boolean | undefined;
|
|
294
|
-
};
|
|
295
|
-
form: {
|
|
296
|
-
validateMessages?: ValidateMessages | undefined;
|
|
297
|
-
requiredMark?: RequiredMark | undefined;
|
|
298
|
-
colon?: boolean | undefined;
|
|
299
|
-
};
|
|
300
|
-
csp: CSPConfig;
|
|
301
293
|
autoInsertSpaceInButton: boolean;
|
|
302
294
|
locale: Locale;
|
|
303
295
|
pageHeader: {
|
|
@@ -309,9 +301,17 @@ export declare const ConfigProvider: DefineComponent<{
|
|
|
309
301
|
};
|
|
310
302
|
virtual: boolean;
|
|
311
303
|
dropdownMatchSelectWidth: number | boolean;
|
|
304
|
+
form: {
|
|
305
|
+
validateMessages?: ValidateMessages | undefined;
|
|
306
|
+
requiredMark?: RequiredMark | undefined;
|
|
307
|
+
colon?: boolean | undefined;
|
|
308
|
+
};
|
|
312
309
|
pagination: {
|
|
313
310
|
showSizeChanger?: boolean | undefined;
|
|
314
311
|
};
|
|
312
|
+
select: {
|
|
313
|
+
showSearch?: boolean | undefined;
|
|
314
|
+
};
|
|
315
315
|
wave: {
|
|
316
316
|
disabled?: boolean | undefined;
|
|
317
317
|
};
|
|
@@ -17,7 +17,7 @@ export declare function useGlobalConfig(): Ref<ConfigProviderContext>;
|
|
|
17
17
|
export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContext>, app?: App, global?: boolean) => ComputedRef<Partial<Partial< ExtractPropTypes<{
|
|
18
18
|
iconPrefixCls: StringConstructor;
|
|
19
19
|
getTargetContainer: {
|
|
20
|
-
type: PropType<() =>
|
|
20
|
+
type: PropType<() => HTMLElement | Window>;
|
|
21
21
|
};
|
|
22
22
|
getPopupContainer: {
|
|
23
23
|
type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
|
|
@@ -87,8 +87,8 @@ declare const _default: DefineComponent<{
|
|
|
87
87
|
}, {
|
|
88
88
|
title: string;
|
|
89
89
|
size: string;
|
|
90
|
-
column: number | Record<string, any>;
|
|
91
90
|
bordered: boolean;
|
|
91
|
+
column: number | Record<string, any>;
|
|
92
92
|
schema: DescItem[];
|
|
93
93
|
useCollapse: boolean;
|
|
94
94
|
collapseOptions: CollapseContainerOptions;
|
|
@@ -26,10 +26,10 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
26
26
|
}, {
|
|
27
27
|
mode: "svg" | "iconify";
|
|
28
28
|
width: string;
|
|
29
|
-
copy: boolean;
|
|
30
29
|
value: string;
|
|
31
|
-
|
|
30
|
+
copy: boolean;
|
|
32
31
|
allowClear: boolean;
|
|
32
|
+
readonly: boolean;
|
|
33
33
|
pageSize: number;
|
|
34
34
|
}, {}>;
|
|
35
35
|
export default _default;
|