@aplus-frontend/ui 7.12.5 → 7.12.6

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 (93) hide show
  1. package/es/src/ag-grid/editable/form-item.vue.d.ts +2 -4
  2. package/es/src/ag-grid/editable/form-item.vue.mjs +21 -20
  3. package/es/src/ag-grid/editable/index.vue.d.ts +2 -4
  4. package/es/src/ag-grid/editable/index.vue.mjs +9 -8
  5. package/es/src/ag-grid/editable/interface.d.ts +2 -1
  6. package/es/src/ag-grid/index.vue.d.ts +2 -4
  7. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  8. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  9. package/es/src/ap-form/ap-form.vue.d.ts +1 -2
  10. package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  11. package/es/src/ap-form/items/number/index.vue.d.ts +4 -5
  12. package/es/src/ap-form/items/select/index.vue.d.ts +8 -8
  13. package/es/src/ap-form/items/text/index.vue.d.ts +2 -2
  14. package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
  15. package/es/src/ap-form/items/tree-select/index.vue.d.ts +2 -2
  16. package/es/src/ap-form/modal-form/index.vue.d.ts +3 -4
  17. package/es/src/ap-form/search-form/index.vue.d.ts +3 -4
  18. package/es/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  19. package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
  20. package/es/src/ap-grid/index.vue.d.ts +2 -4
  21. package/es/src/ap-list/index.vue.d.ts +2 -4
  22. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  23. package/es/src/ap-table/ap-table.vue.d.ts +2 -4
  24. package/es/src/ap-table/constants.d.ts +11 -11
  25. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  26. package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
  27. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +1 -1
  28. package/es/src/business/ap-draggable-grid/index.d.ts +1 -1
  29. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  30. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  31. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  32. package/es/src/business/ap-table-modal/index.d.ts +17 -5
  33. package/es/src/business/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  34. package/es/src/business/ap-upload/style/single-file.mjs +2 -2
  35. package/es/src/business/ap-upload-file/ap-upload-single/style/index.mjs +2 -2
  36. package/es/src/business/ap-value-select-card/index.vue.d.ts +2 -4
  37. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +3 -4
  38. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
  39. package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
  40. package/es/src/config-provider/hooks/use-namespace.d.ts +5 -1
  41. package/es/src/editable-table/form-item.vue.d.ts +2 -4
  42. package/es/src/editable-table/index.vue.d.ts +2 -4
  43. package/es/src/scroll-view/index.vue.d.ts +5 -5
  44. package/es/src/tests/wrapper.d.ts +4 -4
  45. package/es/src/version.d.ts +1 -1
  46. package/es/src/version.mjs +1 -1
  47. package/lib/src/ag-grid/editable/form-item.vue.d.ts +2 -4
  48. package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
  49. package/lib/src/ag-grid/editable/index.vue.d.ts +2 -4
  50. package/lib/src/ag-grid/editable/index.vue.js +1 -1
  51. package/lib/src/ag-grid/editable/interface.d.ts +2 -1
  52. package/lib/src/ag-grid/index.vue.d.ts +2 -4
  53. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  54. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  55. package/lib/src/ap-form/ap-form.vue.d.ts +1 -2
  56. package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  57. package/lib/src/ap-form/items/number/index.vue.d.ts +4 -5
  58. package/lib/src/ap-form/items/select/index.vue.d.ts +8 -8
  59. package/lib/src/ap-form/items/text/index.vue.d.ts +2 -2
  60. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
  61. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +2 -2
  62. package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -4
  63. package/lib/src/ap-form/search-form/index.vue.d.ts +3 -4
  64. package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  65. package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
  66. package/lib/src/ap-grid/index.vue.d.ts +2 -4
  67. package/lib/src/ap-list/index.vue.d.ts +2 -4
  68. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  69. package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
  70. package/lib/src/ap-table/constants.d.ts +11 -11
  71. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  72. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
  73. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +1 -1
  74. package/lib/src/business/ap-draggable-grid/index.d.ts +1 -1
  75. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  76. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  77. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  78. package/lib/src/business/ap-table-modal/index.d.ts +17 -5
  79. package/lib/src/business/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  80. package/lib/src/business/ap-upload/style/single-file.js +1 -1
  81. package/lib/src/business/ap-upload-file/ap-upload-single/style/index.js +1 -1
  82. package/lib/src/business/ap-value-select-card/index.vue.d.ts +2 -4
  83. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +3 -4
  84. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
  85. package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
  86. package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
  87. package/lib/src/editable-table/form-item.vue.d.ts +2 -4
  88. package/lib/src/editable-table/index.vue.d.ts +2 -4
  89. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  90. package/lib/src/tests/wrapper.d.ts +4 -4
  91. package/lib/src/version.d.ts +1 -1
  92. package/lib/src/version.js +1 -1
  93. package/package.json +1 -1
