@aplus-frontend/ui 7.4.5 → 7.5.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.
Files changed (49) hide show
  1. package/es/index.mjs +184 -180
  2. package/es/src/ap-form/item/index.vue.mjs +20 -20
  3. package/es/src/ap-form/item-group/helper.mjs +8 -8
  4. package/es/src/ap-table/ap-table.vue2.mjs +37 -36
  5. package/es/src/business/ap-label/group/ApLabelGroup.mjs +14 -14
  6. package/es/src/index.d.ts +1 -0
  7. package/es/src/index.mjs +302 -297
  8. package/es/src/locale/lang/en.mjs +17 -0
  9. package/es/src/locale/lang/zh-cn.mjs +17 -0
  10. package/es/src/time-ago/index.d.ts +4 -0
  11. package/es/src/time-ago/index.mjs +6 -0
  12. package/es/src/time-ago/index.vue.d.ts +10 -0
  13. package/es/src/time-ago/index.vue.mjs +46 -0
  14. package/es/src/time-ago/index.vue2.mjs +4 -0
  15. package/es/src/time-ago/interface.d.ts +16 -0
  16. package/es/src/time-ago/interface.mjs +1 -0
  17. package/es/src/time-ago/style/index.d.ts +3 -0
  18. package/es/src/time-ago/style/index.mjs +12 -0
  19. package/es/src/time-ago/useTimeAgo.d.ts +42 -0
  20. package/es/src/time-ago/useTimeAgo.mjs +56 -0
  21. package/es/src/time-ago/utils.d.ts +4 -0
  22. package/es/src/time-ago/utils.mjs +23 -0
  23. package/es/src/version.d.ts +1 -1
  24. package/es/src/version.mjs +1 -1
  25. package/lib/index.js +1 -1
  26. package/lib/src/ap-form/item/index.vue.js +1 -1
  27. package/lib/src/ap-form/item-group/helper.js +1 -1
  28. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  29. package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -1
  30. package/lib/src/index.d.ts +1 -0
  31. package/lib/src/index.js +1 -1
  32. package/lib/src/locale/lang/en.js +1 -1
  33. package/lib/src/locale/lang/zh-cn.js +1 -1
  34. package/lib/src/time-ago/index.d.ts +4 -0
  35. package/lib/src/time-ago/index.js +1 -0
  36. package/lib/src/time-ago/index.vue.d.ts +10 -0
  37. package/lib/src/time-ago/index.vue.js +1 -0
  38. package/lib/src/time-ago/index.vue2.js +1 -0
  39. package/lib/src/time-ago/interface.d.ts +16 -0
  40. package/lib/src/time-ago/interface.js +1 -0
  41. package/lib/src/time-ago/style/index.d.ts +3 -0
  42. package/lib/src/time-ago/style/index.js +1 -0
  43. package/lib/src/time-ago/useTimeAgo.d.ts +42 -0
  44. package/lib/src/time-ago/useTimeAgo.js +1 -0
  45. package/lib/src/time-ago/utils.d.ts +4 -0
  46. package/lib/src/time-ago/utils.js +1 -0
  47. package/lib/src/version.d.ts +1 -1
  48. package/lib/src/version.js +1 -1
  49. package/package.json +1 -1
package/es/src/index.mjs CHANGED
@@ -1,18 +1,19 @@
1
- import { APConfigProvider as c } from "./config-provider/index.mjs";
2
- import { ApForm as I } from "./ap-form/index.mjs";
3
- import { ApField as S, ApFieldRead as T } from "./ap-field/index.mjs";
4
- import { adminToken as C, aplusToken as G } from "./design-token/index.mjs";
5
- import { ApActionItem as E } from "./ap-action/index.mjs";
6
- import { CheckCard as L } from "./check-card/index.mjs";
7
- import { ApModal as N } from "./ap-modal/index.mjs";
1
+ import { APConfigProvider as F } from "./config-provider/index.mjs";
2
+ import { ApForm as g } from "./ap-form/index.mjs";
3
+ import { ApField as S, ApFieldRead as b } from "./ap-field/index.mjs";
4
+ import { adminToken as G, aplusToken as D } from "./design-token/index.mjs";
5
+ import { ApActionItem as P } from "./ap-action/index.mjs";
6
+ import { CheckCard as h } from "./check-card/index.mjs";
7
+ import { ApModal as R } from "./ap-modal/index.mjs";
8
8
  import "./ap-list/index.mjs";
9
9
  import "./ap-button/index.mjs";
10
- import { ApDrawer as y } from "./ap-drawer/index.mjs";
11
- import { ApProCard as w, ApStatisticCard as M } from "./ap-pro-card/index.mjs";
12
- import { LoadingBar as K } from "./loading-bar/index.mjs";
10
+ import { ApDrawer as v } from "./ap-drawer/index.mjs";
11
+ import { ApProCard as M, ApStatisticCard as B } from "./ap-pro-card/index.mjs";
12
+ import { LoadingBar as k } from "./loading-bar/index.mjs";
13
13
  import "./render/index.mjs";
14
+ import "./time-ago/index.mjs";
14
15
  import "./business/index.mjs";
