@uzum-tech/ui 1.8.1 → 1.8.2
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 +189 -135
- package/dist/index.prod.js +3 -3
- package/es/_internal/scrollbar/src/Scrollbar.js +1 -1
- package/es/button/src/Button.d.ts +72 -0
- package/es/button/src/Button.js +13 -7
- package/es/button/src/styles/index.cssr.js +1 -2
- package/es/button/styles/light.d.ts +8 -0
- package/es/button/styles/light.js +7 -7
- package/es/calendar/src/Calendar.d.ts +80 -0
- package/es/calendar/styles/light.d.ts +8 -0
- package/es/chat/src/Chat.d.ts +87 -7
- package/es/chat/src/Chat.js +11 -12
- package/es/chat/src/ChatListItems.d.ts +88 -0
- package/es/chat/src/ChatListItems.js +4 -1
- package/es/chat/src/ChatMessages.d.ts +88 -0
- package/es/chat/src/styles/index.cssr.js +1 -3
- package/es/chat/styles/dark.d.ts +8 -0
- package/es/chat/styles/light.d.ts +8 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +8 -0
- package/es/color-picker/src/ColorPicker.d.ts +72 -0
- package/es/color-picker/styles/light.d.ts +8 -0
- package/es/data-table/src/DataTable.d.ts +56 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +8 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +8 -0
- package/es/data-table/src/TableParts/Body.d.ts +8 -0
- package/es/data-table/src/TableParts/Header.d.ts +8 -0
- package/es/data-table/src/interface.d.ts +24 -0
- package/es/data-table/styles/light.d.ts +8 -0
- package/es/date-picker/src/DatePicker.d.ts +168 -0
- package/es/date-picker/src/panel/date.d.ts +24 -0
- package/es/date-picker/src/panel/daterange.d.ts +24 -0
- package/es/date-picker/src/panel/datetime.d.ts +24 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +24 -0
- package/es/date-picker/src/panel/panelMonth.d.ts +48 -0
- package/es/date-picker/src/panel/panelMonthContent.d.ts +24 -0
- package/es/date-picker/src/panel/panelYear.d.ts +48 -0
- package/es/date-picker/src/panel/panelYearContent.d.ts +24 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +24 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +24 -0
- package/es/date-picker/styles/light.d.ts +16 -0
- package/es/dialog/src/Dialog.d.ts +56 -0
- package/es/dialog/src/DialogProvider.d.ts +16 -0
- package/es/dialog/styles/light.d.ts +8 -0
- package/es/dynamic-input/src/DynamicInput.d.ts +80 -0
- package/es/dynamic-input/src/InputPreset.d.ts +8 -0
- package/es/dynamic-input/src/PairPreset.d.ts +8 -0
- package/es/dynamic-input/styles/light.d.ts +8 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +80 -0
- package/es/dynamic-tags/styles/light.d.ts +8 -0
- package/es/input-number/src/InputNumber.d.ts +80 -0
- package/es/input-number/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 +8 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/es/legacy-transfer/styles/light.d.ts +8 -0
- package/es/modal/src/BodyWrapper.d.ts +16 -0
- package/es/modal/src/Modal.d.ts +72 -0
- package/es/modal/styles/light.d.ts +8 -0
- package/es/notification/src/Notification.d.ts +5 -0
- package/es/notification/src/Notification.js +16 -6
- package/es/notification/src/NotificationContainer.d.ts +12 -0
- package/es/notification/src/NotificationProvider.d.ts +108 -0
- package/es/notification/src/styles/index.cssr.js +12 -8
- package/es/notification/styles/light.d.ts +24 -0
- package/es/notification/styles/light.js +9 -8
- package/es/popconfirm/src/Popconfirm.d.ts +80 -0
- package/es/popconfirm/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 +8 -0
- package/es/transfer/src/TransferListItem.d.ts +8 -0
- package/es/transfer/styles/light.d.ts +8 -0
- package/es/upload/src/Upload.d.ts +90 -0
- package/es/upload/src/Upload.js +2 -1
- package/es/upload/src/UploadFile.d.ts +9 -0
- package/es/upload/src/UploadProgress.d.ts +9 -0
- package/es/upload/src/styles/index.cssr.js +1 -0
- package/es/upload/src/useUploadActionsRender.js +5 -1
- package/es/upload/styles/light.d.ts +10 -0
- package/es/upload/styles/light.js +6 -5
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/scrollbar/src/Scrollbar.js +1 -1
- package/lib/button/src/Button.d.ts +72 -0
- package/lib/button/src/Button.js +13 -7
- package/lib/button/src/styles/index.cssr.js +1 -2
- package/lib/button/styles/light.d.ts +8 -0
- package/lib/button/styles/light.js +7 -7
- package/lib/calendar/src/Calendar.d.ts +80 -0
- package/lib/calendar/styles/light.d.ts +8 -0
- package/lib/chat/src/Chat.d.ts +87 -7
- package/lib/chat/src/Chat.js +11 -12
- package/lib/chat/src/ChatListItems.d.ts +88 -0
- package/lib/chat/src/ChatListItems.js +4 -1
- package/lib/chat/src/ChatMessages.d.ts +88 -0
- package/lib/chat/src/styles/index.cssr.js +1 -3
- package/lib/chat/styles/dark.d.ts +8 -0
- package/lib/chat/styles/light.d.ts +8 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +8 -0
- package/lib/color-picker/src/ColorPicker.d.ts +72 -0
- package/lib/color-picker/styles/light.d.ts +8 -0
- package/lib/data-table/src/DataTable.d.ts +56 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +8 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +8 -0
- package/lib/data-table/src/TableParts/Body.d.ts +8 -0
- package/lib/data-table/src/TableParts/Header.d.ts +8 -0
- package/lib/data-table/src/interface.d.ts +24 -0
- package/lib/data-table/styles/light.d.ts +8 -0
- package/lib/date-picker/src/DatePicker.d.ts +168 -0
- package/lib/date-picker/src/panel/date.d.ts +24 -0
- package/lib/date-picker/src/panel/daterange.d.ts +24 -0
- package/lib/date-picker/src/panel/datetime.d.ts +24 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +24 -0
- package/lib/date-picker/src/panel/panelMonth.d.ts +48 -0
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +24 -0
- package/lib/date-picker/src/panel/panelYear.d.ts +48 -0
- package/lib/date-picker/src/panel/panelYearContent.d.ts +24 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +24 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +24 -0
- package/lib/date-picker/styles/light.d.ts +16 -0
- package/lib/dialog/src/Dialog.d.ts +56 -0
- package/lib/dialog/src/DialogProvider.d.ts +16 -0
- package/lib/dialog/styles/light.d.ts +8 -0
- package/lib/dynamic-input/src/DynamicInput.d.ts +80 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +8 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +8 -0
- package/lib/dynamic-input/styles/light.d.ts +8 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +80 -0
- package/lib/dynamic-tags/styles/light.d.ts +8 -0
- package/lib/input-number/src/InputNumber.d.ts +80 -0
- package/lib/input-number/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 +8 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/lib/legacy-transfer/styles/light.d.ts +8 -0
- package/lib/modal/src/BodyWrapper.d.ts +16 -0
- package/lib/modal/src/Modal.d.ts +72 -0
- package/lib/modal/styles/light.d.ts +8 -0
- package/lib/notification/src/Notification.d.ts +5 -0
- package/lib/notification/src/Notification.js +14 -4
- package/lib/notification/src/NotificationContainer.d.ts +12 -0
- package/lib/notification/src/NotificationProvider.d.ts +108 -0
- package/lib/notification/src/styles/index.cssr.js +12 -8
- package/lib/notification/styles/light.d.ts +24 -0
- package/lib/notification/styles/light.js +9 -8
- package/lib/popconfirm/src/Popconfirm.d.ts +80 -0
- package/lib/popconfirm/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 +8 -0
- package/lib/transfer/src/TransferListItem.d.ts +8 -0
- package/lib/transfer/styles/light.d.ts +8 -0
- package/lib/upload/src/Upload.d.ts +90 -0
- package/lib/upload/src/Upload.js +2 -1
- package/lib/upload/src/UploadFile.d.ts +9 -0
- package/lib/upload/src/UploadProgress.d.ts +9 -0
- package/lib/upload/src/styles/index.cssr.js +1 -0
- package/lib/upload/src/useUploadActionsRender.js +5 -1
- package/lib/upload/styles/light.d.ts +10 -0
- package/lib/upload/styles/light.js +6 -5
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +4 -4
package/lib/upload/src/Upload.js
CHANGED
|
@@ -293,12 +293,13 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
293
293
|
}
|
|
294
294
|
const cssVarsRef = (0, vue_1.computed)(() => {
|
|
295
295
|
const { value: size } = formItem.mergedSizeRef;
|
|
296
|
-
const { common: { cubicBezierEaseInOut }, self: { draggerColor, draggerBorder, draggerBorderHover, itemColorHover, itemColorHoverError, itemTextColorError, itemTextColorSuccess, itemTextColor, itemIconColor, itemDisabledOpacity, lineHeight, borderRadius, fontSize, itemBorderImageCardError, itemBorderImageCard, baseColor, draggerIconBgColor, draggerIconColor, draggerTextColor, draggerTitleColor, labelColor, containerSecondary, brandPrimary300, elementsQuaternary, [(0, _utils_1.createKey)('width', size)]: width } } = themeRef.value;
|
|
296
|
+
const { common: { cubicBezierEaseInOut }, self: { draggerColor, draggerBorder, draggerBorderHover, draggerShadowFocus, itemColorHover, itemColorHoverError, itemTextColorError, itemTextColorSuccess, itemTextColor, itemIconColor, itemDisabledOpacity, lineHeight, borderRadius, fontSize, itemBorderImageCardError, itemBorderImageCard, baseColor, draggerIconBgColor, draggerIconColor, draggerTextColor, draggerTitleColor, labelColor, containerSecondary, brandPrimary300, elementsQuaternary, [(0, _utils_1.createKey)('width', size)]: width } } = themeRef.value;
|
|
297
297
|
return {
|
|
298
298
|
'--u-bezier': cubicBezierEaseInOut,
|
|
299
299
|
'--u-border-radius': borderRadius,
|
|
300
300
|
'--u-dragger-border': draggerBorder,
|
|
301
301
|
'--u-dragger-border-hover': draggerBorderHover,
|
|
302
|
+
'--u-dragger-shadow-focus': draggerShadowFocus,
|
|
302
303
|
'--u-dragger-color': draggerColor,
|
|
303
304
|
'--u-font-size': fontSize,
|
|
304
305
|
'--u-item-color-hover': itemColorHover,
|
|
@@ -24,6 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
draggerColor: string;
|
|
25
25
|
draggerBorder: string;
|
|
26
26
|
draggerBorderHover: string;
|
|
27
|
+
draggerShadowFocus: string;
|
|
27
28
|
itemColorHover: string;
|
|
28
29
|
itemColorHoverError: string;
|
|
29
30
|
itemTextColor: string;
|
|
@@ -67,16 +68,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
68
|
colorSecondary: string;
|
|
68
69
|
colorSecondaryHover: string;
|
|
69
70
|
colorSecondaryPressed: string;
|
|
71
|
+
colorSecondaryFocus: string;
|
|
72
|
+
colorSecondaryDisabled: string;
|
|
73
|
+
textColorSecondaryDisabled: string;
|
|
70
74
|
waveColorSecondary: string;
|
|
71
75
|
colorTertiary: string;
|
|
72
76
|
colorTertiaryHover: string;
|
|
73
77
|
colorTertiaryPressed: string;
|
|
78
|
+
colorTertiaryFocus: string;
|
|
74
79
|
colorTertiaryDisalbed: string;
|
|
75
80
|
waveColorTertiary: string;
|
|
76
81
|
textColorTextTertiary: string;
|
|
82
|
+
rippleColorTertiary: string;
|
|
77
83
|
colorQuaternary: string;
|
|
78
84
|
colorQuaternaryHover: string;
|
|
79
85
|
colorQuaternaryPressed: string;
|
|
86
|
+
colorQuaternaryFocus: string;
|
|
87
|
+
rippleColorQuaternary: string;
|
|
88
|
+
waveColorQuaternary: string;
|
|
80
89
|
color: string;
|
|
81
90
|
colorHover: string;
|
|
82
91
|
colorPressed: string;
|
|
@@ -20,6 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
draggerColor: string;
|
|
21
21
|
draggerBorder: string;
|
|
22
22
|
draggerBorderHover: string;
|
|
23
|
+
draggerShadowFocus: string;
|
|
23
24
|
itemColorHover: string;
|
|
24
25
|
itemColorHoverError: string;
|
|
25
26
|
itemTextColor: string;
|
|
@@ -63,16 +64,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
63
64
|
colorSecondary: string;
|
|
64
65
|
colorSecondaryHover: string;
|
|
65
66
|
colorSecondaryPressed: string;
|
|
67
|
+
colorSecondaryFocus: string;
|
|
68
|
+
colorSecondaryDisabled: string;
|
|
69
|
+
textColorSecondaryDisabled: string;
|
|
66
70
|
waveColorSecondary: string;
|
|
67
71
|
colorTertiary: string;
|
|
68
72
|
colorTertiaryHover: string;
|
|
69
73
|
colorTertiaryPressed: string;
|
|
74
|
+
colorTertiaryFocus: string;
|
|
70
75
|
colorTertiaryDisalbed: string;
|
|
71
76
|
waveColorTertiary: string;
|
|
72
77
|
textColorTextTertiary: string;
|
|
78
|
+
rippleColorTertiary: string;
|
|
73
79
|
colorQuaternary: string;
|
|
74
80
|
colorQuaternaryHover: string;
|
|
75
81
|
colorQuaternaryPressed: string;
|
|
82
|
+
colorQuaternaryFocus: string;
|
|
83
|
+
rippleColorQuaternary: string;
|
|
84
|
+
waveColorQuaternary: string;
|
|
76
85
|
color: string;
|
|
77
86
|
colorHover: string;
|
|
78
87
|
colorPressed: string;
|
|
@@ -10,6 +10,7 @@ exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('upload', 'width: var(--u-upload
|
|
|
10
10
|
display: block;
|
|
11
11
|
`)]), (0, cssr_1.cM)('drag-over', [(0, cssr_1.cB)('upload-dragger', `
|
|
12
12
|
border: var(--u-dragger-border-hover);
|
|
13
|
+
box-shadow: var(--u-dragger-shadow-focus);
|
|
13
14
|
`)]), (0, cssr_1.cE)('label', {
|
|
14
15
|
marginBottom: '12px',
|
|
15
16
|
marginTop: 0,
|
|
@@ -7,8 +7,12 @@ const _internal_1 = require("../../_internal");
|
|
|
7
7
|
const icons_1 = require("../../_internal/icons");
|
|
8
8
|
function useUploadActionsRender(opts) {
|
|
9
9
|
const { clsPrefix, listType, file, showPreviewButton, showRemoveButton, showCancelButton, showRetryButton, showDownloadButton, disabled, buttonType, mergedTheme, buttonThemeOverrides, handlePreviewClick, handleRemoveOrCancelClick, handleRetryClick, handleDownloadClick, capitalizeFirstLetter } = opts;
|
|
10
|
+
const getExt = (name) => {
|
|
11
|
+
const i = name.lastIndexOf('.');
|
|
12
|
+
return i === -1 || i === name.length - 1 ? '' : name.slice(i + 1);
|
|
13
|
+
};
|
|
10
14
|
const isImageType = ['image', 'image-card'].includes(listType);
|
|
11
|
-
const fileExt = file.name
|
|
15
|
+
const fileExt = getExt(file.name);
|
|
12
16
|
const capitalizedExt = capitalizeFirstLetter(fileExt);
|
|
13
17
|
const icon = (0, vue_1.h)('div', {
|
|
14
18
|
class: [
|
|
@@ -7,6 +7,7 @@ export declare const self: (vars: ThemeCommonVars) => {
|
|
|
7
7
|
draggerColor: string;
|
|
8
8
|
draggerBorder: string;
|
|
9
9
|
draggerBorderHover: string;
|
|
10
|
+
draggerShadowFocus: string;
|
|
10
11
|
itemColorHover: string;
|
|
11
12
|
itemColorHoverError: string;
|
|
12
13
|
itemTextColor: string;
|
|
@@ -37,6 +38,7 @@ declare const uploadLight: import("../../_mixins").Theme<"Upload", {
|
|
|
37
38
|
draggerColor: string;
|
|
38
39
|
draggerBorder: string;
|
|
39
40
|
draggerBorderHover: string;
|
|
41
|
+
draggerShadowFocus: string;
|
|
40
42
|
itemColorHover: string;
|
|
41
43
|
itemColorHoverError: string;
|
|
42
44
|
itemTextColor: string;
|
|
@@ -79,16 +81,24 @@ declare const uploadLight: import("../../_mixins").Theme<"Upload", {
|
|
|
79
81
|
colorSecondary: string;
|
|
80
82
|
colorSecondaryHover: string;
|
|
81
83
|
colorSecondaryPressed: string;
|
|
84
|
+
colorSecondaryFocus: string;
|
|
85
|
+
colorSecondaryDisabled: string;
|
|
86
|
+
textColorSecondaryDisabled: string;
|
|
82
87
|
waveColorSecondary: string;
|
|
83
88
|
colorTertiary: string;
|
|
84
89
|
colorTertiaryHover: string;
|
|
85
90
|
colorTertiaryPressed: string;
|
|
91
|
+
colorTertiaryFocus: string;
|
|
86
92
|
colorTertiaryDisalbed: string;
|
|
87
93
|
waveColorTertiary: string;
|
|
88
94
|
textColorTextTertiary: string;
|
|
95
|
+
rippleColorTertiary: string;
|
|
89
96
|
colorQuaternary: string;
|
|
90
97
|
colorQuaternaryHover: string;
|
|
91
98
|
colorQuaternaryPressed: string;
|
|
99
|
+
colorQuaternaryFocus: string;
|
|
100
|
+
rippleColorQuaternary: string;
|
|
101
|
+
waveColorQuaternary: string;
|
|
92
102
|
color: string;
|
|
93
103
|
colorHover: string;
|
|
94
104
|
colorPressed: string;
|
|
@@ -7,15 +7,16 @@ const styles_2 = require("../../progress/styles");
|
|
|
7
7
|
const common_1 = require("../../_styles/common");
|
|
8
8
|
const _mixins_1 = require("../../_mixins");
|
|
9
9
|
const self = (vars) => {
|
|
10
|
-
const { staticGreen, staticRed, elementsQuaternary, elementsTertiary, elementsPrimary, textPrimary, opacityDisabled, containerPrimary, fontBodyMedium, lineHeightBodyMedium, borderRadiusLarge,
|
|
10
|
+
const { staticGreen, staticRed, elementsQuaternary, elementsTertiary, elementsPrimary, textPrimary, opacityDisabled, containerPrimary, fontBodyMedium, lineHeightBodyMedium, borderRadiusLarge, containerSecondary, brandPrimary300, brandPrimary500 } = vars;
|
|
11
11
|
return {
|
|
12
12
|
baseColor: containerPrimary,
|
|
13
13
|
fontSize: fontBodyMedium,
|
|
14
14
|
lineHeight: lineHeightBodyMedium,
|
|
15
15
|
borderRadius: borderRadiusLarge,
|
|
16
16
|
draggerColor: elementsTertiary,
|
|
17
|
-
draggerBorder: `
|
|
18
|
-
draggerBorderHover: `
|
|
17
|
+
draggerBorder: `1px dashed ${brandPrimary500}`,
|
|
18
|
+
draggerBorderHover: `1px solid ${brandPrimary500}`,
|
|
19
|
+
draggerShadowFocus: `0 0 0 4px ${brandPrimary500}1a`,
|
|
19
20
|
itemColorHover: elementsTertiary,
|
|
20
21
|
itemColorHoverError: (0, seemly_1.changeColor)(staticRed, {
|
|
21
22
|
alpha: 0.05
|
|
@@ -25,8 +26,8 @@ const self = (vars) => {
|
|
|
25
26
|
itemTextColorSuccess: staticGreen,
|
|
26
27
|
itemIconColor: elementsPrimary,
|
|
27
28
|
itemDisabledOpacity: opacityDisabled,
|
|
28
|
-
itemBorderImageCardError: `
|
|
29
|
-
itemBorderImageCard: `
|
|
29
|
+
itemBorderImageCardError: `1px solid ${staticRed}`,
|
|
30
|
+
itemBorderImageCard: `1px solid ${elementsQuaternary}`,
|
|
30
31
|
draggerIconBgColor: elementsTertiary,
|
|
31
32
|
draggerIconColor: elementsPrimary,
|
|
32
33
|
draggerTitleColor: textPrimary,
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.8.
|
|
1
|
+
declare const _default: "1.8.2";
|
|
2
2
|
export default _default;
|
package/lib/version.js
CHANGED
package/package.json
CHANGED
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.8.
|
|
5
|
+
"version": "1.8.2",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"contributions": {
|
|
8
8
|
"html": {
|
|
@@ -2156,11 +2156,11 @@
|
|
|
2156
2156
|
"default": "5"
|
|
2157
2157
|
},
|
|
2158
2158
|
{
|
|
2159
|
-
"name": "
|
|
2159
|
+
"name": "height",
|
|
2160
2160
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/chat",
|
|
2161
2161
|
"type": "string | number",
|
|
2162
|
-
"description": "
|
|
2163
|
-
"default": "
|
|
2162
|
+
"description": "Container height of the chat component.",
|
|
2163
|
+
"default": "800"
|
|
2164
2164
|
}
|
|
2165
2165
|
],
|
|
2166
2166
|
"js": {
|