@well-insight/ui 0.1.6 → 0.1.7
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/CHANGELOG.md +8 -0
- package/dist/component-registry.d.ts.map +1 -1
- package/dist/components/Accordion/Accordion.vue.d.ts +7 -3
- package/dist/components/Accordion/Accordion.vue.d.ts.map +1 -1
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts +4 -2
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts.map +1 -1
- package/dist/components/AutoComplete/index.d.ts +1 -1
- package/dist/components/AutoComplete/index.d.ts.map +1 -1
- package/dist/components/AutoComplete/types.d.ts +8 -1
- package/dist/components/AutoComplete/types.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.vue.d.ts +5 -1
- package/dist/components/Avatar/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Avatar/AvatarGroup.vue.d.ts +6 -0
- package/dist/components/Avatar/AvatarGroup.vue.d.ts.map +1 -0
- package/dist/components/Avatar/index.d.ts +2 -1
- package/dist/components/Avatar/index.d.ts.map +1 -1
- package/dist/components/Avatar/types.d.ts +9 -0
- package/dist/components/Avatar/types.d.ts.map +1 -1
- package/dist/components/Badge/Badge.vue.d.ts +12 -1
- package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
- package/dist/components/Badge/index.d.ts +1 -1
- package/dist/components/Badge/index.d.ts.map +1 -1
- package/dist/components/Badge/types.d.ts +7 -0
- package/dist/components/Badge/types.d.ts.map +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +13 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts.map +1 -1
- package/dist/components/Breadcrumb/types.d.ts +2 -0
- package/dist/components/Breadcrumb/types.d.ts.map +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -0
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonGroup.vue.d.ts +18 -0
- package/dist/components/Button/ButtonGroup.vue.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +2 -1
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Button/types.d.ts +14 -2
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/Card.vue.d.ts +10 -5
- package/dist/components/Card/Card.vue.d.ts.map +1 -1
- package/dist/components/Card/index.d.ts +1 -1
- package/dist/components/Card/index.d.ts.map +1 -1
- package/dist/components/Card/types.d.ts +8 -0
- package/dist/components/Card/types.d.ts.map +1 -1
- package/dist/components/Carousel/Carousel.vue.d.ts +4 -0
- package/dist/components/Carousel/Carousel.vue.d.ts.map +1 -1
- package/dist/components/Carousel/types.d.ts +5 -0
- package/dist/components/Carousel/types.d.ts.map +1 -1
- package/dist/components/CascadeSelect/CascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.vue.d.ts +1 -0
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/Checkbox/CheckboxGroup.vue.d.ts +24 -0
- package/dist/components/Checkbox/CheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/Checkbox/index.d.ts +2 -1
- package/dist/components/Checkbox/index.d.ts.map +1 -1
- package/dist/components/Checkbox/types.d.ts +29 -2
- package/dist/components/Checkbox/types.d.ts.map +1 -1
- package/dist/components/Chip/Chip.vue.d.ts.map +1 -1
- package/dist/components/Chip/index.d.ts +1 -1
- package/dist/components/Chip/index.d.ts.map +1 -1
- package/dist/components/Chip/types.d.ts +7 -0
- package/dist/components/Chip/types.d.ts.map +1 -1
- package/dist/components/ConfigProvider/ConfigProvider.vue.d.ts +2 -0
- package/dist/components/ConfigProvider/ConfigProvider.vue.d.ts.map +1 -1
- package/dist/components/ConfigProvider/index.d.ts +1 -1
- package/dist/components/ConfigProvider/index.d.ts.map +1 -1
- package/dist/components/ConfigProvider/types.d.ts +1 -1
- package/dist/components/ConfigProvider/types.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts +4 -3
- package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/types.d.ts +10 -0
- package/dist/components/ConfirmDialog/types.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts +4 -3
- package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/index.d.ts +1 -1
- package/dist/components/ConfirmPopup/index.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/types.d.ts +9 -0
- package/dist/components/ConfirmPopup/types.d.ts.map +1 -1
- package/dist/components/ContextMenu/ContextMenu.vue.d.ts.map +1 -1
- package/dist/components/ContextMenu/ContextMenuNodes.vue.d.ts +13 -0
- package/dist/components/ContextMenu/ContextMenuNodes.vue.d.ts.map +1 -0
- package/dist/components/ContextMenu/index.d.ts +1 -0
- package/dist/components/ContextMenu/index.d.ts.map +1 -1
- package/dist/components/ContextMenu/types.d.ts +3 -0
- package/dist/components/ContextMenu/types.d.ts.map +1 -1
- package/dist/components/ContextMenu/useContextMenu.d.ts +16 -0
- package/dist/components/ContextMenu/useContextMenu.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.vue.d.ts +7 -3
- package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/DatePicker/index.d.ts +1 -1
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/DatePicker/types.d.ts +16 -4
- package/dist/components/DatePicker/types.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.vue.d.ts +4 -4
- package/dist/components/Dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/components/Dialog/index.d.ts +1 -1
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Dialog/types.d.ts +25 -0
- package/dist/components/Dialog/types.d.ts.map +1 -1
- package/dist/components/Divider/Divider.vue.d.ts.map +1 -1
- package/dist/components/Divider/types.d.ts +2 -0
- package/dist/components/Divider/types.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +5 -3
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Drawer/types.d.ts +5 -0
- package/dist/components/Drawer/types.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +6 -3
- package/dist/components/Dropdown/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/DropdownNodes.vue.d.ts +32 -0
- package/dist/components/Dropdown/DropdownNodes.vue.d.ts.map +1 -0
- package/dist/components/Dropdown/types.d.ts +14 -3
- package/dist/components/Dropdown/types.d.ts.map +1 -1
- package/dist/components/FileUpload/FileUpload.vue.d.ts +1 -0
- package/dist/components/FileUpload/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/FileUpload/types.d.ts +2 -0
- package/dist/components/FileUpload/types.d.ts.map +1 -1
- package/dist/components/Flex/Flex.vue.d.ts +12 -0
- package/dist/components/Flex/Flex.vue.d.ts.map +1 -0
- package/dist/components/Flex/index.d.ts +3 -0
- package/dist/components/Flex/index.d.ts.map +1 -0
- package/dist/components/Flex/types.d.ts +21 -0
- package/dist/components/Flex/types.d.ts.map +1 -0
- package/dist/components/Form/Form.vue.d.ts +4 -1
- package/dist/components/Form/Form.vue.d.ts.map +1 -1
- package/dist/components/Form/FormItem.vue.d.ts.map +1 -1
- package/dist/components/Form/context.d.ts +8 -3
- package/dist/components/Form/context.d.ts.map +1 -1
- package/dist/components/Form/index.d.ts +1 -1
- package/dist/components/Form/index.d.ts.map +1 -1
- package/dist/components/Form/rules.d.ts +8 -0
- package/dist/components/Form/rules.d.ts.map +1 -0
- package/dist/components/Form/types.d.ts +52 -11
- package/dist/components/Form/types.d.ts.map +1 -1
- package/dist/components/Grid/Grid.vue.d.ts +25 -0
- package/dist/components/Grid/Grid.vue.d.ts.map +1 -0
- package/dist/components/Grid/GridItem.vue.d.ts +22 -0
- package/dist/components/Grid/GridItem.vue.d.ts.map +1 -0
- package/dist/components/Grid/index.d.ts +6 -0
- package/dist/components/Grid/index.d.ts.map +1 -0
- package/dist/components/Grid/types.d.ts +51 -0
- package/dist/components/Grid/types.d.ts.map +1 -0
- package/dist/components/Input/Input.vue.d.ts +1 -1
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/InputColor/InputColor.vue.d.ts.map +1 -1
- package/dist/components/InputColor/types.d.ts +2 -0
- package/dist/components/InputColor/types.d.ts.map +1 -1
- package/dist/components/InputNumber/InputNumber.vue.d.ts +3 -1
- package/dist/components/InputNumber/InputNumber.vue.d.ts.map +1 -1
- package/dist/components/InputNumber/index.d.ts +1 -1
- package/dist/components/InputNumber/index.d.ts.map +1 -1
- package/dist/components/InputNumber/types.d.ts +6 -0
- package/dist/components/InputNumber/types.d.ts.map +1 -1
- package/dist/components/InputOtp/InputOtp.vue.d.ts +1 -0
- package/dist/components/InputOtp/InputOtp.vue.d.ts.map +1 -1
- package/dist/components/InputOtp/types.d.ts +6 -0
- package/dist/components/InputOtp/types.d.ts.map +1 -1
- package/dist/components/InputPassword/InputPassword.vue.d.ts +5 -0
- package/dist/components/InputPassword/InputPassword.vue.d.ts.map +1 -1
- package/dist/components/InputPassword/index.d.ts +1 -1
- package/dist/components/InputPassword/index.d.ts.map +1 -1
- package/dist/components/InputPassword/types.d.ts +14 -1
- package/dist/components/InputPassword/types.d.ts.map +1 -1
- package/dist/components/InputTags/InputTags.vue.d.ts.map +1 -1
- package/dist/components/InputTags/types.d.ts +4 -0
- package/dist/components/InputTags/types.d.ts.map +1 -1
- package/dist/components/Knob/Knob.vue.d.ts +1 -1
- package/dist/components/Layout/Layout.vue.d.ts +28 -0
- package/dist/components/Layout/Layout.vue.d.ts.map +1 -0
- package/dist/components/Layout/LayoutContent.vue.d.ts +26 -0
- package/dist/components/Layout/LayoutContent.vue.d.ts.map +1 -0
- package/dist/components/Layout/LayoutFooter.vue.d.ts +20 -0
- package/dist/components/Layout/LayoutFooter.vue.d.ts.map +1 -0
- package/dist/components/Layout/LayoutHeader.vue.d.ts +20 -0
- package/dist/components/Layout/LayoutHeader.vue.d.ts.map +1 -0
- package/dist/components/Layout/LayoutSider.vue.d.ts +43 -0
- package/dist/components/Layout/LayoutSider.vue.d.ts.map +1 -0
- package/dist/components/Layout/context.d.ts +8 -0
- package/dist/components/Layout/context.d.ts.map +1 -0
- package/dist/components/Layout/index.d.ts +8 -0
- package/dist/components/Layout/index.d.ts.map +1 -0
- package/dist/components/Layout/types.d.ts +104 -0
- package/dist/components/Layout/types.d.ts.map +1 -0
- package/dist/components/Menu/Menu.vue.d.ts +8 -1
- package/dist/components/Menu/Menu.vue.d.ts.map +1 -1
- package/dist/components/Menu/MenuNodes.vue.d.ts +17 -0
- package/dist/components/Menu/MenuNodes.vue.d.ts.map +1 -0
- package/dist/components/Menu/types.d.ts +10 -0
- package/dist/components/Menu/types.d.ts.map +1 -1
- package/dist/components/Menubar/Menubar.vue.d.ts +9 -2
- package/dist/components/Menubar/Menubar.vue.d.ts.map +1 -1
- package/dist/components/Menubar/index.d.ts +1 -1
- package/dist/components/Menubar/index.d.ts.map +1 -1
- package/dist/components/Menubar/types.d.ts +7 -0
- package/dist/components/Menubar/types.d.ts.map +1 -1
- package/dist/components/Message/Message.vue.d.ts.map +1 -1
- package/dist/components/Message/index.d.ts +1 -1
- package/dist/components/Message/index.d.ts.map +1 -1
- package/dist/components/Message/message.d.ts +5 -1
- package/dist/components/Message/message.d.ts.map +1 -1
- package/dist/components/Message/messageState.d.ts +5 -1
- package/dist/components/Message/messageState.d.ts.map +1 -1
- package/dist/components/Message/types.d.ts +9 -0
- package/dist/components/Message/types.d.ts.map +1 -1
- package/dist/components/Pagination/Pagination.vue.d.ts +8 -0
- package/dist/components/Pagination/Pagination.vue.d.ts.map +1 -1
- package/dist/components/Pagination/types.d.ts +12 -0
- package/dist/components/Pagination/types.d.ts.map +1 -1
- package/dist/components/Panel/Panel.vue.d.ts +3 -1
- package/dist/components/Panel/Panel.vue.d.ts.map +1 -1
- package/dist/components/Panel/index.d.ts +1 -1
- package/dist/components/Panel/index.d.ts.map +1 -1
- package/dist/components/Panel/types.d.ts +3 -0
- package/dist/components/Panel/types.d.ts.map +1 -1
- package/dist/components/Popover/Popover.vue.d.ts +4 -1
- package/dist/components/Popover/Popover.vue.d.ts.map +1 -1
- package/dist/components/Popover/index.d.ts +1 -1
- package/dist/components/Popover/index.d.ts.map +1 -1
- package/dist/components/Popover/types.d.ts +7 -0
- package/dist/components/Popover/types.d.ts.map +1 -1
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +2 -1
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts.map +1 -1
- package/dist/components/ProgressBar/index.d.ts +1 -1
- package/dist/components/ProgressBar/index.d.ts.map +1 -1
- package/dist/components/ProgressBar/types.d.ts +8 -0
- package/dist/components/ProgressBar/types.d.ts.map +1 -1
- package/dist/components/ProgressSpinner/ProgressSpinner.vue.d.ts +13 -1
- package/dist/components/ProgressSpinner/ProgressSpinner.vue.d.ts.map +1 -1
- package/dist/components/ProgressSpinner/types.d.ts +9 -0
- package/dist/components/ProgressSpinner/types.d.ts.map +1 -1
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/Radio/RadioGroup.vue.d.ts +23 -0
- package/dist/components/Radio/RadioGroup.vue.d.ts.map +1 -0
- package/dist/components/Radio/index.d.ts +2 -1
- package/dist/components/Radio/index.d.ts.map +1 -1
- package/dist/components/Radio/types.d.ts +27 -3
- package/dist/components/Radio/types.d.ts.map +1 -1
- package/dist/components/Rating/Rating.vue.d.ts +2 -0
- package/dist/components/Rating/Rating.vue.d.ts.map +1 -1
- package/dist/components/Rating/types.d.ts +5 -0
- package/dist/components/Rating/types.d.ts.map +1 -1
- package/dist/components/ScrollTop/ScrollTop.vue.d.ts.map +1 -1
- package/dist/components/ScrollTop/types.d.ts +4 -0
- package/dist/components/ScrollTop/types.d.ts.map +1 -1
- package/dist/components/Scrollbar/Scrollbar.vue.d.ts +5 -4
- package/dist/components/Scrollbar/Scrollbar.vue.d.ts.map +1 -1
- package/dist/components/Scrollbar/types.d.ts +5 -2
- package/dist/components/Scrollbar/types.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +15 -7
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/Select/index.d.ts.map +1 -1
- package/dist/components/Select/types.d.ts +25 -5
- package/dist/components/Select/types.d.ts.map +1 -1
- package/dist/components/SelectButton/SelectButton.vue.d.ts.map +1 -1
- package/dist/components/Skeleton/Skeleton.vue.d.ts +2 -0
- package/dist/components/Skeleton/Skeleton.vue.d.ts.map +1 -1
- package/dist/components/Skeleton/types.d.ts +4 -0
- package/dist/components/Skeleton/types.d.ts.map +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +3 -1
- package/dist/components/Slider/Slider.vue.d.ts.map +1 -1
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.d.ts.map +1 -1
- package/dist/components/Slider/types.d.ts +7 -0
- package/dist/components/Slider/types.d.ts.map +1 -1
- package/dist/components/Space/Space.vue.d.ts +23 -0
- package/dist/components/Space/Space.vue.d.ts.map +1 -0
- package/dist/components/Space/index.d.ts +3 -0
- package/dist/components/Space/index.d.ts.map +1 -0
- package/dist/components/Space/types.d.ts +28 -0
- package/dist/components/Space/types.d.ts.map +1 -0
- package/dist/components/SplitButton/SplitButton.vue.d.ts.map +1 -1
- package/dist/components/Splitter/Splitter.vue.d.ts +22 -11
- package/dist/components/Splitter/Splitter.vue.d.ts.map +1 -1
- package/dist/components/Splitter/index.d.ts +1 -1
- package/dist/components/Splitter/index.d.ts.map +1 -1
- package/dist/components/Splitter/size.d.ts +8 -0
- package/dist/components/Splitter/size.d.ts.map +1 -0
- package/dist/components/Splitter/types.d.ts +32 -8
- package/dist/components/Splitter/types.d.ts.map +1 -1
- package/dist/components/Stepper/Stepper.vue.d.ts +1 -0
- package/dist/components/Stepper/Stepper.vue.d.ts.map +1 -1
- package/dist/components/Stepper/index.d.ts +1 -1
- package/dist/components/Stepper/index.d.ts.map +1 -1
- package/dist/components/Stepper/types.d.ts +8 -0
- package/dist/components/Stepper/types.d.ts.map +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +1 -0
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Switch/index.d.ts +1 -1
- package/dist/components/Switch/index.d.ts.map +1 -1
- package/dist/components/Switch/types.d.ts +9 -0
- package/dist/components/Switch/types.d.ts.map +1 -1
- package/dist/components/Table/Table.vue.d.ts +28 -7
- package/dist/components/Table/Table.vue.d.ts.map +1 -1
- package/dist/components/Table/layout.d.ts +3 -0
- package/dist/components/Table/layout.d.ts.map +1 -1
- package/dist/components/Table/types.d.ts +12 -0
- package/dist/components/Table/types.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.vue.d.ts +14 -4
- package/dist/components/Tabs/Tabs.vue.d.ts.map +1 -1
- package/dist/components/Tabs/index.d.ts +1 -1
- package/dist/components/Tabs/index.d.ts.map +1 -1
- package/dist/components/Tabs/types.d.ts +10 -0
- package/dist/components/Tabs/types.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +8 -1
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/index.d.ts +1 -1
- package/dist/components/Tag/index.d.ts.map +1 -1
- package/dist/components/Tag/types.d.ts +14 -1
- package/dist/components/Tag/types.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.vue.d.ts +10 -2
- package/dist/components/Textarea/Textarea.vue.d.ts.map +1 -1
- package/dist/components/Textarea/index.d.ts +1 -1
- package/dist/components/Textarea/index.d.ts.map +1 -1
- package/dist/components/Textarea/types.d.ts +15 -1
- package/dist/components/Textarea/types.d.ts.map +1 -1
- package/dist/components/Timeline/Timeline.vue.d.ts +10 -5
- package/dist/components/Timeline/Timeline.vue.d.ts.map +1 -1
- package/dist/components/Timeline/index.d.ts +1 -1
- package/dist/components/Timeline/index.d.ts.map +1 -1
- package/dist/components/Timeline/types.d.ts +2 -0
- package/dist/components/Timeline/types.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
- package/dist/components/Toast/toast.d.ts +4 -0
- package/dist/components/Toast/toast.d.ts.map +1 -1
- package/dist/components/Toast/toastState.d.ts +3 -0
- package/dist/components/Toast/toastState.d.ts.map +1 -1
- package/dist/components/Toast/types.d.ts +2 -0
- package/dist/components/Toast/types.d.ts.map +1 -1
- package/dist/components/ToggleButton/ToggleButton.vue.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.vue.d.ts +1 -0
- package/dist/components/Tooltip/Tooltip.vue.d.ts.map +1 -1
- package/dist/components/Tooltip/types.d.ts +4 -0
- package/dist/components/Tooltip/types.d.ts.map +1 -1
- package/dist/components/Tree/Tree.vue.d.ts +2 -1
- package/dist/components/Tree/Tree.vue.d.ts.map +1 -1
- package/dist/components/Tree/checkStrategy.d.ts +18 -0
- package/dist/components/Tree/checkStrategy.d.ts.map +1 -0
- package/dist/components/Tree/index.d.ts +1 -1
- package/dist/components/Tree/index.d.ts.map +1 -1
- package/dist/components/Tree/types.d.ts +4 -0
- package/dist/components/Tree/types.d.ts.map +1 -1
- package/dist/components/TreeSelect/TreeSelect.vue.d.ts +15 -5
- package/dist/components/TreeSelect/TreeSelect.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts +5 -1
- package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/index.d.ts +1 -1
- package/dist/components/TreeSelect/index.d.ts.map +1 -1
- package/dist/components/TreeSelect/types.d.ts +19 -3
- package/dist/components/TreeSelect/types.d.ts.map +1 -1
- package/dist/index.d.ts +54 -32
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7223 -3965
- package/dist/locale/en-US.d.ts.map +1 -1
- package/dist/locale/types.d.ts +10 -0
- package/dist/locale/types.d.ts.map +1 -1
- package/dist/locale/zh-CN.d.ts.map +1 -1
- package/dist/shared/asyncGuard.d.ts +4 -0
- package/dist/shared/asyncGuard.d.ts.map +1 -0
- package/dist/shared/componentDefaults.d.ts +93 -0
- package/dist/shared/componentDefaults.d.ts.map +1 -0
- package/dist/shared/config.d.ts +19 -1
- package/dist/shared/config.d.ts.map +1 -1
- package/dist/shared/gap.d.ts +19 -0
- package/dist/shared/gap.d.ts.map +1 -0
- package/dist/shared/responsive.d.ts +17 -0
- package/dist/shared/responsive.d.ts.map +1 -0
- package/dist/shared/vnode.d.ts +4 -0
- package/dist/shared/vnode.d.ts.map +1 -0
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Menubar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAA;AACpD,YAAY,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Menubar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAA;AACpD,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -1,15 +1,22 @@
|
|
|
1
1
|
import { WiAppendTo } from '../../shared/overlay';
|
|
2
2
|
export interface MenubarItem {
|
|
3
|
+
key?: string;
|
|
3
4
|
label: string;
|
|
5
|
+
icon?: string;
|
|
4
6
|
command?: () => void;
|
|
5
7
|
disabled?: boolean;
|
|
6
8
|
items?: MenubarItem[];
|
|
7
9
|
}
|
|
8
10
|
export interface MenubarProps {
|
|
9
11
|
model: MenubarItem[];
|
|
12
|
+
selectedKey?: string | null;
|
|
10
13
|
/** Teleport submenu. Defaults to `true`. */
|
|
11
14
|
teleport?: boolean;
|
|
12
15
|
/** Teleport target. Defaults to `'body'` (or ConfigProvider `appendTo`). */
|
|
13
16
|
appendTo?: WiAppendTo;
|
|
14
17
|
}
|
|
18
|
+
export interface MenubarEmits {
|
|
19
|
+
(event: 'update:selectedKey', value: string | null): void;
|
|
20
|
+
(event: 'select', item: MenubarItem): void;
|
|
21
|
+
}
|
|
15
22
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Menubar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEtD,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,WAAW,EAAE,CAAA;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,WAAW,EAAE,CAAA;IACpB,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,UAAU,CAAA;CACtB"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Menubar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEtD,MAAM,WAAW,WAAW;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,WAAW,EAAE,CAAA;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,WAAW,EAAE,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,UAAU,CAAA;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,CAAC,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAAA;IACzD,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,GAAG,IAAI,CAAA;CAC3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Message/Message.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Message.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Message/Message.vue"],"names":[],"mappings":";AA4HA,OAAO,KAAK,EAAe,YAAY,EAAE,MAAM,SAAS,CAAA;AA6LxD,QAAA,MAAM,YAAY;;;6EAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { default as WiMessage } from './Message.vue';
|
|
2
2
|
export { message, useMessage } from './message';
|
|
3
|
-
export type { MessageHandle, MessageInput, MessageItem, MessageOptions, MessageProps, MessageSeverity, WiRenderable, } from './types';
|
|
3
|
+
export type { MessageHandle, MessageHostConfig, MessageInput, MessageItem, MessageOptions, MessagePlacement, MessageProps, MessageSeverity, WiRenderable, } from './types';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Message/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAA;AACpD,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAC/C,YAAY,EACV,aAAa,EACb,YAAY,EACZ,WAAW,EACX,cAAc,EACd,YAAY,EACZ,eAAe,EACf,YAAY,GACb,MAAM,SAAS,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Message/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAA;AACpD,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAC/C,YAAY,EACV,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,YAAY,EACZ,eAAe,EACf,YAAY,GACb,MAAM,SAAS,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { closeAllMessageItems, closeMessageItem } from './messageState';
|
|
2
|
-
import { MessageHandle, MessageInput } from './types';
|
|
2
|
+
import { MessageHandle, MessageHostConfig, MessageInput } from './types';
|
|
3
3
|
export declare const message: {
|
|
4
4
|
open: (input: MessageInput) => MessageHandle;
|
|
5
5
|
success: (input: MessageInput) => MessageHandle;
|
|
@@ -9,6 +9,8 @@ export declare const message: {
|
|
|
9
9
|
error: (input: MessageInput) => MessageHandle;
|
|
10
10
|
close: typeof closeMessageItem;
|
|
11
11
|
closeAll: typeof closeAllMessageItems;
|
|
12
|
+
destroyAll: typeof closeAllMessageItems;
|
|
13
|
+
config(options: MessageHostConfig): void;
|
|
12
14
|
};
|
|
13
15
|
export declare function useMessage(): {
|
|
14
16
|
open: (input: MessageInput) => MessageHandle;
|
|
@@ -19,6 +21,8 @@ export declare function useMessage(): {
|
|
|
19
21
|
error: (input: MessageInput) => MessageHandle;
|
|
20
22
|
close: typeof closeMessageItem;
|
|
21
23
|
closeAll: typeof closeAllMessageItems;
|
|
24
|
+
destroyAll: typeof closeAllMessageItems;
|
|
25
|
+
config(options: MessageHostConfig): void;
|
|
22
26
|
};
|
|
23
27
|
export { messageState } from './messageState';
|
|
24
28
|
/** @internal test helper */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../src/components/Message/message.ts"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../src/components/Message/message.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,oBAAoB,EACpB,gBAAgB,EAOjB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,YAAY,EAAgD,MAAM,SAAS,CAAA;AA2C3H,eAAO,MAAM,OAAO;kBACJ,YAAY;qBACT,YAAY;kBACf,YAAY;kBACZ,YAAY;qBACT,YAAY;mBACd,YAAY;;;;oBAIX,iBAAiB;CAIlC,CAAA;AAED,wBAAgB,UAAU;kBAfV,YAAY;qBACT,YAAY;kBACf,YAAY;kBACZ,YAAY;qBACT,YAAY;mBACd,YAAY;;;;oBAIX,iBAAiB;EAQlC;AAED,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAE7C,4BAA4B;AAC5B,wBAAgB,mBAAmB,SAGlC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { Reactive } from 'vue';
|
|
2
2
|
import { OverlayHostHandle } from '../../shared/overlayHost';
|
|
3
|
-
import { MessageItem } from './types';
|
|
3
|
+
import { MessageItem, MessagePlacement } from './types';
|
|
4
4
|
export declare const messageState: Reactive<{
|
|
5
5
|
items: MessageItem[];
|
|
6
|
+
placement: MessagePlacement;
|
|
7
|
+
max?: number;
|
|
6
8
|
}>;
|
|
7
9
|
export declare let messageAutoHost: OverlayHostHandle | null;
|
|
8
10
|
export declare let messageManualHostCount: number;
|
|
@@ -14,4 +16,6 @@ export declare function clearMessageLife(id: string | number): void;
|
|
|
14
16
|
export declare function scheduleMessageLife(item: MessageItem, onExpire: (id: string | number) => void): void;
|
|
15
17
|
export declare function closeMessageItem(id?: string | number): void;
|
|
16
18
|
export declare function closeAllMessageItems(): void;
|
|
19
|
+
export declare function applyMessageMax(max?: number): void;
|
|
20
|
+
export declare function trimMessagesToMax(max?: number): void;
|
|
17
21
|
//# sourceMappingURL=messageState.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messageState.d.ts","sourceRoot":"","sources":["../../../src/components/Message/messageState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAC7C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"messageState.d.ts","sourceRoot":"","sources":["../../../src/components/Message/messageState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAC7C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE5D,eAAO,MAAM,YAAY,EAAE,QAAQ,CAAC;IAClC,KAAK,EAAE,WAAW,EAAE,CAAA;IACpB,SAAS,EAAE,gBAAgB,CAAA;IAC3B,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAIC,CAAA;AAEF,eAAO,IAAI,eAAe,EAAE,iBAAiB,GAAG,IAAW,CAAA;AAC3D,eAAO,IAAI,sBAAsB,QAAI,CAAA;AAIrC,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,IAAI,QAEhE;AAED,wBAAgB,yBAAyB,SAMxC;AAED,wBAAgB,2BAA2B,SAE1C;AAED,wBAAgB,wBAAwB,SAQvC;AAED,wBAAgB,gBAAgB,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,QAInD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,QAS7F;AAED,wBAAgB,gBAAgB,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,QAOpD;AAED,wBAAgB,oBAAoB,SAGnC;AAED,wBAAgB,eAAe,CAAC,GAAG,CAAC,EAAE,MAAM,QAO3C;AAED,wBAAgB,iBAAiB,CAAC,GAAG,CAAC,EAAE,MAAM,QAO7C"}
|
|
@@ -4,6 +4,7 @@ import { WiToastSeverity } from '../../shared/types';
|
|
|
4
4
|
export type { WiRenderable };
|
|
5
5
|
/** message severities; `warning` kept as legacy alias for `warn`. */
|
|
6
6
|
export type MessageSeverity = WiToastSeverity | 'warning';
|
|
7
|
+
export type MessagePlacement = 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottom-right';
|
|
7
8
|
export interface MessageItem {
|
|
8
9
|
id: string | number;
|
|
9
10
|
content: WiRenderable;
|
|
@@ -24,6 +25,10 @@ export interface MessageProps {
|
|
|
24
25
|
teleport?: boolean;
|
|
25
26
|
/** Mount target. Defaults to `'body'`. */
|
|
26
27
|
appendTo?: WiAppendTo;
|
|
28
|
+
/** Host placement. Default `top` (Naive MessageProvider). */
|
|
29
|
+
placement?: MessagePlacement;
|
|
30
|
+
/** Max visible messages; oldest is dropped. Omit for unlimited. */
|
|
31
|
+
max?: number;
|
|
27
32
|
/**
|
|
28
33
|
* Internal: auto-mounted service host.
|
|
29
34
|
* Manual `<WiMessage />` claims the host and disables auto-mount.
|
|
@@ -34,4 +39,8 @@ export interface MessageHandle {
|
|
|
34
39
|
id: string | number;
|
|
35
40
|
close: () => void;
|
|
36
41
|
}
|
|
42
|
+
export interface MessageHostConfig {
|
|
43
|
+
placement?: MessagePlacement;
|
|
44
|
+
max?: number;
|
|
45
|
+
}
|
|
37
46
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Message/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAEzD,YAAY,EAAE,YAAY,EAAE,CAAA;AAE5B,qEAAqE;AACrE,MAAM,MAAM,eAAe,GAAG,eAAe,GAAG,SAAS,CAAA;AAEzD,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;IACnB,OAAO,EAAE,YAAY,CAAA;IACrB,QAAQ,CAAC,EAAE,eAAe,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,+EAA+E;IAC/E,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,OAAO,CAAA;CACf;AAED,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,WAAW,EAAE,IAAI,GAAG,SAAS,CAAC,GAAG;IACjE,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACpB,OAAO,EAAE,YAAY,CAAA;CACtB,CAAA;AAED,6EAA6E;AAC7E,MAAM,MAAM,YAAY,GAAG,YAAY,GAAG,cAAc,CAAA;AAExD,MAAM,WAAW,YAAY;IAC3B,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,UAAU,CAAA;IACrB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;CACf;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,IAAI,CAAA;CAClB"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Message/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAEzD,YAAY,EAAE,YAAY,EAAE,CAAA;AAE5B,qEAAqE;AACrE,MAAM,MAAM,eAAe,GAAG,eAAe,GAAG,SAAS,CAAA;AAEzD,MAAM,MAAM,gBAAgB,GACxB,KAAK,GACL,UAAU,GACV,WAAW,GACX,QAAQ,GACR,aAAa,GACb,cAAc,CAAA;AAElB,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;IACnB,OAAO,EAAE,YAAY,CAAA;IACrB,QAAQ,CAAC,EAAE,eAAe,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,+EAA+E;IAC/E,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,OAAO,CAAA;CACf;AAED,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,WAAW,EAAE,IAAI,GAAG,SAAS,CAAC,GAAG;IACjE,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACpB,OAAO,EAAE,YAAY,CAAA;CACtB,CAAA;AAED,6EAA6E;AAC7E,MAAM,MAAM,YAAY,GAAG,YAAY,GAAG,cAAc,CAAA;AAExD,MAAM,WAAW,YAAY;IAC3B,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,UAAU,CAAA;IACrB,6DAA6D;IAC7D,SAAS,CAAC,EAAE,gBAAgB,CAAA;IAC5B,mEAAmE;IACnE,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;CACf;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,IAAI,CAAA;CAClB;AAED,MAAM,WAAW,iBAAiB;IAChC,SAAS,CAAC,EAAE,gBAAgB,CAAA;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAA;CACb"}
|
|
@@ -6,14 +6,22 @@ declare const __VLS_export: DefineComponent<PaginationProps, {
|
|
|
6
6
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
7
7
|
"update:modelValue": (value: number) => any;
|
|
8
8
|
page: (value: number) => any;
|
|
9
|
+
"update:rows": (value: number) => any;
|
|
10
|
+
"update:pageSize": (value: number) => any;
|
|
9
11
|
}, string, PublicProps, Readonly<PaginationProps> & Readonly<{
|
|
10
12
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
11
13
|
onPage?: ((value: number) => any) | undefined;
|
|
14
|
+
"onUpdate:rows"?: ((value: number) => any) | undefined;
|
|
15
|
+
"onUpdate:pageSize"?: ((value: number) => any) | undefined;
|
|
12
16
|
}>, {
|
|
13
17
|
modelValue: number;
|
|
14
18
|
disabled: boolean;
|
|
15
19
|
rows: number;
|
|
16
20
|
pageLinkSize: number;
|
|
21
|
+
showSizePicker: boolean;
|
|
22
|
+
pageSizes: number[];
|
|
23
|
+
showQuickJumper: boolean;
|
|
24
|
+
simple: boolean;
|
|
17
25
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
18
26
|
declare const _default: typeof __VLS_export;
|
|
19
27
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pagination.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Pagination.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.vue"],"names":[],"mappings":";AAsHA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAgP9C,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;6EAKhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -3,12 +3,24 @@ export interface PaginationProps {
|
|
|
3
3
|
modelValue?: number;
|
|
4
4
|
totalRecords: number;
|
|
5
5
|
rows?: number;
|
|
6
|
+
/** Alias of `rows` (Naive `page-size`). `pageSize` wins when both are set. */
|
|
7
|
+
pageSize?: number;
|
|
6
8
|
pageLinkSize?: number;
|
|
7
9
|
disabled?: boolean;
|
|
10
|
+
/** Show a page-size `<select>` (Naive `show-size-picker`). */
|
|
11
|
+
showSizePicker?: boolean;
|
|
12
|
+
/** Options for `showSizePicker`. */
|
|
13
|
+
pageSizes?: number[];
|
|
14
|
+
/** Jump-to-page input (Naive `show-quick-jumper`). */
|
|
15
|
+
showQuickJumper?: boolean;
|
|
16
|
+
/** Compact prev / current / next (Naive `simple`). */
|
|
17
|
+
simple?: boolean;
|
|
8
18
|
}
|
|
9
19
|
export interface PaginationEmits {
|
|
10
20
|
(event: 'update:modelValue', value: number): void;
|
|
11
21
|
(event: 'page', value: number): void;
|
|
22
|
+
(event: 'update:rows', value: number): void;
|
|
23
|
+
(event: 'update:pageSize', value: number): void;
|
|
12
24
|
}
|
|
13
25
|
export interface PaginationInstance {
|
|
14
26
|
/** Zero-based index of the first record on the current page: `(page - 1) * rows`. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,kDAAkD;IAClD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,kDAAkD;IAClD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,8EAA8E;IAC9E,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,8DAA8D;IAC9D,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;IACpB,sDAAsD;IACtD,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,sDAAsD;IACtD,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;AAED,MAAM,WAAW,eAAe;IAC9B,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACjD,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpC,CAAC,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3C,CAAC,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CAChD;AAED,MAAM,WAAW,kBAAkB;IACjC,qFAAqF;IACrF,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,MAAM,CAAA;CAClB"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { PanelProps } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare var __VLS_1: {}, __VLS_3: {};
|
|
3
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
header?: (props: typeof __VLS_1) => any;
|
|
6
6
|
} & {
|
|
7
7
|
default?: (props: typeof __VLS_3) => any;
|
|
8
|
+
} & {
|
|
9
|
+
footer?: (props: typeof __VLS_5) => any;
|
|
8
10
|
};
|
|
9
11
|
declare const __VLS_base: DefineComponent<PanelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
10
12
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Panel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Panel/Panel.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Panel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Panel/Panel.vue"],"names":[],"mappings":";AAmEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAwGzC,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC9D,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK9C,QAAA,MAAM,UAAU;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Panel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,aAAa,CAAA;AAChD,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Panel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,aAAa,CAAA;AAChD,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { WiSizeInput } from '../../shared/types';
|
|
2
|
+
export type PanelSize = WiSizeInput;
|
|
1
3
|
export interface PanelProps {
|
|
2
4
|
header?: string;
|
|
3
5
|
toggleable?: boolean;
|
|
@@ -5,6 +7,7 @@ export interface PanelProps {
|
|
|
5
7
|
collapsed?: boolean;
|
|
6
8
|
/** Alias of `collapsed` for `v-model`. */
|
|
7
9
|
modelValue?: boolean;
|
|
10
|
+
size?: PanelSize;
|
|
8
11
|
}
|
|
9
12
|
export interface PanelEmits {
|
|
10
13
|
(event: 'update:collapsed', value: boolean): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Panel/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,2EAA2E;IAC3E,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,0CAA0C;IAC1C,UAAU,CAAC,EAAE,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Panel/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAErD,MAAM,MAAM,SAAS,GAAG,WAAW,CAAA;AAEnC,MAAM,WAAW,UAAU;IACzB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,2EAA2E;IAC3E,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,0CAA0C;IAC1C,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,IAAI,CAAC,EAAE,SAAS,CAAA;CACjB;AAED,MAAM,WAAW,UAAU;IACzB,CAAC,KAAK,EAAE,kBAAkB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;IACjD,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;CACnD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PopoverProps, PopoverPlacement } from './types';
|
|
1
|
+
import { PopoverProps, PopoverTrigger, PopoverPlacement } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare var __VLS_1: {}, __VLS_15: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
@@ -17,7 +17,10 @@ declare const __VLS_base: DefineComponent<PopoverProps, {}, {}, {}, {}, Componen
|
|
|
17
17
|
}>, {
|
|
18
18
|
modelValue: boolean;
|
|
19
19
|
teleport: boolean;
|
|
20
|
+
trigger: PopoverTrigger;
|
|
20
21
|
placement: PopoverPlacement;
|
|
22
|
+
showDelay: number;
|
|
23
|
+
hideDelay: number;
|
|
21
24
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
22
25
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
26
|
declare const _default: typeof __VLS_export;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Popover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.vue"],"names":[],"mappings":";AA6OA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAqS3C,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAShD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAA;AACpD,YAAY,EAAE,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAA;AACpD,YAAY,EAAE,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
import { WiAppendTo } from '../../shared/overlay';
|
|
2
2
|
export type PopoverPlacement = 'top' | 'bottom' | 'left' | 'right' | 'bottom-start' | 'bottom-end';
|
|
3
|
+
export type PopoverTrigger = 'manual' | 'click' | 'hover' | 'focus';
|
|
3
4
|
export interface PopoverProps {
|
|
4
5
|
/** Visibility. Use with `v-model`. */
|
|
5
6
|
modelValue?: boolean;
|
|
6
7
|
placement?: PopoverPlacement;
|
|
8
|
+
/** How the popover opens. `manual` is v-model only. */
|
|
9
|
+
trigger?: PopoverTrigger;
|
|
10
|
+
/** Delay in ms before showing on hover/focus. */
|
|
11
|
+
showDelay?: number;
|
|
12
|
+
/** Delay in ms before hiding on hover/focus. */
|
|
13
|
+
hideDelay?: number;
|
|
7
14
|
/** Teleport overlay. Defaults to `true`. */
|
|
8
15
|
teleport?: boolean;
|
|
9
16
|
/** Mount target. Defaults to `'body'`. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEtD,MAAM,MAAM,gBAAgB,GACxB,KAAK,GACL,QAAQ,GACR,MAAM,GACN,OAAO,GACP,cAAc,GACd,YAAY,CAAA;AAEhB,MAAM,WAAW,YAAY;IAC3B,sCAAsC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,gBAAgB,CAAA;IAC5B,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,UAAU,CAAA;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;IAClD,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEtD,MAAM,MAAM,gBAAgB,GACxB,KAAK,GACL,QAAQ,GACR,MAAM,GACN,OAAO,GACP,cAAc,GACd,YAAY,CAAA;AAEhB,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,CAAA;AAEnE,MAAM,WAAW,YAAY;IAC3B,sCAAsC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,gBAAgB,CAAA;IAC5B,uDAAuD;IACvD,OAAO,CAAC,EAAE,cAAc,CAAA;IACxB,iDAAiD;IACjD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,gDAAgD;IAChD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,UAAU,CAAA;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;IAClD,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { ProgressBarProps, ProgressBarMode } from './types';
|
|
1
|
+
import { ProgressBarProps, ProgressBarType, ProgressBarMode } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare const __VLS_export: DefineComponent<ProgressBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ProgressBarProps> & Readonly<{}>, {
|
|
4
|
+
type: ProgressBarType;
|
|
4
5
|
mode: ProgressBarMode;
|
|
5
6
|
value: number;
|
|
6
7
|
showValue: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/ProgressBar.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ProgressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/ProgressBar.vue"],"names":[],"mappings":";AAiFA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAuI/C,QAAA,MAAM,YAAY;;;;;6EAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAC5D,YAAY,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAC5D,YAAY,EAAE,eAAe,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
export type ProgressBarMode = 'determinate' | 'indeterminate';
|
|
2
|
+
export type ProgressBarType = 'line' | 'circle';
|
|
3
|
+
export type ProgressBarStatus = 'success' | 'info' | 'warn' | 'warning' | 'danger' | 'error';
|
|
2
4
|
export interface ProgressBarProps {
|
|
3
5
|
/** Progress percentage from 0 to 100. */
|
|
4
6
|
value?: number;
|
|
5
7
|
/** Determinate shows value; indeterminate animates without a fixed value. */
|
|
6
8
|
mode?: ProgressBarMode;
|
|
9
|
+
/** Line (default) or circle. */
|
|
10
|
+
type?: ProgressBarType;
|
|
11
|
+
/** Semantic fill color. */
|
|
12
|
+
status?: ProgressBarStatus;
|
|
13
|
+
/** Custom fill color. Overrides `status` when set. */
|
|
14
|
+
color?: string;
|
|
7
15
|
/** Show percentage label in determinate mode. */
|
|
8
16
|
showValue?: boolean;
|
|
9
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,aAAa,GAAG,eAAe,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,aAAa,GAAG,eAAe,CAAA;AAC7D,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,QAAQ,CAAA;AAC/C,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE5F,MAAM,WAAW,gBAAgB;IAC/B,yCAAyC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,6EAA6E;IAC7E,IAAI,CAAC,EAAE,eAAe,CAAA;IACtB,gCAAgC;IAChC,IAAI,CAAC,EAAE,eAAe,CAAA;IACtB,2BAA2B;IAC3B,MAAM,CAAC,EAAE,iBAAiB,CAAA;IAC1B,sDAAsD;IACtD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,iDAAiD;IACjD,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { ProgressSpinnerProps } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare
|
|
3
|
+
declare var __VLS_1: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_1) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: DefineComponent<ProgressSpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ProgressSpinnerProps> & Readonly<{}>, {
|
|
8
|
+
show: boolean;
|
|
4
9
|
strokeWidth: string;
|
|
5
10
|
animationDuration: string;
|
|
11
|
+
delay: number;
|
|
6
12
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
14
|
declare const _default: typeof __VLS_export;
|
|
8
15
|
export default _default;
|
|
16
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
9
21
|
//# sourceMappingURL=ProgressSpinner.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressSpinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressSpinner/ProgressSpinner.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ProgressSpinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressSpinner/ProgressSpinner.vue"],"names":[],"mappings":";AAgHA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAsJnD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAM/C,QAAA,MAAM,UAAU;;;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { WiSizeInput } from '../../shared/types';
|
|
1
2
|
export interface ProgressSpinnerProps {
|
|
2
3
|
/** SVG circle stroke width. */
|
|
3
4
|
strokeWidth?: string;
|
|
@@ -5,5 +6,13 @@ export interface ProgressSpinnerProps {
|
|
|
5
6
|
animationDuration?: string;
|
|
6
7
|
/** Accessible name for the spinner. */
|
|
7
8
|
ariaLabel?: string;
|
|
9
|
+
/** Overlay visibility when wrapping content. Defaults to `true`. */
|
|
10
|
+
show?: boolean;
|
|
11
|
+
/** Delay in ms before showing the overlay. */
|
|
12
|
+
delay?: number;
|
|
13
|
+
/** Size of the spinner. */
|
|
14
|
+
size?: WiSizeInput;
|
|
15
|
+
/** Optional description under the spinner. */
|
|
16
|
+
description?: string;
|
|
8
17
|
}
|
|
9
18
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressSpinner/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,mCAAmC;IACnC,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,uCAAuC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressSpinner/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAErD,MAAM,WAAW,oBAAoB;IACnC,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,mCAAmC;IACnC,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,uCAAuC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,oEAAoE;IACpE,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,8CAA8C;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,2BAA2B;IAC3B,IAAI,CAAC,EAAE,WAAW,CAAA;IAClB,8CAA8C;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Radio.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Radio/Radio.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Radio.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Radio/Radio.vue"],"names":[],"mappings":";AAkEA,OAAO,EAAsB,KAAK,UAAU,EAAE,MAAM,SAAS,CAAA;AAwG7D,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { RadioGroupProps, RadioValue } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare var __VLS_1: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_1) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: DefineComponent<RadioGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
8
|
+
"update:modelValue": (value: RadioValue) => any;
|
|
9
|
+
}, string, PublicProps, Readonly<RadioGroupProps> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((value: RadioValue) => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
invalid: boolean;
|
|
14
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=RadioGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Radio/RadioGroup.vue"],"names":[],"mappings":";AAwCA,OAAO,EAAsB,KAAK,eAAe,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAA;AAwDnF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { default as WiRadio } from './Radio.vue';
|
|
2
|
-
export
|
|
2
|
+
export { default as WiRadioGroup } from './RadioGroup.vue';
|
|
3
|
+
export type { RadioEmits, RadioGroupEmits, RadioGroupProps, RadioProps, RadioSize, RadioValue, } from './types';
|
|
3
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Radio/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,aAAa,CAAA;AAChD,YAAY,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Radio/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,aAAa,CAAA;AAChD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAA;AAC1D,YAAY,EACV,UAAU,EACV,eAAe,EACf,eAAe,EACf,UAAU,EACV,SAAS,EACT,UAAU,GACX,MAAM,SAAS,CAAA"}
|
|
@@ -1,15 +1,39 @@
|
|
|
1
|
+
import { ComputedRef, InjectionKey } from 'vue';
|
|
2
|
+
import { WiSizeInput } from '../../shared/types';
|
|
3
|
+
export type RadioValue = string | number | boolean;
|
|
4
|
+
export type RadioSize = WiSizeInput;
|
|
1
5
|
export interface RadioProps {
|
|
2
|
-
modelValue?:
|
|
3
|
-
value:
|
|
6
|
+
modelValue?: RadioValue;
|
|
7
|
+
value: RadioValue;
|
|
4
8
|
label?: string;
|
|
5
9
|
id?: string;
|
|
6
10
|
name?: string;
|
|
11
|
+
size?: RadioSize;
|
|
7
12
|
/** Marks the control invalid. */
|
|
8
13
|
invalid?: boolean;
|
|
9
14
|
disabled?: boolean;
|
|
10
15
|
required?: boolean;
|
|
11
16
|
}
|
|
12
17
|
export interface RadioEmits {
|
|
13
|
-
(event: 'update:modelValue', value:
|
|
18
|
+
(event: 'update:modelValue', value: RadioValue): void;
|
|
14
19
|
}
|
|
20
|
+
export interface RadioGroupProps {
|
|
21
|
+
modelValue?: RadioValue;
|
|
22
|
+
name?: string;
|
|
23
|
+
size?: RadioSize;
|
|
24
|
+
disabled?: boolean;
|
|
25
|
+
invalid?: boolean;
|
|
26
|
+
}
|
|
27
|
+
export interface RadioGroupEmits {
|
|
28
|
+
(event: 'update:modelValue', value: RadioValue): void;
|
|
29
|
+
}
|
|
30
|
+
export interface WiRadioGroupContext {
|
|
31
|
+
modelValue: ComputedRef<RadioValue | undefined>;
|
|
32
|
+
name: ComputedRef<string | undefined>;
|
|
33
|
+
size: ComputedRef<RadioSize | undefined>;
|
|
34
|
+
disabled: ComputedRef<boolean>;
|
|
35
|
+
invalid: ComputedRef<boolean>;
|
|
36
|
+
select: (value: RadioValue) => void;
|
|
37
|
+
}
|
|
38
|
+
export declare const WI_RADIO_GROUP_KEY: InjectionKey<WiRadioGroupContext>;
|
|
15
39
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Radio/types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Radio/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AACpD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAErD,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;AAClD,MAAM,MAAM,SAAS,GAAG,WAAW,CAAA;AAEnC,MAAM,WAAW,UAAU;IACzB,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,KAAK,EAAE,UAAU,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,iCAAiC;IACjC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,MAAM,WAAW,UAAU;IACzB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,UAAU,GAAG,IAAI,CAAA;CACtD;AAED,MAAM,WAAW,eAAe;IAC9B,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,eAAe;IAC9B,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,UAAU,GAAG,IAAI,CAAA;CACtD;AAED,MAAM,WAAW,mBAAmB;IAClC,UAAU,EAAE,WAAW,CAAC,UAAU,GAAG,SAAS,CAAC,CAAA;IAC/C,IAAI,EAAE,WAAW,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IACrC,IAAI,EAAE,WAAW,CAAC,SAAS,GAAG,SAAS,CAAC,CAAA;IACxC,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAC9B,OAAO,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAC7B,MAAM,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAA;CACpC;AAED,eAAO,MAAM,kBAAkB,EAAE,YAAY,CAAC,mBAAmB,CAA0B,CAAA"}
|
|
@@ -10,6 +10,8 @@ declare const __VLS_export: DefineComponent<RatingProps, {}, {}, {}, {}, Compone
|
|
|
10
10
|
cancel: boolean;
|
|
11
11
|
readonly: boolean;
|
|
12
12
|
stars: number;
|
|
13
|
+
allowClear: boolean | null;
|
|
14
|
+
allowHalf: boolean;
|
|
13
15
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14
16
|
declare const _default: typeof __VLS_export;
|
|
15
17
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Rating.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Rating/Rating.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Rating.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Rating/Rating.vue"],"names":[],"mappings":";AA6FA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAiJ1C,QAAA,MAAM,YAAY;;;;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -3,7 +3,12 @@ export interface RatingProps {
|
|
|
3
3
|
stars?: number;
|
|
4
4
|
disabled?: boolean;
|
|
5
5
|
readonly?: boolean;
|
|
6
|
+
/** Show a clear control. Defaults to `true`. */
|
|
6
7
|
cancel?: boolean;
|
|
8
|
+
/** Alias of `cancel`. When set, takes precedence. `null` means follow `cancel`. */
|
|
9
|
+
allowClear?: boolean | null;
|
|
10
|
+
/** Allow 0.5 increments. */
|
|
11
|
+
allowHalf?: boolean;
|
|
7
12
|
}
|
|
8
13
|
export interface RatingEmits {
|
|
9
14
|
(event: 'update:modelValue', value: number): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Rating/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Rating/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,gDAAgD;IAChD,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,mFAAmF;IACnF,UAAU,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC3B,4BAA4B;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,WAAW;IAC1B,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CAClD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScrollTop.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScrollTop/ScrollTop.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ScrollTop.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScrollTop/ScrollTop.vue"],"names":[],"mappings":";AAoHA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAoJ7C,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAQ/C,QAAA,MAAM,UAAU;;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -3,6 +3,10 @@ export type ScrollTopTarget = 'window' | 'parent';
|
|
|
3
3
|
export interface ScrollTopProps {
|
|
4
4
|
threshold?: number;
|
|
5
5
|
target?: ScrollTopTarget;
|
|
6
|
+
/** Distance from the right edge. Number is pixels. */
|
|
7
|
+
right?: string | number;
|
|
8
|
+
/** Distance from the bottom edge. Number is pixels. */
|
|
9
|
+
bottom?: string | number;
|
|
6
10
|
/** Teleport button. Defaults to `true`. */
|
|
7
11
|
teleport?: boolean;
|
|
8
12
|
/** Teleport target. Defaults to `'body'` (or ConfigProvider `appendTo`). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ScrollTop/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEtD,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,QAAQ,CAAA;AAEjD,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,eAAe,CAAA;IACxB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,UAAU,CAAA;CACtB"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ScrollTop/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEtD,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,QAAQ,CAAA;AAEjD,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,eAAe,CAAA;IACxB,sDAAsD;IACtD,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,uDAAuD;IACvD,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,UAAU,CAAA;CACtB"}
|