@aplus-frontend/ui 0.1.39 → 0.1.41

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 (89) hide show
  1. package/es/index.mjs +136 -134
  2. package/es/src/ap-action/group/index.vue.d.ts +1 -1
  3. package/es/src/ap-download/interface.d.ts +1 -1
  4. package/es/src/ap-field/date/index.vue.d.ts +1 -1
  5. package/es/src/ap-field/date-range/index.vue.d.ts +1 -1
  6. package/es/src/ap-field/number/index.vue.d.ts +1 -1
  7. package/es/src/ap-field/rate/index.vue.d.ts +1 -1
  8. package/es/src/ap-field/select/index.vue.d.ts +1 -1
  9. package/es/src/ap-form/ap-form-item.vue.d.ts +1 -1
  10. package/es/src/ap-form/index.d.ts +3 -1
  11. package/es/src/ap-form/index.mjs +8 -4
  12. package/es/src/ap-form/interface.d.ts +1 -0
  13. package/es/src/ap-form/items/number/index.vue.d.ts +16 -16
  14. package/es/src/ap-form/items/text/index.vue.d.ts +12 -12
  15. package/es/src/ap-form/items/text/password.vue.d.ts +12 -12
  16. package/es/src/ap-form/items/text-area/index.vue.d.ts +12 -12
  17. package/es/src/ap-form/modal-form/drawer.vue.d.ts +830 -0
  18. package/es/src/ap-form/modal-form/drawer.vue.mjs +288 -0
  19. package/es/src/ap-form/modal-form/drawer.vue2.mjs +4 -0
  20. package/es/src/ap-table/ap-table.vue.mjs +40 -40
  21. package/es/src/ap-table/constants.d.ts +209 -209
  22. package/es/src/ap-table/hooks/use-table-paging.d.ts +1 -1
  23. package/es/src/ap-table/hooks/use-table-paging.mjs +74 -74
  24. package/es/src/ap-table/utils.d.ts +72 -72
  25. package/es/src/base-button/index.d.ts +4 -4
  26. package/es/src/business/ap-label/ApLabel.d.ts +1 -1
  27. package/es/src/business/index.d.ts +11 -11
  28. package/es/src/check-card/group.vue.d.ts +1 -1
  29. package/es/src/config-provider/config-provider-props.d.ts +5 -0
  30. package/es/src/config-provider/config-provider-props.mjs +4 -0
  31. package/es/src/config-provider/config-provider.d.ts +90 -3
  32. package/es/src/config-provider/config-provider.mjs +27 -23
  33. package/es/src/config-provider/css-var.d.ts +88 -0
  34. package/es/src/{theme/css-var/index.mjs → config-provider/css-var.mjs} +1 -0
  35. package/es/src/config-provider/hooks/use-global-config.d.ts +5 -0
  36. package/es/src/config-provider/index.d.ts +486 -9
  37. package/es/src/index.mjs +107 -105
  38. package/es/src/theme/antd-global-overwrite/admin/button.css +0 -3
  39. package/es/src/theme/antd-global-overwrite/admin/index.css +0 -3
  40. package/es/src/theme/antd-global-overwrite/aplus/button.css +0 -3
  41. package/es/src/theme/antd-global-overwrite/aplus/index.css +0 -3
  42. package/es/src/type.d.ts +3 -0
  43. package/es/src/utils/config-provider-preset.d.ts +3 -3
  44. package/lib/index.js +1 -1
  45. package/lib/src/ap-action/group/index.vue.d.ts +1 -1
  46. package/lib/src/ap-download/interface.d.ts +1 -1
  47. package/lib/src/ap-field/date/index.vue.d.ts +1 -1
  48. package/lib/src/ap-field/date-range/index.vue.d.ts +1 -1
  49. package/lib/src/ap-field/number/index.vue.d.ts +1 -1
  50. package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
  51. package/lib/src/ap-field/select/index.vue.d.ts +1 -1
  52. package/lib/src/ap-form/ap-form-item.vue.d.ts +1 -1
  53. package/lib/src/ap-form/index.d.ts +3 -1
  54. package/lib/src/ap-form/index.js +1 -1
  55. package/lib/src/ap-form/interface.d.ts +1 -0
  56. package/lib/src/ap-form/items/number/index.vue.d.ts +16 -16
  57. package/lib/src/ap-form/items/text/index.vue.d.ts +12 -12
  58. package/lib/src/ap-form/items/text/password.vue.d.ts +12 -12
  59. package/lib/src/ap-form/items/text-area/index.vue.d.ts +12 -12
  60. package/lib/src/ap-form/modal-form/drawer.vue.d.ts +830 -0
  61. package/lib/src/ap-form/modal-form/drawer.vue.js +1 -0
  62. package/lib/src/ap-form/modal-form/drawer.vue2.js +1 -0
  63. package/lib/src/ap-table/ap-table.vue.js +1 -1
  64. package/lib/src/ap-table/constants.d.ts +209 -209
  65. package/lib/src/ap-table/hooks/use-table-paging.d.ts +1 -1
  66. package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
  67. package/lib/src/ap-table/utils.d.ts +72 -72
  68. package/lib/src/base-button/index.d.ts +4 -4
  69. package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
  70. package/lib/src/business/index.d.ts +11 -11
  71. package/lib/src/check-card/group.vue.d.ts +1 -1
  72. package/lib/src/config-provider/config-provider-props.d.ts +5 -0
  73. package/lib/src/config-provider/config-provider-props.js +1 -1
  74. package/lib/src/config-provider/config-provider.d.ts +90 -3
  75. package/lib/src/config-provider/config-provider.js +1 -1
  76. package/lib/src/config-provider/css-var.d.ts +88 -0
  77. package/lib/src/{theme/css-var/index.js → config-provider/css-var.js} +1 -1
  78. package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -0
  79. package/lib/src/config-provider/index.d.ts +486 -9
  80. package/lib/src/index.js +1 -1
  81. package/lib/src/theme/antd-global-overwrite/admin/button.css +0 -3
  82. package/lib/src/theme/antd-global-overwrite/admin/index.css +0 -3
  83. package/lib/src/theme/antd-global-overwrite/aplus/button.css +0 -3
  84. package/lib/src/theme/antd-global-overwrite/aplus/index.css +0 -3
  85. package/lib/src/type.d.ts +3 -0
  86. package/lib/src/utils/config-provider-preset.d.ts +3 -3
  87. package/package.json +2 -2
  88. package/es/src/theme/css-var/index.d.ts +0 -7
  89. package/lib/src/theme/css-var/index.d.ts +0 -7
