@aplus-frontend/ui 0.0.31 → 0.0.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 (189) hide show
  1. package/es/src/ap-action/group/index.vue.d.ts +1 -1
  2. package/es/src/ap-field/date/index.vue.d.ts +8 -8
  3. package/es/src/ap-field/date-range/index.vue.d.ts +6 -6
  4. package/es/src/ap-field/rate/index.vue.d.ts +1 -1
  5. package/es/src/ap-field/select/index.vue.d.ts +1 -1
  6. package/es/src/ap-field/text/index.vue.d.ts +1 -1
  7. package/es/src/ap-field/text/password.vue.d.ts +3 -3
  8. package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
  9. package/es/src/ap-form/ap-form-item-group/helper.d.ts +7 -0
  10. package/es/src/ap-form/ap-form-item-group/helper.mjs +30 -25
  11. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +1 -1
  12. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +20 -22
  13. package/es/src/ap-form/ap-form-item.vue.d.ts +1 -1
  14. package/es/src/ap-form/ap-form.vue.d.ts +2 -2
  15. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  16. package/es/src/ap-form/items/checkbox/index.vue.d.ts +3 -3
  17. package/es/src/ap-form/items/date/index.vue.d.ts +3 -3
  18. package/es/src/ap-form/items/date-range/index.vue.d.ts +3 -3
  19. package/es/src/ap-form/items/number/index.vue.d.ts +3 -3
  20. package/es/src/ap-form/items/radio/index.vue.d.ts +3 -3
  21. package/es/src/ap-form/items/select/index.vue.d.ts +3 -3
  22. package/es/src/ap-form/items/switch/index.vue.d.ts +3 -3
  23. package/es/src/ap-form/items/text/index.vue.d.ts +3 -3
  24. package/es/src/ap-form/items/text/password.vue.d.ts +3 -3
  25. package/es/src/ap-form/items/text-area/index.vue.d.ts +3 -3
  26. package/es/src/ap-form/modal-form/index.vue.d.ts +4 -3
  27. package/es/src/ap-form/modal-form/index.vue.mjs +43 -39
  28. package/es/src/ap-form/search-form/index.vue.d.ts +4 -4
  29. package/es/src/ap-list/hooks/use-offline-list.d.ts +1 -1
  30. package/es/src/ap-list/index.vue.d.ts +15 -15
  31. package/es/src/ap-table/ap-table.vue.d.ts +60 -60
  32. package/es/src/ap-table/constants.d.ts +2778 -2778
  33. package/es/src/ap-table/utils.d.ts +2 -8474
  34. package/es/src/ap-tag/ap-tag-group.vue.d.ts +16 -6
  35. package/es/src/ap-tag/ap-tag-group.vue.mjs +81 -61
  36. package/es/src/ap-tag/interface.d.ts +24 -0
  37. package/es/src/ap-tag/style/ap-tag-group.css +8 -0
  38. package/es/src/ap-upload/styles/multiple-file.css +4 -0
  39. package/es/src/ap-upload/styles/picture.css +1 -1
  40. package/es/src/base-button/index.d.ts +17 -17
  41. package/es/src/basic/index.d.ts +3 -3
  42. package/es/src/business/index.d.ts +40 -40
  43. package/es/src/button/index.d.ts +1 -1
  44. package/es/src/check-card/group.vue.d.ts +3 -0
  45. package/es/src/check-card/group.vue.mjs +17 -16
  46. package/es/src/check-card/index.vue.d.ts +1 -1
  47. package/es/src/config-provider/config-provider.d.ts +1 -1
  48. package/es/src/config-provider/hooks/use-global-config.d.ts +1 -1
  49. package/es/src/config-provider/index.d.ts +4 -3
  50. package/es/src/container/collapse/header.vue.d.ts +1 -1
  51. package/es/src/container/collapse/index.vue.d.ts +1 -1
  52. package/es/src/container/index.d.ts +5 -5
  53. package/es/src/count-down/index.d.ts +2 -2
  54. package/es/src/cropper/cropper-image.vue.d.ts +1 -1
  55. package/es/src/cropper/index.d.ts +34 -34
  56. package/es/src/description/index.d.ts +2 -2
  57. package/es/src/design-token/index.mjs +6 -2
  58. package/es/src/dropdown/index.d.ts +2 -2
  59. package/es/src/editable-table/form-item.vue.d.ts +23 -23
  60. package/es/src/editable-table/index.vue.d.ts +27 -27
  61. package/es/src/icon/index.d.ts +2 -2
  62. package/es/src/icon-picker/index.d.ts +1 -1
  63. package/es/src/modal/components/modal-footer.vue.d.ts +1 -1
  64. package/es/src/modal/components/modal.d.ts +1 -1
  65. package/es/src/modal/index.d.ts +1 -1
  66. package/es/src/pro-form/component-map.d.ts +2 -2
  67. package/es/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
  68. package/es/src/pro-form/components/api-select.vue.d.ts +1 -1
  69. package/es/src/pro-form/components/api-transfer.vue.d.ts +2 -2
  70. package/es/src/pro-form/components/api-tree.vue.d.ts +1 -1
  71. package/es/src/pro-form/hooks/use-advanced.d.ts +1 -1
  72. package/es/src/pro-form/hooks/use-form-values.d.ts +1 -1
  73. package/es/src/pro-form/hooks/use-label-width.d.ts +27 -27
  74. package/es/src/pro-form/pro-form.vue.d.ts +4 -4
  75. package/es/src/pro-table/component-map.d.ts +2 -2
  76. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +2 -2
  77. package/es/src/pro-table/components/table-action.vue.d.ts +1 -1
  78. package/es/src/pro-table/components/table-footer.vue.d.ts +2 -2
  79. package/es/src/pro-table/components/table-image.vue.d.ts +1 -1
  80. package/es/src/pro-table/hooks/use-data-source.d.ts +5 -5
  81. package/es/src/pro-table/hooks/use-row-selection.d.ts +1 -1
  82. package/es/src/pro-table/hooks/use-table-footer.d.ts +1 -1
  83. package/es/src/pro-table/hooks/use-table-header.d.ts +1 -1
  84. package/es/src/pro-table/pro-table.vue.d.ts +12 -12
  85. package/es/src/prompt/utils.d.ts +2 -2
  86. package/es/src/scroll-bar/index.d.ts +21 -21
  87. package/es/src/scroll-bar/scroll-bar.vue.d.ts +2 -2
  88. package/es/src/strength-meter/index.d.ts +1 -1
  89. package/es/src/theme/ap-tag/ap-tag-group.css +8 -0
  90. package/es/src/theme/ap-upload/multiple-file.css +4 -0
  91. package/es/src/theme/ap-upload/picture.css +1 -1
  92. package/es/src/transition/create-transition.d.ts +1 -1
  93. package/es/src/transition/index.d.ts +11 -11
  94. package/es/src/work-order-modal/interfaces.d.ts +2 -2
  95. package/lib/src/ap-action/group/index.vue.d.ts +1 -1
  96. package/lib/src/ap-field/date/index.vue.d.ts +8 -8
  97. package/lib/src/ap-field/date-range/index.vue.d.ts +6 -6
  98. package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
  99. package/lib/src/ap-field/select/index.vue.d.ts +1 -1
  100. package/lib/src/ap-field/text/index.vue.d.ts +1 -1
  101. package/lib/src/ap-field/text/password.vue.d.ts +3 -3
  102. package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
  103. package/lib/src/ap-form/ap-form-item-group/helper.d.ts +7 -0
  104. package/lib/src/ap-form/ap-form-item-group/helper.js +1 -1
  105. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +1 -1
  106. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
  107. package/lib/src/ap-form/ap-form-item.vue.d.ts +1 -1
  108. package/lib/src/ap-form/ap-form.vue.d.ts +2 -2
  109. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  110. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +3 -3
  111. package/lib/src/ap-form/items/date/index.vue.d.ts +3 -3
  112. package/lib/src/ap-form/items/date-range/index.vue.d.ts +3 -3
  113. package/lib/src/ap-form/items/number/index.vue.d.ts +3 -3
  114. package/lib/src/ap-form/items/radio/index.vue.d.ts +3 -3
  115. package/lib/src/ap-form/items/select/index.vue.d.ts +3 -3
  116. package/lib/src/ap-form/items/switch/index.vue.d.ts +3 -3
  117. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  118. package/lib/src/ap-form/items/text/password.vue.d.ts +3 -3
  119. package/lib/src/ap-form/items/text-area/index.vue.d.ts +3 -3
  120. package/lib/src/ap-form/modal-form/index.vue.d.ts +4 -3
  121. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  122. package/lib/src/ap-form/search-form/index.vue.d.ts +4 -4
  123. package/lib/src/ap-list/hooks/use-offline-list.d.ts +1 -1
  124. package/lib/src/ap-list/index.vue.d.ts +15 -15
  125. package/lib/src/ap-table/ap-table.vue.d.ts +60 -60
  126. package/lib/src/ap-table/constants.d.ts +2778 -2778
  127. package/lib/src/ap-table/utils.d.ts +2 -8474
  128. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +16 -6
  129. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  130. package/lib/src/ap-tag/interface.d.ts +24 -0
  131. package/lib/src/ap-tag/style/ap-tag-group.css +8 -0
  132. package/lib/src/ap-upload/styles/multiple-file.css +4 -0
  133. package/lib/src/ap-upload/styles/picture.css +1 -1
  134. package/lib/src/base-button/index.d.ts +17 -17
  135. package/lib/src/basic/index.d.ts +3 -3
  136. package/lib/src/business/index.d.ts +40 -40
  137. package/lib/src/button/index.d.ts +1 -1
  138. package/lib/src/check-card/group.vue.d.ts +3 -0
  139. package/lib/src/check-card/group.vue.js +1 -1
  140. package/lib/src/check-card/index.vue.d.ts +1 -1
  141. package/lib/src/config-provider/config-provider.d.ts +1 -1
  142. package/lib/src/config-provider/hooks/use-global-config.d.ts +1 -1
  143. package/lib/src/config-provider/index.d.ts +4 -3
  144. package/lib/src/container/collapse/header.vue.d.ts +1 -1
  145. package/lib/src/container/collapse/index.vue.d.ts +1 -1
  146. package/lib/src/container/index.d.ts +5 -5
  147. package/lib/src/count-down/index.d.ts +2 -2
  148. package/lib/src/cropper/cropper-image.vue.d.ts +1 -1
  149. package/lib/src/cropper/index.d.ts +34 -34
  150. package/lib/src/description/index.d.ts +2 -2
  151. package/lib/src/design-token/index.js +1 -1
  152. package/lib/src/dropdown/index.d.ts +2 -2
  153. package/lib/src/editable-table/form-item.vue.d.ts +23 -23
  154. package/lib/src/editable-table/index.vue.d.ts +27 -27
  155. package/lib/src/icon/index.d.ts +2 -2
  156. package/lib/src/icon-picker/index.d.ts +1 -1
  157. package/lib/src/modal/components/modal-footer.vue.d.ts +1 -1
  158. package/lib/src/modal/components/modal.d.ts +1 -1
  159. package/lib/src/modal/index.d.ts +1 -1
  160. package/lib/src/pro-form/component-map.d.ts +2 -2
  161. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
  162. package/lib/src/pro-form/components/api-select.vue.d.ts +1 -1
  163. package/lib/src/pro-form/components/api-transfer.vue.d.ts +2 -2
  164. package/lib/src/pro-form/components/api-tree.vue.d.ts +1 -1
  165. package/lib/src/pro-form/hooks/use-advanced.d.ts +1 -1
  166. package/lib/src/pro-form/hooks/use-form-values.d.ts +1 -1
  167. package/lib/src/pro-form/hooks/use-label-width.d.ts +27 -27
  168. package/lib/src/pro-form/pro-form.vue.d.ts +4 -4
  169. package/lib/src/pro-table/component-map.d.ts +2 -2
  170. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +2 -2
  171. package/lib/src/pro-table/components/table-action.vue.d.ts +1 -1
  172. package/lib/src/pro-table/components/table-footer.vue.d.ts +2 -2
  173. package/lib/src/pro-table/components/table-image.vue.d.ts +1 -1
  174. package/lib/src/pro-table/hooks/use-data-source.d.ts +5 -5
  175. package/lib/src/pro-table/hooks/use-row-selection.d.ts +1 -1
  176. package/lib/src/pro-table/hooks/use-table-footer.d.ts +1 -1
  177. package/lib/src/pro-table/hooks/use-table-header.d.ts +1 -1
  178. package/lib/src/pro-table/pro-table.vue.d.ts +12 -12
  179. package/lib/src/prompt/utils.d.ts +2 -2
  180. package/lib/src/scroll-bar/index.d.ts +21 -21
  181. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +2 -2
  182. package/lib/src/strength-meter/index.d.ts +1 -1
  183. package/lib/src/theme/ap-tag/ap-tag-group.css +8 -0
  184. package/lib/src/theme/ap-upload/multiple-file.css +4 -0
  185. package/lib/src/theme/ap-upload/picture.css +1 -1
  186. package/lib/src/transition/create-transition.d.ts +1 -1
  187. package/lib/src/transition/index.d.ts +11 -11
  188. package/lib/src/work-order-modal/interfaces.d.ts +2 -2
  189. package/package.json +2 -2
