@aplus-frontend/ui 6.37.0 → 6.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. package/es/index.mjs +215 -218
  2. package/es/src/ag-grid/components/row/index.vue.d.ts +6 -0
  3. package/es/src/ag-grid/components/row/index.vue.mjs +4 -0
  4. package/es/src/ag-grid/components/row/index.vue2.mjs +14 -0
  5. package/es/src/ag-grid/editable/form-item.vue.mjs +10 -9
  6. package/es/src/ag-grid/editable/index.vue.mjs +17 -16
  7. package/es/src/ag-grid/hooks/use-columns-def.mjs +73 -71
  8. package/es/src/ag-grid/hooks/use-row-selection.d.ts +1 -1
  9. package/es/src/ag-grid/hooks/use-row-selection.mjs +81 -68
  10. package/es/src/ag-grid/index.vue.d.ts +2 -1
  11. package/es/src/ag-grid/index.vue.mjs +282 -257
  12. package/es/src/ag-grid/interface.d.ts +54 -3
  13. package/es/src/ap-action/group/index.vue.mjs +24 -21
  14. package/es/src/ap-action/item/index.vue2.mjs +28 -20
  15. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +72 -71
  16. package/es/src/ap-table/interface.d.ts +6 -0
  17. package/es/src/business/ag-grid-modal/constants.d.ts +4 -0
  18. package/es/src/business/ag-grid-modal/constants.mjs +6 -0
  19. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-instance.d.ts +33 -0
  20. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-instance.mjs +50 -0
  21. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-modal.d.ts +3 -0
  22. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-modal.mjs +58 -0
  23. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.d.ts +2 -0
  24. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs +122 -0
  25. package/es/src/business/ag-grid-modal/hooks/use-modal-title.d.ts +24 -0
  26. package/es/src/business/ag-grid-modal/hooks/use-modal-title.mjs +49 -0
  27. package/es/src/business/ag-grid-modal/index.d.ts +2 -0
  28. package/es/src/business/ag-grid-modal/index.mjs +6 -0
  29. package/es/src/business/ag-grid-modal/interface.d.ts +130 -0
  30. package/es/src/business/ag-grid-modal/modal-layout/index.vue.d.ts +43 -0
  31. package/es/src/business/ag-grid-modal/modal-layout/index.vue.mjs +4 -0
  32. package/es/src/business/ag-grid-modal/modal-layout/index.vue2.mjs +102 -0
  33. package/es/src/business/ag-grid-modal/style/css.js +1 -0
  34. package/es/src/business/ag-grid-modal/style/index.js +1 -0
  35. package/es/src/business/ag-grid-modal/utils.d.ts +52 -0
  36. package/es/src/business/ag-grid-modal/utils.mjs +72 -0
  37. package/es/src/business/ag-grid-modal/wrapper/index.vue.d.ts +23 -0
  38. package/es/src/business/ag-grid-modal/wrapper/index.vue.mjs +4 -0
  39. package/es/src/business/ag-grid-modal/wrapper/index.vue2.mjs +25 -0
  40. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -0
  41. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -0
  42. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -0
  43. package/es/src/business/ap-table-modal/index.d.ts +3 -0
  44. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +1 -0
  45. package/es/src/business/hooks/usePageListApTable.d.ts +1 -0
  46. package/es/src/business/index.d.ts +1 -0
  47. package/es/src/business/index.mjs +55 -54
  48. package/es/src/index.d.ts +0 -1
  49. package/es/src/index.mjs +280 -284
  50. package/es/src/path-map.mjs +3 -2
  51. package/es/src/version.d.ts +1 -1
  52. package/es/src/version.mjs +1 -1
  53. package/lib/index.js +1 -1
  54. package/lib/src/ag-grid/components/row/index.vue.d.ts +6 -0
  55. package/lib/src/ag-grid/components/row/index.vue.js +1 -0
  56. package/lib/src/ag-grid/components/row/index.vue2.js +1 -0
  57. package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
  58. package/lib/src/ag-grid/editable/index.vue.js +1 -1
  59. package/lib/src/ag-grid/hooks/use-columns-def.js +1 -1
  60. package/lib/src/ag-grid/hooks/use-row-selection.d.ts +1 -1
  61. package/lib/src/ag-grid/hooks/use-row-selection.js +1 -1
  62. package/lib/src/ag-grid/index.vue.d.ts +2 -1
  63. package/lib/src/ag-grid/index.vue.js +1 -1
  64. package/lib/src/ag-grid/interface.d.ts +54 -3
  65. package/lib/src/ap-action/group/index.vue.js +1 -1
  66. package/lib/src/ap-action/item/index.vue2.js +1 -1
  67. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  68. package/lib/src/ap-table/interface.d.ts +6 -0
  69. package/lib/src/business/ag-grid-modal/constants.d.ts +4 -0
  70. package/lib/src/business/ag-grid-modal/constants.js +1 -0
  71. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-instance.d.ts +33 -0
  72. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-instance.js +1 -0
  73. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-modal.d.ts +3 -0
  74. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-modal.js +1 -0
  75. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.d.ts +2 -0
  76. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.js +1 -0
  77. package/lib/src/business/ag-grid-modal/hooks/use-modal-title.d.ts +24 -0
  78. package/lib/src/business/ag-grid-modal/hooks/use-modal-title.js +1 -0
  79. package/lib/src/business/ag-grid-modal/index.d.ts +2 -0
  80. package/lib/src/business/ag-grid-modal/index.js +1 -0
  81. package/lib/src/business/ag-grid-modal/interface.d.ts +130 -0
  82. package/lib/src/business/ag-grid-modal/modal-layout/index.vue.d.ts +43 -0
  83. package/lib/src/business/ag-grid-modal/modal-layout/index.vue.js +1 -0
  84. package/lib/src/business/ag-grid-modal/modal-layout/index.vue2.js +1 -0
  85. package/lib/src/business/ag-grid-modal/style/css.cjs +1 -0
  86. package/lib/src/business/ag-grid-modal/style/index.cjs +1 -0
  87. package/lib/src/business/ag-grid-modal/utils.d.ts +52 -0
  88. package/lib/src/business/ag-grid-modal/utils.js +1 -0
  89. package/lib/src/business/ag-grid-modal/wrapper/index.vue.d.ts +23 -0
  90. package/lib/src/business/ag-grid-modal/wrapper/index.vue.js +1 -0
  91. package/lib/src/business/ag-grid-modal/wrapper/index.vue2.js +1 -0
  92. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -0
  93. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -0
  94. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -0
  95. package/lib/src/business/ap-table-modal/index.d.ts +3 -0
  96. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +1 -0
  97. package/lib/src/business/hooks/usePageListApTable.d.ts +1 -0
  98. package/lib/src/business/index.d.ts +1 -0
  99. package/lib/src/business/index.js +1 -1
  100. package/lib/src/index.d.ts +0 -1
  101. package/lib/src/index.js +1 -1
  102. package/lib/src/path-map.js +1 -1
  103. package/lib/src/version.d.ts +1 -1
  104. package/lib/src/version.js +1 -1
  105. package/package.json +1 -1
  106. package/theme/ag-grid/index.css +3 -0
  107. package/theme/ag-grid-modal/index.css +773 -0
  108. package/theme/ag-grid-modal/index.less +58 -0
  109. package/theme/ap-form/ap-form-item.css +3 -0
  110. package/theme/ap-form/ap-form-item.less +3 -0
  111. package/theme/ap-form/index.css +3 -0
  112. package/theme/ap-form/search-form.css +3 -0
  113. package/theme/ap-grid/index.css +3 -0
  114. package/theme/ap-table/ap-table.css +3 -0
  115. package/theme/ap-table-modal/index.css +3 -0
  116. package/theme/ap-upload/index.css +5 -0
  117. package/theme/ap-upload/multiple-file.css +5 -0
  118. package/theme/ap-upload/multiple-file.less +6 -0
  119. package/theme/editable-table/index.css +3 -0
  120. package/theme/index.css +54 -3
  121. package/theme/index.less +1 -1
  122. package/es/src/work-order-modal/createWorkOrder.d.ts +0 -3
  123. package/es/src/work-order-modal/createWorkOrder.mjs +0 -32
  124. package/es/src/work-order-modal/help-message.vue.d.ts +0 -3
  125. package/es/src/work-order-modal/help-message.vue.mjs +0 -4
  126. package/es/src/work-order-modal/help-message.vue2.mjs +0 -36
  127. package/es/src/work-order-modal/index.d.ts +0 -4
  128. package/es/src/work-order-modal/index.mjs +0 -8
  129. package/es/src/work-order-modal/interfaces.d.ts +0 -31
  130. package/es/src/work-order-modal/interfaces.mjs +0 -9
  131. package/es/src/work-order-modal/style/css.js +0 -4
  132. package/es/src/work-order-modal/style/index.js +0 -4
  133. package/es/src/work-order-modal/work-order-modal.vue.d.ts +0 -846
  134. package/es/src/work-order-modal/work-order-modal.vue.mjs +0 -192
  135. package/es/src/work-order-modal/work-order-modal.vue2.mjs +0 -4
  136. package/lib/src/work-order-modal/createWorkOrder.d.ts +0 -3
  137. package/lib/src/work-order-modal/createWorkOrder.js +0 -1
  138. package/lib/src/work-order-modal/help-message.vue.d.ts +0 -3
  139. package/lib/src/work-order-modal/help-message.vue.js +0 -1
  140. package/lib/src/work-order-modal/help-message.vue2.js +0 -1
  141. package/lib/src/work-order-modal/index.d.ts +0 -4
  142. package/lib/src/work-order-modal/index.js +0 -1
  143. package/lib/src/work-order-modal/interfaces.d.ts +0 -31
  144. package/lib/src/work-order-modal/interfaces.js +0 -1
  145. package/lib/src/work-order-modal/style/css.cjs +0 -4
  146. package/lib/src/work-order-modal/style/index.cjs +0 -4
  147. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +0 -846
  148. package/lib/src/work-order-modal/work-order-modal.vue.js +0 -1
  149. package/lib/src/work-order-modal/work-order-modal.vue2.js +0 -1
  150. /package/es/src/{work-order-modal → business/ag-grid-modal}/style/css.d.ts +0 -0
  151. /package/es/src/{work-order-modal → business/ag-grid-modal}/style/index.d.ts +0 -0
  152. /package/lib/src/{work-order-modal → business/ag-grid-modal}/style/css.d.ts +0 -0
  153. /package/lib/src/{work-order-modal → business/ag-grid-modal}/style/index.d.ts +0 -0