package/es/index.mjs CHANGED
@@ -6,7 +6,7 @@ import { configProviderContextKey as n, tableDefaultConfig as i } from "./src/co
6
6
  import { keysOf as c, provideGlobalConfig as T, useGlobalConfig as F } from "./src/config-provider/hooks/use-global-config.mjs";
7
7
  import { buildLocaleContext as b, buildTranslator as S, localeContextKey as I, translate as g, useLocale as D } from "./src/config-provider/hooks/use-locale.mjs";
8
8
  import { defaultNamespace as P, namespaceContextKey as M, useGetDerivedNamespace as B, useNamespace as R } from "./src/config-provider/hooks/use-namespace.mjs";
9
- import { ConfigProvider as v, globalConfigCached as w } from "./src/config-provider/config-provider.mjs";
9
+ import { ConfigProvider as w, globalConfigCached as v } from "./src/config-provider/config-provider.mjs";
10
10
  import { APConfigProvider as k } from "./src/config-provider/index.mjs";
11
11
  import { Scrollbar as N } from "./src/scroll-bar/index.mjs";
12
12
  import { CollapseContainer as K, ScrollContainer as X } from "./src/container/index.mjs";
@@ -25,7 +25,7 @@ import { Field as De } from "./src/pro-form/index.mjs";
25
25
  import { default as Pe } from "./src/pro-form/components/api-cascader.vue.mjs";
26
26
  import { default as Be } from "./src/pro-form/components/api-radio-group.vue.mjs";
27
27
  import { default as Ge } from "./src/pro-form/components/api-select.vue.mjs";
28
- import { default as we } from "./src/pro-form/components/api-transfer.vue.mjs";
28
+ import { default as ve } from "./src/pro-form/components/api-transfer.vue.mjs";
29
29
  import { default as ke } from "./src/pro-form/components/api-tree.vue.mjs";
30
30
  import { default as Ne } from "./src/pro-form/components/radio-button-group.vue.mjs";
31
31
  import { default as Ke } from "./src/pro-form/pro-form.vue.mjs";
@@ -50,7 +50,7 @@ import { default as Do } from "./src/pro-table/components/table-image.vue.mjs";
50
50
  import { useTable as Po } from "./src/pro-table/hooks/use-table.mjs";
51
51
  import { ApFormItemText as Bo } from "./src/ap-form/items/text/index.mjs";
52
52
  import { default as Go } from "./src/ap-form/items/text-area/index.vue.mjs";
53
- import { default as wo } from "./src/ap-form/items/number/index.vue.mjs";
53
+ import { default as vo } from "./src/ap-form/items/number/index.vue.mjs";
54
54
  import { default as ko } from "./src/ap-form/items/date/index.vue.mjs";
55
55
  import { default as No } from "./src/ap-form/items/date-range/index.vue.mjs";
