@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
|
@@ -657,7 +657,7 @@ export declare const UDatePicker: {
|
|
|
657
657
|
(value: number): import("dayjs").Dayjs;
|
|
658
658
|
};
|
|
659
659
|
day: {
|
|
660
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
660
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
661
661
|
(value: number): import("dayjs").Dayjs;
|
|
662
662
|
};
|
|
663
663
|
hour: {
|
|
@@ -746,7 +746,7 @@ export declare const UDatePicker: {
|
|
|
746
746
|
(value: number): import("dayjs").Dayjs;
|
|
747
747
|
};
|
|
748
748
|
day: {
|
|
749
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
749
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
750
750
|
(value: number): import("dayjs").Dayjs;
|
|
751
751
|
};
|
|
752
752
|
hour: {
|
|
@@ -836,7 +836,7 @@ export declare const UDatePicker: {
|
|
|
836
836
|
(value: number): import("dayjs").Dayjs;
|
|
837
837
|
};
|
|
838
838
|
day: {
|
|
839
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
839
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
840
840
|
(value: number): import("dayjs").Dayjs;
|
|
841
841
|
};
|
|
842
842
|
hour: {
|
|
@@ -925,7 +925,7 @@ export declare const UDatePicker: {
|
|
|
925
925
|
(value: number): import("dayjs").Dayjs;
|
|
926
926
|
};
|
|
927
927
|
day: {
|
|
928
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
928
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
929
929
|
(value: number): import("dayjs").Dayjs;
|
|
930
930
|
};
|
|
931
931
|
hour: {
|
|
@@ -1264,7 +1264,7 @@ export declare const UDatePicker: {
|
|
|
1264
1264
|
(value: number): import("dayjs").Dayjs;
|
|
1265
1265
|
};
|
|
1266
1266
|
day: {
|
|
1267
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
1267
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
1268
1268
|
(value: number): import("dayjs").Dayjs;
|
|
1269
1269
|
};
|
|
1270
1270
|
hour: {
|
|
@@ -1353,7 +1353,7 @@ export declare const UDatePicker: {
|
|
|
1353
1353
|
(value: number): import("dayjs").Dayjs;
|
|
1354
1354
|
};
|
|
1355
1355
|
day: {
|
|
1356
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
1356
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
1357
1357
|
(value: number): import("dayjs").Dayjs;
|
|
1358
1358
|
};
|
|
1359
1359
|
hour: {
|
|
@@ -1443,7 +1443,7 @@ export declare const UDatePicker: {
|
|
|
1443
1443
|
(value: number): import("dayjs").Dayjs;
|
|
1444
1444
|
};
|
|
1445
1445
|
day: {
|
|
1446
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
1446
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
1447
1447
|
(value: number): import("dayjs").Dayjs;
|
|
1448
1448
|
};
|
|
1449
1449
|
hour: {
|
|
@@ -1532,7 +1532,7 @@ export declare const UDatePicker: {
|
|
|
1532
1532
|
(value: number): import("dayjs").Dayjs;
|
|
1533
1533
|
};
|
|
1534
1534
|
day: {
|
|
1535
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
1535
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
1536
1536
|
(value: number): import("dayjs").Dayjs;
|
|
1537
1537
|
};
|
|
1538
1538
|
hour: {
|
|
@@ -4433,7 +4433,7 @@ export declare const UDatePicker: {
|
|
|
4433
4433
|
(value: number): import("dayjs").Dayjs;
|
|
4434
4434
|
};
|
|
4435
4435
|
day: {
|
|
4436
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
4436
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
4437
4437
|
(value: number): import("dayjs").Dayjs;
|
|
4438
4438
|
};
|
|
4439
4439
|
hour: {
|
|
@@ -4522,7 +4522,7 @@ export declare const UDatePicker: {
|
|
|
4522
4522
|
(value: number): import("dayjs").Dayjs;
|
|
4523
4523
|
};
|
|
4524
4524
|
day: {
|
|
4525
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
4525
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
4526
4526
|
(value: number): import("dayjs").Dayjs;
|
|
4527
4527
|
};
|
|
4528
4528
|
hour: {
|
|
@@ -4612,7 +4612,7 @@ export declare const UDatePicker: {
|
|
|
4612
4612
|
(value: number): import("dayjs").Dayjs;
|
|
4613
4613
|
};
|
|
4614
4614
|
day: {
|
|
4615
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
4615
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
4616
4616
|
(value: number): import("dayjs").Dayjs;
|
|
4617
4617
|
};
|
|
4618
4618
|
hour: {
|
|
@@ -4701,7 +4701,7 @@ export declare const UDatePicker: {
|
|
|
4701
4701
|
(value: number): import("dayjs").Dayjs;
|
|
4702
4702
|
};
|
|
4703
4703
|
day: {
|
|
4704
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
4704
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
4705
4705
|
(value: number): import("dayjs").Dayjs;
|
|
4706
4706
|
};
|
|
4707
4707
|
hour: {
|
|
@@ -4935,7 +4935,7 @@ export declare const UDatePicker: {
|
|
|
4935
4935
|
(value: number): import("dayjs").Dayjs;
|
|
4936
4936
|
};
|
|
4937
4937
|
day: {
|
|
4938
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
4938
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
4939
4939
|
(value: number): import("dayjs").Dayjs;
|
|
4940
4940
|
};
|
|
4941
4941
|
hour: {
|
|
@@ -5024,7 +5024,7 @@ export declare const UDatePicker: {
|
|
|
5024
5024
|
(value: number): import("dayjs").Dayjs;
|
|
5025
5025
|
};
|
|
5026
5026
|
day: {
|
|
5027
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
5027
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
5028
5028
|
(value: number): import("dayjs").Dayjs;
|
|
5029
5029
|
};
|
|
5030
5030
|
hour: {
|
|
@@ -7906,7 +7906,7 @@ export declare const UDatePicker: {
|
|
|
7906
7906
|
(value: number): import("dayjs").Dayjs;
|
|
7907
7907
|
};
|
|
7908
7908
|
day: {
|
|
7909
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
7909
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
7910
7910
|
(value: number): import("dayjs").Dayjs;
|
|
7911
7911
|
};
|
|
7912
7912
|
hour: {
|
|
@@ -7995,7 +7995,7 @@ export declare const UDatePicker: {
|
|
|
7995
7995
|
(value: number): import("dayjs").Dayjs;
|
|
7996
7996
|
};
|
|
7997
7997
|
day: {
|
|
7998
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
7998
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
7999
7999
|
(value: number): import("dayjs").Dayjs;
|
|
8000
8000
|
};
|
|
8001
8001
|
hour: {
|
|
@@ -8085,7 +8085,7 @@ export declare const UDatePicker: {
|
|
|
8085
8085
|
(value: number): import("dayjs").Dayjs;
|
|
8086
8086
|
};
|
|
8087
8087
|
day: {
|
|
8088
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
8088
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
8089
8089
|
(value: number): import("dayjs").Dayjs;
|
|
8090
8090
|
};
|
|
8091
8091
|
hour: {
|
|
@@ -8174,7 +8174,7 @@ export declare const UDatePicker: {
|
|
|
8174
8174
|
(value: number): import("dayjs").Dayjs;
|
|
8175
8175
|
};
|
|
8176
8176
|
day: {
|
|
8177
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
8177
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
8178
8178
|
(value: number): import("dayjs").Dayjs;
|
|
8179
8179
|
};
|
|
8180
8180
|
hour: {
|
|
@@ -8513,7 +8513,7 @@ export declare const UDatePicker: {
|
|
|
8513
8513
|
(value: number): import("dayjs").Dayjs;
|
|
8514
8514
|
};
|
|
8515
8515
|
day: {
|
|
8516
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
8516
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
8517
8517
|
(value: number): import("dayjs").Dayjs;
|
|
8518
8518
|
};
|
|
8519
8519
|
hour: {
|
|
@@ -8602,7 +8602,7 @@ export declare const UDatePicker: {
|
|
|
8602
8602
|
(value: number): import("dayjs").Dayjs;
|
|
8603
8603
|
};
|
|
8604
8604
|
day: {
|
|
8605
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
8605
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
8606
8606
|
(value: number): import("dayjs").Dayjs;
|
|
8607
8607
|
};
|
|
8608
8608
|
hour: {
|
|
@@ -8692,7 +8692,7 @@ export declare const UDatePicker: {
|
|
|
8692
8692
|
(value: number): import("dayjs").Dayjs;
|
|
8693
8693
|
};
|
|
8694
8694
|
day: {
|
|
8695
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
8695
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
8696
8696
|
(value: number): import("dayjs").Dayjs;
|
|
8697
8697
|
};
|
|
8698
8698
|
hour: {
|
|
@@ -8781,7 +8781,7 @@ export declare const UDatePicker: {
|
|
|
8781
8781
|
(value: number): import("dayjs").Dayjs;
|
|
8782
8782
|
};
|
|
8783
8783
|
day: {
|
|
8784
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
8784
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
8785
8785
|
(value: number): import("dayjs").Dayjs;
|
|
8786
8786
|
};
|
|
8787
8787
|
hour: {
|
|
@@ -11682,7 +11682,7 @@ export declare const UDatePicker: {
|
|
|
11682
11682
|
(value: number): import("dayjs").Dayjs;
|
|
11683
11683
|
};
|
|
11684
11684
|
day: {
|
|
11685
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
11685
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
11686
11686
|
(value: number): import("dayjs").Dayjs;
|
|
11687
11687
|
};
|
|
11688
11688
|
hour: {
|
|
@@ -11771,7 +11771,7 @@ export declare const UDatePicker: {
|
|
|
11771
11771
|
(value: number): import("dayjs").Dayjs;
|
|
11772
11772
|
};
|
|
11773
11773
|
day: {
|
|
11774
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
11774
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
11775
11775
|
(value: number): import("dayjs").Dayjs;
|
|
11776
11776
|
};
|
|
11777
11777
|
hour: {
|
|
@@ -11861,7 +11861,7 @@ export declare const UDatePicker: {
|
|
|
11861
11861
|
(value: number): import("dayjs").Dayjs;
|
|
11862
11862
|
};
|
|
11863
11863
|
day: {
|
|
11864
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
11864
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
11865
11865
|
(value: number): import("dayjs").Dayjs;
|
|
11866
11866
|
};
|
|
11867
11867
|
hour: {
|
|
@@ -11950,7 +11950,7 @@ export declare const UDatePicker: {
|
|
|
11950
11950
|
(value: number): import("dayjs").Dayjs;
|
|
11951
11951
|
};
|
|
11952
11952
|
day: {
|
|
11953
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
11953
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
11954
11954
|
(value: number): import("dayjs").Dayjs;
|
|
11955
11955
|
};
|
|
11956
11956
|
hour: {
|
|
@@ -12184,7 +12184,7 @@ export declare const UDatePicker: {
|
|
|
12184
12184
|
(value: number): import("dayjs").Dayjs;
|
|
12185
12185
|
};
|
|
12186
12186
|
day: {
|
|
12187
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
12187
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
12188
12188
|
(value: number): import("dayjs").Dayjs;
|
|
12189
12189
|
};
|
|
12190
12190
|
hour: {
|
|
@@ -12273,7 +12273,7 @@ export declare const UDatePicker: {
|
|
|
12273
12273
|
(value: number): import("dayjs").Dayjs;
|
|
12274
12274
|
};
|
|
12275
12275
|
day: {
|
|
12276
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
12276
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
12277
12277
|
(value: number): import("dayjs").Dayjs;
|
|
12278
12278
|
};
|
|
12279
12279
|
hour: {
|
|
@@ -95,8 +95,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
95
95
|
default: boolean;
|
|
96
96
|
};
|
|
97
97
|
color: {
|
|
98
|
-
type: import("vue").PropType<"
|
|
99
|
-
default: "
|
|
98
|
+
type: import("vue").PropType<"light" | "red">;
|
|
99
|
+
default: "light" | "red";
|
|
100
100
|
validator: (val: string) => boolean;
|
|
101
101
|
};
|
|
102
102
|
}>> & Readonly<{
|
|
@@ -108,41 +108,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
108
108
|
prefixCls: import("vue").ComputedRef<string>;
|
|
109
109
|
arrowStyle: import("vue").ComputedRef<{
|
|
110
110
|
top: string;
|
|
111
|
+
right: string;
|
|
111
112
|
transform: string;
|
|
112
113
|
bottom?: undefined;
|
|
113
114
|
left?: undefined;
|
|
114
|
-
right?: undefined;
|
|
115
115
|
} | {
|
|
116
116
|
bottom: string;
|
|
117
|
+
right: string;
|
|
117
118
|
transform: string;
|
|
118
119
|
top?: undefined;
|
|
119
120
|
left?: undefined;
|
|
120
|
-
right?: undefined;
|
|
121
121
|
} | {
|
|
122
|
+
top: string;
|
|
122
123
|
left: string;
|
|
123
124
|
transform: string;
|
|
124
|
-
top?: undefined;
|
|
125
|
-
bottom?: undefined;
|
|
126
125
|
right?: undefined;
|
|
126
|
+
bottom?: undefined;
|
|
127
127
|
} | {
|
|
128
|
-
|
|
128
|
+
bottom: string;
|
|
129
|
+
left: string;
|
|
129
130
|
transform: string;
|
|
130
131
|
top?: undefined;
|
|
131
|
-
|
|
132
|
-
left?: undefined;
|
|
132
|
+
right?: undefined;
|
|
133
133
|
} | {
|
|
134
134
|
top?: undefined;
|
|
135
|
+
right?: undefined;
|
|
135
136
|
transform?: undefined;
|
|
136
137
|
bottom?: undefined;
|
|
137
138
|
left?: undefined;
|
|
138
|
-
right?: undefined;
|
|
139
139
|
}>;
|
|
140
140
|
onVisibleChange: (val: boolean) => void;
|
|
141
141
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
142
142
|
'visible-change': (v: boolean) => boolean;
|
|
143
143
|
'update:visible': (v: boolean) => boolean;
|
|
144
144
|
}, import("vue").PublicProps, {
|
|
145
|
-
color: "
|
|
145
|
+
color: "light" | "red";
|
|
146
146
|
offset: number[];
|
|
147
147
|
visible: boolean;
|
|
148
148
|
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";
|
|
@@ -396,8 +396,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
396
396
|
default: boolean;
|
|
397
397
|
};
|
|
398
398
|
color: {
|
|
399
|
-
type: import("vue").PropType<"
|
|
400
|
-
default: "
|
|
399
|
+
type: import("vue").PropType<"light" | "red">;
|
|
400
|
+
default: "light" | "red";
|
|
401
401
|
validator: (val: string) => boolean;
|
|
402
402
|
};
|
|
403
403
|
}>> & Readonly<{
|
|
@@ -409,38 +409,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
409
409
|
prefixCls: import("vue").ComputedRef<string>;
|
|
410
410
|
arrowStyle: import("vue").ComputedRef<{
|
|
411
411
|
top: string;
|
|
412
|
+
right: string;
|
|
412
413
|
transform: string;
|
|
413
414
|
bottom?: undefined;
|
|
414
415
|
left?: undefined;
|
|
415
|
-
right?: undefined;
|
|
416
416
|
} | {
|
|
417
417
|
bottom: string;
|
|
418
|
+
right: string;
|
|
418
419
|
transform: string;
|
|
419
420
|
top?: undefined;
|
|
420
421
|
left?: undefined;
|
|
421
|
-
right?: undefined;
|
|
422
422
|
} | {
|
|
423
|
+
top: string;
|
|
423
424
|
left: string;
|
|
424
425
|
transform: string;
|
|
425
|
-
top?: undefined;
|
|
426
|
-
bottom?: undefined;
|
|
427
426
|
right?: undefined;
|
|
427
|
+
bottom?: undefined;
|
|
428
428
|
} | {
|
|
429
|
-
|
|
429
|
+
bottom: string;
|
|
430
|
+
left: string;
|
|
430
431
|
transform: string;
|
|
431
432
|
top?: undefined;
|
|
432
|
-
|
|
433
|
-
left?: undefined;
|
|
433
|
+
right?: undefined;
|
|
434
434
|
} | {
|
|
435
435
|
top?: undefined;
|
|
436
|
+
right?: undefined;
|
|
436
437
|
transform?: undefined;
|
|
437
438
|
bottom?: undefined;
|
|
438
439
|
left?: undefined;
|
|
439
|
-
right?: undefined;
|
|
440
440
|
}>;
|
|
441
441
|
onVisibleChange: (val: boolean) => void;
|
|
442
442
|
}, {}, {}, {}, {
|
|
443
|
-
color: "
|
|
443
|
+
color: "light" | "red";
|
|
444
444
|
offset: number[];
|
|
445
445
|
visible: boolean;
|
|
446
446
|
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";
|
|
@@ -503,8 +503,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
503
503
|
default: boolean;
|
|
504
504
|
};
|
|
505
505
|
color: {
|
|
506
|
-
type: import("vue").PropType<"
|
|
507
|
-
default: "
|
|
506
|
+
type: import("vue").PropType<"light" | "red">;
|
|
507
|
+
default: "light" | "red";
|
|
508
508
|
validator: (val: string) => boolean;
|
|
509
509
|
};
|
|
510
510
|
}>> & Readonly<{
|
|
@@ -516,41 +516,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
516
516
|
prefixCls: import("vue").ComputedRef<string>;
|
|
517
517
|
arrowStyle: import("vue").ComputedRef<{
|
|
518
518
|
top: string;
|
|
519
|
+
right: string;
|
|
519
520
|
transform: string;
|
|
520
521
|
bottom?: undefined;
|
|
521
522
|
left?: undefined;
|
|
522
|
-
right?: undefined;
|
|
523
523
|
} | {
|
|
524
524
|
bottom: string;
|
|
525
|
+
right: string;
|
|
525
526
|
transform: string;
|
|
526
527
|
top?: undefined;
|
|
527
528
|
left?: undefined;
|
|
528
|
-
right?: undefined;
|
|
529
529
|
} | {
|
|
530
|
+
top: string;
|
|
530
531
|
left: string;
|
|
531
532
|
transform: string;
|
|
532
|
-
top?: undefined;
|
|
533
|
-
bottom?: undefined;
|
|
534
533
|
right?: undefined;
|
|
534
|
+
bottom?: undefined;
|
|
535
535
|
} | {
|
|
536
|
-
|
|
536
|
+
bottom: string;
|
|
537
|
+
left: string;
|
|
537
538
|
transform: string;
|
|
538
539
|
top?: undefined;
|
|
539
|
-
|
|
540
|
-
left?: undefined;
|
|
540
|
+
right?: undefined;
|
|
541
541
|
} | {
|
|
542
542
|
top?: undefined;
|
|
543
|
+
right?: undefined;
|
|
543
544
|
transform?: undefined;
|
|
544
545
|
bottom?: undefined;
|
|
545
546
|
left?: undefined;
|
|
546
|
-
right?: undefined;
|
|
547
547
|
}>;
|
|
548
548
|
onVisibleChange: (val: boolean) => void;
|
|
549
549
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
550
550
|
'visible-change': (v: boolean) => boolean;
|
|
551
551
|
'update:visible': (v: boolean) => boolean;
|
|
552
552
|
}, string, {
|
|
553
|
-
color: "
|
|
553
|
+
color: "light" | "red";
|
|
554
554
|
offset: number[];
|
|
555
555
|
visible: boolean;
|
|
556
556
|
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";
|
|
@@ -344,8 +344,8 @@ export declare const UMenu: {
|
|
|
344
344
|
default: boolean;
|
|
345
345
|
};
|
|
346
346
|
color: {
|
|
347
|
-
type: import("vue").PropType<"
|
|
348
|
-
default: "
|
|
347
|
+
type: import("vue").PropType<"light" | "red">;
|
|
348
|
+
default: "light" | "red";
|
|
349
349
|
validator: (val: string) => boolean;
|
|
350
350
|
};
|
|
351
351
|
}>> & Readonly<{
|
|
@@ -357,41 +357,41 @@ export declare const UMenu: {
|
|
|
357
357
|
prefixCls: import("vue").ComputedRef<string>;
|
|
358
358
|
arrowStyle: import("vue").ComputedRef<{
|
|
359
359
|
top: string;
|
|
360
|
+
right: string;
|
|
360
361
|
transform: string;
|
|
361
362
|
bottom?: undefined;
|
|
362
363
|
left?: undefined;
|
|
363
|
-
right?: undefined;
|
|
364
364
|
} | {
|
|
365
365
|
bottom: string;
|
|
366
|
+
right: string;
|
|
366
367
|
transform: string;
|
|
367
368
|
top?: undefined;
|
|
368
369
|
left?: undefined;
|
|
369
|
-
right?: undefined;
|
|
370
370
|
} | {
|
|
371
|
+
top: string;
|
|
371
372
|
left: string;
|
|
372
373
|
transform: string;
|
|
373
|
-
top?: undefined;
|
|
374
|
-
bottom?: undefined;
|
|
375
374
|
right?: undefined;
|
|
375
|
+
bottom?: undefined;
|
|
376
376
|
} | {
|
|
377
|
-
|
|
377
|
+
bottom: string;
|
|
378
|
+
left: string;
|
|
378
379
|
transform: string;
|
|
379
380
|
top?: undefined;
|
|
380
|
-
|
|
381
|
-
left?: undefined;
|
|
381
|
+
right?: undefined;
|
|
382
382
|
} | {
|
|
383
383
|
top?: undefined;
|
|
384
|
+
right?: undefined;
|
|
384
385
|
transform?: undefined;
|
|
385
386
|
bottom?: undefined;
|
|
386
387
|
left?: undefined;
|
|
387
|
-
right?: undefined;
|
|
388
388
|
}>;
|
|
389
389
|
onVisibleChange: (val: boolean) => void;
|
|
390
390
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
391
391
|
'visible-change': (v: boolean) => boolean;
|
|
392
392
|
'update:visible': (v: boolean) => boolean;
|
|
393
393
|
}, import("vue").PublicProps, {
|
|
394
|
-
color: "
|
|
394
|
+
color: "light" | "red";
|
|
395
395
|
offset: number[];
|
|
396
396
|
visible: boolean;
|
|
397
397
|
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";
|
|
@@ -645,8 +645,8 @@ export declare const UMenu: {
|
|
|
645
645
|
default: boolean;
|
|
646
646
|
};
|
|
647
647
|
color: {
|
|
648
|
-
type: import("vue").PropType<"
|
|
649
|
-
default: "
|
|
648
|
+
type: import("vue").PropType<"light" | "red">;
|
|
649
|
+
default: "light" | "red";
|
|
650
650
|
validator: (val: string) => boolean;
|
|
651
651
|
};
|
|
652
652
|
}>> & Readonly<{
|
|
@@ -658,38 +658,38 @@ export declare const UMenu: {
|
|
|
658
658
|
prefixCls: import("vue").ComputedRef<string>;
|
|
659
659
|
arrowStyle: import("vue").ComputedRef<{
|
|
660
660
|
top: string;
|
|
661
|
+
right: string;
|
|
661
662
|
transform: string;
|
|
662
663
|
bottom?: undefined;
|
|
663
664
|
left?: undefined;
|
|
664
|
-
right?: undefined;
|
|
665
665
|
} | {
|
|
666
666
|
bottom: string;
|
|
667
|
+
right: string;
|
|
667
668
|
transform: string;
|
|
668
669
|
top?: undefined;
|
|
669
670
|
left?: undefined;
|
|
670
|
-
right?: undefined;
|
|
671
671
|
} | {
|
|
672
|
+
top: string;
|
|
672
673
|
left: string;
|
|
673
674
|
transform: string;
|
|
674
|
-
top?: undefined;
|
|
675
|
-
bottom?: undefined;
|
|
676
675
|
right?: undefined;
|
|
676
|
+
bottom?: undefined;
|
|
677
677
|
} | {
|
|
678
|
-
|
|
678
|
+
bottom: string;
|
|
679
|
+
left: string;
|
|
679
680
|
transform: string;
|
|
680
681
|
top?: undefined;
|
|
681
|
-
|
|
682
|
-
left?: undefined;
|
|
682
|
+
right?: undefined;
|
|
683
683
|
} | {
|
|
684
684
|
top?: undefined;
|
|
685
|
+
right?: undefined;
|
|
685
686
|
transform?: undefined;
|
|
686
687
|
bottom?: undefined;
|
|
687
688
|
left?: undefined;
|
|
688
|
-
right?: undefined;
|
|
689
689
|
}>;
|
|
690
690
|
onVisibleChange: (val: boolean) => void;
|
|
691
691
|
}, {}, {}, {}, {
|
|
692
|
-
color: "
|
|
692
|
+
color: "light" | "red";
|
|
693
693
|
offset: number[];
|
|
694
694
|
visible: boolean;
|
|
695
695
|
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";
|
|
@@ -752,8 +752,8 @@ export declare const UMenu: {
|
|
|
752
752
|
default: boolean;
|
|
753
753
|
};
|
|
754
754
|
color: {
|
|
755
|
-
type: import("vue").PropType<"
|
|
756
|
-
default: "
|
|
755
|
+
type: import("vue").PropType<"light" | "red">;
|
|
756
|
+
default: "light" | "red";
|
|
757
757
|
validator: (val: string) => boolean;
|
|
758
758
|
};
|
|
759
759
|
}>> & Readonly<{
|
|
@@ -765,41 +765,41 @@ export declare const UMenu: {
|
|
|
765
765
|
prefixCls: import("vue").ComputedRef<string>;
|
|
766
766
|
arrowStyle: import("vue").ComputedRef<{
|
|
767
767
|
top: string;
|
|
768
|
+
right: string;
|
|
768
769
|
transform: string;
|
|
769
770
|
bottom?: undefined;
|
|
770
771
|
left?: undefined;
|
|
771
|
-
right?: undefined;
|
|
772
772
|
} | {
|
|
773
773
|
bottom: string;
|
|
774
|
+
right: string;
|
|
774
775
|
transform: string;
|
|
775
776
|
top?: undefined;
|
|
776
777
|
left?: undefined;
|
|
777
|
-
right?: undefined;
|
|
778
778
|
} | {
|
|
779
|
+
top: string;
|
|
779
780
|
left: string;
|
|
780
781
|
transform: string;
|
|
781
|
-
top?: undefined;
|
|
782
|
-
bottom?: undefined;
|
|
783
782
|
right?: undefined;
|
|
783
|
+
bottom?: undefined;
|
|
784
784
|
} | {
|
|
785
|
-
|
|
785
|
+
bottom: string;
|
|
786
|
+
left: string;
|
|
786
787
|
transform: string;
|
|
787
788
|
top?: undefined;
|
|
788
|
-
|
|
789
|
-
left?: undefined;
|
|
789
|
+
right?: undefined;
|
|
790
790
|
} | {
|
|
791
791
|
top?: undefined;
|
|
792
|
+
right?: undefined;
|
|
792
793
|
transform?: undefined;
|
|
793
794
|
bottom?: undefined;
|
|
794
795
|
left?: undefined;
|
|
795
|
-
right?: undefined;
|
|
796
796
|
}>;
|
|
797
797
|
onVisibleChange: (val: boolean) => void;
|
|
798
798
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
799
799
|
'visible-change': (v: boolean) => boolean;
|
|
800
800
|
'update:visible': (v: boolean) => boolean;
|
|
801
801
|
}, string, {
|
|
802
|
-
color: "
|
|
802
|
+
color: "light" | "red";
|
|
803
803
|
offset: number[];
|
|
804
804
|
visible: boolean;
|
|
805
805
|
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";
|
|
@@ -5,16 +5,17 @@ export interface NoticeParams {
|
|
|
5
5
|
key?: string;
|
|
6
6
|
type?: NoticeType;
|
|
7
7
|
iconType?: Component;
|
|
8
|
+
showIcon?: boolean;
|
|
8
9
|
iconClass?: string;
|
|
9
10
|
title?: string | (() => VNodeChild);
|
|
10
11
|
desc?: string | (() => VNodeChild);
|
|
11
12
|
placement?: NoticePlacement;
|
|
12
13
|
top?: string;
|
|
13
14
|
bottom?: string;
|
|
14
|
-
|
|
15
|
+
action?: string;
|
|
15
16
|
duration?: number;
|
|
16
17
|
onClose?: () => void;
|
|
17
|
-
|
|
18
|
+
onAction?: () => void;
|
|
18
19
|
style?: CSSProperties;
|
|
19
20
|
class?: string;
|
|
20
21
|
}
|