@uzum-tech/ui 1.12.0 → 1.12.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 +22930 -22766
- package/dist/index.prod.js +3 -3
- package/es/_internal/close/src/Close.d.ts +2 -2
- package/es/_internal/loading/src/Loading.d.ts +1 -1
- package/es/_internal/safe-top-scrollbar/src/SafeTopScrollbar.d.ts +2 -2
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +2 -2
- package/es/_internal/select-menu/src/SelectMenu.d.ts +7 -7
- package/es/_internal/selection/src/Selection.d.ts +13 -13
- package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/es/_internal/typography/index.d.ts +1 -0
- package/es/_internal/typography/src/text.d.ts +42 -3
- package/es/_internal/typography/src/text.js +17 -4
- package/es/_internal/typography/src/variants.d.ts +105 -4
- package/es/_internal/typography/src/variants.js +84 -42
- package/es/_internal/typography/styles/dark.js +1 -1
- package/es/_internal/typography/styles/light.d.ts +1 -1
- package/es/_internal/typography/styles/light.js +1 -1
- package/es/affix/src/Affix.d.ts +3 -3
- package/es/alert/src/Alert.d.ts +3 -3
- package/es/anchor/src/AnchorAdapter.d.ts +5 -5
- package/es/auto-complete/src/AutoComplete.d.ts +3 -3
- package/es/avatar/src/Avatar.d.ts +1 -1
- package/es/avatar-group/src/AvatarGroup.d.ts +1 -1
- package/es/back-top/src/BackTop.d.ts +1 -1
- package/es/badge/src/Badge.d.ts +1 -1
- package/es/button/src/Button.d.ts +7 -7
- package/es/card/src/Card.d.ts +3 -3
- package/es/card-list/src/CardList.d.ts +2 -2
- package/es/card-list/src/CardListItem.d.ts +1 -1
- package/es/carousel/src/Carousel.d.ts +8 -8
- package/es/carousel/src/CarouselDots.d.ts +2 -2
- package/es/cascader/src/Cascader.d.ts +12 -12
- package/es/cascader/src/CascaderMenu.d.ts +1 -1
- package/es/cascader/src/CascaderSelectMenu.d.ts +1 -1
- package/es/checkbox/src/Checkbox.d.ts +5 -5
- package/es/code/src/Code.d.ts +1 -1
- package/es/collapse/src/Collapse.d.ts +1 -1
- package/es/collapse-transition/src/CollapseTransition.d.ts +1 -1
- package/es/color-picker/src/ColorPicker.d.ts +3 -3
- package/es/config-provider/src/ConfigProvider.d.ts +7 -1
- package/es/config-provider/src/ConfigProvider.js +83 -12
- package/es/config-provider/src/interface.d.ts +1 -1
- package/es/config-provider/src/internal-interface.d.ts +198 -34
- package/es/countdown/src/Countdown.d.ts +1 -1
- package/es/create.js +34 -3
- package/es/data-table/src/DataTable.d.ts +6 -6
- package/es/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
- package/es/date-picker/src/DatePicker.d.ts +4 -4
- package/es/date-picker/src/panel/date.d.ts +1 -1
- package/es/date-picker/src/panel/daterange.d.ts +1 -1
- package/es/date-picker/src/panel/datetime.d.ts +1 -1
- package/es/date-picker/src/panel/datetimerange.d.ts +1 -1
- package/es/date-picker/src/panel/panelMonth.d.ts +9 -9
- package/es/date-picker/src/panel/panelMonthContent.d.ts +1 -1
- package/es/date-picker/src/panel/panelYear.d.ts +9 -9
- package/es/date-picker/src/panel/panelYearContent.d.ts +1 -1
- package/es/descriptions/src/Descriptions.d.ts +3 -3
- package/es/dialog/src/Dialog.d.ts +1 -1
- package/es/dialog/src/DialogEnvironment.d.ts +3 -3
- package/es/dialog/src/DialogProvider.d.ts +29 -29
- package/es/dialog/src/dialogProps.d.ts +1 -1
- package/es/drawer/src/Drawer.d.ts +7 -7
- package/es/drawer/src/DrawerBodyWrapper.d.ts +2 -2
- package/es/dropdown/src/Dropdown.d.ts +15 -15
- package/es/dropdown/src/DropdownMenu.d.ts +2 -2
- package/es/dropdown/src/DropdownOption.d.ts +1 -1
- package/es/dynamic-input/src/DynamicInput.d.ts +1 -1
- package/es/dynamic-tags/src/DynamicTags.d.ts +2 -2
- package/es/empty/src/Empty.d.ts +1 -1
- package/es/flex/src/Flex.d.ts +1 -1
- package/es/form/src/FormItem.d.ts +3 -3
- package/es/form/src/FormItemCol.d.ts +2 -2
- package/es/form/src/FormItemGridItem.d.ts +2 -2
- package/es/form/src/FormItemRow.d.ts +2 -2
- package/es/form/src/utils.d.ts +1 -1
- package/es/gradient-text/src/GradientText.d.ts +2 -2
- package/es/grid/src/Grid.d.ts +4 -4
- package/es/header/src/HeaderNavigation.d.ts +1 -1
- package/es/icon-bar/src/IconBar.d.ts +1 -1
- package/es/icon-wrapper/src/IconWrapper.d.ts +1 -1
- package/es/input/src/Input.d.ts +8 -8
- package/es/input-number/src/InputNumber.d.ts +3 -3
- package/es/input-otp/src/InputOtp.d.ts +1 -1
- package/es/layout/src/LayoutSider.d.ts +2 -2
- package/es/legacy-grid/src/Row.d.ts +1 -1
- package/es/legacy-transfer/src/Transfer.d.ts +2 -2
- package/es/list/src/List.d.ts +6 -6
- package/es/list/src/ListItem.d.ts +4 -4
- package/es/log/src/Log.d.ts +2 -2
- package/es/mention/src/Mention.d.ts +3 -3
- package/es/menu/src/Menu.d.ts +5 -5
- package/es/menu/src/MenuOption.d.ts +1 -1
- package/es/menu/src/MenuOptionContent.d.ts +1 -1
- package/es/menu/src/MenuOptionGroup.d.ts +1 -1
- package/es/menu/src/Submenu.d.ts +1 -1
- package/es/message/src/MessageProvider.d.ts +1 -1
- package/es/modal/src/BodyWrapper.d.ts +3 -3
- package/es/modal/src/Modal.d.ts +6 -6
- package/es/modal/src/presetProps.d.ts +1 -1
- package/es/modal-fullscreen/src/ModalFull.d.ts +2 -2
- package/es/notification/src/Notification.d.ts +2 -2
- package/es/notification/src/NotificationEnvironment.d.ts +1 -1
- package/es/notification/src/NotificationProvider.d.ts +9 -9
- package/es/number-animation/src/NumberAnimation.d.ts +2 -2
- package/es/pagination/src/Pagination.d.ts +1 -1
- package/es/popconfirm/src/Popconfirm.d.ts +8 -8
- package/es/popover/src/Popover.d.ts +8 -8
- package/es/popover/src/PopoverBody.d.ts +2 -2
- package/es/popselect/src/Popselect.d.ts +81 -81
- package/es/popselect/src/PopselectPanel.d.ts +4 -4
- package/es/progress/src/Circle.d.ts +1 -1
- package/es/progress/src/MultipleCircle.d.ts +1 -1
- package/es/progress/src/Progress.d.ts +4 -4
- package/es/qr-code/src/QrCode.d.ts +2 -2
- package/es/radio/src/Radio.d.ts +1 -1
- package/es/rate/src/Rate.d.ts +3 -3
- package/es/result/src/Result.d.ts +1 -1
- package/es/select/src/Select.d.ts +19 -19
- package/es/skeleton/src/Skeleton.d.ts +1 -1
- package/es/slider/src/Slider.d.ts +4 -4
- package/es/space/src/Space.d.ts +1 -1
- package/es/spin/src/Spin.d.ts +2 -2
- package/es/steps/src/Steps.d.ts +1 -1
- package/es/switch/src/Switch.d.ts +1 -1
- package/es/tabs/src/Tab.d.ts +1 -1
- package/es/tabs/src/Tabs.d.ts +4 -4
- package/es/tag/src/Tag.d.ts +2 -2
- package/es/tag/src/TagGroup.d.ts +1 -1
- package/es/time/src/Time.d.ts +1 -1
- package/es/time-picker/src/Panel.d.ts +1 -1
- package/es/time-picker/src/TimePicker.d.ts +5 -5
- package/es/timeline/src/TimelineItem.d.ts +1 -1
- package/es/tooltip/src/Tooltip.d.ts +8 -8
- package/es/transfer/src/Transfer.d.ts +3 -3
- package/es/tree/src/Tree.d.ts +18 -18
- package/es/tree/src/TreeNodeCheckbox.d.ts +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +15 -15
- package/es/typography/index.d.ts +1 -0
- package/es/typography/src/create-header.d.ts +1 -1
- package/es/typography/src/headers.d.ts +6 -6
- package/es/typography/src/text.d.ts +44 -5
- package/es/upload/src/Upload.d.ts +11 -11
- package/es/upload/src/UploadFile.d.ts +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/es/virtual-list/src/VirtualList.d.ts +2 -2
- package/es/watermark/src/Watermark.d.ts +7 -7
- package/lib/_internal/close/src/Close.d.ts +2 -2
- package/lib/_internal/loading/src/Loading.d.ts +1 -1
- package/lib/_internal/safe-top-scrollbar/src/SafeTopScrollbar.d.ts +2 -2
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +2 -2
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +7 -7
- package/lib/_internal/selection/src/Selection.d.ts +13 -13
- package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/_internal/typography/index.d.ts +1 -0
- package/lib/_internal/typography/src/text.d.ts +42 -3
- package/lib/_internal/typography/src/text.js +18 -5
- package/lib/_internal/typography/src/variants.d.ts +105 -4
- package/lib/_internal/typography/src/variants.js +87 -43
- package/lib/_internal/typography/styles/dark.js +2 -2
- package/lib/_internal/typography/styles/light.d.ts +1 -1
- package/lib/_internal/typography/styles/light.js +2 -2
- package/lib/affix/src/Affix.d.ts +3 -3
- package/lib/alert/src/Alert.d.ts +3 -3
- package/lib/anchor/src/AnchorAdapter.d.ts +5 -5
- package/lib/auto-complete/src/AutoComplete.d.ts +3 -3
- package/lib/avatar/src/Avatar.d.ts +1 -1
- package/lib/avatar-group/src/AvatarGroup.d.ts +1 -1
- package/lib/back-top/src/BackTop.d.ts +1 -1
- package/lib/badge/src/Badge.d.ts +1 -1
- package/lib/button/src/Button.d.ts +7 -7
- package/lib/card/src/Card.d.ts +3 -3
- package/lib/card-list/src/CardList.d.ts +2 -2
- package/lib/card-list/src/CardListItem.d.ts +1 -1
- package/lib/carousel/src/Carousel.d.ts +8 -8
- package/lib/carousel/src/CarouselDots.d.ts +2 -2
- package/lib/cascader/src/Cascader.d.ts +12 -12
- package/lib/cascader/src/CascaderMenu.d.ts +1 -1
- package/lib/cascader/src/CascaderSelectMenu.d.ts +1 -1
- package/lib/checkbox/src/Checkbox.d.ts +5 -5
- package/lib/code/src/Code.d.ts +1 -1
- package/lib/collapse/src/Collapse.d.ts +1 -1
- package/lib/collapse-transition/src/CollapseTransition.d.ts +1 -1
- package/lib/color-picker/src/ColorPicker.d.ts +3 -3
- package/lib/config-provider/src/ConfigProvider.d.ts +7 -1
- package/lib/config-provider/src/ConfigProvider.js +81 -10
- package/lib/config-provider/src/interface.d.ts +1 -1
- package/lib/config-provider/src/internal-interface.d.ts +198 -34
- package/lib/countdown/src/Countdown.d.ts +1 -1
- package/lib/create.js +34 -3
- package/lib/data-table/src/DataTable.d.ts +6 -6
- package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
- package/lib/date-picker/src/DatePicker.d.ts +4 -4
- package/lib/date-picker/src/panel/date.d.ts +1 -1
- package/lib/date-picker/src/panel/daterange.d.ts +1 -1
- package/lib/date-picker/src/panel/datetime.d.ts +1 -1
- package/lib/date-picker/src/panel/datetimerange.d.ts +1 -1
- package/lib/date-picker/src/panel/panelMonth.d.ts +9 -9
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +1 -1
- package/lib/date-picker/src/panel/panelYear.d.ts +9 -9
- package/lib/date-picker/src/panel/panelYearContent.d.ts +1 -1
- package/lib/descriptions/src/Descriptions.d.ts +3 -3
- package/lib/dialog/src/Dialog.d.ts +1 -1
- package/lib/dialog/src/DialogEnvironment.d.ts +3 -3
- package/lib/dialog/src/DialogProvider.d.ts +29 -29
- package/lib/dialog/src/dialogProps.d.ts +1 -1
- package/lib/drawer/src/Drawer.d.ts +7 -7
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +2 -2
- package/lib/dropdown/src/Dropdown.d.ts +15 -15
- package/lib/dropdown/src/DropdownMenu.d.ts +2 -2
- package/lib/dropdown/src/DropdownOption.d.ts +1 -1
- package/lib/dynamic-input/src/DynamicInput.d.ts +1 -1
- package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
- package/lib/empty/src/Empty.d.ts +1 -1
- package/lib/flex/src/Flex.d.ts +1 -1
- package/lib/form/src/FormItem.d.ts +3 -3
- package/lib/form/src/FormItemCol.d.ts +2 -2
- package/lib/form/src/FormItemGridItem.d.ts +2 -2
- package/lib/form/src/FormItemRow.d.ts +2 -2
- package/lib/form/src/utils.d.ts +1 -1
- package/lib/gradient-text/src/GradientText.d.ts +2 -2
- package/lib/grid/src/Grid.d.ts +4 -4
- package/lib/header/src/HeaderNavigation.d.ts +1 -1
- package/lib/icon-bar/src/IconBar.d.ts +1 -1
- package/lib/icon-wrapper/src/IconWrapper.d.ts +1 -1
- package/lib/input/src/Input.d.ts +8 -8
- package/lib/input-number/src/InputNumber.d.ts +3 -3
- package/lib/input-otp/src/InputOtp.d.ts +1 -1
- package/lib/layout/src/LayoutSider.d.ts +2 -2
- package/lib/legacy-grid/src/Row.d.ts +1 -1
- package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
- package/lib/list/src/List.d.ts +6 -6
- package/lib/list/src/ListItem.d.ts +4 -4
- package/lib/log/src/Log.d.ts +2 -2
- package/lib/mention/src/Mention.d.ts +3 -3
- package/lib/menu/src/Menu.d.ts +5 -5
- package/lib/menu/src/MenuOption.d.ts +1 -1
- package/lib/menu/src/MenuOptionContent.d.ts +1 -1
- package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
- package/lib/menu/src/Submenu.d.ts +1 -1
- package/lib/message/src/MessageProvider.d.ts +1 -1
- package/lib/modal/src/BodyWrapper.d.ts +3 -3
- package/lib/modal/src/Modal.d.ts +6 -6
- package/lib/modal/src/presetProps.d.ts +1 -1
- package/lib/modal-fullscreen/src/ModalFull.d.ts +2 -2
- package/lib/notification/src/Notification.d.ts +2 -2
- package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
- package/lib/notification/src/NotificationProvider.d.ts +9 -9
- package/lib/number-animation/src/NumberAnimation.d.ts +2 -2
- package/lib/pagination/src/Pagination.d.ts +1 -1
- package/lib/popconfirm/src/Popconfirm.d.ts +8 -8
- package/lib/popover/src/Popover.d.ts +8 -8
- package/lib/popover/src/PopoverBody.d.ts +2 -2
- package/lib/popselect/src/Popselect.d.ts +81 -81
- package/lib/popselect/src/PopselectPanel.d.ts +4 -4
- package/lib/progress/src/Circle.d.ts +1 -1
- package/lib/progress/src/MultipleCircle.d.ts +1 -1
- package/lib/progress/src/Progress.d.ts +4 -4
- package/lib/qr-code/src/QrCode.d.ts +2 -2
- package/lib/radio/src/Radio.d.ts +1 -1
- package/lib/rate/src/Rate.d.ts +3 -3
- package/lib/result/src/Result.d.ts +1 -1
- package/lib/select/src/Select.d.ts +19 -19
- package/lib/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/slider/src/Slider.d.ts +4 -4
- package/lib/space/src/Space.d.ts +1 -1
- package/lib/spin/src/Spin.d.ts +2 -2
- package/lib/steps/src/Steps.d.ts +1 -1
- package/lib/switch/src/Switch.d.ts +1 -1
- package/lib/tabs/src/Tab.d.ts +1 -1
- package/lib/tabs/src/Tabs.d.ts +4 -4
- package/lib/tag/src/Tag.d.ts +2 -2
- package/lib/tag/src/TagGroup.d.ts +1 -1
- package/lib/time/src/Time.d.ts +1 -1
- package/lib/time-picker/src/Panel.d.ts +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +5 -5
- package/lib/timeline/src/TimelineItem.d.ts +1 -1
- package/lib/tooltip/src/Tooltip.d.ts +8 -8
- package/lib/transfer/src/Transfer.d.ts +3 -3
- package/lib/tree/src/Tree.d.ts +18 -18
- package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +15 -15
- package/lib/typography/index.d.ts +1 -0
- package/lib/typography/src/create-header.d.ts +1 -1
- package/lib/typography/src/headers.d.ts +6 -6
- package/lib/typography/src/text.d.ts +44 -5
- package/lib/upload/src/Upload.d.ts +11 -11
- package/lib/upload/src/UploadFile.d.ts +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/src/VirtualList.d.ts +2 -2
- package/lib/watermark/src/Watermark.d.ts +7 -7
- package/package.json +1 -1
- package/web-types.json +59 -2
|
@@ -3536,13 +3536,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3536
3536
|
bordered: boolean | undefined;
|
|
3537
3537
|
showIcon: boolean;
|
|
3538
3538
|
to: string | boolean | HTMLElement;
|
|
3539
|
-
show: boolean | undefined;
|
|
3540
|
-
placement: FollowerPlacement;
|
|
3541
|
-
defaultValue: number | null;
|
|
3542
3539
|
clearable: boolean;
|
|
3543
|
-
|
|
3544
|
-
|
|
3540
|
+
defaultValue: number | null;
|
|
3541
|
+
placement: FollowerPlacement;
|
|
3542
|
+
show: boolean | undefined;
|
|
3545
3543
|
format: string;
|
|
3546
3544
|
inputReadonly: boolean;
|
|
3545
|
+
use12Hours: boolean;
|
|
3546
|
+
stateful: boolean;
|
|
3547
3547
|
}, {}>;
|
|
3548
3548
|
export default _default;
|
|
@@ -60,7 +60,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
default: string;
|
|
61
61
|
};
|
|
62
62
|
}>>, {
|
|
63
|
-
type: "default" | "info" | "
|
|
63
|
+
type: "default" | "info" | "warning" | "error" | "success";
|
|
64
64
|
lineType: "default" | "dashed";
|
|
65
65
|
}, {}>;
|
|
66
66
|
export default _default;
|
|
@@ -632,24 +632,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
632
632
|
disabled: boolean;
|
|
633
633
|
raw: boolean;
|
|
634
634
|
to: string | boolean | HTMLElement;
|
|
635
|
+
placement: import("vueuc/lib/binder/src/interface").Placement;
|
|
635
636
|
show: boolean | undefined;
|
|
637
|
+
showArrow: boolean;
|
|
638
|
+
trigger: import("../../popover").PopoverTrigger;
|
|
639
|
+
displayDirective: "show" | "if";
|
|
640
|
+
defaultShow: boolean;
|
|
636
641
|
animated: boolean;
|
|
637
642
|
duration: number;
|
|
638
643
|
scrollable: boolean;
|
|
639
|
-
trigger: import("../../popover").PopoverTrigger;
|
|
640
|
-
flip: boolean;
|
|
641
|
-
overlap: boolean;
|
|
642
|
-
showArrow: boolean;
|
|
643
644
|
delay: number;
|
|
644
645
|
arrowPointToCenter: boolean;
|
|
645
|
-
|
|
646
|
-
|
|
646
|
+
flip: boolean;
|
|
647
|
+
overlap: boolean;
|
|
647
648
|
keepAliveOnHover: boolean;
|
|
648
649
|
internalDeactivateImmediately: boolean;
|
|
649
|
-
internalTrapFocus: boolean;
|
|
650
|
-
defaultShow: boolean;
|
|
651
650
|
internalSyncTargetWithParent: boolean;
|
|
652
651
|
internalInheritedEventHandlers: import("../../popover/src/Popover").TriggerEventHandlers[];
|
|
652
|
+
internalTrapFocus: boolean;
|
|
653
653
|
internalExtraClass: string[];
|
|
654
654
|
arrow: boolean | undefined;
|
|
655
655
|
}, {}>;
|
|
@@ -4251,12 +4251,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4251
4251
|
}>>, {
|
|
4252
4252
|
readonly filter: Filter;
|
|
4253
4253
|
readonly disabled: boolean | undefined;
|
|
4254
|
-
readonly virtualScroll: boolean;
|
|
4255
4254
|
readonly defaultValue: OptionValue[] | null;
|
|
4256
|
-
readonly filterable: boolean;
|
|
4257
4255
|
readonly options: Option[];
|
|
4258
|
-
readonly
|
|
4256
|
+
readonly filterable: boolean;
|
|
4257
|
+
readonly virtualScroll: boolean;
|
|
4259
4258
|
readonly sourceFilterable: boolean;
|
|
4260
4259
|
readonly targetFilterable: boolean;
|
|
4260
|
+
readonly showSelected: boolean;
|
|
4261
4261
|
}, {}>;
|
|
4262
4262
|
export default _default;
|
package/lib/tree/src/Tree.d.ts
CHANGED
|
@@ -1811,33 +1811,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1811
1811
|
}>>>;
|
|
1812
1812
|
}>>, {
|
|
1813
1813
|
readonly disabled: boolean;
|
|
1814
|
+
readonly internalScrollable: boolean;
|
|
1814
1815
|
readonly data: TreeOptions;
|
|
1815
|
-
readonly
|
|
1816
|
+
readonly keyboard: boolean;
|
|
1816
1817
|
readonly draggable: boolean;
|
|
1817
|
-
readonly
|
|
1818
|
+
readonly allowCheckingNotLoaded: boolean;
|
|
1818
1819
|
readonly multiple: boolean;
|
|
1819
|
-
readonly
|
|
1820
|
+
readonly disabledField: string;
|
|
1821
|
+
readonly cascade: boolean;
|
|
1822
|
+
readonly leafOnly: boolean;
|
|
1820
1823
|
readonly virtualScroll: boolean;
|
|
1821
|
-
readonly
|
|
1822
|
-
readonly
|
|
1823
|
-
readonly cancelable: boolean;
|
|
1824
|
+
readonly checkStrategy: CheckStrategy;
|
|
1825
|
+
readonly labelField: string;
|
|
1824
1826
|
readonly childrenField: string;
|
|
1827
|
+
readonly accordion: boolean;
|
|
1825
1828
|
readonly defaultExpandAll: boolean;
|
|
1826
|
-
readonly allowCheckingNotLoaded: boolean;
|
|
1827
|
-
readonly cascade: boolean;
|
|
1828
1829
|
readonly indent: number;
|
|
1830
|
+
readonly animated: boolean;
|
|
1829
1831
|
readonly keyField: string;
|
|
1830
|
-
readonly
|
|
1831
|
-
readonly checkStrategy: CheckStrategy;
|
|
1832
|
-
readonly disabledField: string;
|
|
1833
|
-
readonly leafOnly: boolean;
|
|
1834
|
-
readonly accordion: boolean;
|
|
1832
|
+
readonly pattern: string;
|
|
1835
1833
|
readonly defaultExpandedKeys: Key[];
|
|
1836
|
-
readonly
|
|
1837
|
-
readonly
|
|
1838
|
-
readonly blockLine: boolean;
|
|
1839
|
-
readonly checkboxPlacement: "left" | "right";
|
|
1840
|
-
readonly showLine: boolean;
|
|
1834
|
+
readonly cancelable: boolean;
|
|
1835
|
+
readonly checkable: boolean;
|
|
1841
1836
|
readonly defaultCheckedKeys: Key[];
|
|
1842
1837
|
readonly defaultSelectedKeys: Key[];
|
|
1843
1838
|
readonly internalTreeSelect: boolean;
|
|
@@ -1846,8 +1841,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1846
1841
|
readonly internalFocusable: boolean;
|
|
1847
1842
|
readonly showIrrelevantNodes: boolean;
|
|
1848
1843
|
readonly expandOnDragenter: boolean;
|
|
1844
|
+
readonly expandOnClick: boolean;
|
|
1849
1845
|
readonly checkOnClick: boolean | CheckOnClick;
|
|
1850
1846
|
readonly blockNode: boolean;
|
|
1847
|
+
readonly blockLine: boolean;
|
|
1848
|
+
readonly showLine: boolean;
|
|
1849
|
+
readonly selectable: boolean;
|
|
1851
1850
|
readonly allowDrop: AllowDrop;
|
|
1851
|
+
readonly checkboxPlacement: "left" | "right";
|
|
1852
1852
|
}, {}>;
|
|
1853
1853
|
export default _default;
|
|
@@ -3069,29 +3069,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3069
3069
|
readonly loading: boolean;
|
|
3070
3070
|
readonly bordered: boolean;
|
|
3071
3071
|
readonly to: string | boolean | HTMLElement;
|
|
3072
|
+
readonly clearable: boolean;
|
|
3073
|
+
readonly defaultValue: string | number | (string | number)[] | null;
|
|
3074
|
+
readonly placement: FollowerPlacement;
|
|
3075
|
+
readonly options: TreeSelectOption[];
|
|
3072
3076
|
readonly show: boolean | undefined;
|
|
3073
3077
|
readonly separator: string;
|
|
3078
|
+
readonly allowCheckingNotLoaded: boolean;
|
|
3074
3079
|
readonly multiple: boolean;
|
|
3075
|
-
readonly labelField: string;
|
|
3076
|
-
readonly virtualScroll: boolean;
|
|
3077
|
-
readonly checkable: boolean;
|
|
3078
|
-
readonly placement: FollowerPlacement;
|
|
3079
|
-
readonly defaultShow: boolean;
|
|
3080
|
-
readonly defaultValue: string | number | (string | number)[] | null;
|
|
3081
3080
|
readonly filterable: boolean;
|
|
3082
|
-
readonly
|
|
3083
|
-
readonly options: TreeSelectOption[];
|
|
3081
|
+
readonly disabledField: string;
|
|
3084
3082
|
readonly clearFilterAfterSelect: boolean;
|
|
3085
|
-
readonly consistentMenuWidth: boolean;
|
|
3086
|
-
readonly childrenField: string;
|
|
3087
|
-
readonly defaultExpandAll: boolean;
|
|
3088
|
-
readonly allowCheckingNotLoaded: boolean;
|
|
3089
3083
|
readonly cascade: boolean;
|
|
3090
|
-
readonly keyField: string;
|
|
3091
|
-
readonly checkStrategy: CheckStrategy;
|
|
3092
|
-
readonly disabledField: string;
|
|
3093
3084
|
readonly leafOnly: boolean;
|
|
3094
3085
|
readonly showPath: boolean;
|
|
3086
|
+
readonly virtualScroll: boolean;
|
|
3087
|
+
readonly checkStrategy: CheckStrategy;
|
|
3088
|
+
readonly labelField: string;
|
|
3089
|
+
readonly childrenField: string;
|
|
3090
|
+
readonly defaultShow: boolean;
|
|
3091
|
+
readonly consistentMenuWidth: boolean;
|
|
3092
|
+
readonly defaultExpandAll: boolean;
|
|
3093
|
+
readonly keyField: string;
|
|
3095
3094
|
readonly defaultExpandedKeys: Key[];
|
|
3095
|
+
readonly checkable: boolean;
|
|
3096
3096
|
}, {}>;
|
|
3097
3097
|
export default _default;
|
|
@@ -20,3 +20,4 @@ export type { OlProps } from './src/ol';
|
|
|
20
20
|
export { default as ULi } from './src/li';
|
|
21
21
|
export { default as UText, textProps } from './src/text';
|
|
22
22
|
export type { TextProps } from './src/text';
|
|
23
|
+
export type { TypographyVariant, TypographyVariantOptions, TypographyVariantWeightsOptions } from '../_internal/typography';
|
|
@@ -659,7 +659,7 @@ declare const _default: (level: "1" | "2" | "3" | "4" | "5" | "6") => import("vu
|
|
|
659
659
|
codeBorder: string;
|
|
660
660
|
}, any>>>;
|
|
661
661
|
}>>, {
|
|
662
|
-
readonly type: "default" | "info" | "
|
|
662
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
663
663
|
readonly alignText: boolean;
|
|
664
664
|
}, {}>;
|
|
665
665
|
export default _default;
|
|
@@ -441,7 +441,7 @@ export declare const UH1: import("vue").DefineComponent<{
|
|
|
441
441
|
codeBorder: string;
|
|
442
442
|
}, any>>>;
|
|
443
443
|
}>>, {
|
|
444
|
-
readonly type: "default" | "info" | "
|
|
444
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
445
445
|
readonly alignText: boolean;
|
|
446
446
|
}, {}>;
|
|
447
447
|
export declare const UH2: import("vue").DefineComponent<{
|
|
@@ -887,7 +887,7 @@ export declare const UH2: import("vue").DefineComponent<{
|
|
|
887
887
|
codeBorder: string;
|
|
888
888
|
}, any>>>;
|
|
889
889
|
}>>, {
|
|
890
|
-
readonly type: "default" | "info" | "
|
|
890
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
891
891
|
readonly alignText: boolean;
|
|
892
892
|
}, {}>;
|
|
893
893
|
export declare const UH3: import("vue").DefineComponent<{
|
|
@@ -1333,7 +1333,7 @@ export declare const UH3: import("vue").DefineComponent<{
|
|
|
1333
1333
|
codeBorder: string;
|
|
1334
1334
|
}, any>>>;
|
|
1335
1335
|
}>>, {
|
|
1336
|
-
readonly type: "default" | "info" | "
|
|
1336
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
1337
1337
|
readonly alignText: boolean;
|
|
1338
1338
|
}, {}>;
|
|
1339
1339
|
export declare const UH4: import("vue").DefineComponent<{
|
|
@@ -1779,7 +1779,7 @@ export declare const UH4: import("vue").DefineComponent<{
|
|
|
1779
1779
|
codeBorder: string;
|
|
1780
1780
|
}, any>>>;
|
|
1781
1781
|
}>>, {
|
|
1782
|
-
readonly type: "default" | "info" | "
|
|
1782
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
1783
1783
|
readonly alignText: boolean;
|
|
1784
1784
|
}, {}>;
|
|
1785
1785
|
export declare const UH5: import("vue").DefineComponent<{
|
|
@@ -2225,7 +2225,7 @@ export declare const UH5: import("vue").DefineComponent<{
|
|
|
2225
2225
|
codeBorder: string;
|
|
2226
2226
|
}, any>>>;
|
|
2227
2227
|
}>>, {
|
|
2228
|
-
readonly type: "default" | "info" | "
|
|
2228
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
2229
2229
|
readonly alignText: boolean;
|
|
2230
2230
|
}, {}>;
|
|
2231
2231
|
export declare const UH6: import("vue").DefineComponent<{
|
|
@@ -2671,6 +2671,6 @@ export declare const UH6: import("vue").DefineComponent<{
|
|
|
2671
2671
|
codeBorder: string;
|
|
2672
2672
|
}, any>>>;
|
|
2673
2673
|
}>>, {
|
|
2674
|
-
readonly type: "default" | "info" | "
|
|
2674
|
+
readonly type: "default" | "info" | "warning" | "error" | "success";
|
|
2675
2675
|
readonly alignText: boolean;
|
|
2676
2676
|
}, {}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
2
|
export declare const textProps: {
|
|
3
3
|
readonly variant: {
|
|
4
|
-
readonly type: PropType<import("
|
|
4
|
+
readonly type: PropType<import("..").TypographyVariant>;
|
|
5
5
|
readonly default: undefined;
|
|
6
6
|
};
|
|
7
7
|
readonly tag: {
|
|
@@ -16,6 +16,18 @@ export declare const textProps: {
|
|
|
16
16
|
readonly type: PropType<"default" | "success" | "info" | "warning" | "error">;
|
|
17
17
|
readonly default: "default";
|
|
18
18
|
};
|
|
19
|
+
readonly color: {
|
|
20
|
+
readonly type: PropType<string>;
|
|
21
|
+
readonly default: undefined;
|
|
22
|
+
};
|
|
23
|
+
readonly variantOptions: {
|
|
24
|
+
readonly type: PropType<import("..").TypographyVariantOptions>;
|
|
25
|
+
readonly default: () => {};
|
|
26
|
+
};
|
|
27
|
+
readonly variantWeightsOptions: {
|
|
28
|
+
readonly type: PropType<import("..").TypographyVariantWeightsOptions>;
|
|
29
|
+
readonly default: () => {};
|
|
30
|
+
};
|
|
19
31
|
readonly strong: BooleanConstructor;
|
|
20
32
|
readonly italic: BooleanConstructor;
|
|
21
33
|
readonly underline: BooleanConstructor;
|
|
@@ -95,7 +107,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
107
|
validator: (value: unknown) => true;
|
|
96
108
|
};
|
|
97
109
|
variant: {
|
|
98
|
-
readonly type: PropType<import("
|
|
110
|
+
readonly type: PropType<import("..").TypographyVariant>;
|
|
99
111
|
readonly default: undefined;
|
|
100
112
|
};
|
|
101
113
|
tag: {
|
|
@@ -110,6 +122,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
122
|
readonly type: PropType<"default" | "success" | "info" | "warning" | "error">;
|
|
111
123
|
readonly default: "default";
|
|
112
124
|
};
|
|
125
|
+
color: {
|
|
126
|
+
readonly type: PropType<string>;
|
|
127
|
+
readonly default: undefined;
|
|
128
|
+
};
|
|
129
|
+
variantOptions: {
|
|
130
|
+
readonly type: PropType<import("..").TypographyVariantOptions>;
|
|
131
|
+
readonly default: () => {};
|
|
132
|
+
};
|
|
133
|
+
variantWeightsOptions: {
|
|
134
|
+
readonly type: PropType<import("..").TypographyVariantWeightsOptions>;
|
|
135
|
+
readonly default: () => {};
|
|
136
|
+
};
|
|
113
137
|
strong: BooleanConstructor;
|
|
114
138
|
italic: BooleanConstructor;
|
|
115
139
|
underline: BooleanConstructor;
|
|
@@ -189,7 +213,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
189
213
|
validator: (value: unknown) => true;
|
|
190
214
|
};
|
|
191
215
|
variant: {
|
|
192
|
-
readonly type: PropType<import("
|
|
216
|
+
readonly type: PropType<import("..").TypographyVariant>;
|
|
193
217
|
readonly default: undefined;
|
|
194
218
|
};
|
|
195
219
|
tag: {
|
|
@@ -204,6 +228,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
204
228
|
readonly type: PropType<"default" | "success" | "info" | "warning" | "error">;
|
|
205
229
|
readonly default: "default";
|
|
206
230
|
};
|
|
231
|
+
color: {
|
|
232
|
+
readonly type: PropType<string>;
|
|
233
|
+
readonly default: undefined;
|
|
234
|
+
};
|
|
235
|
+
variantOptions: {
|
|
236
|
+
readonly type: PropType<import("..").TypographyVariantOptions>;
|
|
237
|
+
readonly default: () => {};
|
|
238
|
+
};
|
|
239
|
+
variantWeightsOptions: {
|
|
240
|
+
readonly type: PropType<import("..").TypographyVariantWeightsOptions>;
|
|
241
|
+
readonly default: () => {};
|
|
242
|
+
};
|
|
207
243
|
strong: BooleanConstructor;
|
|
208
244
|
italic: BooleanConstructor;
|
|
209
245
|
underline: BooleanConstructor;
|
|
@@ -263,16 +299,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
263
299
|
codeBorder: string;
|
|
264
300
|
}, any>>>;
|
|
265
301
|
}>>, {
|
|
266
|
-
type: "default" | "info" | "
|
|
302
|
+
type: "default" | "info" | "warning" | "error" | "success";
|
|
267
303
|
tag: keyof HTMLElementTagNameMap;
|
|
268
304
|
as: string;
|
|
305
|
+
color: string;
|
|
269
306
|
code: boolean;
|
|
270
307
|
strong: boolean;
|
|
271
308
|
text: string;
|
|
309
|
+
variant: import("..").TypographyVariant;
|
|
272
310
|
italic: boolean;
|
|
311
|
+
variantOptions: import("..").TypographyVariantOptions;
|
|
312
|
+
variantWeightsOptions: import("..").TypographyVariantWeightsOptions;
|
|
273
313
|
underline: boolean;
|
|
274
314
|
strikethrough: boolean;
|
|
275
|
-
variant: import("../../_internal/typography/src/variants").TypographyVariant;
|
|
276
315
|
delete: boolean;
|
|
277
316
|
}, {}>;
|
|
278
317
|
export default _default;
|
|
@@ -3096,22 +3096,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3096
3096
|
readonly size: "small" | "medium" | "large";
|
|
3097
3097
|
readonly vertical: boolean;
|
|
3098
3098
|
readonly multiple: boolean;
|
|
3099
|
-
readonly method: string;
|
|
3100
|
-
readonly listType: ListType;
|
|
3101
|
-
readonly showPreviewButton: boolean;
|
|
3102
|
-
readonly showRemoveButton: boolean;
|
|
3103
|
-
readonly showCancelButton: boolean;
|
|
3104
|
-
readonly showRetryButton: boolean;
|
|
3105
|
-
readonly showDownloadButton: boolean;
|
|
3106
|
-
readonly shouldUseThumbnailUrl: ShouldUseThumbnailUrl;
|
|
3107
|
-
readonly withCredentials: boolean;
|
|
3108
|
-
readonly responseType: XMLHttpRequestResponseType;
|
|
3109
|
-
readonly directory: boolean;
|
|
3110
3099
|
readonly noIcon: boolean;
|
|
3100
|
+
readonly directory: boolean;
|
|
3111
3101
|
readonly directoryDnd: boolean;
|
|
3102
|
+
readonly method: string;
|
|
3112
3103
|
readonly showFileList: boolean;
|
|
3104
|
+
readonly withCredentials: boolean;
|
|
3105
|
+
readonly responseType: XMLHttpRequestResponseType;
|
|
3113
3106
|
readonly defaultUpload: boolean;
|
|
3114
3107
|
readonly defaultFileList: FileInfo[];
|
|
3108
|
+
readonly showCancelButton: boolean;
|
|
3109
|
+
readonly showRemoveButton: boolean;
|
|
3110
|
+
readonly showDownloadButton: boolean;
|
|
3111
|
+
readonly showRetryButton: boolean;
|
|
3112
|
+
readonly showPreviewButton: boolean;
|
|
3113
|
+
readonly listType: ListType;
|
|
3114
|
+
readonly shouldUseThumbnailUrl: ShouldUseThumbnailUrl;
|
|
3115
3115
|
readonly showTrigger: boolean;
|
|
3116
3116
|
}, {}>;
|
|
3117
3117
|
export default _default;
|
|
@@ -303,7 +303,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
303
303
|
} | undefined;
|
|
304
304
|
};
|
|
305
305
|
}>;
|
|
306
|
-
progressStatus: import("vue").ComputedRef<"info" | "
|
|
306
|
+
progressStatus: import("vue").ComputedRef<"info" | "error" | "success">;
|
|
307
307
|
buttonType: import("vue").ComputedRef<"error" | undefined>;
|
|
308
308
|
showProgress: import("vue").ComputedRef<boolean>;
|
|
309
309
|
disabled: import("vue").Ref<boolean>;
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.12.
|
|
1
|
+
declare const _default: "1.12.2";
|
|
2
2
|
export default _default;
|
package/lib/version.js
CHANGED
|
@@ -135,10 +135,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
135
135
|
readonly default: 0;
|
|
136
136
|
};
|
|
137
137
|
}>>, {
|
|
138
|
-
readonly paddingBottom: string | number;
|
|
139
|
-
readonly paddingTop: string | number;
|
|
140
138
|
readonly items: VirtualListItemData[];
|
|
141
139
|
readonly keyField: string;
|
|
140
|
+
readonly paddingBottom: string | number;
|
|
141
|
+
readonly paddingTop: string | number;
|
|
142
142
|
readonly visibleItemsTag: string | object;
|
|
143
143
|
readonly ignoreItemResize: boolean;
|
|
144
144
|
readonly itemResizable: boolean;
|
|
@@ -275,24 +275,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
275
275
|
}>>, {
|
|
276
276
|
readonly fontWeight: number;
|
|
277
277
|
readonly width: number;
|
|
278
|
+
readonly zIndex: number;
|
|
278
279
|
readonly fontSize: number;
|
|
279
280
|
readonly height: number;
|
|
280
281
|
readonly lineHeight: number;
|
|
281
|
-
readonly rotate: number;
|
|
282
|
-
readonly fontStretch: string;
|
|
283
|
-
readonly fontStyle: "normal" | "italic" | "oblique" | `oblique ${number}deg`;
|
|
284
|
-
readonly fontVariant: string;
|
|
285
|
-
readonly zIndex: number;
|
|
286
|
-
readonly xGap: number;
|
|
287
|
-
readonly yGap: number;
|
|
288
282
|
readonly fullscreen: boolean;
|
|
283
|
+
readonly rotate: number;
|
|
289
284
|
readonly selectable: boolean;
|
|
290
285
|
readonly debug: boolean;
|
|
291
286
|
readonly cross: boolean;
|
|
287
|
+
readonly xGap: number;
|
|
288
|
+
readonly yGap: number;
|
|
292
289
|
readonly yOffset: number;
|
|
293
290
|
readonly xOffset: number;
|
|
294
291
|
readonly imageOpacity: number;
|
|
292
|
+
readonly fontStyle: `oblique ${number}deg` | "normal" | "italic" | "oblique";
|
|
293
|
+
readonly fontVariant: string;
|
|
295
294
|
readonly fontColor: string;
|
|
295
|
+
readonly fontStretch: string;
|
|
296
296
|
readonly globalRotate: number;
|
|
297
297
|
}, {}>;
|
|
298
298
|
export default _default;
|
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.12.
|
|
5
|
+
"version": "1.12.2",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"contributions": {
|
|
8
8
|
"html": {
|
|
@@ -3675,7 +3675,9 @@
|
|
|
3675
3675
|
{
|
|
3676
3676
|
"name": "component-options",
|
|
3677
3677
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
3678
|
-
"type": "
|
|
3678
|
+
"type": "GlobalComponentConfig",
|
|
3679
|
+
"description": "Override default props for any registered Uzum UI components. All nested components inside `u-config-provider` will use these values as their default props unless explicitly set. Useful for global configuration (e.g. default `Button` type or `Tag` shape).",
|
|
3680
|
+
"default": "{}"
|
|
3679
3681
|
},
|
|
3680
3682
|
{
|
|
3681
3683
|
"name": "icons",
|
|
@@ -3689,6 +3691,16 @@
|
|
|
3689
3691
|
"description": "Responsive breakpoints, it will be used in `u-grid`. The prop is not responsive, you need to set it on its first mount.",
|
|
3690
3692
|
"default": "{ xs: 0, s: 640, m: 1024, l: 1280, xl: 1536, xxl: 1920 }"
|
|
3691
3693
|
},
|
|
3694
|
+
{
|
|
3695
|
+
"name": "breakpoint-props",
|
|
3696
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
3697
|
+
"type": "object"
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"name": "breakpoint-theme-overrides",
|
|
3701
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
3702
|
+
"type": "object"
|
|
3703
|
+
},
|
|
3692
3704
|
{
|
|
3693
3705
|
"name": "preflight-style-disabled",
|
|
3694
3706
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
@@ -3714,6 +3726,20 @@
|
|
|
3714
3726
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
3715
3727
|
"type": "string"
|
|
3716
3728
|
},
|
|
3729
|
+
{
|
|
3730
|
+
"name": "break-point-props",
|
|
3731
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
3732
|
+
"type": "{ [width: number]: GlobalComponentConfig }",
|
|
3733
|
+
"description": "Component props configuration based on screen width. When screen width is less than or equal to the specified width, the corresponding component props will be applied. Useful for responsive design (e.g., smaller button size on mobile).",
|
|
3734
|
+
"default": "undefined"
|
|
3735
|
+
},
|
|
3736
|
+
{
|
|
3737
|
+
"name": "break-point-theme-overrides",
|
|
3738
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
3739
|
+
"type": "{ [width: number]: GlobalThemeOverrides }",
|
|
3740
|
+
"description": "Theme variables configuration based on screen width. When screen width is less than or equal to the specified width, the corresponding theme overrides will be applied. Useful for responsive theming (e.g., different colors on mobile vs desktop).",
|
|
3741
|
+
"default": "undefined"
|
|
3742
|
+
},
|
|
3717
3743
|
{
|
|
3718
3744
|
"name": "theme",
|
|
3719
3745
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
@@ -16967,6 +16993,23 @@
|
|
|
16967
16993
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16968
16994
|
"type": "string"
|
|
16969
16995
|
},
|
|
16996
|
+
{
|
|
16997
|
+
"name": "color",
|
|
16998
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16999
|
+
"type": "string",
|
|
17000
|
+
"description": "Text color",
|
|
17001
|
+
"default": "undefined"
|
|
17002
|
+
},
|
|
17003
|
+
{
|
|
17004
|
+
"name": "variant-options",
|
|
17005
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17006
|
+
"type": "object"
|
|
17007
|
+
},
|
|
17008
|
+
{
|
|
17009
|
+
"name": "variant-weights-options",
|
|
17010
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17011
|
+
"type": "object"
|
|
17012
|
+
},
|
|
16970
17013
|
{
|
|
16971
17014
|
"name": "strong",
|
|
16972
17015
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
@@ -17014,6 +17057,20 @@
|
|
|
17014
17057
|
"name": "depth",
|
|
17015
17058
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17016
17059
|
"type": "string | number"
|
|
17060
|
+
},
|
|
17061
|
+
{
|
|
17062
|
+
"name": "variantOptions",
|
|
17063
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17064
|
+
"type": "TypographyVariantOptions",
|
|
17065
|
+
"description": "Custom varinats as object: TypographyVariantOptions",
|
|
17066
|
+
"default": "() => ({})"
|
|
17067
|
+
},
|
|
17068
|
+
{
|
|
17069
|
+
"name": "variantWeightsOptions",
|
|
17070
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17071
|
+
"type": "TypographyVariantWeightsOptions",
|
|
17072
|
+
"description": "Custom varinatWeights as object: Record<PropertyKey, readonly string[]>",
|
|
17073
|
+
"default": "() => ({})"
|
|
17017
17074
|
}
|
|
17018
17075
|
],
|
|
17019
17076
|
"js": {
|