@aplus-frontend/ui 0.0.35 → 0.0.37

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 (83) hide show
  1. package/es/index.mjs +16 -14
  2. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +27 -0
  3. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +97 -0
  4. package/es/src/ap-descriptions/ap-descriptions.vue2.mjs +5 -0
  5. package/es/src/ap-descriptions/formatter/index.d.ts +78 -0
  6. package/es/src/ap-descriptions/formatter/index.mjs +127 -0
  7. package/es/src/ap-descriptions/formatter/utils.d.ts +7 -0
  8. package/es/src/ap-descriptions/formatter/utils.mjs +6 -0
  9. package/es/src/ap-descriptions/help-message/index.vue.d.ts +23 -0
  10. package/es/src/ap-descriptions/help-message/index.vue.mjs +4 -0
  11. package/es/src/ap-descriptions/help-message/index.vue2.mjs +27 -0
  12. package/es/src/ap-descriptions/helper.d.ts +10 -0
  13. package/es/src/ap-descriptions/helper.mjs +24 -0
  14. package/es/src/ap-descriptions/index.d.ts +4 -0
  15. package/es/src/ap-descriptions/index.mjs +2 -0
  16. package/es/src/ap-descriptions/interface.d.ts +50 -0
  17. package/es/src/ap-descriptions/interface.mjs +1 -0
  18. package/es/src/ap-descriptions/style/ap-descriptions.css +57 -0
  19. package/es/src/ap-download/ap-download.vue.mjs +27 -21
  20. package/es/src/ap-field/date/index.vue.mjs +35 -33
  21. package/es/src/ap-field/date-range/index.vue.mjs +55 -53
  22. package/es/src/ap-field/hooks/use-default-placeholder.d.ts +16 -0
  23. package/es/src/ap-field/hooks/use-default-placeholder.mjs +25 -0
  24. package/es/src/ap-field/interface.d.ts +4 -3
  25. package/es/src/ap-field/number/index.vue.mjs +25 -23
  26. package/es/src/ap-field/select/index.vue.d.ts +2 -0
  27. package/es/src/ap-field/select/index.vue.mjs +63 -53
  28. package/es/src/ap-field/text/index.vue2.mjs +26 -24
  29. package/es/src/ap-field/text/password.vue.mjs +28 -26
  30. package/es/src/ap-field/text-area/index.vue.mjs +15 -13
  31. package/es/src/ap-table/constants.d.ts +9 -0
  32. package/es/src/config-provider/config-provider-props.d.ts +5 -1
  33. package/es/src/config-provider/config-provider-props.mjs +6 -2
  34. package/es/src/config-provider/config-provider.d.ts +14 -1
  35. package/es/src/config-provider/config-provider.mjs +17 -16
  36. package/es/src/config-provider/constants.d.ts +3 -0
  37. package/es/src/config-provider/hooks/use-global-config.d.ts +5 -1
  38. package/es/src/config-provider/index.d.ts +20 -1
  39. package/es/src/index.d.ts +1 -0
  40. package/es/src/index.mjs +241 -238
  41. package/es/src/theme/ap-descriptions/ap-descriptions.css +57 -0
  42. package/lib/index.js +1 -1
  43. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +27 -0
  44. package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -0
  45. package/lib/src/ap-descriptions/ap-descriptions.vue2.js +1 -0
  46. package/lib/src/ap-descriptions/formatter/index.d.ts +78 -0
  47. package/lib/src/ap-descriptions/formatter/index.js +1 -0
  48. package/lib/src/ap-descriptions/formatter/utils.d.ts +7 -0
  49. package/lib/src/ap-descriptions/formatter/utils.js +1 -0
  50. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +23 -0
  51. package/lib/src/ap-descriptions/help-message/index.vue.js +1 -0
  52. package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -0
  53. package/lib/src/ap-descriptions/helper.d.ts +10 -0
  54. package/lib/src/ap-descriptions/helper.js +1 -0
  55. package/lib/src/ap-descriptions/index.d.ts +4 -0
  56. package/lib/src/ap-descriptions/index.js +1 -0
  57. package/lib/src/ap-descriptions/interface.d.ts +50 -0
  58. package/lib/src/ap-descriptions/interface.js +1 -0
  59. package/lib/src/ap-descriptions/style/ap-descriptions.css +57 -0
  60. package/lib/src/ap-download/ap-download.vue.js +1 -1
  61. package/lib/src/ap-field/date/index.vue.js +1 -1
  62. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  63. package/lib/src/ap-field/hooks/use-default-placeholder.d.ts +16 -0
  64. package/lib/src/ap-field/hooks/use-default-placeholder.js +1 -0
  65. package/lib/src/ap-field/interface.d.ts +4 -3
  66. package/lib/src/ap-field/number/index.vue.js +1 -1
  67. package/lib/src/ap-field/select/index.vue.d.ts +2 -0
  68. package/lib/src/ap-field/select/index.vue.js +1 -1
  69. package/lib/src/ap-field/text/index.vue2.js +1 -1
  70. package/lib/src/ap-field/text/password.vue.js +1 -1
  71. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  72. package/lib/src/ap-table/constants.d.ts +9 -0
  73. package/lib/src/config-provider/config-provider-props.d.ts +5 -1
  74. package/lib/src/config-provider/config-provider-props.js +1 -1
  75. package/lib/src/config-provider/config-provider.d.ts +14 -1
  76. package/lib/src/config-provider/config-provider.js +1 -1
  77. package/lib/src/config-provider/constants.d.ts +3 -0
  78. package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -1
  79. package/lib/src/config-provider/index.d.ts +20 -1
  80. package/lib/src/index.d.ts +1 -0
  81. package/lib/src/index.js +1 -1
  82. package/lib/src/theme/ap-descriptions/ap-descriptions.css +57 -0
  83. package/package.json +1 -1
