@aplus-frontend/ui 0.5.19 → 0.5.21
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 +231 -227
- package/es/src/ap-field/index.d.ts +3 -1
- package/es/src/ap-field/index.mjs +34 -30
- package/es/src/ap-field/interface.d.ts +39 -1
- package/es/src/ap-field/text/index.vue2.mjs +45 -39
- package/es/src/ap-field/tree-select/index.vue.d.ts +1155 -0
- package/es/src/ap-field/tree-select/index.vue.mjs +251 -0
- package/es/src/ap-field/tree-select/index.vue2.mjs +4 -0
- package/es/src/ap-field/tree-select/style/css.d.ts +1 -0
- package/es/src/ap-field/tree-select/style/css.js +1 -0
- package/es/src/ap-field/tree-select/style/index.d.ts +1 -0
- package/es/src/ap-field/tree-select/style/index.js +1 -0
- package/es/src/ap-field/tree-select/use-request.d.ts +41 -0
- package/es/src/ap-field/tree-select/use-request.mjs +66 -0
- package/es/src/ap-form/item-tree-select/style/css.d.ts +1 -0
- package/es/src/ap-form/item-tree-select/style/css.js +1 -0
- package/es/src/ap-form/item-tree-select/style/index.d.ts +1 -0
- package/es/src/ap-form/item-tree-select/style/index.js +1 -0
- package/es/src/ap-form/items/index.d.ts +2 -1
- package/es/src/ap-form/items/index.mjs +3 -2
- package/es/src/ap-form/items/interface.d.ts +6 -1
- package/es/src/ap-form/items/select/index.vue.d.ts +1244 -4
- package/es/src/ap-form/items/select/index.vue.mjs +25 -22
- package/es/src/ap-form/items/text/index.vue.d.ts +2 -0
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +1589 -0
- package/es/src/ap-form/items/tree-select/index.vue.mjs +107 -0
- package/es/src/ap-form/items/tree-select/index.vue2.mjs +4 -0
- package/es/src/ap-grid/editable/form-item.vue.mjs +32 -31
- package/es/src/ap-grid/editable/index.vue.mjs +9 -8
- package/es/src/ap-grid/index.vue.mjs +102 -99
- package/es/src/ap-grid/interface.d.ts +1 -1
- package/es/src/ap-table/constants.d.ts +4056 -1945
- package/es/src/ap-table/constants.mjs +47 -43
- package/es/src/ap-table/interface.d.ts +5 -1
- package/es/src/ap-table/utils.d.ts +1463 -6
- package/es/src/business/ap-ladder/components/ValueGroupMode.vue2.mjs +51 -47
- package/es/src/business/ap-ladder/interface.d.ts +4 -0
- package/es/src/business/batch-input-group/index.vue.d.ts +1 -0
- package/es/src/business/batch-input-group/index.vue.mjs +2 -1
- package/es/src/index.mjs +230 -226
- package/es/src/path-map.mjs +2 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-field/index.d.ts +3 -1
- package/lib/src/ap-field/index.js +1 -1
- package/lib/src/ap-field/interface.d.ts +39 -1
- package/lib/src/ap-field/text/index.vue2.js +1 -1
- package/lib/src/ap-field/tree-select/index.vue.d.ts +1155 -0
- package/lib/src/ap-field/tree-select/index.vue.js +1 -0
- package/lib/src/ap-field/tree-select/index.vue2.js +1 -0
- package/lib/src/ap-field/tree-select/style/css.cjs +1 -0
- package/lib/src/ap-field/tree-select/style/css.d.ts +1 -0
- package/lib/src/ap-field/tree-select/style/index.cjs +1 -0
- package/lib/src/ap-field/tree-select/style/index.d.ts +1 -0
- package/lib/src/ap-field/tree-select/use-request.d.ts +41 -0
- package/lib/src/ap-field/tree-select/use-request.js +1 -0
- package/lib/src/ap-form/item-tree-select/style/css.cjs +1 -0
- package/lib/src/ap-form/item-tree-select/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-tree-select/style/index.cjs +1 -0
- package/lib/src/ap-form/item-tree-select/style/index.d.ts +1 -0
- package/lib/src/ap-form/items/index.d.ts +2 -1
- package/lib/src/ap-form/items/index.js +1 -1
- package/lib/src/ap-form/items/interface.d.ts +6 -1
- package/lib/src/ap-form/items/select/index.vue.d.ts +1244 -4
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +2 -0
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +1589 -0
- package/lib/src/ap-form/items/tree-select/index.vue.js +1 -0
- package/lib/src/ap-form/items/tree-select/index.vue2.js +1 -0
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ap-grid/editable/index.vue.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +1 -1
- package/lib/src/ap-table/constants.d.ts +4056 -1945
- package/lib/src/ap-table/constants.js +1 -1
- package/lib/src/ap-table/interface.d.ts +5 -1
- package/lib/src/ap-table/utils.d.ts +1463 -6
- package/lib/src/business/ap-ladder/components/ValueGroupMode.vue2.js +1 -1
- package/lib/src/business/ap-ladder/interface.d.ts +4 -0
- package/lib/src/business/batch-input-group/index.vue.d.ts +1 -0
- package/lib/src/business/batch-input-group/index.vue.js +2 -2
- package/lib/src/index.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import "./src/hooks/index.mjs";
|
|
|
4
4
|
import { configProviderProps as d } from "./src/config-provider/config-provider-props.mjs";
|
|
5
5
|
import { DEFAULT_NAMESPACE as s, DEFAULT_UIMODE as A, configProviderContextKey as i } from "./src/config-provider/constants.mjs";
|
|
6
6
|
import { keysOf as c, provideGlobalConfig as F, useGlobalConfig as I } from "./src/config-provider/hooks/use-global-config.mjs";
|
|
7
|
-
import { buildLocaleContext as
|
|
7
|
+
import { buildLocaleContext as b, buildTranslator as S, localeContextKey as C, translate as g, useLocale as D } from "./src/config-provider/hooks/use-locale.mjs";
|
|
8
8
|
import { defaultNamespace as h, namespaceContextKey as P, useGetDerivedNamespace as E, useNamespace as M } from "./src/config-provider/hooks/use-namespace.mjs";
|
|
9
9
|
import { ConfigProvider as L, globalConfigCached as N } from "./src/config-provider/config-provider.mjs";
|
|
10
10
|
import { APConfigProvider as w } from "./src/config-provider/index.mjs";
|
|
@@ -18,114 +18,116 @@ import { default as q } from "./src/ap-form/items/select/index.vue.mjs";
|
|
|
18
18
|
import { default as Q } from "./src/ap-form/items/switch/index.vue.mjs";
|
|
19
19
|
import { default as Y } from "./src/ap-form/items/checkbox/index.vue.mjs";
|
|
20
20
|
import { default as ee } from "./src/ap-form/items/text/password.vue.mjs";
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import { default as fe } from "./src/ap-form/item
|
|
24
|
-
import { default as le } from "./src/ap-form/
|
|
25
|
-
import { default as de } from "./src/ap-form/
|
|
26
|
-
import { default as se } from "./src/ap-form/
|
|
27
|
-
import { default as ie } from "./src/ap-form/
|
|
28
|
-
import { default as ce } from "./src/ap-form/
|
|
29
|
-
import { default as Ie } from "./src/ap-form/
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as Ce } from "./src/ap-form/render/
|
|
32
|
-
import { default as De } from "./src/ap-form/
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import { default as Ne } from "./src/ap-field/
|
|
37
|
-
import { default as we } from "./src/ap-field/
|
|
38
|
-
import { default as ve } from "./src/ap-field/
|
|
39
|
-
import { default as Ke } from "./src/ap-field/
|
|
40
|
-
import { default as Ue } from "./src/ap-field/
|
|
41
|
-
import { default as Ve } from "./src/ap-field/
|
|
42
|
-
import { default as _e } from "./src/ap-field/
|
|
43
|
-
import { default as $e } from "./src/ap-field/
|
|
44
|
-
import { default as qe } from "./src/ap-field/
|
|
45
|
-
import { default as Qe } from "./src/ap-field/
|
|
46
|
-
import { default as Ye } from "./src/ap-field/
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import { default as xo } from "./src/ap-action/item-
|
|
52
|
-
import { default as so } from "./src/ap-action/
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import { default as go } from "./src/
|
|
58
|
-
import { default as Go } from "./src/ap-
|
|
59
|
-
import {
|
|
60
|
-
import { default as Mo } from "./src/ap-
|
|
61
|
-
import {
|
|
62
|
-
import { default as yo } from "./src/ap-
|
|
63
|
-
import {
|
|
64
|
-
import { default as Bo } from "./src/
|
|
65
|
-
import {
|
|
66
|
-
import { default as zo } from "./src/
|
|
67
|
-
import {
|
|
68
|
-
import { default as Ho } from "./src/ap-
|
|
69
|
-
import { default as jo } from "./src/ap-button/ap-
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import { default as it } from "./src/business/
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import { default as ht } from "./src/
|
|
110
|
-
import {
|
|
111
|
-
import { default as Rt } from "./src/
|
|
112
|
-
import {
|
|
113
|
-
import { default as wt } from "./src/scroll-
|
|
114
|
-
import { default as vt } from "./src/
|
|
115
|
-
import { default as Kt } from "./src/
|
|
116
|
-
import { default as Ut } from "./src/
|
|
117
|
-
import { default as Vt } from "./src/
|
|
118
|
-
import { default as _t } from "./src/
|
|
119
|
-
import { default as $t } from "./src/ap-grid/
|
|
120
|
-
import { default as qt } from "./src/
|
|
121
|
-
import { default as Qt } from "./src/
|
|
122
|
-
import { default as Yt } from "./src/
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
21
|
+
import { default as re } from "./src/ap-form/items/tree-select/index.vue.mjs";
|
|
22
|
+
import { ApForm as pe } from "./src/ap-form/index.mjs";
|
|
23
|
+
import { default as fe } from "./src/ap-form/item/index.vue.mjs";
|
|
24
|
+
import { default as le } from "./src/ap-form/item-group/index.vue.mjs";
|
|
25
|
+
import { default as de } from "./src/ap-form/list/index.vue.mjs";
|
|
26
|
+
import { default as se } from "./src/ap-form/search-form/index.vue.mjs";
|
|
27
|
+
import { default as ie } from "./src/ap-form/modal-form/index.vue.mjs";
|
|
28
|
+
import { default as ce } from "./src/ap-form/dependency/index.vue.mjs";
|
|
29
|
+
import { default as Ie } from "./src/ap-form/set/index.vue.mjs";
|
|
30
|
+
import { default as be } from "./src/ap-form/drawer-form/index.vue.mjs";
|
|
31
|
+
import { default as Ce } from "./src/ap-form/render/control.vue.mjs";
|
|
32
|
+
import { default as De } from "./src/ap-form/render/item.vue.mjs";
|
|
33
|
+
import { default as he } from "./src/ap-form/provider/index.vue.mjs";
|
|
34
|
+
import { ApField as Ee } from "./src/ap-field/index.mjs";
|
|
35
|
+
import { ApFieldText as Re } from "./src/ap-field/text/index.mjs";
|
|
36
|
+
import { default as Ne } from "./src/ap-field/checkbox/index.vue.mjs";
|
|
37
|
+
import { default as we } from "./src/ap-field/date/index.vue.mjs";
|
|
38
|
+
import { default as ve } from "./src/ap-field/number/index.vue.mjs";
|
|
39
|
+
import { default as Ke } from "./src/ap-field/radio/index.vue.mjs";
|
|
40
|
+
import { default as Ue } from "./src/ap-field/switch/index.vue.mjs";
|
|
41
|
+
import { default as Ve } from "./src/ap-field/text-area/index.vue.mjs";
|
|
42
|
+
import { default as _e } from "./src/ap-field/date-range/index.vue.mjs";
|
|
43
|
+
import { default as $e } from "./src/ap-field/select/index.vue.mjs";
|
|
44
|
+
import { default as qe } from "./src/ap-field/text/password.vue.mjs";
|
|
45
|
+
import { default as Qe } from "./src/ap-field/slider/index.vue.mjs";
|
|
46
|
+
import { default as Ye } from "./src/ap-field/segmented/index.vue.mjs";
|
|
47
|
+
import { default as eo } from "./src/ap-field/rate/index.vue.mjs";
|
|
48
|
+
import { default as ro } from "./src/ap-field/tree-select/index.vue.mjs";
|
|
49
|
+
import { adminToken as po, aplusToken as ao } from "./src/design-token/index.mjs";
|
|
50
|
+
import { ApActionItem as mo } from "./src/ap-action/index.mjs";
|
|
51
|
+
import { default as xo } from "./src/ap-action/item-modal/index.vue.mjs";
|
|
52
|
+
import { default as so } from "./src/ap-action/item-popconfirm/index.vue.mjs";
|
|
53
|
+
import { default as io } from "./src/ap-action/item-dropdown/index.vue.mjs";
|
|
54
|
+
import { default as co } from "./src/ap-action/group/index.vue.mjs";
|
|
55
|
+
import { DictCode as Io, langMap as To } from "./src/work-order-modal/interfaces.mjs";
|
|
56
|
+
import { createWorkOrderModal as So } from "./src/work-order-modal/createWorkOrder.mjs";
|
|
57
|
+
import { default as go } from "./src/work-order-modal/work-order-modal.vue.mjs";
|
|
58
|
+
import { default as Go } from "./src/ap-tag/ap-tag.vue.mjs";
|
|
59
|
+
import { default as Po } from "./src/ap-tag/ap-tag-group.vue.mjs";
|
|
60
|
+
import { default as Mo } from "./src/ap-info-layout/ApInfoLayout.vue.mjs";
|
|
61
|
+
import { NeedNameKeyDefault as Lo } from "./src/ap-upload/apUploadTypes.mjs";
|
|
62
|
+
import { default as yo } from "./src/ap-upload/apUpload.vue.mjs";
|
|
63
|
+
import { ApDownLoadNeedNameKeyDefault as ko } from "./src/ap-download/interface.mjs";
|
|
64
|
+
import { default as Bo } from "./src/ap-download/ap-download.vue.mjs";
|
|
65
|
+
import { CheckCard as Oo } from "./src/check-card/index.mjs";
|
|
66
|
+
import { default as zo } from "./src/check-card/group.vue.mjs";
|
|
67
|
+
import { ApModal as Wo } from "./src/ap-modal/index.mjs";
|
|
68
|
+
import { default as Ho } from "./src/ap-list/index.vue.mjs";
|
|
69
|
+
import { default as jo } from "./src/ap-button/ap-button.vue.mjs";
|
|
70
|
+
import { default as Jo } from "./src/ap-button/ap-action-button.vue.mjs";
|
|
71
|
+
import { default as Xo } from "./src/ap-button/ap-confirm-button.vue.mjs";
|
|
72
|
+
import { ApDrawer as Zo } from "./src/ap-drawer/index.mjs";
|
|
73
|
+
import { ApTransformDataHelper as or } from "./src/utils/ap-trans-data/index.mjs";
|
|
74
|
+
import { default as tr } from "./src/business/ap-table-modal/index.mjs";
|
|
75
|
+
import { useTableModal as ar } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
76
|
+
import { useTableSelectModal as mr } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
77
|
+
import { ApAttachment as xr } from "./src/business/ap-attachment/index.mjs";
|
|
78
|
+
import { ApBatchAction as ur } from "./src/business/ap-batch-action/index.mjs";
|
|
79
|
+
import { ApBatchActionGroup as Ar } from "./src/business/ap-batch-action-group/index.mjs";
|
|
80
|
+
import { ApButtonGroup as nr } from "./src/business/ap-button-group/index.mjs";
|
|
81
|
+
import { ApCard as Fr } from "./src/business/ap-card/index.mjs";
|
|
82
|
+
import { ApExpandAlert as Tr } from "./src/business/ap-expand-alert/index.mjs";
|
|
83
|
+
import { ApExportGroupActionType as Sr } from "./src/business/ap-export-group/interface.mjs";
|
|
84
|
+
import { ApExportGroup as gr } from "./src/business/ap-export-group/index.mjs";
|
|
85
|
+
import { handleExportDownload as Gr } from "./src/business/ap-export-group/handleExportDownload.mjs";
|
|
86
|
+
import { convertExportField as Pr } from "./src/business/ap-export-group/convertExportField.mjs";
|
|
87
|
+
import { ApImage as Mr } from "./src/business/ap-image/index.mjs";
|
|
88
|
+
import { ApInputRadio as Lr } from "./src/business/ap-input-radio/index.mjs";
|
|
89
|
+
import { ApLabel as yr, ApLabelGroup as wr } from "./src/business/ap-label/index.mjs";
|
|
90
|
+
import { locales as vr } from "./src/business/ap-ladder/interface.mjs";
|
|
91
|
+
import { ApLadder as Kr } from "./src/business/ap-ladder/index.mjs";
|
|
92
|
+
import { ApSelectLayout as Ur } from "./src/business/ap-select-layout/index.mjs";
|
|
93
|
+
import { ApStatus as Vr, ApStatusGroup as Wr } from "./src/business/ap-status/index.mjs";
|
|
94
|
+
import { ApTitle as Hr } from "./src/business/ap-title/index.mjs";
|
|
95
|
+
import { usePageListApTable as jr } from "./src/business/hooks/usePageListApTable.mjs";
|
|
96
|
+
import { useTableRefresh as Jr } from "./src/business/hooks/useTableRefresh.mjs";
|
|
97
|
+
import { usePageListApGrid as Xr } from "./src/business/hooks/usePageListApGrid.mjs";
|
|
98
|
+
import { computedRecords as Zr, flattenColumns as et, formatDataIndex as ot, formatNumber as rt } from "./src/business/ap-summary/utils.mjs";
|
|
99
|
+
import { ApSummary as pt } from "./src/business/ap-summary/index.mjs";
|
|
100
|
+
import { ApNeedNameKeyDefault as ft } from "./src/business/ap-appendix/interface.mjs";
|
|
101
|
+
import { ApAppendix as lt } from "./src/business/ap-appendix/index.mjs";
|
|
102
|
+
import { ApExtensionSelect as dt, ApGroupSearch as ut, ApPopoverSelect as st } from "./src/business/ap-group-search/index.mjs";
|
|
103
|
+
import { default as it } from "./src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
104
|
+
import { default as ct } from "./src/business/batch-input-group/index.vue.mjs";
|
|
105
|
+
import { default as It } from "./src/business/batch-input-group/form-item.vue.mjs";
|
|
106
|
+
import { ApSizeInput as bt } from "./src/business/ap-size-input/index.mjs";
|
|
107
|
+
import { useTablePaging as Ct } from "./src/ap-table/hooks/use-table-paging.mjs";
|
|
108
|
+
import { ApTable as Dt } from "./src/ap-table/index.mjs";
|
|
109
|
+
import { default as ht } from "./src/editable-table/index.vue.mjs";
|
|
110
|
+
import { default as Et } from "./src/editable-table/form-item.vue.mjs";
|
|
111
|
+
import { default as Rt } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
|
|
112
|
+
import { ensureRangeValue as Nt } from "./src/scroll-bar/utils/index.mjs";
|
|
113
|
+
import { default as wt } from "./src/scroll-bar/index.vue.mjs";
|
|
114
|
+
import { default as vt } from "./src/scroll-bar/internal.vue.mjs";
|
|
115
|
+
import { default as Kt } from "./src/scroll-view/index.vue.mjs";
|
|
116
|
+
import { default as Ut } from "./src/portal/index.vue.mjs";
|
|
117
|
+
import { default as Vt } from "./src/full-screen/index.vue.mjs";
|
|
118
|
+
import { default as _t } from "./src/resize-observer/index.vue.mjs";
|
|
119
|
+
import { default as $t } from "./src/ap-grid/index.vue.mjs";
|
|
120
|
+
import { default as qt } from "./src/ap-grid/editable/index.vue.mjs";
|
|
121
|
+
import { default as Qt } from "./src/ap-grid/editable/form-item.vue.mjs";
|
|
122
|
+
import { default as Yt } from "./src/text/index.vue.mjs";
|
|
123
|
+
import { default as ep } from "./src/text/group.vue.mjs";
|
|
124
|
+
import { default as rp } from "./src/mask/index.vue.mjs";
|
|
125
|
+
import { useMessage as pp } from "./src/hooks/useMessage.mjs";
|
|
126
|
+
import { useControllableValue as fp } from "./src/hooks/useControllableValue.mjs";
|
|
127
|
+
import { useManualRef as lp } from "./src/hooks/useManualRef.mjs";
|
|
128
|
+
import { useThrottleRef as dp } from "./src/hooks/useThrottleRef.mjs";
|
|
129
|
+
import { useFullScreen as sp } from "./src/hooks/useFullScreen.mjs";
|
|
130
|
+
import { useResize as ip } from "./src/hooks/useResize.mjs";
|
|
129
131
|
const a = {
|
|
130
132
|
install: (r) => {
|
|
131
133
|
for (const t in o) {
|
|
@@ -136,151 +138,153 @@ const a = {
|
|
|
136
138
|
};
|
|
137
139
|
export {
|
|
138
140
|
w as APConfigProvider,
|
|
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
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
141
|
+
Jo as ApActionButton,
|
|
142
|
+
co as ApActionGroup,
|
|
143
|
+
mo as ApActionItem,
|
|
144
|
+
io as ApActionItemDropdown,
|
|
145
|
+
xo as ApActionItemModal,
|
|
146
|
+
so as ApActionItemPopconfirm,
|
|
147
|
+
lt as ApAppendix,
|
|
148
|
+
xr as ApAttachment,
|
|
149
|
+
ur as ApBatchAction,
|
|
150
|
+
Ar as ApBatchActionGroup,
|
|
151
|
+
jo as ApButton,
|
|
152
|
+
nr as ApButtonGroup,
|
|
153
|
+
Fr as ApCard,
|
|
154
|
+
Xo as ApConfirmButton,
|
|
155
|
+
Rt as ApDescriptions,
|
|
156
|
+
ko as ApDownLoadNeedNameKeyDefault,
|
|
157
|
+
Bo as ApDownload,
|
|
158
|
+
Zo as ApDrawer,
|
|
159
|
+
Tr as ApExpandAlert,
|
|
160
|
+
gr as ApExportGroup,
|
|
161
|
+
Sr as ApExportGroupActionType,
|
|
162
|
+
dt as ApExtensionSelect,
|
|
163
|
+
Ee as ApField,
|
|
164
|
+
Ne as ApFieldCheckbox,
|
|
165
|
+
we as ApFieldDate,
|
|
166
|
+
_e as ApFieldDateRange,
|
|
167
|
+
ve as ApFieldNumber,
|
|
168
|
+
qe as ApFieldPassword,
|
|
169
|
+
Ke as ApFieldRadio,
|
|
170
|
+
eo as ApFieldRate,
|
|
171
|
+
Ye as ApFieldSegmented,
|
|
172
|
+
$e as ApFieldSelect,
|
|
173
|
+
Qe as ApFieldSlider,
|
|
174
|
+
Ue as ApFieldSwitch,
|
|
175
|
+
Re as ApFieldText,
|
|
176
|
+
Ve as ApFieldTextArea,
|
|
177
|
+
ro as ApFieldTreeSelect,
|
|
178
|
+
pe as ApForm,
|
|
179
|
+
Ce as ApFormControlRender,
|
|
180
|
+
ce as ApFormDependency,
|
|
181
|
+
be as ApFormDrawerForm,
|
|
182
|
+
fe as ApFormItem,
|
|
183
|
+
It as ApFormItemBatchInput,
|
|
181
184
|
Y as ApFormItemCheckbox,
|
|
182
185
|
V as ApFormItemDate,
|
|
183
186
|
_ as ApFormItemDateRange,
|
|
184
|
-
|
|
187
|
+
le as ApFormItemGroup,
|
|
185
188
|
U as ApFormItemNumber,
|
|
186
189
|
$ as ApFormItemRadio,
|
|
187
|
-
|
|
190
|
+
De as ApFormItemRender,
|
|
188
191
|
q as ApFormItemSelect,
|
|
189
192
|
Q as ApFormItemSwitch,
|
|
190
193
|
v as ApFormItemText,
|
|
191
194
|
K as ApFormItemTextArea,
|
|
192
195
|
ee as ApFormItemTextPassword,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
wr as
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
196
|
+
re as ApFormItemTreeSelect,
|
|
197
|
+
de as ApFormList,
|
|
198
|
+
ie as ApFormModalForm,
|
|
199
|
+
he as ApFormProvider,
|
|
200
|
+
se as ApFormSearchForm,
|
|
201
|
+
Ie as ApFormSet,
|
|
202
|
+
$t as ApGrid,
|
|
203
|
+
ut as ApGroupSearch,
|
|
204
|
+
Mr as ApImage,
|
|
205
|
+
Mo as ApInfoLayout,
|
|
206
|
+
Lr as ApInputRadio,
|
|
207
|
+
yr as ApLabel,
|
|
208
|
+
wr as ApLabelGroup,
|
|
209
|
+
Kr as ApLadder,
|
|
210
|
+
Ho as ApList,
|
|
211
|
+
Wo as ApModal,
|
|
212
|
+
ft as ApNeedNameKeyDefault,
|
|
213
|
+
st as ApPopoverSelect,
|
|
214
|
+
Ur as ApSelectLayout,
|
|
215
|
+
bt as ApSizeInput,
|
|
216
|
+
Vr as ApStatus,
|
|
217
|
+
Wr as ApStatusGroup,
|
|
218
|
+
pt as ApSummary,
|
|
219
|
+
Dt as ApTable,
|
|
220
|
+
tr as ApTableModal,
|
|
221
|
+
Go as ApTag,
|
|
222
|
+
Po as ApTagGroup,
|
|
223
|
+
Yt as ApText,
|
|
224
|
+
ep as ApTextGroup,
|
|
225
|
+
Hr as ApTitle,
|
|
226
|
+
or as ApTransformDataHelper,
|
|
227
|
+
yo as ApUpload,
|
|
228
|
+
it as ApUploadSingle,
|
|
229
|
+
ct as BatchInputGroup,
|
|
230
|
+
Oo as CheckCard,
|
|
231
|
+
zo as CheckCardGroup,
|
|
228
232
|
L as ConfigProvider,
|
|
229
233
|
s as DEFAULT_NAMESPACE,
|
|
230
234
|
A as DEFAULT_UIMODE,
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
235
|
+
Io as DictCode,
|
|
236
|
+
qt as EditableGrid,
|
|
237
|
+
Qt as EditableGridFormItem,
|
|
238
|
+
ht as EditableTable,
|
|
239
|
+
Et as EditableTableFormItem,
|
|
240
|
+
Vt as FullScreen,
|
|
241
|
+
vt as InternalScrollBar,
|
|
242
|
+
rp as Mask,
|
|
243
|
+
Lo as NeedNameKeyDefault,
|
|
244
|
+
Ut as Portal,
|
|
245
|
+
_t as ResizeObserver,
|
|
246
|
+
wt as ScrollBar,
|
|
247
|
+
Kt as ScrollView,
|
|
248
|
+
go as WorkOrderModal,
|
|
249
|
+
po as adminToken,
|
|
250
|
+
ao as aplusToken,
|
|
251
|
+
b as buildLocaleContext,
|
|
248
252
|
S as buildTranslator,
|
|
249
|
-
|
|
253
|
+
Zr as computedRecords,
|
|
250
254
|
i as configProviderContextKey,
|
|
251
255
|
d as configProviderProps,
|
|
252
|
-
|
|
253
|
-
|
|
256
|
+
Pr as convertExportField,
|
|
257
|
+
So as createWorkOrderModal,
|
|
254
258
|
a as default,
|
|
255
259
|
h as defaultNamespace,
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
+
Nt as ensureRangeValue,
|
|
261
|
+
et as flattenColumns,
|
|
262
|
+
ot as formatDataIndex,
|
|
263
|
+
rt as formatNumber,
|
|
260
264
|
N as globalConfigCached,
|
|
261
|
-
|
|
265
|
+
Gr as handleExportDownload,
|
|
262
266
|
c as keysOf,
|
|
263
|
-
|
|
267
|
+
To as langMap,
|
|
264
268
|
C as localeContextKey,
|
|
265
|
-
|
|
269
|
+
vr as locales,
|
|
266
270
|
P as namespaceContextKey,
|
|
267
271
|
l as pathMap,
|
|
268
272
|
F as provideGlobalConfig,
|
|
269
273
|
g as translate,
|
|
270
|
-
|
|
271
|
-
|
|
274
|
+
fp as useControllableValue,
|
|
275
|
+
sp as useFullScreen,
|
|
272
276
|
E as useGetDerivedNamespace,
|
|
273
277
|
I as useGlobalConfig,
|
|
274
278
|
D as useLocale,
|
|
275
|
-
|
|
276
|
-
|
|
279
|
+
lp as useManualRef,
|
|
280
|
+
pp as useMessage,
|
|
277
281
|
M as useNamespace,
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
282
|
+
Xr as usePageListApGrid,
|
|
283
|
+
jr as usePageListApTable,
|
|
284
|
+
ip as useResize,
|
|
285
|
+
ar as useTableModal,
|
|
286
|
+
Ct as useTablePaging,
|
|
287
|
+
Jr as useTableRefresh,
|
|
288
|
+
mr as useTableSelectModal,
|
|
289
|
+
dp as useThrottleRef
|
|
286
290
|
};
|
|
@@ -10,6 +10,7 @@ import { default as ApFieldSelect } from './select/index.vue';
|
|
|
10
10
|
import { default as ApFieldSlider } from './slider/index.vue';
|
|
11
11
|
import { default as ApFieldSegmented } from './segmented/index.vue';
|
|
12
12
|
import { default as ApFieldRate } from './rate/index.vue';
|
|
13
|
+
import { default as ApFieldTreeSelect } from './tree-select/index.vue';
|
|
13
14
|
export type FieldType = {
|
|
14
15
|
Text: typeof ApFieldText;
|
|
15
16
|
TextArea: typeof ApFieldTextArea;
|
|
@@ -23,7 +24,8 @@ export type FieldType = {
|
|
|
23
24
|
Slider: typeof ApFieldSlider;
|
|
24
25
|
Segmented: typeof ApFieldSegmented;
|
|
25
26
|
Rate: typeof ApFieldRate;
|
|
27
|
+
TreeSelect: typeof ApFieldTreeSelect;
|
|
26
28
|
};
|
|
27
29
|
export declare const ApField: FieldType;
|
|
28
30
|
export * from './interface';
|
|
29
|
-
export { ApFieldText, ApFieldCheckbox, ApFieldDate, ApFieldNumber, ApFieldRadio, ApFieldSwitch, ApFieldTextArea, ApFieldDateRange, ApFieldSelect, ApFieldPassword, ApFieldSlider, ApFieldSegmented, ApFieldRate };
|
|
31
|
+
export { ApFieldText, ApFieldCheckbox, ApFieldDate, ApFieldNumber, ApFieldRadio, ApFieldSwitch, ApFieldTextArea, ApFieldDateRange, ApFieldSelect, ApFieldPassword, ApFieldSlider, ApFieldSegmented, ApFieldRate, ApFieldTreeSelect };
|
|
@@ -10,44 +10,48 @@ import "./select/index.vue2.mjs";
|
|
|
10
10
|
import "./slider/index.vue2.mjs";
|
|
11
11
|
import "./segmented/index.vue2.mjs";
|
|
12
12
|
import "./rate/index.vue2.mjs";
|
|
13
|
+
import "./tree-select/index.vue2.mjs";
|
|
13
14
|
import "./interface.mjs";
|
|
14
|
-
import m from "./
|
|
15
|
-
import e from "./
|
|
16
|
-
import r from "./
|
|
15
|
+
import m from "./tree-select/index.vue.mjs";
|
|
16
|
+
import e from "./rate/index.vue.mjs";
|
|
17
|
+
import r from "./segmented/index.vue.mjs";
|
|
18
|
+
import t from "./slider/index.vue.mjs";
|
|
17
19
|
import o from "./switch/index.vue.mjs";
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
20
|
+
import p from "./select/index.vue.mjs";
|
|
21
|
+
import a from "./checkbox/index.vue.mjs";
|
|
22
|
+
import f from "./radio/index.vue.mjs";
|
|
23
|
+
import s from "./date-range/index.vue.mjs";
|
|
24
|
+
import _ from "./date/index.vue.mjs";
|
|
25
|
+
import c from "./number/index.vue.mjs";
|
|
24
26
|
import d from "./text-area/index.vue.mjs";
|
|
25
|
-
const
|
|
27
|
+
const H = {
|
|
26
28
|
Text: i,
|
|
27
29
|
TextArea: d,
|
|
28
|
-
Number:
|
|
29
|
-
Date:
|
|
30
|
-
DateRange:
|
|
31
|
-
Radio:
|
|
32
|
-
Checkbox:
|
|
33
|
-
Select:
|
|
30
|
+
Number: c,
|
|
31
|
+
Date: _,
|
|
32
|
+
DateRange: s,
|
|
33
|
+
Radio: f,
|
|
34
|
+
Checkbox: a,
|
|
35
|
+
Select: p,
|
|
34
36
|
Switch: o,
|
|
35
|
-
Slider:
|
|
36
|
-
Segmented:
|
|
37
|
-
Rate:
|
|
37
|
+
Slider: t,
|
|
38
|
+
Segmented: r,
|
|
39
|
+
Rate: e,
|
|
40
|
+
TreeSelect: m
|
|
38
41
|
};
|
|
39
42
|
export {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
43
|
+
H as ApField,
|
|
44
|
+
a as ApFieldCheckbox,
|
|
45
|
+
_ as ApFieldDate,
|
|
46
|
+
s as ApFieldDateRange,
|
|
47
|
+
c as ApFieldNumber,
|
|
48
|
+
f as ApFieldRadio,
|
|
49
|
+
e as ApFieldRate,
|
|
50
|
+
r as ApFieldSegmented,
|
|
51
|
+
p as ApFieldSelect,
|
|
52
|
+
t as ApFieldSlider,
|
|
50
53
|
o as ApFieldSwitch,
|
|
51
54
|
i as ApFieldText,
|
|
52
|
-
d as ApFieldTextArea
|
|
55
|
+
d as ApFieldTextArea,
|
|
56
|
+
m as ApFieldTreeSelect
|
|
53
57
|
};
|