@@ -9,6 +9,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9
9
  loading: undefined;
10
10
  size: undefined;
11
11
  stopPropagation: undefined;
12
+ defaultValue: undefined;
12
13
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13
14
  "update:value": (...args: any[]) => void;
14
15
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CheckCardGroupProps>, {
@@ -19,6 +20,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
19
20
  loading: undefined;
20
21
  size: undefined;
21
22
  stopPropagation: undefined;
23
+ defaultValue: undefined;
22
24
  }>>> & {
23
25
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
24
26
  }, {
@@ -28,6 +30,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
28
30
  size: "small" | "middle";
29
31
  value: CheckCardValueType | CheckCardValueType[];
30
32
  bordered: boolean;
33
+ defaultValue: CheckCardValueType | CheckCardValueType[];
31
34
  stopPropagation: boolean | ((event: MouseEvent) => boolean);
32
35
  }, {}>, {
33
36
  default?(_: {}): any;
@@ -13,22 +13,23 @@ const z = /* @__PURE__ */ g({
13
13
  size: { default: void 0 },
14
14
  stopPropagation: { type: [Boolean, Function], default: void 0 },
15
15
  multiple: { type: Boolean, default: !1 },
16
- defaultValue: { type: [String, Number, Boolean, Array] },
16
+ defaultValue: { type: [String, Number, Boolean, Array], default: void 0 },
17
17
  value: { type: [String, Number, Boolean, Array], default: void 0 },
18
18
  "onUpdate:Value": {}
19
19
  },
20
20
  emits: ["update:value"],
21
- setup(n, { emit: u }) {
22
- const o = n, p = u, { value: l, updateValue: d } = C(o, p), i = /* @__PURE__ */ new Map();
21
+ setup(d, { emit: u }) {
22
+ const t = d, p = u, { value: l, updateValue: n } = C(t, p), i = /* @__PURE__ */ new Map();
23
23
  function s(e) {
24
- if (!o.multiple) {
25
- let t = r(l);
26
- t === e ? t = void 0 : t = e, d(t);
24
+ if (!t.multiple) {
25
+ if (r(l) === e)
26
+ return;
27
+ n(e);
27
28
  return;
28
29
  }
29
- let a = [...r(l) || []];
30
- const c = a.find((t) => t === e);
31
- B(c) ? a.push(e) : a = a.filter((t) => t !== e).filter((t) => i.has(t)), d(a);
30
+ let o = [...r(l) || []];
31
+ const c = o.find((a) => a === e);
32
+ B(c) ? o.push(e) : o = o.filter((a) => a !== e).filter((a) => i.has(a)), n(o);
32
33
  }
33
34
  function f(e) {
34
35
  i.set(e, !0);
@@ -41,15 +42,15 @@ const z = /* @__PURE__ */ g({
41
42
  toggleOption: s,
42
43
  registerValue: f,
43
44
  cancelValue: m,
44
- disabled: o.disabled,
45
- size: o.size,
46
- bordered: o.bordered,
47
- loading: o.loading,
45
+ disabled: t.disabled,
46
+ size: t.size,
47
+ bordered: t.bordered,
48
+ loading: t.loading,
48
49
  value: r(l),
49
- multiple: o.multiple,
50
- stopPropagation: o.stopPropagation
50
+ multiple: t.multiple,
51
+ stopPropagation: t.stopPropagation
51
52
  }))
52
- ), (e, a) => b(e.$slots, "default");
53
+ ), (e, o) => b(e.$slots, "default");
53
54
  }
54
55
  });