15
- import { ApTable as O } from "./ap-table/index.mjs";
16
+ import { ApTable as U } from "./ap-table/index.mjs";
16
17
  import "./editable-table/index.mjs";
17
18
  import "./scroll-bar/index.mjs";
18
19
  import "./scroll-view/index.mjs";
@@ -22,296 +23,300 @@ import "./resize-observer/index.mjs";
22
23
  import "./ap-grid/index.mjs";
23
24
  import "./text/index.mjs";
24
25
  import "./mask/index.mjs";
25
- import { Splitter as V } from "./splitter/index.mjs";
26
+ import { Splitter as _ } from "./splitter/index.mjs";
26
27
  import "./ag-grid/index.mjs";
27
- import { configProviderProps as z } from "./config-provider/config-provider-props.mjs";
28
- import { DEFAULT_NAMESPACE as H, DEFAULT_UIMODE as W, configProviderContextKey as q } from "./config-provider/constants.mjs";
29
- import { keysOf as Q, provideGlobalConfig as X, useGlobalConfig as Y } from "./config-provider/hooks/use-global-config.mjs";
30
- import { buildLocaleContext as $, buildTranslator as ee, localeContextKey as oe, translate as re, useLocale as te } from "./config-provider/hooks/use-locale.mjs";
31
- import { defaultNamespace as ae, namespaceContextKey as me, useGetDerivedNamespace as fe, useNamespace as le } from "./config-provider/hooks/use-namespace.mjs";
32
- import { ConfigProvider as xe, globalConfigCached as Ae } from "./config-provider/config-provider.mjs";
33
- import { ApFormItemText as se } from "./ap-form/items/text/index.mjs";
34
- import { default as ne } from "./ap-form/items/text-area/index.vue.mjs";
35
- import { default as Fe } from "./ap-form/items/number/index.vue.mjs";
36
- import { default as ge } from "./ap-form/items/date/index.vue.mjs";
37
- import { default as Te } from "./ap-form/items/date-range/index.vue.mjs";
38
- import { default as Ce } from "./ap-form/items/radio/index.vue.mjs";
39
- import { default as De } from "./ap-form/items/select/index.vue.mjs";
40
- import { default as Pe } from "./ap-form/items/switch/index.vue.mjs";
41
- import { default as he } from "./ap-form/items/checkbox/index.vue.mjs";
42
- import { default as Re } from "./ap-form/items/text/password.vue.mjs";
43
- import { default as ve } from "./ap-form/items/tree-select/index.vue.mjs";
44
- import { default as Me } from "./ap-form/item/index.vue.mjs";
45
- import { default as Ke } from "./ap-form/item-group/index.vue.mjs";
46
- import { default as Oe } from "./ap-form/list/index.vue.mjs";
47
- import { default as Ve } from "./ap-form/search-form/index.vue.mjs";
48
- import { default as ze } from "./ap-form/modal-form/index.vue.mjs";
49
- import { default as He } from "./ap-form/dependency/index.vue.mjs";
50
- import { default as qe } from "./ap-form/set/index.vue.mjs";
51
- import { default as Qe } from "./ap-form/drawer-form/index.vue.mjs";
52
- import { default as Ye } from "./ap-form/render/control.vue.mjs";
53
- import { default as $e } from "./ap-form/render/item.vue.mjs";
54
- import { default as oo } from "./ap-form/provider/index.vue.mjs";
55
- import { ApFieldText as to } from "./ap-field/text/index.mjs";
56
- import { default as ao } from "./ap-field/checkbox/index.vue.mjs";
57
- import { default as fo } from "./ap-field/date/index.vue.mjs";
58
- import { default as xo } from "./ap-field/number/index.vue.mjs";
59
- import { default as uo } from "./ap-field/radio/index.vue.mjs";
60
- import { default as io } from "./ap-field/switch/index.vue.mjs";
61
- import { default as co } from "./ap-field/text-area/index.vue.mjs";
62
- import { default as Io } from "./ap-field/date-range/index.vue.mjs";
28
+ import { configProviderProps as j } from "./config-provider/config-provider-props.mjs";
29
+ import { DEFAULT_NAMESPACE as W, DEFAULT_UIMODE as q, configProviderContextKey as J } from "./config-provider/constants.mjs";
30
+ import { keysOf as X, provideGlobalConfig as Y, useGlobalConfig as Z } from "./config-provider/hooks/use-global-config.mjs";
31
+ import { buildLocaleContext as ee, buildTranslator as oe, localeContextKey as re, translate as te, useLocale as pe } from "./config-provider/hooks/use-locale.mjs";
32
+ import { defaultNamespace as me, namespaceContextKey as fe, useGetDerivedNamespace as le, useNamespace as de } from "./config-provider/hooks/use-namespace.mjs";
33
+ import { ConfigProvider as ue, globalConfigCached as Ae } from "./config-provider/config-provider.mjs";
34
+ import { ApFormItemText as ie } from "./ap-form/items/text/index.mjs";
35
+ import { default as ce } from "./ap-form/items/text-area/index.vue.mjs";
36
+ import { default as Ie } from "./ap-form/items/number/index.vue.mjs";
37
+ import { default as Te } from "./ap-form/items/date/index.vue.mjs";
38
+ import { default as be } from "./ap-form/items/date-range/index.vue.mjs";
39
+ import { default as Ge } from "./ap-form/items/radio/index.vue.mjs";
40
+ import { default as Ee } from "./ap-form/items/select/index.vue.mjs";
41
+ import { default as Le } from "./ap-form/items/switch/index.vue.mjs";
42
+ import { default as Ne } from "./ap-form/items/checkbox/index.vue.mjs";
43
+ import { default as ye } from "./ap-form/items/text/password.vue.mjs";
44
+ import { default as we } from "./ap-form/items/tree-select/index.vue.mjs";
45
+ import { default as Be } from "./ap-form/item/index.vue.mjs";
46
+ import { default as ke } from "./ap-form/item-group/index.vue.mjs";
47
+ import { default as Ue } from "./ap-form/list/index.vue.mjs";
48
+ import { default as _e } from "./ap-form/search-form/index.vue.mjs";
49
+ import { default as je } from "./ap-form/modal-form/index.vue.mjs";
50
+ import { default as We } from "./ap-form/dependency/index.vue.mjs";
51
+ import { default as Je } from "./ap-form/set/index.vue.mjs";
52
+ import { default as Xe } from "./ap-form/drawer-form/index.vue.mjs";
53
+ import { default as Ze } from "./ap-form/render/control.vue.mjs";
54
+ import { default as eo } from "./ap-form/render/item.vue.mjs";
55
+ import { default as ro } from "./ap-form/provider/index.vue.mjs";
56
+ import { ApFieldText as po } from "./ap-field/text/index.mjs";
57
+ import { default as mo } from "./ap-field/checkbox/index.vue.mjs";
58
+ import { default as lo } from "./ap-field/date/index.vue.mjs";
59
+ import { default as uo } from "./ap-field/number/index.vue.mjs";
60
+ import { default as so } from "./ap-field/radio/index.vue.mjs";
61
+ import { default as no } from "./ap-field/switch/index.vue.mjs";
62
+ import { default as Fo } from "./ap-field/text-area/index.vue.mjs";
63
+ import { default as go } from "./ap-field/date-range/index.vue.mjs";
63
64
  import { default as So } from "./ap-field/select/index.vue.mjs";