@@ -9,7 +9,7 @@ import { ValidateMessages } from 'ant-design-vue/es/form/interface';
9
9
  import { RequiredMark } from 'ant-design-vue/es/form/Form';
10
10
  import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
11
11
  import { LocaleType } from 'src';
12
- import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig, ApUploadConfig } from './constants';
12
+ import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig, ApUploadConfig, ApDescriptionsConfig } from './constants';
13
13
  export * from './config-provider-props';
14
14
  export * from './constants';
15
15
  export * from './hooks/use-global-config';
@@ -158,6 +158,10 @@ export declare const APConfigProvider: {
158
158
  type: PropType<ApUploadConfig>;
159
159
  default: () => {};
160
160
  };
161
+ apDescriptions: {
162
+ type: PropType<ApDescriptionsConfig>;
163
+ default: () => {};
164
+ };
161
165
  }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
162
166
  iconPrefixCls: StringConstructor;
163
167
  getTargetContainer: {
@@ -299,6 +303,10 @@ export declare const APConfigProvider: {
299
303
  type: PropType<ApUploadConfig>;
300
304
  default: () => {};
301
305
  };
306
+ apDescriptions: {
307
+ type: PropType<ApDescriptionsConfig>;
308
+ default: () => {};
309
+ };
302
310
  }>>, {
303
311
  theme: ThemeConfig;
304
312
  direction: "ltr" | "rtl";
@@ -336,6 +344,7 @@ export declare const APConfigProvider: {
336
344
  scrollbar: ScrollbarGlobalConfig;
337
345
  uiMode: "aplus" | "admin";
338
346
  apUpload: ApUploadConfig;
347
+ apDescriptions: ApDescriptionsConfig;
339
348
  }, true, {}, {}, {
340
349
  P: {};
341
350
  B: {};
@@ -484,6 +493,10 @@ export declare const APConfigProvider: {
484
493
  type: PropType<ApUploadConfig>;
485
494
  default: () => {};
486
495
  };
496
+ apDescriptions: {
497
+ type: PropType<ApDescriptionsConfig>;
498
+ default: () => {};
499
+ };
487
500
  }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
488
501
  theme: ThemeConfig;
489
502
  direction: "ltr" | "rtl";
@@ -521,6 +534,7 @@ export declare const APConfigProvider: {
521
534
  scrollbar: ScrollbarGlobalConfig;
522
535
  uiMode: "aplus" | "admin";
523
536
  apUpload: ApUploadConfig;
537
+ apDescriptions: ApDescriptionsConfig;
524
538
  }>;
525
539
  __isFragment?: undefined;
526
540
  __isTeleport?: undefined;
@@ -666,6 +680,10 @@ export declare const APConfigProvider: {
666
680
  type: PropType<ApUploadConfig>;
667
681
  default: () => {};
668
682
  };
683
+ apDescriptions: {
684
+ type: PropType<ApDescriptionsConfig>;
685
+ default: () => {};
686
+ };
669
687
  }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
670
688
  theme: ThemeConfig;
671
689
  direction: "ltr" | "rtl";
