@aplus-frontend/ui 7.3.3 → 7.4.0

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