@aplus-frontend/ui 0.1.35 → 0.1.37

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 (75) hide show
  1. package/es/index.mjs +136 -133
  2. package/es/src/ap-button/ap-action-button.vue.d.ts +5 -0
  3. package/es/src/ap-button/ap-action-button.vue.mjs +8 -8
  4. package/es/src/ap-form/ap-form.vue2.mjs +93 -93
  5. package/es/src/ap-form/index.d.ts +3 -1
  6. package/es/src/ap-form/index.mjs +5 -1
  7. package/es/src/ap-form/interface.d.ts +4 -0
  8. package/es/src/ap-form/set/index.vue.d.ts +43 -0
  9. package/es/src/ap-form/set/index.vue.mjs +35 -0
  10. package/es/src/ap-form/set/index.vue2.mjs +4 -0
  11. package/es/src/ap-table/ap-table.vue.d.ts +1 -0
  12. package/es/src/ap-table/ap-table.vue.mjs +109 -107
  13. package/es/src/ap-table/components/setting/utils.d.ts +1 -1
  14. package/es/src/ap-table/components/setting/utils.mjs +12 -21
  15. package/es/src/ap-table/components/style/setting/modal.css +15 -3
  16. package/es/src/ap-table/interface.d.ts +5 -0
  17. package/es/src/ap-table/utils.mjs +14 -13
  18. package/es/src/ap-upload/apUpload.vue.mjs +40 -39
  19. package/es/src/business/ap-button-group/ApButtonGroup.vue.d.ts +21 -0
  20. package/es/src/business/ap-button-group/ApButtonGroup.vue.mjs +4 -0
  21. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +71 -0
  22. package/es/src/business/ap-button-group/interface.d.ts +29 -0
  23. package/es/src/business/ap-button-group/interface.mjs +1 -0
  24. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  25. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.mjs +11 -11
  26. package/es/src/business/hooks/usePageListApTable.d.ts +1 -0
  27. package/es/src/business/index.d.ts +607 -4
  28. package/es/src/business/index.mjs +27 -23
  29. package/es/src/editable-table/form-item.vue.mjs +76 -97
  30. package/es/src/editable-table/hooks/use-get-columns.mjs +41 -35
  31. package/es/src/editable-table/index.vue.mjs +79 -100
  32. package/es/src/editable-table/style/index.css +12 -0
  33. package/es/src/editable-table/utils.d.ts +8 -1
  34. package/es/src/editable-table/utils.mjs +103 -69
  35. package/es/src/index.mjs +220 -217
  36. package/es/src/theme/ap-table/setting/modal.css +15 -3
  37. package/es/src/theme/editable-table/index.css +12 -0
  38. package/lib/index.js +1 -1
  39. package/lib/src/ap-button/ap-action-button.vue.d.ts +5 -0
  40. package/lib/src/ap-button/ap-action-button.vue.js +1 -1
  41. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  42. package/lib/src/ap-form/index.d.ts +3 -1
  43. package/lib/src/ap-form/index.js +1 -1
  44. package/lib/src/ap-form/interface.d.ts +4 -0
  45. package/lib/src/ap-form/set/index.vue.d.ts +43 -0
  46. package/lib/src/ap-form/set/index.vue.js +1 -0
  47. package/lib/src/ap-form/set/index.vue2.js +1 -0
  48. package/lib/src/ap-table/ap-table.vue.d.ts +1 -0
  49. package/lib/src/ap-table/ap-table.vue.js +1 -1
  50. package/lib/src/ap-table/components/setting/utils.d.ts +1 -1
  51. package/lib/src/ap-table/components/setting/utils.js +1 -1
  52. package/lib/src/ap-table/components/style/setting/modal.css +15 -3
  53. package/lib/src/ap-table/interface.d.ts +5 -0
  54. package/lib/src/ap-table/utils.js +1 -1
  55. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  56. package/lib/src/business/ap-button-group/ApButtonGroup.vue.d.ts +21 -0
  57. package/lib/src/business/ap-button-group/ApButtonGroup.vue.js +1 -0
  58. package/lib/src/business/ap-button-group/ApButtonGroup.vue2.js +1 -0
  59. package/lib/src/business/ap-button-group/interface.d.ts +29 -0
  60. package/lib/src/business/ap-button-group/interface.js +1 -0
  61. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  62. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.js +1 -1
  63. package/lib/src/business/hooks/usePageListApTable.d.ts +1 -0
  64. package/lib/src/business/index.d.ts +607 -4
  65. package/lib/src/business/index.js +1 -1
  66. package/lib/src/editable-table/form-item.vue.js +1 -1
  67. package/lib/src/editable-table/hooks/use-get-columns.js +1 -1
  68. package/lib/src/editable-table/index.vue.js +1 -1
  69. package/lib/src/editable-table/style/index.css +12 -0
  70. package/lib/src/editable-table/utils.d.ts +8 -1
  71. package/lib/src/editable-table/utils.js +1 -1
  72. package/lib/src/index.js +1 -1
  73. package/lib/src/theme/ap-table/setting/modal.css +15 -3
  74. package/lib/src/theme/editable-table/index.css +12 -0
  75. package/package.json +5 -5
