@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
|
@@ -1257,8 +1257,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1257
1257
|
default: boolean;
|
|
1258
1258
|
};
|
|
1259
1259
|
color: {
|
|
1260
|
-
type: PropType<"
|
|
1261
|
-
default: "
|
|
1260
|
+
type: PropType<"light" | "red">;
|
|
1261
|
+
default: "light" | "red";
|
|
1262
1262
|
validator: (val: string) => boolean;
|
|
1263
1263
|
};
|
|
1264
1264
|
}>> & Readonly<{
|
|
@@ -1270,41 +1270,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1270
1270
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1271
1271
|
arrowStyle: import("vue").ComputedRef<{
|
|
1272
1272
|
top: string;
|
|
1273
|
+
right: string;
|
|
1273
1274
|
transform: string;
|
|
1274
1275
|
bottom?: undefined;
|
|
1275
1276
|
left?: undefined;
|
|
1276
|
-
right?: undefined;
|
|
1277
1277
|
} | {
|
|
1278
1278
|
bottom: string;
|
|
1279
|
+
right: string;
|
|
1279
1280
|
transform: string;
|
|
1280
1281
|
top?: undefined;
|
|
1281
1282
|
left?: undefined;
|
|
1282
|
-
right?: undefined;
|
|
1283
1283
|
} | {
|
|
1284
|
+
top: string;
|
|
1284
1285
|
left: string;
|
|
1285
1286
|
transform: string;
|
|
1286
|
-
top?: undefined;
|
|
1287
|
-
bottom?: undefined;
|
|
1288
1287
|
right?: undefined;
|
|
1288
|
+
bottom?: undefined;
|
|
1289
1289
|
} | {
|
|
1290
|
-
|
|
1290
|
+
bottom: string;
|
|
1291
|
+
left: string;
|
|
1291
1292
|
transform: string;
|
|
1292
1293
|
top?: undefined;
|
|
1293
|
-
|
|
1294
|
-
left?: undefined;
|
|
1294
|
+
right?: undefined;
|
|
1295
1295
|
} | {
|
|
1296
1296
|
top?: undefined;
|
|
1297
|
+
right?: undefined;
|
|
1297
1298
|
transform?: undefined;
|
|
1298
1299
|
bottom?: undefined;
|
|
1299
1300
|
left?: undefined;
|
|
1300
|
-
right?: undefined;
|
|
1301
1301
|
}>;
|
|
1302
1302
|
onVisibleChange: (val: boolean) => void;
|
|
1303
1303
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1304
1304
|
'visible-change': (v: boolean) => boolean;
|
|
1305
1305
|
'update:visible': (v: boolean) => boolean;
|
|
1306
1306
|
}, import("vue").PublicProps, {
|
|
1307
|
-
color: "
|
|
1307
|
+
color: "light" | "red";
|
|
1308
1308
|
offset: number[];
|
|
1309
1309
|
visible: boolean;
|
|
1310
1310
|
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";
|
|
@@ -1558,8 +1558,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1558
1558
|
default: boolean;
|
|
1559
1559
|
};
|
|
1560
1560
|
color: {
|
|
1561
|
-
type: PropType<"
|
|
1562
|
-
default: "
|
|
1561
|
+
type: PropType<"light" | "red">;
|
|
1562
|
+
default: "light" | "red";
|
|
1563
1563
|
validator: (val: string) => boolean;
|
|
1564
1564
|
};
|
|
1565
1565
|
}>> & Readonly<{
|
|
@@ -1571,38 +1571,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1571
1571
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1572
1572
|
arrowStyle: import("vue").ComputedRef<{
|
|
1573
1573
|
top: string;
|
|
1574
|
+
right: string;
|
|
1574
1575
|
transform: string;
|
|
1575
1576
|
bottom?: undefined;
|
|
1576
1577
|
left?: undefined;
|
|
1577
|
-
right?: undefined;
|
|
1578
1578
|
} | {
|
|
1579
1579
|
bottom: string;
|
|
1580
|
+
right: string;
|
|
1580
1581
|
transform: string;
|
|
1581
1582
|
top?: undefined;
|
|
1582
1583
|
left?: undefined;
|
|
1583
|
-
right?: undefined;
|
|
1584
1584
|
} | {
|
|
1585
|
+
top: string;
|
|
1585
1586
|
left: string;
|
|
1586
1587
|
transform: string;
|
|
1587
|
-
top?: undefined;
|
|
1588
|
-
bottom?: undefined;
|
|
1589
1588
|
right?: undefined;
|
|
1589
|
+
bottom?: undefined;
|
|
1590
1590
|
} | {
|
|
1591
|
-
|
|
1591
|
+
bottom: string;
|
|
1592
|
+
left: string;
|
|
1592
1593
|
transform: string;
|
|
1593
1594
|
top?: undefined;
|
|
1594
|
-
|
|
1595
|
-
left?: undefined;
|
|
1595
|
+
right?: undefined;
|
|
1596
1596
|
} | {
|
|
1597
1597
|
top?: undefined;
|
|
1598
|
+
right?: undefined;
|
|
1598
1599
|
transform?: undefined;
|
|
1599
1600
|
bottom?: undefined;
|
|
1600
1601
|
left?: undefined;
|
|
1601
|
-
right?: undefined;
|
|
1602
1602
|
}>;
|
|
1603
1603
|
onVisibleChange: (val: boolean) => void;
|
|
1604
1604
|
}, {}, {}, {}, {
|
|
1605
|
-
color: "
|
|
1605
|
+
color: "light" | "red";
|
|
1606
1606
|
offset: number[];
|
|
1607
1607
|
visible: boolean;
|
|
1608
1608
|
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";
|
|
@@ -1665,8 +1665,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1665
1665
|
default: boolean;
|
|
1666
1666
|
};
|
|
1667
1667
|
color: {
|
|
1668
|
-
type: PropType<"
|
|
1669
|
-
default: "
|
|
1668
|
+
type: PropType<"light" | "red">;
|
|
1669
|
+
default: "light" | "red";
|
|
1670
1670
|
validator: (val: string) => boolean;
|
|
1671
1671
|
};
|
|
1672
1672
|
}>> & Readonly<{
|
|
@@ -1678,41 +1678,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1678
1678
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1679
1679
|
arrowStyle: import("vue").ComputedRef<{
|
|
1680
1680
|
top: string;
|
|
1681
|
+
right: string;
|
|
1681
1682
|
transform: string;
|
|
1682
1683
|
bottom?: undefined;
|
|
1683
1684
|
left?: undefined;
|
|
1684
|
-
right?: undefined;
|
|
1685
1685
|
} | {
|
|
1686
1686
|
bottom: string;
|
|
1687
|
+
right: string;
|
|
1687
1688
|
transform: string;
|
|
1688
1689
|
top?: undefined;
|
|
1689
1690
|
left?: undefined;
|
|
1690
|
-
right?: undefined;
|
|
1691
1691
|
} | {
|
|
1692
|
+
top: string;
|
|
1692
1693
|
left: string;
|
|
1693
1694
|
transform: string;
|
|
1694
|
-
top?: undefined;
|
|
1695
|
-
bottom?: undefined;
|
|
1696
1695
|
right?: undefined;
|
|
1696
|
+
bottom?: undefined;
|
|
1697
1697
|
} | {
|
|
1698
|
-
|
|
1698
|
+
bottom: string;
|
|
1699
|
+
left: string;
|
|
1699
1700
|
transform: string;
|
|
1700
1701
|
top?: undefined;
|
|
1701
|
-
|
|
1702
|
-
left?: undefined;
|
|
1702
|
+
right?: undefined;
|
|
1703
1703
|
} | {
|
|
1704
1704
|
top?: undefined;
|
|
1705
|
+
right?: undefined;
|
|
1705
1706
|
transform?: undefined;
|
|
1706
1707
|
bottom?: undefined;
|
|
1707
1708
|
left?: undefined;
|
|
1708
|
-
right?: undefined;
|
|
1709
1709
|
}>;
|
|
1710
1710
|
onVisibleChange: (val: boolean) => void;
|
|
1711
1711
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1712
1712
|
'visible-change': (v: boolean) => boolean;
|
|
1713
1713
|
'update:visible': (v: boolean) => boolean;
|
|
1714
1714
|
}, string, {
|
|
1715
|
-
color: "
|
|
1715
|
+
color: "light" | "red";
|
|
1716
1716
|
offset: number[];
|
|
1717
1717
|
visible: boolean;
|
|
1718
1718
|
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";
|
|
@@ -2445,8 +2445,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2445
2445
|
default: boolean;
|
|
2446
2446
|
};
|
|
2447
2447
|
color: {
|
|
2448
|
-
type: PropType<"
|
|
2449
|
-
default: "
|
|
2448
|
+
type: PropType<"light" | "red">;
|
|
2449
|
+
default: "light" | "red";
|
|
2450
2450
|
validator: (val: string) => boolean;
|
|
2451
2451
|
};
|
|
2452
2452
|
}>> & Readonly<{
|
|
@@ -2458,41 +2458,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2458
2458
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2459
2459
|
arrowStyle: import("vue").ComputedRef<{
|
|
2460
2460
|
top: string;
|
|
2461
|
+
right: string;
|
|
2461
2462
|
transform: string;
|
|
2462
2463
|
bottom?: undefined;
|
|
2463
2464
|
left?: undefined;
|
|
2464
|
-
right?: undefined;
|
|
2465
2465
|
} | {
|
|
2466
2466
|
bottom: string;
|
|
2467
|
+
right: string;
|
|
2467
2468
|
transform: string;
|
|
2468
2469
|
top?: undefined;
|
|
2469
2470
|
left?: undefined;
|
|
2470
|
-
right?: undefined;
|
|
2471
2471
|
} | {
|
|
2472
|
+
top: string;
|
|
2472
2473
|
left: string;
|
|
2473
2474
|
transform: string;
|
|
2474
|
-
top?: undefined;
|
|
2475
|
-
bottom?: undefined;
|
|
2476
2475
|
right?: undefined;
|
|
2476
|
+
bottom?: undefined;
|
|
2477
2477
|
} | {
|
|
2478
|
-
|
|
2478
|
+
bottom: string;
|
|
2479
|
+
left: string;
|
|
2479
2480
|
transform: string;
|
|
2480
2481
|
top?: undefined;
|
|
2481
|
-
|
|
2482
|
-
left?: undefined;
|
|
2482
|
+
right?: undefined;
|
|
2483
2483
|
} | {
|
|
2484
2484
|
top?: undefined;
|
|
2485
|
+
right?: undefined;
|
|
2485
2486
|
transform?: undefined;
|
|
2486
2487
|
bottom?: undefined;
|
|
2487
2488
|
left?: undefined;
|
|
2488
|
-
right?: undefined;
|
|
2489
2489
|
}>;
|
|
2490
2490
|
onVisibleChange: (val: boolean) => void;
|
|
2491
2491
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2492
2492
|
'visible-change': (v: boolean) => boolean;
|
|
2493
2493
|
'update:visible': (v: boolean) => boolean;
|
|
2494
2494
|
}, import("vue").PublicProps, {
|
|
2495
|
-
color: "
|
|
2495
|
+
color: "light" | "red";
|
|
2496
2496
|
offset: number[];
|
|
2497
2497
|
visible: boolean;
|
|
2498
2498
|
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";
|
|
@@ -2746,8 +2746,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2746
2746
|
default: boolean;
|
|
2747
2747
|
};
|
|
2748
2748
|
color: {
|
|
2749
|
-
type: PropType<"
|
|
2750
|
-
default: "
|
|
2749
|
+
type: PropType<"light" | "red">;
|
|
2750
|
+
default: "light" | "red";
|
|
2751
2751
|
validator: (val: string) => boolean;
|
|
2752
2752
|
};
|
|
2753
2753
|
}>> & Readonly<{
|
|
@@ -2759,38 +2759,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2759
2759
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2760
2760
|
arrowStyle: import("vue").ComputedRef<{
|
|
2761
2761
|
top: string;
|
|
2762
|
+
right: string;
|
|
2762
2763
|
transform: string;
|
|
2763
2764
|
bottom?: undefined;
|
|
2764
2765
|
left?: undefined;
|
|
2765
|
-
right?: undefined;
|
|
2766
2766
|
} | {
|
|
2767
2767
|
bottom: string;
|
|
2768
|
+
right: string;
|
|
2768
2769
|
transform: string;
|
|
2769
2770
|
top?: undefined;
|
|
2770
2771
|
left?: undefined;
|
|
2771
|
-
right?: undefined;
|
|
2772
2772
|
} | {
|
|
2773
|
+
top: string;
|
|
2773
2774
|
left: string;
|
|
2774
2775
|
transform: string;
|
|
2775
|
-
top?: undefined;
|
|
2776
|
-
bottom?: undefined;
|
|
2777
2776
|
right?: undefined;
|
|
2777
|
+
bottom?: undefined;
|
|
2778
2778
|
} | {
|
|
2779
|
-
|
|
2779
|
+
bottom: string;
|
|
2780
|
+
left: string;
|
|
2780
2781
|
transform: string;
|
|
2781
2782
|
top?: undefined;
|
|
2782
|
-
|
|
2783
|
-
left?: undefined;
|
|
2783
|
+
right?: undefined;
|
|
2784
2784
|
} | {
|
|
2785
2785
|
top?: undefined;
|
|
2786
|
+
right?: undefined;
|
|
2786
2787
|
transform?: undefined;
|
|
2787
2788
|
bottom?: undefined;
|
|
2788
2789
|
left?: undefined;
|
|
2789
|
-
right?: undefined;
|
|
2790
2790
|
}>;
|
|
2791
2791
|
onVisibleChange: (val: boolean) => void;
|
|
2792
2792
|
}, {}, {}, {}, {
|
|
2793
|
-
color: "
|
|
2793
|
+
color: "light" | "red";
|
|
2794
2794
|
offset: number[];
|
|
2795
2795
|
visible: boolean;
|
|
2796
2796
|
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";
|
|
@@ -2853,8 +2853,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2853
2853
|
default: boolean;
|
|
2854
2854
|
};
|
|
2855
2855
|
color: {
|
|
2856
|
-
type: PropType<"
|
|
2857
|
-
default: "
|
|
2856
|
+
type: PropType<"light" | "red">;
|
|
2857
|
+
default: "light" | "red";
|
|
2858
2858
|
validator: (val: string) => boolean;
|
|
2859
2859
|
};
|
|
2860
2860
|
}>> & Readonly<{
|
|
@@ -2866,41 +2866,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2866
2866
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2867
2867
|
arrowStyle: import("vue").ComputedRef<{
|
|
2868
2868
|
top: string;
|
|
2869
|
+
right: string;
|
|
2869
2870
|
transform: string;
|
|
2870
2871
|
bottom?: undefined;
|
|
2871
2872
|
left?: undefined;
|
|
2872
|
-
right?: undefined;
|
|
2873
2873
|
} | {
|
|
2874
2874
|
bottom: string;
|
|
2875
|
+
right: string;
|
|
2875
2876
|
transform: string;
|
|
2876
2877
|
top?: undefined;
|
|
2877
2878
|
left?: undefined;
|
|
2878
|
-
right?: undefined;
|
|
2879
2879
|
} | {
|
|
2880
|
+
top: string;
|
|
2880
2881
|
left: string;
|
|
2881
2882
|
transform: string;
|
|
2882
|
-
top?: undefined;
|
|
2883
|
-
bottom?: undefined;
|
|
2884
2883
|
right?: undefined;
|
|
2884
|
+
bottom?: undefined;
|
|
2885
2885
|
} | {
|
|
2886
|
-
|
|
2886
|
+
bottom: string;
|
|
2887
|
+
left: string;
|
|
2887
2888
|
transform: string;
|
|
2888
2889
|
top?: undefined;
|
|
2889
|
-
|
|
2890
|
-
left?: undefined;
|
|
2890
|
+
right?: undefined;
|
|
2891
2891
|
} | {
|
|
2892
2892
|
top?: undefined;
|
|
2893
|
+
right?: undefined;
|
|
2893
2894
|
transform?: undefined;
|
|
2894
2895
|
bottom?: undefined;
|
|
2895
2896
|
left?: undefined;
|
|
2896
|
-
right?: undefined;
|
|
2897
2897
|
}>;
|
|
2898
2898
|
onVisibleChange: (val: boolean) => void;
|
|
2899
2899
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2900
2900
|
'visible-change': (v: boolean) => boolean;
|
|
2901
2901
|
'update:visible': (v: boolean) => boolean;
|
|
2902
2902
|
}, string, {
|
|
2903
|
-
color: "
|
|
2903
|
+
color: "light" | "red";
|
|
2904
2904
|
offset: number[];
|
|
2905
2905
|
visible: boolean;
|
|
2906
2906
|
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";
|
|
@@ -4730,8 +4730,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4730
4730
|
default: boolean;
|
|
4731
4731
|
};
|
|
4732
4732
|
color: {
|
|
4733
|
-
type: PropType<"
|
|
4734
|
-
default: "
|
|
4733
|
+
type: PropType<"light" | "red">;
|
|
4734
|
+
default: "light" | "red";
|
|
4735
4735
|
validator: (val: string) => boolean;
|
|
4736
4736
|
};
|
|
4737
4737
|
}>> & Readonly<{
|
|
@@ -4743,41 +4743,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4743
4743
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4744
4744
|
arrowStyle: import("vue").ComputedRef<{
|
|
4745
4745
|
top: string;
|
|
4746
|
+
right: string;
|
|
4746
4747
|
transform: string;
|
|
4747
4748
|
bottom?: undefined;
|
|
4748
4749
|
left?: undefined;
|
|
4749
|
-
right?: undefined;
|
|
4750
4750
|
} | {
|
|
4751
4751
|
bottom: string;
|
|
4752
|
+
right: string;
|
|
4752
4753
|
transform: string;
|
|
4753
4754
|
top?: undefined;
|
|
4754
4755
|
left?: undefined;
|
|
4755
|
-
right?: undefined;
|
|
4756
4756
|
} | {
|
|
4757
|
+
top: string;
|
|
4757
4758
|
left: string;
|
|
4758
4759
|
transform: string;
|
|
4759
|
-
top?: undefined;
|
|
4760
|
-
bottom?: undefined;
|
|
4761
4760
|
right?: undefined;
|
|
4761
|
+
bottom?: undefined;
|
|
4762
4762
|
} | {
|
|
4763
|
-
|
|
4763
|
+
bottom: string;
|
|
4764
|
+
left: string;
|
|
4764
4765
|
transform: string;
|
|
4765
4766
|
top?: undefined;
|
|
4766
|
-
|
|
4767
|
-
left?: undefined;
|
|
4767
|
+
right?: undefined;
|
|
4768
4768
|
} | {
|
|
4769
4769
|
top?: undefined;
|
|
4770
|
+
right?: undefined;
|
|
4770
4771
|
transform?: undefined;
|
|
4771
4772
|
bottom?: undefined;
|
|
4772
4773
|
left?: undefined;
|
|
4773
|
-
right?: undefined;
|
|
4774
4774
|
}>;
|
|
4775
4775
|
onVisibleChange: (val: boolean) => void;
|
|
4776
4776
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4777
4777
|
'visible-change': (v: boolean) => boolean;
|
|
4778
4778
|
'update:visible': (v: boolean) => boolean;
|
|
4779
4779
|
}, import("vue").PublicProps, {
|
|
4780
|
-
color: "
|
|
4780
|
+
color: "light" | "red";
|
|
4781
4781
|
offset: number[];
|
|
4782
4782
|
visible: boolean;
|
|
4783
4783
|
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";
|
|
@@ -5031,8 +5031,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5031
5031
|
default: boolean;
|
|
5032
5032
|
};
|
|
5033
5033
|
color: {
|
|
5034
|
-
type: PropType<"
|
|
5035
|
-
default: "
|
|
5034
|
+
type: PropType<"light" | "red">;
|
|
5035
|
+
default: "light" | "red";
|
|
5036
5036
|
validator: (val: string) => boolean;
|
|
5037
5037
|
};
|
|
5038
5038
|
}>> & Readonly<{
|
|
@@ -5044,38 +5044,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5044
5044
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5045
5045
|
arrowStyle: import("vue").ComputedRef<{
|
|
5046
5046
|
top: string;
|
|
5047
|
+
right: string;
|
|
5047
5048
|
transform: string;
|
|
5048
5049
|
bottom?: undefined;
|
|
5049
5050
|
left?: undefined;
|
|
5050
|
-
right?: undefined;
|
|
5051
5051
|
} | {
|
|
5052
5052
|
bottom: string;
|
|
5053
|
+
right: string;
|
|
5053
5054
|
transform: string;
|
|
5054
5055
|
top?: undefined;
|
|
5055
5056
|
left?: undefined;
|
|
5056
|
-
right?: undefined;
|
|
5057
5057
|
} | {
|
|
5058
|
+
top: string;
|
|
5058
5059
|
left: string;
|
|
5059
5060
|
transform: string;
|
|
5060
|
-
top?: undefined;
|
|
5061
|
-
bottom?: undefined;
|
|
5062
5061
|
right?: undefined;
|
|
5062
|
+
bottom?: undefined;
|
|
5063
5063
|
} | {
|
|
5064
|
-
|
|
5064
|
+
bottom: string;
|
|
5065
|
+
left: string;
|
|
5065
5066
|
transform: string;
|
|
5066
5067
|
top?: undefined;
|
|
5067
|
-
|
|
5068
|
-
left?: undefined;
|
|
5068
|
+
right?: undefined;
|
|
5069
5069
|
} | {
|
|
5070
5070
|
top?: undefined;
|
|
5071
|
+
right?: undefined;
|
|
5071
5072
|
transform?: undefined;
|
|
5072
5073
|
bottom?: undefined;
|
|
5073
5074
|
left?: undefined;
|
|
5074
|
-
right?: undefined;
|
|
5075
5075
|
}>;
|
|
5076
5076
|
onVisibleChange: (val: boolean) => void;
|
|
5077
5077
|
}, {}, {}, {}, {
|
|
5078
|
-
color: "
|
|
5078
|
+
color: "light" | "red";
|
|
5079
5079
|
offset: number[];
|
|
5080
5080
|
visible: boolean;
|
|
5081
5081
|
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";
|
|
@@ -5138,8 +5138,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5138
5138
|
default: boolean;
|
|
5139
5139
|
};
|
|
5140
5140
|
color: {
|
|
5141
|
-
type: PropType<"
|
|
5142
|
-
default: "
|
|
5141
|
+
type: PropType<"light" | "red">;
|
|
5142
|
+
default: "light" | "red";
|
|
5143
5143
|
validator: (val: string) => boolean;
|
|
5144
5144
|
};
|
|
5145
5145
|
}>> & Readonly<{
|
|
@@ -5151,41 +5151,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5151
5151
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5152
5152
|
arrowStyle: import("vue").ComputedRef<{
|
|
5153
5153
|
top: string;
|
|
5154
|
+
right: string;
|
|
5154
5155
|
transform: string;
|
|
5155
5156
|
bottom?: undefined;
|
|
5156
5157
|
left?: undefined;
|
|
5157
|
-
right?: undefined;
|
|
5158
5158
|
} | {
|
|
5159
5159
|
bottom: string;
|
|
5160
|
+
right: string;
|
|
5160
5161
|
transform: string;
|
|
5161
5162
|
top?: undefined;
|
|
5162
5163
|
left?: undefined;
|
|
5163
|
-
right?: undefined;
|
|
5164
5164
|
} | {
|
|
5165
|
+
top: string;
|
|
5165
5166
|
left: string;
|
|
5166
5167
|
transform: string;
|
|
5167
|
-
top?: undefined;
|
|
5168
|
-
bottom?: undefined;
|
|
5169
5168
|
right?: undefined;
|
|
5169
|
+
bottom?: undefined;
|
|
5170
5170
|
} | {
|
|
5171
|
-
|
|
5171
|
+
bottom: string;
|
|
5172
|
+
left: string;
|
|
5172
5173
|
transform: string;
|
|
5173
5174
|
top?: undefined;
|
|
5174
|
-
|
|
5175
|
-
left?: undefined;
|
|
5175
|
+
right?: undefined;
|
|
5176
5176
|
} | {
|
|
5177
5177
|
top?: undefined;
|
|
5178
|
+
right?: undefined;
|
|
5178
5179
|
transform?: undefined;
|
|
5179
5180
|
bottom?: undefined;
|
|
5180
5181
|
left?: undefined;
|
|
5181
|
-
right?: undefined;
|
|
5182
5182
|
}>;
|
|
5183
5183
|
onVisibleChange: (val: boolean) => void;
|
|
5184
5184
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5185
5185
|
'visible-change': (v: boolean) => boolean;
|
|
5186
5186
|
'update:visible': (v: boolean) => boolean;
|
|
5187
5187
|
}, string, {
|
|
5188
|
-
color: "
|
|
5188
|
+
color: "light" | "red";
|
|
5189
5189
|
offset: number[];
|
|
5190
5190
|
visible: boolean;
|
|
5191
5191
|
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";
|
|
@@ -6011,8 +6011,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6011
6011
|
default: boolean;
|
|
6012
6012
|
};
|
|
6013
6013
|
color: {
|
|
6014
|
-
type: PropType<"
|
|
6015
|
-
default: "
|
|
6014
|
+
type: PropType<"light" | "red">;
|
|
6015
|
+
default: "light" | "red";
|
|
6016
6016
|
validator: (val: string) => boolean;
|
|
6017
6017
|
};
|
|
6018
6018
|
}>> & Readonly<{
|
|
@@ -6024,41 +6024,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6024
6024
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6025
6025
|
arrowStyle: import("vue").ComputedRef<{
|
|
6026
6026
|
top: string;
|
|
6027
|
+
right: string;
|
|
6027
6028
|
transform: string;
|
|
6028
6029
|
bottom?: undefined;
|
|
6029
6030
|
left?: undefined;
|
|
6030
|
-
right?: undefined;
|
|
6031
6031
|
} | {
|
|
6032
6032
|
bottom: string;
|
|
6033
|
+
right: string;
|
|
6033
6034
|
transform: string;
|
|
6034
6035
|
top?: undefined;
|
|
6035
6036
|
left?: undefined;
|
|
6036
|
-
right?: undefined;
|
|
6037
6037
|
} | {
|
|
6038
|
+
top: string;
|
|
6038
6039
|
left: string;
|
|
6039
6040
|
transform: string;
|
|
6040
|
-
top?: undefined;
|
|
6041
|
-
bottom?: undefined;
|
|
6042
6041
|
right?: undefined;
|
|
6042
|
+
bottom?: undefined;
|
|
6043
6043
|
} | {
|
|
6044
|
-
|
|
6044
|
+
bottom: string;
|
|
6045
|
+
left: string;
|
|
6045
6046
|
transform: string;
|
|
6046
6047
|
top?: undefined;
|
|
6047
|
-
|
|
6048
|
-
left?: undefined;
|
|
6048
|
+
right?: undefined;
|
|
6049
6049
|
} | {
|
|
6050
6050
|
top?: undefined;
|
|
6051
|
+
right?: undefined;
|
|
6051
6052
|
transform?: undefined;
|
|
6052
6053
|
bottom?: undefined;
|
|
6053
6054
|
left?: undefined;
|
|
6054
|
-
right?: undefined;
|
|
6055
6055
|
}>;
|
|
6056
6056
|
onVisibleChange: (val: boolean) => void;
|
|
6057
6057
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6058
6058
|
'visible-change': (v: boolean) => boolean;
|
|
6059
6059
|
'update:visible': (v: boolean) => boolean;
|
|
6060
6060
|
}, import("vue").PublicProps, {
|
|
6061
|
-
color: "
|
|
6061
|
+
color: "light" | "red";
|
|
6062
6062
|
offset: number[];
|
|
6063
6063
|
visible: boolean;
|
|
6064
6064
|
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";
|
|
@@ -6312,8 +6312,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6312
6312
|
default: boolean;
|
|
6313
6313
|
};
|
|
6314
6314
|
color: {
|
|
6315
|
-
type: PropType<"
|
|
6316
|
-
default: "
|
|
6315
|
+
type: PropType<"light" | "red">;
|
|
6316
|
+
default: "light" | "red";
|
|
6317
6317
|
validator: (val: string) => boolean;
|
|
6318
6318
|
};
|
|
6319
6319
|
}>> & Readonly<{
|
|
@@ -6325,38 +6325,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6325
6325
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6326
6326
|
arrowStyle: import("vue").ComputedRef<{
|
|
6327
6327
|
top: string;
|
|
6328
|
+
right: string;
|
|
6328
6329
|
transform: string;
|
|
6329
6330
|
bottom?: undefined;
|
|
6330
6331
|
left?: undefined;
|
|
6331
|
-
right?: undefined;
|
|
6332
6332
|
} | {
|
|
6333
6333
|
bottom: string;
|
|
6334
|
+
right: string;
|
|
6334
6335
|
transform: string;
|
|
6335
6336
|
top?: undefined;
|
|
6336
6337
|
left?: undefined;
|
|
6337
|
-
right?: undefined;
|
|
6338
6338
|
} | {
|
|
6339
|
+
top: string;
|
|
6339
6340
|
left: string;
|
|
6340
6341
|
transform: string;
|
|
6341
|
-
top?: undefined;
|
|
6342
|
-
bottom?: undefined;
|
|
6343
6342
|
right?: undefined;
|
|
6343
|
+
bottom?: undefined;
|
|
6344
6344
|
} | {
|
|
6345
|
-
|
|
6345
|
+
bottom: string;
|
|
6346
|
+
left: string;
|
|
6346
6347
|
transform: string;
|
|
6347
6348
|
top?: undefined;
|
|
6348
|
-
|
|
6349
|
-
left?: undefined;
|
|
6349
|
+
right?: undefined;
|
|
6350
6350
|
} | {
|
|
6351
6351
|
top?: undefined;
|
|
6352
|
+
right?: undefined;
|
|
6352
6353
|
transform?: undefined;
|
|
6353
6354
|
bottom?: undefined;
|
|
6354
6355
|
left?: undefined;
|
|
6355
|
-
right?: undefined;
|
|
6356
6356
|
}>;
|
|
6357
6357
|
onVisibleChange: (val: boolean) => void;
|
|
6358
6358
|
}, {}, {}, {}, {
|
|
6359
|
-
color: "
|
|
6359
|
+
color: "light" | "red";
|
|
6360
6360
|
offset: number[];
|
|
6361
6361
|
visible: boolean;
|
|
6362
6362
|
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";
|
|
@@ -6419,8 +6419,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6419
6419
|
default: boolean;
|
|
6420
6420
|
};
|
|
6421
6421
|
color: {
|
|
6422
|
-
type: PropType<"
|
|
6423
|
-
default: "
|
|
6422
|
+
type: PropType<"light" | "red">;
|
|
6423
|
+
default: "light" | "red";
|
|
6424
6424
|
validator: (val: string) => boolean;
|
|
6425
6425
|
};
|
|
6426
6426
|
}>> & Readonly<{
|
|
@@ -6432,41 +6432,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6432
6432
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6433
6433
|
arrowStyle: import("vue").ComputedRef<{
|
|
6434
6434
|
top: string;
|
|
6435
|
+
right: string;
|
|
6435
6436
|
transform: string;
|
|
6436
6437
|
bottom?: undefined;
|
|
6437
6438
|
left?: undefined;
|
|
6438
|
-
right?: undefined;
|
|
6439
6439
|
} | {
|
|
6440
6440
|
bottom: string;
|
|
6441
|
+
right: string;
|
|
6441
6442
|
transform: string;
|
|
6442
6443
|
top?: undefined;
|
|
6443
6444
|
left?: undefined;
|
|
6444
|
-
right?: undefined;
|
|
6445
6445
|
} | {
|
|
6446
|
+
top: string;
|
|
6446
6447
|
left: string;
|
|
6447
6448
|
transform: string;
|
|
6448
|
-
top?: undefined;
|
|
6449
|
-
bottom?: undefined;
|
|
6450
6449
|
right?: undefined;
|
|
6450
|
+
bottom?: undefined;
|
|
6451
6451
|
} | {
|
|
6452
|
-
|
|
6452
|
+
bottom: string;
|
|
6453
|
+
left: string;
|
|
6453
6454
|
transform: string;
|
|
6454
6455
|
top?: undefined;
|
|
6455
|
-
|
|
6456
|
-
left?: undefined;
|
|
6456
|
+
right?: undefined;
|
|
6457
6457
|
} | {
|
|
6458
6458
|
top?: undefined;
|
|
6459
|
+
right?: undefined;
|
|
6459
6460
|
transform?: undefined;
|
|
6460
6461
|
bottom?: undefined;
|
|
6461
6462
|
left?: undefined;
|
|
6462
|
-
right?: undefined;
|
|
6463
6463
|
}>;
|
|
6464
6464
|
onVisibleChange: (val: boolean) => void;
|
|
6465
6465
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6466
6466
|
'visible-change': (v: boolean) => boolean;
|
|
6467
6467
|
'update:visible': (v: boolean) => boolean;
|
|
6468
6468
|
}, string, {
|
|
6469
|
-
color: "
|
|
6469
|
+
color: "light" | "red";
|
|
6470
6470
|
offset: number[];
|
|
6471
6471
|
visible: boolean;
|
|
6472
6472
|
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";
|