@aplus-frontend/ui 0.1.24 → 0.1.26

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 (96) hide show
  1. package/es/index.mjs +58 -55
  2. package/es/src/ap-form/ap-form-item.vue.mjs +26 -26
  3. package/es/src/ap-form/search-form/index.vue.mjs +1 -0
  4. package/es/src/ap-layout/ApInfoLayout.vue.d.ts +81 -0
  5. package/es/src/ap-layout/ApInfoLayout.vue.mjs +41 -0
  6. package/es/src/ap-layout/ApInfoLayout.vue2.mjs +4 -0
  7. package/es/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +48 -0
  8. package/es/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs +4 -0
  9. package/es/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +42 -0
  10. package/es/src/ap-layout/{ap-info-layout → ap-info-layout-aplus}/ap-info-layout.vue.d.ts +3 -3
  11. package/es/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue.mjs +4 -0
  12. package/es/src/ap-layout/index.d.ts +2 -1
  13. package/es/src/ap-layout/index.mjs +2 -1
  14. package/es/src/ap-layout/interface.d.ts +8 -2
  15. package/es/src/ap-layout/interface.mjs +1 -0
  16. package/es/src/ap-layout/style/ap-info-layout.css +17 -0
  17. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +91 -89
  18. package/es/src/ap-upload/components/Picture.vue2.mjs +114 -112
  19. package/es/src/ap-upload/components/SingleFile.vue2.mjs +10 -7
  20. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +37 -27
  21. package/es/src/business/ap-input-radio/interface.d.ts +4 -3
  22. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +159 -0
  23. package/es/src/business/ap-ladder/ApLadder.vue.mjs +4 -0
  24. package/es/src/business/ap-ladder/ApLadder.vue2.mjs +176 -0
  25. package/es/src/business/ap-ladder/interface.d.ts +134 -0
  26. package/es/src/business/ap-ladder/interface.mjs +10 -0
  27. package/es/src/business/ap-ladder/style.css +56 -0
  28. package/es/src/business/hooks/index.d.ts +1 -0
  29. package/es/src/business/hooks/index.mjs +3 -1
  30. package/es/src/business/hooks/usePageListApTable.d.ts +25 -3
  31. package/es/src/business/hooks/usePageListApTable.mjs +40 -29
  32. package/es/src/business/hooks/useTableRefresh.d.ts +17 -0
  33. package/es/src/business/hooks/useTableRefresh.mjs +16 -0
  34. package/es/src/business/index.d.ts +719 -9
  35. package/es/src/business/index.mjs +25 -22
  36. package/es/src/components.d.ts +1 -0
  37. package/es/src/index.mjs +206 -203
  38. package/es/src/theme/antd-global-overwrite/aplus/index.css +8 -0
  39. package/es/src/theme/antd-global-overwrite/aplus/table.css +8 -0
  40. package/es/src/theme/ap-ladder/ap-ladder.css +56 -0
  41. package/es/src/theme/ap-layout/ap-info-layout.css +17 -0
  42. package/lib/index.js +1 -1
  43. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  44. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  45. package/lib/src/ap-layout/ApInfoLayout.vue.d.ts +81 -0
  46. package/lib/src/ap-layout/ApInfoLayout.vue.js +1 -0
  47. package/lib/src/ap-layout/ApInfoLayout.vue2.js +1 -0
  48. package/lib/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +48 -0
  49. package/lib/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.js +1 -0
  50. package/lib/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +1 -0
  51. package/lib/src/ap-layout/{ap-info-layout → ap-info-layout-aplus}/ap-info-layout.vue.d.ts +3 -3
  52. package/lib/src/ap-layout/{ap-info-layout/ap-info-layout.vue2.js → ap-info-layout-aplus/ap-info-layout.vue.js} +1 -1
  53. package/lib/src/ap-layout/index.d.ts +2 -1
  54. package/lib/src/ap-layout/index.js +1 -1
  55. package/lib/src/ap-layout/interface.d.ts +8 -2
  56. package/lib/src/ap-layout/interface.js +1 -0
  57. package/lib/src/ap-layout/style/ap-info-layout.css +17 -0
  58. package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
  59. package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
  60. package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
  61. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  62. package/lib/src/business/ap-input-radio/interface.d.ts +4 -3
  63. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +159 -0
  64. package/lib/src/business/ap-ladder/ApLadder.vue.js +1 -0
  65. package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -0
  66. package/lib/src/business/ap-ladder/interface.d.ts +134 -0
  67. package/lib/src/business/ap-ladder/interface.js +1 -0
  68. package/lib/src/business/ap-ladder/style.css +56 -0
  69. package/lib/src/business/hooks/index.d.ts +1 -0
  70. package/lib/src/business/hooks/index.js +1 -1
  71. package/lib/src/business/hooks/usePageListApTable.d.ts +25 -3
  72. package/lib/src/business/hooks/usePageListApTable.js +1 -1
  73. package/lib/src/business/hooks/useTableRefresh.d.ts +17 -0
  74. package/lib/src/business/hooks/useTableRefresh.js +1 -0
  75. package/lib/src/business/index.d.ts +719 -9
  76. package/lib/src/business/index.js +1 -1
  77. package/lib/src/components.d.ts +1 -0
  78. package/lib/src/index.js +1 -1
  79. package/lib/src/theme/antd-global-overwrite/aplus/index.css +8 -0
  80. package/lib/src/theme/antd-global-overwrite/aplus/table.css +8 -0
  81. package/lib/src/theme/ap-ladder/ap-ladder.css +56 -0
  82. package/lib/src/theme/ap-layout/ap-info-layout.css +17 -0
  83. package/package.json +1 -1
  84. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue2.mjs +0 -4
  85. /package/es/src/ap-layout/{ap-info-layout/ap-info-layout.vue.mjs → ap-info-layout-aplus/ap-info-layout.vue2.mjs} +0 -0
  86. /package/es/src/business/{expandAlert → ap-expand-alert}/ApExpandAlert.vue.d.ts +0 -0
  87. /package/es/src/business/{expandAlert → ap-expand-alert}/ApExpandAlert.vue.mjs +0 -0
  88. /package/es/src/business/{expandAlert → ap-expand-alert}/ApExpandAlert.vue2.mjs +0 -0
  89. /package/es/src/business/{expandAlert → ap-expand-alert}/interface.d.ts +0 -0
  90. /package/es/src/business/{expandAlert → ap-expand-alert}/style.css +0 -0
  91. /package/lib/src/ap-layout/{ap-info-layout/ap-info-layout.vue.js → ap-info-layout-aplus/ap-info-layout.vue2.js} +0 -0
  92. /package/lib/src/business/{expandAlert → ap-expand-alert}/ApExpandAlert.vue.d.ts +0 -0
  93. /package/lib/src/business/{expandAlert → ap-expand-alert}/ApExpandAlert.vue.js +0 -0
  94. /package/lib/src/business/{expandAlert → ap-expand-alert}/ApExpandAlert.vue2.js +0 -0
  95. /package/lib/src/business/{expandAlert → ap-expand-alert}/interface.d.ts +0 -0
  96. /package/lib/src/business/{expandAlert → ap-expand-alert}/style.css +0 -0
