tntd 3.0.43 → 3.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_util/context.js +1 -1
- package/es/_util/defaultRenderEmpty.js +1 -1
- package/es/_util/hooks/useFlexGapSupport.js +4 -4
- package/es/_util/hooks/useForceUpdate.js +4 -4
- package/es/_util/responsiveObserve.js +1 -1
- package/es/_util/styleChecker.js +1 -1
- package/es/actions/index.js +1 -1
- package/es/alert/alert.js +2 -2
- package/es/alert/index.js +1 -1
- package/es/array-input/index.js +9 -9
- package/es/button/button.js +2 -2
- package/es/cascader/cascader.js +1 -1
- package/es/check-card/group.js +8 -8
- package/es/check-card/index.js +6 -6
- package/es/checkbox/checkbox.js +1 -1
- package/es/color-picker/ColorPicker.js +6 -6
- package/es/color-picker/index.js +1 -1
- package/es/columns/index.js +1 -1
- package/es/config-provider/config-provider.js +1 -1
- package/es/date-picker/DatePicker.js +1 -1
- package/es/descriptions/descriptions.js +5 -5
- package/es/development-login/LoginModal.js +6 -6
- package/es/development-login/index.js +4 -4
- package/es/drawer/drawer.js +2 -2
- package/es/ellipsis/Svg/CopySVG.js +1 -1
- package/es/ellipsis/Svg/TickSVG.js +1 -1
- package/es/ellipsis/index.js +5 -5
- package/es/empty/empty.js +2 -2
- package/es/empty/empty.stories.js +2 -2
- package/es/exception/exception.js +1 -1
- package/es/form/form.js +2 -2
- package/es/grid-v4/col.js +2 -2
- package/es/grid-v4/hooks/useBreakpoint.js +1 -1
- package/es/grid-v4/index.js +1 -1
- package/es/grid-v4/row.js +6 -6
- package/es/handle/index.js +1 -1
- package/es/handle-icon/index.js +11 -11
- package/es/icon/IconFont.js +1 -1
- package/es/icon/components/Icon.js +9 -9
- package/es/icon/components/index.js +1 -1
- package/es/icon/components/utils.js +3 -3
- package/es/icon/index.js +7 -7
- package/es/icon/twoTonePrimaryColor.js +1 -1
- package/es/icon/utils.js +1 -1
- package/es/img/Contain.js +1 -1
- package/es/img/Cover.js +5 -5
- package/es/img/index.js +5 -5
- package/es/index.js +1 -1
- package/es/input/input.js +2 -2
- package/es/input-number/inputNumber.js +1 -1
- package/es/label/index.js +2 -2
- package/es/loading-button/index.js +5 -5
- package/es/locale/default.js +1 -1
- package/es/locale/en_US.js +1 -1
- package/es/locale/zh_CN.js +1 -1
- package/es/modal/modal.js +1 -1
- package/es/notification/assets/index.js +1 -1
- package/es/notification/index.js +1 -1
- package/es/notification/notification.js +1 -1
- package/es/page/Box.js +1 -1
- package/es/page/index.js +7 -7
- package/es/page-container/index.js +1 -1
- package/es/page-loading/index.js +1 -1
- package/es/popconfirm/popconfirm.js +1 -1
- package/es/popover/popover.js +1 -1
- package/es/preview-text/index.js +7 -7
- package/es/progress/progress.js +2 -2
- package/es/query-form/Field/Checkbox.js +1 -1
- package/es/query-form/Field/Composition/FieldPopover.js +454 -0
- package/es/query-form/Field/Composition/FieldPopover.js.map +1 -0
- package/es/query-form/Field/Composition/FieldPopover.less +35 -0
- package/es/query-form/Field/Composition/Select.js +252 -0
- package/es/query-form/Field/Composition/Select.js.map +1 -0
- package/es/query-form/Field/Composition/SelectInput.js +111 -0
- package/es/query-form/Field/Composition/SelectInput.js.map +1 -0
- package/es/query-form/Field/Composition/ValueTag.js +238 -0
- package/es/query-form/Field/Composition/ValueTag.js.map +1 -0
- package/es/query-form/Field/Composition/index.js +440 -0
- package/es/query-form/Field/Composition/index.js.map +1 -0
- package/es/query-form/Field/Composition/index.less +145 -0
- package/es/query-form/Field/Composition/utils.js +171 -0
- package/es/query-form/Field/Composition/utils.js.map +1 -0
- package/es/query-form/Field/Select.js +6 -6
- package/es/query-form/Field/SelectInput.js +20 -13
- package/es/query-form/Field/SelectInput.js.map +1 -1
- package/es/query-form/Field/fieldsMap.js +1 -1
- package/es/query-form/Field/index.js +11 -10
- package/es/query-form/Field/index.js.map +1 -1
- package/es/query-form/createActions.js +1 -1
- package/es/query-form/index.js +10 -10
- package/es/query-form/index.less +4 -1
- package/es/query-form/useForm.js +1 -1
- package/es/query-form-v2/index.less +133 -0
- package/es/query-list-scene/List.js +13 -13
- package/es/query-list-scene/QueryForm.js +9 -9
- package/es/query-list-scene/QueryListScene.js +10 -10
- package/es/query-list-scene/Title.js +1 -1
- package/es/query-list-scene/Toolbar.js +2 -2
- package/es/query-list-scene/createActions.js +1 -1
- package/es/query-list-scene/index.js +1 -1
- package/es/query-list-scene/useActions.js +1 -1
- package/es/radio/radio.js +1 -1
- package/es/render-empty/render-empty.js +1 -1
- package/es/scroll-bar/Bar.js +168 -0
- package/es/scroll-bar/Bar.js.map +1 -0
- package/es/scroll-bar/Context.js +17 -0
- package/es/scroll-bar/Context.js.map +1 -0
- package/es/scroll-bar/ScrollBar.js +132 -0
- package/es/scroll-bar/ScrollBar.js.map +1 -0
- package/es/scroll-bar/Thumb.js +202 -0
- package/es/scroll-bar/Thumb.js.map +1 -0
- package/es/scroll-bar/index.js +14 -0
- package/es/scroll-bar/index.js.map +1 -0
- package/es/scroll-bar/scrollBar.less +59 -0
- package/es/scroll-bar/util.js +66 -0
- package/es/scroll-bar/util.js.map +1 -0
- package/es/segmented/index.js +2 -2
- package/es/select/select.js +2 -2
- package/es/spin/spin.js +1 -1
- package/es/steps/steps.js +2 -2
- package/es/svg-components/index.js +1 -1
- package/es/table/hooks/use-column-setting.js +4 -4
- package/es/table/hooks/use-expand-fixed.js +6 -6
- package/es/table/resizableTable/index.js +6 -6
- package/es/table/table-hoc.js +1 -1
- package/es/table/table.js +9 -9
- package/es/table/table.stories.js +2 -2
- package/es/table/utils.js +1 -1
- package/es/table-container/index.js +1 -1
- package/es/tabs/tabs.js +2 -2
- package/es/tabs-container/index.js +1 -1
- package/es/tag/tag.js +2 -2
- package/es/time-picker/TimePicker.js +1 -1
- package/es/time-picker/index.js +1 -1
- package/es/title/index.js +1 -1
- package/es/tntd-action/Action.js +9 -9
- package/es/tntd-action/index.js +8 -8
- package/es/tntd-cascader/AntdCascader/component/context.js +1 -1
- package/es/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +1 -1
- package/es/tntd-cascader/AntdCascader/component/getIcons.js +1 -1
- package/es/tntd-cascader/AntdCascader/component/useCompactItemContext.js +2 -2
- package/es/tntd-cascader/AntdCascader/config/utils.js +2 -2
- package/es/tntd-cascader/AntdCascader/index.js +7 -7
- package/es/tntd-cascader/index.js +1 -1
- package/es/tntd-cascader/rc-cascader/Cascader.js +8 -8
- package/es/tntd-cascader/rc-cascader/OptionList/Checkbox.js +2 -2
- package/es/tntd-cascader/rc-cascader/OptionList/Column.js +7 -7
- package/es/tntd-cascader/rc-cascader/OptionList/index.js +9 -9
- package/es/tntd-cascader/rc-cascader/OptionList/useActive.js +5 -5
- package/es/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +8 -8
- package/es/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +5 -5
- package/es/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +1 -1
- package/es/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +6 -6
- package/es/tntd-cascader/rc-cascader/index.js +1 -1
- package/es/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +4 -4
- package/es/tntd-form/ErrorList.js +7 -7
- package/es/tntd-form/Form.js +6 -6
- package/es/tntd-form/FormItem/ItemHolder.js +6 -6
- package/es/tntd-form/FormItem/index.js +8 -8
- package/es/tntd-form/FormItemInput.js +1 -1
- package/es/tntd-form/FormItemLabel.js +2 -2
- package/es/tntd-form/FormList.js +1 -1
- package/es/tntd-form/context.js +1 -1
- package/es/tntd-form/hooks/useDebounce.js +4 -4
- package/es/tntd-form/hooks/useForm.js +5 -5
- package/es/tntd-form/hooks/useFormItemStatus.js +1 -1
- package/es/tntd-form/hooks/useFrameState.js +5 -5
- package/es/tntd-form/index.js +1 -1
- package/es/tntd-icon/index.js +1 -1
- package/es/tntd-layout/AppList.js +6 -6
- package/es/tntd-layout/Application.js +6 -6
- package/es/tntd-layout/Avatar.js +2 -2
- package/es/tntd-layout/CompatibleLanguage.js +6 -6
- package/es/tntd-layout/EnterpriseLayout/Avatar.js +2 -2
- package/es/tntd-layout/EnterpriseLayout/Language.js +6 -6
- package/es/tntd-layout/EnterpriseLayout/Theme.js +6 -6
- package/es/tntd-layout/EnterpriseLayout/index.js +1 -1
- package/es/tntd-layout/GlobalNavigation/NavigationPopup.js +6 -6
- package/es/tntd-layout/GlobalNavigation/index.js +9 -9
- package/es/tntd-layout/Header.js +2 -2
- package/es/tntd-layout/HeaderActions.js +2 -2
- package/es/tntd-layout/HeaderNavs.js +6 -6
- package/es/tntd-layout/HeaderTabs.js +7 -7
- package/es/tntd-layout/Iconfont.js +1 -1
- package/es/tntd-layout/Language.js +6 -6
- package/es/tntd-layout/Layout.js +6 -6
- package/es/tntd-layout/Logo.js +2 -2
- package/es/tntd-layout/OrgAppList.js +6 -6
- package/es/tntd-layout/SideMenu.js +6 -6
- package/es/tntd-layout/Theme.js +6 -6
- package/es/tntd-layout/createActions.js +1 -1
- package/es/tntd-layout/images/index.js +1 -1
- package/es/tntd-layout/index.js +1 -1
- package/es/tntd-layout/paaslayout/CompactSideMenu.js +6 -6
- package/es/tntd-layout/paaslayout/Header.js +2 -2
- package/es/tntd-layout/paaslayout/Logo.js +2 -2
- package/es/tntd-layout/paaslayout/SideMenu.js +6 -6
- package/es/tntd-layout/paaslayout/index.js +6 -6
- package/es/tntd-layout/storage.js +1 -1
- package/es/tntd-modal/index.js +6 -6
- package/es/tntd-rc-select/_util/PurePanel.js +5 -5
- package/es/tntd-rc-select/_util/context.js +1 -1
- package/es/tntd-rc-select/_util/defaultRenderEmpty.js +1 -1
- package/es/tntd-rc-select/_util/getIcons.js +1 -1
- package/es/tntd-rc-select/_util/useCompactItemContext.js +2 -2
- package/es/tntd-rc-select/index.js +2 -2
- package/es/tntd-reference/AHref/index.js +1 -1
- package/es/tntd-reference/ReferenceBatchCheck/index.js +1 -1
- package/es/tntd-reference/ReferenceBatchDrawer/index.js +5 -5
- package/es/tntd-reference/ReferenceCheck/index.js +1 -1
- package/es/tntd-reference/ReferenceDrawer/index.js +5 -5
- package/es/tntd-reference/ReferenceInfo/index.js +1 -1
- package/es/tntd-reference/index.js +1 -1
- package/es/tntd-second-page/index.js +1 -1
- package/es/tntd-select/DropDownWrap.js +8 -8
- package/es/tntd-select/index.js +10 -9
- package/es/tntd-virtual-tree/index.js +8 -8
- package/es/tntd-virtual-tree/utils.js +28 -28
- package/es/tntd-virtual-tree-select/index.js +10 -10
- package/es/tntd-virtual-tree-select/utils.js +9 -9
- package/es/tooltip/tooltip.js +1 -1
- package/es/upload/index.js +6 -6
- package/es/upload/svg/UploadSVG.js +1 -1
- package/es/utils/checkAuth.js +4 -4
- package/es/utils/index.js +9 -9
- package/es/utils/lang.js +3 -3
- package/es/water-mark/index.js +5 -5
- package/lib/_util/context.js +3 -3
- package/lib/_util/defaultRenderEmpty.js +3 -3
- package/lib/_util/hooks/useFlexGapSupport.js +14 -15
- package/lib/_util/hooks/useForceUpdate.js +14 -15
- package/lib/_util/responsiveObserve.js +7 -13
- package/lib/_util/styleChecker.js +3 -3
- package/lib/actions/index.js +3 -3
- package/lib/alert/alert.js +10 -16
- package/lib/alert/index.js +3 -3
- package/lib/array-input/index.js +30 -37
- package/lib/button/button.js +10 -16
- package/lib/cascader/cascader.js +3 -3
- package/lib/check-card/group.js +23 -24
- package/lib/check-card/index.js +24 -31
- package/lib/checkbox/checkbox.js +3 -3
- package/lib/color-picker/ColorPicker.js +24 -31
- package/lib/color-picker/index.js +3 -3
- package/lib/columns/index.js +3 -3
- package/lib/config-provider/config-provider.js +3 -3
- package/lib/date-picker/DatePicker.js +3 -3
- package/lib/descriptions/descriptions.js +13 -19
- package/lib/development-login/LoginModal.js +24 -31
- package/lib/development-login/index.js +14 -15
- package/lib/drawer/drawer.js +10 -16
- package/lib/ellipsis/Svg/CopySVG.js +3 -3
- package/lib/ellipsis/Svg/TickSVG.js +3 -3
- package/lib/ellipsis/index.js +17 -18
- package/lib/empty/empty.js +10 -16
- package/lib/empty/empty.stories.js +6 -9
- package/lib/exception/exception.js +3 -3
- package/lib/form/form.js +10 -16
- package/lib/grid-v4/col.js +10 -16
- package/lib/grid-v4/hooks/useBreakpoint.js +3 -3
- package/lib/grid-v4/index.js +3 -3
- package/lib/grid-v4/row.js +24 -31
- package/lib/handle/index.js +3 -3
- package/lib/handle-icon/index.js +13 -13
- package/lib/icon/IconFont.js +3 -3
- package/lib/icon/components/Icon.js +44 -70
- package/lib/icon/components/index.js +3 -3
- package/lib/icon/components/utils.js +10 -18
- package/lib/icon/index.js +26 -33
- package/lib/icon/twoTonePrimaryColor.js +3 -3
- package/lib/icon/utils.js +3 -3
- package/lib/img/Contain.js +3 -3
- package/lib/img/Cover.js +17 -18
- package/lib/img/index.js +17 -18
- package/lib/index.js +3 -3
- package/lib/input/input.js +10 -16
- package/lib/input-number/inputNumber.js +3 -3
- package/lib/label/index.js +10 -16
- package/lib/loading-button/index.js +17 -18
- package/lib/locale/default.js +3 -3
- package/lib/locale/en_US.js +3 -3
- package/lib/locale/zh_CN.js +3 -3
- package/lib/modal/modal.js +3 -3
- package/lib/notification/assets/index.js +3 -3
- package/lib/notification/index.js +3 -3
- package/lib/notification/notification.js +3 -3
- package/lib/page/Box.js +3 -3
- package/lib/page/index.js +26 -33
- package/lib/page-container/index.js +3 -3
- package/lib/page-loading/index.js +3 -3
- package/lib/popconfirm/popconfirm.js +3 -3
- package/lib/popover/popover.js +3 -3
- package/lib/preview-text/index.js +9 -9
- package/lib/progress/progress.js +10 -16
- package/lib/query-form/Field/Checkbox.js +3 -3
- package/lib/query-form/Field/Composition/FieldPopover.js +56 -21
- package/lib/query-form/Field/Composition/FieldPopover.js.map +1 -1
- package/lib/query-form/Field/Composition/Select.js +8 -9
- package/lib/query-form/Field/Composition/SelectInput.d.ts +3 -0
- package/lib/query-form/Field/Composition/SelectInput.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/SelectInput.js +111 -0
- package/lib/query-form/Field/Composition/SelectInput.js.map +1 -0
- package/lib/query-form/Field/Composition/ValueTag.d.ts.map +1 -1
- package/lib/query-form/Field/Composition/ValueTag.js +16 -14
- package/lib/query-form/Field/Composition/ValueTag.js.map +1 -1
- package/lib/query-form/Field/Composition/index.d.ts +2 -0
- package/lib/query-form/Field/Composition/index.js +39 -24
- package/lib/query-form/Field/Composition/index.js.map +1 -1
- package/lib/query-form/Field/Composition/utils.d.ts +1 -1
- package/lib/query-form/Field/Composition/utils.d.ts.map +1 -1
- package/lib/query-form/Field/Composition/utils.js +51 -52
- package/lib/query-form/Field/Composition/utils.js.map +1 -1
- package/lib/query-form/Field/Select.js +24 -31
- package/lib/query-form/Field/SelectInput.d.ts.map +1 -1
- package/lib/query-form/Field/SelectInput.js +38 -38
- package/lib/query-form/Field/SelectInput.js.map +1 -1
- package/lib/query-form/Field/fieldsMap.js +3 -3
- package/lib/query-form/Field/index.d.ts.map +1 -1
- package/lib/query-form/Field/index.js +47 -72
- package/lib/query-form/Field/index.js.map +1 -1
- package/lib/query-form/createActions.js +3 -3
- package/lib/query-form/index.js +44 -70
- package/lib/query-form/index.less +4 -1
- package/lib/query-form/useForm.js +3 -3
- package/lib/query-list-scene/List.js +41 -61
- package/lib/query-list-scene/QueryForm.js +37 -57
- package/lib/query-list-scene/QueryListScene.js +44 -70
- package/lib/query-list-scene/Title.js +3 -3
- package/lib/query-list-scene/Toolbar.js +10 -16
- package/lib/query-list-scene/createActions.js +3 -3
- package/lib/query-list-scene/index.js +3 -3
- package/lib/query-list-scene/useActions.js +3 -3
- package/lib/radio/radio.js +3 -3
- package/lib/render-empty/render-empty.js +3 -3
- package/lib/segmented/index.js +10 -16
- package/lib/select/select.js +10 -16
- package/lib/spin/spin.js +3 -3
- package/lib/steps/steps.js +10 -16
- package/lib/svg-components/index.js +3 -3
- package/lib/table/hooks/use-column-setting.js +14 -15
- package/lib/table/hooks/use-expand-fixed.js +30 -36
- package/lib/table/resizableTable/index.js +24 -31
- package/lib/table/table-hoc.js +3 -3
- package/lib/table/table.js +27 -34
- package/lib/table/table.stories.js +10 -16
- package/lib/table/utils.js +3 -3
- package/lib/table-container/index.js +3 -3
- package/lib/tabs/tabs.js +10 -16
- package/lib/tabs-container/index.js +3 -3
- package/lib/tag/tag.js +10 -16
- package/lib/time-picker/TimePicker.js +3 -3
- package/lib/time-picker/index.js +3 -3
- package/lib/title/index.js +3 -3
- package/lib/tntd-action/Action.js +21 -22
- package/lib/tntd-action/index.js +20 -21
- package/lib/tntd-cascader/AntdCascader/component/context.js +3 -3
- package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +3 -3
- package/lib/tntd-cascader/AntdCascader/component/getIcons.js +3 -3
- package/lib/tntd-cascader/AntdCascader/component/useCompactItemContext.js +10 -16
- package/lib/tntd-cascader/AntdCascader/config/utils.js +10 -16
- package/lib/tntd-cascader/AntdCascader/index.js +26 -33
- package/lib/tntd-cascader/index.js +3 -3
- package/lib/tntd-cascader/rc-cascader/Cascader.js +23 -24
- package/lib/tntd-cascader/rc-cascader/OptionList/Checkbox.js +10 -16
- package/lib/tntd-cascader/rc-cascader/OptionList/Column.js +26 -33
- package/lib/tntd-cascader/rc-cascader/OptionList/index.js +30 -37
- package/lib/tntd-cascader/rc-cascader/OptionList/useActive.js +17 -18
- package/lib/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +23 -24
- package/lib/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +16 -17
- package/lib/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +3 -3
- package/lib/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +23 -30
- package/lib/tntd-cascader/rc-cascader/index.js +3 -3
- package/lib/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +6 -6
- package/lib/tntd-form/ErrorList.js +26 -33
- package/lib/tntd-form/Form.js +24 -31
- package/lib/tntd-form/FormItem/ItemHolder.js +24 -31
- package/lib/tntd-form/FormItem/index.js +23 -24
- package/lib/tntd-form/FormItemInput.js +3 -3
- package/lib/tntd-form/FormItemLabel.js +10 -16
- package/lib/tntd-form/FormList.js +3 -3
- package/lib/tntd-form/context.js +3 -3
- package/lib/tntd-form/hooks/useDebounce.js +14 -15
- package/lib/tntd-form/hooks/useForm.js +17 -18
- package/lib/tntd-form/hooks/useFormItemStatus.js +3 -3
- package/lib/tntd-form/hooks/useFrameState.js +17 -18
- package/lib/tntd-form/index.js +3 -3
- package/lib/tntd-icon/index.js +3 -3
- package/lib/tntd-layout/AppList.js +20 -24
- package/lib/tntd-layout/Application.js +20 -24
- package/lib/tntd-layout/Avatar.js +6 -9
- package/lib/tntd-layout/CompatibleLanguage.js +20 -24
- package/lib/tntd-layout/EnterpriseLayout/Avatar.js +6 -9
- package/lib/tntd-layout/EnterpriseLayout/Language.js +20 -24
- package/lib/tntd-layout/EnterpriseLayout/Theme.js +20 -24
- package/lib/tntd-layout/EnterpriseLayout/index.js +3 -3
- package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js +20 -24
- package/lib/tntd-layout/GlobalNavigation/index.js +26 -30
- package/lib/tntd-layout/Header.js +6 -9
- package/lib/tntd-layout/HeaderActions.js +6 -9
- package/lib/tntd-layout/HeaderNavs.js +20 -24
- package/lib/tntd-layout/HeaderTabs.js +27 -37
- package/lib/tntd-layout/Iconfont.js +3 -3
- package/lib/tntd-layout/Language.js +20 -24
- package/lib/tntd-layout/Layout.js +20 -24
- package/lib/tntd-layout/Logo.js +6 -9
- package/lib/tntd-layout/OrgAppList.js +20 -24
- package/lib/tntd-layout/SideMenu.js +20 -24
- package/lib/tntd-layout/Theme.js +20 -24
- package/lib/tntd-layout/createActions.js +3 -3
- package/lib/tntd-layout/images/index.js +3 -3
- package/lib/tntd-layout/index.js +3 -3
- package/lib/tntd-layout/paaslayout/CompactSideMenu.js +20 -24
- package/lib/tntd-layout/paaslayout/Header.js +6 -9
- package/lib/tntd-layout/paaslayout/Logo.js +6 -9
- package/lib/tntd-layout/paaslayout/SideMenu.js +20 -24
- package/lib/tntd-layout/paaslayout/index.js +20 -24
- package/lib/tntd-layout/storage.js +3 -3
- package/lib/tntd-modal/index.js +24 -31
- package/lib/tntd-rc-select/_util/PurePanel.js +17 -18
- package/lib/tntd-rc-select/_util/context.js +3 -3
- package/lib/tntd-rc-select/_util/defaultRenderEmpty.js +3 -3
- package/lib/tntd-rc-select/_util/getIcons.js +3 -3
- package/lib/tntd-rc-select/_util/useCompactItemContext.js +10 -16
- package/lib/tntd-rc-select/index.js +10 -16
- package/lib/tntd-reference/AHref/index.js +3 -3
- package/lib/tntd-reference/ReferenceBatchCheck/index.js +3 -3
- package/lib/tntd-reference/ReferenceBatchDrawer/index.js +17 -18
- package/lib/tntd-reference/ReferenceCheck/index.js +3 -3
- package/lib/tntd-reference/ReferenceDrawer/index.js +17 -18
- package/lib/tntd-reference/ReferenceInfo/index.js +3 -3
- package/lib/tntd-reference/index.js +3 -3
- package/lib/tntd-second-page/index.js +3 -3
- package/lib/tntd-select/DropDownWrap.js +34 -54
- package/lib/tntd-select/index.js +40 -57
- package/lib/tntd-virtual-tree/index.js +23 -24
- package/lib/tntd-virtual-tree/utils.js +62 -66
- package/lib/tntd-virtual-tree-select/index.js +22 -23
- package/lib/tntd-virtual-tree-select/utils.js +20 -21
- package/lib/tooltip/tooltip.js +3 -3
- package/lib/upload/index.js +41 -45
- package/lib/upload/svg/UploadSVG.js +3 -3
- package/lib/utils/checkAuth.js +6 -6
- package/lib/utils/index.js +20 -21
- package/lib/utils/lang.js +5 -5
- package/lib/water-mark/index.js +17 -18
- package/package.json +2 -2
- package/CHANGELOG.json +0 -1034
- package/CHANGELOG.md +0 -605
- package/es/checkbox/checkbox-group.js +0 -16
- package/es/checkbox/checkbox-group.js.map +0 -1
- package/es/radio/radio-group.js +0 -16
- package/es/radio/radio-group.js.map +0 -1
- package/es/steps/stepStyle/small.less +0 -5
- package/es/table/total-shower.js +0 -20
- package/es/table/total-shower.js.map +0 -1
- package/es/utils/simple-template.js +0 -19
- package/es/utils/simple-template.js.map +0 -1
- package/lib/checkbox/checkbox-group.d.ts +0 -8
- package/lib/checkbox/checkbox-group.d.ts.map +0 -1
- package/lib/checkbox/checkbox-group.js +0 -16
- package/lib/checkbox/checkbox-group.js.map +0 -1
- package/lib/radio/radio-group.d.ts +0 -8
- package/lib/radio/radio-group.d.ts.map +0 -1
- package/lib/radio/radio-group.js +0 -16
- package/lib/radio/radio-group.js.map +0 -1
- package/lib/steps/stepStyle/small.less +0 -5
- package/lib/table/total-shower.d.ts +0 -9
- package/lib/table/total-shower.d.ts.map +0 -1
- package/lib/table/total-shower.js +0 -20
- package/lib/table/total-shower.js.map +0 -1
- package/lib/utils/simple-template.d.ts +0 -9
- package/lib/utils/simple-template.d.ts.map +0 -1
- package/lib/utils/simple-template.js +0 -19
- package/lib/utils/simple-template.js.map +0 -1
package/CHANGELOG.md
DELETED
|
@@ -1,605 +0,0 @@
|
|
|
1
|
-
# Change Log - tntd
|
|
2
|
-
|
|
3
|
-
This log was last generated on Thu, 29 Feb 2024 11:02:26 GMT and should not be manually modified.
|
|
4
|
-
|
|
5
|
-
## 2.7.33
|
|
6
|
-
Thu, 29 Feb 2024 11:02:26 GMT
|
|
7
|
-
|
|
8
|
-
### Patches
|
|
9
|
-
|
|
10
|
-
- 修复getFieldDecorator参数 options不传错误
|
|
11
|
-
|
|
12
|
-
## 2.7.32
|
|
13
|
-
Thu, 29 Feb 2024 06:09:20 GMT
|
|
14
|
-
|
|
15
|
-
### Patches
|
|
16
|
-
|
|
17
|
-
- 重写form.create新增验证逻辑
|
|
18
|
-
|
|
19
|
-
## 2.7.31
|
|
20
|
-
Wed, 21 Feb 2024 06:14:32 GMT
|
|
21
|
-
|
|
22
|
-
### Patches
|
|
23
|
-
|
|
24
|
-
- 修复面包屑高度 & ellipsis窗口改动问题
|
|
25
|
-
|
|
26
|
-
## 2.7.30
|
|
27
|
-
Wed, 24 Jan 2024 11:40:07 GMT
|
|
28
|
-
|
|
29
|
-
### Patches
|
|
30
|
-
|
|
31
|
-
- tabs增加忽略转大写
|
|
32
|
-
|
|
33
|
-
## 2.7.29
|
|
34
|
-
Thu, 23 Nov 2023 06:23:13 GMT
|
|
35
|
-
|
|
36
|
-
### Patches
|
|
37
|
-
|
|
38
|
-
- antd4.xform 问题修复
|
|
39
|
-
|
|
40
|
-
## 2.7.28
|
|
41
|
-
Wed, 08 Nov 2023 09:43:38 GMT
|
|
42
|
-
|
|
43
|
-
### Patches
|
|
44
|
-
|
|
45
|
-
- handle/button/modal增加是否开启大写参数;优化table转换大写的方法统一用同一个方法
|
|
46
|
-
|
|
47
|
-
## 2.7.27
|
|
48
|
-
Wed, 08 Nov 2023 02:36:36 GMT
|
|
49
|
-
|
|
50
|
-
### Patches
|
|
51
|
-
|
|
52
|
-
- 修改uptooltip
|
|
53
|
-
|
|
54
|
-
## 2.7.26
|
|
55
|
-
Wed, 08 Nov 2023 02:30:32 GMT
|
|
56
|
-
|
|
57
|
-
### Patches
|
|
58
|
-
|
|
59
|
-
- 表格支持untooltip
|
|
60
|
-
|
|
61
|
-
## 2.7.25
|
|
62
|
-
Fri, 03 Nov 2023 09:42:52 GMT
|
|
63
|
-
|
|
64
|
-
### Patches
|
|
65
|
-
|
|
66
|
-
- 日期筛选组件按钮大小写问题以及表格支持默认不转换大写
|
|
67
|
-
|
|
68
|
-
## 2.7.24
|
|
69
|
-
Wed, 01 Nov 2023 11:23:01 GMT
|
|
70
|
-
|
|
71
|
-
### Patches
|
|
72
|
-
|
|
73
|
-
- 增加TntdRcSelect以及文案修改,tntdSelct白屏问题
|
|
74
|
-
|
|
75
|
-
## 2.7.23
|
|
76
|
-
Tue, 31 Oct 2023 07:08:58 GMT
|
|
77
|
-
|
|
78
|
-
### Patches
|
|
79
|
-
|
|
80
|
-
- 改列表页英文翻译文案
|
|
81
|
-
|
|
82
|
-
## 2.7.22
|
|
83
|
-
Mon, 30 Oct 2023 09:19:33 GMT
|
|
84
|
-
|
|
85
|
-
### Patches
|
|
86
|
-
|
|
87
|
-
- 修复ellipsis添加needRefresh后 第一次不更新的问题
|
|
88
|
-
|
|
89
|
-
## 2.7.21
|
|
90
|
-
Mon, 30 Oct 2023 08:51:44 GMT
|
|
91
|
-
|
|
92
|
-
### Patches
|
|
93
|
-
|
|
94
|
-
- ellipsis 增加参数
|
|
95
|
-
|
|
96
|
-
## 2.7.20
|
|
97
|
-
Wed, 25 Oct 2023 11:43:04 GMT
|
|
98
|
-
|
|
99
|
-
### Patches
|
|
100
|
-
|
|
101
|
-
- Ellipsis组件展示优化
|
|
102
|
-
|
|
103
|
-
## 2.7.19
|
|
104
|
-
Tue, 24 Oct 2023 08:43:06 GMT
|
|
105
|
-
|
|
106
|
-
### Patches
|
|
107
|
-
|
|
108
|
-
- 级联组件搜索关键词的阳色
|
|
109
|
-
|
|
110
|
-
## 2.7.18
|
|
111
|
-
Mon, 23 Oct 2023 11:47:08 GMT
|
|
112
|
-
|
|
113
|
-
### Patches
|
|
114
|
-
|
|
115
|
-
- 表格title问题
|
|
116
|
-
|
|
117
|
-
## 2.7.17
|
|
118
|
-
Mon, 23 Oct 2023 10:47:16 GMT
|
|
119
|
-
|
|
120
|
-
### Patches
|
|
121
|
-
|
|
122
|
-
- modal支持大写
|
|
123
|
-
|
|
124
|
-
## 2.7.16
|
|
125
|
-
Thu, 19 Oct 2023 07:38:38 GMT
|
|
126
|
-
|
|
127
|
-
### Patches
|
|
128
|
-
|
|
129
|
-
- 修复placeholder报错
|
|
130
|
-
|
|
131
|
-
## 2.7.15
|
|
132
|
-
Thu, 19 Oct 2023 06:35:56 GMT
|
|
133
|
-
|
|
134
|
-
### Patches
|
|
135
|
-
|
|
136
|
-
- 修复capitalizeFirstLetter方法传入undefined返回""的问题
|
|
137
|
-
|
|
138
|
-
## 2.7.14
|
|
139
|
-
Wed, 18 Oct 2023 08:43:38 GMT
|
|
140
|
-
|
|
141
|
-
### Patches
|
|
142
|
-
|
|
143
|
-
- 英文状态下input/select placeholder首字母大写
|
|
144
|
-
|
|
145
|
-
## 2.7.13
|
|
146
|
-
Wed, 18 Oct 2023 01:47:39 GMT
|
|
147
|
-
|
|
148
|
-
### Patches
|
|
149
|
-
|
|
150
|
-
- 工具方法错误
|
|
151
|
-
|
|
152
|
-
## 2.7.12
|
|
153
|
-
Tue, 17 Oct 2023 12:37:14 GMT
|
|
154
|
-
|
|
155
|
-
### Patches
|
|
156
|
-
|
|
157
|
-
- Title、Card增加所以字母大写
|
|
158
|
-
|
|
159
|
-
## 2.7.10
|
|
160
|
-
Tue, 17 Oct 2023 03:09:48 GMT
|
|
161
|
-
|
|
162
|
-
### Patches
|
|
163
|
-
|
|
164
|
-
- handle层封装的有问题
|
|
165
|
-
|
|
166
|
-
## 2.7.9
|
|
167
|
-
Mon, 16 Oct 2023 08:42:41 GMT
|
|
168
|
-
|
|
169
|
-
### Patches
|
|
170
|
-
|
|
171
|
-
- 优化首字母大写
|
|
172
|
-
|
|
173
|
-
## 2.7.8
|
|
174
|
-
Mon, 16 Oct 2023 06:53:38 GMT
|
|
175
|
-
|
|
176
|
-
### Patches
|
|
177
|
-
|
|
178
|
-
- 首字母大写
|
|
179
|
-
|
|
180
|
-
## 2.7.7
|
|
181
|
-
Mon, 16 Oct 2023 06:34:46 GMT
|
|
182
|
-
|
|
183
|
-
### Patches
|
|
184
|
-
|
|
185
|
-
- Tabs/FormItem的label/Handle/Button首字母大写
|
|
186
|
-
|
|
187
|
-
## 2.7.6
|
|
188
|
-
Thu, 12 Oct 2023 12:50:23 GMT
|
|
189
|
-
|
|
190
|
-
### Patches
|
|
191
|
-
|
|
192
|
-
- dom场景修复
|
|
193
|
-
|
|
194
|
-
## 2.7.5
|
|
195
|
-
Thu, 12 Oct 2023 10:01:27 GMT
|
|
196
|
-
|
|
197
|
-
### Patches
|
|
198
|
-
|
|
199
|
-
- 支持sort的title省略号展示
|
|
200
|
-
|
|
201
|
-
## 2.7.4
|
|
202
|
-
Wed, 11 Oct 2023 09:20:44 GMT
|
|
203
|
-
|
|
204
|
-
### Patches
|
|
205
|
-
|
|
206
|
-
- master合并到antd4-form
|
|
207
|
-
- antd4-form合并到主分支
|
|
208
|
-
|
|
209
|
-
## 2.6.18
|
|
210
|
-
Wed, 11 Oct 2023 08:50:04 GMT
|
|
211
|
-
|
|
212
|
-
### Patches
|
|
213
|
-
|
|
214
|
-
- 表头有/进行划分
|
|
215
|
-
|
|
216
|
-
## 2.6.17
|
|
217
|
-
Wed, 11 Oct 2023 06:33:35 GMT
|
|
218
|
-
|
|
219
|
-
### Patches
|
|
220
|
-
|
|
221
|
-
- 页面右下角分页的page应该用pages
|
|
222
|
-
- tree-select与表格title处理
|
|
223
|
-
|
|
224
|
-
## 2.6.16
|
|
225
|
-
Sun, 08 Oct 2023 08:50:57 GMT
|
|
226
|
-
|
|
227
|
-
### Patches
|
|
228
|
-
|
|
229
|
-
- 翻页问题修复
|
|
230
|
-
|
|
231
|
-
## 2.6.15
|
|
232
|
-
Sun, 08 Oct 2023 04:05:24 GMT
|
|
233
|
-
|
|
234
|
-
### Patches
|
|
235
|
-
|
|
236
|
-
- 不默认开启ellipsis
|
|
237
|
-
|
|
238
|
-
## 2.6.14
|
|
239
|
-
Sat, 07 Oct 2023 10:58:40 GMT
|
|
240
|
-
|
|
241
|
-
### Patches
|
|
242
|
-
|
|
243
|
-
- 百分比不设置maxWidth
|
|
244
|
-
|
|
245
|
-
## 2.6.13
|
|
246
|
-
Sat, 07 Oct 2023 08:09:58 GMT
|
|
247
|
-
|
|
248
|
-
### Patches
|
|
249
|
-
|
|
250
|
-
- total of record(s)
|
|
251
|
-
|
|
252
|
-
## 2.6.12
|
|
253
|
-
Sat, 07 Oct 2023 07:46:19 GMT
|
|
254
|
-
|
|
255
|
-
### Patches
|
|
256
|
-
|
|
257
|
-
- title是函数的场景兼容
|
|
258
|
-
|
|
259
|
-
## 2.6.11
|
|
260
|
-
Sat, 07 Oct 2023 07:11:25 GMT
|
|
261
|
-
|
|
262
|
-
### Patches
|
|
263
|
-
|
|
264
|
-
- 表头非中文模式下...,pagination=false问题
|
|
265
|
-
|
|
266
|
-
## 2.6.10
|
|
267
|
-
Wed, 27 Sep 2023 09:56:15 GMT
|
|
268
|
-
|
|
269
|
-
### Patches
|
|
270
|
-
|
|
271
|
-
- 表格记录条数支持国际化
|
|
272
|
-
|
|
273
|
-
## 2.6.9
|
|
274
|
-
Tue, 26 Sep 2023 06:59:43 GMT
|
|
275
|
-
|
|
276
|
-
### Patches
|
|
277
|
-
|
|
278
|
-
- 增加handle阻止冒泡的参数
|
|
279
|
-
|
|
280
|
-
## 2.6.8
|
|
281
|
-
Tue, 26 Sep 2023 03:17:39 GMT
|
|
282
|
-
|
|
283
|
-
### Patches
|
|
284
|
-
|
|
285
|
-
- fix:ellipsis部分场景不兼容问题
|
|
286
|
-
|
|
287
|
-
## 2.6.7
|
|
288
|
-
Mon, 11 Sep 2023 03:02:28 GMT
|
|
289
|
-
|
|
290
|
-
### Patches
|
|
291
|
-
|
|
292
|
-
- 修复ellipse的计算相等子元素不展示以及tntdselect宽度计算问题
|
|
293
|
-
|
|
294
|
-
## 2.6.6
|
|
295
|
-
Fri, 08 Sep 2023 02:33:51 GMT
|
|
296
|
-
|
|
297
|
-
### Patches
|
|
298
|
-
|
|
299
|
-
- handle读取provider上的语言
|
|
300
|
-
|
|
301
|
-
## 2.6.4
|
|
302
|
-
Thu, 31 Aug 2023 11:10:40 GMT
|
|
303
|
-
|
|
304
|
-
### Patches
|
|
305
|
-
|
|
306
|
-
- tntdSelect因接口慢导致children渲染滞后,未注册scroll事件
|
|
307
|
-
|
|
308
|
-
## 2.6.3
|
|
309
|
-
Wed, 30 Aug 2023 03:49:16 GMT
|
|
310
|
-
|
|
311
|
-
### Patches
|
|
312
|
-
|
|
313
|
-
- 修复虚拟下拉列表输入查询会出现10s左右的空白页面
|
|
314
|
-
|
|
315
|
-
## 2.6.2
|
|
316
|
-
Thu, 24 Aug 2023 09:26:44 GMT
|
|
317
|
-
|
|
318
|
-
### Patches
|
|
319
|
-
|
|
320
|
-
- revert ellipsis style
|
|
321
|
-
|
|
322
|
-
## 2.6.1
|
|
323
|
-
Thu, 17 Aug 2023 08:04:24 GMT
|
|
324
|
-
|
|
325
|
-
### Patches
|
|
326
|
-
|
|
327
|
-
- 级联组件取消limit
|
|
328
|
-
|
|
329
|
-
## 2.5.10
|
|
330
|
-
Thu, 03 Aug 2023 03:17:36 GMT
|
|
331
|
-
|
|
332
|
-
### Patches
|
|
333
|
-
|
|
334
|
-
- fix input css
|
|
335
|
-
|
|
336
|
-
## 2.5.9
|
|
337
|
-
Thu, 03 Aug 2023 03:10:24 GMT
|
|
338
|
-
|
|
339
|
-
### Patches
|
|
340
|
-
|
|
341
|
-
- 修复tntd-select增加getPopupContainer拖动滚动条消失
|
|
342
|
-
|
|
343
|
-
## 2.5.4
|
|
344
|
-
Wed, 02 Aug 2023 06:39:21 GMT
|
|
345
|
-
|
|
346
|
-
### Patches
|
|
347
|
-
|
|
348
|
-
- fix borderStyle with ant-input-affix-wrapper
|
|
349
|
-
|
|
350
|
-
## 2.5.3
|
|
351
|
-
Mon, 31 Jul 2023 06:50:49 GMT
|
|
352
|
-
|
|
353
|
-
### Patches
|
|
354
|
-
|
|
355
|
-
- remove mention component
|
|
356
|
-
|
|
357
|
-
## 2.5.2
|
|
358
|
-
Fri, 28 Jul 2023 09:29:26 GMT
|
|
359
|
-
|
|
360
|
-
### Patches
|
|
361
|
-
|
|
362
|
-
- fix tntd package.json
|
|
363
|
-
|
|
364
|
-
## 2.5.1
|
|
365
|
-
Fri, 28 Jul 2023 08:26:53 GMT
|
|
366
|
-
|
|
367
|
-
### Patches
|
|
368
|
-
|
|
369
|
-
- types of select and input
|
|
370
|
-
|
|
371
|
-
## 2.5.0
|
|
372
|
-
Fri, 28 Jul 2023 02:40:45 GMT
|
|
373
|
-
|
|
374
|
-
### Minor changes
|
|
375
|
-
|
|
376
|
-
- release colorPicker
|
|
377
|
-
|
|
378
|
-
## 2.4.0
|
|
379
|
-
Fri, 28 Jul 2023 02:07:30 GMT
|
|
380
|
-
|
|
381
|
-
### Minor changes
|
|
382
|
-
|
|
383
|
-
- outline style for select & input
|
|
384
|
-
|
|
385
|
-
## 2.3.1
|
|
386
|
-
Thu, 27 Jul 2023 09:02:01 GMT
|
|
387
|
-
|
|
388
|
-
### Patches
|
|
389
|
-
|
|
390
|
-
- Ellipsis: add min-width 0 to text
|
|
391
|
-
|
|
392
|
-
## 2.3.0
|
|
393
|
-
Fri, 14 Jul 2023 03:40:27 GMT
|
|
394
|
-
|
|
395
|
-
### Minor changes
|
|
396
|
-
|
|
397
|
-
- table: add shadowed & striped
|
|
398
|
-
|
|
399
|
-
## 2.2.3
|
|
400
|
-
Thu, 29 Jun 2023 11:42:23 GMT
|
|
401
|
-
|
|
402
|
-
### Patches
|
|
403
|
-
|
|
404
|
-
- fix ellipsis style
|
|
405
|
-
|
|
406
|
-
## 2.2.2
|
|
407
|
-
Thu, 29 Jun 2023 07:07:09 GMT
|
|
408
|
-
|
|
409
|
-
### Patches
|
|
410
|
-
|
|
411
|
-
- update table thead fontWeight
|
|
412
|
-
|
|
413
|
-
## 2.2.1
|
|
414
|
-
Mon, 26 Jun 2023 08:02:04 GMT
|
|
415
|
-
|
|
416
|
-
### Patches
|
|
417
|
-
|
|
418
|
-
- label style
|
|
419
|
-
|
|
420
|
-
## 2.2.0
|
|
421
|
-
Mon, 26 Jun 2023 05:56:48 GMT
|
|
422
|
-
|
|
423
|
-
### Minor changes
|
|
424
|
-
|
|
425
|
-
- finish label component
|
|
426
|
-
|
|
427
|
-
## 2.1.0
|
|
428
|
-
Fri, 09 Jun 2023 03:22:30 GMT
|
|
429
|
-
|
|
430
|
-
### Patches
|
|
431
|
-
|
|
432
|
-
- revert to 2.0.26
|
|
433
|
-
|
|
434
|
-
## 2.0.26
|
|
435
|
-
Fri, 02 Jun 2023 03:08:55 GMT
|
|
436
|
-
|
|
437
|
-
### Patches
|
|
438
|
-
|
|
439
|
-
- query-form onChange setFormData issue
|
|
440
|
-
|
|
441
|
-
## 2.0.25
|
|
442
|
-
Wed, 31 May 2023 08:35:38 GMT
|
|
443
|
-
|
|
444
|
-
### Patches
|
|
445
|
-
|
|
446
|
-
- queryForm支持memeory
|
|
447
|
-
|
|
448
|
-
## 2.0.24
|
|
449
|
-
Fri, 05 May 2023 09:57:34 GMT
|
|
450
|
-
|
|
451
|
-
### Patches
|
|
452
|
-
|
|
453
|
-
- 描述组件UI统一
|
|
454
|
-
- 描述组件水平UI统一
|
|
455
|
-
|
|
456
|
-
## 2.0.23
|
|
457
|
-
Tue, 18 Apr 2023 03:27:52 GMT
|
|
458
|
-
|
|
459
|
-
### Patches
|
|
460
|
-
|
|
461
|
-
- confirmLocale clear when LocaleProvider unmount
|
|
462
|
-
|
|
463
|
-
## 2.0.22
|
|
464
|
-
Mon, 17 Apr 2023 03:50:47 GMT
|
|
465
|
-
|
|
466
|
-
### Patches
|
|
467
|
-
|
|
468
|
-
- 二级页样式优化+升级tntd-form
|
|
469
|
-
|
|
470
|
-
## 2.0.21
|
|
471
|
-
Thu, 06 Apr 2023 12:11:11 GMT
|
|
472
|
-
|
|
473
|
-
_Version update only_
|
|
474
|
-
|
|
475
|
-
## 2.0.20
|
|
476
|
-
Thu, 06 Apr 2023 12:01:47 GMT
|
|
477
|
-
|
|
478
|
-
_Version update only_
|
|
479
|
-
|
|
480
|
-
## 2.0.19
|
|
481
|
-
Mon, 20 Mar 2023 02:32:06 GMT
|
|
482
|
-
|
|
483
|
-
### Patches
|
|
484
|
-
|
|
485
|
-
- 增加tdform
|
|
486
|
-
|
|
487
|
-
## 2.0.18
|
|
488
|
-
Wed, 15 Mar 2023 10:06:45 GMT
|
|
489
|
-
|
|
490
|
-
### Patches
|
|
491
|
-
|
|
492
|
-
- fix table style
|
|
493
|
-
|
|
494
|
-
## 2.0.17
|
|
495
|
-
Tue, 14 Mar 2023 08:08:54 GMT
|
|
496
|
-
|
|
497
|
-
### Patches
|
|
498
|
-
|
|
499
|
-
- table pagination style
|
|
500
|
-
|
|
501
|
-
## 2.0.16
|
|
502
|
-
Fri, 10 Mar 2023 02:56:06 GMT
|
|
503
|
-
|
|
504
|
-
### Patches
|
|
505
|
-
|
|
506
|
-
- remove table size storage
|
|
507
|
-
|
|
508
|
-
## 2.0.15
|
|
509
|
-
Wed, 08 Mar 2023 11:25:04 GMT
|
|
510
|
-
|
|
511
|
-
### Patches
|
|
512
|
-
|
|
513
|
-
- 增加业务组件class权重
|
|
514
|
-
|
|
515
|
-
## 2.0.14
|
|
516
|
-
Wed, 08 Mar 2023 11:18:03 GMT
|
|
517
|
-
|
|
518
|
-
### Patches
|
|
519
|
-
|
|
520
|
-
- 增加class业务组件的权重
|
|
521
|
-
|
|
522
|
-
## 2.0.13
|
|
523
|
-
Thu, 02 Mar 2023 06:38:02 GMT
|
|
524
|
-
|
|
525
|
-
### Patches
|
|
526
|
-
|
|
527
|
-
- remove console.log
|
|
528
|
-
|
|
529
|
-
## 2.0.11
|
|
530
|
-
Thu, 23 Feb 2023 06:18:40 GMT
|
|
531
|
-
|
|
532
|
-
### Patches
|
|
533
|
-
|
|
534
|
-
- fix table loading
|
|
535
|
-
|
|
536
|
-
## 2.0.10
|
|
537
|
-
Fri, 17 Feb 2023 05:13:10 GMT
|
|
538
|
-
|
|
539
|
-
### Patches
|
|
540
|
-
|
|
541
|
-
- import antd/lib in tntd/lib & import lodash on demand
|
|
542
|
-
|
|
543
|
-
## 2.0.9
|
|
544
|
-
Fri, 17 Feb 2023 05:04:20 GMT
|
|
545
|
-
|
|
546
|
-
### Patches
|
|
547
|
-
|
|
548
|
-
- import path to antd/lib in tntd/lib & import lodash on demand
|
|
549
|
-
|
|
550
|
-
## 2.0.8
|
|
551
|
-
Mon, 13 Feb 2023 03:34:57 GMT
|
|
552
|
-
|
|
553
|
-
### Patches
|
|
554
|
-
|
|
555
|
-
- query form bug fix
|
|
556
|
-
|
|
557
|
-
## 2.0.7
|
|
558
|
-
Thu, 09 Feb 2023 05:53:36 GMT
|
|
559
|
-
|
|
560
|
-
### Patches
|
|
561
|
-
|
|
562
|
-
- QueryForm bug fix
|
|
563
|
-
|
|
564
|
-
## 2.0.6
|
|
565
|
-
Thu, 09 Feb 2023 02:49:24 GMT
|
|
566
|
-
|
|
567
|
-
### Patches
|
|
568
|
-
|
|
569
|
-
- fix RenderEmpty to renderEmpty
|
|
570
|
-
|
|
571
|
-
## 2.0.5
|
|
572
|
-
Wed, 08 Feb 2023 07:55:03 GMT
|
|
573
|
-
|
|
574
|
-
### Patches
|
|
575
|
-
|
|
576
|
-
- 增加全局性的样式,从原来antd-cover的统一样式迁移过来
|
|
577
|
-
|
|
578
|
-
## 2.0.4
|
|
579
|
-
Tue, 07 Feb 2023 09:56:30 GMT
|
|
580
|
-
|
|
581
|
-
### Patches
|
|
582
|
-
|
|
583
|
-
- 调整级联组件样式
|
|
584
|
-
|
|
585
|
-
## 2.0.3
|
|
586
|
-
Mon, 06 Feb 2023 09:08:02 GMT
|
|
587
|
-
|
|
588
|
-
### Patches
|
|
589
|
-
|
|
590
|
-
- 增加级联组件
|
|
591
|
-
|
|
592
|
-
## 2.0.2
|
|
593
|
-
Mon, 30 Jan 2023 07:21:21 GMT
|
|
594
|
-
|
|
595
|
-
### Patches
|
|
596
|
-
|
|
597
|
-
- 增加异常、步骤条、handle、ellipsis组件
|
|
598
|
-
|
|
599
|
-
## 2.0.1
|
|
600
|
-
Tue, 13 Dec 2022 03:37:25 GMT
|
|
601
|
-
|
|
602
|
-
### Patches
|
|
603
|
-
|
|
604
|
-
- 适配 babel-plugin-import
|
|
605
|
-
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
require("react");
|
|
8
|
-
var _checkbox = _interopRequireDefault(require("antd/es/checkbox"));
|
|
9
|
-
var _connect = require("../connect");
|
|
10
|
-
var _previewText = require("../preview-text");
|
|
11
|
-
function _interopRequireDefault(obj) {
|
|
12
|
-
return obj && obj.__esModule ? obj : {
|
|
13
|
-
"default": obj
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
var _default = exports["default"] = (0, _connect.connectReadonlyComponent)(_checkbox["default"].Group, _previewText.PreviewText.Select);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-group.js","sourceRoot":"","sources":["../../src/checkbox/checkbox-group.tsx"],"names":[],"mappings":"AAAA,OAAkC,OAAO,CAAA;AACzC,OAAO,QAAQ,MAAM,kBAAkB,CAAA;AAEvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAM7C,eAAe,wBAAwB,CAAC,QAAQ,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA","sourcesContent":["import React, { forwardRef } from 'react'\nimport Checkbox from 'antd/es/checkbox'\nimport type { CheckboxGroupProps as AntdCheckboxGroupProps } from 'antd/es/checkbox/Group'\nimport { connectReadonlyComponent } from '../connect'\nimport { PreviewText } from '../preview-text'\n\nexport type CheckboxGroupProps = AntdCheckboxGroupProps & {\n readonly?: boolean\n}\n\nexport default connectReadonlyComponent(Checkbox.Group, PreviewText.Select)\n"]}
|
package/es/radio/radio-group.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
require("react");
|
|
8
|
-
var _radio = _interopRequireDefault(require("antd/es/radio"));
|
|
9
|
-
var _connect = require("../connect");
|
|
10
|
-
var _previewText = _interopRequireDefault(require("../preview-text"));
|
|
11
|
-
function _interopRequireDefault(obj) {
|
|
12
|
-
return obj && obj.__esModule ? obj : {
|
|
13
|
-
"default": obj
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
var _default = exports["default"] = (0, _connect.connectReadonlyComponent)(_radio["default"].Group, _previewText["default"].Select);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"radio-group.js","sourceRoot":"","sources":["../../src/radio/radio-group.tsx"],"names":[],"mappings":"AAAA,OAAkB,OAAO,CAAA;AAEzB,OAAO,KAAK,MAAM,eAAe,CAAA;AACjC,OAAO,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAA;AACrD,OAAO,WAAW,MAAM,iBAAiB,CAAA;AAMzC,eAAe,wBAAwB,CAAC,KAAK,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA","sourcesContent":["import React from 'react'\nimport type { RadioGroupProps as AntdRadioGroupProps } from 'antd/es/radio'\nimport Radio from 'antd/es/radio'\nimport { connectReadonlyComponent } from '../connect'\nimport PreviewText from '../preview-text'\n\nexport type RadioGroupProps = AntdRadioGroupProps & {\n readonly?: boolean\n}\n\nexport default connectReadonlyComponent(Radio.Group, PreviewText.Select)\n"]}
|
package/es/table/total-shower.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.TotalShower = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _utils = require("../utils");
|
|
9
|
-
function _interopRequireDefault(obj) {
|
|
10
|
-
return obj && obj.__esModule ? obj : {
|
|
11
|
-
"default": obj
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
var TotalShower = exports.TotalShower = function TotalShower(_ref) {
|
|
15
|
-
var total = _ref.total,
|
|
16
|
-
locale = _ref.locale;
|
|
17
|
-
return _react["default"].createElement(_react["default"].Fragment, null, (0, _utils.simpleTemplate)(locale.total, {
|
|
18
|
-
total: total
|
|
19
|
-
}));
|
|
20
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"total-shower.js","sourceRoot":"","sources":["../../src/table/total-shower.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAEzC,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,EAC1B,KAAK,EACL,MAAM,GAMP,EAAE,EAAE;IACH,OAAO,0CAAG,cAAc,CAAC,MAAM,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,CAAC,CAAI,CAAA;AACvD,CAAC,CAAA","sourcesContent":["import React from 'react'\n\nimport type { TableProps as AntdTableProps } from 'antd/es/table'\nimport { simpleTemplate } from '../utils'\n\nexport const TotalShower = ({\n total,\n locale,\n}: {\n total: number\n locale: AntdTableProps<unknown>['locale'] & {\n total?: string\n }\n}) => {\n return <>{simpleTemplate(locale.total, { total })}</>\n}\n"]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.simpleTemplate = simpleTemplate;
|
|
7
|
-
/**
|
|
8
|
-
* 简单的模板替换
|
|
9
|
-
*
|
|
10
|
-
* @param template
|
|
11
|
-
* @param data
|
|
12
|
-
* @returns
|
|
13
|
-
*/
|
|
14
|
-
function simpleTemplate(template) {
|
|
15
|
-
var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
16
|
-
return template === null || template === void 0 ? void 0 : template.replace(/\${(.*?)}/g, function (match, key) {
|
|
17
|
-
return data[key.trim()].toString();
|
|
18
|
-
});
|
|
19
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"simple-template.js","sourceRoot":"","sources":["../../src/utils/simple-template.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,UAAU,cAAc,CAAC,QAAiB,EAAE,OAAwC,EAAE;IAC1F,OAAO,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,OAAO,CAAC,YAAY,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAA;AACrF,CAAC","sourcesContent":["/**\n * 简单的模板替换\n *\n * @param template\n * @param data\n * @returns\n */\nexport function simpleTemplate(template?: string, data: Record<string, string | number> = {}) {\n return template?.replace(/\\${(.*?)}/g, (match, key) => data[key.trim()].toString())\n}\n"]}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { CheckboxGroupProps as AntdCheckboxGroupProps } from 'antd/lib/checkbox/Group';
|
|
3
|
-
export declare type CheckboxGroupProps = AntdCheckboxGroupProps & {
|
|
4
|
-
readonly?: boolean;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: React.ForwardRefExoticComponent<AntdCheckboxGroupProps & React.RefAttributes<unknown>>;
|
|
7
|
-
export default _default;
|
|
8
|
-
//# sourceMappingURL=checkbox-group.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-group.d.ts","sourceRoot":"","sources":["../../src/checkbox/checkbox-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAEzC,OAAO,KAAK,EAAE,kBAAkB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAA;AAI1F,oBAAY,kBAAkB,GAAG,sBAAsB,GAAG;IACxD,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;;AAED,wBAA2E"}
|