@aplus-frontend/ui 0.0.1-beta.16 → 0.0.1-beta.18

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 (89) hide show
  1. package/es/index.mjs +171 -163
  2. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +41 -0
  3. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs +44 -0
  4. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue2.mjs +4 -0
  5. package/es/src/ap-layout/index.d.ts +3 -0
  6. package/es/src/ap-layout/index.mjs +1 -0
  7. package/es/src/ap-layout/interface.d.ts +4 -0
  8. package/es/src/ap-layout/style/ap-info-layout.css +32 -0
  9. package/es/src/ap-tag/ap-tag.vue.mjs +20 -27
  10. package/es/src/ap-tag/style/ap-tag-group.css +3 -0
  11. package/es/src/ap-tag/style/ap-tag.css +3 -19
  12. package/es/src/config-provider/config-provider.mjs +10 -9
  13. package/es/src/index.d.ts +2 -0
  14. package/es/src/index.mjs +201 -191
  15. package/es/src/locale/lang/en.mjs +2 -1
  16. package/es/src/locale/lang/zh-cn.mjs +2 -1
  17. package/es/src/theme/antd-global-overwrite/admin/index.css +44 -35
  18. package/es/src/theme/antd-global-overwrite/admin/message.css +8 -8
  19. package/es/src/theme/antd-global-overwrite/admin/modal.css +7 -1
  20. package/es/src/theme/antd-global-overwrite/admin/pagination.css +9 -6
  21. package/es/src/theme/antd-global-overwrite/admin/steps.css +20 -20
  22. package/es/src/theme/antd-global-overwrite/aplus/form.css +1 -1
  23. package/es/src/theme/antd-global-overwrite/aplus/index.css +35 -32
  24. package/es/src/theme/antd-global-overwrite/aplus/message.css +8 -8
  25. package/es/src/theme/antd-global-overwrite/aplus/pagination.css +9 -6
  26. package/es/src/theme/antd-global-overwrite/aplus/steps.css +17 -17
  27. package/es/src/theme/ap-tag/ap-tag-group.css +3 -0
  28. package/es/src/theme/ap-tag/ap-tag.css +3 -19
  29. package/es/src/theme/work-order-modal/index.css +3 -0
  30. package/es/src/utils/config-provider-preset.d.ts +36 -0
  31. package/es/src/utils/config-provider-preset.mjs +11 -0
  32. package/es/src/work-order-modal/createWorkOrder.d.ts +1 -0
  33. package/es/src/work-order-modal/createWorkOrder.mjs +19 -0
  34. package/es/src/work-order-modal/help-message.vue.d.ts +3 -0
  35. package/es/src/work-order-modal/help-message.vue.mjs +4 -0
  36. package/es/src/work-order-modal/help-message.vue2.mjs +33 -0
  37. package/es/src/work-order-modal/index.d.ts +5 -0
  38. package/es/src/work-order-modal/index.mjs +7 -0
  39. package/es/src/work-order-modal/interfaces.d.ts +23 -0
  40. package/es/src/work-order-modal/interfaces.mjs +4 -0
  41. package/es/src/work-order-modal/style/index.css +3 -0
  42. package/es/src/work-order-modal/work-order-modal.vue.d.ts +18 -0
  43. package/es/src/work-order-modal/work-order-modal.vue.mjs +164 -0
  44. package/es/src/work-order-modal/work-order-modal.vue2.mjs +4 -0
  45. package/lib/index.js +1 -1
  46. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +41 -0
  47. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.js +1 -0
  48. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue2.js +1 -0
  49. package/lib/src/ap-layout/index.d.ts +3 -0
  50. package/lib/src/ap-layout/index.js +1 -0
  51. package/lib/src/ap-layout/interface.d.ts +4 -0
  52. package/lib/src/ap-layout/style/ap-info-layout.css +32 -0
  53. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  54. package/lib/src/ap-tag/style/ap-tag-group.css +3 -0
  55. package/lib/src/ap-tag/style/ap-tag.css +3 -19
  56. package/lib/src/config-provider/config-provider.js +1 -1
  57. package/lib/src/index.d.ts +2 -0
  58. package/lib/src/index.js +1 -1
  59. package/lib/src/locale/lang/en.js +1 -1
  60. package/lib/src/locale/lang/zh-cn.js +1 -1
  61. package/lib/src/theme/antd-global-overwrite/admin/index.css +44 -35
  62. package/lib/src/theme/antd-global-overwrite/admin/message.css +8 -8
  63. package/lib/src/theme/antd-global-overwrite/admin/modal.css +7 -1
  64. package/lib/src/theme/antd-global-overwrite/admin/pagination.css +9 -6
  65. package/lib/src/theme/antd-global-overwrite/admin/steps.css +20 -20
  66. package/lib/src/theme/antd-global-overwrite/aplus/form.css +1 -1
  67. package/lib/src/theme/antd-global-overwrite/aplus/index.css +35 -32
  68. package/lib/src/theme/antd-global-overwrite/aplus/message.css +8 -8
  69. package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +9 -6
  70. package/lib/src/theme/antd-global-overwrite/aplus/steps.css +17 -17
  71. package/lib/src/theme/ap-tag/ap-tag-group.css +3 -0
  72. package/lib/src/theme/ap-tag/ap-tag.css +3 -19
  73. package/lib/src/theme/work-order-modal/index.css +3 -0
  74. package/lib/src/utils/config-provider-preset.d.ts +36 -0
  75. package/lib/src/utils/config-provider-preset.js +1 -0
  76. package/lib/src/work-order-modal/createWorkOrder.d.ts +1 -0
  77. package/lib/src/work-order-modal/createWorkOrder.js +1 -0
  78. package/lib/src/work-order-modal/help-message.vue.d.ts +3 -0
  79. package/lib/src/work-order-modal/help-message.vue.js +1 -0
  80. package/lib/src/work-order-modal/help-message.vue2.js +1 -0
  81. package/lib/src/work-order-modal/index.d.ts +5 -0
  82. package/lib/src/work-order-modal/index.js +1 -0
  83. package/lib/src/work-order-modal/interfaces.d.ts +23 -0
  84. package/lib/src/work-order-modal/interfaces.js +1 -0
  85. package/lib/src/work-order-modal/style/index.css +3 -0
  86. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +18 -0
  87. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -0
  88. package/lib/src/work-order-modal/work-order-modal.vue2.js +1 -0
  89. package/package.json +12 -3
