@aplus-frontend/ui 6.20.0 → 6.21.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 (77) hide show
  1. package/es/index.mjs +159 -155
  2. package/es/src/ap-field/hooks/use-default-presets.d.ts +1 -0
  3. package/es/src/ap-field/hooks/use-default-presets.mjs +18 -12
  4. package/es/src/ap-pro-card/components/card/index.vue.d.ts +25 -0
  5. package/es/src/ap-pro-card/components/card/index.vue.mjs +4 -0
  6. package/es/src/ap-pro-card/components/card/index.vue2.mjs +226 -0
  7. package/es/src/ap-pro-card/index.d.ts +42 -0
  8. package/es/src/ap-pro-card/index.mjs +7 -0
  9. package/es/src/ap-pro-card/interface.d.ts +61 -0
  10. package/es/src/ap-pro-card/style/css.d.ts +0 -0
  11. package/es/src/ap-pro-card/style/css.js +1 -0
  12. package/es/src/ap-pro-card/style/index.d.ts +0 -0
  13. package/es/src/ap-pro-card/style/index.js +1 -0
  14. package/es/src/ap-pro-card/utils/css-var.d.ts +17 -0
  15. package/es/src/ap-pro-card/utils/css-var.mjs +29 -0
  16. package/es/src/business/ap-value-select-card/index.d.ts +8 -0
  17. package/es/src/business/ap-value-select-card/index.mjs +9 -0
  18. package/es/src/business/ap-value-select-card/index.vue.d.ts +48 -0
  19. package/es/src/business/ap-value-select-card/index.vue.mjs +4 -0
  20. package/es/src/business/ap-value-select-card/index.vue2.mjs +186 -0
  21. package/es/src/business/ap-value-select-card/interface.d.ts +107 -0
  22. package/es/src/business/ap-value-select-card/interface.mjs +1 -0
  23. package/es/src/business/ap-value-select-card/style/css.d.ts +0 -0
  24. package/es/src/business/ap-value-select-card/style/css.js +1 -0
  25. package/es/src/business/ap-value-select-card/style/index.d.ts +0 -0
  26. package/es/src/business/ap-value-select-card/style/index.js +1 -0
  27. package/es/src/business/ap-value-select-card/utils.d.ts +7 -0
  28. package/es/src/business/ap-value-select-card/utils.mjs +9 -0
  29. package/es/src/business/index.d.ts +1 -0
  30. package/es/src/business/index.mjs +15 -13
  31. package/es/src/index.d.ts +1 -0
  32. package/es/src/index.mjs +275 -271
  33. package/es/src/path-map.mjs +3 -1
  34. package/es/src/version.d.ts +1 -1
  35. package/es/src/version.mjs +1 -1
  36. package/lib/index.js +1 -1
  37. package/lib/src/ap-field/hooks/use-default-presets.d.ts +1 -0
  38. package/lib/src/ap-field/hooks/use-default-presets.js +1 -1
  39. package/lib/src/ap-pro-card/components/card/index.vue.d.ts +25 -0
  40. package/lib/src/ap-pro-card/components/card/index.vue.js +1 -0
  41. package/lib/src/ap-pro-card/components/card/index.vue2.js +1 -0
  42. package/lib/src/ap-pro-card/index.d.ts +42 -0
  43. package/lib/src/ap-pro-card/index.js +1 -0
  44. package/lib/src/ap-pro-card/interface.d.ts +61 -0
  45. package/lib/src/ap-pro-card/style/css.cjs +1 -0
  46. package/lib/src/ap-pro-card/style/css.d.ts +0 -0
  47. package/lib/src/ap-pro-card/style/index.cjs +1 -0
  48. package/lib/src/ap-pro-card/style/index.d.ts +0 -0
  49. package/lib/src/ap-pro-card/utils/css-var.d.ts +17 -0
  50. package/lib/src/ap-pro-card/utils/css-var.js +1 -0
  51. package/lib/src/business/ap-value-select-card/index.d.ts +8 -0
  52. package/lib/src/business/ap-value-select-card/index.js +1 -0
  53. package/lib/src/business/ap-value-select-card/index.vue.d.ts +48 -0
  54. package/lib/src/business/ap-value-select-card/index.vue.js +1 -0
  55. package/lib/src/business/ap-value-select-card/index.vue2.js +1 -0
  56. package/lib/src/business/ap-value-select-card/interface.d.ts +107 -0
  57. package/lib/src/business/ap-value-select-card/interface.js +1 -0
  58. package/lib/src/business/ap-value-select-card/style/css.cjs +1 -0
  59. package/lib/src/business/ap-value-select-card/style/css.d.ts +0 -0
  60. package/lib/src/business/ap-value-select-card/style/index.cjs +1 -0
  61. package/lib/src/business/ap-value-select-card/style/index.d.ts +0 -0
  62. package/lib/src/business/ap-value-select-card/utils.d.ts +7 -0
  63. package/lib/src/business/ap-value-select-card/utils.js +1 -0
  64. package/lib/src/business/index.d.ts +1 -0
  65. package/lib/src/business/index.js +1 -1
  66. package/lib/src/index.d.ts +1 -0
  67. package/lib/src/index.js +1 -1
  68. package/lib/src/path-map.js +1 -1
  69. package/lib/src/version.d.ts +1 -1
  70. package/lib/src/version.js +1 -1
  71. package/package.json +3 -3
  72. package/theme/ap-pro-card/index.css +259 -0
  73. package/theme/ap-pro-card/index.less +129 -0
  74. package/theme/ap-value-select-card/index.css +163 -0
  75. package/theme/ap-value-select-card/index.less +157 -0
  76. package/theme/index.css +330 -0
  77. package/theme/index.less +2 -0
