@zat-design/sisyphus-react 4.5.1 → 4.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/ProEditTable/components/Summary/index.js +3 -2
- package/es/ProEditTable/utils/tools.js +1 -1
- package/es/ProForm/components/combination/FormList/components/ActionButton.js +7 -6
- package/es/ProForm/components/combination/FormList/components/ToolbarButton.js +4 -3
- package/es/ProForm/components/combination/ProModalSelect/index.js +1 -1
- package/es/ProForm/components/render/RenderFields.js +3 -1
- package/es/ProForm/hooks/useWatch.js +8 -10
- package/es/ProLayout/components/ProHeader/index.js +28 -15
- package/es/ProSelect/index.js +74 -187
- package/es/ProSelect/utils/index.js +174 -0
- package/es/ProTree/components/ProTreeSelect/index.js +17 -3
- package/es/ProUpload/components/DragRender.js +2 -1
- package/es/ProUpload/index.js +1 -1
- package/package.json +1 -1
- package/es/FormsProvider/index.d.ts +0 -18
- package/es/ProAction/components/CheckModalContent/index.d.ts +0 -8
- package/es/ProAction/index.d.ts +0 -7
- package/es/ProAction/propsType.d.ts +0 -45
- package/es/ProConfigProvider/index.d.ts +0 -9
- package/es/ProConfigProvider/propsType.d.ts +0 -78
- package/es/ProDownload/index.d.ts +0 -6
- package/es/ProDownload/propsType.d.ts +0 -71
- package/es/ProDownload/utils.d.ts +0 -60
- package/es/ProDrawerForm/components/ProDrawer/index.d.ts +0 -7
- package/es/ProDrawerForm/components/ProModal/index.d.ts +0 -7
- package/es/ProDrawerForm/components/index.d.ts +0 -2
- package/es/ProDrawerForm/hooks/useConfirmClose.d.ts +0 -25
- package/es/ProDrawerForm/index.d.ts +0 -6
- package/es/ProDrawerForm/propsType.d.ts +0 -111
- package/es/ProDrawerForm/utils/index.d.ts +0 -25
- package/es/ProEditLabel/components/RenderProForm.d.ts +0 -4
- package/es/ProEditLabel/index.d.ts +0 -4
- package/es/ProEditLabel/propsType.d.ts +0 -163
- package/es/ProEditLabel/utils/index.d.ts +0 -7
- package/es/ProEditTable/components/ActionButton/index.d.ts +0 -2
- package/es/ProEditTable/components/RcTable/BaseTable.d.ts +0 -6
- package/es/ProEditTable/components/RcTable/DraggableTable.d.ts +0 -7
- package/es/ProEditTable/components/RcTable/index.d.ts +0 -4
- package/es/ProEditTable/components/RenderField/ListChangedWrapper.d.ts +0 -4
- package/es/ProEditTable/components/RenderField/index.d.ts +0 -3
- package/es/ProEditTable/components/RenderField/propsType.d.ts +0 -30
- package/es/ProEditTable/components/RenderField/tools.d.ts +0 -22
- package/es/ProEditTable/components/RenderToolbar/index.d.ts +0 -2
- package/es/ProEditTable/components/Summary/index.d.ts +0 -12
- package/es/ProEditTable/components/Validator/index.d.ts +0 -19
- package/es/ProEditTable/components/index.d.ts +0 -5
- package/es/ProEditTable/index.d.ts +0 -4
- package/es/ProEditTable/propsType.d.ts +0 -437
- package/es/ProEditTable/utils/config.d.ts +0 -25
- package/es/ProEditTable/utils/diffOriginal.d.ts +0 -22
- package/es/ProEditTable/utils/getDefaultProps.d.ts +0 -1
- package/es/ProEditTable/utils/index.d.ts +0 -23
- package/es/ProEditTable/utils/tools.d.ts +0 -128
- package/es/ProEditTable/utils/transform.d.ts +0 -13
- package/es/ProEditTable/utils/useEditTableError.d.ts +0 -7
- package/es/ProEditTable/utils/useShouldUpdateForTable.d.ts +0 -16
- package/es/ProEditTable/utils/validateAll.d.ts +0 -89
- package/es/ProEnum/components/Group.d.ts +0 -10
- package/es/ProEnum/components/Tag.d.ts +0 -7
- package/es/ProEnum/hooks/useEnum.d.ts +0 -29
- package/es/ProEnum/hooks/useEnumRequest.d.ts +0 -4
- package/es/ProEnum/hooks/useFrequentEnumRequest.d.ts +0 -14
- package/es/ProEnum/index.d.ts +0 -10
- package/es/ProEnum/propsType.d.ts +0 -310
- package/es/ProEnum/utils/eventCenter.d.ts +0 -1
- package/es/ProEnum/utils/frequentEnum.d.ts +0 -39
- package/es/ProEnum/utils/getEnum.d.ts +0 -47
- package/es/ProEnum/utils/getEnumLabel.d.ts +0 -2
- package/es/ProEnum/utils/index.d.ts +0 -84
- package/es/ProForm/components/Container.d.ts +0 -9
- package/es/ProForm/components/FormFooter/index.d.ts +0 -5
- package/es/ProForm/components/FormFooter/propsType.d.ts +0 -22
- package/es/ProForm/components/base/Checkbox/index.d.ts +0 -14
- package/es/ProForm/components/base/DatePicker/index.d.ts +0 -11
- package/es/ProForm/components/base/Input/index.d.ts +0 -3
- package/es/ProForm/components/base/Input/propsType.d.ts +0 -21
- package/es/ProForm/components/base/InputNumber/index.d.ts +0 -11
- package/es/ProForm/components/base/Radio/index.d.ts +0 -15
- package/es/ProForm/components/base/RangePicker/index.d.ts +0 -19
- package/es/ProForm/components/base/RangePicker/useDateRange.d.ts +0 -15
- package/es/ProForm/components/base/Select/index.d.ts +0 -11
- package/es/ProForm/components/base/Switch/index.d.ts +0 -10
- package/es/ProForm/components/base/SwitchCheckbox/index.d.ts +0 -10
- package/es/ProForm/components/base/TextArea/index.d.ts +0 -11
- package/es/ProForm/components/base/TimePicker/index.d.ts +0 -13
- package/es/ProForm/components/combination/Container/index.d.ts +0 -4
- package/es/ProForm/components/combination/Container/propsType.d.ts +0 -13
- package/es/ProForm/components/combination/FormList/components/ActionButton.d.ts +0 -24
- package/es/ProForm/components/combination/FormList/components/BlockFields.d.ts +0 -23
- package/es/ProForm/components/combination/FormList/components/Empty.d.ts +0 -13
- package/es/ProForm/components/combination/FormList/components/LineFields.d.ts +0 -20
- package/es/ProForm/components/combination/FormList/components/ToolbarButton.d.ts +0 -12
- package/es/ProForm/components/combination/FormList/index.d.ts +0 -4
- package/es/ProForm/components/combination/FormList/propsType.d.ts +0 -69
- package/es/ProForm/components/combination/FormList/utils.d.ts +0 -18
- package/es/ProForm/components/combination/Group/component/AddonWrapper/index.d.ts +0 -9
- package/es/ProForm/components/combination/Group/component/ComRender.d.ts +0 -28
- package/es/ProForm/components/combination/Group/component/FlexibleGroup.d.ts +0 -10
- package/es/ProForm/components/combination/Group/hooks/index.d.ts +0 -34
- package/es/ProForm/components/combination/Group/index.d.ts +0 -9
- package/es/ProForm/components/combination/Group/propsType.d.ts +0 -99
- package/es/ProForm/components/combination/Group/utils/index.d.ts +0 -154
- package/es/ProForm/components/combination/ProCascader/index.d.ts +0 -4
- package/es/ProForm/components/combination/ProCascader/propsType.d.ts +0 -48
- package/es/ProForm/components/combination/ProCascader/utils/index.d.ts +0 -14
- package/es/ProForm/components/combination/ProModalSelect/hooks/useRequestList.d.ts +0 -33
- package/es/ProForm/components/combination/ProModalSelect/index.d.ts +0 -4
- package/es/ProForm/components/combination/ProModalSelect/propsType.d.ts +0 -106
- package/es/ProForm/components/combination/ProModalSelect/utils/index.d.ts +0 -1
- package/es/ProForm/components/combination/ProModalSelect/utils/mergeSelectedRows.d.ts +0 -14
- package/es/ProForm/components/combination/ProNumberRange/index.d.ts +0 -4
- package/es/ProForm/components/combination/ProNumberRange/propsType.d.ts +0 -85
- package/es/ProForm/components/combination/ProRangeLimit/index.d.ts +0 -4
- package/es/ProForm/components/combination/ProRangeLimit/propsType.d.ts +0 -23
- package/es/ProForm/components/combination/ProTimeLimit/hooks/useControlled.d.ts +0 -9
- package/es/ProForm/components/combination/ProTimeLimit/index.d.ts +0 -33
- package/es/ProForm/components/index.d.ts +0 -29
- package/es/ProForm/components/render/ChangedWrapper.d.ts +0 -17
- package/es/ProForm/components/render/ConfirmWrapper.d.ts +0 -10
- package/es/ProForm/components/render/CustomComponentViewWrapper.d.ts +0 -30
- package/es/ProForm/components/render/Render.d.ts +0 -4
- package/es/ProForm/components/render/RenderFields.d.ts +0 -26
- package/es/ProForm/components/render/propsType.d.ts +0 -279
- package/es/ProForm/hooks/useControlled.d.ts +0 -1
- package/es/ProForm/hooks/useDeepCompareMemo.d.ts +0 -2
- package/es/ProForm/hooks/useFieldProps.d.ts +0 -4
- package/es/ProForm/hooks/useForm.d.ts +0 -8
- package/es/ProForm/hooks/useRules.d.ts +0 -16
- package/es/ProForm/hooks/useShouldUpdate.d.ts +0 -31
- package/es/ProForm/hooks/useWatch.d.ts +0 -22
- package/es/ProForm/index.d.ts +0 -6
- package/es/ProForm/propsType.d.ts +0 -143
- package/es/ProForm/utils/buildFormItemProps.d.ts +0 -25
- package/es/ProForm/utils/diffOriginal.d.ts +0 -10
- package/es/ProForm/utils/getDefaultProps.d.ts +0 -1
- package/es/ProForm/utils/index.d.ts +0 -109
- package/es/ProForm/utils/processDependencies.d.ts +0 -29
- package/es/ProForm/utils/reactiveValues.d.ts +0 -34
- package/es/ProForm/utils/rulesCreator.d.ts +0 -7
- package/es/ProForm/utils/transformNames.d.ts +0 -10
- package/es/ProForm/utils/transformValue.d.ts +0 -6
- package/es/ProForm/utils/valueType.d.ts +0 -70
- package/es/ProIcon/config/index.d.ts +0 -19
- package/es/ProIcon/index.d.ts +0 -4
- package/es/ProIcon/propsTypes.d.ts +0 -175
- package/es/ProIcon/utils/index.d.ts +0 -6
- package/es/ProLayout/components/Layout/Header/index.d.ts +0 -4
- package/es/ProLayout/components/Layout/Menu/FoldMenu/index.d.ts +0 -3
- package/es/ProLayout/components/Layout/Menu/OpenMenu/index.d.ts +0 -3
- package/es/ProLayout/components/Layout/Menu/OpenMenu/propsType.d.ts +0 -15
- package/es/ProLayout/components/Layout/Menu/SideMenu/index.d.ts +0 -3
- package/es/ProLayout/components/Layout/Menu/index.d.ts +0 -4
- package/es/ProLayout/components/Layout/Notice/index.d.ts +0 -4
- package/es/ProLayout/components/Layout/index.d.ts +0 -3
- package/es/ProLayout/components/ProCollapse/PropTypes.d.ts +0 -98
- package/es/ProLayout/components/ProCollapse/index.d.ts +0 -3
- package/es/ProLayout/components/ProFooter/PropTypes.d.ts +0 -27
- package/es/ProLayout/components/ProFooter/index.d.ts +0 -4
- package/es/ProLayout/components/ProHeader/PropTypes.d.ts +0 -206
- package/es/ProLayout/components/ProHeader/components/Copy/index.d.ts +0 -4
- package/es/ProLayout/components/ProHeader/components/ProBackBtn/index.d.ts +0 -9
- package/es/ProLayout/components/ProHeader/components/ProBackBtn/propsType.d.ts +0 -4
- package/es/ProLayout/components/ProHeader/components/index.d.ts +0 -2
- package/es/ProLayout/components/ProHeader/index.d.ts +0 -4
- package/es/ProLayout/components/ProHeader/utils/index.d.ts +0 -5
- package/es/ProLayout/components/TabsManager/components/TabContextMenu.d.ts +0 -7
- package/es/ProLayout/components/TabsManager/components/TabItem.d.ts +0 -26
- package/es/ProLayout/components/TabsManager/components/TabsContext.d.ts +0 -6
- package/es/ProLayout/components/TabsManager/components/TabsHeader.d.ts +0 -10
- package/es/ProLayout/components/TabsManager/hooks/useActiveTab.d.ts +0 -6
- package/es/ProLayout/components/TabsManager/hooks/useIframeRoute.d.ts +0 -25
- package/es/ProLayout/components/TabsManager/hooks/useProLayoutTabs.d.ts +0 -18
- package/es/ProLayout/components/TabsManager/hooks/useTabsCache.d.ts +0 -31
- package/es/ProLayout/components/TabsManager/hooks/useTabsState.d.ts +0 -5
- package/es/ProLayout/components/TabsManager/index.d.ts +0 -7
- package/es/ProLayout/components/TabsManager/propTypes.d.ts +0 -89
- package/es/ProLayout/components/TabsManager/utils/index.d.ts +0 -47
- package/es/ProLayout/components/index.d.ts +0 -3
- package/es/ProLayout/index.d.ts +0 -20
- package/es/ProLayout/propTypes.d.ts +0 -533
- package/es/ProLayout/utils/index.d.ts +0 -43
- package/es/ProSelect/components/AdaptiveTooltip.d.ts +0 -4
- package/es/ProSelect/index.d.ts +0 -5
- package/es/ProSelect/propsType.d.ts +0 -162
- package/es/ProSelect/utils/index.d.ts +0 -4
- package/es/ProStep/components/Anchor/index.d.ts +0 -4
- package/es/ProStep/components/Item/index.d.ts +0 -3
- package/es/ProStep/components/LazyLoad/index.d.ts +0 -19
- package/es/ProStep/components/Listener/index.d.ts +0 -4
- package/es/ProStep/components/Step/index.d.ts +0 -5
- package/es/ProStep/index.d.ts +0 -11
- package/es/ProStep/propsType.d.ts +0 -224
- package/es/ProStep/utils/index.d.ts +0 -22
- package/es/ProStepTab/index.d.ts +0 -22
- package/es/ProStepTab/propsType.d.ts +0 -114
- package/es/ProTable/components/EditableCell/EditIcon.d.ts +0 -6
- package/es/ProTable/components/EditableCell/index.d.ts +0 -4
- package/es/ProTable/components/EditableCell/propsType.d.ts +0 -24
- package/es/ProTable/components/FormatColumn/index.d.ts +0 -22
- package/es/ProTable/components/FormatColumn/propsType.d.ts +0 -29
- package/es/ProTable/components/RcTable/components/BaseTable/index.d.ts +0 -3
- package/es/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/index.d.ts +0 -18
- package/es/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/utils/index.d.ts +0 -8
- package/es/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/utils/propsType.d.ts +0 -61
- package/es/ProTable/components/RcTable/components/DraggableTable/index.d.ts +0 -3
- package/es/ProTable/components/RcTable/index.d.ts +0 -4
- package/es/ProTable/components/RenderColumn/index.d.ts +0 -22
- package/es/ProTable/components/RenderEmptyText/index.d.ts +0 -3
- package/es/ProTable/components/RenderFooter/index.d.ts +0 -2
- package/es/ProTable/components/RenderSummary/index.d.ts +0 -3
- package/es/ProTable/components/RenderTableHeader/index.d.ts +0 -2
- package/es/ProTable/components/RenderTabs/index.d.ts +0 -4
- package/es/ProTable/components/TableResizable/index.d.ts +0 -13
- package/es/ProTable/components/TooltipTitle/index.d.ts +0 -11
- package/es/ProTable/components/index.d.ts +0 -31
- package/es/ProTable/hooks/useAntdTable.d.ts +0 -7
- package/es/ProTable/index.d.ts +0 -17
- package/es/ProTable/propsType.d.ts +0 -792
- package/es/ProTable/utils/columnStorage.d.ts +0 -35
- package/es/ProTable/utils/index.d.ts +0 -52
- package/es/ProTabs/components/Card/index.d.ts +0 -3
- package/es/ProTabs/components/index.d.ts +0 -1
- package/es/ProTabs/index.d.ts +0 -4
- package/es/ProTabs/propType.d.ts +0 -94
- package/es/ProThemeTools/component/ProTools/index.d.ts +0 -3
- package/es/ProThemeTools/component/index.d.ts +0 -1
- package/es/ProThemeTools/context/ThemeContext.d.ts +0 -43
- package/es/ProThemeTools/index.d.ts +0 -9
- package/es/ProThemeTools/propsType.d.ts +0 -170
- package/es/ProThemeTools/utils/index.d.ts +0 -51
- package/es/ProTooltip/index.d.ts +0 -3
- package/es/ProTooltip/propsType.d.ts +0 -57
- package/es/ProTree/components/AdaptiveTooltip.d.ts +0 -4
- package/es/ProTree/components/CloseIcon.d.ts +0 -2
- package/es/ProTree/components/List.d.ts +0 -17
- package/es/ProTree/components/ProTree.d.ts +0 -3
- package/es/ProTree/components/ProTreeSelect/index.d.ts +0 -5
- package/es/ProTree/components/ProTreeSelect/propsType.d.ts +0 -445
- package/es/ProTree/components/SearchTitle.d.ts +0 -11
- package/es/ProTree/components/Tree.d.ts +0 -27
- package/es/ProTree/components/index.d.ts +0 -4
- package/es/ProTree/index.d.ts +0 -3
- package/es/ProTree/propsType.d.ts +0 -818
- package/es/ProTree/utils.d.ts +0 -62
- package/es/ProTreeModal/components/Cascader.d.ts +0 -14
- package/es/ProTreeModal/components/CloseIcon.d.ts +0 -2
- package/es/ProTreeModal/components/List.d.ts +0 -21
- package/es/ProTreeModal/components/SearchTitle.d.ts +0 -7
- package/es/ProTreeModal/components/SortableItem.d.ts +0 -12
- package/es/ProTreeModal/components/Tree.d.ts +0 -25
- package/es/ProTreeModal/components/Trigger.d.ts +0 -21
- package/es/ProTreeModal/components/index.d.ts +0 -6
- package/es/ProTreeModal/index.d.ts +0 -4
- package/es/ProTreeModal/propsType.d.ts +0 -298
- package/es/ProTreeModal/utils.d.ts +0 -39
- package/es/ProUpload/components/ButtonRender.d.ts +0 -20
- package/es/ProUpload/components/DragRender.d.ts +0 -21
- package/es/ProUpload/components/DraggableUploadListItem.d.ts +0 -2
- package/es/ProUpload/components/Example.d.ts +0 -10
- package/es/ProUpload/components/FileItem.d.ts +0 -33
- package/es/ProUpload/components/ImageRender.d.ts +0 -19
- package/es/ProUpload/index.d.ts +0 -4
- package/es/ProUpload/propsType.d.ts +0 -264
- package/es/ProUpload/uitls.d.ts +0 -3
- package/es/ProUtils/utils/index.d.ts +0 -6
- package/es/ProViewer/index.d.ts +0 -4
- package/es/ProViewer/propsType.d.ts +0 -37
- package/es/ProWaterMark/index.d.ts +0 -4
- package/es/ProWaterMark/propsType.d.ts +0 -6
- package/es/hooks/useDraggableRow.d.ts +0 -34
- package/es/index.d.ts +0 -58
- package/es/locale/en_US.d.ts +0 -176
- package/es/locale/index.d.ts +0 -15
- package/es/locale/zh_CN.d.ts +0 -176
- package/es/tokens.d.ts +0 -83
- package/es/utils/index.d.ts +0 -20
package/es/locale/zh_CN.d.ts
DELETED
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
ProDrawerForm: {
|
|
3
|
-
save: string;
|
|
4
|
-
confirm: string;
|
|
5
|
-
cancel: string;
|
|
6
|
-
isSureClose: string;
|
|
7
|
-
secondTipsWhenSave: string;
|
|
8
|
-
};
|
|
9
|
-
ProLayout: {
|
|
10
|
-
tipAlt: string;
|
|
11
|
-
closeAlt: string;
|
|
12
|
-
tabMaxLimitMessage: string;
|
|
13
|
-
};
|
|
14
|
-
ProHeader: {
|
|
15
|
-
versionTitle: string;
|
|
16
|
-
confirmTitle: string;
|
|
17
|
-
confirm: string;
|
|
18
|
-
cancel: string;
|
|
19
|
-
backText: string;
|
|
20
|
-
copyTooltips: string[];
|
|
21
|
-
};
|
|
22
|
-
ProDownload: {
|
|
23
|
-
errorMessage: string;
|
|
24
|
-
};
|
|
25
|
-
ProForm: {
|
|
26
|
-
unfold: string;
|
|
27
|
-
packUp: string;
|
|
28
|
-
inputPlaceholder: string;
|
|
29
|
-
treeSelectPlaceholder: string;
|
|
30
|
-
selectPlaceHolder: string;
|
|
31
|
-
switchText: string[];
|
|
32
|
-
ruleStartEndText: string[];
|
|
33
|
-
search: string;
|
|
34
|
-
reset: string;
|
|
35
|
-
ruleText: string;
|
|
36
|
-
completeText: string;
|
|
37
|
-
halfRuleText: string;
|
|
38
|
-
formListActions: string[];
|
|
39
|
-
formListConfirmMessage: string;
|
|
40
|
-
noData: string;
|
|
41
|
-
moreItems: string;
|
|
42
|
-
};
|
|
43
|
-
ProAction: {
|
|
44
|
-
errorMessage: string;
|
|
45
|
-
defaultTitle: string;
|
|
46
|
-
};
|
|
47
|
-
ProTable: {
|
|
48
|
-
noData: string;
|
|
49
|
-
resetColumnWidth: string;
|
|
50
|
-
customColumns: string;
|
|
51
|
-
transformResponseMsg: string;
|
|
52
|
-
deselect: string;
|
|
53
|
-
selectCurPage: string;
|
|
54
|
-
selectAll: string;
|
|
55
|
-
hasSelected: string;
|
|
56
|
-
total: string;
|
|
57
|
-
};
|
|
58
|
-
ProAddressBar: {
|
|
59
|
-
placeholder: string;
|
|
60
|
-
detailPlaceholder: string;
|
|
61
|
-
};
|
|
62
|
-
ProTree: {
|
|
63
|
-
inputPlaceholder: string;
|
|
64
|
-
unExpand: string;
|
|
65
|
-
expand: string;
|
|
66
|
-
all: string;
|
|
67
|
-
emptyTips: string;
|
|
68
|
-
};
|
|
69
|
-
ProUpload: {
|
|
70
|
-
exampleTitle: string;
|
|
71
|
-
errorInfoExt: string;
|
|
72
|
-
errorInfoSize: string;
|
|
73
|
-
buttonText: string;
|
|
74
|
-
draggerSelect: string;
|
|
75
|
-
draggerDelete: string;
|
|
76
|
-
draggerTips: string;
|
|
77
|
-
draggerBtnTxt: string;
|
|
78
|
-
draggerFileExt: string;
|
|
79
|
-
draggerLimitless: string;
|
|
80
|
-
view: string;
|
|
81
|
-
delete: string;
|
|
82
|
-
download: string;
|
|
83
|
-
};
|
|
84
|
-
ProStep: {
|
|
85
|
-
catalogue: string;
|
|
86
|
-
};
|
|
87
|
-
ProEditTable: {
|
|
88
|
-
confirm: string;
|
|
89
|
-
cancel: string;
|
|
90
|
-
select: string;
|
|
91
|
-
enter: string;
|
|
92
|
-
add: string;
|
|
93
|
-
edit: string;
|
|
94
|
-
copy: string;
|
|
95
|
-
delete: string;
|
|
96
|
-
mulDelete: string;
|
|
97
|
-
save: string;
|
|
98
|
-
custom: string;
|
|
99
|
-
operation: string;
|
|
100
|
-
noData: string;
|
|
101
|
-
clickAdd: string;
|
|
102
|
-
total: string;
|
|
103
|
-
onlyOneLineMsg: string;
|
|
104
|
-
deletePoConfirmMsg: string;
|
|
105
|
-
mulDeletePoConfirmMsg: string;
|
|
106
|
-
};
|
|
107
|
-
ProModalSelect: {
|
|
108
|
-
checkMsg: string;
|
|
109
|
-
select: string;
|
|
110
|
-
total: string;
|
|
111
|
-
};
|
|
112
|
-
ProSelect: {
|
|
113
|
-
checkMsg: string;
|
|
114
|
-
select: string;
|
|
115
|
-
};
|
|
116
|
-
ProEnum: {
|
|
117
|
-
errorDataSource: string;
|
|
118
|
-
errorMessage: string;
|
|
119
|
-
errorArrayMessage: string;
|
|
120
|
-
errorNoEnumType: string;
|
|
121
|
-
mainInitByRequest: string;
|
|
122
|
-
mainInitByCache: string;
|
|
123
|
-
requestError: string;
|
|
124
|
-
mainInitOnce: string;
|
|
125
|
-
sonInitEvent: string;
|
|
126
|
-
};
|
|
127
|
-
ProTreeModal: {
|
|
128
|
-
checkMsg: string;
|
|
129
|
-
select: string;
|
|
130
|
-
input: string;
|
|
131
|
-
errorArrayMessage: string;
|
|
132
|
-
selectMin: string;
|
|
133
|
-
selectMax: string;
|
|
134
|
-
noCheck: string;
|
|
135
|
-
checkAll: string;
|
|
136
|
-
checkAll1: string;
|
|
137
|
-
check: string;
|
|
138
|
-
clearAll: string;
|
|
139
|
-
checkNumber: string;
|
|
140
|
-
noFinal: string;
|
|
141
|
-
specifyMode: string[];
|
|
142
|
-
};
|
|
143
|
-
ProTimeLimit: {
|
|
144
|
-
foreverText: string;
|
|
145
|
-
};
|
|
146
|
-
ProThemeTools: {
|
|
147
|
-
title: string;
|
|
148
|
-
copySuccess: string;
|
|
149
|
-
layout: string;
|
|
150
|
-
layoutMode: string[];
|
|
151
|
-
themeColor: string;
|
|
152
|
-
formLabel: string;
|
|
153
|
-
bigText: string;
|
|
154
|
-
flex: string[];
|
|
155
|
-
switchText: string[];
|
|
156
|
-
tableBorder: string;
|
|
157
|
-
tableStripe: string;
|
|
158
|
-
reset: string;
|
|
159
|
-
};
|
|
160
|
-
ProViewer: {
|
|
161
|
-
preview: string;
|
|
162
|
-
};
|
|
163
|
-
ProIcon: {
|
|
164
|
-
language: string;
|
|
165
|
-
};
|
|
166
|
-
RangePicker: {
|
|
167
|
-
ranges: {
|
|
168
|
-
today: string;
|
|
169
|
-
lastWeek: string;
|
|
170
|
-
lastMonth: string;
|
|
171
|
-
last3Months: string;
|
|
172
|
-
lastYear: string;
|
|
173
|
-
};
|
|
174
|
-
};
|
|
175
|
-
};
|
|
176
|
-
export default _default;
|
package/es/tokens.d.ts
DELETED
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
declare const tokens: {
|
|
2
|
-
'@zaui-global-bg': string;
|
|
3
|
-
'@zaui-base-bg': string;
|
|
4
|
-
'@zaui-brand': string;
|
|
5
|
-
'@zaui-brand-hover': string;
|
|
6
|
-
'@zaui-brand-active': string;
|
|
7
|
-
'@zaui-brand-disabled': string;
|
|
8
|
-
'@zaui-text': string;
|
|
9
|
-
'@zaui-text-weak': string;
|
|
10
|
-
'@zaui-aide-text': string;
|
|
11
|
-
'@zaui-placeholder': string;
|
|
12
|
-
'@zaui-link': string;
|
|
13
|
-
'@zaui-link-light-active': string;
|
|
14
|
-
'@zaui-line': string;
|
|
15
|
-
'@zaui-dividing-line': string;
|
|
16
|
-
'@zaui-area': string;
|
|
17
|
-
'@zaui-shadow': string;
|
|
18
|
-
'@zaui-form-control-line': string;
|
|
19
|
-
'@zaui-form-control-line-hover': string;
|
|
20
|
-
'@zaui-form-control-line-active': string;
|
|
21
|
-
'@zaui-list-item-active-bg': string;
|
|
22
|
-
'@zaui-list-item-active-hover-bg': string;
|
|
23
|
-
'@zaui-list-item-selected-bg': string;
|
|
24
|
-
'@zaui-list-item-selected-hover-bg': string;
|
|
25
|
-
'@zaui-disabled-bg': string;
|
|
26
|
-
'@zaui-disabled-text': string;
|
|
27
|
-
'@zaui-feedback-overlay-bg': string;
|
|
28
|
-
'@zaui-feedback-overlay-text': string;
|
|
29
|
-
'@zaui-primary': string;
|
|
30
|
-
'@zaui-primary-hover': string;
|
|
31
|
-
'@zaui-primary-active': string;
|
|
32
|
-
'@zaui-danger-line': string;
|
|
33
|
-
'@zaui-danger-bg': string;
|
|
34
|
-
'@zaui-warning-line': string;
|
|
35
|
-
'@zaui-warning-bg': string;
|
|
36
|
-
'@zaui-info-line': string;
|
|
37
|
-
'@zaui-info-bg': string;
|
|
38
|
-
'@zaui-success-line': string;
|
|
39
|
-
'@zaui-success-bg': string;
|
|
40
|
-
'@zaui-danger': string;
|
|
41
|
-
'@zaui-warning': string;
|
|
42
|
-
'@zaui-success': string;
|
|
43
|
-
'@zaui-menu-top-bg': string;
|
|
44
|
-
'@zaui-menu-left-bg': string;
|
|
45
|
-
'@zaui-menu-second-bg': string;
|
|
46
|
-
'@zaui-form-align': string;
|
|
47
|
-
'@zaui-table-header-bg': string;
|
|
48
|
-
'@zaui-table-strip-bg': string;
|
|
49
|
-
'@zaui-table-hover-bg': string;
|
|
50
|
-
'@zaui-table-selected-bg': string;
|
|
51
|
-
'@zaui-table-selected-hover-bg': string;
|
|
52
|
-
'@zaui-table-nested-bg': string;
|
|
53
|
-
'@zaui-form-required-after': string;
|
|
54
|
-
'@zaui-form-required-before': string;
|
|
55
|
-
'@zaui-form-label-width': string;
|
|
56
|
-
'@zaui-border-radius': string;
|
|
57
|
-
'@zaui-border-radius-card': string;
|
|
58
|
-
'@zaui-font-size-title': string;
|
|
59
|
-
'@zaui-font-size-card-title': string;
|
|
60
|
-
'@zaui-font-size': string;
|
|
61
|
-
'@zaui-font-size-sm': string;
|
|
62
|
-
'@zaui-font-size-md': string;
|
|
63
|
-
'@zaui-font-size-lg': string;
|
|
64
|
-
'@zaui-font-size-xl': string;
|
|
65
|
-
'@zaui-font-size-xxl': string;
|
|
66
|
-
'@zaui-font-size-lg-title': string;
|
|
67
|
-
'@zaui-height-border': string;
|
|
68
|
-
'@zaui-height-card': string;
|
|
69
|
-
'@zaui-height-size-xs': string;
|
|
70
|
-
'@zaui-height-size-sm': string;
|
|
71
|
-
'@zaui-height-size-md': string;
|
|
72
|
-
'@zaui-height-size-lg': string;
|
|
73
|
-
'@zaui-height-size-xl': string;
|
|
74
|
-
'@zaui-space-border': string;
|
|
75
|
-
'@zaui-space-card': string;
|
|
76
|
-
'@zaui-space-size-xs': string;
|
|
77
|
-
'@zaui-space-size-sm': string;
|
|
78
|
-
'@zaui-space-size-md': string;
|
|
79
|
-
'@zaui-space-size-lg': string;
|
|
80
|
-
'@zaui-space-size-xl': string;
|
|
81
|
-
'@zaui-line-height-base': string;
|
|
82
|
-
};
|
|
83
|
-
export default tokens;
|
package/es/utils/index.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare const customEqualForFunction: (value: any, other: any) => boolean;
|
|
2
|
-
/**
|
|
3
|
-
* 兼容 React17/18 的 startTransition。
|
|
4
|
-
* - React18+: 使用原生 startTransition
|
|
5
|
-
* - React17 : 直接执行回调
|
|
6
|
-
*/
|
|
7
|
-
export declare function compatStartTransition(cb: () => void): void;
|
|
8
|
-
/**
|
|
9
|
-
* 判断一个值是否是空值
|
|
10
|
-
* 空值 或者 仅包含空值的数组视为空
|
|
11
|
-
*/
|
|
12
|
-
export declare const isEmpty: (value: any, emptyValue?: string) => boolean;
|
|
13
|
-
/**
|
|
14
|
-
* 判断一个元素是否触发了省略号(文本溢出)
|
|
15
|
-
* 如果元素设置为单行(white-space: nowrap)则比较 scrollWidth 与 clientWidth,
|
|
16
|
-
* 如果是多行文本(例如使用 -webkit-line-clamp 实现多行截断)则比较 scrollHeight 与 clientHeight。
|
|
17
|
-
* @param {HTMLElement} element 要检测的元素
|
|
18
|
-
* @returns {boolean} 如果内容溢出返回 true,否则返回 false
|
|
19
|
-
*/
|
|
20
|
-
export declare const isEllipsisActive: (element: Element) => boolean;
|