package/es/src/index.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  import { Icon as A, SvgIcon as c } from "./icon/index.mjs";
2
2
  import { APConfigProvider as F } from "./config-provider/index.mjs";
3
- import { Scrollbar as b } from "./scroll-bar/index.mjs";
3
+ import { Scrollbar as S } from "./scroll-bar/index.mjs";
4
4
  import { CollapseContainer as I, ScrollContainer as g } from "./container/index.mjs";
5
5
  import { IconPicker as h } from "./icon-picker/index.mjs";
6
6
  import "./locale/index.mjs";
7
- import { BasicArrow as M, BasicHelp as R, BasicTitle as B } from "./basic/index.mjs";
7
+ import { BasicArrow as B, BasicHelp as M, BasicTitle as R } from "./basic/index.mjs";
8
8
  import { ExpandTransition as v, ExpandXTransition as w, FadeTransition as L, ScaleRotateTransition as k, ScaleTransition as y, ScrollXReverseTransition as N, ScrollXTransition as E, ScrollYReverseTransition as K, ScrollYTransition as X, SlideXReverseTransition as Y, SlideXTransition as H, SlideYReverseTransition as O, SlideYTransition as W } from "./transition/index.mjs";
9
9
  import { Description as U } from "./description/index.mjs";
10
10
  import { Field as q } from "./pro-form/index.mjs";
@@ -26,218 +26,221 @@ import "./ap-tag/index.mjs";
26
26
  import "./ap-layout/index.mjs";
27
27
  import "./ap-upload/index.mjs";
28
28
  import "./ap-download/index.mjs";
29
- import { CheckCard as So } from "./check-card/index.mjs";
29
+ import { CheckCard as bo } from "./check-card/index.mjs";
30
30
  import { ApModal as go } from "./ap-modal/index.mjs";
31
31
  import "./ap-list/index.mjs";
32
32
  import "./ap-button/index.mjs";
33
- import { ApAttachment as ho, ApBatchAction as Po, ApBatchActionGroup as Mo, ApCard as Ro, ApExpandAlert as Bo, ApExportGroup as Go, ApImage as vo, ApInputRadio as wo, ApLabel as Lo, ApLabelGroup as ko, ApLadder as yo, ApSelectLayout as No, ApStatus as Eo, ApStatusGroup as Ko, ApTitle as Xo } from "./business/index.mjs";
33
+ import { ApAttachment as ho, ApBatchAction as Po, ApBatchActionGroup as Bo, ApButtonGroup as Mo, ApCard as Ro, ApExpandAlert as Go, ApExportGroup as vo, ApImage as wo, ApInputRadio as Lo, ApLabel as ko, ApLabelGroup as yo, ApLadder as No, ApSelectLayout as Eo, ApStatus as Ko, ApStatusGroup as Xo, ApTitle as Yo } from "./business/index.mjs";
34
34
  import "./ap-table/index.mjs";
35
35
  import "./editable-table/index.mjs";
36
36
  import "./ap-descriptions/index.mjs";
37
- import { configProviderProps as Ho } from "./config-provider/config-provider-props.mjs";
38
- import { configProviderContextKey as Wo, tableDefaultConfig as zo } from "./config-provider/constants.mjs";
39
- import { keysOf as jo, provideGlobalConfig as qo, useGlobalConfig as Jo } from "./config-provider/hooks/use-global-config.mjs";
40
- import { buildLocaleContext as Vo, buildTranslator as Zo, localeContextKey as _o, translate as $o, useLocale as oe } from "./config-provider/hooks/use-locale.mjs";
41
- import { defaultNamespace as re, namespaceContextKey as te, useGetDerivedNamespace as ae, useNamespace as pe } from "./config-provider/hooks/use-namespace.mjs";
42
- import { ConfigProvider as me, globalConfigCached as le } from "./config-provider/config-provider.mjs";
43
- import { default as se } from "./locale/lang/zh-cn.mjs";
44
- import { default as ie } from "./locale/lang/en.mjs";
45
- import { default as ne } from "./transition/collapse-transition.vue.mjs";
46
- import { useDescription as ce } from "./description/use-description.mjs";
47
- import { useComponentRegister as Fe } from "./pro-form/hooks/use-component-register.mjs";
37
+ import { configProviderProps as Oo } from "./config-provider/config-provider-props.mjs";
38
+ import { configProviderContextKey as zo, tableDefaultConfig as Uo } from "./config-provider/constants.mjs";
39
+ import { keysOf as qo, provideGlobalConfig as Jo, useGlobalConfig as Qo } from "./config-provider/hooks/use-global-config.mjs";
40
+ import { buildLocaleContext as Zo, buildTranslator as _o, localeContextKey as $o, translate as oe, useLocale as ee } from "./config-provider/hooks/use-locale.mjs";
41
+ import { defaultNamespace as te, namespaceContextKey as ae, useGetDerivedNamespace as pe, useNamespace as fe } from "./config-provider/hooks/use-namespace.mjs";
42
+ import { ConfigProvider as le, globalConfigCached as de } from "./config-provider/config-provider.mjs";
43
+ import { default as xe } from "./locale/lang/zh-cn.mjs";
44
+ import { default as ue } from "./locale/lang/en.mjs";
45
+ import { default as Ae } from "./transition/collapse-transition.vue.mjs";
46
+ import { useDescription as Te } from "./description/use-description.mjs";
47
+ import { useComponentRegister as Ce } from "./pro-form/hooks/use-component-register.mjs";
48
48
  import { useForm as be } from "./pro-form/hooks/use-form.mjs";
