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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FloatButtonProps } from "./FloatButton.js";
|
|
2
2
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue307 from "vue";
|
|
4
4
|
import { SlotsType } from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/float-button/BackTop.d.ts
|
|
@@ -17,9 +17,9 @@ interface BackTopSlots {
|
|
|
17
17
|
default?: () => any;
|
|
18
18
|
icon?: () => any;
|
|
19
19
|
}
|
|
20
|
-
declare const BackTop:
|
|
20
|
+
declare const BackTop: vue307.DefineSetupFnComponent<BackTopProps, BackTopEmits, SlotsType<BackTopSlots>, BackTopProps & {
|
|
21
21
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
22
|
-
},
|
|
22
|
+
}, vue307.PublicProps>;
|
|
23
23
|
declare const BackTopWithInstall: typeof BackTop;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { BackTopWithInstall };
|
|
@@ -91,15 +91,18 @@ const BackTopWithInstall = /* @__PURE__ */ defineComponent((props, { attrs, slot
|
|
|
91
91
|
props: {
|
|
92
92
|
visibilityHeight: {
|
|
93
93
|
type: Number,
|
|
94
|
-
required: false
|
|
94
|
+
required: false,
|
|
95
|
+
default: void 0
|
|
95
96
|
},
|
|
96
97
|
target: {
|
|
97
98
|
type: Function,
|
|
98
|
-
required: false
|
|
99
|
+
required: false,
|
|
100
|
+
default: void 0
|
|
99
101
|
},
|
|
100
102
|
duration: {
|
|
101
103
|
type: Number,
|
|
102
|
-
required: false
|
|
104
|
+
required: false,
|
|
105
|
+
default: void 0
|
|
103
106
|
},
|
|
104
107
|
icon: {
|
|
105
108
|
type: [
|
|
@@ -110,7 +113,8 @@ const BackTopWithInstall = /* @__PURE__ */ defineComponent((props, { attrs, slot
|
|
|
110
113
|
null,
|
|
111
114
|
Object
|
|
112
115
|
],
|
|
113
|
-
required: false
|
|
116
|
+
required: false,
|
|
117
|
+
default: void 0
|
|
114
118
|
},
|
|
115
119
|
description: {
|
|
116
120
|
type: [
|
|
@@ -121,7 +125,8 @@ const BackTopWithInstall = /* @__PURE__ */ defineComponent((props, { attrs, slot
|
|
|
121
125
|
null,
|
|
122
126
|
Object
|
|
123
127
|
],
|
|
124
|
-
required: false
|
|
128
|
+
required: false,
|
|
129
|
+
default: void 0
|
|
125
130
|
},
|
|
126
131
|
content: {
|
|
127
132
|
type: [
|
|
@@ -132,15 +137,18 @@ const BackTopWithInstall = /* @__PURE__ */ defineComponent((props, { attrs, slot
|
|
|
132
137
|
null,
|
|
133
138
|
Object
|
|
134
139
|
],
|
|
135
|
-
required: false
|
|
140
|
+
required: false,
|
|
141
|
+
default: void 0
|
|
136
142
|
},
|
|
137
143
|
type: {
|
|
138
144
|
type: String,
|
|
139
|
-
required: false
|
|
145
|
+
required: false,
|
|
146
|
+
default: void 0
|
|
140
147
|
},
|
|
141
148
|
shape: {
|
|
142
149
|
type: String,
|
|
143
|
-
required: false
|
|
150
|
+
required: false,
|
|
151
|
+
default: void 0
|
|
144
152
|
},
|
|
145
153
|
tooltip: {
|
|
146
154
|
type: [
|
|
@@ -151,43 +159,53 @@ const BackTopWithInstall = /* @__PURE__ */ defineComponent((props, { attrs, slot
|
|
|
151
159
|
null,
|
|
152
160
|
Object
|
|
153
161
|
],
|
|
154
|
-
required: false
|
|
162
|
+
required: false,
|
|
163
|
+
default: void 0
|
|
155
164
|
},
|
|
156
165
|
href: {
|
|
157
166
|
type: String,
|
|
158
|
-
required: false
|
|
167
|
+
required: false,
|
|
168
|
+
default: void 0
|
|
159
169
|
},
|
|
160
170
|
badge: {
|
|
161
171
|
type: Object,
|
|
162
|
-
required: false
|
|
172
|
+
required: false,
|
|
173
|
+
default: void 0
|
|
163
174
|
},
|
|
164
175
|
htmlType: {
|
|
165
176
|
type: String,
|
|
166
|
-
required: false
|
|
177
|
+
required: false,
|
|
178
|
+
default: void 0
|
|
167
179
|
},
|
|
168
180
|
ariaLabel: {
|
|
169
181
|
type: String,
|
|
170
|
-
required: false
|
|
182
|
+
required: false,
|
|
183
|
+
default: void 0
|
|
171
184
|
},
|
|
172
185
|
style: {
|
|
173
186
|
type: Object,
|
|
174
|
-
required: false
|
|
187
|
+
required: false,
|
|
188
|
+
default: void 0
|
|
175
189
|
},
|
|
176
190
|
classes: {
|
|
177
191
|
type: [Object, Function],
|
|
178
|
-
required: false
|
|
192
|
+
required: false,
|
|
193
|
+
default: void 0
|
|
179
194
|
},
|
|
180
195
|
styles: {
|
|
181
196
|
type: [Object, Function],
|
|
182
|
-
required: false
|
|
197
|
+
required: false,
|
|
198
|
+
default: void 0
|
|
183
199
|
},
|
|
184
200
|
rootClass: {
|
|
185
201
|
type: String,
|
|
186
|
-
required: false
|
|
202
|
+
required: false,
|
|
203
|
+
default: void 0
|
|
187
204
|
},
|
|
188
205
|
prefixCls: {
|
|
189
206
|
type: String,
|
|
190
|
-
required: false
|
|
207
|
+
required: false,
|
|
208
|
+
default: void 0
|
|
191
209
|
}
|
|
192
210
|
},
|
|
193
211
|
name: "AFloatBackTop",
|
|
@@ -7,7 +7,7 @@ import { ButtonSemanticName } from "../button/Button.js";
|
|
|
7
7
|
import "../button/index.js";
|
|
8
8
|
import { BadgeProps } from "../badge/index.js";
|
|
9
9
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
10
|
-
import * as
|
|
10
|
+
import * as vue309 from "vue";
|
|
11
11
|
import { CSSProperties, SlotsType } from "vue";
|
|
12
12
|
|
|
13
13
|
//#region src/float-button/FloatButton.d.ts
|
|
@@ -54,9 +54,9 @@ interface FloatButtonEmits {
|
|
|
54
54
|
blur: (e: FocusEvent) => void;
|
|
55
55
|
[key: string]: (...args: any[]) => void;
|
|
56
56
|
}
|
|
57
|
-
declare const InternalFloatButton:
|
|
57
|
+
declare const InternalFloatButton: vue309.DefineSetupFnComponent<FloatButtonProps, FloatButtonEmits, SlotsType<FloatButtonSlots>, FloatButtonProps & {
|
|
58
58
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
59
|
-
},
|
|
59
|
+
}, vue309.PublicProps>;
|
|
60
60
|
declare const FloatButton: typeof InternalFloatButton;
|
|
61
61
|
//#endregion
|
|
62
62
|
export { FloatButton, FloatButtonGroupTrigger, FloatButtonProps, FloatButtonRef };
|
|
@@ -121,7 +121,8 @@ const FloatButton = /* @__PURE__ */ defineComponent((props, { slots, attrs, emit
|
|
|
121
121
|
null,
|
|
122
122
|
Object
|
|
123
123
|
],
|
|
124
|
-
required: false
|
|
124
|
+
required: false,
|
|
125
|
+
default: void 0
|
|
125
126
|
},
|
|
126
127
|
description: {
|
|
127
128
|
type: [
|
|
@@ -132,7 +133,8 @@ const FloatButton = /* @__PURE__ */ defineComponent((props, { slots, attrs, emit
|
|
|
132
133
|
null,
|
|
133
134
|
Object
|
|
134
135
|
],
|
|
135
|
-
required: false
|
|
136
|
+
required: false,
|
|
137
|
+
default: void 0
|
|
136
138
|
},
|
|
137
139
|
content: {
|
|
138
140
|
type: [
|
|
@@ -143,15 +145,18 @@ const FloatButton = /* @__PURE__ */ defineComponent((props, { slots, attrs, emit
|
|
|
143
145
|
null,
|
|
144
146
|
Object
|
|
145
147
|
],
|
|
146
|
-
required: false
|
|
148
|
+
required: false,
|
|
149
|
+
default: void 0
|
|
147
150
|
},
|
|
148
151
|
type: {
|
|
149
152
|
type: String,
|
|
150
|
-
required: false
|
|
153
|
+
required: false,
|
|
154
|
+
default: void 0
|
|
151
155
|
},
|
|
152
156
|
shape: {
|
|
153
157
|
type: String,
|
|
154
|
-
required: false
|
|
158
|
+
required: false,
|
|
159
|
+
default: void 0
|
|
155
160
|
},
|
|
156
161
|
tooltip: {
|
|
157
162
|
type: [
|
|
@@ -162,47 +167,58 @@ const FloatButton = /* @__PURE__ */ defineComponent((props, { slots, attrs, emit
|
|
|
162
167
|
null,
|
|
163
168
|
Object
|
|
164
169
|
],
|
|
165
|
-
required: false
|
|
170
|
+
required: false,
|
|
171
|
+
default: void 0
|
|
166
172
|
},
|
|
167
173
|
href: {
|
|
168
174
|
type: String,
|
|
169
|
-
required: false
|
|
175
|
+
required: false,
|
|
176
|
+
default: void 0
|
|
170
177
|
},
|
|
171
178
|
target: {
|
|
172
179
|
type: String,
|
|
173
|
-
required: false
|
|
180
|
+
required: false,
|
|
181
|
+
default: void 0
|
|
174
182
|
},
|
|
175
183
|
badge: {
|
|
176
184
|
type: Object,
|
|
177
|
-
required: false
|
|
185
|
+
required: false,
|
|
186
|
+
default: void 0
|
|
178
187
|
},
|
|
179
188
|
htmlType: {
|
|
180
189
|
type: String,
|
|
181
|
-
required: false
|
|
190
|
+
required: false,
|
|
191
|
+
default: void 0
|
|
182
192
|
},
|
|
183
193
|
ariaLabel: {
|
|
184
194
|
type: String,
|
|
185
|
-
required: false
|
|
195
|
+
required: false,
|
|
196
|
+
default: void 0
|
|
186
197
|
},
|
|
187
198
|
style: {
|
|
188
199
|
type: Object,
|
|
189
|
-
required: false
|
|
200
|
+
required: false,
|
|
201
|
+
default: void 0
|
|
190
202
|
},
|
|
191
203
|
classes: {
|
|
192
204
|
type: [Object, Function],
|
|
193
|
-
required: false
|
|
205
|
+
required: false,
|
|
206
|
+
default: void 0
|
|
194
207
|
},
|
|
195
208
|
styles: {
|
|
196
209
|
type: [Object, Function],
|
|
197
|
-
required: false
|
|
210
|
+
required: false,
|
|
211
|
+
default: void 0
|
|
198
212
|
},
|
|
199
213
|
rootClass: {
|
|
200
214
|
type: String,
|
|
201
|
-
required: false
|
|
215
|
+
required: false,
|
|
216
|
+
default: void 0
|
|
202
217
|
},
|
|
203
218
|
prefixCls: {
|
|
204
219
|
type: String,
|
|
205
|
-
required: false
|
|
220
|
+
required: false,
|
|
221
|
+
default: void 0
|
|
206
222
|
}
|
|
207
223
|
}, {
|
|
208
224
|
type: "default",
|
|
@@ -3,7 +3,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
|
|
|
3
3
|
import "../_util/hooks/index.js";
|
|
4
4
|
import { FloatButtonGroupTrigger, FloatButtonProps } from "./FloatButton.js";
|
|
5
5
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
6
|
-
import * as
|
|
6
|
+
import * as vue311 from "vue";
|
|
7
7
|
import { CSSProperties, SlotsType } from "vue";
|
|
8
8
|
|
|
9
9
|
//#region src/float-button/FloatButtonGroup.d.ts
|
|
@@ -31,9 +31,9 @@ interface FloatButtonGroupEmits {
|
|
|
31
31
|
'click': (e: MouseEvent) => void;
|
|
32
32
|
[key: string]: (...args: any[]) => void;
|
|
33
33
|
}
|
|
34
|
-
declare const InternalFloatButtonGroup:
|
|
34
|
+
declare const InternalFloatButtonGroup: vue311.DefineSetupFnComponent<FloatButtonGroupProps, FloatButtonGroupEmits, SlotsType<FloatButtonGroupSlots>, FloatButtonGroupProps & {
|
|
35
35
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
36
|
-
},
|
|
36
|
+
}, vue311.PublicProps>;
|
|
37
37
|
declare const FloatButtonGroup: typeof InternalFloatButtonGroup;
|
|
38
38
|
//#endregion
|
|
39
39
|
export { FloatButtonGroup, FloatButtonGroupProps };
|
|
@@ -203,23 +203,28 @@ const FloatButtonGroup = /* @__PURE__ */ defineComponent((props, { slots, attrs,
|
|
|
203
203
|
props: /* @__PURE__ */ mergeDefaults({
|
|
204
204
|
classes: {
|
|
205
205
|
type: [Object, Function],
|
|
206
|
-
required: false
|
|
206
|
+
required: false,
|
|
207
|
+
default: void 0
|
|
207
208
|
},
|
|
208
209
|
styles: {
|
|
209
210
|
type: [Object, Function],
|
|
210
|
-
required: false
|
|
211
|
+
required: false,
|
|
212
|
+
default: void 0
|
|
211
213
|
},
|
|
212
214
|
trigger: {
|
|
213
215
|
type: String,
|
|
214
|
-
required: false
|
|
216
|
+
required: false,
|
|
217
|
+
default: void 0
|
|
215
218
|
},
|
|
216
219
|
open: {
|
|
217
220
|
type: Boolean,
|
|
218
|
-
required: false
|
|
221
|
+
required: false,
|
|
222
|
+
default: void 0
|
|
219
223
|
},
|
|
220
224
|
defaultOpen: {
|
|
221
225
|
type: Boolean,
|
|
222
|
-
required: false
|
|
226
|
+
required: false,
|
|
227
|
+
default: void 0
|
|
223
228
|
},
|
|
224
229
|
closeIcon: {
|
|
225
230
|
type: [
|
|
@@ -230,15 +235,18 @@ const FloatButtonGroup = /* @__PURE__ */ defineComponent((props, { slots, attrs,
|
|
|
230
235
|
null,
|
|
231
236
|
Object
|
|
232
237
|
],
|
|
233
|
-
required: false
|
|
238
|
+
required: false,
|
|
239
|
+
default: void 0
|
|
234
240
|
},
|
|
235
241
|
placement: {
|
|
236
242
|
type: String,
|
|
237
|
-
required: false
|
|
243
|
+
required: false,
|
|
244
|
+
default: void 0
|
|
238
245
|
},
|
|
239
246
|
style: {
|
|
240
247
|
type: Object,
|
|
241
|
-
required: false
|
|
248
|
+
required: false,
|
|
249
|
+
default: void 0
|
|
242
250
|
},
|
|
243
251
|
icon: {
|
|
244
252
|
type: [
|
|
@@ -249,7 +257,8 @@ const FloatButtonGroup = /* @__PURE__ */ defineComponent((props, { slots, attrs,
|
|
|
249
257
|
null,
|
|
250
258
|
Object
|
|
251
259
|
],
|
|
252
|
-
required: false
|
|
260
|
+
required: false,
|
|
261
|
+
default: void 0
|
|
253
262
|
},
|
|
254
263
|
description: {
|
|
255
264
|
type: [
|
|
@@ -260,7 +269,8 @@ const FloatButtonGroup = /* @__PURE__ */ defineComponent((props, { slots, attrs,
|
|
|
260
269
|
null,
|
|
261
270
|
Object
|
|
262
271
|
],
|
|
263
|
-
required: false
|
|
272
|
+
required: false,
|
|
273
|
+
default: void 0
|
|
264
274
|
},
|
|
265
275
|
content: {
|
|
266
276
|
type: [
|
|
@@ -271,15 +281,18 @@ const FloatButtonGroup = /* @__PURE__ */ defineComponent((props, { slots, attrs,
|
|
|
271
281
|
null,
|
|
272
282
|
Object
|
|
273
283
|
],
|
|
274
|
-
required: false
|
|
284
|
+
required: false,
|
|
285
|
+
default: void 0
|
|
275
286
|
},
|
|
276
287
|
type: {
|
|
277
288
|
type: String,
|
|
278
|
-
required: false
|
|
289
|
+
required: false,
|
|
290
|
+
default: void 0
|
|
279
291
|
},
|
|
280
292
|
shape: {
|
|
281
293
|
type: String,
|
|
282
|
-
required: false
|
|
294
|
+
required: false,
|
|
295
|
+
default: void 0
|
|
283
296
|
},
|
|
284
297
|
tooltip: {
|
|
285
298
|
type: [
|
|
@@ -290,35 +303,43 @@ const FloatButtonGroup = /* @__PURE__ */ defineComponent((props, { slots, attrs,
|
|
|
290
303
|
null,
|
|
291
304
|
Object
|
|
292
305
|
],
|
|
293
|
-
required: false
|
|
306
|
+
required: false,
|
|
307
|
+
default: void 0
|
|
294
308
|
},
|
|
295
309
|
href: {
|
|
296
310
|
type: String,
|
|
297
|
-
required: false
|
|
311
|
+
required: false,
|
|
312
|
+
default: void 0
|
|
298
313
|
},
|
|
299
314
|
target: {
|
|
300
315
|
type: String,
|
|
301
|
-
required: false
|
|
316
|
+
required: false,
|
|
317
|
+
default: void 0
|
|
302
318
|
},
|
|
303
319
|
badge: {
|
|
304
320
|
type: Object,
|
|
305
|
-
required: false
|
|
321
|
+
required: false,
|
|
322
|
+
default: void 0
|
|
306
323
|
},
|
|
307
324
|
htmlType: {
|
|
308
325
|
type: String,
|
|
309
|
-
required: false
|
|
326
|
+
required: false,
|
|
327
|
+
default: void 0
|
|
310
328
|
},
|
|
311
329
|
ariaLabel: {
|
|
312
330
|
type: String,
|
|
313
|
-
required: false
|
|
331
|
+
required: false,
|
|
332
|
+
default: void 0
|
|
314
333
|
},
|
|
315
334
|
rootClass: {
|
|
316
335
|
type: String,
|
|
317
|
-
required: false
|
|
336
|
+
required: false,
|
|
337
|
+
default: void 0
|
|
318
338
|
},
|
|
319
339
|
prefixCls: {
|
|
320
340
|
type: String,
|
|
321
|
-
required: false
|
|
341
|
+
required: false,
|
|
342
|
+
default: void 0
|
|
322
343
|
}
|
|
323
344
|
}, {
|
|
324
345
|
shape: "circle",
|