@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/src/index.mjs
CHANGED
|
@@ -4,13 +4,14 @@ import { ApField as g, ApFieldRead as S } from "./ap-field/index.mjs";
|
|
|
4
4
|
import { adminToken as b, aplusToken as C } from "./design-token/index.mjs";
|
|
5
5
|
import { ApActionItem as D } from "./ap-action/index.mjs";
|
|
6
6
|
import { CheckCard as P } from "./check-card/index.mjs";
|
|
7
|
-
import { ApModal as
|
|
7
|
+
import { ApModal as h } from "./ap-modal/index.mjs";
|
|
8
8
|
import "./ap-list/index.mjs";
|
|
9
9
|
import "./ap-button/index.mjs";
|
|
10
10
|
import { ApDrawer as R } from "./ap-drawer/index.mjs";
|
|
11
11
|
import { ApProCard as v, ApStatisticCard as w } from "./ap-pro-card/index.mjs";
|
|
12
|
+
import { LoadingBar as B } from "./loading-bar/index.mjs";
|
|
12
13
|
import "./business/index.mjs";
|
|
13
|
-
import { ApTable as
|
|
14
|
+
import { ApTable as k } from "./ap-table/index.mjs";
|
|
14
15
|
import "./editable-table/index.mjs";
|
|
15
16
|
import "./scroll-bar/index.mjs";
|
|
16
17
|
import "./scroll-view/index.mjs";
|
|
@@ -20,293 +21,294 @@ import "./resize-observer/index.mjs";
|
|
|
20
21
|
import "./ap-grid/index.mjs";
|
|
21
22
|
import "./text/index.mjs";
|
|
22
23
|
import "./mask/index.mjs";
|
|
23
|
-
import { Splitter as
|
|
24
|
+
import { Splitter as U } from "./splitter/index.mjs";
|
|
24
25
|
import "./ag-grid/index.mjs";
|
|
25
|
-
import { configProviderProps as
|
|
26
|
-
import { DEFAULT_NAMESPACE as
|
|
27
|
-
import { keysOf as
|
|
28
|
-
import { buildLocaleContext as
|
|
29
|
-
import { defaultNamespace as
|
|
30
|
-
import { ConfigProvider as
|
|
31
|
-
import { ApFormItemText as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { ApFieldText as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { ApTransformDataHelper as
|
|
77
|
-
import { default as
|
|
78
|
-
import { useTableModal as
|
|
79
|
-
import { useTableSelectModal as
|
|
80
|
-
import { ApAttachment as
|
|
81
|
-
import { ApBatchAction as
|
|
82
|
-
import { ApBatchActionGroup as
|
|
83
|
-
import { ApButtonGroup as
|
|
84
|
-
import { ApCard as
|
|
85
|
-
import { ApExpandAlert as
|
|
86
|
-
import { ApExportGroupActionType as
|
|
87
|
-
import { ApExportGroup as
|
|
88
|
-
import { handleExportDownload as
|
|
89
|
-
import { convertExportField as
|
|
90
|
-
import { ApImage as
|
|
91
|
-
import { ApInputRadio as
|
|
92
|
-
import { ApLabel as
|
|
93
|
-
import { locales as
|
|
94
|
-
import { ApLadder as
|
|
95
|
-
import { ApSelectLayout as
|
|
96
|
-
import { ApStatus as
|
|
97
|
-
import { ApTitle as
|
|
98
|
-
import { usePageListApTable as
|
|
99
|
-
import { usePageListApGrid as
|
|
100
|
-
import { usePageListAgGrid as
|
|
101
|
-
import { computedRecords as
|
|
102
|
-
import { ApSummary as
|
|
103
|
-
import { ApNeedNameKeyDefault as
|
|
104
|
-
import { ApAppendix as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { ApSizeInput as
|
|
109
|
-
import { default as
|
|
110
|
-
import { ApProductInfo as
|
|
111
|
-
import { ApCopy as
|
|
112
|
-
import { ApView as
|
|
113
|
-
import { ApRadioGroup as
|
|
114
|
-
import { ApKeepAliveProps as
|
|
115
|
-
import { ApKeepAlive as
|
|
116
|
-
import { LruCacher as
|
|
117
|
-
import { useApKeepAliveInject as
|
|
118
|
-
import { matches as
|
|
119
|
-
import { ApDraggableGrid as
|
|
120
|
-
import { ApValueSelectCard as
|
|
121
|
-
import { useAgGridModal as
|
|
122
|
-
import { useAgGridSelectModal as
|
|
123
|
-
import { ApSelectedItems as
|
|
124
|
-
import { default as
|
|
125
|
-
import { default as
|
|
126
|
-
import { NeedNameKeyDefault as
|
|
127
|
-
import { default as
|
|
128
|
-
import { ApDownLoadNeedNameKeyDefault as
|
|
129
|
-
import { default as
|
|
130
|
-
import { default as
|
|
131
|
-
import { useTablePaging as
|
|
132
|
-
import { default as
|
|
133
|
-
import { default as
|
|
134
|
-
import { ensureRangeValue as
|
|
135
|
-
import { default as
|
|
136
|
-
import { default as
|
|
137
|
-
import { default as
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as
|
|
140
|
-
import { default as
|
|
141
|
-
import { ROW_SELECTION_FIELD as
|
|
142
|
-
import { toTreeArray as
|
|
143
|
-
import { default as
|
|
144
|
-
import { default as
|
|
145
|
-
import { default as
|
|
146
|
-
import { default as
|
|
147
|
-
import { default as
|
|
148
|
-
import { default as
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as
|
|
151
|
-
import { default as
|
|
26
|
+
import { configProviderProps as _ } from "./config-provider/config-provider-props.mjs";
|
|
27
|
+
import { DEFAULT_NAMESPACE as j, DEFAULT_UIMODE as H, configProviderContextKey as W } from "./config-provider/constants.mjs";
|
|
28
|
+
import { keysOf as J, provideGlobalConfig as Q, useGlobalConfig as X } from "./config-provider/hooks/use-global-config.mjs";
|
|
29
|
+
import { buildLocaleContext as Z, buildTranslator as $, localeContextKey as ee, translate as oe, useLocale as re } from "./config-provider/hooks/use-locale.mjs";
|
|
30
|
+
import { defaultNamespace as pe, namespaceContextKey as ae, useGetDerivedNamespace as me, useNamespace as fe } from "./config-provider/hooks/use-namespace.mjs";
|
|
31
|
+
import { ConfigProvider as de, globalConfigCached as xe } from "./config-provider/config-provider.mjs";
|
|
32
|
+
import { ApFormItemText as ue } from "./ap-form/items/text/index.mjs";
|
|
33
|
+
import { default as ie } from "./ap-form/items/text-area/index.vue.mjs";
|
|
34
|
+
import { default as ce } from "./ap-form/items/number/index.vue.mjs";
|
|
35
|
+
import { default as Ie } from "./ap-form/items/date/index.vue.mjs";
|
|
36
|
+
import { default as Se } from "./ap-form/items/date-range/index.vue.mjs";
|
|
37
|
+
import { default as be } from "./ap-form/items/radio/index.vue.mjs";
|
|
38
|
+
import { default as Ge } from "./ap-form/items/select/index.vue.mjs";
|
|
39
|
+
import { default as Ee } from "./ap-form/items/switch/index.vue.mjs";
|
|
40
|
+
import { default as Le } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
41
|
+
import { default as Ne } from "./ap-form/items/text/password.vue.mjs";
|
|
42
|
+
import { default as ye } from "./ap-form/items/tree-select/index.vue.mjs";
|
|
43
|
+
import { default as we } from "./ap-form/item/index.vue.mjs";
|
|
44
|
+
import { default as Be } from "./ap-form/item-group/index.vue.mjs";
|
|
45
|
+
import { default as ke } from "./ap-form/list/index.vue.mjs";
|
|
46
|
+
import { default as Ue } from "./ap-form/search-form/index.vue.mjs";
|
|
47
|
+
import { default as _e } from "./ap-form/modal-form/index.vue.mjs";
|
|
48
|
+
import { default as je } from "./ap-form/dependency/index.vue.mjs";
|
|
49
|
+
import { default as We } from "./ap-form/set/index.vue.mjs";
|
|
50
|
+
import { default as Je } from "./ap-form/drawer-form/index.vue.mjs";
|
|
51
|
+
import { default as Xe } from "./ap-form/render/control.vue.mjs";
|
|
52
|
+
import { default as Ze } from "./ap-form/render/item.vue.mjs";
|
|
53
|
+
import { default as eo } from "./ap-form/provider/index.vue.mjs";
|
|
54
|
+
import { ApFieldText as ro } from "./ap-field/text/index.mjs";
|
|
55
|
+
import { default as po } from "./ap-field/checkbox/index.vue.mjs";
|
|
56
|
+
import { default as mo } from "./ap-field/date/index.vue.mjs";
|
|
57
|
+
import { default as lo } from "./ap-field/number/index.vue.mjs";
|
|
58
|
+
import { default as Ao } from "./ap-field/radio/index.vue.mjs";
|
|
59
|
+
import { default as so } from "./ap-field/switch/index.vue.mjs";
|
|
60
|
+
import { default as no } from "./ap-field/text-area/index.vue.mjs";
|
|
61
|
+
import { default as Fo } from "./ap-field/date-range/index.vue.mjs";
|
|
62
|
+
import { default as go } from "./ap-field/select/index.vue.mjs";
|
|
63
|
+
import { default as To } from "./ap-field/text/password.vue.mjs";
|
|
64
|
+
import { default as Co } from "./ap-field/slider/index.vue.mjs";
|
|
65
|
+
import { default as Do } from "./ap-field/segmented/index.vue.mjs";
|
|
66
|
+
import { default as Po } from "./ap-field/rate/index.vue.mjs";
|
|
67
|
+
import { default as ho } from "./ap-field/tree-select/index.vue.mjs";
|
|
68
|
+
import { default as Ro } from "./ap-action/item-modal/index.vue.mjs";
|
|
69
|
+
import { default as vo } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
70
|
+
import { default as Mo } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
71
|
+
import { default as Ko } from "./ap-action/group/index.vue.mjs";
|
|
72
|
+
import { default as Oo } from "./check-card/group.vue.mjs";
|
|
73
|
+
import { default as Vo } from "./ap-list/index.vue.mjs";
|
|
74
|
+
import { default as zo } from "./ap-button/ap-button.vue.mjs";
|
|
75
|
+
import { default as Ho } from "./ap-button/ap-action-button.vue.mjs";
|
|
76
|
+
import { default as qo } from "./ap-button/ap-confirm-button.vue.mjs";
|
|
77
|
+
import { ApTransformDataHelper as Qo } from "./utils/ap-trans-data/index.mjs";
|
|
78
|
+
import { default as Yo } from "./business/ap-table-modal/index.mjs";
|
|
79
|
+
import { useTableModal as $o } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
80
|
+
import { useTableSelectModal as or } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
81
|
+
import { ApAttachment as tr } from "./business/ap-attachment/index.mjs";
|
|
82
|
+
import { ApBatchAction as ar } from "./business/ap-batch-action/index.mjs";
|
|
83
|
+
import { ApBatchActionGroup as fr } from "./business/ap-batch-action-group/index.mjs";
|
|
84
|
+
import { ApButtonGroup as dr } from "./business/ap-button-group/index.mjs";
|
|
85
|
+
import { ApCard as Ar } from "./business/ap-card/index.mjs";
|
|
86
|
+
import { ApExpandAlert as sr } from "./business/ap-expand-alert/index.mjs";
|
|
87
|
+
import { ApExportGroupActionType as nr } from "./business/ap-export-group/interface.mjs";
|
|
88
|
+
import { ApExportGroup as Fr } from "./business/ap-export-group/index.mjs";
|
|
89
|
+
import { handleExportDownload as gr } from "./business/ap-export-group/handleExportDownload.mjs";
|
|
90
|
+
import { convertExportField as Tr } from "./business/ap-export-group/convertExportField.mjs";
|
|
91
|
+
import { ApImage as Cr } from "./business/ap-image/index.mjs";
|
|
92
|
+
import { ApInputRadio as Dr } from "./business/ap-input-radio/index.mjs";
|
|
93
|
+
import { ApLabel as Pr, ApLabelGroup as Lr } from "./business/ap-label/index.mjs";
|
|
94
|
+
import { locales as Nr } from "./business/ap-ladder/interface.mjs";
|
|
95
|
+
import { ApLadder as yr } from "./business/ap-ladder/index.mjs";
|
|
96
|
+
import { ApSelectLayout as wr } from "./business/ap-select-layout/index.mjs";
|
|
97
|
+
import { ApStatus as Br, ApStatusGroup as Kr } from "./business/ap-status/index.mjs";
|
|
98
|
+
import { ApTitle as Or } from "./business/ap-title/index.mjs";
|
|
99
|
+
import { usePageListApTable as Vr } from "./business/hooks/usePageListApTable.mjs";
|
|
100
|
+
import { usePageListApGrid as zr } from "./business/hooks/usePageListApGrid.mjs";
|
|
101
|
+
import { usePageListAgGrid as Hr } from "./business/hooks/usePageListAgGrid.mjs";
|
|
102
|
+
import { computedRecords as qr, flattenColumns as Jr, formatDataIndex as Qr, formatNumber as Xr } from "./business/ap-summary/utils.mjs";
|
|
103
|
+
import { ApSummary as Zr } from "./business/ap-summary/index.mjs";
|
|
104
|
+
import { ApNeedNameKeyDefault as et } from "./business/ap-appendix/interface.mjs";
|
|
105
|
+
import { ApAppendix as rt } from "./business/ap-appendix/index.mjs";
|
|
106
|
+
import { default as pt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
107
|
+
import { default as mt } from "./business/batch-input-group/index.vue.mjs";
|
|
108
|
+
import { default as lt } from "./business/batch-input-group/form-item.vue.mjs";
|
|
109
|
+
import { ApSizeInput as xt } from "./business/ap-size-input/index.mjs";
|
|
110
|
+
import { default as ut } from "./business/ap-size-input/form-item.vue.mjs";
|
|
111
|
+
import { ApProductInfo as it } from "./business/ap-product-info/index.mjs";
|
|
112
|
+
import { ApCopy as ct } from "./business/ap-copy/index.mjs";
|
|
113
|
+
import { ApView as It } from "./business/ap-view/index.mjs";
|
|
114
|
+
import { ApRadioGroup as St } from "./business/ap-radio-group/index.mjs";
|
|
115
|
+
import { ApKeepAliveProps as bt, forceStopTags as Ct } from "./business/ap-keep-alive/interface.mjs";
|
|
116
|
+
import { ApKeepAlive as Dt } from "./business/ap-keep-alive/index.mjs";
|
|
117
|
+
import { LruCacher as Pt } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
118
|
+
import { useApKeepAliveInject as ht } from "./business/ap-keep-alive/hook.mjs";
|
|
119
|
+
import { matches as Rt } from "./business/ap-keep-alive/utils.mjs";
|
|
120
|
+
import { ApDraggableGrid as vt } from "./business/ap-draggable-grid/index.mjs";
|
|
121
|
+
import { ApValueSelectCard as Mt } from "./business/ap-value-select-card/index.mjs";
|
|
122
|
+
import { useAgGridModal as Kt } from "./business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
|
|
123
|
+
import { useAgGridSelectModal as Ot } from "./business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
|
|
124
|
+
import { ApSelectedItems as Vt } from "./business/ag-grid-modal/selected-items/index.mjs";
|
|
125
|
+
import { default as zt } from "./business/ap-tag/ap-tag.vue.mjs";
|
|
126
|
+
import { default as Ht } from "./business/ap-tag/ap-tag-group.vue.mjs";
|
|
127
|
+
import { NeedNameKeyDefault as qt } from "./business/ap-upload/apUploadTypes.mjs";
|
|
128
|
+
import { default as Qt } from "./business/ap-upload/apUpload.vue.mjs";
|
|
129
|
+
import { ApDownLoadNeedNameKeyDefault as Yt } from "./business/ap-download/interface.mjs";
|
|
130
|
+
import { default as $t } from "./business/ap-download/ap-download.vue.mjs";
|
|
131
|
+
import { default as op } from "./business/ap-descriptions/ap-descriptions.vue.mjs";
|
|
132
|
+
import { useTablePaging as tp } from "./ap-table/hooks/use-table-paging.mjs";
|
|
133
|
+
import { default as ap } from "./editable-table/index.vue.mjs";
|
|
134
|
+
import { default as fp } from "./editable-table/form-item.vue.mjs";
|
|
135
|
+
import { ensureRangeValue as dp } from "./scroll-bar/utils/index.mjs";
|
|
136
|
+
import { default as Ap } from "./scroll-bar/index.vue.mjs";
|
|
137
|
+
import { default as sp } from "./scroll-bar/internal.vue.mjs";
|
|
138
|
+
import { default as np } from "./scroll-view/index.vue.mjs";
|
|
139
|
+
import { default as Fp } from "./portal/index.vue.mjs";
|
|
140
|
+
import { default as gp } from "./full-screen/index.vue.mjs";
|
|
141
|
+
import { default as Tp } from "./resize-observer/index.vue.mjs";
|
|
142
|
+
import { ROW_SELECTION_FIELD as Cp } from "./ap-grid/constants.mjs";
|
|
143
|
+
import { toTreeArray as Dp } from "./ap-grid/utils/to-tree-array.mjs";
|
|
144
|
+
import { default as Pp } from "./ap-grid/index.vue.mjs";
|
|
145
|
+
import { default as hp } from "./ap-grid/editable/index.vue.mjs";
|
|
146
|
+
import { default as Rp } from "./ap-grid/editable/form-item.vue.mjs";
|
|
147
|
+
import { default as vp } from "./text/index.vue.mjs";
|
|
148
|
+
import { default as Mp } from "./text/group.vue.mjs";
|
|
149
|
+
import { default as Kp } from "./mask/index.vue.mjs";
|
|
150
|
+
import { default as Op } from "./ag-grid/index.vue.mjs";
|
|
151
|
+
import { default as Vp } from "./ag-grid/editable/index.vue.mjs";
|
|
152
|
+
import { default as zp } from "./ag-grid/editable/form-item.vue.mjs";
|
|
152
153
|
export {
|
|
153
154
|
n as APConfigProvider,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
155
|
+
Op as AgGrid,
|
|
156
|
+
Ho as ApActionButton,
|
|
157
|
+
Ko as ApActionGroup,
|
|
157
158
|
D as ApActionItem,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
159
|
+
Mo as ApActionItemDropdown,
|
|
160
|
+
Ro as ApActionItemModal,
|
|
161
|
+
vo as ApActionItemPopconfirm,
|
|
162
|
+
rt as ApAppendix,
|
|
163
|
+
tr as ApAttachment,
|
|
164
|
+
ar as ApBatchAction,
|
|
165
|
+
fr as ApBatchActionGroup,
|
|
166
|
+
zo as ApButton,
|
|
167
|
+
dr as ApButtonGroup,
|
|
168
|
+
Ar as ApCard,
|
|
169
|
+
qo as ApConfirmButton,
|
|
170
|
+
ct as ApCopy,
|
|
171
|
+
op as ApDescriptions,
|
|
172
|
+
Yt as ApDownLoadNeedNameKeyDefault,
|
|
173
|
+
$t as ApDownload,
|
|
174
|
+
vt as ApDraggableGrid,
|
|
174
175
|
R as ApDrawer,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
176
|
+
sr as ApExpandAlert,
|
|
177
|
+
Fr as ApExportGroup,
|
|
178
|
+
nr as ApExportGroupActionType,
|
|
178
179
|
g as ApField,
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
180
|
+
po as ApFieldCheckbox,
|
|
181
|
+
mo as ApFieldDate,
|
|
182
|
+
Fo as ApFieldDateRange,
|
|
183
|
+
lo as ApFieldNumber,
|
|
184
|
+
To as ApFieldPassword,
|
|
185
|
+
Ao as ApFieldRadio,
|
|
186
|
+
Po as ApFieldRate,
|
|
186
187
|
S as ApFieldRead,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
188
|
+
Do as ApFieldSegmented,
|
|
189
|
+
go as ApFieldSelect,
|
|
190
|
+
Co as ApFieldSlider,
|
|
191
|
+
so as ApFieldSwitch,
|
|
192
|
+
ro as ApFieldText,
|
|
193
|
+
no as ApFieldTextArea,
|
|
194
|
+
ho as ApFieldTreeSelect,
|
|
194
195
|
F as ApForm,
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
196
|
+
Xe as ApFormControlRender,
|
|
197
|
+
je as ApFormDependency,
|
|
198
|
+
Je as ApFormDrawerForm,
|
|
199
|
+
we as ApFormItem,
|
|
200
|
+
lt as ApFormItemBatchInput,
|
|
201
|
+
Le as ApFormItemCheckbox,
|
|
202
|
+
Ie as ApFormItemDate,
|
|
203
|
+
Se as ApFormItemDateRange,
|
|
204
|
+
Be as ApFormItemGroup,
|
|
205
|
+
ce as ApFormItemNumber,
|
|
206
|
+
be as ApFormItemRadio,
|
|
207
|
+
Ze as ApFormItemRender,
|
|
208
|
+
Ge as ApFormItemSelect,
|
|
209
|
+
ut as ApFormItemSizeInput,
|
|
210
|
+
Ee as ApFormItemSwitch,
|
|
211
|
+
ue as ApFormItemText,
|
|
212
|
+
ie as ApFormItemTextArea,
|
|
213
|
+
Ne as ApFormItemTextPassword,
|
|
214
|
+
ye as ApFormItemTreeSelect,
|
|
215
|
+
ke as ApFormList,
|
|
216
|
+
_e as ApFormModalForm,
|
|
217
|
+
eo as ApFormProvider,
|
|
218
|
+
Ue as ApFormSearchForm,
|
|
219
|
+
We as ApFormSet,
|
|
220
|
+
Pp as ApGrid,
|
|
221
|
+
Cr as ApImage,
|
|
222
|
+
Dr as ApInputRadio,
|
|
223
|
+
Dt as ApKeepAlive,
|
|
224
|
+
bt as ApKeepAliveProps,
|
|
225
|
+
Pr as ApLabel,
|
|
226
|
+
Lr as ApLabelGroup,
|
|
227
|
+
yr as ApLadder,
|
|
228
|
+
Vo as ApList,
|
|
229
|
+
h as ApModal,
|
|
230
|
+
et as ApNeedNameKeyDefault,
|
|
230
231
|
v as ApProCard,
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
232
|
+
it as ApProductInfo,
|
|
233
|
+
St as ApRadioGroup,
|
|
234
|
+
wr as ApSelectLayout,
|
|
235
|
+
Vt as ApSelectedItems,
|
|
236
|
+
xt as ApSizeInput,
|
|
236
237
|
w as ApStatisticCard,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
238
|
+
Br as ApStatus,
|
|
239
|
+
Kr as ApStatusGroup,
|
|
240
|
+
Zr as ApSummary,
|
|
241
|
+
k as ApTable,
|
|
242
|
+
Yo as ApTableModal,
|
|
243
|
+
zt as ApTag,
|
|
244
|
+
Ht as ApTagGroup,
|
|
245
|
+
vp as ApText,
|
|
246
|
+
Mp as ApTextGroup,
|
|
247
|
+
Or as ApTitle,
|
|
248
|
+
Qo as ApTransformDataHelper,
|
|
249
|
+
Qt as ApUpload,
|
|
250
|
+
pt as ApUploadSingle,
|
|
251
|
+
Mt as ApValueSelectCard,
|
|
252
|
+
It as ApView,
|
|
253
|
+
mt as BatchInputGroup,
|
|
253
254
|
P as CheckCard,
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
255
|
+
Oo as CheckCardGroup,
|
|
256
|
+
de as ConfigProvider,
|
|
257
|
+
j as DEFAULT_NAMESPACE,
|
|
258
|
+
H as DEFAULT_UIMODE,
|
|
259
|
+
Vp as EditableAgGrid,
|
|
260
|
+
zp as EditableAgGridFormItem,
|
|
261
|
+
hp as EditableGrid,
|
|
262
|
+
Rp as EditableGridFormItem,
|
|
263
|
+
ap as EditableTable,
|
|
264
|
+
fp as EditableTableFormItem,
|
|
265
|
+
gp as FullScreen,
|
|
266
|
+
sp as InternalScrollBar,
|
|
267
|
+
B as LoadingBar,
|
|
268
|
+
Pt as LruCacher,
|
|
269
|
+
Kp as Mask,
|
|
270
|
+
qt as NeedNameKeyDefault,
|
|
271
|
+
Fp as Portal,
|
|
272
|
+
Cp as ROW_SELECTION_FIELD,
|
|
273
|
+
Tp as ResizeObserver,
|
|
274
|
+
Ap as ScrollBar,
|
|
275
|
+
np as ScrollView,
|
|
276
|
+
U as Splitter,
|
|
275
277
|
b as adminToken,
|
|
276
278
|
C as aplusToken,
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
279
|
+
Z as buildLocaleContext,
|
|
280
|
+
$ as buildTranslator,
|
|
281
|
+
qr as computedRecords,
|
|
282
|
+
W as configProviderContextKey,
|
|
283
|
+
_ as configProviderProps,
|
|
284
|
+
Tr as convertExportField,
|
|
285
|
+
pe as defaultNamespace,
|
|
286
|
+
dp as ensureRangeValue,
|
|
287
|
+
Jr as flattenColumns,
|
|
288
|
+
Ct as forceStopTags,
|
|
289
|
+
Qr as formatDataIndex,
|
|
290
|
+
Xr as formatNumber,
|
|
291
|
+
xe as globalConfigCached,
|
|
292
|
+
gr as handleExportDownload,
|
|
293
|
+
Rt as isNameMatches,
|
|
294
|
+
J as keysOf,
|
|
295
|
+
ee as localeContextKey,
|
|
296
|
+
Nr as locales,
|
|
297
|
+
ae as namespaceContextKey,
|
|
298
|
+
Q as provideGlobalConfig,
|
|
299
|
+
Dp as toTreeArray,
|
|
300
|
+
oe as translate,
|
|
301
|
+
Kt as useAgGridModal,
|
|
302
|
+
Ot as useAgGridSelectModal,
|
|
303
|
+
ht as useApKeepAliveInject,
|
|
304
|
+
me as useGetDerivedNamespace,
|
|
305
|
+
X as useGlobalConfig,
|
|
306
|
+
re as useLocale,
|
|
307
|
+
fe as useNamespace,
|
|
308
|
+
Hr as usePageListAgGrid,
|
|
309
|
+
zr as usePageListApGrid,
|
|
310
|
+
Vr as usePageListApTable,
|
|
311
|
+
$o as useTableModal,
|
|
312
|
+
tp as useTablePaging,
|
|
313
|
+
or as useTableSelectModal
|
|
312
314
|
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { LoadingBarOptions, LoadingBarProps } from './interface';
|
|
2
|
+
type LoadingBarGlobalOptions = LoadingBarOptions & Pick<LoadingBarProps, 'position'>;
|
|
3
|
+
type LoadingBarGlobalOptionsPublic = Omit<LoadingBarGlobalOptions, '_globalMark'>;
|
|
4
|
+
export declare class LoadingBar {
|
|
5
|
+
private _options;
|
|
6
|
+
private container;
|
|
7
|
+
private app;
|
|
8
|
+
private instance;
|
|
9
|
+
constructor(options?: LoadingBarGlobalOptionsPublic);
|
|
10
|
+
private _getInstance;
|
|
11
|
+
open(options?: LoadingBarGlobalOptionsPublic): void;
|
|
12
|
+
}
|
|
13
|
+
export {};
|