@aplus-frontend/ui 7.7.11 → 7.9.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 +230 -226
- package/es/src/ag-grid/index.vue.mjs +53 -52
- package/es/src/ag-grid/style/index.mjs +9 -4
- package/es/src/ap-field/hooks/use-default-placeholder.d.ts +2 -1
- package/es/src/ap-field/hooks/use-default-placeholder.mjs +8 -7
- package/es/src/ap-field/index.d.ts +10 -2
- package/es/src/ap-field/index.mjs +65 -58
- package/es/src/ap-field/interface.d.ts +11 -0
- package/es/src/ap-field/second/helper.d.ts +7 -0
- package/es/src/ap-field/second/helper.mjs +9 -0
- package/es/src/ap-field/second/index.vue.d.ts +44 -0
- package/es/src/ap-field/second/index.vue.mjs +90 -0
- package/es/src/ap-field/second/index.vue2.mjs +4 -0
- package/es/src/ap-field/second/read.vue.d.ts +6 -0
- package/es/src/ap-field/second/read.vue.mjs +4 -0
- package/es/src/ap-field/second/read.vue2.mjs +58 -0
- package/es/src/ap-field/style/textarea.mjs +15 -5
- package/es/src/ap-field/text-area/index.vue.d.ts +3 -0
- package/es/src/ap-field/text-area/index.vue.mjs +44 -28
- package/es/src/ap-field/text-area/read.vue.d.ts +3 -0
- package/es/src/ap-field/text-area/read.vue2.mjs +26 -8
- package/es/src/ap-field/text-area/utils.d.ts +1 -0
- package/es/src/ap-field/text-area/utils.mjs +13 -0
- package/es/src/ap-form/items/text-area/index.vue.d.ts +12 -0
- package/es/src/ap-table/constants.d.ts +9 -0
- package/es/src/ap-table/style/index.d.ts +2 -2
- package/es/src/ap-table/style/index.mjs +3 -3
- package/es/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs +20 -19
- package/es/src/business/ag-grid-modal/hooks/use-modal-title.d.ts +9 -0
- package/es/src/business/ag-grid-modal/hooks/use-modal-title.mjs +14 -10
- package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +19 -19
- package/es/src/business/ap-batch-action-group/interface.d.ts +4 -1
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +73 -71
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +290 -286
- package/es/src/skeleton/components/desc/index.vue.d.ts +6 -0
- package/es/src/skeleton/components/desc/index.vue.mjs +4 -0
- package/es/src/skeleton/components/desc/index.vue2.mjs +37 -0
- package/es/src/skeleton/components/desc/item-large.vue.d.ts +6 -0
- package/es/src/skeleton/components/desc/item-large.vue.mjs +4 -0
- package/es/src/skeleton/components/desc/item-large.vue2.mjs +72 -0
- package/es/src/skeleton/components/desc/item.vue.d.ts +7 -0
- package/es/src/skeleton/components/desc/item.vue.mjs +4 -0
- package/es/src/skeleton/components/desc/item.vue2.mjs +69 -0
- package/es/src/skeleton/components/line/index.d.ts +14 -0
- package/es/src/skeleton/components/line/index.mjs +26 -0
- package/es/src/skeleton/components/list/index.vue.d.ts +10 -0
- package/es/src/skeleton/components/list/index.vue.mjs +4 -0
- package/es/src/skeleton/components/list/index.vue2.mjs +49 -0
- package/es/src/skeleton/components/list/item.vue.d.ts +6 -0
- package/es/src/skeleton/components/list/item.vue.mjs +4 -0
- package/es/src/skeleton/components/list/item.vue2.mjs +57 -0
- package/es/src/skeleton/components/page-header/index.vue.d.ts +6 -0
- package/es/src/skeleton/components/page-header/index.vue.mjs +4 -0
- package/es/src/skeleton/components/page-header/index.vue2.mjs +24 -0
- package/es/src/skeleton/components/search-form/index.vue.d.ts +6 -0
- package/es/src/skeleton/components/search-form/index.vue.mjs +4 -0
- package/es/src/skeleton/components/search-form/index.vue2.mjs +99 -0
- package/es/src/skeleton/components/table/index.vue.d.ts +11 -0
- package/es/src/skeleton/components/table/index.vue.mjs +4 -0
- package/es/src/skeleton/components/table/index.vue2.mjs +78 -0
- package/es/src/skeleton/components/table/item.vue.d.ts +9 -0
- package/es/src/skeleton/components/table/item.vue.mjs +4 -0
- package/es/src/skeleton/components/table/item.vue2.mjs +80 -0
- package/es/src/skeleton/descriptions.vue.d.ts +8 -0
- package/es/src/skeleton/descriptions.vue.mjs +4 -0
- package/es/src/skeleton/descriptions.vue2.mjs +37 -0
- package/es/src/skeleton/index.d.ts +9 -0
- package/es/src/skeleton/index.mjs +12 -0
- package/es/src/skeleton/interface.d.ts +12 -0
- package/es/src/skeleton/interface.mjs +1 -0
- package/es/src/skeleton/list-page.vue.d.ts +10 -0
- package/es/src/skeleton/list-page.vue.mjs +4 -0
- package/es/src/skeleton/list-page.vue2.mjs +50 -0
- 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/index.vue.js +1 -1
- package/lib/src/ag-grid/style/index.js +1 -1
- package/lib/src/ap-field/hooks/use-default-placeholder.d.ts +2 -1
- package/lib/src/ap-field/hooks/use-default-placeholder.js +1 -1
- package/lib/src/ap-field/index.d.ts +10 -2
- package/lib/src/ap-field/index.js +1 -1
- package/lib/src/ap-field/interface.d.ts +11 -0
- package/lib/src/ap-field/second/helper.d.ts +7 -0
- package/lib/src/ap-field/second/helper.js +1 -0
- package/lib/src/ap-field/second/index.vue.d.ts +44 -0
- package/lib/src/ap-field/second/index.vue.js +1 -0
- package/lib/src/ap-field/second/index.vue2.js +1 -0
- package/lib/src/ap-field/second/read.vue.d.ts +6 -0
- package/lib/src/ap-field/second/read.vue.js +1 -0
- package/lib/src/ap-field/second/read.vue2.js +1 -0
- package/lib/src/ap-field/style/textarea.js +1 -1
- package/lib/src/ap-field/text-area/index.vue.d.ts +3 -0
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-field/text-area/read.vue.d.ts +3 -0
- package/lib/src/ap-field/text-area/read.vue2.js +1 -1
- package/lib/src/ap-field/text-area/utils.d.ts +1 -0
- package/lib/src/ap-field/text-area/utils.js +1 -0
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +12 -0
- package/lib/src/ap-table/constants.d.ts +9 -0
- package/lib/src/ap-table/style/index.d.ts +2 -2
- package/lib/src/ap-table/style/index.js +1 -1
- package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.js +1 -1
- package/lib/src/business/ag-grid-modal/hooks/use-modal-title.d.ts +9 -0
- package/lib/src/business/ag-grid-modal/hooks/use-modal-title.js +1 -1
- package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/interface.d.ts +4 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/skeleton/components/desc/index.vue.d.ts +6 -0
- package/lib/src/skeleton/components/desc/index.vue.js +1 -0
- package/lib/src/skeleton/components/desc/index.vue2.js +1 -0
- package/lib/src/skeleton/components/desc/item-large.vue.d.ts +6 -0
- package/lib/src/skeleton/components/desc/item-large.vue.js +1 -0
- package/lib/src/skeleton/components/desc/item-large.vue2.js +1 -0
- package/lib/src/skeleton/components/desc/item.vue.d.ts +7 -0
- package/lib/src/skeleton/components/desc/item.vue.js +1 -0
- package/lib/src/skeleton/components/desc/item.vue2.js +1 -0
- package/lib/src/skeleton/components/line/index.d.ts +14 -0
- package/lib/src/skeleton/components/line/index.js +1 -0
- package/lib/src/skeleton/components/list/index.vue.d.ts +10 -0
- package/lib/src/skeleton/components/list/index.vue.js +1 -0
- package/lib/src/skeleton/components/list/index.vue2.js +1 -0
- package/lib/src/skeleton/components/list/item.vue.d.ts +6 -0
- package/lib/src/skeleton/components/list/item.vue.js +1 -0
- package/lib/src/skeleton/components/list/item.vue2.js +1 -0
- package/lib/src/skeleton/components/page-header/index.vue.d.ts +6 -0
- package/lib/src/skeleton/components/page-header/index.vue.js +1 -0
- package/lib/src/skeleton/components/page-header/index.vue2.js +1 -0
- package/lib/src/skeleton/components/search-form/index.vue.d.ts +6 -0
- package/lib/src/skeleton/components/search-form/index.vue.js +1 -0
- package/lib/src/skeleton/components/search-form/index.vue2.js +1 -0
- package/lib/src/skeleton/components/table/index.vue.d.ts +11 -0
- package/lib/src/skeleton/components/table/index.vue.js +1 -0
- package/lib/src/skeleton/components/table/index.vue2.js +1 -0
- package/lib/src/skeleton/components/table/item.vue.d.ts +9 -0
- package/lib/src/skeleton/components/table/item.vue.js +1 -0
- package/lib/src/skeleton/components/table/item.vue2.js +1 -0
- package/lib/src/skeleton/descriptions.vue.d.ts +8 -0
- package/lib/src/skeleton/descriptions.vue.js +1 -0
- package/lib/src/skeleton/descriptions.vue2.js +1 -0
- package/lib/src/skeleton/index.d.ts +9 -0
- package/lib/src/skeleton/index.js +1 -0
- package/lib/src/skeleton/interface.d.ts +12 -0
- package/lib/src/skeleton/interface.js +1 -0
- package/lib/src/skeleton/list-page.vue.d.ts +10 -0
- package/lib/src/skeleton/list-page.vue.js +1 -0
- package/lib/src/skeleton/list-page.vue2.js +1 -0
- 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
|
@@ -4,11 +4,11 @@ import "./src/hooks/index.mjs";
|
|
|
4
4
|
import { configProviderProps as s } from "./src/config-provider/config-provider-props.mjs";
|
|
5
5
|
import { DEFAULT_NAMESPACE as A, DEFAULT_UIMODE as i, configProviderContextKey as n } from "./src/config-provider/constants.mjs";
|
|
6
6
|
import { keysOf as F, provideGlobalConfig as g, useGlobalConfig as I } from "./src/config-provider/hooks/use-global-config.mjs";
|
|
7
|
-
import { buildLocaleContext as
|
|
7
|
+
import { buildLocaleContext as T, buildTranslator as b, localeContextKey as C, translate as G, useLocale as D } from "./src/config-provider/hooks/use-locale.mjs";
|
|
8
8
|
import { defaultNamespace as E, namespaceContextKey as P, useGetDerivedNamespace as L, useNamespace as R } from "./src/config-provider/hooks/use-namespace.mjs";
|
|
9
9
|
import { ConfigProvider as v, globalConfigCached as M } from "./src/config-provider/config-provider.mjs";
|
|
10
10
|
import { APConfigProvider as w } from "./src/config-provider/index.mjs";
|
|
11
|
-
import { ApFormItemText as
|
|
11
|
+
import { ApFormItemText as k } from "./src/ap-form/items/text/index.mjs";
|
|
12
12
|
import { default as U } from "./src/ap-form/items/text-area/index.vue.mjs";
|
|
13
13
|
import { default as V } from "./src/ap-form/items/number/index.vue.mjs";
|
|
14
14
|
import { default as _ } from "./src/ap-form/items/date/index.vue.mjs";
|
|
@@ -27,7 +27,7 @@ import { default as Ae } from "./src/ap-form/search-form/index.vue.mjs";
|
|
|
27
27
|
import { default as ne } from "./src/ap-form/modal-form/index.vue.mjs";
|
|
28
28
|
import { default as Fe } from "./src/ap-form/dependency/index.vue.mjs";
|
|
29
29
|
import { default as Ie } from "./src/ap-form/set/index.vue.mjs";
|
|
30
|
-
import { default as
|
|
30
|
+
import { default as Te } from "./src/ap-form/drawer-form/index.vue.mjs";
|
|
31
31
|
import { default as Ce } from "./src/ap-form/render/control.vue.mjs";
|
|
32
32
|
import { default as De } from "./src/ap-form/render/item.vue.mjs";
|
|
33
33
|
import { default as Ee } from "./src/ap-form/provider/index.vue.mjs";
|
|
@@ -35,7 +35,7 @@ import { ApField as Le, ApFieldRead as Re } from "./src/ap-field/index.mjs";
|
|
|
35
35
|
import { ApFieldText as ve } from "./src/ap-field/text/index.mjs";
|
|
36
36
|
import { default as ye } from "./src/ap-field/checkbox/index.vue.mjs";
|
|
37
37
|
import { default as Be } from "./src/ap-field/date/index.vue.mjs";
|
|
38
|
-
import { default as
|
|
38
|
+
import { default as Ke } from "./src/ap-field/number/index.vue.mjs";
|
|
39
39
|
import { default as Oe } from "./src/ap-field/radio/index.vue.mjs";
|
|
40
40
|
import { default as ze } from "./src/ap-field/switch/index.vue.mjs";
|
|
41
41
|
import { default as He } from "./src/ap-field/text-area/index.vue.mjs";
|
|
@@ -46,111 +46,113 @@ import { default as Ye } from "./src/ap-field/slider/index.vue.mjs";
|
|
|
46
46
|
import { default as eo } from "./src/ap-field/segmented/index.vue.mjs";
|
|
47
47
|
import { default as ro } from "./src/ap-field/rate/index.vue.mjs";
|
|
48
48
|
import { default as po } from "./src/ap-field/tree-select/index.vue.mjs";
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import { default as io } from "./src/ap-action/item-
|
|
53
|
-
import { default as co } from "./src/ap-action/item-
|
|
54
|
-
import { default as go } from "./src/ap-action/
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import { default as Po } from "./src/ap-
|
|
60
|
-
import { default as Ro } from "./src/ap-button/ap-
|
|
61
|
-
import { default as vo } from "./src/ap-button/ap-
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import { default as _o } from "./src/
|
|
67
|
-
import { default as $o } from "./src/time-ago/
|
|
68
|
-
import { default as Wo } from "./src/
|
|
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 {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import { default as ft } from "./src/business/
|
|
100
|
-
import { default as lt } from "./src/business/batch-input-group/
|
|
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 {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import { default as $t } from "./src/business/ap-tag/ap-tag
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import { default as sp } from "./src/editable-table/
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import { default as Fp } from "./src/scroll-bar/
|
|
132
|
-
import { default as Ip } from "./src/scroll-
|
|
133
|
-
import { default as
|
|
134
|
-
import { default as Cp } from "./src/
|
|
135
|
-
import { default as Dp } from "./src/
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import { default as Mp } from "./src/ap-grid/
|
|
140
|
-
import { default as wp } from "./src/ap-grid/editable/
|
|
141
|
-
import { default as
|
|
142
|
-
import { default as Up } from "./src/text/
|
|
143
|
-
import { default as Vp } from "./src/
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import { default as Wp } from "./src/ag-grid/
|
|
147
|
-
import { default as Jp } from "./src/ag-grid/editable/
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
49
|
+
import { default as fo } from "./src/ap-field/second/index.vue.mjs";
|
|
50
|
+
import { adminToken as lo, aplusToken as xo } from "./src/design-token/index.mjs";
|
|
51
|
+
import { ApActionItem as uo } from "./src/ap-action/index.mjs";
|
|
52
|
+
import { default as io } from "./src/ap-action/item-modal/index.vue.mjs";
|
|
53
|
+
import { default as co } from "./src/ap-action/item-popconfirm/index.vue.mjs";
|
|
54
|
+
import { default as go } from "./src/ap-action/item-dropdown/index.vue.mjs";
|
|
55
|
+
import { default as So } from "./src/ap-action/group/index.vue.mjs";
|
|
56
|
+
import { CheckCard as bo } from "./src/check-card/index.mjs";
|
|
57
|
+
import { default as Go } from "./src/check-card/group.vue.mjs";
|
|
58
|
+
import { ApModal as ho } from "./src/ap-modal/index.mjs";
|
|
59
|
+
import { default as Po } from "./src/ap-list/index.vue.mjs";
|
|
60
|
+
import { default as Ro } from "./src/ap-button/ap-button.vue.mjs";
|
|
61
|
+
import { default as vo } from "./src/ap-button/ap-action-button.vue.mjs";
|
|
62
|
+
import { default as yo } from "./src/ap-button/ap-confirm-button.vue.mjs";
|
|
63
|
+
import { ApDrawer as Bo } from "./src/ap-drawer/index.mjs";
|
|
64
|
+
import { ApProCard as Ko, ApStatisticCard as Uo } from "./src/ap-pro-card/index.mjs";
|
|
65
|
+
import { LoadingBar as Vo } from "./src/loading-bar/index.mjs";
|
|
66
|
+
import { default as _o } from "./src/render/render.mjs";
|
|
67
|
+
import { default as $o } from "./src/time-ago/index.vue.mjs";
|
|
68
|
+
import { default as Wo } from "./src/time-ago/useTimeAgo.mjs";
|
|
69
|
+
import { default as Jo } from "./src/highlight/index.vue.mjs";
|
|
70
|
+
import { ApTransformDataHelper as Xo } from "./src/utils/ap-trans-data/index.mjs";
|
|
71
|
+
import { default as Zo } from "./src/business/ap-table-modal/index.mjs";
|
|
72
|
+
import { useTableModal as or } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
73
|
+
import { useTableSelectModal as tr } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
74
|
+
import { ApAttachment as ar } from "./src/business/ap-attachment/index.mjs";
|
|
75
|
+
import { ApBatchAction as mr } from "./src/business/ap-batch-action/index.mjs";
|
|
76
|
+
import { ApBatchActionGroup as xr } from "./src/business/ap-batch-action-group/index.mjs";
|
|
77
|
+
import { ApButtonGroup as sr } from "./src/business/ap-button-group/index.mjs";
|
|
78
|
+
import { ApCard as Ar } from "./src/business/ap-card/index.mjs";
|
|
79
|
+
import { ApExpandAlert as nr } from "./src/business/ap-expand-alert/index.mjs";
|
|
80
|
+
import { ApExportGroupActionType as Fr } from "./src/business/ap-export-group/interface.mjs";
|
|
81
|
+
import { ApExportGroup as Ir } from "./src/business/ap-export-group/index.mjs";
|
|
82
|
+
import { handleExportDownload as Tr } from "./src/business/ap-export-group/handleExportDownload.mjs";
|
|
83
|
+
import { convertExportField as Cr } from "./src/business/ap-export-group/convertExportField.mjs";
|
|
84
|
+
import { ApImage as Dr } from "./src/business/ap-image/index.mjs";
|
|
85
|
+
import { ApInputRadio as Er } from "./src/business/ap-input-radio/index.mjs";
|
|
86
|
+
import { ApLabel as Lr, ApLabelGroup as Rr } from "./src/business/ap-label/index.mjs";
|
|
87
|
+
import { locales as vr } from "./src/business/ap-ladder/interface.mjs";
|
|
88
|
+
import { ApLadder as yr } from "./src/business/ap-ladder/index.mjs";
|
|
89
|
+
import { ApSelectLayout as Br } from "./src/business/ap-select-layout/index.mjs";
|
|
90
|
+
import { ApStatus as Kr, ApStatusGroup as Ur } from "./src/business/ap-status/index.mjs";
|
|
91
|
+
import { ApTitle as Vr } from "./src/business/ap-title/index.mjs";
|
|
92
|
+
import { usePageListApTable as _r } from "./src/business/hooks/usePageListApTable.mjs";
|
|
93
|
+
import { usePageListApGrid as $r } from "./src/business/hooks/usePageListApGrid.mjs";
|
|
94
|
+
import { usePageListAgGrid as Wr } from "./src/business/hooks/usePageListAgGrid.mjs";
|
|
95
|
+
import { computedRecords as Jr, flattenColumns as Qr, formatDataIndex as Xr, formatNumber as Yr } from "./src/business/ap-summary/utils.mjs";
|
|
96
|
+
import { ApSummary as et } from "./src/business/ap-summary/index.mjs";
|
|
97
|
+
import { ApNeedNameKeyDefault as rt } from "./src/business/ap-appendix/interface.mjs";
|
|
98
|
+
import { ApAppendix as pt } from "./src/business/ap-appendix/index.mjs";
|
|
99
|
+
import { default as ft } from "./src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
100
|
+
import { default as lt } from "./src/business/batch-input-group/index.vue.mjs";
|
|
101
|
+
import { default as dt } from "./src/business/batch-input-group/form-item.vue.mjs";
|
|
102
|
+
import { ApSizeInput as ut } from "./src/business/ap-size-input/index.mjs";
|
|
103
|
+
import { default as it } from "./src/business/ap-size-input/form-item.vue.mjs";
|
|
104
|
+
import { ApProductInfo as ct } from "./src/business/ap-product-info/index.mjs";
|
|
105
|
+
import { ApCopy as gt } from "./src/business/ap-copy/index.mjs";
|
|
106
|
+
import { ApView as St } from "./src/business/ap-view/index.mjs";
|
|
107
|
+
import { ApRadioGroup as bt } from "./src/business/ap-radio-group/index.mjs";
|
|
108
|
+
import { ApKeepAliveProps as Gt, forceStopTags as Dt } from "./src/business/ap-keep-alive/interface.mjs";
|
|
109
|
+
import { ApKeepAlive as Et } from "./src/business/ap-keep-alive/index.mjs";
|
|
110
|
+
import { LruCacher as Lt } from "./src/business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
111
|
+
import { useApKeepAliveInject as Nt } from "./src/business/ap-keep-alive/hook.mjs";
|
|
112
|
+
import { matches as Mt } from "./src/business/ap-keep-alive/utils.mjs";
|
|
113
|
+
import { ApDraggableGrid as wt } from "./src/business/ap-draggable-grid/index.mjs";
|
|
114
|
+
import { ApValueSelectCard as kt } from "./src/business/ap-value-select-card/index.mjs";
|
|
115
|
+
import { useAgGridModal as Ut } from "./src/business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
|
|
116
|
+
import { useAgGridSelectModal as Vt } from "./src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
|
|
117
|
+
import { ApSelectedItems as _t } from "./src/business/ag-grid-modal/selected-items/index.mjs";
|
|
118
|
+
import { default as $t } from "./src/business/ap-tag/ap-tag.vue.mjs";
|
|
119
|
+
import { default as Wt } from "./src/business/ap-tag/ap-tag-group.vue.mjs";
|
|
120
|
+
import { NeedNameKeyDefault as Jt } from "./src/business/ap-upload/apUploadTypes.mjs";
|
|
121
|
+
import { default as Xt } from "./src/business/ap-upload/apUpload.vue.mjs";
|
|
122
|
+
import { ApDownLoadNeedNameKeyDefault as Zt } from "./src/business/ap-download/interface.mjs";
|
|
123
|
+
import { default as op } from "./src/business/ap-download/ap-download.vue.mjs";
|
|
124
|
+
import { formatString as tp } from "./src/business/ap-descriptions/formatter/utils.mjs";
|
|
125
|
+
import { default as ap } from "./src/business/ap-descriptions/ap-descriptions.vue.mjs";
|
|
126
|
+
import { useTablePaging as mp } from "./src/ap-table/hooks/use-table-paging.mjs";
|
|
127
|
+
import { ApTable as xp } from "./src/ap-table/index.mjs";
|
|
128
|
+
import { default as sp } from "./src/editable-table/index.vue.mjs";
|
|
129
|
+
import { default as Ap } from "./src/editable-table/form-item.vue.mjs";
|
|
130
|
+
import { ensureRangeValue as np } from "./src/scroll-bar/utils/index.mjs";
|
|
131
|
+
import { default as Fp } from "./src/scroll-bar/index.vue.mjs";
|
|
132
|
+
import { default as Ip } from "./src/scroll-bar/internal.vue.mjs";
|
|
133
|
+
import { default as Tp } from "./src/scroll-view/index.vue.mjs";
|
|
134
|
+
import { default as Cp } from "./src/portal/index.vue.mjs";
|
|
135
|
+
import { default as Dp } from "./src/full-screen/index.vue.mjs";
|
|
136
|
+
import { default as Ep } from "./src/resize-observer/index.vue.mjs";
|
|
137
|
+
import { ROW_SELECTION_FIELD as Lp } from "./src/ap-grid/constants.mjs";
|
|
138
|
+
import { toTreeArray as Np } from "./src/ap-grid/utils/to-tree-array.mjs";
|
|
139
|
+
import { default as Mp } from "./src/ap-grid/index.vue.mjs";
|
|
140
|
+
import { default as wp } from "./src/ap-grid/editable/index.vue.mjs";
|
|
141
|
+
import { default as kp } from "./src/ap-grid/editable/form-item.vue.mjs";
|
|
142
|
+
import { default as Up } from "./src/text/index.vue.mjs";
|
|
143
|
+
import { default as Vp } from "./src/text/group.vue.mjs";
|
|
144
|
+
import { default as _p } from "./src/mask/index.vue.mjs";
|
|
145
|
+
import { Splitter as $p } from "./src/splitter/index.mjs";
|
|
146
|
+
import { default as Wp } from "./src/ag-grid/index.vue.mjs";
|
|
147
|
+
import { default as Jp } from "./src/ag-grid/editable/index.vue.mjs";
|
|
148
|
+
import { default as Xp } from "./src/ag-grid/editable/form-item.vue.mjs";
|
|
149
|
+
import { ApSkeleton as Zp } from "./src/skeleton/index.mjs";
|
|
150
|
+
import { useMessage as oa } from "./src/hooks/useMessage.mjs";
|
|
151
|
+
import { useControllableValue as ta } from "./src/hooks/useControllableValue.mjs";
|
|
152
|
+
import { useManualRef as aa } from "./src/hooks/useManualRef.mjs";
|
|
153
|
+
import { useThrottleRef as ma } from "./src/hooks/useThrottleRef.mjs";
|
|
154
|
+
import { useFullScreen as xa } from "./src/hooks/useFullScreen.mjs";
|
|
155
|
+
import { useResize as sa } from "./src/hooks/useResize.mjs";
|
|
154
156
|
const a = console.log;
|
|
155
157
|
a(`UI version: ${p}`);
|
|
156
158
|
const l = {
|
|
@@ -163,39 +165,40 @@ const l = {
|
|
|
163
165
|
};
|
|
164
166
|
export {
|
|
165
167
|
w as APConfigProvider,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
168
|
+
Wp as AgGrid,
|
|
169
|
+
vo as ApActionButton,
|
|
170
|
+
So as ApActionGroup,
|
|
171
|
+
uo as ApActionItem,
|
|
172
|
+
go as ApActionItemDropdown,
|
|
173
|
+
io as ApActionItemModal,
|
|
174
|
+
co as ApActionItemPopconfirm,
|
|
175
|
+
pt as ApAppendix,
|
|
176
|
+
ar as ApAttachment,
|
|
177
|
+
mr as ApBatchAction,
|
|
178
|
+
xr as ApBatchActionGroup,
|
|
179
|
+
Ro as ApButton,
|
|
180
|
+
sr as ApButtonGroup,
|
|
181
|
+
Ar as ApCard,
|
|
182
|
+
yo as ApConfirmButton,
|
|
183
|
+
gt as ApCopy,
|
|
184
|
+
ap as ApDescriptions,
|
|
185
|
+
Zt as ApDownLoadNeedNameKeyDefault,
|
|
186
|
+
op as ApDownload,
|
|
187
|
+
wt as ApDraggableGrid,
|
|
188
|
+
Bo as ApDrawer,
|
|
189
|
+
nr as ApExpandAlert,
|
|
190
|
+
Ir as ApExportGroup,
|
|
191
|
+
Fr as ApExportGroupActionType,
|
|
190
192
|
Le as ApField,
|
|
191
193
|
ye as ApFieldCheckbox,
|
|
192
194
|
Be as ApFieldDate,
|
|
193
195
|
je as ApFieldDateRange,
|
|
194
|
-
|
|
196
|
+
Ke as ApFieldNumber,
|
|
195
197
|
Qe as ApFieldPassword,
|
|
196
198
|
Oe as ApFieldRadio,
|
|
197
199
|
ro as ApFieldRate,
|
|
198
200
|
Re as ApFieldRead,
|
|
201
|
+
fo as ApFieldSecond,
|
|
199
202
|
eo as ApFieldSegmented,
|
|
200
203
|
qe as ApFieldSelect,
|
|
201
204
|
Ye as ApFieldSlider,
|
|
@@ -206,9 +209,9 @@ export {
|
|
|
206
209
|
ae as ApForm,
|
|
207
210
|
Ce as ApFormControlRender,
|
|
208
211
|
Fe as ApFormDependency,
|
|
209
|
-
|
|
212
|
+
Te as ApFormDrawerForm,
|
|
210
213
|
me as ApFormItem,
|
|
211
|
-
|
|
214
|
+
dt as ApFormItemBatchInput,
|
|
212
215
|
Z as ApFormItemCheckbox,
|
|
213
216
|
_ as ApFormItemDate,
|
|
214
217
|
$ as ApFormItemDateRange,
|
|
@@ -217,9 +220,9 @@ export {
|
|
|
217
220
|
W as ApFormItemRadio,
|
|
218
221
|
De as ApFormItemRender,
|
|
219
222
|
J as ApFormItemSelect,
|
|
220
|
-
|
|
223
|
+
it as ApFormItemSizeInput,
|
|
221
224
|
X as ApFormItemSwitch,
|
|
222
|
-
|
|
225
|
+
k as ApFormItemText,
|
|
223
226
|
U as ApFormItemTextArea,
|
|
224
227
|
oe as ApFormItemTextPassword,
|
|
225
228
|
te as ApFormItemTreeSelect,
|
|
@@ -228,110 +231,111 @@ export {
|
|
|
228
231
|
Ee as ApFormProvider,
|
|
229
232
|
Ae as ApFormSearchForm,
|
|
230
233
|
Ie as ApFormSet,
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
Kr as
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
$t as
|
|
256
|
-
|
|
257
|
-
Up as
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
bo as
|
|
234
|
+
Mp as ApGrid,
|
|
235
|
+
Dr as ApImage,
|
|
236
|
+
Er as ApInputRadio,
|
|
237
|
+
Et as ApKeepAlive,
|
|
238
|
+
Gt as ApKeepAliveProps,
|
|
239
|
+
Lr as ApLabel,
|
|
240
|
+
Rr as ApLabelGroup,
|
|
241
|
+
yr as ApLadder,
|
|
242
|
+
Po as ApList,
|
|
243
|
+
ho as ApModal,
|
|
244
|
+
rt as ApNeedNameKeyDefault,
|
|
245
|
+
Ko as ApProCard,
|
|
246
|
+
ct as ApProductInfo,
|
|
247
|
+
bt as ApRadioGroup,
|
|
248
|
+
Br as ApSelectLayout,
|
|
249
|
+
_t as ApSelectedItems,
|
|
250
|
+
ut as ApSizeInput,
|
|
251
|
+
Zp as ApSkeleton,
|
|
252
|
+
Uo as ApStatisticCard,
|
|
253
|
+
Kr as ApStatus,
|
|
254
|
+
Ur as ApStatusGroup,
|
|
255
|
+
et as ApSummary,
|
|
256
|
+
xp as ApTable,
|
|
257
|
+
Zo as ApTableModal,
|
|
258
|
+
$t as ApTag,
|
|
259
|
+
Wt as ApTagGroup,
|
|
260
|
+
Up as ApText,
|
|
261
|
+
Vp as ApTextGroup,
|
|
262
|
+
Vr as ApTitle,
|
|
263
|
+
Xo as ApTransformDataHelper,
|
|
264
|
+
Xt as ApUpload,
|
|
265
|
+
ft as ApUploadSingle,
|
|
266
|
+
kt as ApValueSelectCard,
|
|
267
|
+
St as ApView,
|
|
268
|
+
lt as BatchInputGroup,
|
|
269
|
+
bo as CheckCard,
|
|
270
|
+
Go as CheckCardGroup,
|
|
267
271
|
v as ConfigProvider,
|
|
268
272
|
A as DEFAULT_NAMESPACE,
|
|
269
273
|
i as DEFAULT_UIMODE,
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
274
|
+
Jp as EditableAgGrid,
|
|
275
|
+
Xp as EditableAgGridFormItem,
|
|
276
|
+
wp as EditableGrid,
|
|
277
|
+
kp as EditableGridFormItem,
|
|
278
|
+
sp as EditableTable,
|
|
279
|
+
Ap as EditableTableFormItem,
|
|
280
|
+
Dp as FullScreen,
|
|
281
|
+
Jo as Highlight,
|
|
282
|
+
Ip as InternalScrollBar,
|
|
283
|
+
Vo as LoadingBar,
|
|
284
|
+
Lt as LruCacher,
|
|
285
|
+
_p as Mask,
|
|
286
|
+
Jt as NeedNameKeyDefault,
|
|
287
|
+
Cp as Portal,
|
|
288
|
+
Lp as ROW_SELECTION_FIELD,
|
|
289
|
+
_o as Render,
|
|
290
|
+
Ep as ResizeObserver,
|
|
291
|
+
Fp as ScrollBar,
|
|
292
|
+
Tp as ScrollView,
|
|
293
|
+
$p as Splitter,
|
|
294
|
+
$o as TimeAgo,
|
|
295
|
+
lo as adminToken,
|
|
296
|
+
xo as aplusToken,
|
|
297
|
+
T as buildLocaleContext,
|
|
294
298
|
b as buildTranslator,
|
|
295
|
-
|
|
299
|
+
Jr as computedRecords,
|
|
296
300
|
n as configProviderContextKey,
|
|
297
301
|
s as configProviderProps,
|
|
298
|
-
|
|
302
|
+
Cr as convertExportField,
|
|
299
303
|
l as default,
|
|
300
304
|
E as defaultNamespace,
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
305
|
+
np as ensureRangeValue,
|
|
306
|
+
Qr as flattenColumns,
|
|
307
|
+
Dt as forceStopTags,
|
|
308
|
+
Xr as formatDataIndex,
|
|
309
|
+
Yr as formatNumber,
|
|
310
|
+
tp as formatString,
|
|
307
311
|
M as globalConfigCached,
|
|
308
|
-
|
|
309
|
-
|
|
312
|
+
Tr as handleExportDownload,
|
|
313
|
+
Mt as isNameMatches,
|
|
310
314
|
F as keysOf,
|
|
311
315
|
C as localeContextKey,
|
|
312
|
-
|
|
316
|
+
vr as locales,
|
|
313
317
|
P as namespaceContextKey,
|
|
314
318
|
g as provideGlobalConfig,
|
|
315
|
-
|
|
319
|
+
Np as toTreeArray,
|
|
316
320
|
G as translate,
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
321
|
+
Ut as useAgGridModal,
|
|
322
|
+
Vt as useAgGridSelectModal,
|
|
323
|
+
Nt as useApKeepAliveInject,
|
|
324
|
+
ta as useControllableValue,
|
|
325
|
+
xa as useFullScreen,
|
|
322
326
|
L as useGetDerivedNamespace,
|
|
323
327
|
I as useGlobalConfig,
|
|
324
328
|
D as useLocale,
|
|
325
|
-
|
|
326
|
-
|
|
329
|
+
aa as useManualRef,
|
|
330
|
+
oa as useMessage,
|
|
327
331
|
R as useNamespace,
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
332
|
+
Wr as usePageListAgGrid,
|
|
333
|
+
$r as usePageListApGrid,
|
|
334
|
+
_r as usePageListApTable,
|
|
335
|
+
sa as useResize,
|
|
336
|
+
or as useTableModal,
|
|
337
|
+
mp as useTablePaging,
|
|
338
|
+
tr as useTableSelectModal,
|
|
339
|
+
ma as useThrottleRef,
|
|
340
|
+
Wo as useTimeAgo
|
|
337
341
|
};
|