antdv-next 1.0.0-alpha.5 → 1.0.0-beta.1
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/PurePanel.js +106 -0
- package/dist/_util/hooks/useMergeSemantic.js +3 -3
- package/dist/_util/styleUtils.js +10 -0
- package/dist/alert/Alert.d.ts +3 -3
- package/dist/anchor/Anchor.d.ts +3 -3
- package/dist/antd.js +113 -105
- package/dist/app/App.d.ts +2 -2
- package/dist/auto-complete/index.d.ts +4 -3
- package/dist/auto-complete/index.js +8 -1
- package/dist/avatar/Avatar.d.ts +3 -3
- package/dist/avatar/AvatarGroup.d.ts +2 -2
- package/dist/badge/Ribbon.d.ts +3 -3
- package/dist/badge/ScrollNumber.js +1 -1
- package/dist/badge/SingleNumber.js +1 -1
- package/dist/badge/index.d.ts +3 -3
- package/dist/badge/index.js +5 -3
- package/dist/badge/style/index.js +1 -1
- package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
- package/dist/button/Button.d.ts +3 -3
- package/dist/calendar/generateCalendar.d.ts +3 -3
- package/dist/calendar/index.d.ts +3 -3
- package/dist/calendar/style/index.d.ts +1 -1
- package/dist/calendar/style/index.js +1 -1
- package/dist/card/Card.d.ts +3 -3
- package/dist/card/CardGrid.d.ts +2 -2
- package/dist/card/CardMeta.d.ts +3 -3
- package/dist/card/style/index.js +11 -2
- package/dist/cascader/Panel.d.ts +3 -3
- package/dist/cascader/index.d.ts +1 -0
- package/dist/cascader/index.js +2 -0
- package/dist/checkbox/Checkbox.d.ts +3 -3
- package/dist/checkbox/Group.d.ts +3 -3
- package/dist/checkbox/style/index.d.ts +1 -1
- package/dist/color-picker/ColorPicker.d.ts +4 -4
- package/dist/color-picker/ColorPicker.js +11 -0
- package/dist/components.d.ts +8 -6
- package/dist/config-provider/context.d.ts +2 -1
- package/dist/config-provider/context.js +1 -1
- package/dist/config-provider/define.d.ts +14 -0
- package/dist/config-provider/index.d.ts +3 -3
- package/dist/config-provider/index.js +21 -2
- package/dist/date-picker/generatePicker/generateRangePicker.js +1 -1
- package/dist/date-picker/generatePicker/generateSinglePicker.js +2 -1
- package/dist/date-picker/generatePicker/index.d.ts +17 -17
- package/dist/date-picker/index.d.ts +29 -27
- package/dist/date-picker/index.js +3 -0
- package/dist/date-picker/style/panel.js +4 -4
- package/dist/descriptions/index.d.ts +3 -3
- package/dist/divider/index.d.ts +2 -2
- package/dist/drawer/index.d.ts +6 -4
- package/dist/drawer/index.js +17 -5
- package/dist/drawer/useFocusable.d.ts +10 -0
- package/dist/drawer/useFocusable.js +18 -0
- package/dist/dropdown/dropdown.d.ts +3 -3
- package/dist/dropdown/dropdown.js +7 -0
- package/dist/empty/index.d.ts +3 -3
- package/dist/flex/index.d.ts +3 -3
- package/dist/flex/index.js +1 -1
- package/dist/float-button/BackTop.d.ts +3 -3
- package/dist/float-button/BackTop.js +4 -1
- package/dist/float-button/FloatButton.d.ts +3 -3
- package/dist/float-button/FloatButtonGroup.d.ts +3 -3
- package/dist/float-button/PurePanel.js +5 -5
- package/dist/form/ErrorList.js +4 -7
- package/dist/form/Form.d.ts +7 -3
- package/dist/form/Form.js +39 -22
- package/dist/form/FormItem/ItemHolder.js +0 -1
- package/dist/form/FormItem/index.d.ts +5 -5
- package/dist/form/FormItem/index.js +48 -29
- package/dist/form/FormItemInput.js +17 -19
- package/dist/form/utils/valueUtil.js +4 -1
- package/dist/grid/col.js +7 -2
- package/dist/grid/index.d.ts +2 -2
- package/dist/grid/style/index.js +6 -5
- package/dist/image/PreviewGroup.d.ts +2 -2
- package/dist/image/index.d.ts +7 -4
- package/dist/image/index.js +2 -0
- package/dist/image/style/index.d.ts +1 -1
- package/dist/index.d.ts +12 -9
- package/dist/index.js +3 -1
- package/dist/input/TextArea.d.ts +3 -3
- package/dist/input/index.d.ts +11 -11
- package/dist/input/style/index.d.ts +2 -2
- package/dist/input-number/index.d.ts +4 -4
- package/dist/input-number/index.js +1 -5
- package/dist/layout/index.d.ts +6 -6
- package/dist/layout/layout.d.ts +2 -2
- package/dist/layout/style/sider.js +1 -1
- package/dist/masonry/Masonry.d.ts +3 -3
- package/dist/mentions/index.d.ts +4 -3
- package/dist/mentions/index.js +3 -1
- package/dist/menu/MenuDivider.d.ts +2 -2
- package/dist/menu/MenuItem.d.ts +3 -3
- package/dist/menu/SubMenu.d.ts +3 -3
- package/dist/menu/index.d.ts +5 -5
- package/dist/menu/style/horizontal.js +1 -1
- package/dist/menu/style/index.js +5 -5
- package/dist/message/PurePanel.d.ts +2 -2
- package/dist/message/useMessage.d.ts +1 -0
- package/dist/modal/ConfirmDialog.js +1 -1
- package/dist/modal/Modal.d.ts +3 -3
- package/dist/modal/Modal.js +17 -6
- package/dist/modal/PurePanel.js +305 -0
- package/dist/modal/index.js +2 -0
- package/dist/modal/interface.d.ts +3 -1
- package/dist/notification/PurePanel.d.ts +2 -2
- package/dist/notification/PurePanel.js +4 -3
- package/dist/notification/style/index.d.ts +1 -1
- package/dist/notification/useNotification.d.ts +3 -2
- package/dist/notification/useNotification.js +7 -7
- package/dist/package.d.ts +34 -0
- package/dist/package.js +1 -1
- package/dist/pagination/Pagination.d.ts +3 -3
- package/dist/popconfirm/PurePanel.d.ts +2 -2
- package/dist/popconfirm/PurePanel.js +2 -1
- package/dist/popconfirm/index.d.ts +3 -3
- package/dist/popover/PurePanel.js +4 -2
- package/dist/popover/index.d.ts +9 -6
- package/dist/popover/index.js +2 -1
- package/dist/progress/progress.d.ts +3 -3
- package/dist/qrcode/index.d.ts +3 -3
- package/dist/radio/index.d.ts +5 -5
- package/dist/radio/radio.d.ts +3 -3
- package/dist/radio/style/index.js +1 -1
- package/dist/rate/index.d.ts +3 -3
- package/dist/rate/style/index.d.ts +1 -1
- package/dist/result/index.d.ts +3 -3
- package/dist/segmented/index.d.ts +3 -3
- package/dist/select/index.d.ts +5 -5
- package/dist/select/index.js +3 -1
- package/dist/select/style/dropdown.js +1 -1
- package/dist/skeleton/Avatar.d.ts +2 -2
- package/dist/skeleton/Button.d.ts +2 -2
- package/dist/skeleton/Image.d.ts +2 -2
- package/dist/skeleton/Input.d.ts +2 -2
- package/dist/skeleton/Node.d.ts +3 -3
- package/dist/skeleton/Skeleton.d.ts +3 -3
- package/dist/skeleton/Skeleton.js +1 -1
- package/dist/skeleton/Title.d.ts +1 -2
- package/dist/skeleton/Title.js +0 -5
- package/dist/slider/index.d.ts +3 -3
- package/dist/space/index.d.ts +5 -5
- package/dist/spin/index.d.ts +3 -3
- package/dist/spin/index.js +7 -6
- package/dist/splitter/Splitter.d.ts +3 -3
- package/dist/splitter/index.d.ts +2 -2
- package/dist/statistic/Statistic.d.ts +3 -3
- package/dist/statistic/Timer.d.ts +5 -5
- package/dist/statistic/index.d.ts +5 -5
- package/dist/steps/index.d.ts +3 -3
- package/dist/steps/style/icon.js +1 -1
- package/dist/steps/style/inline.js +1 -1
- package/dist/steps/style/panel.js +1 -1
- package/dist/switch/index.d.ts +3 -3
- package/dist/table/Column.d.ts +3 -3
- package/dist/table/ColumnGroup.d.ts +3 -3
- package/dist/table/InternalTable.js +19 -5
- package/dist/table/Table.d.ts +3 -3
- package/dist/table/style/index.js +3 -3
- package/dist/table/style/radius.js +6 -0
- package/dist/table/style/virtual.js +1 -1
- package/dist/tabs/TabPane.d.ts +3 -3
- package/dist/tabs/index.d.ts +3 -3
- package/dist/tag/CheckableTag.d.ts +3 -3
- package/dist/tag/CheckableTagGroup.d.ts +3 -3
- package/dist/tag/CheckableTagGroup.js +3 -3
- package/dist/tag/index.d.ts +3 -3
- package/dist/theme/context.d.ts +2 -2
- package/dist/theme/index.d.ts +4 -4
- package/dist/theme/useToken.d.ts +2 -2
- package/dist/theme/useToken.js +1 -1
- package/dist/theme/util/genStyleUtils.d.ts +2 -2
- package/dist/theme/util/useResetIconStyle.js +1 -1
- package/dist/time-picker/index.d.ts +8 -7
- package/dist/time-picker/index.js +17 -13
- package/dist/timeline/Timeline.d.ts +3 -3
- package/dist/tooltip/PurePanel.d.ts +2 -2
- package/dist/tooltip/PurePanel.js +10 -6
- package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
- package/dist/tooltip/index.d.ts +3 -3
- package/dist/tour/PurePanel.js +243 -0
- package/dist/tour/index.d.ts +3 -3
- package/dist/tour/index.js +2 -0
- package/dist/transfer/Actions.d.ts +2 -2
- package/dist/transfer/Section.d.ts +2 -2
- package/dist/transfer/Transfer.d.ts +3 -3
- package/dist/transfer/Transfer.js +1 -1
- package/dist/transfer/search.d.ts +3 -3
- package/dist/tree/DirectoryTree.d.ts +3 -3
- package/dist/tree/Tree.d.ts +3 -3
- package/dist/tree/style/index.d.ts +1 -1
- package/dist/tree-select/index.d.ts +5 -4
- package/dist/tree-select/index.js +2 -0
- package/dist/typography/Paragraph.d.ts +3 -3
- package/dist/typography/Text.d.ts +3 -3
- package/dist/typography/Title.d.ts +3 -3
- package/dist/typography/Typography.d.ts +3 -3
- package/dist/typography/index.d.ts +9 -9
- package/dist/upload/Dragger.d.ts +3 -3
- package/dist/upload/Upload.d.ts +3 -3
- package/dist/upload/Upload.js +15 -1
- package/dist/upload/index.d.ts +3 -3
- package/dist/upload/interface.d.ts +4 -4
- package/dist/watermark/index.d.ts +2 -2
- package/global.d.ts +1 -0
- package/package.json +49 -15
- package/web-tags.json +2452 -1907
- package/web-types.json +7148 -5592
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 vue224 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: vue224.DefineSetupFnComponent<AppProps, {}, {}, AppProps & {}, vue224.PublicProps>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { App$1 as App, AppProps };
|
|
@@ -3,7 +3,7 @@ import { SemanticClassNames, SemanticClassNamesType, SemanticStyles, SemanticSty
|
|
|
3
3
|
import "../_util/hooks/index.js";
|
|
4
4
|
import { InputStatus } from "../_util/statusUtils.js";
|
|
5
5
|
import { InternalSelectProps } from "../select/index.js";
|
|
6
|
-
import * as
|
|
6
|
+
import * as vue63 from "vue";
|
|
7
7
|
import { App, CSSProperties, SlotsType } from "vue";
|
|
8
8
|
import { Option as Option$1, SelectProps } from "@v-c/select";
|
|
9
9
|
|
|
@@ -66,12 +66,13 @@ interface AutoCompleteEmits {
|
|
|
66
66
|
interface AutoCompleteSlots {
|
|
67
67
|
default?: () => any;
|
|
68
68
|
}
|
|
69
|
-
declare const InternalAutoComplete:
|
|
69
|
+
declare const InternalAutoComplete: vue63.DefineSetupFnComponent<AutoCompleteProps, AutoCompleteEmits, SlotsType<AutoCompleteSlots>, AutoCompleteProps & {
|
|
70
70
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
71
|
-
},
|
|
71
|
+
}, vue63.PublicProps>;
|
|
72
72
|
declare const AutoComplete: typeof InternalAutoComplete & {
|
|
73
73
|
Option: typeof Option$1;
|
|
74
74
|
install: (app: App) => void;
|
|
75
|
+
_InternalPanelDoNotUseOrYouWillBeFired: any;
|
|
75
76
|
};
|
|
76
77
|
//#endregion
|
|
77
78
|
export { AutoComplete, AutoCompleteClassNamesType, AutoCompleteEmits, AutoCompleteProps, AutoCompleteSlots, AutoCompleteStylesType, DataSourceItemObject, DataSourceItemType, Option$1 as Option };
|
|
@@ -3,6 +3,7 @@ import { getAttrStyleAndClass as getAttrStyleAndClass$1, useMergeSemantic, useTo
|
|
|
3
3
|
import { devUseWarning, isDev } from "../_util/warning.js";
|
|
4
4
|
import "../_util/hooks/index.js";
|
|
5
5
|
import { toPropsRefs } from "../_util/tools.js";
|
|
6
|
+
import PurePanel_default from "../_util/PurePanel.js";
|
|
6
7
|
import select_default from "../select/index.js";
|
|
7
8
|
import { Text, computed, createVNode, defineComponent, isVNode, mergeProps } from "vue";
|
|
8
9
|
import { clsx } from "@v-c/util";
|
|
@@ -29,7 +30,7 @@ const omitKeys = [
|
|
|
29
30
|
"styles",
|
|
30
31
|
"popupRender"
|
|
31
32
|
];
|
|
32
|
-
const
|
|
33
|
+
const InternalAutoComplete = /* @__PURE__ */ defineComponent((props, { slots, emit, attrs }) => {
|
|
33
34
|
const { prefixCls } = useComponentBaseConfig("select", props);
|
|
34
35
|
const { classes, styles } = toPropsRefs(props, "classes", "styles");
|
|
35
36
|
const mergedProps = computed(() => {
|
|
@@ -616,7 +617,13 @@ const AutoComplete = /* @__PURE__ */ defineComponent((props, { slots, emit, attr
|
|
|
616
617
|
name: "AAutoComplete",
|
|
617
618
|
inheritAttrs: false
|
|
618
619
|
});
|
|
620
|
+
const AutoComplete = InternalAutoComplete;
|
|
621
|
+
/* istanbul ignore next */
|
|
622
|
+
const PurePanel = PurePanel_default(InternalAutoComplete, "popupAlign", (props) => {
|
|
623
|
+
return omit(props, ["visible"]);
|
|
624
|
+
});
|
|
619
625
|
AutoComplete.Option = Option$1;
|
|
626
|
+
AutoComplete._InternalPanelDoNotUseOrYouWillBeFired = PurePanel;
|
|
620
627
|
AutoComplete.install = (app) => {
|
|
621
628
|
app.component(AutoComplete.name, AutoComplete);
|
|
622
629
|
app.component("AAutoCompleteOption", Option$1);
|
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 vue226 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: vue226.DefineSetupFnComponent<AvatarProps, AvatarEmits, SlotsType<AvatarSlots>, AvatarProps & {
|
|
38
38
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
39
|
-
},
|
|
39
|
+
}, vue226.PublicProps>;
|
|
40
40
|
//#endregion
|
|
41
41
|
export { Avatar, AvatarEmits, AvatarProps, AvatarSlots };
|
|
@@ -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 vue228 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: vue228.DefineSetupFnComponent<AvatarGroupProps, {}, {}, AvatarGroupProps & {}, vue228.PublicProps>;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { AvatarGroup, AvatarGroupProps };
|
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 vue69 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: vue69.DefineSetupFnComponent<RibbonProps, EmptyEmit, SlotsType<RibbonSlots>, RibbonProps & {
|
|
20
20
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
21
|
-
},
|
|
21
|
+
}, vue69.PublicProps>;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { RibbonProps, _default };
|
|
@@ -21,7 +21,7 @@ var ScrollNumber_default = /* @__PURE__ */ defineComponent((props, { slots, attr
|
|
|
21
21
|
} : attrStyle, attrStyle].filter(Boolean);
|
|
22
22
|
if (children.length) {
|
|
23
23
|
const child = children[0];
|
|
24
|
-
return cloneVNode(child, { class: classNames(`${prefixCls.value}-custom-component`, child.props?.class
|
|
24
|
+
return cloneVNode(child, { class: classNames(`${prefixCls.value}-custom-component`, child.props?.class) });
|
|
25
25
|
}
|
|
26
26
|
let numberNodes = count;
|
|
27
27
|
const numericValue = Number(count);
|
|
@@ -55,7 +55,7 @@ var SingleNumber_default = /* @__PURE__ */ defineComponent((props) => {
|
|
|
55
55
|
let unitNodes;
|
|
56
56
|
let offsetStyle;
|
|
57
57
|
if (previousValue === value || Number.isNaN(value) || Number.isNaN(previousValue)) {
|
|
58
|
-
unitNodes = [renderUnit(value, 0, true, value)];
|
|
58
|
+
unitNodes = [renderUnit(props.value, 0, true, value)];
|
|
59
59
|
offsetStyle = { transition: "none" };
|
|
60
60
|
} else {
|
|
61
61
|
const unitNumberList = [];
|
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 vue67 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: vue67.DefineSetupFnComponent<BadgeProps, EmptyEmit, SlotsType<BadgeSlots>, BadgeProps & {
|
|
41
41
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
42
|
-
},
|
|
42
|
+
}, vue67.PublicProps>;
|
|
43
43
|
declare const Badge: typeof InternalBadge & {
|
|
44
44
|
Ribbon: typeof _default;
|
|
45
45
|
};
|
package/dist/badge/index.js
CHANGED
|
@@ -3,13 +3,14 @@ import { useMergeSemantic, useToArr, useToProps } from "../_util/hooks/useMergeS
|
|
|
3
3
|
import "../_util/hooks/index.js";
|
|
4
4
|
import { clsx as clsx$1, getSlotPropsFnRun, toPropsRefs } from "../_util/tools.js";
|
|
5
5
|
import { isPresetColor } from "../_util/colors.js";
|
|
6
|
-
import {
|
|
6
|
+
import { formatUnit } from "../_util/styleUtils.js";
|
|
7
7
|
import style_default from "./style/index.js";
|
|
8
8
|
import Ribbon_default from "./Ribbon.js";
|
|
9
9
|
import ScrollNumber_default from "./ScrollNumber.js";
|
|
10
10
|
import { Transition, cloneVNode, computed, createVNode, defineComponent, isVNode, mergeDefaults, mergeProps, shallowRef, watchEffect } from "vue";
|
|
11
11
|
import { classNames } from "@v-c/util";
|
|
12
12
|
import { filterEmpty } from "@v-c/util/dist/props-util";
|
|
13
|
+
import { getTransitionProps } from "@v-c/util/dist/utils/transition";
|
|
13
14
|
|
|
14
15
|
//#region src/badge/index.tsx
|
|
15
16
|
function _isSlot(s) {
|
|
@@ -68,9 +69,10 @@ const InternalBadge = /* @__PURE__ */ defineComponent((props, { slots, attrs, ex
|
|
|
68
69
|
...attrs.style
|
|
69
70
|
};
|
|
70
71
|
const horizontalOffset = Number.parseInt(props.offset[0], 10);
|
|
72
|
+
const insetInlineEndUnit = formatUnit(direction.value === "rtl" ? horizontalOffset : -horizontalOffset);
|
|
71
73
|
const offsetStyle = {
|
|
72
|
-
marginTop: props.offset[1],
|
|
73
|
-
insetInlineEnd:
|
|
74
|
+
marginTop: formatUnit(props.offset[1]),
|
|
75
|
+
insetInlineEnd: insetInlineEndUnit
|
|
74
76
|
};
|
|
75
77
|
return {
|
|
76
78
|
...contextStyle.value,
|
|
@@ -79,7 +79,7 @@ const genSharedBadgeStyle = (token) => {
|
|
|
79
79
|
"background": token.badgeColor,
|
|
80
80
|
"borderRadius": calc(indicatorHeight).div(2).equal(),
|
|
81
81
|
"boxShadow": `0 0 0 ${unit(badgeShadowSize)} ${token.badgeShadowColor}`,
|
|
82
|
-
"transition": `background ${token.motionDurationMid}`,
|
|
82
|
+
"transition": `background-color ${token.motionDurationMid}`,
|
|
83
83
|
"a": { color: token.badgeTextColor },
|
|
84
84
|
"a:hover": { color: token.badgeTextColor },
|
|
85
85
|
"a:hover &": { background: token.badgeColorHover }
|
|
@@ -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 vue234 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: vue234.DefineSetupFnComponent<BreadcrumbProps<AnyObject>, BreadcrumbEmits, SlotsType<BreadcrumbSlots>, BreadcrumbProps<AnyObject> & {
|
|
86
86
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
87
|
-
},
|
|
87
|
+
}, vue234.PublicProps>;
|
|
88
88
|
//#endregion
|
|
89
89
|
export { Breadcrumb, BreadcrumbEmits, BreadcrumbProps, BreadcrumbSlots, ItemType };
|
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 vue236 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: vue236.DefineSetupFnComponent<ButtonProps, ButtonEmits, SlotsType<ButtonSlots>, ButtonProps & {
|
|
54
54
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
55
|
-
},
|
|
55
|
+
}, vue236.PublicProps>;
|
|
56
56
|
type CompoundedComponent = typeof InternalCompoundedButton & {
|
|
57
57
|
/** @internal */
|
|
58
58
|
__ANT_BUTTON: boolean;
|
|
@@ -3,7 +3,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
|
|
|
3
3
|
import "../_util/hooks/index.js";
|
|
4
4
|
import { locale } from "../date-picker/locale/en_US.js";
|
|
5
5
|
import "./locale/en_US.js";
|
|
6
|
-
import * as
|
|
6
|
+
import * as vue242 from "vue";
|
|
7
7
|
import { SlotsType } from "vue";
|
|
8
8
|
import { GenerateConfig } from "@v-c/picker/generate/index";
|
|
9
9
|
|
|
@@ -82,8 +82,8 @@ interface CalendarEmits<DateType = AnyObject> {
|
|
|
82
82
|
'select': (date: DateType, selectInfo: SelectInfo) => void;
|
|
83
83
|
[key: string]: (...args: any[]) => void;
|
|
84
84
|
}
|
|
85
|
-
declare function generateCalendar<DateType extends AnyObject>(generateConfig: GenerateConfig<DateType>):
|
|
85
|
+
declare function generateCalendar<DateType extends AnyObject>(generateConfig: GenerateConfig<DateType>): vue242.DefineSetupFnComponent<CalendarProps<DateType>, CalendarEmits<DateType>, SlotsType<CalendarSlots>, CalendarProps<DateType> & {
|
|
86
86
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
87
|
-
},
|
|
87
|
+
}, vue242.PublicProps>;
|
|
88
88
|
//#endregion
|
|
89
89
|
export { CalendarEmits, CalendarMode, CalendarProps, CalendarSlots, generateCalendar };
|
package/dist/calendar/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { CalendarEmits, CalendarMode, CalendarProps, CalendarSlots, generateCalendar } from "./generateCalendar.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vue71 from "vue";
|
|
3
3
|
import { Dayjs } from "dayjs";
|
|
4
4
|
|
|
5
5
|
//#region src/calendar/index.d.ts
|
|
6
|
-
declare const Calendar:
|
|
6
|
+
declare const Calendar: vue71.DefineSetupFnComponent<CalendarProps<Dayjs>, CalendarEmits<Dayjs>, vue71.SlotsType<CalendarSlots>, CalendarProps<Dayjs> & {
|
|
7
7
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
8
|
-
},
|
|
8
|
+
}, vue71.PublicProps>;
|
|
9
9
|
type CalendarType = typeof Calendar & {
|
|
10
10
|
generateCalendar: typeof generateCalendar;
|
|
11
11
|
};
|
|
@@ -93,7 +93,7 @@ function genCalendarStyles(token) {
|
|
|
93
93
|
"border": 0,
|
|
94
94
|
"borderTop": `${unit(token.lineWidthBold)} ${token.lineType} ${token.colorSplit}`,
|
|
95
95
|
"borderRadius": 0,
|
|
96
|
-
"transition": `background ${token.motionDurationSlow}`,
|
|
96
|
+
"transition": `background-color ${token.motionDurationSlow}`,
|
|
97
97
|
"&-value": {
|
|
98
98
|
lineHeight: unit(token.dateValueHeight),
|
|
99
99
|
transition: `color ${token.motionDurationSlow}`
|
package/dist/card/Card.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
|
|
|
3
3
|
import "../_util/hooks/index.js";
|
|
4
4
|
import { Tab, TabsSlots } from "../tabs/index.js";
|
|
5
5
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
6
|
-
import * as
|
|
6
|
+
import * as vue246 from "vue";
|
|
7
7
|
import { CSSProperties, SlotsType } from "vue";
|
|
8
8
|
|
|
9
9
|
//#region src/card/Card.d.ts
|
|
@@ -60,8 +60,8 @@ interface CardSlots {
|
|
|
60
60
|
tabLabelRender?: TabsSlots['labelRender'];
|
|
61
61
|
tabBarExtraContent?: () => any;
|
|
62
62
|
}
|
|
63
|
-
declare const Card:
|
|
63
|
+
declare const Card: vue246.DefineSetupFnComponent<CardProps, CardEmits, SlotsType<CardSlots>, CardProps & {
|
|
64
64
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
65
|
-
},
|
|
65
|
+
}, vue246.PublicProps>;
|
|
66
66
|
//#endregion
|
|
67
67
|
export { Card, CardEmits, CardProps, CardSize, CardSlots, CardTabListType };
|
package/dist/card/CardGrid.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue248 from "vue";
|
|
2
2
|
|
|
3
3
|
//#region src/card/CardGrid.d.ts
|
|
4
4
|
interface CardGridProps {
|
|
5
5
|
prefixCls?: string;
|
|
6
6
|
hoverable?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare const CardGrid:
|
|
8
|
+
declare const CardGrid: vue248.DefineSetupFnComponent<CardGridProps, {}, {}, CardGridProps & {}, vue248.PublicProps>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { CardGrid, CardGridProps };
|
package/dist/card/CardMeta.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EmptyEmit, VueNode } from "../_util/type.js";
|
|
2
2
|
import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
|
|
3
3
|
import "../_util/hooks/index.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue244 from "vue";
|
|
5
5
|
import { SlotsType } from "vue";
|
|
6
6
|
|
|
7
7
|
//#region src/card/CardMeta.d.ts
|
|
@@ -22,8 +22,8 @@ interface CardMetaSlots {
|
|
|
22
22
|
description?: () => any;
|
|
23
23
|
default?: () => any;
|
|
24
24
|
}
|
|
25
|
-
declare const CardMeta:
|
|
25
|
+
declare const CardMeta: vue244.DefineSetupFnComponent<CardMetaProps, EmptyEmit, SlotsType<CardMetaSlots>, CardMetaProps & {
|
|
26
26
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
27
|
-
},
|
|
27
|
+
}, vue244.PublicProps>;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { CardMeta, CardMetaProps };
|
package/dist/card/style/index.js
CHANGED
|
@@ -166,8 +166,16 @@ const genCardStyle = (token) => {
|
|
|
166
166
|
fontSize: token.fontSize
|
|
167
167
|
},
|
|
168
168
|
[`${componentCls}-body`]: {
|
|
169
|
-
padding: bodyPadding,
|
|
170
|
-
borderRadius: `0 0 ${unit(token.borderRadiusLG)} ${unit(token.borderRadiusLG)}
|
|
169
|
+
"padding": bodyPadding,
|
|
170
|
+
"borderRadius": `0 0 ${unit(token.borderRadiusLG)} ${unit(token.borderRadiusLG)}`,
|
|
171
|
+
"&:first-child": {
|
|
172
|
+
borderStartStartRadius: token.borderRadiusLG,
|
|
173
|
+
borderStartEndRadius: token.borderRadiusLG
|
|
174
|
+
},
|
|
175
|
+
"&:not(:last-child)": {
|
|
176
|
+
borderEndStartRadius: 0,
|
|
177
|
+
borderEndEndRadius: 0
|
|
178
|
+
}
|
|
171
179
|
},
|
|
172
180
|
[`${componentCls}-grid`]: genCardGridStyle(token),
|
|
173
181
|
[`${componentCls}-cover`]: { "> *": {
|
|
@@ -196,6 +204,7 @@ const genCardStyle = (token) => {
|
|
|
196
204
|
},
|
|
197
205
|
[`${componentCls}-contain-grid`]: {
|
|
198
206
|
borderRadius: `${unit(token.borderRadiusLG)} ${unit(token.borderRadiusLG)} 0 0 `,
|
|
207
|
+
[`&:not(:has(> ${componentCls}-head))`]: { borderRadius: 0 },
|
|
199
208
|
[`${componentCls}-body`]: {
|
|
200
209
|
display: "flex",
|
|
201
210
|
flexWrap: "wrap"
|
package/dist/cascader/Panel.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CascaderProps as CascaderProps$1 } from "./index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vue80 from "vue";
|
|
3
3
|
import { SlotsType } from "vue";
|
|
4
4
|
import { CascaderProps, DefaultOptionType } from "@v-c/cascader";
|
|
5
5
|
|
|
@@ -16,8 +16,8 @@ interface CascaderPanelSlots {
|
|
|
16
16
|
notFoundContent?: () => any;
|
|
17
17
|
optionRender?: (option: DefaultOptionType) => any;
|
|
18
18
|
}
|
|
19
|
-
declare const CascaderPanel:
|
|
19
|
+
declare const CascaderPanel: vue80.DefineSetupFnComponent<CascaderPanelProps<DefaultOptionType, string, boolean>, CascaderPanelEmits, SlotsType<CascaderPanelSlots>, CascaderPanelProps<DefaultOptionType, string, boolean> & {
|
|
20
20
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
21
|
-
},
|
|
21
|
+
}, vue80.PublicProps>;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { CascaderPanel, CascaderPanelEmits, CascaderPanelProps, CascaderPanelSlots };
|
package/dist/cascader/index.d.ts
CHANGED
|
@@ -85,6 +85,7 @@ declare const Cascader: typeof InternalCascader & {
|
|
|
85
85
|
Panel: typeof CascaderPanel;
|
|
86
86
|
SHOW_PARENT: typeof SHOW_PARENT;
|
|
87
87
|
SHOW_CHILD: typeof SHOW_CHILD;
|
|
88
|
+
_InternalPanelDoNotUseOrYouWillBeFired: any;
|
|
88
89
|
};
|
|
89
90
|
//#endregion
|
|
90
91
|
export { Cascader, CascaderEmits, CascaderProps$1 as CascaderProps, CascaderSlots };
|
package/dist/cascader/index.js
CHANGED
|
@@ -8,6 +8,7 @@ import useCSSVarCls_default from "../config-provider/hooks/useCSSVarCls.js";
|
|
|
8
8
|
import { useSize } from "../config-provider/hooks/useSize.js";
|
|
9
9
|
import { useCompactItemContext } from "../space/Compact.js";
|
|
10
10
|
import { useDisabledContext } from "../config-provider/DisabledContext.js";
|
|
11
|
+
import PurePanel_default from "../_util/PurePanel.js";
|
|
11
12
|
import { getMergedStatus, getStatusClassNames } from "../_util/statusUtils.js";
|
|
12
13
|
import { DefaultRenderEmpty } from "../config-provider/defaultRenderEmpty.js";
|
|
13
14
|
import { useFormItemInputContext } from "../form/context.js";
|
|
@@ -715,6 +716,7 @@ Cascader.install = (app) => {
|
|
|
715
716
|
app.component(Cascader.name, Cascader);
|
|
716
717
|
app.component(Panel_default.name, Panel_default);
|
|
717
718
|
};
|
|
719
|
+
Cascader._InternalPanelDoNotUseOrYouWillBeFired = PurePanel_default(Cascader, "popupAlign", (props) => omit(props, ["visible"]));
|
|
718
720
|
var cascader_default = Cascader;
|
|
719
721
|
|
|
720
722
|
//#endregion
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
|
|
2
2
|
import "../_util/hooks/index.js";
|
|
3
3
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue240 from "vue";
|
|
5
5
|
import { SlotsType } from "vue";
|
|
6
6
|
import { CheckboxChangeEvent } from "@v-c/checkbox";
|
|
7
7
|
|
|
@@ -44,8 +44,8 @@ interface CheckboxProps extends AbstractCheckboxProps {
|
|
|
44
44
|
classes?: CheckboxClassNamesType;
|
|
45
45
|
styles?: CheckboxStylesType;
|
|
46
46
|
}
|
|
47
|
-
declare const InternalCheckbox:
|
|
47
|
+
declare const InternalCheckbox: vue240.DefineSetupFnComponent<CheckboxProps, CheckboxEmits, SlotsType<CheckboxSlots>, CheckboxProps & {
|
|
48
48
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
49
|
-
},
|
|
49
|
+
}, vue240.PublicProps>;
|
|
50
50
|
//#endregion
|
|
51
51
|
export { AbstractCheckboxProps, CheckboxEmits, CheckboxProps, CheckboxSlots, InternalCheckbox };
|
package/dist/checkbox/Group.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VueNode } from "../_util/type.js";
|
|
2
2
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue238 from "vue";
|
|
4
4
|
import { CSSProperties, SlotsType } from "vue";
|
|
5
5
|
import { CheckboxChangeEvent } from "@v-c/checkbox";
|
|
6
6
|
|
|
@@ -41,8 +41,8 @@ interface CheckboxGroupSlots {
|
|
|
41
41
|
index: number;
|
|
42
42
|
}) => any;
|
|
43
43
|
}
|
|
44
|
-
declare const CheckboxGroup:
|
|
44
|
+
declare const CheckboxGroup: vue238.DefineSetupFnComponent<CheckboxGroupProps, CheckboxGroupEmits, SlotsType<CheckboxGroupSlots>, CheckboxGroupProps & {
|
|
45
45
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
46
|
-
},
|
|
46
|
+
}, vue238.PublicProps>;
|
|
47
47
|
//#endregion
|
|
48
48
|
export { AbstractCheckboxGroupProps, CheckboxGroup, CheckboxGroupEmits, CheckboxGroupProps, CheckboxGroupSlots, CheckboxOptionType };
|
|
@@ -3,12 +3,12 @@ import { PopoverProps } from "../popover/index.js";
|
|
|
3
3
|
import { AggregationColor } from "./color.js";
|
|
4
4
|
import { ColorFormatType, ColorPickerClassNamesType, ColorPickerEmits, ColorPickerProps as ColorPickerProps$1, ColorPickerSlots, ColorPickerStylesType, ColorValueType, ModeType, PresetsItem, TriggerPlacement, TriggerType } from "./interface.js";
|
|
5
5
|
import "../components.js";
|
|
6
|
-
import * as
|
|
6
|
+
import * as vue396 from "vue";
|
|
7
7
|
import { SlotsType } from "vue";
|
|
8
8
|
import * as _v_c_color_picker0 from "@v-c/color-picker";
|
|
9
9
|
|
|
10
10
|
//#region src/color-picker/ColorPicker.d.ts
|
|
11
|
-
declare const ColorPicker:
|
|
11
|
+
declare const ColorPicker: vue396.DefineSetupFnComponent<ColorPickerProps$1, ColorPickerEmits, SlotsType<ColorPickerSlots>, Omit<_v_c_color_picker0.ColorPickerProps, "value" | "onChange" | "defaultValue" | "components" | "panelRender" | "onChangeComplete" | "disabledAlpha"> & {
|
|
12
12
|
[key: `data-${string}`]: string;
|
|
13
13
|
mode?: ModeType | ModeType[];
|
|
14
14
|
value?: ColorValueType;
|
|
@@ -42,8 +42,8 @@ declare const ColorPicker: vue402.DefineSetupFnComponent<ColorPickerProps$1, Col
|
|
|
42
42
|
rootClass?: string;
|
|
43
43
|
disabledAlpha?: boolean;
|
|
44
44
|
disabledFormat?: boolean;
|
|
45
|
-
} & Pick<PopoverProps, "
|
|
45
|
+
} & Pick<PopoverProps, "getPopupContainer" | "autoAdjustOverflow" | "destroyOnHidden"> & {
|
|
46
46
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
47
|
-
},
|
|
47
|
+
}, vue396.PublicProps>;
|
|
48
48
|
//#endregion
|
|
49
49
|
export { ColorPicker };
|
|
@@ -9,6 +9,7 @@ import { ContextIsolator } from "../_util/ContextIsolator.js";
|
|
|
9
9
|
import { AggregationColor } from "./color.js";
|
|
10
10
|
import { genAlphaColor, generateColor, getColorAlpha } from "./util.js";
|
|
11
11
|
import { useDisabledContext } from "../config-provider/DisabledContext.js";
|
|
12
|
+
import PurePanel_default from "../_util/PurePanel.js";
|
|
12
13
|
import { getStatusClassNames } from "../_util/statusUtils.js";
|
|
13
14
|
import { useFormItemInputContext } from "../form/context.js";
|
|
14
15
|
import popover_default from "../popover/index.js";
|
|
@@ -63,6 +64,11 @@ const ColorPicker = /* @__PURE__ */ defineComponent((props, { slots, expose, emi
|
|
|
63
64
|
}
|
|
64
65
|
};
|
|
65
66
|
const triggerOpenChange = (visible) => {
|
|
67
|
+
if (open.value !== void 0) {
|
|
68
|
+
emit("openChange", visible);
|
|
69
|
+
emit("update:open", visible);
|
|
70
|
+
return;
|
|
71
|
+
}
|
|
66
72
|
if (!visible || !mergedDisabled.value) {
|
|
67
73
|
internalPopupOpen.value = visible;
|
|
68
74
|
emit("openChange", visible);
|
|
@@ -357,6 +363,11 @@ const ColorPicker = /* @__PURE__ */ defineComponent((props, { slots, expose, emi
|
|
|
357
363
|
name: "AColorPicker",
|
|
358
364
|
inheritAttrs: false
|
|
359
365
|
});
|
|
366
|
+
ColorPicker._InternalPanelDoNotUseOrYouWillBeFired = PurePanel_default(ColorPicker, void 0, (props) => ({
|
|
367
|
+
...props,
|
|
368
|
+
placement: "bottom",
|
|
369
|
+
autoAdjustOverflow: false
|
|
370
|
+
}), "color-picker", (prefixCls) => prefixCls);
|
|
360
371
|
ColorPicker.install = (app) => {
|
|
361
372
|
app.component(ColorPicker.name, ColorPicker);
|
|
362
373
|
};
|
package/dist/components.d.ts
CHANGED
|
@@ -4,9 +4,10 @@ import { Row, RowProps } from "./grid/row.js";
|
|
|
4
4
|
import "./grid/index.js";
|
|
5
5
|
import { FormEmits, FormInstance, FormProps, FormSlots, InternalForm } from "./form/Form.js";
|
|
6
6
|
import { UniqueProvider } from "./tooltip/UniqueProvider/index.js";
|
|
7
|
-
import { TooltipAlignConfig, TooltipEmits, TooltipPlacement, TooltipProps, TooltipRef, TooltipSlots, _default as _default$
|
|
7
|
+
import { TooltipAlignConfig, TooltipEmits, TooltipPlacement, TooltipProps, TooltipRef, TooltipSlots, _default as _default$10 } from "./tooltip/index.js";
|
|
8
8
|
import { InternalFormItem } from "./form/FormItem/index.js";
|
|
9
|
-
import {
|
|
9
|
+
import { DatePickerEmits, DatePickerSlots } from "./date-picker/generatePicker/generateSinglePicker.js";
|
|
10
|
+
import { TimePickerLocale, TimePickerProps, TimeRangePicker, TimeRangePickerProps, _default as _default$9 } from "./time-picker/index.js";
|
|
10
11
|
import { DateMonthPicker, DatePickerProps, DateQuarterPicker, DateRangePicker, DateWeekPicker, DateYearPicker, MonthPickerProps, RangePickerProps, WeekPickerProps, _default as _default$2 } from "./date-picker/index.js";
|
|
11
12
|
import { EmptyProps, _default as _default$3 } from "./empty/index.js";
|
|
12
13
|
import { ButtonColorType, ButtonHTMLType, ButtonShape, ButtonType, ButtonVariantType } from "./button/buttonHelper.js";
|
|
@@ -17,7 +18,7 @@ import { Select, SelectEmits, SelectOptGroup, SelectOption, SelectProps, SelectS
|
|
|
17
18
|
import { PaginationClassNamesType, PaginationConfig, PaginationEmits, PaginationLocale, PaginationPosition, PaginationProps, PaginationSlots, PaginationStylesType } from "./pagination/interface.js";
|
|
18
19
|
import { Pagination } from "./pagination/Pagination.js";
|
|
19
20
|
import "./pagination/index.js";
|
|
20
|
-
import {
|
|
21
|
+
import { Popover, PopoverProps } from "./popover/index.js";
|
|
21
22
|
import { Popconfirm, PopconfirmEmits, PopconfirmProps, PopconfirmSlots } from "./popconfirm/index.js";
|
|
22
23
|
import { CheckboxEmits, CheckboxProps, CheckboxSlots, InternalCheckbox } from "./checkbox/Checkbox.js";
|
|
23
24
|
import { CheckboxGroup, CheckboxGroupEmits, CheckboxGroupProps, CheckboxGroupSlots, CheckboxOptionType } from "./checkbox/Group.js";
|
|
@@ -32,7 +33,7 @@ import { Dropdown } from "./dropdown/index.js";
|
|
|
32
33
|
import { ColumnType, ColumnsType, SortOrder, SorterResult, TableLocale, TablePaginationConfig, TableRowSelection } from "./table/interface.js";
|
|
33
34
|
import { Column } from "./table/Column.js";
|
|
34
35
|
import { ColumnGroup } from "./table/ColumnGroup.js";
|
|
35
|
-
import { SpinProps, SpinSlots, _default as _default$
|
|
36
|
+
import { SpinProps, SpinSlots, _default as _default$7 } from "./spin/index.js";
|
|
36
37
|
import { TableClassNamesType, TableEmits, TableProps, TableSlots, TableStylesType } from "./table/InternalTable.js";
|
|
37
38
|
import { DataIndex, InternalTable, Summary, SummaryCell, SummaryRow } from "./table/index.js";
|
|
38
39
|
import { TourEmits, TourLocale, TourProps, TourSlots, TourStylesType } from "./tour/interface.js";
|
|
@@ -44,6 +45,7 @@ import { InternalTransfer } from "./transfer/index.js";
|
|
|
44
45
|
import { Progress, ProgressProps } from "./progress/progress.js";
|
|
45
46
|
import "./progress/index.js";
|
|
46
47
|
import { UploadChangeParam, UploadEmits, UploadFile, UploadProps, UploadSlots } from "./upload/interface.js";
|
|
48
|
+
import { ConfigProviderProps } from "./config-provider/define.js";
|
|
47
49
|
import { ConfigProvider } from "./config-provider/index.js";
|
|
48
50
|
import { Alert, AlertEmits, AlertProps, AlertSlots } from "./alert/Alert.js";
|
|
49
51
|
import "./alert/index.js";
|
|
@@ -83,7 +85,7 @@ import { staticMethods as staticMethods$1 } from "./notification/index.js";
|
|
|
83
85
|
import { QRCodeEmits, QRCodeProps } from "./qrcode/interface.js";
|
|
84
86
|
import { QRCode } from "./qrcode/index.js";
|
|
85
87
|
import { RadioChangeEvent, RadioEmits, RadioGroupEmits, RadioGroupOptionType, RadioGroupProps, RadioGroupSlots, RadioProps, RadioSlots } from "./radio/interface.js";
|
|
86
|
-
import { ResultProps, _default as _default$
|
|
88
|
+
import { ResultProps, _default as _default$6 } from "./result/index.js";
|
|
87
89
|
import { Segmented, SegmentedEmits, SegmentedOptions, SegmentedProps } from "./segmented/index.js";
|
|
88
90
|
import { SkeletonAvatar } from "./skeleton/Avatar.js";
|
|
89
91
|
import { SkeletonButton } from "./skeleton/Button.js";
|
|
@@ -96,7 +98,7 @@ import { Slider, SliderEmits, SliderProps } from "./slider/index.js";
|
|
|
96
98
|
import { Space, SpaceAddon, SpaceCompact, SpaceProps, SpaceSize, SpaceSlots } from "./space/index.js";
|
|
97
99
|
import { StatisticProps } from "./statistic/Statistic.js";
|
|
98
100
|
import { StatisticTimerProps } from "./statistic/Timer.js";
|
|
99
|
-
import { StatisticTimer, _default as _default$
|
|
101
|
+
import { StatisticTimer, _default as _default$8 } from "./statistic/index.js";
|
|
100
102
|
import { Steps, StepsProps } from "./steps/index.js";
|
|
101
103
|
import { Switch, SwitchEmits, SwitchProps, SwitchSize, SwitchSlots } from "./switch/index.js";
|
|
102
104
|
import { CheckableTag, CheckableTagProps } from "./tag/CheckableTag.js";
|
|
@@ -28,6 +28,7 @@ import { TransferProps } from "../transfer/interface.js";
|
|
|
28
28
|
import "../upload/interface.js";
|
|
29
29
|
import "../locale/index.js";
|
|
30
30
|
import "./defaultRenderEmpty.js";
|
|
31
|
+
import "./index.js";
|
|
31
32
|
import { ShowWaveEffect } from "../_util/wave/interface.js";
|
|
32
33
|
import { AlertProps } from "../alert/Alert.js";
|
|
33
34
|
import "../alert/index.js";
|
|
@@ -71,8 +72,8 @@ import { TagProps } from "../tag/index.js";
|
|
|
71
72
|
import "../tree/Tree.js";
|
|
72
73
|
import { TreeSelectProps } from "../tree-select/index.js";
|
|
73
74
|
import "../typography/interface.js";
|
|
74
|
-
import { CSSProperties, Ref } from "vue";
|
|
75
75
|
import { DerivativeFunc } from "@antdv-next/cssinjs";
|
|
76
|
+
import { CSSProperties, Ref } from "vue";
|
|
76
77
|
|
|
77
78
|
//#region src/config-provider/context.d.ts
|
|
78
79
|
|