@aplus-frontend/ui 0.1.30 → 0.1.32

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