@@ -5,13 +5,13 @@ import { ApFieldDateProps, ApFieldDateRangeProps, ApFieldNumberProps, FieldMode,
5
5
  import { ApFormItemSlots, ApFormItemTextPassword, ApActionGroupProps, GroupActionTypes } from '..';
6
6
  import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
7
7
  import { KeyboardEventHandler, FocusEventHandler, ChangeEventHandler, CompositionEventHandler, MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
8
- import { InputNumberProps, RadioChangeEvent, SelectProps, TreeSelectProps, CheckboxOptionType } from '@aplus-frontend/antdv';
9
8
  import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
10
9
  import { VueTypeValidableDef } from '../../node_modules/vue-types';
11
10
  import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
12
11
  import { OnCleanup } from '@vue/reactivity';
13
12
  import { RadioGroupChildOption } from '@aplus-frontend/antdv/es/radio/Group';
14
13
  import { RadioGroupButtonStyle, RadioGroupOptionType } from '@aplus-frontend/antdv/es/radio/interface';
14
+ import { RadioChangeEvent, TreeSelectProps, CheckboxOptionType } from '@aplus-frontend/antdv';
15
15
  import { SelectValue, DefaultOptionType, LabeledValue, BaseOptionType } from '@aplus-frontend/antdv/es/select';
16
16
  import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
17
17
  import { RenderDOMFunc, CustomTagProps, DropdownRender, DisplayValueType } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
@@ -186,10 +186,10 @@ export declare const apTableFormItemMap: {
186
186
  readonly value?: ValueType | undefined;
187
187
  readonly disabled?: boolean | undefined;
188
188
  readonly placeholder?: string | undefined;
189
+ readonly id?: string | undefined;
189
190
  readonly prefixCls?: string | undefined;
190
191
  readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
191
192
  readonly name?: string | undefined;
192
- readonly id?: string | undefined;
193
193
  readonly readonly?: boolean | undefined;
194
194
  readonly autofocus?: boolean | undefined;
195
195
  readonly bordered?: boolean | undefined;
@@ -221,7 +221,7 @@ export declare const apTableFormItemMap: {
221
221
  offset: ValueType;
222
222
  type: "up" | "down";
223
223
  }) => void) | undefined;
224
- readonly inputMode?: InputNumberProps["mode"];
224
+ readonly inputMode?: "input" | "spinner" | undefined;
225
225
  readonly emptyText?: string | undefined;
226
226
  readonly thousands?: boolean | undefined;
227
227
  readonly limitDecimalsRetain?: boolean | undefined;
@@ -955,12 +955,12 @@ export declare const apTableFormItemMap: {
955
955
  readonly animation?: string | undefined;
956
956
  readonly children?: VueNode[] | undefined;
957
957
  readonly placeholder?: any;
958
+ readonly id?: string | undefined;
958
959
  readonly getPopupContainer?: RenderDOMFunc | undefined;
959
960
  readonly prefixCls?: string | undefined;
960
961
  readonly virtual?: boolean | undefined;
961
962
  readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
962
963
  readonly dropdownMatchSelectWidth?: number | boolean | undefined;
963
- readonly id?: string | undefined;
964
964
  readonly autofocus?: boolean | undefined;
965
965
  readonly loading?: boolean | undefined;
966
966
  readonly bordered?: boolean | undefined;
@@ -1016,14 +1016,14 @@ export declare const apTableFormItemMap: {
1016
1016
  readonly onPopupScroll?: ((e: UIEvent) => void) | undefined;
1017
1017
  readonly onInputKeyDown?: ((e: KeyboardEvent) => void) | undefined;
1018
1018
  readonly emptyText?: string | undefined;
1019
- readonly request?: ((value?: string, extraParams?: Recordable) => Promise< SelectProps["options"]>) | undefined;
1019
+ readonly request?: ((value?: string, extraParams?: Recordable) => Promise< DefaultOptionType[] | undefined>) | undefined;
1020
1020
  readonly multiple?: boolean | undefined;
1021
- readonly value?: SelectProps["value"];
1021
+ readonly value?: (string | number) | LabeledValue | (string | number)[] | LabeledValue[] | undefined;
1022
1022
  readonly 'onUpdate:value'?: (((val: SelectValue) => void) & ((...args: any[]) => any)) | undefined;
1023
- readonly searchMode?: ("filter" | "request") | undefined;
1023
+ readonly searchMode?: "filter" | "request" | undefined;
1024
1024
  readonly refetchOnFocus?: boolean | undefined;
1025
1025
  readonly lazy?: boolean | undefined;
1026
- readonly addAll?: (boolean | number) | undefined;
1026
+ readonly addAll?: boolean | number | undefined;
1027
1027
  readonly params?: Recordable | undefined;
1028
1028
  readonly searchDelay?: number | undefined;
1029
1029
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -1725,10 +1725,10 @@ export declare const apTableFormItemMap: {
1725
1725
  readonly value?: string | number | undefined;
1726
1726
  readonly disabled?: boolean | undefined;
1727
1727
  readonly placeholder?: string | number | undefined;
1728
+ readonly id?: string | undefined;
1728
1729
  readonly prefixCls?: string | undefined;
1729
1730
  readonly name?: string | undefined;
1730
1731
  readonly focused?: boolean | undefined;
1731
- readonly id?: string | undefined;
1732
1732
  readonly readonly?: boolean | undefined;
1733
1733
  readonly autofocus?: boolean | undefined;
1734
1734
  readonly autocomplete?: string | undefined;
@@ -2353,10 +2353,10 @@ export declare const apTableFormItemMap: {
2353
2353
  readonly value?: string | number | undefined;
2354
2354
  readonly disabled?: boolean | undefined;
2355
2355
  readonly placeholder?: string | number | undefined;
2356
+ readonly id?: string | undefined;
2356
2357
  readonly prefixCls?: string | undefined;
2357
2358
  readonly name?: string | undefined;
2358
2359
  readonly focused?: boolean | undefined;
2359
- readonly id?: string | undefined;
2360
2360
  readonly readonly?: boolean | undefined;
2361
2361
  readonly autofocus?: boolean | undefined;
2362
2362
  readonly autocomplete?: string | undefined;
@@ -2567,12 +2567,12 @@ export declare const apTableFormItemMap: {
2567
2567
  readonly animation?: string | undefined;
2568
2568
  readonly children?: VueNode[] | undefined;
2569
2569
  readonly placeholder?: any;
2570
+ readonly id?: string | undefined;
2570
2571
  readonly getPopupContainer?: RenderDOMFunc | undefined;
2571
2572
  readonly prefixCls?: string | undefined;
2572
2573
  readonly virtual?: boolean | undefined;
2573
2574
  readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
2574
2575
  readonly dropdownMatchSelectWidth?: number | boolean | undefined;
2575
- readonly id?: string | undefined;
2576
2576
  readonly autofocus?: boolean | undefined;
2577
2577
  readonly loading?: boolean | undefined;
2578
2578
  readonly bordered?: boolean | undefined;
@@ -4,18 +4,18 @@ export declare const useTableColumnState: (columnSetting: ApTableSettingType, pe
4
4
  columnState: Ref<{
5
5
  key: string | number;
6
6
  show?: boolean | undefined;
7
- fixed?: ("left" | "right") | undefined;
7
+ fixed?: "left" | "right" | undefined;
8
8
  disabled?: boolean | undefined;
9
9
  label?: any;
10
- children?: any[] | undefined;
10
+ children?: /*elided*/ any[] | undefined;
11
11
  order?: number | undefined;
12
12
  }[], ApColumnState[] | {
13
13
  key: string | number;
14
14
  show?: boolean | undefined;
15
- fixed?: ("left" | "right") | undefined;
15
+ fixed?: "left" | "right" | undefined;
16
16
  disabled?: boolean | undefined;
17
17
  label?: any;
18
- children?: any[] | undefined;
18
+ children?: /*elided*/ any[] | undefined;
19
19
  order?: number | undefined;
20
20
  }[]>;
21
21
  selectAll: () => void;
@@ -3,8 +3,8 @@ import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/bu
3
3
  import { ButtonHTMLType, ButtonIconPosition, ButtonVariantType } from '@aplus-frontend/antdv/es/button/buttonTypes';
4
4
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
5
  import { MouseEventHandler, FocusEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
6
- import { ButtonProps, ItemType, MenuTheme, MenuMode, TableColumnsType } from '@aplus-frontend/antdv';
7
6
  import { DropdownArrowOptions, Trigger, Align } from '@aplus-frontend/antdv/es/dropdown/props';
7
+ import { ItemType, MenuTheme, MenuMode, TableColumnsType, ButtonProps } from '@aplus-frontend/antdv';
8
8
  import { Key } from '@aplus-frontend/antdv/es/_util/type';
9
9
  import { CSSMotionProps } from '@aplus-frontend/antdv/es/_util/transition';
10
10
  import { BuiltinPlacements, TriggerSubMenuAction, SelectEventHandler, MenuClickEventHandler, PopupRender } from '@aplus-frontend/antdv/es/menu/src/interface';
@@ -72,7 +72,7 @@ declare const ApBatchActionGroup: {
72
72
  color: PropType<"default" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue" | "danger" | "primary">;
73
73
  variant: PropType<ButtonVariantType>;
74
74
  }>>, "type" | "onClick"> & {
75
- type?: ButtonProps["type"] | "borderLink";
75
+ type?: ( ButtonType | undefined) | "borderLink";
76
76
  borderLinkColor?: string;
77
77
  minWidth?: boolean | number | string;
78
78
  lazy?: boolean | number;
@@ -394,7 +394,7 @@ declare const ApBatchActionGroup: {
394
394
  color: PropType<"default" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue" | "danger" | "primary">;
395
395
  variant: PropType<ButtonVariantType>;
396
396
  }>>, "type" | "onClick"> & {
397
- type?: ButtonProps["type"] | "borderLink";
397
+ type?: ( ButtonType | undefined) | "borderLink";
398
398
  borderLinkColor?: string;
399
399
  minWidth?: boolean | number | string;
400
400
  lazy?: boolean | number;
@@ -10,7 +10,7 @@ declare function __VLS_template(): {
10
10
  span: number;
11
11
  row: number;
12
12
  col: number;
13
- showHeight?: (number | string) | undefined;
13
+ showHeight?: number | string | undefined;
14
14
  height: number | string;
15
15
  module: string;
16
16
  };
@@ -172,7 +172,7 @@ declare const ApDraggableGrid: {
172
172
  span: number;
173
173
  row: number;
174
174
  col: number;
175
- showHeight?: (number | string) | undefined;
175
+ showHeight?: number | string | undefined;
176
176
  height: number | string;
177
177
  module: string;
178
178
  };
@@ -1,5 +1,5 @@
1
1
  import { ApExpandAlertProps } from './interface';
2
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
2
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
3
3
  declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
5
  readonly onClose?: ((args_0: MouseEvent) => any) | undefined;
@@ -24,9 +24,7 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
24
24
  }): any;
25
25
  };
26
26
  emit: ((evt: "close", args_0: MouseEvent) => void) & ((evt: "expand", args_0: "collapse" | "expand") => void) & ((evt: "choose", args_0: T) => void);
27
- }>) => VNode<RendererNode, RendererElement, {
28
- [key: string]: any;
29
- }> & {
27
+ }>) => VNode & {
30
28
  __ctx?: Awaited<typeof __VLS_setup>;
31
29
  };
32
30
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { ApSelectItem } from './interface';
2
- import { PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement, Plugin } from 'vue';
2
+ import { PublicProps, ShallowUnwrapRef, VNode, Plugin } from 'vue';
3
3
  export * from './interface';
4
4
  declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
5
5
  attrs: any;
@@ -38,9 +38,7 @@ declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonNullable
38
38
  (event: "afterEnter", el: Element): void;
39
39
  (event: "afterLeave", el: Element): void;
40
40
  };
41
- }>) => VNode<RendererNode, RendererElement, {
42
- [key: string]: any;
43
- }> & {
41
+ }>) => VNode & {
44
42
  __ctx?: Awaited<typeof __VLS_setup>;
45
43
  }) & ( Plugin & (new (...args: any[]) => {
46
44
  $props: {
@@ -1,5 +1,5 @@
1
1
  import { ApSelectItem, ApSelectLayoutProps } from './interface';
2
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
2
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
3
3
  declare const _default: <T extends ApSelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
5
  readonly onOnSelect?: ((value: T) => any) | undefined;
@@ -19,9 +19,7 @@ declare const _default: <T extends ApSelectItem>(__VLS_props: NonNullable<Awaite
19
19
  (event: "afterEnter", el: Element): void;
20
20
  (event: "afterLeave", el: Element): void;
21
21
  };
22
- }>) => VNode<RendererNode, RendererElement, {
23
- [key: string]: any;
24
- }> & {
22
+ }>) => VNode & {
25
23
  __ctx?: Awaited<typeof __VLS_setup>;
26
24
  };
27
25
  export default _default;
@@ -4,9 +4,9 @@ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicP
4
4
  import { ApTableModalProps, OpenOptions, OpenReturnType } from './interface';
5
5
  import { Recordable } from '../../type';
6
6
  import { TableColumnsType } from '@aplus-frontend/antdv';
7
- import { InternalPagingType } from '../../ap-table/hooks/use-table-paging-ng';
8
7
  import { ApFormSearchFormPopoverSorterItem } from '../..';
9
8
  import { MaskType } from '@aplus-frontend/antdv/es/_util/hooks/useMergedMask';
9
+ import { InternalPagingType } from '../../ap-table/hooks/use-table-paging-ng';
10
10
  /**
11
11
  *
12
12
  */
@@ -44,8 +44,14 @@ declare const ApTableModal: {
44
44
  };
45
45
  y: undefined;
46
46
  };
