@uzum-tech/ui 1.9.0 → 1.10.0
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 +5789 -1014
- package/dist/index.prod.js +12 -3
- package/es/_internal/scrollbar/src/Scrollbar.js +19 -38
- package/es/auto-complete/src/AutoComplete.d.ts +1 -1
- package/es/cascader/src/Cascader.d.ts +1 -1
- package/es/chat/index.d.ts +1 -1
- package/es/chat/src/Chat.d.ts +233 -11
- package/es/chat/src/Chat.js +73 -22
- 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/components.d.ts +2 -0
- package/es/components.js +2 -0
- package/es/config-provider/src/internal-interface.d.ts +4 -0
- package/es/crop/index.d.ts +3 -0
- package/es/crop/index.js +1 -0
- package/es/crop/src/Crop.d.ts +222 -0
- package/es/crop/src/Crop.js +157 -0
- package/es/crop/src/interface.d.ts +6 -0
- package/es/crop/src/interface.js +7 -0
- package/es/crop/src/styles/index.cssr.d.ts +2 -0
- package/es/crop/src/styles/index.cssr.js +333 -0
- package/es/crop/styles/_common.d.ts +4 -0
- package/es/crop/styles/_common.js +3 -0
- package/es/crop/styles/dark.d.ts +3 -0
- package/es/crop/styles/dark.js +9 -0
- package/es/crop/styles/index.d.ts +3 -0
- package/es/crop/styles/index.js +2 -0
- package/es/crop/styles/light.d.ts +14 -0
- package/es/crop/styles/light.js +14 -0
- package/es/date-picker/src/DatePicker.d.ts +1308 -43
- 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 +141 -0
- package/es/date-picker/src/panel/daterange.d.ts +141 -0
- package/es/date-picker/src/panel/datetime.d.ts +141 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +141 -0
- package/es/date-picker/src/panel/panelMonth.d.ts +283 -1
- package/es/date-picker/src/panel/panelMonthContent.d.ts +141 -0
- package/es/date-picker/src/panel/panelYear.d.ts +283 -1
- package/es/date-picker/src/panel/panelYearContent.d.ts +141 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +141 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +141 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +141 -0
- package/es/date-picker/styles/dark.js +3 -1
- package/es/date-picker/styles/light.d.ts +123 -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/dynamic-tags/src/DynamicTags.d.ts +30 -0
- package/es/dynamic-tags/styles/light.d.ts +3 -0
- package/es/infinite-scroll/src/InfiniteScroll.js +3 -6
- package/es/input/src/Input.d.ts +1 -1
- package/es/input-number/src/InputNumber.d.ts +1 -1
- package/es/legacy-transfer/src/Transfer.d.ts +1 -1
- 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/modal-fullscreen/index.d.ts +2 -0
- package/es/modal-fullscreen/index.js +1 -0
- package/es/modal-fullscreen/src/ModalFull.d.ts +953 -0
- package/es/modal-fullscreen/src/ModalFull.js +250 -0
- package/es/modal-fullscreen/src/interface.d.ts +0 -0
- package/es/modal-fullscreen/src/interface.js +1 -0
- package/es/modal-fullscreen/src/styles/index.cssr.d.ts +2 -0
- package/es/modal-fullscreen/src/styles/index.cssr.js +85 -0
- package/es/modal-fullscreen/styles/_common.d.ts +12 -0
- package/es/modal-fullscreen/styles/_common.js +11 -0
- package/es/modal-fullscreen/styles/dark.d.ts +3 -0
- package/es/modal-fullscreen/styles/dark.js +14 -0
- package/es/modal-fullscreen/styles/index.d.ts +3 -0
- package/es/modal-fullscreen/styles/index.js +2 -0
- package/es/modal-fullscreen/styles/light.d.ts +100 -0
- package/es/modal-fullscreen/styles/light.js +19 -0
- package/es/rate/src/Rate.d.ts +1 -1
- package/es/select/src/Select.d.ts +1 -1
- package/es/slider/src/Slider.d.ts +1 -1
- package/es/switch/src/Switch.d.ts +1 -1
- package/es/tag/index.d.ts +2 -0
- package/es/tag/index.js +1 -0
- package/es/tag/src/Tag.d.ts +40 -0
- package/es/tag/src/Tag.js +3 -0
- package/es/tag/src/TagGroup.d.ts +644 -0
- package/es/tag/src/TagGroup.js +109 -0
- package/es/tag/src/styles/index.cssr.d.ts +1 -0
- package/es/tag/src/styles/index.cssr.js +8 -1
- package/es/tag/styles/light.d.ts +3 -0
- package/es/tag/styles/light.js +5 -0
- package/es/themes/dark.js +5 -1
- package/es/themes/light.js +5 -1
- package/es/time-picker/src/TimePicker.d.ts +1 -1
- package/es/transfer/src/Transfer.d.ts +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/es/virtual-list/index.d.ts +1 -1
- package/es/virtual-list/index.js +1 -1
- package/lib/_internal/scrollbar/src/Scrollbar.js +19 -38
- package/lib/auto-complete/src/AutoComplete.d.ts +1 -1
- package/lib/cascader/src/Cascader.d.ts +1 -1
- package/lib/chat/index.d.ts +1 -1
- package/lib/chat/src/Chat.d.ts +233 -11
- package/lib/chat/src/Chat.js +73 -22
- 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/components.d.ts +2 -0
- package/lib/components.js +2 -0
- package/lib/config-provider/src/internal-interface.d.ts +4 -0
- package/lib/crop/index.d.ts +3 -0
- package/lib/crop/index.js +9 -0
- package/lib/crop/src/Crop.d.ts +222 -0
- package/lib/crop/src/Crop.js +163 -0
- package/lib/crop/src/interface.d.ts +6 -0
- package/lib/crop/src/interface.js +10 -0
- package/lib/crop/src/styles/index.cssr.d.ts +2 -0
- package/lib/crop/src/styles/index.cssr.js +338 -0
- package/lib/crop/styles/_common.d.ts +4 -0
- package/lib/crop/styles/_common.js +5 -0
- package/lib/crop/styles/dark.d.ts +3 -0
- package/lib/crop/styles/dark.js +11 -0
- package/lib/crop/styles/index.d.ts +3 -0
- package/lib/crop/styles/index.js +10 -0
- package/lib/crop/styles/light.d.ts +14 -0
- package/lib/crop/styles/light.js +21 -0
- package/lib/date-picker/src/DatePicker.d.ts +1308 -43
- 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 +141 -0
- package/lib/date-picker/src/panel/daterange.d.ts +141 -0
- package/lib/date-picker/src/panel/datetime.d.ts +141 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +141 -0
- package/lib/date-picker/src/panel/panelMonth.d.ts +283 -1
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +141 -0
- package/lib/date-picker/src/panel/panelYear.d.ts +283 -1
- package/lib/date-picker/src/panel/panelYearContent.d.ts +141 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +141 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +141 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +141 -0
- package/lib/date-picker/styles/dark.js +3 -1
- package/lib/date-picker/styles/light.d.ts +123 -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/dynamic-tags/src/DynamicTags.d.ts +30 -0
- package/lib/dynamic-tags/styles/light.d.ts +3 -0
- package/lib/infinite-scroll/src/InfiniteScroll.js +3 -6
- package/lib/input/src/Input.d.ts +1 -1
- package/lib/input-number/src/InputNumber.d.ts +1 -1
- package/lib/legacy-transfer/src/Transfer.d.ts +1 -1
- 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/modal-fullscreen/index.d.ts +2 -0
- package/lib/modal-fullscreen/index.js +9 -0
- package/lib/modal-fullscreen/src/ModalFull.d.ts +953 -0
- package/lib/modal-fullscreen/src/ModalFull.js +256 -0
- package/lib/modal-fullscreen/src/interface.d.ts +0 -0
- package/lib/modal-fullscreen/src/interface.js +1 -0
- package/lib/modal-fullscreen/src/styles/index.cssr.d.ts +2 -0
- package/lib/modal-fullscreen/src/styles/index.cssr.js +90 -0
- package/lib/modal-fullscreen/styles/_common.d.ts +12 -0
- package/lib/modal-fullscreen/styles/_common.js +13 -0
- package/lib/modal-fullscreen/styles/dark.d.ts +3 -0
- package/lib/modal-fullscreen/styles/dark.js +16 -0
- package/lib/modal-fullscreen/styles/index.d.ts +3 -0
- package/lib/modal-fullscreen/styles/index.js +10 -0
- package/lib/modal-fullscreen/styles/light.d.ts +100 -0
- package/lib/modal-fullscreen/styles/light.js +26 -0
- package/lib/rate/src/Rate.d.ts +1 -1
- package/lib/select/src/Select.d.ts +1 -1
- package/lib/slider/src/Slider.d.ts +1 -1
- package/lib/switch/src/Switch.d.ts +1 -1
- package/lib/tag/index.d.ts +2 -0
- package/lib/tag/index.js +3 -1
- package/lib/tag/src/Tag.d.ts +40 -0
- package/lib/tag/src/Tag.js +3 -0
- package/lib/tag/src/TagGroup.d.ts +644 -0
- package/lib/tag/src/TagGroup.js +112 -0
- package/lib/tag/src/styles/index.cssr.d.ts +1 -0
- package/lib/tag/src/styles/index.cssr.js +9 -1
- package/lib/tag/styles/light.d.ts +3 -0
- package/lib/tag/styles/light.js +5 -0
- package/lib/themes/dark.js +5 -1
- package/lib/themes/light.js +5 -1
- package/lib/time-picker/src/TimePicker.d.ts +1 -1
- package/lib/transfer/src/Transfer.d.ts +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/index.d.ts +1 -1
- package/lib/virtual-list/index.js +2 -2
- package/package.json +4 -3
- package/volar.d.ts +4 -0
- package/web-types.json +472 -4
package/lib/tag/src/Tag.d.ts
CHANGED
|
@@ -15,6 +15,10 @@ export declare const tagProps: {
|
|
|
15
15
|
type: PropType<"small" | "medium" | "large">;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
|
+
value: {
|
|
19
|
+
type: PropType<string | number | boolean>;
|
|
20
|
+
default: undefined;
|
|
21
|
+
};
|
|
18
22
|
checked: BooleanConstructor;
|
|
19
23
|
checkable: BooleanConstructor;
|
|
20
24
|
outline: BooleanConstructor;
|
|
@@ -49,6 +53,9 @@ export declare const tagProps: {
|
|
|
49
53
|
readonly default: undefined;
|
|
50
54
|
};
|
|
51
55
|
theme: PropType<import("../../_mixins").Theme<"Tag", {
|
|
56
|
+
gapSmall: string;
|
|
57
|
+
gapMedium: string;
|
|
58
|
+
gapLarge: string;
|
|
52
59
|
closeIconSizeTiny: string;
|
|
53
60
|
closeIconSizeSmall: string;
|
|
54
61
|
closeIconSizeMedium: string;
|
|
@@ -108,6 +115,9 @@ export declare const tagProps: {
|
|
|
108
115
|
closeColorPressedTertiary: string;
|
|
109
116
|
}, any>>;
|
|
110
117
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
118
|
+
gapSmall: string;
|
|
119
|
+
gapMedium: string;
|
|
120
|
+
gapLarge: string;
|
|
111
121
|
closeIconSizeTiny: string;
|
|
112
122
|
closeIconSizeSmall: string;
|
|
113
123
|
closeIconSizeMedium: string;
|
|
@@ -167,6 +177,9 @@ export declare const tagProps: {
|
|
|
167
177
|
closeColorPressedTertiary: string;
|
|
168
178
|
}, any>>>;
|
|
169
179
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
180
|
+
gapSmall: string;
|
|
181
|
+
gapMedium: string;
|
|
182
|
+
gapLarge: string;
|
|
170
183
|
closeIconSizeTiny: string;
|
|
171
184
|
closeIconSizeSmall: string;
|
|
172
185
|
closeIconSizeMedium: string;
|
|
@@ -240,6 +253,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
240
253
|
type: PropType<"small" | "medium" | "large">;
|
|
241
254
|
default: string;
|
|
242
255
|
};
|
|
256
|
+
value: {
|
|
257
|
+
type: PropType<string | number | boolean>;
|
|
258
|
+
default: undefined;
|
|
259
|
+
};
|
|
243
260
|
checked: BooleanConstructor;
|
|
244
261
|
checkable: BooleanConstructor;
|
|
245
262
|
outline: BooleanConstructor;
|
|
@@ -274,6 +291,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
274
291
|
readonly default: undefined;
|
|
275
292
|
};
|
|
276
293
|
theme: PropType<import("../../_mixins").Theme<"Tag", {
|
|
294
|
+
gapSmall: string;
|
|
295
|
+
gapMedium: string;
|
|
296
|
+
gapLarge: string;
|
|
277
297
|
closeIconSizeTiny: string;
|
|
278
298
|
closeIconSizeSmall: string;
|
|
279
299
|
closeIconSizeMedium: string;
|
|
@@ -333,6 +353,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
333
353
|
closeColorPressedTertiary: string;
|
|
334
354
|
}, any>>;
|
|
335
355
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
356
|
+
gapSmall: string;
|
|
357
|
+
gapMedium: string;
|
|
358
|
+
gapLarge: string;
|
|
336
359
|
closeIconSizeTiny: string;
|
|
337
360
|
closeIconSizeSmall: string;
|
|
338
361
|
closeIconSizeMedium: string;
|
|
@@ -392,6 +415,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
392
415
|
closeColorPressedTertiary: string;
|
|
393
416
|
}, any>>>;
|
|
394
417
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
418
|
+
gapSmall: string;
|
|
419
|
+
gapMedium: string;
|
|
420
|
+
gapLarge: string;
|
|
395
421
|
closeIconSizeTiny: string;
|
|
396
422
|
closeIconSizeSmall: string;
|
|
397
423
|
closeIconSizeMedium: string;
|
|
@@ -505,6 +531,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
505
531
|
type: PropType<"small" | "medium" | "large">;
|
|
506
532
|
default: string;
|
|
507
533
|
};
|
|
534
|
+
value: {
|
|
535
|
+
type: PropType<string | number | boolean>;
|
|
536
|
+
default: undefined;
|
|
537
|
+
};
|
|
508
538
|
checked: BooleanConstructor;
|
|
509
539
|
checkable: BooleanConstructor;
|
|
510
540
|
outline: BooleanConstructor;
|
|
@@ -539,6 +569,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
539
569
|
readonly default: undefined;
|
|
540
570
|
};
|
|
541
571
|
theme: PropType<import("../../_mixins").Theme<"Tag", {
|
|
572
|
+
gapSmall: string;
|
|
573
|
+
gapMedium: string;
|
|
574
|
+
gapLarge: string;
|
|
542
575
|
closeIconSizeTiny: string;
|
|
543
576
|
closeIconSizeSmall: string;
|
|
544
577
|
closeIconSizeMedium: string;
|
|
@@ -598,6 +631,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
598
631
|
closeColorPressedTertiary: string;
|
|
599
632
|
}, any>>;
|
|
600
633
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
634
|
+
gapSmall: string;
|
|
635
|
+
gapMedium: string;
|
|
636
|
+
gapLarge: string;
|
|
601
637
|
closeIconSizeTiny: string;
|
|
602
638
|
closeIconSizeSmall: string;
|
|
603
639
|
closeIconSizeMedium: string;
|
|
@@ -657,6 +693,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
657
693
|
closeColorPressedTertiary: string;
|
|
658
694
|
}, any>>>;
|
|
659
695
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
696
|
+
gapSmall: string;
|
|
697
|
+
gapMedium: string;
|
|
698
|
+
gapLarge: string;
|
|
660
699
|
closeIconSizeTiny: string;
|
|
661
700
|
closeIconSizeSmall: string;
|
|
662
701
|
closeIconSizeMedium: string;
|
|
@@ -717,6 +756,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
717
756
|
}, any>>>;
|
|
718
757
|
}>>, {
|
|
719
758
|
type: "default" | "tertiary";
|
|
759
|
+
value: string | number | boolean;
|
|
720
760
|
disabled: boolean | undefined;
|
|
721
761
|
bordered: boolean | undefined;
|
|
722
762
|
size: "small" | "medium" | "large";
|
package/lib/tag/src/Tag.js
CHANGED
|
@@ -18,6 +18,9 @@ exports.tagProps = Object.assign(Object.assign(Object.assign({}, _mixins_1.useTh
|
|
|
18
18
|
}, size: {
|
|
19
19
|
type: String,
|
|
20
20
|
default: 'large'
|
|
21
|
+
}, value: {
|
|
22
|
+
type: [String, Number, Boolean],
|
|
23
|
+
default: undefined
|
|
21
24
|
}, checked: Boolean, checkable: Boolean, outline: Boolean, strong: Boolean, triggerClickOnClose: Boolean, onClose: [Array, Function], onMouseenter: Function, onMouseleave: Function, 'onUpdate:checked': Function, onUpdateChecked: Function,
|
|
22
25
|
// private
|
|
23
26
|
internalCloseFocusable: {
|