@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
|
@@ -1260,8 +1260,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1260
1260
|
default: boolean;
|
|
1261
1261
|
};
|
|
1262
1262
|
color: {
|
|
1263
|
-
type: PropType<"
|
|
1264
|
-
default: "
|
|
1263
|
+
type: PropType<"light" | "red">;
|
|
1264
|
+
default: "light" | "red";
|
|
1265
1265
|
validator: (val: string) => boolean;
|
|
1266
1266
|
};
|
|
1267
1267
|
}>> & Readonly<{
|
|
@@ -1273,41 +1273,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1273
1273
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1274
1274
|
arrowStyle: import("vue").ComputedRef<{
|
|
1275
1275
|
top: string;
|
|
1276
|
+
right: string;
|
|
1276
1277
|
transform: string;
|
|
1277
1278
|
bottom?: undefined;
|
|
1278
1279
|
left?: undefined;
|
|
1279
|
-
right?: undefined;
|
|
1280
1280
|
} | {
|
|
1281
1281
|
bottom: string;
|
|
1282
|
+
right: string;
|
|
1282
1283
|
transform: string;
|
|
1283
1284
|
top?: undefined;
|
|
1284
1285
|
left?: undefined;
|
|
1285
|
-
right?: undefined;
|
|
1286
1286
|
} | {
|
|
1287
|
+
top: string;
|
|
1287
1288
|
left: string;
|
|
1288
1289
|
transform: string;
|
|
1289
|
-
top?: undefined;
|
|
1290
|
-
bottom?: undefined;
|
|
1291
1290
|
right?: undefined;
|
|
1291
|
+
bottom?: undefined;
|
|
1292
1292
|
} | {
|
|
1293
|
-
|
|
1293
|
+
bottom: string;
|
|
1294
|
+
left: string;
|
|
1294
1295
|
transform: string;
|
|
1295
1296
|
top?: undefined;
|
|
1296
|
-
|
|
1297
|
-
left?: undefined;
|
|
1297
|
+
right?: undefined;
|
|
1298
1298
|
} | {
|
|
1299
1299
|
top?: undefined;
|
|
1300
|
+
right?: undefined;
|
|
1300
1301
|
transform?: undefined;
|
|
1301
1302
|
bottom?: undefined;
|
|
1302
1303
|
left?: undefined;
|
|
1303
|
-
right?: undefined;
|
|
1304
1304
|
}>;
|
|
1305
1305
|
onVisibleChange: (val: boolean) => void;
|
|
1306
1306
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1307
1307
|
'visible-change': (v: boolean) => boolean;
|
|
1308
1308
|
'update:visible': (v: boolean) => boolean;
|
|
1309
1309
|
}, import("vue").PublicProps, {
|
|
1310
|
-
color: "
|
|
1310
|
+
color: "light" | "red";
|
|
1311
1311
|
offset: number[];
|
|
1312
1312
|
visible: boolean;
|
|
1313
1313
|
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";
|
|
@@ -1561,8 +1561,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1561
1561
|
default: boolean;
|
|
1562
1562
|
};
|
|
1563
1563
|
color: {
|
|
1564
|
-
type: PropType<"
|
|
1565
|
-
default: "
|
|
1564
|
+
type: PropType<"light" | "red">;
|
|
1565
|
+
default: "light" | "red";
|
|
1566
1566
|
validator: (val: string) => boolean;
|
|
1567
1567
|
};
|
|
1568
1568
|
}>> & Readonly<{
|
|
@@ -1574,38 +1574,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1574
1574
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1575
1575
|
arrowStyle: import("vue").ComputedRef<{
|
|
1576
1576
|
top: string;
|
|
1577
|
+
right: string;
|
|
1577
1578
|
transform: string;
|
|
1578
1579
|
bottom?: undefined;
|
|
1579
1580
|
left?: undefined;
|
|
1580
|
-
right?: undefined;
|
|
1581
1581
|
} | {
|
|
1582
1582
|
bottom: string;
|
|
1583
|
+
right: string;
|
|
1583
1584
|
transform: string;
|
|
1584
1585
|
top?: undefined;
|
|
1585
1586
|
left?: undefined;
|
|
1586
|
-
right?: undefined;
|
|
1587
1587
|
} | {
|
|
1588
|
+
top: string;
|
|
1588
1589
|
left: string;
|
|
1589
1590
|
transform: string;
|
|
1590
|
-
top?: undefined;
|
|
1591
|
-
bottom?: undefined;
|
|
1592
1591
|
right?: undefined;
|
|
1592
|
+
bottom?: undefined;
|
|
1593
1593
|
} | {
|
|
1594
|
-
|
|
1594
|
+
bottom: string;
|
|
1595
|
+
left: string;
|
|
1595
1596
|
transform: string;
|
|
1596
1597
|
top?: undefined;
|
|
1597
|
-
|
|
1598
|
-
left?: undefined;
|
|
1598
|
+
right?: undefined;
|
|
1599
1599
|
} | {
|
|
1600
1600
|
top?: undefined;
|
|
1601
|
+
right?: undefined;
|
|
1601
1602
|
transform?: undefined;
|
|
1602
1603
|
bottom?: undefined;
|
|
1603
1604
|
left?: undefined;
|
|
1604
|
-
right?: undefined;
|
|
1605
1605
|
}>;
|
|
1606
1606
|
onVisibleChange: (val: boolean) => void;
|
|
1607
1607
|
}, {}, {}, {}, {
|
|
1608
|
-
color: "
|
|
1608
|
+
color: "light" | "red";
|
|
1609
1609
|
offset: number[];
|
|
1610
1610
|
visible: boolean;
|
|
1611
1611
|
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";
|
|
@@ -1668,8 +1668,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1668
1668
|
default: boolean;
|
|
1669
1669
|
};
|
|
1670
1670
|
color: {
|
|
1671
|
-
type: PropType<"
|
|
1672
|
-
default: "
|
|
1671
|
+
type: PropType<"light" | "red">;
|
|
1672
|
+
default: "light" | "red";
|
|
1673
1673
|
validator: (val: string) => boolean;
|
|
1674
1674
|
};
|
|
1675
1675
|
}>> & Readonly<{
|
|
@@ -1681,41 +1681,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1681
1681
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1682
1682
|
arrowStyle: import("vue").ComputedRef<{
|
|
1683
1683
|
top: string;
|
|
1684
|
+
right: string;
|
|
1684
1685
|
transform: string;
|
|
1685
1686
|
bottom?: undefined;
|
|
1686
1687
|
left?: undefined;
|
|
1687
|
-
right?: undefined;
|
|
1688
1688
|
} | {
|
|
1689
1689
|
bottom: string;
|
|
1690
|
+
right: string;
|
|
1690
1691
|
transform: string;
|
|
1691
1692
|
top?: undefined;
|
|
1692
1693
|
left?: undefined;
|
|
1693
|
-
right?: undefined;
|
|
1694
1694
|
} | {
|
|
1695
|
+
top: string;
|
|
1695
1696
|
left: string;
|
|
1696
1697
|
transform: string;
|
|
1697
|
-
top?: undefined;
|
|
1698
|
-
bottom?: undefined;
|
|
1699
1698
|
right?: undefined;
|
|
1699
|
+
bottom?: undefined;
|
|
1700
1700
|
} | {
|
|
1701
|
-
|
|
1701
|
+
bottom: string;
|
|
1702
|
+
left: string;
|
|
1702
1703
|
transform: string;
|
|
1703
1704
|
top?: undefined;
|
|
1704
|
-
|
|
1705
|
-
left?: undefined;
|
|
1705
|
+
right?: undefined;
|
|
1706
1706
|
} | {
|
|
1707
1707
|
top?: undefined;
|
|
1708
|
+
right?: undefined;
|
|
1708
1709
|
transform?: undefined;
|
|
1709
1710
|
bottom?: undefined;
|
|
1710
1711
|
left?: undefined;
|
|
1711
|
-
right?: undefined;
|
|
1712
1712
|
}>;
|
|
1713
1713
|
onVisibleChange: (val: boolean) => void;
|
|
1714
1714
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1715
1715
|
'visible-change': (v: boolean) => boolean;
|
|
1716
1716
|
'update:visible': (v: boolean) => boolean;
|
|
1717
1717
|
}, string, {
|
|
1718
|
-
color: "
|
|
1718
|
+
color: "light" | "red";
|
|
1719
1719
|
offset: number[];
|
|
1720
1720
|
visible: boolean;
|
|
1721
1721
|
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";
|
|
@@ -2448,8 +2448,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2448
2448
|
default: boolean;
|
|
2449
2449
|
};
|
|
2450
2450
|
color: {
|
|
2451
|
-
type: PropType<"
|
|
2452
|
-
default: "
|
|
2451
|
+
type: PropType<"light" | "red">;
|
|
2452
|
+
default: "light" | "red";
|
|
2453
2453
|
validator: (val: string) => boolean;
|
|
2454
2454
|
};
|
|
2455
2455
|
}>> & Readonly<{
|
|
@@ -2461,41 +2461,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2461
2461
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2462
2462
|
arrowStyle: import("vue").ComputedRef<{
|
|
2463
2463
|
top: string;
|
|
2464
|
+
right: string;
|
|
2464
2465
|
transform: string;
|
|
2465
2466
|
bottom?: undefined;
|
|
2466
2467
|
left?: undefined;
|
|
2467
|
-
right?: undefined;
|
|
2468
2468
|
} | {
|
|
2469
2469
|
bottom: string;
|
|
2470
|
+
right: string;
|
|
2470
2471
|
transform: string;
|
|
2471
2472
|
top?: undefined;
|
|
2472
2473
|
left?: undefined;
|
|
2473
|
-
right?: undefined;
|
|
2474
2474
|
} | {
|
|
2475
|
+
top: string;
|
|
2475
2476
|
left: string;
|
|
2476
2477
|
transform: string;
|
|
2477
|
-
top?: undefined;
|
|
2478
|
-
bottom?: undefined;
|
|
2479
2478
|
right?: undefined;
|
|
2479
|
+
bottom?: undefined;
|
|
2480
2480
|
} | {
|
|
2481
|
-
|
|
2481
|
+
bottom: string;
|
|
2482
|
+
left: string;
|
|
2482
2483
|
transform: string;
|
|
2483
2484
|
top?: undefined;
|
|
2484
|
-
|
|
2485
|
-
left?: undefined;
|
|
2485
|
+
right?: undefined;
|
|
2486
2486
|
} | {
|
|
2487
2487
|
top?: undefined;
|
|
2488
|
+
right?: undefined;
|
|
2488
2489
|
transform?: undefined;
|
|
2489
2490
|
bottom?: undefined;
|
|
2490
2491
|
left?: undefined;
|
|
2491
|
-
right?: undefined;
|
|
2492
2492
|
}>;
|
|
2493
2493
|
onVisibleChange: (val: boolean) => void;
|
|
2494
2494
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2495
2495
|
'visible-change': (v: boolean) => boolean;
|
|
2496
2496
|
'update:visible': (v: boolean) => boolean;
|
|
2497
2497
|
}, import("vue").PublicProps, {
|
|
2498
|
-
color: "
|
|
2498
|
+
color: "light" | "red";
|
|
2499
2499
|
offset: number[];
|
|
2500
2500
|
visible: boolean;
|
|
2501
2501
|
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";
|
|
@@ -2749,8 +2749,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2749
2749
|
default: boolean;
|
|
2750
2750
|
};
|
|
2751
2751
|
color: {
|
|
2752
|
-
type: PropType<"
|
|
2753
|
-
default: "
|
|
2752
|
+
type: PropType<"light" | "red">;
|
|
2753
|
+
default: "light" | "red";
|
|
2754
2754
|
validator: (val: string) => boolean;
|
|
2755
2755
|
};
|
|
2756
2756
|
}>> & Readonly<{
|
|
@@ -2762,38 +2762,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2762
2762
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2763
2763
|
arrowStyle: import("vue").ComputedRef<{
|
|
2764
2764
|
top: string;
|
|
2765
|
+
right: string;
|
|
2765
2766
|
transform: string;
|
|
2766
2767
|
bottom?: undefined;
|
|
2767
2768
|
left?: undefined;
|
|
2768
|
-
right?: undefined;
|
|
2769
2769
|
} | {
|
|
2770
2770
|
bottom: string;
|
|
2771
|
+
right: string;
|
|
2771
2772
|
transform: string;
|
|
2772
2773
|
top?: undefined;
|
|
2773
2774
|
left?: undefined;
|
|
2774
|
-
right?: undefined;
|
|
2775
2775
|
} | {
|
|
2776
|
+
top: string;
|
|
2776
2777
|
left: string;
|
|
2777
2778
|
transform: string;
|
|
2778
|
-
top?: undefined;
|
|
2779
|
-
bottom?: undefined;
|
|
2780
2779
|
right?: undefined;
|
|
2780
|
+
bottom?: undefined;
|
|
2781
2781
|
} | {
|
|
2782
|
-
|
|
2782
|
+
bottom: string;
|
|
2783
|
+
left: string;
|
|
2783
2784
|
transform: string;
|
|
2784
2785
|
top?: undefined;
|
|
2785
|
-
|
|
2786
|
-
left?: undefined;
|
|
2786
|
+
right?: undefined;
|
|
2787
2787
|
} | {
|
|
2788
2788
|
top?: undefined;
|
|
2789
|
+
right?: undefined;
|
|
2789
2790
|
transform?: undefined;
|
|
2790
2791
|
bottom?: undefined;
|
|
2791
2792
|
left?: undefined;
|
|
2792
|
-
right?: undefined;
|
|
2793
2793
|
}>;
|
|
2794
2794
|
onVisibleChange: (val: boolean) => void;
|
|
2795
2795
|
}, {}, {}, {}, {
|
|
2796
|
-
color: "
|
|
2796
|
+
color: "light" | "red";
|
|
2797
2797
|
offset: number[];
|
|
2798
2798
|
visible: boolean;
|
|
2799
2799
|
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";
|
|
@@ -2856,8 +2856,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2856
2856
|
default: boolean;
|
|
2857
2857
|
};
|
|
2858
2858
|
color: {
|
|
2859
|
-
type: PropType<"
|
|
2860
|
-
default: "
|
|
2859
|
+
type: PropType<"light" | "red">;
|
|
2860
|
+
default: "light" | "red";
|
|
2861
2861
|
validator: (val: string) => boolean;
|
|
2862
2862
|
};
|
|
2863
2863
|
}>> & Readonly<{
|
|
@@ -2869,41 +2869,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2869
2869
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2870
2870
|
arrowStyle: import("vue").ComputedRef<{
|
|
2871
2871
|
top: string;
|
|
2872
|
+
right: string;
|
|
2872
2873
|
transform: string;
|
|
2873
2874
|
bottom?: undefined;
|
|
2874
2875
|
left?: undefined;
|
|
2875
|
-
right?: undefined;
|
|
2876
2876
|
} | {
|
|
2877
2877
|
bottom: string;
|
|
2878
|
+
right: string;
|
|
2878
2879
|
transform: string;
|
|
2879
2880
|
top?: undefined;
|
|
2880
2881
|
left?: undefined;
|
|
2881
|
-
right?: undefined;
|
|
2882
2882
|
} | {
|
|
2883
|
+
top: string;
|
|
2883
2884
|
left: string;
|
|
2884
2885
|
transform: string;
|
|
2885
|
-
top?: undefined;
|
|
2886
|
-
bottom?: undefined;
|
|
2887
2886
|
right?: undefined;
|
|
2887
|
+
bottom?: undefined;
|
|
2888
2888
|
} | {
|
|
2889
|
-
|
|
2889
|
+
bottom: string;
|
|
2890
|
+
left: string;
|
|
2890
2891
|
transform: string;
|
|
2891
2892
|
top?: undefined;
|
|
2892
|
-
|
|
2893
|
-
left?: undefined;
|
|
2893
|
+
right?: undefined;
|
|
2894
2894
|
} | {
|
|
2895
2895
|
top?: undefined;
|
|
2896
|
+
right?: undefined;
|
|
2896
2897
|
transform?: undefined;
|
|
2897
2898
|
bottom?: undefined;
|
|
2898
2899
|
left?: undefined;
|
|
2899
|
-
right?: undefined;
|
|
2900
2900
|
}>;
|
|
2901
2901
|
onVisibleChange: (val: boolean) => void;
|
|
2902
2902
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2903
2903
|
'visible-change': (v: boolean) => boolean;
|
|
2904
2904
|
'update:visible': (v: boolean) => boolean;
|
|
2905
2905
|
}, string, {
|
|
2906
|
-
color: "
|
|
2906
|
+
color: "light" | "red";
|
|
2907
2907
|
offset: number[];
|
|
2908
2908
|
visible: boolean;
|
|
2909
2909
|
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";
|
|
@@ -4733,8 +4733,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4733
4733
|
default: boolean;
|
|
4734
4734
|
};
|
|
4735
4735
|
color: {
|
|
4736
|
-
type: PropType<"
|
|
4737
|
-
default: "
|
|
4736
|
+
type: PropType<"light" | "red">;
|
|
4737
|
+
default: "light" | "red";
|
|
4738
4738
|
validator: (val: string) => boolean;
|
|
4739
4739
|
};
|
|
4740
4740
|
}>> & Readonly<{
|
|
@@ -4746,41 +4746,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4746
4746
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4747
4747
|
arrowStyle: import("vue").ComputedRef<{
|
|
4748
4748
|
top: string;
|
|
4749
|
+
right: string;
|
|
4749
4750
|
transform: string;
|
|
4750
4751
|
bottom?: undefined;
|
|
4751
4752
|
left?: undefined;
|
|
4752
|
-
right?: undefined;
|
|
4753
4753
|
} | {
|
|
4754
4754
|
bottom: string;
|
|
4755
|
+
right: string;
|
|
4755
4756
|
transform: string;
|
|
4756
4757
|
top?: undefined;
|
|
4757
4758
|
left?: undefined;
|
|
4758
|
-
right?: undefined;
|
|
4759
4759
|
} | {
|
|
4760
|
+
top: string;
|
|
4760
4761
|
left: string;
|
|
4761
4762
|
transform: string;
|
|
4762
|
-
top?: undefined;
|
|
4763
|
-
bottom?: undefined;
|
|
4764
4763
|
right?: undefined;
|
|
4764
|
+
bottom?: undefined;
|
|
4765
4765
|
} | {
|
|
4766
|
-
|
|
4766
|
+
bottom: string;
|
|
4767
|
+
left: string;
|
|
4767
4768
|
transform: string;
|
|
4768
4769
|
top?: undefined;
|
|
4769
|
-
|
|
4770
|
-
left?: undefined;
|
|
4770
|
+
right?: undefined;
|
|
4771
4771
|
} | {
|
|
4772
4772
|
top?: undefined;
|
|
4773
|
+
right?: undefined;
|
|
4773
4774
|
transform?: undefined;
|
|
4774
4775
|
bottom?: undefined;
|
|
4775
4776
|
left?: undefined;
|
|
4776
|
-
right?: undefined;
|
|
4777
4777
|
}>;
|
|
4778
4778
|
onVisibleChange: (val: boolean) => void;
|
|
4779
4779
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4780
4780
|
'visible-change': (v: boolean) => boolean;
|
|
4781
4781
|
'update:visible': (v: boolean) => boolean;
|
|
4782
4782
|
}, import("vue").PublicProps, {
|
|
4783
|
-
color: "
|
|
4783
|
+
color: "light" | "red";
|
|
4784
4784
|
offset: number[];
|
|
4785
4785
|
visible: boolean;
|
|
4786
4786
|
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";
|
|
@@ -5034,8 +5034,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5034
5034
|
default: boolean;
|
|
5035
5035
|
};
|
|
5036
5036
|
color: {
|
|
5037
|
-
type: PropType<"
|
|
5038
|
-
default: "
|
|
5037
|
+
type: PropType<"light" | "red">;
|
|
5038
|
+
default: "light" | "red";
|
|
5039
5039
|
validator: (val: string) => boolean;
|
|
5040
5040
|
};
|
|
5041
5041
|
}>> & Readonly<{
|
|
@@ -5047,38 +5047,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5047
5047
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5048
5048
|
arrowStyle: import("vue").ComputedRef<{
|
|
5049
5049
|
top: string;
|
|
5050
|
+
right: string;
|
|
5050
5051
|
transform: string;
|
|
5051
5052
|
bottom?: undefined;
|
|
5052
5053
|
left?: undefined;
|
|
5053
|
-
right?: undefined;
|
|
5054
5054
|
} | {
|
|
5055
5055
|
bottom: string;
|
|
5056
|
+
right: string;
|
|
5056
5057
|
transform: string;
|
|
5057
5058
|
top?: undefined;
|
|
5058
5059
|
left?: undefined;
|
|
5059
|
-
right?: undefined;
|
|
5060
5060
|
} | {
|
|
5061
|
+
top: string;
|
|
5061
5062
|
left: string;
|
|
5062
5063
|
transform: string;
|
|
5063
|
-
top?: undefined;
|
|
5064
|
-
bottom?: undefined;
|
|
5065
5064
|
right?: undefined;
|
|
5065
|
+
bottom?: undefined;
|
|
5066
5066
|
} | {
|
|
5067
|
-
|
|
5067
|
+
bottom: string;
|
|
5068
|
+
left: string;
|
|
5068
5069
|
transform: string;
|
|
5069
5070
|
top?: undefined;
|
|
5070
|
-
|
|
5071
|
-
left?: undefined;
|
|
5071
|
+
right?: undefined;
|
|
5072
5072
|
} | {
|
|
5073
5073
|
top?: undefined;
|
|
5074
|
+
right?: undefined;
|
|
5074
5075
|
transform?: undefined;
|
|
5075
5076
|
bottom?: undefined;
|
|
5076
5077
|
left?: undefined;
|
|
5077
|
-
right?: undefined;
|
|
5078
5078
|
}>;
|
|
5079
5079
|
onVisibleChange: (val: boolean) => void;
|
|
5080
5080
|
}, {}, {}, {}, {
|
|
5081
|
-
color: "
|
|
5081
|
+
color: "light" | "red";
|
|
5082
5082
|
offset: number[];
|
|
5083
5083
|
visible: boolean;
|
|
5084
5084
|
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";
|
|
@@ -5141,8 +5141,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5141
5141
|
default: boolean;
|
|
5142
5142
|
};
|
|
5143
5143
|
color: {
|
|
5144
|
-
type: PropType<"
|
|
5145
|
-
default: "
|
|
5144
|
+
type: PropType<"light" | "red">;
|
|
5145
|
+
default: "light" | "red";
|
|
5146
5146
|
validator: (val: string) => boolean;
|
|
5147
5147
|
};
|
|
5148
5148
|
}>> & Readonly<{
|
|
@@ -5154,41 +5154,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5154
5154
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5155
5155
|
arrowStyle: import("vue").ComputedRef<{
|
|
5156
5156
|
top: string;
|
|
5157
|
+
right: string;
|
|
5157
5158
|
transform: string;
|
|
5158
5159
|
bottom?: undefined;
|
|
5159
5160
|
left?: undefined;
|
|
5160
|
-
right?: undefined;
|
|
5161
5161
|
} | {
|
|
5162
5162
|
bottom: string;
|
|
5163
|
+
right: string;
|
|
5163
5164
|
transform: string;
|
|
5164
5165
|
top?: undefined;
|
|
5165
5166
|
left?: undefined;
|
|
5166
|
-
right?: undefined;
|
|
5167
5167
|
} | {
|
|
5168
|
+
top: string;
|
|
5168
5169
|
left: string;
|
|
5169
5170
|
transform: string;
|
|
5170
|
-
top?: undefined;
|
|
5171
|
-
bottom?: undefined;
|
|
5172
5171
|
right?: undefined;
|
|
5172
|
+
bottom?: undefined;
|
|
5173
5173
|
} | {
|
|
5174
|
-
|
|
5174
|
+
bottom: string;
|
|
5175
|
+
left: string;
|
|
5175
5176
|
transform: string;
|
|
5176
5177
|
top?: undefined;
|
|
5177
|
-
|
|
5178
|
-
left?: undefined;
|
|
5178
|
+
right?: undefined;
|
|
5179
5179
|
} | {
|
|
5180
5180
|
top?: undefined;
|
|
5181
|
+
right?: undefined;
|
|
5181
5182
|
transform?: undefined;
|
|
5182
5183
|
bottom?: undefined;
|
|
5183
5184
|
left?: undefined;
|
|
5184
|
-
right?: undefined;
|
|
5185
5185
|
}>;
|
|
5186
5186
|
onVisibleChange: (val: boolean) => void;
|
|
5187
5187
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5188
5188
|
'visible-change': (v: boolean) => boolean;
|
|
5189
5189
|
'update:visible': (v: boolean) => boolean;
|
|
5190
5190
|
}, string, {
|
|
5191
|
-
color: "
|
|
5191
|
+
color: "light" | "red";
|
|
5192
5192
|
offset: number[];
|
|
5193
5193
|
visible: boolean;
|
|
5194
5194
|
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";
|
|
@@ -6014,8 +6014,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6014
6014
|
default: boolean;
|
|
6015
6015
|
};
|
|
6016
6016
|
color: {
|
|
6017
|
-
type: PropType<"
|
|
6018
|
-
default: "
|
|
6017
|
+
type: PropType<"light" | "red">;
|
|
6018
|
+
default: "light" | "red";
|
|
6019
6019
|
validator: (val: string) => boolean;
|
|
6020
6020
|
};
|
|
6021
6021
|
}>> & Readonly<{
|
|
@@ -6027,41 +6027,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6027
6027
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6028
6028
|
arrowStyle: import("vue").ComputedRef<{
|
|
6029
6029
|
top: string;
|
|
6030
|
+
right: string;
|
|
6030
6031
|
transform: string;
|
|
6031
6032
|
bottom?: undefined;
|
|
6032
6033
|
left?: undefined;
|
|
6033
|
-
right?: undefined;
|
|
6034
6034
|
} | {
|
|
6035
6035
|
bottom: string;
|
|
6036
|
+
right: string;
|
|
6036
6037
|
transform: string;
|
|
6037
6038
|
top?: undefined;
|
|
6038
6039
|
left?: undefined;
|
|
6039
|
-
right?: undefined;
|
|
6040
6040
|
} | {
|
|
6041
|
+
top: string;
|
|
6041
6042
|
left: string;
|
|
6042
6043
|
transform: string;
|
|
6043
|
-
top?: undefined;
|
|
6044
|
-
bottom?: undefined;
|
|
6045
6044
|
right?: undefined;
|
|
6045
|
+
bottom?: undefined;
|
|
6046
6046
|
} | {
|
|
6047
|
-
|
|
6047
|
+
bottom: string;
|
|
6048
|
+
left: string;
|
|
6048
6049
|
transform: string;
|
|
6049
6050
|
top?: undefined;
|
|
6050
|
-
|
|
6051
|
-
left?: undefined;
|
|
6051
|
+
right?: undefined;
|
|
6052
6052
|
} | {
|
|
6053
6053
|
top?: undefined;
|
|
6054
|
+
right?: undefined;
|
|
6054
6055
|
transform?: undefined;
|
|
6055
6056
|
bottom?: undefined;
|
|
6056
6057
|
left?: undefined;
|
|
6057
|
-
right?: undefined;
|
|
6058
6058
|
}>;
|
|
6059
6059
|
onVisibleChange: (val: boolean) => void;
|
|
6060
6060
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6061
6061
|
'visible-change': (v: boolean) => boolean;
|
|
6062
6062
|
'update:visible': (v: boolean) => boolean;
|
|
6063
6063
|
}, import("vue").PublicProps, {
|
|
6064
|
-
color: "
|
|
6064
|
+
color: "light" | "red";
|
|
6065
6065
|
offset: number[];
|
|
6066
6066
|
visible: boolean;
|
|
6067
6067
|
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";
|
|
@@ -6315,8 +6315,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6315
6315
|
default: boolean;
|
|
6316
6316
|
};
|
|
6317
6317
|
color: {
|
|
6318
|
-
type: PropType<"
|
|
6319
|
-
default: "
|
|
6318
|
+
type: PropType<"light" | "red">;
|
|
6319
|
+
default: "light" | "red";
|
|
6320
6320
|
validator: (val: string) => boolean;
|
|
6321
6321
|
};
|
|
6322
6322
|
}>> & Readonly<{
|
|
@@ -6328,38 +6328,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6328
6328
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6329
6329
|
arrowStyle: import("vue").ComputedRef<{
|
|
6330
6330
|
top: string;
|
|
6331
|
+
right: string;
|
|
6331
6332
|
transform: string;
|
|
6332
6333
|
bottom?: undefined;
|
|
6333
6334
|
left?: undefined;
|
|
6334
|
-
right?: undefined;
|
|
6335
6335
|
} | {
|
|
6336
6336
|
bottom: string;
|
|
6337
|
+
right: string;
|
|
6337
6338
|
transform: string;
|
|
6338
6339
|
top?: undefined;
|
|
6339
6340
|
left?: undefined;
|
|
6340
|
-
right?: undefined;
|
|
6341
6341
|
} | {
|
|
6342
|
+
top: string;
|
|
6342
6343
|
left: string;
|
|
6343
6344
|
transform: string;
|
|
6344
|
-
top?: undefined;
|
|
6345
|
-
bottom?: undefined;
|
|
6346
6345
|
right?: undefined;
|
|
6346
|
+
bottom?: undefined;
|
|
6347
6347
|
} | {
|
|
6348
|
-
|
|
6348
|
+
bottom: string;
|
|
6349
|
+
left: string;
|
|
6349
6350
|
transform: string;
|
|
6350
6351
|
top?: undefined;
|
|
6351
|
-
|
|
6352
|
-
left?: undefined;
|
|
6352
|
+
right?: undefined;
|
|
6353
6353
|
} | {
|
|
6354
6354
|
top?: undefined;
|
|
6355
|
+
right?: undefined;
|
|
6355
6356
|
transform?: undefined;
|
|
6356
6357
|
bottom?: undefined;
|
|
6357
6358
|
left?: undefined;
|
|
6358
|
-
right?: undefined;
|
|
6359
6359
|
}>;
|
|
6360
6360
|
onVisibleChange: (val: boolean) => void;
|
|
6361
6361
|
}, {}, {}, {}, {
|
|
6362
|
-
color: "
|
|
6362
|
+
color: "light" | "red";
|
|
6363
6363
|
offset: number[];
|
|
6364
6364
|
visible: boolean;
|
|
6365
6365
|
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";
|
|
@@ -6422,8 +6422,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6422
6422
|
default: boolean;
|
|
6423
6423
|
};
|
|
6424
6424
|
color: {
|
|
6425
|
-
type: PropType<"
|
|
6426
|
-
default: "
|
|
6425
|
+
type: PropType<"light" | "red">;
|
|
6426
|
+
default: "light" | "red";
|
|
6427
6427
|
validator: (val: string) => boolean;
|
|
6428
6428
|
};
|
|
6429
6429
|
}>> & Readonly<{
|
|
@@ -6435,41 +6435,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6435
6435
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6436
6436
|
arrowStyle: import("vue").ComputedRef<{
|
|
6437
6437
|
top: string;
|
|
6438
|
+
right: string;
|
|
6438
6439
|
transform: string;
|
|
6439
6440
|
bottom?: undefined;
|
|
6440
6441
|
left?: undefined;
|
|
6441
|
-
right?: undefined;
|
|
6442
6442
|
} | {
|
|
6443
6443
|
bottom: string;
|
|
6444
|
+
right: string;
|
|
6444
6445
|
transform: string;
|
|
6445
6446
|
top?: undefined;
|
|
6446
6447
|
left?: undefined;
|
|
6447
|
-
right?: undefined;
|
|
6448
6448
|
} | {
|
|
6449
|
+
top: string;
|
|
6449
6450
|
left: string;
|
|
6450
6451
|
transform: string;
|
|
6451
|
-
top?: undefined;
|
|
6452
|
-
bottom?: undefined;
|
|
6453
6452
|
right?: undefined;
|
|
6453
|
+
bottom?: undefined;
|
|
6454
6454
|
} | {
|
|
6455
|
-
|
|
6455
|
+
bottom: string;
|
|
6456
|
+
left: string;
|
|
6456
6457
|
transform: string;
|
|
6457
6458
|
top?: undefined;
|
|
6458
|
-
|
|
6459
|
-
left?: undefined;
|
|
6459
|
+
right?: undefined;
|
|
6460
6460
|
} | {
|
|
6461
6461
|
top?: undefined;
|
|
6462
|
+
right?: undefined;
|
|
6462
6463
|
transform?: undefined;
|
|
6463
6464
|
bottom?: undefined;
|
|
6464
6465
|
left?: undefined;
|
|
6465
|
-
right?: undefined;
|
|
6466
6466
|
}>;
|
|
6467
6467
|
onVisibleChange: (val: boolean) => void;
|
|
6468
6468
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6469
6469
|
'visible-change': (v: boolean) => boolean;
|
|
6470
6470
|
'update:visible': (v: boolean) => boolean;
|
|
6471
6471
|
}, string, {
|
|
6472
|
-
color: "
|
|
6472
|
+
color: "light" | "red";
|
|
6473
6473
|
offset: number[];
|
|
6474
6474
|
visible: boolean;
|
|
6475
6475
|
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";
|