47
- getPaging: () => InternalPagingType;
48
- setPaging: (nextPaging: InternalPagingType, refreshImmediately?: boolean) => void;
47
+ getPaging: () => Partial<{
48
+ current: number;
49
+ pageSize: number;
50
+ }>;
51
+ setPaging: (nextPaging: Partial<{
52
+ current: number;
53
+ pageSize: number;
54
+ }>, refreshImmediately?: boolean) => void;
49
55
  getSearchFormSorterItems: () => ApFormSearchFormPopoverSorterItem[];
50
56
  setSearchFormSorterItems: (sortedItems: ApFormSearchFormPopoverSorterItem[]) => void;
51
57
  resetSearchFormSorterItems: () => void;
@@ -150,8 +156,14 @@ declare const ApTableModal: {
150
156
  };
151
157
  y: undefined;
152
158
  };
153
- getPaging: () => InternalPagingType;
154
- setPaging: (nextPaging: InternalPagingType, refreshImmediately?: boolean) => void;
159
+ getPaging: () => Partial<{
160
+ current: number;
161
+ pageSize: number;
162
+ }>;
163
+ setPaging: (nextPaging: Partial<{
164
+ current: number;
165
+ pageSize: number;
166
+ }>, refreshImmediately?: boolean) => void;
155
167
  getSearchFormSorterItems: () => ApFormSearchFormPopoverSorterItem[];
