@aplus-frontend/ui 0.5.31 → 0.5.33

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 (92) hide show
  1. package/es/index.mjs +104 -100
  2. package/es/src/ap-grid/constants.d.ts +1 -0
  3. package/es/src/ap-grid/constants.mjs +4 -3
  4. package/es/src/ap-grid/editable/style/css.js +1 -0
  5. package/es/src/ap-grid/editable/style/index.js +1 -0
  6. package/es/src/ap-grid/index.d.ts +1 -0
  7. package/es/src/ap-grid/index.mjs +4 -0
  8. package/es/src/ap-grid/index.vue.mjs +94 -94
  9. package/es/src/ap-grid/utils/col.mjs +77 -88
  10. package/es/src/business/ap-product-info/ApProductInfo.mjs +33 -27
  11. package/es/src/index.d.ts +1 -0
  12. package/es/src/index.mjs +247 -243
  13. package/es/src/path-map.mjs +2 -1
  14. package/es/src/splitter/Panel.vue.d.ts +21 -0
  15. package/es/src/splitter/Panel.vue.mjs +4 -0
  16. package/es/src/splitter/Panel.vue2.mjs +36 -0
  17. package/es/src/splitter/SplitBar.vue.d.ts +4 -0
  18. package/es/src/splitter/SplitBar.vue.mjs +4 -0
  19. package/es/src/splitter/SplitBar.vue2.mjs +129 -0
  20. package/es/src/splitter/Splitter.vue.d.ts +6 -0
  21. package/es/src/splitter/Splitter.vue.mjs +4 -0
  22. package/es/src/splitter/Splitter.vue2.mjs +131 -0
  23. package/es/src/splitter/_Panel.vue.d.ts +4 -0
  24. package/es/src/splitter/_Panel.vue.mjs +4 -0
  25. package/es/src/splitter/_Panel.vue2.mjs +22 -0
  26. package/es/src/splitter/hooks/useItems.d.ts +10 -0
  27. package/es/src/splitter/hooks/useItems.mjs +26 -0
  28. package/es/src/splitter/hooks/useResizable.d.ts +8 -0
  29. package/es/src/splitter/hooks/useResizable.mjs +37 -0
  30. package/es/src/splitter/hooks/useResize.d.ts +4 -0
  31. package/es/src/splitter/hooks/useResize.mjs +72 -0
  32. package/es/src/splitter/hooks/useSizes.d.ts +4 -0
  33. package/es/src/splitter/hooks/useSizes.mjs +58 -0
  34. package/es/src/splitter/index.d.ts +8 -0
  35. package/es/src/splitter/index.mjs +10 -0
  36. package/es/src/splitter/interface.d.ts +70 -0
  37. package/es/src/splitter/interface.mjs +1 -0
  38. package/es/src/splitter/style/css.d.ts +0 -0
  39. package/es/src/splitter/style/css.js +1 -0
  40. package/es/src/splitter/style/index.d.ts +0 -0
  41. package/es/src/splitter/style/index.js +1 -0
  42. package/lib/index.js +1 -1
  43. package/lib/src/ap-grid/constants.d.ts +1 -0
  44. package/lib/src/ap-grid/constants.js +1 -1
  45. package/lib/src/ap-grid/editable/style/css.cjs +1 -0
  46. package/lib/src/ap-grid/editable/style/index.cjs +1 -0
  47. package/lib/src/ap-grid/index.d.ts +1 -0
  48. package/lib/src/ap-grid/index.js +1 -1
  49. package/lib/src/ap-grid/index.vue.js +1 -1
  50. package/lib/src/ap-grid/utils/col.js +1 -1
  51. package/lib/src/business/ap-product-info/ApProductInfo.js +1 -1
  52. package/lib/src/index.d.ts +1 -0
  53. package/lib/src/index.js +1 -1
  54. package/lib/src/path-map.js +1 -1
  55. package/lib/src/splitter/Panel.vue.d.ts +21 -0
  56. package/lib/src/splitter/Panel.vue.js +1 -0
  57. package/lib/src/splitter/Panel.vue2.js +1 -0
  58. package/lib/src/splitter/SplitBar.vue.d.ts +4 -0
  59. package/lib/src/splitter/SplitBar.vue.js +1 -0
  60. package/lib/src/splitter/SplitBar.vue2.js +1 -0
  61. package/lib/src/splitter/Splitter.vue.d.ts +6 -0
  62. package/lib/src/splitter/Splitter.vue.js +1 -0
  63. package/lib/src/splitter/Splitter.vue2.js +1 -0
  64. package/lib/src/splitter/_Panel.vue.d.ts +4 -0
  65. package/lib/src/splitter/_Panel.vue.js +1 -0
  66. package/lib/src/splitter/_Panel.vue2.js +1 -0
  67. package/lib/src/splitter/hooks/useItems.d.ts +10 -0
  68. package/lib/src/splitter/hooks/useItems.js +1 -0
  69. package/lib/src/splitter/hooks/useResizable.d.ts +8 -0
  70. package/lib/src/splitter/hooks/useResizable.js +1 -0
  71. package/lib/src/splitter/hooks/useResize.d.ts +4 -0
  72. package/lib/src/splitter/hooks/useResize.js +1 -0
  73. package/lib/src/splitter/hooks/useSizes.d.ts +4 -0
  74. package/lib/src/splitter/hooks/useSizes.js +1 -0
  75. package/lib/src/splitter/index.d.ts +8 -0
  76. package/lib/src/splitter/index.js +1 -0
  77. package/lib/src/splitter/interface.d.ts +70 -0
  78. package/lib/src/splitter/interface.js +1 -0
  79. package/lib/src/splitter/style/css.cjs +1 -0
  80. package/lib/src/splitter/style/css.d.ts +0 -0
  81. package/lib/src/splitter/style/index.cjs +1 -0
  82. package/lib/src/splitter/style/index.d.ts +0 -0
  83. package/package.json +1 -1
  84. package/theme/ap-grid/index.css +9 -0
  85. package/theme/ap-grid/index.less +10 -0
  86. package/theme/ap-product-info/ap-product-info.css +0 -1
  87. package/theme/ap-product-info/ap-product-info.less +1 -1
  88. package/theme/index.css +243 -5
  89. package/theme/index.less +1 -0
  90. package/theme/mixins/config.less +11 -0
  91. package/theme/splitter/index.css +230 -0
  92. package/theme/splitter/index.less +240 -0
