@swiftcrab/crab 0.0.6 → 0.0.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/es/hooks/useParsedHash.js +1 -1
- package/es/index.d.ts +4 -1
- package/es/index.js +1 -1
- package/es/notice/index.d.ts +30 -0
- package/es/notice/index.js +1 -0
- package/es/notice/style/index.d.ts +89 -0
- package/es/notice/style/index.js +1 -0
- package/es/packages/ui/package.js +1 -1
- package/es/question/index.d.ts +30 -0
- package/es/question/index.js +1 -0
- package/es/question/style/index.d.ts +24 -0
- package/es/question/style/index.js +1 -0
- package/es/select/index.d.ts +2 -0
- package/es/select/index.js +1 -1
- package/es/select/style/dropdown.js +11 -11
- package/es/select/style/multiple.js +1 -1
- package/es/select/useShortcut.d.ts +17 -0
- package/es/select/useShortcut.js +1 -0
- package/es/select-auto-fetch/index.d.ts +22 -0
- package/es/select-auto-fetch/index.js +1 -0
- package/es/theme/interface/components.d.ts +62 -58
- package/es/type/index.d.ts +4 -1
- package/es/type/index.js +1 -1
- package/package.json +3 -3
- package/umd/index.min.js +70 -70
package/es/type/index.d.ts
CHANGED
|
@@ -77,14 +77,17 @@ import Layout from "../layout/index.js";
|
|
|
77
77
|
import Mentions, { MentionProps, MentionsProps } from "../mentions/index.js";
|
|
78
78
|
import staticMethods from "../message/index.js";
|
|
79
79
|
import Modal from "../modal/index.js";
|
|
80
|
+
import Notice, { NoticeProps, NoticeScrollDirection, NoticeType } from "../notice/index.js";
|
|
80
81
|
import staticMethods$1 from "../notification/index.js";
|
|
81
82
|
import { QRCodeProps, QRPropsCanvas, QRPropsSvg } from "../qr-code/interface.js";
|
|
82
83
|
import QRCode from "../qr-code/index.js";
|
|
84
|
+
import Question, { QuestionIconPlacement, QuestionProps, QuestionVariant } from "../question/index.js";
|
|
83
85
|
import { RadioChangeEvent, RadioGroupProps, RadioProps } from "../radio/interface.js";
|
|
84
86
|
import Radio from "../radio/index.js";
|
|
85
87
|
import Rate, { RateProps } from "../rate/index.js";
|
|
86
88
|
import Result, { ResultProps } from "../result/index.js";
|
|
87
89
|
import Segmented, { SegmentedProps } from "../segmented/index.js";
|
|
90
|
+
import SelectAutoFetch, { SelectAutoFetchOption, SelectAutoFetchProps, SelectAutoFetchValue, SelectAutoFetchValueType } from "../select-auto-fetch/index.js";
|
|
88
91
|
import Skeleton, { SkeletonProps } from "../skeleton/Skeleton.js";
|
|
89
92
|
import Slider, { SliderSingleProps } from "../slider/index.js";
|
|
90
93
|
import Space, { SpaceProps } from "../space/index.js";
|
|
@@ -134,4 +137,4 @@ import ConfigProvider, { ConfigProviderProps } from "../config-provider/index.js
|
|
|
134
137
|
import { GlobalToken } from "../theme/interface/cssinjs-utils.js";
|
|
135
138
|
import { MappingAlgorithm } from "../theme/interface/index.js";
|
|
136
139
|
export * from "@ant-design/icons";
|
|
137
|
-
export { Affix, type AffixProps, type AffixRef, Alert, type AlertProps, Anchor, type AnchorLinkProps, type AnchorProps, App, type AppProps, RefAutoComplete as AutoComplete, type AutoCompleteProps, Avatar, type AvatarProps, Badge, type BadgeProps, Breadcrumb, type BreadcrumbItemProps, type BreadcrumbProps, type Breakpoint, Button, type ButtonProps, _default as Calendar, CalendarPanel, type CalendarProps, Card, type CardProps, Carousel, type CarouselProps, Cascader, type CascaderAutoProps, type CascaderPanelAutoProps, type CascaderPanelProps, type CascaderProps, Checkbox, type CheckboxChangeEvent, type CheckboxOptionType, type CheckboxProps, type CheckboxRef, ClapOverflow, type ClapOverflowProps, Col, type ColProps, _default$1 as Collapse, type CollapsePanelProps, type CollapseProps, ColorPicker, type ColorPickerProps, ConfigProvider, type ConfigProviderProps, _default$2 as Copy, type CountdownProps, _default$3 as DatePicker, type DatePickerProps, Descriptions, type DescriptionsProps, type Direction, Divider, type DividerProps, Drag, type DragBoard, type DragBoardFinishParams, type DragFinishParams, type DragHandleProps, type DragZone, type DraggerProps, Drawer, type DrawerProps, type DropdownProps as DropDownProps, Dropdown, type DropdownProps, Empty, type EmptyProps, Flex, type FlexProps, Form, _default$4 as FormArea, type FormInstance, type FormItemProps, type FormListFieldData, type FormListOperation, type FormProps, type Rule as FormRule, Gantt, type GetProp, type GetProps, type GetRef, type GlobalToken, _default$5 as Grid, HourPanel, type IForm, type IFormItem, type IGanttBar, type IGanttGroup, type IGanttTask, type IMuxCalendarPanelProps, type IMuxHourProps, type IMuxHourSelected, type IMuxHourTimeSegment, Icon, Image, type ImageProps, Input, TypedInputNumber as InputNumber, type InputNumberProps, type InputProps, type InputRef, Layout, type BasicProps as LayoutProps, List, type ListProps, type MappingAlgorithm, type MentionProps, Mentions, type MentionsProps, Menu, type MenuItemProps, type MenuProps, type MenuRef, type MenuTheme, type ArgsProps as MessageArgsProps, Modal, type ModalFuncProps, type ModalProps, type MultiSortableZonesProps, type MultiZoneDragFinishParams, type ArgsProps$1 as NotificationArgsProps, Pagination, type PaginationProps, Popconfirm, type PopconfirmProps, Popover, type PopoverProps, Progress, type ProgressProps, QRCode, type QRCodeProps, type QRPropsCanvas, type QRPropsSvg, Radio, type RadioChangeEvent, type RadioGroupProps, type RadioProps, Rate, type RateProps, type BaseSelectRef as RefSelectProps, Result, type ResultProps, Row, type RowProps, _default$6 as SearchArea, Segmented, type SegmentedProps, Select, type SelectProps, type SiderProps, Skeleton, type SkeletonProps, Slider, type SliderSingleProps, type SortableBoardProps, type SortableListProps, Space, type SpaceProps, Spin, type SpinProps, Splitter, type SplitterProps, _default$7 as Statistic, type StatisticProps, type StepProps, Steps, type StepsProps, type SubMenuProps, Switch, type SwitchProps, type TabPaneProps, ForwardTable as Table, type ColumnGroupType as TableColumnGroupType, type ColumnProps as TableColumnProps, type ColumnType as TableColumnType, type ColumnsType as TableColumnsType, type TablePaginationConfig, type TableProps, Tabs, type TabsProps, Tag, type TagProps, type TagType, type ThemeConfig, TimeOut, type TimeOutProps, _default$8 as TimePicker, type TimePickerProps, type TimeRangePickerProps, Timeline, type TimelineItemProps, type TimelineProps, Tooltip, type TooltipProps, Tour, type TourProps, type TourStepProps, Transfer, type TransferMode, type TransferProps, Tree, type DataNode as TreeDataNode, type AntTreeNodeProps as TreeNodeProps, type TreeProps, TreeSelect, type TreeSelectProps, Typography, type TypographyProps, Upload, type UploadFile, type UploadProps, index_d_exports as Utils, Watermark, type WatermarkProps, staticMethods as message, staticMethods$1 as notification, _default$9 as theme, unstableSetRender, _default$10 as version };
|
|
140
|
+
export { Affix, type AffixProps, type AffixRef, Alert, type AlertProps, Anchor, type AnchorLinkProps, type AnchorProps, App, type AppProps, RefAutoComplete as AutoComplete, type AutoCompleteProps, Avatar, type AvatarProps, Badge, type BadgeProps, Breadcrumb, type BreadcrumbItemProps, type BreadcrumbProps, type Breakpoint, Button, type ButtonProps, _default as Calendar, CalendarPanel, type CalendarProps, Card, type CardProps, Carousel, type CarouselProps, Cascader, type CascaderAutoProps, type CascaderPanelAutoProps, type CascaderPanelProps, type CascaderProps, Checkbox, type CheckboxChangeEvent, type CheckboxOptionType, type CheckboxProps, type CheckboxRef, ClapOverflow, type ClapOverflowProps, Col, type ColProps, _default$1 as Collapse, type CollapsePanelProps, type CollapseProps, ColorPicker, type ColorPickerProps, ConfigProvider, type ConfigProviderProps, _default$2 as Copy, type CountdownProps, _default$3 as DatePicker, type DatePickerProps, Descriptions, type DescriptionsProps, type Direction, Divider, type DividerProps, Drag, type DragBoard, type DragBoardFinishParams, type DragFinishParams, type DragHandleProps, type DragZone, type DraggerProps, Drawer, type DrawerProps, type DropdownProps as DropDownProps, Dropdown, type DropdownProps, Empty, type EmptyProps, Flex, type FlexProps, Form, _default$4 as FormArea, type FormInstance, type FormItemProps, type FormListFieldData, type FormListOperation, type FormProps, type Rule as FormRule, Gantt, type GetProp, type GetProps, type GetRef, type GlobalToken, _default$5 as Grid, HourPanel, type IForm, type IFormItem, type IGanttBar, type IGanttGroup, type IGanttTask, type IMuxCalendarPanelProps, type IMuxHourProps, type IMuxHourSelected, type IMuxHourTimeSegment, Icon, Image, type ImageProps, Input, TypedInputNumber as InputNumber, type InputNumberProps, type InputProps, type InputRef, Layout, type BasicProps as LayoutProps, List, type ListProps, type MappingAlgorithm, type MentionProps, Mentions, type MentionsProps, Menu, type MenuItemProps, type MenuProps, type MenuRef, type MenuTheme, type ArgsProps as MessageArgsProps, Modal, type ModalFuncProps, type ModalProps, type MultiSortableZonesProps, type MultiZoneDragFinishParams, Notice, type NoticeProps, type NoticeScrollDirection, type NoticeType, type ArgsProps$1 as NotificationArgsProps, Pagination, type PaginationProps, Popconfirm, type PopconfirmProps, Popover, type PopoverProps, Progress, type ProgressProps, QRCode, type QRCodeProps, type QRPropsCanvas, type QRPropsSvg, Question, type QuestionIconPlacement, type QuestionProps, type QuestionVariant, Radio, type RadioChangeEvent, type RadioGroupProps, type RadioProps, Rate, type RateProps, type BaseSelectRef as RefSelectProps, Result, type ResultProps, Row, type RowProps, _default$6 as SearchArea, Segmented, type SegmentedProps, Select, SelectAutoFetch, type SelectAutoFetchOption, type SelectAutoFetchProps, type SelectAutoFetchValue, type SelectAutoFetchValueType, type SelectProps, type SiderProps, Skeleton, type SkeletonProps, Slider, type SliderSingleProps, type SortableBoardProps, type SortableListProps, Space, type SpaceProps, Spin, type SpinProps, Splitter, type SplitterProps, _default$7 as Statistic, type StatisticProps, type StepProps, Steps, type StepsProps, type SubMenuProps, Switch, type SwitchProps, type TabPaneProps, ForwardTable as Table, type ColumnGroupType as TableColumnGroupType, type ColumnProps as TableColumnProps, type ColumnType as TableColumnType, type ColumnsType as TableColumnsType, type TablePaginationConfig, type TableProps, Tabs, type TabsProps, Tag, type TagProps, type TagType, type ThemeConfig, TimeOut, type TimeOutProps, _default$8 as TimePicker, type TimePickerProps, type TimeRangePickerProps, Timeline, type TimelineItemProps, type TimelineProps, Tooltip, type TooltipProps, Tour, type TourProps, type TourStepProps, Transfer, type TransferMode, type TransferProps, Tree, type DataNode as TreeDataNode, type AntTreeNodeProps as TreeNodeProps, type TreeProps, TreeSelect, type TreeSelectProps, Typography, type TypographyProps, Upload, type UploadFile, type UploadProps, index_d_exports as Utils, Watermark, type WatermarkProps, staticMethods as message, staticMethods$1 as notification, _default$9 as theme, unstableSetRender, _default$10 as version };
|
package/es/type/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../_virtual/_rolldown/runtime.js";import e from"../version/index.js";import t from"../config-provider/index.js";import n from"../affix/index.js";import r from"../alert/index.js";import i from"../anchor/index.js";import{unstableSetRender as a}from"../config-provider/UnstableContext.js";import o from"../collapse/index.js";import s from"../button/index.js";import c from"../skeleton/index.js";import l from"../app/index.js";import u from"../empty/index.js";import d from"../select/index.js";import f from"../auto-complete/index.js";import p from"../tooltip/index.js";import m from"../popover/index.js";import h from"../avatar/index.js";import g from"../badge/index.js";import _ from"../menu/index.js";import v from"../breadcrumb/index.js";import y from"../radio/index.js";import b from"../calendar/index.js";import x from"../tabs/index.js";import S from"../card/index.js";import C from"../carousel/index.js";import w from"../cascader/index.js";import T from"../clap-overflow/index.js";import E from"../checkbox/index.js";import D from"../grid/index.js";import O from"../col/index.js";import k from"../divider/index.js";import A from"../segmented/index.js";import j from"../input-number/index.js";import M from"../input/index.js";import N from"../slider/index.js";import P from"../color-picker/index.js";import F from"../date-picker/index.js";import I from"../descriptions/index.js";import L from"../drawer/index.js";import R from"../space/index.js";import z from"../dropdown/index.js";import B from"../flex/index.js";import V from"../form/index.js";import H from"../image/index.js";import U from"../layout/index.js";import W from"../pagination/index.js";import G from"../spin/index.js";import K from"../list/index.js";import q from"../mentions/index.js";import J from"../message/index.js";import Y from"../modal/index.js";import X from"../
|
|
1
|
+
import"../_virtual/_rolldown/runtime.js";import e from"../version/index.js";import t from"../config-provider/index.js";import n from"../affix/index.js";import r from"../alert/index.js";import i from"../anchor/index.js";import{unstableSetRender as a}from"../config-provider/UnstableContext.js";import o from"../collapse/index.js";import s from"../button/index.js";import c from"../skeleton/index.js";import l from"../app/index.js";import u from"../empty/index.js";import d from"../select/index.js";import f from"../auto-complete/index.js";import p from"../tooltip/index.js";import m from"../popover/index.js";import h from"../avatar/index.js";import g from"../badge/index.js";import _ from"../menu/index.js";import v from"../breadcrumb/index.js";import y from"../radio/index.js";import b from"../calendar/index.js";import x from"../tabs/index.js";import S from"../card/index.js";import C from"../carousel/index.js";import w from"../cascader/index.js";import T from"../clap-overflow/index.js";import E from"../checkbox/index.js";import D from"../grid/index.js";import O from"../col/index.js";import k from"../divider/index.js";import A from"../segmented/index.js";import j from"../input-number/index.js";import M from"../input/index.js";import N from"../slider/index.js";import P from"../color-picker/index.js";import F from"../date-picker/index.js";import I from"../descriptions/index.js";import L from"../drawer/index.js";import R from"../space/index.js";import z from"../dropdown/index.js";import B from"../flex/index.js";import V from"../form/index.js";import H from"../image/index.js";import U from"../layout/index.js";import W from"../pagination/index.js";import G from"../spin/index.js";import K from"../list/index.js";import q from"../mentions/index.js";import J from"../message/index.js";import Y from"../modal/index.js";import X from"../notice/index.js";import Z from"../notification/index.js";import Q from"../popconfirm/index.js";import $ from"../progress/index.js";import ee from"../qr-code/index.js";import te from"../question/index.js";import ne from"../rate/index.js";import re from"../result/index.js";import ie from"../row/index.js";import ae from"../select-auto-fetch/index.js";import oe from"../statistic/index.js";import se from"../steps/index.js";import ce from"../switch/index.js";import le from"../tree/index.js";import ue from"../table/index.js";import de from"../tag/index.js";import fe from"../theme/index.js";import pe from"../time-out/index.js";import me from"../time-picker/index.js";import he from"../timeline/index.js";import ge from"../tour/index.js";import _e from"../transfer/index.js";import ve from"../tree-select/index.js";import ye from"../typography/index.js";import be from"../upload/index.js";import xe from"../watermark/index.js";import Se from"../splitter/index.js";import Ce from"../form-area/index.js";import we from"../search-area/index.js";import Te from"../copy/index.js";import Ee from"../calendar-panel/index.js";import De from"../gantt/index.js";import Oe from"../hour-panel/index.js";import ke from"../drag/index.js";import{utils_exports as Ae}from"../utils/index.js";import{Icon as je}from"../index.js";export*from"@ant-design/icons";export{n as Affix,r as Alert,i as Anchor,l as App,f as AutoComplete,h as Avatar,g as Badge,v as Breadcrumb,s as Button,b as Calendar,Ee as CalendarPanel,S as Card,C as Carousel,w as Cascader,E as Checkbox,T as ClapOverflow,O as Col,o as Collapse,P as ColorPicker,t as ConfigProvider,Te as Copy,F as DatePicker,I as Descriptions,k as Divider,ke as Drag,L as Drawer,z as Dropdown,u as Empty,B as Flex,V as Form,Ce as FormArea,De as Gantt,D as Grid,Oe as HourPanel,je as Icon,H as Image,M as Input,j as InputNumber,U as Layout,K as List,q as Mentions,_ as Menu,Y as Modal,X as Notice,W as Pagination,Q as Popconfirm,m as Popover,$ as Progress,ee as QRCode,te as Question,y as Radio,ne as Rate,re as Result,ie as Row,we as SearchArea,A as Segmented,d as Select,ae as SelectAutoFetch,c as Skeleton,N as Slider,R as Space,G as Spin,Se as Splitter,oe as Statistic,se as Steps,ce as Switch,ue as Table,x as Tabs,de as Tag,pe as TimeOut,me as TimePicker,he as Timeline,p as Tooltip,ge as Tour,_e as Transfer,le as Tree,ve as TreeSelect,ye as Typography,be as Upload,Ae as Utils,xe as Watermark,J as message,Z as notification,fe as theme,a as unstableSetRender,e as version};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swiftcrab/crab",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "react-Ui库",
|
|
6
6
|
"type": "module",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
77
77
|
"styled-components": "^6.1.15",
|
|
78
78
|
"throttle-debounce": "^5.0.2",
|
|
79
|
-
"@swiftcrab/
|
|
80
|
-
"@swiftcrab/
|
|
79
|
+
"@swiftcrab/request": "0.0.4",
|
|
80
|
+
"@swiftcrab/tracker": "0.0.3"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@ant-design/happy-work-theme": "^1.0.0",
|