@@ -1,7 +1,7 @@
1
1
  import { withInstall as o } from "@aplus-frontend/utils";
2
2
  import "./hooks/index.mjs";
3
3
  import "./title/ApTitle.vue.mjs";
4
- import "./expandAlert/ApExpandAlert.vue.mjs";
4
+ import "./ap-expand-alert/ApExpandAlert.vue.mjs";
5
5
  import t from "./ap-label/ApLabel.mjs";
6
6
  import m from "./ap-label/ApLabelGroup.mjs";
7
7
  import "./ap-status/ApStatus.vue.mjs";
@@ -12,35 +12,38 @@ import "./ap-input-radio/ApInputRadio.vue.mjs";
12
12
  import "./ap-batch-action/ApBatchAction.vue.mjs";
13
13
  import "./ap-batch-action-group/ApBatchActionGroup.vue.mjs";
14
14
  import "./ap-image/ApImage.vue.mjs";
15
+ import "./ap-ladder/ApLadder.vue.mjs";
15
16
  import p from "./ap-attachment/ApAttachment.mjs";
16
- import { ApTransformDataHelper as to } from "../utils/ap-trans-data/index.mjs";
17
+ import { ApTransformDataHelper as io } from "../utils/ap-trans-data/index.mjs";
17
18
  import "./ap-batch-action-group/interface.mjs";
18
- import { default as po } from "./ap-table-modal/index.mjs";
19
+ import { default as no } from "./ap-table-modal/index.mjs";
19
20
  import r from "./title/ApTitle.vue2.mjs";
20
- import i from "./expandAlert/ApExpandAlert.vue2.mjs";
21
+ import i from "./ap-expand-alert/ApExpandAlert.vue2.mjs";
21
22
  import a from "./ap-status/ApStatus.vue2.mjs";
22
23
  import n from "./ap-status/ApStatusGroup.vue2.mjs";
23
24
  import c from "./ap-select-layout/select-layout.vue2.mjs";
24
25
  import f from "./ap-export-group/ApExportGroup.vue2.mjs";
25
26
  import s from "./ap-input-radio/ApInputRadio.vue2.mjs";
26
- import A from "./ap-batch-action/ApBatchAction.vue2.mjs";
27
- import _ from "./ap-batch-action-group/ApBatchActionGroup.vue2.mjs";
27
+ import _ from "./ap-batch-action/ApBatchAction.vue2.mjs";
28
+ import A from "./ap-batch-action-group/ApBatchActionGroup.vue2.mjs";
28
29
  import e from "./ap-image/ApImage.vue2.mjs";
