@aplus-frontend/ui 7.3.1 → 7.3.3
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.
- package/es/src/ag-grid/editable/form-item.vue.d.ts +4 -2
- package/es/src/ag-grid/editable/index.vue.d.ts +4 -2
- package/es/src/ag-grid/index.vue.d.ts +4 -2
- package/es/src/ap-field/select/use-select-options.d.ts +2 -2
- package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
- package/es/src/ap-form/ap-form.vue.d.ts +2 -1
- package/es/src/ap-form/drawer-form/index.vue.d.ts +4 -3
- package/es/src/ap-form/items/number/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/select/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/text/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +2 -2
- package/es/src/ap-form/modal-form/index.vue.d.ts +4 -3
- package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +1 -1
- package/es/src/ap-form/search-form/index.vue.d.ts +4 -3
- package/es/src/ap-grid/editable/form-item.vue.d.ts +4 -2
- package/es/src/ap-grid/editable/index.vue.d.ts +4 -2
- package/es/src/ap-grid/index.vue.d.ts +4 -2
- package/es/src/ap-grid/utils/table.mjs +2 -2
- package/es/src/ap-list/index.vue.d.ts +4 -2
- package/es/src/ap-modal/utils/confirm.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue.d.ts +4 -2
- package/es/src/ap-table/constants.d.ts +10 -10
- package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
- package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +1 -1
- package/es/src/business/ap-draggable-grid/index.d.ts +1 -1
- package/es/src/business/ap-draggable-grid/style/index.mjs +4 -4
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
- package/es/src/business/ap-expand-alert/index.d.ts +6 -4
- package/es/src/business/ap-select-layout/index.d.ts +4 -2
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +2 -2
- package/es/src/business/ap-table-modal/index.d.ts +5 -17
- package/es/src/business/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/es/src/business/ap-upload/components/Picture.vue.d.ts +7 -2
- package/es/src/business/ap-upload/style/multiple-file.mjs +3 -3
- package/es/src/business/ap-upload/style/picture.mjs +12 -12
- package/es/src/business/ap-upload/style/single-file.mjs +8 -8
- package/es/src/business/ap-value-select-card/index.vue.d.ts +4 -2
- package/es/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
- package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
- package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/es/src/config-provider/hooks/use-namespace.d.ts +1 -5
- package/es/src/editable-table/form-item.vue.d.ts +4 -2
- package/es/src/editable-table/index.vue.d.ts +4 -2
- package/es/src/scroll-view/index.vue.d.ts +5 -5
- package/es/src/tests/wrapper.d.ts +4 -4
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/src/ag-grid/editable/form-item.vue.d.ts +4 -2
- package/lib/src/ag-grid/editable/index.vue.d.ts +4 -2
- package/lib/src/ag-grid/index.vue.d.ts +4 -2
- package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
- package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
- package/lib/src/ap-form/ap-form.vue.d.ts +2 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +4 -3
- package/lib/src/ap-form/items/number/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/select/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/text/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +2 -2
- package/lib/src/ap-form/modal-form/index.vue.d.ts +4 -3
- package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +4 -3
- package/lib/src/ap-grid/editable/form-item.vue.d.ts +4 -2
- package/lib/src/ap-grid/editable/index.vue.d.ts +4 -2
- package/lib/src/ap-grid/index.vue.d.ts +4 -2
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/ap-list/index.vue.d.ts +4 -2
- package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +4 -2
- package/lib/src/ap-table/constants.d.ts +10 -10
- package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
- package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +1 -1
- package/lib/src/business/ap-draggable-grid/index.d.ts +1 -1
- package/lib/src/business/ap-draggable-grid/style/index.js +1 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
- package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
- package/lib/src/business/ap-select-layout/index.d.ts +4 -2
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-table-modal/index.d.ts +5 -17
- package/lib/src/business/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/lib/src/business/ap-upload/components/Picture.vue.d.ts +7 -2
- package/lib/src/business/ap-upload/style/multiple-file.js +1 -1
- package/lib/src/business/ap-upload/style/picture.js +1 -1
- package/lib/src/business/ap-upload/style/single-file.js +1 -1
- package/lib/src/business/ap-value-select-card/index.vue.d.ts +4 -2
- package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
- package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
- package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -5
- package/lib/src/editable-table/form-item.vue.d.ts +4 -2
- package/lib/src/editable-table/index.vue.d.ts +4 -2
- package/lib/src/scroll-view/index.vue.d.ts +5 -5
- package/lib/src/tests/wrapper.d.ts +4 -4
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +3 -3
|
@@ -11,7 +11,7 @@ import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
|
|
|
11
11
|
import { OnCleanup } from '@vue/reactivity';
|
|
12
12
|
import { RadioGroupChildOption } from '@aplus-frontend/antdv/es/radio/Group';
|
|
13
13
|
import { RadioGroupButtonStyle, RadioGroupOptionType } from '@aplus-frontend/antdv/es/radio/interface';
|
|
14
|
-
import { RadioChangeEvent, TreeSelectProps, CheckboxOptionType } from '@aplus-frontend/antdv';
|
|
14
|
+
import { RadioChangeEvent, SelectProps, 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';
|
|
@@ -209,9 +209,9 @@ export declare const apTableFormItemMap: {
|
|
|
209
209
|
type: "up" | "down";
|
|
210
210
|
}) => void) | undefined;
|
|
211
211
|
readonly type?: string | undefined;
|
|
212
|
+
readonly placeholder?: string | undefined;
|
|
212
213
|
readonly name?: string | undefined;
|
|
213
214
|
readonly id?: string | undefined;
|
|
214
|
-
readonly placeholder?: string | undefined;
|
|
215
215
|
readonly valueModifiers?: Record<string, any> | undefined;
|
|
216
216
|
readonly addonBefore?: any;
|
|
217
217
|
readonly addonAfter?: any;
|
|
@@ -918,6 +918,7 @@ export declare const apTableFormItemMap: {
|
|
|
918
918
|
readonly direction?: "ltr" | "rtl" | undefined;
|
|
919
919
|
readonly animation?: string | undefined;
|
|
920
920
|
readonly children?: VueNode[] | undefined;
|
|
921
|
+
readonly placeholder?: any;
|
|
921
922
|
readonly prefixCls?: string | undefined;
|
|
922
923
|
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
923
924
|
readonly loading?: boolean | undefined;
|
|
@@ -928,7 +929,6 @@ export declare const apTableFormItemMap: {
|
|
|
928
929
|
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
929
930
|
readonly virtual?: boolean | undefined;
|
|
930
931
|
readonly dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
931
|
-
readonly placeholder?: any;
|
|
932
932
|
readonly status?: "" | "error" | "warning" | undefined;
|
|
933
933
|
readonly defaultValue?: (string | number) | LabeledValue | (string | number)[] | LabeledValue[] | undefined;
|
|
934
934
|
readonly prefix?: any;
|
|
@@ -977,14 +977,14 @@ export declare const apTableFormItemMap: {
|
|
|
977
977
|
readonly onPopupScroll?: ((e: UIEvent) => void) | undefined;
|
|
978
978
|
readonly onInputKeyDown?: ((e: KeyboardEvent) => void) | undefined;
|
|
979
979
|
readonly emptyText?: string | undefined;
|
|
980
|
-
readonly request?: ((value?: string, extraParams?: Recordable) => Promise<
|
|
980
|
+
readonly request?: ((value?: string, extraParams?: Recordable) => Promise< SelectProps["options"]>) | undefined;
|
|
981
981
|
readonly multiple?: boolean | undefined;
|
|
982
|
-
readonly value?:
|
|
982
|
+
readonly value?: SelectProps["value"];
|
|
983
983
|
readonly 'onUpdate:value'?: (((val: SelectValue) => void) & ((...args: any[]) => any)) | undefined;
|
|
984
|
-
readonly searchMode?: "filter" | "request" | undefined;
|
|
984
|
+
readonly searchMode?: ("filter" | "request") | undefined;
|
|
985
985
|
readonly refetchOnFocus?: boolean | undefined;
|
|
986
986
|
readonly lazy?: boolean | undefined;
|
|
987
|
-
readonly addAll?: boolean | number | undefined;
|
|
987
|
+
readonly addAll?: (boolean | number) | undefined;
|
|
988
988
|
readonly params?: Recordable | undefined;
|
|
989
989
|
readonly searchDelay?: number | undefined;
|
|
990
990
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
@@ -1679,6 +1679,7 @@ export declare const apTableFormItemMap: {
|
|
|
1679
1679
|
readonly onMousedown?: MouseEventHandler | undefined;
|
|
1680
1680
|
readonly value?: string | number | undefined;
|
|
1681
1681
|
readonly disabled?: boolean | undefined;
|
|
1682
|
+
readonly placeholder?: string | number | undefined;
|
|
1682
1683
|
readonly prefixCls?: string | undefined;
|
|
1683
1684
|
readonly name?: string | undefined;
|
|
1684
1685
|
readonly loading?: boolean | undefined;
|
|
@@ -1689,7 +1690,6 @@ export declare const apTableFormItemMap: {
|
|
|
1689
1690
|
readonly focused?: boolean | undefined;
|
|
1690
1691
|
readonly readonly?: boolean | undefined;
|
|
1691
1692
|
readonly autocomplete?: string | undefined;
|
|
1692
|
-
readonly placeholder?: string | number | undefined;
|
|
1693
1693
|
readonly maxlength?: number | undefined;
|
|
1694
1694
|
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
1695
1695
|
readonly htmlSize?: number | undefined;
|
|
@@ -2301,6 +2301,7 @@ export declare const apTableFormItemMap: {
|
|
|
2301
2301
|
readonly onMousedown?: MouseEventHandler | undefined;
|
|
2302
2302
|
readonly value?: string | number | undefined;
|
|
2303
2303
|
readonly disabled?: boolean | undefined;
|
|
2304
|
+
readonly placeholder?: string | number | undefined;
|
|
2304
2305
|
readonly prefixCls?: string | undefined;
|
|
2305
2306
|
readonly name?: string | undefined;
|
|
2306
2307
|
readonly loading?: boolean | undefined;
|
|
@@ -2311,7 +2312,6 @@ export declare const apTableFormItemMap: {
|
|
|
2311
2312
|
readonly focused?: boolean | undefined;
|
|
2312
2313
|
readonly readonly?: boolean | undefined;
|
|
2313
2314
|
readonly autocomplete?: string | undefined;
|
|
2314
|
-
readonly placeholder?: string | number | undefined;
|
|
2315
2315
|
readonly maxlength?: number | undefined;
|
|
2316
2316
|
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
2317
2317
|
readonly htmlSize?: number | undefined;
|
|
@@ -2515,6 +2515,7 @@ export declare const apTableFormItemMap: {
|
|
|
2515
2515
|
readonly direction?: "ltr" | "rtl" | undefined;
|
|
2516
2516
|
readonly animation?: string | undefined;
|
|
2517
2517
|
readonly children?: VueNode[] | undefined;
|
|
2518
|
+
readonly placeholder?: any;
|
|
2518
2519
|
readonly prefixCls?: string | undefined;
|
|
2519
2520
|
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
2520
2521
|
readonly loading?: boolean | undefined;
|
|
@@ -2526,7 +2527,6 @@ export declare const apTableFormItemMap: {
|
|
|
2526
2527
|
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
2527
2528
|
readonly virtual?: boolean | undefined;
|
|
2528
2529
|
readonly dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
2529
|
-
readonly placeholder?: any;
|
|
2530
2530
|
readonly status?: "" | "error" | "warning" | undefined;
|
|
2531
2531
|
readonly defaultValue?: unknown;
|
|
2532
2532
|
readonly prefix?: any;
|
|
@@ -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?:
|
|
10
|
+
children?: 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?:
|
|
18
|
+
children?: 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';
|
|
6
7
|
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 } from '@aplus-frontend/antdv/es/menu/src/interface';
|
|
@@ -70,7 +70,7 @@ declare const ApBatchActionGroup: {
|
|
|
70
70
|
color: PropType<"default" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue" | "danger" | "primary">;
|
|
71
71
|
variant: PropType<ButtonVariantType>;
|
|
72
72
|
}>>, "type" | "onClick"> & {
|
|
73
|
-
type?:
|
|
73
|
+
type?: ButtonProps["type"] | "borderLink";
|
|
74
74
|
borderLinkColor?: string;
|
|
75
75
|
minWidth?: boolean | number | string;
|
|
76
76
|
lazy?: boolean | number;
|
|
@@ -380,7 +380,7 @@ declare const ApBatchActionGroup: {
|
|
|
380
380
|
color: PropType<"default" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue" | "danger" | "primary">;
|
|
381
381
|
variant: PropType<ButtonVariantType>;
|
|
382
382
|
}>>, "type" | "onClick"> & {
|
|
383
|
-
type?:
|
|
383
|
+
type?: ButtonProps["type"] | "borderLink";
|
|
384
384
|
borderLinkColor?: string;
|
|
385
385
|
minWidth?: boolean | number | string;
|
|
386
386
|
lazy?: boolean | number;
|
|
@@ -28,7 +28,7 @@ const i = (r) => {
|
|
|
28
28
|
[`${e}--canDrag`]: {
|
|
29
29
|
cursor: "pointer",
|
|
30
30
|
"&:hover": {
|
|
31
|
-
border:
|
|
31
|
+
border: `1px solid ${r.colorPrimary}`
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
[`${e}--dragging`]: {
|
|
@@ -41,13 +41,13 @@ const i = (r) => {
|
|
|
41
41
|
zIndex: 999
|
|
42
42
|
},
|
|
43
43
|
[`${e}__overlay`]: {
|
|
44
|
-
border:
|
|
44
|
+
border: `1px solid ${r.colorPrimary}`
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
|
-
},
|
|
48
|
+
}, d = o("ApDraggableGrid", (r) => [
|
|
49
49
|
i(r)
|
|
50
50
|
]);
|
|
51
51
|
export {
|
|
52
|
-
|
|
52
|
+
d as default
|
|
53
53
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApExpandAlertProps } from './interface';
|
|
2
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
2
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } 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,7 +24,9 @@ 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
|
|
27
|
+
}>) => VNode<RendererNode, RendererElement, {
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
}> & {
|
|
28
30
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
29
31
|
};
|
|
30
32
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, VNode, CSSProperties, PublicProps, ShallowUnwrapRef, Plugin } from 'vue';
|
|
1
|
+
import { Component, VNode, CSSProperties, PublicProps, ShallowUnwrapRef, RendererNode, RendererElement, Plugin } from 'vue';
|
|
2
2
|
export * from './interface';
|
|
3
3
|
declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4
4
|
attrs: any;
|
|
@@ -21,7 +21,7 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
|
|
|
21
21
|
readonly onClose?: ((args_0: MouseEvent) => any) | undefined;
|
|
22
22
|
readonly onExpand?: ((args_0: "collapse" | "expand") => any) | undefined;
|
|
23
23
|
readonly onChoose?: ((args_0: T) => any) | undefined;
|
|
24
|
-
type?: "warning" | "error" | "success" | "info" | "card" | undefined
|
|
24
|
+
type?: "warning" | "error" | "success" | "info" | "card" | undefined;
|
|
25
25
|
data?: string | T[] | undefined;
|
|
26
26
|
prefix?: string | undefined;
|
|
27
27
|
tipTitle?: string | undefined;
|
|
@@ -30,7 +30,7 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
|
|
|
30
30
|
separatorStyle?: CSSProperties | undefined;
|
|
31
31
|
contentStyle?: Omit< CSSProperties, "wordBreak" | "overflow" | "display" | "webkitLineClamp" | "webkitBoxOrient"> | undefined;
|
|
32
32
|
prefixStyle?: CSSProperties | undefined;
|
|
33
|
-
rows?: string | number | undefined;
|
|
33
|
+
rows?: (string | number) | undefined;
|
|
34
34
|
defaultExpand?: boolean | undefined;
|
|
35
35
|
closable?: boolean | undefined;
|
|
36
36
|
afterClose?: (() => void) | undefined;
|
|
@@ -54,7 +54,9 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
|
|
|
54
54
|
}): any;
|
|
55
55
|
};
|
|
56
56
|
emit: ((evt: "close", args_0: MouseEvent) => void) & ((evt: "expand", args_0: "collapse" | "expand") => void) & ((evt: "choose", args_0: T) => void);
|
|
57
|
-
}>) => VNode
|
|
57
|
+
}>) => VNode<RendererNode, RendererElement, {
|
|
58
|
+
[key: string]: any;
|
|
59
|
+
}> & {
|
|
58
60
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
59
61
|
}) & ( Plugin & (new (...args: any[]) => {
|
|
60
62
|
$props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApSelectItem } from './interface';
|
|
2
|
-
import { PublicProps, ShallowUnwrapRef, VNode, Plugin } from 'vue';
|
|
2
|
+
import { PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement, 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,7 +38,9 @@ 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
|
|
41
|
+
}>) => VNode<RendererNode, RendererElement, {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
}> & {
|
|
42
44
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
43
45
|
}) & ( Plugin & (new (...args: any[]) => {
|
|
44
46
|
$props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApSelectItem, ApSelectLayoutProps } from './interface';
|
|
2
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
2
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } 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,7 +19,9 @@ 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
|
|
22
|
+
}>) => VNode<RendererNode, RendererElement, {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
}> & {
|
|
23
25
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
24
26
|
};
|
|
25
27
|
export default _default;
|
|
@@ -58,7 +58,7 @@ const X = ["onClick"], se = /* @__PURE__ */ D({
|
|
|
58
58
|
"onUpdate:open": n[0] || (n[0] = (l) => k.value = l)
|
|
59
59
|
}, {
|
|
60
60
|
title: c(() => n[3] || (n[3] = [
|
|
61
|
-
A("收起")
|
|
61
|
+
A("收起", -1)
|
|
62
62
|
])),
|
|
63
63
|
default: c(() => [
|
|
64
64
|
u(e(G), { onClick: F })
|
|
@@ -119,7 +119,7 @@ const X = ["onClick"], se = /* @__PURE__ */ D({
|
|
|
119
119
|
"onUpdate:open": n[2] || (n[2] = (l) => T.value = l)
|
|
120
120
|
}, {
|
|
121
121
|
title: c(() => n[4] || (n[4] = [
|
|
122
|
-
A("展开")
|
|
122
|
+
A("展开", -1)
|
|
123
123
|
])),
|
|
124
124
|
default: c(() => [
|
|
125
125
|
u(e(H), { onClick: F })
|
|
@@ -4,8 +4,8 @@ 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 { ApFormSearchFormPopoverSorterItem } from '../..';
|
|
8
7
|
import { InternalPagingType } from '../../ap-table/hooks/use-table-paging-ng';
|
|
8
|
+
import { ApFormSearchFormPopoverSorterItem } from '../..';
|
|
9
9
|
/**
|
|
10
10
|
*
|
|
11
11
|
*/
|
|
@@ -43,14 +43,8 @@ declare const ApTableModal: {
|
|
|
43
43
|
};
|
|
44
44
|
y: undefined;
|
|
45
45
|
};
|
|
46
|
-
getPaging: () =>
|
|
47
|
-
|
|
48
|
-
pageSize: number;
|
|
49
|
-
}>;
|
|
50
|
-
setPaging: (nextPaging: Partial<{
|
|
51
|
-
current: number;
|
|
52
|
-
pageSize: number;
|
|
53
|
-
}>, refreshImmediately?: boolean) => void;
|
|
46
|
+
getPaging: () => InternalPagingType;
|
|
47
|
+
setPaging: (nextPaging: InternalPagingType, refreshImmediately?: boolean) => void;
|
|
54
48
|
getSearchFormSorterItems: () => ApFormSearchFormPopoverSorterItem[];
|
|
55
49
|
setSearchFormSorterItems: (sortedItems: ApFormSearchFormPopoverSorterItem[]) => void;
|
|
56
50
|
resetSearchFormSorterItems: () => void;
|
|
@@ -155,14 +149,8 @@ declare const ApTableModal: {
|
|
|
155
149
|
};
|
|
156
150
|
y: undefined;
|
|
157
151
|
};
|
|
158
|
-
getPaging: () =>
|
|
159
|
-
|
|
160
|
-
pageSize: number;
|
|
161
|
-
}>;
|
|
162
|
-
setPaging: (nextPaging: Partial<{
|
|
163
|
-
current: number;
|
|
164
|
-
pageSize: number;
|
|
165
|
-
}>, refreshImmediately?: boolean) => void;
|
|
152
|
+
getPaging: () => InternalPagingType;
|
|
153
|
+
setPaging: (nextPaging: InternalPagingType, refreshImmediately?: boolean) => void;
|
|
166
154
|
getSearchFormSorterItems: () => ApFormSearchFormPopoverSorterItem[];
|
|
167
155
|
setSearchFormSorterItems: (sortedItems: ApFormSearchFormPopoverSorterItem[]) => void;
|
|
168
156
|
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, UploadListType, UploadLocale, UploadListProgressProps, ItemRender } from '@aplus-frontend/antdv/es/upload/interface';
|
|
3
|
+
import { UploadType, UploadFile, FileType, HttpRequestHeader, ShowUploadListInterface, UploadChangeParam, UploadListType, UploadLocale, UploadListProgressProps, ItemRender } from '@aplus-frontend/antdv/es/upload/interface';
|
|
4
4
|
import { 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,5 +1,4 @@
|
|
|
1
1
|
import { Oss } from '../hooks/useOss';
|
|
2
|
-
import { actionResponse } from '@aplus-frontend/oss';
|
|
3
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
3
|
declare function setValue(val?: (string | Record<string, any>)[]): void;
|
|
5
4
|
interface UploadFile extends File {
|
|
@@ -18,7 +17,13 @@ declare function __VLS_template(): {
|
|
|
18
17
|
pictureContext?(_: {
|
|
19
18
|
fileList: {
|
|
20
19
|
oss: {
|
|
21
|
-
pauseUpload: (() => Promise<
|
|
20
|
+
pauseUpload: (() => Promise<{
|
|
21
|
+
status: number;
|
|
22
|
+
previewUrl?: string;
|
|
23
|
+
saveUrl?: string;
|
|
24
|
+
originalFileName?: string;
|
|
25
|
+
message: string;
|
|
26
|
+
}>) | undefined;
|
|
22
27
|
};
|
|
23
28
|
}[];
|
|
24
29
|
remove: typeof handleRemove;
|
|
@@ -43,13 +43,13 @@ const a = (l) => {
|
|
|
43
43
|
},
|
|
44
44
|
".ant-upload-wrapper .ant-upload-list .ant-upload-list-item-error": {
|
|
45
45
|
".ant-upload-list-item-name": {
|
|
46
|
-
color:
|
|
46
|
+
color: l.colorError
|
|
47
47
|
},
|
|
48
48
|
".ant-upload-icon .anticon": {
|
|
49
|
-
color:
|
|
49
|
+
color: l.colorError
|
|
50
50
|
},
|
|
51
51
|
".ant-upload-text-icon": {
|
|
52
|
-
color:
|
|
52
|
+
color: l.colorError
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
".ant-upload-list-item-done": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const r = (
|
|
2
|
-
const { componentCls:
|
|
1
|
+
const r = (o) => {
|
|
2
|
+
const { componentCls: t } = o;
|
|
3
3
|
return {
|
|
4
|
-
[`${
|
|
4
|
+
[`${t}-picture`]: {
|
|
5
5
|
".picture-context": {
|
|
6
6
|
display: "grid",
|
|
7
7
|
gap: "16px",
|
|
@@ -15,23 +15,23 @@ const r = (t) => {
|
|
|
15
15
|
width: "100px",
|
|
16
16
|
overflow: "hidden",
|
|
17
17
|
transition: "all 0.2s",
|
|
18
|
-
border: `1px dashed ${
|
|
18
|
+
border: `1px dashed ${o.borderColorBase}`,
|
|
19
19
|
borderRadius: "4px",
|
|
20
|
-
background:
|
|
21
|
-
color:
|
|
20
|
+
background: o.colorBgLayout,
|
|
21
|
+
color: o.textColor4,
|
|
22
22
|
fontSize: "16px",
|
|
23
23
|
cursor: "pointer",
|
|
24
24
|
aspectRatio: "1 / 1",
|
|
25
|
-
"& > * + *": { marginTop: "4px", fontSize:
|
|
25
|
+
"& > * + *": { marginTop: "4px", fontSize: o.fontSize },
|
|
26
26
|
"&:hover": {
|
|
27
|
-
border: `1px dashed ${
|
|
27
|
+
border: `1px dashed ${o.colorPrimary}`
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
".picture-item": {
|
|
31
31
|
width: "100px",
|
|
32
32
|
padding: "8px",
|
|
33
33
|
overflow: "hidden",
|
|
34
|
-
border: `1px solid ${
|
|
34
|
+
border: `1px solid ${o.borderColorBase}`,
|
|
35
35
|
borderRadius: "4px",
|
|
36
36
|
background: "#fff",
|
|
37
37
|
aspectRatio: "1 / 1",
|
|
@@ -58,7 +58,7 @@ const r = (t) => {
|
|
|
58
58
|
borderRadius: "2px",
|
|
59
59
|
background: "rgb(0 0 0 / 50%)",
|
|
60
60
|
color: "#fff",
|
|
61
|
-
fontSize:
|
|
61
|
+
fontSize: o.fontSize,
|
|
62
62
|
".picture-item-close": {
|
|
63
63
|
display: "flex",
|
|
64
64
|
position: "absolute",
|
|
@@ -71,7 +71,7 @@ const r = (t) => {
|
|
|
71
71
|
transform: "translate(30%, -30%)",
|
|
72
72
|
border: "1px solid #fff",
|
|
73
73
|
borderRadius: "50%",
|
|
74
|
-
background:
|
|
74
|
+
background: o.colorError,
|
|
75
75
|
color: "#fff",
|
|
76
76
|
fontSize: "10px",
|
|
77
77
|
cursor: "pointer",
|
|
@@ -91,7 +91,7 @@ const r = (t) => {
|
|
|
91
91
|
},
|
|
92
92
|
".picture-title": {
|
|
93
93
|
marginTop: "8px",
|
|
94
|
-
color:
|
|
94
|
+
color: o.textColor3,
|
|
95
95
|
fontSize: "12px"
|
|
96
96
|
}
|
|
97
97
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const
|
|
2
|
-
const { componentCls: i } = e,
|
|
1
|
+
const t = (e) => {
|
|
2
|
+
const { componentCls: i } = e, r = `${i}-single-file`;
|
|
3
3
|
return {
|
|
4
|
-
[
|
|
4
|
+
[r]: {
|
|
5
5
|
display: "flex",
|
|
6
6
|
alignItems: "center",
|
|
7
7
|
justifyContent: "center",
|
|
@@ -77,21 +77,21 @@ const r = (e) => {
|
|
|
77
77
|
".right": {
|
|
78
78
|
flexShrink: 0,
|
|
79
79
|
marginLeft: "24px",
|
|
80
|
-
color:
|
|
80
|
+
color: e.colorError,
|
|
81
81
|
fontSize: "20px",
|
|
82
82
|
cursor: "pointer !important"
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
|
-
[`${
|
|
86
|
+
[`${r}-un`]: {
|
|
87
87
|
cursor: "pointer",
|
|
88
88
|
"&:hover": {
|
|
89
|
-
border:
|
|
90
|
-
background:
|
|
89
|
+
border: `1px dashed ${e.colorPrimary}`,
|
|
90
|
+
background: `color-mix(in srgb, ${e.colorPrimary} 10%, transparent)`
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
};
|
|
94
94
|
};
|
|
95
95
|
export {
|
|
96
|
-
|
|
96
|
+
t as singleFileStyle
|
|
97
97
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApValueSelectCardProps, ApValueSelectCardOption } from './interface';
|
|
2
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, Ref, ComputedRef, VNode } from 'vue';
|
|
2
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, Ref, ComputedRef, VNode, RendererNode, RendererElement } 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,7 +45,9 @@ 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
|
|
48
|
+
}>) => VNode<RendererNode, RendererElement, {
|
|
49
|
+
[key: string]: any;
|
|
50
|
+
}> & {
|
|
49
51
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
50
52
|
};
|
|
51
53
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
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, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
|
|
4
|
+
import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, 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';
|
|
10
11
|
import { SizeType } from '@aplus-frontend/antdv/es/button';
|
|
11
12
|
import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
|
|
12
13
|
import { OnCleanup } from '@vue/reactivity';
|
|
@@ -109,7 +110,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
|
|
|
109
110
|
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
110
111
|
readonly initialValues?: Recordable | undefined;
|
|
111
112
|
readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
|
|
112
|
-
readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
|
|
113
|
+
readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
|
|
113
114
|
readonly syncToUrlPriority?: boolean | undefined;
|
|
114
115
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
115
116
|
$attrs: {
|
|
@@ -1,12 +1,13 @@
|
|
|
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, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
|
|
4
|
+
import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, 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';
|
|
10
11
|
import { SizeType } from '@aplus-frontend/antdv/es/button';
|
|
11
12
|
import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
|
|
12
13
|
import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc } from '../../../ap-form';
|
|
@@ -110,7 +111,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
|
|
|
110
111
|
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
111
112
|
readonly initialValues?: Recordable | undefined;
|
|
112
113
|
readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
|
|
113
|
-
readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
|
|
114
|
+
readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
|
|
114
115
|
readonly syncToUrlPriority?: boolean | undefined;
|
|
115
116
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
116
117
|
$attrs: {
|
|
@@ -45,6 +45,7 @@ declare const _default: DefineComponent<BatchInputGroupProps, {}, {}, {}, {}, Co
|
|
|
45
45
|
readonly onMousedown?: MouseEventHandler | undefined;
|
|
46
46
|
readonly value?: string | number | undefined;
|
|
47
47
|
readonly disabled?: boolean | undefined;
|
|
48
|
+
readonly placeholder?: string | number | undefined;
|
|
48
49
|
readonly prefixCls?: string | undefined;
|
|
49
50
|
readonly name?: string | undefined;
|
|
50
51
|
readonly loading?: boolean | undefined;
|
|
@@ -55,7 +56,6 @@ declare const _default: DefineComponent<BatchInputGroupProps, {}, {}, {}, {}, Co
|
|
|
55
56
|
readonly focused?: boolean | undefined;
|
|
56
57
|
readonly readonly?: boolean | undefined;
|
|
57
58
|
readonly autocomplete?: string | undefined;
|
|
58
|
-
readonly placeholder?: string | number | undefined;
|
|
59
59
|
readonly maxlength?: number | undefined;
|
|
60
60
|
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
61
61
|
readonly htmlSize?: number | undefined;
|
|
@@ -2,11 +2,7 @@ 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: (
|
|
6
|
-
/**
|
|
7
|
-
* 块 一般是指组件名
|
|
8
|
-
*/
|
|
9
|
-
block: string, namespaceOverrides?: Ref<string | undefined>) => {
|
|
5
|
+
export declare const useNamespace: (block: string, namespaceOverrides?: Ref<string | undefined>) => {
|
|
10
6
|
namespace: ComputedRef<string>;
|
|
11
7
|
b: (blockSuffix?: string) => string;
|
|
12
8
|
e: (element?: string) => string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EditableColumnType, EditableTableFormItemExpose, EditableTableFormItemProps } from './interface';
|
|
2
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
2
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } 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,7 +36,9 @@ declare const _default: <RecordType = any>(__VLS_props: NonNullable<Awaited<type
|
|
|
36
36
|
}) => void;
|
|
37
37
|
};
|
|
38
38
|
emit: {};
|
|
39
|
-
}>) => VNode
|
|
39
|
+
}>) => VNode<RendererNode, RendererElement, {
|
|
40
|
+
[key: string]: any;
|
|
41
|
+
}> & {
|
|
40
42
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
41
43
|
};
|
|
42
44
|
export default _default;
|