55
56
  export {
@@ -25,8 +25,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
25
25
  }, {
26
26
  style: CSSProperties;
27
27
  size: "small" | "middle";
28
- bordered: boolean;
29
28
  checked: boolean;
29
+ bordered: boolean;
30
30
  stopPropagation: boolean | ((event: MouseEvent) => boolean);
31
31
  }, {}>, Readonly<CheckCardSlots> & CheckCardSlots>;
32
32
  export default _default;
@@ -7,7 +7,7 @@ import { ButtonSize } from 'ant-design-vue/es/button';
7
7
  import { ValidateMessages } from 'ant-design-vue/es/form/interface';
8
8
  import { RequiredMark } from 'ant-design-vue/es/form/Form';
9
9
  import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
10
- import { LocaleType } from '..';
10
+ import { LocaleType } from 'src';
11
11
  import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig, ApUploadConfig } from './constants';
12
12
  export declare const ConfigProvider: DefineComponent<{
13
13
  iconPrefixCls: StringConstructor;
@@ -9,7 +9,7 @@ import { ButtonSize } from 'ant-design-vue/es/button';
9
9
  import { ValidateMessages } from 'ant-design-vue/es/form/interface';
10
10
  import { RequiredMark } from 'ant-design-vue/es/form/Form';
11
11
  import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
12
- import { LocaleType } from '../..';
12
+ import { LocaleType } from 'src';
13
13
 
14
14
  export declare const keysOf: <T extends Record<string, any>>(arr: T) => (keyof T)[];
15
15
  export declare function useGlobalConfig<K extends keyof ConfigProviderContext, D extends ConfigProviderContext[K]>(key: K, defaultValue?: D): Ref<Exclude<ConfigProviderContext[K], undefined> | D>;
@@ -1,4 +1,5 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
1
+ import { CreateComponentPublicInstance } from '@vue/runtime-core';
2
+ import { ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
3
  import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
3
4
  import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
4
5
  import { CSPConfig } from 'ant-design-vue/es/config-provider';
@@ -7,7 +8,7 @@ import { ButtonSize } from 'ant-design-vue/es/button';
7
8
  import { ValidateMessages } from 'ant-design-vue/es/form/interface';
8
9
  import { RequiredMark } from 'ant-design-vue/es/form/Form';
9
10
  import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
10
- import { LocaleType } from '..';
11
+ import { LocaleType } from 'src';
11
12
  import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig, ApUploadConfig } from './constants';
12
13
  export * from './config-provider-props';
13
14
  export * from './constants';
@@ -702,7 +703,7 @@ export declare const APConfigProvider: {
702
703
  scrollbar: ScrollbarGlobalConfig;
703
704
  uiMode: "aplus" | "admin";
704
705
  apUpload: ApUploadConfig;
705
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
706
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin & (new (...args: any[]) => {
706
707
  $props: {
707
708
  onClick?: (() => void) | undefined;
708
709
  };
@@ -30,7 +30,7 @@ declare const _default: DefineComponent<{
30
30
  onExpand?: ((...args: any[]) => any) | undefined;
31
31
  }, {
32
32
  show: boolean;
33
- helpMessage: string | string[];
34
33
  canExpand: boolean;
34
+ helpMessage: string | string[];
35
35
  }, {}>;
36
36
  export default _default;
@@ -113,8 +113,8 @@ declare const _default: DefineComponent<{
113
113
  }>>, {
114
114
  loading: boolean;
115
115
  title: string;
116
- helpMessage: string | string[];
117
116
  canExpand: boolean;
117
+ helpMessage: string | string[];
118
118
  triggerWindowResize: boolean;
119
119
  lazyTime: number;
120
120
  }, {}>;
@@ -41,7 +41,7 @@ export declare const ScrollContainer: {
41
41
  $slots: {
42
42
  default?(_: {}): any;
43
43
  };
44
- }) & Plugin<any[]> & (new (...args: any[]) => {
44
+ }) & Plugin & (new (...args: any[]) => {
45
45
  $props: {
46
46
  onClick?: (() => void) | undefined;
47
47
  };
@@ -96,8 +96,8 @@ export declare const CollapseContainer: {
96
96
  }>>, {
97
97
  loading: boolean;
98
98
  title: string;
99
- helpMessage: string | string[];
100
99
  canExpand: boolean;
100
+ helpMessage: string | string[];
101
101
  triggerWindowResize: boolean;
102
102
  lazyTime: number;
103
103
  }, true, {}, {}, {
@@ -133,8 +133,8 @@ export declare const CollapseContainer: {
133
133
  }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
134
134
  loading: boolean;
135
135
  title: string;
136
- helpMessage: string | string[];
137
136
  canExpand: boolean;
137
+ helpMessage: string | string[];
138
138
  triggerWindowResize: boolean;
139
139
  lazyTime: number;
140
140
  }>;
@@ -167,11 +167,11 @@ export declare const CollapseContainer: {
167
167
  }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
168
168
  loading: boolean;
169
169
  title: string;
170
- helpMessage: string | string[];
171
170
  canExpand: boolean;
171
+ helpMessage: string | string[];
172
172
  triggerWindowResize: boolean;
173
173
  lazyTime: number;
174
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
174
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin & (new (...args: any[]) => {
175
175
  $props: {
176
176
  onClick?: (() => void) | undefined;
177
177
  };
@@ -62,7 +62,7 @@ export declare const CountdownButton: {
62
62
  };
63
63
  }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
64
64
  count: number;
65
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
65
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin & (new (...args: any[]) => {
66
66
  $props: {
67
67
  onClick?: (() => void) | undefined;
68
68
  };
@@ -143,7 +143,7 @@ export declare const CountdownInput: {
143
143
  count: number;
144
144
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
145
145
  $slots: Partial<Record<string, (_: any) => any>>;
146
- }) & Plugin<any[]> & (new (...args: any[]) => {
146
+ }) & Plugin & (new (...args: any[]) => {
147
147
  $props: {
148
148
  onClick?: (() => void) | undefined;
149
149
  };
@@ -26,10 +26,10 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
26
26
  }, {
27
27
  height: string | number;
28
28
  options: CropperOptions;
29
+ crossorigin: "" | "anonymous" | "use-credentials";
29
30
  imageStyle: CSSProperties;
30
31
  circled: boolean;
31
32
  realTimePreview: boolean;
32
- crossorigin: "" | "anonymous" | "use-credentials";
33
33
  }, {}>;
34
34
  export default _default;
35
35
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,6 +1,6 @@
1
1
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
2
  import { CropperOptions } from './interface';
3
- import { ButtonProps } from '..';
3
+ import { ButtonProps } from 'src';
4
4
  export * from './interface';
5
5
  export declare const CropperImage: {
6
6
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
@@ -12,9 +12,9 @@ export declare const CropperImage: {
12
12
  type: PropType<CropperOptions>;
13
13
  default: () => {};
14
14
  };
15
- imageStyle: {
16
- type: PropType<CSSProperties>;
17
- default: () => {};
15
+ crossorigin: {
16
+ type: PropType<"" | "anonymous" | "use-credentials">;
17
+ default: undefined;
18
18
  };
19
19
  src: {
20
20
  type: PropType<string>;
@@ -23,6 +23,10 @@ export declare const CropperImage: {
23
23
  alt: {
24
24
  type: PropType<string>;
25
25
  };
26
+ imageStyle: {
27
+ type: PropType<CSSProperties>;
28
+ default: () => {};
29
+ };
26
30
  circled: {
27
31
  type: PropType<boolean>;
28
32
  default: boolean;
@@ -31,10 +35,6 @@ export declare const CropperImage: {
31
35
  type: PropType<boolean>;
32
36
  default: boolean;
33
37
  };
34
- crossorigin: {
35
- type: PropType<"" | "anonymous" | "use-credentials">;
36
- default: undefined;
37
- };
38
38
  }>> & {
39
39
  onCropend?: ((...args: any[]) => any) | undefined;
40
40
  onReady?: ((...args: any[]) => any) | undefined;
@@ -52,9 +52,9 @@ export declare const CropperImage: {
52
52
  type: PropType<CropperOptions>;
53
53
  default: () => {};
54
54
  };
55
- imageStyle: {
56
- type: PropType<CSSProperties>;
57
- default: () => {};
55
+ crossorigin: {
56
+ type: PropType<"" | "anonymous" | "use-credentials">;
57
+ default: undefined;
58
58
  };
59
59
  src: {
60
60
  type: PropType<string>;
@@ -63,6 +63,10 @@ export declare const CropperImage: {
63
63
  alt: {
64
64
  type: PropType<string>;
65
65
  };
66
+ imageStyle: {
67
+ type: PropType<CSSProperties>;
68
+ default: () => {};
69
+ };
66
70
  circled: {
67
71
  type: PropType<boolean>;
68
72
  default: boolean;
@@ -71,10 +75,6 @@ export declare const CropperImage: {
71
75
  type: PropType<boolean>;
72
76
  default: boolean;
73
77
  };
74
- crossorigin: {
75
- type: PropType<"" | "anonymous" | "use-credentials">;
76
- default: undefined;
77
- };
78
78
  }>> & {
79
79
  onCropend?: ((...args: any[]) => any) | undefined;
80
80
  onReady?: ((...args: any[]) => any) | undefined;
@@ -82,10 +82,10 @@ export declare const CropperImage: {
82
82
  }, {
83
83
  height: string | number;
84
84
  options: CropperOptions;
85
+ crossorigin: "" | "anonymous" | "use-credentials";
85
86
  imageStyle: CSSProperties;
86
87
  circled: boolean;
87
88
  realTimePreview: boolean;
88
- crossorigin: "" | "anonymous" | "use-credentials";
89
89
  }, true, {}, {}, {
90
90
  P: {};
91
91
  B: {};
@@ -102,9 +102,9 @@ export declare const CropperImage: {
102
102
  type: PropType<CropperOptions>;
103
103
  default: () => {};
104
104
  };
105
- imageStyle: {
106
- type: PropType<CSSProperties>;
107
- default: () => {};
105
+ crossorigin: {
106
+ type: PropType<"" | "anonymous" | "use-credentials">;
107
+ default: undefined;
108
108
  };
109
109
  src: {
110
110
  type: PropType<string>;
@@ -113,6 +113,10 @@ export declare const CropperImage: {
113
113
  alt: {
114
114
  type: PropType<string>;
115
115
  };
116
+ imageStyle: {
117
+ type: PropType<CSSProperties>;
118
+ default: () => {};
119
+ };
116
120
  circled: {
117
121
  type: PropType<boolean>;
118
122
  default: boolean;
@@ -121,10 +125,6 @@ export declare const CropperImage: {
121
125
  type: PropType<boolean>;
122
126
  default: boolean;
123
127
  };
124
- crossorigin: {
125
- type: PropType<"" | "anonymous" | "use-credentials">;
126
- default: undefined;
127
- };
128
128
  }>> & {
129
129
  onCropend?: ((...args: any[]) => any) | undefined;
130
130
  onReady?: ((...args: any[]) => any) | undefined;
@@ -132,10 +132,10 @@ export declare const CropperImage: {
132
132
  }, {}, {}, {}, {}, {
133
133
  height: string | number;
134
134
  options: CropperOptions;
135
+ crossorigin: "" | "anonymous" | "use-credentials";
135
136
  imageStyle: CSSProperties;
136
137
  circled: boolean;
137
138
  realTimePreview: boolean;
138
- crossorigin: "" | "anonymous" | "use-credentials";
139
139
  }>;
140
140
  __isFragment?: undefined;
141
141
  __isTeleport?: undefined;
@@ -149,9 +149,9 @@ export declare const CropperImage: {
149
149
  type: PropType<CropperOptions>;
150
150
  default: () => {};
151
151
  };
152
- imageStyle: {
153
- type: PropType<CSSProperties>;
154
- default: () => {};
152
+ crossorigin: {
153
+ type: PropType<"" | "anonymous" | "use-credentials">;
154
+ default: undefined;
155
155
  };
156
156
  src: {
157
157
  type: PropType<string>;
@@ -160,6 +160,10 @@ export declare const CropperImage: {
160
160
  alt: {
161
161
  type: PropType<string>;
162
162
  };
163
+ imageStyle: {
164
+ type: PropType<CSSProperties>;
165
+ default: () => {};
166
+ };
163
167
  circled: {
164
168
  type: PropType<boolean>;
165
169
  default: boolean;
@@ -168,10 +172,6 @@ export declare const CropperImage: {
168
172
  type: PropType<boolean>;
169
173
  default: boolean;
170
174
  };
171
- crossorigin: {
172
- type: PropType<"" | "anonymous" | "use-credentials">;
173
- default: undefined;
174
- };
175
175
  }>> & {
176
176
  onCropend?: ((...args: any[]) => any) | undefined;
177
177
  onReady?: ((...args: any[]) => any) | undefined;
@@ -183,11 +183,11 @@ export declare const CropperImage: {
183
183
  }, string, {
184
184
  height: string | number;
185
185
  options: CropperOptions;
186
+ crossorigin: "" | "anonymous" | "use-credentials";
186
187
  imageStyle: CSSProperties;
187
188
  circled: boolean;
188
189
  realTimePreview: boolean;
189
- crossorigin: "" | "anonymous" | "use-credentials";
190
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
190
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin & (new (...args: any[]) => {
191
191
  $props: {
192
192
  onClick?: (() => void) | undefined;
193
193
  };
@@ -362,7 +362,7 @@ export declare const CropperAvatar: {
362
362
  size: number;
363
363
  showBtn: boolean;
364
364
  btnText: string;
365
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
365
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin & (new (...args: any[]) => {
366
366
  $props: {
367
367
  onClick?: (() => void) | undefined;
368
368
  };
@@ -1,5 +1,5 @@
1
1
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
- import { CollapseContainerOptions } from '..';
2
+ import { CollapseContainerOptions } from 'src';
3
3
  import { DescItem } from './interface';
4
4
  export * from './interface';
5
5
  export { useDescription } from './use-description';
@@ -207,7 +207,7 @@ export declare const Description: {
207
207
  schema: DescItem[];
208
208
  useCollapse: boolean;
209
209
  collapseOptions: CollapseContainerOptions;
210
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
210
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin & (new (...args: any[]) => {
211
211
  $props: {
212
212
  onClick?: (() => void) | undefined;
213
213
  };
@@ -28,7 +28,9 @@ const o = {
28
28
  colorBgContainerDisabled: "#F9F9FA",
29
29
  wireframe: !1,
30
30
  colorBgLayout: "#F2F6F9",
31
- colorBgSpotlight: "#000000cc"
31
+ colorBgSpotlight: "#000000cc",
32
+ controlItemBgActive: "#E9EDF3",
33
+ controlItemBgActiveHover: "#EAF2FF"
32
34
  }, c = {
33
35
  ...o,
34
36
  // 主色
@@ -57,7 +59,9 @@ const o = {
57
59
  colorLink: "#1890FF",
58
60
  wireframe: !1,
59
61
  colorBgLayout: "#FAFAFA",
60
- colorBgSpotlight: "#000000cc"
62
+ colorBgSpotlight: "#000000cc",
63
+ controlItemBgActive: "#f3fbf7",
64
+ controlItemBgActiveHover: "#e6f6ef"
61
65
  };
62
66
  export {
63
67
  c as adminToken,
@@ -1,6 +1,6 @@
1
1
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
2
  import { DropMenu } from './interface';
3
- import { Recordable } from '../type';
3
+ import { Recordable } from 'src/type';
4
4
  export * from './interface';
5
5
  export declare const Dropdown: {
6
6
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
@@ -106,7 +106,7 @@ export declare const Dropdown: {
106
106
  $slots: {
107
107
  default?(_: {}): any;
108
108
  };
109
- }) & Plugin<any[]> & (new (...args: any[]) => {
109
+ }) & Plugin & (new (...args: any[]) => {
110
110
  $props: {
111
111
  onClick?: (() => void) | undefined;
112
112
  };
@@ -3,11 +3,11 @@ import { ExtractPropTypes, PropType, VNode, RendererNode, RendererElement, CSSPr
3
3
  import { SpinSize } from 'ant-design-vue/es/spin/Spin';
4
4
  import { VueTypeValidableDef, VueTypeDef } from '../../node_modules/vue-types';
5
5
  import { GetPopupContainer, FilterValue, SorterResult, TableCurrentDataSource, TableLocale, SortOrder, TableRowSelection } from 'ant-design-vue/es/table/interface';
6
- import { RenderExpandIcon, PanelRender, TableComponents, TransformCellText, TableLayout, TableSticky, GetRowKey, RowClassName, GetComponentProps, ColumnType, Key, ExpandedRowRender, DataIndex } from 'ant-design-vue/es/vc-table/interface';
6
+ import { RenderExpandIcon, PanelRender, TableComponents, TransformCellText, TableLayout, GetRowKey, TableSticky, DataIndex, RowClassName, GetComponentProps, ColumnType, Key, ExpandedRowRender } from 'ant-design-vue/es/vc-table/interface';
7
7
  import { ButtonSize } from 'ant-design-vue/es/button';
8
8
  import { TablePaginationConfig, TableColumnType } from 'ant-design-vue';
9
9
  import { EllipsisConfig } from 'ant-design-vue/es/typography/Base';
10
- import { ValueEnum } from '..';
10
+ import { ValueEnum } from 'src';
11
11
  import { TriggerType } from 'ant-design-vue/es/tooltip/abstractTooltipProps';
12
12
  import { TooltipPlacement, AdjustOverflow } from 'ant-design-vue/es/tooltip';
13
13
  import { LiteralUnion } from 'ant-design-vue/es/_util/type';
@@ -53,10 +53,6 @@ declare const _default: <RecordType = any>(__VLS_props: {
53
53
  pagination?: false | TablePaginationConfig | undefined;
54
54
  value?: RecordType[] | undefined;
55
55
  name: string;
56
- 'onUpdate:value'?: ((value: RecordType[]) => void) | undefined;
57
- defaultValue?: RecordType[] | undefined;
58
- bordered?: boolean | undefined;
59
- onExpand?: ((expanded: boolean, record: RecordType) => void) | undefined;
60
56
  tableLayout?: TableLayout | undefined;
61
57
  columns?: (Omit< TableColumnType<RecordType>, "children" | "ellipsis" | "customRender"> & {
62
58
  children?: (Omit< TableColumnType<RecordType>, "children" | "ellipsis" | "customRender"> & any) | undefined;
@@ -81,8 +77,14 @@ declare const _default: <RecordType = any>(__VLS_props: {
81
77
  }> | undefined;
82
78
  }) => any) | undefined;
83
79
  })[] | undefined;
84
- sticky?: boolean | TableSticky | undefined;
85
80
  rowKey?: string | GetRowKey<RecordType> | undefined;
81
+ sticky?: boolean | TableSticky | undefined;
82
+ bordered?: boolean | undefined;
83
+ defaultValue?: RecordType[] | undefined;
84
+ onFieldChange?: ((rowIndex: number, fieldName: DataIndex, newValue: any) => void) | undefined;
85
+ 'onUpdate:value'?: ((value: RecordType[]) => void) | undefined;
86
+ maxLength?: number | undefined;
87
+ onExpand?: ((expanded: boolean, record: RecordType) => void) | undefined;
86
88
  dropdownPrefixCls?: string | undefined;
87
89
  sortDirections?: SortOrder[] | undefined;
88
90
  showSorterTooltip?: boolean | Partial< ExtractPropTypes<{
@@ -167,8 +169,6 @@ declare const _default: <RecordType = any>(__VLS_props: {
167
169
  rowExpandable?: ((record: RecordType) => boolean) | undefined;
168
170
  onResizeColumn?: ((w: number, col: TableColumnType<any>) => void) | undefined;
169
171
  rowSelection?: TableRowSelection<RecordType> | undefined;
170
- onFieldChange?: ((rowIndex: number, fieldName: DataIndex, newValue: any) => void) | undefined;
171
- maxLength?: number | undefined;
172
172
  formItem?: Partial<Omit<Partial< ExtractPropTypes<{
173
173
  htmlFor: StringConstructor;
174
174
  prefixCls: StringConstructor;
@@ -361,10 +361,6 @@ declare const _default: <RecordType = any>(__VLS_props: {
361
361
  pagination?: false | TablePaginationConfig | undefined;
362
362
  value?: RecordType[] | undefined;
363
363
  name: string;
364
- 'onUpdate:value'?: ((value: RecordType[]) => void) | undefined;
365
- defaultValue?: RecordType[] | undefined;
366
- bordered?: boolean | undefined;
367
- onExpand?: ((expanded: boolean, record: RecordType) => void) | undefined;
368
364
  tableLayout?: TableLayout | undefined;
369
365
  columns?: (Omit< TableColumnType<RecordType>, "children" | "ellipsis" | "customRender"> & {
370
366
  children?: (Omit< TableColumnType<RecordType>, "children" | "ellipsis" | "customRender"> & any) | undefined;
@@ -389,8 +385,14 @@ declare const _default: <RecordType = any>(__VLS_props: {
389
385
  }> | undefined;
390
386
  }) => any) | undefined;
391
387
  })[] | undefined;
392
- sticky?: boolean | TableSticky | undefined;
393
388
  rowKey?: string | GetRowKey<RecordType> | undefined;
389
+ sticky?: boolean | TableSticky | undefined;
390
+ bordered?: boolean | undefined;
391
+ defaultValue?: RecordType[] | undefined;
392
+ onFieldChange?: ((rowIndex: number, fieldName: DataIndex, newValue: any) => void) | undefined;
393
+ 'onUpdate:value'?: ((value: RecordType[]) => void) | undefined;
394
+ maxLength?: number | undefined;
395
+ onExpand?: ((expanded: boolean, record: RecordType) => void) | undefined;
394
396
  dropdownPrefixCls?: string | undefined;
395
397
  sortDirections?: SortOrder[] | undefined;
396
398
  showSorterTooltip?: boolean | Partial< ExtractPropTypes<{
@@ -475,8 +477,6 @@ declare const _default: <RecordType = any>(__VLS_props: {
475
477
  rowExpandable?: ((record: RecordType) => boolean) | undefined;
476
478
  onResizeColumn?: ((w: number, col: TableColumnType<any>) => void) | undefined;
477
479
  rowSelection?: TableRowSelection<RecordType> | undefined;
478
- onFieldChange?: ((rowIndex: number, fieldName: DataIndex, newValue: any) => void) | undefined;
479
- maxLength?: number | undefined;
480
480
  formItem?: Partial<Omit<Partial< ExtractPropTypes<{
481
481
  htmlFor: StringConstructor;
482
482
  prefixCls: StringConstructor;
@@ -673,10 +673,6 @@ declare const _default: <RecordType = any>(__VLS_props: {
673
673
  pagination?: false | TablePaginationConfig | undefined;
674
674
  value?: RecordType[] | undefined;
675
675
  name: string;
676
- 'onUpdate:value'?: ((value: RecordType[]) => void) | undefined;
677
- defaultValue?: RecordType[] | undefined;
678
- bordered?: boolean | undefined;
679
- onExpand?: ((expanded: boolean, record: RecordType) => void) | undefined;
680
676
  tableLayout?: TableLayout | undefined;
681
677
  columns?: (Omit< TableColumnType<RecordType>, "children" | "ellipsis" | "customRender"> & {
682
678
  children?: (Omit< TableColumnType<RecordType>, "children" | "ellipsis" | "customRender"> & any) | undefined;
@@ -701,8 +697,14 @@ declare const _default: <RecordType = any>(__VLS_props: {
701
697
  }> | undefined;
702
698
  }) => any) | undefined;
703
699
  })[] | undefined;
704
- sticky?: boolean | TableSticky | undefined;
705
700
  rowKey?: string | GetRowKey<RecordType> | undefined;
701
+ sticky?: boolean | TableSticky | undefined;
702
+ bordered?: boolean | undefined;
703
+ defaultValue?: RecordType[] | undefined;
704
+ onFieldChange?: ((rowIndex: number, fieldName: DataIndex, newValue: any) => void) | undefined;
705
+ 'onUpdate:value'?: ((value: RecordType[]) => void) | undefined;
706
+ maxLength?: number | undefined;
707
+ onExpand?: ((expanded: boolean, record: RecordType) => void) | undefined;
706
708
  dropdownPrefixCls?: string | undefined;
707
709
  sortDirections?: SortOrder[] | undefined;
708
710
  showSorterTooltip?: boolean | Partial< ExtractPropTypes<{
@@ -787,8 +789,6 @@ declare const _default: <RecordType = any>(__VLS_props: {
787
789
  rowExpandable?: ((record: RecordType) => boolean) | undefined;
788
790
  onResizeColumn?: ((w: number, col: TableColumnType<any>) => void) | undefined;
789
791
  rowSelection?: TableRowSelection<RecordType> | undefined;
790
- onFieldChange?: ((rowIndex: number, fieldName: DataIndex, newValue: any) => void) | undefined;
791
- maxLength?: number | undefined;
792
792
  formItem?: Partial<Omit<Partial< ExtractPropTypes<{
793
793
  htmlFor: StringConstructor;
794
794
  prefixCls: StringConstructor;