@done-coding/admin-core 0.16.1-alpha.0 → 0.17.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/es/components/app-layout/AppBody.vue.mjs +2 -2
  2. package/es/components/app-layout/AppBody.vue2.mjs +53 -54
  3. package/es/components/app-layout/keep-alive.mjs +22 -0
  4. package/es/components/data-view/DataListView.vue.mjs +2 -2
  5. package/es/components/data-view/DataListView.vue2.mjs +55 -53
  6. package/es/components/display/ActionConfirm.vue.mjs +2 -2
  7. package/es/components/display/ActionConfirm.vue2.mjs +1 -1
  8. package/es/components/display/TabsRefineFlow.vue.mjs +34 -32
  9. package/es/components/list-page/ListPage.vue.mjs +2 -2
  10. package/es/components/list-page/ListPage.vue2.mjs +74 -75
  11. package/es/components/misc/AutoRefreshGroup.vue.mjs +2 -2
  12. package/es/components/misc/AutoRefreshGroup.vue2.mjs +42 -35
  13. package/es/components/modal/{ConfirmModal.vue.mjs → ModalConfirm.vue.mjs} +3 -3
  14. package/es/components/modal/{ConfirmModal.vue2.mjs → ModalConfirm.vue2.mjs} +34 -34
  15. package/es/components/modal/ModalDetail.vue.mjs +63 -0
  16. package/es/components/modal/ModalDetail.vue2.mjs +4 -0
  17. package/es/components/modal/ModalForm.vue.mjs +75 -0
  18. package/es/components/modal/ModalForm.vue2.mjs +4 -0
  19. package/es/components/panel/PanelItem.vue.mjs +5 -81
  20. package/es/components/panel/PanelItem.vue2.mjs +93 -2
  21. package/es/components/panel/PanelMain.vue2.mjs +14 -14
  22. package/es/components/table/TableMain.vue.mjs +2 -2
  23. package/es/components/table/TableMain.vue2.mjs +210 -174
  24. package/es/components/table/TableSkeleton.vue.mjs +7 -0
  25. package/es/components/table/TableSkeleton.vue2.mjs +89 -0
  26. package/es/components/table/TableToolbar.vue.mjs +2 -2
  27. package/es/components/table/TableToolbar.vue2.mjs +22 -21
  28. package/es/components/table/use-fill-height.mjs +14 -0
  29. package/es/components/table/use-table-skeleton.mjs +19 -0
  30. package/es/index.mjs +230 -223
  31. package/es/router/group-redirect.mjs +20 -0
  32. package/es/style.css +1 -1
  33. package/package.json +2 -2
  34. package/types/components/app-layout/keep-alive.d.ts +14 -0
  35. package/types/components/data-view/types.d.ts +1 -0
  36. package/types/components/misc/AutoRefreshGroup.vue.d.ts +2 -1
  37. package/types/components/misc/types.d.ts +1 -0
  38. package/types/components/modal/{ConfirmModal.vue.d.ts → ModalConfirm.vue.d.ts} +1 -1
  39. package/types/components/modal/{DetailModal.vue.d.ts → ModalDetail.vue.d.ts} +2 -2
  40. package/types/components/modal/ModalForm.vue.d.ts +24 -0
  41. package/types/components/modal/index.d.ts +4 -3
  42. package/types/components/modal/types.d.ts +26 -2
  43. package/types/components/panel/PanelItem.vue.d.ts +1 -1
  44. package/types/components/panel/types.d.ts +4 -1
  45. package/types/components/table/TableSkeleton.vue.d.ts +7 -0
  46. package/types/components/table/types.d.ts +10 -0
  47. package/types/components/table/use-fill-height.d.ts +11 -0
  48. package/types/components/table/use-table-skeleton.d.ts +17 -0
  49. package/types/injectInfo.json.d.ts +1 -1
  50. package/types/router/group-redirect.d.ts +5 -0
  51. package/types/router/index.d.ts +1 -0
  52. package/es/components/modal/DetailModal.vue.mjs +0 -74
  53. package/es/components/modal/DetailModal.vue2.mjs +0 -4
package/es/index.mjs CHANGED
@@ -2,233 +2,240 @@ import { createCoreBridge as t } from "./bridge/index.mjs";
2
2
  import { default as a } from "./components/display/ActionBtn.vue.mjs";
3
3
  import { default as p } from "./components/display/ActionBtnGroup.vue.mjs";
4
4
  import { default as s } from "./components/display/BooleanTag.vue.mjs";
