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/app/App.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
2
2
|
import { AppConfig } from "./context.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue279 from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/app/App.d.ts
|
|
6
6
|
interface AppProps extends ComponentBaseProps, AppConfig {
|
|
7
7
|
component?: any;
|
|
8
8
|
}
|
|
9
|
-
declare const App$1:
|
|
9
|
+
declare const App$1: vue279.DefineSetupFnComponent<AppProps, {}, {}, AppProps & {}, vue279.PublicProps>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { App$1 as App, AppProps };
|
package/dist/app/App.js
CHANGED
|
@@ -58,22 +58,29 @@ const App$1 = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
|
|
|
58
58
|
};
|
|
59
59
|
}, {
|
|
60
60
|
props: {
|
|
61
|
-
component: {
|
|
61
|
+
component: {
|
|
62
|
+
required: false,
|
|
63
|
+
default: void 0
|
|
64
|
+
},
|
|
62
65
|
rootClass: {
|
|
63
66
|
type: String,
|
|
64
|
-
required: false
|
|
67
|
+
required: false,
|
|
68
|
+
default: void 0
|
|
65
69
|
},
|
|
66
70
|
prefixCls: {
|
|
67
71
|
type: String,
|
|
68
|
-
required: false
|
|
72
|
+
required: false,
|
|
73
|
+
default: void 0
|
|
69
74
|
},
|
|
70
75
|
message: {
|
|
71
76
|
type: Object,
|
|
72
|
-
required: false
|
|
77
|
+
required: false,
|
|
78
|
+
default: void 0
|
|
73
79
|
},
|
|
74
80
|
notification: {
|
|
75
81
|
type: Object,
|
|
76
|
-
required: false
|
|
82
|
+
required: false,
|
|
83
|
+
default: void 0
|
|
77
84
|
}
|
|
78
85
|
},
|
|
79
86
|
name: "AApp",
|
package/dist/avatar/Avatar.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VueNode } from "../_util/type.js";
|
|
2
2
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
3
3
|
import { AvatarSize } from "./AvatarContext.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue289 from "vue";
|
|
5
5
|
import { SlotsType } from "vue";
|
|
6
6
|
|
|
7
7
|
//#region src/avatar/Avatar.d.ts
|
|
@@ -34,8 +34,8 @@ interface AvatarSlots {
|
|
|
34
34
|
src: () => any;
|
|
35
35
|
default: () => any;
|
|
36
36
|
}
|
|
37
|
-
declare const Avatar:
|
|
37
|
+
declare const Avatar: vue289.DefineSetupFnComponent<AvatarProps, AvatarEmits, SlotsType<AvatarSlots>, AvatarProps & {
|
|
38
38
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
39
|
-
},
|
|
39
|
+
}, vue289.PublicProps>;
|
|
40
40
|
//#endregion
|
|
41
41
|
export { Avatar, AvatarEmits, AvatarProps, AvatarSlots };
|
package/dist/avatar/Avatar.js
CHANGED
|
@@ -134,7 +134,8 @@ const Avatar = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
|
|
|
134
134
|
props: /* @__PURE__ */ mergeDefaults({
|
|
135
135
|
shape: {
|
|
136
136
|
type: String,
|
|
137
|
-
required: false
|
|
137
|
+
required: false,
|
|
138
|
+
default: void 0
|
|
138
139
|
},
|
|
139
140
|
size: {
|
|
140
141
|
type: [
|
|
@@ -142,11 +143,13 @@ const Avatar = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
|
|
|
142
143
|
Number,
|
|
143
144
|
Object
|
|
144
145
|
],
|
|
145
|
-
required: false
|
|
146
|
+
required: false,
|
|
147
|
+
default: void 0
|
|
146
148
|
},
|
|
147
149
|
gap: {
|
|
148
150
|
type: Number,
|
|
149
|
-
required: false
|
|
151
|
+
required: false,
|
|
152
|
+
default: void 0
|
|
150
153
|
},
|
|
151
154
|
src: {
|
|
152
155
|
type: [
|
|
@@ -157,15 +160,18 @@ const Avatar = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
|
|
|
157
160
|
null,
|
|
158
161
|
Object
|
|
159
162
|
],
|
|
160
|
-
required: false
|
|
163
|
+
required: false,
|
|
164
|
+
default: void 0
|
|
161
165
|
},
|
|
162
166
|
srcSet: {
|
|
163
167
|
type: String,
|
|
164
|
-
required: false
|
|
168
|
+
required: false,
|
|
169
|
+
default: void 0
|
|
165
170
|
},
|
|
166
171
|
draggable: {
|
|
167
172
|
type: [Boolean, String],
|
|
168
|
-
required: false
|
|
173
|
+
required: false,
|
|
174
|
+
default: void 0
|
|
169
175
|
},
|
|
170
176
|
icon: {
|
|
171
177
|
type: [
|
|
@@ -176,27 +182,33 @@ const Avatar = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
|
|
|
176
182
|
null,
|
|
177
183
|
Object
|
|
178
184
|
],
|
|
179
|
-
required: false
|
|
185
|
+
required: false,
|
|
186
|
+
default: void 0
|
|
180
187
|
},
|
|
181
188
|
alt: {
|
|
182
189
|
type: String,
|
|
183
|
-
required: false
|
|
190
|
+
required: false,
|
|
191
|
+
default: void 0
|
|
184
192
|
},
|
|
185
193
|
crossOrigin: {
|
|
186
194
|
type: String,
|
|
187
|
-
required: false
|
|
195
|
+
required: false,
|
|
196
|
+
default: void 0
|
|
188
197
|
},
|
|
189
198
|
onError: {
|
|
190
199
|
type: Function,
|
|
191
|
-
required: false
|
|
200
|
+
required: false,
|
|
201
|
+
default: void 0
|
|
192
202
|
},
|
|
193
203
|
rootClass: {
|
|
194
204
|
type: String,
|
|
195
|
-
required: false
|
|
205
|
+
required: false,
|
|
206
|
+
default: void 0
|
|
196
207
|
},
|
|
197
208
|
prefixCls: {
|
|
198
209
|
type: String,
|
|
199
|
-
required: false
|
|
210
|
+
required: false,
|
|
211
|
+
default: void 0
|
|
200
212
|
}
|
|
201
213
|
}, { gap: 4 }),
|
|
202
214
|
name: "AAvatar",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PopoverProps } from "../popover/index.js";
|
|
2
2
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
3
3
|
import { AvatarSize } from "./AvatarContext.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue291 from "vue";
|
|
5
5
|
import { CSSProperties } from "vue";
|
|
6
6
|
|
|
7
7
|
//#region src/avatar/AvatarGroup.d.ts
|
|
@@ -19,6 +19,6 @@ interface AvatarGroupProps extends ComponentBaseProps {
|
|
|
19
19
|
size?: AvatarSize;
|
|
20
20
|
shape?: 'circle' | 'square';
|
|
21
21
|
}
|
|
22
|
-
declare const AvatarGroup:
|
|
22
|
+
declare const AvatarGroup: vue291.DefineSetupFnComponent<AvatarGroupProps, {}, {}, AvatarGroupProps & {}, vue291.PublicProps>;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { AvatarGroup, AvatarGroupProps };
|
|
@@ -64,11 +64,13 @@ const AvatarGroup = /* @__PURE__ */ defineComponent((props, { slots, attrs }) =>
|
|
|
64
64
|
props: {
|
|
65
65
|
prefixCls: {
|
|
66
66
|
type: String,
|
|
67
|
-
required: false
|
|
67
|
+
required: false,
|
|
68
|
+
default: void 0
|
|
68
69
|
},
|
|
69
70
|
max: {
|
|
70
71
|
type: Object,
|
|
71
|
-
required: false
|
|
72
|
+
required: false,
|
|
73
|
+
default: void 0
|
|
72
74
|
},
|
|
73
75
|
size: {
|
|
74
76
|
type: [
|
|
@@ -76,15 +78,18 @@ const AvatarGroup = /* @__PURE__ */ defineComponent((props, { slots, attrs }) =>
|
|
|
76
78
|
Number,
|
|
77
79
|
Object
|
|
78
80
|
],
|
|
79
|
-
required: false
|
|
81
|
+
required: false,
|
|
82
|
+
default: void 0
|
|
80
83
|
},
|
|
81
84
|
shape: {
|
|
82
85
|
type: String,
|
|
83
|
-
required: false
|
|
86
|
+
required: false,
|
|
87
|
+
default: void 0
|
|
84
88
|
},
|
|
85
89
|
rootClass: {
|
|
86
90
|
type: String,
|
|
87
|
-
required: false
|
|
91
|
+
required: false,
|
|
92
|
+
default: void 0
|
|
88
93
|
}
|
|
89
94
|
},
|
|
90
95
|
name: "AAvatarGroup",
|
package/dist/badge/Ribbon.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EmptyEmit, VueNode } from "../_util/type.js";
|
|
2
2
|
import { PresetColorType } from "../_util/colors.js";
|
|
3
3
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue92 from "vue";
|
|
5
5
|
import { CSSProperties, SlotsType } from "vue";
|
|
6
6
|
import { LiteralUnion } from "@v-c/util/dist/type";
|
|
7
7
|
|
|
@@ -16,8 +16,8 @@ interface RibbonSlots {
|
|
|
16
16
|
default?: () => any;
|
|
17
17
|
text?: () => any;
|
|
18
18
|
}
|
|
19
|
-
declare const _default:
|
|
19
|
+
declare const _default: vue92.DefineSetupFnComponent<RibbonProps, EmptyEmit, SlotsType<RibbonSlots>, RibbonProps & {
|
|
20
20
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
21
|
-
},
|
|
21
|
+
}, vue92.PublicProps>;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { RibbonProps, _default };
|
package/dist/badge/Ribbon.js
CHANGED
|
@@ -42,7 +42,8 @@ var Ribbon_default = /* @__PURE__ */ defineComponent((props, { slots, attrs }) =
|
|
|
42
42
|
props: {
|
|
43
43
|
style: {
|
|
44
44
|
type: Object,
|
|
45
|
-
required: false
|
|
45
|
+
required: false,
|
|
46
|
+
default: void 0
|
|
46
47
|
},
|
|
47
48
|
text: {
|
|
48
49
|
type: [
|
|
@@ -53,20 +54,27 @@ var Ribbon_default = /* @__PURE__ */ defineComponent((props, { slots, attrs }) =
|
|
|
53
54
|
null,
|
|
54
55
|
Object
|
|
55
56
|
],
|
|
56
|
-
required: false
|
|
57
|
+
required: false,
|
|
58
|
+
default: void 0
|
|
59
|
+
},
|
|
60
|
+
color: {
|
|
61
|
+
required: false,
|
|
62
|
+
default: void 0
|
|
57
63
|
},
|
|
58
|
-
color: { required: false },
|
|
59
64
|
placement: {
|
|
60
65
|
type: String,
|
|
61
|
-
required: false
|
|
66
|
+
required: false,
|
|
67
|
+
default: void 0
|
|
62
68
|
},
|
|
63
69
|
rootClass: {
|
|
64
70
|
type: String,
|
|
65
|
-
required: false
|
|
71
|
+
required: false,
|
|
72
|
+
default: void 0
|
|
66
73
|
},
|
|
67
74
|
prefixCls: {
|
|
68
75
|
type: String,
|
|
69
|
-
required: false
|
|
76
|
+
required: false,
|
|
77
|
+
default: void 0
|
|
70
78
|
}
|
|
71
79
|
},
|
|
72
80
|
name: "ABadgeRibbon",
|
|
@@ -45,7 +45,8 @@ var ScrollNumber_default = /* @__PURE__ */ defineComponent((props, { slots, attr
|
|
|
45
45
|
props: {
|
|
46
46
|
prefixCls: {
|
|
47
47
|
type: String,
|
|
48
|
-
required: false
|
|
48
|
+
required: false,
|
|
49
|
+
default: void 0
|
|
49
50
|
},
|
|
50
51
|
count: {
|
|
51
52
|
type: [
|
|
@@ -53,11 +54,13 @@ var ScrollNumber_default = /* @__PURE__ */ defineComponent((props, { slots, attr
|
|
|
53
54
|
Number,
|
|
54
55
|
null
|
|
55
56
|
],
|
|
56
|
-
required: false
|
|
57
|
+
required: false,
|
|
58
|
+
default: void 0
|
|
57
59
|
},
|
|
58
60
|
component: {
|
|
59
61
|
type: [String, Object],
|
|
60
|
-
required: false
|
|
62
|
+
required: false,
|
|
63
|
+
default: void 0
|
|
61
64
|
},
|
|
62
65
|
title: {
|
|
63
66
|
type: [
|
|
@@ -65,11 +68,13 @@ var ScrollNumber_default = /* @__PURE__ */ defineComponent((props, { slots, attr
|
|
|
65
68
|
Number,
|
|
66
69
|
null
|
|
67
70
|
],
|
|
68
|
-
required: false
|
|
71
|
+
required: false,
|
|
72
|
+
default: void 0
|
|
69
73
|
},
|
|
70
74
|
show: {
|
|
71
75
|
type: Boolean,
|
|
72
|
-
required: true
|
|
76
|
+
required: true,
|
|
77
|
+
default: void 0
|
|
73
78
|
}
|
|
74
79
|
},
|
|
75
80
|
name: "AScrollNumber",
|
|
@@ -77,15 +77,18 @@ var SingleNumber_default = /* @__PURE__ */ defineComponent((props) => {
|
|
|
77
77
|
props: {
|
|
78
78
|
prefixCls: {
|
|
79
79
|
type: String,
|
|
80
|
-
required: true
|
|
80
|
+
required: true,
|
|
81
|
+
default: void 0
|
|
81
82
|
},
|
|
82
83
|
value: {
|
|
83
84
|
type: String,
|
|
84
|
-
required: true
|
|
85
|
+
required: true,
|
|
86
|
+
default: void 0
|
|
85
87
|
},
|
|
86
88
|
count: {
|
|
87
89
|
type: Number,
|
|
88
|
-
required: true
|
|
90
|
+
required: true,
|
|
91
|
+
default: void 0
|
|
89
92
|
}
|
|
90
93
|
},
|
|
91
94
|
name: "ASingleNumber",
|
package/dist/badge/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import "../theme/interface/index.js";
|
|
|
6
6
|
import { PresetStatusColorType } from "../_util/colors.js";
|
|
7
7
|
import { _default } from "./Ribbon.js";
|
|
8
8
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
9
|
-
import * as
|
|
9
|
+
import * as vue90 from "vue";
|
|
10
10
|
import { SlotsType } from "vue";
|
|
11
11
|
import { LiteralUnion } from "@v-c/util/dist/type";
|
|
12
12
|
|
|
@@ -37,9 +37,9 @@ interface BadgeSlots {
|
|
|
37
37
|
count?: () => any;
|
|
38
38
|
text?: () => any;
|
|
39
39
|
}
|
|
40
|
-
declare const InternalBadge:
|
|
40
|
+
declare const InternalBadge: vue90.DefineSetupFnComponent<BadgeProps, EmptyEmit, SlotsType<BadgeSlots>, BadgeProps & {
|
|
41
41
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
42
|
-
},
|
|
42
|
+
}, vue90.PublicProps>;
|
|
43
43
|
declare const Badge: typeof InternalBadge & {
|
|
44
44
|
Ribbon: typeof _default;
|
|
45
45
|
};
|
package/dist/badge/index.js
CHANGED
|
@@ -167,29 +167,38 @@ const InternalBadge = /* @__PURE__ */ defineComponent((props, { slots, attrs, ex
|
|
|
167
167
|
null,
|
|
168
168
|
Object
|
|
169
169
|
],
|
|
170
|
-
required: false
|
|
170
|
+
required: false,
|
|
171
|
+
default: void 0
|
|
171
172
|
},
|
|
172
173
|
showZero: {
|
|
173
174
|
type: Boolean,
|
|
174
|
-
required: false
|
|
175
|
+
required: false,
|
|
176
|
+
default: void 0
|
|
175
177
|
},
|
|
176
178
|
overflowCount: {
|
|
177
179
|
type: Number,
|
|
178
|
-
required: false
|
|
180
|
+
required: false,
|
|
181
|
+
default: void 0
|
|
179
182
|
},
|
|
180
183
|
dot: {
|
|
181
184
|
type: Boolean,
|
|
182
|
-
required: false
|
|
185
|
+
required: false,
|
|
186
|
+
default: void 0
|
|
183
187
|
},
|
|
184
188
|
scrollNumberPrefixCls: {
|
|
185
189
|
type: String,
|
|
186
|
-
required: false
|
|
190
|
+
required: false,
|
|
191
|
+
default: void 0
|
|
187
192
|
},
|
|
188
193
|
status: {
|
|
189
194
|
type: String,
|
|
190
|
-
required: false
|
|
195
|
+
required: false,
|
|
196
|
+
default: void 0
|
|
197
|
+
},
|
|
198
|
+
color: {
|
|
199
|
+
required: false,
|
|
200
|
+
default: void 0
|
|
191
201
|
},
|
|
192
|
-
color: { required: false },
|
|
193
202
|
text: {
|
|
194
203
|
type: [
|
|
195
204
|
Function,
|
|
@@ -199,35 +208,43 @@ const InternalBadge = /* @__PURE__ */ defineComponent((props, { slots, attrs, ex
|
|
|
199
208
|
null,
|
|
200
209
|
Object
|
|
201
210
|
],
|
|
202
|
-
required: false
|
|
211
|
+
required: false,
|
|
212
|
+
default: void 0
|
|
203
213
|
},
|
|
204
214
|
size: {
|
|
205
215
|
type: String,
|
|
206
|
-
required: false
|
|
216
|
+
required: false,
|
|
217
|
+
default: void 0
|
|
207
218
|
},
|
|
208
219
|
offset: {
|
|
209
220
|
type: Array,
|
|
210
|
-
required: false
|
|
221
|
+
required: false,
|
|
222
|
+
default: void 0
|
|
211
223
|
},
|
|
212
224
|
title: {
|
|
213
225
|
type: String,
|
|
214
|
-
required: false
|
|
226
|
+
required: false,
|
|
227
|
+
default: void 0
|
|
215
228
|
},
|
|
216
229
|
classes: {
|
|
217
230
|
type: [Object, Function],
|
|
218
|
-
required: false
|
|
231
|
+
required: false,
|
|
232
|
+
default: void 0
|
|
219
233
|
},
|
|
220
234
|
styles: {
|
|
221
235
|
type: [Object, Function],
|
|
222
|
-
required: false
|
|
236
|
+
required: false,
|
|
237
|
+
default: void 0
|
|
223
238
|
},
|
|
224
239
|
rootClass: {
|
|
225
240
|
type: String,
|
|
226
|
-
required: false
|
|
241
|
+
required: false,
|
|
242
|
+
default: void 0
|
|
227
243
|
},
|
|
228
244
|
prefixCls: {
|
|
229
245
|
type: String,
|
|
230
|
-
required: false
|
|
246
|
+
required: false,
|
|
247
|
+
default: void 0
|
|
231
248
|
}
|
|
232
249
|
}, {
|
|
233
250
|
count: null,
|
|
@@ -4,7 +4,7 @@ import "../_util/hooks/index.js";
|
|
|
4
4
|
import { DropdownProps } from "../dropdown/dropdown.js";
|
|
5
5
|
import "../dropdown/index.js";
|
|
6
6
|
import { BreadcrumbItemProps, MenuItem } from "./BreadcrumbItem.js";
|
|
7
|
-
import * as
|
|
7
|
+
import * as vue287 from "vue";
|
|
8
8
|
import { CSSProperties, SlotsType } from "vue";
|
|
9
9
|
import { Key } from "@v-c/util/dist/type";
|
|
10
10
|
|
|
@@ -82,8 +82,8 @@ interface BreadcrumbSlots {
|
|
|
82
82
|
menu: MenuItem;
|
|
83
83
|
}) => any;
|
|
84
84
|
}
|
|
85
|
-
declare const Breadcrumb:
|
|
85
|
+
declare const Breadcrumb: vue287.DefineSetupFnComponent<BreadcrumbProps<AnyObject>, BreadcrumbEmits, SlotsType<BreadcrumbSlots>, BreadcrumbProps<AnyObject> & {
|
|
86
86
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
87
|
-
},
|
|
87
|
+
}, vue287.PublicProps>;
|
|
88
88
|
//#endregion
|
|
89
89
|
export { Breadcrumb, BreadcrumbEmits, BreadcrumbItemType, BreadcrumbProps, BreadcrumbSlots };
|
|
@@ -128,9 +128,13 @@ const Breadcrumb = /* @__PURE__ */ defineComponent((props, { slots, attrs, emit
|
|
|
128
128
|
props: {
|
|
129
129
|
prefixCls: {
|
|
130
130
|
type: String,
|
|
131
|
-
required: false
|
|
131
|
+
required: false,
|
|
132
|
+
default: void 0
|
|
133
|
+
},
|
|
134
|
+
params: {
|
|
135
|
+
required: false,
|
|
136
|
+
default: void 0
|
|
132
137
|
},
|
|
133
|
-
params: { required: false },
|
|
134
138
|
separator: {
|
|
135
139
|
type: [
|
|
136
140
|
Function,
|
|
@@ -140,39 +144,48 @@ const Breadcrumb = /* @__PURE__ */ defineComponent((props, { slots, attrs, emit
|
|
|
140
144
|
null,
|
|
141
145
|
Object
|
|
142
146
|
],
|
|
143
|
-
required: false
|
|
147
|
+
required: false,
|
|
148
|
+
default: void 0
|
|
144
149
|
},
|
|
145
150
|
rootClass: {
|
|
146
151
|
type: String,
|
|
147
|
-
required: false
|
|
152
|
+
required: false,
|
|
153
|
+
default: void 0
|
|
148
154
|
},
|
|
149
155
|
items: {
|
|
150
156
|
type: Array,
|
|
151
|
-
required: false
|
|
157
|
+
required: false,
|
|
158
|
+
default: void 0
|
|
152
159
|
},
|
|
153
160
|
classes: {
|
|
154
161
|
type: [Object, Function],
|
|
155
|
-
required: false
|
|
162
|
+
required: false,
|
|
163
|
+
default: void 0
|
|
156
164
|
},
|
|
157
165
|
styles: {
|
|
158
166
|
type: [Object, Function],
|
|
159
|
-
required: false
|
|
167
|
+
required: false,
|
|
168
|
+
default: void 0
|
|
160
169
|
},
|
|
161
170
|
itemRender: {
|
|
162
171
|
type: Function,
|
|
163
|
-
required: false
|
|
172
|
+
required: false,
|
|
173
|
+
default: void 0
|
|
164
174
|
},
|
|
165
175
|
titleRender: {
|
|
166
176
|
type: Function,
|
|
167
|
-
required: false
|
|
177
|
+
required: false,
|
|
178
|
+
default: void 0
|
|
168
179
|
},
|
|
169
180
|
menuLabelRender: {
|
|
170
181
|
type: Function,
|
|
171
|
-
required: false
|
|
182
|
+
required: false,
|
|
183
|
+
default: void 0
|
|
172
184
|
},
|
|
173
185
|
menuExtraRender: {
|
|
174
186
|
type: Function,
|
|
175
|
-
required: false
|
|
187
|
+
required: false,
|
|
188
|
+
default: void 0
|
|
176
189
|
}
|
|
177
190
|
},
|
|
178
191
|
name: "ABreadcrumb",
|
|
@@ -60,31 +60,38 @@ const InternalBreadcrumbItem = /* @__PURE__ */ defineComponent((props, { slots }
|
|
|
60
60
|
props: {
|
|
61
61
|
prefixCls: {
|
|
62
62
|
type: String,
|
|
63
|
-
required: false
|
|
63
|
+
required: false,
|
|
64
|
+
default: void 0
|
|
64
65
|
},
|
|
65
66
|
href: {
|
|
66
67
|
type: String,
|
|
67
|
-
required: false
|
|
68
|
+
required: false,
|
|
69
|
+
default: void 0
|
|
68
70
|
},
|
|
69
71
|
menu: {
|
|
70
72
|
type: Object,
|
|
71
|
-
required: false
|
|
73
|
+
required: false,
|
|
74
|
+
default: void 0
|
|
72
75
|
},
|
|
73
76
|
dropdownProps: {
|
|
74
77
|
type: Object,
|
|
75
|
-
required: false
|
|
78
|
+
required: false,
|
|
79
|
+
default: void 0
|
|
76
80
|
},
|
|
77
81
|
onClick: {
|
|
78
82
|
type: Function,
|
|
79
|
-
required: false
|
|
83
|
+
required: false,
|
|
84
|
+
default: void 0
|
|
80
85
|
},
|
|
81
86
|
class: {
|
|
82
87
|
type: String,
|
|
83
|
-
required: false
|
|
88
|
+
required: false,
|
|
89
|
+
default: void 0
|
|
84
90
|
},
|
|
85
91
|
style: {
|
|
86
92
|
type: Object,
|
|
87
|
-
required: false
|
|
93
|
+
required: false,
|
|
94
|
+
default: void 0
|
|
88
95
|
},
|
|
89
96
|
separator: {
|
|
90
97
|
type: [
|
|
@@ -95,7 +102,8 @@ const InternalBreadcrumbItem = /* @__PURE__ */ defineComponent((props, { slots }
|
|
|
95
102
|
null,
|
|
96
103
|
Object
|
|
97
104
|
],
|
|
98
|
-
required: false
|
|
105
|
+
required: false,
|
|
106
|
+
default: void 0
|
|
99
107
|
}
|
|
100
108
|
},
|
|
101
109
|
name: "InternalBreadcrumbItem",
|
|
@@ -113,31 +121,38 @@ const BreadcrumbItem = /* @__PURE__ */ defineComponent((props, { slots }) => {
|
|
|
113
121
|
props: {
|
|
114
122
|
prefixCls: {
|
|
115
123
|
type: String,
|
|
116
|
-
required: false
|
|
124
|
+
required: false,
|
|
125
|
+
default: void 0
|
|
117
126
|
},
|
|
118
127
|
href: {
|
|
119
128
|
type: String,
|
|
120
|
-
required: false
|
|
129
|
+
required: false,
|
|
130
|
+
default: void 0
|
|
121
131
|
},
|
|
122
132
|
menu: {
|
|
123
133
|
type: Object,
|
|
124
|
-
required: false
|
|
134
|
+
required: false,
|
|
135
|
+
default: void 0
|
|
125
136
|
},
|
|
126
137
|
dropdownProps: {
|
|
127
138
|
type: Object,
|
|
128
|
-
required: false
|
|
139
|
+
required: false,
|
|
140
|
+
default: void 0
|
|
129
141
|
},
|
|
130
142
|
onClick: {
|
|
131
143
|
type: Function,
|
|
132
|
-
required: false
|
|
144
|
+
required: false,
|
|
145
|
+
default: void 0
|
|
133
146
|
},
|
|
134
147
|
class: {
|
|
135
148
|
type: String,
|
|
136
|
-
required: false
|
|
149
|
+
required: false,
|
|
150
|
+
default: void 0
|
|
137
151
|
},
|
|
138
152
|
style: {
|
|
139
153
|
type: Object,
|
|
140
|
-
required: false
|
|
154
|
+
required: false,
|
|
155
|
+
default: void 0
|
|
141
156
|
},
|
|
142
157
|
separator: {
|
|
143
158
|
type: [
|
|
@@ -148,7 +163,8 @@ const BreadcrumbItem = /* @__PURE__ */ defineComponent((props, { slots }) => {
|
|
|
148
163
|
null,
|
|
149
164
|
Object
|
|
150
165
|
],
|
|
151
|
-
required: false
|
|
166
|
+
required: false,
|
|
167
|
+
default: void 0
|
|
152
168
|
}
|
|
153
169
|
},
|
|
154
170
|
name: "ABreadcrumbItem",
|
package/dist/button/Button.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
|
|
|
4
4
|
import "../_util/hooks/index.js";
|
|
5
5
|
import { ButtonColorType, ButtonHTMLType, ButtonShape, ButtonType, ButtonVariantType } from "./buttonHelper.js";
|
|
6
6
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
7
|
-
import * as
|
|
7
|
+
import * as vue305 from "vue";
|
|
8
8
|
import { SlotsType } from "vue";
|
|
9
9
|
|
|
10
10
|
//#region src/button/Button.d.ts
|
|
@@ -50,9 +50,9 @@ interface ButtonSlots {
|
|
|
50
50
|
icon?: () => any;
|
|
51
51
|
loadingIcon?: () => any;
|
|
52
52
|
}
|
|
53
|
-
declare const InternalCompoundedButton:
|
|
53
|
+
declare const InternalCompoundedButton: vue305.DefineSetupFnComponent<ButtonProps, ButtonEmits, SlotsType<ButtonSlots>, ButtonProps & {
|
|
54
54
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
55
|
-
},
|
|
55
|
+
}, vue305.PublicProps>;
|
|
56
56
|
type CompoundedComponent = typeof InternalCompoundedButton & {
|
|
57
57
|
/** @internal */
|
|
58
58
|
__ANT_BUTTON: boolean;
|