56
56
  import { default as Ko } from "./src/ap-form/items/radio/index.vue.mjs";
@@ -66,61 +66,62 @@ import { default as rr } from "./src/ap-form/search-form/index.vue.mjs";
66
66
  import { default as ar } from "./src/ap-form/modal-form/index.vue.mjs";
67
67
  import { default as fr } from "./src/ap-form/dependency/index.vue.mjs";
68
68
  import { default as lr } from "./src/ap-form/set/index.vue.mjs";
69
- import { ApField as dr } from "./src/ap-field/index.mjs";
70
- import { ApFieldText as ur } from "./src/ap-field/text/index.mjs";
71
- import { default as ir } from "./src/ap-field/checkbox/index.vue.mjs";
72
- import { default as cr } from "./src/ap-field/date/index.vue.mjs";
73
- import { default as Fr } from "./src/ap-field/number/index.vue.mjs";
74
- import { default as br } from "./src/ap-field/radio/index.vue.mjs";
75
- import { default as Ir } from "./src/ap-field/switch/index.vue.mjs";
76
- import { default as Dr } from "./src/ap-field/text-area/index.vue.mjs";
77
- import { default as Pr } from "./src/ap-field/date-range/index.vue.mjs";
78
- import { default as Br } from "./src/ap-field/select/index.vue.mjs";
79
- import { default as Gr } from "./src/ap-field/text/password.vue.mjs";
80
- import { default as wr } from "./src/ap-field/slider/index.vue.mjs";
81
- import { default as kr } from "./src/ap-field/segmented/index.vue.mjs";
82
- import { default as Nr } from "./src/ap-field/rate/index.vue.mjs";
83
- import { adminToken as Kr, aplusToken as Xr } from "./src/design-token/index.mjs";
84
- import { ApActionItem as Hr } from "./src/ap-action/index.mjs";
85
- import { default as Wr } from "./src/ap-action/item-modal/index.vue.mjs";
86
- import { default as Ur } from "./src/ap-action/item-popconfirm/index.vue.mjs";
87
- import { default as $r } from "./src/ap-action/item-dropdown/index.vue.mjs";
88
- import { default as qr } from "./src/ap-action/group/index.vue.mjs";
89
- import { generateTableList as Qr } from "./src/ap-custom-column/utils.mjs";
90
- import { useCacheColumnSetting as _r } from "./src/ap-custom-column/useCacheColumnSetting.mjs";
91
- import { default as ot } from "./src/ap-custom-column/custom-column.vue.mjs";
92
- import { default as tt } from "./src/ap-custom-column/column-select.vue.mjs";
93
- import { DictCode as pt, langMap as ft } from "./src/work-order-modal/interfaces.mjs";
94
- import { createWorkOrderModal as lt } from "./src/work-order-modal/createWorkOrder.mjs";
95
- import { default as dt } from "./src/work-order-modal/work-order-modal.vue.mjs";
96
- import { default as ut } from "./src/ap-tag/ap-tag.vue.mjs";
97
- import { default as it } from "./src/ap-tag/ap-tag-group.vue.mjs";
98
- import { default as ct } from "./src/ap-layout/ApInfoLayout.vue.mjs";
99
- import { NeedNameKeyDefault as Ft } from "./src/ap-upload/apUploadTypes.mjs";
100
- import { default as bt } from "./src/ap-upload/apUpload.vue.mjs";
101
- import { ApDownLoadNeedNameKeyDefault as It } from "./src/ap-download/interface.mjs";
102
- import { default as Dt } from "./src/ap-download/ap-download.vue.mjs";
103
- import { CheckCard as Pt } from "./src/check-card/index.mjs";
104
- import { default as Bt } from "./src/check-card/group.vue.mjs";
105
- import { ApModal as Gt } from "./src/ap-modal/index.mjs";
106
- import { default as wt } from "./src/ap-list/index.vue.mjs";
107
- import { default as kt } from "./src/ap-button/ap-button.vue.mjs";
108
- import { default as Nt } from "./src/ap-button/ap-action-button.vue.mjs";
109
- import { usePageListApTable as Kt } from "./src/business/hooks/usePageListApTable.mjs";
110
- import { useTableRefresh as Yt } from "./src/business/hooks/useTableRefresh.mjs";
111
- import { handleExportDownload as Ot } from "./src/business/ap-export-group/handleExportDownload.mjs";
112
- import { default as zt } from "./src/business/ap-table-modal/index.mjs";
113
- import { useTableModal as Vt } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
114
- import { useTableSelectModal as jt } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
115
- import { ApAttachment as Jt, ApBatchAction as Qt, ApBatchActionGroup as Zt, ApButtonGroup as _t, ApCard as ea, ApExpandAlert as oa, ApExportGroup as ra, ApImage as ta, ApInputRadio as aa, ApLabel as pa, ApLabelGroup as fa, ApLadder as ma, ApSelectLayout as la, ApStatus as sa, ApStatusGroup as da, ApTitle as xa } from "./src/business/index.mjs";
116
- import { ApTransformDataHelper as na } from "./src/utils/ap-trans-data/index.mjs";
117
- import { useTablePaging as Aa } from "./src/ap-table/hooks/use-table-paging.mjs";
118
- import { default as Ta } from "./src/ap-table/ap-table.vue.mjs";
119
- import { default as Ca } from "./src/editable-table/index.vue.mjs";
120
- import { default as Sa } from "./src/editable-table/form-item.vue.mjs";
121
- import { default as ga } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
122
- import { useMessage as ha } from "./src/hooks/useMessage.mjs";
123
- import { useControllableValue as Ma } from "./src/hooks/useControllableValue.mjs";
69
+ import { default as dr } from "./src/ap-form/modal-form/drawer.vue.mjs";
70
+ import { ApField as ur } from "./src/ap-field/index.mjs";
71
+ import { ApFieldText as ir } from "./src/ap-field/text/index.mjs";
72
+ import { default as cr } from "./src/ap-field/checkbox/index.vue.mjs";
73
+ import { default as Fr } from "./src/ap-field/date/index.vue.mjs";
74
+ import { default as br } from "./src/ap-field/number/index.vue.mjs";
75
+ import { default as Ir } from "./src/ap-field/radio/index.vue.mjs";
76
+ import { default as Dr } from "./src/ap-field/switch/index.vue.mjs";
77
+ import { default as Pr } from "./src/ap-field/text-area/index.vue.mjs";
78
+ import { default as Br } from "./src/ap-field/date-range/index.vue.mjs";
79
+ import { default as Gr } from "./src/ap-field/select/index.vue.mjs";
80
+ import { default as vr } from "./src/ap-field/text/password.vue.mjs";
81
+ import { default as kr } from "./src/ap-field/slider/index.vue.mjs";
82
+ import { default as Nr } from "./src/ap-field/segmented/index.vue.mjs";
83
+ import { default as Kr } from "./src/ap-field/rate/index.vue.mjs";
84
+ import { adminToken as Yr, aplusToken as Hr } from "./src/design-token/index.mjs";
85
+ import { ApActionItem as Wr } from "./src/ap-action/index.mjs";
86
+ import { default as Ur } from "./src/ap-action/item-modal/index.vue.mjs";
87
+ import { default as $r } from "./src/ap-action/item-popconfirm/index.vue.mjs";
88
+ import { default as qr } from "./src/ap-action/item-dropdown/index.vue.mjs";
89
+ import { default as Qr } from "./src/ap-action/group/index.vue.mjs";
90
+ import { generateTableList as _r } from "./src/ap-custom-column/utils.mjs";
91
+ import { useCacheColumnSetting as ot } from "./src/ap-custom-column/useCacheColumnSetting.mjs";
92
+ import { default as tt } from "./src/ap-custom-column/custom-column.vue.mjs";
93
+ import { default as pt } from "./src/ap-custom-column/column-select.vue.mjs";
94
+ import { DictCode as mt, langMap as lt } from "./src/work-order-modal/interfaces.mjs";
95
+ import { createWorkOrderModal as dt } from "./src/work-order-modal/createWorkOrder.mjs";
96
+ import { default as ut } from "./src/work-order-modal/work-order-modal.vue.mjs";
97
+ import { default as it } from "./src/ap-tag/ap-tag.vue.mjs";
98
+ import { default as ct } from "./src/ap-tag/ap-tag-group.vue.mjs";
99
+ import { default as Ft } from "./src/ap-layout/ApInfoLayout.vue.mjs";
100
+ import { NeedNameKeyDefault as bt } from "./src/ap-upload/apUploadTypes.mjs";
101
+ import { default as It } from "./src/ap-upload/apUpload.vue.mjs";
102
+ import { ApDownLoadNeedNameKeyDefault as Dt } from "./src/ap-download/interface.mjs";
103
+ import { default as Pt } from "./src/ap-download/ap-download.vue.mjs";
104
+ import { CheckCard as Bt } from "./src/check-card/index.mjs";
105
+ import { default as Gt } from "./src/check-card/group.vue.mjs";
106
+ import { ApModal as vt } from "./src/ap-modal/index.mjs";
107
+ import { default as kt } from "./src/ap-list/index.vue.mjs";
108
+ import { default as Nt } from "./src/ap-button/ap-button.vue.mjs";
109
+ import { default as Kt } from "./src/ap-button/ap-action-button.vue.mjs";
110
+ import { usePageListApTable as Yt } from "./src/business/hooks/usePageListApTable.mjs";
111
+ import { useTableRefresh as Ot } from "./src/business/hooks/useTableRefresh.mjs";
112
+ import { handleExportDownload as zt } from "./src/business/ap-export-group/handleExportDownload.mjs";
113
+ import { default as Vt } from "./src/business/ap-table-modal/index.mjs";
114
+ import { useTableModal as jt } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
115
+ import { useTableSelectModal as Jt } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
116
+ import { ApAttachment as Zt, ApBatchAction as _t, ApBatchActionGroup as ea, ApButtonGroup as oa, ApCard as ra, ApExpandAlert as ta, ApExportGroup as aa, ApImage as pa, ApInputRadio as fa, ApLabel as ma, ApLabelGroup as la, ApLadder as sa, ApSelectLayout as da, ApStatus as xa, ApStatusGroup as ua, ApTitle as na } from "./src/business/index.mjs";
117
+ import { ApTransformDataHelper as Aa } from "./src/utils/ap-trans-data/index.mjs";
118
+ import { useTablePaging as Ta } from "./src/ap-table/hooks/use-table-paging.mjs";
119
+ import { default as Ca } from "./src/ap-table/ap-table.vue.mjs";
120
+ import { default as Sa } from "./src/editable-table/index.vue.mjs";
121
+ import { default as ga } from "./src/editable-table/form-item.vue.mjs";
122
+ import { default as ha } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
123
+ import { useMessage as Ma } from "./src/hooks/useMessage.mjs";
124
+ import { useControllableValue as Ra } from "./src/hooks/useControllableValue.mjs";
124
125
  const p = {
125
126
  install: (r) => {
126
127
  for (const t in o) {
@@ -131,47 +132,48 @@ const p = {
131
132
  };
132
133
  export {
133
134
  k as APConfigProvider,
134
- Nt as ApActionButton,
135
- qr as ApActionGroup,
136
- Hr as ApActionItem,
137
- $r as ApActionItemDropdown,
138
- Wr as ApActionItemModal,
139
- Ur as ApActionItemPopconfirm,
140
- Jt as ApAttachment,
141
- Qt as ApBatchAction,
142
- Zt as ApBatchActionGroup,
143
- kt as ApButton,
144
- _t as ApButtonGroup,
145
- ea as ApCard,
146
- ot as ApCustomColumn,
147
- tt as ApCustomSelect,
148
- ga as ApDescriptions,
149
- It as ApDownLoadNeedNameKeyDefault,
150
- Dt as ApDownload,
151
- oa as ApExpandAlert,
152
- ra as ApExportGroup,
153
- dr as ApField,
154
- ir as ApFieldCheckbox,
155
- cr as ApFieldDate,
156
- Pr as ApFieldDateRange,
157
- Fr as ApFieldNumber,
158
- Gr as ApFieldPassword,
159
- br as ApFieldRadio,
160
- Nr as ApFieldRate,
161
- kr as ApFieldSegmented,
162
- Br as ApFieldSelect,
163
- wr as ApFieldSlider,
164
- Ir as ApFieldSwitch,
165
- ur as ApFieldText,
166
- Dr as ApFieldTextArea,
135
+ Kt as ApActionButton,
136
+ Qr as ApActionGroup,
137
+ Wr as ApActionItem,
138
+ qr as ApActionItemDropdown,
139
+ Ur as ApActionItemModal,
140
+ $r as ApActionItemPopconfirm,
141
+ Zt as ApAttachment,
142
+ _t as ApBatchAction,
143
+ ea as ApBatchActionGroup,
144
+ Nt as ApButton,
145
+ oa as ApButtonGroup,
146
+ ra as ApCard,
147
+ tt as ApCustomColumn,
148
+ pt as ApCustomSelect,
149
+ ha as ApDescriptions,
150
+ Dt as ApDownLoadNeedNameKeyDefault,
151
+ Pt as ApDownload,
152
+ ta as ApExpandAlert,
153
+ aa as ApExportGroup,
154
+ ur as ApField,
155
+ cr as ApFieldCheckbox,
156
+ Fr as ApFieldDate,
157
+ Br as ApFieldDateRange,
158
+ br as ApFieldNumber,
159
+ vr as ApFieldPassword,
160
+ Ir as ApFieldRadio,
161
+ Kr as ApFieldRate,
162
+ Nr as ApFieldSegmented,
163
+ Gr as ApFieldSelect,
164
+ kr as ApFieldSlider,
165
+ Dr as ApFieldSwitch,
166
+ ir as ApFieldText,
167
+ Pr as ApFieldTextArea,
167
168
  jo as ApForm,
168
169
  fr as ApFormDependency,
170
+ dr as ApFormDrawerForm,
169
171
  Jo as ApFormItem,
170
172
  zo as ApFormItemCheckbox,
171
173
  ko as ApFormItemDate,
172
174
  No as ApFormItemDateRange,
173
175
  Zo as ApFormItemGroup,
174
- wo as ApFormItemNumber,
176
+ vo as ApFormItemNumber,
175
177
  Ko as ApFormItemRadio,
176
178
  Yo as ApFormItemSelect,
177
179
  Oo as ApFormItemSwitch,
@@ -182,28 +184,28 @@ export {
182
184
  ar as ApFormModalForm,
183
185
  rr as ApFormSearchForm,
184
186
  lr as ApFormSet,
185
- ta as ApImage,
186
- ct as ApInfoLayout,
187
- aa as ApInputRadio,
188
- pa as ApLabel,
189
- fa as ApLabelGroup,
190
- ma as ApLadder,
191
- wt as ApList,
192
- Gt as ApModal,
193
- la as ApSelectLayout,
194
- sa as ApStatus,
195
- da as ApStatusGroup,
196
- Ta as ApTable,
197
- zt as ApTableModal,
198
- ut as ApTag,
199
- it as ApTagGroup,
200
- xa as ApTitle,
201
- na as ApTransformDataHelper,
202
- bt as ApUpload,
187
+ pa as ApImage,
188
+ Ft as ApInfoLayout,
189
+ fa as ApInputRadio,
190
+ ma as ApLabel,
191
+ la as ApLabelGroup,
192
+ sa as ApLadder,
193
+ kt as ApList,
194
+ vt as ApModal,
195
+ da as ApSelectLayout,
196
+ xa as ApStatus,
197
+ ua as ApStatusGroup,
198
+ Ca as ApTable,
199
+ Vt as ApTableModal,
200
+ it as ApTag,
201
+ ct as ApTagGroup,
202
+ na as ApTitle,
203
+ Aa as ApTransformDataHelper,
204
+ It as ApUpload,
203
205
  Pe as ApiCascader,
204
206
  Be as ApiRadioGroup,
205
207
  Ge as ApiSelect,
206
- we as ApiTransfer,
208
+ ve as ApiTransfer,
207
209
  ke as ApiTree,
208
210
  Ye as ApiTreeSelect,
209
211
  Je as BaseButton,
@@ -211,21 +213,21 @@ export {
211
213
  $ as BasicArrow,
212
214
  j as BasicHelp,
213
215
  q as BasicTitle,
214
- Pt as CheckCard,
215
- Bt as CheckCardGroup,
216
+ Bt as CheckCard,
217
+ Gt as CheckCardGroup,
216
218
  K as CollapseContainer,
217
219
  Q as CollapseTransition,
218
- v as ConfigProvider,
220
+ w as ConfigProvider,
219
221
  xo as CountdownButton,
220
222
  uo as CountdownInput,
221
223
  mo as CropperAvatar,
222
224
  lo as CropperImage,
223
225
  Ae as Description,
224
- pt as DictCode,
226
+ mt as DictCode,
225
227
  co as Dropdown,
226
228
  Io as EditTableHeaderIcon,
227
- Ca as EditableTable,
228
- Sa as EditableTableFormItem,
229
+ Sa as EditableTable,
230
+ ga as EditableTableFormItem,
229
231
  _ as ExpandTransition,
230
232
  ee as ExpandXTransition,
231
233
  oe as FadeTransition,
@@ -233,7 +235,7 @@ export {
233
235
  l as Icon,
234
236
  H as IconPicker,
235
237
  Ve as ModalButton,
236
- Ft as NeedNameKeyDefault,
238
+ bt as NeedNameKeyDefault,
237
239
  je as PopConfirmButton,
238
240
  Ke as ProForm,
239
241
  Fo as ProTable,
@@ -256,48 +258,48 @@ export {
256
258
  s as SvgIcon,
257
259
  bo as TableAction,
258
260
  Do as TableImg,
259
- dt as WorkOrderModal,
260
- Kr as adminToken,
261
- Xr as aplusToken,
261
+ ut as WorkOrderModal,
262
+ Yr as adminToken,
263
+ Hr as aplusToken,
262
264
  b as buildLocaleContext,
263
265
  S as buildTranslator,
264
266
  n as configProviderContextKey,
265
267
  x as configProviderProps,
266
268
  io as createPrompt,
267
- lt as createWorkOrderModal,
269
+ dt as createWorkOrderModal,
268
270
  p as default,
269
271
  P as defaultNamespace,
270
272
  U as en,
271
- Qr as generateTableList,
272
- w as globalConfigCached,
273
- Ot as handleExportDownload,
273
+ _r as generateTableList,
274
+ v as globalConfigCached,
275
+ zt as handleExportDownload,
274
276
  Se as isComponentFormSchema,
275
277
  Ie as isSlotFormSchema,
276
278
  c as keysOf,
277
- ft as langMap,
279
+ lt as langMap,
278
280
  I as localeContextKey,
279
281
  M as namespaceContextKey,
280
282
  T as provideGlobalConfig,
281
283
  i as tableDefaultConfig,
282
284
  g as translate,
283
- _r as useCacheColumnSetting,
285
+ ot as useCacheColumnSetting,
284
286
  Te as useComponentRegister,
285
- Ma as useControllableValue,
287
+ Ra as useControllableValue,
286
288
  ne as useDescription,
287
289
  Ce as useForm,
288
290
  B as useGetDerivedNamespace,
289
291
  F as useGlobalConfig,
290
292
  D as useLocale,
291
- ha as useMessage,
293
+ Ma as useMessage,
292
294
  ro as useModal,
293
295
  eo as useModalContext,
294
296
  to as useModalInner,
295
297
  R as useNamespace,
296
- Kt as usePageListApTable,
298
+ Yt as usePageListApTable,
297
299
  Po as useTable,
298
- Vt as useTableModal,
299
- Aa as useTablePaging,
300
- Yt as useTableRefresh,
301
- jt as useTableSelectModal,
300
+ jt as useTableModal,
301
+ Ta as useTablePaging,
302
+ Ot as useTableRefresh,
303
+ Jt as useTableSelectModal,
302
304
  W as zhCn
303
305
  };
@@ -14,8 +14,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOpti
14
14
  actions: () => never[];
15
15
  }>>>, {
16
16
  placement: "top" | "topLeft" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter";
17
- trigger: Trigger | Trigger[];
18
17
  count: number;
18
+ trigger: Trigger | Trigger[];
19
19
  actions: GroupActionTypes[];
20
20
  }, {}>;
21
21
  export default _default;
@@ -4,7 +4,7 @@ import { ButtonProps } from 'ant-design-vue/es/button';
4
4
  * 类型转换为单例和数组
5
5
  */
6
6
  type TypeToSingleAndArray<Type = any> = Type extends any ? Type | Type[] : never;
7
- export type ApDownLoadProps<FileNameType extends Record<string, string> = Record<string, string>> = ButtonProps & {
7
+ export type ApDownLoadProps<FileNameType = any> = ButtonProps & {
8
8
  /**
9
9
  * 标签内容
10
10
  */
@@ -74,6 +74,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
74
74
  mode: FieldMode;
75
75
  open: boolean;
76
76
  disabled: boolean;
77
+ bordered: boolean;
77
78
  suffixIcon: string | number | boolean | void | VNode<RendererNode, RendererElement, {
78
79
  [key: string]: any;
79
80
  }> | (string | number | boolean | void | VNode<RendererNode, RendererElement, {
@@ -81,7 +82,6 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
81
82
  }> | null | undefined)[] | VNode<RendererNode, RendererElement, {
82
83
  [key: string]: any;
83
84
  }> | null;
84
- bordered: boolean;
85
85
  autofocus: boolean;
86
86
  clearIcon: string | number | boolean | void | VNode<RendererNode, RendererElement, {
87
87
  [key: string]: any;
@@ -84,6 +84,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
84
84
  [key: string]: any;
85
85
  }> | null;
86
86
  disabled: boolean | [boolean, boolean];
87
+ bordered: boolean;
87
88
  suffixIcon: string | number | boolean | void | VNode<RendererNode, RendererElement, {
88
89
  [key: string]: any;
89
90
  }> | (string | number | boolean | void | VNode<RendererNode, RendererElement, {
@@ -91,7 +92,6 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
91
92
  }> | null | undefined)[] | VNode<RendererNode, RendererElement, {
92
93
  [key: string]: any;
93
94
  }> | null;
94
- bordered: boolean;
95
95
  autofocus: boolean;
96
96
  clearIcon: string | number | boolean | void | VNode<RendererNode, RendererElement, {
97
97
  [key: string]: any;
@@ -485,8 +485,8 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
485
485
  }>>> & {
486
486
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
487
487
  }, {
488
- keyboard: boolean;
489
488
  bordered: boolean;
489
+ keyboard: boolean;
490
490
  min: ValueType;
491
491
  max: ValueType;
492
492
  step: ValueType;
@@ -155,9 +155,9 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
155
155
  }, {
156
156
  mode: FieldMode;
157
157
  disabled: boolean;
158
+ count: number;
158
159
  autofocus: boolean;
159
160
  allowClear: boolean;
160
- count: number;
161
161
  allowHalf: boolean;
162
162
  character: any;
163
163
  }, {}>;
@@ -652,9 +652,9 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
652
652
  open: boolean;
653
653
  multiple: boolean;
654
654
  disabled: boolean;
655
+ bordered: boolean;
655
656
  virtual: boolean;
656
657
  loading: boolean;
657
- bordered: boolean;
658
658
  autofocus: boolean;
659
659
  allowClear: boolean;
660
660
  showSearch: boolean;
@@ -1025,8 +1025,8 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
1025
1025
  bordered: boolean;
1026
1026
  valuePropName: string;
1027
1027
  }>>>, {
1028
- required: boolean;
1029
1028
  bordered: boolean;
1029
+ required: boolean;
1030
1030
  colon: boolean;
1031
1031
  hasFeedback: boolean;
1032
1032
  autoLink: boolean;
@@ -7,6 +7,7 @@ import { default as ApFormModalForm } from './modal-form/index.vue';
7
7
  import { default as useWatch } from './hooks/use-watch';
8
8
  import { default as ApFormDependency } from './dependency/index.vue';
9
9
  import { default as ApFormSet } from './set/index.vue';
10
+ import { default as ApFormDrawerForm } from './modal-form/drawer.vue';
10
11
  type ApFormMixedProps = typeof _ApForm & {
11
12
  FormItem: typeof ApFormItem;
12
13
  FormItemGroup: typeof ApFormItemGroup;
@@ -16,8 +17,9 @@ type ApFormMixedProps = typeof _ApForm & {
16
17
  useWatch: typeof useWatch;
17
18
  Dependency: typeof ApFormDependency;
18
19
  Set: typeof ApFormSet;
20
+ DrawerForm: typeof ApFormDrawerForm;
19
21
  };
20
22
  declare const ApForm: ApFormMixedProps;
21
23
  export * from './items';
22
24
  export * from './interface';
23
- export { ApForm, ApFormItem, ApFormItemGroup, ApFormList, ApFormSearchForm, ApFormModalForm, ApFormDependency, ApFormSet };
25
+ export { ApForm, ApFormItem, ApFormItemGroup, ApFormList, ApFormSearchForm, ApFormModalForm, ApFormDependency, ApFormSet, ApFormDrawerForm };
@@ -4,12 +4,13 @@ import "./ap-form-item-group/index.vue2.mjs";
4
4
  import "./ap-form-list.vue2.mjs";
5
5
  import "./search-form/index.vue2.mjs";
6
6
  import "./modal-form/index.vue2.mjs";
7
- import o from "./hooks/use-watch.mjs";
7
+ import r from "./hooks/use-watch.mjs";
8
8
  import "./dependency/index.vue2.mjs";
9
9
  import "./set/index.vue2.mjs";
10
+ import "./modal-form/drawer.vue2.mjs";
10
11
  import "./items/index.mjs";
11
12
  import "./interface.mjs";
12
- import r from "./ap-form.vue2.mjs";
13
+ import o from "./ap-form.vue2.mjs";
13
14
  import p from "./ap-form-item.vue.mjs";
14
15
  import t from "./ap-form-item-group/index.vue.mjs";
15
16
  import i from "./ap-form-list.vue.mjs";
@@ -17,18 +18,21 @@ import a from "./search-form/index.vue.mjs";
17
18
  import s from "./modal-form/index.vue.mjs";
18
19
  import e from "./dependency/index.vue.mjs";
19
20
  import f from "./set/index.vue.mjs";
20
- const m = r;
21
+ import F from "./modal-form/drawer.vue.mjs";
22
+ const m = o;
21
23
  m.FormItem = p;
22
24
  m.FormItemGroup = t;
23
25
  m.FormList = i;
24
26
  m.SearchForm = a;
25
27
  m.ModalForm = s;
26
- m.useWatch = o;
28
+ m.useWatch = r;
27
29
  m.Dependency = e;
28
30
  m.Set = f;
31
+ m.DrawerForm = F;
29
32
  export {
30
33
  m as ApForm,
31
34
  e as ApFormDependency,
35
+ F as ApFormDrawerForm,
32
36
  p as ApFormItem,
33
37
  t as ApFormItemGroup,
34
38
  i as ApFormList,
@@ -179,6 +179,7 @@ export type ApFormDrawerFormProps = Omit<ApFormProps, 'onFinish'> & {
179
179
  resize?: CustomizeResizeType | boolean;
180
180
  };
181
181
  export type ApFormModalFormExpose = ApFormExpose;
182
+ export type ApFormDrawerFormExpose = ApFormExpose;
182
183
  /**
183
184
  * ApFormItem支持的插槽
184
185
  */