5
- import { default as u } from "./components/modal/DetailModal.vue.mjs";
6
- import { default as d } from "./components/form/FormRadioGroup.vue.mjs";
7
- import { default as E } from "./components/form/FormSelect.vue.mjs";
8
- import { default as n } from "./components/form/FormSubmitBtn.vue.mjs";
9
- import { default as T } from "./components/form/FormTree.vue.mjs";
10
- import { default as c } from "./components/form/FormVerifyCode.vue.mjs";
11
- import { default as O } from "./components/display/HeightProvider.vue.mjs";
12
- import { default as I } from "./components/menu/MenuItemSub.vue.mjs";
13
- import { default as L } from "./components/menu/MenuTree.vue.mjs";
14
- import { default as N } from "./components/modal/ModalPorter.vue.mjs";
15
- import { default as M } from "./components/modal/ModalShelf.vue.mjs";
16
- import { default as y } from "./components/panel/PanelItem.vue.mjs";
17
- import { default as D } from "./components/panel/PanelItemNestPanel.vue.mjs";
18
- import { default as Y } from "./components/misc/SelectModule.vue.mjs";
19
- import { default as b } from "./components/slot-layout/SlotLayoutTemplate.vue.mjs";
20
- import { default as v } from "./components/display/TabsMain.vue.mjs";
21
- import { default as K } from "./components/misc/TriggerAutoImport.vue.mjs";
22
- import { default as H } from "./components/display/WatchSize.vue.mjs";
23
- import { APP_API_LIST_MODEL_KEY_CONFIG as X } from "./config/list-model.mjs";
24
- import { APP_LAYOUT_APP_STORE_KEY as Z, APP_LAYOUT_BRIDGE_KEY as j, APP_LAYOUT_USER_STORE_KEY as Q, APP_PAGE_CONTENT_INSET as q, BODY_CONTENT_VIEWPORT_HEIGHT as J, BODY_CONTENT_VIEWPORT_INSET as $, BODY_CONTENT_VIEWPORT_RECT as ee, CORE_BRIDGE_KEY as oe, FORM_NEST_REGISTRY_KEY as te, NEST_LAYOUT_SCALE_KEY as re, SCOPE_VIEWPORT_MAX_HEIGHT as ae, TABS_MAIN_VISUAL_LEVEL as me, getModalShelfInjectionKey as pe } from "./inject/key.mjs";
25
- import { APP_PAGE_SLOT_Z_INDEX as se, computeAppPageContentInset as le, computeAppPageReducedViewportHeight as ue, computeAppPageReducedViewportWidth as xe, computeAppPageSlotShimStyles as de, computeAppPageSlotStyles as ie } from "./components/app-layout/app-page-geometry.mjs";
26
- import { default as _e } from "./components/display/ActionConfirm.vue.mjs";
27
- import { default as Ae } from "./components/app-layout/AppAside.vue.mjs";
28
- import { default as Se } from "./components/app-layout/AppBody.vue.mjs";
29
- import { default as Pe } from "./components/app-layout/AppBreadcrumb.vue.mjs";
30
- import { default as Re } from "./components/app-layout/AppFooter.vue.mjs";
31
- import { default as Ce } from "./components/app-layout/AppHeader.vue.mjs";
32
- import { default as Fe } from "./components/app-layout/AppLayout.vue.mjs";
33
- import { default as ge } from "./components/app-layout/AppPage.vue.mjs";
34
- import { default as he } from "./components/app-layout/AppSidebar.vue.mjs";
35
- import { default as Be } from "./components/app-layout/AppTheme.vue.mjs";
36
- import { default as Ve } from "./components/misc/AutoRefresh.vue.mjs";
37
- import { default as Ge } from "./components/misc/AutoRefreshGroup.vue.mjs";
38
- import { CORE_VIEWPORT_DECOR_ZINDEX_ABOVE as Ue, CORE_VIEWPORT_DECOR_ZINDEX_BELOW as ve } from "./components/app-layout/viewport.mjs";
39
- import { default as Ke } from "./components/modal/ConfirmModal.vue.mjs";
40
- import { EXPORT_MAX_LIMIT as He, OPERATE_COLUMN_PROP as ke, exportCSV as Xe, pickExportColumns as ze } from "./utils/export.mjs";
41
- import { FORM_CONFIG_SELECT_ALL_VALUE as je, getConfirmPasswordRule as Qe, passwordRule as qe, setFormComponentType as Je } from "./helpers/form.mjs";
42
- import { FORM_ITEM_CHANGE_LOADING as eo, NEST_LAYOUT_TIERS as oo, ceilToTier as to, generateFormData as ro, getBlurSubmit as ao, getChangeSubmit as mo, getDatePickerShortcuts as po, getEnterSubmit as fo, getPlaceholder as so, getVModelSugar as lo, parseFormData as uo, resolveFormLayout as xo, resolveLayoutSpan as io, setInputComponent as Eo, setSelectComponent as _o, stringifyFormData as no, swiftFormItemConfig as Ao } from "./components/form/utils.mjs";
43
- import { default as So } from "./components/form/FormItemNestForm.vue.mjs";
44
- import { default as Po } from "./components/form/FormItemNestFormList.vue.mjs";
45
- import { default as Ro } from "./components/form/FormMain.vue.mjs";
46
- import { default as Co } from "./components/form/FormSearch.vue.mjs";
47
- import { default as Fo } from "./components/form/FormSubmitPanel.vue.mjs";
48
- import { default as go } from "./components/form/FormVerifyImage.vue.mjs";
49
- import { default as ho } from "./components/list-page/ListPage.vue.mjs";
50
- import { default as Bo } from "./components/panel/PanelEditSwitch.vue.mjs";
51
- import { default as Vo } from "./components/panel/PanelItemNestForm.vue.mjs";
52
- import { default as Go } from "./components/panel/PanelMain.vue.mjs";
53
- import { ROUTE_MODULE_LEVEL as Uo, TabsMainReplaceQueryKey as vo } from "./config/route.mjs";
54
- import { default as Ko } from "./components/slot-layout/SlotLayoutFlowAside.vue.mjs";
55
- import { TABLE_COLUMN_KEY_OPERATE as Ho, TABLE_COLUMN_KEY_SELECTION as ko } from "./components/table/constants.mjs";
56
- import { default as zo } from "./components/table/TableMain.vue.mjs";
57
- import { buildRhythmCss as jo, useCoreThemeApply as Qo } from "./hooks/use-theme-apply.mjs";
58
- import { checkLogin as Jo } from "./router/guard/login.mjs";
59
- import { checkPermission as et } from "./router/guard/permission.mjs";
60
- import { countAll as tt, createListApi as rt, fetchListAll as at } from "./helpers/list-helper.mjs";
61
- import { createAppStore as pt } from "./store/app.mjs";
62
- import { createGenerateRouteMetaRawTree as st } from "./bridge/route.mjs";
63
- import { createGuard as ut } from "./router/guard/index.mjs";
64
- import { createNestFormExposeMap as dt } from "./components/form/nest-registry.mjs";
65
- import { createRoutePermissionStore as Et } from "./store/router-permission.mjs";
66
- import { createStorageWithNamespace as nt } from "./bridge/storage.mjs";
67
- import { createUseState as Tt } from "./bridge/state.mjs";
68
- import { createUserStore as ct } from "./store/user.mjs";
69
- import { domClosestScrollableAncestor as Ot, domClosestStickyScrollport as Rt } from "./utils/dom.mjs";
70
- import { flatRouteMetaResolveRaw as Ct, getRoutePermissionKey as Lt } from "./utils/router.mjs";
71
- import { getId as Nt } from "./utils/id.mjs";
72
- import { nestFormItem as Mt } from "./components/form/nest-form-item.mjs";
73
- import { nestFormItemList as yt } from "./components/form/nest-form-item-list.mjs";
74
- import { nestPanelForm as Dt } from "./components/panel/nest-panel-form.mjs";
75
- import { nestPanelItem as Yt } from "./components/panel/nest-panel-item.mjs";
76
- import { resolveBreakpointByWidth as bt, resolveRootEl as Ut, useCustomBreakpoint as vt } from "./hooks/use-custom-breakpoint.mjs";
77
- import { themeScaleDerive as Kt, themeScaleMix as Wt, themeScaleParseHex as Ht, themeScaleToRgba as kt } from "./utils/theme-scale.mjs";
78
- import { timeCountDown as zt } from "./utils/time.mjs";
79
- import { useActivated as jt, useActivatedEvent as Qt, useActivatedExec as qt } from "./hooks/activated.mjs";
80
- import { useBreakpoint as $t } from "./hooks/use-breakpoint.mjs";
81
- import { useChannelViewportHeight as or } from "./hooks/use-channel-viewport-height.mjs";
82
- import { useCoreViewportApply as rr } from "./hooks/use-viewport-apply.mjs";
83
- import { useFeelSize as mr } from "./hooks/feel-size.mjs";
84
- import { useMenusDataDispatch as fr } from "./hooks/menus-dispatch.mjs";
85
- import { useNestForm as lr } from "./components/form/use-nest-form.mjs";
86
- import { useNestFormList as xr } from "./components/form/use-nest-form-list.mjs";
87
- import { useNestLayoutScale as ir } from "./components/form/use-nest-layout-scale.mjs";
88
- import { useObserveSize as _r } from "./hooks/use-observe-size.mjs";
89
- import { useTimeout as Ar } from "./hooks/timeout.mjs";
5
+ import { default as u, default as x } from "./components/modal/ModalDetail.vue.mjs";
6
+ import { default as i, default as E } from "./components/modal/ModalForm.vue.mjs";
7
+ import { default as n } from "./components/form/FormRadioGroup.vue.mjs";
8
+ import { default as T } from "./components/form/FormSelect.vue.mjs";
9
+ import { default as c } from "./components/form/FormSubmitBtn.vue.mjs";
10
+ import { default as O } from "./components/form/FormTree.vue.mjs";
11
+ import { default as I } from "./components/form/FormVerifyCode.vue.mjs";
12
+ import { default as L } from "./components/display/HeightProvider.vue.mjs";
13
+ import { default as M } from "./components/menu/MenuItemSub.vue.mjs";
14
+ import { default as g } from "./components/menu/MenuTree.vue.mjs";
15
+ import { default as D } from "./components/modal/ModalPorter.vue.mjs";
16
+ import { default as B } from "./components/modal/ModalShelf.vue.mjs";
17
+ import { default as Y } from "./components/panel/PanelItemNestPanel.vue.mjs";
18
+ import { default as b } from "./components/misc/SelectModule.vue.mjs";
19
+ import { default as w } from "./components/slot-layout/SlotLayoutTemplate.vue.mjs";
20
+ import { default as K } from "./components/display/TabsMain.vue.mjs";
21
+ import { default as H } from "./components/misc/TriggerAutoImport.vue.mjs";
22
+ import { default as X } from "./components/display/WatchSize.vue.mjs";
23
+ import { APP_API_LIST_MODEL_KEY_CONFIG as Z } from "./config/list-model.mjs";
24
+ import { APP_LAYOUT_APP_STORE_KEY as Q, APP_LAYOUT_BRIDGE_KEY as q, APP_LAYOUT_USER_STORE_KEY as J, APP_PAGE_CONTENT_INSET as $, BODY_CONTENT_VIEWPORT_HEIGHT as ee, BODY_CONTENT_VIEWPORT_INSET as oe, BODY_CONTENT_VIEWPORT_RECT as te, CORE_BRIDGE_KEY as re, FORM_NEST_REGISTRY_KEY as ae, NEST_LAYOUT_SCALE_KEY as me, SCOPE_VIEWPORT_MAX_HEIGHT as pe, TABS_MAIN_VISUAL_LEVEL as fe, getModalShelfInjectionKey as se } from "./inject/key.mjs";
25
+ import { APP_PAGE_SLOT_Z_INDEX as ue, computeAppPageContentInset as xe, computeAppPageReducedViewportHeight as de, computeAppPageReducedViewportWidth as ie, computeAppPageSlotShimStyles as Ee, computeAppPageSlotStyles as _e } from "./components/app-layout/app-page-geometry.mjs";
26
+ import { default as Ae } from "./components/display/ActionConfirm.vue.mjs";
27
+ import { default as Se } from "./components/app-layout/AppAside.vue.mjs";
28
+ import { default as Pe } from "./components/app-layout/AppBody.vue.mjs";
29
+ import { default as Re } from "./components/app-layout/AppBreadcrumb.vue.mjs";
30
+ import { default as Ce } from "./components/app-layout/AppFooter.vue.mjs";
31
+ import { default as Fe } from "./components/app-layout/AppHeader.vue.mjs";
32
+ import { default as Ne } from "./components/app-layout/AppLayout.vue.mjs";
33
+ import { default as he } from "./components/app-layout/AppPage.vue.mjs";
34
+ import { default as ye } from "./components/app-layout/AppSidebar.vue.mjs";
35
+ import { default as Ve } from "./components/app-layout/AppTheme.vue.mjs";
36
+ import { default as Ge } from "./components/misc/AutoRefresh.vue.mjs";
37
+ import { default as Ue } from "./components/misc/AutoRefreshGroup.vue.mjs";
38
+ import { CORE_VIEWPORT_DECOR_ZINDEX_ABOVE as ve, CORE_VIEWPORT_DECOR_ZINDEX_BELOW as Ke } from "./components/app-layout/viewport.mjs";
39
+ import { default as He, default as ke } from "./components/modal/ModalConfirm.vue.mjs";
40
+ import { EXPORT_MAX_LIMIT as ze, OPERATE_COLUMN_PROP as Ze, exportCSV as je, pickExportColumns as Qe } from "./utils/export.mjs";
41
+ import { FORM_CONFIG_SELECT_ALL_VALUE as Je, getConfirmPasswordRule as $e, passwordRule as eo, setFormComponentType as oo } from "./helpers/form.mjs";
42
+ import { FORM_ITEM_CHANGE_LOADING as ro, NEST_LAYOUT_TIERS as ao, ceilToTier as mo, generateFormData as po, getBlurSubmit as fo, getChangeSubmit as so, getDatePickerShortcuts as lo, getEnterSubmit as uo, getPlaceholder as xo, getVModelSugar as io, parseFormData as Eo, resolveFormLayout as _o, resolveLayoutSpan as no, setInputComponent as Ao, setSelectComponent as To, stringifyFormData as So, swiftFormItemConfig as co } from "./components/form/utils.mjs";
43
+ import { default as Oo } from "./components/form/FormItemNestForm.vue.mjs";
44
+ import { default as Io } from "./components/form/FormItemNestFormList.vue.mjs";
45
+ import { default as Lo } from "./components/form/FormMain.vue.mjs";
46
+ import { default as Mo } from "./components/form/FormSearch.vue.mjs";
47
+ import { default as go } from "./components/form/FormSubmitPanel.vue.mjs";
48
+ import { default as Do } from "./components/form/FormVerifyImage.vue.mjs";
49
+ import { default as Bo } from "./components/list-page/ListPage.vue.mjs";
50
+ import { default as Yo } from "./components/panel/PanelEditSwitch.vue.mjs";
51
+ import { default as bo } from "./components/panel/PanelItem.vue.mjs";
52
+ import { default as wo } from "./components/panel/PanelItemNestForm.vue.mjs";
53
+ import { default as Ko } from "./components/panel/PanelMain.vue.mjs";
54
+ import { ROUTE_MODULE_LEVEL as Ho, TabsMainReplaceQueryKey as ko } from "./config/route.mjs";
55
+ import { default as zo } from "./components/slot-layout/SlotLayoutFlowAside.vue.mjs";
56
+ import { TABLE_COLUMN_KEY_OPERATE as jo, TABLE_COLUMN_KEY_SELECTION as Qo } from "./components/table/constants.mjs";
57
+ import { default as Jo } from "./components/table/TableMain.vue.mjs";
58
+ import { buildRhythmCss as et, useCoreThemeApply as ot } from "./hooks/use-theme-apply.mjs";
59
+ import { checkLogin as rt } from "./router/guard/login.mjs";
60
+ import { checkPermission as mt } from "./router/guard/permission.mjs";
61
+ import { countAll as ft, createListApi as st, fetchListAll as lt } from "./helpers/list-helper.mjs";
62
+ import { createAppStore as xt } from "./store/app.mjs";
63
+ import { createGenerateRouteMetaRawTree as it } from "./bridge/route.mjs";
64
+ import { createGuard as _t } from "./router/guard/index.mjs";
65
+ import { createNestFormExposeMap as At } from "./components/form/nest-registry.mjs";
66
+ import { createRoutePermissionStore as St } from "./store/router-permission.mjs";
67
+ import { createStorageWithNamespace as Pt } from "./bridge/storage.mjs";
68
+ import { createUseState as Rt } from "./bridge/state.mjs";
69
+ import { createUserStore as Ct } from "./store/user.mjs";
70
+ import { domClosestScrollableAncestor as Ft, domClosestStickyScrollport as Mt } from "./utils/dom.mjs";
71
+ import { flatRouteMetaResolveRaw as gt, getRoutePermissionKey as ht } from "./utils/router.mjs";
72
+ import { getId as yt } from "./utils/id.mjs";
73
+ import { nestFormItem as Vt } from "./components/form/nest-form-item.mjs";
74
+ import { nestFormItemList as Gt } from "./components/form/nest-form-item-list.mjs";
75
+ import { nestPanelForm as Ut } from "./components/panel/nest-panel-form.mjs";
76
+ import { nestPanelItem as vt } from "./components/panel/nest-panel-item.mjs";
77
+ import { resolveBreakpointByWidth as Wt, resolveRootEl as Ht, useCustomBreakpoint as kt } from "./hooks/use-custom-breakpoint.mjs";
78
+ import { themeScaleDerive as zt, themeScaleMix as Zt, themeScaleParseHex as jt, themeScaleToRgba as Qt } from "./utils/theme-scale.mjs";
79
+ import { timeCountDown as Jt } from "./utils/time.mjs";
80
+ import { useActivated as er, useActivatedEvent as or, useActivatedExec as tr } from "./hooks/activated.mjs";
81
+ import { useBreakpoint as ar } from "./hooks/use-breakpoint.mjs";
82
+ import { useChannelViewportHeight as pr } from "./hooks/use-channel-viewport-height.mjs";
83
+ import { useCoreViewportApply as sr } from "./hooks/use-viewport-apply.mjs";
84
+ import { useFeelSize as ur } from "./hooks/feel-size.mjs";
85
+ import { useMenusDataDispatch as dr } from "./hooks/menus-dispatch.mjs";
86
+ import { useNestForm as Er } from "./components/form/use-nest-form.mjs";
87
+ import { useNestFormList as nr } from "./components/form/use-nest-form-list.mjs";
88
+ import { useNestLayoutScale as Tr } from "./components/form/use-nest-layout-scale.mjs";
89
+ import { useObserveSize as cr } from "./hooks/use-observe-size.mjs";
90
+ import { useTimeout as Or } from "./hooks/timeout.mjs";
91
+ import { withGroupRedirect as Ir } from "./router/group-redirect.mjs";
90
92
  export {
91
- X as APP_API_LIST_MODEL_KEY_CONFIG,
92
- Z as APP_LAYOUT_APP_STORE_KEY,
93
- j as APP_LAYOUT_BRIDGE_KEY,
94
- Q as APP_LAYOUT_USER_STORE_KEY,
95
- q as APP_PAGE_CONTENT_INSET,
96
- se as APP_PAGE_SLOT_Z_INDEX,
93
+ Z as APP_API_LIST_MODEL_KEY_CONFIG,
94
+ Q as APP_LAYOUT_APP_STORE_KEY,
95
+ q as APP_LAYOUT_BRIDGE_KEY,
96
+ J as APP_LAYOUT_USER_STORE_KEY,
97
+ $ as APP_PAGE_CONTENT_INSET,
98
+ ue as APP_PAGE_SLOT_Z_INDEX,
97
99
  a as ActionBtn,
98
100
  p as ActionBtnGroup,
99
- _e as ActionConfirm,
100
- Ae as AppAside,
101
- Se as AppBody,
102
- Pe as AppBreadcrumb,
103
- Re as AppFooter,
104
- Ce as AppHeader,
105
- Fe as AppLayout,
106
- ge as AppPage,
107
- he as AppSidebar,
108
- Be as AppTheme,
109
- Ve as AutoRefresh,
110
- Ge as AutoRefreshGroup,
111
- J as BODY_CONTENT_VIEWPORT_HEIGHT,
112
- $ as BODY_CONTENT_VIEWPORT_INSET,
113
- ee as BODY_CONTENT_VIEWPORT_RECT,
101
+ Ae as ActionConfirm,
102
+ Se as AppAside,
103
+ Pe as AppBody,
104
+ Re as AppBreadcrumb,
105
+ Ce as AppFooter,
106
+ Fe as AppHeader,
107
+ Ne as AppLayout,
108
+ he as AppPage,
109
+ ye as AppSidebar,
110
+ Ve as AppTheme,
111
+ Ge as AutoRefresh,
112
+ Ue as AutoRefreshGroup,
113
+ ee as BODY_CONTENT_VIEWPORT_HEIGHT,
114
+ oe as BODY_CONTENT_VIEWPORT_INSET,
115
+ te as BODY_CONTENT_VIEWPORT_RECT,
114
116
  s as BooleanTag,
115
- oe as CORE_BRIDGE_KEY,
116
- Ue as CORE_VIEWPORT_DECOR_ZINDEX_ABOVE,
117
- ve as CORE_VIEWPORT_DECOR_ZINDEX_BELOW,
118
- Ke as ConfirmModal,
117
+ re as CORE_BRIDGE_KEY,
118
+ ve as CORE_VIEWPORT_DECOR_ZINDEX_ABOVE,
119
+ Ke as CORE_VIEWPORT_DECOR_ZINDEX_BELOW,
120
+ He as ConfirmModal,
119
121
  u as DetailModal,
120
- He as EXPORT_MAX_LIMIT,
121
- je as FORM_CONFIG_SELECT_ALL_VALUE,
122
- eo as FORM_ITEM_CHANGE_LOADING,
123
- te as FORM_NEST_REGISTRY_KEY,
124
- So as FormItemNestForm,
125
- Po as FormItemNestFormList,
126
- Ro as FormMain,
127
- d as FormRadioGroup,
128
- Co as FormSearch,
129
- E as FormSelect,
130
- n as FormSubmitBtn,
131
- Fo as FormSubmitPanel,
132
- T as FormTree,
133
- c as FormVerifyCode,
134
- go as FormVerifyImage,
135
- O as HeightProvider,
136
- ho as ListPage,
137
- I as MenuItemSub,
138
- L as MenuTree,
139
- N as ModalPorter,
140
- M as ModalShelf,
141
- re as NEST_LAYOUT_SCALE_KEY,
142
- oo as NEST_LAYOUT_TIERS,
143
- ke as OPERATE_COLUMN_PROP,
144
- Bo as PanelEditSwitch,
145
- y as PanelItem,
146
- Vo as PanelItemNestForm,
147
- D as PanelItemNestPanel,
148
- Go as PanelMain,
149
- Uo as ROUTE_MODULE_LEVEL,
150
- ae as SCOPE_VIEWPORT_MAX_HEIGHT,
151
- Y as SelectModule,
152
- Ko as SlotLayoutFlowAside,
153
- b as SlotLayoutTemplate,
154
- Ho as TABLE_COLUMN_KEY_OPERATE,
155
- ko as TABLE_COLUMN_KEY_SELECTION,
156
- me as TABS_MAIN_VISUAL_LEVEL,
157
- zo as TableMain,
158
- v as TabsMain,
159
- vo as TabsMainReplaceQueryKey,
160
- K as TriggerAutoImport,
161
- H as WatchSize,
162
- jo as buildRhythmCss,
163
- to as ceilToTier,
164
- Jo as checkLogin,
165
- et as checkPermission,
166
- le as computeAppPageContentInset,
167
- ue as computeAppPageReducedViewportHeight,
168
- xe as computeAppPageReducedViewportWidth,
169
- de as computeAppPageSlotShimStyles,
170
- ie as computeAppPageSlotStyles,
171
- tt as countAll,
172
- pt as createAppStore,
122
+ ze as EXPORT_MAX_LIMIT,
123
+ Je as FORM_CONFIG_SELECT_ALL_VALUE,
124
+ ro as FORM_ITEM_CHANGE_LOADING,
125
+ ae as FORM_NEST_REGISTRY_KEY,
126
+ Oo as FormItemNestForm,
127
+ Io as FormItemNestFormList,
128
+ Lo as FormMain,
129
+ i as FormModal,
130
+ n as FormRadioGroup,
131
+ Mo as FormSearch,
132
+ T as FormSelect,
133
+ c as FormSubmitBtn,
134
+ go as FormSubmitPanel,
135
+ O as FormTree,
136
+ I as FormVerifyCode,
137
+ Do as FormVerifyImage,
138
+ L as HeightProvider,
139
+ Bo as ListPage,
140
+ M as MenuItemSub,
141
+ g as MenuTree,
142
+ ke as ModalConfirm,
143
+ x as ModalDetail,
144
+ E as ModalForm,
145
+ D as ModalPorter,
146
+ B as ModalShelf,
147
+ me as NEST_LAYOUT_SCALE_KEY,
148
+ ao as NEST_LAYOUT_TIERS,
149
+ Ze as OPERATE_COLUMN_PROP,
150
+ Yo as PanelEditSwitch,
151
+ bo as PanelItem,
152
+ wo as PanelItemNestForm,
153
+ Y as PanelItemNestPanel,
154
+ Ko as PanelMain,
155
+ Ho as ROUTE_MODULE_LEVEL,
156
+ pe as SCOPE_VIEWPORT_MAX_HEIGHT,
157
+ b as SelectModule,
158
+ zo as SlotLayoutFlowAside,
159
+ w as SlotLayoutTemplate,
160
+ jo as TABLE_COLUMN_KEY_OPERATE,
161
+ Qo as TABLE_COLUMN_KEY_SELECTION,
162
+ fe as TABS_MAIN_VISUAL_LEVEL,
163
+ Jo as TableMain,
164
+ K as TabsMain,
165
+ ko as TabsMainReplaceQueryKey,
166
+ H as TriggerAutoImport,
167
+ X as WatchSize,
168
+ et as buildRhythmCss,
169
+ mo as ceilToTier,
170
+ rt as checkLogin,
171
+ mt as checkPermission,
172
+ xe as computeAppPageContentInset,
173
+ de as computeAppPageReducedViewportHeight,
174
+ ie as computeAppPageReducedViewportWidth,
175
+ Ee as computeAppPageSlotShimStyles,
176
+ _e as computeAppPageSlotStyles,
177
+ ft as countAll,
178
+ xt as createAppStore,
173
179
  t as createCoreBridge,
174
- st as createGenerateRouteMetaRawTree,
175
- ut as createGuard,
176
- rt as createListApi,
177
- dt as createNestFormExposeMap,
178
- Et as createRoutePermissionStore,
179
- nt as createStorageWithNamespace,
180
- Tt as createUseState,
181
- ct as createUserStore,
182
- Ot as domClosestScrollableAncestor,
183
- Rt as domClosestStickyScrollport,
184
- Xe as exportCSV,
185
- at as fetchListAll,
186
- Ct as flatRouteMetaResolveRaw,
187
- ro as generateFormData,
188
- ao as getBlurSubmit,
189
- mo as getChangeSubmit,
190
- Qe as getConfirmPasswordRule,
191
- po as getDatePickerShortcuts,
192
- fo as getEnterSubmit,
193
- Nt as getId,
194
- pe as getModalShelfInjectionKey,
195
- so as getPlaceholder,
196
- Lt as getRoutePermissionKey,
197
- lo as getVModelSugar,
198
- Mt as nestFormItem,
199
- yt as nestFormItemList,
200
- Dt as nestPanelForm,
201
- Yt as nestPanelItem,
202
- uo as parseFormData,
203
- qe as passwordRule,
204
- ze as pickExportColumns,
205
- bt as resolveBreakpointByWidth,
206
- xo as resolveFormLayout,
207
- io as resolveLayoutSpan,
208
- Ut as resolveRootEl,
209
- Je as setFormComponentType,
210
- Eo as setInputComponent,
211
- _o as setSelectComponent,
212
- no as stringifyFormData,
213
- Ao as swiftFormItemConfig,
214
- Kt as themeScaleDerive,
215
- Wt as themeScaleMix,
216
- Ht as themeScaleParseHex,
217
- kt as themeScaleToRgba,
218
- zt as timeCountDown,
219
- jt as useActivated,
220
- Qt as useActivatedEvent,
221
- qt as useActivatedExec,
222
- $t as useBreakpoint,
223
- or as useChannelViewportHeight,
224
- Qo as useCoreThemeApply,
225
- rr as useCoreViewportApply,
226
- vt as useCustomBreakpoint,
227
- mr as useFeelSize,
228
- fr as useMenusDataDispatch,
229
- lr as useNestForm,
230
- xr as useNestFormList,
231
- ir as useNestLayoutScale,
232
- _r as useObserveSize,
233
- Ar as useTimeout
180
+ it as createGenerateRouteMetaRawTree,
181
+ _t as createGuard,
182
+ st as createListApi,
183
+ At as createNestFormExposeMap,
184
+ St as createRoutePermissionStore,
185
+ Pt as createStorageWithNamespace,
186
+ Rt as createUseState,
187
+ Ct as createUserStore,
188
+ Ft as domClosestScrollableAncestor,
189
+ Mt as domClosestStickyScrollport,
190
+ je as exportCSV,
191
+ lt as fetchListAll,
192
+ gt as flatRouteMetaResolveRaw,
193
+ po as generateFormData,
194
+ fo as getBlurSubmit,
195
+ so as getChangeSubmit,
196
+ $e as getConfirmPasswordRule,
197
+ lo as getDatePickerShortcuts,
198
+ uo as getEnterSubmit,
199
+ yt as getId,
200
+ se as getModalShelfInjectionKey,
201
+ xo as getPlaceholder,
202
+ ht as getRoutePermissionKey,
203
+ io as getVModelSugar,
204
+ Vt as nestFormItem,
205
+ Gt as nestFormItemList,
206
+ Ut as nestPanelForm,
207
+ vt as nestPanelItem,
208
+ Eo as parseFormData,
209
+ eo as passwordRule,
210
+ Qe as pickExportColumns,
211
+ Wt as resolveBreakpointByWidth,
212
+ _o as resolveFormLayout,
213
+ no as resolveLayoutSpan,
214
+ Ht as resolveRootEl,
215
+ oo as setFormComponentType,
216
+ Ao as setInputComponent,
217
+ To as setSelectComponent,
218
+ So as stringifyFormData,
219
+ co as swiftFormItemConfig,
220
+ zt as themeScaleDerive,
221
+ Zt as themeScaleMix,
222
+ jt as themeScaleParseHex,
223
+ Qt as themeScaleToRgba,
224
+ Jt as timeCountDown,
225
+ er as useActivated,
226
+ or as useActivatedEvent,
227
+ tr as useActivatedExec,
228
+ ar as useBreakpoint,
229
+ pr as useChannelViewportHeight,
230
+ ot as useCoreThemeApply,
231
+ sr as useCoreViewportApply,
232
+ kt as useCustomBreakpoint,
233
+ ur as useFeelSize,
234
+ dr as useMenusDataDispatch,
235
+ Er as useNestForm,
236
+ nr as useNestFormList,
237
+ Tr as useNestLayoutScale,
238
+ cr as useObserveSize,
239
+ Or as useTimeout,
240
+ Ir as withGroupRedirect
234
241
  };