156
168
  setSearchFormSorterItems: (sortedItems: ApFormSearchFormPopoverSorterItem[]) => void;
157
169
  resetSearchFormSorterItems: () => void;
@@ -1,6 +1,6 @@
1
1
  import { UploadFile, UploadChangeParam } from '@aplus-frontend/antdv';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, GlobalComponents, GlobalDirectives } from 'vue';
3
- import { UploadType, UploadFile, FileType, HttpRequestHeader, ShowUploadListInterface, UploadChangeParam, UploadListType, UploadLocale, UploadListProgressProps, ItemRender } from '@aplus-frontend/antdv/es/upload/interface';
3
+ import { UploadType, UploadFile, FileType, HttpRequestHeader, ShowUploadListInterface, UploadListType, UploadLocale, UploadListProgressProps, ItemRender } from '@aplus-frontend/antdv/es/upload/interface';
4
4
  import { AcceptConfig, UploadRequestOption } from '@aplus-frontend/antdv/es/vc-upload/interface';
5
5
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
6
6
  declare function setValue(val: (string | Record<string, any>)[]): void;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=i=>{const{componentCls:r}=i,e=`${r}-single-file`;return{[e]:{display:"flex",alignItems:"center",justifyContent:"center",width:"100%",height:i.apUploadSingleFileContainerHeight,overflow:"hidden",transition:`all ${i.motionDurationSlow}`,border:`${i.lineWidth} dashed ${i.borderColorBase}`,borderRadius:i.borderRadius,background:i.colorBgLayout,userSelect:"none","& > div":{display:"flex",alignItems:"center",justifyContent:"center"},".state-un":{flexDirection:"column",".state-un-icon":{display:"block",width:i.apUploadSingleFileIconHeight},".state-un-title":{marginTop:i.spaceMD,color:i.textColor1,fontSize:i.fontSizeLG,lineHeight:i.lineHeightLG},".state-un-subtitle":{marginTop:i.spaceXS,color:i.textColor4,fontSize:i.fontSize,lineHeight:i.lineHeight}},".state-ing":{display:"flex",alignItems:"center",width:"min(516px, 77.24%)",height:"96px",paddingBlock:0,paddingInline:i.spaceXXL,borderRadius:i.borderRadius,background:"#fff",".left":{flexShrink:0,width:"48px",marginRight:i.spaceXL,img:{display:"block",width:"100%"}},".center":{flex:1,".center-title":{display:"-webkit-box",overflow:"hidden",fontSize:i.fontSizeLG,textAlign:"start",textOverflow:"ellipsis",wordWrap:"break-word",wordBreak:"break-all",WebkitBoxOrient:"vertical",WebkitLineClamp:i.lineClamp},".center-progress ":{".ant-progress-line":{marginRight:0,marginBottom:0}}},".right":{flexShrink:0,marginLeft:i.spaceXXL,color:i.colorError,fontSize:i.fontSizeXXL,cursor:"pointer !important"}}},[`${e}-un`]:{cursor:"pointer","&:hover":{border:`${i.lineWidth} dashed ${i.colorPrimary}`,background:i.calc(i.colorPrimary).colorMix(10)}}}};exports.singleFileStyle=l;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=i=>{const{componentCls:r}=i,e=`${r}-single-file`;return{[e]:{display:"flex",alignItems:"center",justifyContent:"center",width:"100%",height:i.apUploadSingleFileContainerHeight,overflow:"hidden",transition:`all ${i.motionDurationSlow}`,border:`${i.lineWidth} dashed ${i.borderColorBase}`,borderRadius:i.borderRadius,background:i.colorBgLayout,userSelect:"none","& > div":{display:"flex",alignItems:"center",justifyContent:"center"},".state-un":{flexDirection:"column",".state-un-icon":{display:"block",width:i.apUploadSingleFileIconHeight},".state-un-title":{marginTop:i.spaceMD,color:i.textColor1,fontSize:i.fontSizeLG,lineHeight:i.lineHeightLG},".state-un-subtitle":{marginTop:i.spaceXS,color:i.textColor4,fontSize:i.fontSize,lineHeight:i.lineHeight}},".state-ing":{display:"flex",alignItems:"center",width:"min(516px, 77.24%)",height:"96px",paddingBlock:0,paddingInline:i.spaceXXL,borderRadius:i.borderRadius,background:"#fff",".left":{flexShrink:0,width:"48px",marginRight:i.spaceXL,img:{display:"block",width:"100%"}},".center":{flex:1,".center-title":{display:"-webkit-box",overflow:"hidden",fontSize:i.fontSizeLG,textAlign:"start",textOverflow:"ellipsis",wordWrap:"break-word",wordBreak:"break-all",WebkitBoxOrient:"vertical",WebkitLineClamp:i.lineClamp},".center-progress ":{".ant-progress-line":{marginRight:0,marginBottom:0}}},".right":{flexShrink:0,marginLeft:i.spaceXXL,color:i.colorError,fontSize:i.fontSizeXXL,cursor:"pointer !important"}}},[`${e}-un`]:{cursor:"pointer","&:hover":{border:`${i.lineWidth} dashed ${i.colorLink}`,background:i.calc(i.colorLink).colorMix(10)}}}};exports.singleFileStyle=l;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("../../../../utils/cssinjs/index.js"),o=e=>{const{componentCls:r}=e;return{[r]:{userSelect:"none",".ant-upload-drag":{background:e.colorBgLayout,border:`${e.lineWidth} dashed var(--ap-border-color-base)`,height:e.apUploadSingleContainerHeight,"&:not(.ant-upload-disabled):hover":{background:e.calc(e.colorPrimary).colorMix(10),borderColor:e.colorPrimary},".ant-upload-btn":{padding:0},".ant-upload-disabled":{cursor:"default"}},[`${r}__content`]:{display:"flex",justifyContent:"center",alignItems:"center",height:"100%"},[`${r}__content-file`]:{width:"min(516px, 77.24%)",height:e.apUploadSingleItemHeight,background:"#fff",borderRadius:e.borderRadius,display:"flex",alignItems:"center",paddingInline:e.spaceXXL,paddingBlock:0,"&-icon":{flexShrink:0,marginRight:e.spaceXL,svg:{width:e.apUploadSingleItemFileIconSize}},"&-name":{flex:1,textAlign:"start","&>.ant-typography":{color:"var(--name-color)",marginBottom:0,wordBreak:"break-all"}},"&-delete":{flexShrink:0,marginLeft:e.spaceXXL,svg:{width:e.apUploadSingleItemDeleteIconSize,color:e.colorError,fontSize:e.fontSizeXXL,cursor:"pointer"}}},[`${r}__content-ing`]:{"&-name":{"--name-color":"var(--ap-text-color-2)",".ant-progress-line":{marginInlineEnd:0,marginBottom:0}}},[`${r}__content-error`]:{"&-name":{"--name-color":e.colorError}},[`${r}__content-done`]:{"&-name":{"--name-color":e.colorPrimary}},[`${r}__content-empty`]:{cursor:"pointer",display:"flex",flexDirection:"column",alignItems:"center","&-icon":{svg:{width:e.apUploadSingleContainerFileIconSize}},"&-title":{marginTop:e.spaceMD,color:"var(--ap-text-color-2)",fontSize:e.fontSizeXL,lineHeight:e.lineHeightLG},"&-sub-title":{marginTop:e.spaceXS,color:"var(--ap-text-color-3)",fontSize:e.fontSize,lineHeight:e.lineHeight}}},[`${r}-affix-wrapper-status-error`]:{".ant-upload-drag:not(.ant-upload-disabled)":{borderColor:e.colorError,"&:hover":{borderColor:e.calc(e.colorPrimary).colorMix(80)}}}}},l=a.genComponentStyleHook("ApUploadSingle",e=>[o(e)],{apUploadSingleContainerHeight:200,apUploadSingleItemHeight:96,apUploadSingleItemFileIconSize:48,apUploadSingleItemDeleteIconSize:20,apUploadSingleContainerFileIconSize:56});exports.default=l;exports.genProCardStyle=o;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("../../../../utils/cssinjs/index.js"),r=e=>{const{componentCls:o}=e;return{[o]:{userSelect:"none",".ant-upload-drag":{background:e.colorBgLayout,border:`${e.lineWidth} dashed var(--ap-border-color-base)`,height:e.apUploadSingleContainerHeight,"&:not(.ant-upload-disabled):hover":{background:e.calc(e.colorLink).colorMix(10),borderColor:e.colorLink},".ant-upload-btn":{padding:0},".ant-upload-disabled":{cursor:"default"}},[`${o}__content`]:{display:"flex",justifyContent:"center",alignItems:"center",height:"100%"},[`${o}__content-file`]:{width:"min(516px, 77.24%)",height:e.apUploadSingleItemHeight,background:"#fff",borderRadius:e.borderRadius,display:"flex",alignItems:"center",paddingInline:e.spaceXXL,paddingBlock:0,"&-icon":{flexShrink:0,marginRight:e.spaceXL,svg:{width:e.apUploadSingleItemFileIconSize}},"&-name":{flex:1,textAlign:"start","&>.ant-typography":{color:"var(--name-color)",marginBottom:0,wordBreak:"break-all"}},"&-delete":{flexShrink:0,marginLeft:e.spaceXXL,svg:{width:e.apUploadSingleItemDeleteIconSize,color:e.colorError,fontSize:e.fontSizeXXL,cursor:"pointer"}}},[`${o}__content-ing`]:{"&-name":{"--name-color":"var(--ap-text-color-2)",".ant-progress-line":{marginInlineEnd:0,marginBottom:0}}},[`${o}__content-error`]:{"&-name":{"--name-color":e.colorError}},[`${o}__content-done`]:{"&-name":{"--name-color":e.colorPrimary}},[`${o}__content-empty`]:{cursor:"pointer",display:"flex",flexDirection:"column",alignItems:"center","&-icon":{svg:{width:e.apUploadSingleContainerFileIconSize}},"&-title":{marginTop:e.spaceMD,color:"var(--ap-text-color-2)",fontSize:e.fontSizeXL,lineHeight:e.lineHeightLG},"&-sub-title":{marginTop:e.spaceXS,color:"var(--ap-text-color-3)",fontSize:e.fontSize,lineHeight:e.lineHeight}}},[`${o}-affix-wrapper-status-error`]:{".ant-upload-drag:not(.ant-upload-disabled)":{borderColor:e.colorError,"&:hover":{borderColor:e.calc(e.colorPrimary).colorMix(80)}}}}},l=a.genComponentStyleHook("ApUploadSingle",e=>[r(e)],{apUploadSingleContainerHeight:200,apUploadSingleItemHeight:96,apUploadSingleItemFileIconSize:48,apUploadSingleItemDeleteIconSize:20,apUploadSingleContainerFileIconSize:56});exports.default=l;exports.genProCardStyle=r;
