@aplus-frontend/ui 0.1.30 → 0.1.32
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 +153 -145
- package/es/src/{business/ap-action-button/ApActionButton.vue.d.ts → ap-button/ap-action-button.vue.d.ts} +3 -3
- package/es/src/ap-button/ap-action-button.vue.mjs +43 -0
- package/es/src/ap-button/ap-action-button.vue2.mjs +4 -0
- package/es/src/ap-button/ap-button.vue.d.ts +48 -0
- package/es/src/ap-button/ap-button.vue.mjs +118 -0
- package/es/src/ap-button/ap-button.vue2.mjs +4 -0
- package/es/src/ap-button/index.d.ts +4 -0
- package/es/src/ap-button/index.mjs +3 -0
- package/es/src/{business/ap-action-button → ap-button}/interface.d.ts +3 -1
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +43 -45
- package/es/src/ap-descriptions/formatter/index.d.ts +2 -2
- package/es/src/ap-descriptions/helper.d.ts +19 -1
- package/es/src/ap-descriptions/helper.mjs +22 -12
- package/es/src/ap-descriptions/style/ap-descriptions.css +1 -5
- package/es/src/ap-download/ap-download.vue.mjs +51 -40
- package/es/src/ap-download/utils/getFileInfo.d.ts +4 -1
- package/es/src/ap-download/utils/getFileInfo.mjs +51 -26
- package/es/src/ap-form/dependency/index.vue.d.ts +28 -0
- package/es/src/ap-form/dependency/index.vue.mjs +37 -0
- package/es/src/ap-form/dependency/index.vue2.mjs +4 -0
- package/es/src/ap-form/index.d.ts +3 -1
- package/es/src/ap-form/index.mjs +10 -6
- package/es/src/ap-form/interface.d.ts +3 -0
- package/es/src/business/ap-attachment/ApAttachment.mjs +76 -68
- package/es/src/business/ap-card/ApCard.vue.d.ts +27 -0
- package/es/src/business/ap-card/ApCard.vue.mjs +4 -0
- package/es/src/business/ap-card/ApCard.vue2.mjs +60 -0
- package/es/src/business/ap-card/index.css +10 -0
- package/es/src/business/ap-card/interface.d.ts +9 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +56 -65
- package/es/src/business/ap-export-group/handleExportDownload.d.ts +1 -0
- package/es/src/business/ap-export-group/handleExportDownload.mjs +14 -0
- package/es/src/business/hooks/useTableRefresh.d.ts +1 -1
- package/es/src/business/hooks/useTableRefresh.mjs +1 -1
- package/es/src/business/index.d.ts +21 -235
- package/es/src/business/index.mjs +30 -29
- package/es/src/config-provider/config-provider-props.d.ts +5 -1
- package/es/src/config-provider/config-provider-props.mjs +6 -2
- package/es/src/config-provider/config-provider.d.ts +10 -1
- package/es/src/config-provider/config-provider.mjs +20 -19
- package/es/src/config-provider/constants.d.ts +9 -0
- package/es/src/config-provider/hooks/use-global-config.d.ts +5 -1
- package/es/src/config-provider/index.d.ts +20 -1
- package/es/src/editable-table/interface.d.ts +3 -2
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +274 -265
- package/es/src/theme/ap-card/ap-card.css +10 -0
- package/es/src/theme/ap-descriptions/ap-descriptions.css +1 -5
- package/es/src/theme/css-var/index.mjs +33 -15
- package/lib/index.js +1 -1
- package/lib/src/{business/ap-action-button/ApActionButton.vue.d.ts → ap-button/ap-action-button.vue.d.ts} +3 -3
- package/lib/src/ap-button/ap-action-button.vue.js +1 -0
- package/lib/src/ap-button/ap-action-button.vue2.js +1 -0
- package/lib/src/ap-button/ap-button.vue.d.ts +48 -0
- package/lib/src/ap-button/ap-button.vue.js +1 -0
- package/lib/src/ap-button/ap-button.vue2.js +1 -0
- package/lib/src/ap-button/index.d.ts +4 -0
- package/lib/src/ap-button/index.js +1 -0
- package/lib/src/{business/ap-action-button → ap-button}/interface.d.ts +3 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
- package/lib/src/ap-descriptions/formatter/index.d.ts +2 -2
- package/lib/src/ap-descriptions/helper.d.ts +19 -1
- package/lib/src/ap-descriptions/helper.js +1 -1
- package/lib/src/ap-descriptions/style/ap-descriptions.css +1 -5
- package/lib/src/ap-download/ap-download.vue.js +1 -1
- package/lib/src/ap-download/utils/getFileInfo.d.ts +4 -1
- package/lib/src/ap-download/utils/getFileInfo.js +1 -1
- package/lib/src/ap-form/dependency/index.vue.d.ts +28 -0
- package/lib/src/ap-form/dependency/index.vue.js +1 -0
- package/lib/src/ap-form/dependency/index.vue2.js +1 -0
- package/lib/src/ap-form/index.d.ts +3 -1
- package/lib/src/ap-form/index.js +1 -1
- package/lib/src/ap-form/interface.d.ts +3 -0
- package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
- package/lib/src/business/ap-card/ApCard.vue.d.ts +27 -0
- package/lib/src/business/{ap-action-button/ApActionButton.vue.js → ap-card/ApCard.vue.js} +1 -1
- package/lib/src/business/ap-card/ApCard.vue2.js +1 -0
- package/lib/src/business/ap-card/index.css +10 -0
- package/lib/src/business/ap-card/interface.d.ts +9 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-export-group/handleExportDownload.d.ts +1 -0
- package/lib/src/business/ap-export-group/handleExportDownload.js +1 -0
- package/lib/src/business/hooks/useTableRefresh.d.ts +1 -1
- package/lib/src/business/hooks/useTableRefresh.js +1 -1
- package/lib/src/business/index.d.ts +21 -235
- package/lib/src/business/index.js +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +5 -1
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +10 -1
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/constants.d.ts +9 -0
- package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -1
- package/lib/src/config-provider/index.d.ts +20 -1
- package/lib/src/editable-table/interface.d.ts +3 -2
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/theme/ap-card/ap-card.css +10 -0
- package/lib/src/theme/ap-descriptions/ap-descriptions.css +1 -5
- package/lib/src/theme/css-var/index.js +1 -1
- package/package.json +1 -1
- package/es/src/business/ap-action-button/ApActionButton.vue.mjs +0 -4
- package/es/src/business/ap-action-button/ApActionButton.vue2.mjs +0 -97
- package/lib/src/business/ap-action-button/ApActionButton.vue2.js +0 -1
- /package/es/src/{business/ap-action-button → ap-button}/index.css +0 -0
- /package/es/src/{business/ap-action-button → ap-button}/interface.mjs +0 -0
- /package/es/src/business/{title → ap-title}/ApTitle.vue.d.ts +0 -0
- /package/es/src/business/{title → ap-title}/ApTitle.vue.mjs +0 -0
- /package/es/src/business/{title → ap-title}/ApTitle.vue2.mjs +0 -0
- /package/es/src/business/{title → ap-title}/interface.d.ts +0 -0
- /package/es/src/business/{title → ap-title}/style.css +0 -0
- /package/es/src/theme/{ap-action-button/ap-action-button.css → ap-button/ap-button.css} +0 -0
- /package/lib/src/{business/ap-action-button → ap-button}/index.css +0 -0
- /package/lib/src/{business/ap-action-button → ap-button}/interface.js +0 -0
- /package/lib/src/business/{title → ap-title}/ApTitle.vue.d.ts +0 -0
- /package/lib/src/business/{title → ap-title}/ApTitle.vue.js +0 -0
- /package/lib/src/business/{title → ap-title}/ApTitle.vue2.js +0 -0
- /package/lib/src/business/{title → ap-title}/interface.d.ts +0 -0
- /package/lib/src/business/{title → ap-title}/style.css +0 -0
- /package/lib/src/theme/{ap-action-button/ap-action-button.css → ap-button/ap-button.css} +0 -0
package/es/src/index.mjs
CHANGED
|
@@ -1,289 +1,298 @@
|
|
|
1
|
-
import { Icon as
|
|
2
|
-
import { APConfigProvider as
|
|
3
|
-
import { Scrollbar as
|
|
4
|
-
import { CollapseContainer as
|
|
5
|
-
import { IconPicker as
|
|
1
|
+
import { Icon as A, SvgIcon as c } from "./icon/index.mjs";
|
|
2
|
+
import { APConfigProvider as F } from "./config-provider/index.mjs";
|
|
3
|
+
import { Scrollbar as b } from "./scroll-bar/index.mjs";
|
|
4
|
+
import { CollapseContainer as I, ScrollContainer as g } from "./container/index.mjs";
|
|
5
|
+
import { IconPicker as h } from "./icon-picker/index.mjs";
|
|
6
6
|
import "./locale/index.mjs";
|
|
7
|
-
import { BasicArrow as
|
|
8
|
-
import { ExpandTransition as
|
|
9
|
-
import { Description as
|
|
10
|
-
import { Field as
|
|
11
|
-
import { BaseButton as
|
|
12
|
-
import { StrengthMeter as
|
|
13
|
-
import { BaseModal as
|
|
14
|
-
import { CropperAvatar as
|
|
15
|
-
import { CountdownButton as
|
|
16
|
-
import { createPrompt as
|
|
17
|
-
import { Dropdown as
|
|
7
|
+
import { BasicArrow as M, BasicHelp as R, BasicTitle as B } from "./basic/index.mjs";
|
|
8
|
+
import { ExpandTransition as v, ExpandXTransition as w, FadeTransition as L, ScaleRotateTransition as k, ScaleTransition as y, ScrollXReverseTransition as N, ScrollXTransition as E, ScrollYReverseTransition as K, ScrollYTransition as X, SlideXReverseTransition as Y, SlideXTransition as H, SlideYReverseTransition as O, SlideYTransition as W } from "./transition/index.mjs";
|
|
9
|
+
import { Description as U } from "./description/index.mjs";
|
|
10
|
+
import { Field as q } from "./pro-form/index.mjs";
|
|
11
|
+
import { BaseButton as Q } from "./base-button/index.mjs";
|
|
12
|
+
import { StrengthMeter as Z } from "./strength-meter/index.mjs";
|
|
13
|
+
import { BaseModal as $ } from "./modal/index.mjs";
|
|
14
|
+
import { CropperAvatar as eo, CropperImage as ro } from "./cropper/index.mjs";
|
|
15
|
+
import { CountdownButton as ao, CountdownInput as po } from "./count-down/index.mjs";
|
|
16
|
+
import { createPrompt as mo } from "./prompt/index.mjs";
|
|
17
|
+
import { Dropdown as so } from "./dropdown/index.mjs";
|
|
18
18
|
import "./pro-table/index.mjs";
|
|
19
|
-
import { ApForm as
|
|
20
|
-
import { ApField as
|
|
21
|
-
import { adminToken as
|
|
22
|
-
import { ApActionItem as
|
|
19
|
+
import { ApForm as io } from "./ap-form/index.mjs";
|
|
20
|
+
import { ApField as no } from "./ap-field/index.mjs";
|
|
21
|
+
import { adminToken as co, aplusToken as To } from "./design-token/index.mjs";
|
|
22
|
+
import { ApActionItem as Co } from "./ap-action/index.mjs";
|
|
23
23
|
import "./ap-custom-column/index.mjs";
|
|
24
24
|
import "./work-order-modal/index.mjs";
|
|
25
25
|
import "./ap-tag/index.mjs";
|
|
26
26
|
import "./ap-layout/index.mjs";
|
|
27
27
|
import "./ap-upload/index.mjs";
|
|
28
28
|
import "./ap-download/index.mjs";
|
|
29
|
-
import { CheckCard as
|
|
30
|
-
import { ApModal as
|
|
29
|
+
import { CheckCard as So } from "./check-card/index.mjs";
|
|
30
|
+
import { ApModal as go } from "./ap-modal/index.mjs";
|
|
31
31
|
import "./ap-list/index.mjs";
|
|
32
|
-
import
|
|
32
|
+
import "./ap-button/index.mjs";
|
|
33
|
+
import { ApAttachment as ho, ApBatchAction as Po, ApBatchActionGroup as Mo, ApCard as Ro, ApExpandAlert as Bo, ApExportGroup as Go, ApImage as vo, ApInputRadio as wo, ApLabel as Lo, ApLabelGroup as ko, ApLadder as yo, ApSelectLayout as No, ApStatus as Eo, ApStatusGroup as Ko, ApTitle as Xo } from "./business/index.mjs";
|
|
33
34
|
import "./ap-table/index.mjs";
|
|
34
35
|
import "./editable-table/index.mjs";
|
|
35
36
|
import "./ap-descriptions/index.mjs";
|
|
36
|
-
import { configProviderProps as
|
|
37
|
-
import { configProviderContextKey as
|
|
38
|
-
import { keysOf as
|
|
39
|
-
import { buildLocaleContext as
|
|
40
|
-
import { defaultNamespace as
|
|
41
|
-
import { ConfigProvider as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { useDescription as
|
|
46
|
-
import { useComponentRegister as
|
|
47
|
-
import { useForm as
|
|
48
|
-
import { isComponentFormSchema as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
37
|
+
import { configProviderProps as Ho } from "./config-provider/config-provider-props.mjs";
|
|
38
|
+
import { configProviderContextKey as Wo, tableDefaultConfig as zo } from "./config-provider/constants.mjs";
|
|
39
|
+
import { keysOf as jo, provideGlobalConfig as qo, useGlobalConfig as Jo } from "./config-provider/hooks/use-global-config.mjs";
|
|
40
|
+
import { buildLocaleContext as Vo, buildTranslator as Zo, localeContextKey as _o, translate as $o, useLocale as oe } from "./config-provider/hooks/use-locale.mjs";
|
|
41
|
+
import { defaultNamespace as re, namespaceContextKey as te, useGetDerivedNamespace as ae, useNamespace as pe } from "./config-provider/hooks/use-namespace.mjs";
|
|
42
|
+
import { ConfigProvider as me, globalConfigCached as le } from "./config-provider/config-provider.mjs";
|
|
43
|
+
import { default as se } from "./locale/lang/zh-cn.mjs";
|
|
44
|
+
import { default as ie } from "./locale/lang/en.mjs";
|
|
45
|
+
import { default as ne } from "./transition/collapse-transition.vue.mjs";
|
|
46
|
+
import { useDescription as ce } from "./description/use-description.mjs";
|
|
47
|
+
import { useComponentRegister as Fe } from "./pro-form/hooks/use-component-register.mjs";
|
|
48
|
+
import { useForm as be } from "./pro-form/hooks/use-form.mjs";
|
|
49
|
+
import { isComponentFormSchema as Ie, isSlotFormSchema as ge } from "./pro-form/types/form.mjs";
|
|
50
|
+
import { default as he } from "./pro-form/components/api-cascader.vue.mjs";
|
|
51
|
+
import { default as Me } from "./pro-form/components/api-radio-group.vue.mjs";
|
|
52
|
+
import { default as Be } from "./pro-form/components/api-select.vue.mjs";
|
|
53
|
+
import { default as ve } from "./pro-form/components/api-transfer.vue.mjs";
|
|
53
54
|
import { default as Le } from "./pro-form/components/api-tree.vue.mjs";
|
|
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 { default as
|
|
61
|
-
import { useModalContext as
|
|
62
|
-
import { useModal as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { useTable as
|
|
68
|
-
import { ApFormItemText 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
|
|
55
|
+
import { default as ye } from "./pro-form/components/radio-button-group.vue.mjs";
|
|
56
|
+
import { default as Ee } from "./pro-form/pro-form.vue.mjs";
|
|
57
|
+
import { default as Xe } from "./pro-form/components/api-tree-select.vue.mjs";
|
|
58
|
+
import { default as He } from "./pro-form/table-form.vue.mjs";
|
|
59
|
+
import { default as We } from "./pro-form/table-form-inner.vue.mjs";
|
|
60
|
+
import { default as Ue } from "./base-button/modal-button.vue.mjs";
|
|
61
|
+
import { default as qe } from "./base-button/pop-confirm-button.vue.mjs";
|
|
62
|
+
import { useModalContext as Qe } from "./modal/hooks/use-modal-context.mjs";
|
|
63
|
+
import { useModal as Ze, useModalInner as _e } from "./modal/hooks/use-modal.mjs";
|
|
64
|
+
import { default as or } from "./pro-table/pro-table.vue.mjs";
|
|
65
|
+
import { default as rr } from "./pro-table/components/table-action.vue.mjs";
|
|
66
|
+
import { default as ar } from "./pro-table/components/edit-table-header-icon.vue.mjs";
|
|
67
|
+
import { default as fr } from "./pro-table/components/table-image.vue.mjs";
|
|
68
|
+
import { useTable as lr } from "./pro-table/hooks/use-table.mjs";
|
|
69
|
+
import { ApFormItemText as sr } from "./ap-form/items/text/index.mjs";
|
|
70
|
+
import { default as ir } from "./ap-form/items/text-area/index.vue.mjs";
|
|
71
|
+
import { default as nr } from "./ap-form/items/number/index.vue.mjs";
|
|
72
|
+
import { default as cr } from "./ap-form/items/date/index.vue.mjs";
|
|
73
|
+
import { default as Fr } from "./ap-form/items/date-range/index.vue.mjs";
|
|
74
|
+
import { default as br } from "./ap-form/items/radio/index.vue.mjs";
|
|
75
|
+
import { default as Ir } from "./ap-form/items/select/index.vue.mjs";
|
|
76
|
+
import { default as Dr } from "./ap-form/items/switch/index.vue.mjs";
|
|
77
|
+
import { default as Pr } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
78
|
+
import { default as Rr } from "./ap-form/items/text/password.vue.mjs";
|
|
79
|
+
import { default as Gr } from "./ap-form/ap-form-item.vue.mjs";
|
|
80
|
+
import { default as wr } from "./ap-form/ap-form-item-group/index.vue.mjs";
|
|
81
|
+
import { default as kr } from "./ap-form/ap-form-list.vue.mjs";
|
|
81
82
|
import { default as Nr } from "./ap-form/search-form/index.vue.mjs";
|
|
82
|
-
import { default as
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
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 { default as
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import { default as
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import { default as
|
|
115
|
-
import { default as
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import { default as
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
83
|
+
import { default as Kr } from "./ap-form/modal-form/index.vue.mjs";
|
|
84
|
+
import { default as Yr } from "./ap-form/dependency/index.vue.mjs";
|
|
85
|
+
import { ApFieldText as Or } from "./ap-field/text/index.mjs";
|
|
86
|
+
import { default as zr } from "./ap-field/checkbox/index.vue.mjs";
|
|
87
|
+
import { default as jr } from "./ap-field/date/index.vue.mjs";
|
|
88
|
+
import { default as Jr } from "./ap-field/number/index.vue.mjs";
|
|
89
|
+
import { default as Vr } from "./ap-field/radio/index.vue.mjs";
|
|
90
|
+
import { default as _r } from "./ap-field/switch/index.vue.mjs";
|
|
91
|
+
import { default as ot } from "./ap-field/text-area/index.vue.mjs";
|
|
92
|
+
import { default as rt } from "./ap-field/date-range/index.vue.mjs";
|
|
93
|
+
import { default as at } from "./ap-field/select/index.vue.mjs";
|
|
94
|
+
import { default as ft } from "./ap-field/text/password.vue.mjs";
|
|
95
|
+
import { default as lt } from "./ap-field/slider/index.vue.mjs";
|
|
96
|
+
import { default as st } from "./ap-field/segmented/index.vue.mjs";
|
|
97
|
+
import { default as it } from "./ap-field/rate/index.vue.mjs";
|
|
98
|
+
import { default as nt } from "./ap-action/item-modal/index.vue.mjs";
|
|
99
|
+
import { default as ct } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
100
|
+
import { default as Ft } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
101
|
+
import { default as bt } from "./ap-action/group/index.vue.mjs";
|
|
102
|
+
import { generateTableList as It } from "./ap-custom-column/utils.mjs";
|
|
103
|
+
import { useCacheColumnSetting as Dt } from "./ap-custom-column/useCacheColumnSetting.mjs";
|
|
104
|
+
import { default as Pt } from "./ap-custom-column/custom-column.vue.mjs";
|
|
105
|
+
import { default as Rt } from "./ap-custom-column/column-select.vue.mjs";
|
|
106
|
+
import { DictCode as Gt, langMap as vt } from "./work-order-modal/interfaces.mjs";
|
|
107
|
+
import { createWorkOrderModal as Lt } from "./work-order-modal/createWorkOrder.mjs";
|
|
108
|
+
import { default as yt } from "./work-order-modal/work-order-modal.vue.mjs";
|
|
109
|
+
import { default as Et } from "./ap-tag/ap-tag.vue.mjs";
|
|
110
|
+
import { default as Xt } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
111
|
+
import { default as Ht } from "./ap-layout/ApInfoLayout.vue.mjs";
|
|
112
|
+
import { NeedNameKeyDefault as Wt } from "./ap-upload/apUploadTypes.mjs";
|
|
113
|
+
import { default as Ut } from "./ap-upload/apUpload.vue.mjs";
|
|
114
|
+
import { ApDownLoadNeedNameKeyDefault as qt } from "./ap-download/interface.mjs";
|
|
115
|
+
import { default as Qt } from "./ap-download/ap-download.vue.mjs";
|
|
116
|
+
import { default as Zt } from "./check-card/group.vue.mjs";
|
|
117
|
+
import { default as $t } from "./ap-list/index.vue.mjs";
|
|
118
|
+
import { default as ea } from "./ap-button/ap-button.vue.mjs";
|
|
119
|
+
import { default as ta } from "./ap-button/ap-action-button.vue.mjs";
|
|
120
|
+
import { usePageListApTable as pa } from "./business/hooks/usePageListApTable.mjs";
|
|
121
|
+
import { useTableRefresh as ma } from "./business/hooks/useTableRefresh.mjs";
|
|
122
|
+
import { handleExportDownload as da } from "./business/ap-export-group/handleExportDownload.mjs";
|
|
123
|
+
import { default as xa } from "./business/ap-table-modal/index.mjs";
|
|
124
|
+
import { useTableModal as ua } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
125
|
+
import { useTableSelectModal as Aa } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
126
|
+
import { ApTransformDataHelper as Ta } from "./utils/ap-trans-data/index.mjs";
|
|
127
|
+
import { useTablePaging as Ca } from "./ap-table/hooks/use-table-paging.mjs";
|
|
128
|
+
import { default as Sa } from "./ap-table/ap-table.vue.mjs";
|
|
129
|
+
import { default as ga } from "./editable-table/index.vue.mjs";
|
|
130
|
+
import { default as ha } from "./editable-table/form-item.vue.mjs";
|
|
131
|
+
import { default as Ma } from "./ap-descriptions/ap-descriptions.vue.mjs";
|
|
127
132
|
export {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
133
|
+
F as APConfigProvider,
|
|
134
|
+
ta as ApActionButton,
|
|
135
|
+
bt as ApActionGroup,
|
|
136
|
+
Co as ApActionItem,
|
|
137
|
+
Ft as ApActionItemDropdown,
|
|
138
|
+
nt as ApActionItemModal,
|
|
139
|
+
ct as ApActionItemPopconfirm,
|
|
135
140
|
ho as ApAttachment,
|
|
136
|
-
|
|
141
|
+
Po as ApBatchAction,
|
|
137
142
|
Mo as ApBatchActionGroup,
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
143
|
+
ea as ApButton,
|
|
144
|
+
Ro as ApCard,
|
|
145
|
+
Pt as ApCustomColumn,
|
|
146
|
+
Rt as ApCustomSelect,
|
|
147
|
+
Ma as ApDescriptions,
|
|
148
|
+
qt as ApDownLoadNeedNameKeyDefault,
|
|
149
|
+
Qt as ApDownload,
|
|
150
|
+
Bo as ApExpandAlert,
|
|
151
|
+
Go as ApExportGroup,
|
|
152
|
+
no as ApField,
|
|
153
|
+
zr as ApFieldCheckbox,
|
|
154
|
+
jr as ApFieldDate,
|
|
155
|
+
rt as ApFieldDateRange,
|
|
156
|
+
Jr as ApFieldNumber,
|
|
157
|
+
ft as ApFieldPassword,
|
|
158
|
+
Vr as ApFieldRadio,
|
|
159
|
+
it as ApFieldRate,
|
|
160
|
+
st as ApFieldSegmented,
|
|
161
|
+
at as ApFieldSelect,
|
|
162
|
+
lt as ApFieldSlider,
|
|
163
|
+
_r as ApFieldSwitch,
|
|
164
|
+
Or as ApFieldText,
|
|
165
|
+
ot as ApFieldTextArea,
|
|
166
|
+
io as ApForm,
|
|
167
|
+
Yr as ApFormDependency,
|
|
168
|
+
Gr as ApFormItem,
|
|
169
|
+
Pr as ApFormItemCheckbox,
|
|
170
|
+
cr as ApFormItemDate,
|
|
171
|
+
Fr as ApFormItemDateRange,
|
|
172
|
+
wr as ApFormItemGroup,
|
|
173
|
+
nr as ApFormItemNumber,
|
|
174
|
+
br as ApFormItemRadio,
|
|
175
|
+
Ir as ApFormItemSelect,
|
|
176
|
+
Dr as ApFormItemSwitch,
|
|
177
|
+
sr as ApFormItemText,
|
|
178
|
+
ir as ApFormItemTextArea,
|
|
179
|
+
Rr as ApFormItemTextPassword,
|
|
180
|
+
kr as ApFormList,
|
|
181
|
+
Kr as ApFormModalForm,
|
|
174
182
|
Nr as ApFormSearchForm,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
183
|
+
vo as ApImage,
|
|
184
|
+
Ht as ApInfoLayout,
|
|
185
|
+
wo as ApInputRadio,
|
|
178
186
|
Lo as ApLabel,
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
187
|
+
ko as ApLabelGroup,
|
|
188
|
+
yo as ApLadder,
|
|
189
|
+
$t as ApList,
|
|
190
|
+
go as ApModal,
|
|
183
191
|
No as ApSelectLayout,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
192
|
+
Eo as ApStatus,
|
|
193
|
+
Ko as ApStatusGroup,
|
|
194
|
+
Sa as ApTable,
|
|
195
|
+
xa as ApTableModal,
|
|
196
|
+
Et as ApTag,
|
|
197
|
+
Xt as ApTagGroup,
|
|
198
|
+
Xo as ApTitle,
|
|
199
|
+
Ta as ApTransformDataHelper,
|
|
200
|
+
Ut as ApUpload,
|
|
201
|
+
he as ApiCascader,
|
|
202
|
+
Me as ApiRadioGroup,
|
|
203
|
+
Be as ApiSelect,
|
|
204
|
+
ve as ApiTransfer,
|
|
197
205
|
Le as ApiTree,
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
206
|
+
Xe as ApiTreeSelect,
|
|
207
|
+
Q as BaseButton,
|
|
208
|
+
$ as BaseModal,
|
|
209
|
+
M as BasicArrow,
|
|
210
|
+
R as BasicHelp,
|
|
211
|
+
B as BasicTitle,
|
|
212
|
+
So as CheckCard,
|
|
213
|
+
Zt as CheckCardGroup,
|
|
214
|
+
I as CollapseContainer,
|
|
215
|
+
ne as CollapseTransition,
|
|
216
|
+
me as ConfigProvider,
|
|
217
|
+
ao as CountdownButton,
|
|
218
|
+
po as CountdownInput,
|
|
219
|
+
eo as CropperAvatar,
|
|
220
|
+
ro as CropperImage,
|
|
221
|
+
U as Description,
|
|
222
|
+
Gt as DictCode,
|
|
223
|
+
so as Dropdown,
|
|
224
|
+
ar as EditTableHeaderIcon,
|
|
225
|
+
ga as EditableTable,
|
|
226
|
+
ha as EditableTableFormItem,
|
|
227
|
+
v as ExpandTransition,
|
|
228
|
+
w as ExpandXTransition,
|
|
221
229
|
L as FadeTransition,
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
230
|
+
q as Field,
|
|
231
|
+
A as Icon,
|
|
232
|
+
h as IconPicker,
|
|
233
|
+
Ue as ModalButton,
|
|
234
|
+
Wt as NeedNameKeyDefault,
|
|
235
|
+
qe as PopConfirmButton,
|
|
236
|
+
Ee as ProForm,
|
|
237
|
+
or as ProTable,
|
|
238
|
+
He as ProTableForm,
|
|
239
|
+
We as ProTableFormInner,
|
|
240
|
+
ye as RadioButtonGroup,
|
|
241
|
+
k as ScaleRotateTransition,
|
|
242
|
+
y as ScaleTransition,
|
|
243
|
+
g as ScrollContainer,
|
|
236
244
|
N as ScrollXReverseTransition,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
Ie as
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
245
|
+
E as ScrollXTransition,
|
|
246
|
+
K as ScrollYReverseTransition,
|
|
247
|
+
X as ScrollYTransition,
|
|
248
|
+
b as Scrollbar,
|
|
249
|
+
Y as SlideXReverseTransition,
|
|
250
|
+
H as SlideXTransition,
|
|
251
|
+
O as SlideYReverseTransition,
|
|
252
|
+
W as SlideYTransition,
|
|
253
|
+
Z as StrengthMeter,
|
|
254
|
+
c as SvgIcon,
|
|
255
|
+
rr as TableAction,
|
|
256
|
+
fr as TableImg,
|
|
257
|
+
yt as WorkOrderModal,
|
|
258
|
+
co as adminToken,
|
|
259
|
+
To as aplusToken,
|
|
260
|
+
Vo as buildLocaleContext,
|
|
261
|
+
Zo as buildTranslator,
|
|
262
|
+
Wo as configProviderContextKey,
|
|
263
|
+
Ho as configProviderProps,
|
|
264
|
+
mo as createPrompt,
|
|
265
|
+
Lt as createWorkOrderModal,
|
|
266
|
+
re as defaultNamespace,
|
|
267
|
+
ie as en,
|
|
268
|
+
It as generateTableList,
|
|
269
|
+
le as globalConfigCached,
|
|
270
|
+
da as handleExportDownload,
|
|
271
|
+
Ie as isComponentFormSchema,
|
|
272
|
+
ge as isSlotFormSchema,
|
|
273
|
+
jo as keysOf,
|
|
274
|
+
vt as langMap,
|
|
275
|
+
_o as localeContextKey,
|
|
276
|
+
te as namespaceContextKey,
|
|
277
|
+
qo as provideGlobalConfig,
|
|
278
|
+
zo as tableDefaultConfig,
|
|
279
|
+
$o as translate,
|
|
280
|
+
Dt as useCacheColumnSetting,
|
|
281
|
+
Fe as useComponentRegister,
|
|
282
|
+
ce as useDescription,
|
|
283
|
+
be as useForm,
|
|
284
|
+
ae as useGetDerivedNamespace,
|
|
285
|
+
Jo as useGlobalConfig,
|
|
286
|
+
oe as useLocale,
|
|
287
|
+
Ze as useModal,
|
|
288
|
+
Qe as useModalContext,
|
|
289
|
+
_e as useModalInner,
|
|
290
|
+
pe as useNamespace,
|
|
291
|
+
pa as usePageListApTable,
|
|
292
|
+
lr as useTable,
|
|
293
|
+
ua as useTableModal,
|
|
294
|
+
Ca as useTablePaging,
|
|
295
|
+
ma as useTableRefresh,
|
|
296
|
+
Aa as useTableSelectModal,
|
|
297
|
+
se as zhCn
|
|
289
298
|
};
|
|
@@ -2,10 +2,6 @@
|
|
|
2
2
|
TODO:
|
|
3
3
|
1.admin和aplus样式提成变量?
|
|
4
4
|
*/
|
|
5
|
-
.aplus-ap-descriptions {
|
|
6
|
-
--ap-descriptions-item-padding-bottom: 24px;
|
|
7
|
-
--ap-descriptions-item-label-width: auto;
|
|
8
|
-
}
|
|
9
5
|
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-view table {
|
|
10
6
|
table-layout: fixed;
|
|
11
7
|
}
|
|
@@ -16,7 +12,7 @@
|
|
|
16
12
|
padding-bottom: 8px;
|
|
17
13
|
}
|
|
18
14
|
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-row:last-child .ant-descriptions-item {
|
|
19
|
-
padding-bottom:
|
|
15
|
+
padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom);
|
|
20
16
|
}
|
|
21
17
|
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-item-label::after {
|
|
22
18
|
margin-inline: 4px 20px;
|