49
- import { isComponentFormSchema as Ie, isSlotFormSchema as ge } from "./pro-form/types/form.mjs";
50
- import { default as he } from "./pro-form/components/api-cascader.vue.mjs";
49
+ import { isComponentFormSchema as ge, isSlotFormSchema as De } from "./pro-form/types/form.mjs";
50
+ import { default as Pe } from "./pro-form/components/api-cascader.vue.mjs";
51
51
  import { default as Me } from "./pro-form/components/api-radio-group.vue.mjs";
52
- import { default as Be } from "./pro-form/components/api-select.vue.mjs";
53
- import { default as ve } from "./pro-form/components/api-transfer.vue.mjs";
54
- import { default as Le } from "./pro-form/components/api-tree.vue.mjs";
55
- import { default as ye } from "./pro-form/components/radio-button-group.vue.mjs";
56
- import { default as Ee } from "./pro-form/pro-form.vue.mjs";
57
- import { default as Xe } from "./pro-form/components/api-tree-select.vue.mjs";
58
- import { default as He } from "./pro-form/table-form.vue.mjs";
59
- import { default as We } from "./pro-form/table-form-inner.vue.mjs";
60
- import { default as Ue } from "./base-button/modal-button.vue.mjs";
61
- import { default as qe } from "./base-button/pop-confirm-button.vue.mjs";
62
- import { useModalContext as Qe } from "./modal/hooks/use-modal-context.mjs";
63
- import { useModal as Ze, useModalInner as _e } from "./modal/hooks/use-modal.mjs";
64
- import { default as or } from "./pro-table/pro-table.vue.mjs";
65
- import { default as rr } from "./pro-table/components/table-action.vue.mjs";
66
- import { default as ar } from "./pro-table/components/edit-table-header-icon.vue.mjs";
67
- import { default as fr } from "./pro-table/components/table-image.vue.mjs";
68
- import { useTable as lr } from "./pro-table/hooks/use-table.mjs";
69
- import { ApFormItemText as sr } from "./ap-form/items/text/index.mjs";
70
- import { default as ir } from "./ap-form/items/text-area/index.vue.mjs";
71
- import { default as nr } from "./ap-form/items/number/index.vue.mjs";
72
- import { default as cr } from "./ap-form/items/date/index.vue.mjs";
73
- import { default as Fr } from "./ap-form/items/date-range/index.vue.mjs";
52
+ import { default as Ge } from "./pro-form/components/api-select.vue.mjs";
53
+ import { default as we } from "./pro-form/components/api-transfer.vue.mjs";
54
+ import { default as ke } from "./pro-form/components/api-tree.vue.mjs";
55
+ import { default as Ne } from "./pro-form/components/radio-button-group.vue.mjs";
56
+ import { default as Ke } from "./pro-form/pro-form.vue.mjs";
57
+ import { default as Ye } from "./pro-form/components/api-tree-select.vue.mjs";
58
+ import { default as Oe } from "./pro-form/table-form.vue.mjs";
59
+ import { default as ze } from "./pro-form/table-form-inner.vue.mjs";
60
+ import { default as je } from "./base-button/modal-button.vue.mjs";
61
+ import { default as Je } from "./base-button/pop-confirm-button.vue.mjs";
62
+ import { useModalContext as Ve } from "./modal/hooks/use-modal-context.mjs";
63
+ import { useModal as _e, useModalInner as $e } from "./modal/hooks/use-modal.mjs";
64
+ import { default as er } from "./pro-table/pro-table.vue.mjs";
65
+ import { default as tr } from "./pro-table/components/table-action.vue.mjs";
66
+ import { default as pr } from "./pro-table/components/edit-table-header-icon.vue.mjs";
67
+ import { default as mr } from "./pro-table/components/table-image.vue.mjs";
68
+ import { useTable as dr } from "./pro-table/hooks/use-table.mjs";
69
+ import { ApFormItemText as xr } from "./ap-form/items/text/index.mjs";
70
+ import { default as ur } from "./ap-form/items/text-area/index.vue.mjs";
71
+ import { default as Ar } from "./ap-form/items/number/index.vue.mjs";
72
+ import { default as Tr } from "./ap-form/items/date/index.vue.mjs";
73
+ import { default as Cr } from "./ap-form/items/date-range/index.vue.mjs";
74
74
  import { default as br } from "./ap-form/items/radio/index.vue.mjs";