@@ -1,5 +1,5 @@
1
1
  import { ApValueSelectCardProps, ApValueSelectCardOption } from './interface';
2
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, Ref, ComputedRef, VNode, RendererNode, RendererElement } from 'vue';
2
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, Ref, ComputedRef, VNode } from 'vue';
3
3
  declare const _default: <T extends Record<string, any> = Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
5
  readonly onChange?: ((keys: (string | number)[]) => any) | undefined;
@@ -45,9 +45,7 @@ declare const _default: <T extends Record<string, any> = Record<string, any>>(__
45
45
  (e: "remove", key: string | number): void;
46
46
  (e: "highlight", keys: (string | number)[]): void;
47
47
  };
48
- }>) => VNode<RendererNode, RendererElement, {
49
- [key: string]: any;
50
- }> & {
48
+ }>) => VNode & {
51
49
  __ctx?: Awaited<typeof __VLS_setup>;
52
50
  };
53
51
  export default _default;
@@ -1,13 +1,12 @@
1
1
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc } from '../../../ap-form';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
3
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
4
- import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
4
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
5
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
7
  import { Options } from '../../../../node_modules/scroll-into-view-if-needed';
8
8
  import { Recordable } from '../../../type';
9
9
  import { VueTypeDef, VueTypeValidableDef } from '../../../../node_modules/vue-types';
