@aplus-frontend/ui 0.4.19 → 0.4.21
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 +2 -1
- package/es/src/ap-button/ap-button.vue.d.ts +2 -1
- 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 +324 -2
- package/es/src/ap-field/radio/index.vue.d.ts +98 -2
- package/es/src/ap-field/rate/index.vue.d.ts +84 -2
- package/es/src/ap-field/segmented/index.vue.d.ts +2 -1
- package/es/src/ap-field/select/index.vue.d.ts +409 -2
- package/es/src/ap-field/select/index.vue.mjs +7 -6
- package/es/src/ap-field/slider/index.vue.d.ts +259 -2
- 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-field/text-area/index.vue.d.ts +267 -2
- package/es/src/ap-form/ap-form.vue.d.ts +638 -2
- package/es/src/ap-form/dependency/index.vue.d.ts +2 -1
- package/es/src/ap-form/drawer-form/index.vue.d.ts +1458 -6
- package/es/src/ap-form/item/index.vue.d.ts +779 -2
- 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 +785 -3
- package/es/src/ap-form/items/radio/index.vue.d.ts +223 -4
- 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 +141 -3
- package/es/src/ap-form/items/text/password.vue.d.ts +150 -2
- package/es/src/ap-form/items/text-area/index.vue.d.ts +568 -4
- package/es/src/ap-form/list/index.vue.d.ts +2 -1
- package/es/src/ap-form/modal-form/index.vue.d.ts +1458 -7
- package/es/src/ap-form/provider/index.vue.d.ts +2 -1
- 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 +1458 -5
- 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 +6 -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 +1 -1
- package/es/src/ap-table/ap-table.vue.d.ts +1 -1
- 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 +2264 -14
- package/es/src/ap-table/utils.d.ts +1180 -8
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +5 -2
- package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
- package/es/src/ap-upload/apUpload.vue.d.ts +5 -2
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +453 -2
- package/es/src/ap-upload/components/Picture.vue.d.ts +5 -2
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +3 -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 +5 -2
- package/es/src/business/ap-batch-action/index.d.ts +3 -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 +1 -1
- package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +5 -2
- package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +9 -8
- package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +10 -346
- package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +8 -7
- 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 +418 -4
- package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +412 -340
- package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +15 -14
- 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 +6 -2
- package/es/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
- package/es/src/business/ap-ladder/index.d.ts +4 -1
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +1 -1
- package/es/src/business/ap-table-modal/index.d.ts +27 -2
- 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 +30 -4
- 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 +146 -3
- package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +267 -2
- package/es/src/business/hooks/useTableRefresh.mjs +43 -24
- 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 +1 -1
- package/es/src/editable-table/index.vue.d.ts +1 -1
- package/es/src/full-screen/index.vue.d.ts +6 -2
- package/es/src/portal/index.vue.d.ts +2 -1
- package/es/src/resize-observer/index.vue.d.ts +2 -1
- package/es/src/scroll-bar/index.vue.d.ts +42 -3
- package/es/src/scroll-bar/internal.vue.d.ts +5 -1
- package/es/src/scroll-bar/internal.vue.mjs +11 -10
- package/es/src/scroll-view/index.vue.d.ts +92 -4
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +828 -2
- 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 +2 -1
- package/lib/src/ap-button/ap-button.vue.d.ts +2 -1
- 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 +324 -2
- package/lib/src/ap-field/radio/index.vue.d.ts +98 -2
- package/lib/src/ap-field/rate/index.vue.d.ts +84 -2
- package/lib/src/ap-field/segmented/index.vue.d.ts +2 -1
- package/lib/src/ap-field/select/index.vue.d.ts +409 -2
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +259 -2
- 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-field/text-area/index.vue.d.ts +267 -2
- package/lib/src/ap-form/ap-form.vue.d.ts +638 -2
- package/lib/src/ap-form/dependency/index.vue.d.ts +2 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +1458 -6
- package/lib/src/ap-form/item/index.vue.d.ts +779 -2
- 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 +785 -3
- package/lib/src/ap-form/items/radio/index.vue.d.ts +223 -4
- 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 +141 -3
- package/lib/src/ap-form/items/text/password.vue.d.ts +150 -2
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +568 -4
- package/lib/src/ap-form/list/index.vue.d.ts +2 -1
- package/lib/src/ap-form/modal-form/index.vue.d.ts +1458 -7
- package/lib/src/ap-form/provider/index.vue.d.ts +2 -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 +1458 -5
- 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 +6 -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 +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +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 +2264 -14
- package/lib/src/ap-table/utils.d.ts +1180 -8
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +5 -2
- package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
- package/lib/src/ap-upload/apUpload.vue.d.ts +5 -2
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +453 -2
- package/lib/src/ap-upload/components/Picture.vue.d.ts +5 -2
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +3 -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 +5 -2
- package/lib/src/business/ap-batch-action/index.d.ts +3 -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 +1 -1
- package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +5 -2
- package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
- package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +10 -346
- package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
- 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 +418 -4
- package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +412 -340
- package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
- 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 +6 -2
- package/lib/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +4 -1
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +1 -1
- package/lib/src/business/ap-table-modal/index.d.ts +27 -2
- 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 +30 -4
- 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 +146 -3
- package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +267 -2
- package/lib/src/business/hooks/useTableRefresh.js +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 +1 -1
- package/lib/src/editable-table/index.vue.d.ts +1 -1
- package/lib/src/full-screen/index.vue.d.ts +6 -2
- package/lib/src/portal/index.vue.d.ts +2 -1
- package/lib/src/resize-observer/index.vue.d.ts +2 -1
- package/lib/src/scroll-bar/index.vue.d.ts +42 -3
- package/lib/src/scroll-bar/internal.vue.d.ts +5 -1
- package/lib/src/scroll-bar/internal.vue.js +1 -1
- package/lib/src/scroll-view/index.vue.d.ts +92 -4
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +828 -2
- package/package.json +1 -1
|
@@ -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: {};
|
|
@@ -4,7 +4,7 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
|
|
|
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"> & ApExpandAlertProps<T> & Partial<{}>> & PublicProps;
|
|
8
8
|
expose(exposed: ShallowUnwrapRef<{
|
|
9
9
|
setExpand: (state?: boolean) => void;
|
|
10
10
|
}>): void;
|
|
@@ -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,9 @@ 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, {
|
|
27
|
+
containerRef: HTMLDivElement;
|
|
28
|
+
}, HTMLDivElement>;
|
|
26
29
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
30
|
export default _default;
|
|
28
31
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as P, ref as M, computed as c, onMounted as N, watch as
|
|
1
|
+
import { defineComponent as P, ref as M, computed as c, onMounted as N, watch as O, unref as t, resolveComponent as R, openBlock as C, createElementBlock as D, normalizeClass as d, createVNode as p, withCtx as w, normalizeStyle as K, createBlock as F, createCommentVNode as T, renderSlot as $ } from "vue";
|
|
2
2
|
import { Flex as j, Select as E } from "@aplus-frontend/antdv";
|
|
3
3
|
import G from "./images/icon-down.vue.mjs";
|
|
4
4
|
import "./extension-select/index.vue.mjs";
|
|
@@ -85,6 +85,7 @@ const m = "GROUP_SEARCH_ALL", ne = /* @__PURE__ */ P({
|
|
|
85
85
|
optionFilterProp: {},
|
|
86
86
|
optionLabelProp: {},
|
|
87
87
|
defaultActiveFirstOption: { type: Boolean },
|
|
88
|
+
onClickOption: {},
|
|
88
89
|
labelInValue: { type: Boolean },
|
|
89
90
|
hasAll: { type: Boolean, default: !0 },
|
|
90
91
|
style: {}
|
|
@@ -111,7 +112,7 @@ const m = "GROUP_SEARCH_ALL", ne = /* @__PURE__ */ P({
|
|
|
111
112
|
return !o || o.length === 1 ? n : ((i = l.options) == null ? void 0 : i.filter((r) => o.includes(r.value)).map((r) => r.label).join("/")) || n;
|
|
112
113
|
});
|
|
113
114
|
N(() => {
|
|
114
|
-
|
|
115
|
+
O(
|
|
115
116
|
() => {
|
|
116
117
|
var e;
|
|
117
118
|
return [l.hasAll, (e = t(a)) == null ? void 0 : e.key];
|
|
@@ -141,31 +142,31 @@ const m = "GROUP_SEARCH_ALL", ne = /* @__PURE__ */ P({
|
|
|
141
142
|
});
|
|
142
143
|
}, { b: I, e: g, em: L } = W("ap-group-search");
|
|
143
144
|
return (e, o) => {
|
|
144
|
-
const n =
|
|
145
|
-
return
|
|
145
|
+
const n = R("Divider");
|
|
146
|
+
return C(), D("div", {
|
|
146
147
|
ref_key: "containerRef",
|
|
147
148
|
ref: y,
|
|
148
149
|
class: d(t(I)())
|
|
149
150
|
}, [
|
|
150
151
|
p(t(j), null, {
|
|
151
|
-
default:
|
|
152
|
+
default: w(() => {
|
|
152
153
|
var s, i;
|
|
153
154
|
return [
|
|
154
155
|
p(t(E), {
|
|
155
156
|
value: V.value,
|
|
156
|
-
style:
|
|
157
|
+
style: K(B.value),
|
|
157
158
|
class: d(`${e.$attrs.class} ${t(f) === "admin" ? t(L)("search", "admin") : t(g)("search")}`),
|
|
158
159
|
options: k.value,
|
|
159
160
|
bordered: !1,
|
|
160
161
|
"dropdown-match-select-width": l.dropdownMatchSelectWidth,
|
|
161
162
|
onChange: A
|
|
162
163
|
}, {
|
|
163
|
-
suffixIcon:
|
|
164
|
+
suffixIcon: w(() => [
|
|
164
165
|
p(G)
|
|
165
166
|
]),
|
|
166
167
|
_: 1
|
|
167
168
|
}, 8, ["value", "style", "class", "options", "dropdown-match-select-width"]),
|
|
168
|
-
t(f) === "aplus" ? (
|
|
169
|
+
t(f) === "aplus" ? (C(), F(n, {
|
|
169
170
|
key: 0,
|
|
170
171
|
class: d(t(g)("divider")),
|
|
171
172
|
type: "vertical",
|
|
@@ -1,350 +1,14 @@
|
|
|
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, {
|
|
12
|
+
containerRef: HTMLDivElement;
|
|
13
|
+
}, HTMLDivElement>;
|
|
350
14
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as C, ref as a, computed as y, watch as w, openBlock as B, createElementBlock as _, createVNode as s, unref as l, normalizeClass as x, normalizeStyle as b, withCtx as S } from "vue";
|
|
2
2
|
import { Select as I } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../popover-select/index.vue.mjs";
|
|
4
4
|
import "../../../config-provider/index.mjs";
|
|
5
5
|
import { useGlobalConfig as R } from "../../../config-provider/hooks/use-global-config.mjs";
|
|
6
6
|
import { useNamespace as V } from "../../../config-provider/hooks/use-namespace.mjs";
|
|
7
7
|
import N from "../popover-select/index.vue2.mjs";
|
|
8
|
-
const
|
|
8
|
+
const F = /* @__PURE__ */ C({
|
|
9
9
|
__name: "index",
|
|
10
10
|
props: {
|
|
11
11
|
value: {},
|
|
@@ -80,13 +80,14 @@ const O = /* @__PURE__ */ y({
|
|
|
80
80
|
optionFilterProp: {},
|
|
81
81
|
optionLabelProp: {},
|
|
82
82
|
defaultActiveFirstOption: { type: Boolean },
|
|
83
|
+
onClickOption: {},
|
|
83
84
|
labelInValue: { type: Boolean },
|
|
84
85
|
__parentRef: {}
|
|
85
86
|
},
|
|
86
87
|
emits: ["change"],
|
|
87
88
|
setup(u, { emit: c }) {
|
|
88
|
-
const d = R("uiMode", "aplus"), o = u, r =
|
|
89
|
-
e && (
|
|
89
|
+
const d = R("uiMode", "aplus"), o = u, r = a(), n = a(), t = a(!1), m = y(() => o.__parentRef || r.value), f = c, h = (e) => {
|
|
90
|
+
e && (t.value = !1);
|
|
90
91
|
};
|
|
91
92
|
w(
|
|
92
93
|
() => o.value,
|
|
@@ -110,10 +111,10 @@ const O = /* @__PURE__ */ y({
|
|
|
110
111
|
mode: "tags",
|
|
111
112
|
"show-arrow": !0,
|
|
112
113
|
"not-found-content": !0,
|
|
113
|
-
open:
|
|
114
|
+
open: t.value,
|
|
114
115
|
"max-tag-count": o.maxTagCount,
|
|
115
116
|
placeholder: o.placeholder,
|
|
116
|
-
onDropdownVisibleChange: i[0] || (i[0] = (v) =>
|
|
117
|
+
onDropdownVisibleChange: i[0] || (i[0] = (v) => t.value = v),
|
|
117
118
|
onChange: p
|
|
118
119
|
}, {
|
|
119
120
|
suffixIcon: S(() => [
|
|
@@ -130,5 +131,5 @@ const O = /* @__PURE__ */ y({
|
|
|
130
131
|
}
|
|
131
132
|
});
|
|
132
133
|
export {
|
|
133
|
-
|
|
134
|
+
F as default
|
|
134
135
|
};
|
|
@@ -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;
|