@aplus-frontend/ui 7.3.2 → 7.4.0
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 +176 -174
- package/es/src/ag-grid/editable/form-item.vue.d.ts +2 -4
- package/es/src/ag-grid/editable/index.vue.d.ts +2 -4
- package/es/src/ag-grid/index.vue.d.ts +2 -4
- package/es/src/ap-field/select/use-select-options.d.ts +2 -2
- package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
- package/es/src/ap-form/ap-form.vue.d.ts +1 -2
- package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -4
- package/es/src/ap-form/items/select/index.vue.d.ts +6 -6
- package/es/src/ap-form/modal-form/index.vue.d.ts +3 -4
- package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +1 -1
- package/es/src/ap-form/search-form/index.vue.d.ts +3 -4
- package/es/src/ap-grid/editable/form-item.vue.d.ts +2 -4
- package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
- package/es/src/ap-grid/index.vue.d.ts +2 -4
- package/es/src/ap-list/index.vue.d.ts +2 -4
- package/es/src/ap-modal/interface.d.ts +4 -0
- package/es/src/ap-modal/utils/confirm.d.ts +1 -1
- package/es/src/ap-modal/utils/createModal.mjs +44 -41
- package/es/src/ap-table/ap-table.vue.d.ts +2 -4
- package/es/src/ap-table/constants.d.ts +5 -5
- package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
- package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +1 -1
- package/es/src/business/ap-draggable-grid/index.d.ts +1 -1
- package/es/src/business/ap-draggable-grid/style/index.mjs +4 -4
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
- package/es/src/business/ap-expand-alert/index.d.ts +4 -6
- package/es/src/business/ap-select-layout/index.d.ts +2 -4
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
- package/es/src/business/ap-table-modal/index.d.ts +17 -5
- package/es/src/business/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/es/src/business/ap-upload/components/Picture.vue.d.ts +2 -7
- package/es/src/business/ap-value-select-card/index.vue.d.ts +2 -4
- package/es/src/business/ap-view/components/main-button-content.vue.d.ts +2 -3
- package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
- package/es/src/config-provider/hooks/use-namespace.d.ts +5 -1
- package/es/src/design-token/interface.d.ts +2 -0
- package/es/src/editable-table/form-item.vue.d.ts +2 -4
- package/es/src/editable-table/index.vue.d.ts +2 -4
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +280 -278
- package/es/src/loading-bar/global.d.ts +13 -0
- package/es/src/loading-bar/global.mjs +35 -0
- package/es/src/loading-bar/index.d.ts +9 -0
- package/es/src/loading-bar/index.mjs +9 -0
- package/es/src/loading-bar/index.vue.d.ts +14 -0
- package/es/src/loading-bar/index.vue.mjs +4 -0
- package/es/src/loading-bar/index.vue2.mjs +112 -0
- package/es/src/loading-bar/interface.d.ts +48 -0
- package/es/src/loading-bar/interface.mjs +1 -0
- package/es/src/loading-bar/style/index.d.ts +12 -0
- package/es/src/loading-bar/style/index.mjs +85 -0
- package/es/src/scroll-view/index.vue.d.ts +5 -5
- package/es/src/tests/wrapper.d.ts +4 -4
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.js +1 -1
- package/lib/src/ag-grid/editable/form-item.vue.d.ts +2 -4
- package/lib/src/ag-grid/editable/index.vue.d.ts +2 -4
- package/lib/src/ag-grid/index.vue.d.ts +2 -4
- package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
- package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
- package/lib/src/ap-form/ap-form.vue.d.ts +1 -2
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -4
- package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
- package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -4
- package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +3 -4
- package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
- package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
- package/lib/src/ap-grid/index.vue.d.ts +2 -4
- package/lib/src/ap-list/index.vue.d.ts +2 -4
- package/lib/src/ap-modal/interface.d.ts +4 -0
- package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
- package/lib/src/ap-modal/utils/createModal.js +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
- package/lib/src/ap-table/constants.d.ts +5 -5
- package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
- package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +1 -1
- package/lib/src/business/ap-draggable-grid/index.d.ts +1 -1
- package/lib/src/business/ap-draggable-grid/style/index.js +1 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
- package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
- package/lib/src/business/ap-select-layout/index.d.ts +2 -4
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
- package/lib/src/business/ap-table-modal/index.d.ts +17 -5
- package/lib/src/business/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/lib/src/business/ap-upload/components/Picture.vue.d.ts +2 -7
- package/lib/src/business/ap-value-select-card/index.vue.d.ts +2 -4
- package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +2 -3
- package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
- package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
- package/lib/src/design-token/interface.d.ts +2 -0
- package/lib/src/editable-table/form-item.vue.d.ts +2 -4
- package/lib/src/editable-table/index.vue.d.ts +2 -4
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/loading-bar/global.d.ts +13 -0
- package/lib/src/loading-bar/global.js +1 -0
- package/lib/src/loading-bar/index.d.ts +9 -0
- package/lib/src/loading-bar/index.js +1 -0
- package/lib/src/loading-bar/index.vue.d.ts +14 -0
- package/lib/src/loading-bar/index.vue.js +1 -0
- package/lib/src/loading-bar/index.vue2.js +1 -0
- package/lib/src/loading-bar/interface.d.ts +48 -0
- package/lib/src/loading-bar/interface.js +1 -0
- package/lib/src/loading-bar/style/index.d.ts +12 -0
- package/lib/src/loading-bar/style/index.js +17 -0
- package/lib/src/scroll-view/index.vue.d.ts +5 -5
- package/lib/src/tests/wrapper.d.ts +4 -4
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +3 -3
package/es/index.mjs
CHANGED
|
@@ -61,90 +61,91 @@ import { default as Ro } from "./src/ap-button/ap-action-button.vue.mjs";
|
|
|
61
61
|
import { default as vo } from "./src/ap-button/ap-confirm-button.vue.mjs";
|
|
62
62
|
import { ApDrawer as yo } from "./src/ap-drawer/index.mjs";
|
|
63
63
|
import { ApProCard as Bo, ApStatisticCard as Ko } from "./src/ap-pro-card/index.mjs";
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
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 { default as Qr } from "./src/business/
|
|
95
|
-
import { default as Yr } from "./src/business/batch-input-group/
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import { default as wt } from "./src/business/ap-tag/ap-tag
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import { default as jt } from "./src/business/ap-
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import { default as Zt } from "./src/editable-table/
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import { default as ap } from "./src/scroll-bar/
|
|
126
|
-
import { default as mp } from "./src/scroll-
|
|
127
|
-
import { default as xp } from "./src/
|
|
128
|
-
import { default as sp } from "./src/
|
|
129
|
-
import { default as Ap } from "./src/
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import { default as Tp } from "./src/ap-grid/
|
|
134
|
-
import { default as Cp } from "./src/ap-grid/editable/
|
|
135
|
-
import { default as Dp } from "./src/
|
|
136
|
-
import { default as Ep } from "./src/text/
|
|
137
|
-
import { default as Lp } from "./src/
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import { default as wp } from "./src/ag-grid/
|
|
141
|
-
import { default as Kp } from "./src/ag-grid/editable/
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
64
|
+
import { LoadingBar as Uo } from "./src/loading-bar/index.mjs";
|
|
65
|
+
import { ApTransformDataHelper as Vo } from "./src/utils/ap-trans-data/index.mjs";
|
|
66
|
+
import { default as _o } from "./src/business/ap-table-modal/index.mjs";
|
|
67
|
+
import { useTableModal as jo } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
68
|
+
import { useTableSelectModal as Wo } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
69
|
+
import { ApAttachment as Jo } from "./src/business/ap-attachment/index.mjs";
|
|
70
|
+
import { ApBatchAction as Xo } from "./src/business/ap-batch-action/index.mjs";
|
|
71
|
+
import { ApBatchActionGroup as Zo } from "./src/business/ap-batch-action-group/index.mjs";
|
|
72
|
+
import { ApButtonGroup as or } from "./src/business/ap-button-group/index.mjs";
|
|
73
|
+
import { ApCard as tr } from "./src/business/ap-card/index.mjs";
|
|
74
|
+
import { ApExpandAlert as ar } from "./src/business/ap-expand-alert/index.mjs";
|
|
75
|
+
import { ApExportGroupActionType as mr } from "./src/business/ap-export-group/interface.mjs";
|
|
76
|
+
import { ApExportGroup as xr } from "./src/business/ap-export-group/index.mjs";
|
|
77
|
+
import { handleExportDownload as sr } from "./src/business/ap-export-group/handleExportDownload.mjs";
|
|
78
|
+
import { convertExportField as Ar } from "./src/business/ap-export-group/convertExportField.mjs";
|
|
79
|
+
import { ApImage as nr } from "./src/business/ap-image/index.mjs";
|
|
80
|
+
import { ApInputRadio as Fr } from "./src/business/ap-input-radio/index.mjs";
|
|
81
|
+
import { ApLabel as gr, ApLabelGroup as Sr } from "./src/business/ap-label/index.mjs";
|
|
82
|
+
import { locales as br } from "./src/business/ap-ladder/interface.mjs";
|
|
83
|
+
import { ApLadder as Gr } from "./src/business/ap-ladder/index.mjs";
|
|
84
|
+
import { ApSelectLayout as Pr } from "./src/business/ap-select-layout/index.mjs";
|
|
85
|
+
import { ApStatus as hr, ApStatusGroup as Lr } from "./src/business/ap-status/index.mjs";
|
|
86
|
+
import { ApTitle as Nr } from "./src/business/ap-title/index.mjs";
|
|
87
|
+
import { usePageListApTable as Mr } from "./src/business/hooks/usePageListApTable.mjs";
|
|
88
|
+
import { usePageListApGrid as wr } from "./src/business/hooks/usePageListApGrid.mjs";
|
|
89
|
+
import { usePageListAgGrid as Kr } from "./src/business/hooks/usePageListAgGrid.mjs";
|
|
90
|
+
import { computedRecords as Ur, flattenColumns as Or, formatDataIndex as Vr, formatNumber as zr } from "./src/business/ap-summary/utils.mjs";
|
|
91
|
+
import { ApSummary as $r } from "./src/business/ap-summary/index.mjs";
|
|
92
|
+
import { ApNeedNameKeyDefault as Hr } from "./src/business/ap-appendix/interface.mjs";
|
|
93
|
+
import { ApAppendix as qr } from "./src/business/ap-appendix/index.mjs";
|
|
94
|
+
import { default as Qr } from "./src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
95
|
+
import { default as Yr } from "./src/business/batch-input-group/index.vue.mjs";
|
|
96
|
+
import { default as et } from "./src/business/batch-input-group/form-item.vue.mjs";
|
|
97
|
+
import { ApSizeInput as rt } from "./src/business/ap-size-input/index.mjs";
|
|
98
|
+
import { default as pt } from "./src/business/ap-size-input/form-item.vue.mjs";
|
|
99
|
+
import { ApProductInfo as ft } from "./src/business/ap-product-info/index.mjs";
|
|
100
|
+
import { ApCopy as lt } from "./src/business/ap-copy/index.mjs";
|
|
101
|
+
import { ApView as dt } from "./src/business/ap-view/index.mjs";
|
|
102
|
+
import { ApRadioGroup as ut } from "./src/business/ap-radio-group/index.mjs";
|
|
103
|
+
import { ApKeepAliveProps as it, forceStopTags as nt } from "./src/business/ap-keep-alive/interface.mjs";
|
|
104
|
+
import { ApKeepAlive as Ft } from "./src/business/ap-keep-alive/index.mjs";
|
|
105
|
+
import { LruCacher as gt } from "./src/business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
106
|
+
import { useApKeepAliveInject as Tt } from "./src/business/ap-keep-alive/hook.mjs";
|
|
107
|
+
import { matches as Ct } from "./src/business/ap-keep-alive/utils.mjs";
|
|
108
|
+
import { ApDraggableGrid as Dt } from "./src/business/ap-draggable-grid/index.mjs";
|
|
109
|
+
import { ApValueSelectCard as Et } from "./src/business/ap-value-select-card/index.mjs";
|
|
110
|
+
import { useAgGridModal as Lt } from "./src/business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
|
|
111
|
+
import { useAgGridSelectModal as Nt } from "./src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
|
|
112
|
+
import { ApSelectedItems as Mt } from "./src/business/ag-grid-modal/selected-items/index.mjs";
|
|
113
|
+
import { default as wt } from "./src/business/ap-tag/ap-tag.vue.mjs";
|
|
114
|
+
import { default as Kt } from "./src/business/ap-tag/ap-tag-group.vue.mjs";
|
|
115
|
+
import { NeedNameKeyDefault as Ut } from "./src/business/ap-upload/apUploadTypes.mjs";
|
|
116
|
+
import { default as Vt } from "./src/business/ap-upload/apUpload.vue.mjs";
|
|
117
|
+
import { ApDownLoadNeedNameKeyDefault as _t } from "./src/business/ap-download/interface.mjs";
|
|
118
|
+
import { default as jt } from "./src/business/ap-download/ap-download.vue.mjs";
|
|
119
|
+
import { default as Wt } from "./src/business/ap-descriptions/ap-descriptions.vue.mjs";
|
|
120
|
+
import { useTablePaging as Jt } from "./src/ap-table/hooks/use-table-paging.mjs";
|
|
121
|
+
import { ApTable as Xt } from "./src/ap-table/index.mjs";
|
|
122
|
+
import { default as Zt } from "./src/editable-table/index.vue.mjs";
|
|
123
|
+
import { default as op } from "./src/editable-table/form-item.vue.mjs";
|
|
124
|
+
import { ensureRangeValue as tp } from "./src/scroll-bar/utils/index.mjs";
|
|
125
|
+
import { default as ap } from "./src/scroll-bar/index.vue.mjs";
|
|
126
|
+
import { default as mp } from "./src/scroll-bar/internal.vue.mjs";
|
|
127
|
+
import { default as xp } from "./src/scroll-view/index.vue.mjs";
|
|
128
|
+
import { default as sp } from "./src/portal/index.vue.mjs";
|
|
129
|
+
import { default as Ap } from "./src/full-screen/index.vue.mjs";
|
|
130
|
+
import { default as np } from "./src/resize-observer/index.vue.mjs";
|
|
131
|
+
import { ROW_SELECTION_FIELD as Fp } from "./src/ap-grid/constants.mjs";
|
|
132
|
+
import { toTreeArray as gp } from "./src/ap-grid/utils/to-tree-array.mjs";
|
|
133
|
+
import { default as Tp } from "./src/ap-grid/index.vue.mjs";
|
|
134
|
+
import { default as Cp } from "./src/ap-grid/editable/index.vue.mjs";
|
|
135
|
+
import { default as Dp } from "./src/ap-grid/editable/form-item.vue.mjs";
|
|
136
|
+
import { default as Ep } from "./src/text/index.vue.mjs";
|
|
137
|
+
import { default as Lp } from "./src/text/group.vue.mjs";
|
|
138
|
+
import { default as Np } from "./src/mask/index.vue.mjs";
|
|
139
|
+
import { Splitter as Mp } from "./src/splitter/index.mjs";
|
|
140
|
+
import { default as wp } from "./src/ag-grid/index.vue.mjs";
|
|
141
|
+
import { default as Kp } from "./src/ag-grid/editable/index.vue.mjs";
|
|
142
|
+
import { default as Up } from "./src/ag-grid/editable/form-item.vue.mjs";
|
|
143
|
+
import { useMessage as Vp } from "./src/hooks/useMessage.mjs";
|
|
144
|
+
import { useControllableValue as _p } from "./src/hooks/useControllableValue.mjs";
|
|
145
|
+
import { useManualRef as jp } from "./src/hooks/useManualRef.mjs";
|
|
146
|
+
import { useThrottleRef as Wp } from "./src/hooks/useThrottleRef.mjs";
|
|
147
|
+
import { useFullScreen as Jp } from "./src/hooks/useFullScreen.mjs";
|
|
148
|
+
import { useResize as Xp } from "./src/hooks/useResize.mjs";
|
|
148
149
|
const a = console.log;
|
|
149
150
|
a(`APlus-UI version ${p}`);
|
|
150
151
|
const l = {
|
|
@@ -157,30 +158,30 @@ const l = {
|
|
|
157
158
|
};
|
|
158
159
|
export {
|
|
159
160
|
w as APConfigProvider,
|
|
160
|
-
|
|
161
|
+
wp as AgGrid,
|
|
161
162
|
Ro as ApActionButton,
|
|
162
163
|
Io as ApActionGroup,
|
|
163
164
|
xo as ApActionItem,
|
|
164
165
|
co as ApActionItemDropdown,
|
|
165
166
|
uo as ApActionItemModal,
|
|
166
167
|
io as ApActionItemPopconfirm,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
168
|
+
qr as ApAppendix,
|
|
169
|
+
Jo as ApAttachment,
|
|
170
|
+
Xo as ApBatchAction,
|
|
171
|
+
Zo as ApBatchActionGroup,
|
|
171
172
|
ho as ApButton,
|
|
172
|
-
|
|
173
|
-
|
|
173
|
+
or as ApButtonGroup,
|
|
174
|
+
tr as ApCard,
|
|
174
175
|
vo as ApConfirmButton,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
176
|
+
lt as ApCopy,
|
|
177
|
+
Wt as ApDescriptions,
|
|
178
|
+
_t as ApDownLoadNeedNameKeyDefault,
|
|
179
|
+
jt as ApDownload,
|
|
180
|
+
Dt as ApDraggableGrid,
|
|
180
181
|
yo as ApDrawer,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
182
|
+
ar as ApExpandAlert,
|
|
183
|
+
xr as ApExportGroup,
|
|
184
|
+
mr as ApExportGroupActionType,
|
|
184
185
|
Le as ApField,
|
|
185
186
|
ye as ApFieldCheckbox,
|
|
186
187
|
Be as ApFieldDate,
|
|
@@ -202,7 +203,7 @@ export {
|
|
|
202
203
|
Fe as ApFormDependency,
|
|
203
204
|
Te as ApFormDrawerForm,
|
|
204
205
|
me as ApFormItem,
|
|
205
|
-
|
|
206
|
+
et as ApFormItemBatchInput,
|
|
206
207
|
Z as ApFormItemCheckbox,
|
|
207
208
|
_ as ApFormItemDate,
|
|
208
209
|
j as ApFormItemDateRange,
|
|
@@ -211,7 +212,7 @@ export {
|
|
|
211
212
|
W as ApFormItemRadio,
|
|
212
213
|
De as ApFormItemRender,
|
|
213
214
|
J as ApFormItemSelect,
|
|
214
|
-
|
|
215
|
+
pt as ApFormItemSizeInput,
|
|
215
216
|
X as ApFormItemSwitch,
|
|
216
217
|
K as ApFormItemText,
|
|
217
218
|
U as ApFormItemTextArea,
|
|
@@ -222,104 +223,105 @@ export {
|
|
|
222
223
|
Ee as ApFormProvider,
|
|
223
224
|
Ae as ApFormSearchForm,
|
|
224
225
|
ge as ApFormSet,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
226
|
+
Tp as ApGrid,
|
|
227
|
+
nr as ApImage,
|
|
228
|
+
Fr as ApInputRadio,
|
|
229
|
+
Ft as ApKeepAlive,
|
|
230
|
+
it as ApKeepAliveProps,
|
|
231
|
+
gr as ApLabel,
|
|
232
|
+
Sr as ApLabelGroup,
|
|
233
|
+
Gr as ApLadder,
|
|
233
234
|
Po as ApList,
|
|
234
235
|
Go as ApModal,
|
|
235
|
-
|
|
236
|
+
Hr as ApNeedNameKeyDefault,
|
|
236
237
|
Bo as ApProCard,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
238
|
+
ft as ApProductInfo,
|
|
239
|
+
ut as ApRadioGroup,
|
|
240
|
+
Pr as ApSelectLayout,
|
|
241
|
+
Mt as ApSelectedItems,
|
|
242
|
+
rt as ApSizeInput,
|
|
242
243
|
Ko as ApStatisticCard,
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
244
|
+
hr as ApStatus,
|
|
245
|
+
Lr as ApStatusGroup,
|
|
246
|
+
$r as ApSummary,
|
|
247
|
+
Xt as ApTable,
|
|
248
|
+
_o as ApTableModal,
|
|
249
|
+
wt as ApTag,
|
|
250
|
+
Kt as ApTagGroup,
|
|
251
|
+
Ep as ApText,
|
|
252
|
+
Lp as ApTextGroup,
|
|
253
|
+
Nr as ApTitle,
|
|
254
|
+
Vo as ApTransformDataHelper,
|
|
255
|
+
Vt as ApUpload,
|
|
256
|
+
Qr as ApUploadSingle,
|
|
257
|
+
Et as ApValueSelectCard,
|
|
258
|
+
dt as ApView,
|
|
259
|
+
Yr as BatchInputGroup,
|
|
259
260
|
So as CheckCard,
|
|
260
261
|
bo as CheckCardGroup,
|
|
261
262
|
v as ConfigProvider,
|
|
262
263
|
A as DEFAULT_NAMESPACE,
|
|
263
264
|
i as DEFAULT_UIMODE,
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
265
|
+
Kp as EditableAgGrid,
|
|
266
|
+
Up as EditableAgGridFormItem,
|
|
267
|
+
Cp as EditableGrid,
|
|
268
|
+
Dp as EditableGridFormItem,
|
|
269
|
+
Zt as EditableTable,
|
|
270
|
+
op as EditableTableFormItem,
|
|
271
|
+
Ap as FullScreen,
|
|
272
|
+
mp as InternalScrollBar,
|
|
273
|
+
Uo as LoadingBar,
|
|
274
|
+
gt as LruCacher,
|
|
275
|
+
Np as Mask,
|
|
276
|
+
Ut as NeedNameKeyDefault,
|
|
277
|
+
sp as Portal,
|
|
278
|
+
Fp as ROW_SELECTION_FIELD,
|
|
279
|
+
np as ResizeObserver,
|
|
280
|
+
ap as ScrollBar,
|
|
281
|
+
xp as ScrollView,
|
|
282
|
+
Mp as Splitter,
|
|
281
283
|
fo as adminToken,
|
|
282
284
|
mo as aplusToken,
|
|
283
285
|
T as buildLocaleContext,
|
|
284
286
|
b as buildTranslator,
|
|
285
|
-
|
|
287
|
+
Ur as computedRecords,
|
|
286
288
|
n as configProviderContextKey,
|
|
287
289
|
s as configProviderProps,
|
|
288
|
-
|
|
290
|
+
Ar as convertExportField,
|
|
289
291
|
l as default,
|
|
290
292
|
E as defaultNamespace,
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
293
|
+
tp as ensureRangeValue,
|
|
294
|
+
Or as flattenColumns,
|
|
295
|
+
nt as forceStopTags,
|
|
296
|
+
Vr as formatDataIndex,
|
|
297
|
+
zr as formatNumber,
|
|
296
298
|
M as globalConfigCached,
|
|
297
|
-
|
|
298
|
-
|
|
299
|
+
sr as handleExportDownload,
|
|
300
|
+
Ct as isNameMatches,
|
|
299
301
|
F as keysOf,
|
|
300
302
|
C as localeContextKey,
|
|
301
|
-
|
|
303
|
+
br as locales,
|
|
302
304
|
h as namespaceContextKey,
|
|
303
305
|
I as provideGlobalConfig,
|
|
304
|
-
|
|
306
|
+
gp as toTreeArray,
|
|
305
307
|
G as translate,
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
308
|
+
Lt as useAgGridModal,
|
|
309
|
+
Nt as useAgGridSelectModal,
|
|
310
|
+
Tt as useApKeepAliveInject,
|
|
311
|
+
_p as useControllableValue,
|
|
312
|
+
Jp as useFullScreen,
|
|
311
313
|
L as useGetDerivedNamespace,
|
|
312
314
|
g as useGlobalConfig,
|
|
313
315
|
D as useLocale,
|
|
314
|
-
|
|
315
|
-
|
|
316
|
+
jp as useManualRef,
|
|
317
|
+
Vp as useMessage,
|
|
316
318
|
R as useNamespace,
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
319
|
+
Kr as usePageListAgGrid,
|
|
320
|
+
wr as usePageListApGrid,
|
|
321
|
+
Mr as usePageListApTable,
|
|
322
|
+
Xp as useResize,
|
|
323
|
+
jo as useTableModal,
|
|
324
|
+
Jt as useTablePaging,
|
|
325
|
+
Wo as useTableSelectModal,
|
|
326
|
+
Wp as useThrottleRef
|
|
325
327
|
};
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import { EditableAgGridFormItemExpose, EditableAgGridFormItemProps } from './interface';
|
|
2
2
|
import { Recordable } from '../../type';
|
|
3
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode
|
|
3
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
4
4
|
declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
5
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & EditableAgGridFormItemProps<RecordType> & Partial<{}>> & PublicProps;
|
|
6
6
|
expose(exposed: ShallowUnwrapRef<EditableAgGridFormItemExpose<RecordType>>): void;
|
|
7
7
|
attrs: any;
|
|
8
8
|
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
9
9
|
emit: {};
|
|
10
|
-
}>) => VNode
|
|
11
|
-
[key: string]: any;
|
|
12
|
-
}> & {
|
|
10
|
+
}>) => VNode & {
|
|
13
11
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
14
12
|
};
|
|
15
13
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EditableAgGridExpose, EditableAgGridProps } from './interface';
|
|
2
2
|
import { Recordable } from '../../type';
|
|
3
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode
|
|
3
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
4
4
|
declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
5
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
6
6
|
readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9,9 +9,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNu
|
|
|
9
9
|
attrs: any;
|
|
10
10
|
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
11
11
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
12
|
-
}>) => VNode
|
|
13
|
-
[key: string]: any;
|
|
14
|
-
}> & {
|
|
12
|
+
}>) => VNode & {
|
|
15
13
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
16
14
|
};
|
|
17
15
|
export default _default;
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import { AgGridExpose, AgGridProps, AgGridSlots } from './interface';
|
|
2
2
|
import { Recordable } from '../type';
|
|
3
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode
|
|
3
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
4
4
|
declare const _default: <RecordType extends Recordable>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
5
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & AgGridProps<RecordType> & Partial<{}>> & PublicProps;
|
|
6
6
|
expose(exposed: ShallowUnwrapRef<AgGridExpose>): void;
|
|
7
7
|
attrs: any;
|
|
8
8
|
slots: Readonly<AgGridSlots<RecordType>> & AgGridSlots<RecordType>;
|
|
9
9
|
emit: {};
|
|
10
|
-
}>) => VNode
|
|
11
|
-
[key: string]: any;
|
|
12
|
-
}> & {
|
|
10
|
+
}>) => VNode & {
|
|
13
11
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
14
12
|
};
|
|
15
13
|
export default _default;
|
|
@@ -6,13 +6,13 @@ export declare const useSelectOptions: (props: ApFieldSelectProps) => {
|
|
|
6
6
|
options: Ref<{
|
|
7
7
|
[x: string]: any;
|
|
8
8
|
label?: any;
|
|
9
|
-
value?:
|
|
9
|
+
value?: string | number | null | undefined;
|
|
10
10
|
children?: Omit<DefaultOptionType, "children">[] | undefined;
|
|
11
11
|
disabled?: boolean | undefined;
|
|
12
12
|
}[], DefaultOptionType[] | {
|
|
13
13
|
[x: string]: any;
|
|
14
14
|
label?: any;
|
|
15
|
-
value?:
|
|
15
|
+
value?: string | number | null | undefined;
|
|
16
16
|
children?: Omit<DefaultOptionType, "children">[] | undefined;
|
|
17
17
|
disabled?: boolean | undefined;
|
|
18
18
|
}[]>;
|
|
@@ -8,14 +8,14 @@ export declare const useRequest: (props: ApFieldTreeSelectProps) => {
|
|
|
8
8
|
disabled?: boolean | undefined;
|
|
9
9
|
checkable?: boolean | undefined;
|
|
10
10
|
disableCheckbox?: boolean | undefined;
|
|
11
|
-
children?: any[] | undefined;
|
|
11
|
+
children?: /*elided*/ any[] | undefined;
|
|
12
12
|
} | {
|
|
13
13
|
[x: string]: any;
|
|
14
14
|
value?: RawValueType | undefined;
|
|
15
15
|
title?: any;
|
|
16
16
|
label?: any;
|
|
17
17
|
key?: Key | undefined;
|
|
18
|
-
children?: any[] | undefined;
|
|
18
|
+
children?: /*elided*/ any[] | undefined;
|
|
19
19
|
disabled?: boolean | undefined;
|
|
20
20
|
checkable?: boolean | undefined;
|
|
21
21
|
disableCheckbox?: boolean | undefined;
|
|
@@ -24,14 +24,14 @@ export declare const useRequest: (props: ApFieldTreeSelectProps) => {
|
|
|
24
24
|
disabled?: boolean | undefined;
|
|
25
25
|
checkable?: boolean | undefined;
|
|
26
26
|
disableCheckbox?: boolean | undefined;
|
|
27
|
-
children?: any[] | undefined;
|
|
27
|
+
children?: /*elided*/ any[] | undefined;
|
|
28
28
|
} | {
|
|
29
29
|
[x: string]: any;
|
|
30
30
|
value?: RawValueType | undefined;
|
|
31
31
|
title?: any;
|
|
32
32
|
label?: any;
|
|
33
33
|
key?: Key | undefined;
|
|
34
|
-
children?: any[] | undefined;
|
|
34
|
+
children?: /*elided*/ any[] | undefined;
|
|
35
35
|
disabled?: boolean | undefined;
|
|
36
36
|
checkable?: boolean | undefined;
|
|
37
37
|
disableCheckbox?: boolean | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApFormProps, UpdateModelOptimizeFn, WatchFunc, ApFormInternalInstance } from './interface';
|
|
2
|
-
import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign,
|
|
2
|
+
import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
|
|
3
3
|
import { Recordable } from '../type';
|
|
4
4
|
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, HTMLAttributes, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DefineComponent } from 'vue';
|
|
5
5
|
import { VueTypeDef, VueTypeValidableDef } from '../../node_modules/vue-types';
|
|
@@ -7,7 +7,6 @@ import { ColSize } from '@aplus-frontend/antdv/es/grid';
|
|
|
7
7
|
import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
|
|
8
8
|
import { RuleObject } from '@aplus-frontend/antdv/es/form';
|
|
9
9
|
import { Options } from '../../node_modules/scroll-into-view-if-needed';
|
|
10
|
-
import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
|
|
11
10
|
import { SizeType } from '@aplus-frontend/antdv/es/button';
|
|
12
11
|
import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
|
|
13
12
|
declare function __VLS_template(): {
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { ApFormDrawerFormProps, CustomizeResizeType } from '../interface';
|
|
2
2
|
import { VNode, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, CSSProperties } from 'vue';
|
|
3
|
-
import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity
|
|
3
|
+
import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
|
|
4
4
|
import { ColSize } from '@aplus-frontend/antdv/es/grid';
|
|
5
5
|
import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
|
|
6
6
|
import { RuleObject } from '@aplus-frontend/antdv/es/form';
|
|
7
7
|
import { Options } from '../../../node_modules/scroll-into-view-if-needed';
|
|
8
8
|
import { Recordable } from '../../type';
|
|
9
9
|
import { VueTypeDef, VueTypeValidableDef } from '../../../node_modules/vue-types';
|
|
10
|
-
import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
|
|
11
10
|
import { SizeType } from '@aplus-frontend/antdv/es/button';
|
|
12
11
|
import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
|
|
13
12
|
import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc, ApFormSubmitterConfig } from '..';
|
|
@@ -119,7 +118,7 @@ declare function __VLS_template(): {
|
|
|
119
118
|
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
120
119
|
readonly initialValues?: Recordable | undefined;
|
|
121
120
|
readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
|
|
122
|
-
readonly syncToUrl?:
|
|
121
|
+
readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
|
|
123
122
|
readonly syncToUrlPriority?: boolean | undefined;
|
|
124
123
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
125
124
|
$attrs: {
|
|
@@ -1082,7 +1081,7 @@ declare const __VLS_component: DefineComponent<ApFormDrawerFormProps, {
|
|
|
1082
1081
|
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
1083
1082
|
readonly initialValues?: Recordable | undefined;
|
|
1084
1083
|
readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
|
|
1085
|
-
readonly syncToUrl?:
|
|
1084
|
+
readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
|
|
1086
1085
|
readonly syncToUrlPriority?: boolean | undefined;
|
|
1087
1086
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1088
1087
|
$attrs: {
|
|
@@ -127,12 +127,12 @@ declare function __VLS_template(): {
|
|
|
127
127
|
readonly emptyText?: string | undefined;
|
|
128
128
|
readonly request?: ((value?: string, extraParams?: Recordable) => Promise< SelectProps["options"]>) | undefined;
|
|
129
129
|
readonly multiple?: boolean | undefined;
|
|
130
|
-
readonly value?:
|
|
130
|
+
readonly value?: (string | number) | LabeledValue | (string | number)[] | LabeledValue[] | undefined;
|
|
131
131
|
readonly 'onUpdate:value'?: (((val: SelectValue) => void) & ((...args: any[]) => any)) | undefined;
|
|
132
|
-
readonly searchMode?:
|
|
132
|
+
readonly searchMode?: "filter" | "request" | undefined;
|
|
133
133
|
readonly refetchOnFocus?: boolean | undefined;
|
|
134
134
|
readonly lazy?: boolean | undefined;
|
|
135
|
-
readonly addAll?:
|
|
135
|
+
readonly addAll?: boolean | number | undefined;
|
|
136
136
|
readonly params?: Recordable | undefined;
|
|
137
137
|
readonly searchDelay?: number | undefined;
|
|
138
138
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
@@ -776,12 +776,12 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
|
|
|
776
776
|
readonly emptyText?: string | undefined;
|
|
777
777
|
readonly request?: ((value?: string, extraParams?: Recordable) => Promise< SelectProps["options"]>) | undefined;
|
|
778
778
|
readonly multiple?: boolean | undefined;
|
|
779
|
-
readonly value?:
|
|
779
|
+
readonly value?: (string | number) | LabeledValue | (string | number)[] | LabeledValue[] | undefined;
|
|
780
780
|
readonly 'onUpdate:value'?: (((val: SelectValue) => void) & ((...args: any[]) => any)) | undefined;
|
|
781
|
-
readonly searchMode?:
|
|
781
|
+
readonly searchMode?: "filter" | "request" | undefined;
|
|
782
782
|
readonly refetchOnFocus?: boolean | undefined;
|
|
783
783
|
readonly lazy?: boolean | undefined;
|
|
784
|
-
readonly addAll?:
|
|
784
|
+
readonly addAll?: boolean | number | undefined;
|
|
785
785
|
readonly params?: Recordable | undefined;
|
|
786
786
|
readonly searchDelay?: number | undefined;
|
|
787
787
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|