29
- const C = o(r), F = i, J = o(t), K = o(a), N = o(n), O = o(c), P = o(f), Q = s, U = A, V = m, W = _, X = e, Y = p;
30
+ import l from "./ap-ladder/ApLadder.vue2.mjs";
31
+ const K = o(r), N = i, O = o(t), P = o(a), Q = o(n), U = o(c), V = o(f), W = s, X = _, Y = m, Z = A, oo = e, to = o(l), mo = p;
30
32
  export {
31
- Y as ApAttachment,
32
- U as ApBatchAction,
33
- W as ApBatchActionGroup,
34
- F as ApExpandAlert,
35
- P as ApExportGroup,
36
- X as ApImage,
37
- Q as ApInputRadio,
38
- J as ApLabel,
39
- V as ApLabelGroup,
40
- O as ApSelectLayout,
41
- K as ApStatus,
42
- N as ApStatusGroup,
43
- po as ApTableModal,
44
- C as ApTitle,
45
- to as ApTransformDataHelper
33
+ mo as ApAttachment,
34
+ X as ApBatchAction,
35
+ Z as ApBatchActionGroup,
36
+ N as ApExpandAlert,
37
+ V as ApExportGroup,
38
+ oo as ApImage,
39
+ W as ApInputRadio,
40
+ O as ApLabel,
41
+ Y as ApLabelGroup,
42
+ to as ApLadder,
43
+ U as ApSelectLayout,
44
+ P as ApStatus,
45
+ Q as ApStatusGroup,
46
+ no as ApTableModal,
47
+ K as ApTitle,
48
+ io as ApTransformDataHelper
46
49
  };
@@ -37,6 +37,7 @@ declare module '@vue/runtime-core' {
37
37
  ProTableForm: typeof components.ProTableForm;
38
38
  ProTableFormInner: typeof components.ProTableFormInner;
39
39
  ApTitle: typeof components.ApTitle;
40
+ ApLadder: typeof components.ApLadder;
40
41
  }
41
42
  }
42
43
 
package/es/src/index.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  import { Icon as n, SvgIcon as A } from "./icon/index.mjs";
2
2
  import { APConfigProvider as T } from "./config-provider/index.mjs";
3
3
  import { Scrollbar as C } from "./scroll-bar/index.mjs";
4
- import { CollapseContainer as b, ScrollContainer as I } from "./container/index.mjs";
4
+ import { CollapseContainer as S, ScrollContainer as I } from "./container/index.mjs";
5
5
  import { IconPicker as P } from "./icon-picker/index.mjs";
6
6
  import "./locale/index.mjs";