75
- import { default as Ir } from "./ap-form/items/select/index.vue.mjs";
76
- import { default as Dr } from "./ap-form/items/switch/index.vue.mjs";
77
- import { default as Pr } from "./ap-form/items/checkbox/index.vue.mjs";
75
+ import { default as gr } from "./ap-form/items/select/index.vue.mjs";
76
+ import { default as hr } from "./ap-form/items/switch/index.vue.mjs";
77
+ import { default as Br } from "./ap-form/items/checkbox/index.vue.mjs";
78
78
  import { default as Rr } from "./ap-form/items/text/password.vue.mjs";
79
- import { default as Gr } from "./ap-form/ap-form-item.vue.mjs";
80
- import { default as wr } from "./ap-form/ap-form-item-group/index.vue.mjs";
81
- import { default as kr } from "./ap-form/ap-form-list.vue.mjs";
82
- import { default as Nr } from "./ap-form/search-form/index.vue.mjs";
83
- import { default as Kr } from "./ap-form/modal-form/index.vue.mjs";
84
- import { default as Yr } from "./ap-form/dependency/index.vue.mjs";
85
- import { ApFieldText as Or } from "./ap-field/text/index.mjs";
86
- import { default as zr } from "./ap-field/checkbox/index.vue.mjs";
87
- import { default as jr } from "./ap-field/date/index.vue.mjs";
88
- import { default as Jr } from "./ap-field/number/index.vue.mjs";
89
- import { default as Vr } from "./ap-field/radio/index.vue.mjs";
90
- import { default as _r } from "./ap-field/switch/index.vue.mjs";
91
- import { default as ot } from "./ap-field/text-area/index.vue.mjs";
92
- import { default as rt } from "./ap-field/date-range/index.vue.mjs";
93
- import { default as at } from "./ap-field/select/index.vue.mjs";
94
- import { default as ft } from "./ap-field/text/password.vue.mjs";
95
- import { default as lt } from "./ap-field/slider/index.vue.mjs";
96
- import { default as st } from "./ap-field/segmented/index.vue.mjs";
97
- import { default as it } from "./ap-field/rate/index.vue.mjs";
98
- import { default as nt } from "./ap-action/item-modal/index.vue.mjs";
99
- import { default as ct } from "./ap-action/item-popconfirm/index.vue.mjs";
100
- import { default as Ft } from "./ap-action/item-dropdown/index.vue.mjs";
101
- import { default as bt } from "./ap-action/group/index.vue.mjs";
102
- import { generateTableList as It } from "./ap-custom-column/utils.mjs";
103
- import { useCacheColumnSetting as Dt } from "./ap-custom-column/useCacheColumnSetting.mjs";
104
- import { default as Pt } from "./ap-custom-column/custom-column.vue.mjs";
105
- import { default as Rt } from "./ap-custom-column/column-select.vue.mjs";
106
- import { DictCode as Gt, langMap as vt } from "./work-order-modal/interfaces.mjs";
107
- import { createWorkOrderModal as Lt } from "./work-order-modal/createWorkOrder.mjs";
108
- import { default as yt } from "./work-order-modal/work-order-modal.vue.mjs";
109
- import { default as Et } from "./ap-tag/ap-tag.vue.mjs";
110
- import { default as Xt } from "./ap-tag/ap-tag-group.vue.mjs";
111
- import { default as Ht } from "./ap-layout/ApInfoLayout.vue.mjs";
112
- import { NeedNameKeyDefault as Wt } from "./ap-upload/apUploadTypes.mjs";
113
- import { default as Ut } from "./ap-upload/apUpload.vue.mjs";
114
- import { ApDownLoadNeedNameKeyDefault as qt } from "./ap-download/interface.mjs";
115
- import { default as Qt } from "./ap-download/ap-download.vue.mjs";
116
- import { default as Zt } from "./check-card/group.vue.mjs";
117
- import { default as $t } from "./ap-list/index.vue.mjs";
118
- import { default as ea } from "./ap-button/ap-button.vue.mjs";
119
- import { default as ta } from "./ap-button/ap-action-button.vue.mjs";
120
- import { usePageListApTable as pa } from "./business/hooks/usePageListApTable.mjs";
121
- import { useTableRefresh as ma } from "./business/hooks/useTableRefresh.mjs";
122
- import { handleExportDownload as da } from "./business/ap-export-group/handleExportDownload.mjs";
123
- import { default as xa } from "./business/ap-table-modal/index.mjs";
124
- import { useTableModal as ua } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
125
- import { useTableSelectModal as Aa } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
126
- import { ApTransformDataHelper as Ta } from "./utils/ap-trans-data/index.mjs";
127
- import { useTablePaging as Ca } from "./ap-table/hooks/use-table-paging.mjs";
128
- import { default as Sa } from "./ap-table/ap-table.vue.mjs";
129
- import { default as ga } from "./editable-table/index.vue.mjs";
130
- import { default as ha } from "./editable-table/form-item.vue.mjs";
131
- import { default as Ma } from "./ap-descriptions/ap-descriptions.vue.mjs";
79
+ import { default as vr } from "./ap-form/ap-form-item.vue.mjs";
80
+ import { default as Lr } from "./ap-form/ap-form-item-group/index.vue.mjs";
81
+ import { default as yr } from "./ap-form/ap-form-list.vue.mjs";
82
+ import { default as Er } from "./ap-form/search-form/index.vue.mjs";
83
+ import { default as Xr } from "./ap-form/modal-form/index.vue.mjs";
84
+ import { default as Hr } from "./ap-form/dependency/index.vue.mjs";
85
+ import { default as Wr } from "./ap-form/set/index.vue.mjs";
86
+ import { ApFieldText as Ur } from "./ap-field/text/index.mjs";
87
+ import { default as qr } from "./ap-field/checkbox/index.vue.mjs";
88
+ import { default as Qr } from "./ap-field/date/index.vue.mjs";
89
+ import { default as Zr } from "./ap-field/number/index.vue.mjs";
90
+ import { default as $r } from "./ap-field/radio/index.vue.mjs";
91
+ import { default as et } from "./ap-field/switch/index.vue.mjs";
92
+ import { default as tt } from "./ap-field/text-area/index.vue.mjs";
93
+ import { default as pt } from "./ap-field/date-range/index.vue.mjs";
94
+ import { default as mt } from "./ap-field/select/index.vue.mjs";
95
+ import { default as dt } from "./ap-field/text/password.vue.mjs";
96
+ import { default as xt } from "./ap-field/slider/index.vue.mjs";
97
+ import { default as ut } from "./ap-field/segmented/index.vue.mjs";
98
+ import { default as At } from "./ap-field/rate/index.vue.mjs";
99
+ import { default as Tt } from "./ap-action/item-modal/index.vue.mjs";
100
+ import { default as Ct } from "./ap-action/item-popconfirm/index.vue.mjs";
101
+ import { default as bt } from "./ap-action/item-dropdown/index.vue.mjs";
102
+ import { default as gt } from "./ap-action/group/index.vue.mjs";
103
+ import { generateTableList as ht } from "./ap-custom-column/utils.mjs";
104
+ import { useCacheColumnSetting as Bt } from "./ap-custom-column/useCacheColumnSetting.mjs";
105
+ import { default as Rt } from "./ap-custom-column/custom-column.vue.mjs";
106
+ import { default as vt } from "./ap-custom-column/column-select.vue.mjs";
107
+ import { DictCode as Lt, langMap as kt } from "./work-order-modal/interfaces.mjs";
108
+ import { createWorkOrderModal as Nt } from "./work-order-modal/createWorkOrder.mjs";
109
+ import { default as Kt } from "./work-order-modal/work-order-modal.vue.mjs";
110
+ import { default as Yt } from "./ap-tag/ap-tag.vue.mjs";
111
+ import { default as Ot } from "./ap-tag/ap-tag-group.vue.mjs";
112
+ import { default as zt } from "./ap-layout/ApInfoLayout.vue.mjs";
113
+ import { NeedNameKeyDefault as jt } from "./ap-upload/apUploadTypes.mjs";
114
+ import { default as Jt } from "./ap-upload/apUpload.vue.mjs";
115
+ import { ApDownLoadNeedNameKeyDefault as Vt } from "./ap-download/interface.mjs";
116
+ import { default as _t } from "./ap-download/ap-download.vue.mjs";
117
+ import { default as oa } from "./check-card/group.vue.mjs";
118
+ import { default as ra } from "./ap-list/index.vue.mjs";
119
+ import { default as aa } from "./ap-button/ap-button.vue.mjs";
120
+ import { default as fa } from "./ap-button/ap-action-button.vue.mjs";
121
+ import { usePageListApTable as la } from "./business/hooks/usePageListApTable.mjs";
122
+ import { useTableRefresh as sa } from "./business/hooks/useTableRefresh.mjs";
123
+ import { handleExportDownload as ia } from "./business/ap-export-group/handleExportDownload.mjs";
124
+ import { default as na } from "./business/ap-table-modal/index.mjs";
125
+ import { useTableModal as ca } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
126
+ import { useTableSelectModal as Fa } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
127
+ import { ApTransformDataHelper as Sa } from "./utils/ap-trans-data/index.mjs";
128
+ import { useTablePaging as Ia } from "./ap-table/hooks/use-table-paging.mjs";
129
+ import { default as Da } from "./ap-table/ap-table.vue.mjs";
130
+ import { default as Pa } from "./editable-table/index.vue.mjs";
131
+ import { default as Ma } from "./editable-table/form-item.vue.mjs";
132
+ import { default as Ga } from "./ap-descriptions/ap-descriptions.vue.mjs";
132
133
  export {
133
134
  F as APConfigProvider,
134
- ta as ApActionButton,
135
- bt as ApActionGroup,
135
+ fa as ApActionButton,
136
+ gt as ApActionGroup,
136
137
  Co as ApActionItem,
137
- Ft as ApActionItemDropdown,
138
- nt as ApActionItemModal,
139
- ct as ApActionItemPopconfirm,
138
+ bt as ApActionItemDropdown,
139
+ Tt as ApActionItemModal,
140
+ Ct as ApActionItemPopconfirm,
140
141
  ho as ApAttachment,
141
142
  Po as ApBatchAction,
142
- Mo as ApBatchActionGroup,
143
- ea as ApButton,
143
+ Bo as ApBatchActionGroup,
144
+ aa as ApButton,
145
+ Mo as ApButtonGroup,
144
146
  Ro as ApCard,
145
- Pt as ApCustomColumn,
146
- Rt as ApCustomSelect,
147
- Ma as ApDescriptions,
148
- qt as ApDownLoadNeedNameKeyDefault,
149
- Qt as ApDownload,
150
- Bo as ApExpandAlert,
151
- Go as ApExportGroup,
147
+ Rt as ApCustomColumn,
148
+ vt as ApCustomSelect,
149
+ Ga as ApDescriptions,
150
+ Vt as ApDownLoadNeedNameKeyDefault,
151
+ _t as ApDownload,
152
+ Go as ApExpandAlert,
153
+ vo as ApExportGroup,
152
154
  no as ApField,
153
- zr as ApFieldCheckbox,
154
- jr as ApFieldDate,
155
- rt as ApFieldDateRange,
156
- Jr as ApFieldNumber,
157
- ft as ApFieldPassword,
158
- Vr as ApFieldRadio,
159
- it as ApFieldRate,
160
- st as ApFieldSegmented,
161
- at as ApFieldSelect,
162
- lt as ApFieldSlider,
163
- _r as ApFieldSwitch,
164
- Or as ApFieldText,
165
- ot as ApFieldTextArea,
155
+ qr as ApFieldCheckbox,
156
+ Qr as ApFieldDate,
157
+ pt as ApFieldDateRange,
158
+ Zr as ApFieldNumber,
159
+ dt as ApFieldPassword,
160
+ $r as ApFieldRadio,
161
+ At as ApFieldRate,
162
+ ut as ApFieldSegmented,
163
+ mt as ApFieldSelect,
164
+ xt as ApFieldSlider,
165
+ et as ApFieldSwitch,
166
+ Ur as ApFieldText,
167
+ tt as ApFieldTextArea,
166
168
  io as ApForm,
167
- Yr as ApFormDependency,
168
- Gr as ApFormItem,
169
- Pr as ApFormItemCheckbox,
170
- cr as ApFormItemDate,
171
- Fr as ApFormItemDateRange,
172
- wr as ApFormItemGroup,
173
- nr as ApFormItemNumber,
169
+ Hr as ApFormDependency,
170
+ vr as ApFormItem,
171
+ Br as ApFormItemCheckbox,
172
+ Tr as ApFormItemDate,
173
+ Cr as ApFormItemDateRange,
174
+ Lr as ApFormItemGroup,
175
+ Ar as ApFormItemNumber,
174
176
  br as ApFormItemRadio,
175
- Ir as ApFormItemSelect,
176
- Dr as ApFormItemSwitch,
177
- sr as ApFormItemText,
178
- ir as ApFormItemTextArea,
177
+ gr as ApFormItemSelect,
178
+ hr as ApFormItemSwitch,
179
+ xr as ApFormItemText,
180
+ ur as ApFormItemTextArea,
179
181
  Rr as ApFormItemTextPassword,
180
- kr as ApFormList,
181
- Kr as ApFormModalForm,
182
- Nr as ApFormSearchForm,
183
- vo as ApImage,
184
- Ht as ApInfoLayout,
185
- wo as ApInputRadio,
186
- Lo as ApLabel,
187
- ko as ApLabelGroup,
188
- yo as ApLadder,
189
- $t as ApList,
182
+ yr as ApFormList,
183
+ Xr as ApFormModalForm,
184
+ Er as ApFormSearchForm,
185
+ Wr as ApFormSet,
186
+ wo as ApImage,
187
+ zt as ApInfoLayout,
188
+ Lo as ApInputRadio,
189
+ ko as ApLabel,
190
+ yo as ApLabelGroup,
191
+ No as ApLadder,
192
+ ra as ApList,
190
193
  go as ApModal,
191
- No as ApSelectLayout,
192
- Eo as ApStatus,
193
- Ko as ApStatusGroup,
194
- Sa as ApTable,
195
- xa as ApTableModal,
196
- Et as ApTag,
197
- Xt as ApTagGroup,
198
- Xo as ApTitle,
199
- Ta as ApTransformDataHelper,
200
- Ut as ApUpload,
201
- he as ApiCascader,
194
+ Eo as ApSelectLayout,
195
+ Ko as ApStatus,
196
+ Xo as ApStatusGroup,
197
+ Da as ApTable,
198
+ na as ApTableModal,
199
+ Yt as ApTag,
200
+ Ot as ApTagGroup,
201
+ Yo as ApTitle,
202
+ Sa as ApTransformDataHelper,
203
+ Jt as ApUpload,
204
+ Pe as ApiCascader,
202
205
  Me as ApiRadioGroup,
203
- Be as ApiSelect,
204
- ve as ApiTransfer,
205
- Le as ApiTree,
206
- Xe as ApiTreeSelect,
206
+ Ge as ApiSelect,
207
+ we as ApiTransfer,
208
+ ke as ApiTree,
209
+ Ye as ApiTreeSelect,
207
210
  Q as BaseButton,
208
211
  $ as BaseModal,
209
- M as BasicArrow,
210
- R as BasicHelp,
211
- B as BasicTitle,
212
- So as CheckCard,
213
- Zt as CheckCardGroup,
212
+ B as BasicArrow,
213
+ M as BasicHelp,
214
+ R as BasicTitle,
215
+ bo as CheckCard,
216
+ oa as CheckCardGroup,
214
217
  I as CollapseContainer,
215
- ne as CollapseTransition,
216
- me as ConfigProvider,
218
+ Ae as CollapseTransition,
219
+ le as ConfigProvider,
217
220
  ao as CountdownButton,
218
221
  po as CountdownInput,
219
222
  eo as CropperAvatar,
220
223
  ro as CropperImage,
221
224
  U as Description,
222
- Gt as DictCode,
225
+ Lt as DictCode,
223
226
  so as Dropdown,
224
- ar as EditTableHeaderIcon,
225
- ga as EditableTable,
226
- ha as EditableTableFormItem,
227
+ pr as EditTableHeaderIcon,
228
+ Pa as EditableTable,
229
+ Ma as EditableTableFormItem,
227
230
  v as ExpandTransition,
228
231
  w as ExpandXTransition,
229
232
  L as FadeTransition,
230
233
  q as Field,
231
234
  A as Icon,
232
235
  h as IconPicker,
233
- Ue as ModalButton,
234
- Wt as NeedNameKeyDefault,
235
- qe as PopConfirmButton,
236
- Ee as ProForm,
237
- or as ProTable,
238
- He as ProTableForm,
239
- We as ProTableFormInner,
240
- ye as RadioButtonGroup,
236
+ je as ModalButton,
237
+ jt as NeedNameKeyDefault,
238
+ Je as PopConfirmButton,
239
+ Ke as ProForm,
240
+ er as ProTable,
241
+ Oe as ProTableForm,
242
+ ze as ProTableFormInner,
243
+ Ne as RadioButtonGroup,
241
244
  k as ScaleRotateTransition,
242
245
  y as ScaleTransition,
243
246
  g as ScrollContainer,
@@ -245,54 +248,54 @@ export {
245
248
  E as ScrollXTransition,
246
249
  K as ScrollYReverseTransition,
247
250
  X as ScrollYTransition,
248
- b as Scrollbar,
251
+ S as Scrollbar,
249
252
  Y as SlideXReverseTransition,
250
253
  H as SlideXTransition,
251
254
  O as SlideYReverseTransition,
252
255
  W as SlideYTransition,
253
256
  Z as StrengthMeter,
254
257
  c as SvgIcon,
255
- rr as TableAction,
256
- fr as TableImg,
257
- yt as WorkOrderModal,
258
+ tr as TableAction,
259
+ mr as TableImg,
260
+ Kt as WorkOrderModal,
258
261
  co as adminToken,
259
262
  To as aplusToken,
260
- Vo as buildLocaleContext,
261
- Zo as buildTranslator,
262
- Wo as configProviderContextKey,
263
- Ho as configProviderProps,
263
+ Zo as buildLocaleContext,
264
+ _o as buildTranslator,
265
+ zo as configProviderContextKey,
266
+ Oo as configProviderProps,
264
267
  mo as createPrompt,
265
- Lt as createWorkOrderModal,
266
- re as defaultNamespace,
267
- ie as en,
268
- It as generateTableList,
269
- le as globalConfigCached,
270
- da as handleExportDownload,
271
- Ie as isComponentFormSchema,
272
- ge as isSlotFormSchema,
273
- jo as keysOf,
274
- vt as langMap,
275
- _o as localeContextKey,
276
- te as namespaceContextKey,
277
- qo as provideGlobalConfig,
278
- zo as tableDefaultConfig,
279
- $o as translate,
280
- Dt as useCacheColumnSetting,
281
- Fe as useComponentRegister,
282
- ce as useDescription,
268
+ Nt as createWorkOrderModal,
269
+ te as defaultNamespace,
270
+ ue as en,
271
+ ht as generateTableList,
272
+ de as globalConfigCached,
273
+ ia as handleExportDownload,
274
+ ge as isComponentFormSchema,
275
+ De as isSlotFormSchema,
276
+ qo as keysOf,
277
+ kt as langMap,
278
+ $o as localeContextKey,
279
+ ae as namespaceContextKey,
280
+ Jo as provideGlobalConfig,
281
+ Uo as tableDefaultConfig,
282
+ oe as translate,
283
+ Bt as useCacheColumnSetting,
284
+ Ce as useComponentRegister,
285
+ Te as useDescription,
283
286
  be as useForm,
284
- ae as useGetDerivedNamespace,
285
- Jo as useGlobalConfig,
286
- oe as useLocale,
287
- Ze as useModal,
288
- Qe as useModalContext,
289
- _e as useModalInner,
290
- pe as useNamespace,
291
- pa as usePageListApTable,
292
- lr as useTable,
293
- ua as useTableModal,
294
- Ca as useTablePaging,
295
- ma as useTableRefresh,
296
- Aa as useTableSelectModal,
297
- se as zhCn
287
+ pe as useGetDerivedNamespace,
288
+ Qo as useGlobalConfig,
289
+ ee as useLocale,
290
+ _e as useModal,
291
+ Ve as useModalContext,
292
+ $e as useModalInner,
293
+ fe as useNamespace,
294
+ la as usePageListApTable,
295
+ dr as useTable,
296
+ ca as useTableModal,
297
+ Ia as useTablePaging,
298
+ sa as useTableRefresh,
299
+ Fa as useTableSelectModal,
300
+ xe as zhCn
298
301
  };
@@ -4,6 +4,17 @@
4
4
  flex-wrap: nowrap;
5
5
  height: 100%;
6
6
  }
