@aplus-frontend/ui 0.1.28 → 0.1.30

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