@@ -2,21 +2,13 @@
2
2
  text-wrap: nowrap;
3
3
  display: inline-block;
4
4
  }
5
- .aplus-tag-wrapper--large {
6
- height: 28px;
7
- }
8
- .aplus-tag-wrapper--middle {
9
- height: 24px;
10
- }
11
- .aplus-tag-wrapper--small {
12
- height: 20px;
13
- }
14
5
  .aplus-tag-inner-wrapper {
15
6
  display: inline-block;
16
7
  border-radius: 4px;
17
8
  border: 1px solid var(--tag-main-color);
18
9
  background-color: var(--tag-main-color-opacity);
19
10
  box-sizing: border-box;
11
+ color: var(--tag-main-color);
20
12
  }
21
13
  .aplus-tag-inner-wrapper--large {
22
14
  padding: 0 8px;
@@ -32,25 +24,17 @@
32
24
  }
33
25
  .aplus-tag-inner-wrapper--small {
34
26
  padding: 0 6px;
35
- line-height: 18px;
27
+ line-height: 19px;
36
28
  height: 20px;
37
29
  font-size: 12px;
38
30
  }
39
31
  .aplus-tag-inner-wrapper--disabled {
40
32
  border: 1px solid #DEE4ED;
41
33
  background-color: #526a900f;
34
+ color: #8896b0;
42
35
  }
43
36
  .aplus-tag-inner-wrapper--disabled-admin {
44
37
  border: 1px solid #d9d9d9;
45
38
  background-color: #9999990f;
46
- }
47
- .aplus-tag-content {
48
- display: inline-block;
49
- color: var(--tag-main-color);
50
- }
51
- .aplus-tag-content--disabled {
52
- color: #8896b0;
53
- }
54
- .aplus-tag-content--disabled-admin {
55
39
  color: #999;
56
40
  }
@@ -1,12 +1,13 @@
1
- import { isVNode as m, defineComponent as a, createVNode as u, renderSlot as c } from "vue";
1
+ import { isVNode as d, defineComponent as a, createVNode as s, mergeProps as u, renderSlot as c } from "vue";
2
2
  import { ConfigProvider as g } from "ant-design-vue";
3
- import { provideGlobalConfig as s } from "./hooks/use-global-config.mjs";
3
+ import { provideGlobalConfig as P } from "./hooks/use-global-config.mjs";
4
4
  import { configProviderProps as v } from "./config-provider-props.mjs";
5
5
  import { tableDefaultConfig as C } from "./constants.mjs";