package/es/src/index.mjs CHANGED
@@ -2,7 +2,7 @@ import { APConfigProvider as T } from "./config-provider/index.mjs";
2
2
  import { ApForm as C } from "./ap-form/index.mjs";
3
3
  import { ApField as g } from "./ap-field/index.mjs";
4
4
  import { adminToken as G, aplusToken as h } from "./design-token/index.mjs";
5
- import { ApActionItem as P } from "./ap-action/index.mjs";
5
+ import { ApActionItem as E } from "./ap-action/index.mjs";
6
6
  import "./work-order-modal/index.mjs";
7
7
  import "./ap-tag/index.mjs";
8
8
  import "./ap-upload/index.mjs";
@@ -12,8 +12,9 @@ import { ApModal as y } from "./ap-modal/index.mjs";
12
12
  import "./ap-list/index.mjs";
13
13
  import "./ap-button/index.mjs";
14
14
  import { ApDrawer as v } from "./ap-drawer/index.mjs";
15
+ import { ApProCard as k } from "./ap-pro-card/index.mjs";
15
16
  import "./business/index.mjs";
16
- import { ApTable as k } from "./ap-table/index.mjs";
17
+ import { ApTable as K } from "./ap-table/index.mjs";
17
18
  import "./editable-table/index.mjs";
18
19
  import "./ap-descriptions/index.mjs";
19
20
  import "./scroll-bar/index.mjs";
@@ -24,282 +25,285 @@ import "./resize-observer/index.mjs";
24
25
  import "./ap-grid/index.mjs";
25
26
  import "./text/index.mjs";
26
27
  import "./mask/index.mjs";
