@aplus-frontend/ui 0.6.0-beta.20 → 0.6.0-beta.22

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 (174) hide show
  1. package/es/index.mjs +172 -168
  2. package/es/src/ap-drawer/ApDrawer.vue.d.ts +26 -0
  3. package/es/src/ap-drawer/ApDrawer.vue.mjs +78 -0
  4. package/es/src/ap-drawer/ApDrawer.vue2.mjs +4 -0
  5. package/es/src/ap-drawer/components/ApDrawerClose.vue.d.ts +8 -0
  6. package/es/src/ap-drawer/components/ApDrawerClose.vue.mjs +25 -0
  7. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +4 -0
  8. package/es/src/ap-drawer/index.d.ts +3 -7
  9. package/es/src/ap-drawer/index.mjs +10 -5
  10. package/es/src/ap-drawer/interface.d.ts +3 -0
  11. package/es/src/ap-drawer/style/css.d.ts +0 -1
  12. package/es/src/ap-drawer/style/css.js +1 -1
  13. package/es/src/ap-drawer/style/index.d.ts +0 -1
  14. package/es/src/ap-drawer/style/index.js +1 -1
  15. package/es/src/ap-drawer/utils/createDrawer.mjs +36 -31
  16. package/es/src/ap-form/item/index.vue.mjs +75 -83
  17. package/es/src/ap-form/item-group/index.vue.mjs +34 -35
  18. package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +18 -20
  19. package/es/src/ap-grid/index.vue.mjs +46 -46
  20. package/es/src/ap-grid/interface.d.ts +3 -3
  21. package/es/src/ap-list/index.vue.mjs +34 -34
  22. package/es/src/ap-list/interface.d.ts +4 -3
  23. package/es/src/ap-table/ap-table.vue2.mjs +57 -57
  24. package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
  25. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +15 -15
  26. package/es/src/ap-table/interface.d.ts +3 -3
  27. package/es/src/business/ap-keep-alive/index.d.ts +2 -1
  28. package/es/src/business/ap-keep-alive/index.mjs +11 -9
  29. package/es/src/business/ap-keep-alive/keeper/ap-grid-keeper.mjs +7 -7
  30. package/es/src/business/ap-keep-alive/utils.d.ts +1 -0
  31. package/es/src/business/ap-keep-alive/utils.mjs +10 -9
  32. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
  33. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +36 -30
  34. package/es/src/business/ap-radio-group/index.d.ts +6 -0
  35. package/es/src/business/hooks/usePageListApGrid.mjs +1 -1
  36. package/es/src/index.mjs +277 -272
  37. package/es/src/version.d.ts +1 -1
  38. package/es/src/version.mjs +1 -1
  39. package/lib/index.js +1 -1
  40. package/lib/src/ap-drawer/ApDrawer.vue.d.ts +26 -0
  41. package/lib/src/ap-drawer/ApDrawer.vue.js +1 -0
  42. package/lib/src/ap-drawer/ApDrawer.vue2.js +1 -0
  43. package/lib/src/ap-drawer/components/ApDrawerClose.vue.d.ts +8 -0
  44. package/lib/src/ap-drawer/components/ApDrawerClose.vue.js +1 -0
  45. package/lib/src/ap-drawer/components/ApDrawerClose.vue2.js +1 -0
  46. package/lib/src/ap-drawer/index.d.ts +3 -7
  47. package/lib/src/ap-drawer/index.js +1 -1
  48. package/lib/src/ap-drawer/interface.d.ts +3 -0
  49. package/lib/src/ap-drawer/style/css.cjs +1 -1
  50. package/lib/src/ap-drawer/style/css.d.ts +0 -1
  51. package/lib/src/ap-drawer/style/index.cjs +1 -1
  52. package/lib/src/ap-drawer/style/index.d.ts +0 -1
  53. package/lib/src/ap-drawer/utils/createDrawer.js +1 -1
  54. package/lib/src/ap-form/item/index.vue.js +1 -1
  55. package/lib/src/ap-form/item-group/index.vue.js +1 -1
  56. package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
  57. package/lib/src/ap-grid/index.vue.js +1 -1
  58. package/lib/src/ap-grid/interface.d.ts +3 -3
  59. package/lib/src/ap-list/index.vue.js +1 -1
  60. package/lib/src/ap-list/interface.d.ts +4 -3
  61. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  62. package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
  63. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  64. package/lib/src/ap-table/interface.d.ts +3 -3
  65. package/lib/src/business/ap-keep-alive/index.d.ts +2 -1
  66. package/lib/src/business/ap-keep-alive/index.js +1 -1
  67. package/lib/src/business/ap-keep-alive/keeper/ap-grid-keeper.js +1 -1
  68. package/lib/src/business/ap-keep-alive/utils.d.ts +1 -0
  69. package/lib/src/business/ap-keep-alive/utils.js +1 -1
  70. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
  71. package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
  72. package/lib/src/business/ap-radio-group/index.d.ts +6 -0
  73. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  74. package/lib/src/index.js +1 -1
  75. package/lib/src/version.d.ts +1 -1
  76. package/lib/src/version.js +1 -1
  77. package/package.json +11 -8
  78. package/theme/antd-global-overwrite/admin/alert.css +1 -1
  79. package/theme/antd-global-overwrite/admin/field.css +3 -0
  80. package/theme/antd-global-overwrite/admin/field.less +4 -0
  81. package/theme/antd-global-overwrite/admin/index.css +10 -1
  82. package/theme/antd-global-overwrite/admin/modal.css +6 -0
  83. package/theme/antd-global-overwrite/admin/modal.less +8 -0
  84. package/theme/antd-global-overwrite/aplus/alert.css +1 -1
  85. package/theme/antd-global-overwrite/aplus/field.css +3 -0
  86. package/theme/antd-global-overwrite/aplus/field.less +4 -0
  87. package/theme/antd-global-overwrite/aplus/index.css +11 -2
  88. package/theme/antd-global-overwrite/aplus/modal.css +7 -1
  89. package/theme/antd-global-overwrite/aplus/modal.less +9 -1
  90. package/theme/ap-action/item-dropdown.css +1 -1
  91. package/theme/ap-action/item.css +2 -2
  92. package/theme/ap-appendix/ap-appendix.css +2 -2
  93. package/theme/ap-attachment/ap-attachment.css +2 -2
  94. package/theme/ap-batch-action/ap-batch-action.css +1 -1
  95. package/theme/ap-button/ap-button.css +1 -1
  96. package/theme/ap-card/ap-card.css +1 -1
  97. package/theme/ap-copy/ap-copy.css +1 -1
  98. package/theme/ap-descriptions/ap-descriptions.css +1 -1
  99. package/theme/ap-download/ap-download.css +4 -4
  100. package/theme/ap-drawer/ap-drawer.css +74 -0
  101. package/theme/ap-drawer/ap-drawer.less +39 -0
  102. package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
  103. package/theme/ap-field/checkbox.css +1 -1
  104. package/theme/ap-field/index.css +1 -1
  105. package/theme/ap-field/number.css +1 -1
  106. package/theme/ap-field/radio.css +1 -1
  107. package/theme/ap-field/text-area.css +1 -1
  108. package/theme/ap-form/ap-form-item-group.css +1 -1
  109. package/theme/ap-form/ap-form-item.css +4 -1
  110. package/theme/ap-form/ap-form-item.less +3 -0
  111. package/theme/ap-form/drawer-form.css +1 -1
  112. package/theme/ap-form/index.css +8 -5
  113. package/theme/ap-form/item-text-group.css +1 -1
  114. package/theme/ap-form/item-text.css +1 -1
  115. package/theme/ap-form/modal-form.css +1 -1
  116. package/theme/ap-form/search-form-sorter.css +5 -5
  117. package/theme/ap-form/search-form.css +8 -5
  118. package/theme/ap-grid/editable.css +1 -1
  119. package/theme/ap-grid/index.css +18 -13
  120. package/theme/ap-grid/index.less +4 -4
  121. package/theme/ap-group-search/ap-extension-select.css +1 -1
  122. package/theme/ap-group-search/ap-group-search.css +1 -1
  123. package/theme/ap-group-search/ap-popover-select.css +1 -1
  124. package/theme/ap-image/ap-image.css +1 -1
  125. package/theme/ap-input-radio/ap-input-radio.css +1 -1
  126. package/theme/ap-label/ap-label.css +1 -1
  127. package/theme/ap-ladder/ap-ladder.css +4 -4
  128. package/theme/ap-layout/ap-info-layout.css +1 -1
  129. package/theme/ap-list/index.css +1 -1
  130. package/theme/ap-product-info/ap-product-info.css +1 -1
  131. package/theme/ap-radio-group/ap-radio-group.css +2 -1
  132. package/theme/ap-radio-group/ap-radio-group.less +1 -0
  133. package/theme/ap-select-layout/ap-select-layout.css +3 -3
  134. package/theme/ap-size-input/ap-size-input.css +1 -1
  135. package/theme/ap-status/ap-status.css +1 -1
  136. package/theme/ap-summary/index.css +1 -1
  137. package/theme/ap-table/ap-table-index.css +1 -1
  138. package/theme/ap-table/ap-table-paragraph-ellipsis.css +1 -1
  139. package/theme/ap-table/ap-table.css +12 -9
  140. package/theme/ap-table/setting/index.css +3 -3
  141. package/theme/ap-table/setting/modal.css +2 -2
  142. package/theme/ap-table/setting/select-group.css +1 -1
  143. package/theme/ap-table/setting/sortable-item-meta.css +1 -1
  144. package/theme/ap-table/setting/sortable-item.css +1 -1
  145. package/theme/ap-table/setting/sorter.css +2 -2
  146. package/theme/ap-table-modal/index.css +12 -9
  147. package/theme/ap-tag/ap-tag-group.css +1 -1
  148. package/theme/ap-tag/ap-tag.css +4 -4
  149. package/theme/ap-title/ap-title.css +1 -1
  150. package/theme/ap-upload/index.css +2 -2
  151. package/theme/ap-upload/multiple-file.css +1 -1
  152. package/theme/ap-upload/picture.css +1 -1
  153. package/theme/ap-upload/single-file.css +2 -2
  154. package/theme/ap-upload/upload.css +1 -1
  155. package/theme/ap-upload-single/index.css +1 -1
  156. package/theme/ap-view/ap-view.css +1 -1
  157. package/theme/batch-input-group/index.css +1 -1
  158. package/theme/batch-input-group/popover-input.css +1 -1
  159. package/theme/check-card/index.css +4 -4
  160. package/theme/editable-table/index.css +9 -6
  161. package/theme/full-screen/index.css +1 -1
  162. package/theme/index.css +72 -36
  163. package/theme/index.less +1 -0
  164. package/theme/mask/index.css +1 -1
  165. package/theme/mixins/config.less +3 -3
  166. package/theme/mixins/mixins.css +1 -1
  167. package/theme/scroll-bar/index.css +1 -1
  168. package/theme/scroll-view/index.css +1 -1
  169. package/theme/splitter/index.css +2 -2
  170. package/theme/text/group.css +1 -1
  171. package/theme/text/index.css +2 -2
  172. package/theme/ui-mode.css +2 -0
  173. package/theme/ui-mode.less +2 -0
  174. package/theme/work-order-modal/index.css +1 -1
