@koi-design/uxd-ui 14.0.1 → 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/AutoComplete/AutoComplete.vue.d.ts +9 -0
- package/es/components/AutoComplete/index.d.ts +18 -0
- package/es/components/Calendar/Calendar.vue.d.ts +2 -2
- package/es/components/Calendar/index.d.ts +6 -6
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
- package/es/components/ColorPicker/index.d.ts +18 -0
- 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/Dropdown/DropdownMenu.mjs +0 -1
- package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
- package/es/components/Input/Input.d.ts +6 -0
- package/es/components/Input/Input.mjs +1 -0
- package/es/components/Input/Input.mjs.map +1 -1
- package/es/components/Input/Input.type.d.ts +3 -0
- package/es/components/Input/Input.type.mjs +3 -0
- package/es/components/Input/Input.type.mjs.map +1 -1
- package/es/components/Input/index.d.ts +9 -0
- 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/Pagination/Options.d.ts +8 -0
- package/es/components/Pagination/Options.mjs +6 -1
- package/es/components/Pagination/Options.mjs.map +1 -1
- package/es/components/Pagination/Pagination.d.ts +8 -0
- package/es/components/Pagination/Pagination.mjs +2 -0
- package/es/components/Pagination/Pagination.mjs.map +1 -1
- package/es/components/Pagination/index.d.ts +16 -0
- 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 +280 -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/Transfer/Transfer.vue.d.ts +27 -0
- package/es/components/Transfer/TransferList.vue.d.ts +9 -0
- package/es/components/Transfer/index.d.ts +72 -0
- 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/AutoComplete/AutoComplete.vue.d.ts +9 -0
- package/lib/components/AutoComplete/index.d.ts +18 -0
- package/lib/components/Calendar/Calendar.vue.d.ts +2 -2
- package/lib/components/Calendar/index.d.ts +6 -6
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
- package/lib/components/ColorPicker/index.d.ts +18 -0
- 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/Dropdown/DropdownMenu.js +0 -1
- package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
- package/lib/components/Input/Input.d.ts +6 -0
- package/lib/components/Input/Input.js +1 -0
- package/lib/components/Input/Input.js.map +1 -1
- package/lib/components/Input/Input.type.d.ts +3 -0
- package/lib/components/Input/Input.type.js +3 -0
- package/lib/components/Input/Input.type.js.map +1 -1
- package/lib/components/Input/index.d.ts +9 -0
- 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/Pagination/Options.d.ts +8 -0
- package/lib/components/Pagination/Options.js +6 -1
- package/lib/components/Pagination/Options.js.map +1 -1
- package/lib/components/Pagination/Pagination.d.ts +8 -0
- package/lib/components/Pagination/Pagination.js +2 -0
- package/lib/components/Pagination/Pagination.js.map +1 -1
- package/lib/components/Pagination/index.d.ts +16 -0
- 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 +280 -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/Transfer/Transfer.vue.d.ts +27 -0
- package/lib/components/Transfer/TransferList.vue.d.ts +9 -0
- package/lib/components/Transfer/index.d.ts +72 -0
- 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/dropdown/index.css +1 -1
- package/styles/components/dropdown/index.less +12 -26
- package/styles/components/dropdown/var.less +6 -19
- package/styles/components/form/index.css +1 -1
- package/styles/components/form/index.less +25 -12
- 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/pagination/index.css +1 -1
- package/styles/components/pagination/index.less +41 -178
- package/styles/components/pagination/var.less +8 -21
- package/styles/components/select/index.css +1 -1
- package/styles/components/select/index.less +3 -10
- package/styles/components/select/var.less +1 -3
- 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/AutoComplete/AutoComplete.vue.d.ts +9 -0
- package/types/components/AutoComplete/index.d.ts +18 -0
- package/types/components/Calendar/Calendar.vue.d.ts +2 -2
- package/types/components/Calendar/index.d.ts +6 -6
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
- package/types/components/ColorPicker/index.d.ts +18 -0
- 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/Input/Input.d.ts +6 -0
- package/types/components/Input/Input.type.d.ts +3 -0
- package/types/components/Input/index.d.ts +9 -0
- 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/Pagination/Options.d.ts +8 -0
- package/types/components/Pagination/Pagination.d.ts +8 -0
- package/types/components/Pagination/index.d.ts +16 -0
- 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 +280 -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/types/components/Transfer/Transfer.vue.d.ts +27 -0
- package/types/components/Transfer/TransferList.vue.d.ts +9 -0
- package/types/components/Transfer/index.d.ts +72 -0
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +134 -66
- package/uxd-ui.umd.js +133 -64
- package/uxd-ui.umd.min.js +6 -6
|
@@ -75,7 +75,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
75
75
|
(value: number): Dayjs;
|
|
76
76
|
};
|
|
77
77
|
day: {
|
|
78
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
78
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
79
79
|
(value: number): Dayjs;
|
|
80
80
|
};
|
|
81
81
|
hour: {
|
|
@@ -164,7 +164,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
164
164
|
(value: number): Dayjs;
|
|
165
165
|
};
|
|
166
166
|
day: {
|
|
167
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
167
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
168
168
|
(value: number): Dayjs;
|
|
169
169
|
};
|
|
170
170
|
hour: {
|
|
@@ -65,7 +65,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
65
65
|
(value: number): import("dayjs").Dayjs;
|
|
66
66
|
};
|
|
67
67
|
day: {
|
|
68
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
68
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
69
69
|
(value: number): import("dayjs").Dayjs;
|
|
70
70
|
};
|
|
71
71
|
hour: {
|
|
@@ -154,7 +154,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
154
154
|
(value: number): import("dayjs").Dayjs;
|
|
155
155
|
};
|
|
156
156
|
day: {
|
|
157
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
157
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
158
158
|
(value: number): import("dayjs").Dayjs;
|
|
159
159
|
};
|
|
160
160
|
hour: {
|
|
@@ -244,7 +244,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
244
244
|
(value: number): import("dayjs").Dayjs;
|
|
245
245
|
};
|
|
246
246
|
day: {
|
|
247
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
247
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
248
248
|
(value: number): import("dayjs").Dayjs;
|
|
249
249
|
};
|
|
250
250
|
hour: {
|
|
@@ -333,7 +333,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
333
333
|
(value: number): import("dayjs").Dayjs;
|
|
334
334
|
};
|
|
335
335
|
day: {
|
|
336
|
-
(): 0 | 2 | 1 | 4 | 3 | 5
|
|
336
|
+
(): 0 | 2 | 1 | 6 | 4 | 3 | 5;
|
|
337
337
|
(value: number): import("dayjs").Dayjs;
|
|
338
338
|
};
|
|
339
339
|
hour: {
|
|
@@ -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: {
|
|
@@ -113,6 +113,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
113
113
|
direction: {
|
|
114
114
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
115
115
|
};
|
|
116
|
+
inputSize: {
|
|
117
|
+
type: NumberConstructor;
|
|
118
|
+
};
|
|
116
119
|
}>, {
|
|
117
120
|
prefixCls: import("vue").ComputedRef<string>;
|
|
118
121
|
wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
|
|
@@ -273,6 +276,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
273
276
|
direction: {
|
|
274
277
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
275
278
|
};
|
|
279
|
+
inputSize: {
|
|
280
|
+
type: NumberConstructor;
|
|
281
|
+
};
|
|
276
282
|
}>> & Readonly<{
|
|
277
283
|
onSearch?: (v: InputValueType) => any;
|
|
278
284
|
onClear?: (ev: Event) => any;
|
|
@@ -121,6 +121,9 @@ export declare const inputProps: {
|
|
|
121
121
|
direction: {
|
|
122
122
|
type: PropType<"ltr" | "rtl">;
|
|
123
123
|
};
|
|
124
|
+
inputSize: {
|
|
125
|
+
type: NumberConstructor;
|
|
126
|
+
};
|
|
124
127
|
};
|
|
125
128
|
export declare type InputProps = ExtractPropTypes<typeof inputProps>;
|
|
126
129
|
export declare const inputEmits: {
|
|
@@ -113,6 +113,9 @@ export declare const UInput: {
|
|
|
113
113
|
direction: {
|
|
114
114
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
115
115
|
};
|
|
116
|
+
inputSize: {
|
|
117
|
+
type: NumberConstructor;
|
|
118
|
+
};
|
|
116
119
|
}>> & Readonly<{
|
|
117
120
|
onSearch?: (v: import("./Input.type").InputValueType) => any;
|
|
118
121
|
onChange?: (v: import("./Input.type").InputValueType) => any;
|
|
@@ -451,6 +454,9 @@ export declare const UInput: {
|
|
|
451
454
|
direction: {
|
|
452
455
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
453
456
|
};
|
|
457
|
+
inputSize: {
|
|
458
|
+
type: NumberConstructor;
|
|
459
|
+
};
|
|
454
460
|
}>> & Readonly<{
|
|
455
461
|
onSearch?: (v: import("./Input.type").InputValueType) => any;
|
|
456
462
|
onChange?: (v: import("./Input.type").InputValueType) => any;
|
|
@@ -639,6 +645,9 @@ export declare const UInput: {
|
|
|
639
645
|
direction: {
|
|
640
646
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
641
647
|
};
|
|
648
|
+
inputSize: {
|
|
649
|
+
type: NumberConstructor;
|
|
650
|
+
};
|
|
642
651
|
}>> & Readonly<{
|
|
643
652
|
onSearch?: (v: import("./Input.type").InputValueType) => any;
|
|
644
653
|
onChange?: (v: import("./Input.type").InputValueType) => any;
|
|
@@ -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";
|