@@ -1,53 +1,59 @@
1
- import { defineComponent as s, createVNode as e, createTextVNode as a, Fragment as d } from "vue";
2
- import { ApProductInfoProps as f } from "./constans.mjs";
1
+ import { defineComponent as d, createVNode as e, createTextVNode as s, Fragment as f } from "vue";
2
+ import { ApProductInfoProps as v } from "./constans.mjs";
3
3
  import "../../config-provider/index.mjs";
4
- import { Tooltip as v } from "@aplus-frontend/antdv";
5
- import { ApImage as p } from "../ap-image/index.mjs";
6
- import { useNamespace as m } from "../../config-provider/hooks/use-namespace.mjs";
7
- import { useGlobalConfig as g } from "../../config-provider/hooks/use-global-config.mjs";
8
- const P = /* @__PURE__ */ s({
4
+ import { Tooltip as p } from "@aplus-frontend/antdv";
5
+ import { ApImage as m } from "../ap-image/index.mjs";
6
+ import { useNamespace as g } from "../../config-provider/hooks/use-namespace.mjs";
7
+ import { useGlobalConfig as k } from "../../config-provider/hooks/use-global-config.mjs";
8
+ const C = /* @__PURE__ */ d({
9
9
  name: "ApProductInfo",
10
- props: f(),
11
- setup(i) {
10
+ props: v(),
11
+ setup(o) {
12
12
  const {
13
13
  b: u,
14
14
  e: t,
15
- m: o
16
- } = m("ap-product-info"), c = g("uiMode", "aplus"), r = (l) => typeof l == "function" ? l() : l || "--";
15
+ m: i
16
+ } = g("ap-product-info"), a = (l) => typeof l == "function" ? l() : l || "--", r = {
17
+ aplus: "#182948",
18
+ admin: "#333333"
19
+ }, c = k("uiMode");
17
20
  return () => e("div", {
18
- class: [u(), `${o(c.value)}`]
21
+ class: [u(), `${i(c.value)}`]
19
22
  }, [e("div", {
20
23
  class: t("img")
21
- }, [e(p, {
22
- src: i.imgSrc,
24
+ }, [e(m, {
25
+ src: o.imgSrc,
23
26
  width: 44,
24
27
  height: 44,
25
- preview: i.preview
28
+ preview: o.preview
26
29
  }, null)]), e("div", {
27
30
  class: [t("content")]
28
- }, [i.title ? e(v, null, {
31
+ }, [o.title ? e(p, null, {
29
32
  default: () => [e("div", {
30
- class: t("title")
31
- }, [i.title])],
33
+ class: t("title"),
34
+ style: {
35
+ color: r[c.value] || r.aplus
36
+ }
37
+ }, [o.title])],
32
38
  title: () => e("div", {
33
39
  class: t("title-tip")
34
- }, [i.title])
40
+ }, [o.title])
35
41
  }) : e("div", {
36
42
  class: t("title")
37
- }, [a("--")]), i.values && e("div", {
43
+ }, [s("--")]), o.values && e("div", {
38
44
  class: t("row-divider")
39
- }, [i.values.map((l, n) => e(d, null, [e("div", {
45
+ }, [o.values.map((l, n) => e(f, null, [e("div", {
40
46
  key: n,
41
- class: [t("item"), l.col === 2 && o("full-width"), n % 2 === 0 || l.col == 2 ? o("left") : o("right")]
47
+ class: [t("item"), l.col === 2 && i("full-width"), n % 2 === 0 || l.col == 2 ? i("left") : i("right")]
42
48
  }, [l.label && e("div", {
43
49
  class: t("label")
44
- }, [l.label, e("span", null, [a(":")])]), e("div", {
45
- class: [t("value"), l.link && o("link")],
46
- title: typeof l.value != "function" ? r(l.value) : "",
50
+ }, [l.label, e("span", null, [s(":")])]), e("div", {
51
+ class: [t("value"), l.link && i("link")],
52
+ title: typeof l.value != "function" ? a(l.value) : "",
47
53
  onClick: () => {
48
54
  l.link && window.open(l.link, "_blank");
49
55
  }
50
- }, [typeof l.value == "function" ? l.value() : r(l.value)])]), l.col == 1 && n % 2 == 0 ? e("div", {
56
+ }, [typeof l.value == "function" ? l.value() : a(l.value)])]), l.col == 1 && n % 2 == 0 ? e("div", {
51
57
  class: t("divider")
52
58
  }, [e("div", {
53
59
  class: t("divider-vertical")
@@ -55,5 +61,5 @@ const P = /* @__PURE__ */ s({
55
61
  }
56
62
  });
57
63
  export {
58
- P as default
64
+ C as default
59
65
  };
package/es/src/index.d.ts CHANGED
@@ -25,3 +25,4 @@ export * from './resize-observer';
25
25
  export * from './ap-grid';
26
26
  export * from './text';
27
27
  export * from './mask';
28
+ export * from './splitter';
package/es/src/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
- import { APConfigProvider as b } from "./config-provider/index.mjs";
1
+ import { APConfigProvider as S } from "./config-provider/index.mjs";
2
2
  import { ApForm as C } from "./ap-form/index.mjs";
3
3
  import { ApField as g } from "./ap-field/index.mjs";
4
- import { adminToken as h, aplusToken as P } from "./design-token/index.mjs";
4
+ import { adminToken as E, aplusToken as h } from "./design-token/index.mjs";
5
5
  import { ApActionItem as L } from "./ap-action/index.mjs";
6
6
  import "./work-order-modal/index.mjs";
7
7
  import "./ap-tag/index.mjs";
@@ -25,263 +25,267 @@ import "./resize-observer/index.mjs";
25
25
  import "./ap-grid/index.mjs";
26
26
  import "./text/index.mjs";
27
27
  import "./mask/index.mjs";
28
- import { configProviderProps as O } from "./config-provider/config-provider-props.mjs";
29
- import { DEFAULT_NAMESPACE as z, DEFAULT_UIMODE as V, configProviderContextKey as W } from "./config-provider/constants.mjs";
30
- import { keysOf as H, provideGlobalConfig as j, useGlobalConfig as q } from "./config-provider/hooks/use-global-config.mjs";
31
- import { buildLocaleContext as Q, buildTranslator as X, localeContextKey as Y, translate as Z, useLocale as $ } from "./config-provider/hooks/use-locale.mjs";
32
- import { defaultNamespace as oe, namespaceContextKey as re, useGetDerivedNamespace as te, useNamespace as pe } from "./config-provider/hooks/use-namespace.mjs";
33
- import { ConfigProvider as me, globalConfigCached as fe } from "./config-provider/config-provider.mjs";
34
- import { ApFormItemText as de } from "./ap-form/items/text/index.mjs";
35
- import { default as ue } from "./ap-form/items/text-area/index.vue.mjs";
36
- import { default as Ae } from "./ap-form/items/number/index.vue.mjs";
37
- import { default as ne } from "./ap-form/items/date/index.vue.mjs";
38
- import { default as Fe } from "./ap-form/items/date-range/index.vue.mjs";
39
- import { default as Te } from "./ap-form/items/radio/index.vue.mjs";
40
- import { default as Se } from "./ap-form/items/select/index.vue.mjs";
41
- import { default as De } from "./ap-form/items/switch/index.vue.mjs";
42
- import { default as Ge } from "./ap-form/items/checkbox/index.vue.mjs";
43
- import { default as Pe } from "./ap-form/items/text/password.vue.mjs";
44
- import { default as Le } from "./ap-form/items/tree-select/index.vue.mjs";
45
- import { default as Re } from "./ap-form/item/index.vue.mjs";
46
- import { default as Me } from "./ap-form/item-group/index.vue.mjs";
47
- import { default as ke } from "./ap-form/list/index.vue.mjs";
48
- import { default as Be } from "./ap-form/search-form/index.vue.mjs";
49
- import { default as Oe } from "./ap-form/modal-form/index.vue.mjs";
28
+ import { Splitter as K } from "./splitter/index.mjs";
29
+ import { configProviderProps as _ } from "./config-provider/config-provider-props.mjs";
30
+ import { DEFAULT_NAMESPACE as z, DEFAULT_UIMODE as V, configProviderContextKey as H } from "./config-provider/constants.mjs";
31
+ import { keysOf as q, provideGlobalConfig as J, useGlobalConfig as Q } from "./config-provider/hooks/use-global-config.mjs";
32
+ import { buildLocaleContext as Y, buildTranslator as Z, localeContextKey as $, translate as ee, useLocale as oe } from "./config-provider/hooks/use-locale.mjs";
33
+ import { defaultNamespace as te, namespaceContextKey as pe, useGetDerivedNamespace as ae, useNamespace as me } from "./config-provider/hooks/use-namespace.mjs";
34
+ import { ConfigProvider as le, globalConfigCached as de } from "./config-provider/config-provider.mjs";
35
+ import { ApFormItemText as ue } from "./ap-form/items/text/index.mjs";
36
+ import { default as Ae } from "./ap-form/items/text-area/index.vue.mjs";
37
+ import { default as ne } from "./ap-form/items/number/index.vue.mjs";
38
+ import { default as Fe } from "./ap-form/items/date/index.vue.mjs";
39
+ import { default as Te } from "./ap-form/items/date-range/index.vue.mjs";
40
+ import { default as be } from "./ap-form/items/radio/index.vue.mjs";
41
+ import { default as De } from "./ap-form/items/select/index.vue.mjs";
42
+ import { default as Ge } from "./ap-form/items/switch/index.vue.mjs";
43
+ import { default as he } from "./ap-form/items/checkbox/index.vue.mjs";
44
+ import { default as Le } from "./ap-form/items/text/password.vue.mjs";
45
+ import { default as Re } from "./ap-form/items/tree-select/index.vue.mjs";
46
+ import { default as Me } from "./ap-form/item/index.vue.mjs";
47
+ import { default as ke } from "./ap-form/item-group/index.vue.mjs";
48
+ import { default as Be } from "./ap-form/list/index.vue.mjs";
49
+ import { default as Ke } from "./ap-form/search-form/index.vue.mjs";
50
+ import { default as _e } from "./ap-form/modal-form/index.vue.mjs";
50
51
  import { default as ze } from "./ap-form/dependency/index.vue.mjs";
51
- import { default as We } from "./ap-form/set/index.vue.mjs";
52
- import { default as He } from "./ap-form/drawer-form/index.vue.mjs";
53
- import { default as qe } from "./ap-form/render/control.vue.mjs";
54
- import { default as Qe } from "./ap-form/render/item.vue.mjs";
55
- import { default as Ye } from "./ap-form/provider/index.vue.mjs";
56
- import { ApFieldText as $e } from "./ap-field/text/index.mjs";
57
- import { default as oo } from "./ap-field/checkbox/index.vue.mjs";
58
- import { default as to } from "./ap-field/date/index.vue.mjs";
59
- import { default as ao } from "./ap-field/number/index.vue.mjs";
60
- import { default as fo } from "./ap-field/radio/index.vue.mjs";
61
- import { default as xo } from "./ap-field/switch/index.vue.mjs";
62
- import { default as so } from "./ap-field/text-area/index.vue.mjs";
63
- import { default as io } from "./ap-field/date-range/index.vue.mjs";
64
- import { default as co } from "./ap-field/select/index.vue.mjs";
65
- import { default as Io } from "./ap-field/text/password.vue.mjs";
66
- import { default as bo } from "./ap-field/slider/index.vue.mjs";
67
- import { default as Co } from "./ap-field/segmented/index.vue.mjs";
68
- import { default as go } from "./ap-field/rate/index.vue.mjs";
69
- import { default as ho } from "./ap-field/tree-select/index.vue.mjs";
70
- import { default as Eo } from "./ap-action/item-modal/index.vue.mjs";
71
- import { default as No } from "./ap-action/item-popconfirm/index.vue.mjs";
72
- import { default as yo } from "./ap-action/item-dropdown/index.vue.mjs";
73
- import { default as wo } from "./ap-action/group/index.vue.mjs";
74
- import { DictCode as vo, langMap as Bo } from "./work-order-modal/interfaces.mjs";
75
- import { createWorkOrderModal as Oo } from "./work-order-modal/createWorkOrder.mjs";
52
+ import { default as He } from "./ap-form/set/index.vue.mjs";
53
+ import { default as qe } from "./ap-form/drawer-form/index.vue.mjs";
54
+ import { default as Qe } from "./ap-form/render/control.vue.mjs";
55
+ import { default as Ye } from "./ap-form/render/item.vue.mjs";
56
+ import { default as $e } from "./ap-form/provider/index.vue.mjs";
57
+ import { ApFieldText as oo } from "./ap-field/text/index.mjs";
58
+ import { default as to } from "./ap-field/checkbox/index.vue.mjs";
59
+ import { default as ao } from "./ap-field/date/index.vue.mjs";
60
+ import { default as fo } from "./ap-field/number/index.vue.mjs";
61
+ import { default as xo } from "./ap-field/radio/index.vue.mjs";
62
+ import { default as so } from "./ap-field/switch/index.vue.mjs";
63
+ import { default as io } from "./ap-field/text-area/index.vue.mjs";
64
+ import { default as co } from "./ap-field/date-range/index.vue.mjs";
65
+ import { default as Io } from "./ap-field/select/index.vue.mjs";
66
+ import { default as So } from "./ap-field/text/password.vue.mjs";
67
+ import { default as Co } from "./ap-field/slider/index.vue.mjs";
68
+ import { default as go } from "./ap-field/segmented/index.vue.mjs";
69
+ import { default as Eo } from "./ap-field/rate/index.vue.mjs";
70
+ import { default as Po } from "./ap-field/tree-select/index.vue.mjs";
71
+ import { default as No } from "./ap-action/item-modal/index.vue.mjs";
72
+ import { default as yo } from "./ap-action/item-popconfirm/index.vue.mjs";
73
+ import { default as wo } from "./ap-action/item-dropdown/index.vue.mjs";
74
+ import { default as vo } from "./ap-action/group/index.vue.mjs";
75
+ import { DictCode as Oo, langMap as Ko } from "./work-order-modal/interfaces.mjs";
76
+ import { createWorkOrderModal as _o } from "./work-order-modal/createWorkOrder.mjs";
76
77
  import { default as zo } from "./work-order-modal/work-order-modal.vue.mjs";
77
- import { default as Wo } from "./ap-tag/ap-tag.vue.mjs";
78
- import { default as Ho } from "./ap-tag/ap-tag-group.vue.mjs";
79
- import { default as qo } from "./ap-info-layout/ApInfoLayout.vue.mjs";
80
- import { NeedNameKeyDefault as Qo } from "./ap-upload/apUploadTypes.mjs";
81
- import { default as Yo } from "./ap-upload/apUpload.vue.mjs";
82
- import { ApDownLoadNeedNameKeyDefault as $o } from "./ap-download/interface.mjs";
83
- import { default as or } from "./ap-download/ap-download.vue.mjs";
84
- import { default as tr } from "./check-card/group.vue.mjs";
85
- import { default as ar } from "./ap-list/index.vue.mjs";
86
- import { default as fr } from "./ap-button/ap-button.vue.mjs";
87
- import { default as dr } from "./ap-button/ap-action-button.vue.mjs";
88
- import { default as ur } from "./ap-button/ap-confirm-button.vue.mjs";
89
- import { ApTransformDataHelper as Ar } from "./utils/ap-trans-data/index.mjs";
90
- import { default as nr } from "./business/ap-table-modal/index.mjs";
91
- import { useTableModal as Fr } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
92
- import { useTableSelectModal as Tr } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
93
- import { ApAttachment as Sr } from "./business/ap-attachment/index.mjs";
94
- import { ApBatchAction as Dr } from "./business/ap-batch-action/index.mjs";
95
- import { ApBatchActionGroup as Gr } from "./business/ap-batch-action-group/index.mjs";
96
- import { ApButtonGroup as Pr } from "./business/ap-button-group/index.mjs";
97
- import { ApCard as Lr } from "./business/ap-card/index.mjs";
98
- import { ApExpandAlert as Rr } from "./business/ap-expand-alert/index.mjs";
99
- import { ApExportGroupActionType as Mr } from "./business/ap-export-group/interface.mjs";
100
- import { ApExportGroup as kr } from "./business/ap-export-group/index.mjs";
101
- import { handleExportDownload as Br } from "./business/ap-export-group/handleExportDownload.mjs";
102
- import { convertExportField as Or } from "./business/ap-export-group/convertExportField.mjs";
78
+ import { default as Ho } from "./ap-tag/ap-tag.vue.mjs";
79
+ import { default as qo } from "./ap-tag/ap-tag-group.vue.mjs";
80
+ import { default as Qo } from "./ap-info-layout/ApInfoLayout.vue.mjs";
81
+ import { NeedNameKeyDefault as Yo } from "./ap-upload/apUploadTypes.mjs";
82
+ import { default as $o } from "./ap-upload/apUpload.vue.mjs";
83
+ import { ApDownLoadNeedNameKeyDefault as or } from "./ap-download/interface.mjs";
84
+ import { default as tr } from "./ap-download/ap-download.vue.mjs";
85
+ import { default as ar } from "./check-card/group.vue.mjs";
86
+ import { default as fr } from "./ap-list/index.vue.mjs";
87
+ import { default as dr } from "./ap-button/ap-button.vue.mjs";
88
+ import { default as ur } from "./ap-button/ap-action-button.vue.mjs";
89
+ import { default as Ar } from "./ap-button/ap-confirm-button.vue.mjs";
90
+ import { ApTransformDataHelper as nr } from "./utils/ap-trans-data/index.mjs";
91
+ import { default as Fr } from "./business/ap-table-modal/index.mjs";
92
+ import { useTableModal as Tr } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
93
+ import { useTableSelectModal as br } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
94
+ import { ApAttachment as Dr } from "./business/ap-attachment/index.mjs";
95
+ import { ApBatchAction as Gr } from "./business/ap-batch-action/index.mjs";
96
+ import { ApBatchActionGroup as hr } from "./business/ap-batch-action-group/index.mjs";
97
+ import { ApButtonGroup as Lr } from "./business/ap-button-group/index.mjs";
98
+ import { ApCard as Rr } from "./business/ap-card/index.mjs";
99
+ import { ApExpandAlert as Mr } from "./business/ap-expand-alert/index.mjs";
100
+ import { ApExportGroupActionType as kr } from "./business/ap-export-group/interface.mjs";
101
+ import { ApExportGroup as Br } from "./business/ap-export-group/index.mjs";
102
+ import { handleExportDownload as Kr } from "./business/ap-export-group/handleExportDownload.mjs";
103
+ import { convertExportField as _r } from "./business/ap-export-group/convertExportField.mjs";
103
104
  import { ApImage as zr } from "./business/ap-image/index.mjs";
104
- import { ApInputRadio as Wr } from "./business/ap-input-radio/index.mjs";
105
- import { ApLabel as Hr, ApLabelGroup as jr } from "./business/ap-label/index.mjs";
106
- import { locales as Jr } from "./business/ap-ladder/interface.mjs";
107
- import { ApLadder as Xr } from "./business/ap-ladder/index.mjs";
108
- import { ApSelectLayout as Zr } from "./business/ap-select-layout/index.mjs";
109
- import { ApStatus as et, ApStatusGroup as ot } from "./business/ap-status/index.mjs";
110
- import { ApTitle as tt } from "./business/ap-title/index.mjs";
111
- import { usePageListApTable as at } from "./business/hooks/usePageListApTable.mjs";
112
- import { useTableRefresh as ft } from "./business/hooks/useTableRefresh.mjs";
113
- import { usePageListApGrid as dt } from "./business/hooks/usePageListApGrid.mjs";
114
- import { useGridRefresh as ut } from "./business/hooks/useGridRefresh.mjs";
115
- import { computedRecords as At, flattenColumns as it, formatDataIndex as nt, formatNumber as ct } from "./business/ap-summary/utils.mjs";
116
- import { ApSummary as It } from "./business/ap-summary/index.mjs";
117
- import { ApNeedNameKeyDefault as bt } from "./business/ap-appendix/interface.mjs";
118
- import { ApAppendix as Ct } from "./business/ap-appendix/index.mjs";
119
- import { ApExtensionSelect as gt, ApGroupSearch as Gt, ApPopoverSelect as ht } from "./business/ap-group-search/index.mjs";
120
- import { default as Et } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
121
- import { default as Nt } from "./business/batch-input-group/index.vue.mjs";
122
- import { default as yt } from "./business/batch-input-group/form-item.vue.mjs";
123
- import { ApSizeInput as wt } from "./business/ap-size-input/index.mjs";
124
- import { ApProductInfo as vt } from "./business/ap-product-info/index.mjs";
125
- import { useTablePaging as Kt } from "./ap-table/hooks/use-table-paging.mjs";
126
- import { default as Ut } from "./editable-table/index.vue.mjs";
105
+ import { ApInputRadio as Hr } from "./business/ap-input-radio/index.mjs";
106
+ import { ApLabel as qr, ApLabelGroup as Jr } from "./business/ap-label/index.mjs";
107
+ import { locales as Xr } from "./business/ap-ladder/interface.mjs";
108
+ import { ApLadder as Zr } from "./business/ap-ladder/index.mjs";
109
+ import { ApSelectLayout as et } from "./business/ap-select-layout/index.mjs";
110
+ import { ApStatus as rt, ApStatusGroup as tt } from "./business/ap-status/index.mjs";
111
+ import { ApTitle as at } from "./business/ap-title/index.mjs";
112
+ import { usePageListApTable as ft } from "./business/hooks/usePageListApTable.mjs";
113
+ import { useTableRefresh as dt } from "./business/hooks/useTableRefresh.mjs";
114
+ import { usePageListApGrid as ut } from "./business/hooks/usePageListApGrid.mjs";
115
+ import { useGridRefresh as At } from "./business/hooks/useGridRefresh.mjs";
116
+ import { computedRecords as nt, flattenColumns as ct, formatDataIndex as Ft, formatNumber as It } from "./business/ap-summary/utils.mjs";
117
+ import { ApSummary as St } from "./business/ap-summary/index.mjs";
118
+ import { ApNeedNameKeyDefault as Ct } from "./business/ap-appendix/interface.mjs";
119
+ import { ApAppendix as gt } from "./business/ap-appendix/index.mjs";
120
+ import { ApExtensionSelect as Et, ApGroupSearch as ht, ApPopoverSelect as Pt } from "./business/ap-group-search/index.mjs";
121
+ import { default as Nt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
122
+ import { default as yt } from "./business/batch-input-group/index.vue.mjs";
123
+ import { default as wt } from "./business/batch-input-group/form-item.vue.mjs";
124
+ import { ApSizeInput as vt } from "./business/ap-size-input/index.mjs";
125
+ import { ApProductInfo as Ot } from "./business/ap-product-info/index.mjs";
126
+ import { useTablePaging as Ut } from "./ap-table/hooks/use-table-paging.mjs";
127
+ import { default as Wt } from "./editable-table/index.vue.mjs";
127
128
  import { default as Vt } from "./editable-table/form-item.vue.mjs";
128
- import { default as _t } from "./ap-descriptions/ap-descriptions.vue.mjs";
129
- import { ensureRangeValue as jt } from "./scroll-bar/utils/index.mjs";
130
- import { default as Jt } from "./scroll-bar/index.vue.mjs";
131
- import { default as Xt } from "./scroll-bar/internal.vue.mjs";
132
- import { default as Zt } from "./scroll-view/index.vue.mjs";
133
- import { default as ep } from "./portal/index.vue.mjs";
134
- import { default as rp } from "./full-screen/index.vue.mjs";
135
- import { default as pp } from "./resize-observer/index.vue.mjs";
136
- import { default as mp } from "./ap-grid/index.vue.mjs";
137
- import { default as lp } from "./ap-grid/editable/index.vue.mjs";
138
- import { default as xp } from "./ap-grid/editable/form-item.vue.mjs";
139
- import { default as sp } from "./text/index.vue.mjs";
140
- import { default as ip } from "./text/group.vue.mjs";
141
- import { default as cp } from "./mask/index.vue.mjs";
129
+ import { default as jt } from "./ap-descriptions/ap-descriptions.vue.mjs";
130
+ import { ensureRangeValue as Jt } from "./scroll-bar/utils/index.mjs";
131
+ import { default as Xt } from "./scroll-bar/index.vue.mjs";
132
+ import { default as Zt } from "./scroll-bar/internal.vue.mjs";
133
+ import { default as ep } from "./scroll-view/index.vue.mjs";
134
+ import { default as rp } from "./portal/index.vue.mjs";
135
+ import { default as pp } from "./full-screen/index.vue.mjs";
136
+ import { default as mp } from "./resize-observer/index.vue.mjs";
137
+ import { ROW_SELECTION_FIELD as lp } from "./ap-grid/constants.mjs";
138
+ import { default as xp } from "./ap-grid/index.vue.mjs";
139
+ import { default as sp } from "./ap-grid/editable/index.vue.mjs";
140
+ import { default as ip } from "./ap-grid/editable/form-item.vue.mjs";
141
+ import { default as cp } from "./text/index.vue.mjs";
142
+ import { default as Ip } from "./text/group.vue.mjs";
143
+ import { default as Sp } from "./mask/index.vue.mjs";
142
144
  export {
143
- b as APConfigProvider,
144
- dr as ApActionButton,
145
- wo as ApActionGroup,
145
+ S as APConfigProvider,
146
+ ur as ApActionButton,
147
+ vo as ApActionGroup,
146
148
  L as ApActionItem,
147
- yo as ApActionItemDropdown,
148
- Eo as ApActionItemModal,
149
- No as ApActionItemPopconfirm,
150
- Ct as ApAppendix,
151
- Sr as ApAttachment,
152
- Dr as ApBatchAction,
153
- Gr as ApBatchActionGroup,
154
- fr as ApButton,
155
- Pr as ApButtonGroup,
156
- Lr as ApCard,
157
- ur as ApConfirmButton,
158
- _t as ApDescriptions,
159
- $o as ApDownLoadNeedNameKeyDefault,
160
- or as ApDownload,
149
+ wo as ApActionItemDropdown,
150
+ No as ApActionItemModal,
151
+ yo as ApActionItemPopconfirm,
152
+ gt as ApAppendix,
153
+ Dr as ApAttachment,
154
+ Gr as ApBatchAction,
155
+ hr as ApBatchActionGroup,
156
+ dr as ApButton,
157
+ Lr as ApButtonGroup,
158
+ Rr as ApCard,
159
+ Ar as ApConfirmButton,
160
+ jt as ApDescriptions,
161
+ or as ApDownLoadNeedNameKeyDefault,
162
+ tr as ApDownload,
161
163
  k as ApDrawer,
162
- Rr as ApExpandAlert,
163
- kr as ApExportGroup,
164
- Mr as ApExportGroupActionType,
165
- gt as ApExtensionSelect,
164
+ Mr as ApExpandAlert,
165
+ Br as ApExportGroup,
166
+ kr as ApExportGroupActionType,
167
+ Et as ApExtensionSelect,
166
168
  g as ApField,
167
- oo as ApFieldCheckbox,
168
- to as ApFieldDate,
169
- io as ApFieldDateRange,
170
- ao as ApFieldNumber,
171
- Io as ApFieldPassword,
172
- fo as ApFieldRadio,
173
- go as ApFieldRate,
174
- Co as ApFieldSegmented,
175
- co as ApFieldSelect,
176
- bo as ApFieldSlider,
177
- xo as ApFieldSwitch,
178
- $e as ApFieldText,
179
- so as ApFieldTextArea,
180
- ho as ApFieldTreeSelect,
169
+ to as ApFieldCheckbox,
170
+ ao as ApFieldDate,
171
+ co as ApFieldDateRange,
172
+ fo as ApFieldNumber,
173
+ So as ApFieldPassword,
174
+ xo as ApFieldRadio,
175
+ Eo as ApFieldRate,
176
+ go as ApFieldSegmented,
177
+ Io as ApFieldSelect,
178
+ Co as ApFieldSlider,
179
+ so as ApFieldSwitch,
180
+ oo as ApFieldText,
181
+ io as ApFieldTextArea,
182
+ Po as ApFieldTreeSelect,
181
183
  C as ApForm,
182
- qe as ApFormControlRender,
184
+ Qe as ApFormControlRender,
183
185
  ze as ApFormDependency,
184
- He as ApFormDrawerForm,
185
- Re as ApFormItem,
186
- yt as ApFormItemBatchInput,
187
- Ge as ApFormItemCheckbox,
188
- ne as ApFormItemDate,
189
- Fe as ApFormItemDateRange,
190
- Me as ApFormItemGroup,
191
- Ae as ApFormItemNumber,
192
- Te as ApFormItemRadio,
193
- Qe as ApFormItemRender,
194
- Se as ApFormItemSelect,
195
- De as ApFormItemSwitch,
196
- de as ApFormItemText,
197
- ue as ApFormItemTextArea,
198
- Pe as ApFormItemTextPassword,
199
- Le as ApFormItemTreeSelect,
200
- ke as ApFormList,
201
- Oe as ApFormModalForm,
202
- Ye as ApFormProvider,
203
- Be as ApFormSearchForm,
204
- We as ApFormSet,
205
- mp as ApGrid,
206
- Gt as ApGroupSearch,
186
+ qe as ApFormDrawerForm,
187
+ Me as ApFormItem,
188
+ wt as ApFormItemBatchInput,
189
+ he as ApFormItemCheckbox,
190
+ Fe as ApFormItemDate,
191
+ Te as ApFormItemDateRange,
192
+ ke as ApFormItemGroup,
193
+ ne as ApFormItemNumber,
194
+ be as ApFormItemRadio,
195
+ Ye as ApFormItemRender,
196
+ De as ApFormItemSelect,
197
+ Ge as ApFormItemSwitch,
198
+ ue as ApFormItemText,
199
+ Ae as ApFormItemTextArea,
200
+ Le as ApFormItemTextPassword,
201
+ Re as ApFormItemTreeSelect,
202
+ Be as ApFormList,
203
+ _e as ApFormModalForm,
204
+ $e as ApFormProvider,
205
+ Ke as ApFormSearchForm,
206
+ He as ApFormSet,
207
+ xp as ApGrid,
208
+ ht as ApGroupSearch,
207
209
  zr as ApImage,
208
- qo as ApInfoLayout,
209
- Wr as ApInputRadio,
210
- Hr as ApLabel,
211
- jr as ApLabelGroup,
212
- Xr as ApLadder,
213
- ar as ApList,
210
+ Qo as ApInfoLayout,
211
+ Hr as ApInputRadio,
212
+ qr as ApLabel,
213
+ Jr as ApLabelGroup,
214
+ Zr as ApLadder,
215
+ fr as ApList,
214
216
  M as ApModal,
215
- bt as ApNeedNameKeyDefault,
216
- ht as ApPopoverSelect,
217
- vt as ApProductInfo,
218
- Zr as ApSelectLayout,
219
- wt as ApSizeInput,
220
- et as ApStatus,
221
- ot as ApStatusGroup,
222
- It as ApSummary,
217
+ Ct as ApNeedNameKeyDefault,
218
+ Pt as ApPopoverSelect,
219
+ Ot as ApProductInfo,
220
+ et as ApSelectLayout,
221
+ vt as ApSizeInput,
222
+ rt as ApStatus,
223
+ tt as ApStatusGroup,
224
+ St as ApSummary,
223
225
  B as ApTable,
224
- nr as ApTableModal,
225
- Wo as ApTag,
226
- Ho as ApTagGroup,
227
- sp as ApText,
228
- ip as ApTextGroup,
229
- tt as ApTitle,
230
- Ar as ApTransformDataHelper,
231
- Yo as ApUpload,
232
- Et as ApUploadSingle,
233
- Nt as BatchInputGroup,
226
+ Fr as ApTableModal,
227
+ Ho as ApTag,
228
+ qo as ApTagGroup,
229
+ cp as ApText,
230
+ Ip as ApTextGroup,
231
+ at as ApTitle,
232
+ nr as ApTransformDataHelper,
233
+ $o as ApUpload,
234
+ Nt as ApUploadSingle,
235
+ yt as BatchInputGroup,
234
236
  R as CheckCard,
235
- tr as CheckCardGroup,
236
- me as ConfigProvider,
237
+ ar as CheckCardGroup,
238
+ le as ConfigProvider,
237
239
  z as DEFAULT_NAMESPACE,
238
240
  V as DEFAULT_UIMODE,
239
- vo as DictCode,
240
- lp as EditableGrid,
241
- xp as EditableGridFormItem,
242
- Ut as EditableTable,
241
+ Oo as DictCode,
242
+ sp as EditableGrid,
243
+ ip as EditableGridFormItem,
244
+ Wt as EditableTable,
243
245
  Vt as EditableTableFormItem,
244
- rp as FullScreen,
245
- Xt as InternalScrollBar,
246
- cp as Mask,
247
- Qo as NeedNameKeyDefault,
248
- ep as Portal,
249
- pp as ResizeObserver,
250
- Jt as ScrollBar,
251
- Zt as ScrollView,
246
+ pp as FullScreen,
247
+ Zt as InternalScrollBar,
248
+ Sp as Mask,
249
+ Yo as NeedNameKeyDefault,
250
+ rp as Portal,
251
+ lp as ROW_SELECTION_FIELD,
252
+ mp as ResizeObserver,
253
+ Xt as ScrollBar,
254
+ ep as ScrollView,
255
+ K as Splitter,
252
256
  zo as WorkOrderModal,
253
- h as adminToken,
254
- P as aplusToken,
255
- Q as buildLocaleContext,
256
- X as buildTranslator,
257
- At as computedRecords,
258
- W as configProviderContextKey,
259
- O as configProviderProps,
260
- Or as convertExportField,
261
- Oo as createWorkOrderModal,
262
- oe as defaultNamespace,
263
- jt as ensureRangeValue,
264
- it as flattenColumns,
265
- nt as formatDataIndex,
266
- ct as formatNumber,
267
- fe as globalConfigCached,
268
- Br as handleExportDownload,
269
- H as keysOf,
270
- Bo as langMap,
271
- Y as localeContextKey,
272
- Jr as locales,
273
- re as namespaceContextKey,
274
- j as provideGlobalConfig,
275
- Z as translate,
276
- te as useGetDerivedNamespace,
277
- q as useGlobalConfig,
278
- ut as useGridRefresh,
279
- $ as useLocale,
280
- pe as useNamespace,
281
- dt as usePageListApGrid,
282
- at as usePageListApTable,
283
- Fr as useTableModal,
284
- Kt as useTablePaging,
285
- ft as useTableRefresh,
286
- Tr as useTableSelectModal
257
+ E as adminToken,
258
+ h as aplusToken,
259
+ Y as buildLocaleContext,
260
+ Z as buildTranslator,
261
+ nt as computedRecords,
262
+ H as configProviderContextKey,
263
+ _ as configProviderProps,
264
+ _r as convertExportField,
265
+ _o as createWorkOrderModal,
266
+ te as defaultNamespace,
267
+ Jt as ensureRangeValue,
268
+ ct as flattenColumns,
269
+ Ft as formatDataIndex,
270
+ It as formatNumber,
271
+ de as globalConfigCached,
272
+ Kr as handleExportDownload,
273
+ q as keysOf,
274
+ Ko as langMap,
275
+ $ as localeContextKey,
276
+ Xr as locales,
277
+ pe as namespaceContextKey,
278
+ J as provideGlobalConfig,
279
+ ee as translate,
280
+ ae as useGetDerivedNamespace,
281
+ Q as useGlobalConfig,
282
+ At as useGridRefresh,
283
+ oe as useLocale,
284
+ me as useNamespace,
285
+ ut as usePageListApGrid,
286
+ ft as usePageListApTable,
287
+ Tr as useTableModal,
288
+ Ut as useTablePaging,
289
+ dt as useTableRefresh,
290
+ br as useTableSelectModal
287
291
  };