linkmore-design 3.0.72-alpha.4 → 3.0.72
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/linkmore-design-with-locales.css +1 -1
- package/dist/linkmore-design-with-locales.css.map +1 -1
- package/dist/linkmore-design-with-locales.js +1 -1
- package/dist/linkmore-design-with-locales.min.css +1 -1
- package/dist/linkmore-design-with-locales.min.css.map +1 -1
- package/dist/linkmore-design-with-locales.min.js +1 -1
- package/dist/linkmore-design.compact.css +1 -1
- package/dist/linkmore-design.compact.css.map +1 -1
- package/dist/linkmore-design.compact.min.css +1 -1
- package/dist/linkmore-design.compact.min.css.map +1 -1
- package/dist/linkmore-design.css +1 -1
- package/dist/linkmore-design.css.map +1 -1
- package/dist/linkmore-design.dark.css +1 -1
- package/dist/linkmore-design.dark.css.map +1 -1
- package/dist/linkmore-design.dark.min.css +1 -1
- package/dist/linkmore-design.dark.min.css.map +1 -1
- package/dist/linkmore-design.js +1 -1
- package/dist/linkmore-design.min.css +1 -1
- package/dist/linkmore-design.min.css.map +1 -1
- package/dist/linkmore-design.min.js +1 -1
- package/dist/linkmore-design.variable.css +1 -1
- package/dist/linkmore-design.variable.css.map +1 -1
- package/dist/linkmore-design.variable.min.css +1 -1
- package/dist/linkmore-design.variable.min.css.map +1 -1
- package/dist/linkmore-design.variablesm.css +1 -1
- package/dist/linkmore-design.variablesm.css.map +1 -1
- package/dist/linkmore-design.variablesm.min.css +1 -1
- package/dist/linkmore-design.variablesm.min.css.map +1 -1
- package/es/custom-table-option/components/Action.d.ts +4 -0
- package/es/custom-table-option/components/CardConfig/index.d.ts +4 -0
- package/es/custom-table-option/components/FilterConfig/index.d.ts +4 -0
- package/es/custom-table-option/components/OtherConfig/index.d.ts +4 -0
- package/es/custom-table-option/components/TableConfig/index.d.ts +4 -0
- package/es/index.d.ts +167 -0
- package/es/left-table/index.d.ts +3 -0
- package/es/lm-edit-table/components/bottomOpetateComponent.d.ts +14 -0
- package/es/lm-edit-table/components/index.d.ts +1 -0
- package/es/lm-table/components/rowSort/Dragger.d.ts +5 -0
- package/es/lm-upload/body/UploadPicture.d.ts +5 -0
- package/lib/custom-table-option/components/Action.d.ts +4 -0
- package/lib/custom-table-option/components/CardConfig/index.d.ts +4 -0
- package/lib/custom-table-option/components/FilterConfig/index.d.ts +4 -0
- package/lib/custom-table-option/components/OtherConfig/index.d.ts +4 -0
- package/lib/custom-table-option/components/TableConfig/index.d.ts +4 -0
- package/lib/index.d.ts +167 -0
- package/lib/left-table/index.d.ts +3 -0
- package/lib/lm-edit-table/components/bottomOpetateComponent.d.ts +14 -0
- package/lib/lm-edit-table/components/index.d.ts +1 -0
- package/lib/lm-table/components/rowSort/Dragger.d.ts +5 -0
- package/lib/lm-upload/body/UploadPicture.d.ts +5 -0
- package/package.json +1 -1
- package/es/advanced-filter/components/Complex/ComplexRender.d.ts +0 -9
- package/es/advanced-filter/constants.d.ts +0 -40
- package/es/advanced-filter/index.d.ts +0 -6
- package/es/advanced-filter/widgets/DelayInputSearch.d.ts +0 -3
- package/es/locale/default.d.ts +0 -3
- package/es/locale/zh_CN.d.ts +0 -3
- package/lib/advanced-filter/components/Complex/ComplexRender.d.ts +0 -9
- package/lib/advanced-filter/constants.d.ts +0 -40
- package/lib/advanced-filter/index.d.ts +0 -6
- package/lib/advanced-filter/widgets/DelayInputSearch.d.ts +0 -3
- package/lib/locale/default.d.ts +0 -3
- package/lib/locale/zh_CN.d.ts +0 -3
package/es/index.d.ts
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
export declare const theme: any;
|
|
2
|
+
export { default as AdvancedFilter } from './advanced-filter';
|
|
3
|
+
export type { AdvancedFilterProps } from './advanced-filter';
|
|
4
|
+
export { default as Affix } from './affix';
|
|
5
|
+
export type { AffixProps } from './affix';
|
|
6
|
+
export { default as Alert } from './alert';
|
|
7
|
+
export type { AlertProps } from './alert';
|
|
8
|
+
export { default as Anchor } from './anchor';
|
|
9
|
+
export type { AnchorLinkProps, AnchorProps } from './anchor';
|
|
10
|
+
export { default as AutoComplete } from './auto-complete';
|
|
11
|
+
export type { AutoCompleteProps } from './auto-complete';
|
|
12
|
+
export { default as Avatar } from './avatar';
|
|
13
|
+
export type { AvatarProps } from './avatar';
|
|
14
|
+
export { default as BackTop } from './back-top';
|
|
15
|
+
export type { BackTopProps } from './back-top';
|
|
16
|
+
export { default as Badge } from './badge';
|
|
17
|
+
export type { BadgeProps } from './badge';
|
|
18
|
+
export { default as Breadcrumb } from './breadcrumb';
|
|
19
|
+
export type { BreadcrumbItemProps, BreadcrumbProps } from './breadcrumb';
|
|
20
|
+
export { default as Button } from './button';
|
|
21
|
+
export type { ButtonProps } from './button';
|
|
22
|
+
export { default as ButtonTags } from './button-tags';
|
|
23
|
+
export { default as Calendar } from './calendar';
|
|
24
|
+
export type { CalendarProps } from './calendar';
|
|
25
|
+
export { default as Card } from './card';
|
|
26
|
+
export type { CardProps } from './card';
|
|
27
|
+
export { default as CardTable } from './card-table';
|
|
28
|
+
export { default as Carousel } from './carousel';
|
|
29
|
+
export type { CarouselProps } from './carousel';
|
|
30
|
+
export { default as Cascader } from './cascader';
|
|
31
|
+
export type { CascaderProps } from './cascader';
|
|
32
|
+
export { default as ChartTable } from './chart-table';
|
|
33
|
+
export type { ChartTableProps } from './chart-table';
|
|
34
|
+
export { default as Checkbox } from './checkbox';
|
|
35
|
+
export type { CheckboxOptionType, CheckboxProps } from './checkbox';
|
|
36
|
+
export { default as Col } from './col';
|
|
37
|
+
export type { ColProps } from './col';
|
|
38
|
+
export { default as Collapse } from './collapse';
|
|
39
|
+
export type { CollapsePanelProps, CollapseProps } from './collapse';
|
|
40
|
+
export { default as Comment } from './comment';
|
|
41
|
+
export type { CommentProps } from './comment';
|
|
42
|
+
export { default as ComplexFilter } from './complex-filter';
|
|
43
|
+
export type { ComponentProps } from './complex-filter';
|
|
44
|
+
export { default as ConfigProvider } from './config-provider';
|
|
45
|
+
export { default as Cron } from './cron';
|
|
46
|
+
export { default as CropImg } from './crop-img';
|
|
47
|
+
export type { CropImgProps } from './crop-img';
|
|
48
|
+
export { default as CustomTableOption } from './custom-table-option';
|
|
49
|
+
export { default as DatePicker } from './date-picker';
|
|
50
|
+
export type { DatePickerProps } from './date-picker';
|
|
51
|
+
export { default as Descriptions } from './descriptions';
|
|
52
|
+
export type { DescriptionsProps } from './descriptions';
|
|
53
|
+
export { default as Divider } from './divider';
|
|
54
|
+
export type { DividerProps } from './divider';
|
|
55
|
+
export { default as Drawer } from './drawer';
|
|
56
|
+
export type { DrawerProps } from './drawer';
|
|
57
|
+
export { default as Dropdown } from './dropdown';
|
|
58
|
+
export type { DropdownProps, DropdownProps as DropDownProps } from './dropdown';
|
|
59
|
+
export { default as Empty } from './empty';
|
|
60
|
+
export type { EmptyProps } from './empty';
|
|
61
|
+
export { default as Form } from './form';
|
|
62
|
+
export type { FormInstance, FormItemProps, FormListFieldData, FormListOperation, FormProps, Rule as FormRule, } from './form';
|
|
63
|
+
export { default as FullScreen } from './full-screen';
|
|
64
|
+
export type { IFullScreenProps } from './full-screen';
|
|
65
|
+
export { default as Grid } from './grid';
|
|
66
|
+
export { default as IconFont } from './icon-font';
|
|
67
|
+
export { default as Image } from './image';
|
|
68
|
+
export type { ImageProps } from './image';
|
|
69
|
+
export { default as ImageViewer } from './image-viewer';
|
|
70
|
+
export type { ImageViewerProps } from './image-viewer';
|
|
71
|
+
export { default as Input } from './input';
|
|
72
|
+
export type { InputProps, InputRef } from './input';
|
|
73
|
+
export { default as InputNumber } from './input-number';
|
|
74
|
+
export type { InputNumberProps } from './input-number';
|
|
75
|
+
export { default as Layout } from './layout';
|
|
76
|
+
export type { LayoutProps, SiderProps } from './layout';
|
|
77
|
+
export { default as LeftTable } from './left-table';
|
|
78
|
+
export { default as List } from './list';
|
|
79
|
+
export type { ListProps } from './list';
|
|
80
|
+
export { default as LmDrag } from './lm-drag';
|
|
81
|
+
export { default as LmEditTable } from './lm-edit-table';
|
|
82
|
+
export type { CountdownHandle, TLmEditTable } from './lm-edit-table/EditTable';
|
|
83
|
+
export { default as LmFilter } from './lm-filter';
|
|
84
|
+
export { default as LmImgList } from './lm-img-list';
|
|
85
|
+
export { default as LmSelect } from './lm-select';
|
|
86
|
+
export { default as LmTable } from './lm-table';
|
|
87
|
+
export { default as LmUpload } from './lm-upload';
|
|
88
|
+
export { default as LoadingPage } from './loading-page';
|
|
89
|
+
export { default as Mentions } from './mentions';
|
|
90
|
+
export type { MentionProps } from './mentions';
|
|
91
|
+
export { default as Menu } from './menu';
|
|
92
|
+
export type { MenuItemProps, MenuProps, MenuTheme, SubMenuProps } from './menu';
|
|
93
|
+
export { default as message } from './message';
|
|
94
|
+
export type { ArgsProps as MessageArgsProps } from './message';
|
|
95
|
+
export { default as Modal } from './modal';
|
|
96
|
+
export type { ModalFuncProps, ModalProps } from './modal';
|
|
97
|
+
export { default as notification } from './notification';
|
|
98
|
+
export { default as PageHeader } from './page-header';
|
|
99
|
+
export type { PageHeaderProps } from './page-header';
|
|
100
|
+
export { default as Pagination } from './pagination';
|
|
101
|
+
export type { PaginationProps } from './pagination';
|
|
102
|
+
export { default as Popconfirm } from './popconfirm';
|
|
103
|
+
export type { PopconfirmProps } from './popconfirm';
|
|
104
|
+
export { default as Popover } from './popover';
|
|
105
|
+
export type { PopoverProps } from './popover';
|
|
106
|
+
export { default as Progress } from './progress';
|
|
107
|
+
export type { ProgressProps } from './progress';
|
|
108
|
+
export { default as QRCode } from './q-r-code';
|
|
109
|
+
export type { QRCodeProps, QRPropsCanvas } from './q-r-code/interface';
|
|
110
|
+
export { default as QnnCron } from './qnn-cron';
|
|
111
|
+
export type { CronProps as QnnCronProps } from './qnn-cron';
|
|
112
|
+
export { default as QuickMenu } from './quick-menu';
|
|
113
|
+
export { default as Radio } from './radio';
|
|
114
|
+
export type { RadioChangeEvent, RadioGroupProps, RadioProps } from './radio';
|
|
115
|
+
export { default as Rate } from './rate';
|
|
116
|
+
export type { RateProps } from './rate';
|
|
117
|
+
export { default as Result } from './result';
|
|
118
|
+
export type { ResultProps } from './result';
|
|
119
|
+
export { default as Row } from './row';
|
|
120
|
+
export type { RowProps } from './row';
|
|
121
|
+
export { default as Segmented } from './segmented';
|
|
122
|
+
export type { SegmentedProps } from './segmented';
|
|
123
|
+
export { default as Select } from './select';
|
|
124
|
+
export type { RefSelectProps, SelectProps } from './select';
|
|
125
|
+
export { default as Skeleton } from './skeleton';
|
|
126
|
+
export type { SkeletonProps } from './skeleton';
|
|
127
|
+
export { default as Slider } from './slider';
|
|
128
|
+
export type { SliderSingleProps } from './slider';
|
|
129
|
+
export { default as Space } from './space';
|
|
130
|
+
export type { SpaceProps } from './space';
|
|
131
|
+
export { default as Spin } from './spin';
|
|
132
|
+
export type { SpinProps } from './spin';
|
|
133
|
+
export { default as Statistic } from './statistic';
|
|
134
|
+
export type { StatisticProps } from './statistic';
|
|
135
|
+
export { default as Steps } from './steps';
|
|
136
|
+
export type { StepProps, StepsProps } from './steps';
|
|
137
|
+
export { default as Switch } from './switch';
|
|
138
|
+
export type { SwitchProps } from './switch';
|
|
139
|
+
export { default as Table } from './table';
|
|
140
|
+
export type { ColumnGroupType as TableColumnGroupType, ColumnProps as TableColumnProps, ColumnsType as TableColumnsType, ColumnType as TableColumnType, TablePaginationConfig, TableProps, } from './table';
|
|
141
|
+
export { default as Tabs } from './tabs';
|
|
142
|
+
export type { TabPaneProps, TabsProps } from './tabs';
|
|
143
|
+
export { default as Tag } from './tag';
|
|
144
|
+
export type { TagProps, TagType } from './tag';
|
|
145
|
+
export { default as TimePicker } from './time-picker';
|
|
146
|
+
export type { TimePickerProps, TimeRangePickerProps } from './time-picker';
|
|
147
|
+
export { default as Timeline } from './timeline';
|
|
148
|
+
export type { TimelineItemProps, TimelineProps } from './timeline';
|
|
149
|
+
export { default as Tooltip } from './tooltip';
|
|
150
|
+
export type { TooltipProps } from './tooltip';
|
|
151
|
+
export { default as Tour } from './tour';
|
|
152
|
+
export type { TourProps, TourStepProps } from './tour/interface';
|
|
153
|
+
export { default as Transfer } from './transfer';
|
|
154
|
+
export type { TransferProps } from './transfer';
|
|
155
|
+
export { default as Tree } from './tree';
|
|
156
|
+
export type { AntTreeNodeProps as TreeNodeProps, DataNode as TreeDataNode, TreeProps } from './tree';
|
|
157
|
+
export { default as TreeSelect } from './tree-select';
|
|
158
|
+
export type { TreeSelectProps } from './tree-select';
|
|
159
|
+
export { default as Typography } from './typography';
|
|
160
|
+
export type { TypographyProps } from './typography';
|
|
161
|
+
export { default as Upload } from './upload';
|
|
162
|
+
export type { UploadFile, UploadProps } from './upload';
|
|
163
|
+
export { default as UploadOss } from './upload-oss';
|
|
164
|
+
export { default as version } from './version';
|
|
165
|
+
export { default as VirtualList } from './virtual-list';
|
|
166
|
+
export { default as WaterMark } from './water-mark';
|
|
167
|
+
export type { WaterMarkProps } from './water-mark';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IBottomOpetateCompoentProps {
|
|
3
|
+
isShowAddAction?: boolean;
|
|
4
|
+
handleAdd?: () => void;
|
|
5
|
+
recordCreatorProps?: {
|
|
6
|
+
creatorButtonText?: string;
|
|
7
|
+
style?: Record<string, any>;
|
|
8
|
+
initData?: Record<string, any> | (() => Record<string, any>);
|
|
9
|
+
customAddClick?: () => void;
|
|
10
|
+
};
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare const BottomOpetateComponent: (props: IBottomOpetateCompoentProps) => React.JSX.Element;
|
|
14
|
+
export default BottomOpetateComponent;
|
package/lib/index.d.ts
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
export declare const theme: any;
|
|
2
|
+
export { default as AdvancedFilter } from './advanced-filter';
|
|
3
|
+
export type { AdvancedFilterProps } from './advanced-filter';
|
|
4
|
+
export { default as Affix } from './affix';
|
|
5
|
+
export type { AffixProps } from './affix';
|
|
6
|
+
export { default as Alert } from './alert';
|
|
7
|
+
export type { AlertProps } from './alert';
|
|
8
|
+
export { default as Anchor } from './anchor';
|
|
9
|
+
export type { AnchorLinkProps, AnchorProps } from './anchor';
|
|
10
|
+
export { default as AutoComplete } from './auto-complete';
|
|
11
|
+
export type { AutoCompleteProps } from './auto-complete';
|
|
12
|
+
export { default as Avatar } from './avatar';
|
|
13
|
+
export type { AvatarProps } from './avatar';
|
|
14
|
+
export { default as BackTop } from './back-top';
|
|
15
|
+
export type { BackTopProps } from './back-top';
|
|
16
|
+
export { default as Badge } from './badge';
|
|
17
|
+
export type { BadgeProps } from './badge';
|
|
18
|
+
export { default as Breadcrumb } from './breadcrumb';
|
|
19
|
+
export type { BreadcrumbItemProps, BreadcrumbProps } from './breadcrumb';
|
|
20
|
+
export { default as Button } from './button';
|
|
21
|
+
export type { ButtonProps } from './button';
|
|
22
|
+
export { default as ButtonTags } from './button-tags';
|
|
23
|
+
export { default as Calendar } from './calendar';
|
|
24
|
+
export type { CalendarProps } from './calendar';
|
|
25
|
+
export { default as Card } from './card';
|
|
26
|
+
export type { CardProps } from './card';
|
|
27
|
+
export { default as CardTable } from './card-table';
|
|
28
|
+
export { default as Carousel } from './carousel';
|
|
29
|
+
export type { CarouselProps } from './carousel';
|
|
30
|
+
export { default as Cascader } from './cascader';
|
|
31
|
+
export type { CascaderProps } from './cascader';
|
|
32
|
+
export { default as ChartTable } from './chart-table';
|
|
33
|
+
export type { ChartTableProps } from './chart-table';
|
|
34
|
+
export { default as Checkbox } from './checkbox';
|
|
35
|
+
export type { CheckboxOptionType, CheckboxProps } from './checkbox';
|
|
36
|
+
export { default as Col } from './col';
|
|
37
|
+
export type { ColProps } from './col';
|
|
38
|
+
export { default as Collapse } from './collapse';
|
|
39
|
+
export type { CollapsePanelProps, CollapseProps } from './collapse';
|
|
40
|
+
export { default as Comment } from './comment';
|
|
41
|
+
export type { CommentProps } from './comment';
|
|
42
|
+
export { default as ComplexFilter } from './complex-filter';
|
|
43
|
+
export type { ComponentProps } from './complex-filter';
|
|
44
|
+
export { default as ConfigProvider } from './config-provider';
|
|
45
|
+
export { default as Cron } from './cron';
|
|
46
|
+
export { default as CropImg } from './crop-img';
|
|
47
|
+
export type { CropImgProps } from './crop-img';
|
|
48
|
+
export { default as CustomTableOption } from './custom-table-option';
|
|
49
|
+
export { default as DatePicker } from './date-picker';
|
|
50
|
+
export type { DatePickerProps } from './date-picker';
|
|
51
|
+
export { default as Descriptions } from './descriptions';
|
|
52
|
+
export type { DescriptionsProps } from './descriptions';
|
|
53
|
+
export { default as Divider } from './divider';
|
|
54
|
+
export type { DividerProps } from './divider';
|
|
55
|
+
export { default as Drawer } from './drawer';
|
|
56
|
+
export type { DrawerProps } from './drawer';
|
|
57
|
+
export { default as Dropdown } from './dropdown';
|
|
58
|
+
export type { DropdownProps, DropdownProps as DropDownProps } from './dropdown';
|
|
59
|
+
export { default as Empty } from './empty';
|
|
60
|
+
export type { EmptyProps } from './empty';
|
|
61
|
+
export { default as Form } from './form';
|
|
62
|
+
export type { FormInstance, FormItemProps, FormListFieldData, FormListOperation, FormProps, Rule as FormRule, } from './form';
|
|
63
|
+
export { default as FullScreen } from './full-screen';
|
|
64
|
+
export type { IFullScreenProps } from './full-screen';
|
|
65
|
+
export { default as Grid } from './grid';
|
|
66
|
+
export { default as IconFont } from './icon-font';
|
|
67
|
+
export { default as Image } from './image';
|
|
68
|
+
export type { ImageProps } from './image';
|
|
69
|
+
export { default as ImageViewer } from './image-viewer';
|
|
70
|
+
export type { ImageViewerProps } from './image-viewer';
|
|
71
|
+
export { default as Input } from './input';
|
|
72
|
+
export type { InputProps, InputRef } from './input';
|
|
73
|
+
export { default as InputNumber } from './input-number';
|
|
74
|
+
export type { InputNumberProps } from './input-number';
|
|
75
|
+
export { default as Layout } from './layout';
|
|
76
|
+
export type { LayoutProps, SiderProps } from './layout';
|
|
77
|
+
export { default as LeftTable } from './left-table';
|
|
78
|
+
export { default as List } from './list';
|
|
79
|
+
export type { ListProps } from './list';
|
|
80
|
+
export { default as LmDrag } from './lm-drag';
|
|
81
|
+
export { default as LmEditTable } from './lm-edit-table';
|
|
82
|
+
export type { CountdownHandle, TLmEditTable } from './lm-edit-table/EditTable';
|
|
83
|
+
export { default as LmFilter } from './lm-filter';
|
|
84
|
+
export { default as LmImgList } from './lm-img-list';
|
|
85
|
+
export { default as LmSelect } from './lm-select';
|
|
86
|
+
export { default as LmTable } from './lm-table';
|
|
87
|
+
export { default as LmUpload } from './lm-upload';
|
|
88
|
+
export { default as LoadingPage } from './loading-page';
|
|
89
|
+
export { default as Mentions } from './mentions';
|
|
90
|
+
export type { MentionProps } from './mentions';
|
|
91
|
+
export { default as Menu } from './menu';
|
|
92
|
+
export type { MenuItemProps, MenuProps, MenuTheme, SubMenuProps } from './menu';
|
|
93
|
+
export { default as message } from './message';
|
|
94
|
+
export type { ArgsProps as MessageArgsProps } from './message';
|
|
95
|
+
export { default as Modal } from './modal';
|
|
96
|
+
export type { ModalFuncProps, ModalProps } from './modal';
|
|
97
|
+
export { default as notification } from './notification';
|
|
98
|
+
export { default as PageHeader } from './page-header';
|
|
99
|
+
export type { PageHeaderProps } from './page-header';
|
|
100
|
+
export { default as Pagination } from './pagination';
|
|
101
|
+
export type { PaginationProps } from './pagination';
|
|
102
|
+
export { default as Popconfirm } from './popconfirm';
|
|
103
|
+
export type { PopconfirmProps } from './popconfirm';
|
|
104
|
+
export { default as Popover } from './popover';
|
|
105
|
+
export type { PopoverProps } from './popover';
|
|
106
|
+
export { default as Progress } from './progress';
|
|
107
|
+
export type { ProgressProps } from './progress';
|
|
108
|
+
export { default as QRCode } from './q-r-code';
|
|
109
|
+
export type { QRCodeProps, QRPropsCanvas } from './q-r-code/interface';
|
|
110
|
+
export { default as QnnCron } from './qnn-cron';
|
|
111
|
+
export type { CronProps as QnnCronProps } from './qnn-cron';
|
|
112
|
+
export { default as QuickMenu } from './quick-menu';
|
|
113
|
+
export { default as Radio } from './radio';
|
|
114
|
+
export type { RadioChangeEvent, RadioGroupProps, RadioProps } from './radio';
|
|
115
|
+
export { default as Rate } from './rate';
|
|
116
|
+
export type { RateProps } from './rate';
|
|
117
|
+
export { default as Result } from './result';
|
|
118
|
+
export type { ResultProps } from './result';
|
|
119
|
+
export { default as Row } from './row';
|
|
120
|
+
export type { RowProps } from './row';
|
|
121
|
+
export { default as Segmented } from './segmented';
|
|
122
|
+
export type { SegmentedProps } from './segmented';
|
|
123
|
+
export { default as Select } from './select';
|
|
124
|
+
export type { RefSelectProps, SelectProps } from './select';
|
|
125
|
+
export { default as Skeleton } from './skeleton';
|
|
126
|
+
export type { SkeletonProps } from './skeleton';
|
|
127
|
+
export { default as Slider } from './slider';
|
|
128
|
+
export type { SliderSingleProps } from './slider';
|
|
129
|
+
export { default as Space } from './space';
|
|
130
|
+
export type { SpaceProps } from './space';
|
|
131
|
+
export { default as Spin } from './spin';
|
|
132
|
+
export type { SpinProps } from './spin';
|
|
133
|
+
export { default as Statistic } from './statistic';
|
|
134
|
+
export type { StatisticProps } from './statistic';
|
|
135
|
+
export { default as Steps } from './steps';
|
|
136
|
+
export type { StepProps, StepsProps } from './steps';
|
|
137
|
+
export { default as Switch } from './switch';
|
|
138
|
+
export type { SwitchProps } from './switch';
|
|
139
|
+
export { default as Table } from './table';
|
|
140
|
+
export type { ColumnGroupType as TableColumnGroupType, ColumnProps as TableColumnProps, ColumnsType as TableColumnsType, ColumnType as TableColumnType, TablePaginationConfig, TableProps, } from './table';
|
|
141
|
+
export { default as Tabs } from './tabs';
|
|
142
|
+
export type { TabPaneProps, TabsProps } from './tabs';
|
|
143
|
+
export { default as Tag } from './tag';
|
|
144
|
+
export type { TagProps, TagType } from './tag';
|
|
145
|
+
export { default as TimePicker } from './time-picker';
|
|
146
|
+
export type { TimePickerProps, TimeRangePickerProps } from './time-picker';
|
|
147
|
+
export { default as Timeline } from './timeline';
|
|
148
|
+
export type { TimelineItemProps, TimelineProps } from './timeline';
|
|
149
|
+
export { default as Tooltip } from './tooltip';
|
|
150
|
+
export type { TooltipProps } from './tooltip';
|
|
151
|
+
export { default as Tour } from './tour';
|
|
152
|
+
export type { TourProps, TourStepProps } from './tour/interface';
|
|
153
|
+
export { default as Transfer } from './transfer';
|
|
154
|
+
export type { TransferProps } from './transfer';
|
|
155
|
+
export { default as Tree } from './tree';
|
|
156
|
+
export type { AntTreeNodeProps as TreeNodeProps, DataNode as TreeDataNode, TreeProps } from './tree';
|
|
157
|
+
export { default as TreeSelect } from './tree-select';
|
|
158
|
+
export type { TreeSelectProps } from './tree-select';
|
|
159
|
+
export { default as Typography } from './typography';
|
|
160
|
+
export type { TypographyProps } from './typography';
|
|
161
|
+
export { default as Upload } from './upload';
|
|
162
|
+
export type { UploadFile, UploadProps } from './upload';
|
|
163
|
+
export { default as UploadOss } from './upload-oss';
|
|
164
|
+
export { default as version } from './version';
|
|
165
|
+
export { default as VirtualList } from './virtual-list';
|
|
166
|
+
export { default as WaterMark } from './water-mark';
|
|
167
|
+
export type { WaterMarkProps } from './water-mark';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IBottomOpetateCompoentProps {
|
|
3
|
+
isShowAddAction?: boolean;
|
|
4
|
+
handleAdd?: () => void;
|
|
5
|
+
recordCreatorProps?: {
|
|
6
|
+
creatorButtonText?: string;
|
|
7
|
+
style?: Record<string, any>;
|
|
8
|
+
initData?: Record<string, any> | (() => Record<string, any>);
|
|
9
|
+
customAddClick?: () => void;
|
|
10
|
+
};
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare const BottomOpetateComponent: (props: IBottomOpetateCompoentProps) => React.JSX.Element;
|
|
14
|
+
export default BottomOpetateComponent;
|
package/package.json
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FunctionComponent } from 'react';
|
|
2
|
-
import type { AdvancedFilterProps, DataSourceProps } from '../../interface';
|
|
3
|
-
interface ComplexRenderProps extends AdvancedFilterProps {
|
|
4
|
-
onCancel: () => void;
|
|
5
|
-
onOk: () => void;
|
|
6
|
-
dataSource: DataSourceProps[];
|
|
7
|
-
}
|
|
8
|
-
declare const ComplexRender: FunctionComponent<ComplexRenderProps>;
|
|
9
|
-
export default ComplexRender;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
export declare const prefix = "lm_adv_filter";
|
|
2
|
-
/** 基础字段枚举 */
|
|
3
|
-
export declare enum FIELD_ENUM {
|
|
4
|
-
BASIC = "basic",
|
|
5
|
-
COMPLEX = "complex",
|
|
6
|
-
SEARCH = "search",
|
|
7
|
-
CUSTOM = "custom",
|
|
8
|
-
CONDITIONS = "conditions",
|
|
9
|
-
RELATION = "relation"
|
|
10
|
-
}
|
|
11
|
-
/** 动态字段枚举 */
|
|
12
|
-
export declare enum DYNAMIC_ENUM {
|
|
13
|
-
FIELD_NAME = "fieldName",
|
|
14
|
-
FIELD_TYPE = "fieldType",
|
|
15
|
-
OPERATOR = "operator",
|
|
16
|
-
RELATION = "relation",
|
|
17
|
-
TABLE_OBJ = "tableObj",
|
|
18
|
-
TYPE = "type",
|
|
19
|
-
VALUE = "value"
|
|
20
|
-
}
|
|
21
|
-
/** 来源字段枚举, 用于初始化将接收的参数转换为 DYNAMIC_ENUM 枚举值 */
|
|
22
|
-
export declare enum SOURCE_ENUM {
|
|
23
|
-
TITLE = "title",
|
|
24
|
-
FIELD_NAME = "field",
|
|
25
|
-
FIELD_TYPE = "valueType",
|
|
26
|
-
OPERATOR = "operator",
|
|
27
|
-
RELATION = "relation",
|
|
28
|
-
TABLE_OBJ = "tableObj",
|
|
29
|
-
TYPE = "type",
|
|
30
|
-
VALUE = "value",
|
|
31
|
-
OPTIONS = "data"
|
|
32
|
-
}
|
|
33
|
-
/** 初始化各字段值 */
|
|
34
|
-
export declare const initialFieldsValue: {
|
|
35
|
-
fieldType: string;
|
|
36
|
-
operator: string;
|
|
37
|
-
relation: string;
|
|
38
|
-
};
|
|
39
|
-
declare const _default: {};
|
|
40
|
-
export default _default;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { FormInstance } from '../form';
|
|
3
|
-
import type { AdvancedFilterProps } from './interface';
|
|
4
|
-
declare const AdvancedFilter: React.ForwardRefExoticComponent<Omit<AdvancedFilterProps, "ref"> & React.RefAttributes<FormInstance<any>>>;
|
|
5
|
-
export { AdvancedFilterProps };
|
|
6
|
-
export default AdvancedFilter;
|
package/es/locale/default.d.ts
DELETED
package/es/locale/zh_CN.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FunctionComponent } from 'react';
|
|
2
|
-
import type { AdvancedFilterProps, DataSourceProps } from '../../interface';
|
|
3
|
-
interface ComplexRenderProps extends AdvancedFilterProps {
|
|
4
|
-
onCancel: () => void;
|
|
5
|
-
onOk: () => void;
|
|
6
|
-
dataSource: DataSourceProps[];
|
|
7
|
-
}
|
|
8
|
-
declare const ComplexRender: FunctionComponent<ComplexRenderProps>;
|
|
9
|
-
export default ComplexRender;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
export declare const prefix = "lm_adv_filter";
|
|
2
|
-
/** 基础字段枚举 */
|
|
3
|
-
export declare enum FIELD_ENUM {
|
|
4
|
-
BASIC = "basic",
|
|
5
|
-
COMPLEX = "complex",
|
|
6
|
-
SEARCH = "search",
|
|
7
|
-
CUSTOM = "custom",
|
|
8
|
-
CONDITIONS = "conditions",
|
|
9
|
-
RELATION = "relation"
|
|
10
|
-
}
|
|
11
|
-
/** 动态字段枚举 */
|
|
12
|
-
export declare enum DYNAMIC_ENUM {
|
|
13
|
-
FIELD_NAME = "fieldName",
|
|
14
|
-
FIELD_TYPE = "fieldType",
|
|
15
|
-
OPERATOR = "operator",
|
|
16
|
-
RELATION = "relation",
|
|
17
|
-
TABLE_OBJ = "tableObj",
|
|
18
|
-
TYPE = "type",
|
|
19
|
-
VALUE = "value"
|
|
20
|
-
}
|
|
21
|
-
/** 来源字段枚举, 用于初始化将接收的参数转换为 DYNAMIC_ENUM 枚举值 */
|
|
22
|
-
export declare enum SOURCE_ENUM {
|
|
23
|
-
TITLE = "title",
|
|
24
|
-
FIELD_NAME = "field",
|
|
25
|
-
FIELD_TYPE = "valueType",
|
|
26
|
-
OPERATOR = "operator",
|
|
27
|
-
RELATION = "relation",
|
|
28
|
-
TABLE_OBJ = "tableObj",
|
|
29
|
-
TYPE = "type",
|
|
30
|
-
VALUE = "value",
|
|
31
|
-
OPTIONS = "data"
|
|
32
|
-
}
|
|
33
|
-
/** 初始化各字段值 */
|
|
34
|
-
export declare const initialFieldsValue: {
|
|
35
|
-
fieldType: string;
|
|
36
|
-
operator: string;
|
|
37
|
-
relation: string;
|
|
38
|
-
};
|
|
39
|
-
declare const _default: {};
|
|
40
|
-
export default _default;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { FormInstance } from '../form';
|
|
3
|
-
import type { AdvancedFilterProps } from './interface';
|
|
4
|
-
declare const AdvancedFilter: React.ForwardRefExoticComponent<Omit<AdvancedFilterProps, "ref"> & React.RefAttributes<FormInstance<any>>>;
|
|
5
|
-
export { AdvancedFilterProps };
|
|
6
|
-
export default AdvancedFilter;
|
package/lib/locale/default.d.ts
DELETED
package/lib/locale/zh_CN.d.ts
DELETED