10
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
11
10
  import { SizeType } from '@aplus-frontend/antdv/es/button';
12
11
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
12
  import { OnCleanup } from '@vue/reactivity';
@@ -110,7 +109,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
110
109
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
111
110
  readonly initialValues?: Recordable | undefined;
112
111
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
113
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
112
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
114
113
  readonly syncToUrlPriority?: boolean | undefined;
115
114
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
116
115
  $attrs: {
@@ -243,7 +242,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
243
242
  };
244
243
  lg: {
245
244
  type: PropType<string | number | ColSize>;
246
- default: string | number | ColSize;
245
+ default: string | number | ** @type { [typeof __VLS_components.Popover, typeof __VLS_components.Popover, ] } */).ColSize;
247
246
  };
248
247
  xl: {
249
248
  type: PropType<string | number | ColSize>;
@@ -1,13 +1,12 @@
1
1
  import { ViewListModel } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
3
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
4
- import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
4
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
5
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
7
  import { Options } from '../../../../node_modules/scroll-into-view-if-needed';
8
8
  import { Recordable } from '../../../type';
9
9
  import { VueTypeDef, VueTypeValidableDef } from '../../../../node_modules/vue-types';
10
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
11
10
  import { SizeType } from '@aplus-frontend/antdv/es/button';
12
11
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
12
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc } from '../../../ap-form';
@@ -111,7 +110,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
111
110
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
112
111
  readonly initialValues?: Recordable | undefined;