64
- import { default as bo } from "./ap-field/text/password.vue.mjs";
65
- import { default as Go } from "./ap-field/slider/index.vue.mjs";
66
- import { default as Eo } from "./ap-field/segmented/index.vue.mjs";
67
- import { default as Lo } from "./ap-field/rate/index.vue.mjs";
68
- import { default as No } from "./ap-field/tree-select/index.vue.mjs";
69
- import { default as yo } from "./ap-action/item-modal/index.vue.mjs";
70
- import { default as wo } from "./ap-action/item-popconfirm/index.vue.mjs";
71
- import { default as Bo } from "./ap-action/item-dropdown/index.vue.mjs";
72
- import { default as ko } from "./ap-action/group/index.vue.mjs";
73
- import { default as Uo } from "./check-card/group.vue.mjs";
74
- import { default as _o } from "./ap-list/index.vue.mjs";
75
- import { default as jo } from "./ap-button/ap-button.vue.mjs";
76
- import { default as Wo } from "./ap-button/ap-action-button.vue.mjs";
77
- import { default as Jo } from "./ap-button/ap-confirm-button.vue.mjs";
78
- import { default as Xo } from "./render/render.mjs";
79
- import { ApTransformDataHelper as Zo } from "./utils/ap-trans-data/index.mjs";
80
- import { default as er } from "./business/ap-table-modal/index.mjs";
81
- import { useTableModal as rr } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
82
- import { useTableSelectModal as pr } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
83
- import { ApAttachment as mr } from "./business/ap-attachment/index.mjs";
84
- import { ApBatchAction as lr } from "./business/ap-batch-action/index.mjs";
85
- import { ApBatchActionGroup as xr } from "./business/ap-batch-action-group/index.mjs";
86
- import { ApButtonGroup as ur } from "./business/ap-button-group/index.mjs";
87
- import { ApCard as ir } from "./business/ap-card/index.mjs";
88
- import { ApExpandAlert as cr } from "./business/ap-expand-alert/index.mjs";
89
- import { ApExportGroupActionType as Ir } from "./business/ap-export-group/interface.mjs";
90
- import { ApExportGroup as Sr } from "./business/ap-export-group/index.mjs";
91
- import { handleExportDownload as br } from "./business/ap-export-group/handleExportDownload.mjs";
92
- import { convertExportField as Gr } from "./business/ap-export-group/convertExportField.mjs";
93
- import { ApImage as Er } from "./business/ap-image/index.mjs";
94
- import { ApInputRadio as Lr } from "./business/ap-input-radio/index.mjs";
95
- import { ApLabel as Nr, ApLabelGroup as Rr } from "./business/ap-label/index.mjs";
96
- import { locales as vr } from "./business/ap-ladder/interface.mjs";
97
- import { ApLadder as Mr } from "./business/ap-ladder/index.mjs";
98
- import { ApSelectLayout as Kr } from "./business/ap-select-layout/index.mjs";
99
- import { ApStatus as Or, ApStatusGroup as Ur } from "./business/ap-status/index.mjs";
100
- import { ApTitle as _r } from "./business/ap-title/index.mjs";
101
- import { usePageListApTable as jr } from "./business/hooks/usePageListApTable.mjs";
102
- import { usePageListApGrid as Wr } from "./business/hooks/usePageListApGrid.mjs";
103
- import { usePageListAgGrid as Jr } from "./business/hooks/usePageListAgGrid.mjs";
104
- import { computedRecords as Xr, flattenColumns as Yr, formatDataIndex as Zr, formatNumber as $r } from "./business/ap-summary/utils.mjs";
105
- import { ApSummary as ot } from "./business/ap-summary/index.mjs";
106
- import { ApNeedNameKeyDefault as tt } from "./business/ap-appendix/interface.mjs";
107
- import { ApAppendix as at } from "./business/ap-appendix/index.mjs";
108
- import { default as ft } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
109
- import { default as dt } from "./business/batch-input-group/index.vue.mjs";
110
- import { default as At } from "./business/batch-input-group/form-item.vue.mjs";
111
- import { ApSizeInput as st } from "./business/ap-size-input/index.mjs";
112
- import { default as nt } from "./business/ap-size-input/form-item.vue.mjs";
113
- import { ApProductInfo as Ft } from "./business/ap-product-info/index.mjs";
114
- import { ApCopy as gt } from "./business/ap-copy/index.mjs";
115
- import { ApView as Tt } from "./business/ap-view/index.mjs";
116
- import { ApRadioGroup as Ct } from "./business/ap-radio-group/index.mjs";
117
- import { ApKeepAliveProps as Dt, forceStopTags as Et } from "./business/ap-keep-alive/interface.mjs";
118
- import { ApKeepAlive as Lt } from "./business/ap-keep-alive/index.mjs";
119
- import { LruCacher as Nt } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
120
- import { useApKeepAliveInject as yt } from "./business/ap-keep-alive/hook.mjs";
121
- import { matches as wt } from "./business/ap-keep-alive/utils.mjs";
122
- import { ApDraggableGrid as Bt } from "./business/ap-draggable-grid/index.mjs";
123
- import { ApValueSelectCard as kt } from "./business/ap-value-select-card/index.mjs";
124
- import { useAgGridModal as Ut } from "./business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
125
- import { useAgGridSelectModal as _t } from "./business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
126
- import { ApSelectedItems as jt } from "./business/ag-grid-modal/selected-items/index.mjs";
127
- import { default as Wt } from "./business/ap-tag/ap-tag.vue.mjs";
128
- import { default as Jt } from "./business/ap-tag/ap-tag-group.vue.mjs";
129
- import { NeedNameKeyDefault as Xt } from "./business/ap-upload/apUploadTypes.mjs";
130
- import { default as Zt } from "./business/ap-upload/apUpload.vue.mjs";
131
- import { ApDownLoadNeedNameKeyDefault as ep } from "./business/ap-download/interface.mjs";
132
- import { default as rp } from "./business/ap-download/ap-download.vue.mjs";
133
- import { default as pp } from "./business/ap-descriptions/ap-descriptions.vue.mjs";
134
- import { useTablePaging as mp } from "./ap-table/hooks/use-table-paging.mjs";
135
- import { default as lp } from "./editable-table/index.vue.mjs";
136
- import { default as xp } from "./editable-table/form-item.vue.mjs";
137
- import { ensureRangeValue as up } from "./scroll-bar/utils/index.mjs";
138
- import { default as ip } from "./scroll-bar/index.vue.mjs";
139
- import { default as cp } from "./scroll-bar/internal.vue.mjs";
140
- import { default as Ip } from "./scroll-view/index.vue.mjs";
141
- import { default as Sp } from "./portal/index.vue.mjs";
142
- import { default as bp } from "./full-screen/index.vue.mjs";
143
- import { default as Gp } from "./resize-observer/index.vue.mjs";
144
- import { ROW_SELECTION_FIELD as Ep } from "./ap-grid/constants.mjs";
145
- import { toTreeArray as Lp } from "./ap-grid/utils/to-tree-array.mjs";
146
- import { default as Np } from "./ap-grid/index.vue.mjs";
147
- import { default as yp } from "./ap-grid/editable/index.vue.mjs";
148
- import { default as wp } from "./ap-grid/editable/form-item.vue.mjs";
149
- import { default as Bp } from "./text/index.vue.mjs";
150
- import { default as kp } from "./text/group.vue.mjs";
151
- import { default as Up } from "./mask/index.vue.mjs";
152
- import { default as _p } from "./ag-grid/index.vue.mjs";
153
- import { default as jp } from "./ag-grid/editable/index.vue.mjs";
154
- import { default as Wp } from "./ag-grid/editable/form-item.vue.mjs";
65
+ import { default as Co } from "./ap-field/text/password.vue.mjs";
66
+ import { default as Do } from "./ap-field/slider/index.vue.mjs";
67
+ import { default as Po } from "./ap-field/segmented/index.vue.mjs";
68
+ import { default as ho } from "./ap-field/rate/index.vue.mjs";
69
+ import { default as Ro } from "./ap-field/tree-select/index.vue.mjs";
70
+ import { default as vo } from "./ap-action/item-modal/index.vue.mjs";
71
+ import { default as Mo } from "./ap-action/item-popconfirm/index.vue.mjs";
72
+ import { default as Ko } from "./ap-action/item-dropdown/index.vue.mjs";
73
+ import { default as Oo } from "./ap-action/group/index.vue.mjs";
74
+ import { default as Vo } from "./check-card/group.vue.mjs";
75
+ import { default as zo } from "./ap-list/index.vue.mjs";
76
+ import { default as Ho } from "./ap-button/ap-button.vue.mjs";
77
+ import { default as qo } from "./ap-button/ap-action-button.vue.mjs";
78
+ import { default as Qo } from "./ap-button/ap-confirm-button.vue.mjs";
79
+ import { default as Yo } from "./render/render.mjs";
80
+ import { default as $o } from "./time-ago/index.vue.mjs";
81
+ import { default as or } from "./time-ago/useTimeAgo.mjs";
82
+ import { ApTransformDataHelper as tr } from "./utils/ap-trans-data/index.mjs";
83
+ import { default as ar } from "./business/ap-table-modal/index.mjs";
84
+ import { useTableModal as fr } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
85
+ import { useTableSelectModal as dr } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
86
+ import { ApAttachment as ur } from "./business/ap-attachment/index.mjs";
87
+ import { ApBatchAction as sr } from "./business/ap-batch-action/index.mjs";
88
+ import { ApBatchActionGroup as nr } from "./business/ap-batch-action-group/index.mjs";
89
+ import { ApButtonGroup as Fr } from "./business/ap-button-group/index.mjs";
90
+ import { ApCard as gr } from "./business/ap-card/index.mjs";
91
+ import { ApExpandAlert as Sr } from "./business/ap-expand-alert/index.mjs";
92
+ import { ApExportGroupActionType as Cr } from "./business/ap-export-group/interface.mjs";
93
+ import { ApExportGroup as Dr } from "./business/ap-export-group/index.mjs";
94
+ import { handleExportDownload as Pr } from "./business/ap-export-group/handleExportDownload.mjs";
95
+ import { convertExportField as hr } from "./business/ap-export-group/convertExportField.mjs";
96
+ import { ApImage as Rr } from "./business/ap-image/index.mjs";
97
+ import { ApInputRadio as vr } from "./business/ap-input-radio/index.mjs";
98
+ import { ApLabel as Mr, ApLabelGroup as Br } from "./business/ap-label/index.mjs";
99
+ import { locales as kr } from "./business/ap-ladder/interface.mjs";
100
+ import { ApLadder as Ur } from "./business/ap-ladder/index.mjs";
101
+ import { ApSelectLayout as _r } from "./business/ap-select-layout/index.mjs";
102
+ import { ApStatus as jr, ApStatusGroup as Hr } from "./business/ap-status/index.mjs";
103
+ import { ApTitle as qr } from "./business/ap-title/index.mjs";
104
+ import { usePageListApTable as Qr } from "./business/hooks/usePageListApTable.mjs";
105
+ import { usePageListApGrid as Yr } from "./business/hooks/usePageListApGrid.mjs";
106
+ import { usePageListAgGrid as $r } from "./business/hooks/usePageListAgGrid.mjs";
107
+ import { computedRecords as ot, flattenColumns as rt, formatDataIndex as tt, formatNumber as pt } from "./business/ap-summary/utils.mjs";
108
+ import { ApSummary as mt } from "./business/ap-summary/index.mjs";
109
+ import { ApNeedNameKeyDefault as lt } from "./business/ap-appendix/interface.mjs";
110
+ import { ApAppendix as xt } from "./business/ap-appendix/index.mjs";
111
+ import { default as At } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
112
+ import { default as it } from "./business/batch-input-group/index.vue.mjs";
113
+ import { default as ct } from "./business/batch-input-group/form-item.vue.mjs";
114
+ import { ApSizeInput as It } from "./business/ap-size-input/index.mjs";
115
+ import { default as Tt } from "./business/ap-size-input/form-item.vue.mjs";
116
+ import { ApProductInfo as bt } from "./business/ap-product-info/index.mjs";
117
+ import { ApCopy as Gt } from "./business/ap-copy/index.mjs";
118
+ import { ApView as Et } from "./business/ap-view/index.mjs";
119
+ import { ApRadioGroup as Lt } from "./business/ap-radio-group/index.mjs";
120
+ import { ApKeepAliveProps as Nt, forceStopTags as Rt } from "./business/ap-keep-alive/interface.mjs";
121
+ import { ApKeepAlive as vt } from "./business/ap-keep-alive/index.mjs";
122
+ import { LruCacher as Mt } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
123
+ import { useApKeepAliveInject as Kt } from "./business/ap-keep-alive/hook.mjs";
124
+ import { matches as Ot } from "./business/ap-keep-alive/utils.mjs";
125
+ import { ApDraggableGrid as Vt } from "./business/ap-draggable-grid/index.mjs";
126
+ import { ApValueSelectCard as zt } from "./business/ap-value-select-card/index.mjs";
127
+ import { useAgGridModal as Ht } from "./business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
128
+ import { useAgGridSelectModal as qt } from "./business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
129
+ import { ApSelectedItems as Qt } from "./business/ag-grid-modal/selected-items/index.mjs";
130
+ import { default as Yt } from "./business/ap-tag/ap-tag.vue.mjs";
131
+ import { default as $t } from "./business/ap-tag/ap-tag-group.vue.mjs";
132
+ import { NeedNameKeyDefault as op } from "./business/ap-upload/apUploadTypes.mjs";
133
+ import { default as tp } from "./business/ap-upload/apUpload.vue.mjs";
134
+ import { ApDownLoadNeedNameKeyDefault as ap } from "./business/ap-download/interface.mjs";
135
+ import { default as fp } from "./business/ap-download/ap-download.vue.mjs";
136
+ import { default as dp } from "./business/ap-descriptions/ap-descriptions.vue.mjs";
137
+ import { useTablePaging as up } from "./ap-table/hooks/use-table-paging.mjs";
138
+ import { default as sp } from "./editable-table/index.vue.mjs";
139
+ import { default as np } from "./editable-table/form-item.vue.mjs";
140
+ import { ensureRangeValue as Fp } from "./scroll-bar/utils/index.mjs";
141
+ import { default as gp } from "./scroll-bar/index.vue.mjs";
142
+ import { default as Sp } from "./scroll-bar/internal.vue.mjs";
143
+ import { default as Cp } from "./scroll-view/index.vue.mjs";
144
+ import { default as Dp } from "./portal/index.vue.mjs";
145
+ import { default as Pp } from "./full-screen/index.vue.mjs";
146
+ import { default as hp } from "./resize-observer/index.vue.mjs";
147
+ import { ROW_SELECTION_FIELD as Rp } from "./ap-grid/constants.mjs";
148
+ import { toTreeArray as vp } from "./ap-grid/utils/to-tree-array.mjs";
149
+ import { default as Mp } from "./ap-grid/index.vue.mjs";
150
+ import { default as Kp } from "./ap-grid/editable/index.vue.mjs";
151
+ import { default as Op } from "./ap-grid/editable/form-item.vue.mjs";
152
+ import { default as Vp } from "./text/index.vue.mjs";
153
+ import { default as zp } from "./text/group.vue.mjs";
154
+ import { default as Hp } from "./mask/index.vue.mjs";
155
+ import { default as qp } from "./ag-grid/index.vue.mjs";
156
+ import { default as Qp } from "./ag-grid/editable/index.vue.mjs";
157
+ import { default as Yp } from "./ag-grid/editable/form-item.vue.mjs";
155
158
  export {
156
- c as APConfigProvider,
157
- _p as AgGrid,
158
- Wo as ApActionButton,
159
- ko as ApActionGroup,
160
- E as ApActionItem,
161
- Bo as ApActionItemDropdown,
162
- yo as ApActionItemModal,
163
- wo as ApActionItemPopconfirm,
164
- at as ApAppendix,
165
- mr as ApAttachment,
166
- lr as ApBatchAction,
167
- xr as ApBatchActionGroup,
168
- jo as ApButton,
169
- ur as ApButtonGroup,
170
- ir as ApCard,
171
- Jo as ApConfirmButton,
172
- gt as ApCopy,
173
- pp as ApDescriptions,
174
- ep as ApDownLoadNeedNameKeyDefault,
175
- rp as ApDownload,
176
- Bt as ApDraggableGrid,
177
- y as ApDrawer,
178
- cr as ApExpandAlert,
179
- Sr as ApExportGroup,
180
- Ir as ApExportGroupActionType,
159
+ F as APConfigProvider,
160
+ qp as AgGrid,
161
+ qo as ApActionButton,
162
+ Oo as ApActionGroup,
163
+ P as ApActionItem,
164
+ Ko as ApActionItemDropdown,
165
+ vo as ApActionItemModal,
166
+ Mo as ApActionItemPopconfirm,
167
+ xt as ApAppendix,
168
+ ur as ApAttachment,
169
+ sr as ApBatchAction,
170
+ nr as ApBatchActionGroup,
171
+ Ho as ApButton,
172
+ Fr as ApButtonGroup,
173
+ gr as ApCard,
174
+ Qo as ApConfirmButton,
175
+ Gt as ApCopy,
176
+ dp as ApDescriptions,
177
+ ap as ApDownLoadNeedNameKeyDefault,
178
+ fp as ApDownload,
179
+ Vt as ApDraggableGrid,
180
+ v as ApDrawer,
181
+ Sr as ApExpandAlert,
182
+ Dr as ApExportGroup,
183
+ Cr as ApExportGroupActionType,
181
184
  S as ApField,
182
- ao as ApFieldCheckbox,
183
- fo as ApFieldDate,
184
- Io as ApFieldDateRange,
185
- xo as ApFieldNumber,
186
- bo as ApFieldPassword,
187
- uo as ApFieldRadio,
188
- Lo as ApFieldRate,
189
- T as ApFieldRead,
190
- Eo as ApFieldSegmented,
185
+ mo as ApFieldCheckbox,
186
+ lo as ApFieldDate,
187
+ go as ApFieldDateRange,
188
+ uo as ApFieldNumber,
189
+ Co as ApFieldPassword,
190
+ so as ApFieldRadio,
191
+ ho as ApFieldRate,
192
+ b as ApFieldRead,
193
+ Po as ApFieldSegmented,
191
194
  So as ApFieldSelect,
192
- Go as ApFieldSlider,
193
- io as ApFieldSwitch,
194
- to as ApFieldText,
195
- co as ApFieldTextArea,
196
- No as ApFieldTreeSelect,
197
- I as ApForm,
198
- Ye as ApFormControlRender,
199
- He as ApFormDependency,
200
- Qe as ApFormDrawerForm,
201
- Me as ApFormItem,
202
- At as ApFormItemBatchInput,
203
- he as ApFormItemCheckbox,
204
- ge as ApFormItemDate,
205
- Te as ApFormItemDateRange,
206
- Ke as ApFormItemGroup,
207
- Fe as ApFormItemNumber,
208
- Ce as ApFormItemRadio,
209
- $e as ApFormItemRender,
210
- De as ApFormItemSelect,
211
- nt as ApFormItemSizeInput,
212
- Pe as ApFormItemSwitch,
213
- se as ApFormItemText,
214
- ne as ApFormItemTextArea,
215
- Re as ApFormItemTextPassword,
216
- ve as ApFormItemTreeSelect,
217
- Oe as ApFormList,
218
- ze as ApFormModalForm,
219
- oo as ApFormProvider,
220
- Ve as ApFormSearchForm,
221
- qe as ApFormSet,
222
- Np as ApGrid,
223
- Er as ApImage,
224
- Lr as ApInputRadio,
225
- Lt as ApKeepAlive,
226
- Dt as ApKeepAliveProps,
227
- Nr as ApLabel,
228
- Rr as ApLabelGroup,
229
- Mr as ApLadder,
230
- _o as ApList,
231
- N as ApModal,
232
- tt as ApNeedNameKeyDefault,
233
- w as ApProCard,
234
- Ft as ApProductInfo,
235
- Ct as ApRadioGroup,
236
- Kr as ApSelectLayout,
237
- jt as ApSelectedItems,
238
- st as ApSizeInput,
239
- M as ApStatisticCard,
240
- Or as ApStatus,
241
- Ur as ApStatusGroup,
242
- ot as ApSummary,
243
- O as ApTable,
244
- er as ApTableModal,
245
- Wt as ApTag,
246
- Jt as ApTagGroup,
247
- Bp as ApText,
248
- kp as ApTextGroup,
249
- _r as ApTitle,
250
- Zo as ApTransformDataHelper,
251
- Zt as ApUpload,
252
- ft as ApUploadSingle,
253
- kt as ApValueSelectCard,
254
- Tt as ApView,
255
- dt as BatchInputGroup,
256
- L as CheckCard,
257
- Uo as CheckCardGroup,
258
- xe as ConfigProvider,
259
- H as DEFAULT_NAMESPACE,
260
- W as DEFAULT_UIMODE,
261
- jp as EditableAgGrid,
262
- Wp as EditableAgGridFormItem,
263
- yp as EditableGrid,
264
- wp as EditableGridFormItem,
265
- lp as EditableTable,
266
- xp as EditableTableFormItem,
267
- bp as FullScreen,
268
- cp as InternalScrollBar,
269
- K as LoadingBar,
270
- Nt as LruCacher,
271
- Up as Mask,
272
- Xt as NeedNameKeyDefault,
273
- Sp as Portal,
274
- Ep as ROW_SELECTION_FIELD,
275
- Xo as Render,
276
- Gp as ResizeObserver,
277
- ip as ScrollBar,
278
- Ip as ScrollView,
279
- V as Splitter,
280
- C as adminToken,
281
- G as aplusToken,
282
- $ as buildLocaleContext,
283
- ee as buildTranslator,
284
- Xr as computedRecords,
285
- q as configProviderContextKey,
286
- z as configProviderProps,
287
- Gr as convertExportField,
288
- ae as defaultNamespace,
289
- up as ensureRangeValue,
290
- Yr as flattenColumns,
291
- Et as forceStopTags,
292
- Zr as formatDataIndex,
293
- $r as formatNumber,
195
+ Do as ApFieldSlider,
196
+ no as ApFieldSwitch,
197
+ po as ApFieldText,
198
+ Fo as ApFieldTextArea,
199
+ Ro as ApFieldTreeSelect,
200
+ g as ApForm,
201
+ Ze as ApFormControlRender,
202
+ We as ApFormDependency,
203
+ Xe as ApFormDrawerForm,
204
+ Be as ApFormItem,
205
+ ct as ApFormItemBatchInput,
206
+ Ne as ApFormItemCheckbox,
207
+ Te as ApFormItemDate,
208
+ be as ApFormItemDateRange,
209
+ ke as ApFormItemGroup,
210
+ Ie as ApFormItemNumber,
211
+ Ge as ApFormItemRadio,
212
+ eo as ApFormItemRender,
213
+ Ee as ApFormItemSelect,
214
+ Tt as ApFormItemSizeInput,
215
+ Le as ApFormItemSwitch,
216
+ ie as ApFormItemText,
217
+ ce as ApFormItemTextArea,
218
+ ye as ApFormItemTextPassword,
219
+ we as ApFormItemTreeSelect,
220
+ Ue as ApFormList,
221
+ je as ApFormModalForm,
222
+ ro as ApFormProvider,
223
+ _e as ApFormSearchForm,
224
+ Je as ApFormSet,
225
+ Mp as ApGrid,
226
+ Rr as ApImage,
227
+ vr as ApInputRadio,
228
+ vt as ApKeepAlive,
229
+ Nt as ApKeepAliveProps,
230
+ Mr as ApLabel,
231
+ Br as ApLabelGroup,
232
+ Ur as ApLadder,
233
+ zo as ApList,
234
+ R as ApModal,
235
+ lt as ApNeedNameKeyDefault,
236
+ M as ApProCard,
237
+ bt as ApProductInfo,
238
+ Lt as ApRadioGroup,
239
+ _r as ApSelectLayout,
240
+ Qt as ApSelectedItems,
241
+ It as ApSizeInput,
242
+ B as ApStatisticCard,
243
+ jr as ApStatus,
244
+ Hr as ApStatusGroup,
245
+ mt as ApSummary,
246
+ U as ApTable,
247
+ ar as ApTableModal,
248
+ Yt as ApTag,
249
+ $t as ApTagGroup,
250
+ Vp as ApText,
251
+ zp as ApTextGroup,
252
+ qr as ApTitle,
253
+ tr as ApTransformDataHelper,
254
+ tp as ApUpload,
255
+ At as ApUploadSingle,
256
+ zt as ApValueSelectCard,
257
+ Et as ApView,
258
+ it as BatchInputGroup,
259
+ h as CheckCard,
260
+ Vo as CheckCardGroup,
261
+ ue as ConfigProvider,
262
+ W as DEFAULT_NAMESPACE,
263
+ q as DEFAULT_UIMODE,
264
+ Qp as EditableAgGrid,
265
+ Yp as EditableAgGridFormItem,
266
+ Kp as EditableGrid,
267
+ Op as EditableGridFormItem,
268
+ sp as EditableTable,
269
+ np as EditableTableFormItem,
270
+ Pp as FullScreen,
271
+ Sp as InternalScrollBar,
272
+ k as LoadingBar,
273
+ Mt as LruCacher,
274
+ Hp as Mask,
275
+ op as NeedNameKeyDefault,
276
+ Dp as Portal,
277
+ Rp as ROW_SELECTION_FIELD,
278
+ Yo as Render,
279
+ hp as ResizeObserver,
280
+ gp as ScrollBar,
281
+ Cp as ScrollView,
282
+ _ as Splitter,
283
+ $o as TimeAgo,
284
+ G as adminToken,
285
+ D as aplusToken,
286
+ ee as buildLocaleContext,
287
+ oe as buildTranslator,
288
+ ot as computedRecords,
289
+ J as configProviderContextKey,
290
+ j as configProviderProps,
291
+ hr as convertExportField,
292
+ me as defaultNamespace,
293
+ Fp as ensureRangeValue,
294
+ rt as flattenColumns,
295
+ Rt as forceStopTags,
296
+ tt as formatDataIndex,
297
+ pt as formatNumber,
294
298
  Ae as globalConfigCached,
295
- br as handleExportDownload,
296
- wt as isNameMatches,
297
- Q as keysOf,
298
- oe as localeContextKey,
299
- vr as locales,
300
- me as namespaceContextKey,
301
- X as provideGlobalConfig,
302
- Lp as toTreeArray,
303
- re as translate,
304
- Ut as useAgGridModal,
305
- _t as useAgGridSelectModal,
306
- yt as useApKeepAliveInject,
307
- fe as useGetDerivedNamespace,
308
- Y as useGlobalConfig,
309
- te as useLocale,
310
- le as useNamespace,
311
- Jr as usePageListAgGrid,
312
- Wr as usePageListApGrid,
313
- jr as usePageListApTable,
314
- rr as useTableModal,
315
- mp as useTablePaging,
316
- pr as useTableSelectModal
299
+ Pr as handleExportDownload,
300
+ Ot as isNameMatches,
301
+ X as keysOf,
302
+ re as localeContextKey,
303
+ kr as locales,
304
+ fe as namespaceContextKey,
305
+ Y as provideGlobalConfig,
306
+ vp as toTreeArray,
307
+ te as translate,
308
+ Ht as useAgGridModal,
309
+ qt as useAgGridSelectModal,
310
+ Kt as useApKeepAliveInject,
311
+ le as useGetDerivedNamespace,
312
+ Z as useGlobalConfig,
313
+ pe as useLocale,
314
+ de as useNamespace,
315
+ $r as usePageListAgGrid,
316
+ Yr as usePageListApGrid,
317
+ Qr as usePageListApTable,
318
+ fr as useTableModal,
319
+ up as useTablePaging,
320
+ dr as useTableSelectModal,
321
+ or as useTimeAgo
317
322
  };