@koi-design/uxd-ui 14.0.2 → 14.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/Alert/Alert.mjs +10 -24
- package/es/components/Alert/Alert.mjs.map +1 -1
- package/es/components/Alert/Alert.type.d.ts +5 -7
- package/es/components/Alert/Alert.type.mjs +4 -7
- package/es/components/Alert/Alert.type.mjs.map +1 -1
- package/es/components/Alert/Alert.vue.d.ts +5 -15
- package/es/components/Alert/index.d.ts +9 -27
- package/es/components/Alert/index.mjs +1 -1
- package/es/components/Calendar/Calendar.vue.d.ts +2 -2
- package/es/components/Calendar/index.d.ts +6 -6
- package/es/components/DatePicker/DatePicker.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +6 -6
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +2 -2
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +4 -4
- package/es/components/DatePicker/index.d.ts +28 -28
- package/es/components/Menu/MenuItem.vue.d.ts +33 -33
- package/es/components/Menu/index.d.ts +33 -33
- package/es/components/Message/Message.mjs +4 -3
- package/es/components/Message/Message.mjs.map +1 -1
- package/es/components/Notice/Notice.mjs +15 -13
- package/es/components/Notice/Notice.mjs.map +1 -1
- package/es/components/Notice/Notice.type.d.ts +3 -2
- package/es/components/Notification/Notice.mjs +1 -5
- package/es/components/Notification/Notice.mjs.map +1 -1
- package/es/components/Notification/Notification.mjs.map +1 -1
- package/es/components/Rate/Rate.vue.d.ts +33 -33
- package/es/components/Rate/index.d.ts +66 -66
- package/es/components/Statistic/Statistic.vue.d.ts +33 -33
- package/es/components/Statistic/index.d.ts +66 -66
- package/es/components/Table/BaseTable.vue.d.ts +132 -132
- package/es/components/Table/BodyTable.vue.d.ts +132 -132
- package/es/components/Table/HeadTable.vue.d.ts +132 -132
- package/es/components/Table/Table.vue.d.ts +264 -264
- package/es/components/Table/TableBox.vue.d.ts +264 -264
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +33 -33
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +33 -33
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +66 -66
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +33 -33
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +33 -33
- package/es/components/ThemePanel/index.d.ts +66 -66
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +4 -4
- package/es/components/TimePicker/TimePicker.vue.d.ts +12 -12
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +4 -4
- package/es/components/TimePicker/index.d.ts +28 -28
- package/es/components/Tooltip/Tooltip.mjs +84 -8
- package/es/components/Tooltip/Tooltip.mjs.map +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +2 -2
- package/es/components/Tooltip/Tooltip.type.mjs +1 -3
- package/es/components/Tooltip/Tooltip.type.mjs.map +1 -1
- package/es/components/Tooltip/Tooltip.vue.d.ts +13 -13
- package/es/components/Tooltip/index.d.ts +33 -33
- package/es/components/index.mjs +1 -1
- package/es/index.mjs +1 -1
- package/lib/components/Alert/Alert.js +9 -23
- package/lib/components/Alert/Alert.js.map +1 -1
- package/lib/components/Alert/Alert.type.d.ts +5 -7
- package/lib/components/Alert/Alert.type.js +4 -6
- package/lib/components/Alert/Alert.type.js.map +1 -1
- package/lib/components/Alert/Alert.vue.d.ts +5 -15
- package/lib/components/Alert/index.d.ts +9 -27
- package/lib/components/Alert/index.js +1 -0
- package/lib/components/Alert/index.js.map +1 -1
- package/lib/components/Calendar/Calendar.vue.d.ts +2 -2
- package/lib/components/Calendar/index.d.ts +6 -6
- package/lib/components/DatePicker/DatePicker.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +6 -6
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +2 -2
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +4 -4
- package/lib/components/DatePicker/index.d.ts +28 -28
- package/lib/components/Menu/MenuItem.vue.d.ts +33 -33
- package/lib/components/Menu/index.d.ts +33 -33
- package/lib/components/Message/Message.js +4 -3
- package/lib/components/Message/Message.js.map +1 -1
- package/lib/components/Notice/Notice.js +15 -13
- package/lib/components/Notice/Notice.js.map +1 -1
- package/lib/components/Notice/Notice.type.d.ts +3 -2
- package/lib/components/Notification/Notice.js +1 -5
- package/lib/components/Notification/Notice.js.map +1 -1
- package/lib/components/Notification/Notification.js.map +1 -1
- package/lib/components/Rate/Rate.vue.d.ts +33 -33
- package/lib/components/Rate/index.d.ts +66 -66
- package/lib/components/Statistic/Statistic.vue.d.ts +33 -33
- package/lib/components/Statistic/index.d.ts +66 -66
- package/lib/components/Table/BaseTable.vue.d.ts +132 -132
- package/lib/components/Table/BodyTable.vue.d.ts +132 -132
- package/lib/components/Table/HeadTable.vue.d.ts +132 -132
- package/lib/components/Table/Table.vue.d.ts +264 -264
- package/lib/components/Table/TableBox.vue.d.ts +264 -264
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +33 -33
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +33 -33
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +66 -66
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +33 -33
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +33 -33
- package/lib/components/ThemePanel/index.d.ts +66 -66
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +4 -4
- package/lib/components/TimePicker/TimePicker.vue.d.ts +12 -12
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +4 -4
- package/lib/components/TimePicker/index.d.ts +28 -28
- package/lib/components/Tooltip/Tooltip.js +84 -8
- package/lib/components/Tooltip/Tooltip.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +2 -2
- package/lib/components/Tooltip/Tooltip.type.js +1 -3
- package/lib/components/Tooltip/Tooltip.type.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.vue.d.ts +13 -13
- package/lib/components/Tooltip/index.d.ts +33 -33
- package/lib/components/index.js +1 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/styles/components/alert/index.css +1 -1
- package/styles/components/alert/index.less +51 -48
- package/styles/components/alert/var.less +8 -42
- package/styles/components/autoComplete/index.css +1 -1
- package/styles/components/avatar/index.css +1 -1
- package/styles/components/badge/index.css +1 -1
- package/styles/components/badge/var.less +2 -2
- package/styles/components/button/index.css +1 -1
- package/styles/components/carousel/index.css +1 -1
- package/styles/components/cascader/index.css +1 -1
- package/styles/components/datePicker/index.css +1 -1
- package/styles/components/form/index.css +1 -1
- package/styles/components/icon/index.css +1 -1
- package/styles/components/input/index.css +1 -1
- package/styles/components/inputNumber/index.css +1 -1
- package/styles/components/link/index.css +1 -1
- package/styles/components/mentions/index.css +1 -1
- package/styles/components/message/index.css +1 -1
- package/styles/components/message/index.less +63 -30
- package/styles/components/message/var.less +6 -27
- package/styles/components/modal/index.css +1 -1
- package/styles/components/notice/index.css +1 -1
- package/styles/components/notice/index.less +93 -49
- package/styles/components/notice/var.less +10 -33
- package/styles/components/select/index.css +1 -1
- package/styles/components/spin/index.css +1 -1
- package/styles/components/tag/index.css +1 -1
- package/styles/components/tag/var.less +17 -17
- package/styles/components/timePicker/index.css +1 -1
- package/styles/components/tooltip/index.css +1 -1
- package/styles/components/tooltip/index.less +3 -55
- package/styles/components/tooltip/var.less +15 -14
- package/styles/cssVariable.css +1 -1
- package/styles/cssVariable.less +8 -9
- package/styles/index.css +1 -1
- package/types/components/Alert/Alert.type.d.ts +5 -7
- package/types/components/Alert/Alert.vue.d.ts +5 -15
- package/types/components/Alert/index.d.ts +9 -27
- package/types/components/Calendar/Calendar.vue.d.ts +2 -2
- package/types/components/Calendar/index.d.ts +6 -6
- package/types/components/DatePicker/DatePicker.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +6 -6
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +2 -2
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +4 -4
- package/types/components/DatePicker/index.d.ts +28 -28
- package/types/components/Menu/MenuItem.vue.d.ts +33 -33
- package/types/components/Menu/index.d.ts +33 -33
- package/types/components/Notice/Notice.type.d.ts +3 -2
- package/types/components/Rate/Rate.vue.d.ts +33 -33
- package/types/components/Rate/index.d.ts +66 -66
- package/types/components/Statistic/Statistic.vue.d.ts +33 -33
- package/types/components/Statistic/index.d.ts +66 -66
- package/types/components/Table/BaseTable.vue.d.ts +132 -132
- package/types/components/Table/BodyTable.vue.d.ts +132 -132
- package/types/components/Table/HeadTable.vue.d.ts +132 -132
- package/types/components/Table/Table.vue.d.ts +264 -264
- package/types/components/Table/TableBox.vue.d.ts +264 -264
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +33 -33
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +33 -33
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +66 -66
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +33 -33
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +33 -33
- package/types/components/ThemePanel/index.d.ts +66 -66
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +4 -4
- package/types/components/TimePicker/TimePicker.vue.d.ts +12 -12
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +4 -4
- package/types/components/TimePicker/index.d.ts +28 -28
- package/types/components/Tooltip/Tooltip.type.d.ts +2 -2
- package/types/components/Tooltip/Tooltip.vue.d.ts +13 -13
- package/types/components/Tooltip/index.d.ts +33 -33
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +122 -64
- package/uxd-ui.umd.js +121 -62
- package/uxd-ui.umd.min.js +6 -6
|
@@ -1611,8 +1611,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1611
1611
|
default: boolean;
|
|
1612
1612
|
};
|
|
1613
1613
|
color: {
|
|
1614
|
-
type: import("vue").PropType<"
|
|
1615
|
-
default: "
|
|
1614
|
+
type: import("vue").PropType<"light" | "red">;
|
|
1615
|
+
default: "light" | "red";
|
|
1616
1616
|
validator: (val: string) => boolean;
|
|
1617
1617
|
};
|
|
1618
1618
|
}>> & Readonly<{
|
|
@@ -1624,41 +1624,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1624
1624
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1625
1625
|
arrowStyle: import("vue").ComputedRef<{
|
|
1626
1626
|
top: string;
|
|
1627
|
+
right: string;
|
|
1627
1628
|
transform: string;
|
|
1628
1629
|
bottom?: undefined;
|
|
1629
1630
|
left?: undefined;
|
|
1630
|
-
right?: undefined;
|
|
1631
1631
|
} | {
|
|
1632
1632
|
bottom: string;
|
|
1633
|
+
right: string;
|
|
1633
1634
|
transform: string;
|
|
1634
1635
|
top?: undefined;
|
|
1635
1636
|
left?: undefined;
|
|
1636
|
-
right?: undefined;
|
|
1637
1637
|
} | {
|
|
1638
|
+
top: string;
|
|
1638
1639
|
left: string;
|
|
1639
1640
|
transform: string;
|
|
1640
|
-
top?: undefined;
|
|
1641
|
-
bottom?: undefined;
|
|
1642
1641
|
right?: undefined;
|
|
1642
|
+
bottom?: undefined;
|
|
1643
1643
|
} | {
|
|
1644
|
-
|
|
1644
|
+
bottom: string;
|
|
1645
|
+
left: string;
|
|
1645
1646
|
transform: string;
|
|
1646
1647
|
top?: undefined;
|
|
1647
|
-
|
|
1648
|
-
left?: undefined;
|
|
1648
|
+
right?: undefined;
|
|
1649
1649
|
} | {
|
|
1650
1650
|
top?: undefined;
|
|
1651
|
+
right?: undefined;
|
|
1651
1652
|
transform?: undefined;
|
|
1652
1653
|
bottom?: undefined;
|
|
1653
1654
|
left?: undefined;
|
|
1654
|
-
right?: undefined;
|
|
1655
1655
|
}>;
|
|
1656
1656
|
onVisibleChange: (val: boolean) => void;
|
|
1657
1657
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1658
1658
|
'visible-change': (v: boolean) => boolean;
|
|
1659
1659
|
'update:visible': (v: boolean) => boolean;
|
|
1660
1660
|
}, import("vue").PublicProps, {
|
|
1661
|
-
color: "
|
|
1661
|
+
color: "light" | "red";
|
|
1662
1662
|
offset: number[];
|
|
1663
1663
|
visible: boolean;
|
|
1664
1664
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -1912,8 +1912,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1912
1912
|
default: boolean;
|
|
1913
1913
|
};
|
|
1914
1914
|
color: {
|
|
1915
|
-
type: import("vue").PropType<"
|
|
1916
|
-
default: "
|
|
1915
|
+
type: import("vue").PropType<"light" | "red">;
|
|
1916
|
+
default: "light" | "red";
|
|
1917
1917
|
validator: (val: string) => boolean;
|
|
1918
1918
|
};
|
|
1919
1919
|
}>> & Readonly<{
|
|
@@ -1925,38 +1925,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1925
1925
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1926
1926
|
arrowStyle: import("vue").ComputedRef<{
|
|
1927
1927
|
top: string;
|
|
1928
|
+
right: string;
|
|
1928
1929
|
transform: string;
|
|
1929
1930
|
bottom?: undefined;
|
|
1930
1931
|
left?: undefined;
|
|
1931
|
-
right?: undefined;
|
|
1932
1932
|
} | {
|
|
1933
1933
|
bottom: string;
|
|
1934
|
+
right: string;
|
|
1934
1935
|
transform: string;
|
|
1935
1936
|
top?: undefined;
|
|
1936
1937
|
left?: undefined;
|
|
1937
|
-
right?: undefined;
|
|
1938
1938
|
} | {
|
|
1939
|
+
top: string;
|
|
1939
1940
|
left: string;
|
|
1940
1941
|
transform: string;
|
|
1941
|
-
top?: undefined;
|
|
1942
|
-
bottom?: undefined;
|
|
1943
1942
|
right?: undefined;
|
|
1943
|
+
bottom?: undefined;
|
|
1944
1944
|
} | {
|
|
1945
|
-
|
|
1945
|
+
bottom: string;
|
|
1946
|
+
left: string;
|
|
1946
1947
|
transform: string;
|
|
1947
1948
|
top?: undefined;
|
|
1948
|
-
|
|
1949
|
-
left?: undefined;
|
|
1949
|
+
right?: undefined;
|
|
1950
1950
|
} | {
|
|
1951
1951
|
top?: undefined;
|
|
1952
|
+
right?: undefined;
|
|
1952
1953
|
transform?: undefined;
|
|
1953
1954
|
bottom?: undefined;
|
|
1954
1955
|
left?: undefined;
|
|
1955
|
-
right?: undefined;
|
|
1956
1956
|
}>;
|
|
1957
1957
|
onVisibleChange: (val: boolean) => void;
|
|
1958
1958
|
}, {}, {}, {}, {
|
|
1959
|
-
color: "
|
|
1959
|
+
color: "light" | "red";
|
|
1960
1960
|
offset: number[];
|
|
1961
1961
|
visible: boolean;
|
|
1962
1962
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -2019,8 +2019,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2019
2019
|
default: boolean;
|
|
2020
2020
|
};
|
|
2021
2021
|
color: {
|
|
2022
|
-
type: import("vue").PropType<"
|
|
2023
|
-
default: "
|
|
2022
|
+
type: import("vue").PropType<"light" | "red">;
|
|
2023
|
+
default: "light" | "red";
|
|
2024
2024
|
validator: (val: string) => boolean;
|
|
2025
2025
|
};
|
|
2026
2026
|
}>> & Readonly<{
|
|
@@ -2032,41 +2032,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2032
2032
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2033
2033
|
arrowStyle: import("vue").ComputedRef<{
|
|
2034
2034
|
top: string;
|
|
2035
|
+
right: string;
|
|
2035
2036
|
transform: string;
|
|
2036
2037
|
bottom?: undefined;
|
|
2037
2038
|
left?: undefined;
|
|
2038
|
-
right?: undefined;
|
|
2039
2039
|
} | {
|
|
2040
2040
|
bottom: string;
|
|
2041
|
+
right: string;
|
|
2041
2042
|
transform: string;
|
|
2042
2043
|
top?: undefined;
|
|
2043
2044
|
left?: undefined;
|
|
2044
|
-
right?: undefined;
|
|
2045
2045
|
} | {
|
|
2046
|
+
top: string;
|
|
2046
2047
|
left: string;
|
|
2047
2048
|
transform: string;
|
|
2048
|
-
top?: undefined;
|
|
2049
|
-
bottom?: undefined;
|
|
2050
2049
|
right?: undefined;
|
|
2050
|
+
bottom?: undefined;
|
|
2051
2051
|
} | {
|
|
2052
|
-
|
|
2052
|
+
bottom: string;
|
|
2053
|
+
left: string;
|
|
2053
2054
|
transform: string;
|
|
2054
2055
|
top?: undefined;
|
|
2055
|
-
|
|
2056
|
-
left?: undefined;
|
|
2056
|
+
right?: undefined;
|
|
2057
2057
|
} | {
|
|
2058
2058
|
top?: undefined;
|
|
2059
|
+
right?: undefined;
|
|
2059
2060
|
transform?: undefined;
|
|
2060
2061
|
bottom?: undefined;
|
|
2061
2062
|
left?: undefined;
|
|
2062
|
-
right?: undefined;
|
|
2063
2063
|
}>;
|
|
2064
2064
|
onVisibleChange: (val: boolean) => void;
|
|
2065
2065
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2066
2066
|
'visible-change': (v: boolean) => boolean;
|
|
2067
2067
|
'update:visible': (v: boolean) => boolean;
|
|
2068
2068
|
}, string, {
|
|
2069
|
-
color: "
|
|
2069
|
+
color: "light" | "red";
|
|
2070
2070
|
offset: number[];
|
|
2071
2071
|
visible: boolean;
|
|
2072
2072
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -2799,8 +2799,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2799
2799
|
default: boolean;
|
|
2800
2800
|
};
|
|
2801
2801
|
color: {
|
|
2802
|
-
type: import("vue").PropType<"
|
|
2803
|
-
default: "
|
|
2802
|
+
type: import("vue").PropType<"light" | "red">;
|
|
2803
|
+
default: "light" | "red";
|
|
2804
2804
|
validator: (val: string) => boolean;
|
|
2805
2805
|
};
|
|
2806
2806
|
}>> & Readonly<{
|
|
@@ -2812,41 +2812,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2812
2812
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2813
2813
|
arrowStyle: import("vue").ComputedRef<{
|
|
2814
2814
|
top: string;
|
|
2815
|
+
right: string;
|
|
2815
2816
|
transform: string;
|
|
2816
2817
|
bottom?: undefined;
|
|
2817
2818
|
left?: undefined;
|
|
2818
|
-
right?: undefined;
|
|
2819
2819
|
} | {
|
|
2820
2820
|
bottom: string;
|
|
2821
|
+
right: string;
|
|
2821
2822
|
transform: string;
|
|
2822
2823
|
top?: undefined;
|
|
2823
2824
|
left?: undefined;
|
|
2824
|
-
right?: undefined;
|
|
2825
2825
|
} | {
|
|
2826
|
+
top: string;
|
|
2826
2827
|
left: string;
|
|
2827
2828
|
transform: string;
|
|
2828
|
-
top?: undefined;
|
|
2829
|
-
bottom?: undefined;
|
|
2830
2829
|
right?: undefined;
|
|
2830
|
+
bottom?: undefined;
|
|
2831
2831
|
} | {
|
|
2832
|
-
|
|
2832
|
+
bottom: string;
|
|
2833
|
+
left: string;
|
|
2833
2834
|
transform: string;
|
|
2834
2835
|
top?: undefined;
|
|
2835
|
-
|
|
2836
|
-
left?: undefined;
|
|
2836
|
+
right?: undefined;
|
|
2837
2837
|
} | {
|
|
2838
2838
|
top?: undefined;
|
|
2839
|
+
right?: undefined;
|
|
2839
2840
|
transform?: undefined;
|
|
2840
2841
|
bottom?: undefined;
|
|
2841
2842
|
left?: undefined;
|
|
2842
|
-
right?: undefined;
|
|
2843
2843
|
}>;
|
|
2844
2844
|
onVisibleChange: (val: boolean) => void;
|
|
2845
2845
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2846
2846
|
'visible-change': (v: boolean) => boolean;
|
|
2847
2847
|
'update:visible': (v: boolean) => boolean;
|
|
2848
2848
|
}, import("vue").PublicProps, {
|
|
2849
|
-
color: "
|
|
2849
|
+
color: "light" | "red";
|
|
2850
2850
|
offset: number[];
|
|
2851
2851
|
visible: boolean;
|
|
2852
2852
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -3100,8 +3100,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3100
3100
|
default: boolean;
|
|
3101
3101
|
};
|
|
3102
3102
|
color: {
|
|
3103
|
-
type: import("vue").PropType<"
|
|
3104
|
-
default: "
|
|
3103
|
+
type: import("vue").PropType<"light" | "red">;
|
|
3104
|
+
default: "light" | "red";
|
|
3105
3105
|
validator: (val: string) => boolean;
|
|
3106
3106
|
};
|
|
3107
3107
|
}>> & Readonly<{
|
|
@@ -3113,38 +3113,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3113
3113
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3114
3114
|
arrowStyle: import("vue").ComputedRef<{
|
|
3115
3115
|
top: string;
|
|
3116
|
+
right: string;
|
|
3116
3117
|
transform: string;
|
|
3117
3118
|
bottom?: undefined;
|
|
3118
3119
|
left?: undefined;
|
|
3119
|
-
right?: undefined;
|
|
3120
3120
|
} | {
|
|
3121
3121
|
bottom: string;
|
|
3122
|
+
right: string;
|
|
3122
3123
|
transform: string;
|
|
3123
3124
|
top?: undefined;
|
|
3124
3125
|
left?: undefined;
|
|
3125
|
-
right?: undefined;
|
|
3126
3126
|
} | {
|
|
3127
|
+
top: string;
|
|
3127
3128
|
left: string;
|
|
3128
3129
|
transform: string;
|
|
3129
|
-
top?: undefined;
|
|
3130
|
-
bottom?: undefined;
|
|
3131
3130
|
right?: undefined;
|
|
3131
|
+
bottom?: undefined;
|
|
3132
3132
|
} | {
|
|
3133
|
-
|
|
3133
|
+
bottom: string;
|
|
3134
|
+
left: string;
|
|
3134
3135
|
transform: string;
|
|
3135
3136
|
top?: undefined;
|
|
3136
|
-
|
|
3137
|
-
left?: undefined;
|
|
3137
|
+
right?: undefined;
|
|
3138
3138
|
} | {
|
|
3139
3139
|
top?: undefined;
|
|
3140
|
+
right?: undefined;
|
|
3140
3141
|
transform?: undefined;
|
|
3141
3142
|
bottom?: undefined;
|
|
3142
3143
|
left?: undefined;
|
|
3143
|
-
right?: undefined;
|
|
3144
3144
|
}>;
|
|
3145
3145
|
onVisibleChange: (val: boolean) => void;
|
|
3146
3146
|
}, {}, {}, {}, {
|
|
3147
|
-
color: "
|
|
3147
|
+
color: "light" | "red";
|
|
3148
3148
|
offset: number[];
|
|
3149
3149
|
visible: boolean;
|
|
3150
3150
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -3207,8 +3207,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3207
3207
|
default: boolean;
|
|
3208
3208
|
};
|
|
3209
3209
|
color: {
|
|
3210
|
-
type: import("vue").PropType<"
|
|
3211
|
-
default: "
|
|
3210
|
+
type: import("vue").PropType<"light" | "red">;
|
|
3211
|
+
default: "light" | "red";
|
|
3212
3212
|
validator: (val: string) => boolean;
|
|
3213
3213
|
};
|
|
3214
3214
|
}>> & Readonly<{
|
|
@@ -3220,41 +3220,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3220
3220
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3221
3221
|
arrowStyle: import("vue").ComputedRef<{
|
|
3222
3222
|
top: string;
|
|
3223
|
+
right: string;
|
|
3223
3224
|
transform: string;
|
|
3224
3225
|
bottom?: undefined;
|
|
3225
3226
|
left?: undefined;
|
|
3226
|
-
right?: undefined;
|
|
3227
3227
|
} | {
|
|
3228
3228
|
bottom: string;
|
|
3229
|
+
right: string;
|
|
3229
3230
|
transform: string;
|
|
3230
3231
|
top?: undefined;
|
|
3231
3232
|
left?: undefined;
|
|
3232
|
-
right?: undefined;
|
|
3233
3233
|
} | {
|
|
3234
|
+
top: string;
|
|
3234
3235
|
left: string;
|
|
3235
3236
|
transform: string;
|
|
3236
|
-
top?: undefined;
|
|
3237
|
-
bottom?: undefined;
|
|
3238
3237
|
right?: undefined;
|
|
3238
|
+
bottom?: undefined;
|
|
3239
3239
|
} | {
|
|
3240
|
-
|
|
3240
|
+
bottom: string;
|
|
3241
|
+
left: string;
|
|
3241
3242
|
transform: string;
|
|
3242
3243
|
top?: undefined;
|
|
3243
|
-
|
|
3244
|
-
left?: undefined;
|
|
3244
|
+
right?: undefined;
|
|
3245
3245
|
} | {
|
|
3246
3246
|
top?: undefined;
|
|
3247
|
+
right?: undefined;
|
|
3247
3248
|
transform?: undefined;
|
|
3248
3249
|
bottom?: undefined;
|
|
3249
3250
|
left?: undefined;
|
|
3250
|
-
right?: undefined;
|
|
3251
3251
|
}>;
|
|
3252
3252
|
onVisibleChange: (val: boolean) => void;
|
|
3253
3253
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3254
3254
|
'visible-change': (v: boolean) => boolean;
|
|
3255
3255
|
'update:visible': (v: boolean) => boolean;
|
|
3256
3256
|
}, string, {
|
|
3257
|
-
color: "
|
|
3257
|
+
color: "light" | "red";
|
|
3258
3258
|
offset: number[];
|
|
3259
3259
|
visible: boolean;
|
|
3260
3260
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -5084,8 +5084,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5084
5084
|
default: boolean;
|
|
5085
5085
|
};
|
|
5086
5086
|
color: {
|
|
5087
|
-
type: import("vue").PropType<"
|
|
5088
|
-
default: "
|
|
5087
|
+
type: import("vue").PropType<"light" | "red">;
|
|
5088
|
+
default: "light" | "red";
|
|
5089
5089
|
validator: (val: string) => boolean;
|
|
5090
5090
|
};
|
|
5091
5091
|
}>> & Readonly<{
|
|
@@ -5097,41 +5097,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5097
5097
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5098
5098
|
arrowStyle: import("vue").ComputedRef<{
|
|
5099
5099
|
top: string;
|
|
5100
|
+
right: string;
|
|
5100
5101
|
transform: string;
|
|
5101
5102
|
bottom?: undefined;
|
|
5102
5103
|
left?: undefined;
|
|
5103
|
-
right?: undefined;
|
|
5104
5104
|
} | {
|
|
5105
5105
|
bottom: string;
|
|
5106
|
+
right: string;
|
|
5106
5107
|
transform: string;
|
|
5107
5108
|
top?: undefined;
|
|
5108
5109
|
left?: undefined;
|
|
5109
|
-
right?: undefined;
|
|
5110
5110
|
} | {
|
|
5111
|
+
top: string;
|
|
5111
5112
|
left: string;
|
|
5112
5113
|
transform: string;
|
|
5113
|
-
top?: undefined;
|
|
5114
|
-
bottom?: undefined;
|
|
5115
5114
|
right?: undefined;
|
|
5115
|
+
bottom?: undefined;
|
|
5116
5116
|
} | {
|
|
5117
|
-
|
|
5117
|
+
bottom: string;
|
|
5118
|
+
left: string;
|
|
5118
5119
|
transform: string;
|
|
5119
5120
|
top?: undefined;
|
|
5120
|
-
|
|
5121
|
-
left?: undefined;
|
|
5121
|
+
right?: undefined;
|
|
5122
5122
|
} | {
|
|
5123
5123
|
top?: undefined;
|
|
5124
|
+
right?: undefined;
|
|
5124
5125
|
transform?: undefined;
|
|
5125
5126
|
bottom?: undefined;
|
|
5126
5127
|
left?: undefined;
|
|
5127
|
-
right?: undefined;
|
|
5128
5128
|
}>;
|
|
5129
5129
|
onVisibleChange: (val: boolean) => void;
|
|
5130
5130
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5131
5131
|
'visible-change': (v: boolean) => boolean;
|
|
5132
5132
|
'update:visible': (v: boolean) => boolean;
|
|
5133
5133
|
}, import("vue").PublicProps, {
|
|
5134
|
-
color: "
|
|
5134
|
+
color: "light" | "red";
|
|
5135
5135
|
offset: number[];
|
|
5136
5136
|
visible: boolean;
|
|
5137
5137
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -5385,8 +5385,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5385
5385
|
default: boolean;
|
|
5386
5386
|
};
|
|
5387
5387
|
color: {
|
|
5388
|
-
type: import("vue").PropType<"
|
|
5389
|
-
default: "
|
|
5388
|
+
type: import("vue").PropType<"light" | "red">;
|
|
5389
|
+
default: "light" | "red";
|
|
5390
5390
|
validator: (val: string) => boolean;
|
|
5391
5391
|
};
|
|
5392
5392
|
}>> & Readonly<{
|
|
@@ -5398,38 +5398,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5398
5398
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5399
5399
|
arrowStyle: import("vue").ComputedRef<{
|
|
5400
5400
|
top: string;
|
|
5401
|
+
right: string;
|
|
5401
5402
|
transform: string;
|
|
5402
5403
|
bottom?: undefined;
|
|
5403
5404
|
left?: undefined;
|
|
5404
|
-
right?: undefined;
|
|
5405
5405
|
} | {
|
|
5406
5406
|
bottom: string;
|
|
5407
|
+
right: string;
|
|
5407
5408
|
transform: string;
|
|
5408
5409
|
top?: undefined;
|
|
5409
5410
|
left?: undefined;
|
|
5410
|
-
right?: undefined;
|
|
5411
5411
|
} | {
|
|
5412
|
+
top: string;
|
|
5412
5413
|
left: string;
|
|
5413
5414
|
transform: string;
|
|
5414
|
-
top?: undefined;
|
|
5415
|
-
bottom?: undefined;
|
|
5416
5415
|
right?: undefined;
|
|
5416
|
+
bottom?: undefined;
|
|
5417
5417
|
} | {
|
|
5418
|
-
|
|
5418
|
+
bottom: string;
|
|
5419
|
+
left: string;
|
|
5419
5420
|
transform: string;
|
|
5420
5421
|
top?: undefined;
|
|
5421
|
-
|
|
5422
|
-
left?: undefined;
|
|
5422
|
+
right?: undefined;
|
|
5423
5423
|
} | {
|
|
5424
5424
|
top?: undefined;
|
|
5425
|
+
right?: undefined;
|
|
5425
5426
|
transform?: undefined;
|
|
5426
5427
|
bottom?: undefined;
|
|
5427
5428
|
left?: undefined;
|
|
5428
|
-
right?: undefined;
|
|
5429
5429
|
}>;
|
|
5430
5430
|
onVisibleChange: (val: boolean) => void;
|
|
5431
5431
|
}, {}, {}, {}, {
|
|
5432
|
-
color: "
|
|
5432
|
+
color: "light" | "red";
|
|
5433
5433
|
offset: number[];
|
|
5434
5434
|
visible: boolean;
|
|
5435
5435
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -5492,8 +5492,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5492
5492
|
default: boolean;
|
|
5493
5493
|
};
|
|
5494
5494
|
color: {
|
|
5495
|
-
type: import("vue").PropType<"
|
|
5496
|
-
default: "
|
|
5495
|
+
type: import("vue").PropType<"light" | "red">;
|
|
5496
|
+
default: "light" | "red";
|
|
5497
5497
|
validator: (val: string) => boolean;
|
|
5498
5498
|
};
|
|
5499
5499
|
}>> & Readonly<{
|
|
@@ -5505,41 +5505,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5505
5505
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5506
5506
|
arrowStyle: import("vue").ComputedRef<{
|
|
5507
5507
|
top: string;
|
|
5508
|
+
right: string;
|
|
5508
5509
|
transform: string;
|
|
5509
5510
|
bottom?: undefined;
|
|
5510
5511
|
left?: undefined;
|
|
5511
|
-
right?: undefined;
|
|
5512
5512
|
} | {
|
|
5513
5513
|
bottom: string;
|
|
5514
|
+
right: string;
|
|
5514
5515
|
transform: string;
|
|
5515
5516
|
top?: undefined;
|
|
5516
5517
|
left?: undefined;
|
|
5517
|
-
right?: undefined;
|
|
5518
5518
|
} | {
|
|
5519
|
+
top: string;
|
|
5519
5520
|
left: string;
|
|
5520
5521
|
transform: string;
|
|
5521
|
-
top?: undefined;
|
|
5522
|
-
bottom?: undefined;
|
|
5523
5522
|
right?: undefined;
|
|
5523
|
+
bottom?: undefined;
|
|
5524
5524
|
} | {
|
|
5525
|
-
|
|
5525
|
+
bottom: string;
|
|
5526
|
+
left: string;
|
|
5526
5527
|
transform: string;
|
|
5527
5528
|
top?: undefined;
|
|
5528
|
-
|
|
5529
|
-
left?: undefined;
|
|
5529
|
+
right?: undefined;
|
|
5530
5530
|
} | {
|
|
5531
5531
|
top?: undefined;
|
|
5532
|
+
right?: undefined;
|
|
5532
5533
|
transform?: undefined;
|
|
5533
5534
|
bottom?: undefined;
|
|
5534
5535
|
left?: undefined;
|
|
5535
|
-
right?: undefined;
|
|
5536
5536
|
}>;
|
|
5537
5537
|
onVisibleChange: (val: boolean) => void;
|
|
5538
5538
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5539
5539
|
'visible-change': (v: boolean) => boolean;
|
|
5540
5540
|
'update:visible': (v: boolean) => boolean;
|
|
5541
5541
|
}, string, {
|
|
5542
|
-
color: "
|
|
5542
|
+
color: "light" | "red";
|
|
5543
5543
|
offset: number[];
|
|
5544
5544
|
visible: boolean;
|
|
5545
5545
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -6365,8 +6365,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6365
6365
|
default: boolean;
|
|
6366
6366
|
};
|
|
6367
6367
|
color: {
|
|
6368
|
-
type: import("vue").PropType<"
|
|
6369
|
-
default: "
|
|
6368
|
+
type: import("vue").PropType<"light" | "red">;
|
|
6369
|
+
default: "light" | "red";
|
|
6370
6370
|
validator: (val: string) => boolean;
|
|
6371
6371
|
};
|
|
6372
6372
|
}>> & Readonly<{
|
|
@@ -6378,41 +6378,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6378
6378
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6379
6379
|
arrowStyle: import("vue").ComputedRef<{
|
|
6380
6380
|
top: string;
|
|
6381
|
+
right: string;
|
|
6381
6382
|
transform: string;
|
|
6382
6383
|
bottom?: undefined;
|
|
6383
6384
|
left?: undefined;
|
|
6384
|
-
right?: undefined;
|
|
6385
6385
|
} | {
|
|
6386
6386
|
bottom: string;
|
|
6387
|
+
right: string;
|
|
6387
6388
|
transform: string;
|
|
6388
6389
|
top?: undefined;
|
|
6389
6390
|
left?: undefined;
|
|
6390
|
-
right?: undefined;
|
|
6391
6391
|
} | {
|
|
6392
|
+
top: string;
|
|
6392
6393
|
left: string;
|
|
6393
6394
|
transform: string;
|
|
6394
|
-
top?: undefined;
|
|
6395
|
-
bottom?: undefined;
|
|
6396
6395
|
right?: undefined;
|
|
6396
|
+
bottom?: undefined;
|
|
6397
6397
|
} | {
|
|
6398
|
-
|
|
6398
|
+
bottom: string;
|
|
6399
|
+
left: string;
|
|
6399
6400
|
transform: string;
|
|
6400
6401
|
top?: undefined;
|
|
6401
|
-
|
|
6402
|
-
left?: undefined;
|
|
6402
|
+
right?: undefined;
|
|
6403
6403
|
} | {
|
|
6404
6404
|
top?: undefined;
|
|
6405
|
+
right?: undefined;
|
|
6405
6406
|
transform?: undefined;
|
|
6406
6407
|
bottom?: undefined;
|
|
6407
6408
|
left?: undefined;
|
|
6408
|
-
right?: undefined;
|
|
6409
6409
|
}>;
|
|
6410
6410
|
onVisibleChange: (val: boolean) => void;
|
|
6411
6411
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6412
6412
|
'visible-change': (v: boolean) => boolean;
|
|
6413
6413
|
'update:visible': (v: boolean) => boolean;
|
|
6414
6414
|
}, import("vue").PublicProps, {
|
|
6415
|
-
color: "
|
|
6415
|
+
color: "light" | "red";
|
|
6416
6416
|
offset: number[];
|
|
6417
6417
|
visible: boolean;
|
|
6418
6418
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -6666,8 +6666,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6666
6666
|
default: boolean;
|
|
6667
6667
|
};
|
|
6668
6668
|
color: {
|
|
6669
|
-
type: import("vue").PropType<"
|
|
6670
|
-
default: "
|
|
6669
|
+
type: import("vue").PropType<"light" | "red">;
|
|
6670
|
+
default: "light" | "red";
|
|
6671
6671
|
validator: (val: string) => boolean;
|
|
6672
6672
|
};
|
|
6673
6673
|
}>> & Readonly<{
|
|
@@ -6679,38 +6679,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6679
6679
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6680
6680
|
arrowStyle: import("vue").ComputedRef<{
|
|
6681
6681
|
top: string;
|
|
6682
|
+
right: string;
|
|
6682
6683
|
transform: string;
|
|
6683
6684
|
bottom?: undefined;
|
|
6684
6685
|
left?: undefined;
|
|
6685
|
-
right?: undefined;
|
|
6686
6686
|
} | {
|
|
6687
6687
|
bottom: string;
|
|
6688
|
+
right: string;
|
|
6688
6689
|
transform: string;
|
|
6689
6690
|
top?: undefined;
|
|
6690
6691
|
left?: undefined;
|
|
6691
|
-
right?: undefined;
|
|
6692
6692
|
} | {
|
|
6693
|
+
top: string;
|
|
6693
6694
|
left: string;
|
|
6694
6695
|
transform: string;
|
|
6695
|
-
top?: undefined;
|
|
6696
|
-
bottom?: undefined;
|
|
6697
6696
|
right?: undefined;
|
|
6697
|
+
bottom?: undefined;
|
|
6698
6698
|
} | {
|
|
6699
|
-
|
|
6699
|
+
bottom: string;
|
|
6700
|
+
left: string;
|
|
6700
6701
|
transform: string;
|
|
6701
6702
|
top?: undefined;
|
|
6702
|
-
|
|
6703
|
-
left?: undefined;
|
|
6703
|
+
right?: undefined;
|
|
6704
6704
|
} | {
|
|
6705
6705
|
top?: undefined;
|
|
6706
|
+
right?: undefined;
|
|
6706
6707
|
transform?: undefined;
|
|
6707
6708
|
bottom?: undefined;
|
|
6708
6709
|
left?: undefined;
|
|
6709
|
-
right?: undefined;
|
|
6710
6710
|
}>;
|
|
6711
6711
|
onVisibleChange: (val: boolean) => void;
|
|
6712
6712
|
}, {}, {}, {}, {
|
|
6713
|
-
color: "
|
|
6713
|
+
color: "light" | "red";
|
|
6714
6714
|
offset: number[];
|
|
6715
6715
|
visible: boolean;
|
|
6716
6716
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -6773,8 +6773,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6773
6773
|
default: boolean;
|
|
6774
6774
|
};
|
|
6775
6775
|
color: {
|
|
6776
|
-
type: import("vue").PropType<"
|
|
6777
|
-
default: "
|
|
6776
|
+
type: import("vue").PropType<"light" | "red">;
|
|
6777
|
+
default: "light" | "red";
|
|
6778
6778
|
validator: (val: string) => boolean;
|
|
6779
6779
|
};
|
|
6780
6780
|
}>> & Readonly<{
|
|
@@ -6786,41 +6786,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6786
6786
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6787
6787
|
arrowStyle: import("vue").ComputedRef<{
|
|
6788
6788
|
top: string;
|
|
6789
|
+
right: string;
|
|
6789
6790
|
transform: string;
|
|
6790
6791
|
bottom?: undefined;
|
|
6791
6792
|
left?: undefined;
|
|
6792
|
-
right?: undefined;
|
|
6793
6793
|
} | {
|
|
6794
6794
|
bottom: string;
|
|
6795
|
+
right: string;
|
|
6795
6796
|
transform: string;
|
|
6796
6797
|
top?: undefined;
|
|
6797
6798
|
left?: undefined;
|
|
6798
|
-
right?: undefined;
|
|
6799
6799
|
} | {
|
|
6800
|
+
top: string;
|
|
6800
6801
|
left: string;
|
|
6801
6802
|
transform: string;
|
|
6802
|
-
top?: undefined;
|
|
6803
|
-
bottom?: undefined;
|
|
6804
6803
|
right?: undefined;
|
|
6804
|
+
bottom?: undefined;
|
|
6805
6805
|
} | {
|
|
6806
|
-
|
|
6806
|
+
bottom: string;
|
|
6807
|
+
left: string;
|
|
6807
6808
|
transform: string;
|
|
6808
6809
|
top?: undefined;
|
|
6809
|
-
|
|
6810
|
-
left?: undefined;
|
|
6810
|
+
right?: undefined;
|
|
6811
6811
|
} | {
|
|
6812
6812
|
top?: undefined;
|
|
6813
|
+
right?: undefined;
|
|
6813
6814
|
transform?: undefined;
|
|
6814
6815
|
bottom?: undefined;
|
|
6815
6816
|
left?: undefined;
|
|
6816
|
-
right?: undefined;
|
|
6817
6817
|
}>;
|
|
6818
6818
|
onVisibleChange: (val: boolean) => void;
|
|
6819
6819
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6820
6820
|
'visible-change': (v: boolean) => boolean;
|
|
6821
6821
|
'update:visible': (v: boolean) => boolean;
|
|
6822
6822
|
}, string, {
|
|
6823
|
-
color: "
|
|
6823
|
+
color: "light" | "red";
|
|
6824
6824
|
offset: number[];
|
|
6825
6825
|
visible: boolean;
|
|
6826
6826
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -8533,8 +8533,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8533
8533
|
default: boolean;
|
|
8534
8534
|
};
|
|
8535
8535
|
color: {
|
|
8536
|
-
type: import("vue").PropType<"
|
|
8537
|
-
default: "
|
|
8536
|
+
type: import("vue").PropType<"light" | "red">;
|
|
8537
|
+
default: "light" | "red";
|
|
8538
8538
|
validator: (val: string) => boolean;
|
|
8539
8539
|
};
|
|
8540
8540
|
}>> & Readonly<{
|
|
@@ -8546,41 +8546,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8546
8546
|
prefixCls: import("vue").ComputedRef<string>;
|
|
8547
8547
|
arrowStyle: import("vue").ComputedRef<{
|
|
8548
8548
|
top: string;
|
|
8549
|
+
right: string;
|
|
8549
8550
|
transform: string;
|
|
8550
8551
|
bottom?: undefined;
|
|
8551
8552
|
left?: undefined;
|
|
8552
|
-
right?: undefined;
|
|
8553
8553
|
} | {
|
|
8554
8554
|
bottom: string;
|
|
8555
|
+
right: string;
|
|
8555
8556
|
transform: string;
|
|
8556
8557
|
top?: undefined;
|
|
8557
8558
|
left?: undefined;
|
|
8558
|
-
right?: undefined;
|
|
8559
8559
|
} | {
|
|
8560
|
+
top: string;
|
|
8560
8561
|
left: string;
|
|
8561
8562
|
transform: string;
|
|
8562
|
-
top?: undefined;
|
|
8563
|
-
bottom?: undefined;
|
|
8564
8563
|
right?: undefined;
|
|
8564
|
+
bottom?: undefined;
|
|
8565
8565
|
} | {
|
|
8566
|
-
|
|
8566
|
+
bottom: string;
|
|
8567
|
+
left: string;
|
|
8567
8568
|
transform: string;
|
|
8568
8569
|
top?: undefined;
|
|
8569
|
-
|
|
8570
|
-
left?: undefined;
|
|
8570
|
+
right?: undefined;
|
|
8571
8571
|
} | {
|
|
8572
8572
|
top?: undefined;
|
|
8573
|
+
right?: undefined;
|
|
8573
8574
|
transform?: undefined;
|
|
8574
8575
|
bottom?: undefined;
|
|
8575
8576
|
left?: undefined;
|
|
8576
|
-
right?: undefined;
|
|
8577
8577
|
}>;
|
|
8578
8578
|
onVisibleChange: (val: boolean) => void;
|
|
8579
8579
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8580
8580
|
'visible-change': (v: boolean) => boolean;
|
|
8581
8581
|
'update:visible': (v: boolean) => boolean;
|
|
8582
8582
|
}, import("vue").PublicProps, {
|
|
8583
|
-
color: "
|
|
8583
|
+
color: "light" | "red";
|
|
8584
8584
|
offset: number[];
|
|
8585
8585
|
visible: boolean;
|
|
8586
8586
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -8834,8 +8834,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8834
8834
|
default: boolean;
|
|
8835
8835
|
};
|
|
8836
8836
|
color: {
|
|
8837
|
-
type: import("vue").PropType<"
|
|
8838
|
-
default: "
|
|
8837
|
+
type: import("vue").PropType<"light" | "red">;
|
|
8838
|
+
default: "light" | "red";
|
|
8839
8839
|
validator: (val: string) => boolean;
|
|
8840
8840
|
};
|
|
8841
8841
|
}>> & Readonly<{
|
|
@@ -8847,38 +8847,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8847
8847
|
prefixCls: import("vue").ComputedRef<string>;
|
|
8848
8848
|
arrowStyle: import("vue").ComputedRef<{
|
|
8849
8849
|
top: string;
|
|
8850
|
+
right: string;
|
|
8850
8851
|
transform: string;
|
|
8851
8852
|
bottom?: undefined;
|
|
8852
8853
|
left?: undefined;
|
|
8853
|
-
right?: undefined;
|
|
8854
8854
|
} | {
|
|
8855
8855
|
bottom: string;
|
|
8856
|
+
right: string;
|
|
8856
8857
|
transform: string;
|
|
8857
8858
|
top?: undefined;
|
|
8858
8859
|
left?: undefined;
|
|
8859
|
-
right?: undefined;
|
|
8860
8860
|
} | {
|
|
8861
|
+
top: string;
|
|
8861
8862
|
left: string;
|
|
8862
8863
|
transform: string;
|
|
8863
|
-
top?: undefined;
|
|
8864
|
-
bottom?: undefined;
|
|
8865
8864
|
right?: undefined;
|
|
8865
|
+
bottom?: undefined;
|
|
8866
8866
|
} | {
|
|
8867
|
-
|
|
8867
|
+
bottom: string;
|
|
8868
|
+
left: string;
|
|
8868
8869
|
transform: string;
|
|
8869
8870
|
top?: undefined;
|
|
8870
|
-
|
|
8871
|
-
left?: undefined;
|
|
8871
|
+
right?: undefined;
|
|
8872
8872
|
} | {
|
|
8873
8873
|
top?: undefined;
|
|
8874
|
+
right?: undefined;
|
|
8874
8875
|
transform?: undefined;
|
|
8875
8876
|
bottom?: undefined;
|
|
8876
8877
|
left?: undefined;
|
|
8877
|
-
right?: undefined;
|
|
8878
8878
|
}>;
|
|
8879
8879
|
onVisibleChange: (val: boolean) => void;
|
|
8880
8880
|
}, {}, {}, {}, {
|
|
8881
|
-
color: "
|
|
8881
|
+
color: "light" | "red";
|
|
8882
8882
|
offset: number[];
|
|
8883
8883
|
visible: boolean;
|
|
8884
8884
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -8941,8 +8941,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8941
8941
|
default: boolean;
|
|
8942
8942
|
};
|
|
8943
8943
|
color: {
|
|
8944
|
-
type: import("vue").PropType<"
|
|
8945
|
-
default: "
|
|
8944
|
+
type: import("vue").PropType<"light" | "red">;
|
|
8945
|
+
default: "light" | "red";
|
|
8946
8946
|
validator: (val: string) => boolean;
|
|
8947
8947
|
};
|
|
8948
8948
|
}>> & Readonly<{
|
|
@@ -8954,41 +8954,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8954
8954
|
prefixCls: import("vue").ComputedRef<string>;
|
|
8955
8955
|
arrowStyle: import("vue").ComputedRef<{
|
|
8956
8956
|
top: string;
|
|
8957
|
+
right: string;
|
|
8957
8958
|
transform: string;
|
|
8958
8959
|
bottom?: undefined;
|
|
8959
8960
|
left?: undefined;
|
|
8960
|
-
right?: undefined;
|
|
8961
8961
|
} | {
|
|
8962
8962
|
bottom: string;
|
|
8963
|
+
right: string;
|
|
8963
8964
|
transform: string;
|
|
8964
8965
|
top?: undefined;
|
|
8965
8966
|
left?: undefined;
|
|
8966
|
-
right?: undefined;
|
|
8967
8967
|
} | {
|
|
8968
|
+
top: string;
|
|
8968
8969
|
left: string;
|
|
8969
8970
|
transform: string;
|
|
8970
|
-
top?: undefined;
|
|
8971
|
-
bottom?: undefined;
|
|
8972
8971
|
right?: undefined;
|
|
8972
|
+
bottom?: undefined;
|
|
8973
8973
|
} | {
|
|
8974
|
-
|
|
8974
|
+
bottom: string;
|
|
8975
|
+
left: string;
|
|
8975
8976
|
transform: string;
|
|
8976
8977
|
top?: undefined;
|
|
8977
|
-
|
|
8978
|
-
left?: undefined;
|
|
8978
|
+
right?: undefined;
|
|
8979
8979
|
} | {
|
|
8980
8980
|
top?: undefined;
|
|
8981
|
+
right?: undefined;
|
|
8981
8982
|
transform?: undefined;
|
|
8982
8983
|
bottom?: undefined;
|
|
8983
8984
|
left?: undefined;
|
|
8984
|
-
right?: undefined;
|
|
8985
8985
|
}>;
|
|
8986
8986
|
onVisibleChange: (val: boolean) => void;
|
|
8987
8987
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8988
8988
|
'visible-change': (v: boolean) => boolean;
|
|
8989
8989
|
'update:visible': (v: boolean) => boolean;
|
|
8990
8990
|
}, string, {
|
|
8991
|
-
color: "
|
|
8991
|
+
color: "light" | "red";
|
|
8992
8992
|
offset: number[];
|
|
8993
8993
|
visible: boolean;
|
|
8994
8994
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -9721,8 +9721,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9721
9721
|
default: boolean;
|
|
9722
9722
|
};
|
|
9723
9723
|
color: {
|
|
9724
|
-
type: import("vue").PropType<"
|
|
9725
|
-
default: "
|
|
9724
|
+
type: import("vue").PropType<"light" | "red">;
|
|
9725
|
+
default: "light" | "red";
|
|
9726
9726
|
validator: (val: string) => boolean;
|
|
9727
9727
|
};
|
|
9728
9728
|
}>> & Readonly<{
|
|
@@ -9734,41 +9734,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9734
9734
|
prefixCls: import("vue").ComputedRef<string>;
|
|
9735
9735
|
arrowStyle: import("vue").ComputedRef<{
|
|
9736
9736
|
top: string;
|
|
9737
|
+
right: string;
|
|
9737
9738
|
transform: string;
|
|
9738
9739
|
bottom?: undefined;
|
|
9739
9740
|
left?: undefined;
|
|
9740
|
-
right?: undefined;
|
|
9741
9741
|
} | {
|
|
9742
9742
|
bottom: string;
|
|
9743
|
+
right: string;
|
|
9743
9744
|
transform: string;
|
|
9744
9745
|
top?: undefined;
|
|
9745
9746
|
left?: undefined;
|
|
9746
|
-
right?: undefined;
|
|
9747
9747
|
} | {
|
|
9748
|
+
top: string;
|
|
9748
9749
|
left: string;
|
|
9749
9750
|
transform: string;
|
|
9750
|
-
top?: undefined;
|
|
9751
|
-
bottom?: undefined;
|
|
9752
9751
|
right?: undefined;
|
|
9752
|
+
bottom?: undefined;
|
|
9753
9753
|
} | {
|
|
9754
|
-
|
|
9754
|
+
bottom: string;
|
|
9755
|
+
left: string;
|
|
9755
9756
|
transform: string;
|
|
9756
9757
|
top?: undefined;
|
|
9757
|
-
|
|
9758
|
-
left?: undefined;
|
|
9758
|
+
right?: undefined;
|
|
9759
9759
|
} | {
|
|
9760
9760
|
top?: undefined;
|
|
9761
|
+
right?: undefined;
|
|
9761
9762
|
transform?: undefined;
|
|
9762
9763
|
bottom?: undefined;
|
|
9763
9764
|
left?: undefined;
|
|
9764
|
-
right?: undefined;
|
|
9765
9765
|
}>;
|
|
9766
9766
|
onVisibleChange: (val: boolean) => void;
|
|
9767
9767
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9768
9768
|
'visible-change': (v: boolean) => boolean;
|
|
9769
9769
|
'update:visible': (v: boolean) => boolean;
|
|
9770
9770
|
}, import("vue").PublicProps, {
|
|
9771
|
-
color: "
|
|
9771
|
+
color: "light" | "red";
|
|
9772
9772
|
offset: number[];
|
|
9773
9773
|
visible: boolean;
|
|
9774
9774
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -10022,8 +10022,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10022
10022
|
default: boolean;
|
|
10023
10023
|
};
|
|
10024
10024
|
color: {
|
|
10025
|
-
type: import("vue").PropType<"
|
|
10026
|
-
default: "
|
|
10025
|
+
type: import("vue").PropType<"light" | "red">;
|
|
10026
|
+
default: "light" | "red";
|
|
10027
10027
|
validator: (val: string) => boolean;
|
|
10028
10028
|
};
|
|
10029
10029
|
}>> & Readonly<{
|
|
@@ -10035,38 +10035,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10035
10035
|
prefixCls: import("vue").ComputedRef<string>;
|
|
10036
10036
|
arrowStyle: import("vue").ComputedRef<{
|
|
10037
10037
|
top: string;
|
|
10038
|
+
right: string;
|
|
10038
10039
|
transform: string;
|
|
10039
10040
|
bottom?: undefined;
|
|
10040
10041
|
left?: undefined;
|
|
10041
|
-
right?: undefined;
|
|
10042
10042
|
} | {
|
|
10043
10043
|
bottom: string;
|
|
10044
|
+
right: string;
|
|
10044
10045
|
transform: string;
|
|
10045
10046
|
top?: undefined;
|
|
10046
10047
|
left?: undefined;
|
|
10047
|
-
right?: undefined;
|
|
10048
10048
|
} | {
|
|
10049
|
+
top: string;
|
|
10049
10050
|
left: string;
|
|
10050
10051
|
transform: string;
|
|
10051
|
-
top?: undefined;
|
|
10052
|
-
bottom?: undefined;
|
|
10053
10052
|
right?: undefined;
|
|
10053
|
+
bottom?: undefined;
|
|
10054
10054
|
} | {
|
|
10055
|
-
|
|
10055
|
+
bottom: string;
|
|
10056
|
+
left: string;
|
|
10056
10057
|
transform: string;
|
|
10057
10058
|
top?: undefined;
|
|
10058
|
-
|
|
10059
|
-
left?: undefined;
|
|
10059
|
+
right?: undefined;
|
|
10060
10060
|
} | {
|
|
10061
10061
|
top?: undefined;
|
|
10062
|
+
right?: undefined;
|
|
10062
10063
|
transform?: undefined;
|
|
10063
10064
|
bottom?: undefined;
|
|
10064
10065
|
left?: undefined;
|
|
10065
|
-
right?: undefined;
|
|
10066
10066
|
}>;
|
|
10067
10067
|
onVisibleChange: (val: boolean) => void;
|
|
10068
10068
|
}, {}, {}, {}, {
|
|
10069
|
-
color: "
|
|
10069
|
+
color: "light" | "red";
|
|
10070
10070
|
offset: number[];
|
|
10071
10071
|
visible: boolean;
|
|
10072
10072
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -10129,8 +10129,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10129
10129
|
default: boolean;
|
|
10130
10130
|
};
|
|
10131
10131
|
color: {
|
|
10132
|
-
type: import("vue").PropType<"
|
|
10133
|
-
default: "
|
|
10132
|
+
type: import("vue").PropType<"light" | "red">;
|
|
10133
|
+
default: "light" | "red";
|
|
10134
10134
|
validator: (val: string) => boolean;
|
|
10135
10135
|
};
|
|
10136
10136
|
}>> & Readonly<{
|
|
@@ -10142,41 +10142,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10142
10142
|
prefixCls: import("vue").ComputedRef<string>;
|
|
10143
10143
|
arrowStyle: import("vue").ComputedRef<{
|
|
10144
10144
|
top: string;
|
|
10145
|
+
right: string;
|
|
10145
10146
|
transform: string;
|
|
10146
10147
|
bottom?: undefined;
|
|
10147
10148
|
left?: undefined;
|
|
10148
|
-
right?: undefined;
|
|
10149
10149
|
} | {
|
|
10150
10150
|
bottom: string;
|
|
10151
|
+
right: string;
|
|
10151
10152
|
transform: string;
|
|
10152
10153
|
top?: undefined;
|
|
10153
10154
|
left?: undefined;
|
|
10154
|
-
right?: undefined;
|
|
10155
10155
|
} | {
|
|
10156
|
+
top: string;
|
|
10156
10157
|
left: string;
|
|
10157
10158
|
transform: string;
|
|
10158
|
-
top?: undefined;
|
|
10159
|
-
bottom?: undefined;
|
|
10160
10159
|
right?: undefined;
|
|
10160
|
+
bottom?: undefined;
|
|
10161
10161
|
} | {
|
|
10162
|
-
|
|
10162
|
+
bottom: string;
|
|
10163
|
+
left: string;
|
|
10163
10164
|
transform: string;
|
|
10164
10165
|
top?: undefined;
|
|
10165
|
-
|
|
10166
|
-
left?: undefined;
|
|
10166
|
+
right?: undefined;
|
|
10167
10167
|
} | {
|
|
10168
10168
|
top?: undefined;
|
|
10169
|
+
right?: undefined;
|
|
10169
10170
|
transform?: undefined;
|
|
10170
10171
|
bottom?: undefined;
|
|
10171
10172
|
left?: undefined;
|
|
10172
|
-
right?: undefined;
|
|
10173
10173
|
}>;
|
|
10174
10174
|
onVisibleChange: (val: boolean) => void;
|
|
10175
10175
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10176
10176
|
'visible-change': (v: boolean) => boolean;
|
|
10177
10177
|
'update:visible': (v: boolean) => boolean;
|
|
10178
10178
|
}, string, {
|
|
10179
|
-
color: "
|
|
10179
|
+
color: "light" | "red";
|
|
10180
10180
|
offset: number[];
|
|
10181
10181
|
visible: boolean;
|
|
10182
10182
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -12006,8 +12006,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12006
12006
|
default: boolean;
|
|
12007
12007
|
};
|
|
12008
12008
|
color: {
|
|
12009
|
-
type: import("vue").PropType<"
|
|
12010
|
-
default: "
|
|
12009
|
+
type: import("vue").PropType<"light" | "red">;
|
|
12010
|
+
default: "light" | "red";
|
|
12011
12011
|
validator: (val: string) => boolean;
|
|
12012
12012
|
};
|
|
12013
12013
|
}>> & Readonly<{
|
|
@@ -12019,41 +12019,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12019
12019
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12020
12020
|
arrowStyle: import("vue").ComputedRef<{
|
|
12021
12021
|
top: string;
|
|
12022
|
+
right: string;
|
|
12022
12023
|
transform: string;
|
|
12023
12024
|
bottom?: undefined;
|
|
12024
12025
|
left?: undefined;
|
|
12025
|
-
right?: undefined;
|
|
12026
12026
|
} | {
|
|
12027
12027
|
bottom: string;
|
|
12028
|
+
right: string;
|
|
12028
12029
|
transform: string;
|
|
12029
12030
|
top?: undefined;
|
|
12030
12031
|
left?: undefined;
|
|
12031
|
-
right?: undefined;
|
|
12032
12032
|
} | {
|
|
12033
|
+
top: string;
|
|
12033
12034
|
left: string;
|
|
12034
12035
|
transform: string;
|
|
12035
|
-
top?: undefined;
|
|
12036
|
-
bottom?: undefined;
|
|
12037
12036
|
right?: undefined;
|
|
12037
|
+
bottom?: undefined;
|
|
12038
12038
|
} | {
|
|
12039
|
-
|
|
12039
|
+
bottom: string;
|
|
12040
|
+
left: string;
|
|
12040
12041
|
transform: string;
|
|
12041
12042
|
top?: undefined;
|
|
12042
|
-
|
|
12043
|
-
left?: undefined;
|
|
12043
|
+
right?: undefined;
|
|
12044
12044
|
} | {
|
|
12045
12045
|
top?: undefined;
|
|
12046
|
+
right?: undefined;
|
|
12046
12047
|
transform?: undefined;
|
|
12047
12048
|
bottom?: undefined;
|
|
12048
12049
|
left?: undefined;
|
|
12049
|
-
right?: undefined;
|
|
12050
12050
|
}>;
|
|
12051
12051
|
onVisibleChange: (val: boolean) => void;
|
|
12052
12052
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12053
12053
|
'visible-change': (v: boolean) => boolean;
|
|
12054
12054
|
'update:visible': (v: boolean) => boolean;
|
|
12055
12055
|
}, import("vue").PublicProps, {
|
|
12056
|
-
color: "
|
|
12056
|
+
color: "light" | "red";
|
|
12057
12057
|
offset: number[];
|
|
12058
12058
|
visible: boolean;
|
|
12059
12059
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -12307,8 +12307,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12307
12307
|
default: boolean;
|
|
12308
12308
|
};
|
|
12309
12309
|
color: {
|
|
12310
|
-
type: import("vue").PropType<"
|
|
12311
|
-
default: "
|
|
12310
|
+
type: import("vue").PropType<"light" | "red">;
|
|
12311
|
+
default: "light" | "red";
|
|
12312
12312
|
validator: (val: string) => boolean;
|
|
12313
12313
|
};
|
|
12314
12314
|
}>> & Readonly<{
|
|
@@ -12320,38 +12320,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12320
12320
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12321
12321
|
arrowStyle: import("vue").ComputedRef<{
|
|
12322
12322
|
top: string;
|
|
12323
|
+
right: string;
|
|
12323
12324
|
transform: string;
|
|
12324
12325
|
bottom?: undefined;
|
|
12325
12326
|
left?: undefined;
|
|
12326
|
-
right?: undefined;
|
|
12327
12327
|
} | {
|
|
12328
12328
|
bottom: string;
|
|
12329
|
+
right: string;
|
|
12329
12330
|
transform: string;
|
|
12330
12331
|
top?: undefined;
|
|
12331
12332
|
left?: undefined;
|
|
12332
|
-
right?: undefined;
|
|
12333
12333
|
} | {
|
|
12334
|
+
top: string;
|
|
12334
12335
|
left: string;
|
|
12335
12336
|
transform: string;
|
|
12336
|
-
top?: undefined;
|
|
12337
|
-
bottom?: undefined;
|
|
12338
12337
|
right?: undefined;
|
|
12338
|
+
bottom?: undefined;
|
|
12339
12339
|
} | {
|
|
12340
|
-
|
|
12340
|
+
bottom: string;
|
|
12341
|
+
left: string;
|
|
12341
12342
|
transform: string;
|
|
12342
12343
|
top?: undefined;
|
|
12343
|
-
|
|
12344
|
-
left?: undefined;
|
|
12344
|
+
right?: undefined;
|
|
12345
12345
|
} | {
|
|
12346
12346
|
top?: undefined;
|
|
12347
|
+
right?: undefined;
|
|
12347
12348
|
transform?: undefined;
|
|
12348
12349
|
bottom?: undefined;
|
|
12349
12350
|
left?: undefined;
|
|
12350
|
-
right?: undefined;
|
|
12351
12351
|
}>;
|
|
12352
12352
|
onVisibleChange: (val: boolean) => void;
|
|
12353
12353
|
}, {}, {}, {}, {
|
|
12354
|
-
color: "
|
|
12354
|
+
color: "light" | "red";
|
|
12355
12355
|
offset: number[];
|
|
12356
12356
|
visible: boolean;
|
|
12357
12357
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -12414,8 +12414,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12414
12414
|
default: boolean;
|
|
12415
12415
|
};
|
|
12416
12416
|
color: {
|
|
12417
|
-
type: import("vue").PropType<"
|
|
12418
|
-
default: "
|
|
12417
|
+
type: import("vue").PropType<"light" | "red">;
|
|
12418
|
+
default: "light" | "red";
|
|
12419
12419
|
validator: (val: string) => boolean;
|
|
12420
12420
|
};
|
|
12421
12421
|
}>> & Readonly<{
|
|
@@ -12427,41 +12427,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12427
12427
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12428
12428
|
arrowStyle: import("vue").ComputedRef<{
|
|
12429
12429
|
top: string;
|
|
12430
|
+
right: string;
|
|
12430
12431
|
transform: string;
|
|
12431
12432
|
bottom?: undefined;
|
|
12432
12433
|
left?: undefined;
|
|
12433
|
-
right?: undefined;
|
|
12434
12434
|
} | {
|
|
12435
12435
|
bottom: string;
|
|
12436
|
+
right: string;
|
|
12436
12437
|
transform: string;
|
|
12437
12438
|
top?: undefined;
|
|
12438
12439
|
left?: undefined;
|
|
12439
|
-
right?: undefined;
|
|
12440
12440
|
} | {
|
|
12441
|
+
top: string;
|
|
12441
12442
|
left: string;
|
|
12442
12443
|
transform: string;
|
|
12443
|
-
top?: undefined;
|
|
12444
|
-
bottom?: undefined;
|
|
12445
12444
|
right?: undefined;
|
|
12445
|
+
bottom?: undefined;
|
|
12446
12446
|
} | {
|
|
12447
|
-
|
|
12447
|
+
bottom: string;
|
|
12448
|
+
left: string;
|
|
12448
12449
|
transform: string;
|
|
12449
12450
|
top?: undefined;
|
|
12450
|
-
|
|
12451
|
-
left?: undefined;
|
|
12451
|
+
right?: undefined;
|
|
12452
12452
|
} | {
|
|
12453
12453
|
top?: undefined;
|
|
12454
|
+
right?: undefined;
|
|
12454
12455
|
transform?: undefined;
|
|
12455
12456
|
bottom?: undefined;
|
|
12456
12457
|
left?: undefined;
|
|
12457
|
-
right?: undefined;
|
|
12458
12458
|
}>;
|
|
12459
12459
|
onVisibleChange: (val: boolean) => void;
|
|
12460
12460
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12461
12461
|
'visible-change': (v: boolean) => boolean;
|
|
12462
12462
|
'update:visible': (v: boolean) => boolean;
|
|
12463
12463
|
}, string, {
|
|
12464
|
-
color: "
|
|
12464
|
+
color: "light" | "red";
|
|
12465
12465
|
offset: number[];
|
|
12466
12466
|
visible: boolean;
|
|
12467
12467
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -13287,8 +13287,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13287
13287
|
default: boolean;
|
|
13288
13288
|
};
|
|
13289
13289
|
color: {
|
|
13290
|
-
type: import("vue").PropType<"
|
|
13291
|
-
default: "
|
|
13290
|
+
type: import("vue").PropType<"light" | "red">;
|
|
13291
|
+
default: "light" | "red";
|
|
13292
13292
|
validator: (val: string) => boolean;
|
|
13293
13293
|
};
|
|
13294
13294
|
}>> & Readonly<{
|
|
@@ -13300,41 +13300,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13300
13300
|
prefixCls: import("vue").ComputedRef<string>;
|
|
13301
13301
|
arrowStyle: import("vue").ComputedRef<{
|
|
13302
13302
|
top: string;
|
|
13303
|
+
right: string;
|
|
13303
13304
|
transform: string;
|
|
13304
13305
|
bottom?: undefined;
|
|
13305
13306
|
left?: undefined;
|
|
13306
|
-
right?: undefined;
|
|
13307
13307
|
} | {
|
|
13308
13308
|
bottom: string;
|
|
13309
|
+
right: string;
|
|
13309
13310
|
transform: string;
|
|
13310
13311
|
top?: undefined;
|
|
13311
13312
|
left?: undefined;
|
|
13312
|
-
right?: undefined;
|
|
13313
13313
|
} | {
|
|
13314
|
+
top: string;
|
|
13314
13315
|
left: string;
|
|
13315
13316
|
transform: string;
|
|
13316
|
-
top?: undefined;
|
|
13317
|
-
bottom?: undefined;
|
|
13318
13317
|
right?: undefined;
|
|
13318
|
+
bottom?: undefined;
|
|
13319
13319
|
} | {
|
|
13320
|
-
|
|
13320
|
+
bottom: string;
|
|
13321
|
+
left: string;
|
|
13321
13322
|
transform: string;
|
|
13322
13323
|
top?: undefined;
|
|
13323
|
-
|
|
13324
|
-
left?: undefined;
|
|
13324
|
+
right?: undefined;
|
|
13325
13325
|
} | {
|
|
13326
13326
|
top?: undefined;
|
|
13327
|
+
right?: undefined;
|
|
13327
13328
|
transform?: undefined;
|
|
13328
13329
|
bottom?: undefined;
|
|
13329
13330
|
left?: undefined;
|
|
13330
|
-
right?: undefined;
|
|
13331
13331
|
}>;
|
|
13332
13332
|
onVisibleChange: (val: boolean) => void;
|
|
13333
13333
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13334
13334
|
'visible-change': (v: boolean) => boolean;
|
|
13335
13335
|
'update:visible': (v: boolean) => boolean;
|
|
13336
13336
|
}, import("vue").PublicProps, {
|
|
13337
|
-
color: "
|
|
13337
|
+
color: "light" | "red";
|
|
13338
13338
|
offset: number[];
|
|
13339
13339
|
visible: boolean;
|
|
13340
13340
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -13588,8 +13588,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13588
13588
|
default: boolean;
|
|
13589
13589
|
};
|
|
13590
13590
|
color: {
|
|
13591
|
-
type: import("vue").PropType<"
|
|
13592
|
-
default: "
|
|
13591
|
+
type: import("vue").PropType<"light" | "red">;
|
|
13592
|
+
default: "light" | "red";
|
|
13593
13593
|
validator: (val: string) => boolean;
|
|
13594
13594
|
};
|
|
13595
13595
|
}>> & Readonly<{
|
|
@@ -13601,38 +13601,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13601
13601
|
prefixCls: import("vue").ComputedRef<string>;
|
|
13602
13602
|
arrowStyle: import("vue").ComputedRef<{
|
|
13603
13603
|
top: string;
|
|
13604
|
+
right: string;
|
|
13604
13605
|
transform: string;
|
|
13605
13606
|
bottom?: undefined;
|
|
13606
13607
|
left?: undefined;
|
|
13607
|
-
right?: undefined;
|
|
13608
13608
|
} | {
|
|
13609
13609
|
bottom: string;
|
|
13610
|
+
right: string;
|
|
13610
13611
|
transform: string;
|
|
13611
13612
|
top?: undefined;
|
|
13612
13613
|
left?: undefined;
|
|
13613
|
-
right?: undefined;
|
|
13614
13614
|
} | {
|
|
13615
|
+
top: string;
|
|
13615
13616
|
left: string;
|
|
13616
13617
|
transform: string;
|
|
13617
|
-
top?: undefined;
|
|
13618
|
-
bottom?: undefined;
|
|
13619
13618
|
right?: undefined;
|
|
13619
|
+
bottom?: undefined;
|
|
13620
13620
|
} | {
|
|
13621
|
-
|
|
13621
|
+
bottom: string;
|
|
13622
|
+
left: string;
|
|
13622
13623
|
transform: string;
|
|
13623
13624
|
top?: undefined;
|
|
13624
|
-
|
|
13625
|
-
left?: undefined;
|
|
13625
|
+
right?: undefined;
|
|
13626
13626
|
} | {
|
|
13627
13627
|
top?: undefined;
|
|
13628
|
+
right?: undefined;
|
|
13628
13629
|
transform?: undefined;
|
|
13629
13630
|
bottom?: undefined;
|
|
13630
13631
|
left?: undefined;
|
|
13631
|
-
right?: undefined;
|
|
13632
13632
|
}>;
|
|
13633
13633
|
onVisibleChange: (val: boolean) => void;
|
|
13634
13634
|
}, {}, {}, {}, {
|
|
13635
|
-
color: "
|
|
13635
|
+
color: "light" | "red";
|
|
13636
13636
|
offset: number[];
|
|
13637
13637
|
visible: boolean;
|
|
13638
13638
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -13695,8 +13695,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13695
13695
|
default: boolean;
|
|
13696
13696
|
};
|
|
13697
13697
|
color: {
|
|
13698
|
-
type: import("vue").PropType<"
|
|
13699
|
-
default: "
|
|
13698
|
+
type: import("vue").PropType<"light" | "red">;
|
|
13699
|
+
default: "light" | "red";
|
|
13700
13700
|
validator: (val: string) => boolean;
|
|
13701
13701
|
};
|
|
13702
13702
|
}>> & Readonly<{
|
|
@@ -13708,41 +13708,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13708
13708
|
prefixCls: import("vue").ComputedRef<string>;
|
|
13709
13709
|
arrowStyle: import("vue").ComputedRef<{
|
|
13710
13710
|
top: string;
|
|
13711
|
+
right: string;
|
|
13711
13712
|
transform: string;
|
|
13712
13713
|
bottom?: undefined;
|
|
13713
13714
|
left?: undefined;
|
|
13714
|
-
right?: undefined;
|
|
13715
13715
|
} | {
|
|
13716
13716
|
bottom: string;
|
|
13717
|
+
right: string;
|
|
13717
13718
|
transform: string;
|
|
13718
13719
|
top?: undefined;
|
|
13719
13720
|
left?: undefined;
|
|
13720
|
-
right?: undefined;
|
|
13721
13721
|
} | {
|
|
13722
|
+
top: string;
|
|
13722
13723
|
left: string;
|
|
13723
13724
|
transform: string;
|
|
13724
|
-
top?: undefined;
|
|
13725
|
-
bottom?: undefined;
|
|
13726
13725
|
right?: undefined;
|
|
13726
|
+
bottom?: undefined;
|
|
13727
13727
|
} | {
|
|
13728
|
-
|
|
13728
|
+
bottom: string;
|
|
13729
|
+
left: string;
|
|
13729
13730
|
transform: string;
|
|
13730
13731
|
top?: undefined;
|
|
13731
|
-
|
|
13732
|
-
left?: undefined;
|
|
13732
|
+
right?: undefined;
|
|
13733
13733
|
} | {
|
|
13734
13734
|
top?: undefined;
|
|
13735
|
+
right?: undefined;
|
|
13735
13736
|
transform?: undefined;
|
|
13736
13737
|
bottom?: undefined;
|
|
13737
13738
|
left?: undefined;
|
|
13738
|
-
right?: undefined;
|
|
13739
13739
|
}>;
|
|
13740
13740
|
onVisibleChange: (val: boolean) => void;
|
|
13741
13741
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13742
13742
|
'visible-change': (v: boolean) => boolean;
|
|
13743
13743
|
'update:visible': (v: boolean) => boolean;
|
|
13744
13744
|
}, string, {
|
|
13745
|
-
color: "
|
|
13745
|
+
color: "light" | "red";
|
|
13746
13746
|
offset: number[];
|
|
13747
13747
|
visible: boolean;
|
|
13748
13748
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|