@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
|
@@ -1241,8 +1241,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1241
1241
|
default: boolean;
|
|
1242
1242
|
};
|
|
1243
1243
|
color: {
|
|
1244
|
-
type: PropType<"
|
|
1245
|
-
default: "
|
|
1244
|
+
type: PropType<"light" | "red">;
|
|
1245
|
+
default: "light" | "red";
|
|
1246
1246
|
validator: (val: string) => boolean;
|
|
1247
1247
|
};
|
|
1248
1248
|
}>> & Readonly<{
|
|
@@ -1254,41 +1254,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1254
1254
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1255
1255
|
arrowStyle: import("vue").ComputedRef<{
|
|
1256
1256
|
top: string;
|
|
1257
|
+
right: string;
|
|
1257
1258
|
transform: string;
|
|
1258
1259
|
bottom?: undefined;
|
|
1259
1260
|
left?: undefined;
|
|
1260
|
-
right?: undefined;
|
|
1261
1261
|
} | {
|
|
1262
1262
|
bottom: string;
|
|
1263
|
+
right: string;
|
|
1263
1264
|
transform: string;
|
|
1264
1265
|
top?: undefined;
|
|
1265
1266
|
left?: undefined;
|
|
1266
|
-
right?: undefined;
|
|
1267
1267
|
} | {
|
|
1268
|
+
top: string;
|
|
1268
1269
|
left: string;
|
|
1269
1270
|
transform: string;
|
|
1270
|
-
top?: undefined;
|
|
1271
|
-
bottom?: undefined;
|
|
1272
1271
|
right?: undefined;
|
|
1272
|
+
bottom?: undefined;
|
|
1273
1273
|
} | {
|
|
1274
|
-
|
|
1274
|
+
bottom: string;
|
|
1275
|
+
left: string;
|
|
1275
1276
|
transform: string;
|
|
1276
1277
|
top?: undefined;
|
|
1277
|
-
|
|
1278
|
-
left?: undefined;
|
|
1278
|
+
right?: undefined;
|
|
1279
1279
|
} | {
|
|
1280
1280
|
top?: undefined;
|
|
1281
|
+
right?: undefined;
|
|
1281
1282
|
transform?: undefined;
|
|
1282
1283
|
bottom?: undefined;
|
|
1283
1284
|
left?: undefined;
|
|
1284
|
-
right?: undefined;
|
|
1285
1285
|
}>;
|
|
1286
1286
|
onVisibleChange: (val: boolean) => void;
|
|
1287
1287
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1288
1288
|
'visible-change': (v: boolean) => boolean;
|
|
1289
1289
|
'update:visible': (v: boolean) => boolean;
|
|
1290
1290
|
}, import("vue").PublicProps, {
|
|
1291
|
-
color: "
|
|
1291
|
+
color: "light" | "red";
|
|
1292
1292
|
offset: number[];
|
|
1293
1293
|
visible: boolean;
|
|
1294
1294
|
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";
|
|
@@ -1542,8 +1542,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1542
1542
|
default: boolean;
|
|
1543
1543
|
};
|
|
1544
1544
|
color: {
|
|
1545
|
-
type: PropType<"
|
|
1546
|
-
default: "
|
|
1545
|
+
type: PropType<"light" | "red">;
|
|
1546
|
+
default: "light" | "red";
|
|
1547
1547
|
validator: (val: string) => boolean;
|
|
1548
1548
|
};
|
|
1549
1549
|
}>> & Readonly<{
|
|
@@ -1555,38 +1555,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1555
1555
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1556
1556
|
arrowStyle: import("vue").ComputedRef<{
|
|
1557
1557
|
top: string;
|
|
1558
|
+
right: string;
|
|
1558
1559
|
transform: string;
|
|
1559
1560
|
bottom?: undefined;
|
|
1560
1561
|
left?: undefined;
|
|
1561
|
-
right?: undefined;
|
|
1562
1562
|
} | {
|
|
1563
1563
|
bottom: string;
|
|
1564
|
+
right: string;
|
|
1564
1565
|
transform: string;
|
|
1565
1566
|
top?: undefined;
|
|
1566
1567
|
left?: undefined;
|
|
1567
|
-
right?: undefined;
|
|
1568
1568
|
} | {
|
|
1569
|
+
top: string;
|
|
1569
1570
|
left: string;
|
|
1570
1571
|
transform: string;
|
|
1571
|
-
top?: undefined;
|
|
1572
|
-
bottom?: undefined;
|
|
1573
1572
|
right?: undefined;
|
|
1573
|
+
bottom?: undefined;
|
|
1574
1574
|
} | {
|
|
1575
|
-
|
|
1575
|
+
bottom: string;
|
|
1576
|
+
left: string;
|
|
1576
1577
|
transform: string;
|
|
1577
1578
|
top?: undefined;
|
|
1578
|
-
|
|
1579
|
-
left?: undefined;
|
|
1579
|
+
right?: undefined;
|
|
1580
1580
|
} | {
|
|
1581
1581
|
top?: undefined;
|
|
1582
|
+
right?: undefined;
|
|
1582
1583
|
transform?: undefined;
|
|
1583
1584
|
bottom?: undefined;
|
|
1584
1585
|
left?: undefined;
|
|
1585
|
-
right?: undefined;
|
|
1586
1586
|
}>;
|
|
1587
1587
|
onVisibleChange: (val: boolean) => void;
|
|
1588
1588
|
}, {}, {}, {}, {
|
|
1589
|
-
color: "
|
|
1589
|
+
color: "light" | "red";
|
|
1590
1590
|
offset: number[];
|
|
1591
1591
|
visible: boolean;
|
|
1592
1592
|
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";
|
|
@@ -1649,8 +1649,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1649
1649
|
default: boolean;
|
|
1650
1650
|
};
|
|
1651
1651
|
color: {
|
|
1652
|
-
type: PropType<"
|
|
1653
|
-
default: "
|
|
1652
|
+
type: PropType<"light" | "red">;
|
|
1653
|
+
default: "light" | "red";
|
|
1654
1654
|
validator: (val: string) => boolean;
|
|
1655
1655
|
};
|
|
1656
1656
|
}>> & Readonly<{
|
|
@@ -1662,41 +1662,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1662
1662
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1663
1663
|
arrowStyle: import("vue").ComputedRef<{
|
|
1664
1664
|
top: string;
|
|
1665
|
+
right: string;
|
|
1665
1666
|
transform: string;
|
|
1666
1667
|
bottom?: undefined;
|
|
1667
1668
|
left?: undefined;
|
|
1668
|
-
right?: undefined;
|
|
1669
1669
|
} | {
|
|
1670
1670
|
bottom: string;
|
|
1671
|
+
right: string;
|
|
1671
1672
|
transform: string;
|
|
1672
1673
|
top?: undefined;
|
|
1673
1674
|
left?: undefined;
|
|
1674
|
-
right?: undefined;
|
|
1675
1675
|
} | {
|
|
1676
|
+
top: string;
|
|
1676
1677
|
left: string;
|
|
1677
1678
|
transform: string;
|
|
1678
|
-
top?: undefined;
|
|
1679
|
-
bottom?: undefined;
|
|
1680
1679
|
right?: undefined;
|
|
1680
|
+
bottom?: undefined;
|
|
1681
1681
|
} | {
|
|
1682
|
-
|
|
1682
|
+
bottom: string;
|
|
1683
|
+
left: string;
|
|
1683
1684
|
transform: string;
|
|
1684
1685
|
top?: undefined;
|
|
1685
|
-
|
|
1686
|
-
left?: undefined;
|
|
1686
|
+
right?: undefined;
|
|
1687
1687
|
} | {
|
|
1688
1688
|
top?: undefined;
|
|
1689
|
+
right?: undefined;
|
|
1689
1690
|
transform?: undefined;
|
|
1690
1691
|
bottom?: undefined;
|
|
1691
1692
|
left?: undefined;
|
|
1692
|
-
right?: undefined;
|
|
1693
1693
|
}>;
|
|
1694
1694
|
onVisibleChange: (val: boolean) => void;
|
|
1695
1695
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1696
1696
|
'visible-change': (v: boolean) => boolean;
|
|
1697
1697
|
'update:visible': (v: boolean) => boolean;
|
|
1698
1698
|
}, string, {
|
|
1699
|
-
color: "
|
|
1699
|
+
color: "light" | "red";
|
|
1700
1700
|
offset: number[];
|
|
1701
1701
|
visible: boolean;
|
|
1702
1702
|
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";
|
|
@@ -2429,8 +2429,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2429
2429
|
default: boolean;
|
|
2430
2430
|
};
|
|
2431
2431
|
color: {
|
|
2432
|
-
type: PropType<"
|
|
2433
|
-
default: "
|
|
2432
|
+
type: PropType<"light" | "red">;
|
|
2433
|
+
default: "light" | "red";
|
|
2434
2434
|
validator: (val: string) => boolean;
|
|
2435
2435
|
};
|
|
2436
2436
|
}>> & Readonly<{
|
|
@@ -2442,41 +2442,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2442
2442
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2443
2443
|
arrowStyle: import("vue").ComputedRef<{
|
|
2444
2444
|
top: string;
|
|
2445
|
+
right: string;
|
|
2445
2446
|
transform: string;
|
|
2446
2447
|
bottom?: undefined;
|
|
2447
2448
|
left?: undefined;
|
|
2448
|
-
right?: undefined;
|
|
2449
2449
|
} | {
|
|
2450
2450
|
bottom: string;
|
|
2451
|
+
right: string;
|
|
2451
2452
|
transform: string;
|
|
2452
2453
|
top?: undefined;
|
|
2453
2454
|
left?: undefined;
|
|
2454
|
-
right?: undefined;
|
|
2455
2455
|
} | {
|
|
2456
|
+
top: string;
|
|
2456
2457
|
left: string;
|
|
2457
2458
|
transform: string;
|
|
2458
|
-
top?: undefined;
|
|
2459
|
-
bottom?: undefined;
|
|
2460
2459
|
right?: undefined;
|
|
2460
|
+
bottom?: undefined;
|
|
2461
2461
|
} | {
|
|
2462
|
-
|
|
2462
|
+
bottom: string;
|
|
2463
|
+
left: string;
|
|
2463
2464
|
transform: string;
|
|
2464
2465
|
top?: undefined;
|
|
2465
|
-
|
|
2466
|
-
left?: undefined;
|
|
2466
|
+
right?: undefined;
|
|
2467
2467
|
} | {
|
|
2468
2468
|
top?: undefined;
|
|
2469
|
+
right?: undefined;
|
|
2469
2470
|
transform?: undefined;
|
|
2470
2471
|
bottom?: undefined;
|
|
2471
2472
|
left?: undefined;
|
|
2472
|
-
right?: undefined;
|
|
2473
2473
|
}>;
|
|
2474
2474
|
onVisibleChange: (val: boolean) => void;
|
|
2475
2475
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2476
2476
|
'visible-change': (v: boolean) => boolean;
|
|
2477
2477
|
'update:visible': (v: boolean) => boolean;
|
|
2478
2478
|
}, import("vue").PublicProps, {
|
|
2479
|
-
color: "
|
|
2479
|
+
color: "light" | "red";
|
|
2480
2480
|
offset: number[];
|
|
2481
2481
|
visible: boolean;
|
|
2482
2482
|
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";
|
|
@@ -2730,8 +2730,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2730
2730
|
default: boolean;
|
|
2731
2731
|
};
|
|
2732
2732
|
color: {
|
|
2733
|
-
type: PropType<"
|
|
2734
|
-
default: "
|
|
2733
|
+
type: PropType<"light" | "red">;
|
|
2734
|
+
default: "light" | "red";
|
|
2735
2735
|
validator: (val: string) => boolean;
|
|
2736
2736
|
};
|
|
2737
2737
|
}>> & Readonly<{
|
|
@@ -2743,38 +2743,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2743
2743
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2744
2744
|
arrowStyle: import("vue").ComputedRef<{
|
|
2745
2745
|
top: string;
|
|
2746
|
+
right: string;
|
|
2746
2747
|
transform: string;
|
|
2747
2748
|
bottom?: undefined;
|
|
2748
2749
|
left?: undefined;
|
|
2749
|
-
right?: undefined;
|
|
2750
2750
|
} | {
|
|
2751
2751
|
bottom: string;
|
|
2752
|
+
right: string;
|
|
2752
2753
|
transform: string;
|
|
2753
2754
|
top?: undefined;
|
|
2754
2755
|
left?: undefined;
|
|
2755
|
-
right?: undefined;
|
|
2756
2756
|
} | {
|
|
2757
|
+
top: string;
|
|
2757
2758
|
left: string;
|
|
2758
2759
|
transform: string;
|
|
2759
|
-
top?: undefined;
|
|
2760
|
-
bottom?: undefined;
|
|
2761
2760
|
right?: undefined;
|
|
2761
|
+
bottom?: undefined;
|
|
2762
2762
|
} | {
|
|
2763
|
-
|
|
2763
|
+
bottom: string;
|
|
2764
|
+
left: string;
|
|
2764
2765
|
transform: string;
|
|
2765
2766
|
top?: undefined;
|
|
2766
|
-
|
|
2767
|
-
left?: undefined;
|
|
2767
|
+
right?: undefined;
|
|
2768
2768
|
} | {
|
|
2769
2769
|
top?: undefined;
|
|
2770
|
+
right?: undefined;
|
|
2770
2771
|
transform?: undefined;
|
|
2771
2772
|
bottom?: undefined;
|
|
2772
2773
|
left?: undefined;
|
|
2773
|
-
right?: undefined;
|
|
2774
2774
|
}>;
|
|
2775
2775
|
onVisibleChange: (val: boolean) => void;
|
|
2776
2776
|
}, {}, {}, {}, {
|
|
2777
|
-
color: "
|
|
2777
|
+
color: "light" | "red";
|
|
2778
2778
|
offset: number[];
|
|
2779
2779
|
visible: boolean;
|
|
2780
2780
|
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";
|
|
@@ -2837,8 +2837,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2837
2837
|
default: boolean;
|
|
2838
2838
|
};
|
|
2839
2839
|
color: {
|
|
2840
|
-
type: PropType<"
|
|
2841
|
-
default: "
|
|
2840
|
+
type: PropType<"light" | "red">;
|
|
2841
|
+
default: "light" | "red";
|
|
2842
2842
|
validator: (val: string) => boolean;
|
|
2843
2843
|
};
|
|
2844
2844
|
}>> & Readonly<{
|
|
@@ -2850,41 +2850,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2850
2850
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2851
2851
|
arrowStyle: import("vue").ComputedRef<{
|
|
2852
2852
|
top: string;
|
|
2853
|
+
right: string;
|
|
2853
2854
|
transform: string;
|
|
2854
2855
|
bottom?: undefined;
|
|
2855
2856
|
left?: undefined;
|
|
2856
|
-
right?: undefined;
|
|
2857
2857
|
} | {
|
|
2858
2858
|
bottom: string;
|
|
2859
|
+
right: string;
|
|
2859
2860
|
transform: string;
|
|
2860
2861
|
top?: undefined;
|
|
2861
2862
|
left?: undefined;
|
|
2862
|
-
right?: undefined;
|
|
2863
2863
|
} | {
|
|
2864
|
+
top: string;
|
|
2864
2865
|
left: string;
|
|
2865
2866
|
transform: string;
|
|
2866
|
-
top?: undefined;
|
|
2867
|
-
bottom?: undefined;
|
|
2868
2867
|
right?: undefined;
|
|
2868
|
+
bottom?: undefined;
|
|
2869
2869
|
} | {
|
|
2870
|
-
|
|
2870
|
+
bottom: string;
|
|
2871
|
+
left: string;
|
|
2871
2872
|
transform: string;
|
|
2872
2873
|
top?: undefined;
|
|
2873
|
-
|
|
2874
|
-
left?: undefined;
|
|
2874
|
+
right?: undefined;
|
|
2875
2875
|
} | {
|
|
2876
2876
|
top?: undefined;
|
|
2877
|
+
right?: undefined;
|
|
2877
2878
|
transform?: undefined;
|
|
2878
2879
|
bottom?: undefined;
|
|
2879
2880
|
left?: undefined;
|
|
2880
|
-
right?: undefined;
|
|
2881
2881
|
}>;
|
|
2882
2882
|
onVisibleChange: (val: boolean) => void;
|
|
2883
2883
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2884
2884
|
'visible-change': (v: boolean) => boolean;
|
|
2885
2885
|
'update:visible': (v: boolean) => boolean;
|
|
2886
2886
|
}, string, {
|
|
2887
|
-
color: "
|
|
2887
|
+
color: "light" | "red";
|
|
2888
2888
|
offset: number[];
|
|
2889
2889
|
visible: boolean;
|
|
2890
2890
|
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";
|
|
@@ -4714,8 +4714,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4714
4714
|
default: boolean;
|
|
4715
4715
|
};
|
|
4716
4716
|
color: {
|
|
4717
|
-
type: PropType<"
|
|
4718
|
-
default: "
|
|
4717
|
+
type: PropType<"light" | "red">;
|
|
4718
|
+
default: "light" | "red";
|
|
4719
4719
|
validator: (val: string) => boolean;
|
|
4720
4720
|
};
|
|
4721
4721
|
}>> & Readonly<{
|
|
@@ -4727,41 +4727,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4727
4727
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4728
4728
|
arrowStyle: import("vue").ComputedRef<{
|
|
4729
4729
|
top: string;
|
|
4730
|
+
right: string;
|
|
4730
4731
|
transform: string;
|
|
4731
4732
|
bottom?: undefined;
|
|
4732
4733
|
left?: undefined;
|
|
4733
|
-
right?: undefined;
|
|
4734
4734
|
} | {
|
|
4735
4735
|
bottom: string;
|
|
4736
|
+
right: string;
|
|
4736
4737
|
transform: string;
|
|
4737
4738
|
top?: undefined;
|
|
4738
4739
|
left?: undefined;
|
|
4739
|
-
right?: undefined;
|
|
4740
4740
|
} | {
|
|
4741
|
+
top: string;
|
|
4741
4742
|
left: string;
|
|
4742
4743
|
transform: string;
|
|
4743
|
-
top?: undefined;
|
|
4744
|
-
bottom?: undefined;
|
|
4745
4744
|
right?: undefined;
|
|
4745
|
+
bottom?: undefined;
|
|
4746
4746
|
} | {
|
|
4747
|
-
|
|
4747
|
+
bottom: string;
|
|
4748
|
+
left: string;
|
|
4748
4749
|
transform: string;
|
|
4749
4750
|
top?: undefined;
|
|
4750
|
-
|
|
4751
|
-
left?: undefined;
|
|
4751
|
+
right?: undefined;
|
|
4752
4752
|
} | {
|
|
4753
4753
|
top?: undefined;
|
|
4754
|
+
right?: undefined;
|
|
4754
4755
|
transform?: undefined;
|
|
4755
4756
|
bottom?: undefined;
|
|
4756
4757
|
left?: undefined;
|
|
4757
|
-
right?: undefined;
|
|
4758
4758
|
}>;
|
|
4759
4759
|
onVisibleChange: (val: boolean) => void;
|
|
4760
4760
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4761
4761
|
'visible-change': (v: boolean) => boolean;
|
|
4762
4762
|
'update:visible': (v: boolean) => boolean;
|
|
4763
4763
|
}, import("vue").PublicProps, {
|
|
4764
|
-
color: "
|
|
4764
|
+
color: "light" | "red";
|
|
4765
4765
|
offset: number[];
|
|
4766
4766
|
visible: boolean;
|
|
4767
4767
|
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";
|
|
@@ -5015,8 +5015,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5015
5015
|
default: boolean;
|
|
5016
5016
|
};
|
|
5017
5017
|
color: {
|
|
5018
|
-
type: PropType<"
|
|
5019
|
-
default: "
|
|
5018
|
+
type: PropType<"light" | "red">;
|
|
5019
|
+
default: "light" | "red";
|
|
5020
5020
|
validator: (val: string) => boolean;
|
|
5021
5021
|
};
|
|
5022
5022
|
}>> & Readonly<{
|
|
@@ -5028,38 +5028,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5028
5028
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5029
5029
|
arrowStyle: import("vue").ComputedRef<{
|
|
5030
5030
|
top: string;
|
|
5031
|
+
right: string;
|
|
5031
5032
|
transform: string;
|
|
5032
5033
|
bottom?: undefined;
|
|
5033
5034
|
left?: undefined;
|
|
5034
|
-
right?: undefined;
|
|
5035
5035
|
} | {
|
|
5036
5036
|
bottom: string;
|
|
5037
|
+
right: string;
|
|
5037
5038
|
transform: string;
|
|
5038
5039
|
top?: undefined;
|
|
5039
5040
|
left?: undefined;
|
|
5040
|
-
right?: undefined;
|
|
5041
5041
|
} | {
|
|
5042
|
+
top: string;
|
|
5042
5043
|
left: string;
|
|
5043
5044
|
transform: string;
|
|
5044
|
-
top?: undefined;
|
|
5045
|
-
bottom?: undefined;
|
|
5046
5045
|
right?: undefined;
|
|
5046
|
+
bottom?: undefined;
|
|
5047
5047
|
} | {
|
|
5048
|
-
|
|
5048
|
+
bottom: string;
|
|
5049
|
+
left: string;
|
|
5049
5050
|
transform: string;
|
|
5050
5051
|
top?: undefined;
|
|
5051
|
-
|
|
5052
|
-
left?: undefined;
|
|
5052
|
+
right?: undefined;
|
|
5053
5053
|
} | {
|
|
5054
5054
|
top?: undefined;
|
|
5055
|
+
right?: undefined;
|
|
5055
5056
|
transform?: undefined;
|
|
5056
5057
|
bottom?: undefined;
|
|
5057
5058
|
left?: undefined;
|
|
5058
|
-
right?: undefined;
|
|
5059
5059
|
}>;
|
|
5060
5060
|
onVisibleChange: (val: boolean) => void;
|
|
5061
5061
|
}, {}, {}, {}, {
|
|
5062
|
-
color: "
|
|
5062
|
+
color: "light" | "red";
|
|
5063
5063
|
offset: number[];
|
|
5064
5064
|
visible: boolean;
|
|
5065
5065
|
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";
|
|
@@ -5122,8 +5122,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5122
5122
|
default: boolean;
|
|
5123
5123
|
};
|
|
5124
5124
|
color: {
|
|
5125
|
-
type: PropType<"
|
|
5126
|
-
default: "
|
|
5125
|
+
type: PropType<"light" | "red">;
|
|
5126
|
+
default: "light" | "red";
|
|
5127
5127
|
validator: (val: string) => boolean;
|
|
5128
5128
|
};
|
|
5129
5129
|
}>> & Readonly<{
|
|
@@ -5135,41 +5135,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5135
5135
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5136
5136
|
arrowStyle: import("vue").ComputedRef<{
|
|
5137
5137
|
top: string;
|
|
5138
|
+
right: string;
|
|
5138
5139
|
transform: string;
|
|
5139
5140
|
bottom?: undefined;
|
|
5140
5141
|
left?: undefined;
|
|
5141
|
-
right?: undefined;
|
|
5142
5142
|
} | {
|
|
5143
5143
|
bottom: string;
|
|
5144
|
+
right: string;
|
|
5144
5145
|
transform: string;
|
|
5145
5146
|
top?: undefined;
|
|
5146
5147
|
left?: undefined;
|
|
5147
|
-
right?: undefined;
|
|
5148
5148
|
} | {
|
|
5149
|
+
top: string;
|
|
5149
5150
|
left: string;
|
|
5150
5151
|
transform: string;
|
|
5151
|
-
top?: undefined;
|
|
5152
|
-
bottom?: undefined;
|
|
5153
5152
|
right?: undefined;
|
|
5153
|
+
bottom?: undefined;
|
|
5154
5154
|
} | {
|
|
5155
|
-
|
|
5155
|
+
bottom: string;
|
|
5156
|
+
left: string;
|
|
5156
5157
|
transform: string;
|
|
5157
5158
|
top?: undefined;
|
|
5158
|
-
|
|
5159
|
-
left?: undefined;
|
|
5159
|
+
right?: undefined;
|
|
5160
5160
|
} | {
|
|
5161
5161
|
top?: undefined;
|
|
5162
|
+
right?: undefined;
|
|
5162
5163
|
transform?: undefined;
|
|
5163
5164
|
bottom?: undefined;
|
|
5164
5165
|
left?: undefined;
|
|
5165
|
-
right?: undefined;
|
|
5166
5166
|
}>;
|
|
5167
5167
|
onVisibleChange: (val: boolean) => void;
|
|
5168
5168
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5169
5169
|
'visible-change': (v: boolean) => boolean;
|
|
5170
5170
|
'update:visible': (v: boolean) => boolean;
|
|
5171
5171
|
}, string, {
|
|
5172
|
-
color: "
|
|
5172
|
+
color: "light" | "red";
|
|
5173
5173
|
offset: number[];
|
|
5174
5174
|
visible: boolean;
|
|
5175
5175
|
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";
|
|
@@ -5995,8 +5995,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5995
5995
|
default: boolean;
|
|
5996
5996
|
};
|
|
5997
5997
|
color: {
|
|
5998
|
-
type: PropType<"
|
|
5999
|
-
default: "
|
|
5998
|
+
type: PropType<"light" | "red">;
|
|
5999
|
+
default: "light" | "red";
|
|
6000
6000
|
validator: (val: string) => boolean;
|
|
6001
6001
|
};
|
|
6002
6002
|
}>> & Readonly<{
|
|
@@ -6008,41 +6008,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6008
6008
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6009
6009
|
arrowStyle: import("vue").ComputedRef<{
|
|
6010
6010
|
top: string;
|
|
6011
|
+
right: string;
|
|
6011
6012
|
transform: string;
|
|
6012
6013
|
bottom?: undefined;
|
|
6013
6014
|
left?: undefined;
|
|
6014
|
-
right?: undefined;
|
|
6015
6015
|
} | {
|
|
6016
6016
|
bottom: string;
|
|
6017
|
+
right: string;
|
|
6017
6018
|
transform: string;
|
|
6018
6019
|
top?: undefined;
|
|
6019
6020
|
left?: undefined;
|
|
6020
|
-
right?: undefined;
|
|
6021
6021
|
} | {
|
|
6022
|
+
top: string;
|
|
6022
6023
|
left: string;
|
|
6023
6024
|
transform: string;
|
|
6024
|
-
top?: undefined;
|
|
6025
|
-
bottom?: undefined;
|
|
6026
6025
|
right?: undefined;
|
|
6026
|
+
bottom?: undefined;
|
|
6027
6027
|
} | {
|
|
6028
|
-
|
|
6028
|
+
bottom: string;
|
|
6029
|
+
left: string;
|
|
6029
6030
|
transform: string;
|
|
6030
6031
|
top?: undefined;
|
|
6031
|
-
|
|
6032
|
-
left?: undefined;
|
|
6032
|
+
right?: undefined;
|
|
6033
6033
|
} | {
|
|
6034
6034
|
top?: undefined;
|
|
6035
|
+
right?: undefined;
|
|
6035
6036
|
transform?: undefined;
|
|
6036
6037
|
bottom?: undefined;
|
|
6037
6038
|
left?: undefined;
|
|
6038
|
-
right?: undefined;
|
|
6039
6039
|
}>;
|
|
6040
6040
|
onVisibleChange: (val: boolean) => void;
|
|
6041
6041
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6042
6042
|
'visible-change': (v: boolean) => boolean;
|
|
6043
6043
|
'update:visible': (v: boolean) => boolean;
|
|
6044
6044
|
}, import("vue").PublicProps, {
|
|
6045
|
-
color: "
|
|
6045
|
+
color: "light" | "red";
|
|
6046
6046
|
offset: number[];
|
|
6047
6047
|
visible: boolean;
|
|
6048
6048
|
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";
|
|
@@ -6296,8 +6296,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6296
6296
|
default: boolean;
|
|
6297
6297
|
};
|
|
6298
6298
|
color: {
|
|
6299
|
-
type: PropType<"
|
|
6300
|
-
default: "
|
|
6299
|
+
type: PropType<"light" | "red">;
|
|
6300
|
+
default: "light" | "red";
|
|
6301
6301
|
validator: (val: string) => boolean;
|
|
6302
6302
|
};
|
|
6303
6303
|
}>> & Readonly<{
|
|
@@ -6309,38 +6309,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6309
6309
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6310
6310
|
arrowStyle: import("vue").ComputedRef<{
|
|
6311
6311
|
top: string;
|
|
6312
|
+
right: string;
|
|
6312
6313
|
transform: string;
|
|
6313
6314
|
bottom?: undefined;
|
|
6314
6315
|
left?: undefined;
|
|
6315
|
-
right?: undefined;
|
|
6316
6316
|
} | {
|
|
6317
6317
|
bottom: string;
|
|
6318
|
+
right: string;
|
|
6318
6319
|
transform: string;
|
|
6319
6320
|
top?: undefined;
|
|
6320
6321
|
left?: undefined;
|
|
6321
|
-
right?: undefined;
|
|
6322
6322
|
} | {
|
|
6323
|
+
top: string;
|
|
6323
6324
|
left: string;
|
|
6324
6325
|
transform: string;
|
|
6325
|
-
top?: undefined;
|
|
6326
|
-
bottom?: undefined;
|
|
6327
6326
|
right?: undefined;
|
|
6327
|
+
bottom?: undefined;
|
|
6328
6328
|
} | {
|
|
6329
|
-
|
|
6329
|
+
bottom: string;
|
|
6330
|
+
left: string;
|
|
6330
6331
|
transform: string;
|
|
6331
6332
|
top?: undefined;
|
|
6332
|
-
|
|
6333
|
-
left?: undefined;
|
|
6333
|
+
right?: undefined;
|
|
6334
6334
|
} | {
|
|
6335
6335
|
top?: undefined;
|
|
6336
|
+
right?: undefined;
|
|
6336
6337
|
transform?: undefined;
|
|
6337
6338
|
bottom?: undefined;
|
|
6338
6339
|
left?: undefined;
|
|
6339
|
-
right?: undefined;
|
|
6340
6340
|
}>;
|
|
6341
6341
|
onVisibleChange: (val: boolean) => void;
|
|
6342
6342
|
}, {}, {}, {}, {
|
|
6343
|
-
color: "
|
|
6343
|
+
color: "light" | "red";
|
|
6344
6344
|
offset: number[];
|
|
6345
6345
|
visible: boolean;
|
|
6346
6346
|
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";
|
|
@@ -6403,8 +6403,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6403
6403
|
default: boolean;
|
|
6404
6404
|
};
|
|
6405
6405
|
color: {
|
|
6406
|
-
type: PropType<"
|
|
6407
|
-
default: "
|
|
6406
|
+
type: PropType<"light" | "red">;
|
|
6407
|
+
default: "light" | "red";
|
|
6408
6408
|
validator: (val: string) => boolean;
|
|
6409
6409
|
};
|
|
6410
6410
|
}>> & Readonly<{
|
|
@@ -6416,41 +6416,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6416
6416
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6417
6417
|
arrowStyle: import("vue").ComputedRef<{
|
|
6418
6418
|
top: string;
|
|
6419
|
+
right: string;
|
|
6419
6420
|
transform: string;
|
|
6420
6421
|
bottom?: undefined;
|
|
6421
6422
|
left?: undefined;
|
|
6422
|
-
right?: undefined;
|
|
6423
6423
|
} | {
|
|
6424
6424
|
bottom: string;
|
|
6425
|
+
right: string;
|
|
6425
6426
|
transform: string;
|
|
6426
6427
|
top?: undefined;
|
|
6427
6428
|
left?: undefined;
|
|
6428
|
-
right?: undefined;
|
|
6429
6429
|
} | {
|
|
6430
|
+
top: string;
|
|
6430
6431
|
left: string;
|
|
6431
6432
|
transform: string;
|
|
6432
|
-
top?: undefined;
|
|
6433
|
-
bottom?: undefined;
|
|
6434
6433
|
right?: undefined;
|
|
6434
|
+
bottom?: undefined;
|
|
6435
6435
|
} | {
|
|
6436
|
-
|
|
6436
|
+
bottom: string;
|
|
6437
|
+
left: string;
|
|
6437
6438
|
transform: string;
|
|
6438
6439
|
top?: undefined;
|
|
6439
|
-
|
|
6440
|
-
left?: undefined;
|
|
6440
|
+
right?: undefined;
|
|
6441
6441
|
} | {
|
|
6442
6442
|
top?: undefined;
|
|
6443
|
+
right?: undefined;
|
|
6443
6444
|
transform?: undefined;
|
|
6444
6445
|
bottom?: undefined;
|
|
6445
6446
|
left?: undefined;
|
|
6446
|
-
right?: undefined;
|
|
6447
6447
|
}>;
|
|
6448
6448
|
onVisibleChange: (val: boolean) => void;
|
|
6449
6449
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6450
6450
|
'visible-change': (v: boolean) => boolean;
|
|
6451
6451
|
'update:visible': (v: boolean) => boolean;
|
|
6452
6452
|
}, string, {
|
|
6453
|
-
color: "
|
|
6453
|
+
color: "light" | "red";
|
|
6454
6454
|
offset: number[];
|
|
6455
6455
|
visible: boolean;
|
|
6456
6456
|
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";
|