@uzum-tech/ui 1.7.0 → 1.7.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 +1365 -41760
- package/dist/index.prod.js +3 -3
- package/es/_internal/icons/CheckmarkDoneSharp.d.ts +2 -0
- package/es/_internal/icons/CheckmarkDoneSharp.js +10 -0
- package/es/_internal/icons/MdTime.d.ts +2 -0
- package/es/_internal/icons/MdTime.js +10 -0
- package/es/_internal/icons/PersonOutline.d.ts +2 -0
- package/es/_internal/icons/PersonOutline.js +9 -0
- package/es/_internal/icons/Refresh.d.ts +2 -0
- package/es/_internal/icons/Refresh.js +9 -0
- package/es/_internal/icons/index.d.ts +4 -0
- package/es/_internal/icons/index.js +4 -0
- package/es/_internal/select-menu/src/styles/index.cssr.js +2 -1
- package/es/_internal/select-menu/styles/light.js +1 -1
- package/es/_internal/selection/src/Selection.d.ts +0 -16
- package/es/_internal/selection/src/Selection.js +3 -4
- package/es/_internal/selection/src/styles/index.cssr.js +0 -4
- package/es/_internal/selection/styles/light.d.ts +0 -4
- package/es/_internal/selection/styles/light.js +1 -3
- package/es/cascader/src/Cascader.d.ts +0 -20
- package/es/cascader/src/CascaderMenu.d.ts +0 -2
- package/es/cascader/src/CascaderOption.d.ts +0 -2
- package/es/cascader/src/CascaderSelectMenu.d.ts +0 -2
- package/es/cascader/src/CascaderSubmenu.d.ts +0 -2
- package/es/cascader/styles/light.d.ts +0 -2
- package/es/chat/src/Chat.d.ts +38 -34
- package/es/chat/src/Chat.js +28 -7
- package/es/chat/src/ChatGlobalState.d.ts +13 -0
- package/es/chat/src/ChatGlobalState.js +32 -0
- package/es/chat/src/ChatParts/ChatAttachment.d.ts +43 -0
- package/es/chat/src/ChatParts/ChatAttachment.js +75 -0
- package/es/chat/src/ChatParts/MainArea.d.ts +3 -9
- package/es/chat/src/ChatParts/MainArea.js +129 -123
- package/es/chat/src/ChatParts/Sidebar.js +12 -19
- package/es/chat/src/interface.d.ts +8 -3
- package/es/chat/src/styles/index.cssr.js +7 -0
- package/es/chat/styles/dark.d.ts +0 -2
- package/es/chat/styles/light.d.ts +0 -2
- package/es/data-table/src/DataTable.d.ts +0 -16
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +0 -4
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +0 -4
- package/es/data-table/src/TableParts/Body.d.ts +0 -4
- package/es/data-table/src/TableParts/Body.js +3 -1
- package/es/data-table/src/TableParts/Cell.js +18 -5
- package/es/data-table/src/TableParts/Header.d.ts +0 -4
- package/es/data-table/src/interface.d.ts +1 -7
- package/es/data-table/src/utils.js +1 -1
- package/es/data-table/styles/light.d.ts +0 -2
- package/es/dynamic-tags/src/DynamicTags.d.ts +4 -454
- package/es/dynamic-tags/styles/light.d.ts +0 -45
- package/es/empty/styles/light.js +3 -3
- package/es/locales/common/arDZ.js +6 -0
- package/es/locales/common/deDE.js +6 -0
- package/es/locales/common/enGB.js +6 -0
- package/es/locales/common/enUS.d.ts +6 -0
- package/es/locales/common/enUS.js +6 -0
- package/es/locales/common/eo.js +6 -0
- package/es/locales/common/esAR.js +6 -0
- package/es/locales/common/faIR.js +6 -0
- package/es/locales/common/frFR.js +6 -0
- package/es/locales/common/idID.js +6 -0
- package/es/locales/common/itIT.js +6 -0
- package/es/locales/common/jaJP.js +6 -0
- package/es/locales/common/koKR.js +6 -0
- package/es/locales/common/nbNO.js +6 -0
- package/es/locales/common/nlNL.js +6 -0
- package/es/locales/common/plPL.js +6 -0
- package/es/locales/common/ptBR.js +6 -0
- package/es/locales/common/ruRU.js +6 -0
- package/es/locales/common/skSK.js +6 -0
- package/es/locales/common/svSE.js +6 -0
- package/es/locales/common/thTH.js +6 -0
- package/es/locales/common/trTR.js +6 -0
- package/es/locales/common/ukUA.js +6 -0
- package/es/locales/common/viVN.js +6 -0
- package/es/locales/common/zhCN.js +6 -0
- package/es/locales/common/zhTW.js +6 -0
- package/es/pagination/src/Pagination.d.ts +0 -22
- package/es/pagination/styles/light.d.ts +0 -2
- package/es/select/src/Select.d.ts +0 -20
- package/es/select/styles/light.d.ts +0 -2
- package/es/status/src/Status.d.ts +14 -13
- package/es/status/src/Status.js +10 -13
- package/es/status/src/interface.d.ts +5 -1
- package/es/status/src/styles/index.cssr.js +1 -1
- package/es/status/styles/light.d.ts +1 -1
- package/es/status/styles/light.js +3 -3
- package/es/steps/src/Step.js +1 -5
- package/es/steps/src/styles/index.cssr.js +2 -1
- package/es/tabs/src/Tab.js +8 -3
- package/es/tabs/src/Tabs.js +2 -1
- package/es/tabs/src/interface.d.ts +1 -0
- package/es/tag/src/Tag.d.ts +4 -409
- package/es/tag/src/Tag.js +3 -0
- package/es/tag/src/common-props.d.ts +1 -1
- package/es/tag/styles/light.d.ts +0 -45
- package/es/tag/styles/light.js +2 -58
- package/es/tree-select/src/TreeSelect.d.ts +0 -20
- package/es/tree-select/styles/light.d.ts +0 -2
- package/es/upload/src/useUploadActionsRender.js +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/icons/CheckmarkDoneSharp.d.ts +2 -0
- package/lib/_internal/icons/CheckmarkDoneSharp.js +12 -0
- package/lib/_internal/icons/MdTime.d.ts +2 -0
- package/lib/_internal/icons/MdTime.js +12 -0
- package/lib/_internal/icons/PersonOutline.d.ts +2 -0
- package/lib/_internal/icons/PersonOutline.js +11 -0
- package/lib/_internal/icons/Refresh.d.ts +2 -0
- package/lib/_internal/icons/Refresh.js +11 -0
- package/lib/_internal/icons/index.d.ts +4 -0
- package/lib/_internal/icons/index.js +9 -1
- package/lib/_internal/select-menu/src/styles/index.cssr.js +2 -1
- package/lib/_internal/select-menu/styles/light.js +1 -1
- package/lib/_internal/selection/src/Selection.d.ts +0 -16
- package/lib/_internal/selection/src/Selection.js +3 -4
- package/lib/_internal/selection/src/styles/index.cssr.js +0 -4
- package/lib/_internal/selection/styles/light.d.ts +0 -4
- package/lib/_internal/selection/styles/light.js +1 -3
- package/lib/cascader/src/Cascader.d.ts +0 -20
- package/lib/cascader/src/CascaderMenu.d.ts +0 -2
- package/lib/cascader/src/CascaderOption.d.ts +0 -2
- package/lib/cascader/src/CascaderSelectMenu.d.ts +0 -2
- package/lib/cascader/src/CascaderSubmenu.d.ts +0 -2
- package/lib/cascader/styles/light.d.ts +0 -2
- package/lib/chat/src/Chat.d.ts +38 -34
- package/lib/chat/src/Chat.js +27 -6
- package/lib/chat/src/ChatGlobalState.d.ts +13 -0
- package/lib/chat/src/ChatGlobalState.js +36 -0
- package/lib/chat/src/ChatParts/ChatAttachment.d.ts +43 -0
- package/lib/chat/src/ChatParts/ChatAttachment.js +77 -0
- package/lib/chat/src/ChatParts/MainArea.d.ts +3 -9
- package/lib/chat/src/ChatParts/MainArea.js +135 -126
- package/lib/chat/src/ChatParts/Sidebar.js +16 -23
- package/lib/chat/src/interface.d.ts +8 -3
- package/lib/chat/src/styles/index.cssr.js +7 -0
- package/lib/chat/styles/dark.d.ts +0 -2
- package/lib/chat/styles/light.d.ts +0 -2
- package/lib/data-table/src/DataTable.d.ts +0 -16
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +0 -4
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +0 -4
- package/lib/data-table/src/TableParts/Body.d.ts +0 -4
- package/lib/data-table/src/TableParts/Body.js +3 -1
- package/lib/data-table/src/TableParts/Cell.js +18 -5
- package/lib/data-table/src/TableParts/Header.d.ts +0 -4
- package/lib/data-table/src/interface.d.ts +1 -7
- package/lib/data-table/src/utils.js +1 -1
- package/lib/data-table/styles/light.d.ts +0 -2
- package/lib/dynamic-tags/src/DynamicTags.d.ts +4 -454
- package/lib/dynamic-tags/styles/light.d.ts +0 -45
- package/lib/empty/styles/light.js +3 -3
- package/lib/locales/common/arDZ.js +6 -0
- package/lib/locales/common/deDE.js +6 -0
- package/lib/locales/common/enGB.js +6 -0
- package/lib/locales/common/enUS.d.ts +6 -0
- package/lib/locales/common/enUS.js +6 -0
- package/lib/locales/common/eo.js +6 -0
- package/lib/locales/common/esAR.js +6 -0
- package/lib/locales/common/faIR.js +6 -0
- package/lib/locales/common/frFR.js +6 -0
- package/lib/locales/common/idID.js +6 -0
- package/lib/locales/common/itIT.js +6 -0
- package/lib/locales/common/jaJP.js +6 -0
- package/lib/locales/common/koKR.js +6 -0
- package/lib/locales/common/nbNO.js +6 -0
- package/lib/locales/common/nlNL.js +6 -0
- package/lib/locales/common/plPL.js +6 -0
- package/lib/locales/common/ptBR.js +6 -0
- package/lib/locales/common/ruRU.js +6 -0
- package/lib/locales/common/skSK.js +6 -0
- package/lib/locales/common/svSE.js +6 -0
- package/lib/locales/common/thTH.js +6 -0
- package/lib/locales/common/trTR.js +6 -0
- package/lib/locales/common/ukUA.js +6 -0
- package/lib/locales/common/viVN.js +6 -0
- package/lib/locales/common/zhCN.js +6 -0
- package/lib/locales/common/zhTW.js +6 -0
- package/lib/pagination/src/Pagination.d.ts +0 -22
- package/lib/pagination/styles/light.d.ts +0 -2
- package/lib/select/src/Select.d.ts +0 -20
- package/lib/select/styles/light.d.ts +0 -2
- package/lib/status/src/Status.d.ts +14 -13
- package/lib/status/src/Status.js +9 -12
- package/lib/status/src/interface.d.ts +5 -1
- package/lib/status/src/styles/index.cssr.js +1 -1
- package/lib/status/styles/light.d.ts +1 -1
- package/lib/status/styles/light.js +3 -3
- package/lib/steps/src/Step.js +1 -5
- package/lib/steps/src/styles/index.cssr.js +2 -1
- package/lib/tabs/src/Tab.js +7 -2
- package/lib/tabs/src/Tabs.js +2 -1
- package/lib/tabs/src/interface.d.ts +1 -0
- package/lib/tag/src/Tag.d.ts +4 -409
- package/lib/tag/src/Tag.js +3 -0
- package/lib/tag/src/common-props.d.ts +1 -1
- package/lib/tag/styles/light.d.ts +0 -45
- package/lib/tag/styles/light.js +2 -58
- package/lib/tree-select/src/TreeSelect.d.ts +0 -20
- package/lib/tree-select/styles/light.d.ts +0 -2
- package/lib/upload/src/useUploadActionsRender.js +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +58 -19
|
@@ -126,6 +126,12 @@ const enUS = {
|
|
|
126
126
|
title: 'Select file or drag it here',
|
|
127
127
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
128
128
|
uploading: 'Uploading'
|
|
129
|
+
},
|
|
130
|
+
Chat: {
|
|
131
|
+
inputPlaceholder: 'Type a message...',
|
|
132
|
+
typingText: 'Typing...',
|
|
133
|
+
retryText: 'Resend',
|
|
134
|
+
closeButtonText: 'Close chat'
|
|
129
135
|
}
|
|
130
136
|
};
|
|
131
137
|
exports.default = enUS;
|
package/lib/locales/common/eo.js
CHANGED
|
@@ -127,6 +127,12 @@ const eo = {
|
|
|
127
127
|
title: 'Select file or drag it here',
|
|
128
128
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
129
129
|
uploading: 'Uploading'
|
|
130
|
+
},
|
|
131
|
+
Chat: {
|
|
132
|
+
inputPlaceholder: 'Type a message...',
|
|
133
|
+
typingText: 'Typing...',
|
|
134
|
+
retryText: 'Resend',
|
|
135
|
+
closeButtonText: 'Close chat'
|
|
130
136
|
}
|
|
131
137
|
};
|
|
132
138
|
exports.default = eo;
|
|
@@ -129,6 +129,12 @@ const esAR = {
|
|
|
129
129
|
title: 'Select file or drag it here',
|
|
130
130
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
131
131
|
uploading: 'Uploading'
|
|
132
|
+
},
|
|
133
|
+
Chat: {
|
|
134
|
+
inputPlaceholder: 'Type a message...',
|
|
135
|
+
typingText: 'Typing...',
|
|
136
|
+
retryText: 'Resend',
|
|
137
|
+
closeButtonText: 'Close chat'
|
|
132
138
|
}
|
|
133
139
|
};
|
|
134
140
|
exports.default = esAR;
|
|
@@ -125,6 +125,12 @@ const faIR = {
|
|
|
125
125
|
title: 'Select file or drag it here',
|
|
126
126
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
127
127
|
uploading: 'Uploading'
|
|
128
|
+
},
|
|
129
|
+
Chat: {
|
|
130
|
+
inputPlaceholder: 'Type a message...',
|
|
131
|
+
typingText: 'Typing...',
|
|
132
|
+
retryText: 'Resend',
|
|
133
|
+
closeButtonText: 'Close chat'
|
|
128
134
|
}
|
|
129
135
|
};
|
|
130
136
|
exports.default = faIR;
|
|
@@ -125,6 +125,12 @@ const frFR = {
|
|
|
125
125
|
title: 'Select file or drag it here',
|
|
126
126
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
127
127
|
uploading: 'Uploading'
|
|
128
|
+
},
|
|
129
|
+
Chat: {
|
|
130
|
+
inputPlaceholder: 'Type a message...',
|
|
131
|
+
typingText: 'Typing...',
|
|
132
|
+
retryText: 'Resend',
|
|
133
|
+
closeButtonText: 'Close chat'
|
|
128
134
|
}
|
|
129
135
|
};
|
|
130
136
|
exports.default = frFR;
|
|
@@ -129,6 +129,12 @@ const idID = {
|
|
|
129
129
|
title: 'Select file or drag it here',
|
|
130
130
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
131
131
|
uploading: 'Uploading'
|
|
132
|
+
},
|
|
133
|
+
Chat: {
|
|
134
|
+
inputPlaceholder: 'Type a message...',
|
|
135
|
+
typingText: 'Typing...',
|
|
136
|
+
retryText: 'Resend',
|
|
137
|
+
closeButtonText: 'Close chat'
|
|
132
138
|
}
|
|
133
139
|
};
|
|
134
140
|
exports.default = idID;
|
|
@@ -128,6 +128,12 @@ const itIT = {
|
|
|
128
128
|
title: 'Select file or drag it here',
|
|
129
129
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
130
130
|
uploading: 'Uploading'
|
|
131
|
+
},
|
|
132
|
+
Chat: {
|
|
133
|
+
inputPlaceholder: 'Type a message...',
|
|
134
|
+
typingText: 'Typing...',
|
|
135
|
+
retryText: 'Resend',
|
|
136
|
+
closeButtonText: 'Close chat'
|
|
131
137
|
}
|
|
132
138
|
};
|
|
133
139
|
exports.default = itIT;
|
|
@@ -128,6 +128,12 @@ const jaJP = {
|
|
|
128
128
|
title: 'Select file or drag it here',
|
|
129
129
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
130
130
|
uploading: 'Uploading'
|
|
131
|
+
},
|
|
132
|
+
Chat: {
|
|
133
|
+
inputPlaceholder: 'Type a message...',
|
|
134
|
+
typingText: 'Typing...',
|
|
135
|
+
retryText: 'Resend',
|
|
136
|
+
closeButtonText: 'Close chat'
|
|
131
137
|
}
|
|
132
138
|
};
|
|
133
139
|
exports.default = jaJP;
|
|
@@ -128,6 +128,12 @@ const koKR = {
|
|
|
128
128
|
title: 'Select file or drag it here',
|
|
129
129
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
130
130
|
uploading: 'Uploading'
|
|
131
|
+
},
|
|
132
|
+
Chat: {
|
|
133
|
+
inputPlaceholder: 'Type a message...',
|
|
134
|
+
typingText: 'Typing...',
|
|
135
|
+
retryText: 'Resend',
|
|
136
|
+
closeButtonText: 'Close chat'
|
|
131
137
|
}
|
|
132
138
|
};
|
|
133
139
|
exports.default = koKR;
|
|
@@ -129,6 +129,12 @@ const nbNO = {
|
|
|
129
129
|
title: 'Select file or drag it here',
|
|
130
130
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
131
131
|
uploading: 'Uploading'
|
|
132
|
+
},
|
|
133
|
+
Chat: {
|
|
134
|
+
inputPlaceholder: 'Type a message...',
|
|
135
|
+
typingText: 'Typing...',
|
|
136
|
+
retryText: 'Resend',
|
|
137
|
+
closeButtonText: 'Close chat'
|
|
132
138
|
}
|
|
133
139
|
};
|
|
134
140
|
exports.default = nbNO;
|
|
@@ -127,6 +127,12 @@ const nlNL = {
|
|
|
127
127
|
title: 'Select file or drag it here',
|
|
128
128
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
129
129
|
uploading: 'Uploading'
|
|
130
|
+
},
|
|
131
|
+
Chat: {
|
|
132
|
+
inputPlaceholder: 'Type a message...',
|
|
133
|
+
typingText: 'Typing...',
|
|
134
|
+
retryText: 'Resend',
|
|
135
|
+
closeButtonText: 'Close chat'
|
|
130
136
|
}
|
|
131
137
|
};
|
|
132
138
|
exports.default = nlNL;
|
|
@@ -128,6 +128,12 @@ const plPL = {
|
|
|
128
128
|
title: 'Select file or drag it here',
|
|
129
129
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
130
130
|
uploading: 'Uploading'
|
|
131
|
+
},
|
|
132
|
+
Chat: {
|
|
133
|
+
inputPlaceholder: 'Type a message...',
|
|
134
|
+
typingText: 'Typing...',
|
|
135
|
+
retryText: 'Resend',
|
|
136
|
+
closeButtonText: 'Close chat'
|
|
131
137
|
}
|
|
132
138
|
};
|
|
133
139
|
exports.default = plPL;
|
|
@@ -125,6 +125,12 @@ const ptBR = {
|
|
|
125
125
|
title: 'Select file or drag it here',
|
|
126
126
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
127
127
|
uploading: 'Uploading'
|
|
128
|
+
},
|
|
129
|
+
Chat: {
|
|
130
|
+
inputPlaceholder: 'Type a message...',
|
|
131
|
+
typingText: 'Typing...',
|
|
132
|
+
retryText: 'Resend',
|
|
133
|
+
closeButtonText: 'Close chat'
|
|
128
134
|
}
|
|
129
135
|
};
|
|
130
136
|
exports.default = ptBR;
|
|
@@ -130,6 +130,12 @@ const ruRu = {
|
|
|
130
130
|
title: 'Выберите файл или перетащите сюда',
|
|
131
131
|
subtitle: 'PDF, PNG, JPEG не более 100 MB',
|
|
132
132
|
uploading: 'Загружается'
|
|
133
|
+
},
|
|
134
|
+
Chat: {
|
|
135
|
+
inputPlaceholder: 'Написать сообщение...',
|
|
136
|
+
typingText: 'Печатает...',
|
|
137
|
+
retryText: 'Повторно отправить',
|
|
138
|
+
closeButtonText: 'Завершить чат'
|
|
133
139
|
}
|
|
134
140
|
};
|
|
135
141
|
exports.default = ruRu;
|
|
@@ -129,6 +129,12 @@ const skSK = {
|
|
|
129
129
|
title: 'Select file or drag it here',
|
|
130
130
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
131
131
|
uploading: 'Uploading'
|
|
132
|
+
},
|
|
133
|
+
Chat: {
|
|
134
|
+
inputPlaceholder: 'Type a message...',
|
|
135
|
+
typingText: 'Typing...',
|
|
136
|
+
retryText: 'Resend',
|
|
137
|
+
closeButtonText: 'Close chat'
|
|
132
138
|
}
|
|
133
139
|
};
|
|
134
140
|
exports.default = skSK;
|
|
@@ -125,6 +125,12 @@ const svSE = {
|
|
|
125
125
|
title: 'Select file or drag it here',
|
|
126
126
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
127
127
|
uploading: 'Uploading'
|
|
128
|
+
},
|
|
129
|
+
Chat: {
|
|
130
|
+
inputPlaceholder: 'Type a message...',
|
|
131
|
+
typingText: 'Typing...',
|
|
132
|
+
retryText: 'Resend',
|
|
133
|
+
closeButtonText: 'Close chat'
|
|
128
134
|
}
|
|
129
135
|
};
|
|
130
136
|
exports.default = svSE;
|
|
@@ -129,6 +129,12 @@ const thTH = {
|
|
|
129
129
|
title: 'Select file or drag it here',
|
|
130
130
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
131
131
|
uploading: 'Uploading'
|
|
132
|
+
},
|
|
133
|
+
Chat: {
|
|
134
|
+
inputPlaceholder: 'Type a message...',
|
|
135
|
+
typingText: 'Typing...',
|
|
136
|
+
retryText: 'Resend',
|
|
137
|
+
closeButtonText: 'Close chat'
|
|
132
138
|
}
|
|
133
139
|
};
|
|
134
140
|
exports.default = thTH;
|
|
@@ -126,6 +126,12 @@ const trTR = {
|
|
|
126
126
|
title: 'Select file or drag it here',
|
|
127
127
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
128
128
|
uploading: 'Uploading'
|
|
129
|
+
},
|
|
130
|
+
Chat: {
|
|
131
|
+
inputPlaceholder: 'Type a message...',
|
|
132
|
+
typingText: 'Typing...',
|
|
133
|
+
retryText: 'Resend',
|
|
134
|
+
closeButtonText: 'Close chat'
|
|
129
135
|
}
|
|
130
136
|
};
|
|
131
137
|
exports.default = trTR;
|
|
@@ -126,6 +126,12 @@ const ukUA = {
|
|
|
126
126
|
title: 'Select file or drag it here',
|
|
127
127
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
128
128
|
uploading: 'Uploading'
|
|
129
|
+
},
|
|
130
|
+
Chat: {
|
|
131
|
+
inputPlaceholder: 'Type a message...',
|
|
132
|
+
typingText: 'Typing...',
|
|
133
|
+
retryText: 'Resend',
|
|
134
|
+
closeButtonText: 'Close chat'
|
|
129
135
|
}
|
|
130
136
|
};
|
|
131
137
|
exports.default = ukUA;
|
|
@@ -125,6 +125,12 @@ const viVN = {
|
|
|
125
125
|
title: 'Select file or drag it here',
|
|
126
126
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
127
127
|
uploading: 'Uploading'
|
|
128
|
+
},
|
|
129
|
+
Chat: {
|
|
130
|
+
inputPlaceholder: 'Type a message...',
|
|
131
|
+
typingText: 'Typing...',
|
|
132
|
+
retryText: 'Resend',
|
|
133
|
+
closeButtonText: 'Close chat'
|
|
128
134
|
}
|
|
129
135
|
};
|
|
130
136
|
exports.default = viVN;
|
|
@@ -125,6 +125,12 @@ const zhCN = {
|
|
|
125
125
|
title: 'Select file or drag it here',
|
|
126
126
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
127
127
|
uploading: 'Uploading'
|
|
128
|
+
},
|
|
129
|
+
Chat: {
|
|
130
|
+
inputPlaceholder: 'Type a message...',
|
|
131
|
+
typingText: 'Typing...',
|
|
132
|
+
retryText: 'Resend',
|
|
133
|
+
closeButtonText: 'Close chat'
|
|
128
134
|
}
|
|
129
135
|
};
|
|
130
136
|
exports.default = zhCN;
|
|
@@ -125,6 +125,12 @@ const zhTW = {
|
|
|
125
125
|
title: 'Select file or drag it here',
|
|
126
126
|
subtitle: 'PDF, PNG, JPEG no more than 100 MB',
|
|
127
127
|
uploading: 'Uploading'
|
|
128
|
+
},
|
|
129
|
+
Chat: {
|
|
130
|
+
inputPlaceholder: 'Type a message...',
|
|
131
|
+
typingText: 'Typing...',
|
|
132
|
+
retryText: 'Resend',
|
|
133
|
+
closeButtonText: 'Close chat'
|
|
128
134
|
}
|
|
129
135
|
};
|
|
130
136
|
exports.default = zhTW;
|
|
@@ -217,9 +217,7 @@ export declare const paginationProps: {
|
|
|
217
217
|
clearColorPressed: string;
|
|
218
218
|
caretColorSecondary: string;
|
|
219
219
|
filterCounterTextColor: string;
|
|
220
|
-
filterCounterSeparatorColor: string;
|
|
221
220
|
filterCounterTextColorDisabled: string;
|
|
222
|
-
filterCounterSeparatorColorDisabled: string;
|
|
223
221
|
arrowColorSecondary: string;
|
|
224
222
|
clearColorSecondary: string;
|
|
225
223
|
colorSecondary: string;
|
|
@@ -617,9 +615,7 @@ export declare const paginationProps: {
|
|
|
617
615
|
clearColorPressed: string;
|
|
618
616
|
caretColorSecondary: string;
|
|
619
617
|
filterCounterTextColor: string;
|
|
620
|
-
filterCounterSeparatorColor: string;
|
|
621
618
|
filterCounterTextColorDisabled: string;
|
|
622
|
-
filterCounterSeparatorColorDisabled: string;
|
|
623
619
|
arrowColorSecondary: string;
|
|
624
620
|
clearColorSecondary: string;
|
|
625
621
|
colorSecondary: string;
|
|
@@ -1017,9 +1013,7 @@ export declare const paginationProps: {
|
|
|
1017
1013
|
clearColorPressed: string;
|
|
1018
1014
|
caretColorSecondary: string;
|
|
1019
1015
|
filterCounterTextColor: string;
|
|
1020
|
-
filterCounterSeparatorColor: string;
|
|
1021
1016
|
filterCounterTextColorDisabled: string;
|
|
1022
|
-
filterCounterSeparatorColorDisabled: string;
|
|
1023
1017
|
arrowColorSecondary: string;
|
|
1024
1018
|
clearColorSecondary: string;
|
|
1025
1019
|
colorSecondary: string;
|
|
@@ -1473,9 +1467,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1473
1467
|
clearColorPressed: string;
|
|
1474
1468
|
caretColorSecondary: string;
|
|
1475
1469
|
filterCounterTextColor: string;
|
|
1476
|
-
filterCounterSeparatorColor: string;
|
|
1477
1470
|
filterCounterTextColorDisabled: string;
|
|
1478
|
-
filterCounterSeparatorColorDisabled: string;
|
|
1479
1471
|
arrowColorSecondary: string;
|
|
1480
1472
|
clearColorSecondary: string;
|
|
1481
1473
|
colorSecondary: string;
|
|
@@ -1873,9 +1865,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1873
1865
|
clearColorPressed: string;
|
|
1874
1866
|
caretColorSecondary: string;
|
|
1875
1867
|
filterCounterTextColor: string;
|
|
1876
|
-
filterCounterSeparatorColor: string;
|
|
1877
1868
|
filterCounterTextColorDisabled: string;
|
|
1878
|
-
filterCounterSeparatorColorDisabled: string;
|
|
1879
1869
|
arrowColorSecondary: string;
|
|
1880
1870
|
clearColorSecondary: string;
|
|
1881
1871
|
colorSecondary: string;
|
|
@@ -2273,9 +2263,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2273
2263
|
clearColorPressed: string;
|
|
2274
2264
|
caretColorSecondary: string;
|
|
2275
2265
|
filterCounterTextColor: string;
|
|
2276
|
-
filterCounterSeparatorColor: string;
|
|
2277
2266
|
filterCounterTextColorDisabled: string;
|
|
2278
|
-
filterCounterSeparatorColorDisabled: string;
|
|
2279
2267
|
arrowColorSecondary: string;
|
|
2280
2268
|
clearColorSecondary: string;
|
|
2281
2269
|
colorSecondary: string;
|
|
@@ -2692,9 +2680,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2692
2680
|
clearColorPressed: string;
|
|
2693
2681
|
caretColorSecondary: string;
|
|
2694
2682
|
filterCounterTextColor: string;
|
|
2695
|
-
filterCounterSeparatorColor: string;
|
|
2696
2683
|
filterCounterTextColorDisabled: string;
|
|
2697
|
-
filterCounterSeparatorColorDisabled: string;
|
|
2698
2684
|
arrowColorSecondary: string;
|
|
2699
2685
|
clearColorSecondary: string;
|
|
2700
2686
|
colorSecondary: string;
|
|
@@ -3018,9 +3004,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3018
3004
|
clearColorPressed: string;
|
|
3019
3005
|
caretColorSecondary: string;
|
|
3020
3006
|
filterCounterTextColor: string;
|
|
3021
|
-
filterCounterSeparatorColor: string;
|
|
3022
3007
|
filterCounterTextColorDisabled: string;
|
|
3023
|
-
filterCounterSeparatorColorDisabled: string;
|
|
3024
3008
|
arrowColorSecondary: string;
|
|
3025
3009
|
clearColorSecondary: string;
|
|
3026
3010
|
colorSecondary: string;
|
|
@@ -3482,9 +3466,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3482
3466
|
clearColorPressed: string;
|
|
3483
3467
|
caretColorSecondary: string;
|
|
3484
3468
|
filterCounterTextColor: string;
|
|
3485
|
-
filterCounterSeparatorColor: string;
|
|
3486
3469
|
filterCounterTextColorDisabled: string;
|
|
3487
|
-
filterCounterSeparatorColorDisabled: string;
|
|
3488
3470
|
arrowColorSecondary: string;
|
|
3489
3471
|
clearColorSecondary: string;
|
|
3490
3472
|
colorSecondary: string;
|
|
@@ -3882,9 +3864,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3882
3864
|
clearColorPressed: string;
|
|
3883
3865
|
caretColorSecondary: string;
|
|
3884
3866
|
filterCounterTextColor: string;
|
|
3885
|
-
filterCounterSeparatorColor: string;
|
|
3886
3867
|
filterCounterTextColorDisabled: string;
|
|
3887
|
-
filterCounterSeparatorColorDisabled: string;
|
|
3888
3868
|
arrowColorSecondary: string;
|
|
3889
3869
|
clearColorSecondary: string;
|
|
3890
3870
|
colorSecondary: string;
|
|
@@ -4282,9 +4262,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4282
4262
|
clearColorPressed: string;
|
|
4283
4263
|
caretColorSecondary: string;
|
|
4284
4264
|
filterCounterTextColor: string;
|
|
4285
|
-
filterCounterSeparatorColor: string;
|
|
4286
4265
|
filterCounterTextColorDisabled: string;
|
|
4287
|
-
filterCounterSeparatorColorDisabled: string;
|
|
4288
4266
|
arrowColorSecondary: string;
|
|
4289
4267
|
clearColorSecondary: string;
|
|
4290
4268
|
colorSecondary: string;
|
|
@@ -232,9 +232,7 @@ declare const paginationLight: import("../../_mixins").Theme<"Pagination", {
|
|
|
232
232
|
clearColorPressed: string;
|
|
233
233
|
caretColorSecondary: string;
|
|
234
234
|
filterCounterTextColor: string;
|
|
235
|
-
filterCounterSeparatorColor: string;
|
|
236
235
|
filterCounterTextColorDisabled: string;
|
|
237
|
-
filterCounterSeparatorColorDisabled: string;
|
|
238
236
|
arrowColorSecondary: string;
|
|
239
237
|
clearColorSecondary: string;
|
|
240
238
|
colorSecondary: string;
|
|
@@ -216,9 +216,7 @@ export declare const selectProps: {
|
|
|
216
216
|
clearColorPressed: string;
|
|
217
217
|
caretColorSecondary: string;
|
|
218
218
|
filterCounterTextColor: string;
|
|
219
|
-
filterCounterSeparatorColor: string;
|
|
220
219
|
filterCounterTextColorDisabled: string;
|
|
221
|
-
filterCounterSeparatorColorDisabled: string;
|
|
222
220
|
arrowColorSecondary: string;
|
|
223
221
|
clearColorSecondary: string;
|
|
224
222
|
colorSecondary: string;
|
|
@@ -402,9 +400,7 @@ export declare const selectProps: {
|
|
|
402
400
|
clearColorPressed: string;
|
|
403
401
|
caretColorSecondary: string;
|
|
404
402
|
filterCounterTextColor: string;
|
|
405
|
-
filterCounterSeparatorColor: string;
|
|
406
403
|
filterCounterTextColorDisabled: string;
|
|
407
|
-
filterCounterSeparatorColorDisabled: string;
|
|
408
404
|
arrowColorSecondary: string;
|
|
409
405
|
clearColorSecondary: string;
|
|
410
406
|
colorSecondary: string;
|
|
@@ -588,9 +584,7 @@ export declare const selectProps: {
|
|
|
588
584
|
clearColorPressed: string;
|
|
589
585
|
caretColorSecondary: string;
|
|
590
586
|
filterCounterTextColor: string;
|
|
591
|
-
filterCounterSeparatorColor: string;
|
|
592
587
|
filterCounterTextColorDisabled: string;
|
|
593
|
-
filterCounterSeparatorColorDisabled: string;
|
|
594
588
|
arrowColorSecondary: string;
|
|
595
589
|
clearColorSecondary: string;
|
|
596
590
|
colorSecondary: string;
|
|
@@ -901,9 +895,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
901
895
|
clearColorPressed: string;
|
|
902
896
|
caretColorSecondary: string;
|
|
903
897
|
filterCounterTextColor: string;
|
|
904
|
-
filterCounterSeparatorColor: string;
|
|
905
898
|
filterCounterTextColorDisabled: string;
|
|
906
|
-
filterCounterSeparatorColorDisabled: string;
|
|
907
899
|
arrowColorSecondary: string;
|
|
908
900
|
clearColorSecondary: string;
|
|
909
901
|
colorSecondary: string;
|
|
@@ -1087,9 +1079,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1087
1079
|
clearColorPressed: string;
|
|
1088
1080
|
caretColorSecondary: string;
|
|
1089
1081
|
filterCounterTextColor: string;
|
|
1090
|
-
filterCounterSeparatorColor: string;
|
|
1091
1082
|
filterCounterTextColorDisabled: string;
|
|
1092
|
-
filterCounterSeparatorColorDisabled: string;
|
|
1093
1083
|
arrowColorSecondary: string;
|
|
1094
1084
|
clearColorSecondary: string;
|
|
1095
1085
|
colorSecondary: string;
|
|
@@ -1273,9 +1263,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1273
1263
|
clearColorPressed: string;
|
|
1274
1264
|
caretColorSecondary: string;
|
|
1275
1265
|
filterCounterTextColor: string;
|
|
1276
|
-
filterCounterSeparatorColor: string;
|
|
1277
1266
|
filterCounterTextColorDisabled: string;
|
|
1278
|
-
filterCounterSeparatorColorDisabled: string;
|
|
1279
1267
|
arrowColorSecondary: string;
|
|
1280
1268
|
clearColorSecondary: string;
|
|
1281
1269
|
colorSecondary: string;
|
|
@@ -1519,9 +1507,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1519
1507
|
clearColorPressed: string;
|
|
1520
1508
|
caretColorSecondary: string;
|
|
1521
1509
|
filterCounterTextColor: string;
|
|
1522
|
-
filterCounterSeparatorColor: string;
|
|
1523
1510
|
filterCounterTextColorDisabled: string;
|
|
1524
|
-
filterCounterSeparatorColorDisabled: string;
|
|
1525
1511
|
arrowColorSecondary: string;
|
|
1526
1512
|
clearColorSecondary: string;
|
|
1527
1513
|
colorSecondary: string;
|
|
@@ -1887,9 +1873,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1887
1873
|
clearColorPressed: string;
|
|
1888
1874
|
caretColorSecondary: string;
|
|
1889
1875
|
filterCounterTextColor: string;
|
|
1890
|
-
filterCounterSeparatorColor: string;
|
|
1891
1876
|
filterCounterTextColorDisabled: string;
|
|
1892
|
-
filterCounterSeparatorColorDisabled: string;
|
|
1893
1877
|
arrowColorSecondary: string;
|
|
1894
1878
|
clearColorSecondary: string;
|
|
1895
1879
|
colorSecondary: string;
|
|
@@ -2073,9 +2057,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2073
2057
|
clearColorPressed: string;
|
|
2074
2058
|
caretColorSecondary: string;
|
|
2075
2059
|
filterCounterTextColor: string;
|
|
2076
|
-
filterCounterSeparatorColor: string;
|
|
2077
2060
|
filterCounterTextColorDisabled: string;
|
|
2078
|
-
filterCounterSeparatorColorDisabled: string;
|
|
2079
2061
|
arrowColorSecondary: string;
|
|
2080
2062
|
clearColorSecondary: string;
|
|
2081
2063
|
colorSecondary: string;
|
|
@@ -2259,9 +2241,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2259
2241
|
clearColorPressed: string;
|
|
2260
2242
|
caretColorSecondary: string;
|
|
2261
2243
|
filterCounterTextColor: string;
|
|
2262
|
-
filterCounterSeparatorColor: string;
|
|
2263
2244
|
filterCounterTextColorDisabled: string;
|
|
2264
|
-
filterCounterSeparatorColorDisabled: string;
|
|
2265
2245
|
arrowColorSecondary: string;
|
|
2266
2246
|
clearColorSecondary: string;
|
|
2267
2247
|
colorSecondary: string;
|
|
@@ -86,9 +86,7 @@ declare const selectLight: import("../../_mixins").Theme<"Select", {
|
|
|
86
86
|
clearColorPressed: string;
|
|
87
87
|
caretColorSecondary: string;
|
|
88
88
|
filterCounterTextColor: string;
|
|
89
|
-
filterCounterSeparatorColor: string;
|
|
90
89
|
filterCounterTextColorDisabled: string;
|
|
91
|
-
filterCounterSeparatorColorDisabled: string;
|
|
92
90
|
arrowColorSecondary: string;
|
|
93
91
|
clearColorSecondary: string;
|
|
94
92
|
colorSecondary: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
2
|
import { type ExtractPublicPropTypes } from '../../_utils';
|
|
3
|
-
import { StatusTypes } from './interface';
|
|
3
|
+
import { StatusTypes, StatusColor } from './interface';
|
|
4
4
|
import { VNodeChild } from 'vue';
|
|
5
5
|
export declare const statusProps: {
|
|
6
|
-
color:
|
|
6
|
+
color: PropType<StatusColor>;
|
|
7
7
|
filled: BooleanConstructor;
|
|
8
8
|
noIcon: BooleanConstructor;
|
|
9
9
|
type: {
|
|
@@ -19,9 +19,9 @@ export declare const statusProps: {
|
|
|
19
19
|
iconSpacing: string;
|
|
20
20
|
textColor: string;
|
|
21
21
|
successColor: string;
|
|
22
|
-
infoColor: string;
|
|
23
22
|
warningColor: string;
|
|
24
23
|
dangerColor: string;
|
|
24
|
+
borderRadius: string;
|
|
25
25
|
}, any>>;
|
|
26
26
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Status", {
|
|
27
27
|
fontSize: string;
|
|
@@ -32,9 +32,9 @@ export declare const statusProps: {
|
|
|
32
32
|
iconSpacing: string;
|
|
33
33
|
textColor: string;
|
|
34
34
|
successColor: string;
|
|
35
|
-
infoColor: string;
|
|
36
35
|
warningColor: string;
|
|
37
36
|
dangerColor: string;
|
|
37
|
+
borderRadius: string;
|
|
38
38
|
}, any>>>;
|
|
39
39
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Status", {
|
|
40
40
|
fontSize: string;
|
|
@@ -45,14 +45,14 @@ export declare const statusProps: {
|
|
|
45
45
|
iconSpacing: string;
|
|
46
46
|
textColor: string;
|
|
47
47
|
successColor: string;
|
|
48
|
-
infoColor: string;
|
|
49
48
|
warningColor: string;
|
|
50
49
|
dangerColor: string;
|
|
50
|
+
borderRadius: string;
|
|
51
51
|
}, any>>>;
|
|
52
52
|
};
|
|
53
53
|
export type StatusProps = ExtractPublicPropTypes<typeof statusProps>;
|
|
54
54
|
declare const _default: import("vue").DefineComponent<{
|
|
55
|
-
color:
|
|
55
|
+
color: PropType<StatusColor>;
|
|
56
56
|
filled: BooleanConstructor;
|
|
57
57
|
noIcon: BooleanConstructor;
|
|
58
58
|
type: {
|
|
@@ -68,9 +68,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
iconSpacing: string;
|
|
69
69
|
textColor: string;
|
|
70
70
|
successColor: string;
|
|
71
|
-
infoColor: string;
|
|
72
71
|
warningColor: string;
|
|
73
72
|
dangerColor: string;
|
|
73
|
+
borderRadius: string;
|
|
74
74
|
}, any>>;
|
|
75
75
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Status", {
|
|
76
76
|
fontSize: string;
|
|
@@ -81,9 +81,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
81
81
|
iconSpacing: string;
|
|
82
82
|
textColor: string;
|
|
83
83
|
successColor: string;
|
|
84
|
-
infoColor: string;
|
|
85
84
|
warningColor: string;
|
|
86
85
|
dangerColor: string;
|
|
86
|
+
borderRadius: string;
|
|
87
87
|
}, any>>>;
|
|
88
88
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Status", {
|
|
89
89
|
fontSize: string;
|
|
@@ -94,9 +94,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
94
94
|
iconSpacing: string;
|
|
95
95
|
textColor: string;
|
|
96
96
|
successColor: string;
|
|
97
|
-
infoColor: string;
|
|
98
97
|
warningColor: string;
|
|
99
98
|
dangerColor: string;
|
|
99
|
+
borderRadius: string;
|
|
100
100
|
}, any>>>;
|
|
101
101
|
}, {
|
|
102
102
|
mergedClsPrefix: import("vue").Ref<string>;
|
|
@@ -111,11 +111,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
111
|
'--u-icon-size': string;
|
|
112
112
|
'--u-icon-color': string;
|
|
113
113
|
'--u-icon-spacing': string;
|
|
114
|
+
'--u-border-radius': string;
|
|
114
115
|
}> | undefined;
|
|
115
116
|
themeClass: import("vue").Ref<string> | undefined;
|
|
116
117
|
onRender: (() => void) | undefined;
|
|
117
118
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
118
|
-
color:
|
|
119
|
+
color: PropType<StatusColor>;
|
|
119
120
|
filled: BooleanConstructor;
|
|
120
121
|
noIcon: BooleanConstructor;
|
|
121
122
|
type: {
|
|
@@ -131,9 +132,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
131
132
|
iconSpacing: string;
|
|
132
133
|
textColor: string;
|
|
133
134
|
successColor: string;
|
|
134
|
-
infoColor: string;
|
|
135
135
|
warningColor: string;
|
|
136
136
|
dangerColor: string;
|
|
137
|
+
borderRadius: string;
|
|
137
138
|
}, any>>;
|
|
138
139
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Status", {
|
|
139
140
|
fontSize: string;
|
|
@@ -144,9 +145,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
144
145
|
iconSpacing: string;
|
|
145
146
|
textColor: string;
|
|
146
147
|
successColor: string;
|
|
147
|
-
infoColor: string;
|
|
148
148
|
warningColor: string;
|
|
149
149
|
dangerColor: string;
|
|
150
|
+
borderRadius: string;
|
|
150
151
|
}, any>>>;
|
|
151
152
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Status", {
|
|
152
153
|
fontSize: string;
|
|
@@ -157,9 +158,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
157
158
|
iconSpacing: string;
|
|
158
159
|
textColor: string;
|
|
159
160
|
successColor: string;
|
|
160
|
-
infoColor: string;
|
|
161
161
|
warningColor: string;
|
|
162
162
|
dangerColor: string;
|
|
163
|
+
borderRadius: string;
|
|
163
164
|
}, any>>>;
|
|
164
165
|
}>>, {
|
|
165
166
|
type: StatusTypes;
|