@@ -0,0 +1,20 @@
1
+ const d = (t, r) => r.startsWith("/") ? r : `${t.replace(/\/$/, "")}/${r}`, a = (t, r) => t.map((p) => {
2
+ var h, i;
3
+ const e = { ...p };
4
+ (h = e.children) != null && h.length && (e.children = a(e.children, r));
5
+ const o = !!(e.component || e.components), c = !!((i = e.children) != null && i.length);
6
+ if (c && o) {
7
+ const n = `[admin-core] withGroupRedirect: 路由 "${e.path}" 同时含 children 与 component/components——当前范式不建议父路由承接视图(组壳会被 KeepAlive 误缓存、且需内层 router-view)。建议父路由不配 component(叶子经 vue-router 原生渲染到 AppBody 出口);如需与子路由共享父视图,请改用 teleport 方案。`;
8
+ if (r === "error")
9
+ throw new Error(n);
10
+ console.warn(n);
11
+ }
12
+ if (!o && c && !e.redirect) {
13
+ const n = e.children[0];
14
+ e.redirect = (s) => n.name ? { name: n.name } : { path: d(s.path, n.path) };
15
+ }
16
+ return e;
17
+ }), l = (t, r) => a(t, (r == null ? void 0 : r.onParentComponent) ?? "warn");
18
+ export {
19
+ l as withGroupRedirect
20
+ };
package/es/style.css CHANGED
@@ -1 +1 @@
1
- .confirm-modal__title[data-v-64018cc0]{font-size:16px;font-weight:600;line-height:24px;color:var(--el-text-color-primary);text-align:left}.confirm-modal__content[data-v-64018cc0]{overflow-x:hidden;overflow-y:auto;max-height:calc(100vh - 200px);font-size:14px;line-height:22px;color:var(--el-text-color-regular);text-align:left;word-break:break-word}.confirm-modal__content_drawer[data-v-64018cc0]{max-height:none;height:100%}.confirm-modal__footer[data-v-64018cc0]{display:flex;justify-content:flex-end;align-items:center;gap:8px}.confirm-modal__footer[data-v-64018cc0] .el-button{min-width:72px}.confirm-modal__footer[reverse=true][data-v-64018cc0]{flex-direction:row-reverse}.dc-confirm-modal.el-drawer .el-drawer__header{margin-bottom:0;padding:16px 20px;color:var(--el-text-color-primary)}.dc-confirm-modal.el-drawer .el-drawer__body{padding:20px}.dc-confirm-modal.el-drawer .el-drawer__footer{padding:12px 20px}.dc-confirm-modal.confirm-modal_header-divider .el-drawer__header{border-bottom:1px solid var(--el-border-color-lighter)}.dc-confirm-modal.confirm-modal_footer-divider .el-drawer__footer{border-top:1px solid var(--el-border-color-lighter)}.action-confirm__title[data-v-67d276b0]{font-weight:600;margin-bottom:6px}.action-confirm__content[data-v-67d276b0]{margin-bottom:12px;color:var(--el-text-color-regular)}.action-confirm__actions[data-v-67d276b0]{display:flex;justify-content:flex-end;gap:8px}.form-item-tip[data-v-8b508d64]{text-align:left;line-height:1.5;font-size:12px}.form-item-label-hide[data-v-8b508d64] .el-form-item__label-wrap{display:none}[data-v-cc2ea388] .el-row>.el-col>.el-form-item{margin-bottom:18px}.form-submit-panel[data-v-1505775a]{display:flex;flex-direction:column}.form-submit-panel .form-submit-panel-form[data-v-1505775a]{order:1}.form-submit-panel .form-submit-panel-operation[data-v-1505775a]{order:2}.form-submit-panel .form-submit-panel-operation-inner[data-v-1505775a]{display:flex;align-items:center;gap:8px;padding:10px 12px}.form-submit-panel .el-affix--fixed .form-submit-panel-operation-inner[data-v-1505775a]{background-color:var(--dc-core-body-color)}.form-submit-panel_bottom-center .form-submit-panel-operation-inner[data-v-1505775a],.form-submit-panel_bottom-right .form-submit-panel-operation-inner[data-v-1505775a]{border-top:1px solid var(--el-border-color-light);border-bottom-left-radius:var(--dc-core-radius, var(--el-border-radius-base));border-bottom-right-radius:var(--dc-core-radius, var(--el-border-radius-base))}.form-submit-panel_bottom-center .form-submit-panel-operation-inner[data-v-1505775a]{justify-content:center}.form-submit-panel_bottom-right .form-submit-panel-operation-inner[data-v-1505775a]{justify-content:flex-end}.form-submit-panel_top-right .form-submit-panel-operation[data-v-1505775a]{order:0}.form-submit-panel_top-right .form-submit-panel-operation-inner[data-v-1505775a]{justify-content:flex-end;border-bottom:1px solid var(--el-border-color-light);border-top-left-radius:var(--dc-core-radius, var(--el-border-radius-base));border-top-right-radius:var(--dc-core-radius, var(--el-border-radius-base))}.form-submit-panel_no-divider .form-submit-panel-operation-inner[data-v-1505775a]{border:none;border-radius:0}.form-submit-panel_bare .form-submit-panel-operation-inner[data-v-1505775a]{padding:0}.panel-edit-switch[data-v-65f056ab]{position:relative}.panel-edit-switch:hover .panel-edit-switch-edit-btn[data-v-65f056ab]{display:block}.panel-edit-switch-edit-btn[data-v-65f056ab]{position:absolute;top:0;right:0;z-index:1;display:none}.panel-edit-switch-actions[data-v-65f056ab]{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.panel-main-item-col:not(:last-of-type) .panel-main-item-col-wrap_card[data-v-9e060e8b]{margin-bottom:var(--v6dd4af74)}.form-search_show[data-v-b96e10f6]{margin-bottom:10px}.form-search .btn-box[data-v-b96e10f6]{display:flex;align-items:center;gap:8px;justify-content:flex-end}.form-search .btn-box-expand-icon[data-v-b96e10f6]{margin-right:2px}.form-verify-image[data-v-7a70397e] .el-input__suffix-inner *{margin:0}.form-verify-image-suffix[data-v-7a70397e]{position:absolute;height:100%;border-radius:var(--el-input-border-radius, var(--dc-core-radius, var(--el-border-radius-base)));top:50%;transform:translateY(-50%);overflow:hidden;cursor:pointer}.form-verify-image-suffix-main[data-v-7a70397e]{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#f4f4f4}.tabs-main-bar[data-v-9d365b46]{position:relative;display:flex;align-items:center}.tabs-main-bar-item[data-v-9d365b46]{border:none;background:transparent;cursor:pointer;color:var(--el-text-color-regular);transition:background .2s,color .2s,box-shadow .2s}.tabs-main-bar-indicator[data-v-9d365b46]{position:absolute;left:0;background:var(--dc-core-primary-color);transition:transform .2s,width .2s}.tabs-main-bar--l1 .tabs-main-bar-item[data-v-9d365b46]{font-size:16px}.tabs-main-bar--l2 .tabs-main-bar-item[data-v-9d365b46]{font-size:14px}.tabs-main-bar--l3 .tabs-main-bar-item[data-v-9d365b46],.tabs-main-bar--l4 .tabs-main-bar-item[data-v-9d365b46]{font-size:12px}.tabs-main-bar--variant-card[data-v-9d365b46]{position:relative;overflow:hidden;gap:2px}.tabs-main-bar--variant-card .tabs-main-bar-item[data-v-9d365b46]{position:relative;padding:8px 20px;line-height:1.4;border:1px solid transparent;border-bottom:0;border-radius:6px 6px 0 0}.tabs-main-bar--variant-card .tabs-main-bar-item[data-v-9d365b46]:hover:not(.tabs-main-bar-item_active){color:var(--dc-core-primary-color)}.tabs-main-bar--variant-card .tabs-main-bar-item_active[data-v-9d365b46]{color:var(--dc-core-primary-color);border-color:var(--el-border-color-light)}.tabs-main-bar--variant-card .tabs-main-bar-item_active[data-v-9d365b46]:before,.tabs-main-bar--variant-card .tabs-main-bar-item_active[data-v-9d365b46]:after{content:"";position:absolute;bottom:0;width:100vw;height:1px;background:var(--el-border-color-light)}.tabs-main-bar--variant-card .tabs-main-bar-item_active[data-v-9d365b46]:before{right:100%}.tabs-main-bar--variant-card .tabs-main-bar-item_active[data-v-9d365b46]:after{left:100%}.tabs-main-bar--variant-indicator .tabs-main-bar-item[data-v-9d365b46]{padding:8px 16px}.tabs-main-bar--variant-indicator .tabs-main-bar-item_active[data-v-9d365b46]{color:var(--dc-core-primary-color)}.tabs-main-bar--variant-indicator .tabs-main-bar-indicator[data-v-9d365b46]{bottom:0;height:2px}.tabs-main-bar--variant-indicator-compact .tabs-main-bar-item[data-v-9d365b46]{padding:6px 10px}.tabs-main-bar--variant-indicator-compact .tabs-main-bar-item_active[data-v-9d365b46]{color:var(--dc-core-primary-color)}.tabs-main-bar--variant-indicator-compact .tabs-main-bar-indicator[data-v-9d365b46]{bottom:0;height:1px}.tabs-main-bar--variant-plain .tabs-main-bar-item[data-v-9d365b46]{padding:4px 8px}.tabs-main-bar--variant-plain .tabs-main-bar-item_active[data-v-9d365b46]{color:var(--dc-core-primary-color);font-weight:600}.dc-tabs-tile--nav-absolute[data-v-0843fa11],.dc-tabs-tile--nav-fixed[data-v-0843fa11]{position:relative}.dc-tabs-tile--nav-sticky[data-v-0843fa11]{display:flex;flex-direction:column}.dc-tabs-tile__scroll[data-v-0843fa11]{display:flex;flex-direction:column;gap:12px}.dc-tabs-tile__card[data-v-0843fa11]{width:100%}.dc-tabs-tile__nav[data-v-0843fa11]{z-index:2;max-height:60%;overflow:auto;padding:6px 10px;width:fit-content;border-radius:var(--dc-core-radius, 6px);background:var(--dc-core-surface, var(--el-bg-color-overlay));box-shadow:var(--dc-core-shadow, var(--el-box-shadow-lighter));border:1px solid var(--dc-core-border-color, var(--el-border-color-lighter))}.app-collapse-toggle[data-v-10c7e006]{position:absolute;top:50%;cursor:pointer;width:14px;height:44px;border-radius:7px;background-color:var(--dc-core-surface, var(--el-bg-color-overlay));border:1px solid var(--dc-core-border-color, var(--el-border-color-lighter));color:var(--el-text-color-secondary);display:flex;align-items:center;justify-content:center;font-size:12px;z-index:1;opacity:.3;box-shadow:none;transition:opacity .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.app-collapse-toggle--sidebar[data-v-10c7e006]{left:100%;transform:translate(-50%,-50%)}.app-collapse-toggle--aside[data-v-10c7e006]{right:100%;transform:translate(50%,-50%)}.app-collapse-toggle[data-v-10c7e006]:hover,.app-collapse-toggle[data-v-10c7e006]:focus-visible{opacity:1;color:var(--el-text-color-primary);border-color:var(--dc-core-border-color, var(--el-border-color));box-shadow:var(--el-box-shadow-lighter)}.app-collapse-toggle[data-v-10c7e006]:active{border-color:var(--dc-core-primary-color, var(--el-color-primary))}.app-collapse-toggle__icon[data-v-10c7e006]{transition:transform .3s}.app-aside[data-v-7e17d342]{transition:width var(--dc-core-motion-duration-slow, .3s) var(--dc-core-motion-easing, ease);box-shadow:var(--dc-core-shadow, var(--el-box-shadow));overflow:visible;z-index:0}.app-aside-clip[data-v-7e17d342]{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.app-aside-shim[data-v-7e17d342]{position:absolute;right:0;top:0;bottom:0;overflow-x:hidden;overflow-y:auto;transition:opacity var(--dc-core-motion-duration, .2s) var(--dc-core-motion-easing, ease)}@media (prefers-reduced-motion: reduce){.app-aside[data-v-7e17d342],.app-aside-shim[data-v-7e17d342]{transition:none}}.app-breadcrumb[data-v-9bbe0b05]{display:flex;align-items:center;justify-content:flex-start}.app-body[data-v-f97530b2]{transition-duration:.3s;transition-property:padding;transition-timing-function:linear;min-height:100vh}.app-body-shim[data-v-f97530b2]{width:100%;--app-viewport-max-height: var(--v85c12e9e)}.app-footer[data-v-8960664d]{transition-duration:.3s;transition-property:height;transition-timing-function:linear;overflow:hidden;width:100%;box-shadow:var(--dc-core-shadow, var(--el-box-shadow))}.app-footer-shim[data-v-8960664d]{width:100%;height:100%;padding:0 20px}.app-header[data-v-c78820aa]{transition-duration:.3s;transition-property:height;transition-timing-function:linear;overflow:hidden;box-shadow:var(--dc-core-shadow, var(--el-box-shadow));z-index:1}.app-header-module[data-v-c78820aa]{display:flex;flex:1;height:100%;overflow-x:auto}.app-header-module-item[data-v-c78820aa]{display:flex;justify-content:center;align-items:center;padding:0 20px;white-space:nowrap;height:100%}.app-header-module-item[data-v-c78820aa]:hover,.app-header-module-item_active[data-v-c78820aa]{color:var(--v8834c284)}.app-header-module-item_active[data-v-c78820aa]{position:relative}.app-header-module-item_active[data-v-c78820aa]:before{content:"";position:absolute;left:50%;top:0;width:100%;height:3px;background-color:var(--v8834c284);transform:translate(-50%)}.app-header-shim[data-v-c78820aa]{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:18px;font-weight:700}.app-header-module-item__icon[data-v-c78820aa]{margin-right:8px}.app-header-right[data-v-c78820aa]{padding-left:80px;display:flex;align-items:center}.app-sidebar[data-v-8aa015fb]{transition-duration:.3s;transition-property:width;transition-timing-function:linear;box-shadow:var(--dc-core-shadow, var(--el-box-shadow));overflow:visible;z-index:var(--v3ceb1df4)}.app-sidebar-top[data-v-8aa015fb]{position:absolute;left:0;right:0;top:0;overflow:hidden}.app-sidebar-bottom[data-v-8aa015fb]{position:absolute;left:0;right:0;bottom:0;overflow:hidden}.app-sidebar-shim[data-v-8aa015fb]{position:absolute;left:0;right:0;top:var(--v2c8b87ee);bottom:var(--baa8be1c);overflow-x:hidden;overflow-y:auto;--el-menu-border-color: transparent;-webkit-user-select:none;user-select:none}.app-theme[data-v-06ca4822]{display:inline-flex;align-items:center;gap:12px;margin-right:12px}.app-theme__style-select[data-v-06ca4822]{width:120px}.app-layout[data-v-f6f87b30]{position:relative}.app-layout_noLogin[data-v-f6f87b30] .app-body,.app-layout_noLogin[data-v-f6f87b30] .app-sidebar,.app-layout_noLogin[data-v-f6f87b30] .app-header,.app-layout_noLogin[data-v-f6f87b30] .app-footer{transition:none!important}.app-page[data-v-8fb8acc9]{--dc-page-content-viewport-top: var(--v292949d5);--dc-page-content-viewport-bottom: var(--v45d97caa);--dc-page-content-viewport-left: var(--v0807b0f2);--dc-page-content-viewport-right: var(--f841aac8);--dc-page-content-viewport-width: var(--f7b4d374);--dc-page-content-viewport-height: var(--v32838eb2)}.app-page-shim[data-v-8fb8acc9]{--app-viewport-max-height: var(--v5c736bbc)}.app-page-slot-shim[data-v-8fb8acc9]{box-sizing:border-box;width:100%;height:100%}[data-v-64f355fe] .auto-refresh-label{display:flex;font-size:13px;color:var(--el-text-color-regular);margin-bottom:8px}.auto-refresh-group-icon--rotating[data-v-e608ff06]{animation:auto-refresh-rotating-e608ff06 1s linear infinite}@keyframes auto-refresh-rotating-e608ff06{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-item-nest-form[data-v-a413a382],.form-item-nest-form-list[data-v-68118cbf]{padding:16px;border:1px solid var(--dc-core-border-color);border-radius:8px;box-shadow:var(--dc-core-shadow, var(--el-box-shadow-lighter))}.form-item-nest-form-list-row[data-v-68118cbf]{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px}.form-item-nest-form-list-row-body[data-v-68118cbf]{flex:1;min-width:0;padding:12px 16px;border:1px solid var(--el-border-color-lighter);border-radius:6px;box-shadow:var(--el-box-shadow-lighter)}.table-toolbar[data-v-0175f1a9]{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;gap:20px}.table-toolbar-left[data-v-0175f1a9],.table-toolbar-right[data-v-0175f1a9]{display:flex;align-items:center;gap:10px}.table-toolbar-switch-view[data-v-0175f1a9]{--el-switch-off-color: var(--dc-core-primary-color);--el-switch-on-color: var(--dc-core-warning-color)}.data-list-view[data-v-c66e599d]{width:100%}.data-list-view-empty[data-v-c66e599d]{display:flex;justify-content:center;align-items:center;width:100%;min-height:60px;grid-column:1 / -1}.table-main-pagination[data-v-fcb4b963]{margin-top:10px;display:flex;justify-content:flex-end}.dc-slot-layout-flow-aside_separate[data-v-5c6ef74b]{position:relative}.dc-slot-layout-flow-aside_separate_left[data-v-5c6ef74b]{padding-left:calc(var(--v88700944) - 1px)}.dc-slot-layout-flow-aside_separate_right[data-v-5c6ef74b]{padding-right:calc(var(--v88700944) - 1px)}.dc-slot-layout-flow-aside-aside[data-v-5c6ef74b]{width:var(--v88700944)}.dc-slot-layout-flow-aside-aside_left[data-v-5c6ef74b],.dc-slot-layout-flow-aside-aside_right[data-v-5c6ef74b]{position:absolute;top:0;max-height:min(100%,var(--v23b7c943));overflow-y:auto}.dc-slot-layout-flow-aside-aside_left[data-v-5c6ef74b]{left:0}.dc-slot-layout-flow-aside-aside_right[data-v-5c6ef74b]{right:0}.dc-slot-layout-flow-aside-main[data-v-5c6ef74b]{width:var(--v7e1d11ca)}.list-page[data-v-a488e79a]{min-height:var(--v41370796)}.list-page-header[data-v-a488e79a],.list-page-operation[data-v-a488e79a]{margin-bottom:10px}.list-page_search-sticky[data-v-a488e79a] .form-search{position:sticky;top:var(--v561cdcbe);z-index:10;background:var(--dc-core-surface, var(--el-bg-color));box-shadow:0 1px 0 0 var(--dc-core-border-color, var(--el-border-color-lighter))}.list-page_toolbar-sticky[data-v-a488e79a] .dc-table-main__toolbar{position:sticky;top:var(--v176bdd58);z-index:9;padding-top:10px;background:var(--dc-core-surface, var(--el-bg-color));box-shadow:0 1px 0 0 var(--dc-core-border-color, var(--el-border-color-lighter))}.list-page_pager-sticky[data-v-a488e79a] .dc-table-main__pagination{position:sticky;bottom:var(--v3cef8d58);z-index:9;margin-top:0;padding-top:10px;background:var(--dc-core-surface, var(--el-bg-color));box-shadow:0 -1px 0 0 var(--dc-core-border-color, var(--el-border-color-lighter))}.list-page[data-v-a488e79a] .el-loading-mask{left:-10px;top:-10px;right:-10px;bottom:-10px}.panel-item-nest-form-actions[data-v-3af1d77a]{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}
1
+ .confirm-modal__title[data-v-3d9e58a4]{font-size:16px;font-weight:600;line-height:24px;color:var(--el-text-color-primary);text-align:left}.confirm-modal__content[data-v-3d9e58a4]{overflow-x:hidden;overflow-y:auto;max-height:calc(100vh - 200px);font-size:14px;line-height:22px;color:var(--el-text-color-regular);text-align:left;word-break:break-word}.confirm-modal__content_drawer[data-v-3d9e58a4]{max-height:none;height:100%}.confirm-modal__footer[data-v-3d9e58a4]{display:flex;justify-content:flex-end;align-items:center;gap:8px}.confirm-modal__footer[data-v-3d9e58a4] .el-button{min-width:72px}.confirm-modal__footer[reverse=true][data-v-3d9e58a4]{flex-direction:row-reverse}.dc-confirm-modal.el-drawer .el-drawer__header{margin-bottom:0;padding:16px 20px;color:var(--el-text-color-primary)}.dc-confirm-modal.el-drawer .el-drawer__body{padding:20px}.dc-confirm-modal.el-drawer .el-drawer__footer{padding:12px 20px}.dc-confirm-modal.confirm-modal_header-divider .el-drawer__header,.dc-confirm-modal.confirm-modal_header-divider .el-dialog__header{border-bottom:1px solid var(--el-border-color-lighter)}.dc-confirm-modal.confirm-modal_footer-divider .el-drawer__footer,.dc-confirm-modal.confirm-modal_footer-divider .el-dialog__footer{border-top:1px solid var(--el-border-color-lighter)}.action-confirm__title[data-v-e57e5fe0]{font-weight:600;margin-bottom:6px}.action-confirm__content[data-v-e57e5fe0]{margin-bottom:12px;color:var(--el-text-color-regular)}.action-confirm__actions[data-v-e57e5fe0]{display:flex;justify-content:flex-end;gap:8px}.form-item-tip[data-v-8b508d64]{text-align:left;line-height:1.5;font-size:12px}.form-item-label-hide[data-v-8b508d64] .el-form-item__label-wrap{display:none}[data-v-cc2ea388] .el-row>.el-col>.el-form-item{margin-bottom:18px}.form-submit-panel[data-v-1505775a]{display:flex;flex-direction:column}.form-submit-panel .form-submit-panel-form[data-v-1505775a]{order:1}.form-submit-panel .form-submit-panel-operation[data-v-1505775a]{order:2}.form-submit-panel .form-submit-panel-operation-inner[data-v-1505775a]{display:flex;align-items:center;gap:8px;padding:10px 12px}.form-submit-panel .el-affix--fixed .form-submit-panel-operation-inner[data-v-1505775a]{background-color:var(--dc-core-body-color)}.form-submit-panel_bottom-center .form-submit-panel-operation-inner[data-v-1505775a],.form-submit-panel_bottom-right .form-submit-panel-operation-inner[data-v-1505775a]{border-top:1px solid var(--el-border-color-light);border-bottom-left-radius:var(--dc-core-radius, var(--el-border-radius-base));border-bottom-right-radius:var(--dc-core-radius, var(--el-border-radius-base))}.form-submit-panel_bottom-center .form-submit-panel-operation-inner[data-v-1505775a]{justify-content:center}.form-submit-panel_bottom-right .form-submit-panel-operation-inner[data-v-1505775a]{justify-content:flex-end}.form-submit-panel_top-right .form-submit-panel-operation[data-v-1505775a]{order:0}.form-submit-panel_top-right .form-submit-panel-operation-inner[data-v-1505775a]{justify-content:flex-end;border-bottom:1px solid var(--el-border-color-light);border-top-left-radius:var(--dc-core-radius, var(--el-border-radius-base));border-top-right-radius:var(--dc-core-radius, var(--el-border-radius-base))}.form-submit-panel_no-divider .form-submit-panel-operation-inner[data-v-1505775a]{border:none;border-radius:0}.form-submit-panel_bare .form-submit-panel-operation-inner[data-v-1505775a]{padding:0}.panel-edit-switch[data-v-65f056ab]{position:relative}.panel-edit-switch:hover .panel-edit-switch-edit-btn[data-v-65f056ab]{display:block}.panel-edit-switch-edit-btn[data-v-65f056ab]{position:absolute;top:0;right:0;z-index:1;display:none}.panel-edit-switch-actions[data-v-65f056ab]{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.panel-item[data-v-70a9fee5]{display:flex;align-items:baseline}.panel-item-label[data-v-70a9fee5]{flex-shrink:0;color:var(--el-text-color-regular);padding-right:12px}.panel-item-label[data-v-70a9fee5]:after{content:":"}.panel-item-content[data-v-70a9fee5]{flex:1;min-width:0}.panel-item--label-top[data-v-70a9fee5]{flex-direction:column;align-items:flex-start}.panel-item--label-top .panel-item-label[data-v-70a9fee5]{padding-right:0;padding-bottom:4px}.panel-main-item-col:not(:last-of-type) .panel-main-item-col-wrap_card[data-v-9e060e8b]{margin-bottom:var(--v6dd4af74)}.form-search_show[data-v-b96e10f6]{margin-bottom:10px}.form-search .btn-box[data-v-b96e10f6]{display:flex;align-items:center;gap:8px;justify-content:flex-end}.form-search .btn-box-expand-icon[data-v-b96e10f6]{margin-right:2px}.form-verify-image[data-v-7a70397e] .el-input__suffix-inner *{margin:0}.form-verify-image-suffix[data-v-7a70397e]{position:absolute;height:100%;border-radius:var(--el-input-border-radius, var(--dc-core-radius, var(--el-border-radius-base)));top:50%;transform:translateY(-50%);overflow:hidden;cursor:pointer}.form-verify-image-suffix-main[data-v-7a70397e]{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#f4f4f4}.tabs-main-bar[data-v-9d365b46]{position:relative;display:flex;align-items:center}.tabs-main-bar-item[data-v-9d365b46]{border:none;background:transparent;cursor:pointer;color:var(--el-text-color-regular);transition:background .2s,color .2s,box-shadow .2s}.tabs-main-bar-indicator[data-v-9d365b46]{position:absolute;left:0;background:var(--dc-core-primary-color);transition:transform .2s,width .2s}.tabs-main-bar--l1 .tabs-main-bar-item[data-v-9d365b46]{font-size:16px}.tabs-main-bar--l2 .tabs-main-bar-item[data-v-9d365b46]{font-size:14px}.tabs-main-bar--l3 .tabs-main-bar-item[data-v-9d365b46],.tabs-main-bar--l4 .tabs-main-bar-item[data-v-9d365b46]{font-size:12px}.tabs-main-bar--variant-card[data-v-9d365b46]{position:relative;overflow:hidden;gap:2px}.tabs-main-bar--variant-card .tabs-main-bar-item[data-v-9d365b46]{position:relative;padding:8px 20px;line-height:1.4;border:1px solid transparent;border-bottom:0;border-radius:6px 6px 0 0}.tabs-main-bar--variant-card .tabs-main-bar-item[data-v-9d365b46]:hover:not(.tabs-main-bar-item_active){color:var(--dc-core-primary-color)}.tabs-main-bar--variant-card .tabs-main-bar-item_active[data-v-9d365b46]{color:var(--dc-core-primary-color);border-color:var(--el-border-color-light)}.tabs-main-bar--variant-card .tabs-main-bar-item_active[data-v-9d365b46]:before,.tabs-main-bar--variant-card .tabs-main-bar-item_active[data-v-9d365b46]:after{content:"";position:absolute;bottom:0;width:100vw;height:1px;background:var(--el-border-color-light)}.tabs-main-bar--variant-card .tabs-main-bar-item_active[data-v-9d365b46]:before{right:100%}.tabs-main-bar--variant-card .tabs-main-bar-item_active[data-v-9d365b46]:after{left:100%}.tabs-main-bar--variant-indicator .tabs-main-bar-item[data-v-9d365b46]{padding:8px 16px}.tabs-main-bar--variant-indicator .tabs-main-bar-item_active[data-v-9d365b46]{color:var(--dc-core-primary-color)}.tabs-main-bar--variant-indicator .tabs-main-bar-indicator[data-v-9d365b46]{bottom:0;height:2px}.tabs-main-bar--variant-indicator-compact .tabs-main-bar-item[data-v-9d365b46]{padding:6px 10px}.tabs-main-bar--variant-indicator-compact .tabs-main-bar-item_active[data-v-9d365b46]{color:var(--dc-core-primary-color)}.tabs-main-bar--variant-indicator-compact .tabs-main-bar-indicator[data-v-9d365b46]{bottom:0;height:1px}.tabs-main-bar--variant-plain .tabs-main-bar-item[data-v-9d365b46]{padding:4px 8px}.tabs-main-bar--variant-plain .tabs-main-bar-item_active[data-v-9d365b46]{color:var(--dc-core-primary-color);font-weight:600}.dc-tabs-tile--nav-absolute[data-v-0843fa11],.dc-tabs-tile--nav-fixed[data-v-0843fa11]{position:relative}.dc-tabs-tile--nav-sticky[data-v-0843fa11]{display:flex;flex-direction:column}.dc-tabs-tile__scroll[data-v-0843fa11]{display:flex;flex-direction:column;gap:12px}.dc-tabs-tile__card[data-v-0843fa11]{width:100%}.dc-tabs-tile__nav[data-v-0843fa11]{z-index:2;max-height:60%;overflow:auto;padding:6px 10px;width:fit-content;border-radius:var(--dc-core-radius, 6px);background:var(--dc-core-surface, var(--el-bg-color-overlay));box-shadow:var(--dc-core-shadow, var(--el-box-shadow-lighter));border:1px solid var(--dc-core-border-color, var(--el-border-color-lighter))}.app-collapse-toggle[data-v-10c7e006]{position:absolute;top:50%;cursor:pointer;width:14px;height:44px;border-radius:7px;background-color:var(--dc-core-surface, var(--el-bg-color-overlay));border:1px solid var(--dc-core-border-color, var(--el-border-color-lighter));color:var(--el-text-color-secondary);display:flex;align-items:center;justify-content:center;font-size:12px;z-index:1;opacity:.3;box-shadow:none;transition:opacity .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.app-collapse-toggle--sidebar[data-v-10c7e006]{left:100%;transform:translate(-50%,-50%)}.app-collapse-toggle--aside[data-v-10c7e006]{right:100%;transform:translate(50%,-50%)}.app-collapse-toggle[data-v-10c7e006]:hover,.app-collapse-toggle[data-v-10c7e006]:focus-visible{opacity:1;color:var(--el-text-color-primary);border-color:var(--dc-core-border-color, var(--el-border-color));box-shadow:var(--el-box-shadow-lighter)}.app-collapse-toggle[data-v-10c7e006]:active{border-color:var(--dc-core-primary-color, var(--el-color-primary))}.app-collapse-toggle__icon[data-v-10c7e006]{transition:transform .3s}.app-aside[data-v-7e17d342]{transition:width var(--dc-core-motion-duration-slow, .3s) var(--dc-core-motion-easing, ease);box-shadow:var(--dc-core-shadow, var(--el-box-shadow));overflow:visible;z-index:0}.app-aside-clip[data-v-7e17d342]{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.app-aside-shim[data-v-7e17d342]{position:absolute;right:0;top:0;bottom:0;overflow-x:hidden;overflow-y:auto;transition:opacity var(--dc-core-motion-duration, .2s) var(--dc-core-motion-easing, ease)}@media (prefers-reduced-motion: reduce){.app-aside[data-v-7e17d342],.app-aside-shim[data-v-7e17d342]{transition:none}}.app-breadcrumb[data-v-9bbe0b05]{display:flex;align-items:center;justify-content:flex-start}.app-body[data-v-746de972]{transition-duration:.3s;transition-property:padding;transition-timing-function:linear;min-height:100vh}.app-body-shim[data-v-746de972]{width:100%;--app-viewport-max-height: var(--v03873635)}.app-footer[data-v-8960664d]{transition-duration:.3s;transition-property:height;transition-timing-function:linear;overflow:hidden;width:100%;box-shadow:var(--dc-core-shadow, var(--el-box-shadow))}.app-footer-shim[data-v-8960664d]{width:100%;height:100%;padding:0 20px}.app-header[data-v-c78820aa]{transition-duration:.3s;transition-property:height;transition-timing-function:linear;overflow:hidden;box-shadow:var(--dc-core-shadow, var(--el-box-shadow));z-index:1}.app-header-module[data-v-c78820aa]{display:flex;flex:1;height:100%;overflow-x:auto}.app-header-module-item[data-v-c78820aa]{display:flex;justify-content:center;align-items:center;padding:0 20px;white-space:nowrap;height:100%}.app-header-module-item[data-v-c78820aa]:hover,.app-header-module-item_active[data-v-c78820aa]{color:var(--v8834c284)}.app-header-module-item_active[data-v-c78820aa]{position:relative}.app-header-module-item_active[data-v-c78820aa]:before{content:"";position:absolute;left:50%;top:0;width:100%;height:3px;background-color:var(--v8834c284);transform:translate(-50%)}.app-header-shim[data-v-c78820aa]{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:18px;font-weight:700}.app-header-module-item__icon[data-v-c78820aa]{margin-right:8px}.app-header-right[data-v-c78820aa]{padding-left:80px;display:flex;align-items:center}.app-sidebar[data-v-8aa015fb]{transition-duration:.3s;transition-property:width;transition-timing-function:linear;box-shadow:var(--dc-core-shadow, var(--el-box-shadow));overflow:visible;z-index:var(--v3ceb1df4)}.app-sidebar-top[data-v-8aa015fb]{position:absolute;left:0;right:0;top:0;overflow:hidden}.app-sidebar-bottom[data-v-8aa015fb]{position:absolute;left:0;right:0;bottom:0;overflow:hidden}.app-sidebar-shim[data-v-8aa015fb]{position:absolute;left:0;right:0;top:var(--v2c8b87ee);bottom:var(--baa8be1c);overflow-x:hidden;overflow-y:auto;--el-menu-border-color: transparent;-webkit-user-select:none;user-select:none}.app-theme[data-v-06ca4822]{display:inline-flex;align-items:center;gap:12px;margin-right:12px}.app-theme__style-select[data-v-06ca4822]{width:120px}.app-layout[data-v-f6f87b30]{position:relative}.app-layout_noLogin[data-v-f6f87b30] .app-body,.app-layout_noLogin[data-v-f6f87b30] .app-sidebar,.app-layout_noLogin[data-v-f6f87b30] .app-header,.app-layout_noLogin[data-v-f6f87b30] .app-footer{transition:none!important}.app-page[data-v-8fb8acc9]{--dc-page-content-viewport-top: var(--v292949d5);--dc-page-content-viewport-bottom: var(--v45d97caa);--dc-page-content-viewport-left: var(--v0807b0f2);--dc-page-content-viewport-right: var(--f841aac8);--dc-page-content-viewport-width: var(--f7b4d374);--dc-page-content-viewport-height: var(--v32838eb2)}.app-page-shim[data-v-8fb8acc9]{--app-viewport-max-height: var(--v5c736bbc)}.app-page-slot-shim[data-v-8fb8acc9]{box-sizing:border-box;width:100%;height:100%}[data-v-64f355fe] .auto-refresh-label{display:flex;font-size:13px;color:var(--el-text-color-regular);margin-bottom:8px}.auto-refresh-group-icon--rotating[data-v-b4bb0cd5]{animation:auto-refresh-rotating-b4bb0cd5 1s linear infinite}@keyframes auto-refresh-rotating-b4bb0cd5{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-item-nest-form[data-v-a413a382],.form-item-nest-form-list[data-v-68118cbf]{padding:16px;border:1px solid var(--dc-core-border-color);border-radius:8px;box-shadow:var(--dc-core-shadow, var(--el-box-shadow-lighter))}.form-item-nest-form-list-row[data-v-68118cbf]{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px}.form-item-nest-form-list-row-body[data-v-68118cbf]{flex:1;min-width:0;padding:12px 16px;border:1px solid var(--el-border-color-lighter);border-radius:6px;box-shadow:var(--el-box-shadow-lighter)}.table-toolbar[data-v-0220e327]{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;gap:20px}.table-toolbar-left[data-v-0220e327],.table-toolbar-right[data-v-0220e327]{display:flex;align-items:center;gap:10px}.table-toolbar-switch-view[data-v-0220e327]{--el-switch-off-color: var(--dc-core-primary-color);--el-switch-on-color: var(--dc-core-warning-color)}.table-skeleton[data-v-c813d7d1]{border:1px solid var(--dc-core-border-color, var(--el-border-color-lighter));border-radius:var(--dc-core-radius, var(--el-border-radius-base));overflow:hidden}.table-skeleton__row[data-v-c813d7d1]{display:flex;align-items:center;gap:16px;padding:13px 12px;border-bottom:1px solid var(--el-fill-color, var(--el-border-color-lighter))}.table-skeleton__row_head[data-v-c813d7d1]{background:var(--el-fill-color, var(--el-fill-color-light))}.table-skeleton__row_head .table-skeleton__bar[data-v-c813d7d1]{height:10px}.table-skeleton__row[data-v-c813d7d1]:last-child{border-bottom:none}.table-skeleton__cell[data-v-c813d7d1]{flex:1;min-width:0}.table-skeleton__bar[data-v-c813d7d1]{height:12px;border-radius:4px}.table-skeleton__cell:nth-child(3n+1) .table-skeleton__bar[data-v-c813d7d1]{width:52%}.table-skeleton__cell:nth-child(3n+2) .table-skeleton__bar[data-v-c813d7d1]{width:82%}.table-skeleton__cell:nth-child(3n) .table-skeleton__bar[data-v-c813d7d1]{width:38%}.table-skeleton__grid[data-v-c813d7d1]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;padding:12px}.table-skeleton__card[data-v-c813d7d1]{min-width:0;display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid var(--el-border-color-lighter);border-radius:var(--dc-core-radius, var(--el-border-radius-base))}.table-skeleton__card-media[data-v-c813d7d1]{width:100%;aspect-ratio:16 / 9;border-radius:var(--dc-core-radius, var(--el-border-radius-base))}@media (prefers-reduced-motion: reduce){.table-skeleton[data-v-c813d7d1] .el-skeleton.is-animated .el-skeleton__item{animation:none}}.data-list-view[data-v-da082546]{width:100%}.data-list-view-empty[data-v-da082546]{display:flex;justify-content:center;align-items:center;width:100%;min-height:60px;grid-column:1 / -1}.table-main-pagination[data-v-eae8d23b]{margin-top:10px;display:flex;justify-content:flex-end}.table-main_fill[data-v-eae8d23b] .el-table__body-wrapper{min-height:var(--v0d0c522f)}.dc-slot-layout-flow-aside_separate[data-v-5c6ef74b]{position:relative}.dc-slot-layout-flow-aside_separate_left[data-v-5c6ef74b]{padding-left:calc(var(--v88700944) - 1px)}.dc-slot-layout-flow-aside_separate_right[data-v-5c6ef74b]{padding-right:calc(var(--v88700944) - 1px)}.dc-slot-layout-flow-aside-aside[data-v-5c6ef74b]{width:var(--v88700944)}.dc-slot-layout-flow-aside-aside_left[data-v-5c6ef74b],.dc-slot-layout-flow-aside-aside_right[data-v-5c6ef74b]{position:absolute;top:0;max-height:min(100%,var(--v23b7c943));overflow-y:auto}.dc-slot-layout-flow-aside-aside_left[data-v-5c6ef74b]{left:0}.dc-slot-layout-flow-aside-aside_right[data-v-5c6ef74b]{right:0}.dc-slot-layout-flow-aside-main[data-v-5c6ef74b]{width:var(--v7e1d11ca)}.list-page[data-v-1ae6f01e]{min-height:var(--v9b019db8)}.list-page-header[data-v-1ae6f01e],.list-page-operation[data-v-1ae6f01e]{margin-bottom:10px}.list-page_search-sticky[data-v-1ae6f01e] .form-search{position:sticky;top:var(--v676bd8af);z-index:10;background:var(--dc-core-surface, var(--el-bg-color));box-shadow:0 1px 0 0 var(--dc-core-border-color, var(--el-border-color-lighter))}.list-page_toolbar-sticky[data-v-1ae6f01e] .dc-table-main__toolbar{position:sticky;top:var(--v9dcea7f4);z-index:9;padding-top:10px;background:var(--dc-core-surface, var(--el-bg-color));box-shadow:0 1px 0 0 var(--dc-core-border-color, var(--el-border-color-lighter))}.list-page_pager-sticky[data-v-1ae6f01e] .dc-table-main__pagination{position:sticky;bottom:var(--v82e6163c);z-index:9;margin-top:0;padding-top:10px;background:var(--dc-core-surface, var(--el-bg-color));box-shadow:0 -1px 0 0 var(--dc-core-border-color, var(--el-border-color-lighter))}.list-page[data-v-1ae6f01e] .el-loading-mask{left:-10px;top:-10px;right:-10px;bottom:-10px}.panel-item-nest-form-actions[data-v-3af1d77a]{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@done-coding/admin-core",
3
- "version": "0.16.1-alpha.0",
3
+ "version": "0.17.1-alpha.0",
4
4
  "description": "内部前端库",
5
5
  "private": false,
6
6
  "main": "es/index.mjs",
@@ -79,5 +79,5 @@
79
79
  "node": ">=18.0.0",
80
80
  "pnpm": ">=9.0.0"
81
81
  },
82
- "gitHead": "1ad0786c399e951d209dd86967c01e77cae9b382"
82
+ "gitHead": "086ea9d0440acd89ef5b553654f787c0184a3eae"
83
83
  }
@@ -0,0 +1,14 @@
1
+ interface KeepAliveMatchedLike {
2
+ path: string;
3
+ components?: Record<string, unknown> | null;
4
+ }
5
+ interface KeepAliveRouteLike {
6
+ path: string;
7
+ meta?: {
8
+ keepAlive?: boolean;
9
+ };
10
+ matched?: KeepAliveMatchedLike[];
11
+ }
12
+ export declare const isKeepAliveRoute: (route: KeepAliveRouteLike) => boolean;
13
+ export declare const keepAliveRouteKey: (route: KeepAliveRouteLike) => string;
14
+ export {};
@@ -10,6 +10,7 @@ export interface DataListViewProps<T extends Record<string, any>, F extends Reco
10
10
  rowKey: Extract<keyof T, string> | ((row: T) => string);
11
11
  columns: DataViewColumn<T>[];
12
12
  maxHeight?: number;
13
+ minHeight?: number;
13
14
  selectable?: boolean;
14
15
  getRenderCtxParams: () => Pick<TableColumnDefaultScope<T, F>, "injectInfo" | "exposeInfo">;
15
16
  }