@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
|
@@ -1274,8 +1274,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1274
1274
|
default: boolean;
|
|
1275
1275
|
};
|
|
1276
1276
|
color: {
|
|
1277
|
-
type: PropType<"
|
|
1278
|
-
default: "
|
|
1277
|
+
type: PropType<"light" | "red">;
|
|
1278
|
+
default: "light" | "red";
|
|
1279
1279
|
validator: (val: string) => boolean;
|
|
1280
1280
|
};
|
|
1281
1281
|
}>> & Readonly<{
|
|
@@ -1287,41 +1287,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1287
1287
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1288
1288
|
arrowStyle: import("vue").ComputedRef<{
|
|
1289
1289
|
top: string;
|
|
1290
|
+
right: string;
|
|
1290
1291
|
transform: string;
|
|
1291
1292
|
bottom?: undefined;
|
|
1292
1293
|
left?: undefined;
|
|
1293
|
-
right?: undefined;
|
|
1294
1294
|
} | {
|
|
1295
1295
|
bottom: string;
|
|
1296
|
+
right: string;
|
|
1296
1297
|
transform: string;
|
|
1297
1298
|
top?: undefined;
|
|
1298
1299
|
left?: undefined;
|
|
1299
|
-
right?: undefined;
|
|
1300
1300
|
} | {
|
|
1301
|
+
top: string;
|
|
1301
1302
|
left: string;
|
|
1302
1303
|
transform: string;
|
|
1303
|
-
top?: undefined;
|
|
1304
|
-
bottom?: undefined;
|
|
1305
1304
|
right?: undefined;
|
|
1305
|
+
bottom?: undefined;
|
|
1306
1306
|
} | {
|
|
1307
|
-
|
|
1307
|
+
bottom: string;
|
|
1308
|
+
left: string;
|
|
1308
1309
|
transform: string;
|
|
1309
1310
|
top?: undefined;
|
|
1310
|
-
|
|
1311
|
-
left?: undefined;
|
|
1311
|
+
right?: undefined;
|
|
1312
1312
|
} | {
|
|
1313
1313
|
top?: undefined;
|
|
1314
|
+
right?: undefined;
|
|
1314
1315
|
transform?: undefined;
|
|
1315
1316
|
bottom?: undefined;
|
|
1316
1317
|
left?: undefined;
|
|
1317
|
-
right?: undefined;
|
|
1318
1318
|
}>;
|
|
1319
1319
|
onVisibleChange: (val: boolean) => void;
|
|
1320
1320
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1321
1321
|
'visible-change': (v: boolean) => boolean;
|
|
1322
1322
|
'update:visible': (v: boolean) => boolean;
|
|
1323
1323
|
}, import("vue").PublicProps, {
|
|
1324
|
-
color: "
|
|
1324
|
+
color: "light" | "red";
|
|
1325
1325
|
offset: number[];
|
|
1326
1326
|
visible: boolean;
|
|
1327
1327
|
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";
|
|
@@ -1575,8 +1575,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1575
1575
|
default: boolean;
|
|
1576
1576
|
};
|
|
1577
1577
|
color: {
|
|
1578
|
-
type: PropType<"
|
|
1579
|
-
default: "
|
|
1578
|
+
type: PropType<"light" | "red">;
|
|
1579
|
+
default: "light" | "red";
|
|
1580
1580
|
validator: (val: string) => boolean;
|
|
1581
1581
|
};
|
|
1582
1582
|
}>> & Readonly<{
|
|
@@ -1588,38 +1588,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1588
1588
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1589
1589
|
arrowStyle: import("vue").ComputedRef<{
|
|
1590
1590
|
top: string;
|
|
1591
|
+
right: string;
|
|
1591
1592
|
transform: string;
|
|
1592
1593
|
bottom?: undefined;
|
|
1593
1594
|
left?: undefined;
|
|
1594
|
-
right?: undefined;
|
|
1595
1595
|
} | {
|
|
1596
1596
|
bottom: string;
|
|
1597
|
+
right: string;
|
|
1597
1598
|
transform: string;
|
|
1598
1599
|
top?: undefined;
|
|
1599
1600
|
left?: undefined;
|
|
1600
|
-
right?: undefined;
|
|
1601
1601
|
} | {
|
|
1602
|
+
top: string;
|
|
1602
1603
|
left: string;
|
|
1603
1604
|
transform: string;
|
|
1604
|
-
top?: undefined;
|
|
1605
|
-
bottom?: undefined;
|
|
1606
1605
|
right?: undefined;
|
|
1606
|
+
bottom?: undefined;
|
|
1607
1607
|
} | {
|
|
1608
|
-
|
|
1608
|
+
bottom: string;
|
|
1609
|
+
left: string;
|
|
1609
1610
|
transform: string;
|
|
1610
1611
|
top?: undefined;
|
|
1611
|
-
|
|
1612
|
-
left?: undefined;
|
|
1612
|
+
right?: undefined;
|
|
1613
1613
|
} | {
|
|
1614
1614
|
top?: undefined;
|
|
1615
|
+
right?: undefined;
|
|
1615
1616
|
transform?: undefined;
|
|
1616
1617
|
bottom?: undefined;
|
|
1617
1618
|
left?: undefined;
|
|
1618
|
-
right?: undefined;
|
|
1619
1619
|
}>;
|
|
1620
1620
|
onVisibleChange: (val: boolean) => void;
|
|
1621
1621
|
}, {}, {}, {}, {
|
|
1622
|
-
color: "
|
|
1622
|
+
color: "light" | "red";
|
|
1623
1623
|
offset: number[];
|
|
1624
1624
|
visible: boolean;
|
|
1625
1625
|
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";
|
|
@@ -1682,8 +1682,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1682
1682
|
default: boolean;
|
|
1683
1683
|
};
|
|
1684
1684
|
color: {
|
|
1685
|
-
type: PropType<"
|
|
1686
|
-
default: "
|
|
1685
|
+
type: PropType<"light" | "red">;
|
|
1686
|
+
default: "light" | "red";
|
|
1687
1687
|
validator: (val: string) => boolean;
|
|
1688
1688
|
};
|
|
1689
1689
|
}>> & Readonly<{
|
|
@@ -1695,41 +1695,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1695
1695
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1696
1696
|
arrowStyle: import("vue").ComputedRef<{
|
|
1697
1697
|
top: string;
|
|
1698
|
+
right: string;
|
|
1698
1699
|
transform: string;
|
|
1699
1700
|
bottom?: undefined;
|
|
1700
1701
|
left?: undefined;
|
|
1701
|
-
right?: undefined;
|
|
1702
1702
|
} | {
|
|
1703
1703
|
bottom: string;
|
|
1704
|
+
right: string;
|
|
1704
1705
|
transform: string;
|
|
1705
1706
|
top?: undefined;
|
|
1706
1707
|
left?: undefined;
|
|
1707
|
-
right?: undefined;
|
|
1708
1708
|
} | {
|
|
1709
|
+
top: string;
|
|
1709
1710
|
left: string;
|
|
1710
1711
|
transform: string;
|
|
1711
|
-
top?: undefined;
|
|
1712
|
-
bottom?: undefined;
|
|
1713
1712
|
right?: undefined;
|
|
1713
|
+
bottom?: undefined;
|
|
1714
1714
|
} | {
|
|
1715
|
-
|
|
1715
|
+
bottom: string;
|
|
1716
|
+
left: string;
|
|
1716
1717
|
transform: string;
|
|
1717
1718
|
top?: undefined;
|
|
1718
|
-
|
|
1719
|
-
left?: undefined;
|
|
1719
|
+
right?: undefined;
|
|
1720
1720
|
} | {
|
|
1721
1721
|
top?: undefined;
|
|
1722
|
+
right?: undefined;
|
|
1722
1723
|
transform?: undefined;
|
|
1723
1724
|
bottom?: undefined;
|
|
1724
1725
|
left?: undefined;
|
|
1725
|
-
right?: undefined;
|
|
1726
1726
|
}>;
|
|
1727
1727
|
onVisibleChange: (val: boolean) => void;
|
|
1728
1728
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1729
1729
|
'visible-change': (v: boolean) => boolean;
|
|
1730
1730
|
'update:visible': (v: boolean) => boolean;
|
|
1731
1731
|
}, string, {
|
|
1732
|
-
color: "
|
|
1732
|
+
color: "light" | "red";
|
|
1733
1733
|
offset: number[];
|
|
1734
1734
|
visible: boolean;
|
|
1735
1735
|
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";
|
|
@@ -2462,8 +2462,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2462
2462
|
default: boolean;
|
|
2463
2463
|
};
|
|
2464
2464
|
color: {
|
|
2465
|
-
type: PropType<"
|
|
2466
|
-
default: "
|
|
2465
|
+
type: PropType<"light" | "red">;
|
|
2466
|
+
default: "light" | "red";
|
|
2467
2467
|
validator: (val: string) => boolean;
|
|
2468
2468
|
};
|
|
2469
2469
|
}>> & Readonly<{
|
|
@@ -2475,41 +2475,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2475
2475
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2476
2476
|
arrowStyle: import("vue").ComputedRef<{
|
|
2477
2477
|
top: string;
|
|
2478
|
+
right: string;
|
|
2478
2479
|
transform: string;
|
|
2479
2480
|
bottom?: undefined;
|
|
2480
2481
|
left?: undefined;
|
|
2481
|
-
right?: undefined;
|
|
2482
2482
|
} | {
|
|
2483
2483
|
bottom: string;
|
|
2484
|
+
right: string;
|
|
2484
2485
|
transform: string;
|
|
2485
2486
|
top?: undefined;
|
|
2486
2487
|
left?: undefined;
|
|
2487
|
-
right?: undefined;
|
|
2488
2488
|
} | {
|
|
2489
|
+
top: string;
|
|
2489
2490
|
left: string;
|
|
2490
2491
|
transform: string;
|
|
2491
|
-
top?: undefined;
|
|
2492
|
-
bottom?: undefined;
|
|
2493
2492
|
right?: undefined;
|
|
2493
|
+
bottom?: undefined;
|
|
2494
2494
|
} | {
|
|
2495
|
-
|
|
2495
|
+
bottom: string;
|
|
2496
|
+
left: string;
|
|
2496
2497
|
transform: string;
|
|
2497
2498
|
top?: undefined;
|
|
2498
|
-
|
|
2499
|
-
left?: undefined;
|
|
2499
|
+
right?: undefined;
|
|
2500
2500
|
} | {
|
|
2501
2501
|
top?: undefined;
|
|
2502
|
+
right?: undefined;
|
|
2502
2503
|
transform?: undefined;
|
|
2503
2504
|
bottom?: undefined;
|
|
2504
2505
|
left?: undefined;
|
|
2505
|
-
right?: undefined;
|
|
2506
2506
|
}>;
|
|
2507
2507
|
onVisibleChange: (val: boolean) => void;
|
|
2508
2508
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2509
2509
|
'visible-change': (v: boolean) => boolean;
|
|
2510
2510
|
'update:visible': (v: boolean) => boolean;
|
|
2511
2511
|
}, import("vue").PublicProps, {
|
|
2512
|
-
color: "
|
|
2512
|
+
color: "light" | "red";
|
|
2513
2513
|
offset: number[];
|
|
2514
2514
|
visible: boolean;
|
|
2515
2515
|
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";
|
|
@@ -2763,8 +2763,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2763
2763
|
default: boolean;
|
|
2764
2764
|
};
|
|
2765
2765
|
color: {
|
|
2766
|
-
type: PropType<"
|
|
2767
|
-
default: "
|
|
2766
|
+
type: PropType<"light" | "red">;
|
|
2767
|
+
default: "light" | "red";
|
|
2768
2768
|
validator: (val: string) => boolean;
|
|
2769
2769
|
};
|
|
2770
2770
|
}>> & Readonly<{
|
|
@@ -2776,38 +2776,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2776
2776
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2777
2777
|
arrowStyle: import("vue").ComputedRef<{
|
|
2778
2778
|
top: string;
|
|
2779
|
+
right: string;
|
|
2779
2780
|
transform: string;
|
|
2780
2781
|
bottom?: undefined;
|
|
2781
2782
|
left?: undefined;
|
|
2782
|
-
right?: undefined;
|
|
2783
2783
|
} | {
|
|
2784
2784
|
bottom: string;
|
|
2785
|
+
right: string;
|
|
2785
2786
|
transform: string;
|
|
2786
2787
|
top?: undefined;
|
|
2787
2788
|
left?: undefined;
|
|
2788
|
-
right?: undefined;
|
|
2789
2789
|
} | {
|
|
2790
|
+
top: string;
|
|
2790
2791
|
left: string;
|
|
2791
2792
|
transform: string;
|
|
2792
|
-
top?: undefined;
|
|
2793
|
-
bottom?: undefined;
|
|
2794
2793
|
right?: undefined;
|
|
2794
|
+
bottom?: undefined;
|
|
2795
2795
|
} | {
|
|
2796
|
-
|
|
2796
|
+
bottom: string;
|
|
2797
|
+
left: string;
|
|
2797
2798
|
transform: string;
|
|
2798
2799
|
top?: undefined;
|
|
2799
|
-
|
|
2800
|
-
left?: undefined;
|
|
2800
|
+
right?: undefined;
|
|
2801
2801
|
} | {
|
|
2802
2802
|
top?: undefined;
|
|
2803
|
+
right?: undefined;
|
|
2803
2804
|
transform?: undefined;
|
|
2804
2805
|
bottom?: undefined;
|
|
2805
2806
|
left?: undefined;
|
|
2806
|
-
right?: undefined;
|
|
2807
2807
|
}>;
|
|
2808
2808
|
onVisibleChange: (val: boolean) => void;
|
|
2809
2809
|
}, {}, {}, {}, {
|
|
2810
|
-
color: "
|
|
2810
|
+
color: "light" | "red";
|
|
2811
2811
|
offset: number[];
|
|
2812
2812
|
visible: boolean;
|
|
2813
2813
|
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";
|
|
@@ -2870,8 +2870,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2870
2870
|
default: boolean;
|
|
2871
2871
|
};
|
|
2872
2872
|
color: {
|
|
2873
|
-
type: PropType<"
|
|
2874
|
-
default: "
|
|
2873
|
+
type: PropType<"light" | "red">;
|
|
2874
|
+
default: "light" | "red";
|
|
2875
2875
|
validator: (val: string) => boolean;
|
|
2876
2876
|
};
|
|
2877
2877
|
}>> & Readonly<{
|
|
@@ -2883,41 +2883,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2883
2883
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2884
2884
|
arrowStyle: import("vue").ComputedRef<{
|
|
2885
2885
|
top: string;
|
|
2886
|
+
right: string;
|
|
2886
2887
|
transform: string;
|
|
2887
2888
|
bottom?: undefined;
|
|
2888
2889
|
left?: undefined;
|
|
2889
|
-
right?: undefined;
|
|
2890
2890
|
} | {
|
|
2891
2891
|
bottom: string;
|
|
2892
|
+
right: string;
|
|
2892
2893
|
transform: string;
|
|
2893
2894
|
top?: undefined;
|
|
2894
2895
|
left?: undefined;
|
|
2895
|
-
right?: undefined;
|
|
2896
2896
|
} | {
|
|
2897
|
+
top: string;
|
|
2897
2898
|
left: string;
|
|
2898
2899
|
transform: string;
|
|
2899
|
-
top?: undefined;
|
|
2900
|
-
bottom?: undefined;
|
|
2901
2900
|
right?: undefined;
|
|
2901
|
+
bottom?: undefined;
|
|
2902
2902
|
} | {
|
|
2903
|
-
|
|
2903
|
+
bottom: string;
|
|
2904
|
+
left: string;
|
|
2904
2905
|
transform: string;
|
|
2905
2906
|
top?: undefined;
|
|
2906
|
-
|
|
2907
|
-
left?: undefined;
|
|
2907
|
+
right?: undefined;
|
|
2908
2908
|
} | {
|
|
2909
2909
|
top?: undefined;
|
|
2910
|
+
right?: undefined;
|
|
2910
2911
|
transform?: undefined;
|
|
2911
2912
|
bottom?: undefined;
|
|
2912
2913
|
left?: undefined;
|
|
2913
|
-
right?: undefined;
|
|
2914
2914
|
}>;
|
|
2915
2915
|
onVisibleChange: (val: boolean) => void;
|
|
2916
2916
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2917
2917
|
'visible-change': (v: boolean) => boolean;
|
|
2918
2918
|
'update:visible': (v: boolean) => boolean;
|
|
2919
2919
|
}, string, {
|
|
2920
|
-
color: "
|
|
2920
|
+
color: "light" | "red";
|
|
2921
2921
|
offset: number[];
|
|
2922
2922
|
visible: boolean;
|
|
2923
2923
|
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";
|
|
@@ -4747,8 +4747,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4747
4747
|
default: boolean;
|
|
4748
4748
|
};
|
|
4749
4749
|
color: {
|
|
4750
|
-
type: PropType<"
|
|
4751
|
-
default: "
|
|
4750
|
+
type: PropType<"light" | "red">;
|
|
4751
|
+
default: "light" | "red";
|
|
4752
4752
|
validator: (val: string) => boolean;
|
|
4753
4753
|
};
|
|
4754
4754
|
}>> & Readonly<{
|
|
@@ -4760,41 +4760,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4760
4760
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4761
4761
|
arrowStyle: import("vue").ComputedRef<{
|
|
4762
4762
|
top: string;
|
|
4763
|
+
right: string;
|
|
4763
4764
|
transform: string;
|
|
4764
4765
|
bottom?: undefined;
|
|
4765
4766
|
left?: undefined;
|
|
4766
|
-
right?: undefined;
|
|
4767
4767
|
} | {
|
|
4768
4768
|
bottom: string;
|
|
4769
|
+
right: string;
|
|
4769
4770
|
transform: string;
|
|
4770
4771
|
top?: undefined;
|
|
4771
4772
|
left?: undefined;
|
|
4772
|
-
right?: undefined;
|
|
4773
4773
|
} | {
|
|
4774
|
+
top: string;
|
|
4774
4775
|
left: string;
|
|
4775
4776
|
transform: string;
|
|
4776
|
-
top?: undefined;
|
|
4777
|
-
bottom?: undefined;
|
|
4778
4777
|
right?: undefined;
|
|
4778
|
+
bottom?: undefined;
|
|
4779
4779
|
} | {
|
|
4780
|
-
|
|
4780
|
+
bottom: string;
|
|
4781
|
+
left: string;
|
|
4781
4782
|
transform: string;
|
|
4782
4783
|
top?: undefined;
|
|
4783
|
-
|
|
4784
|
-
left?: undefined;
|
|
4784
|
+
right?: undefined;
|
|
4785
4785
|
} | {
|
|
4786
4786
|
top?: undefined;
|
|
4787
|
+
right?: undefined;
|
|
4787
4788
|
transform?: undefined;
|
|
4788
4789
|
bottom?: undefined;
|
|
4789
4790
|
left?: undefined;
|
|
4790
|
-
right?: undefined;
|
|
4791
4791
|
}>;
|
|
4792
4792
|
onVisibleChange: (val: boolean) => void;
|
|
4793
4793
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4794
4794
|
'visible-change': (v: boolean) => boolean;
|
|
4795
4795
|
'update:visible': (v: boolean) => boolean;
|
|
4796
4796
|
}, import("vue").PublicProps, {
|
|
4797
|
-
color: "
|
|
4797
|
+
color: "light" | "red";
|
|
4798
4798
|
offset: number[];
|
|
4799
4799
|
visible: boolean;
|
|
4800
4800
|
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";
|
|
@@ -5048,8 +5048,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5048
5048
|
default: boolean;
|
|
5049
5049
|
};
|
|
5050
5050
|
color: {
|
|
5051
|
-
type: PropType<"
|
|
5052
|
-
default: "
|
|
5051
|
+
type: PropType<"light" | "red">;
|
|
5052
|
+
default: "light" | "red";
|
|
5053
5053
|
validator: (val: string) => boolean;
|
|
5054
5054
|
};
|
|
5055
5055
|
}>> & Readonly<{
|
|
@@ -5061,38 +5061,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5061
5061
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5062
5062
|
arrowStyle: import("vue").ComputedRef<{
|
|
5063
5063
|
top: string;
|
|
5064
|
+
right: string;
|
|
5064
5065
|
transform: string;
|
|
5065
5066
|
bottom?: undefined;
|
|
5066
5067
|
left?: undefined;
|
|
5067
|
-
right?: undefined;
|
|
5068
5068
|
} | {
|
|
5069
5069
|
bottom: string;
|
|
5070
|
+
right: string;
|
|
5070
5071
|
transform: string;
|
|
5071
5072
|
top?: undefined;
|
|
5072
5073
|
left?: undefined;
|
|
5073
|
-
right?: undefined;
|
|
5074
5074
|
} | {
|
|
5075
|
+
top: string;
|
|
5075
5076
|
left: string;
|
|
5076
5077
|
transform: string;
|
|
5077
|
-
top?: undefined;
|
|
5078
|
-
bottom?: undefined;
|
|
5079
5078
|
right?: undefined;
|
|
5079
|
+
bottom?: undefined;
|
|
5080
5080
|
} | {
|
|
5081
|
-
|
|
5081
|
+
bottom: string;
|
|
5082
|
+
left: string;
|
|
5082
5083
|
transform: string;
|
|
5083
5084
|
top?: undefined;
|
|
5084
|
-
|
|
5085
|
-
left?: undefined;
|
|
5085
|
+
right?: undefined;
|
|
5086
5086
|
} | {
|
|
5087
5087
|
top?: undefined;
|
|
5088
|
+
right?: undefined;
|
|
5088
5089
|
transform?: undefined;
|
|
5089
5090
|
bottom?: undefined;
|
|
5090
5091
|
left?: undefined;
|
|
5091
|
-
right?: undefined;
|
|
5092
5092
|
}>;
|
|
5093
5093
|
onVisibleChange: (val: boolean) => void;
|
|
5094
5094
|
}, {}, {}, {}, {
|
|
5095
|
-
color: "
|
|
5095
|
+
color: "light" | "red";
|
|
5096
5096
|
offset: number[];
|
|
5097
5097
|
visible: boolean;
|
|
5098
5098
|
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";
|
|
@@ -5155,8 +5155,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5155
5155
|
default: boolean;
|
|
5156
5156
|
};
|
|
5157
5157
|
color: {
|
|
5158
|
-
type: PropType<"
|
|
5159
|
-
default: "
|
|
5158
|
+
type: PropType<"light" | "red">;
|
|
5159
|
+
default: "light" | "red";
|
|
5160
5160
|
validator: (val: string) => boolean;
|
|
5161
5161
|
};
|
|
5162
5162
|
}>> & Readonly<{
|
|
@@ -5168,41 +5168,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5168
5168
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5169
5169
|
arrowStyle: import("vue").ComputedRef<{
|
|
5170
5170
|
top: string;
|
|
5171
|
+
right: string;
|
|
5171
5172
|
transform: string;
|
|
5172
5173
|
bottom?: undefined;
|
|
5173
5174
|
left?: undefined;
|
|
5174
|
-
right?: undefined;
|
|
5175
5175
|
} | {
|
|
5176
5176
|
bottom: string;
|
|
5177
|
+
right: string;
|
|
5177
5178
|
transform: string;
|
|
5178
5179
|
top?: undefined;
|
|
5179
5180
|
left?: undefined;
|
|
5180
|
-
right?: undefined;
|
|
5181
5181
|
} | {
|
|
5182
|
+
top: string;
|
|
5182
5183
|
left: string;
|
|
5183
5184
|
transform: string;
|
|
5184
|
-
top?: undefined;
|
|
5185
|
-
bottom?: undefined;
|
|
5186
5185
|
right?: undefined;
|
|
5186
|
+
bottom?: undefined;
|
|
5187
5187
|
} | {
|
|
5188
|
-
|
|
5188
|
+
bottom: string;
|
|
5189
|
+
left: string;
|
|
5189
5190
|
transform: string;
|
|
5190
5191
|
top?: undefined;
|
|
5191
|
-
|
|
5192
|
-
left?: undefined;
|
|
5192
|
+
right?: undefined;
|
|
5193
5193
|
} | {
|
|
5194
5194
|
top?: undefined;
|
|
5195
|
+
right?: undefined;
|
|
5195
5196
|
transform?: undefined;
|
|
5196
5197
|
bottom?: undefined;
|
|
5197
5198
|
left?: undefined;
|
|
5198
|
-
right?: undefined;
|
|
5199
5199
|
}>;
|
|
5200
5200
|
onVisibleChange: (val: boolean) => void;
|
|
5201
5201
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5202
5202
|
'visible-change': (v: boolean) => boolean;
|
|
5203
5203
|
'update:visible': (v: boolean) => boolean;
|
|
5204
5204
|
}, string, {
|
|
5205
|
-
color: "
|
|
5205
|
+
color: "light" | "red";
|
|
5206
5206
|
offset: number[];
|
|
5207
5207
|
visible: boolean;
|
|
5208
5208
|
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";
|
|
@@ -6028,8 +6028,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6028
6028
|
default: boolean;
|
|
6029
6029
|
};
|
|
6030
6030
|
color: {
|
|
6031
|
-
type: PropType<"
|
|
6032
|
-
default: "
|
|
6031
|
+
type: PropType<"light" | "red">;
|
|
6032
|
+
default: "light" | "red";
|
|
6033
6033
|
validator: (val: string) => boolean;
|
|
6034
6034
|
};
|
|
6035
6035
|
}>> & Readonly<{
|
|
@@ -6041,41 +6041,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6041
6041
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6042
6042
|
arrowStyle: import("vue").ComputedRef<{
|
|
6043
6043
|
top: string;
|
|
6044
|
+
right: string;
|
|
6044
6045
|
transform: string;
|
|
6045
6046
|
bottom?: undefined;
|
|
6046
6047
|
left?: undefined;
|
|
6047
|
-
right?: undefined;
|
|
6048
6048
|
} | {
|
|
6049
6049
|
bottom: string;
|
|
6050
|
+
right: string;
|
|
6050
6051
|
transform: string;
|
|
6051
6052
|
top?: undefined;
|
|
6052
6053
|
left?: undefined;
|
|
6053
|
-
right?: undefined;
|
|
6054
6054
|
} | {
|
|
6055
|
+
top: string;
|
|
6055
6056
|
left: string;
|
|
6056
6057
|
transform: string;
|
|
6057
|
-
top?: undefined;
|
|
6058
|
-
bottom?: undefined;
|
|
6059
6058
|
right?: undefined;
|
|
6059
|
+
bottom?: undefined;
|
|
6060
6060
|
} | {
|
|
6061
|
-
|
|
6061
|
+
bottom: string;
|
|
6062
|
+
left: string;
|
|
6062
6063
|
transform: string;
|
|
6063
6064
|
top?: undefined;
|
|
6064
|
-
|
|
6065
|
-
left?: undefined;
|
|
6065
|
+
right?: undefined;
|
|
6066
6066
|
} | {
|
|
6067
6067
|
top?: undefined;
|
|
6068
|
+
right?: undefined;
|
|
6068
6069
|
transform?: undefined;
|
|
6069
6070
|
bottom?: undefined;
|
|
6070
6071
|
left?: undefined;
|
|
6071
|
-
right?: undefined;
|
|
6072
6072
|
}>;
|
|
6073
6073
|
onVisibleChange: (val: boolean) => void;
|
|
6074
6074
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6075
6075
|
'visible-change': (v: boolean) => boolean;
|
|
6076
6076
|
'update:visible': (v: boolean) => boolean;
|
|
6077
6077
|
}, import("vue").PublicProps, {
|
|
6078
|
-
color: "
|
|
6078
|
+
color: "light" | "red";
|
|
6079
6079
|
offset: number[];
|
|
6080
6080
|
visible: boolean;
|
|
6081
6081
|
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";
|
|
@@ -6329,8 +6329,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6329
6329
|
default: boolean;
|
|
6330
6330
|
};
|
|
6331
6331
|
color: {
|
|
6332
|
-
type: PropType<"
|
|
6333
|
-
default: "
|
|
6332
|
+
type: PropType<"light" | "red">;
|
|
6333
|
+
default: "light" | "red";
|
|
6334
6334
|
validator: (val: string) => boolean;
|
|
6335
6335
|
};
|
|
6336
6336
|
}>> & Readonly<{
|
|
@@ -6342,38 +6342,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6342
6342
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6343
6343
|
arrowStyle: import("vue").ComputedRef<{
|
|
6344
6344
|
top: string;
|
|
6345
|
+
right: string;
|
|
6345
6346
|
transform: string;
|
|
6346
6347
|
bottom?: undefined;
|
|
6347
6348
|
left?: undefined;
|
|
6348
|
-
right?: undefined;
|
|
6349
6349
|
} | {
|
|
6350
6350
|
bottom: string;
|
|
6351
|
+
right: string;
|
|
6351
6352
|
transform: string;
|
|
6352
6353
|
top?: undefined;
|
|
6353
6354
|
left?: undefined;
|
|
6354
|
-
right?: undefined;
|
|
6355
6355
|
} | {
|
|
6356
|
+
top: string;
|
|
6356
6357
|
left: string;
|
|
6357
6358
|
transform: string;
|
|
6358
|
-
top?: undefined;
|
|
6359
|
-
bottom?: undefined;
|
|
6360
6359
|
right?: undefined;
|
|
6360
|
+
bottom?: undefined;
|
|
6361
6361
|
} | {
|
|
6362
|
-
|
|
6362
|
+
bottom: string;
|
|
6363
|
+
left: string;
|
|
6363
6364
|
transform: string;
|
|
6364
6365
|
top?: undefined;
|
|
6365
|
-
|
|
6366
|
-
left?: undefined;
|
|
6366
|
+
right?: undefined;
|
|
6367
6367
|
} | {
|
|
6368
6368
|
top?: undefined;
|
|
6369
|
+
right?: undefined;
|
|
6369
6370
|
transform?: undefined;
|
|
6370
6371
|
bottom?: undefined;
|
|
6371
6372
|
left?: undefined;
|
|
6372
|
-
right?: undefined;
|
|
6373
6373
|
}>;
|
|
6374
6374
|
onVisibleChange: (val: boolean) => void;
|
|
6375
6375
|
}, {}, {}, {}, {
|
|
6376
|
-
color: "
|
|
6376
|
+
color: "light" | "red";
|
|
6377
6377
|
offset: number[];
|
|
6378
6378
|
visible: boolean;
|
|
6379
6379
|
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";
|
|
@@ -6436,8 +6436,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6436
6436
|
default: boolean;
|
|
6437
6437
|
};
|
|
6438
6438
|
color: {
|
|
6439
|
-
type: PropType<"
|
|
6440
|
-
default: "
|
|
6439
|
+
type: PropType<"light" | "red">;
|
|
6440
|
+
default: "light" | "red";
|
|
6441
6441
|
validator: (val: string) => boolean;
|
|
6442
6442
|
};
|
|
6443
6443
|
}>> & Readonly<{
|
|
@@ -6449,41 +6449,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6449
6449
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6450
6450
|
arrowStyle: import("vue").ComputedRef<{
|
|
6451
6451
|
top: string;
|
|
6452
|
+
right: string;
|
|
6452
6453
|
transform: string;
|
|
6453
6454
|
bottom?: undefined;
|
|
6454
6455
|
left?: undefined;
|
|
6455
|
-
right?: undefined;
|
|
6456
6456
|
} | {
|
|
6457
6457
|
bottom: string;
|
|
6458
|
+
right: string;
|
|
6458
6459
|
transform: string;
|
|
6459
6460
|
top?: undefined;
|
|
6460
6461
|
left?: undefined;
|
|
6461
|
-
right?: undefined;
|
|
6462
6462
|
} | {
|
|
6463
|
+
top: string;
|
|
6463
6464
|
left: string;
|
|
6464
6465
|
transform: string;
|
|
6465
|
-
top?: undefined;
|
|
6466
|
-
bottom?: undefined;
|
|
6467
6466
|
right?: undefined;
|
|
6467
|
+
bottom?: undefined;
|
|
6468
6468
|
} | {
|
|
6469
|
-
|
|
6469
|
+
bottom: string;
|
|
6470
|
+
left: string;
|
|
6470
6471
|
transform: string;
|
|
6471
6472
|
top?: undefined;
|
|
6472
|
-
|
|
6473
|
-
left?: undefined;
|
|
6473
|
+
right?: undefined;
|
|
6474
6474
|
} | {
|
|
6475
6475
|
top?: undefined;
|
|
6476
|
+
right?: undefined;
|
|
6476
6477
|
transform?: undefined;
|
|
6477
6478
|
bottom?: undefined;
|
|
6478
6479
|
left?: undefined;
|
|
6479
|
-
right?: undefined;
|
|
6480
6480
|
}>;
|
|
6481
6481
|
onVisibleChange: (val: boolean) => void;
|
|
6482
6482
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6483
6483
|
'visible-change': (v: boolean) => boolean;
|
|
6484
6484
|
'update:visible': (v: boolean) => boolean;
|
|
6485
6485
|
}, string, {
|
|
6486
|
-
color: "
|
|
6486
|
+
color: "light" | "red";
|
|
6487
6487
|
offset: number[];
|
|
6488
6488
|
visible: boolean;
|
|
6489
6489
|
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";
|
|
@@ -8196,8 +8196,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8196
8196
|
default: boolean;
|
|
8197
8197
|
};
|
|
8198
8198
|
color: {
|
|
8199
|
-
type: PropType<"
|
|
8200
|
-
default: "
|
|
8199
|
+
type: PropType<"light" | "red">;
|
|
8200
|
+
default: "light" | "red";
|
|
8201
8201
|
validator: (val: string) => boolean;
|
|
8202
8202
|
};
|
|
8203
8203
|
}>> & Readonly<{
|
|
@@ -8209,41 +8209,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8209
8209
|
prefixCls: import("vue").ComputedRef<string>;
|
|
8210
8210
|
arrowStyle: import("vue").ComputedRef<{
|
|
8211
8211
|
top: string;
|
|
8212
|
+
right: string;
|
|
8212
8213
|
transform: string;
|
|
8213
8214
|
bottom?: undefined;
|
|
8214
8215
|
left?: undefined;
|
|
8215
|
-
right?: undefined;
|
|
8216
8216
|
} | {
|
|
8217
8217
|
bottom: string;
|
|
8218
|
+
right: string;
|
|
8218
8219
|
transform: string;
|
|
8219
8220
|
top?: undefined;
|
|
8220
8221
|
left?: undefined;
|
|
8221
|
-
right?: undefined;
|
|
8222
8222
|
} | {
|
|
8223
|
+
top: string;
|
|
8223
8224
|
left: string;
|
|
8224
8225
|
transform: string;
|
|
8225
|
-
top?: undefined;
|
|
8226
|
-
bottom?: undefined;
|
|
8227
8226
|
right?: undefined;
|
|
8227
|
+
bottom?: undefined;
|
|
8228
8228
|
} | {
|
|
8229
|
-
|
|
8229
|
+
bottom: string;
|
|
8230
|
+
left: string;
|
|
8230
8231
|
transform: string;
|
|
8231
8232
|
top?: undefined;
|
|
8232
|
-
|
|
8233
|
-
left?: undefined;
|
|
8233
|
+
right?: undefined;
|
|
8234
8234
|
} | {
|
|
8235
8235
|
top?: undefined;
|
|
8236
|
+
right?: undefined;
|
|
8236
8237
|
transform?: undefined;
|
|
8237
8238
|
bottom?: undefined;
|
|
8238
8239
|
left?: undefined;
|
|
8239
|
-
right?: undefined;
|
|
8240
8240
|
}>;
|
|
8241
8241
|
onVisibleChange: (val: boolean) => void;
|
|
8242
8242
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8243
8243
|
'visible-change': (v: boolean) => boolean;
|
|
8244
8244
|
'update:visible': (v: boolean) => boolean;
|
|
8245
8245
|
}, import("vue").PublicProps, {
|
|
8246
|
-
color: "
|
|
8246
|
+
color: "light" | "red";
|
|
8247
8247
|
offset: number[];
|
|
8248
8248
|
visible: boolean;
|
|
8249
8249
|
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";
|
|
@@ -8497,8 +8497,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8497
8497
|
default: boolean;
|
|
8498
8498
|
};
|
|
8499
8499
|
color: {
|
|
8500
|
-
type: PropType<"
|
|
8501
|
-
default: "
|
|
8500
|
+
type: PropType<"light" | "red">;
|
|
8501
|
+
default: "light" | "red";
|
|
8502
8502
|
validator: (val: string) => boolean;
|
|
8503
8503
|
};
|
|
8504
8504
|
}>> & Readonly<{
|
|
@@ -8510,38 +8510,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8510
8510
|
prefixCls: import("vue").ComputedRef<string>;
|
|
8511
8511
|
arrowStyle: import("vue").ComputedRef<{
|
|
8512
8512
|
top: string;
|
|
8513
|
+
right: string;
|
|
8513
8514
|
transform: string;
|
|
8514
8515
|
bottom?: undefined;
|
|
8515
8516
|
left?: undefined;
|
|
8516
|
-
right?: undefined;
|
|
8517
8517
|
} | {
|
|
8518
8518
|
bottom: string;
|
|
8519
|
+
right: string;
|
|
8519
8520
|
transform: string;
|
|
8520
8521
|
top?: undefined;
|
|
8521
8522
|
left?: undefined;
|
|
8522
|
-
right?: undefined;
|
|
8523
8523
|
} | {
|
|
8524
|
+
top: string;
|
|
8524
8525
|
left: string;
|
|
8525
8526
|
transform: string;
|
|
8526
|
-
top?: undefined;
|
|
8527
|
-
bottom?: undefined;
|
|
8528
8527
|
right?: undefined;
|
|
8528
|
+
bottom?: undefined;
|
|
8529
8529
|
} | {
|
|
8530
|
-
|
|
8530
|
+
bottom: string;
|
|
8531
|
+
left: string;
|
|
8531
8532
|
transform: string;
|
|
8532
8533
|
top?: undefined;
|
|
8533
|
-
|
|
8534
|
-
left?: undefined;
|
|
8534
|
+
right?: undefined;
|
|
8535
8535
|
} | {
|
|
8536
8536
|
top?: undefined;
|
|
8537
|
+
right?: undefined;
|
|
8537
8538
|
transform?: undefined;
|
|
8538
8539
|
bottom?: undefined;
|
|
8539
8540
|
left?: undefined;
|
|
8540
|
-
right?: undefined;
|
|
8541
8541
|
}>;
|
|
8542
8542
|
onVisibleChange: (val: boolean) => void;
|
|
8543
8543
|
}, {}, {}, {}, {
|
|
8544
|
-
color: "
|
|
8544
|
+
color: "light" | "red";
|
|
8545
8545
|
offset: number[];
|
|
8546
8546
|
visible: boolean;
|
|
8547
8547
|
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";
|
|
@@ -8604,8 +8604,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8604
8604
|
default: boolean;
|
|
8605
8605
|
};
|
|
8606
8606
|
color: {
|
|
8607
|
-
type: PropType<"
|
|
8608
|
-
default: "
|
|
8607
|
+
type: PropType<"light" | "red">;
|
|
8608
|
+
default: "light" | "red";
|
|
8609
8609
|
validator: (val: string) => boolean;
|
|
8610
8610
|
};
|
|
8611
8611
|
}>> & Readonly<{
|
|
@@ -8617,41 +8617,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8617
8617
|
prefixCls: import("vue").ComputedRef<string>;
|
|
8618
8618
|
arrowStyle: import("vue").ComputedRef<{
|
|
8619
8619
|
top: string;
|
|
8620
|
+
right: string;
|
|
8620
8621
|
transform: string;
|
|
8621
8622
|
bottom?: undefined;
|
|
8622
8623
|
left?: undefined;
|
|
8623
|
-
right?: undefined;
|
|
8624
8624
|
} | {
|
|
8625
8625
|
bottom: string;
|
|
8626
|
+
right: string;
|
|
8626
8627
|
transform: string;
|
|
8627
8628
|
top?: undefined;
|
|
8628
8629
|
left?: undefined;
|
|
8629
|
-
right?: undefined;
|
|
8630
8630
|
} | {
|
|
8631
|
+
top: string;
|
|
8631
8632
|
left: string;
|
|
8632
8633
|
transform: string;
|
|
8633
|
-
top?: undefined;
|
|
8634
|
-
bottom?: undefined;
|
|
8635
8634
|
right?: undefined;
|
|
8635
|
+
bottom?: undefined;
|
|
8636
8636
|
} | {
|
|
8637
|
-
|
|
8637
|
+
bottom: string;
|
|
8638
|
+
left: string;
|
|
8638
8639
|
transform: string;
|
|
8639
8640
|
top?: undefined;
|
|
8640
|
-
|
|
8641
|
-
left?: undefined;
|
|
8641
|
+
right?: undefined;
|
|
8642
8642
|
} | {
|
|
8643
8643
|
top?: undefined;
|
|
8644
|
+
right?: undefined;
|
|
8644
8645
|
transform?: undefined;
|
|
8645
8646
|
bottom?: undefined;
|
|
8646
8647
|
left?: undefined;
|
|
8647
|
-
right?: undefined;
|
|
8648
8648
|
}>;
|
|
8649
8649
|
onVisibleChange: (val: boolean) => void;
|
|
8650
8650
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8651
8651
|
'visible-change': (v: boolean) => boolean;
|
|
8652
8652
|
'update:visible': (v: boolean) => boolean;
|
|
8653
8653
|
}, string, {
|
|
8654
|
-
color: "
|
|
8654
|
+
color: "light" | "red";
|
|
8655
8655
|
offset: number[];
|
|
8656
8656
|
visible: boolean;
|
|
8657
8657
|
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";
|
|
@@ -9384,8 +9384,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9384
9384
|
default: boolean;
|
|
9385
9385
|
};
|
|
9386
9386
|
color: {
|
|
9387
|
-
type: PropType<"
|
|
9388
|
-
default: "
|
|
9387
|
+
type: PropType<"light" | "red">;
|
|
9388
|
+
default: "light" | "red";
|
|
9389
9389
|
validator: (val: string) => boolean;
|
|
9390
9390
|
};
|
|
9391
9391
|
}>> & Readonly<{
|
|
@@ -9397,41 +9397,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9397
9397
|
prefixCls: import("vue").ComputedRef<string>;
|
|
9398
9398
|
arrowStyle: import("vue").ComputedRef<{
|
|
9399
9399
|
top: string;
|
|
9400
|
+
right: string;
|
|
9400
9401
|
transform: string;
|
|
9401
9402
|
bottom?: undefined;
|
|
9402
9403
|
left?: undefined;
|
|
9403
|
-
right?: undefined;
|
|
9404
9404
|
} | {
|
|
9405
9405
|
bottom: string;
|
|
9406
|
+
right: string;
|
|
9406
9407
|
transform: string;
|
|
9407
9408
|
top?: undefined;
|
|
9408
9409
|
left?: undefined;
|
|
9409
|
-
right?: undefined;
|
|
9410
9410
|
} | {
|
|
9411
|
+
top: string;
|
|
9411
9412
|
left: string;
|
|
9412
9413
|
transform: string;
|
|
9413
|
-
top?: undefined;
|
|
9414
|
-
bottom?: undefined;
|
|
9415
9414
|
right?: undefined;
|
|
9415
|
+
bottom?: undefined;
|
|
9416
9416
|
} | {
|
|
9417
|
-
|
|
9417
|
+
bottom: string;
|
|
9418
|
+
left: string;
|
|
9418
9419
|
transform: string;
|
|
9419
9420
|
top?: undefined;
|
|
9420
|
-
|
|
9421
|
-
left?: undefined;
|
|
9421
|
+
right?: undefined;
|
|
9422
9422
|
} | {
|
|
9423
9423
|
top?: undefined;
|
|
9424
|
+
right?: undefined;
|
|
9424
9425
|
transform?: undefined;
|
|
9425
9426
|
bottom?: undefined;
|
|
9426
9427
|
left?: undefined;
|
|
9427
|
-
right?: undefined;
|
|
9428
9428
|
}>;
|
|
9429
9429
|
onVisibleChange: (val: boolean) => void;
|
|
9430
9430
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9431
9431
|
'visible-change': (v: boolean) => boolean;
|
|
9432
9432
|
'update:visible': (v: boolean) => boolean;
|
|
9433
9433
|
}, import("vue").PublicProps, {
|
|
9434
|
-
color: "
|
|
9434
|
+
color: "light" | "red";
|
|
9435
9435
|
offset: number[];
|
|
9436
9436
|
visible: boolean;
|
|
9437
9437
|
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";
|
|
@@ -9685,8 +9685,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9685
9685
|
default: boolean;
|
|
9686
9686
|
};
|
|
9687
9687
|
color: {
|
|
9688
|
-
type: PropType<"
|
|
9689
|
-
default: "
|
|
9688
|
+
type: PropType<"light" | "red">;
|
|
9689
|
+
default: "light" | "red";
|
|
9690
9690
|
validator: (val: string) => boolean;
|
|
9691
9691
|
};
|
|
9692
9692
|
}>> & Readonly<{
|
|
@@ -9698,38 +9698,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9698
9698
|
prefixCls: import("vue").ComputedRef<string>;
|
|
9699
9699
|
arrowStyle: import("vue").ComputedRef<{
|
|
9700
9700
|
top: string;
|
|
9701
|
+
right: string;
|
|
9701
9702
|
transform: string;
|
|
9702
9703
|
bottom?: undefined;
|
|
9703
9704
|
left?: undefined;
|
|
9704
|
-
right?: undefined;
|
|
9705
9705
|
} | {
|
|
9706
9706
|
bottom: string;
|
|
9707
|
+
right: string;
|
|
9707
9708
|
transform: string;
|
|
9708
9709
|
top?: undefined;
|
|
9709
9710
|
left?: undefined;
|
|
9710
|
-
right?: undefined;
|
|
9711
9711
|
} | {
|
|
9712
|
+
top: string;
|
|
9712
9713
|
left: string;
|
|
9713
9714
|
transform: string;
|
|
9714
|
-
top?: undefined;
|
|
9715
|
-
bottom?: undefined;
|
|
9716
9715
|
right?: undefined;
|
|
9716
|
+
bottom?: undefined;
|
|
9717
9717
|
} | {
|
|
9718
|
-
|
|
9718
|
+
bottom: string;
|
|
9719
|
+
left: string;
|
|
9719
9720
|
transform: string;
|
|
9720
9721
|
top?: undefined;
|
|
9721
|
-
|
|
9722
|
-
left?: undefined;
|
|
9722
|
+
right?: undefined;
|
|
9723
9723
|
} | {
|
|
9724
9724
|
top?: undefined;
|
|
9725
|
+
right?: undefined;
|
|
9725
9726
|
transform?: undefined;
|
|
9726
9727
|
bottom?: undefined;
|
|
9727
9728
|
left?: undefined;
|
|
9728
|
-
right?: undefined;
|
|
9729
9729
|
}>;
|
|
9730
9730
|
onVisibleChange: (val: boolean) => void;
|
|
9731
9731
|
}, {}, {}, {}, {
|
|
9732
|
-
color: "
|
|
9732
|
+
color: "light" | "red";
|
|
9733
9733
|
offset: number[];
|
|
9734
9734
|
visible: boolean;
|
|
9735
9735
|
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";
|
|
@@ -9792,8 +9792,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9792
9792
|
default: boolean;
|
|
9793
9793
|
};
|
|
9794
9794
|
color: {
|
|
9795
|
-
type: PropType<"
|
|
9796
|
-
default: "
|
|
9795
|
+
type: PropType<"light" | "red">;
|
|
9796
|
+
default: "light" | "red";
|
|
9797
9797
|
validator: (val: string) => boolean;
|
|
9798
9798
|
};
|
|
9799
9799
|
}>> & Readonly<{
|
|
@@ -9805,41 +9805,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9805
9805
|
prefixCls: import("vue").ComputedRef<string>;
|
|
9806
9806
|
arrowStyle: import("vue").ComputedRef<{
|
|
9807
9807
|
top: string;
|
|
9808
|
+
right: string;
|
|
9808
9809
|
transform: string;
|
|
9809
9810
|
bottom?: undefined;
|
|
9810
9811
|
left?: undefined;
|
|
9811
|
-
right?: undefined;
|
|
9812
9812
|
} | {
|
|
9813
9813
|
bottom: string;
|
|
9814
|
+
right: string;
|
|
9814
9815
|
transform: string;
|
|
9815
9816
|
top?: undefined;
|
|
9816
9817
|
left?: undefined;
|
|
9817
|
-
right?: undefined;
|
|
9818
9818
|
} | {
|
|
9819
|
+
top: string;
|
|
9819
9820
|
left: string;
|
|
9820
9821
|
transform: string;
|
|
9821
|
-
top?: undefined;
|
|
9822
|
-
bottom?: undefined;
|
|
9823
9822
|
right?: undefined;
|
|
9823
|
+
bottom?: undefined;
|
|
9824
9824
|
} | {
|
|
9825
|
-
|
|
9825
|
+
bottom: string;
|
|
9826
|
+
left: string;
|
|
9826
9827
|
transform: string;
|
|
9827
9828
|
top?: undefined;
|
|
9828
|
-
|
|
9829
|
-
left?: undefined;
|
|
9829
|
+
right?: undefined;
|
|
9830
9830
|
} | {
|
|
9831
9831
|
top?: undefined;
|
|
9832
|
+
right?: undefined;
|
|
9832
9833
|
transform?: undefined;
|
|
9833
9834
|
bottom?: undefined;
|
|
9834
9835
|
left?: undefined;
|
|
9835
|
-
right?: undefined;
|
|
9836
9836
|
}>;
|
|
9837
9837
|
onVisibleChange: (val: boolean) => void;
|
|
9838
9838
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9839
9839
|
'visible-change': (v: boolean) => boolean;
|
|
9840
9840
|
'update:visible': (v: boolean) => boolean;
|
|
9841
9841
|
}, string, {
|
|
9842
|
-
color: "
|
|
9842
|
+
color: "light" | "red";
|
|
9843
9843
|
offset: number[];
|
|
9844
9844
|
visible: boolean;
|
|
9845
9845
|
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";
|
|
@@ -11669,8 +11669,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11669
11669
|
default: boolean;
|
|
11670
11670
|
};
|
|
11671
11671
|
color: {
|
|
11672
|
-
type: PropType<"
|
|
11673
|
-
default: "
|
|
11672
|
+
type: PropType<"light" | "red">;
|
|
11673
|
+
default: "light" | "red";
|
|
11674
11674
|
validator: (val: string) => boolean;
|
|
11675
11675
|
};
|
|
11676
11676
|
}>> & Readonly<{
|
|
@@ -11682,41 +11682,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11682
11682
|
prefixCls: import("vue").ComputedRef<string>;
|
|
11683
11683
|
arrowStyle: import("vue").ComputedRef<{
|
|
11684
11684
|
top: string;
|
|
11685
|
+
right: string;
|
|
11685
11686
|
transform: string;
|
|
11686
11687
|
bottom?: undefined;
|
|
11687
11688
|
left?: undefined;
|
|
11688
|
-
right?: undefined;
|
|
11689
11689
|
} | {
|
|
11690
11690
|
bottom: string;
|
|
11691
|
+
right: string;
|
|
11691
11692
|
transform: string;
|
|
11692
11693
|
top?: undefined;
|
|
11693
11694
|
left?: undefined;
|
|
11694
|
-
right?: undefined;
|
|
11695
11695
|
} | {
|
|
11696
|
+
top: string;
|
|
11696
11697
|
left: string;
|
|
11697
11698
|
transform: string;
|
|
11698
|
-
top?: undefined;
|
|
11699
|
-
bottom?: undefined;
|
|
11700
11699
|
right?: undefined;
|
|
11700
|
+
bottom?: undefined;
|
|
11701
11701
|
} | {
|
|
11702
|
-
|
|
11702
|
+
bottom: string;
|
|
11703
|
+
left: string;
|
|
11703
11704
|
transform: string;
|
|
11704
11705
|
top?: undefined;
|
|
11705
|
-
|
|
11706
|
-
left?: undefined;
|
|
11706
|
+
right?: undefined;
|
|
11707
11707
|
} | {
|
|
11708
11708
|
top?: undefined;
|
|
11709
|
+
right?: undefined;
|
|
11709
11710
|
transform?: undefined;
|
|
11710
11711
|
bottom?: undefined;
|
|
11711
11712
|
left?: undefined;
|
|
11712
|
-
right?: undefined;
|
|
11713
11713
|
}>;
|
|
11714
11714
|
onVisibleChange: (val: boolean) => void;
|
|
11715
11715
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11716
11716
|
'visible-change': (v: boolean) => boolean;
|
|
11717
11717
|
'update:visible': (v: boolean) => boolean;
|
|
11718
11718
|
}, import("vue").PublicProps, {
|
|
11719
|
-
color: "
|
|
11719
|
+
color: "light" | "red";
|
|
11720
11720
|
offset: number[];
|
|
11721
11721
|
visible: boolean;
|
|
11722
11722
|
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";
|
|
@@ -11970,8 +11970,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11970
11970
|
default: boolean;
|
|
11971
11971
|
};
|
|
11972
11972
|
color: {
|
|
11973
|
-
type: PropType<"
|
|
11974
|
-
default: "
|
|
11973
|
+
type: PropType<"light" | "red">;
|
|
11974
|
+
default: "light" | "red";
|
|
11975
11975
|
validator: (val: string) => boolean;
|
|
11976
11976
|
};
|
|
11977
11977
|
}>> & Readonly<{
|
|
@@ -11983,38 +11983,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11983
11983
|
prefixCls: import("vue").ComputedRef<string>;
|
|
11984
11984
|
arrowStyle: import("vue").ComputedRef<{
|
|
11985
11985
|
top: string;
|
|
11986
|
+
right: string;
|
|
11986
11987
|
transform: string;
|
|
11987
11988
|
bottom?: undefined;
|
|
11988
11989
|
left?: undefined;
|
|
11989
|
-
right?: undefined;
|
|
11990
11990
|
} | {
|
|
11991
11991
|
bottom: string;
|
|
11992
|
+
right: string;
|
|
11992
11993
|
transform: string;
|
|
11993
11994
|
top?: undefined;
|
|
11994
11995
|
left?: undefined;
|
|
11995
|
-
right?: undefined;
|
|
11996
11996
|
} | {
|
|
11997
|
+
top: string;
|
|
11997
11998
|
left: string;
|
|
11998
11999
|
transform: string;
|
|
11999
|
-
top?: undefined;
|
|
12000
|
-
bottom?: undefined;
|
|
12001
12000
|
right?: undefined;
|
|
12001
|
+
bottom?: undefined;
|
|
12002
12002
|
} | {
|
|
12003
|
-
|
|
12003
|
+
bottom: string;
|
|
12004
|
+
left: string;
|
|
12004
12005
|
transform: string;
|
|
12005
12006
|
top?: undefined;
|
|
12006
|
-
|
|
12007
|
-
left?: undefined;
|
|
12007
|
+
right?: undefined;
|
|
12008
12008
|
} | {
|
|
12009
12009
|
top?: undefined;
|
|
12010
|
+
right?: undefined;
|
|
12010
12011
|
transform?: undefined;
|
|
12011
12012
|
bottom?: undefined;
|
|
12012
12013
|
left?: undefined;
|
|
12013
|
-
right?: undefined;
|
|
12014
12014
|
}>;
|
|
12015
12015
|
onVisibleChange: (val: boolean) => void;
|
|
12016
12016
|
}, {}, {}, {}, {
|
|
12017
|
-
color: "
|
|
12017
|
+
color: "light" | "red";
|
|
12018
12018
|
offset: number[];
|
|
12019
12019
|
visible: boolean;
|
|
12020
12020
|
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";
|
|
@@ -12077,8 +12077,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12077
12077
|
default: boolean;
|
|
12078
12078
|
};
|
|
12079
12079
|
color: {
|
|
12080
|
-
type: PropType<"
|
|
12081
|
-
default: "
|
|
12080
|
+
type: PropType<"light" | "red">;
|
|
12081
|
+
default: "light" | "red";
|
|
12082
12082
|
validator: (val: string) => boolean;
|
|
12083
12083
|
};
|
|
12084
12084
|
}>> & Readonly<{
|
|
@@ -12090,41 +12090,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12090
12090
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12091
12091
|
arrowStyle: import("vue").ComputedRef<{
|
|
12092
12092
|
top: string;
|
|
12093
|
+
right: string;
|
|
12093
12094
|
transform: string;
|
|
12094
12095
|
bottom?: undefined;
|
|
12095
12096
|
left?: undefined;
|
|
12096
|
-
right?: undefined;
|
|
12097
12097
|
} | {
|
|
12098
12098
|
bottom: string;
|
|
12099
|
+
right: string;
|
|
12099
12100
|
transform: string;
|
|
12100
12101
|
top?: undefined;
|
|
12101
12102
|
left?: undefined;
|
|
12102
|
-
right?: undefined;
|
|
12103
12103
|
} | {
|
|
12104
|
+
top: string;
|
|
12104
12105
|
left: string;
|
|
12105
12106
|
transform: string;
|
|
12106
|
-
top?: undefined;
|
|
12107
|
-
bottom?: undefined;
|
|
12108
12107
|
right?: undefined;
|
|
12108
|
+
bottom?: undefined;
|
|
12109
12109
|
} | {
|
|
12110
|
-
|
|
12110
|
+
bottom: string;
|
|
12111
|
+
left: string;
|
|
12111
12112
|
transform: string;
|
|
12112
12113
|
top?: undefined;
|
|
12113
|
-
|
|
12114
|
-
left?: undefined;
|
|
12114
|
+
right?: undefined;
|
|
12115
12115
|
} | {
|
|
12116
12116
|
top?: undefined;
|
|
12117
|
+
right?: undefined;
|
|
12117
12118
|
transform?: undefined;
|
|
12118
12119
|
bottom?: undefined;
|
|
12119
12120
|
left?: undefined;
|
|
12120
|
-
right?: undefined;
|
|
12121
12121
|
}>;
|
|
12122
12122
|
onVisibleChange: (val: boolean) => void;
|
|
12123
12123
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12124
12124
|
'visible-change': (v: boolean) => boolean;
|
|
12125
12125
|
'update:visible': (v: boolean) => boolean;
|
|
12126
12126
|
}, string, {
|
|
12127
|
-
color: "
|
|
12127
|
+
color: "light" | "red";
|
|
12128
12128
|
offset: number[];
|
|
12129
12129
|
visible: boolean;
|
|
12130
12130
|
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";
|
|
@@ -12950,8 +12950,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12950
12950
|
default: boolean;
|
|
12951
12951
|
};
|
|
12952
12952
|
color: {
|
|
12953
|
-
type: PropType<"
|
|
12954
|
-
default: "
|
|
12953
|
+
type: PropType<"light" | "red">;
|
|
12954
|
+
default: "light" | "red";
|
|
12955
12955
|
validator: (val: string) => boolean;
|
|
12956
12956
|
};
|
|
12957
12957
|
}>> & Readonly<{
|
|
@@ -12963,41 +12963,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12963
12963
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12964
12964
|
arrowStyle: import("vue").ComputedRef<{
|
|
12965
12965
|
top: string;
|
|
12966
|
+
right: string;
|
|
12966
12967
|
transform: string;
|
|
12967
12968
|
bottom?: undefined;
|
|
12968
12969
|
left?: undefined;
|
|
12969
|
-
right?: undefined;
|
|
12970
12970
|
} | {
|
|
12971
12971
|
bottom: string;
|
|
12972
|
+
right: string;
|
|
12972
12973
|
transform: string;
|
|
12973
12974
|
top?: undefined;
|
|
12974
12975
|
left?: undefined;
|
|
12975
|
-
right?: undefined;
|
|
12976
12976
|
} | {
|
|
12977
|
+
top: string;
|
|
12977
12978
|
left: string;
|
|
12978
12979
|
transform: string;
|
|
12979
|
-
top?: undefined;
|
|
12980
|
-
bottom?: undefined;
|
|
12981
12980
|
right?: undefined;
|
|
12981
|
+
bottom?: undefined;
|
|
12982
12982
|
} | {
|
|
12983
|
-
|
|
12983
|
+
bottom: string;
|
|
12984
|
+
left: string;
|
|
12984
12985
|
transform: string;
|
|
12985
12986
|
top?: undefined;
|
|
12986
|
-
|
|
12987
|
-
left?: undefined;
|
|
12987
|
+
right?: undefined;
|
|
12988
12988
|
} | {
|
|
12989
12989
|
top?: undefined;
|
|
12990
|
+
right?: undefined;
|
|
12990
12991
|
transform?: undefined;
|
|
12991
12992
|
bottom?: undefined;
|
|
12992
12993
|
left?: undefined;
|
|
12993
|
-
right?: undefined;
|
|
12994
12994
|
}>;
|
|
12995
12995
|
onVisibleChange: (val: boolean) => void;
|
|
12996
12996
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12997
12997
|
'visible-change': (v: boolean) => boolean;
|
|
12998
12998
|
'update:visible': (v: boolean) => boolean;
|
|
12999
12999
|
}, import("vue").PublicProps, {
|
|
13000
|
-
color: "
|
|
13000
|
+
color: "light" | "red";
|
|
13001
13001
|
offset: number[];
|
|
13002
13002
|
visible: boolean;
|
|
13003
13003
|
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";
|
|
@@ -13251,8 +13251,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13251
13251
|
default: boolean;
|
|
13252
13252
|
};
|
|
13253
13253
|
color: {
|
|
13254
|
-
type: PropType<"
|
|
13255
|
-
default: "
|
|
13254
|
+
type: PropType<"light" | "red">;
|
|
13255
|
+
default: "light" | "red";
|
|
13256
13256
|
validator: (val: string) => boolean;
|
|
13257
13257
|
};
|
|
13258
13258
|
}>> & Readonly<{
|
|
@@ -13264,38 +13264,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13264
13264
|
prefixCls: import("vue").ComputedRef<string>;
|
|
13265
13265
|
arrowStyle: import("vue").ComputedRef<{
|
|
13266
13266
|
top: string;
|
|
13267
|
+
right: string;
|
|
13267
13268
|
transform: string;
|
|
13268
13269
|
bottom?: undefined;
|
|
13269
13270
|
left?: undefined;
|
|
13270
|
-
right?: undefined;
|
|
13271
13271
|
} | {
|
|
13272
13272
|
bottom: string;
|
|
13273
|
+
right: string;
|
|
13273
13274
|
transform: string;
|
|
13274
13275
|
top?: undefined;
|
|
13275
13276
|
left?: undefined;
|
|
13276
|
-
right?: undefined;
|
|
13277
13277
|
} | {
|
|
13278
|
+
top: string;
|
|
13278
13279
|
left: string;
|
|
13279
13280
|
transform: string;
|
|
13280
|
-
top?: undefined;
|
|
13281
|
-
bottom?: undefined;
|
|
13282
13281
|
right?: undefined;
|
|
13282
|
+
bottom?: undefined;
|
|
13283
13283
|
} | {
|
|
13284
|
-
|
|
13284
|
+
bottom: string;
|
|
13285
|
+
left: string;
|
|
13285
13286
|
transform: string;
|
|
13286
13287
|
top?: undefined;
|
|
13287
|
-
|
|
13288
|
-
left?: undefined;
|
|
13288
|
+
right?: undefined;
|
|
13289
13289
|
} | {
|
|
13290
13290
|
top?: undefined;
|
|
13291
|
+
right?: undefined;
|
|
13291
13292
|
transform?: undefined;
|
|
13292
13293
|
bottom?: undefined;
|
|
13293
13294
|
left?: undefined;
|
|
13294
|
-
right?: undefined;
|
|
13295
13295
|
}>;
|
|
13296
13296
|
onVisibleChange: (val: boolean) => void;
|
|
13297
13297
|
}, {}, {}, {}, {
|
|
13298
|
-
color: "
|
|
13298
|
+
color: "light" | "red";
|
|
13299
13299
|
offset: number[];
|
|
13300
13300
|
visible: boolean;
|
|
13301
13301
|
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";
|
|
@@ -13358,8 +13358,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13358
13358
|
default: boolean;
|
|
13359
13359
|
};
|
|
13360
13360
|
color: {
|
|
13361
|
-
type: PropType<"
|
|
13362
|
-
default: "
|
|
13361
|
+
type: PropType<"light" | "red">;
|
|
13362
|
+
default: "light" | "red";
|
|
13363
13363
|
validator: (val: string) => boolean;
|
|
13364
13364
|
};
|
|
13365
13365
|
}>> & Readonly<{
|
|
@@ -13371,41 +13371,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13371
13371
|
prefixCls: import("vue").ComputedRef<string>;
|
|
13372
13372
|
arrowStyle: import("vue").ComputedRef<{
|
|
13373
13373
|
top: string;
|
|
13374
|
+
right: string;
|
|
13374
13375
|
transform: string;
|
|
13375
13376
|
bottom?: undefined;
|
|
13376
13377
|
left?: undefined;
|
|
13377
|
-
right?: undefined;
|
|
13378
13378
|
} | {
|
|
13379
13379
|
bottom: string;
|
|
13380
|
+
right: string;
|
|
13380
13381
|
transform: string;
|
|
13381
13382
|
top?: undefined;
|
|
13382
13383
|
left?: undefined;
|
|
13383
|
-
right?: undefined;
|
|
13384
13384
|
} | {
|
|
13385
|
+
top: string;
|
|
13385
13386
|
left: string;
|
|
13386
13387
|
transform: string;
|
|
13387
|
-
top?: undefined;
|
|
13388
|
-
bottom?: undefined;
|
|
13389
13388
|
right?: undefined;
|
|
13389
|
+
bottom?: undefined;
|
|
13390
13390
|
} | {
|
|
13391
|
-
|
|
13391
|
+
bottom: string;
|
|
13392
|
+
left: string;
|
|
13392
13393
|
transform: string;
|
|
13393
13394
|
top?: undefined;
|
|
13394
|
-
|
|
13395
|
-
left?: undefined;
|
|
13395
|
+
right?: undefined;
|
|
13396
13396
|
} | {
|
|
13397
13397
|
top?: undefined;
|
|
13398
|
+
right?: undefined;
|
|
13398
13399
|
transform?: undefined;
|
|
13399
13400
|
bottom?: undefined;
|
|
13400
13401
|
left?: undefined;
|
|
13401
|
-
right?: undefined;
|
|
13402
13402
|
}>;
|
|
13403
13403
|
onVisibleChange: (val: boolean) => void;
|
|
13404
13404
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13405
13405
|
'visible-change': (v: boolean) => boolean;
|
|
13406
13406
|
'update:visible': (v: boolean) => boolean;
|
|
13407
13407
|
}, string, {
|
|
13408
|
-
color: "
|
|
13408
|
+
color: "light" | "red";
|
|
13409
13409
|
offset: number[];
|
|
13410
13410
|
visible: boolean;
|
|
13411
13411
|
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";
|