@aplus-frontend/ui 0.1.31 → 0.1.33
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 +77 -72
- package/es/src/ap-button/ap-action-button.vue.d.ts +43 -0
- 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.mjs +52 -50
- package/es/src/ap-button/index.d.ts +2 -1
- package/es/src/ap-button/index.mjs +1 -0
- package/es/src/ap-button/interface.d.ts +1 -0
- 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/ap-form-item.vue.d.ts +1 -1
- package/es/src/ap-form/ap-form-item.vue.mjs +68 -62
- package/es/src/ap-form/ap-form-list.vue.mjs +23 -21
- package/es/src/ap-form/ap-form.vue.d.ts +3 -1
- package/es/src/ap-form/ap-form.vue2.mjs +130 -80
- package/es/src/ap-form/interface.d.ts +51 -1
- package/es/src/ap-form/items/checkbox/index.vue.mjs +6 -5
- package/es/src/ap-form/items/date/index.vue.mjs +10 -9
- package/es/src/ap-form/items/date-range/index.vue.mjs +8 -7
- package/es/src/ap-form/items/number/index.vue.mjs +12 -11
- package/es/src/ap-form/items/radio/index.vue.mjs +5 -4
- package/es/src/ap-form/items/select/index.vue.mjs +1 -0
- package/es/src/ap-form/items/switch/index.vue.mjs +10 -9
- package/es/src/ap-form/items/text/index.vue2.mjs +1 -0
- package/es/src/ap-form/items/text/password.vue.mjs +1 -0
- package/es/src/ap-form/items/text-area/index.vue.mjs +7 -6
- package/es/src/ap-form/modal-form/index.vue.d.ts +7 -3
- package/es/src/ap-form/search-form/index.vue.d.ts +7 -3
- package/es/src/ap-form/utils/get.d.ts +1 -0
- package/es/src/ap-form/utils/get.mjs +12 -0
- package/es/src/ap-form/utils/set.d.ts +6 -0
- package/es/src/ap-form/utils/set.mjs +41 -0
- package/es/src/ap-list/index.vue.d.ts +3 -0
- package/es/src/ap-list/index.vue.mjs +51 -49
- package/es/src/ap-table/ap-table.vue.d.ts +4 -1
- package/es/src/ap-table/ap-table.vue.mjs +65 -59
- package/es/src/ap-table/constants.d.ts +121 -1
- package/es/src/ap-table/interface.d.ts +6 -1
- package/es/src/ap-table/utils.d.ts +121 -1
- 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 +65 -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-expand-alert/ApExpandAlert.vue.d.ts +30 -100
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +104 -64
- package/es/src/business/ap-expand-alert/interface.d.ts +24 -6
- package/es/src/business/ap-expand-alert/style.css +9 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +59 -70
- 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/{title → ap-title}/style.css +4 -4
- package/es/src/business/hooks/usePageListApTable.d.ts +2 -0
- package/es/src/business/index.d.ts +105 -188
- package/es/src/business/index.mjs +28 -23
- package/es/src/check-card/group.vue.d.ts +7 -1
- package/es/src/check-card/group.vue.mjs +26 -22
- package/es/src/check-card/index.vue.d.ts +5 -2
- package/es/src/check-card/index.vue2.mjs +69 -60
- package/es/src/check-card/interface.d.ts +12 -0
- package/es/src/check-card/style/index.css +8 -5
- 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.mjs +215 -210
- package/es/src/locale/lang/en.mjs +4 -0
- package/es/src/locale/lang/zh-cn.mjs +4 -0
- 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/ap-expand-alert/ap-expand-alert.css +9 -0
- package/es/src/theme/ap-title/ap-title.css +4 -4
- package/es/src/theme/check-card/index.css +8 -5
- package/es/src/theme/css-var/index.mjs +33 -15
- package/lib/index.js +1 -1
- package/lib/src/ap-button/ap-action-button.vue.d.ts +43 -0
- 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.js +1 -1
- package/lib/src/ap-button/index.d.ts +2 -1
- package/lib/src/ap-button/index.js +1 -1
- package/lib/src/ap-button/interface.d.ts +1 -0
- 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/ap-form-item.vue.d.ts +1 -1
- package/lib/src/ap-form/ap-form-item.vue.js +1 -1
- package/lib/src/ap-form/ap-form-list.vue.js +1 -1
- package/lib/src/ap-form/ap-form.vue.d.ts +3 -1
- package/lib/src/ap-form/ap-form.vue2.js +1 -1
- package/lib/src/ap-form/interface.d.ts +51 -1
- package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
- package/lib/src/ap-form/items/date/index.vue.js +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.js +1 -1
- package/lib/src/ap-form/items/radio/index.vue.js +1 -1
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/switch/index.vue.js +1 -1
- package/lib/src/ap-form/items/text/index.vue2.js +1 -1
- package/lib/src/ap-form/items/text/password.vue.js +1 -1
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/modal-form/index.vue.d.ts +7 -3
- package/lib/src/ap-form/search-form/index.vue.d.ts +7 -3
- package/lib/src/ap-form/utils/get.d.ts +1 -0
- package/lib/src/ap-form/utils/get.js +1 -0
- package/lib/src/ap-form/utils/set.d.ts +6 -0
- package/lib/src/ap-form/utils/set.js +1 -0
- package/lib/src/ap-list/index.vue.d.ts +3 -0
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +4 -1
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/constants.d.ts +121 -1
- package/lib/src/ap-table/interface.d.ts +6 -1
- package/lib/src/ap-table/utils.d.ts +121 -1
- 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-card/ApCard.vue.js +1 -0
- 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-expand-alert/ApExpandAlert.vue.d.ts +30 -100
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/interface.d.ts +24 -6
- package/lib/src/business/ap-expand-alert/style.css +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/{title → ap-title}/style.css +4 -4
- package/lib/src/business/hooks/usePageListApTable.d.ts +2 -0
- package/lib/src/business/index.d.ts +105 -188
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/group.vue.d.ts +7 -1
- package/lib/src/check-card/group.vue.js +1 -1
- package/lib/src/check-card/index.vue.d.ts +5 -2
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/check-card/interface.d.ts +12 -0
- package/lib/src/check-card/style/index.css +8 -5
- 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.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.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/ap-expand-alert/ap-expand-alert.css +9 -0
- package/lib/src/theme/ap-title/ap-title.css +4 -4
- package/lib/src/theme/check-card/index.css +8 -5
- package/lib/src/theme/css-var/index.js +1 -1
- package/package.json +1 -1
- /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/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/es/src/index.mjs
CHANGED
|
@@ -2,10 +2,10 @@ import { Icon as A, SvgIcon as c } from "./icon/index.mjs";
|
|
|
2
2
|
import { APConfigProvider as F } from "./config-provider/index.mjs";
|
|
3
3
|
import { Scrollbar as b } from "./scroll-bar/index.mjs";
|
|
4
4
|
import { CollapseContainer as I, ScrollContainer as g } from "./container/index.mjs";
|
|
5
|
-
import { IconPicker as
|
|
5
|
+
import { IconPicker as h } from "./icon-picker/index.mjs";
|
|
6
6
|
import "./locale/index.mjs";
|
|
7
7
|
import { BasicArrow as M, BasicHelp as R, BasicTitle as B } from "./basic/index.mjs";
|
|
8
|
-
import { ExpandTransition as v, ExpandXTransition as
|
|
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
9
|
import { Description as U } from "./description/index.mjs";
|
|
10
10
|
import { Field as q } from "./pro-form/index.mjs";
|
|
11
11
|
import { BaseButton as Q } from "./base-button/index.mjs";
|
|
@@ -30,210 +30,214 @@ import { CheckCard as So } from "./check-card/index.mjs";
|
|
|
30
30
|
import { ApModal as go } from "./ap-modal/index.mjs";
|
|
31
31
|
import "./ap-list/index.mjs";
|
|
32
32
|
import "./ap-button/index.mjs";
|
|
33
|
-
import { ApAttachment as
|
|
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";
|
|
34
34
|
import "./ap-table/index.mjs";
|
|
35
35
|
import "./editable-table/index.mjs";
|
|
36
36
|
import "./ap-descriptions/index.mjs";
|
|
37
|
-
import { configProviderProps as
|
|
38
|
-
import { configProviderContextKey as
|
|
39
|
-
import { keysOf as
|
|
40
|
-
import { buildLocaleContext as
|
|
41
|
-
import { defaultNamespace as
|
|
42
|
-
import { ConfigProvider as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { useDescription as
|
|
47
|
-
import { useComponentRegister as
|
|
48
|
-
import { useForm as
|
|
49
|
-
import { isComponentFormSchema as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
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";
|
|
54
54
|
import { default as Le } from "./pro-form/components/api-tree.vue.mjs";
|
|
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 { default as
|
|
62
|
-
import { useModalContext as
|
|
63
|
-
import { useModal as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { useTable as
|
|
69
|
-
import { ApFormItemText 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
|
|
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
77
|
import { default as Pr } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { ApFieldText 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 { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { generateTableList as
|
|
103
|
-
import { useCacheColumnSetting as
|
|
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";
|
|
82
|
+
import { default as Nr } from "./ap-form/search-form/index.vue.mjs";
|
|
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
104
|
import { default as Pt } from "./ap-custom-column/custom-column.vue.mjs";
|
|
105
|
-
import { default as
|
|
106
|
-
import { DictCode as
|
|
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
107
|
import { createWorkOrderModal as Lt } from "./work-order-modal/createWorkOrder.mjs";
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
112
|
-
import { NeedNameKeyDefault as
|
|
113
|
-
import { default as
|
|
114
|
-
import { ApDownLoadNeedNameKeyDefault as
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import { default as
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import { default as
|
|
129
|
-
import { default as
|
|
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";
|
|
130
132
|
export {
|
|
131
133
|
F as APConfigProvider,
|
|
132
|
-
|
|
134
|
+
ta as ApActionButton,
|
|
135
|
+
bt as ApActionGroup,
|
|
133
136
|
Co as ApActionItem,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
137
|
+
Ft as ApActionItemDropdown,
|
|
138
|
+
nt as ApActionItemModal,
|
|
139
|
+
ct as ApActionItemPopconfirm,
|
|
140
|
+
ho as ApAttachment,
|
|
141
|
+
Po as ApBatchAction,
|
|
139
142
|
Mo as ApBatchActionGroup,
|
|
140
|
-
|
|
143
|
+
ea as ApButton,
|
|
144
|
+
Ro as ApCard,
|
|
141
145
|
Pt as ApCustomColumn,
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
146
|
+
Rt as ApCustomSelect,
|
|
147
|
+
Ma as ApDescriptions,
|
|
148
|
+
qt as ApDownLoadNeedNameKeyDefault,
|
|
149
|
+
Qt as ApDownload,
|
|
150
|
+
Bo as ApExpandAlert,
|
|
151
|
+
Go as ApExportGroup,
|
|
148
152
|
no as ApField,
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
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,
|
|
162
166
|
io as ApForm,
|
|
163
|
-
|
|
164
|
-
|
|
167
|
+
Yr as ApFormDependency,
|
|
168
|
+
Gr as ApFormItem,
|
|
165
169
|
Pr as ApFormItemCheckbox,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
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,
|
|
182
|
+
Nr as ApFormSearchForm,
|
|
183
|
+
vo as ApImage,
|
|
184
|
+
Ht as ApInfoLayout,
|
|
185
|
+
wo as ApInputRadio,
|
|
182
186
|
Lo as ApLabel,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
187
|
+
ko as ApLabelGroup,
|
|
188
|
+
yo as ApLadder,
|
|
189
|
+
$t as ApList,
|
|
186
190
|
go as ApModal,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
191
|
+
No as ApSelectLayout,
|
|
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,
|
|
201
205
|
Le as ApiTree,
|
|
202
|
-
|
|
206
|
+
Xe as ApiTreeSelect,
|
|
203
207
|
Q as BaseButton,
|
|
204
208
|
$ as BaseModal,
|
|
205
209
|
M as BasicArrow,
|
|
206
210
|
R as BasicHelp,
|
|
207
211
|
B as BasicTitle,
|
|
208
212
|
So as CheckCard,
|
|
209
|
-
|
|
213
|
+
Zt as CheckCardGroup,
|
|
210
214
|
I as CollapseContainer,
|
|
211
|
-
|
|
212
|
-
|
|
215
|
+
ne as CollapseTransition,
|
|
216
|
+
me as ConfigProvider,
|
|
213
217
|
ao as CountdownButton,
|
|
214
218
|
po as CountdownInput,
|
|
215
219
|
eo as CropperAvatar,
|
|
216
220
|
ro as CropperImage,
|
|
217
221
|
U as Description,
|
|
218
|
-
|
|
222
|
+
Gt as DictCode,
|
|
219
223
|
so as Dropdown,
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
224
|
+
ar as EditTableHeaderIcon,
|
|
225
|
+
ga as EditableTable,
|
|
226
|
+
ha as EditableTableFormItem,
|
|
223
227
|
v as ExpandTransition,
|
|
224
|
-
|
|
225
|
-
|
|
228
|
+
w as ExpandXTransition,
|
|
229
|
+
L as FadeTransition,
|
|
226
230
|
q as Field,
|
|
227
231
|
A as Icon,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
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,
|
|
237
241
|
k as ScaleRotateTransition,
|
|
238
242
|
y as ScaleTransition,
|
|
239
243
|
g as ScrollContainer,
|
|
@@ -248,46 +252,47 @@ export {
|
|
|
248
252
|
W as SlideYTransition,
|
|
249
253
|
Z as StrengthMeter,
|
|
250
254
|
c as SvgIcon,
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
255
|
+
rr as TableAction,
|
|
256
|
+
fr as TableImg,
|
|
257
|
+
yt as WorkOrderModal,
|
|
254
258
|
co as adminToken,
|
|
255
259
|
To as aplusToken,
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
+
Vo as buildLocaleContext,
|
|
261
|
+
Zo as buildTranslator,
|
|
262
|
+
Wo as configProviderContextKey,
|
|
263
|
+
Ho as configProviderProps,
|
|
260
264
|
mo as createPrompt,
|
|
261
265
|
Lt as createWorkOrderModal,
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
Ie as
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
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
|
|
293
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;
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.aplus-ap-expand-alert__prefix {
|
|
21
21
|
color: #182948;
|
|
22
|
+
display: inline-block;
|
|
22
23
|
}
|
|
23
24
|
.aplus-ap-expand-alert__showItem {
|
|
24
25
|
color: #0070ff;
|
|
@@ -40,3 +41,11 @@
|
|
|
40
41
|
font-size: 16px;
|
|
41
42
|
transform: translateY(2px);
|
|
42
43
|
}
|
|
44
|
+
.aplus-ap-expand-alert--aplus .card-alert {
|
|
45
|
+
background-color: transparent !important;
|
|
46
|
+
border: none ;
|
|
47
|
+
}
|
|
48
|
+
.aplus-ap-expand-alert--admin .card-alert {
|
|
49
|
+
background-color: transparent !important;
|
|
50
|
+
border: none;
|
|
51
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
.aplus-ap-title {
|
|
2
2
|
position: relative;
|
|
3
3
|
width: 100%;
|
|
4
|
-
height: 20px;
|
|
5
4
|
display: flex;
|
|
6
5
|
align-items: center;
|
|
7
6
|
justify-content: space-between;
|
|
@@ -12,7 +11,8 @@
|
|
|
12
11
|
position: absolute;
|
|
13
12
|
content: '';
|
|
14
13
|
left: 0;
|
|
15
|
-
top:
|
|
14
|
+
top: 50%;
|
|
15
|
+
transform: translateY(-50%);
|
|
16
16
|
width: 3px;
|
|
17
17
|
height: 16px;
|
|
18
18
|
background: #0070ff;
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
color: #0070ff;
|
|
31
31
|
}
|
|
32
32
|
.aplus-ap-title--admin {
|
|
33
|
-
height: 22px;
|
|
34
33
|
padding-left: 14px;
|
|
35
34
|
}
|
|
36
35
|
.aplus-ap-title--admin::before {
|
|
37
|
-
top:
|
|
36
|
+
top: 50%;
|
|
37
|
+
transform: translateY(-50%);
|
|
38
38
|
width: 8px;
|
|
39
39
|
height: 8px;
|
|
40
40
|
border-radius: 50%;
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
opacity: 0;
|
|
22
22
|
inset-block-start: -2px;
|
|
23
23
|
inset-inline-end: -2px;
|
|
24
|
-
border-inline-start: 16px solid transparent;
|
|
25
|
-
border-block-end: 16px solid transparent;
|
|
24
|
+
border-inline-start: var(--check-card-indicator-size, 16px) solid transparent;
|
|
25
|
+
border-block-end: var(--check-card-indicator-size, 16px) solid transparent;
|
|
26
26
|
border-radius: 4px;
|
|
27
27
|
}
|
|
28
28
|
.aplus-check-card--checked {
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
}
|
|
34
34
|
.aplus-check-card--checked::after {
|
|
35
35
|
opacity: 1;
|
|
36
|
-
border: 16px solid var(--check-card-checked-bg, #0070ff);
|
|
37
|
-
border-inline-start: 16px solid transparent;
|
|
38
|
-
border-block-end: 16px solid transparent;
|
|
36
|
+
border: var(--check-card-indicator-size, 16px) solid var(--check-card-checked-bg, #0070ff);
|
|
37
|
+
border-inline-start: var(--check-card-indicator-size, 16px) solid transparent;
|
|
38
|
+
border-block-end: var(--check-card-indicator-size, 16px) solid transparent;
|
|
39
39
|
inset-block-start: -2px;
|
|
40
40
|
inset-inline-end: -2px;
|
|
41
41
|
transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
@@ -75,3 +75,6 @@
|
|
|
75
75
|
-moz-user-select: none;
|
|
76
76
|
user-select: none;
|
|
77
77
|
}
|
|
78
|
+
.aplus-check-card__checked-icon > img {
|
|
79
|
+
width: calc(var(--check-card-indicator-size, 16px) - 2px);
|
|
80
|
+
}
|