@@ -703,6 +721,7 @@ export declare const APConfigProvider: {
703
721
  scrollbar: ScrollbarGlobalConfig;
704
722
  uiMode: "aplus" | "admin";
705
723
  apUpload: ApUploadConfig;
724
+ apDescriptions: ApDescriptionsConfig;
706
725
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin & (new (...args: any[]) => {
707
726
  $props: {
708
727
  onClick?: (() => void) | undefined;
package/es/src/index.d.ts CHANGED
@@ -32,3 +32,4 @@ export * from './ap-list';
32
32
  export * from './business';
33
33
  export * from './ap-table';
34
34
  export * from './editable-table';
35
+ export * from './ap-descriptions';
package/es/src/index.mjs CHANGED
@@ -1,262 +1,265 @@
1
- import { Icon as u, SvgIcon as n } from "./icon/index.mjs";
2
- import { APConfigProvider as c } from "./config-provider/index.mjs";
3
- import { Scrollbar as T } from "./scroll-bar/index.mjs";
4
- import { CollapseContainer as S, ScrollContainer as I } from "./container/index.mjs";
5
- import { IconPicker as g } from "./icon-picker/index.mjs";
1
+ import { Icon as n, SvgIcon as A } from "./icon/index.mjs";
2
+ import { APConfigProvider as F } from "./config-provider/index.mjs";
3
+ import { Scrollbar as C } from "./scroll-bar/index.mjs";
4
+ import { CollapseContainer as I, ScrollContainer as b } from "./container/index.mjs";
5
+ import { IconPicker as P } from "./icon-picker/index.mjs";
6
6
  import "./locale/index.mjs";
7
- import { BasicArrow as h, BasicHelp as D, BasicTitle as R } from "./basic/index.mjs";
8
- import { ExpandTransition as M, ExpandXTransition as k, FadeTransition as w, ScaleRotateTransition as B, ScaleTransition as G, ScrollXReverseTransition as L, ScrollXTransition as y, ScrollYReverseTransition as N, ScrollYTransition as E, SlideXReverseTransition as X, SlideXTransition as K, SlideYReverseTransition as Y, SlideYTransition as O } from "./transition/index.mjs";
9
- import { Description as W } from "./description/index.mjs";
10
- import { Field as U } from "./pro-form/index.mjs";
11
- import { BaseButton as q } from "./base-button/index.mjs";
12
- import { StrengthMeter as Q } from "./strength-meter/index.mjs";
13
- import { BaseModal as Z } from "./modal/index.mjs";
14
- import { CropperAvatar as $, CropperImage as oo } from "./cropper/index.mjs";
15
- import { CountdownButton as ro, CountdownInput as to } from "./count-down/index.mjs";
16
- import { createPrompt as po } from "./prompt/index.mjs";
17
- import { Dropdown as mo } from "./dropdown/index.mjs";
7
+ import { BasicArrow as h, BasicHelp as R, BasicTitle as v } from "./basic/index.mjs";
8
+ import { ExpandTransition as k, ExpandXTransition as w, FadeTransition as B, ScaleRotateTransition as G, ScaleTransition as L, ScrollXReverseTransition as y, ScrollXTransition as N, ScrollYReverseTransition as E, ScrollYTransition as X, SlideXReverseTransition as K, SlideXTransition as Y, SlideYReverseTransition as O, SlideYTransition as H } from "./transition/index.mjs";
9
+ import { Description as z } from "./description/index.mjs";
10
+ import { Field as j } from "./pro-form/index.mjs";
11
+ import { BaseButton as J } from "./base-button/index.mjs";
12
+ import { StrengthMeter as V } from "./strength-meter/index.mjs";
13
+ import { BaseModal as _ } from "./modal/index.mjs";
14
+ import { CropperAvatar as oo, CropperImage as eo } from "./cropper/index.mjs";
15
+ import { CountdownButton as to, CountdownInput as ao } from "./count-down/index.mjs";
16
+ import { createPrompt as fo } from "./prompt/index.mjs";
17
+ import { Dropdown as lo } from "./dropdown/index.mjs";
18
18
  import "./pro-table/index.mjs";
19
- import { ApForm as so } from "./ap-form/index.mjs";
20
- import { ApField as io } from "./ap-field/index.mjs";
21
- import { adminToken as no, aplusToken as Ao } from "./design-token/index.mjs";
22
- import { ApActionItem as Fo } from "./ap-action/index.mjs";
19
+ import { ApForm as io } from "./ap-form/index.mjs";
20
+ import { ApField as uo } from "./ap-field/index.mjs";
21
+ import { adminToken as Ao, aplusToken as co } from "./design-token/index.mjs";
22
+ import { ApActionItem as To } from "./ap-action/index.mjs";
23
23
  import "./ap-custom-column/index.mjs";
24
24
  import "./work-order-modal/index.mjs";
25
25
  import "./ap-tag/index.mjs";
26
26
  import "./ap-layout/index.mjs";
27
27
  import "./ap-upload/index.mjs";
28
28
  import "./ap-download/index.mjs";
29
- import { CheckCard as Co } from "./check-card/index.mjs";
30
- import { ApModal as Io } from "./ap-modal/index.mjs";
29
+ import { CheckCard as So } from "./check-card/index.mjs";
30
+ import { ApModal as bo } from "./ap-modal/index.mjs";
31
31
  import "./ap-list/index.mjs";
32
- import { ApExpandAlert as go, ApLabel as Po, ApSelectLayout as ho, ApStatus as Do, ApStatusGroup as Ro, ApTitle as vo } from "./business/index.mjs";
32
+ import { ApExpandAlert as Po, ApLabel as Do, ApSelectLayout as ho, ApStatus as Ro, ApStatusGroup as vo, ApTitle as Mo } from "./business/index.mjs";
33
33
  import "./ap-table/index.mjs";
34
34
  import "./editable-table/index.mjs";
35
- import { configProviderProps as ko } from "./config-provider/config-provider-props.mjs";
36
- import { configProviderContextKey as Bo, tableDefaultConfig as Go } from "./config-provider/constants.mjs";
37
- import { keysOf as yo, provideGlobalConfig as No, useGlobalConfig as Eo } from "./config-provider/hooks/use-global-config.mjs";
38
- import { buildLocaleContext as Ko, buildTranslator as Yo, localeContextKey as Oo, translate as Ho, useLocale as Wo } from "./config-provider/hooks/use-locale.mjs";
39
- import { defaultNamespace as Uo, namespaceContextKey as jo, useGetDerivedNamespace as qo, useNamespace as Jo } from "./config-provider/hooks/use-namespace.mjs";
40
- import { ConfigProvider as Vo, globalConfigCached as Zo } from "./config-provider/config-provider.mjs";
41
- import { default as $o } from "./locale/lang/zh-cn.mjs";
42
- import { default as ee } from "./locale/lang/en.mjs";
43
- import { default as te } from "./transition/collapse-transition.vue.mjs";
44
- import { useDescription as pe } from "./description/use-description.mjs";
45
- import { useComponentRegister as me } from "./pro-form/hooks/use-component-register.mjs";
46
- import { useForm as de } from "./pro-form/hooks/use-form.mjs";
47
- import { isComponentFormSchema as xe, isSlotFormSchema as ie } from "./pro-form/types/form.mjs";
48
- import { default as ne } from "./pro-form/components/api-cascader.vue.mjs";
49
- import { default as ce } from "./pro-form/components/api-radio-group.vue.mjs";
50
- import { default as Te } from "./pro-form/components/api-select.vue.mjs";
51
- import { default as Se } from "./pro-form/components/api-transfer.vue.mjs";
52
- import { default as be } from "./pro-form/components/api-tree.vue.mjs";
53
- import { default as Pe } from "./pro-form/components/radio-button-group.vue.mjs";
54
- import { default as De } from "./pro-form/pro-form.vue.mjs";
55
- import { default as ve } from "./pro-form/components/api-tree-select.vue.mjs";
56
- import { default as ke } from "./pro-form/table-form.vue.mjs";
57
- import { default as Be } from "./pro-form/table-form-inner.vue.mjs";
58
- import { default as Le } from "./base-button/modal-button.vue.mjs";
59
- import { default as Ne } from "./base-button/pop-confirm-button.vue.mjs";
60
- import { useModalContext as Xe } from "./modal/hooks/use-modal-context.mjs";
61
- import { useModal as Ye, useModalInner as Oe } from "./modal/hooks/use-modal.mjs";
62
- import { default as We } from "./pro-table/pro-table.vue.mjs";
63
- import { default as Ue } from "./pro-table/components/table-action.vue.mjs";
64
- import { default as qe } from "./pro-table/components/edit-table-header-icon.vue.mjs";
65
- import { default as Qe } from "./pro-table/components/table-image.vue.mjs";
66
- import { useTable as Ze } from "./pro-table/hooks/use-table.mjs";
67
- import { ApFormItemText as $e } from "./ap-form/items/text/index.mjs";
68
- import { default as er } from "./ap-form/items/text-area/index.vue.mjs";
69
- import { default as tr } from "./ap-form/items/number/index.vue.mjs";
70
- import { default as pr } from "./ap-form/items/date/index.vue.mjs";
71
- import { default as mr } from "./ap-form/items/date-range/index.vue.mjs";
72
- import { default as dr } from "./ap-form/items/radio/index.vue.mjs";
35
+ import "./ap-descriptions/index.mjs";
36
+ import { configProviderProps as wo } from "./config-provider/config-provider-props.mjs";
37
+ import { configProviderContextKey as Go, tableDefaultConfig as Lo } from "./config-provider/constants.mjs";
38
+ import { keysOf as No, provideGlobalConfig as Eo, useGlobalConfig as Xo } from "./config-provider/hooks/use-global-config.mjs";
39
+ import { buildLocaleContext as Yo, buildTranslator as Oo, localeContextKey as Ho, translate as Wo, useLocale as zo } from "./config-provider/hooks/use-locale.mjs";
40
+ import { defaultNamespace as jo, namespaceContextKey as qo, useGetDerivedNamespace as Jo, useNamespace as Qo } from "./config-provider/hooks/use-namespace.mjs";
41
+ import { ConfigProvider as Zo, globalConfigCached as _o } from "./config-provider/config-provider.mjs";
42
+ import { default as oe } from "./locale/lang/zh-cn.mjs";
43
+ import { default as re } from "./locale/lang/en.mjs";
44
+ import { default as ae } from "./transition/collapse-transition.vue.mjs";
45
+ import { useDescription as fe } from "./description/use-description.mjs";
46
+ import { useComponentRegister as le } from "./pro-form/hooks/use-component-register.mjs";
47
+ import { useForm as se } from "./pro-form/hooks/use-form.mjs";
48
+ import { isComponentFormSchema as xe, isSlotFormSchema as ue } from "./pro-form/types/form.mjs";
49
+ import { default as Ae } from "./pro-form/components/api-cascader.vue.mjs";
50
+ import { default as Fe } from "./pro-form/components/api-radio-group.vue.mjs";
51
+ import { default as Ce } from "./pro-form/components/api-select.vue.mjs";
52
+ import { default as Ie } from "./pro-form/components/api-transfer.vue.mjs";
53
+ import { default as ge } from "./pro-form/components/api-tree.vue.mjs";
54
+ import { default as De } from "./pro-form/components/radio-button-group.vue.mjs";
55
+ import { default as Re } from "./pro-form/pro-form.vue.mjs";
56
+ import { default as Me } from "./pro-form/components/api-tree-select.vue.mjs";
57
+ import { default as we } from "./pro-form/table-form.vue.mjs";
58
+ import { default as Ge } from "./pro-form/table-form-inner.vue.mjs";
59
+ import { default as ye } from "./base-button/modal-button.vue.mjs";
60
+ import { default as Ee } from "./base-button/pop-confirm-button.vue.mjs";
61
+ import { useModalContext as Ke } from "./modal/hooks/use-modal-context.mjs";
62
+ import { useModal as Oe, useModalInner as He } from "./modal/hooks/use-modal.mjs";
63
+ import { default as ze } from "./pro-table/pro-table.vue.mjs";
64
+ import { default as je } from "./pro-table/components/table-action.vue.mjs";
65
+ import { default as Je } from "./pro-table/components/edit-table-header-icon.vue.mjs";
66
+ import { default as Ve } from "./pro-table/components/table-image.vue.mjs";
67
+ import { useTable as _e } from "./pro-table/hooks/use-table.mjs";
68
+ import { ApFormItemText as or } from "./ap-form/items/text/index.mjs";
69
+ import { default as rr } from "./ap-form/items/text-area/index.vue.mjs";
70
+ import { default as ar } from "./ap-form/items/number/index.vue.mjs";
71
+ import { default as fr } from "./ap-form/items/date/index.vue.mjs";
72
+ import { default as lr } from "./ap-form/items/date-range/index.vue.mjs";
73
+ import { default as sr } from "./ap-form/items/radio/index.vue.mjs";
73
74
  import { default as xr } from "./ap-form/items/select/index.vue.mjs";
74
- import { default as ur } from "./ap-form/items/switch/index.vue.mjs";
75
- import { default as Ar } from "./ap-form/items/checkbox/index.vue.mjs";
76
- import { default as Fr } from "./ap-form/items/text/password.vue.mjs";
77
- import { default as Cr } from "./ap-form/ap-form-item.vue.mjs";
78
- import { default as Ir } from "./ap-form/ap-form-item-group/index.vue.mjs";
79
- import { default as gr } from "./ap-form/ap-form-list.vue.mjs";
75
+ import { default as nr } from "./ap-form/items/switch/index.vue.mjs";
76
+ import { default as cr } from "./ap-form/items/checkbox/index.vue.mjs";
77
+ import { default as Tr } from "./ap-form/items/text/password.vue.mjs";
78
+ import { default as Sr } from "./ap-form/ap-form-item.vue.mjs";
79
+ import { default as br } from "./ap-form/ap-form-item-group/index.vue.mjs";
80
+ import { default as Pr } from "./ap-form/ap-form-list.vue.mjs";
80
81
  import { default as hr } from "./ap-form/search-form/index.vue.mjs";
81
- import { default as Rr } from "./ap-form/modal-form/index.vue.mjs";
82
- import { ApFieldText as Mr } from "./ap-field/text/index.mjs";
83
- import { default as wr } from "./ap-field/checkbox/index.vue.mjs";
84
- import { default as Gr } from "./ap-field/date/index.vue.mjs";
85
- import { default as yr } from "./ap-field/number/index.vue.mjs";
86
- import { default as Er } from "./ap-field/radio/index.vue.mjs";
87
- import { default as Kr } from "./ap-field/switch/index.vue.mjs";
88
- import { default as Or } from "./ap-field/text-area/index.vue.mjs";
89
- import { default as Wr } from "./ap-field/date-range/index.vue.mjs";
90
- import { default as Ur } from "./ap-field/select/index.vue.mjs";
91
- import { default as qr } from "./ap-field/text/password.vue.mjs";
92
- import { default as Qr } from "./ap-field/slider/index.vue.mjs";
93
- import { default as Zr } from "./ap-field/segmented/index.vue.mjs";
94
- import { default as $r } from "./ap-field/rate/index.vue.mjs";
95
- import { default as et } from "./ap-action/item-modal/index.vue.mjs";
96
- import { default as tt } from "./ap-action/item-popconfirm/index.vue.mjs";
97
- import { default as pt } from "./ap-action/item-dropdown/index.vue.mjs";
98
- import { default as mt } from "./ap-action/group/index.vue.mjs";
99
- import { generateTableList as dt } from "./ap-custom-column/utils.mjs";
82
+ import { default as vr } from "./ap-form/modal-form/index.vue.mjs";
83
+ import { ApFieldText as kr } from "./ap-field/text/index.mjs";
84
+ import { default as Br } from "./ap-field/checkbox/index.vue.mjs";
85
+ import { default as Lr } from "./ap-field/date/index.vue.mjs";
86
+ import { default as Nr } from "./ap-field/number/index.vue.mjs";
87
+ import { default as Xr } from "./ap-field/radio/index.vue.mjs";
88
+ import { default as Yr } from "./ap-field/switch/index.vue.mjs";
89
+ import { default as Hr } from "./ap-field/text-area/index.vue.mjs";
90
+ import { default as zr } from "./ap-field/date-range/index.vue.mjs";
91
+ import { default as jr } from "./ap-field/select/index.vue.mjs";
92
+ import { default as Jr } from "./ap-field/text/password.vue.mjs";
93
+ import { default as Vr } from "./ap-field/slider/index.vue.mjs";
94
+ import { default as _r } from "./ap-field/segmented/index.vue.mjs";
95
+ import { default as ot } from "./ap-field/rate/index.vue.mjs";
96
+ import { default as rt } from "./ap-action/item-modal/index.vue.mjs";
97
+ import { default as at } from "./ap-action/item-popconfirm/index.vue.mjs";
98
+ import { default as ft } from "./ap-action/item-dropdown/index.vue.mjs";
99
+ import { default as lt } from "./ap-action/group/index.vue.mjs";
100
+ import { generateTableList as st } from "./ap-custom-column/utils.mjs";
100
101
  import { useCacheColumnSetting as xt } from "./ap-custom-column/useCacheColumnSetting.mjs";
101
- import { default as ut } from "./ap-custom-column/custom-column.vue.mjs";
102
- import { default as At } from "./ap-custom-column/column-select.vue.mjs";
103
- import { DictCode as Ft } from "./work-order-modal/interfaces.mjs";
104
- import { createWorkOrderModal as Ct } from "./work-order-modal/createWorkOrder.mjs";
105
- import { default as It } from "./work-order-modal/work-order-modal.vue.mjs";
106
- import { default as gt } from "./ap-tag/ap-tag.vue.mjs";
102
+ import { default as nt } from "./ap-custom-column/custom-column.vue.mjs";
103
+ import { default as ct } from "./ap-custom-column/column-select.vue.mjs";
104
+ import { DictCode as Tt } from "./work-order-modal/interfaces.mjs";
105
+ import { createWorkOrderModal as St } from "./work-order-modal/createWorkOrder.mjs";
106
+ import { default as bt } from "./work-order-modal/work-order-modal.vue.mjs";
107
+ import { default as Pt } from "./ap-tag/ap-tag.vue.mjs";
107
108
  import { default as ht } from "./ap-tag/ap-tag-group.vue.mjs";
108
- import { default as Rt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
109
- import { NeedNameKeyDefault as Mt } from "./ap-upload/apUploadTypes.mjs";
110
- import { default as wt } from "./ap-upload/apUpload.vue.mjs";
111
- import { default as Gt } from "./ap-download/ap-download.vue.mjs";
112
- import { default as yt } from "./check-card/group.vue.mjs";
113
- import { default as Et } from "./ap-list/index.vue.mjs";
114
- import { useTablePaging as Kt } from "./ap-table/hooks/use-table-paging.mjs";
115
- import { default as Ot } from "./ap-table/ap-table.vue.mjs";
116
- import { default as Wt } from "./editable-table/index.vue.mjs";
117
- import { default as Ut } from "./editable-table/form-item.vue.mjs";
109
+ import { default as vt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
110
+ import { NeedNameKeyDefault as kt } from "./ap-upload/apUploadTypes.mjs";
111
+ import { default as Bt } from "./ap-upload/apUpload.vue.mjs";
112
+ import { default as Lt } from "./ap-download/ap-download.vue.mjs";
113
+ import { default as Nt } from "./check-card/group.vue.mjs";
114
+ import { default as Xt } from "./ap-list/index.vue.mjs";
115
+ import { useTablePaging as Yt } from "./ap-table/hooks/use-table-paging.mjs";
116
+ import { default as Ht } from "./ap-table/ap-table.vue.mjs";
117
+ import { default as zt } from "./editable-table/index.vue.mjs";
118
+ import { default as jt } from "./editable-table/form-item.vue.mjs";
119
+ import { default as Jt } from "./ap-descriptions/ap-descriptions.vue.mjs";
118
120
  export {
119
- c as APConfigProvider,
120
- mt as ApActionGroup,
121
- Fo as ApActionItem,
122
- pt as ApActionItemDropdown,
123
- et as ApActionItemModal,
124
- tt as ApActionItemPopconfirm,
125
- ut as ApCustomColumn,
126
- At as ApCustomSelect,
127
- Gt as ApDownload,
128
- go as ApExpandAlert,
129
- io as ApField,
130
- wr as ApFieldCheckbox,
131
- Gr as ApFieldDate,
132
- Wr as ApFieldDateRange,
133
- yr as ApFieldNumber,
134
- qr as ApFieldPassword,
135
- Er as ApFieldRadio,
136
- $r as ApFieldRate,
137
- Zr as ApFieldSegmented,
138
- Ur as ApFieldSelect,
139
- Qr as ApFieldSlider,
140
- Kr as ApFieldSwitch,
141
- Mr as ApFieldText,
142
- Or as ApFieldTextArea,
143
- so as ApForm,
144
- Cr as ApFormItem,
145
- Ar as ApFormItemCheckbox,
146
- pr as ApFormItemDate,
147
- mr as ApFormItemDateRange,
148
- Ir as ApFormItemGroup,
149
- tr as ApFormItemNumber,
150
- dr as ApFormItemRadio,
121
+ F as APConfigProvider,
122
+ lt as ApActionGroup,
123
+ To as ApActionItem,
124
+ ft as ApActionItemDropdown,
125
+ rt as ApActionItemModal,
126
+ at as ApActionItemPopconfirm,
127
+ nt as ApCustomColumn,
128
+ ct as ApCustomSelect,
129
+ Jt as ApDescriptions,
130
+ Lt as ApDownload,
131
+ Po as ApExpandAlert,
132
+ uo as ApField,
133
+ Br as ApFieldCheckbox,
134
+ Lr as ApFieldDate,
135
+ zr as ApFieldDateRange,
136
+ Nr as ApFieldNumber,
137
+ Jr as ApFieldPassword,
138
+ Xr as ApFieldRadio,
139
+ ot as ApFieldRate,
140
+ _r as ApFieldSegmented,
141
+ jr as ApFieldSelect,
142
+ Vr as ApFieldSlider,
143
+ Yr as ApFieldSwitch,
144
+ kr as ApFieldText,
145
+ Hr as ApFieldTextArea,
146
+ io as ApForm,
147
+ Sr as ApFormItem,
148
+ cr as ApFormItemCheckbox,
149
+ fr as ApFormItemDate,
150
+ lr as ApFormItemDateRange,
151
+ br as ApFormItemGroup,
152
+ ar as ApFormItemNumber,
153
+ sr as ApFormItemRadio,
151
154
  xr as ApFormItemSelect,
152
- ur as ApFormItemSwitch,
153
- $e as ApFormItemText,
154
- er as ApFormItemTextArea,
155
- Fr as ApFormItemTextPassword,
156
- gr as ApFormList,
157
- Rr as ApFormModalForm,
155
+ nr as ApFormItemSwitch,
156
+ or as ApFormItemText,
157
+ rr as ApFormItemTextArea,
158
+ Tr as ApFormItemTextPassword,
159
+ Pr as ApFormList,
160
+ vr as ApFormModalForm,
158
161
  hr as ApFormSearchForm,
159
- Rt as ApInfoLayout,
160
- Po as ApLabel,
161
- Et as ApList,
162
- Io as ApModal,
162
+ vt as ApInfoLayout,
163
+ Do as ApLabel,
164
+ Xt as ApList,
165
+ bo as ApModal,
163
166
  ho as ApSelectLayout,
164
- Do as ApStatus,
165
- Ro as ApStatusGroup,
166
- Ot as ApTable,
167
- gt as ApTag,
167
+ Ro as ApStatus,
168
+ vo as ApStatusGroup,
169
+ Ht as ApTable,
170
+ Pt as ApTag,
168
171
  ht as ApTagGroup,
169
- vo as ApTitle,
170
- wt as ApUpload,
171
- ne as ApiCascader,
172
- ce as ApiRadioGroup,
173
- Te as ApiSelect,
174
- Se as ApiTransfer,
175
- be as ApiTree,
176
- ve as ApiTreeSelect,
177
- q as BaseButton,
178
- Z as BaseModal,
172
+ Mo as ApTitle,
173
+ Bt as ApUpload,
174
+ Ae as ApiCascader,
175
+ Fe as ApiRadioGroup,
176
+ Ce as ApiSelect,
177
+ Ie as ApiTransfer,
178
+ ge as ApiTree,
179
+ Me as ApiTreeSelect,
180
+ J as BaseButton,
181
+ _ as BaseModal,
179
182
  h as BasicArrow,
180
- D as BasicHelp,
181
- R as BasicTitle,
182
- Co as CheckCard,
183
- yt as CheckCardGroup,
184
- S as CollapseContainer,
185
- te as CollapseTransition,
186
- Vo as ConfigProvider,
187
- ro as CountdownButton,
188
- to as CountdownInput,
189
- $ as CropperAvatar,
190
- oo as CropperImage,
191
- W as Description,
192
- Ft as DictCode,
193
- mo as Dropdown,
194
- qe as EditTableHeaderIcon,
195
- Wt as EditableTable,
196
- Ut as EditableTableFormItem,
197
- M as ExpandTransition,
198
- k as ExpandXTransition,
199
- w as FadeTransition,
200
- U as Field,
201
- u as Icon,
202
- g as IconPicker,
203
- Le as ModalButton,
204
- Mt as NeedNameKeyDefault,
205
- Ne as PopConfirmButton,
206
- De as ProForm,
207
- We as ProTable,
208
- ke as ProTableForm,
209
- Be as ProTableFormInner,
210
- Pe as RadioButtonGroup,
211
- B as ScaleRotateTransition,
212
- G as ScaleTransition,
213
- I as ScrollContainer,
214
- L as ScrollXReverseTransition,
215
- y as ScrollXTransition,
216
- N as ScrollYReverseTransition,
217
- E as ScrollYTransition,
218
- T as Scrollbar,
219
- X as SlideXReverseTransition,
220
- K as SlideXTransition,
221
- Y as SlideYReverseTransition,
222
- O as SlideYTransition,
223
- Q as StrengthMeter,
224
- n as SvgIcon,
225
- Ue as TableAction,
226
- Qe as TableImg,
227
- It as WorkOrderModal,
228
- no as adminToken,
229
- Ao as aplusToken,
230
- Ko as buildLocaleContext,
231
- Yo as buildTranslator,
232
- Bo as configProviderContextKey,
233
- ko as configProviderProps,
234
- po as createPrompt,
235
- Ct as createWorkOrderModal,
236
- Uo as defaultNamespace,
237
- ee as en,
238
- dt as generateTableList,
239
- Zo as globalConfigCached,
183
+ R as BasicHelp,
184
+ v as BasicTitle,
185
+ So as CheckCard,
186
+ Nt as CheckCardGroup,
187
+ I as CollapseContainer,
188
+ ae as CollapseTransition,
189
+ Zo as ConfigProvider,
190
+ to as CountdownButton,
191
+ ao as CountdownInput,
192
+ oo as CropperAvatar,
193
+ eo as CropperImage,
194
+ z as Description,
195
+ Tt as DictCode,
196
+ lo as Dropdown,
197
+ Je as EditTableHeaderIcon,
198
+ zt as EditableTable,
199
+ jt as EditableTableFormItem,
200
+ k as ExpandTransition,
201
+ w as ExpandXTransition,
202
+ B as FadeTransition,
203
+ j as Field,
204
+ n as Icon,
205
+ P as IconPicker,
206
+ ye as ModalButton,
207
+ kt as NeedNameKeyDefault,
208
+ Ee as PopConfirmButton,
209
+ Re as ProForm,
210
+ ze as ProTable,
211
+ we as ProTableForm,
212
+ Ge as ProTableFormInner,
213
+ De as RadioButtonGroup,
214
+ G as ScaleRotateTransition,
215
+ L as ScaleTransition,
216
+ b as ScrollContainer,
217
+ y as ScrollXReverseTransition,
218
+ N as ScrollXTransition,
219
+ E as ScrollYReverseTransition,
220
+ X as ScrollYTransition,
221
+ C as Scrollbar,
222
+ K as SlideXReverseTransition,
223
+ Y as SlideXTransition,
224
+ O as SlideYReverseTransition,
225
+ H as SlideYTransition,
226
+ V as StrengthMeter,
227
+ A as SvgIcon,
228
+ je as TableAction,
229
+ Ve as TableImg,
230
+ bt as WorkOrderModal,
231
+ Ao as adminToken,
232
+ co as aplusToken,
233
+ Yo as buildLocaleContext,
234
+ Oo as buildTranslator,
235
+ Go as configProviderContextKey,
236
+ wo as configProviderProps,
237
+ fo as createPrompt,
238
+ St as createWorkOrderModal,
239
+ jo as defaultNamespace,
240
+ re as en,
241
+ st as generateTableList,
242
+ _o as globalConfigCached,
240
243
  xe as isComponentFormSchema,
241
- ie as isSlotFormSchema,
242
- yo as keysOf,
243
- Oo as localeContextKey,
244
- jo as namespaceContextKey,
245
- No as provideGlobalConfig,
246
- Go as tableDefaultConfig,
247
- Ho as translate,
244
+ ue as isSlotFormSchema,
245
+ No as keysOf,
246
+ Ho as localeContextKey,
247
+ qo as namespaceContextKey,
248
+ Eo as provideGlobalConfig,
249
+ Lo as tableDefaultConfig,
250
+ Wo as translate,
248
251
  xt as useCacheColumnSetting,
249
- me as useComponentRegister,
250
- pe as useDescription,
251
- de as useForm,
252
- qo as useGetDerivedNamespace,
253
- Eo as useGlobalConfig,
254
- Wo as useLocale,
255
- Ye as useModal,
256
- Xe as useModalContext,
257
- Oe as useModalInner,
258
- Jo as useNamespace,
259
- Ze as useTable,
260
- Kt as useTablePaging,
261
- $o as zhCn
252
+ le as useComponentRegister,
253
+ fe as useDescription,
254
+ se as useForm,
255
+ Jo as useGetDerivedNamespace,
256
+ Xo as useGlobalConfig,
257
+ zo as useLocale,
258
+ Oe as useModal,
259
+ Ke as useModalContext,
260
+ He as useModalInner,
261
+ Qo as useNamespace,
262
+ _e as useTable,
263
+ Yt as useTablePaging,
264
+ oe as zhCn
262
265
  };