7
- import { BasicArrow as h, BasicHelp as M, BasicTitle as R } from "./basic/index.mjs";
8
- import { ExpandTransition as v, ExpandXTransition as B, FadeTransition as w, ScaleRotateTransition as L, 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";
7
+ import { BasicArrow as D, BasicHelp as R, BasicTitle as M } from "./basic/index.mjs";
8
+ import { ExpandTransition as v, ExpandXTransition as B, 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
9
  import { Description as z } from "./description/index.mjs";
10
10
  import { Field as j } from "./pro-form/index.mjs";
11
11
  import { BaseButton as J } from "./base-button/index.mjs";
@@ -26,183 +26,185 @@ 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 Io } from "./ap-modal/index.mjs";
31
31
  import "./ap-list/index.mjs";
32
- import { ApAttachment as Po, ApBatchAction as Do, ApBatchActionGroup as ho, ApExpandAlert as Mo, ApExportGroup as Ro, ApImage as Go, ApInputRadio as vo, ApLabel as Bo, ApLabelGroup as wo, ApSelectLayout as Lo, ApStatus as ko, ApStatusGroup as No, ApTitle as yo } from "./business/index.mjs";
32
+ import { ApAttachment as Po, ApBatchAction as ho, ApBatchActionGroup as Do, ApExpandAlert as Ro, ApExportGroup as Mo, ApImage as Go, ApInputRadio as vo, ApLabel as Bo, ApLabelGroup as Lo, ApLadder as wo, ApSelectLayout as ko, ApStatus as No, ApStatusGroup as yo, ApTitle as Eo } from "./business/index.mjs";
33
33
  import "./ap-table/index.mjs";
34
34
  import "./editable-table/index.mjs";
35
35
  import "./ap-descriptions/index.mjs";
36
- import { configProviderProps as Ko } from "./config-provider/config-provider-props.mjs";
37
- import { configProviderContextKey as Yo, tableDefaultConfig as Ho } from "./config-provider/constants.mjs";
38
- import { keysOf as Wo, provideGlobalConfig as zo, useGlobalConfig as Uo } from "./config-provider/hooks/use-global-config.mjs";
39
- import { buildLocaleContext as qo, buildTranslator as Jo, localeContextKey as Qo, translate as Vo, useLocale as Zo } from "./config-provider/hooks/use-locale.mjs";
40
- import { defaultNamespace as $o, namespaceContextKey as oe, useGetDerivedNamespace as ee, useNamespace as re } from "./config-provider/hooks/use-namespace.mjs";
41
- import { ConfigProvider as ae, globalConfigCached as pe } from "./config-provider/config-provider.mjs";
42
- import { default as me } from "./locale/lang/zh-cn.mjs";
43
- import { default as de } from "./locale/lang/en.mjs";
44
- import { default as xe } from "./transition/collapse-transition.vue.mjs";
45
- import { useDescription as ue } from "./description/use-description.mjs";
46
- import { useComponentRegister as Ae } from "./pro-form/hooks/use-component-register.mjs";
47
- import { useForm as Te } from "./pro-form/hooks/use-form.mjs";
48
- import { isComponentFormSchema as Ce, isSlotFormSchema as Se } from "./pro-form/types/form.mjs";
49
- import { default as Ie } from "./pro-form/components/api-cascader.vue.mjs";
50
- import { default as Pe } from "./pro-form/components/api-radio-group.vue.mjs";
51
- import { default as he } from "./pro-form/components/api-select.vue.mjs";
52
- import { default as Re } from "./pro-form/components/api-transfer.vue.mjs";
53
- import { default as ve } from "./pro-form/components/api-tree.vue.mjs";
36
+ import { configProviderProps as Xo } from "./config-provider/config-provider-props.mjs";
37
+ import { configProviderContextKey as Ho, tableDefaultConfig as Oo } from "./config-provider/constants.mjs";
38
+ import { keysOf as zo, provideGlobalConfig as Uo, useGlobalConfig as jo } from "./config-provider/hooks/use-global-config.mjs";
39
+ import { buildLocaleContext as Jo, buildTranslator as Qo, localeContextKey as Vo, translate as Zo, useLocale as _o } from "./config-provider/hooks/use-locale.mjs";
40
+ import { defaultNamespace as oe, namespaceContextKey as ee, useGetDerivedNamespace as re, useNamespace as te } from "./config-provider/hooks/use-namespace.mjs";
41
+ import { ConfigProvider as pe, globalConfigCached as fe } from "./config-provider/config-provider.mjs";
42
+ import { default as le } from "./locale/lang/zh-cn.mjs";
43
+ import { default as se } from "./locale/lang/en.mjs";
44
+ import { default as ie } from "./transition/collapse-transition.vue.mjs";
45
+ import { useDescription as ne } from "./description/use-description.mjs";
46
+ import { useComponentRegister as ce } from "./pro-form/hooks/use-component-register.mjs";
47
+ import { useForm as Fe } from "./pro-form/hooks/use-form.mjs";
48
+ import { isComponentFormSchema as be, isSlotFormSchema as Se } from "./pro-form/types/form.mjs";
49
+ import { default as ge } from "./pro-form/components/api-cascader.vue.mjs";
50
+ import { default as he } 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";
53
+ import { default as Be } from "./pro-form/components/api-tree.vue.mjs";
54
54
  import { default as we } from "./pro-form/components/radio-button-group.vue.mjs";
55
- import { default as ke } from "./pro-form/pro-form.vue.mjs";
56
- import { default as ye } from "./pro-form/components/api-tree-select.vue.mjs";
57
- import { default as Ke } from "./pro-form/table-form.vue.mjs";
58
- import { default as Ye } from "./pro-form/table-form-inner.vue.mjs";
59
- import { default as Oe } from "./base-button/modal-button.vue.mjs";
60
- import { default as ze } from "./base-button/pop-confirm-button.vue.mjs";
61
- import { useModalContext as je } from "./modal/hooks/use-modal-context.mjs";
62
- import { useModal as Je, useModalInner as Qe } from "./modal/hooks/use-modal.mjs";
63
- import { default as Ze } from "./pro-table/pro-table.vue.mjs";
64
- import { default as $e } from "./pro-table/components/table-action.vue.mjs";
65
- import { default as er } from "./pro-table/components/edit-table-header-icon.vue.mjs";
66
- import { default as tr } from "./pro-table/components/table-image.vue.mjs";
67
- import { useTable as pr } from "./pro-table/hooks/use-table.mjs";
68
- import { ApFormItemText as mr } from "./ap-form/items/text/index.mjs";
69
- import { default as dr } from "./ap-form/items/text-area/index.vue.mjs";
70
- import { default as xr } from "./ap-form/items/number/index.vue.mjs";
71
- import { default as ur } from "./ap-form/items/date/index.vue.mjs";
72
- import { default as Ar } from "./ap-form/items/date-range/index.vue.mjs";
73
- import { default as Tr } from "./ap-form/items/radio/index.vue.mjs";
74
- import { default as Cr } from "./ap-form/items/select/index.vue.mjs";
75
- import { default as br } from "./ap-form/items/switch/index.vue.mjs";
76
- import { default as gr } from "./ap-form/items/checkbox/index.vue.mjs";
55
+ import { default as Ne } from "./pro-form/pro-form.vue.mjs";
56
+ import { default as Ee } from "./pro-form/components/api-tree-select.vue.mjs";
57
+ import { default as Xe } from "./pro-form/table-form.vue.mjs";
58
+ import { default as He } from "./pro-form/table-form-inner.vue.mjs";
59
+ import { default as We } from "./base-button/modal-button.vue.mjs";
60
+ import { default as Ue } from "./base-button/pop-confirm-button.vue.mjs";
61
+ import { useModalContext as qe } from "./modal/hooks/use-modal-context.mjs";
62
+ import { useModal as Qe, useModalInner as Ve } from "./modal/hooks/use-modal.mjs";
63
+ import { default as _e } from "./pro-table/pro-table.vue.mjs";
64
+ import { default as or } from "./pro-table/components/table-action.vue.mjs";
65
+ import { default as rr } from "./pro-table/components/edit-table-header-icon.vue.mjs";
66
+ import { default as ar } from "./pro-table/components/table-image.vue.mjs";
67
+ import { useTable as fr } from "./pro-table/hooks/use-table.mjs";
68
+ import { ApFormItemText as lr } from "./ap-form/items/text/index.mjs";
69
+ import { default as sr } from "./ap-form/items/text-area/index.vue.mjs";
70
+ import { default as ir } from "./ap-form/items/number/index.vue.mjs";
71
+ import { default as nr } from "./ap-form/items/date/index.vue.mjs";
72
+ import { default as cr } from "./ap-form/items/date-range/index.vue.mjs";
73
+ import { default as Fr } from "./ap-form/items/radio/index.vue.mjs";
74
+ import { default as br } from "./ap-form/items/select/index.vue.mjs";
75
+ import { default as Ir } from "./ap-form/items/switch/index.vue.mjs";
76
+ import { default as Pr } from "./ap-form/items/checkbox/index.vue.mjs";
77
77
  import { default as Dr } from "./ap-form/items/text/password.vue.mjs";
78
78
  import { default as Mr } from "./ap-form/ap-form-item.vue.mjs";
79
- import { default as Gr } from "./ap-form/ap-form-item-group/index.vue.mjs";
80
- import { default as Br } from "./ap-form/ap-form-list.vue.mjs";
81
- import { default as Lr } from "./ap-form/search-form/index.vue.mjs";
82
- import { default as Nr } from "./ap-form/modal-form/index.vue.mjs";
83
- import { ApFieldText as Er } from "./ap-field/text/index.mjs";
84
- import { default as Xr } from "./ap-field/checkbox/index.vue.mjs";
85
- import { default as Hr } from "./ap-field/date/index.vue.mjs";
86
- import { default as Wr } from "./ap-field/number/index.vue.mjs";
87
- import { default as Ur } from "./ap-field/radio/index.vue.mjs";
88
- import { default as qr } from "./ap-field/switch/index.vue.mjs";
89
- import { default as Qr } from "./ap-field/text-area/index.vue.mjs";
90
- import { default as Zr } from "./ap-field/date-range/index.vue.mjs";
91
- import { default as $r } from "./ap-field/select/index.vue.mjs";
92
- import { default as et } from "./ap-field/text/password.vue.mjs";
93
- import { default as tt } from "./ap-field/slider/index.vue.mjs";
94
- import { default as pt } from "./ap-field/segmented/index.vue.mjs";
95
- import { default as mt } from "./ap-field/rate/index.vue.mjs";
96
- import { default as dt } from "./ap-action/item-modal/index.vue.mjs";
97
- import { default as xt } from "./ap-action/item-popconfirm/index.vue.mjs";
98
- import { default as ut } from "./ap-action/item-dropdown/index.vue.mjs";
99
- import { default as At } from "./ap-action/group/index.vue.mjs";
100
- import { generateTableList as Tt } from "./ap-custom-column/utils.mjs";
101
- import { useCacheColumnSetting as Ct } from "./ap-custom-column/useCacheColumnSetting.mjs";
102
- import { default as bt } from "./ap-custom-column/custom-column.vue.mjs";
103
- import { default as gt } from "./ap-custom-column/column-select.vue.mjs";
79
+ import { default as vr } from "./ap-form/ap-form-item-group/index.vue.mjs";
80
+ import { default as Lr } from "./ap-form/ap-form-list.vue.mjs";
81
+ import { default as kr } from "./ap-form/search-form/index.vue.mjs";
82
+ import { default as yr } from "./ap-form/modal-form/index.vue.mjs";
83
+ import { ApFieldText as Kr } from "./ap-field/text/index.mjs";
84
+ import { default as Yr } from "./ap-field/checkbox/index.vue.mjs";
85
+ import { default as Or } from "./ap-field/date/index.vue.mjs";
86
+ import { default as zr } from "./ap-field/number/index.vue.mjs";
87
+ import { default as jr } from "./ap-field/radio/index.vue.mjs";
88
+ import { default as Jr } from "./ap-field/switch/index.vue.mjs";
89
+ import { default as Vr } 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 ot } from "./ap-field/select/index.vue.mjs";
92
+ import { default as rt } from "./ap-field/text/password.vue.mjs";
93
+ import { default as at } from "./ap-field/slider/index.vue.mjs";
94
+ import { default as ft } from "./ap-field/segmented/index.vue.mjs";
95
+ import { default as lt } from "./ap-field/rate/index.vue.mjs";
96
+ import { default as st } from "./ap-action/item-modal/index.vue.mjs";
97
+ import { default as it } from "./ap-action/item-popconfirm/index.vue.mjs";
98
+ import { default as nt } from "./ap-action/item-dropdown/index.vue.mjs";
99
+ import { default as ct } from "./ap-action/group/index.vue.mjs";
100
+ import { generateTableList as Ft } from "./ap-custom-column/utils.mjs";
101
+ import { useCacheColumnSetting as bt } from "./ap-custom-column/useCacheColumnSetting.mjs";
102
+ import { default as It } from "./ap-custom-column/custom-column.vue.mjs";
103
+ import { default as Pt } from "./ap-custom-column/column-select.vue.mjs";
104
104
  import { DictCode as Dt } from "./work-order-modal/interfaces.mjs";