@@ -0,0 +1,23 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Props = {
3
+ rowHeight?: number;
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
+ rowHeight: number;
16
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ export default _default;
19
+ type __VLS_WithTemplateSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue2.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,25 @@
1
+ import { defineComponent as c, computed as t, createElementBlock as u, openBlock as s, normalizeStyle as d, unref as m, renderSlot as p } from "vue";
2
+ import { LARGER_HEIGHT as f, SMALL_HEIGHT as o } from "../constants.mjs";
3
+ import { useAgGridModalInject as h } from "../hooks/use-ag-grid-instance.mjs";
4
+ const v = /* @__PURE__ */ c({
5
+ __name: "index",
6
+ props: {
7
+ rowHeight: { default: 40 }
8
+ },
9
+ setup(r) {
10
+ const n = r, i = h(), l = t(() => i?.dataSourceLength?.value || 0), a = t(() => l.value * n.rowHeight > 400 ? f : o);
11
+ return (e, g) => (s(), u("div", {
12
+ style: d({
13
+ minHeight: m(o),
14
+ height: a.value,
15
+ display: "flex",
16
+ flexDirection: "column"
17
+ })
18
+ }, [
19
+ p(e.$slots, "default")
20
+ ], 4));
21
+ }
22
+ });
23
+ export {
24
+ v as default
25
+ };
@@ -11,6 +11,7 @@ export declare function useCreateTableModal(props: UseCreateTableModalProps): {
11
11
  readonly resetApTableData: () => void;
12
12
  readonly getApTableInstance: () => {
13
13
  submit: () => void;
14
+ submitWith: (resetCurrent?: boolean) => void;
14
15
  reset: () => void;
15
16
  refresh: () => void;
16
17
  setSearchFormValues: (fields: Partial< Recordable>) => void;
@@ -9,6 +9,7 @@ export declare function useTableModal<TableRowType = Record<string, any>>(props:
9
9
  resetApTableData: () => void;
10
10
  getApTableInstance: () => {
11
11
  submit: () => void;
12
+ submitWith: (resetCurrent?: boolean) => void;
12
13
  reset: () => void;
13
14
  refresh: () => void;
14
15
  setSearchFormValues: (fields: Partial< Recordable>) => void;
@@ -8,6 +8,7 @@ export declare function useTableSelectModal<TableRowType = Record<string, any>>(
8
8
  resetApTableData: () => void;
9
9
  getApTableInstance: () => {
10
10
  submit: () => void;
11
+ submitWith: (resetCurrent?: boolean) => void;
11
12
  reset: () => void;
12
13
  refresh: () => void;
13
14
  setSearchFormValues: (fields: Partial< Recordable>) => void;
@@ -17,6 +17,7 @@ declare const ApTableModal: {
17
17
  close: () => void;
18
18
  getApTableInstance: () => {
19
19
  submit: () => void;
20
+ submitWith: (resetCurrent?: boolean) => void;
20
21
  reset: () => void;
21
22
  refresh: () => void;
22
23
  setSearchFormValues: (fields: Partial< Recordable>) => void;
@@ -128,6 +129,7 @@ declare const ApTableModal: {
128
129
  close: () => void;
129
130
  getApTableInstance: () => {
130
131
  submit: () => void;
132
+ submitWith: (resetCurrent?: boolean) => void;
131
133
  reset: () => void;
132
134
  refresh: () => void;
133
135
  setSearchFormValues: (fields: Partial< Recordable>) => void;
@@ -193,6 +195,7 @@ declare const ApTableModal: {
193
195
  close: () => void;
194
196
  getApTableInstance: () => {
195
197
  submit: () => void;
198
+ submitWith: (resetCurrent?: boolean) => void;
196
199
  reset: () => void;
197
200
  refresh: () => void;
198
201
  setSearchFormValues: (fields: Partial< Recordable>) => void;
@@ -10,6 +10,7 @@ declare const _default: DefineComponent<__VLS_Props, {
10
10
  close: () => void;
11
11
  getApTableInstance: () => {
12
12
  submit: () => void;
13
+ submitWith: (resetCurrent?: boolean) => void;
13
14
  reset: () => void;
14
15
  refresh: () => void;
15
16
  setSearchFormValues: (fields: Partial< Recordable>) => void;
@@ -35,6 +35,7 @@ export declare function usePageListApTable(props?: UsePageListApTable): [ApTable
35
35
  getSearchFormValues: (transform?: boolean) => any;
36
36
  getApTableInstance: () => {
37
37
  submit: () => void;
38
+ submitWith: (resetCurrent?: boolean) => void;
38
39
  reset: () => void;
39
40
  refresh: () => void;
40
41
  setSearchFormValues: (fields: Partial< Recordable>) => void;
@@ -27,3 +27,4 @@ export * from './ap-keep-alive';
27
27
  export * from './ap-draggable-grid';
28
28
  export * from './ap-value-select-card';
29
29
  export { ApTransformDataHelper } from '../utils/ap-trans-data';
30
+ export * from './ag-grid-modal';
@@ -1,59 +1,60 @@
1
- import { default as m } from "./ap-table-modal/index.mjs";
2
- import { ApAttachment as f } from "./ap-attachment/index.mjs";
3
- import { ApBatchAction as a } from "./ap-batch-action/index.mjs";
4
- import { ApBatchActionGroup as i } from "./ap-batch-action-group/index.mjs";
5
- import { ApButtonGroup as d } from "./ap-button-group/index.mjs";
6
- import { ApCard as c } from "./ap-card/index.mjs";
7
- import { ApExpandAlert as S } from "./ap-expand-alert/index.mjs";
8
- import { ApExportGroup as s } from "./ap-export-group/index.mjs";
9
- import { ApImage as L } from "./ap-image/index.mjs";
10
- import { ApInputRadio as h } from "./ap-input-radio/index.mjs";
11
- import { ApLabel as B, ApLabelGroup as C } from "./ap-label/index.mjs";
12
- import { ApLadder as D } from "./ap-ladder/index.mjs";
13
- import { ApSelectLayout as R } from "./ap-select-layout/index.mjs";
14
- import { ApStatus as v, ApStatusGroup as w } from "./ap-status/index.mjs";
15
- import { ApTitle as H } from "./ap-title/index.mjs";
1
+ import { default as A } from "./ap-table-modal/index.mjs";
2
+ import { ApAttachment as x } from "./ap-attachment/index.mjs";
3
+ import { ApBatchAction as u } from "./ap-batch-action/index.mjs";
4
+ import { ApBatchActionGroup as l } from "./ap-batch-action-group/index.mjs";
5
+ import { ApButtonGroup as n } from "./ap-button-group/index.mjs";
6
+ import { ApCard as G } from "./ap-card/index.mjs";
7
+ import { ApExpandAlert as b } from "./ap-expand-alert/index.mjs";
8
+ import { ApExportGroup as I } from "./ap-export-group/index.mjs";
9
+ import { ApImage as g } from "./ap-image/index.mjs";
10
+ import { ApInputRadio as y } from "./ap-input-radio/index.mjs";
11
+ import { ApLabel as C, ApLabelGroup as T } from "./ap-label/index.mjs";
12
+ import { ApLadder as E } from "./ap-ladder/index.mjs";
13
+ import { ApSelectLayout as V } from "./ap-select-layout/index.mjs";
14
+ import { ApStatus as w, ApStatusGroup as z } from "./ap-status/index.mjs";
15
+ import { ApTitle as K } from "./ap-title/index.mjs";
16
16
  import "./hooks/index.mjs";
17
- import { ApSummary as M } from "./ap-summary/index.mjs";
18
- import { ApAppendix as j } from "./ap-appendix/index.mjs";
17
+ import { ApSummary as P } from "./ap-summary/index.mjs";
18
+ import { ApAppendix as k } from "./ap-appendix/index.mjs";
19
19
  import "./ap-upload-file/index.mjs";
20
20
  import "./batch-input-group/index.mjs";
21
- import { ApSizeInput as q } from "./ap-size-input/index.mjs";
22
- import { ApProductInfo as J } from "./ap-product-info/index.mjs";
23
- import { ApCopy as O } from "./ap-copy/index.mjs";
24
- import { ApView as U } from "./ap-view/index.mjs";
25
- import { ApRadioGroup as X } from "./ap-radio-group/index.mjs";
26
- import { ApKeepAlive as Z } from "./ap-keep-alive/index.mjs";
27
- import { ApDraggableGrid as $ } from "./ap-draggable-grid/index.mjs";
28
- import { ApValueSelectCard as ro } from "./ap-value-select-card/index.mjs";
29
- import { ApTransformDataHelper as to } from "../utils/ap-trans-data/index.mjs";
21
+ import { ApSizeInput as F } from "./ap-size-input/index.mjs";
22
+ import { ApProductInfo as N } from "./ap-product-info/index.mjs";
23
+ import { ApCopy as Q } from "./ap-copy/index.mjs";
24
+ import { ApView as W } from "./ap-view/index.mjs";
25
+ import { ApRadioGroup as Y } from "./ap-radio-group/index.mjs";
26
+ import { ApKeepAlive as _ } from "./ap-keep-alive/index.mjs";
27
+ import { ApDraggableGrid as oo } from "./ap-draggable-grid/index.mjs";
28
+ import { ApValueSelectCard as po } from "./ap-value-select-card/index.mjs";
29
+ import { ApTransformDataHelper as eo } from "../utils/ap-trans-data/index.mjs";
30
+ import "./ag-grid-modal/index.mjs";
30
31
  export {
31
- j as ApAppendix,
32
- f as ApAttachment,
33
- a as ApBatchAction,
34
- i as ApBatchActionGroup,
35
- d as ApButtonGroup,
36
- c as ApCard,
37
- O as ApCopy,
38
- $ as ApDraggableGrid,
39
- S as ApExpandAlert,
40
- s as ApExportGroup,
41
- L as ApImage,
42
- h as ApInputRadio,
43
- Z as ApKeepAlive,
44
- B as ApLabel,
45
- C as ApLabelGroup,
46
- D as ApLadder,
47
- J as ApProductInfo,
48
- X as ApRadioGroup,
49
- R as ApSelectLayout,
50
- q as ApSizeInput,
51
- v as ApStatus,
52
- w as ApStatusGroup,
53
- M as ApSummary,
54
- m as ApTableModal,
55
- H as ApTitle,
56
- to as ApTransformDataHelper,
57
- ro as ApValueSelectCard,
58
- U as ApView
32
+ k as ApAppendix,
33
+ x as ApAttachment,
34
+ u as ApBatchAction,
35
+ l as ApBatchActionGroup,
36
+ n as ApButtonGroup,
37
+ G as ApCard,
38
+ Q as ApCopy,
39
+ oo as ApDraggableGrid,
40
+ b as ApExpandAlert,
41
+ I as ApExportGroup,
42
+ g as ApImage,
43
+ y as ApInputRadio,
44
+ _ as ApKeepAlive,
45
+ C as ApLabel,
46
+ T as ApLabelGroup,
47
+ E as ApLadder,
48
+ N as ApProductInfo,
49
+ Y as ApRadioGroup,
50
+ V as ApSelectLayout,
51
+ F as ApSizeInput,
52
+ w as ApStatus,
53
+ z as ApStatusGroup,
54
+ P as ApSummary,
55
+ A as ApTableModal,
56
+ K as ApTitle,
57
+ eo as ApTransformDataHelper,
58
+ po as ApValueSelectCard,
59
+ W as ApView
59
60
  };
package/es/src/index.d.ts CHANGED
@@ -3,7 +3,6 @@ export * from './ap-form';
3
3
  export * from './ap-field';
4
4
  export * from './design-token';
5
5
  export * from './ap-action';
6
- export * from './work-order-modal';
7
6
  export * from './ap-tag';
8
7
  export * from './ap-upload';
9
8
  export * from './ap-download';