113
112
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
114
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
113
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
115
114
  readonly syncToUrlPriority?: boolean | undefined;
116
115
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
117
116
  $attrs: {
@@ -46,10 +46,10 @@ declare const _default: DefineComponent<BatchInputGroupProps, {}, {}, {}, {}, Co
46
46
  readonly value?: string | number | undefined;
47
47
  readonly disabled?: boolean | undefined;
48
48
  readonly placeholder?: string | number | undefined;
49
+ readonly id?: string | undefined;
49
50
  readonly prefixCls?: string | undefined;
50
51
  readonly name?: string | undefined;
51
52
  readonly focused?: boolean | undefined;
52
- readonly id?: string | undefined;
53
53
  readonly readonly?: boolean | undefined;
54
54
  readonly autofocus?: boolean | undefined;
55
55
  readonly autocomplete?: string | undefined;
@@ -2,7 +2,11 @@ import { InjectionKey, Ref, ComputedRef } from 'vue';
2
2
  export declare const defaultNamespace = "aplus";
3
3
  export declare const namespaceContextKey: InjectionKey<Ref<string | undefined>>;
4
4
  export declare const useGetDerivedNamespace: (namespaceOverrides?: Ref<string | undefined>) => ComputedRef<string>;
5
- export declare const useNamespace: (block: string, namespaceOverrides?: Ref<string | undefined>) => {
5
+ export declare const useNamespace: (
6
+ /**
7
+ * 块 一般是指组件名
8
+ */
9
+ block: string, namespaceOverrides?: Ref<string | undefined>) => {
6
10
  namespace: ComputedRef<string>;
7
11
  b: (blockSuffix?: string) => string;
8
12
  e: (element?: string) => string;
@@ -1,5 +1,5 @@
1
1
  import { EditableColumnType, EditableTableFormItemExpose, EditableTableFormItemProps } from './interface';
2
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
2
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
3
3
  declare const _default: <RecordType = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & EditableTableFormItemProps<RecordType> & Partial<{}>> & PublicProps;
5
5
  expose(exposed: ShallowUnwrapRef<EditableTableFormItemExpose>): void;
@@ -36,9 +36,7 @@ declare const _default: <RecordType = any>(__VLS_props: NonNullable<Awaited<type
36
36
  }) => void;
37
37
  };
38
38
  emit: {};
39
- }>) => VNode<RendererNode, RendererElement, {
40
- [key: string]: any;
41
- }> & {
39
+ }>) => VNode & {
42
40
  __ctx?: Awaited<typeof __VLS_setup>;
43
41
  };
