antdv-next 1.0.0-alpha.3 → 1.0.0-alpha.4
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/dist/_util/ActionButton.js +22 -10
- package/dist/_util/ContextIsolator.js +4 -2
- package/dist/_util/wave/index.js +6 -3
- package/dist/affix/index.d.ts +3 -3
- package/dist/affix/index.js +14 -6
- package/dist/alert/Alert.d.ts +3 -3
- package/dist/alert/Alert.js +52 -26
- package/dist/anchor/Anchor.d.ts +3 -3
- package/dist/anchor/Anchor.js +28 -14
- package/dist/anchor/AnchorLink.js +12 -6
- package/dist/antd.js +77 -77
- package/dist/app/App.d.ts +2 -2
- package/dist/app/App.js +12 -5
- package/dist/avatar/Avatar.d.ts +3 -3
- package/dist/avatar/Avatar.js +24 -12
- package/dist/avatar/AvatarGroup.d.ts +2 -2
- package/dist/avatar/AvatarGroup.js +10 -5
- package/dist/badge/Ribbon.d.ts +3 -3
- package/dist/badge/Ribbon.js +14 -6
- package/dist/badge/ScrollNumber.js +10 -5
- package/dist/badge/SingleNumber.js +6 -3
- package/dist/badge/index.d.ts +3 -3
- package/dist/badge/index.js +32 -15
- package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
- package/dist/breadcrumb/Breadcrumb.js +24 -11
- package/dist/breadcrumb/BreadcrumbItem.js +32 -16
- package/dist/button/Button.d.ts +3 -3
- package/dist/button/Button.js +46 -22
- package/dist/button/DefaultLoadingIcon.js +12 -6
- package/dist/button/IconWrapper.js +2 -1
- package/dist/calendar/Header.js +80 -36
- package/dist/calendar/generateCalendar.d.ts +3 -3
- package/dist/calendar/generateCalendar.js +44 -19
- package/dist/calendar/index.d.ts +3 -3
- package/dist/card/Card.d.ts +3 -3
- package/dist/card/Card.js +50 -25
- package/dist/card/CardGrid.d.ts +2 -2
- package/dist/card/CardGrid.js +4 -2
- package/dist/card/CardMeta.d.ts +3 -3
- package/dist/card/CardMeta.js +12 -6
- package/dist/carousel/index.d.ts +3 -3
- package/dist/carousel/index.js +112 -56
- package/dist/cascader/Panel.d.ts +3 -3
- package/dist/cascader/Panel.js +44 -17
- package/dist/cascader/index.d.ts +3 -3
- package/dist/cascader/index.js +174 -81
- package/dist/checkbox/Checkbox.d.ts +3 -3
- package/dist/checkbox/Checkbox.js +36 -17
- package/dist/checkbox/Group.d.ts +3 -3
- package/dist/checkbox/Group.js +16 -8
- package/dist/collapse/Collapse.d.ts +3 -3
- package/dist/collapse/Collapse.js +34 -17
- package/dist/color-picker/ColorPicker.js +56 -26
- package/dist/color-picker/ColorPickerPanel.js +74 -35
- package/dist/color-picker/components/ColorAlphaInput.js +6 -3
- package/dist/color-picker/components/ColorClear.js +8 -4
- package/dist/color-picker/components/ColorHexInput.js +6 -3
- package/dist/color-picker/components/ColorHsbInput.js +6 -3
- package/dist/color-picker/components/ColorInput.js +16 -7
- package/dist/color-picker/components/ColorPresets.js +8 -4
- package/dist/color-picker/components/ColorRgbInput.js +6 -3
- package/dist/color-picker/components/ColorSlider.js +58 -27
- package/dist/color-picker/components/ColorSteppers.js +14 -7
- package/dist/color-picker/components/ColorTrigger.js +20 -9
- package/dist/color-picker/components/PanelPicker/GradientColorBar.js +40 -19
- package/dist/config-provider/SizeContext.js +2 -1
- package/dist/config-provider/defaultRenderEmpty.js +2 -1
- package/dist/config-provider/index.d.ts +3 -3
- package/dist/config-provider/index.js +304 -152
- package/dist/date-picker/PickerButton.js +46 -22
- package/dist/date-picker/generatePicker/SuffixIcon.js +8 -4
- package/dist/date-picker/generatePicker/generateRangePicker.js +554 -256
- package/dist/date-picker/generatePicker/generateSinglePicker.js +558 -256
- package/dist/date-picker/generatePicker/index.d.ts +15 -15
- package/dist/date-picker/index.d.ts +25 -25
- package/dist/descriptions/Cell.js +20 -10
- package/dist/descriptions/Row.js +16 -8
- package/dist/descriptions/index.d.ts +3 -3
- package/dist/descriptions/index.js +30 -15
- package/dist/divider/index.d.ts +2 -2
- package/dist/divider/index.js +26 -13
- package/dist/drawer/DrawerPanel.js +38 -18
- package/dist/drawer/index.d.ts +3 -3
- package/dist/drawer/index.js +130 -62
- package/dist/dropdown/dropdown.d.ts +3 -3
- package/dist/dropdown/dropdown.js +42 -21
- package/dist/empty/index.d.ts +3 -3
- package/dist/empty/index.js +12 -6
- package/dist/flex/index.d.ts +3 -3
- package/dist/flex/index.js +28 -9
- package/dist/float-button/BackTop.d.ts +3 -3
- package/dist/float-button/BackTop.js +36 -18
- package/dist/float-button/FloatButton.d.ts +3 -3
- package/dist/float-button/FloatButton.js +32 -16
- package/dist/float-button/FloatButtonGroup.d.ts +3 -3
- package/dist/float-button/FloatButtonGroup.js +42 -21
- package/dist/float-button/PurePanel.js +78 -39
- package/dist/form/ErrorList.js +12 -6
- package/dist/form/Form.d.ts +3 -3
- package/dist/form/Form.js +48 -24
- package/dist/form/FormItem/ItemHolder.js +66 -33
- package/dist/form/FormItem/StatusProvider.js +18 -8
- package/dist/form/FormItem/index.d.ts +3 -3
- package/dist/form/FormItem/index.js +56 -28
- package/dist/form/FormItemInput.js +24 -12
- package/dist/form/FormItemLabel.js +20 -10
- package/dist/form/context.js +10 -5
- package/dist/grid/col.js +26 -13
- package/dist/grid/row.d.ts +2 -2
- package/dist/grid/row.js +10 -5
- package/dist/image/PreviewGroup.d.ts +2 -2
- package/dist/image/PreviewGroup.js +20 -9
- package/dist/image/index.d.ts +4 -4
- package/dist/image/index.js +24 -12
- package/dist/input/Group.js +6 -3
- package/dist/input/Input.js +70 -29
- package/dist/input/OTP/OTPInput.js +76 -33
- package/dist/input/OTP/index.js +36 -17
- package/dist/input/Password.js +76 -33
- package/dist/input/Search.js +80 -33
- package/dist/input/TextArea.d.ts +3 -3
- package/dist/input/TextArea.js +58 -25
- package/dist/input/index.d.ts +11 -11
- package/dist/input-number/index.d.ts +3 -3
- package/dist/input-number/index.js +88 -37
- package/dist/layout/Sider.js +20 -10
- package/dist/layout/index.d.ts +6 -6
- package/dist/layout/layout.d.ts +2 -2
- package/dist/layout/layout.js +28 -14
- package/dist/locale/index.js +4 -2
- package/dist/masonry/Masonry.d.ts +3 -3
- package/dist/masonry/Masonry.js +20 -9
- package/dist/masonry/MasonryItem.js +18 -8
- package/dist/mentions/index.d.ts +3 -3
- package/dist/mentions/index.js +62 -28
- package/dist/menu/MenuContext.js +2 -1
- package/dist/menu/MenuDivider.js +4 -2
- package/dist/menu/MenuItem.d.ts +3 -3
- package/dist/menu/MenuItem.js +38 -19
- package/dist/menu/OverrideContext.js +2 -1
- package/dist/menu/SubMenu.js +40 -19
- package/dist/menu/index.d.ts +5 -5
- package/dist/menu/index.js +84 -37
- package/dist/menu/menu.js +88 -39
- package/dist/message/PurePanel.d.ts +2 -2
- package/dist/message/PurePanel.js +42 -20
- package/dist/message/index.js +6 -3
- package/dist/message/useMessage.js +26 -12
- package/dist/modal/ConfirmDialog.js +392 -184
- package/dist/modal/Modal.d.ts +3 -3
- package/dist/modal/Modal.js +102 -47
- package/dist/modal/confirm.js +116 -54
- package/dist/modal/shared.js +18 -9
- package/dist/modal/useModal/HookModal.js +8 -4
- package/dist/notification/PurePanel.d.ts +2 -2
- package/dist/notification/PurePanel.js +56 -27
- package/dist/notification/index.js +6 -3
- package/dist/notification/useNotification.d.ts +2 -2
- package/dist/notification/useNotification.js +34 -16
- package/dist/package.js +1 -1
- package/dist/pagination/Pagination.d.ts +3 -3
- package/dist/pagination/Pagination.js +68 -33
- package/dist/popconfirm/PurePanel.js +68 -34
- package/dist/popconfirm/index.d.ts +3 -3
- package/dist/popconfirm/index.js +76 -35
- package/dist/popover/PurePanel.js +132 -60
- package/dist/popover/index.d.ts +3 -3
- package/dist/popover/index.js +60 -27
- package/dist/progress/Circle.js +52 -26
- package/dist/progress/Line.js +52 -26
- package/dist/progress/Steps.js +50 -25
- package/dist/progress/progress.d.ts +3 -3
- package/dist/progress/progress.js +50 -25
- package/dist/qrcode/QrcodeStatus.js +12 -5
- package/dist/qrcode/index.d.ts +3 -3
- package/dist/qrcode/index.js +48 -23
- package/dist/radio/group.js +34 -15
- package/dist/radio/index.d.ts +5 -5
- package/dist/radio/radio.d.ts +3 -3
- package/dist/radio/radio.js +36 -17
- package/dist/radio/radioButton.js +30 -14
- package/dist/rate/index.d.ts +3 -3
- package/dist/rate/index.js +34 -17
- package/dist/result/index.d.ts +3 -3
- package/dist/result/index.js +28 -12
- package/dist/result/noFound.d.ts +2 -2
- package/dist/result/serverError.d.ts +2 -2
- package/dist/result/unauthorized.d.ts +2 -2
- package/dist/segmented/index.d.ts +3 -3
- package/dist/segmented/index.js +36 -18
- package/dist/select/index.d.ts +5 -5
- package/dist/select/index.js +148 -72
- package/dist/skeleton/Avatar.d.ts +2 -2
- package/dist/skeleton/Avatar.js +10 -5
- package/dist/skeleton/Button.d.ts +2 -2
- package/dist/skeleton/Button.js +12 -6
- package/dist/skeleton/Element.js +10 -5
- package/dist/skeleton/Image.d.ts +2 -2
- package/dist/skeleton/Image.js +6 -3
- package/dist/skeleton/Input.d.ts +2 -2
- package/dist/skeleton/Input.js +10 -5
- package/dist/skeleton/Node.d.ts +3 -3
- package/dist/skeleton/Node.js +8 -4
- package/dist/skeleton/Paragraph.js +8 -4
- package/dist/skeleton/Skeleton.d.ts +3 -3
- package/dist/skeleton/Skeleton.js +20 -10
- package/dist/skeleton/Title.js +8 -4
- package/dist/slider/SliderTooltip.js +62 -28
- package/dist/slider/index.d.ts +3 -3
- package/dist/slider/index.js +60 -29
- package/dist/space/Addon.js +8 -4
- package/dist/space/Compact.js +20 -11
- package/dist/space/Item.js +8 -4
- package/dist/space/index.d.ts +5 -5
- package/dist/space/index.js +23 -12
- package/dist/space/style/compact.js +20 -0
- package/dist/spin/Indicator/Looper.js +4 -2
- package/dist/spin/Indicator/Progress.js +8 -4
- package/dist/spin/Indicator/index.js +6 -3
- package/dist/spin/index.d.ts +3 -3
- package/dist/spin/index.js +24 -12
- package/dist/splitter/Panel.js +18 -9
- package/dist/splitter/SplitBar.js +44 -22
- package/dist/splitter/Splitter.d.ts +3 -3
- package/dist/splitter/Splitter.js +20 -10
- package/dist/splitter/index.d.ts +2 -2
- package/dist/statistic/Number.js +12 -6
- package/dist/statistic/Statistic.d.ts +3 -3
- package/dist/statistic/Statistic.js +30 -15
- package/dist/statistic/Timer.d.ts +5 -5
- package/dist/statistic/Timer.js +34 -17
- package/dist/statistic/index.d.ts +5 -5
- package/dist/steps/PanelArrow.js +2 -1
- package/dist/steps/ProgressIcon.js +4 -2
- package/dist/steps/index.d.ts +3 -3
- package/dist/steps/index.js +44 -22
- package/dist/switch/index.d.ts +3 -3
- package/dist/switch/index.js +34 -17
- package/dist/table/Column.d.ts +3 -3
- package/dist/table/Column.js +86 -41
- package/dist/table/ColumnGroup.d.ts +3 -3
- package/dist/table/ColumnGroup.js +84 -41
- package/dist/table/InternalTable.js +106 -52
- package/dist/table/Table.d.ts +3 -3
- package/dist/table/Table.js +104 -51
- package/dist/table/hooks/useFilter/FilterDropdown.js +38 -18
- package/dist/table/hooks/useFilter/FilterWrapper.js +4 -2
- package/dist/tabs/TabPane.d.ts +3 -3
- package/dist/tabs/index.d.ts +3 -3
- package/dist/tabs/index.js +62 -31
- package/dist/tag/CheckableTag.d.ts +3 -3
- package/dist/tag/CheckableTag.js +10 -5
- package/dist/tag/CheckableTagGroup.d.ts +3 -3
- package/dist/tag/CheckableTagGroup.js +28 -12
- package/dist/tag/index.d.ts +3 -3
- package/dist/tag/index.js +30 -14
- package/dist/time-picker/index.d.ts +7 -7
- package/dist/time-picker/index.js +1106 -509
- package/dist/timeline/Timeline.d.ts +3 -3
- package/dist/timeline/Timeline.js +20 -10
- package/dist/timeline/TimelineItem.js +22 -10
- package/dist/timeline/TimelineItemList.js +24 -12
- package/dist/tooltip/PurePanel.d.ts +2 -2
- package/dist/tooltip/PurePanel.js +58 -26
- package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
- package/dist/tooltip/index.d.ts +3 -3
- package/dist/tooltip/index.js +60 -27
- package/dist/tour/index.d.ts +3 -3
- package/dist/tour/index.js +52 -25
- package/dist/tour/panelRender.js +18 -9
- package/dist/transfer/Actions.d.ts +2 -2
- package/dist/transfer/Actions.js +36 -18
- package/dist/transfer/ListBody.js +76 -38
- package/dist/transfer/ListItem.js +22 -11
- package/dist/transfer/Section.d.ts +2 -2
- package/dist/transfer/Section.js +76 -38
- package/dist/transfer/Transfer.d.ts +3 -3
- package/dist/transfer/Transfer.js +52 -26
- package/dist/transfer/search.d.ts +3 -3
- package/dist/transfer/search.js +8 -4
- package/dist/tree/DirectoryTree.d.ts +3 -3
- package/dist/tree/DirectoryTree.js +90 -45
- package/dist/tree/Tree.d.ts +3 -3
- package/dist/tree/Tree.js +90 -45
- package/dist/tree/utils/iconUtil.js +10 -5
- package/dist/tree-select/index.d.ts +4 -4
- package/dist/tree-select/index.js +194 -94
- package/dist/typography/Base/CopyBtn.js +24 -12
- package/dist/typography/Base/Ellipsis.js +16 -8
- package/dist/typography/Base/EllipsisTooltip.js +6 -3
- package/dist/typography/Base/index.js +42 -20
- package/dist/typography/Editable.js +28 -13
- package/dist/typography/Link.d.ts +3 -3
- package/dist/typography/Link.js +48 -23
- package/dist/typography/Paragraph.d.ts +3 -3
- package/dist/typography/Paragraph.js +42 -20
- package/dist/typography/Text.d.ts +3 -3
- package/dist/typography/Text.js +42 -20
- package/dist/typography/Title.d.ts +3 -3
- package/dist/typography/Title.js +42 -20
- package/dist/typography/Typography.d.ts +3 -3
- package/dist/typography/Typography.js +16 -7
- package/dist/typography/index.d.ts +9 -9
- package/dist/upload/Dragger.d.ts +3 -3
- package/dist/upload/Dragger.js +76 -38
- package/dist/upload/Upload.d.ts +3 -3
- package/dist/upload/Upload.js +74 -37
- package/dist/upload/UploadList/ListItem.js +44 -22
- package/dist/upload/UploadList/index.js +50 -24
- package/dist/upload/index.d.ts +3 -3
- package/dist/watermark/index.d.ts +2 -2
- package/dist/watermark/index.js +22 -11
- package/package.json +1 -1
package/dist/result/index.js
CHANGED
|
@@ -47,9 +47,13 @@ const Icon = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
|
|
|
47
47
|
null,
|
|
48
48
|
Object
|
|
49
49
|
],
|
|
50
|
-
required: true
|
|
50
|
+
required: true,
|
|
51
|
+
default: void 0
|
|
51
52
|
},
|
|
52
|
-
status: {
|
|
53
|
+
status: {
|
|
54
|
+
required: true,
|
|
55
|
+
default: void 0
|
|
56
|
+
}
|
|
53
57
|
}, { icon: void 0 }),
|
|
54
58
|
inheritAttrs: false
|
|
55
59
|
});
|
|
@@ -69,7 +73,8 @@ const Extra = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
|
|
|
69
73
|
null,
|
|
70
74
|
Object
|
|
71
75
|
],
|
|
72
|
-
required: true
|
|
76
|
+
required: true,
|
|
77
|
+
default: void 0
|
|
73
78
|
} }, { extra: void 0 }),
|
|
74
79
|
inheritAttrs: false
|
|
75
80
|
});
|
|
@@ -137,9 +142,13 @@ const Result = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
|
|
|
137
142
|
null,
|
|
138
143
|
Object
|
|
139
144
|
],
|
|
140
|
-
required: false
|
|
145
|
+
required: false,
|
|
146
|
+
default: void 0
|
|
147
|
+
},
|
|
148
|
+
status: {
|
|
149
|
+
required: false,
|
|
150
|
+
default: void 0
|
|
141
151
|
},
|
|
142
|
-
status: { required: false },
|
|
143
152
|
title: {
|
|
144
153
|
type: [
|
|
145
154
|
Function,
|
|
@@ -149,7 +158,8 @@ const Result = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
|
|
|
149
158
|
null,
|
|
150
159
|
Object
|
|
151
160
|
],
|
|
152
|
-
required: false
|
|
161
|
+
required: false,
|
|
162
|
+
default: void 0
|
|
153
163
|
},
|
|
154
164
|
subTitle: {
|
|
155
165
|
type: [
|
|
@@ -160,7 +170,8 @@ const Result = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
|
|
|
160
170
|
null,
|
|
161
171
|
Object
|
|
162
172
|
],
|
|
163
|
-
required: false
|
|
173
|
+
required: false,
|
|
174
|
+
default: void 0
|
|
164
175
|
},
|
|
165
176
|
extra: {
|
|
166
177
|
type: [
|
|
@@ -171,23 +182,28 @@ const Result = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
|
|
|
171
182
|
null,
|
|
172
183
|
Object
|
|
173
184
|
],
|
|
174
|
-
required: false
|
|
185
|
+
required: false,
|
|
186
|
+
default: void 0
|
|
175
187
|
},
|
|
176
188
|
classes: {
|
|
177
189
|
type: [Object, Function],
|
|
178
|
-
required: false
|
|
190
|
+
required: false,
|
|
191
|
+
default: void 0
|
|
179
192
|
},
|
|
180
193
|
styles: {
|
|
181
194
|
type: [Object, Function],
|
|
182
|
-
required: false
|
|
195
|
+
required: false,
|
|
196
|
+
default: void 0
|
|
183
197
|
},
|
|
184
198
|
rootClass: {
|
|
185
199
|
type: String,
|
|
186
|
-
required: false
|
|
200
|
+
required: false,
|
|
201
|
+
default: void 0
|
|
187
202
|
},
|
|
188
203
|
prefixCls: {
|
|
189
204
|
type: String,
|
|
190
|
-
required: false
|
|
205
|
+
required: false,
|
|
206
|
+
default: void 0
|
|
191
207
|
}
|
|
192
208
|
}, {
|
|
193
209
|
icon: void 0,
|
package/dist/result/noFound.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue_jsx_runtime13 from "vue/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/result/noFound.d.ts
|
|
4
|
-
declare function NoFound():
|
|
4
|
+
declare function NoFound(): vue_jsx_runtime13.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { NoFound };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue_jsx_runtime14 from "vue/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/result/serverError.d.ts
|
|
4
|
-
declare function ServerError():
|
|
4
|
+
declare function ServerError(): vue_jsx_runtime14.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { ServerError };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue_jsx_runtime12 from "vue/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/result/unauthorized.d.ts
|
|
4
|
-
declare function Unauthorized():
|
|
4
|
+
declare function Unauthorized(): vue_jsx_runtime12.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { Unauthorized };
|
|
@@ -4,7 +4,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
|
|
|
4
4
|
import { Orientation } from "../_util/hooks/useOrientation.js";
|
|
5
5
|
import "../_util/hooks/index.js";
|
|
6
6
|
import { TooltipProps } from "../tooltip/index.js";
|
|
7
|
-
import * as
|
|
7
|
+
import * as vue165 from "vue";
|
|
8
8
|
import { App, SlotsType } from "vue";
|
|
9
9
|
import { SegmentedLabeledOption, SegmentedProps, SegmentedRawOption, SegmentedValue } from "@v-c/segmented";
|
|
10
10
|
|
|
@@ -48,9 +48,9 @@ interface SegmentedSlots {
|
|
|
48
48
|
iconRender: (option: SegmentedLabeledOption$1) => any;
|
|
49
49
|
labelRender: (option: SegmentedLabeledOption$1) => any;
|
|
50
50
|
}
|
|
51
|
-
declare const InternalSegmented:
|
|
51
|
+
declare const InternalSegmented: vue165.DefineSetupFnComponent<SegmentedProps$1, SegmentedEmits, SlotsType<SegmentedSlots>, SegmentedProps$1 & {
|
|
52
52
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
53
|
-
},
|
|
53
|
+
}, vue165.PublicProps>;
|
|
54
54
|
declare const Segmented: typeof InternalSegmented & {
|
|
55
55
|
install: (app: App) => void;
|
|
56
56
|
};
|
package/dist/segmented/index.js
CHANGED
|
@@ -93,75 +93,93 @@ const Segmented = /* @__PURE__ */ defineComponent((props, { attrs, emit, slots }
|
|
|
93
93
|
props: /* @__PURE__ */ mergeDefaults({
|
|
94
94
|
options: {
|
|
95
95
|
type: Array,
|
|
96
|
-
required: true
|
|
96
|
+
required: true,
|
|
97
|
+
default: void 0
|
|
97
98
|
},
|
|
98
99
|
rootClass: {
|
|
99
100
|
type: String,
|
|
100
|
-
required: false
|
|
101
|
+
required: false,
|
|
102
|
+
default: void 0
|
|
101
103
|
},
|
|
102
104
|
block: {
|
|
103
105
|
type: Boolean,
|
|
104
|
-
required: false
|
|
106
|
+
required: false,
|
|
107
|
+
default: void 0
|
|
105
108
|
},
|
|
106
109
|
size: {
|
|
107
110
|
type: [String, null],
|
|
108
|
-
required: false
|
|
111
|
+
required: false,
|
|
112
|
+
default: void 0
|
|
109
113
|
},
|
|
110
114
|
vertical: {
|
|
111
115
|
type: Boolean,
|
|
112
|
-
required: false
|
|
116
|
+
required: false,
|
|
117
|
+
default: void 0
|
|
113
118
|
},
|
|
114
119
|
orientation: {
|
|
115
120
|
type: String,
|
|
116
|
-
required: false
|
|
121
|
+
required: false,
|
|
122
|
+
default: void 0
|
|
117
123
|
},
|
|
118
124
|
classes: {
|
|
119
125
|
type: [Object, Function],
|
|
120
|
-
required: false
|
|
126
|
+
required: false,
|
|
127
|
+
default: void 0
|
|
121
128
|
},
|
|
122
129
|
styles: {
|
|
123
130
|
type: [Object, Function],
|
|
124
|
-
required: false
|
|
131
|
+
required: false,
|
|
132
|
+
default: void 0
|
|
125
133
|
},
|
|
126
134
|
shape: {
|
|
127
135
|
type: String,
|
|
128
|
-
required: false
|
|
136
|
+
required: false,
|
|
137
|
+
default: void 0
|
|
129
138
|
},
|
|
130
139
|
iconRender: {
|
|
131
140
|
type: Function,
|
|
132
|
-
required: false
|
|
141
|
+
required: false,
|
|
142
|
+
default: void 0
|
|
133
143
|
},
|
|
134
144
|
labelRender: {
|
|
135
145
|
type: Function,
|
|
136
|
-
required: false
|
|
146
|
+
required: false,
|
|
147
|
+
default: void 0
|
|
137
148
|
},
|
|
138
149
|
defaultValue: {
|
|
139
150
|
type: [String, Number],
|
|
140
|
-
required: false
|
|
151
|
+
required: false,
|
|
152
|
+
default: void 0
|
|
141
153
|
},
|
|
142
154
|
value: {
|
|
143
155
|
type: [String, Number],
|
|
144
|
-
required: false
|
|
156
|
+
required: false,
|
|
157
|
+
default: void 0
|
|
145
158
|
},
|
|
146
159
|
disabled: {
|
|
147
160
|
type: Boolean,
|
|
148
|
-
required: false
|
|
161
|
+
required: false,
|
|
162
|
+
default: void 0
|
|
149
163
|
},
|
|
150
164
|
prefixCls: {
|
|
151
165
|
type: String,
|
|
152
|
-
required: false
|
|
166
|
+
required: false,
|
|
167
|
+
default: void 0
|
|
153
168
|
},
|
|
154
169
|
direction: {
|
|
155
170
|
type: String,
|
|
156
|
-
required: false
|
|
171
|
+
required: false,
|
|
172
|
+
default: void 0
|
|
157
173
|
},
|
|
158
174
|
motionName: {
|
|
159
175
|
type: String,
|
|
160
|
-
required: false
|
|
176
|
+
required: false,
|
|
177
|
+
default: void 0
|
|
161
178
|
},
|
|
162
179
|
name: {
|
|
163
180
|
type: String,
|
|
164
|
-
required: false
|
|
181
|
+
required: false,
|
|
182
|
+
default: void 0
|
|
165
183
|
}
|
|
166
184
|
}, {
|
|
167
185
|
size: "middle",
|
package/dist/select/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import "../_util/hooks/index.js";
|
|
|
5
5
|
import { InputStatus } from "../_util/statusUtils.js";
|
|
6
6
|
import { SelectCommonPlacement } from "../_util/motion.js";
|
|
7
7
|
import { ComponentBaseProps, Variant } from "../config-provider/context.js";
|
|
8
|
-
import * as
|
|
8
|
+
import * as vue167 from "vue";
|
|
9
9
|
import { CSSProperties, SlotsType } from "vue";
|
|
10
10
|
import { SelectProps } from "@v-c/select";
|
|
11
11
|
import * as _v_c_select_dist_Option_js0 from "@v-c/select/dist/Option.js";
|
|
@@ -110,10 +110,10 @@ interface SelectSlots {
|
|
|
110
110
|
maxTagPlaceholder?: (data: any[]) => any;
|
|
111
111
|
notFoundContent?: () => any;
|
|
112
112
|
}
|
|
113
|
-
declare const Select:
|
|
113
|
+
declare const Select: vue167.DefineSetupFnComponent<SelectProps$1, SelectEmits, SlotsType<SelectSlots>, SelectProps$1 & {
|
|
114
114
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
115
|
-
},
|
|
116
|
-
declare const SelectOption:
|
|
117
|
-
declare const SelectOptGroup:
|
|
115
|
+
}, vue167.PublicProps>;
|
|
116
|
+
declare const SelectOption: vue167.FunctionalComponent<_v_c_select_dist_Option_js0.OptionProps, {}, any, {}>;
|
|
117
|
+
declare const SelectOptGroup: vue167.FunctionalComponent<_v_c_select_dist_OptGroup_js0.OptGroupProps, {}, any, {}>;
|
|
118
118
|
//#endregion
|
|
119
119
|
export { Select, SelectEmits, SelectOptGroup, SelectOption, SelectProps$1 as SelectProps, SelectSlots, SelectValue };
|