@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/index.mjs
CHANGED
|
@@ -2,13 +2,13 @@ import * as o 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
4
|
import { configProviderProps as x } from "./src/config-provider/config-provider-props.mjs";
|
|
5
|
-
import { configProviderContextKey as
|
|
5
|
+
import { configProviderContextKey as n, tableDefaultConfig as i } from "./src/config-provider/constants.mjs";
|
|
6
6
|
import { keysOf as c, provideGlobalConfig as T, useGlobalConfig as F } from "./src/config-provider/hooks/use-global-config.mjs";
|
|
7
|
-
import { buildLocaleContext as b, buildTranslator as S, localeContextKey as I, translate as g, useLocale as
|
|
8
|
-
import { defaultNamespace as
|
|
9
|
-
import { ConfigProvider as v, globalConfigCached as
|
|
7
|
+
import { buildLocaleContext as b, buildTranslator as S, localeContextKey as I, translate as g, useLocale as D } from "./src/config-provider/hooks/use-locale.mjs";
|
|
8
|
+
import { defaultNamespace as P, namespaceContextKey as M, useGetDerivedNamespace as R, useNamespace as B } from "./src/config-provider/hooks/use-namespace.mjs";
|
|
9
|
+
import { ConfigProvider as v, globalConfigCached as w } from "./src/config-provider/config-provider.mjs";
|
|
10
10
|
import { APConfigProvider as k } from "./src/config-provider/index.mjs";
|
|
11
|
-
import { Scrollbar as
|
|
11
|
+
import { Scrollbar as N } from "./src/scroll-bar/index.mjs";
|
|
12
12
|
import { CollapseContainer as K, ScrollContainer as X } from "./src/container/index.mjs";
|
|
13
13
|
import { IconPicker as H } from "./src/icon-picker/index.mjs";
|
|
14
14
|
import { default as W } from "./src/locale/lang/zh-cn.mjs";
|
|
@@ -16,18 +16,18 @@ import { default as U } from "./src/locale/lang/en.mjs";
|
|
|
16
16
|
import { BasicArrow as $, BasicHelp as j, BasicTitle as q } from "./src/basic/index.mjs";
|
|
17
17
|
import { default as Q } from "./src/transition/collapse-transition.vue.mjs";
|
|
18
18
|
import { ExpandTransition as _, ExpandXTransition as ee, FadeTransition as oe, ScaleRotateTransition as re, ScaleTransition as te, ScrollXReverseTransition as ae, ScrollXTransition as pe, ScrollYReverseTransition as fe, ScrollYTransition as me, SlideXReverseTransition as le, SlideXTransition as se, SlideYReverseTransition as de, SlideYTransition as xe } from "./src/transition/index.mjs";
|
|
19
|
-
import { useDescription as
|
|
19
|
+
import { useDescription as ne } from "./src/description/use-description.mjs";
|
|
20
20
|
import { Description as Ae } from "./src/description/index.mjs";
|
|
21
21
|
import { useComponentRegister as Te } from "./src/pro-form/hooks/use-component-register.mjs";
|
|
22
22
|
import { useForm as Ce } from "./src/pro-form/hooks/use-form.mjs";
|
|
23
23
|
import { isComponentFormSchema as Se, isSlotFormSchema as Ie } from "./src/pro-form/types/form.mjs";
|
|
24
|
-
import { Field as
|
|
25
|
-
import { default as
|
|
24
|
+
import { Field as De } from "./src/pro-form/index.mjs";
|
|
25
|
+
import { default as Pe } from "./src/pro-form/components/api-cascader.vue.mjs";
|
|
26
26
|
import { default as Re } from "./src/pro-form/components/api-radio-group.vue.mjs";
|
|
27
27
|
import { default as Ge } from "./src/pro-form/components/api-select.vue.mjs";
|
|
28
|
-
import { default as
|
|
28
|
+
import { default as we } from "./src/pro-form/components/api-transfer.vue.mjs";
|
|
29
29
|
import { default as ke } from "./src/pro-form/components/api-tree.vue.mjs";
|
|
30
|
-
import { default as
|
|
30
|
+
import { default as Ne } from "./src/pro-form/components/radio-button-group.vue.mjs";
|
|
31
31
|
import { default as Ke } from "./src/pro-form/pro-form.vue.mjs";
|
|
32
32
|
import { default as Ye } from "./src/pro-form/components/api-tree-select.vue.mjs";
|
|
33
33
|
import { default as Oe } from "./src/pro-form/table-form.vue.mjs";
|
|
@@ -40,19 +40,19 @@ import { useModalContext as eo } from "./src/modal/hooks/use-modal-context.mjs";
|
|
|
40
40
|
import { useModal as ro, useModalInner as to } from "./src/modal/hooks/use-modal.mjs";
|
|
41
41
|
import { BaseModal as po } from "./src/modal/index.mjs";
|
|
42
42
|
import { CropperAvatar as mo, CropperImage as lo } from "./src/cropper/index.mjs";
|
|
43
|
-
import { CountdownButton as xo, CountdownInput as
|
|
44
|
-
import { createPrompt as
|
|
43
|
+
import { CountdownButton as xo, CountdownInput as uo } from "./src/count-down/index.mjs";
|
|
44
|
+
import { createPrompt as io } from "./src/prompt/index.mjs";
|
|
45
45
|
import { Dropdown as co } from "./src/dropdown/index.mjs";
|
|
46
46
|
import { default as Fo } from "./src/pro-table/pro-table.vue.mjs";
|
|
47
47
|
import { default as bo } from "./src/pro-table/components/table-action.vue.mjs";
|
|
48
48
|
import { default as Io } from "./src/pro-table/components/edit-table-header-icon.vue.mjs";
|
|
49
|
-
import { default as
|
|
50
|
-
import { useTable as
|
|
49
|
+
import { default as Do } from "./src/pro-table/components/table-image.vue.mjs";
|
|
50
|
+
import { useTable as Po } from "./src/pro-table/hooks/use-table.mjs";
|
|
51
51
|
import { ApFormItemText as Ro } from "./src/ap-form/items/text/index.mjs";
|
|
52
52
|
import { default as Go } from "./src/ap-form/items/text-area/index.vue.mjs";
|
|
53
|
-
import { default as
|
|
53
|
+
import { default as wo } from "./src/ap-form/items/number/index.vue.mjs";
|
|
54
54
|
import { default as ko } from "./src/ap-form/items/date/index.vue.mjs";
|
|
55
|
-
import { default as
|
|
55
|
+
import { default as No } from "./src/ap-form/items/date-range/index.vue.mjs";
|
|
56
56
|
import { default as Ko } from "./src/ap-form/items/radio/index.vue.mjs";
|
|
57
57
|
import { default as Yo } from "./src/ap-form/items/select/index.vue.mjs";
|
|
58
58
|
import { default as Oo } from "./src/ap-form/items/switch/index.vue.mjs";
|
|
@@ -64,58 +64,62 @@ import { default as Zo } from "./src/ap-form/ap-form-item-group/index.vue.mjs";
|
|
|
64
64
|
import { default as er } from "./src/ap-form/ap-form-list.vue.mjs";
|
|
65
65
|
import { default as rr } from "./src/ap-form/search-form/index.vue.mjs";
|
|
66
66
|
import { default as ar } from "./src/ap-form/modal-form/index.vue.mjs";
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
67
|
+
import { default as fr } from "./src/ap-form/dependency/index.vue.mjs";
|
|
68
|
+
import { ApField as lr } from "./src/ap-field/index.mjs";
|
|
69
|
+
import { ApFieldText as dr } from "./src/ap-field/text/index.mjs";
|
|
70
|
+
import { default as ur } from "./src/ap-field/checkbox/index.vue.mjs";
|
|
70
71
|
import { default as ir } from "./src/ap-field/date/index.vue.mjs";
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
72
|
+
import { default as cr } from "./src/ap-field/number/index.vue.mjs";
|
|
73
|
+
import { default as Fr } from "./src/ap-field/radio/index.vue.mjs";
|
|
74
|
+
import { default as br } from "./src/ap-field/switch/index.vue.mjs";
|
|
75
|
+
import { default as Ir } from "./src/ap-field/text-area/index.vue.mjs";
|
|
76
|
+
import { default as Dr } from "./src/ap-field/date-range/index.vue.mjs";
|
|
76
77
|
import { default as Pr } from "./src/ap-field/select/index.vue.mjs";
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { adminToken as
|
|
82
|
-
import { ApActionItem as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { generateTableList as
|
|
88
|
-
import { useCacheColumnSetting as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { DictCode as
|
|
92
|
-
import { createWorkOrderModal as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
78
|
+
import { default as Rr } from "./src/ap-field/text/password.vue.mjs";
|
|
79
|
+
import { default as Gr } from "./src/ap-field/slider/index.vue.mjs";
|
|
80
|
+
import { default as wr } from "./src/ap-field/segmented/index.vue.mjs";
|
|
81
|
+
import { default as kr } from "./src/ap-field/rate/index.vue.mjs";
|
|
82
|
+
import { adminToken as Nr, aplusToken as Er } from "./src/design-token/index.mjs";
|
|
83
|
+
import { ApActionItem as Xr } from "./src/ap-action/index.mjs";
|
|
84
|
+
import { default as Hr } from "./src/ap-action/item-modal/index.vue.mjs";
|
|
85
|
+
import { default as Wr } from "./src/ap-action/item-popconfirm/index.vue.mjs";
|
|
86
|
+
import { default as Ur } from "./src/ap-action/item-dropdown/index.vue.mjs";
|
|
87
|
+
import { default as $r } from "./src/ap-action/group/index.vue.mjs";
|
|
88
|
+
import { generateTableList as qr } from "./src/ap-custom-column/utils.mjs";
|
|
89
|
+
import { useCacheColumnSetting as Qr } from "./src/ap-custom-column/useCacheColumnSetting.mjs";
|
|
90
|
+
import { default as _r } from "./src/ap-custom-column/custom-column.vue.mjs";
|
|
91
|
+
import { default as ot } from "./src/ap-custom-column/column-select.vue.mjs";
|
|
92
|
+
import { DictCode as tt, langMap as at } from "./src/work-order-modal/interfaces.mjs";
|
|
93
|
+
import { createWorkOrderModal as ft } from "./src/work-order-modal/createWorkOrder.mjs";
|
|
94
|
+
import { default as lt } from "./src/work-order-modal/work-order-modal.vue.mjs";
|
|
95
|
+
import { default as dt } from "./src/ap-tag/ap-tag.vue.mjs";
|
|
96
|
+
import { default as ut } from "./src/ap-tag/ap-tag-group.vue.mjs";
|
|
96
97
|
import { default as it } from "./src/ap-layout/ApInfoLayout.vue.mjs";
|
|
97
|
-
import { NeedNameKeyDefault as
|
|
98
|
-
import { default as
|
|
99
|
-
import { ApDownLoadNeedNameKeyDefault as
|
|
100
|
-
import { default as
|
|
101
|
-
import { CheckCard as
|
|
98
|
+
import { NeedNameKeyDefault as ct } from "./src/ap-upload/apUploadTypes.mjs";
|
|
99
|
+
import { default as Ft } from "./src/ap-upload/apUpload.vue.mjs";
|
|
100
|
+
import { ApDownLoadNeedNameKeyDefault as bt } from "./src/ap-download/interface.mjs";
|
|
101
|
+
import { default as It } from "./src/ap-download/ap-download.vue.mjs";
|
|
102
|
+
import { CheckCard as Dt } from "./src/check-card/index.mjs";
|
|
102
103
|
import { default as Pt } from "./src/check-card/group.vue.mjs";
|
|
103
|
-
import { ApModal as
|
|
104
|
-
import { default as
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import { default as ia } from "./src/ap-
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
104
|
+
import { ApModal as Rt } from "./src/ap-modal/index.mjs";
|
|
105
|
+
import { default as Gt } from "./src/ap-list/index.vue.mjs";
|
|
106
|
+
import { default as wt } from "./src/ap-button/ap-button.vue.mjs";
|
|
107
|
+
import { default as kt } from "./src/ap-button/ap-action-button.vue.mjs";
|
|
108
|
+
import { usePageListApTable as Nt } from "./src/business/hooks/usePageListApTable.mjs";
|
|
109
|
+
import { useTableRefresh as Kt } from "./src/business/hooks/useTableRefresh.mjs";
|
|
110
|
+
import { handleExportDownload as Yt } from "./src/business/ap-export-group/handleExportDownload.mjs";
|
|
111
|
+
import { default as Ot } from "./src/business/ap-table-modal/index.mjs";
|
|
112
|
+
import { useTableModal as zt } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
113
|
+
import { useTableSelectModal as Vt } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
114
|
+
import { ApAttachment as jt, ApBatchAction as qt, ApBatchActionGroup as Jt, ApCard as Qt, ApExpandAlert as Zt, ApExportGroup as _t, ApImage as ea, ApInputRadio as oa, ApLabel as ra, ApLabelGroup as ta, ApLadder as aa, ApSelectLayout as pa, ApStatus as fa, ApStatusGroup as ma, ApTitle as la } from "./src/business/index.mjs";
|
|
115
|
+
import { ApTransformDataHelper as da } from "./src/utils/ap-trans-data/index.mjs";
|
|
116
|
+
import { useTablePaging as ua } from "./src/ap-table/hooks/use-table-paging.mjs";
|
|
117
|
+
import { default as ia } from "./src/ap-table/ap-table.vue.mjs";
|
|
118
|
+
import { default as ca } from "./src/editable-table/index.vue.mjs";
|
|
119
|
+
import { default as Fa } from "./src/editable-table/form-item.vue.mjs";
|
|
120
|
+
import { default as ba } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
|
|
121
|
+
import { useMessage as Ia } from "./src/hooks/useMessage.mjs";
|
|
122
|
+
import { useControllableValue as Da } from "./src/hooks/useControllableValue.mjs";
|
|
119
123
|
const p = {
|
|
120
124
|
install: (r) => {
|
|
121
125
|
for (const t in o) {
|
|
@@ -126,43 +130,46 @@ const p = {
|
|
|
126
130
|
};
|
|
127
131
|
export {
|
|
128
132
|
k as APConfigProvider,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
133
|
+
kt as ApActionButton,
|
|
134
|
+
$r as ApActionGroup,
|
|
135
|
+
Xr as ApActionItem,
|
|
136
|
+
Ur as ApActionItemDropdown,
|
|
137
|
+
Hr as ApActionItemModal,
|
|
138
|
+
Wr as ApActionItemPopconfirm,
|
|
139
|
+
jt as ApAttachment,
|
|
140
|
+
qt as ApBatchAction,
|
|
141
|
+
Jt as ApBatchActionGroup,
|
|
142
|
+
wt as ApButton,
|
|
143
|
+
Qt as ApCard,
|
|
144
|
+
_r as ApCustomColumn,
|
|
145
|
+
ot as ApCustomSelect,
|
|
146
|
+
ba as ApDescriptions,
|
|
147
|
+
bt as ApDownLoadNeedNameKeyDefault,
|
|
148
|
+
It as ApDownload,
|
|
149
|
+
Zt as ApExpandAlert,
|
|
150
|
+
_t as ApExportGroup,
|
|
151
|
+
lr as ApField,
|
|
152
|
+
ur as ApFieldCheckbox,
|
|
147
153
|
ir as ApFieldDate,
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
+
Dr as ApFieldDateRange,
|
|
155
|
+
cr as ApFieldNumber,
|
|
156
|
+
Rr as ApFieldPassword,
|
|
157
|
+
Fr as ApFieldRadio,
|
|
158
|
+
kr as ApFieldRate,
|
|
159
|
+
wr as ApFieldSegmented,
|
|
154
160
|
Pr as ApFieldSelect,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
161
|
+
Gr as ApFieldSlider,
|
|
162
|
+
br as ApFieldSwitch,
|
|
163
|
+
dr as ApFieldText,
|
|
164
|
+
Ir as ApFieldTextArea,
|
|
159
165
|
jo as ApForm,
|
|
166
|
+
fr as ApFormDependency,
|
|
160
167
|
Jo as ApFormItem,
|
|
161
168
|
zo as ApFormItemCheckbox,
|
|
162
169
|
ko as ApFormItemDate,
|
|
163
|
-
|
|
170
|
+
No as ApFormItemDateRange,
|
|
164
171
|
Zo as ApFormItemGroup,
|
|
165
|
-
|
|
172
|
+
wo as ApFormItemNumber,
|
|
166
173
|
Ko as ApFormItemRadio,
|
|
167
174
|
Yo as ApFormItemSelect,
|
|
168
175
|
Oo as ApFormItemSwitch,
|
|
@@ -172,28 +179,28 @@ export {
|
|
|
172
179
|
er as ApFormList,
|
|
173
180
|
ar as ApFormModalForm,
|
|
174
181
|
rr as ApFormSearchForm,
|
|
175
|
-
|
|
182
|
+
ea as ApImage,
|
|
176
183
|
it as ApInfoLayout,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
184
|
+
oa as ApInputRadio,
|
|
185
|
+
ra as ApLabel,
|
|
186
|
+
ta as ApLabelGroup,
|
|
187
|
+
aa as ApLadder,
|
|
188
|
+
Gt as ApList,
|
|
189
|
+
Rt as ApModal,
|
|
190
|
+
pa as ApSelectLayout,
|
|
191
|
+
fa as ApStatus,
|
|
192
|
+
ma as ApStatusGroup,
|
|
193
|
+
ia as ApTable,
|
|
194
|
+
Ot as ApTableModal,
|
|
195
|
+
dt as ApTag,
|
|
196
|
+
ut as ApTagGroup,
|
|
197
|
+
la as ApTitle,
|
|
198
|
+
da as ApTransformDataHelper,
|
|
199
|
+
Ft as ApUpload,
|
|
200
|
+
Pe as ApiCascader,
|
|
194
201
|
Re as ApiRadioGroup,
|
|
195
202
|
Ge as ApiSelect,
|
|
196
|
-
|
|
203
|
+
we as ApiTransfer,
|
|
197
204
|
ke as ApiTree,
|
|
198
205
|
Ye as ApiTreeSelect,
|
|
199
206
|
Je as BaseButton,
|
|
@@ -201,35 +208,35 @@ export {
|
|
|
201
208
|
$ as BasicArrow,
|
|
202
209
|
j as BasicHelp,
|
|
203
210
|
q as BasicTitle,
|
|
204
|
-
|
|
211
|
+
Dt as CheckCard,
|
|
205
212
|
Pt as CheckCardGroup,
|
|
206
213
|
K as CollapseContainer,
|
|
207
214
|
Q as CollapseTransition,
|
|
208
215
|
v as ConfigProvider,
|
|
209
216
|
xo as CountdownButton,
|
|
210
|
-
|
|
217
|
+
uo as CountdownInput,
|
|
211
218
|
mo as CropperAvatar,
|
|
212
219
|
lo as CropperImage,
|
|
213
220
|
Ae as Description,
|
|
214
|
-
|
|
221
|
+
tt as DictCode,
|
|
215
222
|
co as Dropdown,
|
|
216
223
|
Io as EditTableHeaderIcon,
|
|
217
|
-
|
|
218
|
-
|
|
224
|
+
ca as EditableTable,
|
|
225
|
+
Fa as EditableTableFormItem,
|
|
219
226
|
_ as ExpandTransition,
|
|
220
227
|
ee as ExpandXTransition,
|
|
221
228
|
oe as FadeTransition,
|
|
222
|
-
|
|
229
|
+
De as Field,
|
|
223
230
|
l as Icon,
|
|
224
231
|
H as IconPicker,
|
|
225
232
|
Ve as ModalButton,
|
|
226
|
-
|
|
233
|
+
ct as NeedNameKeyDefault,
|
|
227
234
|
je as PopConfirmButton,
|
|
228
235
|
Ke as ProForm,
|
|
229
236
|
Fo as ProTable,
|
|
230
237
|
Oe as ProTableForm,
|
|
231
238
|
ze as ProTableFormInner,
|
|
232
|
-
|
|
239
|
+
Ne as RadioButtonGroup,
|
|
233
240
|
re as ScaleRotateTransition,
|
|
234
241
|
te as ScaleTransition,
|
|
235
242
|
X as ScrollContainer,
|
|
@@ -237,7 +244,7 @@ export {
|
|
|
237
244
|
pe as ScrollXTransition,
|
|
238
245
|
fe as ScrollYReverseTransition,
|
|
239
246
|
me as ScrollYTransition,
|
|
240
|
-
|
|
247
|
+
N as Scrollbar,
|
|
241
248
|
le as SlideXReverseTransition,
|
|
242
249
|
se as SlideXTransition,
|
|
243
250
|
de as SlideYReverseTransition,
|
|
@@ -245,48 +252,49 @@ export {
|
|
|
245
252
|
Ze as StrengthMeter,
|
|
246
253
|
s as SvgIcon,
|
|
247
254
|
bo as TableAction,
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
255
|
+
Do as TableImg,
|
|
256
|
+
lt as WorkOrderModal,
|
|
257
|
+
Nr as adminToken,
|
|
258
|
+
Er as aplusToken,
|
|
252
259
|
b as buildLocaleContext,
|
|
253
260
|
S as buildTranslator,
|
|
254
|
-
|
|
261
|
+
n as configProviderContextKey,
|
|
255
262
|
x as configProviderProps,
|
|
256
|
-
|
|
257
|
-
|
|
263
|
+
io as createPrompt,
|
|
264
|
+
ft as createWorkOrderModal,
|
|
258
265
|
p as default,
|
|
259
|
-
|
|
266
|
+
P as defaultNamespace,
|
|
260
267
|
U as en,
|
|
261
|
-
|
|
262
|
-
|
|
268
|
+
qr as generateTableList,
|
|
269
|
+
w as globalConfigCached,
|
|
270
|
+
Yt as handleExportDownload,
|
|
263
271
|
Se as isComponentFormSchema,
|
|
264
272
|
Ie as isSlotFormSchema,
|
|
265
273
|
c as keysOf,
|
|
266
|
-
|
|
274
|
+
at as langMap,
|
|
267
275
|
I as localeContextKey,
|
|
268
276
|
M as namespaceContextKey,
|
|
269
277
|
T as provideGlobalConfig,
|
|
270
|
-
|
|
278
|
+
i as tableDefaultConfig,
|
|
271
279
|
g as translate,
|
|
272
|
-
|
|
280
|
+
Qr as useCacheColumnSetting,
|
|
273
281
|
Te as useComponentRegister,
|
|
274
|
-
|
|
275
|
-
|
|
282
|
+
Da as useControllableValue,
|
|
283
|
+
ne as useDescription,
|
|
276
284
|
Ce as useForm,
|
|
277
285
|
R as useGetDerivedNamespace,
|
|
278
286
|
F as useGlobalConfig,
|
|
279
|
-
|
|
280
|
-
|
|
287
|
+
D as useLocale,
|
|
288
|
+
Ia as useMessage,
|
|
281
289
|
ro as useModal,
|
|
282
290
|
eo as useModalContext,
|
|
283
291
|
to as useModalInner,
|
|
284
292
|
B as useNamespace,
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
293
|
+
Nt as usePageListApTable,
|
|
294
|
+
Po as useTable,
|
|
295
|
+
zt as useTableModal,
|
|
296
|
+
ua as useTablePaging,
|
|
297
|
+
Kt as useTableRefresh,
|
|
298
|
+
Vt as useTableSelectModal,
|
|
291
299
|
W as zhCn
|
|
292
300
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ApActionButtonProps } from './interface';
|
|
2
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
import { ApButtonProps } from './interface';
|
|
3
3
|
import { ButtonType } from 'ant-design-vue/es/button';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
5
|
slots: Partial<Record<string, (_: any) => any>>;
|
|
@@ -7,10 +7,10 @@ declare function __VLS_template(): {
|
|
|
7
7
|
attrs: Partial<{}>;
|
|
8
8
|
};
|
|
9
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<
|
|
10
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption< ApButtonProps>, {
|
|
11
11
|
type: string;
|
|
12
12
|
minWidth: boolean;
|
|
13
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<
|
|
13
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption< ApButtonProps>, {
|
|
14
14
|
type: string;
|
|
15
15
|
minWidth: boolean;
|
|
16
16
|
}>>>, {
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { defineComponent as s, openBlock as l, createBlock as i, normalizeProps as t, guardReactiveProps as r, createSlots as c, renderList as d, withCtx as m, renderSlot as u } from "vue";
|
|
2
|
+
import "./ap-button.vue2.mjs";
|
|
3
|
+
import f from "./ap-button.vue.mjs";
|
|
4
|
+
const k = /* @__PURE__ */ s({
|
|
5
|
+
__name: "ap-action-button",
|
|
6
|
+
props: {
|
|
7
|
+
prefixCls: {},
|
|
8
|
+
htmlType: {},
|
|
9
|
+
shape: {},
|
|
10
|
+
size: {},
|
|
11
|
+
loading: { type: [Boolean, Object] },
|
|
12
|
+
disabled: { type: Boolean },
|
|
13
|
+
ghost: { type: Boolean },
|
|
14
|
+
block: { type: Boolean },
|
|
15
|
+
danger: { type: Boolean },
|
|
16
|
+
icon: {},
|
|
17
|
+
href: {},
|
|
18
|
+
target: {},
|
|
19
|
+
title: {},
|
|
20
|
+
onMousedown: {},
|
|
21
|
+
type: { default: "borderLink" },
|
|
22
|
+
borderLinkColor: {},
|
|
23
|
+
minWidth: { type: [Boolean, Number, String], default: !0 },
|
|
24
|
+
onClick: {}
|
|
25
|
+
},
|
|
26
|
+
setup(n) {
|
|
27
|
+
const a = n;
|
|
28
|
+
return (e, y) => (l(), i(f, t(r({
|
|
29
|
+
...e.$attrs,
|
|
30
|
+
...a
|
|
31
|
+
})), c({ _: 2 }, [
|
|
32
|
+
d(Object.keys(e.$slots), (o) => ({
|
|
33
|
+
name: o,
|
|
34
|
+
fn: m((p) => [
|
|
35
|
+
u(e.$slots, o, t(r(p || {})))
|
|
36
|
+
])
|
|
37
|
+
}))
|
|
38
|
+
]), 1040));
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
export {
|
|
42
|
+
k as default
|
|
43
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ApButtonProps } from './interface';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
+
import { ButtonType } from 'ant-design-vue/es/button';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
slots: Partial<Record<string, (_: any) => any>>;
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApButtonProps>, {
|
|
11
|
+
type: string;
|
|
12
|
+
minWidth: boolean;
|
|
13
|
+
loading: undefined;
|
|
14
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApButtonProps>, {
|
|
15
|
+
type: string;
|
|
16
|
+
minWidth: boolean;
|
|
17
|
+
loading: undefined;
|
|
18
|
+
}>>>, {
|
|
19
|
+
type: ButtonType | "borderLink";
|
|
20
|
+
minWidth: boolean | number | string;
|
|
21
|
+
loading: boolean | {
|
|
22
|
+
delay?: number;
|
|
23
|
+
};
|
|
24
|
+
}, {}>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithDefaults<P, D> = {
|
|
28
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
29
|
+
default: D[K];
|
|
30
|
+
}> : P[K];
|
|
31
|
+
};
|
|
32
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
+
type __VLS_TypePropsToOption<T> = {
|
|
34
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
+
} : {
|
|
37
|
+
type: PropType<T[K]>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
type __VLS_PrettifyLocal<T> = {
|
|
47
|
+
[K in keyof T]: T[K];
|
|
48
|
+
} & {};
|