7
+ .aplus-ap-column-setting-wrapper .aplus-ap-table-table-header__title {
8
+ display: inline-block;
9
+ -webkit-line-clamp: unset;
10
+ -webkit-box-orient: unset;
11
+ overflow: unset;
12
+ text-overflow: unset;
13
+ word-break: unset;
14
+ white-space: nowrap;
15
+ overflow: hidden;
16
+ text-overflow: ellipsis;
17
+ }
7
18
  .aplus-ap-column-setting-left {
8
19
  flex: 1;
9
20
  flex-shrink: 1;
@@ -28,11 +39,12 @@
28
39
  }
29
40
  .aplus-ap-column-setting-left__content .ant-checkbox-wrapper {
30
41
  max-width: 100%;
42
+ display: inline-flex;
43
+ align-items: center;
31
44
  }
32
45
  .aplus-ap-column-setting-left__content .ant-checkbox-wrapper > span:last-child {
33
- white-space: nowrap;
34
- overflow: hidden;
35
- text-overflow: ellipsis;
46
+ flex: 1;
47
+ min-width: 0;
36
48
  }
37
49
  .aplus-ap-column-setting-right {
38
50
  width: 240px;
@@ -44,3 +44,15 @@
44
44
  .aplus-editable-table .ant-form-item-explain-error {
45
45
  text-align: left;
46
46
  }
47
+ .aplus-editable-table-table-header__title {
48
+ display: -webkit-inline-box;
49
+ -webkit-line-clamp: 2;
50
+ -webkit-box-orient: vertical;
51
+ overflow: hidden;
52
+ text-overflow: ellipsis;
53
+ white-space: normal;
54
+ max-width: 100%;
55
+ vertical-align: middle;
56
+ word-break: break-all;
57
+ flex: 1;
58
+ }