44
42
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { Recordable } from '../type';
2
2
  import { EditableTableProps, EditableColumnType, EditableTableExpose } from './interface';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
4
4
  declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
6
  readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
@@ -39,9 +39,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNu
39
39
  }) => void;
40
40
  };
41
41
  emit: (event: "update:value", ...args: any[]) => void;
42
- }>) => VNode<RendererNode, RendererElement, {
43
- [key: string]: any;
44
- }> & {
42
+ }>) => VNode & {
45
43
  __ctx?: Awaited<typeof __VLS_setup>;
46
44
  };
47
45
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ScrollBarDirection, InternalScrollBarProps, ColorType } from '../scroll-bar';
1
+ import { ScrollBarDirection, InternalScrollBarProps } from '../scroll-bar';
2
2
  import { ScrollOptions, ScrollViewProps } from './interface';
3
3
  import { CreateComponentPublicInstanceWithMixins, Ref, ShallowRef, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DefineComponent, ComputedRef } from 'vue';
4
4
  declare function scroll(x?: number, y?: number): void;
@@ -106,8 +106,8 @@ declare const __VLS_component: DefineComponent<ScrollViewProps, {
106
106
  onScroll?: ((percent: number) => void) | undefined;
107
107
  disabled?: boolean | undefined;
108
108
  trackSpeed?: number | undefined;
109
- barColor?: ColorType;
110
- trackColor?: ColorType;
109
+ barColor?: import("csstype").Property.BackgroundColor | undefined;
110
+ trackColor?: import("csstype").Property.BackgroundColor | undefined;
111
111
  trackWidth?: number | undefined;
112
112
  showTrack?: boolean | undefined;
113
113
  onScrollStart?: ((percent: number) => void) | undefined;
@@ -118,8 +118,8 @@ declare const __VLS_component: DefineComponent<ScrollViewProps, {
118
118
  onScroll?: ((percent: number) => void) | undefined;
119
119
  disabled?: boolean | undefined;
120
120
  trackSpeed?: number | undefined;
121
- barColor?: ColorType;
122
- trackColor?: ColorType;
121
+ barColor?: import("csstype").Property.BackgroundColor | undefined;
122
+ trackColor?: import("csstype").Property.BackgroundColor | undefined;
123
123
  trackWidth?: number | undefined;
124
124
  showTrack?: boolean | undefined;
125
125
  onScrollStart?: ((percent: number) => void) | undefined;
@@ -1,8 +1,8 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  export declare const Wrapper: DefineComponent<{
3
- uiMode?: ("admin" | "aplus") | undefined;
4
- lang?: ("en" | "zh-cn") | undefined;
3
+ uiMode?: "admin" | "aplus" | undefined;
4
+ lang?: "en" | "zh-cn" | undefined;
5
5
  }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
6
- uiMode?: ("admin" | "aplus") | undefined;
7
- lang?: ("en" | "zh-cn") | undefined;
6
+ uiMode?: "admin" | "aplus" | undefined;
7
+ lang?: "en" | "zh-cn" | undefined;
8
8
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1,2 +1,2 @@
1
- declare const _default: "7.12.5";
1
+ declare const _default: "7.12.6";
2
2
  export default _default;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="7.12.5";exports.default=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="7.12.6";exports.default=e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aplus-frontend/ui",
3
- "version": "7.12.5",
3
+ "version": "7.12.6",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "files": [