@@ -4,6 +4,7 @@ export * from './interface';
4
4
  declare const ApRadioGroup: {
5
5
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
6
6
  value: string | number;
7
+ delay?: number;
7
8
  options: RadioOptionType[];
8
9
  optionStyle?: RadioOptionStyleType;
9
10
  }> & Readonly<{
@@ -15,6 +16,7 @@ declare const ApRadioGroup: {
15
16
  }, PublicProps, {
16
17
  value: string | number;
17
18
  options: RadioOptionType[];
19
+ delay: number;
18
20
  optionStyle: RadioOptionStyleType;
19
21
  }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
20
22
  P: {};
@@ -25,6 +27,7 @@ declare const ApRadioGroup: {
25
27
  Defaults: {};
26
28
  }, Readonly<{
27
29
  value: string | number;
30
+ delay?: number;
28
31
  options: RadioOptionType[];
29
32
  optionStyle?: RadioOptionStyleType;
30
33
  }> & Readonly<{
@@ -33,6 +36,7 @@ declare const ApRadioGroup: {
33
36
  }>, {}, {}, {}, {}, {
34
37
  value: string | number;
35
38
  options: RadioOptionType[];
39
+ delay: number;
36
40
  optionStyle: RadioOptionStyleType;
37
41
  }>;
38
42
  __isFragment?: never;
@@ -40,6 +44,7 @@ declare const ApRadioGroup: {
40
44
  __isSuspense?: never;
41
45
  } & ComponentOptionsBase<Readonly<{
42
46
  value: string | number;
47
+ delay?: number;
43
48
  options: RadioOptionType[];
44
49
  optionStyle?: RadioOptionStyleType;
45
50
  }> & Readonly<{
@@ -51,6 +56,7 @@ declare const ApRadioGroup: {
51
56
  }, string, {
52
57
  value: string | number;
53
58
  options: RadioOptionType[];
59
+ delay: number;
54
60
  optionStyle: RadioOptionStyleType;
55
61
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
56
62
  $props: {
@@ -44,7 +44,7 @@ function T(s) {
44
44
  } : void 0,
45
45
  rowSelection: i ? {
46
46
  fixed: "left",
47
- columnWidth: 34
47
+ columnWidth: 38
48
48
  } : void 0,
49
49
  ref(e) {
50
50
  o.value = e;