@uzum-tech/ui 1.8.2 → 1.9.1
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/dist/index.js +1244 -379
- package/dist/index.prod.js +3 -3
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +119 -17
- package/es/_internal/scrollbar/src/Scrollbar.js +120 -67
- package/es/_internal/scrollbar/src/styles/index.cssr.js +32 -15
- package/es/_internal/scrollbar/styles/common.d.ts +7 -0
- package/es/_internal/scrollbar/styles/common.js +7 -0
- package/es/_internal/scrollbar/styles/light.d.ts +8 -0
- package/es/_internal/scrollbar/styles/light.js +3 -5
- package/es/_internal/select-menu/src/SelectMenu.d.ts +57 -1
- package/es/_internal/select-menu/styles/light.d.ts +8 -0
- package/es/_internal/selection/src/Selection.d.ts +3 -1
- package/es/_internal/selection/src/Selection.js +3 -1
- package/es/_utils/css/index.d.ts +1 -0
- package/es/_utils/css/index.js +1 -0
- package/es/_utils/css/rtl-inset.d.ts +1 -0
- package/es/_utils/css/rtl-inset.js +5 -0
- package/es/_utils/index.d.ts +1 -1
- package/es/_utils/index.js +1 -1
- package/es/auto-complete/src/AutoComplete.d.ts +88 -0
- package/es/auto-complete/styles/light.d.ts +8 -0
- package/es/back-top/src/BackTop.d.ts +1 -1
- package/es/cascader/src/Cascader.d.ts +168 -0
- package/es/cascader/src/CascaderMenu.d.ts +24 -0
- package/es/cascader/src/CascaderOption.d.ts +24 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +24 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +25 -1
- package/es/cascader/styles/light.d.ts +16 -0
- package/es/chat/index.d.ts +1 -1
- package/es/chat/src/Chat.d.ts +321 -11
- package/es/chat/src/Chat.js +73 -22
- package/es/chat/src/ChatListItems.d.ts +104 -0
- package/es/chat/src/ChatMessages.d.ts +104 -0
- package/es/chat/src/ChatParts/ChatAttachment.js +14 -12
- package/es/chat/src/ChatParts/MainArea.d.ts +1 -0
- package/es/chat/src/ChatParts/MainArea.js +95 -57
- package/es/chat/src/ChatParts/Sidebar.d.ts +920 -0
- package/es/chat/src/ChatParts/Sidebar.js +63 -12
- package/es/chat/src/interface.d.ts +24 -3
- package/es/chat/src/styles/index.cssr.js +13 -2
- package/es/chat/styles/dark.d.ts +8 -0
- package/es/chat/styles/light.d.ts +8 -0
- package/es/components.d.ts +2 -0
- package/es/components.js +2 -0
- package/es/data-table/src/DataTable.d.ts +184 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +40 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +40 -0
- package/es/data-table/src/TableParts/Body.d.ts +41 -1
- package/es/data-table/src/TableParts/Header.d.ts +40 -0
- package/es/data-table/src/interface.d.ts +72 -0
- package/es/data-table/styles/light.d.ts +24 -0
- package/es/date-picker/src/DatePicker.d.ts +1469 -36
- package/es/date-picker/src/DatePicker.js +54 -29
- package/es/date-picker/src/interface.d.ts +1 -0
- package/es/date-picker/src/panel/date.d.ts +166 -1
- package/es/date-picker/src/panel/daterange.d.ts +167 -2
- package/es/date-picker/src/panel/datetime.d.ts +166 -1
- package/es/date-picker/src/panel/datetimerange.d.ts +167 -2
- package/es/date-picker/src/panel/panelMonth.d.ts +332 -2
- package/es/date-picker/src/panel/panelMonthContent.d.ts +166 -1
- package/es/date-picker/src/panel/panelYear.d.ts +332 -2
- package/es/date-picker/src/panel/panelYearContent.d.ts +166 -1
- package/es/date-picker/src/panel/use-calendar.d.ts +165 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +165 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +165 -0
- package/es/date-picker/styles/dark.js +3 -1
- package/es/date-picker/styles/light.d.ts +139 -0
- package/es/date-picker/styles/light.js +3 -1
- package/es/descriptions/src/Descriptions.d.ts +30 -0
- package/es/descriptions/src/Descriptions.js +18 -10
- package/es/dialog/src/DialogProvider.d.ts +2 -2
- package/es/drawer/src/Drawer.d.ts +81 -1
- package/es/drawer/src/DrawerBodyWrapper.d.ts +9 -1
- package/es/drawer/src/DrawerContent.d.ts +8 -0
- package/es/drawer/styles/light.d.ts +8 -0
- package/es/dropdown/src/Dropdown.d.ts +1 -1
- package/es/infinite-scroll/index.d.ts +2 -0
- package/es/infinite-scroll/index.js +1 -0
- package/es/infinite-scroll/src/InfiniteScroll.d.ts +45 -0
- package/es/infinite-scroll/src/InfiniteScroll.js +78 -0
- package/es/layout/src/Layout.d.ts +112 -0
- package/es/layout/src/LayoutContent.d.ts +56 -0
- package/es/layout/src/LayoutFooter.d.ts +72 -0
- package/es/layout/src/LayoutHeader.d.ts +48 -0
- package/es/layout/src/LayoutSider.d.ts +56 -0
- package/es/layout/styles/light.d.ts +8 -0
- package/es/legacy-transfer/src/Transfer.d.ts +80 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/es/legacy-transfer/src/TransferList.d.ts +9 -1
- package/es/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/es/legacy-transfer/styles/light.d.ts +8 -0
- package/es/locales/common/arDZ.js +2 -0
- package/es/locales/common/deDE.js +2 -0
- package/es/locales/common/enGB.js +2 -0
- package/es/locales/common/enUS.d.ts +2 -0
- package/es/locales/common/enUS.js +2 -0
- package/es/locales/common/eo.js +2 -0
- package/es/locales/common/esAR.js +2 -0
- package/es/locales/common/faIR.js +2 -0
- package/es/locales/common/frFR.js +2 -0
- package/es/locales/common/idID.js +2 -0
- package/es/locales/common/itIT.js +2 -0
- package/es/locales/common/jaJP.js +2 -0
- package/es/locales/common/koKR.js +2 -0
- package/es/locales/common/nbNO.js +2 -0
- package/es/locales/common/nlNL.js +2 -0
- package/es/locales/common/plPL.js +2 -0
- package/es/locales/common/ptBR.js +2 -0
- package/es/locales/common/ruRU.js +2 -0
- package/es/locales/common/skSK.js +2 -0
- package/es/locales/common/svSE.js +2 -0
- package/es/locales/common/thTH.js +2 -0
- package/es/locales/common/trTR.js +2 -0
- package/es/locales/common/ukUA.js +2 -0
- package/es/locales/common/viVN.js +2 -0
- package/es/locales/common/zhCN.js +2 -0
- package/es/locales/common/zhTW.js +2 -0
- package/es/log/src/Log.d.ts +80 -0
- package/es/log/styles/light.d.ts +8 -0
- package/es/mention/src/Mention.d.ts +88 -0
- package/es/mention/styles/light.d.ts +8 -0
- package/es/menu/src/Menu.d.ts +1 -1
- package/es/modal/src/BodyWrapper.d.ts +9 -1
- package/es/modal/src/Modal.d.ts +73 -1
- package/es/modal/styles/light.d.ts +8 -0
- package/es/notification/src/NotificationContainer.d.ts +8 -0
- package/es/notification/src/NotificationProvider.d.ts +72 -0
- package/es/notification/styles/light.d.ts +8 -0
- package/es/pagination/src/Pagination.d.ts +176 -0
- package/es/pagination/styles/light.d.ts +16 -0
- package/es/popselect/src/Popselect.d.ts +88 -0
- package/es/popselect/src/PopselectPanel.d.ts +16 -0
- package/es/popselect/styles/light.d.ts +8 -0
- package/es/scrollbar/src/Scrollbar.d.ts +72 -0
- package/es/select/src/Select.d.ts +88 -0
- package/es/select/styles/light.d.ts +8 -0
- package/es/time-picker/src/Panel.d.ts +8 -0
- package/es/time-picker/src/TimePicker.d.ts +80 -0
- package/es/time-picker/styles/light.d.ts +8 -0
- package/es/transfer/src/Transfer.d.ts +80 -0
- package/es/transfer/src/TransferFilter.d.ts +8 -0
- package/es/transfer/src/TransferList.d.ts +9 -1
- package/es/transfer/src/TransferListItem.d.ts +8 -0
- package/es/transfer/styles/light.d.ts +8 -0
- package/es/tree/src/Tree.d.ts +82 -2
- package/es/tree/src/TreeNodeCheckbox.d.ts +8 -0
- package/es/tree/styles/light.d.ts +8 -0
- package/es/tree-select/src/TreeSelect.d.ts +89 -1
- package/es/tree-select/styles/light.d.ts +8 -0
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/es/virtual-list/index.d.ts +2 -0
- package/es/virtual-list/index.js +1 -0
- package/es/virtual-list/src/VirtualList.d.ts +146 -0
- package/es/virtual-list/src/VirtualList.js +103 -0
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +119 -17
- package/lib/_internal/scrollbar/src/Scrollbar.js +117 -64
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +32 -15
- package/lib/_internal/scrollbar/styles/common.d.ts +7 -0
- package/lib/_internal/scrollbar/styles/common.js +10 -0
- package/lib/_internal/scrollbar/styles/light.d.ts +8 -0
- package/lib/_internal/scrollbar/styles/light.js +3 -5
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +57 -1
- package/lib/_internal/select-menu/styles/light.d.ts +8 -0
- package/lib/_internal/selection/src/Selection.d.ts +3 -1
- package/lib/_internal/selection/src/Selection.js +3 -1
- package/lib/_utils/css/index.d.ts +1 -0
- package/lib/_utils/css/index.js +3 -1
- package/lib/_utils/css/rtl-inset.d.ts +1 -0
- package/lib/_utils/css/rtl-inset.js +8 -0
- package/lib/_utils/index.d.ts +1 -1
- package/lib/_utils/index.js +2 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +88 -0
- package/lib/auto-complete/styles/light.d.ts +8 -0
- package/lib/back-top/src/BackTop.d.ts +1 -1
- package/lib/cascader/src/Cascader.d.ts +168 -0
- package/lib/cascader/src/CascaderMenu.d.ts +24 -0
- package/lib/cascader/src/CascaderOption.d.ts +24 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +24 -0
- package/lib/cascader/src/CascaderSubmenu.d.ts +25 -1
- package/lib/cascader/styles/light.d.ts +16 -0
- package/lib/chat/index.d.ts +1 -1
- package/lib/chat/src/Chat.d.ts +321 -11
- package/lib/chat/src/Chat.js +73 -22
- package/lib/chat/src/ChatListItems.d.ts +104 -0
- package/lib/chat/src/ChatMessages.d.ts +104 -0
- package/lib/chat/src/ChatParts/ChatAttachment.js +14 -12
- package/lib/chat/src/ChatParts/MainArea.d.ts +1 -0
- package/lib/chat/src/ChatParts/MainArea.js +94 -56
- package/lib/chat/src/ChatParts/Sidebar.d.ts +920 -0
- package/lib/chat/src/ChatParts/Sidebar.js +62 -11
- package/lib/chat/src/interface.d.ts +24 -3
- package/lib/chat/src/styles/index.cssr.js +13 -2
- package/lib/chat/styles/dark.d.ts +8 -0
- package/lib/chat/styles/light.d.ts +8 -0
- package/lib/components.d.ts +2 -0
- package/lib/components.js +2 -0
- package/lib/data-table/src/DataTable.d.ts +184 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +40 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +40 -0
- package/lib/data-table/src/TableParts/Body.d.ts +41 -1
- package/lib/data-table/src/TableParts/Header.d.ts +40 -0
- package/lib/data-table/src/interface.d.ts +72 -0
- package/lib/data-table/styles/light.d.ts +24 -0
- package/lib/date-picker/src/DatePicker.d.ts +1469 -36
- package/lib/date-picker/src/DatePicker.js +53 -28
- package/lib/date-picker/src/interface.d.ts +1 -0
- package/lib/date-picker/src/panel/date.d.ts +166 -1
- package/lib/date-picker/src/panel/daterange.d.ts +167 -2
- package/lib/date-picker/src/panel/datetime.d.ts +166 -1
- package/lib/date-picker/src/panel/datetimerange.d.ts +167 -2
- package/lib/date-picker/src/panel/panelMonth.d.ts +332 -2
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +166 -1
- package/lib/date-picker/src/panel/panelYear.d.ts +332 -2
- package/lib/date-picker/src/panel/panelYearContent.d.ts +166 -1
- package/lib/date-picker/src/panel/use-calendar.d.ts +165 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +165 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +165 -0
- package/lib/date-picker/styles/dark.js +3 -1
- package/lib/date-picker/styles/light.d.ts +139 -0
- package/lib/date-picker/styles/light.js +3 -1
- package/lib/descriptions/src/Descriptions.d.ts +30 -0
- package/lib/descriptions/src/Descriptions.js +18 -10
- package/lib/dialog/src/DialogProvider.d.ts +2 -2
- package/lib/drawer/src/Drawer.d.ts +81 -1
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +9 -1
- package/lib/drawer/src/DrawerContent.d.ts +8 -0
- package/lib/drawer/styles/light.d.ts +8 -0
- package/lib/dropdown/src/Dropdown.d.ts +1 -1
- package/lib/infinite-scroll/index.d.ts +2 -0
- package/lib/infinite-scroll/index.js +9 -0
- package/lib/infinite-scroll/src/InfiniteScroll.d.ts +45 -0
- package/lib/infinite-scroll/src/InfiniteScroll.js +81 -0
- package/lib/layout/src/Layout.d.ts +112 -0
- package/lib/layout/src/LayoutContent.d.ts +56 -0
- package/lib/layout/src/LayoutFooter.d.ts +72 -0
- package/lib/layout/src/LayoutHeader.d.ts +48 -0
- package/lib/layout/src/LayoutSider.d.ts +56 -0
- package/lib/layout/styles/light.d.ts +8 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +80 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +9 -1
- package/lib/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/lib/legacy-transfer/styles/light.d.ts +8 -0
- package/lib/locales/common/arDZ.js +2 -0
- package/lib/locales/common/deDE.js +2 -0
- package/lib/locales/common/enGB.js +2 -0
- package/lib/locales/common/enUS.d.ts +2 -0
- package/lib/locales/common/enUS.js +2 -0
- package/lib/locales/common/eo.js +2 -0
- package/lib/locales/common/esAR.js +2 -0
- package/lib/locales/common/faIR.js +2 -0
- package/lib/locales/common/frFR.js +2 -0
- package/lib/locales/common/idID.js +2 -0
- package/lib/locales/common/itIT.js +2 -0
- package/lib/locales/common/jaJP.js +2 -0
- package/lib/locales/common/koKR.js +2 -0
- package/lib/locales/common/nbNO.js +2 -0
- package/lib/locales/common/nlNL.js +2 -0
- package/lib/locales/common/plPL.js +2 -0
- package/lib/locales/common/ptBR.js +2 -0
- package/lib/locales/common/ruRU.js +2 -0
- package/lib/locales/common/skSK.js +2 -0
- package/lib/locales/common/svSE.js +2 -0
- package/lib/locales/common/thTH.js +2 -0
- package/lib/locales/common/trTR.js +2 -0
- package/lib/locales/common/ukUA.js +2 -0
- package/lib/locales/common/viVN.js +2 -0
- package/lib/locales/common/zhCN.js +2 -0
- package/lib/locales/common/zhTW.js +2 -0
- package/lib/log/src/Log.d.ts +80 -0
- package/lib/log/styles/light.d.ts +8 -0
- package/lib/mention/src/Mention.d.ts +88 -0
- package/lib/mention/styles/light.d.ts +8 -0
- package/lib/menu/src/Menu.d.ts +1 -1
- package/lib/modal/src/BodyWrapper.d.ts +9 -1
- package/lib/modal/src/Modal.d.ts +73 -1
- package/lib/modal/styles/light.d.ts +8 -0
- package/lib/notification/src/NotificationContainer.d.ts +8 -0
- package/lib/notification/src/NotificationProvider.d.ts +72 -0
- package/lib/notification/styles/light.d.ts +8 -0
- package/lib/pagination/src/Pagination.d.ts +176 -0
- package/lib/pagination/styles/light.d.ts +16 -0
- package/lib/popselect/src/Popselect.d.ts +88 -0
- package/lib/popselect/src/PopselectPanel.d.ts +16 -0
- package/lib/popselect/styles/light.d.ts +8 -0
- package/lib/scrollbar/src/Scrollbar.d.ts +72 -0
- package/lib/select/src/Select.d.ts +88 -0
- package/lib/select/styles/light.d.ts +8 -0
- package/lib/time-picker/src/Panel.d.ts +8 -0
- package/lib/time-picker/src/TimePicker.d.ts +80 -0
- package/lib/time-picker/styles/light.d.ts +8 -0
- package/lib/transfer/src/Transfer.d.ts +80 -0
- package/lib/transfer/src/TransferFilter.d.ts +8 -0
- package/lib/transfer/src/TransferList.d.ts +9 -1
- package/lib/transfer/src/TransferListItem.d.ts +8 -0
- package/lib/transfer/styles/light.d.ts +8 -0
- package/lib/tree/src/Tree.d.ts +82 -2
- package/lib/tree/src/TreeNodeCheckbox.d.ts +8 -0
- package/lib/tree/styles/light.d.ts +8 -0
- package/lib/tree-select/src/TreeSelect.d.ts +89 -1
- package/lib/tree-select/styles/light.d.ts +8 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/index.d.ts +2 -0
- package/lib/virtual-list/index.js +9 -0
- package/lib/virtual-list/src/VirtualList.d.ts +146 -0
- package/lib/virtual-list/src/VirtualList.js +106 -0
- package/package.json +4 -4
- package/volar.d.ts +1 -0
- package/web-types.json +124 -4
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@uzum-tech/ui",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.9.1",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"contributions": {
|
|
8
8
|
"html": {
|
|
@@ -2040,6 +2040,31 @@
|
|
|
2040
2040
|
"description": "Props for icons in header.",
|
|
2041
2041
|
"default": "undefined"
|
|
2042
2042
|
},
|
|
2043
|
+
{
|
|
2044
|
+
"name": "header-share-button-props",
|
|
2045
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2046
|
+
"type": "object"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"name": "header-profile-button-props",
|
|
2050
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2051
|
+
"type": "object"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"name": "header-close-button-props",
|
|
2055
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2056
|
+
"type": "object"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"name": "header-share-icon-props",
|
|
2060
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2061
|
+
"type": "object"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"name": "header-profile-icon-props",
|
|
2065
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2066
|
+
"type": "object"
|
|
2067
|
+
},
|
|
2043
2068
|
{
|
|
2044
2069
|
"name": "message-sender-avatar-props",
|
|
2045
2070
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
@@ -2120,6 +2145,20 @@
|
|
|
2120
2145
|
"description": "Text for close chat button.",
|
|
2121
2146
|
"default": "locale default"
|
|
2122
2147
|
},
|
|
2148
|
+
{
|
|
2149
|
+
"name": "share-button-tooltip",
|
|
2150
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2151
|
+
"type": "string",
|
|
2152
|
+
"description": "Tooltip text for share button in chat header.",
|
|
2153
|
+
"default": "locale default"
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"name": "profile-button-tooltip",
|
|
2157
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2158
|
+
"type": "string",
|
|
2159
|
+
"description": "Tooltip text for profile button in chat header.",
|
|
2160
|
+
"default": "locale default"
|
|
2161
|
+
},
|
|
2123
2162
|
{
|
|
2124
2163
|
"name": "unread-notification-text",
|
|
2125
2164
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
@@ -2203,10 +2242,10 @@
|
|
|
2203
2242
|
"default": "undefined"
|
|
2204
2243
|
},
|
|
2205
2244
|
{
|
|
2206
|
-
"name": "
|
|
2245
|
+
"name": "footer-input-change",
|
|
2207
2246
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2208
|
-
"type": "(
|
|
2209
|
-
"description": "Callback
|
|
2247
|
+
"type": "(value: string, chatId: ChatId) => void",
|
|
2248
|
+
"description": "Callback when footer input value changes (useful for typing indicators).",
|
|
2210
2249
|
"default": "undefined"
|
|
2211
2250
|
},
|
|
2212
2251
|
{
|
|
@@ -2230,6 +2269,34 @@
|
|
|
2230
2269
|
"description": "Callback when message send fails.",
|
|
2231
2270
|
"default": "undefined"
|
|
2232
2271
|
},
|
|
2272
|
+
{
|
|
2273
|
+
"name": "chat-items-scroll-to-top",
|
|
2274
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2275
|
+
"type": "() => void",
|
|
2276
|
+
"description": "Callback when sidebar scrolls to top (load older chats).",
|
|
2277
|
+
"default": "undefined"
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"name": "chat-items-scroll-to-bottom",
|
|
2281
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2282
|
+
"type": "() => void",
|
|
2283
|
+
"description": "Callback when sidebar scrolls to bottom (load more chats).",
|
|
2284
|
+
"default": "undefined"
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"name": "messages-scroll-to-top",
|
|
2288
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2289
|
+
"type": "() => void",
|
|
2290
|
+
"description": "Callback when messages scroll to top (load older messages).",
|
|
2291
|
+
"default": "undefined"
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"name": "messages-scroll-to-bottom",
|
|
2295
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2296
|
+
"type": "() => void",
|
|
2297
|
+
"description": "Callback when messages scroll to bottom (reached latest message).",
|
|
2298
|
+
"default": "undefined"
|
|
2299
|
+
},
|
|
2233
2300
|
{
|
|
2234
2301
|
"name": "message-send",
|
|
2235
2302
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
@@ -4361,6 +4428,11 @@
|
|
|
4361
4428
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
|
|
4362
4429
|
"type": "boolean"
|
|
4363
4430
|
},
|
|
4431
|
+
{
|
|
4432
|
+
"name": "round",
|
|
4433
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
|
|
4434
|
+
"type": "boolean"
|
|
4435
|
+
},
|
|
4364
4436
|
{
|
|
4365
4437
|
"name": "update-value-on-close",
|
|
4366
4438
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
|
|
@@ -4535,6 +4607,11 @@
|
|
|
4535
4607
|
"name": "bind-calendar-months",
|
|
4536
4608
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
|
|
4537
4609
|
"type": "boolean"
|
|
4610
|
+
},
|
|
4611
|
+
{
|
|
4612
|
+
"name": "trigger-preset",
|
|
4613
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
|
|
4614
|
+
"type": "string"
|
|
4538
4615
|
}
|
|
4539
4616
|
],
|
|
4540
4617
|
"js": {
|
|
@@ -4607,6 +4684,13 @@
|
|
|
4607
4684
|
],
|
|
4608
4685
|
"attributes": [],
|
|
4609
4686
|
"props": [
|
|
4687
|
+
{
|
|
4688
|
+
"name": "skeleton-props",
|
|
4689
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
|
|
4690
|
+
"type": "SkeletonProps",
|
|
4691
|
+
"description": "Props from the skeleton component",
|
|
4692
|
+
"default": "{ width: '50%', height: '25px', round: true }"
|
|
4693
|
+
},
|
|
4610
4694
|
{
|
|
4611
4695
|
"name": "title",
|
|
4612
4696
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
|
|
@@ -4661,6 +4745,13 @@
|
|
|
4661
4745
|
"description": "Whether to display border.",
|
|
4662
4746
|
"default": "false"
|
|
4663
4747
|
},
|
|
4748
|
+
{
|
|
4749
|
+
"name": "loading-skeleton",
|
|
4750
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
|
|
4751
|
+
"type": "boolean",
|
|
4752
|
+
"description": "Whether to display skeleton.",
|
|
4753
|
+
"default": "false"
|
|
4754
|
+
},
|
|
4664
4755
|
{
|
|
4665
4756
|
"name": "label-style",
|
|
4666
4757
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
|
|
@@ -7770,6 +7861,35 @@
|
|
|
7770
7861
|
]
|
|
7771
7862
|
}
|
|
7772
7863
|
},
|
|
7864
|
+
{
|
|
7865
|
+
"name": "UInfiniteScroll",
|
|
7866
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/infinite-scroll",
|
|
7867
|
+
"source": {
|
|
7868
|
+
"symbol": "UInfiniteScroll"
|
|
7869
|
+
},
|
|
7870
|
+
"slots": [],
|
|
7871
|
+
"attributes": [],
|
|
7872
|
+
"props": [
|
|
7873
|
+
{
|
|
7874
|
+
"name": "distance",
|
|
7875
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/infinite-scroll",
|
|
7876
|
+
"type": "number"
|
|
7877
|
+
},
|
|
7878
|
+
{
|
|
7879
|
+
"name": "scrollbar-props",
|
|
7880
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/infinite-scroll",
|
|
7881
|
+
"type": "object"
|
|
7882
|
+
}
|
|
7883
|
+
],
|
|
7884
|
+
"js": {
|
|
7885
|
+
"events": [
|
|
7886
|
+
{
|
|
7887
|
+
"name": "load",
|
|
7888
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/infinite-scroll"
|
|
7889
|
+
}
|
|
7890
|
+
]
|
|
7891
|
+
}
|
|
7892
|
+
},
|
|
7773
7893
|
{
|
|
7774
7894
|
"name": "UInput",
|
|
7775
7895
|
"description": "Many years ago, inputs were just punched cards.",
|