linkmore-design 1.1.20 → 1.1.21
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/40b22ad7b4ea2a7e.jpg +0 -0
- package/dist/566891e3103ae07a.png +0 -0
- package/dist/9f788f660abc173c.png +0 -0
- package/dist/Affix/demos/basic.d.ts +2 -0
- package/dist/Affix/index.d.ts +54 -0
- package/dist/Affix/style/index.d.ts +1 -0
- package/dist/Affix/style/variables.d.ts +1 -0
- package/dist/Affix/utils.d.ts +15 -0
- package/dist/Alert/ErrorBoundary.d.ts +22 -0
- package/dist/Alert/demos/basic.d.ts +2 -0
- package/dist/Alert/demos/visible.d.ts +2 -0
- package/dist/Alert/index.d.ts +41 -0
- package/dist/Alert/style/index.d.ts +1 -0
- package/dist/Alert/style/variables.d.ts +1 -0
- package/dist/Approval/demos/basic.d.ts +3 -0
- package/dist/Approval/handle.d.ts +11 -0
- package/dist/Approval/index.d.ts +5 -0
- package/dist/Approval/style/index.d.ts +1 -0
- package/dist/Approval/style/variables.d.ts +1 -0
- package/dist/Approval/type.d.ts +56 -0
- package/dist/Approval/util.d.ts +26 -0
- package/dist/AutoComplete/demos/basic.d.ts +3 -0
- package/dist/AutoComplete/index.d.ts +30 -0
- package/dist/AutoComplete/style/index.d.ts +1 -0
- package/dist/AutoComplete/style/variables.d.ts +1 -0
- package/dist/Avatar/demos/basic.d.ts +2 -0
- package/dist/Avatar/index.d.ts +3 -0
- package/dist/Avatar/style/index.d.ts +1 -0
- package/dist/Avatar/style/variables.d.ts +1 -0
- package/dist/Badge/Ribbon.d.ts +15 -0
- package/dist/Badge/ScrollNumber.d.ts +18 -0
- package/dist/Badge/SingleNumber.d.ts +12 -0
- package/dist/Badge/demos/basic.d.ts +2 -0
- package/dist/Badge/demos/basic1.d.ts +3 -0
- package/dist/Badge/demos/basic2.d.ts +3 -0
- package/dist/Badge/index.d.ts +30 -0
- package/dist/Badge/style/index.d.ts +1 -0
- package/dist/Badge/style/variables.d.ts +1 -0
- package/dist/Badge/utils.d.ts +1 -0
- package/dist/Box/LmBox.d.ts +12 -0
- package/dist/Box/body/Item.d.ts +10 -0
- package/dist/Box/body/List.d.ts +6 -0
- package/dist/Box/body/OverflowList.d.ts +6 -0
- package/dist/Box/demos/basic.d.ts +2 -0
- package/dist/Box/index.d.ts +3 -0
- package/dist/Box/style/index.d.ts +1 -0
- package/dist/Box/style/variables.d.ts +1 -0
- package/dist/Box/wrapper/BoxContainer.d.ts +6 -0
- package/dist/Box/wrapper/BoxRoot.d.ts +4 -0
- package/dist/Box/wrapper/BoxWrapper.d.ts +6 -0
- package/dist/Box/wrapper/reducer.d.ts +8 -0
- package/dist/Breadcrumb/demos/basic.d.ts +2 -0
- package/dist/Breadcrumb/demos/basic1.d.ts +2 -0
- package/dist/Breadcrumb/index.d.ts +4 -0
- package/dist/Breadcrumb/style/index.d.ts +1 -0
- package/dist/Breadcrumb/style/variables.d.ts +1 -0
- package/dist/Button/demos/basic.d.ts +2 -0
- package/dist/Button/demos/disabled.d.ts +2 -0
- package/dist/Button/demos/ghost.d.ts +2 -0
- package/dist/Button/demos/icon.d.ts +2 -0
- package/dist/Button/demos/type.d.ts +2 -0
- package/dist/Button/index.d.ts +11 -0
- package/dist/Button/style/index.d.ts +1 -0
- package/dist/ButtonTags/ButtonTags.d.ts +2 -0
- package/dist/ButtonTags/demos/basic.d.ts +2 -0
- package/dist/ButtonTags/demos/basicRaido.d.ts +2 -0
- package/dist/ButtonTags/index.d.ts +2 -0
- package/dist/ButtonTags/style/index.d.ts +1 -0
- package/dist/ButtonTags/style/variables.d.ts +1 -0
- package/dist/Calendar/demos/basic.d.ts +2 -0
- package/dist/Calendar/index.d.ts +4 -0
- package/dist/Calendar/style/index.d.ts +1 -0
- package/dist/Calendar/style/variables.d.ts +1 -0
- package/dist/Card/demos/basic.d.ts +2 -0
- package/dist/Card/index.d.ts +2 -0
- package/dist/Card/style/index.d.ts +1 -0
- package/dist/Card/style/variables.d.ts +1 -0
- package/dist/CardTable/LmCardTable.d.ts +14 -0
- package/dist/CardTable/body/TableBody.d.ts +3 -0
- package/dist/CardTable/body/TableBodyCell.d.ts +6 -0
- package/dist/CardTable/body/TableBodyRow.d.ts +4 -0
- package/dist/CardTable/card/PictureTextColumn.d.ts +7 -0
- package/dist/CardTable/card/PictureTextRow.d.ts +7 -0
- package/dist/CardTable/card/PictureTextRowOperate.d.ts +7 -0
- package/dist/CardTable/context.d.ts +4 -0
- package/dist/CardTable/demos/basic.d.ts +2 -0
- package/dist/CardTable/empty.d.ts +2 -0
- package/dist/CardTable/fns/index.d.ts +10 -0
- package/dist/CardTable/footer.d.ts +2 -0
- package/dist/CardTable/hooks/usePagination.d.ts +19 -0
- package/dist/CardTable/index.d.ts +2 -0
- package/dist/CardTable/pager/TablePagination.d.ts +4 -0
- package/dist/CardTable/pager/index.d.ts +3 -0
- package/dist/CardTable/style/index.d.ts +1 -0
- package/dist/CardTable/style/variables.d.ts +1 -0
- package/dist/CardTable/table/Table.d.ts +3 -0
- package/dist/CardTable/table/TableContainer.d.ts +3 -0
- package/dist/CardTable/table/TableRoot.d.ts +3 -0
- package/dist/CardTable/table/TableWrapper.d.ts +3 -0
- package/dist/CardTable/toolbar/ToolBarBottom.d.ts +3 -0
- package/dist/CardTable/utils.d.ts +3 -0
- package/dist/Carousel/demos/basic.d.ts +2 -0
- package/dist/Carousel/index.d.ts +3 -0
- package/dist/Carousel/style/index.d.ts +1 -0
- package/dist/Carousel/style/variables.d.ts +1 -0
- package/dist/Cascader/demos/basic.d.ts +2 -0
- package/dist/Cascader/demos/formItem.d.ts +2 -0
- package/dist/Cascader/index.d.ts +4 -0
- package/dist/Cascader/style/index.d.ts +1 -0
- package/dist/Cascader/style/variables.d.ts +1 -0
- package/dist/Checkbox/demos/basic.d.ts +2 -0
- package/dist/Checkbox/demos/checkAll.d.ts +2 -0
- package/dist/Checkbox/demos/direction.d.ts +2 -0
- package/dist/Checkbox/demos/disable.d.ts +2 -0
- package/dist/Checkbox/demos/group.d.ts +2 -0
- package/dist/Checkbox/index.d.ts +5 -0
- package/dist/Checkbox/style/index.d.ts +1 -0
- package/dist/Checkbox/style/variables.d.ts +1 -0
- package/dist/Col/demos/basic.d.ts +2 -0
- package/dist/Col/index.d.ts +3 -0
- package/dist/Col/style/index.d.ts +1 -0
- package/dist/Col/style/variables.d.ts +1 -0
- package/dist/Collapse/demos/basic.d.ts +2 -0
- package/dist/Collapse/index.d.ts +3 -0
- package/dist/Collapse/style/index.d.ts +1 -0
- package/dist/Collapse/style/variables.d.ts +1 -0
- package/dist/Comment/demos/basic.d.ts +2 -0
- package/dist/Comment/index.d.ts +3 -0
- package/dist/Comment/style/index.d.ts +1 -0
- package/dist/Comment/style/variables.d.ts +1 -0
- package/dist/ConfigProvider/DisabledContext.d.ts +9 -0
- package/dist/ConfigProvider/SizeContext.d.ts +9 -0
- package/dist/ConfigProvider/context.d.ts +60 -0
- package/dist/ConfigProvider/cssVariables.d.ts +3 -0
- package/dist/ConfigProvider/defaultRenderEmpty.d.ts +4 -0
- package/dist/ConfigProvider/demos/basic.d.ts +2 -0
- package/dist/ConfigProvider/demos/componentSize.d.ts +2 -0
- package/dist/ConfigProvider/demos/style.d.ts +2 -0
- package/dist/ConfigProvider/demos/table.d.ts +2 -0
- package/dist/ConfigProvider/index.d.ts +62 -0
- package/dist/ConfigProvider/style/index.d.ts +1 -0
- package/dist/ConfigProvider/style/variables.d.ts +1 -0
- package/dist/CropImg/LmCropImg.d.ts +11 -0
- package/dist/CropImg/body/Operate.d.ts +5 -0
- package/dist/CropImg/body/index.d.ts +5 -0
- package/dist/CropImg/demos/basic.d.ts +2 -0
- package/dist/CropImg/fns/index.d.ts +14 -0
- package/dist/CropImg/index.d.ts +4 -0
- package/dist/CropImg/style/index.d.ts +1 -0
- package/dist/CropImg/style/variables.d.ts +1 -0
- package/dist/CropImg/utils.d.ts +18 -0
- package/dist/CropImg/wrapper/Container.d.ts +5 -0
- package/dist/CropImg/wrapper/Root.d.ts +3 -0
- package/dist/CropImg/wrapper/Wrapper.d.ts +5 -0
- package/dist/CropImg/wrapper/reducer.d.ts +13 -0
- package/dist/CustomTableOption/cardSort.d.ts +4 -0
- package/dist/CustomTableOption/columnsSort.d.ts +4 -0
- package/dist/CustomTableOption/demos/basic.d.ts +151 -0
- package/dist/CustomTableOption/filterSort.d.ts +4 -0
- package/dist/CustomTableOption/index.d.ts +15 -0
- package/dist/CustomTableOption/locale/en_US.d.ts +19 -0
- package/dist/CustomTableOption/locale/zh_CN.d.ts +19 -0
- package/dist/CustomTableOption/style/index.d.ts +1 -0
- package/dist/CustomTableOption/style/variables.d.ts +1 -0
- package/dist/CustomerService/components/question.d.ts +4 -0
- package/dist/CustomerService/demos/basic.d.ts +2 -0
- package/dist/CustomerService/index.d.ts +2 -0
- package/dist/CustomerService/style/index.d.ts +1 -0
- package/dist/CustomerService/style/variables.d.ts +1 -0
- package/dist/DatePicker/PickerButton.d.ts +2 -0
- package/dist/DatePicker/PickerTag.d.ts +2 -0
- package/dist/DatePicker/demos/basic.d.ts +2 -0
- package/dist/DatePicker/generatePicker/generateRangePicker.d.ts +4 -0
- package/dist/DatePicker/generatePicker/generateSinglePicker.d.ts +14 -0
- package/dist/DatePicker/generatePicker/index.d.ts +106 -0
- package/dist/DatePicker/generatePicker/interface.d.ts +12 -0
- package/dist/DatePicker/index.d.ts +17 -0
- package/dist/DatePicker/style/index.d.ts +1 -0
- package/dist/DatePicker/style/variables.d.ts +1 -0
- package/dist/DatePicker/util.d.ts +14 -0
- package/dist/Descriptions/Cell.d.ts +17 -0
- package/dist/Descriptions/Item.d.ts +14 -0
- package/dist/Descriptions/Row.d.ts +13 -0
- package/dist/Descriptions/demos/basic.d.ts +2 -0
- package/dist/Descriptions/index.d.ts +28 -0
- package/dist/Descriptions/style/index.d.ts +1 -0
- package/dist/Descriptions/style/variables.d.ts +1 -0
- package/dist/Divider/demos/basic.d.ts +3 -0
- package/dist/Divider/demos/plain.d.ts +3 -0
- package/dist/Divider/demos/vertical.d.ts +3 -0
- package/dist/Divider/index.d.ts +14 -0
- package/dist/Divider/style/index.d.ts +1 -0
- package/dist/Divider/style/variables.d.ts +1 -0
- package/dist/Drawer/demos/basic.d.ts +2 -0
- package/dist/Drawer/demos/button.d.ts +2 -0
- package/dist/Drawer/demos/nested.d.ts +2 -0
- package/dist/Drawer/index.d.ts +10 -0
- package/dist/Drawer/style/index.d.ts +1 -0
- package/dist/Drawer/style/variables.d.ts +1 -0
- package/dist/Dropdown/demos/basic.d.ts +2 -0
- package/dist/Dropdown/demos/button.d.ts +2 -0
- package/dist/Dropdown/demos/icon.d.ts +2 -0
- package/dist/Dropdown/demos/local.d.ts +2 -0
- package/dist/Dropdown/demos/target.d.ts +2 -0
- package/dist/Dropdown/index.d.ts +14 -0
- package/dist/Dropdown/style/index.d.ts +1 -0
- package/dist/Dropdown/style/variables.d.ts +1 -0
- package/dist/EditTable/EditTable.d.ts +3 -0
- package/dist/EditTable/demos/Editbasic.d.ts +2 -0
- package/dist/EditTable/demos/basic.d.ts +2 -0
- package/dist/EditTable/demos/formEditTable.d.ts +2 -0
- package/dist/EditTable/demos/hoverEdit.d.ts +2 -0
- package/dist/EditTable/index.d.ts +2 -0
- package/dist/EditTable/style/index.d.ts +1 -0
- package/dist/EditTable/style/variables.d.ts +1 -0
- package/dist/Empty/demos/basic.d.ts +2 -0
- package/dist/Empty/demos/custom.d.ts +2 -0
- package/dist/Empty/empty.d.ts +2 -0
- package/dist/Empty/index.d.ts +22 -0
- package/dist/Empty/simple.d.ts +2 -0
- package/dist/Empty/style/index.d.ts +1 -0
- package/dist/Empty/style/variables.d.ts +1 -0
- package/dist/EnlargeImg/demos/basic.d.ts +2 -0
- package/dist/EnlargeImg/index.d.ts +2 -0
- package/dist/EnlargeImg/style/index.d.ts +1 -0
- package/dist/EnlargeImg/style/variables.d.ts +1 -0
- package/dist/Filter/Popover.d.ts +3 -0
- package/dist/Filter/baseFilter/Popover.d.ts +2 -0
- package/dist/Filter/baseFilter/ToggleFilter.d.ts +5 -0
- package/dist/Filter/baseFilter/index.d.ts +2 -0
- package/dist/Filter/complex/ComplexFilter.d.ts +2 -0
- package/dist/Filter/complex/ComplexItem.d.ts +2 -0
- package/dist/Filter/components/Checkbox.d.ts +3 -0
- package/dist/Filter/components/Date.d.ts +2 -0
- package/dist/Filter/components/Input.d.ts +2 -0
- package/dist/Filter/components/Select.d.ts +2 -0
- package/dist/Filter/components/Tree.d.ts +2 -0
- package/dist/Filter/components/header.d.ts +2 -0
- package/dist/Filter/components/index.d.ts +6 -0
- package/dist/Filter/context.d.ts +3 -0
- package/dist/Filter/demos/basic.d.ts +2 -0
- package/dist/Filter/edit/editFilter.d.ts +2 -0
- package/dist/Filter/index.d.ts +3 -0
- package/dist/Filter/popContext.d.ts +3 -0
- package/dist/Filter/remember.d.ts +2 -0
- package/dist/Filter/style/index.d.ts +1 -0
- package/dist/Filter/style/variables.d.ts +1 -0
- package/dist/Form/ErrorList.d.ts +11 -0
- package/dist/Form/Form.d.ts +36 -0
- package/dist/Form/FormItem/ItemHolder.d.ts +17 -0
- package/dist/Form/FormItem/index.d.ts +43 -0
- package/dist/Form/FormItemInput.d.ts +28 -0
- package/dist/Form/FormItemLabel.d.ts +23 -0
- package/dist/Form/FormList.d.ts +25 -0
- package/dist/Form/FormWrapper.d.ts +3 -0
- package/dist/Form/WrapperItem.d.ts +4 -0
- package/dist/Form/container.d.ts +9 -0
- package/dist/Form/context.d.ts +48 -0
- package/dist/Form/demos/disabled.d.ts +2 -0
- package/dist/Form/demos/drawer1152-triple.d.ts +3 -0
- package/dist/Form/demos/drawer440-double.d.ts +3 -0
- package/dist/Form/demos/drawer440.d.ts +3 -0
- package/dist/Form/demos/drawer720-double.d.ts +3 -0
- package/dist/Form/demos/error-tip.d.ts +2 -0
- package/dist/Form/demos/formlist.d.ts +2 -0
- package/dist/Form/demos/horizontal.d.ts +2 -0
- package/dist/Form/demos/inline.d.ts +2 -0
- package/dist/Form/demos/modal416.d.ts +3 -0
- package/dist/Form/demos/modal552-double.d.ts +3 -0
- package/dist/Form/demos/responsive.d.ts +2 -0
- package/dist/Form/demos/ruleTime.d.ts +2 -0
- package/dist/Form/demos/vertical.d.ts +2 -0
- package/dist/Form/hooks/useDebounce.d.ts +1 -0
- package/dist/Form/hooks/useForm.d.ts +15 -0
- package/dist/Form/hooks/useFormInstance.d.ts +2 -0
- package/dist/Form/hooks/useFormItemStatus.d.ts +6 -0
- package/dist/Form/hooks/useFrameState.d.ts +3 -0
- package/dist/Form/hooks/useItemRef.d.ts +3 -0
- package/dist/Form/index.d.ts +28 -0
- package/dist/Form/interface.d.ts +15 -0
- package/dist/Form/style/index.d.ts +1 -0
- package/dist/Form/style/variables.d.ts +1 -0
- package/dist/Form/util.d.ts +4 -0
- package/dist/FullScreen/demos/basic.d.ts +2 -0
- package/dist/FullScreen/demos/useInModal.d.ts +2 -0
- package/dist/FullScreen/index.d.ts +10 -0
- package/dist/FullScreen/style/index.d.ts +1 -0
- package/dist/FullScreen/style/variables.d.ts +1 -0
- package/dist/Grid/RowContext.d.ts +8 -0
- package/dist/Grid/col.d.ts +28 -0
- package/dist/Grid/demos/basic.d.ts +2 -0
- package/dist/Grid/hooks/useBreakpoint.d.ts +3 -0
- package/dist/Grid/index.d.ts +11 -0
- package/dist/Grid/row.d.ts +14 -0
- package/dist/Grid/style/index.d.ts +1 -0
- package/dist/Grid/style/variables.d.ts +1 -0
- package/dist/Icon/index.d.ts +2 -0
- package/dist/Icon/style/index.d.ts +1 -0
- package/dist/Icon/style/variables.d.ts +1 -0
- package/dist/IconFont/demos/ConfigProvider.d.ts +2 -0
- package/dist/IconFont/demos/basic.d.ts +2 -0
- package/dist/IconFont/font/iconfont.d.ts +0 -0
- package/dist/IconFont/index.d.ts +2 -0
- package/dist/IconFont/style/index.d.ts +1 -0
- package/dist/IconFont/style/variables.d.ts +1 -0
- package/dist/IconSelect/demos/basic.d.ts +2 -0
- package/dist/IconSelect/index.d.ts +7 -0
- package/dist/IconSelect/style/index.d.ts +1 -0
- package/dist/IconSelect/style/variables.d.ts +1 -0
- package/dist/Image/demos/basic.d.ts +2 -0
- package/dist/Image/index.d.ts +2 -0
- package/dist/Image/style/index.d.ts +1 -0
- package/dist/Image/style/variables.d.ts +1 -0
- package/dist/ImageViewer/LmImageViewer.d.ts +13 -0
- package/dist/ImageViewer/components/Arrows.d.ts +4 -0
- package/dist/ImageViewer/components/Carousel.d.ts +4 -0
- package/dist/ImageViewer/components/Operate.d.ts +4 -0
- package/dist/ImageViewer/components/Thumb.d.ts +4 -0
- package/dist/ImageViewer/demos/basic.d.ts +2 -0
- package/dist/ImageViewer/fns/index.d.ts +22 -0
- package/dist/ImageViewer/index.d.ts +3 -0
- package/dist/ImageViewer/style/index.d.ts +1 -0
- package/dist/ImageViewer/style/variables.d.ts +1 -0
- package/dist/ImageViewer/wrapeer/Container.d.ts +5 -0
- package/dist/ImageViewer/wrapeer/Root.d.ts +3 -0
- package/dist/ImageViewer/wrapeer/Wrapper.d.ts +5 -0
- package/dist/ImageViewer/wrapeer/reducer.d.ts +10 -0
- package/dist/Input/demos/after.d.ts +2 -0
- package/dist/Input/demos/base.d.ts +2 -0
- package/dist/Input/demos/basic.d.ts +2 -0
- package/dist/Input/demos/color.d.ts +2 -0
- package/dist/Input/demos/combination.d.ts +2 -0
- package/dist/Input/demos/import.d.ts +2 -0
- package/dist/Input/demos/line.d.ts +2 -0
- package/dist/Input/demos/password.d.ts +2 -0
- package/dist/Input/demos/size.d.ts +2 -0
- package/dist/Input/index.d.ts +11 -0
- package/dist/Input/style/index.d.ts +1 -0
- package/dist/Input/style/variables.d.ts +1 -0
- package/dist/InputNumber/demos/basic.d.ts +2 -0
- package/dist/InputNumber/demos/format.d.ts +2 -0
- package/dist/InputNumber/demos/price.d.ts +2 -0
- package/dist/InputNumber/demos/status.d.ts +2 -0
- package/dist/InputNumber/demos/suffix.d.ts +2 -0
- package/dist/InputNumber/index.d.ts +11 -0
- package/dist/InputNumber/style/index.d.ts +1 -0
- package/dist/InputNumber/style/variables.d.ts +1 -0
- package/dist/Layout/demos/basic.d.ts +2 -0
- package/dist/Layout/index.d.ts +4 -0
- package/dist/Layout/style/index.d.ts +1 -0
- package/dist/Layout/style/variables.d.ts +1 -0
- package/dist/LeftTable/demos/basic.d.ts +2 -0
- package/dist/LeftTable/demos/edit.d.ts +2 -0
- package/dist/LeftTable/demos/readonly.d.ts +2 -0
- package/dist/LeftTable/index.d.ts +2 -0
- package/dist/LeftTable/style/index.d.ts +1 -0
- package/dist/LeftTable/style/variables.d.ts +1 -0
- package/dist/List/demos/basic.d.ts +2 -0
- package/dist/List/index.d.ts +2 -0
- package/dist/List/style/index.d.ts +1 -0
- package/dist/List/style/variables.d.ts +1 -0
- package/dist/LmDrag/LmDrag.d.ts +5 -0
- package/dist/LmDrag/components/DndContainer.d.ts +3 -0
- package/dist/LmDrag/components/sortableBox.d.ts +5 -0
- package/dist/LmDrag/components/sortableItem.d.ts +7 -0
- package/dist/LmDrag/demos/basic.d.ts +2 -0
- package/dist/LmDrag/index.d.ts +10 -0
- package/dist/LmDrag/style/index.d.ts +1 -0
- package/dist/LmDrag/style/variables.d.ts +1 -0
- package/dist/LmDrag/wrapper/Root.d.ts +3 -0
- package/dist/LmEditTable/DndContainer.d.ts +5 -0
- package/dist/LmEditTable/DragHandle.d.ts +4 -0
- package/dist/LmEditTable/EditTable.d.ts +44 -0
- package/dist/LmEditTable/demos/Editbasic.d.ts +2 -0
- package/dist/LmEditTable/demos/basic.d.ts +2 -0
- package/dist/LmEditTable/demos/colsort.d.ts +2 -0
- package/dist/LmEditTable/demos/formEditTable.d.ts +2 -0
- package/dist/LmEditTable/demos/group.d.ts +2 -0
- package/dist/LmEditTable/demos/hoverEdit.d.ts +2 -0
- package/dist/LmEditTable/demos/priceTable.d.ts +2 -0
- package/dist/LmEditTable/demos/sinleEdit.d.ts +2 -0
- package/dist/LmEditTable/demos/size.d.ts +2 -0
- package/dist/LmEditTable/index.d.ts +2 -0
- package/dist/LmEditTable/sortableBox.d.ts +5 -0
- package/dist/LmEditTable/sortableBoxCol.d.ts +5 -0
- package/dist/LmEditTable/sortableItem.d.ts +2 -0
- package/dist/LmEditTable/sortableItemCol.d.ts +1 -0
- package/dist/LmEditTable/style/index.d.ts +1 -0
- package/dist/LmEditTable/style/variables.d.ts +1 -0
- package/dist/LmEditTable/util.d.ts +8 -0
- package/dist/LmFilter/Controls/CheckboxTags.d.ts +6 -0
- package/dist/LmFilter/Controls/index.d.ts +2 -0
- package/dist/LmFilter/LmFilter.d.ts +3 -0
- package/dist/LmFilter/baseFilter/fuzzySearch.d.ts +4 -0
- package/dist/LmFilter/baseFilter/index.d.ts +3 -0
- package/dist/LmFilter/clearFilter/index.d.ts +3 -0
- package/dist/LmFilter/complexFilter/drawer.d.ts +4 -0
- package/dist/LmFilter/complexFilter/index.d.ts +4 -0
- package/dist/LmFilter/complexFilter/valueDrawer.d.ts +4 -0
- package/dist/LmFilter/components/CascaderFilter.d.ts +5 -0
- package/dist/LmFilter/components/CheckboxFilter.d.ts +5 -0
- package/dist/LmFilter/components/CustomSelectFilter.d.ts +4 -0
- package/dist/LmFilter/components/DateFilter.d.ts +5 -0
- package/dist/LmFilter/components/DropdownFIlter.d.ts +3 -0
- package/dist/LmFilter/components/EmptyFilter.d.ts +2 -0
- package/dist/LmFilter/components/InputFilter.d.ts +4 -0
- package/dist/LmFilter/components/InputSearchClose.d.ts +3 -0
- package/dist/LmFilter/components/SelectFilter.d.ts +5 -0
- package/dist/LmFilter/components/index.d.ts +3 -0
- package/dist/LmFilter/customFilter/drawer.d.ts +4 -0
- package/dist/LmFilter/customFilter/index.d.ts +4 -0
- package/dist/LmFilter/customFilter/saveModal.d.ts +4 -0
- package/dist/LmFilter/customFilter/valueDrawer.d.ts +4 -0
- package/dist/LmFilter/demos/basic.d.ts +2 -0
- package/dist/LmFilter/demos/custom.d.ts +2 -0
- package/dist/LmFilter/demos/filterControl.d.ts +2 -0
- package/dist/LmFilter/filterFns/index.d.ts +61 -0
- package/dist/LmFilter/hooks/index.d.ts +1 -0
- package/dist/LmFilter/hooks/useDelayedFn.d.ts +2 -0
- package/dist/LmFilter/index.d.ts +2 -0
- package/dist/LmFilter/localization.d.ts +15 -0
- package/dist/LmFilter/style/index.d.ts +1 -0
- package/dist/LmFilter/style/variables.d.ts +1 -0
- package/dist/LmFilter/utils.d.ts +12 -0
- package/dist/LmFilter/wrapper/Filter.d.ts +3 -0
- package/dist/LmFilter/wrapper/FilterContainer.d.ts +3 -0
- package/dist/LmFilter/wrapper/FilterRoot.d.ts +3 -0
- package/dist/LmFilter/wrapper/FilterWrapper.d.ts +3 -0
- package/dist/LmImgList/LmImgList.d.ts +4 -0
- package/dist/LmImgList/body/Banner.d.ts +5 -0
- package/dist/LmImgList/body/Thumb.d.ts +5 -0
- package/dist/LmImgList/demos/basic.d.ts +2 -0
- package/dist/LmImgList/fns/index.d.ts +20 -0
- package/dist/LmImgList/index.d.ts +3 -0
- package/dist/LmImgList/interface.d.ts +14 -0
- package/dist/LmImgList/style/index.d.ts +1 -0
- package/dist/LmImgList/style/variables.d.ts +1 -0
- package/dist/LmImgList/wrapper/Container.d.ts +4 -0
- package/dist/LmImgList/wrapper/Root.d.ts +4 -0
- package/dist/LmImgList/wrapper/Wrapper.d.ts +4 -0
- package/dist/LmImgList/wrapper/reducer.d.ts +14 -0
- package/dist/LmSelect/GhostSelect.d.ts +2 -0
- package/dist/LmSelect/NormalSelect.d.ts +11 -0
- package/dist/LmSelect/demos/basic.d.ts +2 -0
- package/dist/LmSelect/demos/checkbox.d.ts +2 -0
- package/dist/LmSelect/demos/ghost.d.ts +2 -0
- package/dist/LmSelect/index.d.ts +14 -0
- package/dist/LmSelect/style/index.d.ts +1 -0
- package/dist/LmSelect/style/variables.d.ts +1 -0
- package/dist/LmSelect/useCheckboxOptions.d.ts +5 -0
- package/dist/LmSelect/utils.d.ts +10 -0
- package/dist/LmTable/Table.d.ts +4 -0
- package/dist/LmTable/VList.d.ts +13 -0
- package/dist/LmTable/autosize.d.ts +25 -0
- package/dist/LmTable/chartUtil.d.ts +46 -0
- package/dist/LmTable/components/DndContainer.d.ts +5 -0
- package/dist/LmTable/components/customRenderEmpty.d.ts +2 -0
- package/dist/LmTable/components/inputDataEdit.d.ts +8 -0
- package/dist/LmTable/components/sheelTableCell.d.ts +11 -0
- package/dist/LmTable/components/sortableBoxCol.d.ts +5 -0
- package/dist/LmTable/components/sortableItemCol.d.ts +1 -0
- package/dist/LmTable/components/tableChartsModal.d.ts +24 -0
- package/dist/LmTable/context.d.ts +2 -0
- package/dist/LmTable/demos/basic.d.ts +2 -0
- package/dist/LmTable/demos/changeSize.d.ts +2 -0
- package/dist/LmTable/demos/colGroup.d.ts +2 -0
- package/dist/LmTable/demos/custom.d.ts +2 -0
- package/dist/LmTable/demos/demo.d.ts +2 -0
- package/dist/LmTable/demos/empty.d.ts +2 -0
- package/dist/LmTable/demos/excel.d.ts +2 -0
- package/dist/LmTable/demos/excelGroup.d.ts +2 -0
- package/dist/LmTable/demos/fixed.d.ts +2 -0
- package/dist/LmTable/demos/getData.d.ts +2 -0
- package/dist/LmTable/demos/img-basic.d.ts +2 -0
- package/dist/LmTable/demos/more.d.ts +2 -0
- package/dist/LmTable/demos/musort.d.ts +2 -0
- package/dist/LmTable/demos/nested.d.ts +2 -0
- package/dist/LmTable/demos/radio.d.ts +2 -0
- package/dist/LmTable/demos/selectType.d.ts +2 -0
- package/dist/LmTable/demos/summuy.d.ts +2 -0
- package/dist/LmTable/demos/tableColSort.d.ts +2 -0
- package/dist/LmTable/demos/tableSort.d.ts +2 -0
- package/dist/LmTable/demos/virtual.d.ts +2 -0
- package/dist/LmTable/detectElementResize.d.ts +16 -0
- package/dist/LmTable/expression.d.ts +1 -0
- package/dist/LmTable/hooks/useGroupDataSource.d.ts +7 -0
- package/dist/LmTable/hooks/useRowSelectControllableValue.d.ts +2 -0
- package/dist/LmTable/index.d.ts +2 -0
- package/dist/LmTable/resetConfig.d.ts +30 -0
- package/dist/LmTable/style/index.d.ts +1 -0
- package/dist/LmTable/style/variables.d.ts +1 -0
- package/dist/LmTable/util.d.ts +65 -0
- package/dist/LmTable/virTual/VirtualRow.d.ts +6 -0
- package/dist/LmTable/virTual/VirtualTable.d.ts +3 -0
- package/dist/LmTable/virTual/VirtualWrapper.d.ts +3 -0
- package/dist/LmTable/virTual/context.d.ts +13 -0
- package/dist/LmTable/virTual/index.d.ts +4 -0
- package/dist/LmUpload/LmUpload.d.ts +9 -0
- package/dist/LmUpload/UploadList/ItemPicture.d.ts +5 -0
- package/dist/LmUpload/UploadList/ItemPictureCard.d.ts +7 -0
- package/dist/LmUpload/UploadList/ItemText.d.ts +5 -0
- package/dist/LmUpload/UploadList/RenderItem.d.ts +3 -0
- package/dist/LmUpload/UploadList/index.d.ts +5 -0
- package/dist/LmUpload/body/Progress.d.ts +5 -0
- package/dist/LmUpload/body/UploadCore.d.ts +5 -0
- package/dist/LmUpload/body/UploadPicture.d.ts +5 -0
- package/dist/LmUpload/components/Crop.d.ts +5 -0
- package/dist/LmUpload/components/Preview.d.ts +5 -0
- package/dist/LmUpload/demos/basic.d.ts +2 -0
- package/dist/LmUpload/demos/card.d.ts +2 -0
- package/dist/LmUpload/demos/crop.d.ts +2 -0
- package/dist/LmUpload/demos/custom.d.ts +2 -0
- package/dist/LmUpload/demos/formCard.d.ts +2 -0
- package/dist/LmUpload/demos/picture.d.ts +2 -0
- package/dist/LmUpload/fns/index.d.ts +25 -0
- package/dist/LmUpload/index.d.ts +2 -0
- package/dist/LmUpload/style/index.d.ts +1 -0
- package/dist/LmUpload/style/variables.d.ts +1 -0
- package/dist/LmUpload/utils.d.ts +6 -0
- package/dist/LmUpload/view/index.d.ts +4 -0
- package/dist/LmUpload/wrapper/Upload.d.ts +4 -0
- package/dist/LmUpload/wrapper/UploadContainer.d.ts +5 -0
- package/dist/LmUpload/wrapper/UploadRoot.d.ts +3 -0
- package/dist/LmUpload/wrapper/UploadWrapper.d.ts +5 -0
- package/dist/LmUpload/wrapper/reducer.d.ts +13 -0
- package/dist/LoadingPage/demos/basic.d.ts +2 -0
- package/dist/LoadingPage/index.d.ts +4 -0
- package/dist/LoadingPage/style/index.d.ts +1 -0
- package/dist/LoadingPage/style/variables.d.ts +1 -0
- package/dist/Locale/ar_EG.d.ts +3 -0
- package/dist/Locale/az_AZ.d.ts +3 -0
- package/dist/Locale/bg_BG.d.ts +3 -0
- package/dist/Locale/bn_BD.d.ts +3 -0
- package/dist/Locale/by_BY.d.ts +3 -0
- package/dist/Locale/ca_ES.d.ts +3 -0
- package/dist/Locale/cs_CZ.d.ts +3 -0
- package/dist/Locale/da_DK.d.ts +3 -0
- package/dist/Locale/de_DE.d.ts +3 -0
- package/dist/Locale/default.d.ts +6 -0
- package/dist/Locale/el_GR.d.ts +3 -0
- package/dist/Locale/en_GB.d.ts +3 -0
- package/dist/Locale/en_US.d.ts +2 -0
- package/dist/Locale/es_ES.d.ts +3 -0
- package/dist/Locale/et_EE.d.ts +3 -0
- package/dist/Locale/fa_IR.d.ts +3 -0
- package/dist/Locale/fi_FI.d.ts +3 -0
- package/dist/Locale/fr_BE.d.ts +3 -0
- package/dist/Locale/fr_CA.d.ts +3 -0
- package/dist/Locale/fr_FR.d.ts +3 -0
- package/dist/Locale/ga_IE.d.ts +3 -0
- package/dist/Locale/gl_ES.d.ts +3 -0
- package/dist/Locale/he_IL.d.ts +3 -0
- package/dist/Locale/hi_IN.d.ts +3 -0
- package/dist/Locale/hr_HR.d.ts +3 -0
- package/dist/Locale/hu_HU.d.ts +3 -0
- package/dist/Locale/hy_AM.d.ts +3 -0
- package/dist/Locale/id_ID.d.ts +3 -0
- package/dist/Locale/is_IS.d.ts +3 -0
- package/dist/Locale/it_IT.d.ts +3 -0
- package/dist/Locale/ja_JP.d.ts +3 -0
- package/dist/Locale/ka_GE.d.ts +3 -0
- package/dist/Locale/kk_KZ.d.ts +3 -0
- package/dist/Locale/km_KH.d.ts +3 -0
- package/dist/Locale/kmr_IQ.d.ts +3 -0
- package/dist/Locale/kn_IN.d.ts +3 -0
- package/dist/Locale/ko_KR.d.ts +3 -0
- package/dist/Locale/ku_IQ.d.ts +3 -0
- package/dist/Locale/lt_LT.d.ts +3 -0
- package/dist/Locale/lv_LV.d.ts +3 -0
- package/dist/Locale/mk_MK.d.ts +3 -0
- package/dist/Locale/ml_IN.d.ts +3 -0
- package/dist/Locale/mn_MN.d.ts +3 -0
- package/dist/Locale/ms_MY.d.ts +3 -0
- package/dist/Locale/nb_NO.d.ts +3 -0
- package/dist/Locale/ne_NP.d.ts +3 -0
- package/dist/Locale/nl_BE.d.ts +3 -0
- package/dist/Locale/nl_NL.d.ts +3 -0
- package/dist/Locale/pl_PL.d.ts +3 -0
- package/dist/Locale/pt_BR.d.ts +3 -0
- package/dist/Locale/pt_PT.d.ts +3 -0
- package/dist/Locale/ro_RO.d.ts +3 -0
- package/dist/Locale/ru_RU.d.ts +3 -0
- package/dist/Locale/si_LK.d.ts +3 -0
- package/dist/Locale/sk_SK.d.ts +3 -0
- package/dist/Locale/sl_SI.d.ts +3 -0
- package/dist/Locale/sr_RS.d.ts +3 -0
- package/dist/Locale/sv_SE.d.ts +3 -0
- package/dist/Locale/ta_IN.d.ts +3 -0
- package/dist/Locale/th_TH.d.ts +3 -0
- package/dist/Locale/tk_TK.d.ts +3 -0
- package/dist/Locale/tr_TR.d.ts +3 -0
- package/dist/Locale/uk_UA.d.ts +3 -0
- package/dist/Locale/ur_PK.d.ts +3 -0
- package/dist/Locale/vi_VN.d.ts +3 -0
- package/dist/Locale/zh_CN.d.ts +6 -0
- package/dist/Locale/zh_HK.d.ts +3 -0
- package/dist/Locale/zh_TW.d.ts +3 -0
- package/dist/Mentions/demos/basic.d.ts +2 -0
- package/dist/Mentions/index.d.ts +3 -0
- package/dist/Mentions/style/index.d.ts +1 -0
- package/dist/Mentions/style/variables.d.ts +1 -0
- package/dist/Menu/demos/basic.d.ts +2 -0
- package/dist/Menu/index.d.ts +9 -0
- package/dist/Menu/style/index.d.ts +1 -0
- package/dist/Menu/style/variables.d.ts +1 -0
- package/dist/Modal/demos/basic.d.ts +2 -0
- package/dist/Modal/demos/info.d.ts +2 -0
- package/dist/Modal/demos/locale.d.ts +2 -0
- package/dist/Modal/index.d.ts +13 -0
- package/dist/Modal/locale.d.ts +7 -0
- package/dist/Modal/style/index.d.ts +1 -0
- package/dist/Modal/style/variables.d.ts +1 -0
- package/dist/PageHeader/demos/basic.d.ts +2 -0
- package/dist/PageHeader/index.d.ts +24 -0
- package/dist/PageHeader/style/index.d.ts +1 -0
- package/dist/PageHeader/style/variables.d.ts +1 -0
- package/dist/Pagination/demos/basic.d.ts +2 -0
- package/dist/Pagination/index.d.ts +8 -0
- package/dist/Pagination/style/index.d.ts +1 -0
- package/dist/Pagination/style/variables.d.ts +1 -0
- package/dist/Popconfirm/demos/basic.d.ts +2 -0
- package/dist/Popconfirm/index.d.ts +3 -0
- package/dist/Popconfirm/style/index.d.ts +1 -0
- package/dist/Popconfirm/style/variables.d.ts +1 -0
- package/dist/Popover/demos/basic.d.ts +2 -0
- package/dist/Popover/demos/basic1.d.ts +2 -0
- package/dist/Popover/index.d.ts +11 -0
- package/dist/Popover/style/index.d.ts +1 -0
- package/dist/Popover/style/variables.d.ts +1 -0
- package/dist/Progress/demos/basic.d.ts +2 -0
- package/dist/Progress/demos/circle.d.ts +2 -0
- package/dist/Progress/demos/dynamic.d.ts +2 -0
- package/dist/Progress/demos/small.d.ts +2 -0
- package/dist/Progress/index.d.ts +3 -0
- package/dist/Progress/style/index.d.ts +1 -0
- package/dist/Progress/style/variables.d.ts +1 -0
- package/dist/QuickMenu/demos/basic.d.ts +2 -0
- package/dist/QuickMenu/demos/useInDraw.d.ts +2 -0
- package/dist/QuickMenu/index.d.ts +15 -0
- package/dist/QuickMenu/style/index.d.ts +1 -0
- package/dist/QuickMenu/style/variables.d.ts +1 -0
- package/dist/Radio/demos/basic.d.ts +2 -0
- package/dist/Radio/demos/disabled.d.ts +2 -0
- package/dist/Radio/demos/radiobutton-solid.d.ts +2 -0
- package/dist/Radio/demos/radiobutton.d.ts +2 -0
- package/dist/Radio/demos/radiogroup-more.d.ts +2 -0
- package/dist/Radio/demos/radiogroup-options.d.ts +2 -0
- package/dist/Radio/demos/radiogroup-with-button.d.ts +2 -0
- package/dist/Radio/demos/radiogroup-with-name.d.ts +2 -0
- package/dist/Radio/demos/radiogroup.d.ts +2 -0
- package/dist/Radio/demos/size.d.ts +2 -0
- package/dist/Radio/index.d.ts +7 -0
- package/dist/Radio/style/index.d.ts +1 -0
- package/dist/Radio/style/variables.d.ts +1 -0
- package/dist/Rate/demos/basic.d.ts +2 -0
- package/dist/Rate/index.d.ts +3 -0
- package/dist/Rate/style/index.d.ts +1 -0
- package/dist/Rate/style/variables.d.ts +1 -0
- package/dist/Result/demos/403.d.ts +2 -0
- package/dist/Result/demos/404.d.ts +2 -0
- package/dist/Result/demos/500.d.ts +2 -0
- package/dist/Result/demos/basic.d.ts +2 -0
- package/dist/Result/demos/customicon.d.ts +2 -0
- package/dist/Result/demos/error.d.ts +2 -0
- package/dist/Result/demos/info.d.ts +2 -0
- package/dist/Result/demos/success.d.ts +2 -0
- package/dist/Result/demos/warning.d.ts +2 -0
- package/dist/Result/index.d.ts +32 -0
- package/dist/Result/noFound.d.ts +2 -0
- package/dist/Result/serverError.d.ts +2 -0
- package/dist/Result/style/index.d.ts +1 -0
- package/dist/Result/style/variables.d.ts +1 -0
- package/dist/Result/unauthorized.d.ts +2 -0
- package/dist/Row/demos/basic.d.ts +2 -0
- package/dist/Row/index.d.ts +3 -0
- package/dist/Row/style/index.d.ts +1 -0
- package/dist/Row/style/variables.d.ts +1 -0
- package/dist/Segmented/demos/basic.d.ts +2 -0
- package/dist/Segmented/index.d.ts +3 -0
- package/dist/Segmented/style/index.d.ts +1 -0
- package/dist/Segmented/style/variables.d.ts +1 -0
- package/dist/Select/demos/basic.d.ts +2 -0
- package/dist/Select/demos/bordered.d.ts +2 -0
- package/dist/Select/demos/formItem.d.ts +2 -0
- package/dist/Select/index.d.ts +15 -0
- package/dist/Select/style/index.d.ts +1 -0
- package/dist/Select/style/variables.d.ts +1 -0
- package/dist/Skeleton/demos/basic.d.ts +2 -0
- package/dist/Skeleton/index.d.ts +5 -0
- package/dist/Skeleton/style/index.d.ts +1 -0
- package/dist/Skeleton/style/variables.d.ts +1 -0
- package/dist/Slider/demos/basic.d.ts +2 -0
- package/dist/Slider/index.d.ts +2 -0
- package/dist/Slider/style/index.d.ts +1 -0
- package/dist/Slider/style/variables.d.ts +1 -0
- package/dist/Space/demos/auto.d.ts +2 -0
- package/dist/Space/demos/basic.d.ts +2 -0
- package/dist/Space/demos/vertical.d.ts +2 -0
- package/dist/Space/index.d.ts +4 -0
- package/dist/Space/style/index.d.ts +1 -0
- package/dist/Space/style/variables.d.ts +1 -0
- package/dist/Spin/demos/basic.d.ts +2 -0
- package/dist/Spin/demos/size.d.ts +2 -0
- package/dist/Spin/index.d.ts +7 -0
- package/dist/Spin/style/index.d.ts +1 -0
- package/dist/Spin/style/variables.d.ts +1 -0
- package/dist/Statistic/demos/basic.d.ts +2 -0
- package/dist/Statistic/index.d.ts +3 -0
- package/dist/Statistic/style/index.d.ts +1 -0
- package/dist/Statistic/style/variables.d.ts +1 -0
- package/dist/Steps/demos/basic.d.ts +2 -0
- package/dist/Steps/index.d.ts +3 -0
- package/dist/Steps/style/index.d.ts +1 -0
- package/dist/Steps/style/variables.d.ts +1 -0
- package/dist/Switch/demos/basic.d.ts +2 -0
- package/dist/Switch/demos/table.d.ts +2 -0
- package/dist/Switch/index.d.ts +3 -0
- package/dist/Switch/style/index.d.ts +1 -0
- package/dist/Switch/style/variables.d.ts +1 -0
- package/dist/Table/demos/basic.d.ts +2 -0
- package/dist/Table/index.d.ts +2 -0
- package/dist/Table/style/index.d.ts +1 -0
- package/dist/Table/style/variables.d.ts +1 -0
- package/dist/Tabs/TabPane.d.ts +5 -0
- package/dist/Tabs/demos/basic.d.ts +2 -0
- package/dist/Tabs/demos/nobroder.d.ts +2 -0
- package/dist/Tabs/hooks/useAnimateConfig.d.ts +3 -0
- package/dist/Tabs/hooks/useLegacyItems.d.ts +4 -0
- package/dist/Tabs/index.d.ts +23 -0
- package/dist/Tabs/index.old.d.ts +12 -0
- package/dist/Tabs/style/index.d.ts +1 -0
- package/dist/Tabs/style/variables.d.ts +1 -0
- package/dist/Tag/demos/CheckableTag.d.ts +2 -0
- package/dist/Tag/demos/ExigencyTag.d.ts +2 -0
- package/dist/Tag/demos/add.d.ts +3 -0
- package/dist/Tag/demos/basic.d.ts +2 -0
- package/dist/Tag/demos/border.d.ts +2 -0
- package/dist/Tag/demos/colors.d.ts +2 -0
- package/dist/Tag/index.d.ts +16 -0
- package/dist/Tag/style/index.d.ts +1 -0
- package/dist/Tag/style/variables.d.ts +1 -0
- package/dist/TestTable/LmBox.d.ts +12 -0
- package/dist/TestTable/demos/basic.d.ts +6 -0
- package/dist/TestTable/index.d.ts +2 -0
- package/dist/TestTable/style/index.d.ts +1 -0
- package/dist/TestTable/style/variables.d.ts +1 -0
- package/dist/TimePicker/demos/basic.d.ts +3 -0
- package/dist/TimePicker/index.d.ts +3 -0
- package/dist/TimePicker/style/index.d.ts +1 -0
- package/dist/TimePicker/style/variables.d.ts +1 -0
- package/dist/Timeline/demos/basic.d.ts +2 -0
- package/dist/Timeline/index.d.ts +3 -0
- package/dist/Timeline/style/index.d.ts +1 -0
- package/dist/Timeline/style/variables.d.ts +1 -0
- package/dist/Tooltip/demos/basic.d.ts +2 -0
- package/dist/Tooltip/index.d.ts +44 -0
- package/dist/Tooltip/style/index.d.ts +1 -0
- package/dist/Tooltip/style/variables.d.ts +1 -0
- package/dist/Transfer/demos/basic.d.ts +2 -0
- package/dist/Transfer/index.d.ts +3 -0
- package/dist/Transfer/style/index.d.ts +1 -0
- package/dist/Transfer/style/variables.d.ts +1 -0
- package/dist/Tree/DirectoryTree.d.ts +21 -0
- package/dist/Tree/Tree.d.ts +140 -0
- package/dist/Tree/TreeIndex.d.ts +5 -0
- package/dist/Tree/demos/basic.d.ts +2 -0
- package/dist/Tree/demos/controlled.d.ts +2 -0
- package/dist/Tree/demos/search.d.ts +2 -0
- package/dist/Tree/demos/sort.d.ts +2 -0
- package/dist/Tree/index.d.ts +12 -0
- package/dist/Tree/style/index.d.ts +1 -0
- package/dist/Tree/style/variables.d.ts +1 -0
- package/dist/Tree/utils/dictUtil.d.ts +9 -0
- package/dist/Tree/utils/dropIndicator.d.ts +8 -0
- package/dist/Tree/utils/iconUtil.d.ts +5 -0
- package/dist/TreeSelect/demos/basic.d.ts +2 -0
- package/dist/TreeSelect/demos/formItem.d.ts +2 -0
- package/dist/TreeSelect/demos/treedata.d.ts +3 -0
- package/dist/TreeSelect/index.d.ts +8 -0
- package/dist/TreeSelect/style/index.d.ts +1 -0
- package/dist/TreeSelect/style/variables.d.ts +1 -0
- package/dist/Typography/Base/Ellipsis.d.ts +14 -0
- package/dist/Typography/Base/EllipsisTooltip.d.ts +13 -0
- package/dist/Typography/Base/index.d.ts +54 -0
- package/dist/Typography/Editable.d.ts +20 -0
- package/dist/Typography/Link.d.ts +7 -0
- package/dist/Typography/Paragraph.d.ts +7 -0
- package/dist/Typography/Text.d.ts +8 -0
- package/dist/Typography/Title.d.ts +9 -0
- package/dist/Typography/Typography.d.ts +11 -0
- package/dist/Typography/demos/basic.d.ts +2 -0
- package/dist/Typography/hooks/useMergedConfig.d.ts +1 -0
- package/dist/Typography/hooks/useUpdatedEffect.d.ts +3 -0
- package/dist/Typography/index.d.ts +15 -0
- package/dist/Typography/style/index.d.ts +1 -0
- package/dist/Typography/style/variables.d.ts +1 -0
- package/dist/Upload/demos/basic.d.ts +3 -0
- package/dist/Upload/demos/picture-card.d.ts +3 -0
- package/dist/Upload/demos/picture-little.d.ts +3 -0
- package/dist/Upload/demos/picture-style.d.ts +4 -0
- package/dist/Upload/index.d.ts +13 -0
- package/dist/Upload/style/index.d.ts +1 -0
- package/dist/Upload/style/variables.d.ts +1 -0
- package/dist/UploadOss/demos/basic-UploadBtn.d.ts +2 -0
- package/dist/UploadOss/demos/basic-UploadImg.d.ts +2 -0
- package/dist/UploadOss/index.d.ts +7 -0
- package/dist/UploadOss/style/index.d.ts +1 -0
- package/dist/UploadOss/style/variables.d.ts +1 -0
- package/dist/UploadOss/uploadBtn.d.ts +2 -0
- package/dist/UploadOss/uploadImg.d.ts +2 -0
- package/dist/VirtualList/demos/basic.d.ts +2 -0
- package/dist/VirtualList/index.d.ts +9 -0
- package/dist/VirtualList/style/index.d.ts +1 -0
- package/dist/VirtualList/style/variables.d.ts +1 -0
- package/dist/_util/colors.d.ts +5 -0
- package/dist/_util/domTarget.d.ts +7 -0
- package/dist/_util/getDataOrAriaProps.d.ts +1 -0
- package/dist/_util/getRenderPropValue.d.ts +3 -0
- package/dist/_util/hooks/useFlexGapSupport.d.ts +2 -0
- package/dist/_util/hooks/useForceUpdate.d.ts +2 -0
- package/dist/_util/motion.d.ts +8 -0
- package/dist/_util/placements.d.ts +17 -0
- package/dist/_util/reactNode.d.ts +7 -0
- package/dist/_util/responsiveObserve.d.ts +21 -0
- package/dist/_util/statusUtils.d.ts +6 -0
- package/dist/_util/styleChecker.d.ts +4 -0
- package/dist/_util/throttleByAnimationFrame.d.ts +8 -0
- package/dist/_util/transButton.d.ts +9 -0
- package/dist/_util/type.d.ts +9 -0
- package/dist/_util/warning.d.ts +6 -0
- package/dist/base.css +512 -0
- package/dist/f8940d62d6a40f71.png +0 -0
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/useEvent/index.d.ts +2 -0
- package/dist/hooks/useFullscreen/demos/basic.d.ts +2 -0
- package/dist/hooks/useFullscreen/demos/useInModal.d.ts +2 -0
- package/dist/hooks/useFullscreen/index.d.ts +15 -0
- package/dist/index.d.ts +128 -0
- package/dist/index.umd.css +29404 -0
- package/dist/index.umd.js +325277 -0
- package/dist/index.umd.min.css +2 -0
- package/dist/index.umd.min.js +194 -0
- package/dist/locale-provider/LocaleReceiver.d.ts +20 -0
- package/dist/locale-provider/ar_EG.d.ts +2 -0
- package/dist/locale-provider/az_AZ.d.ts +2 -0
- package/dist/locale-provider/bg_BG.d.ts +2 -0
- package/dist/locale-provider/bn_BD.d.ts +2 -0
- package/dist/locale-provider/by_BY.d.ts +2 -0
- package/dist/locale-provider/ca_ES.d.ts +2 -0
- package/dist/locale-provider/context.d.ts +7 -0
- package/dist/locale-provider/cs_CZ.d.ts +2 -0
- package/dist/locale-provider/da_DK.d.ts +2 -0
- package/dist/locale-provider/de_DE.d.ts +2 -0
- package/dist/locale-provider/default.d.ts +2 -0
- package/dist/locale-provider/el_GR.d.ts +2 -0
- package/dist/locale-provider/en_GB.d.ts +2 -0
- package/dist/locale-provider/en_US.d.ts +2 -0
- package/dist/locale-provider/es_ES.d.ts +2 -0
- package/dist/locale-provider/et_EE.d.ts +2 -0
- package/dist/locale-provider/fa_IR.d.ts +2 -0
- package/dist/locale-provider/fi_FI.d.ts +2 -0
- package/dist/locale-provider/fr_BE.d.ts +2 -0
- package/dist/locale-provider/fr_CA.d.ts +2 -0
- package/dist/locale-provider/fr_FR.d.ts +2 -0
- package/dist/locale-provider/ga_IE.d.ts +2 -0
- package/dist/locale-provider/gl_ES.d.ts +2 -0
- package/dist/locale-provider/he_IL.d.ts +2 -0
- package/dist/locale-provider/hi_IN.d.ts +2 -0
- package/dist/locale-provider/hr_HR.d.ts +2 -0
- package/dist/locale-provider/hu_HU.d.ts +2 -0
- package/dist/locale-provider/hy_AM.d.ts +2 -0
- package/dist/locale-provider/id_ID.d.ts +2 -0
- package/dist/locale-provider/index.d.ts +61 -0
- package/dist/locale-provider/is_IS.d.ts +2 -0
- package/dist/locale-provider/it_IT.d.ts +2 -0
- package/dist/locale-provider/ja_JP.d.ts +2 -0
- package/dist/locale-provider/ka_GE.d.ts +2 -0
- package/dist/locale-provider/kk_KZ.d.ts +2 -0
- package/dist/locale-provider/km_KH.d.ts +2 -0
- package/dist/locale-provider/kmr_IQ.d.ts +2 -0
- package/dist/locale-provider/kn_IN.d.ts +2 -0
- package/dist/locale-provider/ko_KR.d.ts +2 -0
- package/dist/locale-provider/ku_IQ.d.ts +2 -0
- package/dist/locale-provider/lt_LT.d.ts +2 -0
- package/dist/locale-provider/lv_LV.d.ts +2 -0
- package/dist/locale-provider/mk_MK.d.ts +2 -0
- package/dist/locale-provider/ml_IN.d.ts +2 -0
- package/dist/locale-provider/mn_MN.d.ts +2 -0
- package/dist/locale-provider/ms_MY.d.ts +2 -0
- package/dist/locale-provider/nb_NO.d.ts +2 -0
- package/dist/locale-provider/ne_NP.d.ts +2 -0
- package/dist/locale-provider/nl_BE.d.ts +2 -0
- package/dist/locale-provider/nl_NL.d.ts +2 -0
- package/dist/locale-provider/pl_PL.d.ts +2 -0
- package/dist/locale-provider/pt_BR.d.ts +2 -0
- package/dist/locale-provider/pt_PT.d.ts +2 -0
- package/dist/locale-provider/ro_RO.d.ts +2 -0
- package/dist/locale-provider/ru_RU.d.ts +2 -0
- package/dist/locale-provider/si_LK.d.ts +2 -0
- package/dist/locale-provider/sk_SK.d.ts +2 -0
- package/dist/locale-provider/sl_SI.d.ts +2 -0
- package/dist/locale-provider/sr_RS.d.ts +2 -0
- package/dist/locale-provider/style/index.d.ts +1 -0
- package/dist/locale-provider/style/variables.d.ts +1 -0
- package/dist/locale-provider/sv_SE.d.ts +2 -0
- package/dist/locale-provider/ta_IN.d.ts +2 -0
- package/dist/locale-provider/th_TH.d.ts +2 -0
- package/dist/locale-provider/tk_TK.d.ts +2 -0
- package/dist/locale-provider/tr_TR.d.ts +2 -0
- package/dist/locale-provider/uk_UA.d.ts +2 -0
- package/dist/locale-provider/ur_PK.d.ts +2 -0
- package/dist/locale-provider/vi_VN.d.ts +2 -0
- package/dist/locale-provider/zh_CN.d.ts +2 -0
- package/dist/locale-provider/zh_HK.d.ts +2 -0
- package/dist/locale-provider/zh_TW.d.ts +2 -0
- package/dist/message/demos/basic.d.ts +2 -0
- package/dist/message/demos/other.d.ts +2 -0
- package/dist/message/hooks/useMessage.d.ts +7 -0
- package/dist/message/index.d.ts +66 -0
- package/dist/message/style/index.d.ts +1 -0
- package/dist/message/style/variables.d.ts +1 -0
- package/dist/notification/demos/basic.d.ts +2 -0
- package/dist/notification/demos/button.d.ts +2 -0
- package/dist/notification/demos/icon.d.ts +2 -0
- package/dist/notification/hooks/useNotification.d.ts +7 -0
- package/dist/notification/index.d.ts +54 -0
- package/dist/notification/style/index.d.ts +1 -0
- package/dist/notification/style/variables.d.ts +1 -0
- package/dist/services/newRequest.d.ts +2 -0
- package/dist/services/utils.d.ts +1 -0
- package/dist/styles/index.d.ts +1 -0
- package/dist/variables.css +12843 -0
- package/es/Affix/index.d.ts +54 -0
- package/es/Affix/index.js +326 -0
- package/es/Affix/style/index.css +512 -0
- package/es/Affix/style/index.d.ts +1 -0
- package/es/Affix/style/index.js +1 -0
- package/es/Affix/style/variables.css +0 -0
- package/es/Affix/style/variables.d.ts +1 -0
- package/es/Affix/style/variables.js +1 -0
- package/es/Affix/utils.d.ts +15 -0
- package/es/Affix/utils.js +83 -0
- package/es/Alert/ErrorBoundary.d.ts +22 -0
- package/es/Alert/ErrorBoundary.js +65 -0
- package/es/Alert/index.d.ts +41 -0
- package/es/Alert/index.js +214 -0
- package/es/Alert/style/index.css +538 -0
- package/es/Alert/style/index.d.ts +1 -0
- package/es/Alert/style/index.js +1 -0
- package/es/Alert/style/variables.css +26 -0
- package/es/Alert/style/variables.d.ts +1 -0
- package/es/Alert/style/variables.js +1 -0
- package/es/Approval/handle.d.ts +11 -0
- package/es/Approval/handle.js +138 -0
- package/es/Approval/index.d.ts +5 -0
- package/es/Approval/index.js +461 -0
- package/es/Approval/style/index.css +711 -0
- package/es/Approval/style/index.d.ts +1 -0
- package/es/Approval/style/index.js +1 -0
- package/es/Approval/style/variables.css +199 -0
- package/es/Approval/style/variables.d.ts +1 -0
- package/es/Approval/style/variables.js +1 -0
- package/es/Approval/type.d.ts +56 -0
- package/es/Approval/type.js +97 -0
- package/es/Approval/util.d.ts +26 -0
- package/es/Approval/util.js +132 -0
- package/es/AutoComplete/index.d.ts +30 -0
- package/es/AutoComplete/index.js +100 -0
- package/es/AutoComplete/style/index.css +512 -0
- package/es/AutoComplete/style/index.d.ts +1 -0
- package/es/AutoComplete/style/index.js +1 -0
- package/es/AutoComplete/style/variables.css +0 -0
- package/es/AutoComplete/style/variables.d.ts +1 -0
- package/es/AutoComplete/style/variables.js +1 -0
- package/es/Avatar/index.d.ts +3 -0
- package/es/Avatar/index.js +3 -0
- package/es/Avatar/style/index.css +512 -0
- package/es/Avatar/style/index.d.ts +1 -0
- package/es/Avatar/style/index.js +1 -0
- package/es/Avatar/style/variables.css +0 -0
- package/es/Avatar/style/variables.d.ts +1 -0
- package/es/Avatar/style/variables.js +1 -0
- package/es/Badge/Ribbon.d.ts +15 -0
- package/es/Badge/Ribbon.js +47 -0
- package/es/Badge/ScrollNumber.d.ts +18 -0
- package/es/Badge/ScrollNumber.js +80 -0
- package/es/Badge/SingleNumber.d.ts +12 -0
- package/es/Badge/SingleNumber.js +122 -0
- package/es/Badge/index.d.ts +30 -0
- package/es/Badge/index.js +183 -0
- package/es/Badge/style/index.css +512 -0
- package/es/Badge/style/index.d.ts +1 -0
- package/es/Badge/style/index.js +1 -0
- package/es/Badge/style/variables.css +0 -0
- package/es/Badge/style/variables.d.ts +1 -0
- package/es/Badge/style/variables.js +1 -0
- package/es/Badge/utils.d.ts +1 -0
- package/es/Badge/utils.js +5 -0
- package/es/Box/LmBox.d.ts +12 -0
- package/es/Box/LmBox.js +13 -0
- package/es/Box/body/Item.d.ts +10 -0
- package/es/Box/body/Item.js +18 -0
- package/es/Box/body/List.d.ts +6 -0
- package/es/Box/body/List.js +21 -0
- package/es/Box/body/OverflowList.d.ts +6 -0
- package/es/Box/body/OverflowList.js +17 -0
- package/es/Box/index.d.ts +3 -0
- package/es/Box/index.js +3 -0
- package/es/Box/style/index.css +10 -0
- package/es/Box/style/index.js +3 -0
- package/es/Box/style/variables.css +10 -0
- package/es/Box/style/variables.js +3 -0
- package/es/Box/wrapper/BoxContainer.d.ts +6 -0
- package/es/Box/wrapper/BoxContainer.js +49 -0
- package/es/Box/wrapper/BoxRoot.d.ts +4 -0
- package/es/Box/wrapper/BoxRoot.js +31 -0
- package/es/Box/wrapper/BoxWrapper.d.ts +6 -0
- package/es/Box/wrapper/BoxWrapper.js +9 -0
- package/es/Box/wrapper/reducer.d.ts +8 -0
- package/es/Box/wrapper/reducer.js +25 -0
- package/es/Breadcrumb/index.d.ts +4 -0
- package/es/Breadcrumb/index.js +3 -0
- package/es/Breadcrumb/style/index.css +512 -0
- package/es/Breadcrumb/style/index.d.ts +1 -0
- package/es/Breadcrumb/style/index.js +1 -0
- package/es/Breadcrumb/style/variables.css +0 -0
- package/es/Breadcrumb/style/variables.d.ts +1 -0
- package/es/Breadcrumb/style/variables.js +1 -0
- package/es/Button/index.d.ts +11 -0
- package/es/Button/index.js +50 -0
- package/es/Button/style/index.css +125 -0
- package/es/Button/style/index.d.ts +1 -0
- package/es/Button/style/index.js +1 -0
- package/es/Button/style/variables.css +125 -0
- package/es/ButtonTags/ButtonTags.js +59 -0
- package/es/ButtonTags/index.js +13 -0
- package/es/ButtonTags/style/index.css +584 -0
- package/es/ButtonTags/style/index.js +3 -0
- package/es/ButtonTags/style/variables.css +72 -0
- package/es/ButtonTags/style/variables.js +3 -0
- package/es/Calendar/index.d.ts +4 -0
- package/es/Calendar/index.js +3 -0
- package/es/Calendar/style/index.css +512 -0
- package/es/Calendar/style/index.d.ts +1 -0
- package/es/Calendar/style/index.js +1 -0
- package/es/Calendar/style/variables.css +0 -0
- package/es/Calendar/style/variables.d.ts +1 -0
- package/es/Calendar/style/variables.js +1 -0
- package/es/Card/index.d.ts +2 -0
- package/es/Card/index.js +17 -0
- package/es/Card/style/index.css +512 -0
- package/es/Card/style/index.d.ts +1 -0
- package/es/Card/style/index.js +1 -0
- package/es/Card/style/variables.css +0 -0
- package/es/Card/style/variables.d.ts +1 -0
- package/es/Card/style/variables.js +1 -0
- package/es/CardTable/LmCardTable.js +63 -0
- package/es/CardTable/body/TableBody.js +78 -0
- package/es/CardTable/body/TableBodyCell.js +67 -0
- package/es/CardTable/body/TableBodyRow.js +91 -0
- package/es/CardTable/card/PictureTextColumn.js +132 -0
- package/es/CardTable/card/PictureTextRow.js +153 -0
- package/es/CardTable/card/PictureTextRowOperate.js +146 -0
- package/es/CardTable/context.js +20 -0
- package/es/CardTable/empty.js +24 -0
- package/es/CardTable/fns/index.js +160 -0
- package/es/CardTable/footer.js +59 -0
- package/es/CardTable/hooks/usePagination.js +128 -0
- package/es/CardTable/index.js +17 -0
- package/es/CardTable/pager/TablePagination.js +60 -0
- package/es/CardTable/pager/index.js +47 -0
- package/es/CardTable/style/index.css +466 -0
- package/es/CardTable/style/index.js +3 -0
- package/es/CardTable/style/variables.css +466 -0
- package/es/CardTable/style/variables.js +3 -0
- package/es/CardTable/table/Table.js +27 -0
- package/es/CardTable/table/TableContainer.js +97 -0
- package/es/CardTable/table/TableRoot.js +210 -0
- package/es/CardTable/table/TableWrapper.js +40 -0
- package/es/CardTable/toolbar/ToolBarBottom.js +28 -0
- package/es/CardTable/utils.js +31 -0
- package/es/Carousel/index.d.ts +3 -0
- package/es/Carousel/index.js +3 -0
- package/es/Carousel/style/index.css +512 -0
- package/es/Carousel/style/index.d.ts +1 -0
- package/es/Carousel/style/index.js +1 -0
- package/es/Carousel/style/variables.css +0 -0
- package/es/Carousel/style/variables.d.ts +1 -0
- package/es/Carousel/style/variables.js +1 -0
- package/es/Cascader/index.d.ts +4 -0
- package/es/Cascader/index.js +65 -0
- package/es/Cascader/style/index.css +528 -0
- package/es/Cascader/style/index.d.ts +1 -0
- package/es/Cascader/style/index.js +1 -0
- package/es/Cascader/style/variables.css +16 -0
- package/es/Cascader/style/variables.d.ts +1 -0
- package/es/Cascader/style/variables.js +1 -0
- package/es/Checkbox/index.js +47 -0
- package/es/Checkbox/style/index.css +128 -0
- package/es/Checkbox/style/index.js +3 -0
- package/es/Checkbox/style/variables.css +128 -0
- package/es/Checkbox/style/variables.js +3 -0
- package/es/Col/README.md.old +22 -0
- package/es/Col/index.d.ts +3 -0
- package/es/Col/index.js +2 -0
- package/es/Col/style/index.css +512 -0
- package/es/Col/style/index.d.ts +1 -0
- package/es/Col/style/index.js +1 -0
- package/es/Col/style/variables.css +0 -0
- package/es/Col/style/variables.d.ts +1 -0
- package/es/Col/style/variables.js +1 -0
- package/es/Collapse/index.d.ts +3 -0
- package/es/Collapse/index.js +3 -0
- package/es/Collapse/style/index.css +512 -0
- package/es/Collapse/style/index.d.ts +1 -0
- package/es/Collapse/style/index.js +1 -0
- package/es/Collapse/style/variables.css +0 -0
- package/es/Collapse/style/variables.d.ts +1 -0
- package/es/Collapse/style/variables.js +1 -0
- package/es/Comment/index.d.ts +3 -0
- package/es/Comment/index.js +3 -0
- package/es/Comment/style/index.css +512 -0
- package/es/Comment/style/index.d.ts +1 -0
- package/es/Comment/style/index.js +1 -0
- package/es/Comment/style/variables.css +0 -0
- package/es/Comment/style/variables.d.ts +1 -0
- package/es/Comment/style/variables.js +1 -0
- package/es/ConfigProvider/DisabledContext.d.ts +9 -0
- package/es/ConfigProvider/DisabledContext.js +11 -0
- package/es/ConfigProvider/SizeContext.d.ts +9 -0
- package/es/ConfigProvider/SizeContext.js +12 -0
- package/es/ConfigProvider/context.d.ts +60 -0
- package/es/ConfigProvider/context.js +41 -0
- package/es/ConfigProvider/cssVariables.d.ts +3 -0
- package/es/ConfigProvider/cssVariables.js +97 -0
- package/es/ConfigProvider/defaultRenderEmpty.d.ts +4 -0
- package/es/ConfigProvider/defaultRenderEmpty.js +37 -0
- package/es/ConfigProvider/index.d.ts +62 -0
- package/es/ConfigProvider/index.js +219 -0
- package/es/ConfigProvider/style/index.css +141 -0
- package/es/ConfigProvider/style/index.js +3 -0
- package/es/ConfigProvider/style/variables.css +141 -0
- package/es/ConfigProvider/style/variables.js +3 -0
- package/es/CropImg/LmCropImg.d.ts +11 -0
- package/es/CropImg/LmCropImg.js +17 -0
- package/es/CropImg/body/Operate.d.ts +5 -0
- package/es/CropImg/body/Operate.js +90 -0
- package/es/CropImg/body/index.d.ts +5 -0
- package/es/CropImg/body/index.js +46 -0
- package/es/CropImg/fns/index.d.ts +14 -0
- package/es/CropImg/fns/index.js +50 -0
- package/es/CropImg/index.d.ts +4 -0
- package/es/CropImg/index.js +4 -0
- package/es/CropImg/style/index.css +17 -0
- package/es/CropImg/style/index.js +3 -0
- package/es/CropImg/style/variables.css +17 -0
- package/es/CropImg/style/variables.js +3 -0
- package/es/CropImg/utils.js +161 -0
- package/es/CropImg/wrapper/Container.d.ts +5 -0
- package/es/CropImg/wrapper/Container.js +107 -0
- package/es/CropImg/wrapper/Root.d.ts +3 -0
- package/es/CropImg/wrapper/Root.js +44 -0
- package/es/CropImg/wrapper/Wrapper.d.ts +5 -0
- package/es/CropImg/wrapper/Wrapper.js +11 -0
- package/es/CropImg/wrapper/reducer.d.ts +13 -0
- package/es/CropImg/wrapper/reducer.js +33 -0
- package/es/CustomTableOption/cardSort.d.ts +4 -0
- package/es/CustomTableOption/cardSort.js +224 -0
- package/es/CustomTableOption/columnsSort.d.ts +4 -0
- package/es/CustomTableOption/columnsSort.js +346 -0
- package/es/CustomTableOption/filterSort.d.ts +4 -0
- package/es/CustomTableOption/filterSort.js +220 -0
- package/es/CustomTableOption/index.d.ts +15 -0
- package/es/CustomTableOption/index.js +208 -0
- package/es/CustomTableOption/locale/en_US.d.ts +19 -0
- package/es/CustomTableOption/locale/en_US.js +19 -0
- package/es/CustomTableOption/locale/zh_CN.d.ts +19 -0
- package/es/CustomTableOption/locale/zh_CN.js +19 -0
- package/es/CustomTableOption/style/index.css +615 -0
- package/es/CustomTableOption/style/index.d.ts +1 -0
- package/es/CustomTableOption/style/index.js +1 -0
- package/es/CustomTableOption/style/variables.css +103 -0
- package/es/CustomTableOption/style/variables.d.ts +1 -0
- package/es/CustomTableOption/style/variables.js +1 -0
- package/es/CustomerService/README.md.old +15 -0
- package/es/CustomerService/assets/question01.png +0 -0
- package/es/CustomerService/assets/send.png +0 -0
- package/es/CustomerService/assets/service.png +0 -0
- package/es/CustomerService/assets/shuoming01.png +0 -0
- package/es/CustomerService/assets/shuoming02.png +0 -0
- package/es/CustomerService/components/question.js +120 -0
- package/es/CustomerService/index.js +291 -0
- package/es/CustomerService/style/index.css +765 -0
- package/es/CustomerService/style/index.js +3 -0
- package/es/CustomerService/style/variables.css +253 -0
- package/es/CustomerService/style/variables.js +3 -0
- package/es/DatePicker/PickerButton.d.ts +2 -0
- package/es/DatePicker/PickerButton.js +8 -0
- package/es/DatePicker/PickerTag.d.ts +2 -0
- package/es/DatePicker/PickerTag.js +7 -0
- package/es/DatePicker/generatePicker/generateRangePicker.d.ts +4 -0
- package/es/DatePicker/generatePicker/generateRangePicker.js +142 -0
- package/es/DatePicker/generatePicker/generateSinglePicker.d.ts +14 -0
- package/es/DatePicker/generatePicker/generateSinglePicker.js +169 -0
- package/es/DatePicker/generatePicker/index.d.ts +106 -0
- package/es/DatePicker/generatePicker/index.js +84 -0
- package/es/DatePicker/generatePicker/interface.d.ts +12 -0
- package/es/DatePicker/generatePicker/interface.js +1 -0
- package/es/DatePicker/index.d.ts +17 -0
- package/es/DatePicker/index.js +7 -0
- package/es/DatePicker/style/index.css +512 -0
- package/es/DatePicker/style/index.d.ts +1 -0
- package/es/DatePicker/style/index.js +1 -0
- package/es/DatePicker/style/variables.css +0 -0
- package/es/DatePicker/style/variables.d.ts +1 -0
- package/es/DatePicker/style/variables.js +1 -0
- package/es/DatePicker/util.d.ts +14 -0
- package/es/DatePicker/util.js +111 -0
- package/es/Descriptions/Cell.d.ts +17 -0
- package/es/Descriptions/Cell.js +55 -0
- package/es/Descriptions/Item.d.ts +14 -0
- package/es/Descriptions/Item.js +6 -0
- package/es/Descriptions/Row.d.ts +13 -0
- package/es/Descriptions/Row.js +111 -0
- package/es/Descriptions/index.d.ts +28 -0
- package/es/Descriptions/index.js +173 -0
- package/es/Descriptions/style/index.css +687 -0
- package/es/Descriptions/style/index.d.ts +1 -0
- package/es/Descriptions/style/index.js +1 -0
- package/es/Descriptions/style/variables.css +175 -0
- package/es/Descriptions/style/variables.d.ts +1 -0
- package/es/Descriptions/style/variables.js +1 -0
- package/es/Divider/index.d.ts +14 -0
- package/es/Divider/index.js +63 -0
- package/es/Divider/style/index.css +512 -0
- package/es/Divider/style/index.d.ts +1 -0
- package/es/Divider/style/index.js +1 -0
- package/es/Divider/style/variables.css +0 -0
- package/es/Divider/style/variables.d.ts +1 -0
- package/es/Divider/style/variables.js +1 -0
- package/es/Drawer/index.d.ts +10 -0
- package/es/Drawer/index.js +42 -0
- package/es/Drawer/style/index.css +520 -0
- package/es/Drawer/style/index.d.ts +1 -0
- package/es/Drawer/style/index.js +1 -0
- package/es/Drawer/style/variables.css +8 -0
- package/es/Drawer/style/variables.d.ts +1 -0
- package/es/Drawer/style/variables.js +1 -0
- package/es/Dropdown/index.d.ts +14 -0
- package/es/Dropdown/index.js +131 -0
- package/es/Dropdown/style/index.css +598 -0
- package/es/Dropdown/style/index.d.ts +1 -0
- package/es/Dropdown/style/index.js +1 -0
- package/es/Dropdown/style/variables.css +86 -0
- package/es/Dropdown/style/variables.d.ts +1 -0
- package/es/Dropdown/style/variables.js +1 -0
- package/es/EditTable/EditTable.js +704 -0
- package/es/EditTable/README.md.old +66 -0
- package/es/EditTable/index.js +13 -0
- package/es/EditTable/style/index.css +690 -0
- package/es/EditTable/style/index.js +3 -0
- package/es/EditTable/style/variables.css +178 -0
- package/es/EditTable/style/variables.js +3 -0
- package/es/Empty/empty.d.ts +2 -0
- package/es/Empty/empty.js +55 -0
- package/es/Empty/index.d.ts +22 -0
- package/es/Empty/index.js +103 -0
- package/es/Empty/simple.d.ts +2 -0
- package/es/Empty/simple.js +36 -0
- package/es/Empty/style/index.css +556 -0
- package/es/Empty/style/index.d.ts +1 -0
- package/es/Empty/style/index.js +1 -0
- package/es/Empty/style/variables.css +44 -0
- package/es/Empty/style/variables.d.ts +1 -0
- package/es/Empty/style/variables.js +1 -0
- package/es/EnlargeImg/README.md.old +21 -0
- package/es/EnlargeImg/index.js +109 -0
- package/es/EnlargeImg/style/index.css +4 -0
- package/es/EnlargeImg/style/index.js +3 -0
- package/es/EnlargeImg/style/variables.css +4 -0
- package/es/EnlargeImg/style/variables.js +3 -0
- package/es/Filter/Popover.js +199 -0
- package/es/Filter/README.md.old +144 -0
- package/es/Filter/baseFilter/Popover.js +213 -0
- package/es/Filter/baseFilter/ToggleFilter.js +111 -0
- package/es/Filter/baseFilter/index.js +100 -0
- package/es/Filter/complex/ComplexFilter.js +149 -0
- package/es/Filter/complex/ComplexItem.js +157 -0
- package/es/Filter/components/Checkbox.js +94 -0
- package/es/Filter/components/Date.js +87 -0
- package/es/Filter/components/Input.js +63 -0
- package/es/Filter/components/Select.js +89 -0
- package/es/Filter/components/Tree.js +64 -0
- package/es/Filter/components/header.js +60 -0
- package/es/Filter/components/index.js +47 -0
- package/es/Filter/context.js +15 -0
- package/es/Filter/edit/editFilter.js +273 -0
- package/es/Filter/index.js +174 -0
- package/es/Filter/popContext.js +15 -0
- package/es/Filter/remember.js +136 -0
- package/es/Filter/style/index.css +783 -0
- package/es/Filter/style/index.js +3 -0
- package/es/Filter/style/variables.css +271 -0
- package/es/Filter/style/variables.js +3 -0
- package/es/Form/ErrorList.d.ts +11 -0
- package/es/Form/ErrorList.js +84 -0
- package/es/Form/Form.d.ts +36 -0
- package/es/Form/Form.js +156 -0
- package/es/Form/FormItem/ItemHolder.d.ts +17 -0
- package/es/Form/FormItem/ItemHolder.js +152 -0
- package/es/Form/FormItem/index.d.ts +43 -0
- package/es/Form/FormItem/index.js +321 -0
- package/es/Form/FormItemInput.d.ts +28 -0
- package/es/Form/FormItemInput.js +77 -0
- package/es/Form/FormItemLabel.d.ts +23 -0
- package/es/Form/FormItemLabel.js +117 -0
- package/es/Form/FormList.d.ts +25 -0
- package/es/Form/FormList.js +51 -0
- package/es/Form/FormWrapper.d.ts +3 -0
- package/es/Form/FormWrapper.js +22 -0
- package/es/Form/WrapperItem.d.ts +4 -0
- package/es/Form/WrapperItem.js +217 -0
- package/es/Form/container.d.ts +9 -0
- package/es/Form/container.js +87 -0
- package/es/Form/context.d.ts +48 -0
- package/es/Form/context.js +42 -0
- package/es/Form/hooks/useDebounce.d.ts +1 -0
- package/es/Form/hooks/useDebounce.js +18 -0
- package/es/Form/hooks/useForm.d.ts +15 -0
- package/es/Form/hooks/useForm.js +53 -0
- package/es/Form/hooks/useFormInstance.d.ts +2 -0
- package/es/Form/hooks/useFormInstance.js +8 -0
- package/es/Form/hooks/useFormItemStatus.d.ts +6 -0
- package/es/Form/hooks/useFormItemStatus.js +15 -0
- package/es/Form/hooks/useFrameState.d.ts +3 -0
- package/es/Form/hooks/useFrameState.js +46 -0
- package/es/Form/hooks/useItemRef.d.ts +3 -0
- package/es/Form/hooks/useItemRef.js +25 -0
- package/es/Form/images/icon_collapse.svg +1 -0
- package/es/Form/index.d.ts +28 -0
- package/es/Form/index.js +23 -0
- package/es/Form/interface.d.ts +15 -0
- package/es/Form/interface.js +1 -0
- package/es/Form/style/form.css +603 -0
- package/es/Form/style/grid.css +5185 -0
- package/es/Form/style/index.css +6749 -0
- package/es/Form/style/index.d.ts +1 -0
- package/es/Form/style/index.js +1 -0
- package/es/Form/style/tooltip.css +275 -0
- package/es/Form/style/variables.css +6237 -0
- package/es/Form/style/variables.d.ts +1 -0
- package/es/Form/style/variables.js +1 -0
- package/es/Form/util.d.ts +4 -0
- package/es/Form/util.js +42 -0
- package/es/FullScreen/index.d.ts +10 -0
- package/es/FullScreen/index.js +26 -0
- package/es/FullScreen/style/index.css +522 -0
- package/es/FullScreen/style/index.d.ts +1 -0
- package/es/FullScreen/style/index.js +1 -0
- package/es/FullScreen/style/variables.css +10 -0
- package/es/FullScreen/style/variables.d.ts +1 -0
- package/es/FullScreen/style/variables.js +1 -0
- package/es/Grid/RowContext.d.ts +8 -0
- package/es/Grid/RowContext.js +3 -0
- package/es/Grid/col.d.ts +28 -0
- package/es/Grid/col.js +112 -0
- package/es/Grid/hooks/useBreakpoint.d.ts +3 -0
- package/es/Grid/hooks/useBreakpoint.js +24 -0
- package/es/Grid/index.d.ts +11 -0
- package/es/Grid/index.js +14 -0
- package/es/Grid/row.d.ts +14 -0
- package/es/Grid/row.js +142 -0
- package/es/Grid/style/index.css +512 -0
- package/es/Grid/style/index.d.ts +1 -0
- package/es/Grid/style/index.js +1 -0
- package/es/Grid/style/variables.css +0 -0
- package/es/Grid/style/variables.d.ts +1 -0
- package/es/Grid/style/variables.js +1 -0
- package/es/Icon/index.js +20 -0
- package/es/Icon/style/index.css +512 -0
- package/es/Icon/style/index.js +3 -0
- package/es/Icon/style/variables.css +0 -0
- package/es/Icon/style/variables.js +3 -0
- package/es/IconFont/font/iconfont.css +1831 -0
- package/es/IconFont/font/iconfont.js +48 -0
- package/es/IconFont/font/iconfont.ttf +0 -0
- package/es/IconFont/font/iconfont.woff +0 -0
- package/es/IconFont/font/iconfont.woff2 +0 -0
- package/es/IconFont/index.d.ts +2 -0
- package/es/IconFont/index.js +21 -0
- package/es/IconFont/style/index.css +0 -0
- package/es/IconFont/style/index.js +3 -0
- package/es/IconFont/style/variables.css +0 -0
- package/es/IconFont/style/variables.js +3 -0
- package/es/IconSelect/iconJson.json +2935 -0
- package/es/IconSelect/index.js +115 -0
- package/es/IconSelect/style/index.css +25 -0
- package/es/IconSelect/style/index.js +3 -0
- package/es/IconSelect/style/variables.css +25 -0
- package/es/IconSelect/style/variables.js +3 -0
- package/es/Image/index.d.ts +2 -0
- package/es/Image/index.js +3 -0
- package/es/Image/style/index.css +512 -0
- package/es/Image/style/index.d.ts +1 -0
- package/es/Image/style/index.js +1 -0
- package/es/Image/style/variables.css +0 -0
- package/es/Image/style/variables.d.ts +1 -0
- package/es/Image/style/variables.js +1 -0
- package/es/ImageViewer/LmImageViewer.d.ts +13 -0
- package/es/ImageViewer/LmImageViewer.js +35 -0
- package/es/ImageViewer/components/Arrows.d.ts +4 -0
- package/es/ImageViewer/components/Arrows.js +38 -0
- package/es/ImageViewer/components/Carousel.d.ts +4 -0
- package/es/ImageViewer/components/Carousel.js +89 -0
- package/es/ImageViewer/components/Operate.d.ts +4 -0
- package/es/ImageViewer/components/Operate.js +40 -0
- package/es/ImageViewer/components/Thumb.d.ts +4 -0
- package/es/ImageViewer/components/Thumb.js +56 -0
- package/es/ImageViewer/fns/index.d.ts +22 -0
- package/es/ImageViewer/fns/index.js +126 -0
- package/es/ImageViewer/index.d.ts +3 -0
- package/es/ImageViewer/index.js +3 -0
- package/es/ImageViewer/style/index.css +118 -0
- package/es/ImageViewer/style/index.js +3 -0
- package/es/ImageViewer/style/variables.css +118 -0
- package/es/ImageViewer/style/variables.js +3 -0
- package/es/ImageViewer/wrapeer/Container.d.ts +5 -0
- package/es/ImageViewer/wrapeer/Container.js +31 -0
- package/es/ImageViewer/wrapeer/Root.d.ts +3 -0
- package/es/ImageViewer/wrapeer/Root.js +44 -0
- package/es/ImageViewer/wrapeer/Wrapper.d.ts +5 -0
- package/es/ImageViewer/wrapeer/Wrapper.js +28 -0
- package/es/ImageViewer/wrapeer/reducer.d.ts +10 -0
- package/es/ImageViewer/wrapeer/reducer.js +52 -0
- package/es/Input/index.d.ts +11 -0
- package/es/Input/index.js +84 -0
- package/es/Input/style/index.css +774 -0
- package/es/Input/style/index.d.ts +1 -0
- package/es/Input/style/index.js +1 -0
- package/es/Input/style/variables.css +262 -0
- package/es/Input/style/variables.d.ts +1 -0
- package/es/Input/style/variables.js +1 -0
- package/es/InputNumber/index.d.ts +11 -0
- package/es/InputNumber/index.js +57 -0
- package/es/InputNumber/style/index.css +554 -0
- package/es/InputNumber/style/index.d.ts +1 -0
- package/es/InputNumber/style/index.js +1 -0
- package/es/InputNumber/style/variables.css +42 -0
- package/es/InputNumber/style/variables.d.ts +1 -0
- package/es/InputNumber/style/variables.js +1 -0
- package/es/Layout/index.d.ts +4 -0
- package/es/Layout/index.js +3 -0
- package/es/Layout/style/index.css +512 -0
- package/es/Layout/style/index.d.ts +1 -0
- package/es/Layout/style/index.js +1 -0
- package/es/Layout/style/variables.css +0 -0
- package/es/Layout/style/variables.d.ts +1 -0
- package/es/Layout/style/variables.js +1 -0
- package/es/LeftTable/assets/imgTest.jpg +0 -0
- package/es/LeftTable/index.js +200 -0
- package/es/LeftTable/style/index.css +673 -0
- package/es/LeftTable/style/index.js +3 -0
- package/es/LeftTable/style/variables.css +161 -0
- package/es/LeftTable/style/variables.js +3 -0
- package/es/List/index.d.ts +2 -0
- package/es/List/index.js +3 -0
- package/es/List/style/index.css +512 -0
- package/es/List/style/index.d.ts +1 -0
- package/es/List/style/index.js +1 -0
- package/es/List/style/variables.css +0 -0
- package/es/List/style/variables.d.ts +1 -0
- package/es/List/style/variables.js +1 -0
- package/es/LmDrag/LmDrag.d.ts +5 -0
- package/es/LmDrag/LmDrag.js +30 -0
- package/es/LmDrag/components/DndContainer.d.ts +3 -0
- package/es/LmDrag/components/DndContainer.js +121 -0
- package/es/LmDrag/components/sortableBox.d.ts +5 -0
- package/es/LmDrag/components/sortableBox.js +23 -0
- package/es/LmDrag/components/sortableItem.d.ts +7 -0
- package/es/LmDrag/components/sortableItem.js +41 -0
- package/es/LmDrag/index.d.ts +10 -0
- package/es/LmDrag/index.js +3 -0
- package/es/LmDrag/style/index.css +0 -0
- package/es/LmDrag/style/index.d.ts +1 -0
- package/es/LmDrag/style/index.js +1 -0
- package/es/LmDrag/style/variables.css +0 -0
- package/es/LmDrag/style/variables.d.ts +1 -0
- package/es/LmDrag/style/variables.js +1 -0
- package/es/LmDrag/wrapper/Root.d.ts +3 -0
- package/es/LmDrag/wrapper/Root.js +12 -0
- package/es/LmEditTable/DndContainer.d.ts +5 -0
- package/es/LmEditTable/DndContainer.js +35 -0
- package/es/LmEditTable/DragHandle.d.ts +4 -0
- package/es/LmEditTable/DragHandle.js +23 -0
- package/es/LmEditTable/EditTable.d.ts +44 -0
- package/es/LmEditTable/EditTable.js +1356 -0
- package/es/LmEditTable/index.d.ts +2 -0
- package/es/LmEditTable/index.js +2 -0
- package/es/LmEditTable/sortableBox.d.ts +5 -0
- package/es/LmEditTable/sortableBox.js +13 -0
- package/es/LmEditTable/sortableBoxCol.d.ts +5 -0
- package/es/LmEditTable/sortableBoxCol.js +13 -0
- package/es/LmEditTable/sortableItem.d.ts +2 -0
- package/es/LmEditTable/sortableItem.js +43 -0
- package/es/LmEditTable/sortableItemCol.d.ts +1 -0
- package/es/LmEditTable/sortableItemCol.js +51 -0
- package/es/LmEditTable/style/index.css +629 -0
- package/es/LmEditTable/style/index.d.ts +1 -0
- package/es/LmEditTable/style/index.js +1 -0
- package/es/LmEditTable/style/variables.css +117 -0
- package/es/LmEditTable/style/variables.d.ts +1 -0
- package/es/LmEditTable/style/variables.js +1 -0
- package/es/LmEditTable/util.d.ts +8 -0
- package/es/LmEditTable/util.js +60 -0
- package/es/LmFilter/Controls/CheckboxTags.js +53 -0
- package/es/LmFilter/Controls/index.js +78 -0
- package/es/LmFilter/LmFilter.js +71 -0
- package/es/LmFilter/assets/empty.png +0 -0
- package/es/LmFilter/baseFilter/fuzzySearch.js +69 -0
- package/es/LmFilter/baseFilter/index.js +33 -0
- package/es/LmFilter/clearFilter/index.js +35 -0
- package/es/LmFilter/complexFilter/drawer.js +381 -0
- package/es/LmFilter/complexFilter/index.js +65 -0
- package/es/LmFilter/complexFilter/valueDrawer.js +235 -0
- package/es/LmFilter/components/CascaderFilter.js +160 -0
- package/es/LmFilter/components/CheckboxFilter.js +197 -0
- package/es/LmFilter/components/CustomSelectFilter.js +139 -0
- package/es/LmFilter/components/DateFilter.js +163 -0
- package/es/LmFilter/components/DropdownFIlter.js +320 -0
- package/es/LmFilter/components/EmptyFilter.js +27 -0
- package/es/LmFilter/components/InputFilter.js +51 -0
- package/es/LmFilter/components/InputSearchClose.js +74 -0
- package/es/LmFilter/components/SelectFilter.js +122 -0
- package/es/LmFilter/components/index.js +93 -0
- package/es/LmFilter/customFilter/drawer.js +409 -0
- package/es/LmFilter/customFilter/index.js +136 -0
- package/es/LmFilter/customFilter/saveModal.js +185 -0
- package/es/LmFilter/customFilter/valueDrawer.js +232 -0
- package/es/LmFilter/filterFns/index.d.ts +61 -0
- package/es/LmFilter/filterFns/index.js +629 -0
- package/es/LmFilter/hooks/index.js +18 -0
- package/es/LmFilter/hooks/useDelayedFn.js +29 -0
- package/es/LmFilter/index.js +13 -0
- package/es/LmFilter/localization.d.ts +15 -0
- package/es/LmFilter/localization.js +31 -0
- package/es/LmFilter/style/index.css +491 -0
- package/es/LmFilter/style/index.js +3 -0
- package/es/LmFilter/style/variables.css +491 -0
- package/es/LmFilter/style/variables.js +3 -0
- package/es/LmFilter/utils.js +191 -0
- package/es/LmFilter/wrapper/Filter.js +45 -0
- package/es/LmFilter/wrapper/FilterContainer.js +25 -0
- package/es/LmFilter/wrapper/FilterRoot.js +208 -0
- package/es/LmFilter/wrapper/FilterWrapper.js +25 -0
- package/es/LmImgList/LmImgList.d.ts +4 -0
- package/es/LmImgList/LmImgList.js +19 -0
- package/es/LmImgList/body/Banner.d.ts +5 -0
- package/es/LmImgList/body/Banner.js +121 -0
- package/es/LmImgList/body/Thumb.d.ts +5 -0
- package/es/LmImgList/body/Thumb.js +63 -0
- package/es/LmImgList/fns/index.d.ts +20 -0
- package/es/LmImgList/fns/index.js +106 -0
- package/es/LmImgList/index.d.ts +3 -0
- package/es/LmImgList/index.js +3 -0
- package/es/LmImgList/interface.d.ts +14 -0
- package/es/LmImgList/interface.js +1 -0
- package/es/LmImgList/style/index.css +71 -0
- package/es/LmImgList/style/index.js +3 -0
- package/es/LmImgList/style/variables.css +71 -0
- package/es/LmImgList/style/variables.js +3 -0
- package/es/LmImgList/wrapper/Container.d.ts +4 -0
- package/es/LmImgList/wrapper/Container.js +56 -0
- package/es/LmImgList/wrapper/Root.d.ts +4 -0
- package/es/LmImgList/wrapper/Root.js +44 -0
- package/es/LmImgList/wrapper/Wrapper.d.ts +4 -0
- package/es/LmImgList/wrapper/Wrapper.js +9 -0
- package/es/LmImgList/wrapper/reducer.d.ts +14 -0
- package/es/LmImgList/wrapper/reducer.js +52 -0
- package/es/LmSelect/GhostSelect.d.ts +2 -0
- package/es/LmSelect/GhostSelect.js +523 -0
- package/es/LmSelect/NormalSelect.d.ts +11 -0
- package/es/LmSelect/NormalSelect.js +101 -0
- package/es/LmSelect/icon_placeholder.png +0 -0
- package/es/LmSelect/index.d.ts +14 -0
- package/es/LmSelect/index.js +34 -0
- package/es/LmSelect/style/index.css +760 -0
- package/es/LmSelect/style/index.d.ts +1 -0
- package/es/LmSelect/style/index.js +1 -0
- package/es/LmSelect/style/variables.css +248 -0
- package/es/LmSelect/style/variables.d.ts +1 -0
- package/es/LmSelect/style/variables.js +1 -0
- package/es/LmSelect/useCheckboxOptions.d.ts +5 -0
- package/es/LmSelect/useCheckboxOptions.js +128 -0
- package/es/LmSelect/utils.d.ts +10 -0
- package/es/LmSelect/utils.js +66 -0
- package/es/LmTable/Table.js +1581 -0
- package/es/LmTable/VList.js +594 -0
- package/es/LmTable/assets/empty.png +0 -0
- package/es/LmTable/autosize.js +167 -0
- package/es/LmTable/chartUtil.js +167 -0
- package/es/LmTable/components/DndContainer.d.ts +5 -0
- package/es/LmTable/components/DndContainer.js +35 -0
- package/es/LmTable/components/customRenderEmpty.d.ts +2 -0
- package/es/LmTable/components/customRenderEmpty.js +20 -0
- package/es/LmTable/components/inputDataEdit.d.ts +8 -0
- package/es/LmTable/components/inputDataEdit.js +39 -0
- package/es/LmTable/components/sheelTableCell.d.ts +11 -0
- package/es/LmTable/components/sheelTableCell.js +161 -0
- package/es/LmTable/components/sortableBoxCol.js +24 -0
- package/es/LmTable/components/sortableItemCol.js +56 -0
- package/es/LmTable/components/tableChartsModal.d.ts +24 -0
- package/es/LmTable/components/tableChartsModal.js +89 -0
- package/es/LmTable/context.js +12 -0
- package/es/LmTable/detectElementResize.js +225 -0
- package/es/LmTable/expression.d.ts +1 -0
- package/es/LmTable/expression.js +31 -0
- package/es/LmTable/hooks/useGroupDataSource.js +50 -0
- package/es/LmTable/hooks/useRowSelectControllableValue.js +67 -0
- package/es/LmTable/index.js +14 -0
- package/es/LmTable/resetConfig.js +39 -0
- package/es/LmTable/style/index.css +1663 -0
- package/es/LmTable/style/index.js +3 -0
- package/es/LmTable/style/variables.css +1151 -0
- package/es/LmTable/style/variables.js +3 -0
- package/es/LmTable/util.js +436 -0
- package/es/LmTable/virTual/VirtualRow.d.ts +6 -0
- package/es/LmTable/virTual/VirtualRow.js +102 -0
- package/es/LmTable/virTual/VirtualTable.d.ts +3 -0
- package/es/LmTable/virTual/VirtualTable.js +54 -0
- package/es/LmTable/virTual/VirtualWrapper.d.ts +3 -0
- package/es/LmTable/virTual/VirtualWrapper.js +61 -0
- package/es/LmTable/virTual/context.d.ts +13 -0
- package/es/LmTable/virTual/context.js +54 -0
- package/es/LmTable/virTual/index.d.ts +4 -0
- package/es/LmTable/virTual/index.js +4 -0
- package/es/LmUpload/LmUpload.d.ts +9 -0
- package/es/LmUpload/LmUpload.js +115 -0
- package/es/LmUpload/UploadList/ItemPicture.d.ts +5 -0
- package/es/LmUpload/UploadList/ItemPicture.js +42 -0
- package/es/LmUpload/UploadList/ItemPictureCard.d.ts +7 -0
- package/es/LmUpload/UploadList/ItemPictureCard.js +172 -0
- package/es/LmUpload/UploadList/ItemText.d.ts +5 -0
- package/es/LmUpload/UploadList/ItemText.js +37 -0
- package/es/LmUpload/UploadList/RenderItem.d.ts +3 -0
- package/es/LmUpload/UploadList/RenderItem.js +32 -0
- package/es/LmUpload/UploadList/index.d.ts +5 -0
- package/es/LmUpload/UploadList/index.js +85 -0
- package/es/LmUpload/body/Progress.d.ts +5 -0
- package/es/LmUpload/body/Progress.js +16 -0
- package/es/LmUpload/body/UploadCore.d.ts +5 -0
- package/es/LmUpload/body/UploadCore.js +54 -0
- package/es/LmUpload/body/UploadPicture.d.ts +5 -0
- package/es/LmUpload/body/UploadPicture.js +35 -0
- package/es/LmUpload/components/Crop.d.ts +5 -0
- package/es/LmUpload/components/Crop.js +23 -0
- package/es/LmUpload/components/Preview.d.ts +5 -0
- package/es/LmUpload/components/Preview.js +43 -0
- package/es/LmUpload/fns/index.d.ts +25 -0
- package/es/LmUpload/fns/index.js +499 -0
- package/es/LmUpload/index.d.ts +2 -0
- package/es/LmUpload/index.js +2 -0
- package/es/LmUpload/style/index.css +336 -0
- package/es/LmUpload/style/index.js +3 -0
- package/es/LmUpload/style/variables.css +336 -0
- package/es/LmUpload/style/variables.js +3 -0
- package/es/LmUpload/utils.d.ts +6 -0
- package/es/LmUpload/utils.js +45 -0
- package/es/LmUpload/view/index.d.ts +4 -0
- package/es/LmUpload/view/index.js +10 -0
- package/es/LmUpload/wrapper/Upload.d.ts +4 -0
- package/es/LmUpload/wrapper/Upload.js +12 -0
- package/es/LmUpload/wrapper/UploadContainer.d.ts +5 -0
- package/es/LmUpload/wrapper/UploadContainer.js +29 -0
- package/es/LmUpload/wrapper/UploadRoot.d.ts +3 -0
- package/es/LmUpload/wrapper/UploadRoot.js +43 -0
- package/es/LmUpload/wrapper/UploadWrapper.d.ts +5 -0
- package/es/LmUpload/wrapper/UploadWrapper.js +23 -0
- package/es/LmUpload/wrapper/reducer.d.ts +13 -0
- package/es/LmUpload/wrapper/reducer.js +49 -0
- package/es/LoadingPage/index.js +33 -0
- package/es/LoadingPage/style/index.css +0 -0
- package/es/LoadingPage/style/index.js +3 -0
- package/es/LoadingPage/style/variables.css +0 -0
- package/es/LoadingPage/style/variables.js +3 -0
- package/es/Locale/ar_EG.d.ts +3 -0
- package/es/Locale/ar_EG.js +116 -0
- package/es/Locale/az_AZ.d.ts +3 -0
- package/es/Locale/az_AZ.js +97 -0
- package/es/Locale/bg_BG.d.ts +3 -0
- package/es/Locale/bg_BG.js +43 -0
- package/es/Locale/bn_BD.d.ts +3 -0
- package/es/Locale/bn_BD.js +130 -0
- package/es/Locale/by_BY.d.ts +3 -0
- package/es/Locale/by_BY.js +132 -0
- package/es/Locale/ca_ES.d.ts +3 -0
- package/es/Locale/ca_ES.js +125 -0
- package/es/Locale/cs_CZ.d.ts +3 -0
- package/es/Locale/cs_CZ.js +132 -0
- package/es/Locale/da_DK.d.ts +3 -0
- package/es/Locale/da_DK.js +53 -0
- package/es/Locale/de_DE.d.ts +3 -0
- package/es/Locale/de_DE.js +126 -0
- package/es/Locale/default.d.ts +6 -0
- package/es/Locale/default.js +134 -0
- package/es/Locale/el_GR.d.ts +3 -0
- package/es/Locale/el_GR.js +43 -0
- package/es/Locale/en_GB.d.ts +3 -0
- package/es/Locale/en_GB.js +132 -0
- package/es/Locale/en_US.d.ts +2 -0
- package/es/Locale/en_US.js +2 -0
- package/es/Locale/es_ES.d.ts +3 -0
- package/es/Locale/es_ES.js +132 -0
- package/es/Locale/et_EE.d.ts +3 -0
- package/es/Locale/et_EE.js +132 -0
- package/es/Locale/fa_IR.d.ts +3 -0
- package/es/Locale/fa_IR.js +130 -0
- package/es/Locale/fi_FI.d.ts +3 -0
- package/es/Locale/fi_FI.js +53 -0
- package/es/Locale/fr_BE.d.ts +3 -0
- package/es/Locale/fr_BE.js +48 -0
- package/es/Locale/fr_CA.d.ts +3 -0
- package/es/Locale/fr_CA.js +60 -0
- package/es/Locale/fr_FR.d.ts +3 -0
- package/es/Locale/fr_FR.js +128 -0
- package/es/Locale/ga_IE.d.ts +3 -0
- package/es/Locale/ga_IE.js +123 -0
- package/es/Locale/gl_ES.d.ts +3 -0
- package/es/Locale/gl_ES.js +110 -0
- package/es/Locale/he_IL.d.ts +3 -0
- package/es/Locale/he_IL.js +116 -0
- package/es/Locale/hi_IN.d.ts +3 -0
- package/es/Locale/hi_IN.js +130 -0
- package/es/Locale/hr_HR.d.ts +3 -0
- package/es/Locale/hr_HR.js +129 -0
- package/es/Locale/hu_HU.d.ts +3 -0
- package/es/Locale/hu_HU.js +44 -0
- package/es/Locale/hy_AM.d.ts +3 -0
- package/es/Locale/hy_AM.js +109 -0
- package/es/Locale/id_ID.d.ts +3 -0
- package/es/Locale/id_ID.js +45 -0
- package/es/Locale/is_IS.d.ts +3 -0
- package/es/Locale/is_IS.js +43 -0
- package/es/Locale/it_IT.d.ts +3 -0
- package/es/Locale/it_IT.js +61 -0
- package/es/Locale/ja_JP.d.ts +3 -0
- package/es/Locale/ja_JP.js +102 -0
- package/es/Locale/ka_GE.d.ts +3 -0
- package/es/Locale/ka_GE.js +130 -0
- package/es/Locale/kk_KZ.d.ts +3 -0
- package/es/Locale/kk_KZ.js +124 -0
- package/es/Locale/km_KH.d.ts +3 -0
- package/es/Locale/km_KH.js +104 -0
- package/es/Locale/kmr_IQ.d.ts +3 -0
- package/es/Locale/kmr_IQ.js +43 -0
- package/es/Locale/kn_IN.d.ts +3 -0
- package/es/Locale/kn_IN.js +51 -0
- package/es/Locale/ko_KR.d.ts +3 -0
- package/es/Locale/ko_KR.js +96 -0
- package/es/Locale/ku_IQ.d.ts +3 -0
- package/es/Locale/ku_IQ.js +46 -0
- package/es/Locale/lt_LT.d.ts +3 -0
- package/es/Locale/lt_LT.js +121 -0
- package/es/Locale/lv_LV.d.ts +3 -0
- package/es/Locale/lv_LV.js +43 -0
- package/es/Locale/mk_MK.d.ts +3 -0
- package/es/Locale/mk_MK.js +58 -0
- package/es/Locale/ml_IN.d.ts +3 -0
- package/es/Locale/ml_IN.js +130 -0
- package/es/Locale/mn_MN.d.ts +3 -0
- package/es/Locale/mn_MN.js +43 -0
- package/es/Locale/ms_MY.d.ts +3 -0
- package/es/Locale/ms_MY.js +63 -0
- package/es/Locale/nb_NO.d.ts +3 -0
- package/es/Locale/nb_NO.js +124 -0
- package/es/Locale/ne_NP.d.ts +3 -0
- package/es/Locale/ne_NP.js +44 -0
- package/es/Locale/nl_BE.d.ts +3 -0
- package/es/Locale/nl_BE.js +130 -0
- package/es/Locale/nl_NL.d.ts +3 -0
- package/es/Locale/nl_NL.js +130 -0
- package/es/Locale/pl_PL.d.ts +3 -0
- package/es/Locale/pl_PL.js +132 -0
- package/es/Locale/pt_BR.d.ts +3 -0
- package/es/Locale/pt_BR.js +130 -0
- package/es/Locale/pt_PT.d.ts +3 -0
- package/es/Locale/pt_PT.js +44 -0
- package/es/Locale/ro_RO.d.ts +3 -0
- package/es/Locale/ro_RO.js +130 -0
- package/es/Locale/ru_RU.d.ts +3 -0
- package/es/Locale/ru_RU.js +129 -0
- package/es/Locale/si_LK.d.ts +3 -0
- package/es/Locale/si_LK.js +132 -0
- package/es/Locale/sk_SK.d.ts +3 -0
- package/es/Locale/sk_SK.js +132 -0
- package/es/Locale/sl_SI.d.ts +3 -0
- package/es/Locale/sl_SI.js +43 -0
- package/es/Locale/sr_RS.d.ts +3 -0
- package/es/Locale/sr_RS.js +130 -0
- package/es/Locale/sv_SE.d.ts +3 -0
- package/es/Locale/sv_SE.js +130 -0
- package/es/Locale/ta_IN.d.ts +3 -0
- package/es/Locale/ta_IN.js +63 -0
- package/es/Locale/th_TH.d.ts +3 -0
- package/es/Locale/th_TH.js +126 -0
- package/es/Locale/tk_TK.d.ts +3 -0
- package/es/Locale/tk_TK.js +128 -0
- package/es/Locale/tr_TR.d.ts +3 -0
- package/es/Locale/tr_TR.js +128 -0
- package/es/Locale/uk_UA.d.ts +3 -0
- package/es/Locale/uk_UA.js +132 -0
- package/es/Locale/ur_PK.d.ts +3 -0
- package/es/Locale/ur_PK.js +130 -0
- package/es/Locale/vi_VN.d.ts +3 -0
- package/es/Locale/vi_VN.js +43 -0
- package/es/Locale/zh_CN.d.ts +6 -0
- package/es/Locale/zh_CN.js +133 -0
- package/es/Locale/zh_HK.d.ts +3 -0
- package/es/Locale/zh_HK.js +127 -0
- package/es/Locale/zh_TW.d.ts +3 -0
- package/es/Locale/zh_TW.js +128 -0
- package/es/Mentions/index.d.ts +3 -0
- package/es/Mentions/index.js +3 -0
- package/es/Mentions/style/index.css +512 -0
- package/es/Mentions/style/index.d.ts +1 -0
- package/es/Mentions/style/index.js +1 -0
- package/es/Mentions/style/variables.css +0 -0
- package/es/Mentions/style/variables.d.ts +1 -0
- package/es/Mentions/style/variables.js +1 -0
- package/es/Menu/index.d.ts +9 -0
- package/es/Menu/index.js +3 -0
- package/es/Menu/style/index.css +512 -0
- package/es/Menu/style/index.d.ts +1 -0
- package/es/Menu/style/index.js +1 -0
- package/es/Menu/style/variables.css +0 -0
- package/es/Menu/style/variables.d.ts +1 -0
- package/es/Menu/style/variables.js +1 -0
- package/es/Modal/index.d.ts +13 -0
- package/es/Modal/index.js +105 -0
- package/es/Modal/locale.d.ts +7 -0
- package/es/Modal/locale.js +12 -0
- package/es/Modal/style/index.css +547 -0
- package/es/Modal/style/index.d.ts +1 -0
- package/es/Modal/style/index.js +1 -0
- package/es/Modal/style/variables.css +35 -0
- package/es/Modal/style/variables.d.ts +1 -0
- package/es/Modal/style/variables.js +1 -0
- package/es/PageHeader/index.d.ts +24 -0
- package/es/PageHeader/index.js +169 -0
- package/es/PageHeader/style/index.css +512 -0
- package/es/PageHeader/style/index.d.ts +1 -0
- package/es/PageHeader/style/index.js +1 -0
- package/es/PageHeader/style/variables.css +0 -0
- package/es/PageHeader/style/variables.d.ts +1 -0
- package/es/PageHeader/style/variables.js +1 -0
- package/es/Pagination/index.d.ts +8 -0
- package/es/Pagination/index.js +51 -0
- package/es/Pagination/style/index.css +561 -0
- package/es/Pagination/style/index.d.ts +1 -0
- package/es/Pagination/style/index.js +1 -0
- package/es/Pagination/style/variables.css +49 -0
- package/es/Pagination/style/variables.d.ts +1 -0
- package/es/Pagination/style/variables.js +1 -0
- package/es/Popconfirm/index.d.ts +3 -0
- package/es/Popconfirm/index.js +3 -0
- package/es/Popconfirm/style/index.css +512 -0
- package/es/Popconfirm/style/index.d.ts +1 -0
- package/es/Popconfirm/style/index.js +1 -0
- package/es/Popconfirm/style/variables.css +0 -0
- package/es/Popconfirm/style/variables.d.ts +1 -0
- package/es/Popconfirm/style/variables.js +1 -0
- package/es/Popover/index.d.ts +11 -0
- package/es/Popover/index.js +63 -0
- package/es/Popover/style/index.css +512 -0
- package/es/Popover/style/index.d.ts +1 -0
- package/es/Popover/style/index.js +1 -0
- package/es/Popover/style/variables.css +0 -0
- package/es/Popover/style/variables.d.ts +1 -0
- package/es/Popover/style/variables.js +1 -0
- package/es/Progress/index.d.ts +3 -0
- package/es/Progress/index.js +3 -0
- package/es/Progress/style/index.css +512 -0
- package/es/Progress/style/index.d.ts +1 -0
- package/es/Progress/style/index.js +1 -0
- package/es/Progress/style/variables.css +0 -0
- package/es/Progress/style/variables.d.ts +1 -0
- package/es/Progress/style/variables.js +1 -0
- package/es/QuickMenu/index.d.ts +15 -0
- package/es/QuickMenu/index.js +175 -0
- package/es/QuickMenu/style/index.css +575 -0
- package/es/QuickMenu/style/index.d.ts +1 -0
- package/es/QuickMenu/style/index.js +1 -0
- package/es/QuickMenu/style/variables.css +63 -0
- package/es/QuickMenu/style/variables.d.ts +1 -0
- package/es/QuickMenu/style/variables.js +1 -0
- package/es/Radio/index.js +50 -0
- package/es/Radio/style/index.css +141 -0
- package/es/Radio/style/index.js +3 -0
- package/es/Radio/style/variables.css +141 -0
- package/es/Radio/style/variables.js +3 -0
- package/es/Rate/index.d.ts +3 -0
- package/es/Rate/index.js +3 -0
- package/es/Rate/style/index.css +512 -0
- package/es/Rate/style/index.d.ts +1 -0
- package/es/Rate/style/index.js +1 -0
- package/es/Rate/style/variables.css +0 -0
- package/es/Rate/style/variables.d.ts +1 -0
- package/es/Rate/style/variables.js +1 -0
- package/es/Result/index.d.ts +32 -0
- package/es/Result/index.js +100 -0
- package/es/Result/noFound.d.ts +2 -0
- package/es/Result/noFound.js +239 -0
- package/es/Result/serverError.d.ts +2 -0
- package/es/Result/serverError.js +279 -0
- package/es/Result/style/index.css +512 -0
- package/es/Result/style/index.d.ts +1 -0
- package/es/Result/style/index.js +1 -0
- package/es/Result/style/variables.css +0 -0
- package/es/Result/style/variables.d.ts +1 -0
- package/es/Result/style/variables.js +1 -0
- package/es/Result/unauthorized.d.ts +2 -0
- package/es/Result/unauthorized.js +229 -0
- package/es/Row/README.md.old +22 -0
- package/es/Row/index.d.ts +3 -0
- package/es/Row/index.js +2 -0
- package/es/Row/style/index.css +512 -0
- package/es/Row/style/index.d.ts +1 -0
- package/es/Row/style/index.js +1 -0
- package/es/Row/style/variables.css +0 -0
- package/es/Row/style/variables.d.ts +1 -0
- package/es/Row/style/variables.js +1 -0
- package/es/Segmented/index.d.ts +3 -0
- package/es/Segmented/index.js +3 -0
- package/es/Segmented/style/index.css +512 -0
- package/es/Segmented/style/index.d.ts +1 -0
- package/es/Segmented/style/index.js +1 -0
- package/es/Segmented/style/variables.css +0 -0
- package/es/Segmented/style/variables.d.ts +1 -0
- package/es/Segmented/style/variables.js +1 -0
- package/es/Select/index.d.ts +15 -0
- package/es/Select/index.js +111 -0
- package/es/Select/style/index.css +555 -0
- package/es/Select/style/index.d.ts +1 -0
- package/es/Select/style/index.js +1 -0
- package/es/Select/style/variables.css +43 -0
- package/es/Select/style/variables.d.ts +1 -0
- package/es/Select/style/variables.js +1 -0
- package/es/Skeleton/index.d.ts +5 -0
- package/es/Skeleton/index.js +3 -0
- package/es/Skeleton/style/index.css +512 -0
- package/es/Skeleton/style/index.d.ts +1 -0
- package/es/Skeleton/style/index.js +1 -0
- package/es/Skeleton/style/variables.css +0 -0
- package/es/Skeleton/style/variables.d.ts +1 -0
- package/es/Skeleton/style/variables.js +1 -0
- package/es/Slider/index.d.ts +2 -0
- package/es/Slider/index.js +3 -0
- package/es/Slider/style/index.css +512 -0
- package/es/Slider/style/index.d.ts +1 -0
- package/es/Slider/style/index.js +1 -0
- package/es/Slider/style/variables.css +0 -0
- package/es/Slider/style/variables.d.ts +1 -0
- package/es/Slider/style/variables.js +1 -0
- package/es/Space/index.d.ts +4 -0
- package/es/Space/index.js +3 -0
- package/es/Space/style/index.css +512 -0
- package/es/Space/style/index.d.ts +1 -0
- package/es/Space/style/index.js +1 -0
- package/es/Space/style/variables.css +0 -0
- package/es/Space/style/variables.d.ts +1 -0
- package/es/Space/style/variables.js +1 -0
- package/es/Spin/index.d.ts +7 -0
- package/es/Spin/index.js +3 -0
- package/es/Spin/style/index.css +512 -0
- package/es/Spin/style/index.d.ts +1 -0
- package/es/Spin/style/index.js +1 -0
- package/es/Spin/style/variables.css +0 -0
- package/es/Spin/style/variables.d.ts +1 -0
- package/es/Spin/style/variables.js +1 -0
- package/es/Statistic/index.d.ts +3 -0
- package/es/Statistic/index.js +3 -0
- package/es/Statistic/style/index.css +512 -0
- package/es/Statistic/style/index.d.ts +1 -0
- package/es/Statistic/style/index.js +1 -0
- package/es/Statistic/style/variables.css +0 -0
- package/es/Statistic/style/variables.d.ts +1 -0
- package/es/Statistic/style/variables.js +1 -0
- package/es/Steps/index.d.ts +3 -0
- package/es/Steps/index.js +3 -0
- package/es/Steps/style/index.css +512 -0
- package/es/Steps/style/index.d.ts +1 -0
- package/es/Steps/style/index.js +1 -0
- package/es/Steps/style/variables.css +0 -0
- package/es/Steps/style/variables.d.ts +1 -0
- package/es/Steps/style/variables.js +1 -0
- package/es/Switch/index.d.ts +3 -0
- package/es/Switch/index.js +35 -0
- package/es/Switch/style/index.css +553 -0
- package/es/Switch/style/index.d.ts +1 -0
- package/es/Switch/style/index.js +1 -0
- package/es/Switch/style/variables.css +41 -0
- package/es/Switch/style/variables.d.ts +1 -0
- package/es/Switch/style/variables.js +1 -0
- package/es/Table/index.d.ts +2 -0
- package/es/Table/index.js +3 -0
- package/es/Table/style/index.css +512 -0
- package/es/Table/style/index.d.ts +1 -0
- package/es/Table/style/index.js +1 -0
- package/es/Table/style/variables.css +0 -0
- package/es/Table/style/variables.d.ts +1 -0
- package/es/Table/style/variables.js +1 -0
- package/es/Tabs/TabPane.d.ts +5 -0
- package/es/Tabs/TabPane.js +9 -0
- package/es/Tabs/hooks/useAnimateConfig.d.ts +3 -0
- package/es/Tabs/hooks/useAnimateConfig.js +38 -0
- package/es/Tabs/hooks/useLegacyItems.d.ts +4 -0
- package/es/Tabs/hooks/useLegacyItems.js +50 -0
- package/es/Tabs/index.d.ts +23 -0
- package/es/Tabs/index.js +92 -0
- package/es/Tabs/index.old.d.ts +12 -0
- package/es/Tabs/index.old.js +38 -0
- package/es/Tabs/style/index.css +558 -0
- package/es/Tabs/style/index.d.ts +1 -0
- package/es/Tabs/style/index.js +1 -0
- package/es/Tabs/style/variables.css +46 -0
- package/es/Tabs/style/variables.d.ts +1 -0
- package/es/Tabs/style/variables.js +1 -0
- package/es/Tag/index.d.ts +16 -0
- package/es/Tag/index.js +82 -0
- package/es/Tag/style/index.css +576 -0
- package/es/Tag/style/index.d.ts +1 -0
- package/es/Tag/style/index.js +1 -0
- package/es/Tag/style/variables.css +64 -0
- package/es/Tag/style/variables.d.ts +1 -0
- package/es/Tag/style/variables.js +1 -0
- package/es/TestTable/LmBox.d.ts +12 -0
- package/es/TestTable/LmBox.js +6 -0
- package/es/TestTable/index.d.ts +2 -0
- package/es/TestTable/index.js +2 -0
- package/es/TestTable/style/index.css +10 -0
- package/es/TestTable/style/index.js +3 -0
- package/es/TestTable/style/variables.css +10 -0
- package/es/TestTable/style/variables.js +3 -0
- package/es/TimePicker/index.d.ts +3 -0
- package/es/TimePicker/index.js +3 -0
- package/es/TimePicker/style/index.css +512 -0
- package/es/TimePicker/style/index.d.ts +1 -0
- package/es/TimePicker/style/index.js +1 -0
- package/es/TimePicker/style/variables.css +0 -0
- package/es/TimePicker/style/variables.d.ts +1 -0
- package/es/TimePicker/style/variables.js +1 -0
- package/es/Timeline/index.d.ts +3 -0
- package/es/Timeline/index.js +3 -0
- package/es/Timeline/style/index.css +515 -0
- package/es/Timeline/style/index.d.ts +1 -0
- package/es/Timeline/style/index.js +1 -0
- package/es/Timeline/style/variables.css +3 -0
- package/es/Timeline/style/variables.d.ts +1 -0
- package/es/Timeline/style/variables.js +1 -0
- package/es/Tooltip/index.d.ts +44 -0
- package/es/Tooltip/index.js +238 -0
- package/es/Tooltip/style/index.css +512 -0
- package/es/Tooltip/style/index.d.ts +1 -0
- package/es/Tooltip/style/index.js +1 -0
- package/es/Tooltip/style/variables.css +0 -0
- package/es/Tooltip/style/variables.d.ts +1 -0
- package/es/Tooltip/style/variables.js +1 -0
- package/es/Transfer/index.d.ts +3 -0
- package/es/Transfer/index.js +3 -0
- package/es/Transfer/style/index.css +512 -0
- package/es/Transfer/style/index.d.ts +1 -0
- package/es/Transfer/style/index.js +1 -0
- package/es/Transfer/style/variables.css +0 -0
- package/es/Transfer/style/variables.d.ts +1 -0
- package/es/Transfer/style/variables.js +1 -0
- package/es/Tree/DirectoryTree.d.ts +21 -0
- package/es/Tree/DirectoryTree.js +195 -0
- package/es/Tree/Tree.d.ts +140 -0
- package/es/Tree/Tree.js +91 -0
- package/es/Tree/TreeIndex.d.ts +5 -0
- package/es/Tree/TreeIndex.js +2 -0
- package/es/Tree/index.d.ts +12 -0
- package/es/Tree/index.js +30 -0
- package/es/Tree/style/index.css +524 -0
- package/es/Tree/style/index.d.ts +1 -0
- package/es/Tree/style/index.js +1 -0
- package/es/Tree/style/variables.css +12 -0
- package/es/Tree/style/variables.d.ts +1 -0
- package/es/Tree/style/variables.js +1 -0
- package/es/Tree/utils/dictUtil.d.ts +9 -0
- package/es/Tree/utils/dictUtil.js +88 -0
- package/es/Tree/utils/dropIndicator.d.ts +8 -0
- package/es/Tree/utils/dropIndicator.js +37 -0
- package/es/Tree/utils/iconUtil.d.ts +5 -0
- package/es/Tree/utils/iconUtil.js +67 -0
- package/es/TreeSelect/index.d.ts +8 -0
- package/es/TreeSelect/index.js +90 -0
- package/es/TreeSelect/style/index.css +515 -0
- package/es/TreeSelect/style/index.d.ts +1 -0
- package/es/TreeSelect/style/index.js +1 -0
- package/es/TreeSelect/style/variables.css +3 -0
- package/es/TreeSelect/style/variables.d.ts +1 -0
- package/es/TreeSelect/style/variables.js +1 -0
- package/es/Typography/Base/Ellipsis.d.ts +14 -0
- package/es/Typography/Base/Ellipsis.js +197 -0
- package/es/Typography/Base/EllipsisTooltip.d.ts +13 -0
- package/es/Typography/Base/EllipsisTooltip.js +23 -0
- package/es/Typography/Base/index.d.ts +54 -0
- package/es/Typography/Base/index.js +509 -0
- package/es/Typography/Editable.d.ts +20 -0
- package/es/Typography/Editable.js +117 -0
- package/es/Typography/Link.d.ts +7 -0
- package/es/Typography/Link.js +43 -0
- package/es/Typography/Paragraph.d.ts +7 -0
- package/es/Typography/Paragraph.js +12 -0
- package/es/Typography/Text.d.ts +8 -0
- package/es/Typography/Text.js +41 -0
- package/es/Typography/Title.d.ts +9 -0
- package/es/Typography/Title.js +41 -0
- package/es/Typography/Typography.d.ts +11 -0
- package/es/Typography/Typography.js +61 -0
- package/es/Typography/hooks/useMergedConfig.d.ts +1 -0
- package/es/Typography/hooks/useMergedConfig.js +8 -0
- package/es/Typography/hooks/useUpdatedEffect.d.ts +3 -0
- package/es/Typography/hooks/useUpdatedEffect.js +13 -0
- package/es/Typography/index.d.ts +15 -0
- package/es/Typography/index.js +14 -0
- package/es/Typography/style/index.css +512 -0
- package/es/Typography/style/index.d.ts +1 -0
- package/es/Typography/style/index.js +1 -0
- package/es/Typography/style/variables.css +0 -0
- package/es/Typography/style/variables.d.ts +1 -0
- package/es/Typography/style/variables.js +1 -0
- package/es/Upload/index.d.ts +13 -0
- package/es/Upload/index.js +28 -0
- package/es/Upload/style/index.css +547 -0
- package/es/Upload/style/index.d.ts +1 -0
- package/es/Upload/style/index.js +1 -0
- package/es/Upload/style/variables.css +35 -0
- package/es/Upload/style/variables.d.ts +1 -0
- package/es/Upload/style/variables.js +1 -0
- package/es/UploadOss/index.js +18 -0
- package/es/UploadOss/style/index.css +121 -0
- package/es/UploadOss/style/index.js +3 -0
- package/es/UploadOss/style/variables.css +121 -0
- package/es/UploadOss/style/variables.js +3 -0
- package/es/UploadOss/uploadBtn.js +141 -0
- package/es/UploadOss/uploadImg.js +282 -0
- package/es/VirtualList/index.js +85 -0
- package/es/VirtualList/style/index.css +0 -0
- package/es/VirtualList/style/index.js +3 -0
- package/es/VirtualList/style/variables.css +0 -0
- package/es/VirtualList/style/variables.js +3 -0
- package/es/_util/colors.d.ts +5 -0
- package/es/_util/colors.js +4 -0
- package/es/_util/domTarget.d.ts +7 -0
- package/es/_util/domTarget.js +20 -0
- package/es/_util/getDataOrAriaProps.d.ts +1 -0
- package/es/_util/getDataOrAriaProps.js +9 -0
- package/es/_util/getRenderPropValue.d.ts +3 -0
- package/es/_util/getRenderPropValue.js +13 -0
- package/es/_util/hooks/useFlexGapSupport.d.ts +2 -0
- package/es/_util/hooks/useFlexGapSupport.js +14 -0
- package/es/_util/hooks/useForceUpdate.d.ts +2 -0
- package/es/_util/hooks/useForceUpdate.js +11 -0
- package/es/_util/motion.d.ts +8 -0
- package/es/_util/motion.js +60 -0
- package/es/_util/placements.d.ts +17 -0
- package/es/_util/placements.js +87 -0
- package/es/_util/reactNode.d.ts +7 -0
- package/es/_util/reactNode.js +10 -0
- package/es/_util/responsiveObserve.d.ts +21 -0
- package/es/_util/responsiveObserve.js +66 -0
- package/es/_util/statusUtils.d.ts +6 -0
- package/es/_util/statusUtils.js +12 -0
- package/es/_util/styleChecker.d.ts +4 -0
- package/es/_util/styleChecker.js +31 -0
- package/es/_util/throttleByAnimationFrame.d.ts +8 -0
- package/es/_util/throttleByAnimationFrame.js +58 -0
- package/es/_util/transButton.d.ts +9 -0
- package/es/_util/transButton.js +73 -0
- package/es/_util/type.d.ts +9 -0
- package/es/_util/type.js +15 -0
- package/es/_util/warning.d.ts +6 -0
- package/es/_util/warning.js +17 -0
- package/es/hooks/index.d.ts +2 -0
- package/es/hooks/index.js +2 -0
- package/es/hooks/useEvent/index.d.ts +2 -0
- package/es/hooks/useEvent/index.js +16 -0
- package/es/hooks/useFullscreen/index.d.ts +15 -0
- package/es/hooks/useFullscreen/index.js +118 -0
- package/es/index.d.ts +128 -0
- package/es/index.js +86 -0
- package/es/locale-provider/LocaleReceiver.d.ts +20 -0
- package/es/locale-provider/LocaleReceiver.js +66 -0
- package/es/locale-provider/ar_EG.d.ts +2 -0
- package/es/locale-provider/ar_EG.js +2 -0
- package/es/locale-provider/az_AZ.d.ts +2 -0
- package/es/locale-provider/az_AZ.js +2 -0
- package/es/locale-provider/bg_BG.d.ts +2 -0
- package/es/locale-provider/bg_BG.js +2 -0
- package/es/locale-provider/bn_BD.d.ts +2 -0
- package/es/locale-provider/bn_BD.js +2 -0
- package/es/locale-provider/by_BY.d.ts +2 -0
- package/es/locale-provider/by_BY.js +2 -0
- package/es/locale-provider/ca_ES.d.ts +2 -0
- package/es/locale-provider/ca_ES.js +2 -0
- package/es/locale-provider/context.d.ts +7 -0
- package/es/locale-provider/context.js +3 -0
- package/es/locale-provider/cs_CZ.d.ts +2 -0
- package/es/locale-provider/cs_CZ.js +2 -0
- package/es/locale-provider/da_DK.d.ts +2 -0
- package/es/locale-provider/da_DK.js +2 -0
- package/es/locale-provider/de_DE.d.ts +2 -0
- package/es/locale-provider/de_DE.js +2 -0
- package/es/locale-provider/default.d.ts +2 -0
- package/es/locale-provider/default.js +2 -0
- package/es/locale-provider/el_GR.d.ts +2 -0
- package/es/locale-provider/el_GR.js +2 -0
- package/es/locale-provider/en_GB.d.ts +2 -0
- package/es/locale-provider/en_GB.js +2 -0
- package/es/locale-provider/en_US.d.ts +2 -0
- package/es/locale-provider/en_US.js +2 -0
- package/es/locale-provider/es_ES.d.ts +2 -0
- package/es/locale-provider/es_ES.js +2 -0
- package/es/locale-provider/et_EE.d.ts +2 -0
- package/es/locale-provider/et_EE.js +2 -0
- package/es/locale-provider/fa_IR.d.ts +2 -0
- package/es/locale-provider/fa_IR.js +2 -0
- package/es/locale-provider/fi_FI.d.ts +2 -0
- package/es/locale-provider/fi_FI.js +2 -0
- package/es/locale-provider/fr_BE.d.ts +2 -0
- package/es/locale-provider/fr_BE.js +2 -0
- package/es/locale-provider/fr_CA.d.ts +2 -0
- package/es/locale-provider/fr_CA.js +2 -0
- package/es/locale-provider/fr_FR.d.ts +2 -0
- package/es/locale-provider/fr_FR.js +2 -0
- package/es/locale-provider/ga_IE.d.ts +2 -0
- package/es/locale-provider/ga_IE.js +2 -0
- package/es/locale-provider/gl_ES.d.ts +2 -0
- package/es/locale-provider/gl_ES.js +2 -0
- package/es/locale-provider/he_IL.d.ts +2 -0
- package/es/locale-provider/he_IL.js +2 -0
- package/es/locale-provider/hi_IN.d.ts +2 -0
- package/es/locale-provider/hi_IN.js +2 -0
- package/es/locale-provider/hr_HR.d.ts +2 -0
- package/es/locale-provider/hr_HR.js +2 -0
- package/es/locale-provider/hu_HU.d.ts +2 -0
- package/es/locale-provider/hu_HU.js +2 -0
- package/es/locale-provider/hy_AM.d.ts +2 -0
- package/es/locale-provider/hy_AM.js +2 -0
- package/es/locale-provider/id_ID.d.ts +2 -0
- package/es/locale-provider/id_ID.js +2 -0
- package/es/locale-provider/index.d.ts +61 -0
- package/es/locale-provider/index.js +71 -0
- package/es/locale-provider/is_IS.d.ts +2 -0
- package/es/locale-provider/is_IS.js +2 -0
- package/es/locale-provider/it_IT.d.ts +2 -0
- package/es/locale-provider/it_IT.js +2 -0
- package/es/locale-provider/ja_JP.d.ts +2 -0
- package/es/locale-provider/ja_JP.js +2 -0
- package/es/locale-provider/ka_GE.d.ts +2 -0
- package/es/locale-provider/ka_GE.js +2 -0
- package/es/locale-provider/kk_KZ.d.ts +2 -0
- package/es/locale-provider/kk_KZ.js +2 -0
- package/es/locale-provider/km_KH.d.ts +2 -0
- package/es/locale-provider/km_KH.js +2 -0
- package/es/locale-provider/kmr_IQ.d.ts +2 -0
- package/es/locale-provider/kmr_IQ.js +2 -0
- package/es/locale-provider/kn_IN.d.ts +2 -0
- package/es/locale-provider/kn_IN.js +2 -0
- package/es/locale-provider/ko_KR.d.ts +2 -0
- package/es/locale-provider/ko_KR.js +2 -0
- package/es/locale-provider/ku_IQ.d.ts +2 -0
- package/es/locale-provider/ku_IQ.js +2 -0
- package/es/locale-provider/lt_LT.d.ts +2 -0
- package/es/locale-provider/lt_LT.js +2 -0
- package/es/locale-provider/lv_LV.d.ts +2 -0
- package/es/locale-provider/lv_LV.js +2 -0
- package/es/locale-provider/mk_MK.d.ts +2 -0
- package/es/locale-provider/mk_MK.js +2 -0
- package/es/locale-provider/ml_IN.d.ts +2 -0
- package/es/locale-provider/ml_IN.js +2 -0
- package/es/locale-provider/mn_MN.d.ts +2 -0
- package/es/locale-provider/mn_MN.js +2 -0
- package/es/locale-provider/ms_MY.d.ts +2 -0
- package/es/locale-provider/ms_MY.js +2 -0
- package/es/locale-provider/nb_NO.d.ts +2 -0
- package/es/locale-provider/nb_NO.js +2 -0
- package/es/locale-provider/ne_NP.d.ts +2 -0
- package/es/locale-provider/ne_NP.js +2 -0
- package/es/locale-provider/nl_BE.d.ts +2 -0
- package/es/locale-provider/nl_BE.js +2 -0
- package/es/locale-provider/nl_NL.d.ts +2 -0
- package/es/locale-provider/nl_NL.js +2 -0
- package/es/locale-provider/pl_PL.d.ts +2 -0
- package/es/locale-provider/pl_PL.js +2 -0
- package/es/locale-provider/pt_BR.d.ts +2 -0
- package/es/locale-provider/pt_BR.js +2 -0
- package/es/locale-provider/pt_PT.d.ts +2 -0
- package/es/locale-provider/pt_PT.js +2 -0
- package/es/locale-provider/ro_RO.d.ts +2 -0
- package/es/locale-provider/ro_RO.js +2 -0
- package/es/locale-provider/ru_RU.d.ts +2 -0
- package/es/locale-provider/ru_RU.js +2 -0
- package/es/locale-provider/si_LK.d.ts +2 -0
- package/es/locale-provider/si_LK.js +2 -0
- package/es/locale-provider/sk_SK.d.ts +2 -0
- package/es/locale-provider/sk_SK.js +2 -0
- package/es/locale-provider/sl_SI.d.ts +2 -0
- package/es/locale-provider/sl_SI.js +2 -0
- package/es/locale-provider/sr_RS.d.ts +2 -0
- package/es/locale-provider/sr_RS.js +2 -0
- package/es/locale-provider/style/index.css +512 -0
- package/es/locale-provider/style/index.d.ts +1 -0
- package/es/locale-provider/style/index.js +1 -0
- package/es/locale-provider/style/variables.css +0 -0
- package/es/locale-provider/style/variables.d.ts +1 -0
- package/es/locale-provider/style/variables.js +1 -0
- package/es/locale-provider/sv_SE.d.ts +2 -0
- package/es/locale-provider/sv_SE.js +2 -0
- package/es/locale-provider/ta_IN.d.ts +2 -0
- package/es/locale-provider/ta_IN.js +2 -0
- package/es/locale-provider/th_TH.d.ts +2 -0
- package/es/locale-provider/th_TH.js +2 -0
- package/es/locale-provider/tk_TK.d.ts +2 -0
- package/es/locale-provider/tk_TK.js +2 -0
- package/es/locale-provider/tr_TR.d.ts +2 -0
- package/es/locale-provider/tr_TR.js +2 -0
- package/es/locale-provider/uk_UA.d.ts +2 -0
- package/es/locale-provider/uk_UA.js +2 -0
- package/es/locale-provider/ur_PK.d.ts +2 -0
- package/es/locale-provider/ur_PK.js +2 -0
- package/es/locale-provider/vi_VN.d.ts +2 -0
- package/es/locale-provider/vi_VN.js +2 -0
- package/es/locale-provider/zh_CN.d.ts +2 -0
- package/es/locale-provider/zh_CN.js +2 -0
- package/es/locale-provider/zh_HK.d.ts +2 -0
- package/es/locale-provider/zh_HK.js +2 -0
- package/es/locale-provider/zh_TW.d.ts +2 -0
- package/es/locale-provider/zh_TW.js +2 -0
- package/es/message/hooks/useMessage.d.ts +7 -0
- package/es/message/hooks/useMessage.js +83 -0
- package/es/message/index.d.ts +66 -0
- package/es/message/index.js +244 -0
- package/es/message/style/index.css +543 -0
- package/es/message/style/index.d.ts +1 -0
- package/es/message/style/index.js +1 -0
- package/es/message/style/variables.css +31 -0
- package/es/message/style/variables.d.ts +1 -0
- package/es/message/style/variables.js +1 -0
- package/es/notification/hooks/useNotification.d.ts +7 -0
- package/es/notification/hooks/useNotification.js +54 -0
- package/es/notification/index.d.ts +54 -0
- package/es/notification/index.js +342 -0
- package/es/notification/style/index.css +553 -0
- package/es/notification/style/index.d.ts +1 -0
- package/es/notification/style/index.js +1 -0
- package/es/notification/style/variables.css +41 -0
- package/es/notification/style/variables.d.ts +1 -0
- package/es/notification/style/variables.js +1 -0
- package/es/services/newRequest.js +201 -0
- package/es/services/utils.js +72 -0
- package/es/styles/globalClass.css +63 -0
- package/es/styles/icon.css +15 -0
- package/es/styles/index.d.ts +1 -0
- package/es/styles/index.js +1 -0
- package/es/styles/main.css +512 -0
- package/es/styles/resetAntd.css +86 -0
- package/es/styles/them.css +0 -0
- package/es/styles/variables.css +12843 -0
- package/lib/Affix/index.d.ts +54 -0
- package/lib/Affix/index.js +349 -0
- package/lib/Affix/style/index.css +512 -0
- package/lib/Affix/style/index.d.ts +1 -0
- package/lib/Affix/style/index.js +3 -0
- package/lib/Affix/style/variables.css +0 -0
- package/lib/Affix/style/variables.d.ts +1 -0
- package/lib/Affix/style/variables.js +3 -0
- package/lib/Affix/utils.d.ts +15 -0
- package/lib/Affix/utils.js +104 -0
- package/lib/Alert/ErrorBoundary.d.ts +22 -0
- package/lib/Alert/ErrorBoundary.js +79 -0
- package/lib/Alert/index.d.ts +41 -0
- package/lib/Alert/index.js +237 -0
- package/lib/Alert/style/index.css +538 -0
- package/lib/Alert/style/index.d.ts +1 -0
- package/lib/Alert/style/index.js +3 -0
- package/lib/Alert/style/variables.css +26 -0
- package/lib/Alert/style/variables.d.ts +1 -0
- package/lib/Alert/style/variables.js +3 -0
- package/lib/Approval/handle.d.ts +11 -0
- package/lib/Approval/handle.js +160 -0
- package/lib/Approval/index.d.ts +5 -0
- package/lib/Approval/index.js +481 -0
- package/lib/Approval/style/index.css +711 -0
- package/lib/Approval/style/index.d.ts +1 -0
- package/lib/Approval/style/index.js +3 -0
- package/lib/Approval/style/variables.css +199 -0
- package/lib/Approval/style/variables.d.ts +1 -0
- package/lib/Approval/style/variables.js +3 -0
- package/lib/Approval/type.d.ts +56 -0
- package/lib/Approval/type.js +105 -0
- package/lib/Approval/util.d.ts +26 -0
- package/lib/Approval/util.js +148 -0
- package/lib/AutoComplete/index.d.ts +30 -0
- package/lib/AutoComplete/index.js +123 -0
- package/lib/AutoComplete/style/index.css +512 -0
- package/lib/AutoComplete/style/index.d.ts +1 -0
- package/lib/AutoComplete/style/index.js +3 -0
- package/lib/AutoComplete/style/variables.css +0 -0
- package/lib/AutoComplete/style/variables.d.ts +1 -0
- package/lib/AutoComplete/style/variables.js +3 -0
- package/lib/Avatar/index.d.ts +3 -0
- package/lib/Avatar/index.js +15 -0
- package/lib/Avatar/style/index.css +512 -0
- package/lib/Avatar/style/index.d.ts +1 -0
- package/lib/Avatar/style/index.js +3 -0
- package/lib/Avatar/style/variables.css +0 -0
- package/lib/Avatar/style/variables.d.ts +1 -0
- package/lib/Avatar/style/variables.js +3 -0
- package/lib/Badge/Ribbon.d.ts +15 -0
- package/lib/Badge/Ribbon.js +63 -0
- package/lib/Badge/ScrollNumber.d.ts +18 -0
- package/lib/Badge/ScrollNumber.js +96 -0
- package/lib/Badge/SingleNumber.d.ts +12 -0
- package/lib/Badge/SingleNumber.js +135 -0
- package/lib/Badge/index.d.ts +30 -0
- package/lib/Badge/index.js +202 -0
- package/lib/Badge/style/index.css +512 -0
- package/lib/Badge/style/index.d.ts +1 -0
- package/lib/Badge/style/index.js +3 -0
- package/lib/Badge/style/variables.css +0 -0
- package/lib/Badge/style/variables.d.ts +1 -0
- package/lib/Badge/style/variables.js +3 -0
- package/lib/Badge/utils.d.ts +1 -0
- package/lib/Badge/utils.js +13 -0
- package/lib/Box/LmBox.d.ts +12 -0
- package/lib/Box/LmBox.js +27 -0
- package/lib/Box/body/Item.d.ts +10 -0
- package/lib/Box/body/Item.js +30 -0
- package/lib/Box/body/List.d.ts +6 -0
- package/lib/Box/body/List.js +35 -0
- package/lib/Box/body/OverflowList.d.ts +6 -0
- package/lib/Box/body/OverflowList.js +29 -0
- package/lib/Box/index.d.ts +3 -0
- package/lib/Box/index.js +25 -0
- package/lib/Box/style/index.css +10 -0
- package/lib/Box/style/index.js +3 -0
- package/lib/Box/style/variables.css +10 -0
- package/lib/Box/style/variables.js +3 -0
- package/lib/Box/wrapper/BoxContainer.d.ts +6 -0
- package/lib/Box/wrapper/BoxContainer.js +65 -0
- package/lib/Box/wrapper/BoxRoot.d.ts +4 -0
- package/lib/Box/wrapper/BoxRoot.js +47 -0
- package/lib/Box/wrapper/BoxWrapper.d.ts +6 -0
- package/lib/Box/wrapper/BoxWrapper.js +22 -0
- package/lib/Box/wrapper/reducer.d.ts +8 -0
- package/lib/Box/wrapper/reducer.js +38 -0
- package/lib/Breadcrumb/index.d.ts +4 -0
- package/lib/Breadcrumb/index.js +15 -0
- package/lib/Breadcrumb/style/index.css +512 -0
- package/lib/Breadcrumb/style/index.d.ts +1 -0
- package/lib/Breadcrumb/style/index.js +3 -0
- package/lib/Breadcrumb/style/variables.css +0 -0
- package/lib/Breadcrumb/style/variables.d.ts +1 -0
- package/lib/Breadcrumb/style/variables.js +3 -0
- package/lib/Button/index.d.ts +11 -0
- package/lib/Button/index.js +66 -0
- package/lib/Button/style/index.css +125 -0
- package/lib/Button/style/index.d.ts +1 -0
- package/lib/Button/style/index.js +3 -0
- package/lib/Button/style/variables.css +125 -0
- package/lib/ButtonTags/ButtonTags.js +59 -0
- package/lib/ButtonTags/index.js +13 -0
- package/lib/ButtonTags/style/index.css +584 -0
- package/lib/ButtonTags/style/index.js +3 -0
- package/lib/ButtonTags/style/variables.css +72 -0
- package/lib/ButtonTags/style/variables.js +3 -0
- package/lib/Calendar/index.d.ts +4 -0
- package/lib/Calendar/index.js +15 -0
- package/lib/Calendar/style/index.css +512 -0
- package/lib/Calendar/style/index.d.ts +1 -0
- package/lib/Calendar/style/index.js +3 -0
- package/lib/Calendar/style/variables.css +0 -0
- package/lib/Calendar/style/variables.d.ts +1 -0
- package/lib/Calendar/style/variables.js +3 -0
- package/lib/Card/index.d.ts +2 -0
- package/lib/Card/index.js +29 -0
- package/lib/Card/style/index.css +512 -0
- package/lib/Card/style/index.d.ts +1 -0
- package/lib/Card/style/index.js +3 -0
- package/lib/Card/style/variables.css +0 -0
- package/lib/Card/style/variables.d.ts +1 -0
- package/lib/Card/style/variables.js +3 -0
- package/lib/CardTable/LmCardTable.js +63 -0
- package/lib/CardTable/body/TableBody.js +78 -0
- package/lib/CardTable/body/TableBodyCell.js +67 -0
- package/lib/CardTable/body/TableBodyRow.js +91 -0
- package/lib/CardTable/card/PictureTextColumn.js +132 -0
- package/lib/CardTable/card/PictureTextRow.js +153 -0
- package/lib/CardTable/card/PictureTextRowOperate.js +146 -0
- package/lib/CardTable/context.js +20 -0
- package/lib/CardTable/empty.js +24 -0
- package/lib/CardTable/fns/index.js +160 -0
- package/lib/CardTable/footer.js +59 -0
- package/lib/CardTable/hooks/usePagination.js +128 -0
- package/lib/CardTable/index.js +17 -0
- package/lib/CardTable/pager/TablePagination.js +60 -0
- package/lib/CardTable/pager/index.js +47 -0
- package/lib/CardTable/style/index.css +466 -0
- package/lib/CardTable/style/index.js +3 -0
- package/lib/CardTable/style/variables.css +466 -0
- package/lib/CardTable/style/variables.js +3 -0
- package/lib/CardTable/table/Table.js +27 -0
- package/lib/CardTable/table/TableContainer.js +97 -0
- package/lib/CardTable/table/TableRoot.js +210 -0
- package/lib/CardTable/table/TableWrapper.js +40 -0
- package/lib/CardTable/toolbar/ToolBarBottom.js +28 -0
- package/lib/CardTable/utils.js +31 -0
- package/lib/Carousel/index.d.ts +3 -0
- package/lib/Carousel/index.js +15 -0
- package/lib/Carousel/style/index.css +512 -0
- package/lib/Carousel/style/index.d.ts +1 -0
- package/lib/Carousel/style/index.js +3 -0
- package/lib/Carousel/style/variables.css +0 -0
- package/lib/Carousel/style/variables.d.ts +1 -0
- package/lib/Carousel/style/variables.js +3 -0
- package/lib/Cascader/index.d.ts +4 -0
- package/lib/Cascader/index.js +82 -0
- package/lib/Cascader/style/index.css +528 -0
- package/lib/Cascader/style/index.d.ts +1 -0
- package/lib/Cascader/style/index.js +3 -0
- package/lib/Cascader/style/variables.css +16 -0
- package/lib/Cascader/style/variables.d.ts +1 -0
- package/lib/Cascader/style/variables.js +3 -0
- package/lib/Checkbox/index.js +47 -0
- package/lib/Checkbox/style/index.css +128 -0
- package/lib/Checkbox/style/index.js +3 -0
- package/lib/Checkbox/style/variables.css +128 -0
- package/lib/Checkbox/style/variables.js +3 -0
- package/lib/Col/README.md.old +22 -0
- package/lib/Col/index.d.ts +3 -0
- package/lib/Col/index.js +11 -0
- package/lib/Col/style/index.css +512 -0
- package/lib/Col/style/index.d.ts +1 -0
- package/lib/Col/style/index.js +3 -0
- package/lib/Col/style/variables.css +0 -0
- package/lib/Col/style/variables.d.ts +1 -0
- package/lib/Col/style/variables.js +3 -0
- package/lib/Collapse/index.d.ts +3 -0
- package/lib/Collapse/index.js +15 -0
- package/lib/Collapse/style/index.css +512 -0
- package/lib/Collapse/style/index.d.ts +1 -0
- package/lib/Collapse/style/index.js +3 -0
- package/lib/Collapse/style/variables.css +0 -0
- package/lib/Collapse/style/variables.d.ts +1 -0
- package/lib/Collapse/style/variables.js +3 -0
- package/lib/Comment/index.d.ts +3 -0
- package/lib/Comment/index.js +15 -0
- package/lib/Comment/style/index.css +512 -0
- package/lib/Comment/style/index.d.ts +1 -0
- package/lib/Comment/style/index.js +3 -0
- package/lib/Comment/style/variables.css +0 -0
- package/lib/Comment/style/variables.d.ts +1 -0
- package/lib/Comment/style/variables.js +3 -0
- package/lib/ConfigProvider/DisabledContext.d.ts +9 -0
- package/lib/ConfigProvider/DisabledContext.js +25 -0
- package/lib/ConfigProvider/SizeContext.d.ts +9 -0
- package/lib/ConfigProvider/SizeContext.js +26 -0
- package/lib/ConfigProvider/context.d.ts +60 -0
- package/lib/ConfigProvider/context.js +54 -0
- package/lib/ConfigProvider/cssVariables.d.ts +3 -0
- package/lib/ConfigProvider/cssVariables.js +114 -0
- package/lib/ConfigProvider/defaultRenderEmpty.d.ts +4 -0
- package/lib/ConfigProvider/defaultRenderEmpty.js +52 -0
- package/lib/ConfigProvider/index.d.ts +62 -0
- package/lib/ConfigProvider/index.js +263 -0
- package/lib/ConfigProvider/style/index.css +141 -0
- package/lib/ConfigProvider/style/index.js +3 -0
- package/lib/ConfigProvider/style/variables.css +141 -0
- package/lib/ConfigProvider/style/variables.js +3 -0
- package/lib/CropImg/LmCropImg.d.ts +11 -0
- package/lib/CropImg/LmCropImg.js +31 -0
- package/lib/CropImg/body/Operate.d.ts +5 -0
- package/lib/CropImg/body/Operate.js +102 -0
- package/lib/CropImg/body/index.d.ts +5 -0
- package/lib/CropImg/body/index.js +60 -0
- package/lib/CropImg/fns/index.d.ts +14 -0
- package/lib/CropImg/fns/index.js +60 -0
- package/lib/CropImg/index.d.ts +4 -0
- package/lib/CropImg/index.js +33 -0
- package/lib/CropImg/style/index.css +17 -0
- package/lib/CropImg/style/index.js +3 -0
- package/lib/CropImg/style/variables.css +17 -0
- package/lib/CropImg/style/variables.js +3 -0
- package/lib/CropImg/utils.js +161 -0
- package/lib/CropImg/wrapper/Container.d.ts +5 -0
- package/lib/CropImg/wrapper/Container.js +124 -0
- package/lib/CropImg/wrapper/Root.d.ts +3 -0
- package/lib/CropImg/wrapper/Root.js +61 -0
- package/lib/CropImg/wrapper/Wrapper.d.ts +5 -0
- package/lib/CropImg/wrapper/Wrapper.js +23 -0
- package/lib/CropImg/wrapper/reducer.d.ts +13 -0
- package/lib/CropImg/wrapper/reducer.js +45 -0
- package/lib/CustomTableOption/cardSort.d.ts +4 -0
- package/lib/CustomTableOption/cardSort.js +244 -0
- package/lib/CustomTableOption/columnsSort.d.ts +4 -0
- package/lib/CustomTableOption/columnsSort.js +366 -0
- package/lib/CustomTableOption/filterSort.d.ts +4 -0
- package/lib/CustomTableOption/filterSort.js +240 -0
- package/lib/CustomTableOption/index.d.ts +15 -0
- package/lib/CustomTableOption/index.js +230 -0
- package/lib/CustomTableOption/locale/en_US.d.ts +19 -0
- package/lib/CustomTableOption/locale/en_US.js +26 -0
- package/lib/CustomTableOption/locale/zh_CN.d.ts +19 -0
- package/lib/CustomTableOption/locale/zh_CN.js +26 -0
- package/lib/CustomTableOption/style/index.css +615 -0
- package/lib/CustomTableOption/style/index.d.ts +1 -0
- package/lib/CustomTableOption/style/index.js +3 -0
- package/lib/CustomTableOption/style/variables.css +103 -0
- package/lib/CustomTableOption/style/variables.d.ts +1 -0
- package/lib/CustomTableOption/style/variables.js +3 -0
- package/lib/CustomerService/README.md.old +15 -0
- package/lib/CustomerService/assets/question01.png +0 -0
- package/lib/CustomerService/assets/send.png +0 -0
- package/lib/CustomerService/assets/service.png +0 -0
- package/lib/CustomerService/assets/shuoming01.png +0 -0
- package/lib/CustomerService/assets/shuoming02.png +0 -0
- package/lib/CustomerService/components/question.js +120 -0
- package/lib/CustomerService/index.js +291 -0
- package/lib/CustomerService/style/index.css +765 -0
- package/lib/CustomerService/style/index.js +3 -0
- package/lib/CustomerService/style/variables.css +253 -0
- package/lib/CustomerService/style/variables.js +3 -0
- package/lib/DatePicker/PickerButton.d.ts +2 -0
- package/lib/DatePicker/PickerButton.js +19 -0
- package/lib/DatePicker/PickerTag.d.ts +2 -0
- package/lib/DatePicker/PickerTag.js +18 -0
- package/lib/DatePicker/generatePicker/generateRangePicker.d.ts +4 -0
- package/lib/DatePicker/generatePicker/generateRangePicker.js +168 -0
- package/lib/DatePicker/generatePicker/generateSinglePicker.d.ts +14 -0
- package/lib/DatePicker/generatePicker/generateSinglePicker.js +195 -0
- package/lib/DatePicker/generatePicker/index.d.ts +106 -0
- package/lib/DatePicker/generatePicker/index.js +102 -0
- package/lib/DatePicker/generatePicker/interface.d.ts +12 -0
- package/lib/DatePicker/generatePicker/interface.js +5 -0
- package/lib/DatePicker/index.d.ts +17 -0
- package/lib/DatePicker/index.js +21 -0
- package/lib/DatePicker/style/index.css +512 -0
- package/lib/DatePicker/style/index.d.ts +1 -0
- package/lib/DatePicker/style/index.js +3 -0
- package/lib/DatePicker/style/variables.css +0 -0
- package/lib/DatePicker/style/variables.d.ts +1 -0
- package/lib/DatePicker/style/variables.js +3 -0
- package/lib/DatePicker/util.d.ts +14 -0
- package/lib/DatePicker/util.js +122 -0
- package/lib/Descriptions/Cell.d.ts +17 -0
- package/lib/Descriptions/Cell.js +69 -0
- package/lib/Descriptions/Item.d.ts +14 -0
- package/lib/Descriptions/Item.js +14 -0
- package/lib/Descriptions/Row.d.ts +13 -0
- package/lib/Descriptions/Row.js +125 -0
- package/lib/Descriptions/index.d.ts +28 -0
- package/lib/Descriptions/index.js +198 -0
- package/lib/Descriptions/style/index.css +687 -0
- package/lib/Descriptions/style/index.d.ts +1 -0
- package/lib/Descriptions/style/index.js +3 -0
- package/lib/Descriptions/style/variables.css +175 -0
- package/lib/Descriptions/style/variables.d.ts +1 -0
- package/lib/Descriptions/style/variables.js +3 -0
- package/lib/Divider/index.d.ts +14 -0
- package/lib/Divider/index.js +79 -0
- package/lib/Divider/style/index.css +512 -0
- package/lib/Divider/style/index.d.ts +1 -0
- package/lib/Divider/style/index.js +3 -0
- package/lib/Divider/style/variables.css +0 -0
- package/lib/Divider/style/variables.d.ts +1 -0
- package/lib/Divider/style/variables.js +3 -0
- package/lib/Drawer/index.d.ts +10 -0
- package/lib/Drawer/index.js +55 -0
- package/lib/Drawer/style/index.css +520 -0
- package/lib/Drawer/style/index.d.ts +1 -0
- package/lib/Drawer/style/index.js +3 -0
- package/lib/Drawer/style/variables.css +8 -0
- package/lib/Drawer/style/variables.d.ts +1 -0
- package/lib/Drawer/style/variables.js +3 -0
- package/lib/Dropdown/index.d.ts +14 -0
- package/lib/Dropdown/index.js +148 -0
- package/lib/Dropdown/style/index.css +598 -0
- package/lib/Dropdown/style/index.d.ts +1 -0
- package/lib/Dropdown/style/index.js +3 -0
- package/lib/Dropdown/style/variables.css +86 -0
- package/lib/Dropdown/style/variables.d.ts +1 -0
- package/lib/Dropdown/style/variables.js +3 -0
- package/lib/EditTable/EditTable.js +704 -0
- package/lib/EditTable/README.md.old +66 -0
- package/lib/EditTable/index.js +13 -0
- package/lib/EditTable/style/index.css +690 -0
- package/lib/EditTable/style/index.js +3 -0
- package/lib/EditTable/style/variables.css +178 -0
- package/lib/EditTable/style/variables.js +3 -0
- package/lib/Empty/empty.d.ts +2 -0
- package/lib/Empty/empty.js +66 -0
- package/lib/Empty/index.d.ts +22 -0
- package/lib/Empty/index.js +122 -0
- package/lib/Empty/simple.d.ts +2 -0
- package/lib/Empty/simple.js +47 -0
- package/lib/Empty/style/index.css +556 -0
- package/lib/Empty/style/index.d.ts +1 -0
- package/lib/Empty/style/index.js +3 -0
- package/lib/Empty/style/variables.css +44 -0
- package/lib/Empty/style/variables.d.ts +1 -0
- package/lib/Empty/style/variables.js +3 -0
- package/lib/EnlargeImg/README.md.old +21 -0
- package/lib/EnlargeImg/index.js +109 -0
- package/lib/EnlargeImg/style/index.css +4 -0
- package/lib/EnlargeImg/style/index.js +3 -0
- package/lib/EnlargeImg/style/variables.css +4 -0
- package/lib/EnlargeImg/style/variables.js +3 -0
- package/lib/Filter/Popover.js +199 -0
- package/lib/Filter/README.md.old +144 -0
- package/lib/Filter/baseFilter/Popover.js +213 -0
- package/lib/Filter/baseFilter/ToggleFilter.js +111 -0
- package/lib/Filter/baseFilter/index.js +100 -0
- package/lib/Filter/complex/ComplexFilter.js +149 -0
- package/lib/Filter/complex/ComplexItem.js +157 -0
- package/lib/Filter/components/Checkbox.js +94 -0
- package/lib/Filter/components/Date.js +87 -0
- package/lib/Filter/components/Input.js +63 -0
- package/lib/Filter/components/Select.js +89 -0
- package/lib/Filter/components/Tree.js +64 -0
- package/lib/Filter/components/header.js +60 -0
- package/lib/Filter/components/index.js +47 -0
- package/lib/Filter/context.js +15 -0
- package/lib/Filter/edit/editFilter.js +273 -0
- package/lib/Filter/index.js +174 -0
- package/lib/Filter/popContext.js +15 -0
- package/lib/Filter/remember.js +136 -0
- package/lib/Filter/style/index.css +783 -0
- package/lib/Filter/style/index.js +3 -0
- package/lib/Filter/style/variables.css +271 -0
- package/lib/Filter/style/variables.js +3 -0
- package/lib/Form/ErrorList.d.ts +11 -0
- package/lib/Form/ErrorList.js +104 -0
- package/lib/Form/Form.d.ts +36 -0
- package/lib/Form/Form.js +194 -0
- package/lib/Form/FormItem/ItemHolder.d.ts +17 -0
- package/lib/Form/FormItem/ItemHolder.js +178 -0
- package/lib/Form/FormItem/index.d.ts +43 -0
- package/lib/Form/FormItem/index.js +348 -0
- package/lib/Form/FormItemInput.d.ts +28 -0
- package/lib/Form/FormItemInput.js +93 -0
- package/lib/Form/FormItemLabel.d.ts +23 -0
- package/lib/Form/FormItemLabel.js +138 -0
- package/lib/Form/FormList.d.ts +25 -0
- package/lib/Form/FormList.js +67 -0
- package/lib/Form/FormWrapper.d.ts +3 -0
- package/lib/Form/FormWrapper.js +34 -0
- package/lib/Form/WrapperItem.d.ts +4 -0
- package/lib/Form/WrapperItem.js +235 -0
- package/lib/Form/container.d.ts +9 -0
- package/lib/Form/container.js +103 -0
- package/lib/Form/context.d.ts +48 -0
- package/lib/Form/context.js +65 -0
- package/lib/Form/hooks/useDebounce.d.ts +1 -0
- package/lib/Form/hooks/useDebounce.js +31 -0
- package/lib/Form/hooks/useForm.d.ts +15 -0
- package/lib/Form/hooks/useForm.js +68 -0
- package/lib/Form/hooks/useFormInstance.d.ts +2 -0
- package/lib/Form/hooks/useFormInstance.js +17 -0
- package/lib/Form/hooks/useFormItemStatus.d.ts +6 -0
- package/lib/Form/hooks/useFormItemStatus.js +27 -0
- package/lib/Form/hooks/useFrameState.d.ts +3 -0
- package/lib/Form/hooks/useFrameState.js +61 -0
- package/lib/Form/hooks/useItemRef.d.ts +3 -0
- package/lib/Form/hooks/useItemRef.js +40 -0
- package/lib/Form/images/icon_collapse.svg +1 -0
- package/lib/Form/index.d.ts +28 -0
- package/lib/Form/index.js +43 -0
- package/lib/Form/interface.d.ts +15 -0
- package/lib/Form/interface.js +5 -0
- package/lib/Form/style/form.css +603 -0
- package/lib/Form/style/grid.css +5185 -0
- package/lib/Form/style/index.css +6749 -0
- package/lib/Form/style/index.d.ts +1 -0
- package/lib/Form/style/index.js +3 -0
- package/lib/Form/style/tooltip.css +275 -0
- package/lib/Form/style/variables.css +6237 -0
- package/lib/Form/style/variables.d.ts +1 -0
- package/lib/Form/style/variables.js +3 -0
- package/lib/Form/util.d.ts +4 -0
- package/lib/Form/util.js +53 -0
- package/lib/FullScreen/index.d.ts +10 -0
- package/lib/FullScreen/index.js +39 -0
- package/lib/FullScreen/style/index.css +522 -0
- package/lib/FullScreen/style/index.d.ts +1 -0
- package/lib/FullScreen/style/index.js +3 -0
- package/lib/FullScreen/style/variables.css +10 -0
- package/lib/FullScreen/style/variables.d.ts +1 -0
- package/lib/FullScreen/style/variables.js +3 -0
- package/lib/Grid/RowContext.d.ts +8 -0
- package/lib/Grid/RowContext.js +12 -0
- package/lib/Grid/col.d.ts +28 -0
- package/lib/Grid/col.js +128 -0
- package/lib/Grid/hooks/useBreakpoint.d.ts +3 -0
- package/lib/Grid/hooks/useBreakpoint.js +37 -0
- package/lib/Grid/index.d.ts +11 -0
- package/lib/Grid/index.js +45 -0
- package/lib/Grid/row.d.ts +14 -0
- package/lib/Grid/row.js +164 -0
- package/lib/Grid/style/index.css +512 -0
- package/lib/Grid/style/index.d.ts +1 -0
- package/lib/Grid/style/index.js +3 -0
- package/lib/Grid/style/variables.css +0 -0
- package/lib/Grid/style/variables.d.ts +1 -0
- package/lib/Grid/style/variables.js +3 -0
- package/lib/Icon/index.js +20 -0
- package/lib/Icon/style/index.css +512 -0
- package/lib/Icon/style/index.js +3 -0
- package/lib/Icon/style/variables.css +0 -0
- package/lib/Icon/style/variables.js +3 -0
- package/lib/IconFont/font/iconfont.css +1831 -0
- package/lib/IconFont/font/iconfont.js +48 -0
- package/lib/IconFont/font/iconfont.ttf +0 -0
- package/lib/IconFont/font/iconfont.woff +0 -0
- package/lib/IconFont/font/iconfont.woff2 +0 -0
- package/lib/IconFont/index.d.ts +2 -0
- package/lib/IconFont/index.js +37 -0
- package/lib/IconFont/style/index.css +0 -0
- package/lib/IconFont/style/index.js +3 -0
- package/lib/IconFont/style/variables.css +0 -0
- package/lib/IconFont/style/variables.js +3 -0
- package/lib/IconSelect/iconJson.json +2935 -0
- package/lib/IconSelect/index.js +115 -0
- package/lib/IconSelect/style/index.css +25 -0
- package/lib/IconSelect/style/index.js +3 -0
- package/lib/IconSelect/style/variables.css +25 -0
- package/lib/IconSelect/style/variables.js +3 -0
- package/lib/Image/index.d.ts +2 -0
- package/lib/Image/index.js +15 -0
- package/lib/Image/style/index.css +512 -0
- package/lib/Image/style/index.d.ts +1 -0
- package/lib/Image/style/index.js +3 -0
- package/lib/Image/style/variables.css +0 -0
- package/lib/Image/style/variables.d.ts +1 -0
- package/lib/Image/style/variables.js +3 -0
- package/lib/ImageViewer/LmImageViewer.d.ts +13 -0
- package/lib/ImageViewer/LmImageViewer.js +49 -0
- package/lib/ImageViewer/components/Arrows.d.ts +4 -0
- package/lib/ImageViewer/components/Arrows.js +49 -0
- package/lib/ImageViewer/components/Carousel.d.ts +4 -0
- package/lib/ImageViewer/components/Carousel.js +100 -0
- package/lib/ImageViewer/components/Operate.d.ts +4 -0
- package/lib/ImageViewer/components/Operate.js +51 -0
- package/lib/ImageViewer/components/Thumb.d.ts +4 -0
- package/lib/ImageViewer/components/Thumb.js +70 -0
- package/lib/ImageViewer/fns/index.d.ts +22 -0
- package/lib/ImageViewer/fns/index.js +134 -0
- package/lib/ImageViewer/index.d.ts +3 -0
- package/lib/ImageViewer/index.js +25 -0
- package/lib/ImageViewer/style/index.css +118 -0
- package/lib/ImageViewer/style/index.js +3 -0
- package/lib/ImageViewer/style/variables.css +118 -0
- package/lib/ImageViewer/style/variables.js +3 -0
- package/lib/ImageViewer/wrapeer/Container.d.ts +5 -0
- package/lib/ImageViewer/wrapeer/Container.js +46 -0
- package/lib/ImageViewer/wrapeer/Root.d.ts +3 -0
- package/lib/ImageViewer/wrapeer/Root.js +61 -0
- package/lib/ImageViewer/wrapeer/Wrapper.d.ts +5 -0
- package/lib/ImageViewer/wrapeer/Wrapper.js +40 -0
- package/lib/ImageViewer/wrapeer/reducer.d.ts +10 -0
- package/lib/ImageViewer/wrapeer/reducer.js +64 -0
- package/lib/Input/index.d.ts +11 -0
- package/lib/Input/index.js +103 -0
- package/lib/Input/style/index.css +774 -0
- package/lib/Input/style/index.d.ts +1 -0
- package/lib/Input/style/index.js +3 -0
- package/lib/Input/style/variables.css +262 -0
- package/lib/Input/style/variables.d.ts +1 -0
- package/lib/Input/style/variables.js +3 -0
- package/lib/InputNumber/index.d.ts +11 -0
- package/lib/InputNumber/index.js +74 -0
- package/lib/InputNumber/style/index.css +554 -0
- package/lib/InputNumber/style/index.d.ts +1 -0
- package/lib/InputNumber/style/index.js +3 -0
- package/lib/InputNumber/style/variables.css +42 -0
- package/lib/InputNumber/style/variables.d.ts +1 -0
- package/lib/InputNumber/style/variables.js +3 -0
- package/lib/Layout/index.d.ts +4 -0
- package/lib/Layout/index.js +15 -0
- package/lib/Layout/style/index.css +512 -0
- package/lib/Layout/style/index.d.ts +1 -0
- package/lib/Layout/style/index.js +3 -0
- package/lib/Layout/style/variables.css +0 -0
- package/lib/Layout/style/variables.d.ts +1 -0
- package/lib/Layout/style/variables.js +3 -0
- package/lib/LeftTable/assets/imgTest.jpg +0 -0
- package/lib/LeftTable/index.js +200 -0
- package/lib/LeftTable/style/index.css +673 -0
- package/lib/LeftTable/style/index.js +3 -0
- package/lib/LeftTable/style/variables.css +161 -0
- package/lib/LeftTable/style/variables.js +3 -0
- package/lib/List/index.d.ts +2 -0
- package/lib/List/index.js +15 -0
- package/lib/List/style/index.css +512 -0
- package/lib/List/style/index.d.ts +1 -0
- package/lib/List/style/index.js +3 -0
- package/lib/List/style/variables.css +0 -0
- package/lib/List/style/variables.d.ts +1 -0
- package/lib/List/style/variables.js +3 -0
- package/lib/LmDrag/LmDrag.d.ts +5 -0
- package/lib/LmDrag/LmDrag.js +44 -0
- package/lib/LmDrag/components/DndContainer.d.ts +3 -0
- package/lib/LmDrag/components/DndContainer.js +138 -0
- package/lib/LmDrag/components/sortableBox.d.ts +5 -0
- package/lib/LmDrag/components/sortableBox.js +37 -0
- package/lib/LmDrag/components/sortableItem.d.ts +7 -0
- package/lib/LmDrag/components/sortableItem.js +54 -0
- package/lib/LmDrag/index.d.ts +10 -0
- package/lib/LmDrag/index.js +19 -0
- package/lib/LmDrag/style/index.css +0 -0
- package/lib/LmDrag/style/index.d.ts +1 -0
- package/lib/LmDrag/style/index.js +3 -0
- package/lib/LmDrag/style/variables.css +0 -0
- package/lib/LmDrag/style/variables.d.ts +1 -0
- package/lib/LmDrag/style/variables.js +3 -0
- package/lib/LmDrag/wrapper/Root.d.ts +3 -0
- package/lib/LmDrag/wrapper/Root.js +26 -0
- package/lib/LmEditTable/DndContainer.d.ts +5 -0
- package/lib/LmEditTable/DndContainer.js +49 -0
- package/lib/LmEditTable/DragHandle.d.ts +4 -0
- package/lib/LmEditTable/DragHandle.js +38 -0
- package/lib/LmEditTable/EditTable.d.ts +44 -0
- package/lib/LmEditTable/EditTable.js +1391 -0
- package/lib/LmEditTable/index.d.ts +2 -0
- package/lib/LmEditTable/index.js +13 -0
- package/lib/LmEditTable/sortableBox.d.ts +5 -0
- package/lib/LmEditTable/sortableBox.js +24 -0
- package/lib/LmEditTable/sortableBoxCol.d.ts +5 -0
- package/lib/LmEditTable/sortableBoxCol.js +24 -0
- package/lib/LmEditTable/sortableItem.d.ts +2 -0
- package/lib/LmEditTable/sortableItem.js +55 -0
- package/lib/LmEditTable/sortableItemCol.d.ts +1 -0
- package/lib/LmEditTable/sortableItemCol.js +64 -0
- package/lib/LmEditTable/style/index.css +629 -0
- package/lib/LmEditTable/style/index.d.ts +1 -0
- package/lib/LmEditTable/style/index.js +3 -0
- package/lib/LmEditTable/style/variables.css +117 -0
- package/lib/LmEditTable/style/variables.d.ts +1 -0
- package/lib/LmEditTable/style/variables.js +3 -0
- package/lib/LmEditTable/util.d.ts +8 -0
- package/lib/LmEditTable/util.js +81 -0
- package/lib/LmFilter/Controls/CheckboxTags.js +53 -0
- package/lib/LmFilter/Controls/index.js +78 -0
- package/lib/LmFilter/LmFilter.js +71 -0
- package/lib/LmFilter/assets/empty.png +0 -0
- package/lib/LmFilter/baseFilter/fuzzySearch.js +69 -0
- package/lib/LmFilter/baseFilter/index.js +33 -0
- package/lib/LmFilter/clearFilter/index.js +35 -0
- package/lib/LmFilter/complexFilter/drawer.js +381 -0
- package/lib/LmFilter/complexFilter/index.js +65 -0
- package/lib/LmFilter/complexFilter/valueDrawer.js +235 -0
- package/lib/LmFilter/components/CascaderFilter.js +160 -0
- package/lib/LmFilter/components/CheckboxFilter.js +197 -0
- package/lib/LmFilter/components/CustomSelectFilter.js +139 -0
- package/lib/LmFilter/components/DateFilter.js +163 -0
- package/lib/LmFilter/components/DropdownFIlter.js +320 -0
- package/lib/LmFilter/components/EmptyFilter.js +27 -0
- package/lib/LmFilter/components/InputFilter.js +51 -0
- package/lib/LmFilter/components/InputSearchClose.js +74 -0
- package/lib/LmFilter/components/SelectFilter.js +122 -0
- package/lib/LmFilter/components/index.js +93 -0
- package/lib/LmFilter/customFilter/drawer.js +409 -0
- package/lib/LmFilter/customFilter/index.js +136 -0
- package/lib/LmFilter/customFilter/saveModal.js +185 -0
- package/lib/LmFilter/customFilter/valueDrawer.js +232 -0
- package/lib/LmFilter/filterFns/index.d.ts +61 -0
- package/lib/LmFilter/filterFns/index.js +646 -0
- package/lib/LmFilter/hooks/index.js +18 -0
- package/lib/LmFilter/hooks/useDelayedFn.js +29 -0
- package/lib/LmFilter/index.js +13 -0
- package/lib/LmFilter/localization.d.ts +15 -0
- package/lib/LmFilter/localization.js +39 -0
- package/lib/LmFilter/style/index.css +491 -0
- package/lib/LmFilter/style/index.js +3 -0
- package/lib/LmFilter/style/variables.css +491 -0
- package/lib/LmFilter/style/variables.js +3 -0
- package/lib/LmFilter/utils.js +191 -0
- package/lib/LmFilter/wrapper/Filter.js +45 -0
- package/lib/LmFilter/wrapper/FilterContainer.js +25 -0
- package/lib/LmFilter/wrapper/FilterRoot.js +208 -0
- package/lib/LmFilter/wrapper/FilterWrapper.js +25 -0
- package/lib/LmImgList/LmImgList.d.ts +4 -0
- package/lib/LmImgList/LmImgList.js +33 -0
- package/lib/LmImgList/body/Banner.d.ts +5 -0
- package/lib/LmImgList/body/Banner.js +134 -0
- package/lib/LmImgList/body/Thumb.d.ts +5 -0
- package/lib/LmImgList/body/Thumb.js +79 -0
- package/lib/LmImgList/fns/index.d.ts +20 -0
- package/lib/LmImgList/fns/index.js +114 -0
- package/lib/LmImgList/index.d.ts +3 -0
- package/lib/LmImgList/index.js +27 -0
- package/lib/LmImgList/interface.d.ts +14 -0
- package/lib/LmImgList/interface.js +5 -0
- package/lib/LmImgList/style/index.css +71 -0
- package/lib/LmImgList/style/index.js +3 -0
- package/lib/LmImgList/style/variables.css +71 -0
- package/lib/LmImgList/style/variables.js +3 -0
- package/lib/LmImgList/wrapper/Container.d.ts +4 -0
- package/lib/LmImgList/wrapper/Container.js +73 -0
- package/lib/LmImgList/wrapper/Root.d.ts +4 -0
- package/lib/LmImgList/wrapper/Root.js +61 -0
- package/lib/LmImgList/wrapper/Wrapper.d.ts +4 -0
- package/lib/LmImgList/wrapper/Wrapper.js +22 -0
- package/lib/LmImgList/wrapper/reducer.d.ts +14 -0
- package/lib/LmImgList/wrapper/reducer.js +64 -0
- package/lib/LmSelect/GhostSelect.d.ts +2 -0
- package/lib/LmSelect/GhostSelect.js +545 -0
- package/lib/LmSelect/NormalSelect.d.ts +11 -0
- package/lib/LmSelect/NormalSelect.js +120 -0
- package/lib/LmSelect/icon_placeholder.png +0 -0
- package/lib/LmSelect/index.d.ts +14 -0
- package/lib/LmSelect/index.js +50 -0
- package/lib/LmSelect/style/index.css +760 -0
- package/lib/LmSelect/style/index.d.ts +1 -0
- package/lib/LmSelect/style/index.js +3 -0
- package/lib/LmSelect/style/variables.css +248 -0
- package/lib/LmSelect/style/variables.d.ts +1 -0
- package/lib/LmSelect/style/variables.js +3 -0
- package/lib/LmSelect/useCheckboxOptions.d.ts +5 -0
- package/lib/LmSelect/useCheckboxOptions.js +148 -0
- package/lib/LmSelect/utils.d.ts +10 -0
- package/lib/LmSelect/utils.js +103 -0
- package/lib/LmTable/Table.js +1581 -0
- package/lib/LmTable/VList.js +594 -0
- package/lib/LmTable/assets/empty.png +0 -0
- package/lib/LmTable/autosize.js +167 -0
- package/lib/LmTable/chartUtil.js +167 -0
- package/lib/LmTable/components/DndContainer.d.ts +5 -0
- package/lib/LmTable/components/DndContainer.js +49 -0
- package/lib/LmTable/components/customRenderEmpty.d.ts +2 -0
- package/lib/LmTable/components/customRenderEmpty.js +32 -0
- package/lib/LmTable/components/inputDataEdit.d.ts +8 -0
- package/lib/LmTable/components/inputDataEdit.js +50 -0
- package/lib/LmTable/components/sheelTableCell.d.ts +11 -0
- package/lib/LmTable/components/sheelTableCell.js +178 -0
- package/lib/LmTable/components/sortableBoxCol.js +24 -0
- package/lib/LmTable/components/sortableItemCol.js +56 -0
- package/lib/LmTable/components/tableChartsModal.d.ts +24 -0
- package/lib/LmTable/components/tableChartsModal.js +105 -0
- package/lib/LmTable/context.js +12 -0
- package/lib/LmTable/detectElementResize.js +225 -0
- package/lib/LmTable/expression.d.ts +1 -0
- package/lib/LmTable/expression.js +41 -0
- package/lib/LmTable/hooks/useGroupDataSource.js +50 -0
- package/lib/LmTable/hooks/useRowSelectControllableValue.js +67 -0
- package/lib/LmTable/index.js +14 -0
- package/lib/LmTable/resetConfig.js +39 -0
- package/lib/LmTable/style/index.css +1663 -0
- package/lib/LmTable/style/index.js +3 -0
- package/lib/LmTable/style/variables.css +1151 -0
- package/lib/LmTable/style/variables.js +3 -0
- package/lib/LmTable/util.js +436 -0
- package/lib/LmTable/virTual/VirtualRow.d.ts +6 -0
- package/lib/LmTable/virTual/VirtualRow.js +115 -0
- package/lib/LmTable/virTual/VirtualTable.d.ts +3 -0
- package/lib/LmTable/virTual/VirtualTable.js +71 -0
- package/lib/LmTable/virTual/VirtualWrapper.d.ts +3 -0
- package/lib/LmTable/virTual/VirtualWrapper.js +74 -0
- package/lib/LmTable/virTual/context.d.ts +13 -0
- package/lib/LmTable/virTual/context.js +64 -0
- package/lib/LmTable/virTual/index.d.ts +4 -0
- package/lib/LmTable/virTual/index.js +31 -0
- package/lib/LmUpload/LmUpload.d.ts +9 -0
- package/lib/LmUpload/LmUpload.js +129 -0
- package/lib/LmUpload/UploadList/ItemPicture.d.ts +5 -0
- package/lib/LmUpload/UploadList/ItemPicture.js +57 -0
- package/lib/LmUpload/UploadList/ItemPictureCard.d.ts +7 -0
- package/lib/LmUpload/UploadList/ItemPictureCard.js +187 -0
- package/lib/LmUpload/UploadList/ItemText.d.ts +5 -0
- package/lib/LmUpload/UploadList/ItemText.js +51 -0
- package/lib/LmUpload/UploadList/RenderItem.d.ts +3 -0
- package/lib/LmUpload/UploadList/RenderItem.js +47 -0
- package/lib/LmUpload/UploadList/index.d.ts +5 -0
- package/lib/LmUpload/UploadList/index.js +101 -0
- package/lib/LmUpload/body/Progress.d.ts +5 -0
- package/lib/LmUpload/body/Progress.js +27 -0
- package/lib/LmUpload/body/UploadCore.d.ts +5 -0
- package/lib/LmUpload/body/UploadCore.js +70 -0
- package/lib/LmUpload/body/UploadPicture.d.ts +5 -0
- package/lib/LmUpload/body/UploadPicture.js +50 -0
- package/lib/LmUpload/components/Crop.d.ts +5 -0
- package/lib/LmUpload/components/Crop.js +35 -0
- package/lib/LmUpload/components/Preview.d.ts +5 -0
- package/lib/LmUpload/components/Preview.js +55 -0
- package/lib/LmUpload/fns/index.d.ts +25 -0
- package/lib/LmUpload/fns/index.js +513 -0
- package/lib/LmUpload/index.d.ts +2 -0
- package/lib/LmUpload/index.js +13 -0
- package/lib/LmUpload/style/index.css +336 -0
- package/lib/LmUpload/style/index.js +3 -0
- package/lib/LmUpload/style/variables.css +336 -0
- package/lib/LmUpload/style/variables.js +3 -0
- package/lib/LmUpload/utils.d.ts +6 -0
- package/lib/LmUpload/utils.js +70 -0
- package/lib/LmUpload/view/index.d.ts +4 -0
- package/lib/LmUpload/view/index.js +20 -0
- package/lib/LmUpload/wrapper/Upload.d.ts +4 -0
- package/lib/LmUpload/wrapper/Upload.js +25 -0
- package/lib/LmUpload/wrapper/UploadContainer.d.ts +5 -0
- package/lib/LmUpload/wrapper/UploadContainer.js +44 -0
- package/lib/LmUpload/wrapper/UploadRoot.d.ts +3 -0
- package/lib/LmUpload/wrapper/UploadRoot.js +60 -0
- package/lib/LmUpload/wrapper/UploadWrapper.d.ts +5 -0
- package/lib/LmUpload/wrapper/UploadWrapper.js +38 -0
- package/lib/LmUpload/wrapper/reducer.d.ts +13 -0
- package/lib/LmUpload/wrapper/reducer.js +62 -0
- package/lib/LoadingPage/index.js +33 -0
- package/lib/LoadingPage/style/index.css +0 -0
- package/lib/LoadingPage/style/index.js +3 -0
- package/lib/LoadingPage/style/variables.css +0 -0
- package/lib/LoadingPage/style/variables.js +3 -0
- package/lib/Locale/ar_EG.d.ts +3 -0
- package/lib/Locale/ar_EG.js +130 -0
- package/lib/Locale/az_AZ.d.ts +3 -0
- package/lib/Locale/az_AZ.js +111 -0
- package/lib/Locale/bg_BG.d.ts +3 -0
- package/lib/Locale/bg_BG.js +57 -0
- package/lib/Locale/bn_BD.d.ts +3 -0
- package/lib/Locale/bn_BD.js +144 -0
- package/lib/Locale/by_BY.d.ts +3 -0
- package/lib/Locale/by_BY.js +146 -0
- package/lib/Locale/ca_ES.d.ts +3 -0
- package/lib/Locale/ca_ES.js +139 -0
- package/lib/Locale/cs_CZ.d.ts +3 -0
- package/lib/Locale/cs_CZ.js +146 -0
- package/lib/Locale/da_DK.d.ts +3 -0
- package/lib/Locale/da_DK.js +67 -0
- package/lib/Locale/de_DE.d.ts +3 -0
- package/lib/Locale/de_DE.js +140 -0
- package/lib/Locale/default.d.ts +6 -0
- package/lib/Locale/default.js +149 -0
- package/lib/Locale/el_GR.d.ts +3 -0
- package/lib/Locale/el_GR.js +57 -0
- package/lib/Locale/en_GB.d.ts +3 -0
- package/lib/Locale/en_GB.js +146 -0
- package/lib/Locale/en_US.d.ts +2 -0
- package/lib/Locale/en_US.js +13 -0
- package/lib/Locale/es_ES.d.ts +3 -0
- package/lib/Locale/es_ES.js +146 -0
- package/lib/Locale/et_EE.d.ts +3 -0
- package/lib/Locale/et_EE.js +146 -0
- package/lib/Locale/fa_IR.d.ts +3 -0
- package/lib/Locale/fa_IR.js +144 -0
- package/lib/Locale/fi_FI.d.ts +3 -0
- package/lib/Locale/fi_FI.js +67 -0
- package/lib/Locale/fr_BE.d.ts +3 -0
- package/lib/Locale/fr_BE.js +62 -0
- package/lib/Locale/fr_CA.d.ts +3 -0
- package/lib/Locale/fr_CA.js +74 -0
- package/lib/Locale/fr_FR.d.ts +3 -0
- package/lib/Locale/fr_FR.js +142 -0
- package/lib/Locale/ga_IE.d.ts +3 -0
- package/lib/Locale/ga_IE.js +137 -0
- package/lib/Locale/gl_ES.d.ts +3 -0
- package/lib/Locale/gl_ES.js +124 -0
- package/lib/Locale/he_IL.d.ts +3 -0
- package/lib/Locale/he_IL.js +130 -0
- package/lib/Locale/hi_IN.d.ts +3 -0
- package/lib/Locale/hi_IN.js +144 -0
- package/lib/Locale/hr_HR.d.ts +3 -0
- package/lib/Locale/hr_HR.js +143 -0
- package/lib/Locale/hu_HU.d.ts +3 -0
- package/lib/Locale/hu_HU.js +58 -0
- package/lib/Locale/hy_AM.d.ts +3 -0
- package/lib/Locale/hy_AM.js +116 -0
- package/lib/Locale/id_ID.d.ts +3 -0
- package/lib/Locale/id_ID.js +59 -0
- package/lib/Locale/is_IS.d.ts +3 -0
- package/lib/Locale/is_IS.js +57 -0
- package/lib/Locale/it_IT.d.ts +3 -0
- package/lib/Locale/it_IT.js +75 -0
- package/lib/Locale/ja_JP.d.ts +3 -0
- package/lib/Locale/ja_JP.js +116 -0
- package/lib/Locale/ka_GE.d.ts +3 -0
- package/lib/Locale/ka_GE.js +144 -0
- package/lib/Locale/kk_KZ.d.ts +3 -0
- package/lib/Locale/kk_KZ.js +138 -0
- package/lib/Locale/km_KH.d.ts +3 -0
- package/lib/Locale/km_KH.js +118 -0
- package/lib/Locale/kmr_IQ.d.ts +3 -0
- package/lib/Locale/kmr_IQ.js +57 -0
- package/lib/Locale/kn_IN.d.ts +3 -0
- package/lib/Locale/kn_IN.js +65 -0
- package/lib/Locale/ko_KR.d.ts +3 -0
- package/lib/Locale/ko_KR.js +110 -0
- package/lib/Locale/ku_IQ.d.ts +3 -0
- package/lib/Locale/ku_IQ.js +60 -0
- package/lib/Locale/lt_LT.d.ts +3 -0
- package/lib/Locale/lt_LT.js +135 -0
- package/lib/Locale/lv_LV.d.ts +3 -0
- package/lib/Locale/lv_LV.js +57 -0
- package/lib/Locale/mk_MK.d.ts +3 -0
- package/lib/Locale/mk_MK.js +72 -0
- package/lib/Locale/ml_IN.d.ts +3 -0
- package/lib/Locale/ml_IN.js +144 -0
- package/lib/Locale/mn_MN.d.ts +3 -0
- package/lib/Locale/mn_MN.js +57 -0
- package/lib/Locale/ms_MY.d.ts +3 -0
- package/lib/Locale/ms_MY.js +77 -0
- package/lib/Locale/nb_NO.d.ts +3 -0
- package/lib/Locale/nb_NO.js +138 -0
- package/lib/Locale/ne_NP.d.ts +3 -0
- package/lib/Locale/ne_NP.js +58 -0
- package/lib/Locale/nl_BE.d.ts +3 -0
- package/lib/Locale/nl_BE.js +144 -0
- package/lib/Locale/nl_NL.d.ts +3 -0
- package/lib/Locale/nl_NL.js +144 -0
- package/lib/Locale/pl_PL.d.ts +3 -0
- package/lib/Locale/pl_PL.js +146 -0
- package/lib/Locale/pt_BR.d.ts +3 -0
- package/lib/Locale/pt_BR.js +144 -0
- package/lib/Locale/pt_PT.d.ts +3 -0
- package/lib/Locale/pt_PT.js +58 -0
- package/lib/Locale/ro_RO.d.ts +3 -0
- package/lib/Locale/ro_RO.js +144 -0
- package/lib/Locale/ru_RU.d.ts +3 -0
- package/lib/Locale/ru_RU.js +143 -0
- package/lib/Locale/si_LK.d.ts +3 -0
- package/lib/Locale/si_LK.js +146 -0
- package/lib/Locale/sk_SK.d.ts +3 -0
- package/lib/Locale/sk_SK.js +146 -0
- package/lib/Locale/sl_SI.d.ts +3 -0
- package/lib/Locale/sl_SI.js +57 -0
- package/lib/Locale/sr_RS.d.ts +3 -0
- package/lib/Locale/sr_RS.js +144 -0
- package/lib/Locale/sv_SE.d.ts +3 -0
- package/lib/Locale/sv_SE.js +144 -0
- package/lib/Locale/ta_IN.d.ts +3 -0
- package/lib/Locale/ta_IN.js +77 -0
- package/lib/Locale/th_TH.d.ts +3 -0
- package/lib/Locale/th_TH.js +140 -0
- package/lib/Locale/tk_TK.d.ts +3 -0
- package/lib/Locale/tk_TK.js +142 -0
- package/lib/Locale/tr_TR.d.ts +3 -0
- package/lib/Locale/tr_TR.js +142 -0
- package/lib/Locale/uk_UA.d.ts +3 -0
- package/lib/Locale/uk_UA.js +146 -0
- package/lib/Locale/ur_PK.d.ts +3 -0
- package/lib/Locale/ur_PK.js +144 -0
- package/lib/Locale/vi_VN.d.ts +3 -0
- package/lib/Locale/vi_VN.js +57 -0
- package/lib/Locale/zh_CN.d.ts +6 -0
- package/lib/Locale/zh_CN.js +148 -0
- package/lib/Locale/zh_HK.d.ts +3 -0
- package/lib/Locale/zh_HK.js +141 -0
- package/lib/Locale/zh_TW.d.ts +3 -0
- package/lib/Locale/zh_TW.js +142 -0
- package/lib/Mentions/index.d.ts +3 -0
- package/lib/Mentions/index.js +15 -0
- package/lib/Mentions/style/index.css +512 -0
- package/lib/Mentions/style/index.d.ts +1 -0
- package/lib/Mentions/style/index.js +3 -0
- package/lib/Mentions/style/variables.css +0 -0
- package/lib/Mentions/style/variables.d.ts +1 -0
- package/lib/Mentions/style/variables.js +3 -0
- package/lib/Menu/index.d.ts +9 -0
- package/lib/Menu/index.js +15 -0
- package/lib/Menu/style/index.css +512 -0
- package/lib/Menu/style/index.d.ts +1 -0
- package/lib/Menu/style/index.js +3 -0
- package/lib/Menu/style/variables.css +0 -0
- package/lib/Menu/style/variables.d.ts +1 -0
- package/lib/Menu/style/variables.js +3 -0
- package/lib/Modal/index.d.ts +13 -0
- package/lib/Modal/index.js +124 -0
- package/lib/Modal/locale.d.ts +7 -0
- package/lib/Modal/locale.js +25 -0
- package/lib/Modal/style/index.css +547 -0
- package/lib/Modal/style/index.d.ts +1 -0
- package/lib/Modal/style/index.js +3 -0
- package/lib/Modal/style/variables.css +35 -0
- package/lib/Modal/style/variables.d.ts +1 -0
- package/lib/Modal/style/variables.js +3 -0
- package/lib/PageHeader/index.d.ts +24 -0
- package/lib/PageHeader/index.js +194 -0
- package/lib/PageHeader/style/index.css +512 -0
- package/lib/PageHeader/style/index.d.ts +1 -0
- package/lib/PageHeader/style/index.js +3 -0
- package/lib/PageHeader/style/variables.css +0 -0
- package/lib/PageHeader/style/variables.d.ts +1 -0
- package/lib/PageHeader/style/variables.js +3 -0
- package/lib/Pagination/index.d.ts +8 -0
- package/lib/Pagination/index.js +66 -0
- package/lib/Pagination/style/index.css +561 -0
- package/lib/Pagination/style/index.d.ts +1 -0
- package/lib/Pagination/style/index.js +3 -0
- package/lib/Pagination/style/variables.css +49 -0
- package/lib/Pagination/style/variables.d.ts +1 -0
- package/lib/Pagination/style/variables.js +3 -0
- package/lib/Popconfirm/index.d.ts +3 -0
- package/lib/Popconfirm/index.js +15 -0
- package/lib/Popconfirm/style/index.css +512 -0
- package/lib/Popconfirm/style/index.d.ts +1 -0
- package/lib/Popconfirm/style/index.js +3 -0
- package/lib/Popconfirm/style/variables.css +0 -0
- package/lib/Popconfirm/style/variables.d.ts +1 -0
- package/lib/Popconfirm/style/variables.js +3 -0
- package/lib/Popover/index.d.ts +11 -0
- package/lib/Popover/index.js +81 -0
- package/lib/Popover/style/index.css +512 -0
- package/lib/Popover/style/index.d.ts +1 -0
- package/lib/Popover/style/index.js +3 -0
- package/lib/Popover/style/variables.css +0 -0
- package/lib/Popover/style/variables.d.ts +1 -0
- package/lib/Popover/style/variables.js +3 -0
- package/lib/Progress/index.d.ts +3 -0
- package/lib/Progress/index.js +15 -0
- package/lib/Progress/style/index.css +512 -0
- package/lib/Progress/style/index.d.ts +1 -0
- package/lib/Progress/style/index.js +3 -0
- package/lib/Progress/style/variables.css +0 -0
- package/lib/Progress/style/variables.d.ts +1 -0
- package/lib/Progress/style/variables.js +3 -0
- package/lib/QuickMenu/index.d.ts +15 -0
- package/lib/QuickMenu/index.js +193 -0
- package/lib/QuickMenu/style/index.css +575 -0
- package/lib/QuickMenu/style/index.d.ts +1 -0
- package/lib/QuickMenu/style/index.js +3 -0
- package/lib/QuickMenu/style/variables.css +63 -0
- package/lib/QuickMenu/style/variables.d.ts +1 -0
- package/lib/QuickMenu/style/variables.js +3 -0
- package/lib/Radio/index.js +50 -0
- package/lib/Radio/style/index.css +141 -0
- package/lib/Radio/style/index.js +3 -0
- package/lib/Radio/style/variables.css +141 -0
- package/lib/Radio/style/variables.js +3 -0
- package/lib/Rate/index.d.ts +3 -0
- package/lib/Rate/index.js +15 -0
- package/lib/Rate/style/index.css +512 -0
- package/lib/Rate/style/index.d.ts +1 -0
- package/lib/Rate/style/index.js +3 -0
- package/lib/Rate/style/variables.css +0 -0
- package/lib/Rate/style/variables.d.ts +1 -0
- package/lib/Rate/style/variables.js +3 -0
- package/lib/Result/index.d.ts +32 -0
- package/lib/Result/index.js +126 -0
- package/lib/Result/noFound.d.ts +2 -0
- package/lib/Result/noFound.js +249 -0
- package/lib/Result/serverError.d.ts +2 -0
- package/lib/Result/serverError.js +289 -0
- package/lib/Result/style/index.css +512 -0
- package/lib/Result/style/index.d.ts +1 -0
- package/lib/Result/style/index.js +3 -0
- package/lib/Result/style/variables.css +0 -0
- package/lib/Result/style/variables.d.ts +1 -0
- package/lib/Result/style/variables.js +3 -0
- package/lib/Result/unauthorized.d.ts +2 -0
- package/lib/Result/unauthorized.js +239 -0
- package/lib/Row/README.md.old +22 -0
- package/lib/Row/index.d.ts +3 -0
- package/lib/Row/index.js +11 -0
- package/lib/Row/style/index.css +512 -0
- package/lib/Row/style/index.d.ts +1 -0
- package/lib/Row/style/index.js +3 -0
- package/lib/Row/style/variables.css +0 -0
- package/lib/Row/style/variables.d.ts +1 -0
- package/lib/Row/style/variables.js +3 -0
- package/lib/Segmented/index.d.ts +3 -0
- package/lib/Segmented/index.js +15 -0
- package/lib/Segmented/style/index.css +512 -0
- package/lib/Segmented/style/index.d.ts +1 -0
- package/lib/Segmented/style/index.js +3 -0
- package/lib/Segmented/style/variables.css +0 -0
- package/lib/Segmented/style/variables.d.ts +1 -0
- package/lib/Segmented/style/variables.js +3 -0
- package/lib/Select/index.d.ts +15 -0
- package/lib/Select/index.js +130 -0
- package/lib/Select/style/index.css +555 -0
- package/lib/Select/style/index.d.ts +1 -0
- package/lib/Select/style/index.js +3 -0
- package/lib/Select/style/variables.css +43 -0
- package/lib/Select/style/variables.d.ts +1 -0
- package/lib/Select/style/variables.js +3 -0
- package/lib/Skeleton/index.d.ts +5 -0
- package/lib/Skeleton/index.js +15 -0
- package/lib/Skeleton/style/index.css +512 -0
- package/lib/Skeleton/style/index.d.ts +1 -0
- package/lib/Skeleton/style/index.js +3 -0
- package/lib/Skeleton/style/variables.css +0 -0
- package/lib/Skeleton/style/variables.d.ts +1 -0
- package/lib/Skeleton/style/variables.js +3 -0
- package/lib/Slider/index.d.ts +2 -0
- package/lib/Slider/index.js +15 -0
- package/lib/Slider/style/index.css +512 -0
- package/lib/Slider/style/index.d.ts +1 -0
- package/lib/Slider/style/index.js +3 -0
- package/lib/Slider/style/variables.css +0 -0
- package/lib/Slider/style/variables.d.ts +1 -0
- package/lib/Slider/style/variables.js +3 -0
- package/lib/Space/index.d.ts +4 -0
- package/lib/Space/index.js +15 -0
- package/lib/Space/style/index.css +512 -0
- package/lib/Space/style/index.d.ts +1 -0
- package/lib/Space/style/index.js +3 -0
- package/lib/Space/style/variables.css +0 -0
- package/lib/Space/style/variables.d.ts +1 -0
- package/lib/Space/style/variables.js +3 -0
- package/lib/Spin/index.d.ts +7 -0
- package/lib/Spin/index.js +15 -0
- package/lib/Spin/style/index.css +512 -0
- package/lib/Spin/style/index.d.ts +1 -0
- package/lib/Spin/style/index.js +3 -0
- package/lib/Spin/style/variables.css +0 -0
- package/lib/Spin/style/variables.d.ts +1 -0
- package/lib/Spin/style/variables.js +3 -0
- package/lib/Statistic/index.d.ts +3 -0
- package/lib/Statistic/index.js +15 -0
- package/lib/Statistic/style/index.css +512 -0
- package/lib/Statistic/style/index.d.ts +1 -0
- package/lib/Statistic/style/index.js +3 -0
- package/lib/Statistic/style/variables.css +0 -0
- package/lib/Statistic/style/variables.d.ts +1 -0
- package/lib/Statistic/style/variables.js +3 -0
- package/lib/Steps/index.d.ts +3 -0
- package/lib/Steps/index.js +15 -0
- package/lib/Steps/style/index.css +512 -0
- package/lib/Steps/style/index.d.ts +1 -0
- package/lib/Steps/style/index.js +3 -0
- package/lib/Steps/style/variables.css +0 -0
- package/lib/Steps/style/variables.d.ts +1 -0
- package/lib/Steps/style/variables.js +3 -0
- package/lib/Switch/index.d.ts +3 -0
- package/lib/Switch/index.js +48 -0
- package/lib/Switch/style/index.css +553 -0
- package/lib/Switch/style/index.d.ts +1 -0
- package/lib/Switch/style/index.js +3 -0
- package/lib/Switch/style/variables.css +41 -0
- package/lib/Switch/style/variables.d.ts +1 -0
- package/lib/Switch/style/variables.js +3 -0
- package/lib/Table/index.d.ts +2 -0
- package/lib/Table/index.js +15 -0
- package/lib/Table/style/index.css +512 -0
- package/lib/Table/style/index.d.ts +1 -0
- package/lib/Table/style/index.js +3 -0
- package/lib/Table/style/variables.css +0 -0
- package/lib/Table/style/variables.d.ts +1 -0
- package/lib/Table/style/variables.js +3 -0
- package/lib/Tabs/TabPane.d.ts +5 -0
- package/lib/Tabs/TabPane.js +17 -0
- package/lib/Tabs/hooks/useAnimateConfig.d.ts +3 -0
- package/lib/Tabs/hooks/useAnimateConfig.js +50 -0
- package/lib/Tabs/hooks/useLegacyItems.d.ts +4 -0
- package/lib/Tabs/hooks/useLegacyItems.js +63 -0
- package/lib/Tabs/index.d.ts +23 -0
- package/lib/Tabs/index.js +117 -0
- package/lib/Tabs/index.old.d.ts +12 -0
- package/lib/Tabs/index.old.js +52 -0
- package/lib/Tabs/style/index.css +558 -0
- package/lib/Tabs/style/index.d.ts +1 -0
- package/lib/Tabs/style/index.js +3 -0
- package/lib/Tabs/style/variables.css +46 -0
- package/lib/Tabs/style/variables.d.ts +1 -0
- package/lib/Tabs/style/variables.js +3 -0
- package/lib/Tag/index.d.ts +16 -0
- package/lib/Tag/index.js +99 -0
- package/lib/Tag/style/index.css +576 -0
- package/lib/Tag/style/index.d.ts +1 -0
- package/lib/Tag/style/index.js +3 -0
- package/lib/Tag/style/variables.css +64 -0
- package/lib/Tag/style/variables.d.ts +1 -0
- package/lib/Tag/style/variables.js +3 -0
- package/lib/TestTable/LmBox.d.ts +12 -0
- package/lib/TestTable/LmBox.js +17 -0
- package/lib/TestTable/index.d.ts +2 -0
- package/lib/TestTable/index.js +13 -0
- package/lib/TestTable/style/index.css +10 -0
- package/lib/TestTable/style/index.js +3 -0
- package/lib/TestTable/style/variables.css +10 -0
- package/lib/TestTable/style/variables.js +3 -0
- package/lib/TimePicker/index.d.ts +3 -0
- package/lib/TimePicker/index.js +15 -0
- package/lib/TimePicker/style/index.css +512 -0
- package/lib/TimePicker/style/index.d.ts +1 -0
- package/lib/TimePicker/style/index.js +3 -0
- package/lib/TimePicker/style/variables.css +0 -0
- package/lib/TimePicker/style/variables.d.ts +1 -0
- package/lib/TimePicker/style/variables.js +3 -0
- package/lib/Timeline/index.d.ts +3 -0
- package/lib/Timeline/index.js +15 -0
- package/lib/Timeline/style/index.css +515 -0
- package/lib/Timeline/style/index.d.ts +1 -0
- package/lib/Timeline/style/index.js +3 -0
- package/lib/Timeline/style/variables.css +3 -0
- package/lib/Timeline/style/variables.d.ts +1 -0
- package/lib/Timeline/style/variables.js +3 -0
- package/lib/Tooltip/index.d.ts +44 -0
- package/lib/Tooltip/index.js +261 -0
- package/lib/Tooltip/style/index.css +512 -0
- package/lib/Tooltip/style/index.d.ts +1 -0
- package/lib/Tooltip/style/index.js +3 -0
- package/lib/Tooltip/style/variables.css +0 -0
- package/lib/Tooltip/style/variables.d.ts +1 -0
- package/lib/Tooltip/style/variables.js +3 -0
- package/lib/Transfer/index.d.ts +3 -0
- package/lib/Transfer/index.js +15 -0
- package/lib/Transfer/style/index.css +512 -0
- package/lib/Transfer/style/index.d.ts +1 -0
- package/lib/Transfer/style/index.js +3 -0
- package/lib/Transfer/style/variables.css +0 -0
- package/lib/Transfer/style/variables.d.ts +1 -0
- package/lib/Transfer/style/variables.js +3 -0
- package/lib/Tree/DirectoryTree.d.ts +21 -0
- package/lib/Tree/DirectoryTree.js +218 -0
- package/lib/Tree/Tree.d.ts +140 -0
- package/lib/Tree/Tree.js +114 -0
- package/lib/Tree/TreeIndex.d.ts +5 -0
- package/lib/Tree/TreeIndex.js +13 -0
- package/lib/Tree/index.d.ts +12 -0
- package/lib/Tree/index.js +45 -0
- package/lib/Tree/style/index.css +524 -0
- package/lib/Tree/style/index.d.ts +1 -0
- package/lib/Tree/style/index.js +3 -0
- package/lib/Tree/style/variables.css +12 -0
- package/lib/Tree/style/variables.d.ts +1 -0
- package/lib/Tree/style/variables.js +3 -0
- package/lib/Tree/utils/dictUtil.d.ts +9 -0
- package/lib/Tree/utils/dictUtil.js +99 -0
- package/lib/Tree/utils/dropIndicator.d.ts +8 -0
- package/lib/Tree/utils/dropIndicator.js +51 -0
- package/lib/Tree/utils/iconUtil.d.ts +5 -0
- package/lib/Tree/utils/iconUtil.js +87 -0
- package/lib/TreeSelect/index.d.ts +8 -0
- package/lib/TreeSelect/index.js +110 -0
- package/lib/TreeSelect/style/index.css +515 -0
- package/lib/TreeSelect/style/index.d.ts +1 -0
- package/lib/TreeSelect/style/index.js +3 -0
- package/lib/TreeSelect/style/variables.css +3 -0
- package/lib/TreeSelect/style/variables.d.ts +1 -0
- package/lib/TreeSelect/style/variables.js +3 -0
- package/lib/Typography/Base/Ellipsis.d.ts +14 -0
- package/lib/Typography/Base/Ellipsis.js +212 -0
- package/lib/Typography/Base/EllipsisTooltip.d.ts +13 -0
- package/lib/Typography/Base/EllipsisTooltip.js +36 -0
- package/lib/Typography/Base/index.d.ts +54 -0
- package/lib/Typography/Base/index.js +545 -0
- package/lib/Typography/Editable.d.ts +20 -0
- package/lib/Typography/Editable.js +137 -0
- package/lib/Typography/Link.d.ts +7 -0
- package/lib/Typography/Link.js +58 -0
- package/lib/Typography/Paragraph.d.ts +7 -0
- package/lib/Typography/Paragraph.js +26 -0
- package/lib/Typography/Text.d.ts +8 -0
- package/lib/Typography/Text.js +57 -0
- package/lib/Typography/Title.d.ts +9 -0
- package/lib/Typography/Title.js +58 -0
- package/lib/Typography/Typography.d.ts +11 -0
- package/lib/Typography/Typography.js +77 -0
- package/lib/Typography/hooks/useMergedConfig.d.ts +1 -0
- package/lib/Typography/hooks/useMergedConfig.js +21 -0
- package/lib/Typography/hooks/useUpdatedEffect.d.ts +3 -0
- package/lib/Typography/hooks/useUpdatedEffect.js +24 -0
- package/lib/Typography/index.d.ts +15 -0
- package/lib/Typography/index.js +31 -0
- package/lib/Typography/style/index.css +512 -0
- package/lib/Typography/style/index.d.ts +1 -0
- package/lib/Typography/style/index.js +3 -0
- package/lib/Typography/style/variables.css +0 -0
- package/lib/Typography/style/variables.d.ts +1 -0
- package/lib/Typography/style/variables.js +3 -0
- package/lib/Upload/index.d.ts +13 -0
- package/lib/Upload/index.js +43 -0
- package/lib/Upload/style/index.css +547 -0
- package/lib/Upload/style/index.d.ts +1 -0
- package/lib/Upload/style/index.js +3 -0
- package/lib/Upload/style/variables.css +35 -0
- package/lib/Upload/style/variables.d.ts +1 -0
- package/lib/Upload/style/variables.js +3 -0
- package/lib/UploadOss/index.js +18 -0
- package/lib/UploadOss/style/index.css +121 -0
- package/lib/UploadOss/style/index.js +3 -0
- package/lib/UploadOss/style/variables.css +121 -0
- package/lib/UploadOss/style/variables.js +3 -0
- package/lib/UploadOss/uploadBtn.js +141 -0
- package/lib/UploadOss/uploadImg.js +282 -0
- package/lib/VirtualList/index.js +85 -0
- package/lib/VirtualList/style/index.css +0 -0
- package/lib/VirtualList/style/index.js +3 -0
- package/lib/VirtualList/style/variables.css +0 -0
- package/lib/VirtualList/style/variables.js +3 -0
- package/lib/_util/colors.d.ts +5 -0
- package/lib/_util/colors.js +14 -0
- package/lib/_util/domTarget.d.ts +7 -0
- package/lib/_util/domTarget.js +31 -0
- package/lib/_util/getDataOrAriaProps.d.ts +1 -0
- package/lib/_util/getDataOrAriaProps.js +16 -0
- package/lib/_util/getRenderPropValue.d.ts +3 -0
- package/lib/_util/getRenderPropValue.js +22 -0
- package/lib/_util/hooks/useFlexGapSupport.d.ts +2 -0
- package/lib/_util/hooks/useFlexGapSupport.js +30 -0
- package/lib/_util/hooks/useForceUpdate.d.ts +2 -0
- package/lib/_util/hooks/useForceUpdate.js +24 -0
- package/lib/_util/motion.d.ts +8 -0
- package/lib/_util/motion.js +71 -0
- package/lib/_util/placements.d.ts +17 -0
- package/lib/_util/placements.js +98 -0
- package/lib/_util/reactNode.d.ts +7 -0
- package/lib/_util/reactNode.js +24 -0
- package/lib/_util/responsiveObserve.d.ts +21 -0
- package/lib/_util/responsiveObserve.js +79 -0
- package/lib/_util/statusUtils.d.ts +6 -0
- package/lib/_util/statusUtils.js +29 -0
- package/lib/_util/styleChecker.d.ts +4 -0
- package/lib/_util/styleChecker.js +52 -0
- package/lib/_util/throttleByAnimationFrame.d.ts +8 -0
- package/lib/_util/throttleByAnimationFrame.js +72 -0
- package/lib/_util/transButton.d.ts +9 -0
- package/lib/_util/transButton.js +87 -0
- package/lib/_util/type.d.ts +9 -0
- package/lib/_util/type.js +27 -0
- package/lib/_util/warning.d.ts +6 -0
- package/lib/_util/warning.js +35 -0
- package/lib/hooks/index.d.ts +2 -0
- package/lib/hooks/index.js +23 -0
- package/lib/hooks/useEvent/index.d.ts +2 -0
- package/lib/hooks/useEvent/index.js +25 -0
- package/lib/hooks/useFullscreen/index.d.ts +15 -0
- package/lib/hooks/useFullscreen/index.js +130 -0
- package/lib/index.d.ts +128 -0
- package/lib/index.js +793 -0
- package/lib/locale-provider/LocaleReceiver.d.ts +20 -0
- package/lib/locale-provider/LocaleReceiver.js +83 -0
- package/lib/locale-provider/ar_EG.d.ts +2 -0
- package/lib/locale-provider/ar_EG.js +13 -0
- package/lib/locale-provider/az_AZ.d.ts +2 -0
- package/lib/locale-provider/az_AZ.js +13 -0
- package/lib/locale-provider/bg_BG.d.ts +2 -0
- package/lib/locale-provider/bg_BG.js +13 -0
- package/lib/locale-provider/bn_BD.d.ts +2 -0
- package/lib/locale-provider/bn_BD.js +13 -0
- package/lib/locale-provider/by_BY.d.ts +2 -0
- package/lib/locale-provider/by_BY.js +13 -0
- package/lib/locale-provider/ca_ES.d.ts +2 -0
- package/lib/locale-provider/ca_ES.js +13 -0
- package/lib/locale-provider/context.d.ts +7 -0
- package/lib/locale-provider/context.js +12 -0
- package/lib/locale-provider/cs_CZ.d.ts +2 -0
- package/lib/locale-provider/cs_CZ.js +13 -0
- package/lib/locale-provider/da_DK.d.ts +2 -0
- package/lib/locale-provider/da_DK.js +13 -0
- package/lib/locale-provider/de_DE.d.ts +2 -0
- package/lib/locale-provider/de_DE.js +13 -0
- package/lib/locale-provider/default.d.ts +2 -0
- package/lib/locale-provider/default.js +13 -0
- package/lib/locale-provider/el_GR.d.ts +2 -0
- package/lib/locale-provider/el_GR.js +13 -0
- package/lib/locale-provider/en_GB.d.ts +2 -0
- package/lib/locale-provider/en_GB.js +13 -0
- package/lib/locale-provider/en_US.d.ts +2 -0
- package/lib/locale-provider/en_US.js +13 -0
- package/lib/locale-provider/es_ES.d.ts +2 -0
- package/lib/locale-provider/es_ES.js +13 -0
- package/lib/locale-provider/et_EE.d.ts +2 -0
- package/lib/locale-provider/et_EE.js +13 -0
- package/lib/locale-provider/fa_IR.d.ts +2 -0
- package/lib/locale-provider/fa_IR.js +13 -0
- package/lib/locale-provider/fi_FI.d.ts +2 -0
- package/lib/locale-provider/fi_FI.js +13 -0
- package/lib/locale-provider/fr_BE.d.ts +2 -0
- package/lib/locale-provider/fr_BE.js +13 -0
- package/lib/locale-provider/fr_CA.d.ts +2 -0
- package/lib/locale-provider/fr_CA.js +13 -0
- package/lib/locale-provider/fr_FR.d.ts +2 -0
- package/lib/locale-provider/fr_FR.js +13 -0
- package/lib/locale-provider/ga_IE.d.ts +2 -0
- package/lib/locale-provider/ga_IE.js +13 -0
- package/lib/locale-provider/gl_ES.d.ts +2 -0
- package/lib/locale-provider/gl_ES.js +13 -0
- package/lib/locale-provider/he_IL.d.ts +2 -0
- package/lib/locale-provider/he_IL.js +13 -0
- package/lib/locale-provider/hi_IN.d.ts +2 -0
- package/lib/locale-provider/hi_IN.js +13 -0
- package/lib/locale-provider/hr_HR.d.ts +2 -0
- package/lib/locale-provider/hr_HR.js +13 -0
- package/lib/locale-provider/hu_HU.d.ts +2 -0
- package/lib/locale-provider/hu_HU.js +13 -0
- package/lib/locale-provider/hy_AM.d.ts +2 -0
- package/lib/locale-provider/hy_AM.js +13 -0
- package/lib/locale-provider/id_ID.d.ts +2 -0
- package/lib/locale-provider/id_ID.js +13 -0
- package/lib/locale-provider/index.d.ts +61 -0
- package/lib/locale-provider/index.js +90 -0
- package/lib/locale-provider/is_IS.d.ts +2 -0
- package/lib/locale-provider/is_IS.js +13 -0
- package/lib/locale-provider/it_IT.d.ts +2 -0
- package/lib/locale-provider/it_IT.js +13 -0
- package/lib/locale-provider/ja_JP.d.ts +2 -0
- package/lib/locale-provider/ja_JP.js +13 -0
- package/lib/locale-provider/ka_GE.d.ts +2 -0
- package/lib/locale-provider/ka_GE.js +13 -0
- package/lib/locale-provider/kk_KZ.d.ts +2 -0
- package/lib/locale-provider/kk_KZ.js +13 -0
- package/lib/locale-provider/km_KH.d.ts +2 -0
- package/lib/locale-provider/km_KH.js +13 -0
- package/lib/locale-provider/kmr_IQ.d.ts +2 -0
- package/lib/locale-provider/kmr_IQ.js +13 -0
- package/lib/locale-provider/kn_IN.d.ts +2 -0
- package/lib/locale-provider/kn_IN.js +13 -0
- package/lib/locale-provider/ko_KR.d.ts +2 -0
- package/lib/locale-provider/ko_KR.js +13 -0
- package/lib/locale-provider/ku_IQ.d.ts +2 -0
- package/lib/locale-provider/ku_IQ.js +13 -0
- package/lib/locale-provider/lt_LT.d.ts +2 -0
- package/lib/locale-provider/lt_LT.js +13 -0
- package/lib/locale-provider/lv_LV.d.ts +2 -0
- package/lib/locale-provider/lv_LV.js +13 -0
- package/lib/locale-provider/mk_MK.d.ts +2 -0
- package/lib/locale-provider/mk_MK.js +13 -0
- package/lib/locale-provider/ml_IN.d.ts +2 -0
- package/lib/locale-provider/ml_IN.js +13 -0
- package/lib/locale-provider/mn_MN.d.ts +2 -0
- package/lib/locale-provider/mn_MN.js +13 -0
- package/lib/locale-provider/ms_MY.d.ts +2 -0
- package/lib/locale-provider/ms_MY.js +13 -0
- package/lib/locale-provider/nb_NO.d.ts +2 -0
- package/lib/locale-provider/nb_NO.js +13 -0
- package/lib/locale-provider/ne_NP.d.ts +2 -0
- package/lib/locale-provider/ne_NP.js +13 -0
- package/lib/locale-provider/nl_BE.d.ts +2 -0
- package/lib/locale-provider/nl_BE.js +13 -0
- package/lib/locale-provider/nl_NL.d.ts +2 -0
- package/lib/locale-provider/nl_NL.js +13 -0
- package/lib/locale-provider/pl_PL.d.ts +2 -0
- package/lib/locale-provider/pl_PL.js +13 -0
- package/lib/locale-provider/pt_BR.d.ts +2 -0
- package/lib/locale-provider/pt_BR.js +13 -0
- package/lib/locale-provider/pt_PT.d.ts +2 -0
- package/lib/locale-provider/pt_PT.js +13 -0
- package/lib/locale-provider/ro_RO.d.ts +2 -0
- package/lib/locale-provider/ro_RO.js +13 -0
- package/lib/locale-provider/ru_RU.d.ts +2 -0
- package/lib/locale-provider/ru_RU.js +13 -0
- package/lib/locale-provider/si_LK.d.ts +2 -0
- package/lib/locale-provider/si_LK.js +13 -0
- package/lib/locale-provider/sk_SK.d.ts +2 -0
- package/lib/locale-provider/sk_SK.js +13 -0
- package/lib/locale-provider/sl_SI.d.ts +2 -0
- package/lib/locale-provider/sl_SI.js +13 -0
- package/lib/locale-provider/sr_RS.d.ts +2 -0
- package/lib/locale-provider/sr_RS.js +13 -0
- package/lib/locale-provider/style/index.css +512 -0
- package/lib/locale-provider/style/index.d.ts +1 -0
- package/lib/locale-provider/style/index.js +3 -0
- package/lib/locale-provider/style/variables.css +0 -0
- package/lib/locale-provider/style/variables.d.ts +1 -0
- package/lib/locale-provider/style/variables.js +3 -0
- package/lib/locale-provider/sv_SE.d.ts +2 -0
- package/lib/locale-provider/sv_SE.js +13 -0
- package/lib/locale-provider/ta_IN.d.ts +2 -0
- package/lib/locale-provider/ta_IN.js +13 -0
- package/lib/locale-provider/th_TH.d.ts +2 -0
- package/lib/locale-provider/th_TH.js +13 -0
- package/lib/locale-provider/tk_TK.d.ts +2 -0
- package/lib/locale-provider/tk_TK.js +13 -0
- package/lib/locale-provider/tr_TR.d.ts +2 -0
- package/lib/locale-provider/tr_TR.js +13 -0
- package/lib/locale-provider/uk_UA.d.ts +2 -0
- package/lib/locale-provider/uk_UA.js +13 -0
- package/lib/locale-provider/ur_PK.d.ts +2 -0
- package/lib/locale-provider/ur_PK.js +13 -0
- package/lib/locale-provider/vi_VN.d.ts +2 -0
- package/lib/locale-provider/vi_VN.js +13 -0
- package/lib/locale-provider/zh_CN.d.ts +2 -0
- package/lib/locale-provider/zh_CN.js +13 -0
- package/lib/locale-provider/zh_HK.d.ts +2 -0
- package/lib/locale-provider/zh_HK.js +13 -0
- package/lib/locale-provider/zh_TW.d.ts +2 -0
- package/lib/locale-provider/zh_TW.js +13 -0
- package/lib/message/hooks/useMessage.d.ts +7 -0
- package/lib/message/hooks/useMessage.js +101 -0
- package/lib/message/index.d.ts +66 -0
- package/lib/message/index.js +275 -0
- package/lib/message/style/index.css +543 -0
- package/lib/message/style/index.d.ts +1 -0
- package/lib/message/style/index.js +3 -0
- package/lib/message/style/variables.css +31 -0
- package/lib/message/style/variables.d.ts +1 -0
- package/lib/message/style/variables.js +3 -0
- package/lib/notification/hooks/useNotification.d.ts +7 -0
- package/lib/notification/hooks/useNotification.js +69 -0
- package/lib/notification/index.d.ts +54 -0
- package/lib/notification/index.js +365 -0
- package/lib/notification/style/index.css +553 -0
- package/lib/notification/style/index.d.ts +1 -0
- package/lib/notification/style/index.js +3 -0
- package/lib/notification/style/variables.css +41 -0
- package/lib/notification/style/variables.d.ts +1 -0
- package/lib/notification/style/variables.js +3 -0
- package/lib/services/newRequest.js +201 -0
- package/lib/services/utils.js +72 -0
- package/lib/styles/globalClass.css +63 -0
- package/lib/styles/icon.css +15 -0
- package/lib/styles/index.d.ts +1 -0
- package/lib/styles/index.js +3 -0
- package/lib/styles/main.css +512 -0
- package/lib/styles/resetAntd.css +86 -0
- package/lib/styles/them.css +0 -0
- package/lib/styles/variables.css +12843 -0
- package/package.json +1 -1
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
.lm_upload_btn {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
}
|
|
4
|
+
.lm_upload_btn .upload_body {
|
|
5
|
+
font-size: 12px;
|
|
6
|
+
}
|
|
7
|
+
.lm_upload_btn .upload_body .upload_diy {
|
|
8
|
+
position: relative;
|
|
9
|
+
}
|
|
10
|
+
.lm_upload_btn .upload_body .upload_diy .upload_input {
|
|
11
|
+
position: absolute;
|
|
12
|
+
left: 0;
|
|
13
|
+
right: 0;
|
|
14
|
+
top: 0;
|
|
15
|
+
bottom: 0;
|
|
16
|
+
width: 100%;
|
|
17
|
+
opacity: 0;
|
|
18
|
+
}
|
|
19
|
+
.lm_upload_btn .upload_body .upload_diy:hover .upload_btn {
|
|
20
|
+
color: #1890fc;
|
|
21
|
+
border-color: #1890fc;
|
|
22
|
+
}
|
|
23
|
+
.lm_upload_btn .upload_body .upload_btn {
|
|
24
|
+
display: inline-flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
font-size: 12px;
|
|
28
|
+
height: 32px;
|
|
29
|
+
border: 1px solid #d9d9d9;
|
|
30
|
+
border-radius: 2px;
|
|
31
|
+
padding: 0 12px;
|
|
32
|
+
transition: 0.3s;
|
|
33
|
+
}
|
|
34
|
+
.lm_upload_btn .upload_body .upload_btn.small {
|
|
35
|
+
height: 24px;
|
|
36
|
+
}
|
|
37
|
+
.lm_upload_btn .upload_body .upload_btn .upload_btn_icon {
|
|
38
|
+
margin-right: 4px;
|
|
39
|
+
}
|
|
40
|
+
.lm_upload_img {
|
|
41
|
+
display: inline-flex;
|
|
42
|
+
}
|
|
43
|
+
.lm_upload_img .upload_body {
|
|
44
|
+
display: inline-flex;
|
|
45
|
+
flex-wrap: wrap;
|
|
46
|
+
font-size: 12px;
|
|
47
|
+
line-height: 1;
|
|
48
|
+
}
|
|
49
|
+
.lm_upload_img .upload_body .view_box {
|
|
50
|
+
display: inline-flex;
|
|
51
|
+
align-items: center;
|
|
52
|
+
justify-content: center;
|
|
53
|
+
border: 1px solid #d9d9d9;
|
|
54
|
+
padding: 8px;
|
|
55
|
+
}
|
|
56
|
+
.lm_upload_img .upload_body .view_box .view_item_thum {
|
|
57
|
+
position: relative;
|
|
58
|
+
}
|
|
59
|
+
.lm_upload_img .upload_body .view_box .view_item_thum::before {
|
|
60
|
+
content: '';
|
|
61
|
+
position: absolute;
|
|
62
|
+
left: 0;
|
|
63
|
+
top: 0;
|
|
64
|
+
width: 100%;
|
|
65
|
+
height: 100%;
|
|
66
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
67
|
+
opacity: 0;
|
|
68
|
+
transition: 0.3s;
|
|
69
|
+
z-index: 1;
|
|
70
|
+
}
|
|
71
|
+
.lm_upload_img .upload_body .view_box .view_item_thum img {
|
|
72
|
+
width: 100%;
|
|
73
|
+
height: 100%;
|
|
74
|
+
object-fit: contain;
|
|
75
|
+
}
|
|
76
|
+
.lm_upload_img .upload_body .view_box .view_item_thum .view_item_action {
|
|
77
|
+
position: absolute;
|
|
78
|
+
left: 0;
|
|
79
|
+
right: 0;
|
|
80
|
+
top: 50%;
|
|
81
|
+
transform: translateY(-50%);
|
|
82
|
+
text-align: center;
|
|
83
|
+
opacity: 0;
|
|
84
|
+
z-index: 2;
|
|
85
|
+
color: #fff;
|
|
86
|
+
}
|
|
87
|
+
.lm_upload_img .upload_body .view_box .view_item_thum .view_item_action .view_item_action_icon {
|
|
88
|
+
display: flex;
|
|
89
|
+
justify-content: center;
|
|
90
|
+
margin: 8px 0;
|
|
91
|
+
}
|
|
92
|
+
.lm_upload_img .upload_body .view_box .view_item_thum .view_item_action .view_item_action_icon > div {
|
|
93
|
+
padding: 0 4px;
|
|
94
|
+
cursor: pointer;
|
|
95
|
+
}
|
|
96
|
+
.lm_upload_img .upload_body .view_box:hover .view_item_thum::before {
|
|
97
|
+
opacity: 1;
|
|
98
|
+
}
|
|
99
|
+
.lm_upload_img .upload_body .view_box:hover .view_item_thum .view_item_action {
|
|
100
|
+
opacity: 1;
|
|
101
|
+
}
|
|
102
|
+
.lm_upload_img .upload_body .upload_card_box {
|
|
103
|
+
position: relative;
|
|
104
|
+
display: inline-flex;
|
|
105
|
+
align-items: center;
|
|
106
|
+
justify-content: center;
|
|
107
|
+
text-align: center;
|
|
108
|
+
border: 1px dashed #d9d9d9;
|
|
109
|
+
transition: all 0.3s;
|
|
110
|
+
}
|
|
111
|
+
.lm_upload_img .upload_body .upload_card_box .upload_input {
|
|
112
|
+
position: absolute;
|
|
113
|
+
left: 0;
|
|
114
|
+
top: 0;
|
|
115
|
+
width: 100%;
|
|
116
|
+
height: 100%;
|
|
117
|
+
opacity: 0;
|
|
118
|
+
}
|
|
119
|
+
.lm_upload_img .upload_body .upload_card_box:hover {
|
|
120
|
+
border-color: #1890fc;
|
|
121
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
.lm_upload_btn {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
}
|
|
4
|
+
.lm_upload_btn .upload_body {
|
|
5
|
+
font-size: 12px;
|
|
6
|
+
}
|
|
7
|
+
.lm_upload_btn .upload_body .upload_diy {
|
|
8
|
+
position: relative;
|
|
9
|
+
}
|
|
10
|
+
.lm_upload_btn .upload_body .upload_diy .upload_input {
|
|
11
|
+
position: absolute;
|
|
12
|
+
left: 0;
|
|
13
|
+
right: 0;
|
|
14
|
+
top: 0;
|
|
15
|
+
bottom: 0;
|
|
16
|
+
width: 100%;
|
|
17
|
+
opacity: 0;
|
|
18
|
+
}
|
|
19
|
+
.lm_upload_btn .upload_body .upload_diy:hover .upload_btn {
|
|
20
|
+
color: #1890fc;
|
|
21
|
+
border-color: #1890fc;
|
|
22
|
+
}
|
|
23
|
+
.lm_upload_btn .upload_body .upload_btn {
|
|
24
|
+
display: inline-flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
font-size: 12px;
|
|
28
|
+
height: 32px;
|
|
29
|
+
border: 1px solid #d9d9d9;
|
|
30
|
+
border-radius: 2px;
|
|
31
|
+
padding: 0 12px;
|
|
32
|
+
transition: 0.3s;
|
|
33
|
+
}
|
|
34
|
+
.lm_upload_btn .upload_body .upload_btn.small {
|
|
35
|
+
height: 24px;
|
|
36
|
+
}
|
|
37
|
+
.lm_upload_btn .upload_body .upload_btn .upload_btn_icon {
|
|
38
|
+
margin-right: 4px;
|
|
39
|
+
}
|
|
40
|
+
.lm_upload_img {
|
|
41
|
+
display: inline-flex;
|
|
42
|
+
}
|
|
43
|
+
.lm_upload_img .upload_body {
|
|
44
|
+
display: inline-flex;
|
|
45
|
+
flex-wrap: wrap;
|
|
46
|
+
font-size: 12px;
|
|
47
|
+
line-height: 1;
|
|
48
|
+
}
|
|
49
|
+
.lm_upload_img .upload_body .view_box {
|
|
50
|
+
display: inline-flex;
|
|
51
|
+
align-items: center;
|
|
52
|
+
justify-content: center;
|
|
53
|
+
border: 1px solid #d9d9d9;
|
|
54
|
+
padding: 8px;
|
|
55
|
+
}
|
|
56
|
+
.lm_upload_img .upload_body .view_box .view_item_thum {
|
|
57
|
+
position: relative;
|
|
58
|
+
}
|
|
59
|
+
.lm_upload_img .upload_body .view_box .view_item_thum::before {
|
|
60
|
+
content: '';
|
|
61
|
+
position: absolute;
|
|
62
|
+
left: 0;
|
|
63
|
+
top: 0;
|
|
64
|
+
width: 100%;
|
|
65
|
+
height: 100%;
|
|
66
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
67
|
+
opacity: 0;
|
|
68
|
+
transition: 0.3s;
|
|
69
|
+
z-index: 1;
|
|
70
|
+
}
|
|
71
|
+
.lm_upload_img .upload_body .view_box .view_item_thum img {
|
|
72
|
+
width: 100%;
|
|
73
|
+
height: 100%;
|
|
74
|
+
object-fit: contain;
|
|
75
|
+
}
|
|
76
|
+
.lm_upload_img .upload_body .view_box .view_item_thum .view_item_action {
|
|
77
|
+
position: absolute;
|
|
78
|
+
left: 0;
|
|
79
|
+
right: 0;
|
|
80
|
+
top: 50%;
|
|
81
|
+
transform: translateY(-50%);
|
|
82
|
+
text-align: center;
|
|
83
|
+
opacity: 0;
|
|
84
|
+
z-index: 2;
|
|
85
|
+
color: #fff;
|
|
86
|
+
}
|
|
87
|
+
.lm_upload_img .upload_body .view_box .view_item_thum .view_item_action .view_item_action_icon {
|
|
88
|
+
display: flex;
|
|
89
|
+
justify-content: center;
|
|
90
|
+
margin: 8px 0;
|
|
91
|
+
}
|
|
92
|
+
.lm_upload_img .upload_body .view_box .view_item_thum .view_item_action .view_item_action_icon > div {
|
|
93
|
+
padding: 0 4px;
|
|
94
|
+
cursor: pointer;
|
|
95
|
+
}
|
|
96
|
+
.lm_upload_img .upload_body .view_box:hover .view_item_thum::before {
|
|
97
|
+
opacity: 1;
|
|
98
|
+
}
|
|
99
|
+
.lm_upload_img .upload_body .view_box:hover .view_item_thum .view_item_action {
|
|
100
|
+
opacity: 1;
|
|
101
|
+
}
|
|
102
|
+
.lm_upload_img .upload_body .upload_card_box {
|
|
103
|
+
position: relative;
|
|
104
|
+
display: inline-flex;
|
|
105
|
+
align-items: center;
|
|
106
|
+
justify-content: center;
|
|
107
|
+
text-align: center;
|
|
108
|
+
border: 1px dashed #d9d9d9;
|
|
109
|
+
transition: all 0.3s;
|
|
110
|
+
}
|
|
111
|
+
.lm_upload_img .upload_body .upload_card_box .upload_input {
|
|
112
|
+
position: absolute;
|
|
113
|
+
left: 0;
|
|
114
|
+
top: 0;
|
|
115
|
+
width: 100%;
|
|
116
|
+
height: 100%;
|
|
117
|
+
opacity: 0;
|
|
118
|
+
}
|
|
119
|
+
.lm_upload_img .upload_body .upload_card_box:hover {
|
|
120
|
+
border-color: #1890fc;
|
|
121
|
+
}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
|
|
4
|
+
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "__esModule", {
|
|
8
|
+
value: true
|
|
9
|
+
});
|
|
10
|
+
exports.default = void 0;
|
|
11
|
+
|
|
12
|
+
require("antd/es/spin/style");
|
|
13
|
+
|
|
14
|
+
var _spin = _interopRequireDefault(require("antd/es/spin"));
|
|
15
|
+
|
|
16
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
17
|
+
|
|
18
|
+
require("antd/es/message/style");
|
|
19
|
+
|
|
20
|
+
var _message2 = _interopRequireDefault(require("antd/es/message"));
|
|
21
|
+
|
|
22
|
+
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
23
|
+
|
|
24
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
25
|
+
|
|
26
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
27
|
+
|
|
28
|
+
var _IconFont = _interopRequireDefault(require("../IconFont"));
|
|
29
|
+
|
|
30
|
+
var UploadBox = function UploadBox(props) {
|
|
31
|
+
var _props$value = props.value,
|
|
32
|
+
value = _props$value === void 0 ? [] : _props$value,
|
|
33
|
+
onChange = props.onChange,
|
|
34
|
+
_props$label = props.label,
|
|
35
|
+
label = _props$label === void 0 ? '上传文件' : _props$label,
|
|
36
|
+
_props$icon = props.icon,
|
|
37
|
+
icon = _props$icon === void 0 ? /*#__PURE__*/_react.default.createElement(_IconFont.default, {
|
|
38
|
+
type: "lmweb-cloud-upload",
|
|
39
|
+
className: "upload_btn_icon"
|
|
40
|
+
}) : _props$icon,
|
|
41
|
+
_props$length = props.length,
|
|
42
|
+
length = _props$length === void 0 ? 10 : _props$length,
|
|
43
|
+
accept = props.accept,
|
|
44
|
+
_props$type = props.type,
|
|
45
|
+
type = _props$type === void 0 ? ['xls', 'xlsx', 'jpg', 'png'] : _props$type,
|
|
46
|
+
_props$size = props.size,
|
|
47
|
+
size = _props$size === void 0 ? 'small' : _props$size,
|
|
48
|
+
_props$fileSize = props.fileSize,
|
|
49
|
+
fileSize = _props$fileSize === void 0 ? 50 : _props$fileSize,
|
|
50
|
+
multiple = props.multiple,
|
|
51
|
+
children = props.children,
|
|
52
|
+
fileUpload = props.fileUpload,
|
|
53
|
+
isLoading = props.isLoading,
|
|
54
|
+
_props$valueType = props.valueType,
|
|
55
|
+
valueType = _props$valueType === void 0 ? 'object' : _props$valueType;
|
|
56
|
+
var fielRef = (0, _react.useRef)(null);
|
|
57
|
+
|
|
58
|
+
var clearInput = function clearInput() {
|
|
59
|
+
var _fielRef$current;
|
|
60
|
+
|
|
61
|
+
if ((_fielRef$current = fielRef.current) === null || _fielRef$current === void 0 ? void 0 : _fielRef$current.value) {
|
|
62
|
+
fielRef.current.value = '';
|
|
63
|
+
}
|
|
64
|
+
}; // 触发外部OnChange事件
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
var handleUpload = function handleUpload(file) {
|
|
68
|
+
var nValue = valueType === 'array' ? [].concat((0, _toConsumableArray2.default)(value), [file]) : file;
|
|
69
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(nValue);
|
|
70
|
+
clearInput();
|
|
71
|
+
}; // 上传前置处理
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
var beforeUpload = function beforeUpload(e) {
|
|
75
|
+
var file = e.target.files;
|
|
76
|
+
|
|
77
|
+
if (length > 0 && file.length + value.length > length) {
|
|
78
|
+
return _message2.default.warning("\u6587\u4EF6\u4E0A\u4F20\u5931\u8D25\uFF01\u6700\u591A\u53EA\u80FD\u4E0A\u4F20".concat(length, "\u4E2A\u6587\u4EF6"), 1.5);
|
|
79
|
+
} // 循环文件检查是否存在不符合要求的文件
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
for (var i = 0, len = file.length; i < len; i += 1) {
|
|
83
|
+
var item = file[i];
|
|
84
|
+
|
|
85
|
+
if (!type.includes(item.name.replace(/.*\./, '').toLowerCase())) {
|
|
86
|
+
var content = type.join('、');
|
|
87
|
+
clearInput();
|
|
88
|
+
return _message2.default.warning("\u6587\u4EF6\u4E0A\u4F20\u5931\u8D25\uFF01\u4EC5\u652F\u6301".concat(content, "\u7684\u6587\u4EF6\u7C7B\u578B\uFF01"), 1.5);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
if (item.size / 1024 / 1024 > fileSize) {
|
|
92
|
+
clearInput();
|
|
93
|
+
return _message2.default.warning("\u6587\u4EF6\u4E0A\u4F20\u5931\u8D25\uFF01\u9644\u4EF6\u5927\u5C0F\u4E0D\u80FD\u8D85\u8FC7".concat(fileSize, "M\uFF01"), 1.5);
|
|
94
|
+
} // 单个文件上传
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
fileUpload === null || fileUpload === void 0 ? void 0 : fileUpload({
|
|
98
|
+
file: item,
|
|
99
|
+
size: size,
|
|
100
|
+
value: value,
|
|
101
|
+
onChange: handleUpload
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
return false;
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
var config = {
|
|
109
|
+
type: 'file',
|
|
110
|
+
multiple: multiple,
|
|
111
|
+
accept: accept,
|
|
112
|
+
title: '',
|
|
113
|
+
className: 'upload_input',
|
|
114
|
+
onChange: beforeUpload
|
|
115
|
+
};
|
|
116
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_spin.default, {
|
|
117
|
+
spinning: isLoading,
|
|
118
|
+
size: "small"
|
|
119
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
120
|
+
className: "upload_diy"
|
|
121
|
+
}, /*#__PURE__*/_react.default.createElement("input", (0, _extends2.default)({
|
|
122
|
+
ref: fielRef
|
|
123
|
+
}, config)), children || /*#__PURE__*/_react.default.createElement("div", {
|
|
124
|
+
className: (0, _classnames.default)('upload_btn', {
|
|
125
|
+
small: size === 'small'
|
|
126
|
+
})
|
|
127
|
+
}, icon, /*#__PURE__*/_react.default.createElement("div", {
|
|
128
|
+
className: "upload_btn_text"
|
|
129
|
+
}, label)))));
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
var Index = function Index(props) {
|
|
133
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
134
|
+
className: "lm_upload_btn"
|
|
135
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
136
|
+
className: "upload_body"
|
|
137
|
+
}, /*#__PURE__*/_react.default.createElement(UploadBox, props)));
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
var _default = Index;
|
|
141
|
+
exports.default = _default;
|
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
|
|
4
|
+
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "__esModule", {
|
|
8
|
+
value: true
|
|
9
|
+
});
|
|
10
|
+
exports.default = void 0;
|
|
11
|
+
|
|
12
|
+
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
|
13
|
+
|
|
14
|
+
require("antd/es/spin/style");
|
|
15
|
+
|
|
16
|
+
var _spin = _interopRequireDefault(require("antd/es/spin"));
|
|
17
|
+
|
|
18
|
+
require("antd/es/message/style");
|
|
19
|
+
|
|
20
|
+
var _message2 = _interopRequireDefault(require("antd/es/message"));
|
|
21
|
+
|
|
22
|
+
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
23
|
+
|
|
24
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
25
|
+
|
|
26
|
+
require("antd/es/image/style");
|
|
27
|
+
|
|
28
|
+
var _image = _interopRequireDefault(require("antd/es/image"));
|
|
29
|
+
|
|
30
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
31
|
+
|
|
32
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
33
|
+
|
|
34
|
+
var _IconFont = _interopRequireDefault(require("../IconFont"));
|
|
35
|
+
|
|
36
|
+
var Context = /*#__PURE__*/(0, _react.createContext)(); // 视图展示
|
|
37
|
+
|
|
38
|
+
var ViewImgItem = function ViewImgItem(props) {
|
|
39
|
+
var _useContext = (0, _react.useContext)(Context),
|
|
40
|
+
value = _useContext.value,
|
|
41
|
+
isCheckOss = _useContext.isCheckOss,
|
|
42
|
+
size = _useContext.size,
|
|
43
|
+
length = _useContext.length,
|
|
44
|
+
onChange = _useContext.onChange,
|
|
45
|
+
previewChildren = _useContext.previewChildren;
|
|
46
|
+
|
|
47
|
+
var externalUrl = props.externalUrl,
|
|
48
|
+
filePath = props.filePath,
|
|
49
|
+
realFileName = props.realFileName; // 是否开启OSS配置不同小图预览
|
|
50
|
+
|
|
51
|
+
var thumbUrl = isCheckOss ? "".concat(externalUrl, "/").concat(filePath).concat(realFileName, "?x-oss-process=image/resize,w_").concat(size) : "".concat(externalUrl, "/").concat(filePath, "T").concat(size).concat(realFileName); // 重置尺寸大小
|
|
52
|
+
|
|
53
|
+
var resetSize = (0, _react.useMemo)(function () {
|
|
54
|
+
var gap = size > 60 ? 18 : 10;
|
|
55
|
+
var width = size - gap;
|
|
56
|
+
var padding = size > 60 ? 8 : 4;
|
|
57
|
+
var fontSize = size > 60 ? 16 : 14;
|
|
58
|
+
return {
|
|
59
|
+
width: width,
|
|
60
|
+
padding: padding,
|
|
61
|
+
fontSize: fontSize
|
|
62
|
+
};
|
|
63
|
+
}, [size]); // 受控的大图预览
|
|
64
|
+
|
|
65
|
+
var _useState = (0, _react.useState)(false),
|
|
66
|
+
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
67
|
+
visible = _useState2[0],
|
|
68
|
+
setVisible = _useState2[1]; // 预览
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
var handlePreview = function handlePreview() {
|
|
72
|
+
return setVisible(true);
|
|
73
|
+
}; // 删除
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
var handleDelete = function handleDelete() {
|
|
77
|
+
var nValue = length > 1 ? value.filter(function (v) {
|
|
78
|
+
return v.realFileName !== realFileName;
|
|
79
|
+
}) : null;
|
|
80
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(nValue);
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
84
|
+
className: "view_box",
|
|
85
|
+
style: {
|
|
86
|
+
padding: resetSize.padding
|
|
87
|
+
}
|
|
88
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
89
|
+
className: "view_item_thum",
|
|
90
|
+
style: {
|
|
91
|
+
width: resetSize.width,
|
|
92
|
+
height: resetSize.width
|
|
93
|
+
}
|
|
94
|
+
}, /*#__PURE__*/_react.default.createElement(_image.default, {
|
|
95
|
+
width: resetSize.width,
|
|
96
|
+
height: resetSize.width,
|
|
97
|
+
src: thumbUrl,
|
|
98
|
+
preview: {
|
|
99
|
+
visible: visible,
|
|
100
|
+
src: "".concat(externalUrl, "/").concat(filePath).concat(realFileName),
|
|
101
|
+
onVisibleChange: function onVisibleChange(val) {
|
|
102
|
+
return setVisible(val);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
106
|
+
className: "view_item_action"
|
|
107
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
108
|
+
className: "view_item_action_icon",
|
|
109
|
+
style: {
|
|
110
|
+
fontSize: resetSize.fontSize
|
|
111
|
+
}
|
|
112
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
113
|
+
className: "view_item_preview",
|
|
114
|
+
onClick: handlePreview
|
|
115
|
+
}, /*#__PURE__*/_react.default.createElement(_IconFont.default, {
|
|
116
|
+
type: "lmweb-eye"
|
|
117
|
+
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
118
|
+
className: "view_item_delete",
|
|
119
|
+
onClick: handleDelete
|
|
120
|
+
}, /*#__PURE__*/_react.default.createElement(_IconFont.default, {
|
|
121
|
+
type: "lmweb-delete"
|
|
122
|
+
}))), previewChildren && previewChildren(props)))));
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
var ViewImg = function ViewImg() {
|
|
126
|
+
var _useContext2 = (0, _react.useContext)(Context),
|
|
127
|
+
value = _useContext2.value;
|
|
128
|
+
|
|
129
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, value === null || value === void 0 ? void 0 : value.map(function (v, idx) {
|
|
130
|
+
return /*#__PURE__*/_react.default.createElement(ViewImgItem, (0, _extends2.default)({
|
|
131
|
+
key: v.realFileName || idx
|
|
132
|
+
}, v));
|
|
133
|
+
}));
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
var UploadCard = function UploadCard() {
|
|
137
|
+
var _useContext3 = (0, _react.useContext)(Context),
|
|
138
|
+
_useContext3$value = _useContext3.value,
|
|
139
|
+
value = _useContext3$value === void 0 ? [] : _useContext3$value,
|
|
140
|
+
onChange = _useContext3.onChange,
|
|
141
|
+
size = _useContext3.size,
|
|
142
|
+
length = _useContext3.length,
|
|
143
|
+
_useContext3$label = _useContext3.label,
|
|
144
|
+
label = _useContext3$label === void 0 ? '上传图片' : _useContext3$label,
|
|
145
|
+
required = _useContext3.required,
|
|
146
|
+
accept = _useContext3.accept,
|
|
147
|
+
_useContext3$type = _useContext3.type,
|
|
148
|
+
type = _useContext3$type === void 0 ? ['jpg', 'jpeg', 'png'] : _useContext3$type,
|
|
149
|
+
_useContext3$fileSize = _useContext3.fileSize,
|
|
150
|
+
fileSize = _useContext3$fileSize === void 0 ? 10 : _useContext3$fileSize,
|
|
151
|
+
children = _useContext3.children,
|
|
152
|
+
fileUpload = _useContext3.fileUpload,
|
|
153
|
+
isLoading = _useContext3.isLoading,
|
|
154
|
+
_useContext3$valueTyp = _useContext3.valueType,
|
|
155
|
+
valueType = _useContext3$valueTyp === void 0 ? 'object' : _useContext3$valueTyp;
|
|
156
|
+
|
|
157
|
+
var fielRef = (0, _react.useRef)(null);
|
|
158
|
+
|
|
159
|
+
var clearInput = function clearInput() {
|
|
160
|
+
var _fielRef$current;
|
|
161
|
+
|
|
162
|
+
if ((_fielRef$current = fielRef.current) === null || _fielRef$current === void 0 ? void 0 : _fielRef$current.value) {
|
|
163
|
+
fielRef.current.value = null;
|
|
164
|
+
}
|
|
165
|
+
}; // 触发外部OnChange事件
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
var handleUpload = function handleUpload(file) {
|
|
169
|
+
var nValue = length > 1 || valueType === 'array' ? [].concat((0, _toConsumableArray2.default)(value), [file]) : file;
|
|
170
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(nValue);
|
|
171
|
+
clearInput();
|
|
172
|
+
}; // 上传前置处理
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
var beforeUpload = function beforeUpload(e) {
|
|
176
|
+
var file = e.target.files; // 循环文件检查是否存在不符合要求的文件
|
|
177
|
+
|
|
178
|
+
for (var i = 0, len = file.length; i < len; i += 1) {
|
|
179
|
+
var item = file[i];
|
|
180
|
+
|
|
181
|
+
if (!type.includes(item.name.replace(/.*\./, '').toLowerCase())) {
|
|
182
|
+
var content = type.join('、');
|
|
183
|
+
clearInput();
|
|
184
|
+
return _message2.default.warning("\u6587\u4EF6\u4E0A\u4F20\u5931\u8D25\uFF01\u4EC5\u652F\u6301".concat(content, "\u7684\u6587\u4EF6\u7C7B\u578B\uFF01"), 1.5);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
if (item.size / 1024 / 1024 > fileSize) {
|
|
188
|
+
clearInput();
|
|
189
|
+
return _message2.default.warning("\u6587\u4EF6\u4E0A\u4F20\u5931\u8D25\uFF01\u9644\u4EF6\u5927\u5C0F\u4E0D\u80FD\u8D85\u8FC7".concat(fileSize, "M\uFF01"), 1.5);
|
|
190
|
+
} // 单个文件上传
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
fileUpload === null || fileUpload === void 0 ? void 0 : fileUpload({
|
|
194
|
+
file: item,
|
|
195
|
+
size: size,
|
|
196
|
+
value: value,
|
|
197
|
+
onChange: handleUpload,
|
|
198
|
+
isImg: true
|
|
199
|
+
});
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
return false;
|
|
203
|
+
}; // 未上传时的占位符
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
var UploadPlaceholder = function UploadPlaceholder() {
|
|
207
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_IconFont.default, {
|
|
208
|
+
type: "lmweb-plus",
|
|
209
|
+
style: {
|
|
210
|
+
fontSize: size > 48 ? 24 : 16
|
|
211
|
+
}
|
|
212
|
+
}), label && /*#__PURE__*/_react.default.createElement("div", {
|
|
213
|
+
style: {
|
|
214
|
+
marginTop: 8
|
|
215
|
+
}
|
|
216
|
+
}, required && /*#__PURE__*/_react.default.createElement("span", {
|
|
217
|
+
style: {
|
|
218
|
+
color: '#FD4D4E'
|
|
219
|
+
}
|
|
220
|
+
}, "*"), label));
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
var config = {
|
|
224
|
+
type: 'file',
|
|
225
|
+
accept: accept,
|
|
226
|
+
title: '',
|
|
227
|
+
className: 'upload_input',
|
|
228
|
+
onChange: beforeUpload
|
|
229
|
+
};
|
|
230
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_spin.default, {
|
|
231
|
+
spinning: isLoading,
|
|
232
|
+
size: "small"
|
|
233
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
234
|
+
className: "upload_card_box",
|
|
235
|
+
style: {
|
|
236
|
+
height: size,
|
|
237
|
+
width: size
|
|
238
|
+
}
|
|
239
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
240
|
+
className: "upload_card_action"
|
|
241
|
+
}, /*#__PURE__*/_react.default.createElement("input", (0, _extends2.default)({
|
|
242
|
+
ref: fielRef
|
|
243
|
+
}, config)), /*#__PURE__*/_react.default.createElement("div", null, children || /*#__PURE__*/_react.default.createElement(UploadPlaceholder, null))))));
|
|
244
|
+
};
|
|
245
|
+
|
|
246
|
+
var Index = function Index(props) {
|
|
247
|
+
var _props$value = props.value,
|
|
248
|
+
value = _props$value === void 0 ? [] : _props$value,
|
|
249
|
+
_props$length = props.length,
|
|
250
|
+
length = _props$length === void 0 ? 1 : _props$length,
|
|
251
|
+
_props$style = props.style,
|
|
252
|
+
style = _props$style === void 0 ? {
|
|
253
|
+
gap: 16
|
|
254
|
+
} : _props$style; // 默认参数
|
|
255
|
+
|
|
256
|
+
var defaultConfig = {
|
|
257
|
+
size: 104,
|
|
258
|
+
label: '上传图片',
|
|
259
|
+
type: ['jpg', 'jpeg', 'png'],
|
|
260
|
+
fileSize: 10
|
|
261
|
+
};
|
|
262
|
+
|
|
263
|
+
var Control = function Control() {
|
|
264
|
+
if (Array.isArray(value)) {
|
|
265
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(ViewImg, null), value.length < length ? /*#__PURE__*/_react.default.createElement(UploadCard, null) : null);
|
|
266
|
+
} else {
|
|
267
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, value && /*#__PURE__*/_react.default.createElement(ViewImgItem, value), value ? null : /*#__PURE__*/_react.default.createElement(UploadCard, null));
|
|
268
|
+
}
|
|
269
|
+
};
|
|
270
|
+
|
|
271
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
272
|
+
className: "lm_upload_img"
|
|
273
|
+
}, /*#__PURE__*/_react.default.createElement(Context.Provider, {
|
|
274
|
+
value: (0, _objectSpread2.default)((0, _objectSpread2.default)({}, defaultConfig), props)
|
|
275
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
276
|
+
className: "upload_body",
|
|
277
|
+
style: style
|
|
278
|
+
}, Control())));
|
|
279
|
+
};
|
|
280
|
+
|
|
281
|
+
var _default = Index;
|
|
282
|
+
exports.default = _default;
|