linkmore-design 1.1.20 → 1.1.22
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 +4 -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 +54 -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 +129 -0
- package/dist/index.umd.css +29404 -0
- package/dist/index.umd.js +325317 -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 +12855 -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 +4 -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 +54 -0
- package/es/LmEditTable/EditTable.js +1380 -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 +341 -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 +503 -0
- package/es/LmFilter/style/index.js +3 -0
- package/es/LmFilter/style/variables.css +503 -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 +165 -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 +129 -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 +12855 -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 +4 -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 +54 -0
- package/lib/LmEditTable/EditTable.js +1415 -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 +341 -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 +503 -0
- package/lib/LmFilter/style/index.js +3 -0
- package/lib/LmFilter/style/variables.css +503 -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 +180 -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 +129 -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 +12855 -0
- package/package.json +4 -4
|
@@ -0,0 +1,512 @@
|
|
|
1
|
+
.ant-layout-sider {
|
|
2
|
+
min-height: 100vh;
|
|
3
|
+
background-color: #022766;
|
|
4
|
+
}
|
|
5
|
+
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
|
|
6
|
+
box-shadow: none;
|
|
7
|
+
}
|
|
8
|
+
.ant-menu-submenu-placement-rightTop {
|
|
9
|
+
display: none;
|
|
10
|
+
}
|
|
11
|
+
.ant-table .row-active .ant-table-cell {
|
|
12
|
+
background-color: #feffd3 !important;
|
|
13
|
+
}
|
|
14
|
+
.ant-table.ant-table-empty .ant-table-expanded-row-fixed {
|
|
15
|
+
padding: 0;
|
|
16
|
+
}
|
|
17
|
+
.ant-table.ant-table-empty .ant-table-expanded-row-fixed .ant-empty {
|
|
18
|
+
margin: 0;
|
|
19
|
+
}
|
|
20
|
+
.ant-table .ant-empty {
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
}
|
|
25
|
+
.ant-table .ant-empty .ant-empty-image {
|
|
26
|
+
height: 24px;
|
|
27
|
+
margin: var(--gap) 0;
|
|
28
|
+
}
|
|
29
|
+
.ant-tabs .ant-tabs-nav .ant-tabs-tab {
|
|
30
|
+
font-size: 14px;
|
|
31
|
+
}
|
|
32
|
+
.ant-tabs.auto_tabs {
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-flow: column;
|
|
35
|
+
height: 100%;
|
|
36
|
+
}
|
|
37
|
+
.ant-tabs.auto_tabs .ant-tabs-nav {
|
|
38
|
+
height: 48px;
|
|
39
|
+
}
|
|
40
|
+
.ant-tabs.auto_tabs .ant-tabs-content-holder {
|
|
41
|
+
flex: 1;
|
|
42
|
+
overflow: auto;
|
|
43
|
+
}
|
|
44
|
+
.ant-drawer.drawer_wrapper .ant-drawer-header {
|
|
45
|
+
padding: 0 24px;
|
|
46
|
+
}
|
|
47
|
+
.ant-drawer.drawer_wrapper .ant-drawer-body {
|
|
48
|
+
position: relative;
|
|
49
|
+
flex: 1;
|
|
50
|
+
padding: 0 24px;
|
|
51
|
+
}
|
|
52
|
+
.ant-modal-wrap.plugin_modal {
|
|
53
|
+
display: flex;
|
|
54
|
+
flex-flow: column;
|
|
55
|
+
justify-content: flex-end;
|
|
56
|
+
}
|
|
57
|
+
.ant-modal-wrap.plugin_modal .ant-modal {
|
|
58
|
+
top: 0;
|
|
59
|
+
left: 56px;
|
|
60
|
+
margin: 0 0 8px 8px;
|
|
61
|
+
padding: 0;
|
|
62
|
+
}
|
|
63
|
+
.ant-modal-wrap.lm_modal_confirm .anticon {
|
|
64
|
+
margin-top: -1px;
|
|
65
|
+
margin-right: 8px;
|
|
66
|
+
}
|
|
67
|
+
.ant-modal-wrap.lm_modal_confirm .ant-modal-body {
|
|
68
|
+
padding: 16px 24px;
|
|
69
|
+
}
|
|
70
|
+
.ant-popover.pop_img .ant-popover-inner-content {
|
|
71
|
+
padding: var(--gap);
|
|
72
|
+
line-height: 1;
|
|
73
|
+
}
|
|
74
|
+
.ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
|
|
75
|
+
font-size: 14px;
|
|
76
|
+
font-weight: 500;
|
|
77
|
+
}
|
|
78
|
+
.ant-notification-notice .ant-notification-notice-content > div > div:last-child {
|
|
79
|
+
margin-bottom: 8px;
|
|
80
|
+
}
|
|
81
|
+
.ant-notification-notice .ant-notification-notice-description {
|
|
82
|
+
font-size: 12px;
|
|
83
|
+
}
|
|
84
|
+
.ant-collapse {
|
|
85
|
+
font-size: 12px;
|
|
86
|
+
}
|
|
87
|
+
@font-face {
|
|
88
|
+
font-family: 'iconfont';
|
|
89
|
+
/* Project id 2966019 */
|
|
90
|
+
src: url('//at.alicdn.com/t/font_2966019_i3eb1wwkoo.woff2?t=1641546077924') format('woff2'), url('//at.alicdn.com/t/font_2966019_i3eb1wwkoo.woff?t=1641546077924') format('woff'), url('//at.alicdn.com/t/font_2966019_i3eb1wwkoo.ttf?t=1641546077924') format('truetype');
|
|
91
|
+
}
|
|
92
|
+
.icon_ {
|
|
93
|
+
font-size: 14px;
|
|
94
|
+
font-family: 'iconfont';
|
|
95
|
+
}
|
|
96
|
+
.iconfont {
|
|
97
|
+
font-size: 12px;
|
|
98
|
+
}
|
|
99
|
+
.icon_home::before {
|
|
100
|
+
content: '\e7fc';
|
|
101
|
+
}
|
|
102
|
+
.lm-font-small-bold {
|
|
103
|
+
font-weight: 400;
|
|
104
|
+
font-size: var(--font-size-sm);
|
|
105
|
+
line-height: 20px;
|
|
106
|
+
}
|
|
107
|
+
.lm-font-middle-bold {
|
|
108
|
+
font-weight: 500;
|
|
109
|
+
font-size: var(--font-size-base);
|
|
110
|
+
line-height: 22px;
|
|
111
|
+
}
|
|
112
|
+
.lm-font-large-bold {
|
|
113
|
+
font-weight: 500;
|
|
114
|
+
font-size: var(--font-size-lg);
|
|
115
|
+
line-height: 24px;
|
|
116
|
+
}
|
|
117
|
+
.lm-font-small {
|
|
118
|
+
font-size: var(--font-size-sm);
|
|
119
|
+
line-height: 20px;
|
|
120
|
+
}
|
|
121
|
+
.lm-font-middle {
|
|
122
|
+
font-size: var(--font-size-base);
|
|
123
|
+
line-height: 22px;
|
|
124
|
+
}
|
|
125
|
+
.lm-font-large {
|
|
126
|
+
font-size: var(--font-size-lg);
|
|
127
|
+
line-height: 24px;
|
|
128
|
+
}
|
|
129
|
+
.lm-shadown-level1-up {
|
|
130
|
+
box-shadow: 0px -1px 2px -2px rgba(0, 0, 0, 0.16), 0px -3px 6px 0px rgba(0, 0, 0, 0.12), 0px -5px 12px 4px rgba(0, 0, 0, 0.09);
|
|
131
|
+
}
|
|
132
|
+
.lm-shadown-level2-up {
|
|
133
|
+
box-shadow: 0px -3px 6px -4px rgba(0, 0, 0, 0.12), 0px -6px 16px 0px rgba(0, 0, 0, 0.08), 0px -9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
134
|
+
}
|
|
135
|
+
.lm-shadown-level3-up {
|
|
136
|
+
box-shadow: 0px -6px 16px -8px rgba(0, 0, 0, 0.08), 0px -9px 28px 0px rgba(0, 0, 0, 0.05), 0px -12px 48px 16px rgba(0, 0, 0, 0.03);
|
|
137
|
+
}
|
|
138
|
+
.lm-shadown-level1-down {
|
|
139
|
+
box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
|
|
140
|
+
}
|
|
141
|
+
.lm-shadown-level2-down {
|
|
142
|
+
box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
143
|
+
}
|
|
144
|
+
.lm-shadown-level3-down {
|
|
145
|
+
box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
|
|
146
|
+
}
|
|
147
|
+
.lm-shadown-level1-left {
|
|
148
|
+
box-shadow: -1px 0px 2px -2px rgba(0, 0, 0, 0.16), -3px 0px 6px 0px rgba(0, 0, 0, 0.12), -5px 0px 12px 4px rgba(0, 0, 0, 0.09);
|
|
149
|
+
}
|
|
150
|
+
.lm-shadown-level2-left {
|
|
151
|
+
box-shadow: -3px 0px 6px -4px rgba(0, 0, 0, 0.12), -6px 0px 16px 0px rgba(0, 0, 0, 0.08), -9px 0px 28px 8px rgba(0, 0, 0, 0.05);
|
|
152
|
+
}
|
|
153
|
+
.lm-shadown-level3-left {
|
|
154
|
+
box-shadow: -6px 0px 16px -8px rgba(0, 0, 0, 0.08), -9px 0px 28px 0px rgba(0, 0, 0, 0.05), -12px 0px 48px 16px rgba(0, 0, 0, 0.03);
|
|
155
|
+
}
|
|
156
|
+
.lm-shadown-level1-right {
|
|
157
|
+
box-shadow: 1px 0px 2px -2px rgba(0, 0, 0, 0.16), 3px 0px 6px 0px rgba(0, 0, 0, 0.12), 5px 0px 12px 4px rgba(0, 0, 0, 0.09);
|
|
158
|
+
}
|
|
159
|
+
.lm-shadown-level2-right {
|
|
160
|
+
box-shadow: 3px 0px 6px -4px rgba(0, 0, 0, 0.12), 6px 0px 16px 0px rgba(0, 0, 0, 0.08), 9px 0px 28px 8px rgba(0, 0, 0, 0.05);
|
|
161
|
+
}
|
|
162
|
+
.lm-shadown-level3-right {
|
|
163
|
+
box-shadow: 6px 0px 16px -8px rgba(0, 0, 0, 0.08), 9px 0px 28px 0px rgba(0, 0, 0, 0.05), 12px 0px 48px 16px rgba(0, 0, 0, 0.03);
|
|
164
|
+
}
|
|
165
|
+
:root {
|
|
166
|
+
--primary-color: #1890fc;
|
|
167
|
+
--primary-click-color: #096dd9;
|
|
168
|
+
--success-color: #52c14a;
|
|
169
|
+
--warning-color: #fd9727;
|
|
170
|
+
--error-color: #fa4f53;
|
|
171
|
+
--aside-bg-color: #022766;
|
|
172
|
+
--primary-hover-color: #40a9ff;
|
|
173
|
+
--primary-loading-color: #84b7fa;
|
|
174
|
+
--primary-select-color: #e6f7ff;
|
|
175
|
+
--error-hover-color: #ee8079;
|
|
176
|
+
--error-loading-color: #fbcdcd;
|
|
177
|
+
--disabled-border-color: rgba(0, 0, 0, 0.15);
|
|
178
|
+
--disabled-bg-color: rgba(0, 0, 0, 0.04);
|
|
179
|
+
--disabled-font-color: rgba(0, 0, 0, 0.25);
|
|
180
|
+
--font-color: rgba(0, 0, 0, 0.85);
|
|
181
|
+
--text-color: rgba(0, 0, 0, 0.45);
|
|
182
|
+
--tip-text-color: rgba(0, 0, 0, 0.25);
|
|
183
|
+
--stroke-color: rgba(0, 0, 0, 0.15);
|
|
184
|
+
--line-color: rgba(0, 0, 0, 0.06);
|
|
185
|
+
--background-color: rgba(0, 0, 0, 0.04);
|
|
186
|
+
--table-header-color: rgba(0, 0, 0, 0.02);
|
|
187
|
+
--font2-color: rgba(0, 0, 0, 0.65);
|
|
188
|
+
--background-color-hover: rgba(0, 0, 0, 0.08);
|
|
189
|
+
--border-color: #f0f0f0;
|
|
190
|
+
--stripe-color: #f5f5f5;
|
|
191
|
+
--border-hover-color: #f2f5f7;
|
|
192
|
+
--box-shadow-color: rgba(0, 0, 0, 0.1);
|
|
193
|
+
--table-background-color: #fafafa;
|
|
194
|
+
--disabled-color: rgba(0, 0, 0, 0.25);
|
|
195
|
+
--font-size: 12px;
|
|
196
|
+
--gap: 8px;
|
|
197
|
+
--basic-height: 24px;
|
|
198
|
+
--font-size-base: 14px;
|
|
199
|
+
--font-size-lg: calc(var(--font-size-base) + 2px);
|
|
200
|
+
--font-size-sm: 12px;
|
|
201
|
+
--border-radius: 2px;
|
|
202
|
+
--color-contrast: #fff;
|
|
203
|
+
--color-100: #000;
|
|
204
|
+
--color-85: #262626;
|
|
205
|
+
--color-65: #595959;
|
|
206
|
+
--color-45: #8c8c8c;
|
|
207
|
+
--color-25: #bfbfbf;
|
|
208
|
+
--color-15: #d9d9d9;
|
|
209
|
+
--color-6: #f0f0f0;
|
|
210
|
+
--color-4: #f5f5f5;
|
|
211
|
+
--color-2: #fafafa;
|
|
212
|
+
/** tree */
|
|
213
|
+
--tree-select-bg: #EDF6FF;
|
|
214
|
+
}
|
|
215
|
+
/** tag */
|
|
216
|
+
:root[theme='dark'] {
|
|
217
|
+
--font-color: rgba(255, 255, 255, 0.85);
|
|
218
|
+
--text-color: rgba(255, 255, 255, 0.45);
|
|
219
|
+
--tip-text-color: rgba(255, 255, 255, 0.25);
|
|
220
|
+
--stroke-color: rgba(255, 255, 255, 0.15);
|
|
221
|
+
--line-color: rgba(255, 255, 255, 0.06);
|
|
222
|
+
--background-color: rgba(255, 255, 255, 0.04);
|
|
223
|
+
--table-header-color: rgba(255, 255, 255, 0.02);
|
|
224
|
+
--font2-color: rgba(255, 255, 255, 0.65);
|
|
225
|
+
--background-color-hover: rgba(255, 255, 255, 0.08);
|
|
226
|
+
}
|
|
227
|
+
html {
|
|
228
|
+
background-color: #f0f2f5;
|
|
229
|
+
}
|
|
230
|
+
#app {
|
|
231
|
+
width: 100vw;
|
|
232
|
+
min-width: 1200px;
|
|
233
|
+
height: 100vh;
|
|
234
|
+
font-family: 'PingFang SC', 'Microsoft YaHei UI', '微软雅黑', Helvetica, Arial, sans-serif;
|
|
235
|
+
}
|
|
236
|
+
.ka-wrapper,
|
|
237
|
+
.ka-content {
|
|
238
|
+
height: 100%;
|
|
239
|
+
}
|
|
240
|
+
* {
|
|
241
|
+
margin: 0;
|
|
242
|
+
padding: 0;
|
|
243
|
+
list-style: none;
|
|
244
|
+
}
|
|
245
|
+
*::-webkit-scrollbar {
|
|
246
|
+
width: 8px;
|
|
247
|
+
height: 8px;
|
|
248
|
+
border-radius: 10px;
|
|
249
|
+
}
|
|
250
|
+
*::-webkit-scrollbar-button {
|
|
251
|
+
display: none;
|
|
252
|
+
}
|
|
253
|
+
*::-webkit-scrollbar-track {
|
|
254
|
+
background: transparent;
|
|
255
|
+
}
|
|
256
|
+
*::-webkit-scrollbar-thumb {
|
|
257
|
+
background: #d8d8d8;
|
|
258
|
+
border-radius: 6px;
|
|
259
|
+
}
|
|
260
|
+
*::-webkit-scrollbar-thumb:hover,
|
|
261
|
+
*::-webkit-scrollbar-thumb:active {
|
|
262
|
+
background: #bfbfbf;
|
|
263
|
+
}
|
|
264
|
+
.page-content {
|
|
265
|
+
margin: 12px;
|
|
266
|
+
padding: 16px;
|
|
267
|
+
background: #fff;
|
|
268
|
+
}
|
|
269
|
+
.addModal .ant-modal-header {
|
|
270
|
+
display: flex;
|
|
271
|
+
align-items: center;
|
|
272
|
+
height: 46px;
|
|
273
|
+
padding: 0 24px;
|
|
274
|
+
}
|
|
275
|
+
.addModal .ant-modal-close-x {
|
|
276
|
+
width: 46px;
|
|
277
|
+
height: 46px;
|
|
278
|
+
line-height: 44px;
|
|
279
|
+
}
|
|
280
|
+
.addModal .ant-modal-body {
|
|
281
|
+
padding: 24px 24px 21px;
|
|
282
|
+
}
|
|
283
|
+
.addModal .ant-modal-body .ant-tabs-nav {
|
|
284
|
+
margin: 0 10px;
|
|
285
|
+
}
|
|
286
|
+
.addModal .ant-modal-body .ant-tabs-content-holder {
|
|
287
|
+
max-height: 800px;
|
|
288
|
+
padding: 16px 10px;
|
|
289
|
+
overflow-y: auto;
|
|
290
|
+
}
|
|
291
|
+
.addModal .ant-modal-footer {
|
|
292
|
+
padding: 11px 24px;
|
|
293
|
+
}
|
|
294
|
+
.addModal .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
295
|
+
margin-left: 10px;
|
|
296
|
+
}
|
|
297
|
+
.editModal .ant-modal-header {
|
|
298
|
+
display: flex;
|
|
299
|
+
align-items: center;
|
|
300
|
+
height: 46px;
|
|
301
|
+
padding: 0 24px;
|
|
302
|
+
}
|
|
303
|
+
.editModal .ant-modal-close-x {
|
|
304
|
+
width: 46px;
|
|
305
|
+
height: 46px;
|
|
306
|
+
line-height: 44px;
|
|
307
|
+
}
|
|
308
|
+
.editModal .ant-modal-body {
|
|
309
|
+
max-height: 600px;
|
|
310
|
+
padding: 24px 24px 21px;
|
|
311
|
+
overflow-y: auto;
|
|
312
|
+
}
|
|
313
|
+
.editModal .ant-modal-body .ant-form-item {
|
|
314
|
+
margin-bottom: 16px;
|
|
315
|
+
}
|
|
316
|
+
.editModal .ant-modal-footer {
|
|
317
|
+
padding: 11px 24px;
|
|
318
|
+
}
|
|
319
|
+
.editModal .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
320
|
+
margin-left: 10px;
|
|
321
|
+
}
|
|
322
|
+
.ant-select-dropdown .ant-select-item {
|
|
323
|
+
align-items: center;
|
|
324
|
+
font-size: 12px;
|
|
325
|
+
}
|
|
326
|
+
.react-resizable {
|
|
327
|
+
position: relative;
|
|
328
|
+
background-clip: padding-box;
|
|
329
|
+
}
|
|
330
|
+
.react-resizable-handle {
|
|
331
|
+
position: absolute;
|
|
332
|
+
top: 0;
|
|
333
|
+
right: 0;
|
|
334
|
+
z-index: 1;
|
|
335
|
+
width: 3px;
|
|
336
|
+
height: 40px;
|
|
337
|
+
cursor: col-resize;
|
|
338
|
+
}
|
|
339
|
+
.react-resizable-handle:hover {
|
|
340
|
+
background-color: var(--primary-color);
|
|
341
|
+
}
|
|
342
|
+
.react-resizable-handle:active {
|
|
343
|
+
background-color: var(--primary-color);
|
|
344
|
+
}
|
|
345
|
+
.yf_resizable_bar {
|
|
346
|
+
position: absolute;
|
|
347
|
+
top: 0;
|
|
348
|
+
left: 0;
|
|
349
|
+
z-index: 2;
|
|
350
|
+
height: 0;
|
|
351
|
+
}
|
|
352
|
+
.resizable_line {
|
|
353
|
+
position: absolute;
|
|
354
|
+
top: 0;
|
|
355
|
+
left: 0;
|
|
356
|
+
z-index: 1;
|
|
357
|
+
width: 1px;
|
|
358
|
+
height: 100%;
|
|
359
|
+
background-color: var(--primary-color);
|
|
360
|
+
}
|
|
361
|
+
.handle_resizable {
|
|
362
|
+
position: absolute;
|
|
363
|
+
top: 0;
|
|
364
|
+
right: 0;
|
|
365
|
+
z-index: 2;
|
|
366
|
+
width: 5px;
|
|
367
|
+
height: 100%;
|
|
368
|
+
}
|
|
369
|
+
.card_cell_content {
|
|
370
|
+
display: flex;
|
|
371
|
+
flex-flow: column;
|
|
372
|
+
height: 100%;
|
|
373
|
+
overflow: hidden;
|
|
374
|
+
border: 1px solid transparent;
|
|
375
|
+
border-radius: 2px;
|
|
376
|
+
transition: 0.3s;
|
|
377
|
+
}
|
|
378
|
+
.card_cell_content .card_cell_body {
|
|
379
|
+
position: relative;
|
|
380
|
+
display: flex;
|
|
381
|
+
flex: 1;
|
|
382
|
+
flex-flow: column;
|
|
383
|
+
padding: 16px;
|
|
384
|
+
background: rgba(0, 0, 0, 0.02);
|
|
385
|
+
cursor: pointer;
|
|
386
|
+
}
|
|
387
|
+
.card_cell_content .card_cell_body .card_cell_checkbox {
|
|
388
|
+
position: absolute;
|
|
389
|
+
top: 8px;
|
|
390
|
+
left: 8px;
|
|
391
|
+
line-height: 1;
|
|
392
|
+
opacity: 0;
|
|
393
|
+
transition: 0.3s;
|
|
394
|
+
}
|
|
395
|
+
.card_cell_content .card_cell_body .card_cell_checkbox .ant-checkbox {
|
|
396
|
+
border: 8px solid rgba(255, 255, 255, 0.624);
|
|
397
|
+
border-radius: 2px;
|
|
398
|
+
}
|
|
399
|
+
.card_cell_content .card_cell_body .card_cell_info .title {
|
|
400
|
+
display: flex;
|
|
401
|
+
gap: 8px;
|
|
402
|
+
align-items: center;
|
|
403
|
+
justify-content: space-between;
|
|
404
|
+
}
|
|
405
|
+
.card_cell_content .card_cell_body .card_cell_info .title .label {
|
|
406
|
+
flex: 1;
|
|
407
|
+
overflow: hidden;
|
|
408
|
+
font-weight: 500;
|
|
409
|
+
font-size: 14px;
|
|
410
|
+
white-space: nowrap;
|
|
411
|
+
text-overflow: ellipsis;
|
|
412
|
+
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
|
|
413
|
+
}
|
|
414
|
+
.card_cell_content .card_cell_body .card_cell_info .title .icon {
|
|
415
|
+
display: inline-flex;
|
|
416
|
+
gap: 4px;
|
|
417
|
+
align-items: center;
|
|
418
|
+
height: 22px;
|
|
419
|
+
padding: 0 8px;
|
|
420
|
+
font-size: 12px;
|
|
421
|
+
line-height: 1;
|
|
422
|
+
background: var(--background-color);
|
|
423
|
+
}
|
|
424
|
+
.card_cell_content .card_cell_body .card_cell_info .code .ant-typography {
|
|
425
|
+
margin: 0;
|
|
426
|
+
color: var(--text-color);
|
|
427
|
+
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
|
|
428
|
+
}
|
|
429
|
+
.card_cell_content .card_cell_body .card_cell_info .code .ant-typography .ant-typography-copy {
|
|
430
|
+
color: inherit;
|
|
431
|
+
}
|
|
432
|
+
.card_cell_content .card_cell_body .card_cell_info .expand {
|
|
433
|
+
display: flex;
|
|
434
|
+
flex-wrap: wrap;
|
|
435
|
+
gap: 16px;
|
|
436
|
+
padding: 6px 0 2px;
|
|
437
|
+
color: var(--text-color);
|
|
438
|
+
font-size: 12px;
|
|
439
|
+
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
|
|
440
|
+
}
|
|
441
|
+
.card_cell_content .card_cell_body .card_cell_info .expand > div {
|
|
442
|
+
padding: 2px 0;
|
|
443
|
+
}
|
|
444
|
+
.card_cell_content .card_cell_body .card_cell_center {
|
|
445
|
+
display: flex;
|
|
446
|
+
flex: 1;
|
|
447
|
+
align-items: center;
|
|
448
|
+
}
|
|
449
|
+
.card_cell_content .card_cell_body .card_cell_center .list {
|
|
450
|
+
display: flex;
|
|
451
|
+
align-items: center;
|
|
452
|
+
justify-content: space-between;
|
|
453
|
+
width: 100%;
|
|
454
|
+
margin: auto 0;
|
|
455
|
+
text-align: center;
|
|
456
|
+
}
|
|
457
|
+
.card_cell_content .card_cell_body .card_cell_center .list .item {
|
|
458
|
+
display: inline-flex;
|
|
459
|
+
gap: 4px;
|
|
460
|
+
align-items: center;
|
|
461
|
+
line-height: 1;
|
|
462
|
+
}
|
|
463
|
+
.card_cell_content .card_cell_body .card_cell_center .list .item .num {
|
|
464
|
+
color: var(--font-color);
|
|
465
|
+
font-weight: 500;
|
|
466
|
+
font-size: 20px;
|
|
467
|
+
}
|
|
468
|
+
.card_cell_content .card_cell_body .card_cell_center .list .item .text {
|
|
469
|
+
color: var(--text-color);
|
|
470
|
+
font-size: 12px;
|
|
471
|
+
}
|
|
472
|
+
.card_cell_content .card_cell_footer {
|
|
473
|
+
display: flex;
|
|
474
|
+
align-items: center;
|
|
475
|
+
height: 40px;
|
|
476
|
+
background: #f7f7f7;
|
|
477
|
+
}
|
|
478
|
+
.card_cell_content .card_cell_footer > * {
|
|
479
|
+
flex: 1;
|
|
480
|
+
}
|
|
481
|
+
.card_cell_content .card_cell_footer > *::after {
|
|
482
|
+
position: absolute;
|
|
483
|
+
top: 50%;
|
|
484
|
+
right: 0;
|
|
485
|
+
width: 1px;
|
|
486
|
+
height: 18px;
|
|
487
|
+
background-color: #e8e8e8;
|
|
488
|
+
transform: translateY(-50%);
|
|
489
|
+
content: '';
|
|
490
|
+
}
|
|
491
|
+
.card_cell_content .card_cell_footer button:last-child {
|
|
492
|
+
border: none;
|
|
493
|
+
}
|
|
494
|
+
.card_cell_content .card_cell_footer button:last-child::after {
|
|
495
|
+
display: none;
|
|
496
|
+
}
|
|
497
|
+
.card_cell_content .card_cell_footer .footer_expand {
|
|
498
|
+
font-size: 16px;
|
|
499
|
+
text-align: center;
|
|
500
|
+
border: none;
|
|
501
|
+
}
|
|
502
|
+
.card_cell_content.checked,
|
|
503
|
+
.card_cell_content:hover {
|
|
504
|
+
border-color: var(--primary-color);
|
|
505
|
+
}
|
|
506
|
+
.card_cell_content.checked .card_cell_body .card_cell_checkbox,
|
|
507
|
+
.card_cell_content:hover .card_cell_body .card_cell_checkbox {
|
|
508
|
+
opacity: 1;
|
|
509
|
+
}
|
|
510
|
+
p {
|
|
511
|
+
margin-bottom: 0;
|
|
512
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./index.css";
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './variables.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./variables.css";
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type RcTree from 'rc-tree';
|
|
2
|
+
import type { BasicDataNode } from 'rc-tree';
|
|
3
|
+
import type { DataNode, Key } from 'rc-tree/lib/interface';
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
import type { TreeProps } from './Tree';
|
|
6
|
+
export declare type ExpandAction = false | 'click' | 'doubleClick';
|
|
7
|
+
export interface DirectoryTreeProps<T extends BasicDataNode = DataNode> extends TreeProps<T> {
|
|
8
|
+
expandAction?: ExpandAction;
|
|
9
|
+
}
|
|
10
|
+
declare type DirectoryTreeCompoundedComponent = (<T extends BasicDataNode | DataNode = DataNode>(props: React.PropsWithChildren<DirectoryTreeProps<T>> & {
|
|
11
|
+
ref?: React.Ref<RcTree>;
|
|
12
|
+
}) => React.ReactElement) & {
|
|
13
|
+
defaultProps: Partial<React.PropsWithChildren<DirectoryTreeProps<any>>>;
|
|
14
|
+
displayName?: string;
|
|
15
|
+
};
|
|
16
|
+
export interface DirectoryTreeState {
|
|
17
|
+
expandedKeys?: Key[];
|
|
18
|
+
selectedKeys?: Key[];
|
|
19
|
+
}
|
|
20
|
+
declare const ForwardDirectoryTree: DirectoryTreeCompoundedComponent;
|
|
21
|
+
export default ForwardDirectoryTree;
|