27
- import { Splitter as K } from "./splitter/index.mjs";
28
- import { configProviderProps as U } from "./config-provider/config-provider-props.mjs";
29
- import { DEFAULT_NAMESPACE as V, DEFAULT_UIMODE as W, configProviderContextKey as z } from "./config-provider/constants.mjs";
30
- import { keysOf as H, provideGlobalConfig as q, useGlobalConfig as J } from "./config-provider/hooks/use-global-config.mjs";
31
- import { buildLocaleContext as X, buildTranslator as Y, localeContextKey as Z, translate as $, useLocale as ee } from "./config-provider/hooks/use-locale.mjs";
32
- import { defaultNamespace as re, namespaceContextKey as te, useGetDerivedNamespace as pe, useNamespace as ae } from "./config-provider/hooks/use-namespace.mjs";
33
- import { ConfigProvider as fe, globalConfigCached as le } from "./config-provider/config-provider.mjs";
34
- import { ApFormItemText as de } from "./ap-form/items/text/index.mjs";
35
- import { default as Ae } 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 ce } from "./ap-form/items/date/index.vue.mjs";
38
- import { default as Ie } from "./ap-form/items/date-range/index.vue.mjs";
39
- import { default as be } from "./ap-form/items/radio/index.vue.mjs";
40
- import { default as Se } from "./ap-form/items/select/index.vue.mjs";
41
- import { default as De } from "./ap-form/items/switch/index.vue.mjs";
42
- import { default as he } from "./ap-form/items/checkbox/index.vue.mjs";
43
- import { default as Pe } from "./ap-form/items/text/password.vue.mjs";
44
- import { default as Ne } from "./ap-form/items/tree-select/index.vue.mjs";
45
- import { default as ye } from "./ap-form/item/index.vue.mjs";
46
- import { default as ve } from "./ap-form/item-group/index.vue.mjs";
47
- import { default as ke } from "./ap-form/list/index.vue.mjs";
48
- import { default as Ke } from "./ap-form/search-form/index.vue.mjs";
49
- import { default as Ue } from "./ap-form/modal-form/index.vue.mjs";
50
- import { default as Ve } from "./ap-form/dependency/index.vue.mjs";
51
- import { default as ze } from "./ap-form/set/index.vue.mjs";
52
- import { default as He } from "./ap-form/drawer-form/index.vue.mjs";
53
- import { default as Je } from "./ap-form/render/control.vue.mjs";
54
- import { default as Xe } from "./ap-form/render/item.vue.mjs";
55
- import { default as Ze } from "./ap-form/provider/index.vue.mjs";
56
- import { ApFieldText as eo } from "./ap-field/text/index.mjs";
57
- import { default as ro } from "./ap-field/checkbox/index.vue.mjs";
58
- import { default as po } from "./ap-field/date/index.vue.mjs";
59
- import { default as mo } from "./ap-field/number/index.vue.mjs";
60
- import { default as lo } from "./ap-field/radio/index.vue.mjs";
61
- import { default as uo } from "./ap-field/switch/index.vue.mjs";
62
- import { default as so } from "./ap-field/text-area/index.vue.mjs";
63
- import { default as no } from "./ap-field/date-range/index.vue.mjs";
64
- import { default as Fo } from "./ap-field/select/index.vue.mjs";
65
- import { default as To } from "./ap-field/text/password.vue.mjs";
66
- import { default as Co } from "./ap-field/slider/index.vue.mjs";
67
- import { default as go } from "./ap-field/segmented/index.vue.mjs";
68
- import { default as Go } from "./ap-field/rate/index.vue.mjs";
69
- import { default as Eo } from "./ap-field/tree-select/index.vue.mjs";
70
- import { default as Lo } from "./ap-action/item-modal/index.vue.mjs";
71
- import { default as Ro } from "./ap-action/item-popconfirm/index.vue.mjs";
72
- import { default as Mo } from "./ap-action/item-dropdown/index.vue.mjs";
73
- import { default as wo } from "./ap-action/group/index.vue.mjs";
74
- import { DictCode as Bo, langMap as Ko } from "./work-order-modal/interfaces.mjs";
75
- import { createWorkOrderModal as Uo } from "./work-order-modal/createWorkOrder.mjs";
76
- import { default as Vo } from "./work-order-modal/work-order-modal.vue.mjs";
77
- import { default as zo } from "./ap-tag/ap-tag.vue.mjs";
78
- import { default as Ho } from "./ap-tag/ap-tag-group.vue.mjs";
79
- import { NeedNameKeyDefault as Jo } from "./ap-upload/apUploadTypes.mjs";
80
- import { default as Xo } from "./ap-upload/apUpload.vue.mjs";
81
- import { ApDownLoadNeedNameKeyDefault as Zo } from "./ap-download/interface.mjs";
82
- import { default as er } from "./ap-download/ap-download.vue.mjs";
83
- import { default as rr } from "./check-card/group.vue.mjs";
84
- import { default as pr } from "./ap-list/index.vue.mjs";
85
- import { default as mr } from "./ap-button/ap-button.vue.mjs";
86
- import { default as lr } from "./ap-button/ap-action-button.vue.mjs";
87
- import { default as dr } from "./ap-button/ap-confirm-button.vue.mjs";
88
- import { ApTransformDataHelper as Ar } from "./utils/ap-trans-data/index.mjs";
89
- import { default as ir } from "./business/ap-table-modal/index.mjs";
90
- import { useTableModal as cr } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
91
- import { useTableSelectModal as Ir } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
92
- import { ApAttachment as br } from "./business/ap-attachment/index.mjs";
93
- import { ApBatchAction as Sr } from "./business/ap-batch-action/index.mjs";
94
- import { ApBatchActionGroup as Dr } from "./business/ap-batch-action-group/index.mjs";
95
- import { ApButtonGroup as hr } from "./business/ap-button-group/index.mjs";
96
- import { ApCard as Pr } from "./business/ap-card/index.mjs";
97
- import { ApExpandAlert as Nr } from "./business/ap-expand-alert/index.mjs";
98
- import { ApExportGroupActionType as yr } from "./business/ap-export-group/interface.mjs";
99
- import { ApExportGroup as vr } from "./business/ap-export-group/index.mjs";
100
- import { handleExportDownload as kr } from "./business/ap-export-group/handleExportDownload.mjs";
101
- import { convertExportField as Kr } from "./business/ap-export-group/convertExportField.mjs";
102
- import { ApImage as Ur } from "./business/ap-image/index.mjs";
103
- import { ApInputRadio as Vr } from "./business/ap-input-radio/index.mjs";
104
- import { ApLabel as zr, ApLabelGroup as jr } from "./business/ap-label/index.mjs";
105
- import { locales as qr } from "./business/ap-ladder/interface.mjs";
106
- import { ApLadder as Qr } from "./business/ap-ladder/index.mjs";
107
- import { ApSelectLayout as Yr } from "./business/ap-select-layout/index.mjs";
108
- import { ApStatus as $r, ApStatusGroup as et } from "./business/ap-status/index.mjs";
109
- import { ApTitle as rt } from "./business/ap-title/index.mjs";
110
- import { usePageListApTable as pt } from "./business/hooks/usePageListApTable.mjs";
111
- import { useTableRefresh as mt } from "./business/hooks/useTableRefresh.mjs";
112
- import { usePageListApGrid as lt } from "./business/hooks/usePageListApGrid.mjs";
113
- import { useGridRefresh as dt } from "./business/hooks/useGridRefresh.mjs";
114
- import { computedRecords as At, flattenColumns as st, formatDataIndex as it, formatNumber as nt } from "./business/ap-summary/utils.mjs";
115
- import { ApSummary as Ft } from "./business/ap-summary/index.mjs";
116
- import { ApNeedNameKeyDefault as Tt } from "./business/ap-appendix/interface.mjs";
117
- import { ApAppendix as Ct } from "./business/ap-appendix/index.mjs";
118
- import { default as gt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
119
- import { default as Gt } from "./business/batch-input-group/index.vue.mjs";
120
- import { default as Et } from "./business/batch-input-group/form-item.vue.mjs";
121
- import { ApSizeInput as Lt } from "./business/ap-size-input/index.mjs";
122
- import { ApProductInfo as Rt } from "./business/ap-product-info/index.mjs";
123
- import { ApCopy as Mt } from "./business/ap-copy/index.mjs";
124
- import { ApView as wt } from "./business/ap-view/index.mjs";
125
- import { ApRadioGroup as Bt } from "./business/ap-radio-group/index.mjs";
126
- import { ApKeepAliveProps as Ot, forceStopTags as Ut } from "./business/ap-keep-alive/interface.mjs";
127
- import { ApKeepAlive as Vt } from "./business/ap-keep-alive/index.mjs";
128
- import { LruCacher as zt } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
129
- import { useApKeepAliveInject as Ht } from "./business/ap-keep-alive/hook.mjs";
130
- import { matches as Jt } from "./business/ap-keep-alive/utils.mjs";
131
- import { ApDraggableGrid as Xt } from "./business/ap-draggable-grid/index.mjs";
132
- import { useTablePaging as Zt } from "./ap-table/hooks/use-table-paging.mjs";
133
- import { default as ep } from "./editable-table/index.vue.mjs";
134
- import { default as rp } from "./editable-table/form-item.vue.mjs";
135
- import { default as pp } from "./ap-descriptions/ap-descriptions.vue.mjs";
136
- import { ensureRangeValue as mp } from "./scroll-bar/utils/index.mjs";
137
- import { default as lp } from "./scroll-bar/index.vue.mjs";
138
- import { default as dp } from "./scroll-bar/internal.vue.mjs";
139
- import { default as Ap } from "./scroll-view/index.vue.mjs";
140
- import { default as ip } from "./portal/index.vue.mjs";
141
- import { default as cp } from "./full-screen/index.vue.mjs";
142
- import { default as Ip } from "./resize-observer/index.vue.mjs";
143
- import { ROW_SELECTION_FIELD as bp } from "./ap-grid/constants.mjs";
144
- import { toTreeArray as Sp } from "./ap-grid/utils/to-tree-array.mjs";
145
- import { default as Dp } from "./ap-grid/index.vue.mjs";
146
- import { default as hp } from "./ap-grid/editable/index.vue.mjs";
147
- import { default as Pp } from "./ap-grid/editable/form-item.vue.mjs";
148
- import { default as Np } from "./text/index.vue.mjs";
149
- import { default as yp } from "./text/group.vue.mjs";
150
- import { default as vp } from "./mask/index.vue.mjs";
28
+ import { Splitter as U } from "./splitter/index.mjs";
29
+ import { configProviderProps as _ } from "./config-provider/config-provider-props.mjs";
30
+ import { DEFAULT_NAMESPACE as z, DEFAULT_UIMODE as j, configProviderContextKey as H } from "./config-provider/constants.mjs";
31
+ import { keysOf as J, provideGlobalConfig as Q, useGlobalConfig as X } from "./config-provider/hooks/use-global-config.mjs";
32
+ import { buildLocaleContext as Z, buildTranslator as $, localeContextKey as ee, translate as oe, useLocale as re } from "./config-provider/hooks/use-locale.mjs";
33
+ import { defaultNamespace as pe, namespaceContextKey as ae, useGetDerivedNamespace as me, useNamespace as fe } from "./config-provider/hooks/use-namespace.mjs";
34
+ import { ConfigProvider as xe, globalConfigCached as de } from "./config-provider/config-provider.mjs";
35
+ import { ApFormItemText as Ae } from "./ap-form/items/text/index.mjs";
36
+ import { default as ie } from "./ap-form/items/text-area/index.vue.mjs";
37
+ import { default as ce } from "./ap-form/items/number/index.vue.mjs";
38
+ import { default as Ie } from "./ap-form/items/date/index.vue.mjs";
39
+ import { default as be } from "./ap-form/items/date-range/index.vue.mjs";
40
+ import { default as Se } from "./ap-form/items/radio/index.vue.mjs";
41
+ import { default as De } from "./ap-form/items/select/index.vue.mjs";
42
+ import { default as he } from "./ap-form/items/switch/index.vue.mjs";
43
+ import { default as Ee } from "./ap-form/items/checkbox/index.vue.mjs";
44
+ import { default as Ne } from "./ap-form/items/text/password.vue.mjs";
45
+ import { default as ye } from "./ap-form/items/tree-select/index.vue.mjs";
46
+ import { default as ve } from "./ap-form/item/index.vue.mjs";
47
+ import { default as ke } from "./ap-form/item-group/index.vue.mjs";
48
+ import { default as Ke } from "./ap-form/list/index.vue.mjs";
49
+ import { default as Ue } from "./ap-form/search-form/index.vue.mjs";
50
+ import { default as _e } from "./ap-form/modal-form/index.vue.mjs";
51
+ import { default as ze } from "./ap-form/dependency/index.vue.mjs";
52
+ import { default as He } from "./ap-form/set/index.vue.mjs";
53
+ import { default as Je } from "./ap-form/drawer-form/index.vue.mjs";
54
+ import { default as Xe } from "./ap-form/render/control.vue.mjs";
55
+ import { default as Ze } from "./ap-form/render/item.vue.mjs";
56
+ import { default as eo } from "./ap-form/provider/index.vue.mjs";
57
+ import { ApFieldText as ro } from "./ap-field/text/index.mjs";
58
+ import { default as po } from "./ap-field/checkbox/index.vue.mjs";
59
+ import { default as mo } from "./ap-field/date/index.vue.mjs";
60
+ import { default as lo } from "./ap-field/number/index.vue.mjs";
61
+ import { default as uo } from "./ap-field/radio/index.vue.mjs";
62
+ import { default as so } from "./ap-field/switch/index.vue.mjs";
63
+ import { default as no } from "./ap-field/text-area/index.vue.mjs";
64
+ import { default as Fo } from "./ap-field/date-range/index.vue.mjs";
65
+ import { default as To } from "./ap-field/select/index.vue.mjs";
66
+ import { default as Co } from "./ap-field/text/password.vue.mjs";
67
+ import { default as go } from "./ap-field/slider/index.vue.mjs";
68
+ import { default as Go } from "./ap-field/segmented/index.vue.mjs";
69
+ import { default as Po } from "./ap-field/rate/index.vue.mjs";
70
+ import { default as Lo } from "./ap-field/tree-select/index.vue.mjs";
71
+ import { default as Ro } from "./ap-action/item-modal/index.vue.mjs";
72
+ import { default as Mo } from "./ap-action/item-popconfirm/index.vue.mjs";
73
+ import { default as wo } from "./ap-action/item-dropdown/index.vue.mjs";
74
+ import { default as Bo } from "./ap-action/group/index.vue.mjs";
75
+ import { DictCode as Oo, langMap as Uo } from "./work-order-modal/interfaces.mjs";
76
+ import { createWorkOrderModal as _o } from "./work-order-modal/createWorkOrder.mjs";
77
+ import { default as zo } from "./work-order-modal/work-order-modal.vue.mjs";
78
+ import { default as Ho } from "./ap-tag/ap-tag.vue.mjs";
79
+ import { default as Jo } from "./ap-tag/ap-tag-group.vue.mjs";
80
+ import { NeedNameKeyDefault as Xo } from "./ap-upload/apUploadTypes.mjs";
81
+ import { default as Zo } from "./ap-upload/apUpload.vue.mjs";
82
+ import { ApDownLoadNeedNameKeyDefault as er } from "./ap-download/interface.mjs";
83
+ import { default as rr } from "./ap-download/ap-download.vue.mjs";
84
+ import { default as pr } from "./check-card/group.vue.mjs";
85
+ import { default as mr } from "./ap-list/index.vue.mjs";
86
+ import { default as lr } from "./ap-button/ap-button.vue.mjs";
87
+ import { default as dr } from "./ap-button/ap-action-button.vue.mjs";
88
+ import { default as Ar } from "./ap-button/ap-confirm-button.vue.mjs";
89
+ import { ApTransformDataHelper as ir } from "./utils/ap-trans-data/index.mjs";
90
+ import { default as cr } from "./business/ap-table-modal/index.mjs";
91
+ import { useTableModal as Ir } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
92
+ import { useTableSelectModal as br } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
93
+ import { ApAttachment as Sr } from "./business/ap-attachment/index.mjs";
94
+ import { ApBatchAction as Dr } from "./business/ap-batch-action/index.mjs";
95
+ import { ApBatchActionGroup as hr } from "./business/ap-batch-action-group/index.mjs";
96
+ import { ApButtonGroup as Er } from "./business/ap-button-group/index.mjs";
97
+ import { ApCard as Nr } from "./business/ap-card/index.mjs";
98
+ import { ApExpandAlert as yr } from "./business/ap-expand-alert/index.mjs";
99
+ import { ApExportGroupActionType as vr } from "./business/ap-export-group/interface.mjs";
100
+ import { ApExportGroup as kr } from "./business/ap-export-group/index.mjs";
101
+ import { handleExportDownload as Kr } from "./business/ap-export-group/handleExportDownload.mjs";
102
+ import { convertExportField as Ur } from "./business/ap-export-group/convertExportField.mjs";
103
+ import { ApImage as _r } from "./business/ap-image/index.mjs";
104
+ import { ApInputRadio as zr } from "./business/ap-input-radio/index.mjs";
105
+ import { ApLabel as Hr, ApLabelGroup as qr } from "./business/ap-label/index.mjs";
106
+ import { locales as Qr } from "./business/ap-ladder/interface.mjs";
107
+ import { ApLadder as Yr } from "./business/ap-ladder/index.mjs";
108
+ import { ApSelectLayout as $r } from "./business/ap-select-layout/index.mjs";
109
+ import { ApStatus as ot, ApStatusGroup as rt } from "./business/ap-status/index.mjs";
110
+ import { ApTitle as pt } from "./business/ap-title/index.mjs";
111
+ import { usePageListApTable as mt } from "./business/hooks/usePageListApTable.mjs";
112
+ import { useTableRefresh as lt } from "./business/hooks/useTableRefresh.mjs";
113
+ import { usePageListApGrid as dt } from "./business/hooks/usePageListApGrid.mjs";
114
+ import { useGridRefresh as At } from "./business/hooks/useGridRefresh.mjs";
115
+ import { computedRecords as it, flattenColumns as nt, formatDataIndex as ct, formatNumber as Ft } from "./business/ap-summary/utils.mjs";
116
+ import { ApSummary as Tt } from "./business/ap-summary/index.mjs";
117
+ import { ApNeedNameKeyDefault as Ct } from "./business/ap-appendix/interface.mjs";
118
+ import { ApAppendix as gt } from "./business/ap-appendix/index.mjs";
119
+ import { default as Gt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
120
+ import { default as Pt } from "./business/batch-input-group/index.vue.mjs";
121
+ import { default as Lt } from "./business/batch-input-group/form-item.vue.mjs";
122
+ import { ApSizeInput as Rt } from "./business/ap-size-input/index.mjs";
123
+ import { ApProductInfo as Mt } from "./business/ap-product-info/index.mjs";
124
+ import { ApCopy as wt } from "./business/ap-copy/index.mjs";
125
+ import { ApView as Bt } from "./business/ap-view/index.mjs";
126
+ import { ApRadioGroup as Ot } from "./business/ap-radio-group/index.mjs";
127
+ import { ApKeepAliveProps as Vt, forceStopTags as _t } from "./business/ap-keep-alive/interface.mjs";
128
+ import { ApKeepAlive as zt } from "./business/ap-keep-alive/index.mjs";
129
+ import { LruCacher as Ht } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
130
+ import { useApKeepAliveInject as Jt } from "./business/ap-keep-alive/hook.mjs";
131
+ import { matches as Xt } from "./business/ap-keep-alive/utils.mjs";
132
+ import { ApDraggableGrid as Zt } from "./business/ap-draggable-grid/index.mjs";
133
+ import { ApValueSelectCard as ep } from "./business/ap-value-select-card/index.mjs";
134
+ import { useTablePaging as rp } from "./ap-table/hooks/use-table-paging.mjs";
135
+ import { default as pp } from "./editable-table/index.vue.mjs";
136
+ import { default as mp } from "./editable-table/form-item.vue.mjs";
137
+ import { default as lp } from "./ap-descriptions/ap-descriptions.vue.mjs";
138
+ import { ensureRangeValue as dp } from "./scroll-bar/utils/index.mjs";
139
+ import { default as Ap } from "./scroll-bar/index.vue.mjs";
140
+ import { default as ip } from "./scroll-bar/internal.vue.mjs";
141
+ import { default as cp } from "./scroll-view/index.vue.mjs";
142
+ import { default as Ip } from "./portal/index.vue.mjs";
143
+ import { default as bp } from "./full-screen/index.vue.mjs";
144
+ import { default as Sp } from "./resize-observer/index.vue.mjs";
145
+ import { ROW_SELECTION_FIELD as Dp } from "./ap-grid/constants.mjs";
146
+ import { toTreeArray as hp } from "./ap-grid/utils/to-tree-array.mjs";
147
+ import { default as Ep } from "./ap-grid/index.vue.mjs";
148
+ import { default as Np } from "./ap-grid/editable/index.vue.mjs";
149
+ import { default as yp } from "./ap-grid/editable/form-item.vue.mjs";
150
+ import { default as vp } from "./text/index.vue.mjs";
151
+ import { default as kp } from "./text/group.vue.mjs";
152
+ import { default as Kp } from "./mask/index.vue.mjs";
151
153
  export {
152
154
  T as APConfigProvider,
153
- lr as ApActionButton,
154
- wo as ApActionGroup,
155
- P as ApActionItem,
156
- Mo as ApActionItemDropdown,
157
- Lo as ApActionItemModal,
158
- Ro as ApActionItemPopconfirm,
159
- Ct as ApAppendix,
160
- br as ApAttachment,
161
- Sr as ApBatchAction,
162
- Dr as ApBatchActionGroup,
163
- mr as ApButton,
164
- hr as ApButtonGroup,
165
- Pr as ApCard,
166
- dr as ApConfirmButton,
167
- Mt as ApCopy,
168
- pp as ApDescriptions,
169
- Zo as ApDownLoadNeedNameKeyDefault,
170
- er as ApDownload,
171
- Xt as ApDraggableGrid,
155
+ dr as ApActionButton,
156
+ Bo as ApActionGroup,
157
+ E as ApActionItem,
158
+ wo as ApActionItemDropdown,
159
+ Ro as ApActionItemModal,
160
+ Mo as ApActionItemPopconfirm,
161
+ gt as ApAppendix,
162
+ Sr as ApAttachment,
163
+ Dr as ApBatchAction,
164
+ hr as ApBatchActionGroup,
165
+ lr as ApButton,
166
+ Er as ApButtonGroup,
167
+ Nr as ApCard,
168
+ Ar as ApConfirmButton,
169
+ wt as ApCopy,
170
+ lp as ApDescriptions,
171
+ er as ApDownLoadNeedNameKeyDefault,
172
+ rr as ApDownload,
173
+ Zt as ApDraggableGrid,
172
174
  v as ApDrawer,
173
- Nr as ApExpandAlert,
174
- vr as ApExportGroup,
175
- yr as ApExportGroupActionType,
175
+ yr as ApExpandAlert,
176
+ kr as ApExportGroup,
177
+ vr as ApExportGroupActionType,
176
178
  g as ApField,
177
- ro as ApFieldCheckbox,
178
- po as ApFieldDate,
179
- no as ApFieldDateRange,
180
- mo as ApFieldNumber,
181
- To as ApFieldPassword,
182
- lo as ApFieldRadio,
183
- Go as ApFieldRate,
184
- go as ApFieldSegmented,
185
- Fo as ApFieldSelect,
186
- Co as ApFieldSlider,
187
- uo as ApFieldSwitch,
188
- eo as ApFieldText,
189
- so as ApFieldTextArea,
190
- Eo as ApFieldTreeSelect,
179
+ po as ApFieldCheckbox,
180
+ mo as ApFieldDate,
181
+ Fo as ApFieldDateRange,
182
+ lo as ApFieldNumber,
183
+ Co as ApFieldPassword,
184
+ uo as ApFieldRadio,
185
+ Po as ApFieldRate,
186
+ Go as ApFieldSegmented,
187
+ To as ApFieldSelect,
188
+ go as ApFieldSlider,
189
+ so as ApFieldSwitch,
190
+ ro as ApFieldText,
191
+ no as ApFieldTextArea,
192
+ Lo as ApFieldTreeSelect,
191
193
  C as ApForm,
192
- Je as ApFormControlRender,
193
- Ve as ApFormDependency,
194
- He as ApFormDrawerForm,
195
- ye as ApFormItem,
196
- Et as ApFormItemBatchInput,
197
- he as ApFormItemCheckbox,
198
- ce as ApFormItemDate,
199
- Ie as ApFormItemDateRange,
200
- ve as ApFormItemGroup,
201
- ie as ApFormItemNumber,
202
- be as ApFormItemRadio,
203
- Xe as ApFormItemRender,
204
- Se as ApFormItemSelect,
205
- De as ApFormItemSwitch,
206
- de as ApFormItemText,
207
- Ae as ApFormItemTextArea,
208
- Pe as ApFormItemTextPassword,
209
- Ne as ApFormItemTreeSelect,
210
- ke as ApFormList,
211
- Ue as ApFormModalForm,
212
- Ze as ApFormProvider,
213
- Ke as ApFormSearchForm,
214
- ze as ApFormSet,
215
- Dp as ApGrid,
216
- Ur as ApImage,
217
- Vr as ApInputRadio,
218
- Vt as ApKeepAlive,
219
- Ot as ApKeepAliveProps,
220
- zr as ApLabel,
221
- jr as ApLabelGroup,
222
- Qr as ApLadder,
223
- pr as ApList,
194
+ Xe as ApFormControlRender,
195
+ ze as ApFormDependency,
196
+ Je as ApFormDrawerForm,
197
+ ve as ApFormItem,
198
+ Lt as ApFormItemBatchInput,
199
+ Ee as ApFormItemCheckbox,
200
+ Ie as ApFormItemDate,
201
+ be as ApFormItemDateRange,
202
+ ke as ApFormItemGroup,
203
+ ce as ApFormItemNumber,
204
+ Se as ApFormItemRadio,
205
+ Ze as ApFormItemRender,
206
+ De as ApFormItemSelect,
207
+ he as ApFormItemSwitch,
208
+ Ae as ApFormItemText,
209
+ ie as ApFormItemTextArea,
210
+ Ne as ApFormItemTextPassword,
211
+ ye as ApFormItemTreeSelect,
212
+ Ke as ApFormList,
213
+ _e as ApFormModalForm,
214
+ eo as ApFormProvider,
215
+ Ue as ApFormSearchForm,
216
+ He as ApFormSet,
217
+ Ep as ApGrid,
218
+ _r as ApImage,
219
+ zr as ApInputRadio,
220
+ zt as ApKeepAlive,
221
+ Vt as ApKeepAliveProps,
222
+ Hr as ApLabel,
223
+ qr as ApLabelGroup,
224
+ Yr as ApLadder,
225
+ mr as ApList,
224
226
  y as ApModal,
225
- Tt as ApNeedNameKeyDefault,
226
- Rt as ApProductInfo,
227
- Bt as ApRadioGroup,
228
- Yr as ApSelectLayout,
229
- Lt as ApSizeInput,
230
- $r as ApStatus,
231
- et as ApStatusGroup,
232
- Ft as ApSummary,
233
- k as ApTable,
234
- ir as ApTableModal,
235
- zo as ApTag,
236
- Ho as ApTagGroup,
237
- Np as ApText,
238
- yp as ApTextGroup,
239
- rt as ApTitle,
240
- Ar as ApTransformDataHelper,
241
- Xo as ApUpload,
242
- gt as ApUploadSingle,
243
- wt as ApView,
244
- Gt as BatchInputGroup,
227
+ Ct as ApNeedNameKeyDefault,
228
+ k as ApProCard,
229
+ Mt as ApProductInfo,
230
+ Ot as ApRadioGroup,
231
+ $r as ApSelectLayout,
232
+ Rt as ApSizeInput,
233
+ ot as ApStatus,
234
+ rt as ApStatusGroup,
235
+ Tt as ApSummary,
236
+ K as ApTable,
237
+ cr as ApTableModal,
238
+ Ho as ApTag,
239
+ Jo as ApTagGroup,
240
+ vp as ApText,
241
+ kp as ApTextGroup,
242
+ pt as ApTitle,
243
+ ir as ApTransformDataHelper,
244
+ Zo as ApUpload,
245
+ Gt as ApUploadSingle,
246
+ ep as ApValueSelectCard,
247
+ Bt as ApView,
248
+ Pt as BatchInputGroup,
245
249
  N as CheckCard,
246
- rr as CheckCardGroup,
247
- fe as ConfigProvider,
248
- V as DEFAULT_NAMESPACE,
249
- W as DEFAULT_UIMODE,
250
- Bo as DictCode,
251
- hp as EditableGrid,
252
- Pp as EditableGridFormItem,
253
- ep as EditableTable,
254
- rp as EditableTableFormItem,
255
- cp as FullScreen,
256
- dp as InternalScrollBar,
257
- zt as LruCacher,
258
- vp as Mask,
259
- Jo as NeedNameKeyDefault,
260
- ip as Portal,
261
- bp as ROW_SELECTION_FIELD,
262
- Ip as ResizeObserver,
263
- lp as ScrollBar,
264
- Ap as ScrollView,
265
- K as Splitter,
266
- Vo as WorkOrderModal,
250
+ pr as CheckCardGroup,
251
+ xe as ConfigProvider,
252
+ z as DEFAULT_NAMESPACE,
253
+ j as DEFAULT_UIMODE,
254
+ Oo as DictCode,
255
+ Np as EditableGrid,
256
+ yp as EditableGridFormItem,
257
+ pp as EditableTable,
258
+ mp as EditableTableFormItem,
259
+ bp as FullScreen,
260
+ ip as InternalScrollBar,
261
+ Ht as LruCacher,
262
+ Kp as Mask,
263
+ Xo as NeedNameKeyDefault,
264
+ Ip as Portal,
265
+ Dp as ROW_SELECTION_FIELD,
266
+ Sp as ResizeObserver,
267
+ Ap as ScrollBar,
268
+ cp as ScrollView,
269
+ U as Splitter,
270
+ zo as WorkOrderModal,
267
271
  G as adminToken,
268
272
  h as aplusToken,
269
- X as buildLocaleContext,
270
- Y as buildTranslator,
271
- At as computedRecords,
272
- z as configProviderContextKey,
273
- U as configProviderProps,
274
- Kr as convertExportField,
275
- Uo as createWorkOrderModal,
276
- re as defaultNamespace,
277
- mp as ensureRangeValue,
278
- st as flattenColumns,
279
- Ut as forceStopTags,
280
- it as formatDataIndex,
281
- nt as formatNumber,
282
- le as globalConfigCached,
283
- kr as handleExportDownload,
284
- Jt as isNameMatches,
285
- H as keysOf,
286
- Ko as langMap,
287
- Z as localeContextKey,
288
- qr as locales,
289
- te as namespaceContextKey,
290
- q as provideGlobalConfig,
291
- Sp as toTreeArray,
292
- $ as translate,
293
- Ht as useApKeepAliveInject,
294
- pe as useGetDerivedNamespace,
295
- J as useGlobalConfig,
296
- dt as useGridRefresh,
297
- ee as useLocale,
298
- ae as useNamespace,
299
- lt as usePageListApGrid,
300
- pt as usePageListApTable,
301
- cr as useTableModal,
302
- Zt as useTablePaging,
303
- mt as useTableRefresh,
304
- Ir as useTableSelectModal
273
+ Z as buildLocaleContext,
274
+ $ as buildTranslator,
275
+ it as computedRecords,
276
+ H as configProviderContextKey,
277
+ _ as configProviderProps,
278
+ Ur as convertExportField,
279
+ _o as createWorkOrderModal,
280
+ pe as defaultNamespace,
281
+ dp as ensureRangeValue,
282
+ nt as flattenColumns,
283
+ _t as forceStopTags,
284
+ ct as formatDataIndex,
285
+ Ft as formatNumber,
286
+ de as globalConfigCached,
287
+ Kr as handleExportDownload,
288
+ Xt as isNameMatches,
289
+ J as keysOf,
290
+ Uo as langMap,
291
+ ee as localeContextKey,
292
+ Qr as locales,
293
+ ae as namespaceContextKey,
294
+ Q as provideGlobalConfig,
295
+ hp as toTreeArray,
296
+ oe as translate,
297
+ Jt as useApKeepAliveInject,
298
+ me as useGetDerivedNamespace,
299
+ X as useGlobalConfig,
300
+ At as useGridRefresh,
301
+ re as useLocale,
302
+ fe as useNamespace,
303
+ dt as usePageListApGrid,
304
+ mt as usePageListApTable,
305
+ Ir as useTableModal,
306
+ rp as useTablePaging,
307
+ lt as useTableRefresh,
308
+ br as useTableSelectModal
305
309
  };
@@ -100,7 +100,9 @@ const e = {
100
100
  Splitter: ["splitter"],
101
101
  ApView: ["business", "ap-view"],
102
102
  ApRadioGroup: ["business", "ap-radio-group"],
103
- ApDraggableGrid: ["business", "ap-draggable-grid"]
103
+ ApDraggableGrid: ["business", "ap-draggable-grid"],
104
+ ApValueSelectCard: ["business", "ap-value-select-card"],
105
+ ApProCard: ["ap-pro-card"]
104
106
  };
105
107
  export {
106
108
  e as default
@@ -1,2 +1,2 @@
1
- declare const _default: "6.20.0";
1
+ declare const _default: "6.21.0";
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- const e = "6.20.0";
1
+ const e = "6.21.0";
2
2
  export {
3
3
  e as default
4
4
  };