6
- function b(o) {
7
- return typeof o == "function" || Object.prototype.toString.call(o) === "[object Object]" && !m(o);
6
+ import { antdConfigProviderPresets as b } from "../utils/config-provider-preset.mjs";
7
+ function j(o) {
8
+ return typeof o == "function" || Object.prototype.toString.call(o) === "[object Object]" && !d(o);
8
9
  }
9
- const O = /* @__PURE__ */ a({
10
+ const x = /* @__PURE__ */ a({
10
11
  name: "AplusConfigProvider",
11
12
  props: v(),
12
13
  setup({
@@ -18,9 +19,9 @@ const O = /* @__PURE__ */ a({
18
19
  uiMode: p,
19
20
  ...l
20
21
  }, {
21
- slots: d
22
+ slots: m
22
23
  }) {
23
- const r = s({
24
+ const r = P({
24
25
  namespace: o,
25
26
  aplusLocale: t,
26
27
  api: i,
@@ -33,7 +34,7 @@ const O = /* @__PURE__ */ a({
33
34
  });
34
35
  return () => {
35
36
  let e;
36
- return u(g, l, b(e = c(d, "default", {
37
+ return s(g, u(b, l), j(e = c(m, "default", {
37
38
  config: r == null ? void 0 : r.value
38
39
  })) ? e : {
39
40
  default: () => [e]
@@ -42,5 +43,5 @@ const O = /* @__PURE__ */ a({
42
43
  }
43
44
  });
44
45
  export {
45
- O as ConfigProvider
46
+ x as ConfigProvider
46
47
  };
package/es/src/index.d.ts CHANGED
@@ -21,5 +21,7 @@ export * from './ap-field';
21
21
  export * from './design-token';
22
22
  export * from './ap-action';
23
23
  export * from './ap-custom-column';
24
+ export * from './work-order-modal';
24
25
  export * from './ap-tag';
26
+ export * from './ap-layout';
25
27
  export * from './ap-upload';
package/es/src/index.mjs CHANGED
@@ -1,204 +1,214 @@
1
- import { Icon as m, SvgIcon as l } from "./icon/index.mjs";
2
- import { APConfigProvider as i } from "./config-provider/index.mjs";
3
- import { Scrollbar as d } from "./scroll-bar/index.mjs";
4
- import { CollapseContainer as u, ScrollContainer as A } from "./container/index.mjs";
5
- import { IconPicker as T } from "./icon-picker/index.mjs";
1
+ import { Icon as s, SvgIcon as i } from "./icon/index.mjs";
2
+ import { APConfigProvider as x } from "./config-provider/index.mjs";
3
+ import { Scrollbar as u } from "./scroll-bar/index.mjs";
4
+ import { CollapseContainer as c, ScrollContainer as T } from "./container/index.mjs";
5
+ import { IconPicker as F } from "./icon-picker/index.mjs";
6
6
  import "./locale/index.mjs";
7
- import { BasicArrow as C, BasicHelp as S, BasicTitle as I } from "./basic/index.mjs";
8
- import { ExpandTransition as b, ExpandXTransition as v, FadeTransition as P, ScaleRotateTransition as R, ScaleTransition as D, ScrollXReverseTransition as B, ScrollXTransition as h, ScrollYReverseTransition as G, ScrollYTransition as w, SlideXReverseTransition as M, SlideXTransition as N, SlideYReverseTransition as k, SlideYTransition as y } from "./transition/index.mjs";
9
- import { Description as K } from "./description/index.mjs";
10
- import { Field as Y } from "./pro-form/index.mjs";
11
- import { BaseButton as H } from "./base-button/index.mjs";
12
- import { StrengthMeter as O } from "./strength-meter/index.mjs";
13
- import { BaseModal as j } from "./modal/index.mjs";
14
- import { CropperAvatar as J, CropperImage as Q } from "./cropper/index.mjs";
15
- import { CountdownButton as W, CountdownInput as Z } from "./count-down/index.mjs";
16
- import { createPrompt as $ } from "./prompt/index.mjs";
17
- import { Dropdown as eo } from "./dropdown/index.mjs";
7
+ import { BasicArrow as I, BasicHelp as g, BasicTitle as b } from "./basic/index.mjs";
8
+ import { ExpandTransition as D, ExpandXTransition as P, FadeTransition as R, ScaleRotateTransition as B, ScaleTransition as h, ScrollXReverseTransition as M, ScrollXTransition as G, ScrollYReverseTransition as k, ScrollYTransition as w, SlideXReverseTransition as N, SlideXTransition as y, SlideYReverseTransition as L, SlideYTransition as X } from "./transition/index.mjs";
9
+ import { Description as Y } from "./description/index.mjs";
10
+ import { Field as O } from "./pro-form/index.mjs";
11
+ import { BaseButton as W } from "./base-button/index.mjs";
12
+ import { StrengthMeter as U } from "./strength-meter/index.mjs";
13
+ import { BaseModal as q } from "./modal/index.mjs";
14
+ import { CropperAvatar as Q, CropperImage as V } from "./cropper/index.mjs";
15
+ import { CountdownButton as _, CountdownInput as $ } from "./count-down/index.mjs";
16
+ import { createPrompt as eo } from "./prompt/index.mjs";
17
+ import { Dropdown as to } from "./dropdown/index.mjs";
18
18
  import "./pro-table/index.mjs";
19
- import { ApForm as to } from "./ap-form/index.mjs";
20
- import { ApField as po } from "./ap-field/index.mjs";
21
- import { adminToken as mo, aplusToken as lo } from "./design-token/index.mjs";
22
- import { ApActionItem as io } from "./ap-action/index.mjs";
19
+ import { ApForm as po } from "./ap-form/index.mjs";
20
+ import { ApField as mo } from "./ap-field/index.mjs";
21
+ import { adminToken as so, aplusToken as io } from "./design-token/index.mjs";
22
+ import { ApActionItem as no } from "./ap-action/index.mjs";
23
23
  import "./ap-custom-column/index.mjs";
24
+ import "./work-order-modal/index.mjs";
24
25
  import "./ap-tag/index.mjs";
26
+ import "./ap-layout/index.mjs";
25
27
  import "./ap-upload/index.mjs";
26
- import { configProviderProps as no } from "./config-provider/config-provider-props.mjs";
27
- import { configProviderContextKey as Ao, tableDefaultConfig as co } from "./config-provider/constants.mjs";
28
- import { keysOf as Fo, provideGlobalConfig as Co, useGlobalConfig as So } from "./config-provider/hooks/use-global-config.mjs";
29
- import { buildLocaleContext as go, buildTranslator as bo, localeContextKey as vo, translate as Po, useLocale as Ro } from "./config-provider/hooks/use-locale.mjs";
30
- import { defaultNamespace as Bo, namespaceContextKey as ho, useGetDerivedNamespace as Go, useNamespace as wo } from "./config-provider/hooks/use-namespace.mjs";
31
- import { ConfigProvider as No } from "./config-provider/config-provider.mjs";
32
- import { default as yo } from "./locale/lang/zh-cn.mjs";
33
- import { default as Ko } from "./locale/lang/en.mjs";
34
- import { default as Yo } from "./transition/collapse-transition.vue.mjs";
35
- import { useDescription as Ho } from "./description/use-description.mjs";
36
- import { useComponentRegister as Oo } from "./pro-form/hooks/use-component-register.mjs";
37
- import { useForm as jo } from "./pro-form/hooks/use-form.mjs";
38
- import { isComponentFormSchema as Jo, isSlotFormSchema as Qo } from "./pro-form/types/form.mjs";
39
- import { default as Wo } from "./pro-form/components/api-cascader.vue.mjs";
40
- import { default as _o } from "./pro-form/components/api-radio-group.vue.mjs";
41
- import { default as oe } from "./pro-form/components/api-select.vue.mjs";
42
- import { default as re } from "./pro-form/components/api-transfer.vue.mjs";
43
- import { default as ae } from "./pro-form/components/api-tree.vue.mjs";
44
- import { default as fe } from "./pro-form/components/radio-button-group.vue.mjs";
45
- import { default as le } from "./pro-form/pro-form.vue.mjs";
46
- import { default as ie } from "./pro-form/components/api-tree-select.vue.mjs";
47
- import { default as de } from "./base-button/modal-button.vue.mjs";
48
- import { default as ue } from "./base-button/pop-confirm-button.vue.mjs";
49
- import { useModalContext as ce } from "./modal/hooks/use-modal-context.mjs";
50
- import { useModal as Fe, useModalInner as Ce } from "./modal/hooks/use-modal.mjs";
51
- import { default as Ie } from "./pro-table/pro-table.vue.mjs";
52
- import { default as be } from "./pro-table/components/table-action.vue.mjs";
53
- import { default as Pe } from "./pro-table/components/edit-table-header-icon.vue.mjs";
54
- import { default as De } from "./pro-table/components/table-image.vue.mjs";
55
- import { useTable as he } from "./pro-table/hooks/use-table.mjs";
28
+ import { configProviderProps as Ao } from "./config-provider/config-provider-props.mjs";
29
+ import { configProviderContextKey as To, tableDefaultConfig as Co } from "./config-provider/constants.mjs";
30
+ import { keysOf as So, provideGlobalConfig as Io, useGlobalConfig as go } from "./config-provider/hooks/use-global-config.mjs";
31
+ import { buildLocaleContext as vo, buildTranslator as Do, localeContextKey as Po, translate as Ro, useLocale as Bo } from "./config-provider/hooks/use-locale.mjs";
32
+ import { defaultNamespace as Mo, namespaceContextKey as Go, useGetDerivedNamespace as ko, useNamespace as wo } from "./config-provider/hooks/use-namespace.mjs";
33
+ import { ConfigProvider as yo } from "./config-provider/config-provider.mjs";
34
+ import { default as Xo } from "./locale/lang/zh-cn.mjs";
35
+ import { default as Yo } from "./locale/lang/en.mjs";
36
+ import { default as Oo } from "./transition/collapse-transition.vue.mjs";
37
+ import { useDescription as Wo } from "./description/use-description.mjs";
38
+ import { useComponentRegister as Uo } from "./pro-form/hooks/use-component-register.mjs";
39
+ import { useForm as qo } from "./pro-form/hooks/use-form.mjs";
40
+ import { isComponentFormSchema as Qo, isSlotFormSchema as Vo } from "./pro-form/types/form.mjs";
41
+ import { default as _o } from "./pro-form/components/api-cascader.vue.mjs";
42
+ import { default as oe } from "./pro-form/components/api-radio-group.vue.mjs";
43
+ import { default as re } from "./pro-form/components/api-select.vue.mjs";
44
+ import { default as ae } from "./pro-form/components/api-transfer.vue.mjs";
45
+ import { default as fe } from "./pro-form/components/api-tree.vue.mjs";
46
+ import { default as le } from "./pro-form/components/radio-button-group.vue.mjs";
47
+ import { default as ie } from "./pro-form/pro-form.vue.mjs";
48
+ import { default as xe } from "./pro-form/components/api-tree-select.vue.mjs";
49
+ import { default as ue } from "./base-button/modal-button.vue.mjs";
50
+ import { default as ce } from "./base-button/pop-confirm-button.vue.mjs";
51
+ import { useModalContext as Ce } from "./modal/hooks/use-modal-context.mjs";
52
+ import { useModal as Se, useModalInner as Ie } from "./modal/hooks/use-modal.mjs";
53
+ import { default as be } from "./pro-table/pro-table.vue.mjs";
54
+ import { default as De } from "./pro-table/components/table-action.vue.mjs";
55
+ import { default as Re } from "./pro-table/components/edit-table-header-icon.vue.mjs";
56
+ import { default as he } from "./pro-table/components/table-image.vue.mjs";
57
+ import { useTable as Ge } from "./pro-table/hooks/use-table.mjs";
56
58
  import { default as we } from "./ap-form/items/text/index.vue.mjs";
57
- import { default as Ne } from "./ap-form/items/text-area/index.vue.mjs";
58
- import { default as ye } from "./ap-form/items/number/index.vue.mjs";
59
- import { default as Ke } from "./ap-form/items/date/index.vue.mjs";
60
- import { default as Ye } from "./ap-form/items/date-range/index.vue.mjs";
61
- import { default as He } from "./ap-form/items/radio/index.vue.mjs";
62
- import { default as Oe } from "./ap-form/items/select/index.vue.mjs";
63
- import { default as je } from "./ap-form/items/switch/index.vue.mjs";
64
- import { default as Je } from "./ap-form/ap-form-item.vue.mjs";
65
- import { default as Ve } from "./ap-form/ap-form-item-group/index.vue.mjs";
66
- import { default as Ze } from "./ap-form/ap-form-list.vue.mjs";
67
- import { default as $e } from "./ap-form/search-form/index.vue.mjs";
68
- import { default as er } from "./ap-field/text/index.vue.mjs";
69
- import { default as tr } from "./ap-field/checkbox/index.vue.mjs";
70
- import { default as pr } from "./ap-field/date/index.vue.mjs";
71
- import { default as mr } from "./ap-field/number/index.vue.mjs";
72
- import { default as sr } from "./ap-field/radio/index.vue.mjs";
73
- import { default as xr } from "./ap-field/switch/index.vue.mjs";
74
- import { default as nr } from "./ap-field/text-area/index.vue.mjs";
75
- import { default as Ar } from "./ap-field/date-range/index.vue.mjs";
76
- import { default as Tr } from "./ap-field/select/index.vue.mjs";
77
- import { default as Cr } from "./ap-action/item-modal/index.vue.mjs";
78
- import { default as Ir } from "./ap-action/item-popconfirm/index.vue.mjs";
79
- import { default as br } from "./ap-action/item-dropdown/index.vue.mjs";
80
- import { default as Pr } from "./ap-action/group/index.vue.mjs";
81
- import { generateTableList as Dr } from "./ap-custom-column/utils.mjs";
82
- import { useCacheColumnSetting as hr } from "./ap-custom-column/useCacheColumnSetting.mjs";
59
+ import { default as ye } from "./ap-form/items/text-area/index.vue.mjs";
60
+ import { default as Xe } from "./ap-form/items/number/index.vue.mjs";
61
+ import { default as Ye } from "./ap-form/items/date/index.vue.mjs";
62
+ import { default as Oe } from "./ap-form/items/date-range/index.vue.mjs";
63
+ import { default as We } from "./ap-form/items/radio/index.vue.mjs";
64
+ import { default as Ue } from "./ap-form/items/select/index.vue.mjs";
65
+ import { default as qe } from "./ap-form/items/switch/index.vue.mjs";
66
+ import { default as Qe } from "./ap-form/ap-form-item.vue.mjs";
67
+ import { default as Ze } from "./ap-form/ap-form-item-group/index.vue.mjs";
68
+ import { default as $e } from "./ap-form/ap-form-list.vue.mjs";
69
+ import { default as er } from "./ap-form/search-form/index.vue.mjs";
70
+ import { default as tr } from "./ap-field/text/index.vue.mjs";
71
+ import { default as pr } from "./ap-field/checkbox/index.vue.mjs";
72
+ import { default as mr } from "./ap-field/date/index.vue.mjs";
73
+ import { default as sr } from "./ap-field/number/index.vue.mjs";
74
+ import { default as dr } from "./ap-field/radio/index.vue.mjs";
75
+ import { default as nr } from "./ap-field/switch/index.vue.mjs";
76
+ import { default as Ar } from "./ap-field/text-area/index.vue.mjs";
77
+ import { default as Tr } from "./ap-field/date-range/index.vue.mjs";
78
+ import { default as Fr } from "./ap-field/select/index.vue.mjs";
79
+ import { default as Ir } from "./ap-action/item-modal/index.vue.mjs";
80
+ import { default as br } from "./ap-action/item-popconfirm/index.vue.mjs";
81
+ import { default as Dr } from "./ap-action/item-dropdown/index.vue.mjs";
82
+ import { default as Rr } from "./ap-action/group/index.vue.mjs";
83
+ import { generateTableList as hr } from "./ap-custom-column/utils.mjs";
84
+ import { useCacheColumnSetting as Gr } from "./ap-custom-column/useCacheColumnSetting.mjs";
83
85
  import { default as wr } from "./ap-custom-column/custom-column.vue.mjs";
84
- import { default as Nr } from "./ap-custom-column/column-select.vue.mjs";
85
- import { default as yr } from "./ap-tag/ap-tag.vue.mjs";
86
- import { default as Kr } from "./ap-tag/ap-tag-group.vue.mjs";
87
- import { NeedNameKeyDefault as Yr } from "./ap-upload/apUploadTypes.mjs";
88
- import { default as Hr } from "./ap-upload/apUpload.vue.mjs";
86
+ import { default as yr } from "./ap-custom-column/column-select.vue.mjs";
87
+ import { DictCode as Xr } from "./work-order-modal/interfaces.mjs";
88
+ import { createWorkOrderModal as Yr } from "./work-order-modal/createWorkOrder.mjs";
89
+ import { default as Or } from "./work-order-modal/work-order-modal.vue.mjs";
90
+ import { default as Wr } from "./ap-tag/ap-tag.vue.mjs";
91
+ import { default as Ur } from "./ap-tag/ap-tag-group.vue.mjs";
92
+ import { default as qr } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
93
+ import { NeedNameKeyDefault as Qr } from "./ap-upload/apUploadTypes.mjs";
94
+ import { default as Zr } from "./ap-upload/apUpload.vue.mjs";
89
95
  export {
90
- i as APConfigProvider,
91
- Pr as ApActionGroup,
92
- io as ApActionItem,
93
- br as ApActionItemDropdown,
94
- Cr as ApActionItemModal,
95
- Ir as ApActionItemPopconfirm,
96
+ x as APConfigProvider,
97
+ Rr as ApActionGroup,
98
+ no as ApActionItem,
99
+ Dr as ApActionItemDropdown,
100
+ Ir as ApActionItemModal,
101
+ br as ApActionItemPopconfirm,
96
102
  wr as ApCustomColumn,
97
- Nr as ApCustomSelect,
98
- po as ApField,
99
- tr as ApFieldCheckbox,
100
- pr as ApFieldDate,
101
- Ar as ApFieldDateRange,
102
- mr as ApFieldNumber,
103
- sr as ApFieldRadio,
104
- Tr as ApFieldSelect,
105
- xr as ApFieldSwitch,
106
- er as ApFieldText,
107
- nr as ApFieldTextArea,
108
- to as ApForm,
109
- Je as ApFormItem,
110
- Ke as ApFormItemDate,
111
- Ye as ApFormItemDateRange,
112
- Ve as ApFormItemGroup,
113
- ye as ApFormItemNumber,
114
- He as ApFormItemRadio,
115
- Oe as ApFormItemSelect,
116
- je as ApFormItemSwitch,
103
+ yr as ApCustomSelect,
104
+ mo as ApField,
105
+ pr as ApFieldCheckbox,
106
+ mr as ApFieldDate,
107
+ Tr as ApFieldDateRange,
108
+ sr as ApFieldNumber,
109
+ dr as ApFieldRadio,
110
+ Fr as ApFieldSelect,
111
+ nr as ApFieldSwitch,
112
+ tr as ApFieldText,
113
+ Ar as ApFieldTextArea,
114
+ po as ApForm,
115
+ Qe as ApFormItem,
116
+ Ye as ApFormItemDate,
117
+ Oe as ApFormItemDateRange,
118
+ Ze as ApFormItemGroup,
119
+ Xe as ApFormItemNumber,
120
+ We as ApFormItemRadio,
121
+ Ue as ApFormItemSelect,
122
+ qe as ApFormItemSwitch,
117
123
  we as ApFormItemText,
118
- Ne as ApFormItemTextArea,
119
- Ze as ApFormList,
120
- $e as ApFormSearchForm,
121
- yr as ApTag,
122
- Kr as ApTagGroup,
123
- Hr as ApUpload,
124
- Wo as ApiCascader,
125
- _o as ApiRadioGroup,
126
- oe as ApiSelect,
127
- re as ApiTransfer,
128
- ae as ApiTree,
129
- ie as ApiTreeSelect,
130
- H as BaseButton,
131
- j as BaseModal,
132
- C as BasicArrow,
133
- S as BasicHelp,
134
- I as BasicTitle,
135
- u as CollapseContainer,
136
- Yo as CollapseTransition,
137
- No as ConfigProvider,
138
- W as CountdownButton,
139
- Z as CountdownInput,
140
- J as CropperAvatar,
141
- Q as CropperImage,
142
- K as Description,
143
- eo as Dropdown,
144
- Pe as EditTableHeaderIcon,
145
- b as ExpandTransition,
146
- v as ExpandXTransition,
147
- P as FadeTransition,
148
- Y as Field,
149
- m as Icon,
150
- T as IconPicker,
151
- de as ModalButton,
152
- Yr as NeedNameKeyDefault,
153
- ue as PopConfirmButton,
154
- le as ProForm,
155
- Ie as ProTable,
156
- fe as RadioButtonGroup,
157
- R as ScaleRotateTransition,
158
- D as ScaleTransition,
159
- A as ScrollContainer,
160
- B as ScrollXReverseTransition,
161
- h as ScrollXTransition,
162
- G as ScrollYReverseTransition,
124
+ ye as ApFormItemTextArea,
125
+ $e as ApFormList,
126
+ er as ApFormSearchForm,
127
+ qr as ApInfoLayout,
128
+ Wr as ApTag,
129
+ Ur as ApTagGroup,
130
+ Zr as ApUpload,
131
+ _o as ApiCascader,
132
+ oe as ApiRadioGroup,
133
+ re as ApiSelect,
134
+ ae as ApiTransfer,
135
+ fe as ApiTree,
136
+ xe as ApiTreeSelect,
137
+ W as BaseButton,
138
+ q as BaseModal,
139
+ I as BasicArrow,
140
+ g as BasicHelp,
141
+ b as BasicTitle,
142
+ c as CollapseContainer,
143
+ Oo as CollapseTransition,
144
+ yo as ConfigProvider,
145
+ _ as CountdownButton,
146
+ $ as CountdownInput,
147
+ Q as CropperAvatar,
148
+ V as CropperImage,
149
+ Y as Description,
150
+ Xr as DictCode,
151
+ to as Dropdown,
152
+ Re as EditTableHeaderIcon,
153
+ D as ExpandTransition,
154
+ P as ExpandXTransition,
155
+ R as FadeTransition,
156
+ O as Field,
157
+ s as Icon,
158
+ F as IconPicker,
159
+ ue as ModalButton,
160
+ Qr as NeedNameKeyDefault,
161
+ ce as PopConfirmButton,
162
+ ie as ProForm,
163
+ be as ProTable,
164
+ le as RadioButtonGroup,
165
+ B as ScaleRotateTransition,
166
+ h as ScaleTransition,
167
+ T as ScrollContainer,
168
+ M as ScrollXReverseTransition,
169
+ G as ScrollXTransition,
170
+ k as ScrollYReverseTransition,
163
171
  w as ScrollYTransition,
164
- d as Scrollbar,
165
- M as SlideXReverseTransition,
166
- N as SlideXTransition,
167
- k as SlideYReverseTransition,
168
- y as SlideYTransition,
169
- O as StrengthMeter,
170
- l as SvgIcon,
171
- be as TableAction,
172
- De as TableImg,
173
- mo as adminToken,
174
- lo as aplusToken,
175
- go as buildLocaleContext,
176
- bo as buildTranslator,
177
- Ao as configProviderContextKey,
178
- no as configProviderProps,
179
- $ as createPrompt,
180
- Bo as defaultNamespace,
181
- Ko as en,
182
- Dr as generateTableList,
183
- Jo as isComponentFormSchema,
184
- Qo as isSlotFormSchema,
185
- Fo as keysOf,
186
- vo as localeContextKey,
187
- ho as namespaceContextKey,
188
- Co as provideGlobalConfig,
189
- co as tableDefaultConfig,
190
- Po as translate,
191
- hr as useCacheColumnSetting,
192
- Oo as useComponentRegister,
193
- Ho as useDescription,
194
- jo as useForm,
195
- Go as useGetDerivedNamespace,
196
- So as useGlobalConfig,
197
- Ro as useLocale,
198
- Fe as useModal,
199
- ce as useModalContext,
200
- Ce as useModalInner,
172
+ u as Scrollbar,
173
+ N as SlideXReverseTransition,
174
+ y as SlideXTransition,
175
+ L as SlideYReverseTransition,
176
+ X as SlideYTransition,
177
+ U as StrengthMeter,
178
+ i as SvgIcon,
179
+ De as TableAction,
180
+ he as TableImg,
181
+ Or as WorkOrderModal,
182
+ so as adminToken,
183
+ io as aplusToken,
184
+ vo as buildLocaleContext,
185
+ Do as buildTranslator,
186
+ To as configProviderContextKey,
187
+ Ao as configProviderProps,
188
+ eo as createPrompt,
189
+ Yr as createWorkOrderModal,
190
+ Mo as defaultNamespace,
191
+ Yo as en,
192
+ hr as generateTableList,
193
+ Qo as isComponentFormSchema,
194
+ Vo as isSlotFormSchema,
195
+ So as keysOf,
196
+ Po as localeContextKey,
197
+ Go as namespaceContextKey,
198
+ Io as provideGlobalConfig,
199
+ Co as tableDefaultConfig,
200
+ Ro as translate,
201
+ Gr as useCacheColumnSetting,
202
+ Uo as useComponentRegister,
203
+ Wo as useDescription,
204
+ qo as useForm,
205
+ ko as useGetDerivedNamespace,
206
+ go as useGlobalConfig,
207
+ Bo as useLocale,
208
+ Se as useModal,
209
+ Ce as useModalContext,
210
+ Ie as useModalInner,
201
211
  wo as useNamespace,
202
- he as useTable,
203
- yo as zhCn
212
+ Ge as useTable,
213
+ Xo as zhCn
204
214
  };
@@ -28,7 +28,8 @@ const e = {
28
28
  closeText: "Put away",
29
29
  inputText: "Please enter",
30
30
  chooseText: "Please choose",
31
- redo: "Refresh"
31
+ redo: "Refresh",
32
+ back: "Back"
32
33
  },
33
34
  cropper: {
34
35
  modalTitle: "Avatar upload",
@@ -28,7 +28,8 @@ const e = {
28
28
  closeText: "收起",
29
29
  inputText: "请输入",
30
30
  chooseText: "请选择",
31
- redo: "刷新"
31
+ redo: "刷新",
32
+ back: "返回"
32
33
  },
33
34
  cropper: {
34
35
  modalTitle: "头像上传",