@aplus-frontend/ui 0.4.19 → 0.4.20
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 +34 -20
- 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,9 +1,10 @@
|
|
|
1
1
|
import { ApActionItemProps, ApActionItemSlots } from '../interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
4
5
|
slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
|
|
5
6
|
refs: {};
|
|
6
|
-
|
|
7
|
+
rootEl: any;
|
|
7
8
|
};
|
|
8
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
10
|
declare const __VLS_component: DefineComponent<ApActionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -3,11 +3,12 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
|
|
|
3
3
|
import { ActionColor, MixedActionTypes } from '..';
|
|
4
4
|
import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
6
7
|
slots: {
|
|
7
8
|
default?(_: {}): any;
|
|
8
9
|
};
|
|
9
10
|
refs: {};
|
|
10
|
-
|
|
11
|
+
rootEl: any;
|
|
11
12
|
};
|
|
12
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
14
|
declare const __VLS_component: DefineComponent<ApActionItemDropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemDropdownProps> & Readonly<{}>, {
|
|
@@ -3,9 +3,10 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
|
|
|
3
3
|
import { ActionColor } from '..';
|
|
4
4
|
import { ModalFuncProps } from '@aplus-frontend/antdv';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
6
7
|
slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
|
|
7
8
|
refs: {};
|
|
8
|
-
|
|
9
|
+
rootEl: any;
|
|
9
10
|
};
|
|
10
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
12
|
declare const __VLS_component: DefineComponent<ApActionItemModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemModalProps> & Readonly<{}>, {
|
|
@@ -11,9 +11,10 @@ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
|
|
|
11
11
|
import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
|
|
12
12
|
import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
|
|
13
13
|
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
14
15
|
slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
|
|
15
16
|
refs: {};
|
|
16
|
-
|
|
17
|
+
rootEl: any;
|
|
17
18
|
};
|
|
18
19
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
20
|
declare const __VLS_component: DefineComponent<ApActionItemPopconfirmProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemPopconfirmProps> & Readonly<{}>, {
|
|
@@ -2,9 +2,10 @@ import { ApButtonSlots, ApButtonProps } from './interface';
|
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { ButtonType } from '@aplus-frontend/antdv/es/button';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
5
6
|
slots: Readonly<ApButtonSlots> & ApButtonSlots;
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: any;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
11
|
declare const __VLS_component: DefineComponent<ApButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApButtonProps> & Readonly<{}>, {
|
|
@@ -2,9 +2,10 @@ import { ApButtonSlots, ApButtonProps } from './interface';
|
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { ButtonType } from '@aplus-frontend/antdv/es/button';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
5
6
|
slots: Readonly<ApButtonSlots> & ApButtonSlots;
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: any;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
11
|
declare const __VLS_component: DefineComponent<ApButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApButtonProps> & Readonly<{}>, {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DisplayInfoProps } from './interface';
|
|
2
2
|
import { VNode, RendererNode, RendererElement, VNodeChild, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
4
5
|
slots: Partial<Record<string, (_: {
|
|
5
6
|
index: number;
|
|
6
7
|
item: VNode<RendererNode, RendererElement, {
|
|
@@ -11,10 +12,10 @@ declare function __VLS_template(): {
|
|
|
11
12
|
} | undefined;
|
|
12
13
|
}) => any>>;
|
|
13
14
|
refs: {};
|
|
14
|
-
|
|
15
|
+
rootEl: HTMLDivElement;
|
|
15
16
|
};
|
|
16
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
-
declare const __VLS_component: DefineComponent<DisplayInfoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DisplayInfoProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
18
|
+
declare const __VLS_component: DefineComponent<DisplayInfoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DisplayInfoProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
20
|
export default _default;
|
|
20
21
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
helpMessage?: any;
|
|
4
4
|
label?: any;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
label?: any;
|
|
8
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
9
7
|
export default _default;
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
import { ApDownLoadProps } from './interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { ButtonType } from '@aplus-frontend/antdv/es/button';
|
|
4
|
+
type __VLS_Props = ApDownLoadProps;
|
|
4
5
|
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
5
7
|
slots: {
|
|
6
8
|
icon?(_: {}): any;
|
|
7
9
|
};
|
|
8
10
|
refs: {};
|
|
9
|
-
|
|
11
|
+
rootEl: any;
|
|
10
12
|
};
|
|
11
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: DefineComponent<
|
|
14
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13
15
|
downloadCallback: (...args: any[]) => void;
|
|
14
|
-
}, string, PublicProps, Readonly<
|
|
16
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
17
|
onDownloadCallback?: ((...args: any[]) => any) | undefined;
|
|
16
18
|
}>, {
|
|
17
19
|
size: "small" | "large" | "middle";
|
|
@@ -19,9 +19,10 @@ type ApFieldDataSlots = {
|
|
|
19
19
|
default?: any;
|
|
20
20
|
};
|
|
21
21
|
declare function __VLS_template(): {
|
|
22
|
+
attrs: Partial<{}>;
|
|
22
23
|
slots: Readonly<ApFieldDataSlots> & ApFieldDataSlots;
|
|
23
24
|
refs: {};
|
|
24
|
-
|
|
25
|
+
rootEl: any;
|
|
25
26
|
};
|
|
26
27
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
28
|
declare const __VLS_component: DefineComponent<ApFieldDateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -20,9 +20,10 @@ type ApFieldDateRangeSlots = {
|
|
|
20
20
|
clearIcon?: any;
|
|
21
21
|
};
|
|
22
22
|
declare function __VLS_template(): {
|
|
23
|
+
attrs: Partial<{}>;
|
|
23
24
|
slots: Readonly<ApFieldDateRangeSlots> & ApFieldDateRangeSlots;
|
|
24
25
|
refs: {};
|
|
25
|
-
|
|
26
|
+
rootEl: any;
|
|
26
27
|
};
|
|
27
28
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
28
29
|
declare const __VLS_component: DefineComponent<ApFieldDateRangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -16,6 +16,7 @@ type ApFieldNumberSlots = {
|
|
|
16
16
|
declare function focus(): void;
|
|
17
17
|
declare function blur(): void;
|
|
18
18
|
declare function __VLS_template(): {
|
|
19
|
+
attrs: Partial<{}>;
|
|
19
20
|
slots: Readonly<ApFieldNumberSlots> & ApFieldNumberSlots;
|
|
20
21
|
refs: {
|
|
21
22
|
inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
@@ -339,7 +340,7 @@ declare function __VLS_template(): {
|
|
|
339
340
|
parser: (displayValue: string) => ValueType;
|
|
340
341
|
}> | null;
|
|
341
342
|
};
|
|
342
|
-
|
|
343
|
+
rootEl: any;
|
|
343
344
|
};
|
|
344
345
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
345
346
|
declare const __VLS_component: DefineComponent<ApFieldNumberProps, {
|
|
@@ -359,7 +360,328 @@ declare const __VLS_component: DefineComponent<ApFieldNumberProps, {
|
|
|
359
360
|
controls: boolean;
|
|
360
361
|
emptyText: string;
|
|
361
362
|
thousands: boolean;
|
|
362
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
363
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
364
|
+
inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
365
|
+
size: {
|
|
366
|
+
type: PropType<ButtonSize>;
|
|
367
|
+
default: ButtonSize;
|
|
368
|
+
};
|
|
369
|
+
bordered: {
|
|
370
|
+
type: BooleanConstructor;
|
|
371
|
+
default: boolean;
|
|
372
|
+
};
|
|
373
|
+
placeholder: StringConstructor;
|
|
374
|
+
name: StringConstructor;
|
|
375
|
+
id: StringConstructor;
|
|
376
|
+
type: StringConstructor;
|
|
377
|
+
addonBefore: VueTypeValidableDef<any>;
|
|
378
|
+
addonAfter: VueTypeValidableDef<any>;
|
|
379
|
+
prefix: VueTypeValidableDef<any>;
|
|
380
|
+
suffix: VueTypeValidableDef<any>;
|
|
381
|
+
'onUpdate:value': {
|
|
382
|
+
type: PropType<(value: ValueType) => void>;
|
|
383
|
+
default: (value: ValueType) => void;
|
|
384
|
+
};
|
|
385
|
+
valueModifiers: ObjectConstructor;
|
|
386
|
+
status: {
|
|
387
|
+
type: PropType<"" | "error" | "warning">;
|
|
388
|
+
default: "" | "error" | "warning";
|
|
389
|
+
};
|
|
390
|
+
stringMode: {
|
|
391
|
+
type: BooleanConstructor;
|
|
392
|
+
default: boolean;
|
|
393
|
+
};
|
|
394
|
+
defaultValue: {
|
|
395
|
+
type: PropType<ValueType>;
|
|
396
|
+
default: ValueType;
|
|
397
|
+
};
|
|
398
|
+
value: {
|
|
399
|
+
type: PropType<ValueType>;
|
|
400
|
+
default: ValueType;
|
|
401
|
+
};
|
|
402
|
+
prefixCls: {
|
|
403
|
+
type: PropType<string>;
|
|
404
|
+
default: string;
|
|
405
|
+
};
|
|
406
|
+
min: {
|
|
407
|
+
type: PropType<ValueType>;
|
|
408
|
+
default: ValueType;
|
|
409
|
+
};
|
|
410
|
+
max: {
|
|
411
|
+
type: PropType<ValueType>;
|
|
412
|
+
default: ValueType;
|
|
413
|
+
};
|
|
414
|
+
step: {
|
|
415
|
+
type: PropType<ValueType>;
|
|
416
|
+
default: ValueType;
|
|
417
|
+
};
|
|
418
|
+
tabindex: NumberConstructor;
|
|
419
|
+
controls: {
|
|
420
|
+
type: BooleanConstructor;
|
|
421
|
+
default: boolean;
|
|
422
|
+
};
|
|
423
|
+
readonly: {
|
|
424
|
+
type: BooleanConstructor;
|
|
425
|
+
default: boolean;
|
|
426
|
+
};
|
|
427
|
+
disabled: {
|
|
428
|
+
type: BooleanConstructor;
|
|
429
|
+
default: boolean;
|
|
430
|
+
};
|
|
431
|
+
autofocus: {
|
|
432
|
+
type: BooleanConstructor;
|
|
433
|
+
default: boolean;
|
|
434
|
+
};
|
|
435
|
+
keyboard: {
|
|
436
|
+
type: BooleanConstructor;
|
|
437
|
+
default: boolean;
|
|
438
|
+
};
|
|
439
|
+
parser: {
|
|
440
|
+
type: PropType<(displayValue: string) => ValueType>;
|
|
441
|
+
default: (displayValue: string) => ValueType;
|
|
442
|
+
};
|
|
443
|
+
formatter: {
|
|
444
|
+
type: PropType<(value: ValueType, info: {
|
|
445
|
+
userTyping: boolean;
|
|
446
|
+
input: string;
|
|
447
|
+
}) => string>;
|
|
448
|
+
default: (value: ValueType, info: {
|
|
449
|
+
userTyping: boolean;
|
|
450
|
+
input: string;
|
|
451
|
+
}) => string;
|
|
452
|
+
};
|
|
453
|
+
precision: NumberConstructor;
|
|
454
|
+
decimalSeparator: StringConstructor;
|
|
455
|
+
onInput: {
|
|
456
|
+
type: PropType<(text: string) => void>;
|
|
457
|
+
default: (text: string) => void;
|
|
458
|
+
};
|
|
459
|
+
onChange: {
|
|
460
|
+
type: PropType<(value: ValueType) => void>;
|
|
461
|
+
default: (value: ValueType) => void;
|
|
462
|
+
};
|
|
463
|
+
onPressEnter: {
|
|
464
|
+
type: PropType<KeyboardEventHandler>;
|
|
465
|
+
default: KeyboardEventHandler;
|
|
466
|
+
};
|
|
467
|
+
onStep: {
|
|
468
|
+
type: PropType<(value: ValueType, info: {
|
|
469
|
+
offset: ValueType;
|
|
470
|
+
type: "up" | "down";
|
|
471
|
+
}) => void>;
|
|
472
|
+
default: (value: ValueType, info: {
|
|
473
|
+
offset: ValueType;
|
|
474
|
+
type: "up" | "down";
|
|
475
|
+
}) => void;
|
|
476
|
+
};
|
|
477
|
+
onBlur: {
|
|
478
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
479
|
+
default: (e: FocusEvent) => void;
|
|
480
|
+
};
|
|
481
|
+
onFocus: {
|
|
482
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
483
|
+
default: (e: FocusEvent) => void;
|
|
484
|
+
};
|
|
485
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
486
|
+
size: ButtonSize;
|
|
487
|
+
value: ValueType;
|
|
488
|
+
onFocus: (e: FocusEvent) => void;
|
|
489
|
+
onBlur: (e: FocusEvent) => void;
|
|
490
|
+
onChange: (value: ValueType) => void;
|
|
491
|
+
onInput: (text: string) => void;
|
|
492
|
+
disabled: boolean;
|
|
493
|
+
max: ValueType;
|
|
494
|
+
min: ValueType;
|
|
495
|
+
prefixCls: string;
|
|
496
|
+
autofocus: boolean;
|
|
497
|
+
readonly: boolean;
|
|
498
|
+
status: "" | "error" | "warning";
|
|
499
|
+
defaultValue: ValueType;
|
|
500
|
+
'onUpdate:value': (value: ValueType) => void;
|
|
501
|
+
step: ValueType;
|
|
502
|
+
bordered: boolean;
|
|
503
|
+
onPressEnter: KeyboardEventHandler;
|
|
504
|
+
formatter: (value: ValueType, info: {
|
|
505
|
+
userTyping: boolean;
|
|
506
|
+
input: string;
|
|
507
|
+
}) => string;
|
|
508
|
+
keyboard: boolean;
|
|
509
|
+
onStep: (value: ValueType, info: {
|
|
510
|
+
offset: ValueType;
|
|
511
|
+
type: "up" | "down";
|
|
512
|
+
}) => void;
|
|
513
|
+
stringMode: boolean;
|
|
514
|
+
controls: boolean;
|
|
515
|
+
parser: (displayValue: string) => ValueType;
|
|
516
|
+
}, true, {}, CustomSlotsType<{
|
|
517
|
+
addonBefore?: any;
|
|
518
|
+
addonAfter?: any;
|
|
519
|
+
prefix?: any;
|
|
520
|
+
suffix?: any;
|
|
521
|
+
default?: any;
|
|
522
|
+
upIcon?: any;
|
|
523
|
+
downIcon?: any;
|
|
524
|
+
}>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
525
|
+
P: {};
|
|
526
|
+
B: {};
|
|
527
|
+
D: {};
|
|
528
|
+
C: {};
|
|
529
|
+
M: {};
|
|
530
|
+
Defaults: {};
|
|
531
|
+
}, Readonly< ExtractPropTypes<{
|
|
532
|
+
size: {
|
|
533
|
+
type: PropType<ButtonSize>;
|
|
534
|
+
default: ButtonSize;
|
|
535
|
+
};
|
|
536
|
+
bordered: {
|
|
537
|
+
type: BooleanConstructor;
|
|
538
|
+
default: boolean;
|
|
539
|
+
};
|
|
540
|
+
placeholder: StringConstructor;
|
|
541
|
+
name: StringConstructor;
|
|
542
|
+
id: StringConstructor;
|
|
543
|
+
type: StringConstructor;
|
|
544
|
+
addonBefore: VueTypeValidableDef<any>;
|
|
545
|
+
addonAfter: VueTypeValidableDef<any>;
|
|
546
|
+
prefix: VueTypeValidableDef<any>;
|
|
547
|
+
suffix: VueTypeValidableDef<any>;
|
|
548
|
+
'onUpdate:value': {
|
|
549
|
+
type: PropType<(value: ValueType) => void>;
|
|
550
|
+
default: (value: ValueType) => void;
|
|
551
|
+
};
|
|
552
|
+
valueModifiers: ObjectConstructor;
|
|
553
|
+
status: {
|
|
554
|
+
type: PropType<"" | "error" | "warning">;
|
|
555
|
+
default: "" | "error" | "warning";
|
|
556
|
+
};
|
|
557
|
+
stringMode: {
|
|
558
|
+
type: BooleanConstructor;
|
|
559
|
+
default: boolean;
|
|
560
|
+
};
|
|
561
|
+
defaultValue: {
|
|
562
|
+
type: PropType<ValueType>;
|
|
563
|
+
default: ValueType;
|
|
564
|
+
};
|
|
565
|
+
value: {
|
|
566
|
+
type: PropType<ValueType>;
|
|
567
|
+
default: ValueType;
|
|
568
|
+
};
|
|
569
|
+
prefixCls: {
|
|
570
|
+
type: PropType<string>;
|
|
571
|
+
default: string;
|
|
572
|
+
};
|
|
573
|
+
min: {
|
|
574
|
+
type: PropType<ValueType>;
|
|
575
|
+
default: ValueType;
|
|
576
|
+
};
|
|
577
|
+
max: {
|
|
578
|
+
type: PropType<ValueType>;
|
|
579
|
+
default: ValueType;
|
|
580
|
+
};
|
|
581
|
+
step: {
|
|
582
|
+
type: PropType<ValueType>;
|
|
583
|
+
default: ValueType;
|
|
584
|
+
};
|
|
585
|
+
tabindex: NumberConstructor;
|
|
586
|
+
controls: {
|
|
587
|
+
type: BooleanConstructor;
|
|
588
|
+
default: boolean;
|
|
589
|
+
};
|
|
590
|
+
readonly: {
|
|
591
|
+
type: BooleanConstructor;
|
|
592
|
+
default: boolean;
|
|
593
|
+
};
|
|
594
|
+
disabled: {
|
|
595
|
+
type: BooleanConstructor;
|
|
596
|
+
default: boolean;
|
|
597
|
+
};
|
|
598
|
+
autofocus: {
|
|
599
|
+
type: BooleanConstructor;
|
|
600
|
+
default: boolean;
|
|
601
|
+
};
|
|
602
|
+
keyboard: {
|
|
603
|
+
type: BooleanConstructor;
|
|
604
|
+
default: boolean;
|
|
605
|
+
};
|
|
606
|
+
parser: {
|
|
607
|
+
type: PropType<(displayValue: string) => ValueType>;
|
|
608
|
+
default: (displayValue: string) => ValueType;
|
|
609
|
+
};
|
|
610
|
+
formatter: {
|
|
611
|
+
type: PropType<(value: ValueType, info: {
|
|
612
|
+
userTyping: boolean;
|
|
613
|
+
input: string;
|
|
614
|
+
}) => string>;
|
|
615
|
+
default: (value: ValueType, info: {
|
|
616
|
+
userTyping: boolean;
|
|
617
|
+
input: string;
|
|
618
|
+
}) => string;
|
|
619
|
+
};
|
|
620
|
+
precision: NumberConstructor;
|
|
621
|
+
decimalSeparator: StringConstructor;
|
|
622
|
+
onInput: {
|
|
623
|
+
type: PropType<(text: string) => void>;
|
|
624
|
+
default: (text: string) => void;
|
|
625
|
+
};
|
|
626
|
+
onChange: {
|
|
627
|
+
type: PropType<(value: ValueType) => void>;
|
|
628
|
+
default: (value: ValueType) => void;
|
|
629
|
+
};
|
|
630
|
+
onPressEnter: {
|
|
631
|
+
type: PropType<KeyboardEventHandler>;
|
|
632
|
+
default: KeyboardEventHandler;
|
|
633
|
+
};
|
|
634
|
+
onStep: {
|
|
635
|
+
type: PropType<(value: ValueType, info: {
|
|
636
|
+
offset: ValueType;
|
|
637
|
+
type: "up" | "down";
|
|
638
|
+
}) => void>;
|
|
639
|
+
default: (value: ValueType, info: {
|
|
640
|
+
offset: ValueType;
|
|
641
|
+
type: "up" | "down";
|
|
642
|
+
}) => void;
|
|
643
|
+
};
|
|
644
|
+
onBlur: {
|
|
645
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
646
|
+
default: (e: FocusEvent) => void;
|
|
647
|
+
};
|
|
648
|
+
onFocus: {
|
|
649
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
650
|
+
default: (e: FocusEvent) => void;
|
|
651
|
+
};
|
|
652
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
653
|
+
size: ButtonSize;
|
|
654
|
+
value: ValueType;
|
|
655
|
+
onFocus: (e: FocusEvent) => void;
|
|
656
|
+
onBlur: (e: FocusEvent) => void;
|
|
657
|
+
onChange: (value: ValueType) => void;
|
|
658
|
+
onInput: (text: string) => void;
|
|
659
|
+
disabled: boolean;
|
|
660
|
+
max: ValueType;
|
|
661
|
+
min: ValueType;
|
|
662
|
+
prefixCls: string;
|
|
663
|
+
autofocus: boolean;
|
|
664
|
+
readonly: boolean;
|
|
665
|
+
status: "" | "error" | "warning";
|
|
666
|
+
defaultValue: ValueType;
|
|
667
|
+
'onUpdate:value': (value: ValueType) => void;
|
|
668
|
+
step: ValueType;
|
|
669
|
+
bordered: boolean;
|
|
670
|
+
onPressEnter: KeyboardEventHandler;
|
|
671
|
+
formatter: (value: ValueType, info: {
|
|
672
|
+
userTyping: boolean;
|
|
673
|
+
input: string;
|
|
674
|
+
}) => string;
|
|
675
|
+
keyboard: boolean;
|
|
676
|
+
onStep: (value: ValueType, info: {
|
|
677
|
+
offset: ValueType;
|
|
678
|
+
type: "up" | "down";
|
|
679
|
+
}) => void;
|
|
680
|
+
stringMode: boolean;
|
|
681
|
+
controls: boolean;
|
|
682
|
+
parser: (displayValue: string) => ValueType;
|
|
683
|
+
}> | null;
|
|
684
|
+
}, any>;
|
|
363
685
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
364
686
|
export default _default;
|
|
365
687
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { ApFieldRadioProps } from '../interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, GlobalComponents, GlobalDirectives } from 'vue';
|
|
3
3
|
import { FieldMode } from '..';
|
|
4
|
+
import { VueTypeValidableDef } from '../../../node_modules/vue-types';
|
|
5
|
+
import { RadioGroupChildOption } from '@aplus-frontend/antdv/es/radio/Group';
|
|
6
|
+
import { RadioGroupButtonStyle, RadioGroupOptionType } from '@aplus-frontend/antdv/es/radio/interface';
|
|
7
|
+
import { RadioChangeEvent } from '@aplus-frontend/antdv';
|
|
8
|
+
import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
|
|
4
9
|
declare function focus(): void;
|
|
5
10
|
declare function blur(): void;
|
|
6
11
|
declare const _default: DefineComponent<ApFieldRadioProps, {
|
|
@@ -15,5 +20,96 @@ declare const _default: DefineComponent<ApFieldRadioProps, {
|
|
|
15
20
|
vertical: boolean;
|
|
16
21
|
disabled: boolean;
|
|
17
22
|
emptyText: string;
|
|
18
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
23
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
24
|
+
radioGroupRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
25
|
+
prefixCls: StringConstructor;
|
|
26
|
+
value: VueTypeValidableDef<any>;
|
|
27
|
+
size: {
|
|
28
|
+
type: PropType<"default" | "small" | "large">;
|
|
29
|
+
default: "default" | "small" | "large";
|
|
30
|
+
};
|
|
31
|
+
options: {
|
|
32
|
+
type: PropType<(string | number | RadioGroupChildOption)[]>;
|
|
33
|
+
default: (string | number | RadioGroupChildOption)[];
|
|
34
|
+
};
|
|
35
|
+
disabled: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
name: StringConstructor;
|
|
40
|
+
buttonStyle: {
|
|
41
|
+
type: PropType<RadioGroupButtonStyle>;
|
|
42
|
+
default: RadioGroupButtonStyle;
|
|
43
|
+
};
|
|
44
|
+
id: StringConstructor;
|
|
45
|
+
optionType: {
|
|
46
|
+
type: PropType<RadioGroupOptionType>;
|
|
47
|
+
default: RadioGroupOptionType;
|
|
48
|
+
};
|
|
49
|
+
onChange: {
|
|
50
|
+
type: PropType<(e: RadioChangeEvent) => void>;
|
|
51
|
+
default: (e: RadioChangeEvent) => void;
|
|
52
|
+
};
|
|
53
|
+
'onUpdate:value': {
|
|
54
|
+
type: PropType<(val: any) => void>;
|
|
55
|
+
default: (val: any) => void;
|
|
56
|
+
};
|
|
57
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
58
|
+
size: "default" | "small" | "large";
|
|
59
|
+
onChange: (e: RadioChangeEvent) => void;
|
|
60
|
+
disabled: boolean;
|
|
61
|
+
'onUpdate:value': (val: any) => void;
|
|
62
|
+
options: (string | number | RadioGroupChildOption)[];
|
|
63
|
+
buttonStyle: RadioGroupButtonStyle;
|
|
64
|
+
optionType: RadioGroupOptionType;
|
|
65
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
66
|
+
P: {};
|
|
67
|
+
B: {};
|
|
68
|
+
D: {};
|
|
69
|
+
C: {};
|
|
70
|
+
M: {};
|
|
71
|
+
Defaults: {};
|
|
72
|
+
}, Readonly< ExtractPropTypes<{
|
|
73
|
+
prefixCls: StringConstructor;
|
|
74
|
+
value: VueTypeValidableDef<any>;
|
|
75
|
+
size: {
|
|
76
|
+
type: PropType<"default" | "small" | "large">;
|
|
77
|
+
default: "default" | "small" | "large";
|
|
78
|
+
};
|
|
79
|
+
options: {
|
|
80
|
+
type: PropType<(string | number | RadioGroupChildOption)[]>;
|
|
81
|
+
default: (string | number | RadioGroupChildOption)[];
|
|
82
|
+
};
|
|
83
|
+
disabled: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
name: StringConstructor;
|
|
88
|
+
buttonStyle: {
|
|
89
|
+
type: PropType<RadioGroupButtonStyle>;
|
|
90
|
+
default: RadioGroupButtonStyle;
|
|
91
|
+
};
|
|
92
|
+
id: StringConstructor;
|
|
93
|
+
optionType: {
|
|
94
|
+
type: PropType<RadioGroupOptionType>;
|
|
95
|
+
default: RadioGroupOptionType;
|
|
96
|
+
};
|
|
97
|
+
onChange: {
|
|
98
|
+
type: PropType<(e: RadioChangeEvent) => void>;
|
|
99
|
+
default: (e: RadioChangeEvent) => void;
|
|
100
|
+
};
|
|
101
|
+
'onUpdate:value': {
|
|
102
|
+
type: PropType<(val: any) => void>;
|
|
103
|
+
default: (val: any) => void;
|
|
104
|
+
};
|
|
105
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
106
|
+
size: "default" | "small" | "large";
|
|
107
|
+
onChange: (e: RadioChangeEvent) => void;
|
|
108
|
+
disabled: boolean;
|
|
109
|
+
'onUpdate:value': (val: any) => void;
|
|
110
|
+
options: (string | number | RadioGroupChildOption)[];
|
|
111
|
+
buttonStyle: RadioGroupButtonStyle;
|
|
112
|
+
optionType: RadioGroupOptionType;
|
|
113
|
+
}> | null;
|
|
114
|
+
}, any>;
|
|
19
115
|
export default _default;
|