@aplus-frontend/ui 0.3.8 → 0.3.9
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/ap-action/item/index.vue.d.ts +2 -1
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
- package/es/src/ap-action/item-modal/index.vue.d.ts +2 -1
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
- package/es/src/ap-button/ap-action-button.vue.d.ts +4 -3
- package/es/src/ap-button/ap-action-button.vue.mjs +11 -11
- package/es/src/ap-button/ap-button.vue.d.ts +4 -3
- package/es/src/ap-button/ap-button.vue.mjs +36 -36
- package/es/src/ap-button/interface.d.ts +4 -0
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
- package/es/src/ap-download/ap-download.vue.d.ts +5 -3
- package/es/src/ap-field/date/index.vue.d.ts +2 -1
- package/es/src/ap-field/date-range/index.vue.d.ts +2 -1
- package/es/src/ap-field/number/index.vue.d.ts +2 -1
- package/es/src/ap-field/rate/index.vue.d.ts +2 -1
- package/es/src/ap-field/segmented/index.vue.d.ts +2 -1
- package/es/src/ap-field/select/index.vue.d.ts +2 -1
- package/es/src/ap-field/slider/index.vue.d.ts +2 -1
- package/es/src/ap-field/switch/index.vue.d.ts +2 -1
- package/es/src/ap-field/text/index.vue.d.ts +2 -1
- package/es/src/ap-field/text/password.vue.d.ts +2 -1
- package/es/src/ap-form/ap-form.vue.d.ts +6 -4
- package/es/src/ap-form/dependency/index.vue.d.ts +2 -1
- package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -2
- package/es/src/ap-form/item/index.vue.d.ts +2 -1
- package/es/src/ap-form/item-group/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/date/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/number/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/radio/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/select/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/switch/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/text/group.vue.d.ts +2 -1
- package/es/src/ap-form/items/text/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/text/password.vue.d.ts +2 -1
- package/es/src/ap-form/items/text-area/index.vue.d.ts +2 -1
- package/es/src/ap-form/list/index.vue.d.ts +2 -1
- package/es/src/ap-form/modal-form/index.vue.d.ts +3 -2
- package/es/src/ap-form/modal-form/index.vue.mjs +61 -57
- package/es/src/ap-form/render/control.vue.d.ts +2 -1
- package/es/src/ap-form/render/item.vue.d.ts +2 -1
- package/es/src/ap-form/search-form/index.vue.d.ts +3 -2
- package/es/src/ap-form/set/index.vue.d.ts +2 -1
- package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +3 -2
- package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
- package/es/src/ap-list/index.vue.d.ts +3 -5
- package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +1 -1
- package/es/src/ap-scroll-bar/index.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue.d.ts +3 -5
- package/es/src/ap-table/ap-table.vue2.mjs +23 -22
- package/es/src/ap-table/components/index/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/modal/index.vue.d.ts +2 -1
- package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
- package/es/src/ap-table/constants.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -3
- package/es/src/ap-table/hooks/use-table-paging.mjs +131 -126
- package/es/src/ap-table/utils.d.ts +1 -0
- package/es/src/ap-table/utils.mjs +10 -5
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +2 -1
- package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
- package/es/src/ap-upload/apUpload.vue.d.ts +3 -2
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/es/src/ap-upload/components/Picture.vue.d.ts +5 -9
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +1 -1
- package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
- package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
- package/es/src/business/ap-appendix/index.d.ts +1 -1
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +3 -2
- package/es/src/business/ap-batch-action/index.d.ts +1 -1
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
- package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
- package/es/src/business/ap-batch-action-group/index.d.ts +887 -5
- package/es/src/business/ap-card/ApCard.vue.d.ts +3 -2
- package/es/src/business/ap-card/index.d.ts +1 -1
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -5
- package/es/src/business/ap-expand-alert/index.d.ts +4 -6
- package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -2
- package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +8 -346
- package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
- package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
- package/es/src/business/ap-group-search/index.d.ts +3 -3
- package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +8 -346
- package/es/src/business/ap-image/ApImage.vue.d.ts +2 -1
- package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
- package/es/src/business/ap-input-radio/index.d.ts +1 -1
- package/es/src/business/ap-ladder/ApLadder.vue.d.ts +3 -2
- package/es/src/business/ap-ladder/index.d.ts +1 -1
- package/es/src/business/ap-select-layout/index.d.ts +2 -4
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +3 -5
- package/es/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
- package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +3 -2
- package/es/src/business/ap-title/ApTitle.vue.d.ts +3 -2
- package/es/src/business/ap-title/index.d.ts +1 -1
- package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
- package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
- package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
- package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
- package/es/src/check-card/group.vue.d.ts +2 -1
- package/es/src/check-card/index.vue.d.ts +3 -2
- package/es/src/editable-table/form-item.vue.d.ts +3 -5
- package/es/src/editable-table/index.vue.d.ts +3 -5
- package/es/src/tests/wrapper.d.ts +4 -4
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
- package/lib/src/ap-action/item/index.vue.d.ts +2 -1
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
- package/lib/src/ap-action/item-modal/index.vue.d.ts +2 -1
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
- package/lib/src/ap-button/ap-action-button.vue.d.ts +4 -3
- package/lib/src/ap-button/ap-action-button.vue.js +1 -1
- package/lib/src/ap-button/ap-button.vue.d.ts +4 -3
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-button/interface.d.ts +4 -0
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
- package/lib/src/ap-download/ap-download.vue.d.ts +5 -3
- package/lib/src/ap-field/date/index.vue.d.ts +2 -1
- package/lib/src/ap-field/date-range/index.vue.d.ts +2 -1
- package/lib/src/ap-field/number/index.vue.d.ts +2 -1
- package/lib/src/ap-field/rate/index.vue.d.ts +2 -1
- package/lib/src/ap-field/segmented/index.vue.d.ts +2 -1
- package/lib/src/ap-field/select/index.vue.d.ts +2 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +2 -1
- package/lib/src/ap-field/switch/index.vue.d.ts +2 -1
- package/lib/src/ap-field/text/index.vue.d.ts +2 -1
- package/lib/src/ap-field/text/password.vue.d.ts +2 -1
- package/lib/src/ap-form/ap-form.vue.d.ts +6 -4
- package/lib/src/ap-form/dependency/index.vue.d.ts +2 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -2
- package/lib/src/ap-form/item/index.vue.d.ts +2 -1
- package/lib/src/ap-form/item-group/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/date/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/radio/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/select/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/switch/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/text/group.vue.d.ts +2 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/text/password.vue.d.ts +2 -1
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +2 -1
- package/lib/src/ap-form/list/index.vue.d.ts +2 -1
- package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -2
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/render/control.vue.d.ts +2 -1
- package/lib/src/ap-form/render/item.vue.d.ts +2 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +3 -2
- package/lib/src/ap-form/set/index.vue.d.ts +2 -1
- package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +3 -2
- package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
- package/lib/src/ap-list/index.vue.d.ts +3 -5
- package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +1 -1
- package/lib/src/ap-scroll-bar/index.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +3 -5
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/index/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +2 -1
- package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
- package/lib/src/ap-table/constants.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -3
- package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
- package/lib/src/ap-table/utils.d.ts +1 -0
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +2 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
- package/lib/src/ap-upload/apUpload.vue.d.ts +3 -2
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/lib/src/ap-upload/components/Picture.vue.d.ts +5 -9
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +1 -1
- package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
- package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
- package/lib/src/business/ap-appendix/index.d.ts +1 -1
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +3 -2
- package/lib/src/business/ap-batch-action/index.d.ts +1 -1
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
- package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
- package/lib/src/business/ap-batch-action-group/index.d.ts +887 -5
- package/lib/src/business/ap-card/ApCard.vue.d.ts +3 -2
- package/lib/src/business/ap-card/index.d.ts +1 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -5
- package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
- package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -2
- package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +8 -346
- package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
- package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
- package/lib/src/business/ap-group-search/index.d.ts +3 -3
- package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +8 -346
- package/lib/src/business/ap-image/ApImage.vue.d.ts +2 -1
- package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
- package/lib/src/business/ap-input-radio/index.d.ts +1 -1
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +3 -2
- package/lib/src/business/ap-ladder/index.d.ts +1 -1
- package/lib/src/business/ap-select-layout/index.d.ts +2 -4
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +3 -5
- package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
- package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +3 -2
- package/lib/src/business/ap-title/ApTitle.vue.d.ts +3 -2
- package/lib/src/business/ap-title/index.d.ts +1 -1
- package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
- package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
- package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
- package/lib/src/check-card/group.vue.d.ts +2 -1
- package/lib/src/check-card/index.vue.d.ts +3 -2
- package/lib/src/editable-table/form-item.vue.d.ts +3 -5
- package/lib/src/editable-table/index.vue.d.ts +3 -5
- package/lib/src/tests/wrapper.d.ts +4 -4
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
- package/package.json +1 -1
- package/index.ts +0 -19
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { ApCardProps } from './interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
4
5
|
slots: {
|
|
5
6
|
default?(_: {}): any;
|
|
6
7
|
};
|
|
7
8
|
refs: {};
|
|
8
|
-
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
9
10
|
};
|
|
10
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: DefineComponent<ApCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
12
|
+
declare const __VLS_component: DefineComponent<ApCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
13
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
14
|
export default _default;
|
|
14
15
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -2,7 +2,7 @@ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicP
|
|
|
2
2
|
import { ApCardProps } from './interface';
|
|
3
3
|
export * from './interface';
|
|
4
4
|
declare const ApCard: {
|
|
5
|
-
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApCardProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {},
|
|
5
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApCardProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
6
6
|
P: {};
|
|
7
7
|
B: {};
|
|
8
8
|
D: {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ApExpandAlertProps } from './interface';
|
|
2
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode
|
|
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 onExpand?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
readonly onChoose?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onExpand" | "onChoose"> & ApExpandAlertProps<T>> & PublicProps;
|
|
7
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onExpand" | "onChoose"> & Partial<{}> & ApExpandAlertProps<T>> & PublicProps;
|
|
8
8
|
expose(exposed: ShallowUnwrapRef<{
|
|
9
9
|
setExpand: (state?: boolean) => void;
|
|
10
10
|
}>): void;
|
|
@@ -23,9 +23,7 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
|
|
|
23
23
|
}): any;
|
|
24
24
|
};
|
|
25
25
|
emit: (event: "expand" | "choose", ...args: any[]) => void;
|
|
26
|
-
}>) => VNode
|
|
27
|
-
[key: string]: any;
|
|
28
|
-
}> & {
|
|
26
|
+
}>) => VNode & {
|
|
29
27
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
30
28
|
};
|
|
31
29
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, VNode, CSSProperties, PublicProps, ShallowUnwrapRef,
|
|
1
|
+
import { Component, VNode, CSSProperties, PublicProps, ShallowUnwrapRef, 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;
|
|
@@ -20,7 +20,7 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
|
|
|
20
20
|
props: {
|
|
21
21
|
readonly onExpand?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
readonly onChoose?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
type?: "warning" | "error" | "success" | "info" | "card" | undefined;
|
|
23
|
+
type?: "warning" | "error" | "success" | "info" | "card" | undefined | undefined;
|
|
24
24
|
data?: string | T[] | undefined;
|
|
25
25
|
prefix?: string | undefined;
|
|
26
26
|
tipTitle?: string | undefined;
|
|
@@ -29,7 +29,7 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
|
|
|
29
29
|
separatorStyle?: CSSProperties | undefined;
|
|
30
30
|
contentStyle?: Omit< CSSProperties, "wordBreak" | "overflow" | "display" | "webkitLineClamp" | "webkitBoxOrient"> | undefined;
|
|
31
31
|
prefixStyle?: CSSProperties | undefined;
|
|
32
|
-
rows?:
|
|
32
|
+
rows?: string | number | undefined;
|
|
33
33
|
defaultExpand?: boolean | undefined;
|
|
34
34
|
showIcon?: boolean | undefined;
|
|
35
35
|
} & PublicProps;
|
|
@@ -51,9 +51,7 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
|
|
|
51
51
|
}): any;
|
|
52
52
|
};
|
|
53
53
|
emit: (event: "expand" | "choose", ...args: any[]) => void;
|
|
54
|
-
}>) => VNode
|
|
55
|
-
[key: string]: any;
|
|
56
|
-
}> & {
|
|
54
|
+
}>) => VNode & {
|
|
57
55
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
58
56
|
}) & ( Plugin & (new (...args: any[]) => {
|
|
59
57
|
$props: {
|
|
@@ -2,6 +2,7 @@ import { SelectValue } from '@aplus-frontend/antdv/es/select';
|
|
|
2
2
|
import { GroupSearchProps } from './interface';
|
|
3
3
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
5
6
|
slots: {
|
|
6
7
|
search?(_: {
|
|
7
8
|
key: SelectValue;
|
|
@@ -12,7 +13,7 @@ declare function __VLS_template(): {
|
|
|
12
13
|
refs: {
|
|
13
14
|
containerRef: HTMLDivElement;
|
|
14
15
|
};
|
|
15
|
-
|
|
16
|
+
rootEl: HTMLDivElement;
|
|
16
17
|
};
|
|
17
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
19
|
declare const __VLS_component: DefineComponent<GroupSearchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -22,7 +23,7 @@ declare const __VLS_component: DefineComponent<GroupSearchProps, {}, {}, {}, {},
|
|
|
22
23
|
}>, {
|
|
23
24
|
dropdownMatchSelectWidth: number | boolean;
|
|
24
25
|
hasAll: boolean;
|
|
25
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
26
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
26
27
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
28
|
export default _default;
|
|
28
29
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,350 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
|
|
6
|
-
import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
|
|
7
|
-
import { RenderDOMFunc, DropdownRender, CustomTagProps } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
|
|
8
|
-
import { AlignType } from '@aplus-frontend/antdv/es/vc-trigger/interface';
|
|
9
|
-
declare const _default: DefineComponent<Omit<Partial< ExtractPropTypes<{
|
|
10
|
-
value: {
|
|
11
|
-
type: PropType<SelectValue>;
|
|
12
|
-
default: SelectValue;
|
|
13
|
-
};
|
|
14
|
-
defaultValue: {
|
|
15
|
-
type: PropType<SelectValue>;
|
|
16
|
-
default: SelectValue;
|
|
17
|
-
};
|
|
18
|
-
notFoundContent: VueTypeValidableDef<any>;
|
|
19
|
-
suffixIcon: VueTypeValidableDef<any>;
|
|
20
|
-
itemIcon: VueTypeValidableDef<any>;
|
|
21
|
-
size: {
|
|
22
|
-
type: PropType<ButtonSize>;
|
|
23
|
-
default: ButtonSize;
|
|
24
|
-
};
|
|
25
|
-
mode: {
|
|
26
|
-
type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
27
|
-
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
28
|
-
};
|
|
29
|
-
bordered: {
|
|
30
|
-
type: BooleanConstructor;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
transitionName: StringConstructor;
|
|
34
|
-
choiceTransitionName: {
|
|
35
|
-
type: PropType<"">;
|
|
36
|
-
default: "";
|
|
37
|
-
};
|
|
38
|
-
popupClassName: StringConstructor;
|
|
39
|
-
dropdownClassName: StringConstructor;
|
|
40
|
-
placement: {
|
|
41
|
-
type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
42
|
-
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
43
|
-
};
|
|
44
|
-
status: {
|
|
45
|
-
type: PropType<"" | "error" | "warning">;
|
|
46
|
-
default: "" | "error" | "warning";
|
|
47
|
-
};
|
|
48
|
-
'onUpdate:value': {
|
|
49
|
-
type: PropType<(val: SelectValue) => void>;
|
|
50
|
-
default: (val: SelectValue) => void;
|
|
51
|
-
};
|
|
52
|
-
children: PropType< VueNode[]>;
|
|
53
|
-
listHeight: NumberConstructor;
|
|
54
|
-
onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
55
|
-
onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
56
|
-
tabindex: NumberConstructor;
|
|
57
|
-
onClick: PropType<(e: MouseEvent) => void>;
|
|
58
|
-
onFocus: {
|
|
59
|
-
type: PropType<(e: FocusEvent) => void>;
|
|
60
|
-
};
|
|
61
|
-
onBlur: {
|
|
62
|
-
type: PropType<(e: FocusEvent) => void>;
|
|
63
|
-
};
|
|
64
|
-
onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
|
|
65
|
-
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
66
|
-
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
67
|
-
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
68
|
-
onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
69
|
-
open: {
|
|
70
|
-
type: BooleanConstructor;
|
|
71
|
-
default: any;
|
|
72
|
-
};
|
|
73
|
-
animation: StringConstructor;
|
|
74
|
-
direction: {
|
|
75
|
-
type: PropType<"rtl" | "ltr">;
|
|
76
|
-
};
|
|
77
|
-
disabled: {
|
|
78
|
-
type: BooleanConstructor;
|
|
79
|
-
default: any;
|
|
80
|
-
};
|
|
81
|
-
prefixCls: StringConstructor;
|
|
82
|
-
id: StringConstructor;
|
|
83
|
-
autofocus: BooleanConstructor;
|
|
84
|
-
getPopupContainer: {
|
|
85
|
-
type: PropType<RenderDOMFunc>;
|
|
86
|
-
};
|
|
87
|
-
virtual: {
|
|
88
|
-
type: BooleanConstructor;
|
|
89
|
-
default: any;
|
|
90
|
-
};
|
|
91
|
-
dropdownMatchSelectWidth: {
|
|
92
|
-
type: PropType<number | boolean>;
|
|
93
|
-
default: any;
|
|
94
|
-
};
|
|
95
|
-
options: PropType< DefaultOptionType[]>;
|
|
96
|
-
showAction: {
|
|
97
|
-
type: PropType<("click" | "focus")[]>;
|
|
98
|
-
};
|
|
99
|
-
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
100
|
-
loading: {
|
|
101
|
-
type: BooleanConstructor;
|
|
102
|
-
default: any;
|
|
103
|
-
};
|
|
104
|
-
placeholder: VueTypeValidableDef<any>;
|
|
105
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
106
|
-
allowClear: {
|
|
107
|
-
type: BooleanConstructor;
|
|
108
|
-
default: any;
|
|
109
|
-
};
|
|
110
|
-
onSearch: PropType<(value: string) => void>;
|
|
111
|
-
fieldNames: PropType<FieldNames>;
|
|
112
|
-
dropdownStyle: {
|
|
113
|
-
type: PropType<CSSProperties>;
|
|
114
|
-
};
|
|
115
|
-
dropdownRender: {
|
|
116
|
-
type: PropType<DropdownRender>;
|
|
117
|
-
};
|
|
118
|
-
dropdownAlign: PropType<AlignType>;
|
|
119
|
-
showSearch: {
|
|
120
|
-
type: BooleanConstructor;
|
|
121
|
-
default: any;
|
|
122
|
-
};
|
|
123
|
-
searchValue: StringConstructor;
|
|
124
|
-
onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
|
|
125
|
-
removeIcon: VueTypeValidableDef<any>;
|
|
126
|
-
maxTagCount: {
|
|
127
|
-
type: PropType<number | "responsive">;
|
|
128
|
-
};
|
|
129
|
-
maxTagTextLength: NumberConstructor;
|
|
130
|
-
maxTagPlaceholder: VueTypeValidableDef<any>;
|
|
131
|
-
tokenSeparators: {
|
|
132
|
-
type: PropType<string[]>;
|
|
133
|
-
};
|
|
134
|
-
tagRender: {
|
|
135
|
-
type: PropType<(props: CustomTagProps) => any>;
|
|
136
|
-
};
|
|
137
|
-
optionLabelRender: {
|
|
138
|
-
type: PropType<(option: Record<string, any>) => any>;
|
|
139
|
-
};
|
|
140
|
-
onClear: PropType<() => void>;
|
|
141
|
-
defaultOpen: {
|
|
142
|
-
type: BooleanConstructor;
|
|
143
|
-
default: any;
|
|
144
|
-
};
|
|
145
|
-
onDropdownVisibleChange: {
|
|
146
|
-
type: PropType<(open: boolean) => void>;
|
|
147
|
-
};
|
|
148
|
-
showArrow: {
|
|
149
|
-
type: BooleanConstructor;
|
|
150
|
-
default: any;
|
|
151
|
-
};
|
|
152
|
-
onPopupScroll: PropType<(e: UIEvent) => void>;
|
|
153
|
-
menuItemSelectedIcon: VueTypeValidableDef<any>;
|
|
154
|
-
listItemHeight: NumberConstructor;
|
|
155
|
-
inputValue: StringConstructor;
|
|
156
|
-
autoClearSearchValue: {
|
|
157
|
-
type: BooleanConstructor;
|
|
158
|
-
default: any;
|
|
159
|
-
};
|
|
160
|
-
filterOption: {
|
|
161
|
-
type: PropType<boolean | FilterFunc<DefaultOptionType>>;
|
|
162
|
-
default: any;
|
|
163
|
-
};
|
|
164
|
-
filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
|
|
165
|
-
optionFilterProp: StringConstructor;
|
|
166
|
-
optionLabelProp: StringConstructor;
|
|
167
|
-
defaultActiveFirstOption: {
|
|
168
|
-
type: BooleanConstructor;
|
|
169
|
-
default: any;
|
|
170
|
-
};
|
|
171
|
-
labelInValue: {
|
|
172
|
-
type: BooleanConstructor;
|
|
173
|
-
default: any;
|
|
174
|
-
};
|
|
175
|
-
}>>, "mode" | "suffixIcon"> & {
|
|
1
|
+
import { SelectProps } from '@aplus-frontend/antdv';
|
|
2
|
+
import { SelectValue } from '@aplus-frontend/antdv/es/select';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
type __VLS_Props = Omit<SelectProps, 'mode' | 'suffixIcon'> & {
|
|
176
5
|
__parentRef?: HTMLElement;
|
|
177
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
178
8
|
change: (value: SelectValue) => any;
|
|
179
|
-
}, string, PublicProps, Readonly<
|
|
180
|
-
value: {
|
|
181
|
-
type: PropType<SelectValue>;
|
|
182
|
-
default: SelectValue;
|
|
183
|
-
};
|
|
184
|
-
defaultValue: {
|
|
185
|
-
type: PropType<SelectValue>;
|
|
186
|
-
default: SelectValue;
|
|
187
|
-
};
|
|
188
|
-
notFoundContent: VueTypeValidableDef<any>;
|
|
189
|
-
suffixIcon: VueTypeValidableDef<any>;
|
|
190
|
-
itemIcon: VueTypeValidableDef<any>;
|
|
191
|
-
size: {
|
|
192
|
-
type: PropType<ButtonSize>;
|
|
193
|
-
default: ButtonSize;
|
|
194
|
-
};
|
|
195
|
-
mode: {
|
|
196
|
-
type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
197
|
-
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
198
|
-
};
|
|
199
|
-
bordered: {
|
|
200
|
-
type: BooleanConstructor;
|
|
201
|
-
default: boolean;
|
|
202
|
-
};
|
|
203
|
-
transitionName: StringConstructor;
|
|
204
|
-
choiceTransitionName: {
|
|
205
|
-
type: PropType<"">;
|
|
206
|
-
default: "";
|
|
207
|
-
};
|
|
208
|
-
popupClassName: StringConstructor;
|
|
209
|
-
dropdownClassName: StringConstructor;
|
|
210
|
-
placement: {
|
|
211
|
-
type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
212
|
-
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
213
|
-
};
|
|
214
|
-
status: {
|
|
215
|
-
type: PropType<"" | "error" | "warning">;
|
|
216
|
-
default: "" | "error" | "warning";
|
|
217
|
-
};
|
|
218
|
-
'onUpdate:value': {
|
|
219
|
-
type: PropType<(val: SelectValue) => void>;
|
|
220
|
-
default: (val: SelectValue) => void;
|
|
221
|
-
};
|
|
222
|
-
children: PropType< VueNode[]>;
|
|
223
|
-
listHeight: NumberConstructor;
|
|
224
|
-
onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
225
|
-
onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
226
|
-
tabindex: NumberConstructor;
|
|
227
|
-
onClick: PropType<(e: MouseEvent) => void>;
|
|
228
|
-
onFocus: {
|
|
229
|
-
type: PropType<(e: FocusEvent) => void>;
|
|
230
|
-
};
|
|
231
|
-
onBlur: {
|
|
232
|
-
type: PropType<(e: FocusEvent) => void>;
|
|
233
|
-
};
|
|
234
|
-
onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
|
|
235
|
-
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
236
|
-
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
237
|
-
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
238
|
-
onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
239
|
-
open: {
|
|
240
|
-
type: BooleanConstructor;
|
|
241
|
-
default: any;
|
|
242
|
-
};
|
|
243
|
-
animation: StringConstructor;
|
|
244
|
-
direction: {
|
|
245
|
-
type: PropType<"rtl" | "ltr">;
|
|
246
|
-
};
|
|
247
|
-
disabled: {
|
|
248
|
-
type: BooleanConstructor;
|
|
249
|
-
default: any;
|
|
250
|
-
};
|
|
251
|
-
prefixCls: StringConstructor;
|
|
252
|
-
id: StringConstructor;
|
|
253
|
-
autofocus: BooleanConstructor;
|
|
254
|
-
getPopupContainer: {
|
|
255
|
-
type: PropType<RenderDOMFunc>;
|
|
256
|
-
};
|
|
257
|
-
virtual: {
|
|
258
|
-
type: BooleanConstructor;
|
|
259
|
-
default: any;
|
|
260
|
-
};
|
|
261
|
-
dropdownMatchSelectWidth: {
|
|
262
|
-
type: PropType<number | boolean>;
|
|
263
|
-
default: any;
|
|
264
|
-
};
|
|
265
|
-
options: PropType< DefaultOptionType[]>;
|
|
266
|
-
showAction: {
|
|
267
|
-
type: PropType<("click" | "focus")[]>;
|
|
268
|
-
};
|
|
269
|
-
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
270
|
-
loading: {
|
|
271
|
-
type: BooleanConstructor;
|
|
272
|
-
default: any;
|
|
273
|
-
};
|
|
274
|
-
placeholder: VueTypeValidableDef<any>;
|
|
275
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
276
|
-
allowClear: {
|
|
277
|
-
type: BooleanConstructor;
|
|
278
|
-
default: any;
|
|
279
|
-
};
|
|
280
|
-
onSearch: PropType<(value: string) => void>;
|
|
281
|
-
fieldNames: PropType<FieldNames>;
|
|
282
|
-
dropdownStyle: {
|
|
283
|
-
type: PropType<CSSProperties>;
|
|
284
|
-
};
|
|
285
|
-
dropdownRender: {
|
|
286
|
-
type: PropType<DropdownRender>;
|
|
287
|
-
};
|
|
288
|
-
dropdownAlign: PropType<AlignType>;
|
|
289
|
-
showSearch: {
|
|
290
|
-
type: BooleanConstructor;
|
|
291
|
-
default: any;
|
|
292
|
-
};
|
|
293
|
-
searchValue: StringConstructor;
|
|
294
|
-
onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
|
|
295
|
-
removeIcon: VueTypeValidableDef<any>;
|
|
296
|
-
maxTagCount: {
|
|
297
|
-
type: PropType<number | "responsive">;
|
|
298
|
-
};
|
|
299
|
-
maxTagTextLength: NumberConstructor;
|
|
300
|
-
maxTagPlaceholder: VueTypeValidableDef<any>;
|
|
301
|
-
tokenSeparators: {
|
|
302
|
-
type: PropType<string[]>;
|
|
303
|
-
};
|
|
304
|
-
tagRender: {
|
|
305
|
-
type: PropType<(props: CustomTagProps) => any>;
|
|
306
|
-
};
|
|
307
|
-
optionLabelRender: {
|
|
308
|
-
type: PropType<(option: Record<string, any>) => any>;
|
|
309
|
-
};
|
|
310
|
-
onClear: PropType<() => void>;
|
|
311
|
-
defaultOpen: {
|
|
312
|
-
type: BooleanConstructor;
|
|
313
|
-
default: any;
|
|
314
|
-
};
|
|
315
|
-
onDropdownVisibleChange: {
|
|
316
|
-
type: PropType<(open: boolean) => void>;
|
|
317
|
-
};
|
|
318
|
-
showArrow: {
|
|
319
|
-
type: BooleanConstructor;
|
|
320
|
-
default: any;
|
|
321
|
-
};
|
|
322
|
-
onPopupScroll: PropType<(e: UIEvent) => void>;
|
|
323
|
-
menuItemSelectedIcon: VueTypeValidableDef<any>;
|
|
324
|
-
listItemHeight: NumberConstructor;
|
|
325
|
-
inputValue: StringConstructor;
|
|
326
|
-
autoClearSearchValue: {
|
|
327
|
-
type: BooleanConstructor;
|
|
328
|
-
default: any;
|
|
329
|
-
};
|
|
330
|
-
filterOption: {
|
|
331
|
-
type: PropType<boolean | FilterFunc<DefaultOptionType>>;
|
|
332
|
-
default: any;
|
|
333
|
-
};
|
|
334
|
-
filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
|
|
335
|
-
optionFilterProp: StringConstructor;
|
|
336
|
-
optionLabelProp: StringConstructor;
|
|
337
|
-
defaultActiveFirstOption: {
|
|
338
|
-
type: BooleanConstructor;
|
|
339
|
-
default: any;
|
|
340
|
-
};
|
|
341
|
-
labelInValue: {
|
|
342
|
-
type: BooleanConstructor;
|
|
343
|
-
default: any;
|
|
344
|
-
};
|
|
345
|
-
}>>, "mode" | "suffixIcon"> & {
|
|
346
|
-
__parentRef?: HTMLElement;
|
|
347
|
-
}> & Readonly<{
|
|
9
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
348
10
|
onChange?: ((value: SelectValue) => any) | undefined;
|
|
349
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
11
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
350
12
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3
3
|
export default _default;
|
|
@@ -16,7 +16,7 @@ declare const ApGroupSearch: {
|
|
|
16
16
|
}, PublicProps, {
|
|
17
17
|
dropdownMatchSelectWidth: number | boolean;
|
|
18
18
|
hasAll: boolean;
|
|
19
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {},
|
|
19
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
20
20
|
P: {};
|
|
21
21
|
B: {};
|
|
22
22
|
D: {};
|
|
@@ -225,7 +225,7 @@ declare const ApExtensionSelect: {
|
|
|
225
225
|
onChange?: ((value: SelectValue) => any) | undefined;
|
|
226
226
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
227
227
|
change: (value: SelectValue) => any;
|
|
228
|
-
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {},
|
|
228
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
229
229
|
P: {};
|
|
230
230
|
B: {};
|
|
231
231
|
D: {};
|
|
@@ -758,7 +758,7 @@ declare const ApPopoverSelect: {
|
|
|
758
758
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
759
759
|
submit: (value: SelectValue) => any;
|
|
760
760
|
"open-change": (value: boolean) => any;
|
|
761
|
-
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {},
|
|
761
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
762
762
|
P: {};
|
|
763
763
|
B: {};
|
|
764
764
|
D: {};
|