@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
|
@@ -140,7 +140,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
140
140
|
(value: number): Dayjs;
|
|
141
141
|
};
|
|
142
142
|
day: {
|
|
143
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
143
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
144
144
|
(value: number): Dayjs;
|
|
145
145
|
};
|
|
146
146
|
hour: {
|
|
@@ -229,7 +229,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
229
229
|
(value: number): Dayjs;
|
|
230
230
|
};
|
|
231
231
|
day: {
|
|
232
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
232
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
233
233
|
(value: number): Dayjs;
|
|
234
234
|
};
|
|
235
235
|
hour: {
|
|
@@ -318,7 +318,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
318
318
|
(value: number): Dayjs;
|
|
319
319
|
};
|
|
320
320
|
day: {
|
|
321
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
321
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
322
322
|
(value: number): Dayjs;
|
|
323
323
|
};
|
|
324
324
|
hour: {
|
|
@@ -407,7 +407,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
407
407
|
(value: number): Dayjs;
|
|
408
408
|
};
|
|
409
409
|
day: {
|
|
410
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
410
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
411
411
|
(value: number): Dayjs;
|
|
412
412
|
};
|
|
413
413
|
hour: {
|
|
@@ -1157,7 +1157,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1157
1157
|
(value: number): Dayjs;
|
|
1158
1158
|
};
|
|
1159
1159
|
day: {
|
|
1160
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
1160
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
1161
1161
|
(value: number): Dayjs;
|
|
1162
1162
|
};
|
|
1163
1163
|
hour: {
|
|
@@ -1246,7 +1246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1246
1246
|
(value: number): Dayjs;
|
|
1247
1247
|
};
|
|
1248
1248
|
day: {
|
|
1249
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
1249
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
1250
1250
|
(value: number): Dayjs;
|
|
1251
1251
|
};
|
|
1252
1252
|
hour: {
|
|
@@ -1336,7 +1336,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1336
1336
|
(value: number): Dayjs;
|
|
1337
1337
|
};
|
|
1338
1338
|
day: {
|
|
1339
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
1339
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
1340
1340
|
(value: number): Dayjs;
|
|
1341
1341
|
};
|
|
1342
1342
|
hour: {
|
|
@@ -1425,7 +1425,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1425
1425
|
(value: number): Dayjs;
|
|
1426
1426
|
};
|
|
1427
1427
|
day: {
|
|
1428
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
1428
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
1429
1429
|
(value: number): Dayjs;
|
|
1430
1430
|
};
|
|
1431
1431
|
hour: {
|
|
@@ -2183,7 +2183,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2183
2183
|
(value: number): Dayjs;
|
|
2184
2184
|
};
|
|
2185
2185
|
day: {
|
|
2186
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
2186
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
2187
2187
|
(value: number): Dayjs;
|
|
2188
2188
|
};
|
|
2189
2189
|
hour: {
|
|
@@ -2272,7 +2272,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2272
2272
|
(value: number): Dayjs;
|
|
2273
2273
|
};
|
|
2274
2274
|
day: {
|
|
2275
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
2275
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
2276
2276
|
(value: number): Dayjs;
|
|
2277
2277
|
};
|
|
2278
2278
|
hour: {
|
|
@@ -2362,7 +2362,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2362
2362
|
(value: number): Dayjs;
|
|
2363
2363
|
};
|
|
2364
2364
|
day: {
|
|
2365
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
2365
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
2366
2366
|
(value: number): Dayjs;
|
|
2367
2367
|
};
|
|
2368
2368
|
hour: {
|
|
@@ -2451,7 +2451,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2451
2451
|
(value: number): Dayjs;
|
|
2452
2452
|
};
|
|
2453
2453
|
day: {
|
|
2454
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
2454
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
2455
2455
|
(value: number): Dayjs;
|
|
2456
2456
|
};
|
|
2457
2457
|
hour: {
|
|
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
71
|
(value: number): Dayjs;
|
|
72
72
|
};
|
|
73
73
|
day: {
|
|
74
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
74
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
75
75
|
(value: number): Dayjs;
|
|
76
76
|
};
|
|
77
77
|
hour: {
|
|
@@ -160,7 +160,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
160
160
|
(value: number): Dayjs;
|
|
161
161
|
};
|
|
162
162
|
day: {
|
|
163
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
163
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
164
164
|
(value: number): Dayjs;
|
|
165
165
|
};
|
|
166
166
|
hour: {
|
|
@@ -250,7 +250,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
250
250
|
(value: number): Dayjs;
|
|
251
251
|
};
|
|
252
252
|
day: {
|
|
253
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
253
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
254
254
|
(value: number): Dayjs;
|
|
255
255
|
};
|
|
256
256
|
hour: {
|
|
@@ -339,7 +339,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
339
339
|
(value: number): Dayjs;
|
|
340
340
|
};
|
|
341
341
|
day: {
|
|
342
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
342
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
343
343
|
(value: number): Dayjs;
|
|
344
344
|
};
|
|
345
345
|
hour: {
|
|
@@ -145,7 +145,7 @@ export declare const UTimePicker: {
|
|
|
145
145
|
(value: number): import("dayjs").Dayjs;
|
|
146
146
|
};
|
|
147
147
|
day: {
|
|
148
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
148
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
149
149
|
(value: number): import("dayjs").Dayjs;
|
|
150
150
|
};
|
|
151
151
|
hour: {
|
|
@@ -234,7 +234,7 @@ export declare const UTimePicker: {
|
|
|
234
234
|
(value: number): import("dayjs").Dayjs;
|
|
235
235
|
};
|
|
236
236
|
day: {
|
|
237
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
237
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
238
238
|
(value: number): import("dayjs").Dayjs;
|
|
239
239
|
};
|
|
240
240
|
hour: {
|
|
@@ -323,7 +323,7 @@ export declare const UTimePicker: {
|
|
|
323
323
|
(value: number): import("dayjs").Dayjs;
|
|
324
324
|
};
|
|
325
325
|
day: {
|
|
326
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
326
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
327
327
|
(value: number): import("dayjs").Dayjs;
|
|
328
328
|
};
|
|
329
329
|
hour: {
|
|
@@ -412,7 +412,7 @@ export declare const UTimePicker: {
|
|
|
412
412
|
(value: number): import("dayjs").Dayjs;
|
|
413
413
|
};
|
|
414
414
|
day: {
|
|
415
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
415
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
416
416
|
(value: number): import("dayjs").Dayjs;
|
|
417
417
|
};
|
|
418
418
|
hour: {
|
|
@@ -1035,7 +1035,7 @@ export declare const UTimePicker: {
|
|
|
1035
1035
|
(value: number): import("dayjs").Dayjs;
|
|
1036
1036
|
};
|
|
1037
1037
|
day: {
|
|
1038
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
1038
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
1039
1039
|
(value: number): import("dayjs").Dayjs;
|
|
1040
1040
|
};
|
|
1041
1041
|
hour: {
|
|
@@ -1124,7 +1124,7 @@ export declare const UTimePicker: {
|
|
|
1124
1124
|
(value: number): import("dayjs").Dayjs;
|
|
1125
1125
|
};
|
|
1126
1126
|
day: {
|
|
1127
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
1127
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
1128
1128
|
(value: number): import("dayjs").Dayjs;
|
|
1129
1129
|
};
|
|
1130
1130
|
hour: {
|
|
@@ -1214,7 +1214,7 @@ export declare const UTimePicker: {
|
|
|
1214
1214
|
(value: number): import("dayjs").Dayjs;
|
|
1215
1215
|
};
|
|
1216
1216
|
day: {
|
|
1217
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
1217
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
1218
1218
|
(value: number): import("dayjs").Dayjs;
|
|
1219
1219
|
};
|
|
1220
1220
|
hour: {
|
|
@@ -1303,7 +1303,7 @@ export declare const UTimePicker: {
|
|
|
1303
1303
|
(value: number): import("dayjs").Dayjs;
|
|
1304
1304
|
};
|
|
1305
1305
|
day: {
|
|
1306
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
1306
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
1307
1307
|
(value: number): import("dayjs").Dayjs;
|
|
1308
1308
|
};
|
|
1309
1309
|
hour: {
|
|
@@ -2061,7 +2061,7 @@ export declare const UTimePicker: {
|
|
|
2061
2061
|
(value: number): import("dayjs").Dayjs;
|
|
2062
2062
|
};
|
|
2063
2063
|
day: {
|
|
2064
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
2064
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
2065
2065
|
(value: number): import("dayjs").Dayjs;
|
|
2066
2066
|
};
|
|
2067
2067
|
hour: {
|
|
@@ -2150,7 +2150,7 @@ export declare const UTimePicker: {
|
|
|
2150
2150
|
(value: number): import("dayjs").Dayjs;
|
|
2151
2151
|
};
|
|
2152
2152
|
day: {
|
|
2153
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
2153
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
2154
2154
|
(value: number): import("dayjs").Dayjs;
|
|
2155
2155
|
};
|
|
2156
2156
|
hour: {
|
|
@@ -2240,7 +2240,7 @@ export declare const UTimePicker: {
|
|
|
2240
2240
|
(value: number): import("dayjs").Dayjs;
|
|
2241
2241
|
};
|
|
2242
2242
|
day: {
|
|
2243
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
2243
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
2244
2244
|
(value: number): import("dayjs").Dayjs;
|
|
2245
2245
|
};
|
|
2246
2246
|
hour: {
|
|
@@ -2329,7 +2329,7 @@ export declare const UTimePicker: {
|
|
|
2329
2329
|
(value: number): import("dayjs").Dayjs;
|
|
2330
2330
|
};
|
|
2331
2331
|
day: {
|
|
2332
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
2332
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
2333
2333
|
(value: number): import("dayjs").Dayjs;
|
|
2334
2334
|
};
|
|
2335
2335
|
hour: {
|
|
@@ -2972,7 +2972,7 @@ export declare const UTimePicker: {
|
|
|
2972
2972
|
(value: number): import("dayjs").Dayjs;
|
|
2973
2973
|
};
|
|
2974
2974
|
day: {
|
|
2975
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
2975
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
2976
2976
|
(value: number): import("dayjs").Dayjs;
|
|
2977
2977
|
};
|
|
2978
2978
|
hour: {
|
|
@@ -3061,7 +3061,7 @@ export declare const UTimePicker: {
|
|
|
3061
3061
|
(value: number): import("dayjs").Dayjs;
|
|
3062
3062
|
};
|
|
3063
3063
|
day: {
|
|
3064
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
3064
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
3065
3065
|
(value: number): import("dayjs").Dayjs;
|
|
3066
3066
|
};
|
|
3067
3067
|
hour: {
|
|
@@ -3150,7 +3150,7 @@ export declare const UTimePicker: {
|
|
|
3150
3150
|
(value: number): import("dayjs").Dayjs;
|
|
3151
3151
|
};
|
|
3152
3152
|
day: {
|
|
3153
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
3153
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
3154
3154
|
(value: number): import("dayjs").Dayjs;
|
|
3155
3155
|
};
|
|
3156
3156
|
hour: {
|
|
@@ -3239,7 +3239,7 @@ export declare const UTimePicker: {
|
|
|
3239
3239
|
(value: number): import("dayjs").Dayjs;
|
|
3240
3240
|
};
|
|
3241
3241
|
day: {
|
|
3242
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
3242
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
3243
3243
|
(value: number): import("dayjs").Dayjs;
|
|
3244
3244
|
};
|
|
3245
3245
|
hour: {
|
|
@@ -3496,7 +3496,7 @@ export declare const UTimePicker: {
|
|
|
3496
3496
|
(value: number): import("dayjs").Dayjs;
|
|
3497
3497
|
};
|
|
3498
3498
|
day: {
|
|
3499
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
3499
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
3500
3500
|
(value: number): import("dayjs").Dayjs;
|
|
3501
3501
|
};
|
|
3502
3502
|
hour: {
|
|
@@ -3585,7 +3585,7 @@ export declare const UTimePicker: {
|
|
|
3585
3585
|
(value: number): import("dayjs").Dayjs;
|
|
3586
3586
|
};
|
|
3587
3587
|
day: {
|
|
3588
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
3588
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
3589
3589
|
(value: number): import("dayjs").Dayjs;
|
|
3590
3590
|
};
|
|
3591
3591
|
hour: {
|
|
@@ -3674,7 +3674,7 @@ export declare const UTimePicker: {
|
|
|
3674
3674
|
(value: number): import("dayjs").Dayjs;
|
|
3675
3675
|
};
|
|
3676
3676
|
day: {
|
|
3677
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
3677
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
3678
3678
|
(value: number): import("dayjs").Dayjs;
|
|
3679
3679
|
};
|
|
3680
3680
|
hour: {
|
|
@@ -3763,7 +3763,7 @@ export declare const UTimePicker: {
|
|
|
3763
3763
|
(value: number): import("dayjs").Dayjs;
|
|
3764
3764
|
};
|
|
3765
3765
|
day: {
|
|
3766
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
3766
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
3767
3767
|
(value: number): import("dayjs").Dayjs;
|
|
3768
3768
|
};
|
|
3769
3769
|
hour: {
|
|
@@ -4386,7 +4386,7 @@ export declare const UTimePicker: {
|
|
|
4386
4386
|
(value: number): import("dayjs").Dayjs;
|
|
4387
4387
|
};
|
|
4388
4388
|
day: {
|
|
4389
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
4389
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
4390
4390
|
(value: number): import("dayjs").Dayjs;
|
|
4391
4391
|
};
|
|
4392
4392
|
hour: {
|
|
@@ -4475,7 +4475,7 @@ export declare const UTimePicker: {
|
|
|
4475
4475
|
(value: number): import("dayjs").Dayjs;
|
|
4476
4476
|
};
|
|
4477
4477
|
day: {
|
|
4478
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
4478
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
4479
4479
|
(value: number): import("dayjs").Dayjs;
|
|
4480
4480
|
};
|
|
4481
4481
|
hour: {
|
|
@@ -4565,7 +4565,7 @@ export declare const UTimePicker: {
|
|
|
4565
4565
|
(value: number): import("dayjs").Dayjs;
|
|
4566
4566
|
};
|
|
4567
4567
|
day: {
|
|
4568
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
4568
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
4569
4569
|
(value: number): import("dayjs").Dayjs;
|
|
4570
4570
|
};
|
|
4571
4571
|
hour: {
|
|
@@ -4654,7 +4654,7 @@ export declare const UTimePicker: {
|
|
|
4654
4654
|
(value: number): import("dayjs").Dayjs;
|
|
4655
4655
|
};
|
|
4656
4656
|
day: {
|
|
4657
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
4657
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
4658
4658
|
(value: number): import("dayjs").Dayjs;
|
|
4659
4659
|
};
|
|
4660
4660
|
hour: {
|
|
@@ -5412,7 +5412,7 @@ export declare const UTimePicker: {
|
|
|
5412
5412
|
(value: number): import("dayjs").Dayjs;
|
|
5413
5413
|
};
|
|
5414
5414
|
day: {
|
|
5415
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
5415
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
5416
5416
|
(value: number): import("dayjs").Dayjs;
|
|
5417
5417
|
};
|
|
5418
5418
|
hour: {
|
|
@@ -5501,7 +5501,7 @@ export declare const UTimePicker: {
|
|
|
5501
5501
|
(value: number): import("dayjs").Dayjs;
|
|
5502
5502
|
};
|
|
5503
5503
|
day: {
|
|
5504
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
5504
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
5505
5505
|
(value: number): import("dayjs").Dayjs;
|
|
5506
5506
|
};
|
|
5507
5507
|
hour: {
|
|
@@ -5591,7 +5591,7 @@ export declare const UTimePicker: {
|
|
|
5591
5591
|
(value: number): import("dayjs").Dayjs;
|
|
5592
5592
|
};
|
|
5593
5593
|
day: {
|
|
5594
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
5594
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
5595
5595
|
(value: number): import("dayjs").Dayjs;
|
|
5596
5596
|
};
|
|
5597
5597
|
hour: {
|
|
@@ -5680,7 +5680,7 @@ export declare const UTimePicker: {
|
|
|
5680
5680
|
(value: number): import("dayjs").Dayjs;
|
|
5681
5681
|
};
|
|
5682
5682
|
day: {
|
|
5683
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
5683
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
5684
5684
|
(value: number): import("dayjs").Dayjs;
|
|
5685
5685
|
};
|
|
5686
5686
|
hour: {
|
|
@@ -50,8 +50,8 @@ export declare const tooltipsProps: {
|
|
|
50
50
|
default: boolean;
|
|
51
51
|
};
|
|
52
52
|
color: {
|
|
53
|
-
type: PropType<"
|
|
54
|
-
default: "
|
|
53
|
+
type: PropType<"light" | "red">;
|
|
54
|
+
default: "light" | "red";
|
|
55
55
|
validator: (val: string) => boolean;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
@@ -46,8 +46,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
48
|
color: {
|
|
49
|
-
type: import("vue").PropType<"
|
|
50
|
-
default: "
|
|
49
|
+
type: import("vue").PropType<"light" | "red">;
|
|
50
|
+
default: "light" | "red";
|
|
51
51
|
validator: (val: string) => boolean;
|
|
52
52
|
};
|
|
53
53
|
}>, {
|
|
@@ -56,34 +56,34 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
56
56
|
prefixCls: import("vue").ComputedRef<string>;
|
|
57
57
|
arrowStyle: import("vue").ComputedRef<{
|
|
58
58
|
top: string;
|
|
59
|
+
right: string;
|
|
59
60
|
transform: string;
|
|
60
61
|
bottom?: undefined;
|
|
61
62
|
left?: undefined;
|
|
62
|
-
right?: undefined;
|
|
63
63
|
} | {
|
|
64
64
|
bottom: string;
|
|
65
|
+
right: string;
|
|
65
66
|
transform: string;
|
|
66
67
|
top?: undefined;
|
|
67
68
|
left?: undefined;
|
|
68
|
-
right?: undefined;
|
|
69
69
|
} | {
|
|
70
|
+
top: string;
|
|
70
71
|
left: string;
|
|
71
72
|
transform: string;
|
|
72
|
-
top?: undefined;
|
|
73
|
-
bottom?: undefined;
|
|
74
73
|
right?: undefined;
|
|
74
|
+
bottom?: undefined;
|
|
75
75
|
} | {
|
|
76
|
-
|
|
76
|
+
bottom: string;
|
|
77
|
+
left: string;
|
|
77
78
|
transform: string;
|
|
78
79
|
top?: undefined;
|
|
79
|
-
|
|
80
|
-
left?: undefined;
|
|
80
|
+
right?: undefined;
|
|
81
81
|
} | {
|
|
82
82
|
top?: undefined;
|
|
83
|
+
right?: undefined;
|
|
83
84
|
transform?: undefined;
|
|
84
85
|
bottom?: undefined;
|
|
85
86
|
left?: undefined;
|
|
86
|
-
right?: undefined;
|
|
87
87
|
}>;
|
|
88
88
|
onVisibleChange: (val: boolean) => void;
|
|
89
89
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -137,15 +137,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
137
137
|
default: boolean;
|
|
138
138
|
};
|
|
139
139
|
color: {
|
|
140
|
-
type: import("vue").PropType<"
|
|
141
|
-
default: "
|
|
140
|
+
type: import("vue").PropType<"light" | "red">;
|
|
141
|
+
default: "light" | "red";
|
|
142
142
|
validator: (val: string) => boolean;
|
|
143
143
|
};
|
|
144
144
|
}>> & Readonly<{
|
|
145
145
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
146
146
|
"onVisible-change"?: (v: boolean) => any;
|
|
147
147
|
}>, {
|
|
148
|
-
color: "
|
|
148
|
+
color: "light" | "red";
|
|
149
149
|
offset: number[];
|
|
150
150
|
visible: boolean;
|
|
151
151
|
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";
|
|
@@ -47,8 +47,8 @@ export declare const UTooltip: {
|
|
|
47
47
|
default: boolean;
|
|
48
48
|
};
|
|
49
49
|
color: {
|
|
50
|
-
type: import("vue").PropType<"
|
|
51
|
-
default: "
|
|
50
|
+
type: import("vue").PropType<"light" | "red">;
|
|
51
|
+
default: "light" | "red";
|
|
52
52
|
validator: (val: string) => boolean;
|
|
53
53
|
};
|
|
54
54
|
}>> & Readonly<{
|
|
@@ -60,41 +60,41 @@ export declare const UTooltip: {
|
|
|
60
60
|
prefixCls: import("vue").ComputedRef<string>;
|
|
61
61
|
arrowStyle: import("vue").ComputedRef<{
|
|
62
62
|
top: string;
|
|
63
|
+
right: string;
|
|
63
64
|
transform: string;
|
|
64
65
|
bottom?: undefined;
|
|
65
66
|
left?: undefined;
|
|
66
|
-
right?: undefined;
|
|
67
67
|
} | {
|
|
68
68
|
bottom: string;
|
|
69
|
+
right: string;
|
|
69
70
|
transform: string;
|
|
70
71
|
top?: undefined;
|
|
71
72
|
left?: undefined;
|
|
72
|
-
right?: undefined;
|
|
73
73
|
} | {
|
|
74
|
+
top: string;
|
|
74
75
|
left: string;
|
|
75
76
|
transform: string;
|
|
76
|
-
top?: undefined;
|
|
77
|
-
bottom?: undefined;
|
|
78
77
|
right?: undefined;
|
|
78
|
+
bottom?: undefined;
|
|
79
79
|
} | {
|
|
80
|
-
|
|
80
|
+
bottom: string;
|
|
81
|
+
left: string;
|
|
81
82
|
transform: string;
|
|
82
83
|
top?: undefined;
|
|
83
|
-
|
|
84
|
-
left?: undefined;
|
|
84
|
+
right?: undefined;
|
|
85
85
|
} | {
|
|
86
86
|
top?: undefined;
|
|
87
|
+
right?: undefined;
|
|
87
88
|
transform?: undefined;
|
|
88
89
|
bottom?: undefined;
|
|
89
90
|
left?: undefined;
|
|
90
|
-
right?: undefined;
|
|
91
91
|
}>;
|
|
92
92
|
onVisibleChange: (val: boolean) => void;
|
|
93
93
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
94
94
|
'visible-change': (v: boolean) => boolean;
|
|
95
95
|
'update:visible': (v: boolean) => boolean;
|
|
96
96
|
}, import("vue").PublicProps, {
|
|
97
|
-
color: "
|
|
97
|
+
color: "light" | "red";
|
|
98
98
|
offset: number[];
|
|
99
99
|
visible: boolean;
|
|
100
100
|
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";
|
|
@@ -348,8 +348,8 @@ export declare const UTooltip: {
|
|
|
348
348
|
default: boolean;
|
|
349
349
|
};
|
|
350
350
|
color: {
|
|
351
|
-
type: import("vue").PropType<"
|
|
352
|
-
default: "
|
|
351
|
+
type: import("vue").PropType<"light" | "red">;
|
|
352
|
+
default: "light" | "red";
|
|
353
353
|
validator: (val: string) => boolean;
|
|
354
354
|
};
|
|
355
355
|
}>> & Readonly<{
|
|
@@ -361,38 +361,38 @@ export declare const UTooltip: {
|
|
|
361
361
|
prefixCls: import("vue").ComputedRef<string>;
|
|
362
362
|
arrowStyle: import("vue").ComputedRef<{
|
|
363
363
|
top: string;
|
|
364
|
+
right: string;
|
|
364
365
|
transform: string;
|
|
365
366
|
bottom?: undefined;
|
|
366
367
|
left?: undefined;
|
|
367
|
-
right?: undefined;
|
|
368
368
|
} | {
|
|
369
369
|
bottom: string;
|
|
370
|
+
right: string;
|
|
370
371
|
transform: string;
|
|
371
372
|
top?: undefined;
|
|
372
373
|
left?: undefined;
|
|
373
|
-
right?: undefined;
|
|
374
374
|
} | {
|
|
375
|
+
top: string;
|
|
375
376
|
left: string;
|
|
376
377
|
transform: string;
|
|
377
|
-
top?: undefined;
|
|
378
|
-
bottom?: undefined;
|
|
379
378
|
right?: undefined;
|
|
379
|
+
bottom?: undefined;
|
|
380
380
|
} | {
|
|
381
|
-
|
|
381
|
+
bottom: string;
|
|
382
|
+
left: string;
|
|
382
383
|
transform: string;
|
|
383
384
|
top?: undefined;
|
|
384
|
-
|
|
385
|
-
left?: undefined;
|
|
385
|
+
right?: undefined;
|
|
386
386
|
} | {
|
|
387
387
|
top?: undefined;
|
|
388
|
+
right?: undefined;
|
|
388
389
|
transform?: undefined;
|
|
389
390
|
bottom?: undefined;
|
|
390
391
|
left?: undefined;
|
|
391
|
-
right?: undefined;
|
|
392
392
|
}>;
|
|
393
393
|
onVisibleChange: (val: boolean) => void;
|
|
394
394
|
}, {}, {}, {}, {
|
|
395
|
-
color: "
|
|
395
|
+
color: "light" | "red";
|
|
396
396
|
offset: number[];
|
|
397
397
|
visible: boolean;
|
|
398
398
|
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";
|
|
@@ -455,8 +455,8 @@ export declare const UTooltip: {
|
|
|
455
455
|
default: boolean;
|
|
456
456
|
};
|
|
457
457
|
color: {
|
|
458
|
-
type: import("vue").PropType<"
|
|
459
|
-
default: "
|
|
458
|
+
type: import("vue").PropType<"light" | "red">;
|
|
459
|
+
default: "light" | "red";
|
|
460
460
|
validator: (val: string) => boolean;
|
|
461
461
|
};
|
|
462
462
|
}>> & Readonly<{
|
|
@@ -468,41 +468,41 @@ export declare const UTooltip: {
|
|
|
468
468
|
prefixCls: import("vue").ComputedRef<string>;
|
|
469
469
|
arrowStyle: import("vue").ComputedRef<{
|
|
470
470
|
top: string;
|
|
471
|
+
right: string;
|
|
471
472
|
transform: string;
|
|
472
473
|
bottom?: undefined;
|
|
473
474
|
left?: undefined;
|
|
474
|
-
right?: undefined;
|
|
475
475
|
} | {
|
|
476
476
|
bottom: string;
|
|
477
|
+
right: string;
|
|
477
478
|
transform: string;
|
|
478
479
|
top?: undefined;
|
|
479
480
|
left?: undefined;
|
|
480
|
-
right?: undefined;
|
|
481
481
|
} | {
|
|
482
|
+
top: string;
|
|
482
483
|
left: string;
|
|
483
484
|
transform: string;
|
|
484
|
-
top?: undefined;
|
|
485
|
-
bottom?: undefined;
|
|
486
485
|
right?: undefined;
|
|
486
|
+
bottom?: undefined;
|
|
487
487
|
} | {
|
|
488
|
-
|
|
488
|
+
bottom: string;
|
|
489
|
+
left: string;
|
|
489
490
|
transform: string;
|
|
490
491
|
top?: undefined;
|
|
491
|
-
|
|
492
|
-
left?: undefined;
|
|
492
|
+
right?: undefined;
|
|
493
493
|
} | {
|
|
494
494
|
top?: undefined;
|
|
495
|
+
right?: undefined;
|
|
495
496
|
transform?: undefined;
|
|
496
497
|
bottom?: undefined;
|
|
497
498
|
left?: undefined;
|
|
498
|
-
right?: undefined;
|
|
499
499
|
}>;
|
|
500
500
|
onVisibleChange: (val: boolean) => void;
|
|
501
501
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
502
502
|
'visible-change': (v: boolean) => boolean;
|
|
503
503
|
'update:visible': (v: boolean) => boolean;
|
|
504
504
|
}, string, {
|
|
505
|
-
color: "
|
|
505
|
+
color: "light" | "red";
|
|
506
506
|
offset: number[];
|
|
507
507
|
visible: boolean;
|
|
508
508
|
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";
|