105
105
  import { createWorkOrderModal as Mt } from "./work-order-modal/createWorkOrder.mjs";
106
- import { default as Gt } from "./work-order-modal/work-order-modal.vue.mjs";
107
- import { default as Bt } from "./ap-tag/ap-tag.vue.mjs";
108
- import { default as Lt } from "./ap-tag/ap-tag-group.vue.mjs";
109
- import { default as Nt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
110
- import { NeedNameKeyDefault as Et } from "./ap-upload/apUploadTypes.mjs";
111
- import { default as Xt } from "./ap-upload/apUpload.vue.mjs";
112
- import { ApDownLoadNeedNameKeyDefault as Ht } from "./ap-download/interface.mjs";
113
- import { default as Wt } from "./ap-download/ap-download.vue.mjs";
114
- import { default as Ut } from "./check-card/group.vue.mjs";
115
- import { default as qt } from "./ap-list/index.vue.mjs";
116
- import { usePageListApTable as Qt } from "./business/hooks/usePageListApTable.mjs";
117
- import { default as Zt } from "./business/ap-table-modal/index.mjs";
118
- import { useTableModal as $t } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
119
- import { useTableSelectModal as ea } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
120
- import { ApTransformDataHelper as ta } from "./utils/ap-trans-data/index.mjs";
121
- import { useTablePaging as pa } from "./ap-table/hooks/use-table-paging.mjs";
122
- import { default as ma } from "./ap-table/ap-table.vue.mjs";
123
- import { default as da } from "./editable-table/index.vue.mjs";
124
- import { default as xa } from "./editable-table/form-item.vue.mjs";
125
- import { default as ua } from "./ap-descriptions/ap-descriptions.vue.mjs";
106
+ import { default as vt } from "./work-order-modal/work-order-modal.vue.mjs";
107
+ import { default as Lt } from "./ap-tag/ap-tag.vue.mjs";
108
+ import { default as kt } from "./ap-tag/ap-tag-group.vue.mjs";
109
+ import { default as yt } from "./ap-layout/ApInfoLayout.vue.mjs";
110
+ import { NeedNameKeyDefault as Kt } from "./ap-upload/apUploadTypes.mjs";
111
+ import { default as Yt } from "./ap-upload/apUpload.vue.mjs";
112
+ import { ApDownLoadNeedNameKeyDefault as Ot } from "./ap-download/interface.mjs";
113
+ import { default as zt } from "./ap-download/ap-download.vue.mjs";
114
+ import { default as jt } from "./check-card/group.vue.mjs";
115
+ import { default as Jt } from "./ap-list/index.vue.mjs";
116
+ import { usePageListApTable as Vt } from "./business/hooks/usePageListApTable.mjs";
117
+ import { useTableRefresh as _t } from "./business/hooks/useTableRefresh.mjs";
118
+ import { default as oa } from "./business/ap-table-modal/index.mjs";
119
+ import { useTableModal as ra } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
120
+ import { useTableSelectModal as aa } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
121
+ import { ApTransformDataHelper as fa } from "./utils/ap-trans-data/index.mjs";
122
+ import { useTablePaging as la } from "./ap-table/hooks/use-table-paging.mjs";
123
+ import { default as sa } from "./ap-table/ap-table.vue.mjs";
124
+ import { default as ia } from "./editable-table/index.vue.mjs";
125
+ import { default as na } from "./editable-table/form-item.vue.mjs";
126
+ import { default as ca } from "./ap-descriptions/ap-descriptions.vue.mjs";
126
127
  export {
127
128
  T as APConfigProvider,
128
- At as ApActionGroup,
129
+ ct as ApActionGroup,
129
130
  Fo as ApActionItem,
130
- ut as ApActionItemDropdown,
131
- dt as ApActionItemModal,
132
- xt as ApActionItemPopconfirm,
131
+ nt as ApActionItemDropdown,
132
+ st as ApActionItemModal,
133
+ it as ApActionItemPopconfirm,
133
134
  Po as ApAttachment,
134
- Do as ApBatchAction,
135
- ho as ApBatchActionGroup,
136
- bt as ApCustomColumn,
137
- gt as ApCustomSelect,
138
- ua as ApDescriptions,
139
- Ht as ApDownLoadNeedNameKeyDefault,
140
- Wt as ApDownload,
141
- Mo as ApExpandAlert,
142
- Ro as ApExportGroup,
135
+ ho as ApBatchAction,
136
+ Do as ApBatchActionGroup,
137
+ It as ApCustomColumn,
138
+ Pt as ApCustomSelect,
139
+ ca as ApDescriptions,
140
+ Ot as ApDownLoadNeedNameKeyDefault,
141
+ zt as ApDownload,
142
+ Ro as ApExpandAlert,
143
+ Mo as ApExportGroup,
143
144
  uo as ApField,
144
- Xr as ApFieldCheckbox,
145
- Hr as ApFieldDate,
146
- Zr as ApFieldDateRange,
147
- Wr as ApFieldNumber,
148
- et as ApFieldPassword,
149
- Ur as ApFieldRadio,
150
- mt as ApFieldRate,
151
- pt as ApFieldSegmented,
152
- $r as ApFieldSelect,
153
- tt as ApFieldSlider,
154
- qr as ApFieldSwitch,
155
- Er as ApFieldText,
156
- Qr as ApFieldTextArea,
145
+ Yr as ApFieldCheckbox,
146
+ Or as ApFieldDate,
147
+ _r as ApFieldDateRange,
148
+ zr as ApFieldNumber,
149
+ rt as ApFieldPassword,
150
+ jr as ApFieldRadio,
151
+ lt as ApFieldRate,
152
+ ft as ApFieldSegmented,
153
+ ot as ApFieldSelect,
154
+ at as ApFieldSlider,
155
+ Jr as ApFieldSwitch,
156
+ Kr as ApFieldText,
157
+ Vr as ApFieldTextArea,
157
158
  xo as ApForm,
158
159
  Mr as ApFormItem,
159
- gr as ApFormItemCheckbox,
160
- ur as ApFormItemDate,
161
- Ar as ApFormItemDateRange,
162
- Gr as ApFormItemGroup,
163
- xr as ApFormItemNumber,
164
- Tr as ApFormItemRadio,
165
- Cr as ApFormItemSelect,
166
- br as ApFormItemSwitch,
167
- mr as ApFormItemText,
168
- dr as ApFormItemTextArea,
160
+ Pr as ApFormItemCheckbox,
161
+ nr as ApFormItemDate,
162
+ cr as ApFormItemDateRange,
163
+ vr as ApFormItemGroup,
164
+ ir as ApFormItemNumber,
165
+ Fr as ApFormItemRadio,
166
+ br as ApFormItemSelect,
167
+ Ir as ApFormItemSwitch,
168
+ lr as ApFormItemText,
169
+ sr as ApFormItemTextArea,
169
170
  Dr as ApFormItemTextPassword,
170
- Br as ApFormList,
171
- Nr as ApFormModalForm,
172
- Lr as ApFormSearchForm,
171
+ Lr as ApFormList,
172
+ yr as ApFormModalForm,
173
+ kr as ApFormSearchForm,
173
174
  Go as ApImage,
174
- Nt as ApInfoLayout,
175
+ yt as ApInfoLayout,
175
176
  vo as ApInputRadio,
176
177
  Bo as ApLabel,
177
- wo as ApLabelGroup,
178
- qt as ApList,
178
+ Lo as ApLabelGroup,
179
+ wo as ApLadder,
180
+ Jt as ApList,
179
181
  Io as ApModal,
180
- Lo as ApSelectLayout,
181
- ko as ApStatus,
182
- No as ApStatusGroup,
183
- ma as ApTable,
184
- Zt as ApTableModal,
185
- Bt as ApTag,
186
- Lt as ApTagGroup,
187
- yo as ApTitle,
188
- ta as ApTransformDataHelper,
189
- Xt as ApUpload,
190
- Ie as ApiCascader,
191
- Pe as ApiRadioGroup,
192
- he as ApiSelect,
193
- Re as ApiTransfer,
194
- ve as ApiTree,
195
- ye as ApiTreeSelect,
182
+ ko as ApSelectLayout,
183
+ No as ApStatus,
184
+ yo as ApStatusGroup,
185
+ sa as ApTable,
186
+ oa as ApTableModal,
187
+ Lt as ApTag,
188
+ kt as ApTagGroup,
189
+ Eo as ApTitle,
190
+ fa as ApTransformDataHelper,
191
+ Yt as ApUpload,
192
+ ge as ApiCascader,
193
+ he as ApiRadioGroup,
194
+ Re as ApiSelect,
195
+ Ge as ApiTransfer,
196
+ Be as ApiTree,
197
+ Ee as ApiTreeSelect,
196
198
  J as BaseButton,
197
199
  _ as BaseModal,
198
- h as BasicArrow,
199
- M as BasicHelp,
200
- R as BasicTitle,
201
- So as CheckCard,
202
- Ut as CheckCardGroup,
203
- b as CollapseContainer,
204
- xe as CollapseTransition,
205
- ae as ConfigProvider,
200
+ D as BasicArrow,
201
+ R as BasicHelp,
202
+ M as BasicTitle,
203
+ bo as CheckCard,
204
+ jt as CheckCardGroup,
205
+ S as CollapseContainer,
206
+ ie as CollapseTransition,
207
+ pe as ConfigProvider,
206
208
  to as CountdownButton,
207
209
  ao as CountdownInput,
208
210
  oo as CropperAvatar,
@@ -210,24 +212,24 @@ export {
210
212
  z as Description,
211
213
  Dt as DictCode,
212
214
  lo as Dropdown,
213
- er as EditTableHeaderIcon,
214
- da as EditableTable,
215
- xa as EditableTableFormItem,
215
+ rr as EditTableHeaderIcon,
216
+ ia as EditableTable,
217
+ na as EditableTableFormItem,
216
218
  v as ExpandTransition,
217
219
  B as ExpandXTransition,
218
- w as FadeTransition,
220
+ L as FadeTransition,
219
221
  j as Field,
220
222
  n as Icon,
221
223
  P as IconPicker,
222
- Oe as ModalButton,
223
- Et as NeedNameKeyDefault,
224
- ze as PopConfirmButton,
225
- ke as ProForm,
226
- Ze as ProTable,
227
- Ke as ProTableForm,
228
- Ye as ProTableFormInner,
224
+ We as ModalButton,
225
+ Kt as NeedNameKeyDefault,
226
+ Ue as PopConfirmButton,
227
+ Ne as ProForm,
228
+ _e as ProTable,
229
+ Xe as ProTableForm,
230
+ He as ProTableFormInner,
229
231
  we as RadioButtonGroup,
230
- L as ScaleRotateTransition,
232
+ w as ScaleRotateTransition,
231
233
  k as ScaleTransition,
232
234
  I as ScrollContainer,
233
235
  N as ScrollXReverseTransition,
@@ -241,44 +243,45 @@ export {
241
243
  O as SlideYTransition,
242
244
  V as StrengthMeter,
243
245
  A as SvgIcon,
244
- $e as TableAction,
245
- tr as TableImg,
246
- Gt as WorkOrderModal,
246
+ or as TableAction,
247
+ ar as TableImg,
248
+ vt as WorkOrderModal,
247
249
  Ao as adminToken,
248
250
  co as aplusToken,
249
- qo as buildLocaleContext,
250
- Jo as buildTranslator,
251
- Yo as configProviderContextKey,
252
- Ko as configProviderProps,
251
+ Jo as buildLocaleContext,
252
+ Qo as buildTranslator,
253
+ Ho as configProviderContextKey,
254
+ Xo as configProviderProps,
253
255
  fo as createPrompt,
254
256
  Mt as createWorkOrderModal,
255
- $o as defaultNamespace,
256
- de as en,
257
- Tt as generateTableList,
258
- pe as globalConfigCached,
259
- Ce as isComponentFormSchema,
257
+ oe as defaultNamespace,
258
+ se as en,
259
+ Ft as generateTableList,
260
+ fe as globalConfigCached,
261
+ be as isComponentFormSchema,
260
262
  Se as isSlotFormSchema,
261
- Wo as keysOf,
262
- Qo as localeContextKey,
263
- oe as namespaceContextKey,
264
- zo as provideGlobalConfig,
265
- Ho as tableDefaultConfig,
266
- Vo as translate,
267
- Ct as useCacheColumnSetting,
268
- Ae as useComponentRegister,
269
- ue as useDescription,
270
- Te as useForm,
271
- ee as useGetDerivedNamespace,
272
- Uo as useGlobalConfig,
273
- Zo as useLocale,
274
- Je as useModal,
275
- je as useModalContext,
276
- Qe as useModalInner,
277
- re as useNamespace,
278
- Qt as usePageListApTable,
279
- pr as useTable,
280
- $t as useTableModal,
281
- pa as useTablePaging,
282
- ea as useTableSelectModal,
283
- me as zhCn
263
+ zo as keysOf,
264
+ Vo as localeContextKey,
265
+ ee as namespaceContextKey,
266
+ Uo as provideGlobalConfig,
267
+ Oo as tableDefaultConfig,
268
+ Zo as translate,
269
+ bt as useCacheColumnSetting,
270
+ ce as useComponentRegister,
271
+ ne as useDescription,
272
+ Fe as useForm,
273
+ re as useGetDerivedNamespace,
274
+ jo as useGlobalConfig,
275
+ _o as useLocale,
276
+ Qe as useModal,
277
+ qe as useModalContext,
278
+ Ve as useModalInner,
279
+ te as useNamespace,
280
+ Vt as usePageListApTable,
281
+ fr as useTable,
282
+ ra as useTableModal,
283
+ la as useTablePaging,
284
+ _t as useTableRefresh,
285
+ aa as useTableSelectModal,
286
+ le as zhCn
284
287
  };
@@ -700,6 +700,14 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
700
700
  [class$='-basic-table-row__striped'] td {
701
701
  background-color: #f6f9fa;
702
702
  }
703
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
704
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
705
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
706
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
707
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
708
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper {
709
+ padding-bottom: 0;
710
+ }
703
711
  [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
704
712
  [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
705
713
  [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
@@ -123,6 +123,14 @@
123
123
  [class$='-basic-table-row__striped'] td {
124
124
  background-color: #f6f9fa;
125
125
  }
126
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
127
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
128
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
129
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
130
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
131
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper {
132
+ padding-bottom: 0;
133
+ }
126
134
  [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
127
135
  [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
128
136
  [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,