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